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="M10 21h4c1.886 0 2.828 0 3.414-.586C18 19.828 18 18.886 18 17V7.428A.429.429 0 0 0 17.571 7H6.43A.429.429 0 0 0 6 7.429V17c0 1.886 0 2.828.586 3.414C7.172 21 8.114 21 10 21Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M10 17v-6M14 17v-6M4 7h16M6 8a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v9c0 1.886 0 2.828-.586 3.414C16.828 21 15.886 21 14 21h-4c-1.886 0-2.828 0-3.414-.586C6 19.828 6 18.886 6 17V8ZM16 7c0-1.886 0-2.828-.586-3.414C14.828 3 13.886 3 12 3c-1.886 0-2.828 0-3.414.586C8 4.172 8 5.114 8 7" /></svg>;
export default SvgComponent;