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="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;