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