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 8.084-3-2.786C13.43 4.1 12.785 3.5 12 3.5c-.785 0-1.43.6-2.722 1.798l-3 2.786c-.63.585-.945.877-1.111 1.26C5 9.725 5 10.155 5 11.014V17c0 1.886 0 2.828.586 3.414C6.172 21 7.114 21 9 21h.75v-4a2.25 2.25 0 0 1 4.5 0v4H15c1.886 0 2.828 0 3.414-.586C19 19.828 19 18.886 19 17v-5.985c0-.86 0-1.29-.167-1.672-.166-.382-.481-.674-1.111-1.26Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M19 9v8c0 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 17V9" /><path d="m3 11 4.5-4 3.171-2.819a2 2 0 0 1 2.658 0L16.5 7l4.5 4M10 21v-4a2 2 0 1 1 4 0v4" /></svg>;
export default SvgComponent;