persona-community-5/.pnpm-store/v3/files/ab/c16451d1eb69cb24458ad350351db39d7823cf11f2eb253752623b1610bdf0e671d10a616d9be66f3e980c617396943eb1bf27468f4a4bbef9072f427ff9bd
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

18 lines
532 B
Plaintext

/**
* @license lucide-react v0.395.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.js';
const Globe = createLucideIcon("Globe", [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20", key: "13o1zl" }],
["path", { d: "M2 12h20", key: "9i4pu4" }]
]);
export { Globe as default };
//# sourceMappingURL=globe.js.map