@icongo/li
Version:
LibreICONS Icons
22 lines • 752 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 LIChartFlow = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "#cfd8dc",
d: "M3.333 11V7.667h3V11h1.334V7.667h3V11H12V6.333H7.667v-3H6.333v3H2V11z"
}), /*#__PURE__*/_jsx("path", {
fill: "#3f51b5",
d: "M4.667 1h4.666v3.333H4.667z"
}), /*#__PURE__*/_jsx("path", {
fill: "#00bcd4",
d: "M9.667 9.667H13V13H9.667zM1 9.667h3.333V13H1zm4.333 0h3.334V13H5.333z"
})]
}));
export { LIChartFlow };