import * as React from 'react'; export interface Podcast48Props extends React.SVGProps { ariaLabel?: string } export default function Podcast48({ ariaLabel, ...props }: Podcast48Props) { return ( ); }