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