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="M17.414 6.586C16.828 6 15.886 6 14 6h-4c-1.886 0-2.828 0-3.414.586C6 7.172 6 8.114 6 10h12c0-1.886 0-2.828-.586-3.414ZM18 16H6c0 1.886 0 2.828.586 3.414C7.172 20 8.114 20 10 20h4c1.886 0 2.828 0 3.414-.586C18 18.828 18 17.886 18 16Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M14 6c1.886 0 2.828 0 3.414.586C18 7.172 18 8.114 18 10v6c0 1.886 0 2.828-.586 3.414C16.828 20 15.886 20 14 20h-4c-1.886 0-2.828 0-3.414-.586C6 18.828 6 17.886 6 16v-6c0-1.886 0-2.828.586-3.414C7.172 6 8.114 6 10 6h4ZM7 16h10M7 10h10M8 20v1M9 6V5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v1M16 20v1" /></svg>;
export default SvgComponent;