Icons
Multikit have mainly used Remix Icons. Remix icons available in https://remixicon.com/
How to use Remix icons?
- You can place Remix 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="ri-home-line"></i>
<i class="ri-search-line"></i>
<i class="ri-shopping-cart-line"></i>