lucide-react
Version:
A Lucide icon library package for React applications.
22 lines (18 loc) • 546 B
JavaScript
/**
* @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: "infinity",
size: 24,
node: [
["path", { d: "M6 16c5 0 7-8 12-8a4 4 0 0 1 0 8c-5 0-7-8-12-8a4 4 0 1 0 0 8", key: "18ogeb" }]
]
};
__iconData.node;
const Infinity = createLucideIcon(__iconData);
export { __iconData, Infinity as default };
//# sourceMappingURL=infinity.mjs.map