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