Load an image from file
static Icon? loadFile(String filePath) { return Icon._loadBytes(File(filePath).readAsBytesSync()); }