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