mjo-icons

1.0.6 • Public • Published

MJO-ICONS

This is a versatile icon library designed for use with JavaScript. It is compatible with any JavaScript framework and can even be used with vanilla JavaScript.

The library provides over 32,000 icons that can enhance the user interface of your web applications, creating lightweight packages because only the icons used in the project are imported into the bundle. Easy to integrate and use, this library is a great tool for developers looking to enrich their projects.

Installation

To install the library, simply run the following command:

npm install mjo-icons

Usage

To use the library, simply import it into your project:

import { FaAccusoft } from "mjo-icons/fa/FaAccusoft";

Then, you can use the FaAccusoft to print the icon in your HTML, have account that the icon is a string with SVG code:

document.myIconDiv.innerHTML = FaAccusoft;

Icons

You can find the full list of icons here but only follows icons packages:

  • Ant Design Icons
  • BoxIcons
  • Bootstrap Icons
  • Devicons
  • Flat Colors Icons
  • Font Awesome 6 Icons
  • Games Icons
  • Heroicons 2
  • Ionicons 5
  • Icons 8 Line Awesome
  • Material Design Icons
  • Phosphor Icons
  • Tabler Icons
  • Weather Icons

Author

Manu Overa - manuovera.es

Thanks to React Icons for make this library possible.

Package Sidebar

Install

npm i mjo-icons

Weekly Downloads

3

Version

1.0.6

License

MIT

Unpacked Size

25.1 MB

Total Files

64101

Last publish

Collaborators

  • manu.overa