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

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