FiveSolid
five-solid
npm install @mynaui/icons-react
import { FiveSolid } from "@mynaui/icons-react";
const App = () => {
return <FiveSolid />;
}; <svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d='M8 7a.75.75 0 0 1 .75-.75h5.625a.75.75 0 0 1 0 1.5H9.5v2.066h2.723c1.834 0 3.527 1.295 3.527 3.127v1.399c0 1.132-.514 2.01-1.274 2.585-.739.56-1.687.82-2.598.823-.912.003-1.862-.25-2.603-.81C8.512 16.364 8 15.482 8 14.342a.75.75 0 0 1 1.5 0c0 .643.27 1.092.678 1.401.43.325 1.043.51 1.694.507.651-.002 1.266-.19 1.699-.518.412-.313.679-.76.679-1.39v-1.4c0-.793-.794-1.626-2.027-1.626H8.75a.75.75 0 0 1-.75-.75z'/>
</svg> <img loading="lazy" decoding="async" src="https://unpkg.com/@mynaui/icons/icons-solid/five.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-five"></use>
</svg>