Files
lucide/packages/lucide-flutter/lib/lucide_icons.dart

13 lines
276 B
Dart
Raw Normal View History

2021-08-05 22:17:05 +03:00
library lucide_icons;
2021-08-05 22:17:05 +03:00
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});
// ...
2021-08-05 22:17:05 +03:00
}