UNPKG

@icongo/fc

Version:
52 lines (51 loc) 1.9 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.FCStatistics = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var FCStatistics = function FCStatistics(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.jsxs)("g", { fill: "#37474F", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M23 5h2v36h-2z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m25.817 32.772 1.414 1.414-10.04 10.04-1.414-1.414z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m32.259 42.824-1.414 1.414-10.04-10.04 1.414-1.414z" })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#CFD8DC", d: "M4 8h40v28H4z" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#607D8B", 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: "m31.9 18.9-5.9 6-6-6-8.1 8 2.2 2.2 5.9-6 6 6 8.1-8z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m36 24-7-7h7z" })] })] })); }; exports.FCStatistics = FCStatistics;