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