UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 1.81 kB
"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({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.53263 11.25H7.7677C7.89658 8.5725 8.7352 6.3135 10.4811 3.63532C6.75167 4.30808 3.86801 7.4138 3.53263 11.25ZM12 4.05922C10.194 6.73242 9.39994 8.81171 9.26955 11.25H14.7304C14.6001 8.81171 13.806 6.73242 12 4.05922ZM14.7305 12.75C14.5864 15.463 13.6281 17.7875 11.397 20.804C11.2286 21.0317 11.2028 21.3348 11.3303 21.5876C11.4578 21.8405 11.7168 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 12.4142 2.33579 12.75 2.75 12.75H14.7305ZM16.2324 12.75H20.4674C20.1326 16.5794 17.2585 19.6809 13.5387 20.3611C15.2744 17.7289 16.1045 15.4228 16.2324 12.75ZM20.4674 11.25H16.2323C16.1034 8.5725 15.2648 6.3135 13.5189 3.63532C17.2483 4.30808 20.132 7.4138 20.4674 11.25Z", fill: "currentColor" }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.95 15C2.95 14.5858 3.28579 14.25 3.7 14.25H8.5C8.91421 14.25 9.25 14.5858 9.25 15V19.8C9.25 20.2142 8.91421 20.55 8.5 20.55C8.08579 20.55 7.75 20.2142 7.75 19.8V16.8107L3.03033 21.5303C2.73744 21.8232 2.26256 21.8232 1.96967 21.5303C1.67678 21.2374 1.67678 20.7626 1.96967 20.4697L6.68934 15.75H3.7C3.28579 15.75 2.95 15.4142 2.95 15Z", fill: "currentColor" }))); }); exports.GlobeIncomeMIcon.displayName = 'GlobeIncomeMIcon';