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