UNPKG

@ozen-ui/icons

Version:

A collection of icons

14 lines (13 loc) 1.58 kB
"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({ 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", { fill: "currentColor", fillRule: "evenodd", clipPath: "url(#GlobeIncomeSIcon__a)", clipRule: "evenodd" }, react_1.default.createElement("path", { d: "M1.543 7.25h2.986c.12-1.957.728-3.64 1.936-5.568A6.51 6.51 0 0 0 1.543 7.25M8 2.068C6.733 3.986 6.156 5.508 6.032 7.25h3.936C9.844 5.509 9.267 3.986 8 2.068M9.968 8.75c-.142 2.015-.883 3.773-2.571 6.054A.75.75 0 0 0 8 16a8 8 0 1 0-8-8c0 .414.336.75.75.75zm1.503 0h2.986a6.51 6.51 0 0 1-4.903 5.563c1.198-1.898 1.798-3.61 1.917-5.563m2.986-1.5h-2.986c-.12-1.957-.728-3.64-1.936-5.568a6.51 6.51 0 0 1 4.922 5.568" }), react_1.default.createElement("path", { d: "M1.05 11a.75.75 0 0 1 .75-.75H5a.75.75 0 0 1 .75.75v3.2a.75.75 0 0 1-1.5 0v-1.39l-2.72 2.72a.75.75 0 0 1-1.06-1.06l2.72-2.72H1.8a.75.75 0 0 1-.75-.75" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "GlobeIncomeSIcon__a" }, react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); }); exports.GlobeIncomeSIcon.displayName = 'GlobeIncomeSIcon';