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

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