BubblesSolid
bubbles-solid
npm install @mynaui/icons-react
import { BubblesSolid } from "@mynaui/icons-react";
const App = () => {
return <BubblesSolid />;
}; <svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d='M13.75 8a5.75 5.75 0 1 1-11.5 0 5.75 5.75 0 0 1 11.5 0m4.75 4.113a3.25 3.25 0 1 0 0-6.5 3.25 3.25 0 0 0 0 6.5m1.219 5.387a4.25 4.25 0 1 1-8.5 0 4.25 4.25 0 0 1 8.5 0'/>
</svg> <img loading="lazy" decoding="async" src="https://unpkg.com/@mynaui/icons/icons-solid/bubbles.svg" /> npm install @mynaui/icons
<svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><use xlink:href="/path/to/mynaui-solid.symbol.svg#mynaui-bubbles"></use>
</svg>