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