iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.22 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 ApplePodcastsLogoThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M147.26 140.3a28 28 0 10-38.52 0 20.12 20.12 0 00-12.54 7.52 19.67 19.67 0 00-3.58 17.05l12.18 48A20.17 20.17 0 00124.44 228h7.12a20.17 20.17 0 0019.64-15.13l12.18-48a19.67 19.67 0 00-3.58-17.05 20.12 20.12 0 00-12.54-7.52zM108 120a20 20 0 1120 20 20 20 0 01-20-20zm47.63 42.9l-12.18 48a12.19 12.19 0 01-11.89 9.1h-7.12a12.19 12.19 0 01-11.89-9.1l-12.18-48a11.76 11.76 0 012.14-10.17 12.24 12.24 0 019.74-4.73h31.5a12.24 12.24 0 019.74 4.73 11.76 11.76 0 012.14 10.17zM188 128a60 60 0 10-117.81 16.11 4 4 0 11-7.71 2.14 68 68 0 11131 0 4 4 0 01-3.85 2.93 3.88 3.88 0 01-1.07-.14 4 4 0 01-2.79-4.93A60.19 60.19 0 00188 128zm40 0a99.92 99.92 0 01-44.4 83.13 4 4 0 01-4.46-6.64 92 92 0 10-102.28 0 4 4 0 01-4.46 6.64A100 100 0 11228 128z" }));
exports.default = ApplePodcastsLogoThin;