@blueprintjs/icons
Version:
Components, fonts, icons, and css files for creating and displaying icons.
24 lines • 2.95 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 = ["M10.918 12.377h.002l.008.007.037.024.14.09c.12.076.289.178.478.285.405.229.82.427 1.08.485.277.06.691.067 1.084.046a9 9 0 0 0 .471-.037l.137-.014.035-.005.008-.001a.75.75 0 0 1 .28 1.472l-.076.014H14.6l-.004.001-.014.002-.046.005-.164.019c-.137.014-.329.031-.546.043-.417.021-1.003.027-1.489-.08-.5-.112-1.087-.415-1.492-.644-.123-.07-.235-.14-.336-.2a8 8 0 0 1-.487.277c-.51.264-1.267.584-2.022.584s-1.512-.32-2.021-.584a8 8 0 0 1-.5-.284c-.1.058-.214.126-.337.193-.407.223-.97.51-1.43.645-.51.149-1.124.14-1.544.111a9 9 0 0 1-.728-.081l-.048-.008-.015-.002h-.006a.751.751 0 0 1 .183-1.488l.076.01h.008l.033.006.135.02c.117.015.28.034.464.046.392.026.78.016 1.02-.054.288-.084.726-.298 1.131-.52a17 17 0 0 0 .49-.28l.143-.086.038-.023.009-.006h.002l.431-.27.41.3.007.006.038.026q.05.036.148.1c.13.084.316.195.531.307.457.236.95.416 1.332.416.384 0 .876-.18 1.332-.416a7 7 0 0 0 .68-.407l.037-.026.007-.005.425-.312zM9 .75a.75.75 0 0 1 .671.415l.293.585H12a.75.75 0 0 1 .75.75v3.223l.909.302a.5.5 0 0 1 .31.65l-1.5 4-.015.03q.116.041.21.063c.276.06.69.067 1.083.046a9 9 0 0 0 .471-.037l.137-.014.035-.005.008-.001a.75.75 0 0 1 .28 1.472l-.076.014H14.6l-.004.001-.014.002-.046.005-.164.019c-.137.014-.329.031-.546.043-.417.021-1.003.027-1.489-.08-.5-.112-1.087-.415-1.492-.644-.123-.07-.235-.14-.336-.2a8 8 0 0 1-.487.277c-.51.264-1.267.584-2.022.584s-1.512-.32-2.021-.584a8 8 0 0 1-.5-.284c-.1.058-.214.126-.337.193-.407.223-.97.51-1.43.645-.51.149-1.124.14-1.544.111a9 9 0 0 1-.728-.081l-.048-.008-.015-.002h-.006a.751.751 0 0 1 .183-1.488l.076.01h.008l.033.006.135.02c.117.015.28.034.464.046.392.026.78.016 1.02-.054q.111-.033.248-.09l-.005-.014-1.5-4a.5.5 0 0 1 .31-.65l.907-.303V2.5A.75.75 0 0 1 4 1.75h2.036l.293-.585A.75.75 0 0 1 7 .75zM4.75 5.185l2.5-.938V3.25h-2.5zm4-.938 2.5.938V3.25h-2.5z"];
export const ShipFilledIcon = React.forwardRef((props, ref) => {
return (_jsx(SvgIconContainerNext, { iconName: "ship-filled", ref: ref, ...props, children: PATHS.map((d, i) => (_jsx("path", { d: d }, i))) }));
});
ShipFilledIcon.displayName = "Blueprint6.Icon.Next.ShipFilledIcon";
export default ShipFilledIcon;
//# sourceMappingURL=ship-filled.js.map