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="M8.312 4C3.938 4 3 4.938 3 9.312v5.376c0 3.795.706 5.004 3.75 5.257v-3.633c0-1.1.059-2 .22-2.73.164-.732.434-1.309.869-1.743.434-.435 1.01-.705 1.743-.868.73-.162 1.63-.221 2.73-.221H21V9.312l.003-.436C21.013 7.82 20.18 7 19.126 7H14.07a2 2 0 0 1-1.664-.89l-.812-1.22A2 2 0 0 0 9.93 4H8.312Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M3 9.312C3 4.938 3.938 4 8.312 4H9.93a2 2 0 0 1 1.664.89l.812 1.22A2 2 0 0 0 14.07 7h5.056c1.055 0 1.887.82 1.877 1.876L21 9.312v5.376C21 19.062 20.062 20 15.688 20H8.312C3.938 20 3 19.062 3 14.688V9.312Z" /><path d="M21 11h-8.688C7.938 11 7 11.938 7 16.312V19.5" /></svg>;
export default SvgComponent;