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

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