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 6a4 4 0 1 1 5.1 3.847c.09.5.23.692.356.793.245.197.784.36 2.196.36h4.696c1.412 0 1.951-.162 2.196-.36.125-.1.266-.293.357-.793A4.002 4.002 0 0 1 18 2a4 4 0 0 1 .918 7.894c-.121.918-.414 1.735-1.12 2.303-.855.69-2.085.803-3.45.803H13v1.126A4.002 4.002 0 0 1 12 22a4 4 0 0 1-1-7.874V13H9.652c-1.364 0-2.595-.112-3.45-.803-.706-.568-.999-1.385-1.12-2.303A4.002 4.002 0 0 1 2 6Z" clipRule="evenodd" /></svg>;
export default SvgComponent;