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