persona-community-5/.pnpm-store/v3/files/15/ce937c72db7e3ca984ff2f4939ca89f7271355c2c8222c10d24a3d431be7133f9b5f9619bd7a40c6b3d4dff42e8851310a0aeceaaded1be33518ea51737291
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
506 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 CornerDownRight = createLucideIcon("CornerDownRight", [
["polyline", { points: "15 10 20 15 15 20", key: "1q7qjw" }],
["path", { d: "M4 4v7a4 4 0 0 0 4 4h12", key: "z08zvw" }]
]);
export { CornerDownRight as default };
//# sourceMappingURL=corner-down-right.js.map