UNPKG

@icongo/li

Version:
33 lines (32 loc) 1.23 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIChartRatings = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIChartRatings = function LIChartRatings(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: "#42a5f5", d: "M10.6 4.6V13H2.2V2.2h6z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#90caf9", d: "M11.8 3.4v8.4H3.4V1h6z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#e1f5fe", d: "M11.35 3.7H9.1V1.45z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#1976d2", d: "m9.28 7.18.72.72V5.8H7.9l.72.72-.72.75-1.2-1.2-1.83 1.8.66.66 1.17-1.2 1.2 1.2z" })] })); }; exports.LIChartRatings = LIChartRatings;