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