UNPKG

@icongo/fc

Version:
32 lines (31 loc) 1.15 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.FCRatings = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var FCRatings = function FCRatings(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: "#42A5F5", d: "M36 44H8V8h20l8 8z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#90CAF9", d: "M40 40H12V4h20l8 8z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#E1F5FE", d: "M38.5 13H31V5.5z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#1976D2", d: "M34 20h-7l2.4 2.4-2.4 2.5-4-4-6.1 6 2.2 2.2 3.9-4 4 4 4.6-4.5L34 27z" })] })); }; exports.FCRatings = FCRatings;