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="M18 7v-.066c0-.886 0-1.65-.082-2.262-.088-.655-.287-1.284-.797-1.793-.51-.51-1.138-.709-1.793-.797C14.716 2 13.952 2 13.066 2H6.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 5.284 2 6.048 2 6.934v10.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 22 6.048 22 6.934 22h10.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.262V13.934c0-.886 0-1.65-.082-2.262-.088-.655-.287-1.284-.797-1.793-.51-.51-1.138-.709-1.793-.797-.385-.052-.83-.07-1.328-.078V7Zm0 4.005v6.06c0 .887 0 1.651-.082 2.263a4.29 4.29 0 0 1-.14.67c.55-.005.958-.018 1.283-.062.434-.059.57-.153.646-.229.076-.076.17-.212.229-.646.062-.462.064-1.09.064-2.061v-3c0-.971-.002-1.599-.064-2.061-.059-.434-.153-.57-.229-.646-.076-.076-.212-.17-.646-.229a9.265 9.265 0 0 0-1.061-.06ZM14 12a1 1 0 0 1-1 1H7a1 1 0 1 1 0-2h6a1 1 0 0 1 1 1Zm0 4a1 1 0 0 1-1 1H7a1 1 0 1 1 0-2h6a1 1 0 0 1 1 1Zm0-8a1 1 0 0 1-1 1H7a1 1 0 0 1 0-2h6a1 1 0 0 1 1 1Z" clipRule="evenodd" /></svg>;
export default SvgComponent;