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