manuxi / sulu-admin-icons-bundle
Admin Icons for Sulu.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:CSS
Type:symfony-bundle
pkg:composer/manuxi/sulu-admin-icons-bundle
Requires
- php: ^8.1
- doctrine/doctrine-bundle: ^2.13
- phpcr/phpcr-migrations-bundle: ^1.6
- sulu/sulu: ^2.6
- symfony/intl: ^6.2 | ^7.0
- symfony/translation: ^6.2 | ^7.0
Requires (Dev)
- jackalope/jackalope-doctrine-dbal: ^1.3.4
- phpspec/prophecy: ^1.17
- phpunit/phpunit: ^8.0
- symfony/browser-kit: ^4.4 | ^5.0 | ^6.2 | ^7.0
- symfony/console: ^4.4 | ^5.0 | ^6.2 | ^7.0
- symfony/phpunit-bridge: ^4.4 | ^5.0 | ^6.2 | ^7.0
This package is auto-updated.
Last update: 2025-10-26 15:05:19 UTC
README
I made this bundle to have the possibility to have more icons in my projects.
Please feel comfortable submitting feature requests. This bundle is still in development. Use at own risk 🤞🏻
👩🏻🏭 Installation
Install the package with:
composer require manuxi/sulu-admin-icons-bundle
package.json
"sulu-admin-icons-bundle": "file:../../vendor/manuxi/sulu-admin-icons-bundle/src/Resources",
app.js
import 'sulu-admin-icons-bundle';
Rebuild admin sources:
cd assets/admin
npm install
npm run build
Use it
$rootNavigationItem->setIcon('su-app-feather-airplay');
Thanks to https://feathericons.com/ and https://icomoon.io/