UNPKG

lucide-react

Version:

A Lucide icon library package for React applications

15 lines (11 loc) 442 B
/** * lucide-react v0.234.0 - ISC */ import createLucideIcon from '../createLucideIcon.js'; const ArrowDownCircle = createLucideIcon("ArrowDownCircle", [ ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }], ["polyline", { points: "8 12 12 16 16 12", key: "14qdon" }], ["line", { x1: "12", x2: "12", y1: "8", y2: "16", key: "10p56q" }] ]); export { ArrowDownCircle as default }; //# sourceMappingURL=arrow-down-circle.js.map