The Beron theme utilizes TablerIcon and custom Beronicon
icons to enhance the visual experience. You can manually use these icons by referencing the resources below.
You can explore and use TablerIcon icons from their official website:
🔗 tablericon Website
<i class="ti ti-12-hours"></i> 12 Hours
<i class="ti ti-123"></i> 123
<i class="ti ti-24-hours"></i> 24 Hours
<i class="ti ti-2fa"></i> 2fa
Below is a list of custom FlatIcon icons used in the Mavis theme, along with examples of how to use them in HTML.
<i class="beronicon-passport-4"></i> Passport
<i class="beronicon-passport"></i> Passport Two
<i class="beronicon-passport-2"></i> Passport Three
<i class="beronicon-passport-5"></i> Passport Four
<i class="beronicon-passport-3"></i> Passport Five
<i class="beronicon-briefcase"></i> Briefcase
<i class="beronicon-visa"></i> Visa
Beronicon
stylesheets (usually loaded by the theme automatically).<i>
tag with the corresponding class name to display an icon.<i class="beronicon-passport" style="font-size: 24px; color: #007bff;"></i> Passport Two
This will display a Passport Two icon with a font size of 24px and a blue color.
Beronicon
icons are preloaded in the theme and can be used by adding the corresponding class.