diff --git a/Svg.ts b/Svg.ts
index a66fee747..ca2332621 100644
--- a/Svg.ts
+++ b/Svg.ts
@@ -39,7 +39,7 @@ export default class Svg {
public static Ornament_Horiz_6_svg() { return new FixedUiElement(Svg.Ornament_Horiz_6);}
public static Ornament_Horiz_6_ui() { return new FixedUiElement(Svg.Ornament_Horiz_6_img);}
- public static SocialImageForeground = " "
+ public static SocialImageForeground = " "
public static SocialImageForeground_img = Img.AsImageElement(Svg.SocialImageForeground)
public static SocialImageForeground_svg() { return new FixedUiElement(Svg.SocialImageForeground);}
public static SocialImageForeground_ui() { return new FixedUiElement(Svg.SocialImageForeground_img);}