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