UNPKG

lucide-static

Version:

Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.

30 lines (27 loc) 703 B
/** * @license lucide-static 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. */ const GlobeCode = ` <svg class="lucide lucide-globe-code" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" > <path d="M15.5 10 13 7.5 15.5 5" /> <path d="M15.861 14A14.5 14.5 0 0112 22a14.48 14.48 0 010-20 10 10 0 109.888 11.5" /> <path d="M19.5 5 22 7.5 19.5 10" /> <path d="M2 12h8.5" /> </svg> `; export { GlobeCode as default }; //# sourceMappingURL=globe-code.mjs.map