@icongo/fc
Version:
Flat Color Icons
46 lines • 1.31 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 FCWorkflow = 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: "#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__*/_jsx("circle", {
cx: 12,
cy: 13,
r: 6,
fill: "#3F51B5"
}), /*#__PURE__*/_jsx("circle", {
cx: 36,
cy: 36,
r: 6,
fill: "#448AFF"
}), /*#__PURE__*/_jsxs("g", {
fill: "#90A4AE",
children: [/*#__PURE__*/_jsx("path", {
d: "M11 24h2v5h-2z"
}), /*#__PURE__*/_jsx("path", {
d: "m12 21-3 4h6z"
})]
}), /*#__PURE__*/_jsxs("g", {
fill: "#90A4AE",
children: [/*#__PURE__*/_jsx("path", {
d: "M20 12h5v2h-5z"
}), /*#__PURE__*/_jsx("path", {
d: "m28 13-4-3v6z"
})]
}), /*#__PURE__*/_jsxs("g", {
fill: "#90A4AE",
children: [/*#__PURE__*/_jsx("path", {
d: "M35 21h2v5h-2z"
}), /*#__PURE__*/_jsx("path", {
d: "m36 29 3-4h-6z"
})]
})]
}));
export { FCWorkflow };