iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.74 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Ship1 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.248 6c-.41 0-.75.34-.75.75v1.64l-1.5.68V6.75c0-1.24 1.01-2.25 2.25-2.25h.75v-.25c0-1.24 1.01-2.25 2.25-2.25h1.5c1.24 0 2.25 1.01 2.25 2.25v.25h.75c1.24 0 2.25 1.01 2.25 2.25v2.32l-1.5-.68V6.75c0-.41-.34-.75-.75-.75h-7.5zm3-2.5c-.41 0-.75.34-.75.75v.25h3v-.25c0-.41-.34-.75-.75-.75h-1.5z", fill: "#323544" }),
React.createElement("path", { d: "M5.378 17.7c.4.02.79.18 1.09.41.21.16.46.32.74.47-.01-.02-.018-.04-.025-.06-.008-.02-.015-.04-.025-.06l-1.57-5.39a.75.75 0 01.43-.9l5.69-2.43c.19-.08.4-.08.59 0l5.69 2.43c.35.15.53.53.43.9l-1.57 5.39s-.03.08-.05.12c.28-.15.53-.31.74-.47.3-.23.69-.38 1.09-.41l1.22-4.22c.32-1.09-.23-2.25-1.28-2.7l-5.69-2.43c-.56-.24-1.2-.24-1.77 0l-5.69 2.43c-1.05.45-1.6 1.6-1.28 2.7l1.22 4.22h.02zM21.558 20.32l-2.73-1.26a.749.749 0 00-.85.16c-.01.01-1.27 1.27-2.72 1.27-.19 0-.36-.03-.53-.06-1.21-.25-2.17-1.21-2.18-1.22a.764.764 0 00-.54-.23c-.2 0-.39.08-.54.22-.01.01-.97.97-2.18 1.22a4.923 4.923 0 00-.176.024 2.548 2.548 0 01-.374.036c-1.45 0-2.71-1.26-2.72-1.27a.749.749 0 00-.85-.16l-2.73 1.26c-.38.17-.54.62-.37.99.17.38.62.54 1 .37l2.28-1.05c.62.51 1.89 1.36 3.39 1.36 1.4 0 2.6-.75 3.26-1.26.66.51 1.86 1.26 3.26 1.26 1.5 0 2.77-.86 3.39-1.36l2.28 1.05c.37.17.82 0 1-.37.17-.38 0-.82-.37-.99v.01z", fill: "#323544" }));
exports.default = Ship1;