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

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