0.0.9 • Published 1 year ago

fonticons-13th-library v0.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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/fonticons-13th-library@0.0.8/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.

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago