@acorex/modules 19.4.14 → 19.4.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/assets/images/weather/cloudy-day-1.svg +175 -0
  2. package/assets/images/weather/cloudy-day-2.svg +176 -0
  3. package/assets/images/weather/cloudy-day-3.svg +175 -0
  4. package/assets/images/weather/cloudy-night-1.svg +198 -0
  5. package/assets/images/weather/cloudy-night-2.svg +198 -0
  6. package/assets/images/weather/cloudy-night-3.svg +198 -0
  7. package/assets/images/weather/cloudy.svg +500 -0
  8. package/assets/images/weather/day.svg +521 -0
  9. package/assets/images/weather/night.svg +503 -0
  10. package/assets/images/weather/rainy-1.svg +157 -0
  11. package/assets/images/weather/rainy-2.svg +133 -0
  12. package/assets/images/weather/rainy-3.svg +157 -0
  13. package/assets/images/weather/rainy-4.svg +66 -0
  14. package/assets/images/weather/rainy-5.svg +90 -0
  15. package/assets/images/weather/rainy-6.svg +91 -0
  16. package/assets/images/weather/rainy-7.svg +91 -0
  17. package/assets/images/weather/snowy-1.svg +230 -0
  18. package/assets/images/weather/snowy-2.svg +237 -0
  19. package/assets/images/weather/snowy-3.svg +268 -0
  20. package/assets/images/weather/snowy-4.svg +94 -0
  21. package/assets/images/weather/snowy-5.svg +166 -0
  22. package/assets/images/weather/snowy-6.svg +225 -0
  23. package/assets/images/weather/thunder.svg +268 -0
  24. package/assets/images/weather/weather-sprite.svg +1245 -0
  25. package/assets/images/weather/weather.svg +1245 -0
  26. package/assets/images/weather/weather_sagittarius.svg +9 -0
  27. package/assets/images/weather/weather_sunset.svg +14 -0
  28. package/conversation/lib/features/chat/components/chat-preview/chat-preview.component.d.ts +0 -1
  29. package/conversation/lib/features/index.d.ts +1 -0
  30. package/conversation/lib/features/widget/share/comment/comment-widget-view.component.d.ts +66 -0
  31. package/conversation/lib/features/widget/share/comment/comment-widget.config.d.ts +2 -0
  32. package/conversation/lib/features/widget/share/comment/index.d.ts +2 -0
  33. package/dashboard-management/lib/features/home-dashboard/dashboard-popups/index.d.ts +3 -0
  34. package/dashboard-management/lib/features/home-dashboard/index.d.ts +3 -0
  35. package/dashboard-management/lib/features/home-dashboard/setrting.keys.d.ts +3 -0
  36. package/dashboard-management/lib/features/home-dashboard/widget-wrapper/index.d.ts +1 -0
  37. package/dashboard-management/lib/features/shared/widgets/analog-clock/analog-clock-widget-view.component.d.ts +9 -0
  38. package/dashboard-management/lib/features/shared/widgets/analog-clock/analog-clock-widget.config.d.ts +7 -0
  39. package/dashboard-management/lib/features/shared/widgets/analog-clock/analog-clock.component.d.ts +28 -0
  40. package/dashboard-management/lib/features/shared/widgets/analog-clock/index.d.ts +3 -0
  41. package/dashboard-management/lib/features/shared/widgets/index.d.ts +1 -0
  42. package/dashboard-management/lib/features/shared/widgets/weather/advanced-weather/advanced-weather.component.d.ts +32 -0
  43. package/dashboard-management/lib/features/shared/widgets/weather/advanced-weather/advanced-weather.config.d.ts +14 -0
  44. package/dashboard-management/lib/features/shared/widgets/weather/advanced-weather/index.d.ts +2 -0
  45. package/dashboard-management/lib/features/shared/widgets/weather/index.d.ts +2 -0
  46. package/dashboard-management/lib/features/shared/widgets/weather/minimal-weather/index.d.ts +2 -0
  47. package/dashboard-management/lib/features/shared/widgets/weather/minimal-weather/minimal-weather.component.d.ts +22 -0
  48. package/dashboard-management/lib/features/shared/widgets/weather/minimal-weather/minimal-weather.config.d.ts +14 -0
  49. package/dashboard-management/lib/features/shared/widgets/weather/weather-services/weather-api.abstract.d.ts +19 -0
  50. package/dashboard-management/lib/features/shared/widgets/weather/weather-widget.component.d.ts +5 -5
  51. package/fesm2022/{acorex-modules-application-management-module-designer.component-BJp8imYd.mjs → acorex-modules-application-management-module-designer.component-ZKzHxJ0D.mjs} +2 -2
  52. package/fesm2022/{acorex-modules-application-management-module-designer.component-BJp8imYd.mjs.map → acorex-modules-application-management-module-designer.component-ZKzHxJ0D.mjs.map} +1 -1
  53. package/fesm2022/acorex-modules-application-management.mjs +1 -1
  54. package/fesm2022/acorex-modules-conversation.mjs +476 -15
  55. package/fesm2022/acorex-modules-conversation.mjs.map +1 -1
  56. package/fesm2022/acorex-modules-dashboard-management.mjs +1224 -30
  57. package/fesm2022/acorex-modules-dashboard-management.mjs.map +1 -1
  58. package/fesm2022/acorex-modules-notification-management.mjs +7 -7
  59. package/fesm2022/acorex-modules-notification-management.mjs.map +1 -1
  60. package/fesm2022/{acorex-modules-platform-management-acorex-modules-platform-management-CzMi7CBH.mjs → acorex-modules-platform-management-acorex-modules-platform-management-CGGoHpYi.mjs} +119 -27
  61. package/fesm2022/acorex-modules-platform-management-acorex-modules-platform-management-CGGoHpYi.mjs.map +1 -0
  62. package/fesm2022/{acorex-modules-platform-management-list-version.component-DfbMc2hn.mjs → acorex-modules-platform-management-list-version.component-CGxYFnd9.mjs} +2 -2
  63. package/fesm2022/{acorex-modules-platform-management-list-version.component-DfbMc2hn.mjs.map → acorex-modules-platform-management-list-version.component-CGxYFnd9.mjs.map} +1 -1
  64. package/fesm2022/{acorex-modules-platform-management-settings.provider-B-19OJn0.mjs → acorex-modules-platform-management-settings.provider-CHAI3QHV.mjs} +2 -2
  65. package/fesm2022/{acorex-modules-platform-management-settings.provider-B-19OJn0.mjs.map → acorex-modules-platform-management-settings.provider-CHAI3QHV.mjs.map} +1 -1
  66. package/fesm2022/acorex-modules-platform-management.mjs +1 -1
  67. package/fesm2022/acorex-modules-project-management.mjs +95 -21
  68. package/fesm2022/acorex-modules-project-management.mjs.map +1 -1
  69. package/fesm2022/{acorex-modules-security-management-permissions-editor.component-Ccx0_9L_.mjs → acorex-modules-security-management-permissions-editor.component-B2OIvMs7.mjs} +2 -2
  70. package/fesm2022/{acorex-modules-security-management-permissions-editor.component-Ccx0_9L_.mjs.map → acorex-modules-security-management-permissions-editor.component-B2OIvMs7.mjs.map} +1 -1
  71. package/fesm2022/acorex-modules-security-management.mjs +1 -1
  72. package/package.json +1 -1
  73. package/platform-management/lib/features/common/regional/data-source.provider.d.ts +1 -0
  74. package/fesm2022/acorex-modules-platform-management-acorex-modules-platform-management-CzMi7CBH.mjs.map +0 -1
