Bell Slash
Usage:
React Code:
npm install @mynaui/icons-react
import { BellSlash } from "@mynaui/icons-react";
const App = () => {
return <BellSlash />;
};
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.643 18.368C9.272 19.92 10.07 21 12 21c1.929 0 2.728-1.08 3.357-2.632"/><path d="M17.766 6.234 21 3m-3.234 3.234c.699 1.189 1.065 2.595 1.065 4.022 0 1.502.988 2.654 1.818 3.859 2.478 3.986-8.763 5.317-14.482 3.718M17.766 6.234l-11.6 11.6M3 21l3.167-3.167M14.659 3.5a6.91 6.91 0 0 0-2.641-.5c-4.353 0-6.813 3.555-6.813 7.256 0 1.502-.988 2.654-1.818 3.859-.473.758-.491 1.415-.17 1.973"/></svg>
SVG CDN:
<img src="https://unpkg.com/@mynaui/icons/icons/bell-slash.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-bell-slash"></use></svg
>