@blueprintjs/icons
Version:
Components, fonts, icons, and css files for creating and displaying icons.
28 lines • 3.28 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CargoShipFilledIcon = 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 = ["M10.918 12.377h.002l.008.007.037.024q.049.033.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-.312zM4.5 3a.5.5 0 0 1 .5.5v4.25h9.75a.5.5 0 0 1 .471.67l-.001.002-.002.006-.008.02a10 10 0 0 1-.13.331c-.089.217-.22.516-.382.846a10 10 0 0 1-.67 1.167l.19-.015.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.02q.085.007.197.019a11 11 0 0 1-.7-1.208A15 15 0 0 1 .82 8.522l-.028-.07-.007-.018-.001-.006-.001-.001a.5.5 0 0 1 .468-.677H2V3.5a.5.5 0 0 1 .5-.5zm5 4h-3a.5.5 0 0 1-.5-.5V4.25h3.5zm4.5-.5a.5.5 0 0 1-.5.5h-3V4.25H14zm-4.5-3H6v-2a.5.5 0 0 1 .5-.5h3zm4-2.5a.5.5 0 0 1 .5.5v2h-3.5V1z"];
exports.CargoShipFilledIcon = React.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(svgIconContainerNext_1.SvgIconContainerNext, { iconName: "cargo-ship-filled", ref: ref, ...props, children: PATHS.map((d, i) => ((0, jsx_runtime_1.jsx)("path", { d: d }, i))) }));
});
exports.CargoShipFilledIcon.displayName = "Blueprint6.Icon.Next.CargoShipFilledIcon";
exports.default = exports.CargoShipFilledIcon;
//# sourceMappingURL=cargo-ship-filled.js.map