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