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="M2.14 4.402C2.34 2.93 3.64 2 4.99 2h2.568a3 3 0 0 1 2.847 2.051L11.454 7.2a2.449 2.449 0 0 1-1.73 3.15.449.449 0 0 0-.208.752l3.382 3.382c.247.246.668.13.752-.209a2.449 2.449 0 0 1 3.15-1.729l3.149 1.05A3 3 0 0 1 22 16.441v2.568c0 1.35-.93 2.65-2.402 2.85-.687.092-1.387.14-2.098.14C8.94 22 2 15.06 2 6.5c0-.711.048-1.411.14-2.098Z" clipRule="evenodd" /></svg>;
export default SvgComponent;