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