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