@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 2.61 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var LeafMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.4074 4.84854C12.9201 5.08487 10.0991 5.80719 8.27775 7.63314C6.47983 9.43556 6.38042 11.2264 6.76905 12.6622C7.03576 13.6476 7.53938 14.4771 7.93634 15.0125L9.95626 12.9969L9.81771 9.24374C9.80243 8.82981 10.1256 8.48187 10.5395 8.46659C10.9535 8.45131 11.3014 8.77448 11.3167 9.18841L11.404 11.5523L13.893 9.06862L14.0531 7.71931C14.1019 7.30798 14.4749 7.0141 14.8862 7.0629C15.2976 7.1117 15.5915 7.48471 15.5427 7.89604L15.4647 8.55291L16.1154 8.47183C16.5264 8.42061 16.9011 8.7123 16.9523 9.12334C17.0036 9.53437 16.7119 9.9091 16.3008 9.96032L14.9549 10.128L12.4694 12.6082L14.8245 12.6918C15.2384 12.7064 15.5621 13.0539 15.5474 13.4679C15.5327 13.8818 15.1852 14.2055 14.7713 14.1908L11.0169 14.0576L9.00954 16.0607C9.55283 16.44 10.396 16.9187 11.3911 17.1725C12.863 17.5478 14.6569 17.4365 16.3855 15.7251C18.1404 13.9878 18.8683 11.1783 19.1265 8.66791C19.2536 7.43254 19.263 6.31101 19.2403 5.49801C19.233 5.23307 19.2222 5.00161 19.2111 4.81047C19.0249 4.79657 18.8002 4.78254 18.5432 4.77149C17.7419 4.73705 16.634 4.73199 15.4074 4.84854ZM19.9107 4.12336C20.6563 4.04251 20.6563 4.04273 20.6563 4.04298L20.6566 4.04553L20.6572 4.05157L20.6594 4.07253C20.6612 4.09042 20.6637 4.11606 20.6667 4.14906C20.6727 4.21506 20.6808 4.31056 20.6897 4.43244C20.7073 4.67612 20.7278 5.02574 20.7398 5.45626C20.7637 6.316 20.754 7.50511 20.6186 8.8214C20.3519 11.4143 19.5811 14.6722 17.4409 16.7911C15.2745 18.9358 12.9099 19.1078 11.0204 18.626C9.69742 18.2886 8.60285 17.6335 7.93411 17.1338L4.52976 20.5309C4.23656 20.8235 3.76168 20.823 3.4691 20.5298C3.17652 20.2366 3.17703 19.7617 3.47024 19.4691L6.86517 16.0814C6.356 15.4301 5.67548 14.3632 5.32115 13.0541C4.81015 11.1662 4.99305 8.80209 7.21576 6.57381C9.41501 4.36905 12.676 3.60131 15.2655 3.35527C16.5773 3.23062 17.7565 3.23629 18.6077 3.27288C19.0339 3.2912 19.3795 3.31734 19.6205 3.33914C19.741 3.35004 19.8354 3.35987 19.9007 3.3671C19.9334 3.37072 19.9588 3.37368 19.9766 3.37582L19.9975 3.37837L20.0035 3.37913L20.0054 3.37937C20.0057 3.37941 20.0066 3.37952 19.9107 4.12336ZM19.9107 4.12336L20.0066 3.37953C20.3503 3.42387 20.619 3.69843 20.6563 4.04298L19.9107 4.12336Z", fill: "currentColor" }))); });
LeafMIcon.displayName = 'LeafMIcon';