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