import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="currentColor" fill="none" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" {...props}><path d="M15.049 4H8.95c-.486 0-.64.655-.206.873A.46.46 0 0 1 9 5.285v4.887a2 2 0 0 1-.586 1.414l-4.828 4.828A2 2 0 0 0 3 17.828V18a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-.172a2 2 0 0 0-.586-1.414l-4.828-4.828A2 2 0 0 1 15 10.172V5.285a.46.46 0 0 1 .255-.412c.434-.218.28-.873-.206-.873ZM5 15h14" /></svg>;
export default SvgComponent;