moon_icons 0.0.1 copy "moon_icons: ^0.0.1" to clipboard
moon_icons: ^0.0.1 copied to clipboard

Moon Design System Icons. A collection of modern and beautifully crafted 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.about_24),
        onPressed: () { print("Button tapped"); }
    );
  }
}

Example #

View the demo app in the example directory to see all the available MoonIcons.

FAQs #

What does the number signify in the icons names? #

The numbers in the icon signify the intended size of the icons where they look the best.

4
likes
0
points
719
downloads

Publisher

verified publisheryolo.com

Weekly Downloads

Moon Design System Icons. A collection of modern and beautifully crafted icons.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on moon_icons