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="m3.172 5.13 18 14M14.365 13.846a3 3 0 0 1-4.767-3.643M9 5.627a7.003 7.003 0 0 1 7.85 1.423l3.001 3.002c.497.497.745.745.885 1.008a2 2 0 0 1 0 1.88c-.14.263-.388.511-.885 1.008L19.8 14" /><path d="m6.309 7.691-1.48 1.48c-1.334 1.334-2 2-2 2.829 0 .828.666 1.495 2 2.828l2.12 2.122a7 7 0 0 0 9.9 0l.605-.605" /></svg>;
export default SvgComponent;