UNPKG

@icongo/fc

Version:
70 lines (69 loc) 1.99 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.FCHeatMap = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var FCHeatMap = function FCHeatMap(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 48 48" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#CFD8DC", d: "M9 39V6H7v35h35v-2z" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#00BCD4", 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.FCHeatMap = FCHeatMap;