import React from 'react' import { AiOutlineLoading3Quarters } from 'react-icons/ai'; type LoadingProps = { className?: string } export const Loading: React.FC = ({ className }) => { return }