@icongo/fc
Version:
Flat Color Icons
46 lines • 1.34 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var FCShipped = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_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__*/_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__*/_jsxs("g", {
fill: "#37474F",
children: [/*#__PURE__*/_jsx("circle", {
cx: 37,
cy: 36,
r: 5
}), /*#__PURE__*/_jsx("circle", {
cx: 13,
cy: 36,
r: 5
})]
}), /*#__PURE__*/_jsxs("g", {
fill: "#78909C",
children: [/*#__PURE__*/_jsx("circle", {
cx: 37,
cy: 36,
r: 2
}), /*#__PURE__*/_jsx("circle", {
cx: 13,
cy: 36,
r: 2
})]
}), /*#__PURE__*/_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__*/_jsx("path", {
fill: "#DCEDC8",
d: "m21.8 13.8-7.9 7.9-3.7-3.8L8 20.1l5.9 5.9L24 15.9z"
})]
}));
export { FCShipped };