@icongo/fc
Version:
Flat Color Icons
54 lines (53 loc) • 1.89 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCWorkflow = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCWorkflow = function FCWorkflow(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: "#00BCD4",
d: "M7 31h10v10H7zm28.3-11.7-5.6-5.6c-.4-.4-.4-1 0-1.4l5.6-5.6c.4-.4 1-.4 1.4 0l5.6 5.6c.4.4.4 1 0 1.4l-5.6 5.6c-.4.4-1 .4-1.4 0z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 12,
cy: 13,
r: 6,
fill: "#3F51B5"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 36,
cy: 36,
r: 6,
fill: "#448AFF"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#90A4AE",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M11 24h2v5h-2z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m12 21-3 4h6z"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#90A4AE",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M20 12h5v2h-5z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m28 13-4-3v6z"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#90A4AE",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M35 21h2v5h-2z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m36 29 3-4h-6z"
})]
})]
}));
};
exports.FCWorkflow = FCWorkflow;