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