Skip to content

Commit

Permalink
Updated custom icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Feb 27, 2022
1 parent c1fc58b commit 5f73452
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
Binary file modified assets/fonts/Shiori.ttf
Binary file not shown.
24 changes: 24 additions & 0 deletions assets/fonts/config.json
Expand Up @@ -83,6 +83,30 @@
"css": "level_three_advanced",
"code": 59941,
"src": "rpgawesome"
},
{
"uid": "f5eca4c36e1b5ea2faf3c33e06db275a",
"css": "heart",
"code": 61444,
"src": "fontawesome5"
},
{
"uid": "990fedfbfce973e093d7885b3f771d21",
"css": "discord",
"code": 62354,
"src": "fontawesome5"
},
{
"uid": "0f6a2573a7b6df911ed199bb63717e27",
"css": "github-circled",
"code": 61595,
"src": "fontawesome"
},
{
"uid": "12fdd8d92fdf793bc7cd3d679b0fe1fd",
"css": "globe-1",
"code": 61612,
"src": "fontawesome5"
}
]
}
12 changes: 10 additions & 2 deletions lib/presentation/shared/shiori_icons.dart
@@ -1,5 +1,5 @@
/// Flutter icons Shiori
/// Copyright (C) 2021 by original authors @ fluttericon.com, fontello.com
/// Copyright (C) 2022 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
Expand All @@ -11,7 +11,7 @@
/// fonts:
/// - asset: fonts/Shiori.ttf
///
///
///
/// * MFG Labs, Copyright (C) 2012 by Daniel Bruce
/// Author: MFG Labs
/// License: SIL (http://scripts.sil.org/OFL)
Expand All @@ -24,6 +24,10 @@
/// Author: Dave Gandy
/// License: SIL (https://github.com/FortAwesome/Font-Awesome/blob/master/LICENSE.txt)
/// Homepage: http://fortawesome.github.com/Font-Awesome/
/// * Font Awesome 4, Copyright (C) 2016 by Dave Gandy
/// Author: Dave Gandy
/// License: SIL ()
/// Homepage: http://fortawesome.github.com/Font-Awesome/
///
import 'package:flutter/widgets.dart';

Expand All @@ -43,7 +47,11 @@ class Shiori {
static const IconData overmind = IconData(0xea55, fontFamily: _kFontFam, fontPackage: _kFontPkg);
static const IconData reactor = IconData(0xea7b, fontFamily: _kFontFam, fontPackage: _kFontPkg);
static const IconData trefoil_lily = IconData(0xead4, fontFamily: _kFontFam, fontPackage: _kFontPkg);
static const IconData heart = IconData(0xf004, fontFamily: _kFontFam, fontPackage: _kFontPkg);
static const IconData cogs = IconData(0xf085, fontFamily: _kFontFam, fontPackage: _kFontPkg);
static const IconData github_circled = IconData(0xf09b, fontFamily: _kFontFam, fontPackage: _kFontPkg);
static const IconData globe_1 = IconData(0xf0ac, fontFamily: _kFontFam, fontPackage: _kFontPkg);
static const IconData filter = IconData(0xf0b0, fontFamily: _kFontFam, fontPackage: _kFontPkg);
static const IconData sliders_h = IconData(0xf1de, fontFamily: _kFontFam, fontPackage: _kFontPkg);
static const IconData discord = IconData(0xf392, fontFamily: _kFontFam, fontPackage: _kFontPkg);
}

0 comments on commit 5f73452

Please sign in to comment.