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