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="M11 20.846c0 .592-.513 1.058-1.091.935a10.007 10.007 0 0 1-7.86-8.782C1.995 12.449 2.448 12 3 12h3a1 1 0 0 1 1 1 3 3 0 0 0 3 3 1 1 0 0 1 1 1v3.846ZM17 18.928c0 .77.828 1.235 1.418.74a10.05 10.05 0 0 0 2.033-2.32c.386-.609-.09-1.348-.811-1.348H18a1 1 0 0 0-1 1v1.928ZM12 2c2.552 0 4.88.956 6.648 2.53.615.547.175 1.47-.65 1.47h-.144A2.854 2.854 0 0 0 15 8.854c0 .324-.183.62-.472.764l-.08.04a1 1 0 0 1-.895 0l-.08-.04A.854.854 0 0 1 13 8.854 2.854 2.854 0 0 0 10.146 6H10a1 1 0 0 1-1-1V3.192c0-.437.283-.828.708-.928A10.03 10.03 0 0 1 12 2Z" /><path d="M3.424 10c-.633 0-1.108-.582-.907-1.181a10.016 10.016 0 0 1 3.12-4.534C6.207 3.815 7 4.262 7 5a3 3 0 0 0 3 3h.146c.472 0 .854.382.854.854 0 1.081.61 2.07 1.578 2.553l.08.04a3 3 0 0 0 2.684 0l.08-.04A2.854 2.854 0 0 0 17 8.854c0-.472.383-.854.854-.854h2.66c.397 0 .761.234.896.608a9.981 9.981 0 0 1 .52 4.585c-.056.472-.472.807-.947.807H18a3 3 0 0 0-3 3v3.808c0 .437-.282.828-.708.928l-.201.045c-.579.123-1.09-.343-1.09-.935V17a3 3 0 0 0-3-3 1 1 0 0 1-1-1 3 3 0 0 0-3-3H3.423Z" /></svg>;
export default SvgComponent;