UNPKG

@icongo/li

Version:
49 lines (48 loc) 2.08 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIChartTimeline = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIChartTimeline = function LIChartTimeline(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-hidden": "true", viewBox: "0 0 14 14" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.jsx)("path", { fill: "#cfd8dc", d: "M1.947 1.316h.632v11.368h-.632z" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#90a4ae", transform: "translate(-.895 -.579) scale(.31579)", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 10, cy: 10, r: 3 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 10, cy: 24, r: 3 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 10, cy: 38, r: 3 })] }), /*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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" })] })); }; exports.LIChartTimeline = LIChartTimeline;