HeartDotSolid
heart-dot-solid
npm install @mynaui/icons-react
import { HeartDotSolid } from "@mynaui/icons-react";
const App = () => {
return <HeartDotSolid />;
}; <svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d='M10.75 12a1.25 1.25 0 1 1 2.5 0 1.25 1.25 0 0 1-2.5 0'/><path d='M12.434 21.112a.75.75 0 0 1-.868 0l-.008-.006-.021-.015-.08-.058q-.104-.075-.295-.219a38.5 38.5 0 0 1-4.197-3.674c-1.148-1.168-2.315-2.533-3.199-3.981-.88-1.44-1.516-3.024-1.516-4.612 0-3.158 2.42-5.797 5.5-5.797 1.724 0 3.248.833 4.25 2.117 1.002-1.284 2.525-2.117 4.25-2.117 1.46 0 2.85.445 3.88 1.439 1.035 1 1.62 2.473 1.62 4.358 0 1.588-.637 3.171-1.516 4.612-.884 1.448-2.051 2.813-3.199 3.982a38.5 38.5 0 0 1-4.492 3.892l-.047.034-.033.024-.021.015zM12 9.25a2.75 2.75 0 1 0 0 5.5 2.75 2.75 0 0 0 0-5.5'/>
</svg> <img loading="lazy" decoding="async" src="https://unpkg.com/@mynaui/icons/icons-solid/heart-dot.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-heart-dot"></use>
</svg>