
Icons
Icons
Icons can be used in the main menu (menu in navigation bar), or taxonomy pages.
The built-in icons listed under assets/icons directory, are partial of heroicons.
Add more icons
You can add more svg icons (not limited in heroicons) to your site’s assets/icons directory to extend or override icons.
Icons can be in sub directory under assets/icons, for example, if you have my-icon.svg under assets/icons/my-icons/, you can reference that icon with name “my-icons/my-icon”.
Check partials/icon.html to get more information.