LCOV - code coverage report
Current view: top level - shared/icons - red_fire_icons_icons.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 0 1 0.0 %
Date: 2022-03-03 12:16:56 Functions: 0 0 -

          Line data    Source code
       1             : /// Flutter icons RedFireIcons
       2             : /// Copyright (C) 2021 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:  RedFireIcons
      11             : ///      fonts:
      12             : ///       - asset: fonts/RedFireIcons.ttf
      13             : ///
      14             : ///
      15             : /// * Font Awesome 4, Copyright (C) 2016 by Dave Gandy
      16             : ///         Author:    Dave Gandy
      17             : ///         License:   SIL ()
      18             : ///         Homepage:  http://fortawesome.github.com/Font-Awesome/
      19             : /// * Font Awesome 5, Copyright (C) 2016 by Dave Gandy
      20             : ///         Author:    Dave Gandy
      21             : ///         License:   SIL (https://github.com/FortAwesome/Font-Awesome/blob/master/LICENSE.txt)
      22             : ///         Homepage:  http://fortawesome.github.com/Font-Awesome/
      23             : /// * Octicons, Copyright (C) 2020 by GitHub Inc.
      24             : ///         Author:    GitHub
      25             : ///         License:   MIT (http://opensource.org/licenses/mit-license.php)
      26             : ///         Homepage:  https://primer.style/octicons/
      27             : ///
      28             : 
      29             : import 'package:flutter/widgets.dart';
      30             : 
      31             : class RedFireIcons {
      32           0 :   RedFireIcons._();
      33             : 
      34             :   static const _kFontFam = 'RedFireIcons';
      35             :   static const String? _kFontPkg = 'redfire';
      36             : 
      37             :   static const IconData mail =
      38             :       IconData(0xe800, fontFamily: _kFontFam, fontPackage: _kFontPkg);
      39             :   static const IconData mailAlt =
      40             :       IconData(0xf0e0, fontFamily: _kFontFam, fontPackage: _kFontPkg);
      41             :   static const IconData apple =
      42             :       IconData(0xf179, fontFamily: _kFontFam, fontPackage: _kFontPkg);
      43             :   static const IconData google =
      44             :       IconData(0xf1a0, fontFamily: _kFontFam, fontPackage: _kFontPkg);
      45             :   static const IconData github =
      46             :       IconData(0xf308, fontFamily: _kFontFam, fontPackage: _kFontPkg);
      47             : }

Generated by: LCOV version 1.13