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