@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 1.37 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.GlobeIncomeMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.GlobeIncomeMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.533 11.25h4.235c.129-2.677.967-4.936 2.713-7.615a8.505 8.505 0 0 0-6.948 7.615M12 4.06c-1.806 2.672-2.6 4.752-2.73 7.19h5.46c-.13-2.438-.924-4.518-2.73-7.19m2.73 8.69c-.144 2.713-1.102 5.038-3.333 8.054A.75.75 0 0 0 12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12c0 .414.336.75.75.75zm1.502 0h4.235a8.505 8.505 0 0 1-6.928 7.611c1.735-2.632 2.566-4.938 2.693-7.611m4.235-1.5h-4.235c-.129-2.677-.967-4.936-2.713-7.615a8.505 8.505 0 0 1 6.948 7.615", clipRule: "evenodd" }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.95 15a.75.75 0 0 1 .75-.75h4.8a.75.75 0 0 1 .75.75v4.8a.75.75 0 0 1-1.5 0v-2.99l-4.72 4.72a.75.75 0 0 1-1.06-1.06l4.72-4.72H3.7a.75.75 0 0 1-.75-.75", clipRule: "evenodd" }))); });
exports.GlobeIncomeMIcon.displayName = 'GlobeIncomeMIcon';