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="M13.5 3.875c.311.492 1.269 1.546 1.094 2.042a2.751 2.751 0 0 1-5.187 0c-.176-.496.782-1.55 1.093-2.042a1.774 1.774 0 0 1 3 0ZM6 13.25V19a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-5.75H6Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M6 11.579V19a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-7.421a2 2 0 0 0-.309-1.068L13.5 3.875a1.774 1.774 0 0 0-3 0l-4.191 6.636A2 2 0 0 0 6 11.579Z" /><path d="M14.83 6a3.001 3.001 0 0 1-5.66 0M6 13h12" /></svg>;
export default SvgComponent;