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