From 011d57bbeb1bd31e972be730885d526dfa849e24 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Wed, 7 Apr 2021 22:08:56 +0200 Subject: [PATCH] Add social image to Svg.ts --- Svg.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Svg.ts b/Svg.ts index a66fee7..ca23326 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 = " image/svg+xml 010110010011010110010011  010110010011010110010011  " + public static SocialImageForeground = " image/svg+xml 010110010011010110010011  010110010011010110010011  " 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);}