iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.13 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 ApplePodcastsLogo = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M154.2 138.33a32 32 0 10-52.4 0 24.27 24.27 0 00-8.76 7 23.68 23.68 0 00-4.3 20.49l12.18 48A24.18 24.18 0 00124.44 232h7.12a24.18 24.18 0 0023.52-18.15l12.18-48a23.68 23.68 0 00-4.3-20.49 24.27 24.27 0 00-8.76-7.03zM128 104a16 16 0 11-16 16 16 16 0 0116-16zm23.75 57.91l-12.18 48a8.18 8.18 0 01-8 6.09h-7.12a8.18 8.18 0 01-8-6.09l-12.18-48a7.71 7.71 0 011.42-6.73 8.26 8.26 0 016.58-3.18h31.5a8.26 8.26 0 016.58 3.18 7.71 7.71 0 011.4 6.73zM72 128a56.31 56.31 0 002 15 8 8 0 01-15.41 4.29 72 72 0 11138.74 0A8 8 0 01182 143a56 56 0 10-110-15zm160 0a103.92 103.92 0 01-46.18 86.46 8 8 0 01-8.9-13.3 88 88 0 10-97.84 0 8 8 0 01-8.9 13.3A104 104 0 11232 128z" }));
exports.default = ApplePodcastsLogo;