UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

20 lines (16 loc) 509 B
/** * @license lucide-react v1.46.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import createLucideIcon from '../createLucideIcon.mjs'; const __iconData = { name: "ellipse", size: 24, node: [["ellipse", { cx: "12", cy: "12", rx: "10", ry: "6", key: "swdkt4" }]] }; __iconData.node; const Ellipse = createLucideIcon(__iconData); export { __iconData, Ellipse as default }; //# sourceMappingURL=ellipse.mjs.map