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="M16.941 17.295 8.6 8.953A2 2 0 0 1 8.167 9H3.135c-.05 0-.075.06-.04.096l4.073 4.072a2 2 0 0 1 .509 1.964l-1.62 5.67a.075.075 0 0 0 .114.084l4.72-3.146a2 2 0 0 1 2.218 0l4.728 3.151a.072.072 0 0 0 .109-.08l-1.005-3.516Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="m10.75 6 1.187-2.849a.068.068 0 0 1 .126 0l1.924 4.618A2 2 0 0 0 15.833 9h5.06c.04 0 .06.048.031.076l-.03.03L17.5 12.5M9 9H3.135c-.05 0-.075.06-.04.096l.04.04 4.033 4.032a2 2 0 0 1 .509 1.964l-1.613 5.644-.008.027a.075.075 0 0 0 .115.083l4.72-3.146a2 2 0 0 1 2.218 0l4.71 3.139.018.012a.072.072 0 0 0 .11-.08L16.856 17M3 3l18 18" /></svg>;
export default SvgComponent;