@icongo/li
Version:
LibreICONS Icons
41 lines • 1.56 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 LIChartTimeline = 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: "#3f51b5",
d: "M12.368 8.579H5.674a.623.623 0 0 1-.442-.19L4.063 7.221a.305.305 0 0 1 0-.442L5.232 5.61a.623.623 0 0 1 .442-.19h6.694c.19 0 .316.126.316.316v2.526c0 .19-.126.316-.316.316z"
}), /*#__PURE__*/_jsx("path", {
fill: "#cfd8dc",
d: "M1.947 1.316h.632v11.368h-.632z"
}), /*#__PURE__*/_jsxs("g", {
fill: "#90a4ae",
transform: "translate(-.895 -.579) scale(.31579)",
children: [/*#__PURE__*/_jsx("circle", {
cx: 10,
cy: 10,
r: 3
}), /*#__PURE__*/_jsx("circle", {
cx: 10,
cy: 24,
r: 3
}), /*#__PURE__*/_jsx("circle", {
cx: 10,
cy: 38,
r: 3
})]
}), /*#__PURE__*/_jsx("path", {
fill: "#448aff",
d: "M9.842 13H5.674a.623.623 0 0 1-.442-.19l-1.169-1.168a.305.305 0 0 1 0-.442l1.169-1.168a.623.623 0 0 1 .442-.19h4.168c.19 0 .316.126.316.316v2.526c0 .19-.126.316-.316.316z"
}), /*#__PURE__*/_jsx("path", {
fill: "#00bcd4",
d: "M10.158 4.158H5.674a.623.623 0 0 1-.442-.19L4.063 2.8a.305.305 0 0 1 0-.442l1.169-1.169A.623.623 0 0 1 5.674 1h4.484c.19 0 .316.126.316.316v2.526c0 .19-.127.316-.316.316z"
})]
}));
export { LIChartTimeline };