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="M3 12c0-1.886 0-2.828.586-3.414C4.172 8 5.114 8 7 8h7c1.886 0 2.828 0 3.414.586C18 9.172 18 10.114 18 12c0 1.886 0 2.828-.586 3.414C16.828 16 15.886 16 14 16H7c-1.886 0-2.828 0-3.414-.586C3 14.828 3 13.886 3 12Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M21 11v2M3 12c0-1.886 0-2.828.586-3.414C4.172 8 5.114 8 7 8h7c1.886 0 2.828 0 3.414.586C18 9.172 18 10.114 18 12c0 1.886 0 2.828-.586 3.414C16.828 16 15.886 16 14 16H7c-1.886 0-2.828 0-3.414-.586C3 14.828 3 13.886 3 12Z" /></svg>;
export default SvgComponent;