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="M3.64 4.232a1 1 0 1 0-1.28 1.536l.924.77a3 3 0 0 0-1.2 1.755C2 8.645 2 9.043 2 9.504v6.562c0 .886 0 1.65.082 2.262.088.655.287 1.284.796 1.793.51.51 1.138.709 1.794.797C5.284 21 6.047 21 6.934 21h10.131c.887 0 1.65 0 2.262-.082.321-.043.636-.113.933-.233l.1.083a1 1 0 1 0 1.28-1.536l-18-15Zm11.002 11.771a4 4 0 0 1-6.073-5.06l1.575 1.312a2 2 0 0 0 2.924 2.437l1.574 1.311ZM22 9.504V16a1 1 0 1 1-2 0V9.606c0-.622-.007-.755-.028-.842a1 1 0 0 0-.737-.736c-.086-.02-.22-.028-.84-.028h-.055c-.262 0-.491 0-.715-.033a3 3 0 0 1-1.777-.951c-.151-.167-.279-.358-.424-.576l-.03-.046-.226-.34c-.436-.653-.533-.774-.636-.852a.999.999 0 0 0-.273-.146C14.137 5.013 13.983 5 13.197 5H9.901a.684.684 0 0 0-.57.305l-.25.375a1 1 0 0 1-1.663-1.11l.25-.375A2.684 2.684 0 0 1 9.9 3H13.32c.592 0 1.114-.002 1.6.168a3 3 0 0 1 .817.437c.41.31.7.745 1.027 1.238l.068.102.226.34c.192.288.233.345.272.387a1 1 0 0 0 .592.317c.056.008.126.011.472.011h.102c.461 0 .859 0 1.21.084a3 3 0 0 1 2.21 2.21c.085.351.084.749.084 1.21Z" clipRule="evenodd" /></svg>;
export default SvgComponent;