UNPKG

lucid-ui

Version:

A UI component library from AppNexus.

22 lines 1.48 kB
import React from 'react'; import { DotsIcon } from '../../../../index'; const blockStyle = { display: 'block', margin: '10px', }; export default () => (React.createElement("div", null, React.createElement(DotsIcon, { style: blockStyle }), React.createElement(DotsIcon, { style: blockStyle, color: 'secondary-one' }), React.createElement(DotsIcon, { style: blockStyle, color: 'secondary-two' }), React.createElement(DotsIcon, { style: blockStyle, color: 'secondary-three' }), React.createElement(DotsIcon, { style: blockStyle, color: 'success' }), React.createElement(DotsIcon, { style: blockStyle, color: 'neutral-dark' }), React.createElement(DotsIcon, { style: blockStyle, color: 'neutral-light' }), React.createElement(DotsIcon, { style: blockStyle, direction: 'vertical' }), React.createElement(DotsIcon, { style: blockStyle, direction: 'vertical', color: 'secondary-one' }), React.createElement(DotsIcon, { style: blockStyle, direction: 'vertical', color: 'secondary-two' }), React.createElement(DotsIcon, { style: blockStyle, direction: 'vertical', color: 'secondary-three' }), React.createElement(DotsIcon, { style: blockStyle, direction: 'vertical', color: 'success' }), React.createElement(DotsIcon, { style: blockStyle, direction: 'vertical', color: 'neutral-dark' }), React.createElement(DotsIcon, { style: blockStyle, direction: 'vertical', color: 'neutral-light' }))); //# sourceMappingURL=1.basic.js.map