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