Files
GNX-mailEnterprise/frontend/node_modules/lucide-react/dist/esm/icons/arrow-up-left-from-circle.mjs
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03:00

15 lines
427 B
JavaScript

/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const ArrowUpLeftFromCircle = createLucideIcon("ArrowUpLeftFromCircle", [
["path", { d: "M2 8V2h6", key: "hiwtdz" }],
["path", { d: "m2 2 10 10", key: "1oh8rs" }],
["path", { d: "M12 2A10 10 0 1 1 2 12", key: "rrk4fa" }]
]);
export { ArrowUpLeftFromCircle as default };
//# sourceMappingURL=arrow-up-left-from-circle.mjs.map