Icons
We have mainly used Iconsax Icons. Iconsax icons available in https://iconsax.io/
How to use Iconsax icons?
- You can place Iconsax 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 class="iconsax" data-icon="home-2"></i>
<i class="iconsax" data-icon="search-normal-2"></i>
<i class="iconsax" data-icon="shopping-cart"></i>