UNPKG

lucide-react

Version:

A Lucide icon library package for React applications

24 lines (20 loc) 359 B
/** * lucide-react v0.234.0 - ISC */ import createLucideIcon from '../createLucideIcon.js'; const Square = createLucideIcon("Square", [ [ "rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2", key: "1m3agn" } ] ]); export { Square as default }; //# sourceMappingURL=square.js.map