Skip to content

Commit

Permalink
fix application cannot tree shake icons fonts
Browse files Browse the repository at this point in the history
Proposed changes fro #1
  • Loading branch information
elirehema authored Apr 3, 2021
1 parent 3aa2fbe commit f6905dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion file_icon/lib/file_icon.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class FileIcon extends StatelessWidget {
}

return Icon(
IconData(
const IconData(
iconSetMap[key].codePoint,
fontFamily: 'Seti',
fontPackage: 'file_icon',
Expand Down

0 comments on commit f6905dd

Please sign in to comment.