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