UNPKG

lucide-react

Version:

A Lucide icon library package for React applications

26 lines (22 loc) 502 B
/** * lucide-react v0.234.0 - ISC */ import createLucideIcon from '../createLucideIcon.js'; const XSquare = createLucideIcon("XSquare", [ [ "rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2", key: "1m3agn" } ], ["line", { x1: "9", x2: "15", y1: "9", y2: "15", key: "1shsy8" }], ["line", { x1: "15", x2: "9", y1: "9", y2: "15", key: "f7djnv" }] ]); export { XSquare as default }; //# sourceMappingURL=x-square.js.map