lucide-react
Version:
A Lucide icon library package for React applications
15 lines (11 loc) • 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