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