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