docs(ui-toolkit): pdated functional icons docs
This commit is contained in:
parent
9d10faabe8
commit
8eecebfe47
@ -1,4 +1,4 @@
|
|||||||
Icons here are used to support funtions and actions users can take withini the Triton service.
|
These icons are used to support funtions and actions users can take within the Triton service.
|
||||||
|
|
||||||
```js noeditor
|
```js noeditor
|
||||||
const React = require('react');
|
const React = require('react');
|
||||||
@ -60,19 +60,19 @@ const {
|
|||||||
<Icon>
|
<Icon>
|
||||||
<Arrow direction="right" />
|
<Arrow direction="right" />
|
||||||
</Icon>
|
</Icon>
|
||||||
<Label>Arrow > Right</Label>
|
<Label>Arrow > Right</Label>
|
||||||
</ListItem>
|
</ListItem>
|
||||||
<ListItem>
|
<ListItem>
|
||||||
<Icon>
|
<Icon>
|
||||||
<Arrow direction="up" />
|
<Arrow direction="up" />
|
||||||
</Icon>
|
</Icon>
|
||||||
<Label>Arrow > Up</Label>
|
<Label>Arrow > Up</Label>
|
||||||
</ListItem>
|
</ListItem>
|
||||||
<ListItem>
|
<ListItem>
|
||||||
<Icon>
|
<Icon>
|
||||||
<Arrow direction="left" />
|
<Arrow direction="left" />
|
||||||
</Icon>
|
</Icon>
|
||||||
<Label>Arrow > left</Label>
|
<Label>Arrow > left</Label>
|
||||||
</ListItem>
|
</ListItem>
|
||||||
<ListItem>
|
<ListItem>
|
||||||
<Icon>
|
<Icon>
|
||||||
@ -126,13 +126,13 @@ const {
|
|||||||
<Icon>
|
<Icon>
|
||||||
<DataCenter />
|
<DataCenter />
|
||||||
</Icon>
|
</Icon>
|
||||||
<Label>Data Centre</Label>
|
<Label>Data Center</Label>
|
||||||
</ListItem>
|
</ListItem>
|
||||||
<ListItem>
|
<ListItem>
|
||||||
<Icon>
|
<Icon>
|
||||||
<Delete fill={theme.red} />
|
<Delete fill={theme.red} />
|
||||||
</Icon>
|
</Icon>
|
||||||
<Label>Delete > Red</Label>
|
<Label>Delete > Red</Label>
|
||||||
</ListItem>
|
</ListItem>
|
||||||
<ListItem>
|
<ListItem>
|
||||||
<Icon>
|
<Icon>
|
||||||
@ -144,7 +144,7 @@ const {
|
|||||||
<Icon>
|
<Icon>
|
||||||
<Dot color='primary' />
|
<Dot color='primary' />
|
||||||
</Icon>
|
</Icon>
|
||||||
<Label>Dot > Primary</Label>
|
<Label>Dot > Primary</Label>
|
||||||
</ListItem>
|
</ListItem>
|
||||||
<ListItem>
|
<ListItem>
|
||||||
<Icon>
|
<Icon>
|
||||||
@ -162,19 +162,19 @@ const {
|
|||||||
<Icon>
|
<Icon>
|
||||||
<Health />
|
<Health />
|
||||||
</Icon>
|
</Icon>
|
||||||
<Label>Health > Healthy</Label>
|
<Label>Health > Healthy</Label>
|
||||||
</ListItem>
|
</ListItem>
|
||||||
<ListItem>
|
<ListItem>
|
||||||
<Icon>
|
<Icon>
|
||||||
<Health healthy={false} />
|
<Health healthy={false} />
|
||||||
</Icon>
|
</Icon>
|
||||||
<Label>Health > Unhealthy</Label>
|
<Label>Health > Unhealthy</Label>
|
||||||
</ListItem>
|
</ListItem>
|
||||||
<ListItem>
|
<ListItem>
|
||||||
<Icon>
|
<Icon>
|
||||||
<Id />
|
<Id />
|
||||||
</Icon>
|
</Icon>
|
||||||
<Label>Id</Label>
|
<Label>ID</Label>
|
||||||
</ListItem>
|
</ListItem>
|
||||||
<ListItem>
|
<ListItem>
|
||||||
<Icon>
|
<Icon>
|
||||||
@ -192,13 +192,13 @@ const {
|
|||||||
<Icon>
|
<Icon>
|
||||||
<Loading />
|
<Loading />
|
||||||
</Icon>
|
</Icon>
|
||||||
<Label>Loading > Primary</Label>
|
<Label>Loading > Primary</Label>
|
||||||
</ListItem>
|
</ListItem>
|
||||||
<ListItem>
|
<ListItem>
|
||||||
<Icon>
|
<Icon>
|
||||||
<Loading secondary />
|
<Loading secondary />
|
||||||
</Icon>
|
</Icon>
|
||||||
<Label>Loading > Secondary</Label>
|
<Label>Loading > Secondary</Label>
|
||||||
</ListItem>
|
</ListItem>
|
||||||
<ListItem>
|
<ListItem>
|
||||||
<Icon>
|
<Icon>
|
||||||
|
Loading…
Reference in New Issue
Block a user