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

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