UNPKG

lucide-react

Version:

A Lucide icon library package for React applications

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