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