Bowl
Usage:
React Code:
npm install @mynaui/icons-react
import { Bowl } from "@mynaui/icons-react";
const App = () => {
return <Bowl />;
};
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="M15.017 21c.555 0 1.005-.448 1.005-1v-.45c0-.307.164-.563.433-.715a9.079 9.079 0 0 0 1.944-1.471 8.954 8.954 0 0 0 2.595-5.366c.061-.549-.395-.998-.95-.998H3.956c-.555 0-1.011.45-.95.998A8.953 8.953 0 0 0 5.6 17.364a9.081 9.081 0 0 0 1.833 1.408c.33.193.55.537.548.918v.307A1.003 1.003 0 0 0 8.986 21h6.03ZM6 5v2m12-2v2m-6-4v4"/></svg>
SVG CDN:
<img src="https://unpkg.com/@mynaui/icons/icons/bowl.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-bowl"></use></svg
>