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