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