@blueprintjs/icons
Version:
Components, fonts, icons, and css files for creating and displaying icons.
24 lines • 1.9 kB
JavaScript
import { jsx as _jsx } from "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.
*/
import * as React from "react";
import { SvgIconContainerNext } from "../../svgIconContainerNext";
const PATHS = ["m13.651 3.371-.716 1.252.345.346a.75.75 0 0 1 .04 1.018l-1.283 1.495.707 5.42a.75.75 0 0 1-.294.697l-1 .75a.75.75 0 0 1-.767.08L8 13.177v1.322a.75.75 0 0 1-1.014.702l-2-.75a.75.75 0 0 1-.481-.785l.21-1.892-.491-.49-1.891.21a.75.75 0 0 1-.785-.481l-.75-2A.75.75 0 0 1 1.5 7.999h1.322L1.57 5.316a.75.75 0 0 1 .08-.767l.75-1 .066-.075a.75.75 0 0 1 .63-.218l5.42.705 1.496-1.281a.75.75 0 0 1 1.018.039l.345.344 1.253-.715L15.016.983zM9.238 5.318a.75.75 0 0 1-.585.175L3.337 4.8l-.218.29 1.56 3.343A.752.752 0 0 1 4 9.499H2.582l.165.44 1.67-.185.085-.005a.75.75 0 0 1 .528.22l1 1a.75.75 0 0 1 .215.613l-.185 1.669.44.165v-1.417a.75.75 0 0 1 1.067-.68l3.342 1.56.29-.217-.693-5.316a.75.75 0 0 1 .175-.585l1.048-1.223-.26-.259-.088-.662-.661-.088-.26-.26z"];
export const FighterJetIcon = React.forwardRef((props, ref) => {
return (_jsx(SvgIconContainerNext, { iconName: "fighter-jet", ref: ref, ...props, children: PATHS.map((d, i) => (_jsx("path", { d: d }, i))) }));
});
FighterJetIcon.displayName = "Blueprint6.Icon.Next.FighterJetIcon";
export default FighterJetIcon;
//# sourceMappingURL=fighter-jet.js.map