persona-community-5/.pnpm-store/v3/files/69/9cdcb8b0e4f670c06d596daffa0df313bc14c83bd1bf500af3cb633b957f940a7da256134ab86a774e8807fa79a910817b47b4dda37fe0c4bc58c6dd67fc46
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
498 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 CornerUpRight = createLucideIcon("CornerUpRight", [
["polyline", { points: "15 14 20 9 15 4", key: "1tbx3s" }],
["path", { d: "M4 20v-7a4 4 0 0 1 4-4h12", key: "1lu4f8" }]
]);
export { CornerUpRight as default };
//# sourceMappingURL=corner-up-right.js.map