HeartDiamondSolid
heart-diamond-solid
npm install @mynaui/icons-react
import { HeartDiamondSolid } from "@mynaui/icons-react";
const App = () => {
return <HeartDiamondSolid />;
}; <svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d='M10.79 1.49a3.2 3.2 0 0 0-1.025.686L2.177 9.765a3.16 3.16 0 0 0 0 4.47l7.588 7.588a3.16 3.16 0 0 0 4.47 0l7.588-7.588a3.16 3.16 0 0 0 0-4.47l-7.588-7.588a3.16 3.16 0 0 0-3.445-.686m1.511 14.634a.75.75 0 0 1-.832 0l-.005-.003-.009-.006-.032-.022-.117-.081a15 15 0 0 1-1.628-1.341c-.444-.427-.91-.938-1.27-1.492-.354-.545-.648-1.2-.648-1.898a2.531 2.531 0 0 1 4.125-1.966 2.52 2.52 0 0 1 1.594-.565c.628 0 1.27.18 1.764.629.505.459.767 1.12.767 1.902 0 .698-.295 1.353-.648 1.898-.36.554-.826 1.065-1.27 1.491a15 15 0 0 1-1.745 1.423l-.032.022-.01.006z'/>
</svg> <img loading="lazy" decoding="async" src="https://unpkg.com/@mynaui/icons/icons-solid/heart-diamond.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-diamond"></use>
</svg>