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