iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.02 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const ApplePodcastsLogoBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M161.36 130a40 40 0 10-66.72 0 28.35 28.35 0 00-4.52 4.51 27.86 27.86 0 00-5.42 23.67l12.75 56A27.87 27.87 0 00124.77 236h6.46a27.87 27.87 0 0027.32-21.79l12.75-56a27.86 27.86 0 00-5.42-23.67 28.35 28.35 0 00-4.52-4.54zM128 92a16 16 0 11-16 16 16 16 0 0116-16zm19.89 60.88l-12.74 56a4 4 0 01-3.92 3.12h-6.46a4 4 0 01-3.92-3.12l-12.74-56a3.92 3.92 0 01.77-3.37A4 4 0 01112 148h32a4 4 0 013.15 1.51 3.92 3.92 0 01.74 3.37zM236 128a107.88 107.88 0 01-38 82.21A12 12 0 01182.47 192a84 84 0 10-108.94 0A12 12 0 0158 210.21 108 108 0 11236 128z" }));
exports.default = ApplePodcastsLogoBold;