UNPKG

@morphemeicons/react

Version:

Morpheme Icons React

27 lines (25 loc) 1.04 kB
import * as React from "react"; function Globe06Icon({ 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", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M2.687 15.645l1.908-1.101a.5.5 0 01.342-.059l3.754.703a.5.5 0 00.592-.494l-.014-3.29a.5.5 0 01.068-.254l1.895-3.244a.5.5 0 00-.023-.54l-3.19-4.54M19 4.859C13.5 7.5 16.5 11 17.5 11.5c1.877.938 4.488 1 4.488 1 .008-.166.012-.332.012-.5 0-5.523-4.477-10-10-10S2 6.477 2 12s4.477 10 10 10c.168 0 .334-.004.5-.012m4.258-.048L13.59 13.59l8.349 3.167-3.702 1.48-1.48 3.702z" })); } const ForwardRef = React.forwardRef(Globe06Icon); export default ForwardRef;