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