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