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);
|
|
```
|