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