/** * @license lucide-react v1.24.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 __iconNode = [ ["path", { d: "M15 9.4a4 4 0 1 0 0 5.2", key: "1makmb" }], ["path", { d: "M7 12h5", key: "gblrwe" }], ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }] ]; const CircleEuroSign = createLucideIcon("circle-euro-sign", __iconNode); export { __iconNode, CircleEuroSign as default }; //# sourceMappingURL=circle-euro-sign.mjs.map