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