UNPKG

@jfstech/icons-react

Version:

<p align="center"> <a href="https://jfstech.uk" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/JFS-Tech/icons/HEAD/.github/logo-dark.svg"> <source media="(prefers-color

26 lines 1.01 kB
const React = require("react"); function Globe04Icon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "currentColor", "aria-hidden": "true", "data-slot": "icon", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M11.78 20.561a8.78 8.78 0 1 1 8.143-12.073M4.098 15.073h2.56a1.83 1.83 0 0 0 1.83-1.83v-2.377c0-1.01.819-1.83 1.83-1.83h1.828a1.83 1.83 0 0 0 1.83-1.829v-3.11m3.512 11.196v-.066m3.512-.01c0 2.29-3.512 5.344-3.512 5.344s-3.512-3.054-3.512-5.345c0-1.897 1.572-3.435 3.512-3.435S21 13.319 21 15.216" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(Globe04Icon); module.exports = ForwardRef;