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