persona-community-5/.pnpm-store/v3/files/31/8add3c6f9bfdd3c36e15e7a94acb79b39962246ea31904e02b530b277ecd855bafa66c1bff8ab78d969a445ddb00fdcf0583dbd7195ca16f41b0083cceed9f
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
576 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 SquareArrowDownLeft = createLucideIcon("SquareArrowDownLeft", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["path", { d: "m16 8-8 8", key: "166keh" }],
["path", { d: "M16 16H8V8", key: "1w2ppm" }]
]);
export { SquareArrowDownLeft as default };
//# sourceMappingURL=square-arrow-down-left.js.map