import React, { FC, ReactNode } from "react"; export const SpinnerIcon = ({ ...props }) => { return ( // // // ); };