UNPKG

@icongo/fc

Version:
51 lines (50 loc) 1.62 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.FCConferenceCall = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var FCConferenceCall = function FCConferenceCall(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)("circle", { cx: 12, cy: 21, r: 5, fill: "#FFA726" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#455A64", d: "M2 34.7s2.8-6.3 10-6.3 10 6.3 10 6.3V38H2v-3.3zm44 0s-2.8-6.3-10-6.3-10 6.3-10 6.3V38h20v-3.3z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 24, cy: 17, r: 6, fill: "#FFB74D" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#607D8B", d: "M36 34.1s-3.3-7.5-12-7.5-12 7.5-12 7.5V38h24v-3.9z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 36, cy: 21, r: 5, fill: "#FFA726" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 12, cy: 21, r: 5, fill: "#FFA726" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 36, cy: 21, r: 5, fill: "#FFA726" })] })); }; exports.FCConferenceCall = FCConferenceCall;