stevenpaw / stevens-silverstripe-icons
Some more icons for SilverStripe Elemental
Package info
github.com/StevenPaw/stevens-silverstripe-icons
Language:SCSS
Type:silverstripe-vendormodule
pkg:composer/stevenpaw/stevens-silverstripe-icons
dev-main
2026-03-17 17:46 UTC
This package is auto-updated.
Last update: 2026-03-17 17:46:28 UTC
README
Documentation
To use, simply set the icon in the class using the stevens-icon- prefix:
//In Elements: private static $icon = 'stevens-icon-news'; //In Admins: private static $menu_icon_class = 'stevens-icon-news-admin'; //In Pages: private static $cms_icon_class = 'stevens-icon-news-page';