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