Moon Design System Icons. A collection of modern and beautifully crafted icons.
import 'package:moon_icons/moon_icons.dart';
class ExampleWidget extends StatelessWidget {
Widget build(BuildContext context) {
return IconButton(
icon: Icon(MoonIcons.arrows_boost_24_regular),
onPressed: () { print("Button tapped"); }
);
}
}
View the demo app in the example directory to see all the available MoonIcons
.
The number in the icon name is an indication of the intended size of the icon where it looks the best.