@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
45 lines (36 loc) • 3.46 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
var _typeof = require("@babel/runtime/helpers/typeof");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.VehicleShipDimensions = exports.VehicleShip = void 0;
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
var React = _interopRequireWildcard(require("react"));
var _styledIcon = require("@styled-icons/styled-icon");
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
var VehicleShip = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(_styledIcon.StyledIconBase, (0, _extends2.default)({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M8.75 2a.75.75 0 0 0-.75.75V5H5.75a.75.75 0 0 0-.75.75v4.76l-1.46.54a.75.75 0 0 0-.42 1.02l2.33 5.02a1.75 1.75 0 0 1 2.22 1.14l.01.03.07.16c.07.15.17.35.3.53.28.37.57.55.95.55s.67-.18.94-.55a2.83 2.83 0 0 0 .39-.72 1.75 1.75 0 0 1 3.34 0v.03l.08.16c.06.15.17.35.3.53.28.37.57.55.95.55s.67-.18.94-.55a2.86 2.86 0 0 0 .39-.72 1.75 1.75 0 0 1 2.3-1.12l2.46-5.03a.75.75 0 0 0-.42-1.03l-1.67-.6v-4.7a.75.75 0 0 0-.75-.75H16V2.75a.75.75 0 0 0-.75-.75h-6.5zm5.75 3h-5V3.5h5V5zm3 1.5v3.42l-4.4-1.57a3.25 3.25 0 0 0-2.2 0L6.5 9.98V6.5h11z"
}), /*#__PURE__*/React.createElement("path", {
d: "M18.73 18.56a.75.75 0 0 0-1.45-.03v.01a2.16 2.16 0 0 1-.12.3c-.09.2-.22.45-.42.71-.38.52-.94.95-1.74.95s-1.36-.44-1.74-.95a3.85 3.85 0 0 1-.54-1v-.02a.75.75 0 0 0-1.44 0v.01l-.02.06a3.36 3.36 0 0 1-.52.95c-.38.51-.93.95-1.74.95-.8 0-1.36-.44-1.74-.95a3.83 3.83 0 0 1-.54-1v-.02a.75.75 0 0 0-1.44.02v.01a1.62 1.62 0 0 1-.11.28c-.09.2-.22.45-.42.7-.38.49-1 .96-2 .96a.75.75 0 0 0 0 1.5A3.92 3.92 0 0 0 6 20.37l.06.08C6.6 21.19 7.56 22 9 22a3.63 3.63 0 0 0 3-1.63l.06.08C12.6 21.2 13.56 22 15 22a3.63 3.63 0 0 0 3-1.62l.06.08c.6.76 1.61 1.54 3.19 1.54a.75.75 0 0 0 0-1.5 2.42 2.42 0 0 1-2-.96 3.27 3.27 0 0 1-.52-.98z"
}));
});
exports.VehicleShip = VehicleShip;
VehicleShip.displayName = 'VehicleShip';
var VehicleShipDimensions = {
height: 24,
width: 24
};
exports.VehicleShipDimensions = VehicleShipDimensions;