persona-community-5/.pnpm-store/v3/files/1c/a7cb8f52d207e940f9465a3a0dea5f483c8f0208a11d41d3cb57481cc882177d76c468f24532aedd5e7f7d75a6022c73cc435be7f6f11b13c47ee468ab77dd
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

18 lines
566 B
Plaintext

/**
* @license lucide-react v0.395.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createLucideIcon from '../createLucideIcon.js';
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.js.map