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