This repository makes possible usage FA and MUI icons for your Sitecore items
You will get 1800+ FA and 2500+ MUI icons X 4 colors (Black, Blue, Green, Red)
- Go to releases
- Download latest release package
- Login to Sitecore Desktop
- Open Development Tools > Installation Wizard
- Upload package that you have downloaded
- Install it
- SitecoreIcons-FontAwesome - Font Awesome icons in 4 colors: black, blue, green, red
- SitecoreIcons-FontAwesome-Black - Font Awesome icons in black color
- SitecoreIcons-FontAwesome-Blue - Font Awesome icons in blue color
- SitecoreIcons-FontAwesome-Green - Font Awesome icons in green color
- SitecoreIcons-FontAwesome-Red - Font Awesome icons in red color
- SitecoreIcons-Full - Font Awesome icons and MUI icons in 4 colors: black, blue, green, red
- SitecoreIcons-MUI - MUI Icons in 4 colors: black, blue, green, red
- SitecoreIcons-MUI-Black - MUI Icons in black color
- SitecoreIcons-MUI-Blue - MUI Icons in blue color
- SitecoreIcons-MUI-Green - MUI Icons in green color
- SitecoreIcons-MUI-Red - MUI Icons in red color
- FA (https://github.com/FortAwesome/Font-Awesome.git) is clonned as submodule
- MUI (https://github.com/mui/material-ui.git) is clonned as submodule
- We iterate trought all SVG files
- We iterate thought all colors
- We iterate thought all required sizes (16x16, 24x24, 32x32, 48x48, 128x128)
- SVG is modified to have required size and color
- SVG is converted to PNG using ImageMagick
-
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. OpenSitecoreIcons.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
- MUI Icons: MIT License
- FA Icons: CC By 4.0 License
- This repository: MIT License