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