Giter Club home page Giter Club logo

fa-compatible-icons's Introduction

Font awesome compatible icons

This repository collects converted icon sets to use them with FontAwesome tools. All included icon sets are licensed under MIT license.

The following sets are included:

Set Prefix Count Version Docs
UiKit Icons uk 143 3.10.0 https://getuikit.com/docs/icon
Feather Icons fi 286 4.28.0 https://feathericons.com
Bootstrap Icons bi 1325 1.7.2 https://icons.getbootstrap.com/
Tabler Icons tb 1262 1.51.0 https://tablericons.com
IonIcons ion 1332 5.5.4 http://ionicons.com/
JAM Icons jam 896 2.0.0 https://jam-icons.com
Line Awesome Icons la 1544 1.3.0 https://icons8.com/line-awesome
Pixelart Icons pa 460 1.5.0 https://pixelarticons.com/

Usage

Install repository npm i -D https://github.com/lmeysel/fa-compatible-icons.git

And use icons with the known FontAwesome tools:

import { library } from '@fortawesome/fontawesome-svg-core'
import { biUser } from 'fa-compatible-icons/bi'

library.add(biUser)

When using e.g. vue-font-awesome it is easily possible using the icons with the corresponding prefix:

<font-awesome-icon :icon="['bi', 'user']" />

Bundle size

Keep in mind that all icon sets contain many icons but you probably do not need the most of them. Therefore it is strongly recommended to use the library.add(...)-syntax before, in order to only add the icons to your bundle you really need.

fa-compatible-icons's People

Contributors

lmeysel avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.