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