import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="currentColor" fill="none" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" {...props}><path d="M4.449 17.009C-.246 7.838 7.341.686 19.555 3.612a1.843 1.843 0 0 1 1.41 1.883c-.379 7.793-3.93 12.21-14.832 12.49a1.828 1.828 0 0 1-1.684-.976Z" /><path d="M4 21c1.5-5.5 2-8.5 8-11" /></svg>;
export default SvgComponent;