UNPKG

@icongo/fc

Version:
54 lines (53 loc) 1.71 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.FCRadarPlot = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var FCRadarPlot = function FCRadarPlot(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: "M38.4 13 24.1 6.4 4.6 12.1l8.8 13.2-2.2 15.1h22.7l6.6-13.3L38.4 13zm-6.3 24.5H14.7l1.8-12.9-7.1-10.7 14.5-4.3L35.6 15l1.8 11.7-5.3 10.8z" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#00BCD4", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 24, cy: 8, r: 4 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 37, cy: 14, r: 4 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 39, cy: 27, r: 4 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 7, cy: 13, r: 4 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 13, cy: 39, r: 4 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 15, cy: 25, r: 4 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 33, cy: 39, r: 4 })] })] })); }; exports.FCRadarPlot = FCRadarPlot;