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