/** * lucide-react v0.0.1 - ISC */ import createLucideIcon from '../createLucideIcon.mjs'; const ChevronLeftSquare = createLucideIcon("ChevronLeftSquare", [ [ "rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" } ], ["path", { d: "m14 16-4-4 4-4", key: "ojs7w8" }] ]); export { ChevronLeftSquare as default }; //# sourceMappingURL=chevron-left-square.mjs.map