atom-fm/lucide

Lucide icon resolver for Atom Framework

Maintainers

Package info

github.com/atom-fm/lucide

pkg:composer/atom-fm/lucide

Transparency log

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

dev-master 2026-08-16 15:16 UTC

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.