28 lines
469 B
Markdown
28 lines
469 B
Markdown
# Icons
|
|
|
|
Omorphia includes a set of icons. You can view the available icons in the `~/assets/icons/*` folder of this repository.
|
|
|
|
<DemoContainer>
|
|
<CheckIcon />
|
|
<UnknownIcon />
|
|
<SettingsIcon />
|
|
<TagIcon />
|
|
<SendIcon />
|
|
<LogOutIcon />
|
|
<HeartHandshakeIcon />
|
|
<EyeOffIcon />
|
|
<ClipboardCopyIcon />
|
|
</DemoContainer>
|
|
|
|
```vue
|
|
<CheckIcon />
|
|
<UnknownIcon />
|
|
<SettingsIcon />
|
|
<TagIcon />
|
|
<SendIcon />
|
|
<LogOutIcon />
|
|
<HeartHandshakeIcon />
|
|
<EyeOffIcon />
|
|
<ClipboardCopyIcon />
|
|
```
|