@blueprintjs/icons
Version:
Components, fonts, icons, and css files for creating and displaying icons.
28 lines • 2.56 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RocketIcon = 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.004l.002.008q0 .01.004.022l.008.066a3.2 3.2 0 0 1-.013.911c-.121.7-.6 1.277-.94 1.622a6 6 0 0 1-.652.567l-.049.035-.014.01-.005.004-.002.002a.75.75 0 0 1-.77.05l-.101-.063-.001-.001-.002-.001-.005-.004q-.005-.005-.014-.01l-.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.004-.023v-.006l.002-.004v-.002l.018-.074a.75.75 0 0 1 1.455.353h.001l-.004.026a1.5 1.5 0 0 0 .004.452c.05.27.248.58.506.862l.026.026.062-.058c.293-.297.49-.597.53-.825a1.6 1.6 0 0 0 .004-.462l-.004-.026a.75.75 0 0 1 .605-.872M7.3.885a1.11 1.11 0 0 1 1.4 0l.085.076.276.284c.31.329.71.79 1.084 1.329.489.707.978 1.617 1.1 2.583q.005.046.005.092v.416l2.12 1.908c.241.218.38.528.38.854v2.99c0 .965-1.115 1.5-1.868.898L10.236 11H5.764l-1.646 1.315c-.753.602-1.868.067-1.868-.898v-2.99c0-.326.139-.636.38-.854l2.12-1.908v-.416q0-.046.006-.092c.12-.966.61-1.876 1.1-2.583A12 12 0 0 1 7.215.96zM3.75 8.582v2.107l1-.8V7.682zm7.5 1.306 1 .8V8.583l-1-.899zM8 2.306a10 10 0 0 0-.911 1.121c-.426.616-.754 1.275-.839 1.881V9.5h3.5V5.31c-.085-.607-.413-1.266-.839-1.882A10 10 0 0 0 8 2.307M8 4.25a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5"];
exports.RocketIcon = React.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(svgIconContainerNext_1.SvgIconContainerNext, { iconName: "rocket", ref: ref, ...props, children: PATHS.map((d, i) => ((0, jsx_runtime_1.jsx)("path", { d: d }, i))) }));
});
exports.RocketIcon.displayName = "Blueprint6.Icon.Next.RocketIcon";
exports.default = exports.RocketIcon;
//# sourceMappingURL=rocket.js.map