UNPKG

@tabler/icons-react

Version:

A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.

15 lines (11 loc) 804 B
/** * @license @tabler/icons-react v3.41.1 - MIT * * This source code is licensed under the MIT license. * See the LICENSE file in the root directory of this source tree. */ import createReactComponent from '../createReactComponent.mjs'; const __iconNode = [["path", { "d": "M18.364 18.364a9 9 0 1 0 -12.728 0", "key": "svg-0" }], ["path", { "d": "M11.766 22h.468a2 2 0 0 0 1.985 -1.752l.5 -4a2 2 0 0 0 -1.985 -2.248h-1.468a2 2 0 0 0 -1.985 2.248l.5 4a2 2 0 0 0 1.985 1.752", "key": "svg-1" }], ["path", { "d": "M10 9a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-2" }]]; const IconBrandApplePodcast = createReactComponent("outline", "brand-apple-podcast", "BrandApplePodcast", __iconNode); export { __iconNode, IconBrandApplePodcast as default }; //# sourceMappingURL=IconBrandApplePodcast.mjs.map