UNPKG

@blueprintjs/icons

Version:

Components, fonts, icons, and css files for creating and displaying icons.

28 lines 2.63 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InboxGlobeIcon = 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 = ["M6.983 2.75c-.221.465-.371.97-.44 1.5H4.618a.25.25 0 0 0-.223.139L2.964 7.25H4.75A.75.75 0 0 1 5.5 8v1.25h3.54a4.97 4.97 0 0 0 2.96.622V10a.75.75 0 0 1-.75.75h-6.5A.75.75 0 0 1 4 10V8.75H2.5v3.5h11V9.48A5 5 0 0 0 15 8.466V13a.75.75 0 0 1-.75.75H1.75A.75.75 0 0 1 1 13V8a.75.75 0 0 1 .08-.335l1.973-3.947a1.75 1.75 0 0 1 1.565-.968zM11.5.897a4 4 0 1 1 0 8 4 4 0 0 1 0-8M9.027 4.545a2.5 2.5 0 0 0-.017.579l.011.084q.01.08.024.158l.012.054a2.5 2.5 0 0 0 .245.665q.033.06.07.118l.041.068q.039.057.081.113l.052.07q.049.06.1.115.05.055.102.106.046.046.095.09l.072.06a2.5 2.5 0 0 0 .38.258l.079.041a2.5 2.5 0 0 0 .327.138l.073.022q.287.089.597.107l-.137-.141-.276-.285-.008-.008a.75.75 0 0 1-.135-.815l.07-.163a.75.75 0 0 1-.586-.416h-.001l-.07-.143-.42-.112-.017-.002-.086-.015a1 1 0 0 1-.115-.025.56.56 0 0 1-.24-.122.75.75 0 0 1-.212-.304zm3.961-1.652a.75.75 0 0 1-.233.427l-.001.001-.045.04-.796.72a.7.7 0 0 1-.142.1h.002l-.233.128-.152.085-.001-.001a.75.75 0 0 1-.36.092l-.372.001-.007.013a1 1 0 0 1 .15.07l.07.05.064.056a1 1 0 0 1 .106.132l.041.074h.001l.05.105h.24a.8.8 0 0 1 .193-.155l.11-.05a.75.75 0 0 1 .355-.038l.713.096h.001q.116.016.222.066l.068.037.072.053.77.682a2.5 2.5 0 0 0 .115-.56l.002-.021a2.49 2.49 0 0 0-1.003-2.203"]; exports.InboxGlobeIcon = React.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(svgIconContainerNext_1.SvgIconContainerNext, { iconName: "inbox-globe", ref: ref, ...props, children: PATHS.map((d, i) => ((0, jsx_runtime_1.jsx)("path", { d: d }, i))) })); }); exports.InboxGlobeIcon.displayName = "Blueprint6.Icon.Next.InboxGlobeIcon"; exports.default = exports.InboxGlobeIcon; //# sourceMappingURL=inbox-globe.js.map