persona-community-5/.pnpm-store/v3/files/4d/1b0588a971fca5a8bee8a62c8f83c16f4a928051b0b3092b4cf079c1d1ca2e4ce611817b83b0a5e702ccd695c43f5d8048b7fe4781654ee0bef22dd5c644f6
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

17 lines
527 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 SquareChevronRight = createLucideIcon("SquareChevronRight", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["path", { d: "m10 8 4 4-4 4", key: "1wy4r4" }]
]);
export { SquareChevronRight as default };
//# sourceMappingURL=square-chevron-right.js.map