lucide-react
Version:
A Lucide icon library package for React applications
18 lines (14 loc) • 500 B
JavaScript
/**
* lucide-react v0.234.0 - ISC
*/
import createLucideIcon from '../createLucideIcon.js';
const ArrowUpLeftFromCircle = createLucideIcon("ArrowUpLeftFromCircle", [
[
"path",
{ d: "M12,2c5.5,0,10,4.5,10,10s-4.5,10-10,10S2,17.5,2,12", key: "1qfu97" }
],
["polyline", { points: "2,8 2,2 8,2 ", key: "1iehnf" }],
["line", { x1: "2", y1: "2", x2: "12", y2: "12", key: "307mz" }]
]);
export { ArrowUpLeftFromCircle as default };
//# sourceMappingURL=arrow-up-left-from-circle.js.map