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