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