UNPKG

@icongo/fc

Version:
51 lines (50 loc) 1.54 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.FCPodiumWithAudience = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var FCPodiumWithAudience = function FCPodiumWithAudience(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: "#B0BEC5", d: "M41 12H7l-1 4 5 3-2-3h30l-2 3 5-3z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#78909C", d: "M9 16h30l-4 12H13z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 24, cy: 28, r: 4, fill: "#FFB74D" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 36, cy: 28, r: 4, fill: "#FFB74D" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 12, cy: 28, r: 4, fill: "#FFB74D" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 18, cy: 37, r: 5, fill: "#FFB74D" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 30, cy: 37, r: 5, fill: "#FFB74D" })] })); }; exports.FCPodiumWithAudience = FCPodiumWithAudience;