cool_u_i_example_icons.dart 652 B

123456789101112131415161718192021222324
  1. /// Flutter icons CoolUIExample
  2. /// Copyright (C) 2018 by original authors @ fluttericon.com, fontello.com
  3. /// This font was generated by FlutterIcon.com, which is derived from Fontello.
  4. ///
  5. /// To use this font, place it in your fonts/ directory and include the
  6. /// following in your pubspec.yaml
  7. ///
  8. /// flutter:
  9. /// fonts:
  10. /// - family: CoolUIExample
  11. /// fonts:
  12. /// - asset: fonts/CoolUIExample.ttf
  13. ///
  14. ///
  15. ///
  16. import 'package:flutter/widgets.dart';
  17. class CoolUIExampleIcon {
  18. CoolUIExampleIcon._();
  19. static const _kFontFam = 'CoolUIExample';
  20. static const IconData popover = const IconData(0xe801, fontFamily: _kFontFam);
  21. }