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