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 3c1.886 0 2.828 0 3.414.586C21 4.172 21 5.114 21 7v6c0 1.886 0 2.828-.586 3.414C19.828 17 18.886 17 17 17H7c-1.886 0-2.828 0-3.414-.586C3 15.828 3 14.886 3 13V7c0-1.886 0-2.828.586-3.414C4.172 3 5.114 3 7 3h10Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M17 3c1.886 0 2.828 0 3.414.586C21 4.172 21 5.114 21 7v6c0 1.886 0 2.828-.586 3.414C19.828 17 18.886 17 17 17H7c-1.886 0-2.828 0-3.414-.586C3 15.828 3 14.886 3 13V7c0-1.886 0-2.828.586-3.414C4.172 3 5.114 3 7 3h10ZM9 21l2.625-3.5a.469.469 0 0 1 .75 0L15 21M12 9v4M16 7v6M8 10v3" /></svg>;
export default SvgComponent;