Leaves
leaves
npm install @mynaui/icons-react
import { Leaves } from "@mynaui/icons-react";
const App = () => {
return <Leaves />;
}; <svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
<path d='M12 12.07V20m0-8.07c0-4.353 3.538-7.887 7.919-7.93q.08.556.081 1.132c0 4.353-3.538 7.886-7.919 7.93A8 8 0 0 1 12 11.928m0 0C12 7.576 8.462 4.042 4.081 4q-.08.556-.081 1.132c0 4.353 3.538 7.886 7.919 7.93A8 8 0 0 0 12 11.928'/>
</svg> <img loading="lazy" decoding="async" src="https://unpkg.com/@mynaui/icons/icons/leaves.svg" /> npm install @mynaui/icons
<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><use xlink:href="/path/to/mynaui.symbol.svg#mynaui-leaves"></use>
</svg>