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

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