docs(configs/services.md): add support for Tabler Icons
The commit adds support for using Tabler Icons in addition to Material Design Icons and Simple Icons. Users can now specify `tb-XX` as the prefix for icons from Tabler Icons. This allows for more flexibility and variety in choosing icons for services.
This commit is contained in:
parent
5e631e80e8
commit
45fb4c3bb3
@ -65,7 +65,7 @@ Services may have descriptions,
|
||||
|
||||
Services may have an icon attached to them, you can use icons from [Dashboard Icons](https://github.com/walkxcode/dashboard-icons) automatically, by passing the name of the icon, with, or without `.png` or with `.svg` to use the svg version.
|
||||
|
||||
You can also specify prefixed icons from [Material Design Icons](https://materialdesignicons.com) with `mdi-XX` or [Simple Icons](https://simpleicons.org/) with `si-XX`.
|
||||
You can also specify prefixed icons from [Material Design Icons](https://materialdesignicons.com) with `mdi-XX`, [Simple Icons](https://simpleicons.org/) with `si-XX` or [Tabler Icons](https://tabler-icons.io) with `tb-XX`.
|
||||
|
||||
You can specify a custom color by adding a hex color code as suffix e.g. `mdi-XX-#f0d453` or `si-XX-#a712a2`.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user