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