diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-02-16 17:15:16 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-02-16 17:15:16 +0200 |
| commit | f73b3b8043e4f9183a5450afdbb99bcde1b63ff1 (patch) | |
| tree | 97a83df9ae9f248388769b00e63ec495d3bd2123 /Software/Visual_Studio/Tango.Touch/Controls | |
| parent | 8a4a7818428d7b203cb28082c720c74831b2165f (diff) | |
| download | Tango-f73b3b8043e4f9183a5450afdbb99bcde1b63ff1.tar.gz Tango-f73b3b8043e4f9183a5450afdbb99bcde1b63ff1.zip | |
Short cycle mode done.
Diffstat (limited to 'Software/Visual_Studio/Tango.Touch/Controls')
| -rw-r--r-- | Software/Visual_Studio/Tango.Touch/Controls/TouchIcon.cs | 2 | ||||
| -rw-r--r-- | Software/Visual_Studio/Tango.Touch/Controls/TouchIconKind.cs | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Touch/Controls/TouchIcon.cs b/Software/Visual_Studio/Tango.Touch/Controls/TouchIcon.cs index de5b8e90e..4d9a8bf75 100644 --- a/Software/Visual_Studio/Tango.Touch/Controls/TouchIcon.cs +++ b/Software/Visual_Studio/Tango.Touch/Controls/TouchIcon.cs @@ -3788,6 +3788,8 @@ namespace Tango.Touch.Controls {TouchIconKind.YoastBrands, "M91.3 76h186l-7 18.9h-179c-39.7 0-71.9 31.6-71.9 70.3v205.4c0 35.4 24.9 70.3 84 70.3V460H91.3C41.2 460 0 419.8 0 370.5V165.2C0 115.9 40.7 76 91.3 76zm229.1-56h66.5C243.1 398.1 241.2 418.9 202.2 459.3c-20.8 21.6-49.3 31.7-78.3 32.7v-51.1c49.2-7.7 64.6-49.9 64.6-75.3 0-20.1.6-12.6-82.1-223.2h61.4L218.2 299 320.4 20zM448 161.5V460H234c6.6-9.6 10.7-16.3 12.1-19.4h182.5V161.5c0-32.5-17.1-51.9-48.2-62.9l6.7-17.6c41.7 13.6 60.9 43.1 60.9 80.5z"}, {TouchIconKind.YoutubeBrands, "M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"}, {TouchIconKind.YoutubeSquareBrands, "M186.8 202.1l95.2 54.1-95.2 54.1V202.1zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-42 176.3s0-59.6-7.6-88.2c-4.2-15.8-16.5-28.2-32.2-32.4C337.9 128 224 128 224 128s-113.9 0-142.2 7.7c-15.7 4.2-28 16.6-32.2 32.4-7.6 28.5-7.6 88.2-7.6 88.2s0 59.6 7.6 88.2c4.2 15.8 16.5 27.7 32.2 31.9C110.1 384 224 384 224 384s113.9 0 142.2-7.7c15.7-4.2 28-16.1 32.2-31.9 7.6-28.5 7.6-88.1 7.6-88.1z"}, + {TouchIconKind.LightningBolt, "M11 15H6L13 1V9H18L11 23V15Z"}, + {TouchIconKind.LightningBoltOutline, "M11 9.47V11H14.76L13 14.53V13H9.24L11 9.47M13 1L6 15H11V23L18 9H13V1Z"}, }; } diff --git a/Software/Visual_Studio/Tango.Touch/Controls/TouchIconKind.cs b/Software/Visual_Studio/Tango.Touch/Controls/TouchIconKind.cs index 550b6f5e5..86baca19a 100644 --- a/Software/Visual_Studio/Tango.Touch/Controls/TouchIconKind.cs +++ b/Software/Visual_Studio/Tango.Touch/Controls/TouchIconKind.cs @@ -3759,5 +3759,7 @@ namespace Tango.Touch.Controls [Description("Yoast (f2b1)")] YoastBrands, [Description("YouTube (f167, film, video, youtube-play, youtube-square)")] YoutubeBrands, [Description("YouTube Square (f431)")] YoutubeSquareBrands, + LightningBolt, + LightningBoltOutline, } } |
