mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-17 09:17:42 +01:00
9 lines
174 B
Markdown
9 lines
174 B
Markdown
|
|
# lucide_icons
|
||
|
|
|
||
|
|
Lucide Icons ([lucide.dev](https://lucide.dev)) for Flutter. Visit the website for the full list of icons
|
||
|
|
|
||
|
|
## Example
|
||
|
|
```dart
|
||
|
|
Icon(LucideIcons.activity);
|
||
|
|
```
|