Files
khalij-pay/node_modules/lucide-react/dist/esm/icons/arrow-up.mjs
2025-10-23 21:52:07 +03:30

14 lines
311 B
JavaScript

/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const ArrowUp = createLucideIcon("ArrowUp", [
["path", { d: "m5 12 7-7 7 7", key: "hav0vg" }],
["path", { d: "M12 19V5", key: "x0mq9r" }]
]);
export { ArrowUp as default };
//# sourceMappingURL=arrow-up.mjs.map