Unverified Commit 53b2f424 authored by Michael Spiss's avatar Michael Spiss Committed by GitHub

Comment out pro-only light icons

parent fe7d9b65
......@@ -29,7 +29,8 @@ class IconDataRegular extends IconData {
);
}
// Pro only
// Uncomment to be able to use (pro) light icons if installed
/*
class IconDataLight extends IconData {
const IconDataLight(int codePoint)
: super(
......@@ -38,3 +39,5 @@ class IconDataLight extends IconData {
fontPackage: 'font_awesome_flutter',
);
}
*/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment