@blueprintjs/icons
Version:
Components, fonts, icons, and css files for creating and displaying icons.
28 lines • 2.29 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GlobePlusIcon = void 0;
const tslib_1 = require("tslib");
const jsx_runtime_1 = require("react/jsx-runtime");
/*
* Copyright 2026 Palantir Technologies, Inc. All rights reserved.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
const React = tslib_1.__importStar(require("react"));
const svgIconContainerNext_1 = require("../../svgIconContainerNext");
const PATHS = ["M8 1c.976 0 1.906.2 2.75.56v.191h-.5a1.75 1.75 0 0 0-1.75 1.75v.001q.001.129.02.252A7 7 0 0 0 8 3.063c-.182.21-.398.488-.614.834a7.3 7.3 0 0 0-.66 1.353h2.548a8 8 0 0 0-.175-.434c.307.27.71.435 1.151.435h.5v.5c0 .443.166.847.438 1.155a10 10 0 0 1-.017 2.344h2.185Q13.5 8.646 13.5 8q-.001-.396-.058-.776a1.75 1.75 0 0 0 .808-1.472V5.25h.19A7 7 0 1 1 8 1m-4.763 9.75a5.5 5.5 0 0 0 3.108 2.496 8.9 8.9 0 0 1-1.2-2.496zm7.618 0a8.9 8.9 0 0 1-1.2 2.496 5.5 5.5 0 0 0 3.108-2.496zm-4.13 0c.195.53.428.98.66 1.352.217.347.433.624.615.835a6.6 6.6 0 0 0 .614-.835c.233-.372.466-.822.66-1.352zm-4.081-4a5.5 5.5 0 0 0 0 2.5h2.185a10 10 0 0 1 0-2.5zm3.7 0a8.4 8.4 0 0 0 0 2.5h3.312a8.4 8.4 0 0 0 0-2.5zM12.5.501a.75.75 0 0 1 .75.75v1.5h1.5a.75.75 0 0 1 0 1.5h-1.5v1.5a.75.75 0 0 1-1.5 0v-1.5h-1.5a.75.75 0 0 1 0-1.5h1.5v-1.5a.75.75 0 0 1 .75-.75M6.345 2.753A5.5 5.5 0 0 0 3.237 5.25h1.909a8.9 8.9 0 0 1 1.199-2.497"];
exports.GlobePlusIcon = React.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(svgIconContainerNext_1.SvgIconContainerNext, { iconName: "globe-plus", ref: ref, ...props, children: PATHS.map((d, i) => ((0, jsx_runtime_1.jsx)("path", { d: d }, i))) }));
});
exports.GlobePlusIcon.displayName = "Blueprint6.Icon.Next.GlobePlusIcon";
exports.default = exports.GlobePlusIcon;
//# sourceMappingURL=globe-plus.js.map