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 49,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.
This library is a fork of the React Icons library. The original library was designed for use with React, but this fork has been modified to work with any JavaScript framework. The library has been stripped of all React-specific code and dependencies, making it compatible with any JavaScript framework and vanilla Javascript.
To install the library, simply run the following command:
npm install mjo-icons
To use the library, simply import it into your project:
import { FaAccusoft } from "mjo-icons/fa";
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;
You can find the full list of icons here but only follows icons packages:
- Ant Design Icons
- Bootstrap Icons
- BoxIcons
- Circum Icons
- css.gg
- Devicons
- Feather
- Flat Color Icons
- Font Awesome 5
- Font Awesome 6
- Game Icons
- Github Octicons icons
- Grommet-Icons
- Heroicons
- Heroicons 2
- IcoMoon Free
- Icons8 Line Awesome
- Ionicons 4
- Ionicons 5
- Lucide
- Material Design icons
- Phosphor Icons
- Radix Icons
- Remix Icon
- Simple Icons
- Simple Line Icons
- Tabler Icons
- Themify Icons
- Typicons
- VS Code Icons
- Weather Icons
Manu Overa - manuovera.es
Thanks to React Icons for make this library possible.