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="M4 10c0-1.886 0-2.828.586-3.414C5.172 6 6.114 6 8 6h8c1.886 0 2.828 0 3.414.586C20 7.172 20 8.114 20 10v4c0 1.886 0 2.828-.586 3.414C18.828 18 17.886 18 16 18H8c-1.886 0-2.828 0-3.414-.586C4 16.828 4 15.886 4 14v-4Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M4 10c0-1.886 0-2.828.586-3.414C5.172 6 6.114 6 8 6h8c1.886 0 2.828 0 3.414.586C20 7.172 20 8.114 20 10v4c0 1.886 0 2.828-.586 3.414C18.828 18 17.886 18 16 18H8c-1.886 0-2.828 0-3.414-.586C4 16.828 4 15.886 4 14v-4ZM3 21h18" /></svg>;
export default SvgComponent;