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