persona-community-5/.pnpm-store/v3/files/46/4b0739b9bd1bdca6193e4856d06ade2f6a1ecab0ebe7b5f98e027801c9115d8690251f06179ebdf1af7453f02e61b8e096163fd26dae7b066dc7f6d91e0d58
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
575 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 GalleryHorizontalEnd = createLucideIcon("GalleryHorizontalEnd", [
["path", { d: "M2 7v10", key: "a2pl2d" }],
["path", { d: "M6 5v14", key: "1kq3d7" }],
["rect", { width: "12", height: "18", x: "10", y: "3", rx: "2", key: "13i7bc" }]
]);
export { GalleryHorizontalEnd as default };
//# sourceMappingURL=gallery-horizontal-end.js.map