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="M6.295 7.876 5 9.172c-1.333 1.333-2 2-2 2.828 0 .829.667 1.495 2 2.829l2.121 2.12a7 7 0 0 0 9.9 0l.411-.41-2.927-2.277a3.25 3.25 0 0 1-5.1-3.967l-3.11-2.419Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="m3.171 5.13 18 14M9 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 14M14.365 13.846a3 3 0 0 1-4.767-3.643" /><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;