UNPKG

@blueprintjs/icons

Version:

Components, fonts, icons, and css files for creating and displaying icons.

28 lines 3.67 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CargoShipIcon = 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 .279 1.472l-.075.014H14.6l-.004.001-.014.002-.046.005-.164.019c-.137.014-.329.031-.546.043-.417.021-1.003.027-1.489-.08-.501-.112-1.087-.415-1.492-.644-.123-.07-.236-.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.027.78.016 1.02-.054.288-.084.726-.298 1.131-.52.194-.106.366-.206.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.949.416 1.332.416s.876-.18 1.332-.416c.216-.112.401-.223.532-.308q.097-.063.148-.1l.037-.025.007-.005.425-.312zM13.75.999a.75.75 0 0 1 .75.75V7.5h.25a.75.75 0 0 1 .732.917l-.027.088v.003l-.003.006-.007.02-.029.075a14 14 0 0 1-.493 1.126c-.154.313-.35.674-.577 1.028h.009l.035-.005.008-.001a.75.75 0 0 1 .279 1.472l-.075.014H14.6l-.004.001-.014.002-.046.005-.164.019c-.137.014-.329.031-.546.043-.417.021-1.003.027-1.489-.08-.501-.112-1.087-.415-1.492-.644-.123-.07-.236-.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.006h.005a11 11 0 0 1-.597-1.058 15 15 0 0 1-.52-1.168l-.008-.02-.002-.005v-.003A.75.75 0 0 1 1.25 7.5h.25v-4a.75.75 0 0 1 .75-.751H4.5c.414 0 .75.337.75.751v4H6V1.749a.75.75 0 0 1 .75-.75zM2.421 9.04c.3.6.687 1.248 1.091 1.66a9 9 0 0 0 .91-.44c.193-.106.365-.206.488-.28l.144-.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.949.416 1.332.416s.876-.18 1.332-.416a7 7 0 0 0 .68-.407l.037-.026.007-.005.425-.312.437.293h.002l.008.007.037.024.14.09c.12.076.289.178.478.285.319.18.644.34.895.429l.014-.014c.392-.36.78-1.003 1.085-1.625L13.612 9H2.402zm.58-1.54h.75V4.25H3zm4.5-.001h2v-1.75h-2zm3.5 0h2v-1.75h-2zm-3.5-3.25h2v-1.75h-2zm3.5 0h2v-1.75h-2z"]; exports.CargoShipIcon = React.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(svgIconContainerNext_1.SvgIconContainerNext, { iconName: "cargo-ship", ref: ref, ...props, children: PATHS.map((d, i) => ((0, jsx_runtime_1.jsx)("path", { d: d }, i))) })); }); exports.CargoShipIcon.displayName = "Blueprint6.Icon.Next.CargoShipIcon"; exports.default = exports.CargoShipIcon; //# sourceMappingURL=cargo-ship.js.map