mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-26 12:31:02 +00:00
refactor: reorganize and rename settings (#1307)
Co-authored-by: Pun Butrach <pun.butrach@gmail.com> Co-authored-by: Ushie <ushiekane@gmail.com>
This commit is contained in:
9
lib/ui/widgets/shared/custom_icon.dart
Normal file
9
lib/ui/widgets/shared/custom_icon.dart
Normal file
@@ -0,0 +1,9 @@
|
||||
import 'package:flutter/widgets.dart';
|
||||
|
||||
class CustomIcon {
|
||||
CustomIcon._();
|
||||
|
||||
static const _kFontFam = 'CustomIcon';
|
||||
|
||||
static const IconData revancedIcon = IconData(0xe800, fontFamily: _kFontFam);
|
||||
}
|
||||
Reference in New Issue
Block a user