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