persona-community-5/.pnpm-store/v3/files/5d/37f71b276e1d46770f68dcc2bda14349a5782dcdeef800572155e5150d0aec20af47c888a1e971987401893fd5a4c09f0d66f372f3ea02808fbd707bbfd59d
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
499 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 CornerDownLeft = createLucideIcon("CornerDownLeft", [
["polyline", { points: "9 10 4 15 9 20", key: "r3jprv" }],
["path", { d: "M20 4v7a4 4 0 0 1-4 4H4", key: "6o5b7l" }]
]);
export { CornerDownLeft as default };
//# sourceMappingURL=corner-down-left.js.map