File "LoadingAnimation.jsx"

Full Path: /home/rubycabfbt/www/wp-content/plugins/envato-elements/src/js/react/components/Loading/LoadingAnimation.jsx
File size: 248 bytes
MIME-type: text/plain
Charset: utf-8

import React from 'react'

import styles from './LoadingAnimation.module.scss'

const LoadingAnimation = () => (
  <div className={styles.wrap}>
    <span className={styles.inner} aria-label='Loading' />
  </div>
)

export default LoadingAnimation