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.502 19.307-5.62-6.351C3.21 11.065 2.34 8.687 3.597 6.42 5.05 3.8 7.711 3.264 10.023 5.024a13.084 13.084 0 0 1 1.766 1.654c.038.042.085.07.136.083a.25.25 0 0 0-.162.16l-1 3a.25.25 0 0 0 .029.218L12.7 13l-1.908 2.861a.25.25 0 0 0-.032.208l.99 3.466v.431a1.99 1.99 0 0 1-1.248-.659Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="m4.882 12.956 5.62 6.351a2 2 0 0 0 2.996 0l5.62-6.351c1.673-1.891 2.542-4.269 1.285-6.536-1.452-2.62-4.113-3.156-6.426-1.396a13.084 13.084 0 0 0-1.766 1.654.284.284 0 0 1-.422 0 13.084 13.084 0 0 0-1.766-1.654C7.71 3.264 5.049 3.8 3.597 6.42c-1.257 2.267-.388 4.645 1.285 6.536Z" /><path d="m12 7-1 3 2 3-2 3 1 3.5" /></svg>;
export default SvgComponent;