persona-community-5/.pnpm-store/v3/files/c0/de739fa53d3890158104442d4418b6cc5215ee2b765b2b2f112f83bd8a4b0ae119564f307de1550926d9dd787bd04f6077d772453487b17a85c89b4da14d5d
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
515 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 SquareChevronUp = createLucideIcon("SquareChevronUp", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["path", { d: "m8 14 4-4 4 4", key: "fy2ptz" }]
]);
export { SquareChevronUp as default };
//# sourceMappingURL=square-chevron-up.js.map