LikeSolid
like-solid
npm install @mynaui/icons-react
import { LikeSolid } from "@mynaui/icons-react";
const App = () => {
return <LikeSolid />;
}; <svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d='M4.148 9.175c-.55.294-.898.865-.898 1.493v9.385c0 .95.78 1.697 1.714 1.697h12.521c.579 0 1.024-.404 1.304-.725.317-.362.618-.847.894-1.383.557-1.08 1.08-2.494 1.459-3.893.376-1.392.628-2.832.607-3.956-.01-.552-.087-1.11-.312-1.556-.247-.493-.703-.882-1.364-.882h-5.25c.216-.96.51-2.497.404-3.868-.059-.758-.246-1.561-.723-2.189-.509-.668-1.277-1.048-2.282-1.048-.582 0-1.126.31-1.415.822m0 0-1.28 2.266c-.512.906-1.3 1.58-2.258 2.176-.638.397-1.294.727-1.973 1.07a50 50 0 0 0-1.148.591'/>
</svg> <img loading="lazy" decoding="async" src="https://unpkg.com/@mynaui/icons/icons-solid/like.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-like"></use>
</svg>