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