Files
rrt-sales-wizard/node_modules/lucide-react/dist/esm/icons/arrow-up-from-dot.js
dnviti cc5b8b32bb
Some checks failed
Build and Deploy / build (push) Failing after 1m34s
first commit
2025-11-23 03:24:27 +01:00

15 lines
401 B
JavaScript

/**
* lucide-react v0.292.0 - ISC
*/
import createLucideIcon from '../createLucideIcon.js';
const ArrowUpFromDot = createLucideIcon("ArrowUpFromDot", [
["path", { d: "m5 9 7-7 7 7", key: "1hw5ic" }],
["path", { d: "M12 16V2", key: "ywoabb" }],
["circle", { cx: "12", cy: "21", r: "1", key: "o0uj5v" }]
]);
export { ArrowUpFromDot as default };
//# sourceMappingURL=arrow-up-from-dot.js.map