From 45fb4c3bb3b0e839262ea788ec8ef3d3209d5373 Mon Sep 17 00:00:00 2001 From: hex-developer <77530549+hex-developer@users.noreply.github.com> Date: Wed, 6 Dec 2023 17:06:17 +0200 Subject: [PATCH] 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. --- docs/configs/services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configs/services.md b/docs/configs/services.md index 82e42f67..871a1e13 100644 --- a/docs/configs/services.md +++ b/docs/configs/services.md @@ -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`.