UNPKG

@blueprintjs/icons

Version:

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

28 lines 3.49 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ShipIcon = 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.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.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.432-.27.409.3.007.006.038.026q.05.036.148.1c.13.084.316.196.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.75v2.959l.988.33a.75.75 0 0 1 .465.975l-1.5 4-.005.009c.275.054.672.061 1.05.042a9 9 0 0 0 .47-.038l.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.027.78.016 1.02-.054l.013-.006-.005-.01-1.5-4a.75.75 0 0 1 .465-.976l.987-.329V2.5A.75.75 0 0 1 4 1.75h2.036l.293-.585A.75.75 0 0 1 7 .75zM4.264 6.702l-.026.01-.762.253 1.184 3.158q.144-.08.25-.143l.144-.086.038-.023.009-.006h.002l.432-.27.409.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-.312.437.293h.002l.008.007.037.024.14.09q.098.06.23.137l1.189-3.17-.761-.253-.026-.01L8 5.301zm.486-1.785 2.5-.937v-.73h-2.5zm4-.937 2.5.937V3.25h-2.5z"]; exports.ShipIcon = React.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(svgIconContainerNext_1.SvgIconContainerNext, { iconName: "ship", ref: ref, ...props, children: PATHS.map((d, i) => ((0, jsx_runtime_1.jsx)("path", { d: d }, i))) })); }); exports.ShipIcon.displayName = "Blueprint6.Icon.Next.ShipIcon"; exports.default = exports.ShipIcon; //# sourceMappingURL=ship.js.map