Files
dnviti cc5b8b32bb
Some checks failed
Build and Deploy / build (push) Failing after 1m34s
first commit
2025-11-23 03:24:27 +01:00

17 lines
393 B
JavaScript

/**
* lucide-react v0.292.0 - ISC
*/
import createLucideIcon from '../createLucideIcon.js';
const ChevronUpSquare = createLucideIcon("ChevronUpSquare", [
[
"rect",
{ width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }
],
["path", { d: "m8 14 4-4 4 4", key: "fy2ptz" }]
]);
export { ChevronUpSquare as default };
//# sourceMappingURL=chevron-up-square.js.map