UNPKG

lucide-react

Version:

A Lucide icon library package for React applications

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