forked from 98kevinxiao/javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIcons.js
384 lines (379 loc) · 54.3 KB
/
Icons.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
{
"name":"Hand Painted Icon",
"description":"Desing By Semporia.",
"icons":
[
{"name":"ㅤㅤㅤAuto_Speed", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Universal/Auto_Speed.png"},
{"name":"ㅤㅤㅤAvailable", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Universal/Available.png"},
{"name":"ㅤㅤㅤBiliBili", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Universal/BiliBili.png"},
{"name":"ㅤㅤㅤClubhouse", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Universal/Clubhouse.png"},
{"name":"ㅤㅤㅤFinal", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Universal/Final.png"},
{"name":"ㅤㅤㅤKittyLink", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Universal/KittyLink.png"},
{"name":"ㅤㅤㅤMap", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Universal/Map.png"},
{"name":"ㅤㅤㅤMicrosoft", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Universal/Microsoft.png"},
{"name":"ㅤㅤㅤNetEase_Music", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Universal/NetEase_Music.png"},
{"name":"ㅤㅤㅤNetflix", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Universal/Netflix.png"},
{"name":"ㅤㅤㅤReject.orig", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Universal/Reject.orig.png"},
{"name":"ㅤㅤㅤReject", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Universal/Reject.png"},
{"name":"ㅤㅤㅤRoundRobin", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Universal/RoundRobin.png"},
{"name":"ㅤㅤㅤSSID", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Universal/SSID.png"},
{"name":"ㅤㅤㅤSelect", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Universal/Select.png"},
{"name":"ㅤㅤㅤSpeedtest", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Universal/Speedtest.png"},
{"name":"ㅤㅤㅤStreaming", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Universal/Streaming.png"},
{"name":"ㅤㅤㅤStreamingSE", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Universal/StreamingSE.png"},
{"name":"ㅤㅤㅤTencent", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Universal/Tencent.png"},
{"name":"ㅤㅤㅤVideo", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Universal/Video.png"},
{"name":"ㅤㅤㅤWeChat", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Universal/WeChat.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Air_Bnb.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Amazon.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Apple.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Badoo.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Bebo.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Behance.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Buzznet.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Classmates.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Daily_Motion.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Delicious.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Diaspora.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Dots.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Dribbble.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Ello.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Etsy.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Facebook.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/FilmAffinity.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Flickr.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Foursquare.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/GitHub.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Google_Plus.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Hi5.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Howcast.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Instagram.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Kickstarter.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Lastfm.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Line.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Linkedin.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/LiveJournal.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Medium.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Meetup.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Myspace.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/NextDoor.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Path.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Paypal.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Periscope.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Pinterest.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Quora.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Reddit.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/RenRen.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/ReverbNation.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Sina_Weibo.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Skype.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Skyrock.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Snapchat.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Snapfish.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/SoundCloud.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Spotify.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/StumbleUpon.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Tagged.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Taringa.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Telegram.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/TikTok.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Tinder.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Tout.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/TripAdvisor.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Tumblr.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Twitter.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Uber.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/VK.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Viadeo.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Vimeo.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/We_Heart_It.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/XING.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/Yelp.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/YouTube.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Social_Media/deviantART.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Google_Suite/Account.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Google_Suite/Admin.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Google_Suite/Adwords.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Google_Suite/Browser.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Google_Suite/Business.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Google_Suite/Calendar.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Google_Suite/Docs.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Google_Suite/Drive.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Google_Suite/Forms.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Google_Suite/Gmail.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Google_Suite/Google.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Google_Suite/Google_Maps.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Google_Suite/Google_Plus.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Google_Suite/Hangouts.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Google_Suite/News.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Google_Suite/Photos.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Google_Suite/PlayStore.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Google_Suite/Sheets.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Google_Suite/Slides.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Google_Suite/Translate.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Google_Suite/Vault.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Google_Suite/YouTube.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Abkhazia.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Afghanistan.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Aland_Islands.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Albania.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Algeria.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/American_Samoa.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Andorra.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Angola.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Anguilla.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Antigua_And_Barbuda.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Argentina.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Armenia.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Aruba.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Australia.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Austria.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Azerbaijan.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Azores_Islands.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Bahamas.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Bahrain.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Balearic_Islands.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Bangladesh.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Barbados.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Basque_Country.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Belarus.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Belgium.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Belize.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Benin.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Bermuda.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Bhutan.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Bolivia.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Bonaire.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Bosnia_And_Herzegovina.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Botswana.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Brazil.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/British_Columbia.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/British_Indian_Ocean_Territory.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/British_Virgin_Islands.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Brunei.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Bulgaria.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Burkina_Faso.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Burundi.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Cambodia.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Cameroon.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Canada.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Canary_Islands.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Cape_Verde.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Cayman_Islands.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Central_African_Republic.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Ceuta.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Chad.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Chile.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/China.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Christmas_Island.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Cocos_Island.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Colombia.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Comoros.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Cook_Islands.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Corsica.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Costa_Rica.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Croatia.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Cuba.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Curacao.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Cyprus.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Czech_Republic.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Democratic_Republic_Of_Congo.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Denmark.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Djibouti.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Dominica.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Dominican_Republic.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/East_Timor.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Ecuador.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Egypt.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/El_Salvador.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/England.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Equatorial_Guinea.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Eritrea.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Estonia.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Ethiopia.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/European_Union.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Falkland_Islands.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Faroe_Islands.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Fiji.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Finland.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/France.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/French_Polynesia.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Gabon.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Galapagos_Islands.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Gambia.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Georgia.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Germany.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Ghana.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Gibraltar.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Greece.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Greenland.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Grenada.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Guam.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Guatemala.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Guinea.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Guinea_Bissau.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Guyana.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Haiti.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Hawaii.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Honduras.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Hong_Kong.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Hungary.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Iceland.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/India.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Indonesia.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Iran.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Iraq.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Ireland.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Isle_Of_Man.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Israel.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Italy.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Ivory_Coast.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Jamaica.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Japan.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Jersey.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Jordan.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Kazakhstan.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Kenya.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Kiribati.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Kosovo.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Kuwait.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Kyrgyzstan.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Laos.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Latvia.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Lebanon.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Lesotho.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Liberia.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Libya.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Liechtenstein.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Lithuania.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Luxembourg.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Macao.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Madagascar.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Madeira.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Malasya.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Malawi.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Maldives.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Mali.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Malta.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Marshall_Island.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Martinique.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Mauritania.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Mauritius.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Melilla.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Mexico.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Micronesia.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Moldova.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Monaco.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Mongolia.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Montenegro.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Montserrat.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Morocco.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Mozambique.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Myanmar.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Nagorno_Karabakh_Republic.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Namibia.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Nauru.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Nepal.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Netherlands.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/New_Zealand.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Nicaragua.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Niger.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Nigeria.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Niue.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Norfolk_Island.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/North_Korea.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Northern_Cyprus.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Northern_Marianas_Islands.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Norway.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Oman.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Ossetia.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Otan.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Pakistan.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Palau.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Palestine.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Panama.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Papua_New_Guinea.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Paraguay.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Peru.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Philippines.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Pitcairn_Islands.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Portugal.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Puerto_Rico.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Qatar.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Rapa_Nui.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Republic_Of_Macedonia.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Republic_Of_Poland.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Republic_Of_The_Congo.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Romania.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Russia.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Rwanda.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Saba_Island.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Sahrawi_Arab_Democratic_Republic.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Saint_Kitts_And_Nevis.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Samoa.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/San_Marino.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Sao_Tome_And_Prince.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Sardinia.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Saudi_Arabia.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Scotland.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Senegal.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Serbia.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Seychelles.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Sicily.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Sierra_Leone.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Singapore.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Sint_Eustatius.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Sint_Maarten.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Slovakia.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Slovenia.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Solomon_Islands.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Somalia.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Somaliland.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/South_Africa.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/South_Korea.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/South_Sudan.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Spain.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Sri_Lanka.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/St_Barts.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/St_Lucia.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/St_Vincent_And_The_Grenadines.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Sudan.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Suriname.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Swaziland.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Sweden.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Switzerland.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Syria.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Taiwan.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Tajikistan.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Tanzania.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Thailand.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Tibet.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Togo.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Tokelau.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Tonga.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Transnistria.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Trinidad_And_Tobago.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Tunisia.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Turkey.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Turkmenistan.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Turks_And_Caicos.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Tuvalu.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Uganda.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Ukraine.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/United_Arab_Emirates.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/United_Kingdom.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/United_Nations.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/United_States.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Uruguay.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Uzbekistn.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Vanuatu.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Vatican_City.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Venezuela.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Vietnam.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Virgin_Islands.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Wales.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Yemen.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Zambia.png"},
{"name":"ㅤㅤㅤ", "url":"https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Zimbabwe.png"},
]
}