HeartSquareSolid
heart-square-solid
npm install @mynaui/icons-react
import { HeartSquareSolid } from "@mynaui/icons-react";
const App = () => {
return <HeartSquareSolid />;
}; <svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d='M9.367 2.25h5.266c1.092 0 1.958 0 2.655.057.714.058 1.317.18 1.869.46a4.75 4.75 0 0 1 2.075 2.077c.281.55.403 1.154.461 1.868.057.697.057 1.563.057 2.655v5.266c0 1.092 0 1.958-.057 2.655-.058.714-.18 1.317-.46 1.869a4.75 4.75 0 0 1-2.076 2.075c-.552.281-1.155.403-1.869.461-.697.057-1.563.057-2.655.057H9.367c-1.092 0-1.958 0-2.655-.057-.714-.058-1.317-.18-1.868-.46a4.75 4.75 0 0 1-2.076-2.076c-.281-.552-.403-1.155-.461-1.869-.057-.697-.057-1.563-.057-2.655V9.367c0-1.092 0-1.958.057-2.655.058-.714.18-1.317.46-1.868a4.75 4.75 0 0 1 2.077-2.076c.55-.281 1.154-.403 1.868-.461.697-.057 1.563-.057 2.655-.057m2.934 13.874.005-.003.009-.006.032-.022.117-.081a15 15 0 0 0 1.628-1.341c.444-.427.91-.938 1.27-1.492.354-.545.648-1.2.648-1.898 0-.782-.262-1.443-.767-1.902-.494-.449-1.136-.629-1.764-.629a2.52 2.52 0 0 0-1.594.565A2.531 2.531 0 0 0 7.76 11.28c0 .698.294 1.353.648 1.898.36.554.826 1.065 1.27 1.491a15 15 0 0 0 1.745 1.423l.032.022.01.006.004.003a.75.75 0 0 0 .832 0'/>
</svg> <img loading="lazy" decoding="async" src="https://unpkg.com/@mynaui/icons/icons-solid/heart-square.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-square"></use>
</svg>