freezer/lib/icons.dart

51 lines
1.9 KiB
Dart

/// Flutter icons FreezerIcons
/// Copyright (C) 2024 by original authors @ fluttericon.com, fontello.com
/// This font was generated by FlutterIcon.com, which is derived from Fontello.
///
/// To use this font, place it in your fonts/ directory and include the
/// following in your pubspec.yaml
///
/// flutter:
/// fonts:
/// - family: FreezerIcons
/// fonts:
/// - asset: fonts/FreezerIcons.ttf
///
///
/// * Typicons, (c) Stephen Hutchings 2012
/// Author: Stephen Hutchings
/// License: SIL (http://scripts.sil.org/OFL)
/// Homepage: http://typicons.com/
/// * Font Awesome 5, Copyright (C) 2016 by Dave Gandy
/// Author: Dave Gandy
/// License: SIL (https://github.com/FortAwesome/Font-Awesome/blob/master/LICENSE.txt)
/// Homepage: http://fortawesome.github.com/Font-Awesome/
/// * Octicons, Copyright (C) 2020 by GitHub Inc.
/// Author: GitHub
/// License: MIT (http://opensource.org/licenses/mit-license.php)
/// Homepage: https://primer.style/octicons/
///
// ignore_for_file: dangling_library_doc_comments
import 'package:flutter/widgets.dart';
class FreezerIcons {
FreezerIcons._();
static const _kFontFam = 'FreezerIcons';
static const String? _kFontPkg = null;
static const IconData waves =
IconData(0xe800, fontFamily: _kFontFam, fontPackage: _kFontPkg);
static const IconData sort_alpha_down =
IconData(0xf15d, fontFamily: _kFontFam, fontPackage: _kFontPkg);
static const IconData sort_alpha_up =
IconData(0xf15e, fontFamily: _kFontFam, fontPackage: _kFontPkg);
static const IconData spotify =
IconData(0xf1bc, fontFamily: _kFontFam, fontPackage: _kFontPkg);
static const IconData lastfm =
IconData(0xf202, fontFamily: _kFontFam, fontPackage: _kFontPkg);
static const IconData primitive_dot =
IconData(0xf30c, fontFamily: _kFontFam, fontPackage: _kFontPkg);
}