UNPKG

@icongo/sti

Version:
44 lines (43 loc) 1.59 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.STIGoogleMeet = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var STIGoogleMeet = function STIGoogleMeet(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-label": "Google Meet", viewBox: "0 0 512 512" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 512, height: 512, fill: "#fff", rx: "15%" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#ea4335", d: "M166 106v90H76" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#ffba00", d: "M166 106v90h120v62l90-73v-49q0-30-30-30" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#00ac47", d: "m376 183 42-34c9-7 18-7 18 7v200c0 14-9 14-18 7l-42-34m-212 77v-90h122v-60l90 71v49q0 30-30 30" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#0066da", d: "M76 314v62q0 30 30 30h60v-92" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#2684fc", d: "M76 196h90v120H76" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#00832d", d: "m286 256 90-73v146" })] })); }; exports.STIGoogleMeet = STIGoogleMeet;