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