lucide-react
Version:
A Lucide icon library package for React applications.
31 lines (27 loc) • 777 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: "globe-code",
size: 24,
node: [
["path", { d: "M15.5 10 13 7.5 15.5 5", key: "1sohav" }],
[
"path",
{
d: "M15.861 14A14.5 14.5 0 0112 22a14.48 14.48 0 010-20 10 10 0 109.888 11.5",
key: "zybipq"
}
],
["path", { d: "M19.5 5 22 7.5 19.5 10", key: "hhg2en" }],
["path", { d: "M2 12h8.5", key: "ovaggd" }]
]
};
__iconData.node;
const GlobeCode = createLucideIcon(__iconData);
export { __iconData, GlobeCode as default };
//# sourceMappingURL=globe-code.mjs.map