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