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

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