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

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