@icongo/li
Version:
LibreICONS Icons
72 lines (71 loc) • 2.1 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIChartHeatMap = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIChartHeatMap = function LIChartHeatMap(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: "#cfd8dc",
d: "M1 13h12v-.686H1.686V1H1z"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#00bcd4",
transform: "translate(-1.4 -1.057) scale(.34286)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 14,
cy: 11,
r: 2
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 32,
cy: 11,
r: 2
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 39,
cy: 11,
r: 2
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 23,
cy: 11,
r: 4
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 14,
cy: 33,
r: 2
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 30,
cy: 33,
r: 2
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 22,
cy: 33,
r: 3
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 38,
cy: 33,
r: 4
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 14,
cy: 22,
r: 2
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 39,
cy: 22,
r: 2
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 32,
cy: 22,
r: 3
})]
})]
}));
};
exports.LIChartHeatMap = LIChartHeatMap;