import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="currentColor" fill="none" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" {...props}><path d="M12 3H9c-1.886 0-2.828 0-3.414.586C5 4.172 5 5.114 5 7v13.75c0 .138.112.25.25.25h13.5a.25.25 0 0 0 .25-.25V7c0-1.886 0-2.828-.586-3.414C17.828 3 16.886 3 15 3h-3Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M3 21h18M19 21V7c0-1.886 0-2.828-.586-3.414C17.828 3 16.886 3 15 3H9c-1.886 0-2.828 0-3.414.586C5 4.172 5 5.114 5 7v14M9 8h1M9 12h1M9 16h1M14 8h1M14 12h1M14 16h1" /></svg>;
export default SvgComponent;