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