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