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