UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 769 B
"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 Podcast = (props) => React.createElement("svg", { className: "lucide lucide-podcast", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props }, React.createElement("path", { d: "M16.85 18.58a9 9 0 10-9.7 0M8 14a5 5 0 118 0" }), React.createElement("circle", { cx: "12", cy: "11", r: "1" }), React.createElement("path", { d: "M13 17a1 1 0 10-2 0l.5 4.5a.5.5 0 101 0z" })); exports.default = Podcast;