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