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="m19.756 8.846-8.67 8.737a2 2 0 0 1-1.419.59H7.162a1.34 1.34 0 0 1-1.336-1.34v-2.528a2 2 0 0 1 .58-1.409l8.677-8.743c4.006-3.352 8.012 1.34 4.673 4.693ZM3 21 16 8" /><path d="M16 4v4h4M11 9v4h4" /><path fillRule="evenodd" d="M20.577 7.75c1.672-3.158-1.911-6.595-5.495-3.597l-8.675 8.744a2 2 0 0 0-.58 1.408v2.528c0 .28.085.54.232.755l9.764-9.765a.25.25 0 0 1 .183-.073m0 0h4.57Z" clipRule="evenodd" opacity={0.1} stroke="none" fill="currentColor" /></svg>;
export default SvgComponent;