@blueprintjs/icons
Version:
Components, fonts, icons, and css files for creating and displaying icons.
28 lines • 2.48 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RocketFilledIcon = 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 = ["M9.216 11.511a.75.75 0 0 1 .872.605v.005l.002.007q0 .01.004.022l.008.066a3.2 3.2 0 0 1-.013.912c-.121.7-.6 1.276-.94 1.621a6 6 0 0 1-.652.567l-.049.035-.014.01-.005.004-.002.002a.75.75 0 0 1-.77.05l-.101-.063-.001-.001h-.002l-.005-.005-.014-.01-.045-.036q-.057-.044-.15-.122a5 5 0 0 1-.452-.438c-.323-.353-.75-.92-.875-1.609a3 3 0 0 1-.015-.92l.01-.069.005-.03v-.005l.02-.074a.75.75 0 0 1 1.454.353l-.003.026a1.5 1.5 0 0 0 .004.452c.05.27.248.58.506.862l.026.026.062-.058c.293-.297.49-.597.53-.824a1.6 1.6 0 0 0 .004-.463l-.004-.026a.75.75 0 0 1 .605-.872M7.457 1.08a.86.86 0 0 1 1.151.06c.311.308.846.875 1.331 1.576.48.694.944 1.564 1.057 2.472q.004.03.004.062v.19l.002.002 2.367 2.13c.242.219.38.53.381.855v2.99c0 .965-1.115 1.5-1.868.898l-1.85-1.48a1 1 0 0 1-.09-.086H6.058a1 1 0 0 1-.09.086l-1.85 1.48c-.754.602-1.869.067-1.869-.897v-2.99c0-.327.139-.637.38-.855l2.368-2.131L5 5.44v-.19q0-.032.004-.063c.113-.907.577-1.777 1.057-2.47a11.6 11.6 0 0 1 1.33-1.578zM3.75 8.583v2.106L5 9.688v-2.23zM11 9.688l1.25 1.001V8.583L11 7.458zM8 4a1 1 0 1 0 0 2 1 1 0 0 0 0-2"];
exports.RocketFilledIcon = React.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(svgIconContainerNext_1.SvgIconContainerNext, { iconName: "rocket-filled", ref: ref, ...props, children: PATHS.map((d, i) => ((0, jsx_runtime_1.jsx)("path", { d: d }, i))) }));
});
exports.RocketFilledIcon.displayName = "Blueprint6.Icon.Next.RocketFilledIcon";
exports.default = exports.RocketFilledIcon;
//# sourceMappingURL=rocket-filled.js.map