lucid-ui
Version:
A UI component library from AppNexus.
56 lines • 1.76 kB
JavaScript
import React from 'react';
import { DotsIcon } from '../../../../index';
var blockStyle = {
display: 'block',
margin: '10px'
};
export default (function () {
return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(DotsIcon, {
style: blockStyle
}), /*#__PURE__*/React.createElement(DotsIcon, {
style: blockStyle,
color: "secondary-one"
}), /*#__PURE__*/React.createElement(DotsIcon, {
style: blockStyle,
color: "secondary-two"
}), /*#__PURE__*/React.createElement(DotsIcon, {
style: blockStyle,
color: "secondary-three"
}), /*#__PURE__*/React.createElement(DotsIcon, {
style: blockStyle,
color: "success"
}), /*#__PURE__*/React.createElement(DotsIcon, {
style: blockStyle,
color: "neutral-dark"
}), /*#__PURE__*/React.createElement(DotsIcon, {
style: blockStyle,
color: "neutral-light"
}), /*#__PURE__*/React.createElement(DotsIcon, {
style: blockStyle,
direction: "vertical"
}), /*#__PURE__*/React.createElement(DotsIcon, {
style: blockStyle,
direction: "vertical",
color: "secondary-one"
}), /*#__PURE__*/React.createElement(DotsIcon, {
style: blockStyle,
direction: "vertical",
color: "secondary-two"
}), /*#__PURE__*/React.createElement(DotsIcon, {
style: blockStyle,
direction: "vertical",
color: "secondary-three"
}), /*#__PURE__*/React.createElement(DotsIcon, {
style: blockStyle,
direction: "vertical",
color: "success"
}), /*#__PURE__*/React.createElement(DotsIcon, {
style: blockStyle,
direction: "vertical",
color: "neutral-dark"
}), /*#__PURE__*/React.createElement(DotsIcon, {
style: blockStyle,
direction: "vertical",
color: "neutral-light"
}));
});