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