import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="none" fill="currentColor" fillRule="evenodd" clipRule="evenodd" {...props}><path fillRule="evenodd" d="M7.293 14.293a1 1 0 1 0 1.414 1.414l2.5-2.5a1.707 1.707 0 0 0 0-2.414l-2.5-2.5a1 1 0 0 0-1.414 1.414L9.586 12l-2.293 2.293ZM13 14a1 1 0 1 0 0 2h3a1 1 0 1 0 0-2h-3Zm9-6.066V16.066c0 .886 0 1.65-.082 2.262-.088.655-.287 1.284-.797 1.793-.51.51-1.138.709-1.793.797-.612.082-1.376.082-2.262.082H6.934c-.886 0-1.65 0-2.262-.082-.655-.088-1.284-.287-1.793-.797-.51-.51-.709-1.138-.797-1.793C2 17.716 2 16.952 2 16.066V7.934c0-.886 0-1.65.082-2.262.088-.655.287-1.284.797-1.793.51-.51 1.138-.709 1.793-.797C5.284 3 6.048 3 6.934 3H17.066c.886 0 1.65 0 2.262.082.655.088 1.284.287 1.793.797.51.51.709 1.138.797 1.793C22 6.284 22 7.048 22 7.934Z" clipRule="evenodd" /></svg>;
export default SvgComponent;