persona-community-5/.pnpm-store/v3/files/58/1d7121c353071427cd66c3f0a14d979b40c0b3f444c24b132acf7435e1bbe6d37c3b4c2a27c3866d0106b5e0911fac4699893075c47914859cfb9ed4629006
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
491 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 CornerLeftUp = createLucideIcon("CornerLeftUp", [
["polyline", { points: "14 9 9 4 4 9", key: "m9oyvo" }],
["path", { d: "M20 20h-7a4 4 0 0 1-4-4V4", key: "1blwi3" }]
]);
export { CornerLeftUp as default };
//# sourceMappingURL=corner-left-up.js.map