@@ -0,0 +1,1245 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- (c) ammap.com | SVG weather icons -->
3
+ <svg
4
+ version="1.1"
5
+ xmlns="http://www.w3.org/2000/svg"
6
+ xmlns:xlink="http://www.w3.org/1999/xlink"
7
+ width="64"
8
+ height="64"
9
+ viewbox="0 0 64 64">
10
+ <defs>
11
+ <style type="text/css"><![CDATA[
12
+ /*
13
+ ** CLOUDS
14
+ */
15
+ @keyframes am-weather-cloud-1 {
16
+ 0% {
17
+ -webkit-transform: translate(-5px,0px);
18
+ -moz-transform: translate(-5px,0px);
19
+ -ms-transform: translate(-5px,0px);
20
+ transform: translate(-5px,0px);
21
+ }
22
+
23
+ 50% {
24
+ -webkit-transform: translate(10px,0px);
25
+ -moz-transform: translate(10px,0px);
26
+ -ms-transform: translate(10px,0px);
27
+ transform: translate(10px,0px);
28
+ }
29
+
30
+ 100% {
31
+ -webkit-transform: translate(-5px,0px);
32
+ -moz-transform: translate(-5px,0px);
33
+ -ms-transform: translate(-5px,0px);
34
+ transform: translate(-5px,0px);
35
+ }
36
+ }
37
+
38
+ .am-weather-cloud-1 {
39
+ -webkit-animation-name: am-weather-cloud-1;
40
+ -moz-animation-name: am-weather-cloud-1;
41
+ animation-name: am-weather-cloud-1;
42
+ -webkit-animation-duration: 7s;
43
+ -moz-animation-duration: 7s;
44
+ animation-duration: 7s;
45
+ -webkit-animation-timing-function: linear;
46
+ -moz-animation-timing-function: linear;
47
+ animation-timing-function: linear;
48
+ -webkit-animation-iteration-count: infinite;
49
+ -moz-animation-iteration-count: infinite;
50
+ animation-iteration-count: infinite;
51
+ }
52
+
53
+ @keyframes am-weather-cloud-2 {
54
+ 0% {
55
+ -webkit-transform: translate(0px,0px);
56
+ -moz-transform: translate(0px,0px);
57
+ -ms-transform: translate(0px,0px);
58
+ transform: translate(0px,0px);
59
+ }
60
+
61
+ 50% {
62
+ -webkit-transform: translate(2px,0px);
63
+ -moz-transform: translate(2px,0px);
64
+ -ms-transform: translate(2px,0px);
65
+ transform: translate(2px,0px);
66
+ }
67
+
68
+ 100% {
69
+ -webkit-transform: translate(0px,0px);
70
+ -moz-transform: translate(0px,0px);
71
+ -ms-transform: translate(0px,0px);
72
+ transform: translate(0px,0px);
73
+ }
74
+ }
75
+
76
+ .am-weather-cloud-2 {
77
+ -webkit-animation-name: am-weather-cloud-2;
78
+ -moz-animation-name: am-weather-cloud-2;
79
+ animation-name: am-weather-cloud-2;
80
+ -webkit-animation-duration: 3s;
81
+ -moz-animation-duration: 3s;
82
+ animation-duration: 3s;
83
+ -webkit-animation-timing-function: linear;
84
+ -moz-animation-timing-function: linear;
85
+ animation-timing-function: linear;
86
+ -webkit-animation-iteration-count: infinite;
87
+ -moz-animation-iteration-count: infinite;
88
+ animation-iteration-count: infinite;
89
+ }
90
+
91
+ /*
92
+ ** STROKE
93
+ */
94
+ @keyframes am-weather-stroke {
95
+ 0% {
96
+ -webkit-transform: translate(0.0px,0.0px);
97
+ -moz-transform: translate(0.0px,0.0px);
98
+ -ms-transform: translate(0.0px,0.0px);
99
+ transform: translate(0.0px,0.0px);
100
+ }
101
+
102
+ 2% {
103
+ -webkit-transform: translate(0.3px,0.0px);
104
+ -moz-transform: translate(0.3px,0.0px);
105
+ -ms-transform: translate(0.3px,0.0px);
106
+ transform: translate(0.3px,0.0px);
107
+ }
108
+
109
+ 4% {
110
+ -webkit-transform: translate(0.0px,0.0px);
111
+ -moz-transform: translate(0.0px,0.0px);
112
+ -ms-transform: translate(0.0px,0.0px);
113
+ transform: translate(0.0px,0.0px);
114
+ }
115
+
116
+ 6% {
117
+ -webkit-transform: translate(0.5px,0.4px);
118
+ -moz-transform: translate(0.5px,0.4px);
119
+ -ms-transform: translate(0.5px,0.4px);
120
+ transform: translate(0.5px,0.4px);
121
+ }
122
+
123
+ 8% {
124
+ -webkit-transform: translate(0.0px,0.0px);
125
+ -moz-transform: translate(0.0px,0.0px);
126
+ -ms-transform: translate(0.0px,0.0px);
127
+ transform: translate(0.0px,0.0px);
128
+ }
129
+
130
+ 10% {
131
+ -webkit-transform: translate(0.3px,0.0px);
132
+ -moz-transform: translate(0.3px,0.0px);
133
+ -ms-transform: translate(0.3px,0.0px);
134
+ transform: translate(0.3px,0.0px);
135
+ }
136
+
137
+ 12% {
138
+ -webkit-transform: translate(0.0px,0.0px);
139
+ -moz-transform: translate(0.0px,0.0px);
140
+ -ms-transform: translate(0.0px,0.0px);
141
+ transform: translate(0.0px,0.0px);
142
+ }
143
+
144
+ 14% {
145
+ -webkit-transform: translate(0.3px,0.0px);
146
+ -moz-transform: translate(0.3px,0.0px);
147
+ -ms-transform: translate(0.3px,0.0px);
148
+ transform: translate(0.3px,0.0px);
149
+ }
150
+
151
+ 16% {
152
+ -webkit-transform: translate(0.0px,0.0px);
153
+ -moz-transform: translate(0.0px,0.0px);
154
+ -ms-transform: translate(0.0px,0.0px);
155
+ transform: translate(0.0px,0.0px);
156
+ }
157
+
158
+ 18% {
159
+ -webkit-transform: translate(0.3px,0.0px);
160
+ -moz-transform: translate(0.3px,0.0px);
161
+ -ms-transform: translate(0.3px,0.0px);
162
+ transform: translate(0.3px,0.0px);
163
+ }
164
+
165
+ 20% {
166
+ -webkit-transform: translate(0.0px,0.0px);
167
+ -moz-transform: translate(0.0px,0.0px);
168
+ -ms-transform: translate(0.0px,0.0px);
169
+ transform: translate(0.0px,0.0px);
170
+ }
171
+
172
+ 22% {
173
+ -webkit-transform: translate(1px,0.0px);
174
+ -moz-transform: translate(1px,0.0px);
175
+ -ms-transform: translate(1px,0.0px);
176
+ transform: translate(1px,0.0px);
177
+ }
178
+
179
+ 24% {
180
+ -webkit-transform: translate(0.0px,0.0px);
181
+ -moz-transform: translate(0.0px,0.0px);
182
+ -ms-transform: translate(0.0px,0.0px);
183
+ transform: translate(0.0px,0.0px);
184
+ }
185
+
186
+ 26% {
187
+ -webkit-transform: translate(-1px,0.0px);
188
+ -moz-transform: translate(-1px,0.0px);
189
+ -ms-transform: translate(-1px,0.0px);
190
+ transform: translate(-1px,0.0px);
191
+
192
+ }
193
+
194
+ 28% {
195
+ -webkit-transform: translate(0.0px,0.0px);
196
+ -moz-transform: translate(0.0px,0.0px);
197
+ -ms-transform: translate(0.0px,0.0px);
198
+ transform: translate(0.0px,0.0px);
199
+ }
200
+
201
+ 40% {
202
+ fill: orange;
203
+ -webkit-transform: translate(0.0px,0.0px);
204
+ -moz-transform: translate(0.0px,0.0px);
205
+ -ms-transform: translate(0.0px,0.0px);
206
+ transform: translate(0.0px,0.0px);
207
+ }
208
+
209
+ 65% {
210
+ fill: white;
211
+ -webkit-transform: translate(-1px,5.0px);
212
+ -moz-transform: translate(-1px,5.0px);
213
+ -ms-transform: translate(-1px,5.0px);
214
+ transform: translate(-1px,5.0px);
215
+ }
216
+ 61% {
217
+ fill: orange;
218
+ }
219
+
220
+ 100% {
221
+ -webkit-transform: translate(0.0px,0.0px);
222
+ -moz-transform: translate(0.0px,0.0px);
223
+ -ms-transform: translate(0.0px,0.0px);
224
+ transform: translate(0.0px,0.0px);
225
+ }
226
+ }
227
+
228
+ .am-weather-stroke {
229
+ -webkit-animation-name: am-weather-stroke;
230
+ -moz-animation-name: am-weather-stroke;
231
+ animation-name: am-weather-stroke;
232
+ -webkit-animation-duration: 1.11s;
233
+ -moz-animation-duration: 1.11s;
234
+ animation-duration: 1.11s;
235
+ -webkit-animation-timing-function: linear;
236
+ -moz-animation-timing-function: linear;
237
+ animation-timing-function: linear;
238
+ -webkit-animation-iteration-count: infinite;
239
+ -moz-animation-iteration-count: infinite;
240
+ animation-iteration-count: infinite;
241
+ }
242
+
243
+
244
+
245
+ /*
246
+ ** SUN
247
+ */
248
+ @keyframes am-weather-sun {
249
+ 0% {
250
+ -webkit-transform: rotate(0deg);
251
+ -moz-transform: rotate(0deg);
252
+ -ms-transform: rotate(0deg);
253
+ transform: rotate(0deg);
254
+ }
255
+
256
+ 100% {
257
+ -webkit-transform: rotate(360deg);
258
+ -moz-transform: rotate(360deg);
259
+ -ms-transform: rotate(360deg);
260
+ transform: rotate(360deg);
261
+ }
262
+ }
263
+
264
+ .am-weather-sun {
265
+ -webkit-animation-name: am-weather-sun;
266
+ -moz-animation-name: am-weather-sun;
267
+ -ms-animation-name: am-weather-sun;
268
+ animation-name: am-weather-sun;
269
+ -webkit-animation-duration: 9s;
270
+ -moz-animation-duration: 9s;
271
+ -ms-animation-duration: 9s;
272
+ animation-duration: 9s;
273
+ -webkit-animation-timing-function: linear;
274
+ -moz-animation-timing-function: linear;
275
+ -ms-animation-timing-function: linear;
276
+ animation-timing-function: linear;
277
+ -webkit-animation-iteration-count: infinite;
278
+ -moz-animation-iteration-count: infinite;
279
+ -ms-animation-iteration-count: infinite;
280
+ animation-iteration-count: infinite;
281
+ }
282
+
283
+ @keyframes am-weather-sun-shiny {
284
+ 0% {
285
+ stroke-dasharray: 3px 10px;
286
+ stroke-dashoffset: 0px;
287
+ }
288
+
289
+ 50% {
290
+ stroke-dasharray: 0.1px 10px;
291
+ stroke-dashoffset: -1px;
292
+ }
293
+
294
+ 100% {
295
+ stroke-dasharray: 3px 10px;
296
+ stroke-dashoffset: 0px;
297
+ }
298
+ }
299
+
300
+ .am-weather-sun-shiny line {
301
+ -webkit-animation-name: am-weather-sun-shiny;
302
+ -moz-animation-name: am-weather-sun-shiny;
303
+ -ms-animation-name: am-weather-sun-shiny;
304
+ animation-name: am-weather-sun-shiny;
305
+ -webkit-animation-duration: 2s;
306
+ -moz-animation-duration: 2s;
307
+ -ms-animation-duration: 2s;
308
+ animation-duration: 2s;
309
+ -webkit-animation-timing-function: linear;
310
+ -moz-animation-timing-function: linear;
311
+ -ms-animation-timing-function: linear;
312
+ animation-timing-function: linear;
313
+ -webkit-animation-iteration-count: infinite;
314
+ -moz-animation-iteration-count: infinite;
315
+ -ms-animation-iteration-count: infinite;
316
+ animation-iteration-count: infinite;
317
+ }
318
+
319
+
320
+
321
+
322
+ /*
323
+ ** MOON
324
+ */
325
+ @keyframes am-weather-moon {
326
+ 0% {
327
+ -webkit-transform: rotate(0deg);
328
+ -moz-transform: rotate(0deg);
329
+ -ms-transform: rotate(0deg);
330
+ transform: rotate(0deg);
331
+ }
332
+
333
+ 50% {
334
+ -webkit-transform: rotate(15deg);
335
+ -moz-transform: rotate(15deg);
336
+ -ms-transform: rotate(15deg);
337
+ transform: rotate(15deg);
338
+ }
339
+
340
+ 100% {
341
+ -webkit-transform: rotate(0deg);
342
+ -moz-transform: rotate(0deg);
343
+ -ms-transform: rotate(0deg);
344
+ transform: rotate(0deg);
345
+ }
346
+ }
347
+
348
+ .am-weather-moon {
349
+ -webkit-animation-name: am-weather-moon;
350
+ -moz-animation-name: am-weather-moon;
351
+ -ms-animation-name: am-weather-moon;
352
+ animation-name: am-weather-moon;
353
+ -webkit-animation-duration: 6s;
354
+ -moz-animation-duration: 6s;
355
+ -ms-animation-duration: 6s;
356
+ animation-duration: 6s;
357
+ -webkit-animation-timing-function: linear;
358
+ -moz-animation-timing-function: linear;
359
+ -ms-animation-timing-function: linear;
360
+ animation-timing-function: linear;
361
+ -webkit-animation-iteration-count: infinite;
362
+ -moz-animation-iteration-count: infinite;
363
+ -ms-animation-iteration-count: infinite;
364
+ animation-iteration-count: infinite;
365
+ -webkit-transform-origin: 12.5px 15.15px 0; /* TODO FF CENTER ISSUE */
366
+ -moz-transform-origin: 12.5px 15.15px 0; /* TODO FF CENTER ISSUE */
367
+ -ms-transform-origin: 12.5px 15.15px 0; /* TODO FF CENTER ISSUE */
368
+ transform-origin: 12.5px 15.15px 0; /* TODO FF CENTER ISSUE */
369
+ }
370
+
371
+ @keyframes am-weather-moon-star-1 {
372
+ 0% {
373
+ opacity: 0;
374
+ }
375
+
376
+ 100% {
377
+ opacity: 1;
378
+ }
379
+ }
380
+
381
+ .am-weather-moon-star-1 {
382
+ -webkit-animation-name: am-weather-moon-star-1;
383
+ -moz-animation-name: am-weather-moon-star-1;
384
+ -ms-animation-name: am-weather-moon-star-1;
385
+ animation-name: am-weather-moon-star-1;
386
+ -webkit-animation-delay: 3s;
387
+ -moz-animation-delay: 3s;
388
+ -ms-animation-delay: 3s;
389
+ animation-delay: 3s;
390
+ -webkit-animation-duration: 5s;
391
+ -moz-animation-duration: 5s;
392
+ -ms-animation-duration: 5s;
393
+ animation-duration: 5s;
394
+ -webkit-animation-timing-function: linear;
395
+ -moz-animation-timing-function: linear;
396
+ -ms-animation-timing-function: linear;
397
+ animation-timing-function: linear;
398
+ -webkit-animation-iteration-count: 1;
399
+ -moz-animation-iteration-count: 1;
400
+ -ms-animation-iteration-count: 1;
401
+ animation-iteration-count: 1;
402
+ }
403
+
404
+ @keyframes am-weather-moon-star-2 {
405
+ 0% {
406
+ opacity: 0;
407
+ }
408
+
409
+ 100% {
410
+ opacity: 1;
411
+ }
412
+ }
413
+
414
+ .am-weather-moon-star-2 {
415
+ -webkit-animation-name: am-weather-moon-star-2;
416
+ -moz-animation-name: am-weather-moon-star-2;
417
+ -ms-animation-name: am-weather-moon-star-2;
418
+ animation-name: am-weather-moon-star-2;
419
+ -webkit-animation-delay: 5s;
420
+ -moz-animation-delay: 5s;
421
+ -ms-animation-delay: 5s;
422
+ animation-delay: 5s;
423
+ -webkit-animation-duration: 4s;
424
+ -moz-animation-duration: 4s;
425
+ -ms-animation-duration: 4s;
426
+ animation-duration: 4s;
427
+ -webkit-animation-timing-function: linear;
428
+ -moz-animation-timing-function: linear;
429
+ -ms-animation-timing-function: linear;
430
+ animation-timing-function: linear;
431
+ -webkit-animation-iteration-count: 1;
432
+ -moz-animation-iteration-count: 1;
433
+ -ms-animation-iteration-count: 1;
434
+ animation-iteration-count: 1;
435
+ }
436
+
437
+ /*
438
+ ** RAIN
439
+ */
440
+ @keyframes am-weather-rain {
441
+ 0% {
442
+ stroke-dashoffset: 0;
443
+ }
444
+
445
+ 100% {
446
+ stroke-dashoffset: -100;
447
+ }
448
+ }
449
+
450
+ .am-weather-rain-1 {
451
+ -webkit-animation-name: am-weather-rain;
452
+ -moz-animation-name: am-weather-rain;
453
+ -ms-animation-name: am-weather-rain;
454
+ animation-name: am-weather-rain;
455
+ -webkit-animation-duration: 8s;
456
+ -moz-animation-duration: 8s;
457
+ -ms-animation-duration: 8s;
458
+ animation-duration: 8s;
459
+ -webkit-animation-timing-function: linear;
460
+ -moz-animation-timing-function: linear;
461
+ -ms-animation-timing-function: linear;
462
+ animation-timing-function: linear;
463
+ -webkit-animation-iteration-count: infinite;
464
+ -moz-animation-iteration-count: infinite;
465
+ -ms-animation-iteration-count: infinite;
466
+ animation-iteration-count: infinite;
467
+ }
468
+
469
+ .am-weather-rain-2 {
470
+ -webkit-animation-name: am-weather-rain;
471
+ -moz-animation-name: am-weather-rain;
472
+ -ms-animation-name: am-weather-rain;
473
+ animation-name: am-weather-rain;
474
+ -webkit-animation-delay: 0.25s;
475
+ -moz-animation-delay: 0.25s;
476
+ -ms-animation-delay: 0.25s;
477
+ animation-delay: 0.25s;
478
+ -webkit-animation-duration: 8s;
479
+ -moz-animation-duration: 8s;
480
+ -ms-animation-duration: 8s;
481
+ animation-duration: 8s;
482
+ -webkit-animation-timing-function: linear;
483
+ -moz-animation-timing-function: linear;
484
+ -ms-animation-timing-function: linear;
485
+ animation-timing-function: linear;
486
+ -webkit-animation-iteration-count: infinite;
487
+ -moz-animation-iteration-count: infinite;
488
+ -ms-animation-iteration-count: infinite;
489
+ animation-iteration-count: infinite;
490
+ }
491
+
492
+
493
+ /*
494
+ ** SNOW
495
+ */
496
+ @keyframes am-weather-snow {
497
+ 0% {
498
+ -webkit-transform: translateX(0) translateY(0);
499
+ -moz-transform: translateX(0) translateY(0);
500
+ -ms-transform: translateX(0) translateY(0);
501
+ transform: translateX(0) translateY(0);
502
+ }
503
+
504
+ 33.33% {
505
+ -webkit-transform: translateX(-1.2px) translateY(2px);
506
+ -moz-transform: translateX(-1.2px) translateY(2px);
507
+ -ms-transform: translateX(-1.2px) translateY(2px);
508
+ transform: translateX(-1.2px) translateY(2px);
509
+ }
510
+
511
+ 66.66% {
512
+ -webkit-transform: translateX(1.4px) translateY(4px);
513
+ -moz-transform: translateX(1.4px) translateY(4px);
514
+ -ms-transform: translateX(1.4px) translateY(4px);
515
+ transform: translateX(1.4px) translateY(4px);
516
+ opacity: 1;
517
+ }
518
+
519
+ 100% {
520
+ -webkit-transform: translateX(-1.6px) translateY(6px);
521
+ -moz-transform: translateX(-1.6px) translateY(6px);
522
+ -ms-transform: translateX(-1.6px) translateY(6px);
523
+ transform: translateX(-1.6px) translateY(6px);
524
+ opacity: 0;
525
+ }
526
+ }
527
+
528
+ @keyframes am-weather-snow-reverse {
529
+ 0% {
530
+ -webkit-transform: translateX(0) translateY(0);
531
+ -moz-transform: translateX(0) translateY(0);
532
+ -ms-transform: translateX(0) translateY(0);
533
+ transform: translateX(0) translateY(0);
534
+ }
535
+
536
+ 33.33% {
537
+ -webkit-transform: translateX(1.2px) translateY(2px);
538
+ -moz-transform: translateX(1.2px) translateY(2px);
539
+ -ms-transform: translateX(1.2px) translateY(2px);
540
+ transform: translateX(1.2px) translateY(2px);
541
+ }
542
+
543
+ 66.66% {
544
+ -webkit-transform: translateX(-1.4px) translateY(4px);
545
+ -moz-transform: translateX(-1.4px) translateY(4px);
546
+ -ms-transform: translateX(-1.4px) translateY(4px);
547
+ transform: translateX(-1.4px) translateY(4px);
548
+ opacity: 1;
549
+ }
550
+
551
+ 100% {
552
+ -webkit-transform: translateX(1.6px) translateY(6px);
553
+ -moz-transform: translateX(1.6px) translateY(6px);
554
+ -ms-transform: translateX(1.6px) translateY(6px);
555
+ transform: translateX(1.6px) translateY(6px);
556
+ opacity: 0;
557
+ }
558
+ }
559
+
560
+ .am-weather-snow-1 {
561
+ -webkit-animation-name: am-weather-snow;
562
+ -moz-animation-name: am-weather-snow;
563
+ -ms-animation-name: am-weather-snow;
564
+ animation-name: am-weather-snow;
565
+ -webkit-animation-duration: 2s;
566
+ -moz-animation-duration: 2s;
567
+ -ms-animation-duration: 2s;
568
+ animation-duration: 2s;
569
+ -webkit-animation-timing-function: linear;
570
+ -moz-animation-timing-function: linear;
571
+ -ms-animation-timing-function: linear;
572
+ animation-timing-function: linear;
573
+ -webkit-animation-iteration-count: infinite;
574
+ -moz-animation-iteration-count: infinite;
575
+ -ms-animation-iteration-count: infinite;
576
+ animation-iteration-count: infinite;
577
+ }
578
+
579
+ .am-weather-snow-2 {
580
+ -webkit-animation-name: am-weather-snow;
581
+ -moz-animation-name: am-weather-snow;
582
+ -ms-animation-name: am-weather-snow;
583
+ animation-name: am-weather-snow;
584
+ -webkit-animation-delay: 1.2s;
585
+ -moz-animation-delay: 1.2s;
586
+ -ms-animation-delay: 1.2s;
587
+ animation-delay: 1.2s;
588
+ -webkit-animation-duration: 2s;
589
+ -moz-animation-duration: 2s;
590
+ -ms-animation-duration: 2s;
591
+ animation-duration: 2s;
592
+ -webkit-animation-timing-function: linear;
593
+ -moz-animation-timing-function: linear;
594
+ -ms-animation-timing-function: linear;
595
+ animation-timing-function: linear;
596
+ -webkit-animation-iteration-count: infinite;
597
+ -moz-animation-iteration-count: infinite;
598
+ -ms-animation-iteration-count: infinite;
599
+ animation-iteration-count: infinite;
600
+ }
601
+
602
+ .am-weather-snow-3 {
603
+ -webkit-animation-name: am-weather-snow-reverse;
604
+ -moz-animation-name: am-weather-snow-reverse;
605
+ -ms-animation-name: am-weather-snow-reverse;
606
+ animation-name: am-weather-snow-reverse;
607
+ -webkit-animation-duration: 2s;
608
+ -moz-animation-duration: 2s;
609
+ -ms-animation-duration: 2s;
610
+ animation-duration: 2s;
611
+ -webkit-animation-timing-function: linear;
612
+ -moz-animation-timing-function: linear;
613
+ -ms-animation-timing-function: linear;
614
+ animation-timing-function: linear;
615
+ -webkit-animation-iteration-count: infinite;
616
+ -moz-animation-iteration-count: infinite;
617
+ -ms-animation-iteration-count: infinite;
618
+ animation-iteration-count: infinite;
619
+ }
620
+
621
+ /*
622
+ ** EASING
623
+ */
624
+ .am-weather-easing-ease-in-out {
625
+ -webkit-animation-timing-function: ease-in-out;
626
+ -moz-animation-timing-function: ease-in-out;
627
+ -ms-animation-timing-function: ease-in-out;
628
+ animation-timing-function: ease-in-out;
629
+ }
630
+
631
+ ]]></style>
632
+ </defs>
633
+ <g id="thunder">
634
+ <g transform="translate(20,10)">
635
+ <g class="am-weather-cloud-1">
636
+ <path d="M47.7,35.4 c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#91C0F8" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-10,-6), scale(0.6)" />
637
+ </g>
638
+ <g>
639
+ <path d="M47.7,35.4 c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#57A0EE" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-20,-11)" />
640
+ </g>
641
+ <g transform="translate(-9,28), scale(1.2)">
642
+ <polygon class="am-weather-stroke" fill="orange" stroke="white" stroke-width="1" points="14.3,-2.9 20.5,-2.9 16.4,4.3 20.3,4.3 11.5,14.6 14.9,6.9 11.1,6.9" />
643
+ </g>
644
+ </g>
645
+ </g>
646
+ <g id="day">
647
+ <g transform="translate(32,32)">
648
+ <g class="am-weather-sun am-weather-sun-shiny am-weather-easing-ease-in-out">
649
+ <g>
650
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3" />
651
+ </g>
652
+ <g transform="rotate(45)">
653
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3" />
654
+ </g>
655
+ <g transform="rotate(90)">
656
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3" />
657
+ </g>
658
+ <g transform="rotate(135)">
659
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3" />
660
+ </g>
661
+ <g transform="rotate(180)">
662
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3" />
663
+ </g>
664
+ <g transform="rotate(225)">
665
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3" />
666
+ </g>
667
+ <g transform="rotate(270)">
668
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3" />
669
+ </g>
670
+ <g transform="rotate(315)">
671
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3" />
672
+ </g>
673
+ </g>
674
+ <circle cx="0" cy="0" fill="orange" r="5" stroke="orange" stroke-width="2"/>
675
+ </g>
676
+ </g>
677
+ <g id="night">
678
+ <g transform="translate(20,20)">
679
+ <g class="am-weather-moon-star-1">
680
+ <polygon fill="orange" points="3.3,1.5 4,2.7 5.2,3.3 4,4 3.3,5.2 2.7,4 1.5,3.3 2.7,2.7" stroke="none" stroke-miterlimit="10"/>
681
+ </g>
682
+ <g class="am-weather-moon-star-2">
683
+ <polygon fill="orange" points="3.3,1.5 4,2.7 5.2,3.3 4,4 3.3,5.2 2.7,4 1.5,3.3 2.7,2.7" stroke="none" stroke-miterlimit="10" transform="translate(20,10)"/>
684
+ </g>
685
+ <g class="am-weather-moon">
686
+ <path d="M14.5,13.2c0-3.7,2-6.9,5-8.7 c-1.5-0.9-3.2-1.3-5-1.3c-5.5,0-10,4.5-10,10s4.5,10,10,10c1.8,0,3.5-0.5,5-1.3C16.5,20.2,14.5,16.9,14.5,13.2z" fill="orange" stroke="orange" stroke-linejoin="round" stroke-width="2"/>
687
+ </g>
688
+ </g>
689
+ </g>
690
+ <g id="cloudy-day-1">
691
+ <g transform="translate(20,10)">
692
+ <g transform="translate(0,16)">
693
+ <g class="am-weather-sun">
694
+ <g>
695
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
696
+ </g>
697
+ <g transform="rotate(45)">
698
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
699
+ </g>
700
+ <g transform="rotate(90)">
701
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
702
+ </g>
703
+ <g transform="rotate(135)">
704
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
705
+ </g>
706
+ <g transform="rotate(180)">
707
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
708
+ </g>
709
+ <g transform="rotate(225)">
710
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
711
+ </g>
712
+ <g transform="rotate(270)">
713
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
714
+ </g>
715
+ <g transform="rotate(315)">
716
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
717
+ </g>
718
+ </g>
719
+ <circle cx="0" cy="0" fill="orange" r="5" stroke="orange" stroke-width="2"/>
720
+ </g>
721
+ <g class="am-weather-cloud-2">
722
+ <path d="M47.7,35.4c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#C6DEFF" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-20,-11)"/>
723
+ </g>
724
+ </g>
725
+ </g>
726
+ <g id="cloudy-night-1">
727
+ <g transform="translate(20,10)">
728
+ <g transform="translate(16,4), scale(0.8)">
729
+ <g class="am-weather-moon-star-1">
730
+ <polygon fill="orange" points="3.3,1.5 4,2.7 5.2,3.3 4,4 3.3,5.2 2.7,4 1.5,3.3 2.7,2.7" stroke="none" stroke-miterlimit="10"/>
731
+ </g>
732
+ <g class="am-weather-moon-star-2">
733
+ <polygon fill="orange" points="3.3,1.5 4,2.7 5.2,3.3 4,4 3.3,5.2 2.7,4 1.5,3.3 2.7,2.7" stroke="none" stroke-miterlimit="10" transform="translate(20,10)"/>
734
+ </g>
735
+ <g class="am-weather-moon">
736
+ <path d="M14.5,13.2c0-3.7,2-6.9,5-8.7 c-1.5-0.9-3.2-1.3-5-1.3c-5.5,0-10,4.5-10,10s4.5,10,10,10c1.8,0,3.5-0.5,5-1.3C16.5,20.2,14.5,16.9,14.5,13.2z" fill="orange" stroke="orange" stroke-linejoin="round" stroke-width="2"/>
737
+ </g>
738
+ </g>
739
+ <g class="am-weather-cloud-2">
740
+ <path d="M47.7,35.4 c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#C6DEFF" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-20,-11)"/>
741
+ </g>
742
+ </g>
743
+ </g>
744
+ <g id="cloudy-day-2">
745
+ <g transform="translate(20,10)">
746
+ <g transform="translate(0,16)">
747
+ <g class="am-weather-sun">
748
+ <g>
749
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
750
+ </g>
751
+ <g transform="rotate(45)">
752
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
753
+ </g>
754
+ <g transform="rotate(90)">
755
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
756
+ </g>
757
+ <g transform="rotate(135)">
758
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
759
+ </g>
760
+ <g transform="rotate(180)">
761
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
762
+ </g>
763
+ <g transform="rotate(225)">
764
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
765
+ </g>
766
+ <g transform="rotate(270)">
767
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
768
+ </g>
769
+ <g transform="rotate(315)">
770
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
771
+ </g>
772
+ </g>
773
+ <circle cx="0" cy="0" fill="orange" r="5" stroke="orange" stroke-width="2"/>
774
+ </g>
775
+ <g class="am-weather-cloud-2">
776
+ <path d="M47.7,35.4c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#91C0F8" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-20,-11)"/>
777
+ </g>
778
+ </g>
779
+ </g>
780
+ <g id="cloudy-night-2">
781
+ <g transform="translate(20,10)">
782
+ <g transform="translate(16,4), scale(0.8)">
783
+ <g class="am-weather-moon-star-1">
784
+ <polygon fill="orange" points="3.3,1.5 4,2.7 5.2,3.3 4,4 3.3,5.2 2.7,4 1.5,3.3 2.7,2.7" stroke="none" stroke-miterlimit="10"/>
785
+ </g>
786
+ <g class="am-weather-moon-star-2">
787
+ <polygon fill="orange" points="3.3,1.5 4,2.7 5.2,3.3 4,4 3.3,5.2 2.7,4 1.5,3.3 2.7,2.7" stroke="none" stroke-miterlimit="10" transform="translate(20,10)"/>
788
+ </g>
789
+ <g class="am-weather-moon">
790
+ <path d="M14.5,13.2c0-3.7,2-6.9,5-8.7 c-1.5-0.9-3.2-1.3-5-1.3c-5.5,0-10,4.5-10,10s4.5,10,10,10c1.8,0,3.5-0.5,5-1.3C16.5,20.2,14.5,16.9,14.5,13.2z" fill="orange" stroke="orange" stroke-linejoin="round" stroke-width="2"/>
791
+ </g>
792
+ </g>
793
+ <g class="am-weather-cloud-2">
794
+ <path d="M47.7,35.4 c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#91C0F8" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-20,-11)"/>
795
+ </g>
796
+ </g>
797
+ </g>
798
+ <g id="cloudy-day-3">
799
+ <g transform="translate(20,10)">
800
+ <g transform="translate(0,16)">
801
+ <g class="am-weather-sun">
802
+ <g>
803
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
804
+ </g>
805
+ <g transform="rotate(45)">
806
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
807
+ </g>
808
+ <g transform="rotate(90)">
809
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
810
+ </g>
811
+ <g transform="rotate(135)">
812
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
813
+ </g>
814
+ <g transform="rotate(180)">
815
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
816
+ </g>
817
+ <g transform="rotate(225)">
818
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
819
+ </g>
820
+ <g transform="rotate(270)">
821
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
822
+ </g>
823
+ <g transform="rotate(315)">
824
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
825
+ </g>
826
+ </g>
827
+ <circle cx="0" cy="0" fill="orange" r="5" stroke="orange" stroke-width="2"/>
828
+ </g>
829
+ <g class="am-weather-cloud-2">
830
+ <path d="M47.7,35.4c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#57A0EE" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-20,-11)"/>
831
+ </g>
832
+ </g>
833
+ </g>
834
+ <g id="cloudy-night-3">
835
+ <g transform="translate(20,10)">
836
+ <g transform="translate(16,4), scale(0.8)">
837
+ <g class="am-weather-moon-star-1">
838
+ <polygon fill="orange" points="3.3,1.5 4,2.7 5.2,3.3 4,4 3.3,5.2 2.7,4 1.5,3.3 2.7,2.7" stroke="none" stroke-miterlimit="10"/>
839
+ </g>
840
+ <g class="am-weather-moon-star-2">
841
+ <polygon fill="orange" points="3.3,1.5 4,2.7 5.2,3.3 4,4 3.3,5.2 2.7,4 1.5,3.3 2.7,2.7" stroke="none" stroke-miterlimit="10" transform="translate(20,10)"/>
842
+ </g>
843
+ <g class="am-weather-moon">
844
+ <path d="M14.5,13.2c0-3.7,2-6.9,5-8.7 c-1.5-0.9-3.2-1.3-5-1.3c-5.5,0-10,4.5-10,10s4.5,10,10,10c1.8,0,3.5-0.5,5-1.3C16.5,20.2,14.5,16.9,14.5,13.2z" fill="orange" stroke="orange" stroke-linejoin="round" stroke-width="2"/>
845
+ </g>
846
+ </g>
847
+ <g class="am-weather-cloud-2">
848
+ <path d="M47.7,35.4 c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#57A0EE" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-20,-11)"/>
849
+ </g>
850
+ </g>
851
+ </g>
852
+ <g id="cloudy">
853
+ <g transform="translate(20,10)">
854
+ <g class="am-weather-cloud-1">
855
+ <path d="M47.7,35.4 c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#91C0F8" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-10,-8), scale(0.6)"/>
856
+ </g>
857
+ <g class="am-weather-cloud-2">
858
+ <path d="M47.7,35.4 c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#57A0EE" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-20,-11)"/>
859
+ </g>
860
+ </g>
861
+ </g>
862
+ <g id="rainy-1">
863
+ <g transform="translate(20,10)">
864
+ <g transform="translate(0,16), scale(1.2)">
865
+ <g class="am-weather-sun">
866
+ <g>
867
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
868
+ </g>
869
+ <g transform="rotate(45)">
870
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
871
+ </g>
872
+ <g transform="rotate(90)">
873
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
874
+ </g>
875
+ <g transform="rotate(135)">
876
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
877
+ </g>
878
+ <g transform="rotate(180)">
879
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
880
+ </g>
881
+ <g transform="rotate(225)">
882
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
883
+ </g>
884
+ <g transform="rotate(270)">
885
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
886
+ </g>
887
+ <g transform="rotate(315)">
888
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
889
+ </g>
890
+ </g>
891
+ <circle cx="0" cy="0" fill="orange" r="5" stroke="orange" stroke-width="2"/>
892
+ </g>
893
+ <g>
894
+ <path d="M47.7,35.4c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#57A0EE" stroke="white" stroke-linejoin="round" stroke-width="1.5" transform="translate(-15,-5), scale(0.85)"/>
895
+ </g>
896
+ </g>
897
+ <g transform="translate(34,46), rotate(10)">
898
+ <line class="am-weather-rain-1" fill="none" stroke="#91C0F8" stroke-dasharray="4,7" stroke-linecap="round" stroke-width="2" transform="translate(-6,1)" x1="0" x2="0" y1="0" y2="8" />
899
+ <line class="am-weather-rain-2" fill="none" stroke="#91C0F8" stroke-dasharray="4,7" stroke-linecap="round" stroke-width="2" transform="translate(0,-1)" x1="0" x2="0" y1="0" y2="8" />
900
+ </g>
901
+ </g>
902
+ <g id="rainy-2">
903
+ <g transform="translate(20,10)">
904
+ <g transform="translate(0,16)">
905
+ <g class="am-weather-sun">
906
+ <g>
907
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
908
+ </g>
909
+ <g transform="rotate(45)">
910
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
911
+ </g>
912
+ <g transform="rotate(90)">
913
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
914
+ </g>
915
+ <g transform="rotate(135)">
916
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
917
+ </g>
918
+ <g transform="rotate(180)">
919
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
920
+ </g>
921
+ <g transform="rotate(225)">
922
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
923
+ </g>
924
+ <g transform="rotate(270)">
925
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
926
+ </g>
927
+ <g transform="rotate(315)">
928
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
929
+ </g>
930
+ </g>
931
+ <circle cx="0" cy="0" fill="orange" r="5" stroke="orange" stroke-width="2"/>
932
+ </g>
933
+ <g>
934
+ <path d="M47.7,35.4c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#57A0EE" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-20,-11)"/>
935
+ </g>
936
+ </g>
937
+ <g transform="translate(37,45), rotate(10)">
938
+ <line class="am-weather-rain-1" fill="none" stroke="#91C0F8" stroke-dasharray="4,7" stroke-linecap="round" stroke-width="2" transform="translate(-6,1)" x1="0" x2="0" y1="0" y2="8" />
939
+ </g>
940
+ </g>
941
+ <g id="rainy-3">
942
+ <g transform="translate(20,10)">
943
+ <g transform="translate(0,16)">
944
+ <g class="am-weather-sun">
945
+ <g>
946
+ <line fifll="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
947
+ </g>
948
+ <g transform="rotate(45)">
949
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
950
+ </g>
951
+ <g transform="rotate(90)">
952
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
953
+ </g>
954
+ <g transform="rotate(135)">
955
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
956
+ </g>
957
+ <g transform="rotate(180)">
958
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
959
+ </g>
960
+ <g transform="rotate(225)">
961
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
962
+ </g>
963
+ <g transform="rotate(270)">
964
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
965
+ </g>
966
+ <g transform="rotate(315)">
967
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
968
+ </g>
969
+ </g>
970
+ <circle cx="0" cy="0" fill="orange" r="5" stroke="orange" stroke-width="2"/>
971
+ </g>
972
+ <g>
973
+ <path d="M47.7,35.4c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#57A0EE" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-20,-11)"/>
974
+ </g>
975
+ </g>
976
+ <g transform="translate(34,46), rotate(10)">
977
+ <line class="am-weather-rain-1" fill="none" stroke="#91C0F8" stroke-dasharray="4,7" stroke-linecap="round" stroke-width="2" transform="translate(-6,1)" x1="0" x2="0" y1="0" y2="8" />
978
+ <line class="am-weather-rain-2" fill="none" stroke="#91C0F8" stroke-dasharray="4,7" stroke-linecap="round" stroke-width="2" transform="translate(0,-1)" x1="0" x2="0" y1="0" y2="8" />
979
+ </g>
980
+ </g>
981
+ <g id="rainy-4">
982
+ <g transform="translate(20,10)">
983
+ <g>
984
+ <path d="M47.7,35.4c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#57A0EE" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-20,-11)"/>
985
+ </g>
986
+ </g>
987
+ <g transform="translate(37,45), rotate(10)">
988
+ <line class="am-weather-rain-1" fill="none" stroke="#91C0F8" stroke-dasharray="4,7" stroke-linecap="round" stroke-width="2" transform="translate(-6,1)" x1="0" x2="0" y1="0" y2="8" />
989
+ </g>
990
+ </g>
991
+ <g id="rainy-5">
992
+ <g transform="translate(20,10)">
993
+ <g>
994
+ <path d="M47.7,35.4c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#57A0EE" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-20,-11)"/>
995
+ </g>
996
+ </g>
997
+ <g transform="translate(34,46), rotate(10)">
998
+ <line class="am-weather-rain-1" fill="none" stroke="#91C0F8" stroke-dasharray="4,7" stroke-linecap="round" stroke-width="2" transform="translate(-6,1)" x1="0" x2="0" y1="0" y2="8" />
999
+ <line class="am-weather-rain-2" fill="none" stroke="#91C0F8" stroke-dasharray="4,7" stroke-linecap="round" stroke-width="2" transform="translate(0,-1)" x1="0" x2="0" y1="0" y2="8" />
1000
+ </g>
1001
+ </g>
1002
+ <g id="rainy-6">
1003
+ <g transform="translate(20,10)">
1004
+ <g>
1005
+ <path d="M47.7,35.4c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#57A0EE" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-20,-11)"/>
1006
+ </g>
1007
+ </g>
1008
+ <g transform="translate(31,46), rotate(10)">
1009
+ <line class="am-weather-rain-1" fill="none" stroke="#91C0F8" stroke-dasharray="4,4" stroke-linecap="round" stroke-width="2" transform="translate(-4,1)" x1="0" x2="0" y1="0" y2="8" />
1010
+ <line class="am-weather-rain-2" fill="none" stroke="#91C0F8" stroke-dasharray="4,4" stroke-linecap="round" stroke-width="2" transform="translate(0,-1)" x1="0" x2="0" y1="0" y2="8" />
1011
+ <line class="am-weather-rain-1" fill="none" stroke="#91C0F8" stroke-dasharray="4,4" stroke-linecap="round" stroke-width="2" transform="translate(4,0)" x1="0" x2="0" y1="0" y2="8" />
1012
+ </g>
1013
+ </g>
1014
+ <g id="rainy-7">
1015
+ <g transform="translate(20,10)">
1016
+ <g>
1017
+ <path d="M47.7,35.4c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#57A0EE" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-20,-11)"/>
1018
+ </g>
1019
+ </g>
1020
+ <g transform="translate(31,46), rotate(10)">
1021
+ <line class="am-weather-rain-1" fill="none" stroke="#91C0F8" stroke-dasharray="0.1,7" stroke-linecap="round" stroke-width="3" transform="translate(-5,1)" x1="0" x2="0" y1="0" y2="8" />
1022
+ <line class="am-weather-rain-2" fill="none" stroke="#91C0F8" stroke-dasharray="0.1,7" stroke-linecap="round" stroke-width="3" transform="translate(0,-1)" x1="0" x2="0" y1="0" y2="8" />
1023
+ <line class="am-weather-rain-1" fill="none" stroke="#91C0F8" stroke-dasharray="0.1,7" stroke-linecap="round" stroke-width="3" transform="translate(5,0)" x1="0" x2="0" y1="0" y2="8" />
1024
+ </g>
1025
+ </g>
1026
+ <g id="snowy-1">
1027
+ <g transform="translate(20,10)">
1028
+ <g transform="translate(0,16), scale(1.2)">
1029
+ <g class="am-weather-sun">
1030
+ <g>
1031
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
1032
+ </g>
1033
+ <g transform="rotate(45)">
1034
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
1035
+ </g>
1036
+ <g transform="rotate(90)">
1037
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
1038
+ </g>
1039
+ <g transform="rotate(135)">
1040
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
1041
+ </g>
1042
+ <g transform="rotate(180)">
1043
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
1044
+ </g>
1045
+ <g transform="rotate(225)">
1046
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
1047
+ </g>
1048
+ <g transform="rotate(270)">
1049
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
1050
+ </g>
1051
+ <g transform="rotate(315)">
1052
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
1053
+ </g>
1054
+ </g>
1055
+ <circle cx="0" cy="0" fill="orange" r="5" stroke="orange" stroke-width="2"/>
1056
+ </g>
1057
+ <g>
1058
+ <path d="M47.7,35.4c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#57A0EE" stroke="white" stroke-linejoin="round" stroke-width="1.5" transform="translate(-15,-5), scale(0.85)"/>
1059
+ </g>
1060
+ </g>
1061
+ <g transform="translate(20,9)">
1062
+ <g class="am-weather-snow-1">
1063
+ <g transform="translate(7,28)">
1064
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1.2" transform="translate(0,9), rotate(0)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1065
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(45)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1066
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(90)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1067
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(135)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1068
+ </g>
1069
+ </g>
1070
+ <g class="am-weather-snow-2">
1071
+ <g transform="translate(16,28)">
1072
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1.2" transform="translate(0,9), rotate(0)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1073
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(45)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1074
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(90)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1075
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(135)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1076
+ </g>
1077
+ </g>
1078
+ </g>
1079
+ </g>
1080
+ <g id="snowy-2">
1081
+ <g transform="translate(20,10)">
1082
+ <g transform="translate(0,16)">
1083
+ <g class="am-weather-sun">
1084
+ <g>
1085
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
1086
+ </g>
1087
+ <g transform="rotate(45)">
1088
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
1089
+ </g>
1090
+ <g transform="rotate(90)">
1091
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
1092
+ </g>
1093
+ <g transform="rotate(135)">
1094
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
1095
+ </g>
1096
+ <g transform="rotate(180)">
1097
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
1098
+ </g>
1099
+ <g transform="rotate(225)">
1100
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
1101
+ </g>
1102
+ <g transform="rotate(270)">
1103
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
1104
+ </g>
1105
+ <g transform="rotate(315)">
1106
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
1107
+ </g>
1108
+ </g>
1109
+ <circle cx="0" cy="0" fill="orange" r="5" stroke="orange" stroke-width="2"/>
1110
+ </g>
1111
+ <g class="am-weather-cloud-2">
1112
+ <path d="M47.7,35.4c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#57A0EE" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-20,-11)"/>
1113
+ </g>
1114
+ </g>
1115
+ <g class="am-weather-snow-1">
1116
+ <g transform="translate(32,38)">
1117
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1.2" transform="translate(0,9), rotate(0)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1118
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(45)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1119
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(90)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1120
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(135)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1121
+ </g>
1122
+ </g>
1123
+ </g>
1124
+ <g id="snowy-3">
1125
+ <g transform="translate(20,10)">
1126
+ <g transform="translate(0,16)">
1127
+ <g class="am-weather-sun">
1128
+ <g>
1129
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
1130
+ </g>
1131
+ <g transform="rotate(45)">
1132
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
1133
+ </g>
1134
+ <g transform="rotate(90)">
1135
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
1136
+ </g>
1137
+ <g transform="rotate(135)">
1138
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
1139
+ </g>
1140
+ <g transform="rotate(180)">
1141
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
1142
+ </g>
1143
+ <g transform="rotate(225)">
1144
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
1145
+ </g>
1146
+ <g transform="rotate(270)">
1147
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
1148
+ </g>
1149
+ <g transform="rotate(315)">
1150
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
1151
+ </g>
1152
+ </g>
1153
+ <circle cx="0" cy="0" fill="orange" r="5" stroke="orange" stroke-width="2"/>
1154
+ </g>
1155
+ <g>
1156
+ <path d="M47.7,35.4c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#57A0EE" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-20,-11)"/>
1157
+ </g>
1158
+ <g class="am-weather-snow-1">
1159
+ <g transform="translate(7,28)">
1160
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1.2" transform="translate(0,9), rotate(0)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1161
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(45)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1162
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(90)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1163
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(135)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1164
+ </g>
1165
+ </g>
1166
+ <g class="am-weather-snow-2">
1167
+ <g transform="translate(16,28)">
1168
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1.2" transform="translate(0,9), rotate(0)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1169
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(45)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1170
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(90)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1171
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(135)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1172
+ </g>
1173
+ </g>
1174
+ </g>
1175
+ </g>
1176
+ <g id="snowy-4">
1177
+ <g transform="translate(20,10)">
1178
+ <g>
1179
+ <path d="M47.7,35.4c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#57A0EE" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-20,-11)"/>
1180
+ </g>
1181
+ <g class="am-weather-snow-1">
1182
+ <g transform="translate(11,28)">
1183
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1.2" transform="translate(0,9), rotate(0)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1184
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(45)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1185
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(90)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1186
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(135)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1187
+ </g>
1188
+ </g>
1189
+ </g>
1190
+ </g>
1191
+ <g id="snowy-5">
1192
+ <g transform="translate(20,10)">
1193
+ <g class="snowy-6-2">
1194
+ <path d="M47.7,35.4c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#57A0EE" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-20,-11)"/>
1195
+ </g>
1196
+ <g class="am-weather-snow-1">
1197
+ <g transform="translate(7,28)">
1198
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1.2" transform="translate(0,9), rotate(0)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1199
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(45)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1200
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(90)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1201
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(135)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1202
+ </g>
1203
+ </g>
1204
+ <g class="am-weather-snow-2">
1205
+ <g transform="translate(16,28)">
1206
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1.2" transform="translate(0,9), rotate(0)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1207
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(45)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1208
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(90)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1209
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(135)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1210
+ </g>
1211
+ </g>
1212
+ </g>
1213
+ </g>
1214
+ <g id="snowy-6">
1215
+ <g transform="translate(20,10)">
1216
+ <g class="am-weather-cloud-2">
1217
+ <path d="M47.7,35.4c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#57A0EE" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-20,-11)"/>
1218
+ </g>
1219
+ <g class="am-weather-snow-1">
1220
+ <g transform="translate(3,28)">
1221
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1.2" transform="translate(0,9), rotate(0)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1222
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(45)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1223
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(90)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1224
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(135)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1225
+ </g>
1226
+ </g>
1227
+ <g class="am-weather-snow-2">
1228
+ <g transform="translate(11,28)">
1229
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1.2" transform="translate(0,9), rotate(0)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1230
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(45)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1231
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(90)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1232
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(135)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1233
+ </g>
1234
+ </g>
1235
+ <g class="am-weather-snow-3">
1236
+ <g transform="translate(20,28)">
1237
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1.2" transform="translate(0,9), rotate(0)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1238
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(45)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1239
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(90)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1240
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(135)" x1="0" x2="0" y1="-2.5" y2="2.5" />
1241
+ </g>
1242
+ </g>
1243
+ </g>
1244
+ </g>
1245
+ </svg>