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