Skip to main contentMynaUI
All Icons
PercentageCircleSolid
percentage-circle-solid
npm install @mynaui/icons-react
                  
import { PercentageCircleSolid } from "@mynaui/icons-react";

const App = () => {
  return <PercentageCircleSolid />;
};