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="M7 4h-.066c-.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 4H7Zm1 4a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-2 6a1 1 0 0 1 1-1h2c1.437 0 2.762.232 3.511 1.488a1 1 0 1 1-1.718 1.024C10.634 15.245 10.341 15 9 15H7a1 1 0 0 1-1-1Zm6-6a1 1 0 1 0 0 2h5a1 1 0 1 0 0-2h-5Zm0 4a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1Zm3 2a1 1 0 1 0 0 2h2a1 1 0 1 0 0-2h-2Z" clipRule="evenodd" /></svg>;
export default SvgComponent;