@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.42 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.GlobeSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.GlobeSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#GlobeSIcon__a)" },
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.52 2.52a7.75 7.75 0 1 1 10.96 10.96A7.75 7.75 0 0 1 2.52 2.52m3.755-.527a6.25 6.25 0 0 0-4.48 5.257h2.519a12 12 0 0 1 1.961-5.257M8 2.165C6.82 3.68 6.076 5.428 5.826 7.25h4.348C9.924 5.428 9.18 3.681 8 2.165m2.174 6.585c-.25 1.822-.994 3.569-2.174 5.085-1.18-1.516-1.924-3.263-2.174-5.085zm-5.86 0H1.795a6.25 6.25 0 0 0 4.48 5.257A12 12 0 0 1 4.314 8.75m5.41 5.257a12 12 0 0 0 1.962-5.257h2.519a6.25 6.25 0 0 1-4.48 5.257m4.48-6.757h-2.518a12 12 0 0 0-1.961-5.257 6.25 6.25 0 0 1 4.48 5.257", clipRule: "evenodd" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "GlobeSIcon__a" },
react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
exports.GlobeSIcon.displayName = 'GlobeSIcon';