iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 914 B
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 ApplePodcastsLogoFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M159.8 151.82a19.67 19.67 0 013.58 17.05l-12.18 48A20.17 20.17 0 01131.56 232h-7.12a20.17 20.17 0 01-19.64-15.13l-12.18-48a19.67 19.67 0 013.58-17.05 20.17 20.17 0 0116-7.82h31.5a20.17 20.17 0 0116.1 7.82zM156 116a28 28 0 10-28 28 28 28 0 0028-28zm26 27a8 8 0 1015.41 4.29 72 72 0 10-138.74 0A8 8 0 0074 143a56 56 0 11108 0zM128 24a104 104 0 00-57.82 190.46 8 8 0 108.9-13.3 88 88 0 1197.84 0 8 8 0 008.9 13.3A104 104 0 00128 24z" }));
exports.default = ApplePodcastsLogoFill;