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="M8.5 10a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Z" /><path fillRule="evenodd" d="M6.934 4h10.132c.886 0 1.65 0 2.262.082.655.088 1.284.287 1.793.797.51.51.709 1.138.797 1.793C22 7.284 22 8.048 22 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.797-.612.082-1.376.082-2.262.082H6.934c-.886 0-1.65 0-2.262-.082-.655-.088-1.284-.287-1.793-.797-.51-.51-.709-1.138-.797-1.793C2 16.716 2 15.952 2 15.066V8.934c0-.886 0-1.65.082-2.262.088-.655.287-1.284.797-1.793.51-.51 1.138-.709 1.793-.797C5.284 4 6.048 4 6.934 4ZM6 10.5a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0ZM13 8a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2h-4Zm-1 4a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1Zm-5 2a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2H7Z" clipRule="evenodd" /></svg>;
export default SvgComponent;