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 d="M14 13a1 1 0 1 0-2 0v5.586l-1.293-1.293a1 1 0 0 0-1.414 1.414l3 3a1 1 0 0 0 1.414 0l3-3a1 1 0 0 0-1.414-1.414L14 18.586" /><path d="M2 10c0-4.384 3.436-8 7.75-8 3.659 0 6.688 2.604 7.522 6.068a.21.21 0 0 0 .195.16C20.02 8.343 22 10.517 22 13.11c0 2.33-1.6 4.322-3.777 4.787-.118.025-.226-.066-.244-.185a2 2 0 0 0-2.666-1.592c-.144.053-.313-.046-.313-.2v-2.355C15 12 14.5 11 13 11s-2 1-2 2.566v2.355c0 .154-.169.253-.314.2a2 2 0 0 0-2.64 1.452c-.026.118-.14.2-.257.17C4.439 16.843 2 13.692 2 10Z" /></svg>;
export default SvgComponent;