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 10a2 2 0 1 0 0 4 2 2 0 0 0 0-4ZM10 10a2 2 0 1 0 .5 3.937A3.982 3.982 0 0 1 10 12c0-.703.181-1.363.5-1.937A2.004 2.004 0 0 0 10 10Z" /><path fillRule="evenodd" d="M6.934 4c-.886 0-1.65 0-2.262.082-.655.088-1.284.287-1.793.797-.51.51-.709 1.138-.797 1.793C2 7.284 2 8.048 2 8.934v6.132c0 .886 0 1.65.082 2.262.088.655.287 1.284.797 1.793.51.51 1.138.709 1.793.797C5.284 20 6.048 20 6.934 20h10.132c.886 0 1.65 0 2.262-.082.655-.088 1.284-.287 1.793-.797.51-.51.709-1.138.797-1.793.082-.612.082-1.376.082-2.262V8.934c0-.886 0-1.65-.082-2.262-.088-.655-.287-1.284-.797-1.793-.51-.51-1.138-.709-1.793-.797C18.716 4 17.952 4 17.066 4H6.934ZM10 16c.727 0 1.411-.195 2-.535a4 4 0 1 0 0-6.93A4 4 0 1 0 10 16Z" clipRule="evenodd" /></svg>;
export default SvgComponent;