UNPKG

@icongo/sti

Version:
44 lines (43 loc) 1.5 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.STIGooglePodcasts = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var STIGooglePodcasts = function STIGooglePodcasts(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 43, "aria-label": "Google Podcasts", 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", { stroke: "#fab908", d: "M256 109v22zm0 86v122m0 64v22z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { stroke: "#ea4335", d: "M181 176v75zm0 139v21z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { stroke: "#34a853", d: "M331 176v21zm0 85v75z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { stroke: "#4285f4", d: "M405 245v22" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { stroke: "#0066d9", d: "M107 245v22" })] })); }; exports.STIGooglePodcasts = STIGooglePodcasts;