UNPKG

@icongo/fc

Version:
31 lines (30 loc) 1.14 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.FCVoicePresentation = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var FCVoicePresentation = function FCVoicePresentation(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: "#2196F3", d: "M40 22h-8l-4 4V12c0-2.2 1.8-4 4-4h8c2.2 0 4 1.8 4 4v6c0 2.2-1.8 4-4 4z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 17, cy: 19, r: 8, fill: "#FFA726" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#607D8B", d: "M30 36.7S26.4 30 17 30 4 36.7 4 36.7V40h26v-3.3z" })] })); }; exports.FCVoicePresentation = FCVoicePresentation;