import React from 'react'; interface PodbeanIconProps extends React.SVGProps { className?: string; size?: number; color?: string; } /** * Podbean brand icon * Features a podcast/wifi wave pattern with 2 arcs and a center circle * Default color is 'currentColor' for easy styling */ /** @deprecated Use icons from icons-v2-generated instead. */ export declare function PodbeanIcon({ className, size, color, ...props }: PodbeanIconProps): React.JSX.Element; export {}; //# sourceMappingURL=podbean-icon.d.ts.map