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