iconMap top-level property
This map contains the metadata for all Material Symbols icons. The keys are the icon's dart symbol name and the values are SymbolsMetadata objects that contain the metadata. The metadata includes the original name, popularity, codepoint, categories, tags, and whether the icon is RTL auto-mirrored.
Implementation
Map<String, SymbolsMetadata> iconMap = {
"ten_k": SymbolsMetadata(
originalName: "10k",
popularity: 209,
codepoint: 0xe951,
categories: [0],
tags: [
0,
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
],
),
"ten_mp": SymbolsMetadata(
originalName: "10mp",
popularity: 117,
codepoint: 0xe952,
categories: [1],
tags: [
38,
39,
40,
41,
42,
43,
44,
45,
8,
46,
47,
12,
48,
49,
50,
51,
52,
53,
16,
54,
55,
56,
22,
23,
57,
58,
59,
60,
61,
62,
24,
25,
63,
28,
64,
31,
65,
32,
33,
35
],
),
"eleven_mp": SymbolsMetadata(
originalName: "11mp",
popularity: 91,
codepoint: 0xe953,
categories: [1],
tags: [
66,
40,
43,
44,
45,
8,
67,
12,
49,
51,
68,
15,
16,
17,
54,
55,
18,
56,
21,
22,
69,
70,
57,
59,
24,
25,
63,
28,
71,
31,
33,
35
],
),
"onetwothree": SymbolsMetadata(
originalName: "123",
popularity: 2302,
codepoint: 0xeb8d,
categories: [2],
tags: [
72,
73,
74,
75,
76,
77,
78,
79,
80,
81,
7,
82,
83,
84,
85,
86,
87,
88,
89,
22,
23,
90,
91,
92,
93,
94,
95,
96,
31,
97,
98
],
),
"twelve_mp": SymbolsMetadata(
originalName: "12mp",
popularity: 112,
codepoint: 0xe954,
categories: [1],
tags: [
99,
100,
101,
40,
102,
103,
104,
7,
105,
45,
12,
48,
49,
106,
107,
68,
52,
16,
108,
54,
55,
56,
21,
22,
23,
109,
110,
59,
61,
111,
24,
25,
63,
28,
31,
33,
35,
112,
113,
114,
115
],
),
"thirteen_mp": SymbolsMetadata(
originalName: "13mp",
popularity: 98,
codepoint: 0xe955,
categories: [1],
tags: [
116,
117,
40,
118,
119,
120,
121,
45,
47,
12,
48,
49,
122,
123,
124,
50,
16,
54,
55,
56,
22,
125,
58,
126,
59,
127,
128,
24,
25,
63,
28,
129,
31,
130,
33,
131,
132,
35
],
),
"fourteen_mp": SymbolsMetadata(
originalName: "14mp",
popularity: 92,
codepoint: 0xe956,
categories: [1],
tags: [
133,
134,
40,
120,
135,
43,
44,
45,
12,
136,
137,
48,
138,
49,
106,
50,
53,
16,
54,
55,
56,
22,
57,
58,
59,
62,
24,
25,
63,
28,
64,
139,
31,
140,
33,
35,
141
],
),
"fifteen_mp": SymbolsMetadata(
originalName: "15mp",
popularity: 96,
codepoint: 0xe957,
categories: [1],
tags: [
142,
143,
144,
40,
81,
145,
44,
45,
8,
146,
147,
12,
49,
51,
68,
52,
15,
16,
54,
55,
148,
18,
56,
21,
22,
149,
57,
59,
24,
25,
150,
63,
28,
64,
151,
139,
31,
33,
35,
152,
36
],
),
"sixteen_mp": SymbolsMetadata(
originalName: "16mp",
popularity: 94,
codepoint: 0xe958,
categories: [1],
tags: [
153,
154,
40,
155,
119,
120,
156,
121,
157,
45,
12,
49,
122,
158,
106,
159,
16,
54,
160,
55,
56,
161,
22,
162,
109,
110,
163,
59,
164,
127,
24,
25,
63,
28,
129,
165,
166,
167,
31,
33,
35
],
),
"seventeen_mp": SymbolsMetadata(
originalName: "17mp",
popularity: 91,
codepoint: 0xe959,
categories: [1],
tags: [
168,
40,
169,
170,
45,
171,
12,
172,
49,
173,
52,
16,
174,
17,
54,
55,
56,
175,
176,
22,
177,
149,
69,
178,
24,
25,
63,
26,
179,
28,
180,
181,
31,
182,
33,
35,
152,
36
],
),
"eighteen_up_rating": SymbolsMetadata(
originalName: "18_up_rating",
popularity: 465,
codepoint: 0xf8fd,
categories: [3],
tags: [
183,
184,
185,
186,
187,
188,
189,
190,
191,
192,
193,
194,
195,
196,
197,
198,
199,
200,
201,
202,
203,
204,
205,
33,
206
],
),
"eighteen_mp": SymbolsMetadata(
originalName: "18mp",
popularity: 109,
codepoint: 0xe95a,
categories: [1],
tags: [
207,
208,
209,
40,
118,
210,
120,
43,
105,
45,
211,
212,
213,
12,
48,
49,
158,
106,
16,
54,
55,
56,
21,
22,
23,
58,
59,
127,
24,
25,
63,
28,
64,
31,
33,
35
],
),
"nineteen_mp": SymbolsMetadata(
originalName: "19mp",
popularity: 96,
codepoint: 0xe95b,
categories: [1],
tags: [
214,
215,
40,
81,
43,
44,
45,
216,
12,
49,
51,
68,
52,
15,
16,
17,
54,
55,
18,
56,
217,
21,
22,
218,
57,
59,
62,
24,
25,
63,
28,
151,
139,
31,
140,
33,
35,
36
],
),
"one_k": SymbolsMetadata(
originalName: "1k",
popularity: 138,
codepoint: 0xe95c,
categories: [0],
tags: [
219,
220,
221,
222,
4,
223,
5,
80,
224,
81,
7,
8,
225,
12,
51,
14,
52,
16,
226,
18,
21,
22,
69,
23,
24,
25,
26,
203,
28,
227,
228,
229,
31,
33,
34,
230,
35,
152,
36,
37
],
),
"one_k_plus": SymbolsMetadata(
originalName: "1k_plus",
popularity: 109,
codepoint: 0xe95d,
categories: [0],
tags: [
231,
219,
220,
221,
3,
232,
4,
5,
80,
7,
8,
225,
233,
12,
234,
235,
16,
236,
18,
20,
237,
21,
22,
149,
23,
238,
24,
25,
239,
240,
241,
242,
26,
28,
243,
229,
244,
245,
31,
33,
34,
246,
35,
36,
37,
247
],
),
"one_x_mobiledata": SymbolsMetadata(
originalName: "1x_mobiledata",
popularity: 361,
codepoint: 0xefcd,
categories: [4],
tags: [
248,
249,
4,
250,
251,
252,
5,
253,
254,
255,
256,
257,
258,
7,
12,
259,
16,
260,
261,
262,
263,
264,
265,
266,
267,
268,
269,
270,
22,
271,
272,
273,
274,
275,
31,
276,
33,
35,
277,
278,
279,
280
],
),
"one_x_mobiledata_badge": SymbolsMetadata(
originalName: "1x_mobiledata_badge",
popularity: 18,
codepoint: 0xf7f1,
categories: [4],
tags: [
248,
4,
281,
282,
251,
252,
5,
193,
283,
284,
254,
285,
286,
287,
288,
7,
12,
172,
51,
259,
52,
15,
16,
262,
263,
266,
267,
21,
22,
289,
271,
273,
290,
275,
291,
31,
65,
276,
33,
35,
277,
278
],
),
"twenty_mp": SymbolsMetadata(
originalName: "20mp",
popularity: 97,
codepoint: 0xe95e,
categories: [1],
tags: [
292,
40,
43,
44,
45,
8,
12,
49,
51,
293,
68,
52,
16,
54,
55,
18,
56,
22,
69,
294,
57,
59,
295,
296,
297,
62,
24,
25,
63,
28,
151,
298,
139,
31,
33,
299,
35,
36
],
),
"twenty_one_mp": SymbolsMetadata(
originalName: "21mp",
popularity: 88,
codepoint: 0xe95f,
categories: [1],
tags: [
300,
301,
40,
302,
135,
43,
303,
45,
12,
304,
48,
49,
50,
51,
52,
16,
54,
55,
56,
22,
58,
305,
59,
127,
24,
25,
63,
28,
151,
31,
33,
306,
35
],
),
"twenty_two_mp": SymbolsMetadata(
originalName: "22mp",
popularity: 117,
codepoint: 0xe960,
categories: [1],
tags: [
307,
40,
308,
193,
309,
284,
310,
311,
81,
312,
45,
313,
314,
315,
316,
317,
12,
318,
319,
320,
321,
49,
322,
259,
16,
323,
324,
174,
54,
55,
56,
325,
267,
22,
326,
24,
25,
327,
328,
329,
63,
28,
330,
331,
31,
33,
332,
35,
333,
334
],
),
"twenty_three_mp": SymbolsMetadata(
originalName: "23mp",
popularity: 95,
codepoint: 0xe961,
categories: [1],
tags: [
335,
336,
40,
135,
43,
44,
45,
12,
48,
49,
68,
16,
54,
55,
56,
22,
69,
57,
59,
62,
24,
25,
63,
28,
64,
151,
337,
31,
140,
33,
35,
338
],
),
"twenty_four_fps_select": SymbolsMetadata(
originalName: "24fps_select",
popularity: 7,
codepoint: 0xf3f2,
categories: [1],
tags: [
339,
340,
341,
40,
342,
343,
344,
345,
45,
346,
347,
348,
349,
350,
351,
49,
352,
353,
354,
22,
355,
356,
357,
358,
359,
360,
361,
362,
363,
151,
37,
364,
365,
366,
113,
115,
367,
368
],
),
"twenty_four_mp": SymbolsMetadata(
originalName: "24mp",
popularity: 125,
codepoint: 0xe962,
categories: [1],
tags: [
369,
40,
81,
43,
44,
45,
8,
147,
12,
370,
49,
68,
52,
16,
17,
54,
55,
18,
56,
21,
22,
355,
57,
59,
24,
25,
63,
28,
151,
298,
139,
31,
140,
33,
371,
35
],
),
"twod": SymbolsMetadata(
originalName: "2d",
popularity: 24,
codepoint: 0xef37,
categories: [0],
tags: [
372,
4,
5,
373,
374,
375,
7,
376,
377,
378,
379,
380,
12,
381,
137,
382,
383,
384,
385,
16,
324,
17,
22,
386,
387,
388,
389,
390,
391,
392,
393,
31,
33,
394,
395,
35,
396,
397,
398,
399
],
),
"two_k": SymbolsMetadata(
originalName: "2k",
popularity: 124,
codepoint: 0xe963,
categories: [0],
tags: [
400,
401,
402,
222,
4,
5,
403,
7,
8,
12,
404,
405,
14,
15,
16,
406,
407,
354,
21,
22,
23,
355,
24,
25,
408,
409,
63,
28,
410,
71,
411,
31,
412,
33,
413,
35,
37,
113,
115,
367
],
),
"two_k_plus": SymbolsMetadata(
originalName: "2k_plus",
popularity: 98,
codepoint: 0xe964,
categories: [0],
tags: [
231,
414,
415,
402,
416,
417,
4,
5,
135,
104,
7,
44,
8,
12,
370,
418,
419,
16,
407,
420,
22,
127,
408,
239,
421,
28,
422,
411,
423,
31,
33,
424,
425,
426,
35,
427,
428,
113,
367,
429
],
),
"two_mp": SymbolsMetadata(
originalName: "2mp",
popularity: 95,
codepoint: 0xe965,
categories: [1],
tags: [
74,
430,
40,
210,
43,
7,
44,
12,
348,
49,
68,
16,
17,
54,
55,
18,
56,
21,
431,
22,
57,
59,
24,
25,
63,
432,
28,
298,
139,
433,
31,
33,
394,
35,
152,
37,
434
],
),
"thirty_fps": SymbolsMetadata(
originalName: "30fps",
popularity: 170,
codepoint: 0xefce,
categories: [0],
tags: [
435,
4,
40,
5,
7,
346,
12,
347,
349,
436,
437,
16,
438,
108,
439,
22,
408,
63,
440,
28,
71,
31,
33,
441,
442,
35,
37,
443,
444,
445,
446,
447,
448,
449,
113,
367,
368
],
),
"thirty_fps_select": SymbolsMetadata(
originalName: "30fps_select",
popularity: 160,
codepoint: 0xefcf,
categories: [1],
tags: [
340,
435,
40,
42,
450,
451,
45,
347,
348,
349,
452,
350,
351,
49,
406,
353,
22,
355,
356,
408,
63,
359,
453,
440,
360,
361,
362,
363,
151,
71,
275,
454,
411,
37,
455,
113,
456,
457,
368
],
),
"threesixty": SymbolsMetadata(
originalName: "360",
popularity: 1928,
codepoint: 0xe577,
categories: [5],
tags: [
458,
459,
460,
77,
461,
40,
193,
462,
463,
345,
464,
44,
313,
465,
466,
467,
468,
439,
325,
469,
386,
57,
470,
471,
331,
472,
473,
474,
37,
396,
475,
476,
477,
333
],
rtlAutoMirrored: true,
),
"threed": SymbolsMetadata(
originalName: "3d",
popularity: 24,
codepoint: 0xed38,
categories: [0],
tags: [
75,
478,
479,
480,
4,
481,
482,
5,
483,
484,
485,
7,
486,
487,
12,
488,
489,
381,
137,
490,
16,
491,
22,
492,
386,
388,
493,
389,
494,
392,
495,
496,
31,
65,
33,
497,
35,
396,
498,
499,
476,
477
],
),
"threed_rotation": SymbolsMetadata(
originalName: "3d_rotation",
popularity: 1225,
codepoint: 0xe84d,
categories: [6],
tags: [
75,
478,
479,
4,
500,
501,
77,
502,
461,
503,
504,
40,
5,
345,
7,
12,
137,
16,
505,
506,
491,
22,
492,
355,
507,
386,
494,
508,
470,
471,
392,
509,
496,
472,
31,
33,
497,
510,
511,
512,
513,
35,
396,
499,
514,
477
],
),
"three_g_mobiledata": SymbolsMetadata(
originalName: "3g_mobiledata",
popularity: 195,
codepoint: 0xefd0,
categories: [4],
tags: [
515,
4,
516,
517,
518,
251,
5,
283,
519,
284,
254,
81,
288,
7,
44,
520,
12,
521,
522,
259,
16,
262,
263,
266,
267,
22,
523,
271,
273,
275,
524,
31,
525,
65,
276,
33,
526,
35,
527,
277,
278
],
),
"three_g_mobiledata_badge": SymbolsMetadata(
originalName: "3g_mobiledata_badge",
popularity: 7,
codepoint: 0xf7f0,
categories: [4],
tags: [
515,
4,
281,
518,
251,
5,
283,
528,
254,
81,
529,
287,
7,
12,
530,
522,
259,
531,
16,
262,
263,
264,
265,
266,
267,
270,
22,
271,
273,
290,
275,
532,
31,
65,
533,
276,
33,
35,
277,
278
],
),
"three_k": SymbolsMetadata(
originalName: "3k",
popularity: 86,
codepoint: 0xe966,
categories: [0],
tags: [
534,
535,
536,
4,
5,
344,
104,
7,
44,
8,
346,
12,
537,
16,
406,
354,
22,
24,
25,
538,
28,
410,
539,
411,
540,
31,
65,
412,
33,
541,
542,
35,
37,
366,
543,
113,
115,
457
],
),
"three_k_plus": SymbolsMetadata(
originalName: "3k_plus",
popularity: 89,
codepoint: 0xe967,
categories: [0],
tags: [
231,
534,
544,
545,
535,
546,
547,
3,
232,
4,
223,
5,
224,
81,
7,
8,
12,
548,
51,
549,
16,
550,
18,
20,
237,
21,
22,
149,
24,
25,
239,
26,
28,
229,
31,
33,
34,
551,
552,
553,
35,
36,
37,
554
],
),
"three_mp": SymbolsMetadata(
originalName: "3mp",
popularity: 98,
codepoint: 0xe968,
categories: [1],
tags: [
75,
555,
40,
135,
104,
7,
556,
8,
557,
558,
12,
559,
419,
49,
106,
16,
406,
560,
54,
55,
56,
22,
355,
59,
127,
24,
25,
358,
63,
561,
28,
151,
562,
31,
33,
35,
37,
563,
115
],
),
"three_p": SymbolsMetadata(
originalName: "3p",
popularity: 1397,
codepoint: 0xefd1,
categories: [7],
tags: [
75,
564,
565,
566,
567,
568,
569,
570,
571,
572,
573,
574,
575,
576,
577,
578,
579,
580,
581,
582,
583,
584,
585,
586,
587,
588,
589,
590,
591,
592,
593,
594,
595,
596,
597,
598,
599,
600,
601,
602,
603,
604
],
),
"four_g_mobiledata": SymbolsMetadata(
originalName: "4g_mobiledata",
popularity: 340,
codepoint: 0xefd2,
categories: [4],
tags: [
605,
4,
516,
251,
252,
5,
283,
284,
254,
81,
7,
606,
12,
607,
608,
522,
609,
51,
259,
16,
610,
262,
263,
266,
267,
611,
22,
271,
273,
275,
291,
31,
612,
33,
35,
613,
277,
278
],
),
"four_g_mobiledata_badge": SymbolsMetadata(
originalName: "4g_mobiledata_badge",
popularity: 11,
codepoint: 0xf7ef,
categories: [4],
tags: [
605,
4,
281,
282,
251,
5,
614,
284,
615,
288,
7,
44,
8,
12,
138,
51,
68,
259,
52,
16,
610,
262,
263,
266,
267,
616,
22,
271,
359,
273,
275,
291,
31,
65,
612,
33,
35,
277,
278
],
),
"four_g_plus_mobiledata": SymbolsMetadata(
originalName: "4g_plus_mobiledata",
popularity: 226,
codepoint: 0xefd3,
categories: [4],
tags: [
605,
617,
618,
619,
4,
620,
282,
251,
252,
5,
283,
284,
254,
256,
529,
621,
7,
622,
12,
259,
16,
262,
263,
266,
267,
268,
269,
22,
271,
239,
273,
290,
275,
31,
65,
276,
33,
35,
623,
277,
278,
279
],
),
"four_k": SymbolsMetadata(
originalName: "4k",
popularity: 374,
codepoint: 0xe072,
categories: [0],
tags: [
624,
625,
626,
4,
627,
5,
344,
628,
104,
7,
44,
8,
346,
12,
137,
48,
51,
52,
16,
406,
354,
22,
24,
25,
408,
63,
561,
28,
410,
411,
31,
65,
412,
33,
35,
428,
37
],
),
"four_k_plus": SymbolsMetadata(
originalName: "4k_plus",
popularity: 167,
codepoint: 0xe969,
categories: [0],
tags: [
231,
624,
625,
626,
232,
4,
5,
7,
44,
8,
629,
12,
419,
16,
406,
630,
439,
22,
24,
25,
239,
63,
28,
410,
411,
31,
65,
412,
33,
35,
37
],
),
"four_mp": SymbolsMetadata(
originalName: "4mp",
popularity: 89,
codepoint: 0xe96a,
categories: [1],
tags: [
631,
632,
633,
40,
135,
81,
43,
7,
486,
8,
12,
634,
49,
51,
68,
52,
16,
17,
635,
54,
55,
148,
18,
56,
22,
57,
59,
62,
24,
25,
63,
28,
151,
298,
139,
31,
33,
35,
476,
636
],
),
"five_0mp": SymbolsMetadata(
originalName: "50mp",
popularity: 30,
codepoint: 0xf6f3,
categories: [1],
tags: [
637,
638,
40,
155,
302,
639,
43,
7,
45,
640,
641,
12,
404,
48,
49,
106,
50,
52,
16,
54,
55,
642,
56,
21,
22,
643,
59,
297,
24,
25,
63,
28,
151,
644,
31,
33,
35
],
),
"five_g": SymbolsMetadata(
originalName: "5g",
popularity: 607,
codepoint: 0xef38,
categories: [4],
tags: [
645,
4,
251,
5,
283,
284,
254,
81,
256,
7,
646,
12,
489,
522,
138,
51,
259,
16,
262,
263,
265,
647,
267,
269,
22,
648,
271,
273,
275,
291,
649,
31,
65,
276,
33,
35,
277,
278,
650
],
),
"five_g_mobiledata_badge": SymbolsMetadata(
originalName: "5g_mobiledata_badge",
popularity: 18,
codepoint: 0xf7ee,
categories: [4],
tags: [
645,
4,
281,
516,
518,
251,
5,
283,
284,
254,
81,
7,
8,
12,
522,
138,
51,
259,
16,
262,
651,
267,
269,
22,
271,
652,
273,
275,
291,
31,
65,
33,
35,
277,
278
],
),
"five_k": SymbolsMetadata(
originalName: "5k",
popularity: 98,
codepoint: 0xe96b,
categories: [0],
tags: [
653,
654,
655,
4,
5,
135,
656,
104,
43,
7,
8,
657,
658,
659,
12,
370,
419,
404,
16,
420,
22,
24,
25,
660,
661,
28,
422,
423,
31,
33,
35,
427,
662,
37,
663,
113,
115,
367,
664
],
),
"five_k_plus": SymbolsMetadata(
originalName: "5k_plus",
popularity: 91,
codepoint: 0xe96c,
categories: [0],
tags: [
231,
653,
654,
655,
232,
4,
223,
5,
80,
665,
81,
666,
7,
8,
667,
659,
12,
16,
550,
668,
18,
669,
670,
21,
671,
22,
23,
672,
673,
24,
25,
239,
240,
26,
674,
28,
229,
675,
31,
33,
34,
553,
35,
36,
37
],
),
"five_mp": SymbolsMetadata(
originalName: "5mp",
popularity: 98,
codepoint: 0xe96d,
categories: [1],
tags: [
676,
677,
40,
42,
135,
43,
7,
44,
667,
678,
12,
49,
51,
68,
16,
54,
55,
56,
21,
22,
355,
648,
57,
59,
62,
24,
25,
63,
28,
64,
151,
298,
139,
433,
31,
65,
33,
35,
37,
434
],
),
"sixty_fps": SymbolsMetadata(
originalName: "60fps",
popularity: 195,
codepoint: 0xefd4,
categories: [0],
tags: [
679,
40,
42,
344,
345,
104,
7,
8,
680,
346,
347,
349,
437,
522,
51,
52,
406,
21,
22,
69,
355,
648,
408,
681,
63,
440,
28,
71,
682,
411,
31,
33,
37,
113
],
),
"sixty_fps_select": SymbolsMetadata(
originalName: "60fps_select",
popularity: 166,
codepoint: 0xefd5,
categories: [1],
tags: [
683,
679,
40,
684,
193,
462,
685,
345,
45,
346,
347,
348,
349,
350,
351,
51,
52,
406,
686,
354,
21,
22,
69,
355,
356,
648,
408,
358,
63,
359,
360,
361,
362,
363,
71,
275,
33,
37,
366,
367
],
),
"six_ft_apart": SymbolsMetadata(
originalName: "6_ft_apart",
popularity: 445,
codepoint: 0xf21e,
categories: [3],
tags: [
687,
688,
689,
690,
691,
692,
693,
9,
694,
578,
695,
696,
697,
698,
699,
581,
700,
87,
226,
17,
701,
588,
589,
702,
703,
704,
705,
706,
707,
593,
708,
709,
710,
711,
206
],
),
"six_k": SymbolsMetadata(
originalName: "6k",
popularity: 93,
codepoint: 0xe96e,
categories: [0],
tags: [
712,
713,
714,
4,
5,
135,
104,
43,
7,
44,
8,
715,
12,
370,
419,
48,
51,
16,
406,
354,
439,
22,
355,
24,
25,
408,
716,
63,
28,
410,
151,
411,
31,
412,
33,
35,
37,
113,
476
],
),
"six_k_plus": SymbolsMetadata(
originalName: "6k_plus",
popularity: 88,
codepoint: 0xe96f,
categories: [0],
tags: [
231,
712,
713,
714,
3,
4,
223,
717,
281,
5,
224,
81,
7,
8,
718,
12,
548,
51,
52,
16,
17,
18,
20,
719,
670,
21,
22,
149,
673,
24,
25,
239,
240,
26,
28,
720,
229,
31,
33,
553,
35,
36,
37
],
),
"six_mp": SymbolsMetadata(
originalName: "6mp",
popularity: 92,
codepoint: 0xe970,
categories: [1],
tags: [
687,
40,
721,
155,
120,
722,
7,
157,
558,
12,
48,
49,
158,
723,
106,
50,
16,
54,
55,
148,
56,
22,
70,
724,
725,
109,
126,
59,
726,
727,
24,
25,
63,
661,
561,
28,
728,
151,
31,
33,
35
],
),
"seven_k": SymbolsMetadata(
originalName: "7k",
popularity: 106,
codepoint: 0xe971,
categories: [0],
tags: [
729,
730,
222,
4,
731,
732,
5,
628,
194,
104,
7,
8,
733,
12,
419,
48,
16,
406,
734,
22,
735,
24,
25,
63,
28,
736,
737,
562,
411,
31,
738,
33,
739,
740,
741,
35,
37,
115
],
),
"seven_k_plus": SymbolsMetadata(
originalName: "7k_plus",
popularity: 89,
codepoint: 0xe972,
categories: [0],
tags: [
231,
729,
742,
743,
730,
744,
3,
745,
232,
4,
223,
5,
80,
224,
81,
7,
8,
12,
235,
51,
52,
16,
174,
17,
18,
20,
670,
21,
22,
24,
25,
239,
26,
203,
28,
228,
746,
31,
33,
553,
230,
35,
36,
37
],
),
"seven_mp": SymbolsMetadata(
originalName: "7mp",
popularity: 97,
codepoint: 0xe973,
categories: [1],
tags: [
747,
748,
749,
341,
750,
751,
40,
193,
462,
284,
752,
753,
754,
81,
7,
755,
12,
49,
51,
259,
16,
756,
757,
54,
55,
56,
267,
22,
24,
25,
758,
759,
63,
760,
761,
28,
762,
330,
763,
31,
764,
765,
33,
35,
766
],
),
"eight_k": SymbolsMetadata(
originalName: "8k",
popularity: 150,
codepoint: 0xe974,
categories: [0],
tags: [
767,
768,
769,
4,
5,
770,
7,
8,
771,
12,
419,
16,
772,
420,
773,
22,
69,
24,
25,
774,
63,
28,
775,
423,
31,
33,
35,
427,
776,
662,
37,
777,
113,
115,
367,
778,
664
],
),
"eight_k_plus": SymbolsMetadata(
originalName: "8k_plus",
popularity: 113,
codepoint: 0xe975,
categories: [0],
tags: [
231,
729,
768,
769,
779,
4,
5,
344,
780,
104,
7,
44,
8,
715,
781,
12,
419,
49,
16,
406,
630,
22,
62,
24,
25,
408,
239,
63,
28,
410,
644,
411,
31,
65,
412,
33,
35,
427,
662,
37,
113,
782,
476
],
),
"eight_mp": SymbolsMetadata(
originalName: "8mp",
popularity: 94,
codepoint: 0xe976,
categories: [1],
tags: [
783,
784,
40,
42,
43,
288,
7,
44,
46,
12,
49,
53,
16,
54,
55,
56,
21,
22,
648,
57,
59,
24,
25,
63,
28,
64,
139,
31,
33,
35
],
),
"nine_k": SymbolsMetadata(
originalName: "9k",
popularity: 104,
codepoint: 0xe977,
categories: [0],
tags: [
785,
786,
787,
4,
5,
135,
628,
104,
7,
44,
8,
12,
419,
51,
52,
16,
788,
406,
630,
354,
789,
22,
648,
24,
25,
408,
63,
203,
28,
410,
139,
454,
31,
182,
140,
412,
33,
35,
37
],
),
"nine_k_plus": SymbolsMetadata(
originalName: "9k_plus",
popularity: 105,
codepoint: 0xe978,
categories: [0],
tags: [
231,
785,
786,
787,
3,
4,
223,
790,
791,
5,
80,
81,
7,
8,
629,
12,
51,
16,
792,
550,
793,
17,
18,
20,
670,
21,
22,
673,
648,
24,
25,
239,
794,
795,
203,
28,
31,
33,
553,
35,
36,
37
],
),
"nine_mp": SymbolsMetadata(
originalName: "9mp",
popularity: 102,
codepoint: 0xe979,
categories: [1],
tags: [
796,
797,
798,
799,
40,
102,
119,
120,
7,
105,
557,
47,
12,
370,
49,
800,
801,
106,
16,
54,
55,
56,
802,
803,
22,
804,
109,
126,
59,
127,
24,
25,
63,
661,
561,
28,
129,
805,
31,
33,
35,
113,
115,
806,
434
],
),
"abc": SymbolsMetadata(
popularity: 1508,
codepoint: 0xeb94,
categories: [2],
tags: [
807,
4,
808,
809,
5,
810,
780,
811,
812,
12,
813,
16,
814,
815,
816,
817,
818,
819,
820,
821,
822,
823,
31,
33,
824,
35,
825,
826,
827,
828,
829,
830,
831,
832,
833,
834,
835
],
),
"ac_unit": SymbolsMetadata(
popularity: 3210,
codepoint: 0xeb3b,
categories: [8],
tags: [
836,
837,
838,
839,
840,
841,
842,
843,
345,
844,
845,
846,
847,
848,
849,
850,
328,
851,
852,
853,
854,
855,
856,
857,
858,
152,
859,
860
],
),
"accessibility": SymbolsMetadata(
popularity: 2017,
codepoint: 0xe84e,
categories: [6],
tags: [
861,
862,
863,
864,
865,
866,
690,
867,
868,
869,
216,
225,
870,
871,
581,
872,
873,
874,
875,
325,
70,
588,
589,
876,
877,
878,
151,
879,
880,
31,
881,
882
],
),
"accessibility_new": SymbolsMetadata(
popularity: 3630,
codepoint: 0xe92c,
categories: [6],
tags: [
861,
862,
883,
884,
863,
865,
866,
690,
867,
868,
225,
870,
871,
581,
872,
873,
885,
886,
887,
289,
588,
589,
876,
392,
888,
879,
710,
880,
31,
889,
601
],
),
"accessible": SymbolsMetadata(
popularity: 2283,
codepoint: 0xe914,
categories: [6],
tags: [
862,
863,
865,
690,
867,
868,
869,
890,
225,
870,
891,
892,
871,
581,
68,
893,
894,
875,
895,
896,
588,
589,
897,
877,
878,
898,
880,
31,
899,
900,
882
],
),
"accessible_forward": SymbolsMetadata(
popularity: 1145,
codepoint: 0xe934,
categories: [6],
tags: [
862,
863,
77,
901,
690,
902,
313,
225,
903,
904,
137,
870,
871,
581,
138,
875,
468,
325,
905,
588,
589,
876,
759,
906,
392,
888,
31,
907,
601,
882
],
),
"accessible_menu": SymbolsMetadata(
popularity: 22,
codepoint: 0xf34e,
categories: [2],
tags: [
862,
908,
909,
910,
517,
690,
911,
912,
145,
867,
913,
914,
225,
915,
916,
581,
68,
88,
506,
917,
237,
325,
918,
70,
289,
919,
588,
589,
920,
921,
590,
71,
922,
923,
97,
413,
601
],
),
"account_balance": SymbolsMetadata(
popularity: 11869,
codepoint: 0xe84f,
categories: [9],
tags: [
565,
924,
925,
926,
927,
928,
929,
569,
930,
931,
932,
933,
934,
935,
936,
937,
938,
939,
940,
941,
942,
943,
944,
945,
946,
947,
948,
949,
523,
950,
951,
952,
953,
954,
955,
956,
957,
958
],
),
"account_balance_wallet": SymbolsMetadata(
popularity: 10332,
codepoint: 0xe850,
categories: [9],
tags: [
565,
959,
925,
926,
927,
928,
960,
930,
931,
932,
934,
936,
961,
937,
962,
938,
963,
964,
965,
941,
966,
942,
967,
968,
946,
948,
523,
950,
951,
969,
432,
970,
954,
433,
956,
971,
958
],
),
"account_box": SymbolsMetadata(
popularity: 5391,
codepoint: 0xe851,
categories: [6],
tags: [
565,
972,
973,
566,
482,
974,
975,
976,
577,
225,
977,
581,
978,
979,
980,
981,
982,
289,
588,
589,
983,
984,
590,
985,
392,
986,
987,
988,
888,
433,
989,
601,
990,
991
],
),
"account_child": SymbolsMetadata(
popularity: 65,
codepoint: 0xe852,
categories: [6],
tags: [
565,
992,
690,
993,
994,
995,
996,
997,
998,
999,
1000,
1001,
1002,
1003,
1004,
581,
1005,
1006,
1007,
1008,
1009,
1010,
1011,
1012,
1013,
1014,
588,
589,
1015,
1016,
1017,
1018,
1019,
1020,
1021,
1022,
1023,
1024,
1025
],
),
"account_child_invert": SymbolsMetadata(
popularity: 109,
codepoint: 0xe659,
categories: [6],
tags: [
861,
565,
566,
690,
993,
997,
193,
685,
1026,
1027,
977,
581,
978,
979,
1006,
1028,
980,
1029,
1030,
1031,
289,
1032,
588,
589,
1033,
1034,
590,
1035,
1036,
71,
986,
888,
1037,
601,
1023
],
),
"account_circle": SymbolsMetadata(
popularity: 68074,
codepoint: 0xe853,
categories: [6],
tags: [
565,
1038,
1039,
972,
1040,
1041,
566,
974,
193,
577,
1042,
1043,
977,
581,
980,
1044,
588,
589,
1045,
920,
1046,
1047,
590,
1048,
986,
987,
989,
601,
990,
991,
1049
],
),
"account_circle_off": SymbolsMetadata(
popularity: 130,
codepoint: 0xf7b3,
categories: [6],
tags: [
861,
565,
1050,
566,
1051,
1052,
193,
1053,
1054,
868,
1055,
577,
977,
581,
138,
1056,
1057,
1058,
1059,
1060,
1061,
588,
589,
1062,
1063,
590,
1064,
1065,
1066,
986,
888,
1067,
593,
989,
1068,
601,
1069
],
),
"account_tree": SymbolsMetadata(
popularity: 7615,
codepoint: 0xe97a,
categories: [9],
tags: [
565,
1070,
1071,
1072,
373,
1073,
1074,
1075,
1076,
81,
375,
1077,
1078,
1079,
1080,
1081,
1082,
1083,
1084,
1029,
1085,
226,
1086,
1087,
267,
1088,
586,
1089,
289,
1090,
1091,
1092,
433,
746,
955,
1093,
1094,
1095,
1096,
1097,
1098
],
),
"action_key": SymbolsMetadata(
popularity: 200,
codepoint: 0xf502,
categories: [2],
tags: [
748,
501,
1099,
504,
1100,
1101,
1102,
1103,
519,
902,
345,
1104,
288,
1105,
1106,
1107,
83,
317,
1108,
1109,
382,
1110,
1111,
1112,
1113,
1114,
1115,
1116,
1117,
1118,
905,
1119,
294,
1120,
1121,
1122,
1123,
1124,
1125,
1126,
1127,
362,
1128,
509,
65
],
),
"activity_zone": SymbolsMetadata(
popularity: 473,
codepoint: 0xe1e6,
categories: [10],
tags: [
1129,
1130,
1131,
1132,
1133,
482,
1134,
1135,
1136,
1137,
1138,
348,
1139,
1140,
1141,
1142,
788,
1143,
1144,
289,
1145,
1146,
1147,
1148,
432,
1149,
1150,
1151,
1036,
1152,
363,
1153,
1154,
1155,
1156
],
),
"acute": SymbolsMetadata(
popularity: 392,
codepoint: 0xe4cb,
categories: [2],
tags: [
480,
1157,
1158,
500,
77,
1159,
1160,
1161,
1162,
313,
1163,
1164,
1165,
904,
697,
51,
87,
1166,
793,
1167,
1168,
1169,
392,
1067,
275,
1170,
31,
1171,
1172,
1173
],
),
"ad": SymbolsMetadata(
popularity: 170,
codepoint: 0xe65a,
categories: [6],
tags: [
1174,
1175,
1176,
1177,
1178,
1179,
1180,
283,
628,
1181,
44,
1164,
138,
172,
51,
68,
259,
52,
16,
1182,
406,
1183,
523,
1184,
432,
898,
1185,
31,
182,
33,
333,
1186,
1187
],
),
"ad_group": SymbolsMetadata(
popularity: 150,
codepoint: 0xe65b,
categories: [6],
tags: [
1175,
1188,
1176,
1189,
1190,
1191,
1179,
1192,
569,
1193,
1194,
1195,
1196,
1197,
934,
579,
1198,
1080,
259,
88,
1029,
1182,
1199,
586,
1184,
1152,
1200,
1201,
955,
1202,
1203,
152,
1186,
1187
],
),
"ad_group_off": SymbolsMetadata(
popularity: 48,
codepoint: 0xeae5,
categories: [6],
tags: [
1204,
1205,
1190,
481,
1206,
1207,
1208,
1209,
1210,
1211,
868,
1212,
1213,
579,
1214,
1215,
1216,
1217,
1218,
1219,
1220,
1221,
1222,
1059,
1223,
588,
1224,
1225,
71,
1226,
1227,
1228,
602,
1229
],
),
"ad_off": SymbolsMetadata(
popularity: 40,
codepoint: 0xf7b2,
categories: [6],
tags: [
1175,
1230,
1231,
1176,
1232,
1233,
1178,
1234,
1179,
1180,
345,
1235,
1236,
1162,
1237,
868,
1055,
1238,
1239,
259,
1182,
1240,
1241,
1059,
1060,
1061,
1242,
1243,
921,
1034,
1184,
1244,
71,
1067,
1245,
333,
1186,
1187
],
),
"ad_units": SymbolsMetadata(
popularity: 791,
codepoint: 0xef39,
categories: [11],
tags: [
1246,
1247,
1175,
1248,
1249,
1232,
1178,
1193,
1250,
251,
570,
283,
628,
1210,
288,
1251,
1252,
1110,
1253,
1182,
583,
1254,
1255,
262,
1256,
1257,
1258,
616,
1259,
271,
432,
1224,
1260,
1261,
525,
33,
1262,
1263,
1264
],
),
"adaptive_audio_mic": SymbolsMetadata(
popularity: 216,
codepoint: 0xf4cc,
categories: [0],
tags: [
565,
973,
1265,
1266,
1267,
1268,
1269,
1270,
570,
1271,
283,
1272,
345,
1273,
1274,
577,
1026,
1275,
1276,
1277,
579,
1278,
1279,
581,
1280,
1111,
1281,
1113,
1282,
1283,
1284,
1285,
267,
1286,
588,
589,
1287,
590,
1288,
1289,
453,
1290,
440,
1291,
64,
71,
1292,
593,
1293,
1294,
1295,
594,
1296,
597,
1297,
65,
601,
602,
1298
],
),
"adaptive_audio_mic_off": SymbolsMetadata(
popularity: 44,
codepoint: 0xf4cb,
categories: [0],
tags: [
565,
973,
1268,
1269,
504,
1271,
283,
345,
1299,
1162,
1273,
1300,
868,
577,
1026,
1213,
1276,
1277,
579,
1278,
1279,
581,
1280,
138,
1111,
1113,
1301,
1283,
1284,
1285,
439,
1302,
1303,
267,
1286,
1059,
588,
589,
1287,
1034,
590,
1288,
453,
1290,
440,
1304,
1067,
593,
1293,
1294,
1295,
31,
1296,
597,
1305,
601,
602,
1298,
554
],
),
"adb": SymbolsMetadata(
popularity: 938,
codepoint: 0xe60e,
categories: [4],
tags: [
1306,
1307,
1308,
1309,
1102,
1103,
1310,
1073,
284,
81,
1311,
1312,
1313,
1104,
288,
87,
1314,
262,
271,
1315,
1123,
1316,
509,
65,
1317,
1318,
1319,
511,
526,
1320
],
),
"add": SymbolsMetadata(
popularity: 73146,
codepoint: 0xe145,
categories: [2],
tags: [
231,
745,
232,
1321,
1322,
1323,
1324,
1325,
1235,
914,
1326,
235,
1327,
1328,
1329,
1330,
237,
887,
239,
242,
675,
31,
230,
1331
],
),
"add_2": SymbolsMetadata(
popularity: 345,
codepoint: 0xf3dd,
categories: [2],
tags: [
231,
745,
232,
1321,
1323,
1332,
482,
1324,
1333,
1325,
1104,
1334,
1335,
530,
381,
234,
1336,
235,
1337,
1327,
1328,
237,
887,
289,
239,
242,
1338,
392,
1339,
433,
1170,
1340,
31
],
),
"add_a_photo": SymbolsMetadata(
popularity: 6369,
codepoint: 0xe439,
categories: [1],
tags: [
231,
1341,
745,
1342,
504,
40,
42,
1325,
147,
1343,
137,
138,
49,
1111,
1327,
1344,
53,
1345,
406,
887,
57,
1346,
59,
62,
239,
1347,
31,
141,
907,
527,
1348,
476
],
),
"add_ad": SymbolsMetadata(
popularity: 106,
codepoint: 0xe72a,
categories: [6],
tags: [
231,
1175,
1349,
745,
1176,
1177,
1178,
1132,
482,
1179,
1193,
1180,
628,
1325,
44,
8,
1350,
259,
1182,
406,
583,
887,
616,
523,
289,
1351,
239,
1352,
1184,
1353,
432,
898,
1185,
433,
1186,
1187
],
),
"add_alert": SymbolsMetadata(
popularity: 1192,
codepoint: 0xe003,
categories: [6],
tags: [
231,
749,
745,
1354,
1355,
1356,
1357,
1358,
1359,
1360,
1361,
1362,
691,
1363,
1325,
1364,
1365,
1366,
1367,
583,
887,
1183,
616,
1259,
1368,
239,
1369,
1370,
762,
1371,
1293,
1372,
1373,
31,
206
],
),
"add_box": SymbolsMetadata(
popularity: 10929,
codepoint: 0xe146,
categories: [2],
tags: [
748,
745,
232,
1132,
482,
1374,
504,
1375,
1333,
628,
345,
1325,
1164,
811,
216,
488,
348,
1108,
904,
381,
1327,
1376,
887,
1377,
492,
289,
239,
392,
433,
1170,
31
],
),
"add_business": SymbolsMetadata(
popularity: 2165,
codepoint: 0xe729,
categories: [9],
tags: [
231,
745,
1378,
1379,
1380,
1381,
928,
929,
1382,
1383,
569,
1384,
930,
931,
932,
934,
576,
1385,
1325,
936,
937,
938,
1386,
1387,
945,
323,
1388,
1389,
1390,
948,
887,
1391,
523,
586,
950,
951,
326,
239,
1392,
1393,
1394,
1395,
1396,
1397,
955,
31
],
),
"add_call": SymbolsMetadata(
popularity: 847,
codepoint: 0xe0e8,
categories: [7],
tags: [
231,
748,
745,
1398,
1399,
1332,
504,
1270,
1250,
1272,
975,
1325,
288,
1400,
137,
1110,
138,
1344,
1401,
87,
1402,
1403,
262,
1404,
887,
1405,
289,
271,
239,
1339,
31,
1406,
1407,
1408,
1409,
1410
],
),
"add_card": SymbolsMetadata(
popularity: 2113,
codepoint: 0xeb86,
categories: [9],
tags: [
231,
565,
745,
1411,
1412,
1413,
1414,
927,
928,
1415,
1132,
930,
931,
1416,
932,
934,
1417,
1325,
936,
961,
937,
1418,
938,
941,
942,
948,
887,
1419,
523,
289,
950,
951,
1420,
239,
240,
1421,
432,
392,
1395,
433,
31,
956,
971
],
),
"add_chart": SymbolsMetadata(
popularity: 1041,
codepoint: 0xe97b,
categories: [9],
tags: [
231,
745,
1422,
1071,
1423,
1424,
517,
569,
373,
1325,
1425,
81,
375,
942,
1078,
234,
235,
1081,
68,
1327,
1426,
226,
18,
1086,
887,
648,
239,
1427,
1428,
390,
746,
31,
1095,
1429,
476
],
),
"add_circle": SymbolsMetadata(
popularity: 41306,
codepoint: 0xe147,
categories: [2],
tags: [
231,
748,
745,
1430,
1321,
504,
193,
1431,
1101,
1103,
345,
224,
1325,
1108,
1432,
1336,
235,
1111,
1327,
467,
1328,
887,
355,
289,
239,
328,
363,
1170,
1433,
511,
907,
1434
],
),
"add_column_left": SymbolsMetadata(
popularity: 9,
codepoint: 0xf425,
categories: [12],
tags: [
231,
745,
1435,
1436,
1437,
1438,
1439,
1440,
933,
1441,
1442,
485,
1443,
370,
382,
1444,
1445,
1446,
1447,
385,
1448,
1449,
1450,
1451,
1452,
1453,
1454,
1455,
239,
1456,
1457,
1458,
1459,
1460,
1461,
1462,
1463,
31,
1464,
1465,
396,
1186
],
),
"add_column_right": SymbolsMetadata(
popularity: 36,
codepoint: 0xf424,
categories: [12],
tags: [
231,
745,
1435,
1466,
1467,
517,
1439,
933,
81,
1468,
485,
1469,
488,
370,
382,
1445,
1470,
385,
1471,
1472,
1453,
586,
239,
432,
906,
1460,
1473,
1461,
433,
955,
31,
1474,
1465,
396,
1186
],
),
"add_comment": SymbolsMetadata(
popularity: 2237,
codepoint: 0xe266,
categories: [7],
tags: [
231,
745,
1475,
1321,
568,
570,
572,
573,
283,
1476,
1325,
1477,
1478,
1479,
1480,
1336,
1111,
1327,
1328,
583,
887,
1481,
1482,
239,
1483,
1484,
593,
594,
1485,
31,
1296,
33,
1486
],
),
"add_diamond": SymbolsMetadata(
popularity: 50,
codepoint: 0xf49c,
categories: [11],
tags: [
231,
745,
1487,
1324,
1325,
846,
1488,
1489,
1490,
1350,
381,
1336,
1327,
1491,
1328,
1492,
1330,
887,
1453,
239,
1493,
1494,
392,
31,
1495,
958
],
),
"add_home": SymbolsMetadata(
popularity: 406,
codepoint: 0xf8eb,
categories: [5],
tags: [
1496,
745,
1321,
1497,
1323,
929,
504,
1498,
1325,
1235,
1499,
1106,
1140,
1500,
1336,
235,
1327,
323,
325,
887,
239,
1501,
1502,
985,
1503,
1504,
1505,
955,
1506,
1507
],
),
"add_home_work": SymbolsMetadata(
popularity: 346,
codepoint: 0xf8ed,
categories: [5],
tags: [
745,
1378,
1379,
1508,
1509,
1510,
1511,
1512,
1513,
1514,
1515,
929,
569,
1498,
1325,
1140,
1500,
1516,
323,
1029,
887,
1391,
239,
1517,
1501,
1502,
1504,
1518,
1519
],
),
"add_link": SymbolsMetadata(
popularity: 1503,
codepoint: 0xe178,
categories: [12],
tags: [
745,
1520,
1521,
1522,
1323,
1374,
1523,
1524,
1324,
1073,
284,
1325,
1235,
488,
1525,
259,
1328,
1526,
1314,
1527,
1330,
267,
887,
239,
1528,
1529,
243,
31,
1530,
1531,
333,
1186
],
),
"add_location": SymbolsMetadata(
popularity: 2836,
codepoint: 0xe567,
categories: [5],
tags: [
231,
745,
1381,
1532,
1533,
1325,
1235,
312,
313,
1534,
1535,
1536,
318,
321,
1537,
323,
1538,
1539,
324,
1388,
1540,
1541,
174,
325,
887,
1542,
326,
1543,
1544,
327,
1545,
1546,
239,
1547,
1392,
329,
31,
332
],
),
"add_location_alt": SymbolsMetadata(
popularity: 1756,
codepoint: 0xef3a,
categories: [5],
tags: [
231,
745,
1381,
504,
345,
312,
313,
317,
318,
1548,
321,
137,
138,
1549,
323,
324,
1541,
1166,
174,
1550,
887,
1542,
326,
1551,
327,
1545,
239,
1167,
329,
1552,
1553,
31,
182,
332,
907
],
),
"add_moderator": SymbolsMetadata(
popularity: 631,
codepoint: 0xe97d,
categories: [13],
tags: [
231,
745,
1554,
1555,
1556,
1557,
1558,
1559,
1560,
1561,
1562,
1563,
1564,
1565,
1566,
1567,
1568,
887,
1569,
1570,
1571,
1572,
1573,
1574,
1045,
239,
1575,
1576,
1577,
1578,
1579,
1580,
1034,
1063,
1048,
1581,
1582,
1036,
1583,
31,
990,
1584,
1585
],
),
"add_notes": SymbolsMetadata(
popularity: 189,
codepoint: 0xe091,
categories: [12],
tags: [
231,
745,
232,
1475,
1586,
1325,
1587,
1588,
1589,
1590,
147,
1327,
1591,
1592,
88,
1593,
583,
887,
1481,
1594,
1595,
1596,
1597,
239,
453,
1370,
1598,
1599,
33,
1600,
1486
],
),
"add_photo_alternate": SymbolsMetadata(
popularity: 4257,
codepoint: 0xe43e,
categories: [1],
tags: [
231,
745,
232,
1342,
1601,
1602,
42,
450,
1197,
1603,
147,
1343,
137,
49,
1604,
1327,
1605,
406,
1606,
1607,
887,
57,
59,
62,
239,
432,
362,
433,
1608,
31,
527,
476
],
),
"add_reaction": SymbolsMetadata(
popularity: 2663,
codepoint: 0xe1d3,
categories: [3],
tags: [
231,
745,
1609,
1610,
1611,
1321,
504,
570,
193,
572,
1272,
1612,
1613,
1614,
1615,
1616,
577,
1480,
1617,
1618,
1619,
1620,
138,
1621,
1336,
1327,
1622,
1623,
1624,
887,
289,
589,
1625,
239,
240,
242,
1484,
1626,
1627,
1628,
593,
243,
1629,
31
],
),
"add_road": SymbolsMetadata(
popularity: 767,
codepoint: 0xef3b,
categories: [5],
tags: [
231,
745,
1630,
1374,
1325,
312,
313,
137,
1631,
138,
1632,
1633,
87,
323,
324,
1541,
174,
1550,
887,
1634,
239,
1635,
1636,
898,
1226,
1637,
31,
1638,
1639,
332,
141,
1348,
1640
],
),
"add_row_above": SymbolsMetadata(
popularity: 10,
codepoint: 0xf423,
categories: [12],
tags: [
231,
1641,
745,
1642,
373,
1439,
933,
1325,
81,
1643,
1468,
485,
1589,
1590,
914,
1335,
488,
370,
1078,
382,
1644,
1327,
385,
87,
887,
1453,
586,
239,
1645,
453,
1646,
1460,
1461,
955,
31,
1474,
1465,
396,
1186
],
),
"add_row_below": SymbolsMetadata(
popularity: 23,
codepoint: 0xf422,
categories: [12],
tags: [
231,
745,
1647,
1648,
1437,
77,
1649,
1439,
933,
1325,
1235,
81,
485,
1589,
1650,
1252,
1590,
914,
488,
370,
382,
699,
1446,
1651,
385,
87,
1652,
887,
1653,
1453,
92,
239,
1460,
1461,
1654,
955,
31,
1474,
1465,
396,
1186
],
),
"add_shopping_cart": SymbolsMetadata(
popularity: 7119,
codepoint: 0xe854,
categories: [9],
tags: [
1655,
745,
1656,
1657,
1658,
930,
1659,
931,
1416,
932,
934,
936,
937,
938,
1660,
1661,
1376,
1389,
948,
523,
1662,
1663,
91,
950,
951,
239,
1664,
1665,
1393,
1666,
1667,
1394,
1395,
1668,
1396
],
),
"add_task": SymbolsMetadata(
popularity: 4329,
codepoint: 0xf23a,
categories: [2],
tags: [
231,
745,
232,
1669,
1670,
1671,
1672,
504,
1673,
1674,
193,
1675,
519,
1325,
44,
10,
137,
138,
235,
1344,
88,
1166,
262,
887,
1676,
876,
1677,
239,
1517,
1168,
362,
31,
1518,
1678,
1679,
1680,
141,
1348,
333,
1519,
1681
],
),
"add_to_drive": SymbolsMetadata(
popularity: 785,
codepoint: 0xe65c,
categories: [12],
tags: [
745,
1682,
1683,
1684,
232,
1669,
501,
1685,
1686,
1687,
1325,
81,
1589,
1688,
1689,
147,
1690,
1691,
1692,
1693,
1694,
259,
267,
887,
523,
239,
1528,
1695,
1696,
1697,
1128,
1698,
765,
527
],
),
"add_to_home_screen": SymbolsMetadata(
popularity: 322,
codepoint: 0xe1fe,
categories: [11],
tags: [
1246,
1247,
748,
745,
1699,
1700,
1669,
501,
77,
1701,
1250,
288,
1702,
313,
914,
1703,
1704,
1110,
1140,
1253,
1705,
262,
1706,
325,
271,
326,
432,
1707,
1696,
410,
1529,
1128,
1708,
433,
31,
525,
1709,
98,
527
],
rtlAutoMirrored: true,
),
"add_to_queue": SymbolsMetadata(
popularity: 547,
codepoint: 0xe05c,
categories: [0],
tags: [
231,
1246,
1247,
745,
1710,
1321,
1467,
1268,
1711,
1712,
288,
8,
781,
1110,
1253,
1336,
1327,
87,
88,
1713,
1029,
406,
630,
439,
1714,
887,
905,
91,
1715,
1716,
408,
1717,
239,
1718,
410,
94,
1719,
31,
1720,
1721,
37,
543,
1722,
333,
1187
],
),
"add_triangle": SymbolsMetadata(
popularity: 56,
codepoint: 0xf48e,
categories: [5],
tags: [
231,
745,
232,
1360,
1321,
1132,
1374,
691,
1375,
1325,
1723,
488,
348,
904,
381,
137,
1336,
1327,
1166,
1724,
1725,
325,
887,
1453,
1726,
289,
239,
242,
392,
898,
1727,
1170,
31,
1638,
1728,
1409,
206
],
),
"adf_scanner": SymbolsMetadata(
popularity: 250,
codepoint: 0xeada,
categories: [11],
tags: [
1729,
1730,
1731,
569,
1732,
1733,
288,
1734,
1589,
1735,
1736,
1737,
916,
107,
1111,
1738,
1739,
1391,
1740,
1741,
1597,
1742,
1743,
1744,
758,
432,
1745,
1746,
1598,
1719,
65,
1519
],
),
"adjust": SymbolsMetadata(
popularity: 1717,
codepoint: 0xe39e,
categories: [1],
tags: [
1747,
1748,
1749,
1423,
517,
1750,
308,
1751,
193,
1101,
685,
1752,
1753,
1236,
1754,
83,
1755,
1756,
1757,
915,
916,
49,
1083,
1471,
1029,
506,
1652,
1758,
70,
921,
1759,
1760,
71,
1761,
1227,
97,
1762,
1763
],
),
"admin_meds": SymbolsMetadata(
popularity: 24,
codepoint: 0xe48d,
categories: [3],
tags: [
861,
565,
1764,
1765,
1766,
1767,
1768,
1769,
685,
345,
1425,
1770,
1771,
697,
892,
1772,
1029,
1773,
1774,
894,
1775,
1776,
919,
1777,
1778,
1779,
1063,
1780,
590,
1065,
1781,
1782,
1036,
1783,
71,
601
],
),
"admin_panel_settings": SymbolsMetadata(
popularity: 8070,
codepoint: 0xef3d,
categories: [13],
tags: [
861,
565,
1747,
1764,
1560,
566,
1561,
1784,
685,
345,
1236,
1425,
1252,
577,
1785,
581,
1112,
1786,
1029,
70,
919,
588,
1787,
589,
921,
1034,
1063,
590,
1581,
1582,
1036,
71,
1788,
1583,
1093,
511,
1789,
601,
1584
],
),
"ads_click": SymbolsMetadata(
popularity: 7314,
codepoint: 0xe762,
categories: [6],
tags: [
1790,
1791,
1176,
1071,
77,
1179,
504,
1792,
1193,
1793,
1794,
1795,
1796,
312,
44,
1797,
1798,
1622,
259,
1314,
1182,
17,
267,
523,
648,
1167,
1184,
1799,
362,
1800,
1227,
1801,
1095,
1638,
333
],
),
"agender": SymbolsMetadata(
popularity: 175,
codepoint: 0xf888,
categories: [3],
tags: [
1802,
193,
574,
1235,
1803,
1804,
1805,
1806,
1807,
1808,
1809,
581,
138,
978,
872,
1810,
1811,
87,
1812,
815,
1813,
588,
589,
239,
590,
1814,
390,
1815,
1816,
1067,
593,
31,
601
],
),
"agriculture": SymbolsMetadata(
popularity: 1718,
codepoint: 0xea79,
categories: [14],
tags: [
1817,
1818,
1819,
1820,
1821,
1822,
1823,
1824,
1825,
1826,
1827,
1828,
1829,
1830,
1831,
1326,
234,
1832,
1833,
87,
1541,
1834,
289,
1835,
1836,
1837,
1838,
1839,
1840,
1841,
511,
1842,
900,
332,
1843,
1844,
1845,
1846
],
),
"air": SymbolsMetadata(
popularity: 2764,
codepoint: 0xefd8,
categories: [15],
tags: [
480,
837,
1847,
1848,
1849,
1850,
840,
845,
1851,
1164,
1852,
1853,
1077,
1854,
1855,
1856,
1857,
87,
1471,
353,
468,
63,
1858,
1859,
454,
1860,
1861,
1862,
1863,
1864,
859,
1865
],
),
"air_freshener": SymbolsMetadata(
popularity: 422,
codepoint: 0xe2ca,
categories: [8],
tags: [
837,
1866,
1867,
1868,
1869,
1767,
1870,
1820,
1871,
1872,
1873,
1874,
1854,
1875,
904,
137,
1140,
1376,
1143,
492,
1876,
289,
1877,
760,
1858,
392,
888,
1859,
1878,
31,
1407,
1862
],
),
"air_purifier": SymbolsMetadata(
popularity: 38,
codepoint: 0xe97e,
categories: [8],
tags: [
837,
1879,
1880,
1881,
1882,
1867,
1883,
1849,
1884,
810,
1871,
1885,
288,
1886,
1887,
1888,
1854,
1855,
1875,
1889,
697,
1140,
1500,
1890,
1471,
1738,
1891,
1892,
1893,
1894,
1895,
433,
1862,
1864
],
),
"air_purifier_gen": SymbolsMetadata(
popularity: 329,
codepoint: 0xe829,
categories: [8],
tags: [
837,
1879,
1881,
1882,
1896,
1867,
1897,
1898,
1871,
1899,
345,
288,
1852,
1887,
1900,
697,
1901,
1902,
1903,
1471,
642,
1143,
1892,
432,
71,
1904,
1905,
1906,
1907,
1908,
1862,
1865
],
),
"airline_seat_flat": SymbolsMetadata(
popularity: 278,
codepoint: 0xe630,
categories: [16],
tags: [
1909,
1910,
1911,
1912,
690,
569,
1913,
1914,
1915,
1885,
1916,
1917,
379,
1918,
699,
581,
1633,
1919,
1920,
1492,
1921,
1922,
588,
589,
387,
1923,
1924,
1925,
1926,
1927,
1928,
900,
1639,
332,
1929
],
),
"airline_seat_flat_angled": SymbolsMetadata(
popularity: 149,
codepoint: 0xe631,
categories: [16],
tags: [
1930,
1909,
1910,
1931,
1912,
690,
1932,
569,
1913,
1914,
1915,
1885,
375,
1916,
1917,
379,
1933,
137,
581,
138,
384,
1934,
1922,
588,
589,
387,
1935,
1936,
1926,
1927,
1937,
1928,
31,
900,
1639,
332
],
),
"airline_seat_individual_suite": SymbolsMetadata(
popularity: 230,
codepoint: 0xe632,
categories: [16],
tags: [
1938,
1909,
1910,
1939,
1911,
690,
1932,
569,
1913,
1940,
1915,
1885,
1941,
1916,
1917,
1918,
1933,
581,
979,
1942,
1633,
1492,
1943,
1922,
588,
589,
920,
387,
716,
1063,
1923,
1936,
1926,
1927,
1928,
1944,
1945,
1639,
332,
1187
],
),
"airline_seat_legroom_extra": SymbolsMetadata(
popularity: 164,
codepoint: 0xe633,
categories: [16],
tags: [
1909,
1910,
690,
1932,
1914,
1885,
1941,
1946,
1947,
694,
1933,
581,
1633,
1948,
1949,
1934,
1950,
1922,
588,
589,
387,
716,
1936,
1646,
1927,
1951,
823,
1952,
1639,
332,
1953,
1844
],
),
"airline_seat_legroom_normal": SymbolsMetadata(
popularity: 146,
codepoint: 0xe634,
categories: [16],
tags: [
1909,
1910,
1131,
1467,
1911,
690,
1940,
1914,
1885,
694,
1918,
581,
1633,
385,
1949,
1934,
17,
1954,
1922,
588,
589,
387,
1955,
1927,
1937,
1951,
823,
1956,
900,
1639,
332,
1844
],
),
"airline_seat_legroom_reduced": SymbolsMetadata(
popularity: 143,
codepoint: 0xe635,
categories: [16],
tags: [
1938,
1909,
1910,
690,
1940,
1885,
1957,
1958,
964,
694,
1933,
581,
1633,
1949,
1934,
1959,
1960,
1961,
814,
1922,
588,
589,
387,
1962,
1065,
1646,
1927,
1937,
1963,
1951,
1964,
823,
1965,
900,
1639,
332,
1929
],
),
"airline_seat_recline_extra": SymbolsMetadata(
popularity: 572,
codepoint: 0xe636,
categories: [16],
tags: [
1909,
1910,
1911,
690,
1932,
1914,
1885,
1941,
1947,
694,
1918,
1933,
1966,
581,
1633,
1949,
1934,
1967,
1920,
1922,
588,
589,
387,
716,
1935,
1925,
1968,
1936,
1927,
1951,
823,
900,
1639,
332,
1929,
1953,
1969
],
),
"airline_seat_recline_normal": SymbolsMetadata(
popularity: 671,
codepoint: 0xe637,
categories: [16],
tags: [
1909,
1970,
1971,
1910,
690,
1914,
1885,
1941,
375,
1972,
1947,
694,
1918,
581,
1633,
385,
1949,
1934,
1954,
1973,
1922,
1974,
588,
589,
1935,
1975,
1925,
1927,
1937,
1976,
1951,
823,
1977,
900,
332,
1978,
1979,
1980,
1844
],
),
"airline_stops": SymbolsMetadata(
popularity: 389,
codepoint: 0xe7d0,
categories: [5],
tags: [
1909,
1910,
1981,
77,
1911,
1101,
284,
312,
1982,
313,
1105,
1918,
1983,
1633,
1984,
1985,
87,
323,
1541,
325,
1634,
327,
387,
851,
1986,
1636,
1987,
1988,
1639,
332,
1989,
1990,
1929
],
),
"airlines": SymbolsMetadata(
popularity: 453,
codepoint: 0xe7ca,
categories: [14],
tags: [
837,
1991,
1938,
1992,
1993,
1910,
1994,
1995,
1981,
1911,
1932,
1996,
312,
1918,
1997,
1998,
1999,
1933,
1633,
642,
1061,
387,
2000,
2001,
273,
2002,
900,
1639,
332,
2003,
1978,
1929,
2004
],
),
"airplane_ticket": SymbolsMetadata(
popularity: 1654,
codepoint: 0xefd9,
categories: [16],
tags: [
2005,
837,
2006,
1938,
1910,
2007,
1995,
1981,
2008,
2009,
1932,
1589,
2010,
1590,
1918,
2011,
1998,
1999,
1933,
2012,
1633,
1541,
1597,
2013,
2014,
387,
2015,
2001,
432,
1936,
1745,
2016,
273,
2017,
2018,
2019,
900,
1639,
332,
2020,
1929,
1969
],
rtlAutoMirrored: true,
),
"airplanemode_inactive": SymbolsMetadata(
popularity: 267,
codepoint: 0xe194,
categories: [4],
tags: [
837,
1938,
1910,
1994,
1995,
1981,
1911,
1272,
254,
1299,
2021,
1162,
868,
1055,
1918,
2022,
1998,
1999,
1933,
1222,
87,
1541,
2023,
642,
2024,
2025,
2026,
1059,
1060,
1061,
387,
2001,
273,
2027,
1067,
1639,
332,
1728,
1929,
2028
],
),
"airplay": SymbolsMetadata(
popularity: 374,
codepoint: 0xe055,
categories: [0],
tags: [
2029,
77,
1268,
731,
2030,
2031,
1073,
284,
2032,
345,
1712,
288,
8,
2033,
406,
2034,
630,
439,
1741,
408,
388,
410,
2035,
2036,
2037,
2038,
273,
411,
1728,
2039,
37,
278,
2040
],
),
"airport_shuttle": SymbolsMetadata(
popularity: 2266,
codepoint: 0xeb3c,
categories: [14],
tags: [
1981,
2041,
1818,
2042,
2043,
1820,
1821,
1180,
2044,
2045,
2046,
313,
2047,
2048,
2049,
2050,
1633,
2051,
1541,
2052,
1922,
2053,
2054,
2055,
432,
1635,
2056,
2057,
1317,
1988,
900,
1639,
332,
1929,
1843,
2058,
1844,
2059
],
rtlAutoMirrored: true,
),
"airware": SymbolsMetadata(
popularity: 441,
codepoint: 0xf154,
categories: [8],
tags: [
2060,
2061,
1268,
731,
254,
2062,
81,
1077,
351,
916,
259,
353,
1714,
267,
2063,
2064,
2065,
273,
2066,
1293,
411,
97,
2067,
2068,
1863,
1864,
277,
278
],
),
"airwave": SymbolsMetadata(
popularity: 695,
codepoint: 0xe29c,
categories: [10],
tags: [
837,
2060,
2061,
1268,
2069,
2070,
1848,
1850,
731,
840,
283,
284,
2062,
2071,
2072,
1077,
351,
1140,
2073,
651,
1714,
1143,
267,
1742,
2074,
2075,
273,
2076,
1293,
2077,
2078,
97,
2067,
554,
1863,
2079,
1864,
859,
1865
],
),
"alarm": SymbolsMetadata(
popularity: 4796,
codepoint: 0xe855,
categories: [6],
tags: [
861,
1747,
1359,
1360,
1670,
1362,
2080,
193,
1159,
345,
2081,
1160,
2082,
489,
2083,
2084,
51,
2085,
1166,
616,
328,
1370,
762,
1168,
151,
1293,
1171,
1172,
2086,
2087
],
),
"alarm_add": SymbolsMetadata(
popularity: 745,
codepoint: 0xe856,
categories: [6],
tags: [
231,
745,
2088,
1359,
1360,
1669,
1670,
1268,
1362,
1159,
2081,
1325,
1160,
44,
10,
262,
2089,
887,
2090,
616,
271,
239,
1370,
762,
1168,
1201,
151,
1293,
31,
1518,
1171,
1172,
2086,
2087
],
),
"alarm_off": SymbolsMetadata(
popularity: 489,
codepoint: 0xe857,
categories: [6],
tags: [
1359,
2091,
1360,
1362,
2092,
2093,
2094,
1673,
2095,
1159,
1162,
2096,
2097,
2098,
868,
2099,
1055,
2100,
2101,
2102,
1303,
2103,
2104,
2105,
2106,
616,
2107,
1059,
1061,
2108,
2109,
2110,
1067,
2111,
2112,
1171,
1172,
2113,
2087
],
),
"alarm_on": SymbolsMetadata(
popularity: 1980,
codepoint: 0xe858,
categories: [6],
tags: [
2114,
749,
1359,
1360,
2115,
2116,
1362,
2117,
1673,
2095,
1363,
1159,
2099,
1055,
10,
2118,
616,
2119,
1061,
1370,
2120,
2121,
2122,
1168,
273,
1293,
2123,
1171,
1172,
2086,
206,
2087
],
),
"alarm_pause": SymbolsMetadata(
popularity: 24,
codepoint: 0xf35b,
categories: [6],
tags: [
1359,
1360,
1670,
1362,
2124,
2125,
1159,
345,
2126,
2099,
10,
352,
616,
1223,
2127,
2128,
1370,
1168,
2129,
1226,
2130,
1171,
1172,
2131,
2087
],
),
"alarm_smart_wake": SymbolsMetadata(
popularity: 38,
codepoint: 0xf6b0,
categories: [6],
tags: [
1359,
1360,
2132,
1268,
2133,
1362,
1363,
1159,
2134,
2135,
2136,
2089,
616,
2119,
2137,
1370,
2121,
1168,
273,
1292,
1293,
2138,
1171,
2139,
2140,
1172,
554,
2141,
2142,
2086
],
),
"album": SymbolsMetadata(
popularity: 1467,
codepoint: 0xe019,
categories: [0],
tags: [
1342,
2143,
2144,
2145,
1268,
1192,
2146,
2147,
2148,
1197,
2149,
519,
2150,
81,
2151,
2152,
147,
2153,
1343,
579,
173,
2154,
1345,
1471,
406,
1714,
586,
2155,
2156,
1717,
453,
2157,
1201,
1293,
433,
1719,
1698,
2158,
554
],
),
"align_center": SymbolsMetadata(
popularity: 16,
codepoint: 0xe356,
categories: [12],
tags: [
2159,
2160,
1467,
517,
308,
2161,
2162,
1589,
2163,
2164,
2165,
370,
2166,
699,
2167,
385,
1471,
2168,
1943,
91,
2169,
2170,
329,
703,
2171,
2172,
33,
2173,
2174,
2175,
1486
],
),
"align_end": SymbolsMetadata(
popularity: 5,
codepoint: 0xf797,
categories: [12],
tags: [
2176,
2177,
2178,
2160,
2179,
2180,
1589,
2164,
2165,
2181,
2166,
2182,
385,
2183,
2184,
2185,
33,
2173,
2186,
2187,
2188,
2189,
2190
],
),
"align_flex_center": SymbolsMetadata(
popularity: 11,
codepoint: 0xf796,
categories: [12],
tags: [
2159,
2160,
1467,
481,
308,
628,
2191,
2192,
1164,
2193,
1275,
370,
2166,
382,
699,
2194,
385,
1471,
1943,
2195,
329,
703,
2172,
2173,
1465
],
),
"align_flex_end": SymbolsMetadata(
popularity: 2,
codepoint: 0xf795,
categories: [12],
tags: [
1747,
2159,
2160,
1467,
2196,
308,
1439,
628,
345,
2197,
8,
2191,
2198,
2135,
2199,
1275,
370,
382,
699,
86,
2194,
385,
1471,
92,
2200,
1291,
906,
1646,
703,
823,
955,
2172,
1465,
2201
],
),
"align_flex_start": SymbolsMetadata(
popularity: 3,
codepoint: 0xf794,
categories: [12],
tags: [
2159,
2202,
2203,
2160,
1467,
2204,
481,
482,
308,
2197,
2191,
2198,
2205,
2199,
1275,
370,
2206,
86,
2194,
385,
2207,
1471,
586,
2208,
2200,
432,
703,
392,
2138,
955,
2172,
2209,
1263,
2210,
1465,
2211,
2212
],
),
"align_horizontal_center": SymbolsMetadata(
popularity: 350,
codepoint: 0xe00f,
categories: [12],
tags: [
2159,
2160,
76,
517,
308,
628,
81,
485,
2192,
1589,
2165,
370,
2166,
382,
699,
385,
1471,
92,
2169,
2208,
2200,
432,
703,
2171,
392,
955,
2172,
33,
2213
],
),
"align_horizontal_left": SymbolsMetadata(
popularity: 470,
codepoint: 0xe00d,
categories: [12],
tags: [
2159,
2214,
2215,
2160,
76,
2216,
517,
313,
1589,
2217,
2164,
2165,
370,
2181,
699,
2218,
2167,
385,
2207,
2219,
1471,
91,
92,
2169,
329,
2220,
703,
2171,
709,
2172,
33,
2221
],
rtlAutoMirrored: true,
),
"align_horizontal_right": SymbolsMetadata(
popularity: 309,
codepoint: 0xe010,
categories: [12],
tags: [
2222,
2159,
2160,
76,
517,
628,
1589,
2163,
2165,
370,
2223,
699,
2224,
385,
1471,
91,
2169,
2225,
329,
432,
906,
703,
2171,
709,
2172,
33,
2226,
338,
2190,
1486
],
rtlAutoMirrored: true,
),
"align_items_stretch": SymbolsMetadata(
popularity: 14,
codepoint: 0xf793,
categories: [12],
tags: [
2159,
2227,
2160,
1467,
482,
308,
2228,
1333,
2197,
485,
1104,
2191,
2192,
2198,
914,
2229,
2230,
2199,
370,
382,
579,
699,
2206,
86,
385,
1471,
2231,
92,
432,
2232,
703,
2171,
95,
433,
1952,
2172,
1465,
2211
],
),
"align_justify_center": SymbolsMetadata(
popularity: 5,
codepoint: 0xf792,
categories: [12],
tags: [
2159,
2160,
1467,
308,
2233,
2161,
628,
1753,
2191,
1589,
2234,
2165,
370,
2166,
2235,
2236,
699,
916,
2182,
2237,
385,
1471,
506,
1943,
70,
1596,
2169,
2200,
703,
2238,
2172,
33,
2221,
1486
],
),
"align_justify_flex_end": SymbolsMetadata(
popularity: 5,
codepoint: 0xf791,
categories: [12],
tags: [
1747,
2159,
2160,
1467,
481,
2196,
308,
628,
1236,
81,
2191,
2135,
2193,
1275,
370,
2236,
699,
68,
2194,
385,
1471,
88,
506,
1652,
70,
91,
92,
2169,
329,
432,
906,
703,
71,
709,
955,
2172,
33,
1465
],
),
"align_justify_flex_start": SymbolsMetadata(
popularity: 9,
codepoint: 0xf790,
categories: [12],
tags: [
2159,
2239,
2160,
2204,
2240,
308,
628,
2241,
2191,
1275,
370,
2242,
2166,
2182,
2194,
2243,
385,
2219,
1471,
88,
2244,
506,
2245,
2169,
2246,
2247,
1742,
703,
2138,
2172,
33,
2248,
2249,
1465,
2250
],
),
"align_justify_space_around": SymbolsMetadata(
popularity: 10,
codepoint: 0xf78f,
categories: [12],
tags: [
2159,
2160,
460,
1467,
925,
308,
933,
485,
2191,
2251,
2192,
1589,
2165,
2252,
370,
2166,
382,
699,
2167,
2194,
385,
1471,
586,
92,
2169,
2253,
1460,
703,
823,
709,
2172,
33,
1486
],
),
"align_justify_space_between": SymbolsMetadata(
popularity: 20,
codepoint: 0xf78e,
categories: [12],
tags: [
2159,
2160,
308,
2254,
2180,
2191,
2192,
1589,
2255,
680,
2256,
370,
2166,
699,
916,
2182,
2194,
385,
2257,
1471,
506,
70,
2258,
2169,
1742,
703,
71,
2259,
709,
2172,
2173,
2186,
2260,
97,
2261,
1486
],
),
"align_justify_space_even": SymbolsMetadata(
popularity: 19,
codepoint: 0xf78d,
categories: [12],
tags: [
2159,
2160,
1467,
308,
628,
2191,
1589,
2165,
2262,
2263,
2264,
370,
2166,
2265,
699,
2206,
916,
2194,
385,
1471,
91,
92,
2169,
703,
823,
709,
955,
2172,
33,
2248,
2266,
2267,
2213,
1486
],
),
"align_justify_stretch": SymbolsMetadata(
popularity: 6,
codepoint: 0xf78c,
categories: [12],
tags: [
2159,
2160,
1467,
517,
308,
933,
628,
2191,
1589,
1252,
2252,
2268,
914,
370,
2166,
1704,
382,
699,
2194,
385,
1471,
88,
506,
91,
92,
2169,
1427,
1460,
703,
823,
709,
1952,
2172,
33,
1465
],
),
"align_self_stretch": SymbolsMetadata(
popularity: 7,
codepoint: 0xf78b,
categories: [12],
tags: [
1747,
2159,
2160,
502,
144,
482,
308,
1333,
628,
377,
2191,
2269,
1164,
914,
2229,
2230,
370,
1326,
383,
2194,
385,
1471,
492,
150,
390,
2232,
703,
2171,
2270,
71,
298,
1952,
2172,
1907,
1465,
476
],
),
"align_space_around": SymbolsMetadata(
popularity: 3,
codepoint: 0xf78a,
categories: [12],
tags: [
2271,
2159,
2160,
460,
1467,
2272,
2273,
308,
628,
2192,
2274,
2198,
2252,
370,
699,
2194,
385,
87,
2231,
92,
2169,
2200,
1646,
823,
709,
2275,
33,
551,
338
],
),
"align_space_between": SymbolsMetadata(
popularity: 5,
codepoint: 0xf789,
categories: [12],
tags: [
2159,
2160,
76,
1467,
517,
2272,
2276,
485,
2192,
1589,
2165,
370,
2166,
2265,
699,
2182,
2194,
385,
2207,
1471,
2169,
329,
2200,
906,
823,
709,
33,
2186
],
),
"align_space_even": SymbolsMetadata(
popularity: 4,
codepoint: 0xf788,
categories: [12],
tags: [
1747,
2222,
2159,
2160,
76,
1467,
345,
2191,
2277,
1252,
2165,
2278,
2279,
2263,
2166,
382,
699,
2206,
2280,
2194,
385,
91,
2169,
329,
2200,
2281,
823,
709,
33,
1789
],
),
"align_start": SymbolsMetadata(
popularity: 2,
codepoint: 0xf787,
categories: [12],
tags: [
2159,
2239,
1467,
2282,
2240,
628,
81,
313,
2283,
1589,
1252,
2165,
2166,
2182,
2194,
385,
2207,
2219,
1471,
88,
2169,
329,
2284,
2171,
2138,
33,
2221,
1486
],
),
"align_stretch": SymbolsMetadata(
popularity: 6,
codepoint: 0xf786,
categories: [12],
tags: [
2159,
1467,
2273,
628,
345,
313,
2192,
1589,
2165,
1164,
2252,
914,
2285,
2166,
2286,
699,
2194,
385,
492,
1596,
2287,
2232,
391,
709,
1952,
33,
397,
2288
],
),
"align_vertical_bottom": SymbolsMetadata(
popularity: 324,
codepoint: 0xe015,
categories: [12],
tags: [
2159,
2160,
76,
1423,
2196,
2289,
2191,
1589,
2255,
2165,
147,
370,
2166,
2265,
385,
87,
1471,
1596,
2169,
329,
1427,
432,
703,
2171,
2172,
33,
2290,
97,
1465,
2213
],
),
"align_vertical_center": SymbolsMetadata(
popularity: 259,
codepoint: 0xe011,
categories: [12],
tags: [
2159,
2160,
1467,
2273,
308,
2161,
933,
628,
2191,
1589,
2165,
2268,
370,
2166,
382,
385,
1471,
1943,
2169,
329,
1460,
703,
2171,
709,
2172,
33,
338,
1465,
1486
],
),
"align_vertical_top": SymbolsMetadata(
popularity: 255,
codepoint: 0xe00c,
categories: [12],
tags: [
1747,
2159,
2160,
76,
1423,
517,
345,
485,
2191,
1589,
1252,
2165,
370,
2166,
137,
382,
385,
1471,
2231,
91,
92,
2169,
2225,
329,
1427,
432,
703,
2171,
95,
2172,
33,
97,
1263,
907,
1465
],
),
"all_inbox": SymbolsMetadata(
popularity: 821,
codepoint: 0xe97f,
categories: [7],
tags: [
2291,
2292,
2293,
2143,
482,
1192,
1197,
283,
463,
2294,
1333,
2295,
2296,
2045,
2297,
2298,
2299,
2300,
2286,
2301,
2302,
15,
2303,
2304,
2305,
583,
2306,
2307,
2308,
2309,
2310,
1698,
2311
],
),
"all_inclusive": SymbolsMetadata(
popularity: 3268,
codepoint: 0xeb3d,
categories: [6],
tags: [
480,
2292,
2312,
463,
2294,
2313,
1074,
752,
753,
2314,
2315,
2316,
2317,
2318,
2319,
2286,
319,
873,
2320,
2321,
2322,
757,
793,
2323,
2324,
2325,
2326,
2327,
31,
2311,
2328,
881,
2329,
2330
],
),
"all_match": SymbolsMetadata(
popularity: 95,
codepoint: 0xe093,
categories: [2],
tags: [
2331,
2292,
1671,
2332,
1673,
463,
2333,
43,
2334,
2335,
2317,
2336,
316,
83,
317,
1757,
2286,
2337,
52,
1549,
2338,
2339,
2340,
1166,
2341,
1676,
2342,
2343,
2344,
2345,
1745,
1126,
2346,
362,
182,
1678,
2347,
1584,
396,
1681,
2348
],
),
"all_out": SymbolsMetadata(
popularity: 430,
codepoint: 0xe90b,
categories: [6],
tags: [
480,
2292,
502,
633,
2349,
482,
193,
2350,
2351,
914,
2352,
1335,
2353,
1704,
904,
1326,
2354,
1471,
2355,
2356,
2357,
1167,
432,
391,
392,
2358,
2359,
476,
2348
],
),
"allergies": SymbolsMetadata(
popularity: 23,
codepoint: 0xe094,
categories: [3],
tags: [
1360,
2360,
2361,
2362,
2363,
2364,
2365,
1852,
2366,
2367,
2368,
697,
2369,
138,
2370,
2371,
2372,
2373,
894,
2374,
1834,
2375,
1835,
2376,
2377,
2378,
2379,
2380,
2381,
2382,
2383,
2384,
206
],
),
"allergy": SymbolsMetadata(
popularity: 38,
codepoint: 0xe64e,
categories: [3],
tags: [
1360,
2360,
2361,
2362,
2363,
2385,
691,
2386,
1365,
2387,
2388,
1770,
2367,
2389,
697,
892,
1772,
2390,
2391,
2371,
894,
1776,
2392,
1777,
2376,
2393,
2394,
2380,
2395,
2396,
2397,
2398,
206
],
),
"alt_route": SymbolsMetadata(
popularity: 1531,
codepoint: 0xf184,
categories: [5],
tags: [
2399,
1601,
2400,
2401,
502,
2402,
2403,
1751,
684,
2404,
2405,
754,
2406,
2407,
313,
2408,
2409,
1983,
1633,
324,
1085,
1541,
2410,
325,
70,
2411,
1634,
1635,
1636,
2412,
2413,
363,
2414,
1637,
2415,
31,
1988,
1639,
332,
2416,
1640
],
rtlAutoMirrored: true,
),
"alternate_email": SymbolsMetadata(
popularity: 7906,
codepoint: 0xe0e6,
categories: [7],
tags: [
2417,
1514,
2418,
1601,
2419,
2420,
573,
283,
975,
2421,
2295,
2298,
2422,
2423,
2300,
2301,
2424,
15,
2303,
583,
2306,
289,
2425,
2426,
2427,
2308,
2428,
2310,
2429,
1170,
182
],
),
"altitude": SymbolsMetadata(
popularity: 134,
codepoint: 0xf873,
categories: [3],
tags: [
2430,
1071,
77,
78,
1423,
1424,
517,
373,
81,
313,
2431,
1078,
2432,
234,
383,
235,
51,
792,
87,
226,
1086,
1607,
648,
242,
759,
2433,
2434,
1429,
1709,
1465
],
),
"ambulance": SymbolsMetadata(
popularity: 36,
codepoint: 0xf803,
categories: [14],
tags: [
864,
2435,
1671,
865,
2436,
1818,
1820,
1673,
2095,
2386,
463,
2437,
1235,
2335,
2438,
2439,
2440,
697,
2441,
892,
871,
1772,
2442,
1166,
894,
1776,
1676,
2443,
2444,
1291,
362,
2445,
2446,
1678,
900,
2447,
2448,
2449,
2347,
2058,
1844,
1584,
1681
],
),
"amend": SymbolsMetadata(
popularity: 59,
codepoint: 0xf802,
categories: [2],
tags: [
2450,
2451,
2452,
77,
502,
2453,
2454,
569,
1751,
2455,
313,
1589,
2163,
2456,
1252,
147,
2457,
488,
2458,
2207,
2459,
2460,
1652,
325,
1391,
1596,
1597,
2461,
760,
2462,
1428,
2463,
470,
33,
2174,
2464,
1519,
1486
],
),
"amp_stories": SymbolsMetadata(
popularity: 192,
codepoint: 0xea13,
categories: [12],
tags: [
2465,
2466,
2467,
517,
1197,
628,
8,
1735,
579,
1471,
88,
406,
2468,
325,
2469,
2470,
2471,
2472,
2473,
94,
2157,
243,
1719,
2474,
2475,
2476,
1465,
396
],
),
"analytics": SymbolsMetadata(
popularity: 11331,
codepoint: 0xef3e,
categories: [9],
tags: [
1422,
1071,
2477,
1423,
1424,
517,
569,
373,
1425,
81,
375,
939,
941,
1078,
234,
1081,
68,
2478,
2479,
226,
17,
1086,
648,
759,
2471,
1428,
2345,
2480,
746,
1629,
1095,
2481,
2482,
514
],
),
"anchor": SymbolsMetadata(
popularity: 1301,
codepoint: 0xf1cd,
categories: [6],
tags: [
1521,
2483,
2484,
2485,
1523,
284,
2486,
2487,
2488,
1693,
2489,
2490,
2491,
2492,
1314,
2493,
2494,
2495,
2496,
2497,
325,
2498,
1315,
179,
2499,
2500,
2434,
1036,
2501,
2502,
2503
],
),
"android": SymbolsMetadata(
popularity: 3774,
codepoint: 0xe859,
categories: [4],
tags: [
2504,
1307,
2505,
2506,
2133,
2507,
5,
1102,
1310,
1313,
288,
44,
1886,
2508,
1693,
2509,
2493,
2510,
262,
2511,
2512,
2513,
2514,
2515,
1123,
2516,
1708,
509,
1093,
525,
65,
2517
],
),
"animated_images": SymbolsMetadata(
popularity: 319,
codepoint: 0xf49a,
categories: [0],
tags: [
341,
501,
504,
40,
42,
344,
345,
1325,
44,
1252,
346,
348,
1343,
2518,
1350,
2519,
137,
138,
2520,
406,
353,
468,
354,
439,
2468,
57,
59,
62,
2521,
2522,
2523,
94,
1719,
2325,
31,
2524,
476
],
),
"animation": SymbolsMetadata(
popularity: 1088,
codepoint: 0xe71c,
categories: [1],
tags: [
749,
2525,
2526,
341,
751,
193,
1101,
2527,
752,
1274,
346,
1077,
2528,
51,
756,
2529,
2530,
353,
468,
758,
759,
2531,
2532,
2533,
94,
763,
291,
37,
2534,
2535,
766,
2536
],
),
"aod": SymbolsMetadata(
popularity: 333,
codepoint: 0xefda,
categories: [11],
tags: [
1246,
1247,
1360,
2537,
2538,
2539,
517,
2540,
570,
283,
2541,
288,
44,
8,
1110,
2542,
916,
1253,
68,
1471,
583,
262,
2543,
2544,
2545,
2546,
2547,
616,
1061,
271,
432,
2548,
410,
1708,
1260,
525,
33
],
),
"aod_tablet": SymbolsMetadata(
popularity: 144,
codepoint: 0xf89f,
categories: [11],
tags: [
1246,
1247,
2537,
2539,
501,
283,
1310,
288,
44,
8,
2549,
781,
2550,
1110,
2542,
699,
1253,
138,
1344,
1605,
262,
439,
1061,
271,
2551,
432,
410,
31,
525,
65,
2552,
1519
],
),
"aod_watch": SymbolsMetadata(
popularity: 76,
codepoint: 0xf6ac,
categories: [11],
tags: [
2553,
2538,
2539,
2554,
193,
462,
1159,
288,
44,
8,
2549,
577,
2550,
2083,
1253,
647,
616,
289,
2555,
410,
2556,
433,
65,
1171,
2557,
1172,
2558,
477,
2087,
2559,
2560,
333,
2561,
2562,
2563
],
),
"apartment": SymbolsMetadata(
popularity: 11373,
codepoint: 0xea40,
categories: [16],
tags: [
1496,
1514,
2564,
1497,
1131,
481,
929,
569,
2565,
1180,
576,
2566,
2567,
2568,
379,
1140,
1500,
2569,
1471,
323,
325,
1391,
289,
2570,
1501,
2571,
1502,
432,
1149,
1503,
1504,
1505,
888,
2572,
433,
955,
2573,
1264,
1507,
1229,
2574
],
),
"api": SymbolsMetadata(
popularity: 2991,
codepoint: 0xf1b7,
categories: [6],
tags: [
861,
2575,
501,
2576,
1308,
1686,
1102,
2228,
283,
519,
284,
81,
1313,
1104,
1386,
2577,
2578,
259,
1314,
267,
1123,
2579,
652,
509,
1093,
1297,
65,
526,
2580
],
),
"apk_document": SymbolsMetadata(
popularity: 207,
codepoint: 0xf88e,
categories: [4],
tags: [
1307,
2581,
2582,
2143,
2583,
519,
81,
44,
2584,
1589,
520,
1688,
2585,
147,
557,
2586,
68,
2587,
2588,
2513,
2589,
1596,
1597,
1122,
390,
1598,
509,
31,
1093,
1297,
65
],
),
"apk_install": SymbolsMetadata(
popularity: 238,
codepoint: 0xf88f,
categories: [4],
tags: [
1307,
2581,
1669,
501,
77,
193,
685,
81,
1589,
2590,
520,
1688,
1107,
147,
1705,
2591,
2592,
262,
2593,
2594,
2589,
1596,
1597,
2595,
1122,
2596,
1788,
2597,
509,
1093,
1728,
2598
],
),
"app_badging": SymbolsMetadata(
popularity: 61,
codepoint: 0xf72f,
categories: [2],
tags: [
1360,
2599,
2600,
2601,
281,
2602,
193,
462,
224,
1754,
138,
51,
52,
174,
583,
887,
2603,
2604,
616,
2605,
1259,
21,
2606,
2607,
2608,
328,
291,
2609,
2610,
2611,
2464,
2612,
2448
],
),
"app_blocking": SymbolsMetadata(
popularity: 359,
codepoint: 0xef3f,
categories: [11],
tags: [
1246,
1247,
2613,
1669,
2614,
2615,
2616,
501,
481,
2617,
1208,
1250,
193,
345,
2618,
288,
2619,
2620,
2621,
1300,
1213,
1110,
1253,
550,
1786,
262,
2622,
1706,
2623,
2624,
1057,
2625,
2626,
2627,
2628,
271,
2629,
1034,
2630,
432,
2379,
2548,
1036,
1067,
1226,
2631,
525
],
),
"app_registration": SymbolsMetadata(
popularity: 4369,
codepoint: 0xef40,
categories: [2],
tags: [
1669,
2632,
501,
2601,
2633,
1643,
145,
2634,
1252,
2635,
1590,
488,
68,
1328,
2636,
2637,
2638,
2639,
453,
985,
2640,
2641,
988,
2642,
2643,
2644,
2645,
2646,
2647
],
),
"apparel": SymbolsMetadata(
popularity: 409,
codepoint: 0xef7b,
categories: [8],
tags: [
2553,
2648,
2649,
2650,
2651,
2652,
2653,
2654,
2655,
2656,
2657,
2658,
2659,
2660,
1376,
2661,
2662,
2663,
920,
2664,
1393,
2665,
1394,
1395,
1396,
2172,
2666,
2667,
2668,
1263,
2669,
2670,
2671
],
),
"approval": SymbolsMetadata(
popularity: 1882,
codepoint: 0xe982,
categories: [6],
tags: [
2672,
2673,
2674,
2675,
2676,
2451,
2677,
2678,
2679,
1671,
2680,
192,
1673,
2095,
463,
2681,
2333,
2682,
2335,
1688,
147,
2683,
2684,
2685,
1166,
2686,
2687,
2688,
2689,
242,
2690,
906,
2691,
245,
1678,
2692,
2693,
2694,
1584,
1681
],
),
"approval_delegation": SymbolsMetadata(
popularity: 535,
codepoint: 0xf84a,
categories: [6],
tags: [
2695,
2677,
2696,
2678,
2679,
1671,
2697,
2698,
2699,
2700,
1673,
2095,
193,
2701,
2702,
2703,
2704,
2705,
2706,
2707,
2708,
2709,
2710,
2711,
2083,
2712,
2688,
589,
2713,
390,
2714,
2715,
1678,
526,
601,
1584
],
),
"apps": SymbolsMetadata(
popularity: 19047,
codepoint: 0xe5c3,
categories: [2],
tags: [
2716,
861,
2292,
2717,
501,
2718,
2601,
1101,
1197,
2719,
1425,
1712,
8,
1105,
2720,
2721,
2722,
382,
1140,
1621,
1344,
2723,
2724,
506,
262,
325,
2725,
70,
2726,
2727,
878,
71,
1128,
509,
2728,
1093,
2729,
141,
1348
],
),
"apps_outage": SymbolsMetadata(
popularity: 1160,
codepoint: 0xe7cc,
categories: [2],
tags: [
1360,
2292,
501,
2718,
2601,
2730,
1101,
1197,
283,
2719,
284,
254,
44,
2731,
1105,
2732,
2733,
382,
1344,
259,
2734,
2735,
267,
616,
1060,
2736,
2737,
1122,
2738,
652,
509,
2728,
1093,
65,
141,
1068,
1348,
206
],
),
"aq": SymbolsMetadata(
popularity: 37,
codepoint: 0xf55a,
categories: [10],
tags: [
837,
1882,
4,
1883,
2739,
568,
5,
570,
2740,
2741,
840,
572,
283,
1476,
2742,
2743,
2744,
2745,
12,
16,
1166,
583,
2746,
1892,
63,
2747,
2748,
2749,
594,
2750,
31,
1296,
33,
35
],
),
"aq_indoor": SymbolsMetadata(
popularity: 26,
codepoint: 0xf55b,
categories: [10],
tags: [
837,
1882,
4,
2564,
1497,
1883,
2739,
929,
5,
840,
1180,
1498,
1499,
12,
137,
1140,
1772,
2751,
1500,
138,
1890,
2752,
2753,
2754,
16,
323,
324,
325,
1391,
327,
2746,
1892,
1501,
63,
1502,
1504,
2755,
1505,
955,
31,
33,
35
],
),
"ar_on_you": SymbolsMetadata(
popularity: 176,
codepoint: 0xef7c,
categories: [0],
tags: [
500,
2554,
2756,
40,
2757,
2758,
487,
1614,
1616,
577,
2759,
2760,
2761,
1617,
83,
2762,
348,
2763,
1618,
1619,
1620,
1623,
1624,
1061,
2764,
2765,
589,
2766,
386,
1625,
2767,
2768,
2769,
2270,
2770,
1626,
1628,
1629,
2771,
1095,
601,
2772,
396,
2773,
2774,
2775,
2776
],
),
"ar_stickers": SymbolsMetadata(
popularity: 34,
codepoint: 0xe983,
categories: [0],
tags: [
745,
2777,
2778,
2779,
2554,
2780,
2781,
2756,
40,
2782,
2783,
1161,
44,
2784,
2785,
487,
1614,
1616,
577,
1617,
83,
1618,
1620,
2786,
2787,
1624,
492,
2765,
327,
2788,
2789,
2790,
1626,
1628,
2791,
2792,
1629,
396,
498,
2793,
2794
],
),
"architecture": SymbolsMetadata(
popularity: 2115,
codepoint: 0xea3b,
categories: [15],
tags: [
1497,
1602,
2795,
929,
2565,
2796,
2797,
309,
1498,
485,
2798,
378,
1499,
2799,
2800,
2801,
904,
1140,
1500,
2569,
2802,
1677,
1501,
1502,
1504,
2803,
1505,
2572,
955,
511,
2804,
1507,
2805,
2806
],
),
"archive": SymbolsMetadata(
popularity: 3601,
codepoint: 0xe149,
categories: [12],
tags: [
2143,
2807,
1685,
2808,
482,
2809,
1197,
1333,
81,
1589,
147,
2810,
2153,
2084,
2301,
1345,
2303,
2085,
2811,
586,
92,
2812,
453,
2470,
2813,
2814,
1696,
95,
1698,
1396,
31,
1093
],
),
"area_chart": SymbolsMetadata(
popularity: 1153,
codepoint: 0xe770,
categories: [9],
tags: [
1422,
1071,
1131,
2815,
2816,
2817,
569,
373,
2818,
1425,
81,
375,
2819,
942,
1078,
234,
1081,
68,
1426,
226,
17,
18,
1086,
648,
2820,
1427,
759,
2821,
1428,
2822,
746,
1095,
1429,
2823
],
),
"arming_countdown": SymbolsMetadata(
popularity: 193,
codepoint: 0xe78a,
categories: [10],
tags: [
1359,
1360,
1669,
2824,
504,
193,
1159,
2081,
2126,
1164,
137,
1140,
138,
1344,
87,
1143,
2606,
1582,
1036,
2825,
2826,
1583,
291,
2827,
31,
1093,
1171,
1172,
2828,
141,
766,
2087,
333
],
),
"arrow_and_edge": SymbolsMetadata(
popularity: 100,
codepoint: 0xf5d7,
categories: [2],
tags: [
500,
77,
502,
2829,
1132,
1133,
2830,
2831,
313,
2408,
2832,
606,
1164,
2833,
2834,
699,
51,
2207,
550,
87,
1330,
325,
1634,
328,
1167,
1148,
906,
1636,
2835,
1473,
2836,
553,
1709,
1409,
1465
],
),
"arrow_back": SymbolsMetadata(
popularity: 54570,
codepoint: 0xe5c4,
categories: [2],
tags: [
2837,
1669,
501,
77,
2454,
1179,
504,
2838,
2719,
345,
313,
2839,
1164,
2840,
137,
2084,
138,
51,
1344,
2207,
1550,
325,
328,
2841,
1124,
2842,
410,
2843,
1552,
31,
141,
2844,
1348,
1409,
333,
1186
],
rtlAutoMirrored: true,
),
"arrow_back_2": SymbolsMetadata(
popularity: 111,
codepoint: 0xf43a,
categories: [2],
tags: [
1669,
501,
77,
2454,
504,
2719,
519,
345,
1753,
1712,
313,
903,
2845,
2846,
1344,
259,
2207,
1314,
406,
262,
1758,
1714,
325,
2521,
328,
2841,
1124,
906,
410,
392,
1552,
509,
31,
1093,
65,
332,
1728,
141,
2844,
1348,
37,
333,
1186
],
),
"arrow_back_ios": SymbolsMetadata(
popularity: 39551,
codepoint: 0xe5e0,
categories: [2],
tags: [
2837,
500,
1669,
2847,
501,
77,
2454,
504,
2838,
2719,
345,
313,
2839,
2708,
2840,
2084,
1344,
2848,
2207,
262,
1758,
325,
2513,
2849,
2515,
1167,
2850,
2841,
1124,
2842,
410,
1552,
2851,
2852,
1728,
141,
2844,
1348,
333,
1186
],
rtlAutoMirrored: true,
),
"arrow_back_ios_new": SymbolsMetadata(
popularity: 10952,
codepoint: 0xe2ea,
categories: [2],
tags: [
2837,
748,
1669,
501,
77,
2454,
504,
2838,
2719,
345,
313,
2839,
2840,
2084,
51,
1344,
2848,
2207,
262,
1758,
325,
328,
2841,
1124,
2842,
410,
1552,
2852,
31,
1728,
141,
1348,
333,
1186
],
),
"arrow_circle_down": SymbolsMetadata(
popularity: 2939,
codepoint: 0xf181,
categories: [2],
tags: [
77,
504,
193,
912,
2853,
345,
1796,
313,
2832,
520,
2854,
914,
2752,
2855,
325,
328,
1167,
330,
2856,
392,
2857
],
),
"arrow_circle_left": SymbolsMetadata(
popularity: 4194,
codepoint: 0xeaa7,
categories: [2],
tags: [
77,
2454,
504,
193,
2858,
462,
2859,
2853,
345,
313,
2854,
2860,
2840,
2084,
2861,
2207,
1550,
325,
1167,
2862,
2841,
2863,
1124,
2842,
1035,
2864,
2844,
2865
],
rtlAutoMirrored: true,
),
"arrow_circle_right": SymbolsMetadata(
popularity: 9200,
codepoint: 0xeaaa,
categories: [2],
tags: [
1669,
77,
2866,
504,
193,
2859,
902,
345,
313,
2867,
903,
381,
2845,
137,
138,
384,
2868,
1314,
1758,
325,
905,
1167,
1121,
906,
1707,
392,
31,
141,
474,
1348,
333
],
rtlAutoMirrored: true,
),
"arrow_circle_up": SymbolsMetadata(
popularity: 4320,
codepoint: 0xf182,
categories: [2],
tags: [
748,
77,
504,
193,
2859,
345,
615,
313,
2869,
2870,
903,
2871,
138,
51,
2872,
2873,
2874,
325,
91,
2875,
2876,
2877,
2878,
2310,
1529,
95,
31,
1263,
907,
1709,
98,
527
],
),
"arrow_cool_down": SymbolsMetadata(
popularity: 146,
codepoint: 0xf4b6,
categories: [15],
tags: [
77,
502,
1897,
840,
841,
2879,
844,
2880,
2881,
2405,
754,
81,
2882,
2883,
313,
2832,
2590,
2269,
11,
2884,
2885,
2886,
904,
51,
792,
87,
17,
18,
468,
325,
1167,
2887,
2888,
2889,
29,
2890,
31,
858,
2891,
1728,
36,
859,
860
],
),
"arrow_downward": SymbolsMetadata(
popularity: 11585,
codepoint: 0xe5db,
categories: [2],
tags: [
1669,
501,
77,
912,
2719,
902,
2892,
313,
2832,
520,
2893,
2894,
914,
1703,
1077,
903,
2846,
1705,
1344,
88,
506,
2895,
1758,
325,
905,
2896,
1167,
2897,
1696,
410,
2856,
2898,
1552,
95,
31,
526,
141,
1348,
333,
1186
],
),
"arrow_downward_alt": SymbolsMetadata(
popularity: 239,
codepoint: 0xe984,
categories: [2],
tags: [
77,
502,
1332,
504,
2838,
912,
345,
313,
2832,
520,
2893,
914,
379,
2899,
1604,
51,
87,
2895,
1758,
325,
2900,
328,
1167,
2308,
2856,
1339,
31,
526,
1728,
1465
],
),
"arrow_drop_down": SymbolsMetadata(
popularity: 33545,
codepoint: 0xe5c5,
categories: [2],
tags: [
1669,
501,
77,
2901,
2902,
2838,
912,
2719,
345,
313,
2832,
2903,
2894,
914,
2904,
2905,
83,
51,
1344,
88,
506,
237,
325,
70,
1167,
2850,
410,
362,
2906,
1339,
1552,
1964,
95,
1728,
2907,
141,
1348,
333,
1186
],
),
"arrow_drop_down_circle": SymbolsMetadata(
popularity: 2613,
codepoint: 0xe5c6,
categories: [2],
tags: [
1669,
501,
77,
504,
450,
193,
2908,
2909,
912,
2719,
345,
313,
2910,
2832,
2590,
2903,
2894,
914,
2911,
2905,
1344,
88,
506,
325,
70,
1167,
410,
362,
363,
1552,
141,
2210,
1348,
333,
1186
],
),
"arrow_drop_up": SymbolsMetadata(
popularity: 6414,
codepoint: 0xe5c7,
categories: [2],
tags: [
1669,
501,
77,
2902,
2912,
912,
2913,
2719,
345,
313,
2914,
2903,
2915,
2894,
914,
2905,
2916,
2917,
2918,
51,
1344,
2355,
2895,
325,
2919,
2897,
410,
2016,
2920,
1552,
2921,
2922,
413,
1728,
2923,
141,
2210,
1709,
98,
1348,
333,
1186
],
),
"arrow_forward": SymbolsMetadata(
popularity: 35953,
codepoint: 0xe5c8,
categories: [2],
tags: [
748,
1669,
501,
77,
502,
504,
2719,
902,
345,
313,
2924,
903,
904,
2845,
51,
1344,
2925,
87,
1314,
1758,
325,
905,
1634,
1167,
1121,
906,
1636,
410,
392,
1552,
31,
1728,
141,
2210,
907,
1348,
333,
1186
],
rtlAutoMirrored: true,
),
"arrow_forward_ios": SymbolsMetadata(
popularity: 45844,
codepoint: 0xe5e1,
categories: [2],
tags: [
2926,
1669,
501,
77,
2838,
2719,
145,
313,
2927,
2928,
903,
2845,
548,
1080,
2929,
1344,
2848,
1376,
1314,
88,
237,
1758,
1550,
325,
905,
2930,
1596,
1167,
2931,
1121,
906,
410,
2016,
1552,
2932,
141,
1348,
333,
1186
],
rtlAutoMirrored: true,
),
"arrow_insert": SymbolsMetadata(
popularity: 227,
codepoint: 0xf837,
categories: [2],
tags: [
745,
1669,
501,
2041,
77,
2719,
312,
313,
2832,
1106,
381,
51,
2933,
1111,
1327,
1344,
2207,
1549,
174,
1758,
1550,
325,
1551,
327,
328,
1167,
329,
2934,
410,
644,
1552,
1227,
2935,
141,
1348,
333,
1186
],
),
"arrow_left": SymbolsMetadata(
popularity: 3362,
codepoint: 0xe5de,
categories: [2],
tags: [
500,
1669,
501,
77,
2454,
2936,
1332,
2719,
2937,
313,
2938,
903,
2840,
51,
1344,
2207,
87,
814,
1758,
325,
905,
289,
328,
1167,
2841,
1124,
2842,
906,
410,
392,
1339,
1552,
1728,
141,
2844,
1348,
1640,
333,
1186
],
rtlAutoMirrored: true,
),
"arrow_left_alt": SymbolsMetadata(
popularity: 155,
codepoint: 0xef7d,
categories: [2],
tags: [
1601,
2939,
77,
502,
2454,
2940,
1332,
345,
313,
2283,
381,
2840,
2084,
51,
2207,
87,
2941,
325,
905,
2942,
1167,
2841,
1124,
2842,
392,
1473,
1339,
2502,
2943,
31,
2844,
2944
],
rtlAutoMirrored: true,
),
"arrow_menu_close": SymbolsMetadata(
popularity: 34,
codepoint: 0xf3d3,
categories: [2],
tags: [
748,
1669,
501,
77,
504,
2902,
2838,
1209,
912,
2719,
313,
1164,
1212,
137,
2945,
138,
467,
1344,
2207,
2946,
506,
814,
2947,
2948,
325,
2930,
289,
919,
2862,
906,
392,
2949,
1339,
1552,
1170,
31,
1728,
141,
2210,
1348,
333,
1186
],
rtlAutoMirrored: true,
),
"arrow_menu_open": SymbolsMetadata(
popularity: 44,
codepoint: 0xf3d2,
categories: [2],
tags: [
861,
1669,
501,
77,
504,
1209,
912,
2719,
345,
313,
8,
913,
914,
2945,
2918,
51,
1344,
2207,
1314,
506,
237,
2948,
325,
2930,
70,
919,
1167,
2897,
2950,
906,
2016,
1473,
1552,
2951,
141,
2952,
2953,
1348,
396,
333,
1186
],
rtlAutoMirrored: true,
),
"arrow_or_edge": SymbolsMetadata(
popularity: 47,
codepoint: 0xf5d6,
categories: [2],
tags: [
2160,
500,
77,
502,
1133,
2838,
912,
2830,
313,
2408,
2832,
606,
914,
2834,
2918,
51,
550,
87,
2946,
174,
1330,
1758,
325,
905,
2954,
1634,
328,
1167,
329,
2841,
2897,
1636,
644,
413,
1728
],
),
"arrow_outward": SymbolsMetadata(
popularity: 2672,
codepoint: 0xf8ce,
categories: [2],
tags: [
861,
1669,
501,
77,
502,
2719,
284,
2955,
2956,
313,
1212,
2957,
914,
2958,
2959,
903,
2960,
1344,
2961,
2962,
2963,
1314,
468,
1550,
325,
2964,
2965,
2930,
2966,
2967,
2968,
1167,
2969,
906,
410,
1529,
2898,
1552,
141,
1348,
2970,
333,
1186
],
rtlAutoMirrored: true,
),
"arrow_range": SymbolsMetadata(
popularity: 183,
codepoint: 0xf69b,
categories: [2],
tags: [
77,
502,
2454,
2971,
1133,
2972,
9,
2973,
2974,
2135,
2833,
2975,
2884,
2976,
699,
51,
2207,
2977,
550,
1141,
87,
226,
17,
2978,
2862,
1148,
2979,
2980,
906,
391,
2835,
2981,
2138
],
),
"arrow_right": SymbolsMetadata(
popularity: 9088,
codepoint: 0xe5df,
categories: [2],
tags: [
2926,
500,
1669,
501,
77,
504,
2902,
2838,
2719,
2982,
2983,
313,
1106,
1212,
903,
2845,
548,
51,
1344,
87,
1314,
1758,
325,
905,
1634,
328,
1167,
1121,
759,
1124,
906,
410,
1128,
1552,
1728,
141,
1348,
1640,
333,
1186
],
rtlAutoMirrored: true,
),
"arrow_right_alt": SymbolsMetadata(
popularity: 18779,
codepoint: 0xe941,
categories: [2],
tags: [
861,
2399,
77,
2984,
502,
504,
2901,
2902,
2838,
902,
145,
313,
2985,
1106,
914,
2986,
903,
381,
2845,
1525,
51,
2987,
87,
1314,
1758,
325,
905,
1167,
2862,
1121,
2988,
906,
2836,
31
],
rtlAutoMirrored: true,
),
"arrow_selector_tool": SymbolsMetadata(
popularity: 699,
codepoint: 0xf82f,
categories: [6],
tags: [
748,
1747,
500,
77,
502,
450,
1793,
345,
1796,
485,
313,
2165,
1164,
137,
2846,
2207,
87,
2989,
2990,
1758,
468,
325,
355,
2991,
328,
1167,
2862,
906,
362,
363,
2906,
392,
31,
511,
1728,
1709
],
),
"arrow_split": SymbolsMetadata(
popularity: 437,
codepoint: 0xe985,
categories: [2],
tags: [
77,
502,
2992,
2403,
2404,
2993,
375,
313,
2994,
1136,
2832,
1077,
2995,
2468,
2996,
70,
2997,
1090,
906,
2413,
2998,
707,
2414,
2999,
3000,
3001,
3002,
1709,
3003
],
rtlAutoMirrored: true,
),
"arrow_top_left": SymbolsMetadata(
popularity: 42,
codepoint: 0xf72e,
categories: [2],
tags: [
500,
77,
502,
2454,
1332,
2830,
2955,
1702,
313,
2845,
51,
2868,
87,
814,
1758,
2941,
2873,
325,
3004,
328,
2862,
2841,
3005,
1124,
1339,
31,
3006,
900,
473,
2844,
1709,
3007
],
),
"arrow_top_right": SymbolsMetadata(
popularity: 35,
codepoint: 0xf72d,
categories: [2],
tags: [
77,
502,
1332,
2955,
313,
2985,
2351,
914,
3008,
2986,
2960,
51,
2868,
3009,
87,
1314,
468,
325,
3004,
3010,
328,
1167,
2969,
179,
1339,
1170,
31,
3011,
473,
1709
],
),
"arrow_upload_progress": SymbolsMetadata(
popularity: 99,
codepoint: 0xf3f4,
categories: [2],
tags: [
77,
1423,
193,
1686,
3012,
1310,
284,
2405,
754,
81,
615,
1589,
147,
3013,
51,
1705,
259,
87,
2946,
756,
3014,
267,
523,
2606,
759,
3015,
3016,
3017,
291,
3018,
526,
3019,
1709,
527,
3020,
3021
],
),
"arrow_upload_ready": SymbolsMetadata(
popularity: 70,
codepoint: 0xf3f5,
categories: [2],
tags: [
77,
1423,
193,
3012,
463,
2405,
754,
81,
615,
1589,
3022,
1703,
3013,
2683,
1705,
259,
87,
1758,
267,
2606,
2919,
1352,
3023,
759,
1353,
3024,
2310,
2738,
1529,
291,
526,
1728,
1709,
527,
3025,
3020,
3021
],
),
"arrow_upward": SymbolsMetadata(
popularity: 15016,
codepoint: 0xe5d8,
categories: [2],
tags: [
2926,
1669,
501,
77,
3026,
1423,
2838,
2719,
313,
3027,
3028,
234,
235,
51,
1344,
87,
1758,
2873,
1550,
325,
2849,
328,
329,
759,
2433,
410,
2856,
2878,
2310,
1552,
95,
3029,
1263,
1728,
141,
1709,
527,
3030,
1348,
333,
1186
],
),
"arrow_upward_alt": SymbolsMetadata(
popularity: 283,
codepoint: 0xe986,
categories: [2],
tags: [
1641,
3031,
77,
502,
313,
2431,
903,
234,
3032,
235,
51,
87,
323,
1758,
2873,
1550,
905,
328,
1167,
329,
759,
2433,
2856,
2878,
2310,
1263,
3033,
1728,
1709,
527,
3030
],
),
"arrow_warm_up": SymbolsMetadata(
popularity: 179,
codepoint: 0xf4b5,
categories: [15],
tags: [
3034,
2525,
77,
502,
78,
3035,
2405,
754,
1104,
313,
3027,
11,
2884,
2885,
903,
234,
3036,
3037,
3038,
3039,
235,
51,
3040,
2873,
325,
648,
1167,
242,
759,
3041,
2433,
2889,
29,
275,
30,
858,
3042,
1709,
98,
3030,
3043,
3044
],
),
"arrows_input": SymbolsMetadata(
popularity: 128,
codepoint: 0xf394,
categories: [2],
tags: [
77,
3045,
502,
308,
81,
615,
312,
313,
2590,
520,
3046,
1106,
3013,
1604,
3047,
3048,
68,
3049,
3050,
1111,
3051,
3052,
323,
1541,
1943,
1758,
327,
1167,
2308,
3053,
1226,
526,
1728,
527,
2348
],
),
"arrows_more_down": SymbolsMetadata(
popularity: 167,
codepoint: 0xf8ab,
categories: [10],
tags: [
3054,
500,
77,
502,
2838,
840,
912,
628,
902,
345,
145,
313,
2938,
3055,
2832,
914,
1140,
51,
1959,
88,
506,
237,
2468,
325,
1143,
905,
70,
1167,
2897,
2016,
2078,
1728,
141,
1709
],
),
"arrows_more_up": SymbolsMetadata(
popularity: 369,
codepoint: 0xf8ac,
categories: [10],
tags: [
500,
77,
502,
504,
2902,
2838,
840,
912,
3056,
345,
145,
313,
914,
2352,
2918,
1140,
51,
68,
1959,
88,
506,
237,
1758,
1550,
1143,
328,
3057,
2898,
3058,
3059,
2078,
1728,
1709
],
),
"arrows_output": SymbolsMetadata(
popularity: 150,
codepoint: 0xf393,
categories: [2],
tags: [
77,
502,
308,
345,
312,
313,
1164,
3060,
1212,
1703,
2958,
903,
2845,
137,
138,
51,
1344,
323,
1541,
1943,
1758,
468,
325,
2356,
1741,
3061,
327,
328,
1121,
906,
2310,
1529,
898,
1226,
31,
1093,
526,
141,
2348
],
),
"arrows_outward": SymbolsMetadata(
popularity: 76,
codepoint: 0xf72c,
categories: [2],
tags: [
1131,
77,
502,
633,
2350,
3062,
377,
8,
3055,
2351,
914,
1335,
3063,
1704,
1326,
2207,
2355,
2930,
2356,
2968,
1427,
2232,
906,
391,
410,
2275,
3064,
396,
1187,
2348,
3065
],
),
"art_track": SymbolsMetadata(
popularity: 405,
codepoint: 0xe060,
categories: [0],
tags: [
1342,
3066,
1602,
2144,
1268,
1197,
2150,
145,
8,
1343,
49,
68,
1376,
1345,
1471,
88,
406,
148,
1714,
57,
59,
62,
408,
432,
410,
3067,
1293,
433,
2158,
3068,
396,
2534
],
),
"article": SymbolsMetadata(
popularity: 9334,
codepoint: 0xef42,
categories: [12],
tags: [
2143,
2453,
3069,
628,
81,
1588,
1589,
3070,
3071,
147,
3072,
1694,
68,
88,
2460,
1595,
3073,
586,
1596,
1597,
3074,
3075,
453,
1428,
3076,
1598,
3077,
33,
3078,
1486
],
rtlAutoMirrored: true,
),
"article_person": SymbolsMetadata(
popularity: 140,
codepoint: 0xf368,
categories: [12],
tags: [
3079,
565,
2453,
3080,
566,
3081,
628,
81,
1588,
1589,
577,
225,
147,
3082,
581,
978,
979,
68,
2469,
1481,
1596,
1597,
588,
589,
920,
590,
3083,
3084,
888,
33,
601,
3085,
1486
],
),
"article_shortcut": SymbolsMetadata(
popularity: 119,
codepoint: 0xf587,
categories: [12],
tags: [
77,
2453,
3086,
1701,
628,
313,
1588,
1589,
2832,
3087,
147,
903,
68,
3009,
1471,
1314,
3088,
1593,
325,
2469,
3089,
1481,
1596,
1597,
3090,
2344,
3091,
2727,
2888,
179,
1428,
906,
1696,
1128,
3092,
433,
3093,
33,
1486
],
),
"artist": SymbolsMetadata(
popularity: 112,
codepoint: 0xe01a,
categories: [0],
tags: [
565,
1602,
2144,
3094,
2145,
3095,
3096,
1603,
2289,
485,
3097,
378,
577,
137,
581,
138,
384,
49,
406,
1714,
3098,
3099,
1481,
3100,
3101,
3102,
3103,
588,
589,
62,
1717,
590,
390,
3067,
31,
511,
601,
1409
],
),
"aspect_ratio": SymbolsMetadata(
popularity: 1749,
codepoint: 0xe85b,
categories: [1],
tags: [
2222,
3104,
633,
482,
2405,
754,
486,
377,
8,
914,
2230,
2166,
49,
124,
385,
406,
108,
70,
57,
1427,
3105,
3106,
432,
2232,
391,
3107,
410,
71,
392,
298,
433,
1956,
37,
367,
396,
3108
],
),
"assignment": SymbolsMetadata(
popularity: 7531,
codepoint: 0xe85d,
categories: [12],
tags: [
3109,
2451,
1672,
3110,
569,
1674,
3111,
2455,
1588,
1589,
3112,
147,
2153,
488,
1516,
88,
1481,
1391,
3113,
3114,
3115,
1517,
1428,
2755,
3116,
1518,
33,
1679,
3117,
1519,
1486
],
rtlAutoMirrored: true,
),
"assignment_add": SymbolsMetadata(
popularity: 267,
codepoint: 0xf848,
categories: [12],
tags: [
231,
745,
3118,
1682,
1512,
2451,
1672,
1674,
3111,
2455,
1325,
1588,
1589,
3112,
1590,
3119,
147,
488,
1350,
3120,
86,
3121,
88,
887,
1481,
1597,
1677,
239,
1517,
3122,
1428,
2755,
1598,
31,
1518,
33,
1486
],
),
"assignment_ind": SymbolsMetadata(
popularity: 3144,
codepoint: 0xe85e,
categories: [12],
tags: [
565,
2677,
1672,
281,
930,
3111,
81,
145,
1588,
1589,
2635,
577,
147,
488,
137,
138,
3123,
2012,
3124,
979,
68,
1030,
1597,
588,
589,
590,
453,
985,
392,
1598,
31,
907,
601
],
),
"assignment_late": SymbolsMetadata(
popularity: 1161,
codepoint: 0xe85f,
categories: [12],
tags: [
3125,
1360,
1672,
3126,
1361,
2080,
691,
3111,
1159,
1365,
2082,
2126,
1588,
1589,
3127,
3112,
2732,
1366,
3120,
1367,
3128,
3129,
1166,
616,
3130,
1597,
2606,
1370,
1168,
2755,
31,
1518,
1318,
1171,
3131,
2448,
206
],
),
"assignment_return": SymbolsMetadata(
popularity: 1017,
codepoint: 0xe860,
categories: [12],
tags: [
2678,
77,
1672,
2454,
1674,
2095,
3111,
1675,
3132,
81,
3133,
1588,
1589,
3134,
2335,
1252,
3135,
147,
3136,
3137,
2207,
88,
1391,
1597,
3138,
1428,
3139,
3140,
1124,
2463,
2755,
3141,
3142,
245,
1518,
1678,
1519
],
rtlAutoMirrored: true,
),
"assignment_returned": SymbolsMetadata(
popularity: 485,
codepoint: 0xe861,
categories: [12],
tags: [
77,
1672,
3143,
569,
3144,
3111,
463,
2455,
1588,
1589,
2832,
680,
3112,
3145,
147,
488,
3146,
788,
1593,
1481,
1391,
1596,
1597,
2638,
1428,
3147,
3148,
2755,
1598,
3149,
33,
1519,
1486
],
),
"assignment_turned_in": SymbolsMetadata(
popularity: 3091,
codepoint: 0xe862,
categories: [12],
tags: [
2673,
1671,
2697,
1672,
482,
1673,
1674,
2095,
3111,
463,
1675,
1588,
1589,
2634,
2335,
147,
2683,
3048,
87,
1471,
1166,
1676,
1597,
759,
1517,
432,
1428,
362,
433,
3149,
1518,
1678,
3150,
473,
3151,
2347,
2694,
1584,
1519,
1681
],
),
"assist_walker": SymbolsMetadata(
popularity: 336,
codepoint: 0xf8d5,
categories: [5],
tags: [
862,
863,
864,
3152,
865,
3153,
3154,
690,
3155,
867,
3156,
225,
870,
892,
871,
581,
3157,
3158,
894,
875,
468,
3159,
289,
589,
3160,
3161,
3162,
3163,
888,
3164,
880,
3165,
3166,
3167,
3168
],
rtlAutoMirrored: true,
),
"assistant_device": SymbolsMetadata(
popularity: 25,
codepoint: 0xe987,
categories: [11],
tags: [
3169,
2504,
1867,
2506,
1267,
1268,
2133,
193,
283,
254,
288,
1754,
2549,
1886,
2508,
2550,
1693,
1110,
1140,
3170,
1500,
3171,
1622,
259,
647,
1143,
267,
392,
1292,
1905,
1906,
3172,
1293,
1294,
31,
65,
3173,
278
],
),
"assistant_direction": SymbolsMetadata(
popularity: 1652,
codepoint: 0xe988,
categories: [2],
tags: [
3174,
3175,
77,
1267,
312,
313,
321,
2834,
3176,
1633,
3177,
3178,
323,
324,
1541,
1550,
325,
3179,
1634,
326,
327,
1167,
906,
1635,
1636,
898,
3180,
1226,
1637,
3181,
3182,
332,
473,
3183,
3184
],
rtlAutoMirrored: true,
),
"assistant_navigation": SymbolsMetadata(
popularity: 2635,
codepoint: 0xe989,
categories: [2],
tags: [
2504,
77,
2506,
1267,
3185,
3186,
312,
313,
3187,
2334,
316,
317,
3188,
2834,
871,
1281,
1633,
1549,
323,
324,
1541,
174,
325,
1634,
326,
1551,
327,
1167,
1636,
1226,
2836,
880,
332,
1709,
3189
],
),
"assistant_on_hub": SymbolsMetadata(
popularity: 75,
codepoint: 0xf6c1,
categories: [10],
tags: [
3169,
861,
749,
2504,
2506,
1267,
3190,
2133,
1074,
284,
345,
1712,
288,
2621,
44,
8,
2549,
1055,
1693,
1110,
1140,
3191,
1500,
3171,
259,
1314,
3192,
1029,
630,
1143,
267,
3193,
523,
3194,
410,
1292,
3195,
1906,
65,
278
],
),
"assured_workload": SymbolsMetadata(
popularity: 2319,
codepoint: 0xeb6f,
categories: [13],
tags: [
565,
2525,
2697,
1672,
3196,
3197,
3198,
1766,
925,
926,
928,
929,
930,
931,
3199,
1673,
3200,
932,
934,
3201,
1769,
2701,
936,
937,
938,
3202,
940,
941,
944,
3203,
3204,
3205,
1516,
948,
523,
1119,
950,
951,
3206,
1582,
3207,
3208,
3209,
705,
1782,
3210,
1036,
3211,
1583,
1518,
1678,
3212,
2694,
1584,
1519,
3213
],
),
"asterisk": SymbolsMetadata(
popularity: 134,
codepoint: 0xf525,
categories: [12],
tags: [
480,
1475,
839,
5,
572,
3214,
3215,
3216,
12,
3217,
381,
1367,
1471,
3218,
1166,
793,
3219,
1481,
820,
851,
3220,
3221,
179,
3222,
3223,
392,
854,
3224,
857,
31,
33,
35,
3225
],
),
"atm": SymbolsMetadata(
popularity: 522,
codepoint: 0xe573,
categories: [9],
tags: [
4,
3226,
3227,
3228,
927,
928,
929,
930,
1659,
931,
3229,
5,
932,
934,
936,
937,
3230,
938,
941,
942,
3231,
12,
3232,
16,
323,
1738,
324,
948,
3233,
325,
22,
523,
950,
951,
1392,
2054,
432,
410,
652,
1395,
3234,
955,
31,
3235,
33,
956,
35,
3236
],
),
"atr": SymbolsMetadata(
popularity: 1060,
codepoint: 0xebc7,
categories: [9],
tags: [
2159,
2215,
3237,
3238,
2178,
3239,
3240,
3241,
1101,
571,
1589,
2217,
1754,
1105,
2165,
2166,
579,
699,
2206,
3242,
2243,
385,
3243,
3244,
3245,
2184,
823,
597,
33,
2173,
2186,
2266,
3246,
338,
2213,
1519
],
),
"attach_email": SymbolsMetadata(
popularity: 1127,
codepoint: 0xea5e,
categories: [7],
tags: [
745,
3247,
1683,
1323,
3248,
3249,
2483,
1524,
283,
1586,
3250,
3251,
1073,
2295,
1589,
2298,
3252,
147,
3253,
3254,
15,
16,
1314,
3255,
2303,
583,
1391,
1597,
3256,
3257,
2310,
1154
],
),
"attach_file": SymbolsMetadata(
popularity: 7856,
codepoint: 0xe226,
categories: [12],
tags: [
745,
1683,
1321,
1323,
3248,
2483,
1524,
1073,
628,
81,
1589,
3258,
3259,
3260,
147,
3261,
3262,
1314,
2303,
406,
439,
1391,
3256,
3257,
3263,
1782,
3264,
3265,
3266,
527,
3267
],
),
"attach_file_add": SymbolsMetadata(
popularity: 65,
codepoint: 0xf841,
categories: [12],
tags: [
231,
745,
3247,
3268,
1683,
1520,
1323,
3269,
3270,
3271,
2483,
1524,
1073,
1325,
3272,
147,
1328,
1314,
3273,
3255,
2303,
406,
887,
3274,
3275,
3276,
3257,
239,
3277,
2310,
1529,
527,
3278,
3279,
3280,
3267,
3281
],
),
"attach_file_off": SymbolsMetadata(
popularity: 14,
codepoint: 0xf4d9,
categories: [12],
tags: [
745,
1323,
3282,
2483,
3283,
481,
3284,
3285,
3286,
1524,
3287,
1300,
868,
3288,
2731,
3258,
3289,
1055,
147,
3290,
3291,
3292,
1314,
3293,
3294,
2303,
406,
3295,
3296,
1059,
1060,
1061,
3257,
2630,
3297,
1067,
3298,
3299
],
),
"attach_money": SymbolsMetadata(
popularity: 14440,
codepoint: 0xe227,
categories: [9],
tags: [
3300,
223,
1323,
927,
928,
569,
1658,
930,
931,
193,
932,
934,
1073,
1417,
936,
937,
3301,
938,
964,
3302,
941,
942,
967,
968,
946,
1314,
3303,
948,
1061,
523,
950,
951,
1421,
3304,
1665,
970,
3305,
1395,
31,
956,
36,
958
],
),
"attachment": SymbolsMetadata(
popularity: 3138,
codepoint: 0xe2bc,
categories: [12],
tags: [
1683,
1323,
2483,
1524,
283,
1586,
1073,
3306,
1589,
2456,
3307,
2298,
147,
49,
3308,
3309,
1314,
1391,
3310,
3257,
3311,
3075,
2310,
1529,
3312,
3280,
3267
],
),
"attractions": SymbolsMetadata(
popularity: 893,
codepoint: 0xea52,
categories: [16],
tags: [
3313,
2525,
3314,
3315,
3316,
193,
312,
781,
10,
3317,
3318,
3319,
381,
1966,
3320,
1967,
1471,
1541,
3321,
327,
2570,
3322,
3323,
3324,
1553,
3325,
3326,
3327,
332,
1929,
1969,
396,
3328
],
),
"attribution": SymbolsMetadata(
popularity: 791,
codepoint: 0xefdb,
categories: [7],
tags: [
565,
3329,
3330,
3080,
690,
3331,
193,
574,
628,
3332,
3333,
3334,
936,
581,
138,
3335,
52,
2459,
16,
3336,
3337,
174,
406,
2512,
588,
2688,
589,
590,
3338,
2038,
737,
2691,
31,
33,
3339,
601,
37,
3340
],
),
"audio_description": SymbolsMetadata(
popularity: 37,
codepoint: 0xf58c,
categories: [0],
tags: [
862,
1747,
4,
1268,
3341,
3342,
517,
3343,
5,
3344,
345,
3345,
867,
2072,
216,
12,
3346,
16,
792,
1471,
406,
354,
3347,
3348,
355,
410,
3076,
71,
1293,
3349,
3350,
1294,
31,
33,
2039,
35,
37,
3351,
3352,
554,
1863
],
),
"audio_file": SymbolsMetadata(
popularity: 731,
codepoint: 0xeb82,
categories: [0],
tags: [
745,
1268,
517,
373,
345,
1325,
81,
44,
1588,
1589,
520,
2072,
147,
370,
1078,
1112,
1471,
406,
1714,
1481,
409,
390,
1293,
65,
97,
2158,
35,
527,
3353,
554,
1863,
3354
],
),
"audio_video_receiver": SymbolsMetadata(
popularity: 21,
codepoint: 0xf5d3,
categories: [11],
tags: [
2466,
3355,
1268,
3356,
461,
3357,
482,
3358,
284,
1752,
288,
3359,
1886,
3360,
46,
3361,
3362,
3363,
406,
3364,
1714,
3365,
3366,
2470,
3367,
1293,
3368,
3369,
65,
412,
3370,
2039,
37,
3371
],
),
"auto_awesome_mosaic": SymbolsMetadata(
popularity: 764,
codepoint: 0xe660,
categories: [1],
tags: [
1747,
1342,
76,
1602,
2436,
3372,
3373,
2273,
3374,
1197,
1325,
485,
8,
1252,
680,
3375,
715,
370,
1343,
382,
579,
49,
385,
3376,
2468,
92,
3377,
57,
3378,
1427,
3379,
2472,
2728,
955,
3380,
396
],
),
"auto_awesome_motion": SymbolsMetadata(
popularity: 924,
codepoint: 0xe661,
categories: [1],
tags: [
1157,
1747,
341,
2677,
2436,
3372,
3373,
3381,
3374,
1325,
3382,
485,
1252,
680,
487,
3375,
83,
1350,
3383,
137,
1139,
49,
3039,
3384,
353,
70,
57,
71,
3385,
3386,
857,
3387,
37,
476
],
),
"auto_delete": SymbolsMetadata(
popularity: 1150,
codepoint: 0xea4c,
categories: [6],
tags: [
2143,
2436,
3388,
3372,
2808,
3389,
3390,
780,
1159,
685,
628,
345,
81,
1160,
1210,
3391,
1589,
3392,
147,
3393,
1029,
583,
3394,
1224,
1168,
71,
1171,
1172,
511,
3395,
3396
],
),
"auto_read_pause": SymbolsMetadata(
popularity: 293,
codepoint: 0xf219,
categories: [7],
tags: [
77,
2453,
1268,
3397,
2436,
3398,
2125,
568,
570,
572,
573,
628,
345,
2126,
1589,
903,
3399,
1301,
406,
352,
583,
1223,
2127,
3400,
408,
3401,
3402,
2888,
1707,
1293,
594,
1226,
31,
33,
3403,
1728,
2935,
1298
],
),
"auto_read_play": SymbolsMetadata(
popularity: 443,
codepoint: 0xf216,
categories: [7],
tags: [
862,
1268,
3404,
2436,
3372,
568,
570,
572,
573,
3405,
345,
1471,
1301,
3406,
406,
583,
1714,
3348,
2521,
3400,
408,
3401,
3402,
1293,
3407,
594,
3408,
2138,
3403,
1728,
3409,
1298,
554,
3354
],
),
"auto_stories": SymbolsMetadata(
popularity: 4998,
codepoint: 0xe666,
categories: [1],
tags: [
3109,
2453,
2436,
3410,
1701,
3411,
1197,
628,
2634,
3112,
3412,
2834,
68,
3413,
3414,
1345,
3415,
3416,
3417,
3418,
3419,
3090,
2888,
3420,
3421,
2475,
3116,
3422,
3423,
3424
],
),
"auto_towing": SymbolsMetadata(
popularity: 43,
codepoint: 0xe71e,
categories: [14],
tags: [
3425,
865,
2436,
1818,
2730,
1820,
1821,
1523,
2045,
313,
2047,
2438,
3426,
871,
2492,
3040,
3427,
1541,
885,
3428,
1695,
2444,
1635,
3429,
652,
880,
3430,
3431,
3432,
900,
1639,
332,
1843,
1844
],
),
"auto_transmission": SymbolsMetadata(
popularity: 60,
codepoint: 0xf53f,
categories: [14],
tags: [
2436,
3372,
3433,
1818,
3434,
1820,
3435,
345,
1425,
1688,
2047,
903,
1785,
3436,
3437,
51,
3438,
642,
815,
3439,
3321,
2842,
151,
3440,
3441,
31,
1093,
65,
2067,
1639,
1844
],
),
"autofps_select": SymbolsMetadata(
popularity: 155,
codepoint: 0xefdc,
categories: [1],
tags: [
3442,
1747,
4,
341,
2436,
3372,
5,
373,
519,
345,
2937,
81,
44,
8,
12,
347,
348,
349,
350,
351,
1078,
51,
68,
16,
87,
226,
18,
353,
3443,
356,
648,
63,
359,
360,
361,
362,
71,
682,
275,
746,
31,
65,
33,
35,
37
],
),
"automation": SymbolsMetadata(
popularity: 750,
codepoint: 0xf421,
categories: [12],
tags: [
480,
2504,
2506,
2436,
2133,
3444,
1101,
685,
1073,
284,
345,
3445,
375,
1105,
1077,
904,
1078,
2479,
1471,
1084,
3446,
3447,
3384,
1029,
1085,
267,
3448,
1088,
1090,
3449,
3450,
955,
1093,
65,
3003,
1154
],
),
"autopause": SymbolsMetadata(
popularity: 55,
codepoint: 0xf6b6,
categories: [0],
tags: [
460,
77,
1268,
3372,
3451,
2133,
3452,
3453,
504,
685,
345,
1753,
2405,
754,
2126,
216,
1108,
2479,
1622,
3052,
756,
352,
686,
642,
1714,
70,
1223,
408,
3454,
921,
760,
2462,
470,
71,
1292,
1293,
291,
1226,
411,
764,
2139,
413,
37
],
),
"autoplay": SymbolsMetadata(
popularity: 84,
codepoint: 0xf6b5,
categories: [0],
tags: [
3455,
460,
77,
1268,
3372,
3456,
193,
3457,
2859,
284,
752,
345,
1753,
2405,
754,
781,
1314,
3052,
756,
757,
406,
407,
439,
1714,
905,
2521,
408,
1717,
758,
760,
2462,
3458,
470,
94,
71,
1293,
454,
411,
764,
37
],
),
"autorenew": SymbolsMetadata(
popularity: 12973,
codepoint: 0xe863,
categories: [2],
tags: [
748,
460,
77,
502,
3459,
3460,
3461,
193,
462,
752,
3462,
753,
313,
2283,
3463,
3052,
3464,
757,
352,
468,
325,
3454,
1090,
3465,
760,
761,
2462,
3458,
470,
3466,
471,
472,
764,
3467,
473,
3000,
2464,
3003
],
),
"autostop": SymbolsMetadata(
popularity: 27,
codepoint: 0xf682,
categories: [0],
tags: [
748,
501,
460,
77,
1268,
3372,
3468,
504,
3469,
1103,
345,
1753,
2405,
754,
2135,
3470,
3471,
1108,
904,
3399,
2925,
3472,
3052,
756,
407,
686,
1714,
1223,
408,
409,
1122,
453,
440,
760,
2462,
470,
1293,
433,
1226,
764,
3473,
3474,
2210,
37
],
),
"av1": SymbolsMetadata(
popularity: 18,
codepoint: 0xf4b0,
categories: [0],
tags: [
72,
565,
1041,
4,
3475,
461,
566,
3476,
974,
504,
5,
193,
3477,
104,
8,
3478,
225,
12,
977,
1004,
3479,
581,
138,
16,
980,
406,
354,
3364,
267,
178,
589,
590,
3480,
985,
28,
330,
410,
986,
888,
243,
31,
33,
2039,
35,
3481,
601,
1049
],
),
"av_timer": SymbolsMetadata(
popularity: 1375,
codepoint: 0xe01b,
categories: [0],
tags: [
1360,
461,
3482,
462,
1159,
6,
2081,
2082,
2099,
10,
3483,
3484,
3485,
17,
3486,
3487,
616,
289,
648,
27,
1370,
1168,
360,
361,
275,
3488,
2827,
1171,
3489,
1172,
2828,
2158,
2087
],
),
"avc": SymbolsMetadata(
popularity: 16,
codepoint: 0xf4af,
categories: [0],
tags: [
1747,
2222,
3490,
4,
1268,
3491,
5,
3477,
345,
3492,
104,
8,
2072,
12,
1279,
3479,
16,
792,
1301,
3493,
406,
3494,
3495,
354,
3364,
1714,
1302,
409,
921,
28,
391,
410,
71,
3496,
1293,
1294,
31,
33,
413,
2039,
35,
907,
3497,
37,
554,
3498
],
),
"avg_pace": SymbolsMetadata(
popularity: 157,
codepoint: 0xf6bb,
categories: [15],
tags: [
1422,
1071,
3499,
373,
1159,
2937,
2405,
754,
81,
2882,
375,
3500,
2885,
1078,
235,
87,
3501,
17,
1086,
468,
1741,
3502,
648,
3075,
759,
359,
1428,
2345,
275,
746,
2827,
1171,
1172,
1095,
1429,
3503,
514
],
),
"avg_time": SymbolsMetadata(
popularity: 154,
codepoint: 0xf813,
categories: [15],
tags: [
1071,
2477,
3499,
3504,
1159,
2081,
81,
2099,
3500,
3505,
3506,
2885,
697,
3507,
3484,
226,
17,
1086,
630,
648,
3508,
3509,
1090,
3075,
3510,
3511,
3512,
1168,
746,
2827,
1171,
1172,
2828,
766,
3513
],
),
"award_star": SymbolsMetadata(
popularity: 436,
codepoint: 0xf612,
categories: [6],
tags: [
3,
3514,
281,
3515,
1701,
6,
3516,
3517,
3518,
3519,
3520,
3521,
3216,
379,
381,
1166,
3522,
328,
3523,
63,
203,
1289,
3524,
3525,
3526,
3527,
392,
1339,
2502,
857,
245,
1263,
3528,
3529,
3530
],
),
"azm": SymbolsMetadata(
popularity: 109,
codepoint: 0xf6ec,
categories: [15],
tags: [
749,
3531,
2525,
3532,
3533,
3534,
3535,
3536,
750,
751,
193,
284,
81,
11,
3537,
2884,
2885,
904,
3128,
51,
87,
756,
3487,
267,
3538,
758,
759,
2532,
3539,
763,
3540,
291,
3541,
766,
3542,
1155
],
),
"baby_changing_station": SymbolsMetadata(
popularity: 644,
codepoint: 0xf19b,
categories: [5],
tags: [
862,
3543,
3544,
3545,
1869,
690,
3155,
3546,
3547,
993,
997,
3548,
890,
1026,
3549,
697,
581,
3550,
3551,
1028,
3552,
323,
894,
3553,
3554,
3555,
3556,
1032,
3557,
3558,
588,
589,
876,
327,
3559,
3560,
3561,
878,
898,
3562,
31,
3563,
3564,
3565,
3566,
1023
],
),
"back_hand": SymbolsMetadata(
popularity: 2106,
codepoint: 0xe764,
categories: [8],
tags: [
3567,
3568,
2454,
3569,
3570,
3571,
2707,
667,
3572,
2708,
2710,
3573,
581,
3574,
3575,
3576,
3577,
2930,
3578,
3579,
3580,
589,
3581,
3582,
3583,
1226,
3584,
3585,
1863
],
),
"back_to_tab": SymbolsMetadata(
popularity: 38,
codepoint: 0xf72b,
categories: [2],
tags: [
77,
2454,
1332,
313,
3187,
348,
2840,
977,
2084,
51,
2207,
3586,
87,
3587,
468,
1550,
328,
1167,
2841,
3588,
3589,
1124,
2842,
1339,
3590,
2943,
473,
2844,
1709,
1187
],
),
"background_dot_large": SymbolsMetadata(
popularity: 18,
codepoint: 0xf79e,
categories: [1],
tags: [
480,
3536,
1332,
193,
462,
375,
1754,
1105,
1164,
225,
3591,
3592,
137,
3593,
382,
384,
51,
3594,
3595,
385,
174,
492,
821,
328,
330,
1035,
392,
3596,
3597,
823,
433,
31
],
),
"background_dot_small": SymbolsMetadata(
popularity: 23,
codepoint: 0xf514,
categories: [1],
tags: [
480,
1157,
3536,
1332,
193,
1754,
1105,
1164,
137,
382,
1139,
51,
385,
174,
814,
3598,
1551,
821,
328,
330,
392,
1339,
1964,
2502,
823,
1553,
433,
3058,
3599,
3600
],
),
"background_grid_small": SymbolsMetadata(
popularity: 35,
codepoint: 0xf79d,
categories: [1],
tags: [
631,
3601,
1467,
3536,
3602,
3603,
373,
3604,
485,
8,
3605,
378,
680,
904,
1078,
382,
3606,
385,
87,
1471,
17,
70,
586,
3377,
3509,
71,
3607,
823,
709,
2728,
955,
3608,
3609,
396
],
),
"background_replace": SymbolsMetadata(
popularity: 1361,
codepoint: 0xf20a,
categories: [6],
tags: [
3610,
3611,
3536,
3612,
40,
3613,
3614,
2254,
3615,
2955,
3097,
157,
3616,
83,
3617,
581,
3618,
3619,
3620,
1082,
1471,
3621,
2765,
3377,
588,
589,
3622,
3623,
3624,
3625,
3626,
3627,
3628,
3629,
3630,
3631,
3632,
3608,
601,
3633,
37,
3634,
3635,
3636,
3637,
3638
],
),
"backlight_high": SymbolsMetadata(
popularity: 20,
codepoint: 0xf7ed,
categories: [4],
tags: [
2222,
3639,
3640,
3641,
3642,
345,
288,
8,
3643,
3644,
3383,
1110,
3479,
3645,
2868,
1113,
792,
3646,
3647,
630,
328,
3648,
410,
151,
71,
3649,
857,
1608,
3650,
65,
474,
3651
],
),
"backlight_high_off": SymbolsMetadata(
popularity: 13,
codepoint: 0xf4ef,
categories: [4],
tags: [
2222,
3639,
3640,
3641,
3642,
345,
288,
3652,
868,
8,
1886,
1055,
3653,
1222,
1113,
3646,
630,
1059,
1060,
1061,
410,
71,
1067,
65,
1068,
3651,
476
],
),
"backlight_low": SymbolsMetadata(
popularity: 18,
codepoint: 0xf7ec,
categories: [4],
tags: [
2222,
3639,
3640,
3642,
345,
288,
3654,
3655,
8,
3656,
137,
3657,
138,
3658,
1113,
792,
3646,
1961,
814,
262,
3659,
410,
71,
1608,
31,
65,
141,
1348
],
),
"backpack": SymbolsMetadata(
popularity: 985,
codepoint: 0xf19c,
categories: [15],
tags: [
3660,
2454,
3661,
3662,
3410,
3663,
3664,
3665,
3666,
3667,
3668,
3112,
1785,
3669,
3670,
1633,
3671,
2051,
3672,
3673,
3674,
3675,
2755,
1698,
3676,
332,
3677,
1929,
1969
],
),
"backspace": SymbolsMetadata(
popularity: 9107,
codepoint: 0xe14a,
categories: [2],
tags: [
77,
2454,
3678,
482,
504,
1208,
5,
780,
519,
345,
2333,
1210,
1252,
680,
1590,
3392,
488,
1111,
3679,
1113,
2207,
325,
2942,
2470,
1224,
31,
33,
1728,
3680,
141,
2844,
1348
],
rtlAutoMirrored: true,
),
"backup": SymbolsMetadata(
popularity: 2085,
codepoint: 0xe864,
categories: [6],
tags: [
2143,
77,
1685,
1686,
1310,
1733,
81,
1468,
44,
1589,
520,
1688,
3681,
147,
3682,
2153,
2084,
259,
1029,
267,
1582,
1695,
3683,
1696,
1036,
2738,
1698,
765,
1093,
65,
526,
1709,
527
],
),
"backup_table": SymbolsMetadata(
popularity: 833,
codepoint: 0xef43,
categories: [6],
tags: [
2143,
1685,
1686,
933,
1733,
81,
1468,
1589,
1688,
3681,
147,
3682,
370,
382,
2084,
385,
88,
3684,
1582,
3683,
1460,
1696,
1036,
1461,
1719,
1698,
764,
765,
1474,
3685
],
),
"badge": SymbolsMetadata(
popularity: 11698,
codepoint: 0xea67,
categories: [13],
tags: [
3686,
565,
3,
2678,
566,
3514,
281,
930,
2680,
1561,
3687,
3688,
3689,
3517,
3690,
3691,
3518,
577,
3203,
3692,
581,
3123,
3693,
2012,
1166,
3694,
3695,
3113,
588,
589,
716,
3523,
590,
63,
1289,
3525,
3527,
1036,
2691,
857,
31,
3696,
601,
1584,
3697,
3530,
1519
],
),
"badge_critical_battery": SymbolsMetadata(
popularity: 349,
codepoint: 0xf147,
categories: [4],
tags: [
1360,
281,
1423,
3698,
691,
1250,
3699,
3700,
1365,
3701,
288,
3702,
811,
3703,
3704,
1110,
138,
51,
3705,
792,
1961,
3494,
262,
616,
3706,
3707,
273,
291,
31,
1093,
206,
3708
],
),
"bakery_dining": SymbolsMetadata(
popularity: 1368,
codepoint: 0xea53,
categories: [16],
tags: [
3709,
3710,
3711,
3712,
3713,
3714,
3715,
3716,
3717,
3718,
3719,
3720,
3721,
2367,
3722,
2370,
3723,
506,
3724,
3725,
3726,
3727,
3728,
3729,
3730,
3731,
1474,
3732
],
),
"balance": SymbolsMetadata(
popularity: 3085,
codepoint: 0xeaf6,
categories: [11],
tags: [
925,
3733,
3734,
3735,
935,
2993,
2252,
1804,
3736,
3737,
3738,
1644,
3739,
3740,
3741,
3742,
2459,
226,
17,
492,
3743,
3105,
391,
3744,
3745,
3746,
31,
3747,
3748,
3749,
3750,
3751,
3752
],
),
"balcony": SymbolsMetadata(
popularity: 408,
codepoint: 0xe58f,
categories: [8],
tags: [
1496,
2564,
1497,
3753,
929,
3754,
2568,
2800,
379,
1140,
2751,
1500,
2569,
3755,
3756,
1541,
3757,
2356,
3672,
3758,
3061,
327,
1501,
3759,
2571,
1502,
1503,
1504,
2803,
3760,
955,
3761,
3327,
332,
1969,
3762,
396,
1187
],
),
"ballot": SymbolsMetadata(
popularity: 1497,
codepoint: 0xe172,
categories: [12],
tags: [
2451,
3763,
482,
3764,
1674,
684,
2404,
3765,
3766,
1589,
3767,
488,
3768,
86,
3742,
2459,
88,
1597,
328,
3769,
3770,
3771,
985,
2640,
363,
3772,
433,
1629,
1518,
3773,
3774,
3775
],
),
"bar_chart": SymbolsMetadata(
popularity: 7768,
codepoint: 0xe26b,
categories: [9],
tags: [
1422,
1071,
1423,
1424,
517,
569,
373,
933,
1425,
81,
3776,
375,
941,
3777,
1078,
234,
3778,
1081,
68,
226,
1086,
648,
759,
794,
1428,
3779,
746,
3780,
1095,
2481,
3781,
514
],
),
"bar_chart_4_bars": SymbolsMetadata(
popularity: 558,
codepoint: 0xf681,
categories: [9],
tags: [
1422,
1071,
1424,
517,
569,
373,
3733,
3782,
81,
375,
941,
2884,
2885,
1078,
234,
3783,
3784,
3785,
235,
1081,
68,
226,
17,
18,
1086,
3786,
648,
759,
432,
1428,
2345,
746,
245,
1095,
1429,
1465,
514
],
),
"bar_chart_off": SymbolsMetadata(
popularity: 26,
codepoint: 0xf411,
categories: [9],
tags: [
1422,
1071,
1423,
3787,
3788,
517,
481,
1051,
2273,
569,
373,
81,
1162,
375,
868,
3789,
941,
1078,
1221,
1222,
1081,
1471,
226,
1086,
759,
432,
3379,
1428,
1067,
746,
3790,
1095,
1068,
514
],
),
"barcode": SymbolsMetadata(
popularity: 2459,
codepoint: 0xe70b,
categories: [9],
tags: [
480,
3791,
1102,
934,
81,
44,
2657,
2012,
68,
3792,
1471,
3427,
1166,
3793,
1742,
1421,
1664,
3794,
2470,
1393,
1745,
1746,
1394,
1395,
433,
1396,
3795,
31,
182,
1095,
3796,
3797
],
),
"barcode_reader": SymbolsMetadata(
popularity: 46,
codepoint: 0xf85c,
categories: [9],
tags: [
1669,
3791,
40,
42,
1102,
81,
44,
2657,
3798,
2012,
68,
3792,
1471,
1738,
262,
1421,
1664,
3794,
3799,
432,
1393,
1745,
1746,
1126,
1394,
1395,
433,
3629,
182,
65
],
),
"barcode_scanner": SymbolsMetadata(
popularity: 2960,
codepoint: 0xe70c,
categories: [9],
tags: [
3791,
40,
1416,
1102,
81,
44,
2657,
2012,
68,
3792,
87,
3800,
3801,
3377,
1421,
1664,
3794,
3802,
3401,
3799,
1393,
1745,
1746,
1394,
1395,
433,
3795,
182,
65,
3796,
3797
],
),
"barefoot": SymbolsMetadata(
popularity: 73,
codepoint: 0xf871,
categories: [3],
tags: [
3567,
808,
3803,
3571,
1885,
694,
3804,
3805,
3806,
3807,
3808,
3809,
3810,
1831,
697,
581,
3811,
2684,
3812,
3576,
3813,
468,
2374,
2375,
289,
1968,
29,
392,
888,
3814,
3815,
3816,
3817,
3818,
3819
],
),
"batch_prediction": SymbolsMetadata(
popularity: 705,
codepoint: 0xf0f5,
categories: [6],
tags: [
2504,
3820,
1422,
2506,
3227,
3821,
3822,
3823,
1197,
3824,
81,
2152,
1690,
1077,
579,
3825,
3826,
1082,
3646,
3827,
2468,
1741,
3828,
3829,
1090,
758,
1718,
2345,
1201,
2474,
1093,
554
],
),
"bath_outdoor": SymbolsMetadata(
popularity: 41,
codepoint: 0xf6fb,
categories: [15],
tags: [
3830,
3831,
3832,
3833,
3834,
568,
3835,
193,
3836,
3036,
3038,
3837,
3838,
3839,
2751,
3840,
3841,
1967,
1471,
3842,
3672,
3061,
3843,
3844,
432,
1968,
3845,
3846,
433,
3847,
3848,
1969,
3849,
3850,
3513
],
),
"bath_private": SymbolsMetadata(
popularity: 35,
codepoint: 0xf6fa,
categories: [15],
tags: [
1496,
3543,
3831,
3832,
3833,
3834,
1869,
3851,
690,
3852,
810,
1885,
3853,
3854,
3038,
3837,
3838,
3839,
2751,
581,
3550,
2752,
1967,
3842,
588,
589,
920,
3855,
1034,
1063,
3856,
3857,
3858,
1925,
1968,
1955,
3859,
3846,
3847,
3860,
3850
],
),
"bath_public_large": SymbolsMetadata(
popularity: 20,
codepoint: 0xf6f9,
categories: [15],
tags: [
861,
862,
3543,
3832,
3833,
1869,
690,
929,
3861,
2408,
890,
3854,
1805,
1807,
579,
3038,
3837,
3838,
3839,
581,
3550,
2752,
3552,
323,
1812,
324,
325,
3842,
588,
589,
327,
1392,
3862,
3863,
3864,
3561,
3865,
3846,
3847,
899,
3866,
3850,
3566
],
),
"bathroom": SymbolsMetadata(
popularity: 534,
codepoint: 0xefdd,
categories: [8],
tags: [
862,
863,
3543,
1423,
3831,
1869,
929,
2651,
3861,
2408,
3867,
890,
1807,
1140,
2751,
1500,
3550,
3552,
323,
3868,
325,
327,
3869,
3862,
3870,
3863,
3864,
3871,
3727,
3561,
1955,
3872,
3873,
3874,
899,
3875,
3876,
3877,
3878,
3879,
3880,
3866,
3850,
3881,
3566,
3882
],
),
"bathtub": SymbolsMetadata(
popularity: 1295,
codepoint: 0xea41,
categories: [8],
tags: [
3883,
1867,
3831,
3834,
1869,
3851,
3835,
810,
1885,
3884,
1164,
3885,
137,
1140,
2751,
1500,
581,
3550,
138,
1967,
289,
589,
3869,
1968,
3865,
392,
3873,
3859,
3846,
31,
3165,
332,
3860,
3879,
3850,
3513
],
),
"battery_0_bar": SymbolsMetadata(
popularity: 1146,
codepoint: 0xebdc,
categories: [4],
tags: [
1360,
1423,
3698,
1250,
3699,
3700,
288,
3702,
811,
3703,
138,
51,
3705,
792,
1961,
3494,
262,
271,
3707,
432,
291,
525,
206,
3708
],
),
"battery_1_bar": SymbolsMetadata(
popularity: 830,
codepoint: 0xebd9,
categories: [4],
tags: [
3886,
3887,
3888,
1423,
3698,
1250,
3699,
3889,
519,
288,
3890,
811,
3703,
2286,
3891,
699,
51,
3705,
792,
1961,
3494,
262,
3892,
271,
3707,
432,
291,
3893
],
),
"battery_2_bar": SymbolsMetadata(
popularity: 606,
codepoint: 0xebe0,
categories: [4],
tags: [
3894,
3895,
1423,
3698,
3896,
3897,
1250,
3699,
3898,
288,
3890,
3703,
2229,
2550,
3657,
51,
792,
1961,
3899,
3494,
262,
3706,
2551,
3707,
3900,
2470,
3901,
291,
3902,
3903
],
),
"battery_3_bar": SymbolsMetadata(
popularity: 815,
codepoint: 0xebdd,
categories: [4],
tags: [
3904,
1423,
3698,
3905,
3906,
3896,
3907,
3908,
1250,
3699,
3909,
3703,
3910,
2229,
3891,
3657,
51,
3911,
792,
3899,
3494,
1943,
262,
3706,
3707,
3912,
3913,
3900,
3914,
3915,
291,
2290
],
),
"battery_4_bar": SymbolsMetadata(
popularity: 1240,
codepoint: 0xebe2,
categories: [4],
tags: [
683,
3916,
1423,
517,
3698,
3917,
1250,
3699,
193,
288,
3703,
3918,
2235,
2286,
51,
3705,
792,
262,
3706,
271,
3707,
432,
3919,
2548,
3920,
291,
525,
2290
],
),
"battery_5_bar": SymbolsMetadata(
popularity: 1734,
codepoint: 0xebd4,
categories: [4],
tags: [
3921,
517,
3698,
1250,
3699,
3889,
288,
3702,
2549,
3703,
3918,
3922,
3923,
2286,
3891,
3924,
51,
792,
1471,
3494,
262,
3925,
3706,
3707,
3926,
432,
291,
3018,
3927,
1465
],
),
"battery_6_bar": SymbolsMetadata(
popularity: 1059,
codepoint: 0xebd2,
categories: [4],
tags: [
3928,
3916,
1423,
517,
3698,
3908,
1250,
3699,
3898,
3929,
288,
3702,
3703,
3910,
2286,
3930,
3479,
3931,
51,
792,
3494,
262,
3932,
802,
3933,
3706,
3707,
3913,
291,
3708
],
),
"battery_alert": SymbolsMetadata(
popularity: 803,
codepoint: 0xe19c,
categories: [4],
tags: [
3125,
1360,
1361,
3698,
691,
1250,
3699,
3700,
1365,
3934,
3703,
2732,
1366,
3935,
1367,
3936,
1166,
262,
616,
271,
3707,
291,
31,
3937,
1728,
206
],
),
"battery_android_0": SymbolsMetadata(
popularity: 15,
codepoint: 0xf30d,
categories: [4],
tags: [
1307,
1423,
3698,
3896,
3897,
1250,
282,
3699,
3898,
3938,
288,
2549,
811,
3703,
51,
792,
1961,
262,
271,
3707,
3939,
3900,
432,
291,
525,
65,
1465,
3708
],
),
"battery_android_1": SymbolsMetadata(
popularity: 18,
codepoint: 0xf30c,
categories: [4],
tags: [
1360,
1307,
1423,
3698,
1250,
3699,
1310,
288,
44,
8,
3702,
3703,
3891,
138,
51,
792,
3494,
262,
616,
3706,
271,
2551,
3707,
3940,
432,
2555,
291,
31,
3937,
907
],
),
"battery_android_2": SymbolsMetadata(
popularity: 11,
codepoint: 0xf30b,
categories: [4],
tags: [
1307,
3698,
3941,
1250,
3699,
3889,
288,
3702,
3942,
3943,
3703,
3930,
2550,
3931,
138,
51,
3944,
792,
3936,
262,
271,
3707,
3945,
151,
737,
291,
31,
1093,
525
],
),
"battery_android_3": SymbolsMetadata(
popularity: 11,
codepoint: 0xf30a,
categories: [4],
tags: [
1307,
1423,
3698,
1250,
3699,
288,
3702,
3703,
2229,
3891,
1110,
138,
51,
792,
1961,
3899,
262,
289,
3706,
271,
3707,
759,
2470,
3919,
2555,
291,
31,
1093,
3946,
551
],
),
"battery_android_4": SymbolsMetadata(
popularity: 30,
codepoint: 0xf309,
categories: [4],
tags: [
3947,
1307,
3698,
3948,
3896,
3949,
3908,
1250,
3699,
3898,
288,
3950,
3934,
3703,
3910,
51,
792,
3936,
262,
3951,
3706,
271,
3952,
3707,
3913,
3900,
3953,
291
],
),
"battery_android_5": SymbolsMetadata(
popularity: 30,
codepoint: 0xf308,
categories: [4],
tags: [
1307,
1423,
3698,
1250,
3699,
3929,
288,
3702,
1886,
3703,
667,
2286,
1110,
697,
51,
792,
262,
3706,
271,
242,
3707,
3939,
432,
3919,
1035,
1151,
2473,
291,
1093,
65,
1317
],
),
"battery_android_6": SymbolsMetadata(
popularity: 28,
codepoint: 0xf307,
categories: [4],
tags: [
687,
1307,
1423,
3698,
3917,
1250,
3699,
3929,
288,
8,
3703,
2229,
2286,
3891,
699,
138,
51,
792,
17,
18,
262,
289,
3706,
648,
271,
3707,
432,
3954,
291,
1093
],
),
"battery_android_alert": SymbolsMetadata(
popularity: 10,
codepoint: 0xf306,
categories: [4],
tags: [
3125,
1360,
1307,
1361,
1423,
3698,
691,
1250,
3699,
1365,
288,
3703,
2732,
1366,
138,
1367,
51,
792,
3936,
1166,
262,
616,
271,
3707,
2470,
2555,
291,
31,
206
],
),
"battery_android_bolt": SymbolsMetadata(
popularity: 25,
codepoint: 0xf305,
categories: [4],
tags: [
1307,
3698,
3955,
3917,
1250,
3699,
3889,
288,
3702,
3703,
2229,
2550,
51,
3956,
792,
3957,
1961,
3494,
262,
271,
2551,
3707,
432,
392,
1708,
291,
31,
65,
3958
],
),
"battery_android_full": SymbolsMetadata(
popularity: 27,
codepoint: 0xf304,
categories: [4],
tags: [
1307,
3698,
3917,
1250,
3699,
3929,
463,
3959,
288,
3702,
3890,
3703,
3520,
2286,
138,
51,
68,
792,
262,
616,
271,
3707,
3939,
291,
3018,
31,
1093,
525
],
),
"battery_android_plus": SymbolsMetadata(
popularity: 12,
codepoint: 0xf303,
categories: [4],
tags: [
231,
745,
1307,
1423,
3698,
282,
3699,
3889,
288,
3942,
3703,
2229,
3930,
3891,
138,
235,
51,
792,
3494,
262,
887,
239,
240,
242,
3707,
3913,
2470,
3960,
291,
31,
65
],
),
"battery_android_question": SymbolsMetadata(
popularity: 12,
codepoint: 0xf302,
categories: [4],
tags: [
3961,
1360,
1307,
865,
3698,
3906,
1250,
3699,
193,
288,
3703,
871,
51,
293,
68,
3962,
2734,
792,
87,
262,
3707,
2737,
3963,
2344,
3964,
3965,
432,
392,
433,
291,
3018,
880,
31,
3966,
206
],
),
"battery_android_share": SymbolsMetadata(
popularity: 7,
codepoint: 0xf301,
categories: [4],
tags: [
1307,
3967,
77,
502,
3698,
3968,
3969,
731,
1250,
3699,
3889,
3970,
284,
81,
288,
2191,
1754,
3703,
1703,
87,
1314,
262,
267,
1741,
328,
3707,
906,
2310,
1529,
2275,
3971,
3972,
526
],
),
"battery_android_shield": SymbolsMetadata(
popularity: 12,
codepoint: 0xf300,
categories: [4],
tags: [
1307,
3973,
3698,
3941,
3908,
1250,
1561,
3699,
3974,
288,
3950,
3703,
3910,
697,
3975,
792,
262,
3976,
271,
3707,
3913,
3900,
1034,
1063,
1581,
3977,
1582,
3208,
3978,
1782,
1036,
1583,
291,
1584
],
),
"battery_change": SymbolsMetadata(
popularity: 9,
codepoint: 0xf7eb,
categories: [4],
tags: [
1601,
3698,
1250,
1751,
3699,
753,
288,
3702,
1886,
3703,
3302,
3891,
51,
792,
3979,
3980,
3981,
3494,
262,
2551,
3707,
3982,
3627,
2548,
652,
433,
291,
3983,
3984,
2415
],
),
"battery_charging_20": SymbolsMetadata(
popularity: 431,
codepoint: 0xf0a2,
categories: [4],
tags: [
3888,
3698,
3897,
3955,
1250,
3699,
3889,
3985,
284,
288,
3702,
3986,
3942,
3703,
3910,
51,
3956,
792,
3957,
1961,
3936,
3980,
262,
271,
3987,
3707,
3900,
432,
291,
525,
3958,
3893
],
),
"battery_charging_30": SymbolsMetadata(
popularity: 287,
codepoint: 0xf0a3,
categories: [4],
tags: [
340,
3698,
3955,
1250,
3699,
3889,
3702,
3703,
2286,
51,
3956,
792,
3957,
3988,
1961,
3936,
262,
3989,
3706,
326,
3990,
3707,
3991,
291,
3992,
3993,
3958,
3994
],
),
"battery_charging_50": SymbolsMetadata(
popularity: 393,
codepoint: 0xf0a4,
categories: [4],
tags: [
3995,
3698,
3955,
1250,
3699,
3889,
288,
8,
3702,
1164,
3703,
137,
3657,
138,
51,
3956,
3705,
792,
3957,
1961,
3494,
262,
630,
616,
271,
3707,
759,
291,
31,
525,
3958,
141
],
),
"battery_charging_60": SymbolsMetadata(
popularity: 329,
codepoint: 0xf0a5,
categories: [4],
tags: [
3996,
3698,
3906,
3955,
1250,
3699,
3997,
3889,
3985,
288,
3702,
3942,
3703,
2229,
51,
3956,
3705,
792,
3957,
3988,
1961,
262,
3998,
3706,
271,
3707,
3912,
3913,
3939,
3999,
291,
525,
3958
],
),
"battery_charging_80": SymbolsMetadata(
popularity: 435,
codepoint: 0xf0a6,
categories: [4],
tags: [
4000,
4001,
3698,
3941,
3955,
1250,
3699,
3929,
3889,
4002,
284,
288,
4003,
3702,
3986,
4004,
3942,
3703,
3910,
2286,
51,
3956,
3705,
792,
3957,
756,
1961,
262,
3706,
271,
3987,
3707,
3939,
759,
291,
525,
3958
],
),
"battery_charging_90": SymbolsMetadata(
popularity: 453,
codepoint: 0xf0a7,
categories: [4],
tags: [
3928,
3916,
3698,
3906,
3955,
1250,
3699,
3997,
4005,
3898,
3889,
288,
3702,
3986,
3703,
3910,
4006,
2286,
51,
3956,
3705,
792,
3957,
1961,
262,
4007,
3706,
271,
3707,
3913,
3900,
291,
525,
3958
],
),
"battery_charging_full": SymbolsMetadata(
popularity: 2282,
codepoint: 0xe1a3,
categories: [4],
tags: [
3698,
3955,
3917,
1250,
3699,
3929,
3889,
4008,
463,
284,
288,
3702,
3942,
2549,
3703,
2286,
2550,
51,
3956,
792,
3957,
1961,
262,
3987,
3707,
4009,
4010,
432,
291,
31,
65,
4011,
3958
],
),
"battery_error": SymbolsMetadata(
popularity: 37,
codepoint: 0xf7ea,
categories: [4],
tags: [
1360,
3698,
1208,
691,
1250,
3699,
3889,
780,
1209,
1235,
1365,
4012,
3934,
3703,
2732,
1366,
1212,
1644,
2734,
3705,
792,
3936,
2735,
262,
3295,
616,
271,
239,
3707,
3900,
2737,
432,
1224,
1226,
525,
3750,
206,
4013,
4014
],
),
"battery_full": SymbolsMetadata(
popularity: 2674,
codepoint: 0xe1a4,
categories: [4],
tags: [
1423,
3698,
3906,
3897,
3907,
1250,
3699,
288,
3934,
2549,
3703,
3910,
2286,
3930,
4015,
2550,
51,
792,
4016,
262,
3706,
3707,
4017,
3900,
2470,
273,
4018,
291,
65
],
),
"battery_full_alt": SymbolsMetadata(
popularity: 1175,
codepoint: 0xf13b,
categories: [4],
tags: [
4019,
3698,
3896,
3897,
1250,
3699,
3929,
463,
3934,
3702,
2549,
3703,
2286,
3930,
4020,
4021,
2550,
51,
792,
3494,
262,
3707,
3900,
432,
273,
291,
649,
65,
1317
],
),
"battery_horiz_000": SymbolsMetadata(
popularity: 297,
codepoint: 0xf8ae,
categories: [10],
tags: [
1423,
3698,
3896,
3897,
3908,
1250,
3699,
288,
4022,
4023,
3702,
3942,
1886,
811,
3703,
3891,
1140,
699,
51,
3705,
792,
1961,
262,
1143,
289,
271,
3707,
432,
291,
525,
65,
3708
],
),
"battery_horiz_050": SymbolsMetadata(
popularity: 503,
codepoint: 0xf8af,
categories: [10],
tags: [
1423,
3698,
3896,
3897,
3908,
3917,
1250,
3699,
288,
1886,
3703,
640,
4024,
4025,
4026,
4027,
697,
1140,
699,
51,
3705,
792,
3494,
262,
1143,
3706,
3707,
432,
3919,
291,
3339
],
),
"battery_horiz_075": SymbolsMetadata(
popularity: 834,
codepoint: 0xf8b0,
categories: [10],
tags: [
4028,
4029,
3698,
3906,
3941,
3908,
1250,
3699,
3898,
3889,
288,
3950,
3702,
3942,
3703,
2286,
1140,
699,
51,
3705,
792,
262,
1143,
271,
3707,
4017,
3913,
3991,
3915,
291,
525,
4030
],
),
"battery_low": SymbolsMetadata(
popularity: 709,
codepoint: 0xf155,
categories: [4],
tags: [
1360,
1423,
3698,
3897,
4031,
1250,
3699,
3700,
4032,
288,
1886,
3943,
3703,
3891,
1140,
699,
51,
3705,
3980,
3494,
262,
630,
1143,
271,
3707,
3913,
432,
291,
525,
3339,
206,
4033
],
),
"battery_plus": SymbolsMetadata(
popularity: 26,
codepoint: 0xf7e9,
categories: [4],
tags: [
231,
745,
3698,
3699,
3889,
3702,
3703,
697,
699,
235,
51,
792,
894,
3494,
887,
3706,
239,
242,
3707,
432,
3960,
898,
433,
31,
1465
],
),
"battery_profile": SymbolsMetadata(
popularity: 191,
codepoint: 0xe206,
categories: [10],
tags: [
565,
501,
566,
3698,
1751,
3699,
193,
685,
4034,
1236,
145,
288,
3703,
225,
1785,
977,
1140,
581,
51,
293,
68,
792,
1029,
1143,
70,
589,
920,
4035,
3707,
921,
590,
1036,
652,
71,
986,
888,
291,
31,
65,
3339,
601
],
),
"battery_saver": SymbolsMetadata(
popularity: 431,
codepoint: 0xefde,
categories: [4],
tags: [
231,
745,
4036,
3698,
4037,
3906,
3896,
3941,
4038,
4039,
4040,
3699,
3889,
4041,
4042,
4043,
4044,
4045,
3980,
4046,
887,
4047,
239,
3707,
4048,
4049,
432,
4050,
3960,
71,
31
],
),
"battery_share": SymbolsMetadata(
popularity: 7,
codepoint: 0xf67e,
categories: [4],
tags: [
745,
77,
502,
3698,
2971,
1250,
3699,
3889,
283,
284,
288,
2191,
2549,
3703,
3302,
2550,
4051,
3705,
262,
2468,
4052,
271,
239,
240,
242,
3707,
2308,
432,
906,
2555,
1529,
2414,
764,
525,
526,
3396
],
),
"battery_status_good": SymbolsMetadata(
popularity: 39,
codepoint: 0xf67d,
categories: [4],
tags: [
1671,
1423,
3698,
1250,
3699,
3929,
1673,
2095,
463,
288,
2335,
3702,
1886,
3703,
2286,
3930,
2550,
4053,
697,
51,
3705,
792,
262,
1676,
3706,
271,
3707,
432,
3919,
4054,
2555,
362,
291,
525,
65,
1317,
1678,
2347,
1584,
1681
],
),
"battery_unknown": SymbolsMetadata(
popularity: 431,
codepoint: 0xe1a6,
categories: [4],
tags: [
3961,
865,
3698,
1250,
3699,
288,
3942,
1164,
3703,
137,
871,
138,
51,
293,
68,
792,
262,
289,
3707,
3963,
2344,
3965,
432,
291,
3018,
880,
31,
1093,
4055,
141,
1068,
3966,
4056
],
rtlAutoMirrored: true,
),
"battery_very_low": SymbolsMetadata(
popularity: 439,
codepoint: 0xf156,
categories: [4],
tags: [
1360,
1423,
3698,
691,
1250,
3699,
3700,
1365,
3701,
288,
3702,
811,
3703,
3704,
1110,
1140,
699,
138,
51,
3705,
792,
1961,
3494,
262,
1143,
616,
3706,
3707,
273,
291,
31,
1093,
206,
3708
],
),
"beach_access": SymbolsMetadata(
popularity: 2263,
codepoint: 0xeb3e,
categories: [16],
tags: [
861,
2525,
4057,
4058,
4059,
312,
4060,
1966,
1967,
2498,
4061,
4062,
2570,
3323,
1925,
1968,
3845,
3511,
2434,
4063,
2382,
1608,
4064,
4065,
3327,
332,
1929,
4066,
4067,
1969
],
),
"bed": SymbolsMetadata(
popularity: 3294,
codepoint: 0xefdf,
categories: [8],
tags: [
2564,
1912,
4068,
4069,
4070,
1885,
3055,
4071,
1499,
2286,
4072,
1140,
1772,
4073,
2751,
1500,
4074,
4075,
4076,
4077,
4078,
4079,
4080,
4081,
4082,
4083,
1925,
1503,
1926,
1955,
4084,
298,
1928,
1944
],
),
"bedroom_baby": SymbolsMetadata(
popularity: 567,
codepoint: 0xefe0,
categories: [8],
tags: [
3544,
3545,
1912,
4068,
3155,
993,
4085,
997,
1885,
4086,
4087,
3884,
1026,
4072,
1027,
1140,
4088,
1500,
3551,
2753,
1006,
630,
4079,
3555,
3556,
1032,
1926,
4089,
1955,
4090,
705,
1036,
1928,
1944,
3563,
1023
],
),
"bedroom_child": SymbolsMetadata(
popularity: 392,
codepoint: 0xefe1,
categories: [8],
tags: [
1496,
3545,
1912,
4068,
929,
993,
997,
4091,
4087,
3884,
4072,
1140,
2751,
1500,
3551,
2753,
1006,
1028,
4076,
4080,
3556,
4082,
1926,
1955,
298,
1928,
1944,
1964,
3563,
4092,
1023
],
),
"bedroom_parent": SymbolsMetadata(
popularity: 605,
codepoint: 0xefe2,
categories: [8],
tags: [
4093,
1912,
4068,
929,
993,
997,
3884,
3055,
1499,
1026,
2286,
4072,
1027,
1140,
2751,
1500,
1028,
4075,
4080,
1032,
4094,
4082,
4083,
1968,
1504,
1926,
1955,
4095,
1928,
1944,
955
],
),
"bedtime": SymbolsMetadata(
popularity: 2179,
codepoint: 0xef44,
categories: [3],
tags: [
4096,
4069,
4097,
4098,
4099,
780,
4100,
4101,
840,
4102,
4103,
4104,
4105,
4106,
4107,
1140,
4108,
4109,
4110,
1143,
4080,
4111,
4112,
4113,
2108,
4114,
1968,
1926,
1036,
2110,
1928,
4115,
823,
4116,
2078,
1171,
859
],
),
"bedtime_off": SymbolsMetadata(
popularity: 293,
codepoint: 0xeb76,
categories: [3],
tags: [
749,
4069,
504,
780,
840,
4117,
868,
4118,
1140,
138,
1222,
51,
4108,
642,
4110,
1143,
4080,
4111,
1059,
1060,
1063,
2108,
1926,
1036,
1304,
1067,
1928,
4115,
4116,
291,
31,
2078,
1171,
413,
859,
4119
],
),
"beenhere": SymbolsMetadata(
popularity: 1368,
codepoint: 0xe52d,
categories: [5],
tags: [
4120,
1671,
2143,
2041,
4121,
4122,
1701,
1673,
4123,
3200,
463,
2701,
312,
2335,
3519,
4124,
4125,
4126,
52,
3320,
1345,
323,
324,
1166,
174,
325,
1676,
326,
327,
328,
329,
4127,
3401,
2888,
4128,
3526,
1696,
4129,
362,
1553,
182,
1678,
3327,
332,
1929,
2347,
1584,
4130,
4131,
1681
],
),
"bento": SymbolsMetadata(
popularity: 322,
codepoint: 0xf1f4,
categories: [16],
tags: [
2718,
1467,
4132,
2273,
482,
1197,
4133,
345,
1425,
4134,
8,
2367,
382,
1079,
2723,
385,
4135,
4136,
3723,
506,
4137,
325,
2725,
70,
4138,
3377,
3727,
2472,
4139,
2728,
955,
4140,
2729,
396,
1187
],
),
"bia": SymbolsMetadata(
popularity: 30,
codepoint: 0xf6eb,
categories: [15],
tags: [
2525,
3535,
341,
4141,
690,
4142,
4143,
750,
751,
193,
4144,
1310,
81,
4145,
2884,
2885,
697,
581,
51,
756,
3014,
4146,
4147,
17,
353,
4148,
267,
758,
759,
4149,
2531,
4150,
762,
3015,
3539,
763,
291,
4151,
2464,
2535,
766
],
),
"bid_landscape": SymbolsMetadata(
popularity: 216,
codepoint: 0xe667,
categories: [9],
tags: [
1071,
1423,
517,
4152,
373,
1686,
1324,
1073,
254,
81,
1468,
375,
2152,
520,
1688,
1690,
4153,
1078,
382,
1081,
68,
4154,
4155,
1328,
1605,
1084,
226,
1330,
1086,
267,
4156,
4157,
3450,
1461,
746,
1698,
764,
765,
1474,
1095,
1709,
527
],
),
"bid_landscape_disabled": SymbolsMetadata(
popularity: 16,
codepoint: 0xef81,
categories: [9],
tags: [
745,
1342,
1071,
1423,
517,
4152,
373,
1325,
81,
2021,
375,
868,
1589,
147,
1343,
1078,
4158,
49,
1222,
1081,
1327,
1605,
226,
406,
1086,
887,
1059,
57,
62,
239,
432,
433,
746,
1095,
1068,
527
],
),
"bigtop_updates": SymbolsMetadata(
popularity: 109,
codepoint: 0xe669,
categories: [4],
tags: [
1359,
1360,
1177,
281,
1362,
4159,
4160,
4161,
4162,
283,
284,
2301,
51,
259,
2305,
583,
267,
887,
2469,
1183,
616,
4163,
1370,
762,
273,
291,
1372,
2645,
4164,
277,
278
],
),
"bike_dock": SymbolsMetadata(
popularity: 7,
codepoint: 0xf47b,
categories: [14],
tags: [
3883,
4165,
4166,
4167,
4168,
4169,
4170,
4171,
2565,
2044,
4172,
312,
2408,
4173,
317,
323,
324,
1540,
1541,
1550,
3672,
896,
326,
1392,
2054,
4174,
4175,
1529,
4176,
3562,
1639,
332,
1507
],
),
"bike_lane": SymbolsMetadata(
popularity: 24,
codepoint: 0xf47a,
categories: [14],
tags: [
2525,
1671,
4165,
4167,
4177,
1561,
1673,
463,
4172,
313,
2408,
2335,
11,
2834,
581,
4178,
1632,
4179,
1471,
324,
1541,
1166,
325,
1676,
3672,
1634,
4180,
589,
1034,
1063,
1581,
1582,
2054,
3323,
3324,
1635,
1636,
1036,
362,
1583,
898,
30,
1637,
3795,
1678,
1638,
900,
1639,
332,
1507,
601,
2347,
1844,
1584,
1681
],
rtlAutoMirrored: true,
),
"bike_scooter": SymbolsMetadata(
popularity: 264,
codepoint: 0xef45,
categories: [14],
tags: [
4181,
1818,
4165,
4167,
1820,
1821,
2565,
2044,
11,
1165,
137,
1541,
875,
3672,
289,
920,
876,
3122,
3323,
4182,
3324,
4183,
2038,
898,
1339,
3540,
31,
900,
1639,
332,
4184,
1507,
1844,
4185,
4186
],
),
"biotech": SymbolsMetadata(
popularity: 2738,
codepoint: 0xea3a,
categories: [15],
tags: [
1422,
4187,
4188,
4189,
4190,
4191,
81,
1104,
314,
4192,
4193,
4194,
2508,
4195,
892,
4196,
4197,
4198,
1776,
4199,
4200,
759,
3420,
4201,
4202,
65,
1318,
4203
],
),
"blanket": SymbolsMetadata(
popularity: 166,
codepoint: 0xe828,
categories: [8],
tags: [
4204,
4205,
4068,
4070,
841,
1885,
4206,
2150,
4207,
4208,
4209,
4210,
3884,
2658,
4211,
4212,
4213,
4214,
2154,
4215,
4216,
1143,
4217,
432,
1926,
4218,
1928,
2129,
4219,
2668,
4220,
3849,
1864,
4221
],
),
"blender": SymbolsMetadata(
popularity: 609,
codepoint: 0xefe3,
categories: [8],
tags: [
1867,
2484,
4222,
4223,
4224,
4225,
1333,
4226,
4227,
4228,
3702,
4229,
2367,
4230,
4231,
1140,
1902,
4232,
4233,
4234,
4235,
4198,
1738,
4236,
4237,
492,
4238,
4239,
4240,
4241,
4242
],
),
"blind": SymbolsMetadata(
popularity: 454,
codepoint: 0xf8d6,
categories: [3],
tags: [
480,
862,
863,
3152,
3343,
4243,
4244,
481,
690,
4245,
4246,
2150,
4247,
4248,
1161,
867,
381,
870,
871,
1140,
916,
581,
2753,
3646,
875,
4249,
2225,
1742,
589,
1034,
4250,
3629,
4251,
3353,
3166,
3167,
1187,
4252,
4253,
4254
],
),
"blinds": SymbolsMetadata(
popularity: 257,
codepoint: 0xe286,
categories: [8],
tags: [
1747,
2133,
4243,
1209,
345,
2150,
4207,
4255,
1161,
1140,
4256,
916,
1500,
2753,
4257,
1471,
1143,
2930,
919,
1034,
432,
2470,
4063,
4250,
1347,
1906,
2502,
3795,
4065,
4258,
3353,
1187,
4253
],
),
"blinds_closed": SymbolsMetadata(
popularity: 214,
codepoint: 0xec1f,
categories: [8],
tags: [
1497,
4243,
4259,
929,
4260,
2150,
4207,
4255,
4248,
3191,
916,
2753,
4257,
1143,
4261,
1742,
1034,
2470,
1504,
4262,
1782,
4063,
1347,
4263,
1906,
4251,
4065,
4252,
4253
],
),
"block": SymbolsMetadata(
popularity: 12050,
codepoint: 0xe14b,
categories: [2],
tags: [
1360,
4264,
1233,
481,
1208,
193,
1209,
345,
2955,
1300,
4265,
4266,
1590,
4267,
1212,
1213,
3472,
550,
87,
1302,
3295,
616,
1059,
358,
4268,
2108,
4269,
1224,
1065,
151,
2110,
1067,
4270,
291,
1226,
1068
],
rtlAutoMirrored: true,
),
"blood_pressure": SymbolsMetadata(
popularity: 81,
codepoint: 0xe097,
categories: [3],
tags: [
1422,
4271,
4272,
4273,
373,
2386,
4274,
81,
4275,
1770,
1078,
697,
4276,
892,
4277,
4278,
1772,
1426,
226,
17,
894,
4279,
1776,
630,
4280,
4281,
4282,
4283,
273,
4284,
4285,
3354
],
),
"bloodtype": SymbolsMetadata(
popularity: 1089,
codepoint: 0xefe4,
categories: [3],
tags: [
480,
1422,
4286,
4287,
4288,
4289,
4290,
4291,
2438,
697,
892,
1772,
138,
68,
4292,
4197,
894,
4293,
1776,
814,
4294,
4295,
242,
590,
1428,
227,
392,
31,
1318,
35,
3850
],
),
"bluetooth": SymbolsMetadata(
popularity: 2425,
codepoint: 0xe1a7,
categories: [4],
tags: [
1268,
4296,
4297,
283,
1073,
284,
254,
81,
288,
2549,
138,
87,
262,
267,
4298,
4299,
1529,
273,
411,
31,
65,
526,
278,
4300
],
),
"bluetooth_connected": SymbolsMetadata(
popularity: 674,
codepoint: 0xe1a8,
categories: [4],
tags: [
1268,
4296,
4301,
4297,
283,
4302,
1073,
1074,
4303,
284,
253,
81,
288,
2334,
4304,
2549,
3359,
1314,
4305,
262,
267,
4306,
4307,
4298,
4299,
273,
290,
411,
31,
65,
4308,
278,
4309
],
),
"bluetooth_disabled": SymbolsMetadata(
popularity: 544,
codepoint: 0xe1a9,
categories: [4],
tags: [
1268,
4296,
4297,
283,
1073,
284,
254,
1235,
81,
288,
1162,
868,
2731,
1886,
1055,
138,
87,
262,
267,
1059,
1060,
1061,
4298,
4299,
4310,
273,
1067,
411,
31,
65,
1068,
278
],
),
"bluetooth_drive": SymbolsMetadata(
popularity: 256,
codepoint: 0xefe5,
categories: [4],
tags: [
1818,
4296,
1820,
1821,
4297,
283,
519,
1073,
284,
254,
81,
288,
44,
1688,
2549,
4311,
1314,
2493,
1541,
406,
2811,
267,
4298,
4299,
4312,
1698,
411,
31,
764,
765,
65,
526,
4313,
1639,
332,
1844,
278
],
),
"bluetooth_searching": SymbolsMetadata(
popularity: 706,
codepoint: 0xe1aa,
categories: [4],
tags: [
1268,
4296,
283,
4314,
284,
254,
81,
288,
2334,
317,
904,
1471,
1314,
406,
267,
4298,
4299,
1745,
1126,
4315,
392,
273,
1293,
31,
65,
526,
1864,
278
],
),
"blur_circular": SymbolsMetadata(
popularity: 452,
codepoint: 0xe3a2,
categories: [1],
tags: [
4316,
1602,
4317,
193,
462,
485,
4318,
1105,
4319,
1252,
680,
487,
3375,
83,
1757,
4320,
4321,
137,
4322,
49,
4323,
57,
59,
3220,
4324,
682,
4219,
4325,
4326,
476
],
),
"blur_linear": SymbolsMetadata(
popularity: 261,
codepoint: 0xe3a3,
categories: [1],
tags: [
1747,
1602,
4224,
4317,
1105,
1252,
680,
2165,
487,
3375,
4327,
83,
4328,
137,
2265,
49,
87,
2946,
355,
57,
62,
151,
682,
4329,
511,
4330,
476
],
),
"blur_medium": SymbolsMetadata(
popularity: 243,
codepoint: 0xe84c,
categories: [1],
tags: [
1747,
2222,
4317,
4331,
4332,
1252,
680,
487,
3375,
83,
4333,
137,
4334,
49,
4335,
53,
3899,
353,
468,
4336,
4323,
57,
59,
62,
389,
682,
4219,
4337,
4338,
4339,
476,
4340
],
),
"blur_off": SymbolsMetadata(
popularity: 174,
codepoint: 0xe3a4,
categories: [1],
tags: [
1747,
4317,
4341,
135,
780,
639,
2618,
104,
43,
1300,
868,
8,
1105,
1252,
680,
487,
1055,
3375,
83,
1757,
49,
53,
1059,
1061,
4336,
57,
59,
62,
24,
4342,
4343,
644,
1067,
4344,
4345,
396,
476
],
),
"blur_on": SymbolsMetadata(
popularity: 1431,
codepoint: 0xe3a5,
categories: [1],
tags: [
4346,
749,
4317,
4347,
193,
4332,
868,
1105,
1252,
680,
487,
4348,
1055,
3375,
83,
1757,
4333,
2265,
4349,
4350,
1059,
1061,
355,
4323,
3377,
4351,
59,
330,
151,
1067,
4219,
4352,
2415,
413,
511,
4353,
4340
],
),
"blur_short": SymbolsMetadata(
popularity: 199,
codepoint: 0xe8cf,
categories: [1],
tags: [
4354,
4317,
4355,
4356,
4357,
4358,
1252,
680,
2165,
487,
3375,
83,
4333,
2265,
4359,
4360,
4361,
353,
468,
4323,
4362,
59,
4363,
4324,
4364,
4365,
4337,
4366,
4367,
4340
],
),
"boat_bus": SymbolsMetadata(
popularity: 12,
codepoint: 0xf36d,
categories: [14],
tags: [
4368,
4369,
1818,
2485,
4370,
2043,
1820,
1821,
2044,
313,
2408,
4371,
4372,
1633,
1833,
4373,
3427,
1541,
2494,
875,
2497,
1922,
2054,
1635,
2434,
4374,
2057,
1988,
900,
1639,
332,
1929,
1844,
4375,
4376,
4186
],
),
"boat_railway": SymbolsMetadata(
popularity: 3,
codepoint: 0xf36c,
categories: [14],
tags: [
1818,
2485,
1820,
1821,
284,
375,
313,
2408,
4371,
4377,
1633,
4378,
87,
324,
1541,
4379,
4380,
325,
2498,
1634,
2054,
4381,
4382,
4383,
1636,
4384,
2434,
2501,
4385,
3068,
4386,
4387,
526,
1988,
4388,
1639,
332,
1844,
4389
],
),
"body_fat": SymbolsMetadata(
popularity: 15,
codepoint: 0xe098,
categories: [3],
tags: [
1422,
4390,
4391,
4142,
4392,
4393,
4394,
4395,
373,
4396,
2365,
4397,
2885,
4398,
1078,
697,
4399,
4400,
4401,
4402,
226,
17,
4403,
3494,
4404,
4405,
759,
391,
1095,
3752,
3513
],
),
"body_system": SymbolsMetadata(
popularity: 22,
codepoint: 0xe099,
categories: [3],
tags: [
3567,
4188,
690,
4406,
4407,
373,
375,
3112,
225,
2885,
488,
4408,
977,
697,
581,
3414,
4409,
894,
4410,
4411,
289,
588,
589,
590,
179,
3420,
4201,
392,
955,
3116,
1093,
4412
],
),
"bolt": SymbolsMetadata(
popularity: 15975,
codepoint: 0xea0b,
categories: [2],
tags: [
1360,
3955,
3699,
1851,
1365,
3702,
3942,
3703,
1165,
4413,
137,
138,
3956,
3957,
3707,
3122,
392,
275,
4414,
3983,
31,
3958,
2448,
206,
859,
4415
],
),
"bomb": SymbolsMetadata(
popularity: 97,
codepoint: 0xf568,
categories: [3],
tags: [
1359,
1360,
4416,
4417,
4418,
4419,
4420,
4421,
4422,
3381,
4423,
4424,
3700,
4425,
1365,
4426,
4427,
4428,
2438,
2732,
4429,
4430,
4431,
2733,
4432,
2734,
4433,
4434,
2737,
4435,
4436,
1036,
4437,
4438,
4439,
2448,
4440,
206,
4441
],
),
"book": SymbolsMetadata(
popularity: 4781,
codepoint: 0xe865,
categories: [12],
tags: [
3109,
4442,
3410,
4443,
1701,
1915,
4444,
4445,
3112,
4446,
3519,
3413,
4447,
52,
3414,
4448,
1345,
3415,
4449,
3417,
3418,
4450,
3401,
2888,
4451,
4452,
4128,
3526,
1696,
2755,
4453,
3116,
182,
3422,
3117,
4454
],
),
"book_2": SymbolsMetadata(
popularity: 233,
codepoint: 0xf53e,
categories: [12],
tags: [
3109,
3410,
1701,
628,
2456,
2634,
3112,
4446,
3519,
68,
3413,
4447,
52,
4455,
4456,
1345,
4457,
3415,
3418,
3419,
1597,
3401,
2888,
4451,
2470,
179,
4128,
3526,
1696,
2755,
4458,
3116,
4459,
182,
4460
],
),
"book_3": SymbolsMetadata(
popularity: 29,
codepoint: 0xf53d,
categories: [12],
tags: [
3109,
3410,
1701,
4461,
1589,
3112,
4462,
3519,
137,
138,
68,
3413,
52,
3414,
1345,
3415,
3417,
3418,
1596,
3419,
3401,
2888,
4128,
3420,
3526,
1696,
2755,
4463,
4464,
3116,
31,
182,
3422,
3117,
554,
3424,
1486
],
),
"book_4": SymbolsMetadata(
popularity: 103,
codepoint: 0xf53c,
categories: [12],
tags: [
3109,
3410,
1701,
4465,
3112,
4462,
3519,
2834,
68,
3413,
52,
4455,
3414,
1345,
3415,
3416,
3417,
2930,
3418,
3419,
3090,
3401,
2888,
179,
4128,
3420,
3526,
1696,
2755,
4463,
4464,
3116,
182,
4466,
3422
],
),
"book_5": SymbolsMetadata(
popularity: 149,
codepoint: 0xf53b,
categories: [12],
tags: [
4442,
3410,
1701,
4467,
3667,
2634,
3112,
3519,
2834,
2084,
68,
2479,
3413,
52,
3414,
1345,
3415,
3416,
1595,
3417,
3418,
3419,
4468,
3401,
2888,
179,
4128,
3420,
3526,
1696,
2755,
4464,
3116,
182,
33,
3117,
3424
],
),
"book_6": SymbolsMetadata(
popularity: 17,
codepoint: 0xf3df,
categories: [12],
tags: [
4469,
3109,
3410,
1701,
4465,
1589,
3112,
4462,
3519,
2834,
68,
3413,
52,
3414,
1345,
3415,
3416,
4470,
1595,
3418,
3419,
3090,
3401,
2888,
4452,
179,
4128,
3526,
1696,
2755,
4463,
4464,
3116,
182,
3422,
3117
],
),
"book_online": SymbolsMetadata(
popularity: 1465,
codepoint: 0xf217,
categories: [11],
tags: [
1246,
1247,
861,
4471,
1669,
1670,
3410,
1932,
2043,
1250,
344,
4472,
2681,
288,
44,
4473,
1105,
4474,
2549,
781,
4475,
10,
4476,
1918,
1110,
1253,
506,
262,
1706,
4477,
4478,
523,
70,
91,
2013,
271,
1665,
432,
1936,
2548,
2016,
1708,
525,
3370,
3971,
2019,
4386,
900,
4479,
4480
],
),
"book_ribbon": SymbolsMetadata(
popularity: 101,
codepoint: 0xf3e7,
categories: [6],
tags: [
2143,
3410,
1701,
1197,
1589,
3112,
3519,
2834,
1367,
3413,
52,
3414,
1345,
3415,
3088,
1166,
1481,
3417,
92,
1596,
3090,
3401,
2888,
179,
4128,
3526,
1696,
4481,
3116,
182,
3422
],
),
"bookmark": SymbolsMetadata(
popularity: 13612,
codepoint: 0xe866,
categories: [6],
tags: [
1669,
2143,
2453,
3410,
1701,
1179,
1197,
628,
2830,
1589,
3519,
147,
2916,
2834,
4482,
52,
1345,
1166,
262,
92,
1596,
326,
3401,
2888,
4128,
3526,
1696,
1552,
182,
4483,
4484
],
),
"bookmark_add": SymbolsMetadata(
popularity: 2235,
codepoint: 0xe598,
categories: [6],
tags: [
231,
745,
2143,
1701,
504,
1197,
1589,
3519,
147,
2153,
138,
1344,
259,
1166,
1593,
1481,
92,
1596,
239,
4485,
4128,
3526,
1696,
898,
857,
31,
141,
1348,
1186
],
),
"bookmark_added": SymbolsMetadata(
popularity: 1547,
codepoint: 0xe599,
categories: [6],
tags: [
745,
4486,
1671,
1701,
1673,
463,
1589,
2335,
3519,
147,
323,
1166,
174,
4487,
4488,
325,
1676,
820,
4489,
4490,
239,
2888,
4491,
4128,
1370,
1696,
4492,
4493,
4494,
362,
392,
4495,
4496,
4497,
4498,
1678,
1728,
2347,
1584,
333,
1681
],
),
"bookmark_bag": SymbolsMetadata(
popularity: 17,
codepoint: 0xf410,
categories: [6],
tags: [
1981,
2143,
3662,
2042,
1657,
1701,
1658,
3666,
1659,
1197,
1660,
3517,
3519,
1918,
1548,
86,
4482,
52,
1345,
88,
2051,
1166,
1389,
1061,
92,
4499,
1665,
3401,
2888,
4128,
1393,
3526,
1696,
392,
1395,
4500,
1396,
4501,
31,
182,
332,
1929,
4502
],
),
"bookmark_check": SymbolsMetadata(
popularity: 66,
codepoint: 0xf457,
categories: [6],
tags: [
2143,
1701,
4503,
1673,
463,
2681,
4504,
2701,
4505,
2333,
1589,
2335,
520,
1106,
3519,
4506,
259,
52,
1345,
1166,
1676,
2686,
1596,
1597,
3401,
2888,
4485,
4128,
3526,
1696,
4481,
4507,
362,
392,
2502,
1396,
245,
182,
1678,
1584,
333,
1681
],
),
"bookmark_flag": SymbolsMetadata(
popularity: 62,
codepoint: 0xf456,
categories: [6],
tags: [
2143,
1701,
4508,
4509,
312,
1612,
3519,
3520,
4510,
4511,
379,
904,
13,
4512,
1367,
4513,
4482,
52,
3320,
1345,
2946,
88,
323,
1166,
174,
4514,
20,
647,
4515,
325,
2900,
326,
327,
4516,
3401,
2888,
4128,
1428,
3526,
1696,
4517,
4518,
392,
1339,
593,
2502,
2138,
31,
182,
334
],
),
"bookmark_heart": SymbolsMetadata(
popularity: 36,
codepoint: 0xf455,
categories: [6],
tags: [
1669,
4519,
2143,
1701,
628,
2830,
1589,
3519,
147,
3520,
379,
4520,
1367,
4513,
52,
1345,
1623,
4521,
174,
1596,
876,
3401,
2888,
4128,
3526,
1696,
392,
1339,
2502,
31,
182,
141,
333
],
),
"bookmark_manager": SymbolsMetadata(
popularity: 56,
codepoint: 0xf7b1,
categories: [6],
tags: [
1701,
4522,
4523,
1179,
1197,
1586,
1325,
81,
1588,
1589,
4524,
1688,
1252,
680,
3519,
4525,
147,
4526,
4527,
4528,
2153,
1111,
259,
1345,
4529,
325,
887,
4530,
2638,
239,
4531,
1696,
4481,
392,
4532,
1598,
2851,
4533,
4534,
857,
1698,
31,
333,
1186,
1600,
1486
],
),
"bookmark_remove": SymbolsMetadata(
popularity: 732,
codepoint: 0xe59a,
categories: [6],
tags: [
748,
1701,
504,
780,
345,
1210,
1589,
3392,
3519,
1344,
259,
52,
1166,
1255,
325,
289,
1596,
4128,
1224,
3526,
1696,
1261,
31,
182,
141,
4535,
4536,
4537,
1348,
333
],
),
"bookmark_star": SymbolsMetadata(
popularity: 67,
codepoint: 0xf454,
categories: [6],
tags: [
2143,
3515,
1701,
1179,
1197,
628,
1589,
3519,
147,
4510,
1139,
1367,
51,
1376,
4482,
52,
1345,
87,
88,
1166,
174,
325,
289,
326,
328,
795,
359,
203,
3401,
2888,
4128,
3526,
1696,
363,
392,
857,
31,
182,
413,
907,
333
],
),
"bookmarks": SymbolsMetadata(
popularity: 3380,
codepoint: 0xe98b,
categories: [6],
tags: [
1701,
4538,
1179,
1197,
1589,
3519,
4525,
147,
4510,
4512,
1367,
52,
1082,
1345,
88,
1029,
174,
2468,
325,
92,
1597,
3401,
2888,
4128,
3526,
1696,
4481,
392,
1719,
182,
2935,
333
],
),
"books_movies_and_music": SymbolsMetadata(
popularity: 66,
codepoint: 0xef82,
categories: [15],
tags: [
2143,
1602,
1268,
3410,
3411,
2147,
4539,
1197,
628,
4540,
1468,
44,
3112,
781,
4541,
1621,
3413,
3414,
1967,
1345,
4542,
406,
3364,
439,
1714,
4543,
2521,
2888,
3323,
4544,
4545,
37,
4546
],
),
"border_all": SymbolsMetadata(
popularity: 394,
codepoint: 0xe228,
categories: [12],
tags: [
2292,
1131,
76,
1132,
1133,
482,
3603,
463,
1333,
628,
81,
8,
2274,
1588,
1252,
680,
2165,
1164,
4547,
2286,
382,
385,
1471,
4136,
2468,
92,
289,
3379,
1151,
706,
1598,
1461,
2728,
1170,
955,
1474,
33,
35,
396,
1486
],
),
"border_bottom": SymbolsMetadata(
popularity: 123,
codepoint: 0xe229,
categories: [12],
tags: [
4548,
4549,
1132,
4550,
4551,
2196,
4552,
4553,
4554,
2405,
754,
4555,
1163,
1588,
1252,
680,
2165,
4556,
2166,
1644,
385,
4557,
4558,
4559,
4560,
1169,
1598,
1461,
1170,
2172,
4561,
4562,
33,
4563,
4564,
2187,
35,
4565,
1486
],
),
"border_clear": SymbolsMetadata(
popularity: 198,
codepoint: 0xe22a,
categories: [12],
tags: [
1132,
4566,
4567,
4568,
482,
1208,
780,
4569,
2405,
754,
1210,
485,
1588,
1252,
680,
2165,
1164,
3392,
2166,
348,
381,
385,
87,
4570,
492,
289,
432,
1224,
4559,
4571,
4572,
4573,
392,
1598,
1461,
433,
1170,
2172,
33,
35,
1486
],
),
"border_color": SymbolsMetadata(
popularity: 4716,
codepoint: 0xe22b,
categories: [12],
tags: [
1747,
2292,
1602,
1132,
4574,
1751,
4575,
4576,
1236,
485,
2955,
1588,
2798,
1252,
680,
2165,
370,
137,
87,
1652,
289,
4530,
2638,
2942,
432,
392,
1598,
4577,
1461,
433,
1170,
2172,
33,
511,
35,
1600,
1486
],
),
"border_horizontal": SymbolsMetadata(
popularity: 144,
codepoint: 0xe22c,
categories: [12],
tags: [
4578,
1132,
1133,
4579,
2405,
754,
4580,
4581,
2274,
1163,
1136,
1588,
4582,
1252,
680,
2165,
1164,
2166,
4583,
699,
4584,
1644,
4585,
385,
4586,
87,
4587,
289,
703,
4588,
4589,
1152,
1169,
1598,
1461,
1170,
33,
2187,
35,
4590,
1486
],
),
"border_inner": SymbolsMetadata(
popularity: 126,
codepoint: 0xe22d,
categories: [12],
tags: [
2160,
1131,
1132,
4591,
1133,
482,
3603,
933,
628,
2405,
754,
4592,
4593,
1588,
1252,
680,
2165,
348,
382,
4594,
2752,
385,
1471,
92,
2470,
1460,
1151,
706,
1598,
1461,
433,
1170,
955,
1474,
33,
35,
1486
],
),
"border_left": SymbolsMetadata(
popularity: 120,
codepoint: 0xe22e,
categories: [12],
tags: [
2215,
2160,
1132,
4595,
1133,
1439,
2405,
754,
1588,
1589,
606,
1252,
680,
2165,
2166,
382,
2834,
4596,
385,
2207,
87,
4597,
2169,
4598,
703,
1598,
1473,
2949,
1461,
1170,
955,
33,
2221,
35,
2201,
1486
],
),
"border_outer": SymbolsMetadata(
popularity: 188,
codepoint: 0xe22f,
categories: [12],
tags: [
1131,
1132,
4599,
4600,
482,
1250,
1333,
628,
2405,
754,
485,
1588,
1589,
606,
1252,
680,
2165,
1164,
1757,
370,
348,
137,
382,
385,
1471,
4601,
289,
1596,
1146,
432,
363,
392,
1598,
1461,
433,
1170,
955,
2172,
1474,
33,
35,
1486
],
),
"border_right": SymbolsMetadata(
popularity: 104,
codepoint: 0xe230,
categories: [12],
tags: [
2160,
1132,
4602,
1133,
482,
2405,
754,
485,
1588,
1589,
606,
1252,
680,
2165,
1164,
370,
348,
381,
382,
385,
87,
4597,
289,
2169,
906,
4603,
4604,
392,
1598,
1461,
433,
1170,
2209,
1474,
33,
4605,
35,
476,
1486
],
),
"border_style": SymbolsMetadata(
popularity: 206,
codepoint: 0xe231,
categories: [12],
tags: [
4606,
1132,
1133,
482,
1250,
4575,
1333,
2405,
754,
485,
1588,
1589,
755,
606,
1252,
680,
2165,
1164,
2166,
348,
137,
2265,
385,
87,
289,
2169,
392,
1598,
2502,
1461,
1170,
2172,
1474,
33,
4607,
35,
907,
2201,
3752,
1486
],
),
"border_top": SymbolsMetadata(
popularity: 120,
codepoint: 0xe232,
categories: [12],
tags: [
1641,
1132,
4608,
1133,
1250,
3959,
2405,
754,
1163,
1136,
1588,
606,
1252,
680,
2165,
1164,
2166,
348,
382,
1644,
385,
87,
4609,
289,
2169,
703,
4588,
1151,
1152,
1169,
1598,
1461,
1170,
1474,
33,
2186,
4610,
1263,
4611,
35,
4612,
1486
],
),
"border_vertical": SymbolsMetadata(
popularity: 154,
codepoint: 0xe233,
categories: [12],
tags: [
2160,
1132,
4600,
1439,
4613,
933,
2405,
754,
2274,
4614,
1588,
4615,
1252,
680,
2165,
2166,
348,
382,
385,
1471,
92,
289,
4616,
919,
1742,
703,
1151,
707,
1169,
1598,
2414,
4617,
1461,
1170,
955,
33,
1331,
35,
1465,
4618,
3353,
1486
],
),
"borg": SymbolsMetadata(
popularity: 63,
codepoint: 0xf40d,
categories: [2],
tags: [
2504,
2506,
4619,
4620,
5,
4621,
284,
4622,
4623,
4624,
4625,
3517,
1386,
4626,
4627,
2508,
4628,
138,
1314,
1738,
267,
4629,
2516,
4630,
4631,
4632,
31,
65,
4633,
4634
],
),
"bottom_app_bar": SymbolsMetadata(
popularity: 13,
codepoint: 0xe730,
categories: [2],
tags: [
861,
4635,
1669,
4636,
4637,
501,
1423,
2196,
4638,
3959,
2719,
345,
4639,
485,
1164,
4640,
2721,
137,
1344,
385,
4641,
506,
917,
262,
4642,
630,
325,
918,
919,
271,
410,
1552,
31,
525,
1789,
141,
907,
4643,
1348,
333,
1186,
1187
],
),
"bottom_drawer": SymbolsMetadata(
popularity: 39,
codepoint: 0xe72d,
categories: [2],
tags: [
1669,
501,
1423,
2196,
4644,
912,
2719,
1753,
485,
2832,
4645,
913,
914,
2708,
4646,
2918,
4647,
51,
1344,
385,
87,
88,
506,
2895,
262,
630,
70,
919,
271,
4648,
432,
2232,
2897,
410,
1169,
1552,
2852,
525,
4649,
4650,
97,
141,
1709,
1348,
333,
1186,
1187
],
),
"bottom_navigation": SymbolsMetadata(
popularity: 62,
codepoint: 0xe98c,
categories: [2],
tags: [
2160,
1669,
4636,
501,
1423,
2196,
4651,
4638,
2719,
485,
1136,
1164,
4640,
4652,
4653,
4654,
4647,
1344,
385,
917,
262,
4642,
630,
325,
918,
271,
2208,
329,
432,
2470,
1291,
410,
1151,
1552,
4655,
525,
141,
907,
1348,
4656,
333,
1186,
1187
],
),
"bottom_panel_close": SymbolsMetadata(
popularity: 43,
codepoint: 0xf72a,
categories: [2],
tags: [
748,
77,
2196,
504,
1208,
780,
1209,
912,
3959,
1333,
345,
1235,
1210,
313,
4657,
4658,
2832,
913,
1212,
381,
2918,
385,
2895,
919,
4659,
1224,
4660,
392,
1598,
2920,
4661,
907,
1187,
3003,
4013
],
),
"bottom_panel_open": SymbolsMetadata(
popularity: 49,
codepoint: 0xf729,
categories: [2],
tags: [
861,
748,
77,
2196,
912,
345,
81,
145,
313,
2832,
913,
1164,
914,
2905,
1335,
51,
68,
1344,
385,
506,
237,
325,
2930,
70,
919,
4659,
4648,
2897,
2016,
4661,
1728,
907,
1709,
1187,
3003
],
),
"bottom_right_click": SymbolsMetadata(
popularity: 28,
codepoint: 0xf684,
categories: [2],
tags: [
748,
1931,
501,
77,
502,
2196,
504,
1793,
519,
345,
2830,
1796,
288,
2955,
44,
313,
1754,
2985,
1139,
1622,
1344,
323,
2990,
325,
1167,
329,
906,
362,
363,
509,
4662,
65,
4663,
333
],
),
"bottom_sheets": SymbolsMetadata(
popularity: 30,
codepoint: 0xe98d,
categories: [2],
tags: [
4664,
1669,
501,
517,
2196,
4665,
3959,
2719,
1333,
628,
345,
81,
485,
145,
1477,
8,
1164,
4666,
699,
68,
1344,
385,
1471,
506,
262,
4667,
630,
2765,
919,
271,
1243,
432,
410,
1169,
4458,
1552,
433,
525,
141,
1348,
1465,
333,
1186,
1187
],
),
"box": SymbolsMetadata(
popularity: 148,
codepoint: 0xf5a4,
categories: [9],
tags: [
480,
1332,
809,
1132,
482,
4668,
3959,
2313,
1333,
2045,
1164,
811,
488,
348,
137,
1376,
4669,
814,
492,
289,
2589,
4670,
1352,
2307,
1664,
432,
390,
392,
4671,
4374,
1339,
433,
1698,
955,
31
],
),
"box_add": SymbolsMetadata(
popularity: 30,
codepoint: 0xf5a5,
categories: [9],
tags: [
231,
745,
232,
482,
4672,
4668,
934,
1333,
4673,
1325,
2045,
1660,
3792,
1376,
87,
3427,
1029,
887,
289,
2589,
4670,
239,
1352,
2307,
1664,
2470,
392,
4671,
4374,
1394,
433,
4674,
1698,
1396
],
),
"box_edit": SymbolsMetadata(
popularity: 21,
codepoint: 0xf5a6,
categories: [9],
tags: [
1747,
1748,
482,
1586,
685,
1333,
628,
4675,
1325,
1236,
81,
145,
1589,
4524,
1252,
680,
1590,
147,
488,
68,
1111,
1029,
1652,
92,
2589,
4530,
2638,
150,
4676,
71,
433,
511,
2464,
1600,
1486
],
),
"boy": SymbolsMetadata(
popularity: 1548,
codepoint: 0xeb67,
categories: [3],
tags: [
565,
566,
690,
4677,
974,
5,
993,
1806,
977,
581,
1812,
981,
814,
289,
588,
589,
590,
3480,
986,
888,
1339,
593,
31,
601,
4678
],
),
"brand_awareness": SymbolsMetadata(
popularity: 817,
codepoint: 0xe98e,
categories: [0],
tags: [
1360,
1422,
1071,
1177,
77,
1268,
4679,
4680,
569,
373,
345,
81,
941,
1078,
234,
235,
2478,
3501,
1182,
1086,
4280,
1714,
2469,
648,
242,
759,
3510,
2345,
2433,
1293,
1294,
746,
1095,
1429,
2039,
3030,
514,
554
],
rtlAutoMirrored: true,
),
"brand_family": SymbolsMetadata(
popularity: 72,
codepoint: 0xf4f1,
categories: [12],
tags: [
3442,
480,
4,
4681,
4680,
4682,
5,
193,
462,
4621,
574,
2313,
284,
1385,
1026,
12,
4683,
370,
137,
579,
978,
384,
16,
2493,
582,
267,
586,
289,
588,
1092,
390,
762,
392,
4684,
31,
597,
4685,
33,
35,
4686,
4633
],
),
"branding_watermark": SymbolsMetadata(
popularity: 1003,
codepoint: 0xe06b,
categories: [0],
tags: [
480,
4687,
4682,
4688,
576,
2719,
3332,
2830,
485,
2955,
1164,
3517,
370,
137,
978,
49,
4689,
1344,
385,
87,
2493,
1166,
289,
2765,
62,
432,
410,
392,
898,
1339,
1552,
433,
2691,
31,
4690,
4691,
141,
1348,
1409,
636,
333,
1186,
1187
],
rtlAutoMirrored: true,
),
"breakfast_dining": SymbolsMetadata(
popularity: 545,
codepoint: 0xea54,
categories: [16],
tags: [
3710,
3712,
3713,
3714,
4692,
3716,
193,
4227,
3718,
4693,
4694,
4695,
3720,
4696,
3721,
4697,
4698,
2367,
4699,
4234,
3723,
506,
2089,
4404,
91,
4700,
4701,
3727,
330,
3729,
4702,
4703,
4704,
4705
],
),
"breaking_news": SymbolsMetadata(
popularity: 175,
codepoint: 0xea08,
categories: [12],
tags: [
3125,
1360,
1177,
1361,
4706,
731,
691,
283,
1733,
3700,
4707,
1365,
1589,
2732,
4708,
1366,
3935,
4413,
4709,
4710,
1367,
68,
1166,
406,
583,
2469,
3089,
616,
1597,
1428,
1598,
433,
31,
33,
2464,
2448,
4711,
206
],
),
"breaking_news_alt_1": SymbolsMetadata(
popularity: 976,
codepoint: 0xf0ba,
categories: [12],
tags: [
3125,
1360,
1177,
1669,
2453,
1361,
4712,
691,
1365,
2732,
1366,
4713,
137,
4709,
138,
1367,
68,
1166,
406,
2469,
3089,
616,
1428,
392,
4464,
31,
1728,
2464,
2448,
206,
333
],
),
"breastfeeding": SymbolsMetadata(
popularity: 137,
codepoint: 0xf856,
categories: [3],
tags: [
3544,
3545,
690,
4714,
4715,
4716,
4717,
3155,
993,
997,
2386,
4718,
1026,
1735,
4719,
225,
697,
1772,
4720,
581,
3551,
1028,
4721,
4402,
4722,
4723,
894,
4724,
4725,
4726,
3553,
4727,
3555,
4728,
4729,
4404,
1032,
4730,
588,
589,
590,
888,
880,
3563,
4731,
1023
],
),
"brick": SymbolsMetadata(
popularity: 112,
codepoint: 0xf388,
categories: [3],
tags: [
481,
4732,
1374,
929,
4733,
4734,
3959,
1498,
1164,
4735,
2488,
4736,
1500,
1376,
1028,
4737,
4216,
4738,
4739,
492,
4740,
4741,
432,
1152,
2502,
433,
4742,
955,
4743,
3608,
3380,
2517,
152,
4744
],
),
"brightness_1": SymbolsMetadata(
popularity: 662,
codepoint: 0xe3a6,
categories: [1],
tags: [
72,
749,
281,
1332,
3642,
4745,
193,
463,
345,
4117,
4746,
1754,
1164,
3520,
4747,
2286,
51,
1401,
792,
4748,
174,
814,
4110,
3598,
4749,
328,
330,
410,
2714,
392,
1339,
3590,
2502,
331,
291,
4750,
2330
],
),
"brightness_2": SymbolsMetadata(
popularity: 406,
codepoint: 0xe3a7,
categories: [1],
tags: [
74,
1747,
2222,
3642,
193,
4751,
345,
4117,
4104,
3654,
8,
138,
1344,
792,
3646,
642,
4110,
4080,
410,
151,
2415,
31,
4752,
413,
907,
396,
3651,
476
],
),
"brightness_3": SymbolsMetadata(
popularity: 470,
codepoint: 0xe3a8,
categories: [1],
tags: [
75,
1747,
4096,
1883,
3642,
4098,
4753,
193,
345,
4102,
4117,
753,
4248,
3654,
8,
1852,
51,
792,
4754,
642,
4110,
4080,
4755,
4756,
410,
151,
1928,
823,
31,
3946,
551
],
),
"brightness_4": SymbolsMetadata(
popularity: 895,
codepoint: 0xe3a9,
categories: [1],
tags: [
631,
2222,
1423,
3642,
193,
4751,
345,
4117,
4757,
8,
3643,
3644,
4758,
49,
3645,
792,
3646,
4759,
4110,
1834,
4080,
355,
57,
410,
151,
3496,
1608,
3651,
859
],
),
"brightness_5": SymbolsMetadata(
popularity: 1043,
codepoint: 0xe3aa,
categories: [1],
tags: [
676,
1747,
3642,
504,
193,
345,
4117,
8,
3383,
3038,
138,
4758,
3645,
792,
3646,
4110,
355,
3220,
4760,
4761,
410,
151,
4762,
857,
2382,
1608,
141,
859
],
),
"brightness_6": SymbolsMetadata(
popularity: 1611,
codepoint: 0xe3ab,
categories: [1],
tags: [
687,
1747,
3642,
193,
4751,
345,
4117,
4104,
2134,
2882,
3654,
8,
1852,
3643,
3383,
235,
792,
3646,
4759,
630,
4110,
851,
3220,
3648,
391,
410,
151,
3496,
4763,
857,
1608,
4064,
859
],
),
"brightness_7": SymbolsMetadata(
popularity: 636,
codepoint: 0xe3ac,
categories: [1],
tags: [
747,
1747,
4606,
3641,
4764,
3642,
193,
780,
4765,
345,
4117,
2134,
4766,
8,
2286,
4767,
3383,
3479,
4758,
235,
3645,
792,
3646,
4768,
630,
4110,
410,
151,
4769,
857,
1608,
4064,
1709,
476
],
),
"brightness_alert": SymbolsMetadata(
popularity: 215,
codepoint: 0xf5cf,
categories: [4],
tags: [
3125,
2222,
1360,
1361,
1423,
3642,
691,
4751,
345,
1365,
8,
2732,
1366,
3643,
1480,
4770,
137,
1367,
51,
2734,
792,
3646,
1166,
262,
630,
1183,
616,
271,
2737,
1428,
410,
151,
3496,
291,
1608,
31,
1093,
65,
206
],
),
"brightness_auto": SymbolsMetadata(
popularity: 274,
codepoint: 0xe1ab,
categories: [4],
tags: [
3442,
1747,
2222,
4771,
2436,
4772,
3372,
4773,
3642,
4774,
345,
8,
771,
1852,
138,
1344,
792,
3646,
4257,
406,
262,
630,
271,
410,
4775,
4776,
64,
151,
71,
3649,
857,
1608,
31,
2210
],
),
"brightness_empty": SymbolsMetadata(
popularity: 77,
codepoint: 0xf7e8,
categories: [4],
tags: [
4777,
2222,
1132,
3641,
3642,
193,
345,
8,
811,
2229,
3383,
51,
3645,
792,
3646,
87,
4759,
289,
851,
3220,
3221,
3648,
330,
410,
151,
857,
1170,
1608,
1433,
2210,
36
],
),
"brightness_medium": SymbolsMetadata(
popularity: 492,
codepoint: 0xe1ae,
categories: [4],
tags: [
2222,
2436,
3642,
193,
685,
345,
1400,
8,
3383,
4758,
1344,
792,
3646,
3899,
262,
630,
70,
271,
3220,
4761,
410,
151,
1608,
3651,
476
],
),
"bring_your_own_ip": SymbolsMetadata(
popularity: 930,
codepoint: 0xe016,
categories: [3],
tags: [
1514,
77,
4778,
482,
4779,
4780,
1686,
519,
685,
284,
81,
2283,
520,
1703,
320,
1604,
1111,
259,
4781,
4782,
4783,
4784,
3684,
1758,
267,
585,
1741,
4785,
4786,
2738,
1788,
433,
1698,
65,
526,
527,
334,
4787
],
),
"broadcast_on_home": SymbolsMetadata(
popularity: 195,
codepoint: 0xf8f8,
categories: [0],
tags: [
2029,
1268,
731,
4297,
283,
1073,
254,
628,
288,
1140,
1500,
406,
267,
4788,
2310,
1529,
273,
1905,
1906,
1293,
1294,
411,
65,
2067,
4789,
1863,
278,
4790
],
),
"broadcast_on_personal": SymbolsMetadata(
popularity: 255,
codepoint: 0xf8f9,
categories: [0],
tags: [
565,
4791,
566,
731,
283,
284,
44,
1735,
259,
1282,
4792,
267,
523,
589,
920,
590,
1353,
4793,
2038,
273,
593,
454,
4789,
2464,
601,
1863
],
),
"broken_image": SymbolsMetadata(
popularity: 1061,
codepoint: 0xe3ad,
categories: [1],
tags: [
480,
1360,
3284,
4794,
4795,
3285,
4796,
4797,
4798,
4799,
4800,
1162,
2732,
4801,
2733,
904,
49,
4802,
4803,
4804,
4805,
4806,
1605,
1471,
4807,
4808,
1606,
1607,
817,
57,
59,
62,
4809,
820,
4810,
432,
433,
4811,
1728,
206
],
),
"browse": SymbolsMetadata(
popularity: 195,
codepoint: 0xeb13,
categories: [6],
tags: [
2143,
4812,
2147,
4813,
628,
81,
145,
4814,
1589,
2152,
316,
1690,
317,
2153,
382,
173,
68,
86,
385,
1345,
88,
4138,
1596,
3419,
1597,
4815,
4816,
4156,
4817,
1126,
1719,
396,
333
],
),
"browse_activity": SymbolsMetadata(
popularity: 1436,
codepoint: 0xf8a5,
categories: [2],
tags: [
4635,
2525,
4818,
4812,
4819,
4820,
1712,
288,
8,
4821,
4822,
1735,
1077,
1110,
2084,
4823,
1633,
88,
4824,
4825,
630,
616,
91,
2812,
1634,
759,
4826,
453,
410,
2856,
94,
857,
454,
2476,
4827,
2464
],
),
"browse_gallery": SymbolsMetadata(
popularity: 1714,
codepoint: 0xebd1,
categories: [2],
tags: [
1342,
2145,
959,
4812,
4828,
2147,
1159,
1197,
316,
1690,
1343,
490,
382,
4829,
4830,
2520,
1345,
406,
439,
4831,
4832,
59,
2156,
1719,
1698,
4833,
396,
4834,
4835,
2087
],
),
"browser_updated": SymbolsMetadata(
popularity: 671,
codepoint: 0xe7cf,
categories: [11],
tags: [
1246,
1247,
501,
77,
1179,
2095,
1711,
463,
519,
4504,
1712,
288,
8,
2335,
520,
2683,
4836,
1110,
1253,
1705,
4837,
259,
1713,
630,
325,
4838,
1596,
1122,
759,
760,
410,
509,
291,
245,
4495,
1678,
2464,
4839,
4840,
333,
4841,
1186,
1187
],
),
"brunch_dining": SymbolsMetadata(
popularity: 480,
codepoint: 0xea73,
categories: [16],
tags: [
4842,
3713,
3714,
3715,
4843,
3718,
4844,
3720,
4845,
4846,
4228,
3721,
4847,
4848,
2367,
2995,
4849,
4135,
3723,
4850,
4851,
4852,
1936,
3727,
151,
4853,
4854,
1474,
4855
],
),
"brush": SymbolsMetadata(
popularity: 3951,
codepoint: 0xe3ae,
categories: [1],
tags: [
1602,
2144,
3094,
4856,
3095,
4575,
2289,
485,
4857,
2798,
378,
4858,
1252,
680,
2165,
2229,
490,
4646,
384,
4859,
87,
492,
3100,
3101,
3102,
4860,
392,
1170,
2172,
4861,
511,
1789
],
),
"bubble": SymbolsMetadata(
popularity: 111,
codepoint: 0xef83,
categories: [2],
tags: [
77,
502,
4862,
568,
570,
2740,
193,
572,
573,
283,
1476,
4863,
2955,
1477,
4864,
2743,
313,
1479,
2744,
583,
906,
392,
4865,
4866,
1295,
1485,
1296,
4867,
33,
4868,
4869,
4870,
4871,
4872,
1709,
1298,
1486
],
rtlAutoMirrored: true,
),
"bubble_chart": SymbolsMetadata(
popularity: 1345,
codepoint: 0xe6dd,
categories: [9],
tags: [
1422,
1071,
1423,
517,
568,
4873,
4874,
373,
1101,
3782,
1425,
81,
375,
1105,
3112,
941,
1078,
1081,
68,
226,
4875,
1086,
851,
1427,
759,
3510,
3420,
2345,
391,
4876,
4201,
746,
3093,
1095,
2481,
514
],
),
"bubbles": SymbolsMetadata(
popularity: 54,
codepoint: 0xf64e,
categories: [2],
tags: [
480,
4877,
1669,
77,
502,
3536,
3831,
4878,
3835,
4879,
4843,
4191,
1101,
1872,
1209,
912,
4880,
4581,
313,
2832,
4228,
4881,
4882,
4883,
4884,
137,
1344,
3646,
4198,
3377,
4885,
906,
4201,
4886,
4887,
4888,
141,
1348,
4340,
1187
],
),
"bug_report": SymbolsMetadata(
popularity: 7050,
codepoint: 0xe868,
categories: [6],
tags: [
1360,
4889,
501,
1309,
4890,
193,
573,
4891,
4892,
4893,
1589,
2732,
1480,
147,
1756,
871,
4894,
2734,
583,
1481,
1368,
1597,
2737,
1428,
509,
3142,
880,
1093,
1319,
2019,
4895,
2398,
206
],
),
"build": SymbolsMetadata(
popularity: 8763,
codepoint: 0xe869,
categories: [6],
tags: [
1747,
2222,
1374,
929,
685,
1498,
345,
2799,
46,
1756,
4896,
1785,
2722,
1110,
1140,
4897,
4859,
4898,
3981,
4899,
1143,
70,
4900,
652,
71,
4901,
511,
4902,
1789,
3396,
1519,
4903
],
),
"build_circle": SymbolsMetadata(
popularity: 2722,
codepoint: 0xef48,
categories: [6],
tags: [
1747,
1374,
193,
1784,
685,
1375,
2853,
1325,
1104,
4904,
1756,
1785,
4898,
3981,
4899,
70,
2900,
921,
4900,
330,
71,
1788,
4901,
140,
511,
4903
],
),
"bungalow": SymbolsMetadata(
popularity: 265,
codepoint: 0xe591,
categories: [16],
tags: [
1496,
1497,
929,
4905,
1658,
4906,
1498,
4907,
1499,
2568,
1140,
4908,
1500,
4909,
2569,
4076,
1541,
327,
1501,
4910,
2571,
1502,
4175,
1503,
1504,
4911,
1505,
4912,
4913,
3760,
955,
4914,
1229
],
),
"burst_mode": SymbolsMetadata(
popularity: 253,
codepoint: 0xe43c,
categories: [1],
tags: [
748,
3381,
4915,
40,
42,
752,
1165,
437,
49,
1605,
4916,
642,
1606,
1607,
2468,
57,
59,
62,
3122,
2443,
3458,
4917,
94,
2157,
4918,
4919,
1347,
4920,
275,
454,
4921
],
),
"bus_alert": SymbolsMetadata(
popularity: 465,
codepoint: 0xe98f,
categories: [14],
tags: [
3125,
1359,
1360,
1361,
1818,
2730,
2043,
1820,
1821,
691,
4922,
1365,
2732,
1366,
4713,
1367,
68,
2734,
1633,
1541,
1166,
583,
875,
616,
1922,
2737,
2055,
1635,
1636,
273,
1226,
31,
1988,
1639,
332,
1728,
2464,
1844,
206
],
),
"bus_railway": SymbolsMetadata(
popularity: 35,
codepoint: 0xf36b,
categories: [14],
tags: [
77,
1818,
2043,
1820,
1821,
2565,
2044,
313,
2408,
1633,
87,
324,
1541,
4923,
4924,
325,
1392,
2054,
2055,
4381,
4382,
1636,
1168,
3562,
1226,
4385,
4925,
2804,
4386,
4387,
1988,
900,
1639,
332,
4926,
1507,
1844
],
),
"business_center": SymbolsMetadata(
popularity: 5368,
codepoint: 0xeb3f,
categories: [5],
tags: [
2553,
959,
3662,
2042,
4927,
482,
1515,
569,
4928,
4929,
4890,
308,
934,
1333,
1385,
4930,
4646,
4931,
1376,
1516,
2051,
492,
1391,
920,
2570,
4932,
3115,
969,
432,
1698,
4933,
4501,
332,
1519
],
),
"business_chip": SymbolsMetadata(
popularity: 52,
codepoint: 0xf84c,
categories: [12],
tags: [
4934,
1497,
3662,
2042,
1515,
929,
569,
4935,
930,
4890,
4936,
4937,
2565,
1180,
576,
1385,
4938,
1386,
1387,
4939,
4940,
978,
945,
1391,
4941,
586,
3115,
590,
4942,
969,
2572,
955,
4501,
1507,
1519
],
),
"business_messages": SymbolsMetadata(
popularity: 82,
codepoint: 0xef84,
categories: [7],
tags: [
502,
568,
569,
570,
2740,
934,
283,
4943,
576,
4944,
975,
1476,
2742,
1385,
2743,
1386,
1622,
583,
4945,
4946,
1391,
4947,
3115,
2428,
2429,
652,
594,
1485,
880,
1296,
33,
4948,
1519
],
rtlAutoMirrored: true,
),
"buttons_alt": SymbolsMetadata(
popularity: 40,
codepoint: 0xe72f,
categories: [2],
tags: [
231,
4949,
480,
748,
1601,
2401,
1332,
504,
1100,
193,
1103,
3959,
1753,
1425,
1164,
4883,
904,
1111,
1622,
1344,
385,
506,
70,
919,
239,
362,
71,
392,
433,
2415,
31,
413,
1728,
141
],
),
"cabin": SymbolsMetadata(
popularity: 499,
codepoint: 0xe589,
categories: [16],
tags: [
1496,
1497,
1332,
929,
1940,
3664,
4907,
4509,
4950,
1499,
3060,
2568,
4060,
1140,
1500,
4076,
4824,
4951,
1541,
1834,
4061,
327,
1501,
2571,
1502,
432,
1503,
1504,
4911,
1838,
1505,
1339,
433,
3760,
955,
332,
4914,
1728,
1969,
4952,
1229,
4953
],
),
"cable": SymbolsMetadata(
popularity: 1431,
codepoint: 0xefe6,
categories: [4],
tags: [
4954,
4955,
283,
3959,
1073,
284,
4956,
4957,
81,
288,
44,
3890,
3942,
2549,
1886,
1110,
1111,
87,
1314,
267,
4958,
3801,
1741,
3990,
1315,
3707,
273,
4959,
65,
526,
4789,
1320,
4960
],
),
"cable_car": SymbolsMetadata(
popularity: 5,
codepoint: 0xf479,
categories: [14],
tags: [
4961,
1818,
1940,
4962,
1820,
1821,
4963,
4922,
312,
313,
2431,
4964,
1633,
87,
1541,
1606,
3672,
2054,
2055,
4381,
4382,
3324,
4965,
4966,
4967,
4968,
4385,
3327,
4969,
4386,
4387,
1988,
1639,
332,
4926,
4970,
1844,
396
],
),
"cached": SymbolsMetadata(
popularity: 5632,
codepoint: 0xe86a,
categories: [2],
tags: [
861,
460,
502,
3460,
3461,
193,
1686,
284,
81,
1468,
4814,
520,
1690,
2153,
68,
3463,
3052,
3464,
757,
2811,
267,
1060,
758,
760,
761,
2462,
2814,
470,
1696,
2738,
1698,
1396,
764,
765,
1093,
3000,
2464
],
),
"cadence": SymbolsMetadata(
popularity: 78,
codepoint: 0xf4b4,
categories: [15],
tags: [
1268,
4971,
4972,
3342,
3788,
4973,
4974,
4975,
4976,
4977,
373,
4978,
2072,
11,
2884,
2885,
351,
4979,
1078,
792,
1714,
4980,
4282,
4283,
2889,
29,
273,
1293,
2077,
4981,
4982,
4983,
554,
4984,
1863,
3354
],
),
"cake": SymbolsMetadata(
popularity: 3934,
codepoint: 0xe7e9,
categories: [15],
tags: [
745,
4985,
4986,
3709,
3710,
4987,
4988,
4989,
4990,
4991,
4992,
4694,
3719,
4697,
10,
4993,
2367,
4994,
4995,
1966,
887,
4996,
587,
4997,
3725,
3726,
239,
4998,
3730,
593,
4999,
5000,
3731,
31,
3732
],
),
"cake_add": SymbolsMetadata(
popularity: 101,
codepoint: 0xf85b,
categories: [15],
tags: [
745,
5001,
4985,
5002,
3709,
3710,
4987,
4988,
4989,
4991,
4992,
1325,
3382,
3719,
5003,
10,
4993,
2367,
4994,
4995,
5004,
5005,
887,
4996,
587,
3725,
239,
5006,
3731,
3732
],
),
"calculate": SymbolsMetadata(
popularity: 7583,
codepoint: 0xea5f,
categories: [9],
tags: [
231,
5007,
5008,
232,
1322,
5009,
5010,
80,
169,
45,
1136,
5011,
629,
3520,
5012,
381,
1114,
87,
793,
5013,
3219,
5014,
22,
5015,
492,
227,
392,
2502,
5016,
675,
31,
65,
511,
230
],
),
"calendar_add_on": SymbolsMetadata(
popularity: 2288,
codepoint: 0xef85,
categories: [7],
tags: [
231,
745,
5017,
1670,
1932,
1132,
504,
2080,
1325,
1160,
2134,
10,
138,
1327,
4824,
1166,
5018,
887,
1453,
289,
5019,
239,
453,
985,
1370,
1168,
433,
31,
1171,
5020,
141,
5021
],
),
"calendar_apps_script": SymbolsMetadata(
popularity: 330,
codepoint: 0xf0bb,
categories: [7],
tags: [
5022,
501,
1670,
5023,
2133,
482,
2080,
1102,
1073,
1160,
2134,
1313,
1104,
10,
5024,
2578,
1471,
1314,
1029,
5018,
586,
3509,
5025,
1123,
432,
1370,
1168,
3076,
764,
5020,
511,
5021
],
),
"calendar_clock": SymbolsMetadata(
popularity: 418,
codepoint: 0xf540,
categories: [6],
tags: [
5017,
1359,
1360,
1670,
1362,
2080,
193,
1159,
1160,
2134,
2082,
868,
2099,
1055,
10,
489,
137,
2084,
3483,
138,
5026,
550,
1029,
3486,
5018,
616,
2812,
3509,
5027,
1370,
1168,
360,
392,
433,
31,
1171,
2476,
1172,
5020,
2087
],
),
"calendar_month": SymbolsMetadata(
popularity: 38456,
codepoint: 0xebcc,
categories: [6],
tags: [
5017,
1670,
504,
2080,
1159,
1160,
2134,
2099,
1164,
10,
138,
1344,
1471,
5018,
325,
5028,
3508,
1677,
453,
432,
1168,
433,
31,
1171,
5020,
5029
],
),
"calendar_today": SymbolsMetadata(
popularity: 12055,
codepoint: 0xe935,
categories: [6],
tags: [
5017,
1670,
1932,
2080,
5030,
5031,
5032,
1160,
5033,
2134,
5034,
10,
382,
1471,
5018,
5035,
5036,
1677,
3509,
5037,
432,
1370,
1168,
433,
1171,
5020,
5038,
5039,
5021,
5040
],
),
"calendar_view_day": SymbolsMetadata(
popularity: 708,
codepoint: 0xe936,
categories: [12],
tags: [
2525,
5017,
1670,
5041,
2080,
1439,
1160,
2134,
5042,
303,
10,
4822,
370,
382,
385,
2946,
88,
5043,
1950,
5018,
92,
1677,
432,
1168,
5044,
392,
3590,
1171,
2476,
5020,
1465,
396,
5039
],
),
"calendar_view_month": SymbolsMetadata(
popularity: 1016,
codepoint: 0xefe7,
categories: [12],
tags: [
5017,
5041,
1467,
481,
1932,
482,
2080,
1160,
2134,
10,
4822,
370,
382,
699,
385,
1471,
4136,
5018,
5036,
289,
3509,
432,
1370,
1168,
955,
1171,
5020,
1465,
396,
5045,
5040
],
),
"calendar_view_week": SymbolsMetadata(
popularity: 763,
codepoint: 0xefe8,
categories: [12],
tags: [
5041,
1467,
2080,
933,
1160,
5046,
2134,
5047,
8,
10,
4822,
370,
382,
385,
1029,
5018,
5036,
5048,
5019,
3509,
432,
1168,
5049,
955,
1171,
2476,
5020,
1465,
396,
5039,
5045
],
),
"call": SymbolsMetadata(
popularity: 48229,
codepoint: 0xe0b0,
categories: [7],
tags: [
1268,
5050,
1270,
5051,
1250,
251,
283,
284,
975,
976,
5052,
288,
1400,
5053,
1110,
5054,
5055,
5056,
262,
5057,
271,
5058,
5059,
1799,
3366,
2121,
652,
1295,
880,
1296,
1406,
1298
],
),
"call_end": SymbolsMetadata(
popularity: 1848,
codepoint: 0xe0b1,
categories: [7],
tags: [
1268,
504,
1270,
1208,
1250,
1209,
283,
975,
345,
5060,
288,
3288,
2135,
5061,
1110,
2302,
1622,
262,
5062,
271,
876,
5063,
2121,
392,
1226,
31,
1406,
3473,
1298
],
),
"call_log": SymbolsMetadata(
popularity: 46,
codepoint: 0xe08e,
categories: [7],
tags: [
2143,
1270,
5064,
5065,
1250,
251,
4820,
283,
5066,
975,
5067,
43,
288,
4814,
4821,
1110,
2084,
4823,
2302,
68,
88,
4824,
5068,
262,
5062,
271,
5069,
4826,
453,
1708,
3093,
276,
1406,
5070
],
),
"call_made": SymbolsMetadata(
popularity: 1429,
codepoint: 0xe0b2,
categories: [7],
tags: [
748,
2525,
2939,
77,
1270,
5071,
283,
254,
345,
288,
1702,
313,
3008,
138,
51,
1344,
87,
5072,
1314,
5073,
262,
1550,
2967,
5062,
271,
1167,
1707,
1529,
31,
1406,
5074
],
rtlAutoMirrored: true,
),
"call_merge": SymbolsMetadata(
popularity: 493,
codepoint: 0xe0b3,
categories: [7],
tags: [
77,
502,
1072,
1270,
912,
1324,
1073,
5075,
5076,
5077,
5078,
5079,
5080,
81,
288,
375,
313,
1105,
5081,
1078,
4154,
1328,
1471,
1314,
1330,
262,
267,
3448,
851,
955,
5082,
4633
],
rtlAutoMirrored: true,
),
"call_missed": SymbolsMetadata(
popularity: 359,
codepoint: 0xe0b4,
categories: [7],
tags: [
1360,
500,
5083,
77,
1270,
5084,
283,
975,
5085,
288,
5086,
1162,
5087,
313,
2832,
5088,
5061,
2084,
87,
4824,
5089,
5090,
262,
616,
271,
5091,
5092,
1708,
65,
1406,
5093
],
rtlAutoMirrored: true,
),
"call_missed_outgoing": SymbolsMetadata(
popularity: 389,
codepoint: 0xe0e4,
categories: [7],
tags: [
77,
5094,
1270,
251,
283,
284,
975,
288,
2955,
1400,
313,
5095,
2084,
138,
3128,
51,
87,
4824,
5089,
262,
267,
21,
5062,
271,
328,
906,
273,
31,
1406,
3131,
1709
],
rtlAutoMirrored: true,
),
"call_quality": SymbolsMetadata(
popularity: 48,
codepoint: 0xf652,
categories: [7],
tags: [
1360,
1177,
865,
1268,
517,
1270,
5096,
1250,
251,
283,
284,
254,
975,
145,
288,
5097,
1110,
871,
5098,
51,
293,
68,
792,
3494,
262,
267,
611,
648,
271,
272,
652,
273,
291,
5099,
649,
524,
880,
533,
276,
1406,
1298,
278
],
),
"call_received": SymbolsMetadata(
popularity: 943,
codepoint: 0xe0b5,
categories: [7],
tags: [
2672,
1360,
5100,
2041,
77,
1268,
2196,
1270,
5101,
283,
254,
2937,
288,
313,
520,
2084,
5102,
2302,
5055,
2207,
87,
4824,
583,
262,
616,
271,
328,
2309,
5092,
273,
1406,
1298
],
rtlAutoMirrored: true,
),
"call_split": SymbolsMetadata(
popularity: 990,
codepoint: 0xe0b6,
categories: [7],
tags: [
748,
77,
502,
2992,
1270,
5103,
283,
1073,
284,
345,
288,
313,
3288,
2191,
5104,
2274,
2995,
1471,
506,
262,
237,
5105,
325,
267,
70,
1634,
271,
2969,
2998,
706,
1529,
2414,
2275,
1406,
526
],
rtlAutoMirrored: true,
),
"call_to_action": SymbolsMetadata(
popularity: 609,
codepoint: 0xe06c,
categories: [0],
tags: [
748,
749,
1360,
77,
1423,
504,
1270,
1792,
450,
5106,
2719,
5107,
1796,
5108,
485,
1712,
5109,
2708,
2710,
1139,
138,
293,
68,
5110,
1622,
1344,
385,
1314,
583,
262,
325,
616,
1167,
2862,
1120,
410,
362,
1552,
1720,
1801,
5111,
141,
907,
1348,
333,
1186,
1187
],
),
"camera": SymbolsMetadata(
popularity: 2754,
codepoint: 0xe3af,
categories: [1],
tags: [
5112,
504,
40,
42,
5113,
288,
44,
2549,
346,
1548,
137,
138,
49,
3956,
53,
406,
3801,
57,
59,
62,
453,
440,
4918,
1347,
5114,
31,
511,
907,
37,
5115,
476
],
),
"camera_front": SymbolsMetadata(
popularity: 391,
codepoint: 0xe3b1,
categories: [1],
tags: [
77,
690,
40,
5116,
42,
1751,
193,
5117,
288,
313,
5118,
5119,
903,
5120,
2763,
581,
1111,
53,
5121,
262,
5122,
589,
271,
59,
5123,
5124,
590,
453,
470,
5125,
2770,
1529,
243,
433,
2415,
2771,
413,
526,
527,
601,
5126,
37,
5127
],
),
"camera_indoor": SymbolsMetadata(
popularity: 411,
codepoint: 0xefe9,
categories: [8],
tags: [
1497,
2133,
929,
40,
5128,
288,
5129,
2549,
2568,
346,
5130,
1140,
5131,
1500,
49,
1890,
5132,
2752,
5133,
5134,
5135,
4280,
353,
1143,
5136,
62,
327,
1582,
2571,
440,
1503,
1504,
705,
1036,
5137,
1505,
1906,
454,
5138,
5139,
65,
37,
5140,
434
],
),
"camera_outdoor": SymbolsMetadata(
popularity: 325,
codepoint: 0xefea,
categories: [8],
tags: [
1497,
929,
569,
40,
5128,
1180,
5129,
2568,
2800,
346,
5130,
5141,
1140,
5131,
1500,
49,
630,
4280,
353,
1143,
3672,
5142,
3061,
1146,
62,
327,
1501,
1582,
2571,
453,
440,
1503,
1504,
705,
1036,
5137,
1505,
5138,
5139,
37,
434,
396,
4546
],
),
"camera_rear": SymbolsMetadata(
popularity: 158,
codepoint: 0xe3b2,
categories: [1],
tags: [
77,
40,
5143,
42,
193,
5144,
288,
313,
1754,
1703,
5120,
5145,
1111,
53,
406,
262,
5122,
1706,
1741,
271,
57,
59,
62,
5123,
5146,
2768,
440,
1707,
2770,
2310,
1529,
433,
526,
527,
37,
443
],
),
"camera_roll": SymbolsMetadata(
popularity: 453,
codepoint: 0xe3b3,
categories: [1],
tags: [
1342,
5147,
40,
5148,
1197,
5149,
346,
1343,
49,
5150,
5151,
2520,
1345,
406,
5152,
262,
57,
4831,
5153,
5154,
59,
5155,
2155,
2156,
5156,
5157,
1708,
5158,
5159
],
),
"camera_video": SymbolsMetadata(
popularity: 93,
codepoint: 0xf7a6,
categories: [11],
tags: [
5112,
504,
5160,
5161,
40,
42,
344,
5162,
288,
2549,
346,
5130,
1110,
49,
53,
1282,
406,
353,
354,
439,
59,
62,
408,
681,
453,
440,
432,
2523,
2555,
4918,
454,
65,
37,
434,
476,
3638
],
),
"cameraswitch": SymbolsMetadata(
popularity: 1108,
codepoint: 0xefeb,
categories: [4],
tags: [
77,
502,
5163,
40,
5164,
5165,
5166,
5167,
193,
5168,
283,
5119,
5169,
2763,
5122,
5170,
59,
453,
470,
5171,
5172,
4918,
3984,
2415,
2771,
3000,
5127,
5173,
5174,
434,
396
],
),
"campaign": SymbolsMetadata(
popularity: 10901,
codepoint: 0xef49,
categories: [15],
tags: [
3,
748,
1176,
1360,
1177,
1178,
1193,
4991,
2313,
2937,
313,
3517,
10,
4510,
13,
87,
4433,
1182,
5175,
1285,
20,
325,
616,
492,
5176,
328,
759,
1184,
392,
1294,
245,
31,
1728,
5177,
1863,
1865
],
),
"camping": SymbolsMetadata(
popularity: 802,
codepoint: 0xf8a2,
categories: [15],
tags: [
2525,
3660,
5178,
3664,
312,
5179,
5180,
5181,
1966,
1967,
323,
1606,
1834,
3672,
5182,
3323,
1505,
1552,
5183,
3327,
332,
1728,
1969,
5184
],
),
"cancel": SymbolsMetadata(
popularity: 41515,
codepoint: 0xe5c9,
categories: [2],
tags: [
748,
1360,
504,
1208,
193,
780,
1209,
345,
1235,
5060,
1210,
4658,
2732,
1212,
1480,
5185,
5186,
5187,
352,
325,
3295,
5063,
1224,
392,
1226,
31,
907,
1068,
4013,
4014
],
),
"cancel_presentation": SymbolsMetadata(
popularity: 1208,
codepoint: 0xe0e9,
categories: [7],
tags: [
5188,
1208,
780,
1209,
5117,
1235,
5189,
288,
5190,
4658,
8,
2135,
4267,
1212,
3399,
5121,
630,
3295,
5027,
1427,
388,
5191,
4269,
432,
5192,
1224,
5193,
410,
2851,
5194,
1226,
3473,
1186,
1187,
4013,
4014
],
),
"cancel_schedule_send": SymbolsMetadata(
popularity: 595,
codepoint: 0xea39,
categories: [7],
tags: [
5188,
748,
504,
1208,
780,
1103,
283,
1210,
4524,
2298,
2300,
138,
1344,
15,
2946,
2303,
583,
3295,
289,
2606,
4269,
1224,
5193,
1168,
5195,
5196,
2310,
1529,
1226,
31,
5197,
5198,
4013
],
),
"candle": SymbolsMetadata(
popularity: 28,
codepoint: 0xf588,
categories: [3],
tags: [
4985,
4987,
5199,
4989,
5200,
4991,
4104,
1161,
2438,
5201,
5202,
3383,
3036,
1966,
5203,
4758,
3646,
5204,
5205,
4080,
5206,
5207,
5208,
5209,
5210,
5211,
5212,
1465,
3044,
5213,
5214,
5215
],
),
"candlestick_chart": SymbolsMetadata(
popularity: 703,
codepoint: 0xead4,
categories: [9],
tags: [
1422,
1071,
3788,
517,
569,
5200,
373,
5216,
81,
4396,
375,
5217,
963,
964,
941,
942,
1078,
234,
1081,
946,
5218,
3501,
1389,
226,
1086,
1428,
746,
5219,
5220,
5221,
1095,
5222,
5223,
1429
],
),
"cannabis": SymbolsMetadata(
popularity: 20,
codepoint: 0xf2f3,
categories: [3],
tags: [
1817,
2364,
5224,
5225,
5226,
1824,
5227,
1771,
2368,
234,
1832,
5228,
5229,
5230,
5231,
2372,
2459,
5232,
894,
5233,
2374,
1834,
2375,
1835,
5234,
3323,
5235,
5236,
5237,
5238
],
),
"captive_portal": SymbolsMetadata(
popularity: 268,
codepoint: 0xf728,
categories: [2],
tags: [
861,
77,
5239,
5240,
5241,
1179,
5242,
5243,
1073,
5244,
284,
313,
5245,
320,
1111,
259,
5246,
5247,
2207,
5248,
1314,
980,
5249,
267,
5250,
5251,
5252,
5253,
1596,
5254,
5255,
2969,
1066,
527,
1186,
277,
5256,
334,
5257
],
),
"capture": SymbolsMetadata(
popularity: 112,
codepoint: 0xf727,
categories: [2],
tags: [
1669,
501,
1131,
5258,
1132,
1133,
482,
3284,
40,
42,
2719,
1822,
754,
4592,
755,
348,
2286,
1704,
49,
1344,
385,
5259,
289,
57,
62,
5260,
329,
453,
440,
432,
1149,
410,
5261,
5262,
362,
363,
1552,
298,
5114,
433,
5263,
141,
1348,
37,
396,
333,
1186,
1187
],
),
"car_crash": SymbolsMetadata(
popularity: 918,
codepoint: 0xebf2,
categories: [14],
tags: [
3425,
1360,
2436,
1818,
3284,
1820,
1821,
5264,
5265,
5266,
5267,
1365,
5268,
313,
2047,
2438,
4432,
5269,
5270,
5271,
1541,
5272,
2054,
4435,
1635,
705,
1638,
900,
1639,
1844,
206,
5273
],
),
"car_defrost_left": SymbolsMetadata(
popularity: 4,
codepoint: 0xf344,
categories: [14],
tags: [
837,
77,
502,
1818,
3434,
5274,
504,
1820,
5275,
5276,
5277,
5278,
1753,
5279,
5280,
5281,
313,
3036,
1856,
581,
1857,
138,
2207,
1471,
588,
589,
5282,
5283,
1927,
1473,
31,
65,
1639,
1844,
1864,
1187,
5284,
5285
],
),
"car_defrost_low_left": SymbolsMetadata(
popularity: 1,
codepoint: 0xf343,
categories: [14],
tags: [
837,
838,
77,
1818,
3434,
504,
1820,
840,
5286,
345,
844,
1425,
5279,
5280,
313,
2283,
1077,
5287,
3036,
581,
1857,
2207,
1961,
919,
588,
589,
1927,
151,
1473,
2415,
1844,
1908,
1187,
5285,
860
],
),
"car_defrost_low_right": SymbolsMetadata(
popularity: 4,
codepoint: 0xf342,
categories: [14],
tags: [
837,
1880,
77,
502,
2436,
1818,
3434,
1820,
840,
5277,
345,
1425,
5279,
5280,
313,
1887,
3036,
1856,
581,
1857,
51,
1471,
5288,
588,
589,
5146,
906,
1927,
151,
31,
97,
141,
1844,
5289,
1187,
5285
],
),
"car_defrost_mid_low_left": SymbolsMetadata(
popularity: 3,
codepoint: 0xf341,
categories: [14],
tags: [
836,
838,
1880,
77,
5290,
1818,
3434,
5291,
1820,
5292,
5293,
5276,
5294,
840,
5277,
1752,
1425,
5279,
5280,
5281,
313,
5295,
3036,
5296,
5297,
581,
1857,
2753,
2207,
588,
589,
5298,
1927,
858,
1844,
1908,
1862,
5299,
5300
],
),
"car_defrost_mid_right": SymbolsMetadata(
popularity: 3,
codepoint: 0xf340,
categories: [14],
tags: [
837,
838,
77,
1818,
3434,
504,
1820,
1898,
780,
5277,
345,
845,
1425,
5279,
5280,
5281,
313,
5287,
3036,
1856,
581,
1857,
850,
2753,
5301,
5302,
588,
589,
1927,
5303,
31,
5304,
5305,
5306,
5307,
1844,
1908,
1862,
1187
],
),
"car_defrost_right": SymbolsMetadata(
popularity: 2,
codepoint: 0xf33f,
categories: [14],
tags: [
837,
1896,
77,
1818,
3434,
504,
1820,
780,
840,
345,
1425,
5279,
5280,
5281,
313,
2283,
5287,
3036,
1856,
581,
1857,
850,
5308,
919,
588,
589,
5282,
906,
1927,
1473,
855,
2415,
858,
5305,
1844,
1862,
3849,
1187,
5285
],
),
"car_fan_low_left": SymbolsMetadata(
popularity: 16,
codepoint: 0xf33e,
categories: [14],
tags: [
837,
5309,
1880,
77,
1818,
3434,
5310,
1820,
840,
5277,
1885,
1753,
845,
1425,
313,
2283,
1887,
3036,
1856,
581,
1857,
2753,
5311,
261,
588,
589,
1927,
858,
900,
332,
1844,
1908,
1862
],
),
"car_fan_low_mid_left": SymbolsMetadata(
popularity: 9,
codepoint: 0xf33d,
categories: [14],
tags: [
480,
837,
5312,
1896,
77,
1818,
3434,
5310,
1820,
840,
345,
3462,
1425,
313,
2283,
1887,
3036,
581,
1857,
51,
2753,
2207,
87,
1961,
3899,
588,
589,
1927,
151,
275,
31,
1844,
1862,
1865
],
),
"car_fan_low_right": SymbolsMetadata(
popularity: 7,
codepoint: 0xf33c,
categories: [14],
tags: [
837,
5313,
1896,
77,
1818,
3434,
5314,
5315,
1820,
5316,
840,
5277,
345,
1425,
313,
1887,
5317,
5318,
3036,
581,
1857,
3645,
2753,
792,
1961,
5319,
588,
589,
906,
5320,
1927,
275,
858,
1844,
5321,
1908,
1862
],
),
"car_fan_mid_left": SymbolsMetadata(
popularity: 7,
codepoint: 0xf33b,
categories: [14],
tags: [
2222,
837,
1880,
77,
1818,
3434,
5274,
1820,
308,
5277,
1885,
1752,
844,
2405,
1425,
313,
1887,
3036,
581,
1857,
138,
2753,
2207,
1943,
642,
289,
588,
589,
1927,
71,
31,
1093,
1844,
1862,
1865
],
),
"car_fan_mid_low_right": SymbolsMetadata(
popularity: 7,
codepoint: 0xf33a,
categories: [14],
tags: [
837,
1896,
77,
1818,
3434,
5274,
504,
1820,
840,
345,
1425,
313,
1887,
137,
3036,
581,
1857,
138,
3645,
792,
1961,
5322,
588,
589,
3707,
906,
1927,
151,
275,
454,
31,
1093,
907,
1844,
1862,
1865
],
),
"car_fan_mid_right": SymbolsMetadata(
popularity: 7,
codepoint: 0xf339,
categories: [14],
tags: [
837,
5313,
5323,
1896,
77,
1818,
3434,
5314,
1820,
308,
840,
345,
1425,
313,
1887,
1077,
3036,
699,
581,
1857,
1471,
5322,
1943,
588,
589,
906,
1927,
151,
858,
1844,
1908,
1862,
5324
],
),
"car_fan_recirculate": SymbolsMetadata(
popularity: 18,
codepoint: 0xf338,
categories: [14],
tags: [
837,
5309,
1880,
5325,
77,
502,
2436,
1818,
3434,
504,
1820,
193,
5277,
5326,
1752,
753,
1425,
1887,
3036,
1857,
138,
5327,
5328,
757,
5329,
31,
858,
1844,
1862
],
),
"car_gear": SymbolsMetadata(
popularity: 36,
codepoint: 0xf337,
categories: [14],
tags: [
2222,
1765,
2133,
1818,
3434,
1820,
5330,
1784,
685,
345,
3604,
288,
5331,
2799,
1785,
5332,
5333,
5334,
4899,
70,
920,
921,
71,
1788,
1093,
511,
2067,
1763,
1844,
3328
],
),
"car_lock": SymbolsMetadata(
popularity: 7,
codepoint: 0xf336,
categories: [14],
tags: [
861,
5335,
1818,
3434,
504,
1820,
5336,
193,
4950,
1590,
4646,
1112,
5337,
87,
1786,
1056,
5338,
2930,
5339,
1034,
1063,
1582,
5340,
705,
1782,
1036,
1093,
900,
1639,
332,
5341,
5342,
1844
],
),
"car_mirror_heat": SymbolsMetadata(
popularity: 3,
codepoint: 0xf335,
categories: [14],
tags: [
5343,
1818,
3434,
1820,
5344,
5345,
5346,
5347,
5276,
5277,
5279,
5280,
5281,
5287,
3036,
1856,
850,
5348,
5349,
5350,
5351,
855,
858,
1844,
1187,
5299,
5352,
5353,
860
],
),
"car_rental": SymbolsMetadata(
popularity: 715,
codepoint: 0xea55,
categories: [16],
tags: [
861,
1818,
1932,
5354,
1820,
5355,
1821,
1688,
2047,
2048,
1590,
5356,
1633,
1112,
1786,
1541,
875,
1922,
5339,
2053,
4175,
4182,
1936,
5357,
5358,
5359,
652,
900,
5360,
1639,
332,
5361,
5362,
1929,
5341,
1969,
1844
],
),
"car_repair": SymbolsMetadata(
popularity: 516,
codepoint: 0xea56,
categories: [16],
tags: [
5363,
865,
2436,
1818,
3434,
2730,
1820,
5364,
1821,
685,
2438,
1756,
5365,
5366,
3437,
4898,
3981,
1541,
5334,
4900,
5367,
652,
71,
4901,
880,
511,
1639,
332,
5368,
1844,
5369,
5370,
4903
],
),
"car_tag": SymbolsMetadata(
popularity: 64,
codepoint: 0xf4e3,
categories: [14],
tags: [
2436,
1818,
3434,
928,
1820,
930,
1821,
1659,
931,
932,
934,
5371,
936,
937,
938,
1688,
5331,
1165,
5365,
1633,
5372,
3981,
5334,
948,
468,
523,
950,
951,
1421,
4182,
4900,
3324,
1635,
5373,
3305,
652,
1395,
275,
1637,
182,
5374,
900,
1639,
332,
1929,
1844
],
),
"card_membership": SymbolsMetadata(
popularity: 1985,
codepoint: 0xe8f7,
categories: [9],
tags: [
861,
565,
928,
1701,
930,
931,
2680,
5375,
5376,
932,
934,
1417,
936,
937,
1589,
938,
5377,
4475,
941,
3123,
2012,
978,
980,
5378,
5379,
1030,
948,
523,
2013,
950,
951,
5380,
716,
590,
432,
2640,
392,
1395,
988,
433,
2645,
601,
5381
],
),
"card_travel": SymbolsMetadata(
popularity: 879,
codepoint: 0xe8f8,
categories: [9],
tags: [
2553,
3662,
2042,
928,
1515,
569,
930,
3666,
4890,
931,
932,
934,
1417,
936,
937,
938,
941,
4646,
1376,
1633,
2051,
1030,
5382,
948,
523,
5383,
950,
951,
920,
432,
433,
4501,
1639,
332,
1929,
4375
],
),
"cardio_load": SymbolsMetadata(
popularity: 90,
codepoint: 0xf4b9,
categories: [3],
tags: [
2525,
4519,
5384,
690,
5385,
5386,
373,
5387,
5388,
11,
5389,
3519,
2884,
2885,
1078,
697,
4400,
4520,
5390,
5391,
3645,
1623,
87,
3052,
4521,
226,
894,
630,
4280,
648,
5392,
4282,
4283,
3540,
1095,
3042,
5393,
5394,
4285,
3354,
3513
],
),
"cardiology": SymbolsMetadata(
popularity: 148,
codepoint: 0xe09c,
categories: [3],
tags: [
4973,
5385,
4273,
373,
2386,
81,
375,
1770,
5387,
5388,
1078,
697,
4400,
5395,
3785,
892,
4520,
5396,
1772,
87,
1426,
226,
894,
1776,
630,
5397,
4282,
4283,
4284,
5398,
3354
],
),
"cards": SymbolsMetadata(
popularity: 133,
codepoint: 0xe991,
categories: [2],
tags: [
1669,
501,
1467,
5399,
1197,
2719,
628,
81,
5400,
485,
8,
2152,
1690,
382,
5401,
579,
68,
1344,
86,
1082,
385,
88,
5043,
262,
630,
2468,
91,
586,
2765,
1597,
271,
1427,
4676,
3379,
410,
1201,
1552,
95,
2728,
1719,
525,
141,
1348,
396,
333,
1186,
1187
],
),
"cards_star": SymbolsMetadata(
popularity: 149,
codepoint: 0xf375,
categories: [9],
tags: [
3515,
1701,
930,
5402,
1197,
5400,
3519,
5403,
579,
1139,
1367,
5404,
88,
5378,
1166,
2468,
5405,
2521,
328,
852,
716,
2522,
63,
795,
359,
203,
432,
3525,
1696,
5406,
1201,
392,
433,
1719,
857
],
),
"carpenter": SymbolsMetadata(
popularity: 526,
codepoint: 0xf1f8,
categories: [16],
tags: [
1374,
929,
4928,
5407,
1375,
1498,
3096,
1325,
5408,
3690,
225,
1756,
5409,
979,
1516,
5410,
5411,
5412,
289,
589,
5413,
4900,
5414,
888,
5415,
511,
1789,
4948,
5416,
1519,
5417
],
),
"carry_on_bag": SymbolsMetadata(
popularity: 9,
codepoint: 0xeb08,
categories: [16],
tags: [
3660,
1910,
1981,
3662,
2042,
4927,
2008,
5418,
3666,
5419,
1918,
4646,
1633,
2051,
1061,
5420,
5383,
5421,
432,
4501,
3327,
900,
332,
3677,
1929,
4926,
1969,
5422,
2059
],
),
"carry_on_bag_checked": SymbolsMetadata(
popularity: 12,
codepoint: 0xeb0b,
categories: [16],
tags: [
2673,
1910,
1981,
5423,
1671,
2697,
3662,
5424,
2042,
482,
3666,
5425,
1673,
3200,
2095,
1675,
2701,
2335,
4646,
1633,
2051,
1676,
1061,
432,
362,
433,
4501,
1678,
1639,
332,
3677,
1929,
1969,
2693,
1584,
3328,
1681
],
),
"carry_on_bag_inactive": SymbolsMetadata(
popularity: 2,
codepoint: 0xeb0a,
categories: [16],
tags: [
1910,
1981,
3662,
2042,
3666,
5425,
1333,
868,
1055,
1918,
5426,
4646,
1222,
1633,
2051,
5427,
1059,
1061,
5383,
5421,
432,
1067,
1698,
4501,
900,
332,
3677,
1929,
1068,
1969,
2059
],
),
"carry_on_bag_question": SymbolsMetadata(
popularity: 17,
codepoint: 0xeb09,
categories: [16],
tags: [
3961,
1909,
1981,
3662,
2042,
5428,
3666,
5425,
145,
1918,
5429,
4646,
871,
293,
68,
5430,
4455,
2051,
1061,
5383,
2344,
5431,
3964,
3965,
432,
5432,
2171,
433,
4501,
880,
31,
332,
5433,
2059
],
),
"cases": SymbolsMetadata(
popularity: 1193,
codepoint: 0xe992,
categories: [9],
tags: [
1765,
2143,
3662,
2042,
1515,
5434,
5435,
569,
4890,
5436,
4813,
1197,
81,
2634,
2152,
5437,
1690,
2810,
1691,
68,
3742,
2459,
1029,
1391,
586,
4138,
969,
4156,
2813,
1698,
5438,
4501,
1093,
1519
],
),
"casino": SymbolsMetadata(
popularity: 1727,
codepoint: 0xeb40,
categories: [16],
tags: [
5439,
5440,
929,
5399,
5441,
5442,
5443,
5444,
5445,
312,
5446,
1105,
781,
5447,
3319,
5448,
5449,
5403,
4736,
5450,
3320,
1967,
5451,
5452,
5453,
2570,
2521,
5454,
4435,
5455,
5456,
5457,
3529
],
),
"cast": SymbolsMetadata(
popularity: 1685,
codepoint: 0xe307,
categories: [11],
tags: [
1246,
1247,
2029,
1268,
731,
4297,
1711,
5458,
1073,
284,
628,
1712,
288,
8,
1110,
1253,
1713,
406,
5348,
630,
267,
1741,
408,
5191,
5459,
3366,
410,
5460,
2310,
1529,
273,
454,
411,
65,
412,
4789,
2039,
37,
333,
1187,
278
],
),
"cast_connected": SymbolsMetadata(
popularity: 617,
codepoint: 0xe308,
categories: [11],
tags: [
1246,
1247,
2029,
1268,
5461,
731,
4297,
5462,
1711,
1073,
1074,
5463,
284,
628,
345,
1712,
288,
8,
781,
1110,
1253,
1314,
5464,
1713,
406,
686,
5465,
630,
439,
267,
5466,
4788,
410,
5460,
1529,
273,
5467,
411,
412,
4789,
2039,
37,
333,
1187,
278
],
),
"cast_for_education": SymbolsMetadata(
popularity: 1362,
codepoint: 0xefec,
categories: [11],
tags: [
1246,
1247,
2029,
1268,
731,
4297,
1711,
5468,
3667,
1073,
284,
1712,
288,
8,
3112,
5469,
1110,
1253,
3413,
4455,
3414,
5470,
5471,
1713,
406,
630,
1427,
388,
2755,
410,
5460,
1529,
2038,
454,
411,
5472,
4466,
5473,
65,
412,
2039,
3117,
37,
333,
1187,
278
],
),
"cast_pause": SymbolsMetadata(
popularity: 16,
codepoint: 0xf5f0,
categories: [11],
tags: [
1246,
1247,
2029,
1268,
2125,
731,
4297,
2031,
1711,
519,
1073,
1074,
345,
1753,
1712,
288,
8,
1110,
1253,
5474,
1713,
406,
686,
630,
439,
1714,
1223,
408,
5466,
410,
5460,
1226,
411,
5475,
65,
412,
2039,
1331,
2482,
37,
333,
1187,
278
],
),
"cast_warning": SymbolsMetadata(
popularity: 20,
codepoint: 0xf5ef,
categories: [11],
tags: [
3125,
1246,
1247,
2029,
1360,
1361,
731,
4297,
691,
1711,
1073,
284,
1365,
81,
1712,
288,
8,
2732,
1366,
1110,
3479,
1253,
1367,
2734,
1314,
1713,
1166,
406,
630,
267,
616,
1741,
2737,
410,
5460,
273,
454,
411,
31,
1093,
412,
1728,
2039,
206,
333,
1187,
278
],
),
"castle": SymbolsMetadata(
popularity: 725,
codepoint: 0xeab1,
categories: [5],
tags: [
5476,
5477,
1497,
5478,
929,
5479,
5480,
1499,
1387,
2568,
5481,
5482,
5483,
5484,
1140,
2569,
5485,
3320,
4076,
5486,
5487,
2802,
5488,
3206,
1503,
5489,
1036,
5490,
955,
2573,
5491
],
),
"category": SymbolsMetadata(
popularity: 9557,
codepoint: 0xe574,
categories: [6],
tags: [
4539,
1195,
1523,
5492,
373,
5493,
193,
1101,
1197,
2313,
5494,
284,
1075,
375,
5495,
1077,
5496,
1080,
3825,
5497,
86,
1314,
5498,
267,
5499,
3598,
5500,
586,
92,
1664,
5501,
5502,
3450,
1092,
5503,
95,
433,
955,
5504,
5505,
1096,
5506,
1728
],
),
"category_search": SymbolsMetadata(
popularity: 180,
codepoint: 0xf437,
categories: [2],
tags: [
748,
1422,
4539,
1195,
193,
1197,
5507,
2334,
316,
83,
317,
1109,
1111,
5508,
1344,
5509,
86,
53,
1549,
1115,
1116,
1117,
2340,
325,
5510,
3801,
1664,
2344,
3420,
5511,
2835,
1126,
1127,
5503,
95,
433,
511,
1728,
2348
],
),
"celebration": SymbolsMetadata(
popularity: 5766,
codepoint: 0xea65,
categories: [6],
tags: [
3,
2525,
3514,
4987,
3381,
4991,
5512,
5513,
3517,
10,
3317,
4429,
4993,
5514,
3319,
5515,
1548,
137,
1620,
5516,
3646,
3384,
587,
3525,
392,
3649,
3224,
857,
245,
5517,
31,
5177
],
),
"cell_merge": SymbolsMetadata(
popularity: 115,
codepoint: 0xf82e,
categories: [12],
tags: [
1467,
77,
502,
1250,
5518,
3603,
5519,
5520,
1324,
5521,
1073,
81,
5522,
5523,
1589,
2165,
382,
1198,
5524,
5525,
385,
1314,
1330,
5526,
586,
2470,
5527,
4458,
1461,
433,
955,
1474,
5528,
5529,
5530,
5531
],
),
"cell_tower": SymbolsMetadata(
popularity: 1871,
codepoint: 0xebba,
categories: [7],
tags: [
645,
4791,
731,
929,
2031,
1250,
5532,
251,
283,
284,
254,
81,
5533,
1632,
259,
610,
5534,
262,
267,
2064,
5535,
273,
3562,
955,
65,
276,
2573,
2067,
5536,
5537,
278
],
),
"cell_wifi": SymbolsMetadata(
popularity: 422,
codepoint: 0xe0ec,
categories: [7],
tags: [
861,
517,
1250,
251,
283,
284,
254,
4210,
81,
288,
51,
259,
1471,
262,
267,
271,
272,
652,
273,
291,
65,
1864,
277,
278
],
),
"center_focus_strong": SymbolsMetadata(
popularity: 1450,
codepoint: 0xe3b4,
categories: [1],
tags: [
5538,
1747,
5539,
2160,
1131,
4600,
482,
40,
42,
308,
345,
2350,
5540,
4592,
2165,
1757,
348,
1139,
49,
53,
17,
57,
59,
1551,
363,
71,
433,
5541,
1227,
511,
396,
1155,
2348
],
),
"center_focus_weak": SymbolsMetadata(
popularity: 930,
codepoint: 0xe3b5,
categories: [1],
tags: [
5542,
2160,
1131,
4600,
40,
42,
308,
5543,
5540,
1757,
348,
2834,
49,
51,
53,
550,
289,
57,
59,
432,
1149,
363,
5544,
823,
433,
31,
1227,
37,
5115,
5545,
1155,
2348
],
),
"chair": SymbolsMetadata(
popularity: 2944,
codepoint: 0xefed,
categories: [8],
tags: [
3753,
4068,
1914,
1885,
5546,
1161,
3720,
4072,
3836,
137,
1140,
1500,
384,
1903,
1376,
5547,
5548,
1920,
5549,
5550,
492,
1391,
289,
3843,
876,
1925,
1926,
1955,
1927,
1937,
1339,
5551,
31
],
),
"chair_alt": SymbolsMetadata(
popularity: 604,
codepoint: 0xefee,
categories: [8],
tags: [
1332,
5552,
1914,
1941,
4072,
137,
1140,
1500,
4214,
384,
1890,
4234,
87,
5549,
492,
1391,
289,
876,
432,
1927,
1937,
1339,
1951,
2502,
31,
1474,
766
],
),
"chalet": SymbolsMetadata(
popularity: 195,
codepoint: 0xe585,
categories: [16],
tags: [
5553,
5554,
1497,
929,
1940,
5555,
4906,
4907,
5556,
4950,
1499,
5557,
2568,
1966,
1140,
1500,
5558,
4076,
1541,
1606,
327,
2571,
1503,
1504,
5559,
4911,
1838,
1505,
5560,
3760,
955,
332,
4914,
2935,
1929,
1969,
1187
],
),
"change_circle": SymbolsMetadata(
popularity: 5287,
codepoint: 0xe2e7,
categories: [2],
tags: [
1748,
460,
77,
502,
1751,
193,
462,
753,
313,
3302,
1077,
757,
5561,
468,
325,
5562,
1090,
759,
760,
761,
2462,
3458,
3627,
470,
330,
291,
2415,
4330,
2464
],
),
"change_history": SymbolsMetadata(
popularity: 2993,
codepoint: 0xe86b,
categories: [6],
tags: [
5563,
1751,
5564,
5565,
1104,
5566,
4822,
5567,
1077,
2084,
5568,
1633,
4824,
5569,
2812,
1634,
1090,
5570,
453,
5571,
94,
392,
1171,
2476,
5572,
1728,
4164,
5573
],
),
"charger": SymbolsMetadata(
popularity: 1024,
codepoint: 0xe2ae,
categories: [4],
tags: [
5574,
5575,
3698,
3955,
4955,
3699,
5576,
3889,
193,
1073,
284,
4956,
288,
3702,
4004,
3942,
1886,
3703,
5577,
1165,
1111,
3956,
3957,
1143,
1060,
5578,
3990,
1315,
3707,
4010,
5579,
5580,
737,
5581,
65,
3958,
5582,
4960
],
),
"charging_station": SymbolsMetadata(
popularity: 501,
codepoint: 0xf19d,
categories: [11],
tags: [
1246,
1247,
3698,
3955,
1250,
3699,
3889,
4002,
288,
3702,
4004,
3942,
3703,
5577,
5583,
2286,
1110,
1253,
138,
51,
3956,
5584,
3957,
262,
5585,
271,
3707,
5586,
3982,
432,
2548,
3562,
291,
31,
525,
3958,
5582,
5587
],
),
"chart_data": SymbolsMetadata(
popularity: 547,
codepoint: 0xe473,
categories: [9],
tags: [
1422,
1071,
2815,
77,
1424,
3788,
569,
373,
1425,
81,
4396,
375,
578,
941,
1078,
234,
697,
1081,
68,
87,
1426,
226,
17,
1086,
22,
648,
2820,
1427,
759,
1428,
2345,
746,
3093,
1095,
1429,
1709,
2823
],
),
"chat": SymbolsMetadata(
popularity: 18757,
codepoint: 0xe0b7,
categories: [7],
tags: [
1360,
4862,
568,
570,
5588,
572,
573,
283,
1073,
975,
1476,
2742,
1477,
2744,
1480,
5589,
583,
616,
289,
328,
2942,
593,
4865,
594,
1485,
433,
5590,
5591,
1296,
4867,
33,
907
],
rtlAutoMirrored: true,
),
"chat_add_on": SymbolsMetadata(
popularity: 606,
codepoint: 0xf0f3,
categories: [7],
tags: [
745,
5592,
5593,
568,
570,
572,
283,
1476,
1325,
5594,
2743,
2744,
5024,
1947,
5589,
1622,
583,
887,
2604,
239,
240,
593,
1485,
433,
1296,
4867,
33
],
rtlAutoMirrored: true,
),
"chat_apps_script": SymbolsMetadata(
popularity: 281,
codepoint: 0xf0bd,
categories: [7],
tags: [
5022,
2504,
5595,
501,
2601,
1267,
2133,
568,
570,
3186,
1102,
5596,
283,
1476,
1104,
2743,
5597,
5024,
2578,
583,
2306,
5025,
1123,
3076,
5598,
1485,
1296,
33,
5599
],
),
"chat_bubble": SymbolsMetadata(
popularity: 10302,
codepoint: 0xe0ca,
categories: [7],
tags: [
865,
809,
568,
570,
572,
5600,
573,
283,
975,
1476,
4863,
2743,
1479,
811,
1480,
871,
583,
289,
594,
880,
1296,
33,
4868
],
),
"chat_error": SymbolsMetadata(
popularity: 89,
codepoint: 0xf7ac,
categories: [7],
tags: [
1360,
1361,
568,
1208,
691,
570,
780,
1209,
5601,
572,
573,
283,
1476,
1365,
2743,
2732,
4713,
1212,
5095,
2733,
1480,
1367,
2734,
1166,
583,
5602,
3295,
616,
5603,
5604,
2737,
1224,
1428,
898,
594,
1485,
433,
1226,
31,
1296,
33,
206,
4013
],
),
"chat_info": SymbolsMetadata(
popularity: 166,
codepoint: 0xf52b,
categories: [7],
tags: [
5605,
1360,
1177,
865,
1332,
568,
570,
193,
572,
573,
283,
2853,
1476,
145,
1477,
4864,
2854,
1480,
3520,
2834,
871,
5098,
293,
68,
3413,
5606,
583,
3964,
330,
652,
1339,
2502,
4865,
594,
880,
33
],
rtlAutoMirrored: true,
),
"chat_paste_go": SymbolsMetadata(
popularity: 76,
codepoint: 0xf6bd,
categories: [7],
tags: [
77,
502,
482,
568,
570,
1103,
572,
573,
1476,
1796,
1477,
313,
2408,
1106,
1480,
5607,
903,
2845,
1111,
583,
325,
905,
5608,
1167,
2850,
5609,
1483,
1484,
906,
1707,
2310,
594,
3142,
33,
35,
3680
],
rtlAutoMirrored: true,
),
"chat_paste_go_2": SymbolsMetadata(
popularity: 17,
codepoint: 0xf3cb,
categories: [7],
tags: [
748,
77,
502,
568,
504,
570,
1103,
572,
573,
283,
628,
1476,
81,
2743,
313,
2408,
5610,
1480,
488,
903,
2845,
1111,
1327,
1622,
583,
325,
5608,
5611,
432,
906,
1707,
2310,
392,
594,
1485,
433,
3142,
33,
5612
],
rtlAutoMirrored: true,
),
"check": SymbolsMetadata(
popularity: 32257,
codepoint: 0xe5ca,
categories: [2],
tags: [
3125,
2837,
2673,
5538,
1360,
2678,
2697,
1361,
691,
1673,
193,
462,
463,
2681,
2701,
2333,
1365,
2839,
2335,
1106,
2732,
1366,
3520,
3471,
1166,
616,
1676,
2686,
242,
906,
330,
362,
898,
2502,
245,
5613,
1678,
2692,
2693,
4480,
4840,
1681
],
),
"check_box": SymbolsMetadata(
popularity: 26070,
codepoint: 0xe834,
categories: [2],
tags: [
748,
2451,
2697,
482,
504,
1673,
5614,
5615,
684,
463,
3959,
2681,
3765,
345,
2335,
1828,
2683,
488,
1111,
1622,
1376,
88,
1166,
1676,
355,
362,
2714,
363,
433,
291,
1518,
1678,
413,
2692,
141,
2347,
1584,
1681
],
),
"check_box_outline_blank": SymbolsMetadata(
popularity: 22086,
codepoint: 0xe835,
categories: [2],
tags: [
809,
482,
504,
1673,
5614,
5615,
684,
3959,
345,
2405,
754,
81,
5616,
1164,
811,
1590,
1828,
488,
137,
1111,
88,
1166,
355,
289,
362,
363,
433,
1518,
1678,
1679,
1680,
413,
141,
5617,
5618,
476
],
),
"check_circle": SymbolsMetadata(
popularity: 85745,
codepoint: 0xe86c,
categories: [2],
tags: [
2673,
3,
1360,
1671,
281,
1132,
1673,
193,
463,
2681,
2333,
2335,
1480,
3471,
381,
138,
1166,
616,
1676,
289,
330,
362,
392,
291,
5619,
245,
31,
1678,
2693,
2347,
1584,
1681
],
),
"check_in_out": SymbolsMetadata(
popularity: 29,
codepoint: 0xf6f6,
categories: [15],
tags: [
861,
5620,
5621,
2041,
502,
3833,
2971,
5622,
5623,
2046,
313,
1590,
3302,
1212,
5119,
5624,
2751,
3048,
5625,
980,
5626,
468,
2356,
5627,
5628,
1124,
2842,
1707,
5629,
3846,
2415,
413,
526,
4330,
332
],
),
"check_indeterminate_small": SymbolsMetadata(
popularity: 772,
codepoint: 0xf88a,
categories: [2],
tags: [
1671,
1673,
5615,
193,
463,
345,
2405,
2335,
2683,
488,
3657,
3128,
5630,
1111,
87,
1166,
1943,
5631,
5632,
5633,
5634,
1676,
355,
289,
3659,
5635,
1151,
1152,
362,
363,
1964,
4270,
291,
1678,
3599,
413,
5618,
2347,
1584,
1681
],
),
"check_small": SymbolsMetadata(
popularity: 2157,
codepoint: 0xf88b,
categories: [2],
tags: [
2672,
2677,
2678,
1671,
1673,
5615,
3200,
5636,
193,
463,
2681,
4504,
2333,
2335,
2683,
5637,
1166,
814,
1676,
289,
906,
362,
2714,
1964,
5638,
3058,
245,
1678,
2693,
2347,
4840,
1584,
1681
],
),
"checkbook": SymbolsMetadata(
popularity: 104,
codepoint: 0xe70d,
categories: [9],
tags: [
924,
925,
926,
927,
928,
3410,
5639,
960,
569,
5640,
5641,
1673,
5642,
1589,
5643,
941,
942,
968,
5644,
1471,
948,
3114,
951,
5645,
5646,
4156,
432,
985,
5647,
5648,
1486
],
rtlAutoMirrored: true,
),
"checked_bag": SymbolsMetadata(
popularity: 26,
codepoint: 0xeb0c,
categories: [16],
tags: [
1981,
2697,
3662,
2042,
5649,
5650,
1673,
3200,
2095,
1675,
4504,
1333,
2335,
4646,
2751,
1633,
2051,
5651,
5383,
432,
1936,
1698,
4933,
4501,
1678,
3327,
332,
1929,
1969,
1584
],
),
"checked_bag_question": SymbolsMetadata(
popularity: 18,
codepoint: 0xeb0d,
categories: [16],
tags: [
1981,
865,
3662,
5652,
2042,
5653,
1673,
5654,
5655,
5656,
5657,
5658,
5659,
871,
5660,
68,
5430,
1633,
2051,
5661,
5662,
2344,
3964,
3965,
5663,
4501,
880,
332,
5664,
5665,
5666,
1929
],
),
"checklist": SymbolsMetadata(
popularity: 7263,
codepoint: 0xe6b1,
categories: [12],
tags: [
2159,
2160,
1671,
1673,
5667,
3200,
1674,
2095,
463,
1675,
1588,
2335,
1252,
680,
2165,
4821,
2683,
370,
1376,
86,
87,
1471,
88,
5668,
1166,
1595,
1676,
586,
3509,
3075,
5669,
362,
1598,
1461,
433,
2728,
1518,
5670,
33,
1678,
5671,
5672,
5673,
3150,
35,
2347,
1584,
1486,
1681
],
),
"checklist_rtl": SymbolsMetadata(
popularity: 2260,
codepoint: 0xe6b3,
categories: [12],
tags: [
2159,
2160,
1671,
2240,
1673,
1674,
463,
5674,
81,
1588,
1589,
2335,
1252,
680,
2165,
4821,
488,
370,
916,
68,
86,
5675,
88,
1029,
1166,
1595,
5676,
1676,
91,
586,
1677,
3509,
759,
1428,
5677,
5678,
362,
94,
1598,
1461,
1629,
3773,
33,
1678,
5679,
35,
2347,
1584,
1486,
1681
],
),
"checkroom": SymbolsMetadata(
popularity: 1971,
codepoint: 0xf19e,
categories: [8],
tags: [
2648,
3662,
5680,
5681,
5682,
5683,
2651,
2652,
2653,
5684,
5685,
3854,
2659,
5686,
2660,
5687,
5688,
2751,
323,
2051,
327,
272,
1393,
652,
1394,
1698,
1396,
332,
5689,
2670
],
),
"cheer": SymbolsMetadata(
popularity: 165,
codepoint: 0xf6a8,
categories: [3],
tags: [
3,
5690,
5691,
3514,
5692,
5693,
4991,
5694,
5695,
5512,
5696,
5513,
5697,
5698,
4993,
5699,
5700,
1619,
1620,
5701,
5516,
5702,
587,
5703,
5704,
4116,
245,
5705,
3529,
5706,
5707
],
),
"chef_hat": SymbolsMetadata(
popularity: 50,
codepoint: 0xf357,
categories: [3],
tags: [
5708,
3711,
5709,
5710,
5711,
5712,
5713,
4226,
4227,
5714,
5715,
3718,
4693,
5716,
3720,
3721,
2367,
5717,
4230,
3722,
5718,
5719,
4234,
5720,
3723,
506,
3115,
5721,
5722,
3727,
5723,
5724,
2669
],
),
"chess": SymbolsMetadata(
popularity: 223,
codepoint: 0xf5e7,
categories: [3],
tags: [
480,
2525,
5725,
5726,
5727,
5728,
5729,
5730,
6,
781,
5403,
2509,
4075,
5731,
1967,
3447,
5732,
5733,
5734,
4741,
3509,
2521,
5735,
4083,
3323,
5736,
30,
433,
5737,
5738,
4870,
5177
],
),
"chess_pawn": SymbolsMetadata(
popularity: 81,
codepoint: 0xf3b6,
categories: [3],
tags: [
4417,
5726,
5727,
5729,
5730,
6,
3520,
5403,
5739,
2509,
1758,
492,
5734,
4741,
2521,
390,
392,
888,
1339,
2502,
5737,
31,
5740
],
),
"chevron_backward": SymbolsMetadata(
popularity: 163,
codepoint: 0xf46b,
categories: [2],
tags: [
500,
77,
502,
2454,
2936,
2838,
345,
313,
51,
2207,
406,
1550,
325,
409,
328,
1167,
2841,
1124,
5741,
5742,
5743
],
rtlAutoMirrored: true,
),
"chevron_forward": SymbolsMetadata(
popularity: 311,
codepoint: 0xf46a,
categories: [2],
tags: [
861,
748,
2926,
500,
77,
502,
1332,
2838,
902,
43,
313,
914,
903,
2845,
2834,
51,
87,
1314,
814,
237,
1758,
325,
905,
328,
1167,
2897,
906,
1339,
1728,
2210,
5742
],
rtlAutoMirrored: true,
),
"chevron_left": SymbolsMetadata(
popularity: 20416,
codepoint: 0xe5cb,
categories: [2],
tags: [
2837,
500,
77,
502,
2454,
1642,
5744,
5745,
2838,
345,
313,
2839,
2840,
2834,
2084,
51,
2207,
406,
353,
2941,
325,
5746,
1167,
2841,
1124,
5741,
3496,
2943,
31,
2844,
5742,
2598
],
rtlAutoMirrored: true,
),
"chevron_right": SymbolsMetadata(
popularity: 52435,
codepoint: 0xe5cc,
categories: [2],
tags: [
2926,
5747,
77,
502,
2902,
2838,
313,
903,
2845,
51,
88,
506,
1758,
1550,
325,
905,
328,
1167,
1121,
906,
1707
],
rtlAutoMirrored: true,
),
"child_care": SymbolsMetadata(
popularity: 2466,
codepoint: 0xeb41,
categories: [8],
tags: [
3544,
3545,
3155,
5748,
993,
5749,
997,
4086,
4087,
5750,
5751,
577,
1026,
1027,
5752,
3551,
1028,
630,
3555,
3556,
5753,
1582,
5754,
705,
1036,
5755,
5756,
5757,
3563,
2087,
1023,
5758
],
),
"child_friendly": SymbolsMetadata(
popularity: 581,
codepoint: 0xeb42,
categories: [16],
tags: [
861,
5759,
188,
3545,
690,
3155,
5748,
993,
997,
628,
345,
5760,
1026,
225,
83,
5761,
977,
3551,
1006,
1028,
3555,
1032,
5762,
589,
590,
1582,
2379,
3208,
1782,
888,
5755,
3563,
601,
1023,
5758
],
),
"chip_extraction": SymbolsMetadata(
popularity: 68,
codepoint: 0xf821,
categories: [2],
tags: [
77,
502,
5763,
4936,
5764,
3959,
519,
81,
5765,
288,
313,
3288,
2985,
1886,
2799,
5766,
5767,
1110,
5332,
1327,
1705,
3981,
5768,
5769,
4740,
5770,
5771,
1224,
4900,
906,
5772,
3984,
65,
511,
5773
],
),
"chips": SymbolsMetadata(
popularity: 30,
codepoint: 0xe993,
categories: [2],
tags: [
748,
1669,
501,
3329,
144,
1100,
4539,
5444,
2404,
2719,
5774,
1236,
485,
83,
5775,
199,
1111,
1344,
385,
262,
630,
5776,
70,
5777,
92,
271,
921,
150,
1759,
410,
362,
363,
71,
1552,
95,
525,
5778,
141,
1348,
333,
1186,
1187
],
),
"chrome_reader_mode": SymbolsMetadata(
popularity: 972,
codepoint: 0xe86d,
categories: [6],
tags: [
2453,
3410,
1701,
1179,
1711,
628,
1589,
385,
3088,
642,
1596,
1597,
1743,
3090,
3401,
3799,
2888,
432,
433,
33,
97,
333,
1186
],
rtlAutoMirrored: true,
),
"chromecast_2": SymbolsMetadata(
popularity: 204,
codepoint: 0xf17b,
categories: [10],
tags: [
74,
2029,
1268,
4297,
2031,
5458,
519,
1073,
284,
628,
288,
8,
781,
2033,
1693,
5779,
1110,
406,
5465,
630,
439,
1143,
1741,
408,
1427,
1517,
5780,
5460,
1529,
454,
411,
65,
412,
4789,
2039,
37,
278
],
),
"chromecast_device": SymbolsMetadata(
popularity: 212,
codepoint: 0xe83c,
categories: [11],
tags: [
3169,
2029,
1268,
5781,
461,
4297,
5458,
1073,
284,
628,
288,
8,
5782,
2549,
1886,
781,
1693,
1110,
1140,
3362,
1500,
259,
406,
1143,
3366,
432,
410,
5460,
1529,
273,
1292,
411,
65,
412,
4789,
37,
1864,
278
],
),
"chronic": SymbolsMetadata(
popularity: 74,
codepoint: 0xebb2,
categories: [2],
tags: [
1359,
1360,
2143,
1159,
752,
753,
2099,
2315,
5783,
10,
1077,
489,
697,
2084,
2321,
5568,
2977,
4824,
757,
5562,
5784,
2812,
3508,
5027,
453,
3394,
3458,
1168,
94,
2981,
1171,
2476,
1172,
1095,
2087
],
),
"church": SymbolsMetadata(
popularity: 1178,
codepoint: 0xeaae,
categories: [5],
tags: [
1497,
929,
5785,
5786,
5787,
5788,
5789,
5790,
574,
1235,
10,
5791,
5792,
5793,
5794,
5203,
3320,
323,
5795,
1167,
5796,
5207,
5797,
5798,
5799,
5800,
652,
5209,
5801,
5802,
5803,
5215
],
),
"cinematic_blur": SymbolsMetadata(
popularity: 61,
codepoint: 0xf853,
categories: [0],
tags: [
565,
1747,
4316,
3094,
3536,
4317,
5804,
40,
344,
5805,
2289,
4331,
680,
487,
346,
83,
1757,
581,
49,
406,
354,
589,
57,
59,
5123,
5806,
681,
590,
4219,
2172,
4326,
601,
37,
434,
4340
],
),
"circle": SymbolsMetadata(
popularity: 8596,
codepoint: 0xef4a,
categories: [1],
tags: [
500,
1332,
1132,
1133,
193,
5807,
485,
4746,
606,
1164,
5808,
811,
5809,
5810,
5811,
488,
348,
2286,
904,
381,
320,
49,
53,
757,
174,
4110,
289,
5812,
1146,
57,
59,
62,
820,
821,
762,
330,
392,
5813,
1339,
5814,
31,
3696,
2552
],
),
"circle_notifications": SymbolsMetadata(
popularity: 2420,
codepoint: 0xe994,
categories: [6],
tags: [
749,
2525,
1359,
1360,
2132,
5815,
5816,
1361,
1362,
4161,
1363,
193,
462,
2853,
1851,
5817,
2302,
5818,
68,
583,
887,
2469,
616,
1259,
1368,
4163,
5609,
1370,
5819,
762,
5820,
273,
1293,
4164
],
),
"circles": SymbolsMetadata(
popularity: 45,
codepoint: 0xe7ea,
categories: [6],
tags: [
480,
1467,
504,
1101,
1197,
4880,
4581,
1105,
1688,
1164,
381,
137,
579,
384,
1403,
647,
2468,
2231,
3377,
851,
330,
5503,
1339,
4888,
31,
476
],
),
"circles_ext": SymbolsMetadata(
popularity: 88,
codepoint: 0xe7ec,
categories: [6],
tags: [
480,
5821,
5822,
1101,
5823,
485,
43,
2351,
1212,
914,
5824,
5825,
1335,
5024,
1757,
2286,
5826,
904,
3592,
381,
138,
2355,
3377,
3220,
5827,
410,
392,
1407,
396,
2348
],
),
"clarify": SymbolsMetadata(
popularity: 291,
codepoint: 0xf0bf,
categories: [12],
tags: [
748,
2453,
345,
43,
2334,
1588,
1589,
5828,
316,
147,
317,
1757,
1109,
5829,
2337,
385,
1549,
5830,
5831,
2340,
1550,
2469,
1596,
1126,
31,
33,
511,
1486,
2348
],
rtlAutoMirrored: true,
),
"clean_hands": SymbolsMetadata(
popularity: 940,
codepoint: 0xf21f,
categories: [3],
tags: [
2385,
690,
3835,
3155,
810,
5832,
5833,
2389,
5834,
2708,
2710,
5835,
2083,
697,
5836,
892,
3550,
5837,
894,
920,
5838,
1582,
702,
705,
3872,
5839,
5840,
2395,
5841,
2398,
5842,
5843,
3850,
3513
],
),
"cleaning": SymbolsMetadata(
popularity: 25,
codepoint: 0xe995,
categories: [15],
tags: [
1931,
1423,
5844,
1767,
5845,
5846,
5847,
810,
1899,
1872,
780,
5848,
3884,
5849,
46,
4646,
1140,
4214,
5850,
3550,
5851,
5852,
4198,
3981,
1224,
3865,
5839,
652,
5853,
1878,
5854,
5855,
5856,
1518,
5857,
5858,
1789,
1519
],
),
"cleaning_bucket": SymbolsMetadata(
popularity: 394,
codepoint: 0xf8b4,
categories: [10],
tags: [
5859,
5860,
1872,
1333,
3884,
5861,
1548,
4646,
1140,
5862,
3550,
138,
5852,
4198,
3981,
5863,
5864,
3865,
652,
392,
3676,
31,
1789,
3396,
3879,
3850
],
),
"cleaning_services": SymbolsMetadata(
popularity: 1928,
codepoint: 0xf0ff,
categories: [5],
tags: [
5846,
3155,
5860,
810,
1872,
1180,
3884,
5849,
3804,
1140,
1500,
5850,
3550,
5852,
3981,
5863,
4138,
5865,
3115,
760,
1504,
3865,
5866,
652,
878,
3649,
5867,
5855,
5857,
3879
],
),
"clear_all": SymbolsMetadata(
popularity: 2519,
codepoint: 0xe0b8,
categories: [2],
tags: [
748,
2292,
1669,
5846,
504,
810,
780,
5868,
345,
81,
5869,
1712,
1588,
1589,
4821,
5870,
370,
137,
138,
68,
86,
1471,
88,
1029,
262,
4138,
876,
5871,
5872,
5855,
5873,
31,
5857,
333
],
),
"clear_day": SymbolsMetadata(
popularity: 1629,
codepoint: 0xf157,
categories: [3],
tags: [
5874,
3641,
193,
780,
840,
2134,
1852,
2886,
5875,
3036,
1140,
3038,
3646,
5876,
2374,
1834,
1143,
4061,
4761,
2002,
4762,
4352,
2382,
1608,
5877,
4064,
5878,
5879,
858,
2078,
3849,
859
],
),
"climate_mini_split": SymbolsMetadata(
popularity: 153,
codepoint: 0xf8b5,
categories: [10],
tags: [
5880,
1880,
5881,
5882,
5312,
1867,
2133,
840,
1885,
345,
844,
845,
5883,
5884,
3036,
1856,
1140,
3191,
1857,
5885,
2052,
5886,
5887,
1906,
2414,
1093,
5888,
1862,
5889
],
),
"clinical_notes": SymbolsMetadata(
popularity: 171,
codepoint: 0xe09e,
categories: [3],
tags: [
690,
373,
1674,
2386,
4274,
5890,
81,
4275,
5034,
1588,
1770,
1589,
147,
488,
697,
892,
2084,
1772,
581,
5568,
88,
5891,
894,
5892,
1481,
1595,
5893,
1596,
1597,
4295,
5894,
4530,
588,
589,
1779,
453,
1428,
5398,
1486
],
),
"clock_arrow_down": SymbolsMetadata(
popularity: 50,
codepoint: 0xf382,
categories: [2],
tags: [
5895,
4954,
2143,
77,
4820,
193,
462,
1159,
2590,
520,
5896,
2084,
4824,
5897,
289,
2812,
2841,
453,
2814,
5898,
1696,
2130,
5899,
1171,
5900,
5901,
2476,
5902,
2087
],
),
"clock_arrow_up": SymbolsMetadata(
popularity: 39,
codepoint: 0xf381,
categories: [2],
tags: [
1670,
2143,
77,
5903,
2080,
193,
1159,
5896,
2084,
5904,
3487,
5905,
2812,
5906,
2841,
759,
1370,
3683,
1124,
2842,
5907,
5741,
470,
1168,
360,
1171,
5908,
2557,
1709
],
),
"clock_loader_10": SymbolsMetadata(
popularity: 233,
codepoint: 0xf726,
categories: [2],
tags: [
77,
751,
193,
462,
1159,
2081,
1400,
520,
2710,
3128,
51,
3463,
3052,
5909,
756,
3659,
2606,
3989,
3706,
758,
759,
2814,
470,
1152,
472,
32,
1171,
2557,
1172,
2464,
527,
766,
2087
],
),
"clock_loader_20": SymbolsMetadata(
popularity: 138,
codepoint: 0xf725,
categories: [2],
tags: [
749,
341,
77,
751,
5910,
193,
5911,
1159,
2126,
520,
2710,
51,
3463,
3052,
5909,
756,
5912,
2606,
5913,
3989,
3706,
1167,
1090,
5914,
759,
2531,
470,
3539,
5915,
291,
5099,
1171,
5916,
5917,
527,
766,
5918
],
),
"clock_loader_40": SymbolsMetadata(
popularity: 237,
codepoint: 0xf724,
categories: [2],
tags: [
751,
193,
462,
1159,
81,
520,
2229,
5919,
3507,
5920,
51,
3463,
3052,
756,
2606,
3989,
3706,
5921,
758,
759,
2531,
2532,
470,
291,
4151,
1171,
1172,
526,
527,
2535,
766,
2087
],
),
"clock_loader_60": SymbolsMetadata(
popularity: 262,
codepoint: 0xf723,
categories: [2],
tags: [
683,
193,
462,
1159,
2081,
81,
2126,
520,
2099,
3483,
5922,
51,
3463,
3052,
756,
3486,
2606,
3989,
3706,
758,
759,
760,
470,
330,
360,
472,
291,
3467,
1171,
1172,
1095,
2464,
527,
2535,
766,
2087
],
),
"clock_loader_80": SymbolsMetadata(
popularity: 124,
codepoint: 0xf722,
categories: [2],
tags: [
3921,
750,
193,
462,
1159,
3132,
284,
80,
81,
2126,
520,
2099,
5923,
51,
3463,
3052,
5909,
756,
17,
267,
289,
2606,
3989,
3706,
1090,
759,
470,
1035,
291,
764,
3467,
1171,
1172,
2464,
527,
766
],
),
"clock_loader_90": SymbolsMetadata(
popularity: 130,
codepoint: 0xf721,
categories: [2],
tags: [
5924,
751,
193,
462,
4144,
1159,
5925,
520,
3483,
51,
3463,
87,
3052,
5909,
756,
3486,
4007,
5926,
2606,
3989,
3706,
1167,
758,
759,
762,
470,
360,
291,
2130,
1171,
2464,
527,
766
],
),
"close": SymbolsMetadata(
popularity: 136310,
codepoint: 0xe5cd,
categories: [2],
tags: [
5188,
748,
1360,
1208,
5927,
780,
1209,
4504,
1235,
1210,
5928,
5929,
4658,
2732,
1212,
2957,
2925,
5930,
5105,
616,
1224,
5931,
1226,
5932,
206,
5933,
4013,
4014
],
),
"close_fullscreen": SymbolsMetadata(
popularity: 4446,
codepoint: 0xf1cf,
categories: [2],
tags: [
748,
77,
502,
5934,
482,
504,
1209,
912,
2455,
345,
2350,
3062,
313,
8,
5935,
2286,
1704,
1622,
1344,
406,
2895,
642,
1427,
432,
5936,
3683,
410,
2920,
433,
1093,
413,
37,
396,
1187
],
),
"close_small": SymbolsMetadata(
popularity: 383,
codepoint: 0xf508,
categories: [2],
tags: [
1208,
780,
1209,
1235,
5060,
1210,
5937,
4658,
2135,
2732,
1212,
2733,
1213,
5938,
2052,
1255,
5939,
4294,
3295,
4269,
5063,
1224,
5940,
1964,
1226,
3599,
5941,
5942,
4013,
4014
],
),
"closed_caption": SymbolsMetadata(
popularity: 1362,
codepoint: 0xe01c,
categories: [0],
tags: [
862,
863,
4,
1268,
482,
504,
5943,
5944,
3331,
5,
4260,
5945,
1753,
5946,
868,
12,
5247,
16,
87,
1301,
406,
3364,
1059,
409,
3401,
432,
71,
1067,
594,
5947,
5948,
5949,
2415,
31,
33,
413,
5950,
2039,
35,
37
],
),
"closed_caption_add": SymbolsMetadata(
popularity: 17,
codepoint: 0xf4ae,
categories: [0],
tags: [
231,
862,
863,
745,
4,
1268,
482,
5943,
5944,
3331,
5,
4260,
5945,
628,
1325,
5946,
1252,
2165,
12,
5951,
5247,
16,
1471,
406,
3364,
439,
887,
1453,
239,
432,
5952,
433,
5948,
5949,
31,
33,
5953,
5950,
2039,
35,
3680,
37,
1486
],
),
"closed_caption_disabled": SymbolsMetadata(
popularity: 325,
codepoint: 0xf1dc,
categories: [0],
tags: [
862,
863,
4,
1268,
2829,
5943,
5944,
3331,
5,
4260,
5954,
5946,
868,
1055,
5955,
346,
12,
1279,
5247,
16,
1471,
4542,
406,
354,
3364,
1303,
1059,
1061,
432,
410,
2016,
2110,
1067,
5956,
594,
433,
5957,
5948,
5949,
31,
412,
33,
2039,
35,
37
],
),
"cloud": SymbolsMetadata(
popularity: 7204,
codepoint: 0xe2bd,
categories: [12],
tags: [
837,
1883,
840,
1686,
5958,
284,
1852,
3520,
2886,
137,
138,
259,
5876,
814,
1834,
267,
289,
5959,
1718,
5960,
330,
1035,
392,
1339,
2002,
855,
2502,
31,
858,
141,
907,
527,
859,
835
],
),
"cloud_alert": SymbolsMetadata(
popularity: 108,
codepoint: 0xf3cc,
categories: [12],
tags: [
3125,
1360,
1361,
691,
840,
1686,
284,
1365,
81,
2732,
1366,
5095,
2733,
2886,
3479,
1367,
259,
2734,
1166,
5876,
267,
616,
523,
2737,
1718,
2738,
392,
2002,
291,
1698,
31,
764,
858,
1728,
5961,
527,
206,
859
],
),
"cloud_circle": SymbolsMetadata(
popularity: 618,
codepoint: 0xe2be,
categories: [12],
tags: [
1669,
501,
1685,
193,
462,
1686,
1310,
284,
81,
520,
1688,
1690,
3520,
1691,
2886,
259,
267,
523,
289,
330,
2738,
392,
2002,
1698,
3467,
65,
527,
859
],
),
"cloud_done": SymbolsMetadata(
popularity: 2082,
codepoint: 0xe2bf,
categories: [12],
tags: [
1669,
501,
1671,
4019,
1685,
1673,
2095,
1686,
463,
1675,
1310,
2701,
284,
81,
44,
1589,
2335,
520,
1688,
147,
1690,
2683,
1691,
1632,
259,
1166,
267,
1676,
523,
3024,
4481,
362,
2738,
2002,
1698,
245,
31,
764,
3467,
65,
1678,
527,
2347,
1584,
859,
1681
],
),
"cloud_download": SymbolsMetadata(
popularity: 3983,
codepoint: 0xe2c0,
categories: [12],
tags: [
861,
1669,
501,
77,
1685,
1686,
5962,
1687,
519,
284,
81,
1589,
2832,
520,
3046,
1688,
147,
1690,
1691,
5963,
259,
1758,
267,
2308,
2814,
1696,
2738,
2002,
1698,
764,
3467,
526,
5964,
527
],
),
"cloud_lock": SymbolsMetadata(
popularity: 104,
codepoint: 0xf386,
categories: [12],
tags: [
861,
5335,
5239,
5241,
1685,
840,
4260,
1686,
284,
81,
5965,
259,
1112,
1786,
1056,
267,
523,
5966,
5339,
1034,
1063,
3206,
1582,
1718,
1065,
2379,
3208,
705,
1782,
5967,
1036,
2002,
1698,
31,
858,
527,
859
],
),
"cloud_off": SymbolsMetadata(
popularity: 1618,
codepoint: 0xe2c1,
categories: [12],
tags: [
861,
1669,
501,
1685,
3284,
1686,
284,
81,
868,
2731,
1688,
1055,
2732,
5095,
5968,
1690,
1691,
259,
267,
1057,
5969,
5970,
5971,
1059,
1060,
1061,
2736,
5972,
5973,
2002,
1067,
1698,
5974,
5975,
764,
1068,
5976,
527,
206,
859
],
),
"cloud_sync": SymbolsMetadata(
popularity: 2047,
codepoint: 0xeb5a,
categories: [12],
tags: [
1669,
501,
460,
77,
1685,
2859,
1686,
1310,
284,
753,
81,
615,
1468,
313,
520,
1688,
1690,
1691,
138,
3463,
259,
3052,
3464,
757,
267,
523,
759,
760,
2462,
470,
1696,
2002,
1698,
764,
765,
1093,
526,
473,
3000,
5977,
2464,
527,
333
],
),
"cloud_upload": SymbolsMetadata(
popularity: 6448,
codepoint: 0xe2c3,
categories: [12],
tags: [
1669,
501,
77,
1685,
1686,
1310,
284,
81,
44,
3022,
520,
1688,
2870,
1690,
1691,
5978,
259,
1758,
267,
523,
5979,
1696,
2310,
5980,
2738,
1529,
2002,
509,
1698,
764,
1093,
526,
1709,
98,
527,
5981,
859
],
),
"co2": SymbolsMetadata(
popularity: 1075,
codepoint: 0xe7b0,
categories: [3],
tags: [
837,
5982,
5983,
5984,
4190,
5985,
5986,
4191,
5987,
5988,
5989,
3112,
1164,
5990,
1853,
4193,
5991,
5992,
138,
4197,
3414,
5993,
289,
876,
1892,
4201,
5994,
1170,
3116,
31
],
),
"co_present": SymbolsMetadata(
popularity: 2066,
codepoint: 0xeaf0,
categories: [7],
tags: [
77,
731,
5995,
4297,
5996,
571,
5117,
44,
8,
5121,
523,
589,
5027,
1427,
590,
388,
432,
4788,
410,
5997,
1529,
2038,
1552,
5998,
411,
5999,
601,
37,
5127,
396,
333,
3638,
1186,
1187
],
),
"code": SymbolsMetadata(
popularity: 9041,
codepoint: 0xe86f,
categories: [6],
tags: [
6000,
6001,
6002,
1102,
2228,
1103,
519,
2197,
1723,
1313,
1104,
2165,
4904,
2799,
548,
6003,
6004,
6005,
6006,
6007,
6008,
2515,
6009,
1122,
1123,
6010,
6011,
3076,
6012,
509,
6013,
65,
33,
2212
],
),
"code_blocks": SymbolsMetadata(
popularity: 918,
codepoint: 0xf84d,
categories: [6],
tags: [
481,
2273,
6002,
6014,
1102,
2228,
3959,
1375,
2197,
1723,
1313,
1104,
375,
2165,
1164,
4904,
2799,
1077,
1108,
2721,
6003,
3447,
4738,
4137,
4740,
2515,
1122,
1123,
3076,
6015,
1151,
1152,
94,
6012,
955,
6016,
3003
],
),
"code_off": SymbolsMetadata(
popularity: 669,
codepoint: 0xe4f3,
categories: [6],
tags: [
2613,
6000,
1051,
6002,
6017,
1309,
1208,
6018,
780,
1209,
1102,
6019,
2228,
2197,
1311,
1210,
1723,
1313,
6020,
1162,
868,
1055,
4904,
2799,
2732,
1212,
1756,
1213,
548,
6003,
2734,
6007,
1059,
1061,
2515,
2737,
6021,
1224,
1065,
1067,
1226,
206
],
),
"coffee": SymbolsMetadata(
popularity: 2671,
codepoint: 0xefef,
categories: [8],
tags: [
6022,
4878,
2125,
3713,
3715,
6023,
6024,
6025,
6026,
6027,
6028,
6029,
4695,
4228,
3703,
2367,
3038,
6030,
6031,
4234,
4198,
6032,
2089,
6033,
4700,
6034,
3727,
1201,
3847,
6035,
6036,
3849
],
),
"coffee_maker": SymbolsMetadata(
popularity: 830,
codepoint: 0xeff0,
categories: [8],
tags: [
1867,
6037,
2133,
4878,
3713,
6038,
3715,
6025,
6027,
6039,
4227,
6029,
3884,
4228,
6040,
3702,
46,
6041,
1140,
6031,
4214,
4234,
1738,
6042,
2089,
6033,
492,
6043,
6044,
3727,
652
],
),
"cognition": SymbolsMetadata(
popularity: 742,
codepoint: 0xe09f,
categories: [3],
tags: [
480,
1422,
1071,
690,
6045,
6046,
2313,
81,
3112,
1548,
977,
697,
892,
581,
3825,
5497,
384,
2479,
3413,
3414,
894,
2811,
5732,
6047,
289,
588,
589,
6048,
4201,
392,
1170,
31,
4870,
4871,
6049,
6050,
3424
],
),
"cognition_2": SymbolsMetadata(
popularity: 349,
codepoint: 0xf3b5,
categories: [3],
tags: [
2504,
1422,
2506,
690,
6045,
6046,
6051,
1310,
2313,
284,
81,
44,
977,
697,
581,
3825,
5497,
2479,
3413,
3414,
2811,
5732,
6047,
267,
6052,
588,
589,
1090,
758,
6048,
4201,
1292,
31,
4870,
4871,
6049,
6050
],
),
"collapse_all": SymbolsMetadata(
popularity: 457,
codepoint: 0xe944,
categories: [2],
tags: [
2292,
502,
1192,
6053,
1250,
1209,
6054,
912,
6055,
6056,
6057,
5077,
6058,
2455,
6059,
2408,
6060,
914,
2916,
6061,
579,
6062,
2918,
6063,
6064,
88,
2895,
6065,
6066,
5936,
6067,
2920,
6068
],
),
"collapse_content": SymbolsMetadata(
popularity: 382,
codepoint: 0xf507,
categories: [2],
tags: [
1131,
77,
6069,
502,
2838,
912,
6070,
6071,
6072,
6073,
145,
313,
2832,
2590,
914,
6074,
6075,
6076,
6077,
6078,
2918,
6079,
88,
2355,
2895,
237,
325,
2930,
2232,
1151,
6080,
6081,
6082,
2016,
413,
98
],
),
"collections_bookmark": SymbolsMetadata(
popularity: 3149,
codepoint: 0xe431,
categories: [6],
tags: [
1342,
2143,
1701,
3411,
4813,
1197,
6083,
2152,
3519,
1343,
1079,
5568,
3413,
52,
1345,
88,
3415,
2468,
6084,
1595,
92,
1597,
6085,
3401,
2888,
4485,
6086,
453,
4156,
179,
985,
4128,
3526,
1696,
1719,
4495,
182
],
),
"colorize": SymbolsMetadata(
popularity: 1198,
codepoint: 0xe3b8,
categories: [1],
tags: [
5363,
4606,
1602,
3095,
4575,
6087,
6088,
6089,
6090,
6091,
6092,
6093,
6094,
6095,
3604,
485,
378,
6096,
5766,
5810,
6097,
6098,
6099,
3100,
3102,
3103,
3623,
6100,
6101,
4250,
6102,
2172,
6103,
6104,
511,
3637
],
),
"colors": SymbolsMetadata(
popularity: 170,
codepoint: 0xe997,
categories: [12],
tags: [
1747,
4606,
1602,
3642,
3095,
5859,
4575,
6090,
6095,
6105,
3604,
485,
1588,
378,
2903,
1252,
680,
2165,
2229,
4328,
2265,
6106,
1652,
70,
3100,
3103,
6107,
362,
71,
1598,
6102,
1461,
1170,
2172,
6108,
33,
4752,
511,
35,
476,
1486
],
),
"combine_columns": SymbolsMetadata(
popularity: 25,
codepoint: 0xf420,
categories: [12],
tags: [
231,
745,
6109,
1439,
933,
6110,
284,
81,
6111,
6112,
6113,
6114,
1468,
485,
370,
382,
579,
6115,
6116,
385,
1471,
1314,
6117,
6118,
6119,
1453,
586,
239,
4676,
3379,
4157,
6120,
1460,
1461,
433,
31,
1474,
6121,
1465,
396,
1186
],
),
"comedy_mask": SymbolsMetadata(
popularity: 78,
codepoint: 0xf4d6,
categories: [3],
tags: [
6122,
6123,
6124,
1602,
6125,
6126,
5,
6127,
6128,
6129,
4540,
6130,
6131,
781,
10,
6132,
577,
6133,
6134,
1620,
6135,
6136,
6137,
6138,
6139,
6140,
354,
3098,
648,
2570,
2521,
1034,
1063,
1581,
1582,
1036,
2016,
1626,
6141,
6142,
3370,
6143,
6144,
6145,
6146,
6147,
2087
],
),
"comic_bubble": SymbolsMetadata(
popularity: 76,
codepoint: 0xf5dd,
categories: [3],
tags: [
341,
6148,
4862,
568,
6149,
6150,
6151,
570,
2740,
5601,
6152,
6153,
6154,
6155,
572,
283,
1476,
2743,
2744,
1480,
2509,
6156,
583,
4865,
594,
1485,
1296,
4867,
6157,
5599,
4872
],
),
"comment": SymbolsMetadata(
popularity: 6718,
codepoint: 0xe0b9,
categories: [7],
tags: [
745,
6158,
4862,
568,
570,
572,
573,
283,
1476,
1325,
6159,
2743,
2744,
1480,
1327,
583,
887,
6160,
289,
239,
432,
1483,
6161,
594,
433,
6162,
1296,
33,
5599,
6163
],
rtlAutoMirrored: true,
),
"comment_bank": SymbolsMetadata(
popularity: 512,
codepoint: 0xea4e,
categories: [7],
tags: [
2143,
926,
1701,
568,
6164,
570,
1197,
572,
573,
283,
1476,
2743,
2744,
3519,
1480,
579,
2084,
52,
5404,
1345,
583,
2468,
1595,
4138,
453,
4128,
2813,
3526,
1696,
6165,
594,
1485,
433,
6166,
1698,
1396,
182,
1296,
33
],
),
"comments_disabled": SymbolsMetadata(
popularity: 484,
codepoint: 0xe7a2,
categories: [7],
tags: [
4862,
1423,
1051,
568,
191,
570,
6167,
6168,
193,
572,
6169,
6170,
6171,
6172,
573,
6173,
6174,
1235,
6175,
868,
1055,
1480,
87,
583,
6176,
6177,
6178,
1303,
6179,
6180,
1059,
1060,
1061,
6181,
1067,
594,
1485,
6182
],
),
"commit": SymbolsMetadata(
popularity: 648,
codepoint: 0xeaf5,
categories: [6],
tags: [
6183,
6184,
2992,
6185,
193,
1102,
6186,
2681,
284,
6187,
1104,
375,
1107,
6188,
1077,
6189,
1078,
2084,
1633,
87,
1314,
4824,
1330,
267,
3448,
1634,
6190,
6191,
328,
759,
2813,
1696,
6192,
3142,
2464,
6193
],
),
"communication": SymbolsMetadata(
popularity: 2339,
codepoint: 0xe27c,
categories: [3],
tags: [
1360,
4862,
568,
6149,
570,
2740,
6194,
5601,
572,
5600,
283,
1476,
2743,
1480,
5589,
51,
583,
2306,
1143,
2604,
616,
588,
328,
2850,
1260,
1295,
594,
1485,
433,
5591,
1296,
4868
],
),
"communities": SymbolsMetadata(
popularity: 300,
codepoint: 0xe7ed,
categories: [3],
tags: [
480,
193,
283,
6195,
6196,
574,
6197,
284,
6198,
3520,
6199,
579,
580,
6200,
6201,
582,
6202,
267,
6203,
586,
6204,
588,
6205,
392,
1529,
593,
6206,
31,
597,
598,
1228,
990,
602
],
),
"commute": SymbolsMetadata(
popularity: 999,
codepoint: 0xe940,
categories: [14],
tags: [
1818,
1820,
2044,
312,
313,
2408,
2047,
3188,
1633,
323,
6207,
324,
1541,
174,
875,
325,
1634,
326,
327,
1167,
329,
2054,
2055,
1635,
1636,
1553,
1637,
4386,
1988,
1639,
332,
1929,
1844,
1640
],
),
"compare": SymbolsMetadata(
popularity: 1462,
codepoint: 0xe3b9,
categories: [1],
tags: [
1747,
2222,
1422,
6208,
373,
3733,
3782,
6209,
6210,
4751,
81,
6211,
6212,
1252,
680,
5566,
3375,
3506,
6213,
1756,
1078,
49,
2520,
86,
17,
1086,
6214,
2978,
2225,
57,
59,
2155,
6215,
1428,
3524,
1745,
71,
6216,
746,
394,
6217,
6218
],
),
"compare_arrows": SymbolsMetadata(
popularity: 3778,
codepoint: 0xe915,
categories: [2],
tags: [
2401,
77,
502,
925,
2971,
1751,
2404,
6219,
3733,
1235,
615,
313,
3302,
1077,
699,
2207,
6220,
1758,
6221,
2978,
70,
6222,
6223,
5459,
5627,
906,
3984,
2415,
3747,
764,
765,
6224,
413,
526,
394,
398
],
rtlAutoMirrored: true,
),
"compass_calibration": SymbolsMetadata(
popularity: 292,
codepoint: 0xe57c,
categories: [5],
tags: [
5538,
1747,
2160,
6225,
6226,
1750,
193,
309,
685,
284,
313,
2985,
1755,
259,
323,
6227,
324,
1085,
1541,
17,
325,
6228,
267,
6229,
507,
1167,
329,
760,
64,
652,
151,
71,
273,
4662,
511,
6230,
3007,
277,
278
],
),
"component_exchange": SymbolsMetadata(
popularity: 1726,
codepoint: 0xf1e7,
categories: [6],
tags: [
502,
2971,
1751,
1898,
3959,
284,
254,
6231,
313,
3302,
3013,
1077,
6232,
1084,
1758,
585,
6221,
4740,
1090,
3627,
1529,
6233,
3984,
2415,
4948,
526,
4313,
3000,
2464,
3003
],
),
"compost": SymbolsMetadata(
popularity: 3184,
codepoint: 0xe761,
categories: [3],
tags: [
2808,
6234,
6235,
6236,
6237,
6238,
1333,
6239,
6240,
6241,
315,
6242,
6243,
1852,
1853,
6244,
3393,
3836,
1829,
2368,
2372,
6245,
2374,
1834,
2375,
6246,
1835,
3465,
6247,
5936,
6248,
6249,
2326,
2327,
3395,
6250
],
),
"compress": SymbolsMetadata(
popularity: 1245,
codepoint: 0xe94d,
categories: [2],
tags: [
6251,
77,
502,
6219,
6056,
6057,
6252,
2350,
81,
3062,
377,
914,
47,
2230,
49,
2355,
2895,
439,
6253,
3443,
6254,
6223,
5459,
5936,
2232,
391,
6255,
6256,
410,
2920,
6224,
512,
37,
1187,
2348
],
),
"computer": SymbolsMetadata(
popularity: 9040,
codepoint: 0xe30a,
categories: [11],
tags: [
1246,
1247,
2553,
1711,
283,
519,
1310,
81,
5162,
1712,
288,
44,
8,
2549,
3359,
2550,
1110,
1253,
259,
3705,
1713,
630,
267,
6084,
1391,
4312,
4310,
6257,
410,
2738,
1093,
65,
6258,
333,
1187,
1519,
6259
],
),
"computer_arrow_up": SymbolsMetadata(
popularity: 25,
codepoint: 0xf2f7,
categories: [11],
tags: [
1246,
1247,
77,
6260,
1711,
519,
284,
81,
615,
1712,
288,
313,
147,
2870,
1110,
1253,
259,
1713,
630,
267,
1167,
410,
2310,
5980,
6261,
1529,
6262,
65,
6263,
526,
1709,
527,
6264,
6265,
3020,
3021,
333,
1187
],
),
"computer_cancel": SymbolsMetadata(
popularity: 47,
codepoint: 0xf2f6,
categories: [11],
tags: [
1246,
1247,
1360,
3284,
1208,
691,
1711,
780,
1209,
519,
1235,
1210,
1712,
288,
2731,
4658,
8,
3392,
2732,
1212,
2733,
1213,
1110,
1253,
1713,
630,
6266,
1224,
410,
1226,
31,
1093,
65,
1068,
206,
333,
1187,
6259,
4013
],
),
"concierge": SymbolsMetadata(
popularity: 110,
codepoint: 0xf561,
categories: [16],
tags: [
1360,
865,
6267,
3662,
6268,
1362,
6269,
4123,
6270,
2045,
6271,
225,
2707,
2708,
2710,
5719,
871,
5624,
2751,
581,
68,
6272,
2051,
1368,
289,
589,
6273,
1955,
652,
4501,
880,
31,
1639,
332,
1929,
2669,
6274
],
),
"conditions": SymbolsMetadata(
popularity: 124,
codepoint: 0xe0a0,
categories: [3],
tags: [
1422,
690,
373,
2386,
842,
5774,
81,
145,
4275,
2334,
1589,
316,
147,
317,
488,
1109,
697,
892,
2084,
1772,
581,
68,
1115,
1116,
1117,
894,
4293,
70,
1597,
6275,
4295,
588,
589,
5432,
1428,
6276,
2345,
2171,
1126,
1127,
71
],
),
"confirmation_number": SymbolsMetadata(
popularity: 4789,
codepoint: 0xe638,
categories: [15],
tags: [
861,
565,
4471,
5241,
1932,
1102,
4504,
6277,
45,
781,
1590,
10,
172,
1112,
1786,
980,
21,
22,
91,
2013,
5339,
326,
6278,
179,
1936,
6279,
1782,
94,
31,
2019,
3696,
6280,
4480,
4840
],
),
"congenital": SymbolsMetadata(
popularity: 13,
codepoint: 0xe0a1,
categories: [3],
tags: [
3567,
6281,
566,
690,
974,
6282,
842,
6283,
6284,
2388,
225,
6285,
977,
697,
892,
581,
6286,
979,
6287,
6288,
894,
6289,
289,
6290,
589,
820,
590,
390,
986,
888,
6291,
601,
6292
],
),
"connect_without_contact": SymbolsMetadata(
popularity: 2159,
codepoint: 0xf223,
categories: [3],
tags: [
731,
6293,
283,
1073,
284,
254,
975,
6294,
81,
9,
1314,
267,
4298,
588,
6295,
2064,
6296,
6297,
2038,
273,
593,
6298,
764,
3467,
65,
526,
2067,
1864,
278,
6299
],
),
"connected_tv": SymbolsMetadata(
popularity: 906,
codepoint: 0xe998,
categories: [11],
tags: [
1246,
1247,
2029,
4297,
1711,
1073,
1074,
284,
1712,
288,
8,
2549,
1110,
3362,
1253,
1471,
1713,
406,
5348,
630,
267,
432,
410,
5460,
5467,
411,
65,
412,
2039,
37,
333,
277,
1187,
278
],
),
"connecting_airports": SymbolsMetadata(
popularity: 865,
codepoint: 0xe7c9,
categories: [5],
tags: [
837,
1938,
1910,
1995,
1981,
2041,
1911,
6300,
6301,
284,
2046,
312,
1918,
6302,
1998,
1999,
1933,
320,
3171,
1983,
1633,
1314,
323,
3427,
324,
642,
267,
1061,
1634,
326,
387,
2001,
1636,
273,
526,
1988,
900,
1639,
332,
1990,
1929,
334
],
),
"construction": SymbolsMetadata(
popularity: 9941,
codepoint: 0xea3c,
categories: [15],
tags: [
1374,
6014,
929,
5407,
1498,
6303,
1104,
4904,
2799,
46,
1756,
4896,
6304,
5409,
6305,
5922,
4897,
5332,
6306,
3981,
6307,
6308,
4900,
1552,
6309,
140,
6310,
1789,
6311,
6312,
6313,
1519,
5417,
2536,
4903
],
),
"contact_emergency": SymbolsMetadata(
popularity: 741,
codepoint: 0xf8d1,
categories: [7],
tags: [
565,
1360,
865,
566,
1270,
691,
1250,
975,
5067,
3700,
1365,
2438,
4713,
577,
225,
381,
871,
581,
1367,
293,
68,
262,
616,
588,
589,
1045,
271,
590,
1048,
3480,
705,
1036,
392,
880,
31,
2448,
601,
990,
206
],
),
"contact_mail": SymbolsMetadata(
popularity: 4781,
codepoint: 0xe0d0,
categories: [7],
tags: [
565,
1514,
2418,
566,
4935,
573,
283,
284,
975,
6314,
2295,
145,
2297,
4814,
2298,
2300,
577,
581,
2301,
293,
68,
15,
2303,
583,
267,
6315,
588,
589,
920,
6316,
590,
2308,
2310,
601,
6317,
991
],
),
"contact_page": SymbolsMetadata(
popularity: 3591,
codepoint: 0xf22e,
categories: [12],
tags: [
565,
2418,
566,
3410,
569,
193,
975,
81,
145,
4814,
1588,
1589,
1688,
577,
147,
2153,
1691,
488,
581,
138,
978,
68,
88,
1391,
289,
1596,
1597,
588,
589,
920,
590,
453,
432,
392,
1598,
2851,
433,
1698,
31,
601,
1486
],
),
"contact_phone": SymbolsMetadata(
popularity: 2864,
codepoint: 0xe0cf,
categories: [7],
tags: [
565,
2418,
566,
1270,
193,
573,
283,
975,
4814,
577,
3520,
1548,
977,
581,
293,
68,
583,
262,
289,
588,
589,
271,
590,
3480,
330,
986,
601
],
),
"contact_support": SymbolsMetadata(
popularity: 9977,
codepoint: 0xe94c,
categories: [7],
tags: [
3961,
6318,
865,
568,
6319,
570,
2740,
3186,
572,
573,
283,
6195,
975,
1476,
5657,
1477,
4864,
5659,
871,
6320,
293,
68,
1622,
1166,
583,
2306,
3963,
2344,
3964,
6321,
3965,
652,
594,
1485,
880,
6322,
31,
1296
],
rtlAutoMirrored: true,
),
"contactless": SymbolsMetadata(
popularity: 1373,
codepoint: 0xea71,
categories: [9],
tags: [
927,
4296,
6323,
931,
934,
1073,
284,
254,
975,
6294,
936,
81,
288,
44,
2549,
941,
1314,
6324,
6325,
6326,
267,
6327,
950,
951,
6328,
2074,
3799,
1393,
1782,
1036,
1395,
273,
1800,
65,
1317,
956,
526,
6329,
1863,
277,
278
],
),
"contactless_off": SymbolsMetadata(
popularity: 106,
codepoint: 0xf858,
categories: [9],
tags: [
2613,
1051,
4296,
6330,
931,
283,
1073,
284,
254,
975,
6294,
6331,
6332,
936,
288,
1162,
1300,
868,
1055,
941,
6327,
6333,
6334,
6335,
1059,
1060,
1061,
950,
951,
6336,
4268,
1065,
273,
1067,
1226,
6337,
65,
956,
1068,
1864,
6338,
277,
278
],
),
"contacts": SymbolsMetadata(
popularity: 4852,
codepoint: 0xe0ba,
categories: [7],
tags: [
565,
973,
2418,
566,
6339,
1270,
1250,
283,
1073,
284,
975,
5067,
4814,
577,
578,
1276,
579,
581,
1280,
293,
68,
88,
1029,
982,
582,
262,
267,
588,
589,
271,
590,
1288,
888,
593,
597,
601,
602
],
),
"contacts_product": SymbolsMetadata(
popularity: 348,
codepoint: 0xe999,
categories: [6],
tags: [
565,
973,
1514,
2418,
1190,
566,
3410,
574,
1073,
284,
6340,
5067,
4814,
579,
6341,
581,
2493,
267,
588,
6342,
589,
1045,
1664,
590,
3450,
593,
597,
601,
991,
602
],
),
"content_copy": SymbolsMetadata(
popularity: 20670,
codepoint: 0xe14d,
categories: [12],
tags: [
748,
504,
1103,
628,
345,
1733,
6343,
81,
1588,
1589,
3681,
147,
1690,
68,
1344,
1082,
2468,
6344,
1596,
3419,
1597,
5608,
1743,
6345,
3075,
6346,
1696,
362,
4458,
1719,
33,
511,
3396
],
rtlAutoMirrored: true,
),
"content_cut": SymbolsMetadata(
popularity: 1866,
codepoint: 0xe14e,
categories: [12],
tags: [
748,
1268,
6347,
1524,
628,
1733,
3096,
6343,
2274,
1588,
1589,
1252,
147,
406,
1391,
1597,
5608,
1224,
6348,
1152,
706,
392,
644,
6349,
33,
511,
6350,
6351,
37
],
rtlAutoMirrored: true,
),
"content_paste": SymbolsMetadata(
popularity: 3516,
codepoint: 0xe14f,
categories: [12],
tags: [
748,
745,
501,
1323,
504,
1524,
3111,
628,
345,
1733,
6343,
81,
1588,
1589,
1252,
1590,
147,
2229,
488,
1108,
1327,
1593,
2468,
1595,
1391,
1597,
5608,
3075,
453,
1428,
1598,
33,
511,
1600
],
),
"content_paste_go": SymbolsMetadata(
popularity: 628,
codepoint: 0xea8e,
categories: [12],
tags: [
748,
2143,
77,
482,
3111,
628,
1733,
81,
3133,
868,
1588,
1589,
3681,
1055,
147,
2153,
2845,
1604,
68,
1327,
6352,
1758,
1061,
1597,
5608,
1090,
432,
1707,
2310,
1598,
1067,
433,
526,
3003
],
),
"content_paste_off": SymbolsMetadata(
popularity: 291,
codepoint: 0xe4f8,
categories: [12],
tags: [
1051,
6353,
6354,
780,
3111,
628,
1733,
1210,
5937,
1162,
868,
6355,
1588,
1589,
3681,
1055,
147,
1213,
488,
1327,
6356,
1059,
1061,
1596,
1597,
5608,
6357,
432,
1224,
1065,
1598,
1067,
33,
1068,
6358
],
),
"content_paste_search": SymbolsMetadata(
popularity: 1713,
codepoint: 0xea9b,
categories: [12],
tags: [
748,
4812,
3111,
628,
81,
2334,
1588,
1589,
5828,
316,
147,
317,
1108,
138,
68,
2337,
1549,
6359,
5830,
1116,
2340,
1597,
5608,
2344,
179,
3420,
1745,
1126,
31,
511,
3818,
2158,
3396
],
),
"contextual_token": SymbolsMetadata(
popularity: 119,
codepoint: 0xf486,
categories: [4],
tags: [
4346,
77,
2453,
1268,
6360,
504,
902,
345,
1752,
2283,
1588,
1589,
6361,
781,
147,
903,
2845,
6362,
2961,
385,
406,
354,
439,
1714,
2469,
1596,
2521,
408,
409,
1167,
6363,
2138,
454,
31,
33,
1728,
37,
1486
],
rtlAutoMirrored: true,
),
"contextual_token_add": SymbolsMetadata(
popularity: 53,
codepoint: 0xf485,
categories: [4],
tags: [
231,
748,
745,
232,
6364,
1321,
2453,
504,
791,
4621,
6365,
6366,
1325,
1588,
1589,
147,
579,
1336,
235,
1327,
385,
1724,
6367,
887,
1453,
2469,
1596,
239,
242,
392,
675,
31,
33,
6224,
3696,
230,
907,
4750,
6368,
1486
],
rtlAutoMirrored: true,
),
"contract": SymbolsMetadata(
popularity: 477,
codepoint: 0xf5a0,
categories: [12],
tags: [
2451,
6369,
569,
2879,
2455,
6370,
1588,
1589,
2456,
147,
2457,
488,
6371,
138,
5404,
2459,
88,
3113,
289,
2765,
1596,
1597,
6372,
3114,
453,
5647,
6373,
2474,
31,
6374,
956,
4460
],
),
"contract_delete": SymbolsMetadata(
popularity: 51,
codepoint: 0xf5a2,
categories: [12],
tags: [
2451,
6375,
2808,
1208,
6376,
6377,
780,
1209,
2455,
6378,
1210,
6379,
6380,
1588,
1589,
6381,
6382,
1212,
147,
6383,
6384,
1471,
88,
3295,
1596,
6385,
1597,
3114,
6386,
4269,
453,
6387,
432,
1224,
6388,
6389,
6390,
1226,
956,
3395,
6391,
6392,
4013,
4014
],
),
"contract_edit": SymbolsMetadata(
popularity: 369,
codepoint: 0xf5a1,
categories: [12],
tags: [
1765,
2451,
6393,
569,
1586,
2455,
6394,
6395,
2830,
1325,
1162,
1588,
1589,
3307,
4524,
1252,
680,
147,
6396,
488,
6397,
1111,
5372,
2459,
87,
88,
1652,
1391,
1596,
1597,
3114,
4530,
2638,
453,
432,
392,
898,
5647,
433,
956,
1600,
1486
],
),
"contrast": SymbolsMetadata(
popularity: 1356,
codepoint: 0xeb37,
categories: [1],
tags: [
1747,
2222,
925,
6398,
3641,
3642,
4751,
345,
4104,
6399,
3654,
8,
6400,
1252,
680,
487,
3375,
3643,
83,
137,
6401,
6402,
49,
2520,
1083,
3646,
1652,
57,
59,
62,
2156,
410,
71,
6403,
3496,
6404,
476,
835
],
rtlAutoMirrored: true,
),
"contrast_circle": SymbolsMetadata(
popularity: 14,
codepoint: 0xf49f,
categories: [1],
tags: [
231,
74,
862,
745,
1747,
5363,
4606,
6405,
925,
3642,
193,
685,
4751,
345,
4757,
2882,
8,
6406,
1252,
6407,
680,
6097,
6408,
6099,
6409,
6410,
642,
630,
70,
59,
239,
921,
410,
151,
71,
6411,
1261,
4752,
413,
396,
4339,
476
],
),
"contrast_rtl_off": SymbolsMetadata(
popularity: 5,
codepoint: 0xec72,
categories: [1],
tags: [
861,
862,
1747,
6398,
1051,
3642,
6330,
193,
4751,
345,
4757,
2618,
868,
8,
1252,
680,
487,
1055,
83,
6401,
6408,
49,
2520,
6410,
87,
642,
630,
1059,
1060,
1061,
70,
59,
62,
2156,
6412,
5678,
410,
71,
1067,
4752,
413,
396,
476,
835
],
),
"contrast_square": SymbolsMetadata(
popularity: 7,
codepoint: 0xf4a0,
categories: [1],
tags: [
231,
72,
745,
1747,
5363,
4606,
481,
482,
3642,
4751,
345,
4104,
2882,
3654,
8,
6413,
1252,
6407,
680,
1164,
6097,
4328,
3657,
6409,
3646,
642,
70,
6414,
239,
358,
1151,
71,
392,
2414,
433,
1261,
2415,
4752,
413,
396
],
),
"control_camera": SymbolsMetadata(
popularity: 344,
codepoint: 0xe074,
categories: [0],
tags: [
1747,
6415,
77,
502,
40,
42,
308,
193,
6416,
345,
288,
313,
46,
346,
2550,
2207,
53,
406,
1758,
439,
70,
57,
59,
921,
453,
432,
3005,
906,
71,
1788,
1347,
433,
65,
511,
37,
5115
],
),
"control_point_duplicate": SymbolsMetadata(
popularity: 625,
codepoint: 0xe3bb,
categories: [1],
tags: [
231,
745,
6417,
193,
1101,
6418,
345,
1733,
1325,
3055,
3681,
6419,
5005,
2468,
887,
6420,
2765,
239,
328,
6346,
31,
6421
],
),
"controller_gen": SymbolsMetadata(
popularity: 245,
codepoint: 0xe83d,
categories: [8],
tags: [
4954,
504,
1100,
193,
519,
6422,
345,
6423,
1235,
6424,
288,
2283,
781,
5403,
6425,
5450,
1111,
6426,
1967,
1143,
70,
4310,
2521,
432,
6427,
5898,
362,
433,
2138,
65,
1728,
6428,
6429
],
),
"conversion_path": SymbolsMetadata(
popularity: 3032,
codepoint: 0xf0c1,
categories: [9],
tags: [
1790,
1422,
1071,
3330,
373,
4314,
1795,
6430,
81,
375,
6431,
1105,
1077,
6432,
1078,
1633,
87,
1182,
226,
18,
1634,
648,
1090,
759,
1428,
2480,
94,
6433,
4981,
6434,
2158,
6435,
514
],
),
"conversion_path_off": SymbolsMetadata(
popularity: 30,
codepoint: 0xf7b4,
categories: [9],
tags: [
1790,
1071,
77,
3330,
1051,
6436,
373,
4314,
1075,
1795,
6437,
81,
6438,
6439,
375,
868,
6440,
3288,
6441,
6442,
1105,
1055,
2135,
1212,
1077,
1078,
1222,
87,
6443,
6444,
6445,
1059,
1060,
1061,
1634,
6446,
851,
1067,
1226,
1095,
5941
],
),
"convert_to_text": SymbolsMetadata(
popularity: 55,
codepoint: 0xf41f,
categories: [12],
tags: [
6447,
77,
2453,
1751,
5,
628,
6448,
81,
313,
1588,
1589,
6449,
2832,
3302,
147,
6450,
2586,
370,
6451,
903,
4377,
1652,
1741,
1596,
1597,
3074,
2344,
3091,
179,
906,
1128,
737,
6452,
2415,
1227,
33,
6453,
6454,
526,
512,
35,
6455,
1486
],
),
"conveyor_belt": SymbolsMetadata(
popularity: 154,
codepoint: 0xf867,
categories: [9],
tags: [
5763,
3227,
2133,
6456,
6457,
6458,
6459,
46,
6460,
6461,
1077,
4930,
4897,
5332,
87,
6462,
3427,
4898,
6463,
5768,
6464,
6465,
468,
2231,
1090,
681,
6466,
4499,
5581,
1093,
900
],
),
"cookie": SymbolsMetadata(
popularity: 2248,
codepoint: 0xeaac,
categories: [3],
tags: [
1360,
3709,
6467,
6468,
193,
6469,
462,
3201,
3765,
6470,
6471,
6472,
81,
3719,
6473,
2367,
6474,
616,
70,
921,
1034,
6475,
330,
71,
3730,
3731,
1095,
3732,
6476,
6477
],
),
"cookie_off": SymbolsMetadata(
popularity: 90,
codepoint: 0xf79a,
categories: [3],
tags: [
6467,
481,
4819,
193,
3765,
6470,
6471,
81,
5060,
1210,
3719,
1162,
44,
868,
1055,
259,
1059,
1060,
1061,
1242,
1034,
6478,
5063,
1224,
1036,
71,
1067,
1095,
6476,
333,
1186,
4013
],
),
"cooking": SymbolsMetadata(
popularity: 1099,
codepoint: 0xe2b6,
categories: [8],
tags: [
6479,
6480,
6481,
5711,
4226,
6482,
4227,
6483,
6484,
3718,
4693,
3720,
4696,
6485,
4848,
6486,
2367,
4230,
5718,
6487,
6488,
3036,
1140,
1500,
6489,
2370,
4234,
3723,
6490,
506,
1143,
4404,
3724,
6491,
6492,
3023,
5722,
3727,
6493,
3847,
6494,
6495,
6496
],
),
"cool_to_dry": SymbolsMetadata(
popularity: 211,
codepoint: 0xe276,
categories: [10],
tags: [
1747,
837,
838,
77,
1751,
840,
5277,
345,
844,
6497,
753,
313,
2832,
6498,
3500,
3703,
1887,
1140,
6499,
1857,
138,
642,
1143,
3707,
151,
1906,
2415,
1093,
858,
2078,
1709,
1862,
859
],
),
"copy_all": SymbolsMetadata(
popularity: 1155,
codepoint: 0xe2ec,
categories: [12],
tags: [
2292,
6418,
628,
1733,
6500,
6343,
2405,
754,
81,
1588,
1589,
2152,
3681,
147,
1690,
1082,
2468,
5105,
1596,
1597,
4816,
2812,
6346,
6501,
6502,
6503,
1719,
33
],
),
"copyright": SymbolsMetadata(
popularity: 2530,
codepoint: 0xe90c,
categories: [9],
tags: [
2451,
4,
3330,
4680,
6504,
5,
193,
3332,
936,
6505,
3517,
12,
172,
978,
3335,
52,
2459,
6506,
16,
3337,
2493,
1166,
1183,
6507,
6508,
1501,
1582,
6509,
3338,
3527,
5647,
2691,
6510,
31,
33
],
),
"coronavirus": SymbolsMetadata(
popularity: 2429,
codepoint: 0xf221,
categories: [3],
tags: [
214,
2385,
6511,
4188,
1250,
193,
6512,
6513,
692,
693,
2388,
6514,
2389,
5834,
319,
697,
892,
2390,
2391,
894,
2392,
6515,
701,
6516,
851,
3420,
4201,
6517,
2395,
593,
331,
6518,
2398
],
),
"corporate_fare": SymbolsMetadata(
popularity: 3820,
codepoint: 0xf1d0,
categories: [9],
tags: [
480,
1497,
927,
929,
569,
2565,
576,
1385,
2568,
6519,
941,
2286,
944,
137,
4940,
138,
945,
3742,
87,
1391,
586,
327,
2571,
1502,
432,
1503,
1504,
392,
1505,
2572,
2502,
955,
31,
2573,
1507
],
),
"cottage": SymbolsMetadata(
popularity: 3600,
codepoint: 0xe587,
categories: [16],
tags: [
5476,
1496,
1497,
4057,
929,
1940,
4907,
5556,
4950,
1499,
5557,
2568,
1140,
1500,
2569,
4378,
5558,
6520,
1541,
327,
1501,
2571,
432,
1503,
1504,
4911,
1838,
1505,
4912,
4913,
433,
3760,
955,
4914,
1728,
2806,
4744,
1187
],
),
"counter_0": SymbolsMetadata(
popularity: 48,
codepoint: 0xf785,
categories: [12],
tags: [
4777,
1071,
2204,
193,
80,
224,
81,
7,
811,
225,
51,
6521,
6522,
17,
6523,
819,
21,
22,
23,
820,
26,
203,
228,
2138,
746,
31,
6524,
36,
3708,
6525
],
),
"counter_1": SymbolsMetadata(
popularity: 896,
codepoint: 0xf784,
categories: [12],
tags: [
72,
193,
80,
6526,
7,
6527,
1916,
172,
173,
51,
6528,
6529,
6522,
174,
17,
18,
21,
6530,
22,
149,
178,
6531,
329,
6532,
228,
3590,
291,
31,
6524,
36
],
),
"counter_2": SymbolsMetadata(
popularity: 425,
codepoint: 0xf783,
categories: [12],
tags: [
74,
1360,
223,
281,
193,
462,
80,
224,
7,
173,
792,
6522,
17,
616,
21,
6533,
6534,
22,
149,
69,
329,
759,
26,
6535,
203,
228,
6141,
291,
2932,
31,
394,
36
],
),
"counter_3": SymbolsMetadata(
popularity: 339,
codepoint: 0xf782,
categories: [12],
tags: [
75,
223,
791,
193,
80,
224,
7,
8,
6536,
225,
173,
6522,
17,
18,
21,
22,
149,
69,
329,
26,
6535,
203,
228,
229,
31,
6524,
551,
230,
36
],
),
"counter_4": SymbolsMetadata(
popularity: 189,
codepoint: 0xf781,
categories: [12],
tags: [
631,
223,
193,
80,
224,
169,
81,
7,
6537,
634,
173,
68,
6538,
6522,
21,
6539,
6540,
22,
69,
23,
329,
759,
2531,
26,
795,
228,
6541,
229,
31,
6524,
230,
36
],
),
"counter_5": SymbolsMetadata(
popularity: 125,
codepoint: 0xf780,
categories: [12],
tags: [
676,
223,
791,
193,
80,
224,
81,
7,
8,
225,
667,
51,
1376,
792,
6522,
17,
21,
6542,
22,
149,
69,
329,
759,
26,
227,
228,
6141,
746,
2932,
31,
6524,
36,
554
],
),
"counter_6": SymbolsMetadata(
popularity: 71,
codepoint: 0xf77f,
categories: [12],
tags: [
687,
223,
193,
80,
224,
6543,
81,
7,
6536,
225,
1548,
1376,
88,
6522,
17,
18,
21,
6544,
176,
22,
23,
91,
329,
26,
6535,
94,
3954,
6545,
6546,
229,
31,
6524,
230,
36,
554
],
),
"counter_7": SymbolsMetadata(
popularity: 56,
codepoint: 0xf77e,
categories: [12],
tags: [
747,
193,
80,
6547,
224,
6548,
7,
6549,
225,
6550,
51,
52,
6522,
174,
1724,
21,
6551,
22,
149,
6552,
69,
26,
6553,
228,
6554,
180,
31,
6434,
36,
6555
],
),
"counter_8": SymbolsMetadata(
popularity: 45,
codepoint: 0xf77d,
categories: [12],
tags: [
783,
223,
1669,
1322,
193,
80,
224,
81,
7,
8,
6556,
225,
1548,
51,
68,
1111,
6522,
793,
6557,
21,
22,
149,
6558,
1741,
26,
228,
392,
229,
31,
6524,
230,
141,
36,
333
],
),
"counter_9": SymbolsMetadata(
popularity: 45,
codepoint: 0xf77c,
categories: [12],
tags: [
796,
281,
193,
80,
6559,
224,
6560,
7,
8,
225,
51,
6561,
6522,
17,
18,
802,
6562,
21,
22,
149,
23,
759,
26,
6535,
203,
228,
6563,
229,
31,
6524,
230,
36,
6564
],
),
"countertops": SymbolsMetadata(
popularity: 488,
codepoint: 0xf1f7,
categories: [8],
tags: [
480,
1869,
481,
929,
1180,
1498,
224,
6565,
6566,
4581,
379,
4072,
1140,
699,
1500,
6567,
4234,
6568,
87,
4216,
289,
387,
6308,
1504,
1955,
392,
1339,
6569,
6570,
2502,
4742,
393,
1474,
6571,
4953
],
),
"create_new_folder": SymbolsMetadata(
popularity: 3978,
codepoint: 0xe2cc,
categories: [2],
tags: [
231,
745,
232,
2143,
1374,
1197,
628,
1325,
81,
4814,
1588,
1589,
1688,
147,
2153,
1350,
579,
1345,
5005,
1029,
887,
586,
239,
2377,
432,
1696,
1598,
2851,
1698,
31,
4495
],
),
"credit_card": SymbolsMetadata(
popularity: 14752,
codepoint: 0xe870,
categories: [9],
tags: [
565,
6572,
6573,
925,
926,
927,
928,
1658,
930,
931,
1416,
4936,
932,
934,
1417,
936,
961,
937,
2334,
938,
1660,
941,
942,
6574,
6324,
948,
523,
950,
951,
6575,
1421,
1665,
432,
1782,
1395,
6576,
3795,
31,
956,
6329,
971
],
),
"credit_card_clock": SymbolsMetadata(
popularity: 60,
codepoint: 0xf438,
categories: [9],
tags: [
565,
6577,
928,
6578,
930,
931,
193,
1159,
932,
934,
1417,
936,
961,
937,
1160,
2126,
2334,
938,
6579,
941,
2084,
87,
6324,
948,
523,
91,
950,
6580,
6581,
951,
2606,
328,
1167,
1421,
758,
1665,
4826,
432,
1168,
1782,
1395,
31,
1171,
956,
6329,
971,
2087
],
),
"credit_card_gear": SymbolsMetadata(
popularity: 42,
codepoint: 0xf52d,
categories: [9],
tags: [
565,
6577,
501,
926,
928,
930,
931,
1751,
932,
934,
685,
345,
1417,
936,
961,
937,
81,
145,
2334,
938,
1252,
941,
942,
1785,
293,
68,
1471,
1029,
6324,
948,
523,
70,
950,
951,
920,
921,
1421,
590,
432,
1036,
652,
71,
392,
1395,
31,
956,
2464,
6329,
971
],
),
"credit_card_heart": SymbolsMetadata(
popularity: 62,
codepoint: 0xf52c,
categories: [9],
tags: [
565,
927,
928,
930,
931,
932,
934,
1417,
936,
961,
937,
938,
3519,
941,
942,
137,
4520,
1623,
6582,
4521,
5378,
948,
523,
950,
951,
6583,
1421,
1665,
432,
4128,
6584,
1696,
6585,
392,
1395,
433,
31,
956,
6586,
971
],
),
"credit_card_off": SymbolsMetadata(
popularity: 775,
codepoint: 0xe4f4,
categories: [9],
tags: [
927,
928,
1051,
3284,
6330,
930,
931,
932,
934,
1417,
936,
961,
937,
2021,
5060,
868,
938,
1055,
2732,
2733,
941,
942,
1213,
1548,
138,
5187,
87,
948,
1057,
1059,
523,
289,
950,
951,
6587,
1421,
432,
6588,
1065,
392,
1395,
1067,
1226,
31,
1068
],
),
"credit_score": SymbolsMetadata(
popularity: 3090,
codepoint: 0xeff1,
categories: [9],
tags: [
1422,
1671,
2477,
927,
928,
930,
931,
1673,
193,
932,
934,
463,
1417,
936,
6589,
937,
6590,
1400,
45,
938,
2335,
3506,
6591,
941,
942,
3891,
51,
792,
947,
1166,
17,
3494,
948,
21,
23,
1676,
523,
950,
951,
648,
5646,
759,
795,
203,
1428,
228,
362,
3093,
31,
6592,
1678,
2347,
1584,
1681
],
),
"crib": SymbolsMetadata(
popularity: 502,
codepoint: 0xe588,
categories: [8],
tags: [
3544,
3545,
6593,
1332,
6594,
1912,
4068,
482,
993,
6595,
997,
4086,
4087,
378,
4072,
3551,
6596,
1006,
1471,
814,
3555,
3556,
492,
289,
432,
888,
1339,
1928,
1944,
433,
1170,
3563
],
),
"crisis_alert": SymbolsMetadata(
popularity: 2357,
codepoint: 0xebe9,
categories: [5],
tags: [
3125,
1359,
1360,
1361,
6597,
691,
4424,
3700,
1365,
2438,
2732,
6598,
1366,
3935,
1480,
4432,
1367,
68,
6599,
1166,
6600,
1481,
616,
6601,
6602,
705,
1036,
898,
291,
31,
1093,
1227,
4438,
1728,
2448,
206
],
),
"crop": SymbolsMetadata(
popularity: 1421,
codepoint: 0xe3be,
categories: [1],
tags: [
1747,
5363,
1131,
6603,
1132,
1133,
1524,
628,
1822,
6343,
4592,
1589,
1252,
680,
346,
348,
137,
49,
2520,
6139,
1652,
57,
2155,
62,
432,
2232,
363,
71,
298,
433,
511,
512,
6350,
37,
4367
],
),
"crop_16_9": SymbolsMetadata(
popularity: 592,
codepoint: 0xe3bc,
categories: [1],
tags: [
153,
6604,
796,
1747,
6605,
5363,
1131,
633,
6606,
1822,
377,
1252,
680,
2165,
370,
348,
6607,
137,
49,
6099,
2520,
1605,
354,
57,
3623,
2155,
62,
3105,
432,
2232,
71,
6608,
298,
433,
6609,
37,
364,
6610,
6611,
3108
],
),
"crop_3_2": SymbolsMetadata(
popularity: 316,
codepoint: 0xe3bd,
categories: [1],
tags: [
74,
75,
6612,
6613,
6614,
1747,
5363,
1131,
633,
6606,
1822,
377,
1252,
680,
370,
348,
6607,
383,
699,
49,
6099,
2520,
1605,
406,
6615,
57,
3623,
1346,
2155,
62,
3105,
432,
2232,
391,
71,
298,
433,
6616,
397
],
),
"crop_5_4": SymbolsMetadata(
popularity: 334,
codepoint: 0xe3bf,
categories: [1],
tags: [
631,
676,
6617,
1747,
5363,
1131,
633,
1132,
1133,
6606,
1822,
486,
1252,
6618,
6619,
6620,
370,
348,
6607,
137,
49,
6099,
2520,
406,
1652,
289,
57,
3623,
2155,
62,
3106,
432,
2232,
392,
298,
433,
512,
6350,
37,
364
],
),
"crop_7_5": SymbolsMetadata(
popularity: 464,
codepoint: 0xe3c0,
categories: [1],
tags: [
676,
747,
6621,
1747,
5363,
1131,
1602,
633,
2349,
6606,
1822,
1252,
680,
2165,
348,
137,
699,
49,
2520,
1605,
406,
57,
59,
2155,
62,
432,
2232,
363,
71,
6622,
392,
298,
433,
511,
2552
],
),
"crop_9_16": SymbolsMetadata(
popularity: 50,
codepoint: 0xf549,
categories: [1],
tags: [
153,
796,
6623,
1747,
5363,
1131,
3104,
633,
6606,
1822,
377,
1252,
680,
370,
348,
6607,
49,
2520,
1652,
6624,
507,
57,
59,
2155,
62,
5123,
3105,
432,
2232,
470,
71,
392,
298,
433,
512,
1465,
37
],
),
"crop_free": SymbolsMetadata(
popularity: 1721,
codepoint: 0xe3c2,
categories: [1],
tags: [
1747,
5363,
1131,
2349,
482,
2350,
1822,
6625,
8,
1252,
680,
2351,
6626,
5935,
914,
1757,
348,
6627,
5826,
1704,
49,
1471,
2355,
289,
57,
2155,
62,
2232,
362,
363,
71,
298,
433,
141,
2348
],
),
"crop_landscape": SymbolsMetadata(
popularity: 365,
codepoint: 0xe3c3,
categories: [1],
tags: [
1747,
5363,
1131,
633,
1132,
1822,
6628,
377,
1252,
6629,
680,
348,
6607,
699,
49,
6099,
2520,
1605,
6630,
406,
6631,
1652,
507,
289,
57,
3623,
2155,
62,
3625,
432,
2470,
6632,
2232,
71,
392,
298,
511,
476,
6633,
6611
],
),
"crop_portrait": SymbolsMetadata(
popularity: 483,
codepoint: 0xe3c5,
categories: [1],
tags: [
1747,
5363,
1131,
633,
1822,
377,
1252,
680,
2165,
370,
348,
6607,
49,
2520,
406,
1652,
57,
59,
2155,
62,
5123,
432,
6632,
2232,
71,
392,
298,
433,
511
],
),
"crop_rotate": SymbolsMetadata(
popularity: 331,
codepoint: 0xe437,
categories: [1],
tags: [
1747,
5363,
1131,
77,
502,
633,
6634,
193,
5326,
2350,
6635,
1822,
313,
1252,
680,
348,
137,
49,
2520,
2989,
1652,
507,
57,
2155,
62,
4676,
6636,
2232,
470,
71,
298,
433,
511,
512,
473,
476
],
),
"crop_square": SymbolsMetadata(
popularity: 2017,
codepoint: 0xe3c6,
categories: [1],
tags: [
1747,
5363,
1669,
501,
1131,
5258,
633,
1132,
1133,
2719,
2455,
1822,
6343,
485,
1252,
680,
2165,
914,
1335,
348,
6607,
904,
49,
2520,
1344,
2989,
406,
1652,
2930,
57,
2155,
62,
432,
2232,
410,
71,
392,
5503,
2920,
1552,
298,
433,
6637,
511,
512,
6350,
141,
1348,
333,
1186,
1187
],
),
"crossword": SymbolsMetadata(
popularity: 121,
codepoint: 0xf5e5,
categories: [3],
tags: [
2525,
6638,
2273,
5727,
6045,
5728,
6639,
6640,
104,
3112,
781,
2229,
3319,
5403,
2509,
382,
699,
3413,
1967,
16,
6641,
3447,
6047,
5735,
6642,
2728,
5737,
31,
4870,
1465,
6643,
6644,
6645
],
),
"crowdsource": SymbolsMetadata(
popularity: 276,
codepoint: 0xeb18,
categories: [3],
tags: [
6646,
5763,
569,
571,
1197,
4621,
574,
2149,
284,
6647,
6648,
6649,
81,
6574,
967,
5793,
319,
579,
68,
1111,
2479,
259,
946,
3413,
2493,
267,
951,
588,
6650,
2054,
4054,
1529,
737,
602
],
),
"crown": SymbolsMetadata(
popularity: 171,
codepoint: 0xecb3,
categories: [3],
tags: [
3,
3514,
3515,
6651,
5728,
6652,
6653,
3479,
4075,
6654,
792,
982,
1030,
716,
4083,
6535,
795,
3525,
6655,
3224,
245,
6656,
1263,
1429,
6657,
6280,
5341,
1953,
5177,
5381,
3530
],
),
"cruelty_free": SymbolsMetadata(
popularity: 2535,
codepoint: 0xe799,
categories: [3],
tags: [
4889,
6658,
6659,
6660,
6661,
6662,
3155,
6663,
6664,
6665,
6242,
6666,
6667,
6668,
6627,
6669,
6670,
6671,
6672,
6673,
6674,
1834,
6675,
3855,
6676,
6677,
593,
2326,
2327,
1319,
6678,
2383,
2384
],
),
"css": SymbolsMetadata(
popularity: 1623,
codepoint: 0xeb93,
categories: [2],
tags: [
4,
6002,
1179,
6679,
5,
1102,
2228,
6680,
1310,
2197,
485,
1723,
1313,
44,
4904,
2799,
12,
2577,
6003,
259,
385,
16,
6008,
2515,
1123,
6010,
6681,
6682,
2209,
31,
65,
33,
35,
6683,
2201,
2212,
6684,
1186
],
),
"csv": SymbolsMetadata(
popularity: 191,
codepoint: 0xe6cf,
categories: [12],
tags: [
4,
1422,
5,
2228,
6685,
6686,
6687,
6688,
81,
6689,
6690,
1468,
1589,
2456,
520,
1703,
147,
2586,
12,
370,
1604,
68,
16,
88,
6691,
1123,
1428,
6692,
1461,
6693,
746,
31,
6694,
6695,
33,
3078,
6696,
35,
527,
6697
],
),
"currency_bitcoin": SymbolsMetadata(
popularity: 1939,
codepoint: 0xebc5,
categories: [9],
tags: [
928,
6698,
6699,
930,
931,
193,
932,
934,
1417,
936,
6700,
6701,
937,
44,
6702,
6703,
962,
938,
963,
941,
6704,
6705,
946,
6706,
948,
523,
6707,
6708,
950,
951,
1421,
1395,
3629,
31,
5222,
1331,
6709,
958
],
),
"currency_exchange": SymbolsMetadata(
popularity: 6087,
codepoint: 0xeb70,
categories: [9],
tags: [
458,
460,
77,
502,
927,
1658,
931,
932,
934,
1795,
6448,
937,
6710,
313,
962,
938,
964,
6711,
3302,
941,
942,
6712,
6713,
3463,
6714,
946,
5625,
948,
6715,
950,
951,
6716,
2462,
1707,
470,
3305,
3984,
764,
4948,
956,
526,
473,
881,
6717
],
),
"currency_franc": SymbolsMetadata(
popularity: 246,
codepoint: 0xeafa,
categories: [9],
tags: [
927,
928,
960,
6718,
930,
931,
932,
934,
1417,
936,
937,
962,
938,
939,
6711,
3302,
941,
942,
6719,
6705,
319,
968,
322,
946,
1389,
6720,
948,
523,
950,
951,
1421,
954,
1395,
6721,
31,
4948,
956,
36,
958
],
),
"currency_lira": SymbolsMetadata(
popularity: 338,
codepoint: 0xeaef,
categories: [9],
tags: [
1423,
928,
1658,
6722,
930,
931,
932,
934,
1417,
936,
937,
962,
938,
939,
964,
3302,
941,
942,
6723,
6724,
6725,
15,
1471,
6726,
948,
523,
950,
951,
1421,
3305,
1395,
1719,
2474,
31,
6727,
97,
6728,
956,
6729,
36
],
),
"currency_pound": SymbolsMetadata(
popularity: 1040,
codepoint: 0xeaf1,
categories: [9],
tags: [
924,
4,
927,
928,
6730,
960,
930,
931,
932,
934,
1417,
936,
937,
962,
938,
963,
3302,
941,
942,
6731,
6732,
15,
948,
523,
950,
951,
6716,
1421,
1395,
898,
6733,
31,
956,
338,
6734,
36,
958
],
),
"currency_ruble": SymbolsMetadata(
popularity: 615,
codepoint: 0xeaec,
categories: [9],
tags: [
927,
928,
1415,
960,
569,
930,
931,
5,
932,
934,
1417,
936,
937,
962,
938,
964,
3302,
6735,
941,
942,
6712,
15,
948,
523,
950,
951,
6736,
1421,
2664,
1665,
359,
6737,
6738,
6739,
6740,
1395,
31,
4948,
956
],
),
"currency_rupee": SymbolsMetadata(
popularity: 3416,
codepoint: 0xeaf7,
categories: [9],
tags: [
926,
927,
928,
1658,
930,
931,
932,
934,
1417,
936,
937,
962,
938,
939,
964,
941,
942,
6741,
6742,
6743,
6744,
946,
1389,
948,
523,
950,
951,
1421,
1665,
6745,
3305,
1394,
1395,
1396,
31,
956,
958
],
),
"currency_rupee_circle": SymbolsMetadata(
popularity: 70,
codepoint: 0xf460,
categories: [9],
tags: [
927,
928,
960,
569,
930,
931,
193,
932,
934,
1417,
936,
937,
6710,
6746,
962,
938,
963,
3302,
6747,
941,
942,
6748,
968,
6749,
6744,
946,
948,
523,
950,
951,
1421,
6745,
954,
1395,
31,
956,
36,
958
],
),
"currency_yen": SymbolsMetadata(
popularity: 1071,
codepoint: 0xeafb,
categories: [9],
tags: [
926,
927,
928,
6718,
930,
931,
932,
934,
1417,
936,
937,
962,
938,
939,
3302,
941,
942,
968,
6750,
6751,
948,
523,
950,
951,
1421,
359,
1395,
898,
31,
956,
36,
958,
6717
],
),
"currency_yuan": SymbolsMetadata(
popularity: 315,
codepoint: 0xeaf9,
categories: [9],
tags: [
927,
928,
569,
1658,
930,
931,
5,
6752,
6753,
932,
934,
1417,
936,
937,
962,
938,
939,
3302,
941,
942,
946,
948,
523,
950,
951,
1421,
6754,
6755,
3305,
1395,
898,
31,
33,
4948,
956,
35,
36,
6756
],
),
"curtains": SymbolsMetadata(
popularity: 291,
codepoint: 0xec1e,
categories: [8],
tags: [
4068,
4243,
4260,
2150,
4255,
6566,
1161,
6757,
6758,
10,
2658,
2916,
1140,
1500,
2753,
3646,
5548,
1143,
2930,
919,
6759,
1034,
1504,
1955,
4063,
2016,
1347,
4219,
6141,
4065,
2668,
3370,
1187,
4253
],
),
"curtains_closed": SymbolsMetadata(
popularity: 147,
codepoint: 0xec1d,
categories: [8],
tags: [
2829,
4243,
481,
4260,
6760,
2150,
4207,
4255,
6761,
6566,
2274,
3884,
6757,
2658,
2916,
6762,
1140,
1500,
2753,
3646,
1143,
919,
1034,
1955,
4063,
4250,
1347,
4219,
5877,
4065,
2668,
1863,
1187
],
),
"custom_typography": SymbolsMetadata(
popularity: 69,
codepoint: 0xe732,
categories: [12],
tags: [
3442,
1747,
4,
3094,
4682,
5,
403,
283,
1325,
6105,
6763,
3604,
485,
1589,
680,
83,
12,
2166,
137,
978,
385,
16,
70,
6764,
71,
857,
2172,
31,
33,
4752,
1789,
6765,
35,
6766,
338,
6280,
476,
1486
],
),
"cycle": SymbolsMetadata(
popularity: 1188,
codepoint: 0xf854,
categories: [2],
tags: [
77,
502,
2936,
5168,
284,
254,
752,
753,
375,
313,
2315,
1077,
903,
2084,
3052,
756,
757,
325,
6767,
1090,
759,
6768,
3465,
6247,
760,
6769,
761,
2462,
3458,
6770,
6248,
470,
94,
473,
3000,
6771,
3003
],
),
"cyclone": SymbolsMetadata(
popularity: 742,
codepoint: 0xebd5,
categories: [3],
tags: [
837,
1896,
1360,
1883,
6772,
6773,
840,
4424,
6774,
1365,
4427,
4428,
1274,
6775,
2886,
6432,
6776,
468,
2374,
6777,
1834,
6778,
5960,
763,
6779,
4414,
6780,
6781,
6782,
206,
3850,
859,
6783,
1865,
6784,
6785
],
),
"dangerous": SymbolsMetadata(
popularity: 3390,
codepoint: 0xe99a,
categories: [6],
tags: [
6786,
1360,
1361,
6787,
3284,
691,
3700,
1365,
5268,
2732,
1366,
1756,
4510,
1213,
3399,
4432,
1367,
2734,
1166,
3295,
1481,
616,
328,
2850,
2737,
1065,
4435,
644,
898,
1226,
31,
1728,
2464,
2448,
206,
6788,
5942,
4013
],
),
"dark_mode": SymbolsMetadata(
popularity: 11908,
codepoint: 0xe51c,
categories: [4],
tags: [
862,
6789,
1669,
4606,
501,
1883,
4069,
193,
1885,
4751,
4117,
3604,
4104,
4757,
4248,
288,
8,
1164,
4105,
6790,
137,
1344,
4754,
642,
4110,
4080,
4740,
1033,
71,
392,
2110,
2415,
4752,
413,
141,
1348,
396,
476,
1186
],
),
"dashboard": SymbolsMetadata(
popularity: 16703,
codepoint: 0xe871,
categories: [12],
tags: [
1765,
1071,
5399,
373,
193,
345,
1425,
81,
1400,
8,
370,
3891,
1078,
382,
51,
385,
1029,
17,
3494,
1086,
630,
6228,
5048,
919,
648,
1167,
759,
432,
1428,
330,
5503,
275,
6791,
433,
746,
3093,
6792,
396,
333,
1186
],
),
"dashboard_2": SymbolsMetadata(
popularity: 66,
codepoint: 0xf3ea,
categories: [12],
tags: [
1422,
1071,
569,
5399,
373,
1425,
81,
370,
1078,
382,
1140,
68,
2479,
1344,
385,
6793,
1086,
4137,
5048,
919,
648,
432,
3379,
1428,
410,
2472,
5503,
433,
2728,
6794,
746,
3093,
2729,
396,
333,
1186
],
),
"dashboard_customize": SymbolsMetadata(
popularity: 2603,
codepoint: 0xe99b,
categories: [12],
tags: [
1747,
76,
2273,
6109,
5399,
1751,
6416,
345,
1236,
1425,
1252,
370,
382,
385,
1029,
1652,
4137,
70,
92,
919,
4035,
921,
432,
6795,
71,
1788,
5503,
433,
2728,
6796,
2729,
396,
333,
1186,
5029
],
),
"data_alert": SymbolsMetadata(
popularity: 204,
codepoint: 0xf7f6,
categories: [2],
tags: [
3125,
1361,
691,
283,
3700,
1365,
6797,
6798,
6799,
1468,
6800,
2732,
10,
1366,
3935,
1548,
138,
1367,
51,
68,
2734,
88,
6801,
1166,
583,
616,
2737,
1036,
2738,
1698,
31,
1093,
1728,
1407,
206
],
),
"data_array": SymbolsMetadata(
popularity: 544,
codepoint: 0xead1,
categories: [12],
tags: [
6802,
481,
6002,
1102,
6803,
2228,
1197,
519,
81,
6804,
1313,
1104,
44,
1589,
147,
1198,
1080,
68,
4784,
88,
586,
6805,
1123,
3076,
509,
6806,
955,
6807,
140,
65
],
),
"data_check": SymbolsMetadata(
popularity: 368,
codepoint: 0xf7f2,
categories: [2],
tags: [
2673,
2331,
2678,
1671,
482,
1673,
2095,
463,
2701,
2333,
81,
1468,
1589,
2335,
1590,
147,
2683,
381,
382,
68,
1471,
88,
6801,
1166,
1676,
4156,
1646,
362,
1461,
433,
1474,
1678,
2347,
1584,
6808,
1681
],
),
"data_exploration": SymbolsMetadata(
popularity: 1620,
codepoint: 0xe76f,
categories: [9],
tags: [
1422,
1071,
77,
6809,
4874,
373,
2937,
1425,
81,
6810,
4396,
375,
314,
5179,
316,
1078,
234,
235,
1081,
68,
6811,
2337,
3413,
87,
1426,
226,
1086,
1428,
3420,
746,
3116,
1095,
2481,
514
],
),
"data_info_alert": SymbolsMetadata(
popularity: 155,
codepoint: 0xf7f5,
categories: [2],
tags: [
1360,
6812,
1177,
865,
1361,
691,
81,
6797,
6813,
6814,
6815,
145,
2732,
4713,
871,
5098,
1367,
293,
6816,
68,
6817,
2734,
88,
6801,
583,
616,
2737,
6818,
652,
880,
6819,
1728,
6820,
206,
4441
],
),
"data_loss_prevention": SymbolsMetadata(
popularity: 243,
codepoint: 0xe2dc,
categories: [6],
tags: [
2613,
565,
1360,
566,
481,
691,
193,
1769,
81,
6821,
6822,
3974,
6823,
577,
317,
6824,
1213,
1109,
581,
6825,
1056,
1115,
6826,
1116,
1117,
6827,
1057,
6828,
588,
589,
5838,
1034,
590,
1582,
3297,
1066,
6829,
3208,
3209,
1126,
1782,
1036,
1127,
6830,
1583,
601,
206
],
),
"data_object": SymbolsMetadata(
popularity: 1983,
codepoint: 0xead3,
categories: [12],
tags: [
861,
1071,
6002,
2809,
1686,
1102,
6803,
933,
1310,
81,
6831,
1468,
6832,
44,
1589,
2799,
147,
83,
68,
1029,
267,
492,
586,
92,
6805,
2344,
453,
2814,
1460,
4201,
2738,
95,
1698,
955,
1474,
65
],
),
"data_saver_on": SymbolsMetadata(
popularity: 523,
codepoint: 0xeff3,
categories: [4],
tags: [
231,
749,
745,
1071,
77,
516,
6833,
373,
193,
284,
6834,
81,
6835,
621,
375,
313,
1055,
320,
1078,
235,
1081,
259,
6836,
324,
226,
1086,
263,
267,
6837,
887,
1061,
239,
852,
6838,
762,
3960,
954,
331,
746,
31,
1095,
1728,
98,
334
],
),
"data_table": SymbolsMetadata(
popularity: 537,
codepoint: 0xe99c,
categories: [9],
tags: [
1071,
1669,
501,
1467,
569,
3603,
373,
1439,
933,
2719,
628,
81,
1468,
485,
375,
8,
1589,
4821,
147,
941,
382,
68,
1344,
385,
2085,
262,
630,
22,
92,
271,
5027,
1428,
1646,
1460,
410,
1598,
1552,
1461,
746,
955,
1474,
525,
33,
141,
1348,
396,
333,
1186,
1187
],
),
"data_thresholding": SymbolsMetadata(
popularity: 1624,
codepoint: 0xeb9f,
categories: [2],
tags: [
1422,
373,
685,
1753,
5774,
81,
3776,
6839,
6840,
6841,
6111,
6842,
6843,
6844,
6845,
6846,
6847,
3506,
83,
1078,
1221,
1141,
17,
1086,
6275,
1034,
1148,
363,
71,
746,
553,
6848,
6849,
514
],
),
"data_usage": SymbolsMetadata(
popularity: 1308,
codepoint: 0xe1af,
categories: [4],
tags: [
1071,
2617,
6850,
251,
373,
685,
254,
4034,
81,
6851,
6852,
621,
5937,
1162,
375,
868,
1078,
1081,
259,
550,
6853,
226,
1086,
263,
267,
1059,
70,
1065,
151,
5956,
746,
6854,
2415,
97,
413,
1095,
3339
],
),
"database": SymbolsMetadata(
popularity: 14157,
codepoint: 0xf20e,
categories: [9],
tags: [
861,
1071,
2143,
1423,
517,
373,
1686,
932,
519,
1310,
1073,
81,
6855,
1468,
375,
44,
1690,
1078,
68,
259,
4784,
2085,
1029,
226,
1086,
267,
92,
4156,
2813,
2738,
6856,
1719,
746,
1698,
1396,
1093,
65,
1095
],
),
"database_off": SymbolsMetadata(
popularity: 41,
codepoint: 0xf414,
categories: [9],
tags: [
2613,
1071,
2576,
1423,
517,
3284,
1208,
373,
932,
6857,
6858,
81,
1468,
6859,
1162,
375,
868,
2731,
6860,
1055,
2732,
2733,
1078,
68,
1082,
87,
226,
1086,
267,
1057,
1059,
1060,
1061,
2738,
6861,
1067,
1719,
746,
1698,
955,
1093,
1095,
1068
],
),
"database_search": SymbolsMetadata(
popularity: 234,
codepoint: 0xf38e,
categories: [9],
tags: [
1765,
1071,
2143,
1685,
1423,
517,
373,
1686,
932,
519,
81,
1468,
375,
44,
1589,
1590,
316,
147,
83,
317,
1109,
1078,
68,
259,
4784,
1115,
1116,
1117,
2340,
1029,
226,
1086,
267,
523,
92,
2344,
453,
2814,
1126,
1127,
2738,
746,
1698,
1396,
1093,
65,
1095
],
),
"database_upload": SymbolsMetadata(
popularity: 135,
codepoint: 0xf3dc,
categories: [9],
tags: [
1071,
2143,
77,
1685,
1423,
517,
373,
1686,
932,
519,
284,
81,
1468,
375,
44,
313,
1589,
1703,
147,
1078,
1604,
68,
1705,
259,
226,
1086,
1758,
267,
2310,
2738,
746,
1698,
6862,
764,
765,
1093,
65,
1095,
956,
526,
1709,
527,
3020,
3021
],
),
"dataset": SymbolsMetadata(
popularity: 4521,
codepoint: 0xf8ee,
categories: [2],
tags: [
2143,
1686,
1197,
933,
81,
1643,
6111,
1468,
6832,
44,
6863,
1589,
6864,
1590,
147,
6865,
382,
68,
88,
1029,
6866,
453,
4156,
1460,
2738,
1461,
1698,
6867,
1474
],
),
"dataset_linked": SymbolsMetadata(
popularity: 1538,
codepoint: 0xf8ef,
categories: [2],
tags: [
1179,
1523,
3286,
1073,
1074,
284,
81,
1589,
3008,
147,
1525,
259,
1314,
325,
267,
2964,
523,
2930,
3061,
2969,
1529,
2038,
243,
1531,
333,
6868,
1186,
1187,
6869,
6870
],
),
"date_range": SymbolsMetadata(
popularity: 7592,
codepoint: 0xe916,
categories: [6],
tags: [
5017,
1670,
1932,
2080,
6871,
6872,
6873,
6874,
1160,
6875,
2134,
2082,
10,
1471,
5018,
3508,
5019,
1148,
432,
4128,
1370,
1936,
1168,
6876,
433,
1171,
2476,
5020,
5039,
5021
],
),
"deblur": SymbolsMetadata(
popularity: 377,
codepoint: 0xeb77,
categories: [1],
tags: [
1747,
2222,
501,
504,
135,
4751,
345,
4675,
6877,
43,
1252,
680,
487,
3375,
577,
83,
1757,
137,
916,
49,
1471,
57,
59,
6878,
509,
6879,
6880,
511,
476,
1864
],
),
"deceased": SymbolsMetadata(
popularity: 89,
codepoint: 0xe0a5,
categories: [3],
tags: [
6881,
6882,
6883,
6884,
6885,
6886,
3938,
6887,
6888,
2135,
6889,
6890,
6891,
5792,
3836,
6892,
6893,
697,
138,
6826,
174,
5205,
2811,
6894,
492,
6895,
6896,
392,
898,
888,
31,
6897,
6898
],
),
"decimal_decrease": SymbolsMetadata(
popularity: 3,
codepoint: 0xf82d,
categories: [12],
tags: [
223,
77,
502,
791,
2838,
937,
81,
6112,
6899,
5060,
2882,
6900,
2832,
2893,
941,
6901,
6902,
51,
2207,
1959,
793,
1255,
948,
21,
69,
6903,
6904,
2887,
794,
5936,
6905,
1261,
31,
36
],
),
"decimal_increase": SymbolsMetadata(
popularity: 33,
codepoint: 0xf82c,
categories: [12],
tags: [
1422,
77,
502,
3035,
791,
373,
937,
81,
6899,
6906,
45,
1754,
3027,
914,
941,
6901,
6902,
1078,
1326,
234,
235,
2929,
792,
793,
17,
948,
237,
21,
69,
328,
759,
26,
6907,
906,
391,
746,
1709,
36
],
),
"deck": SymbolsMetadata(
popularity: 843,
codepoint: 0xea42,
categories: [8],
tags: [
6908,
1931,
1308,
5399,
6909,
6910,
1197,
5400,
6911,
484,
2955,
781,
5449,
5403,
579,
1140,
1500,
5404,
6912,
1082,
2468,
4138,
4061,
3061,
5405,
3843,
386,
6913,
6914,
5454,
432,
1201,
593,
6915,
433,
1719,
3761,
4067,
6898
],
),
"dehaze": SymbolsMetadata(
popularity: 752,
codepoint: 0xe3c7,
categories: [1],
tags: [
1747,
5363,
837,
1847,
135,
780,
6916,
1252,
680,
487,
3375,
83,
5287,
2886,
137,
915,
6917,
138,
49,
1471,
506,
57,
59,
876,
62,
1224,
6878,
2002,
31,
6918,
3651,
4339,
859
],
),
"delete": SymbolsMetadata(
popularity: 71372,
codepoint: 0xe872,
categories: [2],
tags: [
6919,
748,
2808,
504,
3389,
1208,
780,
1197,
1103,
345,
81,
1210,
4657,
6920,
811,
3392,
147,
3393,
1376,
87,
1029,
355,
289,
1224,
151,
1698,
1433,
3395,
5612
],
),
"delete_forever": SymbolsMetadata(
popularity: 13244,
codepoint: 0xe92b,
categories: [2],
tags: [
748,
2143,
2808,
504,
3389,
1208,
810,
780,
5868,
345,
1210,
6921,
6922,
4657,
6923,
6920,
3392,
1212,
2319,
3393,
6924,
1548,
138,
1344,
1029,
6925,
6926,
1224,
1698,
5855,
31,
3395,
6927,
4013,
6928
],
),
"delete_history": SymbolsMetadata(
popularity: 168,
codepoint: 0xf518,
categories: [6],
tags: [
2525,
77,
2454,
2940,
2808,
1208,
780,
6929,
6930,
6931,
1159,
1209,
81,
1160,
1210,
6932,
6933,
6934,
3392,
1212,
2084,
68,
1471,
88,
4824,
3295,
1034,
4269,
453,
760,
1224,
6935,
6936,
6937,
2462,
2842,
470,
1168,
1036,
1226,
97,
1171,
3395,
473,
4013,
4014
],
),
"delete_sweep": SymbolsMetadata(
popularity: 2930,
codepoint: 0xe16c,
categories: [2],
tags: [
6938,
6939,
2808,
5846,
6940,
6941,
3389,
810,
780,
5868,
1210,
6942,
4657,
3391,
6920,
811,
3392,
3393,
6943,
6944,
6945,
6946,
6925,
6947,
1224,
5871,
5855,
3395,
6250,
6948
],
),
"delivery_truck_bolt": SymbolsMetadata(
popularity: 80,
codepoint: 0xf3a2,
categories: [9],
tags: [
1818,
3955,
1820,
6949,
1821,
6950,
6951,
2045,
6952,
6953,
6954,
1660,
2657,
3702,
3703,
6955,
1615,
1165,
4372,
16,
3957,
6272,
3427,
2303,
1541,
1391,
1662,
91,
2589,
4670,
1352,
2307,
3122,
2443,
2310,
4374,
6956,
1395,
275,
2691,
3958,
900,
1639,
1843,
2058,
1844
],
),
"delivery_truck_speed": SymbolsMetadata(
popularity: 219,
codepoint: 0xf3a1,
categories: [9],
tags: [
1818,
1820,
6949,
1821,
6951,
2045,
6954,
2192,
1615,
1165,
6957,
4372,
6958,
16,
6272,
3427,
2303,
1541,
353,
885,
6959,
1391,
2589,
4670,
1352,
2307,
3122,
6960,
1635,
2310,
4671,
4374,
1395,
275,
6961,
2691,
1988,
900,
1639,
332,
1843,
2058,
1844,
2059
],
),
"demography": SymbolsMetadata(
popularity: 156,
codepoint: 0xe489,
categories: [3],
tags: [
5759,
1422,
1190,
6339,
690,
373,
193,
574,
6648,
6962,
81,
6963,
1803,
1588,
1589,
1805,
578,
147,
1806,
1078,
579,
697,
581,
68,
1812,
1481,
289,
1596,
1597,
588,
589,
1287,
6964,
1288,
1428,
888,
593,
746,
602,
1486
],
),
"density_large": SymbolsMetadata(
popularity: 583,
codepoint: 0xeba9,
categories: [2],
tags: [
517,
481,
912,
6965,
6966,
8,
914,
699,
86,
1948,
385,
1471,
88,
506,
6967,
70,
2225,
1460,
703,
2171,
71,
298,
709,
6968,
6969,
4607,
2290,
97,
396,
6970
],
),
"density_medium": SymbolsMetadata(
popularity: 2427,
codepoint: 0xeb9e,
categories: [2],
tags: [
1747,
1467,
517,
6056,
6971,
6972,
6965,
6973,
8,
699,
385,
6974,
1471,
88,
3899,
6975,
506,
70,
6976,
2225,
358,
703,
2171,
151,
709,
6977,
97,
338,
396
],
),
"density_small": SymbolsMetadata(
popularity: 1638,
codepoint: 0xeba8,
categories: [2],
tags: [
6056,
6978,
6979,
6965,
699,
916,
385,
1959,
1471,
88,
506,
814,
6980,
2947,
70,
1962,
1460,
703,
2171,
1964,
6981,
709,
97,
1965,
6982,
396
],
),
"dentistry": SymbolsMetadata(
popularity: 686,
codepoint: 0xe0a6,
categories: [3],
tags: [
1670,
6983,
3155,
6984,
810,
2386,
6652,
6985,
6986,
6987,
5767,
6988,
697,
892,
1772,
3550,
6989,
6990,
894,
6991,
6289,
6992,
6993,
6994,
1626,
6995,
6996,
5398
],
),
"departure_board": SymbolsMetadata(
popularity: 720,
codepoint: 0xe576,
categories: [14],
tags: [
1981,
6997,
6998,
1818,
5726,
2043,
6999,
1820,
1821,
1159,
81,
2046,
7000,
7001,
7002,
8,
7003,
1983,
7004,
1471,
88,
1541,
2054,
7005,
432,
1460,
1168,
898,
291,
1317,
1171,
7006,
7007,
1988,
1639,
332,
4164,
1844
],
),
"deployed_code": SymbolsMetadata(
popularity: 717,
codepoint: 0xf720,
categories: [2],
tags: [
478,
7008,
5747,
501,
7009,
1374,
1102,
2228,
1103,
6186,
1325,
483,
7010,
7011,
7012,
1313,
1104,
486,
7013,
1705,
4837,
5247,
7014,
87,
2589,
7015,
1123,
1517,
1353,
5459,
5340,
2813,
3076,
509,
6013,
33,
6193,
2212
],
),
"deployed_code_account": SymbolsMetadata(
popularity: 100,
codepoint: 0xf51b,
categories: [2],
tags: [
478,
565,
973,
501,
566,
1751,
193,
1102,
2228,
1325,
483,
7010,
7012,
145,
1313,
1104,
486,
1107,
577,
1785,
977,
581,
1705,
4837,
2961,
2085,
70,
2589,
7015,
588,
589,
590,
1123,
1353,
1125,
652,
71,
986,
509,
601
],
),
"deployed_code_alert": SymbolsMetadata(
popularity: 50,
codepoint: 0xf5f2,
categories: [2],
tags: [
3125,
478,
1360,
5747,
501,
1361,
4620,
1309,
691,
2838,
1102,
2228,
7016,
1325,
483,
1365,
7011,
1313,
1104,
486,
2732,
1366,
1367,
1705,
4837,
2734,
1166,
583,
616,
2589,
7015,
2737,
1123,
898,
509,
6013,
291,
31,
1093,
1728,
206
],
),
"deployed_code_history": SymbolsMetadata(
popularity: 73,
codepoint: 0xf5f3,
categories: [2],
tags: [
478,
4620,
7017,
6185,
1159,
1102,
7018,
7019,
7020,
7021,
2228,
7022,
1325,
483,
1160,
7023,
7012,
7024,
1104,
7025,
486,
2084,
7026,
1705,
4837,
4824,
2589,
7015,
2606,
1123,
4826,
7027,
5571,
1168,
509,
7028,
7029,
1171,
2476,
1095,
4164,
6193,
5573,
7030
],
),
"deployed_code_update": SymbolsMetadata(
popularity: 158,
codepoint: 0xf5f4,
categories: [2],
tags: [
478,
77,
502,
4620,
482,
193,
1102,
2228,
6186,
519,
2830,
1325,
483,
7010,
7011,
1104,
486,
1589,
2832,
520,
147,
1705,
4837,
1471,
2589,
7015,
1123,
1353,
5459,
760,
761,
509,
433,
764,
765,
33,
2464,
1953,
3685
],
),
"dermatology": SymbolsMetadata(
popularity: 23,
codepoint: 0xe0a7,
categories: [3],
tags: [
6661,
690,
3155,
2386,
7031,
7032,
7033,
7034,
7035,
1770,
7036,
7037,
2710,
7038,
7039,
697,
892,
7040,
1772,
581,
7041,
894,
7042,
7043,
7044,
7045,
7046,
3846,
5398,
7047
],
),
"description": SymbolsMetadata(
popularity: 34417,
codepoint: 0xe873,
categories: [12],
tags: [
2453,
144,
628,
81,
7048,
145,
1588,
1589,
1688,
316,
147,
317,
2153,
1691,
68,
5829,
88,
5830,
1116,
2340,
148,
1481,
1595,
2930,
1596,
1597,
7049,
1126,
1598,
2851,
33,
396,
1486,
2348
],
),
"deselect": SymbolsMetadata(
popularity: 428,
codepoint: 0xebb6,
categories: [12],
tags: [
2292,
809,
482,
1208,
5615,
2404,
780,
1210,
7050,
1300,
868,
811,
1055,
3392,
6523,
819,
1059,
1061,
70,
289,
1224,
5872,
363,
1067,
433,
4344,
511,
7051,
5617,
2844,
4536,
7052,
834
],
),
"design_services": SymbolsMetadata(
popularity: 5049,
codepoint: 0xf10a,
categories: [12],
tags: [
1497,
1602,
1374,
1586,
1325,
485,
4524,
3605,
2798,
378,
1252,
680,
3112,
2799,
381,
137,
384,
7053,
1111,
4859,
4455,
87,
226,
492,
1391,
4530,
2638,
2284,
2755,
652,
878,
392,
4577,
1599,
1789,
1728,
1519,
1600,
1486
],
),
"desk": SymbolsMetadata(
popularity: 370,
codepoint: 0xf8f4,
categories: [8],
tags: [
569,
7054,
5162,
3112,
46,
7055,
7056,
4072,
7057,
1890,
2753,
3414,
3813,
814,
492,
1391,
586,
3509,
3075,
2470,
888,
1339,
1698,
3116,
1474,
1519,
1154
],
),
"deskphone": SymbolsMetadata(
popularity: 23,
codepoint: 0xf7fa,
categories: [11],
tags: [
4954,
7058,
7059,
569,
1270,
283,
7060,
1073,
975,
5162,
7061,
288,
5087,
5053,
1110,
7062,
5055,
7063,
262,
492,
1391,
1740,
5057,
271,
3366,
7064,
762,
1296,
65,
1406,
5093,
7065,
7066
],
),
"desktop_access_disabled": SymbolsMetadata(
popularity: 270,
codepoint: 0xe99d,
categories: [11],
tags: [
1246,
1247,
861,
7067,
1051,
7068,
1711,
519,
284,
5937,
1712,
288,
1162,
868,
2731,
8,
2549,
1055,
1213,
1110,
7069,
1253,
1713,
630,
3295,
7070,
1059,
1060,
1061,
919,
2630,
1065,
2379,
410,
1067,
65,
1068,
333,
1187
],
),
"desktop_cloud": SymbolsMetadata(
popularity: 73,
codepoint: 0xf3db,
categories: [11],
tags: [
1246,
1247,
861,
1685,
1711,
1686,
519,
284,
254,
81,
1712,
288,
44,
8,
520,
1688,
1110,
1253,
7071,
259,
1713,
630,
267,
523,
4788,
410,
2738,
1698,
764,
765,
1093,
65,
412,
526,
2039,
527,
333,
1187,
1229,
6259
],
),
"desktop_cloud_stack": SymbolsMetadata(
popularity: 65,
codepoint: 0xf3be,
categories: [11],
tags: [
1246,
1247,
861,
501,
1685,
1711,
1686,
1197,
519,
1310,
284,
81,
1712,
288,
8,
520,
1688,
579,
1110,
1253,
1632,
7071,
1082,
1713,
1029,
630,
267,
523,
4788,
4544,
410,
2738,
652,
1719,
1698,
764,
765,
1093,
65,
412,
2039,
527,
333,
1187,
1229
],
),
"desktop_landscape": SymbolsMetadata(
popularity: 43,
codepoint: 0xf45e,
categories: [2],
tags: [
633,
1439,
519,
628,
1712,
288,
44,
8,
2549,
370,
2550,
382,
1110,
699,
1605,
385,
406,
630,
7072,
1391,
3310,
507,
6257,
386,
1427,
2470,
1646,
410,
4661,
2414,
7073,
65,
6258,
396,
2552,
1187,
1519,
6259
],
rtlAutoMirrored: true,
),
"desktop_landscape_add": SymbolsMetadata(
popularity: 10,
codepoint: 0xf439,
categories: [2],
tags: [
231,
745,
3268,
1439,
519,
1325,
3272,
1235,
1712,
288,
2955,
7074,
8,
382,
699,
49,
1327,
7075,
1605,
385,
406,
630,
7072,
887,
7076,
1453,
57,
239,
432,
1646,
410,
4661,
2414,
7073,
433,
1719,
31,
65,
412,
2039,
37,
3108,
1187
],
rtlAutoMirrored: true,
),
"desktop_mac": SymbolsMetadata(
popularity: 1118,
codepoint: 0xe30b,
categories: [11],
tags: [
1246,
1247,
7077,
2484,
1711,
519,
1310,
1712,
288,
44,
8,
2549,
1110,
1140,
1253,
7078,
1713,
7079,
647,
630,
1391,
4312,
6257,
432,
410,
1788,
4176,
65,
333,
1187,
1519,
6259
],
),
"desktop_portrait": SymbolsMetadata(
popularity: 17,
codepoint: 0xf45d,
categories: [2],
tags: [
500,
1439,
519,
1712,
288,
8,
2549,
781,
382,
1110,
1140,
385,
642,
630,
7072,
1391,
507,
386,
5123,
1646,
410,
4661,
2414,
7073,
65,
1465,
7080,
1187,
1519
],
rtlAutoMirrored: true,
),
"desktop_windows": SymbolsMetadata(
popularity: 5336,
codepoint: 0xe30c,
categories: [11],
tags: [
1246,
1247,
4297,
1711,
519,
1712,
288,
44,
8,
2549,
1110,
1140,
1253,
1713,
5465,
630,
1391,
4312,
1427,
2470,
4788,
410,
2038,
65,
412,
2039,
333,
1187,
1229,
1519,
6259
],
),
"destruction": SymbolsMetadata(
popularity: 166,
codepoint: 0xf585,
categories: [3],
tags: [
480,
5982,
4416,
4417,
7081,
193,
912,
5266,
6922,
7082,
7083,
1105,
1164,
3703,
4429,
4430,
7084,
2508,
904,
1471,
7085,
7086,
7087,
7088,
7089,
3707,
4760,
4201,
4631,
7090,
7091,
331,
65,
4438
],
),
"details": SymbolsMetadata(
popularity: 812,
codepoint: 0xe3c8,
categories: [1],
tags: [
3054,
81,
7092,
43,
145,
1105,
1252,
680,
7093,
3375,
914,
7094,
316,
1947,
7095,
7096,
49,
68,
7097,
506,
7098,
237,
7099,
2930,
70,
7100,
7101,
7102,
57,
59,
2897,
71,
7103,
6878,
2898,
7104,
3971,
1728,
396
],
),
"detection_and_zone": SymbolsMetadata(
popularity: 346,
codepoint: 0xe29f,
categories: [10],
tags: [
2525,
1359,
1360,
1131,
1132,
4600,
482,
193,
7105,
285,
7106,
4592,
5507,
868,
1055,
1757,
1140,
323,
4280,
1143,
1059,
1060,
1061,
1146,
589,
326,
1148,
1149,
1065,
7107,
1036,
1152,
362,
1067,
433,
5138,
1227,
1153,
1155
],
),
"detector": SymbolsMetadata(
popularity: 187,
codepoint: 0xe282,
categories: [10],
tags: [
480,
7108,
5507,
7109,
288,
2549,
46,
317,
2508,
1140,
5509,
1471,
7110,
630,
4280,
1143,
1581,
4282,
7111,
705,
1745,
5511,
1126,
1036,
64,
273,
5236,
5138,
65,
511,
1863
],
),
"detector_alarm": SymbolsMetadata(
popularity: 281,
codepoint: 0xe1f7,
categories: [10],
tags: [
1359,
1360,
1361,
1362,
7112,
7108,
3700,
1365,
7109,
2438,
7113,
1140,
138,
51,
1143,
616,
289,
1581,
1582,
762,
705,
1036,
64,
273,
1339,
2445,
5236,
7114,
1293,
31,
1093,
2448,
206
],
),
"detector_battery": SymbolsMetadata(
popularity: 123,
codepoint: 0xe204,
categories: [10],
tags: [
4001,
1360,
3698,
3897,
3941,
3908,
1250,
3699,
3898,
7108,
7109,
288,
3702,
3703,
3910,
46,
1110,
1140,
51,
3936,
3980,
1143,
3707,
4017,
3940,
7115,
3939,
3900,
3991,
705,
5236,
291,
65,
7116,
206
],
),
"detector_co": SymbolsMetadata(
popularity: 155,
codepoint: 0xe2af,
categories: [10],
tags: [
1359,
1360,
1867,
7117,
691,
7108,
7118,
7109,
288,
2438,
4713,
7119,
7120,
4432,
1140,
7121,
138,
4280,
1143,
616,
1582,
1504,
705,
1036,
64,
1906,
5236,
7114,
31,
1728,
206
],
),
"detector_offline": SymbolsMetadata(
popularity: 101,
codepoint: 0xe223,
categories: [10],
tags: [
1360,
283,
284,
7109,
7122,
288,
3288,
46,
2732,
4713,
2733,
1140,
1222,
2734,
4280,
1143,
267,
7123,
5970,
1060,
7124,
2737,
705,
1036,
64,
273,
5236,
291,
1093,
65,
1728,
1068,
206
],
),
"detector_smoke": SymbolsMetadata(
popularity: 484,
codepoint: 0xe285,
categories: [8],
tags: [
1359,
1360,
7125,
1867,
929,
691,
193,
1365,
5507,
7109,
288,
2438,
46,
5201,
7113,
7119,
1140,
3191,
7121,
1500,
1471,
4280,
1143,
1582,
705,
1036,
64,
273,
5236,
7114,
206,
1864
],
),
"detector_status": SymbolsMetadata(
popularity: 174,
codepoint: 0xe1e8,
categories: [10],
tags: [
861,
4791,
517,
283,
284,
254,
81,
5507,
7109,
1140,
51,
68,
1083,
17,
3494,
1143,
267,
648,
2074,
2888,
272,
705,
64,
273,
290,
5236,
291,
649,
65,
1863,
277,
278
],
),
"developer_board": SymbolsMetadata(
popularity: 1762,
codepoint: 0xe30d,
categories: [11],
tags: [
5726,
1374,
4936,
7126,
1102,
2228,
3959,
519,
1310,
7127,
1313,
7128,
1104,
7129,
7130,
7131,
1886,
2799,
1110,
7132,
7133,
5769,
7134,
7135,
5770,
1123,
7136,
2738,
1297,
7137,
65,
7138,
1318
],
),
"developer_board_off": SymbolsMetadata(
popularity: 182,
codepoint: 0xe4ff,
categories: [11],
tags: [
5726,
4936,
5764,
7126,
3959,
519,
1235,
1313,
7128,
1104,
288,
1300,
868,
2731,
2549,
1886,
1055,
2732,
1110,
1222,
7132,
5769,
6828,
5970,
1059,
1061,
5770,
1123,
1067,
1226,
65,
1068,
206
],
),
"developer_guide": SymbolsMetadata(
popularity: 383,
codepoint: 0xe99e,
categories: [6],
tags: [
2451,
3410,
7139,
1701,
2680,
1102,
6803,
2228,
2455,
1313,
1104,
1588,
1589,
2634,
3112,
147,
2834,
696,
871,
293,
68,
700,
4455,
3416,
1597,
1123,
3401,
179,
4544,
2171,
3076,
6012,
509,
140,
65,
4483
],
),
"developer_mode": SymbolsMetadata(
popularity: 1498,
codepoint: 0xe1b0,
categories: [11],
tags: [
1246,
1247,
6000,
2505,
502,
7009,
6002,
1250,
251,
7140,
193,
1102,
2228,
685,
3604,
1311,
4893,
1313,
7141,
7142,
1104,
288,
1754,
4904,
1110,
1253,
262,
7143,
7144,
2023,
642,
70,
271,
1123,
432,
71,
1708,
509,
433,
525,
97
],
),
"developer_mode_tv": SymbolsMetadata(
popularity: 114,
codepoint: 0xe874,
categories: [11],
tags: [
1246,
1247,
779,
482,
6002,
731,
1374,
732,
1711,
1102,
2228,
1784,
685,
1311,
1712,
1313,
288,
8,
1886,
4904,
781,
1785,
1110,
1253,
4784,
1713,
406,
642,
630,
70,
1123,
432,
410,
71,
2016,
1297,
65,
412,
511,
2039,
37,
333,
1187
],
),
"device_band": SymbolsMetadata(
popularity: 58,
codepoint: 0xf2f5,
categories: [11],
tags: [
2553,
7145,
7146,
7147,
5463,
288,
7148,
1886,
2884,
2885,
7149,
7150,
7151,
2550,
7152,
7153,
7154,
7155,
7156,
7157,
7158,
7159,
65,
7160,
2087,
2671,
2559,
7161,
7162,
7163,
7164,
7165,
7166
],
),
"device_hub": SymbolsMetadata(
popularity: 1300,
codepoint: 0xe335,
categories: [11],
tags: [
1246,
1247,
1497,
308,
7167,
193,
519,
685,
4303,
284,
7168,
1075,
345,
1712,
288,
7169,
375,
44,
1110,
3171,
1253,
1632,
7170,
7171,
3705,
1471,
5498,
1029,
324,
262,
630,
267,
585,
1088,
271,
851,
71,
1906,
433,
1093,
525,
65,
1728,
2087,
2559,
333
],
),
"device_thermostat": SymbolsMetadata(
popularity: 2755,
codepoint: 0xe1ff,
categories: [11],
tags: [
1747,
2133,
7172,
193,
840,
1885,
345,
845,
288,
1400,
3703,
1852,
7173,
3891,
1856,
3191,
1857,
51,
4859,
1471,
226,
3494,
630,
6427,
71,
1906,
1093,
7174,
858,
2891,
2078,
859
],
),
"device_unknown": SymbolsMetadata(
popularity: 554,
codepoint: 0xe339,
categories: [11],
tags: [
3961,
1246,
1247,
865,
1250,
288,
7175,
5659,
317,
1110,
871,
7176,
1253,
293,
68,
5430,
2734,
7177,
7178,
262,
1706,
7179,
271,
2737,
3963,
2344,
3964,
3965,
432,
2548,
1126,
1708,
880,
31,
525,
4895,
7180,
3966,
7181,
7182
],
),
"devices": SymbolsMetadata(
popularity: 7327,
codepoint: 0xe1b1,
categories: [11],
tags: [
1246,
1247,
4297,
283,
519,
1073,
284,
254,
615,
1712,
288,
7183,
8,
1110,
1253,
3705,
1314,
262,
630,
7184,
267,
271,
7185,
410,
2035,
2038,
1708,
411,
764,
765,
525,
65,
526,
2087,
2559,
333
],
),
"devices_fold": SymbolsMetadata(
popularity: 279,
codepoint: 0xebde,
categories: [4],
tags: [
1246,
1247,
1250,
4260,
519,
2405,
754,
288,
8,
7186,
2549,
2352,
1275,
2916,
7187,
2550,
1110,
7188,
1253,
1605,
3705,
385,
406,
262,
630,
2930,
507,
919,
271,
5123,
410,
1708,
525,
65,
512,
2952,
396
],
),
"devices_fold_2": SymbolsMetadata(
popularity: 12,
codepoint: 0xf406,
categories: [4],
tags: [
1246,
7189,
1247,
1669,
7190,
1250,
3462,
288,
44,
8,
1886,
2916,
7187,
7191,
489,
381,
1110,
1253,
1344,
262,
647,
919,
271,
432,
410,
392,
525,
65,
907
],
),
"devices_off": SymbolsMetadata(
popularity: 55,
codepoint: 0xf7a5,
categories: [11],
tags: [
1246,
1247,
3285,
6330,
519,
3287,
6857,
1712,
288,
7192,
1162,
868,
2731,
1055,
1110,
1253,
3705,
1314,
3294,
262,
630,
6443,
6335,
5969,
1059,
1060,
1061,
7193,
271,
7194,
7195,
410,
1067,
525,
1068,
3298,
7196,
2087,
2559,
333
],
),
"devices_other": SymbolsMetadata(
popularity: 1284,
codepoint: 0xe337,
categories: [11],
tags: [
1246,
1247,
2554,
1268,
2031,
7197,
1250,
1711,
283,
519,
284,
254,
1712,
288,
7183,
44,
8,
1886,
2550,
7198,
1110,
1253,
7199,
1713,
406,
5465,
262,
630,
7184,
267,
2411,
7200,
7201,
271,
410,
7202,
7203,
764,
525,
65,
37,
499,
477,
2087,
2560,
1187
],
rtlAutoMirrored: true,
),
"devices_wearables": SymbolsMetadata(
popularity: 202,
codepoint: 0xf6ab,
categories: [11],
tags: [
2553,
2554,
1270,
1250,
570,
1159,
283,
1073,
284,
288,
44,
2549,
2884,
2885,
2550,
1110,
697,
1253,
262,
616,
920,
271,
2551,
432,
2555,
410,
1905,
7204,
1708,
7159,
4933,
764,
3467,
525,
1297,
7205,
65,
33,
1171,
2558,
477,
2087,
2559,
2560,
333,
2561,
7166,
2563
],
),
"dew_point": SymbolsMetadata(
popularity: 28,
codepoint: 0xf879,
categories: [3],
tags: [
837,
1883,
1847,
840,
5286,
7206,
81,
7207,
7208,
1754,
2903,
4291,
7209,
7210,
2886,
3891,
6499,
51,
792,
17,
5876,
18,
7211,
328,
2888,
291,
31,
7212,
7213,
858,
2891,
36,
7214,
3850,
859
],
),
"diagnosis": SymbolsMetadata(
popularity: 138,
codepoint: 0xe0a8,
categories: [12],
tags: [
1422,
4272,
373,
842,
81,
4275,
2388,
1588,
1589,
5387,
5388,
7215,
147,
351,
1078,
697,
7216,
4520,
5390,
5391,
2390,
16,
87,
17,
894,
630,
1481,
1596,
1597,
4282,
1428,
4283,
2395,
291,
4285,
1486,
7217
],
),
"diagonal_line": SymbolsMetadata(
popularity: 39,
codepoint: 0xf41e,
categories: [12],
tags: [
480,
1157,
500,
1423,
1332,
193,
2405,
2955,
1163,
2798,
1252,
680,
1164,
381,
137,
51,
87,
2946,
174,
814,
7218,
1152,
1169,
392,
1339,
7219,
1067,
433,
3790,
1170,
31,
510,
1409
],
rtlAutoMirrored: true,
),
"dialer_sip": SymbolsMetadata(
popularity: 273,
codepoint: 0xe0bb,
categories: [7],
tags: [
4,
504,
1270,
5051,
1250,
5,
283,
6195,
284,
975,
288,
1400,
7220,
12,
1110,
138,
7221,
259,
7222,
4782,
16,
87,
262,
267,
6203,
289,
673,
271,
5059,
4786,
2998,
7223,
7224,
7225,
433,
31,
1406,
7226,
33,
35,
1298,
7227,
7228
],
),
"dialogs": SymbolsMetadata(
popularity: 94,
codepoint: 0xe99f,
categories: [2],
tags: [
748,
1669,
501,
3835,
570,
2740,
7229,
572,
283,
2719,
1476,
485,
1477,
7230,
7231,
7232,
2744,
7233,
1480,
7234,
68,
7235,
1622,
1344,
385,
583,
7236,
262,
630,
289,
271,
1483,
1484,
410,
1552,
593,
1295,
1485,
433,
2728,
525,
1296,
3773,
33,
7237,
141,
1348,
333,
1186,
1187
],
),
"dialpad": SymbolsMetadata(
popularity: 1442,
codepoint: 0xe0bc,
categories: [7],
tags: [
504,
1100,
1270,
283,
975,
345,
288,
1400,
5087,
7238,
7,
1105,
7239,
382,
7240,
1111,
467,
1114,
7063,
385,
4136,
262,
21,
22,
69,
7241,
271,
432,
1708,
433,
276,
1406,
7242
],
),
"diamond": SymbolsMetadata(
popularity: 4599,
codepoint: 0xead5,
categories: [3],
tags: [
3514,
1487,
810,
846,
6343,
1488,
6653,
1489,
7243,
2659,
1490,
7244,
904,
1491,
7245,
2493,
1492,
2942,
852,
1493,
716,
3523,
63,
1393,
392,
644,
1339,
3224,
4742,
1495,
7246,
36
],
),
"dictionary": SymbolsMetadata(
popularity: 268,
codepoint: 0xf539,
categories: [12],
tags: [
3109,
7247,
6369,
3410,
104,
4465,
3112,
7248,
3413,
5247,
4455,
7249,
1345,
3415,
7250,
3418,
3419,
3401,
2888,
179,
2755,
7251,
3116,
7252,
7253,
33,
3422,
7254,
7255,
6643,
554,
7256
],
),
"difference": SymbolsMetadata(
popularity: 1508,
codepoint: 0xeb7d,
categories: [12],
tags: [
684,
3733,
628,
4751,
1733,
6343,
7257,
6212,
1588,
1589,
3681,
147,
1082,
2468,
70,
2765,
2812,
363,
2414,
1719,
7258,
7259
],
),
"digital_out_of_home": SymbolsMetadata(
popularity: 305,
codepoint: 0xf1de,
categories: [0],
tags: [
1176,
7260,
7261,
481,
1180,
7262,
7263,
8,
7264,
137,
138,
7265,
1182,
7266,
406,
630,
7267,
7268,
7269,
1184,
7270,
2470,
410,
3180,
7271,
2502,
7272,
31,
7273
],
),
"digital_wellbeing": SymbolsMetadata(
popularity: 259,
codepoint: 0xef86,
categories: [3],
tags: [
1422,
1669,
7274,
7275,
501,
1424,
517,
373,
81,
7276,
44,
7277,
7278,
1078,
697,
2369,
4520,
17,
1086,
630,
589,
7279,
7280,
7281,
3075,
7282,
7283,
7284,
746,
7285,
5908,
1095,
7286,
7287,
7288,
3513
],
),
"dining": SymbolsMetadata(
popularity: 919,
codepoint: 0xeff4,
categories: [8],
tags: [
4878,
4842,
3713,
3715,
7289,
7290,
3718,
4844,
4695,
3720,
4134,
4228,
3721,
4848,
7291,
2367,
2995,
7292,
4234,
4849,
4135,
3723,
4851,
7293,
3727,
1955,
7294,
652,
3729,
4853,
4854,
1474,
7295
],
),
"dinner_dining": SymbolsMetadata(
popularity: 987,
codepoint: 0xea57,
categories: [16],
tags: [
4878,
3713,
3715,
4227,
3718,
4693,
4844,
3720,
4845,
4134,
4228,
3721,
4848,
7291,
2367,
2995,
6487,
4234,
4849,
4135,
3723,
506,
7296,
7297,
1936,
3727,
3729,
4853,
3730,
7298,
1474,
4855
],
),
"directions": SymbolsMetadata(
popularity: 1781,
codepoint: 0xe52e,
categories: [5],
tags: [
77,
309,
312,
2408,
7299,
2986,
321,
2834,
3176,
7300,
1633,
7301,
2207,
1549,
323,
324,
1541,
325,
1634,
326,
1551,
329,
906,
1635,
1636,
898,
2836,
1637,
1638,
332,
1929,
473,
7302
],
rtlAutoMirrored: true,
),
"directions_alt": SymbolsMetadata(
popularity: 258,
codepoint: 0xf880,
categories: [5],
tags: [
7303,
500,
77,
7304,
309,
2830,
312,
2406,
2408,
321,
3188,
1633,
323,
324,
1541,
325,
7305,
1634,
328,
7306,
906,
1707,
7307,
1635,
1636,
898,
1637,
1638,
332,
473,
7308,
1640
],
rtlAutoMirrored: true,
),
"directions_alt_off": SymbolsMetadata(
popularity: 46,
codepoint: 0xf881,
categories: [5],
tags: [
2399,
77,
7309,
481,
6330,
2408,
1300,
868,
1055,
321,
3188,
1633,
87,
323,
324,
1085,
1541,
325,
7310,
6266,
1059,
1061,
1634,
1167,
1224,
906,
1635,
1636,
898,
1067,
1226,
1638,
332,
5941,
1068,
1640
],
),
"directions_bike": SymbolsMetadata(
popularity: 3044,
codepoint: 0xe52f,
categories: [14],
tags: [
2525,
4165,
4167,
4172,
313,
2408,
11,
2885,
7311,
697,
581,
1633,
324,
1541,
875,
325,
3672,
1634,
589,
2054,
3323,
3324,
7312,
1635,
1636,
30,
1637,
900,
1639,
332,
7313,
1507,
1844,
3542
],
rtlAutoMirrored: true,
),
"directions_boat": SymbolsMetadata(
popularity: 2162,
codepoint: 0xe532,
categories: [14],
tags: [
1818,
2485,
7314,
1820,
1821,
7315,
313,
2408,
4371,
1633,
4378,
1541,
7316,
2494,
2497,
325,
2498,
1634,
2054,
3323,
4383,
1636,
2500,
2434,
2501,
3327,
900,
1639,
332,
1929,
1844,
7317,
3850
],
),
"directions_bus": SymbolsMetadata(
popularity: 3421,
codepoint: 0xe530,
categories: [14],
tags: [
1818,
2043,
1820,
1821,
2044,
2408,
3520,
1633,
1541,
325,
1922,
2054,
2055,
432,
3324,
1635,
2555,
1636,
2502,
1637,
1639,
332,
1844,
3328,
1187
],
),
"directions_car": SymbolsMetadata(
popularity: 10721,
codepoint: 0xe531,
categories: [14],
tags: [
2436,
1818,
3434,
1820,
7318,
1821,
312,
313,
2408,
1688,
7319,
2047,
7320,
7321,
1633,
1541,
875,
1550,
325,
7322,
2054,
1635,
1636,
5373,
1171,
900,
7323,
1639,
332,
7324,
1929,
1844,
7325
],
),
"directions_off": SymbolsMetadata(
popularity: 142,
codepoint: 0xf10f,
categories: [5],
tags: [
77,
1051,
1208,
7326,
7327,
1209,
6857,
5937,
2408,
7328,
7329,
868,
1055,
2135,
1213,
7330,
7331,
7332,
7333,
7334,
1541,
7335,
6828,
6266,
1059,
1061,
6446,
4268,
7336,
906,
1636,
7337,
898,
1067,
1226,
7338,
1638,
7339,
5941,
4014
],
),
"directions_railway": SymbolsMetadata(
popularity: 408,
codepoint: 0xe534,
categories: [14],
tags: [
1818,
1820,
1821,
4922,
7340,
313,
2408,
1615,
1633,
7341,
7342,
324,
1541,
4379,
325,
1922,
2515,
2054,
2055,
4381,
7343,
7344,
4382,
1636,
3562,
4385,
2158,
4386,
4387,
1988,
900,
1639,
332,
1929,
4926,
1844
],
),
"directions_railway_2": SymbolsMetadata(
popularity: 17,
codepoint: 0xf462,
categories: [14],
tags: [
7345,
2044,
2408,
5331,
2834,
1633,
7342,
4379,
325,
2515,
2055,
4381,
4382,
7346,
7347,
1636,
3562,
4385,
3068,
4386,
7348,
1988,
7349,
1639,
332,
1978,
1929,
1844,
7325
],
),
"directions_run": SymbolsMetadata(
popularity: 4878,
codepoint: 0xe566,
categories: [14],
tags: [
2525,
7350,
2204,
690,
312,
2408,
11,
225,
2885,
581,
7351,
323,
324,
1541,
7352,
468,
325,
1634,
588,
589,
326,
328,
27,
1636,
1125,
29,
888,
3540,
7353,
2138,
2158,
3042,
3166,
3819
],
rtlAutoMirrored: true,
),
"directions_subway": SymbolsMetadata(
popularity: 599,
codepoint: 0xe533,
categories: [14],
tags: [
1818,
1820,
1821,
2565,
2044,
284,
312,
313,
2408,
1633,
87,
7354,
1541,
4379,
468,
325,
7355,
1634,
2054,
7356,
4381,
4382,
1636,
3562,
4385,
1093,
4386,
4387,
1988,
900,
1639,
332,
4926,
7357,
1507,
1844
],
),
"directions_walk": SymbolsMetadata(
popularity: 4198,
codepoint: 0xe536,
categories: [14],
tags: [
2525,
3152,
690,
313,
2408,
11,
225,
317,
2885,
3805,
2845,
2834,
581,
7351,
1633,
7301,
1549,
324,
1541,
1758,
468,
325,
3672,
1634,
7358,
588,
589,
7359,
1636,
1125,
4981,
3164,
332,
3166,
3819
],
rtlAutoMirrored: true,
),
"directory_sync": SymbolsMetadata(
popularity: 159,
codepoint: 0xe394,
categories: [2],
tags: [
501,
460,
502,
193,
1686,
519,
284,
81,
313,
4814,
3302,
147,
2153,
259,
757,
262,
325,
267,
1090,
760,
761,
470,
1529,
509,
764,
3467,
1093,
65,
526,
7360,
2464,
333
],
),
"dirty_lens": SymbolsMetadata(
popularity: 203,
codepoint: 0xef4b,
categories: [1],
tags: [
1360,
7361,
40,
42,
193,
1872,
7362,
7363,
46,
1757,
49,
2734,
53,
3981,
406,
616,
492,
7364,
2342,
289,
57,
59,
62,
2737,
7365,
7366,
1553,
7367,
4338,
206
],
),
"disabled_by_default": SymbolsMetadata(
popularity: 5072,
codepoint: 0xf230,
categories: [2],
tags: [
2613,
1360,
1051,
482,
6606,
1208,
691,
780,
1209,
1235,
6972,
5937,
2955,
868,
2732,
1212,
2733,
1213,
1222,
51,
5187,
2734,
87,
3295,
6266,
1059,
2737,
4269,
6588,
1224,
1065,
392,
433,
4270,
291,
1226,
31,
2210,
1068,
206,
4013
],
),
"disabled_visible": SymbolsMetadata(
popularity: 1200,
codepoint: 0xe76e,
categories: [13],
tags: [
862,
7368,
1208,
1209,
345,
868,
3789,
1212,
5810,
7369,
7370,
1221,
2918,
1222,
813,
1115,
3295,
7371,
7372,
7364,
1059,
1061,
1034,
1063,
4269,
1224,
1065,
2897,
6279,
1036,
1127,
2016,
7373,
1226,
1068,
396,
3651,
7374
],
),
"disc_full": SymbolsMetadata(
popularity: 358,
codepoint: 0xe610,
categories: [11],
tags: [
3125,
1342,
1360,
4954,
1361,
1268,
1685,
3917,
691,
2148,
193,
519,
1365,
81,
44,
4746,
1688,
7375,
781,
2732,
1366,
147,
2286,
1367,
1166,
406,
686,
2811,
1714,
616,
453,
5898,
1293,
823,
1698,
31,
65,
5902,
206
],
),
"discover_tune": SymbolsMetadata(
popularity: 1487,
codepoint: 0xe018,
categories: [0],
tags: [
1747,
1765,
1268,
685,
345,
1236,
2334,
1252,
680,
7376,
2072,
83,
317,
7377,
1785,
1083,
2085,
1714,
70,
151,
71,
1293,
7378,
6102,
411,
7379,
6765,
7380,
1763,
554
],
),
"dishwasher": SymbolsMetadata(
popularity: 33,
codepoint: 0xe9a0,
categories: [8],
tags: [
1867,
3227,
5860,
810,
1872,
345,
753,
4696,
7381,
7382,
3884,
2903,
3702,
46,
1140,
1500,
4214,
7383,
3550,
4234,
1738,
647,
289,
919,
1122,
432,
151,
1339,
3879,
7384,
3850
],
),
"dishwasher_gen": SymbolsMetadata(
popularity: 435,
codepoint: 0xe832,
categories: [8],
tags: [
1867,
2133,
5860,
810,
1872,
7385,
1753,
4226,
4227,
753,
4696,
7381,
7382,
6498,
3702,
2549,
1140,
1902,
1500,
4214,
4234,
7386,
1738,
1143,
919,
432,
2470,
7387,
7388,
5839,
7389,
1906,
433,
3396,
3879
],
),
"display_external_input": SymbolsMetadata(
popularity: 43,
codepoint: 0xf7e7,
categories: [4],
tags: [
77,
461,
4955,
1073,
284,
81,
288,
8,
2549,
2958,
348,
7390,
7391,
1111,
385,
1471,
1314,
406,
630,
1758,
2356,
1741,
3990,
1315,
432,
906,
410,
273,
737,
2415,
65,
412,
2039,
7392,
37,
1187
],
),
"display_settings": SymbolsMetadata(
popularity: 1577,
codepoint: 0xeb97,
categories: [11],
tags: [
1246,
1247,
5363,
501,
3642,
1751,
1711,
1784,
519,
685,
4751,
345,
3604,
1712,
145,
288,
8,
7393,
7394,
2549,
1785,
1110,
1253,
293,
68,
1713,
630,
7395,
70,
919,
920,
921,
28,
410,
7396,
775,
652,
71,
1788,
65,
333,
1187
],
),
"distance": SymbolsMetadata(
popularity: 153,
codepoint: 0xf6ea,
categories: [15],
tags: [
1422,
791,
3782,
1498,
81,
312,
486,
313,
9,
2903,
2799,
318,
699,
7397,
68,
2977,
87,
4609,
2946,
323,
1085,
1541,
226,
17,
7398,
1086,
325,
1634,
326,
327,
851,
2284,
391,
298,
1226,
332,
7399,
1264
],
),
"diversity_1": SymbolsMetadata(
popularity: 3898,
codepoint: 0xf8d7,
categories: [3],
tags: [
565,
566,
403,
193,
571,
4621,
1271,
574,
6648,
7400,
1803,
7401,
1026,
578,
1276,
579,
6200,
977,
4520,
1280,
978,
872,
7402,
2468,
267,
588,
589,
1287,
6964,
590,
390,
888,
593,
597,
7403,
6224,
602
],
),
"diversity_2": SymbolsMetadata(
popularity: 2901,
codepoint: 0xf8d8,
categories: [3],
tags: [
6339,
571,
1271,
574,
7400,
1803,
2252,
1804,
7401,
1026,
578,
1276,
579,
6200,
7404,
4520,
581,
1280,
872,
4155,
7405,
7406,
267,
7407,
588,
1287,
6964,
1288,
1092,
390,
5503,
593,
597,
6224,
602,
2416
],
),
"diversity_3": SymbolsMetadata(
popularity: 8248,
codepoint: 0xf8d9,
categories: [3],
tags: [
1271,
574,
575,
6648,
4540,
2407,
7408,
7400,
1803,
7409,
7410,
1026,
1276,
579,
580,
6200,
1280,
872,
5631,
267,
588,
6205,
1287,
590,
593,
597,
7411,
1228,
602,
604,
7412
],
),
"diversity_4": SymbolsMetadata(
popularity: 313,
codepoint: 0xf857,
categories: [3],
tags: [
1190,
571,
1271,
574,
284,
7413,
7400,
7414,
1803,
1026,
634,
7415,
7416,
1276,
579,
6341,
6200,
4520,
7417,
581,
1280,
872,
7402,
582,
267,
588,
1287,
593,
7418,
597,
7411,
7419,
6224,
4633,
602
],
),
"dns": SymbolsMetadata(
popularity: 5028,
codepoint: 0xe875,
categories: [11],
tags: [
480,
1514,
1765,
517,
1101,
283,
685,
284,
81,
7420,
5480,
7421,
1105,
320,
7422,
68,
259,
4782,
4783,
88,
5830,
3695,
267,
28,
2738,
71,
31,
1093,
65,
1531,
1186,
334
],
),
"do_not_disturb_off": SymbolsMetadata(
popularity: 894,
codepoint: 0xe643,
categories: [2],
tags: [
862,
749,
7423,
4019,
1423,
1208,
193,
1209,
2405,
5937,
1211,
1162,
868,
4265,
7424,
7425,
7426,
7427,
1055,
7428,
1222,
7429,
7430,
7431,
1059,
7432,
1061,
70,
7433,
7434,
1224,
2121,
71,
1304,
7435,
2123,
1226,
4344,
7436,
7437,
7438,
7439,
7440
],
),
"do_not_disturb_on": SymbolsMetadata(
popularity: 8856,
codepoint: 0xe644,
categories: [2],
tags: [
1360,
1233,
481,
2617,
1208,
193,
1209,
345,
2405,
5937,
1211,
7441,
868,
4265,
7426,
4266,
1055,
5955,
6853,
87,
1255,
1302,
3295,
616,
1059,
1061,
1034,
2108,
7442,
1224,
2379,
71,
1304,
2110,
7443,
291,
1226,
5941,
554
],
),
"do_not_disturb_on_total_silence": SymbolsMetadata(
popularity: 352,
codepoint: 0xeffb,
categories: [4],
tags: [
1360,
1233,
1362,
1051,
751,
193,
283,
1162,
1300,
4265,
7444,
7426,
4266,
87,
262,
642,
1302,
3295,
2106,
7445,
616,
1059,
7446,
271,
2630,
2108,
762,
151,
1304,
1067,
291,
1226,
413,
7447,
1068
],
),
"do_not_step": SymbolsMetadata(
popularity: 277,
codepoint: 0xf19f,
categories: [16],
tags: [
1360,
7448,
1133,
691,
193,
1365,
868,
7426,
7449,
1055,
694,
3804,
3805,
3807,
1213,
1831,
4432,
550,
468,
1057,
7450,
7445,
1059,
7451,
1061,
2630,
1065,
1150,
705,
7452,
7453,
898,
1067,
7454,
710,
2932,
4981,
1226,
31,
3819,
206
],
),
"do_not_touch": SymbolsMetadata(
popularity: 471,
codepoint: 0xf1b0,
categories: [16],
tags: [
2613,
2829,
7455,
1051,
691,
7456,
345,
1796,
7457,
868,
7426,
7458,
1055,
5955,
1798,
2707,
1213,
2708,
3399,
2710,
1622,
6853,
7459,
7445,
6266,
1059,
7451,
1061,
1167,
7460,
7461,
1065,
1066,
705,
1783,
1067,
1226,
1801,
206
],
),
"dock": SymbolsMetadata(
popularity: 250,
codepoint: 0xe30e,
categories: [11],
tags: [
1246,
1247,
2553,
1323,
2484,
1250,
3889,
193,
1073,
284,
4956,
615,
288,
4173,
7462,
1754,
1886,
1110,
1253,
1111,
1327,
1344,
262,
1741,
4310,
271,
2515,
3990,
1315,
3707,
432,
2548,
1708,
4176,
3562,
764,
525,
65
],
),
"dock_to_bottom": SymbolsMetadata(
popularity: 49,
codepoint: 0xf7e6,
categories: [4],
tags: [
7463,
2159,
1521,
1467,
1323,
2484,
1132,
2196,
7464,
3959,
4173,
7465,
1164,
348,
916,
385,
7466,
586,
919,
4659,
1742,
326,
7467,
329,
7468,
2934,
7469,
7470,
5210,
97,
907,
1187,
3003
],
),
"dock_to_left": SymbolsMetadata(
popularity: 224,
codepoint: 0xf7e5,
categories: [4],
tags: [
1747,
2159,
1521,
76,
1323,
3959,
345,
313,
4173,
1164,
699,
2868,
385,
2207,
1758,
70,
507,
919,
4659,
329,
2232,
71,
1473,
2949,
7470,
396,
1187,
3003
],
),
"dock_to_right": SymbolsMetadata(
popularity: 107,
codepoint: 0xf7e4,
categories: [4],
tags: [
2159,
2177,
1467,
77,
901,
482,
8,
4173,
7471,
2166,
2194,
385,
7472,
92,
919,
7473,
4659,
329,
7474,
432,
7475,
410,
1473,
2949,
7476,
7470,
433,
4495,
7477,
396,
1187,
7478,
3003
],
),
"docs": SymbolsMetadata(
popularity: 3006,
codepoint: 0xea7d,
categories: [12],
tags: [
2451,
2143,
569,
628,
2455,
81,
1588,
1589,
7479,
7480,
3070,
7481,
7482,
7483,
1688,
147,
2153,
1691,
488,
68,
2459,
1595,
1391,
1596,
1597,
3090,
453,
1428,
1598,
2851,
33,
1519,
1486
],
rtlAutoMirrored: true,
),
"docs_add_on": SymbolsMetadata(
popularity: 758,
codepoint: 0xf0c2,
categories: [12],
tags: [
745,
5022,
628,
1325,
1589,
7484,
2165,
5024,
147,
7485,
1327,
1471,
887,
1391,
1596,
7486,
1597,
7487,
5025,
239,
240,
3075,
432,
433,
1945,
33
],
),
"docs_apps_script": SymbolsMetadata(
popularity: 166,
codepoint: 0xf0c3,
categories: [12],
tags: [
501,
5023,
2133,
2576,
1686,
1102,
1325,
1236,
81,
1723,
1104,
1589,
2165,
3375,
1335,
147,
1108,
7488,
4154,
3447,
523,
1123,
6010,
3076,
652,
1789,
333,
3003,
1600
],
),
"document_scanner": SymbolsMetadata(
popularity: 2363,
codepoint: 0xe5fa,
categories: [12],
tags: [
1669,
501,
2453,
1132,
569,
40,
42,
2350,
81,
288,
44,
1588,
1589,
1688,
147,
2153,
1691,
348,
137,
49,
1344,
1471,
262,
1595,
1391,
2342,
1596,
1597,
271,
59,
876,
62,
3799,
432,
1745,
1746,
1598,
2851,
31,
65,
33,
141,
1348,
1409,
1486
],
),
"document_search": SymbolsMetadata(
popularity: 234,
codepoint: 0xf385,
categories: [12],
tags: [
2143,
4812,
569,
81,
1588,
1589,
1688,
316,
147,
83,
317,
2153,
1691,
488,
1109,
68,
2868,
2337,
1345,
1549,
1115,
2338,
2339,
1116,
1117,
2340,
1391,
1596,
1597,
453,
1428,
3420,
3524,
1745,
1126,
1127,
1598,
2851,
65,
3396,
1486
],
),
"domain": SymbolsMetadata(
popularity: 4977,
codepoint: 0xe7ee,
categories: [9],
tags: [
1514,
2564,
1497,
929,
569,
193,
283,
2313,
284,
5480,
2568,
319,
320,
1140,
138,
259,
1314,
325,
267,
523,
327,
2571,
390,
1503,
1504,
330,
1505,
331,
31,
65,
141,
1531,
333,
7489,
1186,
334,
5257
],
),
"domain_add": SymbolsMetadata(
popularity: 915,
codepoint: 0xeb62,
categories: [9],
tags: [
231,
745,
7490,
7491,
7492,
2564,
1321,
1497,
929,
569,
193,
284,
254,
1325,
5480,
2568,
914,
320,
1140,
7493,
7494,
1336,
259,
4783,
1328,
1314,
267,
887,
327,
239,
2571,
985,
1503,
1504,
2738,
1505,
2643,
331,
31,
1531,
333,
1186,
334,
5257
],
),
"domain_disabled": SymbolsMetadata(
popularity: 719,
codepoint: 0xe0ef,
categories: [9],
tags: [
2613,
2564,
1497,
1051,
929,
569,
193,
576,
1162,
868,
5480,
7495,
7496,
7497,
7498,
7499,
7500,
7501,
1055,
2568,
320,
1140,
259,
7502,
7503,
7504,
7505,
7506,
1541,
1059,
1391,
1060,
1061,
327,
1034,
2571,
1503,
1504,
1065,
1036,
1067,
331,
7507,
333,
7508,
7509,
7510,
1186,
7511
],
),
"domain_verification": SymbolsMetadata(
popularity: 1087,
codepoint: 0xef4c,
categories: [6],
tags: [
861,
1669,
7512,
1671,
2697,
3198,
1561,
1673,
193,
463,
2701,
254,
485,
5480,
2335,
319,
320,
1344,
322,
259,
385,
324,
1166,
267,
1676,
5254,
410,
1036,
362,
1552,
1678,
7513,
141,
1348,
2347,
2694,
4840,
1584,
6808,
333,
1186,
1187,
334,
5257,
1681
],
),
"domain_verification_off": SymbolsMetadata(
popularity: 18,
codepoint: 0xf7b0,
categories: [6],
tags: [
2613,
1669,
7512,
1671,
5239,
1051,
1673,
193,
463,
1235,
5937,
485,
1162,
868,
5480,
2335,
1055,
2732,
2733,
1222,
1344,
259,
5187,
385,
87,
1166,
6828,
7514,
1059,
1060,
1676,
1061,
523,
1065,
410,
1036,
362,
1552,
1067,
1226,
1678,
141,
7507,
1068,
7515,
1348,
2347,
4480,
4840,
1584,
333,
1186,
1187,
5257,
1681
],
),
"domino_mask": SymbolsMetadata(
popularity: 131,
codepoint: 0xf5e4,
categories: [3],
tags: [
2553,
3475,
6124,
6126,
5,
7516,
7517,
7518,
7519,
7520,
7521,
7522,
577,
7523,
2509,
7524,
978,
6139,
6140,
7525,
6708,
587,
648,
1034,
7526,
7527,
392,
7528,
7529,
7530,
3370,
7531
],
),
"done_all": SymbolsMetadata(
popularity: 9192,
codepoint: 0xe877,
categories: [2],
tags: [
3,
2292,
7532,
2678,
1671,
2697,
1673,
3200,
7533,
463,
3132,
4504,
2701,
2333,
2335,
7534,
2683,
51,
1082,
88,
1166,
583,
2468,
1676,
1090,
3401,
362,
7535,
1719,
291,
245,
1518,
5613,
1678,
5672,
7536,
2693,
2347,
4480,
1584,
3003,
1681
],
),
"done_outline": SymbolsMetadata(
popularity: 7883,
codepoint: 0xe92f,
categories: [2],
tags: [
2673,
3,
2451,
2292,
2678,
1671,
2697,
1673,
5615,
463,
1675,
2701,
3765,
2333,
2335,
2683,
7537,
1166,
1676,
289,
906,
362,
363,
898,
291,
245,
1518,
5613,
1678,
2347,
4480,
4840,
1584,
1681
],
),
"donut_large": SymbolsMetadata(
popularity: 1686,
codepoint: 0xe917,
categories: [9],
tags: [
2525,
2526,
1071,
373,
193,
463,
1675,
81,
375,
8,
7538,
7539,
2229,
3591,
2286,
1704,
1078,
1081,
3463,
1948,
3594,
756,
4146,
226,
1086,
7540,
5921,
759,
2531,
762,
410,
2016,
746,
291,
5099,
1095,
514,
7541
],
),
"donut_small": SymbolsMetadata(
popularity: 1337,
codepoint: 0xe918,
categories: [9],
tags: [
1071,
373,
193,
462,
1425,
81,
375,
7538,
7542,
1078,
7543,
3128,
293,
1081,
3463,
226,
1086,
5048,
3659,
3706,
7540,
759,
3220,
1428,
762,
330,
2472,
3901,
1964,
746,
291,
3093,
1095,
514
],
),
"door_back": SymbolsMetadata(
popularity: 350,
codepoint: 0xeffc,
categories: [8],
tags: [
861,
2454,
2829,
1209,
4260,
1162,
4950,
7544,
7545,
7546,
1590,
3060,
1212,
2840,
4646,
1140,
1644,
1500,
7547,
2963,
7548,
7549,
2930,
7550,
5784,
5255,
2841,
432,
1124,
7551,
1640,
7552
],
),
"door_front": SymbolsMetadata(
popularity: 1088,
codepoint: 0xeffd,
categories: [8],
tags: [
861,
7553,
929,
1209,
4260,
4950,
7544,
1499,
7546,
1590,
7554,
1212,
5120,
7555,
5245,
4646,
1140,
1500,
2963,
2930,
7550,
5784,
5255,
1501,
432,
7556,
1036,
1505,
955,
553,
1640,
6274
],
),
"door_open": SymbolsMetadata(
popularity: 1397,
codepoint: 0xe77c,
categories: [10],
tags: [
861,
5112,
1159,
288,
4950,
7545,
7546,
1590,
3060,
1212,
5245,
1140,
2963,
87,
7557,
5626,
1143,
2930,
7550,
289,
3061,
5784,
5255,
432,
392,
1339,
433,
553
],
),
"door_sensor": SymbolsMetadata(
popularity: 152,
codepoint: 0xe28a,
categories: [10],
tags: [
1359,
2133,
4260,
5463,
7558,
5507,
288,
4950,
7559,
7546,
7560,
1212,
4646,
1140,
3191,
5131,
51,
7171,
1143,
585,
2930,
1582,
705,
1036,
4776,
64,
1906,
291,
65,
6428,
278
],
),
"door_sliding": SymbolsMetadata(
popularity: 389,
codepoint: 0xeffe,
categories: [8],
tags: [
861,
1497,
2436,
3372,
2829,
1332,
929,
1209,
4950,
7544,
3055,
7546,
1590,
1212,
348,
4072,
5245,
1109,
1140,
699,
1500,
2753,
1471,
2930,
7550,
919,
5784,
5255,
2470,
1955,
1339,
7561,
7562,
553,
394,
1465
],
),
"doorbell": SymbolsMetadata(
popularity: 360,
codepoint: 0xefff,
categories: [8],
tags: [
1359,
1360,
1399,
1332,
1362,
504,
1363,
4950,
7563,
7546,
137,
1140,
1500,
138,
384,
616,
289,
432,
2470,
762,
2121,
1036,
888,
1339,
1906,
1293,
31,
1407,
5689,
7564
],
),
"doorbell_3p": SymbolsMetadata(
popularity: 184,
codepoint: 0xe1e7,
categories: [8],
tags: [
861,
749,
1359,
1360,
2564,
2041,
1362,
929,
504,
1363,
193,
573,
1074,
288,
7563,
7546,
7565,
1140,
1500,
7171,
1143,
616,
1259,
1368,
432,
1370,
762,
1036,
273,
1906,
1293,
65,
5689
],
),
"doorbell_chime": SymbolsMetadata(
popularity: 141,
codepoint: 0xe1f3,
categories: [10],
tags: [
1359,
1360,
2564,
2041,
1268,
1362,
929,
504,
7566,
7567,
1270,
1363,
288,
7568,
7563,
7546,
1140,
1500,
7171,
1471,
1143,
616,
432,
1504,
762,
1036,
273,
1906,
1293,
433,
5689
],
),
"double_arrow": SymbolsMetadata(
popularity: 7981,
codepoint: 0xea50,
categories: [2],
tags: [
480,
77,
7569,
502,
2971,
313,
3055,
2974,
3302,
1077,
904,
51,
87,
814,
1758,
468,
2468,
325,
2978,
1634,
2942,
1167,
2842,
906,
470,
6233,
898,
1339,
3984,
2415,
31,
526,
900
],
rtlAutoMirrored: true,
),
"downhill_skiing": SymbolsMetadata(
popularity: 739,
codepoint: 0xe509,
categories: [15],
tags: [
480,
2525,
7350,
7570,
690,
7571,
781,
11,
225,
137,
7572,
581,
138,
87,
1606,
3672,
289,
588,
589,
3323,
392,
888,
7573,
7574,
5560,
4968,
855,
30,
3540,
31,
332,
1969,
860
],
),
"download": SymbolsMetadata(
popularity: 19314,
codepoint: 0xf090,
categories: [2],
tags: [
7575,
748,
1669,
501,
2143,
77,
1423,
504,
1686,
519,
345,
81,
1589,
2832,
520,
7576,
1688,
147,
5963,
2302,
1705,
259,
87,
1758,
267,
7577,
2942,
2308,
1696,
1698,
31,
526,
7578,
527
],
),
"download_2": SymbolsMetadata(
popularity: 94,
codepoint: 0xf523,
categories: [2],
tags: [
748,
77,
504,
1686,
519,
81,
313,
1589,
2832,
520,
7576,
1688,
1164,
1703,
147,
5963,
137,
138,
68,
1705,
259,
1167,
2308,
1696,
392,
509,
1698,
31,
65,
526,
527
],
),
"download_done": SymbolsMetadata(
popularity: 2320,
codepoint: 0xf091,
categories: [2],
tags: [
77,
7579,
502,
1673,
2095,
463,
7580,
7581,
4504,
1589,
7582,
2335,
2832,
2590,
7583,
520,
7584,
7585,
7586,
7587,
7576,
1688,
147,
7588,
7589,
7590,
7591,
2683,
7592,
7593,
1705,
4837,
1676,
1597,
7594,
245,
7595,
7596,
1678,
527
],
),
"download_for_offline": SymbolsMetadata(
popularity: 4248,
codepoint: 0xf000,
categories: [2],
tags: [
861,
77,
7597,
1685,
7598,
193,
1686,
7599,
7600,
284,
615,
2832,
520,
7601,
7602,
3013,
7603,
7604,
1705,
259,
267,
7605,
1060,
7606,
2814,
7607,
1696,
7608,
1698,
1396,
764,
3467,
526,
527
],
),
"downloading": SymbolsMetadata(
popularity: 3614,
codepoint: 0xf001,
categories: [2],
tags: [
77,
193,
1686,
7609,
81,
2832,
2590,
520,
7610,
3046,
7611,
7612,
7613,
7576,
3013,
51,
1705,
259,
7614,
756,
267,
2606,
758,
759,
4149,
1718,
2308,
2814,
291,
4151,
526,
4313,
5964,
527,
766,
7615
],
),
"draft": SymbolsMetadata(
popularity: 6376,
codepoint: 0xe66d,
categories: [12],
tags: [
1683,
2453,
7616,
7617,
628,
7618,
81,
2584,
7619,
1588,
1589,
2456,
4524,
1688,
7620,
147,
2457,
2153,
1691,
488,
68,
3276,
1481,
7621,
1596,
1597,
453,
1428,
1598,
2851,
1698,
33
],
rtlAutoMirrored: true,
),
"draft_orders": SymbolsMetadata(
popularity: 70,
codepoint: 0xe7b3,
categories: [6],
tags: [
1765,
1657,
569,
1659,
934,
1586,
1325,
1589,
4524,
1660,
1252,
680,
916,
3128,
1111,
1376,
1471,
88,
1029,
1593,
1481,
91,
1597,
4530,
2638,
2606,
3509,
1664,
1665,
453,
1393,
1395,
33,
3131,
1600,
1486
],
),
"drafts": SymbolsMetadata(
popularity: 2753,
codepoint: 0xe151,
categories: [7],
tags: [
2143,
283,
7622,
7623,
81,
1589,
4524,
7624,
2298,
2300,
147,
2153,
4931,
2301,
3128,
16,
88,
2303,
1593,
583,
1481,
1597,
2606,
3401,
4481,
1719,
1599,
1698,
33,
7625,
3131,
7626,
1486
],
),
"drag_click": SymbolsMetadata(
popularity: 57,
codepoint: 0xf71f,
categories: [2],
tags: [
748,
77,
1101,
1793,
7627,
1794,
519,
345,
1796,
288,
4645,
7628,
1252,
2708,
7629,
2710,
2491,
1111,
1622,
2989,
2990,
7630,
7631,
1758,
7632,
328,
1167,
329,
7633,
6297,
362,
363,
7634,
511
],
),
"drag_handle": SymbolsMetadata(
popularity: 3847,
codepoint: 0xe25d,
categories: [12],
tags: [
748,
1669,
7635,
517,
2719,
345,
485,
4645,
1164,
7636,
4646,
7637,
51,
467,
1344,
1376,
385,
1471,
88,
5637,
506,
1758,
2225,
4676,
2281,
7638,
410,
1552,
95,
7639,
97,
141,
1348,
1465,
333,
1186,
5029,
1187
],
),
"drag_indicator": SymbolsMetadata(
popularity: 7158,
codepoint: 0xe945,
categories: [2],
tags: [
748,
1669,
501,
1101,
1439,
2719,
345,
485,
1105,
4645,
2903,
1164,
2708,
7629,
7636,
4646,
138,
51,
2354,
1622,
1344,
1376,
385,
88,
174,
506,
262,
630,
1758,
92,
271,
851,
329,
4676,
2281,
410,
2906,
392,
6233,
1552,
95,
525,
1801,
141,
1348,
1465,
333,
1186,
1187
],
),
"drag_pan": SymbolsMetadata(
popularity: 154,
codepoint: 0xf71e,
categories: [2],
tags: [
1747,
7640,
7641,
77,
502,
1794,
1796,
313,
2283,
2408,
7642,
2832,
4645,
7643,
914,
2353,
7629,
2710,
2207,
2990,
1758,
7644,
325,
2930,
6491,
7645,
1167,
2934,
3005,
906,
2856,
362,
363,
7634,
6233,
2851,
1709,
7646
],
),
"draw": SymbolsMetadata(
popularity: 5991,
codepoint: 0xe746,
categories: [12],
tags: [
1602,
2144,
1586,
7647,
1325,
2289,
2937,
485,
7648,
1754,
4524,
2798,
1252,
680,
488,
7649,
137,
7650,
384,
2685,
1111,
87,
174,
1652,
289,
4530,
2638,
328,
7651,
392,
4577,
511,
1600,
1486
],
),
"draw_abstract": SymbolsMetadata(
popularity: 114,
codepoint: 0xf7f8,
categories: [12],
tags: [
480,
7652,
1602,
3094,
1586,
2313,
3096,
1325,
2289,
2937,
485,
375,
4524,
2798,
378,
1252,
680,
6132,
1077,
7653,
381,
2708,
137,
138,
384,
7654,
1111,
87,
353,
2375,
3377,
7655,
7651,
392,
5503,
4577,
7656,
31,
476,
1863
],
),
"draw_collage": SymbolsMetadata(
popularity: 27,
codepoint: 0xf7f7,
categories: [12],
tags: [
7652,
1342,
76,
1602,
7657,
3374,
1197,
1324,
7658,
1586,
2254,
3096,
1325,
7659,
1603,
485,
4524,
2798,
378,
1252,
680,
6607,
1343,
2708,
382,
2520,
1111,
385,
7660,
7661,
4362,
2155,
7662,
7663,
7664,
392,
5503,
7656,
7665
],
),
"dresser": SymbolsMetadata(
popularity: 346,
codepoint: 0xe210,
categories: [8],
tags: [
1332,
4068,
7666,
7667,
2651,
2653,
7668,
7669,
379,
4072,
137,
1140,
699,
2751,
1500,
4214,
138,
1376,
1471,
5348,
1143,
492,
586,
876,
432,
1339,
2474,
1698,
1396,
31,
2670
],
),
"drive_export": SymbolsMetadata(
popularity: 75,
codepoint: 0xf41d,
categories: [12],
tags: [
1669,
501,
77,
1685,
482,
7666,
1686,
1733,
81,
1468,
313,
1589,
520,
1688,
1703,
147,
1690,
1691,
1692,
1693,
7670,
1758,
325,
523,
2356,
1695,
906,
1696,
2310,
2738,
1529,
1698,
1093,
526,
1709,
527
],
rtlAutoMirrored: true,
),
"drive_file_move": SymbolsMetadata(
popularity: 1118,
codepoint: 0xe675,
categories: [12],
tags: [
748,
76,
77,
504,
1686,
1733,
81,
3133,
313,
1588,
1589,
1688,
1689,
147,
3072,
2153,
903,
137,
138,
2085,
1758,
325,
586,
2934,
906,
2310,
1598,
2851,
1698,
31,
526,
900,
907
],
rtlAutoMirrored: true,
),
"drive_folder_upload": SymbolsMetadata(
popularity: 1110,
codepoint: 0xe9a3,
categories: [12],
tags: [
745,
2143,
77,
1685,
1686,
519,
1325,
81,
312,
44,
4814,
1588,
1589,
1688,
1703,
147,
2153,
1604,
259,
1758,
267,
887,
523,
1696,
2310,
1529,
1598,
2851,
1698,
65,
526,
1709,
527
],
),
"dropdown": SymbolsMetadata(
popularity: 49,
codepoint: 0xe9a4,
categories: [2],
tags: [
1669,
501,
77,
2902,
912,
2719,
345,
485,
313,
2832,
2894,
914,
83,
2918,
2846,
51,
1344,
385,
88,
506,
262,
630,
237,
325,
70,
271,
1167,
410,
362,
2016,
1552,
95,
2728,
525,
1728,
141,
1348,
333,
1186,
1187
],
),
"dropper_eye": SymbolsMetadata(
popularity: 10,
codepoint: 0xf351,
categories: [1],
tags: [
1422,
4191,
4575,
6094,
7671,
7672,
1770,
2903,
6096,
4193,
5766,
5810,
7673,
2528,
7674,
697,
892,
4859,
4292,
4197,
4198,
894,
1776,
7675,
1777,
6100,
7676,
7677,
4201,
1318,
1319,
511,
5398,
4339
],
),
"dry": SymbolsMetadata(
popularity: 206,
codepoint: 0xf1b3,
categories: [8],
tags: [
837,
7678,
1867,
1869,
504,
2652,
345,
753,
6498,
7679,
7680,
2707,
2708,
2710,
7681,
3036,
4214,
51,
7682,
7683,
642,
7684,
355,
919,
151,
71,
472,
291,
31,
7685,
5843,
7686,
3566
],
),
"dry_cleaning": SymbolsMetadata(
popularity: 662,
codepoint: 0xea58,
categories: [5],
tags: [
2648,
568,
504,
3155,
5860,
193,
462,
1872,
2652,
6498,
7687,
7679,
2658,
2660,
5687,
2751,
4214,
138,
7688,
7682,
1738,
2570,
7689,
760,
652,
898,
3847,
31,
1518,
2668,
413,
7690,
5843
],
),
"dual_screen": SymbolsMetadata(
popularity: 128,
codepoint: 0xf6cf,
categories: [4],
tags: [
1307,
76,
1467,
519,
1712,
288,
8,
7186,
7691,
7692,
7187,
7693,
1110,
385,
5465,
630,
7694,
7072,
92,
7695,
4310,
271,
1427,
3075,
7696,
1788,
7697,
7698,
65,
7699,
396,
1154
],
),
"duo": SymbolsMetadata(
popularity: 713,
codepoint: 0xe9a5,
categories: [7],
tags: [
565,
566,
1270,
570,
571,
283,
5117,
288,
3055,
7691,
1276,
579,
267,
4052,
7700,
588,
589,
590,
3450,
593,
7419,
4092,
394,
601,
602,
37
],
),
"dvr": SymbolsMetadata(
popularity: 2081,
codepoint: 0xe1b2,
categories: [4],
tags: [
1246,
1247,
7701,
7702,
1268,
482,
731,
1711,
193,
519,
1712,
288,
44,
8,
1105,
7703,
2549,
781,
1110,
3362,
1253,
1345,
88,
7704,
1713,
406,
630,
354,
289,
408,
409,
1122,
453,
1290,
440,
432,
1168,
410,
2157,
392,
2016,
412,
2039,
37,
333,
1187
],
rtlAutoMirrored: true,
),
"dynamic_feed": SymbolsMetadata(
popularity: 1976,
codepoint: 0xea14,
categories: [6],
tags: [
480,
2525,
2467,
2273,
3086,
3546,
4820,
628,
1851,
81,
1274,
1735,
7705,
68,
1471,
88,
1282,
2469,
7706,
3090,
4826,
432,
433,
2475,
454,
7707,
2476,
4164
],
),
"dynamic_form": SymbolsMetadata(
popularity: 1841,
codepoint: 0xf1bf,
categories: [2],
tags: [
7708,
501,
3955,
3546,
2404,
1102,
7709,
628,
81,
2407,
1589,
1274,
7710,
3702,
1590,
1165,
7711,
147,
1275,
488,
68,
1111,
3957,
88,
6801,
2468,
70,
1597,
150,
3771,
1428,
363,
71,
1629,
33,
3958,
7712
],
),
"e911_avatar": SymbolsMetadata(
popularity: 250,
codepoint: 0xf11a,
categories: [7],
tags: [
3125,
7713,
864,
1360,
865,
1361,
566,
690,
1270,
691,
1250,
2386,
975,
1365,
288,
1770,
2438,
2732,
1366,
1480,
225,
2440,
1110,
697,
892,
871,
1772,
7714,
581,
1367,
3979,
1166,
894,
7715,
262,
616,
5893,
289,
4295,
589,
271,
2737,
590,
1582,
1428,
2444,
705,
888,
880,
31,
1406,
1728,
601,
206
],
),
"e911_emergency": SymbolsMetadata(
popularity: 1232,
codepoint: 0xf119,
categories: [13],
tags: [
7713,
3425,
1360,
2435,
865,
1362,
1270,
283,
1073,
975,
3700,
1365,
5087,
45,
7716,
2438,
5201,
871,
5270,
1114,
894,
21,
271,
7717,
2444,
2121,
705,
1036,
2445,
2446,
880,
1406,
2448,
206
],
),
"e_mobiledata": SymbolsMetadata(
popularity: 130,
codepoint: 0xf002,
categories: [4],
tags: [
4,
517,
1250,
7718,
251,
252,
7719,
284,
254,
81,
7720,
7721,
7722,
7723,
7724,
12,
259,
2073,
16,
262,
7725,
263,
266,
267,
272,
652,
273,
649,
533,
612,
276,
33,
35,
278,
650
],
),
"e_mobiledata_badge": SymbolsMetadata(
popularity: 8,
codepoint: 0xf7e3,
categories: [4],
tags: [
861,
4,
281,
251,
252,
5,
193,
283,
284,
254,
81,
7722,
12,
51,
259,
15,
16,
262,
263,
266,
267,
269,
523,
1035,
273,
291,
31,
65,
276,
33,
35,
338,
7726,
278
],
),
"ear_sound": SymbolsMetadata(
popularity: 83,
codepoint: 0xf356,
categories: [0],
tags: [
861,
862,
863,
7727,
865,
1268,
690,
3571,
283,
7728,
867,
7729,
870,
7730,
697,
1279,
7731,
871,
581,
7732,
7733,
1301,
894,
3587,
289,
876,
7734,
888,
1293,
31,
65,
554
],
),
"earbud_case": SymbolsMetadata(
popularity: 5,
codepoint: 0xf327,
categories: [11],
tags: [
2553,
1268,
7735,
4890,
3889,
7736,
6056,
288,
7737,
7738,
7739,
7740,
1886,
2550,
7741,
7742,
7743,
7744,
1301,
4542,
1714,
2930,
2551,
432,
2548,
1293,
1698,
65,
332,
278
],
),
"earbud_left": SymbolsMetadata(
popularity: 7,
codepoint: 0xf326,
categories: [11],
tags: [
2553,
1268,
7735,
7745,
7746,
7747,
7738,
7739,
7748,
2549,
7741,
7062,
7749,
2207,
7750,
1301,
4542,
1714,
7751,
7752,
7753,
7754,
1293,
7755,
1294,
65,
7756,
278
],
),
"earbud_right": SymbolsMetadata(
popularity: 5,
codepoint: 0xf325,
categories: [11],
tags: [
2553,
1268,
283,
1074,
288,
7729,
7746,
7738,
7739,
781,
2550,
7741,
1279,
979,
1301,
406,
1714,
920,
408,
2551,
906,
7757,
3590,
1293,
65,
2559,
278
],
),
"earbuds": SymbolsMetadata(
popularity: 318,
codepoint: 0xf003,
categories: [11],
tags: [
2553,
1268,
7735,
7758,
4955,
283,
1074,
288,
7729,
7738,
7759,
7739,
7740,
7760,
781,
7741,
7742,
7062,
1301,
4542,
7761,
406,
1285,
1714,
7752,
7762,
408,
2551,
1293,
7763,
65,
4960,
7764
],
),
"earbuds_2": SymbolsMetadata(
popularity: 16,
codepoint: 0xf324,
categories: [11],
tags: [
2553,
1268,
7765,
3404,
7735,
4296,
283,
254,
288,
7766,
7738,
7739,
7740,
2549,
781,
7767,
7741,
7742,
7062,
1278,
1301,
4542,
406,
262,
1714,
4298,
7752,
2551,
1293,
7763,
65,
278
],
),
"earbuds_battery": SymbolsMetadata(
popularity: 194,
codepoint: 0xf004,
categories: [11],
tags: [
2553,
1268,
3698,
3948,
3897,
3908,
4296,
3699,
3889,
288,
7737,
7738,
7739,
7748,
7741,
7742,
7062,
138,
51,
1344,
792,
1301,
4542,
1714,
3707,
1293,
291,
31,
1297,
65,
141,
278
],
),
"early_on": SymbolsMetadata(
popularity: 288,
codepoint: 0xe2ba,
categories: [10],
tags: [
3404,
2204,
2080,
840,
7768,
7769,
7770,
7771,
7772,
903,
1140,
7773,
7774,
352,
686,
1143,
1061,
408,
7775,
357,
5741,
7776,
7777,
7778,
2138,
454,
411,
7779,
5901,
7780,
444
],
),
"earthquake": SymbolsMetadata(
popularity: 103,
codepoint: 0xf64f,
categories: [3],
tags: [
7781,
1360,
7782,
373,
1365,
4427,
4428,
7783,
7784,
315,
7785,
7786,
2438,
7787,
7788,
7789,
1831,
4432,
7790,
226,
630,
6777,
7791,
1834,
4435,
7792,
7793,
7794,
4240,
7795,
7796,
7797,
7798,
2068,
206,
1864
],
),
"east": SymbolsMetadata(
popularity: 5063,
codepoint: 0xf1df,
categories: [5],
tags: [
500,
77,
309,
313,
2283,
2985,
1164,
903,
2845,
51,
1633,
87,
1541,
1758,
325,
905,
1634,
328,
1167,
329,
906,
3180,
31,
332,
1728
],
),
"ecg": SymbolsMetadata(
popularity: 50,
codepoint: 0xf80f,
categories: [11],
tags: [
1422,
4973,
5385,
4273,
373,
2937,
7799,
1588,
1770,
5387,
5388,
7800,
2438,
1078,
697,
892,
4520,
5390,
5391,
1426,
17,
894,
1776,
630,
5893,
5182,
4282,
359,
4283,
273,
1318,
4285,
1863,
3354
],
),
"ecg_heart": SymbolsMetadata(
popularity: 290,
codepoint: 0xf6e9,
categories: [15],
tags: [
5385,
4273,
373,
2386,
4274,
7801,
375,
1588,
1770,
5387,
7800,
2438,
2884,
1078,
697,
4400,
5395,
892,
4520,
5390,
7802,
5391,
1772,
87,
894,
4279,
7803,
630,
5893,
4282,
359,
4283,
273,
4285,
7804,
3354
],
),
"eco": SymbolsMetadata(
popularity: 6885,
codepoint: 0xea35,
categories: [3],
tags: [
7805,
7806,
7807,
315,
6242,
7808,
7809,
6243,
7810,
1852,
1853,
3807,
320,
2368,
2372,
2373,
2374,
1834,
2375,
5254,
1835,
3465,
6247,
7811,
4544,
7812,
2326,
2327,
334
],
),
"eda": SymbolsMetadata(
popularity: 47,
codepoint: 0xf6e8,
categories: [15],
tags: [
480,
1747,
1422,
1268,
2454,
1423,
373,
345,
2937,
81,
7813,
7814,
7815,
2072,
2707,
2884,
351,
2708,
1078,
2710,
5390,
792,
87,
226,
630,
1714,
3579,
759,
3582,
390,
273,
1293,
6102,
291,
97,
2534,
554,
1863,
3354
],
),
"edgesensor_high": SymbolsMetadata(
popularity: 275,
codepoint: 0xf005,
categories: [4],
tags: [
1246,
1247,
1360,
517,
1250,
251,
284,
81,
5507,
288,
606,
7816,
1110,
3479,
7817,
1253,
259,
7171,
17,
262,
1706,
7818,
1758,
267,
616,
271,
6295,
432,
2548,
2380,
64,
273,
7819,
649,
525,
65,
2482,
7820,
278
],
),
"edgesensor_low": SymbolsMetadata(
popularity: 192,
codepoint: 0xf006,
categories: [4],
tags: [
1246,
1247,
1360,
2133,
7821,
7822,
517,
4296,
1250,
193,
284,
345,
5507,
288,
9,
606,
7816,
4044,
7823,
7824,
1110,
3479,
1253,
51,
7170,
7171,
7825,
1471,
1961,
3936,
7826,
17,
262,
1706,
7818,
1758,
267,
6327,
616,
1742,
271,
4049,
6295,
1148,
432,
2548,
2380,
64,
7827,
7828,
7829,
273,
1292,
291,
649,
7830,
7831,
525,
65,
6428,
1465,
7820,
5545,
7832,
277,
278
],
),
"edit": SymbolsMetadata(
popularity: 49955,
codepoint: 0xe3c9,
categories: [1],
tags: [
748,
1748,
3080,
1751,
1586,
345,
1325,
1589,
1252,
680,
488,
1548,
1111,
642,
7833,
7834,
1652,
887,
289,
4530,
2638,
2463,
392,
1170,
33,
511,
2464,
1600,
1486
],
),
"edit_arrow_down": SymbolsMetadata(
popularity: 21,
codepoint: 0xf380,
categories: [2],
tags: [
77,
2902,
2838,
912,
1586,
345,
1325,
313,
2832,
2894,
1252,
680,
914,
1828,
51,
1111,
506,
1652,
1550,
325,
887,
4530,
2638,
328,
1167,
362,
1728,
1709,
2464,
1600,
1486
],
),
"edit_arrow_up": SymbolsMetadata(
popularity: 9,
codepoint: 0xf37f,
categories: [2],
tags: [
748,
1747,
1748,
77,
7835,
6260,
7836,
3026,
2902,
1751,
1586,
345,
2333,
1325,
313,
2832,
1252,
7837,
680,
3027,
3039,
235,
1111,
1652,
1758,
325,
887,
4530,
2638,
1167,
6907,
1728,
1709,
2464,
3030,
1600,
1486
],
),
"edit_attributes": SymbolsMetadata(
popularity: 546,
codepoint: 0xe578,
categories: [5],
tags: [
1747,
1671,
144,
3330,
1751,
1673,
463,
6416,
1753,
1236,
2335,
1252,
7838,
1755,
1548,
137,
138,
2085,
1166,
1652,
1676,
70,
289,
6275,
150,
362,
71,
31,
1678,
511,
6765,
2347,
1409,
1584,
1681
],
),
"edit_audio": SymbolsMetadata(
popularity: 33,
codepoint: 0xf42d,
categories: [0],
tags: [
1747,
7839,
1422,
77,
1268,
7840,
7841,
1524,
7842,
1753,
2937,
7843,
5507,
1252,
7844,
2072,
137,
2207,
792,
1426,
1471,
1652,
7845,
1714,
1286,
440,
906,
5866,
71,
1293,
7846,
2077,
6102,
2828,
2158,
7847,
6350,
1763,
1298,
554,
1863,
3354
],
),
"edit_calendar": SymbolsMetadata(
popularity: 4485,
codepoint: 0xe742,
categories: [6],
tags: [
5017,
7848,
1670,
1932,
2080,
1751,
1586,
1325,
1160,
2134,
2082,
4524,
1252,
680,
1164,
10,
138,
1344,
2085,
1652,
5018,
5036,
4530,
2638,
5019,
1370,
7849,
1168,
31,
7850,
2464,
1600,
1486,
5021
],
),
"edit_document": SymbolsMetadata(
popularity: 2216,
codepoint: 0xf88c,
categories: [12],
tags: [
500,
1475,
501,
1751,
1586,
628,
1325,
81,
1162,
1588,
1589,
4524,
1688,
1252,
680,
147,
2153,
1691,
488,
68,
1111,
1652,
1481,
1596,
1597,
4530,
2638,
432,
2463,
7851,
1067,
433,
33,
2464,
1600,
1486
],
),
"edit_location": SymbolsMetadata(
popularity: 824,
codepoint: 0xe568,
categories: [5],
tags: [
1514,
2222,
7848,
1701,
1751,
310,
4675,
312,
313,
1252,
3519,
4124,
7852,
321,
323,
324,
1541,
174,
1652,
325,
4530,
2638,
4035,
326,
327,
328,
329,
7853,
1696,
1226,
4496,
332,
2464
],
),
"edit_location_alt": SymbolsMetadata(
popularity: 623,
codepoint: 0xe1c5,
categories: [5],
tags: [
1514,
1747,
2399,
1748,
1751,
1586,
310,
2333,
312,
1252,
7852,
7854,
323,
324,
174,
1652,
325,
4530,
2638,
326,
327,
328,
1167,
329,
2463,
1552,
1553,
332,
2464,
7855,
7856,
1600
],
),
"edit_note": SymbolsMetadata(
popularity: 14913,
codepoint: 0xe745,
categories: [12],
tags: [
6185,
1586,
7857,
7858,
1325,
7618,
1587,
1589,
4524,
1252,
7859,
7860,
7861,
680,
2165,
147,
1111,
1471,
1593,
1652,
887,
3275,
1481,
1594,
1597,
4530,
2638,
7853,
33,
1600,
1486,
7862
],
),
"edit_notifications": SymbolsMetadata(
popularity: 894,
codepoint: 0xe525,
categories: [6],
tags: [
749,
1747,
1359,
1360,
1362,
7863,
1751,
1363,
283,
1586,
6416,
1325,
1236,
4524,
378,
1252,
7864,
680,
381,
1111,
87,
583,
1652,
7865,
887,
616,
7866,
1259,
1368,
70,
4530,
2638,
921,
1370,
762,
71,
392,
1293,
7867,
1600,
1486
],
),
"edit_off": SymbolsMetadata(
popularity: 897,
codepoint: 0xe950,
categories: [12],
tags: [
1051,
7868,
1586,
1325,
1162,
868,
7869,
7870,
4524,
1252,
7871,
7872,
680,
7873,
1055,
1213,
138,
1111,
87,
7874,
887,
7875,
7876,
7877,
5969,
1059,
1060,
1061,
4530,
7878,
2638,
7879,
1065,
7880,
1067,
7881,
6854,
1407,
1068,
1600,
1486
],
),
"edit_road": SymbolsMetadata(
popularity: 475,
codepoint: 0xef4d,
categories: [5],
tags: [
1747,
7848,
1751,
2937,
312,
313,
2798,
1252,
321,
1631,
1633,
4179,
323,
324,
1541,
1166,
1652,
1758,
325,
1634,
4530,
2638,
1635,
1636,
1637,
511,
1638,
900,
332,
1929,
141,
2464,
7882,
1600
],
),
"edit_square": SymbolsMetadata(
popularity: 4642,
codepoint: 0xf88d,
categories: [6],
tags: [
1748,
7848,
1131,
482,
1751,
1586,
685,
1333,
4675,
1325,
1236,
1589,
4524,
1252,
680,
1828,
488,
348,
1111,
1652,
4530,
2638,
150,
7883,
7884,
2463,
71,
433,
31,
33,
511,
2464,
1600,
1486
],
),
"editor_choice": SymbolsMetadata(
popularity: 343,
codepoint: 0xf528,
categories: [3],
tags: [
2672,
2451,
2678,
1671,
2697,
3514,
281,
3687,
1673,
7885,
684,
342,
193,
463,
1675,
3132,
4504,
2701,
2335,
7886,
7887,
1916,
235,
51,
1166,
1676,
239,
358,
3523,
7888,
3525,
3526,
906,
362,
2714,
363,
30,
31,
1518,
1678,
3528,
4480,
1584,
3774,
3529,
3530,
1681
],
),
"egg": SymbolsMetadata(
popularity: 1118,
codepoint: 0xeacc,
categories: [3],
tags: [
4889,
7889,
3713,
3284,
3714,
4227,
7890,
7457,
4694,
2365,
4698,
1825,
2367,
7891,
1855,
7892,
2369,
2370,
4234,
3723,
1834,
4404,
2375,
6708,
7893,
7894,
4701,
2378,
7895,
1316,
737
],
),
"egg_alt": SymbolsMetadata(
popularity: 755,
codepoint: 0xeac8,
categories: [3],
tags: [
1817,
5002,
2125,
3713,
3714,
4672,
4226,
4227,
7896,
3718,
7897,
4698,
1825,
2367,
1855,
1966,
2370,
4234,
7898,
506,
2374,
492,
2375,
6708,
7894,
4701,
2378,
392,
1316,
31,
835
],
),
"eject": SymbolsMetadata(
popularity: 975,
codepoint: 0xe8fb,
categories: [2],
tags: [
748,
77,
1268,
1423,
504,
1103,
345,
288,
4746,
2151,
1688,
7375,
7899,
1108,
1110,
87,
406,
439,
1223,
7900,
2521,
409,
7901,
1224,
1226,
31,
1728,
2210,
3030,
7902,
1320,
37
],
),
"elderly": SymbolsMetadata(
popularity: 1368,
codepoint: 0xf21a,
categories: [3],
tags: [
565,
972,
7903,
5759,
566,
690,
4245,
574,
5760,
3156,
225,
1004,
581,
978,
979,
982,
5897,
7904,
5905,
588,
589,
5123,
590,
1048,
3480,
7905,
7906,
390,
3163,
888,
601,
990,
7907
],
),
"elderly_woman": SymbolsMetadata(
popularity: 979,
codepoint: 0xeb69,
categories: [3],
tags: [
5895,
566,
690,
4245,
193,
3156,
1805,
225,
3520,
1806,
7908,
977,
581,
138,
7909,
5897,
289,
588,
589,
5123,
590,
330,
3163,
392,
986,
888,
593,
2502,
31,
601,
4731,
7910
],
),
"electric_bike": SymbolsMetadata(
popularity: 489,
codepoint: 0xeb1b,
categories: [14],
tags: [
3698,
7911,
7912,
4165,
4167,
3955,
2044,
4172,
7913,
7914,
7915,
3702,
7916,
7917,
7918,
4004,
3942,
1967,
1541,
875,
1891,
3672,
7919,
3707,
7920,
3323,
3324,
4183,
275,
3540,
2327,
3958,
1639,
332,
7313,
1507,
1844,
4185
],
rtlAutoMirrored: true,
),
"electric_bolt": SymbolsMetadata(
popularity: 2896,
codepoint: 0xec1c,
categories: [8],
tags: [
1360,
3698,
3955,
3889,
1851,
1365,
1274,
3702,
7921,
7922,
3890,
3942,
3703,
1165,
4413,
7923,
3956,
7924,
3957,
1143,
648,
3707,
3122,
2443,
275,
4414,
7925,
3958,
2448,
7116,
206,
859,
4415
],
),
"electric_car": SymbolsMetadata(
popularity: 1298,
codepoint: 0xeb1c,
categories: [14],
tags: [
1818,
3698,
3955,
1820,
1821,
3699,
3889,
2044,
312,
1688,
7915,
3702,
4004,
3942,
3703,
4044,
2368,
1633,
1541,
875,
3990,
3707,
7926,
1635,
1636,
3562,
2327,
3958,
900,
1639,
332,
1844,
7927
],
),
"electric_meter": SymbolsMetadata(
popularity: 736,
codepoint: 0xec1b,
categories: [8],
tags: [
4954,
928,
1415,
3955,
929,
3699,
193,
4034,
1417,
81,
1400,
3702,
7928,
3942,
3703,
7929,
1165,
3891,
1140,
1500,
51,
68,
3956,
3957,
226,
17,
3494,
6228,
1143,
1167,
3707,
7930,
433,
746,
3958,
3339,
7931,
3396,
7116,
7932
],
),
"electric_moped": SymbolsMetadata(
popularity: 647,
codepoint: 0xeb1d,
categories: [14],
tags: [
1818,
3698,
4167,
3955,
1820,
1821,
3889,
2565,
6951,
2045,
7933,
7915,
3702,
7934,
7918,
7935,
1541,
875,
7936,
1891,
289,
7937,
3707,
4182,
3324,
4183,
1927,
1529,
888,
2327,
31,
3958,
1639,
332,
7313,
1507,
1844,
4185,
2059
],
rtlAutoMirrored: true,
),
"electric_rickshaw": SymbolsMetadata(
popularity: 375,
codepoint: 0xeb1e,
categories: [14],
tags: [
7938,
7939,
1818,
7940,
3955,
1820,
1821,
7941,
7942,
3702,
7943,
4004,
6741,
1471,
1541,
875,
289,
1922,
7322,
2055,
7944,
3324,
888,
7945,
7946,
5374,
7947,
7948,
3958,
900,
1639,
332,
1843,
7949,
4970,
1844,
2059
],
rtlAutoMirrored: true,
),
"electric_scooter": SymbolsMetadata(
popularity: 565,
codepoint: 0xeb1f,
categories: [14],
tags: [
3698,
4167,
3955,
2565,
2044,
4922,
5400,
313,
2408,
7933,
3702,
7918,
7950,
7951,
7952,
7953,
1541,
7954,
875,
1891,
468,
7937,
4182,
3324,
4183,
2038,
7955,
3958,
900,
1639,
332,
7313,
7956,
1844,
4185,
2059
],
rtlAutoMirrored: true,
),
"electrical_services": SymbolsMetadata(
popularity: 1810,
codepoint: 0xf102,
categories: [5],
tags: [
3955,
3641,
3699,
5764,
4957,
1851,
3702,
3890,
7957,
3942,
3703,
7958,
1165,
1756,
7923,
7959,
1632,
7960,
7790,
3646,
3957,
3981,
3990,
3707,
7961,
4900,
652,
878,
7962,
3983,
6310,
3396,
7116,
4960,
7963,
4415
],
),
"elevation": SymbolsMetadata(
popularity: 121,
codepoint: 0xf6e7,
categories: [15],
tags: [
1641,
1467,
7964,
484,
7965,
2885,
7966,
5120,
579,
1198,
697,
5496,
1080,
7967,
7968,
7969,
7970,
2154,
1082,
4216,
7971,
1606,
1607,
91,
1715,
2765,
7972,
386,
6907,
7973,
6403,
1719,
6166,
393,
7974,
7975,
7976
],
),
"elevator": SymbolsMetadata(
popularity: 659,
codepoint: 0xf1a0,
categories: [16],
tags: [
480,
861,
1497,
502,
690,
929,
504,
1498,
345,
312,
313,
2832,
7977,
7978,
581,
51,
1890,
1344,
1083,
3040,
4898,
468,
325,
588,
589,
1167,
1841,
31,
65,
900,
332,
7979,
1709,
1465
],
),
"emergency": SymbolsMetadata(
popularity: 3114,
codepoint: 0xe1eb,
categories: [5],
tags: [
1359,
1360,
865,
839,
1361,
1362,
2386,
3700,
1235,
7980,
1365,
7716,
2438,
2440,
4432,
697,
892,
5391,
871,
1772,
1367,
1541,
894,
616,
1368,
239,
4282,
705,
1036,
273,
2445,
31,
2448,
206
],
),
"emergency_heat": SymbolsMetadata(
popularity: 383,
codepoint: 0xf15d,
categories: [8],
tags: [
3125,
7713,
1360,
1361,
7981,
504,
691,
840,
345,
3700,
1365,
2438,
2732,
1366,
216,
5201,
5202,
7982,
3036,
1856,
3479,
1140,
3038,
1857,
138,
1367,
1166,
642,
1143,
616,
355,
4900,
652,
151,
31,
1093,
858,
2078,
2448,
7983,
206
],
),
"emergency_heat_2": SymbolsMetadata(
popularity: 28,
codepoint: 0xf4e5,
categories: [8],
tags: [
3125,
837,
2061,
1360,
1361,
2739,
1848,
7981,
1850,
691,
840,
345,
1365,
2438,
2732,
1366,
5201,
5202,
1077,
7982,
3036,
1856,
3479,
7984,
1140,
3038,
1857,
138,
1367,
1344,
1166,
1143,
616,
7985,
3847,
31,
1093,
858,
2078,
141,
3849,
206,
1863,
859,
1865
],
),
"emergency_home": SymbolsMetadata(
popularity: 2217,
codepoint: 0xe82a,
categories: [8],
tags: [
1360,
865,
1361,
929,
691,
3700,
1365,
7716,
4950,
1499,
2438,
2732,
1366,
4432,
871,
1140,
1500,
4710,
1367,
1166,
1143,
616,
7986,
1582,
1503,
4435,
4911,
3208,
1782,
1505,
955,
31,
4438,
2448,
7987,
206,
1187
],
),
"emergency_recording": SymbolsMetadata(
popularity: 261,
codepoint: 0xebf4,
categories: [8],
tags: [
748,
1360,
1669,
501,
1361,
504,
40,
42,
691,
345,
1365,
288,
2438,
346,
5130,
1110,
138,
49,
1367,
2868,
53,
406,
4280,
353,
439,
616,
2342,
57,
59,
62,
453,
440,
1036,
5138,
65,
907,
2448,
37,
434,
476,
206
],
),
"emergency_share": SymbolsMetadata(
popularity: 348,
codepoint: 0xebf6,
categories: [8],
tags: [
1360,
1361,
731,
504,
691,
283,
284,
3700,
1365,
81,
7716,
2438,
137,
871,
138,
1367,
68,
1344,
323,
267,
616,
1551,
2310,
1529,
273,
2446,
31,
4789,
907,
2448,
206
],
),
"emergency_share_off": SymbolsMetadata(
popularity: 18,
codepoint: 0xf59e,
categories: [8],
tags: [
1360,
77,
1361,
481,
1208,
691,
283,
7988,
284,
1365,
81,
1211,
868,
2438,
7989,
1055,
1367,
1222,
1314,
267,
2024,
616,
1059,
1060,
1061,
5062,
4268,
2630,
3297,
3015,
1529,
7990,
7991,
1067,
1226,
526,
206
],
),
"emoji_food_beverage": SymbolsMetadata(
popularity: 1438,
codepoint: 0xea1b,
categories: [3],
tags: [
4878,
2125,
3715,
6025,
7992,
6027,
6029,
2937,
3720,
4228,
1612,
2367,
4646,
6031,
4234,
4198,
2089,
6033,
4700,
6034,
1925,
3727,
7993,
1201,
3847,
7994,
6036
],
),
"emoji_language": SymbolsMetadata(
popularity: 62,
codepoint: 0xf4cd,
categories: [11],
tags: [
7995,
2740,
7229,
193,
283,
1476,
1477,
4864,
7996,
1612,
1614,
1616,
577,
1617,
1618,
319,
320,
1619,
1620,
322,
259,
1113,
7997,
5247,
7998,
1623,
4945,
2306,
1624,
7999,
589,
5254,
1625,
1626,
1628,
593,
1295,
594,
1485,
1296,
4867,
33,
5599,
7255,
5950,
1186,
334,
5257
],
),
"emoji_nature": SymbolsMetadata(
popularity: 2254,
codepoint: 0xea1c,
categories: [3],
tags: [
4889,
8000,
2364,
2992,
1309,
8001,
315,
6243,
8002,
1612,
1852,
1853,
8003,
2366,
6890,
8004,
8005,
3836,
1829,
2368,
234,
4894,
8006,
2372,
8007,
2373,
2374,
1834,
8008,
2375,
3672,
3321,
8009,
1835,
2381,
8010,
8011,
2382,
8012
],
),
"emoji_objects": SymbolsMetadata(
popularity: 7695,
codepoint: 0xea24,
categories: [3],
tags: [
566,
3822,
6149,
5,
570,
6127,
193,
283,
2289,
1612,
1613,
6132,
577,
8013,
1620,
3825,
5516,
3646,
583,
2231,
242,
2394,
330,
1626,
8014,
4202,
4870
],
),
"emoji_people": SymbolsMetadata(
popularity: 4129,
codepoint: 0xea1d,
categories: [3],
tags: [
973,
8015,
5763,
1190,
6339,
690,
574,
5067,
6648,
4814,
1612,
8016,
578,
1276,
5793,
8017,
579,
581,
7402,
582,
1030,
8018,
267,
7407,
588,
589,
590,
1288,
390,
8019,
592,
593,
595,
597,
602,
8020
],
),
"emoji_symbols": SymbolsMetadata(
popularity: 785,
codepoint: 0xea1e,
categories: [3],
tags: [
8021,
8022,
5,
570,
283,
1612,
8023,
1613,
1614,
6132,
577,
8013,
3319,
1620,
8024,
8025,
1113,
2306,
1714,
1481,
3989,
8026,
2394,
8027,
8028,
898,
1626,
1627,
243,
2791,
4545,
33
],
),
"emoji_transportation": SymbolsMetadata(
popularity: 1415,
codepoint: 0xea1f,
categories: [3],
tags: [
1497,
77,
1818,
929,
1820,
5748,
1821,
2044,
313,
1612,
5331,
2568,
903,
1633,
7342,
1541,
7355,
327,
2054,
2055,
8029,
4381,
4382,
7346,
8030,
2571,
1503,
1504,
1505,
4386,
7348,
8031,
7349,
7323,
1639,
332,
1978,
8032,
1844,
8033
],
),
"emoticon": SymbolsMetadata(
popularity: 75,
codepoint: 0xe5f3,
categories: [3],
tags: [
231,
745,
566,
1332,
5,
570,
193,
283,
1164,
1612,
6131,
1614,
6132,
1616,
7522,
577,
8013,
1617,
1618,
137,
1619,
1620,
8034,
138,
1621,
384,
1327,
5516,
1623,
406,
2306,
1624,
6289,
887,
589,
1625,
239,
590,
2394,
330,
1339,
1626,
1627,
1628,
593,
1629,
31,
601,
991
],
),
"empty_dashboard": SymbolsMetadata(
popularity: 208,
codepoint: 0xf844,
categories: [2],
tags: [
1071,
2204,
8035,
5399,
5493,
810,
780,
1425,
81,
811,
8036,
370,
8037,
382,
68,
8038,
385,
1471,
1086,
887,
8039,
5048,
919,
820,
432,
1428,
5503,
433,
2728,
2138,
746,
333,
1186,
1187,
1154
],
),
"enable": SymbolsMetadata(
popularity: 1364,
codepoint: 0xf188,
categories: [2],
tags: [
1360,
77,
1233,
1051,
6330,
193,
8040,
1235,
6439,
1162,
1300,
868,
2832,
4348,
2732,
1213,
1222,
3295,
6266,
1059,
8041,
24,
1065,
71,
1067,
1226,
6854,
8042,
1068,
206
],
),
"encrypted": SymbolsMetadata(
popularity: 965,
codepoint: 0xe593,
categories: [13],
tags: [
2926,
77,
1268,
504,
1561,
344,
345,
313,
8043,
5965,
7771,
903,
1112,
5337,
406,
1758,
354,
439,
1714,
905,
5339,
2521,
409,
328,
1034,
1063,
759,
1581,
1582,
906,
705,
1782,
1036,
1583,
8044,
411,
900,
1728,
1584,
37
],
),
"encrypted_add": SymbolsMetadata(
popularity: 35,
codepoint: 0xf429,
categories: [13],
tags: [
231,
861,
745,
1321,
2700,
1561,
4260,
1324,
1769,
1073,
8045,
1325,
8043,
5965,
8046,
8047,
1328,
1112,
5337,
1786,
1330,
887,
1453,
5966,
5339,
2688,
239,
1034,
1063,
1581,
1582,
1065,
3208,
705,
6279,
1782,
1036,
1583,
31,
5341,
1584
],
),
"encrypted_add_circle": SymbolsMetadata(
popularity: 18,
codepoint: 0xf42a,
categories: [13],
tags: [
231,
861,
745,
8048,
1630,
5241,
1561,
193,
8049,
8050,
1769,
1325,
81,
8043,
8051,
5965,
8052,
8053,
1112,
5337,
1786,
887,
8054,
1453,
5339,
239,
1034,
1063,
1581,
1582,
705,
6279,
1782,
8055,
8056,
1036,
1783,
1583,
31,
1584
],
),
"encrypted_minus_circle": SymbolsMetadata(
popularity: 11,
codepoint: 0xf428,
categories: [13],
tags: [
5007,
861,
1561,
193,
1769,
81,
8057,
1210,
8043,
5965,
4267,
904,
1221,
1112,
8058,
5337,
1786,
1255,
1453,
289,
5966,
5339,
1034,
1063,
1581,
1582,
1224,
1065,
330,
705,
6279,
1782,
1036,
1783,
1583,
1170,
1261,
31,
5341,
1584
],
),
"encrypted_off": SymbolsMetadata(
popularity: 49,
codepoint: 0xf427,
categories: [13],
tags: [
8059,
8060,
1561,
8061,
8062,
868,
8063,
1055,
8043,
5965,
8064,
8065,
8066,
1112,
5337,
8067,
8068,
8069,
8070,
1059,
1060,
1061,
2930,
8071,
8072,
5339,
1034,
8073,
1063,
1581,
1582,
705,
1782,
1036,
8074,
8075,
1583,
1067,
4344,
5342,
8076,
8077,
8078,
1584,
8079
],
),
"endocrinology": SymbolsMetadata(
popularity: 8,
codepoint: 0xe0a9,
categories: [3],
tags: [
5477,
8080,
690,
8081,
8082,
8083,
1770,
3517,
8084,
8085,
8086,
8087,
7674,
697,
892,
8088,
1772,
581,
894,
1776,
8089,
8090,
8091,
1777,
5397,
8092,
8093,
8094,
595,
8095,
31,
8096,
8097,
8098
],
),
"energy": SymbolsMetadata(
popularity: 89,
codepoint: 0xe9a6,
categories: [9],
tags: [
1360,
3698,
3955,
3699,
3889,
1851,
1365,
3702,
3942,
3703,
1852,
4413,
6775,
8099,
2368,
4432,
7923,
7790,
3646,
3957,
3936,
616,
3707,
4010,
8100,
7962,
275,
649,
3983,
3958,
8101,
7116,
206,
8102,
4415
],
),
"energy_program_saving": SymbolsMetadata(
popularity: 473,
codepoint: 0xf15f,
categories: [8],
tags: [
3698,
3955,
3699,
685,
1417,
3500,
3702,
3890,
3942,
8103,
3703,
4044,
382,
3957,
642,
70,
1677,
3707,
4049,
921,
1122,
8104,
5936,
1696,
8105,
71,
1906,
3958,
3396,
4415
],
),
"energy_program_time_used": SymbolsMetadata(
popularity: 385,
codepoint: 0xf161,
categories: [8],
tags: [
1422,
373,
193,
8106,
1159,
8107,
3132,
4034,
81,
4396,
1400,
2099,
3703,
8108,
3891,
137,
2084,
51,
17,
3494,
3706,
5921,
1122,
8109,
759,
1428,
1168,
1152,
746,
1171,
8110,
8111,
3339
],
),
"energy_savings_leaf": SymbolsMetadata(
popularity: 1321,
codepoint: 0xec1a,
categories: [8],
tags: [
4040,
504,
685,
7807,
345,
6242,
7915,
6243,
3500,
3703,
1852,
2368,
138,
51,
2372,
2373,
3980,
1834,
1143,
70,
1835,
3707,
7811,
8112,
8105,
954,
8113,
71,
291,
2327,
31,
413,
3339
],
),
"engineering": SymbolsMetadata(
popularity: 8639,
codepoint: 0xea3d,
categories: [15],
tags: [
2222,
2133,
690,
929,
1784,
8114,
8115,
685,
1498,
345,
1236,
1104,
2799,
1756,
4896,
1108,
1785,
3437,
5719,
8116,
581,
4897,
5332,
4898,
3981,
1029,
8117,
1119,
70,
588,
589,
1090,
4900,
151,
71,
1788,
1093,
140,
65,
1789,
5417
],
),
"enhanced_encryption": SymbolsMetadata(
popularity: 1030,
codepoint: 0xe63f,
categories: [13],
tags: [
231,
861,
745,
1766,
8118,
8119,
4260,
1102,
1769,
81,
8120,
8121,
44,
5965,
715,
1112,
1786,
1056,
887,
8071,
8122,
5966,
5339,
239,
1034,
1063,
1582,
1065,
705,
8123,
1782,
1036,
1783,
31,
65,
5341,
5342,
8124
],
),
"ent": SymbolsMetadata(
popularity: 40,
codepoint: 0xe0aa,
categories: [3],
tags: [
1268,
8125,
690,
6045,
8126,
7729,
781,
8127,
977,
697,
581,
3825,
5497,
406,
8128,
8129,
1714,
8130,
8131,
3098,
8132,
8133,
8134,
1595,
588,
589,
408,
409,
6048,
8135,
3067,
1293,
3407,
595,
4871,
6049,
8096,
8136,
6765
],
),
"enterprise": SymbolsMetadata(
popularity: 322,
codepoint: 0xe70e,
categories: [9],
tags: [
1765,
1497,
3662,
2042,
1515,
929,
569,
4890,
2565,
1180,
576,
1385,
4938,
1104,
2567,
1386,
941,
234,
4940,
5332,
946,
1516,
1029,
1391,
586,
3115,
969,
1502,
2572,
955,
4501,
2573,
1507,
1519
],
),
"enterprise_off": SymbolsMetadata(
popularity: 33,
codepoint: 0xeb4d,
categories: [9],
tags: [
3662,
2042,
481,
1051,
1515,
929,
8137,
569,
8138,
6330,
4890,
1209,
576,
8139,
2021,
868,
2731,
1055,
1386,
8140,
1222,
1057,
5969,
1059,
1391,
8141,
1060,
1061,
969,
1065,
1067,
1226,
4501,
8042,
1068
],
),
"equal": SymbolsMetadata(
popularity: 328,
codepoint: 0xf77b,
categories: [12],
tags: [
480,
8142,
6638,
1322,
925,
5009,
791,
5010,
3782,
8143,
80,
3112,
2252,
1804,
5011,
8144,
629,
8145,
381,
916,
8146,
1471,
793,
1329,
8147,
1119,
1741,
1742,
227,
8148,
4201,
675,
31,
140,
1331
],
),
"equalizer": SymbolsMetadata(
popularity: 3404,
codepoint: 0xe01d,
categories: [0],
tags: [
1747,
2222,
1071,
1268,
3404,
517,
373,
345,
1236,
81,
44,
2072,
83,
1755,
351,
1078,
1083,
1471,
226,
1086,
8149,
4236,
439,
1714,
1286,
6275,
408,
921,
71,
7103,
1293,
8150,
6102,
8151,
746,
6404,
1095,
1465,
2534,
554
],
),
"eraser_size_1": SymbolsMetadata(
popularity: 10,
codepoint: 0xf3fc,
categories: [12],
tags: [
2222,
1602,
3095,
8152,
780,
1210,
378,
4858,
1252,
680,
3392,
8153,
370,
2265,
490,
384,
87,
8154,
8155,
8156,
3102,
24,
1224,
298,
1964,
1170,
8157,
4607,
1433,
3599,
511,
3752,
397
],
),
"eraser_size_2": SymbolsMetadata(
popularity: 5,
codepoint: 0xf3fb,
categories: [12],
tags: [
1747,
1602,
3095,
1208,
810,
780,
685,
1796,
1210,
44,
378,
1252,
680,
3392,
8153,
370,
137,
1111,
87,
8155,
492,
70,
4530,
1167,
921,
1224,
71,
392,
298,
1170,
8157,
4607,
511,
3752,
397
],
),
"eraser_size_3": SymbolsMetadata(
popularity: 6,
codepoint: 0xf3fa,
categories: [12],
tags: [
1747,
1602,
1423,
780,
1210,
378,
1252,
680,
3392,
8153,
370,
2265,
699,
51,
792,
87,
8155,
8156,
226,
70,
3102,
432,
1224,
391,
71,
298,
8158,
1170,
8157,
4607,
1789,
3752,
397
],
),
"eraser_size_4": SymbolsMetadata(
popularity: 6,
codepoint: 0xf3f9,
categories: [12],
tags: [
8159,
3095,
8160,
780,
1210,
378,
4858,
1252,
8161,
3392,
8153,
370,
137,
1948,
87,
8155,
1652,
3100,
8162,
4530,
1224,
298,
1170,
8157,
8163,
6968,
4607,
511,
3752,
8164,
2552,
397
],
),
"eraser_size_5": SymbolsMetadata(
popularity: 9,
codepoint: 0xf3f8,
categories: [12],
tags: [
676,
2222,
223,
810,
8165,
780,
1210,
486,
378,
4858,
1252,
2165,
3392,
8153,
667,
370,
8166,
490,
792,
87,
8155,
226,
21,
26,
1224,
298,
1170,
8157,
4607,
511,
3752,
397
],
),
"error": SymbolsMetadata(
popularity: 30297,
codepoint: 0xe000,
categories: [6],
tags: [
3125,
1360,
8167,
1361,
691,
193,
462,
3700,
1365,
1754,
2732,
1366,
2733,
1367,
68,
5187,
2734,
87,
1166,
583,
616,
2900,
328,
2737,
1035,
898,
8168,
291,
1170,
31,
206,
8169
],
),
"error_med": SymbolsMetadata(
popularity: 63,
codepoint: 0xe49b,
categories: [2],
tags: [
1360,
8170,
1361,
8171,
691,
3700,
1365,
2732,
8172,
8173,
4713,
8174,
5095,
2733,
697,
1367,
5186,
2734,
1166,
1776,
583,
616,
2737,
898,
1226,
31,
1093,
1728,
8175,
206,
8169,
5942
],
),
"escalator": SymbolsMetadata(
popularity: 241,
codepoint: 0xf1a1,
categories: [16],
tags: [
861,
862,
1981,
77,
3026,
929,
3861,
8176,
2408,
3867,
2832,
8177,
3854,
3804,
1083,
8178,
468,
8179,
325,
2055,
898,
8180,
8181,
3562,
4981,
900,
1639,
332,
1709,
3184
],
),
"escalator_warning": SymbolsMetadata(
popularity: 1104,
codepoint: 0xf1ac,
categories: [16],
tags: [
1360,
1361,
690,
3284,
929,
691,
993,
1365,
8182,
8177,
4713,
3854,
3520,
1213,
4432,
581,
1006,
3981,
8183,
8184,
6828,
616,
8185,
2900,
1032,
588,
589,
4268,
2055,
1065,
705,
898,
31,
1728,
8186,
206
],
),
"euro": SymbolsMetadata(
popularity: 3184,
codepoint: 0xea15,
categories: [9],
tags: [
927,
928,
930,
931,
932,
934,
1417,
936,
937,
6746,
938,
963,
6711,
8187,
8188,
8189,
8190,
3302,
941,
6704,
1548,
916,
6724,
87,
6720,
948,
8191,
523,
950,
951,
1421,
392,
1395,
1170,
31,
4948,
36,
958
],
),
"euro_symbol": SymbolsMetadata(
popularity: 2169,
codepoint: 0xe926,
categories: [9],
tags: [
927,
928,
569,
1658,
930,
931,
932,
934,
1417,
936,
937,
938,
964,
6711,
8188,
3302,
941,
942,
322,
6720,
948,
523,
950,
951,
1421,
3305,
31,
956,
36,
958
],
),
"ev_mobiledata_badge": SymbolsMetadata(
popularity: 0,
codepoint: 0xf7e2,
categories: [4],
tags: [
4,
517,
251,
252,
7719,
8192,
5,
284,
254,
7721,
8193,
615,
621,
7,
12,
3891,
51,
259,
16,
792,
3494,
262,
263,
265,
266,
267,
269,
611,
22,
648,
271,
273,
7819,
275,
291,
649,
31,
612,
33,
35,
1864,
277,
278
],
),
"ev_shadow": SymbolsMetadata(
popularity: 333,
codepoint: 0xef8f,
categories: [1],
tags: [
3698,
3641,
3642,
3699,
5576,
3889,
193,
4104,
4248,
1252,
680,
487,
3702,
4004,
8194,
8195,
3942,
3703,
5577,
8196,
8197,
83,
3644,
3383,
8198,
1139,
4758,
49,
3646,
8199,
59,
62,
3707,
4761,
8200,
4063,
8201,
7973,
8202,
4762,
1608,
5877,
8203,
3849,
8204
],
),
"ev_shadow_add": SymbolsMetadata(
popularity: 6,
codepoint: 0xf580,
categories: [1],
tags: [
231,
745,
504,
5576,
3889,
193,
1325,
4104,
484,
486,
1252,
680,
2165,
487,
3702,
3942,
2351,
5577,
914,
83,
137,
8198,
138,
49,
872,
235,
2154,
3646,
887,
59,
62,
239,
240,
3707,
150,
762,
71,
4063,
7973,
2172,
31,
8203,
511,
907,
476
],
),
"ev_shadow_minus": SymbolsMetadata(
popularity: 1,
codepoint: 0xf57f,
categories: [1],
tags: [
5007,
748,
1423,
1332,
504,
791,
5576,
3889,
193,
345,
2405,
2882,
1210,
1252,
680,
3702,
3942,
1164,
5577,
83,
8198,
1644,
138,
49,
1959,
2946,
1724,
2895,
1255,
4294,
1119,
59,
62,
3707,
8205,
1224,
4063,
7973,
392,
898,
1339,
1261,
31,
8203,
511,
907
],
),
"ev_station": SymbolsMetadata(
popularity: 1105,
codepoint: 0xe56d,
categories: [5],
tags: [
1818,
3698,
3955,
1820,
1821,
5576,
3889,
8206,
4002,
3702,
8207,
4004,
8208,
3942,
3703,
8209,
5577,
8210,
8211,
5991,
8212,
1140,
1541,
5578,
8213,
2570,
3990,
3707,
5586,
8214,
8215,
7811,
4959,
3562,
2327,
3958,
900,
1639,
1844
],
),
"event": SymbolsMetadata(
popularity: 14098,
codepoint: 0xe878,
categories: [6],
tags: [
745,
8216,
8217,
8218,
5017,
1670,
1932,
2080,
5032,
1160,
2134,
10,
8219,
8220,
8221,
1166,
5121,
5018,
5035,
8222,
8223,
8224,
3509,
239,
1148,
4128,
1370,
1936,
1168,
8225,
433,
1171,
5020,
5039,
5045
],
),
"event_available": SymbolsMetadata(
popularity: 6884,
codepoint: 0xe614,
categories: [6],
tags: [
5017,
1670,
1671,
8226,
8227,
4019,
5649,
1932,
2080,
8228,
1673,
8229,
2095,
463,
2701,
8230,
8231,
1160,
8232,
8233,
8234,
2335,
10,
8235,
8236,
1166,
1676,
1677,
1370,
1168,
8237,
8238,
362,
1678,
1171,
2347,
1584,
1681
],
),
"event_busy": SymbolsMetadata(
popularity: 2203,
codepoint: 0xe615,
categories: [6],
tags: [
1670,
1051,
5649,
751,
2080,
1208,
780,
1209,
1235,
1160,
10,
1212,
2229,
2286,
1548,
1966,
1471,
1166,
5121,
3295,
8239,
2900,
1224,
1168,
2502,
433,
1226,
1170,
1171,
8240,
1068,
1969,
4013,
4014
],
),
"event_list": SymbolsMetadata(
popularity: 162,
codepoint: 0xf683,
categories: [2],
tags: [
5017,
1670,
6109,
2282,
2080,
8241,
5615,
1674,
4820,
1160,
8242,
4822,
1983,
1471,
88,
5637,
8243,
5043,
6801,
5121,
8244,
1677,
1370,
1168,
1518,
2260,
2476,
1679,
8245,
8246
],
rtlAutoMirrored: true,
),
"event_note": SymbolsMetadata(
popularity: 4071,
codepoint: 0xe616,
categories: [6],
tags: [
8216,
5017,
1670,
1932,
2080,
8247,
1160,
8248,
2134,
5034,
1589,
1590,
10,
1166,
5121,
1593,
5018,
1481,
5036,
1597,
5019,
432,
1370,
1168,
433,
33,
8249,
1171,
2476,
7850,
1486,
5021
],
rtlAutoMirrored: true,
),
"event_repeat": SymbolsMetadata(
popularity: 1607,
codepoint: 0xeb7b,
categories: [6],
tags: [
5017,
2537,
1670,
460,
2080,
8250,
752,
753,
5032,
1160,
2134,
10,
8251,
351,
2320,
3463,
3052,
3464,
757,
5121,
5018,
5035,
6767,
5019,
8252,
3394,
8253,
2462,
3458,
5907,
470,
1168,
8254,
1518,
1171,
473,
5045,
5040
],
),
"event_seat": SymbolsMetadata(
popularity: 458,
codepoint: 0xe903,
categories: [8],
tags: [
8255,
1467,
2698,
8256,
4019,
1932,
1914,
684,
344,
4472,
811,
10,
4072,
323,
8257,
327,
1677,
329,
1936,
1646,
1927,
1937,
1151,
363,
8258,
3540,
1553,
8259,
8260,
3370,
2019,
3878
],
),
"event_upcoming": SymbolsMetadata(
popularity: 2797,
codepoint: 0xf238,
categories: [6],
tags: [
5017,
1670,
77,
1932,
2080,
4991,
1160,
8261,
2134,
2082,
10,
8262,
489,
382,
5018,
5036,
5019,
3509,
432,
1370,
5819,
1936,
906,
1168,
433,
8263,
1171,
2476,
8264,
1721,
8265,
5021
],
rtlAutoMirrored: true,
),
"exclamation": SymbolsMetadata(
popularity: 3118,
codepoint: 0xf22f,
categories: [13],
tags: [
3125,
1360,
6812,
1361,
691,
8266,
3700,
7980,
1365,
2732,
4708,
1366,
5095,
2733,
4432,
3479,
1367,
51,
68,
8267,
2734,
1166,
1183,
616,
328,
2737,
8268,
3222,
898,
31,
1728,
206,
8269
],
),
"exercise": SymbolsMetadata(
popularity: 242,
codepoint: 0xf6e6,
categories: [15],
tags: [
749,
2525,
8270,
7350,
8271,
690,
8272,
8273,
308,
8274,
8275,
8276,
3703,
11,
8277,
2230,
2884,
2885,
8278,
8279,
697,
7572,
468,
648,
8280,
2570,
8281,
3323,
8282,
392,
30,
3540,
8283,
649,
3042,
8284,
8285,
3513,
3542
],
),
"exit_to_app": SymbolsMetadata(
popularity: 5961,
codepoint: 0xe879,
categories: [2],
tags: [
8286,
861,
565,
1669,
501,
77,
481,
482,
1209,
2719,
8287,
485,
4950,
1212,
1703,
903,
8288,
1344,
385,
2963,
87,
8289,
5626,
262,
630,
1758,
1550,
325,
2356,
1741,
3061,
271,
5255,
4269,
432,
1707,
410,
7223,
8290,
1552,
433,
525,
1720,
141,
601,
1348,
333,
1186,
1187
],
rtlAutoMirrored: true,
),
"expand": SymbolsMetadata(
popularity: 2570,
codepoint: 0xe94f,
categories: [2],
tags: [
77,
502,
633,
8291,
6057,
628,
2830,
2955,
2351,
914,
8292,
2353,
348,
5826,
1704,
1326,
235,
2355,
1758,
439,
2930,
2968,
6254,
5459,
391,
410,
1952,
6224,
396,
8293,
1187,
2348
],
),
"expand_all": SymbolsMetadata(
popularity: 589,
codepoint: 0xe946,
categories: [2],
tags: [
745,
2292,
77,
502,
2350,
3062,
313,
2408,
8,
2832,
2351,
914,
8294,
2352,
1335,
8292,
5826,
1704,
2432,
235,
2355,
8295,
237,
2930,
2968,
239,
2897,
391,
2016,
2275,
2359,
1709,
2348,
8296
],
),
"expand_circle_down": SymbolsMetadata(
popularity: 9405,
codepoint: 0xe7cd,
categories: [2],
tags: [
77,
502,
504,
2838,
193,
8297,
1209,
912,
8298,
345,
145,
313,
2832,
2590,
8299,
2894,
8300,
914,
2911,
6077,
2918,
51,
68,
88,
2355,
506,
2895,
237,
8301,
325,
2897,
2016
],
),
"expand_circle_right": SymbolsMetadata(
popularity: 181,
codepoint: 0xf591,
categories: [2],
tags: [
77,
502,
2838,
193,
912,
43,
313,
2832,
2351,
914,
6077,
903,
2845,
234,
235,
68,
88,
2355,
237,
8302,
1758,
905,
2930,
328,
1121,
906,
2898
],
rtlAutoMirrored: true,
),
"expand_circle_up": SymbolsMetadata(
popularity: 135,
codepoint: 0xf5d2,
categories: [2],
tags: [
77,
502,
504,
2838,
193,
1209,
912,
2455,
345,
1477,
313,
2832,
2351,
5935,
914,
6077,
1704,
2708,
8303,
1622,
8304,
88,
2355,
2895,
4667,
237,
8302,
325,
2930,
1243,
2232,
8305,
2920,
413,
1709,
396
],
),
"expand_content": SymbolsMetadata(
popularity: 1000,
codepoint: 0xf830,
categories: [2],
tags: [
77,
502,
2838,
912,
145,
3062,
313,
8,
1589,
2832,
2351,
914,
6074,
6077,
6078,
5826,
1326,
235,
88,
2355,
237,
325,
2930,
2897,
391,
2016,
396,
1187,
8296
],
),
"expansion_panels": SymbolsMetadata(
popularity: 75,
codepoint: 0xe600,
categories: [2],
tags: [
8306,
1467,
77,
502,
912,
628,
145,
2408,
2910,
8307,
2832,
2894,
914,
2918,
8303,
68,
1344,
8308,
385,
88,
8309,
506,
2930,
92,
8310,
4659,
6081,
2472,
2016,
8311,
955,
413,
907,
1709,
8312,
2970
],
),
"experiment": SymbolsMetadata(
popularity: 1824,
codepoint: 0xe686,
categories: [15],
tags: [
1422,
4187,
4188,
1767,
3822,
4190,
4191,
8313,
1333,
2937,
314,
3112,
4193,
4194,
1109,
8314,
4292,
4197,
3414,
4198,
894,
8091,
1777,
2394,
3420,
330,
4201,
4202,
3116,
8315,
4203
],
),
"explicit": SymbolsMetadata(
popularity: 402,
codepoint: 0xe01e,
categories: [0],
tags: [
4093,
4,
481,
191,
5,
8316,
628,
7870,
7722,
8317,
8318,
83,
12,
137,
8319,
52,
5247,
16,
1166,
8320,
200,
406,
3364,
1714,
6266,
8321,
2628,
2630,
203,
1065,
2379,
1783,
898,
31,
33,
35,
206,
1486
],
),
"explore": SymbolsMetadata(
popularity: 9857,
codepoint: 0xe87a,
categories: [5],
tags: [
3660,
309,
312,
313,
2334,
314,
315,
2985,
316,
317,
320,
2834,
1633,
323,
1538,
324,
1541,
174,
325,
6228,
6229,
507,
1634,
1551,
327,
1392,
1636,
1126,
4662,
3327,
332,
8322,
8323,
3007,
334
],
),
"explore_nearby": SymbolsMetadata(
popularity: 124,
codepoint: 0xe538,
categories: [5],
tags: [
3660,
1131,
8324,
193,
309,
313,
314,
2985,
5179,
316,
317,
3188,
2834,
1471,
6272,
8325,
1549,
323,
324,
1085,
174,
325,
8326,
6228,
6229,
507,
326,
327,
1167,
329,
6295,
1126,
4662,
1553,
332,
3007
],
),
"explore_off": SymbolsMetadata(
popularity: 256,
codepoint: 0xe9a8,
categories: [5],
tags: [
8327,
309,
8328,
8329,
312,
313,
7328,
8330,
868,
8331,
8332,
2985,
1055,
316,
8333,
8334,
8335,
8336,
8337,
8338,
7330,
8339,
8340,
8341,
323,
8342,
7334,
1541,
8343,
8344,
6228,
6229,
1059,
1061,
8345,
8346,
8347,
7337,
8348,
8349,
1067,
4662,
8350,
332,
7339,
3007,
8351
],
),
"explosion": SymbolsMetadata(
popularity: 119,
codepoint: 0xf685,
categories: [3],
tags: [
1360,
341,
4416,
4418,
4419,
4421,
3381,
4423,
8352,
1365,
8353,
6922,
4428,
1274,
487,
3703,
10,
4429,
4430,
4431,
5201,
6775,
3038,
8354,
5269,
4433,
4434,
8355,
3707,
644,
8356,
8357,
857,
8358,
4340,
8359,
206
],
),
"export_notes": SymbolsMetadata(
popularity: 186,
codepoint: 0xe0ac,
categories: [12],
tags: [
8360,
8361,
77,
1733,
81,
1588,
1589,
1703,
147,
697,
5568,
1593,
1758,
1481,
1595,
2356,
1596,
1597,
906,
8362,
8363,
8364,
2310,
1529,
1598,
33,
526,
1709,
527,
8365,
1486
],
),
"exposure": SymbolsMetadata(
popularity: 498,
codepoint: 0xe3ca,
categories: [1],
tags: [
745,
2222,
1423,
3642,
40,
4751,
1753,
1252,
680,
487,
3643,
137,
49,
51,
8366,
792,
3646,
1471,
1255,
57,
59,
62,
239,
391,
71,
3496,
1261,
413,
476
],
),
"exposure_neg_1": SymbolsMetadata(
popularity: 259,
codepoint: 0xe3cb,
categories: [1],
tags: [
72,
1747,
3642,
8367,
8368,
4751,
1753,
4104,
8369,
2882,
7,
3654,
1252,
680,
487,
3643,
8370,
83,
49,
8371,
792,
3646,
8372,
1255,
8373,
8374,
4294,
22,
57,
3623,
4351,
59,
8375,
71,
1261,
31,
36
],
),
"exposure_neg_2": SymbolsMetadata(
popularity: 175,
codepoint: 0xe3cc,
categories: [1],
tags: [
74,
1747,
3642,
40,
4751,
345,
4675,
4104,
8376,
7,
1252,
680,
487,
3643,
49,
51,
792,
3646,
406,
3494,
1255,
439,
8374,
4294,
21,
22,
57,
8377,
59,
62,
758,
151,
71,
3496,
1261,
31,
394
],
),
"exposure_plus_1": SymbolsMetadata(
popularity: 747,
codepoint: 0xe3cd,
categories: [1],
tags: [
72,
745,
2222,
1322,
3642,
504,
302,
4751,
80,
224,
7,
1252,
680,
487,
3643,
8378,
49,
235,
2929,
8379,
793,
21,
22,
23,
8380,
672,
178,
57,
59,
239,
8381,
240,
151,
71,
898,
31,
2210,
36
],
),
"exposure_plus_2": SymbolsMetadata(
popularity: 264,
codepoint: 0xe3ce,
categories: [1],
tags: [
74,
745,
1747,
2222,
3642,
4751,
8382,
7,
44,
1252,
680,
487,
8383,
3643,
83,
137,
49,
6099,
235,
1083,
793,
1652,
21,
431,
22,
57,
4362,
59,
62,
239,
8384,
242,
71,
31,
394
],
),
"exposure_zero": SymbolsMetadata(
popularity: 309,
codepoint: 0xe3cf,
categories: [1],
tags: [
4777,
1747,
925,
3642,
40,
2161,
4751,
345,
6972,
7,
44,
1252,
680,
2165,
487,
3643,
49,
792,
3646,
8385,
439,
815,
22,
57,
59,
328,
5872,
151,
71,
3496,
31,
36,
476,
3708
],
),
"extension": SymbolsMetadata(
popularity: 4523,
codepoint: 0xe87b,
categories: [6],
tags: [
1669,
1131,
1332,
481,
1132,
1133,
482,
1333,
4508,
44,
606,
1164,
811,
1946,
5024,
348,
5403,
904,
8386,
1403,
289,
8387,
5735,
8388,
1149,
1151,
392,
1473,
1339,
823,
433,
141,
8389,
333,
1187,
1155
],
),
"extension_off": SymbolsMetadata(
popularity: 687,
codepoint: 0xe4f5,
categories: [2],
tags: [
5022,
1669,
1051,
3284,
1235,
1299,
2618,
1210,
2955,
1162,
1300,
868,
2731,
1055,
2732,
1946,
5024,
8390,
8386,
87,
1059,
1061,
4741,
8391,
1122,
5735,
1224,
392,
1067,
509,
5941,
8392,
1068,
8393,
8394,
8395,
5773
],
),
"eye_tracking": SymbolsMetadata(
popularity: 219,
codepoint: 0xf4c9,
categories: [0],
tags: [
861,
749,
1071,
5384,
8396,
193,
81,
5810,
8397,
348,
8398,
2012,
8399,
1115,
17,
630,
353,
8400,
5510,
1061,
3801,
2342,
8401,
2897,
1035,
8402,
1745,
1036,
1127,
2016,
5138,
65,
2158,
1095,
396,
3651,
4339,
2087,
6788
],
),
"eyeglasses": SymbolsMetadata(
popularity: 336,
codepoint: 0xf6ee,
categories: [3],
tags: [
862,
2553,
864,
8015,
1308,
135,
8403,
4210,
3375,
8404,
2659,
1757,
348,
8405,
53,
1116,
894,
2342,
3115,
2888,
3420,
8406,
1292,
8407,
8408,
3116,
8409,
5802,
6421,
396,
4339,
2559
],
),
"eyeglasses_2": SymbolsMetadata(
popularity: 284,
codepoint: 0xf2c7,
categories: [3],
tags: [
2553,
1308,
193,
780,
2351,
8404,
7522,
2659,
1757,
348,
8405,
871,
4455,
53,
8410,
1115,
1116,
8411,
2342,
8412,
2888,
1127,
8406,
8407,
8408,
3116,
8409,
5802,
396,
4339,
2671,
2348
],
),
"face": SymbolsMetadata(
popularity: 13359,
codepoint: 0xe87c,
categories: [3],
tags: [
861,
565,
5239,
1766,
5384,
8413,
1612,
7522,
577,
8414,
977,
581,
2012,
978,
1786,
4824,
980,
5626,
8415,
588,
589,
920,
5123,
1063,
590,
3206,
1289,
3208,
1745,
1782,
1036,
593,
989,
5341,
601,
6808
],
),
"face_2": SymbolsMetadata(
popularity: 918,
codepoint: 0xf8da,
categories: [3],
tags: [
565,
8416,
566,
5,
6127,
8417,
8418,
1612,
1613,
6131,
6132,
7522,
577,
8013,
6134,
1620,
581,
978,
5516,
1786,
4824,
980,
5626,
1624,
588,
589,
8419,
1625,
8420,
590,
1289,
8421,
1036,
1628,
593,
989,
5341,
601
],
),
"face_3": SymbolsMetadata(
popularity: 1270,
codepoint: 0xf8db,
categories: [3],
tags: [
565,
566,
8422,
8423,
1612,
7522,
577,
2720,
225,
977,
581,
1786,
4824,
980,
5626,
1812,
981,
6289,
8134,
588,
589,
8424,
1045,
5123,
590,
8425,
1048,
1289,
1036,
593,
989,
5341,
601,
8426,
990,
1023
],
),
"face_4": SymbolsMetadata(
popularity: 1194,
codepoint: 0xf8dc,
categories: [3],
tags: [
565,
566,
8427,
5,
193,
1612,
6131,
6132,
7522,
577,
2720,
8428,
977,
581,
978,
1786,
4824,
980,
5626,
6289,
815,
8134,
289,
588,
589,
821,
5123,
590,
1289,
1035,
1036,
1339,
8014,
593,
989,
5341,
601
],
),
"face_5": SymbolsMetadata(
popularity: 798,
codepoint: 0xf8dd,
categories: [3],
tags: [
565,
566,
8423,
5,
283,
1612,
6131,
6132,
7522,
577,
1617,
1620,
8034,
977,
581,
978,
979,
5516,
1786,
4824,
980,
5626,
588,
589,
1045,
5123,
590,
3480,
1289,
1036,
8429,
8014,
1628,
593,
989,
5341,
601,
990
],
),
"face_6": SymbolsMetadata(
popularity: 1463,
codepoint: 0xf8de,
categories: [3],
tags: [
565,
566,
6127,
8430,
8431,
1612,
6131,
6132,
7522,
577,
6134,
1620,
977,
581,
5516,
1786,
4824,
980,
5626,
6289,
588,
589,
1625,
590,
1289,
8432,
1036,
1628,
593,
989,
5341,
601
],
),
"face_down": SymbolsMetadata(
popularity: 21,
codepoint: 0xf402,
categories: [3],
tags: [
8433,
8434,
8435,
8436,
8437,
8438,
313,
8439,
8440,
8441,
1612,
7522,
577,
8442,
8443,
2708,
8444,
8445,
8446,
8447,
977,
8448,
581,
8449,
8450,
8451,
589,
8452,
8453,
8454,
8455,
8456,
8457,
8458
],
),
"face_left": SymbolsMetadata(
popularity: 10,
codepoint: 0xf401,
categories: [3],
tags: [
565,
6124,
566,
690,
974,
4508,
6972,
313,
1612,
7522,
577,
8459,
2720,
225,
8428,
2708,
8444,
977,
581,
2207,
3586,
8460,
289,
589,
5123,
590,
392,
1473,
888,
601,
396
],
),
"face_nod": SymbolsMetadata(
popularity: 18,
codepoint: 0xf400,
categories: [3],
tags: [
2673,
2674,
748,
2451,
1671,
2697,
504,
1673,
1675,
2681,
902,
313,
2335,
1612,
1613,
7522,
577,
2683,
903,
2708,
8444,
2845,
4053,
1620,
977,
581,
1344,
905,
589,
242,
1121,
3024,
1626,
245,
2694,
1584,
1681
],
),
"face_retouching_off": SymbolsMetadata(
popularity: 292,
codepoint: 0xf007,
categories: [1],
tags: [
566,
6661,
8461,
481,
1208,
193,
1300,
868,
1252,
680,
487,
1612,
6131,
1055,
3375,
5810,
577,
7401,
2720,
83,
977,
581,
49,
8462,
6289,
2374,
1059,
1061,
589,
57,
59,
5123,
590,
1224,
8463,
8464,
71,
7044,
1067,
182,
601
],
),
"face_right": SymbolsMetadata(
popularity: 10,
codepoint: 0xf3ff,
categories: [3],
tags: [
565,
566,
5,
193,
313,
1612,
7522,
577,
8465,
8466,
381,
2708,
8444,
977,
8467,
581,
978,
289,
589,
8468,
920,
386,
8469,
392,
593,
601,
8470
],
),
"face_shake": SymbolsMetadata(
popularity: 20,
codepoint: 0xf3fe,
categories: [3],
tags: [
3535,
566,
8471,
1211,
313,
2682,
8472,
1274,
1612,
6131,
6132,
7522,
577,
2708,
8444,
137,
977,
581,
138,
384,
468,
4294,
3295,
589,
5123,
590,
2394,
4240,
5517,
31,
601
],
),
"face_up": SymbolsMetadata(
popularity: 6,
codepoint: 0xf3fd,
categories: [3],
tags: [
566,
5,
6127,
313,
1612,
1613,
6131,
6132,
7522,
577,
8473,
8013,
5761,
2708,
8444,
6134,
1620,
977,
581,
5516,
8474,
589,
8419,
5123,
242,
590,
1626,
8014,
31,
1709
],
),
"fact_check": SymbolsMetadata(
popularity: 8223,
codepoint: 0xf0c5,
categories: [12],
tags: [
2673,
2331,
2451,
2678,
8475,
1671,
8476,
1766,
482,
1561,
1673,
7885,
463,
1675,
4504,
2333,
2335,
8477,
8478,
2459,
88,
1166,
3113,
1676,
906,
362,
433,
291,
1518,
1678,
2692,
2693,
2347,
4480,
1584,
6808,
1681
],
),
"factory": SymbolsMetadata(
popularity: 4181,
codepoint: 0xebbc,
categories: [5],
tags: [
1497,
5763,
2133,
929,
569,
4906,
934,
1498,
1104,
964,
3703,
8479,
3854,
6460,
4897,
5332,
1632,
5768,
1835,
3707,
758,
681,
8480,
955,
8481
],
),
"falling": SymbolsMetadata(
popularity: 50,
codepoint: 0xf60d,
categories: [3],
tags: [
3425,
1360,
690,
691,
912,
1365,
5060,
2882,
2892,
8482,
2893,
8483,
2903,
2438,
2732,
2733,
8484,
8485,
8486,
581,
5288,
616,
588,
589,
8487,
8488,
5936,
4435,
291,
8489,
8490,
206
],
),
"familiar_face_and_zone": SymbolsMetadata(
popularity: 811,
codepoint: 0xe21c,
categories: [10],
tags: [
5335,
2525,
1131,
5239,
1766,
5384,
1133,
5809,
577,
8491,
8492,
8493,
348,
8494,
1140,
2012,
978,
5248,
4280,
1143,
289,
1146,
2689,
589,
1063,
590,
1149,
1150,
705,
1151,
1036,
392,
888,
5138,
2158,
1095,
601,
1155
],
),
"family_history": SymbolsMetadata(
popularity: 170,
codepoint: 0xe0ad,
categories: [9],
tags: [
8495,
8496,
373,
1073,
1075,
81,
8497,
375,
1026,
3520,
1077,
8498,
8499,
1078,
579,
697,
8500,
2084,
1081,
8501,
289,
2812,
8502,
588,
453,
1092,
8503,
2502,
1170,
2476,
1096
],
),
"family_home": SymbolsMetadata(
popularity: 249,
codepoint: 0xeb26,
categories: [8],
tags: [
1497,
1332,
929,
504,
4950,
1499,
2568,
1026,
8504,
379,
904,
1140,
1500,
8505,
1314,
325,
289,
327,
1501,
2571,
1502,
1503,
1504,
4911,
705,
1036,
392,
1505,
1339,
955,
141,
4744
],
),
"family_link": SymbolsMetadata(
popularity: 350,
codepoint: 0xeb19,
categories: [15],
tags: [
2525,
8506,
6339,
4681,
193,
574,
1074,
284,
1026,
8507,
8508,
5403,
579,
4214,
8509,
8510,
1314,
8511,
8512,
582,
267,
586,
588,
8513,
8514,
1288,
5502,
3450,
593,
602
],
),
"family_restroom": SymbolsMetadata(
popularity: 2322,
codepoint: 0xf1a2,
categories: [16],
tags: [
862,
3543,
3545,
1869,
3547,
993,
997,
2283,
890,
3854,
1026,
8515,
8516,
8517,
3549,
1806,
8518,
8519,
8520,
581,
1028,
3552,
8521,
3553,
325,
4094,
588,
589,
8522,
3862,
3863,
3864,
3561,
878,
3180,
899,
3566,
7910
],
),
"family_star": SymbolsMetadata(
popularity: 127,
codepoint: 0xf527,
categories: [3],
tags: [
3,
8496,
3515,
8523,
6651,
1701,
4098,
993,
574,
284,
8524,
8525,
1612,
6653,
577,
1026,
3519,
8498,
579,
1139,
1006,
8501,
1030,
267,
588,
8526,
6583,
716,
63,
795,
359,
203,
1092,
8527,
1696,
1626,
593,
3224,
857,
597,
8528
],
),
"fan_focus": SymbolsMetadata(
popularity: 4,
codepoint: 0xf334,
categories: [14],
tags: [
480,
837,
1896,
1867,
77,
502,
1818,
3434,
4223,
1850,
1820,
193,
8529,
840,
1885,
345,
844,
845,
313,
3702,
1887,
1757,
1140,
4214,
1471,
642,
3707,
8530,
3220,
3221,
71,
275,
1844,
1862,
1865
],
),
"fan_indirect": SymbolsMetadata(
popularity: 16,
codepoint: 0xf333,
categories: [14],
tags: [
837,
8531,
1896,
1867,
77,
502,
1818,
3434,
4223,
1850,
1820,
8529,
1898,
5277,
844,
8532,
313,
1887,
1857,
8533,
468,
8534,
8530,
8535,
1844,
1862,
1865
],
),
"farsight_digital": SymbolsMetadata(
popularity: 19,
codepoint: 0xf559,
categories: [10],
tags: [
8536,
2332,
840,
1159,
288,
44,
2334,
8,
9,
2549,
316,
8537,
8538,
317,
1757,
489,
1140,
53,
1115,
1116,
1143,
8411,
3801,
2342,
1148,
410,
1127,
8406,
65,
8539,
2078,
396,
4339,
2348
],
),
"fast_forward": SymbolsMetadata(
popularity: 3379,
codepoint: 0xe01f,
categories: [0],
tags: [
8540,
748,
2926,
77,
1268,
5781,
504,
628,
345,
313,
2974,
781,
1165,
7771,
903,
406,
352,
2872,
1714,
905,
2521,
408,
409,
759,
1707,
8044,
275,
411,
31,
1171,
2476,
2039,
907,
37
],
),
"fast_rewind": SymbolsMetadata(
popularity: 1663,
codepoint: 0xe020,
categories: [0],
tags: [
8540,
1268,
2454,
2936,
345,
8541,
1165,
2840,
3956,
6671,
7773,
8542,
406,
8543,
439,
1714,
325,
2521,
408,
409,
2841,
8544,
2842,
5741,
8044,
275,
1171,
900,
2039,
37
],
),
"fastfood": SymbolsMetadata(
popularity: 2706,
codepoint: 0xe57a,
categories: [5],
tags: [
8545,
8546,
8547,
8548,
8549,
193,
8550,
3718,
2045,
4134,
4228,
3721,
8551,
8552,
8553,
2367,
6041,
8554,
5717,
2945,
4135,
1541,
3723,
8555,
8556,
2570,
3727,
8557,
330,
8558,
8559,
3730,
8560
],
),
"faucet": SymbolsMetadata(
popularity: 429,
codepoint: 0xe278,
categories: [8],
tags: [
1867,
3831,
1869,
929,
1872,
345,
8561,
1077,
2528,
4646,
1110,
1140,
1500,
3550,
4234,
8562,
4198,
1143,
492,
5578,
3869,
8563,
6569,
8564,
5581,
1800,
511,
3396,
8565,
3850
],
),
"favorite": SymbolsMetadata(
popularity: 77303,
codepoint: 0xe87d,
categories: [2],
tags: [
8566,
4519,
8567,
1701,
1132,
504,
1197,
81,
811,
1797,
3519,
1480,
2286,
4520,
138,
4513,
1376,
1623,
4521,
406,
492,
289,
203,
4128,
1696,
392,
593,
2502,
291,
31,
413,
8568
],
),
"fax": SymbolsMetadata(
popularity: 1402,
codepoint: 0xead8,
categories: [11],
tags: [
6415,
1867,
569,
283,
81,
288,
1589,
2549,
46,
8569,
147,
1110,
87,
1738,
583,
8570,
1391,
8571,
1597,
271,
1743,
2308,
5898,
1745,
2310,
65,
276,
8572,
526,
2067,
5902
],
),
"feature_search": SymbolsMetadata(
popularity: 297,
codepoint: 0xe9a9,
categories: [6],
tags: [
1423,
2334,
8573,
316,
8574,
216,
8575,
8576,
317,
8577,
8578,
8579,
1109,
3679,
2337,
8580,
1549,
8581,
1115,
8582,
1116,
8583,
1117,
2340,
8584,
2344,
1126,
8585,
8586,
8587,
8588,
1127,
8589,
2348,
8590
],
),
"featured_play_list": SymbolsMetadata(
popularity: 685,
codepoint: 0xe06d,
categories: [0],
tags: [
1342,
1467,
1268,
2240,
1197,
628,
1589,
8591,
7887,
147,
4512,
86,
1471,
88,
406,
3364,
1714,
91,
4138,
2521,
1717,
1718,
7888,
432,
363,
94,
2157,
8592,
433,
3068,
37,
2524
],
rtlAutoMirrored: true,
),
"featured_seasonal_and_gifts": SymbolsMetadata(
popularity: 740,
codepoint: 0xef91,
categories: [15],
tags: [
8593,
4985,
4987,
8594,
482,
5693,
4991,
8595,
934,
1660,
7887,
8596,
4993,
8597,
8598,
8599,
2709,
1966,
8600,
4996,
5027,
1184,
1393,
3526,
6740,
8601,
1395,
8602,
1396,
5517,
8603,
8604
],
),
"featured_video": SymbolsMetadata(
popularity: 479,
codepoint: 0xe06e,
categories: [0],
tags: [
8605,
1176,
344,
193,
1524,
628,
781,
7887,
147,
346,
5141,
1139,
4512,
1367,
406,
354,
439,
2521,
409,
716,
7888,
440,
762,
330,
410,
392,
8606,
857,
454,
1407,
37,
2087
],
rtlAutoMirrored: true,
),
"feedback": SymbolsMetadata(
popularity: 1610,
codepoint: 0xe87f,
categories: [6],
tags: [
3125,
1360,
1177,
1361,
731,
691,
570,
2740,
572,
573,
283,
1476,
1365,
8607,
1164,
2732,
1366,
8608,
5095,
1480,
138,
1367,
1166,
5175,
583,
2469,
616,
8609,
8610,
652,
1260,
1293,
1294,
594,
31,
4868,
554,
206
],
),
"female": SymbolsMetadata(
popularity: 2286,
codepoint: 0xe590,
categories: [3],
tags: [
565,
232,
566,
1332,
8611,
8612,
5,
193,
1235,
1805,
225,
1806,
8428,
7908,
697,
581,
978,
979,
7909,
894,
1776,
289,
589,
239,
590,
390,
888,
1339,
593,
31,
601,
4731,
7910
],
),
"femur": SymbolsMetadata(
popularity: 173,
codepoint: 0xf891,
categories: [3],
tags: [
8613,
3567,
4188,
690,
4143,
8614,
375,
8615,
8616,
488,
137,
697,
892,
8617,
581,
384,
1526,
8618,
1949,
8619,
894,
8620,
289,
4201,
392,
8621,
8622,
8623,
8624,
476
],
),
"femur_alt": SymbolsMetadata(
popularity: 169,
codepoint: 0xf892,
categories: [3],
tags: [
8613,
3567,
8611,
4188,
690,
4143,
8614,
375,
8615,
8625,
697,
892,
8617,
581,
8626,
384,
3158,
8618,
1949,
8619,
894,
7043,
8620,
289,
4201,
8627,
8621,
8623,
2502,
31,
8628
],
),
"fence": SymbolsMetadata(
popularity: 397,
codepoint: 0xf1f6,
categories: [8],
tags: [
3830,
2829,
1132,
4600,
1133,
8629,
1498,
3974,
2831,
4950,
5809,
7546,
8630,
6891,
3836,
8288,
8631,
1140,
1500,
1605,
1834,
1143,
3672,
289,
3061,
1146,
8632,
1063,
1501,
1582,
3759,
1504,
1036,
707,
955,
8633,
6898
],
),
"fertile": SymbolsMetadata(
popularity: 39,
codepoint: 0xf6e5,
categories: [15],
tags: [
3545,
4188,
4286,
3155,
993,
753,
1104,
8634,
1026,
1805,
8635,
8636,
2884,
234,
697,
892,
581,
3979,
4723,
894,
8637,
8638,
589,
8639,
8640,
8641,
4201,
8642,
7047,
4731,
8643,
8644
],
),
"festival": SymbolsMetadata(
popularity: 924,
codepoint: 0xea68,
categories: [16],
tags: [
1602,
2080,
4991,
8645,
574,
4472,
4540,
8646,
1160,
781,
10,
8647,
3319,
5793,
1620,
1966,
8220,
5516,
6272,
1541,
5121,
1714,
587,
648,
2570,
2054,
1168,
2016,
593,
4999,
5183,
6143,
2019,
6146,
332
],
),
"fiber_dvr": SymbolsMetadata(
popularity: 171,
codepoint: 0xe05d,
categories: [0],
tags: [
4,
482,
731,
1100,
5,
283,
1753,
81,
288,
44,
7703,
1886,
781,
8648,
8649,
12,
1344,
16,
1471,
406,
439,
267,
919,
408,
453,
1290,
440,
2470,
433,
1698,
411,
31,
1093,
65,
412,
33,
2039,
35,
37
],
),
"fiber_manual_record": SymbolsMetadata(
popularity: 3938,
codepoint: 0xe061,
categories: [0],
tags: [
749,
1360,
1268,
731,
504,
193,
284,
1851,
1754,
8648,
3591,
51,
1282,
3416,
174,
406,
616,
523,
2521,
328,
8650,
453,
440,
7223,
273,
3597,
291,
411,
37,
2087
],
),
"fiber_new": SymbolsMetadata(
popularity: 1110,
codepoint: 0xe05e,
categories: [0],
tags: [
4,
518,
4955,
5,
193,
283,
284,
8651,
81,
1104,
44,
1754,
1165,
8648,
8652,
12,
2508,
1109,
522,
4196,
259,
16,
406,
647,
267,
887,
2342,
759,
273,
275,
31,
65,
33,
2067,
35
],
),
"fiber_pin": SymbolsMetadata(
popularity: 207,
codepoint: 0xe06a,
categories: [0],
tags: [
4,
518,
4955,
5,
283,
8653,
284,
254,
4956,
81,
2071,
44,
8648,
8654,
8655,
12,
259,
5246,
16,
267,
4306,
8656,
326,
3990,
1315,
273,
8657,
4959,
31,
65,
33,
2067,
35,
4960
],
),
"fiber_smart_record": SymbolsMetadata(
popularity: 262,
codepoint: 0xe062,
categories: [0],
tags: [
748,
1268,
8658,
3372,
2133,
504,
42,
8659,
8660,
193,
81,
4746,
1754,
8648,
489,
1281,
406,
352,
439,
2521,
453,
440,
1696,
8661,
8662,
1292,
8663,
1698,
411,
65,
37,
8664,
2087
],
),
"file_copy": SymbolsMetadata(
popularity: 5190,
codepoint: 0xe173,
categories: [12],
tags: [
2143,
1685,
6418,
628,
1733,
8665,
6343,
81,
1588,
1589,
3681,
1590,
147,
488,
68,
8666,
1593,
2468,
1481,
1596,
3114,
2812,
5608,
1743,
453,
8667,
1428,
8668,
1598,
1719,
33,
5953,
3685
],
),
"file_copy_off": SymbolsMetadata(
popularity: 34,
codepoint: 0xf4d8,
categories: [12],
tags: [
2613,
745,
1360,
1051,
1208,
691,
6418,
628,
1733,
1325,
1235,
6343,
1210,
1300,
868,
1588,
1589,
3681,
1055,
2732,
5095,
147,
1213,
2468,
887,
3295,
6266,
8669,
1059,
1060,
1061,
1596,
2812,
8670,
8671,
1067,
1719,
1226,
1068,
206,
4013
],
),
"file_download_off": SymbolsMetadata(
popularity: 761,
codepoint: 0xe4fe,
categories: [2],
tags: [
77,
1051,
6330,
8672,
868,
8673,
3307,
2832,
520,
8674,
8675,
8676,
8677,
8678,
8679,
8680,
1688,
1055,
2732,
1703,
5095,
147,
8681,
8682,
8683,
8684,
8685,
8686,
8687,
3072,
3013,
1705,
8688,
1059,
1061,
2737,
1065,
1696,
1067,
1068,
527
],
),
"file_export": SymbolsMetadata(
popularity: 158,
codepoint: 0xf3b2,
categories: [2],
tags: [
2143,
77,
482,
1686,
1333,
81,
615,
1588,
1589,
520,
1688,
1703,
2958,
147,
68,
1314,
1758,
2356,
1741,
1596,
1597,
432,
906,
1696,
2310,
1529,
433,
1698,
526,
98,
527
],
),
"file_json": SymbolsMetadata(
popularity: 66,
codepoint: 0xf3bb,
categories: [2],
tags: [
8689,
6002,
8690,
5,
1102,
519,
685,
8691,
8692,
81,
6690,
1104,
44,
7619,
1589,
2165,
147,
12,
370,
8693,
490,
68,
4377,
6005,
8694,
15,
16,
1123,
6010,
3076,
509,
955,
31,
6807,
33,
35,
8695,
2212
],
),
"file_map": SymbolsMetadata(
popularity: 61,
codepoint: 0xe2c5,
categories: [5],
tags: [
861,
4812,
8696,
81,
2408,
4814,
1589,
316,
147,
317,
2153,
318,
1080,
68,
323,
324,
1166,
174,
325,
2930,
586,
1634,
326,
1551,
8697,
327,
1167,
1636,
1126,
30,
1698,
955,
396
],
),
"file_map_stack": SymbolsMetadata(
popularity: 34,
codepoint: 0xf3e2,
categories: [5],
tags: [
1765,
2143,
1467,
569,
1197,
81,
1589,
2152,
8698,
147,
2810,
2153,
1198,
1080,
68,
8699,
1082,
88,
323,
1029,
324,
1166,
174,
1391,
91,
586,
3419,
1597,
326,
327,
4156,
4817,
30,
1719,
955,
1519
],
),
"file_open": SymbolsMetadata(
popularity: 4192,
codepoint: 0xeaf3,
categories: [2],
tags: [
861,
8700,
1765,
501,
77,
4812,
569,
519,
81,
4814,
1588,
1589,
1688,
316,
147,
8701,
2153,
8702,
68,
1344,
2207,
2085,
1391,
2930,
8703,
2594,
1596,
1597,
453,
2814,
1698,
65,
396,
8704
],
),
"file_png": SymbolsMetadata(
popularity: 14,
codepoint: 0xf3bc,
categories: [1],
tags: [
2143,
5,
519,
628,
81,
6689,
44,
7619,
1589,
8705,
147,
2153,
12,
370,
8693,
137,
490,
68,
4377,
2868,
8706,
1376,
15,
16,
88,
492,
1596,
1597,
8707,
453,
1598,
1698,
1396,
31,
33,
35
],
),
"file_present": SymbolsMetadata(
popularity: 1535,
codepoint: 0xea0e,
categories: [12],
tags: [
1422,
569,
373,
1524,
1385,
81,
1588,
1589,
1688,
147,
2153,
1691,
1078,
137,
1081,
68,
8708,
1471,
1481,
1391,
3419,
1597,
5027,
1427,
432,
1370,
1428,
1598,
2851,
1461,
433,
746,
1698,
4612,
1486
],
),
"file_save": SymbolsMetadata(
popularity: 154,
codepoint: 0xf17f,
categories: [12],
tags: [
2143,
77,
1685,
519,
81,
44,
2151,
1588,
1589,
2832,
520,
1688,
2549,
147,
8709,
8710,
2153,
1691,
4311,
68,
4482,
2811,
8711,
453,
1696,
8712,
8362,
8363,
1782,
1598,
2851,
509,
1698,
1396,
65,
526,
527,
3267,
1486
],
),
"file_save_off": SymbolsMetadata(
popularity: 28,
codepoint: 0xe505,
categories: [12],
tags: [
77,
1051,
1208,
1209,
1235,
8713,
81,
1210,
868,
8714,
1588,
1589,
2832,
520,
1688,
1055,
147,
8710,
2153,
1691,
4482,
8715,
8716,
1059,
1061,
1596,
1597,
4268,
1224,
1065,
1696,
8362,
8363,
8717,
8718,
8719,
8720,
8721,
8722,
1598,
1067,
2851,
1698,
1068,
1486,
4014
],
),
"file_upload_off": SymbolsMetadata(
popularity: 389,
codepoint: 0xf886,
categories: [2],
tags: [
77,
502,
8723,
1051,
1208,
1686,
1235,
81,
868,
1589,
520,
1688,
1055,
1703,
147,
2153,
1213,
1222,
1059,
1060,
1061,
1597,
2919,
4268,
1065,
2310,
1529,
1067,
1698,
8724,
526,
1068,
1709,
527,
4013
],
),
"files": SymbolsMetadata(
popularity: 652,
codepoint: 0xea85,
categories: [12],
tags: [
1765,
2143,
1196,
1197,
628,
81,
4814,
1588,
1589,
2152,
8725,
1688,
147,
3072,
1690,
2153,
1691,
579,
86,
5404,
8726,
8727,
1082,
1345,
2468,
1391,
586,
4816,
8728,
1598,
4458,
2851,
1719,
6166,
1698
],
),
"filter": SymbolsMetadata(
popularity: 675,
codepoint: 0xe3d3,
categories: [1],
tags: [
5363,
8729,
2809,
2404,
1197,
6083,
345,
5774,
81,
1252,
680,
487,
83,
6432,
49,
1605,
88,
2085,
1029,
1606,
1607,
2947,
8730,
70,
586,
92,
57,
59,
62,
921,
1759,
8731,
2171,
362,
363,
71,
95,
8732,
396
],
),
"filter_1": SymbolsMetadata(
popularity: 681,
codepoint: 0xe3d0,
categories: [1],
tags: [
72,
1747,
223,
684,
345,
80,
5774,
3604,
81,
7,
1252,
680,
487,
83,
199,
6432,
49,
2520,
550,
88,
2468,
2947,
21,
22,
178,
70,
92,
59,
62,
2156,
921,
26,
8733,
2379,
2345,
362,
71,
95,
8732,
8734,
1719,
31,
396
],
),
"filter_2": SymbolsMetadata(
popularity: 369,
codepoint: 0xe3d1,
categories: [1],
tags: [
74,
6802,
2809,
80,
1236,
81,
7,
8,
1252,
680,
487,
83,
8735,
8736,
6432,
49,
2520,
8737,
550,
88,
2468,
2947,
21,
22,
149,
70,
6275,
59,
62,
2156,
921,
26,
1759,
2345,
360,
363,
71,
95,
7378,
1719,
31,
36,
396
],
),
"filter_3": SymbolsMetadata(
popularity: 322,
codepoint: 0xe3d2,
categories: [1],
tags: [
75,
1747,
2222,
517,
345,
1753,
80,
169,
1236,
81,
7,
1252,
680,
487,
83,
6097,
6432,
49,
2520,
87,
1471,
88,
2468,
21,
22,
149,
70,
59,
62,
2156,
921,
1759,
8731,
362,
363,
71,
95,
8732,
1719,
31,
551,
1728
],
),
"filter_4": SymbolsMetadata(
popularity: 324,
codepoint: 0xe3d4,
categories: [1],
tags: [
631,
1747,
450,
345,
80,
5774,
81,
7,
6537,
1252,
680,
487,
83,
634,
6432,
49,
2520,
792,
550,
88,
2085,
2468,
2947,
6539,
22,
70,
92,
59,
62,
2156,
1090,
26,
6535,
1759,
8738,
362,
71,
8739,
95,
1719,
31,
36
],
),
"filter_5": SymbolsMetadata(
popularity: 240,
codepoint: 0xe3d5,
categories: [1],
tags: [
676,
1747,
6416,
8740,
80,
5774,
81,
7,
8741,
1252,
680,
487,
83,
8742,
667,
8743,
6432,
49,
2520,
86,
550,
2468,
21,
6542,
6540,
22,
70,
92,
59,
62,
2156,
921,
26,
1759,
1225,
2345,
363,
71,
95,
1719,
31
],
),
"filter_6": SymbolsMetadata(
popularity: 181,
codepoint: 0xe3d6,
categories: [1],
tags: [
687,
8744,
80,
8745,
6840,
8746,
7,
1252,
680,
487,
83,
8747,
8748,
8749,
49,
2520,
6538,
550,
8750,
8751,
2468,
21,
8752,
6544,
8753,
22,
8754,
59,
62,
2156,
26,
8755,
1759,
8756,
71,
3954,
8757,
95,
1719,
31
],
),
"filter_7": SymbolsMetadata(
popularity: 233,
codepoint: 0xe3d7,
categories: [1],
tags: [
747,
1747,
1422,
1195,
450,
80,
1236,
81,
7,
6549,
1252,
680,
487,
83,
6432,
49,
2520,
550,
88,
2085,
2468,
21,
6551,
22,
70,
92,
59,
62,
2156,
921,
1759,
3297,
2345,
1126,
363,
71,
180,
8739,
8732,
1719,
31,
35
],
),
"filter_8": SymbolsMetadata(
popularity: 203,
codepoint: 0xe3d8,
categories: [1],
tags: [
783,
1747,
2809,
8758,
345,
5774,
8759,
1236,
81,
7,
8760,
1252,
680,
487,
6556,
83,
1888,
6432,
49,
2520,
550,
1652,
2468,
2947,
8761,
8762,
22,
70,
92,
6275,
59,
62,
2156,
921,
1759,
363,
71,
8763,
95,
7378,
1719,
31
],
),
"filter_9": SymbolsMetadata(
popularity: 194,
codepoint: 0xe3d9,
categories: [1],
tags: [
796,
1747,
4539,
345,
224,
5774,
81,
7,
1252,
680,
487,
83,
6432,
49,
2520,
88,
2085,
1652,
2468,
2947,
802,
8764,
21,
22,
70,
92,
6275,
59,
62,
2156,
921,
5936,
1759,
362,
71,
95,
1719,
31,
511
],
),
"filter_9_plus": SymbolsMetadata(
popularity: 214,
codepoint: 0xe3da,
categories: [1],
tags: [
231,
796,
8765,
8766,
223,
5774,
81,
7,
1252,
680,
487,
83,
199,
6432,
49,
2520,
550,
8767,
2468,
802,
8768,
21,
22,
70,
59,
62,
2156,
239,
921,
26,
1759,
8756,
1126,
8769,
8770,
362,
8771,
8772,
71,
95,
8773,
1719,
31,
553
],
),
"filter_alt": SymbolsMetadata(
popularity: 17182,
codepoint: 0xef4f,
categories: [2],
tags: [
1747,
76,
450,
345,
1236,
81,
1252,
83,
317,
6432,
138,
68,
8774,
87,
88,
2947,
70,
92,
921,
1759,
8731,
1126,
362,
71,
8775,
95,
8732,
97,
511,
1728
],
),
"filter_alt_off": SymbolsMetadata(
popularity: 2345,
codepoint: 0xeb32,
categories: [2],
tags: [
2399,
8776,
8777,
8778,
6840,
8779,
8780,
868,
1252,
83,
8781,
8782,
8783,
8784,
8785,
8786,
8787,
6432,
8788,
8789,
8750,
8790,
8791,
8792,
1059,
1060,
70,
8793,
1759,
8794,
8795,
8796,
8797,
8798,
8799,
8775,
1067,
8800,
8801,
8802,
8803
],
),
"filter_arrow_right": SymbolsMetadata(
popularity: 36,
codepoint: 0xf3d1,
categories: [2],
tags: [
2926,
76,
77,
2404,
685,
345,
81,
313,
1252,
83,
903,
6432,
51,
68,
88,
2947,
2948,
325,
905,
70,
92,
1741,
1167,
921,
1759,
2345,
906,
1707,
362,
71,
8739,
8775,
95
],
rtlAutoMirrored: true,
),
"filter_b_and_w": SymbolsMetadata(
popularity: 269,
codepoint: 0xe3db,
categories: [1],
tags: [
8593,
2677,
8804,
8805,
6398,
8806,
40,
8807,
8808,
4751,
8382,
44,
1252,
680,
487,
83,
6401,
49,
8371,
2520,
3646,
8809,
4294,
8810,
59,
62,
111,
2156,
6107,
71,
7973,
2172,
413,
6404,
5902,
476,
8811,
835
],
),
"filter_center_focus": SymbolsMetadata(
popularity: 948,
codepoint: 0xe3dc,
categories: [1],
tags: [
1747,
5539,
2160,
482,
1750,
40,
120,
308,
8812,
2350,
311,
5540,
1754,
1252,
83,
8813,
1757,
6607,
8814,
49,
53,
1471,
2342,
386,
57,
4362,
8815,
59,
8816,
62,
1759,
71,
433,
1203,
5115
],
),
"filter_drama": SymbolsMetadata(
popularity: 1145,
codepoint: 0xe3dd,
categories: [1],
tags: [
1883,
5805,
1686,
4104,
6130,
1252,
680,
487,
346,
83,
137,
138,
49,
1624,
354,
8817,
57,
59,
62,
758,
2790,
151,
2002,
8818,
8819,
8820,
31,
6404,
37,
476,
859
],
),
"filter_frames": SymbolsMetadata(
popularity: 285,
codepoint: 0xe3de,
categories: [1],
tags: [
8821,
1467,
8822,
1132,
40,
308,
484,
8,
1252,
680,
2165,
487,
83,
6097,
1757,
348,
437,
8823,
1343,
49,
2520,
8824,
385,
439,
2468,
70,
91,
92,
6344,
386,
57,
59,
62,
2156,
3379,
410,
94,
95,
2474,
396,
476,
1229
],
),
"filter_hdr": SymbolsMetadata(
popularity: 490,
codepoint: 0xe3df,
categories: [1],
tags: [
480,
1747,
2222,
40,
8,
1252,
680,
487,
3375,
83,
904,
8825,
8826,
49,
3039,
1605,
1606,
1607,
1834,
70,
2765,
5182,
57,
59,
62,
63,
1759,
8827,
71,
1728,
7979,
37,
396
],
),
"filter_list": SymbolsMetadata(
popularity: 14235,
codepoint: 0xe152,
categories: [2],
tags: [
76,
1423,
3788,
517,
2809,
345,
5774,
83,
199,
699,
1471,
88,
2085,
506,
2947,
70,
8828,
92,
921,
8829,
1759,
71,
8830,
95,
8732,
2474,
2290,
97
],
),
"filter_list_off": SymbolsMetadata(
popularity: 1121,
codepoint: 0xeb57,
categories: [2],
tags: [
2399,
517,
2404,
780,
345,
81,
1300,
868,
8831,
8,
1252,
5955,
83,
199,
1222,
68,
1471,
88,
1029,
506,
8832,
1059,
1060,
70,
92,
921,
1759,
1224,
1460,
363,
71,
8775,
1067,
8732,
413,
8833,
396
],
),
"filter_none": SymbolsMetadata(
popularity: 1158,
codepoint: 0xe3e0,
categories: [1],
tags: [
1332,
809,
810,
780,
6972,
811,
83,
2468,
8834,
8835,
8792,
6523,
1954,
819,
8836,
822,
8837,
8795,
5872,
8838,
433,
1719,
1956,
824,
8839,
8840,
8841,
8842,
8843,
8844,
8845,
6299,
3708
],
),
"filter_retrolux": SymbolsMetadata(
popularity: 15,
codepoint: 0xe3e1,
categories: [1],
tags: [
2525,
5363,
1669,
501,
1268,
517,
345,
1752,
1236,
8,
1252,
680,
2165,
487,
83,
1755,
5403,
3346,
49,
8509,
8510,
1083,
8846,
1492,
1652,
70,
6275,
4035,
57,
921,
1122,
5898,
8847,
71,
3496,
509,
1293,
97,
1763,
37,
5902,
476
],
),
"filter_tilt_shift": SymbolsMetadata(
popularity: 358,
codepoint: 0xe3e2,
categories: [1],
tags: [
2222,
5112,
4317,
40,
308,
193,
462,
345,
2405,
754,
4331,
1754,
1252,
680,
487,
83,
8813,
1757,
49,
2520,
53,
8848,
8849,
3801,
386,
57,
59,
8850,
62,
2156,
328,
8851,
71,
6233,
1227,
510,
8852,
2348
],
),
"filter_vintage": SymbolsMetadata(
popularity: 1419,
codepoint: 0xe3e3,
categories: [1],
tags: [
480,
1747,
8853,
8854,
40,
4880,
1252,
680,
487,
83,
6890,
137,
49,
2520,
8855,
1834,
8856,
57,
59,
62,
2156,
1835,
1860,
5902
],
),
"finance": SymbolsMetadata(
popularity: 408,
codepoint: 0xe6bf,
categories: [9],
tags: [
1071,
927,
1423,
517,
928,
8857,
960,
6718,
931,
8858,
373,
934,
937,
8859,
81,
375,
962,
938,
8860,
964,
941,
942,
967,
1078,
8861,
968,
1081,
226,
1086,
948,
8862,
951,
1420,
970,
954,
1719,
746,
8863,
1095,
956,
8864,
958
],
),
"finance_chip": SymbolsMetadata(
popularity: 287,
codepoint: 0xf84e,
categories: [12],
tags: [
927,
928,
569,
930,
931,
4936,
932,
934,
6294,
961,
937,
81,
44,
938,
964,
2549,
941,
942,
967,
68,
948,
950,
951,
1421,
1665,
432,
8865,
2555,
1036,
1395,
8866,
433,
1396,
65,
956,
526
],
),
"finance_mode": SymbolsMetadata(
popularity: 946,
codepoint: 0xef92,
categories: [9],
tags: [
1422,
1071,
502,
569,
373,
81,
375,
964,
3302,
941,
942,
1078,
234,
235,
946,
1426,
1389,
648,
759,
1428,
2433,
746,
5221,
8867,
5222,
1429,
1709,
3030,
36
],
),
"find_in_page": SymbolsMetadata(
popularity: 2488,
codepoint: 0xe880,
categories: [12],
tags: [
8868,
81,
1588,
1589,
2456,
8869,
1688,
147,
2457,
8870,
317,
8579,
8871,
2153,
1691,
1109,
3048,
8872,
1549,
8873,
1115,
2338,
2339,
5831,
1116,
1117,
2340,
8874,
8703,
1596,
8875,
1597,
8876,
432,
1745,
1126,
8588,
8877,
1127,
1598,
8878,
2851,
2249,
8879,
8880,
1486
],
),
"find_replace": SymbolsMetadata(
popularity: 902,
codepoint: 0xe881,
categories: [6],
tags: [
748,
501,
460,
502,
504,
1103,
628,
345,
81,
2334,
1589,
1252,
147,
317,
1109,
3463,
2868,
3052,
3464,
1549,
1115,
2339,
5831,
1116,
1117,
2340,
1652,
1122,
2344,
2462,
3627,
470,
1126,
1127,
509,
6452,
33,
511,
3396,
2348
],
),
"fingerprint": SymbolsMetadata(
popularity: 9530,
codepoint: 0xe90d,
categories: [6],
tags: [
861,
5239,
1766,
5384,
1101,
2681,
4210,
81,
7,
44,
1798,
8881,
581,
3123,
2012,
978,
1471,
8882,
6708,
920,
1743,
1034,
3799,
1745,
1036,
987,
8883,
65,
8884,
8885,
6280,
5341,
4840,
6808
],
),
"fingerprint_off": SymbolsMetadata(
popularity: 55,
codepoint: 0xf49d,
categories: [6],
tags: [
861,
2613,
5239,
5241,
5384,
4390,
8396,
5937,
1211,
868,
1055,
1798,
8881,
3123,
2012,
978,
1786,
1059,
1060,
1061,
1743,
1034,
3799,
1065,
2379,
1745,
8886,
1782,
1036,
8887,
64,
1067,
65,
8884,
1801,
8885,
1068,
5341,
4840
],
),
"fire_extinguisher": SymbolsMetadata(
popularity: 482,
codepoint: 0xf1d8,
categories: [8],
tags: [
1359,
1360,
345,
6858,
1365,
288,
1164,
2438,
46,
8888,
8889,
5201,
8890,
5202,
137,
4646,
4432,
8891,
138,
8562,
814,
8892,
5838,
1582,
2444,
705,
1036,
1339,
31,
511,
141,
206,
3850
],
),
"fire_hydrant": SymbolsMetadata(
popularity: 359,
codepoint: 0xf1a3,
categories: [5],
tags: [
7713,
861,
2565,
284,
8893,
2438,
46,
5201,
8894,
8895,
3885,
5202,
3038,
8896,
4897,
1632,
323,
8897,
3672,
5578,
8898,
3869,
328,
2054,
2444,
705,
652,
8899,
1637,
5581,
3396,
8565,
3850
],
),
"fire_truck": SymbolsMetadata(
popularity: 724,
codepoint: 0xf8f2,
categories: [5],
tags: [
3425,
864,
1359,
1360,
3434,
1365,
2438,
2439,
8900,
8901,
8902,
8903,
8904,
8905,
871,
8891,
8906,
2444,
1484,
705,
1036,
652,
2445,
900,
7349,
1639,
1843,
1844,
7325,
206
],
rtlAutoMirrored: true,
),
"fireplace": SymbolsMetadata(
popularity: 777,
codepoint: 0xea43,
categories: [8],
tags: [
8907,
8908,
3664,
4906,
1885,
4227,
4208,
8909,
3703,
5201,
8910,
5202,
8211,
3383,
8911,
8912,
3036,
1856,
1140,
1500,
8913,
1890,
5547,
5548,
8914,
1834,
3672,
8915,
327,
1955,
7962,
8916,
3849,
3044,
860
],
),
"first_page": SymbolsMetadata(
popularity: 2786,
codepoint: 0xe5dc,
categories: [2],
tags: [
77,
2454,
2204,
3410,
2902,
2838,
345,
81,
1589,
147,
1916,
6671,
7773,
2207,
88,
406,
352,
1758,
325,
1596,
2521,
408,
1427,
2841,
2842,
5741,
7777,
2851,
2138,
2932,
900
],
),
"fit_page": SymbolsMetadata(
popularity: 18,
codepoint: 0xf77a,
categories: [12],
tags: [
1747,
6251,
1131,
633,
628,
8917,
2405,
754,
8,
1589,
8918,
2351,
914,
2229,
2230,
8919,
8920,
370,
1704,
385,
2355,
8921,
1596,
1597,
1427,
5936,
2232,
391,
410,
298,
396,
7080,
2348,
8922
],
),
"fit_page_height": SymbolsMetadata(
popularity: 15,
codepoint: 0xf397,
categories: [12],
tags: [
8923,
8924,
502,
8925,
8926,
2832,
2351,
8927,
8928,
8929,
3063,
8930,
370,
8931,
383,
8932,
8933,
8934,
8935,
8936,
8937,
8938,
2232,
8939,
391,
8940,
8941,
8942,
8943,
1709,
8944,
8945,
8946,
8947,
8948,
8949
],
),
"fit_page_width": SymbolsMetadata(
popularity: 27,
codepoint: 0xf396,
categories: [12],
tags: [
1747,
502,
628,
8,
1589,
2165,
2351,
914,
147,
2229,
8950,
370,
4654,
699,
1605,
385,
2207,
8951,
1597,
1427,
2888,
2232,
906,
391,
410,
298,
1952,
33,
396,
8695,
8952,
2552,
397,
2348,
8953
],
),
"fit_screen": SymbolsMetadata(
popularity: 1929,
codepoint: 0xea10,
categories: [2],
tags: [
1747,
502,
633,
1133,
482,
2350,
3062,
8,
2351,
914,
2230,
3063,
370,
348,
5826,
1704,
1326,
385,
2355,
406,
630,
432,
5936,
391,
410,
298,
1952,
543,
396,
1187,
2348
],
),
"fit_width": SymbolsMetadata(
popularity: 42,
codepoint: 0xf779,
categories: [12],
tags: [
1747,
2222,
633,
8,
8954,
2351,
8955,
2230,
8950,
370,
5826,
699,
49,
385,
2355,
406,
8951,
1427,
5936,
8956,
391,
3107,
410,
8957,
298,
1952,
37,
396,
8958,
8695,
2552,
397,
2348
],
),
"fitness_center": SymbolsMetadata(
popularity: 4822,
codepoint: 0xeb43,
categories: [16],
tags: [
749,
7350,
8271,
8959,
8272,
308,
8276,
11,
2885,
8960,
8961,
8279,
8962,
8963,
697,
8964,
7572,
8965,
4148,
8966,
8280,
2570,
30,
649,
3042,
8967,
8968,
8285,
3542,
8969
],
),
"fitness_tracker": SymbolsMetadata(
popularity: 90,
codepoint: 0xf463,
categories: [11],
tags: [
2525,
2554,
8970,
1270,
1250,
570,
1159,
81,
288,
11,
2884,
8971,
7150,
2550,
8972,
1110,
697,
5395,
1253,
17,
1086,
262,
4280,
468,
8973,
648,
271,
8280,
759,
2889,
29,
410,
1708,
7159,
30,
746,
8974,
4981,
525,
33,
1171,
2558,
1095,
3042,
477,
3819,
2087,
2559,
2560,
333,
3542,
7166,
2563
],
),
"flag": SymbolsMetadata(
popularity: 9593,
codepoint: 0xe153,
categories: [5],
tags: [
3,
1178,
1701,
1132,
4509,
312,
1612,
811,
4510,
4511,
13,
1139,
51,
52,
3320,
323,
1166,
174,
4514,
20,
4515,
8975,
1183,
289,
5176,
326,
327,
4516,
1428,
1696,
273,
593,
1956,
2138,
1153,
8389,
334
],
rtlAutoMirrored: true,
),
"flag_2": SymbolsMetadata(
popularity: 279,
codepoint: 0xf40f,
categories: [5],
tags: [
3,
1360,
1332,
4509,
312,
1612,
8976,
4510,
4511,
13,
137,
138,
3320,
323,
1166,
174,
4514,
20,
4515,
1183,
1368,
289,
5176,
326,
327,
4516,
1428,
390,
1696,
392,
1339,
593,
2138,
31,
5177,
206,
334
],
),
"flag_check": SymbolsMetadata(
popularity: 152,
codepoint: 0xf3d8,
categories: [5],
tags: [
3,
2697,
1178,
1673,
3200,
2095,
8977,
1675,
2681,
2701,
2333,
4509,
312,
2335,
1612,
1106,
2683,
8978,
4510,
4511,
13,
51,
3320,
88,
323,
1166,
8979,
174,
4514,
20,
4515,
1676,
2686,
5176,
326,
327,
4516,
759,
1428,
8980,
1696,
362,
593,
2138,
291,
245,
1518,
1678,
2694,
1584,
334,
1681
],
),
"flag_circle": SymbolsMetadata(
popularity: 1841,
codepoint: 0xeaf8,
categories: [5],
tags: [
193,
4509,
312,
313,
3517,
3520,
8976,
4510,
318,
13,
322,
323,
1166,
174,
4515,
8975,
325,
289,
8981,
1551,
327,
1167,
329,
27,
1149,
1428,
330,
1553,
2138,
31,
1153
],
),
"flaky": SymbolsMetadata(
popularity: 817,
codepoint: 0xef50,
categories: [1],
tags: [
4635,
8982,
1671,
1673,
1209,
8983,
912,
8984,
463,
4751,
2335,
913,
1212,
914,
8985,
8986,
2945,
8987,
916,
1471,
88,
1166,
506,
8988,
237,
8301,
325,
3295,
1676,
8989,
70,
8990,
362,
8991,
8992,
2949,
923,
1226,
97,
1678,
413,
1584,
8993,
4013,
1681
],
),
"flare": SymbolsMetadata(
popularity: 1214,
codepoint: 0xe3e4,
categories: [1],
tags: [
4418,
3641,
3381,
8994,
40,
1252,
680,
487,
8995,
4413,
8996,
8997,
3383,
1139,
4758,
49,
2520,
8998,
3646,
2342,
8999,
59,
62,
2156,
9000,
3385,
9001,
3649,
8356,
857,
1608,
4340
],
),
"flash_auto": SymbolsMetadata(
popularity: 374,
codepoint: 0xe3e5,
categories: [1],
tags: [
1174,
2436,
9002,
3372,
3955,
3641,
3381,
40,
42,
9003,
345,
3702,
3942,
3703,
1165,
4413,
1139,
49,
3956,
3646,
3957,
642,
1059,
1061,
355,
57,
59,
62,
3707,
363,
151,
31,
3958,
413,
37,
4415
],
),
"flash_off": SymbolsMetadata(
popularity: 911,
codepoint: 0xe3e6,
categories: [1],
tags: [
3955,
8368,
9004,
9005,
302,
4104,
2618,
9006,
9007,
868,
3702,
1055,
3703,
1165,
4413,
9008,
9009,
9010,
3956,
9011,
5204,
9012,
3957,
4754,
9013,
9014,
9015,
1059,
1061,
305,
59,
9016,
8850,
9017,
1067,
3958,
5941,
9018
],
),
"flash_on": SymbolsMetadata(
popularity: 2856,
codepoint: 0xe3e7,
categories: [1],
tags: [
4346,
1360,
3955,
3641,
40,
9004,
1365,
868,
3702,
3942,
1055,
3703,
1165,
4413,
3383,
9019,
5818,
3956,
3646,
5204,
3957,
616,
1059,
1061,
57,
9020,
59,
3707,
9001,
1067,
291,
4011,
3958,
413,
9021,
206
],
),
"flashlight_off": SymbolsMetadata(
popularity: 411,
codepoint: 0xf00a,
categories: [4],
tags: [
9022,
9023,
504,
345,
4104,
2618,
288,
868,
3702,
1055,
4413,
9024,
9025,
138,
4758,
1222,
9026,
3646,
9011,
4080,
1059,
7432,
1061,
289,
9027,
9028,
392,
1067,
31,
4344,
511,
9029,
5941,
907,
3396,
3651
],
),
"flashlight_on": SymbolsMetadata(
popularity: 1121,
codepoint: 0xf00b,
categories: [4],
tags: [
2114,
9030,
3641,
504,
3664,
193,
9031,
8313,
868,
314,
2438,
1055,
4413,
9024,
3188,
3798,
4646,
3658,
4758,
3646,
325,
1059,
1061,
3672,
2551,
3648,
330,
9001,
1067,
8606,
5211,
3651
],
),
"flatware": SymbolsMetadata(
popularity: 796,
codepoint: 0xf00c,
categories: [8],
tags: [
3715,
7289,
3716,
4227,
4844,
4695,
3720,
4134,
9032,
3721,
4848,
9033,
2367,
2995,
1548,
4234,
4849,
6272,
3723,
506,
289,
876,
3727,
3729,
4853,
1339,
4854,
9034,
1789,
4855
],
),
"flex_direction": SymbolsMetadata(
popularity: 17,
codepoint: 0xf778,
categories: [12],
tags: [
2159,
1467,
77,
502,
6109,
1439,
313,
8,
2832,
2198,
2193,
1077,
370,
382,
699,
86,
385,
9035,
2207,
1471,
88,
1758,
6229,
91,
92,
507,
3379,
1291,
906,
1646,
955,
1709,
1465,
396,
398,
399
],
),
"flex_no_wrap": SymbolsMetadata(
popularity: 13,
codepoint: 0xf777,
categories: [12],
tags: [
9036,
2159,
1467,
1102,
3959,
2197,
485,
1104,
313,
1164,
2193,
1077,
370,
382,
699,
86,
385,
87,
9037,
91,
586,
329,
1123,
1501,
432,
3379,
1646,
94,
2836,
955,
2172,
396,
2201
],
),
"flex_wrap": SymbolsMetadata(
popularity: 33,
codepoint: 0xf776,
categories: [12],
tags: [
9038,
2160,
1467,
481,
2273,
4712,
1439,
628,
313,
1589,
9039,
1077,
370,
2166,
382,
699,
2194,
385,
4587,
1471,
9040,
91,
2169,
1742,
432,
3379,
2281,
1291,
2173,
9041,
9042,
396,
4221,
9043,
9044
],
),
"flight": SymbolsMetadata(
popularity: 6041,
codepoint: 0xe539,
categories: [14],
tags: [
837,
1991,
1938,
1910,
1995,
1981,
2041,
77,
2046,
313,
1918,
2022,
1998,
1999,
1933,
9045,
903,
138,
9046,
642,
1758,
325,
1061,
387,
2001,
328,
71,
273,
888,
2002,
275,
31,
900,
1639,
332,
1929,
1844
],
),
"flight_class": SymbolsMetadata(
popularity: 327,
codepoint: 0xe7cb,
categories: [5],
tags: [
4961,
837,
1991,
1938,
1909,
1910,
1995,
1981,
1939,
1911,
1932,
569,
1913,
1940,
1915,
1885,
964,
1917,
1918,
1998,
1999,
1933,
1633,
1922,
9047,
387,
2001,
1936,
1927,
1937,
652,
273,
900,
1639,
332,
1929,
1969,
9048
],
),
"flight_land": SymbolsMetadata(
popularity: 1227,
codepoint: 0xe904,
categories: [14],
tags: [
837,
1938,
1910,
1995,
1981,
2041,
6998,
9049,
1911,
9050,
2046,
9051,
2893,
1918,
9052,
9053,
1998,
1999,
1933,
1833,
9054,
9055,
9056,
387,
2001,
273,
1639,
332,
9057,
9058,
1929
],
rtlAutoMirrored: true,
),
"flight_takeoff": SymbolsMetadata(
popularity: 3950,
codepoint: 0xe905,
categories: [14],
tags: [
837,
9059,
1991,
1938,
1910,
1995,
1981,
2041,
9049,
77,
78,
1911,
9050,
2046,
2955,
1918,
1998,
1999,
1933,
1633,
9056,
875,
885,
9060,
387,
2001,
273,
9061,
9062,
900,
1639,
332,
1929,
1709,
4375,
9063
],
rtlAutoMirrored: true,
),
"flights_and_hotels": SymbolsMetadata(
popularity: 95,
codepoint: 0xe9ab,
categories: [16],
tags: [
1496,
837,
1938,
1910,
1995,
1981,
1912,
1932,
312,
1918,
1998,
1999,
1933,
4072,
9064,
1966,
2751,
9065,
1983,
1633,
4076,
4080,
9066,
387,
2001,
3509,
1936,
1926,
9067,
1955,
273,
1928,
1944,
3327,
900,
1639,
332,
9068,
2003,
9069,
9070,
1929,
1969,
9071
],
rtlAutoMirrored: true,
),
"flip": SymbolsMetadata(
popularity: 907,
codepoint: 0xe3e8,
categories: [1],
tags: [
4635,
1747,
77,
1751,
9072,
9073,
2405,
754,
313,
1252,
680,
5119,
9074,
49,
5348,
1652,
6221,
70,
507,
9075,
9076,
2842,
470,
9077,
71,
472,
3984,
2415,
1789,
512,
473,
3000,
2464,
9078
],
),
"flip_camera_android": SymbolsMetadata(
popularity: 902,
codepoint: 0xea37,
categories: [1],
tags: [
1307,
502,
5163,
40,
9079,
102,
9080,
5164,
308,
5167,
193,
5168,
288,
313,
1252,
680,
5119,
5169,
2763,
49,
262,
507,
57,
59,
2768,
9081,
470,
9082,
2770,
433,
2771,
473,
3000,
37,
8664
],
),
"flip_camera_ios": SymbolsMetadata(
popularity: 664,
codepoint: 0xea38,
categories: [1],
tags: [
2837,
1307,
502,
40,
5165,
42,
1751,
193,
345,
288,
313,
2839,
1252,
680,
5119,
5169,
2763,
49,
2848,
406,
262,
507,
57,
59,
62,
2768,
453,
470,
5171,
5172,
1708,
3984,
2771,
473,
37,
5127,
5174
],
),
"flip_to_back": SymbolsMetadata(
popularity: 262,
codepoint: 0xe882,
categories: [12],
tags: [
76,
1467,
2454,
9083,
9084,
2405,
754,
484,
1164,
5119,
370,
5120,
579,
8824,
1082,
385,
1758,
8543,
7548,
2872,
9085,
2231,
91,
92,
6344,
2765,
329,
2281,
9086,
9087,
95,
1719,
1720,
7976
],
),
"flip_to_front": SymbolsMetadata(
popularity: 404,
codepoint: 0xe883,
categories: [12],
tags: [
76,
1467,
3026,
2454,
9083,
9088,
930,
2405,
754,
484,
3027,
5119,
9089,
9090,
370,
5120,
2154,
385,
1758,
2872,
91,
6344,
2765,
386,
2200,
4676,
2281,
6795,
9091,
95,
1719,
1720,
9092,
7976
],
),
"float_landscape_2": SymbolsMetadata(
popularity: 38,
codepoint: 0xf45c,
categories: [2],
tags: [
1747,
1467,
912,
1712,
8,
5119,
9093,
370,
1605,
2154,
385,
406,
9094,
2895,
262,
354,
9095,
7072,
2930,
2765,
9096,
9097,
408,
409,
9098,
1243,
329,
2232,
470,
410,
5997,
6216,
9099,
454,
37,
396,
1187
],
rtlAutoMirrored: true,
),
"float_portrait_2": SymbolsMetadata(
popularity: 9,
codepoint: 0xf45b,
categories: [2],
tags: [
3536,
912,
8,
5119,
9100,
370,
348,
385,
406,
814,
7072,
2930,
289,
2765,
9096,
9097,
5123,
329,
432,
470,
410,
392,
1339,
433,
37,
396,
1187
],
rtlAutoMirrored: true,
),
"flood": SymbolsMetadata(
popularity: 814,
codepoint: 0xebe6,
categories: [3],
tags: [
9101,
1360,
840,
5987,
4424,
1365,
9102,
4428,
9103,
2438,
1853,
9104,
9105,
9106,
9107,
4432,
9108,
9109,
9110,
4198,
2374,
6777,
5960,
9111,
4414,
206,
3850,
1863,
1864,
5289,
859
],
),
"floor": SymbolsMetadata(
popularity: 105,
codepoint: 0xf6e4,
categories: [15],
tags: [
480,
2484,
1133,
1163,
2884,
3804,
904,
1831,
699,
9112,
792,
87,
9113,
2946,
226,
814,
821,
2284,
707,
1339,
9114,
8180,
8181,
4981,
4605
],
),
"floor_lamp": SymbolsMetadata(
popularity: 243,
codepoint: 0xe21e,
categories: [10],
tags: [
9115,
2484,
3642,
193,
1885,
9116,
6566,
1161,
9117,
3885,
9118,
9119,
4072,
3383,
1140,
1500,
4214,
4758,
2753,
9120,
3646,
5204,
87,
5548,
492,
9121,
1955,
4063,
4176,
9122,
1465
],
),
"flowchart": SymbolsMetadata(
popularity: 344,
codepoint: 0xf38d,
categories: [9],
tags: [
565,
1422,
1071,
1467,
1072,
373,
2313,
1073,
284,
81,
375,
1077,
5081,
1078,
1080,
3825,
1081,
385,
1471,
5498,
3447,
1085,
226,
1086,
267,
1088,
586,
3509,
1090,
3379,
94,
433,
2728,
6433,
746,
4981,
955,
1093,
1095,
1096,
476,
3003
],
),
"flowsheet": SymbolsMetadata(
popularity: 198,
codepoint: 0xe0ae,
categories: [9],
tags: [
1422,
502,
6109,
373,
1075,
81,
375,
313,
1588,
1589,
147,
1077,
1078,
697,
1080,
2084,
1081,
68,
1471,
1085,
894,
4280,
1088,
586,
1596,
1597,
4295,
3509,
1090,
5570,
453,
3510,
94,
1598,
2851,
4981,
955,
5398,
3003
],
),
"fluid": SymbolsMetadata(
popularity: 6,
codepoint: 0xe483,
categories: [3],
tags: [
480,
9123,
1898,
1851,
9124,
2903,
4291,
1274,
3703,
1077,
2528,
9125,
137,
697,
4198,
1774,
894,
1776,
353,
468,
2498,
2375,
9126,
3707,
4383,
1035,
2434,
392,
682,
454,
31,
7212,
3850,
1863
],
),
"fluid_balance": SymbolsMetadata(
popularity: 10,
codepoint: 0xf80d,
categories: [3],
tags: [
1422,
925,
4187,
1750,
373,
4191,
1333,
1588,
1589,
2903,
4291,
4193,
147,
6988,
4194,
2528,
9125,
9127,
1078,
697,
1081,
4292,
4197,
1083,
4198,
17,
894,
1596,
1597,
9128,
9129,
7677,
4201,
1598,
2851,
4202,
9130,
1318,
9131,
554
],
),
"fluid_med": SymbolsMetadata(
popularity: 8,
codepoint: 0xf80c,
categories: [3],
tags: [
1422,
4187,
373,
4190,
4191,
1333,
1588,
1589,
2903,
4193,
5766,
147,
4194,
2528,
9125,
1109,
9132,
1078,
697,
1081,
4292,
4197,
4198,
4216,
894,
1776,
1596,
1597,
9133,
1777,
9134,
3420,
7677,
4201,
9135,
1598,
2851,
4202,
9130,
1318,
9136
],
),
"fluorescent": SymbolsMetadata(
popularity: 312,
codepoint: 0xec31,
categories: [1],
tags: [
5363,
3641,
3642,
40,
9137,
3702,
3942,
3703,
83,
9138,
8996,
3383,
4758,
49,
9139,
9140,
9120,
3646,
9141,
9142,
5204,
57,
59,
62,
3707,
71,
3385,
3649,
9143,
9144,
9145
],
),
"flutter": SymbolsMetadata(
popularity: 153,
codepoint: 0xf1dd,
categories: [6],
tags: [
1669,
501,
4680,
1102,
576,
9146,
9147,
1104,
3517,
9148,
9149,
1693,
978,
2493,
262,
2512,
1122,
1123,
509,
31,
65,
4902,
9150
],
),
"flutter_dash": SymbolsMetadata(
popularity: 2001,
codepoint: 0xe00b,
categories: [6],
tags: [
480,
4889,
1669,
2505,
501,
9151,
4680,
6149,
5,
2228,
9152,
2405,
1104,
1165,
9148,
9149,
2508,
1693,
2493,
2510,
262,
2512,
1122,
1123,
509,
275,
9153,
65,
9154
],
),
"flyover": SymbolsMetadata(
popularity: 71,
codepoint: 0xf478,
categories: [14],
tags: [
4961,
500,
9155,
1308,
374,
81,
312,
313,
9156,
4125,
1631,
51,
4377,
9157,
1633,
3320,
323,
1085,
1541,
174,
325,
507,
9158,
386,
326,
1392,
329,
390,
9159,
4756,
496,
31,
1638,
1639,
332,
396,
476
],
),
"fmd_bad": SymbolsMetadata(
popularity: 1521,
codepoint: 0xf00e,
categories: [5],
tags: [
3125,
9160,
1360,
1361,
9161,
9162,
9163,
9164,
691,
9165,
1365,
312,
313,
9166,
2732,
1366,
9167,
9168,
9169,
9170,
9171,
1367,
323,
9172,
9173,
9174,
9175,
9176,
9177,
1541,
1166,
9178,
9179,
9180,
616,
326,
9181,
9182,
9183,
9184,
327,
9185,
9186,
31,
206
],
),
"foggy": SymbolsMetadata(
popularity: 559,
codepoint: 0xe818,
categories: [3],
tags: [
480,
1847,
840,
1686,
9187,
5958,
842,
1852,
5287,
9188,
2886,
6917,
4334,
699,
5404,
1471,
9189,
5876,
5302,
9190,
1834,
7364,
3672,
5959,
9191,
3828,
858,
4338,
3651,
206,
859
],
),
"folded_hands": SymbolsMetadata(
popularity: 84,
codepoint: 0xf5ed,
categories: [3],
tags: [
9192,
9193,
9194,
5791,
4211,
2708,
9195,
2710,
2083,
9196,
871,
9197,
9198,
9199,
9200,
9201,
9202,
9203,
9204,
5796,
9205,
5207,
9206,
5209,
9207,
880,
9208,
9209,
4633,
5215
],
),
"folder": SymbolsMetadata(
popularity: 10778,
codepoint: 0xe2c7,
categories: [12],
tags: [
2143,
482,
1515,
7666,
4260,
519,
1333,
81,
9210,
44,
9211,
4814,
1588,
1589,
9212,
1688,
147,
9213,
9214,
3520,
9215,
2153,
1691,
2286,
9216,
4138,
9217,
4816,
4156,
1598,
2851,
1698
],
),
"folder_check": SymbolsMetadata(
popularity: 44,
codepoint: 0xf3d7,
categories: [12],
tags: [
2673,
2331,
2697,
2143,
1673,
463,
2681,
4504,
2701,
2333,
81,
4814,
1588,
1589,
2335,
1688,
1106,
147,
2683,
2153,
1691,
1166,
8979,
1676,
2686,
9218,
4481,
362,
1598,
2851,
291,
1698,
9219,
245,
1678,
2694,
1584,
6808,
1681
],
),
"folder_check_2": SymbolsMetadata(
popularity: 30,
codepoint: 0xf3d6,
categories: [12],
tags: [
2697,
9220,
2143,
482,
1673,
9221,
2095,
463,
2681,
4504,
9222,
1333,
2333,
81,
4814,
1588,
1589,
2335,
1688,
1106,
147,
2153,
1691,
1166,
9223,
1676,
2686,
4138,
432,
4481,
9224,
362,
1598,
2851,
291,
1698,
9225,
1678,
1584,
9226,
1681
],
),
"folder_code": SymbolsMetadata(
popularity: 89,
codepoint: 0xf3c8,
categories: [12],
tags: [
861,
501,
2143,
6002,
1102,
9227,
2228,
2197,
81,
6111,
1723,
1313,
1104,
9228,
4814,
9229,
1588,
1589,
2152,
1688,
4904,
2799,
147,
3072,
9214,
1690,
9230,
2153,
1691,
6003,
138,
2930,
586,
2515,
1123,
9231,
1517,
2813,
1598,
2851,
509,
6013,
1698,
31
],
),
"folder_copy": SymbolsMetadata(
popularity: 1556,
codepoint: 0xebbd,
categories: [12],
tags: [
2143,
1685,
6418,
1197,
628,
1733,
8665,
6343,
81,
4814,
1588,
1589,
2152,
1688,
3681,
147,
1690,
2153,
1691,
9232,
68,
8666,
1029,
2468,
4816,
5608,
6346,
2813,
1696,
9233,
9234,
1598,
2851,
1698
],
),
"folder_data": SymbolsMetadata(
popularity: 69,
codepoint: 0xf586,
categories: [12],
tags: [
2143,
9235,
9236,
7702,
1102,
81,
6689,
7092,
6799,
9237,
4814,
1588,
1589,
2152,
9238,
9239,
1688,
147,
2457,
3072,
9240,
2153,
9241,
1691,
68,
3448,
9242,
586,
4138,
1634,
453,
4156,
9243,
1598,
2851,
1698
],
),
"folder_delete": SymbolsMetadata(
popularity: 701,
codepoint: 0xeb34,
categories: [12],
tags: [
1765,
2143,
2808,
569,
3389,
780,
519,
81,
6111,
1210,
1588,
1589,
2152,
1688,
147,
3072,
2153,
9244,
1691,
3393,
1029,
1391,
586,
4138,
9245,
1224,
9246,
1598,
2851,
1698,
1093,
3395,
6250
],
),
"folder_eye": SymbolsMetadata(
popularity: 31,
codepoint: 0xf3d5,
categories: [12],
tags: [
861,
4812,
1673,
81,
4814,
1588,
1589,
1688,
316,
5810,
147,
317,
2153,
1691,
1221,
5829,
1549,
1115,
630,
8411,
1061,
2930,
1034,
1063,
2897,
1745,
1126,
1036,
1127,
1598,
2016,
2851,
1698,
396,
3651,
7374,
2087
],
),
"folder_info": SymbolsMetadata(
popularity: 29,
codepoint: 0xf395,
categories: [12],
tags: [
5605,
861,
1765,
1360,
1177,
865,
193,
519,
9247,
81,
145,
4814,
1588,
1589,
2152,
1688,
9248,
9249,
147,
9214,
1690,
2153,
1691,
871,
5098,
293,
68,
5606,
1029,
148,
150,
3964,
652,
71,
1598,
2851,
1698,
880,
31
],
),
"folder_limited": SymbolsMetadata(
popularity: 96,
codepoint: 0xf4e4,
categories: [12],
tags: [
861,
1766,
4264,
481,
569,
1208,
1209,
1769,
81,
4814,
1588,
1589,
2152,
1688,
1590,
1212,
147,
1690,
2153,
1691,
550,
1960,
9250,
1786,
9251,
3295,
1391,
5966,
2688,
1063,
9252,
4268,
4269,
1224,
2813,
1065,
1066,
1782,
9253,
1036,
1783,
1598,
2851,
1226,
1698
],
),
"folder_managed": SymbolsMetadata(
popularity: 81,
codepoint: 0xf775,
categories: [12],
tags: [
501,
2143,
76,
569,
2809,
1751,
9254,
519,
81,
1468,
145,
44,
4814,
1588,
1589,
2152,
1688,
147,
1690,
2153,
1785,
1080,
293,
68,
1345,
1029,
70,
586,
3114,
2688,
1787,
920,
1517,
1696,
652,
71,
1598,
2851,
1698,
1396,
955,
1093,
1519
],
),
"folder_match": SymbolsMetadata(
popularity: 33,
codepoint: 0xf3d4,
categories: [12],
tags: [
1422,
1673,
3733,
3782,
628,
1733,
81,
4814,
1588,
1589,
2152,
1688,
3681,
147,
199,
317,
3231,
2153,
1691,
8146,
1314,
1549,
7110,
2341,
92,
1126,
4315,
1598,
2851,
8732,
1698,
955,
764,
765,
4480,
4840
],
),
"folder_off": SymbolsMetadata(
popularity: 328,
codepoint: 0xeb83,
categories: [12],
tags: [
2613,
481,
1051,
9255,
81,
9256,
9257,
5937,
9258,
868,
1588,
1589,
9259,
1688,
1055,
147,
9260,
2153,
9261,
9262,
9263,
9264,
9265,
9266,
9267,
1691,
1057,
9268,
6266,
1059,
1061,
523,
9269,
9270,
1065,
1066,
9271,
1598,
1067,
2851,
1698,
9272,
1068
],
),
"folder_open": SymbolsMetadata(
popularity: 9096,
codepoint: 0xe2c8,
categories: [12],
tags: [
861,
2143,
4812,
519,
1333,
9247,
81,
44,
4814,
1588,
1589,
2152,
1688,
914,
147,
9273,
1690,
317,
2153,
8702,
1691,
68,
1549,
2085,
1029,
325,
2930,
586,
4138,
4816,
1517,
2470,
2897,
1598,
2851,
1698,
9274,
396
],
),
"folder_shared": SymbolsMetadata(
popularity: 1646,
codepoint: 0xe2c9,
categories: [12],
tags: [
861,
565,
1685,
1686,
571,
519,
628,
81,
44,
4814,
2191,
1588,
1589,
1688,
577,
147,
2153,
579,
581,
1029,
267,
92,
588,
589,
590,
1696,
2310,
1529,
9275,
1598,
2851,
1698,
1396,
764,
9276,
597,
7419,
601
],
),
"folder_special": SymbolsMetadata(
popularity: 1008,
codepoint: 0xe617,
categories: [12],
tags: [
2143,
1701,
81,
4814,
1588,
1589,
2152,
1688,
3519,
9277,
147,
1690,
2153,
1139,
1367,
9278,
8979,
9223,
92,
1696,
4481,
9279,
392,
1598,
2851,
3224,
9280,
857,
9281,
9282,
1698
],
),
"folder_supervised": SymbolsMetadata(
popularity: 48,
codepoint: 0xf774,
categories: [12],
tags: [
565,
1765,
1332,
690,
1333,
345,
81,
4814,
1588,
1589,
1688,
147,
2153,
1080,
581,
5248,
2946,
2085,
4280,
92,
289,
9283,
2688,
1787,
589,
1063,
590,
3206,
1065,
1036,
1598,
1339,
2851,
1698,
955,
5756
],
),
"folder_zip": SymbolsMetadata(
popularity: 1003,
codepoint: 0xeb2c,
categories: [12],
tags: [
2143,
9284,
6057,
9285,
519,
81,
6113,
44,
4814,
1588,
1589,
2456,
3307,
1688,
2549,
147,
9286,
2457,
3072,
9287,
2153,
9288,
9289,
9241,
9290,
1691,
2930,
92,
1597,
1598,
2851,
1698,
9291,
9292,
9293,
9294
],
),
"follow_the_signs": SymbolsMetadata(
popularity: 1083,
codepoint: 0xf222,
categories: [3],
tags: [
77,
690,
9295,
312,
313,
2283,
2986,
903,
3188,
2834,
1631,
581,
5818,
9296,
2207,
87,
323,
1550,
905,
1634,
588,
589,
328,
1167,
906,
1635,
9297,
1636,
273,
9298,
9299,
593,
1637,
3181,
9300,
332,
473,
9301,
1709
],
rtlAutoMirrored: true,
),
"font_download": SymbolsMetadata(
popularity: 714,
codepoint: 0xe167,
categories: [12],
tags: [
3442,
7575,
748,
4,
77,
504,
5,
8316,
1589,
2590,
520,
147,
12,
5963,
138,
1705,
15,
16,
7577,
1167,
2814,
433,
31,
33,
35,
6766,
338,
141,
1486
],
),
"font_download_off": SymbolsMetadata(
popularity: 142,
codepoint: 0xe4f9,
categories: [12],
tags: [
2613,
4,
1051,
9302,
5,
5937,
868,
9303,
520,
9304,
9305,
9306,
1055,
12,
9307,
9308,
9309,
1213,
1548,
9310,
15,
9311,
16,
9312,
9313,
6266,
1059,
1061,
1065,
1067,
433,
9314,
31,
33,
9315,
35,
338,
9316,
1068
],
),
"food_bank": SymbolsMetadata(
popularity: 883,
codepoint: 0xf1f2,
categories: [16],
tags: [
861,
864,
1497,
865,
926,
929,
308,
9194,
574,
2192,
4290,
3721,
2568,
2367,
9317,
2995,
2709,
871,
1500,
7292,
945,
4849,
3723,
9318,
586,
327,
9319,
2571,
1503,
1504,
4054,
652,
1505,
593,
1698,
955,
3676,
880,
4855,
8481,
9320
],
),
"foot_bones": SymbolsMetadata(
popularity: 180,
codepoint: 0xf893,
categories: [3],
tags: [
3567,
4188,
690,
4143,
8614,
375,
378,
3805,
488,
137,
697,
581,
9321,
1949,
894,
289,
4201,
8621,
8622,
8623,
955,
3116,
31,
8628
],
),
"footprint": SymbolsMetadata(
popularity: 238,
codepoint: 0xf87d,
categories: [3],
tags: [
4889,
9322,
9323,
313,
9324,
316,
694,
3805,
3806,
3807,
9325,
3808,
3809,
1831,
3669,
9326,
2684,
51,
1633,
468,
1834,
4061,
1634,
9327,
759,
7452,
7453,
898,
3815,
2932,
3818,
2158,
4827,
332,
9328,
3819,
9329
],
),
"for_you": SymbolsMetadata(
popularity: 108,
codepoint: 0xe9ac,
categories: [7],
tags: [
565,
8594,
482,
9330,
6763,
9331,
1236,
314,
6653,
577,
7887,
5469,
8597,
2709,
6402,
581,
9332,
9333,
2589,
588,
9334,
589,
920,
6764,
5027,
590,
1184,
9335,
9336,
9337,
3526,
3224,
8734,
9338,
5517,
9339,
601,
8604,
9044,
2774
],
),
"forest": SymbolsMetadata(
popularity: 3152,
codepoint: 0xea99,
categories: [3],
tags: [
480,
3660,
312,
314,
315,
6242,
1852,
5179,
8003,
5180,
2368,
234,
9340,
1605,
3979,
323,
324,
174,
2374,
1834,
325,
3672,
3321,
326,
1835,
9341,
9342,
8711,
332,
5506,
5184,
9343,
9344
],
),
"fork_left": SymbolsMetadata(
popularity: 338,
codepoint: 0xeba0,
categories: [14],
tags: [
2401,
77,
502,
9345,
9346,
684,
2993,
9347,
313,
2283,
2408,
5104,
2274,
2995,
9348,
9296,
2207,
3178,
324,
1541,
325,
70,
1634,
9349,
1635,
9297,
1636,
9350,
898,
9351,
1638,
332,
473,
9352
],
),
"fork_right": SymbolsMetadata(
popularity: 630,
codepoint: 0xebac,
categories: [14],
tags: [
77,
901,
502,
9353,
9354,
313,
9355,
2408,
9356,
9357,
9358,
2995,
9359,
9360,
9361,
1541,
9362,
9363,
9364,
325,
1634,
9365,
906,
9366,
7757,
7307,
9367,
1636,
9368,
9369,
898,
9370,
1638,
332,
9371,
7308
],
),
"fork_spoon": SymbolsMetadata(
popularity: 73,
codepoint: 0xf3e4,
categories: [8],
tags: [
3713,
3714,
3715,
7289,
3716,
4227,
4844,
4695,
3720,
4134,
4696,
3721,
4848,
9372,
2367,
5717,
2995,
4234,
4849,
6272,
4135,
3723,
506,
3727,
8557,
6493,
4853,
4854,
9373,
6351,
4855
],
),
"forklift": SymbolsMetadata(
popularity: 53,
codepoint: 0xf868,
categories: [9],
tags: [
3434,
6949,
3666,
1498,
2045,
46,
6460,
9374,
4372,
9375,
2490,
9376,
4897,
5332,
3792,
3040,
87,
3427,
1738,
4898,
6463,
5768,
7971,
885,
4374,
2502,
433,
1698,
5581,
900,
2447,
1843,
1844,
8481
],
),
"format_align_center": SymbolsMetadata(
popularity: 999,
codepoint: 0xe234,
categories: [12],
tags: [
2159,
2214,
9377,
2160,
308,
2161,
9378,
9379,
1588,
1589,
2163,
1252,
680,
2165,
9380,
370,
2166,
699,
2194,
1943,
2169,
2184,
1598,
1461,
9381,
33,
6696,
35,
2190,
1486
],
),
"format_align_justify": SymbolsMetadata(
popularity: 755,
codepoint: 0xe235,
categories: [12],
tags: [
1747,
2159,
2160,
76,
9382,
628,
6965,
1588,
1589,
9383,
1252,
680,
2165,
1947,
370,
2223,
2236,
9384,
2194,
385,
2219,
9385,
1471,
2169,
2287,
9386,
1598,
1964,
1461,
33,
2173,
2186,
2175,
97,
35,
3680,
7256,
1486,
7862
],
),
"format_align_left": SymbolsMetadata(
popularity: 1428,
codepoint: 0xe236,
categories: [12],
tags: [
2159,
9387,
2215,
2160,
1588,
2217,
2255,
1252,
680,
2165,
370,
2181,
2166,
2243,
2207,
2219,
3244,
1471,
2168,
2183,
2184,
1598,
1461,
33,
2173,
2248,
2186,
2187,
97,
35,
9388,
2190,
1486,
9389
],
rtlAutoMirrored: true,
),
"format_align_right": SymbolsMetadata(
popularity: 925,
codepoint: 0xe237,
categories: [12],
tags: [
9390,
2159,
2177,
2160,
1588,
2255,
1252,
680,
2165,
370,
9391,
9392,
1471,
9393,
2169,
9394,
906,
9386,
9395,
7475,
1598,
1461,
33,
2173,
2186,
6696,
9396,
2188,
35,
338,
2213,
1486
],
rtlAutoMirrored: true,
),
"format_bold": SymbolsMetadata(
popularity: 2450,
codepoint: 0xe238,
categories: [12],
tags: [
9397,
4,
8804,
9398,
5,
628,
1588,
1589,
1252,
680,
2165,
12,
370,
2490,
1111,
1344,
15,
16,
2169,
9399,
1598,
1461,
2172,
4684,
31,
4545,
33,
6968,
35,
338,
3752,
7256,
1486
],
),
"format_clear": SymbolsMetadata(
popularity: 335,
codepoint: 0xe239,
categories: [12],
tags: [
9400,
4,
3095,
5,
810,
780,
1210,
868,
1588,
1589,
9401,
2255,
9402,
1252,
680,
2165,
9403,
1055,
3392,
12,
370,
2166,
16,
87,
1059,
1061,
9404,
2169,
1224,
5872,
1598,
1067,
1461,
2172,
9405,
9406,
31,
33,
9407,
2187,
2226,
35,
338,
1486
],
),
"format_color_fill": SymbolsMetadata(
popularity: 1640,
codepoint: 0xe23a,
categories: [12],
tags: [
1748,
2677,
1131,
1602,
3536,
9408,
5859,
1751,
4575,
485,
1588,
378,
2903,
1252,
680,
2165,
2229,
9409,
12,
370,
490,
4198,
1652,
3100,
9410,
3103,
9411,
362,
392,
1598,
9412,
1461,
2172,
33,
511,
35,
1486
],
),
"format_color_reset": SymbolsMetadata(
popularity: 589,
codepoint: 0xe23b,
categories: [12],
tags: [
8593,
9413,
1602,
9414,
193,
780,
9415,
4575,
6090,
9416,
9417,
868,
1588,
1589,
378,
2903,
4291,
6096,
1252,
680,
2165,
1055,
7673,
2229,
370,
2265,
9418,
4198,
1059,
1061,
9419,
3100,
3623,
7676,
9420,
5872,
9421,
7677,
9422,
1598,
1067,
1461,
2172,
33,
35,
3850,
1486
],
),
"format_color_text": SymbolsMetadata(
popularity: 1135,
codepoint: 0xe23c,
categories: [12],
tags: [
9423,
9424,
3095,
9425,
4575,
1588,
1589,
2255,
1252,
680,
2165,
2229,
12,
9426,
370,
2166,
15,
9427,
3100,
3103,
9399,
9422,
1598,
1461,
2172,
9428,
33,
9429,
2175,
35,
338,
2190,
1486
],
),
"format_h1": SymbolsMetadata(
popularity: 126,
codepoint: 0xf85d,
categories: [12],
tags: [
2453,
9430,
9431,
628,
9432,
1588,
1589,
2163,
1252,
680,
2165,
2229,
12,
370,
2181,
9433,
9434,
9435,
9436,
2169,
9437,
4598,
2172,
33,
2174,
2175,
740,
35,
338,
2190,
1600,
1486
],
),
"format_h2": SymbolsMetadata(
popularity: 72,
codepoint: 0xf85e,
categories: [12],
tags: [
9438,
628,
1588,
1589,
9383,
1252,
680,
2165,
2229,
9426,
370,
2166,
9439,
9440,
9434,
9435,
916,
9436,
385,
1471,
2169,
1151,
9441,
955,
2172,
33,
6696,
2175,
740,
1331,
35,
338,
1486
],
),
"format_h3": SymbolsMetadata(
popularity: 40,
codepoint: 0xf85f,
categories: [12],
tags: [
2453,
9398,
628,
1588,
1589,
2255,
1252,
680,
2165,
2229,
12,
370,
2166,
9442,
9434,
9443,
9435,
9444,
22,
9445,
2169,
9399,
2172,
4684,
33,
2187,
740,
35,
338,
1486
],
),
"format_h4": SymbolsMetadata(
popularity: 35,
codepoint: 0xf860,
categories: [12],
tags: [
4,
481,
628,
1588,
1589,
1252,
680,
2165,
2229,
12,
370,
2166,
9446,
9434,
9435,
9447,
15,
9448,
2169,
9399,
1151,
298,
2172,
5948,
33,
740,
35,
6766,
338,
7256,
1486
],
),
"format_h5": SymbolsMetadata(
popularity: 37,
codepoint: 0xf861,
categories: [12],
tags: [
2453,
3086,
628,
485,
44,
1588,
1589,
1252,
680,
2165,
2229,
12,
370,
2166,
9449,
9434,
9435,
4709,
1080,
385,
9450,
2169,
4598,
1151,
955,
2172,
2209,
33,
740,
35,
338,
333,
1486
],
),
"format_h6": SymbolsMetadata(
popularity: 37,
codepoint: 0xf862,
categories: [12],
tags: [
687,
4,
1588,
1589,
1252,
680,
2165,
2229,
12,
370,
9451,
9452,
9434,
9435,
699,
15,
9444,
792,
21,
6544,
2169,
3954,
298,
1964,
9453,
2172,
33,
740,
35,
338,
1465,
1486
],
),
"format_image_left": SymbolsMetadata(
popularity: 75,
codepoint: 0xf863,
categories: [12],
tags: [
2159,
2160,
1467,
2453,
3086,
1439,
2254,
628,
1588,
1589,
1252,
680,
2165,
9454,
2229,
370,
9455,
348,
137,
382,
49,
385,
2207,
406,
1596,
2169,
57,
62,
4598,
1151,
955,
2172,
9456,
33,
35,
476,
1186,
1486
],
),
"format_image_right": SymbolsMetadata(
popularity: 50,
codepoint: 0xf864,
categories: [12],
tags: [
2159,
2160,
76,
2453,
481,
1439,
2254,
628,
485,
1588,
1589,
1252,
680,
2165,
9454,
2229,
370,
348,
699,
49,
1327,
385,
2207,
1471,
406,
1596,
2169,
57,
62,
329,
1352,
906,
2949,
955,
2172,
33,
35,
333,
1486
],
),
"format_indent_decrease": SymbolsMetadata(
popularity: 349,
codepoint: 0xe23d,
categories: [12],
tags: [
2159,
2160,
9457,
2882,
9458,
9459,
1588,
9460,
2255,
2234,
1252,
680,
6619,
2165,
370,
2181,
2223,
2224,
9461,
4596,
4586,
9462,
1471,
2169,
2170,
1598,
1461,
2172,
33,
2173,
2248,
9463,
2186,
6696,
2187,
2188,
2260,
35,
338,
2213,
1486,
9464,
9465
],
rtlAutoMirrored: true,
),
"format_indent_increase": SymbolsMetadata(
popularity: 549,
codepoint: 0xe23e,
categories: [12],
tags: [
2159,
2160,
9466,
5144,
1588,
2234,
2164,
1252,
680,
2165,
370,
9467,
235,
9468,
2224,
9469,
4596,
385,
2168,
7472,
9470,
2169,
9471,
9472,
9437,
1598,
709,
1461,
33,
9473,
2173,
2248,
9463,
9474,
2174,
2187,
9475,
9476,
35,
1098,
2190,
1486
],
rtlAutoMirrored: true,
),
"format_ink_highlighter": SymbolsMetadata(
popularity: 91,
codepoint: 0xf82b,
categories: [12],
tags: [
7848,
1602,
3094,
4575,
2289,
1162,
9477,
1588,
1589,
378,
4858,
1252,
680,
2165,
3112,
8153,
2229,
2166,
9478,
9479,
2685,
87,
1166,
9480,
1391,
3100,
4530,
2755,
1598,
1461,
1170,
2172,
9481,
33,
9482,
511,
35,
1486,
7862
],
),
"format_italic": SymbolsMetadata(
popularity: 1645,
codepoint: 0xe23f,
categories: [12],
tags: [
1174,
9424,
1747,
4,
500,
1931,
8804,
9398,
6504,
5,
1588,
1589,
1252,
680,
2165,
9483,
12,
370,
2166,
9484,
9485,
15,
16,
1598,
7219,
9486,
1461,
8724,
2172,
31,
33,
35,
6766,
338,
4565,
6645,
1486
],
),
"format_letter_spacing": SymbolsMetadata(
popularity: 45,
codepoint: 0xf773,
categories: [12],
tags: [
1174,
1747,
2159,
4,
502,
8804,
6504,
403,
628,
2191,
1589,
1252,
914,
370,
2166,
699,
385,
2207,
9487,
16,
1471,
2169,
2888,
906,
823,
709,
2275,
33,
9488,
35,
338,
476,
397,
6645,
1486
],
),
"format_letter_spacing_2": SymbolsMetadata(
popularity: 24,
codepoint: 0xf618,
categories: [12],
tags: [
2222,
2159,
4,
1467,
502,
5,
403,
485,
2191,
1589,
1252,
914,
9489,
12,
2166,
9490,
699,
9491,
385,
2207,
9487,
16,
1471,
2947,
4598,
906,
823,
709,
2275,
33,
35,
338,
9492,
2213,
1486
],
),
"format_letter_spacing_standard": SymbolsMetadata(
popularity: 39,
codepoint: 0xf617,
categories: [12],
tags: [
1747,
2159,
2160,
4,
5,
403,
1325,
485,
2191,
1589,
1252,
2165,
914,
12,
370,
699,
385,
15,
16,
1471,
226,
9493,
823,
709,
2275,
33,
35,
338,
397,
6645,
1486
],
),
"format_letter_spacing_wide": SymbolsMetadata(
popularity: 18,
codepoint: 0xf616,
categories: [12],
tags: [
1747,
2159,
4,
5,
403,
345,
2191,
1589,
1252,
914,
12,
370,
137,
699,
16,
87,
355,
9493,
2169,
151,
823,
709,
2275,
1952,
4545,
33,
35,
338,
476,
2552,
7256,
1486
],
),
"format_letter_spacing_wider": SymbolsMetadata(
popularity: 20,
codepoint: 0xf615,
categories: [12],
tags: [
1747,
2159,
4,
502,
5,
2405,
2191,
1589,
2165,
914,
12,
370,
699,
5625,
15,
16,
87,
1471,
2947,
9493,
2169,
1707,
391,
823,
709,
2275,
33,
9494,
97,
35,
338,
2552,
397,
7256,
1486
],
),
"format_line_spacing": SymbolsMetadata(
popularity: 390,
codepoint: 0xe240,
categories: [12],
tags: [
9495,
2159,
2160,
502,
9496,
1588,
1589,
2163,
2590,
1252,
680,
2165,
370,
2166,
9491,
385,
87,
6974,
1471,
6976,
1598,
709,
1461,
33,
2248,
9488,
35,
338,
9497,
98,
9498,
2190,
1486
],
),
"format_list_bulleted": SymbolsMetadata(
popularity: 7455,
codepoint: 0xe241,
categories: [12],
tags: [
2159,
2160,
1467,
2240,
9499,
9500,
1674,
1101,
628,
1588,
1589,
1105,
1252,
680,
2165,
9403,
6536,
370,
9501,
2166,
916,
86,
1471,
88,
2244,
506,
1595,
8244,
586,
851,
1598,
1461,
955,
33,
2174,
6696,
35,
338,
8245,
1486
],
rtlAutoMirrored: true,
),
"format_list_bulleted_add": SymbolsMetadata(
popularity: 89,
codepoint: 0xf849,
categories: [12],
tags: [
231,
745,
2159,
2160,
1321,
1467,
2282,
2240,
9499,
1674,
628,
1325,
1588,
1589,
1252,
680,
2165,
4821,
914,
370,
9502,
235,
1327,
86,
87,
1471,
88,
887,
1481,
1595,
5676,
91,
92,
239,
3122,
1598,
1461,
31,
33,
2187,
35,
1486,
9465
],
rtlAutoMirrored: true,
),
"format_list_numbered": SymbolsMetadata(
popularity: 3054,
codepoint: 0xe242,
categories: [12],
tags: [
2159,
2160,
1467,
2240,
7,
1588,
1589,
1252,
680,
2165,
6536,
370,
9501,
2166,
2224,
86,
385,
1471,
88,
1595,
9503,
5676,
176,
9504,
22,
91,
9505,
8244,
8224,
289,
2169,
851,
94,
9506,
1598,
1461,
955,
31,
33,
35,
1486
],
),
"format_list_numbered_rtl": SymbolsMetadata(
popularity: 707,
codepoint: 0xe267,
categories: [12],
tags: [
2159,
2160,
9507,
9508,
628,
7,
45,
1588,
1589,
1252,
680,
2165,
488,
370,
2166,
9509,
5247,
1471,
88,
9510,
1595,
21,
9503,
5676,
176,
22,
91,
586,
6412,
5678,
94,
1598,
1461,
955,
31,
33,
2174,
97,
35,
1486
],
),
"format_overline": SymbolsMetadata(
popularity: 142,
codepoint: 0xeb65,
categories: [12],
tags: [
4,
504,
5,
9511,
345,
1588,
1589,
1252,
680,
2165,
12,
370,
2166,
2265,
916,
16,
87,
1471,
506,
355,
9512,
1598,
1461,
8724,
2172,
31,
33,
97,
35,
338,
141,
9513,
4565,
1348,
2190,
1486
],
),
"format_paint": SymbolsMetadata(
popularity: 1530,
codepoint: 0xe243,
categories: [12],
tags: [
1747,
2222,
1602,
2144,
3095,
5859,
4575,
9514,
2289,
6105,
3382,
1161,
485,
1588,
378,
1252,
680,
2165,
2229,
9409,
370,
2166,
6106,
3100,
9410,
3102,
3103,
9515,
4063,
1598,
1461,
2172,
33,
9516,
1789,
35,
1486
],
),
"format_paragraph": SymbolsMetadata(
popularity: 64,
codepoint: 0xf865,
categories: [12],
tags: [
2159,
2178,
2160,
308,
1588,
1589,
2234,
1252,
7861,
680,
2165,
2229,
370,
2236,
916,
2224,
2194,
385,
2207,
1471,
2169,
9471,
906,
709,
6880,
2172,
33,
2186,
35,
338,
2190,
1486
],
),
"format_quote": SymbolsMetadata(
popularity: 4544,
codepoint: 0xe244,
categories: [12],
tags: [
9466,
2741,
9517,
9518,
572,
628,
2743,
1588,
1589,
2745,
1252,
680,
2165,
9519,
370,
9520,
9521,
2169,
3963,
2747,
9522,
9523,
2748,
9524,
179,
1598,
594,
1461,
33,
2187,
35,
338,
1486
],
),
"format_quote_off": SymbolsMetadata(
popularity: 4,
codepoint: 0xf413,
categories: [12],
tags: [
748,
9525,
568,
570,
9526,
572,
283,
345,
1476,
1477,
2743,
1300,
868,
1588,
1589,
1252,
680,
2165,
1055,
370,
137,
138,
583,
1059,
1060,
1061,
2169,
3963,
2747,
9527,
9523,
1224,
1598,
1067,
594,
1461,
31,
33,
35,
338,
907,
1486
],
),
"format_shapes": SymbolsMetadata(
popularity: 711,
codepoint: 0xe25e,
categories: [12],
tags: [
2159,
4,
76,
5,
193,
4575,
1236,
485,
1588,
1252,
680,
2165,
1164,
2229,
12,
488,
370,
9528,
904,
381,
137,
1327,
385,
16,
1652,
92,
3100,
3377,
852,
71,
392,
5503,
1598,
1461,
433,
955,
2172,
31,
33,
1789,
1728,
35,
141,
1348,
1409,
476,
1486
],
),
"format_size": SymbolsMetadata(
popularity: 1343,
codepoint: 0xe245,
categories: [12],
tags: [
9529,
4,
9530,
9531,
5,
9532,
4575,
628,
1588,
1589,
9383,
9533,
1252,
680,
2165,
2351,
2229,
12,
9534,
370,
2223,
9535,
16,
3100,
2169,
2232,
391,
1598,
2920,
298,
8158,
1461,
2172,
31,
33,
2187,
9536,
9537,
9476,
35,
338,
9538,
2190,
1486,
2348
],
),
"format_strikethrough": SymbolsMetadata(
popularity: 401,
codepoint: 0xe246,
categories: [12],
tags: [
4,
1208,
5,
6857,
9539,
1299,
1210,
1588,
1589,
1252,
7861,
680,
2165,
12,
370,
2181,
9540,
1644,
16,
87,
9541,
788,
1224,
1598,
1461,
8724,
9542,
2172,
31,
33,
4564,
9543,
35,
338,
9544,
2190,
1486
],
),
"format_text_clip": SymbolsMetadata(
popularity: 7,
codepoint: 0xf82a,
categories: [12],
tags: [
2483,
1524,
628,
81,
1588,
1589,
1252,
680,
2165,
147,
488,
370,
2166,
137,
138,
68,
1327,
1391,
289,
3257,
2169,
9399,
392,
1598,
1461,
2172,
31,
33,
2187,
9545,
9546,
35,
2213,
1486
],
),
"format_text_overflow": SymbolsMetadata(
popularity: 37,
codepoint: 0xf829,
categories: [12],
tags: [
1747,
2160,
481,
482,
912,
628,
8,
1588,
1589,
1105,
1252,
680,
2165,
914,
370,
385,
1471,
237,
70,
9547,
6344,
1596,
2169,
2232,
1598,
1461,
33,
9545,
35,
396,
2190,
4221,
1486
],
),
"format_text_wrap": SymbolsMetadata(
popularity: 9,
codepoint: 0xf828,
categories: [12],
tags: [
9390,
2159,
2160,
9548,
9549,
9550,
1588,
1589,
1252,
680,
2165,
1077,
370,
2166,
4587,
1471,
2169,
9551,
9552,
1598,
1461,
33,
9553,
9041,
2187,
2188,
9042,
9545,
35,
338,
9554,
4221,
9555,
1486,
9556,
9557
],
),
"format_textdirection_l_to_r": SymbolsMetadata(
popularity: 146,
codepoint: 0xe247,
categories: [12],
tags: [
2159,
2160,
9558,
313,
1588,
1589,
2163,
1252,
680,
2165,
370,
9559,
5247,
385,
9560,
9561,
2169,
9562,
6412,
5678,
1598,
1461,
33,
2173,
9463,
2186,
2187,
2188,
2189,
9545,
35,
338,
2190,
1486,
9563
],
),
"format_textdirection_r_to_l": SymbolsMetadata(
popularity: 134,
codepoint: 0xe248,
categories: [12],
tags: [
2159,
2160,
9564,
2971,
9558,
628,
313,
1588,
1589,
1252,
680,
2165,
1077,
370,
2166,
699,
9565,
2194,
5247,
385,
9560,
9566,
9561,
2169,
2888,
6412,
5678,
3076,
1598,
1461,
33,
2173,
9545,
35,
338,
2190,
1486,
9567
],
),
"format_textdirection_vertical": SymbolsMetadata(
popularity: 2,
codepoint: 0xf4b8,
categories: [12],
tags: [
2159,
2160,
1467,
502,
2283,
1588,
1589,
2234,
1252,
680,
2165,
370,
2166,
385,
1471,
9561,
91,
92,
2169,
2862,
1598,
95,
1461,
33,
9568,
2174,
2188,
9545,
97,
35,
338,
9569,
1465,
2190,
1486,
7862
],
),
"format_underlined": SymbolsMetadata(
popularity: 1269,
codepoint: 0xe249,
categories: [12],
tags: [
4,
5,
1161,
1588,
1589,
1252,
680,
2165,
3215,
12,
370,
1644,
9570,
16,
87,
1598,
1461,
2172,
2209,
31,
33,
2174,
2187,
35,
9571,
9513,
4565,
9572,
7578,
2213,
1486,
7862
],
),
"format_underlined_squiggle": SymbolsMetadata(
popularity: 73,
codepoint: 0xf885,
categories: [12],
tags: [
4,
5,
1588,
1589,
2163,
2234,
9402,
1252,
680,
2165,
9403,
12,
370,
2166,
9573,
16,
87,
9399,
1598,
1461,
7656,
2172,
31,
33,
4564,
2174,
2186,
9574,
9575,
6696,
2189,
9476,
35,
338,
9513,
4565,
9576,
9577,
9572,
9578,
9579,
9580,
9581,
2190,
2213,
1486,
9465
],
),
"forms_add_on": SymbolsMetadata(
popularity: 707,
codepoint: 0xf0c7,
categories: [12],
tags: [
745,
5592,
1323,
2483,
1332,
1325,
1589,
4708,
147,
488,
9582,
381,
137,
138,
1327,
1403,
887,
289,
1596,
3419,
1597,
876,
239,
1598,
1339,
1461,
31,
1433
],
),
"forms_apps_script": SymbolsMetadata(
popularity: 173,
codepoint: 0xf0c8,
categories: [12],
tags: [
7008,
2601,
9583,
1374,
1102,
1103,
1310,
9584,
1104,
2165,
9585,
9582,
1108,
2961,
3447,
1123,
1125,
3076,
392,
433,
31,
65,
511,
333
],
),
"fort": SymbolsMetadata(
popularity: 338,
codepoint: 0xeaad,
categories: [5],
tags: [
5477,
1497,
9586,
929,
5479,
3974,
1499,
5482,
5483,
137,
5484,
1500,
138,
5485,
3320,
5486,
5487,
9587,
2802,
289,
5488,
1501,
1582,
1502,
6655,
1036,
392,
5490,
955,
31,
2573,
4952
],
),
"forum": SymbolsMetadata(
popularity: 13134,
codepoint: 0xe0bf,
categories: [7],
tags: [
9588,
568,
570,
572,
6170,
573,
283,
9589,
574,
1476,
9590,
2743,
2744,
811,
1480,
5589,
871,
3171,
583,
4947,
289,
9591,
9592,
5663,
432,
1295,
594,
9593,
1485,
880,
5591,
1296,
4867,
9594,
4870,
4871
],
),
"forward": SymbolsMetadata(
popularity: 3648,
codepoint: 0xe154,
categories: [2],
tags: [
77,
283,
2032,
903,
9595,
9596,
9597,
2303,
583,
408,
9598,
9599,
906,
1707,
2310,
9600,
9601,
7535,
1529,
9602,
9603,
9604,
9605,
9606,
9607,
9608,
1128,
9609,
243,
9610
],
rtlAutoMirrored: true,
),
"forward_10": SymbolsMetadata(
popularity: 1083,
codepoint: 0xe056,
categories: [0],
tags: [
38,
2926,
77,
9611,
345,
1753,
9612,
7,
313,
1165,
7771,
903,
6671,
1301,
407,
354,
1714,
325,
9613,
22,
2521,
408,
9614,
759,
5866,
361,
2157,
2016,
8044,
411,
31,
9615,
9616,
9617,
2476,
37,
543,
2087
],
),
"forward_30": SymbolsMetadata(
popularity: 372,
codepoint: 0xe057,
categories: [0],
tags: [
340,
9618,
2926,
9619,
77,
1268,
345,
1753,
2937,
7,
1165,
7771,
903,
138,
2868,
6671,
406,
352,
439,
1714,
21,
22,
69,
408,
409,
759,
9620,
361,
8044,
31,
9621,
1171,
7780,
37
],
),
"forward_5": SymbolsMetadata(
popularity: 366,
codepoint: 0xe058,
categories: [0],
tags: [
38,
676,
9622,
2926,
77,
1268,
2454,
345,
1753,
7,
313,
2099,
1165,
7771,
9623,
903,
3484,
6671,
352,
1714,
325,
905,
22,
408,
409,
2841,
759,
5741,
1707,
361,
8044,
411,
31,
1171,
9617,
9624,
2476,
1728,
37
],
),
"forward_circle": SymbolsMetadata(
popularity: 30,
codepoint: 0xf6f5,
categories: [0],
tags: [
2926,
9625,
77,
504,
193,
462,
902,
345,
1753,
7,
313,
1165,
7771,
903,
51,
352,
686,
1758,
1714,
325,
905,
22,
2521,
3400,
408,
1167,
1121,
759,
2531,
9626,
906,
330,
361,
8044,
9627,
9628,
31,
37
],
),
"forward_media": SymbolsMetadata(
popularity: 62,
codepoint: 0xf6f4,
categories: [0],
tags: [
77,
1268,
504,
345,
1753,
7,
1165,
7771,
903,
407,
686,
439,
1714,
325,
905,
9629,
22,
1223,
2521,
408,
409,
5741,
1707,
9630,
361,
7778,
1293,
31,
1728,
907,
37
],
),
"forward_to_inbox": SymbolsMetadata(
popularity: 3288,
codepoint: 0xf187,
categories: [7],
tags: [
77,
9631,
502,
283,
6195,
2295,
2045,
312,
313,
2408,
1589,
2298,
3252,
2300,
9632,
903,
2301,
2424,
15,
9633,
16,
2303,
9634,
583,
9635,
9636,
1758,
325,
5062,
1597,
906,
2310,
9637,
2429,
1720,
526,
900
],
rtlAutoMirrored: true,
),
"foundation": SymbolsMetadata(
popularity: 1208,
codepoint: 0xf200,
categories: [8],
tags: [
9638,
1497,
2484,
9639,
9640,
2204,
929,
4733,
1439,
1498,
9641,
9642,
1104,
4708,
9643,
2568,
2488,
9644,
1831,
1140,
1500,
9645,
759,
1501,
2571,
1502,
1504,
1781,
2502,
9646,
2138,
955,
880
],
),
"fragrance": SymbolsMetadata(
popularity: 9,
codepoint: 0xf345,
categories: [8],
tags: [
1868,
9647,
6661,
9648,
1767,
9649,
1333,
7031,
9650,
9651,
2528,
1854,
9652,
3550,
1376,
4198,
5302,
492,
1876,
9653,
9654,
3855,
1664,
1858,
1395,
1859,
1878
],
),
"frame_inspect": SymbolsMetadata(
popularity: 284,
codepoint: 0xf772,
categories: [12],
tags: [
6208,
1131,
1132,
9655,
482,
2830,
43,
2334,
606,
5828,
83,
317,
1757,
348,
437,
5829,
2337,
53,
1549,
1115,
1116,
2340,
642,
289,
1149,
1126,
1127,
363,
433,
1227,
511,
396,
2348
],
),
"frame_person": SymbolsMetadata(
popularity: 855,
codepoint: 0xf8a6,
categories: [0],
tags: [
565,
9656,
972,
9657,
6124,
566,
9658,
9659,
690,
1132,
9660,
9655,
308,
975,
9661,
9662,
348,
581,
2900,
588,
589,
983,
820,
590,
1048,
9663,
3480,
392,
888,
433,
2158,
1095,
3481,
601,
990,
9664
],
),
"frame_person_mic": SymbolsMetadata(
popularity: 43,
codepoint: 0xf4d5,
categories: [0],
tags: [
1268,
690,
1132,
9655,
42,
308,
283,
1273,
348,
977,
1278,
1279,
581,
1111,
9665,
9666,
1113,
1284,
1285,
9667,
1286,
289,
588,
589,
9614,
9668,
590,
453,
1290,
440,
432,
986,
1293,
4865,
1294,
9669,
433,
1296,
2158,
1095,
601,
9670,
1298
],
),
"frame_person_off": SymbolsMetadata(
popularity: 23,
codepoint: 0xf7d1,
categories: [0],
tags: [
2613,
566,
1051,
690,
1132,
9655,
308,
193,
1300,
868,
7870,
1055,
4267,
1213,
348,
9671,
1221,
581,
49,
813,
6828,
1059,
1060,
1061,
588,
589,
1062,
7663,
1063,
590,
1224,
1065,
1067,
2158,
1095,
1068,
601,
1069
],
),
"frame_reload": SymbolsMetadata(
popularity: 28,
codepoint: 0xf771,
categories: [12],
tags: [
460,
77,
9672,
1132,
9655,
193,
462,
6635,
3462,
9612,
753,
9673,
437,
3463,
3052,
756,
757,
759,
760,
9674,
9675,
9676,
761,
9677,
9678,
9679,
2462,
3458,
9680,
470,
330,
9681,
763,
764,
765,
473,
2464
],
),
"frame_source": SymbolsMetadata(
popularity: 88,
codepoint: 0xf770,
categories: [12],
tags: [
1132,
9655,
1133,
1102,
2228,
1333,
628,
1325,
9682,
1104,
8,
1164,
9683,
348,
437,
6607,
137,
49,
1111,
406,
9684,
289,
1741,
57,
1346,
62,
820,
432,
4054,
737,
433,
6794,
396,
476
],
),
"free_cancellation": SymbolsMetadata(
popularity: 1336,
codepoint: 0xe748,
categories: [6],
tags: [
5188,
1671,
9685,
481,
2080,
1208,
7068,
1673,
780,
1209,
463,
1235,
1160,
2134,
1210,
5937,
4657,
2335,
2732,
10,
1212,
1213,
6627,
5187,
1166,
5018,
4294,
3295,
1676,
9686,
2630,
9687,
5063,
1224,
2379,
5193,
1168,
362,
1226,
1678,
1068,
2844,
2347,
1584,
834,
5942,
4013,
4014,
1681
],
),
"front_hand": SymbolsMetadata(
popularity: 2773,
codepoint: 0xe769,
categories: [3],
tags: [
862,
1360,
3567,
3571,
283,
345,
1796,
2707,
667,
5120,
2708,
8017,
2710,
9688,
3573,
581,
1622,
3576,
3578,
9689,
3579,
328,
1167,
1289,
363,
1226,
31,
1801,
206,
1863
],
),
"front_loader": SymbolsMetadata(
popularity: 39,
codepoint: 0xf869,
categories: [9],
tags: [
9690,
929,
3666,
1498,
9691,
9692,
9693,
9694,
9695,
2799,
9696,
9697,
6460,
1826,
9698,
9376,
9699,
4897,
9700,
9701,
9702,
3052,
5909,
4898,
9703,
6463,
9704,
5581,
1842,
1639,
1843,
9705,
1844,
9706,
9707
],
),
"full_coverage": SymbolsMetadata(
popularity: 191,
codepoint: 0xeb12,
categories: [12],
tags: [
480,
1131,
2453,
1132,
1133,
2972,
482,
4712,
285,
9708,
9709,
2833,
348,
2286,
381,
137,
68,
3088,
2469,
3089,
289,
1597,
1146,
9710,
432,
392,
433,
9711,
31
],
),
"full_hd": SymbolsMetadata(
popularity: 23,
codepoint: 0xf58b,
categories: [0],
tags: [
4,
3515,
40,
5,
5805,
135,
628,
43,
44,
8,
781,
12,
9712,
418,
3479,
419,
404,
16,
406,
354,
9713,
25,
408,
716,
63,
28,
410,
644,
411,
31,
412,
33,
2039,
35,
37,
7080,
2087
],
),
"full_stacked_bar_chart": SymbolsMetadata(
popularity: 665,
codepoint: 0xf212,
categories: [9],
tags: [
1422,
1071,
1423,
517,
569,
373,
1439,
3782,
1425,
81,
375,
941,
2286,
1078,
234,
1081,
68,
226,
17,
18,
1086,
5048,
648,
1427,
759,
794,
1428,
2345,
2474,
746,
3093,
1095,
1429,
1465,
514
],
),
"fullscreen": SymbolsMetadata(
popularity: 7022,
codepoint: 0xe5d0,
categories: [2],
tags: [
1747,
1669,
501,
502,
2719,
2350,
3062,
8,
2351,
9714,
9715,
914,
9716,
2286,
1704,
235,
9717,
1344,
2355,
8295,
686,
6254,
1427,
9718,
391,
8941,
9719,
410,
8957,
1552,
298,
9720,
141,
1348,
543,
396,
9721,
333,
1186,
1187,
9722,
2348
],
),
"fullscreen_exit": SymbolsMetadata(
popularity: 2951,
codepoint: 0xe5d1,
categories: [2],
tags: [
1747,
1669,
501,
502,
1209,
912,
2719,
2455,
345,
2350,
2955,
4658,
8,
3060,
1212,
914,
2286,
1704,
1344,
5524,
1471,
406,
2895,
2356,
1427,
5936,
2232,
410,
2920,
1552,
298,
2415,
413,
141,
1348,
37,
396,
8695,
333,
1186,
1187,
3065
],
),
"fullscreen_portrait": SymbolsMetadata(
popularity: 20,
codepoint: 0xf45a,
categories: [2],
tags: [
1669,
501,
502,
633,
9723,
2719,
2350,
8,
2351,
914,
1335,
348,
2286,
5826,
1704,
1344,
385,
2355,
406,
686,
642,
507,
5260,
5123,
329,
1427,
9718,
432,
2232,
410,
5261,
5262,
1552,
298,
1952,
141,
2210,
1348,
1465,
37,
396,
333,
1186,
1187,
2348
],
),
"function": SymbolsMetadata(
popularity: 437,
codepoint: 0xf866,
categories: [12],
tags: [
8142,
7008,
1422,
3499,
5009,
791,
373,
1102,
1103,
80,
6763,
81,
1104,
1588,
1252,
680,
2165,
629,
1107,
6132,
9724,
1108,
2721,
9725,
1078,
1111,
3447,
793,
6557,
1119,
1741,
9726,
1090,
1123,
227,
1598,
1461,
9727,
2172,
675,
33,
35,
7712,
1486
],
),
"functions": SymbolsMetadata(
popularity: 1701,
codepoint: 0xe24a,
categories: [12],
tags: [
5363,
1765,
3820,
2133,
3499,
5009,
9728,
9729,
685,
1753,
80,
6763,
3604,
81,
1588,
1252,
680,
2165,
2799,
2720,
2721,
3437,
1029,
793,
9730,
4941,
70,
6275,
921,
758,
71,
1788,
1598,
1461,
2172,
675,
1093,
33,
1789,
35,
1486
],
),
"funicular": SymbolsMetadata(
popularity: 4,
codepoint: 0xf477,
categories: [14],
tags: [
5554,
9731,
1818,
1940,
4962,
1820,
5748,
1821,
284,
9051,
313,
9732,
9733,
7967,
7969,
1633,
3040,
87,
1541,
1606,
2054,
2055,
4381,
4382,
9734,
4966,
4968,
4385,
3327,
2158,
4386,
4387,
1988,
1639,
332,
4926,
1844,
8033
],
rtlAutoMirrored: true,
),
"g_mobiledata": SymbolsMetadata(
popularity: 161,
codepoint: 0xf010,
categories: [4],
tags: [
4,
517,
7718,
251,
5,
283,
284,
254,
81,
44,
1105,
520,
12,
9735,
9736,
259,
16,
1471,
262,
263,
264,
265,
267,
611,
272,
652,
273,
275,
31,
65,
276,
33,
2573,
526,
1728,
35,
527,
278,
279
],
),
"g_mobiledata_badge": SymbolsMetadata(
popularity: 8,
codepoint: 0xf7e1,
categories: [4],
tags: [
4,
281,
251,
252,
5,
283,
284,
254,
81,
256,
287,
606,
12,
9735,
319,
1693,
608,
51,
68,
259,
9737,
16,
262,
263,
267,
269,
652,
273,
291,
31,
65,
612,
33,
35,
7726
],
),
"g_translate": SymbolsMetadata(
popularity: 2223,
codepoint: 0xe927,
categories: [7],
tags: [
9738,
4,
9739,
283,
9740,
4465,
7996,
3517,
9741,
9735,
9742,
319,
7248,
1693,
322,
5247,
9743,
9744,
15,
9745,
2493,
1166,
7250,
9746,
1295,
594,
9747,
9594,
33,
7255,
5950,
9748,
9749,
6050,
6645,
334
],
),
"gallery_thumbnail": SymbolsMetadata(
popularity: 166,
codepoint: 0xf86f,
categories: [1],
tags: [
1342,
1197,
9750,
1343,
9751,
9752,
382,
5401,
49,
5150,
5151,
9753,
9754,
1605,
9755,
9756,
9757,
1606,
1607,
57,
4831,
9758,
9759,
59,
2155,
62,
9760,
9761,
9762,
432,
433,
9763,
989,
9764,
9765,
9766,
9767,
9768,
9769,
9770,
3781
],
),
"gamepad": SymbolsMetadata(
popularity: 136,
codepoint: 0xe30f,
categories: [11],
tags: [
2553,
748,
2525,
1100,
1101,
6422,
345,
6423,
6424,
288,
44,
313,
2549,
781,
3319,
5403,
6425,
5450,
1110,
1111,
1344,
6426,
1967,
506,
325,
2521,
9771,
432,
363,
65,
37,
9772
],
),
"garage": SymbolsMetadata(
popularity: 950,
codepoint: 0xf011,
categories: [8],
tags: [
2436,
1818,
3434,
929,
1820,
1821,
4260,
313,
4950,
7546,
5365,
1140,
1500,
3981,
1541,
5334,
2930,
289,
3321,
896,
1501,
1502,
4900,
1504,
1394,
888,
1339,
1698,
955,
511,
1639,
332,
1844,
5370
],
),
"garage_door": SymbolsMetadata(
popularity: 84,
codepoint: 0xe714,
categories: [8],
tags: [
861,
2133,
929,
1820,
9773,
1209,
9774,
345,
4950,
7546,
1212,
5365,
9775,
8288,
1140,
699,
1500,
1471,
2930,
7550,
1501,
432,
1036,
1906,
433,
1698,
3629,
955,
9776,
1465
],
),
"garage_home": SymbolsMetadata(
popularity: 1086,
codepoint: 0xe82d,
categories: [8],
tags: [
5476,
861,
1497,
1818,
929,
1820,
1209,
4950,
1499,
7546,
1590,
5365,
5245,
1140,
1500,
1143,
2930,
896,
1501,
1502,
432,
1503,
1504,
4911,
1036,
1505,
433,
1698,
955,
1844
],
),
"garden_cart": SymbolsMetadata(
popularity: 771,
codepoint: 0xf8a9,
categories: [3],
tags: [
1817,
929,
1659,
1498,
7362,
46,
1826,
3836,
9777,
1829,
3426,
9376,
9778,
5411,
7971,
885,
1834,
9779,
4061,
9342,
9780,
3676,
511,
1639,
9781,
3396,
9782,
1519,
6898
],
),
"gas_meter": SymbolsMetadata(
popularity: 510,
codepoint: 0xec19,
categories: [8],
tags: [
9783,
9784,
9785,
9786,
4034,
1425,
9787,
1400,
4291,
3703,
9788,
8211,
9789,
9790,
5991,
9791,
3891,
51,
792,
9792,
226,
17,
9793,
3494,
1143,
1167,
3707,
7115,
2888,
391,
3339,
9794,
3396,
3850
],
),
"gastroenterology": SymbolsMetadata(
popularity: 12,
codepoint: 0xe0f1,
categories: [3],
tags: [
9795,
480,
3567,
4188,
690,
2386,
9796,
375,
9797,
9798,
9799,
9800,
1770,
9801,
7215,
9802,
9803,
9804,
9805,
697,
892,
1772,
581,
9806,
9807,
9808,
894,
9809,
1776,
1403,
9810,
9811,
4201,
1339,
9812,
9813,
9814
],
),
"gate": SymbolsMetadata(
popularity: 494,
codepoint: 0xe277,
categories: [8],
tags: [
861,
9815,
1497,
3830,
2829,
4600,
1133,
929,
1209,
284,
4950,
7544,
7546,
1590,
1212,
8630,
6891,
3836,
8288,
8631,
1140,
1500,
1833,
1786,
1834,
1143,
2930,
7550,
3672,
3061,
5784,
1634,
1146,
5255,
1501,
1582,
3297,
1036,
955,
553,
4330,
5341,
1640,
6898
],
),
"gavel": SymbolsMetadata(
popularity: 5057,
codepoint: 0xe90e,
categories: [3],
tags: [
2451,
9816,
9817,
9818,
1103,
2455,
3735,
9819,
2993,
1589,
6371,
9820,
944,
6304,
9821,
3740,
9822,
9823,
3741,
3742,
9824,
2459,
9825,
9826,
9827,
3113,
91,
7717,
703,
2171,
6374,
9828,
9829,
4953,
9830
],
),
"general_device": SymbolsMetadata(
popularity: 35,
codepoint: 0xe6de,
categories: [11],
tags: [
3169,
1267,
283,
519,
1310,
284,
81,
1712,
288,
44,
8,
2549,
1886,
46,
2550,
2722,
9831,
1693,
1110,
1140,
1500,
68,
1111,
259,
1471,
630,
1143,
267,
1741,
4310,
9832,
4788,
410,
1292,
433,
1093,
1297,
65,
1317,
152,
278
],
),
"genetics": SymbolsMetadata(
popularity: 127,
codepoint: 0xe0f3,
categories: [3],
tags: [
1422,
4188,
9833,
1523,
9834,
1102,
284,
81,
4192,
9835,
5567,
9836,
9837,
9838,
4195,
697,
9839,
9840,
581,
3979,
1314,
894,
1776,
5993,
3420,
4201,
9841,
6779,
9842,
955,
31,
1318
],
),
"genres": SymbolsMetadata(
popularity: 82,
codepoint: 0xe022,
categories: [0],
tags: [
1268,
504,
1195,
450,
193,
8316,
345,
1164,
781,
83,
9843,
4541,
1548,
137,
1344,
88,
406,
8129,
1714,
3098,
1481,
355,
2521,
409,
363,
392,
3067,
9844,
95,
1293,
31,
9845,
6765
],
),
"gesture": SymbolsMetadata(
popularity: 1100,
codepoint: 0xe155,
categories: [6],
tags: [
4346,
77,
1793,
345,
1796,
2955,
313,
7648,
2832,
4645,
2798,
378,
6361,
1798,
1077,
2708,
8444,
2710,
1622,
2207,
87,
2989,
353,
468,
1550,
1634,
1167,
906,
7651,
362,
6452,
2852,
1800,
9846,
1801,
4827,
1709
],
),
"gesture_select": SymbolsMetadata(
popularity: 86,
codepoint: 0xf657,
categories: [6],
tags: [
4346,
504,
450,
1793,
1103,
1796,
2405,
754,
288,
44,
1798,
1108,
2708,
2710,
2846,
1111,
1622,
1344,
262,
328,
1167,
410,
362,
363,
1800,
1801,
2210,
601
],
),
"gif": SymbolsMetadata(
popularity: 512,
codepoint: 0xe908,
categories: [1],
tags: [
222,
4,
3535,
341,
9847,
482,
5,
1524,
5024,
2586,
12,
370,
8693,
137,
490,
49,
4377,
52,
16,
757,
353,
885,
439,
62,
432,
31,
33,
9848,
35,
37
],
),
"gif_2": SymbolsMetadata(
popularity: 23,
codepoint: 0xf40e,
categories: [1],
tags: [
748,
2525,
341,
9849,
751,
193,
284,
752,
753,
81,
1274,
9850,
51,
756,
757,
267,
5562,
289,
1090,
759,
760,
761,
9851,
763,
291,
764,
2464,
766
],
),
"gif_box": SymbolsMetadata(
popularity: 775,
codepoint: 0xe7a3,
categories: [1],
tags: [
745,
4,
3535,
341,
9847,
482,
5,
570,
283,
7619,
6132,
9852,
2586,
12,
370,
6133,
9735,
8693,
490,
5098,
49,
1327,
4377,
15,
16,
406,
583,
9853,
439,
62,
2394,
243,
433,
31,
33,
35,
527,
37
],
),
"girl": SymbolsMetadata(
popularity: 684,
codepoint: 0xeb68,
categories: [3],
tags: [
565,
566,
690,
5,
1805,
9854,
225,
1806,
7908,
137,
977,
581,
138,
978,
979,
7909,
982,
289,
588,
589,
5123,
590,
986,
888,
593,
31,
601,
4731,
7910,
1023
],
),
"gite": SymbolsMetadata(
popularity: 618,
codepoint: 0xe58b,
categories: [16],
tags: [
1497,
2133,
2992,
6185,
1102,
571,
6186,
7012,
1313,
1104,
2568,
2995,
6189,
9855,
2084,
1140,
4073,
7494,
1500,
2578,
6272,
1541,
1330,
2512,
9856,
327,
1123,
1517,
9857,
2571,
4788,
2813,
9858,
1503,
1504,
509,
6013,
3760,
1095,
4914,
2464,
6193,
3003
],
),
"glass_cup": SymbolsMetadata(
popularity: 24,
codepoint: 0xf6e3,
categories: [15],
tags: [
1423,
1332,
4878,
3715,
6027,
1333,
6029,
3720,
4228,
9859,
9860,
811,
2884,
2367,
1109,
5584,
4234,
4198,
6033,
289,
3727,
392,
1339,
4887,
31,
6036,
824,
6351,
3850,
9861
],
),
"globe": SymbolsMetadata(
popularity: 1050,
codepoint: 0xe64c,
categories: [5],
tags: [
193,
284,
374,
312,
2334,
5480,
315,
316,
318,
319,
320,
322,
259,
5247,
1471,
323,
324,
9862,
325,
267,
523,
9863,
9864,
5254,
1149,
331,
5950,
332,
1186,
334,
9865,
5257
],
),
"globe_asia": SymbolsMetadata(
popularity: 323,
codepoint: 0xf799,
categories: [5],
tags: [
1131,
7938,
193,
283,
284,
9866,
4509,
2334,
315,
316,
318,
319,
320,
322,
259,
5247,
1537,
1471,
323,
1539,
324,
325,
267,
5254,
1149,
330,
9867,
331,
332,
333,
1186,
334,
9865,
5257
],
),
"globe_book": SymbolsMetadata(
popularity: 43,
codepoint: 0xf3c9,
categories: [3],
tags: [
9868,
3410,
1073,
44,
314,
315,
3112,
316,
318,
319,
320,
322,
259,
3413,
5247,
4455,
3414,
1345,
267,
523,
5254,
3401,
2888,
3420,
3116,
7255,
332,
1186,
334,
5257
],
),
"globe_location_pin": SymbolsMetadata(
popularity: 181,
codepoint: 0xf35d,
categories: [5],
tags: [
1514,
312,
313,
2334,
315,
316,
317,
4125,
7852,
319,
320,
322,
259,
5247,
323,
1538,
6207,
9869,
9870,
324,
1541,
174,
1550,
325,
1061,
326,
1551,
327,
5254,
1392,
329,
331,
1553,
332,
1186,
334,
5257
],
),
"globe_uk": SymbolsMetadata(
popularity: 150,
codepoint: 0xf798,
categories: [5],
tags: [
862,
9871,
283,
284,
9866,
4509,
4814,
315,
9872,
316,
318,
319,
320,
6732,
322,
259,
5247,
323,
324,
4515,
325,
267,
9873,
5254,
1149,
9874,
1126,
332,
9875,
6734,
9876,
1186,
334,
5257
],
),
"glucose": SymbolsMetadata(
popularity: 46,
codepoint: 0xe4a0,
categories: [3],
tags: [
4286,
9877,
9878,
9879,
690,
9880,
9881,
2903,
4291,
1798,
9882,
2710,
697,
4400,
9883,
9884,
3785,
9885,
7153,
892,
581,
9886,
4198,
9887,
17,
894,
7043,
9888,
630,
9889,
1318
],
),
"glyphs": SymbolsMetadata(
popularity: 327,
codepoint: 0xf8a3,
categories: [12],
tags: [
4664,
9890,
4,
8022,
5,
9891,
145,
9750,
1163,
7093,
1612,
1947,
12,
9892,
9490,
8024,
7096,
756,
506,
8301,
70,
7102,
2606,
3989,
759,
363,
1169,
71,
898,
4545,
4685,
33,
3971,
35,
6766,
1486
],
),
"go_to_line": SymbolsMetadata(
popularity: 33,
codepoint: 0xf71d,
categories: [2],
tags: [
77,
1102,
1796,
81,
312,
313,
1589,
1105,
2165,
1106,
147,
903,
9893,
51,
68,
6671,
87,
1549,
1758,
325,
905,
2208,
328,
329,
1121,
1123,
906,
1646,
2728,
31,
1227,
33
],
),
"golf_course": SymbolsMetadata(
popularity: 872,
codepoint: 0xeb45,
categories: [16],
tags: [
2525,
1131,
7350,
7570,
9894,
5375,
4445,
781,
9895,
1828,
4510,
5403,
9896,
9897,
9898,
9899,
2368,
9900,
7572,
7543,
1605,
1967,
323,
324,
325,
3672,
3321,
326,
2570,
9901,
3323,
30,
3540,
2667
],
),
"gondola_lift": SymbolsMetadata(
popularity: 16,
codepoint: 0xf476,
categories: [14],
tags: [
3660,
9902,
837,
9731,
1818,
1940,
4962,
1820,
1821,
313,
2431,
4964,
5688,
7969,
1633,
3040,
87,
1541,
1606,
885,
3672,
7355,
2054,
4381,
4382,
3845,
9734,
9903,
9904,
2002,
855,
4385,
3327,
4386,
4387,
1988,
1639,
332,
4926,
9905,
1844,
860
],
rtlAutoMirrored: true,
),
"google_home_devices": SymbolsMetadata(
popularity: 148,
codepoint: 0xe715,
categories: [11],
tags: [
6037,
2133,
1711,
1073,
4303,
284,
254,
345,
1712,
288,
9906,
7183,
8002,
1886,
1693,
9907,
579,
1198,
1110,
1140,
7170,
7171,
1314,
3446,
630,
7184,
1714,
267,
7185,
7203,
1906,
1293,
1294,
1093,
65,
333,
278
],
),
"google_tv_remote": SymbolsMetadata(
popularity: 79,
codepoint: 0xf5db,
categories: [10],
tags: [
861,
504,
4297,
5458,
193,
1073,
345,
6423,
288,
1886,
781,
1693,
1110,
1140,
1111,
1114,
406,
1550,
1143,
2470,
4788,
363,
273,
1906,
411,
65,
412,
2039,
278
],
),
"google_wifi": SymbolsMetadata(
popularity: 297,
codepoint: 0xe840,
categories: [10],
tags: [
7553,
517,
731,
9908,
251,
283,
284,
254,
81,
288,
9909,
1693,
9910,
1110,
51,
259,
9911,
9912,
262,
651,
1143,
9913,
267,
523,
63,
2074,
2075,
1745,
652,
273,
649,
31,
65,
526,
1864,
277,
278,
280
],
),
"gpp_bad": SymbolsMetadata(
popularity: 1349,
codepoint: 0xf012,
categories: [4],
tags: [
2613,
1360,
9161,
1051,
1208,
1561,
1209,
1235,
1365,
5937,
2732,
1212,
5095,
2733,
1213,
9914,
5187,
3295,
6828,
6266,
1034,
1063,
1581,
1582,
5063,
1224,
1065,
705,
1036,
1583,
9915,
1226,
7507,
1584,
206,
4013
],
),
"gpp_maybe": SymbolsMetadata(
popularity: 1732,
codepoint: 0xf014,
categories: [4],
tags: [
3125,
1360,
1361,
9916,
5239,
691,
1561,
1673,
1365,
5658,
2732,
1366,
9914,
871,
1367,
5430,
3205,
1166,
9917,
5634,
616,
1034,
1063,
1581,
1582,
2344,
3965,
9918,
4435,
3208,
1036,
1583,
9915,
291,
31,
4438,
9919,
9920,
3966,
9921,
4056,
4480,
1584,
6808,
206
],
),
"gradient": SymbolsMetadata(
popularity: 469,
codepoint: 0xe3e9,
categories: [1],
tags: [
4606,
1602,
3536,
4224,
4575,
4751,
4104,
485,
1252,
680,
487,
1164,
4327,
2229,
83,
4328,
137,
49,
2520,
3645,
3646,
355,
59,
62,
2156,
1501,
151,
4063,
2172,
6404,
511,
4330,
476
],
),
"grading": SymbolsMetadata(
popularity: 1042,
codepoint: 0xea4f,
categories: [12],
tags: [
2697,
9922,
1673,
1674,
463,
1589,
2335,
3506,
8608,
488,
9923,
3146,
88,
1166,
788,
1597,
2013,
9924,
203,
1428,
3524,
228,
1629,
6524,
5670,
1318,
1678,
3150,
4480,
4840
],
rtlAutoMirrored: true,
),
"grain": SymbolsMetadata(
popularity: 827,
codepoint: 0xe3ea,
categories: [1],
tags: [
1747,
4954,
1602,
43,
3097,
1105,
1252,
680,
487,
346,
83,
1830,
137,
49,
2520,
9925,
406,
439,
1286,
2765,
4351,
59,
62,
9926,
2156,
25,
63,
5898,
9927,
433,
8151,
3608,
9928,
5902,
476
],
),
"graph_1": SymbolsMetadata(
popularity: 113,
codepoint: 0xf3a0,
categories: [9],
tags: [
1422,
1071,
569,
373,
1073,
81,
375,
942,
9929,
1078,
234,
3171,
3039,
235,
1081,
68,
792,
9930,
87,
1426,
226,
18,
491,
1088,
648,
759,
1428,
3420,
2345,
2433,
228,
746,
4674,
1429,
1709
],
),
"graph_2": SymbolsMetadata(
popularity: 233,
codepoint: 0xf39f,
categories: [9],
tags: [
1422,
1071,
2477,
1424,
517,
569,
373,
3782,
1073,
81,
375,
939,
3506,
578,
941,
942,
1078,
234,
3171,
1081,
68,
17,
1086,
491,
1088,
22,
648,
759,
1428,
390,
2345,
746,
3093,
1429,
514
],
),
"graph_3": SymbolsMetadata(
popularity: 232,
codepoint: 0xf39e,
categories: [9],
tags: [
1422,
1071,
1424,
517,
569,
373,
933,
1073,
1425,
81,
375,
963,
941,
1078,
234,
3171,
235,
1081,
1086,
491,
1088,
759,
2470,
9931,
1428,
746,
2290,
9932,
1429,
2482,
9933,
514
],
),
"graph_4": SymbolsMetadata(
popularity: 153,
codepoint: 0xf39d,
categories: [9],
tags: [
1422,
1071,
1424,
517,
569,
373,
933,
3782,
1073,
81,
375,
3506,
1078,
234,
9934,
3171,
1081,
68,
2478,
17,
1086,
491,
1088,
648,
1427,
759,
1428,
3420,
2345,
746,
1629,
1429,
514
],
),
"graph_5": SymbolsMetadata(
popularity: 206,
codepoint: 0xf39c,
categories: [9],
tags: [
1422,
1071,
1424,
517,
569,
373,
3782,
1073,
81,
375,
941,
1078,
234,
3171,
235,
1081,
68,
17,
1086,
491,
1088,
648,
759,
2470,
1428,
2345,
746,
2481,
1465,
514
],
),
"graph_6": SymbolsMetadata(
popularity: 49,
codepoint: 0xf39b,
categories: [9],
tags: [
1422,
1071,
1424,
3788,
517,
569,
373,
1073,
81,
5060,
375,
941,
1078,
234,
3171,
1081,
1086,
491,
1088,
648,
759,
432,
3379,
1428,
2345,
746,
1429,
2482,
514
],
),
"graph_7": SymbolsMetadata(
popularity: 135,
codepoint: 0xf346,
categories: [9],
tags: [
1422,
1071,
569,
373,
1073,
81,
6844,
9935,
375,
964,
3506,
941,
1078,
234,
3171,
1081,
68,
1426,
9936,
17,
1086,
491,
4280,
1088,
9937,
648,
1427,
759,
1428,
2345,
746,
1095,
1429,
9938,
514
],
),
"graphic_eq": SymbolsMetadata(
popularity: 2238,
codepoint: 0xe1b8,
categories: [4],
tags: [
1268,
7840,
3404,
9939,
9940,
8125,
9941,
2069,
9942,
9943,
9944,
3788,
7843,
5507,
7844,
7376,
2072,
9945,
9946,
137,
3346,
686,
1714,
8130,
9947,
9948,
1286,
440,
1293,
8150,
9949,
9950,
9951,
3407,
9952,
9953,
9954,
2077,
2482,
1298,
3498
],
),
"grass": SymbolsMetadata(
popularity: 1911,
codepoint: 0xf205,
categories: [8],
tags: [
1817,
3830,
6347,
1819,
1823,
315,
6242,
1852,
1828,
8003,
9955,
8004,
3836,
8631,
2368,
1831,
234,
1140,
1605,
9956,
2373,
9957,
2374,
1834,
2375,
3672,
3321,
9958,
1835,
8011,
9959,
9960,
6898
],
),
"grid_3x3": SymbolsMetadata(
popularity: 277,
codepoint: 0xf015,
categories: [4],
tags: [
75,
2716,
9961,
1131,
76,
2273,
3603,
1425,
8,
9962,
382,
385,
87,
4136,
506,
9963,
9964,
2725,
92,
1427,
1151,
2473,
71,
823,
2728,
955,
1474,
9764,
396
],
),
"grid_3x3_off": SymbolsMetadata(
popularity: 4,
codepoint: 0xf67c,
categories: [4],
tags: [
75,
9036,
1467,
1051,
6330,
1299,
1300,
868,
8,
1055,
370,
382,
2918,
1222,
385,
87,
1471,
4136,
6523,
1059,
1061,
3377,
432,
1067,
823,
2728,
955,
9965,
2729,
413,
1068,
9966,
396
],
),
"grid_4x4": SymbolsMetadata(
popularity: 428,
codepoint: 0xf016,
categories: [4],
tags: [
631,
3601,
1467,
481,
6606,
3603,
1197,
933,
3959,
81,
485,
8,
2192,
1164,
2166,
9967,
382,
1198,
385,
1471,
4136,
91,
586,
3377,
1460,
1151,
1152,
823,
2728,
955,
1093,
1474,
152,
396
],
),
"grid_goldenratio": SymbolsMetadata(
popularity: 172,
codepoint: 0xf017,
categories: [4],
tags: [
4316,
2160,
1467,
1602,
925,
2254,
9968,
485,
9969,
348,
9970,
9971,
9972,
382,
2834,
9973,
385,
9974,
1471,
1724,
2765,
59,
3105,
3106,
432,
9975,
823,
6779,
2728,
955,
3747,
476
],
),
"grid_guides": SymbolsMetadata(
popularity: 106,
codepoint: 0xf76f,
categories: [12],
tags: [
2160,
9976,
933,
2254,
5540,
485,
9977,
8,
680,
2265,
382,
5401,
9978,
2834,
696,
5429,
8814,
916,
385,
1471,
586,
2258,
820,
2200,
432,
179,
1460,
9975,
4920,
433,
955,
9456,
3353,
396
],
),
"grid_off": SymbolsMetadata(
popularity: 219,
codepoint: 0xe3eb,
categories: [1],
tags: [
1467,
1051,
3374,
6857,
1162,
1300,
868,
8,
1055,
370,
382,
9979,
2918,
49,
1222,
385,
9980,
1059,
1061,
3377,
1427,
3379,
9981,
8671,
1067,
2728,
955,
413,
9966,
396
],
),
"grid_on": SymbolsMetadata(
popularity: 1955,
codepoint: 0xe3ec,
categories: [1],
tags: [
2160,
76,
6802,
3536,
2273,
2349,
3603,
373,
3374,
933,
81,
375,
868,
8,
1055,
370,
381,
1078,
382,
49,
385,
1471,
4136,
1059,
1061,
92,
289,
3377,
2820,
1460,
1200,
1067,
1461,
2728,
955,
1474,
396
],
),
"grid_view": SymbolsMetadata(
popularity: 14149,
codepoint: 0xe9b0,
categories: [12],
tags: [
1669,
9982,
1467,
9983,
2273,
6109,
2719,
628,
1425,
9984,
485,
8,
2198,
382,
7240,
5401,
9985,
1344,
86,
385,
4136,
9986,
586,
92,
4138,
3377,
410,
1552,
9763,
2728,
955,
5438,
1093,
9987,
2729,
141,
1348,
396,
9988,
333,
1186,
1187
],
),
"grocery": SymbolsMetadata(
popularity: 199,
codepoint: 0xef97,
categories: [8],
tags: [
1656,
2847,
1657,
1767,
569,
1658,
1659,
1416,
934,
9989,
9990,
4228,
1660,
9991,
2367,
9992,
9993,
4930,
9994,
6670,
86,
1389,
1390,
4724,
1662,
2377,
4499,
1665,
1393,
9995,
9996,
6740,
1394,
1395,
1668,
1396,
9997
],
),
"group": SymbolsMetadata(
popularity: 38060,
codepoint: 0xe7ef,
categories: [3],
tags: [
973,
1765,
1190,
1332,
1271,
574,
5067,
6648,
4814,
8016,
577,
1026,
578,
1276,
579,
7404,
1280,
88,
1029,
582,
267,
289,
588,
1287,
590,
1288,
8019,
392,
592,
1339,
593,
595,
597,
602
],
),
"group_add": SymbolsMetadata(
popularity: 9346,
codepoint: 0xe7f0,
categories: [3],
tags: [
973,
745,
9998,
1555,
1559,
566,
193,
9999,
4621,
1271,
975,
577,
1026,
10000,
1276,
579,
581,
1280,
872,
235,
8221,
1328,
982,
1030,
237,
267,
887,
588,
589,
1287,
239,
590,
1288,
8019,
888,
593,
597,
991,
602
],
),
"group_off": SymbolsMetadata(
popularity: 642,
codepoint: 0xe747,
categories: [3],
tags: [
10001,
690,
10002,
5375,
10003,
571,
10004,
10005,
3287,
10006,
6648,
10007,
868,
10008,
5793,
10009,
579,
10010,
1217,
581,
5121,
10011,
2024,
1059,
588,
10012,
10013,
589,
10014,
706,
593,
10015,
2414,
10016,
10017,
10018,
10019,
10020,
10021,
10022,
10023
],
),
"group_remove": SymbolsMetadata(
popularity: 1087,
codepoint: 0xe7ad,
categories: [3],
tags: [
10024,
973,
748,
501,
504,
571,
1271,
574,
345,
10025,
10026,
10027,
577,
1026,
1276,
579,
1218,
1280,
1030,
506,
1255,
4294,
267,
588,
6205,
1045,
1287,
10028,
1288,
1224,
10029,
10030,
10031,
888,
593,
1261,
597,
10020,
10032,
991,
602
],
),
"group_search": SymbolsMetadata(
popularity: 102,
codepoint: 0xf3ce,
categories: [7],
tags: [
565,
566,
314,
316,
577,
317,
10033,
10034,
10035,
10036,
10037,
1109,
580,
10038,
581,
3679,
1549,
10039,
10040,
10041,
1115,
1116,
1117,
2340,
588,
589,
590,
1126,
8585,
10042,
10043,
10044,
10045,
10046,
10047,
10048,
601
],
),
"group_work": SymbolsMetadata(
popularity: 2806,
codepoint: 0xe886,
categories: [3],
tags: [
10049,
5763,
8506,
6339,
569,
462,
571,
4621,
574,
10050,
6648,
8016,
578,
5793,
579,
7417,
582,
267,
586,
6708,
7700,
588,
1288,
330,
592,
593,
595,
597,
7419,
6224,
602,
1519
],
),
"grouped_bar_chart": SymbolsMetadata(
popularity: 910,
codepoint: 0xf211,
categories: [9],
tags: [
1422,
1071,
1423,
1424,
517,
569,
373,
933,
3782,
1425,
81,
375,
941,
1078,
1079,
10051,
10052,
234,
1081,
2478,
1182,
226,
1086,
648,
759,
5669,
3379,
1428,
10053,
2480,
746,
1095,
2481,
2482,
514
],
),
"groups": SymbolsMetadata(
popularity: 22942,
codepoint: 0xf233,
categories: [3],
tags: [
1190,
6339,
690,
5375,
571,
4621,
574,
1074,
6648,
578,
5793,
137,
6200,
581,
138,
10054,
4916,
5121,
582,
2468,
267,
289,
10055,
588,
589,
1288,
392,
592,
593,
2502,
31,
597,
10019,
6224,
141,
602
],
),
"groups_2": SymbolsMetadata(
popularity: 2264,
codepoint: 0xf8df,
categories: [3],
tags: [
5763,
6339,
690,
193,
5375,
571,
574,
575,
284,
6648,
10056,
5760,
578,
5793,
580,
6200,
7037,
581,
1622,
5121,
582,
6202,
1030,
267,
6203,
588,
6205,
589,
1288,
10057,
592,
593,
9609,
597,
598,
10019,
990,
602
],
),
"groups_3": SymbolsMetadata(
popularity: 1350,
codepoint: 0xf8e0,
categories: [3],
tags: [
480,
565,
5763,
1190,
6339,
690,
193,
5375,
571,
4621,
574,
6648,
578,
5793,
579,
6200,
977,
581,
7402,
10058,
5121,
582,
584,
267,
588,
589,
590,
1288,
986,
592,
593,
597,
10019,
599,
10059,
601,
602
],
),
"guardian": SymbolsMetadata(
popularity: 69,
codepoint: 0xf4c1,
categories: [3],
tags: [
861,
10060,
1360,
5477,
10061,
2829,
690,
1133,
10062,
1769,
10063,
3974,
3517,
137,
3204,
1027,
581,
138,
5487,
9587,
325,
289,
10064,
2628,
4094,
588,
589,
1063,
590,
1582,
3208,
1782,
1036,
392,
1583,
888,
291,
5756,
10065,
31,
907,
601,
206
],
),
"gynecology": SymbolsMetadata(
popularity: 15,
codepoint: 0xe0f4,
categories: [3],
tags: [
3567,
10066,
690,
10067,
2386,
753,
1770,
10068,
1805,
10069,
8635,
10070,
10071,
10072,
697,
892,
1772,
581,
4723,
894,
9888,
1776,
10073,
10074,
10075,
10076,
10077,
10078,
8639,
10079,
10080,
8642,
7047,
3513,
4731,
10081,
8643
],
),
"h_mobiledata": SymbolsMetadata(
popularity: 122,
codepoint: 0xf018,
categories: [4],
tags: [
605,
4,
627,
251,
10082,
252,
5,
283,
284,
254,
81,
529,
12,
9451,
10083,
10084,
10085,
259,
5246,
9444,
16,
262,
264,
265,
10086,
267,
271,
652,
273,
31,
1406,
33,
35,
338,
278,
279
],
),
"h_mobiledata_badge": SymbolsMetadata(
popularity: 4,
codepoint: 0xf7e0,
categories: [4],
tags: [
605,
4,
281,
516,
250,
251,
252,
5,
284,
254,
81,
10087,
12,
9451,
10088,
10083,
51,
259,
15,
16,
610,
262,
263,
265,
267,
10089,
652,
273,
275,
291,
31,
33,
35
],
),
"h_plus_mobiledata": SymbolsMetadata(
popularity: 121,
codepoint: 0xf019,
categories: [4],
tags: [
231,
515,
605,
861,
4,
518,
251,
252,
5,
284,
254,
81,
12,
9451,
10090,
10084,
522,
10091,
51,
259,
9911,
16,
262,
263,
264,
265,
651,
267,
239,
652,
273,
275,
291,
31,
65,
276,
33,
35,
277,
278
],
),
"h_plus_mobiledata_badge": SymbolsMetadata(
popularity: 3,
codepoint: 0xf7df,
categories: [4],
tags: [
231,
4,
627,
281,
518,
252,
5,
283,
254,
81,
256,
287,
12,
1548,
9451,
10083,
10084,
522,
138,
51,
5246,
16,
262,
263,
265,
267,
271,
239,
240,
652,
290,
1708,
291,
31,
4545,
65,
276,
33,
35,
278
],
),
"hail": SymbolsMetadata(
popularity: 1070,
codepoint: 0xe9b1,
categories: [14],
tags: [
1360,
10092,
690,
1101,
840,
841,
1105,
1852,
2886,
849,
10093,
581,
850,
5876,
6777,
1834,
588,
589,
2991,
10094,
2054,
5960,
10095,
2002,
10096,
855,
1226,
4414,
5374,
1639,
206,
859,
10097,
860
],
),
"hallway": SymbolsMetadata(
popularity: 13,
codepoint: 0xe6f8,
categories: [8],
tags: [
480,
1497,
929,
10098,
484,
313,
4950,
1590,
1212,
348,
904,
137,
10099,
5688,
1140,
1500,
49,
2753,
1605,
2946,
1471,
1403,
1606,
1607,
325,
7550,
5784,
1634,
386,
57,
59,
62,
1955,
1339,
823,
31,
10100,
10101,
1640
],
),
"hand_bones": SymbolsMetadata(
popularity: 316,
codepoint: 0xf894,
categories: [3],
tags: [
3567,
4188,
690,
4143,
8614,
43,
375,
378,
1798,
2707,
488,
2710,
697,
581,
384,
1526,
894,
2374,
2375,
3579,
9811,
4201,
392,
8621,
8623,
955,
2561,
10102
],
),
"hand_gesture": SymbolsMetadata(
popularity: 1024,
codepoint: 0xef9c,
categories: [6],
tags: [
748,
690,
1103,
283,
345,
2707,
3572,
10103,
2708,
10104,
2710,
10105,
10106,
10107,
3573,
8626,
1111,
1622,
3578,
3579,
2688,
2862,
273,
1226,
31,
1801,
1863
],
),
"hand_gesture_off": SymbolsMetadata(
popularity: 14,
codepoint: 0xf3f3,
categories: [6],
tags: [
3567,
1051,
10108,
1103,
345,
5937,
1300,
10109,
2707,
1213,
2708,
3399,
2710,
581,
1111,
1622,
1302,
10110,
1059,
289,
3579,
10111,
1065,
392,
898,
10112,
1226,
31,
1068,
2535,
1863
],
),
"handheld_controller": SymbolsMetadata(
popularity: 22,
codepoint: 0xf4c6,
categories: [11],
tags: [
10113,
10114,
504,
1100,
6422,
6423,
1753,
6424,
288,
10115,
2549,
781,
10116,
2550,
10117,
10118,
6425,
5450,
10119,
10120,
10121,
6426,
1967,
10122,
10123,
4310,
2521,
3323,
65,
2517,
37,
6429,
10124,
10125
],
rtlAutoMirrored: true,
),
"handshake": SymbolsMetadata(
popularity: 15460,
codepoint: 0xebcb,
categories: [3],
tags: [
10126,
2451,
10049,
569,
571,
284,
2455,
7413,
6370,
1548,
8017,
2710,
2083,
10127,
10128,
9113,
5121,
10129,
289,
7700,
876,
3450,
4240,
9206,
880,
3212,
10130,
4633,
6274
],
),
"handyman": SymbolsMetadata(
popularity: 4321,
codepoint: 0xf10b,
categories: [5],
tags: [
1747,
1374,
6014,
1784,
685,
1498,
10131,
1236,
2799,
46,
1756,
1785,
6304,
5409,
1516,
3981,
5334,
70,
921,
3115,
4900,
10132,
10133,
652,
71,
4901,
10134,
1789,
3396,
1519,
5370,
4903
],
),
"hangout_video": SymbolsMetadata(
popularity: 78,
codepoint: 0xe0c1,
categories: [0],
tags: [
5995,
1270,
40,
570,
283,
5117,
284,
44,
8,
346,
5130,
1693,
10135,
49,
1622,
1314,
1282,
406,
5121,
353,
439,
267,
523,
62,
440,
432,
410,
593,
454,
1296,
65,
37,
434,
396,
498,
476,
3638
],
),
"hangout_video_off": SymbolsMetadata(
popularity: 14,
codepoint: 0xe0c2,
categories: [0],
tags: [
1270,
10136,
40,
10137,
10138,
10139,
10140,
283,
6195,
5117,
10141,
10142,
868,
1055,
10143,
346,
5130,
1693,
5061,
10135,
49,
352,
5121,
353,
1302,
10144,
1059,
1061,
62,
432,
1067,
37,
10145,
5127,
10146,
10147,
444,
10148,
10149,
10150,
367,
10151,
434,
10152
],
),
"hard_disk": SymbolsMetadata(
popularity: 55,
codepoint: 0xf3da,
categories: [11],
tags: [
861,
2143,
1685,
3917,
3959,
519,
81,
288,
44,
2151,
2152,
2549,
46,
147,
2153,
4311,
1110,
68,
1549,
406,
2811,
267,
453,
2814,
1696,
2738,
1698,
1396,
1093,
65,
526,
554
],
),
"hard_drive": SymbolsMetadata(
popularity: 105,
codepoint: 0xf80e,
categories: [11],
tags: [
861,
2143,
1685,
193,
3959,
519,
1310,
845,
81,
1468,
288,
44,
2151,
2152,
1886,
4311,
1110,
10153,
68,
1111,
2811,
1741,
432,
1696,
2738,
5456,
1698,
1396,
1093,
65,
10154
],
),
"hard_drive_2": SymbolsMetadata(
popularity: 46,
codepoint: 0xf7a4,
categories: [11],
tags: [
861,
2143,
1685,
3917,
519,
1310,
81,
288,
44,
10155,
2152,
2549,
10156,
4311,
1110,
68,
10157,
1471,
406,
2811,
432,
2814,
1696,
2738,
5456,
1698,
1396,
1093,
65,
554
],
),
"hardware": SymbolsMetadata(
popularity: 582,
codepoint: 0xea59,
categories: [8],
tags: [
1747,
1765,
2125,
193,
1784,
685,
1498,
345,
1236,
5331,
2799,
1785,
6304,
1110,
4897,
4898,
1029,
4899,
5338,
10158,
70,
6275,
4035,
921,
4900,
470,
71,
1788,
644,
1093,
140,
65,
511,
1789,
473,
3328
],
),
"hd": SymbolsMetadata(
popularity: 640,
codepoint: 0xe052,
categories: [0],
tags: [
4,
5,
135,
3477,
628,
639,
104,
43,
44,
8,
346,
12,
418,
3479,
419,
51,
68,
52,
10159,
9444,
16,
1166,
406,
354,
3364,
439,
25,
408,
63,
28,
410,
644,
411,
31,
33,
2039,
35,
37
],
),
"hdr_auto": SymbolsMetadata(
popularity: 480,
codepoint: 0xf01a,
categories: [1],
tags: [
3442,
2222,
4,
2436,
3372,
504,
40,
5,
193,
345,
1274,
8383,
216,
12,
8825,
3479,
8826,
49,
16,
642,
355,
57,
59,
62,
63,
1148,
151,
2415,
31,
33,
413,
35
],
),
"hdr_auto_select": SymbolsMetadata(
popularity: 109,
codepoint: 0xf01b,
categories: [1],
tags: [
231,
3442,
2222,
4,
2436,
3372,
504,
40,
5,
193,
4751,
43,
1274,
8383,
3643,
12,
1548,
137,
8825,
3479,
8826,
138,
106,
16,
439,
355,
57,
3623,
59,
1148,
362,
151,
2415,
31,
65,
33,
413,
35,
907,
364,
434
],
),
"hdr_enhanced_select": SymbolsMetadata(
popularity: 137,
codepoint: 0xef51,
categories: [1],
tags: [
745,
2222,
4,
3642,
40,
5,
4575,
4751,
1274,
487,
3375,
715,
8383,
346,
83,
12,
348,
137,
8825,
3479,
8826,
49,
16,
406,
642,
354,
355,
57,
59,
62,
239,
63,
1148,
362,
363,
151,
433,
31,
33,
35,
37,
10160
],
),
"hdr_off": SymbolsMetadata(
popularity: 138,
codepoint: 0xe3ed,
categories: [1],
tags: [
4,
504,
120,
1208,
5,
345,
1162,
868,
1274,
1055,
3375,
12,
8825,
10161,
10162,
3479,
8826,
10163,
10164,
8371,
124,
16,
10165,
10166,
1059,
1061,
355,
3623,
59,
1148,
362,
1067,
6854,
31,
33,
10167,
10168,
10169,
9848,
35,
367,
10170
],
),
"hdr_off_select": SymbolsMetadata(
popularity: 97,
codepoint: 0xf01c,
categories: [1],
tags: [
4,
1132,
40,
1208,
5,
193,
345,
868,
1274,
487,
1055,
8383,
83,
12,
8825,
10162,
3479,
10164,
49,
1222,
16,
642,
10171,
1059,
1061,
355,
289,
57,
59,
62,
1148,
432,
362,
363,
151,
1067,
433,
31,
33,
10172,
9848,
413,
35
],
),
"hdr_on": SymbolsMetadata(
popularity: 253,
codepoint: 0xe3ee,
categories: [1],
tags: [
4346,
745,
4,
504,
40,
42,
5,
345,
1274,
4348,
3375,
8383,
216,
12,
8825,
3479,
8826,
49,
16,
354,
1061,
355,
59,
62,
239,
63,
1148,
453,
362,
151,
2415,
31,
33,
413,
35,
37
],
),
"hdr_on_select": SymbolsMetadata(
popularity: 127,
codepoint: 0xf01d,
categories: [1],
tags: [
231,
4,
3641,
504,
40,
5,
344,
193,
4751,
345,
4104,
1274,
715,
216,
346,
12,
137,
8825,
3479,
8826,
49,
16,
642,
1061,
355,
57,
59,
62,
758,
63,
1148,
362,
151,
2415,
31,
33,
10173,
35,
37,
364
],
),
"hdr_plus": SymbolsMetadata(
popularity: 108,
codepoint: 0xf01e,
categories: [1],
tags: [
231,
4346,
745,
4,
504,
40,
5,
193,
345,
1274,
2165,
487,
4348,
3375,
8383,
83,
12,
904,
8825,
10174,
10175,
10176,
3479,
8826,
4350,
107,
16,
406,
1061,
57,
59,
10177,
62,
239,
63,
1148,
362,
71,
2415,
31,
33,
413,
35,
37,
4340
],
),
"hdr_plus_off": SymbolsMetadata(
popularity: 4,
codepoint: 0xe3ef,
categories: [1],
tags: [
231,
40,
1208,
42,
1162,
868,
1055,
8383,
1212,
8825,
10175,
8826,
49,
1222,
87,
642,
1059,
1061,
355,
57,
59,
62,
239,
63,
440,
71,
1067,
6854,
413,
37
],
),
"hdr_strong": SymbolsMetadata(
popularity: 472,
codepoint: 0xe3f1,
categories: [1],
tags: [
1747,
10178,
3642,
40,
120,
1101,
4751,
1105,
1274,
3375,
715,
10179,
3643,
10180,
8825,
10181,
3479,
8826,
49,
6099,
3039,
70,
57,
3623,
58,
59,
62,
111,
63,
1148,
71,
5541,
476,
4340,
10170
],
),
"hdr_weak": SymbolsMetadata(
popularity: 325,
codepoint: 0xe3f2,
categories: [1],
tags: [
40,
193,
1101,
4751,
345,
4675,
4104,
868,
1105,
1274,
487,
811,
3375,
8383,
3643,
83,
8825,
3479,
8826,
1432,
49,
1222,
3646,
1961,
1059,
355,
289,
57,
59,
1148,
762,
151,
141,
5545
],
),
"head_mounted_device": SymbolsMetadata(
popularity: 295,
codepoint: 0xf4c5,
categories: [11],
tags: [
478,
2553,
2554,
2781,
2756,
10182,
288,
44,
8,
1886,
781,
46,
489,
2508,
2550,
5450,
10183,
1110,
10184,
7062,
10185,
466,
6139,
10186,
2787,
10187,
410,
495,
65,
396,
475,
477
],
),
"headphones": SymbolsMetadata(
popularity: 4514,
codepoint: 0xf01f,
categories: [11],
tags: [
2553,
1268,
7735,
10188,
1270,
283,
288,
7729,
10189,
7739,
1886,
781,
46,
5450,
10190,
7742,
10191,
7062,
10192,
1301,
4542,
7761,
439,
1714,
10193,
1293,
7755,
3369,
880,
65,
475
],
),
"headphones_battery": SymbolsMetadata(
popularity: 248,
codepoint: 0xf020,
categories: [11],
tags: [
2553,
1268,
3698,
4296,
3699,
3889,
284,
288,
7729,
7739,
2549,
3703,
7742,
7062,
138,
51,
792,
1301,
4542,
1714,
4298,
3707,
1293,
291,
10194,
65,
141,
278
],
),
"headset_mic": SymbolsMetadata(
popularity: 3037,
codepoint: 0xe311,
categories: [11],
tags: [
2553,
1268,
7735,
8970,
10195,
1270,
570,
283,
288,
10196,
7729,
7739,
10197,
781,
2550,
7742,
7062,
1301,
10198,
1284,
1285,
1714,
9614,
453,
1293,
4865,
10199,
1296,
65,
612,
1298
],
),
"headset_off": SymbolsMetadata(
popularity: 268,
codepoint: 0xe33a,
categories: [11],
tags: [
2553,
1268,
10200,
3284,
1270,
570,
283,
288,
1162,
868,
2731,
7729,
7739,
1055,
7742,
10201,
10202,
7062,
10203,
1301,
4542,
5121,
1284,
1714,
1302,
1303,
10204,
1059,
1061,
2108,
1304,
1067,
1293,
2111,
1296,
1068,
5127,
1298,
554
],
),
"healing": SymbolsMetadata(
popularity: 1133,
codepoint: 0xe3f3,
categories: [1],
tags: [
864,
10205,
10206,
2386,
1235,
7671,
1770,
1252,
680,
2438,
2440,
1756,
10207,
7674,
697,
10208,
10209,
892,
1772,
49,
3158,
894,
10210,
1776,
5893,
4295,
1777,
10211,
1695,
10212,
5398,
3513,
10213
],
),
"health_and_beauty": SymbolsMetadata(
popularity: 258,
codepoint: 0xef9d,
categories: [8],
tags: [
8593,
6661,
4273,
3155,
2386,
10214,
7031,
10215,
2438,
2885,
7037,
697,
7216,
4400,
3785,
3975,
892,
10216,
5391,
1772,
10217,
10218,
894,
7715,
9888,
1776,
10158,
10219,
5865,
4282,
1968,
2270,
10220,
3846,
4285,
7047,
3513
],
),
"health_and_safety": SymbolsMetadata(
popularity: 5946,
codepoint: 0xe1d5,
categories: [3],
tags: [
231,
745,
864,
8593,
3155,
1561,
1235,
10221,
3974,
3204,
697,
10222,
9885,
892,
1140,
10223,
894,
10224,
9888,
10225,
1143,
239,
10226,
1034,
1063,
1581,
3206,
1582,
2499,
3208,
3209,
705,
10227,
10228,
1782,
1036,
1583,
10229,
31,
3212,
1584,
3513
],
),
"health_metrics": SymbolsMetadata(
popularity: 327,
codepoint: 0xf6e2,
categories: [15],
tags: [
1422,
10230,
4394,
10231,
4272,
373,
81,
375,
1770,
5387,
5388,
2438,
2885,
1078,
697,
3783,
4400,
3784,
3785,
4520,
10232,
5391,
1772,
10217,
87,
226,
17,
894,
4403,
18,
1086,
630,
3786,
4282,
453,
1428,
10233,
4283,
10234,
746,
1095,
4711,
3513
],
),
"heap_snapshot_large": SymbolsMetadata(
popularity: 14,
codepoint: 0xf76e,
categories: [12],
tags: [
480,
1422,
501,
1102,
1310,
81,
4893,
1104,
375,
1588,
1589,
147,
137,
10235,
68,
10236,
1082,
2811,
4280,
1596,
1597,
3989,
3706,
648,
1090,
590,
1123,
1428,
390,
2738,
5114,
509,
1719,
955,
3093,
1093,
140,
514
],
),
"heap_snapshot_multiple": SymbolsMetadata(
popularity: 13,
codepoint: 0xf76d,
categories: [12],
tags: [
2143,
1467,
1685,
1197,
519,
1733,
1325,
81,
1104,
44,
1588,
1589,
3681,
147,
579,
2084,
4784,
10236,
1082,
2085,
2811,
2468,
92,
1596,
1597,
3989,
3706,
6913,
453,
3683,
1696,
5114,
1719,
6166,
1698,
1093,
3685
],
),
"heap_snapshot_thumbnail": SymbolsMetadata(
popularity: 20,
codepoint: 0xf76c,
categories: [12],
tags: [
1422,
1424,
517,
373,
10237,
933,
3782,
81,
3776,
4396,
1343,
1078,
382,
10235,
10238,
9934,
68,
10236,
17,
2811,
1086,
3989,
3706,
648,
57,
2155,
9762,
1428,
390,
2345,
5114,
10239,
746,
989,
2482,
514
],
),
"hearing": SymbolsMetadata(
popularity: 2129,
codepoint: 0xe023,
categories: [0],
tags: [
480,
862,
863,
10240,
7727,
865,
1268,
690,
283,
2313,
867,
7729,
351,
870,
697,
1279,
7731,
871,
581,
7732,
5247,
1301,
10241,
894,
3587,
1286,
289,
7734,
392,
1293,
31,
6050,
554,
1864
],
),
"hearing_aid": SymbolsMetadata(
popularity: 32,
codepoint: 0xf464,
categories: [0],
tags: [
862,
863,
864,
7727,
10242,
1267,
10243,
1268,
7735,
10244,
690,
7728,
288,
867,
7729,
10245,
10246,
10247,
870,
7730,
697,
10248,
1279,
10249,
7731,
5951,
871,
581,
7732,
1301,
4542,
894,
4279,
3587,
7752,
7155,
1293,
10250,
65,
554
],
),
"hearing_aid_disabled": SymbolsMetadata(
popularity: 2,
codepoint: 0xf3b0,
categories: [0],
tags: [
861,
862,
863,
864,
3154,
1268,
1051,
3155,
1299,
7728,
1162,
868,
7729,
1055,
870,
697,
892,
1279,
10249,
5951,
871,
7732,
7733,
4859,
87,
1301,
4279,
1302,
1303,
5969,
1059,
1061,
2108,
1304,
1067,
1293,
1170,
65,
554
],
),
"hearing_aid_disabled_left": SymbolsMetadata(
popularity: 1,
codepoint: 0xf2ec,
categories: [0],
tags: [
862,
863,
864,
3152,
1268,
288,
1162,
868,
7729,
1055,
870,
697,
1279,
10249,
871,
138,
7732,
7733,
1222,
2207,
10251,
87,
1301,
894,
1302,
1059,
1061,
1067,
1293,
31,
65,
554
],
),
"hearing_aid_left": SymbolsMetadata(
popularity: 9,
codepoint: 0xf2ed,
categories: [0],
tags: [
862,
863,
7727,
10242,
865,
1268,
690,
288,
313,
867,
7729,
870,
892,
1279,
10249,
7731,
871,
581,
7732,
7733,
2207,
1301,
4542,
894,
814,
3587,
289,
392,
1339,
1293,
880,
65,
511,
554
],
),
"hearing_disabled": SymbolsMetadata(
popularity: 475,
codepoint: 0xf104,
categories: [0],
tags: [
861,
862,
863,
864,
3152,
865,
1268,
193,
283,
7728,
1162,
867,
868,
7729,
1055,
870,
7730,
697,
1279,
10252,
10253,
871,
7732,
87,
1301,
894,
1302,
1059,
1061,
590,
4268,
2110,
1067,
1293,
879,
291,
31,
601,
554
],
),
"heart_broken": SymbolsMetadata(
popularity: 1632,
codepoint: 0xeac2,
categories: [3],
tags: [
10254,
2125,
3284,
10255,
9642,
10256,
1210,
10257,
6131,
3519,
10258,
697,
4520,
1623,
4521,
10259,
10260,
7087,
289,
6588,
3450,
1224,
6584,
8452,
392,
2414,
31,
4535,
10261,
10262,
10263,
10264,
10265,
6586
],
),
"heart_check": SymbolsMetadata(
popularity: 223,
codepoint: 0xf60a,
categories: [2],
tags: [
2672,
4519,
2678,
1671,
3200,
2095,
463,
2701,
2335,
1797,
3519,
1548,
697,
4520,
5271,
1623,
4521,
1166,
894,
1676,
4128,
1696,
362,
392,
245,
1678,
2347,
1584,
3774,
7288,
3513,
1681
],
),
"heart_minus": SymbolsMetadata(
popularity: 837,
codepoint: 0xf883,
categories: [2],
tags: [
5007,
1422,
4519,
4976,
4272,
780,
81,
5060,
1210,
10257,
3392,
3519,
697,
4520,
1623,
4521,
17,
894,
1255,
4280,
759,
4282,
359,
8205,
4128,
1224,
1696,
1261,
4535,
10263,
4285
],
),
"heart_plus": SymbolsMetadata(
popularity: 2640,
codepoint: 0xf884,
categories: [2],
tags: [
231,
745,
4519,
1332,
4273,
1325,
6131,
3519,
3520,
1548,
137,
697,
892,
4520,
1623,
3813,
4521,
1166,
894,
887,
2900,
876,
239,
242,
4128,
6584,
1696,
392,
1339,
2502,
31,
10266
],
),
"heat": SymbolsMetadata(
popularity: 101,
codepoint: 0xf537,
categories: [10],
tags: [
1747,
837,
2061,
2739,
1848,
7981,
1850,
7172,
840,
345,
464,
3703,
7173,
5201,
5202,
1077,
3036,
1856,
1140,
3038,
138,
235,
792,
87,
1143,
3724,
3707,
2433,
151,
3847,
6495,
31,
858,
2078,
3849,
1863,
9578,
859,
1865
],
),
"heat_pump": SymbolsMetadata(
popularity: 569,
codepoint: 0xec18,
categories: [8],
tags: [
5880,
838,
1880,
1867,
929,
5277,
1180,
844,
845,
10267,
7915,
3500,
3703,
10268,
8212,
3036,
10269,
1856,
10270,
1140,
1500,
1857,
5885,
4897,
1143,
8214,
1504,
1093,
65,
858,
5888,
2078,
3339,
1862,
10271
],
),
"heat_pump_balance": SymbolsMetadata(
popularity: 186,
codepoint: 0xe27e,
categories: [10],
tags: [
2222,
838,
1867,
925,
929,
840,
1885,
345,
845,
1400,
3500,
3703,
3736,
3891,
3036,
10269,
1856,
1140,
1500,
1857,
226,
1143,
8214,
1760,
1955,
71,
1905,
1906,
2503,
1093,
858,
2078
],
),
"height": SymbolsMetadata(
popularity: 1195,
codepoint: 0xea16,
categories: [12],
tags: [
77,
1750,
4575,
486,
10272,
1588,
10273,
2832,
1252,
680,
2165,
1335,
2229,
370,
383,
2977,
10274,
4609,
1471,
788,
226,
10275,
3100,
2284,
391,
10276,
1598,
298,
10277,
10278,
1461,
10279,
2172,
8943,
33,
5673,
35,
1709,
1465,
10280,
10281,
1486
],
),
"helicopter": SymbolsMetadata(
popularity: 40,
codepoint: 0xf60c,
categories: [3],
tags: [
4961,
837,
9059,
1938,
1911,
10282,
2438,
1918,
1933,
10283,
894,
9587,
387,
8530,
2444,
10284,
652,
2002,
1639,
332,
1844
],
),
"help": SymbolsMetadata(
popularity: 32946,
codepoint: 0xe887,
categories: [6],
tags: [
3961,
5605,
6638,
865,
504,
193,
462,
2634,
1164,
5659,
2834,
3176,
871,
138,
293,
68,
10285,
3413,
87,
1314,
3416,
289,
3963,
2344,
3964,
3965,
4826,
3683,
392,
1170,
880,
31,
4483,
141,
10286,
10287
],
rtlAutoMirrored: true,
),
"help_center": SymbolsMetadata(
popularity: 3558,
codepoint: 0xf1c0,
categories: [6],
tags: [
3961,
10288,
864,
6318,
865,
308,
193,
5657,
2634,
1754,
5659,
2834,
871,
10289,
293,
68,
8267,
10290,
4455,
3416,
3963,
2344,
5431,
3964,
3965,
4826,
4054,
3683,
652,
392,
10291,
880,
31,
4483
],
rtlAutoMirrored: true,
),
"help_clinic": SymbolsMetadata(
popularity: 59,
codepoint: 0xf810,
categories: [6],
tags: [
10288,
864,
1360,
1177,
865,
929,
2386,
1235,
312,
145,
4275,
2438,
3854,
5659,
10292,
3188,
697,
892,
871,
1140,
1772,
4214,
5098,
293,
68,
323,
894,
1776,
1777,
240,
3964,
652,
433,
955,
880,
5398
],
),
"hematology": SymbolsMetadata(
popularity: 15,
codepoint: 0xe0f6,
categories: [3],
tags: [
480,
1422,
4188,
4286,
690,
1250,
3603,
193,
2386,
81,
7801,
4290,
2903,
697,
892,
10293,
1772,
581,
4197,
4198,
894,
1776,
1428,
3420,
2345,
330,
4201,
10294,
31,
1318,
10295,
5398,
10296,
10297,
7317
],
),
"hevc": SymbolsMetadata(
popularity: 109,
codepoint: 0xf021,
categories: [1],
tags: [
222,
10298,
4,
5,
3477,
2228,
10299,
44,
3500,
10300,
2586,
346,
12,
370,
10301,
10302,
3479,
10303,
2012,
52,
16,
406,
354,
439,
408,
4364,
1956,
411,
31,
182,
65,
33,
740,
35,
338,
37
],
),
"hexagon": SymbolsMetadata(
popularity: 793,
codepoint: 0xeb39,
categories: [12],
tags: [
1747,
685,
3974,
3520,
2508,
3437,
381,
10304,
647,
289,
852,
1582,
1782,
1036,
71,
392,
1583,
10305,
10306,
2502,
65
],
),
"hide": SymbolsMetadata(
popularity: 1096,
codepoint: 0xef9e,
categories: [2],
tags: [
1051,
1208,
1209,
10307,
1210,
1162,
1300,
811,
4267,
1213,
2918,
10308,
813,
6523,
7364,
1059,
1063,
1224,
1065,
6279,
1067,
10309,
4344,
1068,
10310,
3708
],
),
"hide_image": SymbolsMetadata(
popularity: 681,
codepoint: 0xf022,
categories: [1],
tags: [
1051,
504,
40,
10311,
1162,
868,
8,
1055,
5810,
1221,
2918,
49,
813,
1605,
406,
1606,
1607,
7364,
1059,
1061,
355,
57,
59,
62,
1034,
2897,
410,
1783,
151,
2016,
1067,
8724,
2415,
413,
2953,
396,
7374,
4339
],
),
"hide_source": SymbolsMetadata(
popularity: 1858,
codepoint: 0xf023,
categories: [2],
tags: [
861,
193,
10312,
1769,
345,
868,
1055,
5810,
8397,
2918,
10313,
813,
1786,
4280,
5510,
1059,
1060,
1061,
1034,
1063,
10314,
3206,
1582,
2897,
6279,
1782,
1036,
392,
2016,
1067,
737,
5138,
2953,
5341,
10315,
10316,
396,
7374
],
),
"high_density": SymbolsMetadata(
popularity: 18,
codepoint: 0xf79c,
categories: [1],
tags: [
223,
10317,
3917,
1209,
6056,
10318,
10319,
2405,
754,
6979,
6965,
3520,
2286,
1079,
2490,
3479,
7924,
10320,
1741,
5651,
10321,
6778,
63,
26,
10322,
410,
2502,
1965,
554
],
),
"high_quality": SymbolsMetadata(
popularity: 605,
codepoint: 0xe024,
categories: [0],
tags: [
3,
4,
3514,
281,
3515,
504,
192,
5,
104,
8,
10323,
6653,
3519,
1916,
10324,
12,
10325,
3479,
10326,
138,
16,
1492,
354,
3364,
6583,
716,
63,
10327,
6535,
795,
203,
28,
3524,
410,
10328,
2691,
857,
31,
33,
1263,
2039,
35,
3530,
10329
],
),
"high_res": SymbolsMetadata(
popularity: 28,
codepoint: 0xf54b,
categories: [1],
tags: [
626,
769,
4,
40,
5,
135,
780,
639,
104,
43,
8,
1589,
715,
10330,
147,
12,
418,
3479,
404,
48,
10326,
49,
16,
406,
354,
355,
648,
62,
408,
63,
28,
410,
151,
644,
411,
2415,
31,
33,
413,
2039,
35,
427,
37
],
),
"highlight": SymbolsMetadata(
popularity: 828,
codepoint: 0xe25f,
categories: [8],
tags: [
1157,
7848,
1475,
1361,
4575,
2937,
1588,
1589,
2255,
378,
1252,
680,
2165,
9483,
10331,
2229,
4413,
1757,
370,
2166,
1139,
1367,
2685,
3646,
87,
174,
9480,
1481,
3100,
4530,
3524,
362,
363,
392,
1598,
1461,
2172,
33,
511,
35,
4565,
1600,
1486,
10332
],
),
"highlight_keyboard_focus": SymbolsMetadata(
popularity: 17,
codepoint: 0xf510,
categories: [2],
tags: [
10333,
862,
749,
1132,
1133,
482,
10334,
3959,
345,
2350,
1796,
2405,
4615,
1164,
1828,
1757,
488,
348,
1139,
51,
1111,
467,
1113,
16,
1166,
289,
432,
362,
2714,
363,
433
],
),
"highlight_mouse_cursor": SymbolsMetadata(
popularity: 138,
codepoint: 0xf511,
categories: [2],
tags: [
77,
1179,
10334,
193,
1793,
1794,
519,
1310,
345,
1796,
1712,
2955,
1164,
1757,
381,
1139,
51,
1622,
1344,
259,
2207,
87,
323,
1166,
2990,
1758,
1167,
10335,
2862,
410,
362,
363,
7634,
392,
1227,
65,
511,
1638,
333
],
rtlAutoMirrored: true,
),
"highlight_text_cursor": SymbolsMetadata(
popularity: 13,
codepoint: 0xf512,
categories: [2],
tags: [
10336,
10337,
10338,
2902,
10334,
10339,
1796,
1643,
1589,
1252,
2165,
10340,
370,
1139,
3679,
10341,
87,
1593,
1652,
1481,
1167,
363,
10342,
10343,
8589,
10048,
3680,
3750,
2190,
1600,
1486
],
),
"highlighter_size_1": SymbolsMetadata(
popularity: 10,
codepoint: 0xf76b,
categories: [12],
tags: [
2222,
1475,
1602,
1332,
345,
2937,
485,
1589,
378,
1252,
680,
3112,
370,
137,
1139,
9478,
87,
8155,
174,
814,
1391,
70,
4530,
71,
1339,
298,
1170,
8157,
33,
4607,
511,
476,
3752,
1486
],
),
"highlighter_size_2": SymbolsMetadata(
popularity: 10,
codepoint: 0xf76a,
categories: [12],
tags: [
10344,
9413,
1475,
10345,
10346,
1162,
1589,
378,
1252,
680,
3112,
3215,
147,
370,
1139,
9478,
87,
8155,
174,
1593,
1595,
1391,
4530,
298,
10347,
10348,
10349,
1170,
8157,
2174,
4607,
511,
4565,
3752,
1486
],
),
"highlighter_size_3": SymbolsMetadata(
popularity: 16,
codepoint: 0xf769,
categories: [12],
tags: [
2222,
1475,
1602,
2289,
1589,
378,
4858,
1252,
2165,
3112,
9483,
10350,
370,
1139,
9478,
1111,
87,
8155,
174,
9480,
1481,
4530,
298,
10277,
1170,
8157,
33,
6968,
4610,
4607,
511,
3752,
397,
1486
],
),
"highlighter_size_4": SymbolsMetadata(
popularity: 11,
codepoint: 0xf768,
categories: [12],
tags: [
1475,
1796,
1589,
378,
1252,
680,
9483,
2229,
370,
137,
1139,
9478,
1948,
87,
8155,
1166,
174,
289,
4530,
1167,
432,
362,
392,
298,
433,
3795,
1170,
8157,
33,
6968,
4607,
511,
3752,
2552,
1486
],
),
"highlighter_size_5": SymbolsMetadata(
popularity: 22,
codepoint: 0xf767,
categories: [12],
tags: [
7848,
1602,
9398,
193,
1796,
1589,
1754,
378,
1252,
3112,
370,
1139,
9478,
2685,
1948,
87,
8155,
174,
1391,
4530,
328,
432,
298,
433,
1599,
1170,
8157,
33,
4610,
4607,
511,
4565,
3752,
10351,
1486
],
),
"hiking": SymbolsMetadata(
popularity: 2243,
codepoint: 0xe50a,
categories: [15],
tags: [
2525,
3660,
10352,
3662,
10353,
10354,
11,
5179,
3669,
581,
1633,
1967,
981,
1606,
10355,
1607,
1834,
4061,
1634,
589,
3323,
888,
593,
30,
3540,
5210,
4827,
332,
10356,
3819,
10357
],
),
"history": SymbolsMetadata(
popularity: 15423,
codepoint: 0xe889,
categories: [6],
tags: [
77,
2454,
2940,
193,
2859,
810,
780,
1159,
519,
81,
1160,
288,
44,
3392,
10358,
2084,
10359,
1140,
10360,
757,
1738,
1143,
2841,
8253,
760,
761,
2462,
5872,
6770,
3683,
2842,
8838,
470,
1168,
10361,
1093,
1171,
473,
2844,
2464,
6948
],
),
"history_2": SymbolsMetadata(
popularity: 83,
codepoint: 0xf3e6,
categories: [6],
tags: [
4635,
2525,
2143,
77,
2454,
2940,
10362,
1159,
81,
1160,
288,
2099,
10363,
4822,
2084,
1140,
3483,
5568,
88,
4824,
2811,
3486,
1143,
2812,
759,
4826,
453,
760,
2462,
5872,
3683,
5898,
2842,
5741,
470,
1168,
360,
4981,
1171,
2476,
2557,
1095,
473
],
),
"history_edu": SymbolsMetadata(
popularity: 4735,
codepoint: 0xea3e,
categories: [12],
tags: [
3109,
2143,
3410,
1159,
3667,
464,
10364,
1589,
10365,
3112,
10366,
10367,
489,
10368,
2084,
3483,
3413,
3414,
3121,
16,
2811,
3486,
1597,
2812,
4530,
5027,
10369,
2888,
2755,
360,
4464,
5472,
3116,
7253,
1318,
1171,
2476,
1789,
3117,
1600,
1486
],
),
"history_off": SymbolsMetadata(
popularity: 44,
codepoint: 0xf4da,
categories: [6],
tags: [
2613,
2525,
77,
2454,
2940,
1051,
5744,
5565,
1159,
1235,
1160,
868,
2731,
1055,
1213,
2084,
1222,
4824,
10370,
5969,
1059,
1060,
1061,
2812,
2841,
453,
760,
2462,
1065,
2842,
5741,
470,
1168,
1067,
8724,
2130,
1171,
1095,
4827,
473,
1068
],
),
"history_toggle_off": SymbolsMetadata(
popularity: 1681,
codepoint: 0xf17d,
categories: [6],
tags: [
2525,
1159,
345,
2405,
754,
1160,
2618,
1300,
10371,
10372,
1164,
4822,
2084,
10373,
8914,
1059,
7432,
355,
2812,
2841,
4826,
453,
1168,
151,
4270,
1226,
2415,
1171,
2476,
413,
4344,
5941,
10374,
2210
],
),
"hive": SymbolsMetadata(
popularity: 1614,
codepoint: 0xeaa6,
categories: [3],
tags: [
480,
10375,
8000,
10376,
1196,
1197,
10377,
574,
284,
81,
1468,
904,
579,
10304,
10378,
10379,
10380,
10381,
4894,
1834,
267,
586,
3377,
392,
1698,
955,
1093
],
),
"hls": SymbolsMetadata(
popularity: 411,
codepoint: 0xeb8a,
categories: [2],
tags: [
4,
731,
5995,
5,
283,
254,
628,
81,
1723,
1313,
44,
4904,
2799,
781,
12,
10382,
10383,
259,
16,
1282,
406,
439,
267,
523,
2515,
2521,
409,
4786,
273,
454,
411,
31,
65,
10384,
33,
526,
35,
37,
10385,
333
],
),
"hls_off": SymbolsMetadata(
popularity: 406,
codepoint: 0xeb8c,
categories: [2],
tags: [
4,
5,
284,
1235,
1723,
1313,
2955,
1300,
868,
1055,
4904,
2799,
12,
10382,
10386,
1222,
16,
87,
406,
407,
686,
439,
267,
1059,
1060,
1061,
2515,
408,
1067,
7881,
454,
411,
3790,
31,
65,
33,
35,
1068,
37,
10387,
543
],
),
"holiday_village": SymbolsMetadata(
popularity: 1114,
codepoint: 0xe58a,
categories: [16],
tags: [
1496,
1497,
4057,
10388,
3664,
2565,
2797,
1197,
574,
4907,
312,
2568,
579,
1966,
10389,
1140,
1500,
10390,
2569,
4378,
5558,
4076,
1541,
10391,
386,
327,
1501,
2571,
1502,
1503,
1504,
1838,
10392,
10393,
3760,
1637,
1506,
3327,
2804,
332,
4914,
1507,
1969,
2806
],
),
"home": SymbolsMetadata(
popularity: 167997,
codepoint: 0xe88a,
categories: [2],
tags: [
5476,
1514,
1669,
10394,
1497,
2204,
929,
504,
2719,
1425,
485,
10395,
1499,
2568,
3520,
381,
1140,
10396,
1500,
1344,
385,
1314,
4076,
6793,
506,
325,
289,
327,
1501,
2571,
1502,
1503,
1504,
410,
392,
1505,
1552,
2502,
2138,
10397,
1170,
955,
4495,
141,
152,
1348,
333,
1186,
1187
],
),
"home_and_garden": SymbolsMetadata(
popularity: 61,
codepoint: 0xef9f,
categories: [8],
tags: [
8593,
1497,
929,
1824,
4950,
1499,
1852,
2568,
6890,
6891,
3836,
2368,
1326,
10398,
1140,
1500,
1833,
9778,
9956,
5547,
1834,
4061,
327,
9342,
1501,
2571,
1502,
1503,
1504,
4911,
1505,
1506,
10399,
5506,
1507,
1187,
6898
],
),
"home_app_logo": SymbolsMetadata(
popularity: 2199,
codepoint: 0xe295,
categories: [6],
tags: [
5476,
1514,
1307,
1669,
1497,
1267,
2204,
929,
4906,
4208,
10395,
4950,
1499,
1387,
2568,
1026,
1693,
1140,
10396,
1500,
2569,
5547,
323,
2493,
6793,
325,
1143,
267,
327,
1501,
1502,
1503,
4911,
1505,
2138,
955,
1187
],
),
"home_health": SymbolsMetadata(
popularity: 79,
codepoint: 0xe4b9,
categories: [3],
tags: [
864,
865,
3153,
929,
3155,
810,
2386,
1235,
1770,
1499,
1026,
2440,
697,
892,
1140,
10400,
1772,
1500,
4214,
3550,
5547,
894,
10401,
5893,
1503,
705,
3872,
1036,
880,
5398,
3513
],
),
"home_improvement_and_tools": SymbolsMetadata(
popularity: 31,
codepoint: 0xefa0,
categories: [8],
tags: [
10402,
8593,
6014,
929,
5407,
1784,
1498,
2799,
46,
4896,
1785,
6304,
5409,
1110,
1140,
10403,
6305,
4897,
5410,
4898,
3981,
5768,
10158,
6308,
4900,
10132,
652,
4901,
10134,
4902,
1789,
5370,
4903
],
),
"home_iot_device": SymbolsMetadata(
popularity: 509,
codepoint: 0xe283,
categories: [8],
tags: [
3169,
1867,
1267,
2133,
929,
283,
1074,
254,
345,
1752,
288,
44,
1499,
2549,
1693,
1110,
1140,
1500,
4196,
1281,
1344,
259,
7170,
7171,
5547,
1029,
647,
630,
1143,
267,
1501,
1503,
1292,
1906,
1093,
65,
278
],
),
"home_max": SymbolsMetadata(
popularity: 204,
codepoint: 0xf024,
categories: [11],
tags: [
1514,
1497,
1131,
929,
288,
10395,
4950,
1499,
2351,
7546,
914,
2229,
5120,
5826,
2550,
1110,
1140,
1500,
235,
259,
7171,
5547,
323,
10404,
2355,
325,
1143,
327,
1501,
1502,
1503,
4911,
391,
1292,
955,
10405,
1229,
2348
],
),
"home_max_dots": SymbolsMetadata(
popularity: 225,
codepoint: 0xe849,
categories: [10],
tags: [
3169,
5476,
1514,
1267,
929,
1101,
6972,
288,
4814,
1105,
1499,
2549,
1693,
1110,
1140,
10396,
1500,
2569,
259,
10406,
506,
237,
325,
1143,
70,
851,
1501,
1503,
1504,
1505,
1292,
6794,
955,
278
],
),
"home_mini": SymbolsMetadata(
popularity: 173,
codepoint: 0xf025,
categories: [11],
tags: [
10407,
1514,
1497,
1332,
929,
504,
6056,
288,
375,
1499,
2550,
1110,
1140,
1500,
138,
7171,
323,
2052,
814,
325,
1143,
289,
1501,
1502,
1503,
392,
1505,
1339,
1964,
1292,
955,
31,
10405
],
),
"home_pin": SymbolsMetadata(
popularity: 10693,
codepoint: 0xf14d,
categories: [5],
tags: [
5476,
1514,
1497,
929,
312,
313,
1499,
2568,
10408,
10409,
1140,
1500,
323,
324,
1541,
174,
325,
326,
10410,
10411,
327,
328,
329,
1501,
1502,
1503,
10412,
10413,
10414,
1226,
955
],
),
"home_repair_service": SymbolsMetadata(
popularity: 2494,
codepoint: 0xf100,
categories: [5],
tags: [
10415,
482,
929,
1498,
46,
1756,
1785,
6304,
5409,
1140,
1500,
6305,
7960,
1516,
10416,
5410,
3981,
5334,
10417,
3115,
6308,
4900,
10418,
10133,
652,
1788,
4901,
6310,
511,
10134,
1789,
1519,
5370,
4903
],
),
"home_speaker": SymbolsMetadata(
popularity: 252,
codepoint: 0xf11c,
categories: [10],
tags: [
2504,
1867,
1267,
1268,
2133,
929,
193,
345,
288,
1886,
781,
1693,
137,
1140,
1500,
138,
384,
5548,
406,
814,
1714,
10419,
432,
1503,
1035,
1339,
1292,
1906,
1293,
1294,
955,
31,
1093,
65,
1298,
554
],
),
"home_storage": SymbolsMetadata(
popularity: 446,
codepoint: 0xf86c,
categories: [10],
tags: [
1497,
1685,
482,
929,
10420,
569,
1686,
1180,
1310,
81,
6855,
1468,
147,
1690,
1140,
10421,
1500,
10422,
1471,
267,
1501,
1502,
1504,
2738,
10423,
1698,
10424,
10425,
955,
65,
10426,
8481
],
),
"home_work": SymbolsMetadata(
popularity: 3374,
codepoint: 0xea09,
categories: [5],
tags: [
1514,
1497,
929,
569,
1180,
576,
312,
1499,
10427,
2568,
6460,
4940,
1140,
1500,
5332,
1516,
323,
1541,
325,
1391,
327,
2571,
1502,
1503,
1504,
1505,
955,
1519,
2574
],
),
"horizontal_distribute": SymbolsMetadata(
popularity: 277,
codepoint: 0xe014,
categories: [12],
tags: [
2159,
2160,
501,
1467,
502,
1423,
504,
375,
2191,
680,
2165,
2198,
2252,
2263,
370,
2166,
2265,
699,
385,
1471,
2231,
91,
92,
2169,
329,
3379,
703,
2171,
509,
823,
709,
2172,
33,
511
],
),
"horizontal_rule": SymbolsMetadata(
popularity: 1615,
codepoint: 0xf108,
categories: [12],
tags: [
1332,
1133,
10428,
2274,
1163,
1164,
10429,
381,
10430,
699,
87,
4587,
10431,
6414,
703,
1151,
4589,
1169,
392,
1339,
709,
2414,
10432
],
),
"horizontal_split": SymbolsMetadata(
popularity: 363,
codepoint: 0xe947,
categories: [12],
tags: [
1467,
517,
10433,
8,
9750,
2274,
10434,
10435,
370,
699,
10436,
10437,
10438,
385,
10439,
1471,
10440,
10441,
586,
919,
6414,
10442,
10443,
1151,
707,
2414,
2474,
10444,
10445,
396,
9768,
1187
],
),
"host": SymbolsMetadata(
popularity: 385,
codepoint: 0xf3d9,
categories: [11],
tags: [
861,
1514,
517,
1686,
519,
284,
81,
1468,
312,
44,
7420,
5480,
10446,
1110,
7493,
68,
1632,
259,
4782,
4784,
88,
323,
5830,
1738,
3695,
267,
523,
4788,
2738,
652,
737,
1093,
65,
498,
333,
1186
],
),
"hot_tub": SymbolsMetadata(
popularity: 529,
codepoint: 0xeb46,
categories: [8],
tags: [
3831,
3834,
1869,
3851,
3835,
193,
1885,
697,
3038,
3839,
2751,
581,
3840,
3841,
1967,
1471,
589,
3844,
3323,
1968,
3845,
2548,
3873,
3859,
10447,
3846,
3847,
7994,
3165,
332,
3860,
3849,
3850,
3513
],
),
"hotel": SymbolsMetadata(
popularity: 2781,
codepoint: 0xe53a,
categories: [16],
tags: [
1496,
2564,
1912,
690,
1932,
929,
10448,
1966,
5624,
4073,
2751,
10449,
1500,
581,
4074,
4076,
10450,
4078,
588,
589,
327,
432,
4175,
1936,
3845,
1955,
1505,
1928,
433,
3760,
955,
3327,
332,
10451,
1728,
1929,
1969
],
rtlAutoMirrored: true,
),
"hotel_class": SymbolsMetadata(
popularity: 2507,
codepoint: 0xe743,
categories: [6],
tags: [
1496,
3,
1912,
1932,
1701,
929,
1915,
1885,
312,
3519,
10448,
1139,
5624,
4073,
2751,
1367,
4074,
1633,
4076,
1492,
8979,
4078,
63,
6535,
795,
359,
203,
1936,
3524,
3525,
1955,
1696,
4481,
652,
392,
3224,
857,
10452,
4116,
3760,
3327,
332,
1929,
1969
],
rtlAutoMirrored: true,
),
"hourglass": SymbolsMetadata(
popularity: 322,
codepoint: 0xebff,
categories: [6],
tags: [
1670,
1159,
2081,
2126,
2099,
811,
10,
2286,
2084,
10453,
3507,
138,
756,
17,
3487,
2606,
3508,
759,
3511,
10454,
31,
1171,
1172,
2535,
766
],
),
"hourglass_arrow_down": SymbolsMetadata(
popularity: 26,
codepoint: 0xf37e,
categories: [2],
tags: [
2525,
77,
4820,
1159,
2081,
2126,
2892,
313,
2832,
2590,
2099,
811,
83,
2286,
2084,
3507,
10455,
756,
226,
3487,
325,
91,
2606,
759,
1718,
4826,
3511,
8732,
291,
1171,
10456,
1172,
1709,
2535,
766
],
),
"hourglass_arrow_up": SymbolsMetadata(
popularity: 31,
codepoint: 0xf37d,
categories: [2],
tags: [
77,
78,
1751,
1159,
2081,
2126,
313,
2832,
2099,
10363,
811,
2286,
489,
2084,
3507,
756,
3487,
325,
91,
92,
2812,
2606,
759,
3919,
2281,
2842,
3511,
1168,
95,
10457,
1171,
10458,
1172,
1709,
2464,
2535,
766
],
),
"hourglass_bottom": SymbolsMetadata(
popularity: 2707,
codepoint: 0xea5c,
categories: [7],
tags: [
2196,
1159,
1675,
3132,
2081,
2082,
10459,
2126,
2099,
2135,
6579,
6889,
2683,
489,
3657,
4026,
2084,
3507,
756,
226,
17,
3486,
3487,
2812,
2606,
758,
759,
3919,
3511,
1171,
1172,
2535,
766
],
),
"hourglass_disabled": SymbolsMetadata(
popularity: 589,
codepoint: 0xef53,
categories: [6],
tags: [
9413,
193,
1159,
463,
2081,
6857,
2126,
1162,
868,
2099,
3505,
811,
1055,
2135,
10460,
2683,
3507,
1222,
550,
756,
226,
10461,
3486,
3487,
1059,
1061,
1223,
3511,
1067,
1226,
1171,
1172,
1068,
2535,
766
],
),
"hourglass_empty": SymbolsMetadata(
popularity: 4142,
codepoint: 0xe88b,
categories: [6],
tags: [
480,
1159,
2081,
2126,
2099,
811,
2286,
489,
2084,
3507,
51,
3484,
10462,
756,
226,
3487,
289,
5784,
2812,
2606,
3508,
758,
759,
3511,
392,
291,
1171,
1172,
907,
2535,
766
],
),
"hourglass_pause": SymbolsMetadata(
popularity: 45,
codepoint: 0xf38c,
categories: [6],
tags: [
480,
2125,
345,
1753,
2081,
2126,
811,
2286,
137,
2491,
3507,
138,
3472,
756,
406,
3487,
1714,
1223,
3511,
1226,
10463,
31,
3747,
10464,
1171,
1172,
6121,
3353,
37,
2535,
766
],
),
"hourglass_top": SymbolsMetadata(
popularity: 2993,
codepoint: 0xea5b,
categories: [7],
tags: [
10465,
3822,
8807,
2081,
2126,
2099,
10466,
10467,
1077,
489,
1109,
3657,
3507,
51,
756,
17,
10468,
3486,
3487,
492,
2812,
2606,
3508,
759,
3511,
4201,
392,
1171,
1172,
511,
1263,
7317,
5902,
2535,
766
],
),
"house": SymbolsMetadata(
popularity: 8932,
codepoint: 0xea44,
categories: [8],
tags: [
5476,
1497,
1332,
929,
504,
4950,
1499,
1164,
2568,
1026,
904,
137,
1140,
10396,
1500,
138,
87,
325,
289,
327,
2570,
1501,
2571,
1502,
432,
1503,
1504,
4911,
1505,
1339,
433,
955,
31,
1728,
4744,
1187
],
),
"house_siding": SymbolsMetadata(
popularity: 396,
codepoint: 0xf202,
categories: [8],
tags: [
10469,
10470,
1497,
929,
10471,
1498,
485,
1499,
2568,
2800,
2801,
1140,
916,
1500,
10472,
2569,
5404,
4216,
5405,
10473,
3377,
1501,
2571,
1502,
6308,
4900,
1504,
1505,
10474,
955,
10475,
10476,
4744,
4953
],
),
"house_with_shield": SymbolsMetadata(
popularity: 220,
codepoint: 0xe786,
categories: [10],
tags: [
861,
1766,
929,
10477,
1499,
2568,
10478,
3204,
1140,
1500,
1143,
1034,
1063,
1501,
3206,
1582,
1502,
2499,
1503,
1065,
3208,
705,
1782,
1036,
1505,
1583,
3212,
7513
],
),
"houseboat": SymbolsMetadata(
popularity: 420,
codepoint: 0xe584,
categories: [16],
tags: [
1496,
4368,
1497,
4057,
2485,
929,
1499,
2568,
4883,
1966,
1140,
1500,
10479,
4378,
1967,
5547,
4076,
1541,
7316,
2497,
327,
1501,
2571,
1502,
3323,
4182,
1503,
1504,
4383,
2434,
3760,
3327,
900,
332,
10480,
4914,
1969,
7317,
10481
],
),
"household_supplies": SymbolsMetadata(
popularity: 36,
codepoint: 0xefa1,
categories: [8],
tags: [
480,
1767,
5846,
5847,
810,
1899,
1872,
10482,
10483,
3884,
46,
1140,
4213,
1500,
4214,
10484,
3550,
3981,
5863,
289,
10485,
652,
888,
1841,
1878,
10486,
10487,
3676,
1789
],
),
"hov": SymbolsMetadata(
popularity: 34,
codepoint: 0xf475,
categories: [14],
tags: [
749,
1131,
77,
10488,
1793,
2044,
1796,
145,
1164,
1757,
9156,
10489,
1139,
1631,
10490,
68,
1622,
467,
4179,
323,
1541,
2990,
10491,
673,
328,
1167,
329,
2897,
1636,
362,
4270,
1227,
10492,
1638,
1639,
6428,
601,
476,
1155
],
),
"how_to_reg": SymbolsMetadata(
popularity: 5134,
codepoint: 0xe174,
categories: [6],
tags: [
2672,
861,
565,
1559,
1671,
5241,
3763,
1673,
2095,
193,
463,
2701,
2335,
3767,
1590,
977,
7176,
1328,
1166,
982,
1574,
1676,
2688,
589,
3770,
590,
985,
2640,
362,
392,
986,
988,
888,
9225,
1678,
10493,
601,
2347,
1584,
3774,
1681
],
),
"how_to_vote": SymbolsMetadata(
popularity: 1089,
codepoint: 0xe175,
categories: [15],
tags: [
3763,
10494,
10495,
10496,
1673,
684,
9003,
10497,
10498,
3766,
3767,
944,
2710,
10499,
7176,
10500,
1166,
10501,
3769,
3770,
10502,
363,
10503,
1629,
1720,
3774,
3775,
10504,
10505,
4013
],
),
"hr_resting": SymbolsMetadata(
popularity: 51,
codepoint: 0xf6ba,
categories: [15],
tags: [
1912,
10506,
4071,
10507,
10508,
225,
379,
697,
4520,
699,
10509,
581,
10510,
10511,
1921,
981,
894,
4079,
4295,
589,
359,
1695,
1968,
1926,
9067,
2395,
888,
1928,
1944,
10512,
10513,
4731
],
),
"html": SymbolsMetadata(
popularity: 3087,
codepoint: 0xeb7e,
categories: [2],
tags: [
4,
6000,
6002,
5,
1102,
2228,
519,
1310,
2197,
1723,
1313,
1104,
10514,
44,
1589,
4904,
2799,
147,
12,
7013,
6003,
259,
10515,
4784,
5247,
7014,
16,
6008,
10516,
2515,
1123,
6010,
3076,
509,
6013,
31,
5778,
65,
33,
35,
333,
2201,
2212
],
),
"http": SymbolsMetadata(
popularity: 839,
codepoint: 0xe902,
categories: [6],
tags: [
861,
1514,
10517,
4,
1179,
5,
10518,
283,
519,
1310,
1073,
284,
81,
44,
5480,
12,
319,
10519,
10520,
259,
16,
1314,
325,
267,
523,
1782,
2738,
31,
65,
33,
526,
35,
1531,
333,
1186,
334
],
),
"hub": SymbolsMetadata(
popularity: 6871,
codepoint: 0xe9f4,
categories: [7],
tags: [
861,
308,
10521,
1197,
1073,
284,
10522,
9642,
81,
375,
2192,
1077,
10523,
3171,
68,
4155,
1328,
5498,
267,
3448,
1088,
7087,
586,
328,
10524,
737,
955,
1093,
10525
],
),
"humerus": SymbolsMetadata(
popularity: 193,
codepoint: 0xf895,
categories: [3],
tags: [
3567,
8015,
4188,
690,
4143,
8614,
3112,
1164,
10526,
137,
697,
892,
581,
10527,
384,
1526,
3414,
3576,
87,
894,
8620,
289,
390,
4201,
392,
8621,
8623,
2502,
1170,
955,
31,
10528
],
),
"humerus_alt": SymbolsMetadata(
popularity: 153,
codepoint: 0xf896,
categories: [3],
tags: [
3567,
8015,
10529,
4188,
690,
4143,
8614,
3135,
10526,
697,
892,
581,
8626,
10527,
3576,
894,
10530,
1776,
10531,
10532,
4201,
5994,
8621,
8622,
8623,
955,
10528,
8628
],
),
"humidity_high": SymbolsMetadata(
popularity: 795,
codepoint: 0xf163,
categories: [8],
tags: [
837,
1883,
840,
5277,
5286,
842,
10533,
7208,
2903,
4291,
1852,
5287,
2886,
3891,
2490,
3479,
10534,
51,
792,
17,
5876,
3494,
5302,
7211,
5960,
4201,
7212,
7214,
3850,
859,
10535
],
),
"humidity_indoor": SymbolsMetadata(
popularity: 17,
codepoint: 0xf558,
categories: [10],
tags: [
837,
1882,
1883,
1847,
2739,
929,
840,
1885,
842,
345,
2903,
4291,
1852,
1853,
3891,
697,
1140,
1500,
6499,
10536,
1890,
792,
3755,
17,
7211,
3706,
2888,
1955,
64,
858,
7214,
3850,
859
],
),
"humidity_low": SymbolsMetadata(
popularity: 759,
codepoint: 0xf164,
categories: [8],
tags: [
480,
837,
1883,
840,
81,
4291,
1852,
2884,
2886,
3891,
10537,
51,
1959,
1961,
17,
10073,
5876,
3494,
814,
10538,
7211,
3508,
5960,
10539,
1964,
291,
31,
7213,
858,
7214,
3850,
10540,
859
],
),
"humidity_mid": SymbolsMetadata(
popularity: 696,
codepoint: 0xf165,
categories: [8],
tags: [
837,
10541,
1883,
840,
10542,
10543,
5286,
10544,
7207,
2903,
10545,
4291,
1852,
10546,
6499,
10547,
4198,
5322,
7211,
10548,
10549,
6107,
7214,
3850,
10540,
10550,
859,
6783,
10551,
10552
],
),
"humidity_percentage": SymbolsMetadata(
popularity: 17,
codepoint: 0xf87e,
categories: [3],
tags: [
837,
1422,
1883,
373,
840,
5286,
81,
8,
2903,
4291,
1852,
2886,
3891,
1078,
6499,
51,
792,
4198,
17,
18,
7211,
21,
3989,
3706,
2888,
1428,
229,
36,
7214,
3850,
859
],
),
"hvac": SymbolsMetadata(
popularity: 347,
codepoint: 0xf10e,
categories: [8],
tags: [
836,
2222,
837,
838,
1880,
5312,
1896,
10553,
5310,
10554,
10555,
840,
5277,
1885,
8274,
345,
10556,
1852,
1887,
3036,
1856,
1857,
2753,
71,
1906,
1093,
858,
5888,
2078,
1908,
1862,
1865
],
),
"hvac_max_defrost": SymbolsMetadata(
popularity: 6,
codepoint: 0xf332,
categories: [14],
tags: [
838,
77,
1818,
3434,
1820,
5345,
10557,
10558,
5277,
5278,
1752,
845,
1425,
5279,
5280,
10559,
10560,
2867,
10561,
848,
3036,
1856,
1857,
850,
10562,
10563,
5298,
855,
858,
5888,
97,
98,
1844,
1862,
859,
10564,
5300
],
),
"ice_skating": SymbolsMetadata(
popularity: 332,
codepoint: 0xe50b,
categories: [15],
tags: [
2525,
7350,
7570,
6347,
7448,
841,
781,
46,
11,
10565,
10566,
7572,
10567,
850,
10568,
1967,
10569,
3323,
644,
7452,
10570,
10571,
10572,
593,
10573,
30,
3540,
332,
860,
10574
],
),
"icecream": SymbolsMetadata(
popularity: 1130,
codepoint: 0xea69,
categories: [16],
tags: [
3715,
4991,
193,
841,
9116,
844,
7032,
4694,
3719,
10,
2367,
849,
3319,
1620,
850,
10575,
10576,
10577,
5516,
506,
587,
10578,
2532,
3727,
10579,
3730,
2382,
3731,
4703,
332,
3732,
1728,
1969
],
),
"id_card": SymbolsMetadata(
popularity: 326,
codepoint: 0xf4ca,
categories: [13],
tags: [
10580,
565,
5239,
566,
281,
930,
10581,
44,
1589,
2634,
10582,
10583,
577,
379,
581,
3123,
3693,
10584,
2012,
10585,
3336,
10586,
814,
3695,
3113,
2013,
588,
589,
10587,
57,
62,
5123,
590,
432,
2470,
1036,
10588,
888,
601,
4840,
1519
],
),
"identity_aware_proxy": SymbolsMetadata(
popularity: 72,
codepoint: 0xe2dd,
categories: [13],
tags: [
861,
9916,
2700,
10589,
1523,
193,
284,
5245,
10590,
978,
1112,
1314,
1786,
267,
1634,
1034,
1582,
2713,
762,
1636,
1782,
1036,
1583,
10100,
6808
],
),
"identity_platform": SymbolsMetadata(
popularity: 889,
codepoint: 0xebb7,
categories: [3],
tags: [
861,
565,
1765,
1560,
5239,
5241,
566,
690,
193,
10518,
10591,
44,
577,
225,
977,
10304,
581,
978,
259,
980,
1029,
982,
267,
523,
10592,
588,
589,
2515,
5123,
1034,
590,
1036,
986,
888,
10593,
1093,
65,
989,
601,
333
],
),
"ifl": SymbolsMetadata(
popularity: 243,
codepoint: 0xe025,
categories: [15],
tags: [
8982,
517,
10594,
685,
5446,
10595,
10596,
8013,
2945,
916,
10597,
10598,
88,
10599,
10600,
506,
917,
8988,
8301,
325,
9503,
176,
70,
10601,
1742,
1126,
71,
10602,
10603,
10604,
10605,
97,
10606,
10607
],
),
"iframe": SymbolsMetadata(
popularity: 118,
codepoint: 0xf71b,
categories: [2],
tags: [
1131,
1132,
482,
1102,
1333,
628,
1104,
8,
1589,
1164,
9454,
348,
6003,
10608,
10609,
385,
4738,
289,
432,
1149,
410,
1151,
433,
955,
182,
396,
333,
1187
],
),
"iframe_off": SymbolsMetadata(
popularity: 16,
codepoint: 0xf71c,
categories: [2],
tags: [
10610,
10611,
10612,
1208,
10613,
6857,
10614,
1162,
1300,
10615,
868,
8,
10616,
1055,
10617,
348,
9671,
10618,
6003,
10619,
10609,
10620,
1059,
1060,
1061,
10621,
10622,
410,
10623,
10624,
1067,
1226,
182,
5941,
10625,
10626,
10627,
1187,
10628
],
),
"image": SymbolsMetadata(
popularity: 17481,
codepoint: 0xe3f4,
categories: [1],
tags: [
745,
1747,
1342,
1602,
1132,
1197,
1822,
1252,
9454,
1690,
348,
1343,
137,
384,
49,
1327,
1605,
406,
1606,
1607,
1834,
8836,
57,
59,
62,
432,
433,
1608,
10629,
10630,
527
],
),
"image_arrow_up": SymbolsMetadata(
popularity: 47,
codepoint: 0xf317,
categories: [1],
tags: [
745,
500,
77,
502,
482,
1325,
81,
313,
1589,
147,
3013,
137,
49,
1604,
1605,
87,
406,
1606,
1607,
468,
887,
57,
59,
62,
239,
328,
432,
2310,
3264,
10631,
433,
526,
1709,
527,
3267
],
),
"image_aspect_ratio": SymbolsMetadata(
popularity: 192,
codepoint: 0xe3f5,
categories: [1],
tags: [
1747,
3104,
633,
1822,
377,
8,
370,
383,
49,
406,
354,
507,
57,
59,
62,
1427,
3105,
3106,
432,
2232,
28,
391,
410,
71,
298,
433,
37,
396,
476,
397
],
),
"image_search": SymbolsMetadata(
popularity: 1529,
codepoint: 0xe43f,
categories: [1],
tags: [
6208,
10632,
10633,
8868,
10634,
10635,
10636,
314,
316,
317,
10637,
10638,
1109,
10639,
10640,
49,
10641,
10642,
10643,
1605,
1115,
2338,
1116,
1117,
2340,
10644,
1606,
1607,
10645,
10646,
57,
10647,
59,
62,
10648,
10649,
1745,
1126,
8585,
1127,
10650,
10651
],
),
"imagesearch_roller": SymbolsMetadata(
popularity: 697,
codepoint: 0xe9b4,
categories: [12],
tags: [
4606,
10652,
2677,
1602,
3095,
10653,
4575,
1498,
2289,
1236,
1161,
485,
378,
1252,
680,
2229,
10654,
49,
10655,
5851,
3100,
9404,
10656,
3102,
3377,
6308,
10657,
9515,
1126,
682,
2172,
3608,
1789,
10658
],
),
"imagesmode": SymbolsMetadata(
popularity: 3200,
codepoint: 0xefa2,
categories: [1],
tags: [
1342,
1602,
1197,
2152,
1690,
1343,
137,
138,
49,
2520,
1605,
406,
642,
1606,
1607,
439,
57,
1346,
59,
2155,
62,
390,
8827,
363,
433,
1608,
31,
396,
476
],
),
"immunology": SymbolsMetadata(
popularity: 12,
codepoint: 0xe0fb,
categories: [3],
tags: [
10659,
5982,
2385,
4188,
4189,
690,
1250,
4191,
2388,
4192,
10660,
9835,
4193,
4195,
697,
892,
9839,
581,
10223,
10661,
10662,
2391,
10663,
4197,
894,
1776,
4200,
5993,
6516,
3420,
4201,
10664,
6779,
10665,
2398,
10666
],
),
"import_contacts": SymbolsMetadata(
popularity: 4967,
codepoint: 0xe0e0,
categories: [7],
tags: [
1514,
2418,
3410,
573,
5067,
81,
5034,
4814,
520,
3112,
1604,
293,
68,
5568,
3413,
3414,
1345,
3415,
3684,
6084,
2930,
10667,
3419,
2888,
2308,
2310,
1529,
764,
765,
3422,
526,
527
],
),
"important_devices": SymbolsMetadata(
popularity: 977,
codepoint: 0xe912,
categories: [11],
tags: [
1246,
1247,
861,
283,
519,
1074,
284,
3700,
81,
1712,
7183,
44,
1886,
46,
4708,
7198,
1110,
1253,
1367,
68,
1112,
262,
630,
267,
271,
410,
1036,
2038,
857,
3467,
525,
1297,
65,
333
],
),
"in_home_mode": SymbolsMetadata(
popularity: 535,
codepoint: 0xe833,
categories: [8],
tags: [
1514,
1497,
10668,
929,
10669,
1673,
4950,
1499,
1140,
4908,
10670,
1500,
4909,
10671,
10672,
10673,
323,
10674,
1166,
1143,
1676,
10675,
327,
10676,
1501,
1502,
1503,
4911,
1505,
10677,
955,
1678,
2347,
1584,
4952,
1229
],
),
"inactive_order": SymbolsMetadata(
popularity: 33,
codepoint: 0xe0fc,
categories: [9],
tags: [
1671,
9508,
504,
1673,
463,
345,
868,
10678,
1588,
1589,
2335,
147,
5426,
697,
1222,
10679,
10680,
51,
88,
2244,
10681,
1166,
1775,
325,
10682,
10683,
5676,
1676,
91,
10684,
8244,
10685,
1596,
1597,
1223,
6278,
10686,
362,
94,
10687,
8732,
31,
10688,
10689,
97,
1678,
907,
1068,
2347,
1584,
1681
],
),
"inbox": SymbolsMetadata(
popularity: 2841,
codepoint: 0xe156,
categories: [7],
tags: [
2143,
2041,
482,
1195,
283,
1333,
2295,
2298,
2153,
2301,
10690,
2302,
16,
2303,
2304,
583,
7236,
4946,
10691,
10692,
1259,
2308,
10693,
1698,
10694,
2609
],
),
"inbox_customize": SymbolsMetadata(
popularity: 217,
codepoint: 0xf859,
categories: [7],
tags: [
1747,
501,
2143,
1751,
1784,
283,
6416,
345,
6763,
1236,
10695,
145,
2298,
10696,
10697,
2300,
1785,
2301,
10698,
2302,
293,
68,
15,
2303,
10699,
10700,
2085,
583,
10701,
10702,
1652,
70,
920,
4035,
921,
652,
71,
1789,
10694
],
),
"inbox_text": SymbolsMetadata(
popularity: 31,
codepoint: 0xf399,
categories: [7],
tags: [
2599,
2143,
482,
1195,
570,
283,
1333,
1476,
2295,
10703,
10704,
2297,
1589,
2298,
2300,
147,
2301,
2302,
15,
1471,
2303,
2305,
583,
7236,
10692,
616,
2309,
10705,
432,
1698,
33,
10706
],
),
"inbox_text_asterisk": SymbolsMetadata(
popularity: 14,
codepoint: 0xf360,
categories: [7],
tags: [
1360,
1475,
2143,
839,
569,
1195,
570,
283,
2298,
2300,
4708,
3217,
10707,
2301,
2302,
15,
2303,
3218,
1166,
583,
2604,
1481,
616,
1391,
10708,
2606,
1370,
3222,
857,
31,
33,
2611,
2448
],
),
"inbox_text_person": SymbolsMetadata(
popularity: 23,
codepoint: 0xf35e,
categories: [7],
tags: [
565,
2143,
1195,
283,
975,
2295,
1589,
2298,
147,
581,
2301,
10709,
2302,
15,
1471,
2303,
10710,
583,
7236,
10711,
588,
589,
10712,
10713,
590,
10714,
9335,
10715,
10716,
33,
10717,
601,
10718,
1486
],
),
"inbox_text_share": SymbolsMetadata(
popularity: 19,
codepoint: 0xf35c,
categories: [7],
tags: [
2143,
77,
1195,
283,
10719,
81,
615,
3133,
1589,
10720,
2298,
2300,
147,
2301,
10721,
2302,
10722,
15,
2303,
583,
7236,
2308,
2309,
2310,
3015,
1529,
3312,
3265,
10723,
33,
7237,
4868,
526
],
),
"incomplete_circle": SymbolsMetadata(
popularity: 1023,
codepoint: 0xe79b,
categories: [1],
tags: [
749,
2526,
341,
9619,
10724,
751,
373,
193,
2937,
904,
137,
3128,
5920,
51,
87,
756,
2529,
10725,
3538,
2606,
1090,
759,
2531,
760,
10726,
761,
762,
330,
1152,
392,
763,
766
],
),
"indeterminate_check_box": SymbolsMetadata(
popularity: 2906,
codepoint: 0xe909,
categories: [2],
tags: [
1669,
501,
482,
10727,
504,
1673,
5615,
10728,
2719,
345,
2405,
485,
488,
10729,
3657,
1644,
3128,
5630,
10730,
1111,
1344,
1166,
5631,
355,
10731,
3659,
410,
362,
2714,
363,
10732,
1552,
433,
4270,
1678,
413,
10733,
141,
907,
10734,
1348,
333,
1186
],
),
"indeterminate_question_box": SymbolsMetadata(
popularity: 186,
codepoint: 0xf56d,
categories: [6],
tags: [
3961,
6318,
865,
482,
6639,
1333,
10735,
5659,
348,
871,
10289,
10736,
5630,
293,
68,
3962,
756,
2606,
3963,
2344,
3964,
3965,
10737,
433,
880,
31,
4870,
9919,
3966,
4056
],
),
"info": SymbolsMetadata(
popularity: 57878,
codepoint: 0xe88e,
categories: [6],
tags: [
5605,
1360,
1177,
865,
193,
10738,
81,
43,
145,
1754,
9249,
2834,
871,
5098,
10739,
138,
293,
68,
5430,
3413,
4455,
5606,
148,
8302,
10740,
1183,
616,
3964,
3965,
652,
291,
880,
31
],
),
"info_i": SymbolsMetadata(
popularity: 156,
codepoint: 0xf59b,
categories: [6],
tags: [
5605,
10288,
1360,
1177,
865,
1332,
193,
81,
145,
2634,
3112,
4708,
10741,
8477,
2722,
871,
5098,
293,
68,
3413,
3414,
15,
87,
583,
1183,
616,
289,
1167,
2344,
3964,
652,
392,
1339,
880,
31,
4861
],
),
"infrared": SymbolsMetadata(
popularity: 22,
codepoint: 0xf87c,
categories: [3],
tags: [
40,
1272,
345,
5507,
10742,
2549,
3703,
2799,
351,
3036,
107,
10743,
813,
10744,
3646,
17,
4760,
4788,
1746,
4201,
5994,
64,
273,
6102,
140,
65,
858,
10745,
10746,
1864
],
),
"ink_eraser": SymbolsMetadata(
popularity: 320,
codepoint: 0xe6d0,
categories: [12],
tags: [
1602,
10747,
810,
780,
4575,
2333,
4675,
1210,
1588,
378,
1252,
680,
8161,
2165,
3392,
8153,
2229,
2685,
6925,
3100,
4530,
2638,
1224,
10748,
10749,
10750,
10751,
10752,
1598,
7365,
1461,
1599,
2172,
1261,
33,
511,
35,
1486
],
),
"ink_eraser_off": SymbolsMetadata(
popularity: 13,
codepoint: 0xe7e3,
categories: [12],
tags: [
1475,
1051,
810,
780,
4575,
1210,
1162,
10753,
868,
1588,
1589,
4858,
1252,
680,
2165,
3392,
8153,
2229,
2685,
87,
6008,
1059,
3100,
4530,
3075,
1224,
7651,
1598,
1067,
1461,
2172,
9481,
33,
511,
35,
1068,
6948,
1486,
7862
],
),
"ink_highlighter": SymbolsMetadata(
popularity: 252,
codepoint: 0xe6d1,
categories: [12],
tags: [
7848,
10754,
1602,
4575,
1588,
1589,
2163,
2798,
378,
1252,
680,
2165,
3112,
9483,
8153,
2229,
1139,
9478,
10755,
2685,
87,
174,
1481,
1391,
3100,
4530,
10756,
1598,
1461,
1170,
2172,
33,
2174,
511,
35,
4565,
1600,
1486
],
),
"ink_highlighter_move": SymbolsMetadata(
popularity: 39,
codepoint: 0xf524,
categories: [12],
tags: [
1475,
77,
4575,
1796,
2405,
2283,
1588,
1589,
4645,
378,
1252,
680,
2165,
9483,
8153,
2229,
10757,
9478,
9479,
2685,
87,
1471,
174,
1758,
3100,
4530,
1167,
2862,
4676,
2281,
3005,
363,
1598,
4577,
1461,
1170,
2172,
33,
511,
35,
1486,
10758
],
rtlAutoMirrored: true,
),
"ink_marker": SymbolsMetadata(
popularity: 57,
codepoint: 0xe6d2,
categories: [12],
tags: [
1931,
7848,
1602,
4575,
1325,
485,
2955,
1588,
2798,
378,
1252,
680,
2165,
3112,
2229,
1139,
2685,
6042,
174,
1391,
3100,
4530,
328,
2755,
1598,
4577,
1461,
1599,
2172,
33,
4861,
511,
35,
4565,
1486
],
),
"ink_pen": SymbolsMetadata(
popularity: 315,
codepoint: 0xe6d3,
categories: [12],
tags: [
1602,
3080,
10759,
8807,
4575,
283,
1586,
1325,
1588,
1589,
2798,
378,
1252,
680,
2165,
3112,
2229,
10760,
2685,
10761,
1111,
87,
583,
3100,
4530,
2638,
328,
10369,
2755,
1598,
898,
5647,
1461,
2172,
33,
4861,
511,
35,
5902,
1600,
1486
],
),
"ink_selection": SymbolsMetadata(
popularity: 111,
codepoint: 0xe6d4,
categories: [12],
tags: [
500,
5258,
2349,
482,
450,
4575,
2830,
1796,
10762,
1588,
2798,
1252,
680,
2165,
2229,
2265,
490,
1139,
2846,
2685,
10763,
1471,
174,
3100,
4530,
2638,
2991,
1167,
10764,
362,
363,
392,
1598,
1461,
433,
2172,
1227,
33,
10765,
10766,
1789,
35,
10767,
1486,
1156
],
),
"inpatient": SymbolsMetadata(
popularity: 6,
codepoint: 0xe0fe,
categories: [3],
tags: [
77,
1912,
690,
3155,
2386,
1770,
3854,
225,
697,
892,
1772,
10768,
581,
2390,
3048,
10769,
10770,
2207,
1921,
894,
1776,
5893,
4295,
10771,
589,
1923,
1695,
10772,
1955,
2395,
3165,
5398
],
),
"input": SymbolsMetadata(
popularity: 2329,
codepoint: 0xe890,
categories: [6],
tags: [
2672,
2677,
1671,
77,
482,
504,
1673,
193,
463,
2701,
2333,
2335,
520,
2683,
1111,
980,
1166,
174,
1758,
1676,
3024,
906,
330,
392,
245,
1678,
2693,
1584
],
rtlAutoMirrored: true,
),
"input_circle": SymbolsMetadata(
popularity: 87,
codepoint: 0xf71a,
categories: [2],
tags: [
749,
77,
502,
1332,
1132,
504,
193,
462,
1333,
345,
313,
1164,
811,
1828,
1757,
904,
137,
1432,
1222,
10773,
2752,
1705,
10774,
325,
6229,
289,
1146,
820,
762,
330,
363,
392,
1339,
4270,
907,
1709,
1409
],
),
"insert_chart": SymbolsMetadata(
popularity: 3683,
codepoint: 0xe24b,
categories: [9],
tags: [
745,
1422,
1071,
2477,
1423,
1424,
517,
569,
373,
933,
1325,
81,
375,
941,
1078,
234,
1081,
1327,
2085,
226,
1086,
70,
648,
3770,
759,
1428,
390,
2345,
746,
1629,
1095,
7541
],
),
"insert_page_break": SymbolsMetadata(
popularity: 290,
codepoint: 0xeaca,
categories: [12],
tags: [
2125,
4579,
2405,
754,
10775,
2274,
1163,
1588,
1589,
2234,
2164,
147,
2166,
10776,
10777,
1644,
1327,
10778,
385,
87,
10779,
10780,
1596,
10781,
1597,
1646,
4589,
707,
2414,
33,
10782,
2174,
1486
],
),
"insert_text": SymbolsMetadata(
popularity: 68,
codepoint: 0xf827,
categories: [12],
tags: [
480,
10783,
4,
1332,
9398,
4733,
5,
810,
3959,
2313,
485,
44,
1588,
1252,
680,
2165,
1164,
4708,
12,
488,
370,
9644,
904,
137,
384,
1327,
16,
87,
1403,
647,
1634,
390,
392,
1598,
1339,
2502,
1461,
1170,
955,
2172,
31,
33,
35,
1409,
476,
1486
],
),
"install_desktop": SymbolsMetadata(
popularity: 1330,
codepoint: 0xeb71,
categories: [2],
tags: [
1246,
1247,
745,
1669,
501,
1711,
519,
1310,
685,
7012,
1712,
288,
8,
520,
2549,
1756,
4311,
1110,
1253,
1705,
1713,
630,
4312,
327,
239,
240,
1122,
10784,
10785,
432,
1696,
410,
1788,
509,
1698,
1093,
65,
333,
10786,
1187,
6259
],
),
"instant_mix": SymbolsMetadata(
popularity: 279,
codepoint: 0xe026,
categories: [0],
tags: [
745,
1747,
1268,
3372,
10787,
5874,
1753,
1325,
6763,
1236,
1252,
680,
83,
6097,
1350,
10788,
3956,
10789,
1471,
3384,
406,
8149,
1714,
10790,
10791,
70,
408,
1717,
3122,
10792,
4793,
7655,
151,
71,
10793,
3496,
1761,
1293,
7251,
10794,
6765,
10795
],
),
"integration_instructions": SymbolsMetadata(
popularity: 2618,
codepoint: 0xef54,
categories: [12],
tags: [
2133,
6002,
1374,
3111,
1102,
2228,
1324,
1073,
284,
5077,
2197,
81,
1723,
1313,
1104,
375,
313,
1588,
1589,
4904,
10796,
1077,
2834,
871,
6003,
68,
10285,
2578,
1328,
1314,
1330,
267,
2515,
1090,
1123,
4157,
4981,
955,
1093,
4750,
3003
],
),
"interactive_space": SymbolsMetadata(
popularity: 166,
codepoint: 0xf7ff,
categories: [15],
tags: [
478,
480,
1602,
10797,
690,
284,
4102,
81,
44,
315,
2508,
381,
319,
320,
382,
10798,
581,
7960,
2786,
467,
259,
1471,
324,
491,
10799,
354,
267,
588,
589,
410,
823,
331,
65,
10800,
498,
10801,
334
],
),
"interests": SymbolsMetadata(
popularity: 3207,
codepoint: 0xe7c8,
categories: [6],
tags: [
3515,
1701,
342,
193,
1197,
3689,
3519,
7887,
1548,
4053,
4520,
4512,
138,
1367,
10802,
6582,
8979,
10803,
716,
63,
10804,
203,
4481,
363,
392,
5503,
898,
593,
3224,
433,
857,
31,
1263,
1728,
1495,
4502
],
),
"interpreter_mode": SymbolsMetadata(
popularity: 993,
codepoint: 0xe83b,
categories: [0],
tags: [
565,
973,
1267,
1268,
10805,
570,
1271,
283,
1476,
2743,
1273,
10806,
3302,
577,
1026,
9741,
1276,
579,
1278,
1279,
581,
1280,
10807,
10808,
1113,
5247,
10809,
4542,
10810,
1284,
1285,
642,
7999,
267,
1286,
588,
589,
1287,
590,
1288,
453,
1290,
10811,
593,
1293,
1294,
1295,
594,
31,
1296,
597,
7255,
5950,
10812,
6050,
601,
602,
1298
],
),
"inventory": SymbolsMetadata(
popularity: 9149,
codepoint: 0xe179,
categories: [12],
tags: [
2143,
482,
6109,
1523,
3111,
934,
1333,
10813,
345,
4673,
10814,
2192,
1588,
1589,
1660,
147,
4930,
3792,
86,
3427,
2085,
1029,
92,
2589,
10815,
1664,
4499,
2308,
1393,
2310,
4374,
1719,
6166,
4674,
1698,
5581,
8481
],
),
"inventory_2": SymbolsMetadata(
popularity: 10973,
codepoint: 0xe1a1,
categories: [7],
tags: [
2143,
959,
482,
6109,
1197,
1333,
80,
4673,
2045,
147,
4930,
3792,
86,
10816,
3427,
1029,
2231,
92,
2589,
10815,
1664,
26,
4544,
4374,
433,
1719,
4674,
1698,
5581,
10817,
8481
],
),
"invert_colors": SymbolsMetadata(
popularity: 1013,
codepoint: 0xe891,
categories: [1],
tags: [
862,
10818,
1747,
10819,
4606,
504,
1751,
10820,
6095,
4751,
4757,
8,
2903,
4291,
1252,
680,
6106,
138,
10821,
10822,
10823,
6410,
642,
1652,
70,
3103,
921,
410,
71,
2415,
4752,
413,
6404,
141,
474,
396,
476,
10170,
3850
],
),
"invert_colors_off": SymbolsMetadata(
popularity: 240,
codepoint: 0xe0c4,
categories: [1],
tags: [
862,
10818,
4606,
193,
4575,
6089,
10824,
6095,
4757,
868,
8,
2903,
4291,
1055,
5810,
10825,
6106,
1222,
10821,
10826,
10823,
6410,
87,
642,
1059,
1060,
1061,
10827,
70,
3103,
921,
71,
1067,
2415,
4752,
413,
6404,
4339,
10828,
3850
],
),
"ios": SymbolsMetadata(
popularity: 404,
codepoint: 0xe027,
categories: [4],
tags: [
10829,
2847,
4680,
519,
288,
1886,
2550,
1110,
138,
2848,
10830,
10831,
2493,
1713,
262,
10832,
2513,
271,
2515,
1708,
31,
1093,
525,
65
],
),
"ios_share": SymbolsMetadata(
popularity: 6637,
codepoint: 0xe6b8,
categories: [2],
tags: [
2525,
2847,
77,
482,
283,
1073,
628,
288,
2192,
1703,
903,
68,
2848,
1314,
262,
267,
5062,
1353,
2310,
1529,
2038,
1708,
593,
243,
2358,
433,
526,
1709,
527
],
),
"iron": SymbolsMetadata(
popularity: 372,
codepoint: 0xe583,
categories: [8],
tags: [
1867,
1872,
2652,
10833,
2653,
3884,
3702,
10834,
2658,
10835,
4646,
3036,
1902,
10836,
10837,
5862,
10838,
7688,
7682,
1738,
492,
7689,
10839,
682,
3847,
10840,
10841,
1728,
10842
],
),
"jamboard_kiosk": SymbolsMetadata(
popularity: 88,
codepoint: 0xe9b5,
categories: [11],
tags: [
5726,
10843,
569,
1711,
5468,
571,
1712,
288,
44,
8,
378,
3112,
579,
1110,
5497,
467,
10844,
10845,
1948,
3414,
5121,
630,
1391,
919,
1427,
2755,
410,
10846,
7253,
597,
1801,
10847,
1519,
1486
],
),
"javascript": SymbolsMetadata(
popularity: 1936,
codepoint: 0xeb7c,
categories: [2],
tags: [
4,
10848,
6002,
5,
1102,
2228,
519,
2197,
1723,
1313,
1104,
4904,
2799,
12,
10849,
6003,
259,
6005,
10850,
5247,
16,
523,
2515,
1123,
6010,
3076,
10851,
509,
31,
1297,
65,
4308,
33,
35,
2212
],
),
"join": SymbolsMetadata(
popularity: 250,
codepoint: 0xf84f,
categories: [12],
tags: [
10852,
731,
1270,
193,
571,
1324,
1103,
5117,
1073,
284,
2286,
579,
8221,
10853,
1328,
10854,
2207,
1314,
1282,
5121,
10855,
523,
4601,
6344,
10055,
588,
906,
1955,
7223,
10856,
2138,
10857,
602,
37,
5127,
10147
],
),
"join_inner": SymbolsMetadata(
popularity: 755,
codepoint: 0xeaf4,
categories: [12],
tags: [
193,
1324,
10858,
10859,
1103,
1073,
10860,
6198,
81,
10861,
5523,
10862,
1468,
4594,
10863,
9157,
1328,
10864,
10865,
1314,
10866,
10867,
10868,
1330,
10869,
6344,
3450,
10856,
10870,
6421,
5082,
10871,
6697,
10872
],
),
"join_left": SymbolsMetadata(
popularity: 445,
codepoint: 0xeaf2,
categories: [12],
tags: [
861,
77,
2992,
193,
1324,
1103,
1073,
284,
10522,
2937,
313,
2938,
1590,
1077,
381,
1111,
2578,
1328,
10873,
9296,
2207,
87,
1314,
10868,
1330,
3448,
6344,
1634,
328,
1636,
1152,
392,
10856,
6697,
1640
],
),
"join_right": SymbolsMetadata(
popularity: 382,
codepoint: 0xeaea,
categories: [12],
tags: [
2177,
2160,
77,
8506,
3286,
193,
10874,
1103,
10875,
4314,
284,
10876,
10877,
313,
9355,
1077,
10878,
2578,
1328,
10879,
10880,
1314,
10881,
10868,
9362,
10882,
6344,
4298,
3449,
3450,
906,
1707,
10856,
10870,
10883,
6697
],
),
"joystick": SymbolsMetadata(
popularity: 154,
codepoint: 0xf5ee,
categories: [11],
tags: [
2525,
10114,
504,
6422,
345,
6423,
288,
2283,
781,
10116,
3319,
2550,
5403,
6425,
5450,
10884,
7636,
4646,
10121,
6426,
1967,
8562,
4310,
2521,
3323,
5898,
30,
5210,
10885,
37,
6429,
9772,
10125,
5902
],
),
"jump_to_element": SymbolsMetadata(
popularity: 42,
codepoint: 0xf719,
categories: [2],
tags: [
1521,
1131,
77,
502,
313,
1164,
317,
1757,
348,
2960,
1139,
3009,
2207,
1314,
323,
174,
1758,
10886,
325,
3004,
492,
1551,
328,
329,
2856,
1151,
362,
1128,
1227,
1728,
1709,
396
],
),
"kayaking": SymbolsMetadata(
popularity: 704,
codepoint: 0xe50c,
categories: [15],
tags: [
2525,
3660,
7350,
7570,
2485,
690,
10887,
781,
10888,
11,
2885,
7572,
581,
10889,
10890,
4378,
1967,
9113,
3672,
10891,
10892,
10893,
588,
589,
10894,
3323,
4383,
1646,
593,
30,
3540,
2382,
6146,
1639,
332,
1969,
1844,
3850
],
),
"kebab_dining": SymbolsMetadata(
popularity: 397,
codepoint: 0xe842,
categories: [5],
tags: [
4635,
4664,
5711,
2404,
9891,
4227,
3718,
4844,
3720,
10895,
4134,
4848,
7093,
2367,
10896,
10897,
10898,
4234,
3723,
10899,
506,
237,
70,
7102,
3727,
10900,
10901,
3971,
3972,
4855,
10902
],
),
"keep": SymbolsMetadata(
popularity: 836,
codepoint: 0xe6aa,
categories: [6],
tags: [
1332,
1701,
1132,
811,
3519,
488,
4482,
1593,
1481,
289,
326,
5459,
10903,
4128,
1370,
1696,
392,
1339,
857,
1170,
10904,
1518,
1433,
3585,
8389
],
),
"keep_off": SymbolsMetadata(
popularity: 219,
codepoint: 0xe6f9,
categories: [6],
tags: [
1208,
1209,
1235,
1210,
1162,
1300,
10905,
10906,
10907,
868,
1055,
1212,
4482,
10908,
10909,
87,
1059,
1061,
326,
5459,
10903,
1370,
1224,
5931,
10910,
10911,
1696,
1067,
1226,
3790,
1170,
10904,
1518,
3585,
10912,
10913,
10914,
10915
],
),
"keep_public": SymbolsMetadata(
popularity: 60,
codepoint: 0xf56f,
categories: [6],
tags: [
861,
863,
565,
4019,
2910,
10916,
10917,
577,
3810,
319,
7493,
581,
4482,
1283,
8071,
5966,
588,
2688,
589,
326,
10918,
1034,
590,
2054,
1353,
5459,
10903,
5340,
1370,
2897,
1696,
1036,
1529,
2016,
10904,
1518,
3585,
4691,
10919,
5342,
10920,
10921,
10922,
601,
10923,
9865
],
),
"kettle": SymbolsMetadata(
popularity: 315,
codepoint: 0xe2b9,
categories: [8],
tags: [
1867,
4878,
6479,
6038,
6027,
4226,
4227,
3884,
4228,
3702,
4646,
1856,
1140,
5624,
3038,
1500,
10924,
4234,
7744,
4198,
1143,
6492,
9129,
652,
8564,
3847,
10925,
6036,
10926,
3850
],
),
"key": SymbolsMetadata(
popularity: 12305,
codepoint: 0xe73c,
categories: [2],
tags: [
861,
10927,
5239,
5241,
1102,
81,
10928,
44,
4950,
5965,
8052,
1590,
68,
1112,
1786,
980,
5966,
5339,
2688,
1063,
10929,
10930,
6279,
1782,
10931,
1036,
65,
5341
],
),
"key_off": SymbolsMetadata(
popularity: 976,
codepoint: 0xeb84,
categories: [2],
tags: [
861,
8723,
1051,
193,
4260,
2021,
868,
4950,
1055,
1590,
7543,
10308,
1222,
1112,
1786,
1056,
492,
1059,
1060,
1061,
289,
5339,
1063,
1065,
1035,
1782,
1036,
1067,
433,
1068,
5341
],
),
"key_vertical": SymbolsMetadata(
popularity: 117,
codepoint: 0xf51a,
categories: [2],
tags: [
861,
10932,
10933,
5239,
10934,
5241,
10935,
1102,
10581,
10936,
4950,
5965,
1590,
978,
1112,
1786,
980,
5339,
2688,
1063,
10929,
6279,
10937,
1782,
10931,
10938,
1036,
10939,
5341,
10940
],
),
"key_visualizer": SymbolsMetadata(
popularity: 480,
codepoint: 0xf199,
categories: [13],
tags: [
480,
1268,
7840,
9944,
2070,
517,
4973,
373,
81,
44,
8,
2072,
351,
904,
1078,
10941,
3038,
6811,
10942,
1112,
792,
1471,
630,
4280,
1714,
9947,
10943,
4283,
1646,
1293,
10944,
2077,
6102,
2534,
554,
1863,
3354
],
),
"keyboard": SymbolsMetadata(
popularity: 3477,
codepoint: 0xe312,
categories: [11],
tags: [
861,
570,
1102,
283,
519,
345,
1643,
288,
10945,
44,
1252,
382,
1110,
1111,
1113,
1114,
10946,
16,
583,
1391,
4310,
1123,
432,
1126,
509,
2728,
65,
33,
8589,
35,
3680,
10947,
1486
],
),
"keyboard_alt": SymbolsMetadata(
popularity: 888,
codepoint: 0xf028,
categories: [11],
tags: [
2553,
10948,
1100,
283,
519,
10949,
1643,
288,
1110,
1111,
10121,
1344,
1113,
1114,
10946,
16,
583,
22,
1391,
4310,
432,
4545,
65,
33,
35,
3680,
10947,
1486,
7862
],
),
"keyboard_arrow_down": SymbolsMetadata(
popularity: 10378,
codepoint: 0xe313,
categories: [11],
tags: [
77,
10950,
502,
10951,
912,
6072,
10952,
2832,
2590,
2269,
10953,
2894,
914,
10954,
10596,
10955,
2918,
10956,
1113,
10957,
10958,
7466,
10959,
10960,
10961,
10962,
2887,
2897,
10963,
8311,
2898,
10964,
10965
],
),
"keyboard_arrow_left": SymbolsMetadata(
popularity: 2222,
codepoint: 0xe314,
categories: [11],
tags: [
500,
77,
502,
2454,
1332,
504,
2838,
345,
313,
51,
1112,
1113,
2207,
88,
506,
814,
1758,
2941,
1550,
325,
1596,
328,
1167,
2841,
2856,
10966,
1339,
1728,
2210
],
rtlAutoMirrored: true,
),
"keyboard_arrow_right": SymbolsMetadata(
popularity: 3641,
codepoint: 0xe315,
categories: [11],
tags: [
10967,
77,
901,
502,
10968,
504,
2838,
10969,
345,
1702,
313,
1164,
903,
2845,
137,
51,
1113,
10970,
5072,
1758,
1550,
325,
905,
1167,
1121,
906,
1707,
10971,
10972,
31,
10973,
10974,
1409
],
rtlAutoMirrored: true,
),
"keyboard_arrow_up": SymbolsMetadata(
popularity: 3738,
codepoint: 0xe316,
categories: [11],
tags: [
77,
502,
504,
2902,
2838,
1209,
912,
345,
313,
1164,
914,
6077,
51,
1111,
1959,
88,
506,
2895,
2873,
1550,
325,
2919,
2878,
1151,
1263,
1728,
2923,
2210,
1709,
98,
3030,
5029
],
),
"keyboard_backspace": SymbolsMetadata(
popularity: 4389,
codepoint: 0xe317,
categories: [11],
tags: [
748,
77,
2454,
3678,
2902,
780,
1209,
345,
1210,
313,
2165,
3392,
3060,
1212,
2840,
1111,
1113,
2207,
5625,
87,
325,
328,
2841,
1224,
1124,
392,
31,
33,
2844
],
rtlAutoMirrored: true,
),
"keyboard_capslock": SymbolsMetadata(
popularity: 363,
codepoint: 0xe318,
categories: [11],
tags: [
77,
504,
10975,
519,
345,
313,
1108,
1111,
1112,
1113,
16,
87,
2862,
6233,
33,
1728,
3680,
1709,
7726,
1486
],
),
"keyboard_capslock_badge": SymbolsMetadata(
popularity: 10,
codepoint: 0xf7de,
categories: [4],
tags: [
749,
77,
502,
281,
504,
10976,
10977,
10975,
2902,
4890,
193,
10978,
1103,
519,
345,
44,
1055,
370,
1108,
51,
1111,
1112,
1113,
10979,
1786,
10980,
93,
6233,
291,
65,
33,
413,
35,
3680,
1709,
98,
7726
],
),
"keyboard_command_key": SymbolsMetadata(
popularity: 1322,
codepoint: 0xeae7,
categories: [2],
tags: [
748,
2847,
504,
1103,
10981,
10982,
1310,
345,
288,
44,
1108,
1548,
1110,
1111,
2868,
1112,
1113,
1713,
10983,
2513,
355,
289,
1128,
10984,
1170,
31,
65
],
),
"keyboard_control_key": SymbolsMetadata(
popularity: 1082,
codepoint: 0xeae6,
categories: [2],
tags: [
77,
1102,
1103,
519,
345,
10985,
313,
10986,
3028,
1111,
1112,
1113,
2873,
325,
1123,
2878,
31,
33,
10048,
1263,
3680,
98
],
),
"keyboard_double_arrow_down": SymbolsMetadata(
popularity: 4036,
codepoint: 0xead0,
categories: [2],
tags: [
2926,
500,
77,
502,
2196,
2838,
902,
345,
8176,
313,
2283,
8482,
3055,
2832,
2903,
2135,
8484,
903,
51,
1113,
5288,
1758,
2468,
325,
905,
1596,
328,
1167,
2856,
644,
10987,
1728,
5742
],
),
"keyboard_double_arrow_left": SymbolsMetadata(
popularity: 4073,
codepoint: 0xeac3,
categories: [2],
tags: [
10988,
77,
10989,
502,
2454,
10990,
10991,
313,
10992,
3055,
2974,
10993,
10994,
2840,
2084,
2207,
5625,
352,
2941,
2468,
6066,
325,
408,
10995,
2841,
1124,
2842,
5741,
10996,
7777,
2943,
3000
],
rtlAutoMirrored: true,
),
"keyboard_double_arrow_right": SymbolsMetadata(
popularity: 6559,
codepoint: 0xeac9,
categories: [2],
tags: [
8540,
2926,
77,
502,
2838,
7140,
345,
313,
3055,
2974,
10997,
7771,
903,
2845,
1111,
1112,
1113,
1758,
468,
2468,
325,
905,
10961,
759,
906,
1707,
9367,
8044,
9628,
31
],
rtlAutoMirrored: true,
),
"keyboard_double_arrow_up": SymbolsMetadata(
popularity: 2711,
codepoint: 0xeacf,
categories: [2],
tags: [
77,
6260,
502,
2902,
2838,
7140,
912,
313,
2869,
3055,
2974,
10998,
10999,
914,
7771,
11000,
3028,
51,
11001,
1113,
11002,
2355,
2895,
2873,
2468,
2874,
325,
11003,
1167,
2878,
11004,
3029,
1263,
1709,
98,
3030
],
),
"keyboard_external_input": SymbolsMetadata(
popularity: 27,
codepoint: 0xf7dd,
categories: [4],
tags: [
77,
1323,
519,
685,
1073,
11005,
284,
345,
1643,
288,
11006,
11007,
11008,
1110,
11009,
1111,
10121,
11010,
1344,
1113,
11011,
1114,
16,
1314,
1029,
1391,
1741,
4310,
3990,
1315,
906,
1788,
1093,
65,
33,
10048,
35,
3680,
1320
],
),
"keyboard_full": SymbolsMetadata(
popularity: 16,
codepoint: 0xf7dc,
categories: [4],
tags: [
1100,
1103,
283,
7622,
519,
345,
1643,
1712,
288,
2549,
1106,
46,
11012,
1704,
11013,
1110,
1111,
1113,
10946,
385,
11014,
1391,
919,
4659,
4310,
432,
6233,
11015,
65,
33,
511,
3680,
6259,
1486
],
),
"keyboard_hide": SymbolsMetadata(
popularity: 398,
codepoint: 0xe31a,
categories: [11],
tags: [
77,
482,
1100,
2838,
780,
1209,
912,
519,
288,
4658,
2832,
488,
1110,
2918,
1111,
11010,
1113,
1114,
10946,
2895,
262,
11016,
919,
432,
1224,
2920,
11017,
509,
33,
3680,
498
],
),
"keyboard_keys": SymbolsMetadata(
popularity: 40,
codepoint: 0xf67b,
categories: [4],
tags: [
627,
2399,
3678,
504,
5,
1439,
519,
345,
288,
2165,
1106,
1108,
382,
1110,
1111,
1113,
1114,
10946,
16,
2468,
1391,
4310,
432,
1646,
6233,
823,
433,
31,
65,
33,
35,
3680,
1600,
1486
],
),
"keyboard_lock": SymbolsMetadata(
popularity: 11,
codepoint: 0xf492,
categories: [11],
tags: [
861,
1051,
4260,
519,
345,
288,
1590,
1110,
1111,
1113,
1114,
10946,
16,
1786,
1056,
980,
1391,
5966,
5339,
1034,
1063,
1582,
432,
1065,
705,
1782,
1036,
33,
35,
3680
],
),
"keyboard_lock_off": SymbolsMetadata(
popularity: 4,
codepoint: 0xf491,
categories: [11],
tags: [
861,
481,
519,
345,
1235,
2021,
288,
1162,
868,
1055,
1110,
1111,
1113,
8058,
1114,
16,
1786,
1056,
1059,
1391,
1061,
5966,
5339,
2688,
1034,
1063,
1582,
432,
2379,
705,
1782,
1036,
1067,
4270,
2415,
33,
413,
35,
3680,
5341,
5342,
11018,
8078
],
),
"keyboard_off": SymbolsMetadata(
popularity: 15,
codepoint: 0xf67a,
categories: [4],
tags: [
11019,
519,
11020,
11021,
288,
11022,
11023,
868,
11024,
1055,
1110,
1111,
11025,
11026,
11027,
11028,
1113,
11029,
11030,
11031,
11032,
11033,
1114,
16,
11034,
11035,
11036,
1059,
1391,
1061,
11037,
1067,
33,
11038,
11039,
11040,
35,
11041,
11042,
11043
],
),
"keyboard_onscreen": SymbolsMetadata(
popularity: 11,
codepoint: 0xf7db,
categories: [4],
tags: [
862,
11044,
10948,
283,
519,
1753,
1643,
288,
44,
488,
382,
1110,
1111,
2868,
1113,
1114,
16,
1471,
583,
262,
1391,
11016,
2513,
432,
410,
509,
65,
33,
11045,
35,
3680,
498,
1486
],
),
"keyboard_option_key": SymbolsMetadata(
popularity: 516,
codepoint: 0xeae8,
categories: [2],
tags: [
862,
2399,
11046,
1601,
5,
1103,
519,
685,
345,
3604,
288,
379,
1108,
1111,
1112,
1113,
87,
814,
11047,
355,
289,
432,
71,
10984,
433,
1170,
31,
65,
33,
3680
],
),
"keyboard_previous_language": SymbolsMetadata(
popularity: 16,
codepoint: 0xf7da,
categories: [4],
tags: [
77,
2454,
2936,
504,
1751,
5,
2838,
450,
519,
345,
753,
288,
313,
320,
1110,
1111,
1112,
1113,
1114,
5247,
2207,
16,
9745,
7854,
1391,
355,
1167,
2841,
8253,
760,
3683,
362,
151,
2415,
33,
7255,
5950,
35,
3680,
2844,
334
],
),
"keyboard_return": SymbolsMetadata(
popularity: 2092,
codepoint: 0xe31b,
categories: [11],
tags: [
500,
77,
2454,
7304,
11048,
11049,
2228,
1103,
10982,
9612,
2867,
2590,
11050,
1108,
1548,
138,
1111,
1113,
11051,
11052,
2207,
5625,
11053,
1123,
1124,
11054,
392,
31,
2174,
11055,
2187,
338
],
rtlAutoMirrored: true,
),
"keyboard_tab": SymbolsMetadata(
popularity: 777,
codepoint: 0xe31c,
categories: [11],
tags: [
77,
5,
519,
345,
1589,
680,
1164,
1548,
2224,
1111,
1344,
6671,
1112,
1113,
11056,
2207,
1758,
325,
905,
906,
1707,
823,
709,
31,
4495,
11057,
65,
33,
2190,
1486
],
rtlAutoMirrored: true,
),
"keyboard_tab_rtl": SymbolsMetadata(
popularity: 30,
codepoint: 0xec73,
categories: [11],
tags: [
501,
77,
504,
519,
345,
1796,
313,
1589,
1164,
1106,
1108,
138,
2224,
1111,
1344,
1112,
1113,
11058,
2207,
1758,
325,
905,
906,
6412,
509,
31,
4495,
11057,
33,
8589,
3680,
1486
],
rtlAutoMirrored: true,
),
"kid_star": SymbolsMetadata(
popularity: 165,
codepoint: 0xf526,
categories: [3],
tags: [
3,
3545,
3515,
1701,
3155,
993,
5749,
4085,
11059,
3112,
1026,
3519,
11060,
9923,
1139,
1367,
3551,
1006,
11061,
3414,
1166,
3556,
4885,
1582,
795,
359,
203,
3525,
1696,
2755,
857,
245,
3731,
3563,
1023,
5758
],
),
"king_bed": SymbolsMetadata(
popularity: 1278,
codepoint: 0xea45,
categories: [8],
tags: [
1496,
2564,
1912,
4068,
929,
1885,
3884,
3055,
11062,
4072,
1140,
699,
2751,
1500,
2569,
2753,
4075,
11063,
11064,
11065,
4076,
11066,
4080,
4082,
1501,
4083,
1502,
432,
1925,
1926,
1955,
1928
],
),
"kitchen": SymbolsMetadata(
popularity: 1570,
codepoint: 0xeb47,
categories: [8],
tags: [
1867,
6037,
929,
11067,
11068,
841,
4227,
11069,
11070,
4693,
3720,
3884,
3721,
2367,
4230,
11071,
4072,
1140,
1902,
1500,
850,
2753,
4234,
3813,
289,
3724,
2570,
432,
11072,
1504,
1955,
392,
1339,
1698,
6495
],
),
"kitesurfing": SymbolsMetadata(
popularity: 426,
codepoint: 0xe50d,
categories: [15],
tags: [
748,
2525,
3660,
7350,
7570,
4057,
5726,
690,
1274,
781,
11,
11073,
225,
7572,
581,
8509,
11074,
11075,
1967,
2498,
3672,
588,
589,
3323,
2434,
888,
593,
30,
3540,
11076,
11077,
332,
1969,
3850,
11078,
1864,
1865
],
),
"lab_panel": SymbolsMetadata(
popularity: 50,
codepoint: 0xe103,
categories: [3],
tags: [
1422,
1071,
4187,
373,
4191,
81,
4396,
4193,
11079,
4194,
1109,
697,
68,
4292,
11080,
4197,
11081,
4198,
894,
1086,
919,
759,
1428,
3420,
11082,
2345,
7677,
11083,
4201,
11084,
1318,
11085,
4203
],
),
"lab_profile": SymbolsMetadata(
popularity: 156,
codepoint: 0xe104,
categories: [12],
tags: [
3109,
1422,
1071,
4187,
4188,
4191,
81,
7801,
314,
1588,
1589,
3112,
4193,
5179,
147,
4194,
2153,
1691,
697,
4196,
5509,
3413,
4292,
4197,
11081,
3414,
894,
1596,
1597,
759,
1428,
4817,
3420,
2345,
4201,
5994,
3116,
8315
],
),
"lab_research": SymbolsMetadata(
popularity: 135,
codepoint: 0xf80b,
categories: [3],
tags: [
1422,
4187,
4191,
1104,
314,
3112,
46,
4193,
4194,
9127,
892,
4196,
4292,
4197,
4198,
894,
3420,
4201,
5994,
1318
],
),
"label": SymbolsMetadata(
popularity: 4478,
codepoint: 0xe892,
categories: [6],
tags: [
11086,
281,
1701,
1195,
8316,
2830,
170,
43,
145,
3517,
3519,
904,
1139,
2012,
2224,
51,
68,
52,
1345,
2303,
174,
3695,
92,
289,
11087,
852,
2664,
4128,
1696,
392,
2691,
2791,
182,
740
],
rtlAutoMirrored: true,
),
"label_important": SymbolsMetadata(
popularity: 1837,
codepoint: 0xe937,
categories: [6],
tags: [
1931,
1701,
8729,
2809,
2838,
2830,
81,
3519,
3520,
83,
4510,
381,
1139,
172,
1367,
2224,
5818,
11088,
52,
1345,
2303,
1166,
174,
1481,
586,
92,
289,
328,
453,
4128,
906,
1696,
392,
644,
95,
2691,
2791,
182,
9063
],
rtlAutoMirrored: true,
),
"label_off": SymbolsMetadata(
popularity: 431,
codepoint: 0xe9b6,
categories: [6],
tags: [
11089,
11090,
11091,
1300,
11092,
868,
1055,
3519,
11093,
904,
11094,
11095,
2224,
11096,
52,
11097,
1345,
2303,
11098,
814,
647,
11099,
1059,
1061,
289,
328,
11100,
4128,
11101,
1696,
644,
1067,
2691,
2791,
11102,
182,
8350,
4344,
11103,
11104,
9063
],
),
"labs": SymbolsMetadata(
popularity: 320,
codepoint: 0xe105,
categories: [3],
tags: [
779,
11105,
1422,
1071,
4187,
11106,
4191,
685,
8651,
1104,
314,
4193,
11107,
5179,
216,
2528,
1109,
697,
4196,
4292,
4197,
4198,
894,
887,
70,
7136,
3420,
7677,
11083,
4201,
71,
65,
1318,
8315
],
),
"lan": SymbolsMetadata(
popularity: 3022,
codepoint: 0xeb2f,
categories: [7],
tags: [
861,
569,
283,
1272,
519,
11108,
1074,
284,
1075,
81,
1712,
288,
7183,
1589,
2152,
147,
1690,
2153,
1691,
259,
11109,
11110,
267,
585,
1391,
2738,
11111,
652,
2038,
526,
1519
],
),
"landscape": SymbolsMetadata(
popularity: 2443,
codepoint: 0xe3f7,
categories: [1],
tags: [
373,
4508,
81,
375,
2431,
1852,
318,
137,
7967,
7968,
49,
1833,
1605,
323,
324,
1606,
1607,
2374,
1834,
3672,
5182,
57,
59,
62,
1149,
8827,
10399,
332,
396
],
),
"landscape_2": SymbolsMetadata(
popularity: 61,
codepoint: 0xf4c4,
categories: [1],
tags: [
478,
1342,
2554,
2781,
3536,
193,
1686,
9187,
1852,
1343,
318,
7967,
11112,
49,
1605,
1606,
1607,
1834,
4061,
57,
1346,
62,
11113,
888,
2002,
1608,
332,
1728,
396,
475,
11114,
477,
5184
],
),
"landscape_2_edit": SymbolsMetadata(
popularity: 4,
codepoint: 0xf310,
categories: [1],
tags: [
478,
1747,
2554,
2781,
1751,
1586,
4675,
1325,
1252,
680,
1343,
7968,
49,
1111,
1605,
406,
1652,
1606,
1607,
1834,
887,
289,
4530,
2638,
57,
62,
432,
2790,
433,
1608,
511,
2464,
475,
477,
1600,
1486
],
),
"landscape_2_off": SymbolsMetadata(
popularity: 8,
codepoint: 0xf4c3,
categories: [1],
tags: [
478,
2554,
2781,
10775,
868,
1055,
4267,
216,
137,
7967,
384,
49,
1222,
1605,
1606,
1607,
1834,
3295,
7445,
1059,
1060,
1061,
355,
3672,
57,
59,
62,
432,
2790,
151,
1067,
1608,
2415,
413,
511,
1068,
396,
475,
477
],
),
"landslide": SymbolsMetadata(
popularity: 541,
codepoint: 0xebd7,
categories: [3],
tags: [
3425,
1360,
691,
912,
4424,
1365,
4428,
315,
11115,
2438,
11116,
11117,
7788,
1831,
4432,
11118,
1606,
2374,
6777,
1834,
616,
3672,
5960,
4435,
1635,
11119,
898,
4968,
4414,
31,
10399,
332,
11120,
206,
859
],
),
"language": SymbolsMetadata(
popularity: 30899,
codepoint: 0xe894,
categories: [6],
tags: [
1177,
568,
5943,
570,
573,
283,
2743,
2744,
320,
4709,
259,
5247,
11121,
506,
9746,
2469,
70,
5254,
921,
71,
4865,
594,
1296,
9594,
33,
6157,
4872,
7255,
5950,
338,
1186,
6645,
334,
5257
],
),
"language_chinese_array": SymbolsMetadata(
popularity: 7,
codepoint: 0xf766,
categories: [12],
tags: [
6802,
11122,
5,
6753,
283,
685,
4540,
81,
11123,
1589,
1252,
12,
488,
370,
1111,
9565,
5247,
10809,
1471,
9566,
70,
432,
3076,
71,
433,
4545,
33,
97,
5950,
11124,
35,
6645,
1486
],
),
"language_chinese_cangjie": SymbolsMetadata(
popularity: 11,
codepoint: 0xf765,
categories: [12],
tags: [
11125,
11126,
5,
6753,
11127,
283,
4540,
11123,
315,
370,
320,
11128,
1111,
322,
1113,
5247,
11129,
10809,
9745,
9566,
11130,
11131,
3076,
31,
33,
11055,
5950,
11124,
334,
1486
],
),
"language_chinese_dayi": SymbolsMetadata(
popularity: 10,
codepoint: 0xf764,
categories: [12],
tags: [
504,
11132,
6753,
11133,
450,
283,
685,
345,
11134,
11123,
11135,
370,
11136,
11010,
11137,
1344,
1113,
5247,
10809,
9566,
70,
876,
3076,
362,
71,
2415,
31,
33,
10048,
413,
5950,
11124,
3680,
1486,
11138
],
),
"language_chinese_pinyin": SymbolsMetadata(
popularity: 4,
codepoint: 0xf763,
categories: [12],
tags: [
4,
1669,
504,
5,
6753,
283,
485,
1712,
1104,
11123,
6719,
370,
319,
137,
138,
1111,
1344,
322,
5247,
10809,
6641,
9566,
262,
11139,
3076,
509,
31,
1093,
33,
5950,
11124,
338,
141,
333,
1486
],
),
"language_chinese_quick": SymbolsMetadata(
popularity: 17,
codepoint: 0xf762,
categories: [12],
tags: [
568,
504,
5,
570,
6753,
283,
345,
11123,
1165,
6719,
370,
319,
138,
4710,
1111,
322,
1113,
5247,
10809,
9566,
506,
583,
70,
3122,
71,
1841,
4865,
594,
31,
33,
5950,
11124,
35,
907,
1486
],
),
"language_chinese_wubi": SymbolsMetadata(
popularity: 4,
codepoint: 0xf761,
categories: [12],
tags: [
11125,
5,
6753,
283,
628,
11123,
9741,
370,
1548,
11136,
1111,
11010,
322,
1113,
5247,
10809,
6641,
9566,
506,
70,
921,
11131,
3076,
363,
71,
31,
33,
5950,
11124,
3680,
1486,
11140
],
),
"language_french": SymbolsMetadata(
popularity: 11,
codepoint: 0xf760,
categories: [12],
tags: [
1751,
684,
283,
4509,
11123,
8187,
8188,
4510,
370,
11141,
11142,
11143,
318,
319,
138,
978,
322,
5247,
10809,
7854,
9566,
4515,
70,
921,
363,
71,
4865,
2415,
31,
9594,
33,
7255,
5950,
11124,
1486
],
),
"language_gb_english": SymbolsMetadata(
popularity: 11,
codepoint: 0xf75f,
categories: [12],
tags: [
11144,
1751,
450,
283,
4509,
4540,
11123,
9872,
370,
320,
6732,
322,
5247,
10809,
7854,
9566,
11145,
11146,
9873,
355,
358,
1149,
9874,
362,
151,
31,
33,
5950,
11124,
11147,
11148,
6734,
9876,
334,
1486
],
),
"language_international": SymbolsMetadata(
popularity: 15,
codepoint: 0xf75e,
categories: [12],
tags: [
193,
283,
4540,
11123,
7996,
315,
6719,
370,
319,
11149,
320,
382,
322,
11150,
5247,
9743,
10809,
1471,
6641,
9566,
5254,
331,
33,
7255,
5950,
11124,
881,
6645,
334,
1486
],
),
"language_japanese_kana": SymbolsMetadata(
popularity: 17,
codepoint: 0xf513,
categories: [12],
tags: [
4,
7938,
403,
283,
1476,
4540,
11123,
4465,
3112,
3302,
6719,
370,
11151,
322,
6751,
11152,
11153,
5247,
10809,
3414,
9745,
9566,
3076,
594,
4545,
9594,
33,
5950,
11124,
1486
],
),
"language_korean_latin": SymbolsMetadata(
popularity: 24,
codepoint: 0xf75d,
categories: [12],
tags: [
193,
283,
4540,
11123,
9741,
370,
319,
320,
322,
11154,
5247,
11155,
11156,
11157,
11158,
7998,
11121,
10809,
11159,
9566,
323,
7999,
921,
11131,
71,
594,
331,
33,
7255,
5950,
11124,
338,
334,
1486
],
),
"language_pinyin": SymbolsMetadata(
popularity: 6,
codepoint: 0xf75c,
categories: [12],
tags: [
403,
570,
283,
4540,
11123,
4465,
9741,
370,
319,
9490,
1111,
322,
1113,
5247,
7998,
10809,
9745,
9566,
583,
11160,
11139,
3076,
1295,
594,
4545,
1296,
33,
7255,
5950,
11124,
3680,
6645,
334,
1486
],
),
"language_spanish": SymbolsMetadata(
popularity: 28,
codepoint: 0xf5e9,
categories: [12],
tags: [
573,
4509,
11123,
8187,
8188,
4510,
370,
320,
322,
5247,
11161,
11162,
11158,
7998,
10809,
7854,
9566,
7999,
4515,
11146,
921,
1149,
71,
11163,
11164,
11165,
1295,
11166,
33,
7255,
5950,
11167,
11124,
334,
1486
],
),
"language_us": SymbolsMetadata(
popularity: 21,
codepoint: 0xf759,
categories: [12],
tags: [
568,
570,
2740,
572,
573,
283,
9589,
1476,
2742,
11123,
2743,
7231,
7996,
2744,
370,
319,
322,
10808,
5247,
11168,
11157,
11169,
10809,
9566,
4945,
4865,
594,
1485,
1296,
33,
7255,
5950,
11124,
1298,
6645,
334,
1486
],
),
"language_us_colemak": SymbolsMetadata(
popularity: 1,
codepoint: 0xf75b,
categories: [12],
tags: [
5363,
1601,
11170,
5,
684,
11171,
685,
345,
4509,
11123,
370,
318,
320,
1111,
1113,
5247,
10809,
385,
6641,
9566,
4515,
70,
358,
362,
71,
4545,
1093,
33,
5950,
11124,
3680,
11172,
11173,
334,
1486
],
),
"language_us_dvorak": SymbolsMetadata(
popularity: 2,
codepoint: 0xf75a,
categories: [12],
tags: [
5,
283,
519,
345,
81,
288,
11123,
11174,
1252,
11175,
1590,
370,
138,
68,
1111,
1344,
1113,
5247,
10809,
385,
9566,
70,
921,
1123,
71,
509,
31,
1093,
65,
33,
5950,
11124,
3680,
11172,
11176,
1486
],
),
"laps": SymbolsMetadata(
popularity: 144,
codepoint: 0xf6b9,
categories: [15],
tags: [
2525,
77,
7570,
5764,
1159,
6,
3132,
4172,
1136,
10,
11,
8976,
2885,
51,
3484,
11177,
757,
1166,
17,
27,
453,
330,
1125,
29,
228,
1152,
2414,
30,
11178,
2827,
3848,
1171,
1172,
2158,
3542
],
),
"laptop_car": SymbolsMetadata(
popularity: 18,
codepoint: 0xf3cd,
categories: [11],
tags: [
1246,
1247,
1818,
3434,
1820,
1821,
1711,
519,
4314,
254,
345,
1425,
1712,
288,
44,
8,
2047,
1886,
1110,
1253,
3705,
1314,
1713,
262,
630,
325,
11179,
2551,
432,
4788,
410,
65,
1639,
332,
1844,
333,
2059,
1229,
1519
],
),
"laptop_chromebook": SymbolsMetadata(
popularity: 2476,
codepoint: 0xe31f,
categories: [11],
tags: [
1246,
1247,
1931,
1711,
11180,
519,
1310,
288,
8,
2549,
379,
137,
1110,
699,
1253,
138,
259,
1113,
3705,
11181,
814,
262,
630,
289,
920,
2551,
432,
410,
31,
65,
1433,
1409,
333,
1187,
1519
],
),
"laptop_mac": SymbolsMetadata(
popularity: 3166,
codepoint: 0xe320,
categories: [11],
tags: [
1246,
1247,
1711,
519,
1310,
284,
81,
1712,
288,
44,
8,
2549,
1886,
2550,
1110,
1253,
259,
1113,
3705,
1713,
11182,
262,
630,
267,
1391,
2551,
1427,
432,
4788,
410,
392,
65,
333,
1187,
1519,
6259
],
),
"laptop_windows": SymbolsMetadata(
popularity: 1817,
codepoint: 0xe321,
categories: [11],
tags: [
1246,
1247,
1931,
1711,
519,
1310,
288,
44,
8,
3112,
2549,
1110,
1253,
3705,
1713,
630,
6084,
1391,
2930,
4312,
6257,
2551,
432,
410,
65,
6258,
333,
1187,
1229,
1519
],
),
"lasso_select": SymbolsMetadata(
popularity: 63,
codepoint: 0xeb03,
categories: [12],
tags: [
1131,
5258,
450,
11183,
4575,
2405,
754,
1588,
378,
4858,
1252,
680,
2165,
2229,
11184,
7649,
11185,
2265,
6099,
2685,
11186,
1166,
11187,
289,
3100,
4530,
2638,
11188,
6100,
362,
363,
11189,
392,
1598,
1461,
2172,
33,
511,
35,
11190,
1486
],
),
"last_page": SymbolsMetadata(
popularity: 2350,
codepoint: 0xe5dd,
categories: [2],
tags: [
2926,
1669,
501,
77,
1133,
2838,
2719,
2974,
11191,
2135,
7771,
6889,
3471,
903,
1344,
11192,
11193,
550,
87,
352,
1758,
325,
905,
1596,
5741,
906,
1707,
410,
2346,
392,
1552,
8044,
7778,
141,
1348,
3353,
333,
1186
],
rtlAutoMirrored: true,
),
"laundry": SymbolsMetadata(
popularity: 912,
codepoint: 0xe2a8,
categories: [10],
tags: [
2648,
1867,
5860,
810,
1872,
2652,
2653,
11194,
7363,
3884,
2658,
2660,
1140,
1500,
4214,
7682,
3052,
1738,
3981,
1504,
7388,
5839,
652,
2665,
472,
2668,
11195,
7384,
5843
],
),
"layers": SymbolsMetadata(
popularity: 3474,
codepoint: 0xe53b,
categories: [5],
tags: [
76,
2254,
628,
484,
868,
8,
1589,
1055,
147,
579,
1080,
1622,
1082,
1083,
2085,
1541,
2468,
1059,
1061,
91,
92,
6344,
2765,
3419,
4659,
2001,
2472,
2473,
4458,
1067,
1719,
955,
396
],
),
"layers_clear": SymbolsMetadata(
popularity: 609,
codepoint: 0xe53c,
categories: [5],
tags: [
478,
76,
1208,
780,
1210,
11196,
484,
868,
4658,
2152,
811,
1055,
3392,
1690,
1080,
1622,
1082,
11197,
1083,
1541,
6523,
1059,
11198,
1061,
91,
586,
5405,
2765,
3419,
4816,
386,
5063,
11199,
4458,
1067,
1719,
955,
10817,
6948,
3708
],
),
"lda": SymbolsMetadata(
popularity: 13,
codepoint: 0xe106,
categories: [11],
tags: [
11200,
11201,
7008,
1422,
2506,
2133,
11202,
81,
11203,
1770,
1589,
11204,
11205,
5766,
216,
697,
11150,
5247,
11206,
87,
3827,
894,
11207,
5893,
11208,
11209,
1090,
5511,
65,
33,
11210,
511,
10812
],
),
"leaderboard": SymbolsMetadata(
popularity: 4002,
codepoint: 0xf20c,
categories: [9],
tags: [
3,
11211,
1071,
1423,
1424,
517,
3515,
373,
933,
6,
11212,
81,
375,
1078,
11213,
11214,
1081,
6654,
1083,
88,
226,
3522,
1086,
11215,
851,
759,
6535,
795,
228,
11216,
746,
7285,
11217,
1263,
1095,
3530,
11218
],
),
"leak_add": SymbolsMetadata(
popularity: 493,
codepoint: 0xe3f8,
categories: [1],
tags: [
745,
5763,
1323,
1374,
1073,
284,
1375,
1498,
1603,
81,
11219,
4291,
914,
1077,
488,
1336,
235,
1327,
2734,
1328,
11220,
1314,
4198,
3981,
267,
887,
8898,
3869,
239,
2737,
4900,
652,
2066,
454,
11221,
3850,
278
],
),
"leak_remove": SymbolsMetadata(
popularity: 178,
codepoint: 0xe3f9,
categories: [1],
tags: [
11222,
1051,
1208,
284,
81,
1210,
868,
2903,
4291,
6920,
1055,
11223,
1213,
11220,
11224,
11225,
1314,
4198,
267,
11226,
11227,
11228,
11229,
1059,
1060,
1061,
8898,
11230,
11231,
4268,
1224,
11232,
11233,
652,
2066,
1067,
11234,
11221,
3850,
11235,
278
],
),
"left_click": SymbolsMetadata(
popularity: 256,
codepoint: 0xf718,
categories: [2],
tags: [
748,
4346,
77,
504,
450,
193,
1793,
1794,
519,
11236,
345,
1796,
288,
44,
2710,
2846,
1111,
1622,
1344,
2207,
11237,
2990,
1758,
328,
1167,
1120,
362,
363,
7634,
1227,
65,
511
],
),
"left_panel_close": SymbolsMetadata(
popularity: 89,
codepoint: 0xf717,
categories: [2],
tags: [
748,
77,
504,
1209,
912,
1103,
6056,
2455,
345,
313,
2283,
913,
1164,
2918,
51,
1622,
385,
2207,
506,
2895,
325,
919,
4659,
5936,
4660,
2920,
2949,
4661,
413,
907,
8952,
1187,
3003,
1154
],
),
"left_panel_open": SymbolsMetadata(
popularity: 118,
codepoint: 0xf716,
categories: [2],
tags: [
77,
1209,
912,
1425,
313,
8,
914,
1344,
385,
5625,
11238,
506,
325,
2930,
92,
919,
4659,
410,
2016,
2949,
4661,
413,
1187,
3003
],
),
"legend_toggle": SymbolsMetadata(
popularity: 857,
codepoint: 0xf11b,
categories: [9],
tags: [
1071,
482,
373,
912,
345,
81,
7048,
375,
8,
914,
10741,
83,
1078,
2918,
1081,
68,
1112,
11239,
1082,
11240,
1471,
324,
226,
506,
1086,
4280,
70,
2470,
71,
2016,
11241,
746,
2415,
33,
97,
413,
1095,
396,
514
],
),
"lens_blur": SymbolsMetadata(
popularity: 834,
codepoint: 0xf029,
categories: [1],
tags: [
480,
5112,
4354,
4317,
5804,
40,
11242,
193,
4357,
11243,
4331,
3654,
1754,
487,
83,
1757,
9188,
4320,
49,
8371,
4349,
53,
11244,
11245,
8999,
4323,
57,
3623,
8815,
59,
8850,
11246,
11247,
11248,
4325,
4337,
4353,
4340,
11249
],
),
"letter_switch": SymbolsMetadata(
popularity: 23,
codepoint: 0xf758,
categories: [12],
tags: [
11250,
11251,
11252,
9424,
11253,
11254,
502,
10976,
11255,
11256,
11257,
7861,
5119,
11258,
12,
370,
3679,
1113,
10809,
11259,
9566,
10980,
11260,
2172,
3984,
11261,
2415,
33,
11262,
2187,
10048,
2175,
413,
5950,
11124,
338,
7726,
1486
],
),
"library_add": SymbolsMetadata(
popularity: 5496,
codepoint: 0xe02e,
categories: [2],
tags: [
231,
745,
2143,
3410,
2147,
1197,
628,
1325,
81,
1589,
1590,
147,
173,
1327,
1376,
1082,
1345,
88,
406,
2468,
1714,
887,
92,
1596,
1717,
239,
1718,
453,
985,
1696,
2474,
1396,
31,
37
],
),
"library_add_check": SymbolsMetadata(
popularity: 1300,
codepoint: 0xe9b7,
categories: [0],
tags: [
748,
745,
1671,
2143,
1701,
482,
504,
1673,
1197,
463,
2701,
345,
2350,
1589,
2335,
1480,
147,
2153,
872,
1082,
1345,
87,
88,
1166,
2468,
1714,
2603,
1676,
239,
4481,
362,
433,
2474,
245,
31,
1518,
1678,
141,
2347,
1584,
37,
1681
],
),
"library_books": SymbolsMetadata(
popularity: 6748,
codepoint: 0xe02f,
categories: [0],
tags: [
4442,
745,
1342,
7702,
1268,
11263,
3410,
3411,
11264,
2147,
1197,
628,
1468,
4814,
2152,
3112,
1690,
173,
68,
3413,
3414,
1345,
88,
3415,
11265,
3401,
2888,
4156,
3420,
4544,
2474,
3421,
3116
],
rtlAutoMirrored: true,
),
"library_music": SymbolsMetadata(
popularity: 1936,
codepoint: 0xe030,
categories: [0],
tags: [
745,
1342,
2143,
1268,
11266,
11267,
11268,
1197,
2152,
1690,
2153,
1345,
406,
11269,
439,
1714,
11270,
11271,
11272,
9947,
11273,
10791,
1595,
92,
1717,
432,
3067,
1293,
7867,
1698,
3068
],
),
"license": SymbolsMetadata(
popularity: 418,
codepoint: 0xeb04,
categories: [6],
tags: [
2451,
11274,
2678,
5241,
281,
930,
2680,
11275,
192,
2455,
11276,
6277,
11277,
464,
1589,
11278,
2657,
147,
488,
3203,
3123,
2012,
978,
2459,
11279,
3336,
3522,
3113,
11280,
1597,
11281,
2688,
5380,
11282,
716,
2640,
3526,
4840,
3697
],
),
"lift_to_talk": SymbolsMetadata(
popularity: 319,
codepoint: 0xefa3,
categories: [11],
tags: [
4346,
1268,
3372,
1270,
1103,
283,
345,
11283,
1476,
288,
4348,
216,
1108,
2708,
2710,
1622,
262,
271,
6295,
3122,
64,
1128,
594,
9594,
65,
1406
],
),
"light": SymbolsMetadata(
popularity: 1029,
codepoint: 0xf02a,
categories: [8],
tags: [
480,
1747,
1332,
3641,
3642,
3822,
11284,
2313,
345,
3942,
3703,
3383,
5688,
3825,
4758,
51,
2752,
2753,
9120,
3646,
5204,
814,
647,
1059,
1061,
289,
11285,
3707,
358,
1955,
151,
9001,
898,
1339,
2415,
31,
413
],
),
"light_group": SymbolsMetadata(
popularity: 313,
codepoint: 0xe28b,
categories: [10],
tags: [
1131,
6802,
2133,
11286,
3822,
1196,
1197,
685,
4303,
345,
288,
2621,
7183,
579,
1198,
1140,
3191,
7170,
7171,
9120,
11287,
11288,
5204,
2442,
11289,
267,
1955,
2790,
1201,
1788,
1906,
11290
],
rtlAutoMirrored: true,
),
"light_mode": SymbolsMetadata(
popularity: 11857,
codepoint: 0xe518,
categories: [4],
tags: [
2222,
4606,
501,
3641,
3642,
4753,
193,
780,
2134,
4766,
288,
8,
4758,
1344,
3646,
6410,
5204,
1471,
642,
2089,
355,
358,
3220,
151,
2002,
857,
1608,
11291,
4064,
2415,
4752,
413,
3651
],
),
"light_off": SymbolsMetadata(
popularity: 69,
codepoint: 0xe9b8,
categories: [8],
tags: [
11292,
3822,
11293,
4757,
3654,
1300,
868,
11294,
1055,
3703,
4044,
3825,
1222,
11295,
9120,
9026,
3646,
9011,
9012,
2442,
11296,
2025,
9015,
1059,
1061,
3707,
9028,
1067,
2415,
9965,
4752,
413,
4344,
5941
],
),
"lightbulb": SymbolsMetadata(
popularity: 11526,
codepoint: 0xe0f0,
categories: [6],
tags: [
1360,
1177,
3641,
3822,
2313,
6105,
868,
3112,
811,
3383,
10736,
3825,
1222,
9139,
293,
68,
4196,
11297,
8314,
3413,
3414,
11298,
3646,
9142,
9015,
289,
1292,
4202,
10291,
4870,
4871,
4861,
8042,
11299
],
),
"lightbulb_2": SymbolsMetadata(
popularity: 319,
codepoint: 0xf3e3,
categories: [8],
tags: [
1360,
1177,
2484,
2196,
3641,
3822,
2289,
3702,
3942,
3703,
11300,
1109,
11301,
871,
10736,
138,
3825,
9139,
293,
68,
4196,
11297,
11298,
3646,
9142,
1061,
330,
10132,
4959,
4202,
10291,
31,
7213,
4870,
4871,
4861,
11302
],
),
"lightbulb_circle": SymbolsMetadata(
popularity: 969,
codepoint: 0xebfe,
categories: [6],
tags: [
1360,
1177,
3641,
3822,
504,
193,
462,
2853,
345,
6105,
314,
137,
10736,
138,
3825,
9139,
293,
68,
11297,
3413,
3414,
11298,
3646,
9142,
289,
392,
1292,
4202,
10291,
31,
4870,
4871,
4861,
141,
11303,
6050
],
),
"lightning_stand": SymbolsMetadata(
popularity: 49,
codepoint: 0xefa4,
categories: [11],
tags: [
3034,
1360,
3955,
3035,
3699,
3889,
4002,
1851,
1365,
288,
4173,
3702,
4004,
3942,
3703,
1165,
4413,
1110,
7923,
138,
3956,
3957,
262,
616,
876,
3707,
3122,
273,
275,
4176,
3983,
31,
3958,
7116,
206,
859,
278
],
),
"line_axis": SymbolsMetadata(
popularity: 304,
codepoint: 0xea9a,
categories: [12],
tags: [
5538,
1071,
503,
373,
11304,
310,
2405,
81,
375,
2799,
1078,
382,
11305,
699,
87,
793,
6557,
17,
2820,
11306,
8851,
794,
11307,
2284,
391,
4201,
746,
1170,
140,
1465,
2823,
514,
11308,
11309
],
),
"line_curve": SymbolsMetadata(
popularity: 59,
codepoint: 0xf757,
categories: [12],
tags: [
480,
9619,
1602,
11310,
284,
2830,
2937,
11311,
485,
313,
2798,
378,
1252,
680,
1164,
7705,
11312,
370,
381,
137,
4583,
384,
87,
468,
1634,
330,
1035,
1152,
392,
682,
11313,
1170,
4330,
338,
1409,
1863,
9578
],
rtlAutoMirrored: true,
),
"line_end": SymbolsMetadata(
popularity: 39,
codepoint: 0xf826,
categories: [12],
tags: [
7309,
7569,
1423,
2125,
11314,
10428,
2405,
2274,
1163,
2135,
11315,
11316,
699,
4647,
1644,
9112,
11317,
87,
4587,
11318,
4609,
11319,
11320,
11321,
1634,
906,
703,
4589,
1152,
1169,
1170,
11322,
11323,
11324,
11325,
10432,
11326
],
),
"line_end_arrow": SymbolsMetadata(
popularity: 38,
codepoint: 0xf81d,
categories: [12],
tags: [
2926,
77,
7309,
7569,
3132,
8143,
2405,
312,
313,
2135,
11316,
10446,
6889,
3471,
903,
699,
51,
11192,
87,
174,
468,
325,
905,
1634,
328,
1167,
329,
759,
906,
392,
10279,
1170,
31,
11327,
332,
1728
],
),
"line_end_arrow_notch": SymbolsMetadata(
popularity: 55,
codepoint: 0xf81c,
categories: [12],
tags: [
77,
11328,
11329,
7309,
7569,
373,
2405,
375,
313,
378,
2135,
11315,
11316,
10446,
1078,
137,
699,
384,
51,
87,
11318,
4609,
174,
325,
11330,
1634,
11331,
328,
1167,
906,
392,
1170,
31,
4827,
2210
],
),
"line_end_circle": SymbolsMetadata(
popularity: 64,
codepoint: 0xf81b,
categories: [12],
tags: [
3,
7309,
7569,
1423,
373,
193,
463,
3132,
1074,
2405,
1754,
2135,
11316,
3520,
3591,
3471,
13,
1078,
699,
51,
87,
2946,
756,
174,
1634,
328,
1090,
759,
906,
1152,
94,
2502,
291,
2932,
1170,
2476,
1095
],
),
"line_end_diamond": SymbolsMetadata(
popularity: 30,
codepoint: 0xf81a,
categories: [12],
tags: [
1521,
7309,
7569,
373,
284,
11332,
2830,
2405,
375,
1488,
313,
2135,
11316,
10446,
3471,
1077,
381,
1078,
699,
51,
87,
1314,
174,
3448,
1634,
328,
1090,
906,
1152,
392,
1170,
1317,
4861,
1409,
11333
],
),
"line_end_square": SymbolsMetadata(
popularity: 18,
codepoint: 0xf819,
categories: [12],
tags: [
480,
7309,
7569,
481,
1133,
504,
345,
2405,
2135,
11316,
6889,
3471,
381,
137,
3399,
699,
138,
3944,
550,
87,
11318,
352,
814,
1634,
1223,
3454,
906,
392,
1339,
433,
11334,
1226,
11335,
1170,
31,
11327,
907,
11336
],
),
"line_start": SymbolsMetadata(
popularity: 28,
codepoint: 0xf825,
categories: [12],
tags: [
7309,
7569,
6360,
2204,
11337,
373,
193,
2405,
666,
1754,
11316,
1916,
1078,
699,
1644,
51,
6521,
2207,
87,
11338,
174,
3448,
9684,
1634,
2820,
328,
11339,
329,
759,
94,
737,
11340,
11341,
6794,
1170,
2476,
3750
],
),
"line_start_arrow": SymbolsMetadata(
popularity: 13,
codepoint: 0xf818,
categories: [12],
tags: [
77,
7309,
7569,
1268,
11342,
2936,
6360,
2204,
2405,
313,
11316,
903,
699,
51,
2207,
5625,
87,
406,
352,
325,
3448,
1634,
1223,
2521,
408,
1167,
2841,
759,
5741,
7777,
2138,
1170,
2476,
3474,
37
],
),
"line_start_arrow_notch": SymbolsMetadata(
popularity: 12,
codepoint: 0xf817,
categories: [12],
tags: [
77,
7309,
7569,
6360,
2204,
1851,
2405,
313,
11316,
1916,
699,
6521,
1633,
2207,
87,
323,
174,
20,
325,
3448,
11330,
9684,
1634,
328,
329,
759,
4149,
2531,
11343,
1636,
1152,
2138,
11341,
1170,
2476,
2158,
332,
11344
],
),
"line_start_circle": SymbolsMetadata(
popularity: 44,
codepoint: 0xf816,
categories: [12],
tags: [
7309,
7569,
6360,
2204,
373,
193,
2405,
81,
313,
1754,
1164,
11316,
1077,
137,
699,
51,
1633,
2207,
87,
174,
3448,
1634,
328,
329,
759,
94,
2157,
6141,
2138,
2932,
1170,
2476,
2158,
514
],
),
"line_start_diamond": SymbolsMetadata(
popularity: 32,
codepoint: 0xf815,
categories: [12],
tags: [
480,
1521,
7309,
7569,
6360,
2204,
284,
2405,
375,
1488,
11316,
5081,
904,
699,
51,
2207,
87,
174,
814,
3448,
9684,
1634,
328,
1090,
1636,
392,
1339,
2138,
1170,
1409,
514
],
),
"line_start_square": SymbolsMetadata(
popularity: 9,
codepoint: 0xf814,
categories: [12],
tags: [
480,
1131,
7309,
7569,
6360,
1132,
1133,
482,
1333,
2405,
1136,
11316,
1916,
348,
381,
699,
6521,
2207,
87,
1166,
1403,
3448,
9684,
289,
1634,
328,
432,
1149,
1151,
392,
1339,
433,
2138,
1170
],
),
"line_style": SymbolsMetadata(
popularity: 278,
codepoint: 0xe919,
categories: [12],
tags: [
1747,
2160,
2240,
628,
1236,
2405,
1589,
2163,
755,
2165,
2166,
916,
2224,
385,
87,
88,
506,
1652,
176,
70,
2169,
2170,
703,
71,
709,
955,
2172,
33,
2175,
97,
3680,
2190,
1486
],
),
"line_weight": SymbolsMetadata(
popularity: 380,
codepoint: 0xe91a,
categories: [12],
tags: [
1747,
517,
628,
11345,
1589,
680,
2165,
147,
2166,
383,
916,
87,
8155,
1471,
226,
1652,
2247,
11346,
2171,
298,
709,
923,
1170,
2172,
2260,
4607,
97,
338,
11347,
3752,
397,
1486
],
),
"linear_scale": SymbolsMetadata(
popularity: 914,
codepoint: 0xe260,
categories: [12],
tags: [
1747,
2222,
1669,
501,
6226,
2719,
685,
345,
464,
485,
1105,
2833,
3891,
699,
1644,
51,
1344,
385,
792,
87,
2946,
11348,
11349,
226,
17,
506,
70,
851,
759,
1148,
2284,
391,
410,
1201,
71,
1552,
3496,
5673,
141,
1348,
36,
333,
1186,
1187
],
),
"link": SymbolsMetadata(
popularity: 16667,
codepoint: 0xe157,
categories: [7],
tags: [
1521,
77,
1323,
2483,
1523,
193,
462,
1524,
1073,
284,
313,
2958,
319,
320,
1525,
322,
259,
1328,
87,
1314,
1084,
5498,
439,
325,
267,
328,
179,
330,
331,
1531,
333,
1186,
334,
5257
],
),
"link_off": SymbolsMetadata(
popularity: 2390,
codepoint: 0xe16f,
categories: [7],
tags: [
11350,
11351,
11352,
11353,
3285,
11354,
1523,
1524,
284,
11355,
3287,
11356,
11357,
868,
11358,
11359,
2731,
1055,
1525,
1314,
11360,
11361,
10867,
3294,
11362,
1084,
5498,
439,
1059,
1061,
11363,
11364,
11365,
1067,
3298,
1531,
7489,
1410,
6868,
1186
],
),
"linked_camera": SymbolsMetadata(
popularity: 580,
codepoint: 0xe438,
categories: [1],
tags: [
11350,
40,
42,
1523,
1073,
1074,
284,
288,
44,
46,
49,
259,
53,
1314,
1084,
11366,
11367,
406,
439,
11368,
267,
57,
59,
11369,
62,
440,
1529,
2038,
4918,
273,
2066,
5114,
243,
764,
476,
278
],
),
"linked_services": SymbolsMetadata(
popularity: 208,
codepoint: 0xf535,
categories: [2],
tags: [
861,
11350,
6184,
4681,
1523,
11370,
373,
571,
1073,
284,
6198,
81,
11371,
11372,
2958,
11373,
11374,
579,
1525,
2578,
1328,
10054,
1314,
11375,
11376,
11377,
267,
6203,
1088,
3844,
4157,
3450,
11378,
878,
11379,
1530,
6224,
6868
],
),
"liquor": SymbolsMetadata(
popularity: 1788,
codepoint: 0xea60,
categories: [16],
tags: [
11380,
1669,
1423,
4878,
1767,
4991,
11381,
5375,
11382,
1333,
4228,
781,
2367,
1109,
137,
138,
1967,
4198,
11383,
506,
5453,
587,
9129,
11384,
3727,
11385,
11386,
1396,
31,
4704,
141,
1348,
333,
11387
],
),
"list": SymbolsMetadata(
popularity: 11965,
codepoint: 0xe896,
categories: [12],
tags: [
5017,
2240,
9508,
2147,
1674,
5674,
4814,
6536,
11388,
147,
370,
2945,
173,
11389,
86,
88,
506,
11390,
70,
91,
11391,
94,
923,
4981,
11392,
5670,
97,
11393,
3353
],
rtlAutoMirrored: true,
),
"list_alt": SymbolsMetadata(
popularity: 9833,
codepoint: 0xe0ee,
categories: [12],
tags: [
2451,
2399,
501,
2677,
2143,
9284,
482,
1674,
2853,
2455,
1643,
1589,
9212,
147,
488,
370,
9582,
1111,
1471,
88,
1481,
1595,
91,
289,
1597,
11394,
3771,
453,
985,
2640,
2281,
1428,
988,
2643,
2474,
1629,
33,
740
],
rtlAutoMirrored: true,
),
"list_alt_add": SymbolsMetadata(
popularity: 67,
codepoint: 0xf756,
categories: [12],
tags: [
231,
748,
745,
11395,
11396,
517,
504,
1674,
345,
1325,
11397,
1588,
1589,
1688,
1590,
147,
1376,
1471,
88,
6801,
887,
2603,
11398,
1595,
1596,
1597,
239,
1646,
898,
2728,
31,
1518,
1680,
141,
1348
],
),
"list_alt_check": SymbolsMetadata(
popularity: 197,
codepoint: 0xf3de,
categories: [12],
tags: [
2673,
2399,
2401,
2697,
482,
1673,
3200,
1674,
2404,
463,
1675,
2681,
4504,
2701,
2853,
2333,
1589,
2335,
1106,
2683,
488,
370,
86,
1471,
88,
1166,
8979,
506,
1595,
1676,
2686,
70,
91,
1597,
2281,
362,
363,
2474,
3773,
1678,
740,
5679,
1584,
1681
],
),
"lists": SymbolsMetadata(
popularity: 275,
codepoint: 0xe9b9,
categories: [6],
tags: [
3764,
2240,
9508,
1673,
1674,
628,
81,
145,
4814,
1589,
2198,
1590,
488,
86,
1471,
88,
6801,
506,
325,
5676,
70,
91,
289,
2169,
851,
453,
94,
33,
2260,
1679
],
rtlAutoMirrored: true,
),
"live_help": SymbolsMetadata(
popularity: 3836,
codepoint: 0xe0c6,
categories: [7],
tags: [
3961,
10288,
865,
568,
570,
2740,
11399,
572,
573,
283,
1476,
5657,
2743,
5659,
11400,
3188,
871,
293,
68,
5430,
1622,
3413,
1282,
11401,
583,
4945,
11402,
3963,
2344,
3964,
3965,
4826,
4054,
3683,
594,
1485,
880,
11403,
31,
4895,
11404
],
rtlAutoMirrored: true,
),
"live_tv": SymbolsMetadata(
popularity: 3239,
codepoint: 0xe639,
categories: [11],
tags: [
1246,
1247,
4791,
11405,
731,
5995,
732,
1711,
628,
1712,
288,
8,
2549,
781,
346,
1253,
1282,
7704,
1713,
406,
630,
354,
11406,
11407,
2521,
408,
432,
410,
2016,
273,
454,
411,
65,
412,
2039,
37,
2087,
333,
1187
],
),
"living": SymbolsMetadata(
popularity: 474,
codepoint: 0xf02b,
categories: [8],
tags: [
565,
972,
566,
1332,
974,
1914,
1885,
5546,
1161,
225,
4072,
8428,
977,
1140,
1500,
581,
978,
979,
5547,
11408,
5549,
5550,
814,
289,
589,
1045,
820,
590,
1048,
390,
1955,
1927,
1937,
392,
986,
888,
1339,
5551,
601,
990
],
),
"local_activity": SymbolsMetadata(
popularity: 3411,
codepoint: 0xe53f,
categories: [5],
tags: [
861,
2525,
4471,
11409,
344,
11410,
11411,
781,
11412,
1590,
10,
11413,
4476,
6272,
354,
11414,
2013,
11415,
2521,
2470,
392,
2016,
857,
2017,
11416,
3370,
10405,
2019,
11417,
11418
],
),
"local_atm": SymbolsMetadata(
popularity: 1890,
codepoint: 0xe53e,
categories: [5],
tags: [
3226,
3228,
926,
927,
928,
11419,
929,
930,
1659,
931,
3229,
932,
934,
936,
937,
11420,
3230,
938,
1387,
941,
942,
317,
6272,
1549,
323,
1738,
948,
1550,
8326,
523,
950,
951,
1392,
1393,
652,
1395,
955,
31,
956,
3236
],
),
"local_bar": SymbolsMetadata(
popularity: 2096,
codepoint: 0xe540,
categories: [16],
tags: [
11380,
1423,
11421,
4878,
1767,
5693,
11381,
5375,
11382,
11422,
3720,
4228,
781,
1387,
2367,
6041,
1109,
11423,
11424,
5624,
1967,
11383,
6272,
323,
5453,
587,
327,
11384,
1925,
3727,
593,
11385,
11386,
11425,
11387
],
),
"local_cafe": SymbolsMetadata(
popularity: 3548,
codepoint: 0xe541,
categories: [16],
tags: [
4878,
1767,
2125,
3713,
3715,
6025,
7992,
6027,
6029,
4695,
3720,
4228,
4847,
2367,
4646,
6031,
4234,
6272,
2089,
6033,
91,
11426,
1925,
3727,
652,
1394,
3847,
1396,
6036,
3849
],
),
"local_car_wash": SymbolsMetadata(
popularity: 540,
codepoint: 0xe542,
categories: [5],
tags: [
2436,
1818,
3095,
568,
569,
1820,
11427,
1821,
810,
1872,
43,
11428,
2408,
8891,
6272,
323,
324,
1541,
325,
327,
1392,
652,
11429,
9001,
5841,
11430,
433,
11431,
1639,
332,
1844,
11432,
3879,
3850,
1187
],
),
"local_convenience_store": SymbolsMetadata(
popularity: 1296,
codepoint: 0xe543,
categories: [5],
tags: [
11433,
369,
11434,
928,
929,
569,
11435,
930,
931,
932,
934,
576,
3861,
11436,
11437,
936,
937,
312,
938,
4950,
939,
7546,
2801,
9994,
6272,
323,
324,
1541,
1389,
948,
325,
10391,
887,
523,
950,
951,
239,
1392,
1393,
11438,
1394,
1395,
3180,
11439,
1396,
1397,
1637,
31,
956,
1187
],
),
"local_dining": SymbolsMetadata(
popularity: 1225,
codepoint: 0xe556,
categories: [16],
tags: [
4842,
3713,
3715,
3716,
3718,
4844,
3720,
11440,
11441,
4134,
4696,
3721,
4847,
11442,
2367,
6041,
3722,
2995,
5718,
4849,
6272,
4135,
3723,
506,
4700,
3727,
11443,
151,
4853,
4854,
9034
],
),
"local_drink": SymbolsMetadata(
popularity: 1345,
codepoint: 0xe544,
categories: [5],
tags: [
11380,
1423,
4878,
3715,
3716,
11381,
6027,
11444,
6029,
3720,
4228,
11445,
11446,
2903,
4291,
2367,
1109,
6031,
11447,
5584,
4198,
6272,
6033,
3321,
11426,
3727,
652,
4887,
6036,
4704,
7317,
3850
],
),
"local_fire_department": SymbolsMetadata(
popularity: 6091,
codepoint: 0xef55,
categories: [5],
tags: [
7713,
1360,
11448,
8908,
840,
1365,
8893,
314,
2438,
316,
5201,
8902,
11449,
8895,
5202,
11450,
3036,
1140,
3038,
11451,
8913,
11452,
6272,
1143,
2469,
11453,
243,
7962,
2078,
11454,
6657,
11455,
11456,
37,
11457,
206,
3340
],
),
"local_florist": SymbolsMetadata(
popularity: 2230,
codepoint: 0xe545,
categories: [5],
tags: [
6661,
8853,
11458,
8854,
2364,
4880,
7809,
1852,
8003,
2366,
11459,
11460,
6890,
1855,
3836,
2432,
234,
2372,
2373,
6272,
2374,
1834,
2375,
11461,
8009,
1835,
1394,
2381,
8010,
8011,
2382
],
),
"local_gas_station": SymbolsMetadata(
popularity: 2028,
codepoint: 0xe546,
categories: [5],
tags: [
1131,
2436,
3434,
1820,
11462,
2334,
1874,
3703,
11463,
8211,
5991,
11464,
11465,
11466,
1633,
6272,
323,
324,
325,
8326,
11467,
11468,
1392,
8214,
8215,
5359,
1126,
652,
3562,
1639,
332,
1844
],
),
"local_hospital": SymbolsMetadata(
popularity: 2358,
codepoint: 0xe548,
categories: [5],
tags: [
7713,
864,
2435,
929,
3155,
2386,
1235,
1770,
2438,
3854,
1916,
697,
892,
871,
1772,
6272,
323,
324,
894,
1776,
325,
5893,
1777,
326,
239,
1167,
5398
],
),
"local_laundry_service": SymbolsMetadata(
popularity: 1165,
codepoint: 0xe54a,
categories: [5],
tags: [
3883,
2648,
568,
3835,
569,
5847,
1899,
1872,
10482,
2652,
2653,
3884,
4291,
6498,
7679,
1387,
3854,
2751,
4214,
3550,
11469,
7682,
6272,
323,
174,
1551,
652,
11470,
1394,
2668,
7384,
5843,
7686,
10540
],
),
"local_library": SymbolsMetadata(
popularity: 3890,
codepoint: 0xe54b,
categories: [5],
tags: [
4442,
2143,
3410,
4443,
11471,
11472,
3411,
1197,
11473,
3112,
4446,
68,
3413,
10290,
4447,
4455,
4448,
1345,
11474,
3415,
11475,
6272,
11476,
3401,
2888,
4451,
3420,
4544,
2755,
11477,
3116,
3117
],
),
"local_mall": SymbolsMetadata(
popularity: 5928,
codepoint: 0xe54c,
categories: [5],
tags: [
3662,
1657,
928,
5680,
929,
569,
1658,
11435,
930,
1659,
931,
932,
934,
1180,
9990,
11478,
936,
937,
11479,
938,
1660,
4930,
11480,
86,
6272,
8178,
1389,
1390,
948,
523,
5578,
950,
951,
4499,
1665,
11481,
1393,
9996,
1394,
1395,
11482,
11483,
1396,
1397
],
),
"local_parking": SymbolsMetadata(
popularity: 2471,
codepoint: 0xe54f,
categories: [5],
tags: [
4,
2436,
481,
1820,
5,
2565,
312,
2047,
11484,
12,
5365,
11485,
16,
6272,
323,
324,
325,
8321,
3321,
896,
11486,
11487,
11488,
1547,
1392,
1635,
898,
823,
433,
1637,
31,
33,
1639,
332,
35,
1507,
1844
],
),
"local_pharmacy": SymbolsMetadata(
popularity: 756,
codepoint: 0xe550,
categories: [5],
tags: [
7713,
864,
929,
2386,
1235,
7671,
5227,
11489,
2438,
317,
1916,
2440,
697,
892,
1772,
6272,
323,
324,
894,
1776,
325,
1777,
326,
2570,
239,
1167,
1779,
1393,
11490,
1394,
1396,
31,
5398
],
),
"local_pizza": SymbolsMetadata(
popularity: 1392,
codepoint: 0xe552,
categories: [5],
tags: [
3716,
11491,
193,
462,
4227,
3718,
2045,
3720,
4696,
4228,
3721,
8553,
2367,
6041,
6670,
11492,
11493,
6272,
3723,
506,
11494,
3727,
330,
4998,
11495,
8560,
11496,
11497,
1728,
7979
],
),
"local_police": SymbolsMetadata(
popularity: 2459,
codepoint: 0xef56,
categories: [5],
tags: [
7713,
9818,
11498,
281,
11499,
3517,
944,
2012,
11500,
5509,
3741,
3742,
11501,
11502,
6272,
11503,
9587,
11504,
3113,
7717,
11505,
11506,
11507,
1581,
1582,
705,
1036,
1583,
857,
31,
2669
],
),
"local_post_office": SymbolsMetadata(
popularity: 1323,
codepoint: 0xe554,
categories: [5],
tags: [
1514,
929,
11508,
569,
283,
2045,
312,
2298,
3252,
2300,
944,
945,
3320,
15,
16,
6272,
323,
2303,
324,
583,
325,
1391,
2589,
4670,
326,
327,
1167,
1352,
11509,
2307,
9335,
2310,
3015,
652,
898,
2691,
955,
31
],
),
"local_see": SymbolsMetadata(
popularity: 359,
codepoint: 0xe557,
categories: [5],
tags: [
5112,
5161,
40,
42,
345,
288,
1886,
346,
2550,
107,
53,
6272,
406,
354,
439,
57,
59,
62,
453,
1127,
4918,
65,
37,
5173,
396,
5115,
476,
2087
],
),
"local_shipping": SymbolsMetadata(
popularity: 20393,
codepoint: 0xe558,
categories: [14],
tags: [
1818,
482,
569,
1820,
6949,
1821,
934,
2045,
2192,
1688,
4372,
4930,
16,
6272,
3427,
11510,
2303,
1541,
3793,
1758,
1391,
2589,
4670,
1352,
2307,
1635,
2310,
4374,
1395,
2691,
11511,
900,
1639,
332,
1843,
2058,
1844,
2059
],
rtlAutoMirrored: true,
),
"local_taxi": SymbolsMetadata(
popularity: 1674,
codepoint: 0xe559,
categories: [14],
tags: [
1670,
2436,
1818,
1932,
11512,
1270,
1820,
1821,
2565,
313,
7941,
2048,
5356,
6272,
323,
11513,
324,
1541,
325,
1922,
2053,
2054,
7356,
4175,
3324,
1635,
1636,
652,
1637,
5374,
900,
1639,
332,
11514,
1844,
10332
],
),
"location_away": SymbolsMetadata(
popularity: 2165,
codepoint: 0xf150,
categories: [5],
tags: [
807,
565,
1497,
566,
11515,
929,
313,
868,
2568,
577,
317,
4124,
4125,
11516,
321,
1140,
1500,
581,
1222,
1549,
323,
7177,
324,
174,
7178,
325,
11517,
1060,
588,
589,
326,
327,
1392,
1167,
329,
590,
2571,
1503,
1504,
1636,
1126,
332,
1068,
601
],
),
"location_chip": SymbolsMetadata(
popularity: 53,
codepoint: 0xf850,
categories: [12],
tags: [
4936,
310,
312,
313,
1164,
317,
321,
137,
138,
323,
324,
1541,
174,
325,
326,
327,
328,
1167,
329,
1226,
31,
332,
141,
1348,
7856
],
),
"location_city": SymbolsMetadata(
popularity: 4940,
codepoint: 0xe7f1,
categories: [16],
tags: [
11518,
1497,
1131,
929,
10388,
569,
2565,
574,
1498,
312,
11519,
2567,
2568,
318,
1140,
3320,
1605,
323,
1388,
11520,
10391,
327,
1392,
2571,
1502,
432,
1149,
1503,
1504,
1505,
10393,
433,
955,
2804,
332,
1507
],
),
"location_disabled": SymbolsMetadata(
popularity: 305,
codepoint: 0xe1b6,
categories: [5],
tags: [
2613,
1360,
1051,
193,
1235,
1211,
312,
1162,
313,
868,
1055,
2732,
1213,
11521,
7330,
323,
8342,
7177,
324,
1541,
174,
325,
6335,
11517,
1059,
1061,
326,
1551,
327,
1167,
2200,
2630,
1065,
4756,
1067,
1226,
1095,
1068,
206
],
),
"location_home": SymbolsMetadata(
popularity: 1382,
codepoint: 0xf152,
categories: [5],
tags: [
565,
1514,
1497,
566,
929,
2565,
312,
1499,
2568,
577,
321,
1140,
1500,
581,
323,
324,
174,
325,
588,
589,
1551,
327,
328,
1392,
329,
1063,
590,
1501,
2054,
2571,
1502,
11522,
1503,
1504,
1838,
1505,
1552,
1553,
955,
1507,
601
],
),
"location_off": SymbolsMetadata(
popularity: 932,
codepoint: 0xe0c7,
categories: [5],
tags: [
1514,
312,
313,
2408,
11523,
11524,
11525,
11526,
11527,
11528,
11529,
318,
11530,
7330,
323,
8342,
7333,
324,
11531,
11532,
1541,
11533,
11098,
8344,
7335,
1059,
326,
11534,
11535,
1551,
327,
11536,
11537,
329,
1636,
1226,
1095,
332
],
),
"location_on": SymbolsMetadata(
popularity: 18956,
codepoint: 0xe0c8,
categories: [5],
tags: [
1514,
1131,
8696,
312,
313,
2408,
317,
4124,
4125,
321,
3320,
7854,
1549,
323,
324,
1541,
174,
325,
1061,
326,
1551,
327,
328,
329,
1149,
151,
1552,
496,
1553,
1226,
11538,
3184,
7856,
1155
],
),
"location_searching": SymbolsMetadata(
popularity: 2264,
codepoint: 0xe1b7,
categories: [5],
tags: [
7575,
11539,
310,
11540,
312,
313,
3231,
321,
1549,
323,
324,
1541,
1550,
325,
11541,
326,
1551,
327,
1167,
2862,
329,
7111,
1745,
5511,
1126,
4315,
11542,
273,
1226,
1227,
1095
],
),
"lock": SymbolsMetadata(
popularity: 31045,
codepoint: 0xe897,
categories: [6],
tags: [
861,
5335,
5239,
4260,
11543,
5965,
1112,
8058,
1786,
1056,
814,
289,
10891,
5966,
5339,
2688,
1034,
1063,
10929,
3206,
1582,
1065,
1066,
705,
1782,
3210,
1036,
1339,
1407
],
),
"lock_clock": SymbolsMetadata(
popularity: 1159,
codepoint: 0xef57,
categories: [6],
tags: [
861,
5335,
11544,
1159,
345,
11545,
1160,
2126,
5904,
5248,
1786,
1056,
3487,
5966,
5339,
1034,
1063,
1582,
2379,
705,
1168,
11546,
1782,
11547,
1036,
11548,
11549,
1171,
11550,
11551,
11552,
11553,
2828,
11554,
2087
],
),
"lock_open": SymbolsMetadata(
popularity: 8510,
codepoint: 0xe898,
categories: [6],
tags: [
861,
11555,
1766,
11556,
11557,
3810,
11558,
8058,
1786,
11559,
2930,
11560,
8072,
5339,
2688,
1034,
11561,
1063,
1582,
11562,
5340,
705,
11563,
1782,
1036,
11564,
11565,
11566,
11567,
11568,
5341,
5342,
10921,
8078,
11569
],
),
"lock_open_circle": SymbolsMetadata(
popularity: 34,
codepoint: 0xf361,
categories: [6],
tags: [
861,
5335,
8059,
11570,
5239,
5241,
193,
462,
1333,
2854,
1590,
1212,
3810,
11571,
11559,
2930,
8071,
8072,
1034,
11561,
5340,
330,
11572,
1036,
11564,
5341,
11573,
5342,
10921
],
),
"lock_open_right": SymbolsMetadata(
popularity: 279,
codepoint: 0xf656,
categories: [6],
tags: [
861,
11574,
5239,
2700,
1766,
1590,
8046,
1112,
8058,
1786,
2930,
8122,
11575,
5966,
5339,
2688,
1034,
1063,
3206,
1582,
11576,
906,
705,
1782,
1036,
5341,
11577,
5342,
8078
],
),
"lock_person": SymbolsMetadata(
popularity: 1269,
codepoint: 0xf8f3,
categories: [6],
tags: [
861,
5335,
565,
5239,
5241,
1769,
11578,
225,
581,
978,
1112,
1786,
980,
5966,
2688,
589,
1034,
1063,
590,
3206,
1582,
1065,
3209,
705,
11579,
1782,
1036,
1583,
888,
601
],
),
"lock_reset": SymbolsMetadata(
popularity: 2200,
codepoint: 0xeade,
categories: [6],
tags: [
861,
460,
77,
5239,
5241,
193,
5326,
4260,
1590,
3463,
1112,
8058,
3052,
3464,
1786,
1056,
980,
757,
5966,
5339,
1034,
1063,
3206,
1582,
8253,
760,
761,
2462,
5872,
6770,
470,
471,
705,
6279,
1782,
1036,
473,
5342
],
),
"login": SymbolsMetadata(
popularity: 21049,
codepoint: 0xea77,
categories: [2],
tags: [
861,
565,
1669,
501,
77,
5239,
5241,
566,
193,
2719,
485,
1106,
7546,
1590,
977,
581,
3123,
978,
3048,
1344,
2207,
4824,
980,
982,
289,
589,
920,
1034,
590,
2640,
410,
1782,
898,
987,
11580,
888,
1552,
141,
601,
1348,
333,
1186
],
rtlAutoMirrored: true,
),
"logo_dev": SymbolsMetadata(
popularity: 526,
codepoint: 0xead6,
categories: [6],
tags: [
1669,
501,
4680,
1374,
929,
569,
1102,
2228,
576,
519,
7623,
9584,
485,
11581,
11582,
1313,
1104,
44,
978,
259,
2493,
1166,
523,
1664,
1123,
509,
10397,
31,
1297,
65,
333,
1186
],
),
"logout": SymbolsMetadata(
popularity: 45613,
codepoint: 0xe9ba,
categories: [2],
tags: [
861,
565,
1669,
501,
77,
11583,
901,
5239,
11515,
2719,
485,
4950,
11584,
1212,
11585,
1344,
2963,
87,
4824,
11586,
980,
5626,
1059,
11560,
590,
432,
906,
410,
1036,
7223,
8290,
11587,
1552,
433,
1093,
141,
601,
1348,
333,
1186
],
rtlAutoMirrored: true,
),
"looks": SymbolsMetadata(
popularity: 558,
codepoint: 0xe3fc,
categories: [1],
tags: [
2553,
193,
135,
8383,
8404,
7522,
11588,
2659,
1757,
437,
8405,
3657,
8410,
11589,
6522,
2340,
11590,
2342,
11591,
11592,
6101,
11593,
1127,
11594,
8406,
8408,
2172,
8409,
396,
4339
],
),
"looks_3": SymbolsMetadata(
popularity: 1092,
codepoint: 0xe3fb,
categories: [1],
tags: [
75,
1467,
1753,
80,
3604,
81,
7,
83,
1198,
1080,
68,
1082,
792,
88,
6522,
506,
11595,
22,
23,
70,
10601,
586,
11596,
795,
1200,
94,
71,
95,
433,
6166,
31,
551
],
),
"looks_4": SymbolsMetadata(
popularity: 685,
codepoint: 0xe3fd,
categories: [1],
tags: [
631,
481,
11597,
80,
485,
7,
11598,
1164,
225,
11599,
381,
137,
138,
1344,
6522,
11600,
21,
11601,
22,
149,
11602,
26,
392,
433,
31,
141,
1348,
36
],
),
"looks_5": SymbolsMetadata(
popularity: 513,
codepoint: 0xe3fe,
categories: [1],
tags: [
676,
4812,
7,
2334,
2351,
5828,
316,
317,
8579,
11603,
1757,
1111,
5508,
2337,
1549,
1115,
6359,
11604,
2338,
6522,
2340,
11605,
22,
8411,
2344,
3524,
1745,
1126,
8585,
8587,
11606,
433,
1629,
31,
396,
2348
],
),
"looks_6": SymbolsMetadata(
popularity: 385,
codepoint: 0xe3ff,
categories: [1],
tags: [
687,
3,
2678,
281,
1701,
684,
7,
11607,
11608,
3518,
3519,
10324,
11609,
1139,
1367,
1623,
6522,
1166,
22,
242,
358,
716,
63,
795,
203,
11610,
3524,
3525,
1696,
362,
433,
857,
245,
31
],
),
"looks_one": SymbolsMetadata(
popularity: 2637,
codepoint: 0xe400,
categories: [1],
tags: [
72,
2204,
6,
80,
169,
7,
6653,
1916,
6521,
3177,
6522,
11611,
793,
6557,
11612,
22,
149,
23,
178,
8836,
329,
11613,
11614,
11615,
795,
3590,
3815,
433,
2138,
31,
1263,
6280,
3530
],
),
"looks_two": SymbolsMetadata(
popularity: 1254,
codepoint: 0xe401,
categories: [1],
tags: [
74,
7,
3055,
5810,
7522,
8405,
8410,
1115,
6522,
22,
5510,
11616,
11617,
2342,
4336,
4052,
11618,
11594,
8406,
8408,
433,
31,
394,
396,
4339,
476,
2087
],
),
"loupe": SymbolsMetadata(
popularity: 742,
codepoint: 0xe402,
categories: [1],
tags: [
231,
745,
6208,
193,
145,
2334,
2351,
316,
1828,
317,
1757,
1109,
4646,
1111,
5430,
2337,
87,
1549,
1115,
2339,
1116,
1117,
2340,
325,
887,
239,
11619,
2344,
3420,
1126,
2346,
31,
511,
3396,
2348
],
),
"low_density": SymbolsMetadata(
popularity: 11,
codepoint: 0xf79b,
categories: [1],
tags: [
1467,
2405,
754,
2882,
6979,
6965,
8,
11620,
2251,
1105,
11621,
11622,
382,
3606,
385,
1959,
1471,
11623,
1741,
851,
63,
5936,
2232,
410,
706,
1339,
298,
4661,
709,
11624,
11625,
433,
9763,
396
],
),
"low_priority": SymbolsMetadata(
popularity: 1192,
codepoint: 0xe16d,
categories: [12],
tags: [
76,
77,
10950,
2936,
2196,
11626,
11627,
11628,
11629,
2269,
1644,
11630,
87,
88,
1961,
11631,
11632,
719,
11633,
1031,
1758,
11634,
11635,
91,
11596,
1718,
795,
11636,
2281,
8732,
10279,
11637,
11638
],
),
"lowercase": SymbolsMetadata(
popularity: 1,
codepoint: 0xf48a,
categories: [12],
tags: [
1174,
4,
5,
811,
12,
16,
10980,
31,
33,
11639,
11640,
35,
7726
],
),
"loyalty": SymbolsMetadata(
popularity: 3024,
codepoint: 0xe89a,
categories: [9],
tags: [
3,
3514,
11641,
11642,
3515,
6651,
930,
10518,
936,
10591,
6653,
4528,
8597,
4053,
9195,
4520,
5378,
1030,
5382,
8526,
851,
11643,
716,
5027,
3523,
1122,
63,
1289,
3525,
3649,
3224,
857,
2645,
182,
332,
1929,
36,
5381
],
),
"lte_mobiledata": SymbolsMetadata(
popularity: 257,
codepoint: 0xf02c,
categories: [4],
tags: [
861,
4,
1423,
517,
518,
251,
5,
1272,
284,
81,
12,
522,
51,
259,
52,
15,
16,
792,
610,
262,
266,
267,
523,
273,
275,
291,
649,
31,
65,
276,
33,
35,
338,
277,
278
],
),
"lte_mobiledata_badge": SymbolsMetadata(
popularity: 5,
codepoint: 0xf7d9,
categories: [4],
tags: [
4,
281,
517,
251,
252,
5,
283,
284,
254,
285,
81,
12,
2235,
11644,
51,
259,
5246,
16,
610,
262,
263,
265,
267,
652,
273,
290,
275,
291,
649,
31,
65,
276,
33,
35,
277,
278
],
),
"lte_plus_mobiledata": SymbolsMetadata(
popularity: 173,
codepoint: 0xf02d,
categories: [4],
tags: [
231,
4,
1250,
5,
403,
283,
284,
81,
12,
138,
51,
259,
15,
16,
610,
262,
267,
239,
63,
898,
273,
275,
291,
649,
31,
33,
35,
277,
278
],
),
"lte_plus_mobiledata_badge": SymbolsMetadata(
popularity: 2,
codepoint: 0xf7d8,
categories: [4],
tags: [
231,
4,
281,
250,
251,
5,
283,
284,
254,
81,
256,
7092,
287,
10087,
12,
10085,
51,
259,
5246,
16,
610,
11645,
262,
263,
265,
267,
269,
271,
239,
1528,
273,
275,
291,
524,
31,
65,
612,
33,
35,
277,
278
],
),
"luggage": SymbolsMetadata(
popularity: 1972,
codepoint: 0xf235,
categories: [16],
tags: [
1981,
3662,
2042,
4927,
482,
3666,
5425,
11646,
11647,
1918,
4060,
4646,
1966,
2751,
1633,
2051,
468,
1061,
5383,
11648,
432,
433,
4501,
3327,
900,
332,
3677,
11649,
11650,
1929,
11651,
1969,
11652
],
),
"lunch_dining": SymbolsMetadata(
popularity: 4038,
codepoint: 0xea61,
categories: [16],
tags: [
1423,
3713,
11653,
3714,
3715,
7290,
4844,
3720,
11654,
11655,
4845,
4134,
11656,
4228,
3721,
4848,
11657,
11658,
8553,
2367,
2995,
2945,
4234,
4849,
4135,
11659,
3723,
11660,
3727,
11661,
652,
4853,
4854,
11662
],
),
"lyrics": SymbolsMetadata(
popularity: 673,
codepoint: 0xec0b,
categories: [0],
tags: [
1268,
568,
570,
572,
573,
11663,
1589,
2456,
3070,
1480,
1112,
5247,
1471,
11664,
583,
1714,
8130,
8131,
1481,
1597,
6372,
2169,
2888,
4451,
3076,
11665,
11666,
3067,
1293,
594,
33,
2249,
2260,
2158,
11667,
9670,
6645,
1486,
11668
],
rtlAutoMirrored: true,
),
"macro_auto": SymbolsMetadata(
popularity: 24,
codepoint: 0xf6f2,
categories: [1],
tags: [
1174,
2222,
2436,
3372,
2133,
40,
1784,
685,
345,
3604,
2799,
6890,
1108,
3836,
1785,
49,
11669,
4899,
642,
355,
358,
151,
71,
140,
511
],
),
"macro_off": SymbolsMetadata(
popularity: 284,
codepoint: 0xf8d2,
categories: [1],
tags: [
40,
10139,
120,
193,
11670,
1753,
2618,
11671,
1162,
1300,
868,
6619,
11672,
1055,
11673,
8783,
11674,
6890,
7428,
3836,
49,
6099,
11675,
11669,
11676,
11677,
1059,
1060,
1061,
11678,
8816,
1067,
11679,
6854,
9965,
4344,
11680
],
),
"magnification_large": SymbolsMetadata(
popularity: 39,
codepoint: 0xf83d,
categories: [2],
tags: [
193,
2455,
345,
43,
1162,
2334,
2351,
914,
316,
317,
1109,
4646,
5508,
2868,
2337,
1948,
1115,
2339,
1116,
1117,
2340,
2232,
391,
2835,
1126,
511,
3396,
396,
4612,
2348,
8296,
3065
],
),
"magnification_small": SymbolsMetadata(
popularity: 42,
codepoint: 0xf83c,
categories: [2],
tags: [
501,
193,
2455,
1753,
2882,
2955,
1589,
2165,
4646,
49,
1344,
53,
11681,
87,
1116,
1117,
2340,
1255,
70,
11682,
6255,
1126,
71,
2920,
1964,
5638,
509,
8539,
1789,
396,
2348,
3065
],
),
"magnify_docked": SymbolsMetadata(
popularity: 20,
codepoint: 0xf7d6,
categories: [4],
tags: [
231,
745,
11350,
1423,
193,
345,
2955,
2334,
8,
4173,
11683,
1164,
316,
317,
4646,
138,
5829,
2337,
2207,
87,
1549,
1115,
11684,
1116,
2340,
325,
11685,
887,
239,
410,
1126,
1473,
31,
511,
3396,
396,
476,
1187,
2348
],
),
"magnify_fullscreen": SymbolsMetadata(
popularity: 21,
codepoint: 0xf7d5,
categories: [4],
tags: [
231,
745,
502,
193,
345,
2350,
8,
4173,
1589,
2351,
914,
2230,
1704,
3048,
235,
53,
2339,
11684,
1116,
2355,
887,
2356,
239,
3106,
391,
410,
1126,
433,
396,
11686,
476,
1187,
2348
],
),
"mail": SymbolsMetadata(
popularity: 66310,
codepoint: 0xe158,
categories: [7],
tags: [
283,
6195,
975,
976,
2295,
5190,
44,
11687,
2298,
811,
3252,
2300,
2916,
138,
2301,
2424,
259,
15,
16,
2303,
583,
11688,
2604,
523,
289,
1597,
2308,
432,
2310,
31,
4605,
2609
],
),
"mail_lock": SymbolsMetadata(
popularity: 755,
codepoint: 0xec0a,
categories: [7],
tags: [
861,
11689,
283,
1769,
11690,
2295,
2298,
11691,
8043,
3252,
2300,
16,
1786,
1056,
11692,
2303,
583,
5966,
5339,
1034,
1063,
10713,
11693,
1582,
1065,
1066,
705,
11694,
1782,
11695,
1036,
11548,
2310
],
),
"mail_off": SymbolsMetadata(
popularity: 35,
codepoint: 0xf48b,
categories: [7],
tags: [
11696,
11697,
11698,
11699,
11700,
1162,
11701,
11702,
868,
11703,
2298,
11704,
1055,
3252,
11705,
11706,
11707,
11708,
16,
11709,
2303,
11710,
11711,
11712,
583,
11713,
11714,
1059,
11715,
1060,
1061,
11716,
11717,
2310,
1067,
11718,
11719
],
),
"male": SymbolsMetadata(
popularity: 1986,
codepoint: 0xe58e,
categories: [3],
tags: [
565,
566,
8423,
690,
11720,
4677,
193,
225,
11721,
1806,
11722,
977,
11723,
581,
1562,
978,
1812,
981,
1566,
589,
1045,
590,
1048,
986,
11724,
888,
11725,
593,
31,
601,
990
],
),
"man": SymbolsMetadata(
popularity: 2550,
codepoint: 0xe4eb,
categories: [3],
tags: [
565,
566,
690,
4677,
5,
225,
1806,
137,
977,
581,
138,
978,
979,
980,
1812,
981,
982,
11726,
289,
588,
589,
590,
3480,
390,
986,
888,
593,
31,
601,
6292,
991
],
),
"man_2": SymbolsMetadata(
popularity: 457,
codepoint: 0xf8e1,
categories: [3],
tags: [
565,
566,
3081,
4677,
974,
975,
6314,
1806,
977,
581,
979,
980,
1812,
981,
1044,
588,
589,
1045,
11727,
590,
3083,
71,
986,
11728,
593,
31,
601,
6292,
6317,
11729,
991,
1049
],
),
"man_3": SymbolsMetadata(
popularity: 257,
codepoint: 0xf8e2,
categories: [3],
tags: [
480,
565,
566,
4677,
193,
975,
225,
1806,
1548,
977,
581,
138,
978,
979,
980,
1812,
981,
982,
289,
589,
590,
392,
986,
2643,
888,
593,
31,
601
],
),
"man_4": SymbolsMetadata(
popularity: 388,
codepoint: 0xf8e3,
categories: [3],
tags: [
480,
565,
972,
1040,
566,
4677,
574,
975,
225,
1806,
977,
581,
978,
979,
980,
1812,
981,
982,
588,
589,
1045,
590,
1048,
986,
888,
593,
31,
601,
990,
991
],
),
"manage_accounts": SymbolsMetadata(
popularity: 16271,
codepoint: 0xf02e,
categories: [6],
tags: [
861,
973,
1765,
566,
974,
1751,
193,
345,
3604,
81,
145,
680,
577,
225,
1785,
579,
581,
978,
979,
68,
2085,
582,
70,
588,
1787,
589,
921,
590,
1036,
652,
71,
597,
601,
602
],
),
"manage_history": SymbolsMetadata(
popularity: 2399,
codepoint: 0xebe7,
categories: [6],
tags: [
1765,
501,
1467,
77,
2454,
2940,
1751,
5565,
462,
1159,
1784,
345,
1160,
145,
4822,
489,
1785,
2084,
88,
4824,
1029,
70,
91,
586,
2812,
1167,
5027,
453,
760,
2462,
2842,
3524,
5741,
470,
1168,
94,
71,
1171,
2476,
1095,
473
],
),
"manage_search": SymbolsMetadata(
popularity: 8270,
codepoint: 0xf02f,
categories: [2],
tags: [
1765,
6416,
345,
2334,
316,
83,
317,
11730,
1109,
2084,
1344,
53,
1549,
1117,
2340,
2085,
70,
92,
921,
2344,
2345,
1126,
11731,
11732,
11733,
71,
1093,
33,
511,
3396
],
rtlAutoMirrored: true,
),
"manga": SymbolsMetadata(
popularity: 26,
codepoint: 0xf5e3,
categories: [3],
tags: [
341,
6148,
1602,
3410,
6151,
5601,
6153,
6154,
6155,
628,
781,
11734,
2509,
137,
11735,
6156,
384,
11736,
11737,
3415,
11738,
406,
11739,
289,
3419,
1743,
3090,
2888,
432,
11740,
1485,
433,
4464
],
),
"manufacturing": SymbolsMetadata(
popularity: 1346,
codepoint: 0xe726,
categories: [6],
tags: [
5363,
5763,
11741,
2133,
1374,
11742,
1784,
8114,
685,
1498,
7623,
2799,
8479,
3854,
6460,
1785,
3437,
4930,
4897,
5332,
1738,
4898,
11743,
5768,
11744,
7971,
4899,
70,
1835,
1090,
2377,
11745,
681,
6466,
11746,
4900,
71,
1093
],
),
"map": SymbolsMetadata(
popularity: 13337,
codepoint: 0xe55b,
categories: [5],
tags: [
1514,
9868,
8696,
2565,
9866,
4509,
312,
313,
2408,
2334,
315,
316,
318,
321,
2834,
1633,
323,
324,
1541,
174,
325,
326,
327,
1392,
329,
1149,
1636,
1226,
1637,
1153,
2158,
332,
334
],
),
"map_search": SymbolsMetadata(
popularity: 113,
codepoint: 0xf3ca,
categories: [5],
tags: [
1514,
312,
313,
2334,
316,
83,
317,
11747,
11748,
4124,
318,
1109,
11749,
321,
1549,
323,
1115,
1116,
1117,
2340,
324,
11750,
1541,
174,
1550,
325,
326,
327,
1392,
2200,
1636,
1126,
4315,
1127,
1226,
1095,
332
],
),
"maps_ugc": SymbolsMetadata(
popularity: 1968,
codepoint: 0xef58,
categories: [5],
tags: [
231,
745,
8048,
568,
8696,
572,
573,
11751,
1325,
81,
312,
11752,
313,
1480,
1350,
318,
323,
6207,
324,
1388,
1540,
1541,
174,
583,
325,
887,
326,
1551,
327,
239,
328,
329,
1529,
594,
3142,
31,
332,
11753,
527,
11754
],
),
"margin": SymbolsMetadata(
popularity: 237,
codepoint: 0xe9bb,
categories: [12],
tags: [
1747,
9390,
2160,
1132,
4600,
482,
2455,
2882,
485,
1589,
1105,
606,
914,
370,
235,
2224,
385,
87,
1471,
4597,
17,
70,
9493,
2169,
150,
703,
71,
298,
709,
433,
33,
11755
],
),
"mark_as_unread": SymbolsMetadata(
popularity: 1113,
codepoint: 0xe9bc,
categories: [7],
tags: [
1360,
11756,
1361,
281,
1701,
570,
193,
462,
283,
1754,
2298,
3517,
3252,
1139,
1367,
51,
16,
2303,
1166,
583,
887,
616,
2606,
328,
1352,
2307,
3401,
2308,
330,
2310,
273,
331,
291,
31,
2609,
2448
],
),
"mark_chat_read": SymbolsMetadata(
popularity: 748,
codepoint: 0xf18b,
categories: [7],
tags: [
1671,
568,
570,
2740,
11757,
1673,
3200,
2095,
11758,
572,
573,
283,
6195,
463,
11759,
2701,
1476,
11760,
2335,
11761,
11762,
2298,
11763,
2301,
2303,
9634,
1166,
11764,
11765,
583,
11688,
1676,
3401,
11766,
362,
7535,
1260,
594,
1485,
1678,
1584,
1681
],
),
"mark_chat_unread": SymbolsMetadata(
popularity: 1634,
codepoint: 0xf189,
categories: [7],
tags: [
1359,
1360,
4862,
568,
570,
2740,
193,
572,
573,
283,
1476,
7232,
2744,
7233,
1754,
1797,
51,
1622,
1166,
11767,
583,
2604,
616,
1259,
1368,
10713,
1370,
593,
594,
1485,
291,
1296,
4872,
2609,
11768,
2611
],
),
"mark_email_read": SymbolsMetadata(
popularity: 2560,
codepoint: 0xf18c,
categories: [7],
tags: [
2674,
1671,
2143,
482,
1673,
3200,
283,
463,
4504,
2295,
11769,
2296,
1589,
2335,
2298,
3252,
2300,
2301,
15,
16,
2303,
1166,
11770,
583,
1481,
616,
1676,
11771,
1597,
3401,
2309,
11772,
362,
2310,
7535,
245,
1678,
2694,
1584,
1681
],
),
"mark_email_unread": SymbolsMetadata(
popularity: 3045,
codepoint: 0xf18a,
categories: [7],
tags: [
1360,
1673,
193,
283,
975,
2295,
1754,
2298,
3252,
2300,
138,
2301,
2868,
15,
16,
2303,
1166,
583,
887,
1481,
616,
2310,
291,
31,
907,
2609
],
),
"mark_unread_chat_alt": SymbolsMetadata(
popularity: 1355,
codepoint: 0xeb9d,
categories: [7],
tags: [
1359,
1360,
568,
11773,
570,
193,
572,
573,
283,
1476,
2295,
1477,
1754,
2300,
137,
2301,
51,
87,
2303,
1166,
583,
2604,
616,
1259,
1368,
2606,
328,
1370,
392,
594,
1485,
291,
4868,
2609,
1409
],
),
"markdown": SymbolsMetadata(
popularity: 45,
codepoint: 0xf552,
categories: [12],
tags: [
4,
6000,
502,
5,
1102,
2228,
628,
1603,
1104,
1589,
2165,
147,
12,
2166,
548,
259,
4784,
5247,
6007,
16,
9448,
6008,
10516,
1481,
1123,
1353,
955,
31,
6807,
33,
2186,
35,
333,
1486
],
),
"markdown_copy": SymbolsMetadata(
popularity: 25,
codepoint: 0xf553,
categories: [12],
tags: [
4,
3080,
5,
6418,
1102,
2228,
628,
1733,
1325,
6343,
81,
1313,
1104,
1588,
1589,
9383,
3681,
2165,
147,
2586,
12,
2166,
68,
16,
8666,
11774,
9448,
6008,
10516,
2468,
5608,
1123,
6010,
3076,
737,
31,
6807,
33,
2186,
35,
1486
],
),
"markdown_paste": SymbolsMetadata(
popularity: 10,
codepoint: 0xf554,
categories: [12],
tags: [
748,
745,
4,
501,
504,
5,
3111,
1102,
2228,
1103,
519,
628,
1733,
6343,
81,
44,
1588,
1589,
1252,
680,
1164,
147,
1690,
12,
1108,
137,
1327,
1344,
16,
6008,
10516,
2468,
1119,
5608,
11775,
1122,
509,
31,
6807,
33,
2186,
35,
141,
1348
],
),
"markunread_mailbox": SymbolsMetadata(
popularity: 821,
codepoint: 0xe89b,
categories: [7],
tags: [
1360,
482,
283,
3133,
2045,
3252,
2300,
4510,
2301,
11776,
51,
15,
16,
2303,
2305,
1166,
174,
11777,
583,
887,
2604,
616,
2606,
1352,
11509,
2307,
11778,
2308,
2309,
432,
2310,
273,
11779,
31,
11780,
2609
],
),
"masked_transitions": SymbolsMetadata(
popularity: 108,
codepoint: 0xe72e,
categories: [1],
tags: [
341,
1131,
1132,
1133,
193,
1101,
1524,
6343,
8,
7083,
1252,
680,
487,
346,
83,
348,
381,
137,
2918,
2154,
6139,
11781,
406,
354,
2765,
852,
2897,
410,
362,
71,
392,
1719,
4330,
11782,
37,
476,
1187
],
),
"masked_transitions_add": SymbolsMetadata(
popularity: 16,
codepoint: 0xf42b,
categories: [1],
tags: [
231,
480,
745,
11783,
193,
1101,
1324,
2254,
2313,
1325,
485,
1252,
680,
2165,
487,
2198,
346,
83,
381,
137,
1327,
8824,
1082,
6139,
11781,
1330,
354,
2468,
887,
1453,
5405,
2765,
239,
240,
71,
5503,
1719,
6166,
31,
4330,
11782,
37,
476
],
),
"masks": SymbolsMetadata(
popularity: 1608,
codepoint: 0xf218,
categories: [3],
tags: [
837,
1849,
11784,
2150,
692,
2388,
577,
11785,
697,
698,
892,
1772,
3550,
2390,
5404,
6139,
6140,
894,
11786,
11787,
11788,
701,
1892,
5838,
1582,
702,
11789,
11790,
705,
6517,
2395,
593,
2275,
11791,
11792,
2398
],
),
"match_case": SymbolsMetadata(
popularity: 134,
codepoint: 0xf6f1,
categories: [12],
tags: [
1174,
11793,
9424,
4,
11794,
11795,
11796,
11255,
11797,
5,
403,
3782,
11798,
83,
199,
317,
11799,
12,
11259,
16,
10980,
11800,
70,
2343,
1126,
71,
6452,
31,
33,
8879,
11639,
11640,
35,
7726
],
),
"match_case_off": SymbolsMetadata(
popularity: 16,
codepoint: 0xf36f,
categories: [12],
tags: [
1174,
9424,
4,
11801,
8804,
6504,
11255,
5,
403,
685,
345,
1300,
868,
1252,
1055,
83,
317,
12,
1222,
16,
10980,
1059,
1060,
1061,
355,
1126,
151,
1067,
8732,
2415,
31,
33,
11639,
11640,
413,
35,
338,
7726,
1486
],
),
"match_word": SymbolsMetadata(
popularity: 26,
codepoint: 0xf6f0,
categories: [12],
tags: [
1174,
4,
7247,
8804,
5,
403,
3733,
104,
4465,
1589,
680,
317,
12,
11802,
1111,
5247,
4455,
16,
3415,
5830,
2888,
1126,
11803,
31,
7252,
33,
7255,
35,
3680,
338,
6643,
6645,
1486
],
),
"matter": SymbolsMetadata(
popularity: 512,
codepoint: 0xe907,
categories: [8],
tags: [
10797,
2484,
4296,
929,
4191,
2719,
1073,
11804,
284,
1498,
9642,
288,
2198,
2488,
382,
10304,
10378,
10381,
4155,
1084,
4216,
7085,
10799,
267,
586,
4299,
3377,
4201,
955,
9130,
31,
1093,
65,
11805,
278
],
),
"maximize": SymbolsMetadata(
popularity: 1919,
codepoint: 0xe930,
categories: [2],
tags: [
748,
1669,
501,
502,
482,
2719,
519,
345,
2350,
485,
8,
1164,
2351,
914,
1335,
5826,
1704,
235,
1344,
87,
2355,
2930,
2968,
1122,
432,
2232,
391,
410,
392,
1552,
298,
433,
1093,
141,
1348,
37,
396,
333,
1186,
1187,
2348
],
),
"measuring_tape": SymbolsMetadata(
popularity: 43,
codepoint: 0xf6af,
categories: [6],
tags: [
2331,
1497,
2795,
690,
929,
6226,
1498,
3096,
377,
9,
2799,
11806,
2885,
383,
11807,
4859,
2977,
2946,
226,
17,
11808,
18,
492,
1677,
8851,
1517,
2284,
391,
298,
10279,
11809,
511,
397
],
),
"media_bluetooth_off": SymbolsMetadata(
popularity: 142,
codepoint: 0xf031,
categories: [4],
tags: [
1268,
4296,
283,
1073,
284,
3287,
254,
1235,
81,
288,
7183,
2955,
868,
2731,
1055,
87,
1314,
406,
1714,
267,
1481,
1059,
1060,
1061,
4298,
11810,
4299,
1529,
273,
2027,
1067,
8724,
31,
65,
11811,
526,
11812,
278,
2028
],
),
"media_bluetooth_on": SymbolsMetadata(
popularity: 244,
codepoint: 0xf032,
categories: [4],
tags: [
749,
1268,
4296,
283,
519,
1073,
1074,
284,
254,
288,
868,
2549,
1055,
1314,
406,
262,
1714,
267,
1481,
1059,
1061,
523,
4307,
4298,
4299,
271,
3194,
273,
1067,
1293,
4270,
291,
31,
65,
9021,
278
],
),
"media_link": SymbolsMetadata(
popularity: 108,
codepoint: 0xf83f,
categories: [0],
tags: [
77,
1323,
2483,
482,
1179,
11813,
2955,
1702,
914,
2958,
3008,
903,
1525,
11814,
87,
1314,
406,
325,
2964,
2965,
3010,
11815,
7550,
2967,
11816,
2968,
3257,
2521,
2969,
2851,
5194,
433,
1531,
37,
6868,
1186,
1187
],
),
"media_output": SymbolsMetadata(
popularity: 59,
codepoint: 0xf4f2,
categories: [11],
tags: [
2553,
1268,
7745,
482,
4297,
2030,
2031,
1073,
284,
288,
8,
7729,
7739,
2549,
2033,
7742,
7062,
1301,
4433,
406,
11817,
11818,
5465,
630,
1714,
11819,
2521,
1427,
5191,
410,
11820,
11821,
11822,
1293,
1294,
3369,
454,
411,
1093,
412,
2039,
37,
11823,
7756,
278
],
),
"media_output_off": SymbolsMetadata(
popularity: 22,
codepoint: 0xf4f3,
categories: [11],
tags: [
2553,
1268,
3404,
11824,
11825,
1051,
482,
11826,
288,
1162,
11827,
11828,
11829,
868,
2731,
7729,
7739,
2549,
1055,
7742,
7062,
1222,
1301,
4433,
352,
11830,
11831,
1714,
1303,
1059,
1060,
1061,
11832,
11833,
1304,
1067,
1293,
11834,
11835,
1294,
11836,
11837,
3369,
11838,
11839,
1093,
8042,
1068,
37,
10149,
11840
],
),
"mediation": SymbolsMetadata(
popularity: 854,
codepoint: 0xefa7,
categories: [9],
tags: [
2451,
10049,
77,
502,
6369,
11841,
1523,
193,
571,
283,
11842,
1074,
284,
7413,
313,
1105,
579,
10880,
1314,
5498,
11843,
10129,
267,
1088,
7700,
3450,
28,
906,
2533,
2473,
597,
3972,
6224,
6050,
4633
],
),
"medical_information": SymbolsMetadata(
popularity: 2524,
codepoint: 0xebed,
categories: [3],
tags: [
281,
930,
373,
2386,
1235,
81,
145,
1589,
147,
2153,
697,
11844,
4276,
892,
2084,
1772,
138,
3123,
3693,
2012,
68,
894,
11845,
11846,
4293,
1776,
4295,
11847,
11848,
5894,
240,
1779,
1428,
878,
31
],
),
"medical_mask": SymbolsMetadata(
popularity: 10,
codepoint: 0xf80a,
categories: [3],
tags: [
1897,
810,
6513,
4207,
692,
2388,
1770,
577,
697,
892,
1772,
3550,
2390,
11849,
6139,
6140,
894,
1776,
5893,
701,
11850,
11851,
5838,
1582,
11852,
11853,
11790,
705,
2395,
11854,
11855,
11856,
2398
],
),
"medical_services": SymbolsMetadata(
popularity: 3432,
codepoint: 0xf109,
categories: [5],
tags: [
864,
865,
3662,
1515,
3155,
2386,
1235,
1770,
11857,
2438,
1916,
2440,
697,
2441,
9885,
892,
11858,
1772,
10416,
5891,
894,
11859,
11860,
11861,
11862,
9888,
1776,
1777,
239,
2444,
878,
5398,
3513
],
),
"medication": SymbolsMetadata(
popularity: 2766,
codepoint: 0xf033,
categories: [3],
tags: [
11863,
1770,
5227,
11864,
2438,
697,
892,
7040,
11865,
1772,
894,
7043,
11866,
1775,
11867,
1776,
11868,
9133,
1777,
11869,
11870,
11871,
1778,
1779,
525,
5398,
11872,
11873,
3513
],
),
"medication_liquid": SymbolsMetadata(
popularity: 1076,
codepoint: 0xea87,
categories: [3],
tags: [
231,
1767,
1333,
11874,
7671,
1770,
11875,
2903,
5227,
4194,
1109,
697,
892,
1772,
2390,
4198,
11876,
894,
1775,
11877,
1776,
6708,
1777,
1779,
10212,
4201,
2395,
4854,
11878,
5398,
7317,
9136
],
),
"meeting_room": SymbolsMetadata(
popularity: 3341,
codepoint: 0xeb4f,
categories: [9],
tags: [
861,
11879,
929,
569,
4260,
571,
283,
5117,
4950,
7544,
7546,
1212,
5793,
579,
1140,
1500,
2753,
5121,
11880,
1391,
2930,
588,
2570,
2470,
1955,
823,
433,
597,
553,
1519
],
),
"memory": SymbolsMetadata(
popularity: 3839,
codepoint: 0xe322,
categories: [11],
tags: [
861,
930,
4936,
5764,
3959,
519,
284,
81,
288,
44,
2549,
1110,
68,
7132,
1471,
2811,
11881,
4738,
11882,
758,
5770,
11883,
432,
11884,
433,
1698,
1093,
140,
65
],
),
"memory_alt": SymbolsMetadata(
popularity: 85,
codepoint: 0xf7a3,
categories: [11],
tags: [
5726,
930,
4936,
5764,
3959,
519,
11885,
1310,
81,
11886,
288,
44,
2549,
11887,
1110,
11888,
68,
2811,
11889,
11881,
5769,
4738,
758,
5770,
11883,
11884,
2738,
1698,
1093,
65
],
),
"menstrual_health": SymbolsMetadata(
popularity: 92,
codepoint: 0xf6e1,
categories: [15],
tags: [
1399,
4286,
690,
2080,
753,
11890,
11891,
1805,
10069,
8635,
2884,
1548,
10071,
11892,
697,
11893,
4399,
3550,
894,
11894,
11895,
10073,
289,
8638,
3508,
11896,
11897,
11898,
8639,
11899,
1339,
1095,
3513,
4731,
10081
],
),
"menu": SymbolsMetadata(
popularity: 138265,
codepoint: 0xe5d2,
categories: [2],
tags: [
11900,
1669,
8982,
501,
11901,
517,
8547,
912,
2719,
345,
913,
914,
11388,
2945,
916,
1344,
10898,
1082,
87,
1471,
88,
11902,
506,
237,
8301,
325,
11390,
70,
410,
71,
922,
2949,
1552,
1719,
11903,
3629,
2290,
141,
1348,
333,
1186
],
),
"menu_book": SymbolsMetadata(
popularity: 14865,
codepoint: 0xea19,
categories: [12],
tags: [
3109,
3410,
628,
5034,
4465,
3720,
1589,
3112,
4462,
2367,
7248,
2834,
68,
5568,
3413,
3414,
1345,
11904,
3415,
3723,
506,
6084,
1595,
3418,
3419,
3090,
2888,
179,
1428,
3727,
2755,
4463,
3116
],
rtlAutoMirrored: true,
),
"menu_open": SymbolsMetadata(
popularity: 9560,
codepoint: 0xe9bd,
categories: [2],
tags: [
1669,
501,
77,
2454,
11905,
8547,
2838,
1209,
8983,
912,
2719,
145,
2283,
914,
903,
2945,
915,
2918,
1344,
86,
2207,
87,
1471,
88,
506,
11906,
237,
325,
2930,
8989,
70,
919,
906,
410,
71,
2016,
922,
2949,
1552,
97,
413,
141,
1348,
333,
1186
],
rtlAutoMirrored: true,
),
"merge": SymbolsMetadata(
popularity: 955,
codepoint: 0xeb98,
categories: [11],
tags: [
77,
502,
1072,
11907,
1102,
1324,
11908,
1073,
5077,
5080,
81,
1104,
313,
2408,
11909,
1077,
6189,
1078,
2578,
1328,
1314,
1541,
1330,
325,
267,
1634,
1090,
1636,
898,
6192,
6224,
1638,
11910,
5082,
4633,
6193
],
),
"merge_type": SymbolsMetadata(
popularity: 489,
codepoint: 0xe252,
categories: [12],
tags: [
77,
502,
2992,
1324,
11911,
11912,
10858,
11913,
1073,
284,
7168,
81,
375,
313,
1077,
2995,
370,
1328,
11914,
9296,
1471,
1314,
11915,
1330,
11916,
6118,
11917,
11918,
586,
851,
1090,
3450,
955,
33,
35,
476,
3003
],
rtlAutoMirrored: true,
),
"metabolism": SymbolsMetadata(
popularity: 35,
codepoint: 0xe10b,
categories: [3],
tags: [
2525,
1422,
3567,
460,
77,
502,
925,
8611,
690,
11919,
251,
373,
4190,
81,
375,
3703,
2885,
1078,
697,
892,
581,
3463,
3052,
3464,
894,
1776,
11920,
4404,
2375,
589,
5392,
1090,
2462,
470,
4201,
1093,
11921,
473,
3752
],
),
"metro": SymbolsMetadata(
popularity: 14,
codepoint: 0xf474,
categories: [14],
tags: [
11922,
4,
2565,
4922,
284,
312,
313,
1633,
15,
87,
323,
324,
174,
4379,
1634,
326,
2515,
2054,
2055,
7356,
4381,
11923,
1636,
1168,
3180,
3562,
1226,
4385,
4386,
1988,
1639,
332,
7357,
1507
],
),
"mfg_nest_yale_lock": SymbolsMetadata(
popularity: 285,
codepoint: 0xf11d,
categories: [10],
tags: [
861,
5335,
193,
4260,
288,
4950,
2854,
1693,
1110,
2492,
8058,
1786,
8067,
1056,
757,
11924,
1143,
5966,
8415,
5339,
1034,
11925,
11926,
1582,
1065,
1066,
330,
1035,
3208,
3209,
705,
11927,
10931,
3210,
1036,
11928,
11929,
11930
],
),
"mic": SymbolsMetadata(
popularity: 13666,
codepoint: 0xe029,
categories: [0],
tags: [
1268,
11931,
11932,
7758,
8658,
570,
283,
11933,
1273,
1278,
1279,
1111,
1113,
2306,
1284,
11934,
1285,
11935,
439,
1286,
453,
1290,
440,
11936,
1293,
11937,
11938,
11939,
4865,
1294,
594,
1296,
1298,
11940,
11941,
11942
],
),
"mic_alert": SymbolsMetadata(
popularity: 39,
codepoint: 0xf392,
categories: [0],
tags: [
3125,
1360,
1361,
1268,
691,
193,
283,
1365,
1273,
2732,
1366,
4713,
1480,
1278,
1279,
3479,
1367,
51,
1111,
2734,
1113,
87,
4542,
1166,
1284,
1285,
1286,
616,
2737,
453,
1290,
440,
392,
1293,
1294,
1295,
291,
8011,
31,
1728,
1465,
9670,
1298,
206
],
),
"mic_double": SymbolsMetadata(
popularity: 56,
codepoint: 0xf5d1,
categories: [0],
tags: [
1268,
1332,
283,
1753,
288,
1273,
3055,
1278,
1279,
138,
1111,
4859,
1113,
3813,
406,
1284,
1285,
11943,
2468,
1286,
70,
289,
4052,
876,
453,
1290,
440,
71,
392,
1339,
1293,
1294,
1295,
31,
65,
394,
1298
],
),
"mic_external_off": SymbolsMetadata(
popularity: 154,
codepoint: 0xef59,
categories: [1],
tags: [
1268,
7735,
7758,
3284,
193,
283,
1162,
868,
1055,
2732,
2958,
11944,
406,
1284,
1285,
1302,
5970,
6445,
1059,
1061,
440,
432,
1067,
1293,
7755,
11938,
594,
4176,
65,
1298,
554,
206
],
),
"mic_external_on": SymbolsMetadata(
popularity: 832,
codepoint: 0xef5a,
categories: [1],
tags: [
749,
1268,
731,
193,
283,
5117,
1074,
11945,
868,
1055,
46,
2958,
11946,
1111,
10121,
87,
1282,
406,
5121,
1284,
1285,
1059,
1061,
6708,
9614,
440,
1067,
1293,
11938,
4865,
411,
11947,
1296,
1298
],
),
"mic_off": SymbolsMetadata(
popularity: 2469,
codepoint: 0xe02b,
categories: [0],
tags: [
1268,
11948,
10200,
2069,
1423,
11949,
283,
1162,
868,
1055,
1278,
1279,
11950,
11951,
1284,
11952,
11953,
1285,
11954,
11955,
11956,
1302,
11957,
2106,
1286,
1059,
1061,
1034,
2108,
453,
440,
11958,
11959,
1036,
10112,
1067,
1293,
2111,
11960,
11961,
1298,
11962,
11963,
11964
],
),
"microbiology": SymbolsMetadata(
popularity: 48,
codepoint: 0xe10c,
categories: [3],
tags: [
1422,
2385,
4188,
690,
1250,
303,
314,
2388,
3112,
7215,
4193,
316,
697,
892,
581,
10223,
2391,
10663,
4859,
11965,
4197,
3414,
11684,
1116,
894,
2392,
11966,
4199,
5510,
2342,
8851,
3420,
4201,
5994,
3116,
65,
396,
2398,
10666,
2348
],
),
"microwave": SymbolsMetadata(
popularity: 569,
codepoint: 0xf204,
categories: [8],
tags: [
1867,
1100,
1753,
3861,
4226,
4227,
5280,
3884,
4950,
11967,
3702,
1886,
2367,
3036,
1856,
1140,
1500,
4234,
1738,
3723,
11968,
3724,
919,
3023,
3122,
432,
11969,
433,
3849
],
),
"microwave_gen": SymbolsMetadata(
popularity: 398,
codepoint: 0xe847,
categories: [8],
tags: [
1867,
1100,
1752,
4226,
4227,
4693,
3884,
4950,
3702,
1886,
2367,
4230,
1856,
1140,
1902,
3038,
11970,
1500,
4214,
4234,
7386,
11971,
1738,
3723,
11968,
1143,
3724,
11972,
432,
11969,
11973,
433,
1171,
1172,
3849,
1187
],
),
"military_tech": SymbolsMetadata(
popularity: 5126,
codepoint: 0xea3f,
categories: [3],
tags: [
11974,
3,
11975,
11976,
3514,
281,
1161,
3974,
3518,
3203,
404,
3692,
11977,
11978,
3522,
3694,
9587,
11979,
91,
716,
11980,
3523,
63,
6535,
795,
3525,
3526,
11981,
857,
291,
245,
31,
1297,
65,
3528,
1584,
11982,
11983,
3529,
3530
],
),
"mimo": SymbolsMetadata(
popularity: 69,
codepoint: 0xe9be,
categories: [11],
tags: [
626,
480,
281,
481,
4680,
4733,
40,
1711,
810,
3959,
2830,
1161,
485,
288,
868,
8,
606,
1164,
3517,
1055,
904,
1693,
137,
11984,
1110,
7390,
10304,
978,
2493,
1166,
1283,
1284,
11985,
1403,
647,
4738,
630,
1059,
1061,
3377,
328,
852,
392,
1339,
1067,
1294,
955,
31,
3380,
1801
],
),
"mimo_disconnect": SymbolsMetadata(
popularity: 48,
codepoint: 0xe9bf,
categories: [11],
tags: [
626,
2125,
3284,
40,
1208,
1711,
1101,
283,
284,
1235,
81,
288,
1162,
868,
3288,
8,
1055,
2135,
2732,
2733,
1693,
11984,
1110,
7390,
259,
1471,
1314,
7177,
1283,
1284,
11985,
630,
267,
6335,
1059,
1060,
1061,
4268,
3221,
2074,
273,
1067,
1294,
1226,
1801,
1068,
277,
278
],
),
"mindfulness": SymbolsMetadata(
popularity: 269,
codepoint: 0xf6e0,
categories: [15],
tags: [
1361,
925,
690,
1897,
1884,
4097,
308,
11986,
345,
11,
2884,
1757,
697,
2369,
11987,
9199,
9200,
6047,
11988,
9201,
4113,
11989,
1925,
1968,
11990,
11991,
5209,
9207,
11992,
11993,
3513,
11994,
11995
],
),
"minimize": SymbolsMetadata(
popularity: 4203,
codepoint: 0xe931,
categories: [2],
tags: [
748,
1669,
501,
1423,
1332,
2196,
504,
1209,
912,
6056,
2719,
2455,
345,
485,
2832,
1164,
4708,
1212,
2918,
699,
1622,
1344,
1959,
87,
2895,
5936,
1224,
410,
392,
2920,
1339,
1552,
5638,
1956,
1093,
141,
1348,
333,
1186,
1187
],
),
"minor_crash": SymbolsMetadata(
popularity: 784,
codepoint: 0xebf1,
categories: [5],
tags: [
3425,
1360,
1361,
2436,
1818,
1820,
1821,
691,
5264,
3700,
1365,
2408,
2438,
2732,
1366,
4713,
4432,
1367,
2734,
1541,
616,
328,
2737,
2054,
4435,
1036,
1639,
1728,
2448,
1844,
206
],
),
"mintmark": SymbolsMetadata(
popularity: 80,
codepoint: 0xefa9,
categories: [9],
tags: [
77,
502,
4687,
927,
11996,
928,
1415,
1658,
6718,
930,
931,
1686,
932,
934,
936,
937,
2955,
313,
938,
939,
11997,
964,
3302,
941,
942,
11998,
11999,
6704,
12000,
1693,
946,
12001,
1389,
12002,
12003,
6720,
948,
523,
950,
951,
12004,
3305,
652,
5221,
31,
4948,
12005,
958
],
),
"missed_video_call": SymbolsMetadata(
popularity: 217,
codepoint: 0xe073,
categories: [0],
tags: [
807,
1360,
77,
1270,
40,
6330,
570,
283,
5117,
975,
12006,
1162,
12007,
5095,
346,
5130,
1110,
2084,
49,
4824,
5121,
583,
5089,
353,
439,
616,
523,
271,
62,
453,
762,
12008,
1406,
1068,
37,
5127,
434,
3638
],
rtlAutoMirrored: true,
),
"missing_controller": SymbolsMetadata(
popularity: 32,
codepoint: 0xe701,
categories: [11],
tags: [
1360,
11352,
12009,
345,
6423,
12010,
288,
2731,
12011,
2549,
2732,
5095,
5403,
10117,
6425,
1110,
2734,
6426,
1549,
7110,
12012,
7178,
5970,
12013,
4310,
2737,
4788,
2066,
31,
65,
4895,
1068,
6429,
206,
278
],
),
"mist": SymbolsMetadata(
popularity: 38,
codepoint: 0xe188,
categories: [3],
tags: [
1882,
1883,
12014,
12015,
12016,
840,
1686,
6979,
4318,
1853,
5287,
2886,
6917,
4334,
12017,
6499,
9189,
5876,
5302,
12018,
7791,
7364,
10827,
5959,
858,
7214,
859,
10097
],
),
"mitre": SymbolsMetadata(
popularity: 62,
codepoint: 0xf547,
categories: [9],
tags: [
480,
2160,
1071,
500,
1497,
373,
284,
1498,
2830,
12019,
12020,
81,
485,
43,
12021,
375,
606,
680,
1164,
1077,
488,
9149,
381,
1078,
137,
1081,
9157,
1328,
9296,
226,
1086,
328,
2343,
1581,
1582,
12022,
1036,
1152,
392,
644,
12023,
2728,
746,
31,
140,
1095,
1728,
1409
],
),
"mixture_med": SymbolsMetadata(
popularity: 21,
codepoint: 0xe4c8,
categories: [3],
tags: [
1422,
10206,
12024,
4187,
4224,
12025,
4191,
1324,
12026,
12027,
1333,
5227,
12028,
4193,
4194,
9127,
12029,
697,
10223,
12030,
6670,
4197,
4198,
894,
1776,
8149,
12031,
1777,
9134,
3420,
12032,
4201,
5544,
4202,
12033,
8315,
9136
],
),
"mms": SymbolsMetadata(
popularity: 418,
codepoint: 0xe618,
categories: [7],
tags: [
2483,
568,
570,
572,
573,
1476,
5597,
1589,
2300,
1480,
147,
49,
12034,
1605,
15,
2303,
583,
4945,
12035,
1606,
1607,
439,
12036,
57,
12037,
59,
62,
12038,
2308,
2310,
1260,
594,
1485,
4867,
4868
],
),
"mobile_hand": SymbolsMetadata(
popularity: 63,
codepoint: 0xf323,
categories: [11],
tags: [
1246,
1247,
862,
748,
1270,
2540,
570,
283,
345,
288,
44,
868,
1886,
1055,
1798,
2550,
2708,
7629,
7636,
2710,
2083,
1110,
2491,
4931,
581,
1253,
1111,
1622,
262,
325,
1059,
1060,
1061,
589,
271,
1167,
2551,
1799,
410,
1067,
1708,
65,
33,
1801,
601
],
),
"mobile_hand_left": SymbolsMetadata(
popularity: 23,
codepoint: 0xf313,
categories: [11],
tags: [
1246,
1247,
862,
863,
748,
1270,
2540,
570,
283,
288,
868,
1886,
1164,
1055,
1548,
137,
7636,
2710,
2083,
1110,
4931,
1253,
1344,
2207,
87,
262,
492,
1059,
1060,
1061,
12039,
289,
271,
5123,
410,
392,
1067,
1708,
31,
65,
33,
1801,
3339,
601,
1465
],
),
"mobile_hand_left_off": SymbolsMetadata(
popularity: 2,
codepoint: 0xf312,
categories: [11],
tags: [
1246,
1247,
1051,
1270,
2540,
570,
345,
288,
44,
868,
1055,
2707,
2708,
2710,
2083,
1110,
1253,
1222,
1622,
2207,
9113,
262,
1057,
12040,
12041,
1059,
1060,
1061,
289,
3579,
271,
1065,
410,
1067,
1708,
2502,
525,
65,
33,
1068
],
),
"mobile_hand_off": SymbolsMetadata(
popularity: 3,
codepoint: 0xf314,
categories: [11],
tags: [
1246,
1247,
1270,
2540,
570,
283,
284,
254,
345,
81,
288,
44,
868,
2549,
1055,
3302,
2710,
12042,
12043,
2083,
1110,
1253,
259,
1314,
1029,
262,
267,
1059,
1060,
1061,
4298,
6895,
271,
12044,
4788,
1529,
2038,
1067,
1708,
764,
3467,
65,
33,
526,
278
],
),
"mobile_loupe": SymbolsMetadata(
popularity: 10,
codepoint: 0xf322,
categories: [11],
tags: [
231,
1246,
1247,
745,
501,
1270,
2540,
570,
193,
628,
81,
43,
145,
288,
44,
2334,
2351,
5828,
316,
317,
1757,
1109,
4646,
1110,
1253,
68,
5829,
2337,
1549,
1115,
2339,
1116,
12045,
1117,
262,
887,
271,
239,
1126,
1708,
31,
33,
396,
2348
],
),
"mobile_off": SymbolsMetadata(
popularity: 297,
codepoint: 0xe201,
categories: [11],
tags: [
1246,
1247,
861,
1994,
8723,
1250,
12046,
283,
1299,
2021,
288,
1162,
868,
2731,
4266,
1886,
1055,
1213,
2550,
1110,
1253,
87,
262,
12047,
1302,
267,
12048,
1059,
1061,
271,
12049,
2551,
1065,
273,
1304,
2110,
1067,
525,
65,
1068
],
),
"mobile_screen_share": SymbolsMetadata(
popularity: 353,
codepoint: 0xe0e7,
categories: [11],
tags: [
1246,
1247,
1669,
501,
77,
4297,
1250,
1073,
288,
313,
8,
1703,
1110,
1253,
5348,
5465,
262,
12050,
12051,
12052,
630,
1741,
271,
1517,
432,
906,
2548,
410,
5997,
5460,
2310,
1529,
11822,
1128,
454,
411,
525,
526,
2039,
278
],
rtlAutoMirrored: true,
),
"mobile_screensaver": SymbolsMetadata(
popularity: 17,
codepoint: 0xf321,
categories: [11],
tags: [
1246,
1247,
809,
1270,
2540,
570,
283,
288,
44,
8,
12053,
2549,
811,
2550,
3798,
1110,
1253,
49,
1605,
262,
630,
1606,
1607,
271,
57,
59,
62,
820,
2551,
9762,
432,
2548,
3960,
410,
12054,
1708,
65,
33
],
),
"mobile_sound_2": SymbolsMetadata(
popularity: 25,
codepoint: 0xf318,
categories: [11],
tags: [
78,
1268,
1423,
517,
283,
254,
345,
235,
51,
792,
4433,
12055,
406,
262,
439,
267,
271,
273,
1708,
1293,
649,
2290,
554,
1864,
277
],
),
"mobile_speaker": SymbolsMetadata(
popularity: 17,
codepoint: 0xf320,
categories: [11],
tags: [
1246,
1247,
1268,
1270,
2540,
570,
283,
288,
1886,
351,
1110,
1253,
138,
1471,
4542,
262,
1714,
1741,
271,
432,
2121,
273,
1708,
1293,
1294,
1295,
9594,
65,
33,
1709,
1298,
554,
1864
],
),
"mobiledata_off": SymbolsMetadata(
popularity: 457,
codepoint: 0xf034,
categories: [4],
tags: [
77,
251,
12056,
12057,
12058,
12059,
12060,
1235,
81,
12061,
12062,
621,
1162,
868,
12063,
2832,
1055,
259,
11707,
87,
262,
12064,
12065,
267,
12066,
2024,
269,
6443,
8039,
7605,
1059,
1060,
1061,
12067,
1067,
275,
1728,
1709,
277,
278
],
),
"mode_comment": SymbolsMetadata(
popularity: 2831,
codepoint: 0xe253,
categories: [7],
tags: [
4862,
568,
6149,
570,
2740,
5601,
572,
12068,
573,
283,
12069,
1476,
12070,
1477,
2743,
2744,
1480,
137,
138,
7235,
583,
642,
12071,
4947,
1167,
2470,
12072,
4865,
594,
1485,
31,
1296,
33,
4872,
1728
],
),
"mode_cool": SymbolsMetadata(
popularity: 565,
codepoint: 0xf166,
categories: [8],
tags: [
2222,
838,
1423,
7172,
12073,
840,
5277,
841,
345,
844,
2882,
464,
7173,
5202,
3891,
1140,
1857,
51,
87,
5288,
226,
17,
642,
1143,
391,
151,
856,
858,
2891,
2078,
859
],
),
"mode_cool_off": SymbolsMetadata(
popularity: 129,
codepoint: 0xf167,
categories: [8],
tags: [
838,
1867,
193,
840,
841,
345,
844,
845,
12074,
1425,
1162,
868,
1055,
5202,
12075,
1140,
1857,
850,
1222,
87,
642,
1143,
1059,
1060,
1061,
71,
1067,
856,
2631,
31,
858,
2078,
1068,
859,
860
],
),
"mode_dual": SymbolsMetadata(
popularity: 30,
codepoint: 0xf557,
categories: [10],
tags: [
837,
12076,
1467,
2739,
1848,
1850,
12077,
840,
844,
1712,
8,
2274,
3055,
12078,
12079,
10435,
5202,
1077,
3657,
1140,
10437,
385,
12080,
9095,
1143,
4052,
919,
386,
12081,
1151,
706,
6216,
7698,
2078,
12082,
7699,
12083,
396,
1863,
859,
1865,
1187
],
),
"mode_fan": SymbolsMetadata(
popularity: 1787,
codepoint: 0xf168,
categories: [8],
tags: [
837,
5309,
5880,
838,
1896,
1867,
1847,
1850,
1898,
840,
1885,
842,
345,
844,
845,
12084,
1853,
12085,
1887,
1857,
642,
1143,
8530,
12086,
151,
858,
1862,
10271,
1865
],
),
"mode_fan_off": SymbolsMetadata(
popularity: 341,
codepoint: 0xec17,
categories: [8],
tags: [
837,
5880,
2939,
1867,
4223,
193,
840,
1753,
844,
845,
1300,
868,
3890,
1055,
1887,
4214,
1222,
1471,
4898,
642,
1143,
12087,
1059,
1061,
3707,
8530,
3220,
3466,
71,
1067,
1226,
31,
413,
1862,
859
],
),
"mode_heat": SymbolsMetadata(
popularity: 1062,
codepoint: 0xf16a,
categories: [8],
tags: [
1747,
7981,
12088,
840,
5277,
12089,
1885,
345,
1164,
3703,
5201,
5202,
7982,
3036,
1856,
10270,
1140,
3038,
1857,
138,
8354,
642,
1143,
3707,
151,
31,
858,
10745,
2078,
7983,
3044,
859
],
),
"mode_heat_cool": SymbolsMetadata(
popularity: 267,
codepoint: 0xf16b,
categories: [8],
tags: [
837,
838,
840,
5277,
12090,
2879,
345,
844,
12091,
845,
12092,
1852,
5202,
1077,
1108,
3036,
12093,
1856,
12094,
12095,
1140,
1857,
12096,
51,
642,
1143,
7985,
151,
856,
1093,
858,
12097,
12098,
2078,
859,
12099
],
),
"mode_heat_off": SymbolsMetadata(
popularity: 143,
codepoint: 0xf16d,
categories: [8],
tags: [
838,
12100,
840,
12101,
841,
845,
2618,
868,
1055,
5202,
2886,
12102,
12103,
12104,
1140,
3038,
17,
9013,
1834,
1143,
2025,
1059,
1061,
9028,
12105,
1067,
855,
856,
12106,
12107,
2891,
2078,
12108,
8042,
1068,
859,
860
],
),
"mode_night": SymbolsMetadata(
popularity: 730,
codepoint: 0xf036,
categories: [8],
tags: [
1747,
2222,
3642,
4751,
345,
4117,
4104,
3654,
8,
4265,
138,
1344,
3646,
4108,
642,
4110,
4080,
410,
151,
1928,
2415,
31,
4752,
413,
907,
396,
3651,
476
],
),
"mode_of_travel": SymbolsMetadata(
popularity: 782,
codepoint: 0xe7ce,
categories: [5],
tags: [
77,
2436,
1818,
3434,
1820,
10557,
2044,
312,
313,
1688,
2047,
12109,
2049,
1633,
323,
324,
1541,
642,
468,
325,
12110,
1922,
326,
327,
1635,
1636,
5373,
1226,
1637,
900,
7349,
1639,
332,
1978,
1929,
1844,
7325
],
),
"mode_off_on": SymbolsMetadata(
popularity: 557,
codepoint: 0xf16f,
categories: [8],
tags: [
4346,
1747,
504,
193,
685,
345,
2618,
1300,
4348,
87,
642,
1059,
1061,
355,
3707,
921,
151,
1067,
4270,
2415,
413
],
),
"mode_standby": SymbolsMetadata(
popularity: 476,
codepoint: 0xf037,
categories: [4],
tags: [
504,
345,
12111,
288,
4265,
1886,
4043,
4044,
138,
12112,
1222,
1344,
642,
12113,
12114,
1223,
3707,
12115,
9028,
3194,
1928,
12116,
12117,
1226,
10463,
2415,
31,
1093,
12118,
1227,
413,
907
],
),
"model_training": SymbolsMetadata(
popularity: 2522,
codepoint: 0xf0cf,
categories: [6],
tags: [
2504,
7008,
1422,
77,
2506,
6045,
3822,
12119,
284,
12120,
12121,
12122,
1104,
44,
2508,
3825,
4196,
3463,
2479,
3414,
3646,
1314,
3052,
756,
3827,
6047,
12123,
491,
267,
12124,
3448,
758,
759,
760,
2462,
3683,
2842,
470,
4201,
1292,
1093,
65,
3042
],
),
"modeling": SymbolsMetadata(
popularity: 137,
codepoint: 0xf3aa,
categories: [2],
tags: [
478,
1497,
502,
2795,
1374,
12125,
12126,
1375,
1325,
485,
375,
12127,
3605,
606,
4904,
488,
1350,
382,
1471,
2989,
12128,
492,
386,
1677,
852,
389,
4435,
392,
495,
955,
10817,
3042,
11333,
10801
],
),
"money": SymbolsMetadata(
popularity: 1272,
codepoint: 0xe57d,
categories: [9],
tags: [
12129,
924,
927,
928,
960,
930,
931,
932,
934,
1417,
936,
937,
3230,
7,
962,
938,
964,
941,
942,
6748,
946,
948,
22,
523,
950,
951,
1421,
1665,
359,
970,
954,
1395,
31,
956,
36,
958,
3236
],
),
"money_bag": SymbolsMetadata(
popularity: 382,
codepoint: 0xf3ee,
categories: [9],
tags: [
2926,
959,
927,
960,
931,
934,
937,
12130,
8860,
939,
964,
941,
942,
967,
9929,
968,
946,
12131,
12132,
947,
12133,
948,
12134,
12135,
950,
951,
3304,
953,
970,
10322,
12136,
954,
12005,
36,
958
],
),
"money_off": SymbolsMetadata(
popularity: 1222,
codepoint: 0xe25c,
categories: [9],
tags: [
928,
1051,
930,
1659,
931,
12137,
193,
932,
934,
1417,
936,
1235,
937,
6590,
5937,
1162,
868,
12138,
938,
1055,
965,
1213,
6627,
967,
5187,
6826,
948,
12139,
12140,
1059,
1061,
523,
289,
12141,
950,
951,
1421,
6588,
1395,
1067,
31,
1068,
3708
],
),
"monitor": SymbolsMetadata(
popularity: 1090,
codepoint: 0xef5b,
categories: [11],
tags: [
1246,
1247,
2484,
1711,
283,
519,
1425,
81,
1712,
288,
8,
2549,
3359,
2550,
1110,
1140,
1253,
1713,
406,
630,
1391,
1741,
4310,
1427,
432,
410,
4176,
65,
412,
2039,
37,
7080,
333,
1187,
1519
],
),
"monitor_heart": SymbolsMetadata(
popularity: 4277,
codepoint: 0xeaa2,
categories: [3],
tags: [
12142,
4272,
3155,
519,
288,
7801,
7277,
8,
1770,
12143,
5387,
5388,
1886,
2885,
697,
7216,
4400,
3785,
3975,
892,
4520,
5391,
1772,
3979,
894,
4279,
630,
4295,
4282,
410,
65,
2158,
4285,
3513
],
),
"monitor_weight": SymbolsMetadata(
popularity: 873,
codepoint: 0xf039,
categories: [11],
tags: [
5538,
1422,
925,
690,
4142,
12144,
1750,
1673,
81,
288,
2365,
12145,
2885,
697,
12146,
12147,
226,
17,
894,
630,
4280,
6716,
8851,
759,
2888,
1428,
391,
1292,
12148,
2158,
3752,
3513
],
),
"monitor_weight_gain": SymbolsMetadata(
popularity: 14,
codepoint: 0xf6df,
categories: [15],
tags: [
231,
745,
1422,
77,
690,
373,
81,
288,
375,
2365,
8,
2884,
2885,
9929,
1078,
234,
697,
2084,
84,
51,
1426,
17,
894,
3494,
630,
887,
648,
239,
759,
453,
1428,
391,
1292,
746,
1095,
1429,
1709,
3752
],
),
"monitor_weight_loss": SymbolsMetadata(
popularity: 12,
codepoint: 0xf6de,
categories: [15],
tags: [
6208,
925,
690,
12144,
373,
81,
288,
2365,
12145,
8,
2884,
2885,
1078,
697,
3785,
68,
12149,
6826,
17,
1255,
630,
4280,
4404,
12150,
759,
453,
5936,
12151,
1224,
391,
410,
1292,
1261,
1095,
12152,
3752,
12153
],
),
"monitoring": SymbolsMetadata(
popularity: 18909,
codepoint: 0xf190,
categories: [9],
tags: [
1422,
1071,
1423,
517,
373,
81,
375,
1078,
234,
697,
5391,
235,
1081,
68,
1426,
226,
17,
894,
1086,
4280,
648,
759,
4282,
1428,
4283,
273,
746,
1095,
1429,
2823,
3354
],
rtlAutoMirrored: true,
),
"monochrome_photos": SymbolsMetadata(
popularity: 349,
codepoint: 0xe403,
categories: [1],
tags: [
1342,
6398,
8806,
40,
1197,
556,
680,
487,
83,
1343,
6401,
49,
1345,
406,
8809,
439,
12154,
92,
57,
1346,
59,
2155,
62,
5114,
433,
1719,
396,
476,
835
],
),
"monorail": SymbolsMetadata(
popularity: 8,
codepoint: 0xf473,
categories: [14],
tags: [
1818,
1820,
5748,
1821,
2565,
2044,
4922,
284,
313,
5331,
1165,
489,
2508,
522,
1633,
87,
7342,
1541,
647,
4380,
2054,
2055,
4381,
4382,
1636,
275,
4385,
2158,
4386,
4387,
1988,
900,
1639,
332,
4926,
1507,
1844,
8033
],
),
"mood": SymbolsMetadata(
popularity: 6617,
codepoint: 0xe7f2,
categories: [3],
tags: [
745,
5,
570,
6127,
193,
283,
1612,
1613,
6131,
1614,
6132,
1616,
577,
8013,
1617,
1618,
6134,
1619,
1620,
1327,
5516,
1623,
583,
1624,
289,
589,
1625,
2394,
330,
362,
1626,
8014,
1628,
593,
1629,
31,
182,
33
],
),
"mood_bad": SymbolsMetadata(
popularity: 2111,
codepoint: 0xe7f3,
categories: [3],
tags: [
566,
9161,
193,
462,
8439,
10257,
7716,
1612,
6131,
1614,
6132,
1616,
577,
8013,
1617,
8443,
12155,
1548,
138,
384,
1624,
4294,
589,
203,
12156,
12157,
593,
2502,
8454,
1629,
31,
12158,
8457,
12159,
12160,
12161,
12162,
8458
],
),
"moon_stars": SymbolsMetadata(
popularity: 39,
codepoint: 0xf34f,
categories: [3],
tags: [
4096,
4069,
504,
4098,
1751,
780,
840,
4102,
4117,
4757,
4248,
1164,
4105,
1548,
1140,
4108,
814,
642,
4110,
1143,
4080,
4111,
358,
2108,
1036,
151,
1339,
2002,
1928,
823,
4116,
2415,
4752,
2078,
1171,
413,
141,
859
],
),
"mop": SymbolsMetadata(
popularity: 1653,
codepoint: 0xe28d,
categories: [8],
tags: [
5846,
5860,
810,
1872,
12163,
10482,
3884,
5849,
2658,
3804,
4646,
12164,
4214,
5850,
3550,
12165,
5852,
3981,
12166,
5863,
1143,
4516,
5865,
3872,
5866,
652,
12167,
12168,
5857,
3879,
6948
],
),
"moped": SymbolsMetadata(
popularity: 85,
codepoint: 0xeb28,
categories: [14],
tags: [
1818,
4167,
1658,
1820,
1821,
934,
6951,
2045,
3720,
12169,
2047,
2048,
1165,
2367,
9113,
3427,
1541,
7936,
12170,
468,
91,
2053,
1665,
3122,
7312,
4183,
652,
4374,
1394,
1396,
900,
1639,
332,
4184,
1507,
1844,
4185
],
rtlAutoMirrored: true,
),
"more": SymbolsMetadata(
popularity: 1650,
codepoint: 0xe619,
categories: [6],
tags: [
75,
748,
3054,
2143,
1701,
504,
193,
628,
12171,
345,
145,
1105,
7093,
12172,
914,
1947,
3519,
138,
2224,
68,
52,
88,
506,
6032,
237,
325,
70,
9547,
4128,
2897,
1035,
1696,
12173,
71,
2691,
2791,
4495,
182,
12174,
551,
3971,
1465
],
rtlAutoMirrored: true,
),
"more_down": SymbolsMetadata(
popularity: 626,
codepoint: 0xf196,
categories: [2],
tags: [
4635,
3054,
77,
2404,
685,
12171,
345,
145,
313,
1105,
2832,
7093,
914,
51,
88,
506,
237,
325,
12175,
70,
9547,
919,
2862,
363,
71,
2016,
551,
1465
],
),
"more_horiz": SymbolsMetadata(
popularity: 19270,
codepoint: 0xe5d3,
categories: [2],
tags: [
75,
2837,
4635,
3054,
1669,
501,
2404,
2719,
9891,
345,
2839,
1105,
7093,
12172,
914,
1947,
12176,
12177,
699,
51,
1344,
2848,
88,
506,
7098,
237,
10740,
325,
70,
8828,
9547,
410,
1169,
2157,
71,
1552,
31,
551,
12178,
1789,
141,
1348,
333,
1186
],
),
"more_time": SymbolsMetadata(
popularity: 2211,
codepoint: 0xea5d,
categories: [6],
tags: [
231,
745,
12179,
1359,
1670,
2080,
10362,
193,
1159,
2081,
1160,
2099,
10,
12180,
12181,
5904,
12182,
3487,
237,
12183,
887,
3509,
239,
12184,
1370,
1168,
361,
2827,
31,
1171,
5908,
12185,
1172,
2828,
2087
],
),
"more_up": SymbolsMetadata(
popularity: 1024,
codepoint: 0xf197,
categories: [2],
tags: [
1641,
11900,
4635,
4664,
12186,
9891,
145,
12187,
7093,
914,
12188,
506,
237,
7099,
8301,
70,
9547,
7102,
71,
8830,
12189,
3971,
12190,
1709,
3030,
10902,
12191
],
),
"more_vert": SymbolsMetadata(
popularity: 31568,
codepoint: 0xe5d4,
categories: [2],
tags: [
75,
2837,
4635,
4664,
1307,
1669,
501,
2719,
9891,
1753,
12192,
2839,
1105,
12193,
7093,
12172,
10596,
8985,
12188,
12194,
1344,
10599,
8790,
506,
237,
12195,
8301,
8828,
9547,
7102,
12196,
410,
71,
1552,
2951,
12197,
551,
141,
1348,
12198,
1465,
10902,
333,
1186
],
),
"mosque": SymbolsMetadata(
popularity: 593,
codepoint: 0xeab2,
categories: [5],
tags: [
1497,
929,
12199,
5791,
5794,
5203,
12200,
12201,
12202,
12203,
12204,
12205,
3320,
12206,
12207,
12208,
12209,
12210,
2954,
12211,
5796,
12212,
5207,
5797,
5800,
5209,
955,
5802,
3327,
332,
5215
],
),
"motion_blur": SymbolsMetadata(
popularity: 295,
codepoint: 0xf0d0,
categories: [1],
tags: [
4317,
40,
5805,
5190,
1274,
487,
1165,
216,
83,
1757,
12213,
916,
49,
6099,
87,
642,
353,
12214,
12215,
468,
4323,
1742,
57,
3623,
59,
62,
275,
12216,
4827,
12217,
364,
4340
],
),
"motion_mode": SymbolsMetadata(
popularity: 36,
codepoint: 0xf842,
categories: [1],
tags: [
748,
341,
4317,
40,
42,
344,
345,
1274,
216,
12218,
1077,
437,
138,
49,
51,
406,
642,
353,
468,
354,
57,
59,
62,
408,
759,
440,
2523,
94,
151,
291,
4981,
454,
2476,
37,
476
],
),
"motion_photos_auto": SymbolsMetadata(
popularity: 454,
codepoint: 0xf03a,
categories: [1],
tags: [
3442,
12219,
4,
341,
2436,
12220,
3372,
40,
42,
5,
5805,
193,
12221,
556,
1754,
12222,
216,
12,
8693,
1344,
16,
1471,
1282,
12223,
12224,
353,
12225,
9853,
439,
355,
59,
2155,
2521,
440,
71,
12226,
31,
65,
33,
35,
37
],
),
"motion_photos_off": SymbolsMetadata(
popularity: 262,
codepoint: 0xe9c0,
categories: [1],
tags: [
341,
481,
1208,
193,
12227,
7326,
2618,
2021,
1300,
12228,
868,
1055,
1213,
12229,
12223,
12230,
353,
12231,
12232,
12233,
9853,
3295,
12234,
12235,
12236,
1059,
1061,
2155,
2379,
1067,
1226,
37
],
),
"motion_photos_on": SymbolsMetadata(
popularity: 71,
codepoint: 0xe9c1,
categories: [1],
tags: [
749,
341,
40,
42,
193,
628,
44,
868,
4348,
1055,
216,
346,
1108,
49,
1282,
406,
353,
468,
354,
885,
439,
1059,
1061,
57,
59,
2155,
62,
2521,
408,
453,
440,
151,
1067,
65,
37,
476
],
),
"motion_photos_paused": SymbolsMetadata(
popularity: 341,
codepoint: 0xe9c2,
categories: [1],
tags: [
748,
341,
504,
40,
42,
193,
345,
348,
12237,
3399,
138,
1622,
12223,
12238,
406,
352,
5259,
353,
12239,
12231,
1223,
10111,
59,
2155,
408,
3454,
5263,
12240,
1226,
31,
37,
444
],
),
"motion_play": SymbolsMetadata(
popularity: 39,
codepoint: 0xf40b,
categories: [1],
tags: [
231,
4346,
745,
12241,
341,
77,
1268,
2204,
504,
193,
1103,
902,
345,
1107,
1077,
903,
6362,
2868,
2961,
406,
353,
1758,
354,
439,
1714,
2521,
3400,
408,
239,
1121,
1125,
1293,
2138,
454,
31,
1728,
37
],
),
"motion_sensor_active": SymbolsMetadata(
popularity: 239,
codepoint: 0xe792,
categories: [10],
tags: [
2114,
749,
1359,
1360,
1131,
2133,
690,
5507,
7109,
288,
1886,
225,
348,
1140,
581,
138,
4280,
353,
8400,
468,
1143,
1061,
289,
589,
8650,
1036,
64,
888,
1906,
5138,
31,
65,
2158,
1095,
206,
1155
],
),
"motion_sensor_alert": SymbolsMetadata(
popularity: 129,
codepoint: 0xe784,
categories: [10],
tags: [
3125,
1359,
1360,
6812,
1361,
691,
1365,
5507,
12242,
7109,
2732,
1366,
4713,
348,
3479,
1140,
5131,
1367,
12243,
1166,
4280,
353,
12244,
12245,
468,
1143,
616,
705,
1036,
2826,
64,
12246,
273,
5138,
31,
2158,
1095,
1728,
206,
8169
],
),
"motion_sensor_idle": SymbolsMetadata(
popularity: 93,
codepoint: 0xe783,
categories: [10],
tags: [
1359,
1360,
1074,
5507,
288,
868,
1055,
348,
1140,
3191,
12112,
11295,
51,
4280,
353,
8400,
468,
1143,
267,
12234,
1059,
1060,
1061,
12247,
432,
1036,
64,
273,
1067,
1906,
12116,
4270,
5263,
5138,
1093,
65,
2158,
1095,
1864,
278
],
),
"motion_sensor_urgent": SymbolsMetadata(
popularity: 128,
codepoint: 0xe78e,
categories: [10],
tags: [
3125,
2525,
1359,
1360,
1361,
2133,
691,
1365,
5507,
288,
2438,
2732,
1366,
3935,
1110,
3479,
1140,
138,
1367,
51,
10743,
1166,
4280,
353,
8400,
468,
1143,
1183,
616,
1036,
64,
273,
1906,
5138,
31,
1093,
65,
4438,
2158,
1095,
1728,
2448,
206
],
),
"motorcycle": SymbolsMetadata(
popularity: 856,
codepoint: 0xe91b,
categories: [14],
tags: [
3660,
1818,
4165,
4167,
12248,
1820,
1821,
7340,
6951,
2045,
313,
5331,
3810,
7935,
1633,
1541,
875,
12249,
12170,
468,
2054,
12250,
3324,
1635,
4183,
1927,
275,
30,
1637,
900,
1639,
332,
7313,
1507,
1844,
2059
],
),
"mountain_flag": SymbolsMetadata(
popularity: 270,
codepoint: 0xf5e2,
categories: [3],
tags: [
11974,
3,
3660,
12251,
312,
2283,
4510,
318,
7852,
13,
2509,
5181,
3320,
1605,
323,
174,
1606,
12252,
1834,
325,
4061,
5182,
1392,
12253,
245,
12254,
1227,
3327,
4827,
332,
9328
],
),
"mouse": SymbolsMetadata(
popularity: 2493,
codepoint: 0xe323,
categories: [11],
tags: [
748,
1793,
519,
1310,
345,
1796,
1712,
288,
44,
1110,
1111,
1622,
3705,
814,
2990,
325,
492,
289,
4310,
1167,
12255,
3057,
362,
392,
1339,
65,
12256,
12257,
278
],
),
"mouse_lock": SymbolsMetadata(
popularity: 6,
codepoint: 0xf490,
categories: [11],
tags: [
5335,
481,
1051,
42,
12258,
1793,
519,
5807,
12259,
345,
1796,
288,
1213,
1110,
12260,
1960,
1786,
12261,
1056,
2990,
12262,
5339,
1167,
12263,
12264,
5838,
1034,
1063,
1582,
12265,
1065,
2379,
705,
1782,
1036,
278
],
),
"mouse_lock_off": SymbolsMetadata(
popularity: 7,
codepoint: 0xf48f,
categories: [11],
tags: [
861,
9815,
1793,
519,
345,
1796,
1712,
288,
1300,
868,
1055,
3810,
1110,
138,
1111,
2786,
1344,
1786,
1056,
2990,
468,
1059,
1061,
355,
5339,
4310,
1167,
1034,
1063,
1582,
3297,
1065,
705,
410,
1782,
1036,
151,
1067,
4270,
31,
413,
5341,
601,
278
],
),
"move": SymbolsMetadata(
popularity: 31,
codepoint: 0xe740,
categories: [5],
tags: [
460,
77,
502,
690,
345,
1235,
1796,
312,
313,
12266,
2408,
4645,
12267,
2353,
382,
4646,
697,
581,
756,
323,
1541,
4136,
875,
1758,
325,
588,
589,
326,
327,
2208,
240,
2200,
4676,
760,
761,
2934,
2281,
3005,
906,
470,
3440,
95,
1226,
511,
526,
1639,
12268
],
),
"move_down": SymbolsMetadata(
popularity: 1482,
codepoint: 0xeb61,
categories: [2],
tags: [
748,
77,
10950,
12269,
1332,
504,
1103,
345,
313,
2832,
1650,
4708,
904,
51,
1344,
6671,
87,
1758,
7466,
468,
12270,
325,
1167,
2887,
2856,
10963,
392,
1339,
31,
526,
907
],
),
"move_group": SymbolsMetadata(
popularity: 84,
codepoint: 0xf715,
categories: [2],
tags: [
77,
481,
12271,
1733,
81,
2283,
2590,
4645,
2903,
3681,
12272,
1164,
1212,
1703,
579,
12273,
6200,
86,
2963,
5625,
12274,
1758,
12275,
12276,
492,
92,
1741,
4676,
2934,
2281,
1707,
363,
6233,
4495,
12277,
1720,
98,
1187,
1229
],
),
"move_item": SymbolsMetadata(
popularity: 161,
codepoint: 0xf1ff,
categories: [2],
tags: [
1747,
77,
502,
481,
193,
628,
313,
1105,
4645,
2903,
1164,
1212,
7636,
4646,
916,
1376,
2963,
1471,
88,
5626,
506,
1652,
1758,
325,
91,
92,
6708,
1742,
329,
4676,
2281,
3005,
6233,
95
],
rtlAutoMirrored: true,
),
"move_location": SymbolsMetadata(
popularity: 39,
codepoint: 0xe741,
categories: [5],
tags: [
1514,
77,
502,
690,
12278,
2045,
312,
313,
2408,
2985,
903,
4124,
318,
321,
697,
581,
1633,
323,
3427,
324,
1541,
1758,
12279,
325,
2356,
588,
589,
326,
327,
1167,
329,
2934,
906,
1636,
6233,
1226,
1227,
526,
900,
332,
1929
],
rtlAutoMirrored: true,
),
"move_selection_down": SymbolsMetadata(
popularity: 6,
codepoint: 0xf714,
categories: [2],
tags: [
748,
1747,
77,
12280,
345,
2405,
754,
313,
2832,
2590,
1252,
1164,
12281,
51,
1376,
12282,
88,
5637,
12283,
1758,
7466,
325,
329,
4676,
2281,
3005,
1646,
12284,
362,
363,
12285,
6233,
95,
8732
],
),
"move_selection_left": SymbolsMetadata(
popularity: 24,
codepoint: 0xf713,
categories: [2],
tags: [
12286,
2222,
77,
1332,
345,
1796,
2405,
754,
313,
4645,
1252,
1164,
381,
137,
51,
1344,
2207,
3586,
87,
1758,
2855,
325,
1167,
2862,
329,
4676,
362,
363,
12287,
6233,
12288,
1339,
31,
1728
],
),
"move_selection_right": SymbolsMetadata(
popularity: 26,
codepoint: 0xf712,
categories: [2],
tags: [
1747,
2926,
77,
12289,
12290,
2405,
754,
313,
1252,
903,
12291,
12292,
2929,
1758,
7472,
325,
905,
7473,
329,
1121,
4676,
2934,
1707,
2856,
12293,
362,
12294,
363,
6233,
8044,
4495,
7477
],
),
"move_selection_up": SymbolsMetadata(
popularity: 13,
codepoint: 0xf711,
categories: [2],
tags: [
7640,
77,
3026,
2902,
12289,
2838,
2405,
754,
313,
2869,
1252,
3027,
12295,
12296,
2929,
12297,
12298,
12299,
12275,
2873,
93,
329,
12300,
12301,
4676,
2281,
12302,
362,
6233,
12303,
12304,
2922,
1728,
1709,
98
],
),
"move_to_inbox": SymbolsMetadata(
popularity: 1143,
codepoint: 0xe168,
categories: [7],
tags: [
2143,
77,
482,
283,
1333,
313,
2832,
2298,
2423,
3252,
2810,
2153,
903,
2301,
2302,
10774,
16,
2303,
12305,
583,
4946,
1758,
12306,
586,
327,
2942,
3401,
2308,
2309,
2934,
2310,
95,
1698,
526,
2609
],
),
"move_up": SymbolsMetadata(
popularity: 1610,
codepoint: 0xeb64,
categories: [2],
tags: [
77,
12269,
3026,
313,
3027,
2871,
235,
51,
6671,
87,
1758,
2874,
325,
328,
1167,
329,
6907,
2934,
2433,
2856,
6233,
1263,
526,
2935,
1709,
3030
],
),
"moved_location": SymbolsMetadata(
popularity: 43,
codepoint: 0xe594,
categories: [5],
tags: [
1514,
77,
12278,
312,
313,
12307,
321,
323,
324,
1541,
174,
12308,
12309,
12310,
12311,
325,
1542,
326,
1551,
327,
328,
4676,
2934,
12312,
12313,
12314,
2281,
3005,
12315,
12316,
12317,
1226,
12318
],
),
"movie": SymbolsMetadata(
popularity: 6325,
codepoint: 0xe02c,
categories: [0],
tags: [
42,
344,
1603,
44,
1688,
1252,
781,
147,
346,
406,
354,
12319,
439,
2521,
12320,
12321,
408,
453,
440,
2523,
12322,
1698,
37,
5173,
563,
12323,
396,
2087
],
),
"movie_edit": SymbolsMetadata(
popularity: 83,
codepoint: 0xf840,
categories: [0],
tags: [
4954,
5161,
40,
344,
193,
1524,
1586,
1325,
4524,
1252,
680,
781,
346,
12324,
5141,
1785,
1111,
53,
406,
354,
3364,
439,
4530,
2638,
681,
12325,
440,
432,
2523,
5898,
5156,
12322,
12326,
11947,
11809,
65,
37,
5902
],
),
"movie_info": SymbolsMetadata(
popularity: 31,
codepoint: 0xe02d,
categories: [0],
tags: [
5605,
344,
81,
7048,
145,
12327,
781,
9249,
346,
12328,
12329,
5098,
293,
12330,
68,
12331,
406,
148,
354,
12332,
12333,
2523,
410,
2016,
3093,
12334,
740,
2039,
7080,
2087
],
),
"movie_off": SymbolsMetadata(
popularity: 5,
codepoint: 0xf499,
categories: [0],
tags: [
40,
344,
12335,
1162,
868,
12336,
1055,
781,
346,
12328,
87,
406,
407,
354,
12337,
12338,
1302,
12339,
12340,
1059,
1061,
432,
392,
1067,
12341,
12322,
4344,
37,
12342,
10150,
12343,
12344
],
),
"moving": SymbolsMetadata(
popularity: 1212,
codepoint: 0xe501,
categories: [5],
tags: [
748,
749,
2525,
12345,
12346,
12241,
77,
1751,
3546,
313,
1274,
12347,
7705,
903,
12348,
3684,
353,
1758,
468,
885,
12349,
325,
12350,
885,
12351,
759,
5570,
2934,
6233,
3019,
4330,
900,
332,
1709
],
rtlAutoMirrored: true,
),
"moving_beds": SymbolsMetadata(
popularity: 12,
codepoint: 0xe73d,
categories: [3],
tags: [
1467,
77,
502,
1912,
4068,
12352,
690,
2386,
2045,
313,
2985,
903,
4072,
697,
892,
1140,
1772,
1500,
581,
385,
3427,
894,
1758,
885,
325,
2356,
4295,
588,
589,
2208,
12353,
2934,
3005,
1504,
906,
1955,
6233,
4374,
1944,
526,
900,
12354
],
),
"moving_ministry": SymbolsMetadata(
popularity: 34,
codepoint: 0xe73e,
categories: [5],
tags: [
77,
502,
1332,
929,
2386,
313,
2985,
225,
12355,
903,
8428,
697,
1772,
581,
979,
12356,
1633,
981,
885,
325,
1391,
178,
2356,
1634,
7358,
588,
589,
12357,
12358,
906,
1125,
888,
12359,
1339,
3590,
12360,
12361,
332,
3819,
8323,
4731
],
rtlAutoMirrored: true,
),
"mp": SymbolsMetadata(
popularity: 137,
codepoint: 0xe9c3,
categories: [1],
tags: [
2222,
4,
1268,
7745,
504,
5,
345,
1425,
12,
137,
138,
49,
1344,
16,
792,
1961,
406,
54,
56,
439,
1714,
1302,
70,
1741,
57,
59,
25,
409,
63,
2108,
28,
71,
2110,
1293,
1294,
31,
33,
413,
35,
2210,
1298,
554
],
),
"multicooker": SymbolsMetadata(
popularity: 283,
codepoint: 0xe293,
categories: [8],
tags: [
1867,
4226,
4227,
12362,
288,
3884,
3702,
12363,
1886,
2367,
4230,
4646,
3036,
1140,
1500,
4214,
4234,
7386,
11971,
7744,
1738,
3723,
12364,
1143,
6492,
12365,
5722,
12366,
12367,
7389
],
),
"multiline_chart": SymbolsMetadata(
popularity: 460,
codepoint: 0xe6df,
categories: [9],
tags: [
1422,
1071,
503,
1423,
517,
569,
373,
11304,
81,
375,
1078,
12368,
382,
234,
1081,
68,
87,
3501,
226,
1086,
12369,
2468,
2245,
648,
2820,
759,
3510,
390,
746,
1095,
1429,
514,
398,
399
],
rtlAutoMirrored: true,
),
"multimodal_hand_eye": SymbolsMetadata(
popularity: 69,
codepoint: 0xf41b,
categories: [2],
tags: [
480,
1422,
10874,
2313,
284,
345,
81,
5810,
2707,
2708,
137,
2710,
2083,
1111,
2578,
1622,
1115,
12370,
1061,
11592,
390,
2897,
1127,
11594,
64,
2016,
2852,
6434,
1093,
65,
1801,
396,
3651,
4339
],
),
"multiple_airports": SymbolsMetadata(
popularity: 29,
codepoint: 0xefab,
categories: [5],
tags: [
837,
1910,
1981,
12371,
12372,
1911,
1074,
284,
312,
313,
2408,
1918,
6302,
1933,
319,
320,
1633,
1084,
323,
3427,
324,
1166,
174,
2468,
325,
267,
326,
327,
387,
851,
1636,
12373,
1553,
551,
900,
1639,
332,
1929,
394,
334
],
),
"multiple_stop": SymbolsMetadata(
popularity: 820,
codepoint: 0xf1b9,
categories: [5],
tags: [
748,
502,
1268,
504,
463,
345,
1753,
2405,
754,
2408,
1105,
12374,
2135,
6889,
2683,
2868,
11192,
2207,
1541,
406,
439,
2468,
12375,
1714,
325,
1223,
408,
3454,
409,
12376,
906,
12377,
433,
1226,
31,
6616,
37
],
),
"museum": SymbolsMetadata(
popularity: 911,
codepoint: 0xea36,
categories: [16],
tags: [
5477,
1497,
1602,
12378,
12379,
929,
1197,
933,
12380,
4540,
312,
12381,
3112,
2568,
10,
12382,
12383,
5179,
316,
1343,
12384,
2084,
12385,
3413,
3320,
3414,
6272,
2802,
4478,
12386,
952,
2570,
2571,
1127,
1394,
1396,
955,
6146,
3327,
332
],
),
"music_cast": SymbolsMetadata(
popularity: 134,
codepoint: 0xeb1a,
categories: [0],
tags: [
2029,
1268,
12387,
7745,
4296,
731,
4297,
2031,
283,
1073,
12388,
284,
288,
8,
1112,
1301,
406,
5465,
1714,
12389,
1481,
2521,
408,
388,
410,
1529,
1293,
1294,
454,
411,
2158,
526,
2067,
2039,
278,
12390
],
),
"music_note": SymbolsMetadata(
popularity: 7580,
codepoint: 0xe405,
categories: [0],
tags: [
1268,
12391,
8125,
12392,
8126,
2254,
12393,
1112,
1301,
406,
407,
8129,
1714,
8130,
3098,
1481,
2521,
409,
1717,
12394,
4283,
228,
3067,
1293,
3407,
2158,
6765,
3354
],
),
"music_note_add": SymbolsMetadata(
popularity: 20,
codepoint: 0xf391,
categories: [0],
tags: [
231,
745,
1268,
12395,
12392,
504,
2254,
345,
1325,
781,
1548,
138,
1112,
406,
686,
8129,
1714,
11272,
12396,
3098,
887,
1453,
1481,
12397,
1717,
239,
898,
3067,
1293,
12398,
31,
2158,
907,
474
],
),
"music_off": SymbolsMetadata(
popularity: 537,
codepoint: 0xe440,
categories: [0],
tags: [
1268,
10200,
12392,
481,
12399,
6857,
1300,
868,
12400,
1055,
12401,
12402,
1112,
406,
352,
1714,
12403,
12404,
12405,
1302,
12406,
12407,
2102,
12408,
11957,
12409,
2106,
1481,
1059,
1061,
2108,
1304,
2110,
1067,
12410,
1293,
2111,
2158,
554,
12411
],
),
"music_video": SymbolsMetadata(
popularity: 366,
codepoint: 0xe063,
categories: [0],
tags: [
8970,
731,
40,
344,
1524,
8,
781,
346,
5141,
1282,
406,
354,
439,
1714,
12412,
1223,
2521,
409,
681,
453,
440,
2523,
410,
411,
11947,
6143,
2039,
37,
5173,
12413,
396,
2087
],
),
"my_location": SymbolsMetadata(
popularity: 8216,
codepoint: 0xe55c,
categories: [5],
tags: [
5538,
308,
311,
11540,
312,
313,
316,
317,
1757,
12414,
321,
1549,
323,
324,
1541,
174,
12415,
1550,
10886,
325,
326,
1551,
327,
328,
1167,
329,
4756,
1553,
1226,
1227,
7856
],
),
"mystery": SymbolsMetadata(
popularity: 292,
codepoint: 0xf5e1,
categories: [3],
tags: [
748,
745,
1321,
504,
12416,
1324,
345,
1325,
1335,
5810,
8397,
317,
2509,
1644,
235,
1327,
1328,
87,
1115,
1116,
12045,
1117,
793,
887,
239,
242,
1126,
1127,
898,
675,
31,
12417,
3750
],
),
"nat": SymbolsMetadata(
popularity: 261,
codepoint: 0xef5c,
categories: [7],
tags: [
9868,
9655,
4600,
8696,
193,
462,
283,
12418,
4509,
312,
315,
4510,
318,
319,
320,
944,
322,
12419,
324,
12420,
4515,
8975,
5254,
12421,
1035,
331,
4270,
3327,
332,
334
],
),
"nature": SymbolsMetadata(
popularity: 2882,
codepoint: 0xe406,
categories: [1],
tags: [
4188,
8853,
1819,
2364,
2992,
6242,
6243,
1852,
1853,
2366,
11460,
8004,
5180,
3836,
1829,
2368,
1326,
234,
2372,
2373,
3979,
2374,
1834,
2375,
3672,
3061,
3321,
1835,
8010,
8011,
1096,
12422,
5184
],
),
"nature_people": SymbolsMetadata(
popularity: 1458,
codepoint: 0xe407,
categories: [1],
tags: [
2525,
3660,
690,
3664,
574,
1852,
12423,
578,
5180,
5793,
2368,
579,
3669,
581,
1605,
1606,
2374,
1834,
3672,
4061,
3061,
3321,
588,
589,
3323,
888,
6224,
4827,
1096,
5506,
3819,
5184
],
),
"navigation": SymbolsMetadata(
popularity: 2717,
codepoint: 0xe55d,
categories: [5],
tags: [
480,
77,
901,
1332,
312,
313,
2924,
903,
381,
2845,
3188,
51,
1633,
87,
323,
324,
1541,
1403,
325,
905,
1634,
326,
327,
328,
2942,
1167,
329,
906,
1636,
392,
1339,
1226,
31,
332,
1640
],
),
"near_me": SymbolsMetadata(
popularity: 5877,
codepoint: 0xe569,
categories: [5],
tags: [
1131,
77,
309,
11540,
312,
313,
2408,
2334,
316,
317,
11521,
12424,
6272,
1549,
12425,
12426,
323,
1541,
4792,
12415,
325,
12427,
8326,
10391,
326,
1551,
327,
328,
1167,
1986,
329,
2343,
12428,
1226,
332,
11538
],
),
"near_me_disabled": SymbolsMetadata(
popularity: 229,
codepoint: 0xf1ef,
categories: [5],
tags: [
1051,
8328,
12429,
8329,
312,
313,
12430,
12431,
12432,
868,
1055,
12433,
12434,
8337,
12435,
11530,
7330,
323,
12436,
8342,
7333,
12437,
12438,
7334,
1541,
4792,
325,
8343,
8344,
7335,
12427,
12439,
12440,
12441,
1059,
1061,
326,
327,
328,
12442,
12443,
12444,
1067
],
),
"nearby": SymbolsMetadata(
popularity: 64,
codepoint: 0xe6b7,
categories: [4],
tags: [
1131,
731,
12445,
284,
1488,
12446,
2334,
316,
12447,
317,
12448,
6272,
323,
324,
174,
8326,
1551,
1986,
6295,
7111,
12449,
1148,
5511,
1126,
12450,
878,
273,
2728,
1227
],
),
"nearby_error": SymbolsMetadata(
popularity: 326,
codepoint: 0xf03b,
categories: [4],
tags: [
3125,
1360,
1361,
691,
283,
284,
1365,
5507,
2732,
1366,
2733,
381,
1367,
5818,
2734,
323,
1166,
583,
8326,
267,
616,
1551,
328,
2737,
6295,
1148,
392,
273,
291,
31,
1728,
5961,
206
],
),
"nearby_off": SymbolsMetadata(
popularity: 122,
codepoint: 0xf03c,
categories: [4],
tags: [
1131,
193,
1209,
12451,
284,
6857,
5507,
868,
8332,
1754,
1055,
1222,
87,
7333,
174,
12427,
8326,
12452,
2025,
5970,
1059,
1060,
1061,
328,
12453,
12454,
12455,
12456,
273,
1067,
5956,
1068,
11538
],
),
"nephrology": SymbolsMetadata(
popularity: 19,
codepoint: 0xe10d,
categories: [3],
tags: [
3567,
4188,
690,
373,
4274,
4275,
375,
4290,
7215,
697,
892,
581,
12457,
384,
12458,
12459,
12460,
12461,
894,
1776,
12462,
9810,
9811,
12463,
4201,
3116,
1318,
12464,
5398,
12465
],
),
"nest_audio": SymbolsMetadata(
popularity: 241,
codepoint: 0xebbf,
categories: [10],
tags: [
3169,
1267,
1268,
2133,
193,
1074,
284,
345,
288,
1105,
2549,
1693,
1110,
1140,
1500,
51,
1281,
259,
406,
1714,
1143,
267,
408,
762,
1292,
1906,
3172,
1293,
1294,
291,
411,
65,
1298,
278
],
),
"nest_cam_floodlight": SymbolsMetadata(
popularity: 169,
codepoint: 0xf8b7,
categories: [10],
tags: [
1360,
2133,
5160,
40,
1074,
288,
3702,
1886,
46,
12466,
1140,
10743,
1281,
3646,
5204,
4280,
353,
1143,
12467,
267,
12468,
3672,
1501,
440,
705,
1036,
64,
1906,
5138,
65,
3651,
12469,
12470,
12471,
7756,
278
],
),
"nest_cam_indoor": SymbolsMetadata(
popularity: 367,
codepoint: 0xf11e,
categories: [10],
tags: [
1867,
5160,
40,
11242,
193,
5463,
288,
2549,
2550,
1693,
1110,
5131,
2569,
5132,
2752,
2753,
12472,
53,
12224,
630,
12473,
1143,
8411,
12474,
1063,
12475,
440,
705,
1036,
5137,
2826,
1906,
4176,
411,
5138,
65,
5140,
2087
],
),
"nest_cam_iq": SymbolsMetadata(
popularity: 254,
codepoint: 0xf11f,
categories: [10],
tags: [
5160,
40,
12476,
102,
288,
5129,
2549,
7522,
1693,
1110,
5131,
5132,
7171,
12472,
53,
5135,
4280,
12477,
1143,
12478,
3801,
5142,
12475,
440,
1036,
5137,
2826,
1905,
1906,
12479,
411,
5138,
65,
37,
5173,
4546
],
),
"nest_cam_iq_outdoor": SymbolsMetadata(
popularity: 257,
codepoint: 0xf120,
categories: [10],
tags: [
5160,
40,
11242,
5128,
288,
1886,
1693,
1110,
5131,
1500,
5134,
12472,
4280,
1143,
5510,
3672,
5142,
1501,
1582,
440,
12480,
705,
1036,
5137,
12481,
1906,
5138,
65,
37,
396,
12482
],
),
"nest_cam_magnet_mount": SymbolsMetadata(
popularity: 106,
codepoint: 0xf8b8,
categories: [10],
tags: [
2483,
5160,
40,
1073,
288,
1886,
3885,
1140,
12483,
5131,
5132,
1705,
7960,
12484,
12485,
12486,
12487,
12488,
12489,
1143,
12467,
5142,
1782,
5137,
2826,
1788,
12481,
1905,
1906,
5138,
65,
12469
],
),
"nest_cam_outdoor": SymbolsMetadata(
popularity: 344,
codepoint: 0xf121,
categories: [10],
tags: [
1360,
5160,
40,
288,
2549,
46,
1693,
1110,
1140,
5131,
1500,
5135,
4280,
1143,
5510,
3672,
386,
1501,
1582,
453,
705,
1036,
5137,
64,
1906,
5138,
65,
37,
396,
206,
2087
],
),
"nest_cam_stand": SymbolsMetadata(
popularity: 100,
codepoint: 0xf8b9,
categories: [10],
tags: [
2484,
5160,
40,
1074,
288,
44,
3884,
1886,
46,
2550,
1140,
5131,
7171,
4280,
12487,
1143,
12490,
1501,
1582,
440,
1504,
705,
5137,
1906,
4176,
880,
5138,
65,
37,
7080,
277,
7756
],
),
"nest_cam_wall_mount": SymbolsMetadata(
popularity: 103,
codepoint: 0xf8ba,
categories: [10],
tags: [
2133,
7009,
5160,
40,
12491,
5463,
288,
1886,
12492,
7743,
1140,
3191,
5131,
10836,
7960,
4280,
12487,
12493,
1143,
12467,
440,
705,
1036,
5137,
2826,
1905,
1906,
12494,
5138,
65,
37,
12495,
12496,
12469,
7756
],
),
"nest_cam_wired_stand": SymbolsMetadata(
popularity: 176,
codepoint: 0xec16,
categories: [10],
tags: [
4068,
40,
12497,
5128,
288,
3359,
1886,
346,
5130,
2550,
1110,
3191,
5131,
49,
5132,
5134,
5548,
4280,
353,
1143,
12467,
8411,
1391,
62,
453,
5137,
12498,
12481,
1906,
4176,
5138,
65,
37,
8664,
434,
2087,
7756
],
),
"nest_clock_farsight_analog": SymbolsMetadata(
popularity: 1158,
codepoint: 0xf8bb,
categories: [10],
tags: [
1359,
4954,
1670,
10362,
193,
8807,
840,
1159,
2082,
12499,
288,
8538,
2710,
1140,
3483,
4859,
17,
12500,
3486,
1143,
1167,
12501,
1370,
330,
12502,
1168,
360,
2078,
1171,
12503,
2557,
1172,
5902,
12504,
2087
],
),
"nest_clock_farsight_digital": SymbolsMetadata(
popularity: 236,
codepoint: 0xf8bc,
categories: [10],
tags: [
1359,
2133,
840,
1159,
1074,
345,
288,
44,
8,
2549,
8538,
2508,
137,
1140,
138,
51,
17,
1143,
267,
492,
4788,
1168,
410,
71,
1292,
1906,
31,
65,
2078,
1171,
3396
],
),
"nest_connect": SymbolsMetadata(
popularity: 144,
codepoint: 0xf122,
categories: [10],
tags: [
1867,
2133,
40,
1073,
1074,
284,
345,
288,
3703,
1693,
1110,
3191,
3171,
2578,
7170,
7171,
5204,
1314,
1029,
630,
1143,
267,
4298,
1582,
1036,
1906,
1294,
5138,
1093,
65,
2078
],
),
"nest_detect": SymbolsMetadata(
popularity: 149,
codepoint: 0xf123,
categories: [10],
tags: [
1359,
1867,
2133,
929,
1074,
12505,
7843,
5507,
288,
44,
1886,
1693,
1110,
1140,
1500,
7170,
7171,
647,
4280,
1143,
267,
1582,
7111,
1745,
1036,
64,
273,
1906,
5138,
1093,
65,
278
],
),
"nest_display": SymbolsMetadata(
popularity: 461,
codepoint: 0xf124,
categories: [10],
tags: [
1267,
1268,
2484,
283,
685,
1074,
345,
288,
44,
8,
2549,
781,
1693,
1110,
1140,
699,
259,
406,
630,
1143,
12506,
1582,
432,
410,
1036,
1788,
12507,
1906,
3172,
1294,
4176,
411,
5138,
65,
37
],
),
"nest_display_max": SymbolsMetadata(
popularity: 257,
codepoint: 0xf125,
categories: [10],
tags: [
12508,
1267,
4296,
283,
5463,
345,
288,
12509,
44,
8,
1886,
781,
2550,
1693,
12492,
1110,
3170,
12510,
68,
2479,
10404,
630,
439,
1143,
267,
1582,
432,
2555,
410,
1036,
1906,
3172,
1294,
12511,
5138,
65,
277
],
),
"nest_doorbell_visitor": SymbolsMetadata(
popularity: 145,
codepoint: 0xf8bd,
categories: [10],
tags: [
1360,
2041,
2133,
566,
1363,
5507,
7563,
7546,
7555,
1140,
1500,
581,
4280,
1143,
616,
589,
8650,
2470,
762,
2555,
1036,
1906,
433,
5138,
65,
5689
],
),
"nest_eco_leaf": SymbolsMetadata(
popularity: 1124,
codepoint: 0xf8be,
categories: [10],
tags: [
6234,
810,
840,
5987,
7807,
315,
6242,
6243,
964,
3500,
3703,
1852,
1853,
2368,
12512,
234,
1140,
2372,
2374,
1834,
1143,
2375,
1835,
3707,
7811,
12513,
4544,
6677,
8105,
2326,
2078
],
),
"nest_farsight_weather": SymbolsMetadata(
popularity: 202,
codepoint: 0xf8bf,
categories: [10],
tags: [
1847,
840,
5277,
1686,
5958,
464,
1852,
8538,
2886,
1140,
5876,
1143,
4061,
12514,
1906,
1608,
4064,
858,
12515,
2891,
2078,
859
],
),
"nest_found_savings": SymbolsMetadata(
popularity: 179,
codepoint: 0xf8c0,
categories: [10],
tags: [
927,
960,
6718,
840,
932,
934,
936,
937,
11420,
3301,
12516,
6242,
964,
941,
942,
11998,
6748,
6574,
1140,
968,
946,
12517,
2372,
948,
1143,
12518,
951,
3304,
953,
12519,
954,
2078,
956,
958
],
),
"nest_heat_link_e": SymbolsMetadata(
popularity: 325,
codepoint: 0xf126,
categories: [10],
tags: [
1867,
2133,
840,
1885,
5463,
254,
345,
288,
7722,
2549,
3703,
46,
1693,
1110,
3036,
12520,
1856,
3191,
1857,
7960,
1314,
1143,
267,
3707,
1292,
1906,
1093,
65,
858,
2078,
3396,
278
],
),
"nest_heat_link_gen_3": SymbolsMetadata(
popularity: 417,
codepoint: 0xf127,
categories: [10],
tags: [
75,
1867,
929,
5277,
1885,
283,
284,
254,
345,
845,
288,
3703,
46,
3891,
12521,
12522,
1693,
1110,
3036,
12520,
1856,
3191,
1500,
7170,
7171,
1314,
1143,
267,
3707,
71,
1906,
65,
858,
2078,
278
],
),
"nest_hello_doorbell": SymbolsMetadata(
popularity: 287,
codepoint: 0xe82c,
categories: [10],
tags: [
749,
1359,
1360,
2564,
929,
504,
40,
11242,
1363,
5463,
12505,
288,
4950,
7563,
1499,
7546,
9688,
1140,
3191,
1500,
7170,
7171,
4280,
1143,
12523,
1259,
1368,
2470,
1370,
762,
2555,
1036,
5137,
1905,
12524,
1906,
1293,
5138,
65,
12525
],
),
"nest_mini": SymbolsMetadata(
popularity: 260,
codepoint: 0xe789,
categories: [10],
tags: [
3169,
1867,
1267,
1268,
7735,
462,
283,
254,
345,
288,
1754,
2549,
1886,
781,
1693,
1110,
1140,
1500,
3171,
1281,
259,
1301,
2052,
1714,
1143,
330,
1964,
1292,
1906,
3172,
1293,
1294,
65,
3173,
278
],
),
"nest_multi_room": SymbolsMetadata(
popularity: 318,
codepoint: 0xf8c2,
categories: [10],
tags: [
1268,
12526,
2133,
840,
4303,
254,
345,
7183,
2191,
781,
579,
1140,
1500,
4155,
406,
12527,
12528,
12529,
1714,
1143,
267,
408,
12530,
1788,
7203,
1906,
12531,
411,
3467,
1093,
2078,
278,
1155
],
),
"nest_protect": SymbolsMetadata(
popularity: 18,
codepoint: 0xe68e,
categories: [10],
tags: [
1359,
1360,
1867,
7117,
12505,
288,
2438,
5201,
7113,
2508,
2550,
1693,
1110,
1140,
1500,
7170,
7171,
4280,
1143,
12532,
267,
1581,
1582,
1504,
12533,
705,
1036,
12498,
64,
1905,
1906,
12534,
7114,
1093,
65,
206
],
),
"nest_remote": SymbolsMetadata(
popularity: 398,
codepoint: 0xf129,
categories: [10],
tags: [
12535,
1100,
12536,
193,
12537,
6423,
288,
12538,
1105,
1886,
781,
1693,
12539,
382,
1110,
3362,
10121,
406,
12540,
325,
1143,
12541,
6708,
4788,
7185,
2548,
12542,
12543,
12544,
412,
12545,
2039,
12546,
3498
],
),
"nest_remote_comfort_sensor": SymbolsMetadata(
popularity: 1006,
codepoint: 0xf12a,
categories: [10],
tags: [
2133,
929,
840,
1885,
12505,
284,
345,
845,
81,
288,
1852,
3891,
1693,
1856,
1500,
51,
68,
259,
7170,
7171,
17,
4280,
1143,
267,
2888,
4788,
1955,
1745,
64,
652,
273,
1905,
1906,
65,
858,
2891,
277,
278
],
),
"nest_secure_alarm": SymbolsMetadata(
popularity: 298,
codepoint: 0xf12b,
categories: [10],
tags: [
1359,
1360,
193,
1159,
5463,
12505,
288,
1754,
3191,
5131,
7170,
7171,
9113,
814,
647,
1143,
12547,
616,
492,
289,
3206,
1582,
705,
1782,
1036,
2826,
64,
1339,
1905,
1906,
12548,
65,
1171
],
),
"nest_sunblock": SymbolsMetadata(
popularity: 140,
codepoint: 0xf8c3,
categories: [10],
tags: [
481,
12549,
840,
5463,
288,
12550,
2886,
3036,
1140,
3191,
12551,
1143,
4061,
3061,
1582,
4760,
64,
1905,
1906,
4762,
12552,
2382,
1608,
12553,
4251,
858,
2078,
12554,
12555,
859,
10097
],
),
"nest_tag": SymbolsMetadata(
popularity: 153,
codepoint: 0xf12c,
categories: [10],
tags: [
1514,
1131,
9151,
1133,
374,
312,
288,
313,
2334,
317,
12556,
7852,
1693,
1110,
2012,
52,
3320,
323,
9870,
324,
174,
325,
1143,
326,
1551,
327,
328,
1167,
329,
1582,
1036,
5138,
182,
1095,
1155
],
),
"nest_thermostat": SymbolsMetadata(
popularity: 89,
codepoint: 0xe68f,
categories: [10],
tags: [
12557,
1747,
1867,
7172,
193,
840,
1885,
345,
845,
288,
1400,
3703,
1852,
7173,
12558,
3891,
1110,
1856,
1140,
3191,
1500,
1857,
1890,
5885,
1143,
762,
71,
1906,
12534,
1093,
65,
858,
5888,
12559,
12560,
2078,
12561,
859
],
),
"nest_thermostat_e_eu": SymbolsMetadata(
popularity: 132,
codepoint: 0xf12d,
categories: [10],
tags: [
292,
1867,
7172,
193,
462,
5277,
1753,
845,
288,
1400,
8,
7722,
12562,
8187,
3891,
1693,
1110,
1856,
3191,
1143,
762,
71,
1906,
65,
858,
2078
],
),
"nest_thermostat_gen_3": SymbolsMetadata(
popularity: 275,
codepoint: 0xf12e,
categories: [10],
tags: [
75,
836,
2222,
838,
2133,
193,
840,
1885,
345,
845,
288,
1400,
8,
1852,
2550,
12521,
8099,
1693,
1110,
1856,
3191,
1857,
1344,
1143,
330,
410,
71,
1906,
65,
858,
2078,
12563
],
),
"nest_thermostat_sensor": SymbolsMetadata(
popularity: 146,
codepoint: 0xf12f,
categories: [10],
tags: [
12557,
837,
6789,
2133,
840,
1885,
345,
845,
288,
1164,
1852,
7173,
3891,
1693,
137,
1110,
1856,
1140,
1857,
138,
51,
1344,
3494,
630,
1143,
1955,
64,
1906,
31,
858,
2078,
141,
1862
],
),
"nest_thermostat_sensor_eu": SymbolsMetadata(
popularity: 137,
codepoint: 0xf130,
categories: [10],
tags: [
292,
1867,
2133,
462,
840,
1885,
254,
345,
845,
288,
44,
8,
1886,
12562,
1693,
1110,
1856,
1140,
1857,
1890,
7170,
7171,
17,
1143,
2888,
1035,
64,
1905,
1906,
858,
2078,
12564
],
),
"nest_thermostat_zirconium_eu": SymbolsMetadata(
popularity: 170,
codepoint: 0xf131,
categories: [10],
tags: [
292,
838,
1867,
2133,
7172,
193,
840,
1885,
345,
845,
288,
1852,
12562,
2550,
1693,
1110,
1856,
1140,
1857,
7170,
7171,
4280,
1143,
1760,
7185,
5887,
2548,
64,
71,
1906,
65,
858,
2078,
859
],
),
"nest_true_radiant": SymbolsMetadata(
popularity: 163,
codepoint: 0xf8c4,
categories: [10],
tags: [
2133,
929,
840,
1885,
345,
81,
3500,
3703,
1852,
3036,
1856,
1140,
1500,
1857,
68,
17,
1143,
12565,
2888,
1504,
71,
1906,
291,
1093,
65,
858,
2078,
2692,
12566,
3044
],
),
"nest_wake_on_approach": SymbolsMetadata(
popularity: 120,
codepoint: 0xf8c5,
categories: [10],
tags: [
12567,
2525,
1360,
12568,
1131,
2133,
840,
9116,
5507,
1140,
4280,
353,
1143,
616,
12569,
12570,
8650,
6295,
7111,
1148,
5511,
1036,
64,
273,
1905,
1906,
5138,
2078,
6428,
2141,
1863,
1155
],
),
"nest_wake_on_press": SymbolsMetadata(
popularity: 121,
codepoint: 0xf8c6,
categories: [10],
tags: [
861,
748,
4346,
504,
193,
840,
12571,
685,
345,
288,
1754,
4348,
216,
1140,
1622,
1344,
1143,
12572,
1061,
355,
3707,
1120,
1484,
151,
1906,
1800,
2078,
97,
1801,
2141,
12573
],
),
"nest_wifi_point": SymbolsMetadata(
popularity: 157,
codepoint: 0xe83f,
categories: [10],
tags: [
7553,
685,
1074,
284,
254,
285,
81,
288,
5245,
1693,
12492,
1110,
1140,
12574,
3171,
51,
259,
9912,
651,
1143,
9913,
12575,
267,
328,
12576,
12577,
2075,
652,
1788,
273,
1906,
291,
65,
1908,
12578,
277,
278
],
),
"nest_wifi_pro": SymbolsMetadata(
popularity: 18,
codepoint: 0xf56b,
categories: [10],
tags: [
7553,
251,
283,
685,
284,
254,
81,
288,
1886,
715,
1693,
1110,
1140,
259,
12579,
262,
647,
1143,
267,
12580,
1664,
2075,
1745,
652,
1788,
273,
1906,
65,
1953,
277,
278
],
),
"nest_wifi_pro_2": SymbolsMetadata(
popularity: 17,
codepoint: 0xf56a,
categories: [10],
tags: [
861,
731,
251,
283,
284,
254,
285,
81,
288,
44,
1693,
1110,
1140,
259,
12581,
1314,
12579,
262,
1143,
267,
328,
2064,
2075,
1745,
652,
273,
1292,
65,
526,
1863,
277,
278
],
),
"nest_wifi_router": SymbolsMetadata(
popularity: 218,
codepoint: 0xe841,
categories: [10],
tags: [
1867,
731,
1272,
2527,
284,
254,
81,
288,
320,
1693,
1110,
1140,
259,
12582,
1143,
267,
492,
3598,
4793,
2075,
652,
273,
1906,
331,
65,
97,
1864,
277,
278
],
),
"network_cell": SymbolsMetadata(
popularity: 570,
codepoint: 0xe1b9,
categories: [4],
tags: [
517,
1250,
251,
1272,
284,
254,
81,
12583,
12584,
51,
259,
792,
262,
267,
271,
12585,
272,
273,
275,
2474,
291,
12586,
649,
524,
276,
12587,
1728,
277,
278
],
),
"network_check": SymbolsMetadata(
popularity: 1093,
codepoint: 0xe640,
categories: [4],
tags: [
1673,
2701,
1073,
1074,
284,
12588,
254,
81,
4053,
259,
12589,
5246,
1166,
3494,
267,
269,
12590,
1676,
273,
12591,
290,
275,
291,
1678,
2693,
12592,
1584,
277,
278,
4309
],
),
"network_intel_node": SymbolsMetadata(
popularity: 271,
codepoint: 0xf371,
categories: [7],
tags: [
480,
1360,
1071,
6045,
373,
12593,
1073,
1074,
284,
254,
81,
256,
12594,
12595,
375,
44,
1077,
3171,
1081,
12596,
12597,
2479,
259,
1314,
12598,
267,
12599,
12600,
12601,
12602,
3448,
1088,
851,
273,
1292,
955,
31,
1093,
65,
277
],
),
"network_intelligence": SymbolsMetadata(
popularity: 2058,
codepoint: 0xefac,
categories: [7],
tags: [
1360,
1422,
1497,
6045,
12593,
283,
1310,
1074,
284,
81,
375,
44,
1077,
319,
1078,
382,
68,
1632,
6811,
2479,
259,
4784,
5498,
1085,
267,
1088,
1092,
273,
1292,
955,
1093,
65,
514,
333,
277,
334
],
),
"network_intelligence_history": SymbolsMetadata(
popularity: 63,
codepoint: 0xf5f6,
categories: [7],
tags: [
12603,
480,
1360,
1422,
1071,
4620,
6045,
373,
4820,
12593,
1159,
284,
81,
1160,
375,
4822,
1077,
1078,
2084,
68,
2479,
259,
87,
4824,
267,
3448,
2812,
1634,
2606,
4826,
453,
1168,
94,
273,
1292,
1093,
65,
1171,
2476,
4164,
476,
277
],
),
"network_intelligence_update": SymbolsMetadata(
popularity: 45,
codepoint: 0xf5f5,
categories: [7],
tags: [
1360,
1071,
77,
502,
4620,
6045,
193,
12593,
283,
284,
12604,
81,
44,
2832,
520,
68,
1705,
2479,
259,
756,
267,
758,
759,
12605,
760,
761,
1036,
2738,
273,
1292,
509,
12606,
291,
764,
1093,
65,
526,
2464,
277,
278
],
),
"network_locked": SymbolsMetadata(
popularity: 238,
codepoint: 0xe61a,
categories: [4],
tags: [
861,
1360,
4019,
251,
1523,
284,
81,
12607,
3288,
2732,
259,
1960,
1786,
1056,
262,
267,
5250,
12608,
10089,
7445,
1060,
1034,
1063,
2630,
3206,
1582,
1065,
1066,
705,
1782,
12609,
1036,
652,
273,
291,
1068,
206,
12610,
277,
12611,
278
],
),
"network_manage": SymbolsMetadata(
popularity: 41,
codepoint: 0xf7ab,
categories: [7],
tags: [
861,
1765,
501,
517,
731,
1250,
1751,
283,
685,
284,
1075,
254,
345,
81,
145,
1785,
293,
68,
259,
1083,
1314,
2085,
262,
267,
70,
2688,
1787,
920,
271,
921,
652,
71,
1788,
273,
291,
1093,
2067,
1863,
12610,
277,
278
],
),
"network_node": SymbolsMetadata(
popularity: 348,
codepoint: 0xf56e,
categories: [9],
tags: [
1071,
373,
283,
12612,
1073,
284,
81,
6842,
375,
44,
1077,
1078,
3171,
1081,
1632,
259,
1314,
491,
267,
585,
3448,
1088,
586,
328,
10524,
2075,
2738,
955,
1093,
65,
526,
333,
277,
12613
],
),
"network_ping": SymbolsMetadata(
popularity: 292,
codepoint: 0xebca,
categories: [4],
tags: [
1360,
4791,
4019,
517,
251,
283,
284,
81,
7721,
7799,
2235,
51,
259,
4782,
12614,
262,
267,
12615,
269,
648,
4163,
63,
2074,
272,
652,
273,
275,
291,
649,
65,
1318,
2290,
1864,
277,
278
],
),
"network_wifi": SymbolsMetadata(
popularity: 707,
codepoint: 0xe1ba,
categories: [4],
tags: [
861,
4791,
12616,
4019,
517,
731,
1250,
251,
283,
519,
284,
254,
4210,
81,
288,
12617,
51,
259,
9911,
262,
267,
1060,
523,
271,
12618,
12619,
2064,
273,
275,
291,
649,
65,
1864,
277,
278
],
),
"network_wifi_1_bar": SymbolsMetadata(
popularity: 486,
codepoint: 0xebe4,
categories: [4],
tags: [
7553,
4791,
1423,
1250,
251,
283,
8653,
284,
254,
12620,
81,
259,
12621,
260,
7826,
12622,
12623,
262,
267,
269,
3892,
271,
2074,
273,
12624,
12625,
275,
649,
2067,
7832,
277,
12626,
12627,
278,
650
],
),
"network_wifi_1_bar_locked": SymbolsMetadata(
popularity: 7,
codepoint: 0xf58f,
categories: [4],
tags: [
861,
12616,
1423,
1250,
251,
283,
1310,
284,
2062,
81,
51,
259,
792,
1960,
1786,
1056,
7826,
262,
267,
3892,
5966,
5339,
271,
1034,
1063,
1582,
2379,
705,
1782,
1036,
273,
275,
291,
649,
65,
1864,
7832,
277,
278
],
),
"network_wifi_2_bar": SymbolsMetadata(
popularity: 489,
codepoint: 0xebd6,
categories: [4],
tags: [
7553,
4791,
9619,
517,
731,
1250,
251,
283,
284,
254,
81,
12628,
259,
12629,
262,
267,
12630,
271,
2074,
2308,
273,
275,
649,
65,
4789,
3903,
1863,
7832,
277,
278,
12613
],
),
"network_wifi_2_bar_locked": SymbolsMetadata(
popularity: 12,
codepoint: 0xf58e,
categories: [4],
tags: [
861,
4791,
9619,
12616,
517,
1250,
251,
283,
284,
254,
81,
51,
259,
1960,
1786,
1056,
262,
267,
5339,
271,
1034,
1063,
1582,
2074,
1065,
705,
1782,
12609,
1036,
273,
275,
291,
649,
65,
3903,
1864,
277,
278,
650
],
),
"network_wifi_3_bar": SymbolsMetadata(
popularity: 770,
codepoint: 0xebe1,
categories: [4],
tags: [
861,
4791,
9619,
517,
1250,
251,
283,
1074,
284,
254,
3462,
81,
2286,
51,
68,
259,
792,
262,
651,
267,
523,
271,
2075,
273,
275,
291,
649,
31,
65,
2290,
1864,
277,
278
],
),
"network_wifi_3_bar_locked": SymbolsMetadata(
popularity: 22,
codepoint: 0xf58d,
categories: [4],
tags: [
861,
12616,
517,
1250,
251,
1074,
284,
254,
81,
8043,
12617,
259,
5246,
1786,
1056,
12631,
262,
267,
269,
5339,
271,
1034,
1063,
3206,
1582,
705,
1782,
12632,
12633,
1036,
273,
290,
275,
649,
524,
2290,
277,
278,
4309,
12634
],
),
"network_wifi_locked": SymbolsMetadata(
popularity: 14,
codepoint: 0xf532,
categories: [4],
tags: [
861,
12616,
517,
1250,
251,
284,
254,
81,
5965,
138,
259,
1112,
1786,
1056,
262,
267,
5966,
5339,
271,
1034,
1063,
3206,
1582,
1065,
705,
1782,
1036,
273,
275,
649,
31,
2290,
277,
278
],
),
"neurology": SymbolsMetadata(
popularity: 470,
codepoint: 0xe10e,
categories: [3],
tags: [
1422,
3567,
4188,
690,
6045,
12635,
2386,
4274,
2566,
1075,
1770,
977,
697,
892,
1772,
581,
8626,
2479,
4197,
3414,
894,
2811,
5732,
6047,
12636,
12637,
12638,
9810,
6048,
3420,
4201,
9812,
4871
],
),
"new_label": SymbolsMetadata(
popularity: 1156,
codepoint: 0xe609,
categories: [6],
tags: [
231,
745,
2143,
281,
1178,
1701,
1195,
8316,
1325,
7048,
145,
12138,
1164,
3215,
3519,
1139,
2012,
68,
1376,
52,
1345,
174,
887,
12639,
239,
2664,
1664,
1184,
3401,
2888,
4128,
3526,
6740,
1696,
898,
2791,
31,
182,
12640
],
),
"new_window": SymbolsMetadata(
popularity: 142,
codepoint: 0xf710,
categories: [2],
tags: [
231,
748,
745,
77,
482,
12641,
1325,
1702,
12642,
313,
8,
914,
3008,
348,
1344,
2961,
1314,
2355,
325,
887,
12643,
2964,
2965,
2930,
12644,
3010,
2966,
239,
12645,
2969,
410,
1128,
433,
4495,
396
],
),
"news": SymbolsMetadata(
popularity: 304,
codepoint: 0xe032,
categories: [12],
tags: [
2453,
12646,
3086,
283,
4707,
81,
1588,
1589,
1688,
1735,
147,
2153,
1691,
4709,
68,
5568,
3413,
4455,
1471,
3088,
406,
2469,
12647,
3089,
12648,
1595,
1596,
1597,
1120,
3090,
2888,
4451,
2470,
1428,
1598,
2851,
4464,
33,
2464,
1486
],
rtlAutoMirrored: true,
),
"newsmode": SymbolsMetadata(
popularity: 350,
codepoint: 0xefad,
categories: [12],
tags: [
2453,
930,
628,
1589,
1735,
138,
68,
3088,
406,
642,
2469,
3089,
1596,
1597,
3090,
2888,
432,
392,
433,
4464,
31,
33,
3380
],
rtlAutoMirrored: true,
),
"newspaper": SymbolsMetadata(
popularity: 5135,
codepoint: 0xeb81,
categories: [12],
tags: [
2453,
3410,
283,
4707,
5032,
81,
1588,
1589,
1688,
147,
2153,
1691,
4709,
68,
12649,
1471,
3088,
406,
2469,
3089,
1595,
1596,
3419,
1597,
1120,
1743,
3090,
2888,
432,
1428,
1598,
2851,
433,
33,
2464,
1486
],
),
"newsstand": SymbolsMetadata(
popularity: 107,
codepoint: 0xe9c4,
categories: [15],
tags: [
2143,
2453,
3411,
4812,
1197,
934,
628,
8,
68,
10845,
1345,
3415,
323,
3088,
12650,
406,
12651,
2469,
3089,
12652,
12653,
12654,
327,
1743,
11265,
12655,
1665,
2888,
1393,
6740,
12656,
1394,
1395,
1719,
4176,
1396,
12657
],
),
"next_plan": SymbolsMetadata(
popularity: 1183,
codepoint: 0xef5d,
categories: [7],
tags: [
5017,
77,
2795,
569,
2080,
193,
313,
1589,
4524,
147,
903,
489,
1029,
1758,
905,
1595,
1391,
586,
1596,
1677,
3509,
759,
1517,
906,
1707,
1168,
1598,
1518,
33,
1519
],
rtlAutoMirrored: true,
),
"next_week": SymbolsMetadata(
popularity: 516,
codepoint: 0xe16a,
categories: [9],
tags: [
5017,
1670,
77,
3662,
2042,
482,
1515,
569,
504,
2080,
4890,
345,
1160,
2082,
1162,
10,
903,
489,
916,
138,
1471,
325,
905,
92,
3509,
432,
1370,
1168,
433,
4501,
31,
1171,
5039
],
rtlAutoMirrored: true,
),
"nfc": SymbolsMetadata(
popularity: 549,
codepoint: 0xe1bb,
categories: [4],
tags: [
861,
504,
283,
1073,
6294,
81,
288,
1164,
1828,
137,
138,
1622,
2493,
262,
12427,
6326,
267,
6327,
355,
951,
271,
2064,
151,
1529,
273,
31,
1800,
65,
526,
4789,
1864,
278
],
),
"nfc_off": SymbolsMetadata(
popularity: 6,
codepoint: 0xf369,
categories: [4],
tags: [
4791,
9619,
1051,
193,
283,
254,
6857,
81,
2955,
868,
2731,
1055,
1828,
1213,
87,
262,
12427,
6326,
6327,
3295,
1059,
1060,
1061,
4298,
951,
4268,
71,
392,
2038,
273,
1067,
65,
526,
1068,
1864,
278
],
),
"night_shelter": SymbolsMetadata(
popularity: 884,
codepoint: 0xf1f1,
categories: [16],
tags: [
5476,
1496,
1497,
865,
1912,
929,
12658,
1499,
2438,
2568,
2801,
10448,
871,
1140,
12659,
4073,
2751,
1500,
2569,
4076,
4080,
327,
1582,
2571,
12660,
1503,
1504,
4911,
705,
1505,
1928,
1944,
3760,
955,
880,
10464
],
),
"night_sight_auto": SymbolsMetadata(
popularity: 345,
codepoint: 0xf1d7,
categories: [1],
tags: [
1174,
4096,
2436,
3372,
504,
40,
4098,
345,
4117,
4104,
4105,
216,
137,
384,
12661,
4754,
642,
4110,
4080,
355,
57,
59,
151,
8406,
2002,
823,
4116,
31,
1407
],
),
"night_sight_auto_off": SymbolsMetadata(
popularity: 149,
codepoint: 0xf1f9,
categories: [1],
tags: [
1174,
2436,
12662,
3372,
12663,
40,
4117,
4104,
1162,
868,
1055,
216,
1222,
51,
87,
4110,
4080,
12664,
12665,
1059,
1061,
57,
59,
151,
8406,
1067,
857,
4116,
291,
2415,
413,
907
],
),
"night_sight_max": SymbolsMetadata(
popularity: 25,
codepoint: 0xf6c3,
categories: [11],
tags: [
231,
745,
4096,
2436,
3372,
3641,
40,
840,
4102,
4117,
4104,
4248,
2134,
1055,
4105,
2886,
3479,
3646,
4768,
4110,
2089,
887,
4080,
12666,
57,
59,
62,
239,
12667,
151,
823,
857,
1608,
31,
858,
859
],
),
"nightlife": SymbolsMetadata(
popularity: 1212,
codepoint: 0xea62,
categories: [16],
tags: [
2525,
11380,
1423,
11421,
4878,
1767,
5693,
11381,
5375,
11382,
8646,
12668,
4228,
12669,
781,
4105,
10,
2367,
3319,
5793,
1109,
11424,
1967,
11383,
1920,
1714,
4080,
5453,
1481,
587,
11384,
3323,
593,
4704,
11387
],
),
"nightlight": SymbolsMetadata(
popularity: 1768,
codepoint: 0xf03d,
categories: [4],
tags: [
4096,
4069,
3642,
4098,
193,
4117,
4104,
8,
4265,
3520,
137,
138,
3646,
642,
4110,
4080,
12670,
330,
151,
392,
2002,
1928,
857,
4116,
31,
4752,
413,
396
],
),
"nights_stay": SymbolsMetadata(
popularity: 1128,
codepoint: 0xea46,
categories: [15],
tags: [
1496,
4069,
1932,
840,
1686,
3853,
4117,
4103,
4104,
4248,
4118,
4105,
4520,
1966,
12671,
2751,
4076,
4521,
4108,
642,
4110,
4080,
12672,
12673,
12674,
12675,
4755,
1936,
1926,
5208,
1304,
2110,
2002,
1928,
3760,
1171,
332,
1929,
1969,
859
],
),
"no_accounts": SymbolsMetadata(
popularity: 1402,
codepoint: 0xf03e,
categories: [6],
tags: [
861,
2613,
565,
973,
5239,
566,
12676,
1051,
6330,
193,
5937,
868,
811,
1055,
3789,
577,
1213,
581,
978,
5187,
87,
980,
7178,
3295,
12677,
6523,
1059,
1060,
1061,
588,
589,
590,
3480,
8671,
1065,
1067,
989,
7507,
1068,
12678,
3966,
601,
3708
],
),
"no_adult_content": SymbolsMetadata(
popularity: 479,
codepoint: 0xf8fe,
categories: [3],
tags: [
5335,
188,
189,
481,
10311,
12679,
7870,
198,
83,
1213,
12680,
550,
8320,
200,
6828,
12681,
202,
2628,
1034,
1063,
1582,
203,
1065,
705,
1782,
205,
206
],
),
"no_backpack": SymbolsMetadata(
popularity: 189,
codepoint: 0xf237,
categories: [15],
tags: [
2613,
2553,
1360,
3661,
3662,
3663,
691,
193,
5937,
1162,
7870,
3789,
1213,
3671,
87,
2051,
3295,
7445,
6266,
7451,
3673,
4268,
2379,
3674,
1067,
1226,
332,
1068,
206
],
),
"no_crash": SymbolsMetadata(
popularity: 995,
codepoint: 0xebf0,
categories: [14],
tags: [
3425,
1360,
2436,
1818,
4264,
2829,
1051,
1820,
1821,
691,
1673,
5264,
2681,
2333,
5265,
3700,
1365,
1211,
313,
7870,
2335,
12682,
1106,
2732,
8608,
2733,
1213,
550,
1541,
1166,
3295,
12683,
12684,
1676,
2686,
5838,
4268,
12685,
6478,
5063,
1065,
9297,
3208,
1036,
362,
1226,
12686,
1678,
1639,
1844,
206,
1681
],
),
"no_drinks": SymbolsMetadata(
popularity: 275,
codepoint: 0xf1a5,
categories: [16],
tags: [
11380,
12687,
1360,
1423,
4878,
12688,
1767,
193,
11382,
6029,
1162,
4228,
12669,
10,
2367,
6041,
1213,
1109,
4198,
11383,
3295,
12689,
12690,
6266,
327,
4268,
2630,
1760,
3727,
1065,
2379,
703,
898,
1067,
31,
206,
11387
],
),
"no_encryption": SymbolsMetadata(
popularity: 522,
codepoint: 0xe641,
categories: [13],
tags: [
1360,
1051,
1208,
12691,
12692,
868,
1055,
5965,
2732,
1213,
12693,
6825,
1786,
6827,
3295,
12694,
6266,
1059,
1061,
8071,
5966,
5339,
1034,
1063,
1582,
1224,
705,
1036,
12695,
1067,
1226,
12696,
5341,
5342,
10920,
8078,
11569,
8079,
206
],
),
"no_flash": SymbolsMetadata(
popularity: 182,
codepoint: 0xf1a6,
categories: [1],
tags: [
1360,
1051,
3955,
40,
120,
1299,
5937,
1162,
868,
3702,
1055,
3703,
2732,
4413,
9008,
9009,
1213,
49,
3956,
3646,
9011,
3957,
3988,
4294,
3295,
9014,
12697,
616,
1059,
1061,
57,
110,
59,
62,
4268,
2379,
1067,
3958,
1728,
1068,
206
],
),
"no_food": SymbolsMetadata(
popularity: 428,
codepoint: 0xf1a7,
categories: [16],
tags: [
1360,
2363,
1051,
691,
193,
2365,
3720,
868,
4228,
12698,
1055,
5955,
8553,
2367,
12699,
1213,
12700,
2945,
138,
4234,
6853,
3723,
3295,
12701,
2627,
6266,
1059,
7451,
1061,
4268,
3727,
1065,
2379,
1067,
3730,
31,
1068,
12702,
206
],
),
"no_luggage": SymbolsMetadata(
popularity: 181,
codepoint: 0xf23b,
categories: [16],
tags: [
2613,
1981,
1360,
3662,
2042,
12703,
1233,
482,
3666,
1659,
691,
193,
1162,
868,
1055,
5955,
1213,
4646,
2051,
3295,
12704,
6266,
1059,
1061,
5383,
4268,
1065,
2379,
898,
1067,
4501,
31,
332,
12705,
206,
2059
],
),
"no_meals": SymbolsMetadata(
popularity: 325,
codepoint: 0xf1d6,
categories: [5],
tags: [
1233,
3716,
193,
1299,
2365,
3720,
868,
3721,
4848,
1055,
5955,
2367,
1213,
2995,
4234,
4849,
87,
3723,
6490,
3295,
1057,
12706,
12701,
12707,
6266,
1059,
1061,
4268,
3727,
1065,
2379,
1067,
4854,
12708,
1068,
4855
],
),
"no_meeting_room": SymbolsMetadata(
popularity: 290,
codepoint: 0xeb4e,
categories: [9],
tags: [
1932,
929,
2080,
12709,
1299,
868,
4950,
7544,
1055,
7546,
10,
4072,
381,
1140,
1500,
2753,
323,
5121,
11880,
3295,
5969,
1059,
1391,
1061,
2930,
289,
327,
2570,
4268,
432,
1936,
1065,
1955,
1168,
1067,
433,
1068,
12710,
12711
],
),
"no_photography": SymbolsMetadata(
popularity: 842,
codepoint: 0xf1a8,
categories: [1],
tags: [
2613,
1051,
40,
42,
193,
1299,
1162,
868,
7870,
12712,
1055,
12713,
1213,
49,
53,
406,
439,
3295,
12714,
12715,
12716,
6266,
1059,
1061,
57,
59,
12717,
62,
1063,
2630,
453,
12718,
1065,
1347,
1067,
5159
],
),
"no_sim": SymbolsMetadata(
popularity: 208,
codepoint: 0xe0cc,
categories: [11],
tags: [
807,
1360,
1423,
517,
40,
930,
251,
4936,
283,
284,
1235,
288,
1162,
7899,
811,
2732,
1327,
87,
1471,
2811,
7178,
262,
267,
3295,
12719,
6335,
12720,
12721,
271,
273,
9915,
12722,
1067,
3234,
1698,
1728,
1068,
206
],
),
"no_sound": SymbolsMetadata(
popularity: 102,
codepoint: 0xe710,
categories: [0],
tags: [
12723,
1360,
1268,
11824,
10200,
345,
6857,
1162,
2098,
12724,
2732,
87,
352,
1714,
1302,
11957,
2106,
616,
1059,
2108,
151,
1304,
2110,
1067,
1293,
2111,
1294,
11837,
291,
31,
1728,
2039,
12725,
12411,
1863
],
rtlAutoMirrored: true,
),
"no_stroller": SymbolsMetadata(
popularity: 126,
codepoint: 0xf1af,
categories: [16],
tags: [
2613,
1131,
3545,
12726,
12676,
3155,
5748,
691,
993,
997,
193,
1162,
868,
1055,
3854,
1213,
3551,
12727,
1006,
6853,
3555,
3295,
12728,
12729,
6266,
1059,
1061,
4094,
12730,
12731,
4268,
8522,
1760,
1065,
703,
1151,
3180,
1067,
5755,
31,
3563,
206,
1023,
1155
],
),
"no_transfer": SymbolsMetadata(
popularity: 205,
codepoint: 0xf1d5,
categories: [14],
tags: [
1360,
1818,
2043,
6330,
1820,
1821,
193,
6857,
12006,
1162,
313,
868,
1055,
2732,
5095,
1213,
137,
2491,
138,
1541,
3295,
12732,
12733,
12734,
6266,
1059,
1061,
10111,
2606,
2630,
2054,
1065,
1067,
291,
2631,
31,
526,
12735,
12736,
1639,
1844,
206
],
),
"noise_aware": SymbolsMetadata(
popularity: 349,
codepoint: 0xebec,
categories: [4],
tags: [
861,
862,
10240,
1360,
6789,
9619,
1268,
10589,
7068,
193,
5507,
1852,
351,
1279,
51,
792,
4542,
226,
3494,
4280,
1714,
1286,
1481,
616,
11592,
4776,
64,
71,
273,
12737,
1293,
2068,
554,
1863
],
),
"noise_control_off": SymbolsMetadata(
popularity: 464,
codepoint: 0xebf3,
categories: [4],
tags: [
12738,
1268,
10200,
10589,
1051,
1208,
7068,
193,
8040,
7326,
345,
1299,
868,
1055,
1471,
1714,
1302,
1286,
12739,
12740,
12741,
2025,
2026,
1481,
1059,
1060,
1061,
7442,
7443,
1067,
5956,
1293,
2111,
12742,
1864
],
),
"noise_control_on": SymbolsMetadata(
popularity: 164,
codepoint: 0xf8a8,
categories: [4],
tags: [
10240,
1268,
3404,
8125,
10589,
481,
1208,
7068,
345,
1299,
2098,
868,
1055,
1714,
1302,
11957,
2106,
1286,
12743,
12744,
1481,
1059,
1061,
523,
12745,
2108,
1304,
2110,
1067,
1293,
11834,
3407,
2111,
1294,
9669,
1226,
12746,
12747,
554,
12748
],
),
"nordic_walking": SymbolsMetadata(
popularity: 442,
codepoint: 0xe50e,
categories: [15],
tags: [
749,
2525,
7350,
7570,
690,
781,
46,
11,
225,
2885,
697,
5181,
3669,
7572,
581,
468,
1834,
12749,
12750,
3672,
7358,
588,
589,
12751,
3323,
888,
593,
3540,
12752,
4827,
332,
10356,
12753,
3167,
3819,
12754,
3513,
3542
],
),
"north": SymbolsMetadata(
popularity: 1751,
codepoint: 0xf1e0,
categories: [5],
tags: [
77,
6260,
309,
312,
313,
2924,
2283,
12755,
12756,
2834,
12757,
9435,
1633,
323,
6227,
324,
1541,
1550,
325,
6229,
507,
12758,
328,
1167,
2998,
898,
1263,
332,
6230,
1709,
12759
],
),
"north_east": SymbolsMetadata(
popularity: 2972,
codepoint: 0xf1e1,
categories: [5],
tags: [
77,
2830,
2955,
313,
2924,
2985,
2958,
3008,
2959,
2960,
259,
1314,
12760,
323,
324,
1541,
1758,
1550,
325,
2964,
12761,
12762,
2930,
2967,
1634,
328,
2969,
906,
9605,
1709,
1531,
12763,
1186,
1187
],
),
"north_west": SymbolsMetadata(
popularity: 625,
codepoint: 0xf1e2,
categories: [5],
tags: [
500,
77,
1332,
2830,
2955,
313,
2283,
51,
2207,
87,
1549,
1541,
1758,
325,
6229,
5253,
328,
1167,
329,
6233,
1339,
1433,
1263,
1709,
3007
],
),
"not_accessible": SymbolsMetadata(
popularity: 397,
codepoint: 0xf0fe,
categories: [3],
tags: [
2613,
862,
863,
1360,
1051,
690,
193,
4260,
5937,
1162,
2732,
225,
1213,
870,
871,
581,
10308,
6853,
1056,
6828,
7445,
12764,
7451,
289,
589,
1034,
1063,
2630,
1065,
2379,
1036,
888,
1067,
3790,
1068,
601,
206,
882
],
),
"not_accessible_forward": SymbolsMetadata(
popularity: 41,
codepoint: 0xf54a,
categories: [3],
tags: [
862,
863,
1360,
77,
1233,
1051,
690,
345,
5937,
313,
867,
868,
1055,
2732,
225,
1213,
903,
870,
871,
581,
10308,
6853,
468,
325,
1057,
6828,
12764,
12765,
1059,
7451,
1060,
1061,
588,
589,
1065,
2379,
1067,
1226,
31,
601,
206,
882
],
),
"not_listed_location": SymbolsMetadata(
popularity: 1332,
codepoint: 0xe575,
categories: [5],
tags: [
3961,
2613,
1131,
865,
1051,
1208,
1209,
374,
1235,
1210,
5937,
312,
313,
7870,
1213,
321,
871,
293,
68,
12766,
323,
324,
1541,
174,
325,
6828,
7445,
11517,
326,
327,
328,
1167,
329,
3963,
3965,
1149,
1224,
1065,
1552,
1226,
880,
31,
1068,
4013
],
rtlAutoMirrored: true,
),
"not_started": SymbolsMetadata(
popularity: 1088,
codepoint: 0xf0d1,
categories: [0],
tags: [
4777,
2204,
193,
462,
811,
904,
3128,
6521,
406,
7445,
12767,
819,
289,
1223,
2606,
2521,
1090,
759,
762,
330,
392,
2138,
12768,
291,
37,
3708
],
),
"note_add": SymbolsMetadata(
popularity: 4797,
codepoint: 0xe89c,
categories: [12],
tags: [
231,
745,
1682,
12769,
1325,
7618,
81,
1588,
1589,
12770,
1688,
1590,
147,
2153,
1691,
488,
12771,
1327,
88,
1593,
583,
887,
3276,
12772,
1481,
1594,
1596,
1597,
239,
12773,
12774,
1598,
2851,
31,
33,
1679,
1486
],
rtlAutoMirrored: true,
),
"note_alt": SymbolsMetadata(
popularity: 2017,
codepoint: 0xf040,
categories: [12],
tags: [
2399,
2453,
3111,
1586,
628,
1733,
1325,
6343,
1162,
1589,
4524,
1252,
2165,
147,
87,
1166,
1593,
583,
1652,
1481,
1596,
1597,
5608,
4530,
2638,
453,
432,
433,
33,
1600,
1486
],
),
"note_stack": SymbolsMetadata(
popularity: 280,
codepoint: 0xf562,
categories: [12],
tags: [
2143,
1701,
569,
81,
1588,
1589,
2152,
1688,
4821,
147,
1690,
2153,
1691,
488,
9582,
68,
5644,
88,
583,
237,
2468,
1481,
1595,
1391,
92,
1596,
3419,
1597,
4816,
239,
4156,
1428,
4817,
1598,
2851,
1719,
2474,
31,
1486
],
),
"note_stack_add": SymbolsMetadata(
popularity: 225,
codepoint: 0xf563,
categories: [12],
tags: [
231,
745,
1325,
81,
1588,
1589,
2152,
1688,
1590,
147,
1690,
2153,
1691,
488,
9582,
1548,
1111,
88,
6801,
887,
1481,
6084,
1595,
289,
1596,
3419,
1597,
4816,
239,
453,
4156,
1598,
4458,
2851,
1719,
2474,
31,
1486
],
),
"notes": SymbolsMetadata(
popularity: 1929,
codepoint: 0xe26c,
categories: [12],
tags: [
1332,
572,
81,
5034,
1588,
1589,
4708,
147,
68,
5568,
1471,
88,
1593,
583,
1481,
1594,
1595,
1596,
1597,
453,
432,
1370,
1339,
433,
33,
1600,
1486
],
rtlAutoMirrored: true,
),
"notification_add": SymbolsMetadata(
popularity: 1499,
codepoint: 0xe399,
categories: [6],
tags: [
231,
749,
745,
232,
1359,
1360,
1362,
504,
2080,
570,
1363,
345,
1325,
2298,
10,
2986,
489,
138,
583,
887,
616,
1259,
1368,
239,
1370,
762,
1168,
392,
243,
1293,
1372,
2645,
31,
141,
1721,
2464
],
),
"notification_important": SymbolsMetadata(
popularity: 3692,
codepoint: 0xe004,
categories: [6],
tags: [
3125,
749,
1359,
1360,
1399,
1361,
1362,
691,
1363,
283,
3700,
1365,
2732,
1366,
138,
1367,
2301,
68,
1166,
583,
887,
616,
2119,
1259,
1368,
1370,
762,
1293,
291,
12775,
31,
1093,
12776,
907,
1407,
2464,
2448,
12777,
206
],
),
"notification_multiple": SymbolsMetadata(
popularity: 50,
codepoint: 0xe6c2,
categories: [7],
tags: [
1359,
12778,
2599,
1671,
1361,
281,
1362,
12779,
1673,
573,
283,
1589,
2298,
147,
1079,
1367,
51,
16,
2303,
4916,
583,
4946,
2468,
2469,
1481,
1595,
616,
10320,
2930,
3401,
1370,
5819,
362,
12780,
273,
1719,
2474,
291,
31,
1678,
4164,
1681
],
),
"notification_settings": SymbolsMetadata(
popularity: 19,
codepoint: 0xf367,
categories: [7],
tags: [
749,
1765,
1359,
1360,
501,
1362,
1751,
1363,
6416,
345,
1236,
145,
1785,
293,
68,
2085,
12781,
12782,
583,
1302,
616,
1259,
1368,
70,
920,
4035,
921,
1370,
5819,
762,
5820,
652,
71,
1788,
2129,
1293,
1372,
12783,
1093,
2464,
2068,
554
],
),
"notification_sound": SymbolsMetadata(
popularity: 44,
codepoint: 0xf353,
categories: [7],
tags: [
749,
1359,
1360,
5815,
1177,
1361,
2115,
1268,
1362,
731,
1363,
283,
12784,
1278,
68,
583,
2469,
1286,
616,
1259,
1368,
4282,
1370,
762,
5820,
273,
1293,
1294,
12785,
2448,
7820,
554,
1863
],
),
"notifications": SymbolsMetadata(
popularity: 35517,
codepoint: 0xe7f4,
categories: [7],
tags: [
749,
1359,
1360,
1177,
1669,
1362,
1363,
283,
345,
12784,
2986,
1278,
138,
2301,
1301,
2303,
583,
6523,
616,
1259,
1368,
289,
921,
1370,
762,
151,
392,
1293,
1372,
31,
1093,
413,
2609,
2464
],
),
"notifications_active": SymbolsMetadata(
popularity: 9137,
codepoint: 0xe7f7,
categories: [7],
tags: [
749,
1359,
1360,
1361,
1362,
731,
1363,
283,
1851,
1055,
12786,
2302,
51,
1282,
583,
887,
616,
1259,
1368,
11596,
1370,
762,
2121,
2122,
273,
1293,
291,
31,
907,
2464,
2448
],
),
"notifications_off": SymbolsMetadata(
popularity: 1877,
codepoint: 0xe7f6,
categories: [7],
tags: [
749,
1359,
2091,
1360,
12787,
1362,
2094,
1051,
3469,
1363,
12788,
2618,
868,
12789,
1055,
3399,
1302,
7429,
12790,
2106,
6523,
1259,
7431,
1368,
1059,
1060,
1061,
1223,
2108,
1370,
762,
1304,
2110,
1067,
1293,
2111,
5263,
1226,
10463,
8042
],
),
"notifications_paused": SymbolsMetadata(
popularity: 589,
codepoint: 0xe7f8,
categories: [7],
tags: [
749,
1359,
1360,
1361,
1362,
691,
1363,
1235,
2955,
1300,
868,
4266,
12791,
87,
1302,
1303,
616,
1259,
1368,
1059,
1223,
10111,
2108,
12792,
1370,
12793,
1304,
1067,
1928,
2129,
1293,
1226,
10463,
12794,
1728,
206,
12795,
4119
],
),
"notifications_unread": SymbolsMetadata(
popularity: 119,
codepoint: 0xf4fe,
categories: [7],
tags: [
749,
2525,
1359,
1360,
2599,
1361,
281,
1362,
1363,
193,
1754,
2302,
51,
174,
583,
4946,
887,
616,
1259,
1368,
21,
4163,
328,
1370,
5819,
762,
330,
273,
1293,
291,
2609,
4164
],
),
"numbers": SymbolsMetadata(
popularity: 758,
codepoint: 0xeac7,
categories: [12],
tags: [
749,
3764,
751,
504,
684,
193,
463,
345,
7,
1754,
811,
3520,
2286,
381,
1222,
3128,
51,
756,
174,
22,
1059,
355,
328,
12796,
330,
2714,
363,
392,
2502,
291,
31,
413,
5617
],
),
"nutrition": SymbolsMetadata(
popularity: 228,
codepoint: 0xe110,
categories: [3],
tags: [
2847,
3713,
11919,
12797,
4844,
2365,
12798,
3720,
4134,
9032,
3721,
2367,
2995,
9992,
697,
2369,
6670,
4849,
12799,
4135,
3723,
4850,
506,
12800,
4404,
12801,
2377,
3727,
11661,
12802,
12803,
12804,
3513
],
),
"ods": SymbolsMetadata(
popularity: 32,
codepoint: 0xe6e8,
categories: [7],
tags: [
1071,
2240,
9508,
1674,
81,
1105,
7628,
12805,
1693,
7636,
4646,
916,
1632,
86,
1471,
88,
12806,
506,
1758,
325,
5676,
12807,
4941,
70,
91,
92,
289,
4676,
2281,
1460,
4201,
95
],
),
"odt": SymbolsMetadata(
popularity: 12,
codepoint: 0xe6e9,
categories: [7],
tags: [
4936,
6689,
10595,
2584,
1589,
9383,
2456,
12808,
147,
2457,
2586,
12809,
12810,
12811,
12812,
7621,
3073,
1061,
12813,
12814,
1597,
5772,
65,
11327,
2186,
3078,
2249,
7256,
12815,
2213,
1486
],
),
"offline_bolt": SymbolsMetadata(
popularity: 1444,
codepoint: 0xe932,
categories: [6],
tags: [
1360,
3955,
193,
2731,
3702,
3942,
3703,
2732,
1165,
4413,
138,
51,
3956,
12816,
3957,
87,
1166,
12817,
7605,
6335,
5970,
1060,
7124,
3707,
392,
291,
31,
3958,
2935,
1068,
206,
4300
],
),
"offline_pin": SymbolsMetadata(
popularity: 860,
codepoint: 0xe90a,
categories: [6],
tags: [
1671,
7597,
3460,
1673,
2095,
193,
463,
312,
2335,
520,
12307,
3519,
6272,
323,
324,
1540,
1166,
8979,
174,
325,
1060,
12818,
12819,
12820,
1676,
326,
10918,
12821,
328,
329,
1696,
10413,
12822,
362,
9219,
1678,
2347,
1584,
1681
],
),
"offline_pin_off": SymbolsMetadata(
popularity: 7,
codepoint: 0xf4d0,
categories: [6],
tags: [
1671,
1673,
2095,
193,
463,
284,
868,
11528,
2731,
2335,
1055,
4124,
138,
87,
323,
324,
1166,
174,
267,
12823,
5969,
12824,
1059,
1060,
12825,
12826,
1676,
1061,
289,
326,
327,
328,
329,
8671,
362,
1067,
31,
1678,
1068,
12827,
2347,
1584,
1681
],
),
"offline_share": SymbolsMetadata(
popularity: 252,
codepoint: 0xe9c5,
categories: [11],
tags: [
1246,
1247,
77,
4296,
1250,
283,
1073,
284,
2830,
81,
288,
12828,
313,
2152,
1703,
1690,
1110,
1253,
138,
12829,
1082,
1314,
6272,
262,
12052,
2468,
8326,
267,
1060,
12830,
271,
6295,
432,
906,
2310,
1529,
2038,
433,
1719,
31,
764,
525,
526,
4789,
278
],
rtlAutoMirrored: true,
),
"oil_barrel": SymbolsMetadata(
popularity: 988,
codepoint: 0xec15,
categories: [3],
tags: [
12831,
12832,
12833,
1333,
12834,
11462,
4291,
12835,
939,
3703,
8211,
5991,
11466,
4897,
5332,
3427,
1143,
11467,
12836,
12837,
8213,
12838,
3707,
681,
11746,
12839,
4054,
4374,
1698,
5581,
12840,
1639,
3850
],
),
"on_device_training": SymbolsMetadata(
popularity: 707,
codepoint: 0xebfd,
categories: [6],
tags: [
2504,
1071,
77,
2506,
1423,
6045,
3822,
1270,
1250,
373,
12119,
519,
975,
81,
1104,
288,
3112,
1078,
234,
1110,
3825,
6305,
68,
3463,
2479,
3414,
3646,
3052,
756,
1738,
6047,
262,
491,
630,
12124,
271,
1090,
759,
760,
2462,
3683,
2842,
470,
410,
1093,
65,
1406,
3042
],
),
"on_hub_device": SymbolsMetadata(
popularity: 15,
codepoint: 0xe6c3,
categories: [10],
tags: [
861,
7553,
482,
10521,
283,
1073,
1074,
284,
12841,
81,
288,
44,
1886,
5245,
1110,
3191,
3171,
259,
1328,
1314,
651,
267,
1061,
328,
2075,
2738,
1906,
1093,
65,
277,
278
],
),
"oncology": SymbolsMetadata(
popularity: 19,
codepoint: 0xe114,
categories: [3],
tags: [
4188,
690,
12842,
3155,
12843,
2386,
4275,
9797,
9798,
2388,
1770,
317,
9802,
4195,
9803,
1109,
9804,
9805,
697,
892,
1772,
12844,
581,
9807,
4197,
1115,
1116,
1117,
894,
12845,
12846,
1776,
4199,
12847,
4295,
4760,
3420,
4201,
1126,
1127,
9812,
9813,
3165,
9814,
5398,
12848
],
),
"online_prediction": SymbolsMetadata(
popularity: 1005,
codepoint: 0xf0eb,
categories: [6],
tags: [
2504,
1422,
1071,
2506,
3822,
569,
373,
519,
284,
2937,
81,
375,
2886,
489,
1078,
234,
3825,
235,
68,
3646,
87,
3827,
630,
267,
523,
12849,
3828,
1428,
410,
273,
746,
65,
1429,
1709,
278
],
),
"onsen": SymbolsMetadata(
popularity: 52,
codepoint: 0xf6f8,
categories: [15],
tags: [
480,
7938,
3831,
3832,
3833,
2937,
312,
904,
3036,
3038,
3837,
3838,
3839,
6751,
1471,
12850,
1606,
2374,
3672,
3844,
1925,
3845,
3846,
3847,
31,
3165,
551,
3327,
332,
7214,
3850,
9578,
3513,
11995
],
),
"opacity": SymbolsMetadata(
popularity: 958,
codepoint: 0xe91c,
categories: [1],
tags: [
2222,
4606,
4224,
482,
4575,
345,
4104,
485,
2903,
4291,
2165,
487,
4327,
2229,
4328,
137,
699,
6106,
10821,
10823,
1082,
3646,
1471,
492,
10827,
2765,
3103,
1501,
432,
151,
392,
2502,
433,
6404,
511,
4691,
3651,
476,
3850
],
),
"open_in_browser": SymbolsMetadata(
popularity: 1479,
codepoint: 0xe89d,
categories: [6],
tags: [
861,
77,
482,
1179,
12641,
1702,
12642,
914,
2958,
3008,
12851,
348,
5826,
1525,
12852,
3048,
259,
2961,
1550,
2964,
2965,
12853,
2930,
12854,
12855,
1167,
432,
1552,
433,
1709,
1531,
12856,
333,
1186,
1187
],
),
"open_in_full": SymbolsMetadata(
popularity: 8491,
codepoint: 0xf1ce,
categories: [2],
tags: [
748,
77,
502,
482,
2350,
377,
8,
1589,
2351,
914,
348,
2286,
5826,
1704,
1326,
49,
3048,
2355,
406,
1758,
2930,
2356,
57,
409,
1427,
2232,
410,
298,
433,
37,
396,
476,
1187,
2348
],
),
"open_in_new": SymbolsMetadata(
popularity: 25736,
codepoint: 0xe89e,
categories: [2],
tags: [
1669,
501,
77,
482,
1179,
2719,
1333,
1702,
2958,
3008,
2960,
3048,
1344,
2961,
1314,
1550,
325,
887,
2964,
2965,
2930,
12854,
12857,
12855,
2967,
12858,
2969,
906,
410,
1552,
433,
141,
1709,
12859,
1348,
12763,
333,
1186,
1187
],
rtlAutoMirrored: true,
),
"open_in_new_down": SymbolsMetadata(
popularity: 48,
codepoint: 0xf70f,
categories: [2],
tags: [
1669,
501,
77,
482,
1179,
2719,
628,
1589,
2590,
1212,
3008,
147,
3048,
1344,
259,
1314,
325,
887,
2965,
2930,
12857,
2356,
1243,
1122,
2969,
906,
1707,
410,
1529,
1552,
433,
4495,
141,
1907,
1348,
396,
333,
1186,
1187
],
),
"open_in_new_off": SymbolsMetadata(
popularity: 693,
codepoint: 0xe4f6,
categories: [2],
tags: [
77,
1051,
12860,
482,
12861,
1179,
1702,
313,
868,
1055,
1703,
2958,
3008,
3048,
1222,
1314,
325,
887,
2964,
1059,
1061,
2930,
2968,
12862,
2969,
1065,
12863,
1067,
433,
1068,
12864,
1531,
1186,
1187
],
),
"open_jam": SymbolsMetadata(
popularity: 19,
codepoint: 0xefae,
categories: [11],
tags: [
1246,
1247,
861,
2143,
77,
502,
4812,
7666,
1711,
519,
1333,
81,
1712,
288,
313,
4814,
1589,
913,
1688,
316,
147,
2153,
1110,
1253,
68,
12865,
1713,
630,
2930,
92,
4156,
2813,
1698,
1093,
4495,
1709,
396,
333,
1187
],
),
"open_run": SymbolsMetadata(
popularity: 63,
codepoint: 0xf4b7,
categories: [2],
tags: [
4346,
2926,
77,
502,
6360,
504,
2838,
912,
902,
345,
1796,
313,
2832,
1107,
914,
6077,
6078,
2884,
903,
2845,
6362,
2961,
88,
352,
237,
468,
325,
905,
2930,
2521,
328,
852,
1121,
6363,
1707,
1125,
392,
2138,
1728
],
),
"open_with": SymbolsMetadata(
popularity: 4203,
codepoint: 0xe89f,
categories: [2],
tags: [
501,
77,
502,
12866,
482,
2350,
377,
313,
8,
1589,
2351,
1106,
914,
147,
8292,
348,
5826,
1704,
2355,
406,
642,
1758,
2930,
6254,
6491,
2232,
391,
298,
433,
1952,
396,
476,
1187,
7646,
2348
],
),
"ophthalmology": SymbolsMetadata(
popularity: 16,
codepoint: 0xe115,
categories: [3],
tags: [
3567,
4188,
690,
6984,
2386,
12867,
1770,
7215,
5810,
8397,
7522,
697,
892,
1772,
581,
8626,
8399,
1115,
894,
8411,
11590,
2342,
12868,
9810,
8401,
8406,
9812,
3116,
396,
4339,
476
],
),
"oral_disease": SymbolsMetadata(
popularity: 13,
codepoint: 0xe116,
categories: [3],
tags: [
12869,
3567,
690,
6984,
2386,
6985,
6986,
6987,
4275,
2388,
1770,
12870,
697,
892,
581,
2390,
2391,
12871,
2734,
894,
6289,
6992,
12872,
4295,
2737,
2395,
6995,
12873,
6996,
5398,
2397
],
),
"orbit": SymbolsMetadata(
popularity: 59,
codepoint: 0xf426,
categories: [3],
tags: [
480,
4096,
193,
283,
2313,
284,
9642,
4102,
81,
375,
12874,
1164,
5179,
137,
384,
68,
2479,
87,
1314,
468,
267,
1088,
7087,
9863,
12875,
1634,
5254,
762,
4756,
4201,
12876,
823,
31,
1093,
65,
12877
],
),
"order_approve": SymbolsMetadata(
popularity: 172,
codepoint: 0xf812,
categories: [9],
tags: [
2678,
1671,
1672,
1673,
1674,
934,
463,
3201,
4504,
1589,
2335,
147,
2683,
488,
3792,
86,
1516,
12878,
88,
91,
1597,
758,
4499,
1665,
1395,
4674,
1518,
956,
4480,
4840
],
),
"order_play": SymbolsMetadata(
popularity: 36,
codepoint: 0xf811,
categories: [9],
tags: [
748,
1268,
1103,
902,
1588,
1589,
1107,
147,
1108,
697,
88,
352,
1714,
5676,
91,
8244,
10685,
1596,
1597,
2521,
3400,
408,
1090,
6278,
10686,
6363,
1125,
94,
2138,
4981,
5670,
97,
1728,
12879,
37,
3003
],
),
"orders": SymbolsMetadata(
popularity: 266,
codepoint: 0xeb14,
categories: [9],
tags: [
482,
1674,
81,
2045,
145,
1589,
2152,
4821,
2810,
2084,
916,
3792,
86,
87,
1471,
88,
5668,
12880,
2303,
1029,
1595,
5676,
176,
2930,
91,
10685,
12881,
1597,
1665,
4156,
1428,
1460,
2480,
8732,
956
],
),
"orthopedics": SymbolsMetadata(
popularity: 234,
codepoint: 0xf897,
categories: [3],
tags: [
3567,
12882,
4143,
8614,
2386,
4275,
1770,
3112,
697,
892,
1772,
581,
8626,
9321,
894,
1776,
10531,
12883,
4295,
3161,
12884,
1745,
4201,
8623,
12885,
12886,
4463,
3165,
5398,
8628
],
),
"other_admission": SymbolsMetadata(
popularity: 47,
codepoint: 0xe47b,
categories: [12],
tags: [
861,
748,
745,
4471,
77,
1332,
504,
4274,
345,
1325,
81,
1702,
313,
1588,
1589,
1106,
1590,
1947,
147,
381,
697,
12887,
2302,
1327,
2868,
87,
1314,
237,
325,
887,
1481,
2411,
1596,
1597,
12888,
2606,
239,
1707,
1339,
907,
12889,
1486
],
),
"other_houses": SymbolsMetadata(
popularity: 2010,
codepoint: 0xe58c,
categories: [16],
tags: [
12890,
1497,
1131,
10388,
12891,
574,
4907,
11519,
1499,
2568,
12892,
12893,
1140,
12894,
1500,
10390,
2569,
12895,
1541,
12896,
10391,
2411,
327,
1501,
2571,
1502,
1503,
12897,
1504,
12898,
3760,
955,
1506,
2804,
4914,
1507,
2806
],
),
"outbound": SymbolsMetadata(
popularity: 1043,
codepoint: 0xe1ca,
categories: [6],
tags: [
77,
11515,
1332,
482,
193,
1702,
2283,
1164,
1212,
1703,
2958,
6671,
12899,
87,
1314,
1758,
325,
2965,
2930,
2967,
289,
3061,
2969,
906,
1707,
1529,
1339,
433,
1170,
31,
1709,
98
],
rtlAutoMirrored: true,
),
"outbox": SymbolsMetadata(
popularity: 614,
codepoint: 0xef5f,
categories: [7],
tags: [
77,
482,
12900,
1333,
3133,
2045,
7624,
2298,
1703,
4931,
2303,
583,
1758,
2930,
12901,
5062,
2606,
758,
1718,
432,
2310,
3015,
7535,
433,
12902,
526,
7626,
527,
3030
],
),
"outbox_alt": SymbolsMetadata(
popularity: 24,
codepoint: 0xeb17,
categories: [7],
tags: [
2143,
482,
570,
573,
283,
1333,
2045,
2192,
2152,
913,
2657,
2298,
1703,
147,
2153,
3792,
3427,
2303,
583,
12901,
5062,
2589,
4670,
2606,
1718,
2310,
3015,
4374,
1698,
1296,
10694,
527,
8481
],
rtlAutoMirrored: true,
),
"outdoor_garden": SymbolsMetadata(
popularity: 642,
codepoint: 0xe205,
categories: [3],
tags: [
3830,
2829,
1819,
4600,
1133,
2992,
1072,
4950,
6243,
7546,
1852,
1853,
8630,
1828,
8003,
6891,
8004,
5180,
3836,
8288,
8631,
2368,
234,
1140,
1500,
1605,
9778,
2372,
2373,
9957,
2374,
1834,
1143,
3672,
3061,
3321,
1835,
12903,
1582,
1096,
9344,
6898
],
),
"outdoor_grill": SymbolsMetadata(
popularity: 948,
codepoint: 0xea47,
categories: [8],
tags: [
1867,
3830,
8907,
12904,
12905,
12906,
4906,
4226,
4227,
12907,
3720,
4848,
781,
46,
5201,
2367,
8911,
3036,
1140,
1500,
11971,
12908,
1967,
7744,
10899,
3672,
12909,
12910,
3061,
587,
3843,
10578,
2470,
5236,
2382
],
),
"outgoing_mail": SymbolsMetadata(
popularity: 2734,
codepoint: 0xf0d2,
categories: [7],
tags: [
1514,
1669,
501,
77,
502,
504,
283,
2045,
44,
2408,
1589,
2549,
2298,
3252,
2300,
903,
137,
138,
2301,
1344,
259,
15,
16,
2303,
583,
325,
523,
2967,
5062,
1597,
1352,
906,
2310,
9637,
2691,
31,
1720,
907,
1486
],
),
"outlet": SymbolsMetadata(
popularity: 497,
codepoint: 0xf1d4,
categories: [8],
tags: [
5574,
3699,
12911,
1073,
12912,
284,
1851,
3288,
3890,
12913,
3942,
12914,
3703,
12915,
5578,
3990,
12916,
1315,
3707,
12917,
12918,
3939,
4010,
3982,
4959,
7116,
12919
],
),
"outpatient": SymbolsMetadata(
popularity: 16,
codepoint: 0xe118,
categories: [3],
tags: [
1670,
3155,
2386,
4274,
4944,
81,
375,
1588,
1770,
1589,
225,
147,
137,
697,
892,
1772,
581,
138,
384,
3813,
1812,
981,
894,
468,
1481,
289,
1596,
1597,
4295,
12888,
2606,
589,
888,
710,
31,
1409,
12763,
3819,
1486
],
),
"outpatient_med": SymbolsMetadata(
popularity: 8,
codepoint: 0xe119,
categories: [3],
tags: [
1670,
77,
3155,
2386,
4274,
4944,
1235,
1770,
7215,
697,
892,
1772,
894,
1776,
2356,
4295,
1777,
11870,
240,
1779,
906,
525,
5398,
12763
],
),
"output": SymbolsMetadata(
popularity: 2032,
codepoint: 0xebbe,
categories: [2],
tags: [
748,
1131,
502,
482,
345,
2350,
2955,
8,
1164,
2351,
914,
12920,
5826,
1108,
381,
1326,
1344,
1471,
2355,
12921,
432,
2232,
12922,
392,
1952,
141,
1348,
396
],
),
"output_circle": SymbolsMetadata(
popularity: 37,
codepoint: 0xf70e,
categories: [2],
tags: [
77,
502,
1133,
193,
463,
3132,
12923,
81,
12924,
312,
313,
1754,
2832,
12925,
2336,
3591,
6889,
2683,
12556,
51,
1705,
323,
174,
325,
2356,
1741,
3061,
1551,
328,
2343,
759,
227,
3597,
4662,
291,
1227,
12926,
1155
],
),
"oven": SymbolsMetadata(
popularity: 29,
codepoint: 0xe9c7,
categories: [8],
tags: [
480,
1867,
5002,
3711,
1332,
12927,
4226,
12928,
4227,
4950,
1886,
2367,
7982,
8911,
4646,
1856,
12929,
1140,
3038,
1500,
4234,
3723,
814,
647,
289,
3724,
432,
12930,
1339,
1906,
433,
1396,
1170,
65
],
),
"oven_gen": SymbolsMetadata(
popularity: 563,
codepoint: 0xe843,
categories: [8],
tags: [
1867,
5002,
3711,
12931,
1753,
4226,
4227,
4693,
1400,
12932,
4950,
3702,
2367,
4230,
8911,
4646,
3036,
1856,
1140,
1902,
1500,
4234,
7386,
7547,
1738,
3723,
1143,
3724,
432,
12930,
12933,
71,
433,
858,
1172
],
),
"overview": SymbolsMetadata(
popularity: 275,
codepoint: 0xe4a7,
categories: [12],
tags: [
480,
2292,
1422,
12934,
3110,
4274,
1159,
463,
2294,
2313,
1425,
81,
1160,
145,
8,
1588,
1589,
147,
2286,
2722,
12935,
697,
12936,
68,
1086,
1481,
289,
12937,
5048,
1596,
1597,
12938,
1428,
1168,
5114,
746,
12939,
3093,
1171,
12640,
230,
396
],
),
"overview_key": SymbolsMetadata(
popularity: 103,
codepoint: 0xf7d4,
categories: [4],
tags: [
480,
861,
2718,
1467,
2273,
1711,
11180,
345,
8,
12940,
1108,
382,
1112,
385,
506,
7072,
325,
586,
5048,
4659,
3377,
386,
410,
2472,
2473,
71,
2728,
12941,
3773,
2729,
396,
1187,
1229,
3003
],
),
"owl": SymbolsMetadata(
popularity: 95,
codepoint: 0xf3b4,
categories: [3],
tags: [
3109,
4889,
12942,
9151,
4892,
12943,
3112,
7522,
577,
977,
2479,
3413,
3414,
2510,
1834,
4080,
4112,
12944,
3420,
1292,
3116,
31,
3117,
9329,
3424,
12945
],
),
"oxygen_saturation": SymbolsMetadata(
popularity: 21,
codepoint: 0xe4de,
categories: [3],
tags: [
4973,
690,
5385,
4272,
2386,
5387,
5388,
697,
4400,
892,
4520,
5390,
5391,
1772,
581,
3979,
1426,
17,
894,
4279,
4280,
8134,
12946,
3786,
4295,
4282,
12947,
4283,
6107,
64,
12948,
12949,
4285,
1863
],
),
"p2p": SymbolsMetadata(
popularity: 37,
codepoint: 0xf52a,
categories: [11],
tags: [
283,
1073,
12950,
284,
81,
12951,
288,
12952,
2251,
1105,
1110,
1314,
1084,
262,
267,
12953,
12954,
585,
887,
1088,
12955,
4298,
12956,
12957,
12958,
588,
271,
239,
12959,
851,
2310,
3015,
1529,
12960,
2038,
31,
1406,
526,
4313,
394,
602
],
),
"pace": SymbolsMetadata(
popularity: 156,
codepoint: 0xf6b8,
categories: [15],
tags: [
2525,
77,
7350,
1159,
9,
11,
225,
2885,
3891,
51,
1633,
226,
3494,
468,
3502,
1634,
589,
5570,
27,
359,
4283,
29,
12961,
888,
275,
3540,
7353,
2827,
4983,
1171,
1172,
2158,
332,
3166
],
),
"pacemaker": SymbolsMetadata(
popularity: 16,
codepoint: 0xe656,
categories: [11],
tags: [
3698,
5385,
4273,
3155,
1074,
288,
1105,
5387,
5388,
3942,
1886,
2438,
697,
892,
4520,
5391,
6989,
1471,
1738,
894,
4279,
12962,
630,
4280,
12963,
851,
4282,
4283,
3371
],
),
"package": SymbolsMetadata(
popularity: 1840,
codepoint: 0xe48f,
categories: [5],
tags: [
482,
6109,
6949,
4672,
1333,
4673,
2045,
2192,
4372,
4930,
3792,
1376,
3427,
2303,
1758,
492,
12964,
91,
2589,
10815,
4670,
1352,
2307,
1664,
2309,
432,
2310,
4671,
4374,
433,
2691,
1698,
3676,
900,
12965,
12966
],
),
"package_2": SymbolsMetadata(
popularity: 323,
codepoint: 0xf569,
categories: [5],
tags: [
482,
6109,
4672,
2045,
904,
8597,
4930,
3792,
1471,
3427,
2303,
3793,
1758,
12964,
91,
2589,
10815,
4670,
1352,
2307,
1664,
2310,
4671,
4374,
433,
2691,
1698,
900,
12967,
8481
],
),
"padding": SymbolsMetadata(
popularity: 167,
codepoint: 0xe9c8,
categories: [12],
tags: [
1747,
2160,
1467,
502,
4600,
482,
2254,
345,
485,
313,
1589,
1105,
4615,
1252,
2166,
385,
1471,
4597,
12968,
11198,
70,
9493,
1427,
432,
71,
298,
823,
709,
433,
955,
33,
476
],
),
"page_control": SymbolsMetadata(
popularity: 83,
codepoint: 0xe731,
categories: [2],
tags: [
5745,
193,
1101,
628,
345,
12969,
12970,
12971,
1105,
6860,
12972,
2834,
2354,
323,
174,
12973,
11349,
406,
237,
325,
1596,
12974,
12975,
5746,
851,
329,
759,
2856,
2906,
94,
3496,
12976,
12977,
12978,
4981,
2852,
333,
2598
],
),
"page_footer": SymbolsMetadata(
popularity: 10,
codepoint: 0xf383,
categories: [12],
tags: [
1131,
517,
481,
2196,
12979,
1133,
9774,
6884,
8143,
628,
2405,
1163,
1588,
1589,
4524,
1164,
2135,
3471,
4640,
370,
699,
385,
1471,
1596,
12980,
703,
12981,
1151,
1169,
3795,
2172,
33,
12982,
551
],
),
"page_header": SymbolsMetadata(
popularity: 11,
codepoint: 0xf384,
categories: [12],
tags: [
1131,
481,
3959,
628,
81,
8,
1136,
1588,
1589,
4524,
1164,
147,
370,
137,
9434,
68,
385,
289,
1596,
1597,
390,
410,
1151,
1598,
955,
2172,
31,
33,
740,
1263,
396,
476
],
),
"page_info": SymbolsMetadata(
popularity: 332,
codepoint: 0xf614,
categories: [2],
tags: [
5605,
2453,
144,
3410,
1711,
628,
1753,
81,
145,
1589,
147,
6097,
2834,
871,
293,
68,
3413,
88,
3416,
1481,
70,
1596,
1597,
150,
3090,
179,
1428,
2856,
71,
1598,
3093,
33
],
),
"pageless": SymbolsMetadata(
popularity: 28,
codepoint: 0xf509,
categories: [12],
tags: [
1747,
5363,
1131,
2313,
628,
752,
1822,
81,
8,
1589,
1252,
680,
2165,
2315,
1077,
370,
348,
49,
2520,
2320,
385,
642,
3419,
1597,
57,
2155,
1427,
432,
390,
3057,
12983,
71,
298,
33,
396,
476,
1486
],
),
"pages": SymbolsMetadata(
popularity: 771,
codepoint: 0xe7f9,
categories: [12],
tags: [
2143,
2453,
1192,
1197,
628,
1733,
81,
2152,
3681,
12984,
1690,
9582,
12985,
579,
68,
5404,
8824,
1345,
88,
2468,
3275,
586,
3419,
1597,
2225,
1352,
4156,
432,
4817,
4458,
12986,
2474,
6166,
857
],
),
"pageview": SymbolsMetadata(
popularity: 2003,
codepoint: 0xe8a0,
categories: [6],
tags: [
745,
3410,
4812,
193,
628,
1325,
81,
145,
1588,
1589,
2351,
1590,
316,
147,
317,
488,
1109,
68,
1549,
1116,
1117,
887,
1481,
1596,
1597,
239,
2888,
432,
1745,
1126,
33,
396,
2348
],
),
"paid": SymbolsMetadata(
popularity: 11264,
codepoint: 0xf041,
categories: [9],
tags: [
223,
925,
12987,
928,
569,
1658,
930,
931,
193,
932,
934,
1417,
936,
937,
6590,
962,
938,
1660,
939,
965,
941,
968,
3303,
948,
1061,
523,
12141,
950,
951,
1421,
1665,
954,
1395,
31,
956,
36,
958
],
),
"palette": SymbolsMetadata(
popularity: 7640,
codepoint: 0xe40a,
categories: [1],
tags: [
4606,
1602,
2144,
3094,
3095,
4575,
6095,
2289,
3604,
1236,
485,
4857,
2798,
378,
2165,
6097,
137,
6098,
3100,
3102,
3103,
4250,
6102,
2172,
6108,
4752,
9516,
6104,
6404,
12785,
476
],
),
"pallet": SymbolsMetadata(
popularity: 44,
codepoint: 0xf86a,
categories: [9],
tags: [
517,
482,
6949,
1180,
1498,
4673,
2045,
2192,
6460,
4372,
4930,
9375,
4897,
3792,
1471,
3052,
3427,
6463,
468,
12988,
2470,
4374,
1719,
1698,
11511,
900,
1639,
8481,
4953
],
),
"pan_tool": SymbolsMetadata(
popularity: 2513,
codepoint: 0xe925,
categories: [6],
tags: [
501,
345,
1796,
4645,
2165,
2707,
2708,
12989,
7629,
137,
2710,
2083,
2491,
581,
138,
2868,
505,
324,
1758,
325,
6491,
1167,
329,
1745,
362,
509,
1226,
31,
511,
396
],
),
"pan_tool_alt": SymbolsMetadata(
popularity: 3294,
codepoint: 0xebb9,
categories: [6],
tags: [
748,
345,
1796,
12990,
4645,
2707,
2708,
7629,
12991,
137,
12992,
2710,
2083,
2491,
581,
138,
1622,
467,
1344,
12993,
505,
324,
1758,
12994,
468,
325,
6491,
328,
1167,
1745,
1226,
31,
511,
12995,
907
],
),
"pan_zoom": SymbolsMetadata(
popularity: 133,
codepoint: 0xf655,
categories: [6],
tags: [
1747,
77,
502,
345,
1796,
43,
2334,
7643,
2351,
914,
5179,
2229,
317,
1757,
2708,
7629,
2710,
5829,
1622,
1549,
2340,
1758,
1550,
2356,
2968,
6491,
386,
1167,
5936,
391,
1126,
1952,
511,
396,
2348,
12996
],
),
"panorama": SymbolsMetadata(
popularity: 801,
codepoint: 0xe40b,
categories: [1],
tags: [
1175,
1176,
1232,
500,
1178,
8,
12997,
137,
699,
49,
1605,
385,
1182,
1606,
1607,
5812,
386,
57,
59,
62,
3509,
1184,
2470,
11113,
12998,
396,
11114,
2552
],
),
"panorama_horizontal": SymbolsMetadata(
popularity: 290,
codepoint: 0xe40d,
categories: [1],
tags: [
500,
633,
40,
2254,
8,
914,
370,
1704,
904,
699,
49,
1605,
385,
406,
5812,
469,
386,
57,
59,
62,
432,
2790,
11113,
410,
392,
1952,
396,
476,
2552,
12999
],
),
"panorama_photosphere": SymbolsMetadata(
popularity: 240,
codepoint: 0xe9c9,
categories: [1],
tags: [
458,
500,
2554,
2756,
40,
1852,
13000,
316,
320,
699,
49,
466,
1605,
324,
5812,
386,
57,
59,
13001,
62,
2790,
331,
9711,
332,
396,
475,
476,
477,
2552,
12471,
334
],
),
"panorama_vertical": SymbolsMetadata(
popularity: 149,
codepoint: 0xe40e,
categories: [1],
tags: [
500,
633,
929,
40,
42,
1586,
13002,
6607,
381,
49,
1605,
1471,
1834,
507,
3672,
5812,
13003,
386,
57,
59,
62,
432,
2790,
392,
4918,
13004,
332,
1507,
1465,
396,
2552,
12471
],
),
"panorama_wide_angle": SymbolsMetadata(
popularity: 141,
codepoint: 0xe40f,
categories: [1],
tags: [
1747,
1342,
500,
5112,
8159,
40,
42,
1822,
1252,
13005,
346,
13006,
348,
1343,
699,
49,
1605,
53,
406,
5812,
386,
57,
59,
62,
11113,
396,
4339,
476,
2552,
12471
],
),
"paragliding": SymbolsMetadata(
popularity: 377,
codepoint: 0xe50f,
categories: [15],
tags: [
2525,
3660,
4961,
837,
2430,
7350,
7570,
690,
781,
11,
5179,
13007,
1918,
1999,
1933,
3810,
3319,
13008,
7572,
581,
1633,
1605,
1967,
1834,
3672,
13009,
13010,
588,
589,
3323,
13011,
2002,
13012,
593,
30,
3540,
13013,
3327,
332,
1969,
1865,
9063
],
),
"park": SymbolsMetadata(
popularity: 2053,
codepoint: 0xea63,
categories: [5],
tags: [
1131,
12379,
312,
1852,
1855,
3836,
13014,
1833,
1605,
1967,
6272,
323,
324,
2802,
1834,
3672,
3061,
3321,
326,
1835,
8711,
7270,
3323,
1968,
1096,
5506
],
),
"partly_cloudy_day": SymbolsMetadata(
popularity: 1993,
codepoint: 0xf172,
categories: [3],
tags: [
1883,
193,
840,
1686,
13015,
842,
4210,
2134,
13016,
4766,
2886,
13017,
13018,
13019,
5876,
1834,
3672,
12514,
13020,
13021,
2002,
13022,
1608,
13023,
4064,
858,
859,
13024,
10097,
6783
],
),
"partly_cloudy_night": SymbolsMetadata(
popularity: 629,
codepoint: 0xf174,
categories: [3],
tags: [
4096,
1883,
4068,
840,
1686,
5958,
4117,
4104,
13025,
4105,
2886,
2751,
4076,
4108,
5876,
4110,
1834,
4080,
12666,
4061,
13026,
1926,
2002,
1928,
3760,
858,
332,
1929,
1969,
859
],
),
"partner_exchange": SymbolsMetadata(
popularity: 1629,
codepoint: 0xf7f9,
categories: [3],
tags: [
2451,
77,
502,
690,
569,
9999,
571,
1073,
13027,
3853,
6370,
1488,
2974,
3302,
1490,
8017,
579,
10127,
699,
581,
5625,
87,
1314,
13028,
267,
289,
13029,
13030,
7700,
588,
589,
3450,
1707,
13031,
1170,
3984,
4948,
956,
526
],
),
"partner_reports": SymbolsMetadata(
popularity: 52,
codepoint: 0xefaf,
categories: [2],
tags: [
3125,
1360,
1422,
1071,
1361,
7009,
569,
691,
373,
1365,
1425,
81,
5495,
2732,
3506,
1366,
1078,
234,
1367,
68,
6811,
13032,
13033,
1166,
17,
1086,
13034,
4280,
616,
13029,
13035,
648,
1427,
759,
3510,
4817,
2345,
746,
3093,
31,
1095,
1429,
2823,
206
],
),
"party_mode": SymbolsMetadata(
popularity: 280,
codepoint: 0xe7fa,
categories: [1],
tags: [
3641,
40,
155,
4991,
13036,
6127,
13037,
13038,
10,
4993,
13039,
3319,
13040,
579,
1620,
5516,
53,
642,
4080,
5453,
587,
13041,
13042,
13043,
57,
59,
62,
593,
13044,
3224,
13045,
13046
],
),
"passkey": SymbolsMetadata(
popularity: 663,
codepoint: 0xf87f,
categories: [13],
tags: [
480,
861,
10927,
5239,
5241,
690,
2313,
10581,
44,
1590,
581,
259,
1112,
1786,
980,
523,
2013,
13047,
5339,
588,
589,
326,
1034,
1063,
1782,
1036,
13048,
392,
31,
65,
5341,
333
],
),
"password": SymbolsMetadata(
popularity: 5163,
codepoint: 0xf042,
categories: [4],
tags: [
861,
10932,
565,
5239,
5241,
1102,
10581,
6822,
8043,
1112,
13049,
8058,
1786,
11571,
980,
5966,
5339,
13050,
326,
1034,
1063,
1582,
1065,
6279,
1782,
10931,
12609,
1036,
987,
988,
857,
5341
],
),
"password_2": SymbolsMetadata(
popularity: 45,
codepoint: 0xf4a9,
categories: [4],
tags: [
861,
10932,
565,
9916,
5241,
2700,
1102,
1769,
10581,
10936,
8043,
1590,
1112,
1786,
980,
5339,
2688,
326,
1034,
1063,
1582,
3208,
13051,
6279,
1782,
10931,
10938,
1036,
857,
5341,
601,
4840
],
),
"password_2_off": SymbolsMetadata(
popularity: 11,
codepoint: 0xf4a8,
categories: [4],
tags: [
861,
5239,
8723,
4260,
1102,
1769,
868,
1055,
2918,
813,
1112,
1786,
980,
11781,
1059,
1060,
1061,
5339,
326,
1034,
1063,
3206,
1065,
6279,
1036,
1067,
857,
1068,
5341
],
),
"patient_list": SymbolsMetadata(
popularity: 120,
codepoint: 0xe653,
categories: [2],
tags: [
690,
373,
2386,
5067,
628,
4814,
1770,
1589,
147,
697,
4276,
892,
1772,
581,
1471,
88,
6801,
11845,
4293,
1776,
1595,
1597,
4295,
13052,
6342,
589,
13053,
1288,
8019,
1598,
13054,
33,
13055,
602
],
),
"pattern": SymbolsMetadata(
popularity: 539,
codepoint: 0xf043,
categories: [4],
tags: [
480,
4606,
1467,
3536,
13056,
2254,
1161,
13057,
485,
1164,
2229,
13058,
904,
137,
4583,
382,
1112,
980,
1115,
13059,
13060,
5339,
3377,
326,
3458,
13061,
1036,
392,
433,
857,
2172,
3608,
3609,
5341,
476,
13062,
13063
],
),
"pause": SymbolsMetadata(
popularity: 8954,
codepoint: 0xe034,
categories: [0],
tags: [
748,
1268,
2125,
504,
1103,
345,
1753,
1108,
3399,
2491,
11295,
13064,
406,
352,
1714,
1742,
1223,
2606,
3454,
409,
432,
12116,
1226,
10463,
10464,
1331,
3353,
37,
766
],
),
"pause_circle": SymbolsMetadata(
popularity: 4538,
codepoint: 0xe1a2,
categories: [0],
tags: [
1268,
517,
2125,
504,
193,
462,
345,
1753,
3520,
2491,
1344,
406,
407,
1714,
289,
1223,
2521,
408,
409,
6363,
1035,
392,
1226,
10463,
31,
1331,
1465,
37,
2535
],
),
"pause_presentation": SymbolsMetadata(
popularity: 451,
codepoint: 0xe0ea,
categories: [7],
tags: [
748,
1669,
7512,
9611,
2125,
345,
288,
8,
3399,
406,
352,
686,
1742,
1223,
2127,
408,
3454,
5027,
1427,
13065,
410,
1529,
1552,
5998,
5194,
1226,
10463,
3903,
2131,
2210,
2482,
543,
333,
1186,
1187,
5257
],
),
"payments": SymbolsMetadata(
popularity: 20994,
codepoint: 0xef63,
categories: [9],
tags: [
926,
927,
928,
8857,
1658,
930,
931,
932,
934,
1417,
936,
961,
937,
1418,
962,
938,
965,
941,
942,
968,
2154,
948,
2468,
523,
950,
951,
5645,
1421,
1665,
432,
1394,
1395,
1396,
31,
956,
971
],
),
"pedal_bike": SymbolsMetadata(
popularity: 2249,
codepoint: 0xeb29,
categories: [14],
tags: [
749,
1818,
4165,
4167,
1820,
1821,
1523,
2044,
753,
4172,
313,
11,
2885,
348,
7935,
581,
1541,
468,
3672,
3321,
1634,
13066,
13067,
2054,
3323,
3324,
7312,
1635,
1636,
4183,
1927,
30,
4827,
1639,
332,
7313,
1844,
4185,
2059
],
rtlAutoMirrored: true,
),
"pediatrics": SymbolsMetadata(
popularity: 29,
codepoint: 0xe11d,
categories: [3],
tags: [
3545,
1767,
3155,
6984,
993,
13068,
2386,
4275,
1770,
7215,
697,
2441,
892,
13069,
4520,
5391,
1772,
3551,
9113,
894,
9888,
1776,
3555,
289,
4730,
13070,
4282,
13071,
13072,
3563,
5398
],
),
"pen_size_1": SymbolsMetadata(
popularity: 35,
codepoint: 0xf755,
categories: [12],
tags: [
1266,
1602,
6226,
2289,
485,
1589,
378,
1252,
370,
137,
1344,
87,
8155,
226,
13073,
4530,
2638,
298,
1964,
1170,
8157,
4607,
1433,
3599,
511,
3752,
1486
],
),
"pen_size_2": SymbolsMetadata(
popularity: 28,
codepoint: 0xf754,
categories: [12],
tags: [
1747,
1602,
517,
8152,
345,
485,
378,
1252,
680,
2165,
370,
2265,
916,
384,
87,
8155,
13074,
13075,
506,
355,
13076,
2638,
13077,
13078,
391,
151,
298,
3795,
1170,
13079,
8157,
4607,
511,
338,
3752,
1486
],
),
"pen_size_3": SymbolsMetadata(
popularity: 21,
codepoint: 0xf753,
categories: [12],
tags: [
1475,
3095,
11345,
377,
378,
13080,
1252,
370,
2166,
8166,
13081,
13082,
8154,
8155,
1471,
174,
4530,
2638,
298,
1170,
13083,
13084,
8157,
2209,
2186,
4607,
13085,
97,
13086,
3752,
397,
1486,
9465
],
),
"pen_size_4": SymbolsMetadata(
popularity: 16,
codepoint: 0xf752,
categories: [12],
tags: [
2222,
3095,
345,
1236,
378,
4858,
1252,
8161,
370,
1111,
13087,
87,
8154,
8155,
70,
4530,
13088,
2638,
921,
151,
71,
298,
1170,
13084,
8157,
9481,
4607,
511,
3752,
397,
1486,
13089
],
),
"pen_size_5": SymbolsMetadata(
popularity: 17,
codepoint: 0xf751,
categories: [12],
tags: [
1475,
1602,
8291,
13090,
2289,
375,
9477,
378,
4858,
1252,
680,
370,
384,
1111,
1948,
87,
8155,
4530,
2638,
298,
4577,
10347,
1170,
8157,
9481,
2186,
6968,
4607,
3636,
3752,
397,
1486,
7862
],
),
"pending": SymbolsMetadata(
popularity: 6075,
codepoint: 0xef64,
categories: [6],
tags: [
13091,
10950,
2196,
450,
193,
1209,
912,
145,
313,
1105,
2590,
2894,
12193,
914,
2918,
51,
88,
756,
506,
237,
325,
2930,
2606,
328,
1167,
759,
2897,
10963,
1151,
362,
4662,
1728,
2970,
2535,
766
],
),
"pending_actions": SymbolsMetadata(
popularity: 4428,
codepoint: 0xf1bb,
categories: [12],
tags: [
4635,
5017,
1360,
13092,
2080,
3111,
1159,
1160,
2126,
1588,
1589,
489,
2084,
3128,
88,
4824,
616,
1597,
2606,
13093,
758,
759,
1718,
4128,
1370,
1168,
3773,
1171,
1679,
1721,
766,
3003
],
),
"pentagon": SymbolsMetadata(
popularity: 443,
codepoint: 0xeb50,
categories: [12],
tags: [
480,
1931,
1332,
810,
2313,
1164,
7243,
3520,
13094,
13095,
13096,
488,
904,
137,
138,
384,
3813,
814,
647,
492,
289,
13097,
852,
392,
644,
1339,
2502,
955,
31,
12941,
1409
],
),
"percent": SymbolsMetadata(
popularity: 3260,
codepoint: 0xeb58,
categories: [12],
tags: [
1422,
1322,
791,
373,
193,
3132,
81,
1162,
12138,
1754,
381,
1078,
4513,
793,
18,
21,
22,
23,
3989,
3706,
759,
3105,
359,
3106,
390,
954,
898,
1067,
746,
31,
36
],
),
"pergola": SymbolsMetadata(
popularity: 167,
codepoint: 0xe203,
categories: [5],
tags: [
480,
13098,
1497,
3830,
9030,
929,
13099,
11284,
2150,
3836,
904,
916,
1605,
2946,
1143,
3672,
13100,
13101,
289,
3843,
13102,
1352,
3323,
4911,
1505,
1339,
433,
955,
4065,
3761,
3353
],
),
"perm_camera_mic": SymbolsMetadata(
popularity: 168,
codepoint: 0xe8a2,
categories: [1],
tags: [
861,
1268,
504,
40,
42,
283,
1753,
288,
1548,
138,
49,
1111,
2946,
406,
1284,
1285,
13103,
289,
13104,
2688,
57,
59,
62,
1034,
440,
1036,
71,
1293,
1294,
433,
454,
411,
31,
37,
434
],
),
"perm_contact_calendar": SymbolsMetadata(
popularity: 1716,
codepoint: 0xe8a3,
categories: [6],
tags: [
565,
2418,
1670,
504,
2080,
975,
1160,
2134,
145,
4814,
1164,
10,
577,
137,
581,
138,
68,
1344,
5121,
5018,
5036,
588,
13104,
13105,
13106,
589,
876,
590,
4481,
1168,
31,
1171,
907,
601,
5021
],
),
"perm_data_setting": SymbolsMetadata(
popularity: 262,
codepoint: 0xe8a4,
categories: [4],
tags: [
861,
5363,
1765,
1686,
1784,
685,
284,
345,
81,
13107,
1468,
2151,
1688,
1690,
1785,
293,
68,
1029,
267,
70,
4138,
13104,
13105,
13106,
921,
2738,
71,
1788,
1698,
9219,
1093
],
),
"perm_device_information": SymbolsMetadata(
popularity: 299,
codepoint: 0xe8a5,
categories: [11],
tags: [
1246,
1247,
5605,
13108,
13109,
1360,
1177,
251,
193,
81,
145,
288,
13110,
13111,
1754,
13112,
1110,
871,
5098,
1253,
293,
68,
4455,
5606,
262,
13113,
13114,
13115,
237,
13104,
271,
13116,
432,
2548,
1708,
7378,
8407,
880,
31,
525,
140
],
),
"perm_media": SymbolsMetadata(
popularity: 1944,
codepoint: 0xe8a7,
categories: [12],
tags: [
2143,
1467,
1197,
628,
1733,
81,
13117,
1588,
1589,
2152,
3681,
147,
1690,
2153,
1691,
1198,
49,
1605,
1082,
13118,
1345,
406,
11269,
1606,
1607,
439,
2468,
91,
586,
9217,
13119,
4816,
13104,
13120,
57,
59,
62,
4156,
4458,
13121,
1719,
13122,
1698
],
),
"perm_phone_msg": SymbolsMetadata(
popularity: 1961,
codepoint: 0xe8a8,
categories: [7],
tags: [
2537,
566,
568,
569,
1270,
1250,
570,
13123,
572,
573,
283,
1074,
975,
1476,
288,
1480,
1548,
138,
583,
262,
13124,
289,
13104,
13105,
589,
920,
271,
5123,
590,
440,
1708,
594,
1485,
880,
31,
1406,
601,
1298
],
),
"perm_scan_wifi": SymbolsMetadata(
popularity: 227,
codepoint: 0xe8a9,
categories: [4],
tags: [
861,
1360,
13125,
1177,
4791,
731,
283,
685,
1073,
284,
254,
7843,
288,
317,
293,
68,
259,
262,
267,
70,
13104,
13105,
13106,
11246,
2075,
1745,
1126,
652,
151,
273,
31,
65,
97,
1864,
277,
278
],
),
"person": SymbolsMetadata(
popularity: 90355,
codepoint: 0xe7fd,
categories: [3],
tags: [
565,
566,
13126,
9659,
690,
193,
975,
577,
225,
3520,
977,
581,
978,
979,
980,
982,
1044,
13127,
289,
588,
13128,
589,
590,
985,
986,
888,
601,
6292,
13129,
991
],
),
"person_2": SymbolsMetadata(
popularity: 1021,
codepoint: 0xf8e4,
categories: [3],
tags: [
480,
565,
566,
1332,
690,
193,
6972,
577,
225,
8428,
977,
581,
2012,
979,
980,
982,
814,
178,
289,
588,
589,
590,
392,
986,
888,
1339,
3590,
593,
601
],
),
"person_3": SymbolsMetadata(
popularity: 653,
codepoint: 0xf8e5,
categories: [3],
tags: [
565,
8506,
1190,
566,
571,
4621,
574,
576,
6648,
577,
578,
579,
13130,
581,
978,
7402,
582,
2468,
267,
586,
588,
589,
590,
888,
593,
595,
597,
7403,
7411,
551,
601,
13131,
602
],
),
"person_4": SymbolsMetadata(
popularity: 719,
codepoint: 0xf8e6,
categories: [3],
tags: [
565,
1041,
6124,
566,
975,
6972,
577,
225,
8428,
904,
581,
978,
49,
979,
980,
982,
289,
588,
589,
2766,
920,
820,
1063,
590,
392,
888,
1339,
11728,
601,
991
],
),
"person_add": SymbolsMetadata(
popularity: 18045,
codepoint: 0xe7fe,
categories: [3],
tags: [
231,
565,
9657,
745,
13132,
9998,
1557,
1559,
566,
975,
13133,
1325,
577,
10000,
13134,
1004,
581,
8221,
13135,
1565,
981,
887,
1572,
1574,
588,
589,
983,
239,
240,
590,
9663,
31,
601,
9664
],
),
"person_add_disabled": SymbolsMetadata(
popularity: 467,
codepoint: 0xe9cb,
categories: [6],
tags: [
231,
565,
745,
1051,
6330,
975,
1299,
12006,
1210,
5937,
868,
1055,
577,
1213,
581,
5187,
982,
887,
1059,
1060,
1061,
588,
589,
239,
590,
1224,
1065,
1067,
1261,
31,
1068,
601
],
),
"person_alert": SymbolsMetadata(
popularity: 275,
codepoint: 0xf567,
categories: [3],
tags: [
3125,
565,
745,
1360,
1361,
566,
974,
691,
193,
1365,
2732,
1366,
3935,
577,
1480,
225,
977,
581,
1367,
2734,
1166,
616,
588,
589,
13136,
239,
2737,
590,
13137,
1428,
4435,
1036,
13138,
13139,
888,
31,
1728,
2448,
601,
13140,
206
],
),
"person_apron": SymbolsMetadata(
popularity: 97,
codepoint: 0xf5a3,
categories: [3],
tags: [
565,
13141,
566,
5708,
5711,
4226,
4227,
3690,
577,
225,
2367,
137,
581,
138,
384,
1516,
4234,
5412,
588,
589,
5413,
590,
3727,
2738,
652,
888,
595,
31,
2669,
601,
5417
],
),
"person_book": SymbolsMetadata(
popularity: 69,
codepoint: 0xf5e8,
categories: [12],
tags: [
565,
3081,
690,
3410,
193,
4445,
13142,
3112,
5377,
577,
225,
1548,
977,
581,
978,
68,
3413,
3414,
1345,
3415,
13143,
492,
588,
589,
13144,
590,
13145,
3401,
2888,
432,
985,
392,
986,
3116,
31,
601
],
),
"person_cancel": SymbolsMetadata(
popularity: 73,
codepoint: 0xf566,
categories: [3],
tags: [
2613,
565,
745,
566,
12676,
13146,
481,
1208,
193,
780,
1209,
13147,
1210,
1211,
2732,
1212,
577,
1213,
581,
5187,
588,
589,
239,
590,
4268,
5192,
1224,
1065,
1226,
7507,
13148,
601,
4013
],
),
"person_celebrate": SymbolsMetadata(
popularity: 250,
codepoint: 0xf7fe,
categories: [15],
tags: [
3,
3514,
690,
5693,
4991,
5,
1675,
3132,
5512,
2335,
13149,
13150,
4993,
225,
2683,
13,
13151,
1620,
581,
5516,
13152,
20,
587,
588,
589,
2521,
242,
13153,
3526,
5503,
888,
3164,
245,
5177,
3529
],
),
"person_check": SymbolsMetadata(
popularity: 317,
codepoint: 0xf565,
categories: [3],
tags: [
2673,
565,
3,
745,
1671,
2697,
3198,
1766,
566,
690,
1673,
2095,
463,
2701,
2333,
2335,
577,
225,
977,
581,
978,
13154,
981,
1166,
1676,
588,
589,
239,
590,
1036,
362,
291,
245,
1678,
601,
2693,
2347,
1584,
1681
],
),
"person_edit": SymbolsMetadata(
popularity: 155,
codepoint: 0xf4fa,
categories: [6],
tags: [
565,
566,
974,
504,
1751,
193,
1586,
6416,
1325,
1236,
145,
4858,
1252,
680,
577,
977,
581,
138,
979,
68,
1111,
2085,
1652,
887,
4530,
2638,
588,
589,
921,
590,
71,
392,
986,
888,
2464,
601,
1600,
1486
],
),
"person_off": SymbolsMetadata(
popularity: 2145,
codepoint: 0xe510,
categories: [3],
tags: [
2613,
565,
566,
481,
193,
2618,
1300,
868,
1055,
4267,
577,
225,
1213,
581,
87,
11586,
6828,
6266,
1059,
1060,
1061,
588,
589,
876,
1063,
590,
8671,
1065,
392,
8290,
888,
1067,
31,
1068,
601
],
),
"person_pin": SymbolsMetadata(
popularity: 2499,
codepoint: 0xe55a,
categories: [5],
tags: [
565,
1514,
566,
193,
13155,
975,
312,
313,
13156,
577,
225,
317,
13157,
13158,
10000,
7852,
581,
13159,
13160,
323,
324,
1541,
174,
12415,
1550,
588,
589,
326,
327,
1392,
329,
590,
888,
1226,
13161,
601,
7856
],
),
"person_pin_circle": SymbolsMetadata(
popularity: 5906,
codepoint: 0xe56a,
categories: [5],
tags: [
565,
1514,
566,
193,
975,
312,
313,
577,
13162,
321,
581,
978,
1549,
323,
324,
1541,
174,
325,
8326,
588,
589,
326,
1551,
327,
329,
590,
1226,
1095,
601,
7856
],
),
"person_play": SymbolsMetadata(
popularity: 233,
codepoint: 0xf7fd,
categories: [15],
tags: [
565,
566,
690,
504,
5693,
193,
5512,
345,
4993,
2229,
1548,
1620,
977,
581,
6362,
13152,
2961,
406,
588,
589,
2521,
590,
1125,
392,
5503,
888,
2138,
31,
1728,
601,
37
],
),
"person_raised_hand": SymbolsMetadata(
popularity: 490,
codepoint: 0xf59a,
categories: [3],
tags: [
2451,
6638,
13163,
1361,
566,
690,
1915,
225,
2708,
137,
8017,
579,
2710,
871,
581,
138,
13164,
5121,
13165,
10501,
588,
589,
3964,
6907,
392,
888,
31,
601,
13166,
1863
],
),
"person_remove": SymbolsMetadata(
popularity: 2938,
codepoint: 0xef66,
categories: [3],
tags: [
565,
566,
1233,
13146,
481,
7068,
193,
975,
1210,
8287,
1162,
4267,
1212,
577,
10000,
581,
87,
1255,
4294,
588,
589,
590,
2630,
9687,
5192,
1224,
1067,
13167,
13168,
13148,
601,
3236
],
),
"person_search": SymbolsMetadata(
popularity: 5533,
codepoint: 0xf106,
categories: [7],
tags: [
565,
566,
690,
193,
975,
13169,
1162,
2334,
577,
317,
13170,
13171,
13157,
13172,
13158,
10000,
13173,
1109,
4646,
977,
581,
2337,
13174,
13175,
13176,
12426,
1115,
5830,
2339,
1116,
1117,
2340,
588,
589,
13177,
590,
13178,
1126,
888,
4412,
601,
13179,
2348
],
),
"person_shield": SymbolsMetadata(
popularity: 147,
codepoint: 0xe384,
categories: [13],
tags: [
861,
565,
13180,
5239,
566,
1561,
3974,
577,
8047,
581,
978,
3205,
980,
588,
589,
13181,
1034,
1063,
590,
13182,
1581,
3206,
1582,
3208,
705,
1782,
13183,
1036,
392,
1583,
888,
601,
13184,
1584
],
),
"personal_bag": SymbolsMetadata(
popularity: 37,
codepoint: 0xeb0e,
categories: [16],
tags: [
1981,
2454,
3661,
3662,
2042,
4927,
3410,
3663,
1515,
3666,
5425,
1333,
4646,
1633,
2051,
3673,
5383,
920,
13185,
11648,
13186,
13187,
432,
433,
1698,
4933,
4501,
900,
332,
3677,
1929,
13188,
13189,
1969
],
),
"personal_bag_off": SymbolsMetadata(
popularity: 3,
codepoint: 0xeb0f,
categories: [16],
tags: [
861,
2613,
565,
2454,
3661,
3662,
2042,
1051,
3410,
3663,
1235,
1162,
868,
1055,
87,
2051,
1057,
6266,
13190,
8070,
1059,
1061,
3673,
920,
13191,
1063,
590,
2630,
1065,
2379,
1036,
1395,
1067,
1698,
332,
1068,
601
],
),
"personal_bag_question": SymbolsMetadata(
popularity: 21,
codepoint: 0xeb10,
categories: [16],
tags: [
3961,
2553,
6318,
865,
2454,
3661,
3662,
2042,
3410,
3663,
568,
570,
283,
1333,
1476,
1477,
2659,
11480,
871,
293,
68,
5430,
2051,
13192,
3673,
920,
2737,
969,
2344,
3964,
3965,
1395,
594,
1698,
880,
31,
4870,
332,
3966
],
),
"personal_injury": SymbolsMetadata(
popularity: 1670,
codepoint: 0xe6da,
categories: [15],
tags: [
3425,
13193,
864,
3567,
8015,
10206,
690,
4143,
13194,
13195,
13196,
4297,
13197,
867,
2438,
3805,
8625,
13198,
697,
892,
581,
3158,
5271,
1949,
2459,
13199,
894,
10531,
12872,
4295,
588,
589,
920,
13200,
13201,
8621,
13202,
593,
880,
13203,
3168
],
),
"personal_places": SymbolsMetadata(
popularity: 88,
codepoint: 0xe703,
categories: [16],
tags: [
1514,
1131,
574,
310,
312,
11519,
4525,
317,
4510,
7852,
1140,
1633,
323,
324,
1540,
1541,
1166,
174,
325,
13204,
920,
1551,
327,
2570,
1392,
329,
1149,
1636,
1696,
13205,
1553,
182,
1153,
332,
11538,
1155
],
),
"pest_control": SymbolsMetadata(
popularity: 1025,
codepoint: 0xf0fa,
categories: [5],
tags: [
1360,
4889,
481,
1309,
193,
345,
1235,
1162,
13206,
1999,
1213,
13207,
4894,
13208,
87,
13209,
1834,
6828,
13210,
5838,
2737,
2630,
1582,
2379,
705,
898,
1067,
4202,
1226,
206,
4441
],
),
"pest_control_rodent": SymbolsMetadata(
popularity: 265,
codepoint: 0xf0fd,
categories: [5],
tags: [
4889,
13211,
345,
4892,
13212,
13206,
697,
1140,
1500,
13213,
5508,
2734,
13214,
13215,
2990,
13210,
13216,
13217,
5838,
2737,
1501,
13218,
7901,
13219,
13220,
3865,
652,
13221,
5398,
13222,
13223
],
),
"pet_supplies": SymbolsMetadata(
popularity: 118,
codepoint: 0xefb1,
categories: [5],
tags: [
13224,
4889,
4143,
13225,
3155,
13226,
13227,
934,
13228,
13229,
4719,
2367,
13230,
697,
3550,
13231,
13232,
4521,
9327,
13233,
2521,
13234,
1393,
1395,
1396,
3676,
2517,
3732,
13235,
3850
],
),
"pets": SymbolsMetadata(
popularity: 6944,
codepoint: 0xe91d,
categories: [3],
tags: [
13236,
4889,
13237,
13238,
13239,
13240,
13241,
13242,
13243,
13226,
13229,
3807,
2710,
1166,
13244,
13245,
9327,
13233,
13246,
13247,
13248,
13249,
13250,
1743,
2444,
392,
1095,
4827,
13251,
13235,
3166
],
),
"phishing": SymbolsMetadata(
popularity: 881,
codepoint: 0xead7,
categories: [15],
tags: [
1360,
4417,
481,
691,
11499,
13252,
13253,
1365,
44,
2298,
1366,
5811,
2486,
4510,
13254,
2492,
6825,
13255,
267,
13256,
13257,
1582,
1428,
13258,
1036,
1583,
13259,
4438,
1728,
2398,
11569,
206,
7510
],
),
"phone_android": SymbolsMetadata(
popularity: 3643,
codepoint: 0xe324,
categories: [11],
tags: [
1247,
1307,
13260,
13261,
504,
13262,
1270,
5051,
1250,
251,
13263,
193,
13264,
283,
6195,
288,
12509,
44,
13265,
8,
13266,
1754,
13267,
1886,
13268,
2550,
13269,
3798,
13270,
1110,
1253,
262,
1706,
1404,
13271,
13272,
271,
5059,
2551,
13273,
432,
13274,
2548,
13275,
410,
13276,
1708,
525,
65,
6263,
1406,
7226
],
),
"phone_bluetooth_speaker": SymbolsMetadata(
popularity: 253,
codepoint: 0xe61b,
categories: [7],
tags: [
1268,
13277,
7735,
4296,
13278,
4301,
1270,
1250,
283,
1073,
284,
254,
975,
288,
1110,
262,
4298,
13279,
271,
5059,
273,
1293,
1294,
9669,
13280,
31,
65,
1406,
526,
278,
4309,
13281
],
),
"phone_callback": SymbolsMetadata(
popularity: 993,
codepoint: 0xe649,
categories: [7],
tags: [
77,
1268,
1270,
13282,
1250,
251,
283,
284,
975,
1476,
288,
1400,
2832,
137,
5053,
1110,
2302,
87,
262,
21,
5062,
289,
271,
3366,
762,
392,
31,
1296,
65,
1406
],
rtlAutoMirrored: true,
),
"phone_disabled": SymbolsMetadata(
popularity: 663,
codepoint: 0xe9cc,
categories: [7],
tags: [
1051,
1270,
1208,
1250,
283,
975,
288,
1162,
868,
3288,
1055,
2135,
1213,
5061,
1110,
87,
262,
1302,
13283,
6266,
13284,
1059,
1060,
1061,
1223,
271,
4268,
2110,
1067,
1226,
65,
1406,
1068,
13285
],
),
"phone_enabled": SymbolsMetadata(
popularity: 2149,
codepoint: 0xe9cd,
categories: [7],
tags: [
749,
6638,
1268,
4019,
1270,
1250,
283,
1073,
975,
1476,
288,
1400,
1055,
5053,
1110,
262,
1061,
271,
13286,
3366,
2121,
1296,
1406,
1298
],
),
"phone_forwarded": SymbolsMetadata(
popularity: 853,
codepoint: 0xe61c,
categories: [7],
tags: [
500,
77,
1268,
1270,
1250,
282,
283,
284,
975,
288,
1162,
313,
903,
13287,
5053,
1110,
2302,
87,
262,
1758,
271,
876,
2862,
2308,
2969,
906,
1707,
31,
65,
1406,
526,
1298
],
rtlAutoMirrored: true,
),
"phone_in_talk": SymbolsMetadata(
popularity: 9880,
codepoint: 0xe61d,
categories: [7],
tags: [
13288,
1268,
1270,
13289,
13290,
1250,
251,
570,
283,
7060,
1074,
284,
975,
1476,
81,
288,
5053,
1110,
3048,
87,
13291,
262,
267,
13292,
271,
5069,
1745,
652,
273,
1293,
2077,
1294,
1295,
1296,
13293,
9594,
1406,
13294,
1298,
13295,
554,
1864,
278
],
),
"phone_iphone": SymbolsMetadata(
popularity: 14000,
codepoint: 0xe325,
categories: [11],
tags: [
1246,
1247,
1669,
501,
504,
1270,
1250,
251,
283,
975,
288,
44,
8,
1886,
2550,
3798,
1110,
1253,
259,
10830,
1471,
583,
262,
1706,
267,
271,
2551,
432,
2548,
410,
1708,
525,
65,
1406,
33,
551,
278
],
),
"phone_locked": SymbolsMetadata(
popularity: 284,
codepoint: 0xe61e,
categories: [7],
tags: [
861,
5239,
5241,
481,
1270,
1250,
2540,
283,
975,
288,
2550,
1110,
1786,
1056,
262,
5339,
271,
1034,
1063,
4268,
3206,
1582,
1065,
705,
1782,
13296,
1036,
1583,
1708,
65,
1406
],
),
"phone_missed": SymbolsMetadata(
popularity: 525,
codepoint: 0xe61f,
categories: [7],
tags: [
1360,
77,
1270,
1250,
283,
975,
288,
2955,
1110,
2084,
5055,
87,
4824,
5089,
5090,
13297,
262,
616,
13298,
271,
5069,
5092,
1708,
612,
1406,
13299,
13300,
13301,
13302
],
rtlAutoMirrored: true,
),
"phone_paused": SymbolsMetadata(
popularity: 323,
codepoint: 0xe620,
categories: [7],
tags: [
2125,
1270,
1250,
283,
975,
2126,
288,
3798,
5053,
1110,
2491,
12112,
1222,
13303,
262,
1302,
2025,
13304,
1223,
10111,
271,
2108,
2470,
2110,
1295,
433,
1226,
10463,
9594,
65,
1406,
1068,
1465,
766
],
),
"phonelink_erase": SymbolsMetadata(
popularity: 502,
codepoint: 0xe0db,
categories: [7],
tags: [
1246,
1247,
748,
13305,
1208,
1250,
780,
1209,
284,
1235,
5060,
1210,
288,
2621,
13306,
13307,
3288,
4658,
2135,
3392,
2732,
1212,
1110,
1253,
262,
13308,
1706,
12047,
4294,
3295,
616,
271,
13309,
12049,
7194,
2737,
432,
5063,
1224,
11364,
1226,
31,
525,
3473,
3298,
206,
4013
],
),
"phonelink_ring": SymbolsMetadata(
popularity: 1076,
codepoint: 0xe0dd,
categories: [7],
tags: [
1246,
1247,
1360,
9619,
1270,
1250,
2540,
251,
283,
284,
975,
4210,
81,
288,
1886,
1110,
1253,
5055,
262,
265,
267,
616,
271,
7194,
432,
762,
5820,
2548,
652,
273,
1708,
1293,
525,
7820,
2068,
1864,
278
],
),
"phonelink_ring_off": SymbolsMetadata(
popularity: 7,
codepoint: 0xf7aa,
categories: [7],
tags: [
1246,
1247,
1994,
481,
13310,
13311,
1208,
1250,
284,
3287,
81,
288,
2955,
868,
7444,
4266,
1055,
2022,
1213,
1110,
1253,
87,
262,
10086,
1302,
267,
2024,
6443,
13312,
12048,
2106,
13313,
13314,
13315,
1059,
1060,
1061,
271,
7194,
2379,
762,
13316,
652,
273,
2027,
1304,
1067,
2111,
525,
7820,
13317,
278,
2028
],
),
"phonelink_setup": SymbolsMetadata(
popularity: 499,
codepoint: 0xe0de,
categories: [11],
tags: [
1246,
1247,
1747,
13318,
13319,
13320,
1270,
251,
570,
1784,
8115,
685,
284,
345,
1236,
288,
4042,
1785,
1110,
1253,
293,
1314,
2085,
4899,
262,
13321,
2023,
13322,
70,
6275,
271,
13323,
7194,
13324,
921,
432,
71,
1788,
1708,
525,
33
],
),
"photo": SymbolsMetadata(
popularity: 1569,
codepoint: 0xe410,
categories: [1],
tags: [
1342,
1332,
5148,
44,
147,
1343,
904,
137,
138,
49,
1605,
406,
1606,
1607,
1834,
289,
57,
4832,
59,
62,
13325,
432,
390,
392,
1339,
433,
1608,
10629,
10630,
31,
476
],
),
"photo_album": SymbolsMetadata(
popularity: 608,
codepoint: 0xe411,
categories: [1],
tags: [
1342,
2143,
1701,
4819,
1197,
13326,
13327,
1343,
49,
5151,
2520,
52,
1345,
406,
5152,
13328,
1606,
1607,
439,
586,
57,
4831,
5153,
5154,
59,
2155,
62,
2156,
4932,
432,
3526,
1696,
7664,
13329,
433,
13330,
13331,
182,
7080,
13332,
4835,
13333
],
),
"photo_auto_merge": SymbolsMetadata(
popularity: 51,
codepoint: 0xf530,
categories: [1],
tags: [
1174,
565,
1342,
7008,
4,
3152,
9583,
3372,
566,
13334,
4224,
690,
3374,
1197,
1324,
1073,
5077,
1325,
1252,
577,
1343,
579,
581,
49,
1281,
1328,
2154,
16,
1314,
1330,
1652,
92,
588,
589,
57,
59,
62,
2156,
758,
590,
1292,
1719,
601,
2598
],
),
"photo_camera": SymbolsMetadata(
popularity: 18495,
codepoint: 0xe412,
categories: [1],
tags: [
4954,
504,
40,
42,
193,
288,
44,
346,
138,
49,
1111,
53,
406,
354,
439,
13335,
57,
1346,
59,
62,
453,
4918,
1347,
433,
31,
65,
37,
434,
476
],
),
"photo_camera_back": SymbolsMetadata(
popularity: 259,
codepoint: 0xef68,
categories: [1],
tags: [
2454,
5163,
40,
42,
193,
288,
4413,
1757,
2550,
49,
1605,
53,
1606,
1607,
57,
59,
62,
5146,
2768,
453,
4918,
1347,
433,
65,
37
],
),
"photo_camera_front": SymbolsMetadata(
popularity: 606,
codepoint: 0xef69,
categories: [1],
tags: [
565,
1132,
40,
42,
193,
1325,
13336,
577,
147,
13337,
5120,
2763,
581,
49,
5145,
53,
406,
13338,
439,
289,
588,
589,
57,
13339,
59,
8850,
62,
5123,
590,
453,
2770,
1347,
433,
527,
3281,
601,
37,
443,
13340
],
),
"photo_frame": SymbolsMetadata(
popularity: 340,
codepoint: 0xf0d9,
categories: [1],
tags: [
1602,
2145,
1132,
1161,
8,
348,
1343,
137,
6762,
4256,
49,
1376,
13341,
406,
2811,
12487,
289,
57,
13342,
1346,
62,
7663,
1427,
432,
433,
396,
476,
13343
],
),
"photo_library": SymbolsMetadata(
popularity: 5654,
codepoint: 0xe413,
categories: [1],
tags: [
1342,
2143,
959,
4812,
2147,
1197,
2149,
13344,
4814,
8,
1690,
49,
5151,
1082,
1345,
1029,
406,
1606,
1607,
439,
586,
92,
2765,
57,
4832,
59,
2155,
62,
2156,
3379,
2813,
2728,
1719,
1698,
396,
476
],
),
"photo_prints": SymbolsMetadata(
popularity: 167,
codepoint: 0xefb2,
categories: [1],
tags: [
1342,
1197,
628,
44,
8,
1589,
147,
1690,
6890,
1343,
49,
406,
5152,
2811,
2468,
1597,
57,
4831,
9758,
13345,
59,
2155,
62,
2156,
1427,
1743,
6345,
2522,
432,
1598,
433,
1719,
396,
476
],
),
"photo_size_select_large": SymbolsMetadata(
popularity: 299,
codepoint: 0xe433,
categories: [1],
tags: [
1747,
5363,
1342,
8291,
2405,
754,
1252,
680,
914,
147,
2166,
348,
5826,
1343,
49,
1605,
1948,
1345,
2355,
406,
1606,
1607,
70,
57,
59,
62,
9762,
432,
2232,
391,
8827,
362,
363,
298,
1608,
396
],
),
"photo_size_select_small": SymbolsMetadata(
popularity: 416,
codepoint: 0xe434,
categories: [1],
tags: [
1747,
1342,
1467,
6056,
7206,
377,
8,
1252,
680,
370,
382,
49,
1948,
385,
1345,
4136,
2895,
1606,
1607,
70,
57,
59,
62,
432,
5936,
362,
2920,
298,
1964,
433,
4833,
2729,
396,
3065
],
),
"php": SymbolsMetadata(
popularity: 946,
codepoint: 0xeb8f,
categories: [2],
tags: [
480,
4,
2576,
281,
6002,
5,
1102,
2228,
2197,
11581,
1723,
1313,
1104,
3517,
4904,
2799,
12,
6003,
13346,
13347,
259,
5247,
16,
2493,
523,
13348,
2515,
1123,
6010,
3076,
6015,
2738,
13349,
31,
65,
33,
35,
2212,
13350,
13351
],
),
"physical_therapy": SymbolsMetadata(
popularity: 14,
codepoint: 0xe11e,
categories: [15],
tags: [
690,
4143,
13352,
2386,
1770,
11,
2885,
697,
892,
1772,
581,
3157,
3158,
1526,
894,
468,
4148,
12872,
4295,
589,
3160,
13353,
11989,
1695,
3161,
30,
1952,
2359,
13354,
3165,
3513,
3542,
11994
],
),
"piano": SymbolsMetadata(
popularity: 963,
codepoint: 0xe521,
categories: [15],
tags: [
1602,
1268,
8970,
13355,
13356,
4472,
781,
9973,
4859,
1113,
10946,
4455,
1967,
406,
8129,
1714,
3098,
648,
13357,
2521,
8281,
440,
4283,
593,
3067,
1293,
11947,
13358
],
),
"piano_off": SymbolsMetadata(
popularity: 193,
codepoint: 0xe520,
categories: [15],
tags: [
1268,
2069,
345,
1299,
2021,
1162,
868,
1055,
4859,
1113,
10946,
1471,
1714,
13359,
3098,
13360,
1302,
2106,
13361,
1595,
1059,
1061,
13357,
432,
2110,
1067,
593,
1293,
1226,
6854,
413,
5941
],
),
"picture_as_pdf": SymbolsMetadata(
popularity: 8961,
codepoint: 0xe415,
categories: [1],
tags: [
13362,
13363,
4,
11756,
5,
1733,
2584,
7619,
1589,
2456,
13364,
13365,
11278,
13366,
3681,
12808,
2585,
13367,
147,
557,
13368,
2586,
12,
370,
49,
16,
2468,
3419,
1597,
6372,
13369,
13370,
13371,
13372,
57,
59,
62,
13373,
13374,
13375,
1719,
31,
33,
35,
8880,
8704
],
),
"picture_in_picture": SymbolsMetadata(
popularity: 545,
codepoint: 0xe8aa,
categories: [7],
tags: [
570,
1822,
13376,
8,
13377,
13378,
10435,
13379,
781,
9093,
385,
406,
407,
8849,
9094,
2895,
7694,
7072,
6344,
2765,
57,
62,
5260,
9097,
12645,
329,
11682,
6255,
410,
13380,
392,
13381,
13382,
7698,
13383,
37,
13384,
543,
13385,
13386,
396,
1187
],
rtlAutoMirrored: true,
),
"picture_in_picture_alt": SymbolsMetadata(
popularity: 655,
codepoint: 0xe911,
categories: [7],
tags: [
1601,
482,
570,
1822,
13376,
8,
13378,
9093,
49,
385,
406,
407,
686,
9095,
7072,
6344,
2765,
57,
62,
5260,
9097,
408,
409,
329,
432,
410,
392,
13381,
433,
411,
13383,
37,
543,
396,
13387,
4546,
1187
],
rtlAutoMirrored: true,
),
"picture_in_picture_center": SymbolsMetadata(
popularity: 20,
codepoint: 0xf550,
categories: [7],
tags: [
308,
570,
1753,
2830,
1822,
13376,
8,
13378,
13388,
2351,
914,
9093,
348,
13389,
2868,
5404,
385,
406,
1758,
7072,
6344,
2765,
57,
62,
5260,
9097,
329,
432,
2232,
410,
392,
2920,
13381,
13390,
13391,
13383,
989,
37,
396,
1187
],
),
"picture_in_picture_large": SymbolsMetadata(
popularity: 8,
codepoint: 0xf54f,
categories: [7],
tags: [
570,
1822,
13376,
8,
13378,
9454,
13379,
914,
9100,
9093,
5826,
1948,
385,
406,
352,
2895,
9095,
7072,
6344,
2765,
57,
62,
5260,
13392,
9097,
409,
12376,
12645,
13393,
329,
410,
392,
2920,
298,
13381,
13383,
37,
444,
543,
1187
],
rtlAutoMirrored: true,
),
"picture_in_picture_medium": SymbolsMetadata(
popularity: 13,
codepoint: 0xf54e,
categories: [7],
tags: [
504,
570,
345,
1822,
13376,
8,
13378,
1164,
13388,
346,
4883,
138,
1344,
385,
406,
2895,
354,
7072,
1087,
355,
6344,
2765,
57,
62,
5260,
9097,
408,
409,
329,
2232,
410,
392,
2920,
13381,
454,
411,
13383,
141,
1348,
37,
1187
],
rtlAutoMirrored: true,
),
"picture_in_picture_mobile": SymbolsMetadata(
popularity: 16,
codepoint: 0xf517,
categories: [7],
tags: [
748,
1669,
501,
570,
13394,
628,
345,
2830,
1822,
13376,
8,
13378,
781,
9093,
348,
467,
385,
406,
13395,
262,
439,
7072,
6344,
2765,
57,
62,
5260,
9097,
329,
432,
410,
392,
13381,
13396,
1708,
13383,
37,
366,
543,
7080,
1187,
2857
],
rtlAutoMirrored: true,
),
"picture_in_picture_off": SymbolsMetadata(
popularity: 17,
codepoint: 0xf52f,
categories: [7],
tags: [
504,
570,
1209,
345,
1822,
13376,
1300,
868,
8,
13378,
1055,
1212,
5826,
138,
385,
406,
2895,
13397,
7072,
1059,
1060,
1061,
355,
6344,
2765,
57,
62,
13398,
9097,
13399,
12645,
329,
1224,
410,
392,
13381,
1067,
1226,
411,
13383,
413,
5941,
37,
543,
396,
1187
],
),
"picture_in_picture_small": SymbolsMetadata(
popularity: 26,
codepoint: 0xf54d,
categories: [7],
tags: [
570,
6056,
345,
1822,
13376,
8,
13378,
914,
9093,
348,
49,
13389,
385,
406,
13400,
354,
7072,
1087,
6344,
2765,
57,
62,
5260,
9097,
408,
409,
329,
432,
2232,
410,
392,
13381,
1964,
433,
13383,
412,
6143,
413,
37,
396,
476,
1187
],
rtlAutoMirrored: true,
),
"pie_chart": SymbolsMetadata(
popularity: 2954,
codepoint: 0xe6c4,
categories: [9],
tags: [
1422,
1071,
1423,
517,
569,
373,
193,
3782,
81,
375,
1136,
963,
941,
1078,
234,
1081,
68,
2478,
1182,
226,
1086,
5048,
3706,
7540,
5921,
759,
4817,
2345,
2480,
1152,
4998,
746,
3093,
1095,
514
],
),
"pill": SymbolsMetadata(
popularity: 100,
codepoint: 0xe11f,
categories: [3],
tags: [
12869,
1332,
11863,
7671,
11875,
5227,
1771,
697,
892,
138,
894,
1775,
1776,
13401,
492,
6708,
1777,
11870,
1778,
1779,
10212,
330,
11490,
392,
2395,
1339,
2502,
3165,
5398,
3513
],
),
"pill_off": SymbolsMetadata(
popularity: 5,
codepoint: 0xf809,
categories: [3],
tags: [
1208,
11863,
2618,
1162,
1300,
868,
5227,
1771,
697,
892,
13402,
1222,
11709,
894,
1775,
1776,
13401,
2025,
1059,
6708,
9133,
1777,
11870,
1778,
1779,
1224,
2548,
11490,
392,
1067,
1226,
525,
5398,
1068
],
),
"pin": SymbolsMetadata(
popularity: 2738,
codepoint: 0xf045,
categories: [4],
tags: [
72,
74,
75,
1514,
8696,
312,
7,
2283,
13156,
13403,
317,
4124,
318,
7852,
321,
4126,
1112,
323,
980,
5626,
1388,
1085,
174,
325,
22,
5339,
3377,
326,
327,
1392,
1167,
329,
10903,
10413,
1036,
496,
857,
31,
1095,
332,
5341,
7855
],
),
"pin_drop": SymbolsMetadata(
popularity: 36011,
codepoint: 0xe55e,
categories: [5],
tags: [
1514,
13404,
312,
313,
2903,
317,
321,
137,
138,
1633,
1549,
323,
6207,
324,
1540,
1541,
1166,
174,
13405,
1550,
325,
326,
1551,
327,
1392,
1167,
329,
1226,
1637,
31,
332,
907
],
),
"pin_end": SymbolsMetadata(
popularity: 330,
codepoint: 0xe767,
categories: [6],
tags: [
748,
77,
312,
313,
1754,
2135,
12925,
317,
1536,
7852,
321,
1549,
1538,
6207,
1388,
1540,
1166,
174,
325,
326,
13406,
1543,
13407,
1551,
327,
1392,
1167,
329,
1227,
2158
],
),
"pin_invoke": SymbolsMetadata(
popularity: 403,
codepoint: 0xe763,
categories: [6],
tags: [
748,
1381,
77,
312,
313,
1754,
2903,
7852,
321,
2834,
51,
13408,
323,
324,
1166,
174,
325,
1542,
492,
326,
1551,
327,
328,
1167,
329,
10903,
13409,
13410,
644,
10904,
511,
332
],
),
"pinboard": SymbolsMetadata(
popularity: 44,
codepoint: 0xf3ab,
categories: [6],
tags: [
5726,
4161,
571,
283,
2313,
13411,
8,
3825,
68,
4482,
1029,
1593,
583,
1481,
1183,
92,
326,
13412,
11882,
3509,
1352,
1427,
1517,
5459,
10903,
4128,
1370,
1696,
1529,
13413,
10904,
1518,
3585,
13414,
476,
4744
],
),
"pinboard_unread": SymbolsMetadata(
popularity: 12,
codepoint: 0xf3ac,
categories: [6],
tags: [
1360,
5726,
13415,
1701,
4161,
193,
1754,
1367,
323,
1538,
324,
1388,
174,
1593,
583,
887,
1183,
616,
326,
10918,
1545,
1167,
5459,
10903,
3401,
2308,
1370,
1696,
4481,
10413,
10414,
2310,
10904,
1518,
3585,
2609,
13416,
2611,
13417
],
),
"pinch": SymbolsMetadata(
popularity: 1027,
codepoint: 0xeb38,
categories: [2],
tags: [
1747,
77,
502,
6057,
345,
313,
1589,
2351,
914,
1798,
2707,
2708,
12992,
1326,
2710,
49,
1622,
5831,
1116,
324,
2355,
2895,
262,
325,
13418,
57,
13419,
5936,
2232,
391,
410,
2920,
298,
13420,
525,
1801,
13421,
13422,
2348
],
),
"pinch_zoom_in": SymbolsMetadata(
popularity: 609,
codepoint: 0xf1fa,
categories: [6],
tags: [
745,
1747,
502,
1209,
13423,
345,
145,
313,
8,
2351,
914,
2707,
1757,
2708,
13424,
2710,
2083,
3048,
1337,
1622,
1116,
262,
386,
13419,
239,
2232,
391,
6256,
410,
525,
1801,
396,
2348,
8296
],
),
"pinch_zoom_out": SymbolsMetadata(
popularity: 713,
codepoint: 0xf1fb,
categories: [6],
tags: [
77,
502,
2455,
13425,
2955,
375,
313,
8,
1589,
1798,
2707,
2708,
2710,
2083,
49,
1344,
1959,
87,
13426,
324,
2895,
1255,
262,
2930,
2356,
57,
13419,
1167,
13427,
6255,
410,
2920,
1801,
13422,
396,
8695,
2348,
3065
],
),
"pip": SymbolsMetadata(
popularity: 111,
codepoint: 0xf64d,
categories: [2],
tags: [
77,
482,
344,
1209,
628,
2830,
8,
781,
346,
9093,
348,
1111,
13389,
10774,
406,
13395,
2895,
1758,
354,
439,
2765,
62,
5260,
9097,
408,
409,
12645,
432,
906,
410,
13382,
433,
3011,
2039,
37,
543,
396,
1187
],
),
"pip_exit": SymbolsMetadata(
popularity: 37,
codepoint: 0xf70d,
categories: [2],
tags: [
77,
1209,
13428,
912,
13429,
13430,
4658,
2135,
1212,
914,
9093,
348,
5826,
1111,
10774,
2207,
406,
352,
13431,
1758,
2356,
62,
5260,
13432,
9097,
408,
1224,
2232,
1124,
2920,
9099,
1226,
37,
543,
1187,
4014
],
),
"pivot_table_chart": SymbolsMetadata(
popularity: 488,
codepoint: 0xe9ce,
categories: [12],
tags: [
924,
1422,
1071,
77,
502,
1423,
517,
569,
373,
933,
1425,
81,
4396,
375,
313,
1688,
1252,
680,
941,
1078,
382,
1081,
68,
6811,
13032,
226,
1086,
92,
9075,
13433,
1427,
1428,
3510,
470,
1460,
1598,
1461,
746,
13434,
1474,
1095,
7541
],
),
"place_item": SymbolsMetadata(
popularity: 1954,
codepoint: 0xf1f0,
categories: [2],
tags: [
1514,
77,
502,
312,
313,
2334,
2832,
2903,
317,
318,
7852,
2834,
1376,
1633,
1549,
323,
6207,
1388,
1540,
1085,
1758,
325,
1551,
327,
1545,
1546,
1392,
329,
13435,
1126,
332,
1929,
7855
],
),
"plagiarism": SymbolsMetadata(
popularity: 1569,
codepoint: 0xea5a,
categories: [12],
tags: [
3109,
1360,
691,
1673,
628,
1733,
5507,
13436,
1588,
1589,
3681,
3517,
13437,
6666,
317,
1213,
1109,
1548,
5230,
13438,
1115,
1117,
1596,
1597,
13439,
13440,
1428,
1745,
1126,
1127,
31,
33,
13441,
13442,
13443,
206,
1486
],
),
"planet": SymbolsMetadata(
popularity: 46,
codepoint: 0xf387,
categories: [3],
tags: [
4096,
4812,
193,
283,
284,
4102,
314,
315,
3112,
1852,
316,
318,
319,
320,
322,
259,
325,
267,
9863,
12875,
6708,
5254,
4201,
823,
331,
65,
332,
10800,
1186,
334,
13444
],
),
"planner_banner_ad_pt": SymbolsMetadata(
popularity: 61,
codepoint: 0xe692,
categories: [1],
tags: [
1175,
1176,
1131,
1178,
1423,
481,
482,
3959,
1333,
628,
485,
8,
1164,
3520,
379,
137,
699,
49,
1605,
385,
1182,
1606,
1607,
57,
59,
62,
820,
5019,
5123,
1184,
13445,
432,
1151,
5544,
2502,
823,
907,
476
],
),
"planner_review": SymbolsMetadata(
popularity: 158,
codepoint: 0xe694,
categories: [9],
tags: [
5017,
1422,
1670,
2477,
2080,
1673,
81,
1160,
1252,
3506,
10,
1078,
1471,
88,
1029,
1595,
616,
586,
1677,
5019,
13446,
3075,
759,
1370,
1428,
3524,
1168,
10454,
1518,
5908,
2476,
2464
],
),
"play_arrow": SymbolsMetadata(
popularity: 27203,
codepoint: 0xe037,
categories: [0],
tags: [
1669,
501,
77,
1268,
2454,
6360,
504,
344,
2719,
345,
1753,
313,
781,
13447,
903,
138,
1344,
406,
354,
1714,
325,
2521,
408,
409,
6363,
906,
410,
2016,
1552,
1293,
2138,
454,
1728,
141,
1348,
37,
333,
1186
],
),
"play_circle": SymbolsMetadata(
popularity: 24228,
codepoint: 0xe1c4,
categories: [0],
tags: [
749,
77,
1268,
6360,
504,
193,
345,
1753,
3520,
346,
2845,
2925,
1301,
406,
354,
439,
1714,
2521,
408,
409,
1035,
1293,
2138,
454,
1728,
37,
2087
],
),
"play_disabled": SymbolsMetadata(
popularity: 276,
codepoint: 0xef6a,
categories: [0],
tags: [
748,
1268,
1051,
504,
13448,
345,
1753,
868,
1055,
903,
5426,
1222,
6362,
2868,
406,
354,
1714,
13449,
1059,
1061,
2521,
408,
12376,
392,
1067,
2138,
31,
1728,
1068,
37
],
),
"play_for_work": SymbolsMetadata(
popularity: 398,
codepoint: 0xe906,
categories: [7],
tags: [
77,
1268,
3662,
1515,
569,
4928,
193,
1385,
1589,
2832,
147,
346,
1693,
3657,
1516,
1029,
406,
13450,
354,
1391,
2521,
13451,
12321,
408,
409,
4932,
3115,
759,
1517,
2138,
13452,
454,
1518,
37,
1519
],
),
"play_lesson": SymbolsMetadata(
popularity: 622,
codepoint: 0xf047,
categories: [0],
tags: [
3109,
1268,
3410,
1701,
504,
1915,
902,
4445,
44,
13453,
3112,
2834,
3414,
5470,
3121,
13454,
13455,
13456,
406,
4738,
439,
2521,
13457,
408,
3401,
2888,
6363,
3526,
2755,
2138,
7253,
3042,
1728,
4483,
37
],
),
"play_pause": SymbolsMetadata(
popularity: 1522,
codepoint: 0xf137,
categories: [0],
tags: [
748,
77,
1268,
517,
504,
1103,
902,
345,
1753,
13458,
903,
1108,
3399,
5474,
1471,
406,
352,
1714,
1223,
2521,
408,
409,
6363,
2138,
1226,
411,
413,
1728,
37
],
),
"playing_cards": SymbolsMetadata(
popularity: 66,
codepoint: 0xf5dc,
categories: [3],
tags: [
13459,
13460,
13461,
5399,
13462,
5441,
13463,
5375,
5400,
6911,
1488,
781,
8127,
5449,
5403,
13464,
13465,
4736,
2509,
4520,
1967,
13466,
3384,
13467,
3673,
6914,
5454,
3323,
13468,
1719,
13469,
13470
],
),
"playlist_add": SymbolsMetadata(
popularity: 2965,
codepoint: 0xe03b,
categories: [0],
tags: [
231,
745,
13471,
1268,
13472,
1423,
517,
1197,
1325,
11397,
147,
1690,
1376,
86,
1345,
87,
1471,
88,
406,
13473,
1714,
13474,
887,
13475,
1717,
13476,
239,
1646,
1460,
13477,
1293,
31
],
),
"playlist_add_check": SymbolsMetadata(
popularity: 1903,
codepoint: 0xe065,
categories: [0],
tags: [
745,
4486,
8593,
1671,
1467,
1268,
1673,
3200,
1197,
463,
1675,
2701,
2335,
4821,
86,
1345,
88,
1166,
439,
1714,
1676,
91,
1717,
239,
1718,
362,
94,
6165,
245,
1518,
1678,
2347,
1584,
37,
1681
],
),
"playlist_add_check_circle": SymbolsMetadata(
popularity: 747,
codepoint: 0xe7e6,
categories: [0],
tags: [
2673,
745,
1342,
13478,
2144,
1268,
1374,
2148,
1673,
193,
1197,
463,
2701,
628,
1325,
2335,
1252,
1198,
13479,
13480,
86,
1345,
88,
2085,
1166,
406,
1714,
91,
92,
1717,
453,
94,
1293,
245,
2158,
1584,
37
],
),
"playlist_add_circle": SymbolsMetadata(
popularity: 475,
codepoint: 0xe7e5,
categories: [0],
tags: [
745,
1342,
8593,
2144,
1268,
2148,
1673,
193,
1197,
1325,
13447,
1345,
88,
1166,
406,
354,
1714,
887,
1717,
239,
1718,
453,
2157,
3067,
1293,
2158,
2039,
37
],
),
"playlist_play": SymbolsMetadata(
popularity: 1008,
codepoint: 0xe05f,
categories: [0],
tags: [
8821,
77,
1268,
517,
1197,
628,
781,
8591,
699,
1471,
88,
406,
407,
686,
439,
1714,
2521,
13481,
408,
409,
1717,
1718,
13482,
2157,
2138,
454,
3068,
1728,
1465,
37
],
),
"playlist_remove": SymbolsMetadata(
popularity: 947,
codepoint: 0xeb80,
categories: [0],
tags: [
5007,
1342,
1208,
780,
1209,
1197,
1235,
1210,
4657,
6920,
811,
3392,
915,
916,
1345,
1471,
88,
406,
1255,
1714,
1717,
453,
1224,
13477,
1261,
97,
13483,
13484,
7052,
4014
],
),
"plug_connect": SymbolsMetadata(
popularity: 31,
codepoint: 0xf35a,
categories: [11],
tags: [
5574,
4955,
3699,
3889,
1073,
284,
4956,
4957,
13485,
288,
3702,
3890,
3942,
1886,
3703,
46,
11009,
1111,
1344,
1314,
5578,
1741,
3990,
1315,
3707,
3939,
4959,
764,
765,
65,
3396,
4960
],
),
"plumbing": SymbolsMetadata(
popularity: 836,
codepoint: 0xf107,
categories: [5],
tags: [
1374,
1180,
1075,
1498,
375,
3884,
13486,
2799,
13487,
1756,
1077,
2528,
382,
5409,
1140,
1500,
4897,
1632,
1526,
1471,
3981,
267,
8898,
13488,
3869,
4900,
13489,
652,
1093,
1789,
3396,
8565,
3850,
4903
],
),
"podcasts": SymbolsMetadata(
popularity: 2031,
codepoint: 0xf048,
categories: [0],
tags: [
1268,
9611,
517,
731,
2031,
193,
283,
628,
781,
13447,
259,
1471,
1301,
13490,
406,
686,
1285,
1714,
267,
2469,
2521,
3400,
9614,
13491,
2064,
453,
273,
1293,
594,
411,
1296,
65,
5537,
1298,
1864,
278
],
),
"podiatry": SymbolsMetadata(
popularity: 30,
codepoint: 0xe120,
categories: [15],
tags: [
3567,
690,
3571,
3155,
6984,
2386,
4944,
1770,
7215,
3805,
697,
892,
1772,
581,
2390,
3158,
3576,
894,
1776,
10531,
12872,
4295,
13492,
29,
7452,
9812,
710,
2932,
4981,
3165,
5398,
3166,
3819
],
),
"podium": SymbolsMetadata(
popularity: 157,
codepoint: 0xf7fb,
categories: [9],
tags: [
3,
3514,
3687,
6,
5117,
3516,
7965,
10,
1916,
8708,
13493,
3177,
5470,
3522,
648,
327,
2515,
11215,
1427,
9668,
13494,
795,
360,
594,
30,
6141,
4176,
245,
3946,
1263,
3528,
3530,
5706
],
),
"point_of_sale": SymbolsMetadata(
popularity: 2342,
codepoint: 0xf17e,
categories: [11],
tags: [
924,
569,
1658,
11435,
931,
13495,
1416,
934,
1417,
224,
1738,
1390,
13496,
948,
12110,
950,
951,
13497,
328,
13498,
13499,
13500,
1665,
985,
1393,
13501,
6740,
2480,
3305,
11438,
1394,
1396,
1093,
1317,
13502,
13503,
13504,
956
],
),
"point_scan": SymbolsMetadata(
popularity: 186,
codepoint: 0xf70c,
categories: [2],
tags: [
480,
7575,
5542,
1422,
9619,
1711,
193,
81,
7843,
44,
314,
316,
317,
904,
10640,
68,
87,
1549,
1551,
328,
1167,
4282,
7111,
3401,
1745,
5511,
1126,
392,
273,
13505,
5855,
1227,
65
],
),
"poker_chip": SymbolsMetadata(
popularity: 49,
codepoint: 0xf49b,
categories: [3],
tags: [
5439,
5440,
5441,
5442,
4936,
5444,
193,
932,
1197,
937,
5446,
4746,
1105,
781,
941,
379,
5448,
5449,
13506,
5403,
5739,
4736,
5450,
1376,
1967,
5452,
948,
492,
2570,
5454,
13507,
3323,
330,
1719,
31,
5457,
2517,
13508
],
),
"policy": SymbolsMetadata(
popularity: 4745,
codepoint: 0xea17,
categories: [13],
tags: [
1765,
2451,
1561,
1674,
3201,
2879,
2455,
81,
13509,
1589,
13510,
147,
317,
1109,
3768,
5429,
68,
3742,
2459,
88,
1115,
1116,
1117,
1029,
3113,
1597,
11282,
1034,
1063,
1581,
1582,
1760,
1428,
2171,
1126,
1036,
1127,
1583,
13511,
13512,
6374,
33,
1584
],
),
"policy_alert": SymbolsMetadata(
popularity: 172,
codepoint: 0xf407,
categories: [13],
tags: [
3125,
861,
1360,
1361,
691,
1561,
3201,
2879,
1365,
2732,
1366,
3935,
317,
4510,
1109,
5429,
3479,
1367,
68,
2734,
3742,
2459,
1115,
1116,
1117,
1166,
616,
11282,
1034,
1063,
2737,
1581,
1582,
1760,
1370,
1065,
4435,
2171,
1126,
1036,
1127,
1583,
291,
31,
6374,
1728,
1584,
206
],
),
"polyline": SymbolsMetadata(
popularity: 1020,
codepoint: 0xebbb,
categories: [12],
tags: [
373,
1586,
1073,
1074,
284,
1325,
81,
485,
375,
2798,
378,
488,
381,
1078,
137,
384,
87,
1471,
3448,
289,
1634,
2820,
851,
13513,
390,
1152,
2473,
392,
4577,
1409,
476,
10801
],
),
"polymer": SymbolsMetadata(
popularity: 514,
codepoint: 0xe8ab,
categories: [6],
tags: [
480,
1467,
10797,
2403,
1523,
4191,
284,
6804,
375,
3517,
2799,
1077,
1078,
13514,
4155,
1314,
1084,
2493,
1166,
4200,
10799,
267,
1088,
13515,
91,
2375,
13516,
4201,
5994,
94,
955,
514
],
),
"pool": SymbolsMetadata(
popularity: 2062,
codepoint: 0xeb48,
categories: [16],
tags: [
2525,
4368,
7350,
7570,
3831,
4057,
690,
13517,
781,
11,
3854,
2885,
8960,
3319,
697,
7572,
3839,
2751,
581,
1903,
1967,
2498,
3672,
588,
589,
2570,
2521,
3844,
3323,
1925,
3845,
2434,
3846,
3540,
2382,
13518,
3848,
3165,
1969,
3850
],
),
"portable_wifi_off": SymbolsMetadata(
popularity: 152,
codepoint: 0xe0ce,
categories: [4],
tags: [
284,
13519,
3287,
1299,
81,
13520,
868,
2731,
1055,
13521,
259,
11707,
87,
13522,
267,
13523,
2024,
6443,
7605,
13524,
13313,
1059,
1060,
1061,
2551,
13525,
13526,
652,
7991,
273,
13527,
2027,
1067,
13528,
13529,
1068,
277,
13530,
13317,
278
],
),
"position_bottom_left": SymbolsMetadata(
popularity: 17,
codepoint: 0xf70b,
categories: [2],
tags: [
2160,
1521,
1669,
501,
1131,
2196,
13531,
309,
2719,
310,
2830,
485,
312,
313,
382,
2834,
1344,
385,
2207,
323,
174,
262,
630,
507,
271,
326,
327,
2208,
328,
329,
13532,
1149,
410,
7107,
1152,
1552,
1553,
525,
1227,
1263,
141,
1348,
333,
1186,
1187,
1155
],
),
"position_bottom_right": SymbolsMetadata(
popularity: 20,
codepoint: 0xf70a,
categories: [2],
tags: [
2159,
2160,
1521,
1669,
501,
503,
13533,
2719,
345,
310,
2830,
485,
313,
1754,
13534,
382,
51,
1344,
385,
323,
174,
262,
630,
507,
271,
1551,
2208,
328,
329,
2200,
13532,
179,
410,
1552,
525,
1263,
141,
1348,
333,
1186,
1187
],
),
"position_top_right": SymbolsMetadata(
popularity: 29,
codepoint: 0xf709,
categories: [2],
tags: [
2159,
1521,
1669,
501,
1131,
77,
482,
2719,
345,
2830,
485,
313,
1164,
382,
2834,
51,
1344,
385,
323,
262,
630,
1758,
325,
492,
507,
271,
326,
1551,
2208,
1167,
329,
13532,
906,
410,
1151,
1552,
7470,
433,
525,
1227,
1263,
141,
1348,
333,
1186,
1187
],
rtlAutoMirrored: true,
),
"post": SymbolsMetadata(
popularity: 34,
codepoint: 0xe705,
categories: [12],
tags: [
745,
2453,
3086,
628,
1325,
1588,
1589,
1590,
147,
488,
1471,
1593,
583,
887,
1481,
1596,
1597,
1352,
1353,
453,
432,
1598,
3142,
1486
],
),
"post_add": SymbolsMetadata(
popularity: 4106,
codepoint: 0xea20,
categories: [12],
tags: [
231,
745,
1630,
13535,
13536,
2453,
3086,
1586,
13537,
628,
1325,
13538,
13539,
81,
1588,
1589,
1688,
1590,
147,
2153,
1691,
583,
887,
13540,
1595,
1596,
1597,
239,
1352,
13541,
1353,
13542,
4598,
1598,
2851,
243,
33,
1600,
1486
],
),
"potted_plant": SymbolsMetadata(
popularity: 2402,
codepoint: 0xf8aa,
categories: [3],
tags: [
2364,
1161,
6243,
1852,
2366,
13543,
8004,
3836,
1829,
2368,
234,
1140,
13544,
13545,
13546,
6567,
9778,
2372,
2373,
3979,
2374,
1834,
2375,
1835,
13547,
6492,
13548,
13549,
13550,
8010
],
),
"power": SymbolsMetadata(
popularity: 1890,
codepoint: 0xe63c,
categories: [11],
tags: [
9619,
504,
3699,
193,
345,
4957,
288,
1300,
3702,
3890,
3942,
2549,
4348,
3703,
51,
87,
1059,
1061,
5578,
3990,
3707,
13551,
6770,
762,
13552,
2138,
4270,
1226,
2415,
1093,
65,
413,
5941,
9021
],
),
"power_input": SymbolsMetadata(
popularity: 199,
codepoint: 0xe336,
categories: [11],
tags: [
5574,
13553,
4955,
3699,
3889,
1073,
4956,
1851,
288,
3702,
3890,
3942,
2549,
3703,
1111,
1344,
1471,
3990,
1315,
3707,
12917,
12918,
13554,
13555,
3939,
4959,
5581,
65,
3396,
7116,
13556,
13557
],
),
"power_off": SymbolsMetadata(
popularity: 749,
codepoint: 0xe646,
categories: [11],
tags: [
504,
3699,
193,
1209,
1103,
345,
4957,
288,
868,
3702,
3890,
1055,
13558,
1212,
904,
1110,
87,
11586,
1059,
1061,
5578,
3990,
3707,
12115,
6770,
5940,
1067,
12116,
10463,
2415,
9965,
13559,
31,
1093,
413,
5941,
9021,
3750
],
),
"power_settings_circle": SymbolsMetadata(
popularity: 28,
codepoint: 0xf418,
categories: [6],
tags: [
3698,
504,
193,
462,
685,
1073,
345,
3288,
3942,
3703,
1110,
293,
68,
87,
1059,
1061,
70,
3707,
12115,
3912,
13551,
6770,
330,
1696,
71,
7103,
13552,
509,
2415,
31,
1093,
413
],
),
"power_settings_new": SymbolsMetadata(
popularity: 6444,
codepoint: 0xe8ac,
categories: [6],
tags: [
748,
504,
193,
1103,
345,
288,
3890,
1886,
3703,
293,
68,
2925,
87,
1738,
1059,
1061,
3707,
1035,
1696,
71,
13552,
2138,
1226,
2415,
31,
1093,
413,
3396
],
),
"prayer_times": SymbolsMetadata(
popularity: 24,
codepoint: 0xf838,
categories: [3],
tags: [
13560,
9507,
1497,
929,
4103,
12199,
5791,
5794,
12200,
12202,
13561,
13562,
3320,
12207,
12208,
2802,
12209,
12210,
5795,
5796,
5207,
13563,
5797,
5799,
13564,
13565,
9207,
332,
5215
],
),
"precision_manufacturing": SymbolsMetadata(
popularity: 4198,
codepoint: 0xf049,
categories: [9],
tags: [
2331,
779,
8015,
5763,
11741,
3227,
3372,
2133,
13566,
1523,
6458,
13567,
1325,
2799,
8479,
6460,
4897,
13568,
13569,
13570,
5332,
1738,
4898,
5768,
11744,
5334,
4899,
2343,
8851,
13571,
2377,
681,
10418,
2516,
13572,
13573,
5581,
65,
8481
],
),
"pregnancy": SymbolsMetadata(
popularity: 27,
codepoint: 0xf5f1,
categories: [3],
tags: [
13574,
3545,
10066,
690,
993,
2062,
13575,
13576,
1026,
3549,
1805,
225,
697,
892,
581,
7909,
1812,
4723,
894,
1776,
8521,
4725,
3553,
289,
1032,
13577,
588,
589,
8639,
8640,
13578,
13579,
590,
13580,
13581,
888,
4731,
7910
],
),
"pregnant_woman": SymbolsMetadata(
popularity: 1126,
codepoint: 0xe91e,
categories: [3],
tags: [
13574,
3545,
10066,
690,
993,
2062,
13576,
1026,
1805,
225,
697,
892,
581,
7909,
4723,
894,
1776,
4725,
3553,
289,
588,
589,
8639,
8640,
13578,
13579,
590,
13580,
13581,
888,
4731,
7910
],
),
"preliminary": SymbolsMetadata(
popularity: 121,
codepoint: 0xe7d8,
categories: [2],
tags: [
1671,
1602,
6603,
1751,
1673,
463,
6105,
485,
2335,
4524,
2798,
378,
1252,
6629,
2165,
2229,
137,
697,
384,
2685,
87,
3052,
756,
1166,
1652,
13582,
1676,
4530,
2638,
12888,
2606,
328,
13583,
2463,
362,
392,
644,
4577,
1170,
1678,
511,
2347,
1584,
1600,
1681
],
),
"prescriptions": SymbolsMetadata(
popularity: 66,
codepoint: 0xe121,
categories: [3],
tags: [
864,
3155,
3111,
1235,
13584,
1588,
13585,
1589,
5227,
1771,
2438,
904,
697,
13586,
892,
4277,
13402,
894,
11894,
13587,
1776,
13401,
13588,
1777,
13589,
1778,
1779,
1582,
11490,
705,
13590,
3165,
5398
],
),
"present_to_all": SymbolsMetadata(
popularity: 1064,
codepoint: 0xe0df,
categories: [7],
tags: [
2292,
77,
1190,
731,
5117,
628,
13591,
8,
5470,
5121,
630,
5027,
13592,
13593,
13594,
13595,
1427,
1517,
5191,
410,
5997,
13596,
1529,
9603,
13597,
11822,
2038,
2016,
13598,
13599,
13600,
1552,
5998,
1720,
37,
333,
13601,
1186
],
),
"preview": SymbolsMetadata(
popularity: 5815,
codepoint: 0xf1c5,
categories: [6],
tags: [
1673,
485,
13602,
13603,
2334,
8,
5828,
316,
10917,
5810,
13604,
5829,
385,
1115,
630,
1183,
8411,
3801,
13605,
9762,
2897,
13606,
410,
13607,
1127,
2016,
8406,
1552,
1553,
7528,
396,
7374,
4339,
2087,
333,
1186,
1187,
5257
],
),
"preview_off": SymbolsMetadata(
popularity: 32,
codepoint: 0xf7af,
categories: [6],
tags: [
2613,
3343,
7368,
13608,
1769,
13609,
485,
868,
13610,
1055,
5810,
1221,
2918,
813,
385,
13611,
7371,
7372,
1059,
1060,
1061,
9762,
13612,
1034,
13613,
13614,
2897,
410,
1036,
1127,
2016,
13615,
13616,
1552,
7373,
13617,
13618,
396,
13619,
13620,
333,
1186,
1187,
5257
],
),
"price_change": SymbolsMetadata(
popularity: 1836,
codepoint: 0xf04a,
categories: [9],
tags: [
1422,
77,
502,
928,
930,
931,
1751,
373,
932,
934,
1417,
936,
937,
81,
5060,
2882,
375,
938,
2832,
2590,
8484,
941,
942,
1078,
234,
235,
1389,
948,
523,
950,
951,
1421,
13621,
1428,
2433,
1395,
746,
7285,
4674,
8867,
31,
1429,
6657,
1709,
98,
36
],
),
"price_check": SymbolsMetadata(
popularity: 2374,
codepoint: 0xf04b,
categories: [9],
tags: [
1671,
13622,
928,
930,
931,
1673,
13623,
932,
934,
13624,
463,
1417,
936,
937,
6370,
12138,
938,
2335,
941,
5430,
52,
5830,
1166,
948,
12639,
1676,
523,
950,
951,
1421,
13625,
1665,
1393,
6740,
954,
1745,
13626,
1746,
13627,
362,
1395,
31,
182,
1678,
956,
2347,
36,
1584,
1681
],
),
"print": SymbolsMetadata(
popularity: 8956,
codepoint: 0xe8ad,
categories: [11],
tags: [
1732,
1733,
288,
1589,
4524,
8569,
1110,
2685,
6272,
1738,
1391,
1741,
1597,
1120,
1743,
1744,
6345,
13628,
13629,
3090,
1353,
1746,
2310
],
),
"print_add": SymbolsMetadata(
popularity: 4,
codepoint: 0xf7a2,
categories: [11],
tags: [
231,
748,
745,
504,
345,
1325,
1235,
288,
1477,
1589,
4524,
8569,
147,
488,
137,
1737,
138,
2685,
1344,
1738,
506,
887,
1391,
355,
1741,
1597,
239,
1743,
1744,
2310,
31
],
),
"print_connect": SymbolsMetadata(
popularity: 7,
codepoint: 0xf7a1,
categories: [11],
tags: [
861,
1671,
1673,
2095,
283,
463,
1073,
284,
254,
288,
44,
2335,
4524,
46,
8569,
2685,
1314,
13630,
1738,
1166,
267,
3193,
13631,
1391,
1676,
523,
4298,
13279,
1597,
4310,
1743,
13632,
1744,
362,
2310,
1529,
764,
765,
65,
1678,
2347,
1584,
278,
13633,
1681
],
),
"print_disabled": SymbolsMetadata(
popularity: 381,
codepoint: 0xe9cf,
categories: [11],
tags: [
2613,
13634,
1051,
6330,
13635,
5937,
288,
868,
1589,
1055,
1213,
137,
13636,
13637,
13638,
1059,
1061,
1741,
1597,
1743,
13639,
13640,
1744,
13641,
13642,
13643,
13644,
1065,
13645,
1067,
31,
1068,
13646,
1409
],
),
"print_error": SymbolsMetadata(
popularity: 3,
codepoint: 0xf7a0,
categories: [11],
tags: [
3125,
1360,
1361,
691,
283,
519,
1365,
288,
1589,
13647,
4524,
2732,
1366,
2733,
8569,
1480,
147,
1110,
1367,
2685,
2734,
1516,
1738,
2735,
1166,
583,
616,
1391,
1741,
1597,
1743,
1744,
2737,
1718,
1428,
2310,
652,
291,
31,
65,
1728,
206
],
),
"print_lock": SymbolsMetadata(
popularity: 4,
codepoint: 0xf651,
categories: [11],
tags: [
861,
1766,
13648,
1769,
13649,
1589,
4524,
8569,
1213,
2685,
1786,
1056,
1738,
1391,
5966,
1597,
5339,
2688,
1743,
13650,
13651,
1744,
1034,
1063,
13652,
1581,
1582,
1065,
1066,
3208,
705,
1782,
13653,
3210,
1036,
2310,
1583
],
),
"priority": SymbolsMetadata(
popularity: 3060,
codepoint: 0xe19f,
categories: [6],
tags: [
1360,
1671,
1361,
691,
1673,
463,
3700,
7980,
1365,
2335,
2732,
4713,
3520,
4510,
904,
4432,
13654,
1367,
51,
174,
814,
616,
1676,
289,
11596,
1036,
362,
392,
13655,
31,
1678,
1728,
13656,
2448,
4711,
206,
1681
],
),
"priority_high": SymbolsMetadata(
popularity: 8707,
codepoint: 0xe645,
categories: [6],
tags: [
3125,
1359,
1360,
1361,
691,
3700,
1365,
2732,
1366,
4713,
3935,
4510,
3479,
13654,
1367,
51,
1166,
583,
1481,
616,
289,
328,
11596,
1370,
273,
31,
1728,
2935,
2448,
206
],
),
"privacy": SymbolsMetadata(
popularity: 141,
codepoint: 0xf148,
categories: [0],
tags: [
861,
13180,
1766,
13657,
5160,
40,
4260,
5117,
1769,
13252,
81,
1273,
6823,
868,
1055,
5965,
346,
5130,
1027,
1110,
1278,
1279,
49,
68,
8058,
1786,
1284,
1285,
353,
6827,
1286,
1059,
1060,
1061,
5966,
1787,
13658,
62,
1034,
1063,
1582,
453,
3297,
1065,
705,
6279,
1782,
13659,
1036,
13660,
1583,
1067,
1293,
37,
434,
1298
],
),
"privacy_tip": SymbolsMetadata(
popularity: 2091,
codepoint: 0xf0dc,
categories: [13],
tags: [
10288,
1360,
1177,
865,
3822,
1561,
2313,
6105,
145,
3112,
13661,
3188,
13662,
871,
5098,
3825,
13663,
293,
68,
13664,
4196,
6811,
3413,
13665,
3414,
9142,
1034,
1063,
1581,
1582,
1036,
652,
1583,
4202,
13666,
10291,
880,
4870,
4871,
4861,
1584
],
),
"private_connectivity": SymbolsMetadata(
popularity: 722,
codepoint: 0xe744,
categories: [13],
tags: [
861,
13667,
284,
254,
81,
13668,
8043,
259,
6825,
1786,
1056,
267,
6827,
523,
13669,
5339,
1034,
1063,
10929,
3206,
13670,
1582,
13671,
705,
1782,
13672,
12609,
8056,
13673,
1036,
1583,
10100,
13674,
13675
],
),
"problem": SymbolsMetadata(
popularity: 350,
codepoint: 0xe122,
categories: [6],
tags: [
3125,
1360,
1361,
930,
691,
13676,
3700,
1365,
4426,
2732,
8172,
1366,
3935,
697,
1367,
68,
2734,
1166,
583,
616,
2737,
13677,
1428,
4435,
1036,
273,
291,
31,
1728,
206,
4441
],
),
"procedure": SymbolsMetadata(
popularity: 26,
codepoint: 0xe651,
categories: [3],
tags: [
748,
1467,
1674,
375,
1077,
5081,
2834,
697,
10285,
88,
894,
1118,
1119,
91,
586,
1677,
9726,
1090,
759,
94,
2157,
6433,
4981,
955,
13678,
1093,
1518,
2476,
3003
],
),
"process_chart": SymbolsMetadata(
popularity: 88,
codepoint: 0xf855,
categories: [12],
tags: [
77,
481,
1072,
373,
284,
81,
375,
1077,
5081,
903,
1078,
1080,
1081,
1633,
87,
1471,
1314,
324,
226,
1086,
267,
3448,
586,
1634,
1677,
9726,
1090,
5570,
1092,
94,
7219,
13679,
1067,
7881,
6433,
4981,
5737,
955,
2476,
1096,
3003
],
),
"production_quantity_limits": SymbolsMetadata(
popularity: 1686,
codepoint: 0xe1d1,
categories: [9],
tags: [
3125,
1360,
223,
1361,
928,
1133,
482,
3917,
930,
1659,
4672,
931,
691,
932,
934,
7456,
345,
80,
936,
937,
1365,
938,
2657,
2732,
1366,
2286,
1367,
3792,
550,
1960,
1141,
1029,
5768,
1166,
4768,
948,
616,
21,
523,
9547,
2589,
950,
951,
1664,
681,
26,
2379,
1395,
13680,
4674,
31,
1068,
206
],
),
"productivity": SymbolsMetadata(
popularity: 674,
codepoint: 0xe296,
categories: [10],
tags: [
5017,
1359,
1670,
569,
2080,
1159,
5032,
1160,
2082,
3500,
10,
1140,
6305,
1029,
4280,
1143,
616,
1391,
586,
920,
5019,
3509,
3075,
759,
13681,
1370,
1168,
3773,
1171,
2476,
1095,
1519
],
),
"progress_activity": SymbolsMetadata(
popularity: 1303,
codepoint: 0xe9d0,
categories: [2],
tags: [
2525,
341,
750,
751,
193,
462,
284,
81,
2099,
9850,
51,
756,
757,
267,
758,
759,
760,
761,
29,
763,
291,
764,
765,
1518,
1171,
526,
513,
2464,
766
],
),
"prompt_suggestion": SymbolsMetadata(
popularity: 546,
codepoint: 0xf4f6,
categories: [2],
tags: [
77,
2936,
13682,
13683,
3822,
6105,
314,
3890,
3703,
11300,
13684,
1548,
138,
3825,
4196,
11297,
3413,
3414,
2207,
9142,
2303,
583,
876,
3707,
1483,
2310,
1529,
4202,
31,
4870,
6050,
3424
],
rtlAutoMirrored: true,
),
"propane": SymbolsMetadata(
popularity: 187,
codepoint: 0xec14,
categories: [8],
tags: [
8907,
1767,
5710,
1333,
4227,
6858,
3703,
13685,
8211,
5991,
3891,
8911,
1856,
1140,
51,
4897,
792,
87,
1143,
3672,
2551,
3707,
13686,
2548,
1698,
5581,
12840,
3396,
8565,
554
],
),
"propane_tank": SymbolsMetadata(
popularity: 479,
codepoint: 0xec13,
categories: [8],
tags: [
8907,
12905,
1767,
3664,
1333,
4227,
6858,
811,
3703,
5201,
8211,
2286,
5991,
3891,
8911,
3036,
4897,
792,
17,
1143,
3672,
2551,
13686,
5579,
12839,
1504,
4054,
1698,
5581,
12840,
3396
],
),
"psychiatry": SymbolsMetadata(
popularity: 431,
codepoint: 0xe123,
categories: [3],
tags: [
1422,
6045,
6046,
13687,
3112,
3836,
977,
697,
892,
13688,
5497,
2479,
3413,
13665,
2372,
3414,
2373,
894,
2811,
5732,
13689,
6047,
12638,
1835,
13690,
6048,
4201,
8010,
3165,
4870,
13691,
6049,
6050,
3513,
3424,
6898
],
),
"psychology": SymbolsMetadata(
popularity: 8268,
codepoint: 0xea4a,
categories: [3],
tags: [
4679,
3453,
690,
6045,
10843,
12593,
6046,
2313,
3112,
1108,
1785,
977,
697,
581,
3825,
6811,
13692,
2479,
3413,
3414,
2811,
5732,
6047,
13693,
588,
589,
921,
13694,
13695,
13696,
6048,
3420,
4201,
71,
1292,
593,
3165,
4870,
4871,
6049,
6050,
12945
],
),
"psychology_alt": SymbolsMetadata(
popularity: 3090,
codepoint: 0xf8ea,
categories: [3],
tags: [
3961,
480,
1601,
1422,
865,
4679,
3453,
690,
6045,
6046,
2313,
13687,
13697,
1108,
1785,
977,
697,
892,
871,
581,
8626,
3825,
293,
68,
13692,
2479,
3413,
3414,
894,
5732,
13689,
6047,
588,
589,
921,
590,
13694,
13690,
6048,
3963,
3965,
4201,
71,
5415,
593,
4202,
3116,
880,
31,
3165,
4870,
4871,
6049,
6050
],
),
"public": SymbolsMetadata(
popularity: 18378,
codepoint: 0xe80b,
categories: [3],
tags: [
861,
862,
193,
574,
284,
4509,
315,
13698,
318,
319,
320,
322,
259,
323,
324,
267,
2930,
5254,
2054,
330,
1529,
593,
823,
331,
5342,
7374,
333,
334,
9865
],
),
"public_off": SymbolsMetadata(
popularity: 895,
codepoint: 0xf1ca,
categories: [3],
tags: [
861,
193,
284,
12418,
868,
315,
1055,
318,
319,
320,
322,
1960,
323,
324,
1085,
267,
1059,
1061,
5254,
1034,
1063,
2054,
1065,
1036,
1067,
593,
823,
331,
1068,
333,
334
],
),
"publish": SymbolsMetadata(
popularity: 3440,
codepoint: 0xe255,
categories: [2],
tags: [
77,
6260,
1686,
3012,
81,
615,
13699,
2191,
1589,
3022,
1703,
147,
3013,
1604,
259,
267,
523,
1352,
2054,
1353,
5340,
2310,
13700,
1529,
526,
1709,
527,
8365,
3267,
13701
],
),
"published_with_changes": SymbolsMetadata(
popularity: 3949,
codepoint: 0xf232,
categories: [6],
tags: [
1671,
2697,
77,
502,
2453,
3086,
6185,
1673,
6186,
463,
628,
1589,
2335,
4524,
1252,
147,
6188,
3463,
1471,
3052,
756,
1166,
1652,
1676,
1596,
1597,
1352,
1353,
13702,
432,
760,
2462,
3627,
7853,
470,
1696,
362,
1529,
1598,
433,
33,
1678,
2464,
527,
2347,
1584,
3685,
7646,
1486,
1681
],
),
"pulmonology": SymbolsMetadata(
popularity: 36,
codepoint: 0xe124,
categories: [3],
tags: [
837,
12372,
13703,
3567,
4188,
690,
1849,
1884,
13704,
5385,
7667,
2386,
1770,
11,
2885,
697,
892,
1772,
581,
138,
13705,
13706,
894,
1776,
9810,
3786,
9811,
13707,
11790,
13708,
13709,
12884,
4201,
31,
13710,
13711
],
),
"pulse_alert": SymbolsMetadata(
popularity: 65,
codepoint: 0xf501,
categories: [3],
tags: [
3125,
2525,
1360,
1422,
1361,
5385,
691,
373,
3700,
1365,
81,
1588,
1770,
7800,
2438,
2732,
1366,
1078,
697,
4520,
13712,
7802,
5391,
3479,
1367,
68,
87,
13713,
1166,
17,
894,
18,
630,
4280,
616,
5893,
4282,
359,
1428,
273,
291,
31,
2448,
4285,
206,
1863,
7217
],
),
"punch_clock": SymbolsMetadata(
popularity: 461,
codepoint: 0xeaa8,
categories: [11],
tags: [
11409,
13714,
569,
1159,
13715,
13716,
1160,
13717,
5904,
5410,
13718,
1391,
13719,
13720,
13721,
13722,
13723,
13724,
4156,
1168,
1171,
13725,
13726,
13727,
8111,
3489,
1172,
13728,
7850,
1095,
13729,
13730,
2574
],
),
"qr_code": SymbolsMetadata(
popularity: 3967,
codepoint: 0xef6b,
categories: [9],
tags: [
13731,
861,
3791,
40,
1102,
519,
1073,
6294,
13732,
13733,
288,
13734,
2012,
68,
1314,
3800,
406,
262,
647,
3377,
951,
1664,
13735,
3794,
3122,
13736,
3401,
1484,
1745,
13737,
1529,
1708,
433,
65,
956,
1531,
13738,
4840,
1186
],
),
"qr_code_2": SymbolsMetadata(
popularity: 4865,
codepoint: 0xe00a,
categories: [9],
tags: [
13731,
3791,
569,
40,
1102,
284,
975,
81,
44,
10300,
2012,
68,
1314,
3800,
1182,
13739,
406,
262,
3377,
951,
1664,
13735,
3794,
3122,
13736,
2888,
1484,
1745,
1746,
2038,
1708,
433,
13740,
65,
1531,
13738,
1186
],
),
"qr_code_2_add": SymbolsMetadata(
popularity: 31,
codepoint: 0xf658,
categories: [9],
tags: [
231,
745,
3791,
569,
40,
1102,
284,
1325,
81,
44,
1350,
382,
138,
68,
1314,
406,
262,
887,
951,
239,
1664,
13735,
3794,
3122,
13736,
2640,
1484,
1745,
988,
1708,
433,
2728,
31,
65,
1531,
13738
],
),
"qr_code_scanner": SymbolsMetadata(
popularity: 7376,
codepoint: 0xf206,
categories: [9],
tags: [
861,
1669,
501,
5239,
3791,
517,
40,
1102,
2350,
13732,
44,
68,
1471,
1314,
13739,
406,
262,
13741,
3377,
951,
271,
1664,
13735,
3794,
3122,
13736,
3799,
2470,
1484,
1745,
1746,
1708,
433,
65,
1531,
13738,
1186
],
),
"query_stats": SymbolsMetadata(
popularity: 10111,
codepoint: 0xe4fc,
categories: [9],
tags: [
1422,
1071,
373,
193,
1425,
81,
375,
5828,
316,
317,
1109,
1078,
1081,
68,
2478,
2337,
87,
1115,
1116,
1117,
2340,
226,
17,
1086,
4280,
648,
2344,
3510,
3420,
2345,
3524,
1126,
1127,
746,
7285,
1095,
2481
],
),
"question_exchange": SymbolsMetadata(
popularity: 249,
codepoint: 0xf7f3,
categories: [2],
tags: [
6638,
6318,
865,
568,
570,
572,
283,
574,
1476,
2743,
2744,
13742,
5659,
1480,
5589,
10292,
871,
10289,
5430,
10290,
583,
13743,
2344,
3964,
1484,
652,
1485,
880,
13744,
4872
],
),
"question_mark": SymbolsMetadata(
popularity: 10764,
codepoint: 0xeb8b,
categories: [6],
tags: [
3961,
6318,
865,
193,
6639,
13745,
2937,
1754,
5658,
3112,
5659,
1548,
3188,
871,
10736,
293,
68,
3962,
13746,
3414,
1166,
2737,
3963,
5735,
2344,
3965,
1170,
880,
31,
3966,
4056
],
),
"queue_music": SymbolsMetadata(
popularity: 1578,
codepoint: 0xe03d,
categories: [0],
tags: [
1268,
911,
1197,
781,
1471,
88,
406,
686,
506,
1714,
8133,
1481,
91,
586,
408,
409,
1717,
1718,
13747,
94,
9844,
1293,
1719,
923,
595,
97,
3068
],
rtlAutoMirrored: true,
),
"queue_play_next": SymbolsMetadata(
popularity: 422,
codepoint: 0xe066,
categories: [0],
tags: [
231,
745,
13471,
1710,
77,
1268,
345,
1712,
288,
8,
13748,
489,
1110,
88,
2085,
406,
686,
630,
1714,
9947,
887,
905,
91,
92,
2521,
408,
409,
1717,
239,
1718,
13749,
4676,
2281,
410,
94,
1293,
454,
411,
31,
2039,
1721,
37,
543
],
),
"quick_phrases": SymbolsMetadata(
popularity: 916,
codepoint: 0xe7d1,
categories: [4],
tags: [
568,
6319,
13750,
570,
13751,
11757,
13752,
572,
13753,
573,
283,
13754,
1476,
2743,
2744,
1480,
13755,
583,
13756,
13757,
13758,
13759,
13760,
3122,
13761,
13762,
13763,
594,
13764,
13765,
13766,
9594,
13767,
13768,
2249,
4869,
13769
],
),
"quick_reference": SymbolsMetadata(
popularity: 234,
codepoint: 0xe46e,
categories: [2],
tags: [
1360,
1177,
2453,
865,
13770,
628,
81,
145,
1588,
1589,
147,
317,
381,
1109,
2834,
871,
5098,
138,
293,
68,
700,
3413,
2946,
88,
1115,
1116,
1117,
3416,
1595,
289,
1596,
1597,
13771,
13772,
179,
1126,
1127,
652,
392,
1128,
433,
880,
31,
33
],
),
"quick_reference_all": SymbolsMetadata(
popularity: 457,
codepoint: 0xf801,
categories: [2],
tags: [
2292,
1209,
912,
1753,
1588,
1589,
913,
914,
147,
317,
1109,
2945,
2918,
1471,
88,
1115,
1116,
1117,
506,
237,
325,
2930,
70,
1596,
919,
1597,
13773,
1126,
1127,
71,
2016,
2949,
2290,
413
],
),
"quick_reorder": SymbolsMetadata(
popularity: 78,
codepoint: 0xeb15,
categories: [9],
tags: [
502,
2971,
482,
12280,
12289,
2045,
313,
2590,
1165,
88,
2303,
13774,
468,
91,
92,
13775,
12881,
3122,
4676,
13776,
2281,
12302,
94,
95,
13777,
3000,
13778,
98,
13779
],
),
"quickreply": SymbolsMetadata(
popularity: 592,
codepoint: 0xef6c,
categories: [7],
tags: [
3955,
568,
570,
572,
12068,
573,
283,
9589,
1476,
2743,
3702,
3703,
13780,
1615,
1165,
13781,
1480,
1111,
3956,
13782,
1622,
3957,
583,
3122,
13783,
13784,
1483,
13785,
6161,
1484,
13786,
594,
1485,
1296,
4867,
33,
5599,
4872,
3958
],
),
"quiz": SymbolsMetadata(
popularity: 5930,
codepoint: 0xf04c,
categories: [3],
tags: [
3961,
3109,
6638,
2477,
865,
482,
6045,
5728,
2095,
2404,
3112,
3506,
10366,
5659,
488,
5403,
871,
293,
68,
3413,
3414,
88,
70,
3963,
3964,
3965,
3771,
13787,
227,
2755,
228,
363,
433,
3116,
880,
1629,
31,
1318,
4870,
13788
],
),
"r_mobiledata": SymbolsMetadata(
popularity: 129,
codepoint: 0xf04d,
categories: [4],
tags: [
4,
517,
1250,
251,
252,
5,
283,
284,
254,
81,
288,
12,
904,
138,
259,
16,
87,
262,
263,
267,
271,
13789,
272,
273,
649,
31,
33,
97,
35,
907,
474,
13790,
278
],
),
"radar": SymbolsMetadata(
popularity: 1366,
codepoint: 0xf04e,
categories: [4],
tags: [
1131,
731,
193,
9116,
7843,
5507,
314,
2352,
1471,
323,
9587,
630,
12427,
267,
4163,
329,
6295,
4282,
7111,
4793,
12449,
1148,
1799,
1745,
2835,
1126,
64,
273,
5138,
5855,
1227,
1095,
2067,
1863
],
),
"radio": SymbolsMetadata(
popularity: 1408,
codepoint: 0xe03e,
categories: [0],
tags: [
13791,
4791,
1268,
731,
732,
283,
288,
44,
781,
351,
1110,
259,
1301,
1282,
406,
1714,
409,
9614,
2064,
3366,
273,
1293,
411,
65,
2067,
6765,
1864,
278
],
),
"radio_button_checked": SymbolsMetadata(
popularity: 18578,
codepoint: 0xe837,
categories: [2],
tags: [
749,
1669,
501,
3764,
504,
3200,
13792,
13793,
684,
193,
2719,
345,
485,
1754,
1055,
3591,
488,
10037,
1111,
467,
1344,
13794,
1059,
1061,
355,
6100,
13795,
328,
2064,
12796,
453,
330,
410,
362,
2714,
13796,
13797,
1552,
413,
141,
2210,
1348,
333,
1186
],
),
"radio_button_partial": SymbolsMetadata(
popularity: 96,
codepoint: 0xf560,
categories: [2],
tags: [
749,
1669,
501,
3764,
504,
3200,
684,
193,
462,
2719,
1753,
485,
1754,
3520,
13798,
83,
488,
10037,
1111,
467,
1344,
506,
1059,
1061,
355,
289,
3659,
328,
921,
2064,
12796,
453,
410,
362,
2714,
363,
71,
1552,
2415,
413,
141,
2210,
1348,
333,
1186
],
),
"radio_button_unchecked": SymbolsMetadata(
popularity: 19265,
codepoint: 0xe836,
categories: [2],
tags: [
13799,
3764,
504,
684,
450,
193,
345,
7050,
5616,
13800,
488,
1111,
5632,
1059,
1061,
355,
13801,
328,
921,
2064,
12796,
453,
762,
362,
363,
71,
1629,
2415,
413,
2210,
5617,
5618
],
),
"radiology": SymbolsMetadata(
popularity: 372,
codepoint: 0xe125,
categories: [3],
tags: [
1422,
3567,
6415,
690,
4143,
8614,
4274,
81,
7799,
46,
7215,
137,
697,
892,
1772,
107,
1738,
894,
630,
289,
13802,
10532,
227,
1745,
4201,
410,
8623,
31,
65,
1318,
511,
514,
8628
],
),
"railway_alert": SymbolsMetadata(
popularity: 322,
codepoint: 0xe9d1,
categories: [14],
tags: [
3125,
1360,
1361,
1818,
4167,
1820,
1821,
691,
3700,
1365,
2126,
313,
2732,
1366,
3935,
1367,
2734,
87,
1541,
1166,
616,
2736,
1634,
2737,
2054,
7343,
4382,
1636,
4183,
652,
898,
273,
4385,
31,
2158,
3068,
4386,
1639,
332,
1728,
1844,
4185,
206
],
),
"railway_alert_2": SymbolsMetadata(
popularity: 7,
codepoint: 0xf461,
categories: [14],
tags: [
3125,
1360,
1361,
1818,
4167,
1820,
1821,
691,
4424,
1365,
313,
2438,
2732,
1366,
3935,
4432,
1367,
2734,
1541,
1166,
616,
2737,
2054,
4382,
1635,
4183,
898,
4385,
31,
2158,
4386,
1639,
1728,
1844,
4185,
206
],
),
"rainy": SymbolsMetadata(
popularity: 2296,
codepoint: 0xf176,
categories: [3],
tags: [
1883,
840,
1686,
5958,
13803,
13804,
1852,
13805,
2886,
4198,
5876,
7211,
9190,
1834,
3672,
10094,
5960,
13806,
13807,
13808,
2002,
855,
858,
3850,
13809,
859,
13024,
13810,
13811,
13812,
10535
],
),
"rainy_heavy": SymbolsMetadata(
popularity: 22,
codepoint: 0xf61f,
categories: [3],
tags: [
1360,
10092,
840,
1686,
5958,
13813,
7209,
13804,
13805,
2886,
9108,
13814,
1471,
5876,
1834,
3672,
13815,
10094,
5960,
13806,
13807,
13808,
2002,
855,
4414,
858,
206,
3850,
859,
13024,
13816,
13817
],
),
"rainy_light": SymbolsMetadata(
popularity: 17,
codepoint: 0xf61e,
categories: [3],
tags: [
4771,
13818,
840,
1686,
5958,
13813,
13803,
13804,
2886,
13819,
4758,
3646,
13820,
5876,
13821,
10094,
5960,
13822,
13806,
13823,
13807,
13808,
855,
4414,
858,
13809,
859,
13024,
13810,
13812
],
),
"rainy_snow": SymbolsMetadata(
popularity: 27,
codepoint: 0xf61d,
categories: [3],
tags: [
1847,
840,
1686,
5958,
841,
842,
4291,
1853,
2886,
849,
13824,
13825,
5876,
13826,
1834,
10094,
13827,
5960,
13806,
3873,
13808,
2002,
10096,
855,
856,
13828,
4414,
858,
859,
13816,
13829,
6783,
860,
13830
],
),
"ramen_dining": SymbolsMetadata(
popularity: 1303,
codepoint: 0xea64,
categories: [16],
tags: [
13831,
13225,
13832,
13833,
13834,
3718,
2045,
3720,
4848,
13835,
2367,
5717,
3722,
13836,
6750,
6751,
13837,
13838,
3723,
4850,
13839,
13840,
13841,
13842,
13843,
3727,
13844,
13845,
13846
],
),
"ramp_left": SymbolsMetadata(
popularity: 159,
codepoint: 0xeb9c,
categories: [11],
tags: [
77,
502,
2937,
375,
313,
2283,
2408,
1212,
1631,
4179,
2207,
324,
1541,
1330,
325,
1634,
877,
1635,
1636,
898,
3180,
2414,
31,
1638,
1639,
332,
473,
1640
],
),
"ramp_right": SymbolsMetadata(
popularity: 193,
codepoint: 0xeb96,
categories: [11],
tags: [
861,
2926,
500,
77,
502,
2937,
2955,
313,
2938,
2408,
3027,
2845,
234,
7969,
235,
1541,
875,
1758,
325,
1634,
242,
759,
877,
906,
2433,
1635,
1636,
898,
4968,
1638,
1639,
1429,
473,
3030
],
),
"range_hood": SymbolsMetadata(
popularity: 169,
codepoint: 0xe1ea,
categories: [8],
tags: [
13847,
13848,
1867,
13849,
4906,
4226,
4227,
5715,
288,
12085,
13850,
1887,
83,
13851,
1140,
1902,
4908,
13852,
1500,
4909,
4234,
7386,
13853,
13854,
87,
1143,
1876,
13855,
13856,
432,
13857,
392,
5236,
1862,
13858
],
),
"rate_review": SymbolsMetadata(
popularity: 4286,
codepoint: 0xe560,
categories: [6],
tags: [
2477,
482,
568,
2740,
572,
5600,
2743,
1106,
3506,
1480,
2229,
488,
1111,
583,
13859,
4530,
2638,
359,
203,
432,
3524,
228,
392,
4865,
1485,
857,
4116,
1296,
33,
4872,
1600
],
),
"raven": SymbolsMetadata(
popularity: 145,
codepoint: 0xf555,
categories: [3],
tags: [
480,
4889,
13860,
13861,
12942,
9151,
13862,
13863,
4892,
13864,
3517,
13865,
1999,
904,
977,
138,
384,
2493,
2510,
1834,
13233,
590,
7906,
13866,
888,
13867,
8627,
31,
9329,
13868,
2004
],
),
"raw_off": SymbolsMetadata(
popularity: 105,
codepoint: 0xf04f,
categories: [1],
tags: [
4,
504,
40,
1208,
5,
1209,
1102,
81,
2618,
44,
868,
1055,
557,
2586,
12,
49,
13869,
800,
16,
1059,
1061,
8836,
57,
13870,
59,
297,
2378,
13871,
1224,
1067,
737,
1226,
2415,
31,
33,
413,
5941,
35,
13872
],
),
"raw_on": SymbolsMetadata(
popularity: 305,
codepoint: 0xf050,
categories: [1],
tags: [
480,
4346,
749,
4,
504,
5,
345,
288,
868,
3702,
2549,
4348,
1055,
6361,
12,
137,
49,
1344,
16,
3646,
87,
1738,
2989,
5338,
1403,
1059,
1061,
13873,
355,
8836,
57,
59,
3707,
2378,
151,
392,
1067,
4270,
2415,
31,
33,
413,
35,
141
],
),
"read_more": SymbolsMetadata(
popularity: 1424,
codepoint: 0xef6d,
categories: [12],
tags: [
745,
3054,
13874,
77,
2453,
13875,
504,
628,
345,
1235,
5540,
145,
2351,
914,
6074,
1335,
13876,
293,
68,
1314,
237,
239,
240,
3401,
2988,
2898,
33,
413,
2970
],
rtlAutoMirrored: true,
),
"readiness_score": SymbolsMetadata(
popularity: 330,
codepoint: 0xf6dd,
categories: [15],
tags: [
5542,
2477,
13877,
13878,
6597,
13879,
193,
13880,
345,
1753,
13881,
13882,
3506,
13883,
1165,
2884,
2885,
3891,
697,
10232,
13884,
51,
792,
3494,
353,
1714,
648,
759,
203,
13885,
3041,
13886,
3024,
228,
13887,
1928,
13888,
275,
6791,
4270,
291,
1227,
13889,
3503,
37,
3513
],
),
"real_estate_agent": SymbolsMetadata(
popularity: 4191,
codepoint: 0xe73a,
categories: [15],
tags: [
10288,
2695,
2451,
1497,
1522,
13890,
929,
569,
1658,
1180,
2455,
13891,
6370,
2568,
13892,
2710,
10127,
1140,
1500,
946,
1112,
947,
949,
7700,
3115,
1501,
2571,
1502,
13893,
390,
1503,
1504,
2480,
3305,
652,
593
],
),
"rear_camera": SymbolsMetadata(
popularity: 93,
codepoint: 0xf6c2,
categories: [11],
tags: [
1246,
1247,
1669,
2454,
13894,
504,
40,
42,
1250,
345,
288,
44,
2549,
781,
46,
346,
2916,
7187,
2550,
1110,
1253,
138,
53,
406,
262,
354,
439,
271,
57,
59,
62,
5146,
440,
4918,
1347,
31,
525,
65,
37,
434,
476
],
),
"rebase": SymbolsMetadata(
popularity: 466,
codepoint: 0xf845,
categories: [2],
tags: [
77,
502,
2992,
373,
193,
1102,
1324,
6186,
685,
284,
1723,
1104,
313,
2995,
6189,
2084,
4154,
1471,
3446,
1029,
1330,
325,
1634,
328,
1090,
1123,
13895,
5459,
13896,
2813,
509,
764,
765,
2464,
6193,
3003
],
),
"rebase_edit": SymbolsMetadata(
popularity: 301,
codepoint: 0xf846,
categories: [2],
tags: [
1747,
1748,
77,
502,
2992,
1751,
373,
1102,
1324,
7022,
1586,
1075,
1325,
1104,
375,
313,
4524,
1252,
680,
1077,
6189,
2084,
1111,
1330,
1652,
325,
1088,
586,
1634,
4530,
2638,
1090,
1123,
4676,
13896,
13897,
2813,
955,
2476,
2464,
6193,
3003,
1600,
1486
],
),
"receipt": SymbolsMetadata(
popularity: 6747,
codepoint: 0xe8b0,
categories: [9],
tags: [
928,
145,
1589,
5643,
942,
13898,
13899,
13900,
1471,
88,
948,
91,
1597,
951,
1665,
6278,
453,
432,
985,
1393,
1394,
1395,
1396,
3093,
956
],
),
"receipt_long": SymbolsMetadata(
popularity: 13369,
codepoint: 0xef6e,
categories: [9],
tags: [
924,
928,
13901,
569,
1673,
1416,
145,
1589,
2456,
965,
13902,
942,
13903,
2084,
13898,
88,
1950,
13904,
13905,
91,
1597,
6372,
3114,
951,
13906,
1665,
6278,
13907,
453,
985,
1395,
1396,
956,
13908
],
rtlAutoMirrored: true,
),
"receipt_long_off": SymbolsMetadata(
popularity: 20,
codepoint: 0xf40a,
categories: [9],
tags: [
924,
928,
13909,
481,
6330,
1673,
934,
6857,
1162,
868,
1589,
1055,
942,
2084,
1222,
5187,
13898,
88,
1950,
1059,
1060,
1061,
1597,
3114,
4268,
1665,
13910,
6278,
453,
432,
1393,
1067,
1226,
1396,
956,
1068,
834
],
),
"recent_actors": SymbolsMetadata(
popularity: 934,
codepoint: 0xe03f,
categories: [0],
tags: [
565,
973,
13911,
2418,
566,
6339,
930,
5399,
5745,
13912,
574,
1075,
5067,
4814,
577,
1276,
579,
581,
3123,
2012,
978,
1082,
88,
582,
267,
585,
586,
588,
589,
590,
1288,
4826,
13913,
13914,
8019,
593,
595,
597,
989,
601,
602
],
),
"recent_patient": SymbolsMetadata(
popularity: 43,
codepoint: 0xf808,
categories: [3],
tags: [
565,
566,
690,
3955,
193,
10518,
10591,
81,
3702,
3703,
1165,
225,
4413,
977,
697,
892,
7040,
2084,
581,
979,
3956,
3957,
894,
7043,
4295,
13915,
589,
1045,
590,
1048,
4826,
453,
888,
3958,
601,
990
],
),
"recenter": SymbolsMetadata(
popularity: 132,
codepoint: 0xf4c0,
categories: [2],
tags: [
1747,
5542,
2159,
77,
502,
308,
309,
311,
11540,
312,
313,
1757,
13916,
321,
3048,
1549,
323,
324,
1541,
174,
1943,
1758,
12415,
325,
507,
1551,
327,
1167,
329,
13917,
13918,
13919,
13920,
1226,
1227,
2158,
396,
2348
],
),
"recommend": SymbolsMetadata(
popularity: 3314,
codepoint: 0xe9d2,
categories: [3],
tags: [
13921,
2676,
2451,
2678,
2697,
9922,
684,
193,
2681,
11607,
11608,
3519,
1480,
2708,
4053,
2710,
1623,
13859,
242,
358,
203,
2394,
11610,
363,
593,
243,
880,
13922,
13923,
1709,
13924,
4480,
3774,
13925
],
),
"record_voice_over": SymbolsMetadata(
popularity: 4500,
codepoint: 0xe91f,
categories: [6],
tags: [
565,
13926,
1268,
566,
731,
5,
193,
3344,
573,
1273,
577,
904,
581,
1471,
1285,
13927,
3348,
289,
673,
588,
589,
13928,
13929,
590,
453,
440,
888,
1293,
4865,
1295,
594,
11947,
1296,
5953,
601,
1298,
13930
],
),
"rectangle": SymbolsMetadata(
popularity: 591,
codepoint: 0xeb54,
categories: [12],
tags: [
13931,
809,
1132,
482,
1333,
4508,
375,
378,
1164,
811,
13932,
488,
13933,
348,
13934,
13935,
3592,
381,
384,
289,
13936,
13937,
820,
13938,
13939,
13940,
432,
392,
1339,
13941,
433,
1170,
395,
4612,
13942
],
),
"recycling": SymbolsMetadata(
popularity: 4507,
codepoint: 0xe760,
categories: [3],
tags: [
502,
13943,
6234,
193,
7807,
753,
6242,
7809,
6243,
3517,
1852,
1853,
3393,
2368,
757,
4216,
7971,
1090,
13944,
3465,
6247,
5936,
13945,
13946,
7811,
13947,
6248,
470,
2326,
2327,
31,
13948,
512,
3395,
6250
],
),
"redeem": SymbolsMetadata(
popularity: 6808,
codepoint: 0xe8b1,
categories: [9],
tags: [
928,
6651,
13949,
8594,
1658,
930,
1659,
931,
4991,
2680,
932,
934,
11410,
936,
937,
12138,
938,
10,
8597,
13950,
13951,
2709,
1966,
5378,
13952,
948,
523,
950,
951,
5027,
3523,
1665,
432,
13953,
3525,
13954,
3526,
1395,
8602,
956,
11418
],
),
"redo": SymbolsMetadata(
popularity: 3461,
codepoint: 0xe15a,
categories: [2],
tags: [
748,
501,
77,
2936,
504,
462,
1103,
345,
4675,
2937,
753,
1589,
1252,
903,
13955,
2084,
905,
328,
8253,
3458,
1124,
13956,
906,
470,
509,
31,
2186,
13957,
2844,
474,
2213
],
rtlAutoMirrored: true,
),
"reduce_capacity": SymbolsMetadata(
popularity: 1302,
codepoint: 0xf21c,
categories: [3],
tags: [
77,
690,
3917,
13958,
6056,
6057,
8758,
2455,
692,
13959,
2882,
13960,
2832,
13961,
581,
13962,
11681,
13963,
13964,
550,
5288,
2895,
2947,
3443,
588,
589,
5936,
13965,
13966,
6905,
11682,
13967,
3297,
13968,
13969,
6255,
2920,
593
],
),
"refresh": SymbolsMetadata(
popularity: 22459,
codepoint: 0xe5d5,
categories: [2],
tags: [
748,
460,
77,
502,
1179,
504,
193,
2859,
345,
753,
81,
615,
313,
520,
68,
3463,
259,
3052,
756,
3464,
757,
325,
1090,
760,
761,
2462,
3458,
906,
470,
472,
291,
764,
765,
473,
2464,
527,
766,
333
],
),
"regular_expression": SymbolsMetadata(
popularity: 66,
codepoint: 0xf750,
categories: [12],
tags: [
7008,
3820,
501,
1102,
2228,
13970,
81,
1104,
317,
11799,
4784,
3447,
2341,
3377,
13971,
758,
1123,
6010,
13972,
13973,
3627,
3076,
1126,
509,
6452,
13974,
31,
6807,
1093,
65,
33,
2212
],
),
"relax": SymbolsMetadata(
popularity: 80,
codepoint: 0xf6dc,
categories: [15],
tags: [
690,
2125,
4097,
12073,
13975,
1885,
13976,
13977,
13978,
225,
2884,
4520,
581,
13979,
1967,
13980,
9200,
13689,
6047,
1624,
4113,
589,
13981,
2108,
1925,
13982,
13983,
1926,
11990,
13984,
13985,
888,
1951,
2890,
11991,
13986,
5263,
13987,
13988,
11993,
11425,
3513,
11994
],
),
"release_alert": SymbolsMetadata(
popularity: 308,
codepoint: 0xf654,
categories: [6],
tags: [
3125,
1359,
1360,
13926,
1361,
1268,
4019,
3514,
1362,
731,
3381,
691,
1363,
1365,
2732,
1366,
1367,
68,
10455,
1301,
1166,
583,
887,
13989,
2469,
616,
3090,
1353,
5340,
13990,
1370,
762,
3527,
273,
1293,
1372,
2645,
31,
2464,
206
],
),
"remember_me": SymbolsMetadata(
popularity: 716,
codepoint: 0xf051,
categories: [11],
tags: [
1246,
1247,
565,
5239,
566,
13991,
5615,
3200,
2095,
288,
488,
1110,
581,
1253,
978,
13992,
980,
4792,
262,
355,
588,
13993,
589,
271,
921,
590,
4128,
13994,
13995,
13996,
13997,
13998,
362,
363,
7223,
71,
13999,
525,
413,
601,
6292
],
),
"reminder": SymbolsMetadata(
popularity: 239,
codepoint: 0xe695,
categories: [6],
tags: [
1359,
1360,
2599,
1670,
1332,
1362,
14000,
2080,
1159,
3127,
10,
2707,
2722,
2708,
2710,
2083,
10736,
1344,
87,
1183,
616,
1259,
586,
289,
3509,
4128,
1370,
5819,
1168,
392,
1339,
1956,
31,
1518,
1171,
1679
],
),
"remote_gen": SymbolsMetadata(
popularity: 469,
codepoint: 0xe83e,
categories: [8],
tags: [
14001,
1686,
5962,
14002,
1310,
284,
345,
1603,
81,
14003,
288,
44,
520,
1350,
1110,
68,
14004,
630,
1143,
267,
523,
758,
14005,
681,
4788,
12480,
14006,
2738,
14007,
65,
412,
526,
527,
278
],
),
"remove": SymbolsMetadata(
popularity: 16869,
codepoint: 0xe15b,
categories: [2],
tags: [
1423,
1332,
3389,
1208,
810,
780,
1209,
6343,
1210,
5765,
14008,
1136,
6920,
3392,
4708,
4267,
1212,
3393,
1644,
87,
814,
1255,
4294,
1224,
1152,
14009,
1339,
14010,
1261,
3395,
3298
],
),
"remove_done": SymbolsMetadata(
popularity: 1115,
codepoint: 0xe9d3,
categories: [2],
tags: [
6919,
2672,
2678,
1671,
2808,
1208,
1673,
2095,
780,
463,
3132,
4504,
1210,
6922,
868,
4657,
2335,
6920,
1055,
3392,
2683,
6924,
14011,
1166,
2468,
6925,
1059,
1676,
1061,
242,
1224,
14012,
14013,
362,
1067,
1678,
3395,
4840,
6927,
1681
],
),
"remove_from_queue": SymbolsMetadata(
popularity: 186,
codepoint: 0xe067,
categories: [0],
tags: [
748,
1208,
780,
1209,
345,
1235,
1210,
1712,
288,
8,
14014,
1110,
1344,
87,
88,
1029,
1166,
406,
630,
1714,
91,
408,
1717,
9614,
1718,
1224,
14015,
410,
392,
454,
31,
37,
4013
],
),
"remove_moderator": SymbolsMetadata(
popularity: 463,
codepoint: 0xe9d4,
categories: [13],
tags: [
861,
565,
1764,
1560,
1233,
481,
1208,
1561,
1209,
574,
1235,
1210,
11627,
868,
1055,
1212,
579,
581,
1255,
6178,
1568,
1059,
1061,
1787,
589,
1034,
1063,
14016,
590,
14017,
1581,
1582,
1224,
5193,
1036,
1583,
888,
1067,
593,
1261,
601,
1584,
4013
],
),
"remove_road": SymbolsMetadata(
popularity: 341,
codepoint: 0xebfc,
categories: [5],
tags: [
5007,
1208,
780,
1209,
1210,
312,
1162,
313,
4657,
6920,
3392,
4267,
1212,
83,
1213,
1631,
87,
323,
324,
1541,
174,
1255,
325,
887,
3295,
1634,
1392,
2630,
1224,
1635,
1636,
1067,
1226,
1637,
6854,
31,
1638,
1639,
332,
3298,
10913,
14018,
4013
],
),
"remove_selection": SymbolsMetadata(
popularity: 104,
codepoint: 0xe9d5,
categories: [12],
tags: [
8286,
2292,
1208,
780,
8777,
8778,
1209,
1235,
2405,
754,
5060,
1210,
7050,
4657,
4658,
3392,
1212,
381,
12791,
87,
14019,
6523,
819,
1242,
5063,
1224,
8795,
8796,
5872,
362,
363,
392,
433,
1226,
511,
2844,
13484,
14020,
4013,
4014
],
),
"remove_shopping_cart": SymbolsMetadata(
popularity: 977,
codepoint: 0xe928,
categories: [9],
tags: [
1657,
930,
1659,
931,
1416,
780,
14021,
932,
934,
936,
937,
1210,
938,
1660,
811,
14022,
3392,
1376,
1255,
523,
1662,
1663,
950,
951,
1664,
1665,
26,
4128,
1224,
14023,
5931,
1393,
3526,
1696,
1394,
1395,
1668,
1396,
1261
],
),
"reopen_window": SymbolsMetadata(
popularity: 35,
codepoint: 0xf708,
categories: [2],
tags: [
748,
501,
460,
77,
502,
2436,
1179,
519,
2350,
1712,
313,
2924,
8,
914,
14024,
3463,
1344,
3052,
3464,
2355,
8295,
642,
325,
1143,
2862,
1122,
432,
2462,
14025,
3683,
14026,
470,
410,
509,
433,
473,
2210,
396,
1187
],
),
"reorder": SymbolsMetadata(
popularity: 2403,
codepoint: 0xe8fe,
categories: [12],
tags: [
1747,
502,
517,
8547,
1105,
2832,
4645,
7628,
2903,
12972,
370,
382,
7636,
4646,
699,
385,
1471,
88,
506,
1758,
325,
91,
92,
2225,
4676,
2281,
95,
2474,
955,
1709,
1465
],
),
"repartition": SymbolsMetadata(
popularity: 608,
codepoint: 0xf8e8,
categories: [2],
tags: [
8255,
1422,
1131,
77,
502,
2730,
4539,
373,
193,
685,
1425,
14027,
81,
375,
2192,
1136,
1078,
1080,
1029,
4738,
586,
6414,
5921,
760,
2462,
14028,
3683,
2472,
2473,
71,
1788,
4998,
2414,
746,
955,
1474
],
),
"repeat": SymbolsMetadata(
popularity: 2723,
codepoint: 0xe040,
categories: [0],
tags: [
77,
9631,
502,
1268,
5168,
752,
345,
1753,
753,
313,
757,
406,
352,
439,
14029,
1714,
14030,
408,
760,
3458,
2863,
37,
543
],
),
"repeat_on": SymbolsMetadata(
popularity: 439,
codepoint: 0xe9d6,
categories: [0],
tags: [
749,
1342,
77,
502,
1268,
504,
5168,
752,
345,
1753,
14031,
753,
1055,
13447,
381,
757,
406,
407,
354,
1714,
14032,
1061,
408,
1717,
3458,
2157,
392,
3067,
31,
413,
3000,
37
],
),
"repeat_one": SymbolsMetadata(
popularity: 576,
codepoint: 0xe041,
categories: [0],
tags: [
72,
77,
14033,
502,
1268,
345,
1753,
9612,
7,
757,
14034,
14035,
14036,
14037,
14038,
406,
407,
686,
1714,
11612,
22,
178,
408,
3458,
14039,
14040,
14041,
14042,
14043,
14044,
14045,
14046,
31,
37
],
),
"repeat_one_on": SymbolsMetadata(
popularity: 236,
codepoint: 0xe9d7,
categories: [0],
tags: [
14047,
1342,
77,
502,
1268,
193,
752,
345,
1753,
753,
7,
2315,
88,
757,
14035,
406,
1714,
21,
22,
69,
1061,
178,
408,
409,
1717,
3458,
14041,
3590,
3067,
31,
2158,
141,
1348,
37
],
),
"replace_audio": SymbolsMetadata(
popularity: 24,
codepoint: 0xf451,
categories: [0],
tags: [
1747,
1748,
77,
502,
1268,
12392,
2454,
1751,
193,
313,
2283,
1252,
3302,
49,
1111,
1112,
406,
1284,
1285,
1652,
1714,
1481,
1741,
57,
440,
14048,
8253,
760,
3627,
3067,
1293,
1294,
14049,
3984,
2415,
2158,
2844,
2464,
1298,
554
],
rtlAutoMirrored: true,
),
"replace_image": SymbolsMetadata(
popularity: 33,
codepoint: 0xf450,
categories: [0],
tags: [
14050,
77,
10989,
502,
2454,
14051,
10991,
10992,
14052,
49,
1605,
5311,
14053,
14054,
1606,
1607,
7549,
14055,
57,
59,
62,
14056,
2841,
14048,
8253,
760,
1124,
2842,
5741,
14057,
14058,
2844,
14059
],
rtlAutoMirrored: true,
),
"replace_video": SymbolsMetadata(
popularity: 21,
codepoint: 0xf44f,
categories: [0],
tags: [
77,
502,
2454,
504,
5160,
40,
1751,
1524,
5117,
628,
345,
556,
147,
346,
5130,
1110,
49,
406,
353,
354,
439,
14060,
57,
62,
2521,
14061,
440,
14048,
432,
8253,
760,
3627,
14062,
433,
3984,
2415,
1728,
907,
2844,
2464,
527,
14063,
37,
434
],
rtlAutoMirrored: true,
),
"replay": SymbolsMetadata(
popularity: 5129,
codepoint: 0xe042,
categories: [0],
tags: [
14047,
77,
502,
1268,
2454,
11342,
462,
2859,
752,
345,
1753,
2937,
14064,
753,
757,
406,
352,
1714,
325,
408,
3454,
409,
8253,
760,
2462,
3458,
2863,
6770,
1124,
5741,
14065,
10361,
37
],
),
"replay_10": SymbolsMetadata(
popularity: 1052,
codepoint: 0xe059,
categories: [0],
tags: [
38,
77,
502,
1268,
2454,
2936,
193,
345,
1753,
224,
7,
2099,
2084,
7773,
352,
686,
1714,
22,
408,
409,
760,
2462,
3458,
2863,
2842,
5741,
361,
14066,
7777,
2943,
31,
32,
1171,
1407,
2844,
1408,
37
],
),
"replay_30": SymbolsMetadata(
popularity: 350,
codepoint: 0xe05a,
categories: [0],
tags: [
340,
77,
502,
9611,
14067,
2936,
2859,
345,
1753,
9612,
7,
2099,
14068,
5625,
406,
352,
1714,
22,
3454,
409,
760,
2462,
3458,
2863,
14069,
14070,
14071,
5741,
14072,
10996,
361,
14073,
31,
3993,
9621,
1171,
37,
543
],
),
"replay_5": SymbolsMetadata(
popularity: 454,
codepoint: 0xe05b,
categories: [0],
tags: [
676,
77,
502,
9611,
2936,
462,
345,
1753,
7,
45,
667,
6671,
14074,
757,
406,
352,
14075,
1714,
21,
22,
408,
409,
760,
2462,
3458,
2863,
14076,
14070,
6770,
5741,
14077,
14078,
14079,
8044,
7777,
31,
14080,
37,
543
],
),
"reply": SymbolsMetadata(
popularity: 6451,
codepoint: 0xe15e,
categories: [2],
tags: [
77,
2936,
568,
570,
14081,
2740,
572,
573,
283,
1476,
2743,
7232,
2298,
1480,
903,
1622,
2207,
2303,
583,
4945,
14082,
2308,
1483,
6161,
1484,
2310,
1529,
243,
4865,
594,
433,
1296,
4867,
33
],
rtlAutoMirrored: true,
),
"reply_all": SymbolsMetadata(
popularity: 1271,
codepoint: 0xe15f,
categories: [2],
tags: [
2292,
6638,
77,
2936,
14083,
731,
570,
283,
1073,
1476,
2295,
9612,
313,
2298,
10916,
1480,
903,
579,
2301,
14084,
2786,
2207,
5625,
757,
2303,
583,
2468,
1368,
2967,
1483,
14085,
1484,
1124,
2310,
1529
],
rtlAutoMirrored: true,
),
"report": SymbolsMetadata(
popularity: 8256,
codepoint: 0xe160,
categories: [13],
tags: [
3125,
14086,
1360,
1361,
691,
4891,
1365,
2732,
1366,
1480,
4510,
1367,
2734,
1166,
616,
12684,
289,
2737,
1428,
2310,
392,
13259,
1170,
3142,
31,
1728,
206
],
),
"report_off": SymbolsMetadata(
popularity: 433,
codepoint: 0xe170,
categories: [13],
tags: [
3125,
1360,
1361,
481,
1051,
1208,
6330,
691,
1365,
2618,
2021,
1300,
14087,
868,
1055,
2732,
1366,
1367,
1166,
616,
12684,
1059,
1060,
1061,
1224,
8671,
1428,
14088,
14089,
14090,
14091,
14092,
14093,
14094,
14095,
14096,
14097,
3297,
1065,
1067,
1226,
2631,
31,
5941,
14098,
206
],
),
"request_page": SymbolsMetadata(
popularity: 818,
codepoint: 0xf22c,
categories: [12],
tags: [
745,
1682,
1683,
501,
6318,
628,
1325,
81,
1588,
1589,
1688,
147,
2153,
1691,
488,
14099,
14100,
1593,
886,
887,
3275,
3276,
1481,
1596,
1597,
239,
240,
2344,
14101,
14102,
14103,
14104,
1598,
2851,
3149,
33,
1486
],
),
"request_quote": SymbolsMetadata(
popularity: 4165,
codepoint: 0xf1b6,
categories: [12],
tags: [
14105,
14106,
928,
568,
569,
930,
931,
570,
932,
572,
934,
283,
1476,
1417,
936,
937,
1477,
2743,
938,
718,
941,
5430,
583,
948,
523,
950,
951,
1421,
14107,
2747,
9523,
432,
14101,
14108,
392,
1395,
594,
1485,
433,
31,
1296,
33,
956
],
),
"reset_brightness": SymbolsMetadata(
popularity: 13,
codepoint: 0xf482,
categories: [1],
tags: [
1747,
460,
77,
502,
2436,
3372,
2454,
12142,
3642,
193,
345,
4117,
6972,
8,
3383,
9019,
6521,
3463,
792,
3646,
3052,
3464,
642,
4110,
355,
8836,
358,
12565,
3648,
2462,
5872,
3683,
1124,
470,
410,
151,
9001,
1956,
857,
1608,
473
],
),
"reset_focus": SymbolsMetadata(
popularity: 28,
codepoint: 0xf481,
categories: [1],
tags: [
748,
5542,
460,
77,
502,
504,
40,
308,
193,
345,
311,
5540,
14109,
1757,
381,
49,
3463,
2925,
53,
1471,
3052,
3464,
4336,
57,
1551,
328,
14110,
13918,
14111,
760,
761,
2462,
5872,
6770,
14112,
470,
2835,
151,
31,
1227,
13889,
473,
11336
],
),
"reset_image": SymbolsMetadata(
popularity: 78,
codepoint: 0xf824,
categories: [12],
tags: [
1747,
77,
502,
2454,
1208,
193,
810,
780,
5326,
1210,
1252,
9137,
6097,
2265,
49,
70,
57,
59,
62,
358,
14048,
8253,
760,
761,
1224,
5872,
6770,
3683,
8838,
71,
765,
2844,
2464
],
rtlAutoMirrored: true,
),
"reset_iso": SymbolsMetadata(
popularity: 22,
codepoint: 0xf480,
categories: [1],
tags: [
748,
745,
460,
77,
502,
2454,
504,
193,
2859,
5326,
345,
753,
1252,
680,
487,
904,
49,
3463,
8366,
3052,
3464,
757,
1255,
59,
62,
239,
1090,
8253,
760,
761,
2462,
3458,
5872,
6770,
3683,
1124,
8838,
470,
64,
1347,
275,
472,
10361,
1261,
765,
473,
2844,
2464
],
),
"reset_settings": SymbolsMetadata(
popularity: 80,
codepoint: 0xf47f,
categories: [1],
tags: [
1747,
460,
77,
9672,
502,
2204,
2859,
1159,
14113,
753,
6972,
2334,
1252,
680,
6097,
2840,
2084,
3463,
3052,
3464,
757,
1714,
70,
8836,
2841,
760,
761,
2462,
5872,
6770,
3683,
9680,
2842,
8838,
5741,
470,
151,
71,
472,
10361,
765,
1172,
6765,
473,
2844,
2464
],
),
"reset_shadow": SymbolsMetadata(
popularity: 6,
codepoint: 0xf47e,
categories: [1],
tags: [
748,
2222,
1669,
460,
77,
14114,
502,
2454,
193,
462,
2859,
345,
14115,
9612,
6972,
1252,
680,
487,
2084,
49,
3463,
5625,
3052,
3464,
757,
57,
59,
62,
8253,
760,
761,
2462,
5872,
6770,
470,
9681,
71,
7973,
10361,
1093,
473,
2844,
2464
],
),
"reset_shutter_speed": SymbolsMetadata(
popularity: 7,
codepoint: 0xf47d,
categories: [1],
tags: [
2222,
5112,
460,
77,
502,
40,
193,
2859,
780,
5326,
345,
6972,
2099,
3392,
49,
3463,
53,
3052,
3464,
70,
57,
59,
2155,
62,
921,
760,
761,
1224,
2462,
5872,
3683,
8838,
470,
151,
71,
1347,
14116,
275,
10361,
764,
765,
473,
2844,
2464
],
),
"reset_tv": SymbolsMetadata(
popularity: 255,
codepoint: 0xe9d9,
categories: [11],
tags: [
77,
502,
2454,
504,
193,
2859,
345,
753,
288,
8,
1886,
781,
1110,
757,
406,
630,
355,
432,
760,
761,
5872,
6770,
3683,
2842,
2548,
410,
151,
433,
65,
412,
2039,
2844,
37
],
),
"reset_white_balance": SymbolsMetadata(
popularity: 1,
codepoint: 0xf47c,
categories: [1],
tags: [
2222,
460,
77,
504,
40,
193,
462,
2859,
840,
8808,
345,
14117,
1164,
2886,
137,
138,
8371,
14118,
3463,
1344,
3052,
3464,
3623,
59,
760,
2462,
5872,
3683,
8838,
470,
71,
31,
858,
2078,
473,
2844,
859,
9145
],
),
"reset_wrench": SymbolsMetadata(
popularity: 111,
codepoint: 0xf56c,
categories: [11],
tags: [
1747,
460,
77,
1374,
193,
462,
780,
1784,
14119,
1756,
1785,
3463,
3052,
3464,
3981,
70,
289,
921,
760,
2462,
4900,
5872,
3683,
470,
71,
511,
1789,
4055,
473,
4903
],
),
"resize": SymbolsMetadata(
popularity: 89,
codepoint: 0xf707,
categories: [2],
tags: [
1747,
502,
14120,
912,
2455,
2350,
2405,
2276,
2882,
3062,
14121,
377,
8,
2351,
914,
1335,
348,
5826,
1326,
235,
2355,
2895,
2232,
391,
2920,
14122,
512,
396,
476,
1187,
2348,
8296,
3065
],
),
"respiratory_rate": SymbolsMetadata(
popularity: 17,
codepoint: 0xe127,
categories: [3],
tags: [
837,
1849,
1884,
10231,
373,
2386,
81,
1770,
5387,
5388,
7800,
1078,
697,
892,
4520,
1772,
3501,
13705,
13706,
226,
17,
894,
11845,
1776,
630,
3786,
4282,
14123,
14124,
14125,
14126,
4285,
1863
],
),
"responsive_layout": SymbolsMetadata(
popularity: 115,
codepoint: 0xe9da,
categories: [2],
tags: [
1265,
1747,
1467,
14127,
14120,
2719,
485,
1712,
1104,
288,
14128,
8,
14129,
14130,
1344,
385,
14131,
406,
14132,
262,
630,
7184,
507,
271,
3379,
2232,
1291,
410,
1552,
298,
14122,
525,
141,
1348,
396,
8952,
333,
2201,
1186,
1187
],
),
"restart_alt": SymbolsMetadata(
popularity: 10667,
codepoint: 0xf053,
categories: [2],
tags: [
748,
2399,
460,
77,
193,
2859,
345,
9612,
4172,
81,
3445,
3463,
3052,
3464,
757,
1090,
3449,
13551,
8253,
760,
14133,
761,
14134,
2462,
3458,
5872,
6770,
14135,
14136,
470,
471,
764,
765,
1093,
2844,
2464
],
),
"restaurant": SymbolsMetadata(
popularity: 9452,
codepoint: 0xe56c,
categories: [5],
tags: [
1423,
3713,
14137,
929,
3715,
7289,
4693,
4844,
14138,
4695,
3720,
14139,
4134,
14140,
3721,
4847,
4848,
1387,
8551,
2367,
14141,
14142,
3722,
2995,
5718,
4849,
6272,
4135,
14143,
3723,
327,
3727,
4854,
4855
],
),
"restore_from_trash": SymbolsMetadata(
popularity: 1440,
codepoint: 0xe938,
categories: [2],
tags: [
748,
2143,
14144,
77,
2454,
2940,
2808,
14145,
193,
1159,
2937,
81,
14146,
1160,
1210,
313,
2152,
1690,
3393,
2084,
86,
1029,
93,
14048,
3465,
760,
2462,
3683,
14147,
2814,
2842,
470,
1168,
1171,
3395,
473,
14148,
2844
],
),
"restore_page": SymbolsMetadata(
popularity: 593,
codepoint: 0xe929,
categories: [12],
tags: [
77,
502,
2454,
1179,
504,
2859,
345,
81,
1588,
1589,
2456,
147,
2457,
2084,
1596,
1597,
14149,
760,
761,
2462,
5872,
6770,
3683,
14150,
8838,
470,
1598,
1698,
765,
141,
2844,
2464,
4484
],
),
"resume": SymbolsMetadata(
popularity: 129,
codepoint: 0xf7d0,
categories: [0],
tags: [
501,
77,
3081,
4928,
902,
345,
1753,
10581,
14151,
14152,
145,
1589,
2456,
3112,
10427,
13000,
147,
2457,
488,
2084,
68,
1516,
1471,
406,
1714,
1597,
920,
14153,
2521,
3115,
590,
14154,
453,
2470,
6363,
3093,
37,
1519
],
),
"reviews": SymbolsMetadata(
popularity: 3155,
codepoint: 0xf054,
categories: [7],
tags: [
1671,
14155,
3515,
568,
570,
572,
573,
3506,
3518,
3519,
1480,
11609,
9923,
4512,
1367,
8979,
583,
6583,
716,
63,
6535,
795,
359,
203,
9336,
7888,
3524,
14156,
228,
3224,
594,
857,
1263,
14157,
14158,
14159
],
),
"rewarded_ads": SymbolsMetadata(
popularity: 500,
codepoint: 0xefb6,
categories: [15],
tags: [
11974,
3,
1790,
1232,
1669,
3514,
11641,
6651,
14160,
5728,
3687,
463,
6029,
14161,
6653,
1916,
9929,
5403,
13,
14162,
1182,
3522,
716,
3523,
1184,
3525,
14163,
8602,
30,
245,
3528,
5341,
5177,
3529,
3530
],
),
"rheumatology": SymbolsMetadata(
popularity: 282,
codepoint: 0xe128,
categories: [3],
tags: [
3567,
14164,
690,
4143,
8614,
2386,
2388,
1770,
697,
892,
1772,
8626,
14165,
12871,
1526,
9321,
8618,
1949,
894,
7042,
1776,
14166,
8620,
12872,
4295,
589,
3160,
5397,
14167,
14168,
14169,
14170,
9812,
3165,
5398
],
),
"rib_cage": SymbolsMetadata(
popularity: 326,
codepoint: 0xf898,
categories: [3],
tags: [
3567,
4188,
690,
4143,
8614,
7667,
4508,
375,
488,
137,
697,
892,
4520,
581,
138,
384,
13706,
894,
289,
876,
1582,
3420,
14171,
14172,
4201,
392,
8623,
955,
31,
4412,
14173
],
),
"rice_bowl": SymbolsMetadata(
popularity: 402,
codepoint: 0xf1f5,
categories: [16],
tags: [
14174,
13831,
13225,
3713,
14175,
14176,
4227,
3718,
3720,
4134,
14177,
4696,
4848,
2367,
14178,
6670,
4234,
4135,
3723,
4404,
14179,
3727,
14180,
14181,
3729,
14182,
14183
],
),
"right_click": SymbolsMetadata(
popularity: 75,
codepoint: 0xf706,
categories: [2],
tags: [
861,
4635,
4664,
77,
482,
2404,
193,
1794,
1103,
519,
9891,
345,
1796,
1712,
12193,
1622,
88,
506,
8301,
2990,
7630,
1758,
70,
1167,
14184,
921,
432,
2897,
14185,
14186,
362,
363,
7634,
71,
2016,
1465
],
),
"right_panel_close": SymbolsMetadata(
popularity: 117,
codepoint: 0xf705,
categories: [2],
tags: [
77,
901,
2838,
10969,
912,
313,
913,
914,
14187,
903,
385,
7472,
1550,
325,
905,
2930,
11575,
919,
4659,
14188,
1121,
2897,
906,
1707,
10971,
2016,
14189,
2949,
14190,
4661,
1187,
3003
],
),
"right_panel_open": SymbolsMetadata(
popularity: 126,
codepoint: 0xf704,
categories: [2],
tags: [
748,
77,
2838,
1209,
912,
345,
313,
2283,
8,
914,
14187,
2918,
51,
2868,
385,
506,
325,
2930,
11575,
919,
4659,
1167,
2897,
14191,
906,
2016,
2949,
2851,
4661,
413,
396,
1187,
3003
],
),
"ring_volume": SymbolsMetadata(
popularity: 598,
codepoint: 0xe0d1,
categories: [7],
tags: [
1747,
1360,
1268,
1362,
1270,
13290,
1250,
283,
975,
345,
2882,
288,
3520,
1548,
1110,
2302,
235,
792,
4433,
262,
1302,
616,
271,
762,
2120,
151,
392,
2110,
2502,
1293,
1294,
31,
1406,
141,
7820,
554
],
),
"ripples": SymbolsMetadata(
popularity: 23,
codepoint: 0xe9db,
categories: [2],
tags: [
480,
1268,
731,
462,
2719,
13880,
284,
2062,
485,
487,
6078,
351,
1108,
1344,
385,
4198,
262,
647,
630,
267,
271,
4282,
3220,
2064,
6297,
1035,
14192,
410,
273,
1552,
1293,
411,
525,
1263,
5537,
141,
1348,
2068,
3850,
2079,
1864,
333,
1186,
277
],
),
"road": SymbolsMetadata(
popularity: 95,
codepoint: 0xf472,
categories: [14],
tags: [
14193,
14194,
312,
313,
1688,
903,
9156,
1831,
1631,
1633,
4179,
87,
323,
324,
1541,
325,
1634,
4180,
386,
14195,
759,
1635,
14196,
1636,
2836,
1637,
14197,
393,
1638,
1639,
332,
14198,
1990,
1640
],
),
"robot": SymbolsMetadata(
popularity: 304,
codepoint: 0xf882,
categories: [11],
tags: [
2504,
1307,
2506,
1267,
3227,
14199,
14200,
14201,
5,
3186,
519,
1310,
12604,
4623,
44,
14202,
577,
2508,
14203,
4736,
977,
14204,
2479,
1738,
4899,
14205,
2516,
4631,
1292,
1297,
65,
2517,
3189
],
),
"robot_2": SymbolsMetadata(
popularity: 850,
codepoint: 0xf5d0,
categories: [11],
tags: [
2695,
2504,
1307,
2506,
865,
2133,
566,
14201,
5,
3186,
283,
1310,
284,
4623,
81,
44,
14202,
1886,
489,
2508,
4736,
977,
2479,
3414,
1738,
4899,
2516,
4201,
4631,
1292,
65,
2517,
3189
],
),
"rocket": SymbolsMetadata(
popularity: 2631,
codepoint: 0xeba5,
categories: [3],
tags: [
3660,
9731,
14206,
4096,
3035,
4102,
314,
5331,
5179,
1165,
1918,
2508,
8913,
1633,
2961,
14207,
759,
14208,
14209,
3122,
14210,
4201,
2002,
823,
14211,
14212,
275,
2138,
332,
10800,
3503,
2348
],
),
"rocket_launch": SymbolsMetadata(
popularity: 12515,
codepoint: 0xeb9b,
categories: [3],
tags: [
8540,
9731,
14206,
3035,
14213,
5179,
1165,
1918,
903,
8913,
1633,
2961,
14214,
14207,
14215,
887,
759,
14208,
3122,
14210,
4631,
823,
14212,
275,
2138,
10397,
9225,
9061,
14216,
900,
3030,
1844
],
),
"roller_shades": SymbolsMetadata(
popularity: 234,
codepoint: 0xec12,
categories: [8],
tags: [
1747,
2133,
1332,
4243,
1209,
4260,
345,
2150,
14217,
4255,
6566,
3027,
1140,
1644,
1500,
2753,
3646,
1471,
1143,
2930,
289,
1034,
14218,
432,
14219,
9515,
14220,
14221,
4063,
4250,
1347,
1339,
1906,
5877,
4065,
3353,
1187,
4253
],
),
"roller_shades_closed": SymbolsMetadata(
popularity: 193,
codepoint: 0xec11,
categories: [8],
tags: [
4243,
14222,
14223,
4260,
2150,
4255,
14224,
2832,
14225,
3191,
916,
1500,
1890,
2753,
14226,
14227,
1143,
2930,
1034,
432,
9515,
14228,
14229,
1955,
4063,
14230,
1347,
1906,
12553,
4065,
14231,
14232,
14233
],
),
"roller_skating": SymbolsMetadata(
popularity: 437,
codepoint: 0xebcd,
categories: [15],
tags: [
749,
2525,
7350,
7570,
6347,
7448,
781,
11,
225,
2885,
10566,
3319,
7572,
581,
1890,
14234,
1967,
468,
3672,
589,
3323,
9515,
14235,
14236,
7452,
888,
10570,
10571,
10572,
593,
275,
30,
3540,
1639,
332,
2059
],
),
"roofing": SymbolsMetadata(
popularity: 1265,
codepoint: 0xf201,
categories: [8],
tags: [
500,
14237,
1497,
6014,
929,
4906,
1180,
1498,
14238,
2568,
14239,
1140,
1500,
3981,
5182,
1501,
1582,
2571,
1502,
4900,
1503,
1504,
4911,
14240,
14241,
14242,
652,
1505,
14243,
955,
3380,
1728
],
),
"room_preferences": SymbolsMetadata(
popularity: 970,
codepoint: 0xf1b8,
categories: [9],
tags: [
1747,
2564,
2795,
929,
685,
345,
14244,
375,
4950,
7544,
1499,
1252,
7546,
1852,
14245,
1785,
1140,
1500,
2753,
385,
2085,
324,
1652,
1391,
2930,
70,
4035,
1677,
921,
1501,
1502,
1955,
71,
823,
955,
1049
],
),
"room_service": SymbolsMetadata(
popularity: 1535,
codepoint: 0xeb49,
categories: [16],
tags: [
1360,
3883,
1362,
3713,
1270,
3716,
14246,
2150,
2045,
3720,
4134,
4696,
12199,
3721,
14247,
5624,
2751,
4135,
1492,
3723,
2495,
1368,
91,
4700,
3727,
1955,
14248,
652,
3729,
12802,
332,
10694
],
),
"rotate_90_degrees_ccw": SymbolsMetadata(
popularity: 519,
codepoint: 0xe418,
categories: [1],
tags: [
3928,
14249,
748,
2222,
500,
77,
502,
14250,
14251,
2859,
345,
6635,
2937,
14252,
14253,
313,
1252,
680,
904,
49,
2207,
406,
507,
57,
9075,
13532,
6636,
470,
471,
472,
31,
512,
473,
476
],
),
"rotate_90_degrees_cw": SymbolsMetadata(
popularity: 442,
codepoint: 0xeaab,
categories: [1],
tags: [
3928,
14254,
14249,
1747,
500,
77,
502,
14250,
193,
5326,
9612,
14253,
313,
1252,
680,
2165,
49,
4361,
2989,
507,
57,
4362,
9075,
7307,
470,
471,
763,
14255,
511,
11921,
473,
513
],
),
"rotate_auto": SymbolsMetadata(
popularity: 29,
codepoint: 0xf417,
categories: [2],
tags: [
3442,
1174,
14256,
4,
77,
2436,
14257,
3372,
14258,
2454,
2940,
5,
2859,
1159,
753,
1160,
288,
14259,
313,
8,
12,
2084,
1140,
1605,
15,
757,
262,
1143,
507,
14260,
271,
5123,
760,
2462,
5872,
3683,
2842,
470,
14261,
471,
1168,
410,
14262,
64,
763,
764,
525,
33,
1171,
473,
513
],
),
"rotate_left": SymbolsMetadata(
popularity: 1193,
codepoint: 0xe419,
categories: [1],
tags: [
748,
1747,
460,
77,
2454,
1751,
193,
2859,
6635,
9612,
2405,
754,
313,
1252,
2084,
3463,
2207,
3052,
3464,
505,
2954,
507,
2841,
8253,
760,
761,
2462,
2842,
8838,
470,
14263,
471,
472,
2943,
473,
14264,
2844
],
rtlAutoMirrored: true,
),
"rotate_right": SymbolsMetadata(
popularity: 1948,
codepoint: 0xe41a,
categories: [1],
tags: [
748,
1669,
460,
77,
504,
9072,
462,
2859,
345,
6635,
2937,
313,
1164,
2084,
138,
3463,
1344,
3052,
3464,
757,
1167,
8253,
760,
761,
2462,
3458,
6770,
8838,
906,
470,
14265,
392,
14266,
31,
473,
7308,
141,
2844,
333
],
rtlAutoMirrored: true,
),
"roundabout_left": SymbolsMetadata(
popularity: 183,
codepoint: 0xeb99,
categories: [11],
tags: [
77,
502,
193,
14267,
9612,
2406,
313,
2408,
2047,
1077,
321,
3188,
9157,
2207,
3178,
324,
1541,
468,
325,
1634,
1635,
9297,
14268,
1636,
898,
3180,
1637,
1638,
14269,
1639,
332,
473,
14270,
11344
],
),
"roundabout_right": SymbolsMetadata(
popularity: 248,
codepoint: 0xeba3,
categories: [11],
tags: [
77,
502,
14267,
9295,
9612,
313,
3187,
2408,
2047,
1077,
321,
3188,
1631,
1632,
9296,
324,
1541,
875,
5272,
1550,
325,
1634,
906,
7307,
1635,
9297,
14268,
1636,
898,
1637,
1638,
14269,
14271,
900,
14272,
473,
3184
],
),
"rounded_corner": SymbolsMetadata(
popularity: 452,
codepoint: 0xe920,
categories: [6],
tags: [
1747,
1132,
1133,
482,
14273,
2830,
2937,
3604,
2405,
754,
485,
606,
1252,
1164,
14274,
370,
381,
137,
289,
150,
12449,
432,
1035,
12072,
71,
392,
14275,
682,
4219,
433,
2172,
512,
2210,
476
],
),
"route": SymbolsMetadata(
popularity: 2561,
codepoint: 0xeacd,
categories: [11],
tags: [
284,
14276,
4445,
312,
14277,
2408,
10446,
1983,
1633,
87,
324,
14278,
1541,
325,
14279,
1634,
11306,
7359,
1635,
1636,
14280,
898,
6794,
1637,
3818,
2158,
1638,
4827,
332,
14198,
9069,
7399
],
),
"router": SymbolsMetadata(
popularity: 1696,
codepoint: 0xe328,
categories: [11],
tags: [
7553,
482,
518,
4955,
283,
519,
12612,
284,
254,
2062,
81,
288,
46,
1110,
12574,
259,
9911,
1471,
651,
267,
14281,
432,
2075,
2738,
273,
433,
65,
6258,
276,
277,
278,
650
],
),
"router_off": SymbolsMetadata(
popularity: 8,
codepoint: 0xf2f4,
categories: [11],
tags: [
7553,
12100,
482,
11352,
4955,
7988,
284,
12059,
14282,
11022,
1162,
868,
2731,
1055,
1110,
12574,
259,
11707,
651,
267,
12066,
12817,
14283,
7605,
6335,
1059,
14281,
1060,
1061,
432,
2075,
14284,
273,
1067,
277,
13317,
12627,
278
],
),
"routine": SymbolsMetadata(
popularity: 896,
codepoint: 0xe20c,
categories: [3],
tags: [
5017,
4606,
2080,
1674,
840,
1159,
14285,
5032,
14286,
14287,
88,
4108,
1029,
5035,
4110,
1143,
616,
91,
92,
3377,
1677,
1090,
1122,
759,
3394,
1370,
3458,
2889,
1168,
94,
4981,
955,
1608,
764,
765,
1093,
1518,
4752,
1171,
2476,
2158,
14288,
859,
5045,
3003
],
),
"rowing": SymbolsMetadata(
popularity: 431,
codepoint: 0xe921,
categories: [15],
tags: [
2525,
7350,
2485,
690,
10887,
11212,
11,
225,
2885,
581,
1633,
4378,
1967,
87,
14289,
289,
10892,
588,
589,
27,
3323,
4383,
1646,
14290,
14291,
2434,
392,
1339,
30,
454,
1639,
7317,
3850,
3542
],
),
"rss_feed": SymbolsMetadata(
popularity: 2606,
codepoint: 0xe0e5,
categories: [4],
tags: [
4791,
501,
9619,
5982,
3086,
731,
732,
193,
283,
284,
628,
2937,
81,
2192,
1754,
1735,
68,
259,
267,
2469,
523,
328,
14292,
14293,
14294,
652,
273,
411,
1372,
14295,
4164,
1864,
333,
1186,
277,
278
],
),
"rsvp": SymbolsMetadata(
popularity: 421,
codepoint: 0xf055,
categories: [6],
tags: [
2672,
2673,
14296,
14297,
2676,
4,
11409,
14298,
14299,
482,
5,
1673,
5615,
463,
2681,
4504,
2701,
2335,
10,
12,
8220,
8221,
16,
1166,
14300,
14301,
1483,
6161,
1484,
14302,
14303,
362,
14304,
245,
31,
33,
2692,
35,
2694,
14305,
1681
],
),
"rtt": SymbolsMetadata(
popularity: 310,
codepoint: 0xe9ad,
categories: [7],
tags: [
862,
864,
865,
504,
1270,
570,
5954,
283,
345,
1476,
7728,
2956,
216,
7730,
5951,
138,
1113,
14306,
14307,
583,
355,
271,
2571,
14308,
12044,
14309,
14310,
151,
5952,
31,
1406,
33,
1171,
3680
],
rtlAutoMirrored: true,
),
"rubric": SymbolsMetadata(
popularity: 180,
codepoint: 0xeb27,
categories: [12],
tags: [
1071,
12568,
2477,
1423,
517,
3764,
373,
1673,
1674,
5774,
81,
145,
375,
3506,
9149,
3146,
1078,
1198,
5429,
1080,
1081,
86,
88,
226,
17,
1118,
1086,
1676,
10601,
586,
289,
648,
1677,
851,
795,
203,
14311,
14312,
1598,
1461,
13511,
746,
955,
1093,
1678,
1095,
14313
],
),
"rule": SymbolsMetadata(
popularity: 3248,
codepoint: 0xf1c2,
categories: [6],
tags: [
1671,
9640,
14314,
14315,
1673,
1102,
1103,
463,
842,
8759,
14316,
11933,
313,
2335,
9724,
3768,
5429,
3128,
3742,
87,
1029,
1166,
226,
18,
7178,
3295,
1676,
91,
11282,
14317,
12938,
1760,
14318,
14311,
703,
362,
1956,
14319,
14320,
1093,
14321,
1678,
2347,
1584,
5942,
4013,
1681
],
),
"rule_folder": SymbolsMetadata(
popularity: 595,
codepoint: 0xf1c9,
categories: [12],
tags: [
1765,
1671,
2143,
9235,
569,
1208,
1673,
1209,
1197,
463,
81,
4814,
1588,
1589,
14322,
3307,
2335,
1688,
1212,
147,
3072,
2153,
696,
1345,
1029,
1166,
3295,
1391,
1676,
586,
14323,
11282,
14324,
5432,
1224,
2813,
703,
2171,
362,
1598,
2851,
13511,
1698,
955,
1093,
1678,
2347,
1584,
4013,
1681
],
),
"rule_settings": SymbolsMetadata(
popularity: 284,
codepoint: 0xf64c,
categories: [2],
tags: [
458,
1747,
1765,
501,
460,
77,
502,
2133,
1751,
1784,
8115,
1103,
685,
345,
5774,
6763,
1236,
104,
145,
313,
1785,
3768,
696,
293,
68,
3463,
3052,
3464,
2085,
5338,
70,
6275,
11282,
9726,
1090,
1760,
2462,
2379,
470,
703,
652,
151,
71,
1788,
1956,
764,
1093,
511,
473,
4903
],
),
"run_circle": SymbolsMetadata(
popularity: 541,
codepoint: 0xef6f,
categories: [5],
tags: [
748,
749,
2525,
8271,
6360,
690,
504,
193,
902,
345,
11,
225,
1548,
581,
7351,
406,
468,
588,
589,
2521,
759,
27,
1035,
1125,
29,
888,
30,
7353,
2138,
31,
2158,
3542
],
rtlAutoMirrored: true,
),
"running_with_errors": SymbolsMetadata(
popularity: 1366,
codepoint: 0xe51d,
categories: [6],
tags: [
3125,
2525,
1360,
1361,
1051,
751,
691,
1365,
4893,
2099,
2732,
6598,
1366,
9585,
5095,
2733,
1367,
3128,
13303,
2734,
756,
1166,
616,
5562,
1119,
2737,
1090,
758,
759,
29,
14325,
291,
1226,
31,
1518,
1171,
1728,
4895,
206,
7646
],
),
"rv_hookup": SymbolsMetadata(
popularity: 476,
codepoint: 0xe642,
categories: [14],
tags: [
77,
1323,
1818,
3434,
2454,
14326,
3664,
14327,
1820,
1821,
1073,
284,
312,
313,
14328,
11009,
2207,
4076,
1541,
14329,
3672,
3321,
896,
14330,
14331,
2054,
3323,
14332,
906,
5359,
14333,
14334,
14335,
1639,
332,
1843,
1969,
2058,
1844,
14336
],
),
"safety_check": SymbolsMetadata(
popularity: 1209,
codepoint: 0xebef,
categories: [5],
tags: [
2697,
14337,
5239,
1561,
1673,
1159,
2701,
14338,
285,
3203,
14339,
3204,
697,
5271,
1034,
1063,
1581,
1582,
14340,
3208,
705,
14341,
1168,
1782,
14342,
14343,
1036,
1583,
1171,
3212,
2694,
4480,
4840,
1584,
14344,
3513
],
),
"safety_check_off": SymbolsMetadata(
popularity: 39,
codepoint: 0xf59d,
categories: [5],
tags: [
861,
1360,
5239,
1561,
1673,
2095,
1159,
345,
1365,
2618,
1300,
868,
1055,
1222,
12693,
14345,
1059,
1060,
1061,
2688,
5838,
1034,
1063,
1581,
1582,
4435,
3208,
705,
14346,
1168,
1782,
1036,
1583,
1067,
291,
1171,
3212,
7515,
4480,
1584,
206
],
),
"safety_divider": SymbolsMetadata(
popularity: 585,
codepoint: 0xe1cc,
categories: [3],
tags: [
689,
2829,
1132,
1133,
14347,
2831,
9,
2274,
1163,
2854,
14348,
8047,
1644,
9112,
14349,
550,
87,
4587,
4609,
1581,
703,
14350,
705,
1151,
1782,
1036,
1152,
706,
707,
593,
823
],
),
"sailing": SymbolsMetadata(
popularity: 1601,
codepoint: 0xe502,
categories: [14],
tags: [
3660,
4368,
2485,
7314,
7315,
781,
316,
2486,
7572,
14351,
1633,
1967,
1471,
7316,
2494,
5534,
2497,
2498,
3323,
13011,
14352,
2500,
2434,
2501,
14353,
30,
1639,
332,
1728,
7317,
4375,
3850,
10481,
14354
],
),
"salinity": SymbolsMetadata(
popularity: 6,
codepoint: 0xf876,
categories: [3],
tags: [
1422,
4368,
4190,
11986,
81,
5507,
14355,
4291,
1852,
3891,
51,
4197,
792,
4198,
17,
14356,
3494,
11619,
63,
2888,
14357,
14358,
14359,
7677,
4201,
1318,
1319,
36,
3850
],
),
"sanitizer": SymbolsMetadata(
popularity: 941,
codepoint: 0xf21d,
categories: [3],
tags: [
14360,
2385,
1869,
1767,
810,
14361,
1872,
692,
693,
5833,
14362,
14363,
6514,
14364,
2389,
5834,
14365,
697,
892,
1772,
3550,
14366,
4198,
7041,
894,
701,
3855,
1581,
702,
8214,
14367,
5840,
5841,
2398
],
),
"satellite": SymbolsMetadata(
popularity: 492,
codepoint: 0xe562,
categories: [5],
tags: [
4791,
4096,
4296,
731,
283,
1073,
284,
254,
81,
288,
4696,
315,
489,
319,
321,
49,
259,
1605,
323,
1085,
1541,
1606,
1607,
325,
267,
9863,
14368,
57,
59,
62,
5254,
7111,
9335,
4756,
1745,
4201,
652,
273,
823,
31,
65,
1095,
2067,
277,
278,
334
],
),
"satellite_alt": SymbolsMetadata(
popularity: 1507,
codepoint: 0xeb3a,
categories: [7],
tags: [
2401,
4791,
14369,
4096,
731,
4098,
283,
284,
4102,
81,
4696,
315,
2508,
319,
321,
1314,
325,
267,
9863,
14368,
12044,
4788,
4756,
4201,
273,
14370,
823,
14371,
65,
276,
412,
2067
],
),
"sauna": SymbolsMetadata(
popularity: 18,
codepoint: 0xf6f7,
categories: [15],
tags: [
480,
2525,
3883,
3831,
3832,
3833,
690,
929,
14372,
3854,
697,
3036,
3038,
3837,
3838,
3839,
1500,
581,
3550,
1967,
1471,
588,
589,
1877,
3323,
1968,
3845,
1955,
5629,
652,
3846,
3847,
955,
3165,
5398,
7214,
3850,
1864,
3513
],
),
"save": SymbolsMetadata(
popularity: 11774,
codepoint: 0xe161,
categories: [11],
tags: [
748,
1685,
504,
519,
345,
81,
2151,
1589,
1688,
147,
379,
8709,
1108,
2811,
439,
492,
14373,
759,
440,
5898,
1696,
14374,
7608,
392,
2502,
1698,
1396,
511,
5902
],
),
"save_as": SymbolsMetadata(
popularity: 1980,
codepoint: 0xeb60,
categories: [6],
tags: [
2143,
1685,
8807,
1586,
519,
1733,
1325,
81,
2151,
14375,
1589,
520,
4524,
1688,
3681,
1252,
680,
1703,
147,
8709,
8710,
68,
1111,
439,
3276,
1391,
5897,
1597,
4530,
2638,
432,
14376,
5898,
1696,
9233,
433,
1698,
5902,
1600,
1486
],
),
"save_clock": SymbolsMetadata(
popularity: 15,
codepoint: 0xf398,
categories: [11],
tags: [
501,
2143,
42,
10362,
1159,
81,
1160,
2151,
1589,
1688,
2099,
3505,
147,
8709,
137,
2084,
138,
384,
68,
4824,
2811,
439,
2812,
4826,
453,
1696,
1168,
509,
1698,
1396,
31,
1171,
2557,
7850,
141,
1348,
2087
],
),
"saved_search": SymbolsMetadata(
popularity: 2088,
codepoint: 0xea11,
categories: [2],
tags: [
2143,
1701,
1197,
5774,
81,
2334,
316,
3519,
83,
317,
1109,
1139,
1367,
68,
5430,
4482,
88,
1549,
1115,
5830,
1116,
1117,
2340,
1166,
8979,
630,
2344,
4156,
4128,
2345,
4481,
14377,
2835,
1126,
1127,
857,
1698,
2158
],
),
"savings": SymbolsMetadata(
popularity: 9191,
codepoint: 0xe2eb,
categories: [9],
tags: [
565,
926,
927,
11996,
928,
960,
930,
931,
932,
934,
1417,
936,
937,
6710,
3230,
938,
8860,
964,
941,
14378,
11998,
6748,
968,
946,
948,
523,
950,
951,
14379,
14380,
14381,
12839,
970,
8105,
954,
31,
956,
958,
14382,
14383
],
),
"scale": SymbolsMetadata(
popularity: 1591,
codepoint: 0xeb5f,
categories: [11],
tags: [
925,
14384,
3733,
14385,
14386,
14387,
3782,
9819,
3736,
3737,
3740,
3741,
3742,
2459,
14388,
226,
17,
630,
391,
14389,
3751,
14390,
3752,
14391,
14392,
14393,
14394
],
),
"scan": SymbolsMetadata(
popularity: 61,
codepoint: 0xf74e,
categories: [12],
tags: [
2453,
5239,
3791,
42,
1416,
934,
81,
288,
44,
1588,
1589,
1688,
147,
317,
2153,
1691,
2012,
3792,
1549,
13739,
262,
6325,
1595,
1662,
2342,
1596,
1597,
951,
13499,
1664,
3794,
3802,
2888,
1393,
1745,
1746,
1126,
1598,
1395,
2851,
65,
33,
4840,
1486
],
),
"scan_delete": SymbolsMetadata(
popularity: 53,
codepoint: 0xf74f,
categories: [12],
tags: [
2808,
1208,
810,
780,
1209,
1235,
81,
1210,
6379,
1211,
4657,
1588,
1589,
14395,
1688,
3392,
1212,
147,
2153,
1691,
3393,
1471,
3295,
1595,
1059,
1596,
1597,
432,
5063,
1224,
6389,
14396,
1745,
14397,
1746,
1598,
2851,
1226,
33,
3395,
6391,
6948,
1486,
4013
],
),
"scanner": SymbolsMetadata(
popularity: 427,
codepoint: 0xe329,
categories: [11],
tags: [
9916,
3791,
482,
40,
1102,
1733,
2830,
12604,
81,
5507,
288,
44,
1589,
2549,
1110,
10640,
68,
14398,
53,
87,
1738,
262,
2342,
1664,
14399,
3401,
3799,
1289,
1745,
1746,
1126,
433,
65,
6808
],
),
"scatter_plot": SymbolsMetadata(
popularity: 902,
codepoint: 0xe268,
categories: [9],
tags: [
1422,
14400,
1071,
1423,
517,
373,
14401,
1101,
3782,
11304,
14402,
81,
7092,
375,
2192,
1754,
1105,
1078,
14403,
1081,
6557,
226,
1086,
3377,
2820,
11306,
851,
3450,
1428,
3420,
14404,
4876,
4201,
2275,
746,
3780,
1095,
1429,
514,
398,
399
],
),
"scene": SymbolsMetadata(
popularity: 622,
codepoint: 0xe2a7,
categories: [8],
tags: [
3169,
480,
3660,
3664,
5546,
312,
1852,
318,
3669,
7968,
1140,
11112,
1500,
1605,
3646,
814,
10355,
1607,
1834,
1143,
3672,
5812,
14405,
1955,
2790,
1339,
2002,
5551,
1608,
10629,
10630,
10399,
3327,
332,
396,
11114,
859,
5184
],
),
"schedule": SymbolsMetadata(
popularity: 36552,
codepoint: 0xe8b5,
categories: [6],
tags: [
861,
1359,
1670,
2080,
193,
1159,
1160,
2082,
1400,
2099,
10,
489,
2083,
2084,
14406,
226,
14407,
616,
2812,
3509,
3075,
14408,
4826,
1370,
1168,
14409,
2827,
1171,
1172,
2087,
14410
],
),
"schedule_send": SymbolsMetadata(
popularity: 1525,
codepoint: 0xea0a,
categories: [7],
tags: [
5017,
1670,
77,
2080,
193,
1159,
1160,
2045,
12169,
2298,
10,
903,
14411,
489,
16,
2303,
583,
616,
92,
2606,
5019,
3509,
4128,
1370,
1707,
1168,
2310,
1529,
1171,
526,
4789
],
rtlAutoMirrored: true,
),
"schema": SymbolsMetadata(
popularity: 2330,
codepoint: 0xe4fd,
categories: [9],
tags: [
1071,
1497,
2795,
6109,
373,
14412,
1075,
81,
1468,
375,
1077,
5081,
1078,
382,
1080,
1081,
385,
5498,
3447,
324,
1085,
226,
1086,
491,
267,
586,
1677,
1090,
1092,
390,
12022,
2728,
746,
955,
1093,
1095,
1096,
476
],
),
"school": SymbolsMetadata(
popularity: 20193,
codepoint: 0xe80c,
categories: [15],
tags: [
3109,
14413,
4442,
3,
1497,
929,
14414,
14415,
5710,
1915,
3667,
14416,
933,
7544,
3112,
14417,
7546,
14418,
5245,
10368,
5719,
945,
3413,
3414,
14419,
952,
5255,
14420,
2755,
4981,
955,
5472,
14421,
7253,
3117,
14422
],
),
"science": SymbolsMetadata(
popularity: 5893,
codepoint: 0xea4b,
categories: [15],
tags: [
1422,
4187,
14423,
4190,
4191,
14424,
1333,
314,
3112,
4193,
14425,
4194,
2528,
1109,
9127,
4196,
3413,
4292,
14426,
4197,
3414,
4198,
2394,
3420,
14427,
4201,
5994,
4202,
3116,
8315,
4203
],
),
"science_off": SymbolsMetadata(
popularity: 26,
codepoint: 0xf542,
categories: [15],
tags: [
14428,
14429,
4187,
14430,
6330,
4190,
4191,
14431,
13520,
868,
14432,
14433,
14434,
1055,
4193,
14435,
4194,
14436,
1109,
1222,
14437,
14438,
4197,
14439,
14440,
14441,
14442,
5969,
1059,
1060,
1061,
3420,
14443,
4201,
14444,
14445,
1067,
2631,
14446,
11811,
14447,
4203,
8042,
1068
],
),
"scooter": SymbolsMetadata(
popularity: 8,
codepoint: 0xf471,
categories: [14],
tags: [
1818,
4165,
4167,
2565,
2044,
2045,
313,
2408,
7918,
379,
7950,
7935,
1541,
875,
7936,
353,
468,
7937,
2515,
7359,
2054,
4182,
3324,
4183,
652,
2038,
1339,
1988,
900,
1639,
332,
7313,
1507,
1844,
2059
],
rtlAutoMirrored: true,
),
"score": SymbolsMetadata(
popularity: 457,
codepoint: 0xe269,
categories: [7],
tags: [
402,
3,
4,
223,
1071,
1423,
517,
5,
373,
80,
81,
375,
7,
3112,
3506,
225,
941,
12,
5450,
3891,
1078,
51,
1081,
16,
226,
17,
18,
1086,
21,
22,
648,
851,
26,
795,
453,
227,
228,
3540,
746,
675,
31,
6524,
33,
230,
1095,
35,
36
],
),
"scoreboard": SymbolsMetadata(
popularity: 739,
codepoint: 0xebd0,
categories: [15],
tags: [
5726,
6,
81,
8,
5403,
68,
13493,
1471,
14448,
2341,
630,
22,
648,
851,
1427,
795,
453,
2470,
1428,
2345,
228,
14449,
410,
30,
3540,
746,
7285,
6524,
1095,
11218
],
),
"screen_lock_landscape": SymbolsMetadata(
popularity: 183,
codepoint: 0xe1be,
categories: [11],
tags: [
1246,
1247,
861,
4260,
345,
288,
8,
1110,
699,
1253,
1605,
1786,
14450,
1056,
262,
1706,
14451,
507,
5966,
271,
1034,
1582,
2379,
470,
410,
14452,
14262,
14453,
1782,
1036,
525,
5341
],
),
"screen_lock_portrait": SymbolsMetadata(
popularity: 271,
codepoint: 0xe1bf,
categories: [11],
tags: [
1246,
1247,
5335,
5239,
5241,
1250,
4260,
1769,
284,
6822,
288,
2620,
14454,
3392,
1110,
1253,
1786,
14455,
14450,
8067,
1056,
262,
1706,
14456,
14451,
2624,
5966,
14457,
5339,
271,
2629,
14458,
7194,
5123,
1034,
6475,
1063,
1582,
432,
1065,
1066,
705,
410,
14452,
14459,
14460,
1782,
1036,
14461,
1708,
14462,
525,
5341
],
),
"screen_lock_rotation": SymbolsMetadata(
popularity: 151,
codepoint: 0xe1c0,
categories: [11],
tags: [
1246,
1247,
77,
14463,
14464,
345,
288,
14465,
8,
2487,
14466,
1110,
1253,
14467,
1605,
1786,
14468,
262,
507,
14260,
5966,
271,
5123,
14469,
2379,
470,
471,
14470,
410,
14452,
14453,
1782,
1036,
71,
2415,
525,
413,
473
],
),
"screen_record": SymbolsMetadata(
popularity: 207,
codepoint: 0xf679,
categories: [4],
tags: [
1669,
501,
461,
731,
40,
42,
193,
2719,
519,
288,
8,
346,
1344,
406,
630,
354,
408,
453,
1290,
440,
410,
14471,
362,
2714,
1552,
433,
454,
65,
413,
141,
1348,
37
],
),
"screen_rotation": SymbolsMetadata(
popularity: 847,
codepoint: 0xe1c1,
categories: [11],
tags: [
1246,
1247,
1747,
77,
502,
14463,
14464,
1751,
193,
5168,
345,
288,
14472,
8,
5119,
1110,
1253,
1605,
262,
1706,
14473,
507,
271,
5123,
432,
470,
471,
410,
14474,
14475,
151,
2415,
525,
473,
5341
],
),
"screen_rotation_alt": SymbolsMetadata(
popularity: 367,
codepoint: 0xebee,
categories: [4],
tags: [
1246,
1247,
1747,
1748,
1601,
2401,
77,
1751,
193,
462,
345,
14113,
14115,
288,
313,
8,
5119,
1110,
1253,
1605,
262,
507,
271,
5123,
760,
761,
470,
471,
410,
14453,
151,
2415,
525,
473
],
),
"screen_rotation_up": SymbolsMetadata(
popularity: 22,
codepoint: 0xf678,
categories: [4],
tags: [
1246,
1247,
77,
14476,
14257,
288,
14259,
14472,
14477,
14478,
14479,
1110,
1253,
14480,
14481,
262,
14482,
14260,
271,
14483,
14484,
5124,
14485,
470,
14486,
14487,
14488,
471,
14489,
14470,
410,
14490,
14262,
14453,
14491,
525,
473,
14492,
14493,
14494,
14495,
14496,
14497
],
),
"screen_search_desktop": SymbolsMetadata(
popularity: 1171,
codepoint: 0xef70,
categories: [11],
tags: [
1246,
1247,
501,
77,
1179,
519,
1712,
288,
44,
2334,
8,
2549,
316,
317,
1109,
1110,
1253,
68,
53,
1471,
1786,
1115,
1116,
2340,
630,
1122,
432,
470,
410,
14498,
1126,
433,
65,
333,
1186,
1187,
2348
],
),
"screen_share": SymbolsMetadata(
popularity: 904,
codepoint: 0xe0e2,
categories: [11],
tags: [
1246,
1247,
77,
731,
4297,
2031,
1711,
571,
519,
1073,
284,
1712,
288,
8,
1110,
1253,
3705,
1713,
5121,
5348,
630,
267,
523,
5027,
1427,
388,
14499,
2470,
4788,
410,
2036,
1529,
2038,
14500,
454,
411,
3030,
37,
333,
13601,
1187
],
rtlAutoMirrored: true,
),
"screenshot": SymbolsMetadata(
popularity: 468,
codepoint: 0xf056,
categories: [11],
tags: [
1246,
1247,
1669,
501,
1132,
504,
40,
42,
1250,
1733,
2350,
1822,
288,
44,
8,
1589,
520,
348,
1548,
1110,
1253,
138,
49,
262,
271,
57,
62,
453,
432,
1696,
410,
5262,
1529,
5114,
433,
31,
525,
65,
907,
527
],
),
"screenshot_frame": SymbolsMetadata(
popularity: 86,
codepoint: 0xf677,
categories: [4],
tags: [
1342,
1669,
1131,
1132,
40,
42,
519,
2830,
1822,
8,
1589,
348,
1343,
49,
1605,
406,
262,
439,
289,
57,
1346,
62,
5123,
14501,
432,
410,
14502,
5261,
5262,
392,
433,
141,
396,
333
],
),
"screenshot_frame_2": SymbolsMetadata(
popularity: 42,
codepoint: 0xf374,
categories: [4],
tags: [
1131,
1132,
1133,
482,
42,
519,
2350,
1822,
44,
8,
4615,
348,
137,
49,
1605,
406,
439,
289,
57,
62,
5123,
1427,
432,
410,
5261,
5262,
14503,
5114,
433,
1170,
65,
8695,
476,
1187
],
),
"screenshot_keyboard": SymbolsMetadata(
popularity: 39,
codepoint: 0xf7d3,
categories: [4],
tags: [
14504,
862,
11044,
1100,
42,
11132,
283,
519,
1643,
288,
44,
382,
1110,
1111,
1344,
1113,
10946,
385,
1471,
262,
14505,
2470,
410,
5261,
2728,
525,
65,
33,
3680,
10947,
1486,
14506
],
),
"screenshot_monitor": SymbolsMetadata(
popularity: 730,
codepoint: 0xec08,
categories: [11],
tags: [
1246,
1247,
501,
40,
42,
1711,
519,
1712,
288,
44,
8,
2549,
7629,
1110,
1253,
49,
1713,
406,
630,
57,
62,
14501,
1122,
453,
432,
410,
5261,
5262,
5114,
65,
141,
37,
333,
1186,
1187
],
),
"screenshot_region": SymbolsMetadata(
popularity: 89,
codepoint: 0xf7d2,
categories: [4],
tags: [
231,
745,
1131,
5258,
4600,
2349,
14507,
42,
1822,
14508,
348,
6607,
14509,
1139,
5145,
887,
14510,
239,
14511,
432,
1149,
410,
14502,
5261,
5262,
14512,
14513,
14514,
14515,
363,
6349,
14516,
433,
14517
],
),
"screenshot_tablet": SymbolsMetadata(
popularity: 19,
codepoint: 0xf697,
categories: [11],
tags: [
1246,
1247,
42,
1711,
1733,
1712,
288,
44,
8,
2549,
2550,
7629,
1110,
1253,
49,
1713,
406,
262,
630,
57,
1346,
62,
2551,
453,
2470,
1696,
410,
5261,
5262,
5114,
5263,
525,
65,
396,
333,
1187
],
),
"script": SymbolsMetadata(
popularity: 22,
codepoint: 0xf45f,
categories: [12],
tags: [
3442,
7008,
4,
1422,
2133,
5,
8316,
1102,
2228,
1103,
6422,
81,
1313,
1104,
1589,
520,
2165,
2799,
9585,
147,
12,
1108,
10285,
4784,
16,
1471,
11669,
1090,
1123,
6010,
29,
3076,
94,
509,
433,
31,
65,
1317,
33,
35,
6766
],
),
"scrollable_header": SymbolsMetadata(
popularity: 23,
codepoint: 0xe9dc,
categories: [6],
tags: [
1467,
4819,
628,
81,
485,
1163,
2198,
12423,
1108,
1198,
9434,
1080,
68,
1344,
86,
385,
88,
506,
325,
586,
410,
2856,
14518,
1151,
2472,
707,
955,
141,
1348,
396,
8952,
1187
],
),
"scuba_diving": SymbolsMetadata(
popularity: 449,
codepoint: 0xebce,
categories: [15],
tags: [
2525,
3660,
4368,
14519,
314,
14520,
14521,
781,
46,
11,
11647,
316,
14522,
14523,
1785,
7572,
1966,
1633,
1967,
7316,
6139,
2498,
3323,
14524,
14525,
2434,
14526,
593,
30,
13518,
3848,
12840,
332,
14527,
1969,
11078
],
),
"sd": SymbolsMetadata(
popularity: 232,
codepoint: 0xe9dd,
categories: [0],
tags: [
861,
4,
1766,
40,
930,
5,
193,
14528,
1769,
81,
12692,
6799,
288,
44,
1589,
14529,
1688,
8043,
147,
4413,
2153,
12,
49,
68,
1112,
16,
1786,
2811,
5339,
57,
1063,
1582,
14530,
11884,
1782,
1036,
1783,
1698,
31,
33,
35
],
),
"sd_card": SymbolsMetadata(
popularity: 588,
codepoint: 0xe623,
categories: [11],
tags: [
14531,
40,
930,
519,
81,
6799,
288,
44,
556,
2152,
2549,
1886,
14532,
3072,
9213,
68,
756,
406,
2811,
14533,
14534,
439,
14535,
5154,
2155,
14536,
14537,
8105,
11884,
14538,
1782,
433,
1698,
65,
526,
14539,
14540
],
),
"sd_card_alert": SymbolsMetadata(
popularity: 327,
codepoint: 0xf057,
categories: [11],
tags: [
3125,
1360,
1361,
40,
930,
691,
4936,
283,
1365,
81,
288,
44,
2549,
2732,
1366,
3935,
8608,
5095,
1110,
1367,
5818,
51,
2734,
1166,
2811,
262,
267,
616,
271,
2155,
2737,
11884,
14538,
1782,
12722,
3234,
291,
1698,
31,
1728,
206
],
),
"sdk": SymbolsMetadata(
popularity: 280,
codepoint: 0xe720,
categories: [6],
tags: [
5022,
232,
2718,
2601,
481,
1374,
4733,
2228,
571,
3959,
284,
1325,
1104,
1164,
9149,
872,
2578,
10416,
1314,
4738,
4740,
4741,
2515,
1123,
5735,
14541,
14542,
1151,
1152,
392,
509,
955,
1093,
65,
6224,
152,
14543
],
),
"search": SymbolsMetadata(
popularity: 182995,
codepoint: 0xe8b6,
categories: [2],
tags: [
4812,
193,
2334,
8573,
316,
8574,
83,
317,
8579,
1109,
4646,
5829,
2337,
1549,
8581,
1115,
5831,
1116,
1117,
642,
70,
2344,
14544,
2835,
1126,
8585,
14545,
1127,
5210,
511,
396,
2348
],
),
"search_activity": SymbolsMetadata(
popularity: 136,
codepoint: 0xf3e5,
categories: [6],
tags: [
748,
2525,
1071,
1424,
4819,
4820,
193,
1159,
754,
81,
1160,
8,
1105,
755,
317,
1078,
4646,
2084,
259,
2337,
5568,
87,
88,
4824,
2339,
2340,
2812,
2841,
4826,
453,
1168,
1126,
1171,
2476,
2481,
396,
333
],
),
"search_check": SymbolsMetadata(
popularity: 206,
codepoint: 0xf800,
categories: [2],
tags: [
2331,
1671,
2697,
1673,
14546,
2095,
193,
463,
2701,
14547,
2333,
1162,
2334,
2335,
317,
2683,
1109,
4646,
697,
2337,
87,
1549,
1115,
2339,
1116,
1117,
2340,
1166,
1676,
2344,
1126,
14548,
11733,
14549,
1127,
362,
245,
1678,
2347,
14550,
1584,
1681,
2348
],
),
"search_check_2": SymbolsMetadata(
popularity: 142,
codepoint: 0xf469,
categories: [2],
tags: [
748,
1671,
2697,
1673,
2095,
193,
463,
2701,
2335,
316,
317,
488,
14551,
904,
1109,
697,
53,
87,
1549,
1115,
5831,
1116,
1117,
2340,
1166,
325,
1676,
2344,
2345,
1126,
1127,
362,
392,
9225,
1678,
511,
2347,
1584,
1681
],
),
"search_hands_free": SymbolsMetadata(
popularity: 112,
codepoint: 0xe696,
categories: [6],
tags: [
862,
863,
865,
14552,
1268,
1818,
3434,
1820,
1103,
345,
313,
2334,
317,
2508,
14553,
138,
1111,
2868,
1301,
1549,
2340,
1285,
2344,
1289,
1126,
594,
14554,
14555,
31,
65,
511,
1844,
1298,
14556
],
),
"search_insights": SymbolsMetadata(
popularity: 623,
codepoint: 0xf4bc,
categories: [9],
tags: [
1422,
1071,
1423,
1424,
517,
373,
81,
3776,
14557,
375,
314,
316,
317,
1109,
1078,
1081,
68,
1327,
2478,
53,
1115,
1116,
1117,
2340,
226,
18,
1086,
648,
2344,
179,
1428,
3420,
2345,
1126,
1127,
746,
33,
1095,
1429,
514
],
),
"search_off": SymbolsMetadata(
popularity: 1947,
codepoint: 0xea76,
categories: [2],
tags: [
2613,
1051,
14558,
1208,
14559,
193,
780,
14560,
1209,
14561,
6857,
1162,
868,
14562,
1055,
317,
8335,
14563,
8336,
14564,
1109,
53,
1115,
1116,
14565,
14566,
12045,
14567,
1117,
1057,
14568,
11517,
1059,
1061,
4268,
1224,
14569,
1065,
14570,
1126,
14571,
14572,
14573,
8349,
14574,
14575,
14576,
1127,
1067,
1226,
1068,
4013
],
),
"seat_cool_left": SymbolsMetadata(
popularity: 10,
codepoint: 0xf331,
categories: [14],
tags: [
836,
1266,
837,
77,
1818,
3434,
1820,
1914,
840,
1885,
4508,
345,
844,
845,
313,
2283,
14577,
1857,
2753,
2207,
289,
1927,
151,
888,
858,
1844,
14578,
1862
],
),
"seat_cool_right": SymbolsMetadata(
popularity: 4,
codepoint: 0xf330,
categories: [14],
tags: [
836,
837,
1896,
77,
1818,
3434,
504,
1820,
1914,
840,
5277,
1885,
345,
844,
845,
14579,
313,
7941,
1887,
1857,
51,
2753,
1922,
14580,
1927,
14581,
151,
65,
858,
413,
900,
1844,
1908,
1862
],
),
"seat_heat_left": SymbolsMetadata(
popularity: 14,
codepoint: 0xf32f,
categories: [14],
tags: [
2222,
77,
2436,
1818,
3434,
504,
1940,
1820,
14582,
840,
14583,
1885,
345,
313,
7941,
216,
3036,
14584,
1857,
2753,
2207,
10251,
1922,
1927,
71,
858,
413,
3396,
1844,
3849,
7983,
860
],
),
"seat_heat_right": SymbolsMetadata(
popularity: 11,
codepoint: 0xf32e,
categories: [14],
tags: [
1266,
77,
1818,
3434,
1820,
840,
1885,
345,
313,
1164,
1548,
3036,
1857,
2753,
289,
1922,
906,
1927,
151,
1473,
31,
858,
1844,
3849,
7983
],
),
"seat_vent_left": SymbolsMetadata(
popularity: 2,
codepoint: 0xf32d,
categories: [14],
tags: [
2222,
837,
1880,
1896,
77,
2436,
1818,
3434,
1850,
1820,
840,
5278,
1885,
14585,
8274,
345,
844,
845,
313,
7941,
1887,
14577,
1857,
2753,
2207,
1922,
1927,
14586,
151,
1473,
858,
1844,
1908,
1862
],
),
"seat_vent_right": SymbolsMetadata(
popularity: 4,
codepoint: 0xf32c,
categories: [14],
tags: [
1747,
837,
1896,
77,
1818,
3434,
1820,
840,
5277,
1885,
345,
844,
845,
1425,
313,
2283,
1887,
1856,
1857,
2753,
14587,
1922,
906,
1927,
151,
858,
900,
332,
1844,
1908,
1862
],
),
"security": SymbolsMetadata(
popularity: 6147,
codepoint: 0xe32a,
categories: [13],
tags: [
861,
14588,
5239,
1561,
12692,
3974,
8043,
3204,
2624,
6827,
2688,
1034,
14589,
1063,
1581,
3206,
1582,
3208,
705,
1782,
10931,
12609,
8056,
1036,
1583,
14590,
14591,
3212,
7513,
1584,
13675,
7510
],
),
"security_key": SymbolsMetadata(
popularity: 114,
codepoint: 0xf503,
categories: [11],
tags: [
14592,
861,
10927,
5239,
5241,
1766,
193,
288,
44,
1590,
379,
978,
1112,
10946,
14593,
87,
1786,
980,
523,
5339,
2688,
920,
326,
1063,
3206,
14594,
1782,
1036,
13048,
987,
1339,
2836,
182,
65,
14595,
5341,
601,
4840,
14596,
14597
],
),
"security_update_good": SymbolsMetadata(
popularity: 668,
codepoint: 0xf059,
categories: [11],
tags: [
1246,
1247,
1671,
2697,
1250,
1673,
2095,
463,
2333,
288,
2335,
2683,
5761,
4053,
1110,
1253,
1166,
262,
14598,
2624,
14599,
1676,
14600,
271,
242,
432,
2548,
3208,
1782,
1036,
14601,
362,
1708,
245,
1093,
14602,
525,
1678,
2464,
2347,
4480,
1584,
1681
],
),
"security_update_warning": SymbolsMetadata(
popularity: 384,
codepoint: 0xf05a,
categories: [11],
tags: [
3125,
1246,
1247,
1360,
1361,
691,
1365,
288,
520,
2732,
1366,
4713,
3935,
1110,
1253,
1367,
68,
2734,
1166,
583,
262,
14603,
2546,
2624,
616,
271,
5123,
2737,
432,
4435,
2548,
1036,
14604,
31,
1093,
14602,
525,
4438,
2464,
1465,
206
],
),
"segment": SymbolsMetadata(
popularity: 1042,
codepoint: 0xe94b,
categories: [12],
tags: [
2160,
1071,
6208,
2730,
2809,
373,
14605,
9254,
3959,
81,
375,
6413,
1136,
1164,
4683,
370,
7084,
1078,
579,
14349,
1471,
88,
14606,
14607,
2169,
4740,
4741,
1147,
703,
2171,
1151,
1152,
706,
4998,
2414,
2172,
14608,
33
],
rtlAutoMirrored: true,
),
"select": SymbolsMetadata(
popularity: 155,
codepoint: 0xf74d,
categories: [12],
tags: [
748,
2292,
1131,
77,
1132,
482,
450,
345,
1796,
2405,
754,
14347,
4645,
1164,
1139,
2846,
2786,
1376,
1549,
14609,
1758,
492,
355,
289,
2991,
328,
1167,
362,
363,
392,
433,
1227,
511
],
),
"select_all": SymbolsMetadata(
popularity: 1951,
codepoint: 0xe162,
categories: [2],
tags: [
2292,
3821,
482,
3823,
1673,
450,
1197,
4621,
463,
2294,
2405,
754,
2317,
2286,
579,
1139,
86,
88,
1166,
2468,
70,
289,
2991,
362,
6502,
363,
433,
511,
230
],
),
"select_check_box": SymbolsMetadata(
popularity: 5368,
codepoint: 0xf1fe,
categories: [2],
tags: [
749,
2697,
1332,
13991,
482,
504,
1673,
5615,
3200,
2095,
450,
463,
3959,
2701,
345,
2335,
1164,
1828,
488,
137,
1111,
1166,
814,
1676,
1061,
355,
2900,
362,
2714,
363,
1339,
433,
1678,
413,
2692,
141,
2210,
1584,
1681
],
),
"select_to_speak": SymbolsMetadata(
popularity: 32,
codepoint: 0xf7cf,
categories: [0],
tags: [
862,
1177,
910,
2115,
1268,
283,
345,
1796,
14610,
348,
1278,
14611,
7732,
467,
5247,
1301,
1714,
2169,
1167,
3402,
2888,
14612,
14613,
363,
14614,
1293,
4865,
14615,
1294,
33,
3403,
7255,
2039,
1709,
1298,
554,
7256
],
),
"select_window": SymbolsMetadata(
popularity: 179,
codepoint: 0xe6fa,
categories: [6],
tags: [
14616,
501,
3536,
1132,
1179,
1209,
3959,
1712,
8,
13378,
1164,
7966,
348,
259,
1029,
2355,
2895,
2468,
14617,
2930,
289,
3419,
432,
2232,
410,
7696,
362,
509,
433,
1719,
2415,
14618,
474,
396,
333,
14619,
14543,
1187,
1229,
5257
],
),
"select_window_2": SymbolsMetadata(
popularity: 69,
codepoint: 0xf4c8,
categories: [6],
tags: [
1467,
1179,
450,
345,
484,
8,
13378,
137,
2868,
259,
1082,
385,
2468,
14617,
586,
5405,
3419,
386,
2991,
876,
3379,
7696,
362,
363,
11189,
2728,
1719,
31,
12277,
907,
396,
333,
14619,
14543,
1187,
1229,
5257
],
),
"select_window_off": SymbolsMetadata(
popularity: 20,
codepoint: 0xe506,
categories: [6],
tags: [
1669,
501,
1132,
482,
1179,
684,
7050,
868,
8,
13378,
1055,
348,
381,
1222,
259,
2468,
1059,
1061,
355,
289,
3419,
919,
1122,
432,
410,
7696,
362,
392,
1067,
433,
1719,
4270,
2415,
413,
907,
5617,
5618,
396,
333,
14619,
14543,
1187,
1229,
5257
],
),
"self_care": SymbolsMetadata(
popularity: 227,
codepoint: 0xf86d,
categories: [10],
tags: [
14620,
690,
3095,
4097,
3155,
7667,
14621,
10214,
1885,
9708,
14622,
225,
2083,
697,
4520,
4931,
4720,
581,
6305,
4521,
13689,
11988,
5348,
9201,
589,
14623,
14624,
1582,
1925,
1968,
1036,
2270,
10220,
888,
880,
3165,
14625,
3513
],
),
"self_improvement": SymbolsMetadata(
popularity: 3589,
codepoint: 0xea78,
categories: [15],
tags: [
925,
690,
6045,
4097,
3155,
14621,
14626,
14627,
1104,
14622,
234,
7674,
697,
871,
581,
6305,
3979,
9199,
9200,
5732,
6047,
14628,
9201,
588,
589,
920,
759,
1925,
2270,
14629,
1951,
5209,
880,
3165,
7047,
7288,
3513,
11994,
11995
],
),
"sell": SymbolsMetadata(
popularity: 12244,
codepoint: 0xf05b,
categories: [9],
tags: [
14630,
928,
930,
1659,
931,
932,
934,
11410,
936,
937,
6370,
12138,
938,
52,
1389,
948,
12639,
523,
950,
951,
11087,
1421,
1184,
1393,
6740,
3305,
392,
1394,
1395,
8602,
1396,
182,
14631,
11418
],
),
"send": SymbolsMetadata(
popularity: 22403,
codepoint: 0xe163,
categories: [7],
tags: [
1910,
77,
573,
283,
3133,
313,
2298,
1918,
1999,
903,
2303,
583,
1597,
14632,
387,
328,
1483,
906,
1707,
2310,
1529,
3142,
1728,
2935
],
rtlAutoMirrored: true,
),
"send_and_archive": SymbolsMetadata(
popularity: 507,
codepoint: 0xea0c,
categories: [7],
tags: [
2143,
77,
482,
570,
14633,
283,
1586,
3133,
12169,
1589,
2832,
520,
2298,
14634,
147,
2153,
2301,
7235,
16,
2303,
14635,
583,
1758,
14636,
12901,
14637,
1483,
1696,
2310,
14638,
1529,
1396,
14639
],
rtlAutoMirrored: true,
),
"send_money": SymbolsMetadata(
popularity: 73,
codepoint: 0xe8b7,
categories: [9],
tags: [
77,
927,
504,
930,
931,
1416,
932,
14640,
934,
936,
937,
14641,
313,
938,
1660,
3302,
1703,
941,
942,
967,
138,
14642,
948,
6715,
14643,
523,
950,
951,
876,
1665,
432,
14644,
906,
2310,
14645,
392,
433,
31,
956,
14646,
971
],
rtlAutoMirrored: true,
),
"send_time_extension": SymbolsMetadata(
popularity: 869,
codepoint: 0xeadb,
categories: [2],
tags: [
748,
745,
12179,
77,
504,
1159,
283,
2126,
3133,
12169,
2298,
3252,
1335,
5024,
489,
259,
2303,
583,
14647,
239,
240,
2128,
1707,
1168,
2310,
14648,
14649,
1529,
3142,
1171,
1172,
1728,
2087,
333
],
),
"send_to_mobile": SymbolsMetadata(
popularity: 1009,
codepoint: 0xf05c,
categories: [11],
tags: [
1246,
1247,
1669,
501,
77,
282,
251,
288,
313,
1703,
903,
1110,
1253,
3684,
262,
1706,
4642,
325,
14650,
14651,
271,
1315,
14652,
5459,
14653,
432,
906,
1707,
2310,
9601,
1529,
1708,
525,
1720,
526,
4330
],
rtlAutoMirrored: true,
),
"sensor_door": SymbolsMetadata(
popularity: 438,
codepoint: 0xf1b5,
categories: [8],
tags: [
861,
7553,
1359,
1360,
2133,
1209,
7843,
4950,
7546,
1590,
7554,
1212,
5245,
5131,
5818,
4280,
2930,
7550,
5784,
5255,
1782,
1036,
2826,
64,
1906,
4270,
291,
14654,
553
],
),
"sensor_occupied": SymbolsMetadata(
popularity: 899,
codepoint: 0xec10,
categories: [8],
tags: [
2114,
749,
1359,
1360,
2133,
690,
14655,
284,
5507,
14656,
2884,
581,
14657,
51,
353,
8400,
468,
267,
14658,
8257,
14659,
588,
589,
14660,
8650,
14661,
1745,
1036,
64,
14662,
273,
14663,
1906,
291,
5099,
5138,
65,
278
],
),
"sensor_window": SymbolsMetadata(
popularity: 183,
codepoint: 0xf1b4,
categories: [8],
tags: [
1359,
1131,
1132,
1133,
40,
81,
5507,
288,
8,
1757,
348,
1111,
1141,
630,
4280,
289,
432,
1149,
410,
1036,
2826,
64,
14664,
273,
433,
5138,
1227,
65,
396,
1187,
1155
],
),
"sensors": SymbolsMetadata(
popularity: 2521,
codepoint: 0xe51e,
categories: [8],
tags: [
4791,
3788,
517,
283,
284,
253,
254,
81,
288,
3934,
14665,
51,
259,
1083,
17,
267,
2074,
272,
1745,
4776,
14662,
273,
290,
291,
65,
2290,
526,
2067,
1864,
277,
278
],
),
"sensors_krx": SymbolsMetadata(
popularity: 140,
codepoint: 0xf556,
categories: [10],
tags: [
1359,
2133,
2739,
1074,
284,
345,
81,
7843,
5507,
7109,
288,
44,
868,
2549,
1055,
1852,
46,
68,
1111,
1281,
7170,
7171,
1738,
17,
630,
4280,
267,
1059,
1060,
1061,
1741,
4201,
64,
14662,
273,
1067,
1292,
1093,
65,
1095,
278
],
),
"sensors_krx_off": SymbolsMetadata(
popularity: 15,
codepoint: 0xf515,
categories: [10],
tags: [
1359,
2739,
345,
14666,
7843,
5507,
7109,
288,
11022,
868,
14667,
1055,
137,
1222,
51,
14668,
17,
4280,
1059,
1060,
1061,
64,
14669,
14662,
14670,
71,
14671,
1067,
4270,
291,
31,
65,
11811
],
),
"sensors_off": SymbolsMetadata(
popularity: 279,
codepoint: 0xe51f,
categories: [8],
tags: [
481,
1208,
284,
1299,
14672,
1162,
1300,
868,
2731,
1055,
12401,
1222,
87,
14673,
14674,
267,
14675,
14676,
14677,
1059,
1061,
12745,
1745,
14662,
14670,
7734,
273,
1067,
4270,
291,
1226,
413,
1068,
278
],
),
"sentiment_calm": SymbolsMetadata(
popularity: 143,
codepoint: 0xf6a7,
categories: [3],
tags: [
566,
4097,
193,
628,
1612,
6131,
6132,
577,
8473,
8013,
1620,
977,
581,
1624,
4113,
589,
1625,
242,
590,
203,
2394,
13982,
1484,
3524,
330,
8028,
13985,
1626,
8014,
11992,
601
],
),
"sentiment_content": SymbolsMetadata(
popularity: 84,
codepoint: 0xf6a6,
categories: [3],
tags: [
572,
10257,
14678,
6131,
14679,
14680,
3506,
6132,
577,
1480,
8013,
8443,
1620,
1623,
1624,
14681,
815,
13859,
203,
2394,
1484,
3524,
12156,
8421,
8432,
7294,
8028,
8014,
1629,
14682
],
),
"sentiment_dissatisfied": SymbolsMetadata(
popularity: 6052,
codepoint: 0xe811,
categories: [3],
tags: [
14683,
566,
9161,
193,
14684,
10257,
14685,
1613,
6131,
1614,
6132,
1616,
577,
1480,
8013,
1617,
8443,
977,
581,
1624,
4294,
589,
14686,
590,
203,
3524,
12156,
8028,
1629,
8457,
14687,
8458,
601
],
),
"sentiment_excited": SymbolsMetadata(
popularity: 172,
codepoint: 0xf6a5,
categories: [3],
tags: [
566,
5,
6127,
8431,
13149,
1613,
6131,
14688,
13150,
3317,
6132,
577,
8013,
1618,
6134,
1620,
581,
6136,
14689,
1624,
14690,
589,
1625,
242,
590,
8421,
8432,
1626,
8014,
14691,
14692,
601
],
),
"sentiment_extremely_dissatisfied": SymbolsMetadata(
popularity: 1689,
codepoint: 0xf194,
categories: [3],
tags: [
14683,
10254,
8435,
14693,
5657,
14684,
14678,
14685,
1612,
1613,
6131,
1614,
1616,
14694,
577,
1480,
8013,
1617,
14695,
12155,
14696,
14697,
14698,
1624,
4294,
14699,
589,
3770,
14700,
203,
2394,
3524,
12157,
8452,
8028,
1629,
14701,
14702,
12158,
8457,
12159,
8458,
14703
],
),
"sentiment_frustrated": SymbolsMetadata(
popularity: 103,
codepoint: 0xf6a4,
categories: [3],
tags: [
14683,
14704,
566,
9161,
5,
193,
14684,
14705,
14685,
1612,
14622,
6132,
577,
8013,
14696,
14706,
977,
581,
1961,
13689,
1624,
4294,
589,
14686,
2394,
330,
12156,
8014,
8457,
8458
],
),
"sentiment_neutral": SymbolsMetadata(
popularity: 2992,
codepoint: 0xe812,
categories: [3],
tags: [
14707,
566,
3499,
1612,
6131,
14708,
1614,
6132,
1616,
577,
1480,
8013,
1617,
14709,
1644,
14710,
14711,
1624,
6289,
815,
1676,
2686,
588,
589,
590,
203,
14712,
8028,
291,
14713,
1629,
601
],
),
"sentiment_sad": SymbolsMetadata(
popularity: 209,
codepoint: 0xf6a3,
categories: [3],
tags: [
566,
9161,
5,
193,
8439,
14685,
14714,
1612,
6131,
6132,
577,
1480,
8013,
8443,
581,
1961,
1624,
4294,
589,
14686,
590,
203,
1035,
12156,
8028,
8457,
8458,
601
],
),
"sentiment_satisfied": SymbolsMetadata(
popularity: 11697,
codepoint: 0xe813,
categories: [3],
tags: [
6127,
193,
1612,
1613,
6131,
1614,
6132,
1616,
7522,
577,
8013,
1617,
1618,
1619,
1620,
8034,
5516,
1623,
1624,
6289,
589,
1625,
242,
8421,
8432,
8028,
1626,
8014,
1627,
1628,
1629
],
),
"sentiment_stressed": SymbolsMetadata(
popularity: 134,
codepoint: 0xf6a2,
categories: [3],
tags: [
14715,
566,
5,
14705,
8440,
1612,
6131,
6132,
577,
8013,
8443,
14716,
977,
8450,
14717,
1624,
14718,
14719,
589,
590,
12156,
8028,
14720,
14721,
14722,
14723,
14724,
8457,
601,
14725
],
),
"sentiment_very_dissatisfied": SymbolsMetadata(
popularity: 2870,
codepoint: 0xe814,
categories: [3],
tags: [
14683,
566,
5,
193,
14684,
2682,
10257,
14685,
14726,
1612,
1613,
6131,
1614,
1616,
577,
8473,
1480,
8013,
1617,
14727,
581,
51,
14728,
1624,
4294,
289,
589,
2394,
3524,
12156,
8028,
8454,
291,
1629,
8457,
14687,
8458,
14729
],
),
"sentiment_very_satisfied": SymbolsMetadata(
popularity: 5789,
codepoint: 0xe815,
categories: [3],
tags: [
2678,
566,
5,
6127,
193,
14730,
1613,
6131,
1614,
10323,
6132,
1616,
577,
1480,
8013,
1617,
1618,
1619,
1620,
581,
6136,
1623,
1624,
588,
589,
1625,
242,
590,
203,
8432,
8028,
1339,
1626,
1627,
1628,
1629,
601,
14729,
14731
],
),
"sentiment_worried": SymbolsMetadata(
popularity: 54,
codepoint: 0xf6a1,
categories: [3],
tags: [
14732,
14715,
566,
9161,
5,
14733,
8439,
2387,
1612,
6131,
6132,
577,
1480,
8013,
14727,
977,
581,
3944,
9113,
14717,
1624,
4294,
289,
589,
2394,
12156,
8028,
291,
14720,
31,
8457,
14725,
14734
],
),
"serif": SymbolsMetadata(
popularity: 7,
codepoint: 0xf4ac,
categories: [12],
tags: [
3442,
4,
1602,
9398,
14735,
5,
14736,
8316,
2289,
1589,
520,
2165,
3112,
12,
2181,
9484,
9427,
16,
2169,
14737,
433,
31,
14738,
33,
2173,
2187,
2175,
35,
6766,
338,
4565,
14739,
2190,
1486,
9465
],
),
"server_person": SymbolsMetadata(
popularity: 37,
codepoint: 0xf3bd,
categories: [11],
tags: [
565,
1765,
1560,
566,
1686,
519,
1310,
284,
81,
1468,
11886,
577,
7493,
7494,
581,
1562,
138,
4784,
1029,
267,
289,
588,
589,
590,
2738,
6856,
888,
14740,
14741,
31,
1093,
65,
601
],
),
"service_toolbox": SymbolsMetadata(
popularity: 257,
codepoint: 0xe717,
categories: [15],
tags: [
14742,
482,
1197,
685,
1333,
14743,
46,
4896,
1785,
1110,
4859,
1516,
10416,
3981,
1029,
5334,
70,
3115,
432,
4900,
10418,
652,
71,
888,
6310,
511,
10134,
1789,
4948,
3396,
1519,
5370
],
),
"set_meal": SymbolsMetadata(
popularity: 655,
codepoint: 0xf1ea,
categories: [5],
tags: [
13833,
4844,
3720,
14744,
4845,
4134,
4696,
9032,
3721,
4848,
5811,
2367,
14745,
4135,
3723,
7297,
4700,
3727,
3729,
1201,
4853,
4854,
9373,
14746,
4855
],
),
"settings": SymbolsMetadata(
popularity: 120081,
codepoint: 0xe8b8,
categories: [2],
tags: [
5363,
1765,
14747,
501,
1751,
1784,
8115,
685,
345,
1752,
14748,
1236,
145,
1755,
1785,
14749,
293,
68,
4898,
2085,
1029,
14750,
5338,
1652,
70,
14751,
919,
294,
920,
14752,
921,
652,
71,
1788,
1093,
1789
],
),
"settings_accessibility": SymbolsMetadata(
popularity: 6441,
codepoint: 0xf05d,
categories: [2],
tags: [
861,
862,
14753,
5363,
7727,
690,
1784,
685,
345,
3604,
145,
14610,
225,
1785,
10249,
581,
873,
68,
506,
875,
70,
588,
589,
920,
921,
590,
71,
1788,
888,
879,
31,
1789,
889,
601,
4612
],
),
"settings_account_box": SymbolsMetadata(
popularity: 145,
codepoint: 0xf835,
categories: [6],
tags: [
565,
1747,
1765,
501,
566,
482,
1784,
685,
345,
6763,
1236,
1425,
145,
577,
1785,
977,
581,
293,
68,
2085,
506,
1652,
70,
289,
919,
588,
589,
920,
5123,
921,
590,
432,
652,
71,
433,
1093,
989,
601
],
),
"settings_alert": SymbolsMetadata(
popularity: 423,
codepoint: 0xf143,
categories: [10],
tags: [
5363,
1765,
1360,
1361,
691,
1784,
685,
1753,
1236,
2799,
2732,
1366,
1785,
3437,
1140,
1367,
2734,
4898,
3981,
2085,
4899,
1143,
616,
70,
4035,
921,
2737,
71,
1788,
31,
1093,
1789,
1728,
4895,
206
],
),
"settings_applications": SymbolsMetadata(
popularity: 3539,
codepoint: 0xe8b9,
categories: [2],
tags: [
1747,
1765,
1669,
501,
2718,
1751,
193,
1784,
519,
685,
6416,
345,
1236,
145,
288,
2799,
1785,
3437,
4897,
293,
68,
259,
4898,
2085,
4899,
5338,
262,
70,
920,
358,
652,
71,
1788,
509,
1093,
65,
1789,
333,
3328
],
),
"settings_b_roll": SymbolsMetadata(
popularity: 134,
codepoint: 0xf625,
categories: [1],
tags: [
861,
5363,
501,
77,
193,
462,
1784,
685,
1753,
6763,
1236,
145,
1477,
488,
903,
1785,
137,
138,
293,
68,
87,
2085,
506,
1652,
70,
289,
919,
6275,
920,
921,
906,
652,
151,
71,
1788,
392,
31,
1093,
1789,
907
],
),
"settings_backup_restore": SymbolsMetadata(
popularity: 2633,
codepoint: 0xe8ba,
categories: [2],
tags: [
2143,
77,
2454,
1685,
2940,
193,
1686,
753,
81,
2152,
520,
1690,
2084,
757,
759,
8253,
760,
761,
2863,
5872,
6770,
3683,
14754,
2842,
470,
71,
472,
291,
764,
765,
526,
2844,
2464,
527
],
rtlAutoMirrored: true,
),
"settings_bluetooth": SymbolsMetadata(
popularity: 481,
codepoint: 0xe8bb,
categories: [7],
tags: [
13224,
5363,
1268,
4296,
685,
1073,
284,
254,
345,
81,
288,
7183,
1300,
4304,
4348,
7742,
262,
267,
70,
4298,
71,
1788,
2038,
273,
12531,
31,
65,
413,
278
],
),
"settings_brightness": SymbolsMetadata(
popularity: 703,
codepoint: 0xe8bd,
categories: [1],
tags: [
1747,
2222,
4606,
3642,
685,
4751,
345,
1236,
4104,
1400,
8,
1852,
3643,
83,
3383,
4758,
3645,
1344,
792,
3646,
1029,
642,
1652,
630,
70,
921,
410,
151,
71,
4762,
1608,
4752,
476
],
),
"settings_cell": SymbolsMetadata(
popularity: 195,
codepoint: 0xe8bc,
categories: [11],
tags: [
1246,
1247,
1250,
2540,
251,
193,
685,
345,
288,
4042,
1105,
7093,
1110,
1253,
1344,
88,
506,
262,
8988,
14755,
2023,
237,
325,
70,
271,
14756,
13323,
921,
432,
2548,
363,
71,
525,
3971
],
),
"settings_cinematic_blur": SymbolsMetadata(
popularity: 31,
codepoint: 0xf624,
categories: [1],
tags: [
565,
5363,
501,
4317,
5804,
40,
344,
5805,
1784,
685,
345,
6763,
1236,
4331,
145,
1252,
680,
487,
346,
83,
1785,
581,
49,
293,
68,
354,
70,
4323,
589,
920,
62,
921,
681,
590,
63,
652,
151,
71,
1789,
601,
37,
476,
4903
],
),
"settings_ethernet": SymbolsMetadata(
popularity: 1098,
codepoint: 0xe8be,
categories: [11],
tags: [
502,
4955,
283,
3959,
519,
12612,
1073,
284,
254,
4956,
81,
288,
1105,
14757,
1110,
1632,
1344,
259,
14758,
11109,
87,
1314,
11110,
267,
4958,
14759,
3990,
1315,
14760,
71,
4959,
65,
277,
4960,
7756
],
),
"settings_heart": SymbolsMetadata(
popularity: 106,
codepoint: 0xf522,
categories: [2],
tags: [
1747,
13318,
501,
1751,
1784,
685,
345,
1236,
145,
3519,
1785,
14761,
1548,
4520,
138,
293,
68,
1623,
4521,
492,
70,
920,
1033,
921,
14762,
4128,
1696,
652,
71,
392,
31,
3650,
1049
],
),
"settings_input_antenna": SymbolsMetadata(
popularity: 1083,
codepoint: 0xe8bf,
categories: [11],
tags: [
2029,
4791,
502,
731,
4297,
283,
519,
1073,
284,
254,
81,
4696,
14763,
1105,
781,
1111,
259,
406,
267,
14764,
14765,
2064,
14766,
3366,
14767,
4756,
14768,
14769,
5460,
71,
273,
454,
411,
65,
412,
2067,
2039,
14770,
277,
278
],
),
"settings_input_component": SymbolsMetadata(
popularity: 797,
codepoint: 0xe8c0,
categories: [11],
tags: [
1268,
461,
4955,
3358,
3959,
14771,
6416,
1073,
284,
254,
4956,
288,
781,
46,
1110,
11009,
1111,
1705,
259,
14772,
1314,
406,
439,
3990,
12916,
851,
3365,
71,
1788,
65,
7392,
37,
277,
7963
],
),
"settings_input_hdmi": SymbolsMetadata(
popularity: 432,
codepoint: 0xe8c2,
categories: [11],
tags: [
1268,
461,
4955,
685,
284,
254,
4956,
104,
288,
44,
8,
1886,
781,
7390,
3479,
419,
1111,
14758,
1314,
630,
439,
3990,
5025,
851,
1315,
71,
1788,
273,
4959,
65,
412,
37,
4960
],
),
"settings_input_svideo": SymbolsMetadata(
popularity: 240,
codepoint: 0xe8c3,
categories: [11],
tags: [
5574,
14773,
5781,
461,
4955,
14774,
193,
14775,
284,
254,
4956,
104,
288,
1886,
781,
904,
1111,
87,
406,
439,
3990,
5025,
851,
1315,
14776,
71,
392,
273,
433,
1956,
14777,
65,
37,
14778
],
),
"settings_motion_mode": SymbolsMetadata(
popularity: 22,
codepoint: 0xf833,
categories: [1],
tags: [
1747,
1765,
341,
6415,
501,
4317,
40,
1784,
685,
345,
6763,
3604,
1236,
145,
288,
2799,
216,
1108,
1785,
49,
293,
68,
4898,
2085,
1029,
8117,
5338,
642,
353,
1119,
70,
294,
920,
1033,
57,
59,
62,
921,
1090,
652,
151,
71,
1788,
1093,
511,
4330
],
),
"settings_night_sight": SymbolsMetadata(
popularity: 37,
codepoint: 0xf832,
categories: [1],
tags: [
1747,
4606,
501,
4096,
40,
4098,
685,
1753,
4103,
6763,
1236,
4104,
4248,
145,
8,
3375,
216,
83,
1785,
8371,
293,
68,
4754,
4110,
4080,
11296,
14779,
14780,
70,
920,
1033,
57,
3623,
59,
921,
652,
151,
71,
8406,
4116,
396,
10170
],
),
"settings_overscan": SymbolsMetadata(
popularity: 540,
codepoint: 0xe8c4,
categories: [6],
tags: [
2222,
502,
633,
1132,
482,
1750,
2350,
8,
4615,
914,
14781,
49,
1471,
630,
1741,
14782,
57,
62,
14783,
111,
1427,
432,
2232,
1745,
410,
14784,
71,
14785,
433,
412,
2039,
37,
367,
396,
2348
],
),
"settings_panorama": SymbolsMetadata(
popularity: 24,
codepoint: 0xf831,
categories: [1],
tags: [
2222,
500,
501,
40,
193,
1784,
345,
6763,
1236,
145,
1852,
3643,
1785,
11112,
699,
49,
293,
68,
1605,
53,
1471,
1606,
1607,
1834,
70,
5812,
14786,
920,
57,
59,
62,
921,
470,
11113,
652,
151,
71,
2002,
396,
11114,
14787,
2552
],
),
"settings_phone": SymbolsMetadata(
popularity: 915,
codepoint: 0xe8c5,
categories: [7],
tags: [
1747,
1765,
1270,
1250,
251,
1784,
283,
685,
284,
975,
345,
1236,
145,
288,
216,
1785,
1110,
2085,
262,
70,
1033,
271,
921,
71,
1788,
1093,
1406,
511,
3328
],
),
"settings_photo_camera": SymbolsMetadata(
popularity: 59,
codepoint: 0xf834,
categories: [1],
tags: [
2222,
501,
3372,
40,
42,
1784,
685,
345,
6763,
3604,
1236,
145,
487,
3643,
83,
14788,
4413,
1757,
1785,
49,
293,
68,
53,
3416,
642,
1652,
355,
70,
6275,
920,
57,
59,
62,
358,
921,
652,
151,
71,
1788,
1347,
2348
],
),
"settings_power": SymbolsMetadata(
popularity: 945,
codepoint: 0xe8c6,
categories: [6],
tags: [
861,
748,
504,
193,
3959,
345,
288,
3890,
3942,
3703,
1108,
1110,
138,
293,
68,
87,
506,
1059,
1061,
14789,
3707,
9028,
5872,
6770,
1696,
71,
13552,
12116,
2415,
31,
1093,
413,
5941
],
),
"settings_remote": SymbolsMetadata(
popularity: 910,
codepoint: 0xe8c7,
categories: [11],
tags: [
861,
14790,
2222,
1867,
4296,
685,
6416,
284,
14791,
14792,
254,
345,
288,
2549,
2085,
1029,
406,
70,
921,
4788,
12480,
7185,
14793,
14794,
71,
1788,
273,
1093,
412,
2039,
277,
278,
14795
],
),
"settings_slow_motion": SymbolsMetadata(
popularity: 23,
codepoint: 0xf623,
categories: [1],
tags: [
1747,
501,
77,
193,
1159,
1784,
685,
345,
1753,
6763,
1236,
754,
145,
1785,
14796,
293,
68,
406,
506,
1652,
353,
468,
1714,
70,
919,
920,
4035,
2521,
408,
921,
2555,
652,
151,
71,
1788,
13888,
14797,
275,
1171,
37
],
),
"settings_system_daydream": SymbolsMetadata(
popularity: 396,
codepoint: 0xe1c3,
categories: [4],
tags: [
2222,
1685,
1686,
685,
345,
10182,
288,
44,
8,
1688,
2549,
1886,
46,
13000,
2508,
10183,
7062,
466,
2868,
630,
70,
921,
410,
71,
1788,
1698,
1093,
1297,
65,
7080,
475,
477
],
),
"settings_timelapse": SymbolsMetadata(
popularity: 49,
codepoint: 0xf622,
categories: [1],
tags: [
2222,
1765,
501,
502,
10362,
193,
1159,
1784,
685,
345,
6763,
1236,
145,
1400,
1165,
903,
1785,
2710,
51,
293,
68,
2085,
5338,
406,
1714,
70,
919,
920,
2521,
1167,
8851,
358,
921,
652,
151,
71,
1788,
275,
1093,
1171,
14798,
1172,
511,
1763,
2039,
37,
2087
],
),
"settings_video_camera": SymbolsMetadata(
popularity: 56,
codepoint: 0xf621,
categories: [1],
tags: [
1747,
501,
14799,
5160,
40,
120,
344,
193,
1784,
5117,
685,
1753,
6763,
1236,
145,
346,
5130,
1785,
1110,
138,
49,
293,
68,
1471,
406,
353,
354,
439,
70,
6275,
920,
4035,
62,
921,
453,
440,
652,
151,
71,
392,
433,
31,
37,
367,
434
],
),
"settings_voice": SymbolsMetadata(
popularity: 737,
codepoint: 0xe8c8,
categories: [0],
tags: [
5363,
1268,
193,
462,
1784,
685,
345,
1753,
1785,
699,
1111,
87,
1471,
2085,
1029,
1284,
1285,
70,
921,
453,
1290,
440,
71,
1788,
1293,
4865,
1294,
9594,
1465,
1298,
3328
],
),
"settop_component": SymbolsMetadata(
popularity: 248,
codepoint: 0xe2ac,
categories: [11],
tags: [
1669,
501,
1268,
5781,
461,
517,
482,
3959,
2719,
284,
6422,
345,
5946,
288,
44,
2549,
781,
3363,
916,
1344,
1471,
406,
439,
1143,
3366,
432,
410,
14800,
14801,
273,
1093,
412,
14802,
2039,
37,
1186
],
),
"severe_cold": SymbolsMetadata(
popularity: 637,
codepoint: 0xebd3,
categories: [3],
tags: [
3125,
1360,
1883,
1361,
14803,
691,
12073,
840,
841,
842,
4424,
1365,
4428,
2732,
1366,
13007,
2886,
12075,
14804,
848,
849,
4432,
850,
14805,
1367,
616,
12105,
14806,
855,
856,
858,
206,
859,
860
],
),
"shadow": SymbolsMetadata(
popularity: 45,
codepoint: 0xe9df,
categories: [6],
tags: [
478,
2222,
3536,
2031,
484,
4331,
4581,
14807,
486,
14808,
1252,
680,
487,
490,
14809,
49,
2154,
3646,
5204,
2765,
386,
57,
59,
62,
389,
494,
14810,
8201,
7973,
14811,
4691,
14812,
4340
],
),
"shadow_add": SymbolsMetadata(
popularity: 34,
codepoint: 0xf584,
categories: [6],
tags: [
231,
745,
14813,
2222,
1321,
1325,
1236,
4248,
3382,
14808,
1252,
680,
487,
3375,
83,
3383,
2265,
49,
6099,
235,
2929,
1327,
2154,
14814,
14815,
887,
4035,
57,
3623,
59,
62,
239,
242,
7973,
392,
433,
2209,
31,
4340
],
),
"shadow_minus": SymbolsMetadata(
popularity: 14,
codepoint: 0xf583,
categories: [6],
tags: [
5007,
480,
2222,
4606,
1423,
504,
685,
345,
2882,
1210,
484,
486,
1252,
680,
487,
137,
1644,
49,
1959,
814,
1255,
355,
57,
59,
62,
1224,
151,
7973,
392,
1339,
2172,
1261,
413,
907,
476
],
),
"shape_line": SymbolsMetadata(
popularity: 401,
codepoint: 0xf8d3,
categories: [12],
tags: [
1132,
193,
912,
2405,
2882,
14816,
1163,
1136,
2798,
1252,
680,
14817,
14818,
381,
1644,
14819,
1959,
87,
4587,
2895,
1255,
5936,
1224,
703,
14820,
1152,
706,
707,
392,
14821,
433,
1261
],
),
"shapes": SymbolsMetadata(
popularity: 150,
codepoint: 0xe602,
categories: [12],
tags: [
480,
14822,
1467,
14823,
14824,
193,
2254,
14412,
485,
375,
2798,
1252,
680,
2198,
488,
9582,
14825,
14826,
381,
2265,
385,
3377,
852,
392,
5503,
14827,
14828,
14829,
433,
955,
14830,
1728
],
),
"share": SymbolsMetadata(
popularity: 22428,
codepoint: 0xe80d,
categories: [3],
tags: [
2837,
2525,
14831,
1307,
77,
283,
6195,
1073,
284,
14832,
81,
2839,
2191,
1703,
903,
904,
87,
1471,
1314,
406,
439,
2468,
267,
70,
14833,
328,
2862,
2310,
9601,
14834,
14835,
14836,
1529,
9275,
2038,
593,
3971,
98
],
),
"share_eta": SymbolsMetadata(
popularity: 81,
codepoint: 0xe5f7,
categories: [5],
tags: [
1360,
14837,
1159,
573,
1073,
284,
1160,
2045,
312,
313,
14838,
7321,
1983,
1633,
1471,
1314,
323,
324,
325,
267,
1368,
328,
1636,
1168,
14839,
652,
1529,
14840,
2038,
273,
593,
3971,
1171,
332,
2464,
277,
278
],
),
"share_location": SymbolsMetadata(
popularity: 3073,
codepoint: 0xf05f,
categories: [5],
tags: [
14841,
283,
1073,
374,
2405,
754,
312,
313,
2192,
4125,
12756,
7852,
11749,
321,
1314,
14842,
323,
1538,
14843,
1540,
1541,
174,
325,
267,
326,
1551,
327,
1167,
329,
4756,
14844,
1529,
14845,
1226,
1095,
14846
],
),
"share_off": SymbolsMetadata(
popularity: 76,
codepoint: 0xf6cb,
categories: [3],
tags: [
1307,
481,
504,
1208,
14847,
780,
1209,
1073,
14832,
345,
2618,
1300,
868,
1314,
1056,
406,
439,
2468,
267,
14848,
6266,
1059,
70,
1034,
4268,
1224,
14849,
1065,
1036,
1529,
14850,
14851,
14852,
9275,
2038,
14853,
14854,
14855,
14856,
593,
1226,
9965,
31,
4344,
4013
],
),
"share_reviews": SymbolsMetadata(
popularity: 824,
codepoint: 0xf8a4,
categories: [2],
tags: [
568,
570,
572,
573,
283,
1073,
628,
11751,
81,
13699,
2191,
3506,
1480,
68,
1111,
1314,
583,
585,
13859,
1352,
14857,
1353,
14858,
9336,
3524,
14156,
2310,
1529,
14859,
243,
594,
2275,
3149,
14860,
526,
4789
],
),
"share_windows": SymbolsMetadata(
popularity: 124,
codepoint: 0xf613,
categories: [2],
tags: [
77,
2403,
1073,
284,
81,
375,
14861,
2192,
1105,
1703,
903,
1080,
68,
1471,
5498,
14862,
1758,
267,
1088,
2513,
2514,
14863,
328,
3450,
906,
2310,
1529,
14864,
2038,
2275,
3972,
1728,
1229
],
),
"sheets_rtl": SymbolsMetadata(
popularity: 12,
codepoint: 0xf823,
categories: [12],
tags: [
7702,
1467,
77,
502,
2454,
1197,
628,
81,
1588,
1589,
2152,
1688,
147,
1690,
2153,
1691,
68,
1082,
385,
2207,
88,
4216,
2468,
1595,
91,
92,
1596,
3419,
1597,
1427,
4156,
4817,
6412,
5678,
1598,
4458,
2851,
2474,
2415,
33,
1486
],
),
"shelf_auto_hide": SymbolsMetadata(
popularity: 24,
codepoint: 0xf703,
categories: [2],
tags: [
501,
2436,
3372,
1423,
2196,
810,
1209,
912,
14865,
1712,
14866,
8,
4173,
1105,
755,
606,
914,
2918,
813,
385,
506,
814,
2513,
919,
2897,
410,
7469,
2016,
509,
14618,
413,
141,
396,
1187
],
),
"shelf_position": SymbolsMetadata(
popularity: 47,
codepoint: 0xf702,
categories: [2],
tags: [
1071,
1467,
1423,
517,
373,
934,
81,
375,
4930,
1078,
916,
14867,
3792,
1376,
2154,
792,
1471,
323,
226,
1086,
492,
92,
12821,
329,
14868,
1664,
432,
1393,
7469,
14869,
14870,
433,
2474,
746,
4674,
1698,
14871,
1474,
97,
1095,
8481
],
),
"shelves": SymbolsMetadata(
popularity: 90,
codepoint: 0xf86e,
categories: [8],
tags: [
1467,
3411,
482,
569,
14872,
1197,
8,
6460,
4072,
4930,
1140,
699,
4214,
3792,
86,
1082,
1345,
1471,
6463,
814,
492,
586,
289,
4499,
432,
1393,
7469,
12656,
1394,
1339,
1698,
1396,
955
],
),
"shield": SymbolsMetadata(
popularity: 4555,
codepoint: 0xe9e0,
categories: [13],
tags: [
861,
1766,
1561,
1769,
13252,
12692,
3974,
6823,
5965,
6825,
1786,
6827,
13669,
2688,
1034,
1063,
1581,
1582,
3208,
3209,
705,
6279,
1782,
12609,
1036,
1583,
14590,
14873,
1584,
13675,
7510
],
),
"shield_lock": SymbolsMetadata(
popularity: 426,
codepoint: 0xf686,
categories: [13],
tags: [
861,
5239,
5241,
4260,
1769,
3974,
3517,
8047,
1786,
14874,
1056,
5339,
1034,
1063,
590,
1581,
1582,
14875,
1065,
3208,
705,
1782,
10931,
1036,
71,
1583,
14876,
31,
3212
],
),
"shield_locked": SymbolsMetadata(
popularity: 181,
codepoint: 0xf592,
categories: [13],
tags: [
861,
5335,
14877,
5239,
5241,
1051,
4260,
81,
3974,
5965,
6824,
5483,
3204,
1027,
68,
1960,
1786,
1056,
1034,
14589,
1063,
590,
1581,
1582,
1065,
3208,
14878,
705,
1782,
1036,
71,
1583
],
),
"shield_moon": SymbolsMetadata(
popularity: 275,
codepoint: 0xeaa9,
categories: [8],
tags: [
1561,
1769,
4117,
4103,
4757,
3974,
4266,
8043,
3204,
8047,
1786,
4110,
14879,
4080,
11296,
12666,
1034,
14880,
6475,
1063,
14881,
1581,
3206,
1582,
3208,
705,
1782,
12609,
1036,
14461,
14882,
1583,
14883,
1584
],
),
"shield_person": SymbolsMetadata(
popularity: 338,
codepoint: 0xf650,
categories: [13],
tags: [
565,
1764,
566,
1561,
577,
225,
1548,
581,
138,
978,
1401,
289,
919,
588,
589,
1034,
1063,
590,
1581,
1582,
705,
1782,
1036,
71,
392,
1583,
888,
31,
601,
1584
],
),
"shield_question": SymbolsMetadata(
popularity: 103,
codepoint: 0xf529,
categories: [13],
tags: [
3961,
6638,
865,
1561,
14884,
3974,
2634,
5965,
10741,
5659,
2834,
871,
10289,
293,
68,
5509,
2734,
1034,
1063,
2737,
1581,
1582,
5735,
2344,
3964,
3965,
14885,
705,
1126,
1782,
1036,
1583,
880,
31,
4055,
9919,
4056,
1584
],
rtlAutoMirrored: true,
),
"shield_watch": SymbolsMetadata(
popularity: 12,
codepoint: 0xf30f,
categories: [3],
tags: [
1246,
1247,
1360,
2554,
1561,
193,
1159,
3974,
2550,
3204,
1027,
1253,
138,
1344,
4280,
852,
1034,
1063,
1581,
1582,
14886,
3208,
705,
1782,
13296,
14887,
1036,
11928,
1583,
2556,
5138,
31,
65,
1171,
3212,
141,
1584,
477,
206,
2087,
2559,
2560,
333,
2563
],
),
"shield_with_heart": SymbolsMetadata(
popularity: 898,
codepoint: 0xe78f,
categories: [10],
tags: [
3155,
3974,
1164,
697,
14888,
892,
4520,
14889,
1140,
138,
5271,
4521,
894,
9888,
1143,
1034,
14589,
1582,
3209,
705,
1782,
1036,
14882,
1583,
31,
3212,
7513,
3513
],
),
"shield_with_house": SymbolsMetadata(
popularity: 211,
codepoint: 0xe78d,
categories: [10],
tags: [
5335,
14877,
6822,
3974,
14890,
8043,
6824,
137,
3204,
1140,
5131,
1500,
138,
6825,
1143,
6827,
1034,
14891,
3206,
1582,
14892,
14893,
705,
1782,
12609,
1036,
1583,
31
],
),
"shift": SymbolsMetadata(
popularity: 82,
codepoint: 0xe5f2,
categories: [6],
tags: [
1747,
77,
504,
6718,
1751,
5,
519,
345,
313,
1252,
2165,
1108,
1111,
11010,
1112,
1113,
11259,
11047,
1758,
355,
151,
6233,
33,
35,
3680,
338,
1709,
98,
7726,
1486
],
),
"shift_lock": SymbolsMetadata(
popularity: 19,
codepoint: 0xf7ae,
categories: [6],
tags: [
749,
77,
504,
14894,
10975,
519,
1252,
1108,
14895,
1222,
51,
1111,
11010,
1112,
1113,
14896,
1786,
642,
1059,
1061,
14897,
4270,
33,
413,
35,
3680,
338,
1709,
7726,
1486
],
),
"shift_lock_off": SymbolsMetadata(
popularity: 11,
codepoint: 0xf483,
categories: [6],
tags: [
77,
6260,
504,
14898,
10975,
283,
519,
345,
313,
868,
1055,
1108,
1222,
11010,
1112,
1113,
10979,
1786,
10980,
1059,
1060,
1061,
14899,
151,
6233,
14897,
14900,
1067,
4270,
2415,
65,
33,
10048,
413,
35,
3680,
1709,
98,
7726,
1486
],
),
"shop": SymbolsMetadata(
popularity: 926,
codepoint: 0xe8c9,
categories: [9],
tags: [
1497,
3662,
928,
929,
569,
1658,
11435,
930,
1659,
931,
932,
934,
1180,
936,
937,
938,
4950,
939,
1387,
2801,
1693,
945,
1471,
1389,
1390,
948,
523,
950,
951,
2521,
432,
1393,
11438,
1394,
1395,
11483,
1396,
1397,
955,
956,
1187
],
),
"shop_two": SymbolsMetadata(
popularity: 518,
codepoint: 0xe8ca,
categories: [9],
tags: [
74,
745,
77,
1657,
569,
1658,
1659,
1416,
934,
80,
1660,
1693,
1389,
9986,
6534,
1663,
2521,
13499,
13500,
1665,
26,
1393,
9996,
11438,
1394,
14901,
1395,
11482,
1396,
5648,
394
],
),
"shopping_bag": SymbolsMetadata(
popularity: 18618,
codepoint: 0xf1cc,
categories: [9],
tags: [
7575,
3662,
1657,
928,
569,
1658,
930,
14902,
1659,
931,
1416,
932,
934,
1333,
936,
937,
938,
1660,
4930,
4646,
14903,
2491,
86,
87,
3793,
948,
523,
91,
289,
950,
951,
1664,
1665,
432,
1393,
1394,
1395,
11482,
433,
1396,
1397,
1170,
956,
900
],
),
"shopping_bag_speed": SymbolsMetadata(
popularity: 55,
codepoint: 0xf39a,
categories: [9],
tags: [
3662,
1657,
928,
569,
1658,
14904,
930,
1659,
931,
1416,
932,
934,
936,
937,
2045,
938,
1660,
1615,
14905,
1165,
14906,
948,
523,
91,
950,
951,
1665,
3122,
14907,
14908,
1393,
1667,
1394,
1395,
1668,
14909,
275,
14910,
14911,
1396,
1397,
956
],
),
"shopping_basket": SymbolsMetadata(
popularity: 5402,
codepoint: 0xe8cb,
categories: [9],
tags: [
745,
1656,
3662,
1657,
928,
1658,
930,
1659,
931,
1416,
932,
934,
1333,
936,
937,
938,
1660,
2657,
6860,
4930,
14912,
4646,
86,
1389,
1390,
3793,
948,
523,
1663,
6708,
950,
951,
1665,
1393,
1394,
1395,
14913,
1668,
1396
],
),
"shopping_cart": SymbolsMetadata(
popularity: 43863,
codepoint: 0xe8cc,
categories: [9],
tags: [
745,
1656,
1657,
928,
1658,
11435,
930,
5748,
1659,
931,
1416,
932,
934,
936,
937,
938,
1660,
9993,
4930,
9994,
86,
6272,
1389,
3793,
948,
523,
1662,
950,
951,
4499,
1665,
1393,
9996,
6740,
1394,
1395,
11482,
1668,
1396,
4926
],
),
"shopping_cart_checkout": SymbolsMetadata(
popularity: 9670,
codepoint: 0xeb88,
categories: [2],
tags: [
745,
1656,
77,
3662,
1657,
1658,
11435,
1659,
931,
1416,
932,
934,
937,
938,
1660,
14914,
1661,
9991,
1390,
948,
523,
14915,
14916,
14917,
1662,
1663,
950,
951,
1665,
1393,
14918,
9995,
906,
1394,
1395,
1668,
1396,
4926,
14919,
14920
],
),
"shopping_cart_off": SymbolsMetadata(
popularity: 15,
codepoint: 0xf4f7,
categories: [9],
tags: [
1656,
1360,
1657,
1658,
930,
1659,
931,
1416,
780,
932,
934,
936,
1299,
937,
1210,
14921,
1300,
868,
938,
1660,
811,
1055,
2732,
87,
1255,
1059,
1061,
523,
1662,
950,
951,
1665,
1224,
5931,
1393,
1394,
1395,
1668,
1067,
1396,
1170,
1678,
1068,
206
],
),
"shoppingmode": SymbolsMetadata(
popularity: 550,
codepoint: 0xefb7,
categories: [9],
tags: [
1656,
1657,
1658,
14922,
14923,
1416,
2653,
934,
2657,
14022,
14924,
4930,
14912,
86,
14925,
1390,
642,
1662,
289,
1421,
4499,
1665,
432,
1393,
1394,
1395,
1668,
14926,
1396,
12548,
182,
4926,
14927
],
),
"short_stay": SymbolsMetadata(
popularity: 12,
codepoint: 0xe4d0,
categories: [3],
tags: [
14928,
1496,
1497,
1912,
690,
1932,
929,
2386,
1159,
1160,
4950,
1499,
10448,
697,
1140,
1772,
5624,
2751,
1500,
581,
4076,
4078,
12675,
4295,
588,
589,
1501,
1502,
4182,
1503,
4911,
1168,
14929,
3760,
955,
14930,
1171,
3327,
332,
14931,
1229
],
),
"short_text": SymbolsMetadata(
popularity: 479,
codepoint: 0xe261,
categories: [12],
tags: [
480,
2453,
14932,
3110,
403,
572,
2254,
628,
1733,
1588,
1589,
9519,
12,
16,
2168,
14933,
1481,
2169,
820,
14934,
2888,
14935,
4364,
14936,
33,
35,
6766,
338,
6645,
1600,
1486
],
rtlAutoMirrored: true,
),
"show_chart": SymbolsMetadata(
popularity: 3589,
codepoint: 0xe6e1,
categories: [9],
tags: [
1422,
1071,
1423,
517,
569,
373,
81,
375,
8,
964,
941,
1078,
234,
1081,
87,
3501,
226,
1086,
648,
11306,
1427,
759,
1428,
2016,
14937,
746,
4674,
1095,
2481,
396,
514
],
rtlAutoMirrored: true,
),
"shower": SymbolsMetadata(
popularity: 1793,
codepoint: 0xf061,
categories: [8],
tags: [
2564,
3831,
1869,
1872,
14938,
2651,
4291,
7209,
3885,
137,
977,
1140,
2751,
1500,
3550,
138,
1471,
3855,
327,
3869,
5960,
760,
1968,
1955,
3872,
3873,
3846,
1878,
3874,
454,
31,
3879,
5843,
3850,
3566
],
),
"shuffle": SymbolsMetadata(
popularity: 2304,
codepoint: 0xe043,
categories: [0],
tags: [
14939,
76,
77,
502,
12280,
14940,
345,
1753,
14941,
14942,
2955,
14943,
14861,
14944,
88,
352,
8149,
14945,
1714,
408,
1717,
7655,
14946,
14947,
2281,
3458,
14404,
94,
10793,
95,
14948,
37
],
),
"shuffle_on": SymbolsMetadata(
popularity: 482,
codepoint: 0xe9e1,
categories: [0],
tags: [
4346,
749,
77,
502,
1268,
345,
1753,
14949,
14950,
1055,
14951,
1471,
352,
5631,
1714,
9947,
1061,
14952,
14953,
408,
1717,
7655,
14954,
94,
10793,
14955,
14956,
14957,
2415,
413,
3000,
37
],
),
"shutter_speed": SymbolsMetadata(
popularity: 388,
codepoint: 0xe43d,
categories: [1],
tags: [
2222,
5112,
14958,
4223,
40,
14959,
42,
193,
345,
2099,
3643,
14960,
381,
49,
5145,
8399,
53,
3416,
14961,
5338,
57,
1346,
8377,
59,
61,
2155,
62,
3220,
3901,
151,
1347,
14116,
275,
1226,
1171,
1172,
2087
],
),
"shutter_speed_add": SymbolsMetadata(
popularity: 13,
codepoint: 0xf57e,
categories: [1],
tags: [
231,
745,
2222,
5112,
14962,
40,
42,
193,
345,
2099,
3643,
14963,
138,
49,
235,
1344,
53,
3646,
1471,
3416,
14964,
642,
887,
57,
59,
2155,
62,
239,
151,
71,
1347,
14965,
275,
1226,
31,
1171,
1172,
1728,
907,
2087
],
),
"shutter_speed_minus": SymbolsMetadata(
popularity: 13,
codepoint: 0xf57d,
categories: [1],
tags: [
5007,
1747,
2222,
5112,
4223,
40,
193,
345,
2882,
1210,
1400,
2099,
3643,
1108,
138,
49,
51,
53,
1959,
792,
3646,
1255,
642,
294,
57,
59,
2155,
62,
5936,
1224,
151,
71,
1347,
14116,
275,
1226,
1261,
31,
1171,
1172,
907,
36,
2087
],
),
"sick": SymbolsMetadata(
popularity: 1182,
codepoint: 0xf220,
categories: [3],
tags: [
12869,
692,
2387,
1612,
1613,
6131,
1614,
6132,
1616,
577,
8013,
14966,
14967,
14968,
1617,
14969,
14970,
697,
14971,
10510,
2390,
2391,
894,
14972,
1624,
14973,
14974,
12872,
589,
12156,
12157,
6517,
2395,
1629,
2396,
8457,
12159,
2397,
14975,
8458,
2398
],
),
"side_navigation": SymbolsMetadata(
popularity: 143,
codepoint: 0xe9e2,
categories: [2],
tags: [
748,
8982,
4812,
912,
14976,
2719,
345,
485,
913,
914,
316,
3657,
915,
14977,
916,
1344,
385,
1471,
88,
506,
262,
8988,
630,
8301,
2948,
325,
70,
919,
271,
2897,
410,
1473,
8992,
2949,
1552,
923,
525,
2290,
14978,
413,
141,
1348,
333,
1186,
10607
],
rtlAutoMirrored: true,
),
"sign_language": SymbolsMetadata(
popularity: 856,
codepoint: 0xebe5,
categories: [3],
tags: [
862,
1268,
5943,
283,
7728,
867,
225,
2707,
2708,
2710,
581,
873,
10807,
5247,
6641,
1302,
588,
589,
898,
14979,
1293,
1295,
594,
5948,
31,
9594,
7255,
37,
1298
],
),
"signal_cellular_0_bar": SymbolsMetadata(
popularity: 300,
codepoint: 0xf0a8,
categories: [4],
tags: [
4777,
14980,
4791,
14981,
1423,
517,
14982,
1250,
251,
7719,
8192,
284,
254,
81,
259,
7826,
262,
267,
611,
6335,
271,
273,
290,
275,
291,
5099,
649,
612,
14983,
277,
278,
650,
280,
14984
],
),
"signal_cellular_1_bar": SymbolsMetadata(
popularity: 366,
codepoint: 0xf0a9,
categories: [4],
tags: [
4777,
480,
1423,
1424,
517,
1250,
251,
283,
284,
254,
285,
81,
3891,
137,
51,
259,
792,
814,
262,
267,
271,
3707,
759,
272,
273,
1339,
275,
291,
649,
2573,
277,
278
],
),
"signal_cellular_2_bar": SymbolsMetadata(
popularity: 371,
codepoint: 0xf0aa,
categories: [4],
tags: [
4777,
3894,
1423,
517,
14982,
1250,
251,
283,
284,
254,
81,
51,
259,
792,
262,
10086,
14985,
267,
10089,
611,
12630,
271,
14986,
14987,
3707,
272,
273,
290,
275,
291,
649,
65,
3903,
7832,
277,
278
],
),
"signal_cellular_3_bar": SymbolsMetadata(
popularity: 518,
codepoint: 0xf0ab,
categories: [4],
tags: [
4777,
14988,
1423,
517,
14989,
1250,
5532,
251,
7719,
8192,
14990,
1272,
284,
254,
81,
521,
51,
259,
262,
265,
10086,
267,
271,
2074,
272,
273,
275,
291,
649,
276,
1406,
2290,
277,
278
],
),
"signal_cellular_4_bar": SymbolsMetadata(
popularity: 1250,
codepoint: 0xe1c8,
categories: [4],
tags: [
4777,
1423,
517,
14989,
1250,
251,
283,
284,
254,
81,
2235,
2286,
12583,
51,
259,
262,
263,
267,
4306,
269,
271,
272,
273,
275,
291,
649,
14991,
65,
276,
277,
278
],
),
"signal_cellular_add": SymbolsMetadata(
popularity: 15,
codepoint: 0xf7a9,
categories: [7],
tags: [
231,
861,
745,
1321,
1323,
517,
1250,
251,
1324,
284,
254,
285,
81,
3375,
235,
51,
259,
1328,
792,
262,
267,
887,
271,
239,
652,
273,
275,
291,
649,
612,
5093,
277,
278
],
),
"signal_cellular_alt": SymbolsMetadata(
popularity: 5762,
codepoint: 0xe202,
categories: [4],
tags: [
2399,
1071,
14992,
1423,
517,
1250,
251,
373,
283,
284,
254,
81,
288,
375,
12583,
14993,
1078,
51,
1081,
259,
792,
226,
17,
1086,
262,
265,
267,
271,
272,
273,
290,
746,
291,
649,
65,
612,
1095,
2482,
277,
278
],
),
"signal_cellular_alt_1_bar": SymbolsMetadata(
popularity: 214,
codepoint: 0xebdf,
categories: [4],
tags: [
3886,
2399,
1071,
4791,
1423,
517,
1250,
250,
251,
373,
283,
284,
254,
285,
81,
375,
1078,
51,
1081,
259,
792,
7826,
226,
1086,
262,
10086,
267,
3892,
271,
272,
273,
290,
746,
291,
649,
276,
1095,
277,
278
],
),
"signal_cellular_alt_2_bar": SymbolsMetadata(
popularity: 260,
codepoint: 0xebe3,
categories: [4],
tags: [
2399,
1071,
1423,
517,
14994,
1250,
251,
373,
283,
284,
254,
81,
375,
2286,
1078,
14995,
14996,
51,
1081,
259,
792,
226,
14997,
1086,
262,
267,
271,
272,
273,
746,
291,
649,
1095,
3903,
1864,
277,
278
],
),
"signal_cellular_connected_no_internet_0_bar": SymbolsMetadata(
popularity: 345,
codepoint: 0xf0ac,
categories: [4],
tags: [
3125,
4777,
14980,
1360,
1361,
1423,
517,
691,
1250,
251,
283,
1074,
284,
254,
1365,
81,
288,
2731,
2732,
1366,
1367,
51,
259,
7826,
1166,
262,
267,
3295,
7605,
616,
271,
12585,
273,
291,
31,
1728,
1068,
206,
277,
278,
14984
],
),
"signal_cellular_connected_no_internet_4_bar": SymbolsMetadata(
popularity: 310,
codepoint: 0xe1cd,
categories: [4],
tags: [
3125,
631,
14998,
1360,
1361,
1423,
517,
691,
1250,
251,
1074,
284,
254,
1365,
81,
12063,
2732,
1366,
2235,
12583,
1367,
51,
259,
792,
260,
1166,
262,
263,
267,
3295,
1057,
7605,
616,
1060,
271,
2737,
652,
273,
290,
291,
31,
206,
277,
278
],
),
"signal_cellular_nodata": SymbolsMetadata(
popularity: 281,
codepoint: 0xf062,
categories: [4],
tags: [
4791,
78,
517,
1250,
251,
780,
283,
284,
81,
2892,
2731,
2732,
259,
792,
262,
267,
3295,
14999,
1060,
271,
3707,
4269,
272,
1224,
652,
273,
291,
3018,
649,
65,
1728,
1068,
206,
277,
278,
4013
],
),
"signal_cellular_null": SymbolsMetadata(
popularity: 185,
codepoint: 0xe1cf,
categories: [4],
tags: [
1360,
517,
1250,
251,
283,
284,
254,
81,
1162,
868,
2732,
51,
259,
87,
262,
267,
12719,
6335,
819,
1060,
271,
273,
290,
291,
1728,
1068,
206,
277,
278
],
),
"signal_cellular_off": SymbolsMetadata(
popularity: 255,
codepoint: 0xe1d0,
categories: [4],
tags: [
4791,
517,
1250,
251,
283,
15000,
284,
81,
2021,
868,
2731,
1055,
51,
259,
262,
263,
15001,
267,
269,
15002,
6443,
13524,
12719,
6335,
1059,
1060,
1061,
271,
14986,
652,
273,
7819,
1067,
291,
1068,
15003,
277,
278
],
),
"signal_cellular_pause": SymbolsMetadata(
popularity: 5,
codepoint: 0xf5a7,
categories: [4],
tags: [
517,
2125,
1250,
251,
283,
284,
254,
81,
2126,
2731,
2135,
2491,
51,
259,
13303,
262,
10086,
267,
1223,
271,
2064,
272,
1926,
273,
275,
291,
1226,
2631,
649,
12794,
533,
276,
2573,
1864,
277,
278
],
),
"signal_disconnected": SymbolsMetadata(
popularity: 1108,
codepoint: 0xf239,
categories: [4],
tags: [
1360,
251,
283,
284,
254,
1235,
1299,
81,
2731,
15004,
2732,
2733,
259,
87,
7177,
262,
267,
12817,
6443,
6335,
1060,
14686,
652,
273,
1067,
291,
1068,
13285,
4164,
206,
5545,
277,
278
],
),
"signal_wifi_0_bar": SymbolsMetadata(
popularity: 434,
codepoint: 0xf0b0,
categories: [4],
tags: [
4777,
861,
9619,
1423,
1250,
251,
283,
284,
254,
12620,
81,
2731,
51,
259,
9911,
2073,
262,
267,
6203,
269,
6443,
12719,
6335,
1060,
271,
273,
3018,
31,
65,
1864,
7832,
277,
15005,
278,
650,
14984
],
),
"signal_wifi_4_bar": SymbolsMetadata(
popularity: 1662,
codepoint: 0xe1d8,
categories: [4],
tags: [
631,
4019,
1423,
517,
1250,
251,
283,
1074,
284,
15006,
254,
81,
2235,
2286,
51,
259,
10404,
262,
267,
523,
271,
652,
273,
15007,
291,
3018,
649,
1093,
1864,
277,
278
],
),
"signal_wifi_bad": SymbolsMetadata(
popularity: 508,
codepoint: 0xf063,
categories: [4],
tags: [
861,
9619,
9161,
1423,
517,
1208,
1250,
251,
780,
1209,
283,
9116,
1073,
284,
81,
2731,
2732,
1212,
12617,
138,
259,
2734,
1471,
262,
267,
3295,
2736,
271,
2737,
4269,
4793,
1224,
273,
1226,
31,
65,
1728,
15008,
1864,
277,
278,
4013
],
),
"signal_wifi_off": SymbolsMetadata(
popularity: 474,
codepoint: 0xe1da,
categories: [4],
tags: [
1360,
4791,
12616,
517,
1250,
251,
283,
3287,
15009,
81,
1162,
868,
3288,
2731,
1055,
2732,
51,
259,
11707,
15010,
262,
267,
2024,
14283,
13313,
5970,
1059,
1060,
1061,
271,
2737,
273,
15011,
1067,
275,
291,
1068,
206,
277,
13317,
12627,
278,
2028,
15012
],
),
"signal_wifi_statusbar_not_connected": SymbolsMetadata(
popularity: 514,
codepoint: 0xf0ef,
categories: [4],
tags: [
3961,
1360,
12616,
865,
5995,
1250,
251,
283,
1074,
284,
81,
288,
3288,
2732,
871,
51,
293,
68,
259,
262,
267,
3295,
6443,
7445,
5969,
5970,
1060,
271,
3963,
3965,
273,
275,
291,
3018,
15013,
880,
31,
65,
1068,
206,
1864,
277,
278
],
),
"signal_wifi_statusbar_null": SymbolsMetadata(
popularity: 391,
codepoint: 0xf067,
categories: [4],
tags: [
861,
9619,
1423,
1250,
251,
283,
284,
254,
2937,
81,
288,
2731,
811,
51,
259,
792,
262,
267,
6335,
6523,
819,
1060,
271,
273,
275,
291,
15013,
65,
1068,
1863,
277,
278,
3708
],
),
"signature": SymbolsMetadata(
popularity: 218,
codepoint: 0xf74c,
categories: [12],
tags: [
2451,
2678,
1671,
1602,
9916,
2700,
15014,
3765,
2455,
2289,
15015,
15016,
1589,
2798,
11460,
488,
15017,
978,
2685,
2459,
87,
757,
3695,
4530,
1033,
898,
15018,
5647,
6373,
1170,
4840,
1600
],
),
"signpost": SymbolsMetadata(
popularity: 1372,
codepoint: 0xeb91,
categories: [5],
tags: [
77,
1423,
312,
313,
3188,
12757,
699,
51,
68,
1633,
3320,
2207,
323,
324,
1541,
174,
325,
1634,
1551,
1167,
1352,
906,
1635,
1636,
898,
273,
9298,
9299,
5210,
1637,
1638,
332,
15019,
1465,
3184
],
),
"sim_card": SymbolsMetadata(
popularity: 845,
codepoint: 0xe32b,
categories: [11],
tags: [
40,
930,
620,
251,
15020,
4936,
283,
7060,
284,
254,
975,
15021,
81,
288,
1886,
1110,
978,
259,
2811,
262,
4738,
267,
271,
652,
273,
9915,
12722,
8866,
433,
1698,
10593,
15022,
65,
533,
1406
],
),
"sim_card_download": SymbolsMetadata(
popularity: 934,
codepoint: 0xf068,
categories: [4],
tags: [
77,
504,
40,
930,
251,
4936,
283,
284,
81,
288,
2832,
2590,
520,
1164,
5963,
138,
1604,
1705,
2811,
262,
267,
271,
2308,
432,
2548,
1696,
9915,
12722,
1698,
31,
526
],
),
"simulation": SymbolsMetadata(
popularity: 101,
codepoint: 0xf3e1,
categories: [3],
tags: [
2525,
5763,
2133,
1374,
8114,
685,
1498,
345,
1104,
5331,
2799,
6460,
5403,
5450,
3437,
2509,
466,
4897,
3447,
4898,
1029,
4899,
5338,
1119,
3509,
9726,
1090,
681,
71,
1788,
9915,
495,
1093,
140,
65,
475,
477,
3003
],
),
"single_bed": SymbolsMetadata(
popularity: 553,
codepoint: 0xea48,
categories: [8],
tags: [
15023,
2564,
1912,
15024,
4068,
4069,
1885,
3055,
4072,
15025,
15026,
1140,
4073,
2751,
10449,
1500,
4075,
4076,
4078,
4079,
4080,
4082,
4083,
1925,
1968,
1926,
1955,
15027,
3590,
15028,
1928,
1944,
3327,
332,
4092
],
),
"sip": SymbolsMetadata(
popularity: 266,
codepoint: 0xf069,
categories: [7],
tags: [
15029,
4,
5050,
1270,
11949,
5,
283,
1073,
284,
975,
1476,
1400,
7220,
7748,
12,
5053,
5055,
7221,
259,
15030,
16,
87,
1285,
267,
5057,
673,
271,
5069,
4786,
762,
2998,
7223,
273,
7224,
15031,
31,
1296,
1406,
5093,
33,
35,
1298,
13302
],
),
"siren": SymbolsMetadata(
popularity: 46,
codepoint: 0xf3a7,
categories: [3],
tags: [
1359,
1360,
2435,
1361,
15032,
1362,
691,
15033,
9116,
11499,
4424,
1365,
2438,
5201,
15034,
1367,
5270,
51,
3646,
1286,
616,
7717,
3466,
1036,
273,
2445,
1293,
15035,
2935,
2448,
206
],
),
"siren_check": SymbolsMetadata(
popularity: 16,
codepoint: 0xf3a6,
categories: [3],
tags: [
1359,
1360,
2678,
1362,
1673,
463,
2681,
2701,
2333,
2335,
2438,
1106,
2683,
137,
138,
5270,
3646,
1166,
616,
1676,
2686,
1036,
362,
273,
2445,
1293,
245,
31,
1678,
1728,
141,
1584,
206,
1681
],
),
"siren_open": SymbolsMetadata(
popularity: 8,
codepoint: 0xf3a5,
categories: [3],
tags: [
1359,
1360,
2435,
77,
1361,
1362,
731,
691,
9116,
4424,
3700,
1365,
2438,
15036,
5201,
15034,
4432,
15037,
5270,
3646,
616,
7717,
2444,
906,
1036,
273,
2445,
1293,
15038,
1294,
1728,
1709,
2448,
206
],
),
"siren_question": SymbolsMetadata(
popularity: 15,
codepoint: 0xf3a4,
categories: [3],
tags: [
3961,
1359,
1360,
6638,
865,
1362,
691,
3700,
1365,
2438,
4432,
871,
5270,
51,
293,
68,
5430,
2734,
3646,
7717,
2737,
15039,
3963,
2344,
3964,
3965,
4435,
1036,
2445,
291,
12775,
880,
31,
4895,
3966,
4056,
206
],
),
"skateboarding": SymbolsMetadata(
popularity: 596,
codepoint: 0xe511,
categories: [15],
tags: [
748,
749,
2525,
7350,
7570,
5726,
690,
781,
11,
11073,
15040,
3319,
7572,
581,
6671,
1967,
4402,
353,
468,
15041,
3672,
3321,
588,
589,
3323,
15042,
7312,
10570,
15043,
15044,
15045,
15046,
593,
30,
3540,
1637,
13470,
1507,
2059,
5758,
15047
],
),
"skeleton": SymbolsMetadata(
popularity: 219,
codepoint: 0xf899,
categories: [3],
tags: [
3567,
4188,
690,
4143,
15048,
8614,
15049,
15050,
2937,
6887,
375,
378,
225,
15051,
15052,
697,
8617,
581,
15053,
384,
87,
894,
10530,
289,
15054,
4201,
392,
888,
8622,
8623,
12886,
15055,
15056,
955,
8628
],
),
"skillet": SymbolsMetadata(
popularity: 78,
codepoint: 0xf543,
categories: [8],
tags: [
6481,
462,
4226,
4227,
15057,
6483,
6484,
4696,
46,
2367,
4230,
15058,
15059,
15060,
4646,
1856,
1140,
3038,
1500,
6489,
4234,
15061,
11971,
3723,
6490,
3724,
6491,
6492,
6044,
5722,
330,
15062,
15063,
15064,
15065,
6494,
6495,
6496,
6351
],
),
"skillet_cooktop": SymbolsMetadata(
popularity: 11,
codepoint: 0xf544,
categories: [8],
tags: [
1867,
6479,
15066,
6481,
5711,
193,
4226,
4227,
6483,
6484,
4693,
1164,
379,
2367,
15059,
15060,
4646,
8912,
3036,
1856,
1140,
1500,
6489,
4234,
3723,
6490,
3724,
6491,
6492,
6044,
3727,
330,
15062,
15064,
15065,
6494,
6495,
6496
],
),
"skip_next": SymbolsMetadata(
popularity: 5758,
codepoint: 0xe044,
categories: [0],
tags: [
2926,
77,
9611,
1423,
504,
345,
1753,
7771,
903,
6671,
15067,
352,
686,
2872,
1714,
325,
905,
9629,
2521,
408,
2841,
1707,
94,
8044,
15068,
1728,
15069,
37,
543
],
),
"skip_previous": SymbolsMetadata(
popularity: 3533,
codepoint: 0xe045,
categories: [0],
tags: [
77,
1268,
2454,
1423,
2204,
504,
345,
1753,
15070,
147,
2840,
2084,
2925,
87,
406,
407,
439,
1714,
905,
2521,
408,
409,
2841,
15071,
15072,
5741,
8044,
15073,
3067,
2138,
2158,
3474,
1728,
1407,
3750,
37
],
),
"skull": SymbolsMetadata(
popularity: 1246,
codepoint: 0xf89a,
categories: [3],
tags: [
15074,
1360,
3567,
9161,
690,
4143,
8614,
691,
15075,
15076,
15077,
1365,
6887,
2438,
15078,
15079,
15080,
137,
15052,
4432,
977,
697,
894,
15081,
15082,
15083,
15084,
4435,
15085,
8623,
12886,
15055,
15086,
206
],
),
"skull_list": SymbolsMetadata(
popularity: 54,
codepoint: 0xf370,
categories: [3],
tags: [
13146,
690,
4143,
8614,
9500,
2147,
1674,
15075,
1365,
6887,
1588,
1589,
83,
15087,
15052,
977,
697,
3792,
86,
1471,
88,
15088,
894,
506,
1481,
70,
91,
15083,
851,
15084,
795,
985,
4435,
15085,
94,
8623,
12886,
15055,
12939,
3773,
33,
4438,
3150,
206,
1486
],
),
"slab_serif": SymbolsMetadata(
popularity: 13,
codepoint: 0xf4ab,
categories: [12],
tags: [
3442,
4,
501,
5,
8316,
628,
44,
8,
1589,
2234,
520,
2165,
12,
9426,
2166,
1548,
2265,
15,
16,
4598,
3076,
14737,
15089,
509,
433,
2172,
31,
33,
2187,
2175,
35,
6766,
338,
476,
1486
],
),
"sledding": SymbolsMetadata(
popularity: 253,
codepoint: 0xe512,
categories: [15],
tags: [
2525,
7350,
7570,
690,
993,
8595,
841,
7571,
781,
11,
4993,
3319,
7967,
7572,
1966,
581,
1967,
1606,
3672,
588,
589,
2521,
3323,
3324,
12105,
15090,
15091,
15092,
7561,
4968,
855,
15093,
15094,
15095,
593,
30,
3540,
332,
860,
15096,
10574
],
),
"sleep_score": SymbolsMetadata(
popularity: 37,
codepoint: 0xf6b7,
categories: [15],
tags: [
3,
1422,
2477,
4069,
373,
4117,
4104,
81,
3506,
1078,
697,
6305,
51,
4108,
17,
18,
630,
4110,
4080,
12666,
648,
759,
63,
203,
1428,
1926,
2345,
228,
1928,
15097,
746,
7285,
3093,
2158,
7288,
3513
],
),
"slide_library": SymbolsMetadata(
popularity: 104,
codepoint: 0xf822,
categories: [12],
tags: [
2143,
1467,
15098,
959,
1197,
628,
15099,
1589,
15100,
2152,
147,
15101,
1690,
1343,
15102,
1079,
1082,
1345,
406,
11269,
2468,
15103,
91,
4138,
9217,
1427,
15104,
432,
5998,
15105,
6166
],
),
"sliders": SymbolsMetadata(
popularity: 64,
codepoint: 0xe9e3,
categories: [2],
tags: [
1747,
1268,
1423,
504,
1101,
685,
1753,
1236,
1105,
1252,
2072,
83,
14788,
3657,
15106,
1083,
2085,
70,
6275,
921,
1759,
71,
1761,
2290,
97,
6765,
554
],
),
"slideshow": SymbolsMetadata(
popularity: 2107,
codepoint: 0xe41b,
categories: [1],
tags: [
6360,
13591,
8,
781,
12382,
346,
15107,
406,
354,
15108,
439,
15109,
2155,
2521,
3400,
408,
1427,
5191,
15110,
1707,
410,
14784,
2016,
15111,
2851,
5194,
433,
2138,
1728,
37,
396,
7080
],
),
"slow_motion_video": SymbolsMetadata(
popularity: 839,
codepoint: 0xe068,
categories: [0],
tags: [
15112,
77,
40,
193,
345,
1753,
2405,
754,
15113,
487,
15114,
346,
138,
406,
352,
1652,
353,
354,
1714,
2521,
408,
357,
359,
13888,
14797,
275,
15115,
31,
1171,
1728,
37,
444,
9928,
368,
4340
],
),
"smart_card_reader": SymbolsMetadata(
popularity: 27,
codepoint: 0xf4a5,
categories: [11],
tags: [
861,
565,
5239,
566,
281,
930,
6323,
284,
615,
288,
44,
10582,
2549,
577,
941,
1110,
581,
3123,
10584,
2012,
15116,
3336,
1471,
1738,
3695,
951,
15117,
588,
4310,
589,
590,
3799,
432,
15118,
1036,
3234,
8866,
15119,
65,
956,
601,
1519
],
),
"smart_card_reader_off": SymbolsMetadata(
popularity: 7,
codepoint: 0xf4a6,
categories: [11],
tags: [
861,
565,
566,
281,
1051,
930,
4937,
283,
6294,
961,
81,
288,
868,
2731,
10582,
1055,
577,
1110,
581,
3123,
10584,
2012,
3336,
87,
3695,
6327,
5969,
5970,
1059,
1060,
1061,
951,
15117,
588,
589,
590,
3799,
432,
1746,
1036,
1067,
8866,
65,
1317,
956,
1068,
601,
4840,
1519
],
),
"smart_display": SymbolsMetadata(
popularity: 4964,
codepoint: 0xf06a,
categories: [11],
tags: [
2029,
1867,
2133,
2484,
4297,
1711,
1073,
1074,
5463,
345,
288,
15120,
8,
2549,
781,
7767,
1140,
15121,
4214,
68,
467,
4234,
5548,
406,
630,
2521,
2470,
410,
5460,
1292,
12507,
1906,
4176,
454,
65,
412,
5111,
2039,
37,
3173,
15122
],
),
"smart_outlet": SymbolsMetadata(
popularity: 256,
codepoint: 0xe844,
categories: [8],
tags: [
1867,
2133,
1101,
284,
345,
288,
12913,
3942,
2549,
15123,
1140,
3191,
1500,
647,
1143,
5578,
3990,
3707,
13555,
432,
1292,
1906,
15124,
4959,
65,
15125,
278
],
),
"smart_screen": SymbolsMetadata(
popularity: 224,
codepoint: 0xf06b,
categories: [11],
tags: [
1246,
1247,
2029,
4297,
1250,
1073,
284,
288,
1105,
7093,
1110,
1253,
756,
506,
262,
1706,
8988,
14755,
2023,
237,
325,
70,
5339,
271,
326,
759,
432,
2548,
410,
5460,
1036,
71,
1292,
1905,
15126,
15127,
15128,
454,
525,
3971,
37
],
),
"smart_toy": SymbolsMetadata(
popularity: 4514,
codepoint: 0xf06c,
categories: [11],
tags: [
2504,
1307,
2506,
1267,
2133,
14201,
5,
3186,
13228,
1310,
44,
14202,
489,
2508,
4736,
977,
138,
4196,
2479,
1622,
1344,
3827,
4899,
4885,
2516,
15129,
1292,
15130,
433,
31,
65,
2517,
498
],
),
"smartphone": SymbolsMetadata(
popularity: 11457,
codepoint: 0xe32c,
categories: [11],
tags: [
1246,
1247,
1270,
40,
1250,
2540,
251,
570,
193,
283,
288,
8,
1754,
1886,
15131,
3798,
1110,
1253,
583,
262,
1706,
2469,
616,
271,
2551,
5123,
432,
410,
2770,
1708,
15132,
525,
65,
33,
2464,
1465
],
),
"smartphone_camera": SymbolsMetadata(
popularity: 2,
codepoint: 0xf44e,
categories: [11],
tags: [
1246,
1247,
5112,
1270,
40,
102,
42,
1250,
570,
193,
5144,
288,
346,
1110,
1253,
49,
53,
406,
262,
15133,
1706,
15134,
271,
57,
804,
59,
62,
453,
432,
4918,
1347,
1708,
15135,
15136,
525,
15137,
15138,
15139,
33,
37,
15140
],
),
"smb_share": SymbolsMetadata(
popularity: 57,
codepoint: 0xf74b,
categories: [12],
tags: [
1686,
1073,
15141,
15142,
284,
7168,
628,
1733,
6343,
81,
15143,
2191,
15144,
2192,
1588,
1589,
1688,
3681,
147,
15145,
2153,
1691,
259,
1314,
5498,
2468,
267,
12954,
15146,
1088,
5608,
851,
4786,
14404,
2738,
1529,
9603,
3265,
2038,
1598,
2002,
2851,
15147,
2358,
15148,
15149,
1719,
1698,
3972,
527
],
),
"smoke_free": SymbolsMetadata(
popularity: 692,
codepoint: 0xeb4a,
categories: [16],
tags: [
15150,
1131,
12676,
15151,
15152,
193,
1871,
1162,
868,
1055,
1852,
1213,
6627,
137,
697,
15153,
3295,
15154,
6266,
1059,
1061,
876,
2570,
11282,
4268,
2630,
7270,
1065,
703,
898,
1067,
5236,
15155,
15156,
15157,
31,
15158,
206,
1155
],
),
"smoking_rooms": SymbolsMetadata(
popularity: 673,
codepoint: 0xeb4b,
categories: [16],
tags: [
861,
1981,
14588,
3883,
1131,
1423,
2125,
929,
15152,
15159,
3854,
2751,
323,
1920,
2688,
2689,
2570,
1392,
2054,
3323,
1968,
3727,
1955,
12530,
898,
5236,
15156,
823,
31,
15158,
1155
],
),
"sms": SymbolsMetadata(
popularity: 7499,
codepoint: 0xe625,
categories: [7],
tags: [
75,
1360,
568,
6319,
570,
2740,
11757,
572,
283,
6195,
975,
1476,
11760,
2743,
7232,
1479,
1105,
7235,
583,
11688,
237,
2604,
616,
2429,
652,
1260,
15160,
594,
1485,
1296,
2249,
4868,
15161,
551
],
),
"snippet_folder": SymbolsMetadata(
popularity: 336,
codepoint: 0xf1c7,
categories: [12],
tags: [
2143,
482,
569,
4813,
1197,
12900,
1333,
81,
4814,
1588,
1589,
2152,
1688,
147,
1690,
2153,
15162,
1029,
1391,
92,
2813,
1696,
1598,
2851,
6012,
1698,
1396,
5438,
9274
],
),
"snooze": SymbolsMetadata(
popularity: 688,
codepoint: 0xe046,
categories: [6],
tags: [
1359,
1360,
4069,
1362,
1159,
2937,
2126,
2099,
138,
616,
1223,
2128,
2108,
1370,
3458,
1926,
392,
1304,
1928,
2129,
1226,
31,
10464,
15163,
1171,
1172,
2086,
2087,
9579,
12795,
4119
],
),
"snowboarding": SymbolsMetadata(
popularity: 344,
codepoint: 0xe513,
categories: [15],
tags: [
748,
2525,
7350,
7570,
5726,
690,
15164,
841,
7571,
781,
11,
11073,
225,
15165,
7572,
581,
6671,
15166,
1607,
3672,
588,
589,
876,
3323,
15167,
888,
2851,
4968,
855,
15168,
15169,
593,
30,
3540,
332,
13470,
860,
10574
],
),
"snowing": SymbolsMetadata(
popularity: 602,
codepoint: 0xe80f,
categories: [3],
tags: [
1101,
840,
841,
1105,
1852,
8485,
2886,
848,
849,
13824,
1834,
4061,
15170,
10094,
12105,
855,
856,
13828,
858,
859,
860
],
),
"snowing_heavy": SymbolsMetadata(
popularity: 33,
codepoint: 0xf61c,
categories: [3],
tags: [
1883,
14803,
840,
841,
842,
1852,
2886,
12075,
15171,
13824,
5876,
4061,
10094,
2002,
855,
15172,
13828,
858,
859,
860
],
),
"snowmobile": SymbolsMetadata(
popularity: 199,
codepoint: 0xe503,
categories: [14],
tags: [
2525,
3660,
1818,
1820,
841,
313,
7941,
5331,
137,
7935,
138,
384,
1967,
3813,
1738,
1891,
3672,
876,
3323,
15167,
898,
15173,
15174,
855,
15175,
593,
30,
3540,
31,
2158,
1639,
332,
1844,
860
],
rtlAutoMirrored: true,
),
"snowshoeing": SymbolsMetadata(
popularity: 296,
codepoint: 0xe514,
categories: [15],
tags: [
2525,
3660,
690,
15176,
841,
46,
316,
10566,
1785,
137,
3669,
581,
138,
384,
1633,
3672,
289,
588,
589,
3323,
392,
888,
855,
15177,
15178,
15179,
30,
3540,
31,
4827,
332,
10356,
3819,
860
],
),
"soap": SymbolsMetadata(
popularity: 480,
codepoint: 0xf1b2,
categories: [8],
tags: [
1423,
3831,
1869,
6661,
481,
15180,
3835,
810,
15181,
7031,
11194,
2707,
4884,
1889,
2708,
2710,
892,
3550,
1376,
15182,
3855,
1664,
432,
3865,
3873,
5841,
3846,
11431,
31,
6678,
3879,
3566
],
),
"social_distance": SymbolsMetadata(
popularity: 861,
codepoint: 0xe1cb,
categories: [3],
tags: [
687,
1360,
689,
690,
691,
2313,
693,
9,
15183,
15184,
578,
695,
697,
892,
581,
3550,
138,
2391,
894,
701,
588,
589,
5838,
702,
705,
593,
11854,
823,
2275,
710,
31,
711,
2398,
206
],
),
"social_leaderboard": SymbolsMetadata(
popularity: 393,
codepoint: 0xf6a0,
categories: [3],
tags: [
3,
3514,
373,
574,
6,
578,
5403,
5450,
1078,
579,
6654,
88,
15185,
15186,
648,
589,
11215,
851,
759,
6535,
795,
3525,
3526,
15187,
228,
593,
243,
3540,
15188,
857,
597,
599,
15189,
3528,
711,
11218
],
),
"solar_power": SymbolsMetadata(
popularity: 1967,
codepoint: 0xec0f,
categories: [3],
tags: [
6802,
15190,
15191,
6242,
15192,
3942,
3703,
530,
8212,
15193,
3036,
1143,
919,
15194,
15195,
3707,
15196,
4761,
7811,
4762,
15197,
14370,
15198,
1608,
11291,
5877,
4064,
2327,
15199
],
),
"sort": SymbolsMetadata(
popularity: 11116,
codepoint: 0xe164,
categories: [2],
tags: [
15200,
1467,
502,
78,
517,
8729,
933,
5774,
81,
2892,
313,
2590,
83,
1080,
1471,
88,
2085,
69,
70,
91,
92,
921,
2281,
1460,
94,
95,
955,
98
],
rtlAutoMirrored: true,
),
"sort_by_alpha": SymbolsMetadata(
popularity: 2908,
codepoint: 0xe053,
categories: [2],
tags: [
1174,
15201,
4,
15202,
15203,
15204,
15200,
76,
1467,
15205,
15206,
5,
15207,
12,
15208,
16,
88,
12298,
91,
15209,
15210,
92,
6795,
95,
15211,
15212,
31,
4545,
33,
15213,
35,
12795,
15214
],
),
"sos": SymbolsMetadata(
popularity: 507,
codepoint: 0xebf7,
categories: [5],
tags: [
1360,
482,
504,
283,
1365,
7716,
1164,
2438,
12,
13933,
137,
871,
138,
16,
705,
1696,
392,
273,
2446,
433,
31,
33,
35,
1407,
206
],
),
"sound_detection_dog_barking": SymbolsMetadata(
popularity: 1617,
codepoint: 0xf149,
categories: [0],
tags: [
480,
10240,
2525,
1360,
4889,
1268,
15215,
15216,
283,
5507,
13229,
1140,
15217,
1471,
4542,
5378,
4280,
1286,
616,
13233,
1582,
1036,
64,
273,
1292,
1293,
31,
1093,
65,
206,
3354
],
),
"sound_detection_glass_break": SymbolsMetadata(
popularity: 201,
codepoint: 0xf14a,
categories: [0],
tags: [
10240,
1359,
1360,
1268,
2125,
3284,
7896,
5265,
1365,
5507,
2438,
10,
7891,
1109,
5270,
12243,
1301,
4542,
1285,
4280,
1286,
616,
4616,
1036,
64,
7090,
273,
1293,
5138,
206,
1187
],
),
"sound_detection_loud_sound": SymbolsMetadata(
popularity: 708,
codepoint: 0xf14b,
categories: [0],
tags: [
10240,
15218,
1360,
2115,
1268,
7758,
3492,
5507,
15219,
351,
1111,
4542,
4433,
15220,
1285,
11954,
4280,
1714,
1286,
616,
440,
4776,
273,
12737,
1293,
15221,
15222,
15038,
15223,
554,
1863
],
),
"sound_sampler": SymbolsMetadata(
popularity: 12,
codepoint: 0xf6b4,
categories: [0],
tags: [
1268,
7840,
3404,
7841,
10188,
4972,
15224,
9944,
345,
1753,
288,
15225,
2072,
351,
4859,
1083,
1714,
15226,
2521,
440,
7677,
15227,
9949,
15228,
9952,
15229,
15230,
15231,
6102,
11947,
554,
3354
],
),
"soup_kitchen": SymbolsMetadata(
popularity: 933,
codepoint: 0xe7d3,
categories: [5],
tags: [
864,
865,
13225,
3713,
3714,
3155,
9194,
574,
3720,
4290,
4719,
2367,
2709,
871,
15232,
15233,
7292,
4234,
4135,
3723,
9318,
4728,
14833,
15234,
652,
3729,
2038,
1505,
15235,
13844,
15236,
4854,
880,
13166
],
),
"source_environment": SymbolsMetadata(
popularity: 216,
codepoint: 0xe527,
categories: [9],
tags: [
2564,
1497,
77,
2204,
929,
569,
576,
374,
11304,
2830,
2955,
313,
2914,
1852,
2568,
1212,
14014,
1140,
1500,
51,
6521,
323,
9870,
324,
1541,
1391,
9684,
15237,
327,
328,
2862,
329,
2571,
179,
1503,
1504,
906,
737,
15238,
2138,
11341,
1709,
1409,
11190
],
),
"source_notes": SymbolsMetadata(
popularity: 61,
codepoint: 0xe12d,
categories: [12],
tags: [
2143,
460,
77,
502,
2453,
3410,
1197,
628,
81,
5034,
313,
1588,
1589,
2456,
3112,
147,
697,
68,
3463,
1592,
5568,
3413,
3414,
2207,
1345,
3052,
3464,
1593,
325,
1481,
1595,
15239,
15240,
15241,
1596,
1597,
6372,
453,
2462,
470,
7651,
3116,
33,
473,
1486
],
),
"south": SymbolsMetadata(
popularity: 2340,
codepoint: 0xf1e3,
categories: [5],
tags: [
77,
10950,
1649,
2196,
504,
2838,
345,
1796,
313,
2283,
2832,
2590,
2893,
137,
2834,
51,
2868,
323,
1541,
7466,
468,
325,
1167,
2887,
329,
10963,
4662,
31,
1728,
1465
],
),
"south_america": SymbolsMetadata(
popularity: 903,
codepoint: 0xe7e4,
categories: [3],
tags: [
1131,
1133,
8696,
9866,
15242,
15243,
4509,
5480,
315,
11516,
318,
319,
320,
322,
15244,
15245,
12419,
1605,
323,
324,
8975,
289,
327,
1149,
392,
15246,
15247,
1153,
332,
334,
1155
],
),
"south_east": SymbolsMetadata(
popularity: 772,
codepoint: 0xf1e4,
categories: [5],
tags: [
77,
15248,
482,
11813,
1702,
313,
2283,
2832,
2985,
2351,
914,
3008,
1704,
51,
6671,
87,
1314,
1541,
2355,
468,
325,
2965,
2930,
507,
2356,
289,
1167,
432,
2232,
906,
4662,
15249,
433,
1170
],
),
"south_west": SymbolsMetadata(
popularity: 411,
codepoint: 0xf1e5,
categories: [5],
tags: [
500,
15250,
3175,
77,
9631,
9072,
2955,
1702,
313,
15251,
2283,
2832,
1077,
51,
2207,
1541,
1758,
468,
15252,
325,
1634,
328,
1167,
759,
1636,
4662,
15253,
15254,
15255,
332,
473,
3007
],
),
"spa": SymbolsMetadata(
popularity: 3884,
codepoint: 0xeb4c,
categories: [16],
tags: [
15256,
3831,
6661,
690,
6890,
1548,
137,
697,
892,
3838,
2751,
138,
2372,
1492,
15257,
9200,
1834,
8009,
2570,
15258,
1925,
1968,
3845,
5629,
3846,
15259,
31,
3165,
5398,
3850,
7288,
3513
],
),
"space_bar": SymbolsMetadata(
popularity: 450,
codepoint: 0xe256,
categories: [12],
tags: [
1423,
2125,
504,
5,
345,
1589,
2165,
1106,
10429,
699,
138,
1111,
1112,
1113,
87,
1950,
2169,
1120,
432,
707,
823,
11015,
33,
3680,
141,
1348,
2552,
7256,
1486
],
),
"space_dashboard": SymbolsMetadata(
popularity: 3540,
codepoint: 0xe66b,
categories: [12],
tags: [
1071,
1467,
2273,
5399,
2254,
1425,
15260,
81,
8,
370,
382,
385,
15261,
1086,
14606,
4738,
92,
5048,
4659,
432,
2470,
1428,
2472,
2473,
5503,
823,
433,
2728,
955,
1093,
2729,
396,
333,
1186,
1229
],
),
"spatial_audio": SymbolsMetadata(
popularity: 412,
codepoint: 0xebeb,
categories: [0],
tags: [
15262,
10240,
1268,
15263,
15264,
15265,
2069,
313,
12943,
15266,
15267,
977,
15268,
7742,
15269,
4542,
1714,
1481,
15270,
12737,
1293,
11834,
2077,
15271,
496,
15272,
3369,
15273,
15274
],
),
"spatial_audio_off": SymbolsMetadata(
popularity: 511,
codepoint: 0xebe8,
categories: [0],
tags: [
15275,
1268,
3404,
8125,
10200,
15276,
15277,
15278,
15279,
15280,
15281,
15282,
2098,
868,
15283,
10678,
1055,
15284,
1714,
15285,
2106,
15286,
1481,
1059,
7432,
1060,
1061,
71,
1067,
1293,
11834,
3407,
2111,
15287,
15288,
496,
15289,
15290,
15291,
15292,
12411
],
),
"spatial_speaker": SymbolsMetadata(
popularity: 9,
codepoint: 0xf4cf,
categories: [0],
tags: [
478,
1246,
1247,
1268,
15293,
7745,
731,
1250,
9116,
288,
1110,
1253,
466,
1301,
406,
262,
1714,
271,
408,
388,
4760,
1293,
15294,
2077,
496,
1294,
15295,
15296,
3369,
9711,
525,
1728,
1298,
554,
1864
],
),
"spatial_tracking": SymbolsMetadata(
popularity: 347,
codepoint: 0xebea,
categories: [0],
tags: [
478,
2554,
77,
1268,
2756,
81,
313,
868,
2334,
1055,
316,
317,
2986,
1282,
1549,
323,
1085,
353,
468,
1714,
325,
1481,
1059,
1060,
1061,
1634,
1551,
1167,
329,
15297,
15298,
64,
1067,
1293,
496,
15299,
10817,
3818,
1095,
475,
477
],
),
"speaker": SymbolsMetadata(
popularity: 842,
codepoint: 0xe32d,
categories: [11],
tags: [
10240,
15300,
1747,
3355,
1268,
7735,
482,
731,
283,
345,
7739,
2549,
15301,
1301,
4433,
406,
5175,
439,
1714,
1302,
1286,
2521,
408,
2108,
71,
1293,
1294,
13280,
3369,
1093,
3497,
37,
1298,
554
],
),
"speaker_group": SymbolsMetadata(
popularity: 377,
codepoint: 0xe32e,
categories: [11],
tags: [
1268,
15302,
15303,
7745,
482,
2031,
685,
1073,
15304,
345,
2621,
2549,
579,
1198,
1314,
4433,
406,
2468,
15305,
1714,
267,
408,
71,
2038,
1293,
15306,
15307,
1294,
15308,
12531,
3369,
454,
764,
1093,
37,
554,
15309,
278
],
),
"speaker_notes": SymbolsMetadata(
popularity: 2056,
codepoint: 0xe8cd,
categories: [7],
tags: [
1475,
1268,
568,
2240,
570,
572,
573,
43,
2743,
1589,
10741,
370,
68,
5470,
1471,
88,
5121,
583,
1302,
1595,
1596,
1597,
1427,
453,
432,
1293,
1294,
15310,
594,
433,
9594,
33,
97,
5953,
1298,
554
],
rtlAutoMirrored: true,
),
"speaker_notes_off": SymbolsMetadata(
popularity: 424,
codepoint: 0xe92a,
categories: [7],
tags: [
568,
1208,
570,
572,
573,
15311,
345,
1299,
1162,
1300,
868,
15312,
1589,
1055,
370,
15313,
1344,
1471,
88,
5121,
15314,
583,
1302,
15315,
1595,
15316,
1059,
1061,
1597,
1427,
15317,
15318,
15319,
1067,
1294,
15320,
594,
33,
396
],
),
"speaker_phone": SymbolsMetadata(
popularity: 451,
codepoint: 0xe0d2,
categories: [7],
tags: [
1246,
1247,
1268,
731,
504,
1270,
1250,
283,
5117,
345,
288,
4348,
15321,
1110,
1253,
138,
4433,
406,
262,
1061,
70,
1741,
271,
71,
392,
273,
1293,
1294,
13280,
31,
525,
9594,
413,
1298,
554,
1864
],
),
"special_character": SymbolsMetadata(
popularity: 14,
codepoint: 0xf74a,
categories: [12],
tags: [
839,
281,
4098,
5,
403,
1164,
3517,
4708,
3519,
904,
1548,
1139,
138,
10707,
51,
1112,
52,
1166,
174,
2850,
203,
392,
898,
854,
15322,
3224,
857,
31,
35
],
),
"specific_gravity": SymbolsMetadata(
popularity: 131,
codepoint: 0xf872,
categories: [3],
tags: [
1422,
4187,
4191,
1333,
6029,
6965,
3112,
4193,
2229,
4194,
2528,
9127,
15323,
8486,
51,
4292,
4197,
792,
4198,
17,
18,
23,
3420,
391,
2755,
4201,
5994,
8734,
15324,
1318,
554,
15325,
3850
],
),
"speech_to_text": SymbolsMetadata(
popularity: 520,
codepoint: 0xf8a7,
categories: [0],
tags: [
748,
15326,
568,
570,
572,
573,
283,
1795,
1273,
1588,
1589,
216,
1480,
147,
916,
1111,
5247,
1471,
2168,
583,
1284,
1285,
1596,
1597,
758,
15327,
2077,
594,
5952,
33,
15328,
15329,
11942,
15330,
15331,
5289,
1486
],
),
"speed": SymbolsMetadata(
popularity: 6401,
codepoint: 0xe9e4,
categories: [0],
tags: [
3034,
77,
3434,
1820,
193,
462,
345,
1753,
1425,
81,
15332,
1400,
1165,
3891,
84,
51,
68,
1471,
17,
3494,
353,
1714,
6228,
648,
2942,
759,
151,
71,
13888,
275,
6791,
5673,
6697,
3503,
37
],
),
"speed_0_25": SymbolsMetadata(
popularity: 16,
codepoint: 0xf4d4,
categories: [0],
tags: [
15333,
3947,
4,
77,
5,
193,
1159,
2937,
2882,
1400,
7,
2832,
12,
15334,
1959,
16,
87,
3494,
6228,
22,
3989,
648,
408,
3953,
359,
2863,
13888,
14965,
15335,
275,
31,
33,
1171,
15336,
35
],
),
"speed_0_2x": SymbolsMetadata(
popularity: 25,
codepoint: 0xf498,
categories: [0],
tags: [
4777,
3034,
2222,
4,
77,
9611,
5,
193,
345,
1425,
1400,
7,
12,
3891,
51,
16,
792,
87,
261,
17,
686,
3494,
15337,
468,
439,
22,
648,
408,
1167,
759,
2863,
151,
13888,
275,
31,
33,
5932,
35,
3503,
543,
4013,
3708
],
),
"speed_0_5": SymbolsMetadata(
popularity: 20,
codepoint: 0xf4e2,
categories: [0],
tags: [
15338,
4,
3404,
3397,
5,
7,
12,
15339,
15340,
15341,
16,
352,
15342,
22,
408,
15343,
774,
357,
15344,
15345,
15346,
2863,
5741,
14797,
15347,
15348,
14965,
275,
15349,
15115,
15350,
15351,
15352,
31,
33,
1171,
2476,
35,
444,
366
],
),
"speed_0_5x": SymbolsMetadata(
popularity: 28,
codepoint: 0xf497,
categories: [0],
tags: [
15353,
4,
9611,
15354,
5,
345,
7,
12,
15340,
16,
406,
352,
686,
353,
354,
439,
22,
3502,
408,
15343,
357,
359,
2863,
2890,
14797,
14965,
1293,
275,
15349,
15115,
31,
33,
1171,
5932,
35,
3503,
543,
368,
4013
],
),
"speed_0_75": SymbolsMetadata(
popularity: 23,
codepoint: 0xf4d3,
categories: [0],
tags: [
2222,
4,
1268,
5,
462,
1159,
345,
1400,
7,
12,
51,
16,
406,
22,
355,
408,
357,
359,
2863,
151,
13888,
275,
15355,
6791,
31,
33,
1171,
1172,
35,
37
],
),
"speed_0_7x": SymbolsMetadata(
popularity: 19,
codepoint: 0xf496,
categories: [0],
tags: [
15356,
4,
77,
15354,
5,
193,
1784,
345,
1400,
7,
12,
3891,
1785,
51,
16,
261,
406,
407,
11818,
439,
22,
70,
408,
357,
409,
1167,
2863,
71,
15348,
14965,
15357,
15358,
275,
15115,
31,
33,
5932,
35,
368,
4013
],
),
"speed_1_2": SymbolsMetadata(
popularity: 11,
codepoint: 0xf4e1,
categories: [0],
tags: [
15359,
4,
9619,
5,
193,
345,
1400,
7,
12,
3891,
3657,
51,
16,
792,
550,
15360,
17,
406,
3494,
6228,
22,
648,
408,
1167,
359,
2863,
1065,
151,
13888,
15348,
14965,
275,
15361,
15362,
6791,
31,
33,
35,
3503
],
),
"speed_1_25": SymbolsMetadata(
popularity: 22,
codepoint: 0xf4d2,
categories: [0],
tags: [
15363,
3034,
4,
3397,
5,
345,
7,
7771,
15364,
12,
15365,
15366,
16,
352,
15367,
21,
22,
15368,
70,
2765,
15369,
408,
15343,
357,
359,
2863,
71,
275,
532,
15355,
15370,
31,
33,
35,
366
],
),
"speed_1_2x": SymbolsMetadata(
popularity: 20,
codepoint: 0xf495,
categories: [0],
tags: [
15371,
15372,
3034,
4,
1268,
5,
685,
7,
15373,
1165,
14963,
12,
52,
16,
406,
407,
15367,
21,
22,
149,
15374,
70,
408,
3454,
15343,
357,
409,
3122,
2863,
71,
275,
532,
31,
33,
5932,
35,
37,
4013
],
),
"speed_1_5": SymbolsMetadata(
popularity: 18,
codepoint: 0xf4e0,
categories: [0],
tags: [
15375,
4,
15376,
15354,
5,
685,
345,
6899,
7,
1754,
12,
16,
407,
15367,
21,
22,
15377,
15378,
408,
15343,
357,
328,
359,
15379,
2863,
151,
15348,
275,
15349,
532,
15355,
31,
33,
35,
456,
368
],
),
"speed_1_5x": SymbolsMetadata(
popularity: 29,
codepoint: 0xf494,
categories: [0],
tags: [
15380,
15381,
15382,
8540,
3034,
4,
15354,
5,
1159,
685,
1753,
7,
1165,
14963,
12,
16,
407,
15367,
22,
355,
70,
2521,
15383,
408,
357,
359,
2863,
391,
151,
71,
275,
15370,
31,
33,
1171,
1172,
5932,
35,
368,
4013,
15384
],
),
"speed_1_75": SymbolsMetadata(
popularity: 15,
codepoint: 0xf4d1,
categories: [0],
tags: [
15385,
15386,
4,
3397,
9611,
5,
15387,
345,
7,
1165,
7771,
14963,
12,
15365,
16,
407,
11818,
439,
15388,
22,
70,
408,
15389,
15343,
357,
15390,
359,
15391,
2863,
71,
275,
15115,
15355,
31,
33,
35,
366,
543
],
),
"speed_1_7x": SymbolsMetadata(
popularity: 7,
codepoint: 0xf493,
categories: [0],
tags: [
15392,
1747,
4,
9611,
1751,
5,
345,
6899,
7,
15393,
1165,
14963,
12,
235,
51,
5470,
16,
406,
3219,
15367,
21,
22,
23,
178,
408,
357,
328,
359,
2863,
151,
180,
275,
15115,
31,
33,
1171,
5932,
35,
543,
4013
],
),
"speed_2x": SymbolsMetadata(
popularity: 57,
codepoint: 0xf4eb,
categories: [0],
tags: [
15394,
3034,
4,
15354,
3035,
5,
7,
3055,
3500,
15393,
1165,
14963,
12,
15365,
16,
17,
18,
2468,
5105,
22,
3502,
648,
408,
357,
3075,
15395,
359,
2863,
391,
275,
15370,
31,
33,
1171,
15396,
15397,
35,
3503,
368,
15398
],
),
"speed_camera": SymbolsMetadata(
popularity: 52,
codepoint: 0xf470,
categories: [14],
tags: [
1360,
1820,
2047,
15399,
14709,
1633,
3742,
550,
324,
1541,
325,
616,
57,
7717,
1635,
705,
898,
275,
15400,
15361,
15401,
5138,
2019,
1638,
1639,
332,
1844,
206
],
),
"spellcheck": SymbolsMetadata(
popularity: 586,
codepoint: 0xe8ce,
categories: [12],
tags: [
1174,
5538,
748,
4,
1671,
504,
5,
1673,
2095,
345,
2333,
4675,
1589,
2165,
12,
11802,
1344,
5247,
15,
16,
1166,
1676,
5770,
15402,
15403,
3524,
906,
362,
7251,
15404,
31,
33,
1678,
35,
3680,
141,
1348,
4480,
1584,
7256,
1600,
1486,
1681
],
),
"split_scene": SymbolsMetadata(
popularity: 43,
codepoint: 0xf3bf,
categories: [0],
tags: [
1747,
76,
1439,
685,
8,
2274,
10435,
680,
2165,
346,
382,
10437,
1344,
385,
406,
354,
7072,
70,
4659,
409,
1646,
2790,
410,
2472,
707,
71,
4661,
2414,
7698,
15405,
7073,
2476,
12083,
37,
396,
1187,
1229
],
),
"split_scene_down": SymbolsMetadata(
popularity: 9,
codepoint: 0xf2ff,
categories: [0],
tags: [
1467,
1439,
3733,
628,
15406,
8,
2274,
15407,
15408,
382,
10437,
385,
4586,
15409,
7072,
4659,
1646,
15410,
410,
15411,
1151,
2473,
707,
15412,
4661,
2414,
15413,
7698,
15405,
7073,
10444,
15414,
9768,
476,
1187,
1154
],
),
"split_scene_left": SymbolsMetadata(
popularity: 17,
codepoint: 0xf2fe,
categories: [0],
tags: [
1747,
1467,
1439,
8,
1163,
1136,
4645,
15415,
382,
4646,
1344,
385,
2207,
15416,
7072,
507,
4616,
919,
6414,
2232,
906,
15417,
1646,
2790,
410,
2472,
1169,
6216,
4661,
2414,
15405,
7073,
1465,
396,
1187
],
),
"split_scene_right": SymbolsMetadata(
popularity: 12,
codepoint: 0xf2fd,
categories: [0],
tags: [
1131,
1439,
8,
2274,
1163,
382,
385,
9755,
10441,
15418,
7072,
919,
15419,
1427,
906,
7757,
1646,
2790,
15410,
410,
1151,
6216,
4661,
2414,
15420,
7698,
15405,
7073,
6121,
396,
1187
],
),
"split_scene_up": SymbolsMetadata(
popularity: 14,
codepoint: 0xf2fc,
categories: [0],
tags: [
1467,
1439,
3782,
8,
2274,
10435,
680,
2165,
382,
10437,
1344,
385,
406,
15418,
7072,
919,
1427,
9762,
1646,
2790,
410,
1151,
6216,
4661,
2414,
15421,
7698,
7073,
15422,
1709,
12083,
37,
396,
1187,
1154,
15423
],
),
"splitscreen": SymbolsMetadata(
popularity: 878,
codepoint: 0xf06d,
categories: [4],
tags: [
1467,
15424,
1439,
8,
2274,
7186,
382,
10437,
10438,
385,
630,
15425,
14617,
7072,
586,
4616,
4659,
1427,
3075,
1646,
410,
15411,
2472,
706,
6216,
4661,
2414,
7698,
7073,
15426,
12083,
396,
9768,
1187,
1154
],
),
"splitscreen_add": SymbolsMetadata(
popularity: 30,
codepoint: 0xf4fd,
categories: [4],
tags: [
231,
745,
1467,
482,
1439,
685,
345,
1236,
8,
2274,
216,
1108,
382,
10437,
1344,
385,
2085,
7072,
887,
1453,
70,
919,
239,
432,
1646,
410,
1151,
1152,
6216,
4661,
2414,
7698,
7073,
433,
31,
15422,
15427,
12083,
396,
1187
],
),
"splitscreen_bottom": SymbolsMetadata(
popularity: 21,
codepoint: 0xf676,
categories: [4],
tags: [
15428,
2718,
1131,
1467,
2196,
1439,
3604,
8,
657,
2274,
1136,
15415,
10435,
370,
382,
10437,
1344,
385,
642,
15429,
15409,
14617,
7072,
507,
919,
4740,
6414,
386,
1646,
410,
1151,
4661,
2414,
7698,
7073,
396,
1187
],
),
"splitscreen_landscape": SymbolsMetadata(
popularity: 40,
codepoint: 0xf459,
categories: [2],
tags: [
7708,
15430,
1467,
1439,
1712,
8,
15431,
370,
382,
10437,
1344,
1605,
385,
642,
630,
15429,
15425,
7072,
2225,
1291,
1646,
410,
15411,
6216,
4661,
2414,
7698,
7073,
10444,
396,
13387,
1187,
1229
],
),
"splitscreen_left": SymbolsMetadata(
popularity: 57,
codepoint: 0xf675,
categories: [4],
tags: [
15432,
12076,
76,
1439,
1712,
8,
2274,
10435,
382,
385,
15416,
11238,
10251,
1652,
630,
9095,
7072,
4616,
15433,
2232,
1646,
410,
15411,
6216,
4661,
2414,
7698,
7073,
12083,
396,
1187,
15434
],
),
"splitscreen_portrait": SymbolsMetadata(
popularity: 20,
codepoint: 0xf458,
categories: [2],
tags: [
1669,
501,
1467,
1439,
685,
8,
1136,
7186,
382,
1344,
385,
262,
642,
15435,
7072,
355,
271,
5123,
1646,
410,
707,
151,
6216,
4661,
2414,
7698,
15405,
7073,
413,
10444,
907,
1465,
396,
1187
],
),
"splitscreen_right": SymbolsMetadata(
popularity: 61,
codepoint: 0xf674,
categories: [4],
tags: [
1439,
8,
2274,
6413,
10435,
382,
385,
9035,
7072,
919,
4659,
15436,
15437,
15438,
1646,
410,
10442,
15411,
14262,
1151,
2472,
706,
707,
6216,
4661,
2414,
7698,
15405,
7073,
12083,
396,
247,
1187,
15434,
1229
],
),
"splitscreen_top": SymbolsMetadata(
popularity: 11,
codepoint: 0xf673,
categories: [4],
tags: [
501,
1467,
1439,
519,
8,
14286,
1136,
370,
381,
382,
10437,
1344,
385,
262,
7694,
7072,
919,
432,
1646,
410,
15411,
1151,
509,
4661,
2414,
7698,
7073,
525,
15439,
15440,
907,
15441,
396,
13942,
1187
],
),
"splitscreen_vertical_add": SymbolsMetadata(
popularity: 31,
codepoint: 0xf4fc,
categories: [4],
tags: [
231,
745,
15442,
15443,
1439,
15444,
1235,
2274,
15431,
382,
385,
15445,
15446,
9095,
15447,
7072,
15448,
1453,
15449,
15419,
239,
1646,
410,
10442,
1151,
4661,
2414,
7698,
7073,
31,
907,
12083,
8946,
396,
15450,
1187,
15451
],
),
"spo2": SymbolsMetadata(
popularity: 47,
codepoint: 0xf6db,
categories: [15],
tags: [
1422,
4286,
373,
81,
1798,
2884,
1078,
2710,
697,
892,
5391,
51,
87,
226,
894,
4280,
15452,
3786,
15453,
3706,
4282,
15454,
2888,
1428,
6107,
898,
12948,
4711,
1863
],
),
"spoke": SymbolsMetadata(
popularity: 599,
codepoint: 0xe9a7,
categories: [7],
tags: [
7553,
731,
308,
7167,
573,
1073,
284,
1075,
2408,
14861,
2192,
15455,
914,
1326,
5498,
267,
1088,
2968,
851,
3221,
4793,
12449,
4761,
1529,
273,
15456,
2275,
857,
3328,
277
],
),
"sports": SymbolsMetadata(
popularity: 939,
codepoint: 0xea30,
categories: [15],
tags: [
748,
2525,
7350,
7570,
1848,
15457,
6,
1274,
781,
11,
1165,
225,
2885,
5403,
2369,
7572,
4859,
12356,
4402,
353,
468,
648,
589,
27,
15458,
15459,
29,
888,
593,
1293,
275,
3540,
7353,
15460,
15461,
3042,
206,
15462
],
),
"sports_and_outdoors": SymbolsMetadata(
popularity: 183,
codepoint: 0xefb8,
categories: [15],
tags: [
748,
749,
2525,
15463,
15464,
7350,
7570,
8271,
9894,
6,
3735,
781,
11,
1828,
2885,
3319,
5403,
8279,
2369,
7572,
979,
1967,
4402,
468,
4061,
4543,
2521,
3323,
15465,
3540,
8259,
597,
2158,
3042,
3542
],
),
"sports_bar": SymbolsMetadata(
popularity: 1506,
codepoint: 0xf1f3,
categories: [16],
tags: [
11380,
1423,
11421,
929,
15466,
11381,
4228,
9859,
12669,
781,
1387,
3854,
2367,
5793,
10135,
1967,
11383,
323,
1920,
5453,
15467,
327,
11384,
2470,
1968,
3727,
2555,
593,
3540,
15468,
15469,
3878
],
),
"sports_baseball": SymbolsMetadata(
popularity: 812,
codepoint: 0xea51,
categories: [15],
tags: [
2525,
15470,
7350,
7570,
9894,
15471,
15472,
193,
2062,
781,
46,
11,
1828,
5403,
1785,
15473,
7572,
15474,
1967,
15475,
15476,
2521,
409,
3323,
330,
15477,
593,
15478,
30,
3540,
8259,
15479,
597,
4220,
15480
],
),
"sports_basketball": SymbolsMetadata(
popularity: 1769,
codepoint: 0xea26,
categories: [15],
tags: [
2525,
15464,
7350,
7570,
9894,
15481,
193,
6,
3735,
4210,
15482,
781,
11,
2885,
5403,
7572,
15483,
15474,
1471,
2341,
15484,
15485,
2521,
851,
3323,
330,
228,
15477,
4918,
593,
3540,
597,
3542
],
),
"sports_cricket": SymbolsMetadata(
popularity: 501,
codepoint: 0xea27,
categories: [15],
tags: [
2525,
7350,
7570,
8271,
9894,
15486,
193,
6,
15487,
781,
46,
10,
11,
5403,
7572,
1967,
87,
2341,
3672,
2521,
3323,
593,
331,
30,
3540,
5210,
15488,
597,
15489,
15490
],
),
"sports_esports": SymbolsMetadata(
popularity: 5397,
codepoint: 0xea28,
categories: [15],
tags: [
4687,
15491,
15492,
6422,
15493,
15494,
345,
6423,
288,
44,
15495,
781,
15496,
5403,
15497,
10117,
10118,
6425,
5450,
10884,
1693,
3798,
1110,
7572,
6426,
1967,
523,
15498,
2521,
15499,
9771,
4788,
593,
3540,
15500,
65,
15489,
37,
6429,
10124,
9772,
10125,
15501
],
),
"sports_football": SymbolsMetadata(
popularity: 759,
codepoint: 0xea29,
categories: [15],
tags: [
2525,
7350,
7570,
9894,
15502,
6,
781,
46,
10,
11,
1828,
15503,
3319,
5403,
1785,
7572,
15474,
1967,
1471,
2341,
3672,
3321,
15504,
3377,
2521,
3323,
330,
15465,
593,
331,
3540,
15505,
597,
15489
],
),
"sports_golf": SymbolsMetadata(
popularity: 495,
codepoint: 0xea2a,
categories: [15],
tags: [
2525,
7350,
7570,
9894,
5375,
4445,
7941,
781,
11,
5403,
9896,
9898,
9899,
7572,
7543,
10838,
1967,
4061,
2521,
9901,
3323,
593,
30,
3540,
1170,
15506,
2667,
5743
],
),
"sports_gymnastics": SymbolsMetadata(
popularity: 1099,
codepoint: 0xebc4,
categories: [15],
tags: [
749,
2525,
8270,
7350,
7570,
925,
690,
6,
781,
11,
225,
2885,
8278,
15507,
2369,
7572,
581,
1967,
468,
648,
589,
13981,
3323,
888,
593,
30,
3540,
3042,
3542
],
),
"sports_handball": SymbolsMetadata(
popularity: 668,
codepoint: 0xea33,
categories: [15],
tags: [
2525,
7350,
7570,
15508,
8271,
9894,
690,
193,
6,
3735,
2062,
781,
46,
11,
1828,
5403,
1785,
8279,
15509,
7572,
581,
15510,
1967,
1471,
2341,
588,
589,
2521,
409,
3323,
1035,
15511,
593,
30,
3540,
15512,
15513,
15514
],
),
"sports_hockey": SymbolsMetadata(
popularity: 363,
codepoint: 0xea2b,
categories: [15],
tags: [
2525,
7350,
7570,
15515,
15516,
15517,
15502,
5375,
6,
781,
11,
1828,
5403,
13,
7572,
15518,
850,
15474,
1967,
15484,
15519,
3323,
15520,
14449,
15521,
593,
30,
3540,
7285,
15522,
5210,
12752,
597,
15489,
15523
],
),
"sports_kabaddi": SymbolsMetadata(
popularity: 972,
codepoint: 0xea34,
categories: [15],
tags: [
748,
749,
8270,
11122,
7350,
7570,
8271,
690,
15524,
6,
3735,
3974,
1274,
781,
11,
15525,
225,
2885,
5403,
7572,
581,
6741,
15526,
15527,
468,
588,
589,
4543,
409,
3707,
15528,
15042,
888,
593,
3540,
15529,
15530,
597,
6147,
15531,
15532
],
),
"sports_martial_arts": SymbolsMetadata(
popularity: 775,
codepoint: 0xeae9,
categories: [15],
tags: [
748,
2525,
8270,
10345,
7350,
7570,
15524,
6,
15533,
15534,
781,
10,
11,
15525,
2885,
8278,
5403,
8279,
7572,
581,
15535,
15536,
15537,
15538,
468,
588,
589,
4543,
3707,
13719,
15539,
593,
3540,
15540,
649,
3790,
11947,
15541,
3042
],
),
"sports_mma": SymbolsMetadata(
popularity: 403,
codepoint: 0xea2c,
categories: [15],
tags: [
748,
2525,
15542,
15464,
10345,
7350,
7570,
15543,
15524,
6,
3516,
1274,
781,
10,
11,
15525,
2885,
5403,
12989,
8279,
697,
7572,
15537,
15538,
2341,
5631,
15544,
3707,
13719,
762,
593,
275,
3540,
649,
3790,
3042,
3542
],
),
"sports_motorsports": SymbolsMetadata(
popularity: 978,
codepoint: 0xea2d,
categories: [15],
tags: [
2525,
7350,
7570,
1818,
3434,
15545,
4167,
1820,
15502,
6,
1688,
2047,
781,
10,
1165,
15546,
8116,
7572,
15547,
1967,
5272,
12170,
15548,
15549,
15550,
1581,
27,
15551,
12250,
3323,
593,
275,
3540,
15552,
2158,
900,
1639,
1844
],
),
"sports_rugby": SymbolsMetadata(
popularity: 309,
codepoint: 0xea2e,
categories: [15],
tags: [
2525,
7350,
7570,
15553,
9894,
6,
781,
46,
11,
1828,
2885,
5403,
15554,
5739,
1785,
7572,
15555,
15556,
468,
6708,
15557,
2521,
3323,
15558,
15559,
593,
30,
3540,
15513,
15560,
15561,
597,
15514
],
),
"sports_score": SymbolsMetadata(
popularity: 1911,
codepoint: 0xf06e,
categories: [15],
tags: [
8271,
6,
312,
8,
15562,
4510,
5403,
15563,
13,
15564,
2341,
21,
22,
851,
227,
2345,
228,
15565,
14449,
15566,
15567,
15568,
15569,
3540,
15570,
746,
7285,
6524,
15571
],
),
"sports_soccer": SymbolsMetadata(
popularity: 3539,
codepoint: 0xea2f,
categories: [15],
tags: [
2525,
7350,
7570,
9894,
15502,
193,
6,
15482,
781,
11,
1828,
2885,
15503,
5403,
13,
10304,
7572,
15536,
15474,
1967,
2341,
13097,
2521,
3323,
15465,
593,
30,
3540,
8259,
597,
3042,
3542
],
),
"sports_tennis": SymbolsMetadata(
popularity: 1369,
codepoint: 0xea32,
categories: [15],
tags: [
749,
2525,
7350,
7570,
9894,
15486,
6,
3735,
781,
46,
11,
2885,
3319,
5403,
1785,
697,
7572,
1890,
1967,
2341,
4061,
2521,
409,
15572,
15573,
3323,
593,
30,
3540,
15574,
3513
],
),
"sports_volleyball": SymbolsMetadata(
popularity: 787,
codepoint: 0xea31,
categories: [15],
tags: [
2525,
7350,
7570,
9894,
481,
6,
3735,
15575,
781,
11,
2885,
3319,
5403,
7572,
1890,
1967,
1471,
15484,
3672,
4543,
2521,
3323,
330,
6493,
1201,
593,
331,
8357,
30,
3540,
13004,
10603,
597,
15576
],
),
"sprinkler": SymbolsMetadata(
popularity: 512,
codepoint: 0xe29a,
categories: [8],
tags: [
1817,
9619,
3227,
193,
345,
285,
288,
13803,
7209,
13804,
46,
2528,
3836,
15577,
15578,
1605,
9956,
1471,
4198,
7211,
1143,
8892,
3672,
8898,
12449,
1878,
3874,
454,
1093,
3850,
15579,
6898
],
),
"sprint": SymbolsMetadata(
popularity: 353,
codepoint: 0xf81f,
categories: [15],
tags: [
3034,
2525,
7350,
7570,
6,
2405,
1274,
13037,
11,
1165,
225,
2885,
903,
5403,
7572,
581,
353,
468,
289,
589,
759,
3122,
27,
1125,
15459,
29,
888,
593,
275,
30,
3540,
7353,
15460,
2158
],
rtlAutoMirrored: true,
),
"square": SymbolsMetadata(
popularity: 1039,
codepoint: 0xeb36,
categories: [12],
tags: [
1131,
1332,
481,
1132,
482,
4733,
1333,
2798,
1164,
811,
488,
634,
348,
9644,
381,
137,
382,
385,
814,
492,
289,
820,
15580,
1149,
1151,
392,
15581,
1339,
433,
955,
31,
1409
],
),
"square_dot": SymbolsMetadata(
popularity: 24,
codepoint: 0xf3b3,
categories: [3],
tags: [
2159,
1131,
482,
308,
193,
3959,
2350,
1754,
1164,
1757,
381,
137,
2834,
1139,
384,
6741,
51,
15582,
15583,
9870,
174,
1551,
328,
329,
15580,
13532,
432,
1149,
1151,
363,
392,
15581,
1339,
433,
1227,
2384
],
),
"square_foot": SymbolsMetadata(
popularity: 1731,
codepoint: 0xea49,
categories: [6],
tags: [
1497,
1131,
1498,
485,
375,
486,
694,
14245,
3805,
381,
2834,
383,
15584,
385,
2977,
2946,
324,
1085,
226,
17,
1677,
1501,
3105,
1502,
2284,
391,
2755,
1201,
298,
4577,
823,
433,
15585,
1789,
397
],
),
"ssid_chart": SymbolsMetadata(
popularity: 786,
codepoint: 0xeb66,
categories: [9],
tags: [
1422,
1071,
517,
373,
283,
284,
254,
81,
375,
1078,
68,
259,
1471,
17,
267,
648,
759,
1428,
273,
15586,
746,
291,
649,
1429,
476,
277,
278
],
),
"stack": SymbolsMetadata(
popularity: 271,
codepoint: 0xf609,
categories: [2],
tags: [
1467,
1192,
1197,
5400,
484,
2152,
1690,
579,
1198,
1082,
88,
2468,
91,
586,
3419,
4816,
386,
6085,
94,
1201,
6165,
433,
1719,
2474
],
),
"stack_group": SymbolsMetadata(
popularity: 26,
codepoint: 0xf359,
categories: [2],
tags: [
6646,
76,
1192,
5399,
2809,
1197,
1324,
5077,
628,
81,
2152,
2198,
1690,
579,
68,
86,
1082,
385,
88,
1330,
2468,
2231,
92,
15587,
4458,
95,
433,
1719,
2474,
955,
396
],
),
"stack_hexagon": SymbolsMetadata(
popularity: 29,
codepoint: 0xf41c,
categories: [12],
tags: [
1497,
1467,
2484,
481,
2273,
1374,
15588,
81,
1468,
2799,
2488,
904,
14826,
10304,
10378,
1080,
2154,
1082,
2468,
91,
586,
62,
6085,
852,
13938,
2738,
392,
5503,
10305,
1719,
2474,
1698,
955,
65
],
),
"stack_off": SymbolsMetadata(
popularity: 35,
codepoint: 0xf608,
categories: [2],
tags: [
15589,
1208,
1209,
15590,
1235,
13520,
1300,
15591,
868,
15592,
1055,
15593,
1217,
15594,
15595,
15596,
2468,
15597,
1059,
1060,
15598,
15599,
1067,
433,
15600,
2474,
15601,
5941,
15602,
13620,
4013
],
),
"stack_star": SymbolsMetadata(
popularity: 127,
codepoint: 0xf607,
categories: [2],
tags: [
3515,
1701,
1197,
81,
3519,
7887,
1139,
1367,
86,
1082,
792,
88,
1166,
8979,
2468,
91,
586,
716,
11596,
63,
6535,
203,
1696,
4481,
3224,
433,
1719,
2474,
857
],
),
"stacked_bar_chart": SymbolsMetadata(
popularity: 1217,
codepoint: 0xe9e6,
categories: [9],
tags: [
1422,
1071,
1423,
1424,
517,
569,
373,
15603,
1425,
81,
4396,
375,
942,
1078,
234,
2084,
1081,
68,
226,
1086,
648,
1427,
759,
1428,
2345,
15604,
2474,
11903,
15605,
746,
1095,
1429,
514
],
),
"stacked_email": SymbolsMetadata(
popularity: 247,
codepoint: 0xe6c7,
categories: [7],
tags: [
565,
1360,
2143,
3823,
283,
2295,
3133,
2152,
11687,
2298,
15606,
2153,
2301,
1082,
16,
2303,
15607,
583,
4946,
2468,
616,
5405,
4816,
6913,
2307,
2308,
2310,
2474
],
),
"stacked_inbox": SymbolsMetadata(
popularity: 37,
codepoint: 0xe6c9,
categories: [7],
tags: [
2143,
482,
569,
283,
1333,
2295,
2152,
2298,
15606,
2810,
2153,
3048,
2301,
86,
5404,
2303,
583,
4946,
2468,
887,
1259,
8224,
4816,
6913,
3075,
2309,
8732,
1719,
2474,
6166,
1698,
10694
],
),
"stacked_line_chart": SymbolsMetadata(
popularity: 1292,
codepoint: 0xf22b,
categories: [9],
tags: [
1422,
1071,
2815,
569,
373,
81,
5060,
375,
941,
1078,
234,
1081,
68,
5404,
87,
1471,
226,
17,
1086,
2245,
648,
11306,
759,
1428,
390,
227,
2474,
746,
3093,
1095,
1429,
514
],
),
"stacks": SymbolsMetadata(
popularity: 425,
codepoint: 0xf500,
categories: [2],
tags: [
76,
5399,
1197,
484,
486,
2152,
3072,
1690,
579,
1080,
86,
1082,
15608,
1029,
15609,
2468,
2231,
91,
92,
5405,
3419,
4816,
6913,
4156,
15610,
4458,
1719,
15611,
955,
1093,
15612
],
),
"stadia_controller": SymbolsMetadata(
popularity: 5286,
codepoint: 0xf135,
categories: [10],
tags: [
4687,
6422,
345,
6423,
1753,
288,
2549,
781,
15496,
2550,
5403,
15497,
10117,
6425,
5450,
15613,
10119,
15614,
1693,
3798,
1110,
7572,
10121,
6426,
523,
4310,
2521,
9771,
4788,
593,
3540,
15500,
15615,
1297,
65,
37,
6429,
10124,
9772,
10125,
15501
],
),
"stadium": SymbolsMetadata(
popularity: 929,
codepoint: 0xeb90,
categories: [5],
tags: [
2525,
15616,
1497,
15464,
1190,
15617,
929,
15618,
6,
4472,
3735,
6648,
781,
10,
1828,
5403,
15619,
1890,
3320,
1967,
6272,
323,
324,
3672,
648,
1392,
3323,
15620,
3540,
8259,
857,
955,
10405,
2019,
2158,
332,
3878
],
),
"stairs": SymbolsMetadata(
popularity: 844,
codepoint: 0xf1a9,
categories: [16],
tags: [
480,
861,
1497,
78,
929,
12251,
2892,
313,
2832,
2893,
2431,
8484,
3804,
904,
138,
7969,
8906,
792,
2946,
468,
1550,
1634,
386,
2433,
392,
1339,
8180,
8181,
15621,
15622,
4981,
1170,
31,
1709,
3030
],
rtlAutoMirrored: true,
),
"stairs_2": SymbolsMetadata(
popularity: 89,
codepoint: 0xf46c,
categories: [16],
tags: [
861,
10470,
78,
9731,
929,
2892,
9051,
5190,
313,
2832,
2893,
2431,
7978,
904,
1633,
1083,
15623,
2946,
2245,
325,
1634,
386,
759,
8180,
8181,
15621,
15622,
4981,
955,
1709,
3030,
7217
],
rtlAutoMirrored: true,
),
"star": SymbolsMetadata(
popularity: 53946,
codepoint: 0xe838,
categories: [2],
tags: [
15624,
3515,
1701,
1132,
811,
15625,
3519,
15626,
3216,
9923,
1139,
1432,
15627,
1367,
1166,
2469,
15628,
289,
328,
795,
359,
203,
15629,
1696,
392,
857,
31,
413,
5612,
907,
5618
],
),
"star_half": SymbolsMetadata(
popularity: 6549,
codepoint: 0xe839,
categories: [2],
tags: [
3,
2477,
1701,
3132,
3506,
3519,
15630,
1480,
3657,
15631,
15632,
1139,
1367,
15633,
1166,
15634,
8979,
15635,
759,
2531,
795,
359,
203,
13885,
15636,
15637,
3524,
15638,
3525,
1696,
4481,
228,
13887,
392,
3224,
857,
291,
413,
907,
15639,
15640
],
rtlAutoMirrored: true,
),
"star_rate": SymbolsMetadata(
popularity: 1338,
codepoint: 0xf0ec,
categories: [2],
tags: [
3,
2477,
3514,
1701,
4098,
3506,
3518,
3519,
1480,
3216,
381,
1139,
1367,
1166,
8979,
2942,
242,
358,
63,
795,
359,
203,
15636,
3524,
3525,
1696,
4481,
363,
392,
3224,
857
],
),
"star_rate_half": SymbolsMetadata(
popularity: 143,
codepoint: 0xec45,
categories: [2],
tags: [
3,
2477,
1701,
3506,
3519,
1480,
9923,
137,
15631,
15632,
1139,
138,
1367,
15633,
2868,
8979,
226,
15635,
648,
63,
795,
359,
203,
15636,
3524,
3525,
1696,
4481,
228,
392,
3224,
857,
15641,
31,
907
],
),
"star_shine": SymbolsMetadata(
popularity: 340,
codepoint: 0xf31d,
categories: [3],
tags: [
3,
2504,
2506,
15642,
2133,
1701,
3641,
4098,
15643,
3519,
4528,
5515,
3383,
1139,
1367,
2479,
3646,
3647,
3384,
8979,
4080,
716,
63,
795,
359,
203,
3524,
3525,
1696,
9001,
4769,
7962,
3649,
3224,
857,
15641,
15644
],
),
"stars": SymbolsMetadata(
popularity: 5796,
codepoint: 0xe8d0,
categories: [6],
tags: [
3,
1360,
281,
1701,
3641,
193,
3519,
216,
13094,
904,
11301,
1139,
1367,
51,
3384,
8979,
887,
616,
851,
716,
63,
795,
359,
203,
15636,
3525,
1696,
4481,
392,
4769,
3649,
3224,
857,
4116,
245,
2464
],
),
"stars_2": SymbolsMetadata(
popularity: 62,
codepoint: 0xf31c,
categories: [3],
tags: [
3,
2504,
2506,
4096,
2133,
3514,
1701,
4098,
3519,
3520,
3216,
904,
3383,
1139,
1367,
51,
2479,
1401,
3384,
1166,
8979,
4080,
851,
63,
795,
359,
203,
3524,
3525,
363,
392,
4769,
2502,
823,
7962,
3649,
3224,
857,
4116,
31,
2210
],
),
"start": SymbolsMetadata(
popularity: 4188,
codepoint: 0xe089,
categories: [2],
tags: [
748,
77,
1268,
6360,
504,
902,
345,
1106,
346,
903,
2845,
6362,
1113,
2961,
406,
439,
1714,
325,
905,
2521,
408,
1167,
1121,
906,
1707,
1125,
2138,
454,
1728,
2210,
37
],
),
"stat_0": SymbolsMetadata(
popularity: 237,
codepoint: 0xe697,
categories: [2],
tags: [
4777,
1422,
1071,
1424,
517,
569,
373,
933,
81,
375,
1488,
1078,
234,
68,
87,
1426,
17,
1086,
22,
648,
1427,
759,
1428,
2345,
1461,
433,
15097,
746,
1429,
2482,
514
],
),
"stat_1": SymbolsMetadata(
popularity: 75,
codepoint: 0xe698,
categories: [2],
tags: [
15645,
1422,
1071,
502,
1424,
517,
569,
373,
5216,
933,
1425,
81,
375,
313,
941,
1078,
234,
1081,
68,
17,
1086,
648,
759,
3379,
1428,
3510,
2345,
15097,
746,
7285,
2481,
1709,
3030,
514
],
),
"stat_2": SymbolsMetadata(
popularity: 84,
codepoint: 0xe699,
categories: [2],
tags: [
74,
1422,
1071,
77,
502,
1424,
517,
569,
373,
81,
4396,
375,
313,
941,
1078,
234,
1081,
68,
1182,
17,
1086,
648,
1427,
759,
1428,
3420,
2345,
4201,
15097,
746,
1095,
2481,
394,
1709,
3030,
514
],
),
"stat_3": SymbolsMetadata(
popularity: 140,
codepoint: 0xe69a,
categories: [2],
tags: [
75,
1071,
77,
502,
78,
1424,
3788,
517,
569,
373,
81,
375,
313,
941,
1078,
234,
235,
17,
1086,
648,
759,
1428,
2345,
12667,
15097,
15646,
229,
7285,
551,
2290,
1709,
3030,
2482
],
),
"stat_minus_1": SymbolsMetadata(
popularity: 155,
codepoint: 0xe69b,
categories: [2],
tags: [
72,
1071,
77,
10950,
502,
373,
81,
5060,
2882,
8376,
313,
2832,
2893,
2903,
225,
1078,
51,
6826,
5288,
17,
18,
1255,
4294,
21,
648,
794,
8205,
7901,
15097,
229,
5016,
1429,
36
],
),
"stat_minus_2": SymbolsMetadata(
popularity: 57,
codepoint: 0xe69c,
categories: [2],
tags: [
74,
1422,
1071,
77,
502,
569,
373,
81,
5060,
15332,
375,
313,
2832,
2893,
964,
8485,
941,
1078,
68,
87,
1389,
226,
18,
1255,
4294,
21,
648,
759,
1428,
15097,
746,
4674,
1429,
394,
36
],
),
"stat_minus_3": SymbolsMetadata(
popularity: 60,
codepoint: 0xe69d,
categories: [2],
tags: [
75,
1422,
1071,
77,
502,
1424,
3788,
569,
373,
81,
5060,
2882,
313,
15647,
2832,
941,
1078,
68,
87,
5288,
17,
1086,
1255,
4294,
648,
432,
5936,
3510,
2345,
15097,
746,
1261,
551,
1429,
514
],
),
"stay_current_landscape": SymbolsMetadata(
popularity: 210,
codepoint: 0xe0d3,
categories: [11],
tags: [
1246,
1247,
633,
40,
5805,
193,
1851,
288,
8,
1754,
914,
2487,
5826,
1110,
699,
1253,
1605,
1786,
814,
262,
642,
507,
271,
1427,
11613,
453,
432,
15648,
470,
2555,
410,
1339,
3760,
525,
396,
3108
],
),
"steering_wheel_heat": SymbolsMetadata(
popularity: 10,
codepoint: 0xf32b,
categories: [14],
tags: [
2553,
2436,
1818,
3434,
1820,
840,
1885,
345,
2405,
1425,
2047,
216,
1108,
137,
3036,
14577,
15649,
1856,
138,
1401,
642,
151,
1339,
14554,
14555,
15650,
31,
858,
900,
1844,
3043,
3044,
860
],
),
"step": SymbolsMetadata(
popularity: 139,
codepoint: 0xf6fe,
categories: [2],
tags: [
3031,
77,
502,
9731,
12251,
313,
2985,
234,
15651,
6305,
235,
1633,
8906,
2207,
1083,
15652,
325,
1634,
759,
5570,
2433,
94,
15653,
6433,
15654,
8181,
2932,
4981,
15655,
3030,
12759,
1465
],
),
"step_into": SymbolsMetadata(
popularity: 68,
codepoint: 0xf701,
categories: [2],
tags: [
480,
861,
748,
2926,
77,
502,
902,
1753,
313,
2832,
1106,
2986,
903,
904,
2845,
87,
2946,
1758,
325,
905,
289,
1634,
2862,
1121,
759,
392,
4662,
2932,
31,
1409,
3166
],
),
"step_out": SymbolsMetadata(
popularity: 39,
codepoint: 0xf700,
categories: [2],
tags: [
861,
565,
748,
77,
502,
11515,
1209,
345,
313,
4950,
13558,
1212,
138,
1344,
2963,
1786,
11586,
5626,
325,
6229,
3061,
432,
1036,
7223,
8290,
15656,
1093,
141,
5341,
1709,
601
],
),
"step_over": SymbolsMetadata(
popularity: 103,
codepoint: 0xf6ff,
categories: [2],
tags: [
2926,
501,
460,
77,
502,
2228,
902,
345,
1311,
1312,
1104,
313,
9585,
1077,
903,
1644,
15657,
6671,
87,
325,
15658,
673,
1121,
1090,
1123,
760,
2462,
1707,
470,
1125,
8044,
509,
2932,
15659,
4611,
473
],
),
"steppers": SymbolsMetadata(
popularity: 126,
codepoint: 0xe9e7,
categories: [2],
tags: [
9500,
193,
1101,
3132,
628,
345,
1643,
1754,
1105,
1077,
488,
2834,
699,
1633,
792,
87,
2946,
88,
406,
20,
237,
325,
1596,
1634,
1090,
759,
4149,
2856,
1151,
1152,
94,
6433,
12978,
4981,
2852,
1518,
4483,
1465,
333,
2598
],
),
"steps": SymbolsMetadata(
popularity: 344,
codepoint: 0xf6da,
categories: [15],
tags: [
2525,
224,
313,
694,
2884,
2885,
15660,
9325,
697,
1633,
10468,
3494,
468,
325,
91,
3502,
1634,
1090,
759,
94,
7452,
15661,
7454,
2932,
4981,
2158,
4827,
3819
],
),
"stethoscope": SymbolsMetadata(
popularity: 203,
codepoint: 0xf805,
categories: [3],
tags: [
4471,
3155,
6984,
2386,
7671,
4275,
1770,
46,
7215,
697,
892,
4520,
5391,
1772,
10510,
4859,
1301,
1774,
5891,
894,
1776,
4295,
5397,
4282,
4201,
1293,
13072,
511,
5398,
2397,
14975,
3513
],
),
"stethoscope_arrow": SymbolsMetadata(
popularity: 12,
codepoint: 0xf807,
categories: [3],
tags: [
4471,
2926,
77,
3155,
6984,
2386,
4275,
313,
1770,
10366,
903,
697,
892,
1772,
51,
1774,
894,
1776,
1758,
325,
905,
2356,
15662,
1167,
759,
906,
898,
13072,
5398
],
),
"stethoscope_check": SymbolsMetadata(
popularity: 23,
codepoint: 0xf806,
categories: [3],
tags: [
4471,
1671,
1673,
2095,
193,
2386,
463,
2701,
2062,
4275,
1770,
2335,
15663,
15664,
697,
892,
1772,
87,
1166,
1774,
894,
1776,
5893,
1676,
4295,
5397,
1035,
362,
392,
13072,
245,
1678,
5398,
2347,
1584,
6808,
3513,
1681
],
),
"sticky_note": SymbolsMetadata(
popularity: 54,
codepoint: 0xe9e8,
categories: [12],
tags: [
1670,
15665,
15666,
1589,
2456,
15667,
15668,
1593,
583,
11688,
15669,
1481,
1595,
1482,
289,
1597,
15670,
15671,
1352,
15672,
15673,
1370,
15674,
2555,
10454,
1339,
433,
13413,
15675,
6727,
1518,
15676,
1680,
1600,
1486
],
rtlAutoMirrored: true,
),
"sticky_note_2": SymbolsMetadata(
popularity: 2542,
codepoint: 0xf1fc,
categories: [12],
tags: [
74,
500,
1701,
283,
2830,
81,
1589,
2916,
5497,
68,
88,
1166,
1593,
583,
1481,
1391,
586,
1596,
1597,
15677,
3509,
15678,
4156,
432,
1370,
433,
1599,
13413,
15675,
4495,
1518,
33,
6049,
1519,
1486
],
rtlAutoMirrored: true,
),
"stock_media": SymbolsMetadata(
popularity: 81,
codepoint: 0xf570,
categories: [12],
tags: [
1602,
2145,
959,
1268,
12392,
1524,
15679,
15680,
1197,
628,
2289,
81,
1690,
346,
5141,
1343,
490,
49,
1112,
1605,
1345,
406,
1606,
1607,
439,
1714,
1481,
57,
59,
62,
2156,
4544,
1293,
4674,
2158,
37,
15681
],
),
"stockpot": SymbolsMetadata(
popularity: 26,
codepoint: 0xf545,
categories: [8],
tags: [
6479,
6480,
15682,
6481,
5711,
4226,
4227,
12362,
6483,
6484,
4693,
3720,
6485,
3721,
2367,
4230,
3722,
1140,
1500,
6489,
6670,
4234,
7386,
11971,
3723,
15683,
15684,
15685,
6490,
1143,
3724,
6491,
6492,
5722,
3727,
15686,
13844,
15687,
6494,
6495,
6496,
6351,
7317
],
),
"stop": SymbolsMetadata(
popularity: 3775,
codepoint: 0xe047,
categories: [0],
tags: [
748,
1268,
1332,
481,
504,
1209,
1103,
345,
1752,
1753,
2135,
1212,
3520,
3471,
904,
3399,
138,
406,
1714,
1223,
2521,
408,
409,
1290,
440,
392,
1339,
2502,
433,
1226,
31,
37
],
),
"stop_circle": SymbolsMetadata(
popularity: 3683,
codepoint: 0xef71,
categories: [0],
tags: [
748,
481,
1133,
504,
3469,
193,
15688,
1209,
1103,
15689,
345,
1753,
2135,
1212,
3520,
3471,
12401,
348,
3399,
3472,
550,
406,
1714,
1223,
2521,
408,
409,
2630,
1065,
392,
2502,
433,
15690,
1226,
3473,
37
],
),
"stop_screen_share": SymbolsMetadata(
popularity: 287,
codepoint: 0xe0e3,
categories: [11],
tags: [
1246,
1247,
501,
77,
4297,
1711,
1209,
571,
519,
5117,
2032,
1712,
288,
1162,
868,
8,
1055,
2135,
15691,
1212,
1110,
1253,
3705,
1713,
5121,
5348,
630,
439,
1059,
1060,
1061,
6315,
1427,
432,
15692,
410,
1529,
2038,
1067,
509,
1226,
15693,
454,
411,
65,
5127,
333,
1187
],
rtlAutoMirrored: true,
),
"storage": SymbolsMetadata(
popularity: 3066,
codepoint: 0xe1db,
categories: [4],
tags: [
2143,
1685,
6109,
3917,
1686,
519,
1310,
81,
1468,
44,
2151,
2152,
1688,
1690,
4311,
699,
68,
1082,
1471,
2811,
432,
1696,
2738,
6856,
823,
433,
1719,
1698,
65,
1465
],
),
"store": SymbolsMetadata(
popularity: 8941,
codepoint: 0xe8d1,
categories: [9],
tags: [
1514,
1939,
928,
929,
569,
11435,
930,
931,
932,
934,
1180,
576,
936,
937,
312,
4814,
938,
1387,
4930,
323,
8178,
324,
174,
1389,
1390,
3793,
948,
325,
523,
950,
951,
326,
327,
1167,
1393,
15694,
11438,
1394,
15695,
1395,
1396,
1397
],
),
"storefront": SymbolsMetadata(
popularity: 12510,
codepoint: 0xea12,
categories: [9],
tags: [
11419,
929,
569,
1658,
11435,
3715,
934,
1180,
1660,
964,
1387,
5120,
4930,
1471,
1389,
1390,
13496,
1663,
2570,
4499,
1665,
2470,
3727,
1393,
6740,
3305,
11438,
1394,
15696,
1395,
1396,
15697,
1397,
15698,
4948,
12657,
1187
],
),
"storm": SymbolsMetadata(
popularity: 419,
codepoint: 0xf070,
categories: [15],
tags: [
480,
1360,
2939,
10092,
3955,
840,
15699,
1365,
15700,
3942,
3703,
4413,
2886,
6776,
15701,
3957,
1834,
2850,
3707,
10095,
2002,
4414,
3790,
858,
4011,
6781,
206,
859,
1865,
15702
],
),
"straight": SymbolsMetadata(
popularity: 1234,
codepoint: 0xeb95,
categories: [11],
tags: [
480,
15703,
77,
502,
1423,
13931,
2405,
313,
2408,
1163,
1164,
3592,
4647,
1644,
9112,
87,
1541,
1403,
325,
1634,
1636,
703,
1152,
1169,
15704,
392,
898,
3596,
9114,
13941,
2836,
10279,
1170,
4605,
1638,
7578,
1709
],
),
"straighten": SymbolsMetadata(
popularity: 2573,
codepoint: 0xe41c,
categories: [1],
tags: [
1747,
2159,
500,
1467,
7304,
6226,
2937,
2191,
2268,
382,
699,
385,
2977,
1083,
87,
2946,
226,
17,
91,
92,
2225,
15705,
329,
15706,
2284,
298,
2836,
15707,
955,
12941,
5857,
2669,
1465
],
),
"strategy": SymbolsMetadata(
popularity: 622,
codepoint: 0xf5df,
categories: [3],
tags: [
3,
5542,
1422,
12568,
569,
373,
1385,
1104,
375,
313,
4510,
5081,
4736,
13,
9896,
2509,
1078,
234,
6305,
1633,
324,
1118,
15708,
289,
1634,
1677,
3509,
1090,
759,
1636,
5737,
245,
15709,
1227,
3003
],
),
"stream": SymbolsMetadata(
popularity: 1135,
codepoint: 0xe9e9,
categories: [0],
tags: [
480,
731,
4297,
283,
1074,
284,
1851,
15710,
44,
1274,
3703,
1735,
1077,
259,
1471,
4198,
1282,
15711,
353,
468,
2245,
267,
15712,
1742,
15297,
94,
273,
454,
65,
2067,
15713,
3850,
15714,
1864,
278
],
),
"stream_apps": SymbolsMetadata(
popularity: 29,
codepoint: 0xf79f,
categories: [11],
tags: [
1360,
1669,
15715,
501,
568,
1250,
251,
570,
15716,
2740,
572,
573,
283,
288,
1480,
1110,
583,
15717,
262,
2593,
15718,
1706,
15719,
616,
4947,
271,
15720,
432,
1260,
594,
1485,
433,
454,
411,
15721,
1296,
4868
],
),
"streetview": SymbolsMetadata(
popularity: 421,
codepoint: 0xe56e,
categories: [5],
tags: [
459,
500,
40,
1852,
316,
5810,
320,
466,
467,
1605,
323,
1085,
1541,
325,
4061,
469,
386,
327,
1392,
15722,
331,
1637,
15723,
15724,
6146,
332,
396,
475,
4339,
477,
334
],
),
"stress_management": SymbolsMetadata(
popularity: 101,
codepoint: 0xf6d9,
categories: [15],
tags: [
925,
690,
1897,
4097,
12073,
135,
15725,
13977,
14622,
15726,
2884,
1757,
9973,
697,
15727,
9200,
5732,
13689,
6047,
11988,
1624,
9201,
4543,
15728,
15729,
1968,
15730,
1484,
14629,
13985,
15731,
14720,
15732,
3165,
11992,
7047,
3513,
11995
],
),
"strikethrough_s": SymbolsMetadata(
popularity: 523,
codepoint: 0xe257,
categories: [9],
tags: [
4,
5,
4675,
1235,
6857,
1210,
1588,
1589,
1252,
7861,
680,
2165,
12,
2166,
5186,
15,
15733,
16,
9541,
9448,
2356,
15402,
1224,
9399,
15734,
1598,
1461,
3790,
8724,
4684,
31,
33,
2174,
2187,
2175,
35,
15735,
7256,
1486
],
),
"stroke_full": SymbolsMetadata(
popularity: 32,
codepoint: 0xf749,
categories: [12],
tags: [
12142,
2405,
4581,
2955,
1163,
3215,
2166,
15736,
15737,
3593,
15738,
15739,
1644,
9112,
4585,
4641,
4587,
1471,
15740,
174,
3377,
703,
1169,
4063,
13941,
3629,
1170,
8157,
15741,
3608,
4610,
907,
7578,
11326
],
),
"stroke_partial": SymbolsMetadata(
popularity: 39,
codepoint: 0xf748,
categories: [12],
tags: [
9619,
15742,
11879,
15743,
10724,
15744,
2937,
11311,
15745,
2955,
378,
381,
15746,
5922,
15747,
5920,
87,
1471,
756,
4146,
289,
3538,
15748,
15749,
3377,
759,
2531,
1152,
4063,
392,
3629,
1170,
8157,
3608,
3131,
13942
],
),
"stroller": SymbolsMetadata(
popularity: 286,
codepoint: 0xf1ae,
categories: [8],
tags: [
862,
863,
3545,
15750,
3155,
5748,
993,
5749,
997,
1026,
3549,
4646,
3551,
1006,
3553,
3555,
3672,
1032,
3321,
12730,
12731,
15751,
1927,
1395,
5755,
3563,
1639,
332,
3166,
2059,
1023
],
),
"style": SymbolsMetadata(
popularity: 1667,
codepoint: 0xe41d,
categories: [1],
tags: [
1747,
2160,
1467,
481,
7139,
5399,
6416,
628,
485,
1589,
1252,
2165,
6097,
2166,
2224,
385,
1471,
506,
70,
2169,
2287,
921,
1427,
9399,
71,
709,
955,
2172,
5778,
33,
6766,
338,
476,
1486
],
),
"styler": SymbolsMetadata(
popularity: 1472,
codepoint: 0xe273,
categories: [8],
tags: [
1475,
1867,
2144,
2652,
1325,
44,
378,
1252,
2659,
14709,
137,
15752,
2710,
5687,
384,
1111,
1166,
1143,
1481,
586,
4530,
328,
2343,
362,
5647,
4577,
1170,
2172,
15753,
9481,
65,
4861,
511,
1486
],
),
"stylus": SymbolsMetadata(
popularity: 110,
codepoint: 0xf604,
categories: [4],
tags: [
1475,
15754,
1586,
1325,
2289,
15755,
485,
9477,
2798,
1252,
680,
2165,
15756,
1111,
10121,
9113,
1706,
647,
887,
15757,
4530,
2638,
1167,
2862,
11189,
5647,
10347,
15758,
9481,
15759,
1297,
65,
15760,
12256,
1600,
1486
],
),
"stylus_brush": SymbolsMetadata(
popularity: 4,
codepoint: 0xf366,
categories: [12],
tags: [
1602,
15754,
2144,
3095,
1325,
15755,
485,
44,
2798,
15761,
378,
1252,
680,
137,
15762,
384,
87,
3100,
8162,
3102,
4530,
328,
4577,
1170,
9481,
525,
4861,
511,
10492,
1409,
1600,
1486,
7862
],
),
"stylus_fountain_pen": SymbolsMetadata(
popularity: 17,
codepoint: 0xf365,
categories: [12],
tags: [
1602,
15754,
3095,
15763,
2289,
485,
2955,
2798,
378,
4858,
1252,
680,
2165,
3112,
1164,
12997,
10760,
384,
4859,
87,
492,
3100,
3102,
4530,
2850,
392,
644,
5647,
9481,
33,
511,
10492,
1600,
1486,
7862
],
),
"stylus_highlighter": SymbolsMetadata(
popularity: 3,
codepoint: 0xf364,
categories: [12],
tags: [
7848,
1602,
3095,
2289,
1796,
485,
2955,
44,
1589,
2798,
378,
1252,
680,
1139,
9478,
384,
1111,
87,
1166,
174,
1481,
3100,
3102,
4530,
1167,
4577,
9481,
525,
33,
511,
10492,
1600,
1486
],
),
"stylus_laser_pointer": SymbolsMetadata(
popularity: 56,
codepoint: 0xf747,
categories: [12],
tags: [
1931,
1475,
9030,
283,
1796,
288,
2955,
9477,
8,
3112,
3383,
2834,
9479,
1111,
15764,
3646,
87,
174,
5121,
4530,
328,
1167,
2862,
1427,
3648,
410,
15765,
9481,
7253,
4861,
511,
1519
],
),
"stylus_note": SymbolsMetadata(
popularity: 244,
codepoint: 0xf603,
categories: [4],
tags: [
7848,
1586,
1325,
485,
44,
3097,
15766,
1589,
4524,
2798,
378,
4858,
1252,
680,
147,
488,
1111,
87,
887,
1481,
1596,
1597,
4530,
2638,
432,
898,
5647,
1170,
9481,
525,
33,
1600,
1486
],
),
"stylus_pen": SymbolsMetadata(
popularity: 3,
codepoint: 0xf363,
categories: [12],
tags: [
1931,
7848,
1602,
3095,
2289,
485,
2955,
9477,
2798,
378,
1252,
680,
15767,
137,
384,
1111,
4859,
15757,
492,
3100,
3102,
4530,
1167,
644,
5647,
6373,
10347,
9481,
31,
15759,
13300,
511,
10492,
1600,
1486,
15768
],
),
"stylus_pencil": SymbolsMetadata(
popularity: 10,
codepoint: 0xf362,
categories: [12],
tags: [
1931,
1475,
1602,
2144,
3095,
2289,
485,
4857,
2955,
9477,
2798,
378,
1252,
680,
2165,
12997,
1111,
1481,
15757,
7218,
3100,
3102,
4530,
2638,
2942,
1167,
5647,
15769,
4577,
9481,
15759,
4861,
511,
10492,
1600,
3085,
1486
],
),
"subdirectory_arrow_left": SymbolsMetadata(
popularity: 940,
codepoint: 0xe5d9,
categories: [2],
tags: [
500,
77,
2454,
504,
345,
2937,
313,
4814,
2832,
147,
2153,
2840,
1080,
2846,
2207,
9930,
87,
2873,
325,
1634,
328,
1124,
2842,
955,
15770,
15771,
31,
907,
1709
],
),
"subdirectory_arrow_right": SymbolsMetadata(
popularity: 2468,
codepoint: 0xe5da,
categories: [2],
tags: [
500,
77,
7304,
902,
2830,
2937,
313,
4814,
2832,
1212,
147,
2153,
903,
2834,
2224,
6671,
87,
1314,
583,
1758,
325,
905,
1634,
1167,
1483,
1124,
906,
1636,
15770,
15771,
31,
473
],
),
"subheader": SymbolsMetadata(
popularity: 34,
codepoint: 0xe9ea,
categories: [2],
tags: [
1669,
501,
7309,
2902,
1209,
912,
2719,
628,
485,
313,
2832,
2894,
914,
2916,
2918,
1080,
51,
1344,
385,
2207,
506,
262,
630,
325,
2930,
289,
271,
1167,
2897,
906,
410,
1151,
2016,
1552,
955,
15772,
525,
1263,
1728,
141,
2952,
1709,
1348,
333,
1186,
1187
],
),
"subject": SymbolsMetadata(
popularity: 1730,
codepoint: 0xe8d2,
categories: [12],
tags: [
2160,
6638,
865,
4862,
568,
570,
572,
283,
2743,
1588,
1589,
2298,
2286,
871,
15773,
138,
68,
15774,
1401,
2194,
88,
1481,
2737,
2344,
15775,
3964,
3965,
2555,
392,
433,
12939,
880,
31,
33,
1486
],
rtlAutoMirrored: true,
),
"subscript": SymbolsMetadata(
popularity: 229,
codepoint: 0xf111,
categories: [12],
tags: [
74,
627,
12142,
5,
5986,
1588,
1589,
1252,
680,
2165,
629,
3217,
2166,
10430,
173,
5288,
793,
10431,
21,
3707,
4201,
1598,
5638,
1461,
2172,
15776,
31,
33,
2186,
6696,
2175,
35,
15777,
338,
1486,
9465,
4013
],
),
"subscriptions": SymbolsMetadata(
popularity: 3428,
codepoint: 0xe064,
categories: [0],
tags: [
480,
1360,
2599,
1669,
501,
1362,
504,
732,
15778,
193,
283,
628,
44,
2635,
1735,
137,
138,
1344,
88,
406,
262,
2469,
1259,
91,
2521,
14294,
2643,
1719,
1372,
15779,
31,
65,
907,
2464,
4164,
333,
1186
],
),
"subtitles": SymbolsMetadata(
popularity: 1664,
codepoint: 0xe048,
categories: [0],
tags: [
862,
863,
1268,
5943,
5944,
3331,
5,
4260,
5954,
345,
1476,
7728,
5946,
2743,
8,
346,
5951,
5247,
1471,
15780,
406,
354,
3364,
355,
1742,
408,
2888,
432,
410,
594,
433,
5948,
5949,
33,
97,
7255,
5950,
2039,
338,
37
],
),
"subtitles_gear": SymbolsMetadata(
popularity: 23,
codepoint: 0xf355,
categories: [0],
tags: [
862,
863,
1747,
5943,
5944,
3331,
5,
4260,
15781,
8115,
685,
345,
5946,
145,
346,
1785,
293,
68,
1344,
5247,
15780,
5338,
406,
407,
354,
3364,
70,
920,
921,
652,
71,
2016,
5948,
5949,
33,
511,
5950,
2039,
141,
37,
543,
15782
],
),
"subtitles_off": SymbolsMetadata(
popularity: 376,
codepoint: 0xef72,
categories: [12],
tags: [
862,
15783,
863,
1268,
5943,
15784,
15785,
3331,
15786,
4260,
15787,
15788,
1162,
1300,
868,
1055,
346,
5247,
15780,
352,
354,
3295,
1059,
1061,
432,
1067,
1293,
433,
411,
5948,
5949,
15789,
15790,
10168,
10169,
4344,
7255,
5941,
2039,
37,
444
],
),
"subway": SymbolsMetadata(
popularity: 711,
codepoint: 0xe56f,
categories: [14],
tags: [
1818,
4167,
1820,
1821,
2565,
4963,
2044,
87,
1541,
4923,
4379,
267,
15791,
7005,
2055,
4381,
15792,
7343,
4382,
1636,
4183,
3562,
4385,
4386,
15793,
1988,
15794,
900,
1639,
332,
1990,
10100,
7357,
1507,
15795,
4970,
1844
],
),
"summarize": SymbolsMetadata(
popularity: 6092,
codepoint: 0xf071,
categories: [12],
tags: [
502,
633,
504,
345,
2350,
15796,
8,
1588,
1589,
2351,
914,
488,
8292,
1704,
234,
49,
3048,
235,
88,
1116,
2355,
406,
506,
642,
1481,
2356,
1427,
1428,
391,
298,
433,
3093,
413,
37,
396,
8695,
1187,
8296
],
),
"sunny": SymbolsMetadata(
popularity: 6207,
codepoint: 0xe81a,
categories: [3],
tags: [
4096,
9030,
3641,
193,
840,
842,
2134,
15797,
3703,
1852,
2886,
3383,
1620,
3038,
3646,
5876,
1834,
3672,
15798,
4761,
9001,
4762,
2382,
1608,
4064,
858,
3849,
859,
13024,
10332
],
),
"sunny_snowing": SymbolsMetadata(
popularity: 821,
codepoint: 0xe819,
categories: [3],
tags: [
1669,
3641,
780,
840,
841,
2879,
846,
1852,
847,
2886,
138,
5876,
1834,
15799,
10094,
1428,
12105,
2002,
855,
856,
13828,
1608,
4064,
858,
141,
859,
860
],
),
"superscript": SymbolsMetadata(
popularity: 271,
codepoint: 0xf112,
categories: [12],
tags: [
74,
627,
791,
5,
7,
1588,
1589,
1252,
680,
2165,
7965,
629,
15800,
2166,
9724,
10430,
173,
15,
793,
6557,
15801,
10431,
21,
149,
3707,
3582,
1598,
15802,
1461,
2172,
15803,
15804,
31,
33,
35,
338,
2213,
1486,
4013
],
),
"supervised_user_circle": SymbolsMetadata(
popularity: 3211,
codepoint: 0xe939,
categories: [6],
tags: [
565,
1041,
566,
993,
193,
345,
577,
1026,
225,
1027,
977,
581,
1006,
5248,
15805,
1032,
10064,
4094,
588,
589,
1034,
590,
1065,
705,
1782,
986,
888,
5756,
15806,
5757,
10065,
601,
15807,
991,
5758
],
),
"supervised_user_circle_off": SymbolsMetadata(
popularity: 23,
codepoint: 0xf60e,
categories: [6],
tags: [
861,
565,
1041,
566,
1051,
993,
193,
345,
5937,
868,
1055,
577,
1027,
581,
1056,
1029,
1059,
1060,
1061,
1032,
10064,
4094,
588,
1787,
589,
1034,
590,
1048,
2630,
1065,
1066,
1036,
1067,
5756,
15808,
5757,
10065,
1068,
601
],
),
"supervisor_account": SymbolsMetadata(
popularity: 7366,
codepoint: 0xe8d3,
categories: [6],
tags: [
861,
565,
1041,
1764,
1560,
566,
481,
685,
345,
1752,
10063,
577,
1026,
83,
1027,
581,
1028,
2085,
70,
1032,
10064,
2628,
15809,
4094,
588,
589,
921,
590,
15810,
1225,
705,
1036,
71,
5756,
10065,
15811,
15812,
601,
991,
15813
],
),
"support": SymbolsMetadata(
popularity: 3721,
codepoint: 0xef73,
categories: [6],
tags: [
10288,
2695,
3152,
865,
566,
1332,
15814,
1270,
15815,
283,
975,
4708,
2722,
977,
7742,
7062,
871,
581,
68,
3979,
15816,
3813,
289,
589,
271,
3964,
15817,
2444,
3208,
705,
652,
888,
1339,
880,
881
],
),
"support_agent": SymbolsMetadata(
popularity: 14032,
codepoint: 0xf0e2,
categories: [3],
tags: [
15818,
2695,
6638,
865,
566,
568,
1270,
3155,
570,
283,
15819,
975,
1476,
10591,
5657,
1477,
2743,
577,
977,
7741,
7062,
871,
523,
10592,
589,
590,
3964,
15817,
652,
1485,
880,
1296,
15820
],
),
"surfing": SymbolsMetadata(
popularity: 976,
codepoint: 0xe515,
categories: [15],
tags: [
748,
2525,
7350,
7570,
4057,
5726,
690,
781,
11,
11073,
225,
137,
7572,
581,
138,
384,
979,
1967,
468,
2498,
3672,
289,
588,
589,
3323,
2434,
888,
14353,
30,
3540,
9153,
2382,
15821,
11077,
31,
1969,
3850,
1863
],
),
"surgical": SymbolsMetadata(
popularity: 23,
codepoint: 0xe131,
categories: [3],
tags: [
2939,
6347,
2386,
6343,
5408,
1770,
697,
892,
1772,
15822,
4859,
4849,
87,
894,
7042,
1776,
5893,
15823,
1119,
328,
2850,
9726,
15824,
644,
13678,
11856,
511,
5398,
1728
],
),
"surround_sound": SymbolsMetadata(
popularity: 211,
codepoint: 0xe049,
categories: [0],
tags: [
15825,
2222,
1268,
15826,
12526,
732,
15778,
344,
193,
685,
345,
781,
3363,
466,
406,
354,
439,
1714,
408,
71,
273,
1293,
3368,
15272,
1294,
12531,
9711,
15273,
1093,
3370,
37,
554,
15827,
278
],
),
"swap_calls": SymbolsMetadata(
popularity: 637,
codepoint: 0xe0d7,
categories: [7],
tags: [
77,
6069,
502,
2971,
15828,
9072,
1272,
1073,
284,
288,
313,
3302,
10821,
3446,
262,
91,
271,
4676,
2281,
2842,
1529,
6233,
95,
3984,
2415,
1406,
413,
526,
4330,
3000,
15829,
13779
],
),
"swap_driving_apps": SymbolsMetadata(
popularity: 46,
codepoint: 0xe69e,
categories: [14],
tags: [
2401,
2718,
2601,
502,
1818,
1820,
1821,
1751,
2044,
15830,
15831,
753,
313,
2408,
2047,
15832,
3302,
1633,
15833,
324,
1541,
325,
2842,
1635,
470,
1636,
6233,
3984,
2415,
526,
900,
332,
15834,
1844
],
),
"swap_driving_apps_wheel": SymbolsMetadata(
popularity: 132,
codepoint: 0xe69f,
categories: [14],
tags: [
15835,
15836,
2718,
2601,
2436,
1818,
3434,
1820,
1821,
1751,
193,
345,
1425,
313,
2047,
15837,
15838,
3302,
1541,
642,
921,
3220,
71,
6791,
4763,
14555,
3984,
2415,
413,
1639,
1844,
3328,
15839
],
),
"swap_horiz": SymbolsMetadata(
popularity: 5108,
codepoint: 0xe8d4,
categories: [2],
tags: [
1601,
77,
502,
2454,
1751,
615,
313,
15840,
3302,
1077,
903,
699,
15841,
5625,
1758,
468,
6221,
507,
4676,
2281,
3627,
1707,
6233,
95,
3984,
2415,
956,
526,
512,
3000
],
),
"swap_horizontal_circle": SymbolsMetadata(
popularity: 1547,
codepoint: 0xe933,
categories: [2],
tags: [
1601,
77,
502,
2454,
15842,
504,
1751,
193,
462,
284,
6448,
937,
753,
313,
2974,
3302,
15843,
1077,
903,
699,
1314,
468,
2842,
470,
330,
6233,
10966,
3984,
2415,
4948,
956,
526
],
),
"swap_vert": SymbolsMetadata(
popularity: 4831,
codepoint: 0xe8d5,
categories: [2],
tags: [
77,
502,
2971,
284,
81,
313,
15844,
1589,
2832,
3302,
1703,
147,
1077,
1604,
4377,
1314,
1758,
325,
1090,
2281,
10793,
95,
8732,
3984,
2415,
764,
765,
956,
526,
1709,
9569,
12198,
1465
],
),
"swap_vertical_circle": SymbolsMetadata(
popularity: 1125,
codepoint: 0xe8d6,
categories: [2],
tags: [
77,
502,
2971,
1751,
193,
462,
283,
628,
81,
313,
2832,
3302,
1077,
1758,
2978,
507,
4676,
2281,
2842,
471,
330,
95,
8732,
3984,
2415,
526,
5977,
1709,
1465
],
),
"sweep": SymbolsMetadata(
popularity: 118,
codepoint: 0xe6ac,
categories: [2],
tags: [
1671,
5846,
3095,
1673,
5860,
810,
1872,
780,
1210,
3884,
5849,
1140,
1500,
5850,
5851,
12165,
5852,
3981,
492,
92,
1224,
362,
392,
888,
2502,
5855,
1678,
5857,
511,
1681
],
),
"swipe": SymbolsMetadata(
popularity: 1678,
codepoint: 0xe9ec,
categories: [6],
tags: [
748,
341,
77,
502,
345,
1796,
313,
4645,
2707,
2708,
2834,
2710,
2083,
871,
699,
51,
700,
1622,
2207,
262,
353,
468,
325,
6491,
1167,
759,
906,
2856,
2851,
2852,
1801,
4330,
4483
],
),
"swipe_down": SymbolsMetadata(
popularity: 1159,
codepoint: 0xeb53,
categories: [2],
tags: [
748,
502,
15845,
345,
313,
1300,
2832,
2590,
15846,
4348,
1798,
2708,
137,
2710,
2083,
15473,
1111,
1622,
2925,
262,
7466,
325,
2887,
14218,
15847,
760,
410,
2856,
10963,
3790,
15506,
15848,
15849,
31,
15850,
1801,
12256,
5612,
15851
],
),
"swipe_down_alt": SymbolsMetadata(
popularity: 573,
codepoint: 0xeb30,
categories: [2],
tags: [
748,
2399,
1601,
502,
313,
1300,
2832,
1650,
4645,
4348,
1798,
2708,
2834,
15852,
2083,
15473,
5818,
51,
700,
1622,
1344,
262,
353,
1758,
325,
1167,
14218,
410,
2856,
3790,
15506,
15848,
15849,
15850,
1800,
1801,
5111,
907
],
),
"swipe_left": SymbolsMetadata(
popularity: 2154,
codepoint: 0xeb59,
categories: [2],
tags: [
748,
1669,
77,
502,
2454,
504,
1103,
345,
313,
4645,
1798,
5109,
2708,
3188,
2710,
15473,
51,
700,
1622,
2207,
262,
1758,
468,
325,
1167,
2841,
5609,
5063,
2856,
10966,
2851,
3790,
15506,
2852,
15853,
15850,
1801,
141,
1348
],
),
"swipe_left_alt": SymbolsMetadata(
popularity: 574,
codepoint: 0xeb33,
categories: [2],
tags: [
2399,
2143,
77,
502,
345,
1210,
313,
4658,
1798,
2708,
15854,
2710,
15473,
699,
51,
1622,
1344,
2207,
1758,
468,
325,
905,
1167,
2841,
5063,
2897,
410,
2856,
2898,
2851,
3790,
15506,
2852,
15850,
1801
],
),
"swipe_right": SymbolsMetadata(
popularity: 1757,
codepoint: 0xeb52,
categories: [2],
tags: [
2672,
748,
2926,
1669,
77,
502,
1103,
44,
313,
1798,
903,
2708,
13424,
137,
2083,
15473,
15855,
51,
1622,
1344,
262,
353,
1758,
325,
905,
1167,
2862,
759,
906,
410,
3790,
15506,
15856,
15849,
15850,
1801,
12256,
907,
15857,
1186
],
),
"swipe_right_alt": SymbolsMetadata(
popularity: 552,
codepoint: 0xeb56,
categories: [2],
tags: [
2672,
748,
2399,
77,
502,
345,
1796,
313,
4645,
1798,
903,
2708,
2083,
15473,
51,
700,
1344,
262,
468,
325,
905,
1167,
906,
410,
273,
8044,
2851,
3790,
15506,
2852,
15849,
15850,
1801,
4483
],
),
"swipe_up": SymbolsMetadata(
popularity: 1925,
codepoint: 0xeb2e,
categories: [2],
tags: [
9619,
77,
502,
2902,
810,
2937,
313,
1300,
4348,
1798,
2708,
2710,
2083,
15473,
51,
1622,
87,
814,
262,
15858,
353,
2873,
325,
289,
1167,
5609,
2878,
1339,
3790,
15506,
15859,
15849,
15850,
1801,
5111,
1709,
3030
],
),
"swipe_up_alt": SymbolsMetadata(
popularity: 547,
codepoint: 0xeb35,
categories: [2],
tags: [
748,
2399,
2401,
15860,
77,
6260,
502,
345,
313,
1300,
4348,
1798,
2708,
2083,
15473,
51,
467,
1344,
262,
468,
325,
1167,
410,
2856,
2878,
3790,
15506,
2852,
15859,
15849,
15850,
1801,
5111,
5612,
1709,
3030,
4663,
15861
],
),
"swipe_vertical": SymbolsMetadata(
popularity: 1035,
codepoint: 0xeb51,
categories: [2],
tags: [
748,
502,
345,
44,
313,
2832,
4645,
15846,
15862,
1798,
15863,
2708,
2710,
2083,
15473,
1111,
1622,
262,
1758,
468,
325,
1167,
2856,
10963,
2878,
3790,
15506,
2852,
15849,
15850,
65,
1801,
5111,
15864,
1709,
15865,
15866,
15867
],
),
"switch_": SymbolsMetadata(
originalName: "switch",
popularity: 420,
codepoint: 0xe1f4,
categories: [8],
tags: [
749,
504,
1751,
684,
193,
345,
288,
868,
2549,
1055,
1222,
51,
467,
1112,
1143,
1059,
1061,
355,
6708,
11870,
3707,
358,
432,
363,
151,
15868,
3496,
4270,
2415,
413,
4330,
907,
2464
],
),
"switch_access": SymbolsMetadata(
popularity: 52,
codepoint: 0xf6fd,
categories: [2],
tags: [
480,
861,
862,
4346,
864,
2401,
865,
2133,
504,
685,
345,
288,
867,
2549,
216,
1108,
1140,
1111,
8562,
5338,
325,
1059,
1061,
362,
151,
1292,
2728,
4270,
2415,
1093,
65,
413
],
),
"switch_access_2": SymbolsMetadata(
popularity: 63,
codepoint: 0xf506,
categories: [2],
tags: [
861,
862,
15869,
1265,
1747,
15870,
1669,
501,
77,
502,
910,
10334,
2719,
685,
284,
345,
6423,
1236,
485,
288,
12538,
313,
1300,
4348,
1212,
10121,
11010,
1344,
2925,
262,
875,
325,
14789,
15871,
906,
410,
362,
2906,
71,
1552,
2415,
15872,
12118,
413,
141,
1348,
333,
1186
],
rtlAutoMirrored: true,
),
"switch_access_3": SymbolsMetadata(
popularity: 12,
codepoint: 0xf34d,
categories: [2],
tags: [
861,
862,
748,
12567,
1669,
501,
77,
502,
504,
684,
10334,
1103,
2719,
345,
1753,
485,
288,
313,
1300,
4348,
1212,
1111,
1622,
1344,
1471,
506,
262,
1550,
325,
1059,
1061,
355,
3707,
906,
410,
362,
363,
151,
1552,
4270,
2415,
1093,
551,
413,
141,
1348,
333,
1186
],
rtlAutoMirrored: true,
),
"switch_access_shortcut": SymbolsMetadata(
popularity: 3067,
codepoint: 0xe7e1,
categories: [2],
tags: [
861,
7553,
862,
12567,
15873,
77,
502,
865,
910,
504,
5463,
284,
345,
288,
313,
867,
2549,
15874,
11006,
11010,
2925,
1314,
1029,
325,
887,
6229,
12114,
4310,
7185,
151,
1128,
2415,
31,
65,
413,
1709,
7756,
278
],
),
"switch_access_shortcut_add": SymbolsMetadata(
popularity: 1663,
codepoint: 0xe7e2,
categories: [2],
tags: [
231,
861,
862,
745,
77,
502,
504,
345,
1796,
313,
1757,
1139,
1111,
467,
5338,
325,
887,
6229,
12114,
355,
239,
1167,
363,
151,
1128,
2415,
31,
413,
1709
],
),
"switch_account": SymbolsMetadata(
popularity: 1304,
codepoint: 0xe9ed,
categories: [15],
tags: [
861,
5335,
565,
1040,
973,
502,
2971,
15875,
15876,
2404,
193,
3302,
577,
977,
581,
978,
980,
5626,
15877,
1758,
2468,
15878,
70,
588,
589,
4035,
590,
15879,
6233,
986,
888,
593,
1719,
2415,
15880,
526,
3000,
601,
991,
15881,
602
],
),
"switch_camera": SymbolsMetadata(
popularity: 297,
codepoint: 0xe41e,
categories: [1],
tags: [
1669,
501,
77,
502,
5163,
40,
9079,
42,
5167,
283,
628,
1603,
288,
5169,
2763,
406,
262,
57,
59,
62,
2768,
453,
432,
5171,
5172,
2415,
2771,
15882,
3000,
37,
5173,
434
],
),
"switch_left": SymbolsMetadata(
popularity: 1197,
codepoint: 0xf1d1,
categories: [2],
tags: [
12567,
502,
504,
193,
345,
6438,
12538,
2283,
15883,
1164,
216,
4646,
699,
51,
1622,
2207,
325,
12114,
355,
6708,
358,
15884,
363,
151,
3496,
4270,
15885,
2415,
15886,
413,
15887,
2158,
907
],
),
"switch_right": SymbolsMetadata(
popularity: 1013,
codepoint: 0xf1d2,
categories: [2],
tags: [
749,
77,
502,
504,
685,
345,
313,
2283,
1222,
51,
1758,
325,
1059,
1061,
355,
329,
358,
906,
363,
151,
6233,
3496,
4270,
2415,
413
],
),
"switch_video": SymbolsMetadata(
popularity: 258,
codepoint: 0xe41f,
categories: [1],
tags: [
77,
502,
5163,
5995,
1270,
40,
9079,
5116,
15888,
5164,
5165,
2758,
5167,
5117,
5130,
5169,
2763,
59,
453,
9081,
5171,
5172,
411,
2415,
2771,
15889,
15882,
37,
5127,
5173,
15890,
2524,
15891
],
),
"switches": SymbolsMetadata(
popularity: 152,
codepoint: 0xe733,
categories: [2],
tags: [
2114,
12567,
2222,
15892,
504,
1100,
685,
15893,
345,
15894,
1753,
15895,
2021,
6438,
485,
868,
15896,
1055,
15897,
1029,
1059,
1061,
12114,
15898,
70,
15899,
919,
921,
15900,
71,
7103,
15901,
1761,
2415,
10794,
15902,
413,
15903,
141,
1348
],
),
"sword_rose": SymbolsMetadata(
popularity: 44,
codepoint: 0xf5de,
categories: [3],
tags: [
15904,
6347,
8853,
8854,
15524,
15905,
4880,
15906,
15525,
2366,
6890,
5403,
2509,
234,
4646,
5731,
2373,
3384,
15907,
1834,
1835,
328,
3707,
5208,
15908,
644,
8011,
649,
15909,
15910,
15911,
15912,
15913
],
),
"swords": SymbolsMetadata(
popularity: 883,
codepoint: 0xf889,
categories: [15],
tags: [
14620,
11976,
4417,
15904,
5728,
15914,
15524,
6,
15915,
15916,
15917,
3974,
15918,
7691,
15919,
15920,
5403,
1548,
137,
5484,
138,
5731,
5487,
9587,
15921,
15909,
15922,
31,
394,
1409,
6217,
15910,
15923
],
),
"symptoms": SymbolsMetadata(
popularity: 24,
codepoint: 0xe132,
categories: [3],
tags: [
15924,
373,
2386,
842,
15925,
81,
4275,
2388,
1770,
2903,
4291,
5810,
7522,
14967,
14969,
1078,
15926,
697,
11844,
4276,
892,
1772,
2390,
15927,
894,
15928,
15929,
15930,
1776,
5893,
12872,
4295,
2395,
9299,
2396,
15931,
2397
],
),
"synagogue": SymbolsMetadata(
popularity: 306,
codepoint: 0xeab0,
categories: [5],
tags: [
1497,
929,
5790,
2565,
574,
12199,
5791,
9509,
5794,
5203,
15932,
15933,
15934,
15935,
15936,
3320,
2802,
5796,
5207,
5797,
15937,
5209,
857,
15938,
955,
15939,
5802,
3327,
332,
1507,
5215
],
),
"sync": SymbolsMetadata(
popularity: 11711,
codepoint: 0xe627,
categories: [2],
tags: [
458,
460,
77,
502,
193,
5168,
284,
752,
15940,
753,
81,
313,
12266,
3302,
1077,
3463,
3052,
3464,
757,
468,
1090,
760,
9675,
761,
9678,
2462,
4917,
470,
3466,
472,
764,
15941,
765,
15942,
526,
473,
3000,
2464,
15943
],
),
"sync_alt": SymbolsMetadata(
popularity: 7843,
codepoint: 0xea18,
categories: [2],
tags: [
2399,
77,
502,
15842,
1751,
193,
462,
4314,
284,
753,
81,
313,
2974,
3302,
1077,
699,
1622,
259,
1314,
757,
6708,
1090,
5627,
760,
3450,
330,
3984,
2415,
764,
765,
65,
526,
7360,
1709,
2464,
277
],
),
"sync_arrow_down": SymbolsMetadata(
popularity: 15,
codepoint: 0xf37c,
categories: [2],
tags: [
458,
460,
77,
502,
15944,
193,
5168,
284,
753,
81,
3445,
15945,
615,
15946,
313,
12266,
2832,
2590,
520,
7602,
3302,
3463,
3052,
3464,
468,
325,
1090,
760,
9675,
761,
2462,
470,
15947,
764,
15948,
765,
526,
473,
3000,
1709,
2464,
15943
],
),
"sync_arrow_up": SymbolsMetadata(
popularity: 13,
codepoint: 0xf37b,
categories: [2],
tags: [
458,
460,
77,
502,
193,
1686,
3012,
284,
15949,
81,
3445,
615,
313,
2867,
2832,
3463,
3052,
756,
3464,
757,
15950,
325,
267,
1090,
759,
760,
2462,
470,
5980,
2738,
764,
765,
1093,
4313,
473,
1709,
98,
2464,
527
],
),
"sync_desktop": SymbolsMetadata(
popularity: 19,
codepoint: 0xf41a,
categories: [2],
tags: [
458,
1247,
1307,
460,
77,
502,
2971,
1711,
193,
5168,
1686,
15951,
519,
284,
753,
81,
15952,
615,
1712,
288,
15953,
313,
868,
8,
1055,
3302,
1110,
3463,
2848,
3705,
3052,
3464,
1713,
630,
267,
1059,
1061,
760,
2462,
470,
410,
1067,
764,
3467,
765,
65,
526,
473,
3000,
2464,
333,
1187
],
),
"sync_disabled": SymbolsMetadata(
popularity: 1095,
codepoint: 0xe628,
categories: [2],
tags: [
458,
460,
77,
502,
12861,
10724,
15954,
193,
5168,
15955,
1162,
313,
868,
3288,
1055,
1222,
3463,
87,
3052,
3464,
6443,
15956,
15957,
1059,
1060,
1061,
15958,
15959,
2462,
470,
1067,
15960,
764,
15961,
15962,
473,
3000,
1331,
1068,
15963
],
),
"sync_lock": SymbolsMetadata(
popularity: 474,
codepoint: 0xeaee,
categories: [13],
tags: [
861,
5335,
460,
77,
502,
193,
5168,
284,
81,
5965,
15964,
1112,
1786,
1056,
757,
267,
5339,
1034,
1063,
3206,
1582,
760,
2462,
1065,
470,
705,
1782,
1036,
764,
15965,
765,
1093,
473,
2464
],
),
"sync_problem": SymbolsMetadata(
popularity: 2667,
codepoint: 0xe629,
categories: [2],
tags: [
3125,
458,
1360,
460,
77,
502,
1361,
691,
5168,
1686,
15951,
15966,
1365,
6813,
6814,
313,
2732,
1366,
3935,
5095,
2733,
1367,
3463,
2734,
3052,
3464,
1166,
15967,
616,
2737,
15968,
2462,
9680,
470,
31,
764,
15969,
15970,
15971,
15972,
15973,
1728,
473,
15974,
206
],
),
"sync_saved_locally": SymbolsMetadata(
popularity: 226,
codepoint: 0xf820,
categories: [2],
tags: [
1247,
2672,
1307,
1671,
77,
15975,
7597,
1685,
2095,
1711,
193,
463,
519,
81,
1712,
288,
868,
8,
2335,
2590,
520,
1055,
1690,
4311,
1110,
2848,
3705,
15976,
15977,
1713,
630,
1059,
1060,
12818,
12820,
1676,
1061,
289,
1035,
8402,
15978,
410,
362,
1067,
1698,
764,
15979,
765,
1678,
526,
2347,
1584,
333,
1187,
1681
],
),
"syringe": SymbolsMetadata(
popularity: 42,
codepoint: 0xe133,
categories: [3],
tags: [
1765,
864,
12025,
3155,
2386,
14363,
1770,
15980,
5227,
46,
2528,
697,
892,
1772,
15981,
15982,
4859,
4198,
1774,
894,
4279,
1776,
6228,
9133,
1777,
5544,
12033,
3165,
511,
5398,
15983,
10665,
15984
],
),
"system_update": SymbolsMetadata(
popularity: 949,
codepoint: 0xe62a,
categories: [11],
tags: [
1246,
1247,
1669,
501,
77,
10950,
502,
1250,
288,
313,
2832,
520,
15985,
5963,
15986,
1110,
1253,
1705,
15987,
262,
2593,
1706,
15988,
13271,
271,
1122,
432,
1036,
15989,
509,
1093,
14602,
525,
2464,
1953
],
),
"system_update_alt": SymbolsMetadata(
popularity: 1992,
codepoint: 0xe8d7,
categories: [2],
tags: [
501,
77,
1685,
1686,
519,
615,
288,
2832,
2590,
520,
1703,
3013,
7960,
259,
756,
3981,
630,
267,
759,
760,
3683,
410,
1036,
2738,
15990,
764,
765,
1093,
14602,
65,
2464,
1953,
527
],
),
"tab": SymbolsMetadata(
popularity: 1065,
codepoint: 0xe8d8,
categories: [2],
tags: [
3268,
1682,
15991,
15992,
15993,
15994,
1179,
15995,
15996,
12641,
519,
13538,
1712,
1589,
15997,
2152,
15998,
2153,
259,
15999,
16000,
14617,
3275,
2964,
2965,
3277,
16001,
16002,
16003,
16004,
4495,
12277,
333,
4841,
1186,
1187,
15434,
1229
],
),
"tab_close": SymbolsMetadata(
popularity: 50,
codepoint: 0xf745,
categories: [2],
tags: [
5188,
748,
501,
1179,
504,
1208,
780,
1209,
345,
1733,
1235,
6343,
2405,
754,
1210,
4658,
1588,
1589,
3681,
2135,
1212,
147,
1344,
259,
1166,
2468,
3219,
5105,
3295,
1059,
4269,
1224,
362,
363,
7551,
5940,
1719,
1226,
4495,
12277,
5941,
333,
1187,
4013
],
),
"tab_close_inactive": SymbolsMetadata(
popularity: 10,
codepoint: 0xf3d0,
categories: [2],
tags: [
501,
1332,
1179,
1208,
780,
1209,
345,
1733,
1235,
6343,
2405,
754,
1210,
868,
4658,
1588,
1589,
3681,
1212,
16005,
147,
5426,
1222,
1344,
814,
2468,
3295,
1059,
289,
4616,
1122,
4269,
1224,
362,
363,
1339,
1719,
1226,
3058,
4495,
12277,
1068,
1187,
4013
],
),
"tab_close_right": SymbolsMetadata(
popularity: 13,
codepoint: 0xf746,
categories: [2],
tags: [
501,
77,
1179,
1208,
780,
1209,
628,
1235,
1210,
4658,
1588,
1589,
3681,
1212,
147,
348,
4647,
259,
1758,
5939,
1059,
2356,
919,
1122,
4269,
432,
1224,
906,
7551,
2949,
1226,
4495,
3473,
15069,
396,
333,
1187,
4013
],
),
"tab_duplicate": SymbolsMetadata(
popularity: 56,
codepoint: 0xf744,
categories: [2],
tags: [
748,
745,
1179,
504,
6418,
1103,
628,
345,
1733,
1325,
6343,
2405,
754,
1588,
1589,
3681,
147,
1344,
2154,
506,
2468,
887,
355,
2765,
1596,
1597,
2225,
362,
363,
1719,
4495,
12277,
4092,
141,
1186,
1187
],
),
"tab_group": SymbolsMetadata(
popularity: 51,
codepoint: 0xf743,
categories: [2],
tags: [
76,
1179,
1197,
628,
1733,
6343,
1588,
1589,
3681,
147,
579,
1198,
259,
8824,
1082,
385,
1029,
2468,
586,
92,
673,
432,
5502,
1201,
12780,
392,
433,
1719,
2474,
12277,
396,
333,
1187,
1229
],
),
"tab_inactive": SymbolsMetadata(
popularity: 23,
codepoint: 0xf43b,
categories: [2],
tags: [
1131,
809,
1179,
628,
1733,
6343,
2405,
754,
868,
1588,
1589,
3681,
1164,
811,
147,
4158,
1222,
1344,
2468,
1550,
1059,
355,
1596,
919,
410,
1151,
362,
363,
1719,
4270,
2415,
4495,
12277,
16006,
16007,
5618,
396,
1187
],
),
"tab_move": SymbolsMetadata(
popularity: 27,
codepoint: 0xf742,
categories: [2],
tags: [
2926,
501,
77,
16008,
901,
1179,
504,
345,
15894,
2283,
1164,
1212,
903,
699,
467,
1344,
2925,
3944,
2946,
1758,
325,
16009,
16010,
2356,
906,
16011,
2932,
4495,
16012,
16013,
12277,
1187
],
),
"tab_new_right": SymbolsMetadata(
popularity: 29,
codepoint: 0xf741,
categories: [2],
tags: [
745,
15991,
15992,
77,
901,
482,
15996,
12641,
13538,
9355,
1589,
1212,
147,
235,
237,
1758,
1377,
2964,
2965,
905,
16014,
11815,
2356,
1596,
239,
432,
906,
433,
31,
4495,
16015,
16016,
1187
],
),
"tab_recent": SymbolsMetadata(
popularity: 27,
codepoint: 0xf740,
categories: [2],
tags: [
504,
810,
1159,
345,
1160,
1164,
137,
2084,
138,
1344,
10455,
88,
506,
814,
647,
325,
289,
2812,
4826,
16017,
1168,
1339,
433,
31,
4495,
12277,
1171,
141
],
),
"tab_search": SymbolsMetadata(
popularity: 52,
codepoint: 0xf2f2,
categories: [2],
tags: [
501,
4812,
1179,
193,
519,
2334,
1589,
2152,
16018,
83,
317,
16019,
2153,
1109,
259,
87,
1549,
1115,
1116,
1117,
2340,
1550,
1596,
432,
1126,
16020,
1127,
509,
433,
4495,
16021,
12277,
511,
3396,
333,
1186,
1187,
1229
],
),
"tab_unselected": SymbolsMetadata(
popularity: 415,
codepoint: 0xe8d9,
categories: [2],
tags: [
501,
3536,
809,
1132,
1179,
519,
628,
2405,
754,
1589,
2152,
811,
2153,
1222,
16022,
259,
2154,
2468,
325,
586,
289,
5405,
1596,
820,
432,
1151,
392,
1719,
6166,
2415,
4495,
12277,
413,
5618,
16023,
396,
333,
1186,
1187,
1229
],
),
"table": SymbolsMetadata(
popularity: 4043,
codepoint: 0xf191,
categories: [12],
tags: [
924,
1071,
6109,
373,
933,
81,
1468,
145,
8,
1589,
488,
382,
68,
86,
385,
1471,
88,
586,
1597,
1427,
3379,
1428,
1460,
1461,
433,
2728,
746,
955,
1474,
396
],
),
"table_bar": SymbolsMetadata(
popularity: 523,
codepoint: 0xead2,
categories: [8],
tags: [
1422,
1071,
1423,
569,
3715,
373,
933,
81,
375,
578,
941,
1078,
382,
1081,
68,
1471,
1086,
22,
648,
3509,
1427,
1428,
3420,
2345,
330,
1460,
1461,
746,
1474,
1429,
514
],
),
"table_chart": SymbolsMetadata(
popularity: 2865,
codepoint: 0xe265,
categories: [12],
tags: [
1071,
76,
1423,
517,
569,
373,
933,
81,
375,
8,
1589,
941,
1078,
382,
14867,
68,
1471,
4136,
226,
1086,
22,
92,
289,
2820,
1427,
432,
1428,
1460,
392,
1461,
2728,
746,
1474,
1095,
396
],
),
"table_chart_view": SymbolsMetadata(
popularity: 93,
codepoint: 0xf6ef,
categories: [12],
tags: [
1422,
1071,
1423,
517,
569,
373,
933,
81,
1468,
375,
8,
1589,
941,
1078,
382,
14867,
68,
385,
226,
1086,
586,
1427,
1428,
1460,
1461,
746,
955,
1474,
1095,
396,
476
],
),
"table_convert": SymbolsMetadata(
popularity: 20,
codepoint: 0xf3c7,
categories: [12],
tags: [
77,
2453,
16024,
3603,
1751,
933,
6448,
81,
16025,
6804,
6114,
1468,
313,
1588,
1589,
2832,
147,
16026,
903,
382,
16027,
385,
16028,
4136,
586,
16029,
1596,
1597,
2344,
3091,
4676,
179,
16030,
16031,
906,
1460,
1128,
1461,
2728,
955,
1474,
33,
512,
1486
],
),
"table_edit": SymbolsMetadata(
popularity: 33,
codepoint: 0xf3c6,
categories: [12],
tags: [
1250,
1751,
933,
1586,
1325,
81,
1643,
1468,
16032,
1589,
16033,
1252,
16034,
680,
488,
16035,
382,
1111,
385,
1652,
16036,
887,
92,
4530,
2638,
1460,
1461,
16037,
2728,
955,
1474,
16038,
2464,
1600,
1486
],
),
"table_eye": SymbolsMetadata(
popularity: 71,
codepoint: 0xf466,
categories: [12],
tags: [
1071,
4812,
373,
628,
81,
1468,
145,
2334,
8,
316,
5810,
1078,
382,
68,
385,
88,
1115,
630,
8411,
1061,
5027,
4817,
2897,
1127,
2016,
1461,
2728,
746,
1474,
396,
3651,
7541
],
),
"table_lamp": SymbolsMetadata(
popularity: 138,
codepoint: 0xe1f2,
categories: [10],
tags: [
16039,
3641,
4104,
6566,
16040,
3884,
3942,
3703,
4072,
3383,
1140,
1500,
4214,
4758,
2753,
9120,
3646,
13820,
5204,
5547,
492,
12114,
3707,
9121,
1955,
16041,
2172,
2415,
1474,
16042
],
),
"table_restaurant": SymbolsMetadata(
popularity: 910,
codepoint: 0xeac6,
categories: [8],
tags: [
1423,
4842,
16043,
16044,
1932,
3715,
16045,
3720,
11440,
4845,
16046,
4134,
3721,
4847,
4848,
2367,
6041,
3722,
4072,
4135,
3723,
7297,
11384,
1936,
12839,
3727,
16047,
1927,
1937,
6493,
1474
],
),
"table_rows": SymbolsMetadata(
popularity: 1969,
codepoint: 0xf101,
categories: [12],
tags: [
6802,
3536,
373,
81,
1468,
1589,
4821,
147,
83,
1078,
382,
916,
68,
385,
1471,
88,
92,
1742,
1427,
4156,
1428,
1460,
1151,
95,
1461,
2474,
955,
1474,
396
],
),
"table_rows_narrow": SymbolsMetadata(
popularity: 64,
codepoint: 0xf73f,
categories: [12],
tags: [
1747,
1071,
76,
3536,
517,
933,
81,
16048,
1468,
485,
8,
1589,
370,
382,
68,
385,
1471,
88,
2947,
91,
92,
2281,
1428,
1646,
1460,
71,
95,
1461,
746,
1474,
1465,
396
],
),
"table_view": SymbolsMetadata(
popularity: 1887,
codepoint: 0xf1be,
categories: [12],
tags: [
1467,
1250,
373,
933,
81,
4396,
8,
370,
381,
382,
579,
68,
385,
1471,
88,
4136,
2468,
91,
92,
6866,
1427,
2470,
1428,
1460,
3901,
1461,
433,
955,
1474,
6694,
6695,
396
],
),
"tablet": SymbolsMetadata(
popularity: 876,
codepoint: 0xe32f,
categories: [11],
tags: [
1246,
1247,
1132,
283,
519,
288,
44,
8,
378,
3112,
2549,
781,
348,
2550,
3798,
1110,
1253,
7199,
406,
262,
2551,
2888,
432,
410,
433,
525,
65,
333,
1519
],
),
"tablet_android": SymbolsMetadata(
popularity: 593,
codepoint: 0xe330,
categories: [11],
tags: [
1247,
1307,
1669,
501,
4819,
283,
1310,
254,
288,
44,
8,
2549,
2550,
1693,
3798,
1110,
1253,
138,
7199,
16049,
262,
16050,
2513,
2515,
2551,
432,
16051,
410,
31,
525,
65,
333
],
),
"tablet_camera": SymbolsMetadata(
popularity: 8,
codepoint: 0xf44d,
categories: [11],
tags: [
1246,
1247,
5112,
1669,
501,
40,
42,
193,
283,
288,
44,
2549,
3359,
2763,
2550,
1110,
1253,
7199,
53,
406,
262,
439,
57,
59,
62,
2551,
453,
440,
2470,
410,
5172,
1347,
525,
65,
37,
434,
333
],
),
"tablet_mac": SymbolsMetadata(
popularity: 952,
codepoint: 0xe331,
categories: [11],
tags: [
1246,
1247,
2847,
519,
288,
44,
8,
2549,
2550,
1110,
699,
1253,
7199,
1605,
7079,
262,
7241,
2551,
432,
1895,
410,
16052,
525,
16053,
65,
333
],
),
"tabs": SymbolsMetadata(
popularity: 46,
codepoint: 0xe9ee,
categories: [2],
tags: [
1669,
501,
16054,
4819,
2719,
485,
2152,
3055,
1690,
381,
1344,
259,
1082,
16055,
16056,
385,
262,
630,
14617,
325,
92,
5405,
3419,
271,
1122,
3379,
410,
7696,
5503,
1552,
509,
2474,
16057,
525,
12277,
1263,
16058,
141,
1348,
396,
333,
4841,
1186,
14543,
1187,
1229
],
),
"tactic": SymbolsMetadata(
popularity: 665,
codepoint: 0xf564,
categories: [3],
tags: [
1131,
1467,
77,
481,
4733,
3959,
2254,
375,
16059,
1164,
16060,
16061,
12940,
16062,
4736,
382,
5401,
385,
4136,
1118,
4738,
919,
3377,
1677,
1517,
13532,
906,
2555,
13489,
16063,
1151,
1152,
433,
5737,
955,
16064,
152,
1187
],
),
"tag": SymbolsMetadata(
popularity: 2895,
codepoint: 0xe9ef,
categories: [12],
tags: [
1669,
1178,
1701,
504,
2809,
8316,
2830,
2955,
1589,
3519,
147,
2916,
15668,
16065,
16066,
1112,
52,
174,
406,
1481,
22,
5028,
1596,
1597,
6716,
3526,
1696,
392,
7219,
593,
31,
182,
1429,
1728,
141,
907,
333
],
),
"takeout_dining": SymbolsMetadata(
popularity: 1089,
codepoint: 0xea74,
categories: [5],
tags: [
482,
3716,
1333,
4844,
2045,
3720,
11441,
4848,
2367,
16067,
16068,
14247,
2995,
4849,
3723,
16069,
16070,
16071,
91,
432,
3727,
16072,
16073,
8560,
4140,
16074,
16075,
6351
],
),
"tamper_detection_off": SymbolsMetadata(
popularity: 83,
codepoint: 0xe82e,
categories: [8],
tags: [
2613,
1360,
1051,
6330,
1235,
5937,
288,
1162,
868,
11673,
87,
1786,
16076,
1143,
1059,
5966,
16077,
1582,
16078,
705,
1036,
8075,
16079,
1583,
16080,
1067,
1292,
16081,
16082,
16083,
1068,
206
],
),
"tamper_detection_on": SymbolsMetadata(
popularity: 117,
codepoint: 0xf8c8,
categories: [10],
tags: [
749,
1360,
40,
81,
3974,
5507,
1055,
1140,
68,
3205,
1786,
1056,
4280,
1143,
1061,
5838,
1034,
3206,
1582,
3208,
3209,
1782,
1036,
1583,
291,
5138,
1093,
16084,
206
],
),
"tap_and_play": SymbolsMetadata(
popularity: 392,
codepoint: 0xe62b,
categories: [11],
tags: [
1246,
16085,
2029,
4297,
1250,
1073,
284,
254,
6294,
2062,
288,
1110,
1253,
259,
262,
16086,
16087,
265,
267,
6327,
271,
2521,
2035,
2036,
5460,
1529,
2038,
273,
290,
1708,
2138,
454,
411,
525,
1800,
16088,
65,
97,
1720,
526,
4789,
277,
278
],
),
"tapas": SymbolsMetadata(
popularity: 410,
codepoint: 0xf1e9,
categories: [16],
tags: [
16089,
16090,
3410,
4680,
3714,
6149,
5601,
628,
2289,
16091,
16092,
4134,
781,
13447,
2367,
11735,
384,
3415,
4135,
406,
2593,
16093,
3418,
2515,
3090,
16094,
3799,
2888,
3727,
2157,
3730,
4464,
16095,
16096,
10786,
16097
],
),
"target": SymbolsMetadata(
popularity: 2034,
codepoint: 0xe719,
categories: [6],
tags: [
5538,
7575,
16098,
5542,
16099,
3499,
16100,
6597,
308,
193,
5540,
1754,
5810,
1757,
16101,
15473,
51,
323,
1166,
17,
5510,
2342,
328,
8851,
14112,
16102,
762,
2835,
4919,
1553,
1227,
15912
],
),
"task": SymbolsMetadata(
popularity: 6980,
codepoint: 0xf075,
categories: [12],
tags: [
2673,
5017,
1671,
1672,
482,
1673,
5614,
1674,
2095,
463,
2701,
81,
1588,
1589,
2335,
1688,
147,
2153,
1691,
88,
1029,
1166,
1593,
1481,
616,
1676,
92,
1596,
1597,
1677,
3075,
759,
1517,
1370,
1168,
362,
1598,
2851,
433,
1518,
1678,
1679,
2347,
1584,
3003,
1486,
1681
],
),
"task_alt": SymbolsMetadata(
popularity: 14861,
codepoint: 0xe2e6,
categories: [6],
tags: [
5538,
2399,
1671,
2697,
482,
1673,
5615,
684,
193,
463,
1675,
4504,
345,
16103,
2335,
3767,
2683,
488,
51,
1111,
1166,
1676,
362,
433,
291,
245,
1518,
1678,
2692,
907,
2347,
4480,
1584,
6808,
1681
],
),
"taunt": SymbolsMetadata(
popularity: 103,
codepoint: 0xf69f,
categories: [3],
tags: [
690,
568,
570,
2740,
7229,
572,
16104,
283,
6195,
1476,
11760,
1477,
4864,
5594,
16105,
2744,
16106,
2708,
581,
583,
11688,
589,
9523,
16107,
1295,
16108,
594,
1485,
1296,
16109,
16110,
5599,
2249
],
),
"taxi_alert": SymbolsMetadata(
popularity: 406,
codepoint: 0xef74,
categories: [14],
tags: [
3125,
1359,
1360,
1361,
1818,
11512,
1820,
1821,
691,
1365,
313,
2047,
2732,
1366,
4713,
1367,
2734,
11513,
1541,
1166,
583,
1183,
616,
2737,
2054,
2055,
3324,
1635,
652,
273,
31,
5374,
1638,
900,
1639,
332,
1728,
11514,
1844,
206,
10332
],
),
"team_dashboard": SymbolsMetadata(
popularity: 1513,
codepoint: 0xe013,
categories: [12],
tags: [
2525,
1071,
5399,
373,
571,
1425,
81,
1078,
579,
16111,
68,
1029,
582,
18,
4280,
5048,
588,
648,
16112,
759,
1517,
1428,
5503,
433,
746,
3093,
1518,
597,
16113,
16114,
7419,
602
],
),
"temp_preferences_eco": SymbolsMetadata(
popularity: 707,
codepoint: 0xf8ca,
categories: [10],
tags: [
1747,
840,
1784,
685,
345,
845,
1236,
6242,
7809,
3500,
3703,
1852,
1785,
2368,
1856,
1140,
1857,
2372,
2373,
1834,
1143,
70,
2375,
1835,
921,
16115,
16116,
151,
71,
2327,
7174,
858,
2891,
2078,
859
],
),
"temple_buddhist": SymbolsMetadata(
popularity: 291,
codepoint: 0xeab3,
categories: [5],
tags: [
1497,
7938,
11122,
16117,
16118,
16119,
929,
16120,
16121,
5484,
5203,
3320,
323,
16122,
2802,
16123,
327,
5796,
5207,
5800,
16124,
5209,
955,
5802,
3327,
6147,
332,
5215
],
),
"temple_hindu": SymbolsMetadata(
popularity: 266,
codepoint: 0xeaaf,
categories: [5],
tags: [
5477,
1497,
11122,
929,
4540,
312,
137,
16125,
16126,
16127,
16128,
138,
5203,
384,
6749,
3320,
16129,
2802,
289,
12211,
5795,
5207,
5797,
5798,
392,
5209,
9207,
955,
31,
5802,
3327,
6147,
332,
5215
],
),
"tenancy": SymbolsMetadata(
popularity: 1615,
codepoint: 0xf0e3,
categories: [9],
tags: [
1496,
2451,
2564,
1497,
929,
574,
1073,
2455,
81,
5480,
1499,
16130,
1140,
1500,
2569,
16131,
5372,
5547,
10391,
1501,
16132,
1502,
4175,
4182,
16133,
1504,
1505,
955,
1506,
16134,
16135,
1507
],
),
"terminal": SymbolsMetadata(
popularity: 5625,
codepoint: 0xeb8e,
categories: [6],
tags: [
12603,
1765,
6000,
501,
1102,
2228,
16136,
16137,
519,
1310,
6422,
1312,
1313,
7142,
16138,
1107,
3679,
1122,
1123,
5609,
432,
16139,
3076,
509,
1093,
1297,
65,
1317,
2186,
10048,
1187
],
),
"text_ad": SymbolsMetadata(
popularity: 104,
codepoint: 0xe728,
categories: [12],
tags: [
1175,
16140,
1176,
1177,
1178,
482,
1792,
5943,
283,
5107,
7048,
1588,
1589,
147,
348,
52,
1182,
583,
289,
1596,
16141,
1184,
432,
1185,
16142,
16143,
433,
33,
1262,
16144,
7237,
16145,
740,
1486
],
rtlAutoMirrored: true,
),
"text_compare": SymbolsMetadata(
popularity: 101,
codepoint: 0xf3c5,
categories: [12],
tags: [
2159,
2160,
2453,
2992,
6185,
1673,
1102,
3733,
3782,
4751,
81,
6212,
1588,
1589,
2152,
1688,
680,
147,
1690,
2153,
1691,
1330,
1595,
1596,
1597,
2225,
16146,
3524,
1745,
1746,
1598,
6216,
2851,
16147,
765,
33,
16148,
394,
3685,
7259,
1486
],
rtlAutoMirrored: true,
),
"text_decrease": SymbolsMetadata(
popularity: 463,
codepoint: 0xeadd,
categories: [12],
tags: [
5007,
1174,
862,
4,
5,
2882,
16149,
16150,
12,
9534,
11681,
15,
16,
1255,
2888,
5936,
16151,
1224,
2232,
391,
16152,
2920,
16153,
298,
1261,
5016,
31,
33,
9537,
16154,
35,
338,
16155
],
),
"text_fields": SymbolsMetadata(
popularity: 2725,
codepoint: 0xe262,
categories: [12],
tags: [
9400,
745,
16156,
4,
809,
10336,
482,
5,
1586,
345,
1796,
1643,
1589,
16157,
7861,
16158,
1590,
1828,
7711,
12,
488,
1111,
1327,
1344,
1113,
16,
1471,
328,
823,
31,
33,
7237,
16159,
35,
3680,
7578,
4663,
3085,
1486
],
),
"text_fields_alt": SymbolsMetadata(
popularity: 103,
codepoint: 0xe9f1,
categories: [12],
tags: [
3442,
4,
2399,
1601,
2401,
482,
2902,
5,
403,
628,
1796,
1589,
1252,
2165,
1828,
7711,
12,
488,
2166,
1111,
10341,
16,
1471,
2169,
31,
33,
35,
3680,
1173,
7256,
1486
],
),
"text_format": SymbolsMetadata(
popularity: 800,
codepoint: 0xe165,
categories: [12],
tags: [
2159,
2160,
4,
2453,
5,
403,
628,
1589,
1252,
680,
147,
12,
370,
2166,
15,
16,
1471,
2169,
3074,
9399,
16160,
2172,
31,
33,
2186,
35,
6766,
338,
2213,
1486,
9465
],
),
"text_increase": SymbolsMetadata(
popularity: 809,
codepoint: 0xeae2,
categories: [12],
tags: [
231,
862,
745,
1747,
4,
5,
1589,
2351,
914,
12,
1326,
235,
15,
16,
887,
1596,
239,
8412,
2232,
391,
71,
298,
31,
33,
35,
338,
396,
7080,
2348
],
),
"text_rotate_up": SymbolsMetadata(
popularity: 110,
codepoint: 0xe93a,
categories: [12],
tags: [
3442,
2222,
4,
76,
77,
5,
403,
5326,
628,
345,
2937,
313,
1589,
1252,
1828,
1077,
12,
370,
9490,
9435,
385,
16,
1758,
507,
2169,
329,
470,
472,
31,
33,
512,
513,
35,
338,
1709,
7256,
1486
],
),
"text_rotate_vertical": SymbolsMetadata(
popularity: 169,
codepoint: 0xe93b,
categories: [12],
tags: [
3442,
2160,
4,
76,
77,
502,
9072,
16161,
5,
313,
1589,
2974,
2832,
2590,
7861,
2165,
1828,
5119,
12,
2166,
1548,
385,
16,
1471,
1758,
507,
470,
31,
33,
512,
3000,
35,
338,
98,
1465,
2190,
1486
],
),
"text_rotation_angledown": SymbolsMetadata(
popularity: 114,
codepoint: 0xe93c,
categories: [12],
tags: [
3442,
9390,
2159,
2160,
4,
500,
16162,
77,
10950,
5,
2955,
1589,
2163,
2590,
16163,
7861,
1828,
147,
12,
16,
16164,
1758,
507,
1596,
470,
471,
31,
33,
9463,
9568,
2188,
16165,
35,
338,
2190,
6645,
1486
],
),
"text_rotation_angleup": SymbolsMetadata(
popularity: 130,
codepoint: 0xe93d,
categories: [12],
tags: [
3442,
2222,
4,
500,
16166,
76,
77,
5,
2289,
485,
313,
1589,
1252,
1828,
12,
2166,
385,
15,
16,
1652,
1758,
507,
470,
471,
16167,
31,
33,
510,
512,
35,
338,
1709,
3030,
1486
],
),
"text_rotation_down": SymbolsMetadata(
popularity: 117,
codepoint: 0xe93e,
categories: [12],
tags: [
3442,
1747,
4,
77,
5,
313,
1589,
16168,
2832,
1252,
1828,
147,
12,
370,
699,
385,
15,
16,
1652,
1758,
507,
328,
470,
471,
31,
33,
512,
35,
338,
1465,
7256
],
),
"text_rotation_none": SymbolsMetadata(
popularity: 154,
codepoint: 0xe93f,
categories: [12],
tags: [
3442,
2160,
4,
77,
482,
5,
628,
1589,
1828,
147,
12,
699,
385,
16,
1758,
6523,
507,
1596,
1597,
432,
470,
471,
1598,
433,
2836,
31,
33,
35,
15019,
1465
],
),
"text_select_end": SymbolsMetadata(
popularity: 20,
codepoint: 0xf73e,
categories: [12],
tags: [
10336,
16169,
1796,
2405,
754,
1643,
1589,
1252,
680,
2165,
16170,
16171,
370,
1139,
1111,
1167,
14613,
363,
16172,
10343,
2186,
8589,
10765,
10048,
16173,
16174,
3680,
2190,
1600,
1486
],
),
"text_select_jump_to_beginning": SymbolsMetadata(
popularity: 14,
codepoint: 0xf73d,
categories: [12],
tags: [
77,
2454,
1423,
2204,
2838,
345,
1796,
2405,
2276,
1589,
2165,
7771,
147,
1916,
370,
6521,
6671,
2207,
87,
323,
406,
1758,
1550,
1596,
1167,
329,
2841,
16175,
5741,
362,
363,
6233,
2138,
33,
1263,
1600,
1486
],
),
"text_select_jump_to_end": SymbolsMetadata(
popularity: 11,
codepoint: 0xf73c,
categories: [12],
tags: [
77,
1796,
2405,
2276,
1589,
2165,
2135,
147,
6889,
370,
916,
6671,
11192,
87,
468,
325,
329,
906,
1707,
362,
363,
33,
2174,
3680,
3750,
1600,
1486
],
),
"text_select_move_back_character": SymbolsMetadata(
popularity: 9,
codepoint: 0xf73b,
categories: [12],
tags: [
748,
77,
2454,
2902,
5,
1103,
345,
1796,
2405,
754,
2276,
313,
1252,
2165,
370,
1108,
51,
1111,
1327,
2207,
5625,
87,
1758,
7632,
2941,
325,
1167,
329,
362,
363,
31,
33,
3680,
3750,
1600,
1486
],
),
"text_select_move_back_word": SymbolsMetadata(
popularity: 17,
codepoint: 0xf73a,
categories: [12],
tags: [
77,
2454,
3678,
2902,
1796,
2163,
6619,
370,
11010,
1113,
2207,
5625,
8543,
1167,
16176,
363,
10343,
2174,
11055,
10048,
16173,
10974,
16177,
3680,
16178,
16179,
2844,
10767,
16180
],
),
"text_select_move_down": SymbolsMetadata(
popularity: 17,
codepoint: 0xf739,
categories: [12],
tags: [
1747,
501,
77,
628,
345,
1796,
1589,
2832,
4645,
2903,
1252,
2165,
1164,
370,
4646,
51,
1344,
87,
174,
1758,
2169,
1167,
329,
4676,
2281,
2232,
362,
363,
509,
31,
33,
511
],
),
"text_select_move_forward_character": SymbolsMetadata(
popularity: 28,
codepoint: 0xf738,
categories: [12],
tags: [
77,
16181,
2902,
16182,
16183,
1796,
2405,
2276,
1643,
680,
370,
903,
1111,
16184,
2872,
16185,
1167,
906,
1707,
362,
363,
10343,
2186,
16186,
16187,
16174,
3680,
16179,
2190,
1600,
1486
],
),
"text_select_move_forward_word": SymbolsMetadata(
popularity: 15,
codepoint: 0xf737,
categories: [12],
tags: [
2926,
77,
2902,
403,
1796,
1589,
680,
2165,
370,
903,
1548,
51,
1111,
87,
1758,
2872,
325,
905,
1167,
759,
906,
1707,
363,
8044,
2932,
31,
33,
16174,
3680,
7256,
10767,
1486
],
),
"text_select_move_up": SymbolsMetadata(
popularity: 12,
codepoint: 0xf736,
categories: [12],
tags: [
1747,
76,
77,
3026,
313,
1589,
2165,
3027,
147,
370,
2166,
2224,
87,
2989,
1652,
1758,
91,
2169,
329,
2934,
362,
363,
6233,
33,
512,
35,
1709,
3030,
1465,
1486
],
),
"text_select_start": SymbolsMetadata(
popularity: 41,
codepoint: 0xf735,
categories: [12],
tags: [
2204,
10336,
2902,
5,
628,
1796,
2405,
754,
1589,
2165,
1828,
370,
1111,
87,
2169,
329,
362,
363,
2138,
33,
35,
15069,
7256,
1600,
1486
],
),
"text_snippet": SymbolsMetadata(
popularity: 2431,
codepoint: 0xf1c6,
categories: [12],
tags: [
2453,
5,
283,
628,
81,
1588,
1589,
3087,
5766,
147,
7084,
68,
5247,
15,
3415,
1481,
1595,
3659,
4741,
1147,
9762,
2747,
9523,
2888,
1428,
1151,
1152,
6012,
1698,
3093,
33,
338,
6645,
1486
],
rtlAutoMirrored: true,
),
"text_to_speech": SymbolsMetadata(
popularity: 1045,
codepoint: 0xf1bc,
categories: [0],
tags: [
862,
10240,
16188,
1268,
10244,
283,
1273,
16189,
1589,
16190,
16191,
147,
5247,
9745,
1301,
16192,
3348,
16193,
3402,
2888,
1293,
2077,
4865,
1294,
594,
1296,
9594,
33,
3403,
16194,
16195,
16196,
1298,
554,
3354,
1486
],
rtlAutoMirrored: true,
),
"text_up": SymbolsMetadata(
popularity: 2,
codepoint: 0xf49e,
categories: [12],
tags: [
747,
3442,
1747,
2160,
4,
77,
6260,
16197,
6718,
16198,
2902,
5,
313,
1589,
1252,
2165,
370,
1548,
1111,
1113,
16,
6974,
1652,
2873,
325,
2169,
2919,
329,
2878,
392,
6233,
31,
33,
16199,
1728,
35,
3680,
16200,
3966,
1709,
12759,
1486
],
),
"texture": SymbolsMetadata(
popularity: 693,
codepoint: 0xe421,
categories: [1],
tags: [
480,
4606,
3536,
16201,
16202,
43,
2955,
487,
2229,
83,
3471,
1830,
382,
16203,
916,
2154,
1471,
4216,
16204,
2765,
1742,
3377,
16205,
4769,
682,
3629,
2172,
393,
16206,
3608,
3353,
476
],
),
"texture_add": SymbolsMetadata(
popularity: 13,
codepoint: 0xf57c,
categories: [1],
tags: [
231,
745,
1747,
3536,
6416,
1325,
1235,
1236,
485,
2955,
1252,
487,
1164,
83,
137,
49,
2154,
1471,
4216,
1652,
887,
2765,
3377,
239,
150,
71,
3629,
393,
3608,
16207,
3380,
476
],
),
"texture_minus": SymbolsMetadata(
popularity: 12,
codepoint: 0xf57b,
categories: [1],
tags: [
5007,
1747,
3536,
504,
345,
2882,
1210,
485,
2955,
1105,
1252,
1164,
490,
382,
49,
11681,
1471,
1255,
1652,
3377,
5936,
1224,
392,
2728,
3629,
1261,
3608,
3380,
511,
476
],
),
"theater_comedy": SymbolsMetadata(
popularity: 1535,
codepoint: 0xea66,
categories: [5],
tags: [
6122,
1602,
6125,
16208,
6129,
4540,
6130,
6131,
781,
10,
577,
346,
8443,
137,
1620,
138,
384,
5516,
6139,
6140,
354,
3098,
648,
16209,
2570,
2521,
390,
12156,
2016,
1626,
6141,
6142,
31,
3370,
6144,
6146,
16210,
2087
],
),
"theaters": SymbolsMetadata(
popularity: 1432,
codepoint: 0xe8da,
categories: [15],
tags: [
16211,
344,
1524,
16212,
781,
216,
346,
16213,
6272,
406,
354,
3364,
11415,
648,
2521,
408,
681,
5191,
432,
2523,
2555,
16214,
4364,
2016,
16215,
433,
454,
3370,
16216,
37,
396,
2087
],
),
"thermometer": SymbolsMetadata(
popularity: 1563,
codepoint: 0xe846,
categories: [8],
tags: [
7172,
840,
841,
842,
844,
14253,
1852,
7173,
14969,
3891,
697,
3036,
138,
51,
4859,
4197,
17,
894,
3494,
814,
1143,
289,
4201,
1339,
1170,
31,
7174,
858,
2891,
2078,
3849,
859
],
),
"thermometer_add": SymbolsMetadata(
popularity: 42,
codepoint: 0xf582,
categories: [8],
tags: [
231,
745,
7172,
373,
840,
841,
1325,
81,
464,
7173,
14969,
3891,
1078,
697,
892,
3036,
51,
1111,
4859,
4824,
17,
894,
3494,
4280,
1143,
887,
239,
453,
7174,
858,
2891,
2078,
511,
1429,
859
],
),
"thermometer_gain": SymbolsMetadata(
popularity: 65,
codepoint: 0xf6d8,
categories: [8],
tags: [
231,
745,
690,
3822,
7172,
840,
288,
7173,
14969,
2884,
2886,
9929,
697,
3036,
3479,
3038,
235,
51,
4859,
792,
17,
894,
8089,
3494,
4280,
1143,
887,
239,
2433,
391,
64,
7174,
858,
2891,
2078,
1465,
3849,
859
],
),
"thermometer_loss": SymbolsMetadata(
popularity: 31,
codepoint: 0xf6d7,
categories: [8],
tags: [
1360,
690,
3822,
7172,
840,
841,
844,
2882,
14253,
2903,
7173,
8484,
14969,
2884,
697,
892,
3036,
3479,
51,
6826,
1961,
17,
894,
8089,
3494,
1255,
1143,
1224,
4435,
391,
4201,
2395,
1261,
7174,
858,
2891,
2078,
3849,
206,
859
],
),
"thermometer_minus": SymbolsMetadata(
popularity: 11,
codepoint: 0xf581,
categories: [8],
tags: [
5007,
7172,
840,
841,
844,
2882,
464,
1210,
7173,
14969,
3891,
697,
3036,
51,
792,
87,
5288,
17,
894,
3494,
1255,
1143,
492,
8205,
1224,
898,
1261,
31,
7174,
858,
2891,
2078,
16217,
859
],
),
"thermostat": SymbolsMetadata(
popularity: 2182,
codepoint: 0xf076,
categories: [4],
tags: [
2222,
2133,
840,
345,
844,
845,
288,
3703,
5884,
2886,
3891,
3036,
1856,
3191,
1857,
226,
3494,
630,
16218,
151,
1906,
858,
16219,
2891,
2078,
3396,
859
],
rtlAutoMirrored: true,
),
"thermostat_arrow_down": SymbolsMetadata(
popularity: 15,
codepoint: 0xf37a,
categories: [2],
tags: [
1747,
77,
2133,
3822,
840,
841,
1885,
345,
16220,
845,
2882,
8,
2832,
2886,
3891,
1856,
1857,
51,
792,
5288,
17,
8089,
325,
5936,
64,
71,
1906,
1093,
858,
2078,
1709,
16221,
859
],
),
"thermostat_arrow_up": SymbolsMetadata(
popularity: 10,
codepoint: 0xf379,
categories: [2],
tags: [
1747,
77,
6260,
840,
5277,
345,
288,
1400,
2832,
2886,
3891,
1856,
3191,
1857,
235,
51,
792,
226,
3494,
325,
1167,
64,
71,
1906,
858,
16222,
2891,
2078,
1709,
3030,
16221,
3044,
859
],
),
"thermostat_auto": SymbolsMetadata(
popularity: 250,
codepoint: 0xf077,
categories: [8],
tags: [
3442,
2222,
1867,
2436,
3372,
2133,
7172,
193,
840,
1885,
345,
845,
288,
1400,
1852,
7173,
3891,
1856,
3191,
1857,
51,
3494,
642,
1167,
64,
71,
1906,
1093,
7174,
858,
2891,
2078,
859
],
),
"thermostat_carbon": SymbolsMetadata(
popularity: 191,
codepoint: 0xf178,
categories: [8],
tags: [
2222,
838,
2133,
929,
193,
840,
1885,
345,
845,
1400,
3500,
3703,
1852,
3891,
3036,
1856,
3191,
1500,
1857,
51,
1471,
1167,
2888,
64,
151,
1906,
858,
2891,
2078
],
),
"things_to_do": SymbolsMetadata(
popularity: 143,
codepoint: 0xeb2a,
categories: [5],
tags: [
748,
5017,
1497,
482,
929,
6718,
1673,
5615,
1674,
463,
3132,
7426,
2568,
4510,
8972,
1367,
3128,
1376,
3320,
88,
1029,
1166,
16223,
586,
289,
2606,
3509,
3075,
759,
2571,
1370,
1168,
433,
291,
1518,
10405,
1720,
5679,
1095,
3131
],
),
"thread_unread": SymbolsMetadata(
popularity: 52,
codepoint: 0xf4f9,
categories: [7],
tags: [
1359,
1360,
570,
193,
572,
283,
1476,
2744,
7648,
1754,
2798,
378,
3591,
1798,
2708,
8444,
2710,
51,
583,
353,
16224,
16225,
2604,
16226,
616,
16227,
1259,
1368,
2606,
16228,
328,
1370,
1483,
7651,
5099,
6452,
9846,
16229,
2609,
10706,
830
],
),
"threat_intelligence": SymbolsMetadata(
popularity: 640,
codepoint: 0xeaed,
categories: [7],
tags: [
1360,
1422,
4417,
6045,
12593,
1310,
12604,
13252,
13253,
16230,
81,
3974,
44,
16231,
4432,
68,
2479,
16232,
13255,
4280,
267,
6827,
1582,
4435,
1036,
1583,
1292,
5138,
65,
4438,
2398,
11569,
206
],
),
"thumb_down": SymbolsMetadata(
popularity: 5633,
codepoint: 0xe8db,
categories: [3],
tags: [
16233,
1208,
16234,
2682,
10257,
2832,
3519,
1480,
2707,
2708,
2710,
15852,
2083,
16235,
1623,
4294,
14699,
3295,
2978,
6535,
795,
203,
9687,
5063,
5192,
3585,
16236,
10263,
10264,
3774,
16237
],
),
"thumb_up": SymbolsMetadata(
popularity: 22941,
codepoint: 0xe8dc,
categories: [3],
tags: [
4120,
2676,
1671,
504,
684,
4504,
16238,
345,
16239,
10323,
3519,
1480,
2707,
2708,
4053,
2710,
15852,
10106,
2083,
51,
1623,
355,
242,
358,
6535,
795,
359,
203,
2394,
11610,
363,
1529,
243,
3585,
13923,
1709,
3774,
1681
],
),
"thumbnail_bar": SymbolsMetadata(
popularity: 23,
codepoint: 0xf734,
categories: [12],
tags: [
1342,
1423,
4819,
5745,
1197,
628,
345,
81,
8,
12218,
1343,
137,
699,
2520,
385,
88,
406,
325,
57,
2156,
9762,
3526,
363,
2949,
2325,
989,
2476,
141,
396,
476,
1187
],
),
"thumbs_up_down": SymbolsMetadata(
popularity: 2284,
codepoint: 0xe8dd,
categories: [3],
tags: [
2676,
2678,
3782,
4751,
2993,
313,
16234,
10257,
2832,
3519,
1480,
1798,
2707,
2708,
15852,
16240,
2083,
8626,
1623,
4294,
13859,
242,
359,
203,
5192,
3524,
243,
1629,
3585,
13922,
16236,
13923,
1709,
3774
],
),
"thunderstorm": SymbolsMetadata(
popularity: 1972,
codepoint: 0xebdb,
categories: [3],
tags: [
1360,
1883,
10092,
3955,
840,
1686,
5958,
1365,
3942,
2886,
3957,
3988,
16241,
5876,
9190,
1834,
10094,
5960,
16242,
13806,
16243,
14806,
2002,
4414,
4011,
16244,
206,
859,
13810
],
),
"tibia": SymbolsMetadata(
popularity: 215,
codepoint: 0xf89b,
categories: [3],
tags: [
3567,
16245,
8611,
4188,
690,
4143,
8614,
375,
3112,
697,
892,
581,
1526,
8618,
3413,
3414,
1949,
16246,
894,
1776,
8620,
10531,
9811,
3420,
4201,
8623,
955,
3116,
31,
16247
],
),
"tibia_alt": SymbolsMetadata(
popularity: 174,
codepoint: 0xf89c,
categories: [3],
tags: [
3567,
16245,
4188,
690,
4143,
8614,
2386,
3135,
8615,
16248,
8625,
697,
892,
1772,
8626,
3158,
1526,
8618,
3414,
1949,
8619,
16246,
894,
7042,
1776,
12883,
9811,
4201,
5994,
16249,
8622,
8623,
16247,
8628
],
),
"tile_large": SymbolsMetadata(
popularity: 14,
codepoint: 0xf3c3,
categories: [2],
tags: [
1669,
9982,
1467,
481,
2273,
930,
3959,
2719,
16250,
1425,
4396,
485,
8,
1164,
370,
382,
9985,
1344,
16251,
385,
4738,
586,
3377,
1427,
432,
1428,
410,
1151,
392,
1552,
433,
955,
3380,
2729,
141,
1348,
396,
333,
1186,
5029,
1187
],
),
"tile_medium": SymbolsMetadata(
popularity: 13,
codepoint: 0xf3c2,
categories: [2],
tags: [
1669,
9982,
1131,
1467,
481,
2273,
482,
1195,
3959,
2719,
628,
1425,
81,
485,
8,
1164,
382,
1198,
68,
1344,
385,
3899,
4738,
586,
919,
16252,
1427,
432,
410,
1151,
16253,
1552,
433,
955,
3380,
2729,
141,
1348,
396,
476,
333,
1186,
1187
],
),
"tile_small": SymbolsMetadata(
popularity: 25,
codepoint: 0xf3c1,
categories: [2],
tags: [
1669,
9982,
76,
481,
2273,
930,
1195,
1197,
6056,
3959,
2719,
1425,
485,
8,
1164,
370,
1343,
382,
579,
1344,
1376,
385,
88,
4738,
3376,
92,
919,
1427,
410,
1151,
1552,
1964,
433,
955,
989,
3380,
2729,
141,
1348,
396,
333,
1186,
1187
],
),
"time_auto": SymbolsMetadata(
popularity: 475,
codepoint: 0xf0e4,
categories: [6],
tags: [
1174,
1747,
2222,
1359,
1360,
4,
77,
2436,
16254,
3372,
2133,
1362,
193,
1159,
685,
345,
1400,
868,
2099,
1055,
216,
1108,
2083,
3483,
138,
16,
3486,
642,
616,
355,
16255,
11546,
10454,
151,
71,
1292,
1226,
2827,
31,
1171,
1172,
2087
],
),
"timelapse": SymbolsMetadata(
popularity: 2284,
codepoint: 0xe422,
categories: [1],
tags: [
8540,
2222,
77,
40,
42,
193,
1159,
5326,
345,
2099,
487,
1165,
346,
16256,
757,
406,
353,
57,
59,
408,
440,
151,
275,
15370,
1171,
14798,
1172,
37,
434
],
),
"timeline": SymbolsMetadata(
popularity: 3994,
codepoint: 0xe922,
categories: [9],
tags: [
373,
4820,
81,
5046,
375,
1105,
2099,
4822,
1077,
489,
2084,
1633,
87,
16257,
468,
2812,
1634,
3508,
328,
851,
16258,
759,
5570,
16259,
1168,
94,
6433,
4981,
2476,
1095,
6657,
3781,
7217
],
),
"timer": SymbolsMetadata(
popularity: 12209,
codepoint: 0xe425,
categories: [1],
tags: [
1359,
1360,
1670,
1362,
10362,
462,
1159,
2081,
2082,
16260,
16261,
868,
2099,
1055,
10,
16262,
2710,
14406,
17,
14407,
616,
1167,
1370,
2121,
330,
16263,
1168,
14409,
275,
2827,
1171,
11550,
3489,
1172,
2087
],
),
"timer_10": SymbolsMetadata(
popularity: 226,
codepoint: 0xe423,
categories: [1],
tags: [
38,
1359,
1360,
1362,
40,
193,
462,
1159,
345,
2081,
2126,
1400,
45,
868,
2099,
1055,
3483,
17,
352,
3486,
616,
21,
9613,
22,
57,
440,
1370,
1168,
360,
361,
151,
2827,
32,
1171,
1172,
37,
2087
],
),
"timer_10_alt_1": SymbolsMetadata(
popularity: 480,
codepoint: 0xefbf,
categories: [6],
tags: [
38,
16264,
1359,
1360,
4,
1670,
1362,
40,
5,
193,
1159,
4227,
2081,
16265,
2082,
1400,
7,
868,
2099,
1055,
10,
12,
2710,
3484,
16,
87,
17,
616,
22,
1167,
27,
10454,
361,
362,
3540,
2827,
31,
32,
9615,
33,
1171,
1172,
2828,
2087,
16266
],
),
"timer_10_select": SymbolsMetadata(
popularity: 205,
codepoint: 0xf07a,
categories: [4],
tags: [
38,
2222,
4,
4954,
40,
5,
193,
1159,
345,
2081,
7,
44,
2099,
12,
16,
226,
21,
22,
355,
289,
358,
361,
362,
151,
1226,
31,
32,
33,
1171,
1172,
35
],
),
"timer_3": SymbolsMetadata(
popularity: 208,
codepoint: 0xe424,
categories: [1],
tags: [
75,
193,
1159,
345,
2081,
7,
45,
2099,
1165,
3484,
10462,
226,
3487,
21,
22,
149,
289,
3122,
453,
330,
361,
392,
275,
2138,
1226,
2827,
551,
1171,
1172,
2158
],
),
"timer_3_alt_1": SymbolsMetadata(
popularity: 439,
codepoint: 0xefc0,
categories: [6],
tags: [
75,
748,
1359,
1360,
1601,
1362,
193,
1159,
345,
80,
2081,
16265,
2126,
45,
868,
2099,
1055,
2868,
3484,
87,
226,
616,
11595,
16267,
22,
15377,
3508,
330,
361,
2827,
2130,
551,
1171,
1172,
2828,
3685,
2087
],
),
"timer_3_select": SymbolsMetadata(
popularity: 140,
codepoint: 0xf07b,
categories: [4],
tags: [
75,
4,
40,
5,
450,
10362,
193,
1159,
345,
80,
2081,
2126,
7,
2099,
216,
12,
1108,
3484,
16,
17,
21,
22,
355,
3220,
330,
361,
362,
151,
2827,
31,
33,
551,
1171,
1172,
511,
35,
3396
],
),
"timer_5": SymbolsMetadata(
popularity: 33,
codepoint: 0xf4b1,
categories: [4],
tags: [
676,
1359,
1360,
1362,
4820,
193,
1159,
4227,
2081,
2126,
45,
2099,
1055,
16268,
667,
5403,
550,
17,
10275,
616,
6542,
22,
289,
3509,
3075,
27,
1035,
1168,
361,
3540,
16269,
2827,
551,
1171,
13988,
1172,
16270,
2087
],
),
"timer_5_shutter": SymbolsMetadata(
popularity: 14,
codepoint: 0xf4b2,
categories: [4],
tags: [
676,
504,
40,
42,
1159,
345,
2081,
2126,
7,
45,
2099,
667,
138,
49,
3484,
406,
21,
22,
57,
1346,
59,
62,
360,
361,
16271,
151,
1347,
31,
1171,
2139,
1172
],
),
"timer_arrow_down": SymbolsMetadata(
popularity: 34,
codepoint: 0xf378,
categories: [2],
tags: [
1359,
1360,
1670,
77,
1362,
1159,
2081,
2882,
8376,
16150,
868,
2832,
2099,
1055,
10,
5484,
3507,
11681,
550,
226,
325,
616,
2812,
8205,
1370,
2842,
1168,
2920,
2827,
2130,
1171,
1172,
1709,
2087
],
),
"timer_arrow_up": SymbolsMetadata(
popularity: 20,
codepoint: 0xf377,
categories: [2],
tags: [
12179,
16272,
1359,
1360,
77,
1362,
504,
193,
1159,
345,
2081,
868,
2832,
2099,
1055,
1335,
137,
5904,
138,
235,
2929,
2868,
17,
3487,
325,
616,
355,
759,
1168,
361,
151,
275,
2827,
31,
1171,
1172,
1709,
476,
2087
],
),
"timer_off": SymbolsMetadata(
popularity: 672,
codepoint: 0xe426,
categories: [1],
tags: [
1359,
16273,
2091,
1360,
1362,
1208,
16274,
193,
1159,
16275,
16276,
16277,
2081,
6857,
1162,
16278,
868,
2099,
1055,
17,
2103,
16279,
16280,
616,
1059,
1061,
1224,
16281,
8402,
1168,
1067,
1226,
2112,
16282,
16283,
1171,
16284,
16285,
8240,
1172,
16286,
16287,
16288,
2087,
4013
],
),
"timer_pause": SymbolsMetadata(
popularity: 41,
codepoint: 0xf4bb,
categories: [6],
tags: [
1359,
1360,
1362,
2125,
193,
1159,
345,
1753,
2081,
2126,
868,
2099,
1055,
12075,
3399,
2491,
16289,
17,
406,
407,
686,
1714,
616,
1742,
1223,
2606,
2471,
1226,
2827,
12794,
16290,
1171,
1172,
16291,
2828,
16292,
37,
766,
2087
],
),
"timer_play": SymbolsMetadata(
popularity: 38,
codepoint: 0xf4ba,
categories: [6],
tags: [
1359,
1360,
77,
6360,
1362,
10362,
193,
16293,
1159,
902,
345,
1753,
16294,
16295,
1400,
868,
2099,
1055,
903,
2710,
10461,
406,
352,
1714,
616,
289,
2521,
408,
3220,
16296,
6363,
2138,
16269,
2827,
1171,
1172,
16297,
1728,
37,
2087
],
),
"tire_repair": SymbolsMetadata(
popularity: 496,
codepoint: 0xebc8,
categories: [14],
tags: [
1360,
865,
2436,
1818,
3434,
1820,
1821,
462,
1756,
379,
3891,
16298,
2734,
3981,
5334,
16299,
3990,
6223,
2737,
8214,
16300,
4900,
3429,
330,
652,
16301,
16302,
511,
1639,
1844,
206,
3328,
4903
],
),
"title": SymbolsMetadata(
popularity: 1862,
codepoint: 0xe264,
categories: [12],
tags: [
9400,
748,
4,
1332,
16303,
482,
504,
5,
345,
16304,
4708,
12,
1108,
904,
9434,
16305,
16,
9113,
16306,
16307,
16308,
16309,
289,
16310,
392,
1339,
16311,
433,
12939,
16312,
31,
33,
4605,
740,
35,
2210
],
),
"titlecase": SymbolsMetadata(
popularity: 19,
codepoint: 0xf489,
categories: [12],
tags: [
1174,
2613,
16313,
1360,
4,
2829,
481,
1051,
691,
5,
193,
1365,
12006,
5937,
12,
1213,
16,
1960,
87,
10980,
6828,
6266,
7451,
16314,
2688,
4268,
5192,
1065,
703,
1036,
1067,
1226,
12686,
31,
33,
11639,
11640,
16315,
35,
7507,
7726,
206
],
),
"toast": SymbolsMetadata(
popularity: 39,
codepoint: 0xefc1,
categories: [2],
tags: [
1360,
1669,
501,
1178,
2196,
16316,
568,
2719,
4504,
485,
16317,
1480,
16318,
68,
1344,
385,
583,
7236,
16319,
262,
630,
616,
16320,
271,
1243,
16321,
16322,
432,
2555,
410,
1552,
291,
12775,
6819,
16323,
525,
10464,
16324,
4704,
16325,
141,
907,
16326,
1348,
333,
1186,
1187
],
),
"toc": SymbolsMetadata(
popularity: 1273,
codepoint: 0xe8de,
categories: [12],
tags: [
2240,
16327,
4467,
628,
1589,
16328,
16329,
147,
370,
1080,
173,
16330,
1471,
88,
506,
325,
70,
91,
92,
289,
5048,
851,
2281,
16331,
2472,
2474,
955,
16332,
3093,
1474,
11392,
33,
740,
16333,
16334
],
rtlAutoMirrored: true,
),
"today": SymbolsMetadata(
popularity: 6296,
codepoint: 0xe8df,
categories: [6],
tags: [
5017,
1670,
2080,
193,
10738,
1159,
16335,
1851,
1160,
2134,
1754,
16336,
10,
3591,
51,
1166,
174,
5018,
16337,
289,
1677,
328,
5027,
4128,
1370,
762,
330,
1168,
3597,
1171,
5020
],
),
"toggle_off": SymbolsMetadata(
popularity: 14620,
codepoint: 0xe9f5,
categories: [2],
tags: [
748,
749,
504,
684,
193,
2719,
685,
345,
288,
1300,
868,
16338,
16339,
1222,
51,
1344,
2925,
1029,
1059,
1061,
16340,
12114,
355,
6708,
3707,
358,
16341,
363,
151,
71,
1552,
3496,
16342,
4270,
291,
2415,
1093,
413,
141,
2210,
1348,
333,
1186
],
),
"toggle_on": SymbolsMetadata(
popularity: 23912,
codepoint: 0xe9f6,
categories: [2],
tags: [
4346,
749,
504,
193,
3959,
2719,
685,
345,
16343,
1300,
1164,
4348,
1055,
216,
1108,
699,
16339,
1222,
51,
1344,
1059,
1061,
355,
6708,
3707,
363,
151,
16344,
71,
1552,
3496,
4270,
2415,
13559,
413,
16345,
9021,
141,
2210,
1348,
333,
1186
],
),
"token": SymbolsMetadata(
popularity: 3120,
codepoint: 0xea25,
categories: [2],
tags: [
861,
16346,
565,
2678,
5239,
16347,
5241,
281,
10581,
1590,
16348,
10304,
978,
1112,
1786,
980,
5626,
1166,
5339,
2688,
1063,
590,
3206,
1782,
1036,
1583,
898,
987,
8290,
31,
3696,
5341,
601,
4840
],
),
"toll": SymbolsMetadata(
popularity: 1154,
codepoint: 0xe8e0,
categories: [9],
tags: [
959,
928,
16349,
960,
1820,
930,
931,
3699,
193,
1101,
932,
16350,
934,
1417,
936,
937,
11420,
962,
938,
939,
964,
6711,
16351,
941,
942,
967,
1631,
968,
948,
523,
950,
951,
1421,
970,
1719,
2019,
16352,
956,
958,
6717
],
),
"tonality": SymbolsMetadata(
popularity: 345,
codepoint: 0xe427,
categories: [1],
tags: [
1747,
1268,
8125,
2069,
193,
345,
1252,
680,
2072,
16353,
16354,
83,
351,
16355,
8198,
49,
1083,
16356,
1714,
8130,
9948,
59,
62,
71,
4063,
7973,
11834,
15038,
15223,
6102,
16357,
8203,
554,
3498,
12748,
1863,
3354,
16358
],
),
"toolbar": SymbolsMetadata(
popularity: 92,
codepoint: 0xe9f7,
categories: [2],
tags: [
16359,
1669,
501,
1423,
16360,
2719,
685,
16361,
1753,
16362,
485,
680,
2165,
16363,
2945,
699,
1344,
385,
1471,
506,
262,
630,
325,
70,
919,
271,
921,
2727,
3526,
410,
71,
1128,
1552,
2474,
3629,
525,
97,
16364,
1789,
1263,
141,
16365,
1348,
333,
1186,
1187
],
),
"tools_flat_head": SymbolsMetadata(
popularity: 126,
codepoint: 0xf8cb,
categories: [10],
tags: [
1747,
16366,
1375,
16367,
2799,
46,
1756,
379,
16368,
1110,
977,
1140,
5851,
4859,
16369,
3981,
3416,
5338,
1143,
4900,
10132,
10133,
652,
16370,
16371,
511,
1789,
3396,
1519,
5370
],
),
"tools_installation_kit": SymbolsMetadata(
popularity: 142,
codepoint: 0xe2ab,
categories: [10],
tags: [
1747,
16366,
1374,
685,
1498,
4904,
46,
1756,
1785,
6304,
5409,
1110,
1140,
7960,
16372,
10416,
3981,
1143,
70,
10417,
4900,
10133,
652,
71,
1788,
10134,
4902,
1789,
1519,
5370,
4903
],
),
"tools_ladder": SymbolsMetadata(
popularity: 290,
codepoint: 0xe2cb,
categories: [10],
tags: [
861,
1931,
9731,
929,
10353,
1498,
2431,
46,
383,
1140,
16373,
5410,
8906,
9113,
3981,
1143,
492,
289,
1742,
16374,
4900,
392,
1339,
8181,
4981,
1789,
3030,
3396,
1465,
1519
],
),
"tools_level": SymbolsMetadata(
popularity: 174,
codepoint: 0xe77b,
categories: [10],
tags: [
5538,
2331,
1747,
2160,
500,
925,
16375,
1750,
16376,
1498,
2799,
9923,
1140,
699,
4859,
792,
226,
17,
1143,
507,
16377,
329,
8851,
151,
71,
4968,
16378,
510,
1789,
1465
],
),
"tools_phillips": SymbolsMetadata(
popularity: 141,
codepoint: 0xf8cc,
categories: [10],
tags: [
1747,
6415,
3959,
1498,
1235,
16379,
288,
7941,
2799,
46,
16380,
16381,
1756,
1110,
1140,
5851,
4859,
16369,
3981,
5338,
1143,
16382,
239,
4900,
10132,
10133,
16371,
511,
1789,
6351,
5370
],
),
"tools_pliers_wire_stripper": SymbolsMetadata(
popularity: 288,
codepoint: 0xe2aa,
categories: [10],
tags: [
1931,
1498,
16383,
5408,
16384,
3890,
16385,
46,
1756,
5365,
7636,
10757,
16386,
1110,
1140,
4897,
4859,
16387,
3981,
2495,
1143,
2930,
10417,
4900,
16388,
16389,
511,
1789,
3396,
4960,
16390,
5370
],
),
"tools_power_drill": SymbolsMetadata(
popularity: 707,
codepoint: 0xe1e9,
categories: [10],
tags: [
16391,
16392,
929,
16393,
16376,
1498,
16394,
16395,
8275,
16396,
2799,
46,
16381,
1756,
10757,
1110,
1140,
4898,
3981,
1143,
3707,
16397,
16398,
4900,
470,
10132,
10133,
511,
1789,
1519,
5370
],
),
"tooltip": SymbolsMetadata(
popularity: 106,
codepoint: 0xe9f8,
categories: [7],
tags: [
7848,
77,
4862,
568,
16399,
16400,
570,
16401,
572,
43,
10741,
3188,
871,
10736,
10490,
293,
68,
583,
1167,
13393,
3964,
432,
16402,
594,
1485,
433,
10291,
880,
1296,
33,
4861,
10492,
1728,
907
],
),
"tooltip_2": SymbolsMetadata(
popularity: 54,
codepoint: 0xf3ed,
categories: [7],
tags: [
5605,
7848,
1669,
568,
16399,
16400,
570,
572,
145,
1477,
16403,
1548,
871,
10736,
5098,
138,
293,
68,
2987,
5606,
16404,
583,
262,
3964,
2555,
16402,
594,
1485,
433,
880,
31,
1296,
4861,
10492,
907,
333
],
rtlAutoMirrored: true,
),
"top_panel_close": SymbolsMetadata(
popularity: 17,
codepoint: 0xf733,
categories: [12],
tags: [
748,
745,
1322,
77,
1423,
504,
791,
1208,
780,
1209,
912,
345,
1235,
1210,
313,
4658,
629,
1212,
9434,
385,
793,
3219,
5105,
919,
4659,
239,
1224,
4661,
1226,
31,
5932,
1263,
1709,
1187,
3003,
4013
],
),
"top_panel_open": SymbolsMetadata(
popularity: 11,
codepoint: 0xf732,
categories: [12],
tags: [
2222,
77,
633,
345,
2830,
2955,
377,
313,
8,
2832,
2351,
914,
1335,
3063,
5826,
1326,
138,
1344,
385,
2355,
2930,
2356,
2968,
919,
4659,
298,
4661,
1952,
16405,
907,
396,
1187,
3003
],
),
"topic": SymbolsMetadata(
popularity: 1788,
codepoint: 0xf1c8,
categories: [7],
tags: [
1131,
9640,
1195,
16406,
12171,
81,
145,
1588,
1589,
5480,
1688,
1164,
9249,
1828,
147,
2153,
2488,
9434,
9435,
68,
2734,
3413,
7085,
9684,
328,
3964,
179,
4544,
1781,
1598,
2851,
737,
1698,
12939,
16407,
4752,
740,
12640
],
),
"tornado": SymbolsMetadata(
popularity: 654,
codepoint: 0xe199,
categories: [3],
tags: [
1360,
1847,
840,
9116,
4424,
1365,
16408,
4428,
2438,
6432,
16409,
4432,
3813,
13019,
2374,
6777,
289,
2942,
5960,
10095,
763,
4414,
1170,
16410,
6780,
6781,
6782,
206,
859,
16411,
1865,
6785
],
),
"total_dissolved_solids": SymbolsMetadata(
popularity: 4,
codepoint: 0xf877,
categories: [3],
tags: [
1422,
4187,
4190,
4191,
8313,
1333,
81,
14355,
4193,
16412,
2528,
9127,
4292,
4197,
4198,
226,
17,
2375,
16413,
63,
2345,
4201,
16414,
4202,
16415,
1318,
1319,
230,
36,
3850
],
),
"touch_app": SymbolsMetadata(
popularity: 6623,
codepoint: 0xe913,
categories: [6],
tags: [
748,
1669,
501,
504,
1793,
1103,
345,
1796,
288,
44,
1164,
1798,
2707,
2708,
2710,
1111,
2786,
262,
325,
271,
1167,
1120,
410,
362,
509,
525,
1800,
1801,
907
],
),
"touch_double": SymbolsMetadata(
popularity: 39,
codepoint: 0xf38b,
categories: [6],
tags: [
748,
4346,
1669,
1103,
2681,
345,
1796,
288,
8,
3055,
3681,
1107,
1798,
2707,
2708,
2710,
1111,
1622,
2989,
262,
5105,
1550,
328,
1167,
1120,
410,
362,
1800,
1801,
6428,
13422
],
),
"touch_long": SymbolsMetadata(
popularity: 89,
codepoint: 0xf38a,
categories: [6],
tags: [
748,
1669,
504,
1103,
345,
2099,
1164,
16416,
1798,
2707,
2708,
16417,
2710,
2491,
16418,
138,
1111,
1622,
16419,
262,
1120,
16420,
16421,
16422,
31,
525,
1800,
1801,
16423,
12256,
2210,
16424
],
),
"touch_triple": SymbolsMetadata(
popularity: 15,
codepoint: 0xf389,
categories: [6],
tags: [
748,
4346,
1669,
504,
1103,
345,
288,
7,
44,
1798,
2707,
2708,
2710,
1111,
1622,
467,
1344,
262,
16425,
1167,
1120,
410,
362,
64,
273,
1800,
65,
1801,
6428,
16426
],
),
"touchpad_mouse": SymbolsMetadata(
popularity: 72,
codepoint: 0xf687,
categories: [11],
tags: [
2553,
1793,
3959,
519,
1310,
345,
1796,
288,
16427,
1110,
1111,
3705,
2990,
325,
4310,
16428,
1167,
12255,
432,
362,
71,
433,
65,
16429,
12257,
16430,
278
],
),
"touchpad_mouse_off": SymbolsMetadata(
popularity: 19,
codepoint: 0xf4e6,
categories: [11],
tags: [
2553,
1051,
1793,
519,
345,
1796,
288,
1300,
868,
2731,
1055,
1110,
1111,
3705,
87,
2990,
3295,
6266,
1059,
1060,
1061,
4310,
12255,
432,
1067,
16429,
12257,
1068,
278
],
),
"tour": SymbolsMetadata(
popularity: 1255,
codepoint: 0xef75,
categories: [5],
tags: [
3152,
865,
193,
312,
1754,
10741,
216,
8036,
4510,
3188,
2834,
871,
1139,
51,
68,
16431,
4455,
3414,
16432,
2637,
2570,
1167,
759,
3964,
3965,
2138,
4981,
880,
4861,
6146,
332,
4483,
12763,
16433,
16434
],
),
"toys": SymbolsMetadata(
popularity: 859,
codepoint: 0xe332,
categories: [15],
tags: [
2525,
16366,
2273,
929,
15588,
1820,
993,
997,
1375,
483,
3112,
5808,
3319,
5403,
4736,
381,
1376,
1006,
1028,
3414,
492,
2521,
1664,
5735,
392,
1394,
1395,
433,
1719,
1396,
2517,
16435,
8102
],
),
"toys_and_games": SymbolsMetadata(
popularity: 248,
codepoint: 0xefc2,
categories: [15],
tags: [
16436,
2525,
3314,
9894,
4085,
997,
193,
1101,
781,
3319,
5403,
4736,
5450,
7572,
13152,
16437,
1028,
1967,
15504,
4741,
2521,
16438,
5735,
16439,
3323,
330,
4888,
30,
3540,
2517,
16435
],
),
"toys_fan": SymbolsMetadata(
popularity: 464,
codepoint: 0xf887,
categories: [15],
tags: [
837,
1867,
4223,
993,
997,
844,
8532,
845,
16440,
12084,
3890,
1887,
3319,
4736,
1140,
4214,
1028,
16441,
16442,
2521,
16443,
8530,
2532,
471,
16444,
472,
2382,
2517,
16445,
16435,
1862,
1865
],
),
"track_changes": SymbolsMetadata(
popularity: 2448,
codepoint: 0xe8e1,
categories: [9],
tags: [
6597,
6185,
193,
571,
3733,
3782,
628,
16446,
2163,
16447,
3307,
16448,
4524,
680,
16449,
9519,
16450,
16451,
2084,
1471,
468,
3524,
5571,
16452,
470,
6233,
1227,
33,
2158,
5572,
6193,
5573,
3003,
1486
],
),
"trackpad_input": SymbolsMetadata(
popularity: 64,
codepoint: 0xf4c7,
categories: [6],
tags: [
193,
1793,
519,
345,
1796,
288,
8,
1754,
4645,
1798,
2707,
2708,
2710,
1110,
1111,
1622,
1344,
3705,
2990,
468,
325,
4310,
328,
1167,
16453,
410,
2856,
362,
363,
433,
2852,
1800,
65,
1801,
12257
],
),
"trackpad_input_2": SymbolsMetadata(
popularity: 1,
codepoint: 0xf409,
categories: [6],
tags: [
5106,
519,
16454,
345,
16455,
288,
8,
1798,
2707,
2708,
2710,
15852,
1110,
1111,
10121,
2786,
1344,
3705,
505,
2990,
4310,
1167,
12255,
16456,
432,
410,
3057,
362,
363,
433,
2852,
1800,
16457,
65,
1801,
16429,
12257
],
),
"trackpad_input_3": SymbolsMetadata(
popularity: 5,
codepoint: 0xf408,
categories: [6],
tags: [
748,
1103,
519,
1310,
345,
16455,
288,
8,
2549,
1798,
2707,
1108,
2708,
2710,
1110,
1111,
1622,
1344,
3705,
16425,
16458,
325,
4310,
1167,
12255,
410,
363,
151,
433,
2852,
1800,
65,
16459,
1801,
16429,
12257
],
),
"traffic": SymbolsMetadata(
popularity: 1329,
codepoint: 0xe565,
categories: [5],
tags: [
3425,
2829,
481,
1820,
691,
9116,
1498,
2406,
313,
2834,
4432,
1631,
3646,
1541,
174,
1726,
12801,
16460,
1635,
705,
273,
1727,
1637,
1638,
1639,
332,
1844,
206,
1519
],
),
"traffic_jam": SymbolsMetadata(
popularity: 65,
codepoint: 0xf46f,
categories: [14],
tags: [
1360,
1818,
16461,
1820,
1821,
16462,
2126,
2047,
16463,
1631,
5270,
2734,
12865,
1633,
1541,
325,
2737,
2054,
1635,
1636,
13888,
1719,
1226,
1637,
1638,
1639,
332,
1844,
16464,
206
],
),
"trail_length": SymbolsMetadata(
popularity: 190,
codepoint: 0xeb5e,
categories: [1],
tags: [
1071,
4317,
40,
3132,
11311,
81,
313,
9,
5179,
216,
3669,
49,
1633,
2977,
87,
1426,
324,
226,
17,
642,
353,
12215,
1834,
3672,
1634,
57,
59,
62,
3509,
759,
1636,
1152,
746,
2158,
4827,
332,
10356
],
),
"trail_length_medium": SymbolsMetadata(
popularity: 160,
codepoint: 0xeb63,
categories: [1],
tags: [
3499,
517,
4317,
40,
373,
81,
8,
9,
216,
1078,
916,
49,
51,
2977,
10274,
1083,
87,
226,
17,
3899,
16465,
1943,
642,
12215,
1954,
70,
1634,
57,
59,
62,
759,
391,
1152,
71,
298,
1170,
2290,
97,
4827
],
),
"trail_length_short": SymbolsMetadata(
popularity: 158,
codepoint: 0xeb6d,
categories: [1],
tags: [
480,
2525,
4317,
40,
2937,
313,
9,
216,
137,
3669,
49,
51,
1633,
2977,
87,
324,
642,
12215,
325,
3672,
1634,
57,
59,
62,
759,
1636,
29,
1152,
392,
4364,
2158,
4827,
332,
3819
],
),
"train": SymbolsMetadata(
popularity: 3185,
codepoint: 0xe570,
categories: [14],
tags: [
1818,
1820,
6949,
1821,
2044,
312,
11462,
313,
3702,
5331,
4372,
1983,
1633,
7342,
1541,
1922,
2515,
2054,
2055,
4381,
7343,
7344,
4382,
1636,
1168,
3562,
3847,
4385,
4925,
3327,
3068,
4386,
4387,
1988,
1639,
332,
4926,
1844,
4375
],
),
"tram": SymbolsMetadata(
popularity: 728,
codepoint: 0xe571,
categories: [14],
tags: [
1818,
4962,
1820,
1821,
2565,
16466,
4963,
2044,
313,
3702,
1633,
7341,
1541,
1922,
16467,
2054,
2055,
4381,
16468,
16469,
7344,
4382,
16470,
4385,
3068,
4386,
4387,
1988,
1639,
16471,
332,
1978,
4926,
1507,
9905,
1844,
7325
],
),
"transcribe": SymbolsMetadata(
popularity: 933,
codepoint: 0xf8ec,
categories: [2],
tags: [
1268,
15326,
731,
283,
6448,
1273,
1301,
583,
1285,
589,
590,
453,
440,
273,
1293,
15231,
4865,
594,
5952,
1296,
33,
15328,
15329,
7255,
601,
1298,
15331,
1864
],
),
"transfer_within_a_station": SymbolsMetadata(
popularity: 891,
codepoint: 0xe572,
categories: [5],
tags: [
1174,
77,
502,
690,
2043,
2044,
284,
312,
313,
1105,
3302,
16472,
581,
2207,
87,
323,
324,
1541,
468,
325,
16473,
588,
589,
328,
2054,
2055,
432,
906,
1636,
3562,
1226,
4386,
526,
1988,
900,
1639,
332,
3000,
1844,
3166,
2857
],
),
"transform": SymbolsMetadata(
popularity: 663,
codepoint: 0xe428,
categories: [1],
tags: [
1747,
1748,
16474,
633,
482,
1751,
2455,
2350,
1822,
16475,
1252,
680,
2351,
914,
370,
2265,
49,
6099,
385,
1652,
1758,
386,
57,
62,
851,
329,
4676,
2232,
391,
2920,
298,
433,
512,
476
],
),
"transgender": SymbolsMetadata(
popularity: 961,
codepoint: 0xe58d,
categories: [3],
tags: [
77,
8612,
193,
574,
1235,
1803,
1804,
1805,
1806,
16476,
16477,
16478,
581,
978,
872,
1810,
1811,
87,
1812,
815,
1813,
588,
589,
16479,
1814,
390,
1816,
593,
31,
16480
],
),
"transit_enterexit": SymbolsMetadata(
popularity: 508,
codepoint: 0xe579,
categories: [5],
tags: [
861,
2041,
77,
2043,
2044,
2046,
313,
2283,
4950,
7545,
1106,
16481,
1212,
8288,
3049,
1983,
87,
323,
1541,
4379,
325,
1922,
1392,
2055,
1636,
3562,
4385,
4386,
1988,
16482,
1639,
332,
1989,
16483
],
),
"transit_ticket": SymbolsMetadata(
popularity: 36,
codepoint: 0xf3f1,
categories: [14],
tags: [
861,
1818,
2008,
2009,
2043,
1658,
1820,
930,
1821,
4922,
313,
1589,
16484,
2010,
1590,
6519,
4371,
7341,
1541,
1597,
2013,
2054,
2055,
1665,
4381,
4382,
6278,
432,
1936,
3324,
2017,
4385,
2019,
4386,
4387,
1988,
900,
1639,
332,
4926,
1844,
11418
],
),
"transition_chop": SymbolsMetadata(
popularity: 8,
codepoint: 0xf50e,
categories: [1],
tags: [
341,
1751,
16485,
6343,
2955,
16486,
2274,
680,
487,
1164,
346,
16487,
16488,
137,
138,
1471,
406,
468,
355,
5784,
1427,
5570,
15410,
1151,
1152,
151,
6233,
5998,
2414,
31,
2476,
511,
512,
4330,
37,
476
],
),
"transition_dissolve": SymbolsMetadata(
popularity: 30,
codepoint: 0xf50d,
categories: [1],
tags: [
341,
4224,
16489,
1101,
1524,
1197,
2719,
16490,
8,
7083,
16491,
16492,
1105,
680,
2165,
487,
4327,
346,
16488,
382,
1344,
2154,
406,
16493,
16494,
1330,
354,
1427,
15410,
410,
94,
5998,
2476,
4330,
16495,
141,
1348,
37,
364,
16496,
4340,
6948
],
),
"transition_fade": SymbolsMetadata(
popularity: 47,
codepoint: 0xf50c,
categories: [1],
tags: [
341,
16497,
1751,
1101,
1197,
2719,
16490,
16498,
7083,
16491,
1105,
680,
487,
16499,
4327,
16500,
16501,
16488,
16502,
382,
1344,
406,
16493,
353,
408,
16503,
1427,
15410,
94,
16504,
5998,
682,
2476,
16505,
4330,
141,
1348,
37,
10387,
364,
16496,
4340
],
),
"transition_push": SymbolsMetadata(
popularity: 51,
codepoint: 0xf50b,
categories: [1],
tags: [
748,
2926,
341,
1669,
501,
77,
502,
504,
2719,
345,
485,
313,
2938,
487,
16488,
1077,
903,
2708,
2845,
1344,
353,
1758,
468,
325,
905,
1596,
1427,
759,
5459,
906,
15410,
410,
6233,
1552,
2851,
5998,
2852,
31,
2476,
4330,
141,
907,
1348,
476,
333,
1186
],
rtlAutoMirrored: true,
),
"transition_slide": SymbolsMetadata(
popularity: 33,
codepoint: 0xf50a,
categories: [1],
tags: [
341,
77,
1751,
1439,
485,
313,
487,
16488,
1077,
370,
903,
16506,
382,
385,
1758,
468,
905,
5784,
1427,
759,
5570,
906,
15410,
392,
6233,
2016,
2851,
16507,
5998,
2415,
2476,
4330,
16495,
1728,
1465,
396,
4340,
1186
],
rtlAutoMirrored: true,
),
"translate": SymbolsMetadata(
popularity: 5588,
codepoint: 0xe8e2,
categories: [6],
tags: [
77,
2971,
568,
1751,
570,
283,
1795,
4465,
313,
3055,
3302,
319,
322,
5247,
2207,
6641,
7250,
16508,
906,
4865,
1295,
594,
3984,
1296,
33,
7255,
9748,
7256,
6645
],
),
"transportation": SymbolsMetadata(
popularity: 458,
codepoint: 0xe21d,
categories: [14],
tags: [
1818,
3434,
2043,
1820,
1821,
2565,
2044,
313,
2047,
16509,
1633,
1541,
4924,
875,
468,
1143,
1922,
13286,
2054,
7356,
3324,
1635,
1636,
1168,
2057,
3562,
1226,
1317,
4925,
526,
1988,
900,
1639,
332,
1929,
1507,
1844,
2059
],
),
"travel": SymbolsMetadata(
popularity: 509,
codepoint: 0xe6ca,
categories: [16],
tags: [
4961,
837,
9059,
1991,
16510,
1938,
1909,
1910,
1995,
1981,
2041,
1911,
16511,
2046,
288,
1918,
1998,
1999,
1933,
16512,
9046,
1633,
262,
642,
1061,
387,
2001,
16513,
151,
273,
5591,
900,
1639,
332,
1929,
4375,
2004
],
rtlAutoMirrored: true,
),
"travel_explore": SymbolsMetadata(
popularity: 7203,
codepoint: 0xe2db,
categories: [3],
tags: [
1179,
2334,
314,
315,
316,
16514,
317,
11747,
318,
1109,
319,
320,
322,
15244,
259,
2337,
1549,
1115,
1116,
1117,
2340,
324,
325,
267,
5254,
3420,
1126,
16515,
1127,
593,
823,
332,
333,
334,
16516
],
),
"travel_luggage_and_bags": SymbolsMetadata(
popularity: 75,
codepoint: 0xefc3,
categories: [16],
tags: [
1981,
8593,
3662,
2042,
5653,
16517,
1515,
3666,
5425,
16518,
4890,
5654,
16519,
4646,
1633,
2051,
5662,
1061,
5383,
5421,
4501,
3327,
900,
332,
3677,
1929,
11651,
1969,
2059
],
),
"trending_down": SymbolsMetadata(
popularity: 2732,
codepoint: 0xe8e3,
categories: [9],
tags: [
1422,
1071,
77,
10950,
9631,
569,
373,
81,
5060,
2882,
16520,
1702,
1162,
375,
13517,
313,
2832,
16521,
2893,
2903,
8485,
941,
1078,
1081,
1426,
16522,
226,
1086,
468,
16523,
359,
203,
16524,
746,
5221,
1095,
16525,
6657,
16526
],
rtlAutoMirrored: true,
),
"trending_flat": SymbolsMetadata(
popularity: 5568,
codepoint: 0xe8e4,
categories: [9],
tags: [
77,
3499,
1751,
373,
8250,
81,
313,
2252,
379,
10878,
1078,
16527,
51,
792,
87,
18,
468,
8834,
1954,
759,
359,
390,
906,
1707,
9646,
1956,
291,
16528,
16529,
2158,
1095,
1429,
6657,
16530,
476
],
rtlAutoMirrored: true,
),
"trending_up": SymbolsMetadata(
popularity: 13211,
codepoint: 0xe8e5,
categories: [9],
tags: [
1422,
1071,
77,
78,
569,
373,
81,
375,
313,
941,
9929,
1078,
234,
3039,
235,
1081,
1426,
226,
18,
1086,
468,
648,
242,
759,
359,
203,
1428,
12667,
746,
291,
1095,
1429,
6657,
16531,
1709
],
rtlAutoMirrored: true,
),
"trip": SymbolsMetadata(
popularity: 99,
codepoint: 0xe6fb,
categories: [16],
tags: [
77,
3662,
1515,
4445,
312,
313,
2135,
1983,
1633,
87,
323,
324,
325,
1634,
1551,
1677,
16532,
16533,
969,
1635,
1636,
1152,
2138,
4501,
1988,
900,
332,
1929,
1640
],
),
"trip_origin": SymbolsMetadata(
popularity: 1225,
codepoint: 0xe57b,
categories: [5],
tags: [
1514,
2204,
193,
2046,
312,
313,
1754,
4124,
16534,
321,
1633,
1538,
1388,
1540,
174,
325,
9684,
326,
327,
328,
329,
1636,
2138,
16535,
6794,
332,
1929,
16536
],
),
"trolley": SymbolsMetadata(
popularity: 53,
codepoint: 0xf86b,
categories: [9],
tags: [
1656,
3662,
1657,
1658,
3666,
1659,
1416,
16537,
934,
9990,
1660,
6460,
4930,
3792,
86,
6463,
1389,
3793,
1758,
1662,
4499,
1665,
16538,
1393,
1667,
1394,
1668,
433,
1396,
900,
4926,
8033,
2059
],
),
"trolley_cable_car": SymbolsMetadata(
popularity: 3,
codepoint: 0xf46e,
categories: [14],
tags: [
16539,
1818,
482,
4962,
1820,
1821,
2565,
284,
313,
3702,
4964,
5688,
16540,
1633,
3040,
87,
1541,
16541,
1742,
2054,
7005,
4381,
4382,
3323,
433,
4385,
12794,
3327,
4969,
4386,
4387,
1988,
16542,
1639,
332,
16543,
4926,
4970,
1844
],
),
"trophy": SymbolsMetadata(
popularity: 1466,
codepoint: 0xe71a,
categories: [15],
tags: [
11974,
3,
16544,
3514,
5692,
4991,
14160,
5728,
3687,
15502,
16545,
6,
3516,
6029,
10,
3518,
1916,
3521,
16546,
3692,
3523,
1289,
3525,
30,
3540,
16547,
245,
15489,
3528,
5177,
16548,
3529,
3530,
16549
],
),
"troubleshoot": SymbolsMetadata(
popularity: 667,
codepoint: 0xe1d2,
categories: [9],
tags: [
1747,
1071,
373,
8114,
6416,
81,
7672,
375,
2799,
317,
1756,
1785,
1109,
1078,
871,
1081,
2734,
87,
1115,
4898,
1116,
1117,
3981,
226,
5334,
4899,
1086,
70,
2737,
4900,
1126,
1127,
652,
71,
1788,
4202,
4901,
746,
880,
1093,
140,
511,
16550,
1095,
4055,
3396,
1519,
4903
],
),
"tsunami": SymbolsMetadata(
popularity: 666,
codepoint: 0xebd8,
categories: [3],
tags: [
1360,
16551,
840,
4058,
16552,
4424,
1365,
4428,
16553,
2438,
1852,
9105,
16554,
4432,
16555,
16556,
7316,
6777,
2498,
16557,
16558,
5960,
2434,
4414,
3983,
16559,
16560,
16561,
206,
3850,
1863,
859
],
),
"tsv": SymbolsMetadata(
popularity: 10,
codepoint: 0xe6d6,
categories: [12],
tags: [
1422,
933,
6686,
6688,
81,
6689,
6690,
1589,
9383,
2456,
147,
2457,
2586,
382,
68,
1428,
1460,
6692,
1461,
16562,
16563,
746,
4495,
16564,
1474,
33,
16565,
6697
],
),
"tty": SymbolsMetadata(
popularity: 311,
codepoint: 0xf1aa,
categories: [11],
tags: [
862,
864,
865,
1268,
1100,
1270,
1250,
570,
283,
284,
975,
1476,
7728,
288,
867,
8,
1110,
5951,
7732,
1111,
1114,
2306,
262,
1741,
271,
432,
410,
1293,
594,
433,
1296,
1406,
16566,
16567,
1317,
33,
16568,
16569
],
),
"tune": SymbolsMetadata(
popularity: 14744,
codepoint: 0xe429,
categories: [1],
tags: [
1747,
5363,
1268,
925,
517,
16570,
6416,
345,
1753,
6763,
1236,
1252,
680,
2072,
83,
6097,
3956,
1083,
1471,
8149,
1652,
1714,
70,
921,
151,
71,
1788,
3496,
1761,
1293,
10794,
97,
6404,
16571,
6765,
554
],
),
"turn_left": SymbolsMetadata(
popularity: 492,
codepoint: 0xeba6,
categories: [14],
tags: [
500,
77,
502,
7304,
2937,
313,
2408,
2047,
2986,
2845,
3188,
2834,
7301,
2207,
87,
324,
1541,
325,
1634,
328,
1121,
1635,
1636,
1152,
898,
3818,
1638,
1988,
332,
473
],
),
"turn_right": SymbolsMetadata(
popularity: 653,
codepoint: 0xebab,
categories: [14],
tags: [
77,
502,
16572,
16573,
9612,
313,
2408,
2047,
16574,
16575,
16576,
321,
1631,
51,
323,
324,
1541,
875,
1550,
325,
1634,
2931,
906,
1707,
7307,
1635,
1636,
898,
1637,
31,
1638,
332,
473,
7308
],
),
"turn_sharp_left": SymbolsMetadata(
popularity: 201,
codepoint: 0xeba7,
categories: [14],
tags: [
500,
77,
502,
7304,
2937,
2406,
313,
2408,
1688,
321,
51,
700,
2207,
3178,
15166,
324,
1541,
325,
1634,
1167,
1635,
1636,
644,
16577,
898,
3180,
1637,
31,
1638,
1639,
332,
473,
513
],
),
"turn_sharp_right": SymbolsMetadata(
popularity: 262,
codepoint: 0xebaa,
categories: [14],
tags: [
16578,
77,
502,
1820,
2937,
2406,
313,
2408,
2047,
2845,
321,
3188,
700,
1633,
323,
324,
1541,
468,
325,
905,
1634,
2862,
906,
1635,
1636,
644,
898,
1638,
1988,
332,
473,
7308,
513
],
),
"turn_slight_left": SymbolsMetadata(
popularity: 269,
codepoint: 0xeba4,
categories: [14],
tags: [
500,
77,
502,
7304,
9072,
2830,
2937,
313,
2283,
2408,
2047,
15854,
321,
3188,
2207,
323,
324,
1541,
875,
1758,
325,
507,
1634,
2969,
906,
1635,
1636,
898,
16579,
1638,
332,
473,
513,
3819,
3184
],
),
"turn_slight_right": SymbolsMetadata(
popularity: 357,
codepoint: 0xeb9a,
categories: [14],
tags: [
77,
502,
7304,
2937,
2406,
313,
2408,
2047,
2986,
321,
3188,
1631,
700,
324,
1541,
325,
905,
1634,
2969,
906,
7307,
1635,
1636,
644,
898,
16579,
16580,
16581,
1637,
31,
1638,
332,
473,
7308
],
),
"tv": SymbolsMetadata(
popularity: 3390,
codepoint: 0xe333,
categories: [11],
tags: [
288,
8,
781,
16582,
1548,
1140,
1500,
5548,
406,
630,
289,
920,
432,
410,
5460,
16583,
16584,
454,
411,
412,
2039,
37,
278
],
),
"tv_displays": SymbolsMetadata(
popularity: 51,
codepoint: 0xf3ec,
categories: [11],
tags: [
4297,
1073,
288,
8,
16585,
16586,
13378,
2549,
2033,
406,
5465,
630,
16587,
16588,
16589,
1741,
388,
432,
410,
5997,
5460,
7696,
454,
411,
65,
412,
16590,
2039,
37,
16591,
278
],
),
"tv_gen": SymbolsMetadata(
popularity: 811,
codepoint: 0xe830,
categories: [8],
tags: [
1867,
482,
731,
732,
288,
8,
2549,
781,
2550,
1110,
1140,
3363,
1500,
1967,
1282,
5548,
406,
630,
354,
1143,
432,
1968,
410,
2157,
2016,
273,
411,
412,
2039,
37,
2524,
396,
2087
],
),
"tv_guide": SymbolsMetadata(
popularity: 42,
codepoint: 0xe1dc,
categories: [11],
tags: [
5017,
482,
731,
16592,
16593,
15778,
288,
16594,
4814,
8,
781,
16595,
382,
2834,
1110,
68,
1471,
88,
12880,
406,
16596,
1123,
432,
1168,
410,
16597,
433,
411,
412,
16598,
16599,
2039,
16600,
16601,
37
],
),
"tv_next": SymbolsMetadata(
popularity: 6,
codepoint: 0xf3eb,
categories: [11],
tags: [
77,
732,
344,
345,
288,
313,
8,
781,
13447,
346,
903,
6671,
406,
630,
1758,
439,
905,
409,
1167,
1122,
906,
410,
5460,
2157,
2016,
8044,
454,
411,
412,
1728,
2039,
37,
278
],
rtlAutoMirrored: true,
),
"tv_off": SymbolsMetadata(
popularity: 181,
codepoint: 0xe647,
categories: [11],
tags: [
1246,
1247,
481,
1208,
1711,
6857,
1712,
288,
1162,
868,
8,
2549,
1055,
781,
1110,
1253,
1222,
1713,
406,
630,
439,
1059,
1061,
2470,
410,
1067,
65,
412,
2039,
1068,
333,
1187
],
),
"tv_options_edit_channels": SymbolsMetadata(
popularity: 103,
codepoint: 0xe1dd,
categories: [11],
tags: [
1747,
1671,
731,
16602,
3764,
732,
15778,
1673,
1784,
685,
6763,
288,
8,
7426,
1252,
2549,
781,
2550,
1785,
88,
6801,
2085,
406,
1652,
630,
1595,
1676,
70,
4035,
1122,
1123,
2281,
2555,
410,
362,
71,
95,
433,
412,
1720,
2039,
1681
],
),
"tv_options_input_settings": SymbolsMetadata(
popularity: 59,
codepoint: 0xe1de,
categories: [11],
tags: [
5363,
11742,
1784,
685,
288,
8,
2549,
781,
6460,
1785,
3437,
5332,
1111,
1471,
1738,
4899,
406,
630,
439,
70,
921,
432,
11746,
4900,
410,
71,
433,
31,
412,
2039,
37
],
),
"tv_remote": SymbolsMetadata(
popularity: 33,
codepoint: 0xf5d9,
categories: [11],
tags: [
1669,
504,
2031,
732,
1073,
1752,
6423,
288,
8,
2549,
781,
16603,
16604,
1111,
406,
354,
16605,
3707,
1122,
432,
4788,
410,
2906,
2016,
5467,
411,
65,
412,
37,
554
],
),
"tv_signin": SymbolsMetadata(
popularity: 48,
codepoint: 0xe71b,
categories: [11],
tags: [
1246,
1247,
861,
565,
1867,
5239,
5241,
1711,
284,
1712,
288,
8,
2549,
1106,
781,
577,
1110,
581,
1253,
8882,
980,
1713,
406,
630,
267,
588,
589,
590,
432,
2640,
2555,
410,
16606,
987,
16607,
65,
412,
2039,
601,
333,
1187
],
),
"tv_with_assistant": SymbolsMetadata(
popularity: 166,
codepoint: 0xe785,
categories: [8],
tags: [
3169,
2504,
2506,
1267,
284,
345,
288,
8,
2549,
781,
904,
1110,
1140,
1500,
1344,
259,
1314,
5548,
406,
647,
630,
1143,
4298,
432,
410,
71,
1292,
5467,
411,
65,
412,
2039,
37,
3173,
278
],
),
"two_pager": SymbolsMetadata(
popularity: 67,
codepoint: 0xf51f,
categories: [12],
tags: [
2453,
3410,
7139,
628,
81,
1588,
1589,
8918,
2152,
1688,
147,
1690,
16608,
16609,
2153,
1691,
68,
385,
16610,
1345,
3088,
3418,
8703,
16611,
1596,
3419,
1597,
4816,
1427,
3090,
3401,
2888,
1428,
1598,
2851,
2275,
33,
4460,
396,
16612,
1486
],
),
"two_pager_store": SymbolsMetadata(
popularity: 22,
codepoint: 0xf3c4,
categories: [12],
tags: [
3410,
3411,
4812,
569,
1658,
3715,
934,
81,
1588,
1589,
3055,
1688,
1660,
147,
1690,
2153,
1691,
5120,
4930,
86,
385,
1345,
1389,
1390,
3793,
523,
2930,
1596,
3419,
4307,
1597,
4816,
2570,
4499,
1665,
3401,
2888,
3727,
1393,
363,
3305,
1598,
4458,
1394,
1395,
6216,
2851,
1396,
1397,
394,
396,
1486
],
),
"two_wheeler": SymbolsMetadata(
popularity: 1816,
codepoint: 0xe9f9,
categories: [14],
tags: [
1818,
4167,
1820,
1821,
7340,
2045,
313,
7941,
5331,
1633,
323,
1541,
875,
12249,
12170,
4180,
2054,
27,
12250,
3324,
7312,
1635,
1636,
4183,
275,
30,
1637,
900,
1639,
332,
16613,
7313,
1507,
1844,
16614,
2059
],
rtlAutoMirrored: true,
),
"type_specimen": SymbolsMetadata(
popularity: 174,
codepoint: 0xf8f0,
categories: [12],
tags: [
403,
2289,
485,
43,
8,
1589,
680,
16615,
147,
12,
2166,
137,
68,
385,
16,
1471,
1596,
2169,
9762,
7677,
16616,
10294,
2172,
33,
35,
6766,
338,
396,
1486
],
),
"u_turn_left": SymbolsMetadata(
popularity: 389,
codepoint: 0xeba1,
categories: [14],
tags: [
77,
502,
7304,
9072,
193,
2937,
313,
2408,
2047,
16617,
2834,
2207,
3178,
757,
1541,
325,
1634,
1124,
16618,
2842,
1635,
9297,
1636,
898,
3180,
1637,
1638,
900,
473,
16619,
14270,
1844
],
),
"u_turn_right": SymbolsMetadata(
popularity: 314,
codepoint: 0xeba2,
categories: [14],
tags: [
77,
502,
7304,
1820,
9072,
2937,
9612,
313,
2408,
2047,
321,
3188,
15166,
324,
1541,
325,
1634,
16620,
906,
1635,
9297,
1636,
898,
1637,
31,
1638,
1639,
332,
473,
14270,
1844
],
),
"ulna_radius": SymbolsMetadata(
popularity: 142,
codepoint: 0xf89d,
categories: [3],
tags: [
8613,
3567,
8015,
16621,
4188,
690,
4143,
8614,
4275,
16622,
16623,
697,
16624,
892,
581,
8626,
107,
1526,
894,
10530,
8620,
12449,
16625,
1745,
4201,
8621,
8622,
8623,
16626,
16627,
2561,
8628
],
),
"ulna_radius_alt": SymbolsMetadata(
popularity: 132,
codepoint: 0xf89e,
categories: [3],
tags: [
3567,
8015,
4188,
690,
4143,
8614,
4275,
375,
3112,
16623,
697,
892,
581,
3576,
894,
1776,
4543,
12449,
1745,
4201,
8621,
8623,
955,
3165,
5398,
16626,
8628
],
),
"umbrella": SymbolsMetadata(
popularity: 371,
codepoint: 0xf1ad,
categories: [8],
tags: [
2553,
10092,
4057,
2653,
2150,
3462,
1164,
46,
2886,
1785,
4646,
1376,
492,
2930,
3672,
876,
4516,
2551,
1582,
5960,
16628,
705,
16629,
1505,
1583,
5210,
1608,
4064,
31,
4067,
859,
10535
],
),
"unarchive": SymbolsMetadata(
popularity: 1303,
codepoint: 0xe169,
categories: [7],
tags: [
861,
748,
2143,
77,
482,
504,
1103,
1333,
81,
313,
1589,
5766,
147,
2153,
137,
138,
2301,
2925,
1376,
2946,
2303,
506,
2873,
9242,
355,
432,
3683,
2814,
433,
1698,
1396,
31,
16630,
2844,
1709,
98
],
),
"undo": SymbolsMetadata(
popularity: 9364,
codepoint: 0xe166,
categories: [2],
tags: [
748,
501,
9619,
77,
2454,
2936,
2940,
1208,
193,
2333,
2937,
1210,
2163,
680,
3392,
1756,
2084,
11192,
2303,
5602,
1758,
2841,
16175,
1122,
8253,
3458,
1124,
8838,
470,
509,
2932,
2174,
473,
2844
],
rtlAutoMirrored: true,
),
"unfold_less": SymbolsMetadata(
popularity: 2397,
codepoint: 0xe5d6,
categories: [2],
tags: [
77,
502,
2838,
1209,
912,
6055,
6056,
6057,
7206,
2455,
313,
2974,
2832,
914,
6077,
2916,
2917,
2918,
5524,
1959,
16631,
16632,
1960,
88,
2895,
2947,
325,
328,
5936,
2232,
2920,
5638,
1728,
2952,
16633,
1709
],
),
"unfold_less_double": SymbolsMetadata(
popularity: 557,
codepoint: 0xf8cf,
categories: [2],
tags: [
77,
502,
16634,
5934,
16635,
2838,
7140,
1209,
912,
6057,
2455,
2882,
313,
3055,
8541,
914,
6077,
2916,
5524,
1959,
11681,
88,
2895,
16636,
13431,
2947,
325,
328,
5936,
2920,
5638,
3000,
2952,
1709,
13779
],
),
"unfold_more": SymbolsMetadata(
popularity: 5953,
codepoint: 0xe5d7,
categories: [2],
tags: [
77,
502,
2902,
2838,
912,
345,
81,
313,
15844,
2832,
914,
10954,
10955,
6077,
2916,
16637,
16638,
2918,
1080,
51,
1959,
88,
237,
325,
2897,
95,
1474,
413,
2952,
16633,
1709
],
),
"unfold_more_double": SymbolsMetadata(
popularity: 747,
codepoint: 0xf8d0,
categories: [2],
tags: [
748,
3054,
77,
502,
504,
2838,
912,
345,
145,
313,
3055,
2832,
2894,
914,
6077,
83,
2918,
5818,
68,
87,
88,
2355,
506,
2895,
237,
325,
2930,
1167,
2016,
95,
31,
413,
2952,
1709,
1465
],
),
"ungroup": SymbolsMetadata(
popularity: 49,
codepoint: 0xf731,
categories: [12],
tags: [
1747,
1467,
77,
16639,
5765,
16640,
3288,
14861,
7083,
16641,
2274,
1136,
1252,
2198,
1703,
2958,
579,
1198,
86,
1652,
2468,
2231,
586,
2356,
1224,
906,
16642,
1151,
706,
5503,
2414,
16643,
512,
10020,
10032
],
),
"universal_currency": SymbolsMetadata(
popularity: 73,
codepoint: 0xe9fa,
categories: [9],
tags: [
927,
928,
569,
930,
931,
16644,
932,
934,
936,
937,
962,
938,
964,
6711,
3302,
941,
942,
319,
322,
1389,
948,
523,
950,
951,
6716,
31,
4948,
956,
881,
36,
958,
9865,
6717
],
),
"universal_currency_alt": SymbolsMetadata(
popularity: 132,
codepoint: 0xe734,
categories: [9],
tags: [
927,
569,
930,
931,
932,
934,
1795,
936,
937,
6746,
938,
964,
3517,
3302,
941,
942,
967,
319,
322,
946,
6720,
948,
523,
950,
951,
1421,
11481,
359,
11438,
1395,
898,
31,
4948,
956,
881,
36,
9865
],
),
"universal_local": SymbolsMetadata(
popularity: 47,
codepoint: 0xe9fb,
categories: [5],
tags: [
1514,
310,
312,
313,
2903,
315,
16645,
317,
7852,
12424,
319,
321,
6272,
323,
6207,
324,
1540,
1166,
174,
325,
16646,
326,
327,
328,
1167,
329,
1553,
332,
881,
7855,
334
],
),
"unknown_2": SymbolsMetadata(
popularity: 33,
codepoint: 0xe6a2,
categories: [1],
tags: [
231,
74,
862,
745,
1747,
5363,
4606,
6405,
925,
3642,
193,
685,
4751,
345,
4757,
2882,
8,
6406,
1252,
6407,
680,
6097,
6408,
6099,
6409,
6410,
642,
630,
70,
59,
239,
921,
410,
151,
71,
6411,
1261,
4752,
413,
396,
4339,
476
],
),
"unknown_5": SymbolsMetadata(
popularity: 60,
codepoint: 0xe6a5,
categories: [2],
tags: [
676,
1747,
5363,
1423,
1332,
193,
912,
2455,
2405,
2882,
1210,
1252,
680,
6097,
14709,
699,
1959,
87,
2895,
1255,
2947,
4294,
5936,
1224,
14821,
2920,
1339,
1170,
1261,
1433,
3966
],
),
"unknown_7": SymbolsMetadata(
popularity: 8,
codepoint: 0xe6a7,
categories: [12],
tags: [
747,
3442,
1747,
2160,
4,
77,
6260,
16197,
6718,
16198,
2902,
5,
313,
1589,
1252,
2165,
370,
1548,
1111,
1113,
16,
6974,
1652,
2873,
325,
2169,
2919,
329,
2878,
392,
6233,
31,
33,
16199,
1728,
35,
3680,
16200,
3966,
1709,
12759,
1486
],
),
"unknown_document": SymbolsMetadata(
popularity: 170,
codepoint: 0xf804,
categories: [12],
tags: [
3961,
865,
569,
16401,
81,
1588,
1589,
6449,
147,
557,
697,
871,
293,
68,
1166,
16647,
16648,
887,
1481,
1391,
1596,
1597,
3963,
2344,
3964,
3965,
880,
31,
33,
7180,
3966,
16649,
16650,
2609,
4056,
7181
],
),
"unknown_med": SymbolsMetadata(
popularity: 150,
codepoint: 0xeabd,
categories: [2],
tags: [
1423,
1332,
1208,
2405,
2276,
2882,
1210,
14816,
1163,
697,
1644,
14819,
1959,
87,
814,
1255,
16651,
7178,
2947,
4294,
5936,
1224,
1152,
1169,
14821,
1339,
16652,
3790,
8724,
1170,
1261,
1433,
1068
],
),
"unlicense": SymbolsMetadata(
popularity: 23,
codepoint: 0xeb05,
categories: [6],
tags: [
861,
3330,
192,
3334,
464,
868,
2191,
2657,
1055,
2316,
2319,
16653,
16654,
3810,
3203,
2320,
16655,
2459,
3336,
3337,
16656,
3522,
1652,
16657,
16658,
1059,
1061,
2512,
2688,
5380,
6767,
716,
16659,
6248,
3526,
3338,
1529,
1067,
16660,
16661,
16662,
2329,
16663,
4840
],
),
"unpaved_road": SymbolsMetadata(
popularity: 21,
codepoint: 0xf46d,
categories: [14],
tags: [
3660,
1818,
16201,
1820,
1821,
5080,
313,
2408,
7362,
16664,
1831,
1631,
1633,
1471,
324,
1541,
1834,
325,
3672,
1634,
386,
2054,
1635,
16205,
1636,
1838,
1637,
3629,
393,
1638,
4827,
1639,
332,
14198,
16665,
16666,
1844,
1640
],
),
"unpublished": SymbolsMetadata(
popularity: 1476,
codepoint: 0xf236,
categories: [6],
tags: [
1422,
1071,
1671,
1424,
3788,
569,
373,
1673,
193,
463,
1425,
81,
4396,
868,
2335,
1055,
942,
1078,
234,
1081,
68,
2478,
1166,
1182,
1086,
1059,
1676,
1061,
648,
1427,
759,
1428,
2345,
3524,
2480,
362,
1067,
746,
3093,
1678,
2481,
16667,
2347,
1584,
2823,
1681
],
),
"unsubscribe": SymbolsMetadata(
popularity: 1067,
codepoint: 0xe0eb,
categories: [7],
tags: [
565,
748,
1208,
193,
1209,
283,
345,
1235,
81,
1210,
1589,
2298,
3252,
68,
16,
88,
2303,
1029,
583,
16668,
616,
1059,
1242,
1597,
921,
1224,
2310,
652,
71,
392,
1226,
1372,
2645,
31,
13148,
4013
],
),
"upcoming": SymbolsMetadata(
popularity: 677,
codepoint: 0xf07e,
categories: [7],
tags: [
5017,
1359,
16669,
1670,
2080,
16670,
16671,
1160,
4822,
16672,
2886,
16673,
489,
16674,
11112,
5026,
16675,
88,
2303,
583,
16676,
905,
16677,
616,
2606,
16678,
9762,
1168,
16679,
2476,
1721
],
),
"update": SymbolsMetadata(
popularity: 8914,
codepoint: 0xe923,
categories: [6],
tags: [
1669,
77,
9672,
2454,
2940,
193,
462,
1159,
6635,
753,
81,
520,
903,
2084,
259,
3052,
756,
757,
1090,
1122,
759,
8253,
760,
761,
13947,
2842,
470,
1168,
509,
472,
764,
765,
1093,
65,
1171,
2844,
2464,
527,
333
],
),
"update_disabled": SymbolsMetadata(
popularity: 471,
codepoint: 0xe075,
categories: [6],
tags: [
77,
2454,
2940,
1051,
6330,
193,
1159,
1160,
1162,
868,
1055,
2732,
1213,
903,
2084,
1222,
3052,
16680,
1057,
16681,
5969,
16682,
16683,
6445,
1059,
1061,
4268,
760,
15959,
16684,
2842,
470,
1168,
1067,
2631,
15961,
16685,
1171,
1068,
2464,
15963
],
),
"upgrade": SymbolsMetadata(
popularity: 2391,
codepoint: 0xf0fb,
categories: [6],
tags: [
1641,
2926,
77,
9731,
16686,
313,
2431,
3375,
1703,
234,
3032,
3039,
235,
16687,
9930,
87,
4838,
905,
759,
1184,
3627,
2433,
1263,
1709,
2464,
1953,
3030
],
),
"upi_pay": SymbolsMetadata(
popularity: 30,
codepoint: 0xf3cf,
categories: [9],
tags: [
4,
926,
927,
4680,
931,
5,
937,
16688,
941,
11999,
12,
5245,
16689,
6741,
6749,
16,
2493,
6325,
948,
6707,
950,
951,
5645,
14645,
31,
33,
956,
526,
35,
16690,
16691,
16692,
16693,
971
],
),
"upload": SymbolsMetadata(
popularity: 3965,
codepoint: 0xf09b,
categories: [2],
tags: [
77,
6260,
502,
3012,
519,
16694,
81,
615,
16695,
1589,
3022,
520,
1688,
1703,
3013,
2870,
2153,
16696,
1604,
87,
5072,
2310,
3264,
3265,
3142,
526,
1709,
527,
3280,
16697,
1907
],
),
"upload_2": SymbolsMetadata(
popularity: 71,
codepoint: 0xf521,
categories: [2],
tags: [
77,
6260,
502,
1685,
1686,
5962,
519,
81,
313,
2152,
520,
1688,
147,
2520,
259,
1714,
267,
523,
2310,
2738,
652,
1529,
1698,
3467,
526,
1709,
527,
13701,
3030,
2524,
333
],
),
"upload_file": SymbolsMetadata(
popularity: 7331,
codepoint: 0xe9fc,
categories: [6],
tags: [
748,
745,
77,
504,
1686,
81,
1588,
1589,
520,
1688,
1164,
147,
2153,
1691,
137,
138,
1604,
87,
1596,
1597,
1696,
2310,
1598,
2851,
1396,
31,
526,
4789,
141,
1709,
527,
1486
],
),
"uppercase": SymbolsMetadata(
popularity: 4,
codepoint: 0xf488,
categories: [12],
tags: [
1174,
748,
4,
502,
482,
504,
5,
345,
2350,
2955,
377,
313,
8,
2351,
914,
12,
348,
1704,
1326,
49,
16,
10980,
2355,
406,
2357,
62,
410,
298,
433,
1952,
31,
33,
11639,
11640,
413,
35,
7726,
37,
396,
8695,
1187,
2348
],
),
"urology": SymbolsMetadata(
popularity: 5,
codepoint: 0xe137,
categories: [3],
tags: [
3567,
16698,
4188,
16699,
690,
4274,
7801,
1770,
697,
892,
1772,
581,
8626,
9806,
12459,
12461,
894,
1776,
12462,
9810,
16700,
3869,
12463,
4201,
9812,
9814,
5398,
16701,
16702,
16703,
12465
],
),
"usb": SymbolsMetadata(
popularity: 915,
codepoint: 0xe1e0,
categories: [4],
tags: [
2553,
4955,
519,
284,
4956,
81,
615,
288,
1688,
1886,
11006,
16704,
904,
1110,
138,
1344,
87,
2811,
4310,
3990,
12916,
1315,
1339,
5210,
1698,
31,
65,
526,
16705,
1320,
4960
],
),
"usb_off": SymbolsMetadata(
popularity: 193,
codepoint: 0xe4fa,
categories: [4],
tags: [
481,
4955,
1310,
284,
6857,
615,
288,
1162,
868,
7870,
2731,
7899,
1213,
1222,
6443,
2025,
1059,
1315,
16706,
16707,
1067,
1226,
6854,
65,
1068,
16705,
16708,
1320,
16709,
4960
],
),
"user_attributes": SymbolsMetadata(
popularity: 288,
codepoint: 0xe708,
categories: [6],
tags: [
565,
144,
566,
8729,
16710,
8316,
685,
5774,
16711,
81,
16712,
7048,
145,
577,
581,
978,
9332,
68,
88,
6801,
1029,
70,
6275,
588,
589,
920,
921,
590,
150,
390,
1200,
71,
8734,
16713,
6280,
601,
16714
],
),
"vaccines": SymbolsMetadata(
popularity: 3246,
codepoint: 0xe138,
categories: [3],
tags: [
864,
3155,
193,
2386,
692,
1235,
2388,
1770,
15980,
5227,
2438,
16715,
697,
892,
1772,
16716,
12030,
15981,
16717,
87,
894,
1775,
1776,
6228,
5893,
1777,
239,
5838,
1582,
5544,
6517,
12033,
3165,
5398,
15983,
10665,
15984,
9136,
2398
],
),
"vacuum": SymbolsMetadata(
popularity: 51,
codepoint: 0xefc5,
categories: [8],
tags: [
1867,
2133,
16718,
5860,
810,
1899,
1872,
16719,
7362,
3884,
5849,
3890,
2549,
46,
1108,
1140,
1500,
4214,
5850,
3550,
1738,
3981,
492,
4900,
5839,
652,
1906,
16720,
5855,
1518,
65,
5857,
15019,
16721,
16722
],
),
"valve": SymbolsMetadata(
popularity: 1189,
codepoint: 0xe224,
categories: [8],
tags: [
1747,
284,
345,
6423,
2799,
46,
8561,
1077,
5991,
4646,
138,
4897,
7547,
7744,
87,
4198,
4898,
5338,
814,
1143,
492,
289,
8898,
3869,
16218,
392,
1339,
2502,
31,
511,
473,
8565,
3850
],
),
"vape_free": SymbolsMetadata(
popularity: 387,
codepoint: 0xebc6,
categories: [3],
tags: [
15150,
1233,
193,
1162,
868,
16723,
16724,
16725,
1055,
1213,
13207,
12700,
6627,
697,
698,
15153,
3295,
15154,
16726,
1059,
1061,
2570,
5838,
4268,
16727,
2379,
705,
1067,
5236,
15156,
16728,
16729,
31,
15158,
16730,
16731,
16732,
7214,
206,
3513,
1155
],
),
"vaping_rooms": SymbolsMetadata(
popularity: 534,
codepoint: 0xebcf,
categories: [3],
tags: [
16733,
14588,
3543,
1131,
929,
1686,
15159,
16723,
16725,
3854,
1890,
323,
1920,
15153,
3295,
2689,
327,
2570,
1063,
4268,
2054,
16734,
3323,
1968,
1955,
652,
898,
5236,
15156,
31,
15158,
16730,
16732,
7214,
206,
1155
],
),
"variable_add": SymbolsMetadata(
popularity: 61,
codepoint: 0xf51e,
categories: [12],
tags: [
231,
745,
232,
1321,
4733,
504,
5444,
345,
1325,
1235,
81,
16735,
1274,
488,
381,
1336,
235,
2929,
1327,
1328,
1471,
793,
237,
887,
1453,
239,
242,
432,
985,
392,
898,
675,
31,
16159,
7712,
16736
],
),
"variable_insert": SymbolsMetadata(
popularity: 50,
codepoint: 0xf51d,
categories: [12],
tags: [
16737,
77,
502,
3536,
16738,
16739,
4733,
5444,
810,
16740,
780,
16741,
313,
16735,
1274,
811,
16742,
488,
1327,
813,
16743,
2207,
1403,
325,
16744,
818,
819,
820,
432,
1339,
16159,
824,
8389,
3600,
16745,
16736,
834,
16746,
3007,
16747,
3708
],
),
"variable_remove": SymbolsMetadata(
popularity: 13,
codepoint: 0xf51c,
categories: [12],
tags: [
5007,
6919,
5188,
4733,
1208,
5444,
780,
1209,
1235,
6857,
81,
1210,
6922,
4657,
4658,
16735,
1274,
6920,
2135,
3392,
1212,
488,
14011,
14366,
1255,
16748,
432,
1224,
6935,
16749,
1226,
1261,
16159,
7712,
16750,
16736,
834,
4013
],
),
"variables": SymbolsMetadata(
popularity: 86,
codepoint: 0xf851,
categories: [12],
tags: [
1747,
144,
4733,
1751,
5444,
685,
6416,
1753,
1236,
81,
6842,
4592,
16735,
1274,
1252,
14788,
488,
1111,
1652,
23,
70,
7100,
1741,
6275,
4035,
150,
1148,
432,
1201,
71,
7103,
1761,
16751,
16159,
36,
16736
],
),
"ventilator": SymbolsMetadata(
popularity: 6,
codepoint: 0xe139,
categories: [11],
tags: [
864,
6415,
1849,
1884,
2386,
2437,
288,
1770,
2438,
16752,
697,
892,
1772,
16753,
16754,
16755,
16756,
1471,
13705,
13706,
1738,
4898,
894,
4279,
12962,
16757,
1776,
5893,
4295,
11790,
433,
3165,
16758
],
),
"verified": SymbolsMetadata(
popularity: 17611,
codepoint: 0xef76,
categories: [6],
tags: [
2673,
16759,
2678,
16760,
1671,
14337,
1766,
281,
3381,
1561,
1673,
2095,
16761,
463,
1675,
4504,
2701,
10581,
2335,
16762,
978,
16763,
1166,
3113,
1676,
6509,
362,
16764,
857,
245,
1678,
7513,
2693,
2347,
1584,
16765,
16766,
1681
],
),
"verified_off": SymbolsMetadata(
popularity: 35,
codepoint: 0xf30e,
categories: [6],
tags: [
565,
2678,
1671,
2697,
5239,
281,
3381,
1208,
2680,
192,
1673,
2095,
463,
1235,
1300,
868,
2335,
3517,
1055,
978,
1166,
7514,
1059,
1060,
1676,
1061,
590,
1224,
3527,
1036,
362,
1067,
2691,
857,
291,
1678,
3212,
7515,
2347,
16767,
16768,
1584,
16769,
4014,
1681
],
),
"verified_user": SymbolsMetadata(
popularity: 11451,
codepoint: 0xe8e8,
categories: [13],
tags: [
1671,
281,
1561,
1673,
463,
4504,
81,
2335,
3691,
10323,
16770,
4053,
9914,
3204,
1166,
1676,
2013,
242,
1034,
1063,
1581,
3206,
1582,
63,
705,
1036,
362,
1583,
245,
1678,
3212,
601,
2693,
2347,
4480,
4840,
1584,
1681
],
),
"vertical_align_bottom": SymbolsMetadata(
popularity: 1127,
codepoint: 0xe258,
categories: [12],
tags: [
2159,
2160,
76,
77,
2196,
2191,
1588,
1589,
2832,
1252,
680,
2165,
2166,
385,
1471,
1758,
2169,
329,
1598,
95,
1461,
2474,
33,
16771,
35,
338,
98,
1465,
16772,
476,
1486
],
),
"vertical_align_center": SymbolsMetadata(
popularity: 445,
codepoint: 0xe259,
categories: [12],
tags: [
2159,
2160,
76,
77,
517,
308,
2233,
2162,
2191,
2192,
1588,
1589,
2832,
1252,
680,
2165,
2268,
2166,
2182,
2194,
385,
87,
1471,
1943,
16773,
2169,
9471,
2225,
329,
2200,
432,
1598,
1461,
433,
33,
35,
1709,
1465,
2211,
1486
],
),
"vertical_align_top": SymbolsMetadata(
popularity: 1235,
codepoint: 0xe25a,
categories: [12],
tags: [
2159,
2160,
76,
77,
482,
1588,
1589,
2832,
1252,
680,
2165,
370,
385,
87,
1758,
492,
329,
432,
1598,
95,
1461,
33,
1263,
35,
1709,
1465,
16774,
1486
],
),
"vertical_distribute": SymbolsMetadata(
popularity: 285,
codepoint: 0xe076,
categories: [12],
tags: [
2159,
2160,
517,
16775,
313,
2191,
16776,
2165,
2198,
2252,
2268,
370,
490,
385,
16777,
1471,
2231,
91,
586,
2169,
329,
4676,
2470,
10485,
703,
2171,
823,
709,
2172,
33,
13778,
1465,
2211
],
),
"vertical_shades": SymbolsMetadata(
popularity: 154,
codepoint: 0xec0e,
categories: [8],
tags: [
1747,
517,
4243,
929,
345,
2150,
4207,
4247,
4255,
1161,
16778,
4072,
1140,
1500,
2753,
3646,
1471,
1143,
1391,
2930,
2225,
3377,
1034,
2470,
4063,
4250,
1347,
16779,
10603,
1608,
4065,
1465,
16780,
1187,
4252,
4254
],
),
"vertical_shades_closed": SymbolsMetadata(
popularity: 158,
codepoint: 0xec0d,
categories: [8],
tags: [
2829,
4243,
4260,
2150,
4207,
4255,
3884,
1140,
4256,
1890,
6567,
4257,
1143,
1742,
1034,
3379,
9515,
1955,
4063,
4250,
8201,
1583,
1347,
16779,
16781,
12553,
4065,
16780,
16782,
4253,
16783
],
),
"vertical_split": SymbolsMetadata(
popularity: 586,
codepoint: 0xe949,
categories: [12],
tags: [
1467,
933,
16784,
485,
8,
2274,
2164,
10435,
370,
2166,
382,
385,
2258,
4659,
2169,
6414,
410,
1151,
1152,
707,
6216,
16785,
2414,
15405,
33,
6121,
10444,
16786,
1465,
12083,
396,
1186,
1187,
16787,
1486
],
),
"vibration": SymbolsMetadata(
popularity: 760,
codepoint: 0xe62d,
categories: [11],
tags: [
1246,
1247,
1360,
1250,
251,
283,
1753,
288,
1480,
16788,
1110,
1253,
138,
1471,
262,
1706,
642,
353,
616,
1059,
16789,
271,
4282,
432,
2120,
71,
4240,
7828,
273,
1304,
2110,
1293,
31,
525,
97,
16790,
7820,
2068,
1864,
278
],
),
"video_call": SymbolsMetadata(
popularity: 2806,
codepoint: 0xe070,
categories: [0],
tags: [
231,
745,
1268,
731,
1270,
40,
570,
344,
283,
5117,
16791,
346,
12329,
5130,
16792,
1110,
49,
1282,
406,
5121,
353,
354,
439,
887,
16793,
62,
239,
453,
16794,
15692,
411,
31,
16795,
37,
5174,
16796,
16797,
434,
16798,
3638
],
),
"video_camera_back": SymbolsMetadata(
popularity: 616,
codepoint: 0xf07f,
categories: [0],
tags: [
2454,
40,
42,
3359,
781,
346,
49,
1605,
53,
406,
1606,
1607,
354,
439,
57,
59,
62,
5146,
453,
440,
16799,
432,
2842,
2555,
65,
37,
443
],
),
"video_camera_back_add": SymbolsMetadata(
popularity: 50,
codepoint: 0xf40c,
categories: [0],
tags: [
231,
745,
16800,
2454,
5163,
40,
42,
1325,
556,
346,
16801,
49,
1605,
406,
16802,
1606,
1607,
354,
439,
887,
1453,
57,
59,
62,
239,
5146,
453,
16803,
440,
16799,
31,
14063,
37,
5173,
16804,
16805,
563,
16806,
16807,
16808
],
rtlAutoMirrored: true,
),
"video_camera_front": SymbolsMetadata(
popularity: 1668,
codepoint: 0xf080,
categories: [0],
tags: [
565,
731,
40,
42,
283,
577,
346,
16801,
5130,
5120,
2763,
581,
49,
53,
15711,
406,
354,
16809,
439,
16793,
588,
589,
57,
59,
62,
590,
453,
440,
2770,
1347,
243,
411,
601,
37,
5127,
10147,
8664,
434,
16798,
16810,
3638
],
),
"video_camera_front_off": SymbolsMetadata(
popularity: 62,
codepoint: 0xf83b,
categories: [0],
tags: [
565,
1051,
40,
10139,
42,
283,
5117,
1162,
868,
1055,
577,
5120,
2763,
581,
49,
1222,
87,
406,
5121,
439,
1302,
5969,
1059,
1060,
1061,
588,
589,
57,
59,
62,
590,
4268,
440,
1067,
16811,
65,
8042,
601,
37,
5127,
10150,
8664,
778,
3638
],
),
"video_chat": SymbolsMetadata(
popularity: 486,
codepoint: 0xf8a0,
categories: [7],
tags: [
566,
568,
1270,
5160,
40,
570,
572,
573,
283,
5117,
1476,
2743,
8,
16812,
1480,
977,
1282,
5121,
583,
267,
523,
589,
590,
4788,
410,
594,
1485,
9594,
65,
37,
5127,
5174,
498,
1298,
10152,
3638
],
),
"video_file": SymbolsMetadata(
popularity: 758,
codepoint: 0xeb87,
categories: [12],
tags: [
40,
1588,
1589,
6449,
5024,
147,
2586,
346,
5130,
370,
16813,
1110,
49,
406,
16814,
686,
353,
354,
12319,
439,
16815,
62,
2521,
14061,
432,
433,
1728,
37,
563,
543,
434,
396,
8704,
2087,
16816
],
),
"video_label": SymbolsMetadata(
popularity: 262,
codepoint: 0xe071,
categories: [0],
tags: [
1195,
5805,
8316,
1524,
628,
44,
680,
2165,
781,
147,
346,
5141,
370,
138,
52,
406,
12233,
354,
439,
2521,
409,
681,
440,
432,
410,
31,
182,
35,
37,
476,
1187
],
),
"video_library": SymbolsMetadata(
popularity: 3453,
codepoint: 0xe04a,
categories: [0],
tags: [
2143,
77,
1195,
1197,
628,
1589,
3112,
781,
147,
346,
2153,
1343,
579,
1345,
88,
406,
354,
439,
2468,
4138,
2521,
432,
392,
433,
1719,
1698,
31,
37,
476
],
),
"video_search": SymbolsMetadata(
popularity: 77,
codepoint: 0xefc6,
categories: [0],
tags: [
40,
344,
2334,
316,
346,
16817,
317,
16818,
16819,
16820,
16821,
16822,
1109,
53,
1115,
16823,
5830,
1117,
2340,
406,
10644,
354,
16824,
439,
2521,
3400,
1126,
1127,
37,
16825
],
),
"video_settings": SymbolsMetadata(
popularity: 741,
codepoint: 0xea75,
categories: [0],
tags: [
1747,
1751,
8115,
685,
345,
145,
451,
16826,
1785,
293,
68,
108,
16827,
773,
70,
2521,
774,
921,
410,
652,
151,
71,
1788,
16828,
37,
16829,
16830,
16831,
444,
16832,
448,
16833,
367,
16834,
1187
],
),
"video_stable": SymbolsMetadata(
popularity: 169,
codepoint: 0xf081,
categories: [0],
tags: [
480,
2160,
16835,
925,
40,
42,
44,
346,
5130,
381,
16836,
699,
792,
87,
406,
353,
354,
439,
440,
432,
151,
4240,
682,
433,
2503,
9646,
16528,
16837,
65,
1465,
37,
16838,
476
],
),
"videocam": SymbolsMetadata(
popularity: 11729,
codepoint: 0xe04b,
categories: [0],
tags: [
731,
5995,
5160,
40,
42,
5117,
2549,
346,
5130,
1110,
49,
53,
1282,
406,
353,
354,
62,
408,
453,
440,
1347,
454,
411,
65,
37,
8664,
16839,
434
],
rtlAutoMirrored: true,
),
"videocam_alert": SymbolsMetadata(
popularity: 15,
codepoint: 0xf390,
categories: [0],
tags: [
3125,
1360,
1361,
5160,
5161,
16840,
40,
16841,
691,
5117,
1365,
2732,
1366,
16842,
346,
5130,
1110,
3479,
49,
1367,
2734,
5135,
1166,
4280,
353,
616,
62,
2737,
440,
16843,
1036,
13138,
454,
5138,
16844,
31,
1728,
16845,
8175,
37,
8664,
16846,
434,
206
],
),
"videocam_off": SymbolsMetadata(
popularity: 1293,
codepoint: 0xe04c,
categories: [0],
tags: [
1051,
5995,
1270,
5160,
40,
42,
571,
283,
5117,
1299,
2955,
868,
1055,
346,
5130,
1213,
1110,
49,
53,
87,
406,
5121,
353,
439,
1302,
1059,
1060,
1061,
62,
440,
432,
15692,
5997,
1067,
2631,
454,
1068,
37,
5127,
434,
10152
],
),
"videogame_asset": SymbolsMetadata(
popularity: 1369,
codepoint: 0xe338,
categories: [11],
tags: [
4687,
504,
6422,
345,
6423,
6424,
288,
3359,
1886,
781,
15496,
2550,
5403,
6425,
5450,
1693,
3798,
1110,
7572,
10121,
6426,
1967,
16847,
16848,
406,
523,
4310,
2521,
9771,
3323,
15042,
432,
4788,
392,
1339,
593,
3540,
15500,
65,
37,
6429,
10125,
15501
],
),
"videogame_asset_off": SymbolsMetadata(
popularity: 150,
codepoint: 0xe500,
categories: [11],
tags: [
4687,
1100,
6422,
345,
6423,
1235,
1210,
5937,
288,
1162,
1300,
868,
1055,
781,
15496,
3319,
5403,
6425,
5450,
1693,
3798,
1110,
1221,
7572,
10308,
1222,
6426,
1967,
406,
6266,
11517,
7372,
1059,
1061,
523,
9771,
432,
4788,
1224,
1067,
593,
3540,
15500,
1068,
37,
6429,
10125,
15501
],
),
"view_agenda": SymbolsMetadata(
popularity: 1419,
codepoint: 0xe8e9,
categories: [12],
tags: [
5017,
16849,
76,
2273,
2080,
5399,
1674,
81,
485,
8,
4821,
370,
382,
68,
86,
385,
1471,
88,
16850,
5043,
1029,
9986,
91,
586,
1677,
1517,
3379,
1168,
2474,
16851,
3773,
2476,
8246,
396,
16852,
1186
],
),
"view_apps": SymbolsMetadata(
popularity: 35,
codepoint: 0xf376,
categories: [2],
tags: [
2292,
2718,
2601,
6802,
2273,
4539,
450,
1425,
485,
8,
370,
382,
6200,
86,
2723,
385,
88,
4136,
506,
4137,
802,
92,
5048,
2726,
2472,
2473,
362,
509,
2728,
16853,
2729,
396,
1186
],
),
"view_array": SymbolsMetadata(
popularity: 234,
codepoint: 0xe8ea,
categories: [12],
tags: [
76,
1467,
6802,
2273,
933,
628,
81,
485,
8,
370,
382,
1198,
699,
385,
88,
2468,
91,
92,
1427,
1460,
1151,
1152,
955,
1465,
396,
16854,
476,
1186
],
),
"view_carousel": SymbolsMetadata(
popularity: 876,
codepoint: 0xe8eb,
categories: [12],
tags: [
5399,
5745,
1197,
628,
485,
8,
2198,
12383,
370,
1343,
382,
699,
49,
2520,
86,
385,
406,
2468,
325,
905,
2231,
2155,
62,
2156,
5027,
1427,
2841,
3057,
94,
2016,
2851,
396,
1186
],
),
"view_column": SymbolsMetadata(
popularity: 1501,
codepoint: 0xe8ec,
categories: [12],
tags: [
2160,
1467,
1439,
933,
81,
9984,
485,
8,
2274,
1136,
370,
382,
5401,
9985,
385,
92,
4616,
919,
4740,
1427,
1151,
1152,
2414,
955,
1474,
16855,
16856,
1465,
396,
16857,
16858,
1186,
1187
],
),
"view_column_2": SymbolsMetadata(
popularity: 143,
codepoint: 0xf847,
categories: [12],
tags: [
1467,
1439,
933,
485,
8,
2274,
16859,
370,
382,
385,
2468,
586,
4307,
919,
15419,
6414,
1427,
410,
2472,
2473,
707,
15412,
2414,
15405,
955,
6121,
1465,
396,
1186,
1187
],
),
"view_comfy": SymbolsMetadata(
popularity: 596,
codepoint: 0xe42a,
categories: [1],
tags: [
76,
2273,
6109,
3603,
1197,
16860,
628,
1425,
81,
8,
2198,
1343,
382,
68,
86,
385,
4136,
5028,
586,
5048,
3377,
1427,
2728,
955,
3093,
1474,
989,
2729,
396
],
),
"view_comfy_alt": SymbolsMetadata(
popularity: 831,
codepoint: 0xeb73,
categories: [2],
tags: [
2399,
1131,
1467,
2273,
6109,
1197,
1941,
16860,
4133,
4208,
485,
8,
370,
382,
579,
86,
385,
642,
3376,
16861,
70,
4138,
4659,
3377,
1427,
1151,
433,
2728,
5438,
5857,
3609,
396,
16862,
333
],
),
"view_compact": SymbolsMetadata(
popularity: 617,
codepoint: 0xe42b,
categories: [1],
tags: [
2160,
76,
6802,
2273,
6109,
933,
6056,
1425,
8,
16863,
370,
382,
385,
4136,
3376,
92,
5048,
4659,
3377,
1427,
3379,
1460,
1151,
392,
2728,
955,
3380,
396,
1229
],
),
"view_compact_alt": SymbolsMetadata(
popularity: 746,
codepoint: 0xeb74,
categories: [2],
tags: [
2399,
1601,
76,
2273,
482,
933,
6056,
628,
1236,
81,
485,
8,
83,
370,
382,
385,
16864,
70,
92,
919,
1427,
432,
1460,
2472,
71,
95,
433,
955,
396,
11686,
333,
1229
],
),
"view_cozy": SymbolsMetadata(
popularity: 983,
codepoint: 0xeb75,
categories: [2],
tags: [
1467,
6109,
1209,
16865,
16860,
6056,
628,
4208,
81,
6979,
485,
8,
2198,
370,
382,
5401,
1079,
68,
86,
385,
88,
5043,
586,
5651,
3377,
1427,
3379,
955,
1965,
396,
16866,
9768,
476,
333
],
),
"view_day": SymbolsMetadata(
popularity: 423,
codepoint: 0xe8ed,
categories: [12],
tags: [
1670,
1467,
1423,
2273,
2080,
5399,
5745,
933,
1160,
2134,
485,
8,
10,
370,
382,
699,
385,
2947,
586,
4659,
3509,
1427,
1168,
2325,
1171,
2476,
396,
1186
],
),
"view_headline": SymbolsMetadata(
popularity: 882,
codepoint: 0xe8ee,
categories: [12],
tags: [
1131,
1467,
2453,
517,
481,
3959,
628,
485,
8,
1589,
1164,
370,
2166,
382,
1198,
9435,
4709,
385,
1471,
88,
91,
586,
2169,
1427,
410,
1151,
955,
33,
740,
12640,
396,
476,
1186,
1187
],
),
"view_in_ar": SymbolsMetadata(
popularity: 4281,
codepoint: 0xe9fe,
categories: [0],
tags: [
478,
16867,
2554,
16868,
2781,
2756,
482,
483,
10182,
44,
8,
489,
7062,
16869,
466,
16870,
3048,
2765,
386,
16871,
2789,
16872,
4631,
16873,
410,
496,
433,
65,
10817,
396,
16874,
16875,
475,
499,
477
],
),
"view_in_ar_off": SymbolsMetadata(
popularity: 9,
codepoint: 0xf61b,
categories: [0],
tags: [
478,
2554,
16876,
16877,
2781,
2756,
482,
40,
1235,
483,
10182,
486,
868,
1055,
7062,
3048,
1222,
16878,
7371,
7372,
492,
1059,
1060,
1061,
386,
2789,
2790,
1067,
496,
433,
65,
1068,
396,
498,
499,
477
],
),
"view_kanban": SymbolsMetadata(
popularity: 1303,
codepoint: 0xeb7f,
categories: [2],
tags: [
4181,
2273,
5726,
5399,
1439,
382,
16879,
16880,
385,
1471,
88,
1029,
586,
3377,
3075,
759,
1517,
5669,
2470,
2728,
291,
955,
1518,
16881,
396,
9768,
16882,
3003,
16883
],
),
"view_list": SymbolsMetadata(
popularity: 5089,
codepoint: 0xe8ef,
categories: [12],
tags: [
1467,
9499,
2147,
6056,
628,
81,
485,
4814,
8,
1589,
83,
370,
382,
173,
68,
3792,
86,
385,
1471,
88,
506,
325,
9503,
70,
91,
586,
1427,
1460,
94,
95,
2474,
955,
396,
1186
],
rtlAutoMirrored: true,
),
"view_module": SymbolsMetadata(
popularity: 1057,
codepoint: 0xe8f0,
categories: [12],
tags: [
76,
1467,
2273,
1197,
2719,
628,
1425,
81,
485,
8,
370,
1343,
382,
1198,
6200,
68,
86,
385,
4738,
586,
92,
5048,
3377,
1427,
432,
390,
2472,
433,
2728,
2474,
955,
2729,
396,
476,
1186
],
),
"view_object_track": SymbolsMetadata(
popularity: 83,
codepoint: 0xf432,
categories: [12],
tags: [
5542,
1131,
3152,
482,
40,
42,
5540,
7843,
1757,
2986,
348,
382,
2834,
385,
630,
353,
468,
492,
3377,
59,
328,
453,
432,
2835,
363,
433,
2728,
16884,
1227,
2476,
3818,
2158,
37,
396
],
),
"view_quilt": SymbolsMetadata(
popularity: 863,
codepoint: 0xe8f1,
categories: [12],
tags: [
1467,
2273,
933,
2254,
1425,
485,
4593,
370,
1343,
382,
385,
3376,
15418,
70,
586,
4659,
3377,
4217,
3379,
1460,
2472,
2473,
363,
707,
433,
2728,
2474,
955,
2729,
396,
1186,
1229
],
rtlAutoMirrored: true,
),
"view_real_size": SymbolsMetadata(
popularity: 18,
codepoint: 0xf4c2,
categories: [1],
tags: [
72,
16885,
16886,
628,
45,
377,
8,
2351,
914,
16887,
137,
49,
801,
5829,
1116,
406,
8128,
22,
178,
16888,
16889,
57,
804,
62,
24,
3105,
3106,
16890,
391,
298,
31,
396,
16891,
2348,
8296
],
),
"view_sidebar": SymbolsMetadata(
popularity: 769,
codepoint: 0xf114,
categories: [12],
tags: [
1131,
1423,
912,
1439,
628,
345,
81,
485,
8,
914,
370,
382,
2918,
68,
1344,
385,
88,
506,
325,
16892,
70,
15899,
919,
432,
410,
1151,
71,
2016,
2949,
413,
1465,
396,
333,
1187
],
rtlAutoMirrored: true,
),
"view_stream": SymbolsMetadata(
popularity: 570,
codepoint: 0xe8f2,
categories: [12],
tags: [
1467,
7368,
2273,
933,
628,
16893,
81,
485,
8,
6413,
1735,
370,
1343,
382,
699,
68,
385,
1471,
88,
642,
9986,
586,
1427,
3379,
1460,
16894,
2474,
454,
16895,
396,
16896,
9768,
1186
],
),
"view_timeline": SymbolsMetadata(
popularity: 2910,
codepoint: 0xeb85,
categories: [2],
tags: [
1071,
373,
4820,
81,
375,
8,
10,
1077,
1078,
382,
2084,
699,
385,
87,
20,
4280,
5048,
3377,
3508,
1427,
759,
453,
1428,
1168,
94,
2728,
1171,
2476,
1095,
1465,
396,
514
],
),
"view_week": SymbolsMetadata(
popularity: 1123,
codepoint: 0xe8f3,
categories: [12],
tags: [
5017,
16849,
1670,
5041,
517,
2080,
6873,
16897,
16898,
933,
16899,
1160,
5046,
2134,
5042,
16900,
485,
8,
10,
4822,
370,
382,
385,
88,
92,
3509,
453,
1168,
5049,
1171,
2476,
396,
1186,
5039,
5045
],
),
"vignette": SymbolsMetadata(
popularity: 185,
codepoint: 0xe435,
categories: [1],
tags: [
2222,
1132,
504,
40,
193,
2830,
4104,
606,
1252,
680,
487,
8383,
4327,
83,
348,
4328,
137,
138,
49,
53,
57,
59,
16901,
3220,
330,
151,
31,
907,
4367,
476
],
),
"villa": SymbolsMetadata(
popularity: 762,
codepoint: 0xe586,
categories: [16],
tags: [
1496,
1497,
4057,
929,
2565,
4509,
1499,
2568,
1966,
1140,
2751,
1500,
2569,
4076,
1541,
327,
1501,
2571,
1502,
1503,
1504,
955,
3327,
2804,
332,
4914,
1507,
1969,
16902,
16903
],
),
"visibility": SymbolsMetadata(
popularity: 48046,
codepoint: 0xe8f4,
categories: [6],
tags: [
8,
5810,
12935,
1221,
16904,
6811,
1115,
8411,
1061,
3801,
16905,
13605,
386,
1063,
2054,
2897,
1036,
1127,
2016,
16906,
7528,
16907,
16908,
2953,
396,
3651,
7374,
476,
2087
],
),
"visibility_lock": SymbolsMetadata(
popularity: 158,
codepoint: 0xf653,
categories: [6],
tags: [
861,
2613,
4260,
8043,
5810,
1221,
16909,
16910,
16911,
1786,
16912,
16913,
1056,
1061,
5339,
2688,
1034,
1063,
16914,
1581,
3206,
1582,
3297,
16915,
2897,
3208,
705,
6279,
1782,
16916,
1036,
1127,
2016,
16917,
5341,
396,
3651,
7374
],
),
"visibility_off": SymbolsMetadata(
popularity: 20084,
codepoint: 0xe8f5,
categories: [6],
tags: [
14865,
13609,
1162,
868,
16918,
1055,
5810,
488,
1221,
2918,
1111,
813,
11709,
11781,
7372,
7364,
1059,
1061,
5339,
16919,
1034,
1063,
2897,
6279,
1036,
1127,
2016,
16920,
1067,
5138,
413,
16921,
10316,
16922,
396,
3651,
2087
],
),
"vital_signs": SymbolsMetadata(
popularity: 280,
codepoint: 0xe650,
categories: [3],
tags: [
1422,
12142,
4272,
373,
2386,
4274,
81,
288,
1770,
12143,
5387,
5388,
7800,
2438,
2885,
351,
1078,
697,
892,
4520,
4278,
2084,
1772,
10217,
1426,
17,
894,
15928,
630,
4280,
5893,
4282,
1428,
2158,
4285,
1863
],
),
"vo2_max": SymbolsMetadata(
popularity: 22,
codepoint: 0xf4aa,
categories: [15],
tags: [
2525,
16923,
12372,
1422,
4973,
690,
5385,
16924,
373,
81,
375,
11,
2884,
2885,
1078,
697,
4400,
4520,
5390,
581,
87,
13705,
13706,
16925,
17,
894,
18,
4280,
9810,
3786,
648,
4282,
11790,
30,
1095,
3042,
16926,
3542
],
),
"voice_chat": SymbolsMetadata(
popularity: 861,
codepoint: 0xe62e,
categories: [7],
tags: [
1268,
5050,
16927,
568,
5160,
40,
570,
572,
573,
283,
1476,
1477,
2744,
16812,
1480,
13755,
15030,
583,
16928,
4947,
5069,
243,
1293,
594,
1485,
1296,
4867,
37,
1298,
13302,
16929,
16930
],
),
"voice_over_off": SymbolsMetadata(
popularity: 487,
codepoint: 0xe94a,
categories: [6],
tags: [
862,
15783,
16931,
565,
16932,
16933,
10200,
1051,
6330,
7326,
868,
16934,
1055,
577,
581,
11709,
1302,
16935,
11957,
2106,
16936,
1059,
1061,
673,
588,
589,
590,
440,
16937,
16938,
1304,
1067,
3407,
2111,
4865,
1295,
16939,
594,
16940,
16941,
5953,
8042,
601,
1298,
16942,
16943,
16944,
12411
],
),
"voice_selection": SymbolsMetadata(
popularity: 475,
codepoint: 0xf58a,
categories: [0],
tags: [
862,
1268,
570,
684,
283,
685,
1476,
868,
1055,
577,
351,
977,
581,
1111,
87,
1284,
1285,
6289,
1059,
1060,
1061,
355,
589,
2991,
921,
590,
3401,
3402,
440,
362,
151,
888,
1067,
593,
1293,
1295,
594,
1296,
9594,
65,
601,
1298,
1863
],
),
"voice_selection_off": SymbolsMetadata(
popularity: 11,
codepoint: 0xf42c,
categories: [0],
tags: [
748,
1268,
570,
450,
1103,
345,
1476,
2021,
1300,
868,
1055,
577,
581,
87,
1284,
1285,
6289,
1302,
6523,
1059,
1060,
1061,
70,
589,
2991,
358,
2108,
3401,
3402,
362,
363,
151,
1304,
1067,
593,
1293,
1295,
594,
1296,
9594,
5618,
1298,
1863
],
),
"voicemail": SymbolsMetadata(
popularity: 751,
codepoint: 0xe0d9,
categories: [7],
tags: [
1360,
8167,
1268,
16945,
1270,
193,
16946,
283,
288,
3935,
2301,
4542,
2303,
583,
11688,
5089,
262,
887,
616,
3925,
271,
2521,
408,
2308,
440,
1293,
16947,
1406,
2609,
1298,
16930,
16948
],
),
"voicemail_2": SymbolsMetadata(
popularity: 2,
codepoint: 0xf352,
categories: [7],
tags: [
480,
1360,
1268,
1270,
193,
283,
288,
2300,
1548,
138,
2301,
51,
3813,
583,
814,
5089,
5090,
262,
2604,
616,
289,
271,
3366,
16949,
440,
1339,
1293,
594,
31,
13301,
1298,
16948
],
),
"volcano": SymbolsMetadata(
popularity: 462,
codepoint: 0xebda,
categories: [3],
tags: [
1360,
16950,
9116,
4424,
1365,
4428,
315,
2438,
1852,
16951,
4431,
5201,
318,
11117,
7788,
4432,
3038,
1605,
16952,
16953,
1606,
2374,
6777,
1834,
3672,
5182,
4201,
5236,
3847,
16954,
206
],
),
"volume_down": SymbolsMetadata(
popularity: 1511,
codepoint: 0xe04d,
categories: [0],
tags: [
10240,
1268,
16955,
3404,
3342,
2069,
345,
2062,
16956,
16150,
2832,
1959,
1301,
16957,
686,
439,
1714,
1302,
1286,
3454,
16958,
5936,
1304,
1293,
3350,
1294,
15295,
16959,
2039,
554,
3498,
12725,
1864
],
rtlAutoMirrored: true,
),
"volume_down_alt": SymbolsMetadata(
popularity: 481,
codepoint: 0xe79c,
categories: [0],
tags: [
1747,
2399,
1268,
3404,
193,
9116,
345,
4117,
2882,
16956,
2832,
792,
5288,
16960,
406,
1714,
1302,
409,
16958,
5936,
71,
1293,
11834,
16961,
1294,
1728,
2039,
3497,
554,
3498,
16962,
12725,
16963
],
rtlAutoMirrored: true,
),
"volume_mute": SymbolsMetadata(
popularity: 2467,
codepoint: 0xe04e,
categories: [0],
tags: [
1268,
10200,
1208,
345,
1162,
868,
138,
407,
1714,
1302,
11957,
2106,
1059,
408,
2108,
71,
1304,
2110,
1067,
1293,
2111,
1294,
11837,
1226,
31,
2039,
554,
4014
],
rtlAutoMirrored: true,
),
"volume_off": SymbolsMetadata(
popularity: 4855,
codepoint: 0xe04f,
categories: [0],
tags: [
862,
1268,
3404,
10200,
345,
6857,
1162,
868,
1055,
1213,
1279,
1961,
352,
439,
1714,
1302,
2106,
1059,
7432,
1061,
4268,
2108,
2110,
1067,
1293,
2111,
1294,
11837,
1728,
2039,
554,
3498,
12411
],
rtlAutoMirrored: true,
),
"volume_up": SymbolsMetadata(
popularity: 10941,
codepoint: 0xe050,
categories: [0],
tags: [
10240,
7839,
16964,
1268,
4971,
3404,
7745,
345,
1753,
16965,
1279,
16966,
138,
16967,
1301,
4433,
406,
439,
1714,
408,
71,
1293,
16968,
9952,
16969,
15038,
1294,
31,
2039,
1709,
37,
554,
3498,
16970
],
rtlAutoMirrored: true,
),
"volunteer_activism": SymbolsMetadata(
popularity: 7754,
codepoint: 0xea70,
categories: [15],
tags: [
16971,
864,
865,
3155,
16972,
9194,
574,
16973,
11751,
4289,
4290,
16974,
2707,
6748,
6574,
2708,
2709,
4053,
2710,
2083,
4520,
16975,
15232,
16976,
9198,
4521,
9318,
586,
16977,
2038,
593,
880,
13166
],
),
"voting_chip": SymbolsMetadata(
popularity: 96,
codepoint: 0xf852,
categories: [12],
tags: [
231,
72,
745,
2451,
1671,
3763,
4936,
684,
574,
16978,
2993,
10257,
16979,
3767,
1480,
15852,
1623,
887,
178,
13859,
16980,
2991,
239,
3770,
358,
6535,
203,
5063,
363,
593,
880,
1629,
16236,
13923,
3774,
3775
],
),
"vpn_key": SymbolsMetadata(
popularity: 4411,
codepoint: 0xe0da,
categories: [13],
tags: [
861,
9916,
5239,
5241,
2700,
4260,
1102,
284,
81,
44,
4950,
8043,
5965,
1590,
259,
1112,
1786,
980,
267,
8415,
5339,
1034,
1063,
1582,
705,
6279,
1782,
1036,
1583,
987,
65,
5341,
13675
],
),
"vpn_key_alert": SymbolsMetadata(
popularity: 27,
codepoint: 0xf6cc,
categories: [13],
tags: [
3125,
861,
2613,
1360,
1361,
5239,
5241,
691,
1102,
284,
3700,
1365,
4950,
5965,
1590,
2732,
1366,
1480,
1367,
259,
2734,
1112,
1786,
1166,
267,
616,
8415,
5339,
1063,
16981,
2737,
1428,
1065,
1066,
12609,
1036,
1093,
7507,
5341,
13674,
13675,
206
],
),
"vpn_key_off": SymbolsMetadata(
popularity: 651,
codepoint: 0xeb7a,
categories: [13],
tags: [
861,
565,
5239,
1051,
4260,
1102,
284,
6277,
81,
5937,
868,
3288,
4950,
1055,
1590,
259,
1112,
1786,
980,
267,
1057,
1059,
1060,
1061,
8415,
5339,
1034,
1063,
3206,
1065,
1036,
1583,
987,
1067,
1068,
5341,
13675
],
),
"vpn_lock": SymbolsMetadata(
popularity: 1321,
codepoint: 0xe62f,
categories: [13],
tags: [
861,
284,
13252,
6822,
6823,
315,
320,
259,
6825,
1786,
14874,
1056,
267,
6827,
523,
5966,
5339,
1034,
16982,
1063,
3206,
13670,
1582,
1066,
3208,
705,
1782,
12609,
1036,
1583,
498,
13674,
13675,
16983,
16984,
16985,
334
],
),
"vpn_lock_2": SymbolsMetadata(
popularity: 42,
codepoint: 0xf350,
categories: [13],
tags: [
861,
5335,
5241,
4260,
284,
11545,
81,
315,
320,
8047,
259,
1112,
5248,
1786,
1056,
267,
523,
16986,
5339,
1034,
1063,
3206,
1582,
2379,
3208,
705,
1782,
1036,
1583,
498,
13674,
13675,
334
],
),
"vr180_create2d": SymbolsMetadata(
popularity: 53,
codepoint: 0xefca,
categories: [1],
tags: [
16987,
16988,
372,
14369,
193,
6448,
16989,
1325,
16990,
868,
1055,
379,
16991,
1350,
49,
1605,
5005,
406,
1606,
1607,
1059,
1060,
1061,
5812,
469,
57,
59,
62,
387,
2789,
432,
392,
1067,
433,
2836,
393,
512,
395,
1465,
37,
396,
475,
499,
477,
16992
],
),
"vr180_create2d_off": SymbolsMetadata(
popularity: 23,
codepoint: 0xf571,
categories: [1],
tags: [
16987,
372,
14369,
504,
193,
345,
1795,
1325,
16990,
6972,
868,
1055,
379,
1350,
49,
1222,
1605,
5005,
642,
1606,
1607,
16993,
1059,
1060,
1061,
355,
386,
57,
59,
62,
2377,
388,
2789,
151,
1067,
1956,
2415,
413,
1465,
396,
475,
499,
477,
16992
],
),
"vrpano": SymbolsMetadata(
popularity: 478,
codepoint: 0xf082,
categories: [1],
tags: [
458,
500,
40,
193,
44,
13000,
320,
49,
466,
1605,
53,
406,
1606,
1607,
16994,
5812,
469,
386,
57,
59,
62,
2789,
1035,
64,
331,
65,
396,
498,
476,
477,
14787,
2552
],
),
"wall_art": SymbolsMetadata(
popularity: 65,
codepoint: 0xefcb,
categories: [8],
tags: [
1602,
2145,
1132,
6634,
2289,
6566,
1161,
8,
378,
12382,
12383,
348,
1343,
137,
1140,
384,
49,
6567,
1605,
16995,
1606,
1607,
4478,
3102,
57,
1346,
59,
62,
7663,
432,
1955,
433,
476,
4744,
13343
],
),
"wall_lamp": SymbolsMetadata(
popularity: 96,
codepoint: 0xe2b4,
categories: [10],
tags: [
1867,
16996,
3884,
9117,
3885,
4072,
1140,
16997,
1500,
4758,
16998,
16999,
9120,
3646,
5204,
2946,
17000,
17001,
492,
289,
1504,
17002,
1339,
1170,
4744,
17003,
17004
],
),
"wallet": SymbolsMetadata(
popularity: 3848,
codepoint: 0xf8ff,
categories: [9],
tags: [
565,
927,
960,
569,
931,
934,
936,
937,
11420,
14641,
5643,
941,
4211,
967,
946,
17005,
948,
6707,
951,
17006,
11481,
432,
954,
17007,
956,
971,
958
],
),
"wallpaper": SymbolsMetadata(
popularity: 1121,
codepoint: 0xe1bc,
categories: [4],
tags: [
480,
3536,
9187,
1236,
2405,
754,
8,
137,
7968,
11112,
138,
384,
49,
1605,
1607,
2374,
1834,
4061,
3377,
4035,
57,
59,
62,
2790,
8827,
410,
71,
2002,
1608,
4752,
396,
17008
],
),
"wallpaper_slideshow": SymbolsMetadata(
popularity: 25,
codepoint: 0xf672,
categories: [4],
tags: [
3536,
17009,
1751,
1197,
8,
1164,
348,
1343,
138,
49,
2520,
1605,
1082,
406,
630,
2468,
57,
59,
2155,
62,
2156,
2521,
1427,
470,
410,
94,
2016,
5998,
5194,
433,
1719,
2138,
31,
4330,
396,
476,
17008
],
),
"wand_shine": SymbolsMetadata(
popularity: 64,
codepoint: 0xf31f,
categories: [6],
tags: [
1747,
2504,
1602,
2506,
2133,
3641,
6105,
1252,
487,
17010,
3375,
5481,
15906,
83,
5515,
3383,
2479,
3646,
3647,
3384,
17011,
1167,
3385,
9001,
4769,
17012,
3649,
7251,
595,
857,
511,
11921,
17013,
10795,
2598
],
),
"wand_stars": SymbolsMetadata(
popularity: 126,
codepoint: 0xf31e,
categories: [6],
tags: [
480,
748,
2504,
2677,
2506,
839,
2133,
1325,
487,
1164,
17010,
17014,
15906,
216,
1350,
5515,
2479,
87,
3384,
17015,
17016,
328,
3707,
392,
4769,
7962,
3649,
3224,
7251,
857,
4116,
5210,
17017,
31,
511,
17013,
10795,
2598
],
),
"ward": SymbolsMetadata(
popularity: 13,
codepoint: 0xe13c,
categories: [3],
tags: [
861,
2678,
1766,
281,
1912,
481,
690,
1561,
2386,
3688,
3974,
3517,
3203,
3204,
697,
1772,
581,
5271,
4295,
588,
2688,
589,
1034,
1063,
1582,
1065,
3208,
705,
1782,
1036,
1583,
7513,
1584,
17018
],
),
"warehouse": SymbolsMetadata(
popularity: 2701,
codepoint: 0xebb8,
categories: [5],
tags: [
1497,
929,
569,
6949,
1180,
2045,
17019,
2192,
1703,
3854,
6460,
17020,
5365,
4930,
1604,
4897,
5332,
3792,
3427,
5768,
7971,
681,
17021,
4374,
4674,
1698,
1396,
955,
11511,
900,
8481
],
),
"warning": SymbolsMetadata(
popularity: 34140,
codepoint: 0xe002,
categories: [6],
tags: [
3125,
1360,
1669,
1361,
691,
1365,
2732,
1366,
4510,
4432,
1367,
1344,
2734,
1166,
583,
616,
2737,
4435,
1036,
1583,
898,
273,
291,
31,
1093,
1728,
141,
2448,
1348,
206,
1186
],
),
"warning_off": SymbolsMetadata(
popularity: 29,
codepoint: 0xf7ad,
categories: [6],
tags: [
3125,
1360,
17022,
12787,
17023,
1361,
17024,
691,
17025,
17026,
780,
17027,
1365,
17028,
868,
17029,
1055,
2732,
17030,
17031,
1366,
17032,
17033,
1367,
1166,
17034,
17035,
17036,
17037,
616,
17038,
2107,
1059,
1060,
1061,
17039,
3208,
17040,
1067,
31,
1728,
8175,
17041,
206,
17042
],
),
"wash": SymbolsMetadata(
popularity: 403,
codepoint: 0xf1b1,
categories: [8],
tags: [
1867,
1869,
3155,
5847,
810,
1872,
5832,
2652,
753,
7457,
11194,
7362,
2658,
2707,
2660,
2708,
2710,
2490,
1140,
3550,
7682,
1738,
760,
14712,
1224,
7388,
5839,
652,
5841,
472,
7367,
7685,
3879,
3850,
3566
],
),
"watch": SymbolsMetadata(
popularity: 2585,
codepoint: 0xe334,
categories: [11],
tags: [
2553,
1360,
4954,
8970,
193,
1159,
288,
44,
8,
577,
2885,
2508,
2550,
2083,
697,
616,
16255,
5898,
2555,
410,
1292,
433,
4933,
65,
1171,
2557,
1095,
2087,
2559,
2560,
333,
2561,
2563
],
),
"watch_arrow": SymbolsMetadata(
popularity: 36,
codepoint: 0xf2ca,
categories: [11],
tags: [
5538,
1359,
1670,
77,
502,
1159,
2719,
2081,
2082,
1400,
313,
577,
903,
2550,
2083,
14406,
51,
1344,
17,
14407,
325,
1167,
8851,
759,
17043,
1370,
906,
1168,
410,
14409,
1552,
1171,
2557,
1172,
2828,
141,
1348,
477,
2087,
2560,
333,
1186,
2563
],
rtlAutoMirrored: true,
),
"watch_button_press": SymbolsMetadata(
popularity: 24,
codepoint: 0xf6aa,
categories: [11],
tags: [
748,
4346,
1360,
2554,
6360,
504,
193,
1793,
1159,
345,
288,
44,
8,
2550,
1253,
1111,
1622,
406,
407,
616,
2521,
17044,
1120,
432,
330,
410,
1292,
7159,
433,
2138,
1800,
65,
1171,
2558,
477,
2087,
2559,
2560,
333,
2563
],
),
"watch_check": SymbolsMetadata(
popularity: 37,
codepoint: 0xf468,
categories: [11],
tags: [
2678,
2697,
1673,
193,
1159,
463,
17045,
2681,
2701,
17046,
2333,
2335,
1106,
2683,
17047,
1166,
1676,
2686,
330,
1035,
362,
245,
9225,
1518,
1678,
1171,
17048,
17049,
17050,
2694,
2087,
17051,
2560,
333,
2563,
1681
],
),
"watch_off": SymbolsMetadata(
popularity: 251,
codepoint: 0xeae3,
categories: [11],
tags: [
1359,
1360,
8970,
481,
1208,
780,
1159,
1209,
2618,
1162,
1300,
4266,
4267,
1213,
1302,
616,
1059,
1223,
2630,
1370,
1224,
2379,
7551,
2110,
1067,
1226,
4933,
1171,
1172,
2087,
17052,
2560,
333,
2561,
2563
],
),
"watch_screentime": SymbolsMetadata(
popularity: 57,
codepoint: 0xf6ae,
categories: [6],
tags: [
1422,
2554,
193,
1159,
519,
345,
81,
288,
44,
8,
2099,
1886,
2550,
1253,
550,
4280,
271,
3075,
432,
1428,
410,
17053,
1708,
433,
746,
525,
65,
1171,
2558,
1095,
3339,
477,
2087,
2560,
333,
2563
],
),
"watch_vibration": SymbolsMetadata(
popularity: 62,
codepoint: 0xf467,
categories: [11],
tags: [
1246,
1247,
1360,
2554,
8015,
8970,
7566,
1159,
2550,
2710,
17054,
1253,
1471,
353,
1302,
616,
16789,
271,
4282,
2108,
4283,
2121,
4240,
273,
1304,
2110,
7159,
2111,
4933,
1171,
2557,
7820,
17055,
2068,
477,
2087,
1863,
2559,
2560,
333,
2563
],
),
"watch_wake": SymbolsMetadata(
popularity: 19,
codepoint: 0xf6a9,
categories: [11],
tags: [
4346,
1360,
1867,
2554,
17056,
3641,
193,
1159,
288,
8,
1886,
4348,
2550,
3798,
1253,
3658,
68,
3646,
262,
1259,
1061,
3194,
2548,
410,
1905,
2556,
433,
65,
1171,
2558,
9021,
477,
2141,
2087,
2559,
2560,
333,
2561,
2563
],
),
"water": SymbolsMetadata(
popularity: 2323,
codepoint: 0xf084,
categories: [15],
tags: [
480,
17057,
1332,
4057,
810,
11219,
2903,
4291,
1164,
1852,
2528,
6499,
11447,
4378,
4198,
814,
7211,
2374,
2498,
289,
1894,
5960,
760,
4383,
392,
1339,
10539,
31,
7212,
17058,
3850,
10540,
1864,
859,
10535,
10552
],
),
"water_bottle": SymbolsMetadata(
popularity: 36,
codepoint: 0xf69d,
categories: [3],
tags: [
4878,
1767,
7290,
5710,
1333,
17059,
4228,
17060,
7915,
1853,
11,
2885,
4194,
697,
17061,
17062,
11447,
17063,
4232,
7744,
4198,
17064,
17065,
11426,
17066,
330,
17067,
15513,
17068,
3850,
17069
],
),
"water_bottle_large": SymbolsMetadata(
popularity: 10,
codepoint: 0xf69e,
categories: [3],
tags: [
4878,
1767,
7290,
1333,
4228,
11,
2885,
4194,
2528,
8279,
697,
17062,
11447,
1948,
4198,
17064,
4404,
492,
3672,
17070,
5579,
17071,
392,
30,
17068,
332,
7317,
3850,
17069,
17072
],
),
"water_damage": SymbolsMetadata(
popularity: 419,
codepoint: 0xf203,
categories: [8],
tags: [
1360,
1497,
929,
691,
11284,
5266,
10533,
4428,
11219,
17073,
2903,
4291,
2438,
2568,
9105,
3804,
4432,
1140,
1500,
2734,
11220,
4198,
3981,
1166,
7211,
8898,
3869,
2737,
1501,
17074,
2571,
4900,
1503,
1504,
1505,
7367,
4414,
4744,
206,
3850,
17075,
859,
10535
],
),
"water_do": SymbolsMetadata(
popularity: 22,
codepoint: 0xf870,
categories: [3],
tags: [
1332,
3831,
4878,
810,
14355,
4228,
2903,
4291,
7209,
4708,
2528,
1855,
15577,
697,
6499,
11447,
4198,
7211,
1834,
3786,
3869,
16413,
5960,
10548,
3873,
3846,
31,
7212,
3850,
10540,
3513,
10535
],
),
"water_drop": SymbolsMetadata(
popularity: 6904,
codepoint: 0xe798,
categories: [3],
tags: [
5363,
17057,
9123,
11986,
7807,
6965,
4228,
11219,
2903,
4291,
6242,
6243,
1164,
1852,
83,
2528,
6499,
11447,
4198,
7211,
1834,
2498,
6708,
328,
1877,
5960,
4054,
71,
593,
7212,
7213,
3850,
859,
10535
],
),
"water_ec": SymbolsMetadata(
popularity: 12,
codepoint: 0xf875,
categories: [3],
tags: [
1422,
6208,
4368,
3955,
4191,
11986,
17076,
1851,
81,
2903,
4291,
17077,
6242,
3890,
3942,
1852,
2528,
3891,
51,
68,
4197,
1083,
4198,
17,
630,
1892,
16413,
63,
2888,
4201,
64,
1318,
1319,
3958,
3850
],
),
"water_full": SymbolsMetadata(
popularity: 60,
codepoint: 0xf6d6,
categories: [15],
tags: [
17057,
4878,
5286,
7207,
4228,
9859,
2903,
4291,
2884,
2528,
2286,
697,
2369,
6499,
11447,
4198,
7211,
1834,
2498,
5960,
17078,
17079,
2434,
7212,
17058,
17080,
3850,
10540,
17081,
9861,
859,
10535
],
),
"water_heater": SymbolsMetadata(
popularity: 374,
codepoint: 0xe284,
categories: [8],
tags: [
1867,
2133,
3831,
7981,
685,
345,
288,
3942,
3703,
46,
5991,
1856,
1140,
1902,
3038,
17082,
1500,
4234,
630,
1143,
3869,
3707,
1504,
71,
3873,
1906,
291,
1093,
858,
3396,
17083
],
),
"water_lock": SymbolsMetadata(
popularity: 30,
codepoint: 0xf6ad,
categories: [6],
tags: [
2829,
481,
4260,
5807,
3974,
288,
2903,
4291,
1164,
2884,
6499,
4198,
1786,
1056,
7211,
1834,
5339,
12745,
1034,
1063,
3206,
1582,
5960,
3297,
3208,
3209,
705,
11694,
1782,
3210,
1036,
1583,
2558,
5341,
2087,
3850,
17084,
17085,
859
],
),
"water_loss": SymbolsMetadata(
popularity: 29,
codepoint: 0xf6d5,
categories: [15],
tags: [
840,
7807,
5060,
2882,
17086,
4228,
9859,
17087,
2903,
4291,
964,
1852,
7210,
2884,
2528,
15578,
11220,
11224,
4198,
6826,
16522,
7211,
3869,
17088,
8205,
4054,
17089,
7212,
17058,
6250,
3850,
10540,
17090,
9861
],
),
"water_lux": SymbolsMetadata(
popularity: 30,
codepoint: 0xf874,
categories: [3],
tags: [
223,
4878,
4228,
4291,
7209,
811,
1852,
2528,
2286,
3891,
697,
11447,
17091,
51,
792,
5204,
4198,
17,
3494,
7211,
1834,
26,
5960,
8200,
17092,
8454,
1608,
4064,
10629,
7212,
7213,
17068,
554,
3850,
10540,
17093,
1864,
859,
10535
],
),
"water_medium": SymbolsMetadata(
popularity: 39,
codepoint: 0xf6d4,
categories: [15],
tags: [
840,
4228,
9859,
11219,
2903,
4291,
1852,
2884,
2528,
15577,
6499,
11447,
792,
4198,
3899,
7211,
1834,
9129,
10094,
5960,
17094,
7212,
7213,
554,
3850,
9861,
859,
10535
],
),
"water_orp": SymbolsMetadata(
popularity: 14,
codepoint: 0xf878,
categories: [3],
tags: [
17057,
4191,
810,
2903,
4291,
1164,
1852,
8485,
1077,
2528,
6499,
11447,
17091,
11220,
4198,
17,
7211,
1834,
17095,
17096,
17097,
3786,
17098,
9411,
8837,
63,
10548,
8205,
4201,
17094,
7212,
3850,
10535
],
),
"water_ph": SymbolsMetadata(
popularity: 15,
codepoint: 0xf87a,
categories: [3],
tags: [
17099,
17100,
1817,
17101,
1422,
17057,
4191,
810,
2903,
4291,
1164,
1852,
2528,
15577,
697,
11447,
17102,
51,
15578,
4198,
17,
1834,
9128,
17103,
16413,
63,
4201,
9130,
1318,
1319,
3850
],
),
"water_pump": SymbolsMetadata(
popularity: 91,
codepoint: 0xf5d8,
categories: [10],
tags: [
1817,
288,
3703,
2799,
46,
2528,
9125,
17104,
1856,
4897,
1632,
15578,
1605,
4198,
1738,
4898,
4899,
1891,
9856,
3869,
3707,
6223,
8214,
17105,
17106,
5581,
1093,
3396,
17107,
3850,
17108,
17109,
17110
],
),
"water_voc": SymbolsMetadata(
popularity: 6,
codepoint: 0xf87b,
categories: [3],
tags: [
1882,
1422,
4190,
17111,
4191,
12026,
17112,
17113,
81,
2903,
4291,
1852,
17114,
697,
51,
17115,
4197,
4198,
17,
2375,
1892,
1428,
2345,
705,
4201,
7213,
1319,
7214,
17116,
8359,
17117,
3850,
10540
],
),
"waterfall_chart": SymbolsMetadata(
popularity: 698,
codepoint: 0xea00,
categories: [9],
tags: [
1422,
1071,
1423,
517,
2730,
1308,
569,
373,
933,
81,
2882,
8376,
375,
941,
942,
9929,
1078,
235,
2929,
1081,
6826,
226,
1086,
4294,
242,
759,
1428,
2474,
746,
3093,
1095,
1465,
514,
17118,
17119
],
),
"waves": SymbolsMetadata(
popularity: 1579,
codepoint: 0xe176,
categories: [15],
tags: [
1268,
4971,
3404,
8125,
3342,
17120,
17121,
3788,
4057,
2072,
16353,
351,
4378,
9792,
1471,
406,
1714,
8130,
9947,
2498,
3844,
4383,
2434,
273,
17122,
1293,
11834,
3350,
15222,
2077,
6102,
13518,
2534,
554,
12748,
3850,
1863,
3354,
1864
],
),
"waving_hand": SymbolsMetadata(
popularity: 3123,
codepoint: 0xe766,
categories: [3],
tags: [
4120,
2525,
8226,
566,
3571,
17123,
570,
283,
1612,
2707,
5761,
2708,
6892,
8017,
17124,
2710,
9688,
17125,
581,
138,
1622,
3579,
589,
8650,
590,
593,
4865,
291,
31,
1863,
8020,
17126,
6274
],
),
"wb_auto": SymbolsMetadata(
popularity: 106,
codepoint: 0xe42c,
categories: [1],
tags: [
3442,
17127,
1747,
4,
4771,
2436,
17128,
17129,
17130,
3372,
17131,
925,
3641,
3642,
3822,
40,
5,
345,
5507,
1252,
680,
1852,
3643,
12,
4758,
49,
8371,
9120,
16,
9141,
5204,
642,
355,
57,
59,
64,
71,
31,
33,
35,
9144,
835,
9145,
17132
],
),
"wb_incandescent": SymbolsMetadata(
popularity: 1233,
codepoint: 0xe42e,
categories: [1],
tags: [
925,
2484,
3641,
3822,
1252,
680,
3702,
3942,
3703,
11300,
1109,
3383,
10736,
3825,
4758,
9139,
4196,
1281,
8314,
3413,
9120,
3646,
9142,
5204,
3707,
10132,
151,
71,
9001,
4959,
4202,
10291,
17133,
4870,
835,
3424,
17132
],
),
"wb_iridescent": SymbolsMetadata(
popularity: 262,
codepoint: 0xe436,
categories: [1],
tags: [
5363,
925,
3641,
3642,
40,
1252,
680,
9137,
3702,
3942,
3703,
83,
9138,
8996,
3383,
4758,
49,
9139,
1890,
9140,
9120,
3646,
9141,
9142,
5204,
57,
59,
62,
3707,
151,
71,
3385,
3649,
9143,
9144,
835,
9145,
17132
],
),
"wb_shade": SymbolsMetadata(
popularity: 190,
codepoint: 0xea01,
categories: [1],
tags: [
1747,
1131,
925,
3343,
929,
345,
2150,
4255,
4248,
3654,
381,
1140,
699,
1500,
2753,
3646,
4257,
5204,
1471,
492,
1034,
432,
71,
4063,
1347,
16779,
823,
5877,
31,
413,
9144,
835,
1187,
17134,
17135
],
),
"wb_sunny": SymbolsMetadata(
popularity: 2689,
codepoint: 0xe430,
categories: [1],
tags: [
925,
5874,
3641,
4098,
193,
840,
2134,
15797,
1852,
4105,
2886,
3036,
3646,
5204,
1471,
2089,
1834,
17136,
3598,
4061,
4761,
12105,
2002,
4762,
857,
2382,
1608,
4064,
858,
3849,
9144,
859,
835
],
),
"wb_twilight": SymbolsMetadata(
popularity: 1185,
codepoint: 0xe1c6,
categories: [1],
tags: [
6789,
4771,
4096,
1883,
925,
4097,
4098,
4248,
17137,
3654,
17138,
17139,
1853,
4327,
17140,
4328,
11112,
1605,
3646,
5204,
1624,
2374,
17136,
4113,
8827,
13985,
2002,
1608,
10629,
10630,
4330,
17141,
396,
9144,
859,
835
],
),
"wc": SymbolsMetadata(
popularity: 2980,
codepoint: 0xe63d,
categories: [3],
tags: [
862,
3543,
1869,
2651,
312,
890,
3854,
1805,
1806,
3550,
322,
3552,
323,
1812,
981,
1085,
17142,
3863,
3561,
1955,
3872,
652,
898,
31,
899,
332,
3877,
881,
3879,
3866,
3850,
3881,
3566,
7910,
17143
],
),
"weather_hail": SymbolsMetadata(
popularity: 92,
codepoint: 0xf67f,
categories: [3],
tags: [
1669,
504,
840,
1686,
5958,
841,
2879,
1164,
2886,
14804,
137,
10093,
17144,
17145,
1140,
850,
138,
1344,
5876,
262,
1834,
1143,
4061,
10094,
2002,
10096,
855,
17146,
4414,
31,
2078,
141,
1348,
1409,
859,
333,
1186,
860
],
),
"weather_mix": SymbolsMetadata(
popularity: 70,
codepoint: 0xf60b,
categories: [3],
tags: [
1847,
17147,
840,
1686,
5958,
841,
1852,
2886,
10093,
17148,
5876,
8149,
17149,
17150,
1834,
4061,
12514,
10094,
5960,
13807,
10096,
855,
17146,
1608,
4064,
858,
16244,
859,
13024,
13816,
17151,
13817,
12099,
860
],
),
"weather_snowy": SymbolsMetadata(
popularity: 462,
codepoint: 0xe2cd,
categories: [10],
tags: [
1669,
840,
1686,
841,
846,
8,
17152,
17153,
849,
1140,
850,
138,
5818,
68,
5876,
1834,
1143,
3672,
10094,
1428,
12105,
855,
856,
17146,
291,
31,
858,
2078,
907,
859,
13810,
1186,
860
],
),
"web": SymbolsMetadata(
popularity: 4392,
codepoint: 0xe051,
categories: [6],
tags: [
1514,
1179,
312,
313,
315,
17154,
11521,
7852,
319,
320,
259,
323,
1538,
6207,
324,
1388,
1540,
174,
1550,
325,
267,
523,
1596,
1551,
327,
328,
329,
410,
1552,
331,
1553,
17155,
333,
1186,
7855,
334,
5257
],
),
"web_asset": SymbolsMetadata(
popularity: 2471,
codepoint: 0xe069,
categories: [6],
tags: [
1669,
501,
7512,
4687,
1132,
482,
1179,
12641,
2228,
17156,
6073,
485,
1104,
44,
8,
520,
348,
49,
1344,
259,
385,
406,
630,
523,
1596,
1123,
432,
410,
1552,
509,
433,
141,
1348,
37,
396,
333,
17157,
1186,
1187,
5257
],
),
"web_asset_off": SymbolsMetadata(
popularity: 417,
codepoint: 0xe4f7,
categories: [6],
tags: [
1360,
4687,
1051,
1179,
519,
284,
1712,
2955,
868,
1055,
2732,
2733,
1213,
138,
259,
87,
267,
3295,
17158,
1059,
1061,
1596,
2737,
410,
1067,
291,
31,
65,
1068,
206,
333,
17159,
1186,
1187,
1229,
5257,
4013
],
),
"web_stories": SymbolsMetadata(
popularity: 862,
codepoint: 0xe595,
categories: [1],
tags: [
1439,
283,
628,
2274,
1735,
437,
1693,
2520,
2493,
406,
10441,
325,
905,
408,
2841,
759,
2523,
1151,
1152,
1169,
94,
17160,
5194,
243,
2475,
4464,
2476,
17161,
37,
396,
4546,
333,
17162
],
),
"web_traffic": SymbolsMetadata(
popularity: 789,
codepoint: 0xea03,
categories: [6],
tags: [
516,
1179,
4819,
1793,
1794,
283,
284,
254,
1796,
3445,
17163,
615,
621,
520,
319,
17164,
17165,
259,
17166,
17167,
267,
17168,
17169,
17170,
17171,
746,
11077,
1638,
527,
333,
17172,
17173,
17174,
334,
17175,
6869
],
),
"webhook": SymbolsMetadata(
popularity: 1324,
codepoint: 0xeb92,
categories: [6],
tags: [
1360,
2575,
77,
2133,
2576,
482,
1102,
283,
284,
81,
1313,
1104,
1386,
10,
2578,
1344,
87,
1314,
583,
616,
1123,
432,
652,
509,
433,
1093,
6428,
98,
2464,
17176
],
),
"weekend": SymbolsMetadata(
popularity: 837,
codepoint: 0xe16b,
categories: [8],
tags: [
3662,
2042,
5653,
1515,
5650,
17177,
5425,
1914,
1333,
5546,
4072,
4646,
1966,
1140,
1633,
17178,
5547,
1920,
2051,
17179,
5651,
5383,
17180,
432,
1925,
1955,
1698,
4933,
4501,
332,
3677,
17181,
1989,
1929,
1969,
17182,
17183,
17184
],
),
"weight": SymbolsMetadata(
popularity: 1078,
codepoint: 0xe13d,
categories: [3],
tags: [
925,
8959,
690,
8276,
11,
2885,
9929,
17185,
8279,
697,
17186,
17187,
8965,
6826,
15607,
226,
17,
10468,
18,
4148,
17188,
12150,
759,
391,
3744,
30,
17189,
649,
17190,
3042,
152,
3751,
3752,
3542
],
),
"west": SymbolsMetadata(
popularity: 2011,
codepoint: 0xf1e6,
categories: [5],
tags: [
77,
11515,
2454,
2838,
313,
2283,
1212,
2834,
51,
1633,
2207,
324,
1541,
1758,
325,
507,
1634,
328,
1167,
2841,
5559,
1124,
1636,
3180,
332,
1728,
2844,
4375,
1640,
3007,
14020
],
),
"whatshot": SymbolsMetadata(
popularity: 1527,
codepoint: 0xe80e,
categories: [3],
tags: [
1360,
2599,
77,
11448,
8908,
193,
5268,
313,
3703,
3317,
17191,
5201,
5202,
437,
4432,
3036,
3038,
8913,
1367,
11452,
7924,
887,
2469,
616,
17192,
11453,
330,
13655,
17193,
6657,
4164,
4711,
3044,
206,
17194
],
),
"wheelchair_pickup": SymbolsMetadata(
popularity: 338,
codepoint: 0xf1ab,
categories: [16],
tags: [
862,
863,
865,
2436,
690,
1820,
867,
868,
1688,
17195,
870,
891,
697,
871,
581,
138,
894,
875,
589,
13286,
3324,
1927,
898,
888,
17196,
31,
5374,
900,
1639,
332,
1844,
882,
2059
],
),
"where_to_vote": SymbolsMetadata(
popularity: 5389,
codepoint: 0xe177,
categories: [5],
tags: [
1514,
1671,
3763,
929,
1673,
17197,
463,
3766,
312,
313,
2334,
2335,
13156,
3767,
17198,
317,
4124,
944,
321,
323,
1388,
1541,
1166,
174,
1550,
1676,
10501,
326,
327,
1167,
3769,
3770,
17199,
17200,
3338,
362,
1226,
1678,
1720,
17201,
1584,
3774,
3775,
7855,
1681
],
),
"widget_medium": SymbolsMetadata(
popularity: 24,
codepoint: 0xf3ba,
categories: [2],
tags: [
1669,
9982,
1131,
481,
2273,
482,
930,
14605,
3959,
2719,
1333,
1425,
485,
8,
1136,
1164,
382,
1344,
385,
3899,
4738,
919,
4740,
4741,
1147,
432,
1149,
410,
1151,
1152,
1552,
433,
17202,
3380,
2729,
141,
1348,
396,
333,
1186,
5029,
1187
],
),
"widget_small": SymbolsMetadata(
popularity: 32,
codepoint: 0xf3b9,
categories: [2],
tags: [
1669,
17203,
501,
9982,
2273,
2719,
1236,
1425,
485,
1164,
216,
382,
1344,
385,
4738,
70,
92,
919,
4035,
358,
4676,
410,
2472,
2473,
151,
1552,
1964,
2728,
2729,
141,
1348,
396,
333,
1186,
5029,
1187
],
),
"widget_width": SymbolsMetadata(
popularity: 21,
codepoint: 0xf3b8,
categories: [2],
tags: [
1747,
1669,
9982,
502,
15944,
2273,
482,
2719,
2455,
345,
1425,
485,
486,
2351,
914,
382,
699,
1344,
385,
5625,
17,
1652,
70,
6275,
432,
2232,
1707,
391,
410,
71,
2920,
1552,
298,
709,
2729,
141,
1348,
396,
333,
1186,
5029,
17204,
17205,
397,
1187
],
),
"widgets": SymbolsMetadata(
popularity: 4750,
codepoint: 0xe1bd,
categories: [4],
tags: [
745,
1669,
76,
2273,
482,
6109,
2719,
1236,
1425,
8,
2198,
382,
385,
506,
4137,
3376,
70,
92,
4659,
4035,
4676,
3379,
1224,
2472,
151,
71,
2728,
141,
396,
17206
],
),
"width_full": SymbolsMetadata(
popularity: 764,
codepoint: 0xf8f5,
categories: [2],
tags: [
748,
502,
504,
933,
628,
345,
8,
914,
1335,
2229,
4654,
382,
699,
51,
385,
5625,
1471,
2355,
506,
1167,
1427,
1707,
391,
410,
2949,
1952,
413,
396,
397
],
),
"width_normal": SymbolsMetadata(
popularity: 844,
codepoint: 0xf8f6,
categories: [2],
tags: [
6251,
17207,
2160,
4600,
17208,
17209,
2455,
1753,
377,
17210,
1589,
680,
914,
699,
50,
385,
1141,
17,
17211,
1596,
17212,
2232,
2284,
391,
71,
298,
709,
806,
397,
9722
],
),
"width_wide": SymbolsMetadata(
popularity: 613,
codepoint: 0xf8f7,
categories: [2],
tags: [
1747,
633,
1423,
344,
486,
8,
2351,
914,
346,
370,
5826,
699,
1605,
385,
2355,
226,
630,
354,
469,
409,
432,
391,
410,
298,
1952,
37,
396,
2552,
17213,
2348
],
),
"wifi": SymbolsMetadata(
popularity: 11001,
codepoint: 0xe63e,
categories: [4],
tags: [
7553,
4791,
517,
731,
283,
519,
284,
254,
81,
288,
12617,
51,
259,
267,
523,
271,
272,
1745,
652,
273,
291,
649,
31,
65,
1864,
277,
278
],
),
"wifi_1_bar": SymbolsMetadata(
popularity: 217,
codepoint: 0xe4ca,
categories: [4],
tags: [
72,
3886,
9619,
1423,
517,
731,
1250,
251,
283,
519,
284,
254,
3462,
81,
288,
138,
259,
7826,
262,
267,
3892,
271,
2064,
272,
1745,
652,
273,
291,
649,
31,
65,
1863,
7832,
277,
278
],
),
"wifi_2_bar": SymbolsMetadata(
popularity: 260,
codepoint: 0xe4d9,
categories: [4],
tags: [
74,
861,
1423,
517,
14982,
1250,
251,
283,
284,
253,
254,
81,
44,
51,
259,
9911,
17214,
792,
262,
267,
269,
12630,
271,
1745,
652,
273,
290,
291,
649,
65,
3903,
7832,
277,
17215,
278,
650
],
),
"wifi_add": SymbolsMetadata(
popularity: 21,
codepoint: 0xf7a8,
categories: [7],
tags: [
231,
861,
745,
1323,
6416,
1073,
284,
1325,
81,
1336,
259,
1328,
1314,
651,
267,
887,
1453,
239,
2075,
1745,
652,
1788,
273,
31,
1864,
277,
278
],
),
"wifi_calling": SymbolsMetadata(
popularity: 284,
codepoint: 0xef77,
categories: [7],
tags: [
12616,
731,
1270,
13290,
1250,
7718,
283,
1073,
284,
254,
975,
81,
288,
1110,
259,
17216,
1471,
262,
267,
271,
5069,
3220,
272,
273,
1296,
65,
276,
1406,
1298,
1864,
277,
17215,
278,
17217
],
),
"wifi_calling_bar_1": SymbolsMetadata(
popularity: 5,
codepoint: 0xf44c,
categories: [4],
tags: [
72,
517,
518,
13290,
1250,
251,
283,
284,
254,
81,
288,
51,
259,
9911,
2073,
792,
3494,
262,
267,
10089,
523,
271,
1148,
272,
273,
275,
291,
649,
276,
277,
278,
17218,
280
],
),
"wifi_calling_bar_2": SymbolsMetadata(
popularity: 7,
codepoint: 0xf44b,
categories: [4],
tags: [
74,
1423,
517,
13290,
1250,
251,
283,
284,
254,
81,
288,
51,
259,
792,
262,
267,
523,
12630,
271,
14986,
272,
273,
275,
291,
649,
65,
612,
1406,
3903,
277,
278
],
),
"wifi_calling_bar_3": SymbolsMetadata(
popularity: 23,
codepoint: 0xf44a,
categories: [4],
tags: [
75,
1423,
517,
13290,
1250,
251,
283,
284,
254,
81,
51,
259,
792,
262,
267,
271,
14986,
272,
273,
275,
291,
649,
612,
551,
2290,
277,
278
],
),
"wifi_channel": SymbolsMetadata(
popularity: 344,
codepoint: 0xeb6a,
categories: [7],
tags: [
1747,
9619,
12616,
731,
251,
732,
283,
6416,
284,
254,
2062,
81,
351,
12583,
12584,
259,
87,
1471,
262,
267,
17219,
1745,
652,
151,
273,
6102,
524,
65,
97,
1863,
1864,
277,
17220,
278,
17221
],
),
"wifi_find": SymbolsMetadata(
popularity: 592,
codepoint: 0xeb31,
categories: [4],
tags: [
7553,
4791,
9619,
11879,
517,
731,
251,
1272,
284,
2062,
81,
7843,
2334,
1105,
317,
12617,
259,
1549,
1115,
2340,
262,
267,
1183,
851,
2064,
4761,
1745,
1126,
652,
273,
65,
1864,
277,
278
],
),
"wifi_home": SymbolsMetadata(
popularity: 17,
codepoint: 0xf671,
categories: [4],
tags: [
861,
1497,
518,
929,
283,
284,
254,
81,
288,
44,
2568,
1140,
1500,
1890,
259,
323,
651,
267,
523,
327,
16981,
4788,
1503,
1504,
2075,
1745,
652,
273,
1906,
411,
65,
526,
277,
278
],
),
"wifi_lock": SymbolsMetadata(
popularity: 340,
codepoint: 0xe1e1,
categories: [4],
tags: [
861,
5239,
517,
251,
1073,
284,
254,
81,
8043,
2235,
12583,
259,
1786,
1056,
17222,
262,
267,
17223,
5339,
1034,
1063,
3206,
1582,
3208,
705,
1782,
1036,
652,
273,
649,
277,
278
],
),
"wifi_notification": SymbolsMetadata(
popularity: 7,
codepoint: 0xf670,
categories: [4],
tags: [
749,
1359,
1360,
12616,
1362,
518,
1363,
283,
519,
284,
254,
2062,
81,
288,
138,
51,
259,
9911,
917,
262,
267,
616,
1259,
1368,
3220,
2074,
1370,
762,
1745,
652,
71,
273,
1293,
291,
649,
31,
17224,
65,
1864,
277,
278
],
),
"wifi_off": SymbolsMetadata(
popularity: 2490,
codepoint: 0xe648,
categories: [4],
tags: [
284,
3287,
81,
1162,
868,
2731,
1055,
259,
11707,
267,
2024,
14283,
13524,
6335,
13313,
17225,
5970,
1059,
1060,
1061,
2736,
1745,
652,
273,
13527,
2027,
15011,
1067,
1068,
17226,
17227,
15003,
17228,
17229,
277,
13317,
12627,
278,
2028,
15012
],
),
"wifi_password": SymbolsMetadata(
popularity: 474,
codepoint: 0xeb6b,
categories: [13],
tags: [
861,
10932,
5239,
5241,
251,
1073,
284,
254,
10581,
81,
5965,
259,
9911,
1112,
1786,
980,
262,
267,
6827,
8415,
5339,
1034,
16981,
1582,
1745,
1782,
13673,
1036,
652,
273,
5341,
277,
17215,
278,
650,
17230
],
),
"wifi_protected_setup": SymbolsMetadata(
popularity: 775,
codepoint: 0xf0fc,
categories: [6],
tags: [
17231,
861,
460,
77,
502,
9916,
731,
685,
1073,
284,
4735,
259,
1314,
267,
17232,
1581,
3206,
17233,
2074,
470,
12609,
3210,
1036,
1788,
273,
290,
17234,
97,
277,
278,
650
],
),
"wifi_proxy": SymbolsMetadata(
popularity: 12,
codepoint: 0xf7a7,
categories: [7],
tags: [
861,
2564,
1497,
929,
569,
685,
284,
14792,
81,
12692,
5480,
2568,
1140,
259,
9911,
267,
17235,
4306,
6827,
17236,
327,
1034,
1063,
16981,
3206,
2713,
17237,
17238,
2571,
1503,
1504,
1745,
1782,
12609,
1036,
2738,
652,
71,
1505,
273,
13675,
333,
277,
278,
650,
5257
],
),
"wifi_tethering": SymbolsMetadata(
popularity: 970,
codepoint: 0xe1e2,
categories: [4],
tags: [
7553,
1250,
251,
252,
284,
254,
81,
17239,
12617,
259,
9911,
5246,
1314,
262,
265,
267,
17240,
271,
17241,
17242,
17243,
17244,
1745,
652,
1529,
17245,
273,
275,
17246,
277,
17247,
278,
650
],
),
"wifi_tethering_error": SymbolsMetadata(
popularity: 269,
codepoint: 0xead9,
categories: [4],
tags: [
3125,
1360,
1361,
3284,
691,
1250,
251,
283,
284,
1365,
81,
288,
7183,
2731,
2732,
1366,
2733,
12617,
138,
1367,
1344,
259,
13303,
2734,
1166,
262,
267,
616,
271,
2737,
1035,
1745,
652,
1529,
2038,
273,
275,
31,
17246,
1068,
206,
277,
278
],
),
"wifi_tethering_off": SymbolsMetadata(
popularity: 199,
codepoint: 0xf087,
categories: [4],
tags: [
1250,
251,
284,
13519,
3287,
1299,
81,
13520,
868,
2731,
1055,
13521,
259,
11707,
87,
262,
13522,
267,
13523,
2024,
6443,
7605,
13524,
13313,
1059,
1060,
1061,
271,
13525,
13526,
1745,
652,
7991,
273,
13527,
2027,
1067,
275,
17246,
13528,
13529,
1068,
277,
13530,
13317,
278
],
),
"wind_power": SymbolsMetadata(
popularity: 1420,
codepoint: 0xec0c,
categories: [3],
tags: [
480,
1880,
17248,
4223,
15190,
840,
6242,
7915,
3942,
3703,
1852,
530,
137,
138,
1471,
353,
1143,
3707,
8530,
12513,
4544,
763,
2327,
1860,
31,
97,
8101,
6782,
859,
1865,
17249,
17250,
17251
],
),
"window": SymbolsMetadata(
popularity: 1131,
codepoint: 0xf088,
categories: [8],
tags: [
5112,
1669,
501,
15994,
13931,
1132,
12641,
1209,
17252,
1333,
1712,
8,
1164,
348,
1109,
382,
1140,
1500,
2753,
2154,
385,
17253,
7550,
289,
3061,
4616,
919,
17254,
1122,
16001,
432,
410,
392,
509,
433,
396,
1187
],
),
"window_closed": SymbolsMetadata(
popularity: 189,
codepoint: 0xe77e,
categories: [10],
tags: [
501,
15994,
1131,
482,
4260,
17255,
3959,
519,
1333,
1712,
8,
17256,
1164,
348,
1140,
1344,
4738,
1143,
919,
1122,
16001,
432,
410,
17257,
1151,
1036,
509,
16003,
433,
396,
1187
],
),
"window_open": SymbolsMetadata(
popularity: 174,
codepoint: 0xe78c,
categories: [10],
tags: [
501,
15994,
1179,
8,
2351,
914,
3008,
348,
1140,
1344,
1314,
2355,
1143,
2964,
2965,
2930,
16014,
11815,
919,
12645,
13393,
1122,
2969,
410,
1036,
706,
509,
1093,
4495,
396,
1187
],
),
"window_sensor": SymbolsMetadata(
popularity: 111,
codepoint: 0xe2bb,
categories: [10],
tags: [
1359,
1360,
2133,
1209,
1074,
975,
288,
1140,
1500,
7171,
87,
12484,
4280,
1143,
492,
2930,
289,
432,
1036,
64,
1906,
291,
1170,
31,
1187,
278
],
),
"windshield_defrost_front": SymbolsMetadata(
popularity: 14,
codepoint: 0xf32a,
categories: [14],
tags: [
837,
1880,
2436,
1818,
3434,
504,
1940,
1820,
780,
840,
345,
1425,
5279,
5280,
5287,
5120,
848,
1856,
10270,
850,
138,
17258,
31,
858,
1844,
1908,
3651,
859,
17259,
5285,
860
],
),
"windshield_defrost_rear": SymbolsMetadata(
popularity: 8,
codepoint: 0xf329,
categories: [14],
tags: [
838,
1818,
3434,
5314,
504,
1820,
780,
5277,
841,
345,
2405,
1425,
5279,
5280,
10560,
1887,
3036,
1856,
1857,
2753,
5146,
5282,
2415,
1844,
859,
1187,
17259,
5285
],
),
"windshield_heat_front": SymbolsMetadata(
popularity: 2,
codepoint: 0xf328,
categories: [14],
tags: [
838,
1818,
3434,
504,
1820,
780,
5277,
841,
345,
4210,
1425,
5279,
5280,
5287,
5120,
848,
1109,
3036,
1856,
850,
1471,
355,
151,
858,
5305,
1844,
3651,
3849,
859,
1187,
17259,
5285
],
),
"wine_bar": SymbolsMetadata(
popularity: 1337,
codepoint: 0xf1e8,
categories: [5],
tags: [
11380,
17260,
1423,
17261,
4878,
3715,
4991,
11381,
11382,
6029,
3720,
4228,
17262,
9859,
781,
1387,
1109,
17263,
1967,
11383,
5453,
11384,
3727,
8557,
4704,
11387,
17264,
17265,
17266
],
),
"woman": SymbolsMetadata(
popularity: 2097,
codepoint: 0xe13e,
categories: [3],
tags: [
565,
566,
5,
193,
975,
1805,
17267,
17268,
17269,
17270,
17271,
9854,
225,
1806,
7908,
977,
581,
978,
979,
7909,
982,
588,
589,
5123,
590,
986,
888,
593,
31,
601,
4731,
17272,
17273,
7910
],
),
"woman_2": SymbolsMetadata(
popularity: 513,
codepoint: 0xf8e7,
categories: [3],
tags: [
480,
565,
566,
974,
1805,
225,
1806,
7908,
977,
581,
138,
978,
7909,
289,
589,
590,
390,
986,
888,
593,
31,
4412,
601,
4731,
7910
],
),
"work": SymbolsMetadata(
popularity: 11355,
codepoint: 0xe8f9,
categories: [9],
tags: [
17274,
3662,
2042,
1515,
569,
4928,
4890,
10427,
4646,
1376,
1516,
2051,
492,
1391,
289,
4932,
3115,
432,
3675,
433,
1170,
4501,
332,
1519
],
),
"work_alert": SymbolsMetadata(
popularity: 51,
codepoint: 0xf5f7,
categories: [9],
tags: [
3125,
1360,
1672,
1361,
3662,
2042,
4620,
1515,
569,
4890,
691,
3111,
3700,
1365,
1589,
2732,
1366,
4713,
1367,
2734,
1516,
1166,
583,
1183,
616,
17275,
1391,
1597,
2737,
3075,
1517,
4501,
31,
1518,
1728,
2448,
206,
1519
],
),
"work_history": SymbolsMetadata(
popularity: 3242,
codepoint: 0xec09,
categories: [9],
tags: [
17276,
2143,
2454,
2940,
3662,
2042,
1515,
569,
4928,
4890,
1159,
14152,
81,
1160,
1589,
10427,
13000,
2084,
7026,
1516,
5568,
88,
4824,
1597,
2812,
17277,
2606,
2841,
3115,
4826,
453,
6363,
1168,
4501,
17278,
1171,
2476,
4164,
1519,
17279,
17280
],
),
"work_update": SymbolsMetadata(
popularity: 31,
codepoint: 0xf5f8,
categories: [9],
tags: [
749,
2525,
77,
502,
3662,
2042,
4620,
1515,
569,
4890,
462,
752,
753,
1104,
313,
2832,
520,
1274,
5922,
1705,
1516,
756,
2530,
353,
5562,
1090,
759,
1517,
760,
330,
291,
4501,
764,
765,
1518,
513,
2464,
1519,
3003
],
),
"workspace_premium": SymbolsMetadata(
popularity: 8973,
codepoint: 0xe7af,
categories: [3],
tags: [
3,
2678,
14337,
9818,
3514,
281,
192,
193,
464,
2657,
3517,
3518,
904,
3203,
3692,
1166,
3522,
15185,
3113,
5380,
851,
716,
63,
1289,
3525,
3526,
3527,
392,
2691,
857,
291,
31,
4840,
1584,
3530,
1154
],
),
"workspaces": SymbolsMetadata(
popularity: 3441,
codepoint: 0xe1a0,
categories: [3],
tags: [
501,
1467,
1101,
571,
519,
1425,
1712,
8,
2152,
1754,
1690,
3520,
382,
579,
1344,
1082,
385,
1029,
2468,
586,
289,
5048,
4659,
386,
3075,
13681,
7696,
509,
823,
6166,
12277,
597,
396,
1229,
1519,
17281
],
),
"wounds_injuries": SymbolsMetadata(
popularity: 8,
codepoint: 0xe13f,
categories: [3],
tags: [
864,
2435,
17282,
3155,
2386,
1235,
2388,
1770,
2438,
2440,
7674,
697,
892,
871,
1772,
2390,
3158,
894,
1776,
5893,
4295,
1777,
2444,
2395,
17283,
13004,
15479,
3165,
5398,
10213,
4013
],
),
"wrap_text": SymbolsMetadata(
popularity: 259,
codepoint: 0xe25b,
categories: [12],
tags: [
1747,
2159,
2160,
1467,
17284,
482,
628,
1588,
1589,
1252,
680,
2165,
1077,
2166,
385,
4587,
1471,
2245,
1596,
2169,
432,
392,
1598,
1461,
433,
6880,
33,
2188,
35,
338,
9554,
4221,
9555,
1600,
1486
],
rtlAutoMirrored: true,
),
"wrist": SymbolsMetadata(
popularity: 45,
codepoint: 0xf69c,
categories: [3],
tags: [
3567,
8015,
690,
6984,
2386,
288,
1770,
7215,
11,
2885,
2710,
697,
892,
1772,
581,
3158,
1526,
894,
4148,
12872,
589,
4543,
1695,
3161,
3540,
3165,
2558,
5398,
2087,
3542,
2561
],
),
"wrong_location": SymbolsMetadata(
popularity: 823,
codepoint: 0xef78,
categories: [5],
tags: [
2613,
1514,
17285,
9162,
1208,
780,
1209,
17286,
312,
313,
1212,
5095,
4124,
17287,
12424,
9171,
17288,
17289,
323,
9173,
17290,
17291,
1388,
1540,
1541,
174,
17292,
3295,
326,
17293,
327,
328,
329,
17294,
4269,
1224,
1226,
332,
5942,
17295,
4013
],
),
"wysiwyg": SymbolsMetadata(
popularity: 2534,
codepoint: 0xf1c3,
categories: [6],
tags: [
17296,
17297,
17298,
2254,
5144,
1589,
2163,
2255,
2234,
680,
2165,
2166,
3679,
385,
1471,
642,
1596,
2287,
17299,
410,
17300,
1552,
509,
2209,
1093,
33,
10342,
2174,
2186,
11055,
2187,
396,
3651,
333,
1186,
17301,
1187,
1486,
17302
],
rtlAutoMirrored: true,
),
"yard": SymbolsMetadata(
popularity: 1343,
codepoint: 0xf089,
categories: [8],
tags: [
1131,
3830,
929,
12026,
1499,
2568,
2800,
6890,
17303,
3836,
13014,
9900,
1140,
1500,
1833,
1605,
9956,
323,
17304,
1834,
17305,
3672,
4670,
17306,
9342,
2820,
1501,
1502,
1149,
1503,
823,
1153,
6898
],
),
"your_trips": SymbolsMetadata(
popularity: 13,
codepoint: 0xeb2b,
categories: [16],
tags: [
77,
2454,
3661,
3662,
3410,
3663,
11311,
7002,
313,
2924,
1983,
1633,
87,
323,
324,
325,
17307,
3673,
17308,
1634,
920,
12959,
1167,
1636,
17309,
857,
1698,
332,
17310,
1989,
17311,
17312,
17313,
17314,
17315,
4787,
17316
],
),
"youtube_activity": SymbolsMetadata(
popularity: 605,
codepoint: 0xf85a,
categories: [6],
tags: [
4635,
2525,
745,
4539,
912,
628,
914,
2945,
2084,
86,
88,
506,
325,
70,
239,
4826,
453,
2472,
2949,
1719,
2476,
3340
],
),
"youtube_searched_for": SymbolsMetadata(
popularity: 1580,
codepoint: 0xe8fa,
categories: [2],
tags: [
1422,
1071,
77,
2454,
2940,
2334,
781,
5828,
316,
317,
1757,
1109,
4646,
2084,
3463,
5829,
5509,
3052,
756,
1549,
1115,
1116,
1117,
2340,
406,
523,
2515,
2344,
4826,
760,
2462,
3420,
3683,
2842,
470,
1126,
17317,
1127,
652,
37,
3340,
2348
],
),
"zone_person_alert": SymbolsMetadata(
popularity: 178,
codepoint: 0xe781,
categories: [10],
tags: [
2525,
1359,
1360,
1131,
1133,
691,
5507,
225,
4125,
1140,
581,
7402,
323,
4280,
1143,
616,
588,
1146,
589,
1149,
705,
1036,
888,
823,
5138,
1153,
602,
206,
1155
],
),
"zone_person_idle": SymbolsMetadata(
popularity: 110,
codepoint: 0xe77a,
categories: [10],
tags: [
2525,
1131,
4019,
566,
1133,
811,
225,
977,
1140,
581,
12112,
1222,
323,
4280,
1143,
815,
289,
1146,
589,
8650,
590,
1149,
1036,
986,
888,
710,
291,
5138,
601,
16745,
766,
1155
],
),
"zone_person_urgent": SymbolsMetadata(
popularity: 239,
codepoint: 0xe788,
categories: [10],
tags: [
565,
2525,
1359,
1360,
1131,
1361,
3700,
1365,
2438,
1366,
4713,
225,
1140,
581,
1367,
2734,
1166,
1143,
589,
2737,
590,
1149,
705,
1151,
1036,
888,
291,
31,
1728,
2448,
601,
206,
1155
],
),
"zoom_in": SymbolsMetadata(
popularity: 7708,
codepoint: 0xe8ff,
categories: [2],
tags: [
748,
745,
17318,
8291,
504,
193,
1103,
345,
1235,
43,
2351,
317,
1108,
1109,
1326,
3048,
235,
1111,
17319,
53,
87,
1115,
5831,
1116,
1117,
2340,
239,
242,
391,
1126,
1127,
298,
511,
17320,
396,
2348,
8296
],
),
"zoom_in_map": SymbolsMetadata(
popularity: 1053,
codepoint: 0xeb2d,
categories: [5],
tags: [
745,
77,
502,
8696,
308,
13423,
312,
43,
313,
2351,
914,
316,
317,
318,
3048,
235,
1337,
1549,
323,
1116,
2340,
324,
1541,
1943,
1758,
325,
1551,
327,
239,
329,
1126,
1226,
1629,
332,
396,
2348,
8296
],
),
"zoom_out": SymbolsMetadata(
popularity: 3336,
codepoint: 0xe900,
categories: [2],
tags: [
748,
1747,
504,
345,
2882,
13425,
2334,
8918,
2351,
316,
317,
1109,
17321,
2337,
53,
1115,
2339,
1116,
1117,
17322,
1255,
4294,
2356,
17323,
13427,
391,
6255,
1126,
1127,
151,
2920,
298,
1964,
5638,
17324,
511,
396,
476,
2348,
3065
],
),
"zoom_out_map": SymbolsMetadata(
popularity: 2313,
codepoint: 0xe56b,
categories: [5],
tags: [
1131,
77,
502,
482,
504,
308,
309,
2455,
345,
2830,
312,
313,
6626,
914,
5826,
320,
323,
324,
1541,
174,
1943,
2895,
1758,
325,
2356,
327,
1167,
432,
391,
392,
2920,
433,
1226,
396,
334,
2348,
17325
],
),
"acupuncture": SymbolsMetadata(
popularity: 9,
codepoint: 0xf2c4,
categories: [3],
tags: [
17326,
17327,
17328,
17329,
690,
3155,
17330,
2386,
1196,
7674,
697,
892,
17331,
87,
15257,
894,
9200,
2245,
6228,
17332,
17333,
11882,
2942,
17334,
1925,
1968,
644,
3846,
6880,
3165,
1433,
17335,
17336,
5398,
3353,
7288,
3513
],
),
"approval_delegation_off": SymbolsMetadata(
popularity: 35,
codepoint: 0xf2c5,
categories: [6],
tags: [
861,
2677,
2678,
2679,
1671,
5241,
1233,
1423,
1208,
17337,
1673,
2095,
1235,
5060,
2703,
1211,
2955,
868,
1055,
2707,
2708,
2709,
16348,
2710,
2083,
87,
1166,
3295,
7445,
1059,
1060,
1061,
2765,
2688,
5063,
1224,
5193,
1067,
1226,
3790,
7051,
6808,
4013
],
),
"auto_stories_off": SymbolsMetadata(
popularity: 9,
codepoint: 0xf267,
categories: [1],
tags: [
2436,
17338,
17339,
17340,
17341,
17342,
481,
3410,
3411,
1208,
1162,
1300,
868,
7870,
1055,
3412,
1345,
87,
3295,
6266,
1059,
1060,
1061,
3419,
2888,
1224,
1065,
1067,
1226,
2475,
17343,
17344,
4464,
5941
],
),
"badminton": SymbolsMetadata(
popularity: 16,
codepoint: 0xf2a8,
categories: [15],
tags: [
2525,
7350,
7570,
17345,
9894,
15486,
17346,
11212,
3735,
781,
46,
11,
10367,
3319,
5403,
7572,
1890,
1967,
5451,
2341,
15484,
3672,
2521,
409,
15572,
3323,
228,
17347,
593,
30,
3540,
15574,
15489,
3529
],
),
"bath_bedrock": SymbolsMetadata(
popularity: 5,
codepoint: 0xf286,
categories: [16],
tags: [
3831,
3834,
1869,
3851,
1912,
4205,
4068,
4070,
1885,
11062,
17348,
3520,
7950,
4072,
17349,
1140,
5624,
3038,
2751,
1500,
581,
3841,
17350,
1967,
4076,
4077,
589,
4081,
1501,
17351,
4217,
1502,
2470,
1968,
1926,
3873,
1928,
2502,
3846,
3847,
332,
3860,
3850
],
),
"bath_soak": SymbolsMetadata(
popularity: 2,
codepoint: 0xf2a0,
categories: [8],
tags: [
3883,
3831,
3834,
1869,
3851,
3835,
1872,
2937,
1140,
3038,
2751,
1500,
581,
3550,
3841,
1967,
1471,
4076,
6708,
589,
3869,
1968,
13984,
3873,
3859,
3846,
3847,
3165,
332,
3860,
5843,
3850,
1864,
3513
],
),
"beer_meal": SymbolsMetadata(
popularity: 4,
codepoint: 0xf285,
categories: [16],
tags: [
11380,
17352,
1423,
11421,
4878,
6038,
3715,
4844,
3720,
4228,
4848,
2367,
2995,
1109,
17353,
6750,
4849,
11383,
3723,
15467,
11384,
3727,
3730,
15469
],
),
"calendar_meal": SymbolsMetadata(
popularity: 10,
codepoint: 0xf296,
categories: [3],
tags: [
5017,
1670,
1932,
3713,
2080,
1160,
2134,
2365,
3720,
4134,
3721,
10,
9033,
2367,
2995,
6488,
4849,
4824,
4135,
3723,
506,
5018,
4404,
5036,
1677,
3509,
4700,
1936,
3727,
1168,
8601,
1171,
5020,
1095
],
),
"car_defrost_mid_left": SymbolsMetadata(
popularity: 0,
codepoint: 0xf278,
categories: [14],
tags: [
837,
1896,
77,
502,
1818,
3434,
504,
1820,
308,
840,
345,
1425,
5279,
5280,
5281,
2955,
313,
3036,
581,
1857,
138,
2207,
1471,
5322,
1943,
919,
588,
589,
17354,
1927,
2415,
31,
1844,
1908,
1187,
5285
],
),
"car_defrost_mid_low_right": SymbolsMetadata(
popularity: 2,
codepoint: 0xf277,
categories: [14],
tags: [
837,
1896,
77,
1818,
3434,
5274,
1820,
840,
1753,
845,
1425,
5279,
5280,
5281,
2955,
313,
5120,
3036,
1856,
581,
1857,
2753,
87,
1961,
5322,
1943,
588,
589,
906,
1927,
97,
1844,
1908,
1862,
1187,
5285
],
),
"chair_counter": SymbolsMetadata(
popularity: 4,
codepoint: 0xf29f,
categories: [8],
tags: [
480,
1423,
17355,
1914,
224,
3720,
3884,
1164,
4072,
137,
1140,
4214,
138,
384,
1376,
4234,
814,
492,
289,
3727,
1927,
1937,
392,
888,
1339,
17356,
31
],
),
"chair_fireplace": SymbolsMetadata(
popularity: 4,
codepoint: 0xf29e,
categories: [8],
tags: [
17357,
8908,
1914,
4906,
1885,
4208,
3720,
3884,
1852,
5201,
8910,
17358,
5202,
17359,
4072,
8912,
3036,
1140,
4256,
17360,
1500,
1890,
2753,
1967,
5548,
1920,
1968,
17361,
1926,
1955,
1927,
1937,
151,
3044
],
),
"chair_umbrella": SymbolsMetadata(
popularity: 5,
codepoint: 0xf29d,
categories: [8],
tags: [
2553,
4057,
1914,
6910,
1885,
5400,
4072,
3836,
1966,
1140,
1500,
1967,
1920,
492,
3672,
4061,
3061,
3843,
3844,
3323,
1968,
3845,
1926,
4063,
888,
593,
2382,
1608,
31,
3761,
3327,
332,
4067,
1969,
6898
],
),
"check_circle_unread": SymbolsMetadata(
popularity: 72,
codepoint: 0xf27e,
categories: [2],
tags: [
1360,
1671,
2697,
1361,
281,
1673,
342,
193,
463,
2681,
2701,
2335,
1754,
2298,
1139,
2301,
51,
2303,
1166,
583,
887,
616,
1676,
2606,
242,
362,
291,
245,
1678,
2609,
2347,
4480,
1584,
1681
],
),
"chess_bishop": SymbolsMetadata(
popularity: 17,
codepoint: 0xf261,
categories: [3],
tags: [
480,
5725,
5726,
5727,
5729,
5730,
6,
2955,
781,
5403,
5739,
2509,
137,
7572,
138,
384,
13692,
1967,
17362,
468,
4741,
409,
30,
5737,
31,
17363
],
),
"chess_bishop_2": SymbolsMetadata(
popularity: 4,
codepoint: 0xf262,
categories: [3],
tags: [
2525,
5725,
5726,
5727,
5729,
5730,
6,
781,
5403,
2509,
137,
7572,
138,
4075,
5731,
1967,
5734,
4083,
5736,
30,
5737,
31
],
),
"chess_king": SymbolsMetadata(
popularity: 29,
codepoint: 0xf25f,
categories: [3],
tags: [
2525,
5726,
5727,
5728,
3687,
5729,
5730,
6,
1235,
6652,
5403,
5739,
2509,
977,
7572,
4075,
13493,
1967,
3447,
5732,
17364,
1758,
289,
4741,
17365,
3707,
6655,
392,
888,
30,
5737,
31,
1263
],
),
"chess_king_2": SymbolsMetadata(
popularity: 12,
codepoint: 0xf260,
categories: [3],
tags: [
2484,
5725,
5726,
5727,
5728,
5729,
5730,
193,
6,
1235,
6652,
225,
5403,
2509,
977,
4075,
5731,
17366,
5734,
4741,
409,
239,
328,
3707,
4083,
5736,
1035,
6655,
392,
888,
30,
5737,
1263
],
),
"chess_knight": SymbolsMetadata(
popularity: 47,
codepoint: 0xf25e,
categories: [3],
tags: [
4889,
5726,
5727,
5728,
5729,
5730,
6,
5403,
13464,
5739,
2509,
977,
4088,
5731,
17367,
1967,
5732,
468,
17368,
4741,
409,
590,
7906,
13581,
30,
5737,
17369,
4870
],
),
"chess_pawn_2": SymbolsMetadata(
popularity: 8,
codepoint: 0xf25d,
categories: [3],
tags: [
1332,
5726,
5727,
5729,
5730,
8807,
12199,
378,
2229,
5403,
5739,
2509,
137,
138,
384,
3944,
492,
289,
5734,
4741,
390,
17370,
392,
888,
1339,
17371,
2502,
5737,
31,
1407
],
),
"chess_queen": SymbolsMetadata(
popularity: 37,
codepoint: 0xf25c,
categories: [3],
tags: [
5725,
5726,
5727,
17372,
5729,
5730,
6652,
485,
225,
5403,
2509,
137,
138,
11807,
4075,
5731,
17364,
492,
5734,
4741,
4083,
390,
5736,
6655,
392,
888,
5737,
31
],
),
"chess_rook": SymbolsMetadata(
popularity: 24,
codepoint: 0xf25b,
categories: [3],
tags: [
5477,
4417,
5725,
5726,
5727,
5479,
5728,
17372,
5729,
5730,
6,
3974,
147,
5403,
5450,
2509,
2084,
4075,
5731,
1758,
5734,
4741,
2521,
4083,
6535,
3323,
5736,
30,
433,
5737,
17369,
2573,
5177
],
),
"diamond_shine": SymbolsMetadata(
popularity: 204,
codepoint: 0xf2b2,
categories: [3],
tags: [
3641,
1487,
810,
846,
1488,
487,
6653,
1489,
17373,
2659,
1490,
7244,
381,
5515,
1139,
1491,
7245,
2493,
1492,
328,
1493,
716,
3523,
63,
1393,
3525,
10322,
392,
9001,
3649,
3224,
857,
12005,
1495,
7246,
958
],
),
"dine_heart": SymbolsMetadata(
popularity: 13,
codepoint: 0xf29c,
categories: [8],
tags: [
3713,
3716,
5693,
6910,
3718,
4693,
3720,
4134,
4696,
4847,
17374,
3519,
2367,
4072,
1620,
4520,
1140,
1623,
4521,
4135,
1166,
3723,
506,
242,
358,
3727,
4481,
1927,
1937,
2714,
392,
593,
31,
1474,
6586
],
),
"dine_in": SymbolsMetadata(
popularity: 9,
codepoint: 0xf295,
categories: [3],
tags: [
4842,
1932,
569,
3715,
6910,
4844,
17375,
3720,
4845,
4847,
4848,
13038,
1387,
2367,
3722,
2995,
581,
1890,
2752,
4849,
1967,
3723,
506,
588,
589,
7297,
1925,
12839,
3727,
1937,
6493,
652,
4854,
1474
],
),
"dine_lamp": SymbolsMetadata(
popularity: 14,
codepoint: 0xf29b,
categories: [8],
tags: [
1332,
9398,
6910,
810,
6566,
4880,
3720,
4845,
9117,
3520,
4072,
2490,
1140,
4214,
4758,
2753,
9120,
3646,
5204,
3723,
814,
492,
289,
3727,
1927,
1937,
392,
888,
1339,
2502,
1474,
16042,
6968
],
),
"drone": SymbolsMetadata(
popularity: 14,
codepoint: 0xf25a,
categories: [3],
tags: [
4961,
17376,
837,
1938,
2133,
40,
17377,
345,
2045,
4625,
1918,
1933,
9587,
4280,
325,
59,
8530,
4788,
17378,
13573,
17379,
2002,
5138,
1629,
65,
17380,
17381,
17382,
37
],
),
"drone_2": SymbolsMetadata(
popularity: 9,
codepoint: 0xf259,
categories: [3],
tags: [
4961,
17383,
17384,
837,
1938,
1911,
40,
2045,
4625,
1933,
17385,
489,
4196,
1738,
325,
59,
17386,
17387,
7185,
2516,
2002,
5138,
65,
900,
332,
17380,
17381,
17388,
1844,
37
],
),
"eyeglasses_2_sound": SymbolsMetadata(
popularity: 40,
codepoint: 0xf265,
categories: [3],
tags: [
862,
1747,
864,
17389,
1268,
17390,
345,
7844,
2072,
8404,
7522,
11588,
8405,
137,
1279,
4542,
406,
1714,
1286,
492,
2342,
70,
920,
590,
2888,
440,
71,
8406,
1293,
8407,
8408,
5949,
8409,
97,
4339,
1298,
554,
1864
],
),
"garage_check": SymbolsMetadata(
popularity: 6,
codepoint: 0xf28d,
categories: [14],
tags: [
3,
2697,
2436,
1818,
3434,
929,
1820,
1821,
1673,
463,
2681,
2701,
2333,
313,
2335,
4950,
1106,
5365,
1140,
1500,
138,
1541,
1166,
1676,
2686,
896,
4900,
362,
898,
1698,
245,
31,
1678,
1639,
332,
141,
1348,
4480,
1844,
1584,
5370,
1681
],
),
"garage_money": SymbolsMetadata(
popularity: 16,
codepoint: 0xf28c,
categories: [14],
tags: [
924,
1818,
3434,
927,
928,
960,
569,
1820,
1821,
931,
932,
934,
1417,
936,
937,
3230,
313,
962,
938,
964,
965,
941,
942,
967,
5365,
968,
1541,
948,
950,
951,
1421,
1665,
954,
956,
526,
1639,
332,
36,
1844,
971,
958,
14020
],
),
"hand_meal": SymbolsMetadata(
popularity: 35,
codepoint: 0xf294,
categories: [3],
tags: [
865,
3713,
3155,
9194,
574,
3718,
3720,
4134,
4696,
4848,
2707,
2367,
2995,
2708,
4051,
2710,
2083,
871,
581,
4135,
3723,
4851,
4404,
9333,
3579,
4700,
1147,
3727,
6493,
2738,
3729,
2038,
4854,
880,
12708,
13166,
17391
],
),
"hand_package": SymbolsMetadata(
popularity: 33,
codepoint: 0xf293,
categories: [3],
tags: [
482,
3666,
4929,
6951,
2045,
6952,
1660,
2707,
2708,
8597,
4051,
2709,
7629,
2710,
17392,
2083,
4931,
3427,
2303,
1662,
12964,
91,
2589,
13286,
5027,
1665,
2308,
17393,
9335,
4374,
17394,
12967
],
),
"health_cross": SymbolsMetadata(
popularity: 57,
codepoint: 0xf2c3,
categories: [3],
tags: [
231,
745,
864,
17395,
865,
3155,
2386,
1235,
7671,
2438,
17396,
2440,
697,
9885,
892,
871,
1772,
5891,
894,
11859,
1777,
239,
1695,
392,
31,
5398,
7288,
3513
],
),
"heart_smile": SymbolsMetadata(
popularity: 84,
codepoint: 0xf292,
categories: [3],
tags: [
4519,
4273,
6149,
628,
1612,
6131,
1614,
1616,
577,
3519,
8013,
1617,
3319,
904,
1618,
1619,
1620,
697,
4520,
6136,
1623,
4521,
1624,
589,
1625,
242,
392,
1339,
1626,
1628,
593,
7047
],
),
"high_chair": SymbolsMetadata(
popularity: 2,
codepoint: 0xf29a,
categories: [8],
tags: [
3545,
17397,
17355,
1914,
993,
3720,
4848,
1026,
4719,
4072,
5752,
3551,
1006,
9113,
3723,
814,
3556,
492,
3727,
1927,
1937,
888,
1339,
1951,
3563
],
),
"japanese_curry": SymbolsMetadata(
popularity: 9,
codepoint: 0xf284,
categories: [16],
tags: [
14174,
17398,
13831,
13225,
3718,
17399,
3720,
17400,
4696,
3721,
17401,
2367,
6041,
5717,
6750,
17402,
17403,
13837,
17404,
3723,
17405,
4850,
4404,
4700,
3727,
8557,
14180
],
),
"japanese_flag": SymbolsMetadata(
popularity: 17,
codepoint: 0xf283,
categories: [16],
tags: [
7938,
11122,
193,
4509,
17406,
4746,
4510,
4511,
4125,
978,
322,
6750,
6751,
5247,
324,
4515,
17407,
11146,
17408,
1149,
330,
1608,
334
],
),
"map_pin_heart": SymbolsMetadata(
popularity: 33,
codepoint: 0xf298,
categories: [5],
tags: [
1701,
310,
312,
313,
3519,
7852,
4520,
12671,
17409,
323,
4521,
324,
1085,
1541,
174,
17410,
325,
289,
326,
327,
328,
329,
6583,
5208,
1696,
17411,
392,
3224,
1226,
31,
332,
4130,
5803
],
),
"map_pin_review": SymbolsMetadata(
popularity: 26,
codepoint: 0xf297,
categories: [5],
tags: [
1514,
17412,
568,
17413,
570,
572,
573,
312,
313,
2408,
17414,
1480,
11521,
7852,
323,
1538,
324,
1388,
1541,
174,
583,
325,
326,
1551,
327,
17415,
1392,
1167,
329,
359,
203,
9336,
3524,
17416,
14156,
17417,
594,
10452,
1226,
17418
],
),
"massage": SymbolsMetadata(
popularity: 14,
codepoint: 0xf2c2,
categories: [3],
tags: [
17328,
690,
17419,
3155,
17420,
2710,
7674,
697,
892,
17421,
2989,
3416,
15257,
9200,
17422,
4543,
1120,
6223,
5459,
17423,
17424,
1925,
1968,
17425,
17426,
17427,
17428,
3846,
17429,
3165,
1801,
5398,
7288,
3513
],
),
"menu_book_2": SymbolsMetadata(
popularity: 31,
codepoint: 0xf291,
categories: [3],
tags: [
3109,
3410,
628,
13142,
5034,
3720,
1589,
3112,
2367,
2834,
68,
5568,
3413,
3414,
1345,
3415,
3416,
3723,
506,
6084,
3418,
3419,
4598,
2888,
179,
3727,
2755,
3116,
17430,
33
],
),
"mobile": SymbolsMetadata(
popularity: 457,
codepoint: 0xe7ba,
categories: [11],
tags: [
1246,
1247,
1132,
1270,
1250,
2540,
251,
570,
283,
1851,
288,
8,
348,
2550,
3798,
1110,
1253,
262,
507,
289,
271,
2551,
5123,
432,
2555,
410,
1708,
3760,
1170,
525,
65,
33,
1465
],
),
"mobile_2": SymbolsMetadata(
popularity: 155,
codepoint: 0xf2db,
categories: [11],
tags: [
1247,
1307,
504,
1270,
1250,
2540,
251,
283,
1073,
975,
288,
44,
8,
2549,
2550,
3798,
1110,
1253,
583,
262,
647,
271,
2551,
3707,
432,
762,
1035,
410,
1708,
525,
65,
1406,
554,
278
],
),
"mobile_3": SymbolsMetadata(
popularity: 124,
codepoint: 0xf2da,
categories: [11],
tags: [
1246,
1247,
1669,
501,
1270,
1250,
2540,
251,
283,
7060,
284,
975,
288,
44,
8,
1886,
2550,
17431,
3798,
1110,
1253,
10830,
583,
262,
267,
920,
271,
2551,
2470,
2555,
410,
1292,
1708,
525,
65,
1406,
5093
],
),
"mobile_alert": SymbolsMetadata(
popularity: 19,
codepoint: 0xf2d3,
categories: [11],
tags: [
3125,
1246,
1247,
1360,
1361,
1309,
691,
3700,
1365,
288,
520,
2732,
1366,
1756,
1110,
4432,
1253,
1367,
2734,
1166,
262,
616,
16299,
271,
5123,
17432,
2737,
1582,
410,
1782,
1036,
1583,
31,
1093,
525,
4438,
1728,
2464,
11569,
206
],
),
"mobile_arrow_down": SymbolsMetadata(
popularity: 81,
codepoint: 0xf2cd,
categories: [11],
tags: [
1246,
1247,
1669,
17433,
17434,
77,
502,
1250,
288,
313,
2832,
2590,
520,
15985,
1110,
1253,
1705,
15987,
17435,
1182,
262,
15988,
271,
17436,
1184,
1036,
15989,
509,
15990,
1093,
14602,
17437,
525,
2464,
1953
],
),
"mobile_arrow_right": SymbolsMetadata(
popularity: 72,
codepoint: 0xf2d2,
categories: [11],
tags: [
1246,
1247,
480,
748,
77,
251,
283,
1073,
615,
288,
313,
1703,
903,
1110,
1253,
87,
262,
1758,
325,
2930,
17438,
2966,
17439,
271,
1167,
17440,
2969,
906,
2310,
17441,
1529,
1708,
31,
525,
65,
1720,
526
],
rtlAutoMirrored: true,
),
"mobile_arrow_up_right": SymbolsMetadata(
popularity: 14,
codepoint: 0xf2b9,
categories: [11],
tags: [
1246,
1247,
745,
1699,
17442,
1669,
501,
77,
1701,
1250,
288,
2955,
1703,
1110,
1140,
17443,
2542,
17444,
1253,
1705,
262,
271,
17445,
326,
239,
906,
1696,
410,
2310,
1529,
1128,
525,
1709,
527,
1186
],
rtlAutoMirrored: true,
),
"mobile_block": SymbolsMetadata(
popularity: 19,
codepoint: 0xf2e5,
categories: [11],
tags: [
1246,
1247,
2613,
1669,
17446,
501,
1233,
2829,
481,
2617,
1208,
1250,
193,
345,
1235,
1211,
288,
17447,
2549,
1213,
2550,
3399,
1110,
1253,
1141,
87,
262,
2622,
6828,
7451,
1223,
271,
5838,
4268,
432,
3297,
1036,
1583,
1708,
1226,
2631,
525
],
),
"mobile_camera": SymbolsMetadata(
popularity: 17,
codepoint: 0xf2cf,
categories: [11],
tags: [
1246,
1247,
5112,
1669,
501,
1270,
40,
42,
1250,
570,
345,
288,
44,
1108,
1110,
1253,
49,
53,
406,
262,
439,
271,
57,
59,
62,
453,
432,
4918,
1347,
1292,
1708,
433,
525,
65,
33,
511,
37,
434
],
),
"mobile_camera_front": SymbolsMetadata(
popularity: 9,
codepoint: 0xf2c9,
categories: [1],
tags: [
690,
40,
42,
193,
288,
5169,
5120,
17448,
581,
5145,
53,
17449,
262,
5122,
439,
589,
271,
57,
59,
62,
5123,
5124,
453,
440,
432,
2770,
5544,
433,
411,
2771,
65,
37,
5127,
3638
],
rtlAutoMirrored: true,
),
"mobile_camera_rear": SymbolsMetadata(
popularity: 5,
codepoint: 0xf2c8,
categories: [1],
tags: [
5112,
5163,
40,
155,
5165,
42,
17450,
193,
288,
1757,
5120,
5145,
53,
17451,
262,
2342,
271,
57,
59,
62,
5123,
5146,
2768,
453,
440,
2770,
1347,
433,
2771,
17452,
15138,
37,
434,
4339
],
rtlAutoMirrored: true,
),
"mobile_cancel": SymbolsMetadata(
popularity: 32,
codepoint: 0xf2ea,
categories: [7],
tags: [
1246,
1247,
748,
504,
1208,
1250,
780,
1209,
284,
345,
1235,
1210,
288,
1162,
3288,
3392,
1212,
1213,
1110,
1253,
87,
262,
4294,
3295,
289,
271,
7194,
876,
4268,
432,
1224,
410,
392,
1708,
1226,
31,
525,
1068,
4013
],
),
"mobile_cast": SymbolsMetadata(
popularity: 18,
codepoint: 0xf2cc,
categories: [11],
tags: [
1246,
16085,
731,
4297,
2031,
1250,
1073,
284,
288,
8,
781,
1110,
1253,
259,
406,
5348,
5465,
262,
267,
271,
2521,
1167,
432,
410,
2035,
1529,
273,
454,
411,
525,
1800,
65,
412,
1720,
1728,
2039,
37,
1864,
277,
278
],
),
"mobile_charge": SymbolsMetadata(
popularity: 13,
codepoint: 0xf2e3,
categories: [11],
tags: [
1246,
1247,
3698,
3955,
1820,
1250,
3699,
3889,
4002,
4956,
288,
3702,
4004,
3942,
3703,
5577,
6988,
17453,
1110,
1253,
138,
3956,
3957,
323,
324,
262,
17454,
325,
271,
326,
3990,
1392,
1167,
3707,
1635,
3562,
31,
525,
3958,
900,
1844
],
),
"mobile_chat": SymbolsMetadata(
popularity: 28,
codepoint: 0xf2ce,
categories: [11],
tags: [
1669,
2718,
2601,
568,
1250,
570,
572,
573,
283,
1476,
288,
7183,
2743,
44,
1479,
1480,
137,
1110,
1344,
583,
262,
271,
432,
1035,
594,
1485,
433,
454,
411,
31,
1296,
65,
33,
4869
],
),
"mobile_check": SymbolsMetadata(
popularity: 70,
codepoint: 0xe824,
categories: [11],
tags: [
1246,
1247,
1671,
2697,
1250,
1673,
2095,
463,
288,
8,
2335,
5761,
4053,
1110,
1253,
138,
1166,
262,
17455,
13271,
1676,
271,
1582,
3208,
410,
1782,
1036,
15989,
362,
1708,
245,
31,
1093,
14602,
525,
65,
1678,
141,
2464,
2347,
2694,
1584,
1681
],
),
"mobile_code": SymbolsMetadata(
popularity: 23,
codepoint: 0xf2e2,
categories: [11],
tags: [
1246,
1247,
17456,
5747,
7009,
1250,
1102,
2228,
16136,
13970,
1313,
7141,
17457,
1104,
288,
4904,
2799,
548,
1110,
1253,
4784,
17458,
6007,
262,
7143,
642,
271,
1123,
17459,
71,
1708,
509,
525,
140,
65,
1317
],
),
"mobile_dots": SymbolsMetadata(
popularity: 2,
codepoint: 0xf2d0,
categories: [11],
tags: [
1246,
1247,
2029,
4297,
1250,
283,
1073,
284,
254,
81,
288,
12509,
8,
17460,
1105,
781,
1110,
1253,
1344,
1314,
406,
5348,
262,
17461,
1404,
267,
4298,
271,
6346,
410,
5460,
2038,
1292,
15127,
454,
764,
765,
525,
65,
526,
37,
278
],
),
"mobile_gear": SymbolsMetadata(
popularity: 15,
codepoint: 0xf2d9,
categories: [11],
tags: [
1246,
1247,
1747,
1765,
1270,
570,
1784,
685,
345,
3604,
288,
1785,
1110,
1253,
138,
293,
2085,
262,
70,
6275,
271,
7194,
921,
71,
1788,
1708,
31,
1093,
525,
65,
33
],
),
"mobile_info": SymbolsMetadata(
popularity: 15,
codepoint: 0xf2dc,
categories: [11],
tags: [
1246,
1247,
5605,
1360,
1177,
1374,
1250,
251,
685,
284,
254,
81,
145,
288,
1110,
2084,
5098,
1253,
17462,
293,
68,
262,
267,
21,
70,
13104,
13105,
271,
71,
1708,
509,
7378,
8407,
291,
525,
3685
],
),
"mobile_landscape": SymbolsMetadata(
popularity: 3,
codepoint: 0xed3e,
categories: [11],
tags: [
1246,
1247,
1851,
288,
17463,
313,
8,
657,
1110,
699,
1253,
49,
1605,
385,
14480,
406,
407,
262,
1706,
507,
271,
57,
17464,
11613,
432,
15648,
470,
410,
3760,
525,
37,
366,
396,
13387
],
),
"mobile_layout": SymbolsMetadata(
popularity: 53,
codepoint: 0xf2bf,
categories: [11],
tags: [
1467,
2273,
40,
2540,
933,
485,
288,
8,
4593,
382,
3606,
1110,
1344,
385,
262,
91,
586,
919,
271,
57,
3379,
1291,
1460,
410,
2472,
1708,
955,
141,
396,
1187
],
),
"mobile_lock_landscape": SymbolsMetadata(
popularity: 4,
codepoint: 0xf2d8,
categories: [11],
tags: [
1246,
1247,
861,
288,
2620,
8,
1110,
699,
1253,
1605,
1786,
1056,
262,
14451,
507,
14260,
5966,
271,
1034,
1063,
1582,
432,
1065,
470,
471,
705,
410,
14452,
3210,
1036,
898,
31,
525,
65,
5341
],
),
"mobile_lock_portrait": SymbolsMetadata(
popularity: 31,
codepoint: 0xf2be,
categories: [11],
tags: [
1246,
1247,
861,
5335,
5239,
1250,
282,
284,
345,
288,
3392,
1110,
1253,
1786,
1056,
262,
5339,
271,
7194,
326,
5123,
1034,
1063,
1581,
1582,
1065,
2379,
705,
410,
14452,
1782,
13296,
1036,
1708,
525,
5341
],
),
"mobile_menu": SymbolsMetadata(
popularity: 5,
codepoint: 0xf2d1,
categories: [11],
tags: [
1246,
1247,
2222,
1765,
14747,
1250,
282,
251,
1784,
685,
345,
3604,
1425,
288,
2550,
1785,
1110,
1253,
4898,
1029,
4899,
262,
8988,
70,
271,
921,
71,
17465,
1788,
1905,
1093,
525,
140,
65,
5093
],
),
"mobile_question": SymbolsMetadata(
popularity: 7,
codepoint: 0xf2e1,
categories: [11],
tags: [
3961,
1246,
1247,
865,
1250,
283,
284,
288,
44,
2549,
1548,
3798,
1110,
871,
1253,
138,
293,
68,
5430,
2734,
262,
289,
271,
2551,
3963,
2344,
3964,
3965,
2470,
410,
291,
880,
31,
525,
140,
4055,
3966
],
),
"mobile_rotate": SymbolsMetadata(
popularity: 14,
codepoint: 0xf2d5,
categories: [11],
tags: [
1246,
1247,
1747,
77,
502,
193,
462,
5326,
345,
14113,
288,
2283,
8,
1110,
1253,
1605,
262,
468,
507,
271,
5123,
470,
471,
330,
410,
71,
2415,
525,
413,
473,
396
],
),
"mobile_rotate_lock": SymbolsMetadata(
popularity: 6,
codepoint: 0xf2d6,
categories: [11],
tags: [
1246,
1247,
861,
862,
77,
193,
5326,
345,
6635,
3462,
288,
2955,
8,
1110,
1253,
1605,
1786,
1056,
262,
355,
507,
271,
5123,
1034,
3206,
1065,
470,
471,
410,
1036,
151,
525,
473,
5342
],
),
"mobile_sensor_hi": SymbolsMetadata(
popularity: 6,
codepoint: 0xf2ef,
categories: [4],
tags: [
1246,
1247,
1423,
517,
1250,
250,
284,
81,
288,
606,
137,
1110,
3479,
1253,
51,
792,
17,
262,
1758,
267,
271,
5921,
3707,
272,
2380,
64,
273,
291,
649,
525,
65,
276,
1728,
2482,
7820,
12610
],
),
"mobile_sensor_lo": SymbolsMetadata(
popularity: 5,
codepoint: 0xf2ee,
categories: [4],
tags: [
1246,
1247,
1360,
4791,
517,
1250,
251,
284,
254,
288,
606,
1110,
3479,
1253,
51,
1471,
1961,
262,
1758,
267,
271,
14686,
272,
432,
2555,
2380,
64,
273,
291,
649,
525,
7820,
206,
5545
],
),
"mobile_share": SymbolsMetadata(
popularity: 14,
codepoint: 0xf2df,
categories: [11],
tags: [
1246,
1247,
861,
1669,
501,
731,
4297,
2031,
1250,
1073,
284,
81,
288,
12642,
8,
1110,
1253,
17466,
1314,
5348,
5465,
262,
630,
267,
1741,
271,
388,
17467,
410,
2036,
5460,
1529,
1128,
454,
411,
525,
4789,
2039,
278
],
rtlAutoMirrored: true,
),
"mobile_share_stack": SymbolsMetadata(
popularity: 4,
codepoint: 0xf2de,
categories: [11],
tags: [
1246,
1247,
77,
4296,
1250,
283,
1073,
1074,
284,
254,
615,
288,
313,
2191,
520,
3013,
1110,
1253,
1314,
1084,
17468,
262,
12052,
2468,
17469,
15146,
1060,
12830,
12955,
12957,
271,
906,
1529,
2038,
17470,
17471,
17472,
525,
65,
527,
278
],
),
"mobile_sound": SymbolsMetadata(
popularity: 17,
codepoint: 0xf2e8,
categories: [7],
tags: [
1246,
1247,
1359,
1360,
1268,
1270,
13290,
1250,
2540,
251,
570,
283,
1272,
284,
81,
288,
1110,
1253,
2302,
87,
1471,
1301,
4542,
4433,
262,
1714,
267,
616,
2967,
271,
7194,
762,
2121,
652,
273,
1708,
1293,
1294,
525,
65,
612,
276,
1406,
7820,
2068,
554,
1864,
278
],
),
"mobile_sound_off": SymbolsMetadata(
popularity: 8,
codepoint: 0xf2e9,
categories: [7],
tags: [
1246,
1247,
1360,
1268,
1423,
1270,
1250,
283,
284,
6857,
81,
288,
1162,
868,
1055,
5053,
1110,
1253,
1314,
262,
1302,
267,
616,
1059,
1060,
1061,
271,
7194,
762,
2120,
652,
273,
2110,
1067,
1708,
1293,
525,
554,
278
],
),
"mobile_text": SymbolsMetadata(
popularity: 6,
codepoint: 0xf2eb,
categories: [11],
tags: [
1246,
1247,
1175,
17473,
1232,
2453,
1178,
481,
690,
17474,
1250,
282,
283,
628,
81,
288,
8,
2298,
1110,
1253,
68,
1471,
1182,
583,
17475,
262,
2547,
2469,
616,
1259,
2169,
271,
3379,
410,
1708,
1260,
525,
33,
4868,
1263,
1264,
1486
],
),
"mobile_text_2": SymbolsMetadata(
popularity: 23,
codepoint: 0xf2e6,
categories: [11],
tags: [
1246,
1247,
480,
1360,
2537,
2538,
17476,
17477,
2539,
1159,
283,
288,
44,
8,
1886,
1110,
2542,
1253,
68,
87,
14450,
583,
1403,
262,
616,
1061,
271,
2470,
410,
1339,
1708,
525,
65,
33,
1171
],
),
"mobile_ticket": SymbolsMetadata(
popularity: 11,
codepoint: 0xf2e4,
categories: [11],
tags: [
1246,
1247,
861,
4471,
1669,
1670,
3791,
3410,
1932,
1250,
288,
44,
520,
1590,
10,
1110,
1253,
262,
354,
523,
91,
2013,
951,
271,
1665,
3794,
6278,
1936,
1745,
17478,
2016,
1708,
525,
2019,
900,
332,
4480,
4840
],
),
"mobile_vibrate": SymbolsMetadata(
popularity: 26,
codepoint: 0xf2cb,
categories: [11],
tags: [
1246,
1247,
1360,
1268,
1250,
283,
345,
288,
3798,
16788,
1110,
1253,
3645,
1471,
262,
642,
353,
616,
1059,
271,
5123,
432,
762,
2555,
71,
1304,
2110,
1708,
1293,
2415,
525,
65,
413,
1465,
7820,
2068,
1864
],
),
"mobile_wrench": SymbolsMetadata(
popularity: 37,
codepoint: 0xf2b0,
categories: [4],
tags: [
1747,
1765,
6415,
1374,
1270,
1250,
2540,
251,
570,
1784,
685,
345,
1236,
288,
2799,
46,
1756,
1785,
1110,
4859,
3981,
1029,
4899,
262,
70,
6275,
271,
4900,
652,
71,
1708,
7378,
525,
140,
65,
511,
4903
],
),
"moped_package": SymbolsMetadata(
popularity: 1,
codepoint: 0xf28b,
categories: [14],
tags: [
1818,
4167,
482,
1820,
1821,
6951,
2045,
17479,
6952,
1660,
2657,
1615,
1165,
4930,
3427,
1541,
7936,
12170,
17480,
91,
2589,
4670,
3122,
1393,
3324,
4183,
4671,
4374,
1988,
900,
1639,
332,
4184,
1507,
1844,
4185
],
),
"mountain_steam": SymbolsMetadata(
popularity: 4,
codepoint: 0xf282,
categories: [16],
tags: [
3660,
1883,
3536,
10353,
9187,
2431,
1852,
316,
17481,
137,
3036,
3669,
3837,
3838,
1605,
1606,
2374,
1834,
3842,
4061,
5182,
11113,
5236,
3847,
10399,
17482,
3327,
332,
7214,
396,
16954,
3850,
859
],
),
"movie_speaker": SymbolsMetadata(
popularity: 13,
codepoint: 0xf2a3,
categories: [0],
tags: [
1268,
40,
344,
17483,
12335,
345,
781,
3360,
346,
5130,
406,
407,
686,
354,
12332,
1714,
271,
408,
681,
388,
440,
2523,
410,
2016,
17484,
12322,
1293,
11834,
1294,
1709,
37,
476,
554,
2087
],
),
"music_history": SymbolsMetadata(
popularity: 12,
codepoint: 0xf2c1,
categories: [0],
tags: [
2525,
2143,
77,
1268,
12392,
2454,
17485,
1159,
1160,
288,
2084,
1140,
1112,
88,
17486,
4824,
406,
1714,
1481,
91,
2812,
408,
17487,
1717,
1718,
4826,
453,
760,
2462,
5872,
3683,
2842,
3524,
470,
7223,
3067,
1293,
1171,
2476,
2158,
473
],
),
"nest_farsight_cool": SymbolsMetadata(
popularity: 2,
codepoint: 0xf27d,
categories: [10],
tags: [
838,
1867,
2133,
5310,
840,
5277,
1159,
841,
842,
345,
844,
845,
288,
44,
1887,
8538,
1140,
3191,
1857,
642,
1143,
151,
1905,
1906,
856,
1297,
858,
16219,
2891,
2078,
859
],
),
"nest_farsight_dual": SymbolsMetadata(
popularity: 2,
codepoint: 0xf27c,
categories: [10],
tags: [
40,
193,
840,
1159,
254,
844,
5507,
288,
15415,
5810,
17488,
8538,
3036,
1140,
3038,
1281,
8399,
53,
11589,
4280,
1143,
5510,
386,
8401,
330,
1036,
64,
392,
8406,
1906,
5138,
65,
2078,
37,
396,
4339
],
),
"nest_farsight_eco": SymbolsMetadata(
popularity: 4,
codepoint: 0xf27b,
categories: [10],
tags: [
4954,
840,
1159,
6242,
17489,
964,
3703,
1852,
1853,
8538,
137,
2368,
234,
1140,
138,
2372,
17490,
2373,
2374,
1834,
1143,
2375,
289,
1835,
9342,
16115,
954,
392,
898,
888,
2326,
2327,
31,
2078
],
),
"nest_farsight_heat": SymbolsMetadata(
popularity: 3,
codepoint: 0xf27a,
categories: [10],
tags: [
7172,
840,
1159,
345,
464,
8,
7173,
8538,
2886,
3891,
3036,
1140,
3038,
1857,
51,
792,
17,
3494,
1143,
2888,
391,
1906,
858,
2891,
2078,
3849,
7983,
859
],
),
"nest_farsight_seasonal": SymbolsMetadata(
popularity: 3,
codepoint: 0xf279,
categories: [10],
tags: [
17491,
2080,
840,
5277,
1159,
753,
1160,
2099,
8538,
6890,
2886,
17492,
1140,
3191,
1143,
3508,
1835,
3394,
1168,
12105,
8601,
1906,
858,
5888,
2078,
1171,
2476,
859,
10097,
5021
],
),
"okonomiyaki": SymbolsMetadata(
popularity: 9,
codepoint: 0xf281,
categories: [16],
tags: [
16090,
13831,
17493,
3713,
17494,
4227,
3718,
4693,
4134,
4696,
4848,
2367,
5718,
8911,
17495,
17496,
6750,
13837,
4135,
3723,
17497,
17498,
17499,
3727,
17500,
3730,
17501
],
),
"padel": SymbolsMetadata(
popularity: 9,
codepoint: 0xf2a7,
categories: [15],
tags: [
749,
2525,
7350,
7570,
9894,
15486,
6,
3735,
781,
46,
11,
2885,
5403,
1785,
2369,
7572,
1967,
10892,
17502,
4543,
2521,
15572,
3323,
593,
30,
3540,
15513,
15574
],
),
"parking_meter": SymbolsMetadata(
popularity: 6,
codepoint: 0xf28a,
categories: [14],
tags: [
2436,
9583,
1818,
1820,
1821,
193,
2565,
1159,
932,
8,
10460,
14709,
51,
323,
1738,
3494,
948,
3321,
896,
17503,
951,
17504,
4516,
432,
1553,
1637,
2019,
1171,
1172,
2804,
1639,
1507,
1844
],
),
"parking_sign": SymbolsMetadata(
popularity: 11,
codepoint: 0xf289,
categories: [14],
tags: [
1131,
2436,
1818,
1820,
1821,
15159,
313,
381,
3188,
68,
11485,
323,
17304,
324,
3494,
325,
17505,
896,
2054,
1635,
1636,
392,
898,
823,
1553,
433,
1637,
31,
1638,
900,
1639,
17506,
1844
],
),
"parking_valet": SymbolsMetadata(
popularity: 5,
codepoint: 0xf288,
categories: [14],
tags: [
6267,
2436,
17507,
1818,
3434,
17508,
1820,
1821,
6270,
2048,
5365,
581,
11485,
323,
17304,
324,
17505,
896,
588,
589,
2053,
432,
1635,
652,
898,
823,
1553,
433,
31,
1638,
900,
1639,
332,
17509,
1844
],
),
"payment_arrow_down": SymbolsMetadata(
popularity: 44,
codepoint: 0xf2c0,
categories: [9],
tags: [
77,
927,
928,
569,
930,
931,
932,
934,
1417,
936,
937,
11420,
145,
938,
2832,
520,
963,
941,
942,
967,
2302,
68,
88,
948,
523,
950,
951,
5645,
1421,
1665,
6278,
2308,
1395,
956,
17510,
526,
396,
14020
],
),
"payment_card": SymbolsMetadata(
popularity: 17,
codepoint: 0xf2a1,
categories: [9],
tags: [
565,
927,
928,
569,
1658,
14904,
930,
931,
1416,
4936,
932,
934,
1417,
936,
961,
937,
1418,
44,
938,
1660,
941,
942,
17511,
948,
950,
951,
6575,
1665,
2470,
1395,
3795,
956,
971
],
),
"person_heart": SymbolsMetadata(
popularity: 88,
codepoint: 0xf290,
categories: [3],
tags: [
565,
4519,
566,
690,
4273,
3155,
577,
3519,
17512,
137,
697,
3975,
892,
4520,
581,
138,
978,
979,
1623,
4521,
17513,
894,
4293,
4295,
588,
589,
920,
4405,
590,
4282,
392,
888,
31,
601,
6292,
991,
7047,
3513
],
),
"pickleball": SymbolsMetadata(
popularity: 11,
codepoint: 0xf2a6,
categories: [15],
tags: [
749,
2525,
7350,
7570,
9894,
15486,
11212,
3735,
781,
46,
11,
2885,
3319,
5403,
2369,
15473,
7572,
1967,
2341,
468,
15484,
3672,
10892,
17514,
2521,
16438,
15572,
3323,
3729,
593,
30,
3540,
3790,
15574,
15489
],
),
"plane_contrails": SymbolsMetadata(
popularity: 54,
codepoint: 0xf2ac,
categories: [14],
tags: [
480,
837,
1938,
1910,
1995,
1981,
1911,
17515,
312,
1918,
1998,
1999,
1933,
1633,
87,
1403,
642,
647,
1061,
1634,
387,
2001,
1636,
273,
1339,
2002,
4827,
900,
1639,
332,
1929,
17516,
2141
],
rtlAutoMirrored: true,
),
"playground": SymbolsMetadata(
popularity: 10,
codepoint: 0xf28e,
categories: [3],
tags: [
2525,
997,
5468,
1325,
2289,
1104,
17517,
3112,
781,
4193,
5179,
3319,
5403,
467,
1028,
3414,
1967,
3672,
3321,
2521,
17518,
2788,
8281,
3323,
17519,
17520,
2755,
17521,
495,
2851,
15506,
1319,
1096
],
),
"playground_2": SymbolsMetadata(
popularity: 5,
codepoint: 0xf28f,
categories: [3],
tags: [
748,
1268,
6360,
504,
193,
345,
2937,
1164,
781,
1107,
346,
138,
6362,
1344,
2961,
406,
354,
439,
1714,
3672,
2521,
17518,
409,
1338,
17521,
433,
2138,
454,
15506,
1096,
141,
1348,
37
],
),
"reset_exposure": SymbolsMetadata(
popularity: 2,
codepoint: 0xf266,
categories: [1],
tags: [
2222,
460,
77,
502,
3642,
2859,
4751,
9612,
753,
6972,
1252,
680,
487,
49,
17522,
3463,
3052,
3464,
757,
57,
59,
62,
8253,
760,
761,
2462,
5872,
17523,
17524,
17525,
17526,
17527,
6770,
3683,
9680,
1124,
8838,
17528,
5741,
470,
10361,
3467,
765,
17529,
473,
2844
],
),
"shield_toggle": SymbolsMetadata(
popularity: 37,
codepoint: 0xf2ad,
categories: [13],
tags: [
861,
749,
14588,
1766,
1051,
1561,
2719,
685,
345,
3974,
1300,
4348,
3204,
16339,
1222,
1344,
1786,
1059,
1061,
70,
2688,
1034,
1063,
1581,
1582,
3297,
3208,
705,
1782,
1036,
363,
71,
1583,
1552,
3496,
2415,
413,
3212,
7513,
141,
5341,
1348,
1584,
333,
1186
],
),
"sign_language_2": SymbolsMetadata(
popularity: 7,
codepoint: 0xf258,
categories: [3],
tags: [
862,
865,
690,
283,
574,
284,
1476,
7728,
2743,
2744,
3112,
10741,
6132,
2707,
2708,
2710,
2083,
5951,
581,
1622,
10807,
10808,
5247,
3414,
468,
588,
898,
14979,
1295,
31,
9594,
5950,
476
],
),
"subway_walk": SymbolsMetadata(
popularity: 5,
codepoint: 0xf287,
categories: [14],
tags: [
1818,
2044,
312,
313,
225,
581,
7351,
1541,
4379,
17530,
875,
325,
588,
589,
2515,
7005,
7356,
4381,
1636,
1125,
3562,
4385,
4386,
7007,
1988,
17531,
17532,
17533,
1639,
332,
7357,
17534,
4970,
17535,
1844,
3166,
3819
],
rtlAutoMirrored: true,
),
"sync_saved_locally_off": SymbolsMetadata(
popularity: 7,
codepoint: 0xf264,
categories: [2],
tags: [
1247,
2672,
1307,
1671,
77,
2095,
1711,
193,
1686,
463,
519,
284,
753,
81,
17536,
288,
868,
2731,
8,
2335,
1055,
1110,
2848,
3705,
6272,
17537,
1713,
630,
15957,
1059,
1060,
1676,
1061,
4268,
760,
761,
471,
330,
1696,
4481,
410,
362,
1067,
1698,
764,
16685,
765,
1678,
526,
3000,
1068,
2347,
1584,
333,
1187,
1681
],
),
"table_large": SymbolsMetadata(
popularity: 3,
codepoint: 0xf299,
categories: [8],
tags: [
1467,
17318,
3603,
6910,
373,
933,
463,
5117,
628,
81,
1468,
3720,
8,
1946,
488,
2286,
4072,
382,
916,
68,
1948,
385,
88,
4136,
586,
432,
1460,
1151,
1461,
433,
955,
1474,
3353,
396
],
),
"timer_1": SymbolsMetadata(
popularity: 36,
codepoint: 0xf2af,
categories: [1],
tags: [
72,
1359,
1360,
1670,
10362,
1159,
2081,
2082,
45,
2099,
3505,
10,
3483,
3484,
226,
3486,
1183,
1368,
22,
178,
3502,
5609,
17538,
1369,
1168,
360,
361,
275,
2827,
1171,
3489,
2557,
1172,
2158,
2087
],
),
"timer_2": SymbolsMetadata(
popularity: 22,
codepoint: 0xf2ae,
categories: [1],
tags: [
74,
1359,
1360,
1670,
10362,
193,
462,
1159,
17539,
2081,
16265,
2082,
45,
2099,
10,
5904,
87,
17,
3487,
22,
759,
330,
1168,
361,
2827,
17540,
1171,
17541,
11550,
1172,
17542,
2828,
1095,
394
],
),
"tonality_2": SymbolsMetadata(
popularity: 9,
codepoint: 0xf2b4,
categories: [1],
tags: [
15300,
1268,
15293,
17543,
193,
8126,
2254,
1252,
680,
12393,
83,
351,
8198,
9973,
1279,
49,
17544,
4542,
406,
8129,
1714,
8133,
1481,
59,
62,
15476,
12394,
4283,
4063,
7973,
11666,
17545,
3067,
1293,
15038,
595,
8203,
6404,
6765,
1763,
554
],
),
"translate_indic": SymbolsMetadata(
popularity: 15,
codepoint: 0xf263,
categories: [6],
tags: [
502,
1751,
573,
283,
1795,
6448,
4509,
4465,
313,
1589,
319,
17546,
322,
5247,
10809,
7249,
1471,
9745,
2468,
4865,
1295,
594,
433,
3984,
2415,
31,
33,
526,
7255,
5950,
9748,
6645,
334
],
),
"vignette_2": SymbolsMetadata(
popularity: 9,
codepoint: 0xf2b3,
categories: [1],
tags: [
480,
2222,
4317,
1132,
193,
345,
2830,
4104,
485,
606,
1252,
680,
487,
4327,
83,
1757,
4328,
490,
49,
406,
57,
59,
62,
330,
151,
8201,
392,
2172,
511,
4367,
476
],
),
"washoku": SymbolsMetadata(
popularity: 4,
codepoint: 0xf280,
categories: [16],
tags: [
14174,
13831,
13225,
17547,
3713,
13833,
3718,
4844,
3720,
4134,
4848,
17548,
2367,
6041,
5717,
1548,
6750,
13837,
4234,
4135,
3723,
14179,
13842,
3727,
17549,
2502,
17550,
6351,
17551
],
),
"yoshoku": SymbolsMetadata(
popularity: 7,
codepoint: 0xf27f,
categories: [16],
tags: [
1931,
11122,
6753,
13833,
17552,
3718,
4844,
3720,
17553,
4134,
17554,
11135,
4848,
17548,
17555,
9033,
2367,
17556,
4931,
6750,
6751,
4234,
3723,
4052,
2225,
17557,
4700,
2850,
3727,
17558,
3729,
5853,
394,
6351,
17559
],
),
"android_cell_4_bar": SymbolsMetadata(
popularity: 62,
codepoint: 0xef06,
categories: [4],
tags: [
2399,
1071,
1307,
1423,
517,
1250,
7718,
251,
373,
283,
254,
81,
375,
2235,
12583,
17560,
1078,
51,
1081,
259,
17561,
226,
1086,
262,
267,
17562,
271,
272,
273,
275,
746,
3018,
649,
65,
276,
1406,
1095,
277,
278
],
),
"android_cell_4_bar_alert": SymbolsMetadata(
popularity: 16,
codepoint: 0xef09,
categories: [4],
tags: [
3125,
4777,
1360,
1361,
1423,
517,
17563,
691,
1250,
17564,
250,
251,
283,
1074,
284,
17565,
254,
1365,
81,
2732,
1366,
2235,
12583,
17560,
1367,
51,
259,
792,
1166,
262,
17566,
265,
10086,
267,
611,
3295,
616,
271,
272,
17567,
273,
7819,
291,
649,
31,
1406,
206,
277,
278
],
),
"android_cell_4_bar_off": SymbolsMetadata(
popularity: 8,
codepoint: 0xef08,
categories: [4],
tags: [
517,
1250,
17564,
7718,
251,
7719,
283,
253,
254,
81,
7721,
868,
2731,
1055,
2235,
12583,
259,
17222,
262,
263,
265,
267,
269,
6335,
1059,
1060,
1061,
271,
14986,
17568,
272,
273,
290,
1067,
524,
277,
278,
4309
],
),
"android_cell_4_bar_plus": SymbolsMetadata(
popularity: 12,
codepoint: 0xef07,
categories: [4],
tags: [
231,
745,
1307,
4791,
517,
1250,
7718,
251,
283,
284,
254,
81,
2235,
521,
12583,
14993,
51,
259,
262,
265,
267,
887,
271,
239,
272,
273,
275,
291,
649,
533,
277,
278
],
),
"android_cell_5_bar": SymbolsMetadata(
popularity: 33,
codepoint: 0xef02,
categories: [4],
tags: [
17569,
2399,
1071,
4791,
1423,
517,
17570,
1250,
250,
251,
7719,
373,
283,
284,
254,
81,
375,
3918,
17571,
12583,
1078,
51,
17572,
1081,
259,
226,
1086,
262,
265,
267,
271,
272,
273,
17573,
17122,
290,
275,
746,
291,
524,
1095,
277,
278,
650
],
),
"android_cell_5_bar_alert": SymbolsMetadata(
popularity: 6,
codepoint: 0xef05,
categories: [4],
tags: [
3125,
4777,
1360,
1361,
1423,
517,
691,
1250,
250,
251,
8192,
283,
1074,
284,
254,
1365,
81,
2732,
1366,
4713,
3918,
12583,
1367,
259,
2734,
1166,
262,
10086,
267,
3295,
616,
271,
14986,
2737,
272,
652,
273,
290,
291,
31,
1728,
206,
277,
278
],
),
"android_cell_5_bar_off": SymbolsMetadata(
popularity: 13,
codepoint: 0xef04,
categories: [4],
tags: [
4791,
517,
1250,
251,
283,
254,
81,
868,
2731,
1055,
259,
792,
87,
17574,
7826,
262,
267,
12719,
6335,
1059,
1060,
1061,
271,
272,
273,
1067,
291,
649,
612,
1068,
7832,
277,
278
],
),
"android_cell_5_bar_plus": SymbolsMetadata(
popularity: 10,
codepoint: 0xef03,
categories: [4],
tags: [
231,
745,
1307,
517,
3035,
1250,
7718,
251,
283,
254,
81,
17560,
137,
138,
235,
51,
259,
1083,
17222,
262,
263,
267,
887,
271,
239,
272,
273,
290,
275,
291,
31,
277,
278
],
),
"android_cell_dual_4_bar": SymbolsMetadata(
popularity: 4,
codepoint: 0xef0d,
categories: [4],
tags: [
2399,
1071,
1307,
1423,
517,
1250,
251,
373,
283,
15006,
254,
81,
375,
3055,
17575,
1164,
634,
2286,
1078,
138,
51,
1081,
259,
792,
1471,
226,
1086,
262,
267,
271,
17568,
272,
652,
273,
275,
746,
3018,
649,
31,
2573,
1095,
394,
277,
278
],
),
"android_cell_dual_4_bar_alert": SymbolsMetadata(
popularity: 1,
codepoint: 0xef0f,
categories: [4],
tags: [
3125,
4777,
1360,
1307,
1361,
1423,
517,
691,
1250,
251,
283,
1074,
284,
254,
1365,
81,
17576,
17577,
17575,
2732,
1366,
4713,
1367,
259,
1166,
262,
267,
3295,
616,
271,
2737,
272,
652,
273,
290,
12722,
291,
31,
1728,
17578,
17579,
206,
277,
278
],
),
"android_cell_dual_4_bar_plus": SymbolsMetadata(
popularity: 7,
codepoint: 0xef0e,
categories: [4],
tags: [
231,
605,
745,
517,
1250,
251,
283,
284,
254,
1325,
81,
15415,
17575,
235,
259,
610,
262,
237,
267,
611,
887,
271,
17580,
239,
272,
273,
12722,
275,
649,
65,
394,
277,
278
],
),
"android_cell_dual_5_bar": SymbolsMetadata(
popularity: 6,
codepoint: 0xef0a,
categories: [4],
tags: [
2399,
1071,
1307,
1423,
517,
1250,
251,
8192,
373,
283,
17581,
81,
288,
375,
17582,
17575,
3918,
12583,
1078,
1081,
259,
226,
1086,
262,
10086,
17583,
17584,
267,
17585,
271,
272,
273,
290,
275,
746,
291,
3018,
533,
276,
1095,
17586,
17579,
277,
278
],
),
"android_cell_dual_5_bar_alert": SymbolsMetadata(
popularity: 2,
codepoint: 0xef0c,
categories: [4],
tags: [
3125,
4777,
17569,
1360,
1307,
1361,
1423,
517,
691,
1250,
251,
283,
1074,
254,
1365,
81,
17575,
2732,
1366,
4713,
12583,
1367,
51,
259,
1166,
262,
267,
3295,
616,
271,
273,
291,
649,
31,
65,
1728,
206,
277,
278
],
),
"android_cell_dual_5_bar_plus": SymbolsMetadata(
popularity: 6,
codepoint: 0xef0b,
categories: [4],
tags: [
231,
17569,
745,
1307,
517,
1250,
251,
284,
254,
81,
15415,
3918,
2286,
521,
51,
259,
792,
3494,
262,
267,
887,
271,
239,
3707,
63,
272,
273,
275,
649,
14991,
276,
394,
277,
278
],
),
"android_wifi_3_bar": SymbolsMetadata(
popularity: 29,
codepoint: 0xef16,
categories: [4],
tags: [
861,
517,
731,
283,
284,
254,
81,
288,
12617,
51,
259,
9911,
792,
262,
267,
271,
2074,
272,
1745,
652,
273,
290,
291,
649,
65,
612,
2290,
277,
278,
650
],
),
"android_wifi_3_bar_alert": SymbolsMetadata(
popularity: 11,
codepoint: 0xef1b,
categories: [4],
tags: [
1360,
1177,
517,
691,
284,
254,
15966,
17587,
1366,
293,
68,
259,
17588,
5246,
260,
267,
17589,
616,
13104,
17590,
2074,
1745,
652,
273,
290,
1728,
206,
1864,
7832,
17591,
277,
278,
650,
280
],
),
"android_wifi_3_bar_lock": SymbolsMetadata(
popularity: 2,
codepoint: 0xef1a,
categories: [4],
tags: [
861,
1307,
9619,
517,
251,
4260,
284,
254,
81,
5965,
138,
51,
259,
1471,
1786,
1056,
262,
267,
5966,
5339,
1034,
1063,
1582,
705,
1782,
1036,
652,
273,
290,
291,
31,
65,
277,
278
],
),
"android_wifi_3_bar_off": SymbolsMetadata(
popularity: 12,
codepoint: 0xef19,
categories: [4],
tags: [
1307,
9619,
517,
283,
284,
254,
81,
868,
2731,
1055,
51,
259,
9911,
5246,
262,
267,
269,
6335,
1059,
1060,
1061,
1745,
652,
273,
290,
1067,
291,
17234,
2290,
1864,
277,
12627,
278
],
),
"android_wifi_3_bar_plus": SymbolsMetadata(
popularity: 4,
codepoint: 0xef18,
categories: [4],
tags: [
231,
75,
749,
745,
1307,
4019,
517,
251,
1074,
284,
254,
81,
288,
2286,
4053,
51,
259,
792,
262,
267,
1453,
239,
1745,
652,
273,
291,
649,
5541,
31,
65,
551,
277,
278
],
),
"android_wifi_3_bar_question": SymbolsMetadata(
popularity: 3,
codepoint: 0xef17,
categories: [4],
tags: [
3961,
865,
517,
1250,
251,
1074,
284,
254,
81,
288,
2732,
871,
293,
68,
259,
2734,
1314,
262,
267,
3295,
7445,
271,
2737,
3963,
2344,
3964,
3965,
273,
275,
291,
15013,
649,
880,
31,
2290,
4055,
3966,
277,
278
],
),
"android_wifi_4_bar": SymbolsMetadata(
popularity: 11,
codepoint: 0xef10,
categories: [4],
tags: [
517,
283,
463,
519,
284,
254,
81,
288,
2235,
2286,
12583,
17592,
51,
259,
5246,
792,
262,
267,
611,
1745,
652,
273,
290,
291,
649,
31,
65,
277,
278,
650
],
),
"android_wifi_4_bar_alert": SymbolsMetadata(
popularity: 8,
codepoint: 0xef15,
categories: [4],
tags: [
1360,
1307,
1177,
9619,
517,
283,
284,
254,
2732,
3935,
2235,
17560,
293,
68,
259,
2734,
1083,
262,
267,
616,
13104,
2737,
2074,
1745,
652,
273,
291,
5961,
206,
277,
278
],
),
"android_wifi_4_bar_lock": SymbolsMetadata(
popularity: 0,
codepoint: 0xef14,
categories: [4],
tags: [
17593,
517,
251,
283,
284,
254,
81,
256,
5965,
12583,
14993,
259,
9911,
1314,
1786,
1056,
17561,
262,
267,
4306,
523,
5339,
1034,
1063,
16981,
3206,
1582,
705,
1782,
17594,
1036,
652,
273,
649,
277,
17215,
278,
650
],
),
"android_wifi_4_bar_off": SymbolsMetadata(
popularity: 14,
codepoint: 0xef13,
categories: [4],
tags: [
517,
283,
519,
284,
253,
254,
81,
288,
868,
2731,
1055,
2235,
521,
51,
259,
11709,
262,
267,
269,
6443,
6335,
1059,
1060,
1061,
271,
1745,
652,
273,
1067,
291,
649,
5957,
65,
277,
278,
280
],
),
"android_wifi_4_bar_plus": SymbolsMetadata(
popularity: 7,
codepoint: 0xef12,
categories: [4],
tags: [
231,
861,
745,
517,
518,
251,
283,
284,
254,
81,
1335,
2235,
2286,
12617,
235,
259,
262,
237,
267,
1453,
523,
239,
1148,
1745,
652,
273,
649,
31,
277,
278
],
),
"android_wifi_4_bar_question": SymbolsMetadata(
popularity: 4,
codepoint: 0xef11,
categories: [4],
tags: [
3961,
1360,
865,
517,
1250,
251,
283,
1074,
284,
254,
81,
2732,
2235,
12583,
17560,
871,
51,
293,
68,
259,
2734,
262,
267,
269,
3295,
7445,
271,
2737,
3963,
2344,
3965,
273,
275,
291,
15013,
649,
880,
31,
65,
3966,
277,
17595,
278
],
),
"arrow_shape_up": SymbolsMetadata(
popularity: 44,
codepoint: 0xeef6,
categories: [2],
tags: [
500,
77,
7309,
9731,
2838,
345,
313,
2283,
2938,
903,
137,
2834,
138,
2846,
51,
1758,
1550,
325,
876,
328,
1167,
93,
2433,
410,
392,
1552,
1719,
31,
1263,
1728,
141,
907,
1709,
98,
3030,
1348
],
),
"arrow_shape_up_stack": SymbolsMetadata(
popularity: 46,
codepoint: 0xeef7,
categories: [2],
tags: [
1467,
77,
3026,
313,
3027,
1080,
235,
1082,
88,
17596,
2873,
2468,
325,
91,
92,
1167,
11596,
2281,
95,
1719,
1263,
1728,
141,
907,
98,
3030
],
),
"arrow_shape_up_stack_2": SymbolsMetadata(
popularity: 47,
codepoint: 0xeef8,
categories: [2],
tags: [
1641,
76,
77,
6260,
9084,
2152,
3027,
1690,
1080,
1082,
17597,
88,
12298,
17598,
2873,
17599,
91,
92,
2281,
2310,
95,
1719,
17600,
1263,
526,
1709,
527
],
),
"award_meal": SymbolsMetadata(
popularity: 31,
codepoint: 0xf241,
categories: [5],
tags: [
11974,
3,
3514,
281,
11641,
6651,
3716,
4991,
4227,
4844,
6370,
3720,
12516,
4848,
3517,
9033,
2367,
2995,
13,
5378,
3723,
20,
4700,
851,
3523,
1184,
1289,
3727,
3525,
3526,
3527,
8602,
4854,
857,
245,
6351,
4855,
3530
],
),
"battery_android_frame_1": SymbolsMetadata(
popularity: 14,
codepoint: 0xf257,
categories: [4],
tags: [
1307,
3698,
1132,
1250,
3699,
288,
3702,
2549,
811,
3703,
348,
2286,
51,
792,
1961,
262,
289,
271,
3707,
432,
2470,
1316,
291
],
),
"battery_android_frame_2": SymbolsMetadata(
popularity: 13,
codepoint: 0xf256,
categories: [4],
tags: [
3698,
1250,
3699,
3938,
288,
8,
1886,
811,
3703,
348,
1110,
51,
68,
792,
1961,
262,
289,
648,
2551,
3707,
4049,
432,
392,
291,
1093
],
),
"battery_android_frame_3": SymbolsMetadata(
popularity: 7,
codepoint: 0xf255,
categories: [4],
tags: [
3698,
17601,
1250,
3699,
811,
3943,
3703,
3910,
348,
3891,
51,
792,
1961,
3494,
262,
289,
3707,
3913,
3900,
432,
291
],
),
"battery_android_frame_4": SymbolsMetadata(
popularity: 9,
codepoint: 0xf254,
categories: [4],
tags: [
1360,
1307,
3698,
3906,
3897,
1250,
3699,
3889,
288,
3702,
1886,
3703,
3930,
3891,
51,
68,
262,
616,
271,
240,
3707,
432,
2555,
71,
3018,
1093,
65
],
),
"battery_android_frame_5": SymbolsMetadata(
popularity: 11,
codepoint: 0xf253,
categories: [4],
tags: [
676,
17569,
1307,
3973,
1423,
3698,
1250,
3699,
3701,
288,
3942,
811,
3703,
17602,
667,
3918,
348,
2550,
51,
792,
1961,
3494,
262,
289,
3706,
271,
3707,
1708,
291
],
),
"battery_android_frame_6": SymbolsMetadata(
popularity: 10,
codepoint: 0xf252,
categories: [4],
tags: [
1307,
3698,
1250,
3699,
288,
811,
3703,
17603,
17604,
699,
138,
51,
792,
1961,
262,
289,
271,
3707,
432,
3954,
6545,
291,
3018,
65
],
),
"battery_android_frame_alert": SymbolsMetadata(
popularity: 4,
codepoint: 0xf251,
categories: [4],
tags: [
1360,
8167,
1307,
3698,
1250,
3699,
3889,
17605,
288,
3942,
3943,
3703,
348,
138,
51,
792,
3936,
262,
616,
289,
271,
3707,
432,
392,
291,
1170,
65,
1407,
206,
17606
],
),
"battery_android_frame_bolt": SymbolsMetadata(
popularity: 27,
codepoint: 0xf250,
categories: [4],
tags: [
1360,
1307,
3698,
3955,
1250,
3699,
3889,
3959,
288,
3942,
811,
3703,
348,
2286,
137,
1110,
138,
51,
792,
3957,
1961,
262,
289,
271,
3707,
291,
31,
525,
65,
206
],
),
"battery_android_frame_full": SymbolsMetadata(
popularity: 20,
codepoint: 0xf24f,
categories: [4],
tags: [
1307,
1423,
3698,
3917,
1250,
3699,
3929,
3889,
463,
288,
3890,
3703,
3520,
2286,
697,
51,
792,
17607,
3494,
262,
3707,
432,
1708,
291,
31,
65
],
),
"battery_android_frame_plus": SymbolsMetadata(
popularity: 5,
codepoint: 0xf24e,
categories: [4],
tags: [
745,
17608,
17609,
17610,
1307,
3698,
3897,
3968,
1250,
3699,
3889,
3985,
1235,
288,
3943,
3703,
4006,
348,
235,
51,
792,
3936,
262,
289,
271,
239,
3707,
3900,
432,
1708,
291
],
),
"battery_android_frame_question": SymbolsMetadata(
popularity: 8,
codepoint: 0xf24d,
categories: [4],
tags: [
1360,
1423,
3698,
3908,
1250,
3699,
3985,
288,
3934,
3703,
3910,
2732,
871,
51,
293,
2734,
792,
3936,
262,
271,
3707,
3913,
2737,
3964,
3965,
432,
291,
31,
3966,
17611,
206
],
),
"battery_android_frame_share": SymbolsMetadata(
popularity: 0,
codepoint: 0xf24c,
categories: [4],
tags: [
1307,
3698,
1250,
3699,
1073,
284,
81,
288,
2251,
811,
3703,
348,
2550,
51,
792,
1471,
1314,
3936,
262,
267,
1088,
289,
271,
851,
3707,
9335,
3015,
1529,
291,
1093,
526
],
),
"battery_android_frame_shield": SymbolsMetadata(
popularity: 11,
codepoint: 0xf24b,
categories: [4],
tags: [
1307,
3698,
1132,
1250,
3699,
288,
3702,
3703,
379,
348,
138,
51,
792,
1403,
262,
289,
271,
3707,
1582,
432,
1035,
1036,
392,
1583,
291,
31,
65
],
),
"briefcase_meal": SymbolsMetadata(
popularity: 6,
codepoint: 0xf246,
categories: [9],
tags: [
3662,
2042,
482,
1515,
569,
4890,
3716,
934,
1333,
4844,
2045,
3720,
3721,
9033,
2367,
2995,
4646,
1516,
4135,
17612,
3723,
1391,
17613,
3115,
2470,
3727,
2555,
652,
3730,
2502,
4854,
433,
4501,
332,
4855,
1519
],
),
"bucket_check": SymbolsMetadata(
popularity: 33,
codepoint: 0xef2a,
categories: [2],
tags: [
2673,
2678,
5859,
3917,
1673,
2095,
463,
2681,
4504,
1333,
2333,
2335,
1106,
3520,
2286,
51,
3792,
88,
1166,
226,
1676,
2686,
91,
5864,
26,
3524,
362,
898,
291,
245,
1518,
1678,
4840,
554,
1681
],
),
"calendar_check": SymbolsMetadata(
popularity: 130,
codepoint: 0xf243,
categories: [6],
tags: [
2673,
5017,
1670,
17614,
1932,
2080,
17615,
1673,
463,
2681,
2701,
17616,
2333,
1160,
17617,
2134,
2082,
2335,
1106,
10,
17618,
1166,
5018,
1676,
2686,
3509,
1370,
1168,
17619,
362,
245,
1678,
1171,
7850,
5020,
2694,
1584,
1681
],
),
"calendar_lock": SymbolsMetadata(
popularity: 11,
codepoint: 0xf242,
categories: [6],
tags: [
861,
5335,
1670,
1051,
1932,
2080,
1769,
1160,
2134,
5034,
2854,
10,
1960,
1786,
1056,
5018,
5036,
5339,
2688,
1034,
1063,
3206,
1582,
1065,
705,
1168,
11694,
1782,
1036,
1171,
5020,
1068
],
),
"calendar_meal_2": SymbolsMetadata(
popularity: 4,
codepoint: 0xf240,
categories: [5],
tags: [
5017,
1360,
1669,
501,
1670,
1932,
2080,
1159,
1160,
2134,
3720,
4696,
10,
9033,
2367,
2995,
137,
138,
1344,
4849,
2946,
3723,
506,
262,
5018,
616,
289,
876,
3509,
432,
1370,
1936,
3727,
1168,
8601,
31,
1171,
5020,
333,
5021
],
),
"child_hat": SymbolsMetadata(
popularity: 36,
codepoint: 0xef30,
categories: [3],
tags: [
2553,
2648,
3544,
3545,
17620,
17621,
5710,
3155,
15466,
993,
997,
2653,
17622,
3462,
12199,
2658,
577,
4211,
5719,
17623,
17624,
17625,
3551,
1006,
1028,
3555,
3556,
1035,
705,
15511,
17626,
4219,
2668,
3563,
17627,
1023
],
),
"conversation": SymbolsMetadata(
popularity: 114,
codepoint: 0xef2f,
categories: [3],
tags: [
570,
2740,
17628,
572,
17629,
283,
6195,
10719,
1476,
1477,
7232,
868,
2744,
17630,
7233,
1055,
577,
581,
583,
11688,
17631,
6289,
1059,
1060,
1061,
589,
3401,
3402,
1067,
593,
594,
1485,
17632,
1296,
4867,
9594,
33,
17633,
3680,
1486,
17634
],
),
"hanami_dango": SymbolsMetadata(
popularity: 5,
codepoint: 0xf23f,
categories: [5],
tags: [
13831,
17635,
1101,
17636,
17637,
17638,
4694,
3719,
17639,
4697,
2367,
381,
17640,
6750,
6751,
6032,
17641,
17642,
492,
10901,
3730,
5210,
13413,
5006,
3731,
31,
17643,
3732
],
),
"image_inset": SymbolsMetadata(
popularity: 8,
codepoint: 0xf247,
categories: [1],
tags: [
17644,
17645,
17646,
17647,
17648,
9454,
17649,
17650,
17651,
348,
1343,
49,
17652,
1327,
1605,
406,
17653,
17654,
1606,
1607,
57,
59,
62,
432,
433,
16697,
17655,
17656
],
),
"kanji_alcohol": SymbolsMetadata(
popularity: 3,
codepoint: 0xf23e,
categories: [5],
tags: [
11380,
11122,
1423,
4878,
504,
5,
6753,
4540,
4228,
2367,
1548,
138,
11136,
6751,
17657,
5247,
11383,
17658,
174,
506,
325,
876,
1392,
3727,
17659,
3076,
898,
31,
33,
338,
1486
],
),
"mail_shield": SymbolsMetadata(
popularity: 16,
codepoint: 0xf249,
categories: [7],
tags: [
1561,
283,
1769,
2298,
11691,
17660,
3252,
2300,
8047,
17661,
2301,
15,
16,
1056,
2303,
583,
17662,
1034,
1063,
10713,
1581,
1582,
2308,
3208,
1782,
17663,
1036,
2310,
1583,
7513,
1584
],
),
"meal_dinner": SymbolsMetadata(
popularity: 2,
codepoint: 0xf23d,
categories: [5],
tags: [
17664,
4842,
3713,
3714,
3715,
3716,
5711,
4844,
4766,
3720,
17400,
4134,
4696,
3721,
4847,
2367,
5717,
2995,
4234,
4849,
4135,
3723,
4850,
4110,
12666,
4700,
3727,
8557,
3729,
151,
4853,
4854,
1608,
11662,
9034
],
),
"meal_lunch": SymbolsMetadata(
popularity: 13,
codepoint: 0xf23c,
categories: [5],
tags: [
480,
1332,
3712,
17665,
7289,
7290,
3716,
17666,
15815,
4766,
3720,
4845,
3721,
8551,
379,
2367,
6041,
14141,
3722,
904,
4135,
3723,
17667,
814,
647,
4110,
12666,
3725,
3727,
8558,
1339,
3730,
1608
],
),
"money_range": SymbolsMetadata(
popularity: 125,
codepoint: 0xf245,
categories: [9],
tags: [
2222,
223,
502,
2454,
928,
960,
930,
931,
932,
934,
3782,
345,
1417,
936,
937,
938,
1335,
83,
941,
942,
2976,
792,
550,
4768,
17,
719,
948,
523,
70,
6275,
950,
951,
5645,
1421,
26,
1148,
391,
2835,
363,
151,
1395,
3496,
2981,
6102,
36,
2944
],
),
"page_menu_ios": SymbolsMetadata(
popularity: 8,
codepoint: 0xeefb,
categories: [2],
tags: [
1669,
2453,
3410,
8547,
628,
81,
145,
1589,
147,
370,
2945,
916,
68,
2848,
1471,
88,
506,
237,
325,
1595,
70,
1596,
1597,
453,
1428,
1598,
1719,
33,
97,
141,
1348,
396,
1486
],
),
"parent_child_dining": SymbolsMetadata(
popularity: 1,
codepoint: 0xf22d,
categories: [5],
tags: [
862,
4093,
3883,
3545,
17668,
690,
3155,
1914,
993,
997,
1885,
14138,
3720,
4848,
3854,
1026,
17669,
4719,
225,
2367,
5752,
581,
3551,
1006,
3723,
1032,
588,
589,
3727,
11990,
652,
888,
1951,
1474,
3563,
1023
],
),
"partner_heart": SymbolsMetadata(
popularity: 95,
codepoint: 0xef2e,
categories: [3],
tags: [
8566,
690,
504,
4273,
1073,
3853,
1164,
6131,
1797,
3519,
1617,
137,
8017,
579,
10127,
697,
4520,
5391,
581,
138,
1401,
1623,
4521,
894,
9810,
289,
13029,
588,
589,
4282,
3450,
6584,
392,
31,
907,
6586,
1409
],
),
"percent_discount": SymbolsMetadata(
popularity: 97,
codepoint: 0xf244,
categories: [9],
tags: [
14630,
791,
12416,
934,
1180,
11410,
6370,
12138,
1660,
964,
941,
942,
1182,
793,
6557,
948,
22,
3989,
17670,
3706,
17671,
1184,
1393,
6740,
954,
3527,
1395,
898,
8602,
31
],
),
"rest_area": SymbolsMetadata(
popularity: 3,
codepoint: 0xf22a,
categories: [5],
tags: [
3883,
17672,
2125,
17665,
312,
4848,
11657,
17673,
2367,
1631,
1633,
1605,
1967,
324,
17674,
1606,
325,
3672,
4061,
3321,
1223,
10578,
17675,
17676,
3323,
1968,
17677,
3560,
17678,
5359,
3429,
17679,
17680,
878,
1226,
17681,
1474,
332
],
),
"search_gear": SymbolsMetadata(
popularity: 40,
codepoint: 0xeefa,
categories: [2],
tags: [
1747,
1765,
17682,
501,
1751,
1784,
685,
345,
1236,
17683,
145,
83,
317,
1785,
1109,
293,
68,
1115,
2339,
1116,
1117,
2340,
2085,
1652,
2947,
70,
920,
921,
1759,
1126,
1127,
652,
71,
1788,
17684,
1093,
511,
6765
],
),
"settings_seating": SymbolsMetadata(
popularity: 1,
codepoint: 0xef2d,
categories: [3],
tags: [
2222,
76,
1467,
17685,
1914,
6910,
1784,
685,
345,
1236,
375,
4072,
1785,
137,
138,
385,
1029,
1652,
355,
70,
92,
1677,
921,
3727,
1955,
1927,
1937,
71,
1788,
823,
6143,
3878
],
),
"shaved_ice": SymbolsMetadata(
popularity: 2,
codepoint: 0xf225,
categories: [5],
tags: [
4991,
841,
9116,
844,
6029,
3719,
10,
3738,
8647,
2367,
14141,
849,
1966,
10575,
13824,
6750,
6751,
506,
587,
2532,
11426,
17686,
3730,
17687,
4176,
5006,
2382,
3731,
17688,
3732,
12657
],
),
"soba": SymbolsMetadata(
popularity: 3,
codepoint: 0xef36,
categories: [5],
tags: [
2222,
15892,
6415,
17689,
1784,
17690,
685,
15893,
345,
15894,
3720,
5331,
2367,
1785,
17691,
6750,
6751,
4898,
1029,
17692,
4899,
17693,
13841,
70,
7100,
921,
15900,
71,
7103,
1093,
3927,
1789,
17694
],
),
"solo_dining": SymbolsMetadata(
popularity: 4,
codepoint: 0xef35,
categories: [5],
tags: [
17695,
690,
7289,
17696,
1914,
17697,
14138,
4695,
3720,
11654,
16046,
4848,
17698,
17699,
225,
2367,
3722,
581,
979,
3723,
17700,
589,
3727,
16047,
11990,
17701,
888,
3590,
1037,
1951,
17702,
1474
],
),
"table_sign": SymbolsMetadata(
popularity: 10,
codepoint: 0xef2c,
categories: [3],
tags: [
4019,
1423,
4842,
16349,
3715,
224,
5162,
3720,
8,
4228,
4847,
2367,
51,
1890,
4074,
174,
1183,
21,
8257,
3672,
11384,
1936,
17703,
3727,
1937,
3180,
710,
31,
1474,
17704,
15469,
16745
],
),
"takeout_dining_2": SymbolsMetadata(
popularity: 7,
codepoint: 0xef34,
categories: [5],
tags: [
482,
3716,
1333,
6951,
4844,
2045,
6952,
3720,
4134,
3721,
8551,
2367,
2995,
4849,
4135,
3723,
91,
17705,
17706,
13286,
17707,
3727,
652,
4854,
17708,
4140,
16075,
1639
],
),
"tatami_seat": SymbolsMetadata(
popularity: 1,
codepoint: 0xef33,
categories: [5],
tags: [
1131,
1914,
1885,
4540,
17709,
485,
17710,
17711,
4072,
17712,
904,
1140,
2753,
6750,
6751,
1471,
5547,
15527,
814,
3377,
432,
1926,
1955,
1927,
1937,
1339,
823,
433,
17713,
6147
],
),
"thumbs_up_double": SymbolsMetadata(
popularity: 79,
codepoint: 0xeefc,
categories: [3],
tags: [
2672,
2676,
17714,
8567,
2678,
1671,
3515,
2681,
3055,
16239,
10323,
3519,
1480,
2707,
2708,
4053,
17715,
2710,
2083,
1623,
242,
63,
6535,
795,
359,
203,
243,
880,
3585,
13923,
17716,
1709,
13924,
3774,
1681
],
),
"udon": SymbolsMetadata(
popularity: 7,
codepoint: 0xef32,
categories: [5],
tags: [
13831,
17717,
17718,
13225,
15682,
13833,
17719,
3718,
3720,
4134,
3721,
2367,
11970,
6750,
6751,
13837,
17720,
4135,
3723,
6032,
17721,
13841,
13842,
3727,
13844,
3847,
17722
],
),
"windshield_defrost_auto": SymbolsMetadata(
popularity: 3,
codepoint: 0xf248,
categories: [14],
tags: [
838,
1896,
77,
2436,
9002,
3372,
1818,
3434,
1820,
5344,
17723,
840,
5277,
845,
9612,
1425,
5279,
5280,
17724,
3036,
1856,
1857,
1471,
1742,
410,
98,
1844,
1908,
1862,
396,
17259,
5285
],
),
"yakitori": SymbolsMetadata(
popularity: 1,
codepoint: 0xef31,
categories: [5],
tags: [
13831,
8907,
4227,
3718,
4694,
3720,
4134,
4848,
2367,
5717,
8911,
17725,
17726,
17727,
17728,
6750,
6751,
13837,
10898,
17729,
4135,
3723,
17730,
506,
2942,
3727,
3728,
644,
10901,
3730,
5210,
17501,
17731,
6147,
17732
],
),
"family_group": SymbolsMetadata(
popularity: 87,
codepoint: 0xeef2,
categories: [3],
tags: [
5763,
1190,
6339,
193,
1101,
1196,
1197,
574,
1075,
1026,
578,
5793,
579,
977,
7404,
1140,
1500,
581,
1280,
7402,
582,
267,
588,
589,
1287,
1288,
2054,
1092,
888,
593,
597,
7411,
602
],
),
"fitness_trackers": SymbolsMetadata(
popularity: 34,
codepoint: 0xeef1,
categories: [11],
tags: [
2553,
2525,
2554,
8970,
7147,
1270,
1250,
570,
1159,
81,
288,
44,
11,
2884,
2885,
2550,
1110,
697,
5390,
1253,
17,
262,
4280,
648,
920,
271,
759,
453,
410,
2556,
1708,
3540,
4981,
4933,
525,
65,
33,
1171,
2558,
1095,
3042,
477,
2087,
2559,
2560,
333,
3542,
7166,
2563
],
),
"mail_asterisk": SymbolsMetadata(
popularity: 17,
codepoint: 0xeef4,
categories: [7],
tags: [
1360,
839,
504,
1102,
283,
975,
2295,
1164,
2298,
3252,
2300,
1139,
138,
1367,
2301,
15,
16,
2303,
583,
887,
616,
289,
2307,
2310,
392,
857,
31,
141,
2609
],
),
"mobile_theft": SymbolsMetadata(
popularity: 19,
codepoint: 0xf2a9,
categories: [13],
tags: [
1360,
77,
1270,
1250,
282,
2540,
570,
11499,
1299,
1365,
288,
1162,
2708,
7629,
2710,
17733,
1110,
5230,
87,
6826,
262,
271,
4268,
17734,
1501,
1582,
432,
17735,
2548,
410,
1036,
1067,
1708,
17736,
17737,
17738,
525,
65,
17739,
206
],
),
"chat_dashed": SymbolsMetadata(
popularity: 20,
codepoint: 0xeeed,
categories: [7],
tags: [
17740,
568,
570,
572,
573,
283,
1476,
2405,
754,
2743,
2744,
4524,
1164,
811,
1480,
5589,
489,
137,
138,
3825,
3128,
583,
289,
2606,
820,
593,
594,
31,
1296,
10464,
33,
4871,
8389
],
),
"frame_bug": SymbolsMetadata(
popularity: 71,
codepoint: 0xeeef,
categories: [2],
tags: [
6208,
4889,
1132,
9655,
482,
1309,
308,
193,
1102,
1311,
1723,
1313,
2732,
317,
1756,
348,
381,
4894,
5829,
2734,
87,
1549,
289,
1551,
2737,
1123,
9591,
17741,
432,
1428,
392,
509,
433,
1319,
2158,
1095,
4055,
2398,
206
],
),
"frame_exclamation": SymbolsMetadata(
popularity: 42,
codepoint: 0xeeee,
categories: [2],
tags: [
3125,
1360,
1361,
1132,
9655,
1133,
482,
691,
308,
3700,
1365,
2732,
1366,
1480,
348,
1367,
51,
68,
2734,
1166,
583,
616,
289,
2737,
5609,
432,
392,
898,
433,
4270,
291,
31,
2158,
1095,
2448,
206
],
),
"assignment_globe": SymbolsMetadata(
popularity: 44,
codepoint: 0xeeec,
categories: [12],
tags: [
8255,
1672,
2080,
193,
3111,
9866,
4509,
2082,
17742,
1588,
1589,
3127,
315,
319,
320,
13,
322,
259,
1516,
5247,
1471,
324,
14207,
1481,
15708,
1677,
5254,
1517,
1168,
331,
1227,
1518,
33,
2476,
1186,
1519,
334,
9865,
1486,
5257
],
),
"bookmark_stacks": SymbolsMetadata(
popularity: 22,
codepoint: 0xeee8,
categories: [6],
tags: [
2143,
17743,
2467,
1701,
4538,
1179,
2147,
4539,
1195,
1197,
3519,
4525,
259,
52,
1082,
1345,
88,
2085,
1029,
8979,
788,
586,
92,
3401,
2888,
4485,
4128,
3526,
1696,
4481,
1719,
17744,
2475,
4495,
12277,
182,
333
],
),
"heart_arrow": SymbolsMetadata(
popularity: 15,
codepoint: 0xeee7,
categories: [3],
tags: [
8566,
5539,
4519,
77,
4681,
5385,
284,
17745,
9147,
313,
6131,
1797,
3519,
8013,
1548,
697,
4520,
1623,
87,
4521,
894,
328,
3465,
3450,
17746,
4128,
6584,
5208,
1696,
392,
5544,
2502,
31,
1227,
17747
],
),
"mobile_unlock": SymbolsMetadata(
popularity: 8,
codepoint: 0xeeea,
categories: [11],
tags: [
861,
9815,
3198,
1766,
1270,
1250,
2540,
570,
288,
8,
2550,
8046,
1110,
1112,
1786,
262,
2930,
289,
5966,
5339,
2688,
271,
1034,
1063,
1582,
432,
705,
410,
1782,
1036,
1708,
5341,
5342
],
),
"watch_lock": SymbolsMetadata(
popularity: 6,
codepoint: 0xeee9,
categories: [11],
tags: [
861,
5239,
5241,
1766,
8723,
4260,
345,
81,
288,
44,
1786,
5966,
5339,
1034,
1063,
1581,
1582,
3297,
1065,
3209,
705,
1782,
1036,
1583,
1171,
5341,
2087,
2559,
2561
],
),
"arrows_left_right_circle": SymbolsMetadata(
popularity: 14,
codepoint: 0xeee4,
categories: [11],
tags: [
9672,
502,
2454,
15842,
2971,
1751,
193,
462,
1898,
313,
2283,
3302,
1077,
2976,
10117,
5450,
699,
16472,
2207,
6220,
5625,
17748,
1758,
468,
325,
906,
1707,
17749,
3984,
2415,
956,
526,
4330,
3000
],
),
"arrows_up_down_circle": SymbolsMetadata(
popularity: 8,
codepoint: 0xeee3,
categories: [11],
tags: [
748,
76,
17750,
502,
1751,
193,
462,
615,
313,
2974,
2832,
2590,
3302,
10117,
5450,
1758,
468,
325,
92,
2281,
95,
3984,
2415,
31,
764,
765,
526,
1709,
98,
17751,
13779
],
),
"b_circle": SymbolsMetadata(
popularity: 12,
codepoint: 0xeee2,
categories: [11],
tags: [
749,
4,
8804,
1332,
504,
193,
462,
345,
1754,
1164,
3520,
10117,
5450,
15746,
138,
1222,
51,
15,
174,
328,
3220,
330,
362,
392,
1339,
2502,
4270,
413,
907,
476
],
),
"chevron_line_up": SymbolsMetadata(
popularity: 13,
codepoint: 0xeec3,
categories: [2],
tags: [
480,
2939,
77,
504,
2838,
1209,
912,
345,
313,
914,
2918,
2846,
51,
87,
174,
506,
814,
325,
289,
328,
1167,
2850,
2897,
644,
2016,
1339,
31,
1728,
907,
1709
],
),
"circle_circle": SymbolsMetadata(
popularity: 36,
codepoint: 0xeee1,
categories: [11],
tags: [
480,
2525,
341,
751,
193,
1101,
462,
284,
81,
10117,
5450,
51,
756,
267,
17752,
758,
759,
9335,
2532,
762,
2533,
3015,
3539,
291,
17753,
4151,
1093,
65,
526,
3541,
2535,
2536
],
),
"game_bumper_left": SymbolsMetadata(
popularity: 2,
codepoint: 0xeee0,
categories: [11],
tags: [
17754,
17755,
2553,
748,
17756,
504,
1100,
6422,
345,
6423,
5403,
10117,
6425,
5450,
1110,
1111,
6426,
2207,
4310,
1120,
17757,
6428,
6429
],
),
"game_bumper_right": SymbolsMetadata(
popularity: 3,
codepoint: 0xeedf,
categories: [11],
tags: [
748,
17756,
504,
1100,
6422,
345,
6423,
44,
2283,
2549,
5403,
10117,
17758,
5450,
10119,
137,
1110,
1111,
467,
6426,
647,
325,
2521,
906,
7757,
17757,
1339,
31,
17759,
6428,
2210,
4663,
6429
],
),
"game_button_l": SymbolsMetadata(
popularity: 5,
codepoint: 0xeede,
categories: [11],
tags: [
2553,
748,
17756,
504,
1100,
6422,
345,
6423,
2283,
781,
5403,
10117,
6425,
5450,
1110,
1111,
2786,
1344,
6426,
6725,
2207,
4310,
2521,
1120,
17757,
65,
6428,
9772
],
),
"game_button_l1": SymbolsMetadata(
popularity: 2,
codepoint: 0xeedd,
categories: [11],
tags: [
748,
504,
1100,
1793,
6422,
345,
6423,
17760,
5403,
17761,
10117,
13464,
10118,
6425,
17762,
5450,
15613,
1110,
10121,
467,
17763,
17764,
17765,
15166,
4310,
2521,
1120,
362,
17757,
17766,
6428,
17767,
6429
],
),
"game_button_l2": SymbolsMetadata(
popularity: 1,
codepoint: 0xeedc,
categories: [11],
tags: [
748,
504,
1100,
1103,
6422,
345,
6423,
44,
17768,
17769,
1108,
5403,
10117,
6425,
5450,
17770,
10884,
1110,
1111,
467,
2868,
17771,
17765,
9771,
1128,
17757,
6428,
9772,
15501
],
),
"game_button_r": SymbolsMetadata(
popularity: 3,
codepoint: 0xeedb,
categories: [11],
tags: [
2553,
748,
504,
1100,
1103,
6422,
345,
6423,
288,
44,
2549,
5403,
10117,
5450,
1110,
1111,
1344,
4310,
17772,
17773,
17757,
6428,
6429
],
),
"game_button_r1": SymbolsMetadata(
popularity: 3,
codepoint: 0xeeda,
categories: [11],
tags: [
748,
17756,
504,
1100,
1103,
6422,
345,
6423,
44,
5403,
17774,
10117,
17775,
5450,
1110,
1111,
439,
4310,
1120,
17772,
17776,
17777,
17773,
17778,
17757,
6428,
6429
],
),
"game_button_r2": SymbolsMetadata(
popularity: 3,
codepoint: 0xeed9,
categories: [11],
tags: [
748,
17756,
504,
1100,
6422,
345,
6423,
44,
2549,
5403,
10117,
6425,
5450,
137,
3798,
1110,
1111,
467,
1344,
6426,
4310,
2521,
17772,
17779,
17757,
31,
6428,
907,
6429
],
),
"game_button_zl": SymbolsMetadata(
popularity: 4,
codepoint: 0xeed8,
categories: [11],
tags: [
17780,
504,
1100,
6422,
345,
6423,
17760,
288,
1886,
5403,
10117,
6425,
5450,
10884,
1110,
10121,
1622,
1344,
17765,
2521,
17757,
6428,
17781
],
),
"game_button_zr": SymbolsMetadata(
popularity: 1,
codepoint: 0xeed7,
categories: [11],
tags: [
2553,
17780,
504,
1100,
1793,
6422,
345,
1752,
44,
17782,
781,
5403,
10117,
6425,
5450,
15613,
10119,
1110,
1111,
467,
6426,
17765,
4310,
1120,
5459,
17778,
17757,
65,
6428,
6429,
17783
],
),
"game_trigger_left": SymbolsMetadata(
popularity: 1,
codepoint: 0xeed2,
categories: [11],
tags: [
748,
504,
1100,
6422,
17784,
15493,
17785,
345,
6423,
5403,
17774,
10117,
17786,
6425,
5450,
17770,
10884,
17787,
1110,
1111,
2786,
6426,
2207,
17764,
17765,
1120,
13420,
6428
],
),
"game_trigger_right": SymbolsMetadata(
popularity: 2,
codepoint: 0xeed1,
categories: [11],
tags: [
2553,
748,
504,
1100,
6422,
345,
6423,
288,
44,
1886,
781,
5403,
10117,
6425,
5450,
1110,
1111,
467,
6426,
87,
492,
2521,
1120,
5459,
906,
392,
17757,
30,
6428,
498
],
),
"gamepad_circle_down": SymbolsMetadata(
popularity: 4,
codepoint: 0xeed0,
categories: [11],
tags: [
2553,
77,
504,
1100,
193,
6422,
345,
6423,
44,
313,
2832,
781,
5403,
10117,
6425,
5450,
1110,
17592,
10121,
6426,
1967,
439,
325,
4310,
2521,
31,
65,
907,
1409
],
),
"gamepad_circle_left": SymbolsMetadata(
popularity: 7,
codepoint: 0xeecf,
categories: [11],
tags: [
77,
2454,
504,
1100,
193,
6422,
345,
17788,
6424,
288,
44,
17789,
17790,
2549,
781,
10117,
6425,
5450,
1110,
7572,
1111,
6426,
2207,
1967,
325,
4310,
2841,
65,
9772
],
),
"gamepad_circle_right": SymbolsMetadata(
popularity: 4,
codepoint: 0xeece,
categories: [11],
tags: [
77,
504,
1100,
193,
6423,
6424,
313,
17791,
781,
903,
15497,
10117,
17792,
6425,
5450,
2845,
1110,
51,
6426,
407,
1758,
325,
905,
2521,
409,
1167,
1121,
759,
906,
762,
9772
],
),
"gamepad_circle_up": SymbolsMetadata(
popularity: 6,
codepoint: 0xeecd,
categories: [11],
tags: [
6260,
1100,
193,
16293,
462,
345,
6423,
6424,
313,
17793,
17794,
10117,
6425,
5450,
1110,
1111,
1622,
6426,
2873,
468,
2874,
1035,
2210,
1709,
98,
17795,
4663,
6429
],
),
"gamepad_down": SymbolsMetadata(
popularity: 0,
codepoint: 0xeecc,
categories: [11],
tags: [
2553,
77,
2196,
504,
1100,
6422,
6423,
1753,
6424,
2882,
288,
313,
2832,
2549,
781,
3319,
5403,
10117,
6425,
5450,
1110,
1111,
6426,
1967,
5288,
1758,
4310,
2521,
9771,
3323,
4788,
6233,
6429,
15501
],
),
"gamepad_left": SymbolsMetadata(
popularity: 0,
codepoint: 0xeecb,
categories: [11],
tags: [
77,
504,
1100,
6422,
345,
6423,
6424,
288,
17796,
313,
17790,
781,
2550,
5403,
10117,
6425,
5450,
1110,
1111,
1344,
6426,
2207,
1967,
468,
325,
919,
2521,
65,
6429
],
),
"gamepad_right": SymbolsMetadata(
popularity: 1,
codepoint: 0xeeca,
categories: [11],
tags: [
77,
504,
1100,
6422,
345,
17797,
1235,
17798,
6424,
288,
44,
313,
17799,
17800,
17790,
10117,
6425,
5450,
10119,
1110,
1111,
6426,
2207,
17764,
5311,
10251,
1758,
325,
409,
65,
6429
],
),
"gamepad_up": SymbolsMetadata(
popularity: 0,
codepoint: 0xeec9,
categories: [11],
tags: [
77,
504,
1100,
6422,
345,
6424,
288,
313,
17790,
1106,
781,
10117,
6425,
5450,
1110,
1111,
6426,
2873,
468,
325,
2521,
362,
1263,
1728,
98,
3030,
6429
],
),
"passport": SymbolsMetadata(
popularity: 41,
codepoint: 0xeec4,
categories: [16],
tags: [
1766,
3410,
7139,
1132,
17801,
10581,
17802,
1589,
1590,
1212,
320,
944,
3123,
2012,
978,
17803,
322,
3336,
3113,
1597,
17804,
17805,
5380,
920,
590,
1782,
2691,
332,
2694,
1584,
6329,
334
],
),
"rectangle_add": SymbolsMetadata(
popularity: 4,
codepoint: 0xeec8,
categories: [11],
tags: [
748,
745,
17806,
11395,
17807,
1647,
232,
1321,
1132,
482,
504,
1103,
1325,
914,
1335,
488,
10117,
5450,
235,
1327,
3944,
87,
1329,
887,
289,
239,
242,
432,
392,
433,
1170,
2210
],
),
"square_circle": SymbolsMetadata(
popularity: 4,
codepoint: 0xeec7,
categories: [11],
tags: [
480,
1133,
2349,
308,
193,
2254,
17808,
4751,
485,
1164,
5809,
1757,
348,
10117,
5450,
904,
381,
137,
2752,
492,
289,
1392,
5255,
363,
392,
433,
9711,
31,
1227,
396,
1187
],
),
"triangle_circle": SymbolsMetadata(
popularity: 3,
codepoint: 0xeec6,
categories: [11],
tags: [
748,
4346,
77,
1268,
6360,
504,
193,
1103,
1107,
346,
10117,
5450,
2845,
6362,
2961,
406,
354,
439,
1714,
2521,
408,
409,
1121,
330,
1125,
1293,
2138,
1728,
6428,
2210,
37
],
),
"x_circle": SymbolsMetadata(
popularity: 40,
codepoint: 0xe349,
categories: [11],
tags: [
1360,
4,
1361,
504,
1208,
193,
780,
1209,
345,
1210,
4658,
2732,
1212,
8608,
10117,
5450,
904,
5187,
15,
616,
1224,
330,
392,
1226,
5942,
4013
],
),
"y_circle": SymbolsMetadata(
popularity: 5,
codepoint: 0xeec5,
categories: [11],
tags: [
4,
5,
193,
462,
81,
3112,
12,
10117,
5450,
904,
2012,
68,
6521,
1111,
1401,
1112,
17809,
5247,
15,
17810,
1166,
325,
330,
392,
3590,
31,
33,
338,
907,
1486,
17811
],
),
"computer_sound": SymbolsMetadata(
popularity: 3,
codepoint: 0xeeb4,
categories: [11],
tags: [
1246,
1247,
1747,
1268,
7735,
2069,
1711,
193,
519,
345,
1712,
288,
2549,
1110,
1253,
1471,
4433,
1713,
406,
630,
439,
1714,
1302,
1286,
2521,
2108,
151,
71,
1293,
1294,
1093,
3650,
65,
1728,
3497,
554,
1863,
1864,
333,
1187
],
),
"detection_and_zone_off": SymbolsMetadata(
popularity: 12,
codepoint: 0xeebf,
categories: [10],
tags: [
2525,
1360,
1131,
1051,
1133,
2830,
1235,
5937,
5507,
1300,
868,
1055,
1140,
1222,
1960,
87,
630,
4280,
1143,
1059,
1060,
1061,
1223,
1146,
589,
432,
1065,
1036,
64,
392,
1067,
433,
2631,
5138,
1068,
206,
1155
],
),
"eyebrow": SymbolsMetadata(
popularity: 6,
codepoint: 0xeeb3,
categories: [3],
tags: [
3567,
11879,
6661,
4188,
690,
3571,
283,
7031,
2937,
2405,
754,
378,
6131,
6132,
5810,
17812,
7522,
577,
8459,
2659,
216,
581,
384,
87,
1115,
10218,
894,
57,
5123,
8463,
1127,
392,
8406,
1170,
2172,
3651,
4339
],
),
"format_image_back": SymbolsMetadata(
popularity: 3,
codepoint: 0xeeb0,
categories: [12],
tags: [
2159,
2160,
76,
1467,
2454,
2940,
17813,
1649,
17814,
484,
1588,
1252,
680,
2165,
2229,
370,
1080,
49,
2154,
1082,
385,
2207,
1083,
8543,
492,
91,
2765,
2169,
57,
62,
329,
2200,
9086,
1719,
6166,
2172,
33,
35,
9513,
1486,
7976
],
),
"format_image_break_left": SymbolsMetadata(
popularity: 3,
codepoint: 0xeeaf,
categories: [12],
tags: [
1747,
2159,
2160,
76,
1602,
2125,
628,
1136,
1588,
1589,
1252,
680,
2165,
147,
2229,
370,
1343,
137,
49,
1605,
385,
2207,
406,
1607,
439,
2169,
57,
62,
4598,
4761,
2949,
2414,
2172,
1608,
33,
35,
476,
1486
],
),
"format_image_break_right": SymbolsMetadata(
popularity: 0,
codepoint: 0xeeae,
categories: [12],
tags: [
2159,
2160,
2125,
17815,
485,
1588,
1589,
1252,
680,
2165,
2229,
370,
2166,
490,
384,
17816,
17817,
17818,
2194,
9392,
385,
2207,
4587,
2169,
4598,
17819,
906,
9386,
2172,
33,
9042,
35,
338,
17820,
2190,
9555,
1486
],
),
"format_image_front": SymbolsMetadata(
popularity: 8,
codepoint: 0xeead,
categories: [12],
tags: [
1747,
2159,
2160,
1132,
628,
2350,
485,
44,
8,
1588,
1252,
680,
2165,
2229,
370,
2166,
348,
5120,
137,
49,
385,
2207,
406,
1652,
2169,
386,
57,
1346,
62,
1427,
432,
392,
433,
2172,
2209,
33,
35,
396,
476,
1486
],
),
"format_image_inline_left": SymbolsMetadata(
popularity: 3,
codepoint: 0xeeac,
categories: [12],
tags: [
2159,
2215,
2160,
2453,
628,
1588,
1589,
1252,
680,
2165,
9454,
2229,
370,
2166,
49,
10609,
1327,
2182,
2243,
1605,
385,
2207,
406,
70,
2169,
57,
62,
4598,
71,
2172,
33,
9042,
35,
476,
2213,
1486
],
),
"format_image_inline_right": SymbolsMetadata(
popularity: 2,
codepoint: 0xffffd,
categories: [12],
tags: [
2159,
2177,
2160,
1467,
482,
628,
313,
1588,
1589,
1252,
680,
2165,
9454,
147,
2229,
370,
17821,
137,
49,
10609,
1327,
385,
2207,
1471,
406,
2169,
57,
62,
2208,
329,
906,
1473,
433,
2172,
33,
35,
476,
1486
],
),
"game_stick_l3": SymbolsMetadata(
popularity: 1,
codepoint: 0xeed6,
categories: [11],
tags: [
17822,
504,
1100,
6422,
345,
6423,
288,
1886,
781,
3319,
5403,
17774,
10117,
5450,
17823,
17824,
1110,
1111,
10121,
467,
6426,
17825,
17826,
17827,
647,
468,
325,
2521,
392,
31,
65,
10885,
6429
],
),
"game_stick_left": SymbolsMetadata(
popularity: 2,
codepoint: 0xeed5,
categories: [11],
tags: [
4954,
10113,
1100,
6422,
15493,
17828,
345,
17829,
6423,
313,
2283,
17791,
5403,
10117,
6425,
5450,
17823,
10119,
17830,
17831,
1110,
1111,
6426,
2207,
5311,
468,
5210,
10885,
6429,
10124
],
),
"game_stick_r3": SymbolsMetadata(
popularity: 1,
codepoint: 0xeed4,
categories: [11],
tags: [
2553,
10113,
504,
1100,
1793,
6422,
345,
6423,
288,
2549,
781,
5403,
10117,
5450,
1110,
138,
1111,
2868,
6426,
1967,
4310,
2521,
1120,
17832,
17833,
31,
65,
6429
],
),
"game_stick_right": SymbolsMetadata(
popularity: 2,
codepoint: 0xeed3,
categories: [11],
tags: [
2553,
10113,
1100,
519,
6422,
345,
6423,
288,
44,
313,
2549,
781,
5403,
10117,
6425,
17775,
5450,
1110,
1111,
6426,
1967,
1758,
325,
4310,
2521,
3323,
17833,
65,
4663,
9772
],
),
"hourglass_check": SymbolsMetadata(
popularity: 12,
codepoint: 0xfffed,
categories: [6],
tags: [
2678,
1671,
2697,
1673,
2095,
1159,
463,
17834,
3132,
2081,
868,
2335,
17835,
811,
1055,
2683,
3507,
756,
1166,
3486,
3487,
1676,
17836,
17837,
362,
245,
1518,
17838,
17839,
1678,
1171,
17048,
17840,
17841,
17842,
2347,
2694,
4840,
1584,
1681
],
),
"lips": SymbolsMetadata(
popularity: 12,
codepoint: 0xeeb2,
categories: [3],
tags: [
3567,
6661,
690,
283,
7031,
2937,
6132,
8459,
17843,
1620,
697,
581,
17844,
87,
6287,
6288,
4521,
10218,
894,
6289,
289,
57,
8463,
17845,
17846,
392,
888,
1626,
1295,
594,
9594,
1298
],
),
"mic_gear": SymbolsMetadata(
popularity: 5,
codepoint: 0xeeba,
categories: [0],
tags: [
2222,
1268,
1784,
283,
685,
345,
288,
1273,
1785,
1278,
1279,
1111,
1113,
792,
406,
1284,
1285,
1286,
70,
921,
453,
1290,
440,
2380,
71,
1293,
1294,
1295,
1093,
9594,
511,
1298,
554
],
),
"notification_audio": SymbolsMetadata(
popularity: 16,
codepoint: 0xeec1,
categories: [7],
tags: [
749,
1359,
1360,
5815,
13926,
1177,
1268,
17847,
17848,
1362,
12779,
1363,
868,
1055,
1302,
17849,
616,
2119,
17850,
17851,
1259,
1368,
1059,
1060,
1061,
1370,
762,
17852,
17853,
5820,
2110,
17854,
1067,
1293,
3407,
17855,
2111,
2123,
1294,
9669,
554
],
),
"notification_audio_off": SymbolsMetadata(
popularity: 12,
codepoint: 0xeec0,
categories: [7],
tags: [
749,
1359,
1360,
17856,
17857,
13926,
1177,
1268,
16933,
10200,
2069,
1362,
2094,
17858,
1363,
12788,
1753,
1235,
1162,
868,
1055,
1302,
11957,
2106,
17859,
2119,
13314,
2107,
17850,
1259,
1368,
1059,
1060,
1061,
1370,
762,
17860,
17861,
71,
1304,
1067,
1293,
11834,
2111,
17862,
11837,
17863,
17864,
12411
],
),
"person_text": SymbolsMetadata(
popularity: 21,
codepoint: 0xeebd,
categories: [3],
tags: [
565,
566,
690,
974,
5,
975,
225,
1548,
137,
977,
581,
978,
979,
293,
178,
289,
588,
589,
590,
392,
986,
888,
3590,
17865,
31,
33,
601
],
),
"sticker": SymbolsMetadata(
popularity: 224,
codepoint: 0xe707,
categories: [6],
tags: [
745,
17866,
1931,
14531,
2677,
281,
17867,
17868,
17869,
17870,
17871,
17872,
17873,
4880,
3517,
1614,
1616,
577,
1618,
1619,
1620,
52,
17874,
1623,
17875,
1481,
1597,
16299,
17876,
1625,
2942,
17877,
1352,
2664,
432,
1626,
1628,
433,
2791,
2792,
13413,
182
],
),
"sticker_add": SymbolsMetadata(
popularity: 0,
codepoint: 0xeec2,
categories: [6],
tags: [
231,
748,
745,
1630,
17878,
504,
570,
283,
345,
2830,
1325,
13538,
1612,
1614,
1616,
577,
15668,
1618,
137,
1619,
1620,
138,
2868,
1623,
406,
583,
887,
1481,
1597,
15677,
17879,
1625,
239,
240,
1352,
1626,
1628,
433,
2791,
2792,
13413,
31,
907
],
),
"thermometer_alert": SymbolsMetadata(
popularity: 4,
codepoint: 0xffffb,
categories: [8],
tags: [
3125,
1360,
1361,
691,
7172,
840,
842,
1365,
2438,
2732,
1366,
7173,
14969,
3891,
697,
892,
3036,
3479,
7984,
3038,
138,
1367,
51,
4859,
1166,
17,
894,
3494,
4280,
1143,
616,
4201,
31,
7174,
858,
2891,
2078,
141,
206,
859
],
),
"undereye": SymbolsMetadata(
popularity: 7,
codepoint: 0xeeb1,
categories: [3],
tags: [
3567,
17880,
690,
17881,
2405,
754,
5810,
17812,
17882,
17883,
7522,
577,
8459,
17884,
581,
8626,
8399,
11589,
10218,
17885,
57,
8401,
8463,
1127,
11594,
8406,
396,
3651,
4339,
4546,
17886
],
),
"voice_chat_off": SymbolsMetadata(
popularity: 8,
codepoint: 0xeebe,
categories: [7],
tags: [
1268,
10200,
568,
1270,
17887,
5160,
40,
570,
6168,
572,
573,
283,
7988,
1476,
17888,
868,
17889,
17890,
1055,
16812,
1480,
583,
1285,
17891,
1302,
17892,
17893,
17894,
17895,
17896,
1059,
1060,
1061,
1067,
16939,
594,
17897,
37,
1298,
17898,
17899
],
),
"widget_menu": SymbolsMetadata(
popularity: 4,
codepoint: 0xeeb7,
categories: [2],
tags: [
1669,
11901,
517,
482,
8547,
1209,
912,
17900,
913,
914,
17901,
2945,
2918,
88,
11902,
506,
7098,
8301,
325,
16009,
2930,
70,
1742,
151,
8830,
2016,
922,
2949,
2728,
923,
97,
413,
141,
5029,
17902,
17206
],
),
"cards_stack": SymbolsMetadata(
popularity: 35,
codepoint: 0xf38f,
categories: [12],
tags: [
480,
2143,
1467,
1192,
569,
930,
5399,
1197,
628,
81,
5400,
2152,
2198,
1690,
941,
5403,
579,
1079,
68,
86,
5568,
8824,
1082,
88,
1029,
2468,
2231,
92,
4138,
6913,
2522,
4156,
1201,
1719,
1396,
33
],
),
"graph_8": SymbolsMetadata(
popularity: 15,
codepoint: 0xfffec,
categories: [9],
tags: [
1422,
1071,
2817,
569,
373,
1073,
2937,
81,
5060,
2882,
375,
941,
1078,
234,
3171,
235,
1081,
68,
1426,
17,
1086,
491,
1088,
5182,
648,
759,
1428,
746,
1429,
17903,
476,
514
],
),
"antigravity": SymbolsMetadata(
popularity: 67,
codepoint: 0xfffd2,
categories: [3],
tags: [
480,
1747,
17904,
77,
504,
2313,
345,
313,
2832,
3703,
9100,
6775,
2508,
381,
8486,
17905,
17906,
3040,
87,
353,
468,
355,
7089,
3707,
390,
4201,
151,
31,
65,
1728,
1709
],
),
"chat_bubble_off": SymbolsMetadata(
popularity: 8,
codepoint: 0xfffbb,
categories: [7],
tags: [
568,
570,
2740,
17907,
572,
17908,
573,
283,
1476,
1477,
1300,
868,
17909,
1055,
1480,
583,
17910,
1302,
17911,
17912,
17913,
17914,
6180,
1059,
1060,
1061,
289,
2110,
1067,
4865,
1295,
594,
1485,
1296
],
),
"dashboard_2_edit": SymbolsMetadata(
popularity: 19,
codepoint: 0xfffd7,
categories: [12],
tags: [
1747,
2273,
5399,
1751,
5493,
4133,
1586,
1325,
1236,
1425,
81,
1252,
680,
370,
8037,
382,
1111,
385,
2085,
1652,
887,
92,
4659,
4530,
2638,
921,
432,
3379,
1428,
2472,
2473,
71,
5503,
433,
2728,
746,
2729,
2464,
396,
333,
1186,
1600,
1486
],
),
"dashboard_2_gear": SymbolsMetadata(
popularity: 38,
codepoint: 0xfffd6,
categories: [12],
tags: [
5363,
1765,
1071,
5399,
1784,
685,
345,
1425,
81,
1400,
2799,
370,
3891,
1785,
382,
293,
68,
385,
1738,
1029,
3494,
4280,
70,
5048,
919,
648,
921,
432,
71,
5503,
433,
746,
3093,
1093,
396,
333,
1186
],
),
"fitbit_raquetball": SymbolsMetadata(
popularity: 1,
codepoint: 0xfffc5,
categories: [17],
tags: [
749,
2525,
8271,
9894,
11212,
3735,
13037,
11,
17915,
2885,
5403,
8279,
697,
1890,
10892,
17916,
4543,
2521,
17917,
15573,
17918,
3323,
30,
17919,
17920,
3042,
3542
],
),
"globe_2_cancel": SymbolsMetadata(
popularity: 7,
codepoint: 0xfffb7,
categories: [4],
tags: [
861,
1208,
193,
780,
1209,
284,
1235,
1210,
3288,
315,
2732,
1212,
5095,
319,
320,
322,
259,
5247,
1314,
267,
1060,
5254,
4268,
1224,
1065,
330,
392,
331,
1226,
1068,
206,
333,
1186,
334,
5257,
4013,
4014
],
),
"globe_2_question": SymbolsMetadata(
popularity: 10,
codepoint: 0xfffb6,
categories: [4],
tags: [
3961,
480,
865,
193,
283,
2334,
315,
10741,
5659,
317,
10292,
319,
320,
5429,
871,
138,
68,
5430,
322,
259,
3413,
5247,
4455,
1471,
325,
5254,
2344,
3965,
331,
880,
31,
4483,
1186,
334,
5257
],
),
"link_2": SymbolsMetadata(
popularity: 140,
codepoint: 0xfffb5,
categories: [7],
tags: [
748,
1514,
1521,
1323,
504,
1523,
193,
1793,
1073,
284,
1796,
2958,
381,
319,
1525,
2868,
259,
1328,
87,
1314,
325,
267,
1167,
1531,
333,
6868,
1186,
334
],
),
"mode_fan_2": SymbolsMetadata(
popularity: 8,
codepoint: 0xfffd0,
categories: [8],
tags: [
2222,
837,
5880,
1896,
1867,
3434,
5274,
1850,
1898,
840,
5277,
842,
345,
844,
845,
288,
1886,
1887,
4214,
1857,
138,
2868,
8737,
3899,
642,
151,
275,
1862,
859,
1865
],
),
"mood_heart": SymbolsMetadata(
popularity: 37,
codepoint: 0xfffb4,
categories: [3],
tags: [
8566,
14683,
4973,
4273,
3155,
1612,
6131,
14680,
1614,
13150,
1616,
577,
3519,
8013,
17921,
1617,
1618,
1619,
1620,
697,
2369,
4520,
5390,
17922,
1623,
4521,
17923,
894,
1624,
589,
1625,
4282,
4283,
5208,
12156,
17924,
1626,
1628,
593,
1629,
4285
],
),
"music_note_2": SymbolsMetadata(
popularity: 45,
codepoint: 0xfffd8,
categories: [0],
tags: [
9413,
3094,
1268,
8125,
12392,
17925,
17926,
2254,
781,
1112,
1301,
406,
8129,
1714,
8130,
3098,
13360,
17927,
1481,
2521,
17928,
12394,
4283,
392,
3067,
1293,
3407,
31,
2158,
8136,
6765
],
),
"shoe_cleats": SymbolsMetadata(
popularity: 15,
codepoint: 0xfffb3,
categories: [15],
tags: [
7570,
15553,
15471,
17929,
7448,
15176,
17930,
6,
46,
11,
1828,
15503,
17931,
10566,
5403,
1785,
8631,
7636,
1831,
17932,
29,
17933,
7452,
17934,
7454,
15465,
17935,
8357,
30,
3540,
15513,
2932,
2158,
17936,
3042
],
),
"splitscreen_landscape_add": SymbolsMetadata(
popularity: 4,
codepoint: 0xfffba,
categories: [2],
tags: [
748,
1175,
745,
1321,
1467,
1323,
1423,
482,
1439,
1324,
1325,
1235,
8,
2274,
1108,
382,
699,
1328,
1605,
385,
87,
1330,
9095,
7072,
887,
1119,
239,
240,
432,
1646,
410,
1151,
4661,
2414,
7698,
7073,
433,
15422,
396,
1187
],
),
"video_template": SymbolsMetadata(
popularity: 9,
codepoint: 0xfffd3,
categories: [0],
tags: [
77,
809,
2795,
40,
344,
1524,
1325,
6972,
680,
811,
346,
5141,
370,
348,
2834,
385,
406,
491,
354,
1714,
3377,
820,
2521,
408,
17937,
681,
453,
2523,
5998,
1956,
411,
955,
9456,
37
],
),
"watch_alert": SymbolsMetadata(
popularity: 4,
codepoint: 0xfffd1,
categories: [11],
tags: [
3125,
1359,
1360,
1361,
691,
1159,
1365,
288,
17938,
2732,
1366,
4713,
3935,
2550,
1367,
1166,
583,
616,
2605,
2737,
1370,
1036,
273,
65,
1171,
17939,
17940,
2557,
1728,
2448,
206,
2087,
17941,
2559,
2560,
333,
2563
],
),
"watch_arrow_down": SymbolsMetadata(
popularity: 1,
codepoint: 0xfffcf,
categories: [11],
tags: [
745,
17942,
77,
502,
1159,
2719,
1073,
17943,
288,
17944,
313,
2832,
520,
2893,
903,
489,
2550,
2710,
3483,
51,
1705,
17945,
1344,
3486,
468,
325,
1167,
906,
410,
360,
1552,
2556,
764,
65,
1171,
2557,
141,
1348,
477,
2087,
17946,
2559,
2560,
333,
1186,
2563
],
),
"avocado_bean": SymbolsMetadata(
popularity: 6,
codepoint: 0xfffa7,
categories: [3],
tags: [
1817,
17947,
17948,
4227,
4693,
2365,
1826,
2884,
2367,
1855,
3836,
17949,
9994,
1832,
2369,
2370,
17950,
3723,
2374,
4404,
2375,
1835,
2377,
4701,
4282,
7470,
2383,
17951,
2384
],
),
"bus_map_pin": SymbolsMetadata(
popularity: 4,
codepoint: 0xfffa2,
categories: [14],
tags: [
1514,
2041,
1818,
2043,
17952,
1820,
1821,
8696,
2044,
2046,
312,
313,
2408,
3520,
7852,
1983,
1633,
323,
1540,
1541,
174,
325,
326,
1551,
327,
1392,
329,
2200,
2054,
2055,
1636,
3562,
1226,
1988,
1639,
332,
1929,
1844
],
),
"check_alert": SymbolsMetadata(
popularity: 9,
codepoint: 0xfff85,
categories: [2],
tags: [
14296,
1360,
1361,
691,
1673,
17953,
463,
2681,
2701,
2333,
3700,
1365,
2335,
1106,
2732,
1366,
2733,
1480,
4510,
2734,
1166,
583,
616,
1676,
2686,
2737,
1090,
3524,
362,
291,
1093,
1678,
2448,
4480,
1584,
206,
1681
],
),
"code_xml": SymbolsMetadata(
popularity: 11,
codepoint: 0xfff8b,
categories: [6],
tags: [
6000,
6002,
1102,
10339,
2228,
519,
2197,
81,
6111,
1723,
1313,
7142,
1104,
1589,
2165,
1164,
4904,
2799,
147,
370,
6003,
259,
5247,
6008,
2515,
1123,
3076,
509,
6013,
955,
6807,
5778,
333,
2212,
17954
],
),
"fire_check": SymbolsMetadata(
popularity: 1,
codepoint: 0xfffa8,
categories: [8],
tags: [
7713,
1360,
2697,
12088,
1673,
3200,
2095,
840,
463,
1675,
2681,
2701,
2333,
1365,
8893,
2335,
2438,
1106,
5201,
7119,
8895,
5202,
4432,
3036,
3038,
1166,
1676,
2686,
705,
1036,
14601,
362,
291,
17955,
245,
1518,
2078,
1678,
2694,
1584,
17956,
206,
1681
],
),
"fork_chart": SymbolsMetadata(
popularity: 1,
codepoint: 0xfffa6,
categories: [3],
tags: [
2401,
1422,
1071,
2992,
3715,
7289,
373,
2404,
4844,
81,
2993,
375,
4695,
3720,
4134,
5104,
3721,
4848,
2884,
1077,
2367,
17152,
2995,
1078,
1081,
4849,
6272,
17957,
3723,
70,
9937,
1634,
5921,
3509,
1090,
759,
388,
1428,
3727,
17958,
2414,
4854,
746,
5737,
1429,
4855,
514,
3003
],
),
"format_paint_off": SymbolsMetadata(
popularity: 10,
codepoint: 0xfff97,
categories: [12],
tags: [
4606,
1051,
3095,
1208,
780,
4575,
3604,
1236,
485,
17959,
1300,
868,
1588,
1252,
680,
2165,
1055,
2229,
1213,
370,
2166,
3295,
1059,
1060,
1061,
3100,
4268,
1224,
5872,
8838,
9515,
1598,
1067,
1461,
1226,
2172,
2209,
33,
4752,
35,
17960,
17961,
1486
],
),
"graphic_eq_off": SymbolsMetadata(
popularity: 3,
codepoint: 0xfff98,
categories: [4],
tags: [
1747,
1268,
517,
6330,
1753,
6857,
3492,
7843,
5507,
868,
1055,
7844,
2072,
351,
137,
3346,
1222,
1083,
406,
1714,
1302,
1303,
11957,
2106,
1286,
1059,
1060,
1061,
409,
440,
71,
1067,
1293,
17962,
2111,
9965,
1068,
1298,
554
],
),
"grid_layout_side": SymbolsMetadata(
popularity: 2,
codepoint: 0xfff8d,
categories: [12],
tags: [
1467,
2273,
3603,
1439,
933,
628,
1236,
1425,
81,
485,
8,
370,
382,
5401,
1344,
385,
70,
92,
919,
3377,
358,
1460,
2472,
71,
1473,
2949,
2414,
955,
9456,
396,
333
],
),
"home_storage_gear": SymbolsMetadata(
popularity: 9,
codepoint: 0xfff7e,
categories: [10],
tags: [
1765,
2143,
2133,
1685,
482,
1784,
685,
345,
1425,
81,
288,
46,
147,
1690,
1785,
1140,
1500,
1632,
1029,
2811,
267,
92,
921,
1501,
1503,
2738,
71,
1788,
1906,
1698,
1093,
1789
],
),
"horizontal_align_center": SymbolsMetadata(
popularity: 4,
codepoint: 0xfff9c,
categories: [12],
tags: [
1747,
2159,
2160,
76,
77,
502,
925,
1423,
308,
2162,
628,
485,
2191,
1588,
1589,
2832,
1252,
680,
2165,
2198,
370,
2166,
137,
699,
86,
385,
87,
1943,
92,
329,
2200,
1598,
709,
1461,
3747,
33,
35,
1709,
1465,
1486
],
),
"horizontal_align_left": SymbolsMetadata(
popularity: 2,
codepoint: 0xfff9b,
categories: [12],
tags: [
2159,
2160,
1467,
77,
1423,
6360,
628,
1753,
313,
1588,
1589,
2832,
1252,
680,
2165,
370,
699,
2224,
2194,
385,
3177,
2207,
87,
4597,
70,
2169,
329,
703,
151,
1598,
1461,
2138,
33,
2186,
35,
338,
2190,
1486
],
rtlAutoMirrored: true,
),
"horizontal_align_right": SymbolsMetadata(
popularity: 0,
codepoint: 0xfff9a,
categories: [12],
tags: [
1747,
2159,
2160,
77,
1423,
628,
313,
1588,
1589,
2832,
1252,
680,
2165,
2135,
2166,
17963,
2224,
4596,
9392,
385,
550,
87,
7472,
2169,
329,
3005,
906,
1598,
17964,
709,
1461,
955,
4495,
33,
2186,
35,
1486
],
rtlAutoMirrored: true,
),
"mobiledata_arrows": SymbolsMetadata(
popularity: 18,
codepoint: 0xfffa3,
categories: [4],
tags: [
77,
502,
2971,
251,
252,
283,
284,
253,
81,
615,
621,
313,
868,
2832,
2590,
520,
1055,
1077,
259,
262,
263,
265,
468,
267,
1059,
1061,
273,
1067,
275,
764,
3467,
276,
526,
4313,
3000,
1709,
98,
527,
277,
278
],
),
"movie_edit_off": SymbolsMetadata(
popularity: 1,
codepoint: 0xfff7d,
categories: [0],
tags: [
2613,
1747,
1051,
1208,
1751,
344,
1586,
628,
1325,
6343,
2021,
868,
4524,
1252,
680,
1055,
346,
1213,
1222,
1111,
406,
1652,
354,
3364,
439,
6828,
6266,
1059,
1060,
1061,
4530,
2638,
4268,
1065,
1067,
12322,
1226,
6350,
17965,
1068,
37
],
),
"phone_cancel": SymbolsMetadata(
popularity: 5,
codepoint: 0xfff9d,
categories: [7],
tags: [
1051,
751,
1270,
17966,
1208,
1250,
780,
1209,
17967,
283,
975,
1235,
5060,
5937,
288,
3288,
17968,
2732,
1212,
5095,
1213,
5053,
5061,
17969,
1110,
262,
1302,
13283,
271,
2737,
3366,
5063,
1224,
1226,
1406,
5093,
1068,
4013,
17970
],
),
"resize_window": SymbolsMetadata(
popularity: 13,
codepoint: 0xfff99,
categories: [2],
tags: [
1747,
501,
1467,
1751,
2455,
2350,
2955,
377,
8,
4645,
1252,
914,
2833,
16065,
385,
1471,
2989,
2355,
2895,
1652,
1758,
919,
2232,
391,
410,
298,
14122,
512,
141,
396,
8952,
1187,
2348
],
),
"sell_cloud": SymbolsMetadata(
popularity: 7,
codepoint: 0xfff7b,
categories: [9],
tags: [
928,
569,
930,
1659,
931,
1686,
932,
934,
1310,
936,
937,
81,
44,
2192,
938,
1660,
7494,
259,
1376,
1389,
1390,
948,
267,
523,
950,
951,
2515,
1421,
1664,
1665,
970,
2480,
3305,
2738,
652,
1394,
1395,
509,
1698,
1396,
2645,
182,
956,
498
],
),
"signal_cellular_alt_off": SymbolsMetadata(
popularity: 0,
codepoint: 0xfff8a,
categories: [4],
tags: [
2399,
1071,
1423,
517,
1051,
1250,
251,
373,
283,
253,
81,
375,
868,
3288,
2731,
2832,
1055,
1078,
1222,
51,
1081,
259,
7177,
226,
1086,
262,
12064,
267,
6443,
12719,
6335,
1059,
1060,
1061,
271,
272,
273,
17971,
1067,
746,
291,
649,
1095,
1068,
277,
278
],
),
"snowflake": SymbolsMetadata(
popularity: 7,
codepoint: 0xed5b,
categories: [3],
tags: [
838,
17972,
840,
841,
844,
845,
846,
17973,
7457,
12075,
848,
849,
17974,
10378,
1966,
850,
8856,
2942,
822,
16413,
760,
12105,
644,
855,
856,
857,
858,
859,
860,
15523
],
),
"space_dashboard_2": SymbolsMetadata(
popularity: 3,
codepoint: 0xfff8c,
categories: [12],
tags: [
1422,
2718,
76,
2273,
5399,
345,
1425,
81,
8,
370,
382,
1140,
68,
385,
1029,
1086,
4137,
2468,
92,
5048,
4659,
1427,
432,
3379,
410,
2472,
5503,
823,
2728,
955,
1093,
396,
333,
1186,
17206,
1154
],
),
"sql": SymbolsMetadata(
popularity: 8,
codepoint: 0xfff95,
categories: [2],
tags: [
222,
861,
4,
6208,
501,
2576,
6002,
5,
1102,
1310,
1073,
81,
1468,
1723,
1313,
1104,
4904,
2799,
12,
6003,
68,
5247,
16,
1029,
2515,
1123,
2344,
17975,
2814,
2738,
509,
10856,
1698,
1396,
17976,
31,
1093,
65,
33,
511,
35
],
),
"swipe_left_2": SymbolsMetadata(
popularity: 2,
codepoint: 0xfff94,
categories: [2],
tags: [
748,
9619,
77,
502,
2454,
5745,
1103,
345,
2283,
1798,
15863,
1343,
2708,
2710,
15473,
1622,
2207,
3586,
262,
1758,
325,
17977,
2841,
5063,
1124,
2842,
410,
2856,
2851,
3790,
15506,
2852,
15850,
1801,
12256,
2844
],
),
"swipe_right_2": SymbolsMetadata(
popularity: 1,
codepoint: 0xfff93,
categories: [2],
tags: [
2672,
748,
2926,
77,
502,
1103,
345,
313,
2283,
4645,
1798,
2708,
2710,
2083,
15473,
1111,
700,
1622,
467,
4455,
262,
1758,
468,
325,
905,
1167,
1121,
906,
2856,
2851,
3790,
15506,
2852,
15849,
15850,
1801,
12256,
4483,
601
],
),
"terminal_2": SymbolsMetadata(
popularity: 2,
codepoint: 0xfff8e,
categories: [6],
tags: [
1765,
779,
501,
17978,
1102,
2228,
1103,
16136,
1310,
6422,
81,
1311,
1313,
7141,
1104,
16138,
1107,
1111,
630,
1741,
1122,
17979,
1123,
5609,
410,
3076,
71,
509,
1093,
1317,
10048,
1187
],
),
"text_ad_off": SymbolsMetadata(
popularity: 1,
codepoint: 0xfff92,
categories: [12],
tags: [
1175,
1176,
481,
1051,
1208,
570,
628,
1210,
1300,
868,
1588,
1589,
1055,
147,
83,
1213,
2918,
1471,
583,
1302,
1481,
1059,
1060,
1061,
1596,
1034,
432,
1224,
1065,
1067,
13259,
1226,
17980,
33,
1068,
1486
],
),
"water_drops": SymbolsMetadata(
popularity: 1,
codepoint: 0xfffa5,
categories: [3],
tags: [
17057,
810,
1872,
840,
7807,
4228,
11219,
2903,
4291,
13804,
6242,
1077,
2528,
1855,
6499,
11447,
4198,
7211,
1834,
2498,
3869,
9411,
16413,
5960,
760,
3873,
593,
17094,
7213,
858,
3850,
859,
10535
],
),
"wheat": SymbolsMetadata(
popularity: 6,
codepoint: 0xfffa4,
categories: [3],
tags: [
1817,
3711,
17981,
2992,
3712,
17982,
17983,
1822,
1824,
17984,
1825,
1826,
1828,
2884,
17985,
2367,
17986,
17987,
1830,
234,
1832,
17988,
2374,
1834,
4404,
2375,
1835,
2377,
1838,
8357,
17989,
1845
],
),
};