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