lucid-ui
Version:
A UI component library from AppNexus.
9 lines • 362 B
JavaScript
import React from 'react';
import { LoadingIcon } from '../../../../index';
export default (function () {
return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(LoadingIcon, null), /*#__PURE__*/React.createElement(LoadingIcon, {
speed: "slow"
}), /*#__PURE__*/React.createElement(LoadingIcon, {
speed: "fast"
}));
});