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