@icongo/fc
Version:
Flat Color Icons
31 lines • 875 B
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 FCSerialTasks = 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: "#90CAF9",
d: "M33 9H11v4h22c1.1 0 2 .9 2 2v20H23v4h16V15c0-3.3-2.7-6-6-6z"
}), /*#__PURE__*/_jsx("path", {
fill: "#D81B60",
d: "M6 6h10v10H6z"
}), /*#__PURE__*/_jsxs("g", {
fill: "#2196F3",
children: [/*#__PURE__*/_jsx("path", {
d: "M32 17h10v10H32zM16 32h10v10H16z"
}), /*#__PURE__*/_jsx("circle", {
cx: 26,
cy: 11,
r: 5
}), /*#__PURE__*/_jsx("circle", {
cx: 37,
cy: 37,
r: 5
})]
})]
}));
export { FCSerialTasks };