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