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