Skip to content

Commit 68bd739

Browse files
jreznotintellij-monorepo-bot
authored andcommitted
[cloudformation] Fix AWS file icon
GitOrigin-RevId: 5c47ec2e16d38c834fa71ea9bd581d7c979311f7
1 parent 0642e36 commit 68bd739

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CloudFormation/src/main/gen/com/intellij/aws/cloudformation/CloudFormationIcons.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ public final class CloudFormationIcons {
1414
return IconManager.getInstance().loadRasterizedIcon(path, CloudFormationIcons.class.getClassLoader(), cacheKey, flags);
1515
}
1616
/** 16x16 */ public static final @NotNull Icon Aws = load("icons/aws.svg", -607101785, 0);
17-
/** 16x16 */ public static final @NotNull Icon AwsFile = load("icons/awsFile.svg", 398845985, 0);
17+
/** 16x16 */ public static final @NotNull Icon AwsFile = load("icons/awsFile.svg", 857372646, 0);
1818
}

CloudFormation/src/main/resources/icons/awsFile.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)