import * as React from 'react' import { cs } from '../utils' export const LoadingIcon = (props) => { const { className, ...rest } = props return ( ) }