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.722 7.813-3-2.786C13.43 3.83 12.785 3.23 12 3.23c-.785 0-1.43.6-2.722 1.798l-3 2.786c-.63.585-.945.877-1.111 1.26C5 9.455 5 9.885 5 10.744V17c0 1.886 0 2.828.586 3.414C6.172 21 7.114 21 9 21h.75v-4a2.25 2.25 0 1 1 4.5 0v4H15c1.886 0 2.828 0 3.414-.586C19 19.828 19 18.886 19 17v-6.256c0-.86 0-1.289-.167-1.671-.166-.383-.481-.675-1.111-1.26Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M17.722 7.813c.63.585.945.877 1.111 1.26.167.382.167.812.167 1.671V17c0 1.886 0 2.828-.586 3.414C17.828 21 16.886 21 15 21H9c-1.886 0-2.828 0-3.414-.586C5 19.828 5 18.886 5 17v-6.256c0-.86 0-1.289.167-1.671.166-.383.481-.675 1.111-1.26L8.5 5.75l.778-.723C10.57 3.83 11.215 3.23 12 3.23c.785 0 1.43.6 2.722 1.798l.778.723 2.222 2.063Z" /><path d="M10 21v-4a2 2 0 1 1 4 0v4" /></svg>;
export default SvgComponent;