UNPKG

@ftdata/icons

Version:

Fulltime Styleguide Icons

35 lines (34 loc) 2.85 kB
"use strict"; var __assign = (this && this.__assign) || function () { __assign = Object.assign || function(t) { for (var s, i = 1, n = arguments.length; i < n; i++) { s = arguments[i]; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; } return t; }; return __assign.apply(this, arguments); }; var __rest = (this && this.__rest) || function (s, e) { var t = {}; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p]; if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]]; } return t; }; Object.defineProperty(exports, "__esModule", { value: true }); var jsx_runtime_1 = require("react/jsx-runtime"); function BoatShip(_a) { var color = _a.color, size = _a.size, weight = _a.weight, rest = __rest(_a, ["color", "size", "weight"]); return (jsx_runtime_1.jsxs("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest, { children: [jsx_runtime_1.jsx("path", { d: "M2.99658 18.6281C4.09704 18.1279 5.49762 18.1279 6.59808 18.6281C7.69854 19.1283 9.09912 19.1283 10.1996 18.6281C11.3 18.1279 12.7006 18.1279 13.8011 18.6281C14.9015 19.1283 16.3021 19.1283 17.4026 18.6281C18.503 18.1279 19.9036 18.1279 21.0041 18.6281", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M6.59814 21.6291C7.6986 22.1293 9.09919 22.1293 10.1996 21.6291C11.3001 21.1289 12.7007 21.1289 13.8011 21.6291C14.9016 22.1293 16.3022 22.1293 17.4026 21.6291", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.001 11.9999V3.73747C14.001 2.87711 15.1174 2.53897 15.5946 3.25527L20.5227 10.6484C20.9089 11.2256 20.4947 11.9999 19.7994 11.9999H14.001Z", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M11.0001 15.0014V2.95034C11.0001 2.00795 9.77755 1.63779 9.25433 2.42212L3.85708 10.5185C3.43491 11.1518 3.8881 12.0001 4.64941 12.0001H11.0001", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M19.9038 18.3028L21.0043 15.0015H3.74707L5.39176 18.2918", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0)] }), void 0)); } exports.default = BoatShip;