Klipper Icons is the sets of svg and font icons for the Progressive Web App of Klipper platform.
- IcoMoon App to manage and build the fonts
- Create the SVG icon with a viewport of
1024px
by1024px
- Import the SVG into the icon set in IcoMoom App
- Move the icon to the end of the IcoMoom Set
- Select the icon
- Edit the
Tags
andNames
metadatas of the icon - Download the SVG of the icon and move it in the
./svg
directory - Generate the Fonts
- Extract the
KlipperIcons
fonts of the generated Zip in the./fonts
directory - Download and override the
KlipperIcons.json
project file of IcoMoom - Add the Scss mixins of the icon in the
./scss/klipper-icons-content.scss
file:- Use the icon name and the unicode with the
.ki-icon($name, $code)
mixin - The name and unicode value can be found in
_variables.scss
file of the generated Zip
- Use the icon name and the unicode with the
Klipper Icons is an Open Source, community-driven project.
Issues and feature requests are tracked in the Github issue tracker.
Pull Requests are tracked in the Github pull request tracker.
Klipper is completely free and released under the MIT License.
Klipper was originally created by François Pluchino.