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

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