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

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