symbolkit
v1.1.0
Published
SymbolKit, an open-source iconography library consisting of 1,300+ SVG icons.
Downloads
4
Readme
What is SymbolKit?
SymbolKit, an open-source library consisting of over 1300+ SVG icons that you can use in your own projects. These icons are intended for the usage of UI elements in the Enso Operating System. However, these can be used for designing apps, or creating marketing materials. SymbolKit has the icons you need to make your designs stand out.
For more information and resources on SymbolKit, you can read through our Human Interface Guidelines at developer.nevuqe.com.
If you have any questions or need support with SymbolKit, you can contact Nevuqe at [email protected].
For security-related enquiries, it is required that you encrypt your email using Nevuqe's PGP key, which can be found at developer.nevuqe.com, and please contact us at [email protected].
Plugins
CSS
To use SymbolKit in a web project, import our CSS File:
<link rel="stylesheet" href="https://raw.githubusercontent.com/Nevuqe/SymbolKit/main/css/symbolkit.css">
Here is an example in HTML:
<i class="symbolkit-hand-brake"></i>
The class must always be "symbolkit-" and then the name of the icon.
The icons are display: inline-block
and default to the current font size. You can control this
by adjusting the ::before
styles of the element (which is where the icons are added as a mask).
React
A React library is available to install under the name symbolkit-react
. For more details, see the package README.
React Native
A React Native library is available to install under the name symbolkit-react-native
. For more details, see the package README.
Figma
The SymbolKit library is available in the Figma community here.
Extras
License
This icon library is licensed under the Apache-2.0 license, to see the full license see here.
Credits
SymbolKit is a fantastic icon library that has been forked from the incredible Iconoir. We are incredibly grateful to Luca Burgio and all of the Iconoir contributors for their dedication and hard work in creating such an amazing resource for designers and developers worldwide.
Links:
https://iconoir.com/
https://lucaburgio.com/
https://github.com/iconoir-icons/iconoir/graphs/contributors