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="M12.707 9.293a1 1 0 1 0-1.414 1.414L12.586 12l-1.293 1.293a1 1 0 0 0 1.414 1.414L14 13.414l1.293 1.293a1 1 0 0 0 1.414-1.414L15.414 12l1.293-1.293a1 1 0 0 0-1.414-1.414L14 10.586l-1.293-1.293Zm-3.931-4.55A3 3 0 0 1 10.75 4h5.6c.98 0 1.836.051 2.559.212.734.163 1.39.452 1.908.97.518.517.807 1.174.97 1.908.16.723.212 1.578.212 2.558v4.704c0 .98-.051 1.835-.212 2.558-.163.734-.452 1.39-.97 1.909-.517.517-1.174.806-1.908.97-.723.16-1.578.211-2.558.211h-5.6a3 3 0 0 1-1.976-.742l-5.714-5a3 3 0 0 1 0-4.516l5.714-5Z" clipRule="evenodd" /></svg>;
export default SvgComponent;