@icongo/sti
Version:
Super Tiny Icons
21 lines • 684 B
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 STIPocketcasts = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Pocket Casts",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#f43e37",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "#fff",
d: "M256 400a144 144 0 1 1 144-144h48a192 192 0 1 0-192 192v-48zm0-71a73 73 0 1 1 73-73h42a115 115 0 1 0-115 115v-42z"
})]
}));
export { STIPocketcasts };