Tree
React Code
npm install @mynaui/icons-react
import { Tree } from "@mynaui/icons-react";
const App = () => {
return <Tree />;
};
SVG HTML
<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 17h7l-4.5-6.5h3L12 3l-5.5 7.5h3L5 17zm0 0v4'/>
</svg>
SVG CDN
<img src="https://unpkg.com/@mynaui/icons/icons/tree.svg" />
SVG Sprite
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-tree"></use>
</svg>