atom-fm / lucide
Lucide icon resolver for Atom Framework
dev-master
2026-08-16 15:16 UTC
Requires
- php: ^8.4
- atom-fm/framework: dev-master
This package is auto-updated.
Last update: 2026-08-16 15:23:36 UTC
README
Lucide icon integration for Atom Framework. The package owns the lucide: icon prefix and keeps the icon catalogue out of the core framework package.
composer require atom-fm/lucide
Register the provider from the application:
use Atom\Di\ServiceProviderRegistry; use Atom\Lucide\LucideServiceProvider; protected function services(ServiceProviderRegistry $providers): void { $providers->add(LucideServiceProvider::class); }
Use the prefix with Atom components:
<Icon icon="lucide:search" /> <Button icon="lucide:arrow-right">Continue</Button>
The SVG catalogue is imported from lucide-static 1.31.0. See UPSTREAM.md and LICENSE-LUCIDE for provenance and licensing.