@icongo/fc
Version:
Flat Color Icons
54 lines (53 loc) • 1.88 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCShipped = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCShipped = function FCShipped(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: "#8BC34A",
d: "M43 36H29V14h10.6c.9 0 1.6.6 1.9 1.4L45 26v8c0 1.1-.9 2-2 2z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#388E3C",
d: "M29 36H5c-1.1 0-2-.9-2-2V9c0-1.1.9-2 2-2h22c1.1 0 2 .9 2 2v27z"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#37474F",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 37,
cy: 36,
r: 5
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 13,
cy: 36,
r: 5
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#78909C",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 37,
cy: 36,
r: 2
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 13,
cy: 36,
r: 2
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#37474F",
d: "M41 25h-7c-.6 0-1-.4-1-1v-7c0-.6.4-1 1-1h5.3c.4 0 .8.3.9.7l1.7 5.2c0 .1.1.2.1.3V24c0 .6-.4 1-1 1z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#DCEDC8",
d: "m21.8 13.8-7.9 7.9-3.7-3.8L8 20.1l5.9 5.9L24 15.9z"
})]
}));
};
exports.FCShipped = FCShipped;