/** * 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