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="M21.707 2.293a1 1 0 0 1 0 1.414L19.914 5.5l.793.793a2.414 2.414 0 0 1 0 3.414l-1 1a2.414 2.414 0 0 1-3.414 0l-.793-.793-1.751 1.751a6.5 6.5 0 1 1-1.414-1.414l7.958-7.958a1 1 0 0 1 1.414 0Z" clipRule="evenodd" /></svg>;
export default SvgComponent;