PercentageSolid
percentage-solid
npm install @mynaui/icons-react
import { PercentageSolid } from "@mynaui/icons-react";
const App = () => {
return <PercentageSolid />;
}; <svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d='M4.058 4.206c.61-.707 1.486-.956 2.442-.956s1.831.249 2.442.956c.59.682.808 1.65.808 2.794s-.218 2.112-.808 2.794c-.61.707-1.486.956-2.442.956s-1.831-.249-2.442-.956C3.468 9.112 3.25 8.144 3.25 7s.218-2.112.808-2.794m15.472.264a.75.75 0 0 1 0 1.06l-14 14a.75.75 0 0 1-1.06-1.06l14-14a.75.75 0 0 1 1.06 0m-4.473 9.736c.612-.707 1.487-.956 2.443-.956s1.831.249 2.442.956c.59.682.808 1.65.808 2.794s-.218 2.112-.808 2.794c-.61.707-1.486.956-2.442.956s-1.831-.249-2.443-.956c-.589-.682-.807-1.65-.807-2.794s.218-2.112.807-2.794'/>
</svg> <img loading="lazy" decoding="async" src="https://unpkg.com/@mynaui/icons/icons-solid/percentage.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-percentage"></use>
</svg>