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

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

Moon Design System Icons #

Version Conventional Commits

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"); }
    );
  }
}

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.

3
likes
130
pub points
66%
popularity

Publisher

verified publisheryolo.com

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on moon_icons