UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

23 lines (19 loc) 558 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: "blend", size: 24, node: [ ["circle", { cx: "15", cy: "9", r: "7", key: "1i12rt" }], ["circle", { cx: "9", cy: "15", r: "7", key: "19bs8k" }] ] }; __iconData.node; const Blend = createLucideIcon(__iconData); export { __iconData, Blend as default }; //# sourceMappingURL=blend.mjs.map