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