UNPKG

lucide-react

Version:

A Lucide icon library package for React applications

26 lines (22 loc) 516 B
/** * lucide-react v0.234.0 - ISC */ import createLucideIcon from '../createLucideIcon.js'; const PlusSquare = createLucideIcon("PlusSquare", [ [ "rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2", key: "1m3agn" } ], ["line", { x1: "12", x2: "12", y1: "8", y2: "16", key: "10p56q" }], ["line", { x1: "8", x2: "16", y1: "12", y2: "12", key: "1jonct" }] ]); export { PlusSquare as default }; //# sourceMappingURL=plus-square.js.map