UNPKG

lucide-react

Version:

A Lucide icon library package for React applications

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