UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.16 kB
"use strict"; 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 ApplePodcastsLogoLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M151 139.2a30 30 0 10-46.06 0 22.14 22.14 0 00-10.35 7.39 21.68 21.68 0 00-3.94 18.77l12.18 48A22.17 22.17 0 00124.44 230h7.12a22.17 22.17 0 0021.58-16.64l12.18-48a21.68 21.68 0 00-3.94-18.77A22.14 22.14 0 00151 139.2zM128 102a18 18 0 11-18 18 18 18 0 0118-18zm25.69 60.4l-12.18 48a10.19 10.19 0 01-9.95 7.6h-7.12a10.19 10.19 0 01-10-7.6l-12.18-48a9.75 9.75 0 011.78-8.44 10.25 10.25 0 018.16-4h31.5a10.25 10.25 0 018.16 4 9.75 9.75 0 011.83 8.44zM186 128a58 58 0 10-113.89 15.58 6 6 0 01-11.56 3.21 70 70 0 11134.9 0 6 6 0 01-11.56-3.21A58.31 58.31 0 00186 128zm44 0a101.91 101.91 0 01-45.29 84.79 6 6 0 11-6.68-10 90 90 0 10-100.06 0 6 6 0 01-6.68 10A102 102 0 11230 128z" })); exports.default = ApplePodcastsLogoLight;