@ozen-ui/icons
Version:
A collection of icons
14 lines (13 loc) • 2.11 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.GlobeIncomeSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.GlobeIncomeSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#clip0_6971_372)" },
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.5428 7.25H4.52928C4.64967 5.29281 5.25725 3.60936 6.46457 1.68241C3.85182 2.31517 1.8557 4.52657 1.5428 7.25ZM8 2.06804C6.733 3.98641 6.15563 5.50878 6.03244 7.25H9.96756C9.84437 5.50878 9.267 3.98641 8 2.06804ZM9.9677 8.75C9.82635 10.7646 9.08452 12.5225 7.39702 14.804C7.22862 15.0317 7.20282 15.3348 7.3303 15.5876C7.45778 15.8405 7.71682 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 8.41421 0.335786 8.75 0.75 8.75H9.9677ZM11.4708 8.75H14.4572C14.145 11.467 12.1576 13.6744 9.55396 14.3131C10.7517 12.4146 11.3516 10.7022 11.4708 8.75ZM14.4572 7.25H11.4707C11.3503 5.29281 10.7427 3.60936 9.53543 1.68241C12.1482 2.31517 14.1443 4.52657 14.4572 7.25Z", fill: "currentColor" }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.05 11C1.05 10.5858 1.38579 10.25 1.8 10.25H5C5.41421 10.25 5.75 10.5858 5.75 11V14.2C5.75 14.6142 5.41421 14.95 5 14.95C4.58579 14.95 4.25 14.6142 4.25 14.2V12.8107L1.53033 15.5303C1.23744 15.8232 0.762563 15.8232 0.46967 15.5303C0.176777 15.2374 0.176777 14.7626 0.46967 14.4697L3.18934 11.75H1.8C1.38579 11.75 1.05 11.4142 1.05 11Z", fill: "currentColor" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_6971_372" },
react_1.default.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); });
exports.GlobeIncomeSIcon.displayName = 'GlobeIncomeSIcon';