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 4v2a2 2 0 0 0 2 2h2M11 9v2a2 2 0 0 0 2 2h2" /></svg>;
export default SvgComponent;