moon_icons

Creator: coderz1093

Last updated:

Add to Cart

Description:

moon icons

Moon Design System Icons #

Moon Design System Icons. A collection of modern and beautifully crafted icons.
Usage #
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"); }
);
}
}
copied to clipboard
Example #
View the demo app in the example directory to see all the available MoonIcons.
FAQs #
What does the number signify in the icon name? #
The number in the icon name is an indication of the intended size of the icon where it looks the best.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.