@icongo/sti
Version:
Super Tiny Icons
36 lines • 1.02 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var STIGooglePodcasts = props => /*#__PURE__*/_jsxs("svg", _extends({
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__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
stroke: "#fab908",
d: "M256 109v22zm0 86v122m0 64v22z"
}), /*#__PURE__*/_jsx("path", {
stroke: "#ea4335",
d: "M181 176v75zm0 139v21z"
}), /*#__PURE__*/_jsx("path", {
stroke: "#34a853",
d: "M331 176v21zm0 85v75z"
}), /*#__PURE__*/_jsx("path", {
stroke: "#4285f4",
d: "M405 245v22"
}), /*#__PURE__*/_jsx("path", {
stroke: "#0066d9",
d: "M107 245v22"
})]
}));
export { STIGooglePodcasts };