UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

17 lines (16 loc) 1.26 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var React = tslib_1.__importStar(require("react")); var StyledIconBase_1 = require("../../StyledIconBase"); exports.Ship = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "none", d: "M0 0h24v24H0z", key: "k0" }), React.createElement("path", { d: "M4 10.4V4a1 1 0 011-1h5V1h4v2h5a1 1 0 011 1v6.4l1.086.326a1 1 0 01.682 1.2l-1.516 6.068A4.992 4.992 0 0116 16a4.992 4.992 0 01-4 2 4.992 4.992 0 01-4-2 4.992 4.992 0 01-4.252 1.994l-1.516-6.068a1 1 0 01.682-1.2L4 10.4zm2-.6L12 8l2.754.826 1.809.543L18 9.8V5H6v4.8zM4 20a5.978 5.978 0 004-1.528A5.978 5.978 0 0012 20a5.978 5.978 0 004-1.528A5.978 5.978 0 0020 20h2v2h-2a7.963 7.963 0 01-4-1.07A7.963 7.963 0 0112 22a7.963 7.963 0 01-4-1.07A7.963 7.963 0 014 22H2v-2h2z", key: "k1" }))); }); exports.Ship.displayName = 'Ship'; exports.ShipDimensions = { height: 24, width: 24 };