UNPKG

@blueprintjs/icons

Version:

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

28 lines 2.25 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RocketSlantFilledIcon = 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 = ["M13.554 1.51h.003a1 1 0 0 1 .924.844l.01.09v.002a7.8 7.8 0 0 1-.207 2.172c-.218.915-.65 1.956-1.486 2.791l-.05.05.002.041v3.854c0 .33-.131.648-.365.883l-2.148 2.147a1.254 1.254 0 0 1-1.843-.084 1.25 1.25 0 0 1-.278-.624v-.002l-.36-2.57a1 1 0 0 1-.006-.147L5.042 8.25a1 1 0 0 1-.145-.006l-2.57-.36h-.003a1.253 1.253 0 0 1-1.04-1.523l.051-.166a1.25 1.25 0 0 1 .281-.43l2.148-2.148c.234-.233.552-.366.883-.366H8.5l.04.002.05-.05c.837-.836 1.879-1.269 2.793-1.487a7.8 7.8 0 0 1 2.17-.205M9.25 10.955l.28 2.013 1.72-1.719V8.957zM4.75 4.75 3.032 6.468l2.012.28 2-1.998zM11 4a1 1 0 1 0 0 2 1 1 0 0 0 0-2M3.623 9.498a.75.75 0 1 1 .888 1.21c-.314.23-.782.716-.95 1.73 1.015-.168 1.501-.635 1.732-.949a.75.75 0 0 1 1.209.888C5.936 13.147 4.812 14 2.75 14a.75.75 0 0 1-.75-.75c0-2.062.852-3.186 1.623-3.752"]; exports.RocketSlantFilledIcon = React.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(svgIconContainerNext_1.SvgIconContainerNext, { iconName: "rocket-slant-filled", ref: ref, ...props, children: PATHS.map((d, i) => ((0, jsx_runtime_1.jsx)("path", { d: d }, i))) })); }); exports.RocketSlantFilledIcon.displayName = "Blueprint6.Icon.Next.RocketSlantFilledIcon"; exports.default = exports.RocketSlantFilledIcon; //# sourceMappingURL=rocket-slant-filled.js.map