persona-community-5/.pnpm-store/v3/files/1a/3342fa5523a14be5147b0348c8ceae2fd4d132445f269300ea58e2f067960f307cc995e9df556d269f5fb2e783d31cb30b22592a5dfc589eeeabc136b51f3d
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
524 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 SquareChevronDown = createLucideIcon("SquareChevronDown", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["path", { d: "m16 10-4 4-4-4", key: "894hmk" }]
]);
export { SquareChevronDown as default };
//# sourceMappingURL=square-chevron-down.js.map