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