Download the PHP package janczakb/blade-gravity-icons without Composer
On this page you can find all versions of the php package janczakb/blade-gravity-icons. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download janczakb/blade-gravity-icons
More information about janczakb/blade-gravity-icons
Files in janczakb/blade-gravity-icons
Package blade-gravity-icons
Short Description Complete Gravity UI icon set for Laravel Blade and Filament (MIT, Yandex).
License MIT
Homepage https://github.com/janczakb/blade-gravity-icons
Informations about the package blade-gravity-icons
Blade Gravity Icons
The full Gravity UI icon set for Laravel Blade and Filament.
This package registers every SVG from the official gravity-ui/icons repository through blade-icons, using the gravityui- prefix expected by Filament and other Blade UI packages.
Features
- Complete catalog — all Gravity UI icons in one package, kept in sync with upstream
- Filament-ready — works with
generate_icon_html(), actions, form fields, and tables - Blade component — use icons via
<x-icon>or the@svgdirective - PHP helper — build icon names from PascalCase or kebab-case identifiers
- Auto-discovery — no manual service provider registration
Requirements
- PHP 8.3+
- Laravel 11, 12, or 13
blade-ui-kit/blade-icons^1.8
Installation
Laravel discovers the service provider automatically. No extra setup is required.
Usage
Icons use the gravityui- prefix plus the kebab-case filename from the Gravity UI catalog.
| Catalog name | Icon string |
|---|---|
EyeClosed |
gravityui-eye-closed |
Magnifier |
gravityui-magnifier |
arrow-chevron-down |
gravityui-arrow-chevron-down |
Blade
Filament
PHP helper
Configuration
Publish the config file only if you need to customize the default prefix or attributes:
Default prefix: gravityui (file eye.svg → gravityui-eye).
License
The package code is released under the MIT License.
Icon SVGs are © YANDEX LLC and distributed under the MIT License. See THIRD_PARTY_LICENSES.md.
All versions of blade-gravity-icons with dependencies
blade-ui-kit/blade-icons Version ^1.8
illuminate/support Version ^11.0|^12.0|^13.0