persona-community-5/.pnpm-store/v3/files/e6/2f124b8a253028105f026eaeff863f7cca49c396686a82ec73725501a221985d886f0fd661189ecae4042b3ef4442e097629a83aa9d92f97ffb1c47c8fff3c
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
495 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 CornerRightUp = createLucideIcon("CornerRightUp", [
["polyline", { points: "10 9 15 4 20 9", key: "1lr6px" }],
["path", { d: "M4 20h7a4 4 0 0 0 4-4V4", key: "1plgdj" }]
]);
export { CornerRightUp as default };
//# sourceMappingURL=corner-right-up.js.map