UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 955 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var GlobeMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.106 5.106a9.75 9.75 0 1 1 13.788 13.788A9.75 9.75 0 0 1 5.106 5.106m5.307-1.202a8.25 8.25 0 0 0-6.629 7.346h4.058a16.3 16.3 0 0 1 2.571-7.346M12 4.238a14.8 14.8 0 0 0-2.65 7.012h5.3A14.8 14.8 0 0 0 12 4.238m2.65 8.512A14.8 14.8 0 0 1 12 19.762a14.8 14.8 0 0 1-2.65-7.012zm-6.808 0H3.784a8.25 8.25 0 0 0 6.63 7.346 16.3 16.3 0 0 1-2.572-7.346m5.745 7.346c1.435-2.2 2.32-4.72 2.571-7.346h4.058a8.25 8.25 0 0 1-6.63 7.346m6.629-8.846h-4.058a16.3 16.3 0 0 0-2.571-7.346 8.25 8.25 0 0 1 6.629 7.346", clipRule: "evenodd" }))); }); GlobeMIcon.displayName = 'GlobeMIcon';