update
This commit is contained in:
parent
5591f145a9
commit
d8ee8a3a24
166 changed files with 15431 additions and 889 deletions
ui/lib/font
26
ui/lib/font/t_icons_icons.dart
Normal file
26
ui/lib/font/t_icons_icons.dart
Normal file
|
@ -0,0 +1,26 @@
|
|||
/// Flutter icons TIcons
|
||||
/// 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: TIcons
|
||||
/// fonts:
|
||||
/// - asset: fonts/TIcons.ttf
|
||||
///
|
||||
///
|
||||
///
|
||||
library;
|
||||
import 'package:flutter/widgets.dart';
|
||||
|
||||
class TIcons {
|
||||
TIcons._();
|
||||
|
||||
static const _kFontFam = 'TIcons';
|
||||
static const String? _kFontPkg = null;
|
||||
|
||||
static const IconData bittorrent_bttold_logo = IconData(0xe801, fontFamily: _kFontFam, fontPackage: _kFontPkg);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue