UNPKG

@icongo/li

Version:
54 lines (53 loc) 2.06 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIChartStatistics = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIChartStatistics = function LIChartStatistics(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.jsxs)("g", { fill: "#37474f", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M6.714 1.286h.572V11.57h-.572z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m7.52 9.22.403.405-2.868 2.868-.404-.404z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m9.36 12.092-.404.404-2.869-2.868.404-.404z" })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#cfd8dc", d: "M1.286 2.143h11.428v8H1.286z" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#607d8b", transform: "translate(.143 -.143) scale(.28571)", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M3 7h42v4H3zm0 28h42v2H3z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 31.5, cy: 43.5, r: 1.5 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 16.5, cy: 43.5, r: 1.5 })] }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#c51162", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M7.571 6.971 5.857 5.257 3.543 7.543l.628.628 1.686-1.714 1.714 1.714 2.315-2.285-.629-.629z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m10.429 6.714-2-2h2z" })] })] })); }; exports.LIChartStatistics = LIChartStatistics;