ChartBubbleSolid
chart-bubble-solid
npm install @mynaui/icons-react
import { ChartBubbleSolid } from "@mynaui/icons-react";
const App = () => {
return <ChartBubbleSolid />;
}; <svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d='M2 14.6V3a1 1 0 0 1 2 0v11.6l.007 1.467c.006.418.019.77.044 1.078.05.606.142.954.276 1.217l.115.206c.289.47.702.853 1.196 1.105l.103.049c.251.108.584.184 1.113.227C7.471 20 8.264 20 9.4 20H21l.102.005a1 1 0 0 1 0 1.99L21 22H9.4c-1.103 0-1.991.001-2.709-.058-.637-.052-1.208-.154-1.737-.381l-.224-.106a5 5 0 0 1-2.092-2.01l-.093-.175c-.302-.593-.428-1.233-.487-1.961-.03-.359-.044-.76-.051-1.21z'/><path d='M13.75 7.5a4.25 4.25 0 1 1-8.5 0 4.25 4.25 0 0 1 8.5 0m4.75 5.25a3.25 3.25 0 1 0 0-6.5 3.25 3.25 0 0 0 0 6.5m-1.75 2.75a3.25 3.25 0 1 1-6.5 0 3.25 3.25 0 0 1 6.5 0'/>
</svg> <img loading="lazy" decoding="async" src="https://unpkg.com/@mynaui/icons/icons-solid/chart-bubble.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-chart-bubble"></use>
</svg>