persona-community-5/.pnpm-store/v3/files/97/307cd5219102f09611efdfd7437e1f08f8e212effd46c3aec46ca22ac8b789a0c65240ec1d4c0dbf50b289d6b1628a8c7071993e39f8b27d811ac4e0fa2f80
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

19 lines
560 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 AArrowDown = createLucideIcon("AArrowDown", [
["path", { d: "M3.5 13h6", key: "p1my2r" }],
["path", { d: "m2 16 4.5-9 4.5 9", key: "ndf0b3" }],
["path", { d: "M18 7v9", key: "pknjwm" }],
["path", { d: "m14 12 4 4 4-4", key: "buelq4" }]
]);
export { AArrowDown as default };
//# sourceMappingURL=a-arrow-down.js.map