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