← Go back
Share

Leaves


Usage:

React Code:

npm install @mynaui/icons-react
import { Leaves } from "@mynaui/icons-react";

const App = () => {
  return <Leaves />;
};

SVG HTML:

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"><path d="M12 12.07V20m0-8.07c0-4.353 3.538-7.887 7.919-7.93.053.37.081.748.081 1.132 0 4.353-3.538 7.886-7.919 7.93A7.92 7.92 0 0 1 12 11.928m0 0C12 7.576 8.462 4.042 4.081 4A7.98 7.98 0 0 0 4 5.132c0 4.353 3.538 7.886 7.919 7.93A7.92 7.92 0 0 0 12 11.928"/></svg>

SVG CDN:

<img src="https://unpkg.com/@mynaui/icons/icons/leaves.svg" />

SVG Sprite:

npm install @mynaui/icons
<svg
        width="24"
        height="24"
        fill="none"
        viewBox="0 0 24 24"
        stroke-width="1.5"
        stroke-linecap="round"
        stroke-linejoin="round"
        stroke="currentColor"
      >
        <use xlink:href="/path/to/mynaui.symbol.svg#mynaui-leaves"></use></svg
      >