File tree 1 file changed +4
-4
lines changed
site/src/components/Icons
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -61,9 +61,9 @@ export const VSCodeInsidersIcon = (props: SvgIconProps) => (
61
61
width = "224.045"
62
62
height = "226.988"
63
63
filterUnits = "userSpaceOnUse"
64
- color-interpolation-filters = "sRGB"
64
+ colorInterpolationFilters = "sRGB"
65
65
>
66
- < feFlood flood-opacity = "0" result = "BackgroundImageFix" />
66
+ < feFlood floodOpacity = "0" result = "BackgroundImageFix" />
67
67
< feColorMatrix
68
68
in = "SourceAlpha"
69
69
type = "matrix"
@@ -94,9 +94,9 @@ export const VSCodeInsidersIcon = (props: SvgIconProps) => (
94
94
width = "122.618"
95
95
height = "297.191"
96
96
filterUnits = "userSpaceOnUse"
97
- color-interpolation-filters = "sRGB"
97
+ colorInterpolationFilters = "sRGB"
98
98
>
99
- < feFlood flood-opacity = "0" result = "BackgroundImageFix" />
99
+ < feFlood floodOpacity = "0" result = "BackgroundImageFix" />
100
100
< feColorMatrix
101
101
in = "SourceAlpha"
102
102
type = "matrix"
You can’t perform that action at this time.
0 commit comments