Fire
Usage:
React Code:
npm install @mynaui/icons-react
import { Fire } from "@mynaui/icons-react";
const App = () => {
return <Fire />;
};
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="M19.27 16.202A7.812 7.812 0 0 1 12.06 21c-4.313 0-7.81-3.492-7.81-7.8S5.89 7.13 8.455 3c4.806 2.1 4.806 8.4 4.806 8.4s1.579-3.038 4.806-4.5c1.035 3.042 2.43 6.365 1.203 9.302Z"/><path d="M12 18a5 5 0 0 1-5-5"/></svg>
SVG CDN:
<img src="https://unpkg.com/@mynaui/icons/icons/fire.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-fire"></use></svg
>