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