lucide-react
Version:
A Lucide icon library package for React applications
14 lines (10 loc) • 346 B
JavaScript
/**
* lucide-react v0.234.0 - ISC
*/
import createLucideIcon from '../createLucideIcon.js';
const ArrowUp = createLucideIcon("ArrowUp", [
["line", { x1: "12", x2: "12", y1: "19", y2: "5", key: "jt6ph2" }],
["polyline", { points: "5 12 12 5 19 12", key: "1y7d7k" }]
]);
export { ArrowUp as default };
//# sourceMappingURL=arrow-up.js.map