@icongo/fc
Version:
Flat Color Icons
21 lines • 667 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 FCFlowChart = 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: "#CFD8DC",
d: "M35 36h4V22H26v-9h-4v9H9v14h4V26h9v10h4V26h9z"
}), /*#__PURE__*/_jsx("path", {
fill: "#3F51B5",
d: "M17 6h14v10H17z"
}), /*#__PURE__*/_jsx("path", {
fill: "#00BCD4",
d: "M32 32h10v10H32zM6 32h10v10H6zm13 0h10v10H19z"
})]
}));
export { FCFlowChart };