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