mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 21:57:41 +01:00
13 lines
276 B
Dart
13 lines
276 B
Dart
library lucide_icons;
|
|
|
|
import "package:flutter/widgets.dart";
|
|
import "src/icon_data.dart";
|
|
|
|
// THIS FILE IS AUTOMATICALLY GENERATED!
|
|
|
|
class LucideIcons {
|
|
// Icons will be generated here..
|
|
// static const IconData {icon_name} = const LucideIconData({icon_hex});
|
|
// ...
|
|
}
|