-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from tecdrop/v2.0.1
- Loading branch information
Showing
8 changed files
with
37 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// Copyright 2020-2023 Tecdrop (www.tecdrop.com) | ||
// Use of this source code is governed by an MIT-style license that can be | ||
// found in the LICENSE file. | ||
// | ||
// Flutter icons CustomIcons | ||
// Copyright (C) 2023 by original authors @ fluttericon.com, fontello.com | ||
// This font was generated by FlutterIcon.com, which is derived from Fontello. | ||
|
||
/// Custom icons used in the app. | ||
library; | ||
|
||
import 'package:flutter/widgets.dart'; | ||
|
||
const _kFontFam = 'CustomIcons'; | ||
const String? _kFontPkg = null; | ||
|
||
const IconData reorder_off_outlined = | ||
IconData(0xe800, fontFamily: _kFontFam, fontPackage: _kFontPkg); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters