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