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