HTML
Update Icons
Use Nexsas icon classes in your HTML templates.
You can display icons in your HTML by applying an ns-shape-* class to a <span> element and styling it with Tailwind CSS utilities.
Basic usage
<span class="ns-shape-1 text-2xl text-gray-800"></span>
This will display the icon associated with ns-shape-1.
Choosing the right icon
Each icon has a unique number:
<span class="ns-shape-12"></span>
<span class="ns-shape-45"></span>
<span class="ns-shape-101"></span>
Replace the number with the icon you want. The numbering is sequential and each corresponds to a specific shape or symbol.