Bell Plus
Usage:
React Code:
npm install @mynaui/icons-react
import { BellPlus } from "@mynaui/icons-react";
const App = () => {
return <BellPlus />;
};
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="M18.831 10.256c0-3.701-2.46-7.256-6.813-7.256s-6.813 3.555-6.813 7.256c0 1.502-.988 2.654-1.818 3.859-3.73 5.971 20.807 5.703 17.262 0-.83-1.205-1.818-2.357-1.818-3.859Z"/><path d="M8.643 18.368C9.272 19.92 10.07 21 12 21c1.929 0 2.728-1.08 3.357-2.632M9.5 10h5M12 7.5v5"/></svg>
SVG CDN:
<img src="https://unpkg.com/@mynaui/icons/icons/bell-plus.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-plus"></use></svg
>