@icongo/fc
Version:
Flat Color Icons
58 lines (57 loc) • 2.15 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCInTransit = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCInTransit = function FCInTransit(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#FFC107",
d: "M44 36H30V16c0-1.1.9-2 2-2h8c.6 0 1.2.3 1.6.8l6 7.7c.3.4.4.8.4 1.2V32c0 2.2-1.8 4-4 4z"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#9575CD",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8 36h22V13c0-2.2-1.8-4-4-4H4v23c0 2.2 1.8 4 4 4z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M0 9h10v2H0zm0 5h10v2H0zm0 5h10v2H0zm0 5h10v2H0z"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#7E57C2",
d: "M4 11h16v2H4zm0 5h12v2H4zm0 5h8v2H4zm0 5h4v2H4z"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#37474F",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 39,
cy: 36,
r: 5
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 16,
cy: 36,
r: 5
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#78909C",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 39,
cy: 36,
r: 2.5
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 16,
cy: 36,
r: 2.5
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#455A64",
d: "M44 26h-3.6c-.3 0-.5-.1-.7-.3l-1.4-1.4c-.2-.2-.4-.3-.7-.3H34c-.6 0-1-.4-1-1v-6c0-.6.4-1 1-1h5.5c.3 0 .6.1.8.4l4.5 5.4c.1.2.2.4.2.6V25c0 .6-.4 1-1 1z"
})]
}));
};
exports.FCInTransit = FCInTransit;