Ghost Funny
Usage:
React Code:
npm install @mynaui/icons-react
import { GhostFunny } from "@mynaui/icons-react";
const App = () => {
return <GhostFunny />;
};
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="m8.699 10.646-.104-.49m4.995-.55-.104-.49M8.5 15.57c1.258.316 2.686.316 4.123-.069 1.436-.385 2.672-1.099 3.604-2.001"/><path d="m12.587 15.637.478.974a1.5 1.5 0 1 0 2.693-1.322l-.46-.935"/><path d="M3 18.561v-6.517C3 7.05 7.03 3 12 3s9 4.05 9 9.044v6.517c0 1.162-.967 2.519-2 2-.835-.42-2.223-.52-3 0-.874.585-2.126.585-3 0-.885-.593-1.649-.57-2.5 0-.874.585-2.126.585-3 0-.777-.52-1.665-.42-2.5 0-1.033.519-2-.838-2-2Z"/></svg>
SVG CDN:
<img src="https://unpkg.com/@mynaui/icons/icons/ghost-funny.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-ghost-funny"></use></svg
>