0.1.2 • Published 2 years ago

olum-icons v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

olum-icons

OlumIcons is a wrapper for font awesome svg tags, the module structure is designed to include only the imported icons in the production not the whole library.

Documentation

use this engine to search for fonts and get each font module name to be imported in your code as shown below

ES6 Module

import brand_facebook from "olum-icons/dist/fa/brand_facebook";
import brand_twitter from "olum-icons/dist/fa/brand_twitter";

const div = document.querySelector("#my-div");
div.innerHTML = brand_facebook + brand_twitter;
0.1.2

2 years ago

0.0.1

3 years ago