@blueprintjs/icons
Version:
Components, fonts, icons, and css files for creating and displaying icons.
28 lines • 2.59 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GlobeUsersFilledIcon = 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 1a7 7 0 0 1 6.957 7.769 2.84 2.84 0 0 0-1.515-1.542 5.5 5.5 0 0 0-3.624-4.418l.076.118c.592.988 1.175 2.394 1.32 4.213a2.83 2.83 0 0 0-1.512-.069 8.1 8.1 0 0 0-1.095-3.373A7 7 0 0 0 8 2.836a7 7 0 0 0-.606.862c-.491.818-.989 2-1.114 3.552h2.891a2.84 2.84 0 0 0-1.455 1.5H6.28a8.3 8.3 0 0 0 .77 2.91 2.83 2.83 0 0 0-.55 1.673v.918c0 .219.048.426.132.613A7 7 0 0 1 8 1M2.553 8.75a5.5 5.5 0 0 0 3.628 4.44l-.074-.117c-.605-1.008-1.201-2.451-1.33-4.323zM6.18 2.809A5.5 5.5 0 0 0 2.553 7.25h2.223c.13-1.872.726-3.315 1.33-4.323zm4.153 5.19a1.83 1.83 0 0 1 1.47.743 1.825 1.825 0 0 1-.448 2.61l-.043.029-.102.06-.116.059h.24a1.834 1.834 0 0 1 1.833 1.833v.917a.5.5 0 0 1-.414.49l-.086.01H8a.5.5 0 0 1-.5-.5v-.917A1.83 1.83 0 0 1 9.333 11.5h.24a1.84 1.84 0 0 1-.892-.874l-.012-.025a1.82 1.82 0 0 1 .187-1.851 1.83 1.83 0 0 1 1.477-.751m3.164 3.508a1.846 1.846 0 0 1 1.67 1.826v.917a.5.5 0 0 1-.124.325.5.5 0 0 1-.377.175h-.587q.086-.235.088-.499v-.918l-.014-.28a2.84 2.84 0 0 0-.628-1.515zm-.999-3.5a1.83 1.83 0 0 1 .858 3.345l-.019-.022a3 3 0 0 0-.418-.344c.13-.29.215-.606.24-.94l.008-.213c0-.696-.252-1.333-.669-1.826m-.996-.757-.004.002-.004-.002z"];
exports.GlobeUsersFilledIcon = React.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(svgIconContainerNext_1.SvgIconContainerNext, { iconName: "globe-users-filled", ref: ref, ...props, children: PATHS.map((d, i) => ((0, jsx_runtime_1.jsx)("path", { d: d }, i))) }));
});
exports.GlobeUsersFilledIcon.displayName = "Blueprint6.Icon.Next.GlobeUsersFilledIcon";
exports.default = exports.GlobeUsersFilledIcon;
//# sourceMappingURL=globe-users-filled.js.map