From 4e0f996fa7f5b6a30299d38c05be13380a5da56f Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Mon, 18 Apr 2022 09:07:23 +0900 Subject: [PATCH] Doc: More icon reference link --- docs/Project_Structure.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Project_Structure.md b/docs/Project_Structure.md index 91857e6..355a43e 100644 --- a/docs/Project_Structure.md +++ b/docs/Project_Structure.md @@ -43,7 +43,8 @@ Most of them are made in SVG. Except for illustrations, there must be an `fill="context-fill" fill-opacity="context-fill-opacity"` property to dynamically determine color and transparency. Icons are mainly [FirefoxUX/photon-icons](https://github.com/FirefoxUX/photon-icons) -or [microsoft/fluentui-system-icons](https://github.com/microsoft/fluentui-system-icons). +or [microsoft/fluentui-system-icons](https://github.com/microsoft/fluentui-system-icons). +Although not yet used, [tabler/tabler-icons](https://github.com/tabler/tabler-icons) and [feathericons/feather](https://github.com/feathericons/feather) can also be referred to. You can see more in the issue, [Unify icon design langauge #213](https://github.com/black7375/Firefox-UI-Fix/issues/213).