You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
driver-app/lib/app-icons/driver_app_icons.dart

26 lines
668 B
Dart

/// Flutter icons DriverApp
/// Copyright (C) 2020 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: DriverApp
/// fonts:
/// - asset: fonts/DriverApp.ttf
///
///
///
import 'package:flutter/widgets.dart';
class DriverApp {
DriverApp._();
static const _kFontFam = 'DriverApp';
static const _kFontPkg = null;
static const IconData logo = IconData(0xe801, fontFamily: _kFontFam, fontPackage: _kFontPkg);
}