-
Q: I have installed packages, but you don't see icons
A: Try to clean up \Website\temp
folder on you CM server
-
Q: I don't like color shades, I want to change them
A: Open /scripts/Generic.ps1
and change $colors variable
-
Q: I want to add more colors or replace existing
A: Open /scripts/Generic.ps1
and change $colors variable. Open SitecoreIcons.sln
in VS and configure colors that you need
-
Q: Can I trust package content?
A: All packages are build using GitHub actions and you can review whole process.
-
Q: Do icons license allow their usage?
A: Yes. FA has CC By 4.0 License. MUI has MIT License.
-
Q: I want to change and build packages by myself
A: You need to fork repository and create tag in format v....
. It will trigger new build.
-
Q: I want to build pakages locally
A: Run ./scripts/local.ps1
using Powershell
-
Q: How many icons will I get?
A: 1800+ FA icons + 2500+ MUI icons
-
Q: I don't want to have all colors
A: You may to install only packages with colors that you need
-
Q: Icons dialog is too slow
A: It is slow only the first time. Sitecore will make a cache, located in \Website\temp
. If cache is cleared then it will take to load long time again.
-
Q: I want to use it will Docker
A: No problem, but you need to map \Website\temp
folder to avoid rebuild icons cache on each container restart