Top

mPay Documentation

Icons


mPay have mainly used Feather Icons. Feather Icons available in https://feathericons.com/

How to use Feather Icons?

  • You can place Feather Icons just about anywhere using a i tag and give path of icon in class attribute.
  • To reference an icon, you need to know two bits of information. 1) use i tag and 2) give class according to icon name 3) Give font size

For Example:

<i data-feather="home"></i>

<i data-feather="search"></i>

<i data-feather="bell"></i>