fonticons-13th-library
v0.0.9
Published
A library to use icons in your html file.
Downloads
4
Readme
Fonticons 13th Library
Fonticons 13th Library is a collection of scalable vector icons that can be customized in color, size, and other attributes using CSS. The library includes a wide range of icons for various use cases, including social media, e-commerce, and business.
Installation
To use Fonticons 13th Library in your project, you can install it via npm:
npm install fonticons-13th-library
Alternatively, you can include the library in your HTML file by adding the following code:
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/style.main.css"
/>
Usage
To use an icon from Fonticons 13th Library, add the following HTML code to your project:
<i class="icon [icon-name]"></i>
Replace [icon-name]
with the name of the icon you want to use. You can find the list of available icons in the documentation.
You can customize the icon's size, color, and other attributes using CSS. For example:
.icon {
font-size: 24px;
color: red;
}
Documentation
The documentation for Fonticons 13th Library can be found in the docs
folder of the package. You can also find it online at https://fonticon13th.onrender.com/.
Contributing
We welcome contributions to Fonticons 13th Library! To contribute, please fork the repository and submit a pull request with your changes.
License
Fonticons 13th Library is licensed under the MIT License. You can use the library in both commercial and non-commercial projects without attribution.