@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.42 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var LeafMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.407 4.849c-2.487.236-5.308.958-7.13 2.784-1.797 1.803-1.897 3.593-1.508 5.03.267.985.77 1.814 1.167 2.35l2.02-2.016-.138-3.753a.75.75 0 1 1 1.499-.056l.087 2.364 2.489-2.483.16-1.35a.75.75 0 1 1 1.49.177l-.078.657.65-.081a.75.75 0 1 1 .186 1.488l-1.346.168-2.486 2.48 2.356.084a.75.75 0 1 1-.054 1.499l-3.754-.133L9.01 16.06c.543.379 1.386.858 2.381 1.111 1.472.376 3.266.264 4.995-1.447 1.754-1.737 2.482-4.547 2.74-7.057a25 25 0 0 0 .085-3.858q-.28-.02-.668-.039c-.801-.034-1.909-.039-3.136.078m4.504-.726.745-.08v.003l.001.006.002.02a8 8 0 0 1 .03.36 26.222 26.222 0 0 1-.071 4.389c-.266 2.593-1.037 5.851-3.177 7.97-2.166 2.145-4.531 2.317-6.42 1.835-1.324-.337-2.418-.992-3.087-1.492L4.53 20.53a.75.75 0 1 1-1.06-1.062l3.395-3.388c-.509-.65-1.19-1.718-1.544-3.027-.51-1.888-.328-4.252 1.895-6.48 2.199-2.205 5.46-2.973 8.05-3.219a24.6 24.6 0 0 1 4.355-.016 14 14 0 0 1 .356.037l.02.002.006.001h.002s.002 0-.094.744m0 0 .096-.743a.75.75 0 0 1 .65.663z", clipRule: "evenodd" }))); });
LeafMIcon.displayName = 'LeafMIcon';