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