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