import React from 'react'; import BaseIcon from './BaseIcon'; export default class LoadingIndicatorDots extends BaseIcon { render() { return ( ); } }