This commit is contained in:
Iliyan Angelov
2025-09-14 23:24:25 +03:00
commit c67067a2a4
71311 changed files with 6800714 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const GalleryVerticalEnd = createLucideIcon("GalleryVerticalEnd", [
["path", { d: "M7 2h10", key: "nczekb" }],
["path", { d: "M5 6h14", key: "u2x4p" }],
[
"rect",
{ width: "18", height: "12", x: "3", y: "10", rx: "2", key: "l0tzu3" }
]
]);
export { GalleryVerticalEnd as default };
//# sourceMappingURL=gallery-vertical-end.mjs.map