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: 211,
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: 92,
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: 2314,
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: 114,
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: 93,
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: 97,
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: 93,
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: 470,
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: 141,
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: 114,
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: 369,
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: 19,
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: 118,
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: 9,
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: 36,
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: 127,
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: 161,
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: 1957,
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: 35,
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: 1229,
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: 196,
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: 88,
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: 90,
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: 1426,
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: 341,
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: 13,
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: 378,
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: 169,
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: 31,
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: 625,
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: 34,
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: 167,
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: 446,
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: 89,
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: 100,
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: 107,
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: 1510,
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: 3228,
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: 2040,
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: 3673,
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: 2287,
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: 1153,
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: 27,
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: 11986,
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: 10349,
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: 5451,
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: 74,
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: 130,
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: 68355,
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: 159,
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: 7748,
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: 238,
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: 482,
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: 445,
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: 211,
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: 177,
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: 57,
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: 43,
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: 241,
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: 48,
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: 955,
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: 73504,
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: 442,
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: 6378,
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: 127,
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: 1229,
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: 10957,
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: 2182,
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: 854,
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: 2137,
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: 1093,
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: 41430,
codepoint: 0xe147,
categories: [2],
tags: [
231,
748,
745,
1321,
504,
193,
462,
628,
345,
224,
1325,
81,
1430,
1164,
1431,
147,
488,
1350,
235,
1327,
1376,
88,
1432,
887,
355,
289,
239,
328,
453,
330,
1433,
511
],
),
"add_column_left": SymbolsMetadata(
popularity: 11,
codepoint: 0xf425,
categories: [12],
tags: [
231,
745,
1434,
1435,
1436,
1437,
1438,
1439,
933,
1440,
1441,
485,
1442,
370,
382,
1443,
1444,
1445,
1446,
385,
1447,
1448,
1449,
1450,
1451,
1452,
1453,
1454,
239,
1455,
1456,
1457,
1458,
1459,
1460,
1461,
1462,
31,
1463,
1464,
396,
1186
],
),
"add_column_right": SymbolsMetadata(
popularity: 40,
codepoint: 0xf424,
categories: [12],
tags: [
231,
745,
1434,
1465,
1466,
517,
1438,
933,
81,
1467,
485,
1468,
488,
370,
382,
1444,
1469,
385,
1470,
1471,
1452,
586,
239,
432,
906,
1459,
1472,
1460,
433,
955,
31,
1473,
1464,
396,
1186
],
),
"add_comment": SymbolsMetadata(
popularity: 2258,
codepoint: 0xe266,
categories: [7],
tags: [
231,
745,
1474,
1321,
568,
570,
572,
573,
283,
1475,
1325,
1476,
1477,
1478,
1479,
1336,
1111,
1327,
1328,
583,
887,
1480,
1481,
239,
1482,
1483,
593,
594,
1484,
31,
1296,
33,
1485
],
),
"add_diamond": SymbolsMetadata(
popularity: 58,
codepoint: 0xf49c,
categories: [11],
tags: [
231,
745,
1486,
1324,
1325,
846,
1487,
1488,
1489,
1350,
381,
1336,
1327,
1490,
1328,
1491,
1330,
887,
1452,
239,
1492,
1493,
392,
31,
1494,
958
],
),
"add_home": SymbolsMetadata(
popularity: 410,
codepoint: 0xf8eb,
categories: [5],
tags: [
1495,
745,
1321,
1496,
1323,
929,
504,
1497,
1325,
1235,
1498,
1106,
1140,
1499,
1336,
235,
1327,
323,
325,
887,
239,
1500,
1501,
985,
1502,
1503,
1504,
955,
1505,
1506
],
),
"add_home_work": SymbolsMetadata(
popularity: 350,
codepoint: 0xf8ed,
categories: [5],
tags: [
745,
1378,
1379,
1507,
1508,
1509,
1510,
1511,
1512,
1513,
1514,
929,
569,
1497,
1325,
1140,
1499,
1515,
323,
1029,
887,
1391,
239,
1516,
1500,
1501,
1503,
1517,
1518
],
),
"add_link": SymbolsMetadata(
popularity: 1530,
codepoint: 0xe178,
categories: [12],
tags: [
745,
1519,
1520,
1521,
1323,
1374,
1522,
1523,
1324,
1073,
284,
1325,
1235,
488,
1524,
259,
1328,
1525,
1314,
1526,
1330,
267,
887,
239,
1527,
1528,
243,
31,
1529,
1530,
333,
1186
],
),
"add_location": SymbolsMetadata(
popularity: 2853,
codepoint: 0xe567,
categories: [5],
tags: [
231,
745,
1513,
1531,
374,
1325,
312,
313,
10,
1532,
1533,
1327,
323,
324,
1534,
1166,
174,
325,
887,
326,
1535,
327,
239,
1536,
1392,
329,
1537,
1538,
1539,
1540,
1396,
31,
182,
332
],
),
"add_location_alt": SymbolsMetadata(
popularity: 1796,
codepoint: 0xef3a,
categories: [5],
tags: [
231,
745,
1513,
374,
1325,
312,
313,
1541,
1542,
1431,
317,
1543,
1544,
321,
1327,
323,
324,
1534,
1166,
174,
325,
887,
326,
327,
239,
328,
329,
1539,
1201,
1545,
1540,
31,
1227,
332
],
),
"add_moderator": SymbolsMetadata(
popularity: 635,
codepoint: 0xe97d,
categories: [13],
tags: [
231,
745,
1546,
1547,
1548,
1549,
1550,
1551,
1552,
1553,
1554,
1555,
1556,
1557,
1558,
1559,
1560,
887,
1561,
1562,
1563,
1564,
1565,
1566,
1045,
239,
1567,
1568,
1569,
1570,
1571,
1572,
1034,
1063,
1048,
1573,
1574,
1036,
1575,
31,
990,
1576,
1577
],
),
"add_notes": SymbolsMetadata(
popularity: 208,
codepoint: 0xe091,
categories: [12],
tags: [
231,
745,
232,
1474,
1578,
1325,
1579,
1580,
1430,
1431,
147,
1327,
1581,
1582,
88,
1583,
583,
887,
1480,
1584,
1585,
1586,
1587,
239,
453,
1370,
1588,
1589,
33,
1590,
1485
],
),
"add_photo_alternate": SymbolsMetadata(
popularity: 4309,
codepoint: 0xe43e,
categories: [1],
tags: [
231,
745,
232,
1342,
1591,
1592,
42,
450,
1197,
1593,
147,
1343,
137,
49,
1594,
1327,
1595,
406,
1596,
1597,
887,
57,
59,
62,
239,
432,
362,
433,
1598,
31,
527,
476
],
),
"add_reaction": SymbolsMetadata(
popularity: 2705,
codepoint: 0xe1d3,
categories: [3],
tags: [
231,
745,
1599,
1600,
1601,
1321,
504,
570,
193,
572,
1272,
1602,
1603,
1604,
1605,
1606,
577,
1479,
1607,
1608,
1609,
1610,
138,
1611,
1336,
1327,
1612,
1613,
1614,
887,
289,
589,
1615,
239,
240,
242,
1483,
1616,
1617,
1618,
593,
243,
1619,
31
],
),
"add_road": SymbolsMetadata(
popularity: 774,
codepoint: 0xef3b,
categories: [5],
tags: [
231,
745,
1620,
1374,
1325,
312,
313,
137,
1621,
138,
1622,
1623,
87,
323,
324,
1534,
174,
1624,
887,
1625,
239,
1626,
1538,
898,
1226,
1627,
31,
1628,
1629,
332,
141,
1348,
1630
],
),
"add_row_above": SymbolsMetadata(
popularity: 12,
codepoint: 0xf423,
categories: [12],
tags: [
231,
1631,
745,
1632,
373,
1438,
933,
1325,
81,
1633,
1467,
485,
1430,
1431,
914,
1335,
488,
370,
1078,
382,
1634,
1327,
385,
87,
887,
1452,
586,
239,
1635,
453,
1433,
1459,
1460,
955,
31,
1473,
1464,
396,
1186
],
),
"add_row_below": SymbolsMetadata(
popularity: 24,
codepoint: 0xf422,
categories: [12],
tags: [
231,
745,
1636,
1637,
1436,
77,
1638,
1438,
933,
1325,
1235,
81,
485,
1430,
1639,
1252,
1431,
914,
488,
370,
382,
699,
1445,
1640,
385,
87,
1641,
887,
1642,
1452,
92,
239,
1459,
1460,
1643,
955,
31,
1473,
1464,
396,
1186
],
),
"add_shopping_cart": SymbolsMetadata(
popularity: 7169,
codepoint: 0xe854,
categories: [9],
tags: [
1644,
745,
1645,
1646,
1647,
930,
1648,
931,
1416,
932,
934,
936,
937,
938,
1649,
1650,
1376,
1389,
948,
523,
1651,
1652,
91,
950,
951,
239,
1653,
1654,
1393,
1655,
1656,
1394,
1395,
1657,
1396
],
),
"add_task": SymbolsMetadata(
popularity: 4403,
codepoint: 0xf23a,
categories: [2],
tags: [
231,
1658,
745,
232,
1659,
1660,
1661,
1662,
1663,
1664,
193,
463,
1665,
1325,
1666,
13,
235,
1327,
88,
1667,
1166,
887,
1668,
239,
242,
1516,
1370,
1168,
362,
1517,
1669,
1670,
1518,
1671
],
),
"add_to_drive": SymbolsMetadata(
popularity: 830,
codepoint: 0xe65c,
categories: [12],
tags: [
565,
745,
1672,
501,
1673,
1674,
1675,
1676,
284,
1325,
81,
1430,
1677,
1678,
147,
1679,
1680,
1681,
1682,
1683,
1684,
1327,
267,
523,
1685,
239,
1686,
1687,
1539,
652,
1688,
1128,
1689,
764,
526,
1690,
527
],
),
"add_to_home_screen": SymbolsMetadata(
popularity: 322,
codepoint: 0xe1fe,
categories: [11],
tags: [
1246,
1247,
748,
745,
1691,
1692,
1672,
501,
77,
1693,
1250,
288,
1694,
313,
914,
1695,
1696,
1110,
1140,
1253,
1697,
262,
1698,
325,
271,
326,
432,
1699,
1539,
410,
1528,
1128,
1700,
433,
31,
525,
1701,
98,
527
],
rtlAutoMirrored: true,
),
"add_to_queue": SymbolsMetadata(
popularity: 550,
codepoint: 0xe05c,
categories: [0],
tags: [
231,
1246,
1247,
745,
1702,
1321,
1466,
1268,
1703,
1704,
288,
8,
781,
1110,
1253,
1336,
1327,
87,
88,
1705,
1029,
406,
630,
439,
1706,
887,
905,
91,
1707,
1708,
408,
1709,
239,
1710,
410,
94,
1711,
31,
1712,
1713,
37,
543,
1714,
333,
1187
],
),
"add_triangle": SymbolsMetadata(
popularity: 62,
codepoint: 0xf48e,
categories: [5],
tags: [
231,
745,
232,
1360,
1321,
1132,
1374,
691,
1375,
1325,
1715,
488,
348,
904,
381,
137,
1336,
1327,
1166,
1716,
1717,
325,
887,
1452,
1718,
289,
239,
242,
392,
898,
1719,
1170,
31,
1628,
1690,
1409,
206
],
),
"adf_scanner": SymbolsMetadata(
popularity: 250,
codepoint: 0xeada,
categories: [11],
tags: [
1720,
1721,
1722,
569,
1723,
1724,
288,
1725,
1430,
1726,
1727,
1728,
916,
107,
1111,
1729,
1730,
1391,
1731,
1732,
1587,
1733,
1734,
1735,
758,
432,
1736,
1737,
1588,
1711,
65,
1518
],
),
"adjust": SymbolsMetadata(
popularity: 1732,
codepoint: 0xe39e,
categories: [1],
tags: [
1738,
1739,
1740,
1423,
517,
1741,
308,
1742,
193,
1101,
685,
1743,
1744,
1236,
1745,
83,
1746,
1747,
1748,
915,
916,
49,
1083,
1470,
1029,
506,
1641,
1749,
70,
921,
1750,
1751,
71,
1752,
1227,
97,
1753,
1754
],
),
"admin_meds": SymbolsMetadata(
popularity: 30,
codepoint: 0xe48d,
categories: [3],
tags: [
861,
565,
1755,
1756,
1757,
1758,
1759,
1760,
685,
345,
1425,
1761,
1762,
697,
892,
1763,
1029,
1764,
1765,
894,
1766,
1767,
919,
1768,
1769,
1770,
1063,
1771,
590,
1065,
1772,
1773,
1036,
1774,
71,
601
],
),
"admin_panel_settings": SymbolsMetadata(
popularity: 8129,
codepoint: 0xef3d,
categories: [13],
tags: [
861,
565,
1738,
1755,
1552,
566,
1553,
1775,
685,
345,
1236,
1425,
1252,
577,
1776,
581,
1112,
1777,
1029,
70,
919,
588,
1778,
589,
921,
1034,
1063,
590,
1573,
1574,
1036,
71,
1779,
1575,
1093,
511,
1780,
601,
1576
],
),
"ads_click": SymbolsMetadata(
popularity: 7451,
codepoint: 0xe762,
categories: [6],
tags: [
1781,
1782,
1176,
1071,
77,
1179,
504,
1783,
1193,
1784,
1785,
1786,
1787,
312,
44,
1788,
1789,
1612,
259,
1314,
1182,
17,
267,
523,
648,
1167,
1184,
1790,
362,
1791,
1227,
1792,
1095,
1628,
333
],
),
"agender": SymbolsMetadata(
popularity: 176,
codepoint: 0xf888,
categories: [3],
tags: [
1793,
193,
574,
1235,
1794,
1795,
1796,
1797,
1798,
1799,
1800,
581,
138,
978,
872,
1801,
1802,
87,
1803,
815,
1804,
588,
589,
239,
590,
1805,
390,
1806,
1807,
1067,
593,
31,
601
],
),
"agriculture": SymbolsMetadata(
popularity: 1721,
codepoint: 0xea79,
categories: [14],
tags: [
1808,
1809,
1810,
1811,
1812,
1813,
1814,
1815,
1816,
1817,
1818,
1819,
1820,
1821,
1822,
1326,
234,
1823,
1824,
87,
1534,
1825,
289,
1826,
1827,
1828,
1829,
1830,
1831,
1832,
511,
1833,
900,
332,
1834,
1835,
1836,
1837
],
),
"air": SymbolsMetadata(
popularity: 2783,
codepoint: 0xefd8,
categories: [15],
tags: [
480,
837,
1838,
1839,
1840,
1841,
840,
845,
1842,
1164,
1843,
1844,
1077,
1845,
1846,
1847,
1848,
87,
1470,
353,
468,
63,
1849,
1850,
454,
1851,
1852,
1853,
1854,
1855,
859,
1856
],
),
"air_freshener": SymbolsMetadata(
popularity: 426,
codepoint: 0xe2ca,
categories: [8],
tags: [
837,
1857,
1858,
1859,
1860,
1758,
1861,
1811,
1862,
1863,
1864,
1865,
1845,
1866,
904,
137,
1140,
1376,
1143,
492,
1867,
289,
1868,
760,
1849,
392,
888,
1850,
1869,
31,
1407,
1853
],
),
"air_purifier": SymbolsMetadata(
popularity: 40,
codepoint: 0xe97e,
categories: [8],
tags: [
837,
1870,
1871,
1872,
1873,
1858,
1874,
1840,
1875,
810,
1862,
1876,
288,
1877,
1878,
1879,
1845,
1846,
1866,
1880,
697,
1140,
1499,
1881,
1470,
1729,
1882,
1883,
1884,
1885,
1886,
433,
1853,
1855
],
),
"air_purifier_gen": SymbolsMetadata(
popularity: 331,
codepoint: 0xe829,
categories: [8],
tags: [
837,
1870,
1872,
1873,
1887,
1858,
1888,
1889,
1862,
1890,
345,
288,
1843,
1878,
1891,
697,
1892,
1893,
1894,
1470,
642,
1143,
1883,
432,
71,
1895,
1896,
1897,
1898,
1899,
1853,
1856
],
),
"airline_seat_flat": SymbolsMetadata(
popularity: 283,
codepoint: 0xe630,
categories: [16],
tags: [
1900,
1901,
1902,
1903,
690,
569,
1904,
1905,
1906,
1876,
1907,
1908,
379,
1909,
699,
581,
1623,
1910,
1911,
1491,
1912,
1913,
588,
589,
387,
1914,
1915,
1916,
1917,
1918,
1919,
900,
1629,
332,
1920
],
),
"airline_seat_flat_angled": SymbolsMetadata(
popularity: 149,
codepoint: 0xe631,
categories: [16],
tags: [
1921,
1900,
1901,
1922,
1903,
690,
1923,
569,
1904,
1905,
1906,
1876,
375,
1907,
1908,
379,
1924,
137,
581,
138,
384,
1925,
1913,
588,
589,
387,
1926,
1927,
1917,
1918,
1928,
1919,
31,
900,
1629,
332
],
),
"airline_seat_individual_suite": SymbolsMetadata(
popularity: 232,
codepoint: 0xe632,
categories: [16],
tags: [
1929,
1900,
1901,
1930,
1902,
690,
1923,
569,
1904,
1931,
1906,
1876,
1932,
1907,
1908,
1909,
1924,
581,
979,
1933,
1623,
1491,
1934,
1913,
588,
589,
920,
387,
716,
1063,
1914,
1927,
1917,
1918,
1919,
1935,
1936,
1629,
332,
1187
],
),
"airline_seat_legroom_extra": SymbolsMetadata(
popularity: 164,
codepoint: 0xe633,
categories: [16],
tags: [
1900,
1901,
690,
1923,
1905,
1876,
1932,
1937,
1938,
694,
1924,
581,
1623,
1939,
1940,
1925,
1941,
1913,
588,
589,
387,
716,
1927,
1433,
1918,
1942,
823,
1943,
1629,
332,
1944,
1835
],
),
"airline_seat_legroom_normal": SymbolsMetadata(
popularity: 148,
codepoint: 0xe634,
categories: [16],
tags: [
1900,
1901,
1131,
1466,
1902,
690,
1931,
1905,
1876,
694,
1909,
581,
1623,
385,
1940,
1925,
17,
1945,
1913,
588,
589,
387,
1946,
1918,
1928,
1942,
823,
1947,
900,
1629,
332,
1835
],
),
"airline_seat_legroom_reduced": SymbolsMetadata(
popularity: 143,
codepoint: 0xe635,
categories: [16],
tags: [
1929,
1900,
1901,
690,
1931,
1876,
1948,
1949,
964,
694,
1924,
581,
1623,
1940,
1925,
1950,
1951,
1952,
814,
1913,
588,
589,
387,
1953,
1065,
1433,
1918,
1928,
1954,
1942,
1955,
823,
1956,
900,
1629,
332,
1920
],
),
"airline_seat_recline_extra": SymbolsMetadata(
popularity: 575,
codepoint: 0xe636,
categories: [16],
tags: [
1900,
1901,
1902,
690,
1923,
1905,
1876,
1932,
1938,
694,
1909,
1924,
1957,
581,
1623,
1940,
1925,
1958,
1911,
1913,
588,
589,
387,
716,
1926,
1916,
1959,
1927,
1918,
1942,
823,
900,
1629,
332,
1920,
1944,
1960
],
),
"airline_seat_recline_normal": SymbolsMetadata(
popularity: 679,
codepoint: 0xe637,
categories: [16],
tags: [
1900,
1961,
1962,
1901,
690,
1905,
1876,
1932,
375,
1963,
1938,
694,
1909,
581,
1623,
385,
1940,
1925,
1945,
1964,
1913,
1965,
588,
589,
1926,
1966,
1916,
1918,
1928,
1967,
1942,
823,
1968,
900,
332,
1969,
1970,
1971,
1835
],
),
"airline_stops": SymbolsMetadata(
popularity: 395,
codepoint: 0xe7d0,
categories: [5],
tags: [
1900,
1901,
1972,
77,
1902,
1101,
284,
312,
1973,
313,
1105,
1909,
1974,
1623,
1975,
1976,
87,
323,
1534,
325,
1625,
327,
387,
851,
1977,
1538,
1978,
1979,
1629,
332,
1980,
1981,
1920
],
),
"airlines": SymbolsMetadata(
popularity: 456,
codepoint: 0xe7ca,
categories: [14],
tags: [
837,
1982,
1929,
1983,
1984,
1901,
1985,
1986,
1972,
1902,
1923,
1987,
312,
1909,
1988,
1989,
1990,
1924,
1623,
642,
1061,
387,
1991,
1992,
273,
1993,
900,
1629,
332,
1994,
1969,
1920,
1995
],
),
"airplane_ticket": SymbolsMetadata(
popularity: 1662,
codepoint: 0xefd9,
categories: [16],
tags: [
1996,
837,
1997,
1929,
1901,
1998,
1986,
1972,
1999,
2000,
1923,
1430,
2001,
1431,
1909,
2002,
1989,
1990,
1924,
2003,
1623,
1534,
1587,
2004,
2005,
387,
2006,
1992,
432,
1927,
1736,
2007,
273,
2008,
2009,
2010,
900,
1629,
332,
2011,
1920,
1960
],
rtlAutoMirrored: true,
),
"airplanemode_inactive": SymbolsMetadata(
popularity: 270,
codepoint: 0xe194,
categories: [4],
tags: [
837,
1929,
1901,
1985,
1986,
1972,
1902,
1272,
254,
1299,
2012,
1162,
868,
1055,
1909,
2013,
1989,
1990,
1924,
1222,
87,
1534,
2014,
642,
2015,
2016,
2017,
1059,
1060,
1061,
387,
1992,
273,
2018,
1067,
1629,
332,
1690,
1920,
2019
],
),
"airplay": SymbolsMetadata(
popularity: 377,
codepoint: 0xe055,
categories: [0],
tags: [
2020,
77,
1268,
731,
2021,
2022,
1073,
284,
2023,
345,
1704,
288,
8,
2024,
406,
2025,
630,
439,
1732,
408,
388,
410,
2026,
2027,
2028,
2029,
273,
411,
1690,
2030,
37,
278,
2031
],
),
"airport_shuttle": SymbolsMetadata(
popularity: 2268,
codepoint: 0xeb3c,
categories: [14],
tags: [
1972,
2032,
1809,
2033,
2034,
1811,
1812,
1180,
2035,
2036,
2037,
313,
2038,
2039,
2040,
2041,
1623,
2042,
1534,
2043,
1913,
2044,
2045,
2046,
432,
1626,
2047,
2048,
1317,
1979,
900,
1629,
332,
1920,
1834,
2049,
1835,
2050
],
rtlAutoMirrored: true,
),
"airware": SymbolsMetadata(
popularity: 441,
codepoint: 0xf154,
categories: [8],
tags: [
2051,
2052,
1268,
731,
254,
2053,
81,
1077,
351,
916,
259,
353,
1706,
267,
2054,
2055,
2056,
273,
2057,
1293,
411,
97,
2058,
2059,
1854,
1855,
277,
278
],
),
"airwave": SymbolsMetadata(
popularity: 719,
codepoint: 0xe29c,
categories: [10],
tags: [
837,
2051,
2052,
1268,
2060,
2061,
1839,
1841,
731,
840,
283,
284,
2053,
2062,
2063,
1077,
351,
1140,
2064,
651,
1706,
1143,
267,
1733,
2065,
2066,
273,
2067,
1293,
2068,
2069,
97,
2058,
554,
1854,
2070,
1855,
859,
1856
],
),
"alarm": SymbolsMetadata(
popularity: 4859,
codepoint: 0xe855,
categories: [6],
tags: [
861,
1738,
1359,
1360,
2071,
1362,
2072,
193,
1159,
345,
2073,
1160,
2074,
489,
2075,
2076,
51,
1667,
1166,
616,
328,
1370,
762,
1168,
151,
1293,
1171,
1172,
2077,
2078
],
),
"alarm_add": SymbolsMetadata(
popularity: 748,
codepoint: 0xe856,
categories: [6],
tags: [
231,
745,
2079,
1359,
1360,
1672,
2071,
1268,
1362,
1159,
2073,
1325,
1160,
44,
10,
262,
2080,
887,
2081,
616,
271,
239,
1370,
762,
1168,
1201,
151,
1293,
31,
1517,
1171,
1172,
2077,
2078
],
),
"alarm_off": SymbolsMetadata(
popularity: 492,
codepoint: 0xe857,
categories: [6],
tags: [
1359,
2082,
1360,
1362,
2083,
2084,
2085,
1662,
1664,
1159,
1162,
2086,
2087,
2088,
868,
2089,
1055,
2090,
2091,
2092,
1303,
2093,
2094,
2095,
2096,
616,
2097,
1059,
1061,
2098,
2099,
2100,
1067,
2101,
2102,
1171,
1172,
2103,
2078
],
),
"alarm_on": SymbolsMetadata(
popularity: 1987,
codepoint: 0xe858,
categories: [6],
tags: [
2104,
749,
1359,
1360,
2105,
2106,
1362,
2107,
1662,
1664,
1363,
1159,
2089,
1055,
10,
2108,
616,
2109,
1061,
1370,
2110,
2111,
2112,
1168,
273,
1293,
2113,
1171,
1172,
2077,
206,
2078
],
),
"alarm_pause": SymbolsMetadata(
popularity: 33,
codepoint: 0xf35b,
categories: [6],
tags: [
1359,
1360,
2071,
1362,
2114,
2115,
1159,
345,
2116,
2089,
10,
352,
616,
1223,
2117,
2118,
1370,
1168,
2119,
1226,
2120,
1171,
1172,
2121,
2078
],
),
"alarm_smart_wake": SymbolsMetadata(
popularity: 41,
codepoint: 0xf6b0,
categories: [6],
tags: [
1359,
1360,
2122,
1268,
2123,
1362,
1363,
1159,
2124,
2125,
2126,
2080,
616,
2109,
2127,
1370,
2111,
1168,
273,
1292,
1293,
2128,
1171,
2129,
2130,
1172,
554,
2131,
2132,
2077
],
),
"album": SymbolsMetadata(
popularity: 1476,
codepoint: 0xe019,
categories: [0],
tags: [
1342,
1673,
2133,
2134,
1268,
1192,
2135,
2136,
2137,
1197,
2138,
519,
2139,
81,
2140,
2141,
147,
1680,
1343,
579,
173,
2142,
1345,
1470,
406,
1706,
586,
2143,
2144,
1709,
453,
2145,
1201,
1293,
433,
1711,
1689,
2146,
554
],
),
"align_center": SymbolsMetadata(
popularity: 20,
codepoint: 0xe356,
categories: [12],
tags: [
2147,
2148,
1466,
517,
308,
2149,
2150,
1430,
2151,
2152,
2153,
370,
2154,
699,
2155,
385,
1470,
2156,
1934,
91,
2157,
2158,
329,
703,
2159,
2160,
33,
2161,
2162,
2163,
1485
],
),
"align_end": SymbolsMetadata(
popularity: 6,
codepoint: 0xf797,
categories: [12],
tags: [
2164,
2165,
2166,
2148,
2167,
2168,
1430,
2152,
2153,
2169,
2154,
2170,
385,
2171,
2172,
2173,
33,
2161,
2174,
2175,
2176,
2177,
2178
],
),
"align_flex_center": SymbolsMetadata(
popularity: 12,
codepoint: 0xf796,
categories: [12],
tags: [
2147,
2148,
1466,
481,
308,
628,
2179,
2180,
1164,
2181,
1275,
370,
2154,
382,
699,
2182,
385,
1470,
1934,
2183,
329,
703,
2160,
2161,
1464
],
),
"align_flex_end": SymbolsMetadata(
popularity: 3,
codepoint: 0xf795,
categories: [12],
tags: [
1738,
2147,
2148,
1466,
2184,
308,
1438,
628,
345,
2185,
8,
2179,
2186,
2125,
2187,
1275,
370,
382,
699,
86,
2182,
385,
1470,
92,
2188,
1291,
906,
1433,
703,
823,
955,
2160,
1464,
2189
],
),
"align_flex_start": SymbolsMetadata(
popularity: 5,
codepoint: 0xf794,
categories: [12],
tags: [
2147,
2190,
2191,
2148,
1466,
2192,
481,
482,
308,
2185,
2179,
2186,
2193,
2187,
1275,
370,
2194,
86,
2182,
385,
2195,
1470,
586,
2196,
2188,
432,
703,
392,
2128,
955,
2160,
2197,
1263,
2198,
1464,
2199,
2200
],
),
"align_horizontal_center": SymbolsMetadata(
popularity: 355,
codepoint: 0xe00f,
categories: [12],
tags: [
2147,
2148,
76,
517,
308,
628,
81,
485,
2180,
1430,
2153,
370,
2154,
382,
699,
385,
1470,
92,
2157,
2196,
2188,
432,
703,
2159,
392,
955,
2160,
33,
2201
],
),
"align_horizontal_left": SymbolsMetadata(
popularity: 476,
codepoint: 0xe00d,
categories: [12],
tags: [
2147,
2202,
2203,
2148,
76,
2204,
517,
313,
1430,
2205,
2152,
2153,
370,
2169,
699,
2206,
2155,
385,
2195,
2207,
1470,
91,
92,
2157,
329,
2208,
703,
2159,
709,
2160,
33,
2209
],
rtlAutoMirrored: true,
),
"align_horizontal_right": SymbolsMetadata(
popularity: 312,
codepoint: 0xe010,
categories: [12],
tags: [
2210,
2147,
2148,
76,
517,
628,
1430,
2151,
2153,
370,
2211,
699,
2212,
385,
1470,
91,
2157,
2213,
329,
432,
906,
703,
2159,
709,
2160,
33,
2214,
338,
2178,
1485
],
rtlAutoMirrored: true,
),
"align_items_stretch": SymbolsMetadata(
popularity: 16,
codepoint: 0xf793,
categories: [12],
tags: [
2147,
2215,
2148,
1466,
482,
308,
2216,
1333,
2185,
485,
1104,
2179,
2180,
2186,
914,
2217,
2218,
2187,
370,
382,
579,
699,
2194,
86,
385,
1470,
2219,
92,
432,
2220,
703,
2159,
95,
433,
1943,
2160,
1464,
2199
],
),
"align_justify_center": SymbolsMetadata(
popularity: 6,
codepoint: 0xf792,
categories: [12],
tags: [
2147,
2148,
1466,
308,
2221,
2149,
628,
1744,
2179,
1430,
2222,
2153,
370,
2154,
2223,
2224,
699,
916,
2170,
2225,
385,
1470,
506,
1934,
70,
1586,
2157,
2188,
703,
2226,
2160,
33,
2209,
1485
],
),
"align_justify_flex_end": SymbolsMetadata(
popularity: 6,
codepoint: 0xf791,
categories: [12],
tags: [
1738,
2147,
2148,
1466,
481,
2184,
308,
628,
1236,
81,
2179,
2125,
2181,
1275,
370,
2224,
699,
68,
2182,
385,
1470,
88,
506,
1641,
70,
91,
92,
2157,
329,
432,
906,
703,
71,
709,
955,
2160,
33,
1464
],
),
"align_justify_flex_start": SymbolsMetadata(
popularity: 9,
codepoint: 0xf790,
categories: [12],
tags: [
2147,
2227,
2148,
2192,
2228,
308,
628,
2229,
2179,
1275,
370,
2230,
2154,
2170,
2182,
2231,
385,
2207,
1470,
88,
2232,
506,
2233,
2157,
2234,
2235,
1733,
703,
2128,
2160,
33,
2236,
2237,
1464,
2238
],
),
"align_justify_space_around": SymbolsMetadata(
popularity: 10,
codepoint: 0xf78f,
categories: [12],
tags: [
2147,
2148,
460,
1466,
925,
308,
933,
485,
2179,
2239,
2180,
1430,
2153,
2240,
370,
2154,
382,
699,
2155,
2182,
385,
1470,
586,
92,
2157,
2241,
1459,
703,
823,
709,
2160,
33,
1485
],
),
"align_justify_space_between": SymbolsMetadata(
popularity: 21,
codepoint: 0xf78e,
categories: [12],
tags: [
2147,
2148,
308,
2242,
2168,
2179,
2180,
1430,
2243,
680,
2244,
370,
2154,
699,
916,
2170,
2182,
385,
2245,
1470,
506,
70,
2246,
2157,
1733,
703,
71,
2247,
709,
2160,
2161,
2174,
2248,
97,
2249,
1485
],
),
"align_justify_space_even": SymbolsMetadata(
popularity: 21,
codepoint: 0xf78d,
categories: [12],
tags: [
2147,
2148,
1466,
308,
628,
2179,
1430,
2153,
2250,
2251,
2252,
370,
2154,
2253,
699,
2194,
916,
2182,
385,
1470,
91,
92,
2157,
703,
823,
709,
955,
2160,
33,
2236,
2254,
2255,
2201,
1485
],
),
"align_justify_stretch": SymbolsMetadata(
popularity: 7,
codepoint: 0xf78c,
categories: [12],
tags: [
2147,
2148,
1466,
517,
308,
933,
628,
2179,
1430,
1252,
2240,
2256,
914,
370,
2154,
1696,
382,
699,
2182,
385,
1470,
88,
506,
91,
92,
2157,
1427,
1459,
703,
823,
709,
1943,
2160,
33,
1464
],
),
"align_self_stretch": SymbolsMetadata(
popularity: 7,
codepoint: 0xf78b,
categories: [12],
tags: [
1738,
2147,
2148,
502,
144,
482,
308,
1333,
628,
377,
2179,
2257,
1164,
914,
2217,
2218,
370,
1326,
383,
2182,
385,
1470,
492,
150,
390,
2220,
703,
2159,
2258,
71,
298,
1943,
2160,
1898,
1464,
476
],
),
"align_space_around": SymbolsMetadata(
popularity: 5,
codepoint: 0xf78a,
categories: [12],
tags: [
2259,
2147,
2148,
460,
1466,
2260,
2261,
308,
628,
2180,
2262,
2186,
2240,
370,
699,
2182,
385,
87,
2219,
92,
2157,
2188,
1433,
823,
709,
2263,
33,
551,
338
],
),
"align_space_between": SymbolsMetadata(
popularity: 7,
codepoint: 0xf789,
categories: [12],
tags: [
2147,
2148,
76,
1466,
517,
2260,
2264,
485,
2180,
1430,
2153,
370,
2154,
2253,
699,
2170,
2182,
385,
2195,
1470,
2157,
329,
2188,
906,
823,
709,
33,
2174
],
),
"align_space_even": SymbolsMetadata(
popularity: 8,
codepoint: 0xf788,
categories: [12],
tags: [
1738,
2210,
2147,
2148,
76,
1466,
345,
2179,
2265,
1252,
2153,
2266,
2267,
2251,
2154,
382,
699,
2194,
2268,
2182,
385,
91,
2157,
329,
2188,
2269,
823,
709,
33,
1780
],
),
"align_start": SymbolsMetadata(
popularity: 4,
codepoint: 0xf787,
categories: [12],
tags: [
2147,
2227,
1466,
2270,
2228,
628,
81,
313,
2271,
1430,
1252,
2153,
2154,
2170,
2182,
385,
2195,
2207,
1470,
88,
2157,
329,
2272,
2159,
2128,
33,
2209,
1485
],
),
"align_stretch": SymbolsMetadata(
popularity: 6,
codepoint: 0xf786,
categories: [12],
tags: [
2147,
1466,
2261,
628,
345,
313,
2180,
1430,
2153,
1164,
2240,
914,
2273,
2154,
2274,
699,
2182,
385,
492,
1586,
2275,
2220,
391,
709,
1943,
33,
397,
2276
],
),
"align_vertical_bottom": SymbolsMetadata(
popularity: 327,
codepoint: 0xe015,
categories: [12],
tags: [
2147,
2148,
76,
1423,
2184,
2277,
2179,
1430,
2243,
2153,
147,
370,
2154,
2253,
385,
87,
1470,
1586,
2157,
329,
1427,
432,
703,
2159,
2160,
33,
2278,
97,
1464,
2201
],
),
"align_vertical_center": SymbolsMetadata(
popularity: 263,
codepoint: 0xe011,
categories: [12],
tags: [
2147,
2148,
1466,
2261,
308,
2149,
933,
628,
2179,
1430,
2153,
2256,
370,
2154,
382,
385,
1470,
1934,
2157,
329,
1459,
703,
2159,
709,
2160,
33,
338,
1464,
1485
],
),
"align_vertical_top": SymbolsMetadata(
popularity: 260,
codepoint: 0xe00c,
categories: [12],
tags: [
1738,
2147,
2148,
76,
1423,
517,
345,
485,
2179,
1430,
1252,
2153,
370,
2154,
137,
382,
385,
1470,
2219,
91,
92,
2157,
2213,
329,
1427,
432,
703,
2159,
95,
2160,
33,
97,
1263,
907,
1464
],
),
"all_inbox": SymbolsMetadata(
popularity: 827,
codepoint: 0xe97f,
categories: [7],
tags: [
2279,
2280,
2281,
1673,
482,
1192,
1197,
283,
463,
2282,
1333,
2283,
2284,
2036,
2285,
2286,
2287,
2288,
2274,
2289,
2290,
15,
2291,
2292,
2293,
583,
2294,
2295,
2296,
2297,
2298,
1689,
2299
],
),
"all_inclusive": SymbolsMetadata(
popularity: 3319,
codepoint: 0xeb3d,
categories: [6],
tags: [
480,
2280,
2300,
463,
2282,
2301,
1074,
752,
753,
2302,
2303,
2304,
2305,
2306,
2307,
2274,
319,
873,
2308,
2309,
2310,
757,
793,
2311,
2312,
2313,
2314,
2315,
31,
2299,
2316,
881,
2317,
2318
],
),
"all_match": SymbolsMetadata(
popularity: 106,
codepoint: 0xe093,
categories: [2],
tags: [
2319,
2280,
1660,
2320,
1662,
463,
2321,
43,
1542,
1666,
2305,
2322,
316,
83,
317,
1748,
2274,
2323,
52,
2324,
2325,
2326,
2327,
1166,
2328,
1668,
2329,
2330,
2331,
2332,
1736,
1126,
2333,
362,
182,
1669,
2334,
1576,
396,
1671,
2335
],
),
"all_out": SymbolsMetadata(
popularity: 436,
codepoint: 0xe90b,
categories: [6],
tags: [
480,
2280,
502,
633,
2336,
482,
193,
2337,
2338,
914,
2339,
1335,
2340,
1696,
904,
1326,
2341,
1470,
2342,
2343,
2344,
1167,
432,
391,
392,
2345,
2346,
476,
2335
],
),
"allergies": SymbolsMetadata(
popularity: 25,
codepoint: 0xe094,
categories: [3],
tags: [
1360,
2347,
2348,
2349,
2350,
2351,
2352,
1843,
2353,
2354,
2355,
697,
2356,
138,
2357,
2358,
2359,
2360,
894,
2361,
1825,
2362,
1826,
2363,
2364,
2365,
2366,
2367,
2368,
2369,
2370,
2371,
206
],
),
"allergy": SymbolsMetadata(
popularity: 46,
codepoint: 0xe64e,
categories: [3],
tags: [
1360,
2347,
2348,
2349,
2350,
2372,
691,
2373,
1365,
2374,
2375,
1761,
2354,
2376,
697,
892,
1763,
2377,
2378,
2358,
894,
1767,
2379,
1768,
2363,
2380,
2381,
2367,
2382,
2383,
2384,
2385,
206
],
),
"alt_route": SymbolsMetadata(
popularity: 1584,
codepoint: 0xf184,
categories: [5],
tags: [
2386,
1591,
2387,
2388,
502,
2389,
2390,
1742,
684,
2391,
2392,
754,
2393,
2394,
313,
2395,
2396,
1974,
1623,
324,
1085,
1534,
2397,
325,
70,
2398,
1625,
1626,
1538,
2399,
2400,
363,
2401,
1627,
2402,
31,
1979,
1629,
332,
2403,
1630
],
rtlAutoMirrored: true,
),
"alternate_email": SymbolsMetadata(
popularity: 7933,
codepoint: 0xe0e6,
categories: [7],
tags: [
2404,
1513,
2405,
1591,
2406,
2407,
573,
283,
975,
2408,
2283,
2286,
2409,
2410,
2288,
2289,
2411,
15,
2291,
583,
2294,
289,
2412,
2413,
2414,
2296,
2415,
2298,
2416,
1170,
182
],
),
"altitude": SymbolsMetadata(
popularity: 150,
codepoint: 0xf873,
categories: [3],
tags: [
2417,
1071,
77,
78,
1423,
1424,
517,
373,
81,
313,
2418,
1078,
2419,
234,
383,
235,
51,
792,
87,
226,
1086,
1597,
648,
242,
759,
2420,
2421,
1429,
1701,
1464
],
),
"ambulance": SymbolsMetadata(
popularity: 37,
codepoint: 0xf803,
categories: [14],
tags: [
864,
2422,
1660,
865,
2423,
1809,
1811,
1662,
1664,
2373,
463,
2424,
1235,
1666,
2425,
2426,
2427,
697,
2428,
892,
871,
1763,
2429,
1166,
894,
1767,
1668,
2430,
2431,
1291,
362,
2432,
2433,
1669,
900,
2434,
2435,
2436,
2334,
2049,
1835,
1576,
1671
],
),
"amend": SymbolsMetadata(
popularity: 63,
codepoint: 0xf802,
categories: [2],
tags: [
2437,
2438,
2439,
77,
502,
2440,
2441,
569,
1742,
2442,
313,
1430,
2151,
2443,
1252,
147,
2444,
488,
2445,
2195,
2446,
2447,
1641,
325,
1391,
1586,
1587,
2448,
760,
2449,
1428,
2450,
470,
33,
2162,
2451,
1518,
1485
],
),
"amp_stories": SymbolsMetadata(
popularity: 194,
codepoint: 0xea13,
categories: [12],
tags: [
2452,
2453,
2454,
517,
1197,
628,
8,
1726,
579,
1470,
88,
406,
2455,
325,
2456,
2457,
2458,
2459,
2460,
94,
2145,
243,
1711,
2461,
2462,
2463,
1464,
396
],
),
"analytics": SymbolsMetadata(
popularity: 11523,
codepoint: 0xef3e,
categories: [9],
tags: [
1422,
1071,
2464,
1423,
1424,
517,
569,
373,
1425,
81,
375,
939,
941,
1078,
234,
1081,
68,
2465,
2466,
226,
17,
1086,
648,
759,
2458,
1428,
2332,
2467,
746,
1619,
1095,
2468,
2469,
514
],
),
"anchor": SymbolsMetadata(
popularity: 1348,
codepoint: 0xf1cd,
categories: [6],
tags: [
1520,
2470,
2471,
2472,
1522,
284,
2473,
2474,
2475,
1683,
2476,
2477,
2478,
2479,
1314,
2480,
2481,
2482,
2483,
2484,
325,
2485,
1315,
179,
2486,
2487,
2421,
1036,
2488,
2489,
2490
],
),
"android": SymbolsMetadata(
popularity: 3923,
codepoint: 0xe859,
categories: [4],
tags: [
2491,
1307,
2492,
501,
2493,
2494,
5,
1313,
288,
44,
2495,
1683,
977,
2480,
2496,
262,
2497,
2498,
1685,
2499,
1292,
1700,
509,
1093,
1297,
65,
2500
],
),
"animated_images": SymbolsMetadata(
popularity: 354,
codepoint: 0xf49a,
categories: [0],
tags: [
341,
501,
504,
40,
42,
344,
345,
1325,
44,
1252,
346,
348,
1343,
2501,
1350,
2502,
137,
138,
2503,
406,
353,
468,
354,
439,
2455,
57,
59,
62,
2504,
2505,
2506,
94,
1711,
2313,
31,
2507,
476
],
),
"animation": SymbolsMetadata(
popularity: 1111,
codepoint: 0xe71c,
categories: [1],
tags: [
749,
2508,
2509,
341,
751,
193,
1101,
2510,
752,
1274,
346,
1077,
2511,
51,
756,
2512,
2513,
353,
468,
758,
759,
2514,
2515,
2516,
94,
763,
291,
37,
2517,
2518,
766,
2519
],
),
"aod": SymbolsMetadata(
popularity: 333,
codepoint: 0xefda,
categories: [11],
tags: [
1246,
1247,
1360,
2520,
2521,
2522,
517,
2523,
570,
283,
2524,
288,
44,
8,
1110,
2525,
916,
1253,
68,
1470,
583,
262,
2526,
2527,
2528,
2529,
2530,
616,
1061,
271,
432,
2531,
410,
1700,
1260,
525,
33
],
),
"aod_tablet": SymbolsMetadata(
popularity: 147,
codepoint: 0xf89f,
categories: [11],
tags: [
1246,
1247,
2520,
2522,
501,
283,
1310,
288,
44,
8,
2532,
781,
2533,
1110,
2525,
699,
1253,
138,
1344,
1595,
262,
439,
1061,
271,
2534,
432,
410,
31,
525,
65,
2535,
1518
],
),
"aod_watch": SymbolsMetadata(
popularity: 88,
codepoint: 0xf6ac,
categories: [11],
tags: [
2536,
2521,
2522,
2537,
193,
462,
1159,
288,
44,
8,
2532,
577,
2533,
2075,
1253,
647,
616,
289,
2538,
410,
2539,
433,
65,
1171,
2540,
1172,
2541,
477,
2078,
2542,
2543,
333,
2544,
2545,
2546
],
),
"apartment": SymbolsMetadata(
popularity: 11429,
codepoint: 0xea40,
categories: [16],
tags: [
1495,
1513,
2547,
1496,
1131,
481,
929,
569,
2548,
1180,
576,
2549,
2550,
2551,
379,
1140,
1499,
2552,
1470,
323,
325,
1391,
289,
2553,
1500,
2554,
1501,
432,
1149,
1502,
1503,
1504,
888,
2555,
433,
955,
2556,
1264,
1506,
1229,
2557
],
),
"api": SymbolsMetadata(
popularity: 3060,
codepoint: 0xf1b7,
categories: [6],
tags: [
861,
2558,
501,
2559,
1308,
1675,
1102,
2216,
283,
519,
284,
81,
1313,
1104,
1386,
2560,
2561,
259,
1314,
267,
1123,
2562,
652,
509,
1093,
1297,
65,
526,
2563
],
),
"apk_document": SymbolsMetadata(
popularity: 214,
codepoint: 0xf88e,
categories: [4],
tags: [
1307,
2564,
2565,
1673,
2566,
519,
81,
44,
2567,
1430,
520,
1677,
2568,
147,
557,
2569,
68,
2570,
2571,
2497,
2572,
1586,
1587,
1122,
390,
1588,
509,
31,
1093,
1297,
65
],
),
"apk_install": SymbolsMetadata(
popularity: 253,
codepoint: 0xf88f,
categories: [4],
tags: [
1307,
2564,
1672,
501,
77,
193,
685,
81,
1430,
2573,
520,
1677,
1107,
147,
1697,
2574,
2575,
262,
2576,
2577,
2572,
1586,
1587,
2578,
1122,
2579,
1779,
2580,
509,
1093,
1690,
2581
],
),
"app_badging": SymbolsMetadata(
popularity: 64,
codepoint: 0xf72f,
categories: [2],
tags: [
1360,
2582,
2583,
2584,
281,
2585,
193,
462,
224,
1745,
138,
51,
52,
174,
583,
887,
2586,
2587,
616,
2588,
1259,
21,
2589,
2590,
2591,
328,
291,
2592,
2593,
2594,
2451,
2595,
2435
],
),
"app_blocking": SymbolsMetadata(
popularity: 359,
codepoint: 0xef3f,
categories: [11],
tags: [
1246,
1247,
2596,
1672,
2597,
2598,
2599,
501,
481,
2600,
1208,
1250,
193,
345,
2601,
288,
2602,
2603,
2604,
1300,
1213,
1110,
1253,
550,
1777,
262,
2605,
1698,
2606,
2607,
1057,
2608,
2609,
2610,
2611,
271,
2612,
1034,
2613,
432,
2366,
2531,
1036,
1067,
1226,
2614,
525
],
),
"app_registration": SymbolsMetadata(
popularity: 4390,
codepoint: 0xef40,
categories: [2],
tags: [
1672,
2615,
501,
2584,
2616,
1633,
145,
2617,
1252,
2618,
1431,
488,
68,
1328,
2619,
2620,
2621,
2622,
453,
985,
2623,
2624,
988,
2625,
2626,
2627,
2628,
2629,
2630
],
),
"apparel": SymbolsMetadata(
popularity: 463,
codepoint: 0xef7b,
categories: [8],
tags: [
2536,
2631,
2632,
2633,
2634,
2635,
2636,
2637,
2638,
2639,
2640,
2641,
2642,
2643,
1376,
2644,
2645,
2646,
920,
2647,
1393,
2648,
1394,
1395,
1396,
2160,
2649,
2650,
2651,
1263,
2652,
2653,
2654
],
),
"approval": SymbolsMetadata(
popularity: 1920,
codepoint: 0xe982,
categories: [6],
tags: [
1658,
2655,
2656,
2657,
2658,
2438,
2659,
2660,
2661,
1660,
2662,
192,
1662,
1664,
463,
2663,
2321,
2664,
1666,
1677,
147,
2665,
2666,
2667,
1166,
2668,
2669,
2670,
2671,
242,
2672,
906,
2673,
245,
1669,
2674,
2675,
2676,
1576,
1671
],
),
"approval_delegation": SymbolsMetadata(
popularity: 575,
codepoint: 0xf84a,
categories: [6],
tags: [
2677,
2659,
2678,
2660,
2661,
1660,
2679,
2680,
2681,
2682,
1662,
1664,
193,
2683,
2684,
2685,
2686,
2687,
2688,
2689,
2690,
2691,
2692,
2693,
2075,
2694,
2670,
589,
2695,
390,
2696,
2697,
1669,
526,
601,
1576
],
),
"apps": SymbolsMetadata(
popularity: 19184,
codepoint: 0xe5c3,
categories: [2],
tags: [
2698,
861,
2280,
2699,
501,
2700,
2584,
1101,
1197,
2701,
1425,
1704,
8,
1105,
2702,
2703,
2704,
382,
1140,
1611,
1344,
2705,
2706,
506,
262,
325,
2707,
70,
2708,
2709,
878,
71,
1128,
509,
2710,
1093,
2711,
141,
1348
],
),
"apps_outage": SymbolsMetadata(
popularity: 1163,
codepoint: 0xe7cc,
categories: [2],
tags: [
1360,
2280,
501,
2700,
2584,
2712,
1101,
1197,
283,
2701,
284,
254,
44,
2713,
1105,
2714,
2715,
382,
1344,
259,
2716,
2717,
267,
616,
1060,
2718,
2719,
1122,
2720,
652,
509,
2710,
1093,
65,
141,
1068,
1348,
206
],
),
"aq": SymbolsMetadata(
popularity: 40,
codepoint: 0xf55a,
categories: [10],
tags: [
837,
1873,
4,
1874,
2721,
568,
5,
570,
2722,
2723,
840,
572,
283,
1475,
2724,
2725,
2726,
2727,
12,
16,
1166,
583,
2728,
1883,
63,
2729,
2730,
2731,
594,
2732,
31,
1296,
33,
35
],
),
"aq_indoor": SymbolsMetadata(
popularity: 28,
codepoint: 0xf55b,
categories: [10],
tags: [
837,
1873,
4,
2547,
1496,
1874,
2721,
929,
5,
840,
1180,
1497,
1498,
12,
137,
1140,
1763,
2733,
1499,
138,
1881,
2734,
2735,
2736,
16,
323,
324,
325,
1391,
327,
2728,
1883,
1500,
63,
1501,
1503,
2737,
1504,
955,
31,
33,
35
],
),
"ar_on_you": SymbolsMetadata(
popularity: 189,
codepoint: 0xef7c,
categories: [0],
tags: [
500,
2537,
2738,
40,
2739,
2740,
487,
1604,
1606,
577,
2741,
2742,
2743,
1607,
83,
2744,
348,
2745,
1608,
1609,
1610,
1613,
1614,
1061,
2746,
2747,
589,
2748,
386,
1615,
2749,
2750,
2751,
2258,
2752,
1616,
1618,
1619,
2753,
1095,
601,
2754,
396,
2755,
2756,
2757,
2758
],
),
"ar_stickers": SymbolsMetadata(
popularity: 36,
codepoint: 0xe983,
categories: [0],
tags: [
745,
2759,
2760,
2761,
2537,
2762,
2763,
2738,
40,
2764,
2765,
1161,
44,
2766,
2767,
487,
1604,
1606,
577,
1607,
83,
1608,
1610,
2768,
2769,
1614,
492,
2747,
327,
2770,
2771,
2772,
1616,
1618,
2773,
2774,
1619,
396,
498,
2775,
2776
],
),
"architecture": SymbolsMetadata(
popularity: 2153,
codepoint: 0xea3b,
categories: [15],
tags: [
1496,
1592,
2777,
929,
2548,
2778,
2779,
309,
1497,
485,
2780,
378,
1498,
2781,
2782,
2783,
904,
1140,
1499,
2552,
2784,
2785,
1500,
1501,
1503,
2786,
1504,
2555,
955,
511,
2787,
1506,
2788,
2789
],
),
"archive": SymbolsMetadata(
popularity: 3622,
codepoint: 0xe149,
categories: [12],
tags: [
1673,
2790,
1674,
2791,
482,
2792,
1197,
1333,
81,
1430,
147,
2793,
1680,
2076,
2289,
1345,
2291,
1667,
2794,
586,
92,
2795,
453,
2457,
1687,
2796,
1539,
95,
1689,
1396,
31,
1093
],
),
"area_chart": SymbolsMetadata(
popularity: 1197,
codepoint: 0xe770,
categories: [9],
tags: [
1422,
1071,
1131,
2797,
2798,
2799,
569,
373,
2800,
1425,
81,
375,
2801,
942,
1078,
234,
1081,
68,
1426,
226,
17,
18,
1086,
648,
2802,
1427,
759,
2803,
1428,
2804,
746,
1095,
1429,
2805
],
),
"arming_countdown": SymbolsMetadata(
popularity: 205,
codepoint: 0xe78a,
categories: [10],
tags: [
1359,
1360,
1672,
2806,
504,
193,
1159,
2073,
2116,
1164,
137,
1140,
138,
1344,
87,
1143,
2589,
1574,
1036,
2807,
2808,
1575,
291,
2809,
31,
1093,
1171,
1172,
2810,
141,
766,
2078,
333
],
),
"arrow_and_edge": SymbolsMetadata(
popularity: 122,
codepoint: 0xf5d7,
categories: [2],
tags: [
500,
77,
502,
2811,
1132,
1133,
2812,
2813,
313,
2395,
2814,
606,
1164,
2815,
2816,
699,
51,
2195,
550,
87,
1330,
325,
1625,
328,
1167,
1148,
906,
1538,
2817,
1472,
2818,
553,
1701,
1409,
1464
],
),
"arrow_back": SymbolsMetadata(
popularity: 54747,
codepoint: 0xe5c4,
categories: [2],
tags: [
2819,
1672,
501,
77,
2441,
2820,
2821,
2822,
2701,
313,
2271,
2823,
2824,
1212,
2825,
2076,
51,
1344,
2826,
2827,
2195,
1749,
325,
2795,
1167,
2828,
2829,
1482,
2830,
1124,
2831,
2832,
410,
2833,
2834,
2835,
141,
2836,
1348,
2837,
333,
1186
],
rtlAutoMirrored: true,
),
"arrow_back_2": SymbolsMetadata(
popularity: 126,
codepoint: 0xf43a,
categories: [2],
tags: [
1672,
501,
77,
2441,
504,
2701,
519,
345,
1744,
1704,
313,
903,
2838,
2839,
1344,
259,
2195,
1314,
406,
262,
1749,
1706,
325,
2504,
328,
2828,
1124,
906,
410,
392,
2833,
509,
31,
1093,
65,
332,
1690,
141,
2836,
1348,
37,
333,
1186
],
),
"arrow_back_ios": SymbolsMetadata(
popularity: 39641,
codepoint: 0xe5e0,
categories: [2],
tags: [
2819,
1672,
501,
77,
2441,
2840,
2821,
2841,
2842,
2822,
2701,
345,
313,
2271,
2823,
2843,
2825,
2076,
1344,
2844,
2195,
262,
1624,
325,
1586,
2845,
1167,
2846,
2828,
1124,
2831,
2847,
410,
2833,
2834,
141,
2836,
1348,
333,
1186
],
rtlAutoMirrored: true,
),
"arrow_back_ios_new": SymbolsMetadata(
popularity: 11016,
codepoint: 0xe2ea,
categories: [2],
tags: [
2819,
748,
500,
1672,
501,
77,
2441,
2820,
2821,
2822,
2701,
345,
313,
2823,
1212,
2825,
2076,
1344,
2844,
2195,
2848,
262,
1749,
1624,
325,
2845,
1167,
2849,
2828,
2829,
1124,
2831,
2847,
410,
2833,
2834,
141,
2836,
1348,
333,
1186
],
rtlAutoMirrored: true,
),
"arrow_circle_down": SymbolsMetadata(
popularity: 2960,
codepoint: 0xf181,
categories: [2],
tags: [
77,
504,
193,
912,
2850,
345,
1787,
313,
2814,
520,
2851,
914,
2734,
2852,
325,
328,
1167,
330,
2853,
392,
2854
],
),
"arrow_circle_left": SymbolsMetadata(
popularity: 4201,
codepoint: 0xeaa7,
categories: [2],
tags: [
77,
2441,
504,
193,
2855,
462,
2856,
2850,
345,
313,
2851,
2857,
2825,
2076,
2858,
2195,
1624,
325,
1167,
2859,
2828,
2860,
1124,
2831,
1035,
2861,
2836,
2862
],
rtlAutoMirrored: true,
),
"arrow_circle_right": SymbolsMetadata(
popularity: 9259,
codepoint: 0xeaaa,
categories: [2],
tags: [
1672,
77,
2863,
504,
193,
2856,
902,
345,
313,
2864,
903,
381,
2838,
137,
138,
384,
2865,
1314,
1749,
325,
905,
1167,
1121,
906,
1699,
392,
31,
141,
474,
1348,
333
],
rtlAutoMirrored: true,
),
"arrow_circle_up": SymbolsMetadata(
popularity: 4350,
codepoint: 0xf182,
categories: [2],
tags: [
748,
77,
504,
193,
2856,
345,
615,
313,
2866,
2867,
903,
2868,
138,
51,
2869,
2870,
2871,
325,
91,
2872,
2873,
2874,
2875,
2298,
1528,
95,
31,
1263,
907,
1701,
98,
527
],
),
"arrow_cool_down": SymbolsMetadata(
popularity: 166,
codepoint: 0xf4b6,
categories: [15],
tags: [
77,
502,
1888,
840,
841,
2876,
844,
2877,
2878,
2392,
754,
81,
2879,
2880,
313,
2814,
2573,
2257,
11,
2881,
2882,
2883,
904,
51,
792,
87,
17,
18,
468,
325,
1167,
2884,
2885,
2886,
29,
2887,
31,
858,
2888,
1690,
36,
859,
860
],
),
"arrow_downward": SymbolsMetadata(
popularity: 11655,
codepoint: 0xe5db,
categories: [2],
tags: [
1672,
501,
77,
912,
2701,
902,
2889,
313,
2814,
520,
2890,
2891,
914,
1695,
1077,
903,
2839,
1697,
1344,
88,
506,
2892,
1749,
325,
905,
2893,
1167,
2894,
1539,
410,
2853,
2895,
2833,
95,
31,
526,
141,
1348,
333,
1186
],
),
"arrow_downward_alt": SymbolsMetadata(
popularity: 259,
codepoint: 0xe984,
categories: [2],
tags: [
77,
502,
2184,
2842,
2822,
450,
912,
628,
81,
2896,
313,
2814,
520,
2890,
2891,
914,
83,
51,
87,
506,
1749,
1624,
905,
355,
1167,
1539,
2853,
362,
2895,
95,
2897
],
),
"arrow_drop_down": SymbolsMetadata(
popularity: 33717,
codepoint: 0xe5c5,
categories: [2],
tags: [
1672,
501,
77,
2898,
2842,
2822,
912,
2701,
345,
313,
2814,
2899,
2891,
914,
2900,
2901,
83,
51,
1344,
88,
506,
237,
325,
70,
1167,
2902,
410,
362,
2903,
1339,
2833,
1955,
95,
1690,
2904,
141,
1348,
333,
1186
],
),
"arrow_drop_down_circle": SymbolsMetadata(
popularity: 2630,
codepoint: 0xe5c6,
categories: [2],
tags: [
1672,
501,
77,
504,
450,
193,
2905,
2906,
912,
2701,
345,
313,
2907,
2814,
2573,
2899,
2891,
914,
2908,
2901,
1344,
88,
506,
325,
70,
1167,
410,
362,
363,
2833,
141,
2198,
1348,
333,
1186
],
),
"arrow_drop_up": SymbolsMetadata(
popularity: 6450,
codepoint: 0xe5c7,
categories: [2],
tags: [
1672,
501,
77,
2842,
2909,
912,
2910,
2701,
345,
313,
2911,
2899,
2912,
2891,
914,
2901,
2913,
2914,
2915,
51,
1344,
2342,
2892,
325,
2916,
2894,
410,
2007,
2917,
2833,
2918,
2919,
413,
1690,
2920,
141,
2198,
1701,
98,
1348,
333,
1186
],
),
"arrow_forward": SymbolsMetadata(
popularity: 36183,
codepoint: 0xe5c8,
categories: [2],
tags: [
2921,
1672,
501,
77,
502,
504,
2701,
902,
345,
313,
1431,
914,
903,
2838,
137,
51,
1344,
1314,
406,
237,
1749,
1624,
325,
905,
2922,
2504,
1167,
1121,
759,
2923,
906,
2924,
410,
1339,
2833,
2925,
141,
1348,
333,
1186
],
rtlAutoMirrored: true,
),
"arrow_forward_ios": SymbolsMetadata(
popularity: 45976,
codepoint: 0xe5e1,
categories: [2],
tags: [
2921,
500,
1672,
501,
77,
2842,
2822,
2701,
43,
313,
914,
903,
2838,
548,
51,
1344,
2844,
1314,
88,
506,
262,
237,
1749,
1624,
325,
905,
1586,
1167,
1121,
906,
2926,
410,
2853,
2833,
2927,
1690,
141,
1348,
333,
1186
],
rtlAutoMirrored: true,
),
"arrow_insert": SymbolsMetadata(
popularity: 252,
codepoint: 0xf837,
categories: [2],
tags: [
745,
1672,
501,
2032,
77,
2701,
312,
313,
2814,
1106,
381,
51,
2928,
1111,
1327,
1344,
2195,
2324,
174,
1749,
1624,
325,
1535,
327,
328,
1167,
329,
2929,
410,
644,
2833,
1227,
2930,
141,
1348,
333,
1186
],
),
"arrow_left": SymbolsMetadata(
popularity: 3374,
codepoint: 0xe5de,
categories: [2],
tags: [
500,
1672,
501,
77,
2441,
2821,
1332,
2701,
2931,
313,
2932,
903,
2825,
51,
1344,
2195,
87,
814,
1749,
325,
905,
289,
328,
1167,
2828,
1124,
2831,
906,
410,
392,
1339,
2833,
1690,
141,
2836,
1348,
1630,
333,
1186
],
rtlAutoMirrored: true,
),
"arrow_left_alt": SymbolsMetadata(
popularity: 177,
codepoint: 0xef7d,
categories: [2],
tags: [
1591,
2933,
77,
502,
2441,
2934,
1332,
345,
313,
2271,
381,
2825,
2076,
51,
2195,
87,
2935,
325,
905,
2936,
1167,
2828,
1124,
2831,
392,
1472,
1339,
2489,
2834,
31,
2836,
2937
],
rtlAutoMirrored: true,
),
"arrow_menu_close": SymbolsMetadata(
popularity: 45,
codepoint: 0xf3d3,
categories: [2],
tags: [
748,
1672,
501,
77,
504,
2842,
2822,
1209,
912,
2701,
313,
1164,
1212,
137,
2938,
138,
467,
1344,
2195,
2939,
506,
814,
2940,
2941,
325,
2922,
289,
919,
2859,
906,
392,
2942,
1339,
2833,
1170,
31,
1690,
141,
2198,
1348,
333,
1186
],
rtlAutoMirrored: true,
),
"arrow_menu_open": SymbolsMetadata(
popularity: 51,
codepoint: 0xf3d2,
categories: [2],
tags: [
861,
1672,
501,
77,
504,
1209,
912,
2701,
345,
313,
8,
913,
914,
2938,
2915,
51,
1344,
2195,
1314,
506,
237,
2941,
325,
2922,
70,
919,
1167,
2894,
2943,
906,
2007,
1472,
2833,
2944,
141,
2945,
2946,
1348,
396,
333,
1186
],
rtlAutoMirrored: true,
),
"arrow_or_edge": SymbolsMetadata(
popularity: 54,
codepoint: 0xf5d6,
categories: [2],
tags: [
2148,
500,
77,
502,
1133,
2822,
912,
2812,
313,
2395,
2814,
606,
914,
2816,
2915,
51,
550,
87,
2939,
174,
1330,
1749,
325,
905,
2947,
1625,
328,
1167,
329,
2828,
2894,
1538,
644,
413,
1690
],
),
"arrow_outward": SymbolsMetadata(
popularity: 2781,
codepoint: 0xf8ce,
categories: [2],
tags: [
861,
1672,
501,
77,
502,
2701,
284,
2948,
2949,
313,
1212,
2950,
914,
1678,
2951,
903,
2952,
1344,
2953,
2954,
2955,
1314,
468,
1624,
325,
2956,
2957,
2922,
2958,
2959,
2960,
1167,
2961,
906,
410,
1528,
2895,
2833,
141,
1348,
2897,
333,
1186
],
rtlAutoMirrored: true,
),
"arrow_range": SymbolsMetadata(
popularity: 223,
codepoint: 0xf69b,
categories: [2],
tags: [
77,
502,
2441,
2962,
1133,
2963,
9,
2964,
2965,
2125,
2815,
2966,
2881,
2967,
699,
51,
2195,
2968,
550,
1141,
87,
226,
17,
2969,
2859,
1148,
2970,
2971,
906,
391,
2817,
2972,
2128
],
),
"arrow_right": SymbolsMetadata(
popularity: 9151,
codepoint: 0xe5df,
categories: [2],
tags: [
2921,
500,
1672,
501,
77,
504,
2842,
2822,
2701,
2973,
2974,
313,
1106,
1212,
903,
2838,
548,
51,
1344,
87,
1314,
1749,
325,
905,
1625,
328,
1167,
1121,
759,
1124,
906,
410,
1128,
2833,
1690,
141,
1348,
1630,
333,
1186
],
rtlAutoMirrored: true,
),
"arrow_right_alt": SymbolsMetadata(
popularity: 18868,
codepoint: 0xe941,
categories: [2],
tags: [
861,
2386,
77,
2975,
502,
504,
2898,
2842,
2822,
902,
145,
313,
2976,
1106,
914,
2977,
903,
381,
2838,
1524,
51,
2978,
87,
1314,
1749,
325,
905,
1167,
2859,
1121,
2979,
906,
2818,
31
],
rtlAutoMirrored: true,
),
"arrow_selector_tool": SymbolsMetadata(
popularity: 765,
codepoint: 0xf82f,
categories: [6],
tags: [
748,
1738,
500,
77,
502,
450,
1784,
345,
1787,
485,
313,
2153,
1164,
137,
2839,
2195,
87,
2980,
2981,
1749,
468,
325,
355,
2982,
328,
1167,
2859,
906,
362,
363,
2903,
392,
31,
511,
1690,
1701
],
),
"arrow_split": SymbolsMetadata(
popularity: 528,
codepoint: 0xe985,
categories: [2],
tags: [
77,
502,
2983,
2984,
684,
284,
2985,
375,
313,
2180,
2986,
2262,
2814,
1077,
2987,
903,
1080,
1029,
2455,
267,
70,
92,
1625,
2988,
1090,
906,
1538,
706,
94,
2401,
2927,
955,
1093,
1517,
1701,
2989
],
rtlAutoMirrored: true,
),
"arrow_top_left": SymbolsMetadata(
popularity: 46,
codepoint: 0xf72e,
categories: [2],
tags: [
500,
77,
502,
2441,
1332,
2812,
2948,
1694,
313,
2838,
51,
2865,
87,
814,
1749,
2935,
2870,
325,
2990,
328,
2859,
2828,
2991,
1124,
1339,
31,
2992,
900,
473,
2836,
1701,
2993
],
),
"arrow_top_right": SymbolsMetadata(
popularity: 42,
codepoint: 0xf72d,
categories: [2],
tags: [
77,
502,
1332,
2948,
313,
2976,
2338,
914,
2994,
2977,
2952,
51,
2865,
2995,
87,
1314,
468,
325,
2990,
2996,
328,
1167,
2961,
179,
1339,
1170,
31,
2997,
473,
1701
],
),
"arrow_upload_progress": SymbolsMetadata(
popularity: 121,
codepoint: 0xf3f4,
categories: [2],
tags: [
77,
1423,
193,
1675,
2998,
1310,
284,
2392,
754,
81,
615,
1430,
147,
2999,
51,
1697,
259,
87,
2939,
756,
3000,
267,
523,
2589,
759,
3001,
3002,
3003,
291,
3004,
526,
3005,
1701,
527,
3006,
3007
],
),
"arrow_upload_ready": SymbolsMetadata(
popularity: 81,
codepoint: 0xf3f5,
categories: [2],
tags: [
77,
1423,
193,
2998,
463,
2392,
754,
81,
615,
1430,
3008,
1695,
2999,
2665,
1697,
259,
87,
1749,
267,
2589,
2916,
1352,
3009,
759,
1353,
3010,
2298,
2720,
1528,
291,
526,
1690,
1701,
527,
3011,
3006,
3007
],
),
"arrow_upward": SymbolsMetadata(
popularity: 15138,
codepoint: 0xe5d8,
categories: [2],
tags: [
1631,
1672,
501,
77,
3012,
2701,
313,
3013,
914,
1695,
3014,
1326,
235,
51,
1344,
1749,
468,
1624,
325,
1167,
2269,
1124,
410,
2853,
2875,
2298,
1528,
2833,
95,
96,
3015,
3016,
1263,
141,
1701,
527,
3017,
1348,
333,
1186
],
),
"arrow_upward_alt": SymbolsMetadata(
popularity: 308,
codepoint: 0xe986,
categories: [2],
tags: [
1631,
3018,
77,
502,
313,
2418,
903,
234,
3019,
235,
51,
87,
323,
1749,
2870,
1624,
905,
328,
1167,
329,
759,
2420,
2853,
2875,
2298,
1263,
3020,
1690,
1701,
527,
3017
],
),
"arrow_warm_up": SymbolsMetadata(
popularity: 207,
codepoint: 0xf4b5,
categories: [15],
tags: [
3021,
2508,
77,
502,
78,
3022,
2392,
754,
1104,
313,
3013,
11,
2881,
2882,
903,
234,
3023,
3024,
3025,
3026,
235,
51,
3027,
2870,
325,
648,
1167,
242,
759,
3028,
2420,
2886,
29,
275,
30,
858,
3029,
1701,
98,
3017,
3030,
3031
],
),
"arrows_input": SymbolsMetadata(
popularity: 150,
codepoint: 0xf394,
categories: [2],
tags: [
77,
3032,
502,
308,
81,
615,
312,
313,
2573,
520,
3033,
1106,
2999,
1594,
3034,
3035,
68,
3036,
3037,
1111,
3038,
3039,
323,
1534,
1934,
1749,
327,
1167,
2296,
3040,
1226,
526,
1690,
527,
2335
],
),
"arrows_more_down": SymbolsMetadata(
popularity: 169,
codepoint: 0xf8ab,
categories: [10],
tags: [
3041,
500,
77,
502,
2822,
840,
912,
628,
902,
345,
145,
313,
2932,
3042,
2814,
914,
1140,
51,
1950,
88,
506,
237,
2455,
325,
1143,
905,
70,
1167,
2894,
2007,
2069,
1690,
141,
1701
],
),
"arrows_more_up": SymbolsMetadata(
popularity: 380,
codepoint: 0xf8ac,
categories: [10],
tags: [
500,
77,
502,
504,
2842,
2822,
840,
912,
3043,
345,
145,
313,
914,
2339,
2915,
1140,
51,
68,
1950,
88,
506,
237,
1749,
1624,
1143,
328,
3044,
2895,
3045,
3046,
2069,
1690,
1701
],
),
"arrows_output": SymbolsMetadata(
popularity: 164,
codepoint: 0xf393,
categories: [2],
tags: [
77,
502,
308,
345,
312,
313,
1164,
2824,
1212,
1695,
1678,
903,
2838,
137,
138,
51,
1344,
323,
1534,
1934,
1749,
468,
325,
2343,
1732,
3047,
327,
328,
1121,
906,
2298,
1528,
898,
1226,
31,
1093,
526,
141,
2335
],
),
"arrows_outward": SymbolsMetadata(
popularity: 96,
codepoint: 0xf72c,
categories: [2],
tags: [
1131,
77,
502,
633,
2337,
3048,
377,
8,
3042,
2338,
914,
1335,
3049,
1696,
1326,
2195,
2342,
2922,
2343,
2960,
1427,
2220,
906,
391,
410,
2263,
3050,
396,
1187,
2335,
3051
],
),
"art_track": SymbolsMetadata(
popularity: 410,
codepoint: 0xe060,
categories: [0],
tags: [
1342,
3052,
1592,
2133,
1268,
1197,
2139,
145,
8,
1343,
49,
68,
1376,
1345,
1470,
88,
406,
148,
1706,
57,
59,
62,
408,
432,
410,
3053,
1293,
433,
2146,
3054,
396,
2517
],
),
"article": SymbolsMetadata(
popularity: 9491,
codepoint: 0xef42,
categories: [12],
tags: [
1673,
2440,
1675,
628,
2442,
1325,
81,
1580,
1430,
1677,
2153,
147,
1680,
488,
68,
3055,
1345,
1583,
887,
1480,
289,
1586,
1587,
453,
1428,
1539,
1588,
1689,
33,
396,
1485
],
rtlAutoMirrored: true,
),
"article_person": SymbolsMetadata(
popularity: 172,
codepoint: 0xf368,
categories: [12],
tags: [
3056,
565,
2440,
3057,
566,
3058,
628,
81,
1580,
1430,
577,
225,
147,
3059,
581,
978,
979,
68,
2456,
1480,
1586,
1587,
588,
589,
920,
590,
3060,
3061,
888,
33,
601,
3062,
1485
],
),
"article_shortcut": SymbolsMetadata(
popularity: 133,
codepoint: 0xf587,
categories: [12],
tags: [
77,
2440,
3063,
1693,
628,
313,
1580,
1430,
2814,
3064,
147,
903,
68,
2995,
1470,
1314,
3065,
1583,
325,
2456,
3066,
1480,
1586,
1587,
3067,
2331,
3068,
2709,
2885,
179,
1428,
906,
1539,
1128,
3069,
433,
3070,
33,
1485
],
),
"artist": SymbolsMetadata(
popularity: 118,
codepoint: 0xe01a,
categories: [0],
tags: [
565,
1592,
2133,
3071,
2134,
3072,
3073,
1593,
2277,
485,
3074,
378,
577,
137,
581,
138,
384,
49,
406,
1706,
3075,
3076,
1480,
3077,
3078,
3079,
3080,
588,
589,
62,
1709,
590,
390,
3053,
31,
511,
601,
1409
],
),
"aspect_ratio": SymbolsMetadata(
popularity: 1774,
codepoint: 0xe85b,
categories: [1],
tags: [
1738,
3081,
633,
1813,
3082,
2392,
754,
377,
8,
1252,
2338,
914,
2218,
370,
1696,
383,
49,
385,
406,
1641,
507,
3083,
3084,
3085,
432,
2220,
391,
410,
71,
298,
433,
512,
37,
3086,
397
],
),
"assignment": SymbolsMetadata(
popularity: 7686,
codepoint: 0xe85d,
categories: [12],
tags: [
1659,
1661,
3087,
1906,
3088,
3089,
3090,
1580,
1430,
3091,
3092,
147,
488,
3093,
3094,
88,
1667,
1583,
1480,
92,
1586,
1587,
2785,
1516,
1428,
2737,
1588,
3095,
1517,
33,
3096,
1518,
1485
],
rtlAutoMirrored: true,
),
"assignment_add": SymbolsMetadata(
popularity: 297,
codepoint: 0xf848,
categories: [12],
tags: [
231,
745,
3097,
3098,
1511,
2438,
1661,
3087,
3088,
2442,
1325,
1580,
1430,
3092,
1431,
3099,
147,
488,
1350,
3093,
86,
3100,
88,
887,
1480,
1587,
2785,
239,
1516,
3101,
1428,
2737,
1588,
31,
1517,
33,
1485
],
),
"assignment_ind": SymbolsMetadata(
popularity: 3180,
codepoint: 0xe85e,
categories: [12],
tags: [
565,
2659,
1661,
281,
930,
3088,
81,
145,
1580,
1430,
2618,
577,
147,
488,
137,
138,
3102,
2003,
3103,
979,
68,
1030,
1587,
588,
589,
590,
453,
985,
392,
1588,
31,
907,
601
],
),
"assignment_late": SymbolsMetadata(
popularity: 1185,
codepoint: 0xe85f,
categories: [12],
tags: [
3104,
1360,
1661,
3105,
1361,
2072,
691,
3088,
1159,
1365,
2074,
2116,
1580,
1430,
3106,
3092,
2714,
1366,
3093,
1367,
3107,
3108,
1166,
616,
3109,
1587,
2589,
1370,
1168,
2737,
31,
1517,
1318,
1171,
3110,
2435,
206
],
),
"assignment_return": SymbolsMetadata(
popularity: 1021,
codepoint: 0xe860,
categories: [12],
tags: [
2660,
77,
1661,
2441,
3087,
1664,
3088,
1665,
3111,
81,
3112,
1580,
1430,
3113,
1666,
1252,
3114,
147,
3115,
3116,
2195,
88,
1391,
1587,
3117,
1428,
3118,
3119,
1124,
2450,
2737,
3120,
2925,
245,
1517,
1669,
1518
],
rtlAutoMirrored: true,
),
"assignment_returned": SymbolsMetadata(
popularity: 493,
codepoint: 0xe861,
categories: [12],
tags: [
77,
1661,
3121,
569,
3122,
3088,
463,
2442,
1580,
1430,
2814,
680,
3092,
3123,
147,
488,
3124,
788,
1583,
1480,
1391,
1586,
1587,
2621,
1428,
3125,
3126,
2737,
1588,
3095,
33,
1518,
1485
],
),
"assignment_turned_in": SymbolsMetadata(
popularity: 3150,
codepoint: 0xe862,
categories: [12],
tags: [
2655,
1660,
2679,
1661,
482,
1662,
3087,
1664,
3088,
463,
1665,
1580,
1430,
2617,
1666,
147,
2665,
3035,
87,
1470,
1166,
1668,
1587,
759,
1516,
432,
1428,
362,
433,
3095,
1517,
1669,
3127,
473,
3128,
2334,
2676,
1576,
1518,
1671
],
),
"assist_walker": SymbolsMetadata(
popularity: 340,
codepoint: 0xf8d5,
categories: [5],
tags: [
862,
863,
864,
3129,
865,
3130,
3131,
690,
3132,
867,
3133,
225,
870,
892,
871,
581,
3134,
3135,
894,
875,
468,
3136,
289,
589,
3137,
3138,
3139,
3140,
888,
3141,
880,
3142,
3143,
3144,
3145
],
rtlAutoMirrored: true,
),
"assistant_device": SymbolsMetadata(
popularity: 30,
codepoint: 0xe987,
categories: [11],
tags: [
3146,
3147,
1858,
3148,
1267,
1268,
2123,
193,
283,
254,
288,
1745,
2532,
1877,
3149,
2533,
1683,
1110,
1140,
3150,
1499,
3151,
1612,
259,
647,
1143,
267,
392,
1292,
1896,
1897,
3152,
1293,
1294,
31,
65,
3153,
278
],
),
"assistant_direction": SymbolsMetadata(
popularity: 1659,
codepoint: 0xe988,
categories: [2],
tags: [
3154,
3155,
77,
1267,
312,
313,
321,
2816,
3156,
1623,
3157,
3158,
323,
324,
1534,
1624,
325,
3159,
1625,
326,
327,
1167,
906,
1626,
1538,
898,
3160,
1226,
1627,
3161,
3162,
332,
473,
3163,
3164
],
rtlAutoMirrored: true,
),
"assistant_navigation": SymbolsMetadata(
popularity: 2666,
codepoint: 0xe989,
categories: [2],
tags: [
3147,
77,
3148,
1267,
3165,
3166,
312,
313,
3167,
1542,
316,
317,
3168,
2816,
871,
1281,
1623,
2324,
323,
324,
1534,
174,
325,
1625,
326,
1535,
327,
1167,
1538,
1226,
2818,
880,
332,
1701,
3169
],
),
"assistant_on_hub": SymbolsMetadata(
popularity: 79,
codepoint: 0xf6c1,
categories: [10],
tags: [
3146,
861,
749,
3147,
3148,
1267,
3170,
2123,
1074,
284,
345,
1704,
288,
2604,
44,
8,
2532,
1055,
1683,
1110,
1140,
3171,
1499,
3151,
259,
1314,
3172,
1029,
630,
1143,
267,
3173,
523,
3174,
410,
1292,
3175,
1897,
65,
278
],
),
"assured_workload": SymbolsMetadata(
popularity: 2371,
codepoint: 0xeb6f,
categories: [13],
tags: [
565,
2508,
2679,
1661,
3176,
3177,
3178,
1757,
925,
926,
928,
929,
930,
931,
3179,
1662,
3180,
932,
934,
3181,
1760,
2683,
936,
937,
938,
3091,
940,
941,
944,
3182,
3183,
3184,
1515,
948,
523,
1119,
950,
951,
3185,
1574,
3186,
3187,
3188,
705,
1773,
3189,
1036,
3190,
1575,
1517,
1669,
3191,
2676,
1576,
1518,
3192
],
),
"asterisk": SymbolsMetadata(
popularity: 142,
codepoint: 0xf525,
categories: [12],
tags: [
480,
1474,
839,
5,
572,
3193,
3194,
3195,
12,
3196,
381,
1367,
1470,
3197,
1166,
793,
3198,
1480,
820,
851,
3199,
3200,
179,
3201,
3202,
392,
854,
3203,
857,
31,
33,
35,
3204
],
),
"atm": SymbolsMetadata(
popularity: 523,
codepoint: 0xe573,
categories: [9],
tags: [
4,
3205,
3206,
3207,
927,
928,
929,
930,
1648,
931,
3208,
5,
932,
934,
936,
937,
3209,
938,
941,
942,
3210,
12,
3211,
16,
323,
1729,
324,
948,
3212,
325,
22,
523,
950,
951,
1392,
2045,
432,
410,
652,
1395,
3213,
955,
31,
3214,
33,
956,
35,
3215
],
),
"atr": SymbolsMetadata(
popularity: 1073,
codepoint: 0xebc7,
categories: [9],
tags: [
2147,
2203,
3216,
3217,
2166,
3218,
3219,
3220,
1101,
571,
1430,
2205,
1745,
1105,
2153,
2154,
579,
699,
2194,
3221,
2231,
385,
3222,
3223,
3224,
2172,
823,
597,
33,
2161,
2174,
2254,
3225,
338,
2201,
1518
],
),
"attach_email": SymbolsMetadata(
popularity: 1144,
codepoint: 0xea5e,
categories: [7],
tags: [
745,
3226,
3227,
1323,
3228,
3229,
2470,
1523,
283,
1578,
3230,
3231,
1073,
2283,
1430,
2286,
3232,
147,
3233,
3234,
15,
16,
1314,
3235,
2291,
583,
1391,
1587,
3236,
3237,
2298,
1154
],
),
"attach_file": SymbolsMetadata(
popularity: 7915,
codepoint: 0xe226,
categories: [12],
tags: [
745,
1321,
1323,
2470,
3238,
1522,
450,
1523,
283,
1073,
2283,
81,
1430,
2286,
3239,
147,
1111,
1327,
1314,
2291,
406,
583,
1391,
1587,
3237,
453,
1428,
1773,
362,
2298,
1528,
527
],
),
"attach_file_add": SymbolsMetadata(
popularity: 73,
codepoint: 0xf841,
categories: [12],
tags: [
231,
745,
3226,
3240,
3227,
1519,
1323,
3241,
3242,
3243,
2470,
1523,
1073,
1325,
3244,
147,
1328,
1314,
3245,
3235,
2291,
406,
887,
3246,
3247,
3248,
3237,
239,
3249,
2298,
1528,
527,
3250,
3251,
3252,
3253,
3254
],
),
"attach_file_off": SymbolsMetadata(
popularity: 19,
codepoint: 0xf4d9,
categories: [12],
tags: [
745,
1323,
3255,
2470,
3256,
481,
3257,
3258,
3259,
1523,
3260,
1300,
868,
3261,
2713,
3262,
3263,
1055,
147,
3264,
3265,
3266,
1314,
3267,
3268,
2291,
406,
3269,
3270,
1059,
1060,
1061,
3237,
2613,
3271,
1067,
3272,
3273
],
),
"attach_money": SymbolsMetadata(
popularity: 14662,
codepoint: 0xe227,
categories: [9],
tags: [
3274,
223,
1323,
927,
928,
569,
1647,
930,
931,
193,
932,
934,
1073,
1417,
936,
937,
3275,
938,
964,
3276,
941,
942,
967,
968,
946,
1314,
3277,
948,
1061,
523,
950,
951,
1421,
3278,
1654,
970,
3279,
1395,
31,
956,
36,
958
],
),
"attachment": SymbolsMetadata(
popularity: 3144,
codepoint: 0xe2bc,
categories: [12],
tags: [
3227,
1323,
2470,
1523,
283,
1578,
1073,
3280,
1430,
2443,
3281,
2286,
147,
49,
3282,
3283,
1314,
1391,
3284,
3237,
3285,
3286,
2298,
1528,
3287,
3252,
3253
],
),
"attractions": SymbolsMetadata(
popularity: 897,
codepoint: 0xea52,
categories: [16],
tags: [
3288,
2508,
3289,
3290,
3291,
193,
312,
781,
10,
3292,
3293,
3294,
381,
1957,
3295,
1958,
1470,
1534,
3296,
327,
2553,
3297,
3298,
3299,
1540,
3300,
3301,
3302,
332,
1920,
1960,
396,
3303
],
),
"attribution": SymbolsMetadata(
popularity: 800,
codepoint: 0xefdb,
categories: [7],
tags: [
565,
3304,
3305,
3057,
690,
3306,
193,
574,
628,
3307,
3308,
3309,
936,
581,
138,
3310,
52,
2446,
16,
3311,
3312,
174,
406,
3313,
588,
2670,
589,
590,
3314,
2029,
737,
2673,
31,
33,
3315,
601,
37,
3316
],
),
"audio_description": SymbolsMetadata(
popularity: 42,
codepoint: 0xf58c,
categories: [0],
tags: [
862,
1738,
4,
1268,
3317,
3318,
517,
3319,
5,
3320,
345,
3321,
867,
2063,
216,
12,
3322,
16,
792,
1470,
406,
354,
3323,
3324,
355,
410,
3325,
71,
1293,
3326,
3327,
1294,
31,
33,
2030,
35,
37,
3328,
3329,
554,
1854
],
),
"audio_file": SymbolsMetadata(
popularity: 757,
codepoint: 0xeb82,
categories: [0],
tags: [
745,
1268,
517,
373,
345,
1325,
81,
44,
1580,
1430,
520,
2063,
147,
370,
1078,
1112,
1470,
406,
1706,
1480,
409,
390,
1293,
65,
97,
2146,
35,
527,
3330,
554,
1854,
3331
],
),
"audio_video_receiver": SymbolsMetadata(
popularity: 21,
codepoint: 0xf5d3,
categories: [11],
tags: [
2453,
3332,
1268,
3333,
461,
3334,
482,
3335,
284,
1743,
288,
3336,
1877,
3337,
46,
3338,
3339,
3340,
406,
3341,
1706,
3342,
3343,
2457,
3344,
1293,
3345,
3346,
65,
412,
3347,
2030,
37,
3348
],
),
"auto_awesome_mosaic": SymbolsMetadata(
popularity: 789,
codepoint: 0xe660,
categories: [1],
tags: [
1738,
1342,
76,
1592,
2423,
3349,
3350,
2261,
3351,
1197,
1325,
485,
8,
1252,
680,
3352,
715,
370,
1343,
382,
579,
49,
385,
3353,
2455,
92,
3354,
57,
3355,
1427,
3356,
2459,
2710,
955,
3357,
396
],
),
"auto_awesome_motion": SymbolsMetadata(
popularity: 937,
codepoint: 0xe661,
categories: [1],
tags: [
3358,
1738,
3359,
341,
2423,
3349,
2123,
3350,
3351,
1325,
1274,
1252,
680,
487,
3352,
3360,
346,
3361,
437,
1350,
3362,
49,
3026,
3363,
3364,
353,
468,
57,
1090,
63,
94,
1292,
3365,
3366,
2463,
37
],
),
"auto_delete": SymbolsMetadata(
popularity: 1163,
codepoint: 0xea4c,
categories: [6],
tags: [
1673,
2423,
3367,
3349,
2791,
3368,
3369,
780,
1159,
685,
628,
345,
81,
1160,
1210,
3370,
1430,
3371,
147,
3372,
1029,
583,
3373,
1224,
1168,
71,
1171,
1172,
511,
3374,
3375
],
),
"auto_read_pause": SymbolsMetadata(
popularity: 295,
codepoint: 0xf219,
categories: [7],
tags: [
77,
2440,
1268,
3376,
2423,
3377,
2115,
568,
570,
572,
573,
628,
345,
2116,
1430,
903,
3378,
1301,
406,
352,
583,
1223,
2117,
3379,
408,
3380,
3381,
2885,
1699,
1293,
594,
1226,
31,
33,
3382,
1690,
2930,
1298
],
),
"auto_read_play": SymbolsMetadata(
popularity: 451,
codepoint: 0xf216,
categories: [7],
tags: [
862,
1268,
3383,
2423,
3349,
568,
570,
572,
573,
3384,
345,
1470,
1301,
3385,
406,
583,
1706,
3324,
2504,
3379,
408,
3380,
3381,
1293,
3386,
594,
3387,
2128,
3382,
1690,
3388,
1298,
554,
3331
],
),
"auto_stories": SymbolsMetadata(
popularity: 5054,
codepoint: 0xe666,
categories: [1],
tags: [
1673,
2454,
2423,
3389,
3390,
3391,
3392,
1197,
628,
3092,
1726,
3393,
68,
3055,
3094,
1345,
3394,
3065,
3324,
3395,
2456,
3396,
3397,
3067,
3380,
2885,
2145,
2462,
3398,
454,
3399,
3400
],
),
"auto_towing": SymbolsMetadata(
popularity: 48,
codepoint: 0xe71e,
categories: [14],
tags: [
3401,
865,
2423,
1809,
2712,
1811,
1812,
1522,
2036,
313,
2038,
2425,
3402,
871,
2479,
3027,
3403,
1534,
885,
3404,
1686,
2431,
1626,
3405,
652,
880,
3406,
3407,
3408,
900,
1629,
332,
1834,
1835
],
),
"auto_transmission": SymbolsMetadata(
popularity: 72,
codepoint: 0xf53f,
categories: [14],
tags: [
2423,
3349,
3409,
1809,
3410,
1811,
3411,
345,
1425,
1677,
2038,
903,
1776,
3412,
3413,
51,
3414,
642,
815,
3415,
3296,
2831,
151,
3416,
3417,
31,
1093,
65,
2058,
1629,
1835
],
),
"autofps_select": SymbolsMetadata(
popularity: 155,
codepoint: 0xefdc,
categories: [1],
tags: [
3418,
1738,
4,
341,
2423,
3349,
5,
373,
519,
345,
2931,
81,
44,
8,
12,
347,
348,
349,
350,
351,
1078,
51,
68,
16,
87,
226,
18,
353,
3419,
356,
648,
63,
359,
360,
361,
362,
71,
682,
275,
746,
31,
65,
33,
35,
37
],
),
"automation": SymbolsMetadata(
popularity: 908,
codepoint: 0xf421,
categories: [12],
tags: [
480,
3147,
3148,
2423,
2123,
3420,
1101,
685,
1073,
284,
345,
3421,
375,
1105,
1077,
904,
1078,
2466,
1470,
1084,
3422,
3423,
3363,
1029,
1085,
267,
3424,
1088,
1090,
3425,
3426,
955,
1093,
65,
2989,
1154
],
),
"autopause": SymbolsMetadata(
popularity: 61,
codepoint: 0xf6b6,
categories: [0],
tags: [
460,
77,
1268,
3349,
3427,
2123,
3428,
3429,
504,
685,
345,
1744,
2392,
754,
2116,
216,
1108,
2466,
1612,
3039,
756,
352,
686,
642,
1706,
70,
1223,
408,
3430,
921,
760,
2449,
470,
71,
1292,
1293,
291,
1226,
411,
764,
2129,
413,
37
],
),
"autoplay": SymbolsMetadata(
popularity: 102,
codepoint: 0xf6b5,
categories: [0],
tags: [
3431,
460,
77,
1268,
3349,
3432,
193,
3433,
2856,
284,
752,
345,
1744,
2392,
754,
781,
1314,
3039,
756,
757,
406,
407,
439,
1706,
905,
2504,
408,
1709,
758,
760,
2449,
3434,
470,
94,
71,
1293,
454,
411,
764,
37
],
),
"autorenew": SymbolsMetadata(
popularity: 13111,
codepoint: 0xe863,
categories: [2],
tags: [
748,
460,
77,
502,
3435,
3436,
3437,
193,
462,
2856,
628,
752,
3438,
753,
81,
313,
2303,
3439,
3039,
3440,
757,
406,
325,
408,
1090,
3441,
760,
3442,
3443,
761,
2449,
3434,
3444,
3445,
3446,
470,
765,
473,
2451
],
),
"autostop": SymbolsMetadata(
popularity: 31,
codepoint: 0xf682,
categories: [0],
tags: [
748,
501,
460,
77,
1268,
3349,
3447,
504,
3448,
1103,
345,
1744,
2392,
754,
2125,
3449,
3450,
1108,
904,
3378,
3451,
3452,
3039,
756,
407,
686,
1706,
1223,
408,
409,
1122,
453,
440,
760,
2449,
470,
1293,
433,
1226,
764,
3453,
3454,
2198,
37
],
),
"av1": SymbolsMetadata(
popularity: 20,
codepoint: 0xf4b0,
categories: [0],
tags: [
72,
565,
1041,
4,
3455,
461,
566,
3456,
974,
504,
5,
193,
3457,
104,
8,
3458,
225,
12,
977,
1004,
3459,
581,
138,
16,
980,
406,
354,
3341,
267,
178,
589,
590,
3460,
985,
28,
330,
410,
986,
888,
243,
31,
33,
2030,
35,
3461,
601,
1049
],
),
"av_timer": SymbolsMetadata(
popularity: 1401,
codepoint: 0xe01b,
categories: [0],
tags: [
1360,
461,
3462,
462,
1159,
6,
2073,
2074,
2089,
10,
3463,
3464,
3465,
17,
3466,
3467,
616,
289,
648,
27,
1370,
1168,
360,
361,
275,
3468,
2809,
1171,
3469,
1172,
2810,
2146,
2078
],
),
"avc": SymbolsMetadata(
popularity: 16,
codepoint: 0xf4af,
categories: [0],
tags: [
1738,
2210,
3470,
4,
1268,
3471,
5,
3457,
345,
3472,
104,
8,
2063,
12,
1279,
3459,
16,
792,
1301,
3473,
406,
3474,
3475,
354,
3341,
1706,
1302,
409,
921,
28,
391,
410,
71,
3476,
1293,
1294,
31,
33,
413,
2030,
35,
907,
3477,
37,
554,
3478
],
),
"avg_pace": SymbolsMetadata(
popularity: 178,
codepoint: 0xf6bb,
categories: [15],
tags: [
1422,
1071,
3479,
373,
1159,
2931,
2392,
754,
81,
2879,
375,
3480,
2882,
1078,
235,
87,
3481,
17,
1086,
468,
1732,
3482,
648,
3286,
759,
359,
1428,
2332,
275,
746,
2809,
1171,
1172,
1095,
1429,
3483,
514
],
),
"avg_time": SymbolsMetadata(
popularity: 188,
codepoint: 0xf813,
categories: [15],
tags: [
1071,
2464,
3479,
3484,
1159,
2073,
81,
2089,
3480,
3485,
3486,
2882,
697,
3487,
3464,
226,
17,
1086,
630,
648,
3488,
3489,
1090,
3286,
3490,
3491,
3492,
1168,
746,
2809,
1171,
1172,
2810,
766,
3493
],
),
"award_star": SymbolsMetadata(
popularity: 505,
codepoint: 0xf612,
categories: [6],
tags: [
3,
3494,
281,
3495,
1693,
6,
3496,
3497,
3498,
3499,
3500,
3501,
3195,
379,
381,
1166,
3502,
328,
3503,
63,
203,
1289,
3504,
3505,
3506,
3507,
392,
1339,
2489,
857,
245,
1263,
3508,
3509,
3510
],
),
"azm": SymbolsMetadata(
popularity: 113,
codepoint: 0xf6ec,
categories: [15],
tags: [
749,
3511,
2508,
3512,
3513,
3514,
3515,
3516,
750,
751,
193,
284,
81,
11,
3517,
2881,
2882,
904,
3107,
51,
87,
756,
3467,
267,
3518,
758,
759,
2515,
3519,
763,
3520,
291,
3521,
766,
3522,
1155
],
),
"baby_changing_station": SymbolsMetadata(
popularity: 646,
codepoint: 0xf19b,
categories: [5],
tags: [
862,
3523,
3524,
3525,
1860,
690,
3132,
3526,
3527,
993,
997,
3528,
890,
1026,
3529,
697,
581,
3530,
3531,
1028,
3532,
323,
894,
3533,
3534,
3535,
3536,
1032,
3537,
3538,
588,
589,
876,
327,
3539,
3540,
3541,
878,
898,
3542,
31,
3543,
3544,
3545,
3546,
1023
],
),
"back_hand": SymbolsMetadata(
popularity: 2149,
codepoint: 0xe764,
categories: [8],
tags: [
3547,
3548,
2441,
3549,
3550,
3551,
2689,
667,
3552,
2690,
2692,
3553,
581,
3554,
3555,
3556,
3557,
2922,
3558,
3559,
3560,
589,
3561,
3562,
3563,
1226,
3564,
3565,
1854
],
),
"back_to_tab": SymbolsMetadata(
popularity: 42,
codepoint: 0xf72b,
categories: [2],
tags: [
77,
2441,
1332,
313,
3167,
348,
2825,
977,
2076,
51,
2195,
3566,
87,
3567,
468,
1624,
328,
1167,
2828,
3568,
3569,
1124,
2831,
1339,
3570,
2834,
473,
2836,
1701,
1187
],
),
"background_dot_large": SymbolsMetadata(
popularity: 20,
codepoint: 0xf79e,
categories: [1],
tags: [
480,
3516,
1332,
193,
462,
375,
1745,
1105,
1164,
225,
3571,
3572,
137,
3573,
382,
384,
51,
3574,
3575,
385,
174,
492,
821,
328,
330,
1035,
392,
3576,
3577,
823,
433,
31
],
),
"background_dot_small": SymbolsMetadata(
popularity: 24,
codepoint: 0xf514,
categories: [1],
tags: [
480,
1157,
3516,
1332,
193,
1745,
1105,
1164,
137,
382,
1139,
51,
385,
174,
814,
3578,
1535,
821,
328,
330,
392,
1339,
1955,
2489,
823,
1540,
433,
3045,
3579,
3580
],
),
"background_grid_small": SymbolsMetadata(
popularity: 39,
codepoint: 0xf79d,
categories: [1],
tags: [
631,
3581,
1466,
3516,
3582,
3583,
373,
3584,
485,
8,
3585,
378,
680,
904,
1078,
382,
3586,
385,
87,
1470,
17,
70,
586,
3354,
3489,
71,
3587,
823,
709,
2710,
955,
3588,
3589,
396
],
),
"background_replace": SymbolsMetadata(
popularity: 1370,
codepoint: 0xf20a,
categories: [6],
tags: [
3590,
3591,
3516,
3592,
40,
3593,
3594,
2242,
3595,
2948,
3074,
157,
3596,
83,
3597,
581,
3598,
3599,
3600,
1082,
1470,
3601,
2747,
3354,
588,
589,
3602,
3603,
3604,
3605,
3606,
3607,
3608,
3609,
3610,
3611,
3612,
3588,
601,
3613,
37,
3614,
3615,
3616,
3617,
3618
],
),
"backlight_high": SymbolsMetadata(
popularity: 25,
codepoint: 0xf7ed,
categories: [4],
tags: [
2210,
3619,
3620,
3621,
3622,
345,
288,
8,
3623,
3624,
3625,
1110,
3459,
3626,
2865,
1113,
792,
3627,
3628,
630,
328,
3629,
410,
151,
71,
3365,
857,
1598,
3630,
65,
474,
3631
],
),
"backlight_high_off": SymbolsMetadata(
popularity: 14,
codepoint: 0xf4ef,
categories: [4],
tags: [
2210,
3619,
3620,
3621,
3622,
345,
288,
3632,
868,
8,
1877,
1055,
3633,
1222,
1113,
3627,
630,
1059,
1060,
1061,
410,
71,
1067,
65,
1068,
3631,
476
],
),
"backlight_low": SymbolsMetadata(
popularity: 18,
codepoint: 0xf7ec,
categories: [4],
tags: [
2210,
3619,
3620,
3622,
345,
288,
3634,
3635,
8,
3636,
137,
3637,
138,
3638,
1113,
792,
3627,
1952,
814,
262,
3639,
410,
71,
1598,
31,
65,
141,
1348
],
),
"backpack": SymbolsMetadata(
popularity: 989,
codepoint: 0xf19c,
categories: [15],
tags: [
3640,
2441,
3641,
3642,
3390,
3643,
3644,
3645,
3646,
3647,
3648,
3092,
1776,
3649,
3650,
1623,
3651,
2042,
3652,
3653,
3654,
3655,
2737,
1689,
3656,
332,
3657,
1920,
1960
],
),
"backspace": SymbolsMetadata(
popularity: 9123,
codepoint: 0xe14a,
categories: [2],
tags: [
77,
2441,
3658,
482,
504,
1208,
5,
780,
519,
345,
2321,
1210,
1252,
680,
1431,
3371,
488,
1111,
3659,
1113,
2195,
325,
2936,
2457,
1224,
31,
33,
1690,
3660,
141,
2836,
1348
],
rtlAutoMirrored: true,
),
"backup": SymbolsMetadata(
popularity: 2106,
codepoint: 0xe864,
categories: [6],
tags: [
1673,
77,
1674,
1675,
1310,
1724,
81,
1467,
44,
1430,
520,
1677,
3661,
147,
3662,
1680,
2076,
259,
1029,
267,
1574,
1686,
3663,
1539,
1036,
2720,
1689,
765,
1093,
65,
526,
1701,
527
],
),
"backup_table": SymbolsMetadata(
popularity: 836,
codepoint: 0xef43,
categories: [6],
tags: [
1673,
1674,
1675,
933,
1724,
81,
1467,
1430,
1677,
3661,
147,
3662,
370,
382,
2076,
385,
88,
3664,
1574,
3663,
1459,
1539,
1036,
1460,
1711,
1689,
764,
765,
1473,
3665
],
),
"badge": SymbolsMetadata(
popularity: 11725,
codepoint: 0xea67,
categories: [13],
tags: [
3666,
565,
3,
2660,
566,
3494,
281,
930,
2662,
1553,
3667,
3668,
3669,
3497,
3670,
3671,
3498,
577,
3182,
3672,
581,
3102,
3673,
2003,
1166,
3674,
3675,
3676,
588,
589,
716,
3503,
590,
63,
1289,
3505,
3507,
1036,
2673,
857,
31,
3677,
601,
1576,
3678,
3510,
1518
],
),
"badge_critical_battery": SymbolsMetadata(
popularity: 351,
codepoint: 0xf147,
categories: [4],
tags: [
1360,
281,
1423,
3679,
691,
1250,
3680,
3681,
1365,
3682,
288,
3683,
811,
3684,
3685,
1110,
138,
51,
3686,
792,
1952,
3474,
262,
616,
3687,
3688,
273,
291,
31,
1093,
206,
3689
],
),
"bakery_dining": SymbolsMetadata(
popularity: 1381,
codepoint: 0xea53,
categories: [16],
tags: [
3690,
3691,
3692,
3693,
3694,
3695,
3696,
3697,
3698,
3699,
3700,
3701,
3702,
2354,
3703,
2357,
3704,
506,
3705,
3706,
3707,
1537,
3708,
3709,
3710,
3711,
1473,
3712
],
),
"balance": SymbolsMetadata(
popularity: 3226,
codepoint: 0xeaf6,
categories: [11],
tags: [
925,
3713,
3714,
3715,
935,
2985,
2240,
1795,
3716,
3717,
3718,
1634,
3719,
3720,
3721,
3722,
2446,
226,
17,
492,
3723,
3084,
391,
3724,
3725,
3726,
31,
3727,
3728,
3729,
3730,
3731,
3732
],
),
"balcony": SymbolsMetadata(
popularity: 408,
codepoint: 0xe58f,
categories: [8],
tags: [
1495,
2547,
1496,
3733,
929,
3734,
2551,
2782,
379,
1140,
2733,
1499,
2552,
3735,
3736,
1534,
3737,
2343,
3652,
3738,
3047,
327,
1500,
3739,
2554,
1501,
1502,
1503,
2786,
3740,
955,
3741,
3302,
332,
1960,
3742,
396,
1187
],
),
"ballot": SymbolsMetadata(
popularity: 1522,
codepoint: 0xe172,
categories: [12],
tags: [
2438,
3743,
482,
3744,
3087,
684,
2391,
3745,
3746,
1430,
3747,
488,
3748,
86,
3722,
2446,
88,
1587,
328,
3749,
3750,
3751,
985,
2623,
363,
3752,
433,
1619,
1517,
3753,
3754,
3755
],
),
"bar_chart": SymbolsMetadata(
popularity: 7889,
codepoint: 0xe26b,
categories: [9],
tags: [
1422,
1071,
1423,
1424,
517,
569,
373,
933,
1425,
81,
3756,
375,
941,
3757,
1078,
234,
3758,
1081,
68,
226,
1086,
648,
759,
794,
1428,
3759,
746,
3760,
1095,
2468,
3761,
514
],
),
"bar_chart_4_bars": SymbolsMetadata(
popularity: 642,
codepoint: 0xf681,
categories: [9],
tags: [
1422,
1071,
1424,
517,
569,
373,
3713,
3762,
81,
375,
941,
2881,
2882,
1078,
234,
3763,
3764,
3765,
235,
1081,
68,
226,
17,
18,
1086,
3766,
648,
759,
432,
1428,
2332,
746,
245,
1095,
1429,
1464,
514
],
),
"bar_chart_off": SymbolsMetadata(
popularity: 26,
codepoint: 0xf411,
categories: [9],
tags: [
1422,
1071,
1423,
3767,
3768,
517,
481,
1051,
2261,
569,
373,
81,
1162,
375,
868,
3769,
941,
1078,
1221,
1222,
1081,
1470,
226,
1086,
759,
432,
3356,
1428,
1067,
746,
3770,
1095,
1068,
514
],
),
"barcode": SymbolsMetadata(
popularity: 2468,
codepoint: 0xe70b,
categories: [9],
tags: [
480,
3771,
1102,
934,
81,
44,
2640,
2003,
68,
3772,
1470,
3403,
1166,
3773,
1733,
1421,
1653,
3774,
2457,
1393,
1736,
1737,
1394,
1395,
433,
1396,
3775,
31,
182,
1095,
3776,
3777
],
),
"barcode_reader": SymbolsMetadata(
popularity: 56,
codepoint: 0xf85c,
categories: [9],
tags: [
1672,
3771,
40,
42,
1102,
81,
44,
2640,
3778,
2003,
68,
3772,
1470,
1729,
262,
1421,
1653,
3774,
3779,
432,
1393,
1736,
1737,
1126,
1394,
1395,
433,
3609,
182,
65
],
),
"barcode_scanner": SymbolsMetadata(
popularity: 2969,
codepoint: 0xe70c,
categories: [9],
tags: [
3771,
40,
1416,
1102,
81,
44,
2640,
2003,
68,
3772,
87,
3780,
3781,
3354,
1421,
1653,
3774,
3782,
3380,
3779,
1393,
1736,
1737,
1394,
1395,
433,
3775,
182,
65,
3776,
3777
],
),
"barefoot": SymbolsMetadata(
popularity: 77,
codepoint: 0xf871,
categories: [3],
tags: [
3547,
808,
3783,
3551,
1876,
694,
3784,
3785,
3786,
3787,
3788,
3789,
3790,
1822,
697,
581,
3791,
2666,
3792,
3556,
3793,
468,
2361,
2362,
289,
1959,
29,
392,
888,
3794,
3795,
3796,
3797,
3798,
3799
],
),
"batch_prediction": SymbolsMetadata(
popularity: 713,
codepoint: 0xf0f5,
categories: [6],
tags: [
3147,
3800,
1422,
3148,
3206,
3801,
3802,
3803,
1197,
3804,
81,
2141,
1679,
1077,
579,
3805,
3806,
1082,
3627,
3807,
2455,
1732,
3808,
3809,
1090,
758,
1710,
2332,
1201,
2461,
1093,
554
],
),
"bath_outdoor": SymbolsMetadata(
popularity: 41,
codepoint: 0xf6fb,
categories: [15],
tags: [
3810,
3811,
3812,
3813,
3814,
568,
3815,
193,
3816,
3023,
3025,
3817,
3818,
3819,
2733,
3820,
3821,
1958,
1470,
3822,
3652,
3047,
3823,
3824,
432,
1959,
3825,
3826,
433,
3827,
3828,
1960,
3829,
3830,
3493
],
),
"bath_private": SymbolsMetadata(
popularity: 35,
codepoint: 0xf6fa,
categories: [15],
tags: [
1495,
3523,
3811,
3812,
3813,
3814,
1860,
3831,
690,
3832,
810,
1876,
3833,
3834,
3025,
3817,
3818,
3819,
2733,
581,
3530,
2734,
1958,
3822,
588,
589,
920,
3835,
1034,
1063,
3836,
3837,
3838,
1916,
1959,
1946,
3839,
3826,
3827,
3840,
3830
],
),
"bath_public_large": SymbolsMetadata(
popularity: 21,
codepoint: 0xf6f9,
categories: [15],
tags: [
861,
862,
3523,
3812,
3813,
1860,
690,
929,
3841,
2395,
890,
3834,
1796,
1798,
579,
3025,
3817,
3818,
3819,
581,
3530,
2734,
3532,
323,
1803,
324,
325,
3822,
588,
589,
327,
1392,
3842,
3843,
3844,
3541,
3845,
3826,
3827,
899,
3846,
3830,
3546
],
),
"bathroom": SymbolsMetadata(
popularity: 534,
codepoint: 0xefdd,
categories: [8],
tags: [
862,
863,
3523,
1423,
3811,
1860,
929,
2634,
3841,
2395,
3847,
890,
1798,
1140,
2733,
1499,
3530,
3532,
323,
3848,
325,
327,
3849,
3842,
3850,
3843,
3844,
3851,
1537,
3541,
1946,
3852,
3853,
3854,
899,
3855,
3856,
3857,
3858,
3859,
3860,
3846,
3830,
3861,
3546,
3862
],
),
"bathtub": SymbolsMetadata(
popularity: 1296,
codepoint: 0xea41,
categories: [8],
tags: [
3863,
1858,
3811,
3814,
1860,
3831,
3815,
810,
1876,
3864,
1164,
3865,
137,
1140,
2733,
1499,
581,
3530,
138,
1958,
289,
589,
3849,
1959,
3845,
392,
3853,
3839,
3826,
31,
3142,
332,
3840,
3859,
3830,
3493
],
),
"battery_0_bar": SymbolsMetadata(
popularity: 1164,
codepoint: 0xebdc,
categories: [4],
tags: [
1360,
1423,
3679,
1250,
3680,
3681,
288,
3683,
811,
3684,
138,
51,
3686,
792,
1952,
3474,
262,
271,
3688,
432,
291,
525,
206,
3689
],
),
"battery_1_bar": SymbolsMetadata(
popularity: 843,
codepoint: 0xebd9,
categories: [4],
tags: [
3866,
3867,
3868,
1423,
3679,
1250,
3680,
3869,
519,
288,
3870,
811,
3684,
2274,
3871,
699,
51,
3686,
792,
1952,
3474,
262,
3872,
271,
3688,
432,
291,
3873
],
),
"battery_2_bar": SymbolsMetadata(
popularity: 615,
codepoint: 0xebe0,
categories: [4],
tags: [
3874,
3875,
1423,
3679,
3876,
3877,
1250,
3680,
3878,
288,
3870,
3684,
2217,
2533,
3637,
51,
792,
1952,
3879,
3474,
262,
3687,
2534,
3688,
3880,
2457,
3881,
291,
3882,
3883
],
),
"battery_3_bar": SymbolsMetadata(
popularity: 822,
codepoint: 0xebdd,
categories: [4],
tags: [
3884,
1423,
3679,
3885,
3886,
3876,
3887,
3888,
1250,
3680,
3889,
3684,
3890,
2217,
3871,
3637,
51,
3891,
792,
3879,
3474,
1934,
262,
3687,
3688,
3892,
3893,
3880,
3894,
3895,
291,
2278
],
),
"battery_4_bar": SymbolsMetadata(
popularity: 1247,
codepoint: 0xebe2,
categories: [4],
tags: [
683,
3896,
1423,
517,
3679,
3897,
1250,
3680,
193,
288,
3684,
3898,
2223,
2274,
51,
3686,
792,
262,
3687,
271,
3688,
432,
3899,
2531,
3900,
291,
525,
2278
],
),
"battery_5_bar": SymbolsMetadata(
popularity: 1741,
codepoint: 0xebd4,
categories: [4],
tags: [
3901,
517,
3679,
1250,
3680,
3869,
288,
3683,
2532,
3684,
3898,
3902,
3903,
2274,
3871,
3904,
51,
792,
1470,
3474,
262,
3905,
3687,
3688,
3906,
432,
291,
3004,
3907,
1464
],
),
"battery_6_bar": SymbolsMetadata(
popularity: 1068,
codepoint: 0xebd2,
categories: [4],
tags: [
3908,
3896,
1423,
517,
3679,
3888,
1250,
3680,
3878,
3909,
288,
3683,
3684,
3890,
2274,
3910,
3459,
3911,
51,
792,
3474,
262,
3912,
802,
3913,
3687,
3688,
3893,
291,
3689
],
),
"battery_alert": SymbolsMetadata(
popularity: 814,
codepoint: 0xe19c,
categories: [4],
tags: [
3104,
1360,
1361,
3679,
691,
1250,
3680,
3681,
1365,
3914,
3684,
2714,
1366,
3915,
1367,
3916,
1166,
262,
616,
271,
3688,
291,
31,
3917,
1690,
206
],
),
"battery_android_0": SymbolsMetadata(
popularity: 20,
codepoint: 0xf30d,
categories: [4],
tags: [
1307,
1423,
3679,
3876,
3877,
1250,
282,
3680,
3878,
3918,
288,
2532,
811,
3684,
51,
792,
1952,
262,
271,
3688,
3919,
3880,
432,
291,
525,
65,
1464,
3689
],
),
"battery_android_1": SymbolsMetadata(
popularity: 31,
codepoint: 0xf30c,
categories: [4],
tags: [
1360,
1307,
1423,
3679,
1250,
3680,
1310,
288,
44,
8,
3683,
3684,
3871,
138,
51,
792,
3474,
262,
616,
3687,
271,
2534,
3688,
3920,
432,
2538,
291,
31,
3917,
907
],
),
"battery_android_2": SymbolsMetadata(
popularity: 22,
codepoint: 0xf30b,
categories: [4],
tags: [
1307,
3679,
3921,
1250,
3680,
3869,
288,
3683,
3922,
3923,
3684,
3910,
2533,
3911,
138,
51,
3924,
792,
3916,
262,
271,
3688,
3925,
151,
737,
291,
31,
1093,
525
],
),
"battery_android_3": SymbolsMetadata(
popularity: 26,
codepoint: 0xf30a,
categories: [4],
tags: [
1307,
1423,
3679,
1250,
3680,
288,
3683,
3684,
2217,
3871,
1110,
138,
51,
792,
1952,
3879,
262,
289,
3687,
271,
3688,
759,
2457,
3899,
2538,
291,
31,
1093,
3926,
551
],
),
"battery_android_4": SymbolsMetadata(
popularity: 42,
codepoint: 0xf309,
categories: [4],
tags: [
3927,
1307,
3679,
3928,
3876,
3929,
3888,
1250,
3680,
3878,
288,
3930,
3914,
3684,
3890,
51,
792,
3916,
262,
3931,
3687,
271,
3932,
3688,
3893,
3880,
3933,
291
],
),
"battery_android_5": SymbolsMetadata(
popularity: 42,
codepoint: 0xf308,
categories: [4],
tags: [
1307,
1423,
3679,
1250,
3680,
3909,
288,
3683,
1877,
3684,
667,
2274,
1110,
697,
51,
792,
262,
3687,
271,
242,
3688,
3919,
432,
3899,
1035,
1151,
2460,
291,
1093,
65,
1317
],
),
"battery_android_6": SymbolsMetadata(
popularity: 38,
codepoint: 0xf307,
categories: [4],
tags: [
687,
1307,
1423,
3679,
3897,
1250,
3680,
3909,
288,
8,
3684,
2217,
2274,
3871,
699,
138,
51,
792,
17,
18,
262,
289,
3687,
648,
271,
3688,
432,
3934,
291,
1093
],
),
"battery_android_alert": SymbolsMetadata(
popularity: 14,
codepoint: 0xf306,
categories: [4],
tags: [
3104,
1360,
1307,
1361,
1423,
3679,
691,
1250,
3680,
1365,
288,
3684,
2714,
1366,
138,
1367,
51,
792,
3916,
1166,
262,
616,
271,
3688,
2457,
2538,
291,
31,
206
],
),
"battery_android_bolt": SymbolsMetadata(
popularity: 37,
codepoint: 0xf305,
categories: [4],
tags: [
1307,
3679,
3935,
3897,
1250,
3680,
3869,
288,
3683,
3684,
2217,
2533,
51,
3936,
792,
3937,
1952,
3474,
262,
271,
2534,
3688,
432,
392,
1700,
291,
31,
65,
3938
],
),
"battery_android_full": SymbolsMetadata(
popularity: 59,
codepoint: 0xf304,
categories: [4],
tags: [
1307,
3679,
3897,
1250,
3680,
3909,
463,
3939,
288,
3683,
3870,
3684,
3500,
2274,
138,
51,
68,
792,
262,
616,
271,
3688,
3919,
291,
3004,
31,
1093,
525
],
),
"battery_android_plus": SymbolsMetadata(
popularity: 22,
codepoint: 0xf303,
categories: [4],
tags: [
231,
745,
1307,
1423,
3679,
282,
3680,
3869,
288,
3922,
3684,
2217,
3910,
3871,
138,
235,
51,
792,
3474,
262,
887,
239,
240,
242,
3688,
3893,
2457,
3940,
291,
31,
65
],
),
"battery_android_question": SymbolsMetadata(
popularity: 12,
codepoint: 0xf302,
categories: [4],
tags: [
3941,
1360,
1307,
865,
3679,
3886,
1250,
3680,
193,
288,
3684,
871,
51,
293,
68,
3942,
2716,
792,
87,
262,
3688,
2719,
3943,
2331,
3944,
3945,
432,
392,
433,
291,
3004,
880,
31,
3946,
206
],
),
"battery_android_share": SymbolsMetadata(
popularity: 8,
codepoint: 0xf301,
categories: [4],
tags: [
1307,
3947,
77,
502,
3679,
3948,
3949,
731,
1250,
3680,
3869,
3950,
284,
81,
288,
2179,
1745,
3684,
1695,
87,
1314,
262,
267,
1732,
328,
3688,
906,
2298,
1528,
2263,
3951,
3952,
526
],
),
"battery_android_shield": SymbolsMetadata(
popularity: 12,
codepoint: 0xf300,
categories: [4],
tags: [
1307,
3953,
3679,
3921,
3888,
1250,
1553,
3680,
3954,
288,
3930,
3684,
3890,
697,
3955,
792,
262,
3956,
271,
3688,
3893,
3880,
1034,
1063,
1573,
3957,
1574,
3187,
3958,
1773,
1036,
1575,
291,
1576
],
),
"battery_change": SymbolsMetadata(
popularity: 11,
codepoint: 0xf7eb,
categories: [4],
tags: [
1591,
3679,
1250,
1742,
3680,
753,
288,
3683,
1877,
3684,
3276,
3871,
51,
792,
3959,
3960,
3961,
3474,
262,
2534,
3688,
3962,
3607,
2531,
652,
433,
291,
3963,
3964,
2402
],
),
"battery_charging_20": SymbolsMetadata(
popularity: 440,
codepoint: 0xf0a2,
categories: [4],
tags: [
3868,
3679,
3877,
3935,
1250,
3680,
3869,
3965,
284,
288,
3683,
3966,
3922,
3684,
3890,
51,
3936,
792,
3937,
1952,
3916,
3960,
262,
271,
3967,
3688,
3880,
432,
291,
525,
3938,
3873
],
),
"battery_charging_30": SymbolsMetadata(
popularity: 291,
codepoint: 0xf0a3,
categories: [4],
tags: [
340,
3679,
3935,
1250,
3680,
3869,
3683,
3684,
2274,
51,
3936,
792,
3937,
3968,
1952,
3916,
262,
3969,
3687,
326,
3970,
3688,
3971,
291,
3972,
3973,
3938,
3974
],
),
"battery_charging_50": SymbolsMetadata(
popularity: 397,
codepoint: 0xf0a4,
categories: [4],
tags: [
3975,
3679,
3935,
1250,
3680,
3869,
288,
8,
3683,
1164,
3684,
137,
3637,
138,
51,
3936,
3686,
792,
3937,
1952,
3474,
262,
630,
616,
271,
3688,
759,
291,
31,
525,
3938,
141
],
),
"battery_charging_60": SymbolsMetadata(
popularity: 333,
codepoint: 0xf0a5,
categories: [4],
tags: [
3976,
3679,
3886,
3935,
1250,
3680,
3977,
3869,
3965,
288,
3683,
3922,
3684,
2217,
51,
3936,
3686,
792,
3937,
3968,
1952,
262,
3978,
3687,
271,
3688,
3892,
3893,
3919,
3979,
291,
525,
3938
],
),
"battery_charging_80": SymbolsMetadata(
popularity: 442,
codepoint: 0xf0a6,
categories: [4],
tags: [
3980,
3981,
3679,
3921,
3935,
1250,
3680,
3909,
3869,
3982,
284,
288,
3983,
3683,
3966,
3984,
3922,
3684,
3890,
2274,
51,
3936,
3686,
792,
3937,
756,
1952,
262,
3687,
271,
3967,
3688,
3919,
759,
291,
525,
3938
],
),
"battery_charging_90": SymbolsMetadata(
popularity: 473,
codepoint: 0xf0a7,
categories: [4],
tags: [
3908,
3896,
3679,
3886,
3935,
1250,
3680,
3977,
3985,
3878,
3869,
288,
3683,
3966,
3684,
3890,
3986,
2274,
51,
3936,
3686,
792,
3937,
1952,
262,
3987,
3687,
271,
3688,
3893,
3880,
291,
525,
3938
],
),
"battery_charging_full": SymbolsMetadata(
popularity: 2289,
codepoint: 0xe1a3,
categories: [4],
tags: [
3679,
3935,
3897,
1250,
3680,
3909,
3869,
3988,
463,
284,
288,
3683,
3922,
2532,
3684,
2274,
2533,
51,
3936,
792,
3937,
1952,
262,
3967,
3688,
3989,
3990,
432,
291,
31,
65,
3991,
3938
],
),
"battery_error": SymbolsMetadata(
popularity: 40,
codepoint: 0xf7ea,
categories: [4],
tags: [
1360,
3679,
1208,
691,
1250,
3680,
3869,
780,
1209,
1235,
1365,
3992,
3914,
3684,
2714,
1366,
1212,
1634,
2716,
3686,
792,
3916,
2717,
262,
3269,
616,
271,
239,
3688,
3880,
2719,
432,
1224,
1226,
525,
3730,
206,
3993,
3994
],
),
"battery_full": SymbolsMetadata(
popularity: 2690,
codepoint: 0xe1a4,
categories: [4],
tags: [
1423,
3679,
3886,
3877,
3887,
1250,
3680,
288,
3914,
2532,
3684,
3890,
2274,
3910,
3995,
2533,
51,
792,
3996,
262,
3687,
3688,
3997,
3880,
2457,
273,
3998,
291,
65
],
),
"battery_full_alt": SymbolsMetadata(
popularity: 1177,
codepoint: 0xf13b,
categories: [4],
tags: [
3999,
3679,
3876,
3877,
1250,
3680,
3909,
463,
3914,
3683,
2532,
3684,
2274,
3910,
4000,
4001,
2533,
51,
792,
3474,
262,
3688,
3880,
432,
273,
291,
649,
65,
1317
],
),
"battery_horiz_000": SymbolsMetadata(
popularity: 297,
codepoint: 0xf8ae,
categories: [10],
tags: [
1423,
3679,
3876,
3877,
3888,
1250,
3680,
288,
4002,
4003,
3683,
3922,
1877,
811,
3684,
3871,
1140,
699,
51,
3686,
792,
1952,
262,
1143,
289,
271,
3688,
432,
291,
525,
65,
3689
],
),
"battery_horiz_050": SymbolsMetadata(
popularity: 503,
codepoint: 0xf8af,
categories: [10],
tags: [
1423,
3679,
3876,
3877,
3888,
3897,
1250,
3680,
288,
1877,
3684,
640,
4004,
4005,
4006,
4007,
697,
1140,
699,
51,
3686,
792,
3474,
262,
1143,
3687,
3688,
432,
3899,
291,
3315
],
),
"battery_horiz_075": SymbolsMetadata(
popularity: 834,
codepoint: 0xf8b0,
categories: [10],
tags: [
4008,
4009,
3679,
3886,
3921,
3888,
1250,
3680,
3878,
3869,
288,
3930,
3683,
3922,
3684,
2274,
1140,
699,
51,
3686,
792,
262,
1143,
271,
3688,
3997,
3893,
3971,
3895,
291,
525,
4010
],
),
"battery_low": SymbolsMetadata(
popularity: 711,
codepoint: 0xf155,
categories: [4],
tags: [
1360,
1423,
3679,
3877,
4011,
1250,
3680,
3681,
4012,
288,
1877,
3923,
3684,
3871,
1140,
699,
51,
3686,
3960,
3474,
262,
630,
1143,
271,
3688,
3893,
432,
291,
525,
3315,
206,
4013
],
),
"battery_plus": SymbolsMetadata(
popularity: 35,
codepoint: 0xf7e9,
categories: [4],
tags: [
231,
745,
3679,
3680,
3869,
3683,
3684,
697,
699,
235,
51,
792,
894,
3474,
887,
3687,
239,
242,
3688,
432,
3940,
898,
433,
31,
1464
],
),
"battery_profile": SymbolsMetadata(
popularity: 192,
codepoint: 0xe206,
categories: [10],
tags: [
565,
501,
566,
3679,
1742,
3680,
193,
685,
4014,
1236,
145,
288,
3684,
225,
1776,
977,
1140,
581,
51,
293,
68,
792,
1029,
1143,
70,
589,
920,
4015,
3688,
921,
590,
1036,
652,
71,
986,
888,
291,
31,
65,
3315,
601
],
),
"battery_saver": SymbolsMetadata(
popularity: 431,
codepoint: 0xefde,
categories: [4],
tags: [
231,
745,
4016,
3679,
4017,
3886,
3876,
3921,
4018,
4019,
4020,
3680,
3869,
4021,
4022,
4023,
4024,
4025,
3960,
4026,
887,
4027,
239,
3688,
4028,
4029,
432,
4030,
3940,
71,
31
],
),
"battery_share": SymbolsMetadata(
popularity: 7,
codepoint: 0xf67e,
categories: [4],
tags: [
745,
77,
502,
3679,
2962,
1250,
3680,
3869,
283,
284,
288,
2179,
2532,
3684,
3276,
2533,
4031,
3686,
262,
2455,
4032,
271,
239,
240,
242,
3688,
2296,
432,
906,
2538,
1528,
2401,
764,
525,
526,
3375
],
),
"battery_status_good": SymbolsMetadata(
popularity: 43,
codepoint: 0xf67d,
categories: [4],
tags: [
1660,
1423,
3679,
1250,
3680,
3909,
1662,
1664,
463,
288,
1666,
3683,
1877,
3684,
2274,
3910,
2533,
4033,
697,
51,
3686,
792,
262,
1668,
3687,
271,
3688,
432,
3899,
4034,
2538,
362,
291,
525,
65,
1317,
1669,
2334,
1576,
1671
],
),
"battery_unknown": SymbolsMetadata(
popularity: 431,
codepoint: 0xe1a6,
categories: [4],
tags: [
3941,
865,
3679,
1250,
3680,
288,
3922,
1164,
3684,
137,
871,
138,
51,
293,
68,
792,
262,
289,
3688,
3943,
2331,
3945,
432,
291,
3004,
880,
31,
1093,
4035,
141,
1068,
3946,
4036
],
),
"battery_very_low": SymbolsMetadata(
popularity: 440,
codepoint: 0xf156,
categories: [4],
tags: [
1360,
1423,
3679,
691,
1250,
3680,
3681,
1365,
3682,
288,
3683,
811,
3684,
3685,
1110,
1140,
699,
138,
51,
3686,
792,
1952,
3474,
262,
1143,
616,
3687,
3688,
273,
291,
31,
1093,
206,
3689
],
),
"beach_access": SymbolsMetadata(
popularity: 2285,
codepoint: 0xeb3e,
categories: [16],
tags: [
861,
2508,
4037,
4038,
4039,
312,
4040,
1957,
1958,
2485,
4041,
4042,
2553,
3298,
1916,
1959,
3825,
3491,
2421,
4043,
2369,
1598,
4044,
4045,
3302,
332,
1920,
4046,
4047,
1960
],
),
"bed": SymbolsMetadata(
popularity: 3303,
codepoint: 0xefdf,
categories: [8],
tags: [
2547,
1903,
4048,
4049,
4050,
1876,
3042,
4051,
1498,
2274,
4052,
1140,
1763,
4053,
2733,
1499,
4054,
4055,
4056,
4057,
4058,
4059,
4060,
4061,
4062,
4063,
1916,
1502,
1917,
1946,
4064,
298,
1919,
1935
],
),
"bedroom_baby": SymbolsMetadata(
popularity: 568,
codepoint: 0xefe0,
categories: [8],
tags: [
3524,
3525,
1903,
4048,
3132,
993,
4065,
997,
1876,
4066,
4067,
3864,
1026,
4052,
1027,
1140,
4068,
1499,
3531,
2735,
1006,
630,
4059,
3535,
3536,
1032,
1917,
4069,
1946,
4070,
705,
1036,
1919,
1935,
3543,
1023
],
),
"bedroom_child": SymbolsMetadata(
popularity: 392,
codepoint: 0xefe1,
categories: [8],
tags: [
1495,
3525,
1903,
4048,
929,
993,
997,
4071,
4067,
3864,
4052,
1140,
2733,
1499,
3531,
2735,
1006,
1028,
4056,
4060,
3536,
4062,
1917,
1946,
298,
1919,
1935,
1955,
3543,
4072,
1023
],
),
"bedroom_parent": SymbolsMetadata(
popularity: 606,
codepoint: 0xefe2,
categories: [8],
tags: [
4073,
1903,
4048,
929,
993,
997,
3864,
3042,
1498,
1026,
2274,
4052,
1027,
1140,
2733,
1499,
1028,
4055,
4060,
1032,
4074,
4062,
4063,
1959,
1503,
1917,
1946,
4075,
1919,
1935,
955
],
),
"bedtime": SymbolsMetadata(
popularity: 2195,
codepoint: 0xef44,
categories: [3],
tags: [
4076,
4049,
4077,
4078,
4079,
780,
4080,
4081,
840,
4082,
4083,
4084,
4085,
4086,
4087,
1140,
4088,
4089,
4090,
1143,
4060,
4091,
4092,
4093,
2098,
4094,
1959,
1917,
1036,
2100,
1919,
4095,
823,
3366,
2069,
1171,
859
],
),
"bedtime_off": SymbolsMetadata(
popularity: 296,
codepoint: 0xeb76,
categories: [3],
tags: [
749,
4049,
504,
780,
840,
4096,
868,
4097,
1140,
138,
1222,
51,
4088,
642,
4090,
1143,
4060,
4091,
1059,
1060,
1063,
2098,
1917,
1036,
1304,
1067,
1919,
4095,
3366,
291,
31,
2069,
1171,
413,
859,
4098
],
),
"beenhere": SymbolsMetadata(
popularity: 1391,
codepoint: 0xe52d,
categories: [5],
tags: [
4099,
1660,
1673,
2032,
4100,
4101,
1693,
1662,
4102,
3180,
463,
2683,
312,
1666,
3499,
1532,
1543,
4103,
52,
3295,
1345,
323,
324,
1166,
174,
325,
1668,
326,
327,
328,
329,
4104,
3380,
2885,
4105,
3506,
1539,
4106,
362,
1540,
182,
1669,
3302,
332,
1920,
2334,
1576,
4107,
4108,
1671
],
),
"bento": SymbolsMetadata(
popularity: 324,
codepoint: 0xf1f4,
categories: [16],
tags: [
2700,
1466,
4109,
2261,
482,
1197,
4110,
345,
1425,
4111,
8,
2354,
382,
1079,
2705,
385,
4112,
4113,
3704,
506,
4114,
325,
2707,
70,
4115,
3354,
1537,
2459,
4116,
2710,
955,
4117,
2711,
396,
1187
],
),
"bia": SymbolsMetadata(
popularity: 30,
codepoint: 0xf6eb,
categories: [15],
tags: [
2508,
3515,
341,
4118,
690,
4119,
4120,
750,
751,
193,
4121,
1310,
81,
4122,
2881,
2882,
697,
581,
51,
756,
3000,
4123,
4124,
17,
353,
4125,
267,
758,
759,
4126,
2514,
4127,
762,
3001,
3519,
763,
291,
4128,
2451,
2518,
766
],
),
"bid_landscape": SymbolsMetadata(
popularity: 235,
codepoint: 0xe667,
categories: [9],
tags: [
1071,
1423,
517,
4129,
373,
1675,
1324,
1073,
254,
81,
1467,
375,
2141,
520,
1677,
1679,
4130,
1078,
382,
1081,
68,
4131,
4132,
1328,
1595,
1084,
226,
1330,
1086,
267,
4133,
4134,
3426,
1460,
746,
1689,
764,
765,
1473,
1095,
1701,
527
],
),
"bid_landscape_disabled": SymbolsMetadata(
popularity: 16,
codepoint: 0xef81,
categories: [9],
tags: [
745,
1342,
1071,
1423,
517,
4129,
373,
1325,
81,
2012,
375,
868,
1430,
147,
1343,
1078,
4135,
49,
1222,
1081,
1327,
1595,
226,
406,
1086,
887,
1059,
57,
62,
239,
432,
433,
746,
1095,
1068,
527
],
),
"bigtop_updates": SymbolsMetadata(
popularity: 122,
codepoint: 0xe669,
categories: [4],
tags: [
1359,
1360,
1177,
281,
1362,
4136,
4137,
4138,
4139,
283,
284,
2289,
51,
259,
2293,
583,
267,
887,
2456,
1183,
616,
4140,
1370,
762,
273,
291,
1372,
2628,
4141,
277,
278
],
),
"bike_dock": SymbolsMetadata(
popularity: 7,
codepoint: 0xf47b,
categories: [14],
tags: [
3863,
4142,
4143,
4144,
4145,
4146,
4147,
4148,
2548,
2035,
4149,
312,
2395,
4150,
317,
323,
324,
4151,
1534,
1624,
3652,
896,
326,
1392,
2045,
4152,
4153,
1528,
4154,
3542,
1629,
332,
1506
],
),
"bike_lane": SymbolsMetadata(
popularity: 28,
codepoint: 0xf47a,
categories: [14],
tags: [
2508,
1660,
4142,
4144,
4155,
1553,
1662,
463,
4149,
313,
2395,
1666,
11,
2816,
581,
4156,
1622,
4157,
1470,
324,
1534,
1166,
325,
1668,
3652,
1625,
4158,
589,
1034,
1063,
1573,
1574,
2045,
3298,
3299,
1626,
1538,
1036,
362,
1575,
898,
30,
1627,
3775,
1669,
1628,
900,
1629,
332,
1506,
601,
2334,
1835,
1576,
1671
],
),
"bike_scooter": SymbolsMetadata(
popularity: 265,
codepoint: 0xef45,
categories: [14],
tags: [
4159,
1809,
4142,
4144,
1811,
1812,
2548,
2035,
11,
1165,
137,
1534,
875,
3652,
289,
920,
876,
3101,
3298,
4160,
3299,
4161,
2029,
898,
1339,
3520,
31,
900,
1629,
332,
4162,
1506,
1835,
4163,
4164
],
),
"biotech": SymbolsMetadata(
popularity: 2769,
codepoint: 0xea3a,
categories: [15],
tags: [
1422,
4165,
4166,
4167,
4168,
4169,
81,
1104,
314,
4170,
4171,
4172,
3149,
4173,
892,
4174,
4175,
4176,
1767,
4177,
4178,
759,
4179,
4180,
4181,
65,
1318,
4182
],
),
"blanket": SymbolsMetadata(
popularity: 166,
codepoint: 0xe828,
categories: [8],
tags: [
4183,
4184,
4048,
4050,
841,
1876,
4185,
2139,
4186,
4187,
4188,
4189,
3864,
2641,
4190,
4191,
4192,
4193,
2142,
4194,
4195,
1143,
4196,
432,
1917,
4197,
1919,
2119,
4198,
2651,
4199,
3829,
1855,
4200
],
),
"blender": SymbolsMetadata(
popularity: 614,
codepoint: 0xefe3,
categories: [8],
tags: [
1858,
2471,
4201,
4202,
4203,
4204,
1333,
4205,
4206,
4207,
3683,
4208,
2354,
4209,
4210,
1140,
1893,
4211,
4212,
4213,
4214,
4176,
1729,
4215,
4216,
492,
4217,
4218,
4219,
4220,
4221
],
),
"blind": SymbolsMetadata(
popularity: 455,
codepoint: 0xf8d6,
categories: [3],
tags: [
480,
862,
863,
3129,
3319,
4222,
4223,
481,
690,
4224,
4225,
2139,
4226,
4227,
1161,
867,
381,
870,
871,
1140,
916,
581,
2735,
3627,
875,
4228,
2213,
1733,
589,
1034,
4229,
3609,
4230,
3330,
3143,
3144,
1187,
4231,
4232,
4233
],
),
"blinds": SymbolsMetadata(
popularity: 257,
codepoint: 0xe286,
categories: [8],
tags: [
1738,
2123,
4222,
1209,
345,
2139,
4186,
4234,
1161,
1140,
4235,
916,
1499,
2735,
4236,
1470,
1143,
2922,
919,
1034,
432,
2457,
4043,
4229,
1347,
1897,
2489,
3775,
4045,
4237,
3330,
1187,
4232
],
),
"blinds_closed": SymbolsMetadata(
popularity: 219,
codepoint: 0xec1f,
categories: [8],
tags: [
1496,
4222,
4238,
929,
4239,
2139,
4186,
4234,
4227,
3171,
916,
2735,
4236,
1143,
4240,
1733,
1034,
2457,
1503,
4241,
1773,
4043,
1347,
4242,
1897,
4230,
4045,
4231,
4232
],
),
"block": SymbolsMetadata(
popularity: 12191,
codepoint: 0xe14b,
categories: [2],
tags: [
1360,
4243,
1233,
481,
1208,
193,
1209,
345,
2948,
1300,
4244,
4245,
1431,
4246,
1212,
1213,
3452,
550,
87,
1302,
3269,
616,
1059,
358,
4247,
2098,
4248,
1224,
1065,
151,
2100,
1067,
4249,
291,
1226,
1068
],
rtlAutoMirrored: true,
),
"blood_pressure": SymbolsMetadata(
popularity: 92,
codepoint: 0xe097,
categories: [3],
tags: [
1422,
4250,
4251,
4252,
373,
2373,
4253,
81,
4254,
1761,
1078,
697,
4255,
892,
4256,
4257,
1763,
1426,
226,
17,
894,
4258,
1767,
630,
4259,
4260,
4261,
4262,
273,
4263,
4264,
3331
],
),
"bloodtype": SymbolsMetadata(
popularity: 1090,
codepoint: 0xefe4,
categories: [3],
tags: [
480,
1422,
4265,
4266,
4267,
4268,
4269,
4270,
2425,
697,
892,
1763,
138,
68,
4271,
4175,
894,
4272,
1767,
814,
4273,
4274,
242,
590,
1428,
227,
392,
31,
1318,
35,
3830
],
),
"bluetooth": SymbolsMetadata(
popularity: 2460,
codepoint: 0xe1a7,
categories: [4],
tags: [
1268,
4275,
4276,
283,
1073,
284,
254,
81,
288,
2532,
138,
87,
262,
267,
4277,
4278,
1528,
273,
411,
31,
65,
526,
278,
4279
],
),
"bluetooth_connected": SymbolsMetadata(
popularity: 689,
codepoint: 0xe1a8,
categories: [4],
tags: [
1268,
4275,
4280,
4276,
283,
4281,
1073,
1074,
4282,
284,
253,
81,
288,
1542,
4283,
2532,
3336,
1314,
4284,
262,
267,
4285,
4286,
4277,
4278,
273,
290,
411,
31,
65,
4287,
278,
4288
],
),
"bluetooth_disabled": SymbolsMetadata(
popularity: 557,
codepoint: 0xe1a9,
categories: [4],
tags: [
1268,
4275,
4276,
283,
1073,
284,
254,
1235,
81,
288,
1162,
868,
2713,
1877,
1055,
138,
87,
262,
267,
1059,
1060,
1061,
4277,
4278,
4289,
273,
1067,
411,
31,
65,
1068,
278
],
),
"bluetooth_drive": SymbolsMetadata(
popularity: 259,
codepoint: 0xefe5,
categories: [4],
tags: [
1809,
4275,
1811,
1812,
4276,
283,
519,
1073,
284,
254,
81,
288,
44,
1677,
2532,
4290,
1314,
2480,
1534,
406,
2794,
267,
4277,
4278,
4291,
1689,
411,
31,
764,
765,
65,
526,
4292,
1629,
332,
1835,
278
],
),
"bluetooth_searching": SymbolsMetadata(
popularity: 716,
codepoint: 0xe1aa,
categories: [4],
tags: [
1268,
4275,
283,
4293,
284,
254,
81,
288,
1542,
317,
904,
1470,
1314,
406,
267,
4277,
4278,
1736,
1126,
4294,
392,
273,
1293,
31,
65,
526,
1855,
278
],
),
"blur_circular": SymbolsMetadata(
popularity: 455,
codepoint: 0xe3a2,
categories: [1],
tags: [
4295,
1592,
4296,
193,
462,
485,
4297,
1105,
4298,
1252,
680,
487,
3352,
83,
1748,
4299,
4300,
137,
4301,
49,
4302,
57,
59,
3199,
4303,
682,
4198,
4304,
4305,
476
],
),
"blur_linear": SymbolsMetadata(
popularity: 267,
codepoint: 0xe3a3,
categories: [1],
tags: [
1738,
1592,
4203,
4296,
1105,
1252,
680,
2153,
487,
3352,
4306,
83,
4307,
137,
2253,
49,
87,
2939,
355,
57,
62,
151,
682,
4308,
511,
4309,
476
],
),
"blur_medium": SymbolsMetadata(
popularity: 245,
codepoint: 0xe84c,
categories: [1],
tags: [
1738,
2210,
4296,
4310,
4311,
1252,
680,
487,
3352,
83,
4312,
137,
4313,
49,
4314,
53,
3879,
353,
468,
4315,
4302,
57,
59,
62,
389,
682,
4198,
4316,
4317,
4318,
476,
4319
],
),
"blur_off": SymbolsMetadata(
popularity: 174,
codepoint: 0xe3a4,
categories: [1],
tags: [
1738,
4296,
4320,
135,
780,
639,
2601,
104,
43,
1300,
868,
8,
1105,
1252,
680,
487,
1055,
3352,
83,
1748,
49,
53,
1059,
1061,
4315,
57,
59,
62,
24,
4321,
4322,
644,
1067,
4323,
4324,
396,
476
],
),
"blur_on": SymbolsMetadata(
popularity: 1450,
codepoint: 0xe3a5,
categories: [1],
tags: [
4325,
749,
4296,
4326,
193,
4311,
868,
1105,
1252,
680,
487,
4327,
1055,
3352,
83,
1748,
4312,
2253,
4328,
4329,
1059,
1061,
355,
4302,
3354,
4330,
59,
330,
151,
1067,
4198,
4331,
2402,
413,
511,
4332,
4319
],
),
"blur_short": SymbolsMetadata(
popularity: 200,
codepoint: 0xe8cf,
categories: [1],
tags: [
4333,
4296,
4334,
4335,
4336,
4337,
1252,
680,
2153,
487,
3352,
83,
4312,
2253,
4338,
4339,
4340,
353,
468,
4302,
4341,
59,
4342,
4303,
4343,
4344,
4316,
4345,
4346,
4319
],
),
"boat_bus": SymbolsMetadata(
popularity: 14,
codepoint: 0xf36d,
categories: [14],
tags: [
4347,
4348,
1809,
2472,
4349,
2034,
1811,
1812,
2035,
313,
2395,
4350,
4351,
1623,
1824,
4352,
3403,
1534,
2481,
875,
2484,
1913,
2045,
1626,
2421,
4353,
2048,
1979,
900,
1629,
332,
1920,
1835,
4354,
4355,
4164
],
),
"boat_railway": SymbolsMetadata(
popularity: 3,
codepoint: 0xf36c,
categories: [14],
tags: [
1809,
2472,
1811,
1812,
284,
375,
313,
2395,
4350,
4356,
1623,
4357,
87,
324,
1534,
4358,
4359,
325,
2485,
1625,
2045,
4360,
4361,
4362,
1538,
4363,
2421,
2488,
4364,
3054,
4365,
4366,
526,
1979,
4367,
1629,
332,
1835,
4368
],
),
"body_fat": SymbolsMetadata(
popularity: 18,
codepoint: 0xe098,
categories: [3],
tags: [
1422,
4369,
4370,
4119,
4371,
4372,
4373,
4374,
373,
4375,
2352,
4376,
2882,
4377,
1078,
697,
4378,
4379,
4380,
4381,
226,
17,
4382,
3474,
4383,
4384,
759,
391,
1095,
3732,
3493
],
),
"body_system": SymbolsMetadata(
popularity: 27,
codepoint: 0xe099,
categories: [3],
tags: [
3547,
4166,
690,
4385,
4386,
373,
375,
3092,
225,
2882,
488,
4387,
977,
697,
581,
3094,
4388,
894,
4389,
4390,
289,
588,
589,
590,
179,
4179,
4180,
392,
955,
4391,
1093,
4392
],
),
"bolt": SymbolsMetadata(
popularity: 16174,
codepoint: 0xea0b,
categories: [2],
tags: [
1360,
3935,
3680,
1842,
1365,
3683,
3922,
3684,
1165,
4393,
137,
138,
3936,
3937,
3688,
3101,
392,
275,
4394,
3963,
31,
3938,
2435,
206,
859,
4395
],
),
"bomb": SymbolsMetadata(
popularity: 115,
codepoint: 0xf568,
categories: [3],
tags: [
1359,
1360,
4396,
4397,
4398,
4399,
4400,
4401,
4402,
4403,
4404,
4405,
3681,
4406,
1365,
4407,
4408,
4409,
2425,
2714,
4410,
4411,
4412,
2715,
4413,
2716,
4414,
4415,
2719,
4416,
4417,
1036,
4418,
4419,
4420,
2435,
4421,
206,
4422
],
),
"book": SymbolsMetadata(
popularity: 4809,
codepoint: 0xe865,
categories: [12],
tags: [
4423,
4424,
3390,
4425,
1693,
1906,
4426,
3089,
3092,
4427,
3499,
4428,
4429,
52,
3094,
4430,
1345,
3394,
4431,
4432,
3396,
4433,
3380,
2885,
4434,
4435,
4105,
3506,
1539,
2737,
4436,
4391,
182,
3400,
4437,
4438
],
),
"book_2": SymbolsMetadata(
popularity: 283,
codepoint: 0xf53e,
categories: [12],
tags: [
4423,
3390,
1693,
628,
2443,
2617,
3092,
4427,
3499,
68,
4428,
4429,
52,
4439,
4440,
1345,
4441,
3394,
3396,
3397,
1587,
3380,
2885,
4434,
2457,
179,
4105,
3506,
1539,
2737,
4442,
4391,
4443,
182,
4444
],
),
"book_3": SymbolsMetadata(
popularity: 34,
codepoint: 0xf53d,
categories: [12],
tags: [
4423,
3390,
1693,
4445,
1430,
3092,
4446,
3499,
137,
138,
68,
4428,
52,
3094,
1345,
3394,
4432,
3396,
1586,
3397,
3380,
2885,
4105,
4179,
3506,
1539,
2737,
4447,
3398,
4391,
31,
182,
3400,
4437,
554,
4448,
1485
],
),
"book_4": SymbolsMetadata(
popularity: 129,
codepoint: 0xf53c,
categories: [12],
tags: [
4423,
3390,
1693,
628,
3089,
4449,
1430,
3092,
4446,
3499,
2816,
68,
3055,
4428,
52,
4439,
3094,
1345,
3394,
4450,
1585,
4432,
1586,
3067,
3380,
2885,
453,
179,
4105,
3506,
1539,
2737,
3398,
4391,
182,
33,
3400,
4448
],
),
"book_5": SymbolsMetadata(
popularity: 198,
codepoint: 0xf53b,
categories: [12],
tags: [
4423,
1673,
2440,
3390,
1693,
3392,
4449,
1430,
2617,
3092,
4446,
3499,
147,
3055,
4428,
52,
4439,
1345,
3394,
4450,
1585,
4432,
1586,
3067,
3380,
2885,
453,
4105,
4179,
3506,
1539,
2737,
3398,
4391,
182,
3400,
4437
],
),
"book_6": SymbolsMetadata(
popularity: 25,
codepoint: 0xf3df,
categories: [12],
tags: [
4451,
4423,
3390,
1693,
4449,
1430,
3092,
4446,
3499,
2816,
68,
4428,
52,
3094,
1345,
3394,
4450,
3395,
1585,
3396,
3397,
3067,
3380,
2885,
4435,
179,
4105,
3506,
1539,
2737,
4447,
3398,
4391,
182,
3400,
4437
],
),
"book_online": SymbolsMetadata(
popularity: 1465,
codepoint: 0xf217,
categories: [11],
tags: [
1246,
1247,
861,
4452,
1672,
2071,
3390,
1923,
2034,
1250,
344,
4453,
2663,
288,
44,
4454,
1105,
4455,
2532,
781,
4456,
10,
4457,
1909,
1110,
1253,
506,
262,
1698,
4458,
4459,
523,
70,
91,
2004,
271,
1654,
432,
1927,
2531,
2007,
1700,
525,
3347,
3951,
2010,
4365,
900,
4460,
4461
],
),
"book_ribbon": SymbolsMetadata(
popularity: 135,
codepoint: 0xf3e7,
categories: [6],
tags: [
4462,
1673,
3390,
1693,
1197,
1430,
4463,
3092,
3499,
2816,
1367,
3055,
4428,
52,
3094,
3100,
1345,
3394,
1166,
4464,
4432,
1586,
3380,
2885,
179,
4105,
3506,
1539,
4465,
4466,
3398,
4391,
182,
33
],
),
"bookmark": SymbolsMetadata(
popularity: 13681,
codepoint: 0xe866,
categories: [6],
tags: [
1672,
1673,
2440,
3390,
1693,
1179,
1197,
628,
2812,
1430,
3499,
147,
2913,
2816,
4467,
52,
1345,
1166,
262,
92,
1586,
326,
3380,
2885,
4105,
3506,
1539,
2833,
182,
4468,
4469
],
),
"bookmark_add": SymbolsMetadata(
popularity: 2254,
codepoint: 0xe598,
categories: [6],
tags: [
231,
745,
1673,
1693,
504,
1197,
1430,
3499,
147,
1680,
138,
1344,
259,
1166,
1583,
1480,
92,
1586,
239,
4470,
4105,
3506,
1539,
898,
857,
31,
141,
1348,
1186
],
),
"bookmark_added": SymbolsMetadata(
popularity: 1553,
codepoint: 0xe599,
categories: [6],
tags: [
745,
4471,
1660,
1693,
1662,
463,
1430,
1666,
3499,
147,
323,
1166,
174,
4472,
4473,
325,
1668,
820,
4474,
4475,
239,
2885,
4476,
4105,
1370,
1539,
4477,
4478,
4479,
362,
392,
4480,
4481,
4482,
4483,
1669,
1690,
2334,
1576,
333,
1671
],
),
"bookmark_bag": SymbolsMetadata(
popularity: 18,
codepoint: 0xf410,
categories: [6],
tags: [
1972,
1673,
3642,
2033,
1646,
1693,
1647,
3646,
1648,
1197,
1649,
3497,
3499,
1909,
4484,
86,
4467,
52,
1345,
88,
2042,
1166,
1389,
1061,
92,
4485,
1654,
3380,
2885,
4105,
1393,
3506,
1539,
392,
1395,
4486,
1396,
4487,
31,
182,
332,
1920,
4488
],
),
"bookmark_check": SymbolsMetadata(
popularity: 103,
codepoint: 0xf457,
categories: [6],
tags: [
1673,
1693,
4489,
1662,
463,
2663,
4490,
2683,
4491,
2321,
1430,
1666,
520,
1106,
3499,
4492,
259,
52,
1345,
1166,
1668,
2668,
1586,
1587,
3380,
2885,
4470,
4105,
3506,
1539,
4465,
4493,
362,
392,
2489,
1396,
245,
182,
1669,
1576,
333,
1671
],
),
"bookmark_flag": SymbolsMetadata(
popularity: 70,
codepoint: 0xf456,
categories: [6],
tags: [
1673,
1693,
4494,
4495,
312,
1602,
3499,
3500,
4496,
4497,
379,
904,
13,
4498,
1367,
4499,
4467,
52,
3295,
1345,
2939,
88,
323,
1166,
174,
4500,
20,
647,
4501,
325,
4502,
326,
327,
4503,
3380,
2885,
4105,
1428,
3506,
1539,
4504,
4505,
392,
1339,
593,
2489,
2128,
31,
182,
334
],
),
"bookmark_heart": SymbolsMetadata(
popularity: 45,
codepoint: 0xf455,
categories: [6],
tags: [
1672,
4506,
1673,
1693,
628,
2812,
1430,
3499,
147,
3500,
379,
4507,
1367,
4499,
52,
1345,
1613,
4508,
174,
1586,
876,
3380,
2885,
4105,
3506,
1539,
392,
1339,
2489,
31,
182,
141,
333
],
),
"bookmark_manager": SymbolsMetadata(
popularity: 58,
codepoint: 0xf7b1,
categories: [6],
tags: [
1693,
4509,
4510,
1179,
1197,
1578,
1325,
81,
1580,
1430,
4511,
1677,
1252,
680,
3499,
4512,
147,
4513,
4514,
4515,
1680,
1111,
259,
1345,
4516,
325,
887,
4517,
2621,
239,
4518,
1539,
4465,
392,
4519,
1588,
4520,
4521,
4522,
857,
1689,
31,
333,
1186,
1590,
1485
],
),
"bookmark_remove": SymbolsMetadata(
popularity: 735,
codepoint: 0xe59a,
categories: [6],
tags: [
748,
1693,
504,
780,
345,
1210,
1430,
3371,
3499,
1344,
259,
52,
1166,
1255,
325,
289,
1586,
4105,
1224,
3506,
1539,
1261,
31,
182,
141,
4523,
4524,
4525,
1348,
333
],
),
"bookmark_star": SymbolsMetadata(
popularity: 84,
codepoint: 0xf454,
categories: [6],
tags: [
1673,
3495,
1693,
1179,
1197,
628,
1430,
3499,
147,
4496,
1139,
1367,
51,
1376,
4467,
52,
1345,
87,
88,
1166,
174,
325,
289,
326,
328,
795,
359,
203,
3380,
2885,
4105,
3506,
1539,
363,
392,
857,
31,
182,
413,
907,
333
],
),
"bookmarks": SymbolsMetadata(
popularity: 3394,
codepoint: 0xe98b,
categories: [6],
tags: [
1693,
4526,
1179,
1197,
1430,
3499,
4512,
147,
4496,
4498,
1367,
52,
1082,
1345,
88,
1029,
174,
2455,
325,
92,
1587,
3380,
2885,
4105,
3506,
1539,
4465,
392,
1711,
182,
2930,
333
],
),
"books_movies_and_music": SymbolsMetadata(
popularity: 70,
codepoint: 0xef82,
categories: [15],
tags: [
1673,
1592,
1268,
3390,
3391,
2136,
4527,
1197,
628,
4528,
1467,
44,
3092,
781,
4529,
1611,
4428,
3094,
1958,
1345,
4530,
406,
3341,
439,
1706,
4531,
2504,
2885,
3298,
4532,
4533,
37,
4534
],
),
"border_all": SymbolsMetadata(
popularity: 396,
codepoint: 0xe228,
categories: [12],
tags: [
2280,
1131,
76,
1132,
1133,
482,
3583,
463,
1333,
628,
81,
8,
2262,
1580,
1252,
680,
2153,
1164,
4535,
2274,
382,
385,
1470,
4113,
2455,
92,
289,
3356,
1151,
706,
1588,
1460,
2710,
1170,
955,
1473,
33,
35,
396,
1485
],
),
"border_bottom": SymbolsMetadata(
popularity: 123,
codepoint: 0xe229,
categories: [12],
tags: [
4536,
4537,
1132,
4538,
4539,
2184,
4540,
4541,
4542,
2392,
754,
4543,
1163,
1580,
1252,
680,
2153,
4544,
2154,
1634,
385,
4545,
4546,
4547,
4548,
1169,
1588,
1460,
1170,
2160,
4549,
4550,
33,
4551,
4552,
2175,
35,
4553,
1485
],
),
"border_clear": SymbolsMetadata(
popularity: 199,
codepoint: 0xe22a,
categories: [12],
tags: [
1132,
4554,
4555,
4556,
482,
1208,
780,
4557,
2392,
754,
1210,
485,
1580,
1252,
680,
2153,
1164,
3371,
2154,
348,
381,
385,
87,
4558,
492,
289,
432,
1224,
4547,
4559,
4560,
4561,
392,
1588,
1460,
433,
1170,
2160,
33,
35,
1485
],
),
"border_color": SymbolsMetadata(
popularity: 4729,
codepoint: 0xe22b,
categories: [12],
tags: [
1738,
2280,
1592,
1132,
4562,
1742,
4563,
4564,
1236,
485,
2948,
1580,
2780,
1252,
680,
2153,
370,
137,
87,
1641,
289,
4517,
2621,
2936,
432,
392,
1588,
4565,
1460,
433,
1170,
2160,
33,
511,
35,
1590,
1485
],
),
"border_horizontal": SymbolsMetadata(
popularity: 145,
codepoint: 0xe22c,
categories: [12],
tags: [
4566,
1132,
1133,
4567,
2392,
754,
4568,
4569,
2262,
1163,
1136,
1580,
4570,
1252,
680,
2153,
1164,
2154,
4571,
699,
4572,
1634,
4573,
385,
4574,
87,
4575,
289,
703,
4576,
4577,
1152,
1169,
1588,
1460,
1170,
33,
2175,
35,
4578,
1485
],
),
"border_inner": SymbolsMetadata(
popularity: 130,
codepoint: 0xe22d,
categories: [12],
tags: [
2148,
1131,
1132,
4579,
1133,
482,
3583,
933,
628,
2392,
754,
4580,
4581,
1580,
1252,
680,
2153,
348,
382,
4582,
2734,
385,
1470,
92,
2457,
1459,
1151,
706,
1588,
1460,
433,
1170,
955,
1473,
33,
35,
1485
],
),
"border_left": SymbolsMetadata(
popularity: 120,
codepoint: 0xe22e,
categories: [12],
tags: [
2203,
2148,
1132,
4583,
1133,
1438,
2392,
754,
1580,
1430,
606,
1252,
680,
2153,
2154,
382,
2816,
4584,
385,
2195,
87,
4585,
2157,
4586,
703,
1588,
1472,
2942,
1460,
1170,
955,
33,
2209,
35,
2189,
1485
],
),
"border_outer": SymbolsMetadata(
popularity: 192,
codepoint: 0xe22f,
categories: [12],
tags: [
1131,
1132,
4587,
4588,
482,
1250,
1333,
628,
2392,
754,
485,
1580,
1430,
606,
1252,
680,
2153,
1164,
1748,
370,
348,
137,
382,
385,
1470,
4589,
289,
1586,
1146,
432,
363,
392,
1588,
1460,
433,
1170,
955,
2160,
1473,
33,
35,
1485
],
),
"border_right": SymbolsMetadata(
popularity: 104,
codepoint: 0xe230,
categories: [12],
tags: [
2148,
1132,
4590,
1133,
482,
2392,
754,
485,
1580,
1430,
606,
1252,
680,
2153,
1164,
370,
348,
381,
382,
385,
87,
4585,
289,
2157,
906,
4591,
4592,
392,
1588,
1460,
433,
1170,
2197,
1473,
33,
4593,
35,
476,
1485
],
),
"border_style": SymbolsMetadata(
popularity: 209,
codepoint: 0xe231,
categories: [12],
tags: [
4594,
1132,
1133,
482,
1250,
4563,
1333,
2392,
754,
485,
1580,
1430,
755,
606,
1252,
680,
2153,
1164,
2154,
348,
137,
2253,
385,
87,
289,
2157,
392,
1588,
2489,
1460,
1170,
2160,
1473,
33,
4595,
35,
907,
2189,
3732,
1485
],
),
"border_top": SymbolsMetadata(
popularity: 120,
codepoint: 0xe232,
categories: [12],
tags: [
1631,
1132,
4596,
1133,
1250,
3939,
2392,
754,
1163,
1136,
1580,
606,
1252,
680,
2153,
1164,
2154,
348,
382,
1634,
385,
87,
4597,
289,
2157,
703,
4576,
1151,
1152,
1169,
1588,
1460,
1170,
1473,
33,
2174,
4598,
1263,
4599,
35,
4600,
1485
],
),
"border_vertical": SymbolsMetadata(
popularity: 155,
codepoint: 0xe233,
categories: [12],
tags: [
2148,
1132,
4588,
1438,
4601,
933,
2392,
754,
2262,
4602,
1580,
4603,
1252,
680,
2153,
2154,
348,
382,
385,
1470,
92,
289,
4604,
919,
1733,
703,
1151,
707,
1169,
1588,
2401,
4605,
1460,
1170,
955,
33,
1331,
35,
1464,
4606,
3330,
1485
],
),
"borg": SymbolsMetadata(
popularity: 70,
codepoint: 0xf40d,
categories: [2],
tags: [
3147,
3148,
4607,
4608,
5,
4609,
284,
4610,
4611,
4612,
4613,
3497,
1386,
4614,
4615,
3149,
4616,
138,
1314,
1729,
267,
4617,
2499,
4618,
4619,
4620,
31,
65,
4621,
4622
],
),
"bottom_app_bar": SymbolsMetadata(
popularity: 14,
codepoint: 0xe730,
categories: [2],
tags: [
861,
4623,
1672,
4624,
4625,
501,
1423,
2184,
4626,
3939,
2701,
345,
4627,
485,
1164,
4628,
2703,
137,
1344,
385,
4629,
506,
917,
262,
4630,
630,
325,
918,
919,
271,
410,
2833,
31,
525,
1780,
141,
907,
4631,
1348,
333,
1186,
1187
],
),
"bottom_drawer": SymbolsMetadata(
popularity: 43,
codepoint: 0xe72d,
categories: [2],
tags: [
1672,
501,
1423,
2184,
4632,
912,
2701,
1744,
485,
2814,
4633,
913,
914,
2690,
4634,
2915,
4635,
51,
1344,
385,
87,
88,
506,
2892,
262,
630,
70,
919,
271,
4636,
432,
2220,
2894,
410,
1169,
2833,
4637,
525,
4638,
4639,
97,
141,
1701,
1348,
333,
1186,
1187
],
),
"bottom_navigation": SymbolsMetadata(
popularity: 68,
codepoint: 0xe98c,
categories: [2],
tags: [
2148,
1672,
4624,
501,
1423,
2184,
4640,
4626,
2701,
485,
1136,
1164,
4628,
4641,
4642,
4643,
4635,
1344,
385,
917,
262,
4630,
630,
325,
918,
271,
2196,
329,
432,
2457,
1291,
410,
1151,
2833,
4644,
525,
141,
907,
1348,
4645,
333,
1186,
1187
],
),
"bottom_panel_close": SymbolsMetadata(
popularity: 49,
codepoint: 0xf72a,
categories: [2],
tags: [
748,
77,
2184,
504,
1208,
780,
1209,
912,
3939,
1333,
345,
1235,
1210,
313,
4646,
4647,
2814,
913,
1212,
381,
2915,
385,
2892,
919,
4648,
1224,
4649,
392,
1588,
2917,
4650,
907,
1187,
2989,
3993
],
),
"bottom_panel_open": SymbolsMetadata(
popularity: 56,
codepoint: 0xf729,
categories: [2],
tags: [
861,
748,
77,
2184,
912,
345,
81,
145,
313,
2814,
913,
1164,
914,
2901,
1335,
51,
68,
1344,
385,
506,
237,
325,
2922,
70,
919,
4648,
4636,
2894,
2007,
4650,
1690,
907,
1701,
1187,
2989
],
),
"bottom_right_click": SymbolsMetadata(
popularity: 32,
codepoint: 0xf684,
categories: [2],
tags: [
748,
1922,
501,
77,
502,
2184,
504,
1784,
519,
345,
2812,
1787,
288,
2948,
44,
313,
1745,
2976,
1139,
1612,
1344,
323,
2981,
325,
1167,
329,
906,
362,
363,
509,
4651,
65,
4652,
333
],
),
"bottom_sheets": SymbolsMetadata(
popularity: 34,
codepoint: 0xe98d,
categories: [2],
tags: [
4653,
1672,
501,
517,
2184,
4654,
3939,
2701,
1333,
628,
345,
81,
485,
145,
1476,
8,
1164,
4655,
699,
68,
1344,
385,
1470,
506,
262,
4656,
630,
2747,
919,
271,
1243,
432,
410,
1169,
4442,
2833,
433,
525,
141,
1348,
1464,
333,
1186,
1187
],
),
"box": SymbolsMetadata(
popularity: 170,
codepoint: 0xf5a4,
categories: [9],
tags: [
480,
1332,
809,
1132,
482,
4657,
3939,
2301,
1333,
2036,
1164,
811,
488,
348,
137,
1376,
4658,
814,
492,
289,
2572,
4659,
1352,
2295,
1653,
432,
390,
392,
4660,
4353,
1339,
433,
1689,
955,
31
],
),
"box_add": SymbolsMetadata(
popularity: 33,
codepoint: 0xf5a5,
categories: [9],
tags: [
231,
745,
232,
482,
4661,
4657,
934,
1333,
4662,
1325,
2036,
1649,
3772,
1376,
87,
3403,
1029,
887,
289,
2572,
4659,
239,
1352,
2295,
1653,
2457,
392,
4660,
4353,
1394,
433,
4663,
1689,
1396
],
),
"box_edit": SymbolsMetadata(
popularity: 26,
codepoint: 0xf5a6,
categories: [9],
tags: [
1738,
1739,
482,
1578,
685,
1333,
628,
4664,
1325,
1236,
81,
145,
1430,
4511,
1252,
680,
1431,
147,
488,
68,
1111,
1029,
1641,
92,
2572,
4517,
2621,
150,
4665,
71,
433,
511,
2451,
1590,
1485
],
),
"boy": SymbolsMetadata(
popularity: 1560,
codepoint: 0xeb67,
categories: [3],
tags: [
565,
566,
690,
4666,
974,
5,
993,
1797,
977,
581,
1803,
981,
814,
289,
588,
589,
590,
3460,
986,
888,
1339,
593,
31,
601,
4667
],
),
"brand_awareness": SymbolsMetadata(
popularity: 891,
codepoint: 0xe98e,
categories: [0],
tags: [
1360,
1422,
1071,
1177,
77,
1268,
4668,
2493,
569,
373,
345,
81,
941,
1078,
234,
235,
2465,
3481,
1182,
1086,
4259,
1706,
2456,
648,
242,
759,
3490,
2332,
2420,
1293,
1294,
746,
1095,
1429,
2030,
3017,
514,
554
],
rtlAutoMirrored: true,
),
"brand_family": SymbolsMetadata(
popularity: 81,
codepoint: 0xf4f1,
categories: [12],
tags: [
3418,
480,
4,
4669,
2493,
4670,
5,
193,
462,
4609,
574,
2301,
284,
1385,
1026,
12,
4671,
370,
137,
579,
978,
384,
16,
2480,
582,
267,
586,
289,
588,
1092,
390,
762,
392,
4672,
31,
597,
4673,
33,
35,
4674,
4621
],
),
"branding_watermark": SymbolsMetadata(
popularity: 1012,
codepoint: 0xe06b,
categories: [0],
tags: [
480,
4675,
4670,
4676,
576,
2701,
3307,
2812,
485,
2948,
1164,
3497,
370,
137,
978,
49,
4677,
1344,
385,
87,
2480,
1166,
289,
2747,
62,
432,
410,
392,
898,
1339,
2833,
433,
2673,
31,
4678,
4679,
141,
1348,
1409,
636,
333,
1186,
1187
],
),
"breakfast_dining": SymbolsMetadata(
popularity: 548,
codepoint: 0xea54,
categories: [16],
tags: [
3691,
3693,
3694,
3695,
4680,
3697,
193,
4206,
3699,
4681,
4682,
4683,
3701,
4684,
3702,
4685,
4686,
2354,
4687,
4213,
3704,
506,
2080,
4383,
91,
4688,
4689,
1537,
330,
3709,
4690,
4691,
4692,
4693
],
),
"breaking_news": SymbolsMetadata(
popularity: 193,
codepoint: 0xea08,
categories: [12],
tags: [
3104,
1360,
1177,
1361,
4694,
731,
691,
283,
1724,
3681,
4695,
1365,
1430,
2714,
4696,
1366,
3915,
4393,
4697,
4698,
1367,
68,
1166,
406,
583,
2456,
3066,
616,
1587,
1428,
1588,
433,
31,
33,
2451,
2435,
4699,
206
],
),
"breaking_news_alt_1": SymbolsMetadata(
popularity: 980,
codepoint: 0xf0ba,
categories: [12],
tags: [
3104,
1360,
1177,
1672,
2440,
1361,
4700,
691,
1365,
2714,
1366,
4701,
137,
4697,
138,
1367,
68,
1166,
406,
2456,
3066,
616,
1428,
392,
3398,
31,
1690,
2451,
2435,
206,
333
],
),
"breastfeeding": SymbolsMetadata(
popularity: 140,
codepoint: 0xf856,
categories: [3],
tags: [
3524,
3525,
690,
4702,
4703,
4704,
4705,
3132,
993,
997,
2373,
4706,
1026,
1726,
4707,
225,
697,
1763,
4708,
581,
3531,
1028,
4709,
4381,
4710,
4711,
894,
4712,
4713,
4714,
3533,
4715,
3535,
4716,
4717,
4383,
1032,
4718,
588,
589,
590,
888,
880,
3543,
4719,
1023
],
),
"brick": SymbolsMetadata(
popularity: 144,
codepoint: 0xf388,
categories: [3],
tags: [
481,
4720,
1374,
929,
4721,
4722,
3939,
1497,
1164,
4723,
2475,
4724,
1499,
1376,
1028,
4725,
4195,
4726,
4727,
492,
4728,
4729,
432,
1152,
2489,
433,
4730,
955,
4731,
3588,
3357,
2500,
152,
4732
],
),
"brightness_1": SymbolsMetadata(
popularity: 669,
codepoint: 0xe3a6,
categories: [1],
tags: [
72,
749,
281,
1332,
3622,
4733,
193,
463,
345,
4096,
4734,
1745,
1164,
3500,
4735,
2274,
51,
1401,
792,
4736,
174,
814,
4090,
3578,
4737,
328,
330,
410,
2696,
392,
1339,
3570,
2489,
331,
291,
4738,
2318
],
),
"brightness_2": SymbolsMetadata(
popularity: 406,
codepoint: 0xe3a7,
categories: [1],
tags: [
74,
1738,
2210,
3622,
193,
4739,
345,
4096,
4084,
3634,
8,
138,
1344,
792,
3627,
642,
4090,
4060,
410,
151,
2402,
31,
4740,
413,
907,
396,
3631,
476
],
),
"brightness_3": SymbolsMetadata(
popularity: 471,
codepoint: 0xe3a8,
categories: [1],
tags: [
75,
1738,
4076,
1874,
3622,
4078,
4741,
193,
345,
4082,
4096,
753,
4227,
3634,
8,
1843,
51,
792,
4742,
642,
4090,
4060,
4743,
4744,
410,
151,
1919,
823,
31,
3926,
551
],
),
"brightness_4": SymbolsMetadata(
popularity: 904,
codepoint: 0xe3a9,
categories: [1],
tags: [
631,
2210,
1423,
3622,
193,
4739,
345,
4096,
4745,
8,
3623,
3624,
4746,
49,
3626,
792,
3627,
4747,
4090,
1825,
4060,
355,
57,
410,
151,
3476,
1598,
3631,
859
],
),
"brightness_5": SymbolsMetadata(
popularity: 1051,
codepoint: 0xe3aa,
categories: [1],
tags: [
676,
1738,
3622,
504,
193,
345,
4096,
8,
3625,
3025,
138,
4746,
3626,
792,
3627,
4090,
355,
3199,
4748,
4749,
410,
151,
4750,
857,
2369,
1598,
141,
859
],
),
"brightness_6": SymbolsMetadata(
popularity: 1616,
codepoint: 0xe3ab,
categories: [1],
tags: [
687,
1738,
3622,
193,
4739,
345,
4096,
4084,
2124,
2879,
3634,
8,
1843,
3623,
3625,
235,
792,
3627,
4747,
630,
4090,
851,
3199,
3629,
391,
410,
151,
3476,
4751,
857,
1598,
4044,
859
],
),
"brightness_7": SymbolsMetadata(
popularity: 659,
codepoint: 0xe3ac,
categories: [1],
tags: [
747,
1738,
4594,
3621,
4752,
3622,
193,
780,
4753,
345,
4096,
2124,
4754,
8,
2274,
4755,
3625,
3459,
4746,
235,
3626,
792,
3627,
4756,
630,
4090,
410,
151,
4757,
857,
1598,
4044,
1701,
476
],
),
"brightness_alert": SymbolsMetadata(
popularity: 258,
codepoint: 0xf5cf,
categories: [4],
tags: [
3104,
2210,
1360,
1361,
1423,
3622,
691,
4739,
345,
1365,
8,
2714,
1366,
3623,
1479,
4758,
137,
1367,
51,
2716,
792,
3627,
1166,
262,
630,
1183,
616,
271,
2719,
1428,
410,
151,
3476,
291,
1598,
31,
1093,
65,
206
],
),
"brightness_auto": SymbolsMetadata(
popularity: 281,
codepoint: 0xe1ab,
categories: [4],
tags: [
3418,
1738,
2210,
4759,
2423,
4760,
3349,
4761,
3622,
4762,
345,
8,
771,
1843,
138,
1344,
792,
3627,
4236,
406,
262,
630,
271,
410,
4763,
4764,
64,
151,
71,
3365,
857,
1598,
31,
2198
],
),
"brightness_empty": SymbolsMetadata(
popularity: 88,
codepoint: 0xf7e8,
categories: [4],
tags: [
4765,
2210,
1132,
3621,
3622,
193,
345,
8,
811,
2217,
3625,
51,
3626,
792,
3627,
87,
4747,
289,
851,
3199,
3200,
3629,
330,
410,
151,
857,
1170,
1598,
4766,
2198,
36
],
),
"brightness_medium": SymbolsMetadata(
popularity: 495,
codepoint: 0xe1ae,
categories: [4],
tags: [
2210,
2423,
3622,
193,
685,
345,
1400,
8,
3625,
4746,
1344,
792,
3627,
3879,
262,
630,
70,
271,
3199,
4749,
410,
151,
1598,
3631,
476
],
),
"bring_your_own_ip": SymbolsMetadata(
popularity: 941,
codepoint: 0xe016,
categories: [3],
tags: [
1513,
77,
4767,
482,
4768,
4769,
1675,
519,
685,
284,
81,
2271,
520,
1695,
320,
1594,
1111,
259,
4770,
4771,
4772,
4773,
3664,
1749,
267,
585,
1732,
4774,
4775,
2720,
1779,
433,
1689,
65,
526,
527,
334,
4776
],
),
"broadcast_on_home": SymbolsMetadata(
popularity: 198,
codepoint: 0xf8f8,
categories: [0],
tags: [
2020,
1268,
731,
4276,
283,
1073,
254,
628,
288,
1140,
1499,
406,
267,
4777,
2298,
1528,
273,
1896,
1897,
1293,
1294,
411,
65,
2058,
4778,
1854,
278,
4779
],
),
"broadcast_on_personal": SymbolsMetadata(
popularity: 260,
codepoint: 0xf8f9,
categories: [0],
tags: [
565,
2492,
566,
731,
283,
284,
44,
1726,
259,
1282,
4780,
267,
523,
589,
920,
590,
1353,
4781,
2029,
273,
593,
454,
4778,
2451,
601,
1854
],
),
"broken_image": SymbolsMetadata(
popularity: 1085,
codepoint: 0xe3ad,
categories: [1],
tags: [
1360,
3257,
628,
4782,
4783,
81,
4784,
4785,
2714,
4786,
147,
137,
49,
2716,
1595,
4787,
406,
4788,
1596,
1597,
4789,
817,
4790,
57,
59,
62,
820,
2719,
4034,
4791,
989,
4792,
1068,
476,
206
],
),
"browse": SymbolsMetadata(
popularity: 216,
codepoint: 0xeb13,
categories: [6],
tags: [
1673,
4793,
2136,
4794,
628,
81,
145,
1541,
1430,
2141,
316,
1679,
317,
1680,
382,
173,
68,
86,
385,
1345,
88,
4115,
1586,
3397,
1587,
4795,
4796,
4133,
4797,
1126,
1711,
396,
333
],
),
"browse_activity": SymbolsMetadata(
popularity: 1457,
codepoint: 0xf8a5,
categories: [2],
tags: [
4623,
2508,
4798,
4793,
4799,
4800,
1704,
288,
8,
4801,
4802,
1726,
1077,
1110,
2076,
4803,
1623,
88,
4804,
4805,
630,
616,
91,
2795,
1625,
759,
4806,
453,
410,
2853,
94,
857,
454,
2463,
4807,
2451
],
),
"browse_gallery": SymbolsMetadata(
popularity: 1730,
codepoint: 0xebd1,
categories: [2],
tags: [
1342,
2134,
959,
4793,
4808,
2136,
1159,
1197,
316,
1679,
1343,
490,
382,
4809,
4810,
2503,
1345,
406,
439,
4811,
4812,
59,
2144,
1711,
1689,
4813,
396,
4814,
4815,
2078
],
),
"browser_updated": SymbolsMetadata(
popularity: 674,
codepoint: 0xe7cf,
categories: [11],
tags: [
1246,
1247,
501,
77,
1179,
1664,
1703,
463,
519,
4490,
1704,
288,
8,
1666,
520,
2665,
4816,
1110,
1253,
1697,
4817,
259,
1705,
630,
325,
4818,
1586,
1122,
759,
760,
410,
509,
291,
245,
4480,
1669,
2451,
4819,
4820,
333,
4821,
1186,
1187
],
),
"brunch_dining": SymbolsMetadata(
popularity: 481,
codepoint: 0xea73,
categories: [16],
tags: [
4822,
3694,
3695,
3696,
4823,
3699,
4824,
3701,
4825,
4826,
4207,
3702,
4827,
4828,
2354,
2987,
4829,
4112,
3704,
4830,
4831,
4832,
1927,
1537,
151,
4833,
4834,
1473,
4835
],
),
"brush": SymbolsMetadata(
popularity: 3991,
codepoint: 0xe3ae,
categories: [1],
tags: [
1592,
2133,
3071,
4836,
3072,
4563,
2277,
485,
4837,
2780,
378,
4838,
1252,
680,
2153,
2217,
490,
4634,
384,
4839,
87,
492,
3077,
3078,
3079,
4840,
392,
1170,
2160,
4841,
511,
1780
],
),
"bubble": SymbolsMetadata(
popularity: 117,
codepoint: 0xef83,
categories: [2],
tags: [
77,
502,
4842,
568,
570,
2722,
193,
572,
573,
283,
1475,
4843,
2948,
1476,
4844,
2725,
313,
1478,
2726,
583,
906,
392,
4845,
4846,
1295,
1484,
1296,
4847,
33,
4848,
4849,
4850,
4851,
4852,
1701,
1298,
1485
],
rtlAutoMirrored: true,
),
"bubble_chart": SymbolsMetadata(
popularity: 1367,
codepoint: 0xe6dd,
categories: [9],
tags: [
1422,
1071,
1423,
517,
568,
4853,
4854,
373,
1101,
3762,
1425,
81,
375,
1105,
3092,
941,
1078,
1081,
68,
226,
4855,
1086,
851,
1427,
759,
3490,
4179,
2332,
391,
4856,
4180,
746,
3070,
1095,
2468,
514
],
),
"bubbles": SymbolsMetadata(
popularity: 64,
codepoint: 0xf64e,
categories: [2],
tags: [
480,
4857,
1672,
77,
502,
3516,
3811,
4858,
3815,
4859,
4823,
4169,
1101,
1863,
1209,
912,
4860,
4569,
313,
2814,
4207,
4861,
4862,
4863,
4864,
137,
1344,
3627,
4176,
3354,
4865,
906,
4180,
4866,
4867,
4868,
141,
1348,
4319,
1187
],
),
"bug_report": SymbolsMetadata(
popularity: 7280,
codepoint: 0xe868,
categories: [6],
tags: [
1360,
4869,
501,
1309,
4870,
193,
573,
4871,
4872,
4873,
1430,
2714,
1479,
147,
1747,
871,
4874,
2716,
583,
1480,
1368,
1587,
2719,
1428,
509,
2925,
880,
1093,
1319,
2010,
4875,
2385,
206
],
),
"build": SymbolsMetadata(
popularity: 8981,
codepoint: 0xe869,
categories: [6],
tags: [
1738,
2210,
1374,
929,
685,
1497,
345,
2781,
46,
1747,
4876,
1776,
2704,
1110,
1140,
4877,
4839,
4878,
3961,
4879,
1143,
70,
4880,
652,
71,
4881,
511,
4882,
1780,
3375,
1518,
4883
],
),
"build_circle": SymbolsMetadata(
popularity: 2777,
codepoint: 0xef48,
categories: [6],
tags: [
1738,
1374,
193,
1775,
685,
1375,
2850,
1325,
1104,
4884,
1747,
1776,
4878,
3961,
4879,
70,
4502,
921,
4880,
330,
71,
1779,
4881,
140,
511,
4883
],
),
"bungalow": SymbolsMetadata(
popularity: 266,
codepoint: 0xe591,
categories: [16],
tags: [
1495,
1496,
929,
4885,
1647,
4886,
1497,
4887,
1498,
2551,
1140,
4888,
1499,
4889,
2552,
4056,
1534,
327,
1500,
4890,
2554,
1501,
4153,
1502,
1503,
4891,
1504,
4892,
4893,
3740,
955,
4894,
1229
],
),
"burst_mode": SymbolsMetadata(
popularity: 255,
codepoint: 0xe43c,
categories: [1],
tags: [
748,
4403,
4895,
40,
42,
752,
1165,
437,
49,
1595,
4896,
642,
1596,
1597,
2455,
57,
59,
62,
3101,
2430,
3434,
4897,
94,
2145,
4898,
4899,
1347,
4900,
275,
454,
4901
],
),
"bus_alert": SymbolsMetadata(
popularity: 469,
codepoint: 0xe98f,
categories: [14],
tags: [
3104,
1359,
1360,
1361,
1809,
2712,
2034,
1811,
1812,
691,
4902,
1365,
2714,
1366,
4701,
1367,
68,
2716,
1623,
1534,
1166,
583,
875,
616,
1913,
2719,
2046,
1626,
1538,
273,
1226,
31,
1979,
1629,
332,
1690,
2451,
1835,
206
],
),
"bus_railway": SymbolsMetadata(
popularity: 40,
codepoint: 0xf36b,
categories: [14],
tags: [
77,
1809,
2034,
1811,
1812,
2548,
2035,
313,
2395,
1623,
87,
324,
1534,
4903,
4904,
325,
1392,
2045,
2046,
4360,
4361,
1538,
1168,
3542,
1226,
4364,
4905,
2787,
4365,
4366,
1979,
900,
1629,
332,
4906,
1506,
1835
],
),
"business_center": SymbolsMetadata(
popularity: 5447,
codepoint: 0xeb3f,
categories: [5],
tags: [
2536,
959,
3642,
2033,
4907,
482,
1514,
569,
4908,
4909,
4870,
308,
934,
1333,
1385,
4910,
4634,
4911,
1376,
1515,
2042,
492,
1391,
920,
2553,
4912,
4913,
969,
432,
1689,
4914,
4487,
332,
1518
],
),
"business_chip": SymbolsMetadata(
popularity: 62,
codepoint: 0xf84c,
categories: [12],
tags: [
4915,
1496,
3642,
2033,
1514,
929,
569,
4916,
930,
4870,
4917,
4918,
2548,
1180,
576,
1385,
4919,
1386,
1387,
4920,
4921,
978,
945,
1391,
4922,
586,
4913,
590,
4923,
969,
2555,
955,
4487,
1506,
1518
],
),
"business_messages": SymbolsMetadata(
popularity: 98,
codepoint: 0xef84,
categories: [7],
tags: [
502,
568,
569,
570,
2722,
934,
283,
4924,
576,
4925,
975,
1475,
2724,
1385,
2725,
1386,
1612,
583,
4926,
4927,
1391,
4928,
4913,
2415,
2416,
652,
594,
1484,
880,
1296,
33,
4929,
1518
],
rtlAutoMirrored: true,
),
"buttons_alt": SymbolsMetadata(
popularity: 43,
codepoint: 0xe72f,
categories: [2],
tags: [
231,
4930,
480,
748,
1591,
2388,
1332,
504,
1100,
193,
1103,
3939,
1744,
1425,
1164,
4863,
904,
1111,
1612,
1344,
385,
506,
70,
919,
239,
362,
71,
392,
433,
2402,
31,
413,
1690,
141
],
),
"cabin": SymbolsMetadata(
popularity: 501,
codepoint: 0xe589,
categories: [16],
tags: [
1495,
1496,
1332,
929,
1931,
3644,
4887,
4495,
4931,
1498,
2824,
2551,
4040,
1140,
1499,
4056,
4804,
4932,
1534,
1825,
4041,
327,
1500,
2554,
1501,
432,
1502,
1503,
4891,
1829,
1504,
1339,
433,
3740,
955,
332,
4894,
1690,
1960,
4933,
1229,
4934
],
),
"cable": SymbolsMetadata(
popularity: 1465,
codepoint: 0xefe6,
categories: [4],
tags: [
4935,
4936,
283,
3939,
1073,
284,
4937,
4938,
81,
288,
44,
3870,
3922,
2532,
1877,
1110,
1111,
87,
1314,
267,
4939,
3781,
1732,
3970,
1315,
3688,
273,
4940,
65,
526,
4778,
1320,
4941
],
),
"cable_car": SymbolsMetadata(
popularity: 8,
codepoint: 0xf479,
categories: [14],
tags: [
4942,
1809,
1931,
4943,
1811,
1812,
4944,
4902,
312,
313,
2418,
4945,
1623,
87,
1534,
1596,
3652,
2045,
2046,
4360,
4361,
3299,
4946,
4947,
4948,
4949,
4364,
3302,
4950,
4365,
4366,
1979,
1629,
332,
4906,
4951,
1835,
396
],
),
"cached": SymbolsMetadata(
popularity: 5682,
codepoint: 0xe86a,
categories: [2],
tags: [
861,
460,
502,
3436,
3437,
193,
1675,
284,
81,
1467,
1541,
520,
1679,
1680,
68,
3439,
3039,
3440,
757,
2794,
267,
1060,
758,
760,
761,
2449,
2796,
470,
1539,
2720,
1689,
1396,
764,
765,
1093,
4952,
2451
],
),
"cadence": SymbolsMetadata(
popularity: 95,
codepoint: 0xf4b4,
categories: [15],
tags: [
1268,
4953,
4954,
3318,
3768,
4955,
4956,
4957,
4958,
4959,
373,
4960,
2063,
11,
2881,
2882,
351,
4961,
1078,
792,
1706,
4962,
4261,
4262,
2886,
29,
273,
1293,
2068,
4963,
4964,
4965,
554,
4966,
1854,
3331
],
),
"cake": SymbolsMetadata(
popularity: 3945,
codepoint: 0xe7e9,
categories: [15],
tags: [
745,
4967,
4968,
3690,
3691,
4969,
4970,
4971,
4972,
4973,
4974,
4682,
3700,
4685,
10,
4975,
2354,
4976,
4977,
1957,
887,
4978,
587,
4979,
3706,
3707,
239,
4980,
3710,
593,
4981,
4982,
3711,
31,
3712
],
),
"cake_add": SymbolsMetadata(
popularity: 103,
codepoint: 0xf85b,
categories: [15],
tags: [
745,
4983,
4967,
4984,
3690,
3691,
4969,
4970,
4971,
4973,
4974,
1325,
4985,
3700,
4986,
10,
4975,
2354,
4976,
4977,
4987,
1432,
887,
4978,
587,
3706,
239,
4988,
3711,
3712
],
),
"calculate": SymbolsMetadata(
popularity: 7616,
codepoint: 0xea5f,
categories: [9],
tags: [
231,
4989,
4990,
232,
1322,
4991,
4992,
80,
169,
45,
1136,
4993,
629,
3500,
4994,
381,
1114,
87,
793,
4995,
3198,
4996,
22,
4997,
492,
227,
392,
2489,
4998,
675,
31,
65,
511,
230
],
),
"calendar_add_on": SymbolsMetadata(
popularity: 2335,
codepoint: 0xef85,
categories: [7],
tags: [
231,
745,
1659,
2071,
1923,
1132,
504,
2072,
1325,
1160,
2124,
10,
138,
1327,
4804,
1166,
4999,
887,
1452,
289,
5000,
239,
453,
985,
1370,
1168,
433,
31,
1171,
5001,
141,
5002
],
),
"calendar_apps_script": SymbolsMetadata(
popularity: 330,
codepoint: 0xf0bb,
categories: [7],
tags: [
5003,
501,
2071,
5004,
2123,
482,
2072,
1102,
1073,
1160,
2124,
1313,
1104,
10,
5005,
2561,
1470,
1314,
1029,
4999,
586,
3489,
5006,
1123,
432,
1370,
1168,
3325,
764,
5001,
511,
5002
],
),
"calendar_clock": SymbolsMetadata(
popularity: 508,
codepoint: 0xf540,
categories: [6],
tags: [
1659,
1359,
1360,
2071,
1362,
2072,
193,
1159,
1160,
2124,
2074,
868,
2089,
1055,
10,
489,
137,
2076,
3463,
138,
5007,
550,
1029,
3466,
4999,
616,
2795,
3489,
5008,
1370,
1168,
360,
392,
433,
31,
1171,
2463,
1172,
5001,
2078
],
),
"calendar_month": SymbolsMetadata(
popularity: 38579,
codepoint: 0xebcc,
categories: [6],
tags: [
1659,
2071,
504,
2072,
1159,
1160,
2124,
2089,
1164,
10,
138,
1344,
1470,
4999,
325,
5009,
3488,
2785,
453,
432,
1168,
433,
31,
1171,
5001,
5010
],
),
"calendar_today": SymbolsMetadata(
popularity: 12169,
codepoint: 0xe935,
categories: [6],
tags: [
1659,
2071,
1923,
2072,
5011,
5012,
5013,
1160,
5014,
2124,
5015,
10,
382,
1470,
4999,
5016,
5017,
2785,
3489,
5018,
432,
1370,
1168,
433,
1171,
5001,
5019,
5020,
5002,
5021
],
),
"calendar_view_day": SymbolsMetadata(
popularity: 712,
codepoint: 0xe936,
categories: [12],
tags: [
2508,
1659,
2071,
5022,
2072,
1438,
1160,
2124,
5023,
303,
10,
4802,
370,
382,
385,
2939,
88,
5024,
1941,
4999,
92,
2785,
432,
1168,
5025,
392,
3570,
1171,
2463,
5001,
1464,
396,
5020
],
),
"calendar_view_month": SymbolsMetadata(
popularity: 1018,
codepoint: 0xefe7,
categories: [12],
tags: [
1659,
5022,
1466,
481,
1923,
482,
2072,
1160,
2124,
10,
4802,
370,
382,
699,
385,
1470,
4113,
4999,
5017,
289,
3489,
432,
1370,
1168,
955,
1171,
5001,
1464,
396,
5026,
5021
],
),
"calendar_view_week": SymbolsMetadata(
popularity: 765,
codepoint: 0xefe8,
categories: [12],
tags: [
5022,
1466,
2072,
933,
1160,
5027,
2124,
5028,
8,
10,
4802,
370,
382,
385,
1029,
4999,
5017,
5029,
5000,
3489,
432,
1168,
5030,
955,
1171,
2463,
5001,
1464,
396,
5020,
5026
],
),
"call": SymbolsMetadata(
popularity: 48317,
codepoint: 0xe0b0,
categories: [7],
tags: [
1268,
569,
1270,
1250,
283,
1073,
284,
975,
5031,
5032,
288,
1400,
1541,
2425,
5033,
1110,
871,
2290,
5034,
262,
1391,
5035,
271,
5036,
3343,
762,
4845,
880,
1296,
612,
1406,
1298
],
),
"call_end": SymbolsMetadata(
popularity: 1868,
codepoint: 0xe0b1,
categories: [7],
tags: [
1268,
504,
1270,
1208,
1250,
1209,
283,
975,
345,
5037,
288,
3261,
2125,
5038,
1110,
2290,
1612,
262,
5035,
271,
876,
5039,
2111,
392,
1226,
31,
1406,
3453,
1298
],
),
"call_log": SymbolsMetadata(
popularity: 51,
codepoint: 0xe08e,
categories: [7],
tags: [
1673,
1270,
5040,
5041,
1250,
251,
4800,
283,
5042,
975,
5043,
43,
288,
1541,
4801,
1110,
2076,
4803,
2290,
68,
88,
4804,
5044,
262,
5035,
271,
5045,
4806,
453,
1700,
3070,
276,
1406,
5046
],
),
"call_made": SymbolsMetadata(
popularity: 1442,
codepoint: 0xe0b2,
categories: [7],
tags: [
748,
2508,
2933,
77,
1270,
5047,
283,
254,
345,
288,
1694,
313,
2994,
138,
51,
1344,
87,
5048,
1314,
5049,
262,
1624,
2959,
5035,
271,
1167,
1699,
1528,
31,
1406,
5050
],
rtlAutoMirrored: true,
),
"call_merge": SymbolsMetadata(
popularity: 519,
codepoint: 0xe0b3,
categories: [7],
tags: [
77,
502,
1072,
1270,
912,
1324,
1073,
5051,
5052,
5053,
5054,
5055,
5056,
81,
288,
375,
313,
1105,
5057,
1078,
4131,
1328,
1470,
1314,
1330,
262,
267,
3424,
851,
955,
5058,
4621
],
rtlAutoMirrored: true,
),
"call_missed": SymbolsMetadata(
popularity: 360,
codepoint: 0xe0b4,
categories: [7],
tags: [
1360,
500,
5059,
77,
1270,
5060,
283,
975,
5061,
288,
5062,
1162,
5063,
313,
2814,
5064,
5038,
2076,
87,
4804,
5065,
5066,
262,
616,
271,
5067,
5068,
1700,
65,
1406,
5069
],
rtlAutoMirrored: true,
),
"call_missed_outgoing": SymbolsMetadata(
popularity: 390,
codepoint: 0xe0e4,
categories: [7],
tags: [
77,
5070,
1270,
251,
283,
284,
975,
288,
2948,
1400,
313,
4786,
2076,
138,
3107,
51,
87,
4804,
5065,
262,
267,
21,
5035,
271,
328,
906,
273,
31,
1406,
3110,
1701
],
rtlAutoMirrored: true,
),
"call_quality": SymbolsMetadata(
popularity: 58,
codepoint: 0xf652,
categories: [7],
tags: [
1360,
1177,
865,
1268,
517,
1270,
5071,
1250,
251,
283,
284,
254,
975,
145,
288,
5072,
1110,
871,
5073,
51,
293,
68,
792,
3474,
262,
267,
611,
648,
271,
272,
652,
273,
291,
5074,
649,
524,
880,
533,
276,
1406,
1298,
278
],
),
"call_received": SymbolsMetadata(
popularity: 946,
codepoint: 0xe0b5,
categories: [7],
tags: [
1658,
1360,
5075,
2032,
77,
1268,
2184,
1270,
5076,
283,
254,
2931,
288,
313,
520,
2076,
5077,
2290,
5078,
2195,
87,
4804,
583,
262,
616,
271,
328,
2297,
5068,
273,
1406,
1298
],
rtlAutoMirrored: true,
),
"call_split": SymbolsMetadata(
popularity: 1015,
codepoint: 0xe0b6,
categories: [7],
tags: [
748,
77,
502,
2984,
1270,
5079,
283,
1073,
284,
345,
288,
313,
3261,
2179,
2986,
2262,
2987,
1470,
506,
262,
237,
5080,
325,
267,
70,
1625,
271,
2961,
5081,
706,
1528,
2401,
2263,
1406,
526
],
rtlAutoMirrored: true,
),
"call_to_action": SymbolsMetadata(
popularity: 623,
codepoint: 0xe06c,
categories: [0],
tags: [
748,
749,
1360,
77,
1423,
504,
1270,
1783,
450,
5082,
2701,
5083,
1787,
5084,
485,
1704,
5085,
2690,
2692,
1139,
138,
293,
68,
5086,
1612,
1344,
385,
1314,
583,
262,
325,
616,
1167,
2859,
1120,
410,
362,
2833,
1712,
1792,
5087,
141,
907,
1348,
333,
1186,
1187
],
),
"camera": SymbolsMetadata(
popularity: 2781,
codepoint: 0xe3af,
categories: [1],
tags: [
5088,
504,
40,
42,
5089,
288,
44,
2532,
346,
4484,
137,
138,
49,
3936,
53,
406,
3781,
57,
59,
62,
453,
440,
4898,
1347,
5090,
31,
511,
907,
37,
5091,
476
],
),
"camera_front": SymbolsMetadata(
popularity: 391,
codepoint: 0xe3b1,
categories: [1],
tags: [
77,
690,
40,
5092,
42,
1742,
193,
5093,
288,
313,
5094,
5095,
903,
5096,
2745,
581,
1111,
53,
5097,
262,
5098,
589,
271,
59,
5099,
5100,
590,
453,
470,
5101,
2752,
1528,
243,
433,
2402,
2753,
413,
526,
527,
601,
5102,
37,
5103
],
),
"camera_indoor": SymbolsMetadata(
popularity: 412,
codepoint: 0xefe9,
categories: [8],
tags: [
1496,
2123,
929,
40,
5104,
288,
5105,
2532,
2551,
346,
5106,
1140,
5107,
1499,
49,
1881,
5108,
2734,
5109,
5110,
5111,
4259,
353,
1143,
5112,
62,
327,
1574,
2554,
440,
1502,
1503,
705,
1036,
5113,
1504,
1897,
454,
5114,
5115,
65,
37,
5116,
434
],
),
"camera_outdoor": SymbolsMetadata(
popularity: 326,
codepoint: 0xefea,
categories: [8],
tags: [
1496,
929,
569,
40,
5104,
1180,
5105,
2551,
2782,
346,
5106,
5117,
1140,
5107,
1499,
49,
630,
4259,
353,
1143,
3652,
5118,
3047,
1146,
62,
327,
1500,
1574,
2554,
453,
440,
1502,
1503,
705,
1036,
5113,
1504,
5114,
5115,
37,
434,
396,
4534
],
),
"camera_rear": SymbolsMetadata(
popularity: 158,
codepoint: 0xe3b2,
categories: [1],
tags: [
77,
40,
5119,
42,
193,
5120,
288,
313,
1745,
1695,
5096,
5121,
1111,
53,
406,
262,
5098,
1698,
1732,
271,
57,
59,
62,
5099,
5122,
2750,
440,
1699,
2752,
2298,
1528,
433,
526,
527,
37,
443
],
),
"camera_roll": SymbolsMetadata(
popularity: 456,
codepoint: 0xe3b3,
categories: [1],
tags: [
1342,
5123,
40,
5124,
1197,
5125,
346,
1343,
49,
5126,
5127,
2503,
1345,
406,
5128,
262,
57,
4811,
5129,
5130,
59,
5131,
2143,
2144,
5132,
5133,
1700,
5134,
5135
],
),
"camera_video": SymbolsMetadata(
popularity: 104,
codepoint: 0xf7a6,
categories: [11],
tags: [
5088,
504,
5136,
5137,
40,
42,
344,
5138,
288,
2532,
346,
5106,
1110,
49,
53,
1282,
406,
353,
354,
439,
59,
62,
408,
681,
453,
440,
432,
2506,
2538,
4898,
454,
65,
37,
434,
476,
3618
],
),
"cameraswitch": SymbolsMetadata(
popularity: 1109,
codepoint: 0xefeb,
categories: [4],
tags: [
77,
502,
5139,
40,
5140,
5141,
5142,
5143,
193,
5144,
283,
5095,
5145,
2745,
5098,
5146,
59,
453,
470,
5147,
5148,
4898,
3964,
2402,
2753,
4952,
5103,
5149,
5150,
434,
396
],
),
"campaign": SymbolsMetadata(
popularity: 11077,
codepoint: 0xef49,
categories: [15],
tags: [
3,
748,
1176,
1360,
1177,
1178,
1193,
4973,
2301,
2931,
313,
3497,
10,
4496,
13,
87,
4414,
1182,
5151,
1285,
20,
325,
616,
492,
5152,
328,
759,
1184,
392,
1294,
245,
31,
1690,
5153,
1854,
1856
],
),
"camping": SymbolsMetadata(
popularity: 811,
codepoint: 0xf8a2,
categories: [15],
tags: [
2508,
3640,
5154,
3644,
312,
5155,
5156,
5157,
1957,
1958,
323,
1596,
1825,
3652,
5158,
3298,
1504,
2833,
5159,
3302,
332,
1690,
1960,
5160
],
),
"cancel": SymbolsMetadata(
popularity: 41768,
codepoint: 0xe5c9,
categories: [2],
tags: [
5161,
748,
481,
504,
1208,
193,
780,
1209,
1235,
1210,
1211,
5162,
4646,
4647,
2714,
1212,
2715,
1213,
5163,
5164,
4273,
4248,
5039,
1224,
5165,
330,
1226,
5166,
5167,
3993
],
),
"cancel_presentation": SymbolsMetadata(
popularity: 1214,
codepoint: 0xe0e9,
categories: [7],
tags: [
5161,
1208,
780,
1209,
5093,
1235,
5168,
288,
5169,
4647,
8,
2125,
4246,
1212,
3378,
5097,
630,
3269,
5008,
1427,
388,
5170,
4248,
432,
5171,
1224,
5165,
410,
4520,
5172,
1226,
3453,
1186,
1187,
3993,
3994
],
),
"cancel_schedule_send": SymbolsMetadata(
popularity: 600,
codepoint: 0xea39,
categories: [7],
tags: [
5161,
748,
504,
1208,
780,
1103,
283,
1210,
4511,
2286,
2288,
138,
1344,
15,
2939,
2291,
583,
3269,
289,
2589,
4248,
1224,
5165,
1168,
5173,
5174,
2298,
1528,
1226,
31,
5175,
5176,
3993
],
),
"candle": SymbolsMetadata(
popularity: 30,
codepoint: 0xf588,
categories: [3],
tags: [
4967,
4969,
5177,
4971,
5178,
4973,
4084,
1161,
2425,
5179,
5180,
3625,
3023,
1957,
5181,
4746,
3627,
5182,
5183,
4060,
5184,
5185,
5186,
5187,
5188,
5189,
5190,
1464,
3031,
5191,
5192,
5193
],
),
"candlestick_chart": SymbolsMetadata(
popularity: 706,
codepoint: 0xead4,
categories: [9],
tags: [
1422,
1071,
3768,
517,
569,
5178,
373,
5194,
81,
4375,
375,
5195,
963,
964,
941,
942,
1078,
234,
1081,
946,
5196,
3481,
1389,
226,
1086,
1428,
746,
5197,
5198,
5199,
1095,
5200,
5201,
1429
],
),
"cannabis": SymbolsMetadata(
popularity: 22,
codepoint: 0xf2f3,
categories: [3],
tags: [
1808,
2351,
5202,
5203,
5204,
1815,
5205,
1762,
2355,
234,
1823,
5206,
5207,
5208,
5209,
2359,
2446,
5210,
894,
5211,
2361,
1825,
2362,
1826,
5212,
3298,
5213,
5214,
5215,
5216
],
),
"captive_portal": SymbolsMetadata(
popularity: 293,
codepoint: 0xf728,
categories: [2],
tags: [
861,
77,
5217,
5218,
5219,
1179,
5220,
5221,
1073,
5222,
284,
313,
5223,
320,
1111,
259,
5224,
5225,
2195,
5226,
1314,
980,
5227,
267,
5228,
5229,
5230,
5231,
1586,
5232,
5233,
2961,
1066,
527,
1186,
277,
5234,
334,
5235
],
),
"capture": SymbolsMetadata(
popularity: 123,
codepoint: 0xf727,
categories: [2],
tags: [
1672,
501,
1131,
5236,
1132,
1133,
482,
3257,
40,
42,
2701,
1813,
754,
4580,
755,
348,
2274,
1696,
49,
1344,
385,
5237,
289,
57,
62,
5238,
329,
453,
440,
432,
1149,
410,
5239,
5240,
362,
363,
2833,
298,
5090,
433,
5241,
141,
1348,
37,
396,
333,
1186,
1187
],
),
"car_crash": SymbolsMetadata(
popularity: 940,
codepoint: 0xebf2,
categories: [14],
tags: [
3401,
1360,
2423,
1809,
3257,
1811,
1812,
5242,
5243,
5244,
4783,
1365,
5245,
313,
2038,
2425,
4413,
5246,
5247,
5248,
1534,
5249,
2045,
4416,
1626,
705,
1628,
900,
1629,
1835,
206,
5250
],
),
"car_defrost_left": SymbolsMetadata(
popularity: 8,
codepoint: 0xf344,
categories: [14],
tags: [
837,
77,
502,
1809,
3410,
5251,
504,
1811,
5252,
5253,
5254,
5255,
1744,
5256,
5257,
5258,
313,
3023,
1847,
581,
1848,
138,
2195,
1470,
588,
589,
5259,
5260,
1918,
1472,
31,
65,
1629,
1835,
1855,
1187,
5261,
5262
],
),
"car_defrost_low_left": SymbolsMetadata(
popularity: 2,
codepoint: 0xf343,
categories: [14],
tags: [
837,
838,
77,
1809,
3410,
504,
1811,
840,
5263,
345,
844,
1425,
5256,
5257,
313,
2271,
1077,
5264,
3023,
581,
1848,
2195,
1952,
919,
588,
589,
1918,
151,
1472,
2402,
1835,
1899,
1187,
5262,
860
],
),
"car_defrost_low_right": SymbolsMetadata(
popularity: 5,
codepoint: 0xf342,
categories: [14],
tags: [
837,
1871,
77,
502,
2423,
1809,
3410,
1811,
840,
5254,
345,
1425,
5256,
5257,
313,
1878,
3023,
1847,
581,
1848,
51,
1470,
5265,
588,
589,
5122,
906,
1918,
151,
31,
97,
141,
1835,
5266,
1187,
5262
],
),
"car_defrost_mid_low_left": SymbolsMetadata(
popularity: 4,
codepoint: 0xf341,
categories: [14],
tags: [
836,
838,
1871,
77,
5267,
1809,
3410,
5268,
1811,
5269,
5270,
5253,
5271,
840,
5254,
1743,
1425,
5256,
5257,
5258,
313,
5272,
3023,
5273,
5274,
581,
1848,
2735,
2195,
588,
589,
5275,
1918,
858,
1835,
1899,
1853,
5276,
5277
],
),
"car_defrost_mid_right": SymbolsMetadata(
popularity: 3,
codepoint: 0xf340,
categories: [14],
tags: [
837,
838,
77,
1809,
3410,
504,
1811,
1889,
780,
5254,
345,
845,
1425,
5256,
5257,
5258,
313,
5264,
3023,
1847,
581,
1848,
850,
2735,
5278,
5279,
588,
589,
1918,
5280,
31,
5281,
5282,
5283,
5284,
1835,
1899,
1853,
1187
],
),
"car_defrost_right": SymbolsMetadata(
popularity: 2,
codepoint: 0xf33f,
categories: [14],
tags: [
837,
1887,
77,
1809,
3410,
504,
1811,
780,
840,
345,
1425,
5256,
5257,
5258,
313,
2271,
5264,
3023,
1847,
581,
1848,
850,
5285,
919,
588,
589,
5259,
906,
1918,
1472,
855,
2402,
858,
5282,
1835,
1853,
3829,
1187,
5262
],
),
"car_fan_low_left": SymbolsMetadata(
popularity: 17,
codepoint: 0xf33e,
categories: [14],
tags: [
837,
5286,
1871,
77,
1809,
3410,
5287,
1811,
840,
5254,
1876,
1744,
845,
1425,
313,
2271,
1878,
3023,
1847,
581,
1848,
2735,
5288,
261,
588,
589,
1918,
858,
900,
332,
1835,
1899,
1853
],
),
"car_fan_low_mid_left": SymbolsMetadata(
popularity: 12,
codepoint: 0xf33d,
categories: [14],
tags: [
480,
837,
5289,
1887,
77,
1809,
3410,
5287,
1811,
840,
345,
5290,
1425,
313,
2271,
1878,
3023,
581,
1848,
51,
2735,
2195,
87,
1952,
3879,
588,
589,
1918,
151,
275,
31,
1835,
1853,
1856
],
),
"car_fan_low_right": SymbolsMetadata(
popularity: 8,
codepoint: 0xf33c,
categories: [14],
tags: [
837,
5291,
1887,
77,
1809,
3410,
5292,
5293,
1811,
5294,
840,
5254,
345,
1425,
313,
1878,
5295,
5296,
3023,
581,
1848,
3626,
2735,
792,
1952,
5297,
588,
589,
906,
5298,
1918,
275,
858,
1835,
5299,
1899,
1853
],
),
"car_fan_mid_left": SymbolsMetadata(
popularity: 8,
codepoint: 0xf33b,
categories: [14],
tags: [
2210,
837,
1871,
77,
1809,
3410,
5251,
1811,
308,
5254,
1876,
1743,
844,
2392,
1425,
313,
1878,
3023,
581,
1848,
138,
2735,
2195,
1934,
642,
289,
588,
589,
1918,
71,
31,
1093,
1835,
1853,
1856
],
),
"car_fan_mid_low_right": SymbolsMetadata(
popularity: 8,
codepoint: 0xf33a,
categories: [14],
tags: [
837,
1887,
77,
1809,
3410,
5251,
504,
1811,
840,
345,
1425,
313,
1878,
137,
3023,
581,
1848,
138,
3626,
792,
1952,
5300,
588,
589,
3688,
906,
1918,
151,
275,
454,
31,
1093,
907,
1835,
1853,
1856
],
),
"car_fan_mid_right": SymbolsMetadata(
popularity: 8,
codepoint: 0xf339,
categories: [14],
tags: [
837,
5291,
5301,
1887,
77,
1809,
3410,
5292,
1811,
308,
840,
345,
1425,
313,
1878,
1077,
3023,
699,
581,
1848,
1470,
5300,
1934,
588,
589,
906,
1918,
151,
858,
1835,
1899,
1853,
5302
],
),
"car_fan_recirculate": SymbolsMetadata(
popularity: 19,
codepoint: 0xf338,
categories: [14],
tags: [
5303,
5304,
837,
838,
1873,
1887,
77,
2423,
1809,
3410,
5287,
504,
1931,
1811,
1889,
840,
1876,
345,
753,
1425,
1878,
3023,
5305,
1848,
2735,
5306,
757,
642,
5307,
5308,
2402,
858,
1835,
1853
],
),
"car_gear": SymbolsMetadata(
popularity: 39,
codepoint: 0xf337,
categories: [14],
tags: [
2210,
1756,
2123,
1809,
3410,
1811,
5309,
1775,
685,
345,
3584,
288,
5310,
2781,
1776,
5311,
5312,
5313,
4879,
70,
920,
921,
71,
1779,
1093,
511,
2058,
1754,
1835,
3303
],
),
"car_lock": SymbolsMetadata(
popularity: 10,
codepoint: 0xf336,
categories: [14],
tags: [
861,
5314,
1809,
3410,
504,
1811,
5315,
193,
4931,
1431,
4634,
1112,
5316,
87,
1777,
1056,
5317,
2922,
5318,
1034,
1063,
1574,
5319,
705,
1773,
1036,
1093,
900,
1629,
332,
5320,
5321,
1835
],
),
"car_mirror_heat": SymbolsMetadata(
popularity: 8,
codepoint: 0xf335,
categories: [14],
tags: [
5322,
1809,
3410,
1811,
5323,
5324,
5325,
5326,
5253,
5254,
5256,
5257,
5258,
5264,
3023,
1847,
850,
5327,
5328,
5329,
5330,
855,
858,
1835,
1187,
5276,
5331,
5332,
860
],
),
"car_rental": SymbolsMetadata(
popularity: 720,
codepoint: 0xea55,
categories: [16],
tags: [
861,
1809,
1923,
5333,
1811,
5334,
1812,
1677,
2038,
2039,
1431,
5335,
1623,
1112,
1777,
1534,
875,
1913,
5318,
2044,
4153,
4160,
1927,
5336,
5337,
5338,
652,
900,
5339,
1629,
332,
5340,
5341,
1920,
5320,
1960,
1835
],
),
"car_repair": SymbolsMetadata(
popularity: 521,
codepoint: 0xea56,
categories: [16],
tags: [
5342,
865,
2423,
1809,
3410,
2712,
1811,
5343,
1812,
685,
2425,
1747,
5344,
5345,
3413,
4878,
3961,
1534,
5313,
4880,
5346,
652,
71,
4881,
880,
511,
1629,
332,
5347,
1835,
5348,
5349,
4883
],
),
"car_tag": SymbolsMetadata(
popularity: 69,
codepoint: 0xf4e3,
categories: [14],
tags: [
2423,
1809,
3410,
928,
1811,
930,
1812,
1648,
931,
932,
934,
5350,
936,
937,
938,
1677,
5310,
1165,
5344,
1623,
5351,
3961,
5313,
948,
468,
523,
950,
951,
1421,
4160,
4880,
3299,
1626,
5352,
3279,
652,
1395,
275,
1627,
182,
5353,
900,
1629,
332,
1920,
1835
],
),
"card_membership": SymbolsMetadata(
popularity: 1989,
codepoint: 0xe8f7,
categories: [9],
tags: [
861,
565,
928,
1693,
930,
931,
2662,
5354,
5355,
932,
934,
1417,
936,
937,
1430,
938,
5356,
4456,
941,
3102,
2003,
978,
980,
5357,
5358,
1030,
948,
523,
2004,
950,
951,
5359,
716,
590,
432,
2623,
392,
1395,
988,
433,
2628,
601,
5360
],
),
"card_travel": SymbolsMetadata(
popularity: 879,
codepoint: 0xe8f8,
categories: [9],
tags: [
2536,
3642,
2033,
928,
1514,
569,
930,
3646,
4870,
931,
932,
934,
1417,
936,
937,
938,
941,
4634,
1376,
1623,
2042,
1030,
5361,
948,
523,
5362,
950,
951,
920,
432,
433,
4487,
1629,
332,
1920,
4354
],
),
"cardio_load": SymbolsMetadata(
popularity: 107,
codepoint: 0xf4b9,
categories: [3],
tags: [
2508,
4506,
5363,
690,
5364,
5365,
373,
5366,
5367,
11,
5368,
3499,
2881,
2882,
1078,
697,
4379,
4507,
5369,
5370,
3626,
1613,
87,
3039,
4508,
226,
894,
630,
4259,
648,
5371,
4261,
4262,
3520,
1095,
3029,
5372,
5373,
4264,
3331,
3493
],
),
"cardiology": SymbolsMetadata(
popularity: 163,
codepoint: 0xe09c,
categories: [3],
tags: [
4955,
5364,
4252,
373,
2373,
81,
375,
1761,
5366,
5367,
1078,
697,
4379,
5374,
3765,
892,
4507,
5375,
1763,
87,
1426,
226,
894,
1767,
630,
5376,
4261,
4262,
4263,
5377,
3331
],
),
"cards": SymbolsMetadata(
popularity: 149,
codepoint: 0xe991,
categories: [2],
tags: [
1672,
501,
1466,
5378,
1197,
2701,
628,
81,
5379,
485,
8,
2141,
1679,
382,
5380,
579,
68,
1344,
86,
1082,
385,
88,
5024,
262,
630,
2455,
91,
586,
2747,
1587,
271,
1427,
4665,
3356,
410,
1201,
2833,
95,
2710,
1711,
525,
141,
1348,
396,
333,
1186,
1187
],
),
"cards_star": SymbolsMetadata(
popularity: 172,
codepoint: 0xf375,
categories: [9],
tags: [
3495,
1693,
930,
5381,
1197,
5379,
3499,
5382,
579,
1139,
1367,
5383,
88,
5357,
1166,
2455,
5384,
2504,
328,
852,
716,
2505,
63,
795,
359,
203,
432,
3505,
1539,
5385,
1201,
392,
433,
1711,
857
],
),
"carpenter": SymbolsMetadata(
popularity: 531,
codepoint: 0xf1f8,
categories: [16],
tags: [
1374,
929,
4908,
5386,
1375,
1497,
3073,
1325,
5387,
3670,
225,
1747,
5388,
979,
1515,
5389,
5390,
5391,
289,
589,
5392,
4880,
5393,
888,
5394,
511,
1780,
4929,
5395,
1518,
5396
],
),
"carry_on_bag": SymbolsMetadata(
popularity: 11,
codepoint: 0xeb08,
categories: [16],
tags: [
3640,
1901,
1972,
3642,
2033,
4907,
1999,
5397,
3646,
5398,
1909,
4634,
1623,
2042,
1061,
5399,
5362,
5400,
432,
4487,
3302,
900,
332,
3657,
1920,
4906,
1960,
5401,
2050
],
),
"carry_on_bag_checked": SymbolsMetadata(
popularity: 13,
codepoint: 0xeb0b,
categories: [16],
tags: [
2655,
1901,
1972,
5402,
1660,
2679,
3642,
5403,
2033,
482,
3646,
5404,
1662,
3180,
1664,
1665,
2683,
1666,
4634,
1623,
2042,
1668,
1061,
432,
362,
433,
4487,
1669,
1629,
332,
3657,
1920,
1960,
2675,
1576,
3303,
1671
],
),
"carry_on_bag_inactive": SymbolsMetadata(
popularity: 2,
codepoint: 0xeb0a,
categories: [16],
tags: [
1901,
1972,
3642,
2033,
3646,
5404,
1333,
868,
1055,
1909,
5405,
4634,
1222,
1623,
2042,
5406,
1059,
1061,
5362,
5400,
432,
1067,
1689,
4487,
900,
332,
3657,
1920,
1068,
1960,
2050
],
),
"carry_on_bag_question": SymbolsMetadata(
popularity: 19,
codepoint: 0xeb09,
categories: [16],
tags: [
3941,
1900,
1972,
3642,
2033,
5407,
3646,
5404,
145,
1909,
5408,
4634,
871,
293,
68,
5409,
4439,
2042,
1061,
5362,
2331,
5410,
3944,
3945,
432,
5411,
2159,
433,
4487,
880,
31,
332,
5412,
2050
],
),
"cases": SymbolsMetadata(
popularity: 1206,
codepoint: 0xe992,
categories: [9],
tags: [
1756,
1673,
3642,
2033,
1514,
5413,
5414,
569,
4870,
5415,
4794,
1197,
81,
2617,
2141,
5416,
1679,
2793,
1681,
68,
3722,
2446,
1029,
1391,
586,
4115,
969,
4133,
1687,
1689,
5417,
4487,
1093,
1518
],
),
"casino": SymbolsMetadata(
popularity: 1738,
codepoint: 0xeb40,
categories: [16],
tags: [
5418,
5419,
5378,
5420,
5421,
5422,
4917,
5423,
5424,
1105,
781,
5425,
3294,
5426,
5427,
5382,
4724,
5428,
5429,
1958,
5430,
1729,
948,
2553,
2504,
5431,
3503,
3298,
3505,
4416,
5432,
3213,
245,
5433,
5434,
5435,
3509
],
),
"cast": SymbolsMetadata(
popularity: 1707,
codepoint: 0xe307,
categories: [11],
tags: [
1246,
1247,
2020,
1268,
731,
4276,
1703,
5436,
1073,
284,
628,
1704,
288,
8,
1110,
1253,
1705,
406,
5327,
630,
267,
1732,
408,
5170,
5437,
3343,
410,
5438,
2298,
1528,
273,
454,
411,
65,
412,
4778,
2030,
37,
333,
1187,
278
],
),
"cast_connected": SymbolsMetadata(
popularity: 620,
codepoint: 0xe308,
categories: [11],
tags: [
1246,
1247,
2020,
1268,
5439,
731,
4276,
5440,
1703,
1073,
1074,
5441,
284,
628,
345,
1704,
288,
8,
781,
1110,
1253,
1314,
5442,
1705,
406,
686,
5443,
630,
439,
267,
5444,
4777,
410,
5438,
1528,
273,
5445,
411,
412,
4778,
2030,
37,
333,
1187,
278
],
),
"cast_for_education": SymbolsMetadata(
popularity: 1369,
codepoint: 0xefec,
categories: [11],
tags: [
1246,
1247,
2020,
1268,
731,
4276,
1703,
5446,
3647,
1073,
284,
1704,
288,
8,
3092,
5447,
1110,
1253,
4428,
4439,
3094,
5448,
5449,
1705,
406,
630,
1427,
388,
2737,
410,
5438,
1528,
2029,
454,
411,
5450,
5451,
5452,
65,
412,
2030,
4437,
37,
333,
1187,
278
],
),
"cast_pause": SymbolsMetadata(
popularity: 19,
codepoint: 0xf5f0,
categories: [11],
tags: [
1246,
1247,
2020,
1268,
2115,
731,
4276,
2022,
1703,
519,
1073,
1074,
345,
1744,
1704,
288,
8,
1110,
1253,
5453,
1705,
406,
686,
630,
439,
1706,
1223,
408,
5444,
410,
5438,
1226,
411,
5454,
65,
412,
2030,
1331,
2469,
37,
333,
1187,
278
],
),
"cast_warning": SymbolsMetadata(
popularity: 27,
codepoint: 0xf5ef,
categories: [11],
tags: [
3104,
1246,
1247,
2020,
1360,
1361,
731,
4276,
691,
1703,
1073,
284,
1365,
81,
1704,
288,
8,
2714,
1366,
1110,
3459,
1253,
1367,
2716,
1314,
1705,
1166,
406,
630,
267,
616,
1732,
2719,
410,
5438,
273,
454,
411,
31,
1093,
412,
1690,
2030,
206,
333,
1187,
278
],
),
"castle": SymbolsMetadata(
popularity: 735,
codepoint: 0xeab1,
categories: [5],
tags: [
5455,
5456,
1496,
5457,
929,
5458,
5459,
1498,
1387,
2551,
5460,
5461,
5462,
5463,
1140,
2552,
5464,
3295,
4056,
5465,
5466,
2784,
5467,
3185,
1502,
5468,
1036,
5469,
955,
2556,
5470
],
),
"category": SymbolsMetadata(
popularity: 9620,
codepoint: 0xe574,
categories: [6],
tags: [
4527,
1195,
1522,
5471,
373,
5472,
193,
1101,
1197,
2301,
5473,
284,
1075,
375,
5474,
1077,
5475,
1080,
3805,
5476,
86,
1314,
5477,
267,
5478,
3578,
5479,
586,
92,
1653,
5480,
5481,
3426,
1092,
5482,
95,
433,
955,
5483,
5484,
1096,
5485,
1690
],
),
"category_search": SymbolsMetadata(
popularity: 211,
codepoint: 0xf437,
categories: [2],
tags: [
748,
1422,
4527,
1195,
193,
1197,
5486,
1542,
316,
83,
317,
1109,
1111,
5487,
1344,
5488,
86,
53,
2324,
1115,
1116,
1117,
2327,
325,
5489,
3781,
1653,
2331,
4179,
5490,
2817,
1126,
1127,
5482,
95,
433,
511,
1690,
2335
],
),
"celebration": SymbolsMetadata(
popularity: 5838,
codepoint: 0xea65,
categories: [6],
tags: [
3,
2508,
3494,
4969,
4403,
4973,
5491,
5492,
3497,
10,
3292,
4410,
4975,
5493,
3294,
5494,
4484,
137,
1610,
5495,
3627,
3363,
587,
3505,
392,
3365,
3203,
857,
245,
5496,
31,
5153
],
),
"cell_merge": SymbolsMetadata(
popularity: 133,
codepoint: 0xf82e,
categories: [12],
tags: [
1466,
77,
502,
1250,
5497,
3583,
5498,
5499,
1324,
5500,
1073,
81,
5501,
5502,
1430,
2153,
382,
1198,
5503,
5504,
385,
1314,
1330,
5505,
586,
2457,
5506,
4442,
1460,
433,
955,
1473,
5507,
5508,
5509,
5510
],
),
"cell_tower": SymbolsMetadata(
popularity: 1904,
codepoint: 0xebba,
categories: [7],
tags: [
645,
2492,
731,
929,
2022,
1250,
5511,
251,
283,
284,
254,
81,
5512,
1622,
259,
610,
5513,
262,
267,
2055,
5514,
273,
3542,
955,
65,
276,
2556,
2058,
5515,
5516,
278
],
),
"cell_wifi": SymbolsMetadata(
popularity: 422,
codepoint: 0xe0ec,
categories: [7],
tags: [
861,
517,
1250,
251,
283,
284,
254,
4189,
81,
288,
51,
259,
1470,
262,
267,
271,
272,
652,
273,
291,
65,
1855,
277,
278
],
),
"center_focus_strong": SymbolsMetadata(
popularity: 1477,
codepoint: 0xe3b4,
categories: [1],
tags: [
5517,
1738,
5518,
2148,
1131,
4588,
482,
40,
42,
308,
345,
2337,
5519,
4580,
2153,
1748,
348,
1139,
49,
53,
17,
57,
59,
1535,
363,
71,
433,
5520,
1227,
511,
396,
1155,
2335
],
),
"center_focus_weak": SymbolsMetadata(
popularity: 941,
codepoint: 0xe3b5,
categories: [1],
tags: [
5521,
2148,
1131,
4588,
40,
42,
308,
5522,
5519,
1748,
348,
2816,
49,
51,
53,
550,
289,
57,
59,
432,
1149,
363,
5523,
823,
433,
31,
1227,
37,
5091,
5524,
1155,
2335
],
),
"chair": SymbolsMetadata(
popularity: 2956,
codepoint: 0xefed,
categories: [8],
tags: [
3733,
4048,
1905,
1876,
5525,
1161,
3701,
4052,
3816,
137,
1140,
1499,
384,
1894,
1376,
5526,
5527,
1911,
5528,
5529,
492,
1391,
289,
3823,
876,
1916,
1917,
1946,
1918,
1928,
1339,
5530,
31
],
),
"chair_alt": SymbolsMetadata(
popularity: 610,
codepoint: 0xefee,
categories: [8],
tags: [
1332,
5531,
1905,
1932,
4052,
137,
1140,
1499,
4193,
384,
1881,
4213,
87,
5528,
492,
1391,
289,
876,
432,
1918,
1928,
1339,
1942,
2489,
31,
1473,
766
],
),
"chalet": SymbolsMetadata(
popularity: 195,
codepoint: 0xe585,
categories: [16],
tags: [
5532,
5533,
1496,
929,
1931,
5534,
4886,
4887,
5535,
4931,
1498,
5536,
2551,
1957,
1140,
1499,
5537,
4056,
1534,
1596,
327,
2554,
1502,
1503,
2830,
4891,
1829,
1504,
5538,
3740,
955,
332,
4894,
2930,
1920,
1960,
1187
],
),
"change_circle": SymbolsMetadata(
popularity: 5348,
codepoint: 0xe2e7,
categories: [2],
tags: [
1739,
460,
77,
502,
1742,
193,
462,
753,
313,
3276,
1077,
757,
5539,
468,
325,
5540,
1090,
759,
760,
761,
2449,
3434,
3607,
470,
330,
291,
2402,
4309,
2451
],
),
"change_history": SymbolsMetadata(
popularity: 3011,
codepoint: 0xe86b,
categories: [6],
tags: [
5541,
1742,
5542,
5543,
1104,
5544,
4802,
5545,
1077,
2076,
3055,
1623,
4804,
5546,
2795,
1625,
1090,
2923,
453,
5547,
94,
392,
1171,
2463,
5548,
1690,
4141,
5549
],
),
"charger": SymbolsMetadata(
popularity: 1038,
codepoint: 0xe2ae,
categories: [4],
tags: [
5550,
5551,
3679,
3935,
4936,
3680,
5552,
3869,
193,
1073,
284,
4937,
288,
3683,
3984,
3922,
1877,
3684,
5553,
1165,
1111,
3936,
3937,
1143,
1060,
5554,
3970,
1315,
3688,
3990,
5555,
5556,
737,
5557,
65,
3938,
5558,
4941
],
),
"charging_station": SymbolsMetadata(
popularity: 501,
codepoint: 0xf19d,
categories: [11],
tags: [
1246,
1247,
3679,
3935,
1250,
3680,
3869,
3982,
288,
3683,
3984,
3922,
3684,
5553,
5559,
2274,
1110,
1253,
138,
51,
3936,
5560,
3937,
262,
5561,
271,
3688,
5562,
3962,
432,
2531,
3542,
291,
31,
525,
3938,
5558,
5563
],
),
"chart_data": SymbolsMetadata(
popularity: 693,
codepoint: 0xe473,
categories: [9],
tags: [
1422,
1071,
2797,
77,
1424,
3768,
569,
373,
1425,
81,
4375,
375,
578,
941,
1078,
234,
697,
1081,
68,
87,
1426,
226,
17,
1086,
22,
648,
2802,
1427,
759,
1428,
2332,
746,
3070,
1095,
1429,
1701,
2805
],
),
"chat": SymbolsMetadata(
popularity: 18937,
codepoint: 0xe0b7,
categories: [7],
tags: [
1360,
568,
570,
572,
573,
283,
1073,
975,
1475,
2725,
2726,
1479,
871,
5564,
2289,
5565,
583,
2294,
5566,
887,
616,
2296,
2298,
1260,
593,
4845,
594,
880,
1296,
33
],
rtlAutoMirrored: true,
),
"chat_add_on": SymbolsMetadata(
popularity: 630,
codepoint: 0xf0f3,
categories: [7],
tags: [
745,
5567,
5568,
568,
570,
572,
283,
1475,
1325,
5569,
2725,
2726,
5005,
1938,
5570,
1612,
583,
887,
2587,
239,
240,
593,
1484,
433,
1296,
4847,
33
],
rtlAutoMirrored: true,
),
"chat_apps_script": SymbolsMetadata(
popularity: 281,
codepoint: 0xf0bd,
categories: [7],
tags: [
5003,
3147,
5571,
501,
2584,
1267,
2123,
568,
570,
3166,
1102,
5572,
283,
1475,
1104,
2725,
5573,
5005,
2561,
583,
2294,
5006,
1123,
3325,
5574,
1484,
1296,
33,
5575
],
),
"chat_bubble": SymbolsMetadata(
popularity: 10410,
codepoint: 0xe0ca,
categories: [7],
tags: [
568,
570,
5576,
5577,
572,
573,
283,
5578,
975,
1475,
1476,
2725,
1478,
1479,
5570,
871,
1612,
583,
5579,
2294,
2587,
616,
593,
4845,
594,
5580,
880,
1296,
33,
4849,
5581
],
),
"chat_error": SymbolsMetadata(
popularity: 96,
codepoint: 0xf7ac,
categories: [7],
tags: [
1360,
1361,
568,
1208,
691,
570,
780,
1209,
5582,
572,
573,
283,
1475,
1365,
2725,
2714,
4701,
1212,
4786,
2715,
1479,
1367,
2716,
1166,
583,
5583,
3269,
616,
5584,
5585,
2719,
1224,
1428,
898,
594,
1484,
433,
1226,
31,
1296,
33,
206,
3993
],
),
"chat_info": SymbolsMetadata(
popularity: 189,
codepoint: 0xf52b,
categories: [7],
tags: [
5586,
1360,
1177,
865,
1332,
568,
570,
193,
572,
573,
283,
2850,
1475,
145,
1476,
4844,
2851,
1479,
3500,
2816,
871,
5073,
293,
68,
4428,
5587,
583,
3944,
330,
652,
1339,
2489,
4845,
594,
880,
33
],
rtlAutoMirrored: true,
),
"chat_paste_go": SymbolsMetadata(
popularity: 87,
codepoint: 0xf6bd,
categories: [7],
tags: [
77,
502,
482,
568,
570,
1103,
572,
573,
1475,
1787,
1476,
313,
2395,
1106,
1479,
5588,
903,
2838,
1111,
583,
325,
905,
5589,
1167,
2902,
5590,
1482,
1483,
906,
1699,
2298,
594,
2925,
33,
35,
3660
],
rtlAutoMirrored: true,
),
"chat_paste_go_2": SymbolsMetadata(
popularity: 19,
codepoint: 0xf3cb,
categories: [7],
tags: [
748,
77,
502,
568,
504,
570,
1103,
572,
573,
283,
628,
1475,
81,
2725,
313,
2395,
5591,
1479,
488,
903,
2838,
1111,
1327,
1612,
583,
325,
5589,
5592,
432,
906,
1699,
2298,
392,
594,
1484,
433,
2925,
33,
5593
],
rtlAutoMirrored: true,
),
"check": SymbolsMetadata(
popularity: 32945,
codepoint: 0xe5ca,
categories: [2],
tags: [
3104,
2819,
5594,
3,
1360,
2659,
1660,
1361,
691,
1662,
1664,
463,
3111,
2663,
4490,
2321,
1365,
2823,
1666,
1106,
2714,
1366,
5595,
2665,
4033,
1111,
1166,
616,
1668,
2668,
355,
906,
362,
363,
2925,
245,
1517,
1669,
2676,
1576,
5596,
1671
],
),
"check_box": SymbolsMetadata(
popularity: 26316,
codepoint: 0xe834,
categories: [2],
tags: [
4325,
2658,
2679,
5597,
482,
504,
1662,
5598,
1663,
3180,
684,
463,
3939,
2663,
3745,
345,
1666,
4327,
5599,
1819,
488,
1111,
88,
1166,
5600,
1668,
355,
362,
2696,
363,
433,
1517,
1669,
413,
2674,
141,
1671
],
),
"check_box_outline_blank": SymbolsMetadata(
popularity: 22223,
codepoint: 0xe835,
categories: [2],
tags: [
809,
1133,
482,
504,
1662,
1663,
684,
3939,
345,
2392,
754,
1633,
5162,
5601,
811,
1819,
488,
348,
1222,
1111,
88,
1166,
355,
289,
2589,
358,
432,
362,
363,
151,
433,
1517,
1669,
1670,
413,
141,
5602,
5603,
5010
],
),
"check_circle": SymbolsMetadata(
popularity: 86570,
codepoint: 0xe86c,
categories: [2],
tags: [
1658,
2660,
1660,
1662,
1664,
193,
463,
3111,
2663,
4490,
2321,
1666,
3500,
2665,
51,
1166,
1668,
355,
289,
5604,
362,
363,
291,
245,
1517,
1669,
2674,
2675,
2334,
4461,
1576,
1671
],
),
"check_in_out": SymbolsMetadata(
popularity: 29,
codepoint: 0xf6f6,
categories: [15],
tags: [
861,
5605,
5606,
2032,
502,
3813,
2962,
1531,
5607,
2037,
313,
1431,
3276,
1212,
5095,
5608,
2733,
3035,
5609,
980,
5610,
468,
2343,
5611,
5612,
1124,
2831,
1699,
5613,
3826,
2402,
413,
526,
4309,
332
],
),
"check_indeterminate_small": SymbolsMetadata(
popularity: 787,
codepoint: 0xf88a,
categories: [2],
tags: [
1660,
1662,
1663,
193,
463,
345,
2392,
1666,
2665,
488,
3637,
3107,
5614,
1111,
87,
1166,
1934,
5615,
5616,
5617,
5618,
1668,
355,
289,
3639,
5619,
1151,
1152,
362,
363,
1955,
4249,
291,
1669,
3579,
413,
5603,
2334,
1576,
1671
],
),
"check_small": SymbolsMetadata(
popularity: 2239,
codepoint: 0xf88b,
categories: [2],
tags: [
2655,
5620,
2658,
2438,
500,
5621,
2660,
1660,
2679,
1662,
1663,
1664,
450,
193,
463,
3111,
2663,
4490,
3745,
2321,
1666,
1479,
2665,
488,
51,
87,
88,
1166,
1668,
355,
289,
5622,
242,
906,
362,
2696,
363,
291,
2925,
245,
1517,
1669,
413,
5623,
2675,
2334,
4461,
1576,
1671
],
),
"checkbook": SymbolsMetadata(
popularity: 114,
codepoint: 0xe70d,
categories: [9],
tags: [
924,
925,
926,
927,
928,
3390,
5624,
960,
569,
5625,
5626,
1662,
5627,
1430,
5628,
941,
942,
968,
5629,
1470,
948,
5630,
951,
5631,
5632,
4133,
432,
985,
5633,
5634,
1485
],
rtlAutoMirrored: true,
),
"checked_bag": SymbolsMetadata(
popularity: 27,
codepoint: 0xeb0c,
categories: [16],
tags: [
1972,
2679,
3642,
2033,
5635,
5636,
1662,
3180,
1664,
1665,
4490,
1333,
1666,
4634,
2733,
1623,
2042,
5637,
5362,
432,
1927,
1689,
4914,
4487,
1669,
3302,
332,
1920,
1960,
1576
],
),
"checked_bag_question": SymbolsMetadata(
popularity: 19,
codepoint: 0xeb0d,
categories: [16],
tags: [
1972,
865,
3642,
5638,
2033,
5639,
1662,
5640,
5641,
5642,
5032,
5643,
5644,
871,
5645,
68,
5409,
1623,
2042,
5646,
5647,
2331,
3944,
3945,
5648,
4487,
880,
332,
5649,
5650,
5651,
1920
],
),
"checklist": SymbolsMetadata(
popularity: 7355,
codepoint: 0xe6b1,
categories: [12],
tags: [
2147,
2148,
1660,
1662,
5652,
3180,
3087,
1664,
463,
1665,
1580,
1666,
1252,
680,
2153,
4801,
2665,
370,
1376,
86,
87,
1470,
88,
5653,
1166,
1585,
1668,
586,
3489,
3286,
5654,
362,
1588,
1460,
433,
2710,
1517,
5655,
33,
1669,
5656,
5657,
5658,
3127,
35,
2334,
1576,
1485,
1671
],
),
"checklist_rtl": SymbolsMetadata(
popularity: 2303,
codepoint: 0xe6b3,
categories: [12],
tags: [
2147,
2148,
1660,
2228,
1662,
3087,
463,
5659,
81,
1580,
1430,
1666,
1252,
680,
2153,
4801,
488,
370,
916,
68,
86,
5660,
88,
1029,
1166,
1585,
5661,
1668,
91,
586,
2785,
3489,
759,
1428,
5662,
5663,
362,
94,
1588,
1460,
1619,
3753,
33,
1669,
5664,
35,
2334,
1576,
1485,
1671
],
),
"checkroom": SymbolsMetadata(
popularity: 1978,
codepoint: 0xf19e,
categories: [8],
tags: [
2631,
3642,
5665,
5666,
5667,
5668,
2634,
2635,
2636,
5669,
5670,
3834,
2642,
5671,
2643,
5672,
5673,
2733,
323,
2042,
327,
272,
1393,
652,
1394,
1689,
1396,
332,
5674,
2653
],
),
"cheer": SymbolsMetadata(
popularity: 190,
codepoint: 0xf6a8,
categories: [3],
tags: [
3,
5675,
5676,
3494,
5677,
5678,
4973,
5679,
5680,
5491,
5681,
5492,
5682,
5683,
4975,
5684,
5685,
1609,
1610,
5686,
5495,
5687,
587,
5688,
5689,
3366,
245,
5690,
3509,
5691,
5692
],
),
"chef_hat": SymbolsMetadata(
popularity: 76,
codepoint: 0xf357,
categories: [3],
tags: [
5693,
3692,
5694,
5695,
5696,
5697,
5698,
4205,
4206,
5699,
5700,
3699,
4681,
5701,
3701,
3702,
2354,
5702,
4209,
3703,
5703,
5704,
4213,
5705,
3704,
506,
4913,
5706,
5707,
1537,
5708,
5709,
2652
],
),
"chess": SymbolsMetadata(
popularity: 243,
codepoint: 0xf5e7,
categories: [3],
tags: [
480,
2508,
5710,
5711,
5712,
5713,
5714,
5715,
6,
781,
5382,
5716,
4055,
5717,
1958,
3423,
5718,
5719,
5720,
4729,
3489,
2504,
5721,
4063,
3298,
5722,
30,
433,
5723,
5724,
4850,
5153
],
),
"chess_pawn": SymbolsMetadata(
popularity: 93,
codepoint: 0xf3b6,
categories: [3],
tags: [
4397,
5711,
5712,
5714,
5715,
6,
3500,
5382,
5725,
5716,
1749,
492,
5720,
4729,
2504,
390,
392,
888,
1339,
2489,
5723,
31,
5726
],
),
"chevron_backward": SymbolsMetadata(
popularity: 203,
codepoint: 0xf46b,
categories: [2],
tags: [
500,
77,
502,
2441,
2821,
2822,
345,
313,
51,
2195,
406,
1624,
325,
409,
328,
1167,
2828,
1124,
2847,
5623,
5727
],
rtlAutoMirrored: true,
),
"chevron_forward": SymbolsMetadata(
popularity: 395,
codepoint: 0xf46a,
categories: [2],
tags: [
2921,
500,
77,
502,
2842,
2822,
902,
43,
313,
914,
903,
2838,
5728,
51,
1376,
1314,
88,
237,
1749,
1624,
325,
905,
5729,
5730,
2922,
1167,
1121,
759,
2894,
906,
5731
],
rtlAutoMirrored: true,
),
"chevron_left": SymbolsMetadata(
popularity: 20458,
codepoint: 0xe5cb,
categories: [2],
tags: [
2819,
500,
77,
502,
2441,
2821,
1632,
2842,
5732,
2822,
313,
2271,
2823,
2825,
2076,
51,
2195,
2848,
352,
2935,
1624,
325,
1586,
5733,
1167,
2828,
2829,
2830,
1124,
2847,
2853,
3476,
2834
],
rtlAutoMirrored: true,
),
"chevron_right": SymbolsMetadata(
popularity: 52621,
codepoint: 0xe5cc,
categories: [2],
tags: [
2921,
500,
77,
502,
5734,
2842,
5732,
2822,
902,
313,
5735,
1431,
914,
903,
2838,
548,
51,
1376,
1314,
88,
506,
237,
1749,
1624,
905,
5733,
1167,
1121,
906,
2007,
3476
],
rtlAutoMirrored: true,
),
"child_care": SymbolsMetadata(
popularity: 2473,
codepoint: 0xeb41,
categories: [8],
tags: [
3524,
3525,
3132,
5736,
993,
5737,
997,
4066,
4067,
5738,
5739,
577,
1026,
1027,
5740,
3531,
1028,
630,
3535,
3536,
5741,
1574,
5742,
705,
1036,
5743,
5744,
5745,
3543,
2078,
1023,
5746
],
),
"child_friendly": SymbolsMetadata(
popularity: 584,
codepoint: 0xeb42,
categories: [16],
tags: [
861,
5747,
188,
3525,
690,
3132,
5736,
993,
997,
628,
345,
5748,
1026,
225,
83,
5749,
977,
3531,
1006,
1028,
3535,
1032,
5750,
589,
590,
1574,
2366,
3187,
1773,
888,
5743,
3543,
601,
1023,
5746
],
),
"chip_extraction": SymbolsMetadata(
popularity: 76,
codepoint: 0xf821,
categories: [2],
tags: [
77,
502,
5751,
4917,
5752,
3939,
519,
81,
5753,
288,
313,
3261,
2976,
1877,
2781,
5754,
5755,
1110,
5311,
1327,
1697,
3961,
5756,
5757,
4728,
5758,
5759,
1224,
4880,
906,
5760,
3964,
65,
511,
5761
],
),
"chips": SymbolsMetadata(
popularity: 33,
codepoint: 0xe993,
categories: [2],
tags: [
748,
1672,
501,
3304,
144,
1100,
4527,
5423,
2391,
2701,
5762,
1236,
485,
83,
5763,
199,
1111,
1344,
385,
262,
630,
5764,
70,
5765,
92,
271,
921,
150,
1750,
410,
362,
363,
71,
2833,
95,
525,
5766,
141,
1348,
333,
1186,
1187
],
),
"chrome_reader_mode": SymbolsMetadata(
popularity: 980,
codepoint: 0xe86d,
categories: [6],
tags: [
2440,
3390,
1693,
1179,
1703,
628,
1430,
385,
3065,
642,
1586,
1587,
1734,
3067,
3380,
3779,
2885,
432,
433,
33,
97,
333,
1186
],
rtlAutoMirrored: true,
),
"chromecast_2": SymbolsMetadata(
popularity: 205,
codepoint: 0xf17b,
categories: [10],
tags: [
74,
2020,
1268,
4276,
2022,
5436,
519,
1073,
284,
628,
288,
8,
781,
2024,
1683,
5767,
1110,
406,
5443,
630,
439,
1143,
1732,
408,
1427,
1516,
5768,
5438,
1528,
454,
411,
65,
412,
4778,
2030,
37,
278
],
),
"chromecast_device": SymbolsMetadata(
popularity: 212,
codepoint: 0xe83c,
categories: [11],
tags: [
3146,
2020,
1268,
5769,
461,
4276,
5436,
1073,
284,
628,
288,
8,
5770,
2532,
1877,
781,
1683,
1110,
1140,
3339,
1499,
259,
406,
1143,
3343,
432,
410,
5438,
1528,
273,
1292,
411,
65,
412,
4778,
37,
1855,
278
],
),
"chronic": SymbolsMetadata(
popularity: 81,
codepoint: 0xebb2,
categories: [2],
tags: [
1359,
1360,
1673,
1159,
752,
753,
2089,
2303,
5771,
10,
1077,
489,
697,
2076,
2309,
3055,
2968,
4804,
757,
5540,
5772,
2795,
3488,
5008,
453,
3373,
3434,
1168,
94,
2972,
1171,
2463,
1172,
1095,
2078
],
),
"church": SymbolsMetadata(
popularity: 1178,
codepoint: 0xeaae,
categories: [5],
tags: [
1496,
929,
5773,
5774,
5775,
5776,
5777,
5778,
574,
1235,
10,
5779,
5780,
5781,
5782,
5181,
3295,
323,
5783,
1167,
5784,
5185,
5785,
5786,
5787,
5788,
652,
5187,
5789,
5790,
5791,
5193
],
),
"cinematic_blur": SymbolsMetadata(
popularity: 70,
codepoint: 0xf853,
categories: [0],
tags: [
565,
1738,
4295,
3071,
3516,
4296,
5792,
40,
344,
5793,
2277,
4310,
680,
487,
346,
83,
1748,
581,
49,
406,
354,
589,
57,
59,
5099,
5794,
681,
590,
4198,
2160,
4305,
601,
37,
434,
4319
],
),
"circle": SymbolsMetadata(
popularity: 8701,
codepoint: 0xef4a,
categories: [1],
tags: [
749,
500,
3744,
504,
193,
462,
463,
4734,
1745,
811,
5795,
5796,
1748,
2274,
381,
137,
49,
51,
53,
1166,
4090,
3578,
289,
5797,
57,
59,
62,
328,
759,
2055,
453,
330,
362,
392,
2489,
331,
291,
1226,
1227,
2318,
2535
],
),
"circle_notifications": SymbolsMetadata(
popularity: 2432,
codepoint: 0xe994,
categories: [6],
tags: [
749,
2508,
1359,
1360,
2122,
5798,
5799,
1361,
1362,
4138,
1363,
193,
462,
2850,
1842,
5800,
2290,
5801,
68,
583,
887,
2456,
616,
1259,
1368,
4140,
5590,
1370,
5802,
762,
5803,
273,
1293,
4141
],
),
"circles": SymbolsMetadata(
popularity: 47,
codepoint: 0xe7ea,
categories: [6],
tags: [
480,
1466,
504,
1101,
1197,
4860,
4569,
1105,
1677,
1164,
381,
137,
579,
384,
1403,
647,
2455,
2219,
3354,
851,
330,
5482,
1339,
4868,
31,
476
],
),
"circles_ext": SymbolsMetadata(
popularity: 101,
codepoint: 0xe7ec,
categories: [6],
tags: [
480,
5804,
5805,
1101,
5806,
485,
43,
2338,
1212,
914,
5807,
5808,
1335,
5005,
1748,
2274,
5809,
904,
3572,
381,
138,
2342,
3354,
3199,
5810,
410,
392,
1407,
396,
2335
],
),
"clarify": SymbolsMetadata(
popularity: 297,
codepoint: 0xf0bf,
categories: [12],
tags: [
748,
2440,
345,
43,
1542,
1580,
1430,
5811,
316,
147,
317,
1748,
1109,
5812,
2323,
385,
2324,
5813,
5814,
2327,
1624,
2456,
1586,
1126,
31,
33,
511,
1485,
2335
],
rtlAutoMirrored: true,
),
"clean_hands": SymbolsMetadata(
popularity: 941,
codepoint: 0xf21f,
categories: [3],
tags: [
2372,
690,
3815,
3132,
810,
5815,
5816,
2376,
5817,
2690,
2692,
5818,
2075,
697,
5819,
892,
3530,
5820,
894,
920,
5821,
1574,
702,
705,
3852,
5822,
5823,
2382,
5824,
2385,
5825,
5826,
3830,
3493
],
),
"cleaning": SymbolsMetadata(
popularity: 28,
codepoint: 0xe995,
categories: [15],
tags: [
1922,
1423,
5827,
1758,
5828,
5829,
5830,
810,
1890,
1863,
780,
5831,
3864,
5832,
46,
4634,
1140,
4193,
5833,
3530,
5834,
5835,
4176,
3961,
1224,
3845,
5822,
652,
5836,
1869,
5837,
5838,
5839,
1517,
5840,
5841,
1780,
1518
],
),
"cleaning_bucket": SymbolsMetadata(
popularity: 395,
codepoint: 0xf8b4,
categories: [10],
tags: [
5842,
5843,
1863,
1333,
3864,
5844,
4484,
4634,
1140,
5845,
3530,
138,
5835,
4176,
3961,
5846,
5847,
3845,
652,
392,
3656,
31,
1780,
3375,
3859,
3830
],
),
"cleaning_services": SymbolsMetadata(
popularity: 1949,
codepoint: 0xf0ff,
categories: [5],
tags: [
5829,
3132,
5843,
810,
1863,
1180,
3864,
5832,
3784,
1140,
1499,
5833,
3530,
5835,
3961,
5846,
4115,
5848,
4913,
760,
1503,
3845,
5849,
652,
878,
3365,
5850,
5838,
5840,
3859
],
),
"clear_all": SymbolsMetadata(
popularity: 2536,
codepoint: 0xe0b8,
categories: [2],
tags: [
748,
2280,
1672,
5829,
504,
810,
780,
5851,
345,
81,
5852,
1704,
1580,
1430,
4801,
5853,
370,
137,
138,
68,
86,
1470,
88,
1029,
262,
4115,
876,
5854,
5855,
5838,
5856,
31,
5840,
333
],
),
"clear_day": SymbolsMetadata(
popularity: 1649,
codepoint: 0xf157,
categories: [3],
tags: [
5857,
3621,
193,
780,
840,
2124,
1843,
2883,
5858,
3023,
1140,
3025,
3627,
5859,
2361,
1825,
1143,
4041,
4749,
1993,
4750,
4331,
2369,
1598,
5860,
4044,
5861,
5862,
858,
2069,
3829,
859
],
),
"climate_mini_split": SymbolsMetadata(
popularity: 153,
codepoint: 0xf8b5,
categories: [10],
tags: [
5863,
1871,
5864,
5865,
5289,
1858,
2123,
840,
1876,
345,
844,
845,
5866,
5867,
3023,
1847,
1140,
3171,
1848,
5868,
2043,
5869,
5870,
1897,
2401,
1093,
5871,
1853,
5872
],
),
"clinical_notes": SymbolsMetadata(
popularity: 191,
codepoint: 0xe09e,
categories: [3],
tags: [
690,
373,
3087,
2373,
4253,
5873,
81,
4254,
5015,
1580,
1761,
1430,
147,
488,
697,
892,
2076,
1763,
581,
3055,
88,
5874,
894,
5875,
1480,
1585,
5876,
1586,
1587,
4274,
5877,
4517,
588,
589,
1770,
453,
1428,
5377,
1485
],
),
"clock_arrow_down": SymbolsMetadata(
popularity: 61,
codepoint: 0xf382,
categories: [2],
tags: [
5878,
4935,
1673,
77,
4800,
193,
462,
1159,
2573,
520,
2843,
2076,
4804,
5879,
289,
2795,
2828,
453,
2796,
5880,
1539,
2120,
5881,
1171,
5882,
5883,
2463,
5884,
2078
],
),
"clock_arrow_up": SymbolsMetadata(
popularity: 51,
codepoint: 0xf381,
categories: [2],
tags: [
2071,
1673,
77,
5885,
2072,
193,
1159,
2843,
2076,
5886,
3467,
5887,
2795,
5888,
2828,
759,
1370,
3663,
1124,
2831,
5889,
2847,
470,
1168,
360,
1171,
5890,
2540,
1701
],
),
"clock_loader_10": SymbolsMetadata(
popularity: 257,
codepoint: 0xf726,
categories: [2],
tags: [
77,
751,
193,
462,
1159,
2073,
1400,
520,
2692,
3107,
51,
3439,
3039,
5891,
756,
3639,
2589,
3969,
3687,
758,
759,
2796,
470,
1152,
472,
32,
1171,
2540,
1172,
2451,
527,
766,
2078
],
),
"clock_loader_20": SymbolsMetadata(
popularity: 164,
codepoint: 0xf725,
categories: [2],
tags: [
749,
341,
77,
751,
5892,
193,
5893,
1159,
2116,
520,
2692,
51,
3439,
3039,
5891,
756,
5894,
2589,
5895,
3969,
3687,
1167,
1090,
5896,
759,
2514,
470,
3519,
5897,
291,
5074,
1171,
5898,
5899,
527,
766,
5900
],
),
"clock_loader_40": SymbolsMetadata(
popularity: 261,
codepoint: 0xf724,
categories: [2],
tags: [
751,
193,
462,
1159,
81,
520,
2217,
5901,
3487,
5902,
51,
3439,
3039,
756,
2589,
3969,
3687,
5903,
758,
759,
2514,
2515,
470,
291,
4128,
1171,
1172,
526,
527,
2518,
766,
2078
],
),
"clock_loader_60": SymbolsMetadata(
popularity: 288,
codepoint: 0xf723,
categories: [2],
tags: [
683,
193,
462,
1159,
2073,
81,
2116,
520,
2089,
3463,
5904,
51,
3439,
3039,
756,
3466,
2589,
3969,
3687,
758,
759,
760,
470,
330,
360,
472,
291,
5905,
1171,
1172,
1095,
2451,
527,
2518,
766,
2078
],
),
"clock_loader_80": SymbolsMetadata(
popularity: 136,
codepoint: 0xf722,
categories: [2],
tags: [
3901,
750,
193,
462,
1159,
3111,
284,
80,
81,
2116,
520,
2089,
5906,
51,
3439,
3039,
5891,
756,
17,
267,
289,
2589,
3969,
3687,
1090,
759,
470,
1035,
291,
764,
5905,
1171,
1172,
2451,
527,
766
],
),
"clock_loader_90": SymbolsMetadata(
popularity: 138,
codepoint: 0xf721,
categories: [2],
tags: [
5907,
751,
193,
462,
4121,
1159,
5908,
520,
3463,
51,
3439,
87,
3039,
5891,
756,
3466,
3987,
5909,
2589,
3969,
3687,
1167,
758,
759,
762,
470,
360,
291,
2120,
1171,
2451,
527,
766
],
),
"close": SymbolsMetadata(
popularity: 136868,
codepoint: 0xe5cd,
categories: [2],
tags: [
5161,
748,
1360,
1208,
5910,
780,
1209,
4490,
1235,
1210,
5911,
5912,
4647,
2714,
1212,
2950,
3451,
5913,
5080,
616,
1224,
5914,
1226,
5915,
206,
5916,
3993,
3994
],
),
"close_fullscreen": SymbolsMetadata(
popularity: 4468,
codepoint: 0xf1cf,
categories: [2],
tags: [
748,
77,
502,
5917,
482,
504,
1209,
912,
2442,
345,
2337,
3048,
313,
8,
5918,
2274,
1696,
1612,
1344,
406,
2892,
642,
1427,
432,
5919,
3663,
410,
2917,
433,
1093,
413,
37,
396,
1187
],
),
"close_small": SymbolsMetadata(
popularity: 519,
codepoint: 0xf508,
categories: [2],
tags: [
1208,
780,
1209,
1235,
5037,
1210,
5920,
4647,
2125,
2714,
1212,
2715,
1213,
5921,
2043,
1255,
5922,
4273,
3269,
4248,
5039,
1224,
5923,
1955,
1226,
3579,
5166,
5924,
3993,
3994
],
),
"closed_caption": SymbolsMetadata(
popularity: 1375,
codepoint: 0xe01c,
categories: [0],
tags: [
862,
863,
4,
1268,
482,
504,
5925,
5926,
3306,
5,
4239,
5927,
1744,
5928,
868,
12,
5225,
16,
87,
1301,
406,
3341,
1059,
409,
3380,
432,
71,
1067,
594,
5929,
5930,
5931,
2402,
31,
33,
413,
5932,
2030,
35,
37
],
),
"closed_caption_add": SymbolsMetadata(
popularity: 18,
codepoint: 0xf4ae,
categories: [0],
tags: [
231,
862,
863,
745,
4,
1268,
482,
5925,
5926,
3306,
5,
4239,
5927,
628,
1325,
5928,
1252,
2153,
12,
5933,
5225,
16,
1470,
406,
3341,
439,
887,
1452,
239,
432,
5934,
433,
5930,
5931,
31,
33,
5935,
5932,
2030,
35,
3660,
37,
1485
],
),
"closed_caption_disabled": SymbolsMetadata(
popularity: 329,
codepoint: 0xf1dc,
categories: [0],
tags: [
862,
863,
4,
1268,
2811,
5925,
5926,
3306,
5,
4239,
5936,
5928,
868,
1055,
5937,
346,
12,
1279,
5225,
16,
1470,
4530,
406,
354,
3341,
1303,
1059,
1061,
432,
410,
2007,
2100,
1067,
5938,
594,
433,
5939,
5930,
5931,
31,
412,
33,
2030,
35,
37
],
),
"cloud": SymbolsMetadata(
popularity: 7417,
codepoint: 0xe2bd,
categories: [12],
tags: [
837,
1874,
840,
1675,
5940,
284,
1843,
3500,
2883,
137,
138,
259,
5859,
814,
1825,
267,
289,
5941,
1710,
5942,
330,
1035,
392,
1339,
1993,
855,
2489,
31,
858,
141,
907,
527,
859,
835
],
),
"cloud_alert": SymbolsMetadata(
popularity: 127,
codepoint: 0xf3cc,
categories: [12],
tags: [
3104,
1360,
1361,
691,
840,
1675,
284,
1365,
81,
2714,
1366,
4786,
2715,
2883,
3459,
1367,
259,
2716,
1166,
5859,
267,
616,
523,
2719,
1710,
2720,
392,
1993,
291,
1689,
31,
764,
858,
1690,
5943,
527,
206,
859
],
),
"cloud_circle": SymbolsMetadata(
popularity: 623,
codepoint: 0xe2be,
categories: [12],
tags: [
1672,
501,
1674,
193,
462,
1675,
1310,
284,
81,
520,
1677,
1679,
3500,
1681,
2883,
259,
267,
523,
289,
330,
2720,
392,
1993,
1689,
5905,
65,
527,
859
],
),
"cloud_done": SymbolsMetadata(
popularity: 2118,
codepoint: 0xe2bf,
categories: [12],
tags: [
1672,
501,
1660,
3999,
1674,
1662,
1664,
1675,
463,
1665,
1310,
2683,
284,
81,
44,
1430,
1666,
520,
1677,
147,
1679,
2665,
1681,
1622,
259,
1166,
267,
1668,
523,
3010,
4465,
362,
2720,
1993,
1689,
245,
31,
764,
5905,
65,
1669,
527,
2334,
1576,
859,
1671
],
),
"cloud_download": SymbolsMetadata(
popularity: 4006,
codepoint: 0xe2c0,
categories: [12],
tags: [
861,
1672,
501,
77,
1674,
1675,
1676,
5944,
519,
284,
81,
1430,
2814,
520,
3033,
1677,
147,
1679,
1681,
5945,
259,
1749,
267,
2296,
2796,
1539,
2720,
1993,
1689,
764,
5905,
526,
5946,
527
],
),
"cloud_lock": SymbolsMetadata(
popularity: 121,
codepoint: 0xf386,
categories: [12],
tags: [
861,
5314,
5217,
5219,
1674,
840,
4239,
1675,
284,
81,
5947,
259,
1112,
1777,
1056,
267,
523,
5948,
5318,
1034,
1063,
3185,
1574,
1710,
1065,
2366,
3187,
705,
1773,
5949,
1036,
1993,
1689,
31,
858,
527,
859
],
),
"cloud_off": SymbolsMetadata(
popularity: 1643,
codepoint: 0xe2c1,
categories: [12],
tags: [
861,
1672,
501,
1674,
3257,
1675,
284,
81,
868,
2713,
1677,
1055,
2714,
4786,
5950,
1679,
1681,
259,
267,
1057,
5951,
5952,
5953,
1059,
1060,
1061,
2718,
5954,
5955,
1993,
1067,
1689,
5956,
5957,
764,
1068,
5958,
527,
206,
859
],
),
"cloud_sync": SymbolsMetadata(
popularity: 2058,
codepoint: 0xeb5a,
categories: [12],
tags: [
1672,
501,
460,
77,
1674,
2856,
1675,
1310,
284,
753,
81,
615,
1467,
313,
520,
1677,
1679,
1681,
138,
3439,
259,
3039,
3440,
757,
267,
523,
759,
760,
2449,
470,
1539,
1993,
1689,
764,
765,
1093,
526,
473,
4952,
5959,
2451,
527,
333
],
),
"cloud_upload": SymbolsMetadata(
popularity: 6496,
codepoint: 0xe2c3,
categories: [12],
tags: [
1672,
501,
77,
1674,
1675,
1310,
284,
81,
44,
3008,
520,
1677,
2867,
1679,
1681,
5960,
259,
1749,
267,
523,
5961,
1539,
2298,
5962,
2720,
1528,
1993,
509,
1689,
764,
1093,
526,
1701,
98,
527,
5963,
859
],
),
"co2": SymbolsMetadata(
popularity: 1075,
codepoint: 0xe7b0,
categories: [3],
tags: [
837,
5964,
5965,
5966,
4168,
5967,
5968,
4169,
5969,
5970,
5971,
3092,
1164,
5972,
1844,
4171,
5973,
5974,
138,
4175,
3094,
5975,
289,
876,
1883,
4180,
5976,
1170,
4391,
31
],
),
"co_present": SymbolsMetadata(
popularity: 2099,
codepoint: 0xeaf0,
categories: [7],
tags: [
77,
731,
5977,
4276,
5978,
571,
5093,
44,
8,
5097,
523,
589,
5008,
1427,
590,
388,
432,
4777,
410,
5979,
1528,
2029,
2833,
5980,
411,
5981,
601,
37,
5103,
396,
333,
3618,
1186,
1187
],
),
"code": SymbolsMetadata(
popularity: 9216,
codepoint: 0xe86f,
categories: [6],
tags: [
5982,
501,
2559,
5983,
1374,
1102,
2216,
5984,
5985,
519,
5986,
2185,
1715,
1313,
1104,
2153,
4884,
2781,
2560,
1108,
5987,
5225,
3423,
5988,
1685,
5989,
1123,
3325,
509,
737,
5990,
65,
1317,
5991,
333
],
),
"code_blocks": SymbolsMetadata(
popularity: 1048,
codepoint: 0xf84d,
categories: [6],
tags: [
5982,
481,
2261,
5983,
1374,
5992,
1102,
2216,
3939,
1073,
1375,
2185,
81,
1715,
1313,
1104,
2153,
4884,
2781,
1077,
1108,
5987,
5993,
3423,
5994,
4726,
1685,
1123,
3325,
5995,
94,
5996,
5997,
955,
5990,
5998,
2989
],
),
"code_off": SymbolsMetadata(
popularity: 677,
codepoint: 0xe4f3,
categories: [6],
tags: [
5999,
481,
5983,
1208,
1102,
2216,
2185,
2601,
1715,
1313,
6000,
1300,
868,
6001,
680,
1055,
4884,
2781,
2714,
4246,
1213,
1108,
5987,
5164,
6002,
5988,
3269,
1059,
1061,
1685,
1123,
1224,
3271,
3325,
1067,
737,
1226,
5990,
4323,
1068
],
),
"coffee": SymbolsMetadata(
popularity: 2706,
codepoint: 0xefef,
categories: [8],
tags: [
6003,
4858,
2115,
3694,
3696,
6004,
6005,
6006,
6007,
6008,
6009,
6010,
4683,
4207,
3684,
2354,
3025,
6011,
6012,
4213,
4176,
6013,
2080,
6014,
4688,
6015,
1537,
1201,
3827,
6016,
6017,
3829
],
),
"coffee_maker": SymbolsMetadata(
popularity: 832,
codepoint: 0xeff0,
categories: [8],
tags: [
1858,
6018,
2123,
4858,
3694,
6019,
3696,
6006,
6008,
6020,
4206,
6010,
3864,
4207,
6021,
3683,
46,
6022,
1140,
6012,
4193,
4213,
1729,
6023,
2080,
6014,
492,
6024,
6025,
1537,
652
],
),
"cognition": SymbolsMetadata(
popularity: 850,
codepoint: 0xe09f,
categories: [3],
tags: [
480,
1422,
1071,
690,
6026,
6027,
2301,
81,
3092,
4484,
977,
697,
892,
581,
3805,
5476,
384,
2466,
4428,
3094,
894,
2794,
5718,
6028,
289,
588,
589,
6029,
4180,
392,
1170,
31,
4850,
4851,
5581,
6030,
4448
],
),
"cognition_2": SymbolsMetadata(
popularity: 471,
codepoint: 0xf3b5,
categories: [3],
tags: [
3147,
1422,
3148,
690,
6026,
6027,
6031,
1310,
2301,
284,
81,
44,
977,
697,
581,
3805,
5476,
2466,
4428,
3094,
2794,
5718,
6028,
267,
6032,
588,
589,
1090,
758,
6029,
4180,
1292,
31,
4850,
4851,
5581,
6030
],
),
"collapse_all": SymbolsMetadata(
popularity: 494,
codepoint: 0xe944,
categories: [2],
tags: [
2280,
502,
1192,
6033,
1250,
1209,
6034,
912,
6035,
6036,
6037,
5053,
6038,
2442,
6039,
2395,
6040,
914,
2913,
6041,
579,
6042,
2915,
6043,
6044,
88,
2892,
6045,
6046,
5919,
6047,
2917,
6048
],
),
"collapse_content": SymbolsMetadata(
popularity: 449,
codepoint: 0xf507,
categories: [2],
tags: [
1131,
77,
6049,
502,
2822,
912,
6050,
6051,
6052,
6053,
145,
313,
2814,
2573,
914,
6054,
6055,
6056,
6057,
6058,
2915,
6059,
88,
2342,
2892,
237,
325,
2922,
2220,
1151,
6060,
6061,
6062,
2007,
413,
98
],
),
"collections_bookmark": SymbolsMetadata(
popularity: 3171,
codepoint: 0xe431,
categories: [6],
tags: [
1342,
1673,
1693,
3391,
4794,
1197,
6063,
2141,
3499,
1343,
1079,
3055,
4428,
52,
1345,
88,
3394,
2455,
4464,
1585,
92,
1587,
6064,
3380,
2885,
4470,
6065,
453,
4133,
179,
985,
4105,
3506,
1539,
1711,
4480,
182
],
),
"colorize": SymbolsMetadata(
popularity: 1207,
codepoint: 0xe3b8,
categories: [1],
tags: [
5342,
4594,
1592,
3072,
4563,
6066,
6067,
6068,
6069,
6070,
6071,
6072,
6073,
6074,
3584,
485,
378,
6075,
5754,
5795,
6076,
6077,
6078,
3077,
3079,
3080,
3603,
6079,
6080,
4229,
6081,
2160,
6082,
6083,
511,
3617
],
),
"colors": SymbolsMetadata(
popularity: 197,
codepoint: 0xe997,
categories: [12],
tags: [
1738,
4594,
1592,
3622,
3072,
5842,
4563,
6069,
6074,
6084,
3584,
485,
1580,
378,
2899,
1252,
680,
2153,
2217,
4307,
2253,
6085,
1641,
70,
3077,
3080,
6086,
362,
71,
1588,
6081,
1460,
1170,
2160,
6087,
33,
4740,
511,
35,
476,
1485
],
),
"combine_columns": SymbolsMetadata(
popularity: 27,
codepoint: 0xf420,
categories: [12],
tags: [
231,
745,
6088,
1438,
933,
6089,
284,
81,
6090,
6091,
6092,
6093,
1467,
485,
370,
382,
579,
6094,
6095,
385,
1470,
1314,
6096,
6097,
6098,
1452,
586,
239,
4665,
3356,
4134,
6099,
1459,
1460,
433,
31,
1473,
6100,
1464,
396,
1186
],
),
"comedy_mask": SymbolsMetadata(
popularity: 91,
codepoint: 0xf4d6,
categories: [3],
tags: [
6101,
6102,
6103,
1592,
6104,
6105,
5,
6106,
6107,
6108,
4528,
6109,
6110,
781,
10,
6111,
577,
6112,
6113,
1610,
6114,
6115,
6116,
6117,
6118,
6119,
354,
3075,
648,
2553,
2504,
1034,
1063,
1573,
1574,
1036,
2007,
1616,
6120,
6121,
3347,
6122,
6123,
6124,
6125,
6126,
2078
],
),
"comic_bubble": SymbolsMetadata(
popularity: 87,
codepoint: 0xf5dd,
categories: [3],
tags: [
341,
6127,
4842,
568,
6128,
6129,
6130,
570,
2722,
5582,
6131,
6132,
6133,
6134,
572,
283,
1475,
2725,
2726,
1479,
5716,
6135,
583,
4845,
594,
1484,
1296,
4847,
6136,
5575,
4852
],
),
"comment": SymbolsMetadata(
popularity: 6769,
codepoint: 0xe0b9,
categories: [7],
tags: [
745,
6137,
4842,
568,
570,
572,
573,
283,
1475,
1325,
6138,
2725,
2726,
1479,
1327,
583,
887,
6139,
289,
239,
432,
1482,
6140,
594,
433,
6141,
1296,
33,
5575,
6142
],
rtlAutoMirrored: true,
),
"comment_bank": SymbolsMetadata(
popularity: 514,
codepoint: 0xea4e,
categories: [7],
tags: [
1673,
926,
1693,
568,
6143,
570,
1197,
572,
573,
283,
1475,
2725,
2726,
3499,
1479,
579,
2076,
52,
5383,
1345,
583,
2455,
1585,
4115,
453,
4105,
1687,
3506,
1539,
6144,
594,
1484,
433,
6145,
1689,
1396,
182,
1296,
33
],
),
"comments_disabled": SymbolsMetadata(
popularity: 484,
codepoint: 0xe7a2,
categories: [7],
tags: [
4842,
1423,
1051,
568,
191,
570,
6146,
6147,
193,
572,
6148,
6149,
6150,
6151,
573,
6152,
6153,
1235,
6154,
868,
1055,
1479,
87,
583,
6155,
6156,
6157,
1303,
6158,
6159,
1059,
1060,
1061,
6160,
1067,
594,
1484,
6161
],
),
"commit": SymbolsMetadata(
popularity: 663,
codepoint: 0xeaf5,
categories: [6],
tags: [
6162,
6163,
2984,
6164,
193,
1102,
6165,
2663,
284,
6166,
1104,
375,
1107,
6167,
1077,
6168,
1078,
2076,
1623,
87,
1314,
4804,
1330,
267,
3424,
1625,
6169,
6170,
328,
759,
1687,
1539,
6171,
2925,
2451,
6172
],
),
"communication": SymbolsMetadata(
popularity: 2400,
codepoint: 0xe27c,
categories: [3],
tags: [
1360,
4842,
568,
6128,
570,
2722,
5577,
5582,
572,
6173,
283,
1475,
2725,
1479,
5570,
51,
583,
2294,
1143,
2587,
616,
588,
328,
2902,
1260,
1295,
594,
1484,
433,
6174,
1296,
4848
],
),
"communities": SymbolsMetadata(
popularity: 310,
codepoint: 0xe7ed,
categories: [3],
tags: [
480,
193,
283,
6175,
6176,
574,
6177,
284,
6178,
3500,
6179,
579,
580,
6180,
6181,
582,
6182,
267,
6183,
586,
6184,
588,
6185,
392,
1528,
593,
6186,
31,
597,
598,
1228,
990,
602
],
),
"commute": SymbolsMetadata(
popularity: 1001,
codepoint: 0xe940,
categories: [14],
tags: [
1809,
1811,
2035,
312,
313,
2395,
2038,
3168,
1623,
323,
6187,
324,
1534,
174,
875,
325,
1625,
326,
327,
1167,
329,
2045,
2046,
1626,
1538,
1540,
1627,
4365,
1979,
1629,
332,
1920,
1835,
1630
],
),
"compare": SymbolsMetadata(
popularity: 1481,
codepoint: 0xe3b9,
categories: [1],
tags: [
1738,
2210,
1422,
6188,
373,
3713,
3762,
6189,
6190,
4739,
81,
6191,
6192,
1252,
680,
5544,
3352,
3486,
6193,
1747,
1078,
49,
2503,
86,
17,
1086,
6194,
2969,
2213,
57,
59,
2143,
6195,
1428,
3504,
1736,
71,
6196,
746,
394,
6197,
6198
],
),
"compare_arrows": SymbolsMetadata(
popularity: 3857,
codepoint: 0xe915,
categories: [2],
tags: [
2388,
77,
502,
925,
2962,
1742,
2391,
6199,
3713,
1235,
615,
313,
3276,
1077,
699,
2195,
6200,
1749,
6201,
2969,
70,
6202,
6203,
5437,
5611,
906,
3964,
2402,
3727,
764,
765,
6204,
413,
526,
394,
398
],
rtlAutoMirrored: true,
),
"compass_calibration": SymbolsMetadata(
popularity: 297,
codepoint: 0xe57c,
categories: [5],
tags: [
5517,
1738,
2148,
6205,
6206,
1741,
193,
309,
685,
284,
313,
2976,
1746,
259,
323,
6207,
324,
1085,
1534,
17,
325,
6208,
267,
6209,
507,
1167,
329,
760,
64,
652,
151,
71,
273,
4651,
511,
6210,
2993,
277,
278
],
),
"component_exchange": SymbolsMetadata(
popularity: 1751,
codepoint: 0xf1e7,
categories: [6],
tags: [
502,
2962,
1742,
1889,
3939,
284,
254,
6211,
313,
3276,
2999,
1077,
6212,
1084,
1749,
585,
6201,
4728,
1090,
3607,
1528,
6213,
3964,
2402,
4929,
526,
4292,
4952,
2451,
2989
],
),
"compost": SymbolsMetadata(
popularity: 3189,
codepoint: 0xe761,
categories: [3],
tags: [
2791,
6214,
6215,
6216,
6217,
6218,
1333,
6219,
6220,
6221,
315,
6222,
6223,
1843,
1844,
6224,
3372,
3816,
1820,
2355,
2359,
6225,
2361,
1825,
2362,
6226,
1826,
6227,
6228,
5919,
6229,
6230,
2314,
2315,
3374,
6231
],
),
"compress": SymbolsMetadata(
popularity: 1265,
codepoint: 0xe94d,
categories: [2],
tags: [
6232,
77,
502,
6199,
6036,
6037,
6233,
2337,
81,
3048,
377,
914,
47,
2218,
49,
2342,
2892,
439,
6234,
3419,
6235,
6203,
5437,
5919,
2220,
391,
6236,
6237,
410,
2917,
6204,
512,
37,
1187,
2335
],
),
"computer": SymbolsMetadata(
popularity: 9169,
codepoint: 0xe30a,
categories: [11],
tags: [
1246,
1247,
2536,
1703,
283,
519,
1310,
81,
5138,
1704,
288,
44,
8,
2532,
3336,
2533,
1110,
1253,
259,
3686,
1705,
630,
267,
4464,
1391,
4291,
4289,
6238,
410,
2720,
1093,
65,
6239,
333,
1187,
1518,
6240
],
),
"computer_arrow_up": SymbolsMetadata(
popularity: 32,
codepoint: 0xf2f7,
categories: [11],
tags: [
1246,
1247,
77,
6241,
1703,
519,
284,
81,
615,
1704,
288,
313,
147,
2867,
1110,
1253,
259,
1705,
630,
267,
1167,
410,
2298,
5962,
6242,
1528,
6243,
65,
6244,
526,
1701,
527,
6245,
6246,
3006,
3007,
333,
1187
],
),
"computer_cancel": SymbolsMetadata(
popularity: 59,
codepoint: 0xf2f6,
categories: [11],
tags: [
1246,
1247,
1360,
3257,
1208,
691,
1703,
780,
1209,
519,
1235,
1210,
1704,
288,
2713,
4647,
8,
3371,
2714,
1212,
2715,
1213,
1110,
1253,
1705,
630,
6247,
1224,
410,
1226,
31,
1093,
65,
1068,
206,
333,
1187,
6240,
3993
],
),
"concierge": SymbolsMetadata(
popularity: 125,
codepoint: 0xf561,
categories: [16],
tags: [
1360,
865,
6248,
3642,
6249,
1362,
6250,
4102,
6251,
2036,
6252,
225,
2689,
2690,
2692,
5704,
871,
5608,
2733,
581,
68,
6253,
2042,
1368,
289,
589,
6254,
1946,
652,
4487,
880,
31,
1629,
332,
1920,
2652,
6255
],
),
"conditions": SymbolsMetadata(
popularity: 129,
codepoint: 0xe0a0,
categories: [3],
tags: [
1422,
690,
373,
2373,
842,
5762,
81,
145,
4254,
1542,
1430,
316,
147,
317,
488,
1109,
697,
892,
2076,
1763,
581,
68,
1115,
1116,
1117,
894,
4272,
70,
1587,
6256,
4274,
588,
589,
5411,
1428,
6257,
2332,
2159,
1126,
1127,
71
],
),
"confirmation_number": SymbolsMetadata(
popularity: 4810,
codepoint: 0xe638,
categories: [15],
tags: [
861,
565,
4452,
5219,
1923,
1102,
4490,
6258,
45,
781,
1431,
10,
172,
1112,
1777,
980,
21,
22,
91,
2004,
5318,
326,
6259,
179,
1927,
6260,
1773,
94,
31,
2010,
3677,
6261,
4461,
4820
],
),
"congenital": SymbolsMetadata(
popularity: 13,
codepoint: 0xe0a1,
categories: [3],
tags: [
3547,
6262,
566,
690,
974,
6263,
842,
6264,
6265,
2375,
225,
6266,
977,
697,
892,
581,
6267,
979,
6268,
6269,
894,
6270,
289,
6271,
589,
820,
590,
390,
986,
888,
6272,
601,
6273
],
),
"connect_without_contact": SymbolsMetadata(
popularity: 2177,
codepoint: 0xf223,
categories: [3],
tags: [
731,
6274,
283,
1073,
284,
254,
975,
6275,
81,
9,
1314,
267,
4277,
588,
6276,
2055,
6277,
6278,
2029,
273,
593,
6279,
764,
5905,
65,
526,
2058,
1855,
278,
6280
],
),
"connected_tv": SymbolsMetadata(
popularity: 934,
codepoint: 0xe998,
categories: [11],
tags: [
1246,
1247,
2020,
4276,
1703,
1073,
1074,
284,
1704,
288,
8,
2532,
1110,
3339,
1253,
1470,
1705,
406,
5327,
630,
267,
432,
410,
5438,
5445,
411,
65,
412,
2030,
37,
333,
277,
1187,
278
],
),
"connecting_airports": SymbolsMetadata(
popularity: 880,
codepoint: 0xe7c9,
categories: [5],
tags: [
837,
1929,
1901,
1986,
1972,
2032,
1902,
6281,
6282,
284,
2037,
312,
1909,
6283,
1989,
1990,
1924,
320,
3151,
1974,
1623,
1314,
323,
3403,
324,
642,
267,
1061,
1625,
326,
387,
1992,
1538,
273,
526,
1979,
900,
1629,
332,
1981,
1920,
334
],
),
"construction": SymbolsMetadata(
popularity: 10085,
codepoint: 0xea3c,
categories: [15],
tags: [
1374,
5992,
929,
5386,
1497,
6284,
1104,
4884,
2781,
46,
1747,
4876,
6285,
5388,
6286,
5904,
4877,
5311,
6287,
3961,
6288,
6289,
4880,
2833,
6290,
140,
6291,
1780,
6292,
6293,
6294,
1518,
5396,
2519,
4883
],
),
"contact_emergency": SymbolsMetadata(
popularity: 744,
codepoint: 0xf8d1,
categories: [7],
tags: [
565,
1360,
865,
566,
1270,
691,
1250,
975,
5043,
3681,
1365,
2425,
4701,
577,
225,
381,
871,
581,
1367,
293,
68,
262,
616,
588,
589,
1045,
271,
590,
1048,
3460,
705,
1036,
392,
880,
31,
2435,
601,
990,
206
],
),
"contact_mail": SymbolsMetadata(
popularity: 4786,
codepoint: 0xe0d0,
categories: [7],
tags: [
565,
1513,
2405,
566,
4916,
573,
283,
284,
975,
6295,
2283,
145,
2285,
1541,
2286,
2288,
577,
581,
2289,
293,
68,
15,
2291,
583,
267,
6296,
588,
589,
920,
6297,
590,
2296,
2298,
601,
6298,
991
],
),
"contact_page": SymbolsMetadata(
popularity: 3600,
codepoint: 0xf22e,
categories: [12],
tags: [
565,
2405,
566,
3390,
569,
193,
975,
81,
145,
1541,
1580,
1430,
1677,
577,
147,
1680,
1681,
488,
581,
138,
978,
68,
88,
1391,
289,
1586,
1587,
588,
589,
920,
590,
453,
432,
392,
1588,
4520,
433,
1689,
31,
601,
1485
],
),
"contact_phone": SymbolsMetadata(
popularity: 2873,
codepoint: 0xe0cf,
categories: [7],
tags: [
565,
2405,
566,
1270,
193,
573,
283,
975,
1541,
577,
3500,
4484,
977,
581,
293,
68,
583,
262,
289,
588,
589,
271,
590,
3460,
330,
986,
601
],
),
"contact_support": SymbolsMetadata(
popularity: 10029,
codepoint: 0xe94c,
categories: [7],
tags: [
3941,
6299,
865,
568,
6300,
570,
2722,
3166,
572,
573,
283,
6175,
975,
1475,
5032,
1476,
4844,
5644,
871,
6301,
293,
68,
1612,
1166,
583,
2294,
3943,
2331,
3944,
6302,
3945,
652,
594,
1484,
880,
6303,
31,
1296
],
rtlAutoMirrored: true,
),
"contactless": SymbolsMetadata(
popularity: 1418,
codepoint: 0xea71,
categories: [9],
tags: [
927,
4275,
6304,
931,
934,
1073,
284,
254,
975,
6275,
936,
81,
288,
44,
2532,
941,
1314,
6305,
6306,
6307,
267,
6308,
950,
951,
6309,
2065,
3779,
1393,
1773,
1036,
1395,
273,
1791,
65,
1317,
956,
526,
6310,
1854,
277,
278
],
),
"contactless_off": SymbolsMetadata(
popularity: 113,
codepoint: 0xf858,
categories: [9],
tags: [
2596,
1051,
4275,
6311,
931,
283,
1073,
284,
254,
975,
6275,
6312,
6313,
936,
288,
1162,
1300,
868,
1055,
941,
6308,
6314,
6315,
6316,
1059,
1060,
1061,
950,
951,
6317,
4247,
1065,
273,
1067,
1226,
6318,
65,
956,
1068,
1855,
6319,
277,
278
],
),
"contacts": SymbolsMetadata(
popularity: 4869,
codepoint: 0xe0ba,
categories: [7],
tags: [
565,
973,
2405,
566,
6320,
1270,
1250,
283,
1073,
284,
975,
5043,
1541,
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: 383,
codepoint: 0xe999,
categories: [6],
tags: [
565,
973,
1513,
2405,
1190,
566,
3390,
574,
1073,
284,
6321,
5043,
1541,
579,
6322,
581,
2480,
267,
588,
6323,
589,
1045,
1653,
590,
3426,
593,
597,
601,
991,
602
],
),
"content_copy": SymbolsMetadata(
popularity: 20861,
codepoint: 0xe14d,
categories: [12],
tags: [
748,
3088,
6324,
628,
1724,
6325,
1325,
6326,
81,
1580,
1430,
3661,
1252,
1431,
147,
68,
6327,
506,
2455,
887,
492,
355,
5384,
3397,
1587,
5589,
453,
432,
6328,
1588,
433,
1711,
33,
6329
],
),
"content_cut": SymbolsMetadata(
popularity: 1898,
codepoint: 0xe14e,
categories: [12],
tags: [
748,
1268,
6330,
1523,
628,
1724,
3073,
6326,
2262,
1580,
1430,
1252,
147,
406,
1391,
1587,
5589,
1224,
6331,
1152,
706,
392,
644,
6332,
33,
511,
6333,
6334,
37
],
),
"content_paste": SymbolsMetadata(
popularity: 3547,
codepoint: 0xe14f,
categories: [12],
tags: [
748,
745,
501,
1323,
504,
1523,
3088,
628,
345,
1724,
6326,
81,
1580,
1430,
1252,
1431,
147,
2217,
488,
1108,
1327,
1583,
2455,
1585,
1391,
1587,
5589,
3286,
453,
1428,
1588,
33,
511,
1590
],
),
"content_paste_go": SymbolsMetadata(
popularity: 633,
codepoint: 0xea8e,
categories: [12],
tags: [
748,
1673,
77,
482,
3088,
628,
1724,
81,
3112,
868,
1580,
1430,
3661,
1055,
147,
1680,
2838,
1594,
68,
1327,
6335,
1749,
1061,
1587,
5589,
1090,
432,
1699,
2298,
1588,
1067,
433,
526,
2989
],
),
"content_paste_off": SymbolsMetadata(
popularity: 295,
codepoint: 0xe4f8,
categories: [12],
tags: [
1051,
6336,
6337,
780,
3088,
628,
1724,
1210,
5920,
1162,
868,
6338,
1580,
1430,
3661,
1055,
147,
1213,
488,
1327,
6339,
1059,
1061,
1586,
1587,
5589,
6340,
432,
1224,
1065,
1588,
1067,
33,
1068,
6341
],
),
"content_paste_search": SymbolsMetadata(
popularity: 1733,
codepoint: 0xea9b,
categories: [12],
tags: [
1422,
1673,
3088,
628,
81,
1542,
1580,
1430,
5811,
316,
147,
317,
6342,
488,
68,
5812,
2323,
5813,
6343,
2327,
1587,
5589,
2331,
453,
1428,
4179,
3504,
1126,
6344,
1588,
33,
3798,
2146
],
),
"contextual_token": SymbolsMetadata(
popularity: 157,
codepoint: 0xf486,
categories: [4],
tags: [
4325,
77,
2440,
1268,
6345,
504,
902,
345,
1743,
2271,
1580,
1430,
6346,
781,
147,
903,
2838,
6347,
2953,
385,
406,
354,
439,
1706,
2456,
1586,
2504,
408,
409,
1167,
6348,
2128,
454,
31,
33,
1690,
37,
1485
],
rtlAutoMirrored: true,
),
"contextual_token_add": SymbolsMetadata(
popularity: 74,
codepoint: 0xf485,
categories: [4],
tags: [
231,
748,
745,
232,
6349,
1321,
2440,
504,
791,
4609,
6350,
6351,
1325,
1580,
1430,
147,
579,
1336,
235,
1327,
385,
1716,
6352,
887,
1452,
2456,
1586,
239,
242,
392,
675,
31,
33,
6204,
3677,
230,
907,
4738,
6353,
1485
],
rtlAutoMirrored: true,
),
"contract": SymbolsMetadata(
popularity: 582,
codepoint: 0xf5a0,
categories: [12],
tags: [
502,
912,
6037,
6354,
2442,
2337,
377,
8,
1580,
1430,
5918,
6355,
348,
6356,
1950,
88,
2892,
2940,
6357,
1586,
1587,
5630,
453,
5919,
6358,
2220,
6359,
391,
410,
2917,
298,
6360,
433,
956,
396,
1187,
6361,
3051
],
),
"contract_delete": SymbolsMetadata(
popularity: 60,
codepoint: 0xf5a2,
categories: [12],
tags: [
2438,
6362,
2791,
1208,
6363,
6364,
780,
1209,
2442,
6365,
1210,
6366,
6367,
1580,
1430,
6368,
6369,
1212,
147,
6370,
6371,
1470,
88,
3269,
1586,
6372,
1587,
5630,
6373,
4248,
453,
6374,
432,
1224,
6375,
6376,
6377,
1226,
956,
3374,
6378,
6379,
3993,
3994
],
),
"contract_edit": SymbolsMetadata(
popularity: 422,
codepoint: 0xf5a1,
categories: [12],
tags: [
1756,
2438,
6380,
569,
1578,
2442,
6381,
6382,
2812,
1325,
1162,
1580,
1430,
3281,
4511,
1252,
680,
147,
6383,
488,
6384,
1111,
5351,
2446,
87,
88,
1641,
1391,
1586,
1587,
5630,
4517,
2621,
453,
432,
392,
898,
5633,
433,
956,
1590,
1485
],
),
"contrast": SymbolsMetadata(
popularity: 1366,
codepoint: 0xeb37,
categories: [1],
tags: [
1738,
2210,
925,
6385,
3621,
3622,
4739,
345,
4084,
6386,
3634,
8,
6387,
1252,
680,
487,
3352,
3623,
83,
137,
6388,
6389,
49,
2503,
1083,
3627,
1641,
57,
59,
62,
2144,
410,
71,
6390,
3476,
6391,
476,
835
],
),
"contrast_circle": SymbolsMetadata(
popularity: 15,
codepoint: 0xf49f,
categories: [1],
tags: [
231,
74,
862,
745,
1738,
5342,
4594,
6392,
925,
3622,
193,
685,
4739,
345,
4745,
2879,
8,
6393,
1252,
6394,
680,
6076,
6395,
6078,
6396,
6397,
642,
630,
70,
59,
239,
921,
410,
151,
71,
6398,
1261,
4740,
413,
396,
4318,
476
],
),
"contrast_rtl_off": SymbolsMetadata(
popularity: 6,
codepoint: 0xec72,
categories: [1],
tags: [
861,
862,
1738,
6385,
1051,
3622,
6311,
193,
4739,
345,
4745,
2601,
868,
8,
1252,
680,
487,
1055,
83,
6388,
6395,
49,
2503,
6397,
87,
642,
630,
1059,
1060,
1061,
70,
59,
62,
2144,
6399,
5663,
410,
71,
1067,
4740,
413,
396,
476,
835
],
),
"contrast_square": SymbolsMetadata(
popularity: 9,
codepoint: 0xf4a0,
categories: [1],
tags: [
231,
72,
745,
1738,
5342,
4594,
481,
482,
3622,
4739,
345,
4084,
2879,
3634,
8,
6400,
1252,
6394,
680,
1164,
6076,
4307,
3637,
6396,
3627,
642,
70,
6401,
239,
358,
1151,
71,
392,
2401,
433,
1261,
2402,
4740,
413,
396
],
),
"control_camera": SymbolsMetadata(
popularity: 355,
codepoint: 0xe074,
categories: [0],
tags: [
1738,
6402,
77,
502,
40,
42,
308,
193,
6403,
345,
288,
313,
46,
346,
2533,
2195,
53,
406,
1749,
439,
70,
57,
59,
921,
453,
432,
2991,
906,
71,
1779,
1347,
433,
65,
511,
37,
5091
],
),
"control_point_duplicate": SymbolsMetadata(
popularity: 629,
codepoint: 0xe3bb,
categories: [1],
tags: [
231,
745,
6404,
193,
1101,
6324,
345,
1724,
1325,
3042,
3661,
6405,
1432,
2455,
887,
6406,
2747,
239,
328,
6328,
31,
6407
],
),
"controller_gen": SymbolsMetadata(
popularity: 246,
codepoint: 0xe83d,
categories: [8],
tags: [
4935,
504,
1100,
193,
519,
5986,
345,
6408,
1235,
6409,
288,
2271,
781,
5382,
6410,
5428,
1111,
6411,
1958,
1143,
70,
4289,
2504,
432,
6412,
5880,
362,
433,
2128,
65,
1690,
6413,
6414
],
),
"conversion_path": SymbolsMetadata(
popularity: 3157,
codepoint: 0xf0c1,
categories: [9],
tags: [
1781,
1422,
1071,
3305,
373,
4293,
1786,
6415,
81,
375,
6416,
1105,
1077,
6417,
1078,
1623,
87,
1182,
226,
18,
1625,
648,
1090,
759,
1428,
2467,
94,
6418,
4963,
6419,
2146,
6420,
514
],
),
"conversion_path_off": SymbolsMetadata(
popularity: 35,
codepoint: 0xf7b4,
categories: [9],
tags: [
1781,
1071,
77,
3305,
1051,
6421,
373,
4293,
1075,
1786,
6422,
81,
6423,
6424,
375,
868,
6425,
3261,
6426,
6427,
1105,
1055,
2125,
1212,
1077,
1078,
1222,
87,
6428,
6429,
6430,
1059,
1060,
1061,
1625,
6431,
851,
1067,
1226,
1095,
5166
],
),
"convert_to_text": SymbolsMetadata(
popularity: 69,
codepoint: 0xf41f,
categories: [12],
tags: [
6432,
77,
2440,
1742,
5,
628,
6433,
81,
313,
1580,
1430,
6434,
2814,
3276,
147,
6435,
2569,
370,
6436,
903,
4356,
1641,
1732,
1586,
1587,
6437,
2331,
3068,
179,
906,
1128,
737,
6438,
2402,
1227,
33,
6439,
6440,
526,
512,
35,
6441,
1485
],
),
"conveyor_belt": SymbolsMetadata(
popularity: 167,
codepoint: 0xf867,
categories: [9],
tags: [
5751,
3206,
2123,
6442,
6443,
6444,
6445,
46,
6446,
6447,
1077,
4910,
4877,
5311,
87,
6448,
3403,
4878,
6449,
5756,
6450,
6451,
468,
2219,
1090,
681,
6452,
4485,
5557,
1093,
900
],
),
"cookie": SymbolsMetadata(
popularity: 2273,
codepoint: 0xeaac,
categories: [3],
tags: [
1360,
3690,
6453,
6454,
193,
6455,
462,
3181,
3745,
6456,
6457,
6458,
81,
3700,
6459,
2354,
6460,
616,
70,
921,
1034,
6461,
330,
71,
3710,
3711,
1095,
3712,
6462,
6463
],
),
"cookie_off": SymbolsMetadata(
popularity: 92,
codepoint: 0xf79a,
categories: [3],
tags: [
6453,
481,
4799,
193,
3745,
6456,
6457,
81,
5037,
1210,
3700,
1162,
44,
868,
1055,
259,
1059,
1060,
1061,
1242,
1034,
6464,
5039,
1224,
1036,
71,
1067,
1095,
6462,
333,
1186,
3993
],
),
"cooking": SymbolsMetadata(
popularity: 1103,
codepoint: 0xe2b6,
categories: [8],
tags: [
6465,
6466,
6467,
5696,
4205,
6468,
4206,
6469,
6470,
3699,
4681,
3701,
4684,
6471,
4828,
6472,
2354,
4209,
5703,
6473,
6474,
3023,
1140,
1499,
6475,
2357,
4213,
3704,
6476,
506,
1143,
4383,
3705,
6477,
6478,
3009,
5707,
1537,
6479,
3827,
6480,
6481,
6482
],
),
"cool_to_dry": SymbolsMetadata(
popularity: 214,
codepoint: 0xe276,
categories: [10],
tags: [
1738,
837,
838,
77,
1742,
840,
5254,
345,
844,
6483,
753,
313,
2814,
6484,
3480,
3684,
1878,
1140,
6485,
1848,
138,
642,
1143,
3688,
151,
1897,
2402,
1093,
858,
2069,
1701,
1853,
859
],
),
"copy_all": SymbolsMetadata(
popularity: 1164,
codepoint: 0xe2ec,
categories: [12],
tags: [
2280,
6324,
628,
1724,
6486,
6326,
2392,
754,
81,
1580,
1430,
2141,
3661,
147,
1679,
1082,
2455,
5080,
1586,
1587,
4796,
2795,
6328,
6487,
6488,
6489,
1711,
33
],
),
"copyright": SymbolsMetadata(
popularity: 2547,
codepoint: 0xe90c,
categories: [9],
tags: [
2438,
4,
3305,
2493,
6490,
5,
193,
3307,
936,
6491,
3497,
12,
172,
978,
3310,
52,
2446,
6492,
16,
3312,
2480,
1166,
1183,
6493,
6494,
1500,
1574,
6495,
3314,
3507,
5633,
2673,
6496,
31,
33
],
),
"coronavirus": SymbolsMetadata(
popularity: 2431,
codepoint: 0xf221,
categories: [3],
tags: [
214,
2372,
6497,
4166,
1250,
193,
6498,
6499,
692,
693,
2375,
6500,
2376,
5817,
319,
697,
892,
2377,
2378,
894,
2379,
6501,
701,
6502,
851,
4179,
4180,
6503,
2382,
593,
331,
6504,
2385
],
),
"corporate_fare": SymbolsMetadata(
popularity: 3876,
codepoint: 0xf1d0,
categories: [9],
tags: [
480,
1496,
927,
929,
569,
2548,
576,
1385,
2551,
6505,
941,
2274,
944,
137,
4921,
138,
945,
3722,
87,
1391,
586,
327,
2554,
1501,
432,
1502,
1503,
392,
1504,
2555,
2489,
955,
31,
2556,
1506
],
),
"cottage": SymbolsMetadata(
popularity: 3600,
codepoint: 0xe587,
categories: [16],
tags: [
5455,
1495,
1496,
4037,
929,
1931,
4887,
5535,
4931,
1498,
5536,
2551,
1140,
1499,
2552,
4357,
5537,
6506,
1534,
327,
1500,
2554,
432,
1502,
1503,
4891,
1829,
1504,
4892,
4893,
433,
3740,
955,
4894,
1690,
2789,
4732,
1187
],
),
"counter_0": SymbolsMetadata(
popularity: 56,
codepoint: 0xf785,
categories: [12],
tags: [
4765,
1071,
2192,
193,
80,
224,
81,
7,
811,
225,
51,
6507,
6508,
17,
6509,
819,
21,
22,
23,
820,
26,
203,
228,
2128,
746,
31,
6510,
36,
3689,
6511
],
),
"counter_1": SymbolsMetadata(
popularity: 998,
codepoint: 0xf784,
categories: [12],
tags: [
72,
193,
80,
6512,
7,
6513,
1907,
172,
173,
51,
6514,
6515,
6508,
174,
17,
18,
21,
6516,
22,
149,
178,
6517,
329,
6518,
228,
3570,
291,
31,
6510,
36
],
),
"counter_2": SymbolsMetadata(
popularity: 481,
codepoint: 0xf783,
categories: [12],
tags: [
74,
1360,
223,
281,
193,
462,
80,
224,
7,
173,
792,
6508,
17,
616,
21,
6519,
6520,
22,
149,
69,
329,
759,
26,
6521,
203,
228,
6120,
291,
2927,
31,
394,
36
],
),
"counter_3": SymbolsMetadata(
popularity: 383,
codepoint: 0xf782,
categories: [12],
tags: [
75,
223,
791,
193,
80,
224,
7,
8,
6522,
225,
173,
6508,
17,
18,
21,
22,
149,
69,
329,
26,
6521,
203,
228,
229,
31,
6510,
551,
230,
36
],
),
"counter_4": SymbolsMetadata(
popularity: 212,
codepoint: 0xf781,
categories: [12],
tags: [
631,
223,
193,
80,
224,
169,
81,
7,
6523,
634,
173,
68,
6524,
6508,
21,
6525,
6526,
22,
69,
23,
329,
759,
2514,
26,
795,
228,
6527,
229,
31,
6510,
230,
36
],
),
"counter_5": SymbolsMetadata(
popularity: 140,
codepoint: 0xf780,
categories: [12],
tags: [
676,
223,
791,
193,
80,
224,
81,
7,
8,
225,
667,
51,
1376,
792,
6508,
17,
21,
6528,
22,
149,
69,
329,
759,
26,
227,
228,
6120,
746,
2927,
31,
6510,
36,
554
],
),
"counter_6": SymbolsMetadata(
popularity: 78,
codepoint: 0xf77f,
categories: [12],
tags: [
687,
223,
193,
80,
224,
6529,
81,
7,
6522,
225,
4484,
1376,
88,
6508,
17,
18,
21,
6530,
176,
22,
23,
91,
329,
26,
6521,
94,
3934,
6531,
6532,
229,
31,
6510,
230,
36,
554
],
),
"counter_7": SymbolsMetadata(
popularity: 61,
codepoint: 0xf77e,
categories: [12],
tags: [
747,
193,
80,
6533,
224,
6534,
7,
6535,
225,
6536,
51,
52,
6508,
174,
1716,
21,
6537,
22,
149,
6538,
69,
26,
6539,
228,
6540,
180,
31,
6419,
36,
6541
],
),
"counter_8": SymbolsMetadata(
popularity: 53,
codepoint: 0xf77d,
categories: [12],
tags: [
783,
223,
1672,
1322,
193,
80,
224,
81,
7,
8,
6542,
225,
4484,
51,
68,
1111,
6508,
793,
6543,
21,
22,
149,
6544,
1732,
26,
228,
392,
229,
31,
6510,
230,
141,
36,
333
],
),
"counter_9": SymbolsMetadata(
popularity: 50,
codepoint: 0xf77c,
categories: [12],
tags: [
796,
281,
193,
80,
6545,
224,
6546,
7,
8,
225,
51,
6547,
6508,
17,
18,
802,
6548,
21,
22,
149,
23,
759,
26,
6521,
203,
228,
6549,
229,
31,
6510,
230,
36,
6550
],
),
"countertops": SymbolsMetadata(
popularity: 488,
codepoint: 0xf1f7,
categories: [8],
tags: [
480,
1860,
481,
929,
1180,
1497,
224,
6551,
6552,
4569,
379,
4052,
1140,
699,
1499,
6553,
4213,
6554,
87,
4195,
289,
387,
6289,
1503,
1946,
392,
1339,
6555,
6556,
2489,
4730,
393,
1473,
6557,
4934
],
),
"create_new_folder": SymbolsMetadata(
popularity: 3987,
codepoint: 0xe2cc,
categories: [2],
tags: [
231,
745,
232,
1673,
1374,
1197,
628,
1325,
81,
1541,
1580,
1430,
1677,
147,
1680,
1350,
579,
1345,
1432,
1029,
887,
586,
239,
2364,
432,
1539,
1588,
4520,
1689,
31,
4480
],
),
"credit_card": SymbolsMetadata(
popularity: 14826,
codepoint: 0xe870,
categories: [9],
tags: [
565,
6558,
6559,
925,
926,
927,
928,
1647,
930,
931,
1416,
4917,
932,
934,
1417,
936,
961,
937,
1542,
938,
1649,
941,
942,
6560,
6305,
948,
523,
950,
951,
6561,
1421,
1654,
432,
1773,
1395,
6562,
3775,
31,
956,
6310,
971
],
),
"credit_card_clock": SymbolsMetadata(
popularity: 97,
codepoint: 0xf438,
categories: [9],
tags: [
565,
6563,
928,
6564,
930,
931,
193,
1159,
932,
934,
1417,
936,
961,
937,
1160,
2116,
1542,
938,
6565,
941,
2076,
87,
6305,
948,
523,
91,
950,
6566,
6567,
951,
2589,
328,
1167,
1421,
758,
1654,
4806,
432,
1168,
1773,
1395,
31,
1171,
956,
6310,
971,
2078
],
),
"credit_card_gear": SymbolsMetadata(
popularity: 48,
codepoint: 0xf52d,
categories: [9],
tags: [
565,
6563,
501,
926,
928,
930,
931,
1742,
932,
934,
685,
345,
1417,
936,
961,
937,
81,
145,
1542,
938,
1252,
941,
942,
1776,
293,
68,
1470,
1029,
6305,
948,
523,
70,
950,
951,
920,
921,
1421,
590,
432,
1036,
652,
71,
392,
1395,
31,
956,
2451,
6310,
971
],
),
"credit_card_heart": SymbolsMetadata(
popularity: 70,
codepoint: 0xf52c,
categories: [9],
tags: [
565,
927,
928,
930,
931,
932,
934,
1417,
936,
961,
937,
938,
3499,
941,
942,
137,
4507,
1613,
6568,
4508,
5357,
948,
523,
950,
951,
6569,
1421,
1654,
432,
4105,
6570,
1539,
6571,
392,
1395,
433,
31,
956,
6572,
971
],
),
"credit_card_off": SymbolsMetadata(
popularity: 784,
codepoint: 0xe4f4,
categories: [9],
tags: [
927,
928,
1051,
3257,
6311,
930,
931,
932,
934,
1417,
936,
961,
937,
2012,
5037,
868,
938,
1055,
2714,
2715,
941,
942,
1213,
4484,
138,
5164,
87,
948,
1057,
1059,
523,
289,
950,
951,
6573,
1421,
432,
6574,
1065,
392,
1395,
1067,
1226,
31,
1068
],
),
"credit_score": SymbolsMetadata(
popularity: 3100,
codepoint: 0xeff1,
categories: [9],
tags: [
1422,
1660,
2464,
927,
928,
930,
931,
1662,
193,
932,
934,
463,
1417,
936,
6575,
937,
6576,
1400,
45,
938,
1666,
3486,
6577,
941,
942,
3871,
51,
792,
947,
1166,
17,
3474,
948,
21,
23,
1668,
523,
950,
951,
648,
5632,
759,
795,
203,
1428,
228,
362,
3070,
31,
6578,
1669,
2334,
1576,
1671
],
),
"crib": SymbolsMetadata(
popularity: 502,
codepoint: 0xe588,
categories: [8],
tags: [
3524,
3525,
6579,
1332,
6580,
1903,
4048,
482,
993,
6581,
997,
4066,
4067,
378,
4052,
3531,
6582,
1006,
1470,
814,
3535,
3536,
492,
289,
432,
888,
1339,
1919,
1935,
433,
1170,
3543
],
),
"crisis_alert": SymbolsMetadata(
popularity: 2416,
codepoint: 0xebe9,
categories: [5],
tags: [
3104,
1359,
1360,
1361,
6583,
691,
4405,
3681,
1365,
2425,
2714,
6584,
1366,
3915,
1479,
4413,
1367,
68,
6585,
1166,
6586,
1480,
616,
6587,
6588,
705,
1036,
898,
291,
31,
1093,
1227,
4419,
1690,
2435,
206
],
),
"crop": SymbolsMetadata(
popularity: 1424,
codepoint: 0xe3be,
categories: [1],
tags: [
1738,
5342,
1131,
1133,
1523,
2337,
1813,
6589,
6326,
1252,
680,
2153,
370,
348,
137,
49,
2503,
406,
1641,
289,
57,
2143,
62,
3084,
432,
6590,
2220,
363,
71,
392,
298,
433,
511,
512,
6333,
37
],
),
"crop_16_9": SymbolsMetadata(
popularity: 601,
codepoint: 0xe3bc,
categories: [1],
tags: [
6591,
1738,
5342,
1131,
633,
6592,
6593,
344,
1813,
6589,
3082,
377,
1252,
680,
2153,
370,
348,
49,
2503,
406,
354,
57,
59,
2143,
3085,
432,
2220,
410,
363,
71,
392,
298,
433,
1780,
512,
37,
434,
3086
],
),
"crop_3_2": SymbolsMetadata(
popularity: 320,
codepoint: 0xe3bd,
categories: [1],
tags: [
6594,
6595,
6596,
1738,
5342,
1131,
633,
6592,
1813,
377,
1252,
680,
370,
348,
6597,
383,
699,
49,
6078,
2503,
1595,
406,
6598,
57,
3603,
1346,
2143,
62,
3084,
432,
2220,
391,
71,
298,
433,
6599,
397
],
),
"crop_5_4": SymbolsMetadata(
popularity: 339,
codepoint: 0xe3bf,
categories: [1],
tags: [
6600,
1738,
5342,
1131,
633,
1132,
1133,
6592,
1813,
486,
1252,
680,
6601,
6602,
370,
348,
6597,
137,
49,
6078,
2503,
406,
1641,
289,
57,
3603,
2143,
62,
3085,
432,
2220,
71,
392,
298,
433,
512,
6333,
37,
364
],
),
"crop_7_5": SymbolsMetadata(
popularity: 465,
codepoint: 0xe3c0,
categories: [1],
tags: [
6603,
1738,
5342,
1131,
1592,
633,
2336,
6592,
1813,
1252,
680,
2153,
348,
137,
699,
49,
2503,
1595,
406,
57,
59,
2143,
62,
432,
2220,
363,
71,
6604,
392,
298,
433,
511,
2535
],
),
"crop_9_16": SymbolsMetadata(
popularity: 55,
codepoint: 0xf549,
categories: [1],
tags: [
6605,
1738,
5342,
1131,
633,
6592,
1813,
6589,
377,
1252,
680,
2153,
370,
348,
49,
2503,
406,
262,
1641,
507,
57,
59,
2143,
62,
5099,
3085,
432,
6590,
2220,
71,
392,
298,
243,
433,
511,
1464,
37,
6606
],
),
"crop_free": SymbolsMetadata(
popularity: 1751,
codepoint: 0xe3c2,
categories: [1],
tags: [
1738,
5342,
1131,
2336,
482,
2337,
1813,
6607,
8,
1252,
680,
2338,
6608,
5918,
914,
1748,
348,
6609,
5809,
1696,
49,
1470,
2342,
289,
57,
2143,
62,
2220,
362,
363,
71,
298,
433,
141,
2335
],
),
"crop_landscape": SymbolsMetadata(
popularity: 372,
codepoint: 0xe3c3,
categories: [1],
tags: [
1738,
5342,
1131,
633,
1132,
1813,
6610,
377,
1252,
6611,
680,
348,
6597,
699,
49,
6078,
2503,
1595,
6612,
406,
6613,
1641,
507,
289,
57,
3603,
2143,
62,
3605,
432,
2457,
6590,
2220,
71,
392,
298,
511,
476,
6614,
6615
],
),
"crop_portrait": SymbolsMetadata(
popularity: 492,
codepoint: 0xe3c5,
categories: [1],
tags: [
1738,
5342,
1131,
633,
1813,
377,
1252,
680,
2153,
370,
348,
6597,
49,
2503,
406,
1641,
57,
59,
2143,
62,
5099,
432,
6590,
2220,
71,
392,
298,
433,
511
],
),
"crop_rotate": SymbolsMetadata(
popularity: 333,
codepoint: 0xe437,
categories: [1],
tags: [
1738,
5342,
1131,
77,
502,
633,
6593,
193,
6616,
2337,
6617,
1813,
313,
1252,
680,
348,
137,
49,
2503,
2980,
1641,
507,
57,
2143,
62,
4665,
6618,
2220,
470,
71,
298,
433,
511,
512,
473,
476
],
),
"crop_square": SymbolsMetadata(
popularity: 2022,
codepoint: 0xe3c6,
categories: [1],
tags: [
1738,
5342,
1672,
501,
1131,
5236,
633,
1132,
1133,
2701,
2442,
1813,
6326,
485,
1252,
680,
2153,
914,
1335,
348,
6597,
904,
49,
2503,
1344,
2980,
406,
1641,
2922,
57,
2143,
62,
432,
2220,
410,
71,
392,
5482,
2917,
2833,
298,
433,
6619,
511,
512,
6333,
141,
1348,
333,
1186,
1187
],
),
"crossword": SymbolsMetadata(
popularity: 139,
codepoint: 0xf5e5,
categories: [3],
tags: [
2508,
6620,
2261,
5712,
6026,
5713,
6621,
6622,
104,
3092,
781,
2217,
3294,
5382,
5716,
382,
699,
4428,
1958,
16,
6623,
3423,
6028,
5721,
6624,
2710,
5723,
31,
4850,
1464,
6625,
6626,
6627
],
),
"crowdsource": SymbolsMetadata(
popularity: 312,
codepoint: 0xeb18,
categories: [3],
tags: [
6628,
5751,
569,
571,
1197,
4609,
574,
2138,
284,
6629,
6630,
6631,
81,
6560,
967,
5781,
319,
579,
68,
1111,
2466,
259,
946,
4428,
2480,
267,
951,
588,
6632,
2045,
4034,
1528,
737,
602
],
),
"crown": SymbolsMetadata(
popularity: 231,
codepoint: 0xecb3,
categories: [3],
tags: [
3,
3494,
3495,
6633,
5713,
6634,
6635,
3459,
4055,
6636,
792,
982,
1030,
716,
4063,
6521,
795,
3505,
6637,
3203,
245,
6638,
1263,
1429,
6639,
6261,
5320,
1944,
5153,
5360,
3510
],
),
"cruelty_free": SymbolsMetadata(
popularity: 2537,
codepoint: 0xe799,
categories: [3],
tags: [
4869,
6640,
6641,
6642,
6643,
6644,
3132,
6645,
6646,
6647,
6222,
6648,
6649,
6650,
6609,
6651,
6652,
6653,
6654,
6655,
6656,
1825,
6657,
3835,
6658,
6659,
593,
2314,
2315,
1319,
6660,
2370,
2371
],
),
"css": SymbolsMetadata(
popularity: 1626,
codepoint: 0xeb93,
categories: [2],
tags: [
4,
5983,
1179,
6661,
5,
1102,
2216,
6662,
1310,
2185,
485,
1715,
1313,
44,
4884,
2781,
12,
2560,
5987,
259,
385,
16,
5988,
1685,
1123,
6663,
6664,
6665,
2197,
31,
65,
33,
35,
6666,
2189,
2200,
6667,
1186
],
),
"csv": SymbolsMetadata(
popularity: 207,
codepoint: 0xe6cf,
categories: [12],
tags: [
4,
1422,
5,
2216,
6668,
6669,
6670,
6671,
81,
6672,
6673,
1467,
1430,
2443,
520,
1695,
147,
2569,
12,
370,
1594,
68,
16,
88,
6674,
1123,
1428,
6675,
1460,
6676,
746,
31,
6677,
6678,
33,
6679,
6680,
35,
527,
6681
],
),
"currency_bitcoin": SymbolsMetadata(
popularity: 1940,
codepoint: 0xebc5,
categories: [9],
tags: [
928,
6682,
6683,
930,
931,
193,
932,
934,
1417,
936,
6684,
6685,
937,
44,
6686,
6687,
962,
938,
963,
941,
6688,
6689,
946,
6690,
948,
523,
6691,
6692,
950,
951,
1421,
1395,
3609,
31,
5200,
1331,
6693,
958
],
),
"currency_exchange": SymbolsMetadata(
popularity: 6132,
codepoint: 0xeb70,
categories: [9],
tags: [
458,
460,
77,
502,
927,
1647,
931,
932,
934,
1786,
6433,
937,
6694,
313,
962,
938,
964,
6695,
3276,
941,
942,
6696,
6697,
3439,
6698,
946,
5609,
948,
6699,
950,
951,
6700,
2449,
1699,
470,
3279,
3964,
764,
4929,
956,
526,
473,
881,
6701
],
),
"currency_franc": SymbolsMetadata(
popularity: 246,
codepoint: 0xeafa,
categories: [9],
tags: [
927,
928,
960,
6702,
930,
931,
932,
934,
1417,
936,
937,
962,
938,
939,
6695,
3276,
941,
942,
6703,
6689,
319,
968,
322,
946,
1389,
6704,
948,
523,
950,
951,
1421,
954,
1395,
6705,
31,
4929,
956,
36,
958
],
),
"currency_lira": SymbolsMetadata(
popularity: 338,
codepoint: 0xeaef,
categories: [9],
tags: [
1423,
928,
1647,
6706,
930,
931,
932,
934,
1417,
936,
937,
962,
938,
939,
964,
3276,
941,
942,
6707,
6708,
6709,
15,
1470,
6710,
948,
523,
950,
951,
1421,
3279,
1395,
1711,
2461,
31,
6711,
97,
6712,
956,
6713,
36
],
),
"currency_pound": SymbolsMetadata(
popularity: 1043,
codepoint: 0xeaf1,
categories: [9],
tags: [
924,
4,
927,
928,
6714,
960,
930,
931,
932,
934,
1417,
936,
937,
962,
938,
963,
3276,
941,
942,
6715,
6716,
15,
948,
523,
950,
951,
6700,
1421,
1395,
898,
6717,
31,
956,
338,
6718,
36,
958
],
),
"currency_ruble": SymbolsMetadata(
popularity: 617,
codepoint: 0xeaec,
categories: [9],
tags: [
927,
928,
1415,
960,
569,
930,
931,
5,
932,
934,
1417,
936,
937,
962,
938,
964,
3276,
6719,
941,
942,
6696,
15,
948,
523,
950,
951,
6720,
1421,
2647,
1654,
359,
6721,
6722,
6723,
6724,
1395,
31,
4929,
956
],
),
"currency_rupee": SymbolsMetadata(
popularity: 3418,
codepoint: 0xeaf7,
categories: [9],
tags: [
926,
927,
928,
1647,
930,
931,
932,
934,
1417,
936,
937,
962,
938,
939,
964,
941,
942,
6725,
6726,
6727,
6728,
946,
1389,
948,
523,
950,
951,
1421,
1654,
6729,
3279,
1394,
1395,
1396,
31,
956,
958
],
),
"currency_rupee_circle": SymbolsMetadata(
popularity: 75,
codepoint: 0xf460,
categories: [9],
tags: [
927,
928,
960,
569,
930,
931,
193,
932,
934,
1417,
936,
937,
6694,
6730,
962,
938,
963,
3276,
6731,
941,
942,
6732,
968,
6733,
6728,
946,
948,
523,
950,
951,
1421,
6729,
954,
1395,
31,
956,
36,
958
],
),
"currency_yen": SymbolsMetadata(
popularity: 1073,
codepoint: 0xeafb,
categories: [9],
tags: [
926,
927,
928,
6702,
930,
931,
932,
934,
1417,
936,
937,
962,
938,
939,
3276,
941,
942,
968,
6734,
6735,
948,
523,
950,
951,
1421,
359,
1395,
898,
31,
956,
36,
958,
6701
],
),
"currency_yuan": SymbolsMetadata(
popularity: 316,
codepoint: 0xeaf9,
categories: [9],
tags: [
927,
928,
569,
1647,
930,
931,
5,
6736,
6737,
932,
934,
1417,
936,
937,
962,
938,
939,
3276,
941,
942,
946,
948,
523,
950,
951,
1421,
6738,
6739,
3279,
1395,
898,
31,
33,
4929,
956,
35,
36,
6740
],
),
"curtains": SymbolsMetadata(
popularity: 292,
codepoint: 0xec1e,
categories: [8],
tags: [
4048,
4222,
4239,
2139,
4234,
6552,
1161,
6741,
6742,
10,
2641,
2913,
1140,
1499,
2735,
3627,
5527,
1143,
2922,
919,
6743,
1034,
1503,
1946,
4043,
2007,
1347,
4198,
6120,
4045,
2651,
3347,
1187,
4232
],
),
"curtains_closed": SymbolsMetadata(
popularity: 147,
codepoint: 0xec1d,
categories: [8],
tags: [
2811,
4222,
481,
4239,
6744,
2139,
4186,
4234,
6745,
6552,
2262,
3864,
6741,
2641,
2913,
6746,
1140,
1499,
2735,
3627,
1143,
919,
1034,
1946,
4043,
4229,
1347,
4198,
5860,
4045,
2651,
1854,
1187
],
),
"custom_typography": SymbolsMetadata(
popularity: 82,
codepoint: 0xe732,
categories: [12],
tags: [
3418,
1738,
4,
3071,
4670,
5,
403,
283,
1325,
6084,
3082,
3584,
485,
1430,
680,
83,
12,
2154,
137,
978,
385,
16,
70,
6747,
71,
857,
2160,
31,
33,
4740,
1780,
6748,
35,
6749,
338,
6261,
476,
1485
],
),
"cycle": SymbolsMetadata(
popularity: 1320,
codepoint: 0xf854,
categories: [2],
tags: [
77,
502,
2821,
5144,
284,
254,
752,
753,
375,
313,
2303,
1077,
903,
2076,
3039,
756,
757,
325,
6750,
1090,
759,
6751,
6227,
6228,
760,
6752,
761,
2449,
3434,
3446,
6229,
470,
94,
473,
4952,
6753,
2989
],
),
"cyclone": SymbolsMetadata(
popularity: 756,
codepoint: 0xebd5,
categories: [3],
tags: [
837,
1887,
1360,
1874,
6754,
6755,
840,
4405,
6756,
1365,
4408,
4409,
1274,
6757,
2883,
6417,
6758,
468,
2361,
6759,
1825,
6760,
5942,
763,
6761,
4394,
6762,
6763,
6764,
206,
3830,
859,
6765,
1856,
6766,
6767
],
),
"dangerous": SymbolsMetadata(
popularity: 3427,
codepoint: 0xe99a,
categories: [6],
tags: [
6768,
1360,
1361,
6769,
3257,
691,
3681,
1365,
5245,
2714,
1366,
1747,
4496,
1213,
3378,
4413,
1367,
2716,
1166,
3269,
1480,
616,
328,
2902,
2719,
1065,
4416,
644,
898,
1226,
31,
1690,
2451,
2435,
206,
6770,
5924,
3993
],
),
"dark_mode": SymbolsMetadata(
popularity: 11942,
codepoint: 0xe51c,
categories: [4],
tags: [
862,
6771,
1672,
4594,
501,
1874,
4049,
193,
1876,
4739,
4096,
3584,
4084,
4745,
4227,
288,
8,
1164,
4085,
6772,
137,
1344,
4742,
642,
4090,
4060,
4728,
1033,
71,
392,
2100,
2402,
4740,
413,
141,
1348,
396,
476,
1186
],
),
"dashboard": SymbolsMetadata(
popularity: 16785,
codepoint: 0xe871,
categories: [12],
tags: [
745,
1756,
1071,
5378,
373,
193,
345,
1425,
81,
1400,
8,
370,
3871,
1078,
382,
51,
385,
1029,
17,
3474,
1086,
630,
6208,
5029,
919,
648,
239,
1167,
759,
432,
1428,
330,
5482,
275,
6773,
433,
746,
3070,
6774,
396,
333,
1186
],
),
"dashboard_2": SymbolsMetadata(
popularity: 92,
codepoint: 0xf3ea,
categories: [12],
tags: [
1422,
1071,
569,
5378,
373,
1425,
81,
370,
1078,
382,
1140,
68,
2466,
1344,
385,
6775,
1086,
4114,
5029,
919,
648,
432,
3356,
1428,
410,
2459,
5482,
433,
2710,
6776,
746,
3070,
2711,
396,
333,
1186
],
),
"dashboard_customize": SymbolsMetadata(
popularity: 2632,
codepoint: 0xe99b,
categories: [12],
tags: [
1738,
76,
2261,
6088,
5378,
1742,
6403,
345,
1236,
1425,
1252,
370,
382,
385,
1029,
1641,
4114,
70,
92,
919,
4015,
921,
432,
6777,
71,
1779,
5482,
433,
2710,
6778,
2711,
396,
333,
1186,
5010
],
),
"data_alert": SymbolsMetadata(
popularity: 215,
codepoint: 0xf7f6,
categories: [2],
tags: [
3104,
1361,
691,
283,
3681,
1365,
6779,
6780,
6781,
1467,
6782,
2714,
10,
1366,
3915,
4484,
138,
1367,
51,
68,
2716,
88,
6783,
1166,
583,
616,
2719,
1036,
2720,
1689,
31,
1093,
1690,
1407,
206
],
),
"data_array": SymbolsMetadata(
popularity: 554,
codepoint: 0xead1,
categories: [12],
tags: [
6784,
481,
5983,
1102,
6785,
2216,
1197,
519,
81,
6786,
1313,
1104,
44,
1430,
147,
1198,
1080,
68,
4773,
88,
586,
6787,
1123,
3325,
509,
6788,
955,
5990,
140,
65
],
),
"data_check": SymbolsMetadata(
popularity: 436,
codepoint: 0xf7f2,
categories: [2],
tags: [
2655,
2319,
2660,
1660,
482,
1662,
1664,
463,
2683,
2321,
81,
1467,
1430,
1666,
1431,
147,
2665,
381,
382,
68,
1470,
88,
6783,
1166,
1668,
4133,
1433,
362,
1460,
433,
1473,
1669,
2334,
1576,
5596,
1671
],
),
"data_exploration": SymbolsMetadata(
popularity: 1666,
codepoint: 0xe76f,
categories: [9],
tags: [
1422,
1071,
77,
6789,
4854,
373,
2931,
1425,
81,
6790,
4375,
375,
314,
5155,
316,
1078,
234,
235,
1081,
68,
6791,
2323,
4428,
87,
1426,
226,
1086,
1428,
4179,
746,
4391,
1095,
2468,
514
],
),
"data_info_alert": SymbolsMetadata(
popularity: 174,
codepoint: 0xf7f5,
categories: [2],
tags: [
1360,
6792,
1177,
865,
1361,
691,
81,
6779,
6793,
6794,
6795,
145,
2714,
4701,
871,
5073,
1367,
293,
6796,
68,
6797,
2716,
88,
6783,
583,
616,
2719,
6798,
652,
880,
6799,
1690,
6800,
206,
4422
],
),
"data_loss_prevention": SymbolsMetadata(
popularity: 284,
codepoint: 0xe2dc,
categories: [6],
tags: [
2596,
565,
1360,
566,
481,
691,
193,
1760,
81,
6801,
6802,
3954,
6803,
577,
317,
6804,
1213,
1109,
581,
6805,
1056,
1115,
6806,
1116,
1117,
6807,
1057,
6808,
588,
589,
5821,
1034,
590,
1574,
3271,
1066,
6809,
3187,
3188,
1126,
1773,
1036,
1127,
6810,
1575,
601,
206
],
),
"data_object": SymbolsMetadata(
popularity: 2020,
codepoint: 0xead3,
categories: [12],
tags: [
861,
1071,
5983,
2792,
1675,
1102,
6785,
933,
1310,
81,
6811,
1467,
6812,
44,
1430,
2781,
147,
83,
68,
1029,
267,
492,
586,
92,
6787,
2331,
453,
2796,
1459,
4180,
2720,
95,
1689,
955,
1473,
65
],
),
"data_saver_on": SymbolsMetadata(
popularity: 525,
codepoint: 0xeff3,
categories: [4],
tags: [
231,
749,
745,
1071,
77,
516,
6813,
373,
193,
284,
6814,
81,
6815,
621,
375,
313,
1055,
320,
1078,
235,
1081,
259,
6816,
324,
226,
1086,
263,
267,
6817,
887,
1061,
239,
852,
6818,
762,
3940,
954,
331,
746,
31,
1095,
1690,
98,
334
],
),
"data_table": SymbolsMetadata(
popularity: 636,
codepoint: 0xe99c,
categories: [9],
tags: [
1071,
1672,
501,
1466,
569,
3583,
373,
1438,
933,
2701,
628,
81,
1467,
485,
375,
8,
1430,
4801,
147,
941,
382,
68,
1344,
385,
1667,
262,
630,
22,
92,
271,
5008,
1428,
1433,
1459,
410,
1588,
2833,
1460,
746,
955,
1473,
525,
33,
141,
1348,
396,
333,
1186,
1187
],
),
"data_thresholding": SymbolsMetadata(
popularity: 1644,
codepoint: 0xeb9f,
categories: [2],
tags: [
1422,
373,
685,
1744,
5762,
81,
3756,
6819,
6820,
6821,
6090,
6822,
6823,
6824,
6825,
6826,
6827,
3486,
83,
1078,
1221,
1141,
17,
1086,
6256,
1034,
1148,
363,
71,
746,
553,
6828,
6829,
514
],
),
"data_usage": SymbolsMetadata(
popularity: 1323,
codepoint: 0xe1af,
categories: [4],
tags: [
1071,
2600,
6830,
251,
373,
685,
254,
4014,
81,
6831,
6832,
621,
5920,
1162,
375,
868,
1078,
1081,
259,
550,
6833,
226,
1086,
263,
267,
1059,
70,
1065,
151,
5938,
746,
6834,
2402,
97,
413,
1095,
3315
],
),
"database": SymbolsMetadata(
popularity: 14504,
codepoint: 0xf20e,
categories: [9],
tags: [
861,
1071,
1673,
1423,
517,
373,
1675,
932,
519,
1310,
1073,
81,
6835,
1467,
375,
44,
1679,
1078,
68,
259,
4773,
1667,
1029,
226,
1086,
267,
92,
4133,
1687,
2720,
6836,
1711,
746,
1689,
1396,
1093,
65,
1095
],
),
"database_off": SymbolsMetadata(
popularity: 58,
codepoint: 0xf414,
categories: [9],
tags: [
2596,
1071,
2559,
1423,
517,
3257,
1208,
373,
932,
6837,
6838,
81,
1467,
6839,
1162,
375,
868,
2713,
6840,
1055,
2714,
2715,
1078,
68,
1082,
87,
226,
1086,
267,
1057,
1059,
1060,
1061,
2720,
6841,
1067,
1711,
746,
1689,
955,
1093,
1095,
1068
],
),
"database_search": SymbolsMetadata(
popularity: 300,
codepoint: 0xf38e,
categories: [9],
tags: [
1756,
1071,
1673,
1674,
1423,
517,
373,
1675,
932,
519,
81,
1467,
375,
44,
1430,
1431,
316,
147,
83,
317,
1109,
1078,
68,
259,
4773,
1115,
1116,
1117,
2327,
1029,
226,
1086,
267,
523,
92,
2331,
453,
2796,
1126,
1127,
2720,
746,
1689,
1396,
1093,
65,
1095
],
),
"database_upload": SymbolsMetadata(
popularity: 165,
codepoint: 0xf3dc,
categories: [9],
tags: [
1071,
1673,
77,
1674,
1423,
517,
373,
1675,
932,
519,
284,
81,
1467,
375,
44,
313,
1430,
1695,
147,
1078,
1594,
68,
1697,
259,
226,
1086,
1749,
267,
2298,
2720,
746,
1689,
6842,
764,
765,
1093,
65,
1095,
956,
526,
1701,
527,
3006,
3007
],
),
"dataset": SymbolsMetadata(
popularity: 4561,
codepoint: 0xf8ee,
categories: [2],
tags: [
1673,
1675,
1197,
933,
81,
1633,
6090,
1467,
6812,
44,
6843,
1430,
6844,
1431,
147,
6845,
382,
68,
88,
1029,
6846,
453,
4133,
1459,
2720,
1460,
1689,
6847,
1473
],
),
"dataset_linked": SymbolsMetadata(
popularity: 1553,
codepoint: 0xf8ef,
categories: [2],
tags: [
1179,
1522,
3259,
1073,
1074,
284,
81,
1430,
2994,
147,
1524,
259,
1314,
325,
267,
2956,
523,
2922,
3047,
2961,
1528,
2029,
243,
1530,
333,
6848,
1186,
1187,
6849,
6850
],
),
"date_range": SymbolsMetadata(
popularity: 7622,
codepoint: 0xe916,
categories: [6],
tags: [
1659,
2071,
1923,
2072,
6851,
6852,
6853,
6854,
1160,
6855,
2124,
2074,
10,
1470,
4999,
3488,
5000,
1148,
432,
4105,
1370,
1927,
1168,
6856,
433,
1171,
2463,
5001,
5020,
5002
],
),
"deblur": SymbolsMetadata(
popularity: 386,
codepoint: 0xeb77,
categories: [1],
tags: [
1738,
2210,
501,
504,
135,
4739,
345,
4664,
6857,
43,
1252,
680,
487,
3352,
577,
83,
1748,
137,
916,
49,
1470,
57,
59,
6858,
509,
6859,
6860,
511,
476,
1855
],
),
"deceased": SymbolsMetadata(
popularity: 97,
codepoint: 0xe0a5,
categories: [3],
tags: [
6861,
6862,
6863,
6864,
6865,
6866,
3918,
6867,
6868,
2125,
5595,
6869,
6870,
5780,
3816,
6871,
6872,
697,
138,
6806,
174,
5183,
2794,
6873,
492,
6874,
6875,
392,
898,
888,
31,
6876,
6877
],
),
"decimal_decrease": SymbolsMetadata(
popularity: 3,
codepoint: 0xf82d,
categories: [12],
tags: [
223,
77,
502,
791,
2822,
937,
81,
6091,
6878,
5037,
2879,
6879,
2814,
2890,
941,
6880,
6881,
51,
2195,
1950,
793,
1255,
948,
21,
69,
6882,
6883,
2884,
794,
5919,
6884,
1261,
31,
36
],
),
"decimal_increase": SymbolsMetadata(
popularity: 33,
codepoint: 0xf82c,
categories: [12],
tags: [
1422,
77,
502,
3022,
791,
373,
937,
81,
6878,
6885,
45,
1745,
3013,
914,
941,
6880,
6881,
1078,
1326,
234,
235,
6886,
792,
793,
17,
948,
237,
21,
69,
328,
759,
26,
6887,
906,
391,
746,
1701,
36
],
),
"deck": SymbolsMetadata(
popularity: 844,
codepoint: 0xea42,
categories: [8],
tags: [
6888,
1922,
1308,
5378,
6889,
6890,
1197,
5379,
6891,
484,
2948,
781,
5427,
5382,
579,
1140,
1499,
5383,
6892,
1082,
2455,
4115,
4041,
3047,
5384,
3823,
386,
6893,
6894,
5431,
432,
1201,
593,
6895,
433,
1711,
3741,
4047,
6877
],
),
"dehaze": SymbolsMetadata(
popularity: 761,
codepoint: 0xe3c7,
categories: [1],
tags: [
1738,
5342,
837,
1838,
135,
780,
6896,
1252,
680,
487,
3352,
83,
5264,
2883,
137,
915,
6897,
138,
49,
1470,
506,
57,
59,
876,
62,
1224,
6858,
1993,
31,
6898,
3631,
4318,
859
],
),
"delete": SymbolsMetadata(
popularity: 71611,
codepoint: 0xe872,
categories: [2],
tags: [
748,
1646,
2791,
3368,
1208,
3369,
780,
345,
1210,
6899,
6367,
6900,
4646,
6901,
6902,
1252,
6903,
811,
3371,
3372,
6904,
6905,
1029,
6906,
289,
6227,
1224,
5914,
3374,
6231
],
),
"delete_forever": SymbolsMetadata(
popularity: 13268,
codepoint: 0xe92b,
categories: [2],
tags: [
748,
1673,
2791,
504,
3368,
1208,
810,
780,
5851,
345,
1210,
6907,
6900,
4646,
6901,
6903,
3371,
1212,
2307,
3372,
6904,
4484,
138,
1344,
1029,
6906,
6908,
1224,
1689,
5838,
31,
3374,
6909,
3993,
6910
],
),
"delete_history": SymbolsMetadata(
popularity: 174,
codepoint: 0xf518,
categories: [6],
tags: [
2508,
77,
2441,
2934,
2791,
1208,
780,
6911,
6912,
6913,
1159,
1209,
81,
1160,
1210,
6914,
6915,
6916,
3371,
1212,
2076,
68,
1470,
88,
4804,
3269,
1034,
4248,
453,
760,
1224,
6917,
6918,
6919,
2449,
2831,
470,
1168,
1036,
1226,
97,
1171,
3374,
473,
3993,
3994
],
),
"delete_sweep": SymbolsMetadata(
popularity: 2948,
codepoint: 0xe16c,
categories: [2],
tags: [
6920,
6921,
2791,
5829,
6922,
6923,
3368,
810,
780,
5851,
1210,
6924,
4646,
3370,
6903,
811,
3371,
3372,
6925,
6926,
6927,
6928,
6906,
6929,
1224,
5854,
5838,
3374,
6231,
6930
],
),
"delivery_truck_bolt": SymbolsMetadata(
popularity: 94,
codepoint: 0xf3a2,
categories: [9],
tags: [
1809,
3935,
1811,
6931,
1812,
6932,
6933,
2036,
6934,
6935,
6936,
1649,
2640,
3683,
3684,
6937,
1605,
1165,
4351,
16,
3937,
6253,
3403,
2291,
1534,
1391,
1651,
91,
2572,
4659,
1352,
2295,
3101,
2430,
2298,
4353,
6938,
1395,
275,
2673,
3938,
900,
1629,
1834,
2049,
1835
],
),
"delivery_truck_speed": SymbolsMetadata(
popularity: 271,
codepoint: 0xf3a1,
categories: [9],
tags: [
1809,
1811,
6931,
1812,
6933,
2036,
6936,
2180,
1605,
1165,
6939,
4351,
6940,
16,
6253,
3403,
2291,
1534,
353,
885,
6941,
1391,
2572,
4659,
1352,
2295,
3101,
6942,
1626,
2298,
4660,
4353,
1395,
275,
6943,
2673,
1979,
900,
1629,
332,
1834,
2049,
1835,
2050
],
),
"demography": SymbolsMetadata(
popularity: 166,
codepoint: 0xe489,
categories: [3],
tags: [
5747,
1422,
1190,
6320,
690,
373,
193,
574,
6630,
6944,
81,
6945,
1794,
1580,
1430,
1796,
578,
147,
1797,
1078,
579,
697,
581,
68,
1803,
1480,
289,
1586,
1587,
588,
589,
1287,
6946,
1288,
1428,
888,
593,
746,
602,
1485
],
),
"density_large": SymbolsMetadata(
popularity: 588,
codepoint: 0xeba9,
categories: [2],
tags: [
517,
481,
912,
6947,
6948,
8,
914,
699,
86,
1939,
385,
1470,
88,
506,
6949,
70,
2213,
1459,
703,
2159,
71,
298,
709,
6950,
6951,
4595,
2278,
97,
396,
6952
],
),
"density_medium": SymbolsMetadata(
popularity: 2434,
codepoint: 0xeb9e,
categories: [2],
tags: [
1738,
1466,
517,
6036,
6953,
4784,
6947,
6954,
8,
699,
385,
6955,
1470,
88,
3879,
6956,
506,
70,
6957,
2213,
358,
703,
2159,
151,
709,
6958,
97,
338,
396
],
),
"density_small": SymbolsMetadata(
popularity: 1643,
codepoint: 0xeba8,
categories: [2],
tags: [
6036,
6959,
6960,
6947,
699,
916,
385,
1950,
1470,
88,
506,
814,
6961,
2940,
70,
1953,
1459,
703,
2159,
1955,
6962,
709,
97,
1956,
6963,
396
],
),
"dentistry": SymbolsMetadata(
popularity: 689,
codepoint: 0xe0a6,
categories: [3],
tags: [
2071,
6964,
3132,
6965,
810,
2373,
6634,
6966,
6967,
6968,
5755,
6969,
697,
892,
1763,
3530,
6970,
6971,
894,
6972,
6270,
6973,
6974,
6975,
1616,
6976,
6977,
5377
],
),
"departure_board": SymbolsMetadata(
popularity: 723,
codepoint: 0xe576,
categories: [14],
tags: [
1972,
6978,
6979,
1809,
5711,
2034,
6980,
1811,
1812,
1159,
81,
2037,
6981,
6982,
6983,
8,
6984,
1974,
6985,
1470,
88,
1534,
2045,
6986,
432,
1459,
1168,
898,
291,
1317,
1171,
6987,
6988,
1979,
1629,
332,
4141,
1835
],
),
"deployed_code": SymbolsMetadata(
popularity: 786,
codepoint: 0xf720,
categories: [2],
tags: [
478,
5982,
6989,
501,
5734,
1374,
1102,
2216,
1103,
6165,
1325,
483,
6990,
6991,
6992,
1313,
1104,
486,
6993,
1697,
4817,
5225,
6994,
87,
2572,
6995,
1123,
1516,
1353,
5437,
5319,
1687,
3325,
509,
6996,
33,
6172,
2200
],
),
"deployed_code_account": SymbolsMetadata(
popularity: 119,
codepoint: 0xf51b,
categories: [2],
tags: [
478,
565,
973,
501,
566,
1742,
193,
1102,
2216,
1325,
483,
6990,
6992,
145,
1313,
1104,
486,
1107,
577,
1776,
977,
581,
1697,
4817,
2953,
1667,
70,
2572,
6995,
588,
589,
590,
1123,
1353,
1125,
652,
71,
986,
509,
601
],
),
"deployed_code_alert": SymbolsMetadata(
popularity: 55,
codepoint: 0xf5f2,
categories: [2],
tags: [
3104,
478,
1360,
6989,
501,
1361,
4608,
1309,
691,
2822,
1102,
2216,
6997,
1325,
483,
1365,
6991,
1313,
1104,
486,
2714,
1366,
1367,
1697,
4817,
2716,
1166,
583,
616,
2572,
6995,
2719,
1123,
898,
509,
6996,
291,
31,
1093,
1690,
206
],
),
"deployed_code_history": SymbolsMetadata(
popularity: 74,
codepoint: 0xf5f3,
categories: [2],
tags: [
478,
4608,
6998,
6164,
1159,
1102,
6999,
7000,
7001,
7002,
2216,
7003,
1325,
483,
1160,
7004,
6992,
7005,
1104,
7006,
486,
2076,
7007,
1697,
4817,
4804,
2572,
6995,
2589,
1123,
4806,
7008,
5547,
1168,
509,
7009,
7010,
1171,
2463,
1095,
4141,
6172,
5549,
7011
],
),
"deployed_code_update": SymbolsMetadata(
popularity: 173,
codepoint: 0xf5f4,
categories: [2],
tags: [
478,
77,
502,
4608,
482,
193,
1102,
2216,
6165,
519,
2812,
1325,
483,
6990,
6991,
1104,
486,
1430,
2814,
520,
147,
1697,
4817,
1470,
2572,
6995,
1123,
1353,
5437,
760,
761,
509,
433,
764,
765,
33,
2451,
1944,
3665
],
),
"dermatology": SymbolsMetadata(
popularity: 25,
codepoint: 0xe0a7,
categories: [3],
tags: [
6643,
690,
3132,
2373,
7012,
7013,
7014,
7015,
7016,
1761,
7017,
7018,
2692,
7019,
7020,
697,
892,
7021,
1763,
581,
7022,
894,
7023,
7024,
7025,
7026,
7027,
3826,
5377,
7028
],
),
"description": SymbolsMetadata(
popularity: 34468,
codepoint: 0xe873,
categories: [12],
tags: [
2440,
144,
628,
81,
7029,
145,
1580,
1430,
1677,
316,
147,
317,
1680,
1681,
68,
5812,
88,
5813,
1116,
2327,
148,
1480,
1585,
2922,
1586,
1587,
7030,
1126,
1588,
4520,
33,
396,
1485,
2335
],
),
"deselect": SymbolsMetadata(
popularity: 428,
codepoint: 0xebb6,
categories: [12],
tags: [
2280,
809,
482,
1208,
1663,
2391,
780,
1210,
5162,
1300,
868,
811,
1055,
3371,
6509,
819,
1059,
1061,
70,
289,
1224,
5855,
363,
1067,
433,
4323,
511,
7031,
5602,
2836,
4524,
7032,
834
],
),
"design_services": SymbolsMetadata(
popularity: 5159,
codepoint: 0xf10a,
categories: [12],
tags: [
1496,
1592,
1374,
1578,
1325,
485,
4511,
3585,
2780,
378,
1252,
680,
3092,
2781,
381,
137,
384,
7033,
1111,
4839,
4439,
87,
226,
492,
1391,
4517,
2621,
2272,
2737,
652,
878,
392,
4565,
1589,
1780,
1690,
1518,
1590,
1485
],
),
"desk": SymbolsMetadata(
popularity: 373,
codepoint: 0xf8f4,
categories: [8],
tags: [
569,
7034,
5138,
3092,
46,
7035,
7036,
4052,
7037,
1881,
2735,
3094,
3793,
814,
492,
1391,
586,
3489,
3286,
2457,
888,
1339,
1689,
4391,
1473,
1518,
1154
],
),
"deskphone": SymbolsMetadata(
popularity: 24,
codepoint: 0xf7fa,
categories: [11],
tags: [
4935,
7038,
7039,
569,
1270,
283,
7040,
1073,
975,
5138,
7041,
288,
5063,
5033,
1110,
7042,
5078,
7043,
262,
492,
1391,
1731,
7044,
271,
3343,
7045,
762,
1296,
65,
1406,
5069,
7046,
7047
],
),
"desktop_access_disabled": SymbolsMetadata(
popularity: 272,
codepoint: 0xe99d,
categories: [11],
tags: [
1246,
1247,
861,
7048,
1051,
7049,
1703,
519,
284,
5920,
1704,
288,
1162,
868,
2713,
8,
2532,
1055,
1213,
1110,
7050,
1253,
1705,
630,
3269,
7051,
1059,
1060,
1061,
919,
2613,
1065,
2366,
410,
1067,
65,
1068,
333,
1187
],
),
"desktop_cloud": SymbolsMetadata(
popularity: 85,
codepoint: 0xf3db,
categories: [11],
tags: [
1246,
1247,
861,
1674,
1703,
1675,
519,
284,
254,
81,
1704,
288,
44,
8,
520,
1677,
1110,
1253,
7052,
259,
1705,
630,
267,
523,
4777,
410,
2720,
1689,
764,
765,
1093,
65,
412,
526,
2030,
527,
333,
1187,
1229,
6240
],
),
"desktop_cloud_stack": SymbolsMetadata(
popularity: 78,
codepoint: 0xf3be,
categories: [11],
tags: [
1246,
1247,
861,
501,
1674,
1703,
1675,
1197,
519,
1310,
284,
81,
1704,
288,
8,
520,
1677,
579,
1110,
1253,
1622,
7052,
1082,
1705,
1029,
630,
267,
523,
4777,
4532,
410,
2720,
652,
1711,
1689,
764,
765,
1093,
65,
412,
2030,
527,
333,
1187,
1229
],
),
"desktop_landscape": SymbolsMetadata(
popularity: 50,
codepoint: 0xf45e,
categories: [2],
tags: [
633,
1438,
519,
628,
1704,
288,
44,
8,
2532,
370,
2533,
382,
1110,
699,
1595,
385,
406,
630,
7053,
1391,
3284,
507,
6238,
386,
1427,
2457,
1433,
410,
4650,
2401,
7054,
65,
6239,
396,
2535,
1187,
1518,
6240
],
),
"desktop_landscape_add": SymbolsMetadata(
popularity: 11,
codepoint: 0xf439,
categories: [2],
tags: [
231,
745,
3240,
1438,
519,
1325,
3244,
1235,
1704,
288,
2948,
7055,
8,
382,
699,
49,
1327,
7056,
1595,
385,
406,
630,
7053,
887,
7057,
1452,
57,
239,
432,
1433,
410,
4650,
2401,
7054,
433,
1711,
31,
65,
412,
2030,
37,
3086,
1187
],
),
"desktop_mac": SymbolsMetadata(
popularity: 1136,
codepoint: 0xe30b,
categories: [11],
tags: [
1246,
1247,
7058,
2471,
1703,
519,
1310,
1704,
288,
44,
8,
2532,
1110,
1140,
1253,
7059,
1705,
7060,
647,
630,
1391,
4291,
6238,
432,
410,
1779,
4154,
65,
333,
1187,
1518,
6240
],
),
"desktop_portrait": SymbolsMetadata(
popularity: 17,
codepoint: 0xf45d,
categories: [2],
tags: [
500,
1438,
519,
1704,
288,
8,
2532,
781,
382,
1110,
1140,
385,
642,
630,
7053,
1391,
507,
386,
5099,
1433,
410,
4650,
2401,
7054,
65,
1464,
7061,
1187,
1518
],
),
"desktop_windows": SymbolsMetadata(
popularity: 5382,
codepoint: 0xe30c,
categories: [11],
tags: [
1246,
1247,
4276,
1703,
519,
1704,
288,
44,
8,
2532,
1110,
1140,
1253,
1705,
5443,
630,
1391,
4291,
1427,
2457,
4777,
410,
2029,
65,
412,
2030,
333,
1187,
1229,
1518,
6240
],
),
"destruction": SymbolsMetadata(
popularity: 180,
codepoint: 0xf585,
categories: [3],
tags: [
480,
5964,
4396,
4397,
7062,
193,
912,
5244,
6900,
7063,
7064,
1105,
1164,
3684,
4410,
4411,
7065,
3149,
904,
1470,
7066,
7067,
7068,
7069,
7070,
3688,
4748,
4180,
4619,
7071,
7072,
331,
65,
4419
],
),
"details": SymbolsMetadata(
popularity: 814,
codepoint: 0xe3c8,
categories: [1],
tags: [
3041,
81,
7073,
43,
145,
1105,
1252,
680,
7074,
3352,
914,
7075,
316,
1938,
7076,
7077,
49,
68,
7078,
506,
7079,
237,
7080,
2922,
70,
7081,
7082,
7083,
57,
59,
2894,
71,
7084,
6858,
2895,
7085,
3951,
1690,
396
],
),
"detection_and_zone": SymbolsMetadata(
popularity: 351,
codepoint: 0xe29f,
categories: [10],
tags: [
2508,
1359,
1360,
1131,
1132,
4588,
482,
193,
7086,
285,
7087,
4580,
5486,
868,
1055,
1748,
1140,
323,
4259,
1143,
1059,
1060,
1061,
1146,
589,
326,
1148,
1149,
1065,
7088,
1036,
1152,
362,
1067,
433,
5114,
1227,
1153,
1155
],
),
"detector": SymbolsMetadata(
popularity: 189,
codepoint: 0xe282,
categories: [10],
tags: [
480,
7089,
5486,
7090,
288,
2532,
46,
317,
3149,
1140,
5488,
1470,
7091,
630,
4259,
1143,
1573,
4261,
7092,
705,
1736,
5490,
1126,
1036,
64,
273,
5214,
5114,
65,
511,
1854
],
),
"detector_alarm": SymbolsMetadata(
popularity: 285,
codepoint: 0xe1f7,
categories: [10],
tags: [
1359,
1360,
1361,
1362,
7093,
7089,
3681,
1365,
7090,
2425,
7094,
1140,
138,
51,
1143,
616,
289,
1573,
1574,
762,
705,
1036,
64,
273,
1339,
2432,
5214,
7095,
1293,
31,
1093,
2435,
206
],
),
"detector_battery": SymbolsMetadata(
popularity: 123,
codepoint: 0xe204,
categories: [10],
tags: [
3981,
1360,
3679,
3877,
3921,
3888,
1250,
3680,
3878,
7089,
7090,
288,
3683,
3684,
3890,
46,
1110,
1140,
51,
3916,
3960,
1143,
3688,
3997,
3920,
7096,
3919,
3880,
3971,
705,
5214,
291,
65,
7097,
206
],
),
"detector_co": SymbolsMetadata(
popularity: 156,
codepoint: 0xe2af,
categories: [10],
tags: [
1359,
1360,
1858,
7098,
691,
7089,
7099,
7090,
288,
2425,
4701,
7100,
7101,
4413,
1140,
7102,
138,
4259,
1143,
616,
1574,
1503,
705,
1036,
64,
1897,
5214,
7095,
31,
1690,
206
],
),
"detector_offline": SymbolsMetadata(
popularity: 101,
codepoint: 0xe223,
categories: [10],
tags: [
1360,
283,
284,
7090,
7103,
288,
3261,
46,
2714,
4701,
2715,
1140,
1222,
2716,
4259,
1143,
267,
7104,
5952,
1060,
7105,
2719,
705,
1036,
64,
273,
5214,
291,
1093,
65,
1690,
1068,
206
],
),
"detector_smoke": SymbolsMetadata(
popularity: 493,
codepoint: 0xe285,
categories: [8],
tags: [
1359,
1360,
7106,
1858,
929,
691,
193,
1365,
5486,
7090,
288,
2425,
46,
5179,
7094,
7100,
1140,
3171,
7102,
1499,
1470,
4259,
1143,
1574,
705,
1036,
64,
273,
5214,
7095,
206,
1855
],
),
"detector_status": SymbolsMetadata(
popularity: 176,
codepoint: 0xe1e8,
categories: [10],
tags: [
861,
2492,
517,
283,
284,
254,
81,
5486,
7090,
1140,
51,
68,
1083,
17,
3474,
1143,
267,
648,
2065,
2885,
272,
705,
64,
273,
290,
5214,
291,
649,
65,
1854,
277,
278
],
),
"developer_board": SymbolsMetadata(
popularity: 1823,
codepoint: 0xe30d,
categories: [11],
tags: [
5711,
1374,
4917,
7107,
1102,
2216,
3939,
519,
1310,
7108,
1313,
7109,
1104,
7110,
7111,
7112,
1877,
2781,
1110,
7113,
7114,
5757,
7115,
7116,
5758,
1123,
7117,
2720,
1297,
7118,
65,
7119,
1318
],
),
"developer_board_off": SymbolsMetadata(
popularity: 186,
codepoint: 0xe4ff,
categories: [11],
tags: [
5711,
4917,
5752,
7107,
3939,
519,
1235,
1313,
7109,
1104,
288,
1300,
868,
2713,
2532,
1877,
1055,
2714,
1110,
1222,
7113,
5757,
6808,
5952,
1059,
1061,
5758,
1123,
1067,
1226,
65,
1068,
206
],
),
"developer_guide": SymbolsMetadata(
popularity: 412,
codepoint: 0xe99e,
categories: [6],
tags: [
2438,
3390,
7120,
1693,
2662,
1102,
6785,
2216,
2442,
1313,
1104,
1580,
1430,
2617,
3092,
147,
2816,
696,
871,
293,
68,
700,
4439,
4450,
1587,
1123,
3380,
179,
4532,
2159,
3325,
5996,
509,
140,
65,
4468
],
),
"developer_mode": SymbolsMetadata(
popularity: 1498,
codepoint: 0xe1b0,
categories: [11],
tags: [
1246,
1247,
5999,
7121,
502,
5734,
5983,
1250,
251,
7122,
193,
1102,
2216,
685,
3584,
1311,
4873,
1313,
7123,
6000,
1104,
288,
1745,
4884,
1110,
1253,
262,
7124,
7125,
2014,
642,
70,
271,
1123,
432,
71,
1700,
509,
433,
525,
97
],
),
"developer_mode_tv": SymbolsMetadata(
popularity: 129,
codepoint: 0xe874,
categories: [11],
tags: [
1246,
1247,
779,
482,
5983,
731,
1374,
732,
1703,
1102,
2216,
1775,
685,
1311,
1704,
1313,
288,
8,
1877,
4884,
781,
1776,
1110,
1253,
4773,
1705,
406,
642,
630,
70,
1123,
432,
410,
71,
2007,
1297,
65,
412,
511,
2030,
37,
333,
1187
],
),
"device_band": SymbolsMetadata(
popularity: 70,
codepoint: 0xf2f5,
categories: [11],
tags: [
2536,
7126,
7127,
7128,
5441,
288,
7129,
1877,
2881,
2882,
7130,
7131,
7132,
2533,
7133,
7134,
7135,
7136,
7137,
7138,
7139,
7140,
65,
7141,
2078,
2654,
2542,
7142,
7143,
7144,
7145,
7146,
7147
],
),
"device_hub": SymbolsMetadata(
popularity: 1314,
codepoint: 0xe335,
categories: [11],
tags: [
1246,
1247,
1496,
308,
7148,
193,
519,
685,
4282,
284,
7149,
1075,
345,
1704,
288,
7150,
375,
44,
1110,
3151,
1253,
1622,
7151,
7152,
3686,
1470,
5477,
1029,
324,
262,
630,
267,
585,
1088,
271,
851,
71,
1897,
433,
1093,
525,
65,
1690,
2078,
2542,
333
],
),
"device_thermostat": SymbolsMetadata(
popularity: 2780,
codepoint: 0xe1ff,
categories: [11],
tags: [
1738,
2123,
7153,
193,
840,
1876,
345,
845,
288,
1400,
3684,
1843,
7154,
3871,
1847,
3171,
1848,
51,
4839,
1470,
226,
3474,
630,
6412,
71,
1897,
1093,
7155,
858,
2888,
2069,
859
],
),
"device_unknown": SymbolsMetadata(
popularity: 554,
codepoint: 0xe339,
categories: [11],
tags: [
3941,
1246,
1247,
865,
1250,
288,
7156,
5644,
317,
1110,
871,
7157,
1253,
293,
68,
5409,
2716,
7158,
4788,
262,
1698,
7159,
271,
2719,
3943,
2331,
3944,
3945,
432,
2531,
1126,
1700,
880,
31,
525,
4875,
7160,
3946,
7161,
7162
],
),
"devices": SymbolsMetadata(
popularity: 7412,
codepoint: 0xe1b1,
categories: [11],
tags: [
1246,
1247,
4276,
283,
519,
1073,
284,
254,
615,
1704,
288,
7163,
8,
1110,
1253,
3686,
1314,
262,
630,
7164,
267,
271,
7165,
410,
2026,
2029,
1700,
411,
764,
765,
525,
65,
526,
2078,
2542,
333
],
),
"devices_fold": SymbolsMetadata(
popularity: 286,
codepoint: 0xebde,
categories: [4],
tags: [
1246,
1247,
1250,
4239,
519,
2392,
754,
288,
8,
7166,
2532,
2339,
1275,
2913,
7167,
2533,
1110,
7168,
1253,
1595,
3686,
385,
406,
262,
630,
2922,
507,
919,
271,
5099,
410,
1700,
525,
65,
512,
2945,
396
],
),
"devices_fold_2": SymbolsMetadata(
popularity: 12,
codepoint: 0xf406,
categories: [4],
tags: [
1246,
7169,
1247,
1672,
7170,
1250,
5290,
288,
44,
8,
1877,
2913,
7167,
7171,
489,
381,
1110,
1253,
1344,
262,
647,
919,
271,
432,
410,
392,
525,
65,
907
],
),
"devices_off": SymbolsMetadata(
popularity: 64,
codepoint: 0xf7a5,
categories: [11],
tags: [
1246,
1247,
3258,
6311,
519,
3260,
6837,
1704,
288,
7172,
1162,
868,
2713,
1055,
1110,
1253,
3686,
1314,
3268,
262,
630,
6428,
6316,
5951,
1059,
1060,
1061,
7173,
271,
7174,
7175,
410,
1067,
525,
1068,
3272,
7176,
2078,
2542,
333
],
),
"devices_other": SymbolsMetadata(
popularity: 1337,
codepoint: 0xe337,
categories: [11],
tags: [
1246,
1247,
2537,
1268,
2022,
7177,
1250,
1703,
283,
519,
284,
254,
1704,
288,
7163,
44,
8,
1877,
2533,
7178,
1110,
1253,
7179,
1705,
406,
5443,
262,
630,
7164,
267,
2398,
7180,
7181,
271,
410,
7182,
7183,
764,
525,
65,
37,
499,
477,
2078,
2543,
1187
],
),
"devices_wearables": SymbolsMetadata(
popularity: 226,
codepoint: 0xf6ab,
categories: [11],
tags: [
2536,
2537,
1270,
1250,
570,
1159,
283,
1073,
284,
288,
44,
2532,
2881,
2882,
2533,
1110,
697,
1253,
262,
616,
920,
271,
2534,
432,
2538,
410,
1896,
7184,
1700,
7140,
4914,
764,
5905,
525,
1297,
7185,
65,
33,
1171,
2541,
477,
2078,
2542,
2543,
333,
2544,
7147,
2546
],
),
"dew_point": SymbolsMetadata(
popularity: 28,
codepoint: 0xf879,
categories: [3],
tags: [
837,
1874,
1838,
840,
5263,
6354,
81,
7186,
7187,
1745,
2899,
4270,
7188,
7189,
2883,
3871,
6485,
51,
792,
17,
5859,
18,
7190,
328,
2885,
291,
31,
7191,
7192,
858,
2888,
36,
7193,
3830,
859
],
),
"diagnosis": SymbolsMetadata(
popularity: 141,
codepoint: 0xe0a8,
categories: [12],
tags: [
1422,
4251,
373,
842,
81,
4254,
2375,
1580,
1430,
5366,
5367,
7194,
147,
351,
1078,
697,
7195,
4507,
5369,
5370,
2377,
16,
87,
17,
894,
630,
1480,
1586,
1587,
4261,
1428,
4262,
2382,
291,
4264,
1485,
7196
],
),
"diagonal_line": SymbolsMetadata(
popularity: 42,
codepoint: 0xf41e,
categories: [12],
tags: [
480,
1157,
500,
1423,
1332,
193,
2392,
2948,
1163,
2780,
1252,
680,
1164,
381,
137,
51,
87,
2939,
174,
814,
7197,
1152,
1169,
392,
1339,
7198,
1067,
433,
3770,
1170,
31,
510,
1409
],
),
"dialer_sip": SymbolsMetadata(
popularity: 274,
codepoint: 0xe0bb,
categories: [7],
tags: [
4,
504,
1270,
7199,
1250,
5,
283,
6175,
284,
975,
288,
1400,
7200,
12,
1110,
138,
7201,
259,
7202,
4771,
16,
87,
262,
267,
6183,
289,
673,
271,
7203,
4775,
5081,
7204,
7205,
7206,
433,
31,
1406,
7207,
33,
35,
1298,
7208,
7209
],
),
"dialogs": SymbolsMetadata(
popularity: 99,
codepoint: 0xe99f,
categories: [2],
tags: [
748,
1672,
501,
3815,
570,
2722,
7210,
572,
283,
2701,
1475,
485,
1476,
7211,
7212,
7213,
2726,
7214,
1479,
5564,
68,
5565,
1612,
1344,
385,
583,
7215,
262,
630,
289,
271,
1482,
1483,
410,
2833,
593,
1295,
1484,
433,
2710,
525,
1296,
3753,
33,
7216,
141,
1348,
333,
1186,
1187
],
),
"dialpad": SymbolsMetadata(
popularity: 1443,
codepoint: 0xe0bc,
categories: [7],
tags: [
504,
1100,
1270,
283,
975,
345,
288,
1400,
5063,
7217,
7,
1105,
7218,
382,
7219,
1111,
467,
1114,
7043,
385,
4113,
262,
21,
22,
69,
7220,
271,
432,
1700,
433,
276,
1406,
7221
],
),
"diamond": SymbolsMetadata(
popularity: 4650,
codepoint: 0xead5,
categories: [3],
tags: [
3494,
1486,
810,
846,
6326,
1487,
6635,
1488,
7222,
2642,
1489,
7223,
904,
1490,
7224,
2480,
1491,
2936,
852,
1492,
716,
3503,
63,
1393,
392,
644,
1339,
3203,
4730,
1494,
7225,
36
],
),
"dictionary": SymbolsMetadata(
popularity: 306,
codepoint: 0xf539,
categories: [12],
tags: [
3390,
4580,
104,
4449,
1430,
3092,
4446,
7226,
68,
4428,
5225,
4439,
7227,
1345,
3394,
5813,
3396,
3397,
3067,
3380,
2885,
179,
7228,
1126,
4391,
33,
3400,
7229,
7230,
6625,
4448,
7231,
6627
],
),
"difference": SymbolsMetadata(
popularity: 1524,
codepoint: 0xeb7d,
categories: [12],
tags: [
684,
3713,
628,
4739,
1724,
6326,
7232,
6192,
1580,
1430,
3661,
147,
1082,
2455,
70,
2747,
2795,
363,
2401,
1711,
7233,
7234
],
),
"digital_out_of_home": SymbolsMetadata(
popularity: 309,
codepoint: 0xf1de,
categories: [0],
tags: [
1176,
7235,
7236,
481,
1180,
7237,
7238,
8,
7239,
137,
138,
7240,
1182,
7241,
406,
630,
7242,
7243,
7244,
1184,
7245,
2457,
410,
3160,
7246,
2489,
7247,
31,
7248
],
),
"digital_wellbeing": SymbolsMetadata(
popularity: 265,
codepoint: 0xef86,
categories: [3],
tags: [
1422,
1672,
7249,
7250,
501,
1424,
517,
373,
81,
7251,
44,
7252,
7253,
1078,
697,
2356,
4507,
17,
1086,
630,
589,
7254,
7255,
7256,
3286,
7257,
7258,
7259,
746,
7260,
5890,
1095,
7261,
7262,
7263,
3493
],
),
"dining": SymbolsMetadata(
popularity: 935,
codepoint: 0xeff4,
categories: [8],
tags: [
4858,
4822,
3694,
3696,
7264,
7265,
3699,
4824,
4683,
3701,
4111,
4207,
3702,
4828,
7266,
2354,
2987,
7267,
4213,
4829,
4112,
3704,
4831,
7268,
1537,
1946,
7269,
652,
3709,
4833,
4834,
1473,
7270
],
),
"dinner_dining": SymbolsMetadata(
popularity: 992,
codepoint: 0xea57,
categories: [16],
tags: [
4858,
3694,
3696,
4206,
3699,
4681,
4824,
3701,
4825,
4111,
4207,
3702,
4828,
7266,
2354,
2987,
6473,
4213,
4829,
4112,
3704,
506,
7271,
7272,
1927,
1537,
3709,
4833,
3710,
7273,
1473,
4835
],
),
"directions": SymbolsMetadata(
popularity: 1810,
codepoint: 0xe52e,
categories: [5],
tags: [
1513,
77,
309,
3089,
312,
2395,
7274,
3210,
321,
3168,
2816,
1974,
1623,
2324,
323,
324,
1534,
875,
1749,
885,
325,
1625,
329,
906,
7275,
1538,
898,
1627,
1628,
900,
332,
473,
3164
],
rtlAutoMirrored: true,
),
"directions_alt": SymbolsMetadata(
popularity: 266,
codepoint: 0xf880,
categories: [5],
tags: [
7276,
500,
77,
7277,
309,
2812,
312,
2393,
2395,
321,
3168,
1623,
323,
324,
1534,
325,
7278,
1625,
328,
7279,
906,
1699,
7280,
1626,
1538,
898,
1627,
1628,
332,
473,
7281,
1630
],
rtlAutoMirrored: true,
),
"directions_alt_off": SymbolsMetadata(
popularity: 46,
codepoint: 0xf881,
categories: [5],
tags: [
2386,
77,
7282,
481,
6311,
2395,
1300,
868,
1055,
321,
3168,
1623,
87,
323,
324,
1085,
1534,
325,
7283,
6247,
1059,
1061,
1625,
1167,
1224,
906,
1626,
1538,
898,
1067,
1226,
1628,
332,
5166,
1068,
1630
],
),
"directions_bike": SymbolsMetadata(
popularity: 3063,
codepoint: 0xe52f,
categories: [14],
tags: [
2508,
4142,
4144,
4149,
313,
2395,
11,
2882,
7284,
697,
581,
1623,
324,
1534,
875,
325,
3652,
1625,
589,
2045,
3298,
3299,
7285,
1626,
1538,
30,
1627,
900,
1629,
332,
7286,
1506,
1835,
3522
],
rtlAutoMirrored: true,
),
"directions_boat": SymbolsMetadata(
popularity: 2181,
codepoint: 0xe532,
categories: [14],
tags: [
1809,
2472,
7287,
1811,
1812,
7288,
313,
2395,
4350,
1623,
4357,
1534,
7289,
2481,
2484,
325,
2485,
1625,
2045,
3298,
4362,
1538,
2487,
2421,
2488,
3302,
900,
1629,
332,
1920,
1835,
7290,
3830
],
),
"directions_bus": SymbolsMetadata(
popularity: 3426,
codepoint: 0xe530,
categories: [14],
tags: [
1809,
2034,
1811,
1812,
2035,
2395,
3500,
1623,
1534,
325,
1913,
2045,
2046,
432,
3299,
1626,
2538,
1538,
2489,
1627,
1629,
332,
1835,
3303,
1187
],
),
"directions_car": SymbolsMetadata(
popularity: 10814,
codepoint: 0xe531,
categories: [14],
tags: [
2423,
1809,
3410,
1811,
7291,
1812,
312,
313,
2395,
1677,
7292,
2038,
7293,
7294,
1623,
1534,
875,
1624,
325,
7295,
2045,
1626,
1538,
5352,
1171,
900,
7296,
1629,
332,
7297,
1920,
1835,
7298
],
),
"directions_off": SymbolsMetadata(
popularity: 143,
codepoint: 0xf10f,
categories: [5],
tags: [
77,
1051,
1208,
7299,
7300,
1209,
6837,
5920,
2395,
7301,
7302,
868,
1055,
2125,
1213,
7303,
7304,
7305,
7306,
7307,
1534,
7308,
6808,
6247,
1059,
1061,
6431,
4247,
7309,
906,
1538,
7310,
898,
1067,
1226,
7311,
1628,
7312,
5166,
3994
],
),
"directions_railway": SymbolsMetadata(
popularity: 409,
codepoint: 0xe534,
categories: [14],
tags: [
1809,
1811,
1812,
4902,
7313,
313,
2395,
1605,
1623,
7314,
7315,
324,
1534,
4358,
325,
1913,
1685,
2045,
2046,
4360,
7316,
7317,
4361,
1538,
3542,
4364,
2146,
4365,
4366,
1979,
900,
1629,
332,
1920,
4906,
1835
],
),
"directions_railway_2": SymbolsMetadata(
popularity: 19,
codepoint: 0xf462,
categories: [14],
tags: [
7318,
2035,
2395,
5310,
2816,
1623,
7315,
4358,
325,
1685,
2046,
4360,
4361,
7319,
7320,
1538,
3542,
4364,
3054,
4365,
7321,
1979,
7322,
1629,
332,
1969,
1920,
1835,
7298
],
),
"directions_run": SymbolsMetadata(
popularity: 4903,
codepoint: 0xe566,
categories: [14],
tags: [
2508,
7323,
2192,
690,
312,
2395,
11,
225,
2882,
581,
7324,
323,
324,
1534,
7325,
468,
325,
1625,
588,
589,
326,
328,
27,
1538,
1125,
29,
888,
3520,
7326,
2128,
2146,
3029,
3143,
3799
],
rtlAutoMirrored: true,
),
"directions_subway": SymbolsMetadata(
popularity: 615,
codepoint: 0xe533,
categories: [14],
tags: [
1809,
1811,
1812,
2548,
2035,
284,
312,
313,
2395,
1623,
87,
7327,
1534,
4358,
468,
325,
7328,
1625,
2045,
7329,
4360,
4361,
1538,
3542,
4364,
1093,
4365,
4366,
1979,
900,
1629,
332,
4906,
7330,
1506,
1835
],
),
"directions_walk": SymbolsMetadata(
popularity: 4223,
codepoint: 0xe536,
categories: [14],
tags: [
2508,
3129,
690,
313,
2395,
11,
225,
317,
2882,
3785,
2838,
2816,
581,
7324,
1623,
7331,
2324,
324,
1534,
1749,
468,
325,
3652,
1625,
7332,
588,
589,
7333,
1538,
1125,
4963,
3141,
332,
3143,
3799
],
rtlAutoMirrored: true,
),
"directory_sync": SymbolsMetadata(
popularity: 168,
codepoint: 0xe394,
categories: [2],
tags: [
501,
460,
502,
193,
1675,
519,
284,
81,
313,
1541,
3276,
147,
1680,
259,
757,
262,
325,
267,
1090,
760,
761,
470,
1528,
509,
764,
5905,
1093,
65,
526,
7334,
2451,
333
],
),
"dirty_lens": SymbolsMetadata(
popularity: 203,
codepoint: 0xef4b,
categories: [1],
tags: [
1360,
7335,
40,
42,
193,
1863,
7336,
7337,
46,
1748,
49,
2716,
53,
3961,
406,
616,
492,
7338,
2329,
289,
57,
59,
62,
2719,
7339,
7340,
1540,
7341,
4317,
206
],
),
"disabled_by_default": SymbolsMetadata(
popularity: 5089,
codepoint: 0xf230,
categories: [2],
tags: [
2596,
1360,
1051,
482,
6592,
1208,
691,
780,
1209,
1235,
4784,
5920,
2948,
868,
2714,
1212,
2715,
1213,
1222,
51,
5164,
2716,
87,
3269,
6247,
1059,
2719,
4248,
6574,
1224,
1065,
392,
433,
4249,
291,
1226,
31,
2198,
1068,
206,
3993
],
),
"disabled_visible": SymbolsMetadata(
popularity: 1211,
codepoint: 0xe76e,
categories: [13],
tags: [
862,
7342,
1208,
1209,
345,
868,
3769,
1212,
5795,
7343,
7344,
1221,
2915,
1222,
813,
1115,
3269,
7345,
7346,
7338,
1059,
1061,
1034,
1063,
4248,
1224,
1065,
2894,
6260,
1036,
1127,
2007,
7347,
1226,
1068,
396,
3631,
7348
],
),
"disc_full": SymbolsMetadata(
popularity: 362,
codepoint: 0xe610,
categories: [11],
tags: [
3104,
1342,
1360,
4935,
1361,
1268,
1674,
3897,
691,
2137,
193,
519,
1365,
81,
44,
4734,
1677,
7349,
781,
2714,
1366,
147,
2274,
1367,
1166,
406,
686,
2794,
1706,
616,
453,
5880,
1293,
823,
1689,
31,
65,
5884,
206
],
),
"discover_tune": SymbolsMetadata(
popularity: 1519,
codepoint: 0xe018,
categories: [0],
tags: [
1738,
1756,
1268,
685,
345,
1236,
1542,
1252,
680,
7350,
2063,
83,
317,
7351,
1776,
1083,
1667,
1706,
70,
151,
71,
1293,
7352,
6081,
411,
7353,
6748,
7354,
1754,
554
],
),
"dishwasher": SymbolsMetadata(
popularity: 35,
codepoint: 0xe9a0,
categories: [8],
tags: [
1858,
3206,
5843,
810,
1863,
345,
753,
4684,
7355,
7356,
3864,
2899,
3683,
46,
1140,
1499,
4193,
7357,
3530,
4213,
1729,
647,
289,
919,
1122,
432,
151,
1339,
3859,
7358,
3830
],
),
"dishwasher_gen": SymbolsMetadata(
popularity: 436,
codepoint: 0xe832,
categories: [8],
tags: [
1858,
2123,
5843,
810,
1863,
7359,
1744,
4205,
4206,
753,
4684,
7355,
7356,
6484,
3683,
2532,
1140,
1893,
1499,
4193,
4213,
7360,
1729,
1143,
919,
432,
2457,
7361,
7362,
5822,
7363,
1897,
433,
3375,
3859
],
),
"display_external_input": SymbolsMetadata(
popularity: 46,
codepoint: 0xf7e7,
categories: [4],
tags: [
77,
461,
4936,
1073,
284,
81,
288,
8,
2532,
1678,
348,
7364,
7365,
1111,
385,
1470,
1314,
406,
630,
1749,
2343,
1732,
3970,
1315,
432,
906,
410,
273,
737,
2402,
65,
412,
2030,
7366,
37,
1187
],
),
"display_settings": SymbolsMetadata(
popularity: 1586,
codepoint: 0xeb97,
categories: [11],
tags: [
1246,
1247,
5342,
501,
3622,
1742,
1703,
1775,
519,
685,
4739,
345,
3584,
1704,
145,
288,
8,
7367,
7368,
2532,
1776,
1110,
1253,
293,
68,
1705,
630,
7369,
70,
919,
920,
921,
28,
410,
7370,
775,
652,
71,
1779,
65,
333,
1187
],
),
"distance": SymbolsMetadata(
popularity: 167,
codepoint: 0xf6ea,
categories: [15],
tags: [
1673,
77,
7371,
7372,
791,
312,
486,
377,
313,
9,
1677,
2899,
2815,
7373,
383,
1623,
4157,
2968,
323,
1085,
1534,
226,
17,
18,
325,
7374,
1625,
4158,
326,
327,
6276,
1148,
761,
2847,
7375,
1538,
2272,
391,
298,
7376,
2972,
496,
1226,
1627,
1628,
1629,
332,
152,
1264,
397
],
),
"diversity_1": SymbolsMetadata(
popularity: 3932,
codepoint: 0xf8d7,
categories: [3],
tags: [
565,
566,
403,
193,
571,
4609,
1271,
574,
6630,
7377,
1794,
7378,
1026,
578,
1276,
579,
6180,
977,
4507,
1280,
978,
872,
7379,
2455,
267,
588,
589,
1287,
6946,
590,
390,
888,
593,
597,
7380,
6204,
602
],
),
"diversity_2": SymbolsMetadata(
popularity: 2918,
codepoint: 0xf8d8,
categories: [3],
tags: [
6320,
571,
1271,
574,
7377,
1794,
2240,
1795,
7378,
1026,
578,
1276,
579,
6180,
7381,
4507,
581,
1280,
872,
4132,
7382,
7383,
267,
7384,
588,
1287,
6946,
1288,
1092,
390,
5482,
593,
597,
6204,
602,
2403
],
),
"diversity_3": SymbolsMetadata(
popularity: 8358,
codepoint: 0xf8d9,
categories: [3],
tags: [
1271,
574,
575,
6630,
4528,
2394,
7385,
7377,
1794,
7386,
7387,
1026,
1276,
579,
580,
6180,
1280,
872,
5615,
267,
588,
6185,
1287,
590,
593,
597,
7388,
1228,
602,
604,
7389
],
),
"diversity_4": SymbolsMetadata(
popularity: 335,
codepoint: 0xf857,
categories: [3],
tags: [
1190,
571,
1271,
574,
284,
7390,
7377,
7391,
1794,
1026,
634,
7392,
7393,
1276,
579,
6322,
6180,
4507,
7394,
581,
1280,
872,
7379,
582,
267,
588,
1287,
593,
7395,
597,
7388,
7396,
6204,
4621,
602
],
),
"dns": SymbolsMetadata(
popularity: 5058,
codepoint: 0xe875,
categories: [11],
tags: [
480,
1513,
1756,
517,
1101,
283,
685,
284,
81,
7397,
5459,
7398,
1105,
320,
7399,
68,
259,
4771,
4772,
88,
5813,
3675,
267,
28,
2720,
71,
31,
1093,
65,
1530,
1186,
334
],
),
"do_not_disturb_off": SymbolsMetadata(
popularity: 897,
codepoint: 0xe643,
categories: [2],
tags: [
862,
749,
7400,
3999,
1423,
1208,
193,
1209,
2392,
5920,
1211,
1162,
868,
4244,
7401,
7402,
7403,
7404,
1055,
7405,
1222,
7406,
7407,
7408,
1059,
7409,
1061,
70,
7410,
7411,
1224,
2111,
71,
1304,
7412,
2113,
1226,
4323,
7413,
7414,
7415,
7416,
7417
],
),
"do_not_disturb_on": SymbolsMetadata(
popularity: 8942,
codepoint: 0xe644,
categories: [2],
tags: [
748,
1360,
1233,
481,
1208,
691,
193,
780,
1209,
345,
2392,
1210,
5920,
1211,
1300,
868,
4244,
7403,
4245,
1055,
2714,
4246,
1213,
1634,
1255,
4273,
1059,
1061,
1223,
7418,
1224,
3271,
5165,
330,
1304,
1226,
1261,
206
],
),
"do_not_disturb_on_total_silence": SymbolsMetadata(
popularity: 364,
codepoint: 0xeffb,
categories: [4],
tags: [
1360,
1233,
1362,
1051,
751,
193,
283,
1162,
1300,
4244,
7419,
7403,
4245,
87,
262,
642,
1302,
3269,
2096,
7420,
616,
1059,
7421,
271,
2613,
2098,
762,
151,
1304,
1067,
291,
1226,
413,
7422,
1068
],
),
"do_not_step": SymbolsMetadata(
popularity: 280,
codepoint: 0xf19f,
categories: [16],
tags: [
1360,
7423,
1133,
691,
193,
1365,
868,
7403,
7424,
1055,
694,
3784,
3785,
3787,
1213,
1822,
4413,
550,
468,
1057,
7425,
7420,
1059,
7426,
1061,
2613,
1065,
1150,
705,
7427,
7428,
898,
1067,
7429,
710,
2927,
4963,
1226,
31,
3799,
206
],
),
"do_not_touch": SymbolsMetadata(
popularity: 506,
codepoint: 0xf1b0,
categories: [16],
tags: [
2596,
2811,
7430,
1051,
691,
7431,
345,
1787,
7432,
868,
7403,
7433,
1055,
5937,
1789,
2689,
1213,
2690,
3378,
2692,
1612,
6833,
7434,
7420,
6247,
1059,
7426,
1061,
1167,
7435,
7418,
1065,
1066,
705,
1774,
1067,
1226,
1792,
206
],
),
"dock": SymbolsMetadata(
popularity: 250,
codepoint: 0xe30e,
categories: [11],
tags: [
1246,
1247,
2536,
1323,
2471,
1250,
3869,
193,
1073,
284,
4937,
615,
288,
4150,
7436,
1745,
1877,
1110,
1253,
1111,
1327,
1344,
262,
1732,
4289,
271,
1685,
3970,
1315,
3688,
432,
2531,
1700,
4154,
3542,
764,
525,
65
],
),
"dock_to_bottom": SymbolsMetadata(
popularity: 59,
codepoint: 0xf7e6,
categories: [4],
tags: [
7437,
2147,
1520,
1466,
1323,
2471,
1132,
2184,
7438,
3939,
4150,
7439,
1164,
348,
916,
385,
7440,
586,
919,
4648,
1733,
326,
7441,
329,
7442,
2929,
7443,
7444,
5188,
97,
907,
1187,
2989
],
),
"dock_to_left": SymbolsMetadata(
popularity: 260,
codepoint: 0xf7e5,
categories: [4],
tags: [
1738,
2147,
1520,
76,
1323,
3939,
345,
313,
4150,
1164,
699,
2865,
385,
2195,
1749,
70,
507,
919,
4648,
329,
2220,
71,
1472,
2942,
7444,
396,
1187,
2989
],
),
"dock_to_right": SymbolsMetadata(
popularity: 140,
codepoint: 0xf7e4,
categories: [4],
tags: [
2147,
2165,
1466,
77,
901,
482,
8,
4150,
7445,
2154,
2182,
385,
7446,
92,
919,
7447,
4648,
329,
7448,
432,
7449,
410,
1472,
2942,
7450,
7444,
433,
4480,
7451,
396,
1187,
7452,
2989
],
),
"docs": SymbolsMetadata(
popularity: 3283,
codepoint: 0xea7d,
categories: [12],
tags: [
1673,
2440,
2470,
628,
81,
1580,
7453,
1430,
2617,
7454,
4511,
1677,
147,
7455,
1680,
1681,
68,
15,
2447,
1583,
1480,
1391,
1586,
1587,
2885,
432,
1428,
1035,
1588,
4520,
31,
33,
1485
],
rtlAutoMirrored: true,
),
"docs_add_on": SymbolsMetadata(
popularity: 765,
codepoint: 0xf0c2,
categories: [12],
tags: [
745,
5568,
1321,
501,
6403,
1325,
1236,
1430,
520,
5005,
1938,
216,
147,
1327,
1697,
2561,
1029,
1390,
4726,
887,
1587,
5006,
239,
652,
1588,
509,
1340,
33,
7456,
511
],
),
"docs_apps_script": SymbolsMetadata(
popularity: 168,
codepoint: 0xf0c3,
categories: [12],
tags: [
501,
5004,
2123,
2559,
1675,
1102,
1325,
1236,
81,
1715,
1104,
1430,
2153,
3352,
1335,
147,
1108,
7457,
4131,
3423,
523,
1123,
6663,
3325,
652,
1780,
333,
2989,
1590
],
),
"document_scanner": SymbolsMetadata(
popularity: 2384,
codepoint: 0xe5fa,
categories: [12],
tags: [
1672,
501,
2440,
1132,
569,
40,
42,
2337,
81,
288,
44,
1580,
1430,
1677,
147,
1680,
1681,
348,
137,
49,
1344,
1470,
262,
1585,
1391,
2329,
1586,
1587,
271,
59,
876,
62,
3779,
432,
1736,
1737,
1588,
4520,
31,
65,
33,
141,
1348,
1409,
1485
],
),
"document_search": SymbolsMetadata(
popularity: 313,
codepoint: 0xf385,
categories: [12],
tags: [
1673,
4793,
569,
81,
1580,
1430,
1677,
316,
147,
83,
317,
1680,
1681,
488,
1109,
68,
2865,
2323,
1345,
2324,
1115,
2325,
2326,
1116,
1117,
2327,
1391,
1586,
1587,
453,
1428,
4179,
3504,
1736,
1126,
1127,
1588,
4520,
65,
3375,
1485
],
),
"domain": SymbolsMetadata(
popularity: 5055,
codepoint: 0xe7ee,
categories: [9],
tags: [
1513,
2547,
1496,
929,
569,
193,
283,
2301,
284,
5459,
2551,
319,
320,
1140,
138,
259,
1314,
325,
267,
523,
327,
2554,
390,
1502,
1503,
330,
1504,
331,
31,
65,
141,
1530,
333,
7458,
1186,
334,
5235
],
),
"domain_add": SymbolsMetadata(
popularity: 927,
codepoint: 0xeb62,
categories: [9],
tags: [
231,
745,
7459,
7460,
7461,
2547,
1321,
1496,
929,
569,
193,
284,
254,
1325,
5459,
2551,
914,
320,
1140,
7462,
7463,
1336,
259,
4772,
1328,
1314,
267,
887,
327,
239,
2554,
985,
1502,
1503,
2720,
1504,
2626,
331,
31,
1530,
333,
1186,
334,
5235
],
),
"domain_disabled": SymbolsMetadata(
popularity: 729,
codepoint: 0xe0ef,
categories: [9],
tags: [
2596,
2547,
1496,
1051,
929,
569,
193,
576,
1162,
868,
5459,
7464,
7465,
7466,
7467,
7468,
7469,
7470,
1055,
2551,
320,
1140,
259,
7471,
7472,
7473,
7474,
7475,
1534,
1059,
1391,
1060,
1061,
327,
1034,
2554,
1502,
1503,
1065,
1036,
1067,
331,
7476,
333,
7477,
7478,
7479,
1186,
7480
],
),
"domain_verification": SymbolsMetadata(
popularity: 1092,
codepoint: 0xef4c,
categories: [6],
tags: [
861,
1672,
7481,
1660,
2679,
3178,
1553,
1662,
193,
463,
2683,
254,
485,
5459,
1666,
319,
320,
1344,
322,
259,
385,
324,
1166,
267,
1668,
5232,
410,
1036,
362,
2833,
1669,
7482,
141,
1348,
2334,
2676,
4820,
1576,
5596,
333,
1186,
1187,
334,
5235,
1671
],
),
"domain_verification_off": SymbolsMetadata(
popularity: 20,
codepoint: 0xf7b0,
categories: [6],
tags: [
2596,
1672,
7481,
1660,
5217,
1051,
1662,
193,
463,
1235,
5920,
485,
1162,
868,
5459,
1666,
1055,
2714,
2715,
1222,
1344,
259,
5164,
385,
87,
1166,
6808,
7483,
1059,
1060,
1668,
1061,
523,
1065,
410,
1036,
362,
2833,
1067,
1226,
1669,
141,
7476,
1068,
7484,
1348,
2334,
4461,
4820,
1576,
333,
1186,
1187,
5235,
1671
],
),
"domino_mask": SymbolsMetadata(
popularity: 151,
codepoint: 0xf5e4,
categories: [3],
tags: [
2536,
3455,
6103,
6105,
5,
7485,
7486,
7487,
7488,
7489,
7490,
2495,
577,
7491,
5716,
7492,
978,
6118,
6119,
7493,
6692,
587,
648,
1034,
7494,
7495,
392,
7496,
7497,
7498,
3347,
7499
],
),
"done_all": SymbolsMetadata(
popularity: 9261,
codepoint: 0xe877,
categories: [2],
tags: [
3,
2280,
7500,
2660,
1660,
2679,
1662,
3180,
7501,
463,
3111,
4490,
2683,
2321,
1666,
7502,
2665,
51,
1082,
88,
1166,
583,
2455,
1668,
1090,
3380,
362,
7503,
1711,
291,
245,
1517,
7504,
1669,
5657,
7505,
2675,
2334,
4461,
1576,
2989,
1671
],
),
"done_outline": SymbolsMetadata(
popularity: 7945,
codepoint: 0xe92f,
categories: [2],
tags: [
2655,
3,
2438,
2280,
2660,
1660,
2679,
1662,
1663,
463,
1665,
2683,
3745,
2321,
1666,
2665,
7506,
1166,
1668,
289,
906,
362,
363,
898,
291,
245,
1517,
7504,
1669,
2334,
4461,
4820,
1576,
1671
],
),
"donut_large": SymbolsMetadata(
popularity: 1705,
codepoint: 0xe917,
categories: [9],
tags: [
2508,
2509,
1071,
373,
193,
463,
1665,
81,
375,
8,
7507,
7508,
2217,
3571,
2274,
1696,
1078,
1081,
3439,
1939,
3574,
756,
4123,
226,
1086,
7509,
5903,
759,
2514,
762,
410,
2007,
746,
291,
5074,
1095,
514,
7510
],
),
"donut_small": SymbolsMetadata(
popularity: 1352,
codepoint: 0xe918,
categories: [9],
tags: [
1071,
373,
193,
462,
1425,
81,
375,
7507,
7511,
1078,
7512,
3107,
293,
1081,
3439,
226,
1086,
5029,
3639,
3687,
7509,
759,
3199,
1428,
762,
330,
2459,
3881,
1955,
746,
291,
3070,
1095,
514
],
),
"door_back": SymbolsMetadata(
popularity: 352,
codepoint: 0xeffc,
categories: [8],
tags: [
861,
2441,
2811,
1209,
4239,
1162,
4931,
7513,
7514,
7515,
1431,
2824,
1212,
2825,
4634,
1140,
1634,
1499,
7516,
2955,
7517,
7518,
2922,
7519,
5772,
5233,
2828,
432,
1124,
7520,
1630,
7521
],
),
"door_front": SymbolsMetadata(
popularity: 1096,
codepoint: 0xeffd,
categories: [8],
tags: [
861,
7522,
929,
1209,
4239,
4931,
7513,
1498,
7515,
1431,
7523,
1212,
5096,
7524,
5223,
4634,
1140,
1499,
2955,
2922,
7519,
5772,
5233,
1500,
432,
7525,
1036,
1504,
955,
553,
1630,
6255
],
),
"door_open": SymbolsMetadata(
popularity: 1442,
codepoint: 0xe77c,
categories: [10],
tags: [
861,
5088,
1159,
288,
4931,
7514,
7515,
1431,
2824,
1212,
5223,
1140,
2955,
87,
7526,
5610,
1143,
2922,
7519,
289,
3047,
5772,
5233,
432,
392,
1339,
433,
553
],
),
"door_sensor": SymbolsMetadata(
popularity: 154,
codepoint: 0xe28a,
categories: [10],
tags: [
1359,
2123,
4239,
5441,
7527,
5486,
288,
4931,
7528,
7515,
7529,
1212,
4634,
1140,
3171,
5107,
51,
7152,
1143,
585,
2922,
1574,
705,
1036,
4764,
64,
1897,
291,
65,
6413,
278
],
),
"door_sliding": SymbolsMetadata(
popularity: 395,
codepoint: 0xeffe,
categories: [8],
tags: [
861,
1496,
2423,
3349,
2811,
1332,
929,
1209,
4931,
7513,
3042,
7515,
1431,
1212,
348,
4052,
5223,
1109,
1140,
699,
1499,
2735,
1470,
2922,
7519,
919,
5772,
5233,
2457,
1946,
1339,
7530,
7531,
553,
394,
1464
],
),
"doorbell": SymbolsMetadata(
popularity: 364,
codepoint: 0xefff,
categories: [8],
tags: [
1359,
1360,
1399,
1332,
1362,
504,
1363,
4931,
7532,
7515,
137,
1140,
1499,
138,
384,
616,
289,
432,
2457,
762,
2111,
1036,
888,
1339,
1897,
1293,
31,
1407,
5674,
7533
],
),
"doorbell_3p": SymbolsMetadata(
popularity: 184,
codepoint: 0xe1e7,
categories: [8],
tags: [
861,
749,
1359,
1360,
2547,
2032,
1362,
929,
504,
1363,
193,
573,
1074,
288,
7532,
7515,
7534,
1140,
1499,
7152,
1143,
616,
1259,
1368,
432,
1370,
762,
1036,
273,
1897,
1293,
65,
5674
],
),
"doorbell_chime": SymbolsMetadata(
popularity: 144,
codepoint: 0xe1f3,
categories: [10],
tags: [
1359,
1360,
2547,
2032,
1268,
1362,
929,
504,
7535,
7536,
1270,
1363,
288,
7537,
7532,
7515,
1140,
1499,
7152,
1470,
1143,
616,
432,
1503,
762,
1036,
273,
1897,
1293,
433,
5674
],
),
"double_arrow": SymbolsMetadata(
popularity: 8022,
codepoint: 0xea50,
categories: [2],
tags: [
480,
77,
7538,
502,
2962,
313,
3042,
2965,
3276,
1077,
904,
51,
87,
814,
1749,
468,
2455,
325,
2969,
1625,
2936,
1167,
2831,
906,
470,
6213,
898,
1339,
3964,
2402,
31,
526,
900
],
rtlAutoMirrored: true,
),
"downhill_skiing": SymbolsMetadata(
popularity: 741,
codepoint: 0xe509,
categories: [15],
tags: [
480,
2508,
7323,
7539,
690,
7540,
781,
11,
225,
137,
7541,
581,
138,
87,
1596,
3652,
289,
588,
589,
3298,
392,
888,
7542,
7543,
5538,
4949,
855,
30,
3520,
31,
332,
1960,
860
],
),
"download": SymbolsMetadata(
popularity: 19450,
codepoint: 0xf090,
categories: [2],
tags: [
7544,
748,
1672,
501,
1673,
77,
1423,
504,
1675,
519,
345,
81,
1430,
2814,
520,
7545,
1677,
147,
5945,
2290,
1697,
259,
87,
1749,
267,
7546,
2936,
2296,
1539,
1689,
31,
526,
7547,
527
],
),
"download_2": SymbolsMetadata(
popularity: 115,
codepoint: 0xf523,
categories: [2],
tags: [
748,
77,
504,
1675,
519,
81,
313,
1430,
2814,
520,
7545,
1677,
1164,
1695,
147,
5945,
137,
138,
68,
1697,
259,
1167,
2296,
1539,
392,
509,
1689,
31,
65,
526,
527
],
),
"download_done": SymbolsMetadata(
popularity: 2333,
codepoint: 0xf091,
categories: [2],
tags: [
77,
7548,
502,
1662,
1664,
463,
7549,
7550,
4490,
1430,
7551,
1666,
2814,
2573,
7552,
520,
7553,
7554,
7555,
7556,
7545,
1677,
147,
7557,
7558,
7559,
7560,
2665,
7561,
7562,
1697,
4817,
1668,
1587,
7563,
245,
7564,
7565,
1669,
527
],
),
"download_for_offline": SymbolsMetadata(
popularity: 4259,
codepoint: 0xf000,
categories: [2],
tags: [
861,
77,
7566,
1674,
7567,
193,
1675,
7568,
7569,
284,
615,
2814,
520,
7570,
7571,
2999,
7572,
7573,
1697,
259,
267,
7574,
1060,
7575,
2796,
7576,
1539,
7577,
1689,
1396,
764,
5905,
526,
527
],
),
"downloading": SymbolsMetadata(
popularity: 3626,
codepoint: 0xf001,
categories: [2],
tags: [
77,
193,
1675,
7578,
81,
2814,
2573,
520,
7579,
3033,
7580,
7581,
7582,
7545,
2999,
51,
1697,
259,
7583,
756,
267,
2589,
758,
759,
4126,
1710,
2296,
2796,
291,
4128,
526,
4292,
5946,
527,
766,
7584
],
),
"draft": SymbolsMetadata(
popularity: 6424,
codepoint: 0xe66d,
categories: [12],
tags: [
745,
1673,
809,
1675,
628,
1325,
81,
1580,
1430,
4511,
1677,
1252,
147,
1680,
1681,
488,
1327,
1376,
4195,
1583,
887,
1480,
1391,
1586,
1587,
453,
1428,
1588,
4520,
1689,
33,
527,
396,
1590
],
rtlAutoMirrored: true,
),
"draft_orders": SymbolsMetadata(
popularity: 77,
codepoint: 0xe7b3,
categories: [6],
tags: [
1756,
1646,
569,
1648,
934,
1578,
1325,
1430,
4511,
1649,
1252,
680,
916,
3107,
1111,
1376,
1470,
88,
1029,
1583,
1480,
91,
1587,
4517,
2621,
2589,
3489,
1653,
1654,
453,
1393,
1395,
33,
3110,
1590,
1485
],
),
"drafts": SymbolsMetadata(
popularity: 2767,
codepoint: 0xe151,
categories: [7],
tags: [
1673,
283,
7585,
7586,
81,
1430,
4511,
7587,
2286,
2288,
147,
1680,
4911,
2289,
3107,
16,
88,
2291,
1583,
583,
1480,
1587,
2589,
3380,
4465,
1711,
1589,
1689,
33,
7588,
3110,
7589,
1485
],
),
"drag_click": SymbolsMetadata(
popularity: 64,
codepoint: 0xf71f,
categories: [2],
tags: [
748,
77,
1101,
1784,
7590,
1785,
519,
345,
1787,
288,
4633,
7591,
1252,
2690,
7592,
2692,
2478,
1111,
1612,
2980,
2981,
7593,
7594,
1749,
7595,
328,
1167,
329,
7596,
6278,
362,
363,
7597,
511
],
),
"drag_handle": SymbolsMetadata(
popularity: 3872,
codepoint: 0xe25d,
categories: [12],
tags: [
748,
1672,
7598,
517,
2701,
345,
485,
4633,
1164,
7599,
4634,
7600,
51,
467,
1344,
1376,
385,
1470,
88,
7601,
506,
1749,
2213,
4665,
2269,
7602,
410,
2833,
95,
7603,
97,
141,
1348,
1464,
333,
1186,
5010,
1187
],
),
"drag_indicator": SymbolsMetadata(
popularity: 7192,
codepoint: 0xe945,
categories: [2],
tags: [
748,
1672,
501,
1101,
1438,
2701,
345,
485,
1105,
4633,
2899,
1164,
2690,
7592,
7599,
4634,
138,
51,
2341,
1612,
1344,
1376,
385,
88,
174,
506,
262,
630,
1749,
92,
271,
851,
329,
4665,
2269,
410,
2903,
392,
6213,
2833,
95,
525,
1792,
141,
1348,
1464,
333,
1186,
1187
],
),
"drag_pan": SymbolsMetadata(
popularity: 162,
codepoint: 0xf71e,
categories: [2],
tags: [
1738,
7604,
7605,
77,
502,
1785,
1787,
313,
2271,
2395,
7606,
2814,
4633,
7607,
914,
2340,
7592,
2692,
2195,
2981,
1749,
7608,
325,
2922,
6477,
7609,
1167,
2929,
2991,
906,
2853,
362,
363,
7597,
6213,
4520,
1701,
7610
],
),
"draw": SymbolsMetadata(
popularity: 6028,
codepoint: 0xe746,
categories: [12],
tags: [
1592,
2133,
1578,
7611,
1325,
2277,
2931,
485,
7612,
1745,
4511,
2780,
1252,
680,
488,
7613,
137,
7614,
384,
2667,
1111,
87,
174,
1641,
289,
4517,
2621,
328,
7615,
392,
4565,
511,
1590,
1485
],
),
"draw_abstract": SymbolsMetadata(
popularity: 123,
codepoint: 0xf7f8,
categories: [12],
tags: [
480,
7616,
1592,
3071,
1578,
2301,
3073,
1325,
2277,
2931,
485,
375,
4511,
2780,
378,
1252,
680,
6111,
1077,
7617,
381,
2690,
137,
138,
384,
7618,
1111,
87,
353,
2362,
3354,
7619,
7615,
392,
5482,
4565,
7620,
31,
476,
1854
],
),
"draw_collage": SymbolsMetadata(
popularity: 28,
codepoint: 0xf7f7,
categories: [12],
tags: [
7616,
1342,
76,
1592,
7621,
3351,
1197,
1324,
7622,
1578,
2242,
3073,
1325,
7623,
1593,
485,
4511,
2780,
378,
1252,
680,
6597,
1343,
2690,
382,
2503,
1111,
385,
7624,
7625,
4341,
2143,
7626,
7627,
7628,
392,
5482,
7620,
7629
],
),
"dresser": SymbolsMetadata(
popularity: 348,
codepoint: 0xe210,
categories: [8],
tags: [
1332,
4048,
7630,
7631,
2634,
2636,
7632,
7633,
379,
4052,
137,
1140,
699,
2733,
1499,
4193,
138,
1376,
1470,
5327,
1143,
492,
586,
876,
432,
1339,
2461,
1689,
1396,
31,
2653
],
),
"drive_export": SymbolsMetadata(
popularity: 85,
codepoint: 0xf41d,
categories: [12],
tags: [
1672,
501,
77,
1674,
1675,
5944,
81,
7634,
1694,
1430,
520,
1677,
1695,
1678,
147,
2999,
1679,
1680,
1681,
1682,
1683,
1684,
7635,
1749,
325,
5035,
1732,
1686,
906,
7636,
1539,
2298,
1528,
2029,
1689,
764,
526,
1690,
1701,
527
],
rtlAutoMirrored: true,
),
"drive_file_move": SymbolsMetadata(
popularity: 1126,
codepoint: 0xe675,
categories: [12],
tags: [
748,
76,
77,
504,
1675,
1724,
81,
3112,
313,
1580,
1430,
1677,
7637,
147,
7638,
1680,
903,
137,
138,
1667,
1749,
325,
586,
2929,
906,
2298,
1588,
4520,
1689,
31,
526,
900,
907
],
rtlAutoMirrored: true,
),
"drive_folder_upload": SymbolsMetadata(
popularity: 1115,
codepoint: 0xe9a3,
categories: [12],
tags: [
745,
1673,
77,
1674,
1675,
519,
1325,
81,
312,
44,
1541,
1580,
1430,
1677,
1695,
147,
1680,
1594,
259,
1749,
267,
887,
523,
1539,
2298,
1528,
1588,
4520,
1689,
65,
526,
1701,
527
],
),
"dropdown": SymbolsMetadata(
popularity: 50,
codepoint: 0xe9a4,
categories: [2],
tags: [
1672,
501,
77,
2842,
912,
2701,
345,
485,
313,
2814,
2891,
914,
83,
2915,
2839,
51,
1344,
385,
88,
506,
262,
630,
237,
325,
70,
271,
1167,
410,
362,
2007,
2833,
95,
2710,
525,
1690,
141,
1348,
333,
1186,
1187
],
),
"dropper_eye": SymbolsMetadata(
popularity: 10,
codepoint: 0xf351,
categories: [1],
tags: [
1422,
4169,
4563,
6073,
7639,
7640,
1761,
2899,
6075,
4171,
5754,
5795,
7641,
2511,
7642,
697,
892,
4839,
4271,
4175,
4176,
894,
1767,
7643,
1768,
6079,
7644,
7645,
4180,
1318,
1319,
511,
5377,
4318
],
),
"dry": SymbolsMetadata(
popularity: 207,
codepoint: 0xf1b3,
categories: [8],
tags: [
837,
7646,
1858,
1860,
504,
2635,
345,
753,
6484,
7647,
7648,
2689,
2690,
2692,
7649,
3023,
4193,
51,
7650,
7651,
642,
7652,
355,
919,
151,
71,
472,
291,
31,
7653,
5826,
7654,
3546
],
),
"dry_cleaning": SymbolsMetadata(
popularity: 668,
codepoint: 0xea58,
categories: [5],
tags: [
2631,
568,
504,
3132,
5843,
193,
462,
1863,
2635,
6484,
7655,
7647,
2641,
2643,
5672,
2733,
4193,
138,
7656,
7650,
1729,
2553,
7657,
760,
652,
898,
3827,
31,
1517,
2651,
413,
7658,
5826
],
),
"dual_screen": SymbolsMetadata(
popularity: 139,
codepoint: 0xf6cf,
categories: [4],
tags: [
1307,
76,
1466,
519,
1704,
288,
8,
7166,
7659,
7660,
7167,
7661,
1110,
385,
5443,
630,
7662,
7053,
92,
7663,
4289,
271,
1427,
3286,
7664,
1779,
7665,
7666,
65,
7667,
396,
1154
],
),
"duo": SymbolsMetadata(
popularity: 715,
codepoint: 0xe9a5,
categories: [7],
tags: [
565,
566,
1270,
570,
571,
283,
5093,
288,
3042,
7659,
1276,
579,
267,
4032,
7668,
588,
589,
590,
3426,
593,
7396,
4072,
394,
601,
602,
37
],
),
"dvr": SymbolsMetadata(
popularity: 2087,
codepoint: 0xe1b2,
categories: [4],
tags: [
1246,
1247,
7669,
7670,
1268,
482,
731,
1703,
193,
519,
1704,
288,
44,
8,
1105,
7671,
2532,
781,
1110,
3339,
1253,
1345,
88,
7672,
1705,
406,
630,
354,
289,
408,
409,
1122,
453,
1290,
440,
432,
1168,
410,
2145,
392,
2007,
412,
2030,
37,
333,
1187
],
rtlAutoMirrored: true,
),
"dynamic_feed": SymbolsMetadata(
popularity: 1988,
codepoint: 0xea14,
categories: [6],
tags: [
480,
2508,
2454,
2261,
3063,
3526,
4800,
628,
1842,
81,
1274,
1726,
7673,
68,
1470,
88,
1282,
2456,
7674,
3067,
4806,
432,
433,
2462,
454,
7675,
2463,
4141
],
),
"dynamic_form": SymbolsMetadata(
popularity: 1857,
codepoint: 0xf1bf,
categories: [2],
tags: [
7676,
501,
3935,
3526,
2391,
1102,
7677,
628,
81,
2394,
1430,
1274,
7678,
3683,
1431,
1165,
7679,
147,
1275,
488,
68,
1111,
3937,
88,
6783,
2455,
70,
1587,
150,
3751,
1428,
363,
71,
1619,
33,
3938,
5991
],
),
"e911_avatar": SymbolsMetadata(
popularity: 257,
codepoint: 0xf11a,
categories: [7],
tags: [
3104,
7680,
864,
1360,
865,
1361,
566,
690,
1270,
691,
1250,
2373,
975,
1365,
288,
1761,
2425,
2714,
1366,
1479,
225,
2427,
1110,
697,
892,
871,
1763,
7681,
581,
1367,
3959,
1166,
894,
7682,
262,
616,
5876,
289,
4274,
589,
271,
2719,
590,
1574,
1428,
2431,
705,
888,
880,
31,
1406,
1690,
601,
206
],
),
"e911_emergency": SymbolsMetadata(
popularity: 1255,
codepoint: 0xf119,
categories: [13],
tags: [
7680,
3401,
1360,
2422,
865,
1362,
1270,
283,
1073,
975,
3681,
1365,
5063,
45,
7683,
2425,
5179,
871,
5247,
1114,
894,
21,
271,
7684,
2431,
2111,
705,
1036,
2432,
2433,
880,
1406,
2435,
206
],
),
"e_mobiledata": SymbolsMetadata(
popularity: 130,
codepoint: 0xf002,
categories: [4],
tags: [
4,
517,
1250,
7685,
251,
252,
7686,
284,
254,
81,
7687,
7688,
7689,
7690,
7691,
12,
259,
2064,
16,
262,
7692,
263,
266,
267,
272,
652,
273,
649,
533,
612,
276,
33,
35,
278,
650
],
),
"e_mobiledata_badge": SymbolsMetadata(
popularity: 9,
codepoint: 0xf7e3,
categories: [4],
tags: [
861,
4,
281,
251,
252,
5,
193,
283,
284,
254,
81,
7689,
12,
51,
259,
15,
16,
262,
263,
266,
267,
269,
523,
1035,
273,
291,
31,
65,
276,
33,
35,
338,
7693,
278
],
),
"ear_sound": SymbolsMetadata(
popularity: 104,
codepoint: 0xf356,
categories: [0],
tags: [
861,
862,
863,
7694,
865,
1268,
690,
3551,
283,
7695,
867,
7696,
870,
7697,
697,
1279,
7698,
871,
581,
7699,
7700,
1301,
894,
3567,
289,
876,
7701,
888,
1293,
31,
65,
554
],
),
"earbud_case": SymbolsMetadata(
popularity: 9,
codepoint: 0xf327,
categories: [11],
tags: [
2536,
1268,
7702,
4870,
3869,
7703,
6036,
288,
7704,
7705,
7706,
7707,
1877,
2533,
7708,
7709,
7710,
7711,
1301,
4530,
1706,
2922,
2534,
432,
2531,
1293,
1689,
65,
332,
278
],
),
"earbud_left": SymbolsMetadata(
popularity: 9,
codepoint: 0xf326,
categories: [11],
tags: [
2536,
1268,
7702,
7712,
7713,
7714,
7705,
7706,
7715,
2532,
7708,
7042,
7716,
2195,
7717,
1301,
4530,
1706,
7718,
7719,
7720,
7721,
1293,
7722,
1294,
65,
7723,
278
],
),
"earbud_right": SymbolsMetadata(
popularity: 5,
codepoint: 0xf325,
categories: [11],
tags: [
2536,
1268,
283,
1074,
288,
7696,
7713,
7705,
7706,
781,
2533,
7708,
1279,
979,
1301,
406,
1706,
920,
408,
2534,
906,
7724,
3570,
1293,
65,
2542,
278
],
),
"earbuds": SymbolsMetadata(
popularity: 321,
codepoint: 0xf003,
categories: [11],
tags: [
2536,
1268,
7702,
7725,
4936,
283,
1074,
288,
7696,
7705,
7726,
7706,
7707,
7727,
781,
7708,
7709,
7042,
1301,
4530,
7728,
406,
1285,
1706,
7719,
7729,
408,
2534,
1293,
7730,
65,
4941,
7731
],
),
"earbuds_2": SymbolsMetadata(
popularity: 18,
codepoint: 0xf324,
categories: [11],
tags: [
2536,
1268,
7732,
3383,
7702,
4275,
283,
254,
288,
7733,
7705,
7706,
7707,
2532,
781,
7734,
7708,
7709,
7042,
1278,
1301,
4530,
406,
262,
1706,
4277,
7719,
2534,
1293,
7730,
65,
278
],
),
"earbuds_battery": SymbolsMetadata(
popularity: 196,
codepoint: 0xf004,
categories: [11],
tags: [
2536,
1268,
3679,
3928,
3877,
3888,
4275,
3680,
3869,
288,
7704,
7705,
7706,
7715,
7708,
7709,
7042,
138,
51,
1344,
792,
1301,
4530,
1706,
3688,
1293,
291,
31,
1297,
65,
141,
278
],
),
"early_on": SymbolsMetadata(
popularity: 292,
codepoint: 0xe2ba,
categories: [10],
tags: [
3383,
2192,
2072,
840,
7735,
7736,
7737,
7738,
7739,
903,
1140,
7740,
7741,
352,
686,
1143,
1061,
408,
7742,
357,
2847,
7743,
7744,
7745,
2128,
454,
411,
7746,
5883,
7747,
444
],
),
"earthquake": SymbolsMetadata(
popularity: 119,
codepoint: 0xf64f,
categories: [3],
tags: [
7748,
1360,
7749,
373,
1365,
4408,
4409,
7750,
7751,
315,
7752,
7753,
2425,
7754,
7755,
7756,
1822,
4413,
7757,
226,
630,
6759,
7758,
1825,
4416,
7759,
7760,
7761,
4219,
7762,
7763,
7764,
7765,
2059,
206,
1855
],
),
"east": SymbolsMetadata(
popularity: 5069,
codepoint: 0xf1df,
categories: [5],
tags: [
500,
77,
309,
313,
2271,
2976,
1164,
903,
2838,
51,
1623,
87,
1534,
1749,
325,
905,
1625,
328,
1167,
329,
906,
3160,
31,
332,
1690
],
),
"ecg": SymbolsMetadata(
popularity: 73,
codepoint: 0xf80f,
categories: [11],
tags: [
1422,
4955,
5364,
4252,
373,
2931,
7766,
1580,
1761,
5366,
5367,
7767,
2425,
1078,
697,
892,
4507,
5369,
5370,
1426,
17,
894,
1767,
630,
5876,
5158,
4261,
359,
4262,
273,
1318,
4264,
1854,
3331
],
),
"ecg_heart": SymbolsMetadata(
popularity: 313,
codepoint: 0xf6e9,
categories: [15],
tags: [
5364,
4252,
373,
2373,
4253,
7768,
375,
1580,
1761,
5366,
7767,
2425,
2881,
1078,
697,
4379,
5374,
892,
4507,
5369,
7769,
5370,
1763,
87,
894,
4258,
7770,
630,
5876,
4261,
359,
4262,
273,
4264,
7771,
3331
],
),
"eco": SymbolsMetadata(
popularity: 6906,
codepoint: 0xea35,
categories: [3],
tags: [
7772,
7773,
7774,
315,
6222,
7775,
7776,
6223,
7777,
1843,
1844,
3787,
320,
2355,
2359,
2360,
2361,
1825,
2362,
5232,
1826,
6227,
6228,
7778,
4532,
7779,
2314,
2315,
334
],
),
"eda": SymbolsMetadata(
popularity: 50,
codepoint: 0xf6e8,
categories: [15],
tags: [
480,
1738,
1422,
1268,
2441,
1423,
373,
345,
2931,
81,
7780,
7781,
7782,
2063,
2689,
2881,
351,
2690,
1078,
2692,
5369,
792,
87,
226,
630,
1706,
3559,
759,
3562,
390,
273,
1293,
6081,
291,
97,
2517,
554,
1854,
3331
],
),
"edgesensor_high": SymbolsMetadata(
popularity: 275,
codepoint: 0xf005,
categories: [4],
tags: [
1246,
1247,
1360,
517,
1250,
251,
284,
81,
5486,
288,
606,
7783,
1110,
3459,
7784,
1253,
259,
7152,
17,
262,
1698,
7785,
1749,
267,
616,
271,
6276,
432,
2531,
2367,
64,
273,
7786,
649,
525,
65,
2469,
7787,
278
],
),
"edgesensor_low": SymbolsMetadata(
popularity: 192,
codepoint: 0xf006,
categories: [4],
tags: [
1246,
1247,
1360,
2123,
7788,
7789,
517,
4275,
1250,
193,
284,
345,
5486,
288,
9,
606,
7783,
4024,
7790,
7791,
1110,
3459,
1253,
51,
7151,
7152,
7792,
1470,
1952,
3916,
7793,
17,
262,
1698,
7785,
1749,
267,
6308,
616,
1733,
271,
4029,
6276,
1148,
432,
2531,
2367,
64,
7794,
7795,
7796,
273,
1292,
291,
649,
7797,
7798,
525,
65,
6413,
1464,
7787,
5524,
7799,
277,
278
],
),
"edit": SymbolsMetadata(
popularity: 50213,
codepoint: 0xe3c9,
categories: [1],
tags: [
748,
1739,
3057,
1742,
1578,
345,
1325,
1430,
1252,
680,
488,
4484,
1111,
642,
7800,
7801,
1641,
887,
289,
4517,
2621,
2450,
392,
1170,
33,
511,
2451,
1590,
1485
],
),
"edit_arrow_down": SymbolsMetadata(
popularity: 26,
codepoint: 0xf380,
categories: [2],
tags: [
77,
2842,
2822,
912,
1578,
345,
1325,
313,
2814,
2891,
1252,
680,
914,
1819,
51,
1111,
506,
1641,
1624,
325,
887,
4517,
2621,
328,
1167,
362,
1690,
1701,
2451,
1590,
1485
],
),
"edit_arrow_up": SymbolsMetadata(
popularity: 13,
codepoint: 0xf37f,
categories: [2],
tags: [
748,
1738,
1739,
77,
7802,
6241,
7803,
3012,
2842,
1742,
1578,
345,
2321,
1325,
313,
2814,
1252,
7804,
680,
3013,
3026,
235,
1111,
1641,
1749,
325,
887,
4517,
2621,
1167,
6887,
1690,
1701,
2451,
3017,
1590,
1485
],
),
"edit_attributes": SymbolsMetadata(
popularity: 556,
codepoint: 0xe578,
categories: [5],
tags: [
1738,
1660,
144,
3305,
1742,
1662,
463,
6403,
1744,
1236,
1666,
1252,
7805,
1746,
4484,
137,
138,
1667,
1166,
1641,
1668,
70,
289,
6256,
150,
362,
71,
31,
1669,
511,
6748,
2334,
1409,
1576,
1671
],
),
"edit_audio": SymbolsMetadata(
popularity: 40,
codepoint: 0xf42d,
categories: [0],
tags: [
1738,
7806,
1422,
77,
1268,
7807,
7808,
1523,
7809,
1744,
2931,
7810,
5486,
1252,
7811,
2063,
137,
2195,
792,
1426,
1470,
1641,
7812,
1706,
1286,
440,
906,
5849,
71,
1293,
7813,
2068,
6081,
2810,
2146,
7814,
6333,
1754,
1298,
554,
1854,
3331
],
),
"edit_calendar": SymbolsMetadata(
popularity: 4495,
codepoint: 0xe742,
categories: [6],
tags: [
1659,
7815,
2071,
1923,
2072,
1742,
1578,
1325,
1160,
2124,
2074,
4511,
1252,
680,
1164,
10,
138,
1344,
1667,
1641,
4999,
5017,
4517,
2621,
5000,
1370,
7816,
1168,
31,
7817,
2451,
1590,
1485,
5002
],
),
"edit_document": SymbolsMetadata(
popularity: 2287,
codepoint: 0xf88c,
categories: [12],
tags: [
500,
1474,
501,
1742,
1578,
628,
1325,
81,
1162,
1580,
1430,
4511,
1677,
1252,
680,
147,
1680,
1681,
488,
68,
1111,
1641,
1480,
1586,
1587,
4517,
2621,
432,
2450,
7818,
1067,
433,
33,
2451,
1590,
1485
],
),
"edit_location": SymbolsMetadata(
popularity: 837,
codepoint: 0xe568,
categories: [5],
tags: [
1513,
1739,
1742,
6403,
2321,
1236,
312,
313,
1252,
318,
1544,
321,
323,
1667,
324,
1534,
174,
1641,
325,
4517,
2621,
326,
1535,
327,
1167,
329,
1201,
1540,
1226,
7192,
332,
2451,
1590
],
),
"edit_location_alt": SymbolsMetadata(
popularity: 651,
codepoint: 0xe1c5,
categories: [5],
tags: [
1513,
1738,
2386,
1739,
1742,
310,
1236,
312,
313,
1252,
7819,
1532,
1543,
321,
323,
324,
174,
1641,
325,
4517,
2621,
326,
327,
1536,
1392,
329,
2991,
7820,
1227,
2451,
7821,
1590
],
),
"edit_note": SymbolsMetadata(
popularity: 14952,
codepoint: 0xe745,
categories: [12],
tags: [
6164,
1578,
7822,
7823,
1325,
7824,
1579,
1430,
4511,
1252,
7825,
7826,
7827,
680,
2153,
147,
1111,
1470,
1583,
1641,
887,
3247,
1480,
1584,
1587,
4517,
2621,
7828,
33,
1590,
1485,
7829
],
),
"edit_notifications": SymbolsMetadata(
popularity: 901,
codepoint: 0xe525,
categories: [6],
tags: [
749,
1738,
1359,
1360,
1362,
7830,
1742,
1363,
283,
1578,
6403,
1325,
1236,
4511,
378,
1252,
7831,
680,
381,
1111,
87,
583,
1641,
7832,
887,
616,
7833,
1259,
1368,
70,
4517,
2621,
921,
1370,
762,
71,
392,
1293,
7834,
1590,
1485
],
),
"edit_off": SymbolsMetadata(
popularity: 905,
codepoint: 0xe950,
categories: [12],
tags: [
1051,
7835,
1578,
1325,
1162,
868,
7836,
7837,
4511,
1252,
7838,
7839,
680,
7840,
1055,
1213,
138,
1111,
87,
7841,
887,
7842,
7843,
7844,
5951,
1059,
1060,
1061,
4517,
7845,
2621,
7846,
1065,
7847,
1067,
7848,
6834,
1407,
1068,
1590,
1485
],
),
"edit_road": SymbolsMetadata(
popularity: 478,
codepoint: 0xef4d,
categories: [5],
tags: [
1738,
7815,
1742,
2931,
312,
313,
2780,
1252,
321,
1621,
1623,
4157,
323,
324,
1534,
1166,
1641,
1749,
325,
1625,
4517,
2621,
1626,
1538,
1627,
511,
1628,
900,
332,
1920,
141,
2451,
7849,
1590
],
),
"edit_square": SymbolsMetadata(
popularity: 4714,
codepoint: 0xf88d,
categories: [6],
tags: [
1739,
7815,
1131,
482,
1742,
1578,
685,
1333,
4664,
1325,
1236,
1430,
4511,
1252,
680,
1819,
488,
348,
1111,
1641,
4517,
2621,
150,
432,
7850,
7851,
2450,
71,
433,
31,
33,
511,
2451,
1590,
1485
],
),
"editor_choice": SymbolsMetadata(
popularity: 367,
codepoint: 0xf528,
categories: [3],
tags: [
1658,
2438,
2660,
1660,
2679,
3494,
281,
3667,
1662,
7852,
684,
342,
193,
463,
1665,
3111,
4490,
2683,
1666,
7853,
7854,
1907,
235,
51,
1166,
1668,
239,
358,
3503,
7855,
3505,
3506,
906,
362,
2696,
363,
30,
31,
1517,
1669,
3508,
4461,
1576,
3754,
3509,
3510,
1671
],
),
"egg": SymbolsMetadata(
popularity: 1123,
codepoint: 0xeacc,
categories: [3],
tags: [
4869,
7856,
3694,
3257,
3695,
4206,
7857,
7432,
4682,
2352,
4686,
1816,
2354,
7858,
1846,
7859,
2356,
2357,
4213,
3704,
1825,
4383,
2362,
6692,
7860,
7861,
4689,
2365,
7862,
1316,
737
],
),
"egg_alt": SymbolsMetadata(
popularity: 759,
codepoint: 0xeac8,
categories: [3],
tags: [
1808,
4984,
2115,
3694,
3695,
4661,
4205,
4206,
7863,
3699,
7864,
4686,
1816,
2354,
1846,
1957,
2357,
4213,
7865,
506,
2361,
492,
2362,
6692,
7861,
4689,
2365,
392,
1316,
31,
835
],
),
"eject": SymbolsMetadata(
popularity: 978,
codepoint: 0xe8fb,
categories: [2],
tags: [
748,
77,
1268,
1423,
504,
1103,
345,
288,
4734,
2140,
1677,
7349,
7866,
1108,
1110,
87,
406,
439,
1223,
7867,
2504,
409,
7868,
1224,
1226,
31,
1690,
2198,
3017,
7869,
1320,
37
],
),
"elderly": SymbolsMetadata(
popularity: 1370,
codepoint: 0xf21a,
categories: [3],
tags: [
565,
972,
7870,
5747,
566,
690,
4224,
574,
5748,
3133,
225,
1004,
581,
978,
979,
982,
5879,
7871,
5887,
588,
589,
5099,
590,
1048,
3460,
7872,
7873,
390,
3140,
888,
601,
990,
7874
],
),
"elderly_woman": SymbolsMetadata(
popularity: 981,
codepoint: 0xeb69,
categories: [3],
tags: [
5878,
566,
690,
4224,
193,
3133,
1796,
225,
3500,
1797,
7875,
977,
581,
138,
7876,
5879,
289,
588,
589,
5099,
590,
330,
3140,
392,
986,
888,
593,
2489,
31,
601,
4719,
7877
],
),
"electric_bike": SymbolsMetadata(
popularity: 489,
codepoint: 0xeb1b,
categories: [14],
tags: [
3679,
7878,
7879,
4142,
4144,
3935,
2035,
4149,
7880,
7881,
7882,
3683,
7883,
7884,
7885,
3984,
3922,
1958,
1534,
875,
1882,
3652,
7886,
3688,
7887,
3298,
3299,
4161,
275,
3520,
2315,
3938,
1629,
332,
7286,
1506,
1835,
4163
],
rtlAutoMirrored: true,
),
"electric_bolt": SymbolsMetadata(
popularity: 2970,
codepoint: 0xec1c,
categories: [8],
tags: [
1360,
3679,
3935,
3869,
1842,
1365,
1274,
3683,
7888,
7889,
3870,
3922,
3684,
1165,
4393,
7890,
3936,
7891,
3937,
1143,
648,
3688,
3101,
2430,
275,
4394,
7892,
3938,
2435,
7097,
206,
859,
4395
],
),
"electric_car": SymbolsMetadata(
popularity: 1302,
codepoint: 0xeb1c,
categories: [14],
tags: [
1809,
3679,
3935,
1811,
1812,
3680,
3869,
2035,
312,
1677,
7882,
3683,
3984,
3922,
3684,
4024,
2355,
1623,
1534,
875,
3970,
3688,
7893,
1626,
1538,
3542,
2315,
3938,
900,
1629,
332,
1835,
7894
],
),
"electric_meter": SymbolsMetadata(
popularity: 740,
codepoint: 0xec1b,
categories: [8],
tags: [
4935,
928,
1415,
3935,
929,
3680,
193,
4014,
1417,
81,
1400,
3683,
7895,
3922,
3684,
7896,
1165,
3871,
1140,
1499,
51,
68,
3936,
3937,
226,
17,
3474,
6208,
1143,
1167,
3688,
7897,
433,
746,
3938,
3315,
7898,
3375,
7097,
7899
],
),
"electric_moped": SymbolsMetadata(
popularity: 647,
codepoint: 0xeb1d,
categories: [14],
tags: [
1809,
3679,
4144,
3935,
1811,
1812,
3869,
2548,
6933,
2036,
7900,
7882,
3683,
7901,
7885,
7902,
1534,
875,
7903,
1882,
289,
7904,
3688,
4160,
3299,
4161,
1918,
1528,
888,
2315,
31,
3938,
1629,
332,
7286,
1506,
1835,
4163,
2050
],
rtlAutoMirrored: true,
),
"electric_rickshaw": SymbolsMetadata(
popularity: 375,
codepoint: 0xeb1e,
categories: [14],
tags: [
7905,
7906,
1809,
7907,
3935,
1811,
1812,
7908,
7909,
3683,
7910,
3984,
6725,
1470,
1534,
875,
289,
1913,
7295,
2046,
7911,
3299,
888,
7912,
7913,
5353,
7914,
7915,
3938,
900,
1629,
332,
1834,
7916,
4951,
1835,
2050
],
rtlAutoMirrored: true,
),
"electric_scooter": SymbolsMetadata(
popularity: 566,
codepoint: 0xeb1f,
categories: [14],
tags: [
3679,
4144,
3935,
2548,
2035,
4902,
5379,
313,
2395,
7900,
3683,
7885,
7917,
7918,
7919,
7920,
1534,
7921,
875,
1882,
468,
7904,
4160,
3299,
4161,
2029,
7922,
3938,
900,
1629,
332,
7286,
7923,
1835,
4163,
2050
],
rtlAutoMirrored: true,
),
"electrical_services": SymbolsMetadata(
popularity: 1820,
codepoint: 0xf102,
categories: [5],
tags: [
3935,
3621,
3680,
5752,
4938,
1842,
3683,
3870,
7924,
3922,
3684,
7925,
1165,
1747,
7890,
7926,
1622,
7927,
7757,
3627,
3937,
3961,
3970,
3688,
7928,
4880,
652,
878,
7929,
3963,
6291,
3375,
7097,
4941,
7930,
4395
],
),
"elevation": SymbolsMetadata(
popularity: 131,
codepoint: 0xf6e7,
categories: [15],
tags: [
1631,
1466,
7931,
484,
7932,
2882,
7933,
5096,
579,
1198,
697,
5475,
1080,
7934,
7935,
7936,
7937,
2142,
1082,
4195,
7938,
1596,
1597,
91,
1707,
2747,
7939,
386,
6887,
7940,
6390,
1711,
6145,
393,
7941,
7942,
7943
],
),
"elevator": SymbolsMetadata(
popularity: 660,
codepoint: 0xf1a0,
categories: [16],
tags: [
480,
861,
1496,
502,
690,
929,
504,
1497,
345,
312,
313,
2814,
7944,
7945,
581,
51,
1881,
1344,
1083,
3027,
4878,
468,
325,
588,
589,
1167,
1832,
31,
65,
900,
332,
7946,
1701,
1464
],
),
"emergency": SymbolsMetadata(
popularity: 3133,
codepoint: 0xe1eb,
categories: [5],
tags: [
1359,
1360,
865,
839,
1361,
1362,
2373,
3681,
1235,
7947,
1365,
7683,
2425,
2427,
4413,
697,
892,
5370,
871,
1763,
1367,
1534,
894,
616,
1368,
239,
4261,
705,
1036,
273,
2432,
31,
2435,
206
],
),
"emergency_heat": SymbolsMetadata(
popularity: 392,
codepoint: 0xf15d,
categories: [8],
tags: [
3104,
7680,
1360,
1361,
7948,
504,
691,
840,
345,
3681,
1365,
2425,
2714,
1366,
216,
5179,
5180,
7949,
3023,
1847,
3459,
1140,
3025,
1848,
138,
1367,
1166,
642,
1143,
616,
355,
4880,
652,
151,
31,
1093,
858,
2069,
2435,
7950,
206
],
),
"emergency_heat_2": SymbolsMetadata(
popularity: 29,
codepoint: 0xf4e5,
categories: [8],
tags: [
3104,
837,
2052,
1360,
1361,
2721,
1839,
7948,
1841,
691,
840,
345,
1365,
2425,
2714,
1366,
5179,
5180,
1077,
7949,
3023,
1847,
3459,
7951,
1140,
3025,
1848,
138,
1367,
1344,
1166,
1143,
616,
7952,
3827,
31,
1093,
858,
2069,
141,
3829,
206,
1854,
859,
1856
],
),
"emergency_home": SymbolsMetadata(
popularity: 2284,
codepoint: 0xe82a,
categories: [8],
tags: [
1360,
865,
1361,
929,
691,
3681,
1365,
7683,
4931,
1498,
2425,
2714,
1366,
4413,
871,
1140,
1499,
4698,
1367,
1166,
1143,
616,
7953,
1574,
1502,
4416,
4891,
3187,
1773,
1504,
955,
31,
4419,
2435,
7954,
206,
1187
],
),
"emergency_recording": SymbolsMetadata(
popularity: 261,
codepoint: 0xebf4,
categories: [8],
tags: [
748,
1360,
1672,
501,
1361,
504,
40,
42,
691,
345,
1365,
288,
2425,
346,
5106,
1110,
138,
49,
1367,
2865,
53,
406,
4259,
353,
439,
616,
2329,
57,
59,
62,
453,
440,
1036,
5114,
65,
907,
2435,
37,
434,
476,
206
],
),
"emergency_share": SymbolsMetadata(
popularity: 355,
codepoint: 0xebf6,
categories: [8],
tags: [
1360,
3129,
1361,
731,
7955,
691,
573,
4405,
3681,
1365,
4409,
7683,
2425,
7956,
871,
4698,
1367,
5247,
7957,
616,
7958,
7959,
2430,
1428,
2431,
1483,
705,
2298,
1528,
2433,
4778,
2435,
206
],
),
"emergency_share_off": SymbolsMetadata(
popularity: 19,
codepoint: 0xf59e,
categories: [8],
tags: [
1360,
1361,
1051,
691,
7960,
4405,
1365,
1211,
868,
7683,
2425,
7961,
7962,
1055,
1367,
1222,
1401,
2015,
7963,
7964,
616,
1059,
1060,
1061,
7965,
1063,
3185,
1065,
705,
1773,
7966,
1528,
1067,
2433,
2614,
7967,
7968,
2435,
206
],
),
"emoji_food_beverage": SymbolsMetadata(
popularity: 1448,
codepoint: 0xea1b,
categories: [3],
tags: [
4858,
2115,
3696,
6006,
7969,
6008,
6010,
2931,
3701,
4207,
1602,
2354,
4634,
6012,
4213,
4176,
2080,
6014,
4688,
6015,
1916,
1537,
7970,
1201,
3827,
7971,
6017
],
),
"emoji_language": SymbolsMetadata(
popularity: 70,
codepoint: 0xf4cd,
categories: [11],
tags: [
7972,
2722,
7210,
193,
283,
1475,
1476,
4844,
7973,
1602,
1604,
1606,
577,
1607,
1608,
319,
320,
1609,
1610,
322,
259,
1113,
7974,
5225,
7975,
1613,
4926,
2294,
1614,
7976,
589,
5232,
1615,
1616,
1618,
593,
1295,
594,
1484,
1296,
4847,
33,
5575,
7230,
5932,
1186,
334,
5235
],
),
"emoji_nature": SymbolsMetadata(
popularity: 2266,
codepoint: 0xea1c,
categories: [3],
tags: [
4869,
7977,
2351,
2984,
1309,
7978,
315,
6223,
7979,
1602,
1843,
1844,
7980,
2353,
6869,
7981,
7982,
3816,
1820,
2355,
234,
4874,
7983,
2359,
7984,
2360,
2361,
1825,
7985,
2362,
3652,
3296,
7986,
1826,
2368,
7987,
7988,
2369,
7989
],
),
"emoji_objects": SymbolsMetadata(
popularity: 7756,
codepoint: 0xea24,
categories: [3],
tags: [
566,
3802,
6128,
5,
570,
6106,
193,
283,
2277,
1602,
1603,
6111,
577,
7990,
1610,
3805,
5495,
3627,
583,
2219,
242,
2381,
330,
1616,
7991,
4181,
4850
],
),
"emoji_people": SymbolsMetadata(
popularity: 4192,
codepoint: 0xea1d,
categories: [3],
tags: [
973,
7992,
5751,
1190,
6320,
690,
574,
5043,
6630,
1541,
1602,
7993,
578,
1276,
5781,
7994,
579,
581,
7379,
582,
1030,
7995,
267,
7384,
588,
589,
590,
1288,
390,
7996,
592,
593,
595,
597,
602,
7997
],
),
"emoji_symbols": SymbolsMetadata(
popularity: 791,
codepoint: 0xea1e,
categories: [3],
tags: [
7998,
7999,
5,
570,
283,
1602,
8000,
1603,
1604,
6111,
577,
7990,
3294,
1610,
8001,
8002,
1113,
2294,
1706,
1480,
3969,
8003,
2381,
8004,
8005,
898,
1616,
1617,
243,
2773,
4533,
33
],
),
"emoji_transportation": SymbolsMetadata(
popularity: 1419,
codepoint: 0xea1f,
categories: [3],
tags: [
1496,
77,
1809,
929,
1811,
5736,
1812,
2035,
313,
1602,
5310,
2551,
903,
1623,
7315,
1534,
7328,
327,
2045,
2046,
8006,
4360,
4361,
7319,
8007,
2554,
1502,
1503,
1504,
4365,
7321,
8008,
7322,
7296,
1629,
332,
1969,
8009,
1835,
8010
],
),
"emoticon": SymbolsMetadata(
popularity: 77,
codepoint: 0xe5f3,
categories: [3],
tags: [
231,
745,
566,
1332,
5,
570,
193,
283,
1164,
1602,
6110,
1604,
6111,
1606,
2495,
577,
7990,
1607,
1608,
137,
1609,
1610,
8011,
138,
1611,
384,
1327,
5495,
1613,
406,
2294,
1614,
6270,
887,
589,
1615,
239,
590,
2381,
330,
1339,
1616,
1617,
1618,
593,
1619,
31,
601,
991
],
),
"empty_dashboard": SymbolsMetadata(
popularity: 216,
codepoint: 0xf844,
categories: [2],
tags: [
1071,
2192,
8012,
5378,
5472,
810,
780,
1425,
81,
811,
8013,
370,
8014,
382,
68,
8015,
385,
1470,
1086,
887,
8016,
5029,
919,
820,
432,
1428,
5482,
433,
2710,
2128,
746,
333,
1186,
1187,
1154
],
),
"enable": SymbolsMetadata(
popularity: 1371,
codepoint: 0xf188,
categories: [2],
tags: [
1360,
77,
1233,
1051,
6311,
193,
8017,
1235,
6424,
1162,
1300,
868,
2814,
4327,
2714,
1213,
1222,
3269,
6247,
1059,
8018,
24,
1065,
71,
1067,
1226,
6834,
8019,
1068,
206
],
),
"encrypted": SymbolsMetadata(
popularity: 1028,
codepoint: 0xe593,
categories: [13],
tags: [
2921,
77,
1268,
504,
1553,
344,
345,
313,
8020,
5947,
7738,
903,
1112,
5316,
406,
1749,
354,
439,
1706,
905,
5318,
2504,
409,
328,
1034,
1063,
759,
1573,
1574,
906,
705,
1773,
1036,
1575,
8021,
411,
900,
1690,
1576,
37
],
),
"encrypted_add": SymbolsMetadata(
popularity: 47,
codepoint: 0xf429,
categories: [13],
tags: [
231,
861,
745,
1321,
2682,
1553,
4239,
1324,
1760,
1073,
8022,
1325,
8020,
5947,
8023,
8024,
1328,
1112,
5316,
1777,
1330,
887,
1452,
5948,
5318,
2670,
239,
1034,
1063,
1573,
1574,
1065,
3187,
705,
6260,
1773,
1036,
1575,
31,
5320,
1576
],
),
"encrypted_add_circle": SymbolsMetadata(
popularity: 23,
codepoint: 0xf42a,
categories: [13],
tags: [
231,
861,
745,
8025,
1620,
5219,
1553,
193,
8026,
8027,
1760,
1325,
81,
8020,
8028,
5947,
8029,
8030,
1112,
5316,
1777,
887,
8031,
1452,
5318,
239,
1034,
1063,
1573,
1574,
705,
6260,
1773,
8032,
8033,
1036,
1774,
1575,
31,
1576
],
),
"encrypted_minus_circle": SymbolsMetadata(
popularity: 17,
codepoint: 0xf428,
categories: [13],
tags: [
4989,
861,
1553,
193,
1760,
81,
8034,
1210,
8020,
5947,
4246,
904,
1221,
1112,
8035,
5316,
1777,
1255,
1452,
289,
5948,
5318,
1034,
1063,
1573,
1574,
1224,
1065,
330,
705,
6260,
1773,
1036,
1774,
1575,
1170,
1261,
31,
5320,
1576
],
),
"encrypted_off": SymbolsMetadata(
popularity: 64,
codepoint: 0xf427,
categories: [13],
tags: [
8036,
8037,
1553,
8038,
8039,
868,
8040,
1055,
8020,
5947,
8041,
8042,
8043,
1112,
5316,
8044,
8045,
8046,
8047,
1059,
1060,
1061,
2922,
8048,
8049,
5318,
1034,
8050,
1063,
1573,
1574,
705,
1773,
1036,
8051,
8052,
1575,
1067,
4323,
5321,
8053,
8054,
8055,
1576,
8056
],
),
"endocrinology": SymbolsMetadata(
popularity: 9,
codepoint: 0xe0a9,
categories: [3],
tags: [
5456,
8057,
690,
8058,
8059,
8060,
1761,
3497,
8061,
8062,
8063,
8064,
7642,
697,
892,
8065,
1763,
581,
894,
1767,
8066,
8067,
8068,
1768,
5376,
8069,
8070,
8071,
595,
8072,
31,
8073,
8074,
8075
],
),
"energy": SymbolsMetadata(
popularity: 96,
codepoint: 0xe9a6,
categories: [9],
tags: [
1360,
3679,
3935,
3680,
3869,
1842,
1365,
3683,
3922,
3684,
1843,
4393,
6757,
8076,
2355,
4413,
7890,
7757,
3627,
3937,
3916,
616,
3688,
3990,
8077,
7929,
275,
649,
3963,
3938,
8078,
7097,
206,
8079,
4395
],
),
"energy_program_saving": SymbolsMetadata(
popularity: 474,
codepoint: 0xf15f,
categories: [8],
tags: [
3679,
3935,
3680,
685,
1417,
3480,
3683,
3870,
3922,
8080,
3684,
4024,
382,
3937,
642,
70,
2785,
3688,
4029,
921,
1122,
8081,
5919,
1539,
8082,
71,
1897,
3938,
3375,
4395
],
),
"energy_program_time_used": SymbolsMetadata(
popularity: 387,
codepoint: 0xf161,
categories: [8],
tags: [
1422,
373,
193,
8083,
1159,
8084,
3111,
4014,
81,
4375,
1400,
2089,
3684,
8085,
3871,
137,
2076,
51,
17,
3474,
3687,
5903,
1122,
8086,
759,
1428,
1168,
1152,
746,
1171,
8087,
8088,
3315
],
),
"energy_savings_leaf": SymbolsMetadata(
popularity: 1328,
codepoint: 0xec1a,
categories: [8],
tags: [
4020,
504,
685,
7774,
345,
6222,
7882,
6223,
3480,
3684,
1843,
2355,
138,
51,
2359,
2360,
3960,
1825,
1143,
70,
1826,
3688,
7778,
8089,
8082,
954,
8090,
71,
291,
2315,
31,
413,
3315
],
),
"engineering": SymbolsMetadata(
popularity: 8736,
codepoint: 0xea3d,
categories: [15],
tags: [
2210,
2123,
690,
929,
1775,
8091,
8092,
685,
1497,
345,
1236,
1104,
2781,
1747,
4876,
1108,
1776,
3413,
5704,
8093,
581,
4877,
5311,
4878,
3961,
1029,
8094,
1119,
70,
588,
589,
1090,
4880,
151,
71,
1779,
1093,
140,
65,
1780,
5396
],
),
"enhanced_encryption": SymbolsMetadata(
popularity: 1036,
codepoint: 0xe63f,
categories: [13],
tags: [
231,
861,
745,
1757,
8095,
8096,
4239,
1102,
1760,
81,
8097,
8098,
44,
5947,
715,
1112,
1777,
1056,
887,
8048,
8099,
5948,
5318,
239,
1034,
1063,
1574,
1065,
705,
8100,
1773,
1036,
1774,
31,
65,
5320,
5321,
8101
],
),
"ent": SymbolsMetadata(
popularity: 46,
codepoint: 0xe0aa,
categories: [3],
tags: [
1268,
8102,
690,
6026,
8103,
7696,
781,
8104,
977,
697,
581,
3805,
5476,
406,
8105,
8106,
1706,
8107,
8108,
3075,
8109,
8110,
8111,
1585,
588,
589,
408,
409,
6029,
8112,
3053,
1293,
3386,
595,
4851,
5581,
8073,
8113,
6748
],
),
"enterprise": SymbolsMetadata(
popularity: 371,
codepoint: 0xe70e,
categories: [9],
tags: [
1756,
1496,
3642,
2033,
1514,
929,
569,
4870,
2548,
1180,
576,
1385,
4919,
1104,
2550,
1386,
941,
234,
4921,
5311,
946,
1515,
1029,
1391,
586,
4913,
969,
1501,
2555,
955,
4487,
2556,
1506,
1518
],
),
"enterprise_off": SymbolsMetadata(
popularity: 34,
codepoint: 0xeb4d,
categories: [9],
tags: [
3642,
2033,
481,
1051,
1514,
929,
8114,
569,
8115,
6311,
4870,
1209,
576,
8116,
2012,
868,
2713,
1055,
1386,
8117,
1222,
1057,
5951,
1059,
1391,
8118,
1060,
1061,
969,
1065,
1067,
1226,
4487,
8019,
1068
],
),
"equal": SymbolsMetadata(
popularity: 354,
codepoint: 0xf77b,
categories: [12],
tags: [
480,
8119,
6620,
1322,
925,
4991,
791,
4992,
3762,
8120,
80,
3092,
2240,
1795,
4993,
8121,
629,
8122,
381,
916,
8123,
1470,
793,
1329,
8124,
1119,
1732,
1733,
227,
8125,
4180,
675,
31,
140,
1331
],
),
"equalizer": SymbolsMetadata(
popularity: 3420,
codepoint: 0xe01d,
categories: [0],
tags: [
1738,
2210,
1071,
1268,
3383,
517,
373,
345,
1236,
81,
44,
2063,
83,
1746,
351,
1078,
1083,
1470,
226,
1086,
8126,
4215,
439,
1706,
1286,
6256,
408,
921,
71,
7084,
1293,
8127,
6081,
8128,
746,
6391,
1095,
1464,
2517,
554
],
),
"eraser_size_1": SymbolsMetadata(
popularity: 10,
codepoint: 0xf3fc,
categories: [12],
tags: [
2210,
1592,
3072,
8129,
780,
1210,
378,
4838,
1252,
680,
3371,
8130,
370,
2253,
490,
384,
87,
8131,
8132,
8133,
3079,
24,
1224,
298,
1955,
1170,
8134,
4595,
4766,
3579,
511,
3732,
397
],
),
"eraser_size_2": SymbolsMetadata(
popularity: 6,
codepoint: 0xf3fb,
categories: [12],
tags: [
1738,
1592,
3072,
1208,
810,
780,
685,
1787,
1210,
44,
378,
1252,
680,
3371,
8130,
370,
137,
1111,
87,
8132,
492,
70,
4517,
1167,
921,
1224,
71,
392,
298,
1170,
8134,
4595,
511,
3732,
397
],
),
"eraser_size_3": SymbolsMetadata(
popularity: 6,
codepoint: 0xf3fa,
categories: [12],
tags: [
1738,
1592,
1423,
780,
1210,
378,
1252,
680,
3371,
8130,
370,
2253,
699,
51,
792,
87,
8132,
8133,
226,
70,
3079,
432,
1224,
391,
71,
298,
8135,
1170,
8134,
4595,
1780,
3732,
397
],
),
"eraser_size_4": SymbolsMetadata(
popularity: 6,
codepoint: 0xf3f9,
categories: [12],
tags: [
8136,
3072,
8137,
780,
1210,
378,
4838,
1252,
8138,
3371,
8130,
370,
137,
1939,
87,
8132,
1641,
3077,
8139,
4517,
1224,
298,
1170,
8134,
8140,
6950,
4595,
511,
3732,
8141,
2535,
397
],
),
"eraser_size_5": SymbolsMetadata(
popularity: 9,
codepoint: 0xf3f8,
categories: [12],
tags: [
676,
2210,
223,
810,
8142,
780,
1210,
486,
378,
4838,
1252,
2153,
3371,
8130,
667,
370,
8143,
490,
792,
87,
8132,
226,
21,
26,
1224,
298,
1170,
8134,
4595,
511,
3732,
397
],
),
"error": SymbolsMetadata(
popularity: 30695,
codepoint: 0xe000,
categories: [6],
tags: [
3104,
1360,
1361,
1309,
691,
193,
3681,
1365,
2714,
8144,
1366,
2715,
1367,
68,
5164,
2716,
1166,
583,
5583,
616,
289,
2719,
330,
1036,
291,
1226,
31,
1093,
5943,
4461,
206,
5924
],
),
"error_med": SymbolsMetadata(
popularity: 76,
codepoint: 0xe49b,
categories: [2],
tags: [
1360,
8145,
1361,
8146,
691,
3681,
1365,
2714,
8147,
8144,
4701,
8148,
4786,
2715,
697,
1367,
8149,
2716,
1166,
1767,
583,
616,
2719,
898,
1226,
31,
1093,
1690,
8150,
206,
8151,
5924
],
),
"escalator": SymbolsMetadata(
popularity: 247,
codepoint: 0xf1a1,
categories: [16],
tags: [
861,
862,
1972,
77,
3012,
929,
3841,
2896,
2395,
3847,
2814,
8152,
3834,
3784,
1083,
8153,
468,
8154,
325,
2046,
898,
8155,
8156,
3542,
4963,
900,
1629,
332,
1701,
3164
],
),
"escalator_warning": SymbolsMetadata(
popularity: 1108,
codepoint: 0xf1ac,
categories: [16],
tags: [
1360,
1361,
690,
3257,
929,
691,
993,
1365,
8157,
8152,
4701,
3834,
3500,
1213,
4413,
581,
1006,
3961,
8158,
8159,
6808,
616,
8160,
4502,
1032,
588,
589,
4247,
2046,
1065,
705,
898,
31,
1690,
8161,
206
],
),
"euro": SymbolsMetadata(
popularity: 3188,
codepoint: 0xea15,
categories: [9],
tags: [
927,
928,
930,
931,
932,
934,
1417,
936,
937,
6730,
938,
963,
6695,
8162,
8163,
8164,
8165,
3276,
941,
6688,
4484,
916,
6708,
87,
6704,
948,
8166,
523,
950,
951,
1421,
392,
1395,
1170,
31,
4929,
36,
958
],
),
"euro_symbol": SymbolsMetadata(
popularity: 2172,
codepoint: 0xe926,
categories: [9],
tags: [
927,
928,
569,
1647,
930,
931,
932,
934,
1417,
936,
937,
938,
964,
6695,
8163,
3276,
941,
942,
322,
6704,
948,
523,
950,
951,
1421,
3279,
31,
956,
36,
958
],
),
"ev_mobiledata_badge": SymbolsMetadata(
popularity: 0,
codepoint: 0xf7e2,
categories: [4],
tags: [
4,
517,
251,
252,
7686,
8167,
5,
284,
254,
7688,
8168,
615,
621,
7,
12,
3871,
51,
259,
16,
792,
3474,
262,
263,
265,
266,
267,
269,
611,
22,
648,
271,
273,
7786,
275,
291,
649,
31,
612,
33,
35,
1855,
277,
278
],
),
"ev_shadow": SymbolsMetadata(
popularity: 335,
codepoint: 0xef8f,
categories: [1],
tags: [
3679,
3621,
3622,
3680,
5552,
3869,
193,
4084,
4227,
1252,
680,
487,
3683,
3984,
8169,
8170,
3922,
3684,
5553,
8171,
8172,
83,
3624,
3625,
8173,
1139,
4746,
49,
3627,
8174,
59,
62,
3688,
4749,
8175,
4043,
8176,
7940,
8177,
4750,
1598,
5860,
8178,
3829,
8179
],
),
"ev_shadow_add": SymbolsMetadata(
popularity: 9,
codepoint: 0xf580,
categories: [1],
tags: [
231,
745,
504,
5552,
3869,
193,
1325,
4084,
484,
486,
1252,
680,
2153,
487,
3683,
3922,
2338,
5553,
914,
83,
137,
8173,
138,
49,
872,
235,
2142,
3627,
887,
59,
62,
239,
240,
3688,
150,
762,
71,
4043,
7940,
2160,
31,
8178,
511,
907,
476
],
),
"ev_shadow_minus": SymbolsMetadata(
popularity: 2,
codepoint: 0xf57f,
categories: [1],
tags: [
4989,
748,
1423,
1332,
504,
791,
5552,
3869,
193,
345,
2392,
2879,
1210,
1252,
680,
3683,
3922,
1164,
5553,
83,
8173,
1634,
138,
49,
1950,
2939,
1716,
2892,
1255,
4273,
1119,
59,
62,
3688,
8180,
1224,
4043,
7940,
392,
898,
1339,
1261,
31,
8178,
511,
907
],
),
"ev_station": SymbolsMetadata(
popularity: 1111,
codepoint: 0xe56d,
categories: [5],
tags: [
1809,
3679,
3935,
1811,
1812,
5552,
3869,
8181,
3982,
3683,
8182,
3984,
8183,
3922,
3684,
8184,
5553,
8185,
8186,
5973,
8187,
1140,
1534,
5554,
8188,
2553,
3970,
3688,
5562,
8189,
8190,
7778,
4940,
3542,
2315,
3938,
900,
1629,
1835
],
),
"event": SymbolsMetadata(
popularity: 14206,
codepoint: 0xe878,
categories: [6],
tags: [
745,
8191,
8192,
8193,
1659,
2071,
1923,
2072,
5013,
1160,
2124,
10,
8194,
8195,
8196,
1166,
5097,
4999,
5016,
8197,
8198,
8199,
3489,
239,
1148,
4105,
1370,
1927,
1168,
8200,
433,
1171,
5001,
5020,
5026
],
),
"event_available": SymbolsMetadata(
popularity: 6916,
codepoint: 0xe614,
categories: [6],
tags: [
1659,
2071,
1660,
8201,
8202,
3999,
5635,
1923,
2072,
8203,
1662,
8204,
1664,
463,
2683,
8205,
8206,
1160,
8207,
8208,
8209,
1666,
10,
8210,
8211,
1166,
1668,
2785,
1370,
1168,
8212,
8213,
362,
1669,
1171,
2334,
1576,
1671
],
),
"event_busy": SymbolsMetadata(
popularity: 2216,
codepoint: 0xe615,
categories: [6],
tags: [
2071,
1051,
5635,
751,
2072,
1208,
780,
1209,
1235,
1160,
10,
1212,
2217,
2274,
4484,
1957,
1470,
1166,
5097,
3269,
8214,
4502,
1224,
1168,
2489,
433,
1226,
1170,
1171,
8215,
1068,
1960,
3993,
3994
],
),
"event_list": SymbolsMetadata(
popularity: 177,
codepoint: 0xf683,
categories: [2],
tags: [
1659,
2071,
6088,
2270,
2072,
8216,
1663,
3087,
4800,
1160,
8217,
4802,
1974,
1470,
88,
7601,
8218,
5024,
6783,
5097,
8219,
2785,
1370,
1168,
1517,
2248,
2463,
3096,
8220,
8221
],
rtlAutoMirrored: true,
),
"event_note": SymbolsMetadata(
popularity: 4089,
codepoint: 0xe616,
categories: [6],
tags: [
2508,
1659,
2071,
1923,
2072,
1160,
5015,
1430,
3106,
1431,
10,
1367,
3055,
88,
5097,
1583,
1480,
92,
1587,
2785,
3489,
453,
1370,
8222,
1168,
1517,
3753,
33,
1171,
8223,
7817,
3096,
1485
],
rtlAutoMirrored: true,
),
"event_repeat": SymbolsMetadata(
popularity: 1635,
codepoint: 0xeb7b,
categories: [6],
tags: [
1659,
2520,
2071,
460,
2072,
8224,
752,
753,
5013,
1160,
2124,
10,
8225,
351,
2308,
3439,
3039,
3440,
757,
5097,
4999,
5016,
6750,
5000,
8226,
3373,
3441,
2449,
3434,
5889,
470,
1168,
8227,
1517,
1171,
473,
5026,
5021
],
),
"event_seat": SymbolsMetadata(
popularity: 462,
codepoint: 0xe903,
categories: [8],
tags: [
8228,
1466,
2680,
8229,
3999,
1923,
1905,
684,
344,
4453,
811,
10,
4052,
323,
8230,
327,
2785,
329,
1927,
1433,
1918,
1928,
1151,
363,
8231,
3520,
1540,
8232,
8233,
3347,
2010,
3858
],
),
"event_upcoming": SymbolsMetadata(
popularity: 2825,
codepoint: 0xf238,
categories: [6],
tags: [
1659,
2071,
77,
1923,
2072,
4973,
1160,
8234,
2124,
2074,
10,
8235,
489,
382,
4999,
5017,
5000,
3489,
432,
1370,
5802,
1927,
906,
1168,
433,
8236,
1171,
2463,
8237,
1713,
8238,
5002
],
rtlAutoMirrored: true,
),
"exclamation": SymbolsMetadata(
popularity: 3195,
codepoint: 0xf22f,
categories: [13],
tags: [
3104,
1360,
6792,
1361,
691,
8239,
3681,
7947,
1365,
2714,
4696,
1366,
4786,
2715,
4413,
3459,
1367,
51,
68,
8240,
2716,
1166,
1183,
616,
328,
2719,
8241,
3201,
898,
31,
1690,
206,
8242
],
),
"exercise": SymbolsMetadata(
popularity: 275,
codepoint: 0xf6e6,
categories: [15],
tags: [
749,
2508,
8243,
7323,
8244,
690,
8245,
8246,
308,
8247,
8248,
8249,
3684,
11,
8250,
2218,
2881,
2882,
8251,
8252,
697,
7541,
468,
648,
8253,
2553,
8254,
3298,
8255,
392,
30,
3520,
8256,
649,
3029,
8257,
8258,
3493,
3522
],
),
"exit_to_app": SymbolsMetadata(
popularity: 6002,
codepoint: 0xe879,
categories: [2],
tags: [
8259,
861,
565,
1672,
501,
77,
481,
482,
1209,
2701,
8260,
485,
4931,
1212,
1695,
903,
8261,
1344,
385,
2955,
87,
8262,
5610,
262,
630,
1749,
1624,
325,
2343,
1732,
3047,
271,
5233,
4248,
432,
1699,
410,
7204,
8263,
2833,
433,
525,
1712,
141,
601,
1348,
333,
1186,
1187
],
rtlAutoMirrored: true,
),
"expand": SymbolsMetadata(
popularity: 2606,
codepoint: 0xe94f,
categories: [2],
tags: [
77,
502,
633,
8264,
6037,
628,
2812,
2948,
2338,
914,
6355,
2340,
348,
5809,
1696,
1326,
235,
2342,
1749,
439,
2922,
2960,
6235,
5437,
391,
410,
1943,
6204,
396,
8265,
1187,
2335
],
),
"expand_all": SymbolsMetadata(
popularity: 655,
codepoint: 0xe946,
categories: [2],
tags: [
745,
2280,
77,
502,
2337,
3048,
313,
2395,
8,
2814,
2338,
914,
8266,
2339,
1335,
6355,
5809,
1696,
2419,
235,
2342,
8267,
237,
2922,
2960,
239,
2894,
391,
2007,
2263,
2346,
1701,
2335,
8268
],
),
"expand_circle_down": SymbolsMetadata(
popularity: 9434,
codepoint: 0xe7cd,
categories: [2],
tags: [
77,
502,
504,
2822,
193,
8269,
1209,
912,
8270,
345,
145,
313,
2814,
2573,
8271,
2891,
8272,
914,
2908,
6057,
2915,
51,
68,
88,
2342,
506,
2892,
237,
8273,
325,
2894,
2007
],
),
"expand_circle_right": SymbolsMetadata(
popularity: 219,
codepoint: 0xf591,
categories: [2],
tags: [
77,
502,
2822,
193,
912,
43,
313,
2814,
2338,
914,
6057,
903,
2838,
234,
235,
68,
88,
2342,
237,
8274,
1749,
905,
2922,
328,
1121,
906,
2895
],
rtlAutoMirrored: true,
),
"expand_circle_up": SymbolsMetadata(
popularity: 147,
codepoint: 0xf5d2,
categories: [2],
tags: [
77,
502,
504,
2822,
193,
1209,
912,
2442,
345,
1476,
313,
2814,
2338,
5918,
914,
6057,
1696,
2690,
8275,
1612,
8276,
88,
2342,
2892,
4656,
237,
8274,
325,
2922,
1243,
2220,
8277,
2917,
413,
1701,
396
],
),
"expand_content": SymbolsMetadata(
popularity: 1144,
codepoint: 0xf830,
categories: [2],
tags: [
2210,
1131,
77,
502,
8264,
2822,
912,
628,
81,
145,
313,
8278,
2907,
8,
2814,
2338,
914,
6057,
6058,
1335,
5809,
235,
68,
88,
2342,
237,
325,
2922,
919,
2220,
2894,
1151,
2895,
8279,
33,
413,
396,
2897,
8280,
2335
],
),
"expansion_panels": SymbolsMetadata(
popularity: 77,
codepoint: 0xe600,
categories: [2],
tags: [
8281,
1466,
77,
502,
912,
628,
145,
2395,
2907,
8282,
2814,
2891,
914,
2915,
8275,
68,
1344,
8283,
385,
88,
8284,
506,
2922,
92,
8285,
4648,
6061,
2459,
2007,
8286,
955,
413,
907,
1701,
8287,
2897
],
),
"experiment": SymbolsMetadata(
popularity: 1949,
codepoint: 0xe686,
categories: [15],
tags: [
1422,
4165,
4166,
1758,
3802,
4168,
4169,
8288,
1333,
2931,
314,
3092,
4171,
4172,
1109,
8289,
4271,
4175,
3094,
4176,
894,
8068,
1768,
2381,
4179,
330,
4180,
4181,
4391,
8290,
4182
],
),
"explicit": SymbolsMetadata(
popularity: 402,
codepoint: 0xe01e,
categories: [0],
tags: [
861,
4073,
8291,
4,
481,
691,
5,
780,
628,
345,
8292,
2949,
8293,
7689,
8294,
83,
4496,
12,
137,
2915,
8295,
52,
5225,
16,
8296,
406,
3341,
1706,
8297,
821,
1065,
2894,
1774,
8298,
8299,
31,
33,
35,
8300,
2946,
8301,
206
],
),
"explore": SymbolsMetadata(
popularity: 9981,
codepoint: 0xe87a,
categories: [5],
tags: [
3640,
4793,
309,
8302,
312,
313,
1542,
314,
2976,
316,
317,
320,
2816,
2323,
1623,
323,
324,
1534,
174,
1624,
325,
6208,
887,
6209,
1625,
326,
8303,
1126,
2333,
8304,
4651,
332,
8305,
8306,
2993,
334
],
),
"explore_nearby": SymbolsMetadata(
popularity: 135,
codepoint: 0xe538,
categories: [5],
tags: [
3640,
1131,
460,
2548,
8307,
312,
313,
1542,
8308,
316,
317,
321,
1623,
6253,
8309,
2324,
323,
324,
174,
325,
8310,
326,
327,
1392,
6276,
8311,
1126,
1540,
1627,
8312,
332,
8313,
8306
],
),
"explore_off": SymbolsMetadata(
popularity: 256,
codepoint: 0xe9a8,
categories: [5],
tags: [
8314,
309,
8315,
8316,
312,
313,
7301,
8317,
868,
8318,
8319,
2976,
1055,
316,
8320,
8321,
8322,
8323,
8324,
8325,
7303,
8326,
8327,
8328,
323,
8329,
7307,
1534,
8330,
8331,
6208,
6209,
1059,
1061,
8332,
8333,
8334,
7310,
8335,
8336,
1067,
4651,
8337,
332,
7312,
2993,
8338
],
),
"explosion": SymbolsMetadata(
popularity: 147,
codepoint: 0xf685,
categories: [3],
tags: [
1360,
341,
4396,
4398,
4399,
4401,
4403,
4404,
8339,
1365,
8340,
6900,
4409,
1274,
487,
3684,
10,
4410,
4411,
4412,
5179,
6757,
3025,
8341,
5246,
4414,
4415,
8342,
3688,
644,
8343,
8344,
857,
8345,
4319,
8346,
206
],
),
"export_notes": SymbolsMetadata(
popularity: 206,
codepoint: 0xe0ac,
categories: [12],
tags: [
8347,
8348,
77,
1724,
81,
1580,
1430,
1695,
147,
697,
3055,
1583,
1749,
1480,
1585,
2343,
1586,
1587,
906,
8349,
8350,
8351,
2298,
1528,
1588,
33,
526,
1701,
527,
8352,
1485
],
),
"exposure": SymbolsMetadata(
popularity: 500,
codepoint: 0xe3ca,
categories: [1],
tags: [
745,
2210,
1423,
3622,
40,
4739,
1744,
1252,
680,
487,
3623,
137,
49,
51,
8353,
792,
3627,
1470,
1255,
57,
59,
62,
239,
391,
71,
3476,
1261,
413,
476
],
),
"exposure_neg_1": SymbolsMetadata(
popularity: 261,
codepoint: 0xe3cb,
categories: [1],
tags: [
72,
1738,
3622,
8354,
8355,
4739,
1744,
4084,
8356,
2879,
7,
3634,
1252,
680,
487,
3623,
8357,
83,
49,
8358,
792,
3627,
8359,
1255,
8360,
8361,
4273,
22,
57,
3603,
4330,
59,
8362,
71,
1261,
31,
36
],
),
"exposure_neg_2": SymbolsMetadata(
popularity: 175,
codepoint: 0xe3cc,
categories: [1],
tags: [
74,
1738,
3622,
40,
4739,
345,
4664,
4084,
8363,
7,
1252,
680,
487,
3623,
49,
51,
792,
3627,
406,
3474,
1255,
439,
8361,
4273,
21,
22,
57,
8364,
59,
62,
758,
151,
71,
3476,
1261,
31,
394
],
),
"exposure_plus_1": SymbolsMetadata(
popularity: 751,
codepoint: 0xe3cd,
categories: [1],
tags: [
72,
745,
2210,
1322,
3622,
504,
302,
4739,
80,
224,
7,
1252,
680,
487,
3623,
8365,
49,
235,
6886,
8366,
793,
21,
22,
23,
8367,
672,
178,
57,
59,
239,
8368,
240,
151,
71,
898,
31,
2198,
36
],
),
"exposure_plus_2": SymbolsMetadata(
popularity: 266,
codepoint: 0xe3ce,
categories: [1],
tags: [
74,
745,
1738,
2210,
3622,
4739,
8369,
7,
44,
1252,
680,
487,
3360,
3623,
83,
137,
49,
6078,
235,
1083,
793,
1641,
21,
431,
22,
57,
4341,
59,
62,
239,
8370,
242,
71,
31,
394
],
),
"exposure_zero": SymbolsMetadata(
popularity: 309,
codepoint: 0xe3cf,
categories: [1],
tags: [
4765,
1738,
925,
3622,
40,
2149,
4739,
345,
4784,
7,
44,
1252,
680,
2153,
487,
3623,
49,
792,
3627,
8371,
439,
815,
22,
57,
59,
328,
5855,
151,
71,
3476,
31,
36,
476,
3689
],
),
"extension": SymbolsMetadata(
popularity: 4584,
codepoint: 0xe87b,
categories: [6],
tags: [
5568,
1672,
8372,
8373,
3939,
1073,
284,
1937,
5005,
216,
2218,
5382,
2561,
8374,
8375,
3423,
5994,
4726,
4729,
5006,
8376,
8377,
5721,
392,
509,
6624,
1093,
511,
3375
],
),
"extension_off": SymbolsMetadata(
popularity: 692,
codepoint: 0xe4f5,
categories: [2],
tags: [
5568,
481,
1179,
1208,
3939,
2601,
2948,
1300,
868,
2713,
1055,
1937,
5005,
1213,
1222,
2561,
8375,
4788,
4726,
1059,
1061,
4729,
5006,
5721,
1224,
3271,
392,
1067,
1226,
1780
],
),
"eye_tracking": SymbolsMetadata(
popularity: 283,
codepoint: 0xf4c9,
categories: [0],
tags: [
861,
749,
1071,
5363,
8378,
193,
81,
5795,
8379,
348,
8380,
2003,
8381,
1115,
17,
630,
353,
8382,
5489,
1061,
3781,
2329,
8383,
2894,
1035,
8384,
1736,
1036,
1127,
2007,
5114,
65,
2146,
1095,
396,
3631,
4318,
2078,
6770
],
),
"eyeglasses": SymbolsMetadata(
popularity: 363,
codepoint: 0xf6ee,
categories: [3],
tags: [
862,
2536,
864,
7992,
1308,
135,
8385,
4189,
3352,
8386,
2642,
1748,
348,
8387,
53,
1116,
894,
2329,
4913,
2885,
4179,
8388,
1292,
8389,
8390,
4391,
8391,
5790,
6407,
396,
4318,
2542
],
),
"eyeglasses_2": SymbolsMetadata(
popularity: 393,
codepoint: 0xf2c7,
categories: [3],
tags: [
2536,
1308,
193,
780,
2338,
8386,
2495,
2642,
1748,
348,
8387,
871,
4439,
53,
8392,
1115,
1116,
8393,
2329,
8394,
2885,
1127,
8388,
8389,
8390,
4391,
8391,
5790,
396,
4318,
2654,
2335
],
),
"face": SymbolsMetadata(
popularity: 13450,
codepoint: 0xe87c,
categories: [3],
tags: [
861,
565,
5217,
1757,
5363,
8395,
1602,
2495,
577,
8396,
977,
581,
2003,
978,
1777,
4804,
980,
5610,
8397,
588,
589,
920,
5099,
1063,
590,
3185,
1289,
3187,
1736,
1773,
1036,
593,
989,
5320,
601,
5596
],
),
"face_2": SymbolsMetadata(
popularity: 928,
codepoint: 0xf8da,
categories: [3],
tags: [
565,
8398,
566,
5,
6106,
8399,
8400,
1602,
1603,
6110,
6111,
2495,
577,
7990,
6113,
1610,
581,
978,
5495,
1777,
4804,
980,
5610,
1614,
588,
589,
8401,
1615,
8402,
590,
1289,
8403,
1036,
1618,
593,
989,
5320,
601
],
),
"face_3": SymbolsMetadata(
popularity: 1287,
codepoint: 0xf8db,
categories: [3],
tags: [
565,
566,
8404,
8405,
1602,
2495,
577,
2702,
225,
977,
581,
1777,
4804,
980,
5610,
1803,
981,
6270,
8111,
588,
589,
8406,
1045,
5099,
590,
8407,
1048,
1289,
1036,
593,
989,
5320,
601,
8408,
990,
1023
],
),
"face_4": SymbolsMetadata(
popularity: 1211,
codepoint: 0xf8dc,
categories: [3],
tags: [
565,
566,
8409,
5,
193,
1602,
6110,
6111,
2495,
577,
2702,
8410,
977,
581,
978,
1777,
4804,
980,
5610,
6270,
815,
8111,
289,
588,
589,
821,
5099,
590,
1289,
1035,
1036,
1339,
7991,
593,
989,
5320,
601
],
),
"face_5": SymbolsMetadata(
popularity: 807,
codepoint: 0xf8dd,
categories: [3],
tags: [
565,
566,
8405,
5,
283,
1602,
6110,
6111,
2495,
577,
1607,
1610,
8011,
977,
581,
978,
979,
5495,
1777,
4804,
980,
5610,
588,
589,
1045,
5099,
590,
3460,
1289,
1036,
8411,
7991,
1618,
593,
989,
5320,
601,
990
],
),
"face_6": SymbolsMetadata(
popularity: 1472,
codepoint: 0xf8de,
categories: [3],
tags: [
565,
566,
6106,
8412,
8413,
1602,
6110,
6111,
2495,
577,
6113,
1610,
977,
581,
5495,
1777,
4804,
980,
5610,
6270,
588,
589,
1615,
590,
1289,
8414,
1036,
1618,
593,
989,
5320,
601
],
),
"face_down": SymbolsMetadata(
popularity: 22,
codepoint: 0xf402,
categories: [3],
tags: [
8415,
8416,
8417,
8418,
8419,
8420,
313,
8421,
8422,
8423,
1602,
2495,
577,
8424,
8425,
2690,
8426,
8427,
8428,
8429,
977,
8430,
581,
8431,
8432,
8433,
589,
8434,
8435,
8436,
8437,
8438,
8439,
8440
],
),
"face_left": SymbolsMetadata(
popularity: 11,
codepoint: 0xf401,
categories: [3],
tags: [
565,
6103,
566,
690,
974,
4494,
4784,
313,
1602,
2495,
577,
8441,
2702,
225,
8410,
2690,
8426,
977,
581,
2195,
3566,
8442,
289,
589,
5099,
590,
392,
1472,
888,
601,
396
],
),
"face_nod": SymbolsMetadata(
popularity: 23,
codepoint: 0xf400,
categories: [3],
tags: [
2655,
2656,
748,
2438,
1660,
2679,
504,
1662,
1665,
2663,
902,
313,
1666,
1602,
1603,
2495,
577,
2665,
903,
2690,
8426,
2838,
4033,
1610,
977,
581,
1344,
905,
589,
242,
1121,
3010,
1616,
245,
2676,
1576,
1671
],
),
"face_retouching_off": SymbolsMetadata(
popularity: 293,
codepoint: 0xf007,
categories: [1],
tags: [
566,
6643,
8443,
481,
1208,
193,
1300,
868,
1252,
680,
487,
1602,
6110,
1055,
3352,
5795,
577,
7378,
2702,
83,
977,
581,
49,
8444,
6270,
2361,
1059,
1061,
589,
57,
59,
5099,
590,
1224,
8445,
8446,
71,
7025,
1067,
182,
601
],
),
"face_right": SymbolsMetadata(
popularity: 13,
codepoint: 0xf3ff,
categories: [3],
tags: [
565,
566,
5,
193,
313,
1602,
2495,
577,
8447,
8448,
381,
2690,
8426,
977,
8449,
581,
978,
289,
589,
8450,
920,
386,
8451,
392,
593,
601,
8452
],
),
"face_shake": SymbolsMetadata(
popularity: 28,
codepoint: 0xf3fe,
categories: [3],
tags: [
3515,
566,
8453,
1211,
313,
2664,
8454,
1274,
1602,
6110,
6111,
2495,
577,
2690,
8426,
137,
977,
581,
138,
384,
468,
4273,
3269,
589,
5099,
590,
2381,
4219,
5496,
31,
601
],
),
"face_up": SymbolsMetadata(
popularity: 9,
codepoint: 0xf3fd,
categories: [3],
tags: [
566,
5,
6106,
313,
1602,
1603,
6110,
6111,
2495,
577,
8455,
7990,
5749,
2690,
8426,
6113,
1610,
977,
581,
5495,
8456,
589,
8401,
5099,
242,
590,
1616,
7991,
31,
1701
],
),
"fact_check": SymbolsMetadata(
popularity: 8335,
codepoint: 0xf0c5,
categories: [12],
tags: [
5517,
2319,
2660,
1660,
8457,
8458,
8459,
192,
8460,
1662,
463,
2663,
4490,
2321,
8461,
81,
1430,
1666,
8462,
8463,
8464,
68,
88,
1166,
1668,
63,
3186,
2486,
3504,
362,
1669,
2674,
8465,
2334,
4461,
4820,
1576,
5596,
1671
],
),
"factory": SymbolsMetadata(
popularity: 4241,
codepoint: 0xebbc,
categories: [5],
tags: [
1496,
5751,
2123,
929,
569,
4886,
934,
1497,
1104,
964,
3684,
8466,
3834,
6446,
4877,
5311,
1622,
5756,
1826,
3688,
758,
681,
8467,
955,
8468
],
),
"falling": SymbolsMetadata(
popularity: 57,
codepoint: 0xf60d,
categories: [3],
tags: [
3401,
1360,
690,
691,
912,
1365,
5037,
2879,
2889,
8469,
2890,
8470,
2899,
2425,
2714,
2715,
8471,
8472,
8473,
581,
5265,
616,
588,
589,
8474,
8475,
5919,
4416,
291,
8476,
8477,
206
],
),
"familiar_face_and_zone": SymbolsMetadata(
popularity: 834,
codepoint: 0xe21c,
categories: [10],
tags: [
5314,
2508,
1131,
5217,
1757,
5363,
1133,
8478,
577,
8479,
8480,
8481,
348,
8482,
1140,
2003,
978,
5226,
4259,
1143,
289,
1146,
2671,
589,
1063,
590,
1149,
1150,
705,
1151,
1036,
392,
888,
5114,
2146,
1095,
601,
1155
],
),
"family_history": SymbolsMetadata(
popularity: 179,
codepoint: 0xe0ad,
categories: [9],
tags: [
8483,
8484,
373,
1073,
1075,
81,
8485,
375,
1026,
3500,
1077,
8486,
8487,
1078,
579,
697,
8488,
2076,
1081,
8489,
289,
2795,
8490,
588,
453,
1092,
8491,
2489,
1170,
2463,
1096
],
),
"family_home": SymbolsMetadata(
popularity: 259,
codepoint: 0xeb26,
categories: [8],
tags: [
1496,
1332,
929,
504,
4931,
1498,
2551,
1026,
8492,
379,
904,
1140,
1499,
8493,
1314,
325,
289,
327,
1500,
2554,
1501,
1502,
1503,
4891,
705,
1036,
392,
1504,
1339,
955,
141,
4732
],
),
"family_link": SymbolsMetadata(
popularity: 360,
codepoint: 0xeb19,
categories: [15],
tags: [
2508,
8494,
6320,
4669,
193,
574,
1074,
284,
1026,
8495,
8496,
5382,
579,
4193,
8497,
8498,
1314,
8499,
8500,
582,
267,
586,
588,
8501,
8502,
1288,
5481,
3426,
593,
602
],
),
"family_restroom": SymbolsMetadata(
popularity: 2332,
codepoint: 0xf1a2,
categories: [16],
tags: [
862,
3523,
3525,
1860,
3527,
993,
997,
2271,
890,
3834,
1026,
8503,
8504,
8505,
3529,
1797,
8506,
8507,
8508,
581,
1028,
3532,
8509,
3533,
325,
4074,
588,
589,
8510,
3842,
3843,
3844,
3541,
878,
3160,
899,
3546,
7877
],
),
"family_star": SymbolsMetadata(
popularity: 137,
codepoint: 0xf527,
categories: [3],
tags: [
3,
8484,
3495,
8511,
6633,
1693,
4078,
993,
574,
284,
8512,
8513,
1602,
6635,
577,
1026,
3499,
8486,
579,
1139,
1006,
8489,
1030,
267,
588,
8514,
6569,
716,
63,
795,
359,
203,
1092,
8515,
1539,
1616,
593,
3203,
857,
597,
8516
],
),
"fan_focus": SymbolsMetadata(
popularity: 5,
codepoint: 0xf334,
categories: [14],
tags: [
480,
837,
1887,
1858,
77,
502,
1809,
3410,
4202,
1841,
1811,
193,
8517,
840,
1876,
345,
844,
845,
313,
3683,
1878,
1748,
1140,
4193,
1470,
642,
3688,
8518,
3199,
3200,
71,
275,
1835,
1853,
1856
],
),
"fan_indirect": SymbolsMetadata(
popularity: 17,
codepoint: 0xf333,
categories: [14],
tags: [
837,
8519,
1887,
1858,
77,
502,
1809,
3410,
4202,
1841,
1811,
8517,
1889,
5254,
844,
8520,
313,
1878,
1848,
8521,
468,
8522,
8518,
8523,
1835,
1853,
1856
],
),
"farsight_digital": SymbolsMetadata(
popularity: 21,
codepoint: 0xf559,
categories: [10],
tags: [
8524,
2320,
840,
1159,
288,
44,
1542,
8,
9,
2532,
316,
7373,
8525,
317,
1748,
489,
1140,
53,
1115,
1116,
1143,
8393,
3781,
2329,
1148,
410,
1127,
8388,
65,
8526,
2069,
396,
4318,
2335
],
),
"fast_forward": SymbolsMetadata(
popularity: 3432,
codepoint: 0xe01f,
categories: [0],
tags: [
8527,
748,
2921,
77,
1268,
5769,
504,
628,
345,
313,
2965,
781,
1165,
7738,
903,
406,
352,
2869,
1706,
905,
2504,
408,
409,
759,
1699,
8021,
275,
411,
31,
1171,
2463,
2030,
907,
37
],
),
"fast_rewind": SymbolsMetadata(
popularity: 1673,
codepoint: 0xe020,
categories: [0],
tags: [
8527,
1268,
2441,
2821,
345,
8528,
1165,
2825,
3936,
6653,
7740,
8529,
406,
8530,
439,
1706,
325,
2504,
408,
409,
2828,
8531,
2831,
2847,
8021,
275,
1171,
900,
2030,
37
],
),
"fastfood": SymbolsMetadata(
popularity: 2714,
codepoint: 0xe57a,
categories: [5],
tags: [
8532,
8533,
8534,
8535,
8536,
193,
8537,
3699,
2036,
4111,
4207,
3702,
8538,
8539,
8540,
2354,
6022,
8541,
5702,
2938,
4112,
1534,
3704,
8542,
8543,
2553,
1537,
8544,
330,
8545,
8546,
3710,
8547
],
),
"faucet": SymbolsMetadata(
popularity: 429,
codepoint: 0xe278,
categories: [8],
tags: [
1858,
3811,
1860,
929,
1863,
345,
8548,
1077,
2511,
4634,
1110,
1140,
1499,
3530,
4213,
8549,
4176,
1143,
492,
5554,
3849,
8550,
6555,
8551,
5557,
1791,
511,
3375,
8552,
3830
],
),
"favorite": SymbolsMetadata(
popularity: 77413,
codepoint: 0xe87d,
categories: [2],
tags: [
8553,
4506,
8554,
1693,
1132,
504,
1197,
81,
811,
1788,
3499,
1479,
2274,
4507,
138,
4499,
1376,
1613,
4508,
406,
492,
289,
203,
4105,
1539,
392,
593,
2489,
291,
31,
413,
8555
],
),
"fax": SymbolsMetadata(
popularity: 1402,
codepoint: 0xead8,
categories: [11],
tags: [
6402,
1858,
569,
283,
81,
288,
1430,
2532,
46,
8556,
147,
1110,
87,
1729,
583,
8557,
1391,
8558,
1587,
271,
1734,
2296,
5880,
1736,
2298,
65,
276,
8559,
526,
2058,
5884
],
),
"feature_search": SymbolsMetadata(
popularity: 314,
codepoint: 0xe9a9,
categories: [6],
tags: [
1423,
1542,
8560,
316,
8561,
216,
8562,
8563,
317,
8564,
8565,
8566,
1109,
3659,
2323,
8567,
2324,
8568,
1115,
8569,
1116,
8570,
1117,
2327,
8571,
2331,
1126,
8572,
8573,
8574,
8575,
1127,
8576,
2335,
8577
],
),
"featured_play_list": SymbolsMetadata(
popularity: 690,
codepoint: 0xe06d,
categories: [0],
tags: [
1342,
1466,
1268,
2228,
1197,
628,
1430,
8578,
7854,
147,
4498,
86,
1470,
88,
406,
3341,
1706,
91,
4115,
2504,
1709,
1710,
7855,
432,
363,
94,
2145,
8579,
433,
3054,
37,
2507
],
rtlAutoMirrored: true,
),
"featured_seasonal_and_gifts": SymbolsMetadata(
popularity: 794,
codepoint: 0xef91,
categories: [15],
tags: [
8580,
4967,
4969,
8581,
482,
5678,
4973,
8582,
934,
1649,
7854,
8583,
4975,
8584,
8585,
8586,
2691,
1957,
8587,
4978,
5008,
1184,
1393,
3506,
6724,
8588,
1395,
8589,
1396,
5496,
8590,
8591
],
),
"featured_video": SymbolsMetadata(
popularity: 482,
codepoint: 0xe06e,
categories: [0],
tags: [
8592,
1176,
344,
193,
1523,
628,
781,
7854,
147,
346,
5117,
1139,
4498,
1367,
406,
354,
439,
2504,
409,
716,
7855,
440,
762,
330,
410,
392,
8593,
857,
454,
1407,
37,
2078
],
),
"feedback": SymbolsMetadata(
popularity: 1734,
codepoint: 0xe87f,
categories: [6],
tags: [
3104,
1360,
1177,
1361,
731,
691,
570,
2722,
572,
573,
283,
1475,
1365,
8594,
1164,
2714,
1366,
8595,
4786,
1479,
138,
1367,
1166,
5151,
583,
2456,
616,
8596,
8597,
652,
1260,
1293,
1294,
594,
31,
4848,
554,
206
],
),
"female": SymbolsMetadata(
popularity: 2291,
codepoint: 0xe590,
categories: [3],
tags: [
565,
232,
566,
1332,
8598,
8599,
5,
193,
1235,
1796,
225,
1797,
8410,
7875,
697,
581,
978,
979,
7876,
894,
1767,
289,
589,
239,
590,
390,
888,
1339,
593,
31,
601,
4719,
7877
],
),
"femur": SymbolsMetadata(
popularity: 173,
codepoint: 0xf891,
categories: [3],
tags: [
8600,
3547,
4166,
690,
4120,
8601,
375,
8602,
8603,
488,
137,
697,
892,
8604,
581,
384,
1525,
8605,
1940,
8606,
894,
8607,
289,
4180,
392,
8608,
8609,
8610,
8611,
476
],
),
"femur_alt": SymbolsMetadata(
popularity: 171,
codepoint: 0xf892,
categories: [3],
tags: [
8600,
3547,
8598,
4166,
690,
4120,
8601,
375,
8602,
8612,
697,
892,
8604,
581,
8613,
384,
3135,
8605,
1940,
8606,
894,
7024,
8607,
289,
4180,
8614,
8608,
8610,
2489,
31,
8615
],
),
"fence": SymbolsMetadata(
popularity: 400,
codepoint: 0xf1f6,
categories: [8],
tags: [
3810,
2811,
1132,
4588,
1133,
8616,
1497,
3954,
2813,
4931,
8478,
7515,
8617,
6870,
3816,
8261,
8618,
1140,
1499,
1595,
1825,
1143,
3652,
289,
3047,
1146,
8619,
1063,
1500,
1574,
3739,
1503,
1036,
707,
955,
8620,
6877
],
),
"fertile": SymbolsMetadata(
popularity: 44,
codepoint: 0xf6e5,
categories: [15],
tags: [
3525,
4166,
4265,
3132,
993,
753,
1104,
8621,
1026,
1796,
8622,
8623,
2881,
234,
697,
892,
581,
3959,
4711,
894,
8624,
8625,
589,
8626,
8627,
8628,
4180,
8629,
7028,
4719,
8630,
8631
],
),
"festival": SymbolsMetadata(
popularity: 943,
codepoint: 0xea68,
categories: [16],
tags: [
1592,
2072,
4973,
8632,
574,
4453,
4528,
8633,
1160,
781,
10,
8634,
3294,
5781,
1610,
1957,
8195,
5495,
6253,
1534,
5097,
1706,
587,
648,
2553,
2045,
1168,
2007,
593,
4981,
5159,
6122,
2010,
6125,
332
],
),
"fiber_dvr": SymbolsMetadata(
popularity: 171,
codepoint: 0xe05d,
categories: [0],
tags: [
4,
482,
731,
1100,
5,
283,
1744,
81,
288,
44,
7671,
1877,
781,
8635,
8636,
12,
1344,
16,
1470,
406,
439,
267,
919,
408,
453,
1290,
440,
2457,
433,
1689,
411,
31,
1093,
65,
412,
33,
2030,
35,
37
],
),
"fiber_manual_record": SymbolsMetadata(
popularity: 3966,
codepoint: 0xe061,
categories: [0],
tags: [
749,
1360,
1268,
731,
504,
193,
284,
1842,
1745,
8635,
3571,
51,
1282,
4450,
174,
406,
616,
523,
2504,
328,
8637,
453,
440,
7204,
273,
3577,
291,
411,
37,
2078
],
),
"fiber_new": SymbolsMetadata(
popularity: 1149,
codepoint: 0xe05e,
categories: [0],
tags: [
4,
518,
4936,
5,
193,
283,
284,
8638,
81,
1104,
44,
1745,
1165,
8635,
8639,
12,
3149,
1109,
522,
4174,
259,
16,
406,
647,
267,
887,
2329,
759,
273,
275,
31,
65,
33,
2058,
35
],
),
"fiber_pin": SymbolsMetadata(
popularity: 208,
codepoint: 0xe06a,
categories: [0],
tags: [
4,
518,
4936,
5,
283,
8640,
284,
254,
4937,
81,
2062,
44,
8635,
8641,
8642,
12,
259,
5224,
16,
267,
4285,
8643,
326,
3970,
1315,
273,
8644,
4940,
31,
65,
33,
2058,
35,
4941
],
),
"fiber_smart_record": SymbolsMetadata(
popularity: 264,
codepoint: 0xe062,
categories: [0],
tags: [
748,
1268,
8645,
3349,
2123,
504,
42,
8646,
8647,
193,
81,
4734,
1745,
8635,
489,
1281,
406,
352,
439,
2504,
453,
440,
1539,
8648,
8649,
1292,
8650,
1689,
411,
65,
37,
8651,
2078
],
),
"file_copy": SymbolsMetadata(
popularity: 5214,
codepoint: 0xe173,
categories: [12],
tags: [
1673,
1674,
6324,
628,
1724,
8652,
6326,
81,
1580,
1430,
3661,
1431,
147,
488,
68,
8653,
1583,
2455,
1480,
1586,
5630,
2795,
5589,
1734,
453,
8654,
1428,
8655,
1588,
1711,
33,
5935,
3665
],
),
"file_copy_off": SymbolsMetadata(
popularity: 40,
codepoint: 0xf4d8,
categories: [12],
tags: [
2596,
745,
1360,
1051,
1208,
691,
6324,
628,
1724,
1325,
1235,
6326,
1210,
1300,
868,
1580,
1430,
3661,
1055,
2714,
4786,
147,
1213,
2455,
887,
3269,
6247,
8656,
1059,
1060,
1061,
1586,
2795,
8657,
8658,
1067,
1711,
1226,
1068,
206,
3993
],
),
"file_download_off": SymbolsMetadata(
popularity: 771,
codepoint: 0xe4fe,
categories: [2],
tags: [
77,
1051,
6311,
8659,
868,
8660,
3281,
2814,
520,
8661,
8662,
8663,
8664,
8665,
8666,
8667,
1677,
1055,
2714,
1695,
4786,
147,
8668,
8669,
8670,
8671,
8672,
8673,
8674,
7638,
2999,
1697,
8675,
1059,
1061,
2719,
1065,
1539,
1067,
1068,
527
],
),
"file_export": SymbolsMetadata(
popularity: 170,
codepoint: 0xf3b2,
categories: [2],
tags: [
1673,
77,
482,
1675,
1333,
81,
615,
1580,
1430,
520,
1677,
1695,
1678,
147,
68,
1314,
1749,
2343,
1732,
1586,
1587,
432,
906,
1539,
2298,
1528,
433,
1689,
526,
98,
527
],
),
"file_json": SymbolsMetadata(
popularity: 75,
codepoint: 0xf3bb,
categories: [2],
tags: [
8676,
5983,
8677,
5,
1102,
519,
685,
8678,
8679,
81,
6673,
1104,
44,
8680,
1430,
2153,
147,
12,
370,
8681,
490,
68,
4356,
8682,
8683,
15,
16,
1123,
6663,
3325,
509,
955,
31,
5990,
33,
35,
8684,
2200
],
),
"file_map": SymbolsMetadata(
popularity: 69,
codepoint: 0xe2c5,
categories: [5],
tags: [
1131,
8685,
81,
2395,
1430,
316,
147,
318,
2816,
68,
1623,
2324,
323,
324,
1166,
174,
325,
1587,
326,
1535,
327,
2785,
2802,
329,
453,
8311,
1428,
1538,
8686,
1588,
496,
30,
1153,
332
],
),
"file_map_stack": SymbolsMetadata(
popularity: 37,
codepoint: 0xf3e2,
categories: [5],
tags: [
1673,
8687,
373,
1197,
81,
1430,
147,
1679,
1680,
8688,
1543,
1544,
2076,
68,
1082,
323,
324,
1534,
1166,
174,
2455,
325,
92,
5029,
3397,
1587,
326,
327,
2785,
453,
1538,
30,
1711,
1153
],
),
"file_open": SymbolsMetadata(
popularity: 4207,
codepoint: 0xeaf3,
categories: [2],
tags: [
861,
8689,
1756,
501,
77,
4793,
569,
519,
81,
1541,
1580,
1430,
1677,
316,
147,
8690,
1680,
8691,
68,
1344,
2195,
1667,
1391,
2922,
8692,
2577,
1586,
1587,
453,
2796,
1689,
65,
396,
8693
],
),
"file_png": SymbolsMetadata(
popularity: 16,
codepoint: 0xf3bc,
categories: [1],
tags: [
1673,
5,
519,
628,
81,
6672,
44,
8680,
1430,
8694,
147,
1680,
12,
370,
8681,
137,
490,
68,
4356,
2865,
8695,
1376,
15,
16,
88,
492,
1586,
1587,
8696,
453,
1588,
1689,
1396,
31,
33,
35
],
),
"file_present": SymbolsMetadata(
popularity: 1542,
codepoint: 0xea0e,
categories: [12],
tags: [
569,
1523,
571,
283,
5093,
628,
81,
8,
1580,
1430,
1677,
3092,
147,
1680,
1681,
68,
5097,
630,
1480,
1391,
1587,
5008,
1427,
1516,
5170,
1370,
1428,
2894,
410,
5979,
1528,
1588,
2007,
4520,
5172,
1294,
1689,
396,
8697,
1485
],
),
"file_save": SymbolsMetadata(
popularity: 171,
codepoint: 0xf17f,
categories: [12],
tags: [
1673,
77,
1674,
519,
81,
44,
2140,
1580,
1430,
2814,
520,
1677,
2532,
147,
8698,
8699,
1680,
1681,
4290,
68,
4467,
2794,
8700,
453,
1539,
8701,
8349,
8350,
1773,
1588,
4520,
509,
1689,
1396,
65,
526,
527,
3253,
1485
],
),
"file_save_off": SymbolsMetadata(
popularity: 35,
codepoint: 0xe505,
categories: [12],
tags: [
77,
1051,
1208,
1209,
1235,
8702,
81,
1210,
868,
8703,
1580,
1430,
2814,
520,
1677,
1055,
147,
8699,
1680,
1681,
4467,
8704,
8705,
1059,
1061,
1586,
1587,
4247,
1224,
1065,
1539,
8349,
8350,
8706,
8707,
8708,
8709,
8710,
8711,
1588,
1067,
4520,
1689,
1068,
1485,
3994
],
),
"file_upload_off": SymbolsMetadata(
popularity: 394,
codepoint: 0xf886,
categories: [2],
tags: [
77,
502,
8712,
1051,
1208,
1675,
1235,
81,
868,
1430,
520,
1677,
1055,
1695,
147,
1680,
1213,
1222,
1059,
1060,
1061,
1587,
2916,
4247,
1065,
2298,
1528,
1067,
1689,
8713,
526,
1068,
1701,
527,
3993
],
),
"files": SymbolsMetadata(
popularity: 679,
codepoint: 0xea85,
categories: [12],
tags: [
1673,
7670,
1197,
628,
81,
44,
1580,
1430,
2141,
1677,
147,
1679,
1680,
1681,
68,
1345,
1029,
2455,
1391,
4115,
1586,
3397,
1587,
4796,
5630,
453,
4133,
1428,
1588,
4442,
4520,
1711,
1689
],
),
"filter": SymbolsMetadata(
popularity: 687,
codepoint: 0xe3d3,
categories: [1],
tags: [
5342,
8714,
2792,
2391,
1197,
6063,
345,
5762,
81,
1252,
680,
487,
83,
6417,
49,
1595,
88,
1667,
1029,
1596,
1597,
2940,
8715,
70,
586,
92,
57,
59,
62,
921,
1750,
8716,
2159,
362,
363,
71,
95,
8717,
396
],
),
"filter_1": SymbolsMetadata(
popularity: 684,
codepoint: 0xe3d0,
categories: [1],
tags: [
72,
1738,
223,
684,
345,
80,
5762,
3584,
81,
7,
1252,
680,
487,
83,
199,
6417,
49,
2503,
550,
88,
2455,
2940,
21,
22,
178,
70,
92,
59,
62,
2144,
921,
26,
8718,
2366,
2332,
362,
71,
95,
8717,
8299,
1711,
31,
396
],
),
"filter_2": SymbolsMetadata(
popularity: 370,
codepoint: 0xe3d1,
categories: [1],
tags: [
74,
6784,
2792,
80,
1236,
81,
7,
8,
1252,
680,
487,
83,
8719,
8720,
6417,
49,
2503,
8721,
550,
88,
2455,
2940,
21,
22,
149,
70,
6256,
59,
62,
2144,
921,
26,
1750,
2332,
360,
363,
71,
95,
7352,
1711,
31,
36,
396
],
),
"filter_3": SymbolsMetadata(
popularity: 323,
codepoint: 0xe3d2,
categories: [1],
tags: [
75,
1738,
2210,
517,
345,
1744,
80,
169,
1236,
81,
7,
1252,
680,
487,
83,
6076,
6417,
49,
2503,
87,
1470,
88,
2455,
21,
22,
149,
70,
59,
62,
2144,
921,
1750,
8716,
362,
363,
71,
95,
8717,
1711,
31,
551,
1690
],
),
"filter_4": SymbolsMetadata(
popularity: 324,
codepoint: 0xe3d4,
categories: [1],
tags: [
631,
1738,
450,
345,
80,
5762,
81,
7,
6523,
1252,
680,
487,
83,
634,
6417,
49,
2503,
792,
550,
88,
1667,
2455,
2940,
6525,
22,
70,
92,
59,
62,
2144,
1090,
26,
6521,
1750,
8722,
362,
71,
8723,
95,
1711,
31,
36
],
),
"filter_5": SymbolsMetadata(
popularity: 240,
codepoint: 0xe3d5,
categories: [1],
tags: [
676,
1738,
6403,
8724,
80,
5762,
81,
7,
8725,
1252,
680,
487,
83,
8726,
667,
8727,
6417,
49,
2503,
86,
550,
2455,
21,
6528,
6526,
22,
70,
92,
59,
62,
2144,
921,
26,
1750,
1225,
2332,
363,
71,
95,
1711,
31
],
),
"filter_6": SymbolsMetadata(
popularity: 182,
codepoint: 0xe3d6,
categories: [1],
tags: [
687,
8728,
80,
8729,
6820,
8730,
7,
1252,
680,
487,
83,
8731,
8732,
8733,
49,
2503,
6524,
550,
8734,
8735,
2455,
21,
8736,
6530,
8737,
22,
8738,
59,
62,
2144,
26,
8739,
1750,
8740,
71,
3934,
8741,
95,
1711,
31
],
),
"filter_7": SymbolsMetadata(
popularity: 234,
codepoint: 0xe3d7,
categories: [1],
tags: [
747,
1738,
1422,
1195,
450,
80,
1236,
81,
7,
6535,
1252,
680,
487,
83,
6417,
49,
2503,
550,
88,
1667,
2455,
21,
6537,
22,
70,
92,
59,
62,
2144,
921,
1750,
3271,
2332,
1126,
363,
71,
180,
8723,
8717,
1711,
31,
35
],
),
"filter_8": SymbolsMetadata(
popularity: 203,
codepoint: 0xe3d8,
categories: [1],
tags: [
783,
1738,
2792,
8742,
345,
5762,
8743,
1236,
81,
7,
8744,
1252,
680,
487,
6542,
83,
1879,
6417,
49,
2503,
550,
1641,
2455,
2940,
8745,
8746,
22,
70,
92,
6256,
59,
62,
2144,
921,
1750,
363,
71,
8747,
95,
7352,
1711,
31
],
),
"filter_9": SymbolsMetadata(
popularity: 195,
codepoint: 0xe3d9,
categories: [1],
tags: [
796,
1738,
4527,
345,
224,
5762,
81,
7,
1252,
680,
487,
83,
6417,
49,
2503,
88,
1667,
1641,
2455,
2940,
802,
8748,
21,
22,
70,
92,
6256,
59,
62,
2144,
921,
5919,
1750,
362,
71,
95,
1711,
31,
511
],
),
"filter_9_plus": SymbolsMetadata(
popularity: 214,
codepoint: 0xe3da,
categories: [1],
tags: [
231,
796,
8749,
8750,
223,
5762,
81,
7,
1252,
680,
487,
83,
199,
6417,
49,
2503,
550,
8751,
2455,
802,
8752,
21,
22,
70,
59,
62,
2144,
239,
921,
26,
1750,
8740,
1126,
8753,
8754,
362,
8755,
8756,
71,
95,
8757,
1711,
31,
553
],
),
"filter_alt": SymbolsMetadata(
popularity: 17293,
codepoint: 0xef4f,
categories: [2],
tags: [
1738,
76,
450,
345,
1236,
81,
1252,
83,
317,
6417,
138,
68,
8758,
87,
88,
2940,
70,
92,
921,
1750,
8716,
1126,
362,
71,
8759,
95,
8717,
97,
511,
1690
],
),
"filter_alt_off": SymbolsMetadata(
popularity: 2351,
codepoint: 0xeb32,
categories: [2],
tags: [
2386,
8760,
8761,
8762,
6820,
8763,
8764,
868,
1252,
83,
8765,
8766,
8767,
8768,
8769,
8770,
8771,
6417,
8772,
8773,
8734,
8774,
8775,
8776,
1059,
1060,
70,
8777,
1750,
8778,
8779,
8780,
8781,
8782,
8783,
8759,
1067,
8784,
8785,
8786,
8787
],
),
"filter_arrow_right": SymbolsMetadata(
popularity: 43,
codepoint: 0xf3d1,
categories: [2],
tags: [
2921,
76,
77,
2391,
685,
345,
81,
313,
1252,
83,
903,
6417,
51,
68,
88,
2940,
2941,
325,
905,
70,
92,
1732,
1167,
921,
1750,
2332,
906,
1699,
362,
71,
8723,
8759,
95
],
rtlAutoMirrored: true,
),
"filter_b_and_w": SymbolsMetadata(
popularity: 274,
codepoint: 0xe3db,
categories: [1],
tags: [
8580,
2659,
8788,
8789,
6385,
8790,
40,
8791,
8792,
4739,
8369,
44,
1252,
680,
487,
83,
6388,
49,
8358,
2503,
3627,
8793,
4273,
8794,
59,
62,
111,
2144,
6086,
71,
7940,
2160,
413,
6391,
5884,
476,
8795,
835
],
),
"filter_center_focus": SymbolsMetadata(
popularity: 952,
codepoint: 0xe3dc,
categories: [1],
tags: [
1738,
5518,
2148,
482,
1741,
40,
120,
308,
8796,
2337,
311,
5519,
1745,
1252,
83,
8797,
1748,
6597,
8798,
49,
53,
1470,
2329,
386,
57,
4341,
8799,
59,
8800,
62,
1750,
71,
433,
1203,
5091
],
),
"filter_drama": SymbolsMetadata(
popularity: 1147,
codepoint: 0xe3dd,
categories: [1],
tags: [
1874,
5793,
1675,
4084,
6109,
1252,
680,
487,
346,
83,
137,
138,
49,
1614,
354,
8801,
57,
59,
62,
758,
2772,
151,
1993,
8802,
8803,
8804,
31,
6391,
37,
476,
859
],
),
"filter_frames": SymbolsMetadata(
popularity: 285,
codepoint: 0xe3de,
categories: [1],
tags: [
8805,
1466,
8806,
1132,
40,
308,
484,
8,
1252,
680,
2153,
487,
83,
6076,
1748,
348,
437,
8807,
1343,
49,
2503,
8808,
385,
439,
2455,
70,
91,
92,
8809,
386,
57,
59,
62,
2144,
3356,
410,
94,
95,
2461,
396,
476,
1229
],
),
"filter_hdr": SymbolsMetadata(
popularity: 490,
codepoint: 0xe3df,
categories: [1],
tags: [
480,
1738,
2210,
40,
8,
1252,
680,
487,
3352,
83,
904,
8810,
8811,
49,
3026,
1595,
1596,
1597,
1825,
70,
2747,
5158,
57,
59,
62,
63,
1750,
8812,
71,
1690,
7946,
37,
396
],
),
"filter_list": SymbolsMetadata(
popularity: 14283,
codepoint: 0xe152,
categories: [2],
tags: [
76,
1423,
3768,
517,
2792,
345,
5762,
83,
199,
699,
1470,
88,
1667,
506,
2940,
70,
8813,
92,
921,
8814,
1750,
71,
8815,
95,
8717,
2461,
2278,
97
],
),
"filter_list_off": SymbolsMetadata(
popularity: 1131,
codepoint: 0xeb57,
categories: [2],
tags: [
2386,
517,
2391,
780,
345,
81,
1300,
868,
8816,
8,
1252,
5937,
83,
199,
1222,
68,
1470,
88,
1029,
506,
8817,
1059,
1060,
70,
92,
921,
1750,
1224,
1459,
363,
71,
8759,
1067,
8717,
413,
8818,
396
],
),
"filter_none": SymbolsMetadata(
popularity: 1162,
codepoint: 0xe3e0,
categories: [1],
tags: [
1332,
809,
810,
780,
4784,
811,
83,
2455,
8819,
8820,
8776,
6509,
1945,
819,
3083,
822,
8821,
8779,
5855,
2832,
433,
1711,
1947,
824,
8822,
8823,
8824,
8825,
8826,
8827,
8828,
6280,
3689
],
),
"filter_retrolux": SymbolsMetadata(
popularity: 15,
codepoint: 0xe3e1,
categories: [1],
tags: [
2508,
5342,
1672,
501,
1268,
517,
345,
1743,
1236,
8,
1252,
680,
2153,
487,
83,
1746,
5382,
3322,
49,
8497,
8498,
1083,
8829,
1491,
1641,
70,
6256,
4015,
57,
921,
1122,
5880,
8830,
71,
3476,
509,
1293,
97,
1754,
37,
5884,
476
],
),
"filter_tilt_shift": SymbolsMetadata(
popularity: 363,
codepoint: 0xe3e2,
categories: [1],
tags: [
2210,
5088,
4296,
40,
308,
193,
462,
345,
2392,
754,
4310,
1745,
1252,
680,
487,
83,
8797,
1748,
49,
2503,
53,
8831,
8832,
3781,
386,
57,
59,
8833,
62,
2144,
328,
8834,
71,
6213,
1227,
510,
8835,
2335
],
),
"filter_vintage": SymbolsMetadata(
popularity: 1431,
codepoint: 0xe3e3,
categories: [1],
tags: [
480,
1738,
8836,
8837,
40,
4860,
1252,
680,
487,
83,
6869,
137,
49,
2503,
8838,
1825,
8839,
57,
59,
62,
2144,
1826,
1851,
5884
],
),
"finance": SymbolsMetadata(
popularity: 471,
codepoint: 0xe6bf,
categories: [9],
tags: [
1071,
927,
1423,
517,
928,
8840,
960,
6702,
931,
8841,
373,
934,
937,
8842,
81,
375,
962,
938,
8843,
964,
941,
942,
967,
1078,
8844,
968,
1081,
226,
1086,
948,
8845,
951,
1420,
970,
954,
1711,
746,
8846,
1095,
956,
8847,
958
],
),
"finance_chip": SymbolsMetadata(
popularity: 313,
codepoint: 0xf84e,
categories: [12],
tags: [
927,
928,
569,
930,
931,
4917,
932,
934,
6275,
961,
937,
81,
44,
938,
964,
2532,
941,
942,
967,
68,
948,
950,
951,
1421,
1654,
432,
8848,
2538,
1036,
1395,
8849,
433,
1396,
65,
956,
526
],
),
"finance_mode": SymbolsMetadata(
popularity: 1106,
codepoint: 0xef92,
categories: [9],
tags: [
1422,
1071,
502,
569,
373,
81,
375,
964,
3276,
941,
942,
1078,
234,
235,
946,
1426,
1389,
648,
759,
1428,
2420,
746,
5199,
8850,
5200,
1429,
1701,
3017,
36
],
),
"find_in_page": SymbolsMetadata(
popularity: 2516,
codepoint: 0xe880,
categories: [12],
tags: [
8851,
81,
1580,
1430,
2443,
8852,
1677,
147,
2444,
8853,
317,
8566,
8854,
1680,
1681,
1109,
3035,
8855,
2324,
8856,
1115,
2325,
2326,
5814,
1116,
1117,
2327,
8857,
8692,
1586,
8858,
1587,
8859,
432,
1736,
1126,
8575,
8860,
1127,
1588,
8861,
4520,
2237,
8862,
8863,
1485
],
),
"find_replace": SymbolsMetadata(
popularity: 909,
codepoint: 0xe881,
categories: [6],
tags: [
748,
501,
460,
502,
504,
1103,
628,
345,
81,
1542,
1430,
1252,
147,
317,
1109,
3439,
2865,
3039,
3440,
2324,
1115,
2326,
5814,
1116,
1117,
2327,
1641,
1122,
2331,
2449,
3607,
470,
1126,
1127,
509,
6438,
33,
511,
3375,
2335
],
),
"fingerprint": SymbolsMetadata(
popularity: 9582,
codepoint: 0xe90d,
categories: [6],
tags: [
861,
5217,
1757,
5363,
1101,
2663,
4189,
81,
7,
44,
1789,
8864,
581,
3102,
2003,
978,
1470,
8865,
6692,
920,
1734,
1034,
3779,
1736,
1036,
987,
8866,
65,
8867,
8868,
6261,
5320,
4820,
5596
],
),
"fingerprint_off": SymbolsMetadata(
popularity: 60,
codepoint: 0xf49d,
categories: [6],
tags: [
861,
2596,
5217,
5219,
5363,
4369,
8378,
5920,
1211,
868,
1055,
1789,
8864,
3102,
2003,
978,
1777,
1059,
1060,
1061,
1734,
1034,
3779,
1065,
2366,
1736,
8869,
1773,
1036,
8870,
64,
1067,
65,
8867,
1792,
8868,
1068,
5320,
4820
],
),
"fire_extinguisher": SymbolsMetadata(
popularity: 489,
codepoint: 0xf1d8,
categories: [8],
tags: [
1359,
1360,
345,
6838,
1365,
288,
1164,
2425,
46,
8871,
8872,
5179,
8873,
5180,
137,
4634,
4413,
8874,
138,
8549,
814,
8875,
5821,
1574,
2431,
705,
1036,
1339,
31,
511,
141,
206,
3830
],
),
"fire_hydrant": SymbolsMetadata(
popularity: 361,
codepoint: 0xf1a3,
categories: [5],
tags: [
7680,
861,
2548,
284,
8876,
2425,
46,
5179,
8877,
8878,
3865,
5180,
3025,
8879,
4877,
1622,
323,
8880,
3652,
5554,
8881,
3849,
328,
2045,
2431,
705,
652,
8882,
1627,
5557,
3375,
8552,
3830
],
),
"fire_truck": SymbolsMetadata(
popularity: 725,
codepoint: 0xf8f2,
categories: [5],
tags: [
3401,
864,
1359,
1360,
3410,
1365,
2425,
2426,
8883,
8884,
8885,
8886,
8887,
8888,
871,
8874,
8889,
2431,
1483,
705,
1036,
652,
2432,
900,
7322,
1629,
1834,
1835,
7298,
206
],
rtlAutoMirrored: true,
),
"fireplace": SymbolsMetadata(
popularity: 779,
codepoint: 0xea43,
categories: [8],
tags: [
8890,
8891,
3644,
4886,
1876,
4206,
4187,
8892,
3684,
5179,
8893,
5180,
8186,
3625,
8894,
8895,
3023,
1847,
1140,
1499,
8896,
1881,
5526,
5527,
8897,
1825,
3652,
8898,
327,
1946,
7929,
8899,
3829,
3031,
860
],
),
"first_page": SymbolsMetadata(
popularity: 2793,
codepoint: 0xe5dc,
categories: [2],
tags: [
77,
2441,
2192,
3390,
2842,
2822,
345,
81,
1430,
147,
1907,
6653,
7740,
2195,
88,
406,
352,
1749,
325,
1586,
2504,
408,
1427,
2828,
2831,
2847,
7744,
4520,
2128,
2927,
900
],
),
"fit_page": SymbolsMetadata(
popularity: 19,
codepoint: 0xf77a,
categories: [12],
tags: [
1738,
6232,
1131,
633,
628,
8900,
2392,
754,
8,
1430,
8901,
2338,
914,
2217,
2218,
8902,
8903,
370,
1696,
385,
2342,
8904,
1586,
1587,
1427,
5919,
2220,
391,
410,
298,
396,
7061,
2335,
8905
],
),
"fit_page_height": SymbolsMetadata(
popularity: 17,
codepoint: 0xf397,
categories: [12],
tags: [
8906,
8907,
502,
8908,
8909,
2814,
2338,
8910,
8911,
8912,
3049,
8913,
370,
8914,
383,
8915,
8916,
8917,
8918,
8919,
8920,
8921,
2220,
8922,
391,
8923,
8924,
8925,
8926,
1701,
8927,
8928,
8929,
8930,
8931,
8932
],
),
"fit_page_width": SymbolsMetadata(
popularity: 31,
codepoint: 0xf396,
categories: [12],
tags: [
1738,
502,
628,
8,
1430,
2153,
2338,
914,
147,
2217,
8933,
370,
4643,
699,
1595,
385,
2195,
8934,
1587,
1427,
2885,
2220,
906,
391,
410,
298,
1943,
33,
396,
8684,
6606,
2535,
397,
2335,
8935
],
),
"fit_screen": SymbolsMetadata(
popularity: 1939,
codepoint: 0xea10,
categories: [2],
tags: [
1738,
502,
633,
1133,
482,
2337,
3048,
8,
2338,
914,
2218,
3049,
370,
348,
5809,
1696,
1326,
385,
2342,
406,
630,
432,
5919,
391,
410,
298,
1943,
543,
396,
1187,
2335
],
),
"fit_width": SymbolsMetadata(
popularity: 43,
codepoint: 0xf779,
categories: [12],
tags: [
1738,
2210,
633,
8,
8936,
2338,
8937,
2218,
8933,
370,
5809,
699,
49,
385,
2342,
406,
8934,
1427,
5919,
8938,
391,
8939,
410,
8940,
298,
1943,
37,
396,
8941,
8684,
2535,
397,
2335
],
),
"fitness_center": SymbolsMetadata(
popularity: 4843,
codepoint: 0xeb43,
categories: [16],
tags: [
749,
7323,
8244,
8942,
8245,
308,
8249,
11,
2882,
8943,
8944,
8252,
8945,
8946,
697,
8947,
7541,
8948,
4125,
8949,
8253,
2553,
30,
649,
3029,
8950,
8951,
8258,
3522,
8952
],
),
"fitness_tracker": SymbolsMetadata(
popularity: 108,
codepoint: 0xf463,
categories: [11],
tags: [
2508,
2537,
8953,
1270,
1250,
570,
1159,
81,
288,
11,
2881,
8954,
7131,
2533,
8955,
1110,
697,
5374,
1253,
17,
1086,
262,
4259,
468,
8956,
648,
271,
8253,
759,
2886,
29,
410,
1700,
7140,
30,
746,
8957,
4963,
525,
33,
1171,
2541,
1095,
3029,
477,
3799,
2078,
2542,
2543,
333,
3522,
7147,
2546
],
),
"flag": SymbolsMetadata(
popularity: 9676,
codepoint: 0xe153,
categories: [5],
tags: [
3,
1178,
1693,
1132,
4495,
312,
1602,
811,
4496,
4497,
13,
1139,
51,
52,
3295,
323,
1166,
174,
4500,
20,
4501,
8958,
1183,
289,
5152,
326,
327,
4503,
1428,
1539,
273,
593,
1947,
2128,
1153,
8959,
334
],
),
"flag_2": SymbolsMetadata(
popularity: 323,
codepoint: 0xf40f,
categories: [5],
tags: [
3,
1360,
1332,
4495,
312,
1602,
8960,
4496,
4497,
13,
137,
138,
3295,
323,
1166,
174,
4500,
20,
4501,
1183,
1368,
289,
5152,
326,
327,
4503,
1428,
390,
1539,
392,
1339,
593,
2128,
31,
5153,
206,
334
],
),
"flag_check": SymbolsMetadata(
popularity: 170,
codepoint: 0xf3d8,
categories: [5],
tags: [
3,
2679,
1178,
1662,
3180,
1664,
8961,
1665,
2663,
2683,
2321,
4495,
312,
1666,
1602,
1106,
2665,
8962,
4496,
4497,
13,
51,
3295,
88,
323,
1166,
5600,
174,
4500,
20,
4501,
1668,
2668,
5152,
326,
327,
4503,
759,
1428,
8963,
1539,
362,
593,
2128,
291,
245,
1517,
1669,
2676,
1576,
334,
1671
],
),
"flag_circle": SymbolsMetadata(
popularity: 1859,
codepoint: 0xeaf8,
categories: [5],
tags: [
193,
4495,
312,
313,
3497,
3500,
8960,
4496,
318,
13,
322,
323,
1166,
174,
4501,
8958,
325,
289,
8964,
1535,
327,
1167,
329,
27,
1149,
1428,
330,
1540,
2128,
31,
1153
],
),
"flaky": SymbolsMetadata(
popularity: 824,
codepoint: 0xef50,
categories: [1],
tags: [
4623,
8965,
1660,
1662,
1209,
8966,
912,
8967,
463,
4739,
1666,
913,
1212,
914,
8968,
8969,
2938,
8970,
916,
1470,
88,
1166,
506,
8971,
237,
8273,
325,
3269,
1668,
8972,
70,
8973,
362,
8974,
8975,
2942,
923,
1226,
97,
1669,
413,
1576,
8976,
3993,
1671
],
),
"flare": SymbolsMetadata(
popularity: 1230,
codepoint: 0xe3e4,
categories: [1],
tags: [
4398,
3621,
4403,
8977,
40,
1252,
680,
487,
8978,
4393,
8979,
8980,
3625,
1139,
4746,
49,
2503,
8981,
3627,
2329,
8982,
59,
62,
2144,
8983,
8984,
8985,
3365,
8343,
857,
1598,
4319
],
),
"flash_auto": SymbolsMetadata(
popularity: 377,
codepoint: 0xe3e5,
categories: [1],
tags: [
1174,
2423,
8986,
3349,
3935,
3621,
4403,
40,
42,
8987,
345,
3683,
3922,
3684,
1165,
4393,
1139,
49,
3936,
3627,
3937,
642,
1059,
1061,
355,
57,
59,
62,
3688,
363,
151,
31,
3938,
413,
37,
4395
],
),
"flash_off": SymbolsMetadata(
popularity: 918,
codepoint: 0xe3e6,
categories: [1],
tags: [
3935,
8355,
8988,
8989,
302,
4084,
2601,
8990,
8991,
868,
3683,
1055,
3684,
1165,
4393,
8992,
8993,
8994,
3936,
8995,
5182,
8996,
3937,
4742,
8997,
8998,
8999,
1059,
1061,
305,
59,
9000,
8833,
9001,
1067,
3938,
5166,
9002
],
),
"flash_on": SymbolsMetadata(
popularity: 2887,
codepoint: 0xe3e7,
categories: [1],
tags: [
4325,
1360,
3935,
3621,
40,
8988,
1365,
868,
3683,
3922,
1055,
3684,
1165,
4393,
3625,
9003,
5801,
3936,
3627,
5182,
3937,
616,
1059,
1061,
57,
9004,
59,
3688,
8985,
1067,
291,
3991,
3938,
413,
9005,
206
],
),
"flashlight_off": SymbolsMetadata(
popularity: 413,
codepoint: 0xf00a,
categories: [4],
tags: [
9006,
9007,
504,
345,
4084,
2601,
288,
868,
3683,
1055,
4393,
9008,
9009,
138,
4746,
1222,
9010,
3627,
8995,
4060,
1059,
7409,
1061,
289,
9011,
9012,
392,
1067,
31,
4323,
511,
9013,
5166,
907,
3375,
3631
],
),
"flashlight_on": SymbolsMetadata(
popularity: 1142,
codepoint: 0xf00b,
categories: [4],
tags: [
2104,
9014,
3621,
504,
3644,
193,
9015,
8288,
868,
314,
2425,
1055,
4393,
9008,
3168,
3778,
4634,
3638,
4746,
3627,
325,
1059,
1061,
3652,
2534,
3629,
330,
8985,
1067,
8593,
5189,
3631
],
),
"flatware": SymbolsMetadata(
popularity: 804,
codepoint: 0xf00c,
categories: [8],
tags: [
3696,
7264,
3697,
4206,
4824,
4683,
3701,
4111,
9016,
3702,
4828,
9017,
2354,
2987,
4484,
4213,
4829,
6253,
3704,
506,
289,
876,
1537,
3709,
4833,
1339,
4834,
9018,
1780,
4835
],
),
"flex_direction": SymbolsMetadata(
popularity: 18,
codepoint: 0xf778,
categories: [12],
tags: [
2147,
1466,
77,
502,
6088,
1438,
313,
8,
2814,
2186,
2181,
1077,
370,
382,
699,
86,
385,
9019,
2195,
1470,
88,
1749,
6209,
91,
92,
507,
3356,
1291,
906,
1433,
955,
1701,
1464,
396,
398,
399
],
),
"flex_no_wrap": SymbolsMetadata(
popularity: 13,
codepoint: 0xf777,
categories: [12],
tags: [
9020,
2147,
1466,
1102,
3939,
2185,
485,
1104,
313,
1164,
2181,
1077,
370,
382,
699,
86,
385,
87,
9021,
91,
586,
329,
1123,
1500,
432,
3356,
1433,
94,
2818,
955,
2160,
396,
2189
],
),
"flex_wrap": SymbolsMetadata(
popularity: 35,
codepoint: 0xf776,
categories: [12],
tags: [
9022,
2148,
1466,
481,
2261,
4700,
1438,
628,
313,
1430,
9023,
1077,
370,
2154,
382,
699,
2182,
385,
4575,
1470,
9024,
91,
2157,
1733,
432,
3356,
2269,
1291,
2161,
9025,
9026,
396,
4200,
9027,
9028
],
),
"flight": SymbolsMetadata(
popularity: 6072,
codepoint: 0xe539,
categories: [14],
tags: [
3147,
837,
1982,
1929,
1901,
1986,
1972,
2032,
77,
3148,
2123,
9029,
2037,
313,
1909,
2013,
1989,
1990,
1924,
9030,
903,
9031,
138,
2466,
9032,
3363,
642,
1749,
325,
1061,
387,
1992,
328,
71,
273,
888,
1993,
7929,
3365,
275,
857,
31,
900,
1629,
332,
1920,
1835
],
),
"flight_class": SymbolsMetadata(
popularity: 328,
codepoint: 0xe7cb,
categories: [5],
tags: [
4942,
837,
1982,
1929,
1900,
1901,
1986,
1972,
1930,
1902,
1923,
569,
1904,
1931,
1906,
1876,
964,
1908,
1909,
1989,
1990,
1924,
1623,
1913,
9033,
387,
1992,
1927,
1918,
1928,
652,
273,
900,
1629,
332,
1920,
1960,
9034
],
),
"flight_land": SymbolsMetadata(
popularity: 1231,
codepoint: 0xe904,
categories: [14],
tags: [
837,
1929,
1901,
1986,
1972,
2032,
6979,
9035,
1902,
9036,
2037,
9037,
2890,
1909,
9038,
9039,
1989,
1990,
1924,
1824,
9040,
9041,
9042,
387,
1992,
273,
1629,
332,
9043,
9044,
1920
],
rtlAutoMirrored: true,
),
"flight_takeoff": SymbolsMetadata(
popularity: 3971,
codepoint: 0xe905,
categories: [14],
tags: [
837,
9045,
1982,
1929,
1901,
1986,
1972,
2032,
9035,
77,
78,
1902,
9036,
2037,
2948,
1909,
1989,
1990,
1924,
1623,
9042,
875,
885,
9046,
387,
1992,
273,
9047,
9048,
900,
1629,
332,
1920,
1701,
4354,
9049
],
rtlAutoMirrored: true,
),
"flights_and_hotels": SymbolsMetadata(
popularity: 99,
codepoint: 0xe9ab,
categories: [16],
tags: [
1495,
837,
1929,
1901,
1986,
1972,
1903,
1923,
312,
1909,
1989,
1990,
1924,
4052,
9050,
1957,
2733,
9051,
1974,
1623,
4056,
4060,
9052,
387,
1992,
3489,
1927,
1917,
9053,
1946,
273,
1919,
1935,
3302,
900,
1629,
332,
9054,
1994,
9055,
9056,
1920,
1960,
9057
],
rtlAutoMirrored: true,
),
"flip": SymbolsMetadata(
popularity: 926,
codepoint: 0xe3e8,
categories: [1],
tags: [
4623,
1738,
77,
1742,
9058,
5984,
2392,
754,
313,
1252,
680,
5095,
9059,
49,
5327,
1641,
6201,
70,
507,
9060,
9061,
2831,
470,
9062,
71,
472,
3964,
2402,
1780,
512,
473,
4952,
2451,
9063
],
),
"flip_camera_android": SymbolsMetadata(
popularity: 909,
codepoint: 0xea37,
categories: [1],
tags: [
1307,
502,
5139,
40,
9064,
102,
9065,
5140,
308,
5143,
193,
5144,
288,
313,
1252,
680,
5095,
5145,
2745,
49,
262,
507,
57,
59,
2750,
9066,
470,
9067,
2752,
433,
2753,
473,
4952,
37,
8651
],
),
"flip_camera_ios": SymbolsMetadata(
popularity: 669,
codepoint: 0xea38,
categories: [1],
tags: [
2819,
1307,
502,
40,
5141,
42,
1742,
193,
345,
288,
313,
2823,
1252,
680,
5095,
5145,
2745,
49,
2844,
406,
262,
507,
57,
59,
62,
2750,
453,
470,
5147,
5148,
1700,
3964,
2753,
473,
37,
5103,
5150
],
),
"flip_to_back": SymbolsMetadata(
popularity: 269,
codepoint: 0xe882,
categories: [12],
tags: [
76,
1466,
2441,
9068,
9069,
2392,
754,
484,
1164,
5095,
370,
5096,
579,
8808,
1082,
385,
1749,
8530,
7517,
2869,
9070,
2219,
91,
92,
8809,
2747,
329,
2269,
9071,
9072,
95,
1711,
1712,
7943
],
),
"flip_to_front": SymbolsMetadata(
popularity: 406,
codepoint: 0xe883,
categories: [12],
tags: [
76,
1466,
3012,
2441,
9068,
9073,
930,
2392,
754,
484,
3013,
5095,
9074,
9075,
370,
5096,
2142,
385,
1749,
2869,
91,
8809,
2747,
386,
2188,
4665,
2269,
6777,
9076,
95,
1711,
1712,
9077,
7943
],
),
"float_landscape_2": SymbolsMetadata(
popularity: 46,
codepoint: 0xf45c,
categories: [2],
tags: [
1738,
1466,
912,
1704,
8,
5095,
9078,
370,
1595,
2142,
385,
406,
9079,
2892,
262,
354,
9080,
7053,
2922,
2747,
9081,
9082,
408,
409,
9083,
1243,
329,
2220,
470,
410,
5979,
6196,
9084,
454,
37,
396,
1187
],
),
"float_portrait_2": SymbolsMetadata(
popularity: 9,
codepoint: 0xf45b,
categories: [2],
tags: [
3516,
912,
8,
5095,
9085,
370,
348,
385,
406,
814,
7053,
2922,
289,
2747,
9081,
9082,
5099,
329,
432,
470,
410,
392,
1339,
433,
37,
396,
1187
],
),
"flood": SymbolsMetadata(
popularity: 822,
codepoint: 0xebe6,
categories: [3],
tags: [
9086,
1360,
840,
5969,
4405,
1365,
9087,
4409,
9088,
2425,
1844,
9089,
9090,
9091,
9092,
4413,
9093,
9094,
9095,
4176,
2361,
6759,
5942,
9096,
4394,
206,
3830,
1854,
1855,
5266,
859
],
),
"floor": SymbolsMetadata(
popularity: 112,
codepoint: 0xf6e4,
categories: [15],
tags: [
480,
2471,
1133,
1163,
2881,
3784,
904,
1822,
699,
9097,
792,
87,
9098,
2939,
226,
814,
821,
2272,
707,
1339,
9099,
8155,
8156,
4963,
4593
],
),
"floor_lamp": SymbolsMetadata(
popularity: 248,
codepoint: 0xe21e,
categories: [10],
tags: [
9100,
2471,
3622,
193,
1876,
9101,
6552,
1161,
9102,
3865,
9103,
9104,
4052,
3625,
1140,
1499,
4193,
4746,
2735,
9105,
3627,
5182,
87,
5527,
492,
9106,
1946,
4043,
4154,
9107,
1464
],
),
"flowchart": SymbolsMetadata(
popularity: 409,
codepoint: 0xf38d,
categories: [9],
tags: [
565,
1422,
1071,
1466,
1072,
373,
2301,
1073,
284,
81,
375,
1077,
5057,
1078,
1080,
3805,
1081,
385,
1470,
5477,
3423,
1085,
226,
1086,
267,
1088,
586,
3489,
1090,
3356,
94,
433,
2710,
6418,
746,
4963,
955,
1093,
1095,
1096,
476,
2989
],
),
"flowsheet": SymbolsMetadata(
popularity: 215,
codepoint: 0xe0ae,
categories: [9],
tags: [
1422,
502,
6088,
373,
1075,
81,
375,
313,
1580,
1430,
147,
1077,
1078,
697,
1080,
2076,
1081,
68,
1470,
1085,
894,
4259,
1088,
586,
1586,
1587,
4274,
3489,
1090,
2923,
453,
3490,
94,
1588,
4520,
4963,
955,
5377,
2989
],
),
"fluid": SymbolsMetadata(
popularity: 6,
codepoint: 0xe483,
categories: [3],
tags: [
480,
9108,
1889,
1842,
9109,
2899,
4270,
1274,
3684,
1077,
2511,
9110,
137,
697,
4176,
1765,
894,
1767,
353,
468,
2485,
2362,
9111,
3688,
4362,
1035,
2421,
392,
682,
454,
31,
7191,
3830,
1854
],
),
"fluid_balance": SymbolsMetadata(
popularity: 10,
codepoint: 0xf80d,
categories: [3],
tags: [
1422,
925,
4165,
1741,
373,
4169,
1333,
1580,
1430,
2899,
4270,
4171,
147,
6969,
4172,
2511,
9110,
9112,
1078,
697,
1081,
4271,
4175,
1083,
4176,
17,
894,
1586,
1587,
9113,
9114,
7645,
4180,
1588,
4520,
4181,
9115,
1318,
9116,
554
],
),
"fluid_med": SymbolsMetadata(
popularity: 8,
codepoint: 0xf80c,
categories: [3],
tags: [
1422,
4165,
373,
4168,
4169,
1333,
1580,
1430,
2899,
4171,
5754,
147,
4172,
2511,
9110,
1109,
9117,
1078,
697,
1081,
4271,
4175,
4176,
4195,
894,
1767,
1586,
1587,
9118,
1768,
9119,
4179,
7645,
4180,
9120,
1588,
4520,
4181,
9115,
1318,
9121
],
),
"fluorescent": SymbolsMetadata(
popularity: 319,
codepoint: 0xec31,
categories: [1],
tags: [
5342,
3621,
3622,
40,
9122,
3683,
3922,
3684,
83,
9123,
8979,
3625,
4746,
49,
9124,
9125,
9105,
3627,
9126,
9127,
5182,
57,
59,
62,
3688,
71,
8984,
3365,
9128,
9129,
9130
],
),
"flutter": SymbolsMetadata(
popularity: 156,
codepoint: 0xf1dd,
categories: [6],
tags: [
1672,
501,
2493,
1102,
576,
9131,
9132,
1104,
3497,
9133,
9134,
1683,
978,
2480,
262,
3313,
1122,
1123,
509,
31,
65,
4882,
9135
],
),
"flutter_dash": SymbolsMetadata(
popularity: 2007,
codepoint: 0xe00b,
categories: [6],
tags: [
480,
4869,
1672,
7121,
501,
9136,
2493,
6128,
5,
2216,
9137,
2392,
1104,
1165,
9133,
9134,
3149,
1683,
2480,
2496,
262,
3313,
1122,
1123,
509,
275,
9138,
65,
9139
],
),
"flyover": SymbolsMetadata(
popularity: 79,
codepoint: 0xf478,
categories: [14],
tags: [
4942,
500,
9140,
1308,
374,
81,
312,
313,
9141,
1543,
1621,
51,
4356,
9142,
1623,
3295,
323,
1085,
1534,
174,
325,
507,
9143,
386,
326,
1392,
329,
390,
9144,
4744,
496,
31,
1628,
1629,
332,
396,
476
],
),
"fmd_bad": SymbolsMetadata(
popularity: 1536,
codepoint: 0xf00e,
categories: [5],
tags: [
3104,
1513,
1360,
1361,
9145,
1051,
691,
1235,
1365,
5920,
312,
313,
868,
2714,
1366,
8595,
9146,
1532,
1544,
321,
1367,
8149,
5164,
323,
324,
1534,
1166,
174,
325,
616,
326,
1535,
327,
329,
2719,
1226,
31,
1068,
206,
5924,
3993
],
),
"foggy": SymbolsMetadata(
popularity: 565,
codepoint: 0xe818,
categories: [3],
tags: [
480,
1838,
840,
1675,
9147,
5940,
842,
1843,
5264,
9148,
2883,
6897,
4313,
699,
5383,
1470,
9149,
5859,
5279,
9150,
1825,
7338,
3652,
5941,
9151,
3808,
858,
4317,
3631,
206,
859
],
),
"folded_hands": SymbolsMetadata(
popularity: 94,
codepoint: 0xf5ed,
categories: [3],
tags: [
9152,
9153,
9154,
5779,
4190,
2690,
9155,
2692,
2075,
9156,
871,
9157,
9158,
9159,
9160,
9161,
9162,
9163,
9164,
5784,
9165,
5185,
9166,
5187,
9167,
880,
9168,
9169,
4621,
5193
],
),
"folder": SymbolsMetadata(
popularity: 10900,
codepoint: 0xe2c7,
categories: [12],
tags: [
1756,
1673,
4793,
569,
1195,
1197,
519,
1333,
81,
1541,
1580,
1430,
1677,
316,
147,
9170,
1680,
1681,
579,
1080,
1667,
1391,
2922,
92,
4912,
1516,
453,
1539,
1588,
4520,
1689,
955,
1093,
4480,
1518
],
),
"folder_check": SymbolsMetadata(
popularity: 49,
codepoint: 0xf3d7,
categories: [12],
tags: [
2655,
2319,
2679,
1673,
1662,
463,
2663,
4490,
2683,
2321,
81,
1541,
1580,
1430,
1666,
1677,
1106,
147,
2665,
1680,
1681,
1166,
5600,
1668,
2668,
9171,
4465,
362,
1588,
4520,
291,
1689,
9172,
245,
1669,
2676,
1576,
5596,
1671
],
),
"folder_check_2": SymbolsMetadata(
popularity: 35,
codepoint: 0xf3d6,
categories: [12],
tags: [
2679,
9173,
1673,
482,
1662,
9174,
1664,
463,
2663,
4490,
9175,
1333,
2321,
81,
1541,
1580,
1430,
1666,
1677,
1106,
147,
1680,
1681,
1166,
9176,
1668,
2668,
4115,
432,
4465,
9177,
362,
1588,
4520,
291,
1689,
9178,
1669,
1576,
9179,
1671
],
),
"folder_code": SymbolsMetadata(
popularity: 100,
codepoint: 0xf3c8,
categories: [12],
tags: [
861,
501,
1673,
5983,
1102,
9180,
2216,
2185,
81,
6090,
1715,
1313,
1104,
9181,
1541,
9182,
1580,
1430,
2141,
1677,
4884,
2781,
147,
7638,
9170,
1679,
9183,
1680,
1681,
5987,
138,
2922,
586,
1685,
1123,
9184,
1516,
1687,
1588,
4520,
509,
6996,
1689,
31
],
),
"folder_copy": SymbolsMetadata(
popularity: 1564,
codepoint: 0xebbd,
categories: [12],
tags: [
1673,
1674,
6324,
1197,
628,
1724,
8652,
6326,
81,
1541,
1580,
1430,
2141,
1677,
3661,
147,
1679,
1680,
1681,
9185,
68,
8653,
1029,
2455,
4796,
5589,
6328,
1687,
1539,
9186,
9187,
1588,
4520,
1689
],
),
"folder_data": SymbolsMetadata(
popularity: 79,
codepoint: 0xf586,
categories: [12],
tags: [
1673,
9188,
9189,
7670,
1102,
81,
6672,
7073,
6781,
9190,
1541,
1580,
1430,
2141,
9191,
9192,
1677,
147,
2444,
7638,
9193,
1680,
9194,
1681,
68,
3424,
9195,
586,
4115,
1625,
453,
4133,
9196,
1588,
4520,
1689
],
),
"folder_delete": SymbolsMetadata(
popularity: 702,
codepoint: 0xeb34,
categories: [12],
tags: [
1756,
1673,
2791,
569,
3368,
780,
519,
81,
6090,
1210,
1580,
1430,
2141,
1677,
147,
7638,
1680,
9197,
1681,
3372,
1029,
1391,
586,
4115,
9198,
1224,
9199,
1588,
4520,
1689,
1093,
3374,
6231
],
),
"folder_eye": SymbolsMetadata(
popularity: 44,
codepoint: 0xf3d5,
categories: [12],
tags: [
861,
4793,
1662,
81,
1541,
1580,
1430,
1677,
316,
5795,
147,
317,
1680,
1681,
1221,
5812,
2324,
1115,
630,
8393,
1061,
2922,
1034,
1063,
2894,
1736,
1126,
1036,
1127,
1588,
2007,
4520,
1689,
396,
3631,
7348,
2078
],
),
"folder_info": SymbolsMetadata(
popularity: 34,
codepoint: 0xf395,
categories: [12],
tags: [
5586,
861,
1756,
1360,
1177,
865,
193,
519,
9200,
81,
145,
1541,
1580,
1430,
2141,
1677,
9201,
9202,
147,
9170,
1679,
1680,
1681,
871,
5073,
293,
68,
5587,
1029,
148,
150,
3944,
652,
71,
1588,
4520,
1689,
880,
31
],
),
"folder_limited": SymbolsMetadata(
popularity: 103,
codepoint: 0xf4e4,
categories: [12],
tags: [
861,
1757,
4243,
481,
569,
1208,
1209,
1760,
81,
1541,
1580,
1430,
2141,
1677,
1431,
1212,
147,
1679,
1680,
1681,
550,
1951,
9203,
1777,
9204,
3269,
1391,
5948,
2670,
1063,
9205,
4247,
4248,
1224,
1687,
1065,
1066,
1773,
9206,
1036,
1774,
1588,
4520,
1226,
1689
],
),
"folder_managed": SymbolsMetadata(
popularity: 88,
codepoint: 0xf775,
categories: [12],
tags: [
501,
1673,
76,
569,
2792,
1742,
9207,
519,
81,
1467,
145,
44,
1541,
1580,
1430,
2141,
1677,
147,
1679,
1680,
1776,
1080,
293,
68,
1345,
1029,
70,
586,
5630,
2670,
1778,
920,
1516,
1539,
652,
71,
1588,
4520,
1689,
1396,
955,
1093,
1518
],
),
"folder_match": SymbolsMetadata(
popularity: 35,
codepoint: 0xf3d4,
categories: [12],
tags: [
1422,
1662,
3713,
3762,
628,
1724,
81,
1541,
1580,
1430,
2141,
1677,
3661,
147,
199,
317,
3210,
1680,
1681,
8123,
1314,
2324,
7091,
2328,
92,
1126,
4294,
1588,
4520,
8717,
1689,
955,
764,
765,
4461,
4820
],
),
"folder_off": SymbolsMetadata(
popularity: 329,
codepoint: 0xeb83,
categories: [12],
tags: [
2596,
481,
1051,
9208,
81,
9209,
9210,
5920,
9211,
868,
1580,
1430,
9212,
1677,
1055,
147,
9213,
1680,
9214,
9215,
9216,
9217,
9218,
9219,
9220,
1681,
1057,
9221,
6247,
1059,
1061,
523,
9222,
9223,
1065,
1066,
9224,
1588,
1067,
4520,
1689,
9225,
1068
],
),
"folder_open": SymbolsMetadata(
popularity: 9128,
codepoint: 0xe2c8,
categories: [12],
tags: [
861,
1673,
4793,
1197,
519,
1333,
628,
81,
1541,
1580,
1430,
1677,
914,
316,
147,
7638,
1680,
1681,
1080,
68,
2324,
325,
2922,
586,
92,
1516,
2796,
2894,
1539,
1588,
4520,
1689,
1093,
4480,
396
],
),
"folder_shared": SymbolsMetadata(
popularity: 1668,
codepoint: 0xe2c9,
categories: [12],
tags: [
861,
565,
1674,
1675,
571,
519,
628,
81,
44,
1541,
2179,
1580,
1430,
1677,
577,
147,
1680,
579,
581,
1029,
267,
92,
588,
589,
590,
1539,
2298,
1528,
9226,
1588,
4520,
1689,
1396,
764,
9227,
597,
7396,
601
],
),
"folder_special": SymbolsMetadata(
popularity: 1009,
codepoint: 0xe617,
categories: [12],
tags: [
1673,
1693,
81,
1541,
1580,
1430,
2141,
1677,
3499,
9228,
147,
1679,
1680,
1139,
1367,
9229,
5600,
9176,
92,
1539,
4465,
9230,
392,
1588,
4520,
3203,
9231,
857,
9232,
9233,
1689
],
),
"folder_supervised": SymbolsMetadata(
popularity: 52,
codepoint: 0xf774,
categories: [12],
tags: [
565,
1756,
1332,
690,
1333,
345,
81,
1541,
1580,
1430,
1677,
147,
1680,
1080,
581,
5226,
2939,
1667,
4259,
92,
289,
9234,
2670,
1778,
589,
1063,
590,
3185,
1065,
1036,
1588,
1339,
4520,
1689,
955,
5744
],
),
"folder_zip": SymbolsMetadata(
popularity: 1006,
codepoint: 0xeb2c,
categories: [12],
tags: [
1673,
9235,
6037,
9236,
519,
81,
6092,
44,
1541,
1580,
1430,
2443,
3281,
1677,
2532,
147,
9237,
2444,
7638,
9238,
1680,
9239,
9240,
9194,
9241,
1681,
2922,
92,
1587,
1588,
4520,
1689,
9242,
9243,
9244,
9245
],
),
"follow_the_signs": SymbolsMetadata(
popularity: 1090,
codepoint: 0xf222,
categories: [3],
tags: [
77,
690,
9246,
312,
313,
2271,
2977,
903,
3168,
2816,
1621,
581,
5801,
9247,
2195,
87,
323,
1624,
905,
1625,
588,
589,
328,
1167,
906,
1626,
9248,
1538,
273,
9249,
9250,
593,
1627,
3161,
9251,
332,
473,
9252,
1701
],
rtlAutoMirrored: true,
),
"font_download": SymbolsMetadata(
popularity: 724,
codepoint: 0xe167,
categories: [12],
tags: [
3418,
7544,
748,
4,
77,
504,
5,
9253,
1430,
2573,
520,
147,
12,
5945,
138,
1697,
15,
16,
7546,
1167,
2796,
433,
31,
33,
35,
6749,
338,
141,
1485
],
),
"font_download_off": SymbolsMetadata(
popularity: 144,
codepoint: 0xe4f9,
categories: [12],
tags: [
2596,
4,
1051,
9254,
5,
5920,
868,
9255,
520,
9256,
9257,
9258,
1055,
12,
9259,
9260,
9261,
1213,
4484,
9262,
15,
9263,
16,
9264,
9265,
6247,
1059,
1061,
1065,
1067,
433,
9266,
31,
33,
9267,
35,
338,
9268,
1068
],
),
"food_bank": SymbolsMetadata(
popularity: 891,
codepoint: 0xf1f2,
categories: [16],
tags: [
861,
864,
1496,
865,
926,
929,
308,
9154,
574,
2180,
4269,
3702,
2551,
2354,
9269,
2987,
2691,
871,
1499,
7267,
945,
4829,
3704,
9270,
586,
327,
9271,
2554,
1502,
1503,
4034,
652,
1504,
593,
1689,
955,
3656,
880,
4835,
8468,
9272
],
),
"foot_bones": SymbolsMetadata(
popularity: 180,
codepoint: 0xf893,
categories: [3],
tags: [
3547,
4166,
690,
4120,
8601,
375,
378,
3785,
488,
137,
697,
581,
9273,
1940,
894,
289,
4180,
8608,
8609,
8610,
955,
4391,
31,
8615
],
),
"footprint": SymbolsMetadata(
popularity: 263,
codepoint: 0xf87d,
categories: [3],
tags: [
4869,
9274,
9275,
313,
8462,
316,
694,
3785,
3786,
3787,
9276,
3788,
3789,
1822,
3649,
9277,
2666,
51,
1623,
468,
1825,
4041,
1625,
9278,
759,
7427,
7428,
898,
3795,
2927,
3798,
2146,
4807,
332,
9279,
3799,
9280
],
),
"for_you": SymbolsMetadata(
popularity: 121,
codepoint: 0xe9ac,
categories: [7],
tags: [
565,
8581,
482,
9281,
3082,
9282,
1236,
314,
6635,
577,
7854,
5447,
8584,
2691,
6389,
581,
9283,
9284,
2572,
588,
9285,
589,
920,
6747,
5008,
590,
1184,
9286,
9287,
9288,
3506,
3203,
8299,
9289,
5496,
9290,
601,
8591,
9028,
2756
],
),
"forest": SymbolsMetadata(
popularity: 3160,
codepoint: 0xea99,
categories: [3],
tags: [
480,
3640,
312,
314,
315,
6222,
1843,
5155,
7980,
5156,
2355,
234,
9291,
1595,
3959,
323,
324,
174,
2361,
1825,
325,
3652,
3296,
326,
1826,
9292,
9293,
8700,
332,
5485,
5160,
9294,
9295
],
),
"fork_left": SymbolsMetadata(
popularity: 347,
codepoint: 0xeba0,
categories: [14],
tags: [
2388,
77,
502,
9296,
9297,
684,
2985,
9298,
313,
2271,
2395,
2986,
2262,
2987,
9299,
9247,
2195,
3158,
324,
1534,
325,
70,
1625,
9300,
1626,
9248,
1538,
9301,
898,
9302,
1628,
332,
473,
9303
],
),
"fork_right": SymbolsMetadata(
popularity: 647,
codepoint: 0xebac,
categories: [14],
tags: [
77,
901,
502,
9304,
9305,
313,
9306,
2395,
9307,
9308,
9309,
2987,
9310,
9311,
9312,
1534,
9313,
9314,
9315,
325,
1625,
9316,
906,
9317,
7724,
7280,
2924,
1538,
9318,
9319,
898,
9320,
1628,
332,
9321,
7281
],
),
"fork_spoon": SymbolsMetadata(
popularity: 82,
codepoint: 0xf3e4,
categories: [8],
tags: [
3694,
3695,
3696,
7264,
3697,
4206,
4824,
4683,
3701,
4111,
4684,
3702,
4828,
9322,
2354,
5702,
2987,
4213,
4829,
6253,
4112,
3704,
506,
1537,
8544,
6479,
4833,
4834,
9323,
6334,
4835
],
),
"forklift": SymbolsMetadata(
popularity: 66,
codepoint: 0xf868,
categories: [9],
tags: [
3410,
6931,
3646,
1497,
2036,
46,
6446,
9324,
4351,
9325,
2477,
9326,
4877,
5311,
3772,
3027,
87,
3403,
1729,
4878,
6449,
5756,
7938,
885,
4353,
2489,
433,
1689,
5557,
900,
2434,
1834,
1835,
8468
],
),
"format_align_center": SymbolsMetadata(
popularity: 1001,
codepoint: 0xe234,
categories: [12],
tags: [
2147,
2202,
9327,
2148,
308,
2149,
9328,
9329,
1580,
1430,
2151,
1252,
680,
2153,
9330,
370,
2154,
699,
2182,
1934,
2157,
2172,
1588,
1460,
9331,
33,
6680,
35,
2178,
1485
],
),
"format_align_justify": SymbolsMetadata(
popularity: 759,
codepoint: 0xe235,
categories: [12],
tags: [
1738,
2147,
2148,
76,
9332,
628,
6947,
1580,
1430,
9333,
1252,
680,
2153,
1938,
370,
2211,
2224,
9334,
2182,
385,
2207,
9335,
1470,
2157,
2275,
9336,
1588,
1955,
1460,
33,
2161,
2174,
2163,
97,
35,
3660,
9337,
1485,
7829
],
),
"format_align_left": SymbolsMetadata(
popularity: 1437,
codepoint: 0xe236,
categories: [12],
tags: [
2147,
9338,
2203,
2148,
1580,
2205,
2243,
1252,
680,
2153,
370,
2169,
2154,
2231,
2195,
2207,
3223,
1470,
2156,
2171,
2172,
1588,
1460,
33,
2161,
2236,
2174,
2175,
97,
35,
9339,
2178,
1485,
9340
],
rtlAutoMirrored: true,
),
"format_align_right": SymbolsMetadata(
popularity: 928,
codepoint: 0xe237,
categories: [12],
tags: [
9341,
2147,
2165,
2148,
1580,
2243,
1252,
680,
2153,
370,
9342,
9343,
1470,
9344,
2157,
9345,
906,
9336,
9346,
7449,
1588,
1460,
33,
2161,
2174,
6680,
9347,
2176,
35,
338,
2201,
1485
],
rtlAutoMirrored: true,
),
"format_bold": SymbolsMetadata(
popularity: 2460,
codepoint: 0xe238,
categories: [12],
tags: [
9348,
4,
8788,
9349,
5,
628,
1580,
1430,
1252,
680,
2153,
12,
370,
2477,
1111,
1344,
15,
16,
2157,
9350,
1588,
1460,
2160,
4672,
31,
4533,
33,
6950,
35,
338,
3732,
9337,
1485
],
),
"format_clear": SymbolsMetadata(
popularity: 336,
codepoint: 0xe239,
categories: [12],
tags: [
9351,
4,
3072,
5,
810,
780,
1210,
868,
1580,
1430,
9352,
2243,
9353,
1252,
680,
2153,
9354,
1055,
3371,
12,
370,
2154,
16,
87,
1059,
1061,
9355,
2157,
1224,
5855,
1588,
1067,
1460,
2160,
9356,
9357,
31,
33,
9358,
2175,
2214,
35,
338,
1485
],
),
"format_color_fill": SymbolsMetadata(
popularity: 1644,
codepoint: 0xe23a,
categories: [12],
tags: [
1739,
2659,
1131,
1592,
3516,
9359,
5842,
1742,
4563,
485,
1580,
378,
2899,
1252,
680,
2153,
2217,
9360,
12,
370,
490,
4176,
1641,
3077,
9361,
3080,
9362,
362,
392,
1588,
9363,
1460,
2160,
33,
511,
35,
1485
],
),
"format_color_reset": SymbolsMetadata(
popularity: 591,
codepoint: 0xe23b,
categories: [12],
tags: [
8580,
9364,
1592,
9365,
193,
780,
9366,
4563,
6069,
9367,
9368,
868,
1580,
1430,
378,
2899,
4270,
6075,
1252,
680,
2153,
1055,
7641,
2217,
370,
2253,
9369,
4176,
1059,
1061,
9370,
3077,
3603,
7644,
9371,
5855,
9372,
7645,
9373,
1588,
1067,
1460,
2160,
33,
35,
3830,
1485
],
),
"format_color_text": SymbolsMetadata(
popularity: 1146,
codepoint: 0xe23c,
categories: [12],
tags: [
9374,
9375,
3072,
9376,
4563,
1580,
1430,
2243,
1252,
680,
2153,
2217,
12,
9377,
370,
2154,
15,
9378,
3077,
3080,
9350,
9373,
1588,
1460,
2160,
9379,
33,
9380,
2163,
35,
338,
2178,
1485
],
),
"format_h1": SymbolsMetadata(
popularity: 130,
codepoint: 0xf85d,
categories: [12],
tags: [
2440,
9381,
9382,
628,
9383,
1580,
1430,
2151,
1252,
680,
2153,
2217,
12,
370,
2169,
9384,
9385,
9386,
9387,
2157,
9388,
4586,
2160,
33,
2162,
2163,
740,
35,
338,
2178,
1590,
1485
],
),
"format_h2": SymbolsMetadata(
popularity: 72,
codepoint: 0xf85e,
categories: [12],
tags: [
9389,
628,
1580,
1430,
9333,
1252,
680,
2153,
2217,
9377,
370,
2154,
9390,
9391,
9385,
9386,
916,
9387,
385,
1470,
2157,
1151,
9392,
955,
2160,
33,
6680,
2163,
740,
1331,
35,
338,
1485
],
),
"format_h3": SymbolsMetadata(
popularity: 40,
codepoint: 0xf85f,
categories: [12],
tags: [
2440,
9349,
628,
1580,
1430,
2243,
1252,
680,
2153,
2217,
12,
370,
2154,
9393,
9385,
9394,
9386,
9395,
22,
9396,
2157,
9350,
2160,
4672,
33,
2175,
740,
35,
338,
1485
],
),
"format_h4": SymbolsMetadata(
popularity: 35,
codepoint: 0xf860,
categories: [12],
tags: [
4,
481,
628,
1580,
1430,
1252,
680,
2153,
2217,
12,
370,
2154,
9397,
9385,
9386,
9398,
15,
9399,
2157,
9350,
1151,
298,
2160,
5930,
33,
740,
35,
6749,
338,
9337,
1485
],
),
"format_h5": SymbolsMetadata(
popularity: 37,
codepoint: 0xf861,
categories: [12],
tags: [
2440,
3063,
628,
485,
44,
1580,
1430,
1252,
680,
2153,
2217,
12,
370,
2154,
9400,
9385,
9386,
4697,
1080,
385,
9401,
2157,
4586,
1151,
955,
2160,
2197,
33,
740,
35,
338,
333,
1485
],
),
"format_h6": SymbolsMetadata(
popularity: 37,
codepoint: 0xf862,
categories: [12],
tags: [
687,
4,
1580,
1430,
1252,
680,
2153,
2217,
12,
370,
9402,
9403,
9385,
9386,
699,
15,
9395,
792,
21,
6530,
2157,
3934,
298,
1955,
9404,
2160,
33,
740,
35,
338,
1464,
1485
],
),
"format_image_left": SymbolsMetadata(
popularity: 81,
codepoint: 0xf863,
categories: [12],
tags: [
2147,
2148,
1466,
2440,
3063,
1438,
2242,
628,
1580,
1430,
1252,
680,
2153,
9405,
2217,
370,
9406,
348,
137,
382,
49,
385,
2195,
406,
1586,
2157,
57,
62,
4586,
1151,
955,
2160,
9407,
33,
35,
476,
1186,
1485
],
),
"format_image_right": SymbolsMetadata(
popularity: 51,
codepoint: 0xf864,
categories: [12],
tags: [
2147,
2148,
76,
2440,
481,
1438,
2242,
628,
485,
1580,
1430,
1252,
680,
2153,
9405,
2217,
370,
348,
699,
49,
1327,
385,
2195,
1470,
406,
1586,
2157,
57,
62,
329,
1352,
906,
2942,
955,
2160,
33,
35,
333,
1485
],
),
"format_indent_decrease": SymbolsMetadata(
popularity: 350,
codepoint: 0xe23d,
categories: [12],
tags: [
2147,
2148,
9408,
2879,
9409,
9410,
1580,
9411,
2243,
2222,
1252,
680,
6601,
2153,
370,
2169,
2211,
2212,
9412,
4584,
4574,
9413,
1470,
2157,
2158,
1588,
1460,
2160,
33,
2161,
2236,
9414,
2174,
6680,
2175,
2176,
2248,
35,
338,
2201,
1485,
9415,
9416
],
rtlAutoMirrored: true,
),
"format_indent_increase": SymbolsMetadata(
popularity: 552,
codepoint: 0xe23e,
categories: [12],
tags: [
2147,
2148,
9417,
5120,
1580,
2222,
2152,
1252,
680,
2153,
370,
9418,
235,
9419,
2212,
9420,
4584,
385,
2156,
7446,
9421,
2157,
9422,
9423,
9388,
1588,
709,
1460,
33,
9424,
2161,
2236,
9414,
9425,
2162,
2175,
9426,
9427,
35,
1098,
2178,
1485
],
rtlAutoMirrored: true,
),
"format_ink_highlighter": SymbolsMetadata(
popularity: 94,
codepoint: 0xf82b,
categories: [12],
tags: [
7815,
1592,
3071,
4563,
2277,
1162,
9428,
1580,
1430,
378,
4838,
1252,
680,
2153,
3092,
8130,
2217,
2154,
9429,
9430,
2667,
87,
1166,
9431,
1391,
3077,
4517,
2737,
1588,
1460,
1170,
2160,
9432,
33,
9433,
511,
35,
1485,
7829
],
),
"format_italic": SymbolsMetadata(
popularity: 1651,
codepoint: 0xe23f,
categories: [12],
tags: [
1174,
9375,
1738,
4,
500,
1922,
8788,
9349,
6490,
5,
1580,
1430,
1252,
680,
2153,
9434,
12,
370,
2154,
9435,
9436,
15,
16,
1588,
7198,
9437,
1460,
8713,
2160,
31,
33,
35,
6749,
338,
4553,
6627,
1485
],
),
"format_letter_spacing": SymbolsMetadata(
popularity: 48,
codepoint: 0xf773,
categories: [12],
tags: [
1174,
1738,
2147,
4,
502,
8788,
6490,
403,
628,
2179,
1430,
1252,
914,
370,
2154,
699,
385,
2195,
9438,
16,
1470,
2157,
2885,
906,
823,
709,
2263,
33,
9439,
35,
338,
476,
397,
6627,
1485
],
),
"format_letter_spacing_2": SymbolsMetadata(
popularity: 25,
codepoint: 0xf618,
categories: [12],
tags: [
2210,
2147,
4,
1466,
502,
5,
403,
485,
2179,
1430,
1252,
914,
9440,
12,
2154,
9441,
699,
9442,
385,
2195,
9438,
16,
1470,
2940,
4586,
906,
823,
709,
2263,
33,
35,
338,
9443,
2201,
1485
],
),
"format_letter_spacing_standard": SymbolsMetadata(
popularity: 41,
codepoint: 0xf617,
categories: [12],
tags: [
1738,
2147,
2148,
4,
5,
403,
1325,
485,
2179,
1430,
1252,
2153,
914,
12,
370,
699,
385,
15,
16,
1470,
226,
9444,
823,
709,
2263,
33,
35,
338,
397,
6627,
1485
],
),
"format_letter_spacing_wide": SymbolsMetadata(
popularity: 20,
codepoint: 0xf616,
categories: [12],
tags: [
1738,
2147,
4,
5,
403,
345,
2179,
1430,
1252,
914,
12,
370,
137,
699,
16,
87,
355,
9444,
2157,
151,
823,
709,
2263,
1943,
4533,
33,
35,
338,
476,
2535,
9337,
1485
],
),
"format_letter_spacing_wider": SymbolsMetadata(
popularity: 23,
codepoint: 0xf615,
categories: [12],
tags: [
1738,
2147,
4,
502,
5,
2392,
2179,
1430,
2153,
914,
12,
370,
699,
5609,
15,
16,
87,
1470,
2940,
9444,
2157,
1699,
391,
823,
709,
2263,
33,
9445,
97,
35,
338,
2535,
397,
9337,
1485
],
),
"format_line_spacing": SymbolsMetadata(
popularity: 394,
codepoint: 0xe240,
categories: [12],
tags: [
9446,
2147,
2148,
502,
9447,
1580,
1430,
2151,
2573,
1252,
680,
2153,
370,
2154,
9442,
385,
87,
6955,
1470,
6957,
1588,
709,
1460,
33,
2236,
9439,
35,
338,
9448,
98,
9449,
2178,
1485
],
),
"format_list_bulleted": SymbolsMetadata(
popularity: 7484,
codepoint: 0xe241,
categories: [12],
tags: [
2147,
2148,
1466,
2270,
9450,
9451,
628,
8,
1580,
1430,
1252,
680,
2153,
6522,
370,
2154,
9452,
86,
385,
88,
1585,
91,
92,
289,
851,
9350,
363,
94,
1588,
1460,
955,
33,
35,
9453,
2178,
1485
],
rtlAutoMirrored: true,
),
"format_list_bulleted_add": SymbolsMetadata(
popularity: 92,
codepoint: 0xf849,
categories: [12],
tags: [
231,
745,
2147,
2148,
1321,
1466,
2270,
2228,
9450,
3087,
628,
1325,
1580,
1430,
1252,
680,
2153,
4801,
914,
370,
9454,
235,
1327,
86,
87,
1470,
88,
887,
1480,
1585,
5661,
91,
92,
239,
3101,
1588,
1460,
31,
33,
2175,
35,
1485,
9416
],
rtlAutoMirrored: true,
),
"format_list_numbered": SymbolsMetadata(
popularity: 3063,
codepoint: 0xe242,
categories: [12],
tags: [
2147,
2148,
1466,
2228,
7,
1580,
1430,
1252,
680,
2153,
6522,
370,
9455,
2154,
2212,
86,
385,
1470,
88,
1585,
9456,
5661,
176,
9457,
22,
91,
9458,
8219,
8199,
289,
2157,
851,
94,
9459,
1588,
1460,
955,
31,
33,
35,
1485
],
),
"format_list_numbered_rtl": SymbolsMetadata(
popularity: 729,
codepoint: 0xe267,
categories: [12],
tags: [
2147,
2148,
9460,
9461,
628,
7,
45,
1580,
1430,
1252,
680,
2153,
488,
370,
2154,
9462,
5225,
1470,
88,
9463,
1585,
21,
9456,
5661,
176,
22,
91,
586,
6399,
5663,
94,
1588,
1460,
955,
31,
33,
2162,
97,
35,
1485
],
),
"format_overline": SymbolsMetadata(
popularity: 142,
codepoint: 0xeb65,
categories: [12],
tags: [
4,
504,
5,
9464,
345,
1580,
1430,
1252,
680,
2153,
12,
370,
2154,
2253,
916,
16,
87,
1470,
506,
355,
9465,
1588,
1460,
8713,
2160,
31,
33,
97,
35,
338,
141,
9466,
4553,
1348,
2178,
1485
],
),
"format_paint": SymbolsMetadata(
popularity: 1542,
codepoint: 0xe243,
categories: [12],
tags: [
1738,
2210,
1592,
2133,
3072,
5842,
4563,
9467,
2277,
6084,
4985,
1161,
485,
1580,
378,
1252,
680,
2153,
2217,
9360,
370,
2154,
6085,
3077,
9361,
3079,
3080,
9468,
4043,
1588,
1460,
2160,
33,
9469,
1780,
35,
1485
],
),
"format_paragraph": SymbolsMetadata(
popularity: 67,
codepoint: 0xf865,
categories: [12],
tags: [
2147,
2166,
2148,
308,
1580,
1430,
2222,
1252,
7827,
680,
2153,
2217,
370,
2224,
916,
2212,
2182,
385,
2195,
1470,
2157,
9422,
906,
709,
6860,
2160,
33,
2174,
35,
338,
2178,
1485
],
),
"format_quote": SymbolsMetadata(
popularity: 4588,
codepoint: 0xe244,
categories: [12],
tags: [
9417,
2723,
9470,
9471,
572,
628,
2725,
1580,
1430,
2727,
1252,
680,
2153,
9472,
370,
9473,
9474,
2157,
3943,
2729,
9475,
9476,
2730,
9477,
179,
1588,
594,
1460,
33,
2175,
35,
338,
1485
],
),
"format_quote_off": SymbolsMetadata(
popularity: 4,
codepoint: 0xf413,
categories: [12],
tags: [
748,
9478,
568,
570,
9479,
572,
283,
345,
1475,
1476,
2725,
1300,
868,
1580,
1430,
1252,
680,
2153,
1055,
370,
137,
138,
583,
1059,
1060,
1061,
2157,
3943,
2729,
9480,
9476,
1224,
1588,
1067,
594,
1460,
31,
33,
35,
338,
907,
1485
],
),
"format_shapes": SymbolsMetadata(
popularity: 712,
codepoint: 0xe25e,
categories: [12],
tags: [
2147,
4,
76,
5,
193,
4563,
1236,
485,
1580,
1252,
680,
2153,
1164,
2217,
12,
488,
370,
9481,
904,
381,
137,
1327,
385,
16,
1641,
92,
3077,
3354,
852,
71,
392,
5482,
1588,
1460,
433,
955,
2160,
31,
33,
1780,
1690,
35,
141,
1348,
1409,
476,
1485
],
),
"format_size": SymbolsMetadata(
popularity: 1373,
codepoint: 0xe245,
categories: [12],
tags: [
9482,
4,
9483,
9484,
5,
9485,
4563,
628,
1580,
1430,
9333,
9486,
1252,
680,
2153,
2338,
2217,
12,
9487,
370,
2211,
9488,
16,
3077,
2157,
2220,
391,
1588,
2917,
298,
8135,
1460,
2160,
31,
33,
2175,
9489,
9490,
9427,
35,
338,
9491,
2178,
1485,
2335
],
),
"format_strikethrough": SymbolsMetadata(
popularity: 401,
codepoint: 0xe246,
categories: [12],
tags: [
4,
1208,
5,
6837,
9492,
1299,
1210,
1580,
1430,
1252,
7827,
680,
2153,
12,
370,
2169,
9493,
1634,
16,
87,
9494,
788,
1224,
1588,
1460,
8713,
9495,
2160,
31,
33,
4552,
9496,
35,
338,
9497,
2178,
1485
],
),
"format_text_clip": SymbolsMetadata(
popularity: 7,
codepoint: 0xf82a,
categories: [12],
tags: [
2470,
1523,
628,
81,
1580,
1430,
1252,
680,
2153,
147,
488,
370,
2154,
137,
138,
68,
1327,
1391,
289,
3237,
2157,
9350,
392,
1588,
1460,
2160,
31,
33,
2175,
9498,
9499,
35,
2201,
1485
],
),
"format_text_overflow": SymbolsMetadata(
popularity: 37,
codepoint: 0xf829,
categories: [12],
tags: [
1738,
2148,
481,
482,
912,
628,
8,
1580,
1430,
1105,
1252,
680,
2153,
914,
370,
385,
1470,
237,
70,
9500,
8809,
1586,
2157,
2220,
1588,
1460,
33,
9498,
35,
396,
2178,
4200,
1485
],
),
"format_text_wrap": SymbolsMetadata(
popularity: 9,
codepoint: 0xf828,
categories: [12],
tags: [
9341,
2147,
2148,
9501,
9502,
9503,
1580,
1430,
1252,
680,
2153,
1077,
370,
2154,
4575,
1470,
2157,
9504,
9505,
1588,
1460,
33,
9506,
9025,
2175,
2176,
9026,
9498,
35,
338,
9507,
4200,
9508,
1485,
9509,
9510
],
),
"format_textdirection_l_to_r": SymbolsMetadata(
popularity: 146,
codepoint: 0xe247,
categories: [12],
tags: [
2147,
2148,
9511,
313,
1580,
1430,
2151,
1252,
680,
2153,
370,
9512,
5225,
385,
9513,
9514,
2157,
9515,
6399,
5663,
1588,
1460,
33,
2161,
9414,
2174,
2175,
2176,
2177,
9498,
35,
338,
2178,
1485,
9516
],
),
"format_textdirection_r_to_l": SymbolsMetadata(
popularity: 135,
codepoint: 0xe248,
categories: [12],
tags: [
2147,
2148,
9517,
2962,
9511,
628,
313,
1580,
1430,
1252,
680,
2153,
1077,
370,
2154,
699,
9518,
2182,
5225,
385,
9513,
9519,
9514,
2157,
2885,
6399,
5663,
3325,
1588,
1460,
33,
2161,
9498,
35,
338,
2178,
1485,
9520
],
),
"format_textdirection_vertical": SymbolsMetadata(
popularity: 2,
codepoint: 0xf4b8,
categories: [12],
tags: [
2147,
2148,
1466,
502,
2271,
1580,
1430,
2222,
1252,
680,
2153,
370,
2154,
385,
1470,
9514,
91,
92,
2157,
2859,
1588,
95,
1460,
33,
9521,
2162,
2176,
9498,
97,
35,
338,
9522,
1464,
2178,
1485,
7829
],
),
"format_underlined": SymbolsMetadata(
popularity: 1273,
codepoint: 0xe249,
categories: [12],
tags: [
4,
5,
1161,
1580,
1430,
1252,
680,
2153,
3194,
12,
370,
1634,
9523,
16,
87,
1588,
1460,
2160,
2197,
31,
33,
2162,
2175,
35,
9524,
9466,
4553,
9525,
7547,
2201,
1485,
7829
],
),
"format_underlined_squiggle": SymbolsMetadata(
popularity: 74,
codepoint: 0xf885,
categories: [12],
tags: [
4,
5,
1580,
1430,
2151,
2222,
9353,
1252,
680,
2153,
9354,
12,
370,
2154,
9526,
16,
87,
9350,
1588,
1460,
7620,
2160,
31,
33,
4552,
2162,
2174,
9527,
9528,
6680,
2177,
9427,
35,
338,
9466,
4553,
9529,
9530,
9525,
9531,
9532,
9533,
9534,
2178,
2201,
1485,
9416
],
),
"forms_add_on": SymbolsMetadata(
popularity: 712,
codepoint: 0xf0c7,
categories: [12],
tags: [
745,
5003,
193,
685,
1325,
1235,
9535,
1430,
1105,
1431,
5005,
1819,
488,
9536,
699,
1111,
1327,
88,
887,
5006,
239,
3750,
3286,
3751,
453,
1035,
1459,
71,
1619,
1780,
3375,
1154
],
),
"forms_apps_script": SymbolsMetadata(
popularity: 176,
codepoint: 0xf0c8,
categories: [12],
tags: [
5568,
5004,
77,
2123,
9451,
193,
1102,
1197,
81,
1104,
313,
1105,
1431,
1695,
5005,
488,
9536,
1111,
2561,
1470,
88,
468,
5006,
1090,
3286,
3751,
1459,
3325,
1619,
1517,
2989,
1154
],
),
"fort": SymbolsMetadata(
popularity: 343,
codepoint: 0xeaad,
categories: [5],
tags: [
5456,
1496,
9537,
929,
5458,
3954,
1498,
5461,
5462,
137,
5463,
1499,
138,
5464,
3295,
5465,
5466,
9538,
2784,
289,
5467,
1500,
1574,
1501,
6637,
1036,
392,
5469,
955,
31,
2556,
4933
],
),
"forum": SymbolsMetadata(
popularity: 13227,
codepoint: 0xe0bf,
categories: [7],
tags: [
9539,
568,
570,
572,
6149,
573,
283,
5578,
574,
1475,
9540,
2725,
2726,
811,
1479,
5570,
871,
3151,
583,
4928,
289,
9541,
9542,
5648,
432,
1295,
594,
9543,
1484,
880,
6174,
1296,
4847,
9544,
4850,
4851
],
),
"forward": SymbolsMetadata(
popularity: 3670,
codepoint: 0xe154,
categories: [2],
tags: [
77,
283,
2023,
903,
9545,
9546,
9547,
2291,
583,
408,
9548,
9549,
906,
1699,
2298,
9550,
9551,
7503,
1528,
9552,
9553,
9554,
9555,
9556,
9557,
9558,
1128,
9559,
243,
9560
],
rtlAutoMirrored: true,
),
"forward_10": SymbolsMetadata(
popularity: 1087,
codepoint: 0xe056,
categories: [0],
tags: [
38,
9561,
2921,
77,
1268,
3376,
9562,
345,
1744,
7,
2089,
1165,
7738,
903,
9563,
6653,
406,
352,
9564,
1706,
22,
2504,
408,
409,
9565,
9566,
9567,
361,
2333,
8021,
9568,
9569,
31,
9570,
1171,
9571,
2463,
7817,
37,
366
],
),
"forward_30": SymbolsMetadata(
popularity: 377,
codepoint: 0xe057,
categories: [0],
tags: [
340,
9572,
2921,
9573,
77,
1268,
345,
1744,
2931,
7,
1165,
7738,
903,
138,
2865,
6653,
406,
352,
439,
1706,
21,
22,
69,
408,
409,
759,
9574,
361,
8021,
31,
9575,
1171,
7747,
37
],
),
"forward_5": SymbolsMetadata(
popularity: 367,
codepoint: 0xe058,
categories: [0],
tags: [
38,
676,
9576,
2921,
77,
1268,
2441,
345,
1744,
7,
313,
2089,
1165,
7738,
9577,
903,
3464,
6653,
352,
1706,
325,
905,
22,
408,
409,
2828,
759,
2847,
1699,
361,
8021,
411,
31,
1171,
9578,
9579,
2463,
1690,
37
],
),
"forward_circle": SymbolsMetadata(
popularity: 37,
codepoint: 0xf6f5,
categories: [0],
tags: [
2921,
9580,
77,
504,
193,
462,
902,
345,
1744,
7,
313,
1165,
7738,
903,
51,
352,
686,
1749,
1706,
325,
905,
22,
2504,
3379,
408,
1167,
1121,
759,
2514,
9566,
906,
330,
361,
8021,
9581,
9582,
31,
37
],
),
"forward_media": SymbolsMetadata(
popularity: 66,
codepoint: 0xf6f4,
categories: [0],
tags: [
77,
1268,
504,
345,
1744,
7,
1165,
7738,
903,
407,
686,
439,
1706,
325,
905,
9583,
22,
1223,
2504,
408,
409,
2847,
1699,
9584,
361,
7745,
1293,
31,
1690,
907,
37
],
),
"forward_to_inbox": SymbolsMetadata(
popularity: 3295,
codepoint: 0xf187,
categories: [7],
tags: [
77,
9585,
502,
283,
6175,
2283,
2036,
312,
313,
2395,
1430,
2286,
3232,
2288,
9586,
903,
2289,
2411,
15,
9587,
16,
2291,
9588,
583,
9589,
9590,
1749,
325,
5035,
1587,
906,
2298,
9591,
2416,
1712,
526,
900
],
rtlAutoMirrored: true,
),
"foundation": SymbolsMetadata(
popularity: 1241,
codepoint: 0xf200,
categories: [8],
tags: [
9592,
1496,
2471,
9593,
9594,
2192,
929,
4721,
1438,
1497,
9595,
9596,
1104,
4696,
9597,
2551,
2475,
9598,
1822,
1140,
1499,
9599,
759,
1500,
2554,
1501,
1503,
1772,
2489,
9600,
2128,
955,
880
],
),
"fragrance": SymbolsMetadata(
popularity: 14,
codepoint: 0xf345,
categories: [8],
tags: [
1859,
9601,
6643,
9602,
1758,
9603,
1333,
7012,
9604,
9605,
2511,
1845,
9606,
3530,
1376,
4176,
5279,
492,
1867,
9607,
9608,
3835,
1653,
1849,
1395,
1850,
1869
],
),
"frame_inspect": SymbolsMetadata(
popularity: 333,
codepoint: 0xf772,
categories: [12],
tags: [
6188,
1131,
1132,
9609,
482,
2812,
43,
1542,
606,
5811,
83,
317,
1748,
348,
437,
5812,
2323,
53,
2324,
1115,
1116,
2327,
642,
289,
1149,
1126,
1127,
363,
433,
1227,
511,
396,
2335
],
),
"frame_person": SymbolsMetadata(
popularity: 873,
codepoint: 0xf8a6,
categories: [0],
tags: [
565,
9610,
972,
9611,
6103,
566,
9612,
9613,
690,
1132,
9614,
9609,
308,
975,
9615,
9616,
348,
581,
4502,
588,
589,
983,
820,
590,
1048,
9617,
3460,
392,
888,
433,
2146,
1095,
3461,
601,
990,
9618
],
),
"frame_person_mic": SymbolsMetadata(
popularity: 55,
codepoint: 0xf4d5,
categories: [0],
tags: [
1268,
690,
1132,
9609,
42,
308,
283,
1273,
348,
977,
1278,
1279,
581,
1111,
9619,
9620,
1113,
1284,
1285,
9621,
1286,
289,
588,
589,
9622,
9623,
590,
453,
1290,
440,
432,
986,
1293,
4845,
1294,
9624,
433,
1296,
2146,
1095,
601,
9625,
1298
],
),
"frame_person_off": SymbolsMetadata(
popularity: 25,
codepoint: 0xf7d1,
categories: [0],
tags: [
2596,
566,
1051,
690,
1132,
9609,
308,
193,
1300,
868,
7837,
1055,
4246,
1213,
348,
9626,
1221,
581,
49,
813,
6808,
1059,
1060,
1061,
588,
589,
1062,
7627,
1063,
590,
1224,
1065,
1067,
2146,
1095,
1068,
601,
1069
],
),
"frame_reload": SymbolsMetadata(
popularity: 29,
codepoint: 0xf771,
categories: [12],
tags: [
460,
77,
9627,
1132,
9609,
193,
462,
6617,
5290,
3438,
753,
9628,
437,
3439,
3039,
756,
757,
759,
760,
9629,
9630,
9631,
761,
9632,
9633,
9634,
2449,
3434,
9635,
470,
330,
9636,
763,
764,
765,
473,
2451
],
),
"frame_source": SymbolsMetadata(
popularity: 100,
codepoint: 0xf770,
categories: [12],
tags: [
1132,
9609,
1133,
1102,
2216,
1333,
628,
1325,
9637,
1104,
8,
1164,
9638,
348,
437,
6597,
137,
49,
1111,
406,
9639,
289,
1732,
57,
1346,
62,
820,
432,
4034,
737,
433,
6776,
396,
476
],
),
"free_cancellation": SymbolsMetadata(
popularity: 1340,
codepoint: 0xe748,
categories: [6],
tags: [
5161,
1660,
9640,
481,
2072,
1208,
7049,
1662,
780,
1209,
463,
1235,
1160,
2124,
1210,
5920,
4646,
1666,
2714,
10,
1212,
1213,
6609,
5164,
1166,
4999,
4273,
3269,
1668,
9641,
2613,
9642,
5039,
1224,
2366,
5165,
1168,
362,
1226,
1669,
1068,
2836,
2334,
1576,
834,
5924,
3993,
3994,
1671
],
),
"front_hand": SymbolsMetadata(
popularity: 2789,
codepoint: 0xe769,
categories: [3],
tags: [
862,
1360,
3547,
3551,
283,
345,
1787,
2689,
667,
5096,
2690,
7994,
2692,
9643,
3553,
581,
1612,
3556,
3558,
9644,
3559,
328,
1167,
1289,
363,
1226,
31,
1792,
206,
1854
],
),
"front_loader": SymbolsMetadata(
popularity: 45,
codepoint: 0xf869,
categories: [9],
tags: [
9645,
929,
3646,
1497,
9646,
9647,
9648,
9649,
9650,
2781,
9651,
9652,
6446,
1817,
9653,
9326,
9654,
4877,
9655,
9656,
9657,
3039,
5891,
4878,
9658,
6449,
9659,
5557,
1833,
1629,
1834,
9660,
1835,
9661,
9662
],
),
"full_coverage": SymbolsMetadata(
popularity: 194,
codepoint: 0xeb12,
categories: [12],
tags: [
480,
1131,
2440,
1132,
1133,
2963,
482,
4700,
285,
9663,
9664,
2815,
348,
2274,
381,
137,
68,
3065,
2456,
3066,
289,
1587,
1146,
9665,
432,
392,
433,
9666,
31
],
),
"full_hd": SymbolsMetadata(
popularity: 25,
codepoint: 0xf58b,
categories: [0],
tags: [
4,
3495,
40,
5,
5793,
135,
628,
43,
44,
8,
781,
12,
9667,
418,
3459,
419,
404,
16,
406,
354,
9668,
25,
408,
716,
63,
28,
410,
644,
411,
31,
412,
33,
2030,
35,
37,
7061,
2078
],
),
"full_stacked_bar_chart": SymbolsMetadata(
popularity: 673,
codepoint: 0xf212,
categories: [9],
tags: [
1422,
1071,
1423,
517,
569,
373,
1438,
3762,
1425,
81,
375,
941,
2274,
1078,
234,
1081,
68,
226,
17,
18,
1086,
5029,
648,
1427,
759,
794,
1428,
2332,
2461,
746,
3070,
1095,
1429,
1464,
514
],
),
"fullscreen": SymbolsMetadata(
popularity: 7048,
codepoint: 0xe5d0,
categories: [2],
tags: [
1738,
1672,
501,
633,
9669,
9670,
2701,
8,
2338,
914,
1335,
348,
2274,
5809,
1696,
466,
1344,
1116,
2342,
406,
642,
630,
62,
409,
1427,
391,
410,
2833,
298,
1943,
413,
141,
1348,
37,
396,
333,
1186,
2535,
1187,
2335
],
),
"fullscreen_exit": SymbolsMetadata(
popularity: 2958,
codepoint: 0xe5d1,
categories: [2],
tags: [
1738,
1672,
501,
502,
344,
1209,
912,
2701,
2442,
9671,
8,
2824,
1212,
6608,
5918,
2274,
9672,
1696,
9673,
2825,
1344,
406,
2892,
642,
630,
6357,
409,
1427,
5919,
3663,
1124,
2832,
410,
2917,
2833,
298,
6122,
141,
1348,
37,
396,
333,
1186,
1187
],
),
"fullscreen_portrait": SymbolsMetadata(
popularity: 23,
codepoint: 0xf45a,
categories: [2],
tags: [
1672,
501,
502,
633,
9674,
2701,
2337,
8,
2338,
914,
1335,
348,
2274,
5809,
1696,
1344,
385,
2342,
406,
686,
642,
507,
5238,
5099,
329,
1427,
9675,
432,
2220,
410,
5239,
5240,
2833,
298,
1943,
141,
2198,
1348,
1464,
37,
396,
333,
1186,
1187,
2335
],
),
"function": SymbolsMetadata(
popularity: 470,
codepoint: 0xf866,
categories: [12],
tags: [
8119,
5982,
1422,
3479,
4991,
791,
373,
1102,
1103,
80,
3082,
81,
1104,
1580,
1252,
680,
2153,
629,
1107,
6111,
9676,
1108,
2703,
9677,
1078,
1111,
3423,
793,
6543,
1119,
1732,
2988,
1090,
1123,
227,
1588,
1460,
9678,
2160,
675,
33,
35,
5991,
1485
],
),
"functions": SymbolsMetadata(
popularity: 1706,
codepoint: 0xe24a,
categories: [12],
tags: [
5342,
1756,
3800,
2123,
3479,
4991,
9679,
9680,
685,
1744,
80,
3082,
3584,
81,
1580,
1252,
680,
2153,
2781,
2702,
2703,
3413,
1029,
793,
9681,
4922,
70,
6256,
921,
758,
71,
1779,
1588,
1460,
2160,
675,
1093,
33,
1780,
35,
1485
],
),
"funicular": SymbolsMetadata(
popularity: 5,
codepoint: 0xf477,
categories: [14],
tags: [
5533,
9682,
1809,
1931,
4943,
1811,
5736,
1812,
284,
9037,
313,
9683,
9684,
7934,
7936,
1623,
3027,
87,
1534,
1596,
2045,
2046,
4360,
4361,
9685,
4947,
4949,
4364,
3302,
2146,
4365,
4366,
1979,
1629,
332,
4906,
1835,
8010
],
rtlAutoMirrored: true,
),
"g_mobiledata": SymbolsMetadata(
popularity: 161,
codepoint: 0xf010,
categories: [4],
tags: [
4,
517,
7685,
251,
5,
283,
284,
254,
81,
44,
1105,
520,
12,
9686,
9687,
259,
16,
1470,
262,
263,
264,
265,
267,
611,
272,
652,
273,
275,
31,
65,
276,
33,
2556,
526,
1690,
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,
9686,
319,
1683,
608,
51,
68,
259,
9688,
16,
262,
263,
267,
269,
652,
273,
291,
31,
65,
612,
33,
35,
7693
],
),
"g_translate": SymbolsMetadata(
popularity: 2254,
codepoint: 0xe927,
categories: [7],
tags: [
9689,
4,
9690,
283,
9691,
4449,
7973,
3497,
9692,
9686,
9693,
319,
7226,
1683,
322,
5225,
9694,
9695,
15,
9696,
2480,
1166,
9697,
9698,
1295,
594,
9699,
9544,
33,
7230,
5932,
9700,
9701,
6030,
6627,
334
],
),
"gallery_thumbnail": SymbolsMetadata(
popularity: 183,
codepoint: 0xf86f,
categories: [1],
tags: [
1342,
1197,
9702,
1343,
9703,
9704,
382,
5380,
49,
5126,
5127,
9705,
9706,
1595,
9707,
9708,
9709,
1596,
1597,
57,
4811,
9710,
9711,
59,
2143,
62,
9712,
9713,
9714,
432,
433,
9715,
989,
9716,
9717,
9718,
9719,
9720,
9721,
9722,
3761
],
),
"gamepad": SymbolsMetadata(
popularity: 144,
codepoint: 0xe30f,
categories: [11],
tags: [
2536,
748,
2508,
1100,
1101,
5986,
345,
6408,
6409,
288,
44,
313,
2532,
781,
3294,
5382,
6410,
5428,
1110,
1111,
1344,
6411,
1958,
506,
325,
2504,
9723,
432,
363,
65,
37,
9724
],
),
"garage": SymbolsMetadata(
popularity: 958,
codepoint: 0xf011,
categories: [8],
tags: [
2423,
1809,
3410,
929,
1811,
1812,
4239,
313,
4931,
7515,
5344,
1140,
1499,
3961,
1534,
5313,
2922,
289,
3296,
896,
1500,
1501,
4880,
1503,
1394,
888,
1339,
1689,
955,
511,
1629,
332,
1835,
5349
],
),
"garage_door": SymbolsMetadata(
popularity: 92,
codepoint: 0xe714,
categories: [8],
tags: [
861,
2123,
929,
1811,
1209,
345,
4931,
1498,
1431,
1212,
5344,
8261,
1140,
1499,
2922,
9725,
919,
1500,
432,
4777,
1503,
705,
1773,
1036,
1897,
1689,
955,
1093,
1834,
1835
],
),
"garage_home": SymbolsMetadata(
popularity: 1090,
codepoint: 0xe82d,
categories: [8],
tags: [
5455,
861,
1496,
1809,
929,
1811,
1209,
4931,
1498,
7515,
1431,
5344,
5223,
1140,
1499,
1143,
2922,
896,
1500,
1501,
432,
1502,
1503,
4891,
1036,
1504,
433,
1689,
955,
1835
],
),
"garden_cart": SymbolsMetadata(
popularity: 773,
codepoint: 0xf8a9,
categories: [3],
tags: [
1808,
929,
1648,
1497,
7336,
46,
1817,
3816,
9726,
1820,
3402,
9326,
9727,
5390,
7938,
885,
1825,
9728,
4041,
9293,
9729,
3656,
511,
1629,
9730,
3375,
9731,
1518,
6877
],
),
"gas_meter": SymbolsMetadata(
popularity: 515,
codepoint: 0xec19,
categories: [8],
tags: [
9732,
9733,
9734,
9735,
4014,
1425,
9736,
1400,
4270,
3684,
9737,
8186,
9738,
9739,
5973,
9740,
3871,
51,
792,
9741,
226,
17,
9742,
3474,
1143,
1167,
3688,
7096,
2885,
391,
3315,
9743,
3375,
3830
],
),
"gastroenterology": SymbolsMetadata(
popularity: 12,
codepoint: 0xe0f1,
categories: [3],
tags: [
9744,
480,
3547,
4166,
690,
2373,
9745,
375,
9746,
9747,
9748,
9749,
1761,
9750,
7194,
9751,
9752,
9753,
9754,
697,
892,
1763,
581,
9755,
9756,
9757,
894,
9758,
1767,
1403,
9759,
9760,
4180,
1339,
9761,
9762,
9763
],
),
"gate": SymbolsMetadata(
popularity: 511,
codepoint: 0xe277,
categories: [8],
tags: [
861,
9764,
1496,
3810,
2811,
4588,
1133,
929,
1209,
284,
4931,
7513,
7515,
1431,
1212,
8617,
6870,
3816,
8261,
8618,
1140,
1499,
1824,
1777,
1825,
1143,
2922,
7519,
3652,
3047,
5772,
1625,
1146,
5233,
1500,
1574,
3271,
1036,
955,
553,
4309,
5320,
1630,
6877
],
),
"gavel": SymbolsMetadata(
popularity: 5134,
codepoint: 0xe90e,
categories: [3],
tags: [
2438,
9765,
9766,
9767,
1103,
2442,
3715,
9768,
2985,
1430,
9769,
9770,
944,
6285,
9771,
3720,
9772,
9773,
3721,
3722,
9774,
2446,
9775,
9776,
9777,
3676,
91,
7684,
703,
2159,
9778,
9779,
9780,
4934,
9781
],
),
"general_device": SymbolsMetadata(
popularity: 35,
codepoint: 0xe6de,
categories: [11],
tags: [
3146,
1267,
283,
519,
1310,
284,
81,
1704,
288,
44,
8,
2532,
1877,
46,
2533,
2704,
9782,
1683,
1110,
1140,
1499,
68,
1111,
259,
1470,
630,
1143,
267,
1732,
4289,
9783,
4777,
410,
1292,
433,
1093,
1297,
65,
1317,
152,
278
],
),
"genetics": SymbolsMetadata(
popularity: 144,
codepoint: 0xe0f3,
categories: [3],
tags: [
1422,
4166,
9784,
1522,
9785,
1102,
284,
81,
4170,
9786,
5545,
9787,
9788,
9789,
4173,
697,
9790,
9791,
581,
3959,
1314,
894,
1767,
5975,
4179,
4180,
9792,
6761,
9793,
955,
31,
1318
],
),
"genres": SymbolsMetadata(
popularity: 83,
codepoint: 0xe022,
categories: [0],
tags: [
1268,
504,
1195,
450,
193,
9253,
345,
1164,
781,
83,
9794,
4529,
4484,
137,
1344,
88,
406,
8106,
1706,
3075,
1480,
355,
2504,
409,
363,
392,
3053,
9795,
95,
1293,
31,
9796,
6748
],
),
"gesture": SymbolsMetadata(
popularity: 1117,
codepoint: 0xe155,
categories: [6],
tags: [
4325,
77,
1784,
345,
1787,
2948,
313,
7612,
2814,
4633,
2780,
378,
6346,
1789,
1077,
2690,
8426,
2692,
1612,
2195,
87,
2980,
353,
468,
1624,
1625,
1167,
906,
7615,
362,
6438,
4637,
1791,
9797,
1792,
4807,
1701
],
),
"gesture_select": SymbolsMetadata(
popularity: 93,
codepoint: 0xf657,
categories: [6],
tags: [
4325,
504,
450,
1784,
1103,
1787,
2392,
754,
288,
44,
1789,
1108,
2690,
2692,
2839,
1111,
1612,
1344,
262,
328,
1167,
410,
362,
363,
1791,
1792,
2198,
601
],
),
"gif": SymbolsMetadata(
popularity: 520,
codepoint: 0xe908,
categories: [1],
tags: [
222,
4,
3515,
341,
9798,
482,
5,
1523,
5005,
2569,
12,
370,
8681,
137,
490,
49,
4356,
52,
16,
757,
353,
885,
439,
62,
432,
31,
33,
9799,
35,
37
],
),
"gif_2": SymbolsMetadata(
popularity: 28,
codepoint: 0xf40e,
categories: [1],
tags: [
748,
2508,
341,
9800,
751,
193,
284,
752,
753,
81,
1274,
9801,
51,
756,
757,
267,
5540,
289,
1090,
759,
760,
761,
9802,
763,
291,
764,
2451,
766
],
),
"gif_box": SymbolsMetadata(
popularity: 777,
codepoint: 0xe7a3,
categories: [1],
tags: [
745,
4,
3515,
341,
9798,
482,
5,
570,
283,
8680,
6111,
9803,
2569,
12,
370,
6112,
9686,
8681,
490,
5073,
49,
1327,
4356,
15,
16,
406,
583,
9804,
439,
62,
2381,
243,
433,
31,
33,
35,
527,
37
],
),
"girl": SymbolsMetadata(
popularity: 690,
codepoint: 0xeb68,
categories: [3],
tags: [
565,
566,
690,
5,
1796,
9805,
225,
1797,
7875,
137,
977,
581,
138,
978,
979,
7876,
982,
289,
588,
589,
5099,
590,
986,
888,
593,
31,
601,
4719,
7877,
1023
],
),
"gite": SymbolsMetadata(
popularity: 620,
codepoint: 0xe58b,
categories: [16],
tags: [
1496,
2123,
2984,
6164,
1102,
571,
6165,
6992,
1313,
1104,
2551,
2987,
6168,
9806,
2076,
1140,
4053,
7463,
1499,
2561,
6253,
1534,
1330,
3313,
9807,
327,
1123,
1516,
9808,
2554,
4777,
1687,
9809,
1502,
1503,
509,
6996,
3740,
1095,
4894,
2451,
6172,
2989
],
),
"glass_cup": SymbolsMetadata(
popularity: 27,
codepoint: 0xf6e3,
categories: [15],
tags: [
1423,
1332,
4858,
3696,
6008,
1333,
6010,
3701,
4207,
9810,
9811,
811,
2881,
2354,
1109,
5560,
4213,
4176,
6014,
289,
1537,
392,
1339,
4867,
31,
6017,
824,
6334,
3830,
9812
],
),
"globe": SymbolsMetadata(
popularity: 1266,
codepoint: 0xe64c,
categories: [5],
tags: [
193,
284,
374,
312,
1542,
5459,
315,
316,
318,
319,
320,
322,
259,
5225,
1470,
323,
324,
9813,
325,
267,
523,
9814,
9815,
5232,
1149,
331,
5932,
332,
1186,
334,
9816,
5235
],
),
"globe_asia": SymbolsMetadata(
popularity: 362,
codepoint: 0xf799,
categories: [5],
tags: [
1131,
7905,
193,
283,
284,
9817,
4495,
1542,
315,
316,
318,
319,
320,
322,
259,
5225,
9818,
1470,
323,
9819,
324,
325,
267,
5232,
1149,
330,
9820,
331,
332,
333,
1186,
334,
9816,
5235
],
),
"globe_book": SymbolsMetadata(
popularity: 51,
codepoint: 0xf3c9,
categories: [3],
tags: [
8687,
3390,
1073,
44,
314,
315,
3092,
316,
318,
319,
320,
322,
259,
4428,
5225,
4439,
3094,
1345,
267,
523,
5232,
3380,
2885,
4179,
4391,
7230,
332,
1186,
334,
5235
],
),
"globe_location_pin": SymbolsMetadata(
popularity: 236,
codepoint: 0xf35d,
categories: [5],
tags: [
1513,
1131,
9817,
4495,
312,
313,
314,
315,
316,
317,
318,
319,
320,
321,
322,
259,
5225,
2324,
323,
324,
1534,
174,
1624,
325,
1061,
326,
1535,
327,
5232,
328,
329,
1149,
331,
332,
1186,
334,
9816,
5235
],
),
"globe_uk": SymbolsMetadata(
popularity: 165,
codepoint: 0xf798,
categories: [5],
tags: [
862,
9821,
283,
284,
9817,
4495,
1541,
315,
9822,
316,
318,
319,
320,
6716,
322,
259,
5225,
323,
324,
4501,
325,
267,
9823,
5232,
1149,
9824,
1126,
332,
9825,
6718,
9826,
1186,
334,
5235
],
),
"glucose": SymbolsMetadata(
popularity: 52,
codepoint: 0xe4a0,
categories: [3],
tags: [
4265,
9827,
9828,
9829,
690,
9830,
9831,
2899,
4270,
1789,
9832,
2692,
697,
4379,
9833,
9834,
3765,
9835,
7134,
892,
581,
9836,
4176,
9837,
17,
894,
7024,
9838,
630,
9839,
1318
],
),
"glyphs": SymbolsMetadata(
popularity: 328,
codepoint: 0xf8a3,
categories: [12],
tags: [
4653,
9840,
4,
7999,
5,
9841,
145,
9702,
1163,
7074,
1602,
1938,
12,
9842,
9441,
8001,
7077,
756,
506,
8273,
70,
7083,
2589,
3969,
759,
363,
1169,
71,
898,
4533,
4673,
33,
3951,
35,
6749,
1485
],
),
"go_to_line": SymbolsMetadata(
popularity: 33,
codepoint: 0xf71d,
categories: [2],
tags: [
77,
1102,
1787,
81,
312,
313,
1430,
1105,
2153,
1106,
147,
903,
9843,
51,
68,
6653,
87,
2324,
1749,
325,
905,
2196,
328,
329,
1121,
1123,
906,
1433,
2710,
31,
1227,
33
],
),
"golf_course": SymbolsMetadata(
popularity: 874,
codepoint: 0xeb45,
categories: [16],
tags: [
2508,
1131,
7323,
7539,
9844,
5354,
3089,
781,
9845,
1819,
4496,
5382,
9846,
9847,
9848,
9849,
2355,
9850,
7541,
7512,
1595,
1958,
323,
324,
325,
3652,
3296,
326,
2553,
9851,
3298,
30,
3520,
2650
],
),
"gondola_lift": SymbolsMetadata(
popularity: 16,
codepoint: 0xf476,
categories: [14],
tags: [
3640,
9852,
837,
9682,
1809,
1931,
4943,
1811,
1812,
313,
2418,
4945,
5673,
7936,
1623,
3027,
87,
1534,
1596,
885,
3652,
7328,
2045,
4360,
4361,
3825,
9685,
9853,
9854,
1993,
855,
4364,
3302,
4365,
4366,
1979,
1629,
332,
4906,
9855,
1835,
860
],
rtlAutoMirrored: true,
),
"google_home_devices": SymbolsMetadata(
popularity: 161,
codepoint: 0xe715,
categories: [11],
tags: [
6018,
2123,
1703,
1073,
4282,
284,
254,
345,
1704,
288,
9856,
7163,
7979,
1877,
1683,
9857,
579,
1198,
1110,
1140,
7151,
7152,
1314,
3422,
630,
7164,
1706,
267,
7165,
7183,
1897,
1293,
1294,
1093,
65,
333,
278
],
),
"google_tv_remote": SymbolsMetadata(
popularity: 89,
codepoint: 0xf5db,
categories: [10],
tags: [
861,
504,
4276,
5436,
193,
1073,
345,
6408,
288,
1877,
781,
1683,
1110,
1140,
1111,
1114,
406,
1624,
1143,
2457,
4777,
363,
273,
1897,
411,
65,
412,
2030,
278
],
),
"google_wifi": SymbolsMetadata(
popularity: 298,
codepoint: 0xe840,
categories: [10],
tags: [
7522,
517,
731,
9858,
251,
283,
284,
254,
81,
288,
9859,
1683,
9860,
1110,
51,
259,
9861,
9862,
262,
651,
1143,
9863,
267,
523,
63,
2065,
2066,
1736,
652,
273,
649,
31,
65,
526,
1855,
277,
278,
280
],
),
"gpp_bad": SymbolsMetadata(
popularity: 1360,
codepoint: 0xf012,
categories: [4],
tags: [
2596,
1360,
9145,
1051,
1208,
1553,
1209,
1235,
1365,
5920,
2714,
1212,
4786,
2715,
1213,
9864,
5164,
3269,
6808,
6247,
1034,
1063,
1573,
1574,
5039,
1224,
1065,
705,
1036,
1575,
9865,
1226,
7476,
1576,
206,
3993
],
),
"gpp_maybe": SymbolsMetadata(
popularity: 1767,
codepoint: 0xf014,
categories: [4],
tags: [
3104,
1360,
1361,
9866,
5217,
691,
1553,
1662,
1365,
5643,
2714,
1366,
9864,
871,
1367,
5409,
3184,
1166,
9867,
5618,
616,
1034,
1063,
1573,
1574,
2331,
3945,
9868,
4416,
3187,
1036,
1575,
9865,
291,
31,
4419,
9869,
9870,
3946,
9871,
4036,
4461,
1576,
5596,
206
],
),
"gradient": SymbolsMetadata(
popularity: 469,
codepoint: 0xe3e9,
categories: [1],
tags: [
4594,
1592,
3516,
4203,
4563,
4739,
4084,
485,
1252,
680,
487,
1164,
4306,
2217,
83,
4307,
137,
49,
2503,
3626,
3627,
355,
59,
62,
2144,
1500,
151,
4043,
2160,
6391,
511,
4309,
476
],
),
"grading": SymbolsMetadata(
popularity: 1092,
codepoint: 0xea4f,
categories: [12],
tags: [
2679,
9872,
1662,
3087,
463,
1430,
1666,
3486,
8595,
488,
9873,
3124,
88,
1166,
788,
1587,
2004,
9874,
203,
1428,
3504,
228,
1619,
6510,
5655,
1318,
1669,
3127,
4461,
4820
],
),
"grain": SymbolsMetadata(
popularity: 836,
codepoint: 0xe3ea,
categories: [1],
tags: [
1738,
4935,
1592,
43,
3074,
1105,
1252,
680,
487,
346,
83,
1821,
137,
49,
2503,
9875,
406,
439,
1286,
2747,
4330,
59,
62,
9876,
2144,
25,
63,
5880,
9877,
433,
8128,
3588,
9878,
5884,
476
],
),
"graph_1": SymbolsMetadata(
popularity: 122,
codepoint: 0xf3a0,
categories: [9],
tags: [
1422,
1071,
569,
373,
1073,
81,
375,
942,
9879,
1078,
234,
3151,
3026,
235,
1081,
68,
792,
9880,
87,
1426,
226,
18,
491,
1088,
648,
759,
1428,
4179,
2332,
2420,
228,
746,
4663,
1429,
1701
],
),
"graph_2": SymbolsMetadata(
popularity: 278,
codepoint: 0xf39f,
categories: [9],
tags: [
1422,
1071,
2464,
1424,
517,
569,
373,
3762,
1073,
81,
375,
939,
3486,
578,
941,
942,
1078,
234,
3151,
1081,
68,
17,
1086,
491,
1088,
22,
648,
759,
1428,
390,
2332,
746,
3070,
1429,
514
],
),
"graph_3": SymbolsMetadata(
popularity: 281,
codepoint: 0xf39e,
categories: [9],
tags: [
1422,
1071,
1424,
517,
569,
373,
933,
1073,
1425,
81,
375,
963,
941,
1078,
234,
3151,
235,
1081,
1086,
491,
1088,
759,
2457,
9881,
1428,
746,
2278,
9882,
1429,
2469,
9883,
514
],
),
"graph_4": SymbolsMetadata(
popularity: 174,
codepoint: 0xf39d,
categories: [9],
tags: [
1422,
1071,
1424,
517,
569,
373,
933,
3762,
1073,
81,
375,
3486,
1078,
234,
9884,
3151,
1081,
68,
2465,
17,
1086,
491,
1088,
648,
1427,
759,
1428,
4179,
2332,
746,
1619,
1429,
514
],
),
"graph_5": SymbolsMetadata(
popularity: 233,
codepoint: 0xf39c,
categories: [9],
tags: [
1422,
1071,
1424,
517,
569,
373,
3762,
1073,
81,
375,
941,
1078,
234,
3151,
235,
1081,
68,
17,
1086,
491,
1088,
648,
759,
2457,
1428,
2332,
746,
2468,
1464,
514
],
),
"graph_6": SymbolsMetadata(
popularity: 62,
codepoint: 0xf39b,
categories: [9],
tags: [
1422,
1071,
1424,
3768,
517,
569,
373,
1073,
81,
5037,
375,
941,
1078,
234,
3151,
1081,
1086,
491,
1088,
648,
759,
432,
3356,
1428,
2332,
746,
1429,
2469,
514
],
),
"graph_7": SymbolsMetadata(
popularity: 157,
codepoint: 0xf346,
categories: [9],
tags: [
1422,
1071,
569,
373,
1073,
81,
6824,
9885,
375,
964,
3486,
941,
1078,
234,
3151,
1081,
68,
1426,
9886,
17,
1086,
491,
4259,
1088,
9887,
648,
1427,
759,
1428,
2332,
746,
1095,
1429,
9888,
514
],
),
"graphic_eq": SymbolsMetadata(
popularity: 2271,
codepoint: 0xe1b8,
categories: [4],
tags: [
1268,
7807,
3383,
9889,
9890,
8102,
9891,
2060,
9892,
9893,
9894,
3768,
7810,
5486,
7811,
7350,
2063,
9895,
9896,
137,
3322,
686,
1706,
8107,
9897,
9898,
1286,
440,
1293,
8127,
9899,
9900,
9901,
3386,
9902,
9903,
9904,
2068,
2469,
1298,
3478
],
),
"grass": SymbolsMetadata(
popularity: 1916,
codepoint: 0xf205,
categories: [8],
tags: [
1808,
3810,
6330,
1810,
1814,
315,
6222,
1843,
1819,
7980,
9905,
7981,
3816,
8618,
2355,
1822,
234,
1140,
1595,
9906,
2360,
9907,
2361,
1825,
2362,
3652,
3296,
9908,
1826,
7988,
9909,
9910,
6877
],
),
"grid_3x3": SymbolsMetadata(
popularity: 284,
codepoint: 0xf015,
categories: [4],
tags: [
75,
2698,
9911,
1131,
76,
2261,
3583,
1425,
8,
9912,
382,
385,
87,
4113,
506,
9913,
9914,
2707,
92,
1427,
1151,
2460,
71,
823,
2710,
955,
1473,
9716,
396
],
),
"grid_3x3_off": SymbolsMetadata(
popularity: 8,
codepoint: 0xf67c,
categories: [4],
tags: [
75,
9020,
1466,
1051,
6311,
1299,
1300,
868,
8,
1055,
370,
382,
2915,
1222,
385,
87,
1470,
4113,
6509,
1059,
1061,
3354,
432,
1067,
823,
2710,
955,
9915,
2711,
413,
1068,
9916,
396
],
),
"grid_4x4": SymbolsMetadata(
popularity: 437,
codepoint: 0xf016,
categories: [4],
tags: [
631,
3581,
1466,
481,
6592,
3583,
1197,
933,
3939,
81,
485,
8,
2180,
1164,
2154,
9917,
382,
1198,
385,
1470,
4113,
91,
586,
3354,
1459,
1151,
1152,
823,
2710,
955,
1093,
1473,
152,
396
],
),
"grid_goldenratio": SymbolsMetadata(
popularity: 174,
codepoint: 0xf017,
categories: [4],
tags: [
4295,
2148,
1466,
1592,
925,
2242,
9918,
485,
9919,
348,
9920,
9921,
9922,
382,
2816,
9923,
385,
9924,
1470,
1716,
2747,
59,
3084,
3085,
432,
9925,
823,
6761,
2710,
955,
3727,
476
],
),
"grid_guides": SymbolsMetadata(
popularity: 113,
codepoint: 0xf76f,
categories: [12],
tags: [
2148,
9926,
933,
2242,
5519,
485,
9927,
8,
680,
2253,
382,
5380,
9928,
2816,
696,
5408,
8798,
916,
385,
1470,
586,
2246,
820,
2188,
432,
179,
1459,
9925,
4900,
433,
955,
9407,
3330,
396
],
),
"grid_off": SymbolsMetadata(
popularity: 220,
codepoint: 0xe3eb,
categories: [1],
tags: [
1466,
1051,
3351,
6837,
1162,
1300,
868,
8,
1055,
370,
382,
9929,
2915,
49,
1222,
385,
9930,
1059,
1061,
3354,
1427,
3356,
9931,
8658,
1067,
2710,
955,
413,
9916,
396
],
),
"grid_on": SymbolsMetadata(
popularity: 1965,
codepoint: 0xe3ec,
categories: [1],
tags: [
2148,
76,
6784,
3516,
2261,
2336,
3583,
373,
3351,
933,
81,
375,
868,
8,
1055,
370,
381,
1078,
382,
49,
385,
1470,
4113,
1059,
1061,
92,
289,
3354,
2802,
1459,
1200,
1067,
1460,
2710,
955,
1473,
396
],
),
"grid_view": SymbolsMetadata(
popularity: 14181,
codepoint: 0xe9b0,
categories: [12],
tags: [
1672,
9932,
1466,
9933,
2261,
6088,
2701,
628,
1425,
9934,
485,
8,
2186,
382,
7219,
5380,
9935,
1344,
86,
385,
4113,
9936,
586,
92,
4115,
3354,
410,
2833,
9715,
2710,
955,
5417,
1093,
9937,
2711,
141,
1348,
396,
9938,
333,
1186,
1187
],
),
"grocery": SymbolsMetadata(
popularity: 218,
codepoint: 0xef97,
categories: [8],
tags: [
1645,
9939,
1646,
1758,
569,
1647,
1648,
1416,
934,
9940,
9941,
4207,
1649,
9942,
2354,
9943,
9944,
4910,
9945,
6652,
86,
1389,
1390,
4712,
1651,
2364,
4485,
1654,
1393,
9946,
9947,
6724,
1394,
1395,
1657,
1396,
9948
],
),
"group": SymbolsMetadata(
popularity: 38348,
codepoint: 0xe7ef,
categories: [3],
tags: [
973,
1756,
1190,
1332,
1271,
574,
5043,
6630,
1541,
7993,
577,
1026,
578,
1276,
579,
7381,
1280,
88,
1029,
582,
267,
289,
588,
1287,
590,
1288,
7996,
392,
592,
1339,
593,
595,
597,
602
],
),
"group_add": SymbolsMetadata(
popularity: 9396,
codepoint: 0xe7f0,
categories: [3],
tags: [
973,
745,
9949,
1547,
1551,
566,
193,
9950,
4609,
1271,
975,
577,
1026,
9951,
1276,
579,
581,
1280,
872,
235,
8196,
1328,
982,
1030,
237,
267,
887,
588,
589,
1287,
239,
590,
1288,
7996,
888,
593,
597,
991,
602
],
),
"group_off": SymbolsMetadata(
popularity: 651,
codepoint: 0xe747,
categories: [3],
tags: [
9952,
690,
9953,
5354,
9954,
571,
9955,
9956,
3260,
9957,
6630,
9958,
868,
9959,
5781,
9960,
579,
9961,
1217,
581,
5097,
9962,
2015,
1059,
588,
9963,
9964,
589,
9965,
706,
593,
9966,
2401,
9967,
9968,
9969,
9970,
9971,
9972,
9973,
9974
],
),
"group_remove": SymbolsMetadata(
popularity: 1089,
codepoint: 0xe7ad,
categories: [3],
tags: [
9975,
973,
748,
501,
504,
571,
1271,
574,
345,
9976,
9977,
9978,
577,
1026,
1276,
579,
1218,
1280,
1030,
506,
1255,
4273,
267,
588,
6185,
1045,
1287,
9979,
1288,
1224,
9980,
9981,
9982,
888,
593,
1261,
597,
9971,
9983,
991,
602
],
),
"group_search": SymbolsMetadata(
popularity: 120,
codepoint: 0xf3ce,
categories: [7],
tags: [
565,
566,
314,
316,
577,
317,
9984,
9985,
9986,
9987,
9988,
1109,
580,
9989,
581,
3659,
2324,
9990,
9991,
9992,
1115,
1116,
1117,
2327,
588,
589,
590,
1126,
8572,
9993,
9994,
9995,
9996,
9997,
9998,
9999,
601
],
),
"group_work": SymbolsMetadata(
popularity: 2821,
codepoint: 0xe886,
categories: [3],
tags: [
10000,
5751,
8494,
6320,
569,
462,
571,
4609,
574,
10001,
6630,
7993,
578,
5781,
579,
7394,
582,
267,
586,
6692,
7668,
588,
1288,
330,
592,
593,
595,
597,
7396,
6204,
602,
1518
],
),
"grouped_bar_chart": SymbolsMetadata(
popularity: 919,
codepoint: 0xf211,
categories: [9],
tags: [
1422,
1071,
1423,
1424,
517,
569,
373,
933,
3762,
1425,
81,
375,
941,
1078,
1079,
10002,
10003,
234,
1081,
2465,
1182,
226,
1086,
648,
759,
5654,
3356,
1428,
10004,
2467,
746,
1095,
2468,
2469,
514
],
),
"groups": SymbolsMetadata(
popularity: 23201,
codepoint: 0xf233,
categories: [3],
tags: [
1190,
6320,
690,
5354,
571,
4609,
574,
1074,
6630,
578,
5781,
137,
6180,
581,
138,
10005,
4896,
5097,
582,
2455,
267,
289,
10006,
588,
589,
1288,
392,
592,
593,
2489,
31,
597,
9970,
6204,
141,
602
],
),
"groups_2": SymbolsMetadata(
popularity: 2344,
codepoint: 0xf8df,
categories: [3],
tags: [
5751,
6320,
690,
193,
5354,
571,
574,
575,
284,
6630,
10007,
5748,
578,
5781,
580,
6180,
7018,
581,
1612,
5097,
582,
6182,
1030,
267,
6183,
588,
6185,
589,
1288,
10008,
592,
593,
9559,
597,
598,
9970,
990,
602
],
),
"groups_3": SymbolsMetadata(
popularity: 1407,
codepoint: 0xf8e0,
categories: [3],
tags: [
480,
565,
5751,
1190,
6320,
690,
193,
5354,
571,
4609,
574,
6630,
578,
5781,
579,
6180,
977,
581,
7379,
10009,
5097,
582,
584,
267,
588,
589,
590,
1288,
986,
592,
593,
597,
9970,
599,
10010,
601,
602
],
),
"guardian": SymbolsMetadata(
popularity: 80,
codepoint: 0xf4c1,
categories: [3],
tags: [
861,
10011,
1360,
5456,
10012,
2811,
690,
1133,
10013,
1760,
10014,
3954,
3497,
137,
3183,
1027,
581,
138,
5466,
9538,
325,
289,
8297,
2611,
4074,
588,
589,
1063,
590,
1574,
3187,
1773,
1036,
392,
1575,
888,
291,
5744,
10015,
31,
907,
601,
206
],
),
"gynecology": SymbolsMetadata(
popularity: 18,
codepoint: 0xe0f4,
categories: [3],
tags: [
3547,
10016,
690,
10017,
2373,
753,
1761,
10018,
1796,
10019,
8622,
10020,
10021,
10022,
697,
892,
1763,
581,
4711,
894,
9838,
1767,
10023,
10024,
10025,
10026,
10027,
10028,
8626,
10029,
10030,
8629,
7028,
3493,
4719,
10031,
8630
],
),
"h_mobiledata": SymbolsMetadata(
popularity: 122,
codepoint: 0xf018,
categories: [4],
tags: [
605,
4,
627,
251,
10032,
252,
5,
283,
284,
254,
81,
529,
12,
9402,
10033,
10034,
10035,
259,
5224,
9395,
16,
262,
264,
265,
10036,
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,
10037,
12,
9402,
10038,
10033,
51,
259,
15,
16,
610,
262,
263,
265,
267,
10039,
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,
9402,
10040,
10034,
522,
10041,
51,
259,
9861,
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,
4484,
9402,
10033,
10034,
522,
138,
51,
5224,
16,
262,
263,
265,
267,
271,
239,
240,
652,
290,
1700,
291,
31,
4533,
65,
276,
33,
35,
278
],
),
"hail": SymbolsMetadata(
popularity: 1076,
codepoint: 0xe9b1,
categories: [14],
tags: [
1360,
10042,
690,
1101,
840,
841,
1105,
1843,
2883,
849,
10043,
581,
850,
5859,
6759,
1825,
588,
589,
2982,
10044,
2045,
5942,
10045,
1993,
10046,
855,
1226,
4394,
5353,
1629,
206,
859,
10047,
860
],
),
"hallway": SymbolsMetadata(
popularity: 13,
codepoint: 0xe6f8,
categories: [8],
tags: [
480,
1496,
929,
10048,
484,
313,
4931,
1431,
1212,
348,
904,
137,
10049,
5673,
1140,
1499,
49,
2735,
1595,
2939,
1470,
1403,
1596,
1597,
325,
7519,
5772,
1625,
386,
57,
59,
62,
1946,
1339,
823,
31,
10050,
10051,
1630
],
),
"hand_bones": SymbolsMetadata(
popularity: 318,
codepoint: 0xf894,
categories: [3],
tags: [
3547,
4166,
690,
4120,
8601,
43,
375,
378,
1789,
2689,
488,
2692,
697,
581,
384,
1525,
894,
2361,
2362,
3559,
9760,
4180,
392,
8608,
8610,
955,
2544,
10052
],
),
"hand_gesture": SymbolsMetadata(
popularity: 1042,
codepoint: 0xef9c,
categories: [6],
tags: [
748,
690,
1103,
283,
345,
2689,
3552,
10053,
2690,
10054,
2692,
10055,
10056,
10057,
3553,
8613,
1111,
1612,
3558,
3559,
2670,
2859,
273,
1226,
31,
1792,
1854
],
),
"hand_gesture_off": SymbolsMetadata(
popularity: 21,
codepoint: 0xf3f3,
categories: [6],
tags: [
3547,
1051,
10058,
1103,
345,
5920,
1300,
10059,
2689,
1213,
2690,
3378,
2692,
581,
1111,
1612,
1302,
10060,
1059,
289,
3559,
10061,
1065,
392,
898,
10062,
1226,
31,
1068,
2518,
1854
],
),
"handheld_controller": SymbolsMetadata(
popularity: 22,
codepoint: 0xf4c6,
categories: [11],
tags: [
10063,
10064,
504,
1100,
5986,
6408,
1744,
6409,
288,
10065,
2532,
781,
10066,
2533,
10067,
10068,
6410,
5428,
10069,
10070,
10071,
6411,
1958,
10072,
10073,
4289,
2504,
3298,
65,
2500,
37,
6414,
10074,
10075
],
rtlAutoMirrored: true,
),
"handshake": SymbolsMetadata(
popularity: 15782,
codepoint: 0xebcb,
categories: [3],
tags: [
10076,
2438,
10000,
569,
571,
284,
2442,
7390,
10077,
4484,
7994,
2692,
2075,
10078,
10079,
9098,
5097,
10080,
289,
7668,
876,
3426,
4219,
9166,
880,
3191,
10081,
4621,
6255
],
),
"handyman": SymbolsMetadata(
popularity: 4393,
codepoint: 0xf10b,
categories: [5],
tags: [
1738,
1374,
5992,
1775,
685,
1497,
10082,
1236,
2781,
46,
1747,
1776,
6285,
5388,
1515,
3961,
5313,
70,
921,
4913,
4880,
10083,
10084,
652,
71,
4881,
10085,
1780,
3375,
1518,
5349,
4883
],
),
"hangout_video": SymbolsMetadata(
popularity: 82,
codepoint: 0xe0c1,
categories: [0],
tags: [
5977,
1270,
40,
570,
283,
5093,
284,
44,
8,
346,
5106,
1683,
10086,
49,
1612,
1314,
1282,
406,
5097,
353,
439,
267,
523,
62,
440,
432,
410,
593,
454,
1296,
65,
37,
434,
396,
498,
476,
3618
],
),
"hangout_video_off": SymbolsMetadata(
popularity: 15,
codepoint: 0xe0c2,
categories: [0],
tags: [
1270,
10087,
40,
10088,
10089,
10090,
10091,
283,
6175,
5093,
10092,
10093,
868,
1055,
10094,
346,
5106,
1683,
5038,
10086,
49,
352,
5097,
353,
1302,
10095,
1059,
1061,
62,
432,
1067,
37,
10096,
5103,
10097,
10098,
444,
10099,
10100,
10101,
367,
10102,
434,
10103
],
),
"hard_disk": SymbolsMetadata(
popularity: 63,
codepoint: 0xf3da,
categories: [11],
tags: [
861,
1673,
1674,
3897,
3939,
519,
81,
288,
44,
2140,
2141,
2532,
46,
147,
1680,
4290,
1110,
68,
2324,
406,
2794,
267,
453,
2796,
1539,
2720,
1689,
1396,
1093,
65,
526,
554
],
),
"hard_drive": SymbolsMetadata(
popularity: 121,
codepoint: 0xf80e,
categories: [11],
tags: [
861,
1673,
1674,
193,
3939,
519,
1310,
845,
81,
1467,
288,
44,
2140,
2141,
1877,
4290,
1110,
10104,
68,
1111,
2794,
1732,
432,
1539,
2720,
10105,
1689,
1396,
1093,
65,
10106
],
),
"hard_drive_2": SymbolsMetadata(
popularity: 49,
codepoint: 0xf7a4,
categories: [11],
tags: [
861,
1673,
1674,
3897,
519,
1310,
81,
288,
44,
10107,
2141,
2532,
10108,
4290,
1110,
68,
10109,
1470,
406,
2794,
432,
2796,
1539,
2720,
10105,
1689,
1396,
1093,
65,
554
],
),
"hardware": SymbolsMetadata(
popularity: 595,
codepoint: 0xea59,
categories: [8],
tags: [
1738,
1756,
2115,
193,
1775,
685,
1497,
345,
1236,
5310,
2781,
1776,
6285,
1110,
4877,
4878,
1029,
4879,
5317,
10110,
70,
6256,
4015,
921,
4880,
470,
71,
1779,
644,
1093,
140,
65,
511,
1780,
473,
3303
],
),
"hd": SymbolsMetadata(
popularity: 649,
codepoint: 0xe052,
categories: [0],
tags: [
4,
5,
135,
3457,
628,
639,
104,
43,
44,
8,
346,
12,
418,
3459,
419,
51,
68,
52,
10111,
9395,
16,
1166,
406,
354,
3341,
439,
25,
408,
63,
28,
410,
644,
411,
31,
33,
2030,
35,
37
],
),
"hdr_auto": SymbolsMetadata(
popularity: 484,
codepoint: 0xf01a,
categories: [1],
tags: [
3418,
2210,
4,
2423,
3349,
504,
40,
5,
193,
345,
1274,
3360,
216,
12,
8810,
3459,
8811,
49,
16,
642,
355,
57,
59,
62,
63,
1148,
151,
2402,
31,
33,
413,
35
],
),
"hdr_auto_select": SymbolsMetadata(
popularity: 110,
codepoint: 0xf01b,
categories: [1],
tags: [
231,
3418,
2210,
4,
2423,
3349,
504,
40,
5,
193,
4739,
43,
1274,
3360,
3623,
12,
4484,
137,
8810,
3459,
8811,
138,
106,
16,
439,
355,
57,
3603,
59,
1148,
362,
151,
2402,
31,
65,
33,
413,
35,
907,
364,
434
],
),
"hdr_enhanced_select": SymbolsMetadata(
popularity: 137,
codepoint: 0xef51,
categories: [1],
tags: [
745,
2210,
4,
3622,
40,
5,
4563,
4739,
1274,
487,
3352,
715,
3360,
346,
83,
12,
348,
137,
8810,
3459,
8811,
49,
16,
406,
642,
354,
355,
57,
59,
62,
239,
63,
1148,
362,
363,
151,
433,
31,
33,
35,
37,
10112
],
),
"hdr_off": SymbolsMetadata(
popularity: 139,
codepoint: 0xe3ed,
categories: [1],
tags: [
4,
504,
120,
1208,
5,
345,
1162,
868,
1274,
1055,
3352,
12,
8810,
10113,
10114,
3459,
8811,
10115,
10116,
8358,
124,
16,
10117,
10118,
1059,
1061,
355,
3603,
59,
1148,
362,
1067,
6834,
31,
33,
10119,
10120,
10121,
9799,
35,
367,
10122
],
),
"hdr_off_select": SymbolsMetadata(
popularity: 97,
codepoint: 0xf01c,
categories: [1],
tags: [
4,
1132,
40,
1208,
5,
193,
345,
868,
1274,
487,
1055,
3360,
83,
12,
8810,
10114,
3459,
10116,
49,
1222,
16,
642,
10123,
1059,
1061,
355,
289,
57,
59,
62,
1148,
432,
362,
363,
151,
1067,
433,
31,
33,
10124,
9799,
413,
35
],
),
"hdr_on": SymbolsMetadata(
popularity: 253,
codepoint: 0xe3ee,
categories: [1],
tags: [
4325,
745,
4,
504,
40,
42,
5,
345,
1274,
4327,
3352,
3360,
216,
12,
8810,
3459,
8811,
49,
16,
354,
1061,
355,
59,
62,
239,
63,
1148,
453,
362,
151,
2402,
31,
33,
413,
35,
37
],
),
"hdr_on_select": SymbolsMetadata(
popularity: 127,
codepoint: 0xf01d,
categories: [1],
tags: [
231,
4,
3621,
504,
40,
5,
344,
193,
4739,
345,
4084,
1274,
715,
216,
346,
12,
137,
8810,
3459,
8811,
49,
16,
642,
1061,
355,
57,
59,
62,
758,
63,
1148,
362,
151,
2402,
31,
33,
10125,
35,
37,
364
],
),
"hdr_plus": SymbolsMetadata(
popularity: 108,
codepoint: 0xf01e,
categories: [1],
tags: [
231,
4325,
745,
4,
504,
40,
5,
193,
345,
1274,
2153,
487,
4327,
3352,
3360,
83,
12,
904,
8810,
10126,
10127,
10128,
3459,
8811,
4329,
107,
16,
406,
1061,
57,
59,
10129,
62,
239,
63,
1148,
362,
71,
2402,
31,
33,
413,
35,
37,
4319
],
),
"hdr_plus_off": SymbolsMetadata(
popularity: 4,
codepoint: 0xe3ef,
categories: [1],
tags: [
231,
40,
1208,
42,
1162,
868,
1055,
3360,
1212,
8810,
10127,
8811,
49,
1222,
87,
642,
1059,
1061,
355,
57,
59,
62,
239,
63,
440,
71,
1067,
6834,
413,
37
],
),
"hdr_strong": SymbolsMetadata(
popularity: 472,
codepoint: 0xe3f1,
categories: [1],
tags: [
1738,
10130,
3622,
40,
120,
1101,
4739,
1105,
1274,
3352,
715,
10131,
3623,
10132,
8810,
10133,
3459,
8811,
49,
6078,
3026,
70,
57,
3603,
58,
59,
62,
111,
63,
1148,
71,
5520,
476,
4319,
10122
],
),
"hdr_weak": SymbolsMetadata(
popularity: 326,
codepoint: 0xe3f2,
categories: [1],
tags: [
40,
193,
1101,
4739,
345,
4664,
4084,
868,
1105,
1274,
487,
811,
3352,
3360,
3623,
83,
8810,
3459,
8811,
10134,
49,
1222,
3627,
1952,
1059,
355,
289,
57,
59,
1148,
762,
151,
141,
5524
],
),
"head_mounted_device": SymbolsMetadata(
popularity: 308,
codepoint: 0xf4c5,
categories: [11],
tags: [
478,
2536,
2537,
2763,
2738,
10135,
288,
44,
8,
1877,
781,
46,
489,
3149,
2533,
5428,
10136,
1110,
10137,
7042,
10138,
466,
6118,
10139,
2769,
10140,
410,
495,
65,
396,
475,
477
],
),
"headphones": SymbolsMetadata(
popularity: 4539,
codepoint: 0xf01f,
categories: [11],
tags: [
2536,
1268,
7702,
10141,
1270,
283,
288,
7696,
10142,
7706,
1877,
781,
46,
5428,
10143,
7709,
10144,
7042,
10145,
1301,
4530,
7728,
439,
1706,
10146,
1293,
7722,
3346,
880,
65,
475
],
),
"headphones_battery": SymbolsMetadata(
popularity: 249,
codepoint: 0xf020,
categories: [11],
tags: [
2536,
1268,
3679,
4275,
3680,
3869,
284,
288,
7696,
7706,
2532,
3684,
7709,
7042,
138,
51,
792,
1301,
4530,
1706,
4277,
3688,
1293,
291,
10147,
65,
141,
278
],
),
"headset_mic": SymbolsMetadata(
popularity: 3049,
codepoint: 0xe311,
categories: [11],
tags: [
2536,
1268,
7702,
8953,
10148,
1270,
570,
283,
288,
10149,
7696,
7706,
10150,
781,
2533,
7709,
7042,
1301,
10151,
1284,
1285,
1706,
9622,
453,
1293,
4845,
10152,
1296,
65,
612,
1298
],
),
"headset_off": SymbolsMetadata(
popularity: 268,
codepoint: 0xe33a,
categories: [11],
tags: [
2536,
1268,
10153,
3257,
1270,
570,
283,
288,
1162,
868,
2713,
7696,
7706,
1055,
7709,
10154,
10155,
7042,
10156,
1301,
4530,
5097,
1284,
1706,
1302,
1303,
10157,
1059,
1061,
2098,
1304,
1067,
1293,
2101,
1296,
1068,
5103,
1298,
554
],
),
"healing": SymbolsMetadata(
popularity: 1146,
codepoint: 0xe3f3,
categories: [1],
tags: [
864,
10158,
10159,
2373,
1235,
7639,
1761,
1252,
680,
2425,
2427,
1747,
10160,
7642,
697,
10161,
10162,
892,
1763,
49,
3135,
894,
10163,
1767,
5876,
4274,
1768,
10164,
1686,
10165,
5377,
3493,
10166
],
),
"health_and_beauty": SymbolsMetadata(
popularity: 272,
codepoint: 0xef9d,
categories: [8],
tags: [
8580,
6643,
4252,
3132,
2373,
10167,
7012,
10168,
2425,
2882,
7018,
697,
7195,
4379,
3765,
3955,
892,
10169,
5370,
1763,
10170,
10171,
894,
7682,
9838,
1767,
10110,
10172,
5848,
4261,
1959,
2258,
10173,
3826,
4264,
7028,
3493
],
),
"health_and_safety": SymbolsMetadata(
popularity: 5984,
codepoint: 0xe1d5,
categories: [3],
tags: [
231,
745,
864,
8580,
3132,
1553,
1235,
10174,
3954,
3183,
697,
10175,
9835,
892,
1140,
10176,
894,
10177,
9838,
10178,
1143,
239,
10179,
1034,
1063,
1573,
3185,
1574,
2486,
3187,
3188,
705,
10180,
10181,
1773,
1036,
1575,
10182,
31,
3191,
1576,
3493
],
),
"health_metrics": SymbolsMetadata(
popularity: 356,
codepoint: 0xf6e2,
categories: [15],
tags: [
1422,
10183,
4373,
10184,
4251,
373,
81,
375,
1761,
5366,
5367,
2425,
2882,
1078,
697,
3763,
4379,
3764,
3765,
4507,
10185,
5370,
1763,
10170,
87,
226,
17,
894,
4382,
18,
1086,
630,
3766,
4261,
453,
1428,
10186,
4262,
10187,
746,
1095,
4699,
3493
],
),
"heap_snapshot_large": SymbolsMetadata(
popularity: 14,
codepoint: 0xf76e,
categories: [12],
tags: [
480,
1422,
501,
1102,
1310,
81,
4873,
1104,
375,
1580,
1430,
147,
137,
10188,
68,
10189,
1082,
2794,
4259,
1586,
1587,
3969,
3687,
648,
1090,
590,
1123,
1428,
390,
2720,
5090,
509,
1711,
955,
3070,
1093,
140,
514
],
),
"heap_snapshot_multiple": SymbolsMetadata(
popularity: 14,
codepoint: 0xf76d,
categories: [12],
tags: [
1673,
1466,
1674,
1197,
519,
1724,
1325,
81,
1104,
44,
1580,
1430,
3661,
147,
579,
2076,
4773,
10189,
1082,
1667,
2794,
2455,
92,
1586,
1587,
3969,
3687,
6893,
453,
3663,
1539,
5090,
1711,
6145,
1689,
1093,
3665
],
),
"heap_snapshot_thumbnail": SymbolsMetadata(
popularity: 23,
codepoint: 0xf76c,
categories: [12],
tags: [
1422,
1424,
517,
373,
10190,
933,
3762,
81,
3756,
4375,
1343,
1078,
382,
10188,
10191,
9884,
68,
10189,
17,
2794,
1086,
3969,
3687,
648,
57,
2143,
9714,
1428,
390,
2332,
5090,
10192,
746,
989,
2469,
514
],
),
"hearing": SymbolsMetadata(
popularity: 2138,
codepoint: 0xe023,
categories: [0],
tags: [
480,
862,
863,
10193,
7694,
865,
1268,
690,
283,
2301,
867,
7696,
351,
870,
697,
1279,
7698,
871,
581,
7699,
5225,
1301,
10194,
894,
3567,
1286,
289,
7701,
392,
1293,
31,
6030,
554,
1855
],
),
"hearing_aid": SymbolsMetadata(
popularity: 34,
codepoint: 0xf464,
categories: [0],
tags: [
862,
863,
864,
7694,
10195,
1267,
10196,
1268,
7702,
10197,
690,
7695,
288,
867,
7696,
10198,
10199,
10200,
870,
7697,
697,
10201,
1279,
10202,
7698,
5933,
871,
581,
7699,
1301,
4530,
894,
4258,
3567,
7719,
7136,
1293,
10203,
65,
554
],
),
"hearing_aid_disabled": SymbolsMetadata(
popularity: 3,
codepoint: 0xf3b0,
categories: [0],
tags: [
861,
862,
863,
864,
3131,
1268,
1051,
3132,
1299,
7695,
1162,
868,
7696,
1055,
870,
697,
892,
1279,
10202,
5933,
871,
7699,
7700,
4839,
87,
1301,
4258,
1302,
1303,
5951,
1059,
1061,
2098,
1304,
1067,
1293,
1170,
65,
554
],
),
"hearing_aid_disabled_left": SymbolsMetadata(
popularity: 1,
codepoint: 0xf2ec,
categories: [0],
tags: [
862,
863,
864,
3129,
1268,
288,
1162,
868,
7696,
1055,
870,
697,
1279,
10202,
871,
138,
7699,
7700,
1222,
2195,
10204,
87,
1301,
894,
1302,
1059,
1061,
1067,
1293,
31,
65,
554
],
),
"hearing_aid_left": SymbolsMetadata(
popularity: 10,
codepoint: 0xf2ed,
categories: [0],
tags: [
862,
863,
7694,
10195,
865,
1268,
690,
288,
313,
867,
7696,
870,
892,
1279,
10202,
7698,
871,
581,
7699,
7700,
2195,
1301,
4530,
894,
814,
3567,
289,
392,
1339,
1293,
880,
65,
511,
554
],
),
"hearing_disabled": SymbolsMetadata(
popularity: 479,
codepoint: 0xf104,
categories: [0],
tags: [
861,
862,
863,
864,
3129,
865,
1268,
193,
283,
7695,
1162,
867,
868,
7696,
1055,
870,
7697,
697,
1279,
10205,
10206,
871,
7699,
87,
1301,
894,
1302,
1059,
1061,
590,
4247,
2100,
1067,
1293,
879,
291,
31,
601,
554
],
),
"heart_broken": SymbolsMetadata(
popularity: 1643,
codepoint: 0xeac2,
categories: [3],
tags: [
10207,
2115,
3257,
10208,
9596,
10209,
1210,
10210,
6110,
3499,
10211,
697,
4507,
1613,
4508,
10212,
10213,
7068,
289,
6574,
3426,
1224,
6570,
8434,
392,
2401,
31,
4523,
10214,
10215,
10216,
10217,
10218,
6572
],
),
"heart_check": SymbolsMetadata(
popularity: 240,
codepoint: 0xf60a,
categories: [2],
tags: [
1658,
4506,
2660,
1660,
3180,
1664,
463,
2683,
1666,
1788,
3499,
4484,
697,
4507,
5248,
1613,
4508,
1166,
894,
1668,
4105,
1539,
362,
392,
245,
1669,
2334,
1576,
3754,
7263,
3493,
1671
],
),
"heart_minus": SymbolsMetadata(
popularity: 849,
codepoint: 0xf883,
categories: [2],
tags: [
4989,
1422,
4506,
4958,
4251,
780,
81,
5037,
1210,
10210,
3371,
3499,
697,
4507,
1613,
4508,
17,
894,
1255,
4259,
759,
4261,
359,
8180,
4105,
1224,
1539,
1261,
4523,
10216,
4264
],
),
"heart_plus": SymbolsMetadata(
popularity: 2668,
codepoint: 0xf884,
categories: [2],
tags: [
231,
745,
4506,
1332,
4252,
1325,
6110,
3499,
3500,
4484,
137,
697,
892,
4507,
1613,
3793,
4508,
1166,
894,
887,
4502,
876,
239,
242,
4105,
6570,
1539,
392,
1339,
2489,
31,
10219
],
),
"heat": SymbolsMetadata(
popularity: 111,
codepoint: 0xf537,
categories: [10],
tags: [
1738,
837,
2052,
2721,
1839,
7948,
1841,
7153,
840,
345,
464,
3684,
7154,
5179,
5180,
1077,
3023,
1847,
1140,
3025,
138,
235,
792,
87,
1143,
3705,
3688,
2420,
151,
3827,
6481,
31,
858,
2069,
3829,
1854,
9531,
859,
1856
],
),
"heat_pump": SymbolsMetadata(
popularity: 569,
codepoint: 0xec18,
categories: [8],
tags: [
5863,
838,
1871,
1858,
929,
5254,
1180,
844,
845,
10220,
7882,
3480,
3684,
10221,
8187,
3023,
10222,
1847,
10223,
1140,
1499,
1848,
5868,
4877,
1143,
8189,
1503,
1093,
65,
858,
5871,
2069,
3315,
1853,
10224
],
),
"heat_pump_balance": SymbolsMetadata(
popularity: 190,
codepoint: 0xe27e,
categories: [10],
tags: [
2210,
838,
1858,
925,
929,
840,
1876,
345,
845,
1400,
3480,
3684,
3716,
3871,
3023,
10222,
1847,
1140,
1499,
1848,
226,
1143,
8189,
1751,
1946,
71,
1896,
1897,
2490,
1093,
858,
2069
],
),
"height": SymbolsMetadata(
popularity: 1202,
codepoint: 0xea16,
categories: [12],
tags: [
77,
1741,
4563,
486,
10225,
1580,
10226,
2814,
1252,
680,
2153,
1335,
2217,
370,
383,
2968,
10227,
4597,
1470,
788,
226,
10228,
3077,
2272,
391,
10229,
1588,
298,
10230,
10231,
1460,
10232,
2160,
8926,
33,
5658,
35,
1701,
1464,
10233,
10234,
1485
],
),
"helicopter": SymbolsMetadata(
popularity: 40,
codepoint: 0xf60c,
categories: [3],
tags: [
4942,
837,
9045,
1929,
1902,
10235,
2425,
1909,
1924,
10236,
894,
9538,
387,
8518,
2431,
10237,
652,
1993,
1629,
332,
1835
],
),
"help": SymbolsMetadata(
popularity: 33124,
codepoint: 0xe887,
categories: [6],
tags: [
3941,
5586,
6620,
865,
504,
193,
462,
2617,
1164,
5644,
2816,
3156,
871,
138,
293,
68,
10238,
4428,
87,
1314,
4450,
289,
3943,
2331,
3944,
3945,
4806,
3663,
392,
1170,
880,
31,
4468,
141,
10239,
10240
],
rtlAutoMirrored: true,
),
"help_center": SymbolsMetadata(
popularity: 3587,
codepoint: 0xf1c0,
categories: [6],
tags: [
3941,
10241,
864,
6299,
865,
308,
193,
5032,
2617,
1745,
5644,
2816,
871,
10242,
293,
68,
8240,
10243,
4439,
4450,
3943,
2331,
5410,
3944,
3945,
4806,
4034,
3663,
652,
392,
10244,
880,
31,
4468
],
rtlAutoMirrored: true,
),
"help_clinic": SymbolsMetadata(
popularity: 63,
codepoint: 0xf810,
categories: [6],
tags: [
10241,
864,
1360,
1177,
865,
929,
2373,
1235,
312,
145,
4254,
2425,
3834,
5644,
10245,
3168,
697,
892,
871,
1140,
1763,
4193,
5073,
293,
68,
323,
894,
1767,
1768,
240,
3944,
652,
433,
955,
880,
5377
],
),
"hematology": SymbolsMetadata(
popularity: 16,
codepoint: 0xe0f6,
categories: [3],
tags: [
480,
1422,
4166,
4265,
690,
1250,
3583,
193,
2373,
81,
7768,
4269,
2899,
697,
892,
10246,
1763,
581,
4175,
4176,
894,
1767,
1428,
4179,
2332,
330,
4180,
10247,
31,
1318,
10248,
5377,
10249,
10250,
7290
],
),
"hevc": SymbolsMetadata(
popularity: 109,
codepoint: 0xf021,
categories: [1],
tags: [
222,
10251,
4,
5,
3457,
2216,
10252,
44,
3480,
10253,
2569,
346,
12,
370,
10254,
10255,
3459,
10256,
2003,
52,
16,
406,
354,
439,
408,
4343,
1947,
411,
31,
182,
65,
33,
740,
35,
338,
37
],
),
"hexagon": SymbolsMetadata(
popularity: 797,
codepoint: 0xeb39,
categories: [12],
tags: [
1738,
685,
3954,
3500,
3149,
3413,
381,
10257,
647,
289,
852,
1574,
1773,
1036,
71,
392,
1575,
10258,
10259,
2489,
65
],
),
"hide": SymbolsMetadata(
popularity: 1099,
codepoint: 0xef9e,
categories: [2],
tags: [
1051,
1208,
1209,
10260,
1210,
1162,
1300,
811,
4246,
1213,
2915,
10261,
813,
6509,
7338,
1059,
1063,
1224,
1065,
6260,
1067,
10262,
4323,
1068,
10263,
3689
],
),
"hide_image": SymbolsMetadata(
popularity: 690,
codepoint: 0xf022,
categories: [1],
tags: [
10264,
2134,
1051,
3257,
10265,
628,
868,
8,
1055,
5795,
1343,
137,
2915,
49,
813,
1595,
406,
1596,
1597,
1059,
1061,
57,
59,
62,
820,
1063,
1224,
3271,
6260,
1067,
413,
10266,
10267,
396,
3631,
476
],
),
"hide_source": SymbolsMetadata(
popularity: 1862,
codepoint: 0xf023,
categories: [2],
tags: [
861,
193,
10268,
1760,
345,
868,
1055,
5795,
8379,
2915,
10269,
813,
1777,
4259,
5489,
1059,
1060,
1061,
1034,
1063,
10270,
3185,
1574,
2894,
6260,
1773,
1036,
392,
2007,
1067,
737,
5114,
2946,
5320,
10271,
10272,
396,
7348
],
),
"high_density": SymbolsMetadata(
popularity: 24,
codepoint: 0xf79c,
categories: [1],
tags: [
223,
10273,
3897,
1209,
6036,
10274,
10275,
2392,
754,
6960,
6947,
3500,
2274,
1079,
2477,
3459,
7891,
10276,
1732,
5637,
10277,
6760,
63,
26,
10278,
410,
2489,
1956,
554
],
),
"high_quality": SymbolsMetadata(
popularity: 622,
codepoint: 0xe024,
categories: [0],
tags: [
3,
4,
3494,
281,
3495,
504,
192,
5,
104,
8,
10279,
6635,
3499,
1907,
10280,
12,
10281,
3459,
10282,
138,
16,
1491,
354,
3341,
6569,
716,
63,
10283,
6521,
795,
203,
28,
3504,
410,
10284,
2673,
857,
31,
33,
1263,
2030,
35,
3510,
10285
],
),
"high_res": SymbolsMetadata(
popularity: 32,
codepoint: 0xf54b,
categories: [1],
tags: [
626,
769,
4,
40,
5,
135,
780,
639,
104,
43,
8,
1430,
715,
10286,
147,
12,
418,
3459,
404,
48,
10282,
49,
16,
406,
354,
355,
648,
62,
408,
63,
28,
410,
151,
644,
411,
2402,
31,
33,
413,
2030,
35,
427,
37
],
),
"highlight": SymbolsMetadata(
popularity: 832,
codepoint: 0xe25f,
categories: [8],
tags: [
1157,
7815,
1474,
1361,
4563,
2931,
1580,
1430,
2243,
378,
1252,
680,
2153,
9434,
10287,
2217,
4393,
1748,
370,
2154,
1139,
1367,
2667,
3627,
87,
174,
9431,
1480,
3077,
4517,
3504,
362,
363,
392,
1588,
1460,
2160,
33,
511,
35,
4553,
1590,
1485,
10288
],
),
"highlight_keyboard_focus": SymbolsMetadata(
popularity: 18,
codepoint: 0xf510,
categories: [2],
tags: [
10289,
862,
749,
1132,
1133,
482,
10290,
3939,
345,
2337,
1787,
2392,
4603,
1164,
1819,
1748,
488,
348,
1139,
51,
1111,
467,
1113,
16,
1166,
289,
432,
362,
2696,
363,
433
],
),
"highlight_mouse_cursor": SymbolsMetadata(
popularity: 163,
codepoint: 0xf511,
categories: [2],
tags: [
77,
1179,
10290,
193,
1784,
1785,
519,
1310,
345,
1787,
1704,
2948,
1164,
1748,
381,
1139,
51,
1612,
1344,
259,
2195,
87,
323,
1166,
2981,
1749,
1167,
10291,
2859,
410,
362,
363,
7597,
392,
1227,
65,
511,
1628,
333
],
),
"highlight_text_cursor": SymbolsMetadata(
popularity: 16,
codepoint: 0xf512,
categories: [2],
tags: [
10292,
10293,
10294,
2842,
10290,
10295,
1787,
1633,
1430,
1252,
2153,
10296,
370,
1139,
3659,
10297,
87,
1583,
1641,
1480,
1167,
363,
10298,
10299,
8576,
9999,
3660,
3730,
2178,
1590,
1485
],
),
"highlighter_size_1": SymbolsMetadata(
popularity: 12,
codepoint: 0xf76b,
categories: [12],
tags: [
2210,
1474,
1592,
1332,
345,
2931,
485,
1430,
378,
1252,
680,
3092,
370,
137,
1139,
9429,
87,
8132,
174,
814,
1391,
70,
4517,
71,
1339,
298,
1170,
8134,
33,
4595,
511,
476,
3732,
1485
],
),
"highlighter_size_2": SymbolsMetadata(
popularity: 12,
codepoint: 0xf76a,
categories: [12],
tags: [
10300,
9364,
1474,
10301,
10302,
1162,
1430,
378,
1252,
680,
3092,
3194,
147,
370,
1139,
9429,
87,
8132,
174,
1583,
1585,
1391,
4517,
298,
10303,
10304,
10305,
1170,
8134,
2162,
4595,
511,
4553,
3732,
1485
],
),
"highlighter_size_3": SymbolsMetadata(
popularity: 17,
codepoint: 0xf769,
categories: [12],
tags: [
2210,
1474,
1592,
2277,
1430,
378,
4838,
1252,
2153,
3092,
9434,
10306,
370,
1139,
9429,
1111,
87,
8132,
174,
9431,
1480,
4517,
298,
10230,
1170,
8134,
33,
6950,
4598,
4595,
511,
3732,
397,
1485
],
),
"highlighter_size_4": SymbolsMetadata(
popularity: 13,
codepoint: 0xf768,
categories: [12],
tags: [
1474,
1787,
1430,
378,
1252,
680,
9434,
2217,
370,
137,
1139,
9429,
1939,
87,
8132,
1166,
174,
289,
4517,
1167,
432,
362,
392,
298,
433,
3775,
1170,
8134,
33,
6950,
4595,
511,
3732,
2535,
1485
],
),
"highlighter_size_5": SymbolsMetadata(
popularity: 23,
codepoint: 0xf767,
categories: [12],
tags: [
7815,
1592,
9349,
193,
1787,
1430,
1745,
378,
1252,
3092,
370,
1139,
9429,
2667,
1939,
87,
8132,
174,
1391,
4517,
328,
432,
298,
433,
1589,
1170,
8134,
33,
4598,
4595,
511,
4553,
3732,
10307,
1485
],
),
"hiking": SymbolsMetadata(
popularity: 2250,
codepoint: 0xe50a,
categories: [15],
tags: [
2508,
3640,
10308,
3642,
10309,
10310,
11,
5155,
3649,
581,
1623,
1958,
981,
1596,
10311,
1597,
1825,
4041,
1625,
589,
3298,
888,
593,
30,
3520,
5188,
4807,
332,
10312,
3799,
10313
],
),
"history": SymbolsMetadata(
popularity: 15583,
codepoint: 0xe889,
categories: [6],
tags: [
2508,
77,
2441,
1674,
2934,
462,
780,
1159,
753,
81,
1160,
10314,
288,
6446,
2076,
1140,
10315,
4804,
1143,
2828,
10316,
10317,
760,
2449,
4880,
5855,
3446,
3663,
2796,
2831,
2832,
10318,
470,
1539,
1168,
71,
1093,
1171,
2463,
473,
2836,
2451
],
),
"history_2": SymbolsMetadata(
popularity: 107,
codepoint: 0xf3e6,
categories: [6],
tags: [
4623,
2508,
1673,
77,
2441,
2934,
10319,
1159,
81,
1160,
288,
2089,
10320,
4802,
2076,
1140,
3463,
3055,
88,
4804,
2794,
3466,
1143,
2795,
759,
4806,
453,
760,
2449,
5855,
3663,
5880,
2831,
2847,
470,
1168,
360,
4963,
1171,
2463,
2540,
1095,
473
],
),
"history_edu": SymbolsMetadata(
popularity: 4759,
codepoint: 0xea3e,
categories: [12],
tags: [
4423,
1673,
3390,
1159,
3647,
464,
10321,
1430,
10322,
3092,
10323,
10324,
489,
10325,
2076,
3463,
4428,
3094,
3100,
16,
2794,
3466,
1587,
2795,
4517,
5008,
10326,
2885,
2737,
360,
3398,
5450,
4391,
10327,
1318,
1171,
2463,
1780,
4437,
1590,
1485
],
),
"history_off": SymbolsMetadata(
popularity: 47,
codepoint: 0xf4da,
categories: [6],
tags: [
2596,
2508,
77,
2441,
2934,
1051,
10328,
5543,
1159,
1235,
1160,
868,
2713,
1055,
1213,
2076,
1222,
4804,
10329,
5951,
1059,
1060,
1061,
2795,
2828,
453,
760,
2449,
1065,
2831,
2847,
470,
1168,
1067,
8713,
2120,
1171,
1095,
4807,
473,
1068
],
),
"history_toggle_off": SymbolsMetadata(
popularity: 1687,
codepoint: 0xf17d,
categories: [6],
tags: [
2508,
1159,
345,
2392,
754,
1160,
2601,
1300,
10330,
10331,
1164,
4802,
2076,
10332,
8897,
1059,
7409,
355,
2795,
2828,
4806,
453,
1168,
151,
4249,
1226,
2402,
1171,
2463,
413,
4323,
5166,
10333,
2198
],
),
"hive": SymbolsMetadata(
popularity: 1622,
codepoint: 0xeaa6,
categories: [3],
tags: [
480,
10334,
7977,
10335,
1196,
1197,
10336,
574,
284,
81,
1467,
904,
579,
10257,
10337,
10338,
10339,
10340,
4874,
1825,
267,
586,
3354,
392,
1689,
955,
1093
],
),
"hls": SymbolsMetadata(
popularity: 411,
codepoint: 0xeb8a,
categories: [2],
tags: [
4,
731,
5977,
5,
283,
254,
628,
81,
1715,
1313,
44,
4884,
2781,
781,
12,
10341,
10342,
259,
16,
1282,
406,
439,
267,
523,
1685,
2504,
409,
4775,
273,
454,
411,
31,
65,
10343,
33,
526,
35,
37,
10344,
333
],
),
"hls_off": SymbolsMetadata(
popularity: 406,
codepoint: 0xeb8c,
categories: [2],
tags: [
4,
5,
284,
1235,
1715,
1313,
2948,
1300,
868,
1055,
4884,
2781,
12,
10341,
10345,
1222,
16,
87,
406,
407,
686,
439,
267,
1059,
1060,
1061,
1685,
408,
1067,
7848,
454,
411,
3770,
31,
65,
33,
35,
1068,
37,
10346,
543
],
),
"holiday_village": SymbolsMetadata(
popularity: 1119,
codepoint: 0xe58a,
categories: [16],
tags: [
1495,
1496,
4037,
10347,
3644,
2548,
2779,
1197,
574,
4887,
312,
2551,
579,
1957,
10348,
1140,
1499,
10349,
2552,
4357,
5537,
4056,
1534,
10350,
386,
327,
1500,
2554,
1501,
1502,
1503,
1829,
10351,
10352,
3740,
1627,
1505,
3302,
2787,
332,
4894,
1506,
1960,
2789
],
),
"home": SymbolsMetadata(
popularity: 168502,
codepoint: 0xe88a,
categories: [2],
tags: [
5455,
1513,
1672,
10353,
1496,
2192,
929,
504,
2701,
1425,
485,
10354,
1498,
2551,
3500,
381,
1140,
10355,
1499,
1344,
385,
1314,
4056,
6775,
506,
325,
289,
327,
1500,
2554,
1501,
1502,
1503,
410,
392,
1504,
2833,
2489,
2128,
10356,
1170,
955,
4480,
141,
152,
1348,
333,
1186,
1187
],
),
"home_and_garden": SymbolsMetadata(
popularity: 66,
codepoint: 0xef9f,
categories: [8],
tags: [
8580,
1496,
929,
1815,
4931,
1498,
1843,
2551,
6869,
6870,
3816,
2355,
1326,
10357,
1140,
1499,
1824,
9727,
9906,
5526,
1825,
4041,
327,
9293,
1500,
2554,
1501,
1502,
1503,
4891,
1504,
1505,
10358,
5485,
1506,
1187,
6877
],
),
"home_app_logo": SymbolsMetadata(
popularity: 2236,
codepoint: 0xe295,
categories: [6],
tags: [
5455,
1513,
1307,
1672,
1496,
1267,
2192,
929,
4886,
4187,
10354,
4931,
1498,
1387,
2551,
1026,
1683,
1140,
10355,
1499,
2552,
5526,
323,
2480,
6775,
325,
1143,
267,
327,
1500,
1501,
1502,
4891,
1504,
2128,
955,
1187
],
),
"home_health": SymbolsMetadata(
popularity: 86,
codepoint: 0xe4b9,
categories: [3],
tags: [
864,
865,
3130,
929,
3132,
810,
2373,
1235,
1761,
1498,
1026,
2427,
697,
892,
1140,
10359,
1763,
1499,
4193,
3530,
5526,
894,
10360,
5876,
1502,
705,
3852,
1036,
880,
5377,
3493
],
),
"home_improvement_and_tools": SymbolsMetadata(
popularity: 32,
codepoint: 0xefa0,
categories: [8],
tags: [
10361,
8580,
5992,
929,
5386,
1775,
1497,
2781,
46,
4876,
1776,
6285,
5388,
1110,
1140,
10362,
6286,
4877,
5389,
4878,
3961,
5756,
10110,
6289,
4880,
10083,
652,
4881,
10085,
4882,
1780,
5349,
4883
],
),
"home_iot_device": SymbolsMetadata(
popularity: 514,
codepoint: 0xe283,
categories: [8],
tags: [
3146,
1858,
1267,
2123,
929,
283,
1074,
254,
345,
1743,
288,
44,
1498,
2532,
1683,
1110,
1140,
1499,
4174,
1281,
1344,
259,
7151,
7152,
5526,
1029,
647,
630,
1143,
267,
1500,
1502,
1292,
1897,
1093,
65,
278
],
),
"home_max": SymbolsMetadata(
popularity: 206,
codepoint: 0xf024,
categories: [11],
tags: [
1513,
1496,
1131,
929,
288,
10354,
4931,
1498,
2338,
7515,
914,
2217,
5096,
5809,
2533,
1110,
1140,
1499,
235,
259,
7152,
5526,
323,
10363,
2342,
325,
1143,
327,
1500,
1501,
1502,
4891,
391,
1292,
955,
10364,
1229,
2335
],
),
"home_max_dots": SymbolsMetadata(
popularity: 229,
codepoint: 0xe849,
categories: [10],
tags: [
3146,
5455,
1513,
1267,
929,
1101,
4784,
288,
1541,
1105,
1498,
2532,
1683,
1110,
1140,
10355,
1499,
2552,
259,
10365,
506,
237,
325,
1143,
70,
851,
1500,
1502,
1503,
1504,
1292,
6776,
955,
278
],
),
"home_mini": SymbolsMetadata(
popularity: 173,
codepoint: 0xf025,
categories: [11],
tags: [
10366,
1513,
1496,
1332,
929,
504,
6036,
288,
375,
1498,
2533,
1110,
1140,
1499,
138,
7152,
323,
2043,
814,
325,
1143,
289,
1500,
1501,
1502,
392,
1504,
1339,
1955,
1292,
955,
31,
10364
],
),
"home_pin": SymbolsMetadata(
popularity: 10708,
codepoint: 0xf14d,
categories: [5],
tags: [
1513,
1131,
929,
8307,
4784,
312,
313,
1498,
1387,
2551,
2474,
1532,
4921,
1140,
1499,
323,
6775,
324,
1534,
174,
325,
326,
327,
328,
329,
10367,
1500,
1501,
1502,
10368,
1540,
1226
],
),
"home_repair_service": SymbolsMetadata(
popularity: 2515,
codepoint: 0xf100,
categories: [5],
tags: [
10369,
482,
929,
1497,
46,
1747,
1776,
6285,
5388,
1140,
1499,
6286,
7927,
1515,
10370,
5389,
3961,
5313,
10371,
4913,
6289,
4880,
10372,
10084,
652,
1779,
4881,
6291,
511,
10085,
1780,
1518,
5349,
4883
],
),
"home_speaker": SymbolsMetadata(
popularity: 255,
codepoint: 0xf11c,
categories: [10],
tags: [
3147,
1858,
1267,
1268,
2123,
929,
193,
345,
288,
1877,
781,
1683,
137,
1140,
1499,
138,
384,
5527,
406,
814,
1706,
10373,
432,
1502,
1035,
1339,
1292,
1897,
1293,
1294,
955,
31,
1093,
65,
1298,
554
],
),
"home_storage": SymbolsMetadata(
popularity: 475,
codepoint: 0xf86c,
categories: [10],
tags: [
1496,
1674,
482,
929,
10374,
569,
1675,
1180,
1310,
81,
6835,
1467,
147,
1679,
1140,
10375,
1499,
10376,
1470,
267,
1500,
1501,
1503,
2720,
10377,
1689,
10378,
10379,
955,
65,
10380,
8468
],
),
"home_work": SymbolsMetadata(
popularity: 3384,
codepoint: 0xea09,
categories: [5],
tags: [
1513,
1496,
929,
569,
1180,
576,
312,
1498,
10381,
2551,
6446,
4921,
1140,
1499,
5311,
1515,
323,
1534,
325,
1391,
327,
2554,
1501,
1502,
1503,
1504,
955,
1518,
2557
],
),
"horizontal_distribute": SymbolsMetadata(
popularity: 280,
codepoint: 0xe014,
categories: [12],
tags: [
2147,
2148,
501,
1466,
502,
1423,
504,
375,
2179,
680,
2153,
2186,
2240,
2251,
370,
2154,
2253,
699,
385,
1470,
2219,
91,
92,
2157,
329,
3356,
703,
2159,
509,
823,
709,
2160,
33,
511
],
),
"horizontal_rule": SymbolsMetadata(
popularity: 1621,
codepoint: 0xf108,
categories: [12],
tags: [
1332,
1133,
10382,
2262,
1163,
1164,
10383,
381,
10384,
699,
87,
4575,
10385,
6401,
703,
1151,
4577,
1169,
392,
1339,
709,
2401,
10386
],
),
"horizontal_split": SymbolsMetadata(
popularity: 363,
codepoint: 0xe947,
categories: [12],
tags: [
1466,
517,
10387,
8,
9702,
2262,
10388,
10389,
370,
699,
10390,
10391,
10392,
385,
10393,
1470,
10394,
10395,
586,
919,
6401,
10396,
10397,
1151,
707,
2401,
2461,
10398,
10399,
396,
9720,
1187
],
),
"host": SymbolsMetadata(
popularity: 427,
codepoint: 0xf3d9,
categories: [11],
tags: [
861,
1513,
517,
1675,
519,
284,
81,
1467,
312,
44,
7397,
5459,
10400,
1110,
7462,
68,
1622,
259,
4771,
4773,
88,
323,
5813,
1729,
3675,
267,
523,
4777,
2720,
652,
737,
1093,
65,
498,
333,
1186
],
),
"hot_tub": SymbolsMetadata(
popularity: 529,
codepoint: 0xeb46,
categories: [8],
tags: [
3811,
3814,
1860,
3831,
3815,
193,
1876,
697,
3025,
3819,
2733,
581,
3820,
3821,
1958,
1470,
589,
3824,
3298,
1959,
3825,
2531,
3853,
3839,
10401,
3826,
3827,
7971,
3142,
332,
3840,
3829,
3830,
3493
],
),
"hotel": SymbolsMetadata(
popularity: 2816,
codepoint: 0xe53a,
categories: [16],
tags: [
1495,
2547,
1903,
690,
1923,
929,
10402,
1957,
5608,
4053,
2733,
10403,
1499,
581,
4054,
4056,
10404,
4058,
588,
589,
327,
432,
4153,
1927,
3825,
1946,
1504,
1919,
433,
3740,
955,
3302,
332,
10405,
1690,
1920,
1960
],
rtlAutoMirrored: true,
),
"hotel_class": SymbolsMetadata(
popularity: 2520,
codepoint: 0xe743,
categories: [6],
tags: [
1495,
3,
1903,
1923,
1693,
929,
1906,
1876,
312,
3499,
10402,
1139,
5608,
4053,
2733,
1367,
4054,
1623,
4056,
1491,
5600,
4058,
63,
6521,
795,
359,
203,
1927,
3504,
3505,
1946,
1539,
4465,
652,
392,
3203,
857,
10406,
3366,
3740,
3302,
332,
1920,
1960
],
),
"hourglass": SymbolsMetadata(
popularity: 398,
codepoint: 0xebff,
categories: [6],
tags: [
1159,
2073,
2074,
2116,
2089,
811,
10,
2274,
489,
2076,
3463,
3487,
1951,
756,
226,
17,
3466,
3467,
2795,
2589,
3488,
758,
759,
10407,
3491,
1168,
360,
291,
10408,
1171,
1172,
2518,
766
],
),
"hourglass_arrow_down": SymbolsMetadata(
popularity: 30,
codepoint: 0xf37e,
categories: [2],
tags: [
2508,
77,
4800,
1159,
2073,
2116,
2889,
313,
2814,
2573,
2089,
811,
83,
2274,
2076,
3487,
10409,
756,
226,
3467,
325,
91,
2589,
759,
1710,
4806,
3491,
8717,
291,
1171,
10410,
1172,
1701,
2518,
766
],
),
"hourglass_arrow_up": SymbolsMetadata(
popularity: 33,
codepoint: 0xf37d,
categories: [2],
tags: [
77,
78,
1742,
1159,
2073,
2116,
313,
2814,
2089,
10320,
811,
2274,
489,
2076,
3487,
756,
3467,
325,
91,
92,
2795,
2589,
759,
3899,
2269,
2831,
3491,
1168,
95,
10411,
1171,
10412,
1172,
1701,
2451,
2518,
766
],
),
"hourglass_bottom": SymbolsMetadata(
popularity: 2730,
codepoint: 0xea5c,
categories: [7],
tags: [
2184,
1159,
1665,
3111,
2073,
2074,
10413,
2116,
2089,
2125,
6565,
5595,
2665,
489,
3637,
4006,
2076,
3487,
756,
226,
17,
3466,
3467,
2795,
2589,
758,
759,
3899,
3491,
1171,
1172,
2518,
766
],
),
"hourglass_disabled": SymbolsMetadata(
popularity: 590,
codepoint: 0xef53,
categories: [6],
tags: [
9364,
193,
1159,
463,
2073,
6837,
2116,
1162,
868,
2089,
3485,
811,
1055,
2125,
10414,
2665,
3487,
1222,
550,
756,
226,
10415,
3466,
3467,
1059,
1061,
1223,
3491,
1067,
1226,
1171,
1172,
1068,
2518,
766
],
),
"hourglass_empty": SymbolsMetadata(
popularity: 4164,
codepoint: 0xe88b,
categories: [6],
tags: [
480,
1159,
2073,
2116,
2089,
811,
2274,
489,
2076,
3487,
51,
3464,
10416,
756,
226,
3467,
289,
5772,
2795,
2589,
3488,
758,
759,
3491,
392,
291,
1171,
1172,
907,
2518,
766
],
),
"hourglass_pause": SymbolsMetadata(
popularity: 47,
codepoint: 0xf38c,
categories: [6],
tags: [
480,
2115,
345,
1744,
2073,
2116,
811,
2274,
137,
2478,
3487,
138,
3452,
756,
406,
3467,
1706,
1223,
3491,
1226,
10417,
31,
3727,
10408,
1171,
1172,
6100,
3330,
37,
2518,
766
],
),
"hourglass_top": SymbolsMetadata(
popularity: 3019,
codepoint: 0xea5b,
categories: [7],
tags: [
10418,
3802,
8791,
2073,
2116,
2089,
10419,
10420,
1077,
489,
1109,
3637,
3487,
51,
756,
17,
10421,
3466,
3467,
492,
2795,
2589,
3488,
759,
3491,
4180,
392,
1171,
1172,
511,
1263,
7290,
5884,
2518,
766
],
),
"house": SymbolsMetadata(
popularity: 8945,
codepoint: 0xea44,
categories: [8],
tags: [
5455,
1496,
1332,
929,
504,
4931,
1498,
1164,
2551,
1026,
904,
137,
1140,
10355,
1499,
138,
87,
325,
289,
327,
2553,
1500,
2554,
1501,
432,
1502,
1503,
4891,
1504,
1339,
433,
955,
31,
1690,
4732,
1187
],
),
"house_siding": SymbolsMetadata(
popularity: 401,
codepoint: 0xf202,
categories: [8],
tags: [
10422,
10423,
1496,
929,
10424,
1497,
485,
1498,
2551,
2782,
2783,
1140,
916,
1499,
10425,
2552,
5383,
4195,
5384,
10426,
3354,
1500,
2554,
1501,
6289,
4880,
1503,
1504,
10427,
955,
10428,
10429,
4732,
4934
],
),
"house_with_shield": SymbolsMetadata(
popularity: 227,
codepoint: 0xe786,
categories: [10],
tags: [
861,
1757,
929,
10430,
1498,
2551,
10431,
3183,
1140,
1499,
1143,
1034,
1063,
1500,
3185,
1574,
1501,
2486,
1502,
1065,
3187,
705,
1773,
1036,
1504,
1575,
3191,
7482
],
),
"houseboat": SymbolsMetadata(
popularity: 421,
codepoint: 0xe584,
categories: [16],
tags: [
1495,
4347,
1496,
4037,
2472,
929,
1498,
2551,
4863,
1957,
1140,
1499,
10432,
4357,
1958,
5526,
4056,
1534,
7289,
2484,
327,
1500,
2554,
1501,
3298,
4160,
1502,
1503,
4362,
2421,
3740,
3302,
900,
332,
10433,
4894,
1960,
7290,
10434
],
),
"household_supplies": SymbolsMetadata(
popularity: 40,
codepoint: 0xefa1,
categories: [8],
tags: [
480,
1758,
5829,
5830,
810,
1890,
1863,
10435,
10436,
3864,
46,
1140,
4192,
1499,
4193,
10437,
3530,
3961,
5846,
289,
10438,
652,
888,
1832,
1869,
10439,
10440,
3656,
1780
],
),
"hov": SymbolsMetadata(
popularity: 35,
codepoint: 0xf475,
categories: [14],
tags: [
749,
1131,
77,
10441,
1784,
2035,
1787,
145,
1164,
1748,
9141,
10442,
1139,
1621,
10443,
68,
1612,
467,
4157,
323,
1534,
2981,
10444,
673,
328,
1167,
329,
2894,
1538,
362,
4249,
1227,
10445,
1628,
1629,
6413,
601,
476,
1155
],
),
"how_to_reg": SymbolsMetadata(
popularity: 5153,
codepoint: 0xe174,
categories: [6],
tags: [
1658,
861,
565,
1551,
1660,
5219,
3743,
1662,
1664,
193,
463,
2683,
1666,
3747,
1431,
977,
7157,
1328,
1166,
982,
1566,
1668,
2670,
589,
3750,
590,
985,
2623,
362,
392,
986,
988,
888,
9178,
1669,
10446,
601,
2334,
1576,
3754,
1671
],
),
"how_to_vote": SymbolsMetadata(
popularity: 1098,
codepoint: 0xe175,
categories: [15],
tags: [
3743,
10447,
10448,
10449,
1662,
684,
8987,
10450,
10451,
3746,
3747,
944,
2692,
10452,
7157,
10453,
1166,
10454,
3749,
3750,
10455,
363,
10456,
1619,
1712,
3754,
3755,
10457,
10458,
3993
],
),
"hr_resting": SymbolsMetadata(
popularity: 56,
codepoint: 0xf6ba,
categories: [15],
tags: [
1903,
10459,
4051,
10460,
10461,
225,
379,
697,
4507,
699,
10462,
581,
10463,
10464,
1912,
981,
894,
4059,
4274,
589,
359,
1686,
1959,
1917,
9053,
2382,
888,
1919,
1935,
10465,
10466,
4719
],
),
"html": SymbolsMetadata(
popularity: 3090,
codepoint: 0xeb7e,
categories: [2],
tags: [
4,
5999,
5983,
5,
1102,
2216,
519,
1310,
2185,
1715,
1313,
1104,
10467,
44,
1430,
4884,
2781,
147,
12,
6993,
5987,
259,
10468,
4773,
5225,
6994,
16,
5988,
10469,
1685,
1123,
6663,
3325,
509,
6996,
31,
5766,
65,
33,
35,
333,
2189,
2200
],
),
"http": SymbolsMetadata(
popularity: 849,
codepoint: 0xe902,
categories: [6],
tags: [
861,
1513,
10470,
4,
1179,
5,
10471,
283,
519,
1310,
1073,
284,
81,
44,
5459,
12,
319,
10472,
10473,
259,
16,
1314,
325,
267,
523,
1773,
2720,
31,
65,
33,
526,
35,
1530,
333,
1186,
334
],
),
"hub": SymbolsMetadata(
popularity: 6978,
codepoint: 0xe9f4,
categories: [7],
tags: [
861,
308,
10474,
1197,
1073,
284,
10475,
9596,
81,
375,
2180,
1077,
10476,
3151,
68,
4132,
1328,
5477,
267,
3424,
1088,
7068,
586,
328,
10477,
737,
955,
1093,
10478
],
),
"humerus": SymbolsMetadata(
popularity: 195,
codepoint: 0xf895,
categories: [3],
tags: [
3547,
7992,
4166,
690,
4120,
8601,
3092,
1164,
10479,
137,
697,
892,
581,
10480,
384,
1525,
3094,
3556,
87,
894,
8607,
289,
390,
4180,
392,
8608,
8610,
2489,
1170,
955,
31,
10481
],
),
"humerus_alt": SymbolsMetadata(
popularity: 153,
codepoint: 0xf896,
categories: [3],
tags: [
3547,
7992,
10482,
4166,
690,
4120,
8601,
3114,
10479,
697,
892,
581,
8613,
10480,
3556,
894,
10483,
1767,
10484,
10485,
4180,
5976,
8608,
8609,
8610,
955,
10481,
8615
],
),
"humidity_high": SymbolsMetadata(
popularity: 802,
codepoint: 0xf163,
categories: [8],
tags: [
837,
1874,
840,
5254,
5263,
842,
10486,
7187,
2899,
4270,
1843,
5264,
2883,
3871,
2477,
3459,
10487,
51,
792,
17,
5859,
3474,
5279,
7190,
5942,
4180,
7191,
7193,
3830,
859,
10488
],
),
"humidity_indoor": SymbolsMetadata(
popularity: 17,
codepoint: 0xf558,
categories: [10],
tags: [
837,
1873,
1874,
1838,
2721,
929,
840,
1876,
842,
345,
2899,
4270,
1843,
1844,
3871,
697,
1140,
1499,
6485,
10489,
1881,
792,
3735,
17,
7190,
3687,
2885,
1946,
64,
858,
7193,
3830,
859
],
),
"humidity_low": SymbolsMetadata(
popularity: 765,
codepoint: 0xf164,
categories: [8],
tags: [
480,
837,
1874,
840,
81,
4270,
1843,
2881,
2883,
3871,
10490,
51,
1950,
1952,
17,
10023,
5859,
3474,
814,
10491,
7190,
3488,
5942,
10492,
1955,
291,
31,
7192,
858,
7193,
3830,
10493,
859
],
),
"humidity_mid": SymbolsMetadata(
popularity: 699,
codepoint: 0xf165,
categories: [8],
tags: [
837,
10494,
1874,
840,
10495,
10496,
5263,
10497,
7186,
2899,
10498,
4270,
1843,
10499,
6485,
10500,
4176,
5300,
7190,
10501,
10502,
6086,
7193,
3830,
10493,
10503,
859,
6765,
10504,
10505
],
),
"humidity_percentage": SymbolsMetadata(
popularity: 19,
codepoint: 0xf87e,
categories: [3],
tags: [
837,
1422,
1874,
373,
840,
5263,
81,
8,
2899,
4270,
1843,
2883,
3871,
1078,
6485,
51,
792,
4176,
17,
18,
7190,
21,
3969,
3687,
2885,
1428,
229,
36,
7193,
3830,
859
],
),
"hvac": SymbolsMetadata(
popularity: 348,
codepoint: 0xf10e,
categories: [8],
tags: [
836,
2210,
837,
838,
1871,
5289,
1887,
10506,
5287,
10507,
10508,
840,
5254,
1876,
8247,
345,
10509,
1843,
1878,
3023,
1847,
1848,
2735,
71,
1897,
1093,
858,
5871,
2069,
1899,
1853,
1856
],
),
"hvac_max_defrost": SymbolsMetadata(
popularity: 7,
codepoint: 0xf332,
categories: [14],
tags: [
838,
77,
1809,
3410,
1811,
5324,
10510,
10511,
5254,
5255,
1743,
845,
1425,
5256,
5257,
10512,
10513,
2864,
10514,
848,
3023,
1847,
1848,
850,
10515,
10516,
5275,
855,
858,
5871,
97,
98,
1835,
1853,
859,
10517,
5277
],
),
"ice_skating": SymbolsMetadata(
popularity: 333,
codepoint: 0xe50b,
categories: [15],
tags: [
2508,
7323,
7539,
6330,
7423,
841,
781,
46,
11,
10518,
10519,
7541,
10520,
850,
10521,
1958,
10522,
3298,
644,
7427,
10523,
10524,
10525,
593,
10526,
30,
3520,
332,
860,
10527
],
),
"icecream": SymbolsMetadata(
popularity: 1141,
codepoint: 0xea69,
categories: [16],
tags: [
3696,
4973,
193,
841,
9101,
844,
7013,
4682,
3700,
10,
2354,
849,
3294,
1610,
850,
10528,
10529,
10530,
5495,
506,
587,
10531,
2515,
1537,
10532,
3710,
2369,
3711,
4691,
332,
3712,
1690,
1960
],
),
"id_card": SymbolsMetadata(
popularity: 373,
codepoint: 0xf4ca,
categories: [13],
tags: [
10533,
565,
5217,
566,
281,
930,
10534,
44,
1430,
2617,
10535,
10536,
577,
379,
581,
3102,
3673,
10537,
2003,
10538,
3311,
10539,
814,
3675,
3676,
2004,
588,
589,
10540,
57,
62,
5099,
590,
432,
2457,
1036,
10541,
888,
601,
4820,
1518
],
),
"identity_aware_proxy": SymbolsMetadata(
popularity: 78,
codepoint: 0xe2dd,
categories: [13],
tags: [
861,
9866,
2682,
10542,
1522,
193,
284,
5223,
10543,
978,
1112,
1314,
1777,
267,
1625,
1034,
1574,
2695,
762,
1538,
1773,
1036,
1575,
10050,
5596
],
),
"identity_platform": SymbolsMetadata(
popularity: 915,
codepoint: 0xebb7,
categories: [3],
tags: [
861,
565,
1756,
1552,
5217,
5219,
566,
690,
193,
10471,
10544,
44,
577,
225,
977,
10257,
581,
978,
259,
980,
1029,
982,
267,
523,
10545,
588,
589,
1685,
5099,
1034,
590,
1036,
986,
888,
10546,
1093,
65,
989,
601,
333
],
),
"ifl": SymbolsMetadata(
popularity: 248,
codepoint: 0xe025,
categories: [15],
tags: [
8965,
517,
10547,
685,
5424,
10548,
10549,
7990,
2938,
916,
10550,
10551,
88,
10552,
10553,
506,
917,
8971,
8273,
325,
9456,
176,
70,
10554,
1733,
1126,
71,
10555,
10556,
10557,
10558,
97,
10559,
10560
],
),
"iframe": SymbolsMetadata(
popularity: 124,
codepoint: 0xf71b,
categories: [2],
tags: [
1131,
1132,
482,
1102,
1333,
628,
1104,
8,
1430,
1164,
9405,
348,
5987,
10561,
10562,
385,
4726,
289,
432,
1149,
410,
1151,
433,
955,
182,
396,
333,
1187
],
),
"iframe_off": SymbolsMetadata(
popularity: 17,
codepoint: 0xf71c,
categories: [2],
tags: [
10563,
10564,
10565,
1208,
10566,
6837,
10567,
1162,
1300,
10568,
868,
8,
10569,
1055,
10570,
348,
9626,
10571,
5987,
10572,
10562,
10573,
1059,
1060,
1061,
10574,
10575,
410,
10576,
10577,
1067,
1226,
182,
5166,
10578,
10579,
10580,
1187,
10581
],
),
"image": SymbolsMetadata(
popularity: 17640,
codepoint: 0xe3f4,
categories: [1],
tags: [
745,
1738,
1342,
4675,
40,
1197,
1813,
8,
1252,
2153,
147,
348,
1343,
137,
49,
1594,
1327,
1595,
1345,
406,
1596,
1597,
3083,
57,
59,
62,
432,
3663,
433,
527,
396,
476
],
),
"image_arrow_up": SymbolsMetadata(
popularity: 61,
codepoint: 0xf317,
categories: [1],
tags: [
745,
500,
77,
502,
482,
1325,
81,
313,
1430,
147,
2999,
137,
49,
1594,
1595,
87,
406,
1596,
1597,
468,
887,
57,
59,
62,
239,
328,
432,
2298,
10582,
10583,
433,
526,
1701,
527,
3253
],
),
"image_aspect_ratio": SymbolsMetadata(
popularity: 194,
codepoint: 0xe3f5,
categories: [1],
tags: [
1738,
3081,
633,
1813,
377,
8,
370,
383,
49,
406,
354,
507,
57,
59,
62,
1427,
3084,
3085,
432,
2220,
28,
391,
410,
71,
298,
433,
37,
396,
476,
397
],
),
"image_search": SymbolsMetadata(
popularity: 1563,
codepoint: 0xe43f,
categories: [1],
tags: [
6188,
10584,
10585,
8851,
10586,
10587,
10588,
314,
316,
317,
10589,
10590,
1109,
10591,
10592,
49,
10593,
10594,
10595,
1595,
1115,
2325,
1116,
1117,
2327,
10596,
1596,
1597,
10597,
10598,
57,
10599,
59,
62,
10600,
10601,
1736,
1126,
8572,
1127,
10602,
10603
],
),
"imagesearch_roller": SymbolsMetadata(
popularity: 699,
codepoint: 0xe9b4,
categories: [12],
tags: [
4594,
10604,
2659,
1592,
3072,
10605,
4563,
1497,
2277,
1236,
1161,
485,
378,
1252,
680,
2217,
10606,
49,
10607,
5834,
3077,
9355,
10608,
3079,
3354,
6289,
10609,
9468,
1126,
682,
2160,
3588,
1780,
10610
],
),
"imagesmode": SymbolsMetadata(
popularity: 3225,
codepoint: 0xefa2,
categories: [1],
tags: [
1342,
1592,
1197,
2141,
1679,
1343,
137,
138,
49,
2503,
1595,
406,
642,
1596,
1597,
439,
57,
1346,
59,
2143,
62,
390,
8812,
363,
433,
1598,
31,
396,
476
],
),
"immunology": SymbolsMetadata(
popularity: 18,
codepoint: 0xe0fb,
categories: [3],
tags: [
10611,
5964,
2372,
4166,
4167,
690,
1250,
4169,
2375,
4170,
10612,
9786,
4171,
4173,
697,
892,
9790,
581,
10176,
10613,
10614,
2378,
10615,
4175,
894,
1767,
4178,
5975,
6502,
4179,
4180,
10616,
6761,
10617,
2385,
10618
],
),
"import_contacts": SymbolsMetadata(
popularity: 4989,
codepoint: 0xe0e0,
categories: [7],
tags: [
1513,
2405,
3390,
573,
5043,
81,
5015,
1541,
520,
3092,
1594,
293,
68,
3055,
4428,
3094,
1345,
3394,
3664,
4464,
2922,
10619,
3397,
2885,
2296,
2298,
1528,
764,
765,
3400,
526,
527
],
),
"important_devices": SymbolsMetadata(
popularity: 985,
codepoint: 0xe912,
categories: [11],
tags: [
1246,
1247,
861,
283,
519,
1074,
284,
3681,
81,
1704,
7163,
44,
1877,
46,
4696,
7178,
1110,
1253,
1367,
68,
1112,
262,
630,
267,
271,
410,
1036,
2029,
857,
5905,
525,
1297,
65,
333
],
),
"in_home_mode": SymbolsMetadata(
popularity: 539,
codepoint: 0xe833,
categories: [8],
tags: [
1513,
1496,
10620,
929,
10621,
1662,
4931,
1498,
1140,
4888,
10622,
1499,
4889,
10623,
10624,
10625,
323,
10626,
1166,
1143,
1668,
10627,
327,
10628,
1500,
1501,
1502,
4891,
1504,
10629,
955,
1669,
2334,
1576,
4933,
1229
],
),
"inactive_order": SymbolsMetadata(
popularity: 33,
codepoint: 0xe0fc,
categories: [9],
tags: [
1660,
9461,
504,
1662,
463,
345,
868,
10630,
1580,
1430,
1666,
147,
5405,
697,
1222,
10631,
10632,
51,
88,
2232,
10633,
1166,
1766,
325,
10634,
10635,
5661,
1668,
91,
10636,
8219,
10637,
1586,
1587,
1223,
6259,
10638,
362,
94,
10639,
8717,
31,
10640,
10641,
97,
1669,
907,
1068,
2334,
1576,
1671
],
),
"inbox": SymbolsMetadata(
popularity: 2865,
codepoint: 0xe156,
categories: [7],
tags: [
1673,
2032,
482,
1195,
283,
1333,
2283,
2286,
1680,
2289,
10642,
2290,
16,
2291,
2292,
583,
7215,
4927,
10643,
10644,
1259,
2296,
10645,
1689,
10646,
2592
],
),
"inbox_customize": SymbolsMetadata(
popularity: 220,
codepoint: 0xf859,
categories: [7],
tags: [
1738,
501,
1673,
1742,
1775,
283,
6403,
345,
3082,
1236,
10647,
145,
2286,
10648,
10649,
2288,
1776,
2289,
10650,
2290,
293,
68,
15,
2291,
10651,
10652,
1667,
583,
10653,
10654,
1641,
70,
920,
4015,
921,
652,
71,
1780,
10646
],
),
"inbox_text": SymbolsMetadata(
popularity: 38,
codepoint: 0xf399,
categories: [7],
tags: [
2582,
1673,
482,
1195,
570,
283,
1333,
1475,
2283,
10655,
10656,
2285,
1430,
2286,
2288,
147,
2289,
2290,
15,
1470,
2291,
2293,
583,
7215,
10644,
616,
2297,
10657,
432,
1689,
33,
10658
],
),
"inbox_text_asterisk": SymbolsMetadata(
popularity: 15,
codepoint: 0xf360,
categories: [7],
tags: [
1360,
1474,
1673,
839,
569,
1195,
570,
283,
2286,
2288,
4696,
3196,
10659,
2289,
2290,
15,
2291,
3197,
1166,
583,
2587,
1480,
616,
1391,
10660,
2589,
1370,
3201,
857,
31,
33,
2594,
2435
],
),
"inbox_text_person": SymbolsMetadata(
popularity: 25,
codepoint: 0xf35e,
categories: [7],
tags: [
565,
1673,
1195,
283,
975,
2283,
1430,
2286,
147,
581,
2289,
10661,
2290,
15,
1470,
2291,
10662,
583,
7215,
10663,
588,
589,
10664,
10665,
590,
10666,
9286,
10667,
10668,
33,
10669,
601,
10670,
1485
],
),
"inbox_text_share": SymbolsMetadata(
popularity: 21,
codepoint: 0xf35c,
categories: [7],
tags: [
1673,
77,
1195,
283,
10671,
81,
615,
3112,
1430,
10672,
2286,
2288,
147,
2289,
10673,
2290,
10674,
15,
2291,
583,
7215,
2296,
2297,
2298,
3001,
1528,
3287,
10675,
10676,
33,
7216,
4848,
526
],
),
"incomplete_circle": SymbolsMetadata(
popularity: 1032,
codepoint: 0xe79b,
categories: [1],
tags: [
749,
2509,
341,
9573,
10677,
751,
373,
193,
2931,
904,
137,
3107,
5902,
51,
87,
756,
2512,
10678,
3518,
2589,
1090,
759,
2514,
760,
10679,
761,
762,
330,
1152,
392,
763,
766
],
),
"indeterminate_check_box": SymbolsMetadata(
popularity: 2920,
codepoint: 0xe909,
categories: [2],
tags: [
1672,
501,
482,
10680,
504,
1662,
1663,
10681,
2701,
345,
2392,
485,
488,
10682,
3637,
1634,
3107,
5614,
10683,
1111,
1344,
1166,
5615,
355,
10684,
3639,
410,
362,
2696,
363,
10685,
2833,
433,
4249,
1669,
413,
10686,
141,
907,
10687,
1348,
333,
1186
],
),
"indeterminate_question_box": SymbolsMetadata(
popularity: 215,
codepoint: 0xf56d,
categories: [6],
tags: [
3941,
6299,
865,
482,
6621,
1333,
10688,
5644,
348,
871,
10242,
10689,
5614,
293,
68,
3942,
756,
2589,
3943,
2331,
3944,
3945,
10690,
433,
880,
31,
4850,
9869,
3946,
4036
],
),
"info": SymbolsMetadata(
popularity: 58276,
codepoint: 0xe88e,
categories: [6],
tags: [
5586,
1360,
1177,
865,
193,
628,
81,
145,
1476,
1745,
2816,
871,
5073,
1367,
51,
293,
68,
4428,
4439,
5587,
87,
583,
1183,
1243,
2331,
3944,
3380,
330,
652,
880,
31,
4841
],
),
"info_i": SymbolsMetadata(
popularity: 182,
codepoint: 0xf59b,
categories: [6],
tags: [
5586,
10241,
1360,
1177,
865,
1332,
193,
81,
145,
2617,
3092,
4696,
10691,
8463,
2704,
871,
5073,
293,
68,
4428,
3094,
15,
87,
583,
1183,
616,
289,
1167,
2331,
3944,
652,
392,
1339,
880,
31,
4841
],
),
"infrared": SymbolsMetadata(
popularity: 23,
codepoint: 0xf87c,
categories: [3],
tags: [
40,
1272,
345,
5486,
10692,
2532,
3684,
2781,
351,
3023,
107,
10693,
813,
10694,
3627,
17,
4748,
4777,
1737,
4180,
5976,
64,
273,
6081,
140,
65,
858,
10695,
10696,
1855
],
),
"ink_eraser": SymbolsMetadata(
popularity: 326,
codepoint: 0xe6d0,
categories: [12],
tags: [
1592,
10697,
810,
780,
4563,
2321,
4664,
1210,
1580,
378,
1252,
680,
8138,
2153,
3371,
8130,
2217,
2667,
6906,
3077,
4517,
2621,
1224,
10698,
10699,
10700,
10701,
10702,
1588,
7339,
1460,
1589,
2160,
1261,
33,
511,
35,
1485
],
),
"ink_eraser_off": SymbolsMetadata(
popularity: 13,
codepoint: 0xe7e3,
categories: [12],
tags: [
1474,
1051,
810,
780,
4563,
1210,
1162,
10703,
868,
1580,
1430,
4838,
1252,
680,
2153,
3371,
8130,
2217,
2667,
87,
5988,
1059,
3077,
4517,
3286,
1224,
7615,
1588,
1067,
1460,
2160,
9432,
33,
511,
35,
1068,
6930,
1485,
7829
],
),
"ink_highlighter": SymbolsMetadata(
popularity: 268,
codepoint: 0xe6d1,
categories: [12],
tags: [
7815,
10704,
1592,
4563,
1580,
1430,
2151,
2780,
378,
1252,
680,
2153,
3092,
9434,
8130,
2217,
1139,
9429,
10705,
2667,
87,
174,
1480,
1391,
3077,
4517,
10706,
1588,
1460,
1170,
2160,
33,
2162,
511,
35,
4553,
1590,
1485
],
),
"ink_highlighter_move": SymbolsMetadata(
popularity: 41,
codepoint: 0xf524,
categories: [12],
tags: [
1474,
77,
4563,
1787,
2392,
2271,
1580,
1430,
4633,
378,
1252,
680,
2153,
9434,
8130,
2217,
10707,
9429,
9430,
2667,
87,
1470,
174,
1749,
3077,
4517,
1167,
2859,
4665,
2269,
2991,
363,
1588,
4565,
1460,
1170,
2160,
33,
511,
35,
1485,
10708
],
rtlAutoMirrored: true,
),
"ink_marker": SymbolsMetadata(
popularity: 58,
codepoint: 0xe6d2,
categories: [12],
tags: [
1922,
7815,
1592,
4563,
1325,
485,
2948,
1580,
2780,
378,
1252,
680,
2153,
3092,
2217,
1139,
2667,
6023,
174,
1391,
3077,
4517,
328,
2737,
1588,
4565,
1460,
1589,
2160,
33,
4841,
511,
35,
4553,
1485
],
),
"ink_pen": SymbolsMetadata(
popularity: 341,
codepoint: 0xe6d3,
categories: [12],
tags: [
1592,
3057,
10709,
8791,
4563,
283,
1578,
1325,
1580,
1430,
2780,
378,
1252,
680,
2153,
3092,
2217,
10710,
2667,
10711,
1111,
87,
583,
3077,
4517,
2621,
328,
10326,
2737,
1588,
898,
5633,
1460,
2160,
33,
4841,
511,
35,
5884,
1590,
1485
],
),
"ink_selection": SymbolsMetadata(
popularity: 133,
codepoint: 0xe6d4,
categories: [12],
tags: [
500,
5236,
2336,
482,
450,
4563,
2812,
1787,
10712,
1580,
2780,
1252,
680,
2153,
2217,
2253,
490,
1139,
2839,
2667,
10713,
1470,
174,
3077,
4517,
2621,
2982,
1167,
10714,
362,
363,
392,
1588,
1460,
433,
2160,
1227,
33,
10715,
10716,
1780,
35,
10717,
1485,
1156
],
),
"inpatient": SymbolsMetadata(
popularity: 6,
codepoint: 0xe0fe,
categories: [3],
tags: [
77,
1903,
690,
3132,
2373,
1761,
3834,
225,
697,
892,
1763,
10718,
581,
2377,
3035,
10719,
10720,
2195,
1912,
894,
1767,
5876,
4274,
10721,
589,
1914,
1686,
10722,
1946,
2382,
3142,
5377
],
),
"input": SymbolsMetadata(
popularity: 2356,
codepoint: 0xe890,
categories: [6],
tags: [
1658,
2659,
1660,
77,
482,
504,
1662,
193,
463,
2683,
2321,
1666,
520,
2665,
1111,
980,
1166,
174,
1749,
1668,
3010,
906,
330,
392,
245,
1669,
2675,
1576
],
rtlAutoMirrored: true,
),
"input_circle": SymbolsMetadata(
popularity: 90,
codepoint: 0xf71a,
categories: [2],
tags: [
749,
77,
502,
1332,
1132,
504,
193,
462,
1333,
345,
313,
1164,
811,
1819,
1748,
904,
137,
10134,
1222,
10723,
2734,
1697,
10724,
325,
6209,
289,
1146,
820,
762,
330,
363,
392,
1339,
4249,
907,
1701,
1409
],
),
"insert_chart": SymbolsMetadata(
popularity: 3720,
codepoint: 0xe24b,
categories: [9],
tags: [
745,
1422,
1071,
2464,
1423,
1424,
517,
569,
373,
933,
1325,
81,
375,
941,
1078,
234,
1081,
1327,
1667,
226,
1086,
70,
648,
3750,
759,
1428,
390,
2332,
746,
1619,
1095,
7510
],
),
"insert_page_break": SymbolsMetadata(
popularity: 290,
codepoint: 0xeaca,
categories: [12],
tags: [
2115,
4567,
2392,
754,
10725,
2262,
1163,
1580,
1430,
2222,
2152,
147,
2154,
10726,
10727,
1634,
1327,
10728,
385,
87,
10729,
10730,
1586,
10731,
1587,
1433,
4577,
707,
2401,
33,
10732,
2162,
1485
],
),
"insert_text": SymbolsMetadata(
popularity: 77,
codepoint: 0xf827,
categories: [12],
tags: [
480,
10733,
4,
1332,
9349,
4721,
5,
810,
3939,
2301,
485,
44,
1580,
1252,
680,
2153,
1164,
4696,
12,
488,
370,
9598,
904,
137,
384,
1327,
16,
87,
1403,
647,
1625,
390,
392,
1588,
1339,
2489,
1460,
1170,
955,
2160,
31,
33,
35,
1409,
476,
1485
],
),
"install_desktop": SymbolsMetadata(
popularity: 1355,
codepoint: 0xeb71,
categories: [2],
tags: [
1246,
1247,
745,
1672,
501,
1703,
519,
1310,
685,
6992,
1704,
288,
8,
520,
2532,
1747,
4290,
1110,
1253,
1697,
1705,
630,
4291,
327,
239,
240,
1122,
10734,
10735,
432,
1539,
410,
1779,
509,
1689,
1093,
65,
333,
10736,
1187,
6240
],
),
"instant_mix": SymbolsMetadata(
popularity: 322,
codepoint: 0xe026,
categories: [0],
tags: [
745,
1738,
1268,
3349,
10737,
5857,
1744,
1325,
3082,
1236,
1252,
680,
83,
6076,
1350,
10738,
3936,
10739,
1470,
3363,
406,
8126,
1706,
10740,
10741,
70,
408,
1709,
3101,
10742,
4781,
7619,
151,
71,
10743,
3476,
1752,
1293,
10744,
10745,
6748,
10746
],
),
"integration_instructions": SymbolsMetadata(
popularity: 2640,
codepoint: 0xef54,
categories: [12],
tags: [
2123,
5983,
1374,
3088,
1102,
2216,
1324,
1073,
284,
5053,
2185,
81,
1715,
1313,
1104,
375,
313,
1580,
1430,
4884,
10747,
1077,
2816,
871,
5987,
68,
10238,
2561,
1328,
1314,
1330,
267,
1685,
1090,
1123,
4134,
4963,
955,
1093,
4738,
2989
],
),
"interactive_space": SymbolsMetadata(
popularity: 173,
codepoint: 0xf7ff,
categories: [15],
tags: [
478,
480,
1592,
10748,
690,
284,
4082,
81,
44,
315,
3149,
381,
319,
320,
382,
10749,
581,
7927,
2768,
467,
259,
1470,
324,
491,
10750,
354,
267,
588,
589,
410,
823,
331,
65,
10751,
498,
10752,
334
],
),
"interests": SymbolsMetadata(
popularity: 3223,
codepoint: 0xe7c8,
categories: [6],
tags: [
3495,
1693,
342,
193,
1197,
3669,
3499,
7854,
4484,
4033,
4507,
4498,
138,
1367,
10753,
6568,
5600,
10754,
716,
63,
10755,
203,
4465,
363,
392,
5482,
898,
593,
3203,
433,
857,
31,
1263,
1690,
1494,
4488
],
),
"interpreter_mode": SymbolsMetadata(
popularity: 1016,
codepoint: 0xe83b,
categories: [0],
tags: [
565,
973,
1267,
1268,
10756,
570,
1271,
283,
1475,
2725,
1273,
10757,
3276,
577,
1026,
9692,
1276,
579,
1278,
1279,
581,
1280,
10758,
10759,
1113,
5225,
10760,
4530,
10761,
1284,
1285,
642,
7976,
267,
1286,
588,
589,
1287,
590,
1288,
453,
1290,
10762,
593,
1293,
1294,
1295,
594,
31,
1296,
597,
7230,
5932,
10763,
6030,
601,
602,
1298
],
),
"inventory": SymbolsMetadata(
popularity: 9170,
codepoint: 0xe179,
categories: [12],
tags: [
1673,
482,
6088,
1522,
3088,
934,
1333,
10764,
345,
4662,
10765,
2180,
1580,
1430,
1649,
147,
4910,
3772,
86,
3403,
1667,
1029,
92,
2572,
10766,
1653,
4485,
2296,
1393,
2298,
4353,
1711,
6145,
4663,
1689,
5557,
8468
],
),
"inventory_2": SymbolsMetadata(
popularity: 10999,
codepoint: 0xe1a1,
categories: [7],
tags: [
1673,
959,
482,
6088,
1197,
1333,
80,
4662,
2036,
147,
4910,
3772,
86,
10767,
3403,
1029,
2219,
92,
2572,
10766,
1653,
26,
4532,
4353,
433,
1711,
4663,
1689,
5557,
10768,
8468
],
),
"invert_colors": SymbolsMetadata(
popularity: 1015,
codepoint: 0xe891,
categories: [1],
tags: [
862,
10769,
1738,
10770,
4594,
504,
1742,
10771,
6074,
4739,
4745,
8,
2899,
4270,
1252,
680,
6085,
138,
10772,
10773,
10774,
6397,
642,
1641,
70,
3080,
921,
410,
71,
2402,
4740,
413,
6391,
141,
474,
396,
476,
10122,
3830
],
),
"invert_colors_off": SymbolsMetadata(
popularity: 240,
codepoint: 0xe0c4,
categories: [1],
tags: [
862,
10769,
4594,
193,
4563,
6068,
10775,
6074,
4745,
868,
8,
2899,
4270,
1055,
5795,
10776,
6085,
1222,
10772,
10777,
10774,
6397,
87,
642,
1059,
1060,
1061,
10778,
70,
3080,
921,
71,
1067,
2402,
4740,
413,
6391,
4318,
10779,
3830
],
),
"ios": SymbolsMetadata(
popularity: 458,
codepoint: 0xe027,
categories: [4],
tags: [
10780,
9939,
2493,
519,
288,
1877,
2533,
1110,
138,
2844,
10781,
10782,
2480,
1705,
262,
10783,
2497,
271,
1685,
1700,
31,
1093,
525,
65
],
),
"ios_share": SymbolsMetadata(
popularity: 6702,
codepoint: 0xe6b8,
categories: [2],
tags: [
748,
1672,
9939,
77,
482,
504,
283,
1073,
628,
2179,
1695,
903,
2844,
1314,
506,
262,
267,
1352,
1353,
432,
2298,
1528,
2029,
593,
433,
526,
1701,
527
],
),
"iron": SymbolsMetadata(
popularity: 372,
codepoint: 0xe583,
categories: [8],
tags: [
1858,
1863,
2635,
10784,
2636,
3864,
3683,
10785,
2641,
10786,
4634,
3023,
1893,
10787,
10788,
5845,
10789,
7656,
7650,
1729,
492,
7657,
10790,
682,
3827,
10791,
10792,
1690,
10793
],
),
"jamboard_kiosk": SymbolsMetadata(
popularity: 89,
codepoint: 0xe9b5,
categories: [11],
tags: [
5711,
10794,
569,
1703,
5446,
571,
1704,
288,
44,
8,
378,
3092,
579,
1110,
5476,
467,
10795,
10796,
1939,
3094,
5097,
630,
1391,
919,
1427,
2737,
410,
10797,
10327,
597,
1792,
10798,
1518,
1485
],
),
"javascript": SymbolsMetadata(
popularity: 1941,
codepoint: 0xeb7c,
categories: [2],
tags: [
4,
10799,
5983,
5,
1102,
2216,
519,
2185,
1715,
1313,
1104,
4884,
2781,
12,
10800,
5987,
259,
8682,
10801,
5225,
16,
523,
1685,
1123,
6663,
3325,
10802,
509,
31,
1297,
65,
4287,
33,
35,
2200
],
),
"join": SymbolsMetadata(
popularity: 269,
codepoint: 0xf84f,
categories: [12],
tags: [
10803,
731,
1270,
193,
571,
1324,
1103,
5093,
1073,
284,
2274,
579,
8196,
10804,
1328,
10805,
2195,
1314,
1282,
5097,
10806,
523,
4589,
8809,
10006,
588,
906,
1946,
7204,
10807,
2128,
10808,
602,
37,
5103,
10098
],
),
"join_inner": SymbolsMetadata(
popularity: 765,
codepoint: 0xeaf4,
categories: [12],
tags: [
193,
1324,
10809,
10810,
1103,
1073,
10811,
6178,
81,
10812,
5502,
10813,
1467,
4582,
10814,
9142,
1328,
10815,
10816,
1314,
10817,
10818,
10819,
1330,
10820,
8809,
3426,
10807,
10821,
6407,
5058,
10822,
6681,
10823
],
),
"join_left": SymbolsMetadata(
popularity: 463,
codepoint: 0xeaf2,
categories: [12],
tags: [
861,
77,
2984,
193,
1324,
1103,
1073,
284,
10475,
2931,
313,
2932,
1431,
1077,
381,
1111,
2561,
1328,
10824,
9247,
2195,
87,
1314,
10819,
1330,
3424,
8809,
1625,
328,
1538,
1152,
392,
10807,
6681,
1630
],
),
"join_right": SymbolsMetadata(
popularity: 384,
codepoint: 0xeaea,
categories: [12],
tags: [
2165,
2148,
77,
8494,
3259,
193,
10825,
1103,
10826,
4293,
284,
10827,
10828,
313,
9306,
1077,
10829,
2561,
1328,
10830,
10831,
1314,
10832,
10819,
9313,
10833,
8809,
4277,
3425,
3426,
906,
1699,
10807,
10821,
10834,
6681
],
),
"joystick": SymbolsMetadata(
popularity: 174,
codepoint: 0xf5ee,
categories: [11],
tags: [
2508,
10064,
504,
5986,
345,
6408,
288,
2271,
781,
10066,
3294,
2533,
5382,
6410,
5428,
10835,
7599,
4634,
10071,
6411,
1958,
8549,
4289,
2504,
3298,
5880,
30,
5188,
10836,
37,
6414,
9724,
10075,
5884
],
),
"jump_to_element": SymbolsMetadata(
popularity: 51,
codepoint: 0xf719,
categories: [2],
tags: [
1520,
1131,
77,
502,
313,
1164,
317,
1748,
348,
2952,
1139,
2995,
2195,
1314,
323,
174,
1749,
10837,
325,
2990,
492,
1535,
328,
329,
2853,
1151,
362,
1128,
1227,
1690,
1701,
396
],
),
"kayaking": SymbolsMetadata(
popularity: 706,
codepoint: 0xe50c,
categories: [15],
tags: [
2508,
3640,
7323,
7539,
2472,
690,
10838,
781,
10839,
11,
2882,
7541,
581,
10840,
10841,
4357,
1958,
9098,
3652,
10842,
10843,
10844,
588,
589,
10845,
3298,
4362,
1433,
593,
30,
3520,
2369,
6125,
1629,
332,
1960,
1835,
3830
],
),
"kebab_dining": SymbolsMetadata(
popularity: 399,
codepoint: 0xe842,
categories: [5],
tags: [
4623,
4653,
5696,
2391,
9841,
4206,
3699,
4824,
3701,
10846,
4111,
4828,
7074,
2354,
10847,
10848,
10849,
4213,
3704,
10850,
506,
237,
70,
7083,
1537,
10851,
10852,
3951,
3952,
4835,
10853
],
),
"keep": SymbolsMetadata(
popularity: 903,
codepoint: 0xe6aa,
categories: [6],
tags: [
1332,
1693,
1132,
811,
3499,
488,
4467,
1583,
1480,
289,
326,
5437,
10854,
4105,
1370,
1539,
392,
1339,
857,
1170,
10855,
1517,
4766,
3565,
8959
],
),
"keep_off": SymbolsMetadata(
popularity: 246,
codepoint: 0xe6f9,
categories: [6],
tags: [
1208,
1209,
1235,
1210,
1162,
1300,
10856,
10857,
10858,
868,
1055,
1212,
4467,
10859,
10860,
87,
1059,
1061,
326,
5437,
10854,
1370,
1224,
5914,
10861,
10862,
1539,
1067,
1226,
3770,
1170,
10855,
1517,
3565,
10863,
10864,
10865,
10866
],
),
"keep_public": SymbolsMetadata(
popularity: 62,
codepoint: 0xf56f,
categories: [6],
tags: [
861,
863,
565,
3999,
2907,
10867,
10868,
577,
3790,
319,
7462,
581,
4467,
1283,
8048,
5948,
588,
2670,
589,
326,
10869,
1034,
590,
2045,
1353,
5437,
10854,
5319,
1370,
2894,
1539,
1036,
1528,
2007,
10855,
1517,
3565,
4679,
10870,
5321,
10871,
10872,
10873,
601,
10874,
9816
],
),
"kettle": SymbolsMetadata(
popularity: 316,
codepoint: 0xe2b9,
categories: [8],
tags: [
1858,
4858,
6465,
6019,
6008,
4205,
4206,
3864,
4207,
3683,
4634,
1847,
1140,
5608,
3025,
1499,
10875,
4213,
7711,
4176,
1143,
6478,
9114,
652,
8551,
3827,
10876,
6017,
10877,
3830
],
),
"key": SymbolsMetadata(
popularity: 12382,
codepoint: 0xe73c,
categories: [2],
tags: [
861,
10878,
5217,
5219,
1102,
81,
10879,
44,
4931,
5947,
8029,
1431,
68,
1112,
1777,
980,
5948,
5318,
2670,
1063,
10880,
10881,
6260,
1773,
10882,
1036,
65,
5320
],
),
"key_off": SymbolsMetadata(
popularity: 979,
codepoint: 0xeb84,
categories: [2],
tags: [
861,
8712,
1051,
193,
4239,
2012,
868,
4931,
1055,
1431,
7512,
10261,
1222,
1112,
1777,
1056,
492,
1059,
1060,
1061,
289,
5318,
1063,
1065,
1035,
1773,
1036,
1067,
433,
1068,
5320
],
),
"key_vertical": SymbolsMetadata(
popularity: 144,
codepoint: 0xf51a,
categories: [2],
tags: [
861,
10883,
10884,
5217,
10885,
5219,
10886,
1102,
10534,
10887,
4931,
5947,
1431,
978,
1112,
1777,
980,
5318,
2670,
1063,
10880,
6260,
10888,
1773,
10882,
10889,
1036,
10890,
5320,
10891
],
),
"key_visualizer": SymbolsMetadata(
popularity: 482,
codepoint: 0xf199,
categories: [13],
tags: [
480,
1268,
7807,
9894,
2061,
517,
4955,
373,
81,
44,
8,
2063,
351,
904,
1078,
10892,
3025,
6791,
10893,
1112,
792,
1470,
630,
4259,
1706,
9897,
10894,
4262,
1433,
1293,
10895,
2068,
6081,
2517,
554,
1854,
3331
],
),
"keyboard": SymbolsMetadata(
popularity: 3530,
codepoint: 0xe312,
categories: [11],
tags: [
861,
570,
1102,
283,
519,
345,
1633,
288,
10896,
44,
1252,
382,
1110,
1111,
1113,
1114,
10897,
16,
583,
1391,
4289,
1123,
432,
1126,
509,
2710,
65,
33,
8576,
35,
3660,
10898,
1485
],
),
"keyboard_alt": SymbolsMetadata(
popularity: 897,
codepoint: 0xf028,
categories: [11],
tags: [
627,
1100,
570,
1578,
519,
345,
1633,
288,
44,
1252,
1110,
1111,
1113,
1114,
10897,
16,
583,
1391,
10899,
4289,
432,
1126,
4198,
509,
65,
33,
35,
3660,
498,
6240,
1590,
1485
],
),
"keyboard_arrow_down": SymbolsMetadata(
popularity: 10735,
codepoint: 0xe313,
categories: [11],
tags: [
861,
77,
502,
2184,
2842,
2822,
912,
345,
313,
2814,
2891,
914,
83,
2915,
51,
1113,
506,
237,
325,
905,
1586,
328,
1167,
2894,
2853,
362,
2903,
2007,
95,
1690,
2945,
5623
],
),
"keyboard_arrow_left": SymbolsMetadata(
popularity: 2249,
codepoint: 0xe314,
categories: [11],
tags: [
500,
77,
502,
2441,
1332,
504,
2822,
345,
313,
51,
1112,
1113,
2195,
88,
506,
814,
1749,
2935,
1624,
325,
1586,
328,
1167,
2828,
2853,
10900,
1339,
1690,
2198
],
rtlAutoMirrored: true,
),
"keyboard_arrow_right": SymbolsMetadata(
popularity: 3717,
codepoint: 0xe315,
categories: [11],
tags: [
2921,
500,
77,
502,
2842,
5732,
2822,
902,
313,
914,
903,
2838,
548,
51,
1376,
1113,
1314,
88,
506,
237,
1749,
1624,
325,
905,
2922,
1167,
1121,
5590,
906,
362,
3476
],
rtlAutoMirrored: true,
),
"keyboard_arrow_up": SymbolsMetadata(
popularity: 3832,
codepoint: 0xe316,
categories: [11],
tags: [
10901,
500,
77,
502,
3012,
2842,
2822,
912,
345,
313,
2891,
914,
6057,
2915,
51,
1950,
88,
506,
2870,
1624,
325,
10902,
328,
1167,
2828,
2874,
2853,
2875,
2007,
95,
1263,
1690,
1701
],
),
"keyboard_backspace": SymbolsMetadata(
popularity: 4395,
codepoint: 0xe317,
categories: [11],
tags: [
748,
77,
2441,
3658,
2842,
780,
1209,
345,
1210,
313,
2153,
3371,
2824,
1212,
2825,
1111,
1113,
2195,
5609,
87,
325,
328,
2828,
1224,
1124,
392,
31,
33,
2836
],
rtlAutoMirrored: true,
),
"keyboard_capslock": SymbolsMetadata(
popularity: 364,
codepoint: 0xe318,
categories: [11],
tags: [
77,
504,
10903,
519,
345,
313,
1108,
1111,
1112,
1113,
16,
87,
2859,
6213,
33,
1690,
3660,
1701,
7693,
1485
],
),
"keyboard_capslock_badge": SymbolsMetadata(
popularity: 10,
codepoint: 0xf7de,
categories: [4],
tags: [
749,
77,
502,
281,
504,
10904,
10905,
10903,
2842,
4870,
193,
10906,
1103,
519,
345,
44,
1055,
370,
1108,
51,
1111,
1112,
1113,
10907,
1777,
10908,
93,
6213,
291,
65,
33,
413,
35,
3660,
1701,
98,
7693
],
),
"keyboard_command_key": SymbolsMetadata(
popularity: 1325,
codepoint: 0xeae7,
categories: [2],
tags: [
748,
9939,
504,
1103,
10909,
10910,
1310,
345,
288,
44,
1108,
4484,
1110,
1111,
2865,
1112,
1113,
1705,
10911,
2497,
355,
289,
1128,
10912,
1170,
31,
65
],
),
"keyboard_control_key": SymbolsMetadata(
popularity: 1094,
codepoint: 0xeae6,
categories: [2],
tags: [
77,
1102,
1103,
519,
345,
10913,
313,
10914,
3014,
1111,
1112,
1113,
2870,
325,
1123,
2875,
31,
33,
9999,
1263,
3660,
98
],
),
"keyboard_double_arrow_down": SymbolsMetadata(
popularity: 4057,
codepoint: 0xead0,
categories: [2],
tags: [
2921,
500,
77,
502,
2184,
2822,
902,
345,
2896,
313,
2271,
8469,
3042,
2814,
2899,
2125,
8471,
903,
51,
1113,
5265,
1749,
2455,
325,
905,
1586,
328,
1167,
2853,
644,
10915,
1690,
5623
],
),
"keyboard_double_arrow_left": SymbolsMetadata(
popularity: 4085,
codepoint: 0xeac3,
categories: [2],
tags: [
10916,
77,
10917,
502,
2441,
2820,
10918,
313,
10919,
3042,
2965,
10920,
10921,
2825,
2076,
2195,
5609,
352,
2935,
2455,
6046,
325,
408,
10922,
2828,
1124,
2831,
2847,
10923,
7744,
2834,
4952
],
rtlAutoMirrored: true,
),
"keyboard_double_arrow_right": SymbolsMetadata(
popularity: 6609,
codepoint: 0xeac9,
categories: [2],
tags: [
8527,
2921,
77,
502,
2822,
7122,
345,
313,
3042,
2965,
10924,
7738,
903,
2838,
1111,
1112,
1113,
1749,
468,
2455,
325,
905,
5730,
759,
906,
1699,
2924,
8021,
9582,
31
],
rtlAutoMirrored: true,
),
"keyboard_double_arrow_up": SymbolsMetadata(
popularity: 2736,
codepoint: 0xeacf,
categories: [2],
tags: [
77,
6241,
502,
2842,
2822,
7122,
912,
313,
2866,
3042,
2965,
10925,
10926,
914,
7738,
10927,
3014,
51,
10928,
1113,
10929,
2342,
2892,
2870,
2455,
2871,
325,
10930,
1167,
2875,
10931,
3016,
1263,
1701,
98,
3017
],
),
"keyboard_external_input": SymbolsMetadata(
popularity: 28,
codepoint: 0xf7dd,
categories: [4],
tags: [
77,
1323,
519,
685,
1073,
10932,
284,
345,
1633,
288,
10933,
10934,
10935,
1110,
10936,
1111,
10071,
10937,
1344,
1113,
10938,
1114,
16,
1314,
1029,
1391,
1732,
4289,
3970,
1315,
906,
1779,
1093,
65,
33,
9999,
35,
3660,
1320
],
),
"keyboard_full": SymbolsMetadata(
popularity: 17,
codepoint: 0xf7dc,
categories: [4],
tags: [
1100,
1103,
283,
7585,
519,
345,
1633,
1704,
288,
2532,
1106,
46,
10939,
1696,
10940,
1110,
1111,
1113,
10897,
385,
10941,
1391,
919,
4648,
4289,
432,
6213,
10942,
65,
33,
511,
3660,
6240,
1485
],
),
"keyboard_hide": SymbolsMetadata(
popularity: 400,
codepoint: 0xe31a,
categories: [11],
tags: [
77,
1100,
2822,
1209,
912,
519,
10265,
345,
2896,
288,
313,
10943,
4647,
2814,
10944,
488,
1110,
2915,
1111,
1113,
1114,
10897,
583,
2892,
262,
10945,
10946,
1224,
10947,
33,
10948,
413,
3660,
10898
],
),
"keyboard_keys": SymbolsMetadata(
popularity: 48,
codepoint: 0xf67b,
categories: [4],
tags: [
627,
2386,
3658,
504,
5,
1438,
519,
345,
288,
2153,
1106,
1108,
382,
1110,
1111,
1113,
1114,
10897,
16,
2455,
1391,
4289,
432,
1433,
6213,
823,
433,
31,
65,
33,
35,
3660,
1590,
1485
],
),
"keyboard_lock": SymbolsMetadata(
popularity: 13,
codepoint: 0xf492,
categories: [11],
tags: [
861,
1051,
4239,
519,
345,
288,
1431,
1110,
1111,
1113,
1114,
10897,
16,
1777,
1056,
980,
1391,
5948,
5318,
1034,
1063,
1574,
432,
1065,
705,
1773,
1036,
33,
35,
3660
],
),
"keyboard_lock_off": SymbolsMetadata(
popularity: 7,
codepoint: 0xf491,
categories: [11],
tags: [
861,
481,
519,
345,
1235,
2012,
288,
1162,
868,
1055,
1110,
1111,
1113,
8035,
1114,
16,
1777,
1056,
1059,
1391,
1061,
5948,
5318,
2670,
1034,
1063,
1574,
432,
2366,
705,
1773,
1036,
1067,
4249,
2402,
33,
413,
35,
3660,
5320,
5321,
10949,
8055
],
),
"keyboard_off": SymbolsMetadata(
popularity: 17,
codepoint: 0xf67a,
categories: [4],
tags: [
10950,
519,
10951,
10952,
288,
10953,
10954,
868,
10955,
1055,
1110,
1111,
10956,
10957,
10958,
10959,
1113,
10960,
10961,
10962,
10963,
10964,
1114,
16,
10965,
10966,
10967,
1059,
1391,
1061,
10968,
1067,
33,
10969,
10970,
10971,
35,
10972,
10973,
10974
],
),
"keyboard_onscreen": SymbolsMetadata(
popularity: 11,
codepoint: 0xf7db,
categories: [4],
tags: [
862,
10975,
10976,
283,
519,
1744,
1633,
288,
44,
488,
382,
1110,
1111,
2865,
1113,
1114,
16,
1470,
583,
262,
1391,
10977,
2497,
432,
410,
509,
65,
33,
10978,
35,
3660,
498,
1485
],
),
"keyboard_option_key": SymbolsMetadata(
popularity: 518,
codepoint: 0xeae8,
categories: [2],
tags: [
862,
2386,
10979,
1591,
5,
1103,
519,
685,
345,
3584,
288,
379,
1108,
1111,
1112,
1113,
87,
814,
10980,
355,
289,
432,
71,
10912,
433,
1170,
31,
65,
33,
3660
],
),
"keyboard_previous_language": SymbolsMetadata(
popularity: 16,
codepoint: 0xf7da,
categories: [4],
tags: [
77,
2441,
2821,
504,
1742,
5,
2822,
450,
519,
345,
753,
288,
313,
320,
1110,
1111,
1112,
1113,
1114,
5225,
2195,
16,
9696,
10981,
1391,
355,
1167,
2828,
3441,
760,
3663,
362,
151,
2402,
33,
7230,
5932,
35,
3660,
2836,
334
],
),
"keyboard_return": SymbolsMetadata(
popularity: 2109,
codepoint: 0xe31b,
categories: [11],
tags: [
500,
77,
2441,
7277,
10982,
10983,
2216,
1103,
10910,
3438,
2864,
2573,
10984,
1108,
4484,
138,
1111,
1113,
10985,
10986,
2195,
5609,
10987,
1123,
1124,
10988,
392,
31,
2162,
10948,
2175,
338
],
rtlAutoMirrored: true,
),
"keyboard_tab": SymbolsMetadata(
popularity: 780,
codepoint: 0xe31c,
categories: [11],
tags: [
77,
5,
519,
345,
1430,
680,
1164,
4484,
2212,
1111,
1344,
6653,
1112,
1113,
10989,
2195,
1749,
325,
905,
906,
1699,
823,
709,
31,
4480,
10990,
65,
33,
2178,
1485
],
rtlAutoMirrored: true,
),
"keyboard_tab_rtl": SymbolsMetadata(
popularity: 32,
codepoint: 0xec73,
categories: [11],
tags: [
501,
77,
504,
519,
345,
1787,
313,
1430,
1164,
1106,
1108,
138,
2212,
1111,
1344,
1112,
1113,
10991,
2195,
1749,
325,
905,
906,
6399,
509,
31,
4480,
10990,
33,
8576,
3660,
1485
],
rtlAutoMirrored: true,
),
"kid_star": SymbolsMetadata(
popularity: 201,
codepoint: 0xf526,
categories: [3],
tags: [
3,
3525,
3495,
1693,
3132,
993,
5737,
4065,
10992,
3092,
1026,
3499,
10993,
9873,
1139,
1367,
3531,
1006,
10994,
3094,
1166,
3536,
4865,
1574,
795,
359,
203,
3505,
1539,
2737,
857,
245,
3711,
3543,
1023,
5746
],
),
"king_bed": SymbolsMetadata(
popularity: 1281,
codepoint: 0xea45,
categories: [8],
tags: [
1495,
2547,
1903,
4048,
929,
1876,
3864,
3042,
10995,
4052,
1140,
699,
2733,
1499,
2552,
2735,
4055,
10996,
10997,
10998,
4056,
10999,
4060,
4062,
1500,
4063,
1501,
432,
1916,
1917,
1946,
1919
],
),
"kitchen": SymbolsMetadata(
popularity: 1576,
codepoint: 0xeb47,
categories: [8],
tags: [
1858,
6018,
929,
11000,
11001,
841,
4206,
11002,
11003,
4681,
3701,
3864,
3702,
2354,
4209,
11004,
4052,
1140,
1893,
1499,
850,
2735,
4213,
3793,
289,
3705,
2553,
432,
11005,
1503,
1946,
392,
1339,
1689,
6481
],
),
"kitesurfing": SymbolsMetadata(
popularity: 427,
codepoint: 0xe50d,
categories: [15],
tags: [
748,
2508,
3640,
7323,
7539,
4037,
5711,
690,
1274,
781,
11,
11006,
225,
7541,
581,
8497,
11007,
11008,
1958,
2485,
3652,
588,
589,
3298,
2421,
888,
593,
30,
3520,
11009,
11010,
332,
1960,
3830,
11011,
1855,
1856
],
),
"lab_panel": SymbolsMetadata(
popularity: 54,
codepoint: 0xe103,
categories: [3],
tags: [
1422,
1071,
4165,
373,
4169,
81,
4375,
4171,
11012,
4172,
1109,
697,
68,
4271,
11013,
4175,
11014,
4176,
894,
1086,
919,
759,
1428,
4179,
11015,
2332,
7645,
11016,
4180,
11017,
1318,
11018,
4182
],
),
"lab_profile": SymbolsMetadata(
popularity: 162,
codepoint: 0xe104,
categories: [12],
tags: [
4423,
1422,
1071,
4165,
4166,
4169,
81,
7768,
314,
1580,
1430,
3092,
4171,
5155,
147,
4172,
1680,
1681,
697,
4174,
5488,
4428,
4271,
4175,
11014,
3094,
894,
1586,
1587,
759,
1428,
4797,
4179,
2332,
4180,
5976,
4391,
8290
],
),
"lab_research": SymbolsMetadata(
popularity: 159,
codepoint: 0xf80b,
categories: [3],
tags: [
1422,
4165,
4169,
1104,
314,
3092,
46,
4171,
4172,
9112,
892,
4174,
4271,
4175,
4176,
894,
4179,
4180,
5976,
1318
],
),
"label": SymbolsMetadata(
popularity: 4505,
codepoint: 0xe892,
categories: [6],
tags: [
11019,
281,
1693,
1195,
9253,
2812,
170,
43,
145,
3497,
3499,
904,
1139,
2003,
2212,
51,
68,
52,
1345,
2291,
174,
3675,
92,
289,
11020,
852,
2647,
4105,
1539,
392,
2673,
2773,
182,
740
],
rtlAutoMirrored: true,
),
"label_important": SymbolsMetadata(
popularity: 1852,
codepoint: 0xe937,
categories: [6],
tags: [
1922,
1693,
8714,
2792,
2822,
2812,
81,
3499,
3500,
83,
4496,
381,
1139,
172,
1367,
2212,
5801,
11021,
52,
1345,
2291,
1166,
174,
1480,
586,
92,
289,
328,
453,
4105,
906,
1539,
392,
644,
95,
2673,
2773,
182,
9049
],
rtlAutoMirrored: true,
),
"label_off": SymbolsMetadata(
popularity: 433,
codepoint: 0xe9b6,
categories: [6],
tags: [
11022,
11023,
11024,
1300,
11025,
868,
1055,
3499,
11026,
904,
11027,
11028,
2212,
11029,
52,
11030,
1345,
2291,
11031,
814,
647,
11032,
1059,
1061,
289,
328,
11033,
4105,
11034,
1539,
644,
1067,
2673,
2773,
11035,
182,
8337,
4323,
11036,
11037,
9049
],
),
"labs": SymbolsMetadata(
popularity: 347,
codepoint: 0xe105,
categories: [3],
tags: [
779,
11038,
1422,
1071,
4165,
11039,
4169,
685,
8638,
1104,
314,
4171,
11040,
5155,
216,
2511,
1109,
697,
4174,
4271,
4175,
4176,
894,
887,
70,
7117,
4179,
7645,
11016,
4180,
71,
65,
1318,
8290
],
),
"lan": SymbolsMetadata(
popularity: 3029,
codepoint: 0xeb2f,
categories: [7],
tags: [
861,
569,
283,
1272,
519,
11041,
1074,
284,
1075,
81,
1704,
288,
7163,
1430,
2141,
147,
1679,
1680,
1681,
259,
11042,
11043,
267,
585,
1391,
2720,
11044,
652,
2029,
526,
1518
],
),
"landscape": SymbolsMetadata(
popularity: 2458,
codepoint: 0xe3f7,
categories: [1],
tags: [
373,
4494,
81,
375,
2418,
1843,
318,
137,
7934,
7935,
49,
1824,
1595,
323,
324,
1596,
1597,
2361,
1825,
3652,
5158,
57,
59,
62,
1149,
8812,
10358,
332,
396
],
),
"landscape_2": SymbolsMetadata(
popularity: 67,
codepoint: 0xf4c4,
categories: [1],
tags: [
478,
1342,
2537,
2763,
3516,
193,
1675,
9147,
1843,
1343,
318,
7934,
11045,
49,
1595,
1596,
1597,
1825,
4041,
57,
1346,
62,
11046,
888,
1993,
1598,
332,
1690,
396,
475,
11047,
477,
5160
],
),
"landscape_2_edit": SymbolsMetadata(
popularity: 7,
codepoint: 0xf310,
categories: [1],
tags: [
478,
1738,
2537,
2763,
1742,
1578,
4664,
1325,
1252,
680,
1343,
7935,
49,
1111,
1595,
406,
1641,
1596,
1597,
1825,
887,
289,
4517,
2621,
57,
62,
432,
2772,
433,
1598,
511,
2451,
475,
477,
1590,
1485
],
),
"landscape_2_off": SymbolsMetadata(
popularity: 9,
codepoint: 0xf4c3,
categories: [1],
tags: [
478,
2537,
2763,
10725,
868,
1055,
4246,
216,
137,
7934,
384,
49,
1222,
1595,
1596,
1597,
1825,
3269,
7420,
1059,
1060,
1061,
355,
3652,
57,
59,
62,
432,
2772,
151,
1067,
1598,
2402,
413,
511,
1068,
396,
475,
477
],
),
"landslide": SymbolsMetadata(
popularity: 544,
codepoint: 0xebd7,
categories: [3],
tags: [
3401,
1360,
691,
912,
4405,
1365,
4409,
315,
11048,
2425,
11049,
11050,
7755,
1822,
4413,
11051,
1596,
2361,
6759,
1825,
616,
3652,
5942,
4416,
1626,
11052,
898,
4949,
4394,
31,
10358,
332,
11053,
206,
859
],
),
"language": SymbolsMetadata(
popularity: 31027,
codepoint: 0xe894,
categories: [6],
tags: [
1177,
568,
5925,
570,
573,
283,
2725,
2726,
320,
4697,
259,
5225,
11054,
506,
9698,
2456,
70,
5232,
921,
71,
4845,
594,
1296,
9544,
33,
6136,
4852,
7230,
5932,
338,
1186,
6627,
334,
5235
],
),
"language_chinese_array": SymbolsMetadata(
popularity: 9,
codepoint: 0xf766,
categories: [12],
tags: [
6784,
11055,
5,
6737,
283,
685,
4528,
81,
11056,
1430,
1252,
12,
488,
370,
1111,
9518,
5225,
10760,
1470,
9519,
70,
432,
3325,
71,
433,
4533,
33,
97,
5932,
11057,
35,
6627,
1485
],
),
"language_chinese_cangjie": SymbolsMetadata(
popularity: 13,
codepoint: 0xf765,
categories: [12],
tags: [
11058,
11059,
5,
6737,
11060,
283,
4528,
11056,
315,
370,
320,
11061,
1111,
322,
1113,
5225,
11062,
10760,
9696,
9519,
11063,
8311,
3325,
31,
33,
10948,
5932,
11057,
334,
1485
],
),
"language_chinese_dayi": SymbolsMetadata(
popularity: 10,
codepoint: 0xf764,
categories: [12],
tags: [
504,
11064,
6737,
11065,
450,
283,
685,
345,
11066,
11056,
11067,
370,
11068,
10937,
11069,
1344,
1113,
5225,
10760,
9519,
70,
876,
3325,
362,
71,
2402,
31,
33,
9999,
413,
5932,
11057,
3660,
1485,
11070
],
),
"language_chinese_pinyin": SymbolsMetadata(
popularity: 5,
codepoint: 0xf763,
categories: [12],
tags: [
4,
1672,
504,
5,
6737,
283,
485,
1704,
1104,
11056,
6703,
370,
319,
137,
138,
1111,
1344,
322,
5225,
10760,
6623,
9519,
262,
11071,
3325,
509,
31,
1093,
33,
5932,
11057,
338,
141,
333,
1485
],
),
"language_chinese_quick": SymbolsMetadata(
popularity: 17,
codepoint: 0xf762,
categories: [12],
tags: [
568,
504,
5,
570,
6737,
283,
345,
11056,
1165,
6703,
370,
319,
138,
4698,
1111,
322,
1113,
5225,
10760,
9519,
506,
583,
70,
3101,
71,
1832,
4845,
594,
31,
33,
5932,
11057,
35,
907,
1485
],
),
"language_chinese_wubi": SymbolsMetadata(
popularity: 4,
codepoint: 0xf761,
categories: [12],
tags: [
11058,
5,
6737,
283,
628,
11056,
9692,
370,
4484,
11068,
1111,
10937,
322,
1113,
5225,
10760,
6623,
9519,
506,
70,
921,
8311,
3325,
363,
71,
31,
33,
5932,
11057,
3660,
1485,
11072
],
),
"language_french": SymbolsMetadata(
popularity: 12,
codepoint: 0xf760,
categories: [12],
tags: [
1742,
684,
283,
4495,
11056,
8162,
8163,
4496,
370,
11073,
11074,
11075,
318,
319,
138,
978,
322,
5225,
10760,
10981,
9519,
4501,
70,
921,
363,
71,
4845,
2402,
31,
9544,
33,
7230,
5932,
11057,
1485
],
),
"language_gb_english": SymbolsMetadata(
popularity: 11,
codepoint: 0xf75f,
categories: [12],
tags: [
11076,
1742,
450,
283,
4495,
4528,
11056,
9822,
370,
320,
6716,
322,
5225,
10760,
10981,
9519,
11077,
11078,
9823,
355,
358,
1149,
9824,
362,
151,
31,
33,
5932,
11057,
11079,
11080,
6718,
9826,
334,
1485
],
),
"language_international": SymbolsMetadata(
popularity: 15,
codepoint: 0xf75e,
categories: [12],
tags: [
193,
283,
4528,
11056,
7973,
315,
6703,
370,
319,
11081,
320,
382,
322,
11082,
5225,
9694,
10760,
1470,
6623,
9519,
5232,
331,
33,
7230,
5932,
11057,
881,
6627,
334,
1485
],
),
"language_japanese_kana": SymbolsMetadata(
popularity: 20,
codepoint: 0xf513,
categories: [12],
tags: [
4,
7905,
403,
283,
1475,
4528,
11056,
4449,
3092,
3276,
6703,
370,
11083,
322,
6735,
11084,
11085,
5225,
10760,
3094,
9696,
9519,
3325,
594,
4533,
9544,
33,
5932,
11057,
1485
],
),
"language_korean_latin": SymbolsMetadata(
popularity: 26,
codepoint: 0xf75d,
categories: [12],
tags: [
193,
283,
4528,
11056,
9692,
370,
319,
320,
322,
11086,
5225,
11087,
11088,
11089,
11090,
7975,
11054,
10760,
11091,
9519,
323,
7976,
921,
8311,
71,
594,
331,
33,
7230,
5932,
11057,
338,
334,
1485
],
),
"language_pinyin": SymbolsMetadata(
popularity: 7,
codepoint: 0xf75c,
categories: [12],
tags: [
403,
570,
283,
4528,
11056,
4449,
9692,
370,
319,
9441,
1111,
322,
1113,
5225,
7975,
10760,
9696,
9519,
583,
11092,
11071,
3325,
1295,
594,
4533,
1296,
33,
7230,
5932,
11057,
3660,
6627,
334,
1485
],
),
"language_spanish": SymbolsMetadata(
popularity: 32,
codepoint: 0xf5e9,
categories: [12],
tags: [
573,
4495,
11056,
8162,
8163,
4496,
370,
320,
322,
5225,
11093,
11094,
11090,
7975,
10760,
10981,
9519,
7976,
4501,
11078,
921,
1149,
71,
11095,
11096,
11097,
1295,
11098,
33,
7230,
5932,
11099,
11057,
334,
1485
],
),
"language_us": SymbolsMetadata(
popularity: 23,
codepoint: 0xf759,
categories: [12],
tags: [
568,
570,
2722,
572,
573,
283,
5578,
1475,
2724,
11056,
2725,
7212,
7973,
2726,
370,
319,
322,
10759,
5225,
11100,
11089,
11101,
10760,
9519,
4926,
4845,
594,
1484,
1296,
33,
7230,
5932,
11057,
1298,
6627,
334,
1485
],
),
"language_us_colemak": SymbolsMetadata(
popularity: 1,
codepoint: 0xf75b,
categories: [12],
tags: [
5342,
1591,
11102,
5,
684,
11103,
685,
345,
4495,
11056,
370,
318,
320,
1111,
1113,
5225,
10760,
385,
6623,
9519,
4501,
70,
358,
362,
71,
4533,
1093,
33,
5932,
11057,
3660,
11104,
11105,
334,
1485
],
),
"language_us_dvorak": SymbolsMetadata(
popularity: 5,
codepoint: 0xf75a,
categories: [12],
tags: [
5,
283,
519,
345,
81,
288,
11056,
11106,
1252,
11107,
1431,
370,
138,
68,
1111,
1344,
1113,
5225,
10760,
385,
9519,
70,
921,
1123,
71,
509,
31,
1093,
65,
33,
5932,
11057,
3660,
11104,
11108,
1485
],
),
"laps": SymbolsMetadata(
popularity: 158,
codepoint: 0xf6b9,
categories: [15],
tags: [
2508,
77,
7539,
5752,
1159,
6,
3111,
4149,
1136,
10,
11,
8960,
2882,
51,
3464,
11109,
757,
1166,
17,
27,
453,
330,
1125,
29,
228,
1152,
2401,
30,
11110,
2809,
3828,
1171,
1172,
2146,
3522
],
),
"laptop_car": SymbolsMetadata(
popularity: 21,
codepoint: 0xf3cd,
categories: [11],
tags: [
1246,
1247,
1809,
3410,
1811,
1812,
1703,
519,
4293,
254,
345,
1425,
1704,
288,
44,
8,
2038,
1877,
1110,
1253,
3686,
1314,
1705,
262,
630,
325,
11111,
2534,
432,
4777,
410,
65,
1629,
332,
1835,
333,
2050,
1229,
1518
],
),
"laptop_chromebook": SymbolsMetadata(
popularity: 2550,
codepoint: 0xe31f,
categories: [11],
tags: [
1246,
1247,
1922,
1703,
11112,
519,
1310,
288,
8,
2532,
379,
137,
1110,
699,
1253,
138,
259,
1113,
3686,
11113,
814,
262,
630,
289,
920,
2534,
432,
410,
31,
65,
4766,
1409,
333,
1187,
1518
],
),
"laptop_mac": SymbolsMetadata(
popularity: 3201,
codepoint: 0xe320,
categories: [11],
tags: [
1246,
1247,
1703,
519,
1310,
284,
81,
1704,
288,
44,
8,
2532,
1877,
2533,
1110,
1253,
259,
1113,
3686,
1705,
11114,
262,
630,
267,
1391,
2534,
1427,
432,
4777,
410,
392,
65,
333,
1187,
1518,
6240
],
),
"laptop_windows": SymbolsMetadata(
popularity: 1840,
codepoint: 0xe321,
categories: [11],
tags: [
1246,
1247,
1922,
1703,
519,
1310,
288,
44,
8,
3092,
2532,
1110,
1253,
3686,
1705,
630,
4464,
1391,
2922,
4291,
6238,
2534,
432,
410,
65,
6239,
333,
1187,
1229,
1518
],
),
"lasso_select": SymbolsMetadata(
popularity: 70,
codepoint: 0xeb03,
categories: [12],
tags: [
1131,
5236,
450,
11115,
4563,
2392,
754,
1580,
378,
4838,
1252,
680,
2153,
2217,
11116,
7613,
11117,
2253,
6078,
2667,
11118,
1166,
11119,
289,
3077,
4517,
2621,
11120,
6079,
362,
363,
11121,
392,
1588,
1460,
2160,
33,
511,
35,
11122,
1485
],
),
"last_page": SymbolsMetadata(
popularity: 2352,
codepoint: 0xe5dd,
categories: [2],
tags: [
2921,
1672,
501,
77,
1133,
2822,
2701,
2965,
11123,
2125,
7738,
5595,
3450,
903,
1344,
2826,
11124,
550,
87,
352,
1749,
325,
905,
1586,
2847,
906,
1699,
410,
2333,
392,
2833,
8021,
7745,
141,
1348,
3330,
333,
1186
],
rtlAutoMirrored: true,
),
"laundry": SymbolsMetadata(
popularity: 919,
codepoint: 0xe2a8,
categories: [10],
tags: [
2631,
1858,
5843,
810,
1863,
2635,
2636,
11125,
7337,
3864,
2641,
2643,
1140,
1499,
4193,
7650,
3039,
1729,
3961,
1503,
7362,
5822,
652,
2648,
472,
2651,
11126,
7358,
5826
],
),
"layers": SymbolsMetadata(
popularity: 3495,
codepoint: 0xe53b,
categories: [5],
tags: [
76,
2242,
628,
484,
868,
8,
1430,
1055,
147,
579,
1080,
1612,
1082,
1083,
1667,
1534,
2455,
1059,
1061,
91,
92,
8809,
2747,
3397,
4648,
1992,
2459,
2460,
4442,
1067,
1711,
955,
396
],
),
"layers_clear": SymbolsMetadata(
popularity: 612,
codepoint: 0xe53c,
categories: [5],
tags: [
478,
76,
1208,
780,
1210,
11127,
484,
868,
4647,
2141,
811,
1055,
3371,
1679,
1080,
1612,
1082,
11128,
1083,
1534,
6509,
1059,
11129,
1061,
91,
586,
5384,
2747,
3397,
4796,
386,
5039,
11130,
4442,
1067,
1711,
955,
10768,
6930,
3689
],
),
"lda": SymbolsMetadata(
popularity: 13,
codepoint: 0xe106,
categories: [11],
tags: [
3358,
11131,
5982,
1422,
3148,
2123,
11132,
81,
11133,
1761,
1430,
11134,
11135,
5754,
216,
697,
11082,
5225,
11136,
87,
3807,
894,
11137,
5876,
11138,
11139,
1090,
5490,
65,
33,
11140,
511,
10763
],
),
"leaderboard": SymbolsMetadata(
popularity: 4045,
codepoint: 0xf20c,
categories: [9],
tags: [
3,
11141,
1071,
1423,
1424,
517,
3495,
373,
933,
6,
11142,
81,
375,
1078,
11143,
11144,
1081,
6636,
1083,
88,
226,
3502,
1086,
11145,
851,
759,
6521,
795,
228,
11146,
746,
7260,
11147,
1263,
1095,
3510,
11148
],
),
"leak_add": SymbolsMetadata(
popularity: 494,
codepoint: 0xe3f8,
categories: [1],
tags: [
745,
5751,
1323,
1374,
1073,
284,
1375,
1497,
1593,
81,
11149,
4270,
914,
1077,
488,
1336,
235,
1327,
2716,
1328,
11150,
1314,
4176,
3961,
267,
887,
8881,
3849,
239,
2719,
4880,
652,
2057,
1293,
454,
11151,
3830,
278
],
),
"leak_remove": SymbolsMetadata(
popularity: 179,
codepoint: 0xe3f9,
categories: [1],
tags: [
11152,
1051,
1208,
284,
81,
1210,
868,
2899,
4270,
6903,
1055,
11153,
1213,
11150,
11154,
11155,
1314,
4176,
267,
11156,
11157,
11158,
11159,
1059,
1060,
1061,
8881,
11160,
11161,
4247,
1224,
11162,
11163,
652,
2057,
1067,
1293,
11164,
11151,
3830,
11165,
278
],
),
"left_click": SymbolsMetadata(
popularity: 280,
codepoint: 0xf718,
categories: [2],
tags: [
748,
4325,
77,
504,
450,
193,
1784,
1785,
519,
11166,
345,
1787,
288,
44,
2692,
2839,
1111,
1612,
1344,
2195,
11167,
2981,
1749,
328,
1167,
1120,
362,
363,
7597,
1227,
65,
511
],
),
"left_panel_close": SymbolsMetadata(
popularity: 131,
codepoint: 0xf717,
categories: [2],
tags: [
748,
77,
504,
1209,
912,
1103,
6036,
2442,
345,
313,
2271,
913,
1164,
2915,
51,
1612,
385,
2195,
506,
2892,
325,
919,
4648,
5919,
4649,
2917,
2942,
4650,
413,
907,
6606,
1187,
2989,
1154
],
),
"left_panel_open": SymbolsMetadata(
popularity: 142,
codepoint: 0xf716,
categories: [2],
tags: [
77,
1209,
912,
1425,
313,
8,
914,
1344,
385,
5609,
11168,
506,
325,
2922,
92,
919,
4648,
410,
2007,
2942,
4650,
413,
1187,
2989
],
),
"legend_toggle": SymbolsMetadata(
popularity: 859,
codepoint: 0xf11b,
categories: [9],
tags: [
1071,
482,
373,
912,
345,
81,
7029,
375,
8,
914,
10691,
83,
1078,
2915,
1081,
68,
1112,
11169,
1082,
11170,
1470,
324,
226,
506,
1086,
4259,
70,
2457,
71,
2007,
11171,
746,
2402,
33,
97,
413,
1095,
396,
514
],
),
"lens_blur": SymbolsMetadata(
popularity: 839,
codepoint: 0xf029,
categories: [1],
tags: [
480,
5088,
4333,
4296,
5792,
40,
11172,
193,
4336,
11173,
4310,
3634,
1745,
487,
83,
1748,
9148,
4299,
49,
8358,
4328,
53,
11174,
11175,
8982,
4302,
57,
3603,
8799,
59,
8833,
11176,
11177,
11178,
4304,
4316,
4332,
4319,
11179
],
),
"letter_switch": SymbolsMetadata(
popularity: 25,
codepoint: 0xf758,
categories: [12],
tags: [
11180,
11181,
11182,
9375,
11183,
11184,
502,
10904,
11185,
11186,
11187,
7827,
5095,
11188,
12,
370,
3659,
1113,
10760,
11189,
9519,
10908,
11190,
2160,
3964,
11191,
2402,
33,
11192,
2175,
9999,
2163,
413,
5932,
11057,
338,
7693,
1485
],
),
"library_add": SymbolsMetadata(
popularity: 5509,
codepoint: 0xe02e,
categories: [2],
tags: [
231,
745,
1673,
3390,
2136,
1197,
628,
1325,
81,
1430,
1431,
147,
173,
1327,
1376,
1082,
1345,
88,
406,
2455,
1706,
887,
92,
1586,
1709,
239,
1710,
453,
985,
1539,
2461,
1396,
31,
37
],
),
"library_add_check": SymbolsMetadata(
popularity: 1310,
codepoint: 0xe9b7,
categories: [0],
tags: [
748,
745,
1660,
1673,
1693,
482,
504,
1662,
1197,
463,
2683,
345,
2337,
1430,
1666,
1479,
147,
1680,
872,
1082,
1345,
87,
88,
1166,
2455,
1706,
2586,
1668,
239,
4465,
362,
433,
2461,
245,
31,
1517,
1669,
141,
2334,
1576,
37,
1671
],
),
"library_books": SymbolsMetadata(
popularity: 6802,
codepoint: 0xe02f,
categories: [0],
tags: [
4424,
745,
1342,
7670,
1268,
3389,
3390,
3391,
11193,
2136,
1197,
628,
1467,
1541,
2141,
3092,
1679,
173,
68,
4428,
3094,
1345,
88,
3394,
11194,
3380,
2885,
4133,
4179,
4532,
2461,
11195,
4391
],
rtlAutoMirrored: true,
),
"library_music": SymbolsMetadata(
popularity: 1947,
codepoint: 0xe030,
categories: [0],
tags: [
745,
1342,
1673,
1268,
11196,
11197,
11198,
1197,
2141,
1679,
1680,
1345,
406,
11199,
439,
1706,
11200,
11201,
11202,
9897,
11203,
10741,
1585,
92,
1709,
432,
3053,
1293,
7834,
1689,
3054
],
),
"license": SymbolsMetadata(
popularity: 466,
codepoint: 0xeb04,
categories: [6],
tags: [
2438,
11204,
2660,
5219,
281,
930,
2662,
11205,
192,
2442,
11206,
6258,
11207,
464,
1430,
11208,
2640,
147,
488,
3182,
3102,
2003,
978,
2446,
11209,
3311,
3502,
3676,
11210,
1587,
11211,
2670,
5359,
11212,
716,
2623,
3506,
4820,
3678
],
),
"lift_to_talk": SymbolsMetadata(
popularity: 320,
codepoint: 0xefa3,
categories: [11],
tags: [
4325,
1268,
3349,
1270,
1103,
283,
345,
11213,
1475,
288,
4327,
216,
1108,
2690,
2692,
1612,
262,
271,
6276,
3101,
64,
1128,
594,
9544,
65,
1406
],
),
"light": SymbolsMetadata(
popularity: 1039,
codepoint: 0xf02a,
categories: [8],
tags: [
480,
1738,
1332,
3621,
3622,
3802,
11214,
2301,
345,
3922,
3684,
3625,
5673,
3805,
4746,
51,
2734,
2735,
9105,
3627,
5182,
814,
647,
1059,
1061,
289,
11215,
3688,
358,
1946,
151,
8985,
898,
1339,
2402,
31,
413
],
),
"light_group": SymbolsMetadata(
popularity: 315,
codepoint: 0xe28b,
categories: [10],
tags: [
1131,
6784,
2123,
11216,
3802,
1196,
1197,
685,
4282,
345,
288,
2604,
7163,
579,
1198,
1140,
3171,
7151,
7152,
9105,
11217,
11218,
5182,
2429,
11219,
267,
1946,
2772,
1201,
1779,
1897,
11220
],
rtlAutoMirrored: true,
),
"light_mode": SymbolsMetadata(
popularity: 11900,
codepoint: 0xe518,
categories: [4],
tags: [
2210,
4594,
501,
3621,
3622,
4741,
193,
780,
2124,
4754,
288,
8,
4746,
1344,
3627,
6397,
5182,
1470,
642,
2080,
355,
358,
3199,
151,
1993,
857,
1598,
11221,
4044,
2402,
4740,
413,
3631
],
),
"light_off": SymbolsMetadata(
popularity: 74,
codepoint: 0xe9b8,
categories: [8],
tags: [
11222,
3802,
11223,
4745,
3634,
1300,
868,
11224,
1055,
3684,
4024,
3805,
1222,
11225,
9105,
9010,
3627,
8995,
8996,
2429,
11226,
2016,
8999,
1059,
1061,
3688,
9012,
1067,
2402,
9915,
4740,
413,
4323,
5166
],
),
"lightbulb": SymbolsMetadata(
popularity: 11751,
codepoint: 0xe0f0,
categories: [6],
tags: [
1360,
1177,
3621,
3802,
2301,
6084,
868,
3092,
811,
3625,
10689,
3805,
1222,
9124,
293,
68,
4174,
11227,
8289,
4428,
3094,
11228,
3627,
9127,
8999,
289,
1292,
4181,
10244,
4850,
4851,
4841,
8019,
11229
],
),
"lightbulb_2": SymbolsMetadata(
popularity: 432,
codepoint: 0xf3e3,
categories: [8],
tags: [
1360,
1177,
2471,
2184,
3621,
3802,
2277,
3683,
3922,
3684,
11230,
1109,
11231,
871,
10689,
138,
3805,
9124,
293,
68,
4174,
11227,
11228,
3627,
9127,
1061,
330,
10083,
4940,
4181,
10244,
31,
7192,
4850,
4851,
4841,
11232
],
),
"lightbulb_circle": SymbolsMetadata(
popularity: 983,
codepoint: 0xebfe,
categories: [6],
tags: [
1360,
1177,
3621,
3802,
504,
193,
462,
2850,
345,
6084,
314,
137,
10689,
138,
3805,
9124,
293,
68,
11227,
4428,
3094,
11228,
3627,
9127,
289,
392,
1292,
4181,
10244,
31,
4850,
4851,
4841,
141,
11233,
6030
],
),
"lightning_stand": SymbolsMetadata(
popularity: 54,
codepoint: 0xefa4,
categories: [11],
tags: [
3021,
1360,
3935,
3022,
3680,
3869,
3982,
1842,
1365,
288,
4150,
3683,
3984,
3922,
3684,
1165,
4393,
1110,
7890,
138,
3936,
3937,
262,
616,
876,
3688,
3101,
273,
275,
4154,
3963,
31,
3938,
7097,
206,
859,
278
],
),
"line_axis": SymbolsMetadata(
popularity: 309,
codepoint: 0xea9a,
categories: [12],
tags: [
5517,
1071,
503,
373,
11234,
310,
2392,
81,
375,
2781,
1078,
382,
11235,
699,
87,
793,
6543,
17,
2802,
11236,
8834,
794,
11237,
2272,
391,
4180,
746,
1170,
140,
1464,
2805,
514,
11238,
11239
],
),
"line_curve": SymbolsMetadata(
popularity: 64,
codepoint: 0xf757,
categories: [12],
tags: [
480,
9573,
1592,
11240,
284,
2812,
2931,
11241,
485,
313,
2780,
378,
1252,
680,
1164,
7673,
11242,
370,
381,
137,
4571,
384,
87,
468,
1625,
330,
1035,
1152,
392,
682,
11243,
1170,
4309,
338,
1409,
1854,
9531
],
),
"line_end": SymbolsMetadata(
popularity: 43,
codepoint: 0xf826,
categories: [12],
tags: [
7282,
7538,
1423,
2115,
11244,
10382,
2392,
2262,
1163,
2125,
11245,
11246,
699,
4635,
1634,
9097,
11247,
87,
4575,
11248,
4597,
11249,
11250,
11251,
1625,
906,
703,
4577,
1152,
1169,
1170,
11252,
11253,
11254,
11255,
10386,
11256
],
),
"line_end_arrow": SymbolsMetadata(
popularity: 42,
codepoint: 0xf81d,
categories: [12],
tags: [
2921,
77,
7282,
7538,
3111,
8120,
2392,
312,
313,
2125,
11246,
10400,
5595,
3450,
903,
699,
51,
2826,
87,
174,
468,
325,
905,
1625,
328,
1167,
329,
759,
906,
392,
10232,
1170,
31,
11257,
332,
1690
],
),
"line_end_arrow_notch": SymbolsMetadata(
popularity: 58,
codepoint: 0xf81c,
categories: [12],
tags: [
77,
11258,
11259,
7282,
7538,
373,
2392,
375,
313,
378,
2125,
11245,
11246,
10400,
1078,
137,
699,
384,
51,
87,
11248,
4597,
174,
325,
11260,
1625,
11261,
328,
1167,
906,
392,
1170,
31,
4807,
2198
],
),
"line_end_circle": SymbolsMetadata(
popularity: 69,
codepoint: 0xf81b,
categories: [12],
tags: [
3,
7282,
7538,
1423,
373,
193,
463,
3111,
1074,
2392,
1745,
2125,
11246,
3500,
3571,
3450,
13,
1078,
699,
51,
87,
2939,
756,
174,
1625,
328,
1090,
759,
906,
1152,
94,
2489,
291,
2927,
1170,
2463,
1095
],
),
"line_end_diamond": SymbolsMetadata(
popularity: 33,
codepoint: 0xf81a,
categories: [12],
tags: [
1520,
7282,
7538,
373,
284,
11262,
2812,
2392,
375,
1487,
313,
2125,
11246,
10400,
3450,
1077,
381,
1078,
699,
51,
87,
1314,
174,
3424,
1625,
328,
1090,
906,
1152,
392,
1170,
1317,
4841,
1409,
11263
],
),
"line_end_square": SymbolsMetadata(
popularity: 19,
codepoint: 0xf819,
categories: [12],
tags: [
480,
7282,
7538,
481,
1133,
504,
345,
2392,
2125,
11246,
5595,
3450,
381,
137,
3378,
699,
138,
3924,
550,
87,
11248,
352,
814,
1625,
1223,
3430,
906,
392,
1339,
433,
11264,
1226,
11265,
1170,
31,
11257,
907,
11266
],
),
"line_start": SymbolsMetadata(
popularity: 29,
codepoint: 0xf825,
categories: [12],
tags: [
7282,
7538,
6345,
2192,
11267,
373,
193,
2392,
666,
1745,
11246,
1907,
1078,
699,
1634,
51,
6507,
2195,
87,
11268,
174,
3424,
9639,
1625,
2802,
328,
11269,
329,
759,
94,
737,
11270,
11271,
6776,
1170,
2463,
3730
],
),
"line_start_arrow": SymbolsMetadata(
popularity: 13,
codepoint: 0xf818,
categories: [12],
tags: [
77,
7282,
7538,
1268,
2840,
2821,
6345,
2192,
2392,
313,
11246,
903,
699,
51,
2195,
5609,
87,
406,
352,
325,
3424,
1625,
1223,
2504,
408,
1167,
2828,
759,
2847,
7744,
2128,
1170,
2463,
3454,
37
],
),
"line_start_arrow_notch": SymbolsMetadata(
popularity: 16,
codepoint: 0xf817,
categories: [12],
tags: [
77,
7282,
7538,
6345,
2192,
1842,
2392,
313,
11246,
1907,
699,
6507,
1623,
2195,
87,
323,
174,
20,
325,
3424,
11260,
9639,
1625,
328,
329,
759,
4126,
2514,
11272,
1538,
1152,
2128,
11271,
1170,
2463,
2146,
332,
7821
],
),
"line_start_circle": SymbolsMetadata(
popularity: 47,
codepoint: 0xf816,
categories: [12],
tags: [
7282,
7538,
6345,
2192,
373,
193,
2392,
81,
313,
1745,
1164,
11246,
1077,
137,
699,
51,
1623,
2195,
87,
174,
3424,
1625,
328,
329,
759,
94,
2145,
6120,
2128,
2927,
1170,
2463,
2146,
514
],
),
"line_start_diamond": SymbolsMetadata(
popularity: 33,
codepoint: 0xf815,
categories: [12],
tags: [
480,
1520,
7282,
7538,
6345,
2192,
284,
2392,
375,
1487,
11246,
5057,
904,
699,
51,
2195,
87,
174,
814,
3424,
9639,
1625,
328,
1090,
1538,
392,
1339,
2128,
1170,
1409,
514
],
),
"line_start_square": SymbolsMetadata(
popularity: 9,
codepoint: 0xf814,
categories: [12],
tags: [
480,
1131,
7282,
7538,
6345,
1132,
1133,
482,
1333,
2392,
1136,
11246,
1907,
348,
381,
699,
6507,
2195,
87,
1166,
1403,
3424,
9639,
289,
1625,
328,
432,
1149,
1151,
392,
1339,
433,
2128,
1170
],
),
"line_style": SymbolsMetadata(
popularity: 280,
codepoint: 0xe919,
categories: [12],
tags: [
1738,
2148,
2228,
628,
1236,
2392,
1430,
2151,
755,
2153,
2154,
916,
2212,
385,
87,
88,
506,
1641,
176,
70,
2157,
2158,
703,
71,
709,
955,
2160,
33,
2163,
97,
3660,
2178,
1485
],
),
"line_weight": SymbolsMetadata(
popularity: 380,
codepoint: 0xe91a,
categories: [12],
tags: [
1738,
517,
628,
11273,
1430,
680,
2153,
147,
2154,
383,
916,
87,
8132,
1470,
226,
1641,
2235,
11274,
2159,
298,
709,
923,
1170,
2160,
2248,
4595,
97,
338,
11275,
3732,
397,
1485
],
),
"linear_scale": SymbolsMetadata(
popularity: 921,
codepoint: 0xe260,
categories: [12],
tags: [
1738,
2210,
1672,
501,
6206,
2701,
685,
345,
464,
485,
1105,
2815,
3871,
699,
1634,
51,
1344,
385,
792,
87,
2939,
11276,
11277,
226,
17,
506,
70,
851,
759,
1148,
2272,
391,
410,
1201,
71,
2833,
3476,
5658,
141,
1348,
36,
333,
1186,
1187
],
),
"link": SymbolsMetadata(
popularity: 16843,
codepoint: 0xe157,
categories: [7],
tags: [
1520,
77,
1323,
2470,
1522,
193,
462,
1523,
1073,
284,
313,
1678,
319,
320,
1524,
322,
259,
1328,
87,
1314,
1084,
5477,
439,
325,
267,
328,
179,
330,
331,
1530,
333,
1186,
334,
5235
],
),
"link_off": SymbolsMetadata(
popularity: 2428,
codepoint: 0xe16f,
categories: [7],
tags: [
11278,
11279,
11280,
11281,
3258,
11282,
1522,
1523,
284,
11283,
3260,
11284,
11285,
868,
11286,
11287,
2713,
1055,
1524,
1314,
11288,
11289,
10818,
3268,
11290,
1084,
5477,
439,
1059,
1061,
11291,
11292,
11293,
1067,
3272,
1530,
7458,
1410,
6848,
1186
],
),
"linked_camera": SymbolsMetadata(
popularity: 581,
codepoint: 0xe438,
categories: [1],
tags: [
11278,
40,
42,
1522,
1073,
1074,
284,
288,
44,
46,
49,
259,
53,
1314,
1084,
11294,
11295,
406,
439,
11296,
267,
57,
59,
11297,
62,
440,
1528,
2029,
4898,
273,
2057,
5090,
243,
764,
476,
278
],
),
"linked_services": SymbolsMetadata(
popularity: 242,
codepoint: 0xf535,
categories: [2],
tags: [
861,
11278,
6163,
4669,
1522,
11298,
373,
571,
1073,
284,
6178,
81,
11299,
11300,
1678,
11301,
11302,
579,
1524,
2561,
1328,
10005,
1314,
11303,
11304,
11305,
267,
6183,
1088,
3824,
4134,
3426,
11306,
878,
11307,
1529,
6204,
6848
],
),
"liquor": SymbolsMetadata(
popularity: 1793,
codepoint: 0xea60,
categories: [16],
tags: [
11308,
1672,
1423,
4858,
1758,
4973,
11309,
5354,
11310,
1333,
4207,
781,
2354,
1109,
137,
138,
1958,
4176,
11311,
506,
11312,
587,
9114,
11313,
1537,
11314,
11315,
1396,
31,
4692,
141,
1348,
333,
11316
],
),
"list": SymbolsMetadata(
popularity: 12042,
codepoint: 0xe896,
categories: [12],
tags: [
1659,
2228,
9461,
2136,
3087,
5659,
1541,
6522,
11317,
147,
370,
2938,
173,
9452,
86,
88,
506,
11318,
70,
91,
11319,
94,
923,
4963,
11320,
5655,
97,
11321,
3330
],
rtlAutoMirrored: true,
),
"list_alt": SymbolsMetadata(
popularity: 9878,
codepoint: 0xe0ee,
categories: [12],
tags: [
2438,
2386,
501,
2659,
1673,
9235,
482,
3087,
2850,
2442,
1633,
1430,
11322,
147,
488,
370,
9536,
1111,
1470,
88,
1480,
1585,
91,
289,
1587,
11323,
3751,
453,
985,
2623,
2269,
1428,
988,
2626,
2461,
1619,
33,
740
],
rtlAutoMirrored: true,
),
"list_alt_add": SymbolsMetadata(
popularity: 85,
codepoint: 0xf756,
categories: [12],
tags: [
231,
748,
745,
11324,
11325,
517,
504,
3087,
345,
1325,
11326,
1580,
1430,
1677,
1431,
147,
1376,
1470,
88,
6783,
887,
2586,
11327,
1585,
1586,
1587,
239,
1433,
898,
2710,
31,
1517,
1670,
141,
1348
],
),
"list_alt_check": SymbolsMetadata(
popularity: 278,
codepoint: 0xf3de,
categories: [12],
tags: [
2655,
2386,
2388,
2679,
482,
1662,
3180,
3087,
2391,
463,
1665,
2663,
4490,
2683,
2850,
2321,
1430,
1666,
1106,
2665,
488,
370,
86,
1470,
88,
1166,
5600,
506,
1585,
1668,
2668,
70,
91,
1587,
2269,
362,
363,
2461,
3753,
1669,
740,
5664,
1576,
1671
],
),
"lists": SymbolsMetadata(
popularity: 290,
codepoint: 0xe9b9,
categories: [6],
tags: [
3744,
2228,
9461,
1662,
3087,
628,
81,
145,
1541,
1430,
2186,
1431,
488,
86,
1470,
88,
6783,
506,
325,
5661,
70,
91,
289,
2157,
851,
453,
94,
33,
2248,
3096
],
rtlAutoMirrored: true,
),
"live_help": SymbolsMetadata(
popularity: 3867,
codepoint: 0xe0c6,
categories: [7],
tags: [
3941,
10241,
864,
6620,
865,
568,
570,
572,
573,
283,
975,
1475,
5032,
1476,
5644,
3168,
2816,
871,
293,
68,
3936,
1612,
1282,
583,
2719,
3943,
2331,
3944,
3945,
11328,
11329,
4806,
3663,
4181,
594,
1484,
880,
31,
1296,
4875
],
rtlAutoMirrored: true,
),
"live_tv": SymbolsMetadata(
popularity: 3262,
codepoint: 0xe639,
categories: [11],
tags: [
1246,
1247,
2492,
11330,
731,
5977,
732,
1703,
628,
1704,
288,
8,
2532,
781,
346,
1253,
1282,
7672,
1705,
406,
630,
354,
11331,
11332,
2504,
408,
432,
410,
2007,
273,
454,
411,
65,
412,
2030,
37,
2078,
333,
1187
],
),
"living": SymbolsMetadata(
popularity: 476,
codepoint: 0xf02b,
categories: [8],
tags: [
565,
972,
566,
1332,
974,
1905,
1876,
5525,
1161,
225,
4052,
8410,
977,
1140,
1499,
581,
978,
979,
5526,
11333,
5528,
5529,
814,
289,
589,
1045,
820,
590,
1048,
390,
1946,
1918,
1928,
392,
986,
888,
1339,
5530,
601,
990
],
),
"local_activity": SymbolsMetadata(
popularity: 3435,
codepoint: 0xe53f,
categories: [5],
tags: [
861,
2508,
4452,
11334,
344,
11335,
11336,
781,
11337,
1431,
10,
11338,
4457,
6253,
354,
11339,
2004,
11340,
2504,
2457,
392,
2007,
857,
2008,
11341,
3347,
10364,
2010,
11342,
11343
],
),
"local_atm": SymbolsMetadata(
popularity: 1902,
codepoint: 0xe53e,
categories: [5],
tags: [
3205,
3207,
926,
927,
928,
11344,
929,
930,
1648,
931,
3208,
932,
934,
936,
937,
11345,
3209,
938,
1387,
941,
942,
317,
6253,
2324,
323,
1729,
948,
1624,
8310,
523,
950,
951,
1392,
1393,
652,
1395,
955,
31,
956,
3215
],
),
"local_bar": SymbolsMetadata(
popularity: 2105,
codepoint: 0xe540,
categories: [16],
tags: [
11308,
1423,
11346,
4858,
1758,
5678,
11309,
5354,
11310,
11347,
3701,
4207,
781,
1387,
2354,
6022,
1109,
11348,
11349,
5608,
1958,
11311,
6253,
323,
11312,
587,
327,
11313,
1916,
1537,
593,
11314,
11315,
11350,
11316
],
),
"local_cafe": SymbolsMetadata(
popularity: 3557,
codepoint: 0xe541,
categories: [16],
tags: [
4858,
1758,
2115,
3694,
3696,
6006,
7969,
6008,
6010,
4683,
3701,
4207,
4827,
2354,
4634,
6012,
4213,
6253,
2080,
6014,
91,
11351,
1916,
1537,
652,
1394,
3827,
1396,
6017,
3829
],
),
"local_car_wash": SymbolsMetadata(
popularity: 540,
codepoint: 0xe542,
categories: [5],
tags: [
2423,
1809,
3072,
568,
569,
1811,
11352,
1812,
810,
1863,
43,
11353,
2395,
8874,
6253,
323,
324,
1534,
325,
327,
1392,
652,
11354,
8985,
5824,
11355,
433,
11356,
1629,
332,
1835,
11357,
3859,
3830,
1187
],
),
"local_convenience_store": SymbolsMetadata(
popularity: 1303,
codepoint: 0xe543,
categories: [5],
tags: [
11358,
369,
11359,
928,
929,
569,
11360,
930,
931,
932,
934,
576,
3841,
11361,
11362,
936,
937,
312,
938,
4931,
939,
7515,
2783,
9945,
6253,
323,
324,
1534,
1389,
948,
325,
10350,
887,
523,
950,
951,
239,
1392,
1393,
11363,
1394,
1395,
3160,
11364,
1396,
1397,
1627,
31,
956,
1187
],
),
"local_dining": SymbolsMetadata(
popularity: 1234,
codepoint: 0xe556,
categories: [16],
tags: [
4822,
3694,
3696,
3697,
3699,
4824,
3701,
11365,
11366,
4111,
4684,
3702,
4827,
11367,
2354,
6022,
3703,
2987,
5703,
4829,
6253,
4112,
3704,
506,
4688,
1537,
11368,
151,
4833,
4834,
9018
],
),
"local_drink": SymbolsMetadata(
popularity: 1348,
codepoint: 0xe544,
categories: [5],
tags: [
11308,
1423,
4858,
3696,
3697,
11309,
6008,
11369,
6010,
3701,
4207,
11370,
11371,
2899,
4270,
2354,
1109,
6012,
11372,
5560,
4176,
6253,
6014,
3296,
11351,
1537,
652,
4867,
6017,
4692,
7290,
3830
],
),
"local_fire_department": SymbolsMetadata(
popularity: 6122,
codepoint: 0xef55,
categories: [5],
tags: [
7680,
1360,
11373,
8891,
840,
1365,
8876,
314,
2425,
316,
5179,
8885,
11374,
8878,
5180,
11375,
3023,
1140,
3025,
11376,
8896,
11377,
6253,
1143,
2456,
11378,
243,
7929,
2069,
11379,
6639,
11380,
11381,
37,
11382,
206,
3316
],
),
"local_florist": SymbolsMetadata(
popularity: 2246,
codepoint: 0xe545,
categories: [5],
tags: [
6643,
8836,
11383,
8837,
2351,
4860,
7776,
1843,
7980,
2353,
11384,
11385,
6869,
1846,
3816,
2419,
234,
2359,
2360,
6253,
2361,
1825,
2362,
11386,
7986,
1826,
1394,
2368,
7987,
7988,
2369
],
),
"local_gas_station": SymbolsMetadata(
popularity: 2037,
codepoint: 0xe546,
categories: [5],
tags: [
1131,
2423,
3410,
1811,
11387,
1542,
1865,
3684,
11388,
8186,
5973,
11389,
11390,
11391,
1623,
6253,
323,
324,
325,
8310,
11392,
11393,
1392,
8189,
8190,
5338,
1126,
652,
3542,
1629,
332,
1835
],
),
"local_hospital": SymbolsMetadata(
popularity: 2361,
codepoint: 0xe548,
categories: [5],
tags: [
7680,
864,
2422,
929,
3132,
2373,
1235,
1761,
2425,
3834,
1907,
697,
892,
871,
1763,
6253,
323,
324,
894,
1767,
325,
5876,
1768,
326,
239,
1167,
5377
],
),
"local_laundry_service": SymbolsMetadata(
popularity: 1169,
codepoint: 0xe54a,
categories: [5],
tags: [
3863,
2631,
568,
3815,
569,
5830,
1890,
1863,
10435,
2635,
2636,
3864,
4270,
6484,
7647,
1387,
3834,
2733,
4193,
3530,
11394,
7650,
6253,
323,
174,
1535,
652,
11395,
1394,
2651,
7358,
5826,
7654,
10493
],
),
"local_library": SymbolsMetadata(
popularity: 3898,
codepoint: 0xe54b,
categories: [5],
tags: [
4424,
1673,
3390,
4425,
11396,
11397,
3391,
1197,
11398,
3092,
4427,
68,
4428,
10243,
4429,
4439,
4430,
1345,
11399,
3394,
11400,
6253,
11401,
3380,
2885,
4434,
4179,
4532,
2737,
11402,
4391,
4437
],
),
"local_mall": SymbolsMetadata(
popularity: 5939,
codepoint: 0xe54c,
categories: [5],
tags: [
3642,
1646,
928,
5665,
929,
569,
1647,
11360,
930,
1648,
931,
932,
934,
1180,
9941,
11403,
936,
937,
11404,
938,
1649,
4910,
11405,
86,
6253,
8153,
1389,
1390,
948,
523,
5554,
950,
951,
4485,
1654,
11406,
1393,
9947,
1394,
1395,
11407,
11408,
1396,
1397
],
),
"local_parking": SymbolsMetadata(
popularity: 2480,
codepoint: 0xe54f,
categories: [5],
tags: [
4,
2423,
481,
1811,
5,
2548,
312,
2038,
11409,
12,
5344,
11410,
16,
6253,
323,
324,
325,
11411,
3296,
896,
11412,
11413,
11414,
1536,
1392,
1626,
898,
823,
433,
1627,
31,
33,
1629,
332,
35,
1506,
1835
],
),
"local_pharmacy": SymbolsMetadata(
popularity: 762,
codepoint: 0xe550,
categories: [5],
tags: [
7680,
864,
929,
2373,
1235,
7639,
5205,
11415,
2425,
317,
1907,
2427,
697,
892,
1763,
6253,
323,
324,
894,
1767,
325,
1768,
326,
2553,
239,
1167,
1770,
1393,
11416,
1394,
1396,
31,
5377
],
),
"local_pizza": SymbolsMetadata(
popularity: 1396,
codepoint: 0xe552,
categories: [5],
tags: [
3697,
11417,
193,
462,
4206,
3699,
2036,
3701,
4684,
4207,
3702,
8540,
2354,
6022,
6652,
11418,
11419,
6253,
3704,
506,
11420,
1537,
330,
4980,
11421,
8547,
11422,
11423,
1690,
7946
],
),
"local_police": SymbolsMetadata(
popularity: 2474,
codepoint: 0xef56,
categories: [5],
tags: [
7680,
9767,
11424,
281,
11425,
3497,
944,
2003,
11426,
5488,
3721,
3722,
11427,
11428,
6253,
11429,
9538,
11430,
3676,
7684,
11431,
11432,
11433,
1573,
1574,
705,
1036,
1575,
857,
31,
2652
],
),
"local_post_office": SymbolsMetadata(
popularity: 1325,
codepoint: 0xe554,
categories: [5],
tags: [
1513,
929,
11434,
569,
283,
2036,
312,
2286,
3232,
2288,
944,
945,
3295,
15,
16,
6253,
323,
2291,
324,
583,
325,
1391,
2572,
4659,
326,
327,
1167,
1352,
11435,
2295,
9286,
2298,
3001,
652,
898,
2673,
955,
31
],
),
"local_see": SymbolsMetadata(
popularity: 362,
codepoint: 0xe557,
categories: [5],
tags: [
40,
42,
344,
10,
346,
5117,
1343,
53,
1282,
6253,
406,
354,
5489,
3781,
57,
59,
62,
1352,
681,
453,
1127,
4898,
8388,
5090,
3398,
454,
11436,
527,
5149,
434,
396,
4318
],
),
"local_shipping": SymbolsMetadata(
popularity: 20442,
codepoint: 0xe558,
categories: [14],
tags: [
1809,
482,
569,
1811,
6931,
1812,
934,
2036,
2180,
1677,
4351,
4910,
16,
6253,
3403,
11437,
2291,
1534,
3773,
1749,
1391,
2572,
4659,
1352,
2295,
1626,
2298,
4353,
1395,
2673,
11438,
900,
1629,
332,
1834,
2049,
1835,
2050
],
rtlAutoMirrored: true,
),
"local_taxi": SymbolsMetadata(
popularity: 1682,
codepoint: 0xe559,
categories: [14],
tags: [
2071,
2423,
1809,
1923,
11439,
1270,
1811,
1812,
2548,
313,
7908,
2039,
5335,
6253,
323,
11440,
324,
1534,
325,
1913,
2044,
2045,
7329,
4153,
3299,
1626,
1538,
652,
1627,
5353,
900,
1629,
332,
11441,
1835,
10288
],
),
"location_away": SymbolsMetadata(
popularity: 2172,
codepoint: 0xf150,
categories: [5],
tags: [
807,
565,
1496,
566,
11442,
929,
313,
868,
2551,
577,
317,
1532,
1543,
11443,
321,
1140,
1499,
581,
1222,
2324,
323,
7158,
324,
174,
4788,
325,
4790,
1060,
588,
589,
326,
327,
1392,
1167,
329,
590,
2554,
1502,
1503,
1538,
1126,
332,
1068,
601
],
),
"location_chip": SymbolsMetadata(
popularity: 55,
codepoint: 0xf850,
categories: [12],
tags: [
1513,
281,
1195,
4917,
312,
313,
316,
1819,
83,
317,
1532,
1544,
321,
1111,
1376,
52,
2324,
323,
324,
1534,
174,
325,
355,
1625,
11444,
326,
327,
329,
1538,
363,
1226,
182
],
),
"location_city": SymbolsMetadata(
popularity: 4967,
codepoint: 0xe7f1,
categories: [16],
tags: [
11445,
1496,
1131,
929,
10347,
569,
2548,
574,
1497,
312,
8308,
2550,
2551,
318,
1140,
3295,
1595,
323,
1388,
11446,
10350,
327,
1392,
2554,
1501,
432,
1149,
1502,
1503,
1504,
10352,
433,
955,
2787,
332,
1506
],
),
"location_disabled": SymbolsMetadata(
popularity: 311,
codepoint: 0xe1b6,
categories: [5],
tags: [
2596,
1360,
1051,
193,
1235,
1211,
312,
1162,
313,
868,
1055,
2714,
1213,
11447,
7303,
323,
8329,
7158,
324,
1534,
174,
325,
6316,
4790,
1059,
1061,
326,
1535,
327,
1167,
2188,
2613,
1065,
4744,
1067,
1226,
1095,
1068,
206
],
),
"location_home": SymbolsMetadata(
popularity: 1386,
codepoint: 0xf152,
categories: [5],
tags: [
565,
1513,
1496,
566,
929,
2548,
312,
1498,
2551,
577,
321,
1140,
1499,
581,
323,
324,
174,
325,
588,
589,
1535,
327,
328,
1392,
329,
1063,
590,
1500,
2045,
2554,
1501,
11448,
1502,
1503,
1829,
1504,
2833,
1540,
955,
1506,
601
],
),
"location_off": SymbolsMetadata(
popularity: 949,
codepoint: 0xe0c7,
categories: [5],
tags: [
1513,
1051,
6837,
5920,
312,
313,
868,
1532,
11449,
321,
11450,
323,
11451,
8329,
11452,
11453,
324,
4151,
1534,
174,
325,
11454,
11455,
1059,
326,
327,
329,
1034,
1063,
1065,
1036,
1226,
11456,
11457,
1068
],
),
"location_on": SymbolsMetadata(
popularity: 19270,
codepoint: 0xe0c8,
categories: [5],
tags: [
1513,
1131,
8307,
312,
313,
2899,
317,
318,
1544,
321,
3295,
2324,
323,
324,
1534,
174,
325,
8310,
1061,
326,
327,
1392,
1167,
329,
6276,
1149,
1538,
2833,
1540,
1226,
7192,
332,
3858
],
),
"location_searching": SymbolsMetadata(
popularity: 2279,
codepoint: 0xe1b7,
categories: [5],
tags: [
7544,
11458,
310,
8307,
312,
313,
3210,
321,
2324,
323,
324,
1534,
1624,
325,
11459,
326,
1535,
327,
1167,
2859,
329,
7092,
1736,
5490,
1126,
4294,
11460,
273,
1226,
1227,
1095
],
),
"lock": SymbolsMetadata(
popularity: 31302,
codepoint: 0xe897,
categories: [6],
tags: [
861,
5217,
5219,
1179,
4239,
1760,
284,
81,
44,
5947,
11461,
259,
1112,
1777,
1056,
267,
289,
5948,
5318,
1034,
1063,
3185,
1574,
4775,
3271,
3187,
3188,
705,
1773,
1036,
11462,
11463,
1186
],
),
"lock_clock": SymbolsMetadata(
popularity: 1175,
codepoint: 0xef57,
categories: [6],
tags: [
861,
5314,
11464,
1159,
345,
11465,
1160,
2116,
5886,
5226,
1777,
1056,
3467,
5948,
5318,
1034,
1063,
1574,
2366,
705,
1168,
11466,
1773,
11467,
1036,
11468,
11469,
1171,
11470,
11471,
11472,
11473,
2810,
11474,
2078
],
),
"lock_open": SymbolsMetadata(
popularity: 8569,
codepoint: 0xe898,
categories: [6],
tags: [
861,
11475,
1757,
11476,
11477,
3790,
11478,
8035,
1777,
11479,
2922,
11480,
8049,
5318,
2670,
1034,
11481,
1063,
1574,
11482,
5319,
705,
11483,
1773,
1036,
11484,
11485,
11486,
11487,
11488,
5320,
5321,
10872,
8055,
11489
],
),
"lock_open_circle": SymbolsMetadata(
popularity: 41,
codepoint: 0xf361,
categories: [6],
tags: [
861,
5314,
8036,
11490,
5217,
5219,
193,
462,
1333,
2851,
1431,
1212,
3790,
11491,
11479,
2922,
8048,
8049,
1034,
11481,
5319,
330,
11492,
1036,
11484,
5320,
11493,
5321,
10872
],
),
"lock_open_right": SymbolsMetadata(
popularity: 333,
codepoint: 0xf656,
categories: [6],
tags: [
861,
11494,
5217,
2682,
1757,
1431,
8023,
1112,
8035,
1777,
2922,
8099,
11495,
5948,
5318,
2670,
1034,
1063,
3185,
1574,
11496,
906,
705,
1773,
1036,
5320,
11497,
5321,
8055
],
),
"lock_person": SymbolsMetadata(
popularity: 1299,
codepoint: 0xf8f3,
categories: [6],
tags: [
861,
5314,
565,
5217,
5219,
1760,
11498,
225,
581,
978,
1112,
1777,
980,
5948,
2670,
589,
1034,
1063,
590,
3185,
1574,
1065,
3188,
705,
11499,
1773,
1036,
1575,
888,
601
],
),
"lock_reset": SymbolsMetadata(
popularity: 2206,
codepoint: 0xeade,
categories: [6],
tags: [
861,
460,
77,
5217,
5219,
193,
6616,
4239,
1431,
3439,
1112,
8035,
3039,
3440,
1777,
1056,
980,
757,
5948,
5318,
1034,
1063,
3185,
1574,
3441,
760,
761,
2449,
5855,
3446,
470,
471,
705,
6260,
1773,
1036,
473,
5321
],
),
"login": SymbolsMetadata(
popularity: 21075,
codepoint: 0xea77,
categories: [2],
tags: [
861,
565,
1672,
501,
77,
5217,
5219,
566,
193,
2701,
485,
1106,
7515,
1431,
977,
581,
3102,
978,
3035,
1344,
2195,
4804,
980,
982,
289,
589,
920,
1034,
590,
2623,
410,
1773,
898,
987,
11500,
888,
2833,
141,
601,
1348,
333,
1186
],
rtlAutoMirrored: true,
),
"logo_dev": SymbolsMetadata(
popularity: 542,
codepoint: 0xead6,
categories: [6],
tags: [
1672,
501,
2493,
1374,
929,
569,
1102,
2216,
576,
519,
7586,
11501,
485,
11502,
11503,
1313,
1104,
44,
978,
259,
2480,
1166,
523,
1653,
1123,
509,
10356,
31,
1297,
65,
333,
1186
],
),
"logout": SymbolsMetadata(
popularity: 45659,
codepoint: 0xe9ba,
categories: [2],
tags: [
861,
565,
1672,
501,
77,
11504,
901,
5217,
11442,
2701,
485,
4931,
11505,
1212,
11506,
1344,
2955,
87,
4804,
11507,
980,
5610,
1059,
11480,
590,
432,
906,
410,
1036,
7204,
8263,
11508,
2833,
433,
1093,
141,
601,
1348,
333,
1186
],
rtlAutoMirrored: true,
),
"looks": SymbolsMetadata(
popularity: 562,
codepoint: 0xe3fc,
categories: [1],
tags: [
2536,
193,
135,
3360,
8386,
2495,
11509,
2642,
1748,
437,
8387,
3637,
8392,
11510,
6508,
2327,
11511,
2329,
11512,
11513,
6080,
11514,
1127,
11515,
8388,
8390,
2160,
8391,
396,
4318
],
),
"looks_3": SymbolsMetadata(
popularity: 1094,
codepoint: 0xe3fb,
categories: [1],
tags: [
75,
1466,
1744,
80,
3584,
81,
7,
83,
1198,
1080,
68,
1082,
792,
88,
6508,
506,
11516,
22,
23,
70,
10554,
586,
11517,
795,
1200,
94,
71,
95,
433,
6145,
31,
551
],
),
"looks_4": SymbolsMetadata(
popularity: 688,
codepoint: 0xe3fd,
categories: [1],
tags: [
631,
481,
11518,
80,
485,
7,
11519,
1164,
225,
11520,
381,
137,
138,
1344,
6508,
11521,
21,
11522,
22,
149,
11523,
26,
392,
433,
31,
141,
1348,
36
],
),
"looks_5": SymbolsMetadata(
popularity: 515,
codepoint: 0xe3fe,
categories: [1],
tags: [
676,
4793,
7,
1542,
2338,
5811,
316,
317,
8566,
11524,
1748,
1111,
5487,
2323,
2324,
1115,
11525,
11526,
2325,
6508,
2327,
11527,
22,
8393,
2331,
3504,
1736,
1126,
8572,
8574,
11528,
433,
1619,
31,
396,
2335
],
),
"looks_6": SymbolsMetadata(
popularity: 386,
codepoint: 0xe3ff,
categories: [1],
tags: [
687,
3,
2660,
281,
1693,
684,
7,
11529,
11530,
3498,
3499,
10280,
11531,
1139,
1367,
1613,
6508,
1166,
22,
242,
358,
716,
63,
795,
203,
11532,
3504,
3505,
1539,
362,
433,
857,
245,
31
],
),
"looks_one": SymbolsMetadata(
popularity: 2658,
codepoint: 0xe400,
categories: [1],
tags: [
72,
2192,
6,
80,
169,
7,
6635,
1907,
6507,
3157,
6508,
11533,
793,
6543,
11534,
22,
149,
23,
178,
3083,
329,
10367,
11535,
11536,
795,
3570,
3795,
433,
2128,
31,
1263,
6261,
3510
],
),
"looks_two": SymbolsMetadata(
popularity: 1258,
codepoint: 0xe401,
categories: [1],
tags: [
74,
7,
3042,
5795,
2495,
8387,
8392,
1115,
6508,
22,
5489,
11537,
11538,
2329,
4315,
4032,
11539,
11515,
8388,
8390,
433,
31,
394,
396,
4318,
476,
2078
],
),
"loupe": SymbolsMetadata(
popularity: 746,
codepoint: 0xe402,
categories: [1],
tags: [
231,
745,
6188,
193,
145,
1542,
2338,
316,
1819,
317,
1748,
1109,
4634,
1111,
5409,
2323,
87,
2324,
1115,
2326,
1116,
1117,
2327,
325,
887,
239,
11540,
2331,
4179,
1126,
2333,
31,
511,
3375,
2335
],
),
"low_density": SymbolsMetadata(
popularity: 24,
codepoint: 0xf79b,
categories: [1],
tags: [
1466,
2392,
754,
2879,
6960,
6947,
8,
11541,
2239,
1105,
11542,
11543,
382,
3586,
385,
1950,
1470,
11544,
1732,
851,
63,
5919,
2220,
410,
706,
1339,
298,
4650,
709,
11545,
11546,
433,
9715,
396
],
),
"low_priority": SymbolsMetadata(
popularity: 1224,
codepoint: 0xe16d,
categories: [12],
tags: [
76,
77,
11547,
2821,
2184,
11548,
11549,
11550,
11551,
2257,
1634,
11552,
87,
88,
1952,
11553,
11554,
719,
11555,
1031,
1749,
11556,
11557,
91,
11517,
1710,
795,
11558,
2269,
8717,
10232,
11559,
11560
],
),
"lowercase": SymbolsMetadata(
popularity: 1,
codepoint: 0xf48a,
categories: [12],
tags: [
1174,
4,
5,
811,
12,
16,
10908,
31,
33,
11561,
11562,
35,
7693
],
),
"loyalty": SymbolsMetadata(
popularity: 3062,
codepoint: 0xe89a,
categories: [9],
tags: [
3,
3494,
11563,
11564,
3495,
6633,
930,
10471,
936,
10544,
6635,
4515,
8584,
4033,
9155,
4507,
5357,
1030,
5361,
8514,
851,
11565,
716,
5008,
3503,
1122,
63,
1289,
3505,
3365,
3203,
857,
2628,
182,
332,
1920,
36,
5360
],
),
"lte_mobiledata": SymbolsMetadata(
popularity: 258,
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: 7,
codepoint: 0xf7d9,
categories: [4],
tags: [
4,
281,
517,
251,
252,
5,
283,
284,
254,
285,
81,
12,
2223,
11566,
51,
259,
5224,
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,
7073,
287,
10037,
12,
10035,
51,
259,
5224,
16,
610,
11567,
262,
263,
265,
267,
269,
271,
239,
1527,
273,
275,
291,
524,
31,
65,
612,
33,
35,
277,
278
],
),
"luggage": SymbolsMetadata(
popularity: 1976,
codepoint: 0xf235,
categories: [16],
tags: [
1972,
3642,
2033,
4907,
482,
3646,
5404,
11568,
11569,
1909,
4040,
4634,
1957,
2733,
1623,
2042,
468,
1061,
5362,
11570,
432,
433,
4487,
3302,
900,
332,
3657,
11571,
11572,
1920,
11573,
1960,
11574
],
),
"lunch_dining": SymbolsMetadata(
popularity: 4049,
codepoint: 0xea61,
categories: [16],
tags: [
1423,
3694,
11575,
3695,
3696,
7265,
4824,
3701,
11576,
11577,
4825,
4111,
11578,
4207,
3702,
4828,
11579,
11580,
8540,
2354,
2987,
2938,
4213,
4829,
4112,
11581,
3704,
11582,
1537,
11583,
652,
4833,
4834,
11584
],
),
"lyrics": SymbolsMetadata(
popularity: 676,
codepoint: 0xec0b,
categories: [0],
tags: [
1268,
568,
570,
572,
573,
11585,
1430,
2443,
11586,
1479,
1112,
5225,
1470,
11587,
583,
1706,
8107,
8108,
1480,
1587,
11588,
2157,
2885,
4434,
3325,
11589,
11590,
3053,
1293,
594,
33,
2237,
2248,
2146,
11591,
9625,
6627,
1485,
11592
],
rtlAutoMirrored: true,
),
"macro_auto": SymbolsMetadata(
popularity: 24,
codepoint: 0xf6f2,
categories: [1],
tags: [
1174,
2210,
2423,
3349,
2123,
40,
1775,
685,
345,
3584,
2781,
6869,
1108,
3816,
1776,
49,
11593,
4879,
642,
355,
358,
151,
71,
140,
511
],
),
"macro_off": SymbolsMetadata(
popularity: 284,
codepoint: 0xf8d2,
categories: [1],
tags: [
40,
10090,
120,
193,
11594,
1744,
2601,
11595,
1162,
1300,
868,
6601,
11596,
1055,
11597,
8767,
11598,
6869,
7405,
3816,
49,
6078,
11599,
11593,
11600,
11601,
1059,
1060,
1061,
11602,
8800,
1067,
11603,
6834,
9915,
4323,
11604
],
),
"magnification_large": SymbolsMetadata(
popularity: 39,
codepoint: 0xf83d,
categories: [2],
tags: [
193,
2442,
345,
43,
1162,
1542,
2338,
914,
316,
317,
1109,
4634,
5487,
2865,
2323,
1939,
1115,
2326,
1116,
1117,
2327,
2220,
391,
2817,
1126,
511,
3375,
396,
4600,
2335,
8268,
3051
],
),
"magnification_small": SymbolsMetadata(
popularity: 45,
codepoint: 0xf83c,
categories: [2],
tags: [
501,
193,
2442,
1744,
2879,
2948,
1430,
2153,
4634,
49,
1344,
53,
11605,
87,
1116,
1117,
2327,
1255,
70,
6358,
6236,
1126,
71,
2917,
1955,
6360,
509,
8526,
1780,
396,
2335,
3051
],
),
"magnify_docked": SymbolsMetadata(
popularity: 20,
codepoint: 0xf7d6,
categories: [4],
tags: [
231,
745,
11278,
1423,
193,
345,
2948,
1542,
8,
4150,
11606,
1164,
316,
317,
4634,
138,
5812,
2323,
2195,
87,
2324,
1115,
11607,
1116,
2327,
325,
11608,
887,
239,
410,
1126,
1472,
31,
511,
3375,
396,
476,
1187,
2335
],
),
"magnify_fullscreen": SymbolsMetadata(
popularity: 22,
codepoint: 0xf7d5,
categories: [4],
tags: [
231,
745,
502,
193,
345,
2337,
8,
4150,
1430,
2338,
914,
2218,
1696,
3035,
235,
53,
2326,
11607,
1116,
2342,
887,
2343,
239,
3085,
391,
410,
1126,
433,
396,
11609,
476,
1187,
2335
],
),
"mail": SymbolsMetadata(
popularity: 66459,
codepoint: 0xe158,
categories: [7],
tags: [
283,
6175,
975,
976,
2283,
5169,
44,
11610,
2286,
811,
3232,
2288,
2913,
138,
2289,
2411,
259,
15,
16,
2291,
583,
11611,
2587,
523,
289,
1587,
2296,
432,
2298,
31,
4593,
2592
],
),
"mail_lock": SymbolsMetadata(
popularity: 760,
codepoint: 0xec0a,
categories: [7],
tags: [
861,
11612,
283,
1760,
11613,
2283,
2286,
11614,
8020,
3232,
2288,
16,
1777,
1056,
11615,
2291,
583,
5948,
5318,
1034,
1063,
10665,
11616,
1574,
1065,
1066,
705,
11617,
1773,
11618,
1036,
11468,
2298
],
),
"mail_off": SymbolsMetadata(
popularity: 37,
codepoint: 0xf48b,
categories: [7],
tags: [
11619,
11620,
11621,
11622,
11623,
1162,
11624,
11625,
868,
11626,
2286,
11627,
1055,
3232,
11628,
11629,
11630,
11631,
16,
11632,
2291,
11633,
11634,
11635,
583,
11636,
11637,
1059,
11638,
1060,
1061,
11639,
11640,
2298,
1067,
11641,
11642
],
),
"male": SymbolsMetadata(
popularity: 1988,
codepoint: 0xe58e,
categories: [3],
tags: [
565,
566,
8405,
690,
11643,
4666,
193,
225,
11644,
1797,
11645,
977,
11646,
581,
1554,
978,
1803,
981,
1558,
589,
1045,
590,
1048,
986,
11647,
888,
11648,
593,
31,
601,
990
],
),
"man": SymbolsMetadata(
popularity: 2571,
codepoint: 0xe4eb,
categories: [3],
tags: [
565,
566,
690,
4666,
5,
225,
1797,
137,
977,
581,
138,
978,
979,
980,
1803,
981,
982,
11649,
289,
588,
589,
590,
3460,
390,
986,
888,
593,
31,
601,
6273,
991
],
),
"man_2": SymbolsMetadata(
popularity: 463,
codepoint: 0xf8e1,
categories: [3],
tags: [
565,
566,
3058,
4666,
974,
975,
6295,
1797,
977,
581,
979,
980,
1803,
981,
1044,
588,
589,
1045,
11650,
590,
3060,
71,
986,
11651,
593,
31,
601,
6273,
6298,
11652,
991,
1049
],
),
"man_3": SymbolsMetadata(
popularity: 259,
codepoint: 0xf8e2,
categories: [3],
tags: [
480,
565,
566,
4666,
193,
975,
225,
1797,
4484,
977,
581,
138,
978,
979,
980,
1803,
981,
982,
289,
589,
590,
392,
986,
2626,
888,
593,
31,
601
],
),
"man_4": SymbolsMetadata(
popularity: 402,
codepoint: 0xf8e3,
categories: [3],
tags: [
480,
565,
972,
1040,
566,
4666,
574,
975,
225,
1797,
977,
581,
978,
979,
980,
1803,
981,
982,
588,
589,
1045,
590,
1048,
986,
888,
593,
31,
601,
990,
991
],
),
"manage_accounts": SymbolsMetadata(
popularity: 16307,
codepoint: 0xf02e,
categories: [6],
tags: [
861,
973,
1756,
566,
974,
1742,
193,
345,
3584,
81,
145,
680,
577,
225,
1776,
579,
581,
978,
979,
68,
1667,
582,
70,
588,
1778,
589,
921,
590,
1036,
652,
71,
597,
601,
602
],
),
"manage_history": SymbolsMetadata(
popularity: 2404,
codepoint: 0xebe7,
categories: [6],
tags: [
1756,
501,
1466,
77,
2441,
2934,
1742,
5543,
462,
1159,
1775,
345,
1160,
145,
4802,
489,
1776,
2076,
88,
4804,
1029,
70,
91,
586,
2795,
1167,
5008,
453,
760,
2449,
2831,
3504,
2847,
470,
1168,
94,
71,
1171,
2463,
1095,
473
],
),
"manage_search": SymbolsMetadata(
popularity: 8315,
codepoint: 0xf02f,
categories: [2],
tags: [
1756,
6403,
345,
1542,
316,
83,
317,
11653,
1109,
2076,
1344,
53,
2324,
1117,
2327,
1667,
70,
92,
921,
2331,
2332,
1126,
11654,
11655,
11656,
71,
1093,
33,
511,
3375
],
rtlAutoMirrored: true,
),
"manga": SymbolsMetadata(
popularity: 27,
codepoint: 0xf5e3,
categories: [3],
tags: [
341,
6127,
1592,
3390,
6130,
5582,
6132,
6133,
6134,
628,
781,
11657,
5716,
137,
11658,
6135,
384,
11659,
11660,
3394,
11661,
406,
11662,
289,
3397,
1734,
3067,
2885,
432,
11663,
1484,
433,
3398
],
),
"manufacturing": SymbolsMetadata(
popularity: 1442,
codepoint: 0xe726,
categories: [6],
tags: [
5342,
5751,
11664,
2123,
1374,
11665,
1775,
8091,
685,
1497,
7586,
2781,
8466,
3834,
6446,
1776,
3413,
4910,
4877,
5311,
1729,
4878,
11666,
5756,
11667,
7938,
4879,
70,
1826,
1090,
2364,
11668,
681,
6452,
11669,
4880,
71,
1093
],
),
"map": SymbolsMetadata(
popularity: 13417,
codepoint: 0xe55b,
categories: [5],
tags: [
1513,
8687,
8685,
2548,
9817,
4495,
312,
313,
2395,
1542,
315,
316,
318,
321,
2816,
1623,
323,
324,
1534,
174,
325,
326,
327,
1392,
329,
1149,
1538,
1226,
1627,
1153,
2146,
332,
334
],
),
"map_search": SymbolsMetadata(
popularity: 137,
codepoint: 0xf3ca,
categories: [5],
tags: [
1513,
312,
313,
1542,
316,
83,
317,
11670,
11671,
1532,
318,
1109,
11672,
321,
2324,
323,
1115,
1116,
1117,
2327,
324,
11673,
1534,
174,
1624,
325,
326,
327,
1392,
2188,
1538,
1126,
4294,
1127,
1226,
1095,
332
],
),
"maps_ugc": SymbolsMetadata(
popularity: 1975,
codepoint: 0xef58,
categories: [5],
tags: [
231,
745,
8025,
568,
8685,
572,
573,
11674,
1325,
81,
312,
11675,
313,
1479,
1350,
318,
323,
6187,
324,
1388,
4151,
1534,
174,
583,
325,
887,
326,
1535,
327,
239,
328,
329,
1528,
594,
2925,
31,
332,
11676,
527,
11677
],
),
"margin": SymbolsMetadata(
popularity: 237,
codepoint: 0xe9bb,
categories: [12],
tags: [
1738,
9341,
2148,
1132,
4588,
482,
2442,
2879,
485,
1430,
1105,
606,
914,
370,
235,
2212,
385,
87,
1470,
4585,
17,
70,
9444,
2157,
150,
703,
71,
298,
709,
433,
33,
11678
],
),
"mark_as_unread": SymbolsMetadata(
popularity: 1121,
codepoint: 0xe9bc,
categories: [7],
tags: [
1360,
11679,
1361,
281,
1693,
570,
193,
462,
283,
1745,
2286,
3497,
3232,
1139,
1367,
51,
16,
2291,
1166,
583,
887,
616,
2589,
328,
1352,
2295,
3380,
2296,
330,
2298,
273,
331,
291,
31,
2592,
2435
],
),
"mark_chat_read": SymbolsMetadata(
popularity: 754,
codepoint: 0xf18b,
categories: [7],
tags: [
1660,
568,
570,
2722,
11680,
1662,
3180,
1664,
11681,
572,
573,
283,
6175,
463,
11682,
2683,
1475,
11683,
1666,
11684,
11685,
2286,
11686,
2289,
2291,
9588,
1166,
11687,
11688,
583,
11611,
1668,
3380,
11689,
362,
7503,
1260,
594,
1484,
1669,
1576,
1671
],
),
"mark_chat_unread": SymbolsMetadata(
popularity: 1643,
codepoint: 0xf189,
categories: [7],
tags: [
1359,
1360,
4842,
568,
570,
2722,
193,
572,
573,
283,
1475,
7213,
2726,
7214,
1745,
1788,
51,
1612,
1166,
11690,
583,
2587,
616,
1259,
1368,
10665,
1370,
593,
594,
1484,
291,
1296,
4852,
2592,
11691,
2594
],
),
"mark_email_read": SymbolsMetadata(
popularity: 2589,
codepoint: 0xf18c,
categories: [7],
tags: [
2656,
1660,
1673,
482,
1662,
3180,
283,
463,
4490,
2283,
11692,
2284,
1430,
1666,
2286,
3232,
2288,
2289,
15,
16,
2291,
1166,
11693,
583,
1480,
616,
1668,
11694,
1587,
3380,
2297,
11695,
362,
2298,
7503,
245,
1669,
2676,
1576,
1671
],
),
"mark_email_unread": SymbolsMetadata(
popularity: 3075,
codepoint: 0xf18a,
categories: [7],
tags: [
1360,
1662,
193,
283,
975,
2283,
1745,
2286,
3232,
2288,
138,
2289,
2865,
15,
16,
2291,
1166,
583,
887,
1480,
616,
2298,
291,
31,
907,
2592
],
),
"mark_unread_chat_alt": SymbolsMetadata(
popularity: 1365,
codepoint: 0xeb9d,
categories: [7],
tags: [
1359,
1360,
568,
11696,
570,
193,
572,
573,
283,
1475,
2283,
1476,
1745,
2288,
137,
2289,
51,
87,
2291,
1166,
583,
2587,
616,
1259,
1368,
2589,
328,
1370,
392,
594,
1484,
291,
4848,
2592,
1409
],
),
"markdown": SymbolsMetadata(
popularity: 75,
codepoint: 0xf552,
categories: [12],
tags: [
4,
5999,
502,
5,
1102,
2216,
628,
1593,
1104,
1430,
2153,
147,
12,
2154,
548,
259,
4773,
5225,
2848,
16,
9399,
5988,
10469,
1480,
1123,
1353,
955,
31,
5990,
33,
2174,
35,
333,
1485
],
),
"markdown_copy": SymbolsMetadata(
popularity: 36,
codepoint: 0xf553,
categories: [12],
tags: [
4,
3057,
5,
6324,
1102,
2216,
628,
1724,
1325,
6326,
81,
1313,
1104,
1580,
1430,
9333,
3661,
2153,
147,
2569,
12,
2154,
68,
16,
8653,
11697,
9399,
5988,
10469,
2455,
5589,
1123,
6663,
3325,
737,
31,
5990,
33,
2174,
35,
1485
],
),
"markdown_paste": SymbolsMetadata(
popularity: 11,
codepoint: 0xf554,
categories: [12],
tags: [
748,
745,
4,
501,
504,
5,
3088,
1102,
2216,
1103,
519,
628,
1724,
6326,
81,
44,
1580,
1430,
1252,
680,
1164,
147,
1679,
12,
1108,
137,
1327,
1344,
16,
5988,
10469,
2455,
1119,
5589,
11698,
1122,
509,
31,
5990,
33,
2174,
35,
141,
1348
],
),
"markunread_mailbox": SymbolsMetadata(
popularity: 823,
codepoint: 0xe89b,
categories: [7],
tags: [
1360,
482,
283,
3112,
2036,
3232,
2288,
4496,
2289,
11699,
51,
15,
16,
2291,
2293,
1166,
174,
11700,
583,
887,
2587,
616,
2589,
1352,
11435,
2295,
11701,
2296,
2297,
432,
2298,
273,
11702,
31,
11703,
2592
],
),
"masked_transitions": SymbolsMetadata(
popularity: 110,
codepoint: 0xe72e,
categories: [1],
tags: [
341,
1131,
1132,
1133,
193,
1101,
1523,
6326,
8,
7064,
1252,
680,
487,
346,
83,
348,
381,
137,
2915,
2142,
6118,
11704,
406,
354,
2747,
852,
2894,
410,
362,
71,
392,
1711,
4309,
11705,
37,
476,
1187
],
),
"masked_transitions_add": SymbolsMetadata(
popularity: 17,
codepoint: 0xf42b,
categories: [1],
tags: [
231,
480,
745,
11706,
193,
1101,
1324,
2242,
2301,
1325,
485,
1252,
680,
2153,
487,
2186,
346,
83,
381,
137,
1327,
8808,
1082,
6118,
11704,
1330,
354,
2455,
887,
1452,
5384,
2747,
239,
240,
71,
5482,
1711,
6145,
31,
4309,
11705,
37,
476
],
),
"masks": SymbolsMetadata(
popularity: 1609,
codepoint: 0xf218,
categories: [3],
tags: [
837,
1840,
11707,
2139,
692,
2375,
577,
11708,
697,
698,
892,
1763,
3530,
2377,
5383,
6118,
6119,
894,
11709,
11710,
11711,
701,
1883,
5821,
1574,
702,
11712,
11713,
705,
6503,
2382,
593,
2263,
11714,
11715,
2385
],
),
"match_case": SymbolsMetadata(
popularity: 138,
codepoint: 0xf6f1,
categories: [12],
tags: [
1174,
11716,
9375,
4,
11717,
11718,
11719,
11185,
11720,
5,
403,
3762,
11721,
83,
199,
317,
11722,
12,
11189,
16,
10908,
11723,
70,
2330,
1126,
71,
6438,
31,
33,
8862,
11561,
11562,
35,
7693
],
),
"match_case_off": SymbolsMetadata(
popularity: 16,
codepoint: 0xf36f,
categories: [12],
tags: [
1174,
9375,
4,
11724,
8788,
6490,
11185,
5,
403,
685,
345,
1300,
868,
1252,
1055,
83,
317,
12,
1222,
16,
10908,
1059,
1060,
1061,
355,
1126,
151,
1067,
8717,
2402,
31,
33,
11561,
11562,
413,
35,
338,
7693,
1485
],
),
"match_word": SymbolsMetadata(
popularity: 30,
codepoint: 0xf6f0,
categories: [12],
tags: [
1174,
4,
11725,
8788,
5,
403,
3713,
104,
4449,
1430,
680,
317,
12,
11726,
1111,
5225,
4439,
16,
3394,
5813,
2885,
1126,
11727,
31,
11728,
33,
7230,
35,
3660,
338,
6625,
6627,
1485
],
),
"matter": SymbolsMetadata(
popularity: 521,
codepoint: 0xe907,
categories: [8],
tags: [
10748,
2471,
4275,
929,
4169,
2701,
1073,
11729,
284,
1497,
9596,
288,
2186,
2475,
382,
10257,
10337,
10340,
4132,
1084,
4195,
7066,
10750,
267,
586,
4278,
3354,
4180,
955,
9115,
31,
1093,
65,
11730,
278
],
),
"maximize": SymbolsMetadata(
popularity: 1922,
codepoint: 0xe930,
categories: [2],
tags: [
748,
1672,
501,
502,
482,
2701,
519,
345,
2337,
485,
8,
1164,
2338,
914,
1335,
5809,
1696,
235,
1344,
87,
2342,
2922,
2960,
1122,
432,
2220,
391,
410,
392,
2833,
298,
433,
1093,
141,
1348,
37,
396,
333,
1186,
1187,
2335
],
),
"measuring_tape": SymbolsMetadata(
popularity: 49,
codepoint: 0xf6af,
categories: [6],
tags: [
2319,
1496,
2777,
690,
929,
6206,
1497,
3073,
377,
9,
2781,
11731,
2882,
383,
11732,
4839,
2968,
2939,
226,
17,
11733,
18,
492,
2785,
8834,
1516,
2272,
391,
298,
10232,
11734,
511,
397
],
),
"media_bluetooth_off": SymbolsMetadata(
popularity: 142,
codepoint: 0xf031,
categories: [4],
tags: [
1268,
4275,
283,
1073,
284,
3260,
254,
1235,
81,
288,
7163,
2948,
868,
2713,
1055,
87,
1314,
406,
1706,
267,
1480,
1059,
1060,
1061,
4277,
11735,
4278,
1528,
273,
2018,
1067,
8713,
31,
65,
11736,
526,
11737,
278,
2019
],
),
"media_bluetooth_on": SymbolsMetadata(
popularity: 244,
codepoint: 0xf032,
categories: [4],
tags: [
749,
1268,
4275,
283,
519,
1073,
1074,
284,
254,
288,
868,
2532,
1055,
1314,
406,
262,
1706,
267,
1480,
1059,
1061,
523,
4286,
4277,
4278,
271,
3174,
273,
1067,
1293,
4249,
291,
31,
65,
9005,
278
],
),
"media_link": SymbolsMetadata(
popularity: 121,
codepoint: 0xf83f,
categories: [0],
tags: [
77,
1323,
2470,
482,
1179,
11738,
2948,
1694,
914,
1678,
2994,
903,
1524,
11739,
87,
1314,
406,
325,
2956,
2957,
2996,
11740,
7519,
2959,
11741,
2960,
3237,
2504,
2961,
4520,
5172,
433,
1530,
37,
6848,
1186,
1187
],
),
"media_output": SymbolsMetadata(
popularity: 61,
codepoint: 0xf4f2,
categories: [11],
tags: [
2536,
1268,
7712,
482,
4276,
2021,
2022,
1073,
284,
288,
8,
7696,
7706,
2532,
2024,
7709,
7042,
1301,
4414,
406,
11742,
11743,
5443,
630,
1706,
11744,
2504,
1427,
5170,
410,
11745,
11746,
11747,
1293,
1294,
3346,
454,
411,
1093,
412,
2030,
37,
11748,
7723,
278
],
),
"media_output_off": SymbolsMetadata(
popularity: 22,
codepoint: 0xf4f3,
categories: [11],
tags: [
2536,
1268,
3383,
11749,
11750,
1051,
482,
11751,
288,
1162,
11752,
11753,
11754,
868,
2713,
7696,
7706,
2532,
1055,
7709,
7042,
1222,
1301,
4414,
352,
11755,
11756,
1706,
1303,
1059,
1060,
1061,
11757,
11758,
1304,
1067,
1293,
11759,
11760,
1294,
11761,
11762,
3346,
11763,
11764,
1093,
8019,
1068,
37,
10100,
11765
],
),
"mediation": SymbolsMetadata(
popularity: 866,
codepoint: 0xefa7,
categories: [9],
tags: [
2438,
10000,
77,
502,
3238,
11766,
1522,
193,
571,
283,
11767,
1074,
284,
7390,
313,
1105,
579,
10831,
1314,
5477,
11768,
10080,
267,
1088,
7668,
3426,
28,
906,
2516,
2460,
597,
3952,
6204,
6030,
4621
],
),
"medical_information": SymbolsMetadata(
popularity: 2532,
codepoint: 0xebed,
categories: [3],
tags: [
281,
930,
373,
2373,
1235,
81,
145,
1430,
147,
1680,
697,
11769,
4255,
892,
2076,
1763,
138,
3102,
3673,
2003,
68,
894,
11770,
11771,
4272,
1767,
4274,
11772,
11773,
5877,
240,
1770,
1428,
878,
31
],
),
"medical_mask": SymbolsMetadata(
popularity: 11,
codepoint: 0xf80a,
categories: [3],
tags: [
1888,
810,
6499,
4186,
692,
2375,
1761,
577,
697,
892,
1763,
3530,
2377,
11774,
6118,
6119,
894,
1767,
5876,
701,
11775,
11776,
5821,
1574,
11777,
11778,
11713,
705,
2382,
11779,
11780,
11781,
2385
],
),
"medical_services": SymbolsMetadata(
popularity: 3450,
codepoint: 0xf109,
categories: [5],
tags: [
864,
865,
3642,
1514,
3132,
2373,
1235,
1761,
11782,
2425,
1907,
2427,
697,
2428,
9835,
892,
11783,
1763,
10370,
5874,
894,
11784,
11785,
11786,
11787,
9838,
1767,
1768,
239,
2431,
878,
5377,
3493
],
),
"medication": SymbolsMetadata(
popularity: 2768,
codepoint: 0xf033,
categories: [3],
tags: [
11788,
1761,
5205,
11789,
2425,
697,
892,
7021,
11790,
1763,
894,
7024,
11791,
1766,
11792,
1767,
11793,
9118,
1768,
11794,
11444,
11795,
1769,
1770,
525,
5377,
11796,
11797,
3493
],
),
"medication_liquid": SymbolsMetadata(
popularity: 1076,
codepoint: 0xea87,
categories: [3],
tags: [
231,
1758,
1333,
11798,
7639,
1761,
11799,
2899,
5205,
4172,
1109,
697,
892,
1763,
2377,
4176,
11800,
894,
1766,
11801,
1767,
6692,
1768,
1770,
10165,
4180,
2382,
4834,
11802,
5377,
7290,
9121
],
),
"meeting_room": SymbolsMetadata(
popularity: 3358,
codepoint: 0xeb4f,
categories: [9],
tags: [
861,
11803,
929,
569,
4239,
571,
283,
5093,
4931,
7513,
7515,
1212,
5781,
579,
1140,
1499,
2735,
5097,
11804,
1391,
2922,
588,
2553,
2457,
1946,
823,
433,
597,
553,
1518
],
),
"memory": SymbolsMetadata(
popularity: 4002,
codepoint: 0xe322,
categories: [11],
tags: [
861,
930,
4917,
5752,
3939,
519,
284,
81,
288,
44,
2532,
1110,
68,
7113,
1470,
2794,
11805,
4726,
11806,
758,
5758,
11807,
432,
11808,
433,
1689,
1093,
140,
65
],
),
"memory_alt": SymbolsMetadata(
popularity: 108,
codepoint: 0xf7a3,
categories: [11],
tags: [
5711,
930,
4917,
5752,
3939,
519,
11809,
1310,
81,
11810,
288,
44,
2532,
11811,
1110,
11812,
68,
2794,
11813,
11805,
5757,
4726,
758,
5758,
11807,
11808,
2720,
1689,
1093,
65
],
),
"menstrual_health": SymbolsMetadata(
popularity: 99,
codepoint: 0xf6e1,
categories: [15],
tags: [
1399,
4265,
690,
2072,
753,
11814,
11815,
1796,
10019,
8622,
2881,
4484,
10021,
11816,
697,
11817,
4378,
3530,
894,
11818,
11819,
10023,
289,
8625,
3488,
11820,
11821,
11822,
8626,
11823,
1339,
1095,
3493,
4719,
10031
],
),
"menu": SymbolsMetadata(
popularity: 138507,
codepoint: 0xe5d2,
categories: [2],
tags: [
11824,
1672,
8965,
501,
11825,
517,
8534,
912,
2701,
345,
913,
914,
11317,
2938,
916,
1344,
10849,
1082,
87,
1470,
88,
11826,
506,
237,
8273,
325,
11318,
70,
410,
71,
922,
2942,
2833,
1711,
11827,
3609,
2278,
141,
1348,
333,
1186
],
),
"menu_book": SymbolsMetadata(
popularity: 14947,
codepoint: 0xea19,
categories: [12],
tags: [
3390,
2136,
4449,
3701,
1541,
2617,
3092,
2354,
7226,
2816,
871,
68,
3055,
4428,
4439,
1345,
88,
3394,
4450,
3704,
506,
4464,
4432,
3397,
2885,
5707,
179,
4179,
1537,
2737,
3398,
4391,
3400,
4448
],
rtlAutoMirrored: true,
),
"menu_open": SymbolsMetadata(
popularity: 9602,
codepoint: 0xe9bd,
categories: [2],
tags: [
1672,
501,
77,
2441,
11828,
8534,
2822,
1209,
8966,
912,
2701,
145,
2271,
914,
903,
2938,
915,
2915,
1344,
86,
2195,
87,
1470,
88,
506,
11829,
237,
325,
2922,
8972,
70,
919,
906,
410,
71,
2007,
922,
2942,
2833,
97,
413,
141,
1348,
333,
1186
],
rtlAutoMirrored: true,
),
"merge": SymbolsMetadata(
popularity: 994,
codepoint: 0xeb98,
categories: [11],
tags: [
77,
502,
1072,
11830,
1102,
1324,
11831,
1073,
5053,
5056,
81,
1104,
313,
2395,
11832,
1077,
6168,
1078,
2561,
1328,
1314,
1534,
1330,
325,
267,
1625,
1090,
1538,
898,
6171,
6204,
1628,
11833,
5058,
4621,
6172
],
),
"merge_type": SymbolsMetadata(
popularity: 502,
codepoint: 0xe252,
categories: [12],
tags: [
77,
502,
2984,
1324,
11834,
11835,
10809,
11836,
1073,
284,
7149,
81,
375,
313,
1077,
2987,
370,
1328,
11837,
9247,
1470,
1314,
11838,
1330,
11839,
6097,
11840,
11841,
586,
851,
1090,
3426,
955,
33,
35,
476,
2989
],
rtlAutoMirrored: true,
),
"metabolism": SymbolsMetadata(
popularity: 37,
codepoint: 0xe10b,
categories: [3],
tags: [
2508,
1422,
3547,
460,
77,
502,
925,
8598,
690,
11842,
251,
373,
4168,
81,
375,
3684,
2882,
1078,
697,
892,
581,
3439,
3039,
3440,
894,
1767,
11843,
4383,
2362,
589,
5371,
1090,
2449,
470,
4180,
1093,
11844,
473,
3732
],
),
"metro": SymbolsMetadata(
popularity: 16,
codepoint: 0xf474,
categories: [14],
tags: [
11845,
4,
2548,
4902,
284,
312,
313,
1623,
15,
87,
323,
324,
174,
4358,
1625,
326,
1685,
2045,
2046,
7329,
4360,
11846,
1538,
1168,
3160,
3542,
1226,
4364,
4365,
1979,
1629,
332,
7330,
1506
],
),
"mfg_nest_yale_lock": SymbolsMetadata(
popularity: 286,
codepoint: 0xf11d,
categories: [10],
tags: [
861,
5314,
193,
4239,
288,
4931,
2851,
1683,
1110,
2479,
8035,
1777,
8044,
1056,
757,
11847,
1143,
5948,
8397,
5318,
1034,
11848,
11849,
1574,
1065,
1066,
330,
1035,
3187,
3188,
705,
11850,
10882,
3189,
1036,
11851,
11852,
11853
],
),
"mic": SymbolsMetadata(
popularity: 13958,
codepoint: 0xe029,
categories: [0],
tags: [
1268,
11854,
11855,
7725,
8645,
570,
283,
11856,
1273,
1278,
1279,
1111,
1113,
2294,
1284,
11857,
1285,
11858,
439,
1286,
453,
1290,
440,
11859,
1293,
11860,
11861,
11862,
4845,
1294,
594,
1296,
1298,
11863,
11864,
11865
],
),
"mic_alert": SymbolsMetadata(
popularity: 45,
codepoint: 0xf392,
categories: [0],
tags: [
3104,
1360,
1361,
1268,
691,
193,
283,
1365,
1273,
2714,
1366,
4701,
1479,
1278,
1279,
3459,
1367,
51,
1111,
2716,
1113,
87,
4530,
1166,
1284,
1285,
1286,
616,
2719,
453,
1290,
440,
392,
1293,
1294,
1295,
291,
7988,
31,
1690,
1464,
9625,
1298,
206
],
),
"mic_double": SymbolsMetadata(
popularity: 57,
codepoint: 0xf5d1,
categories: [0],
tags: [
1268,
1332,
283,
1744,
288,
1273,
3042,
1278,
1279,
138,
1111,
4839,
1113,
3793,
406,
1284,
1285,
11866,
2455,
1286,
70,
289,
4032,
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,
7702,
7725,
3257,
193,
283,
1162,
868,
1055,
2714,
1678,
11867,
406,
1284,
1285,
1302,
5952,
6430,
1059,
1061,
440,
432,
1067,
1293,
7722,
11861,
594,
4154,
65,
1298,
554,
206
],
),
"mic_external_on": SymbolsMetadata(
popularity: 838,
codepoint: 0xef5a,
categories: [1],
tags: [
749,
1268,
731,
193,
283,
5093,
1074,
11868,
868,
1055,
46,
1678,
11869,
1111,
10071,
87,
1282,
406,
5097,
1284,
1285,
1059,
1061,
6692,
9622,
440,
1067,
1293,
11861,
4845,
411,
11436,
1296,
1298
],
),
"mic_off": SymbolsMetadata(
popularity: 2520,
codepoint: 0xe02b,
categories: [0],
tags: [
1268,
11870,
10153,
2060,
1423,
11871,
283,
1162,
868,
1055,
1278,
1279,
11872,
11873,
1284,
11874,
11875,
1285,
11876,
11877,
11878,
1302,
11879,
2096,
1286,
1059,
1061,
1034,
2098,
453,
440,
11880,
11881,
1036,
10062,
1067,
1293,
2101,
11882,
11883,
1298,
11884,
11885,
11886
],
),
"microbiology": SymbolsMetadata(
popularity: 52,
codepoint: 0xe10c,
categories: [3],
tags: [
1422,
2372,
4166,
690,
1250,
303,
314,
2375,
3092,
7194,
4171,
316,
697,
892,
581,
10176,
2378,
10615,
4839,
11887,
4175,
3094,
11607,
1116,
894,
2379,
11888,
4177,
5489,
2329,
8834,
4179,
4180,
5976,
4391,
65,
396,
2385,
10618,
2335
],
),
"microwave": SymbolsMetadata(
popularity: 570,
codepoint: 0xf204,
categories: [8],
tags: [
1858,
1100,
1744,
3841,
4205,
4206,
5257,
3864,
4931,
11889,
3683,
1877,
2354,
3023,
1847,
1140,
1499,
4213,
1729,
3704,
11890,
3705,
919,
3009,
3101,
432,
11891,
433,
3829
],
),
"microwave_gen": SymbolsMetadata(
popularity: 399,
codepoint: 0xe847,
categories: [8],
tags: [
1858,
1100,
1743,
4205,
4206,
4681,
3864,
4931,
3683,
1877,
2354,
4209,
1847,
1140,
1893,
3025,
11892,
1499,
4193,
4213,
7360,
11893,
1729,
3704,
11890,
1143,
3705,
11894,
432,
11891,
11895,
433,
1171,
1172,
3829,
1187
],
),
"military_tech": SymbolsMetadata(
popularity: 5135,
codepoint: 0xea3f,
categories: [3],
tags: [
11896,
3,
11897,
11898,
3494,
281,
1161,
3954,
3498,
3182,
404,
3672,
11899,
11900,
3502,
3674,
9538,
11901,
91,
716,
11902,
3503,
63,
6521,
795,
3505,
3506,
11903,
857,
291,
245,
31,
1297,
65,
3508,
1576,
11904,
11905,
3509,
3510
],
),
"mimo": SymbolsMetadata(
popularity: 75,
codepoint: 0xe9be,
categories: [11],
tags: [
626,
480,
281,
481,
2493,
4721,
40,
1703,
810,
3939,
2812,
1161,
485,
288,
868,
8,
606,
1164,
3497,
1055,
904,
1683,
137,
11906,
1110,
7364,
10257,
978,
2480,
1166,
1283,
1284,
11907,
1403,
647,
4726,
630,
1059,
1061,
3354,
328,
852,
392,
1339,
1067,
1294,
955,
31,
3357,
1792
],
),
"mimo_disconnect": SymbolsMetadata(
popularity: 49,
codepoint: 0xe9bf,
categories: [11],
tags: [
626,
2115,
3257,
40,
1208,
1703,
1101,
283,
284,
1235,
81,
288,
1162,
868,
3261,
8,
1055,
2125,
2714,
2715,
1683,
11906,
1110,
7364,
259,
1470,
1314,
7158,
1283,
1284,
11907,
630,
267,
6316,
1059,
1060,
1061,
4247,
3200,
2065,
273,
1067,
1294,
1226,
1792,
1068,
277,
278
],
),
"mindfulness": SymbolsMetadata(
popularity: 289,
codepoint: 0xf6e0,
categories: [15],
tags: [
1361,
925,
690,
1888,
1875,
4077,
308,
11908,
345,
11,
2881,
1748,
697,
2356,
11909,
9159,
9160,
6028,
11910,
9161,
4093,
11911,
1916,
1959,
11912,
11913,
5187,
9167,
11914,
11915,
3493,
11916,
11917
],
),
"minimize": SymbolsMetadata(
popularity: 4215,
codepoint: 0xe931,
categories: [2],
tags: [
748,
1672,
501,
1423,
1332,
2184,
504,
1209,
912,
6036,
2701,
2442,
345,
485,
2814,
1164,
4696,
1212,
2915,
699,
1612,
1344,
1950,
87,
2892,
5919,
1224,
410,
392,
2917,
1339,
2833,
6360,
1947,
1093,
141,
1348,
333,
1186,
1187
],
),
"minor_crash": SymbolsMetadata(
popularity: 790,
codepoint: 0xebf1,
categories: [5],
tags: [
3401,
1360,
1361,
2423,
1809,
1811,
1812,
691,
5242,
3681,
1365,
2395,
2425,
2714,
1366,
4701,
4413,
1367,
2716,
1534,
616,
328,
2719,
2045,
4416,
1036,
1629,
1690,
2435,
1835,
206
],
),
"mintmark": SymbolsMetadata(
popularity: 89,
codepoint: 0xefa9,
categories: [9],
tags: [
77,
502,
4675,
927,
11918,
928,
1415,
1647,
6702,
930,
931,
1675,
932,
934,
936,
937,
2948,
313,
938,
939,
11919,
964,
3276,
941,
942,
11920,
11921,
6688,
11922,
1683,
946,
11923,
1389,
11924,
11925,
6704,
948,
523,
950,
951,
11926,
3279,
652,
5199,
31,
4929,
11927,
958
],
),
"missed_video_call": SymbolsMetadata(
popularity: 221,
codepoint: 0xe073,
categories: [0],
tags: [
807,
1360,
77,
1270,
40,
6311,
570,
283,
5093,
975,
11928,
1162,
11929,
4786,
346,
5106,
1110,
2076,
49,
4804,
5097,
583,
5065,
353,
439,
616,
523,
271,
62,
453,
762,
11930,
1406,
1068,
37,
5103,
434,
3618
],
rtlAutoMirrored: true,
),
"missing_controller": SymbolsMetadata(
popularity: 33,
codepoint: 0xe701,
categories: [11],
tags: [
1360,
11280,
11931,
345,
6408,
11932,
288,
2713,
11933,
2532,
2714,
4786,
5382,
10067,
6410,
1110,
2716,
6411,
2324,
7091,
11934,
4788,
5952,
11935,
4289,
2719,
4777,
2057,
31,
65,
4875,
1068,
6414,
206,
278
],
),
"mist": SymbolsMetadata(
popularity: 43,
codepoint: 0xe188,
categories: [3],
tags: [
1873,
1874,
11936,
11937,
11938,
840,
1675,
6960,
4297,
1844,
5264,
2883,
6897,
4313,
11939,
6485,
9149,
5859,
5279,
11940,
7758,
7338,
10778,
5941,
858,
7193,
859,
10047
],
),
"mitre": SymbolsMetadata(
popularity: 71,
codepoint: 0xf547,
categories: [9],
tags: [
480,
2148,
1071,
500,
1496,
373,
284,
1497,
2812,
6589,
11941,
81,
485,
43,
11942,
375,
606,
680,
1164,
1077,
488,
9134,
381,
1078,
137,
1081,
9142,
1328,
9247,
226,
1086,
328,
2330,
1573,
1574,
11943,
1036,
1152,
392,
644,
11944,
2710,
746,
31,
140,
1095,
1690,
1409
],
),
"mixture_med": SymbolsMetadata(
popularity: 23,
codepoint: 0xe4c8,
categories: [3],
tags: [
1422,
10159,
11945,
4165,
4203,
11946,
4169,
1324,
11947,
11948,
1333,
5205,
11949,
4171,
4172,
9112,
11950,
697,
10176,
11951,
6652,
4175,
4176,
894,
1767,
8126,
11952,
1768,
9119,
4179,
11953,
4180,
5523,
4181,
11954,
8290,
9121
],
),
"mms": SymbolsMetadata(
popularity: 418,
codepoint: 0xe618,
categories: [7],
tags: [
2470,
568,
570,
572,
573,
1475,
5573,
1430,
2288,
1479,
147,
49,
11955,
1595,
15,
2291,
583,
4926,
11956,
1596,
1597,
439,
11957,
57,
11958,
59,
62,
11959,
2296,
2298,
1260,
594,
1484,
4847,
4848
],
),
"mobile_hand": SymbolsMetadata(
popularity: 75,
codepoint: 0xf323,
categories: [11],
tags: [
1246,
1247,
862,
748,
1270,
2523,
570,
283,
345,
288,
44,
868,
1877,
1055,
1789,
2533,
2690,
7592,
7599,
2692,
2075,
1110,
2478,
4911,
581,
1253,
1111,
1612,
262,
325,
1059,
1060,
1061,
589,
271,
1167,
2534,
1790,
410,
1067,
1700,
65,
33,
1792,
601
],
),
"mobile_hand_left": SymbolsMetadata(
popularity: 31,
codepoint: 0xf313,
categories: [11],
tags: [
1246,
1247,
862,
863,
748,
1270,
2523,
570,
283,
288,
868,
1877,
1164,
1055,
4484,
137,
7599,
2692,
2075,
1110,
4911,
1253,
1344,
2195,
87,
262,
492,
1059,
1060,
1061,
11960,
289,
271,
5099,
410,
392,
1067,
1700,
31,
65,
33,
1792,
3315,
601,
1464
],
),
"mobile_hand_left_off": SymbolsMetadata(
popularity: 3,
codepoint: 0xf312,
categories: [11],
tags: [
1246,
1247,
1051,
1270,
2523,
570,
345,
288,
44,
868,
1055,
2689,
2690,
2692,
2075,
1110,
1253,
1222,
1612,
2195,
9098,
262,
1057,
11961,
11962,
1059,
1060,
1061,
289,
3559,
271,
1065,
410,
1067,
1700,
2489,
525,
65,
33,
1068
],
),
"mobile_hand_off": SymbolsMetadata(
popularity: 3,
codepoint: 0xf314,
categories: [11],
tags: [
1246,
1247,
1270,
2523,
570,
283,
284,
254,
345,
81,
288,
44,
868,
2532,
1055,
3276,
2692,
11963,
11964,
2075,
1110,
1253,
259,
1314,
1029,
262,
267,
1059,
1060,
1061,
4277,
6874,
271,
11965,
4777,
1528,
2029,
1067,
1700,
764,
5905,
65,
33,
526,
278
],
),
"mobile_loupe": SymbolsMetadata(
popularity: 10,
codepoint: 0xf322,
categories: [11],
tags: [
231,
1246,
1247,
745,
501,
1270,
2523,
570,
193,
628,
81,
43,
145,
288,
44,
1542,
2338,
5811,
316,
317,
1748,
1109,
4634,
1110,
1253,
68,
5812,
2323,
2324,
1115,
2326,
1116,
11966,
1117,
262,
887,
271,
239,
1126,
1700,
31,
33,
396,
2335
],
),
"mobile_off": SymbolsMetadata(
popularity: 309,
codepoint: 0xe201,
categories: [11],
tags: [
1246,
1247,
861,
1985,
8712,
1250,
11967,
283,
1299,
2012,
288,
1162,
868,
2713,
4245,
1877,
1055,
1213,
2533,
1110,
1253,
87,
262,
11968,
1302,
267,
11969,
1059,
1061,
271,
11970,
2534,
1065,
273,
1304,
2100,
1067,
525,
65,
1068
],
),
"mobile_screen_share": SymbolsMetadata(
popularity: 353,
codepoint: 0xe0e7,
categories: [11],
tags: [
1246,
1247,
1672,
501,
77,
4276,
1250,
1073,
288,
313,
8,
1695,
1110,
1253,
5327,
5443,
262,
11971,
11972,
11973,
630,
1732,
271,
1516,
432,
906,
2531,
410,
5979,
5438,
2298,
1528,
11747,
1128,
454,
411,
525,
526,
2030,
278
],
rtlAutoMirrored: true,
),
"mobile_screensaver": SymbolsMetadata(
popularity: 25,
codepoint: 0xf321,
categories: [11],
tags: [
1246,
1247,
809,
1270,
2523,
570,
283,
288,
44,
8,
11974,
2532,
811,
2533,
3778,
1110,
1253,
49,
1595,
262,
630,
1596,
1597,
271,
57,
59,
62,
820,
2534,
9714,
432,
2531,
3940,
410,
11975,
1700,
65,
33
],
),
"mobile_sound_2": SymbolsMetadata(
popularity: 35,
codepoint: 0xf318,
categories: [11],
tags: [
78,
1268,
1423,
517,
283,
254,
345,
235,
51,
792,
4414,
11976,
406,
262,
439,
267,
271,
273,
1700,
1293,
649,
2278,
554,
1855,
277
],
),
"mobile_speaker": SymbolsMetadata(
popularity: 21,
codepoint: 0xf320,
categories: [11],
tags: [
1246,
1247,
1268,
1270,
2523,
570,
283,
288,
1877,
351,
1110,
1253,
138,
1470,
4530,
262,
1706,
1732,
271,
432,
2111,
273,
1700,
1293,
1294,
1295,
9544,
65,
33,
1701,
1298,
554,
1855
],
),
"mobiledata_off": SymbolsMetadata(
popularity: 461,
codepoint: 0xf034,
categories: [4],
tags: [
77,
251,
11977,
11978,
11979,
11980,
11981,
1235,
81,
11982,
11983,
621,
1162,
868,
11984,
2814,
1055,
259,
11630,
87,
262,
11985,
11986,
267,
11987,
2015,
269,
6428,
8016,
7574,
1059,
1060,
1061,
11988,
1067,
275,
1690,
1701,
277,
278
],
),
"mode_comment": SymbolsMetadata(
popularity: 2837,
codepoint: 0xe253,
categories: [7],
tags: [
4842,
568,
6128,
570,
2722,
5582,
572,
11989,
573,
283,
11990,
1475,
11991,
1476,
2725,
2726,
1479,
137,
138,
5565,
583,
642,
11992,
4928,
1167,
2457,
11993,
4845,
594,
1484,
31,
1296,
33,
4852,
1690
],
),
"mode_cool": SymbolsMetadata(
popularity: 568,
codepoint: 0xf166,
categories: [8],
tags: [
2210,
838,
1423,
7153,
11994,
840,
5254,
841,
345,
844,
2879,
464,
7154,
5180,
3871,
1140,
1848,
51,
87,
5265,
226,
17,
642,
1143,
391,
151,
856,
858,
2888,
2069,
859
],
),
"mode_cool_off": SymbolsMetadata(
popularity: 129,
codepoint: 0xf167,
categories: [8],
tags: [
838,
1858,
193,
840,
841,
345,
844,
845,
11995,
1425,
1162,
868,
1055,
5180,
11996,
1140,
1848,
850,
1222,
87,
642,
1143,
1059,
1060,
1061,
71,
1067,
856,
2614,
31,
858,
2069,
1068,
859,
860
],
),
"mode_dual": SymbolsMetadata(
popularity: 31,
codepoint: 0xf557,
categories: [10],
tags: [
837,
11997,
1466,
2721,
1839,
1841,
11998,
840,
844,
1704,
8,
2262,
3042,
11999,
12000,
10389,
5180,
1077,
3637,
1140,
10391,
385,
12001,
9080,
1143,
4032,
919,
386,
12002,
1151,
706,
6196,
7666,
2069,
12003,
7667,
12004,
396,
1854,
859,
1856,
1187
],
),
"mode_fan": SymbolsMetadata(
popularity: 1796,
codepoint: 0xf168,
categories: [8],
tags: [
837,
5286,
5863,
838,
1887,
1858,
1838,
1841,
1889,
840,
1876,
842,
345,
844,
845,
12005,
1844,
12006,
1878,
1848,
642,
1143,
8518,
12007,
151,
858,
1853,
10224,
1856
],
),
"mode_fan_off": SymbolsMetadata(
popularity: 342,
codepoint: 0xec17,
categories: [8],
tags: [
837,
5863,
2933,
1858,
4202,
193,
840,
1744,
844,
845,
1300,
868,
3870,
1055,
1878,
4193,
1222,
1470,
4878,
642,
1143,
12008,
1059,
1061,
3688,
8518,
3199,
12009,
71,
1067,
1226,
31,
413,
1853,
859
],
),
"mode_heat": SymbolsMetadata(
popularity: 1080,
codepoint: 0xf16a,
categories: [8],
tags: [
1738,
7948,
12010,
840,
5254,
12011,
1876,
345,
1164,
3684,
5179,
5180,
7949,
3023,
1847,
10223,
1140,
3025,
1848,
138,
8341,
642,
1143,
3688,
151,
31,
858,
10695,
2069,
7950,
3031,
859
],
),
"mode_heat_cool": SymbolsMetadata(
popularity: 270,
codepoint: 0xf16b,
categories: [8],
tags: [
837,
838,
840,
5254,
12012,
2876,
345,
844,
12013,
845,
12014,
1843,
5180,
1077,
1108,
3023,
12015,
1847,
12016,
12017,
1140,
1848,
12018,
51,
642,
1143,
7952,
151,
856,
1093,
858,
12019,
12020,
2069,
859,
12021
],
),
"mode_heat_off": SymbolsMetadata(
popularity: 143,
codepoint: 0xf16d,
categories: [8],
tags: [
838,
12022,
840,
12023,
841,
845,
2601,
868,
1055,
5180,
2883,
12024,
12025,
12026,
1140,
3025,
17,
8997,
1825,
1143,
2016,
1059,
1061,
9012,
12027,
1067,
855,
856,
12028,
12029,
2888,
2069,
12030,
8019,
1068,
859,
860
],
),
"mode_night": SymbolsMetadata(
popularity: 731,
codepoint: 0xf036,
categories: [8],
tags: [
1738,
2210,
3622,
4739,
345,
4096,
4084,
3634,
8,
4244,
138,
1344,
3627,
4088,
642,
4090,
4060,
410,
151,
1919,
2402,
31,
4740,
413,
907,
396,
3631,
476
],
),
"mode_of_travel": SymbolsMetadata(
popularity: 783,
codepoint: 0xe7ce,
categories: [5],
tags: [
3640,
837,
77,
4142,
684,
2035,
312,
313,
2038,
316,
12031,
1623,
323,
1085,
1534,
12032,
1118,
875,
642,
468,
325,
12033,
70,
1625,
7332,
326,
327,
4360,
1626,
1538,
1226,
1979,
900,
1629,
332,
1920,
1835,
3830,
1630
],
),
"mode_off_on": SymbolsMetadata(
popularity: 561,
codepoint: 0xf16f,
categories: [8],
tags: [
4325,
1738,
504,
193,
685,
345,
2601,
1300,
4327,
87,
642,
1059,
1061,
355,
3688,
921,
151,
1067,
4249,
2402,
413
],
),
"mode_standby": SymbolsMetadata(
popularity: 477,
codepoint: 0xf037,
categories: [4],
tags: [
504,
345,
12034,
288,
4244,
1877,
4023,
4024,
138,
12035,
1222,
1344,
642,
12036,
12037,
1223,
3688,
12038,
9012,
3174,
1919,
12039,
12040,
1226,
10417,
2402,
31,
1093,
12041,
1227,
413,
907
],
),
"model_training": SymbolsMetadata(
popularity: 2556,
codepoint: 0xf0cf,
categories: [6],
tags: [
3147,
5982,
1422,
77,
3148,
6026,
3802,
12042,
284,
12043,
12044,
12045,
1104,
44,
3149,
3805,
4174,
3439,
2466,
3094,
3627,
1314,
3039,
756,
3807,
6028,
12046,
491,
267,
12047,
3424,
758,
759,
760,
2449,
3663,
2831,
470,
4180,
1292,
1093,
65,
3029
],
),
"modeling": SymbolsMetadata(
popularity: 157,
codepoint: 0xf3aa,
categories: [2],
tags: [
478,
1496,
502,
2777,
1374,
12048,
12049,
1375,
1325,
485,
375,
12050,
3585,
606,
4884,
488,
1350,
382,
1470,
2980,
12051,
492,
386,
2785,
852,
389,
4416,
392,
495,
955,
10768,
3029,
11263,
10752
],
),
"money": SymbolsMetadata(
popularity: 1283,
codepoint: 0xe57d,
categories: [9],
tags: [
12052,
924,
927,
928,
960,
930,
931,
932,
934,
1417,
936,
937,
3209,
7,
962,
938,
964,
941,
942,
6732,
946,
948,
22,
523,
950,
951,
1421,
1654,
359,
970,
954,
1395,
31,
956,
36,
958,
3215
],
),
"money_bag": SymbolsMetadata(
popularity: 489,
codepoint: 0xf3ee,
categories: [9],
tags: [
2921,
959,
927,
960,
931,
934,
937,
12053,
8843,
939,
964,
941,
942,
967,
9879,
968,
946,
5429,
12054,
947,
12055,
948,
12056,
12057,
950,
951,
3278,
953,
970,
10278,
12058,
954,
11927,
36,
958
],
),
"money_off": SymbolsMetadata(
popularity: 1233,
codepoint: 0xe25c,
categories: [9],
tags: [
928,
1051,
930,
1648,
931,
12059,
193,
932,
934,
1417,
936,
1235,
937,
6576,
5920,
1162,
868,
12060,
938,
1055,
965,
1213,
6609,
967,
5164,
6806,
948,
12061,
12062,
1059,
1061,
523,
289,
12063,
950,
951,
1421,
6574,
1395,
1067,
31,
1068,
3689
],
),
"monitor": SymbolsMetadata(
popularity: 1118,
codepoint: 0xef5b,
categories: [11],
tags: [
1246,
1247,
2471,
1703,
283,
519,
1425,
81,
1704,
288,
8,
2532,
3336,
2533,
1110,
1140,
1253,
1705,
406,
630,
1391,
1732,
4289,
1427,
432,
410,
4154,
65,
412,
2030,
37,
7061,
333,
1187,
1518
],
),
"monitor_heart": SymbolsMetadata(
popularity: 4308,
codepoint: 0xeaa2,
categories: [3],
tags: [
12064,
4251,
3132,
519,
288,
7768,
7252,
8,
1761,
12065,
5366,
5367,
1877,
2882,
697,
7195,
4379,
3765,
3955,
892,
4507,
5370,
1763,
3959,
894,
4258,
630,
4274,
4261,
410,
65,
2146,
4264,
3493
],
),
"monitor_weight": SymbolsMetadata(
popularity: 878,
codepoint: 0xf039,
categories: [11],
tags: [
5517,
1422,
925,
690,
4119,
12066,
1741,
1662,
81,
288,
2352,
12067,
2882,
697,
12068,
12069,
226,
17,
894,
630,
4259,
6700,
8834,
759,
2885,
1428,
391,
1292,
12070,
2146,
3732,
3493
],
),
"monitor_weight_gain": SymbolsMetadata(
popularity: 14,
codepoint: 0xf6df,
categories: [15],
tags: [
231,
745,
1422,
77,
690,
373,
81,
288,
375,
2352,
8,
2881,
2882,
9879,
1078,
234,
697,
2076,
84,
51,
1426,
17,
894,
3474,
630,
887,
648,
239,
759,
453,
1428,
391,
1292,
746,
1095,
1429,
1701,
3732
],
),
"monitor_weight_loss": SymbolsMetadata(
popularity: 13,
codepoint: 0xf6de,
categories: [15],
tags: [
6188,
925,
690,
12066,
373,
81,
288,
2352,
12067,
8,
2881,
2882,
1078,
697,
3765,
68,
12071,
6806,
17,
1255,
630,
4259,
4383,
12072,
759,
453,
5919,
12073,
1224,
391,
410,
1292,
1261,
1095,
12074,
3732,
12075
],
),
"monitoring": SymbolsMetadata(
popularity: 19014,
codepoint: 0xf190,
categories: [9],
tags: [
1422,
1071,
1423,
517,
373,
81,
375,
1078,
234,
697,
5370,
235,
1081,
68,
1426,
226,
17,
894,
1086,
4259,
648,
759,
4261,
1428,
4262,
273,
746,
1095,
1429,
2805,
3331
],
rtlAutoMirrored: true,
),
"monochrome_photos": SymbolsMetadata(
popularity: 352,
codepoint: 0xe403,
categories: [1],
tags: [
1342,
6385,
8790,
40,
1197,
556,
680,
487,
83,
1343,
6388,
49,
1345,
406,
8793,
439,
12076,
92,
57,
1346,
59,
2143,
62,
5090,
433,
1711,
396,
476,
835
],
),
"monorail": SymbolsMetadata(
popularity: 9,
codepoint: 0xf473,
categories: [14],
tags: [
1809,
1811,
5736,
1812,
2548,
2035,
4902,
284,
313,
5310,
1165,
489,
3149,
522,
1623,
87,
7315,
1534,
647,
4359,
2045,
2046,
4360,
4361,
1538,
275,
4364,
2146,
4365,
4366,
1979,
900,
1629,
332,
4906,
1506,
1835,
8010
],
),
"mood": SymbolsMetadata(
popularity: 6673,
codepoint: 0xe7f2,
categories: [3],
tags: [
745,
5,
570,
6106,
193,
283,
1602,
1603,
6110,
1604,
6111,
1606,
577,
7990,
1607,
1608,
6113,
1609,
1610,
1327,
5495,
1613,
583,
1614,
289,
589,
1615,
2381,
330,
362,
1616,
7991,
1618,
593,
1619,
31,
182,
33
],
),
"mood_bad": SymbolsMetadata(
popularity: 2121,
codepoint: 0xe7f3,
categories: [3],
tags: [
566,
9145,
193,
462,
8421,
10210,
7683,
1602,
6110,
1604,
6111,
1606,
577,
7990,
1607,
8425,
12077,
4484,
138,
384,
1614,
4273,
589,
203,
12078,
12079,
593,
2489,
8436,
1619,
31,
12080,
8439,
12081,
12082,
12083,
12084,
8440
],
),
"moon_stars": SymbolsMetadata(
popularity: 45,
codepoint: 0xf34f,
categories: [3],
tags: [
4076,
4049,
504,
4078,
1742,
780,
840,
4082,
4096,
4745,
4227,
1164,
4085,
4484,
1140,
4088,
814,
642,
4090,
1143,
4060,
4091,
358,
2098,
1036,
151,
1339,
1993,
1919,
823,
3366,
2402,
4740,
2069,
1171,
413,
141,
859
],
),
"mop": SymbolsMetadata(
popularity: 1669,
codepoint: 0xe28d,
categories: [8],
tags: [
5829,
5843,
810,
1863,
12085,
10435,
3864,
5832,
2641,
3784,
4634,
12086,
4193,
5833,
3530,
12087,
5835,
3961,
12088,
5846,
1143,
4503,
5848,
3852,
5849,
652,
12089,
12090,
5840,
3859,
6930
],
),
"moped": SymbolsMetadata(
popularity: 87,
codepoint: 0xeb28,
categories: [14],
tags: [
1809,
4144,
1647,
1811,
1812,
934,
6933,
2036,
3701,
12091,
2038,
2039,
1165,
2354,
9098,
3403,
1534,
7903,
12092,
468,
91,
2044,
1654,
3101,
7285,
4161,
652,
4353,
1394,
1396,
900,
1629,
332,
4162,
1506,
1835,
4163
],
rtlAutoMirrored: true,
),
"more": SymbolsMetadata(
popularity: 1655,
codepoint: 0xe619,
categories: [6],
tags: [
75,
748,
3041,
1673,
1693,
504,
193,
628,
12093,
345,
145,
1105,
7074,
12094,
914,
1938,
3499,
138,
2212,
68,
52,
88,
506,
6013,
237,
325,
70,
9500,
4105,
2894,
1035,
1539,
12095,
71,
2673,
2773,
4480,
182,
12096,
551,
3951,
1464
],
rtlAutoMirrored: true,
),
"more_down": SymbolsMetadata(
popularity: 628,
codepoint: 0xf196,
categories: [2],
tags: [
4623,
3041,
77,
2391,
685,
12093,
345,
145,
313,
1105,
2814,
7074,
914,
51,
88,
506,
237,
325,
12097,
70,
9500,
919,
2859,
363,
71,
2007,
551,
1464
],
),
"more_horiz": SymbolsMetadata(
popularity: 19400,
codepoint: 0xe5d3,
categories: [2],
tags: [
75,
2819,
4623,
3041,
1672,
501,
11828,
504,
2391,
2701,
12098,
9841,
345,
2823,
1105,
2891,
1252,
7074,
12094,
914,
12099,
12100,
699,
51,
1344,
2844,
12101,
1667,
506,
237,
70,
9500,
358,
2894,
410,
12102,
363,
71,
2895,
2833,
551,
3951,
511,
141,
1348,
333,
1186
],
),
"more_time": SymbolsMetadata(
popularity: 2247,
codepoint: 0xea5d,
categories: [6],
tags: [
231,
745,
12103,
1359,
2071,
2072,
10319,
193,
1159,
2073,
1160,
2089,
10,
12104,
12105,
5886,
12106,
3467,
237,
12107,
887,
3489,
239,
12108,
1370,
1168,
361,
2809,
31,
1171,
5890,
12109,
1172,
2810,
2078
],
),
"more_up": SymbolsMetadata(
popularity: 1035,
codepoint: 0xf197,
categories: [2],
tags: [
1631,
11824,
4623,
4653,
12110,
9841,
145,
12111,
7074,
914,
12112,
506,
237,
7080,
8273,
70,
9500,
7083,
71,
8815,
12113,
3951,
12114,
1701,
3017,
10853,
12115
],
),
"more_vert": SymbolsMetadata(
popularity: 31778,
codepoint: 0xe5d4,
categories: [2],
tags: [
75,
2819,
4623,
4653,
1307,
1672,
501,
2701,
9841,
1744,
12116,
2823,
1105,
12117,
7074,
12094,
10549,
8968,
12112,
12118,
1344,
10552,
8774,
506,
237,
12119,
8273,
8813,
9500,
7083,
12120,
410,
71,
2833,
2944,
12121,
551,
141,
1348,
12122,
1464,
10853,
333,
1186
],
),
"mosque": SymbolsMetadata(
popularity: 593,
codepoint: 0xeab2,
categories: [5],
tags: [
1496,
929,
12123,
5779,
5782,
5181,
12124,
12125,
12126,
12127,
12128,
12129,
3295,
12130,
12131,
12132,
12133,
12134,
2947,
12135,
5784,
12136,
5185,
5785,
5788,
5187,
955,
5790,
3302,
332,
5193
],
),
"motion_blur": SymbolsMetadata(
popularity: 302,
codepoint: 0xf0d0,
categories: [1],
tags: [
4296,
40,
5793,
5169,
1274,
487,
1165,
216,
83,
1748,
12137,
916,
49,
6078,
87,
642,
353,
12138,
12139,
468,
4302,
1733,
57,
3603,
59,
62,
275,
12140,
4807,
12141,
364,
4319
],
),
"motion_mode": SymbolsMetadata(
popularity: 44,
codepoint: 0xf842,
categories: [1],
tags: [
748,
341,
4296,
40,
42,
344,
345,
1274,
216,
3361,
1077,
437,
138,
49,
51,
406,
642,
353,
468,
354,
57,
59,
62,
408,
759,
440,
2506,
94,
151,
291,
4963,
454,
2463,
37,
476
],
),
"motion_photos_auto": SymbolsMetadata(
popularity: 456,
codepoint: 0xf03a,
categories: [1],
tags: [
3418,
12142,
4,
341,
2423,
12143,
3349,
40,
42,
5,
5793,
193,
12144,
556,
1745,
12145,
216,
12,
8681,
1344,
16,
1470,
1282,
12146,
12147,
353,
12148,
9804,
439,
355,
59,
2143,
2504,
440,
71,
12149,
31,
65,
33,
35,
37
],
),
"motion_photos_off": SymbolsMetadata(
popularity: 262,
codepoint: 0xe9c0,
categories: [1],
tags: [
341,
481,
1208,
193,
12150,
7299,
2601,
2012,
1300,
12151,
868,
1055,
1213,
12152,
12146,
12153,
353,
12154,
12155,
12156,
9804,
3269,
12157,
12158,
12159,
1059,
1061,
2143,
2366,
1067,
1226,
37
],
),
"motion_photos_on": SymbolsMetadata(
popularity: 72,
codepoint: 0xe9c1,
categories: [1],
tags: [
749,
341,
40,
42,
193,
628,
44,
868,
4327,
1055,
216,
346,
1108,
49,
1282,
406,
353,
468,
354,
885,
439,
1059,
1061,
57,
59,
2143,
62,
2504,
408,
453,
440,
151,
1067,
65,
37,
476
],
),
"motion_photos_paused": SymbolsMetadata(
popularity: 350,
codepoint: 0xe9c2,
categories: [1],
tags: [
748,
341,
504,
40,
42,
193,
345,
348,
12160,
3378,
138,
1612,
12146,
12161,
406,
352,
5237,
353,
12162,
12154,
1223,
10061,
59,
2143,
408,
3430,
5241,
12163,
1226,
31,
37,
444
],
),
"motion_play": SymbolsMetadata(
popularity: 57,
codepoint: 0xf40b,
categories: [1],
tags: [
231,
4325,
745,
3359,
341,
77,
1268,
2192,
504,
193,
1103,
902,
345,
1107,
1077,
903,
6347,
2865,
2953,
406,
353,
1749,
354,
439,
1706,
2504,
3379,
408,
239,
1121,
1125,
1293,
2128,
454,
31,
1690,
37
],
),
"motion_sensor_active": SymbolsMetadata(
popularity: 246,
codepoint: 0xe792,
categories: [10],
tags: [
2104,
749,
1359,
1360,
1131,
2123,
690,
5486,
7090,
288,
1877,
225,
348,
1140,
581,
138,
4259,
353,
8382,
468,
1143,
1061,
289,
589,
8637,
1036,
64,
888,
1897,
5114,
31,
65,
2146,
1095,
206,
1155
],
),
"motion_sensor_alert": SymbolsMetadata(
popularity: 134,
codepoint: 0xe784,
categories: [10],
tags: [
3104,
1359,
1360,
6792,
1361,
691,
1365,
5486,
12164,
7090,
2714,
1366,
4701,
348,
3459,
1140,
5107,
1367,
12165,
1166,
4259,
353,
12166,
12167,
468,
1143,
616,
705,
1036,
2808,
64,
12168,
273,
5114,
31,
2146,
1095,
1690,
206,
8151
],
),
"motion_sensor_idle": SymbolsMetadata(
popularity: 94,
codepoint: 0xe783,
categories: [10],
tags: [
1359,
1360,
1074,
5486,
288,
868,
1055,
348,
1140,
3171,
12035,
11225,
51,
4259,
353,
8382,
468,
1143,
267,
12157,
1059,
1060,
1061,
12169,
432,
1036,
64,
273,
1067,
1897,
12039,
4249,
5241,
5114,
1093,
65,
2146,
1095,
1855,
278
],
),
"motion_sensor_urgent": SymbolsMetadata(
popularity: 133,
codepoint: 0xe78e,
categories: [10],
tags: [
3104,
2508,
1359,
1360,
1361,
2123,
691,
1365,
5486,
288,
2425,
2714,
1366,
3915,
1110,
3459,
1140,
138,
1367,
51,
10693,
1166,
4259,
353,
8382,
468,
1143,
1183,
616,
1036,
64,
273,
1897,
5114,
31,
1093,
65,
4419,
2146,
1095,
1690,
2435,
206
],
),
"motorcycle": SymbolsMetadata(
popularity: 859,
codepoint: 0xe91b,
categories: [14],
tags: [
3640,
1809,
4142,
4144,
12170,
1811,
1812,
7313,
6933,
2036,
313,
5310,
3790,
7902,
1623,
1534,
875,
12171,
12092,
468,
2045,
12172,
3299,
1626,
4161,
1918,
275,
30,
1627,
900,
1629,
332,
7286,
1506,
1835,
2050
],
),
"mountain_flag": SymbolsMetadata(
popularity: 318,
codepoint: 0xf5e2,
categories: [3],
tags: [
11896,
3,
3640,
12173,
312,
2271,
4496,
318,
1544,
13,
5716,
5157,
3295,
1595,
323,
174,
1596,
12174,
1825,
325,
4041,
5158,
1392,
12175,
245,
12176,
1227,
3302,
4807,
332,
9279
],
),
"mouse": SymbolsMetadata(
popularity: 2505,
codepoint: 0xe323,
categories: [11],
tags: [
748,
1784,
519,
1310,
345,
1787,
1704,
288,
44,
1110,
1111,
1612,
3686,
814,
2981,
325,
492,
289,
4289,
1167,
12177,
3044,
362,
392,
1339,
65,
12178,
12179,
278
],
),
"mouse_lock": SymbolsMetadata(
popularity: 9,
codepoint: 0xf490,
categories: [11],
tags: [
5314,
481,
1051,
42,
12180,
1784,
519,
12181,
12182,
345,
1787,
288,
1213,
1110,
12183,
1951,
1777,
12184,
1056,
2981,
12185,
5318,
1167,
12186,
12187,
5821,
1034,
1063,
1574,
12188,
1065,
2366,
705,
1773,
1036,
278
],
),
"mouse_lock_off": SymbolsMetadata(
popularity: 9,
codepoint: 0xf48f,
categories: [11],
tags: [
861,
9764,
1784,
519,
345,
1787,
1704,
288,
1300,
868,
1055,
3790,
1110,
138,
1111,
2768,
1344,
1777,
1056,
2981,
468,
1059,
1061,
355,
5318,
4289,
1167,
1034,
1063,
1574,
3271,
1065,
705,
410,
1773,
1036,
151,
1067,
4249,
31,
413,
5320,
601,
278
],
),
"move": SymbolsMetadata(
popularity: 35,
codepoint: 0xe740,
categories: [5],
tags: [
460,
77,
502,
690,
345,
1235,
1787,
312,
313,
12189,
2395,
4633,
12190,
2340,
382,
4634,
697,
581,
756,
323,
1534,
4113,
875,
1749,
325,
588,
589,
326,
327,
2196,
240,
2188,
4665,
760,
761,
2929,
2269,
2991,
906,
470,
3416,
95,
1226,
511,
526,
1629,
12191
],
),
"move_down": SymbolsMetadata(
popularity: 1489,
codepoint: 0xeb61,
categories: [2],
tags: [
748,
77,
11547,
12192,
1332,
504,
1103,
345,
313,
2814,
1639,
4696,
904,
51,
1344,
6653,
87,
1749,
7440,
468,
12193,
325,
1167,
2884,
2853,
12194,
392,
1339,
31,
526,
907
],
),
"move_group": SymbolsMetadata(
popularity: 89,
codepoint: 0xf715,
categories: [2],
tags: [
77,
481,
12195,
1724,
81,
2271,
2573,
4633,
2899,
3661,
12196,
1164,
1212,
1695,
579,
12197,
6180,
86,
2955,
5609,
12198,
1749,
12199,
12200,
492,
92,
1732,
4665,
2929,
2269,
1699,
363,
6213,
4480,
12201,
1712,
98,
1187,
1229
],
),
"move_item": SymbolsMetadata(
popularity: 171,
codepoint: 0xf1ff,
categories: [2],
tags: [
1738,
77,
502,
481,
193,
628,
313,
1105,
4633,
2899,
1164,
1212,
7599,
4634,
916,
1376,
2955,
1470,
88,
5610,
506,
1641,
1749,
325,
91,
92,
6692,
1733,
329,
4665,
2269,
2991,
6213,
95
],
rtlAutoMirrored: true,
),
"move_location": SymbolsMetadata(
popularity: 43,
codepoint: 0xe741,
categories: [5],
tags: [
1513,
1738,
77,
502,
690,
1742,
310,
312,
313,
4633,
2899,
2976,
1252,
317,
903,
1543,
321,
697,
581,
323,
324,
1534,
174,
1749,
325,
2343,
588,
589,
326,
327,
1167,
329,
2929,
2269,
906,
6213,
1540,
1226,
1227,
3798,
526,
332,
2451
],
rtlAutoMirrored: true,
),
"move_selection_down": SymbolsMetadata(
popularity: 6,
codepoint: 0xf714,
categories: [2],
tags: [
748,
1738,
77,
12202,
345,
2392,
754,
313,
2814,
2573,
1252,
1164,
12203,
51,
1376,
12204,
88,
7601,
12205,
1749,
7440,
325,
329,
4665,
2269,
2991,
1433,
12206,
362,
363,
12207,
6213,
95,
8717
],
),
"move_selection_left": SymbolsMetadata(
popularity: 24,
codepoint: 0xf713,
categories: [2],
tags: [
12208,
2210,
77,
1332,
345,
1787,
2392,
754,
313,
4633,
1252,
1164,
381,
137,
51,
1344,
2195,
3566,
87,
1749,
2852,
325,
1167,
2859,
329,
4665,
362,
363,
12209,
6213,
12210,
1339,
31,
1690
],
),
"move_selection_right": SymbolsMetadata(
popularity: 32,
codepoint: 0xf712,
categories: [2],
tags: [
1738,
2921,
77,
12211,
12212,
2392,
754,
313,
1252,
903,
12213,
12214,
6886,
1749,
7446,
325,
905,
7447,
329,
1121,
4665,
2929,
1699,
2853,
12215,
362,
12216,
363,
6213,
8021,
4480,
7451
],
),
"move_selection_up": SymbolsMetadata(
popularity: 13,
codepoint: 0xf711,
categories: [2],
tags: [
7604,
77,
3012,
2842,
12211,
2822,
2392,
754,
313,
2866,
1252,
3013,
12217,
12218,
6886,
12219,
12220,
12221,
12199,
2870,
93,
329,
12222,
12223,
4665,
2269,
12224,
362,
6213,
12225,
12226,
2919,
1690,
1701,
98
],
),
"move_to_inbox": SymbolsMetadata(
popularity: 1145,
codepoint: 0xe168,
categories: [7],
tags: [
1673,
77,
482,
283,
1333,
313,
2814,
2286,
2410,
3232,
2793,
1680,
903,
2289,
2290,
10724,
16,
2291,
12227,
583,
4927,
1749,
12228,
586,
327,
2936,
3380,
2296,
2297,
2929,
2298,
95,
1689,
526,
2592
],
),
"move_up": SymbolsMetadata(
popularity: 1617,
codepoint: 0xeb64,
categories: [2],
tags: [
77,
12192,
3012,
313,
3013,
2868,
235,
51,
6653,
87,
1749,
2871,
325,
328,
1167,
329,
6887,
2929,
2420,
2853,
6213,
1263,
526,
2930,
1701,
3017
],
),
"moved_location": SymbolsMetadata(
popularity: 56,
codepoint: 0xe594,
categories: [5],
tags: [
1513,
1131,
77,
1742,
374,
312,
313,
12229,
1543,
1623,
323,
324,
1534,
174,
12230,
325,
12231,
326,
327,
328,
329,
1149,
2929,
1538,
6213,
1540,
1226,
1153,
1095,
526,
332,
4819,
1155
],
),
"movie": SymbolsMetadata(
popularity: 6394,
codepoint: 0xe02c,
categories: [0],
tags: [
42,
344,
1593,
44,
1677,
1252,
781,
147,
346,
406,
354,
12232,
439,
2504,
12233,
12234,
408,
453,
440,
2506,
12235,
1689,
37,
5149,
563,
12236,
396,
2078
],
),
"movie_edit": SymbolsMetadata(
popularity: 127,
codepoint: 0xf840,
categories: [0],
tags: [
4935,
5137,
40,
344,
193,
1523,
1578,
1325,
4511,
1252,
680,
781,
346,
12237,
5117,
1776,
1111,
53,
406,
354,
3341,
439,
4517,
2621,
681,
12238,
440,
432,
2506,
5880,
5132,
12235,
12239,
11436,
11734,
65,
37,
5884
],
),
"movie_info": SymbolsMetadata(
popularity: 34,
codepoint: 0xe02d,
categories: [0],
tags: [
5586,
344,
81,
7029,
145,
12240,
781,
9202,
346,
12241,
12242,
5073,
293,
12243,
68,
12244,
406,
148,
354,
12245,
12246,
2506,
410,
2007,
3070,
12247,
740,
2030,
7061,
2078
],
),
"movie_off": SymbolsMetadata(
popularity: 6,
codepoint: 0xf499,
categories: [0],
tags: [
40,
344,
12248,
1162,
868,
12249,
1055,
781,
346,
12241,
87,
406,
407,
354,
12250,
12251,
1302,
12252,
12253,
1059,
1061,
432,
392,
1067,
12254,
12235,
4323,
37,
12255,
10101,
12256,
12257
],
),
"moving": SymbolsMetadata(
popularity: 1226,
codepoint: 0xe501,
categories: [5],
tags: [
748,
749,
2508,
12258,
12259,
3359,
77,
1742,
3526,
313,
1274,
12260,
7673,
903,
12261,
3664,
353,
1749,
468,
885,
12262,
325,
12263,
885,
12264,
759,
2923,
2929,
6213,
3005,
4309,
900,
332,
1701
],
rtlAutoMirrored: true,
),
"moving_beds": SymbolsMetadata(
popularity: 12,
codepoint: 0xe73d,
categories: [3],
tags: [
1466,
77,
502,
1903,
4048,
12265,
690,
2373,
2036,
313,
2976,
903,
4052,
697,
892,
1140,
1763,
1499,
581,
385,
3403,
894,
1749,
885,
325,
2343,
4274,
588,
589,
2196,
12266,
2929,
2991,
1503,
906,
1946,
6213,
4353,
1935,
526,
900,
12267
],
),
"moving_ministry": SymbolsMetadata(
popularity: 37,
codepoint: 0xe73e,
categories: [5],
tags: [
77,
502,
1332,
929,
2373,
313,
2976,
225,
12268,
903,
8410,
697,
1763,
581,
979,
12269,
1623,
981,
885,
325,
1391,
178,
2343,
1625,
7332,
588,
589,
12270,
12271,
906,
1125,
888,
12272,
1339,
3570,
12273,
12274,
332,
3799,
8306,
4719
],
rtlAutoMirrored: true,
),
"mp": SymbolsMetadata(
popularity: 137,
codepoint: 0xe9c3,
categories: [1],
tags: [
2210,
4,
1268,
7712,
504,
5,
345,
1425,
12,
137,
138,
49,
1344,
16,
792,
1952,
406,
54,
56,
439,
1706,
1302,
70,
1732,
57,
59,
25,
409,
63,
2098,
28,
71,
2100,
1293,
1294,
31,
33,
413,
35,
2198,
1298,
554
],
),
"multicooker": SymbolsMetadata(
popularity: 284,
codepoint: 0xe293,
categories: [8],
tags: [
1858,
4205,
4206,
12275,
288,
3864,
3683,
12276,
1877,
2354,
4209,
4634,
3023,
1140,
1499,
4193,
4213,
7360,
11893,
7711,
1729,
3704,
12277,
1143,
6478,
12278,
5707,
12279,
12280,
7363
],
),
"multiline_chart": SymbolsMetadata(
popularity: 465,
codepoint: 0xe6df,
categories: [9],
tags: [
1422,
1071,
503,
1423,
517,
569,
373,
11234,
81,
375,
1078,
12281,
382,
234,
1081,
68,
87,
3481,
226,
1086,
12282,
2455,
2233,
648,
2802,
759,
3490,
390,
746,
1095,
1429,
514,
398,
399
],
rtlAutoMirrored: true,
),
"multimodal_hand_eye": SymbolsMetadata(
popularity: 83,
codepoint: 0xf41b,
categories: [2],
tags: [
480,
1422,
10825,
2301,
284,
345,
81,
5795,
2689,
2690,
137,
2692,
2075,
1111,
2561,
1612,
1115,
12283,
1061,
11513,
390,
2894,
1127,
11515,
64,
2007,
4637,
6419,
1093,
65,
1792,
396,
3631,
4318
],
),
"multiple_airports": SymbolsMetadata(
popularity: 30,
codepoint: 0xefab,
categories: [5],
tags: [
837,
1901,
1972,
12284,
2032,
1902,
1923,
1075,
2037,
312,
6983,
313,
1909,
1989,
8261,
319,
3151,
322,
1623,
323,
3403,
324,
1166,
174,
2455,
267,
326,
327,
387,
1538,
2400,
1540,
1317,
900,
1629,
332,
1920,
9816
],
),
"multiple_stop": SymbolsMetadata(
popularity: 827,
codepoint: 0xf1b9,
categories: [5],
tags: [
748,
502,
1268,
504,
463,
345,
1744,
2392,
754,
2395,
1105,
12285,
2125,
5595,
2665,
2865,
2826,
2195,
1534,
406,
439,
2455,
12286,
1706,
325,
1223,
408,
3430,
409,
9565,
906,
12287,
433,
1226,
31,
6599,
37
],
),
"museum": SymbolsMetadata(
popularity: 913,
codepoint: 0xea36,
categories: [16],
tags: [
5456,
1496,
1592,
12288,
12289,
929,
1197,
933,
12290,
4528,
312,
12291,
3092,
2551,
10,
12292,
12293,
5155,
316,
1343,
12294,
2076,
12295,
4428,
3295,
3094,
6253,
2784,
4459,
12296,
952,
2553,
2554,
1127,
1394,
1396,
955,
6125,
3302,
332
],
),
"music_cast": SymbolsMetadata(
popularity: 144,
codepoint: 0xeb1a,
categories: [0],
tags: [
2020,
1268,
12297,
7712,
4275,
731,
4276,
2022,
283,
1073,
12298,
284,
288,
8,
1112,
1301,
406,
5443,
1706,
12299,
1480,
2504,
408,
388,
410,
1528,
1293,
1294,
454,
411,
2146,
526,
2058,
2030,
278,
12300
],
),
"music_note": SymbolsMetadata(
popularity: 7638,
codepoint: 0xe405,
categories: [0],
tags: [
1268,
12301,
8102,
12302,
8103,
2242,
12303,
1112,
1301,
406,
407,
8106,
1706,
8107,
3075,
1480,
2504,
409,
1709,
12304,
4262,
228,
3053,
1293,
3386,
2146,
6748,
3331
],
),
"music_note_add": SymbolsMetadata(
popularity: 21,
codepoint: 0xf391,
categories: [0],
tags: [
231,
745,
1268,
12305,
12302,
504,
2242,
345,
1325,
781,
4484,
138,
1112,
406,
686,
8106,
1706,
11202,
12306,
3075,
887,
1452,
1480,
12307,
1709,
239,
898,
3053,
1293,
12308,
31,
2146,
907,
474
],
),
"music_off": SymbolsMetadata(
popularity: 542,
codepoint: 0xe440,
categories: [0],
tags: [
1268,
10153,
12302,
481,
12309,
6837,
1300,
868,
12310,
1055,
12311,
12312,
1112,
406,
352,
1706,
12313,
12314,
12315,
1302,
12316,
12317,
2092,
12318,
11879,
12319,
2096,
1480,
1059,
1061,
2098,
1304,
2100,
1067,
12320,
1293,
2101,
2146,
554,
12321
],
),
"music_video": SymbolsMetadata(
popularity: 374,
codepoint: 0xe063,
categories: [0],
tags: [
8953,
731,
40,
344,
1523,
8,
781,
346,
5117,
1282,
406,
354,
439,
1706,
12322,
1223,
2504,
409,
681,
453,
440,
2506,
410,
411,
11436,
6122,
2030,
37,
5149,
12323,
396,
2078
],
),
"my_location": SymbolsMetadata(
popularity: 8279,
codepoint: 0xe55c,
categories: [5],
tags: [
1131,
12324,
193,
309,
310,
8307,
312,
5486,
313,
11670,
12325,
1543,
1533,
321,
12326,
323,
324,
1534,
174,
12327,
325,
326,
1535,
327,
328,
329,
2330,
1540,
1226,
12328,
12329,
12330,
12331
],
),
"mystery": SymbolsMetadata(
popularity: 312,
codepoint: 0xf5e1,
categories: [3],
tags: [
748,
745,
1321,
504,
12332,
1324,
345,
1325,
1335,
5795,
8379,
317,
5716,
1634,
235,
1327,
1328,
87,
1115,
1116,
11966,
1117,
793,
887,
239,
242,
1126,
1127,
898,
675,
31,
12333,
3730
],
),
"nat": SymbolsMetadata(
popularity: 263,
codepoint: 0xef5c,
categories: [7],
tags: [
8687,
9609,
4588,
8685,
193,
462,
283,
12334,
4495,
312,
315,
4496,
318,
319,
320,
944,
322,
12335,
324,
12336,
4501,
8958,
5232,
12337,
1035,
331,
4249,
3302,
332,
334
],
),
"nature": SymbolsMetadata(
popularity: 2895,
codepoint: 0xe406,
categories: [1],
tags: [
4166,
8836,
1810,
2351,
2984,
6222,
6223,
1843,
1844,
2353,
11385,
7981,
5156,
3816,
1820,
2355,
1326,
234,
2359,
2360,
3959,
2361,
1825,
2362,
3652,
3047,
3296,
1826,
7987,
7988,
1096,
12338,
5160
],
),
"nature_people": SymbolsMetadata(
popularity: 1458,
codepoint: 0xe407,
categories: [1],
tags: [
2508,
3640,
690,
3644,
574,
1843,
7274,
578,
5156,
5781,
2355,
579,
3649,
581,
1595,
1596,
2361,
1825,
3652,
4041,
3047,
3296,
588,
589,
3298,
888,
6204,
4807,
1096,
5485,
3799,
5160
],
),
"navigation": SymbolsMetadata(
popularity: 2767,
codepoint: 0xe55d,
categories: [5],
tags: [
77,
309,
3089,
312,
313,
2395,
314,
316,
317,
321,
2816,
1623,
2324,
323,
324,
1534,
1166,
506,
325,
507,
1625,
326,
327,
328,
1167,
329,
1626,
1538,
1126,
2833,
1226,
2146,
332,
3164
],
),
"near_me": SymbolsMetadata(
popularity: 5885,
codepoint: 0xe569,
categories: [5],
tags: [
1131,
77,
309,
8307,
312,
313,
2395,
1542,
316,
317,
11447,
12339,
6253,
2324,
12326,
12340,
323,
1534,
4780,
12327,
325,
7374,
8310,
10350,
326,
1535,
327,
328,
1167,
1977,
329,
2330,
12341,
1226,
332,
8313
],
),
"near_me_disabled": SymbolsMetadata(
popularity: 230,
codepoint: 0xf1ef,
categories: [5],
tags: [
1051,
8315,
12342,
8316,
312,
313,
12343,
12344,
12345,
868,
1055,
12346,
12347,
8324,
12348,
12349,
7303,
323,
12350,
8329,
7306,
12351,
12352,
7307,
1534,
4780,
325,
8330,
8331,
7308,
7374,
12353,
12354,
12355,
1059,
1061,
326,
327,
328,
12356,
12357,
12358,
1067
],
),
"nearby": SymbolsMetadata(
popularity: 69,
codepoint: 0xe6b7,
categories: [4],
tags: [
1131,
731,
12359,
284,
1487,
12360,
1542,
316,
12361,
317,
12362,
6253,
323,
324,
174,
8310,
1535,
1977,
6276,
7092,
12363,
1148,
5490,
1126,
12364,
878,
273,
2710,
1227
],
),
"nearby_error": SymbolsMetadata(
popularity: 329,
codepoint: 0xf03b,
categories: [4],
tags: [
3104,
1360,
1361,
691,
283,
284,
1365,
5486,
2714,
1366,
2715,
381,
1367,
5801,
2716,
323,
1166,
583,
8310,
267,
616,
1535,
328,
2719,
6276,
1148,
392,
273,
291,
31,
1690,
5943,
206
],
),
"nearby_off": SymbolsMetadata(
popularity: 122,
codepoint: 0xf03c,
categories: [4],
tags: [
1131,
193,
1209,
12365,
284,
6837,
5486,
868,
8319,
1745,
1055,
1222,
87,
7306,
174,
7374,
8310,
12366,
2016,
5952,
1059,
1060,
1061,
328,
12367,
12368,
12369,
12370,
273,
1067,
5938,
1068,
8313
],
),
"nephrology": SymbolsMetadata(
popularity: 20,
codepoint: 0xe10d,
categories: [3],
tags: [
3547,
4166,
690,
373,
4253,
4254,
375,
4269,
7194,
697,
892,
581,
12371,
384,
12372,
12373,
12374,
12375,
894,
1767,
12376,
9759,
9760,
12377,
4180,
4391,
1318,
12378,
5377,
12379
],
),
"nest_audio": SymbolsMetadata(
popularity: 242,
codepoint: 0xebbf,
categories: [10],
tags: [
3146,
1267,
1268,
2123,
193,
1074,
284,
345,
288,
1105,
2532,
1683,
1110,
1140,
1499,
51,
1281,
259,
406,
1706,
1143,
267,
408,
762,
1292,
1897,
3152,
1293,
1294,
291,
411,
65,
1298,
278
],
),
"nest_cam_floodlight": SymbolsMetadata(
popularity: 173,
codepoint: 0xf8b7,
categories: [10],
tags: [
1360,
2123,
5136,
40,
1074,
288,
3683,
1877,
46,
12380,
1140,
10693,
1281,
3627,
5182,
4259,
353,
1143,
12381,
267,
12382,
3652,
1500,
440,
705,
1036,
64,
1897,
5114,
65,
3631,
12383,
12384,
12385,
7723,
278
],
),
"nest_cam_indoor": SymbolsMetadata(
popularity: 368,
codepoint: 0xf11e,
categories: [10],
tags: [
1858,
5136,
40,
11172,
193,
5441,
288,
2532,
2533,
1683,
1110,
5107,
2552,
5108,
2734,
2735,
12386,
53,
12147,
630,
12387,
1143,
8393,
12388,
1063,
12389,
440,
705,
1036,
5113,
2808,
1897,
4154,
411,
5114,
65,
5116,
2078
],
),
"nest_cam_iq": SymbolsMetadata(
popularity: 256,
codepoint: 0xf11f,
categories: [10],
tags: [
5136,
40,
12390,
102,
288,
5105,
2532,
2495,
1683,
1110,
5107,
5108,
7152,
12386,
53,
5111,
4259,
12391,
1143,
12392,
3781,
5118,
12389,
440,
1036,
5113,
2808,
1896,
1897,
12393,
411,
5114,
65,
37,
5149,
4534
],
),
"nest_cam_iq_outdoor": SymbolsMetadata(
popularity: 257,
codepoint: 0xf120,
categories: [10],
tags: [
5136,
40,
11172,
5104,
288,
1877,
1683,
1110,
5107,
1499,
5110,
12386,
4259,
1143,
5489,
3652,
5118,
1500,
1574,
440,
12394,
705,
1036,
5113,
12395,
1897,
5114,
65,
37,
396,
12396
],
),
"nest_cam_magnet_mount": SymbolsMetadata(
popularity: 107,
codepoint: 0xf8b8,
categories: [10],
tags: [
2470,
5136,
40,
1073,
288,
1877,
3865,
1140,
12397,
5107,
5108,
1697,
7927,
12398,
12399,
12400,
12401,
12402,
12403,
1143,
12381,
5118,
1773,
5113,
2808,
1779,
12395,
1896,
1897,
5114,
65,
12383
],
),
"nest_cam_outdoor": SymbolsMetadata(
popularity: 348,
codepoint: 0xf121,
categories: [10],
tags: [
1360,
5136,
40,
288,
2532,
46,
1683,
1110,
1140,
5107,
1499,
5111,
4259,
1143,
5489,
3652,
386,
1500,
1574,
453,
705,
1036,
5113,
64,
1897,
5114,
65,
37,
396,
206,
2078
],
),
"nest_cam_stand": SymbolsMetadata(
popularity: 100,
codepoint: 0xf8b9,
categories: [10],
tags: [
2471,
5136,
40,
1074,
288,
44,
3864,
1877,
46,
2533,
1140,
5107,
7152,
4259,
12401,
1143,
12404,
1500,
1574,
440,
1503,
705,
5113,
1897,
4154,
880,
5114,
65,
37,
7061,
277,
7723
],
),
"nest_cam_wall_mount": SymbolsMetadata(
popularity: 106,
codepoint: 0xf8ba,
categories: [10],
tags: [
2123,
5734,
5136,
40,
12405,
5441,
288,
1877,
12406,
7710,
1140,
3171,
5107,
10787,
7927,
4259,
12401,
12407,
1143,
12381,
440,
705,
1036,
5113,
2808,
1896,
1897,
12408,
5114,
65,
37,
12409,
12410,
12383,
7723
],
),
"nest_cam_wired_stand": SymbolsMetadata(
popularity: 177,
codepoint: 0xec16,
categories: [10],
tags: [
4048,
40,
12411,
5104,
288,
3336,
1877,
346,
5106,
2533,
1110,
3171,
5107,
49,
5108,
5110,
5527,
4259,
353,
1143,
12381,
8393,
1391,
62,
453,
5113,
12412,
12395,
1897,
4154,
5114,
65,
37,
8651,
434,
2078,
7723
],
),
"nest_clock_farsight_analog": SymbolsMetadata(
popularity: 1201,
codepoint: 0xf8bb,
categories: [10],
tags: [
1359,
4935,
2071,
10319,
193,
8791,
840,
1159,
2074,
12413,
288,
8525,
2692,
1140,
3463,
4839,
17,
12414,
3466,
1143,
1167,
12415,
1370,
330,
12416,
1168,
360,
2069,
1171,
12417,
2540,
1172,
5884,
12418,
2078
],
),
"nest_clock_farsight_digital": SymbolsMetadata(
popularity: 242,
codepoint: 0xf8bc,
categories: [10],
tags: [
1359,
2123,
840,
1159,
1074,
345,
288,
44,
8,
2532,
8525,
3149,
137,
1140,
138,
51,
17,
1143,
267,
492,
4777,
1168,
410,
71,
1292,
1897,
31,
65,
2069,
1171,
3375
],
),
"nest_connect": SymbolsMetadata(
popularity: 146,
codepoint: 0xf122,
categories: [10],
tags: [
1858,
2123,
40,
1073,
1074,
284,
345,
288,
3684,
1683,
1110,
3171,
3151,
2561,
7151,
7152,
5182,
1314,
1029,
630,
1143,
267,
4277,
1574,
1036,
1897,
1294,
5114,
1093,
65,
2069
],
),
"nest_detect": SymbolsMetadata(
popularity: 149,
codepoint: 0xf123,
categories: [10],
tags: [
1359,
1858,
2123,
929,
1074,
12419,
7810,
5486,
288,
44,
1877,
1683,
1110,
1140,
1499,
7151,
7152,
647,
4259,
1143,
267,
1574,
7092,
1736,
1036,
64,
273,
1897,
5114,
1093,
65,
278
],
),
"nest_display": SymbolsMetadata(
popularity: 468,
codepoint: 0xf124,
categories: [10],
tags: [
1267,
1268,
2471,
283,
685,
1074,
345,
288,
44,
8,
2532,
781,
1683,
1110,
1140,
699,
259,
406,
630,
1143,
12420,
1574,
432,
410,
1036,
1779,
12421,
1897,
3152,
1294,
4154,
411,
5114,
65,
37
],
),
"nest_display_max": SymbolsMetadata(
popularity: 264,
codepoint: 0xf125,
categories: [10],
tags: [
12422,
1267,
4275,
283,
5441,
345,
288,
12423,
44,
8,
1877,
781,
2533,
1683,
12406,
1110,
3150,
12424,
68,
2466,
10363,
630,
439,
1143,
267,
1574,
432,
2538,
410,
1036,
1897,
3152,
1294,
12425,
5114,
65,
277
],
),
"nest_doorbell_visitor": SymbolsMetadata(
popularity: 146,
codepoint: 0xf8bd,
categories: [10],
tags: [
1360,
2032,
2123,
566,
1363,
5486,
7532,
7515,
7524,
1140,
1499,
581,
4259,
1143,
616,
589,
8637,
2457,
762,
2538,
1036,
1897,
433,
5114,
65,
5674
],
),
"nest_eco_leaf": SymbolsMetadata(
popularity: 1132,
codepoint: 0xf8be,
categories: [10],
tags: [
6214,
810,
840,
5969,
7774,
315,
6222,
6223,
964,
3480,
3684,
1843,
1844,
2355,
12426,
234,
1140,
2359,
2361,
1825,
1143,
2362,
1826,
3688,
7778,
12427,
4532,
6659,
8082,
2314,
2069
],
),
"nest_farsight_weather": SymbolsMetadata(
popularity: 203,
codepoint: 0xf8bf,
categories: [10],
tags: [
1838,
840,
5254,
1675,
5940,
464,
1843,
8525,
2883,
1140,
5859,
1143,
4041,
12428,
1897,
1598,
4044,
858,
12429,
2888,
2069,
859
],
),
"nest_found_savings": SymbolsMetadata(
popularity: 181,
codepoint: 0xf8c0,
categories: [10],
tags: [
927,
960,
6702,
840,
932,
934,
936,
937,
11345,
3275,
12430,
6222,
964,
941,
942,
11920,
6732,
6560,
1140,
968,
946,
12431,
2359,
948,
1143,
12432,
951,
3278,
953,
12433,
954,
2069,
956,
958
],
),
"nest_heat_link_e": SymbolsMetadata(
popularity: 328,
codepoint: 0xf126,
categories: [10],
tags: [
1858,
2123,
840,
1876,
5441,
254,
345,
288,
7689,
2532,
3684,
46,
1683,
1110,
3023,
12434,
1847,
3171,
1848,
7927,
1314,
1143,
267,
3688,
1292,
1897,
1093,
65,
858,
2069,
3375,
278
],
),
"nest_heat_link_gen_3": SymbolsMetadata(
popularity: 417,
codepoint: 0xf127,
categories: [10],
tags: [
75,
1858,
929,
5254,
1876,
283,
284,
254,
345,
845,
288,
3684,
46,
3871,
12435,
12436,
1683,
1110,
3023,
12434,
1847,
3171,
1499,
7151,
7152,
1314,
1143,
267,
3688,
71,
1897,
65,
858,
2069,
278
],
),
"nest_hello_doorbell": SymbolsMetadata(
popularity: 290,
codepoint: 0xe82c,
categories: [10],
tags: [
749,
1359,
1360,
2547,
929,
504,
40,
11172,
1363,
5441,
12419,
288,
4931,
7532,
1498,
7515,
9643,
1140,
3171,
1499,
7151,
7152,
4259,
1143,
12437,
1259,
1368,
2457,
1370,
762,
2538,
1036,
5113,
1896,
12438,
1897,
1293,
5114,
65,
12439
],
),
"nest_mini": SymbolsMetadata(
popularity: 262,
codepoint: 0xe789,
categories: [10],
tags: [
3146,
1858,
1267,
1268,
7702,
462,
283,
254,
345,
288,
1745,
2532,
1877,
781,
1683,
1110,
1140,
1499,
3151,
1281,
259,
1301,
2043,
1706,
1143,
330,
1955,
1292,
1897,
3152,
1293,
1294,
65,
3153,
278
],
),
"nest_multi_room": SymbolsMetadata(
popularity: 320,
codepoint: 0xf8c2,
categories: [10],
tags: [
1268,
12440,
2123,
840,
4282,
254,
345,
7163,
2179,
781,
579,
1140,
1499,
4132,
406,
12441,
12442,
12443,
1706,
1143,
267,
408,
12444,
1779,
7183,
1897,
12445,
411,
5905,
1093,
2069,
278,
1155
],
),
"nest_protect": SymbolsMetadata(
popularity: 19,
codepoint: 0xe68e,
categories: [10],
tags: [
1359,
1360,
1858,
7098,
12419,
288,
2425,
5179,
7094,
3149,
2533,
1683,
1110,
1140,
1499,
7151,
7152,
4259,
1143,
12446,
267,
1573,
1574,
1503,
12447,
705,
1036,
12412,
64,
1896,
1897,
12448,
7095,
1093,
65,
206
],
),
"nest_remote": SymbolsMetadata(
popularity: 398,
codepoint: 0xf129,
categories: [10],
tags: [
12449,
1100,
12450,
193,
12451,
6408,
288,
12452,
1105,
1877,
781,
1683,
12453,
382,
1110,
3339,
10071,
406,
12454,
325,
1143,
12455,
6692,
4777,
7165,
2531,
12456,
12457,
12458,
412,
12459,
2030,
12460,
3478
],
),
"nest_remote_comfort_sensor": SymbolsMetadata(
popularity: 1008,
codepoint: 0xf12a,
categories: [10],
tags: [
2123,
929,
840,
1876,
12419,
284,
345,
845,
81,
288,
1843,
3871,
1683,
1847,
1499,
51,
68,
259,
7151,
7152,
17,
4259,
1143,
267,
2885,
4777,
1946,
1736,
64,
652,
273,
1896,
1897,
65,
858,
2888,
277,
278
],
),
"nest_secure_alarm": SymbolsMetadata(
popularity: 299,
codepoint: 0xf12b,
categories: [10],
tags: [
1359,
1360,
193,
1159,
5441,
12419,
288,
1745,
3171,
5107,
7151,
7152,
9098,
814,
647,
1143,
12461,
616,
492,
289,
3185,
1574,
705,
1773,
1036,
2808,
64,
1339,
1896,
1897,
12462,
65,
1171
],
),
"nest_sunblock": SymbolsMetadata(
popularity: 141,
codepoint: 0xf8c3,
categories: [10],
tags: [
481,
12463,
840,
5441,
288,
12464,
2883,
3023,
1140,
3171,
12465,
1143,
4041,
3047,
1574,
4748,
64,
1896,
1897,
4750,
12466,
2369,
1598,
12467,
4230,
858,
2069,
12468,
12469,
859,
10047
],
),
"nest_tag": SymbolsMetadata(
popularity: 155,
codepoint: 0xf12c,
categories: [10],
tags: [
1513,
1131,
9136,
1133,
374,
312,
288,
313,
1542,
317,
12470,
1544,
1683,
1110,
2003,
52,
3295,
323,
12471,
324,
174,
325,
1143,
326,
1535,
327,
328,
1167,
329,
1574,
1036,
5114,
182,
1095,
1155
],
),
"nest_thermostat": SymbolsMetadata(
popularity: 97,
codepoint: 0xe68f,
categories: [10],
tags: [
12472,
1738,
1858,
7153,
193,
840,
1876,
345,
845,
288,
1400,
3684,
1843,
7154,
12473,
3871,
1110,
1847,
1140,
3171,
1499,
1848,
1881,
5868,
1143,
762,
71,
1897,
12448,
1093,
65,
858,
5871,
12474,
12475,
2069,
12476,
859
],
),
"nest_thermostat_e_eu": SymbolsMetadata(
popularity: 133,
codepoint: 0xf12d,
categories: [10],
tags: [
292,
1858,
7153,
193,
462,
5254,
1744,
845,
288,
1400,
8,
7689,
12477,
8162,
3871,
1683,
1110,
1847,
3171,
1143,
762,
71,
1897,
65,
858,
2069
],
),
"nest_thermostat_gen_3": SymbolsMetadata(
popularity: 277,
codepoint: 0xf12e,
categories: [10],
tags: [
75,
836,
2210,
838,
2123,
193,
840,
1876,
345,
845,
288,
1400,
8,
1843,
2533,
12435,
8076,
1683,
1110,
1847,
3171,
1848,
1344,
1143,
330,
410,
71,
1897,
65,
858,
2069,
12478
],
),
"nest_thermostat_sensor": SymbolsMetadata(
popularity: 149,
codepoint: 0xf12f,
categories: [10],
tags: [
12472,
837,
6771,
2123,
840,
1876,
345,
845,
288,
1164,
1843,
7154,
3871,
1683,
137,
1110,
1847,
1140,
1848,
138,
51,
1344,
3474,
630,
1143,
1946,
64,
1897,
31,
858,
2069,
141,
1853
],
),
"nest_thermostat_sensor_eu": SymbolsMetadata(
popularity: 138,
codepoint: 0xf130,
categories: [10],
tags: [
292,
1858,
2123,
462,
840,
1876,
254,
345,
845,
288,
44,
8,
1877,
12477,
1683,
1110,
1847,
1140,
1848,
1881,
7151,
7152,
17,
1143,
2885,
1035,
64,
1896,
1897,
858,
2069,
12479
],
),
"nest_thermostat_zirconium_eu": SymbolsMetadata(
popularity: 172,
codepoint: 0xf131,
categories: [10],
tags: [
292,
838,
1858,
2123,
7153,
193,
840,
1876,
345,
845,
288,
1843,
12477,
2533,
1683,
1110,
1847,
1140,
1848,
7151,
7152,
4259,
1143,
1751,
7165,
5870,
2531,
64,
71,
1897,
65,
858,
2069,
859
],
),
"nest_true_radiant": SymbolsMetadata(
popularity: 164,
codepoint: 0xf8c4,
categories: [10],
tags: [
2123,
929,
840,
1876,
345,
81,
3480,
3684,
1843,
3023,
1847,
1140,
1499,
1848,
68,
17,
1143,
12480,
2885,
1503,
71,
1897,
291,
1093,
65,
858,
2069,
2674,
12481,
3031
],
),
"nest_wake_on_approach": SymbolsMetadata(
popularity: 120,
codepoint: 0xf8c5,
categories: [10],
tags: [
12482,
2508,
1360,
12483,
1131,
2123,
840,
9101,
5486,
1140,
4259,
353,
1143,
616,
12484,
12485,
8637,
6276,
7092,
1148,
5490,
1036,
64,
273,
1896,
1897,
5114,
2069,
6413,
2131,
1854,
1155
],
),
"nest_wake_on_press": SymbolsMetadata(
popularity: 122,
codepoint: 0xf8c6,
categories: [10],
tags: [
861,
748,
4325,
504,
193,
840,
12486,
685,
345,
288,
1745,
4327,
216,
1140,
1612,
1344,
1143,
12487,
1061,
355,
3688,
1120,
1483,
151,
1897,
1791,
2069,
97,
1792,
2131,
12488
],
),
"nest_wifi_point": SymbolsMetadata(
popularity: 160,
codepoint: 0xe83f,
categories: [10],
tags: [
7522,
685,
1074,
284,
254,
285,
81,
288,
5223,
1683,
12406,
1110,
1140,
12489,
3151,
51,
259,
9862,
651,
1143,
9863,
12490,
267,
328,
12491,
12492,
2066,
652,
1779,
273,
1897,
291,
65,
1899,
12493,
277,
278
],
),
"nest_wifi_pro": SymbolsMetadata(
popularity: 19,
codepoint: 0xf56b,
categories: [10],
tags: [
7522,
251,
283,
685,
284,
254,
81,
288,
1877,
715,
1683,
1110,
1140,
259,
12494,
262,
647,
1143,
267,
12495,
1653,
2066,
1736,
652,
1779,
273,
1897,
65,
1944,
277,
278
],
),
"nest_wifi_pro_2": SymbolsMetadata(
popularity: 23,
codepoint: 0xf56a,
categories: [10],
tags: [
861,
731,
251,
283,
284,
254,
285,
81,
288,
44,
1683,
1110,
1140,
259,
12496,
1314,
12494,
262,
1143,
267,
328,
2055,
2066,
1736,
652,
273,
1292,
65,
526,
1854,
277,
278
],
),
"nest_wifi_router": SymbolsMetadata(
popularity: 221,
codepoint: 0xe841,
categories: [10],
tags: [
1858,
731,
1272,
2510,
284,
254,
81,
288,
320,
1683,
1110,
1140,
259,
12497,
1143,
267,
492,
3578,
4781,
2066,
652,
273,
1897,
331,
65,
97,
1855,
277,
278
],
),
"network_cell": SymbolsMetadata(
popularity: 573,
codepoint: 0xe1b9,
categories: [4],
tags: [
517,
1250,
251,
1272,
284,
254,
81,
12498,
12499,
51,
259,
792,
262,
267,
271,
12500,
272,
273,
275,
2461,
291,
12501,
649,
524,
276,
12502,
1690,
277,
278
],
),
"network_check": SymbolsMetadata(
popularity: 1104,
codepoint: 0xe640,
categories: [4],
tags: [
1662,
2683,
1073,
1074,
284,
12503,
254,
81,
4033,
259,
12504,
5224,
1166,
3474,
267,
269,
12505,
1668,
273,
12506,
290,
275,
291,
1669,
2675,
12507,
1576,
277,
278,
4288
],
),
"network_intel_node": SymbolsMetadata(
popularity: 323,
codepoint: 0xf371,
categories: [7],
tags: [
480,
1360,
1071,
6026,
373,
12508,
1073,
1074,
284,
254,
81,
256,
12509,
12510,
375,
44,
1077,
3151,
1081,
12511,
12512,
2466,
259,
1314,
12513,
267,
12514,
12515,
12516,
12517,
3424,
1088,
851,
273,
1292,
955,
31,
1093,
65,
277
],
),
"network_intelligence": SymbolsMetadata(
popularity: 2138,
codepoint: 0xefac,
categories: [7],
tags: [
1360,
1422,
1496,
6026,
12508,
283,
1310,
1074,
284,
81,
375,
44,
1077,
319,
1078,
382,
68,
1622,
6791,
2466,
259,
4773,
5477,
1085,
267,
1088,
1092,
273,
1292,
955,
1093,
65,
514,
333,
277,
334
],
),
"network_intelligence_history": SymbolsMetadata(
popularity: 66,
codepoint: 0xf5f6,
categories: [7],
tags: [
12518,
480,
1360,
1422,
1071,
4608,
6026,
373,
4800,
12508,
1159,
284,
81,
1160,
375,
4802,
1077,
1078,
2076,
68,
2466,
259,
87,
4804,
267,
3424,
2795,
1625,
2589,
4806,
453,
1168,
94,
273,
1292,
1093,
65,
1171,
2463,
4141,
476,
277
],
),
"network_intelligence_update": SymbolsMetadata(
popularity: 49,
codepoint: 0xf5f5,
categories: [7],
tags: [
1360,
1071,
77,
502,
4608,
6026,
193,
12508,
283,
284,
12519,
81,
44,
2814,
520,
68,
1697,
2466,
259,
756,
267,
758,
759,
12520,
760,
761,
1036,
2720,
273,
1292,
509,
12521,
291,
764,
1093,
65,
526,
2451,
277,
278
],
),
"network_locked": SymbolsMetadata(
popularity: 240,
codepoint: 0xe61a,
categories: [4],
tags: [
861,
1360,
3999,
251,
1522,
284,
81,
12522,
3261,
2714,
259,
1951,
1777,
1056,
262,
267,
5228,
12523,
10039,
7420,
1060,
1034,
1063,
2613,
3185,
1574,
1065,
1066,
705,
1773,
12524,
1036,
652,
273,
291,
1068,
206,
12525,
277,
12526,
278
],
),
"network_manage": SymbolsMetadata(
popularity: 45,
codepoint: 0xf7ab,
categories: [7],
tags: [
861,
1756,
501,
517,
731,
1250,
1742,
283,
685,
284,
1075,
254,
345,
81,
145,
1776,
293,
68,
259,
1083,
1314,
1667,
262,
267,
70,
2670,
1778,
920,
271,
921,
652,
71,
1779,
273,
291,
1093,
2058,
1854,
12525,
277,
278
],
),
"network_node": SymbolsMetadata(
popularity: 396,
codepoint: 0xf56e,
categories: [9],
tags: [
1071,
373,
283,
12527,
1073,
284,
81,
6822,
375,
44,
1077,
1078,
3151,
1081,
1622,
259,
1314,
491,
267,
585,
3424,
1088,
586,
328,
10477,
2066,
2720,
955,
1093,
65,
526,
333,
277,
12528
],
),
"network_ping": SymbolsMetadata(
popularity: 294,
codepoint: 0xebca,
categories: [4],
tags: [
1360,
2492,
3999,
517,
251,
283,
284,
81,
7688,
7766,
2223,
51,
259,
4771,
12529,
262,
267,
12530,
269,
648,
4140,
63,
2065,
272,
652,
273,
275,
291,
649,
65,
1318,
2278,
1855,
277,
278
],
),
"network_wifi": SymbolsMetadata(
popularity: 711,
codepoint: 0xe1ba,
categories: [4],
tags: [
861,
2492,
12531,
3999,
517,
731,
1250,
251,
283,
519,
284,
254,
4189,
81,
288,
12532,
51,
259,
9861,
262,
267,
1060,
523,
271,
12533,
12534,
2055,
273,
275,
291,
649,
65,
1855,
277,
278
],
),
"network_wifi_1_bar": SymbolsMetadata(
popularity: 490,
codepoint: 0xebe4,
categories: [4],
tags: [
7522,
2492,
1423,
1250,
251,
283,
8640,
284,
254,
12535,
81,
259,
12536,
260,
7793,
12537,
12538,
262,
267,
269,
3872,
271,
2065,
273,
12539,
12540,
275,
649,
2058,
7799,
277,
12541,
12542,
278,
650
],
),
"network_wifi_1_bar_locked": SymbolsMetadata(
popularity: 10,
codepoint: 0xf58f,
categories: [4],
tags: [
861,
12531,
1423,
1250,
251,
283,
1310,
284,
2053,
81,
51,
259,
792,
1951,
1777,
1056,
7793,
262,
267,
3872,
5948,
5318,
271,
1034,
1063,
1574,
2366,
705,
1773,
1036,
273,
275,
291,
649,
65,
1855,
7799,
277,
278
],
),
"network_wifi_2_bar": SymbolsMetadata(
popularity: 491,
codepoint: 0xebd6,
categories: [4],
tags: [
7522,
2492,
9573,
517,
731,
1250,
251,
283,
284,
254,
81,
12543,
259,
12544,
262,
267,
12545,
271,
2065,
2296,
273,
275,
649,
65,
4778,
3883,
1854,
7799,
277,
278,
12528
],
),
"network_wifi_2_bar_locked": SymbolsMetadata(
popularity: 13,
codepoint: 0xf58e,
categories: [4],
tags: [
861,
2492,
9573,
12531,
517,
1250,
251,
283,
284,
254,
81,
51,
259,
1951,
1777,
1056,
262,
267,
5318,
271,
1034,
1063,
1574,
2065,
1065,
705,
1773,
12524,
1036,
273,
275,
291,
649,
65,
3883,
1855,
277,
278,
650
],
),
"network_wifi_3_bar": SymbolsMetadata(
popularity: 773,
codepoint: 0xebe1,
categories: [4],
tags: [
861,
2492,
9573,
517,
1250,
251,
283,
1074,
284,
254,
5290,
81,
2274,
51,
68,
259,
792,
262,
651,
267,
523,
271,
2066,
273,
275,
291,
649,
31,
65,
2278,
1855,
277,
278
],
),
"network_wifi_3_bar_locked": SymbolsMetadata(
popularity: 23,
codepoint: 0xf58d,
categories: [4],
tags: [
861,
12531,
517,
1250,
251,
1074,
284,
254,
81,
8020,
12532,
259,
5224,
1777,
1056,
12546,
262,
267,
269,
5318,
271,
1034,
1063,
3185,
1574,
705,
1773,
12547,
12548,
1036,
273,
290,
275,
649,
524,
2278,
277,
278,
4288,
12549
],
),
"network_wifi_locked": SymbolsMetadata(
popularity: 15,
codepoint: 0xf532,
categories: [4],
tags: [
861,
12531,
517,
1250,
251,
284,
254,
81,
5947,
138,
259,
1112,
1777,
1056,
262,
267,
5948,
5318,
271,
1034,
1063,
3185,
1574,
1065,
705,
1773,
1036,
273,
275,
649,
31,
2278,
277,
278
],
),
"neurology": SymbolsMetadata(
popularity: 544,
codepoint: 0xe10e,
categories: [3],
tags: [
1422,
3547,
4166,
690,
6026,
12550,
2373,
4253,
2549,
1075,
1761,
977,
697,
892,
1763,
581,
8613,
2466,
4175,
3094,
894,
2794,
5718,
6028,
12551,
12552,
12553,
9759,
6029,
4179,
4180,
9761,
4851
],
),
"new_label": SymbolsMetadata(
popularity: 1163,
codepoint: 0xe609,
categories: [6],
tags: [
231,
745,
1673,
281,
1178,
1693,
1195,
9253,
1325,
7029,
145,
12060,
1164,
3194,
3499,
1139,
2003,
68,
1376,
52,
1345,
174,
887,
12554,
239,
2647,
1653,
1184,
3380,
2885,
4105,
3506,
6724,
1539,
898,
2773,
31,
182,
12555
],
),
"new_window": SymbolsMetadata(
popularity: 177,
codepoint: 0xf710,
categories: [2],
tags: [
231,
748,
745,
77,
482,
12556,
1325,
1694,
12557,
313,
8,
914,
2994,
348,
1344,
2953,
1314,
2342,
325,
887,
12558,
2956,
2957,
2922,
12559,
2996,
2958,
239,
12560,
2961,
410,
1128,
433,
4480,
396
],
),
"news": SymbolsMetadata(
popularity: 342,
codepoint: 0xe032,
categories: [12],
tags: [
2440,
12561,
3063,
283,
4695,
81,
1580,
1430,
1677,
1726,
147,
1680,
1681,
4697,
68,
3055,
4428,
4439,
1470,
3065,
406,
2456,
12562,
3066,
12563,
1585,
1586,
1587,
1120,
3067,
2885,
4434,
2457,
1428,
1588,
4520,
3398,
33,
2451,
1485
],
rtlAutoMirrored: true,
),
"newsmode": SymbolsMetadata(
popularity: 386,
codepoint: 0xefad,
categories: [12],
tags: [
2440,
930,
628,
1430,
1726,
138,
68,
3065,
406,
642,
2456,
3066,
1586,
1587,
3067,
2885,
432,
392,
433,
3398,
31,
33,
3357
],
rtlAutoMirrored: true,
),
"newspaper": SymbolsMetadata(
popularity: 5147,
codepoint: 0xeb81,
categories: [12],
tags: [
2440,
3390,
283,
4695,
5013,
81,
1580,
1430,
1677,
147,
1680,
1681,
4697,
68,
12564,
1470,
3065,
406,
2456,
3066,
1585,
1586,
3397,
1587,
1120,
1734,
3067,
2885,
432,
1428,
1588,
4520,
433,
33,
2451,
1485
],
),
"newsstand": SymbolsMetadata(
popularity: 113,
codepoint: 0xe9c4,
categories: [15],
tags: [
1673,
2440,
3391,
4793,
1197,
934,
628,
8,
68,
10796,
1345,
3394,
323,
3065,
12565,
406,
12566,
2456,
3066,
12567,
12568,
12569,
327,
1734,
11194,
12570,
1654,
2885,
1393,
6724,
12571,
1394,
1395,
1711,
4154,
1396,
12572
],
),
"next_plan": SymbolsMetadata(
popularity: 1205,
codepoint: 0xef5d,
categories: [7],
tags: [
1659,
77,
2777,
569,
2072,
193,
313,
1430,
4511,
147,
903,
489,
1029,
1749,
905,
1585,
1391,
586,
1586,
2785,
3489,
759,
1516,
906,
1699,
1168,
1588,
1517,
33,
1518
],
rtlAutoMirrored: true,
),
"next_week": SymbolsMetadata(
popularity: 527,
codepoint: 0xe16a,
categories: [9],
tags: [
1659,
2071,
77,
3642,
2033,
482,
1514,
569,
504,
2072,
4870,
345,
1160,
2074,
1162,
10,
903,
489,
916,
138,
1470,
325,
905,
92,
3489,
432,
1370,
1168,
433,
4487,
31,
1171,
5020
],
rtlAutoMirrored: true,
),
"nfc": SymbolsMetadata(
popularity: 550,
codepoint: 0xe1bb,
categories: [4],
tags: [
861,
504,
283,
1073,
6275,
81,
288,
1164,
1819,
137,
138,
1612,
2480,
262,
7374,
6307,
267,
6308,
355,
951,
271,
2055,
151,
1528,
273,
31,
1791,
65,
526,
4778,
1855,
278
],
),
"nfc_off": SymbolsMetadata(
popularity: 6,
codepoint: 0xf369,
categories: [4],
tags: [
2492,
9573,
1051,
193,
283,
254,
6837,
81,
2948,
868,
2713,
1055,
1819,
1213,
87,
262,
7374,
6307,
6308,
3269,
1059,
1060,
1061,
4277,
951,
4247,
71,
392,
2029,
273,
1067,
65,
526,
1068,
1855,
278
],
),
"night_shelter": SymbolsMetadata(
popularity: 890,
codepoint: 0xf1f1,
categories: [16],
tags: [
5455,
1495,
1496,
865,
1903,
929,
12573,
1498,
2425,
2551,
2783,
10402,
871,
1140,
12574,
4053,
2733,
1499,
2552,
4056,
4060,
327,
1574,
2554,
12575,
1502,
1503,
4891,
705,
1504,
1919,
1935,
3740,
955,
880,
10408
],
),
"night_sight_auto": SymbolsMetadata(
popularity: 362,
codepoint: 0xf1d7,
categories: [1],
tags: [
1174,
4076,
2423,
3349,
504,
40,
4078,
345,
4096,
4084,
4085,
216,
137,
384,
12576,
4742,
642,
4090,
4060,
355,
57,
59,
151,
8388,
1993,
823,
3366,
31,
1407
],
),
"night_sight_auto_off": SymbolsMetadata(
popularity: 150,
codepoint: 0xf1f9,
categories: [1],
tags: [
1174,
2423,
12577,
3349,
12578,
40,
4096,
4084,
1162,
868,
1055,
216,
1222,
51,
87,
4090,
4060,
12579,
12580,
1059,
1061,
57,
59,
151,
8388,
1067,
857,
3366,
291,
2402,
413,
907
],
),
"night_sight_max": SymbolsMetadata(
popularity: 25,
codepoint: 0xf6c3,
categories: [11],
tags: [
231,
745,
4076,
2423,
3349,
3621,
40,
840,
4082,
4096,
4084,
4227,
2124,
1055,
4085,
2883,
3459,
3627,
4756,
4090,
2080,
887,
4060,
12581,
57,
59,
62,
239,
12582,
151,
823,
857,
1598,
31,
858,
859
],
),
"nightlife": SymbolsMetadata(
popularity: 1218,
codepoint: 0xea62,
categories: [16],
tags: [
2508,
11308,
1423,
11346,
4858,
1758,
5678,
11309,
5354,
11310,
8633,
12583,
4207,
12584,
781,
4085,
10,
2354,
3294,
5781,
1109,
11349,
1958,
11311,
1911,
1706,
4060,
11312,
1480,
587,
11313,
3298,
593,
4692,
11316
],
),
"nightlight": SymbolsMetadata(
popularity: 1775,
codepoint: 0xf03d,
categories: [4],
tags: [
4076,
4049,
3622,
4078,
193,
4096,
4084,
8,
4244,
3500,
137,
138,
3627,
642,
4090,
4060,
12585,
330,
151,
392,
1993,
1919,
857,
3366,
31,
4740,
413,
396
],
),
"nights_stay": SymbolsMetadata(
popularity: 1128,
codepoint: 0xea46,
categories: [15],
tags: [
1495,
4049,
1923,
840,
1675,
3833,
4096,
4083,
4084,
4227,
4097,
4085,
4507,
1957,
12586,
2733,
4056,
4508,
4088,
642,
4090,
4060,
12587,
12588,
12589,
12590,
4743,
1927,
1917,
5186,
1304,
2100,
1993,
1919,
3740,
1171,
332,
1920,
1960,
859
],
),
"no_accounts": SymbolsMetadata(
popularity: 1414,
codepoint: 0xf03e,
categories: [6],
tags: [
861,
2596,
565,
973,
5217,
566,
12591,
1051,
6311,
193,
5920,
868,
811,
1055,
3769,
577,
1213,
581,
978,
5164,
87,
980,
4788,
3269,
12592,
6509,
1059,
1060,
1061,
588,
589,
590,
3460,
8658,
1065,
1067,
989,
7476,
1068,
12593,
3946,
601,
3689
],
),
"no_adult_content": SymbolsMetadata(
popularity: 481,
codepoint: 0xf8fe,
categories: [3],
tags: [
5314,
188,
189,
481,
12594,
12595,
7837,
198,
83,
1213,
12596,
550,
8296,
200,
6808,
12597,
202,
2611,
1034,
1063,
1574,
203,
1065,
705,
1773,
205,
206
],
),
"no_backpack": SymbolsMetadata(
popularity: 189,
codepoint: 0xf237,
categories: [15],
tags: [
2596,
2536,
1360,
3641,
3642,
3643,
691,
193,
5920,
1162,
7837,
3769,
1213,
3651,
87,
2042,
3269,
7420,
6247,
7426,
3653,
4247,
2366,
3654,
1067,
1226,
332,
1068,
206
],
),
"no_crash": SymbolsMetadata(
popularity: 998,
codepoint: 0xebf0,
categories: [14],
tags: [
3401,
1360,
2423,
1809,
4243,
2811,
1051,
1811,
1812,
691,
1662,
5242,
2663,
2321,
5243,
3681,
1365,
1211,
313,
7837,
1666,
12598,
1106,
2714,
8595,
2715,
1213,
550,
1534,
1166,
3269,
12599,
12600,
1668,
2668,
5821,
4247,
12601,
6464,
5039,
1065,
9248,
3187,
1036,
362,
1226,
12602,
1669,
1629,
1835,
206,
1671
],
),
"no_drinks": SymbolsMetadata(
popularity: 275,
codepoint: 0xf1a5,
categories: [16],
tags: [
11308,
12603,
1360,
1423,
4858,
12604,
1758,
193,
11310,
6010,
1162,
4207,
12584,
10,
2354,
6022,
1213,
1109,
4176,
11311,
3269,
12605,
12606,
6247,
327,
4247,
2613,
1751,
1537,
1065,
2366,
703,
898,
1067,
31,
206,
11316
],
),
"no_encryption": SymbolsMetadata(
popularity: 531,
codepoint: 0xe641,
categories: [13],
tags: [
1360,
1051,
1208,
12607,
12608,
868,
1055,
5947,
2714,
1213,
12609,
6805,
1777,
6807,
3269,
12610,
6247,
1059,
1061,
8048,
5948,
5318,
1034,
1063,
1574,
1224,
705,
1036,
12611,
1067,
1226,
12612,
5320,
5321,
10871,
8055,
11489,
8056,
206
],
),
"no_flash": SymbolsMetadata(
popularity: 182,
codepoint: 0xf1a6,
categories: [1],
tags: [
1360,
1051,
3935,
40,
120,
1299,
5920,
1162,
868,
3683,
1055,
3684,
2714,
4393,
8992,
8993,
1213,
49,
3936,
3627,
8995,
3937,
3968,
4273,
3269,
8998,
12613,
616,
1059,
1061,
57,
110,
59,
62,
4247,
2366,
1067,
3938,
1690,
1068,
206
],
),
"no_food": SymbolsMetadata(
popularity: 428,
codepoint: 0xf1a7,
categories: [16],
tags: [
1360,
2350,
1051,
691,
193,
2352,
3701,
868,
4207,
12614,
1055,
5937,
8540,
2354,
12615,
1213,
12616,
2938,
138,
4213,
6833,
3704,
3269,
12617,
2610,
6247,
1059,
7426,
1061,
4247,
1537,
1065,
2366,
1067,
3710,
31,
1068,
12618,
206
],
),
"no_luggage": SymbolsMetadata(
popularity: 181,
codepoint: 0xf23b,
categories: [16],
tags: [
2596,
1972,
1360,
3642,
2033,
12619,
1233,
482,
3646,
1648,
691,
193,
1162,
868,
1055,
5937,
1213,
4634,
2042,
3269,
12620,
6247,
1059,
1061,
5362,
4247,
1065,
2366,
898,
1067,
4487,
31,
332,
12621,
206,
2050
],
),
"no_meals": SymbolsMetadata(
popularity: 327,
codepoint: 0xf1d6,
categories: [5],
tags: [
1233,
3697,
193,
1299,
2352,
3701,
868,
3702,
4828,
1055,
5937,
2354,
1213,
2987,
4213,
4829,
87,
3704,
6476,
3269,
1057,
12622,
12617,
12623,
6247,
1059,
1061,
4247,
1537,
1065,
2366,
1067,
4834,
12624,
1068,
4835
],
),
"no_meeting_room": SymbolsMetadata(
popularity: 292,
codepoint: 0xeb4e,
categories: [9],
tags: [
1923,
929,
2072,
12625,
1299,
868,
4931,
7513,
1055,
7515,
10,
4052,
381,
1140,
1499,
2735,
323,
5097,
11804,
3269,
5951,
1059,
1391,
1061,
2922,
289,
327,
2553,
4247,
432,
1927,
1065,
1946,
1168,
1067,
433,
1068,
12626,
12627
],
),
"no_photography": SymbolsMetadata(
popularity: 847,
codepoint: 0xf1a8,
categories: [1],
tags: [
2596,
1051,
40,
42,
193,
1299,
1162,
868,
7837,
12628,
1055,
12629,
1213,
49,
53,
406,
439,
3269,
12630,
12631,
12632,
6247,
1059,
1061,
57,
59,
12633,
62,
1063,
2613,
453,
12634,
1065,
1347,
1067,
5135
],
),
"no_sim": SymbolsMetadata(
popularity: 211,
codepoint: 0xe0cc,
categories: [11],
tags: [
807,
1360,
1423,
517,
40,
930,
251,
4917,
283,
284,
1235,
288,
1162,
7866,
811,
2714,
1327,
87,
1470,
2794,
4788,
262,
267,
3269,
12635,
6316,
12636,
12637,
271,
273,
9865,
12638,
1067,
3213,
1689,
1690,
1068,
206
],
),
"no_sound": SymbolsMetadata(
popularity: 125,
codepoint: 0xe710,
categories: [0],
tags: [
12639,
1360,
1268,
11749,
10153,
345,
6837,
1162,
2088,
12640,
2714,
87,
352,
1706,
1302,
11879,
2096,
616,
1059,
2098,
151,
1304,
2100,
1067,
1293,
2101,
1294,
11762,
291,
31,
1690,
2030,
12641,
12321,
1854
],
rtlAutoMirrored: true,
),
"no_stroller": SymbolsMetadata(
popularity: 126,
codepoint: 0xf1af,
categories: [16],
tags: [
2596,
1131,
3525,
12642,
12591,
3132,
5736,
691,
993,
997,
193,
1162,
868,
1055,
3834,
1213,
3531,
12643,
1006,
6833,
3535,
3269,
12644,
12645,
6247,
1059,
1061,
4074,
12646,
12647,
4247,
8510,
1751,
1065,
703,
1151,
3160,
1067,
5743,
31,
3543,
206,
1023,
1155
],
),
"no_transfer": SymbolsMetadata(
popularity: 206,
codepoint: 0xf1d5,
categories: [14],
tags: [
1360,
1809,
2034,
6311,
1811,
1812,
193,
6837,
11928,
1162,
313,
868,
1055,
2714,
4786,
1213,
137,
2478,
138,
1534,
3269,
12648,
12649,
12650,
6247,
1059,
1061,
10061,
2589,
2613,
2045,
1065,
1067,
291,
2614,
31,
526,
12651,
12652,
1629,
1835,
206
],
),
"noise_aware": SymbolsMetadata(
popularity: 352,
codepoint: 0xebec,
categories: [4],
tags: [
861,
862,
10193,
1360,
6771,
9573,
1268,
10542,
7049,
193,
5486,
1843,
351,
1279,
51,
792,
4530,
226,
3474,
4259,
1706,
1286,
1480,
616,
11513,
4764,
64,
71,
273,
12653,
1293,
2059,
554,
1854
],
),
"noise_control_off": SymbolsMetadata(
popularity: 464,
codepoint: 0xebf3,
categories: [4],
tags: [
12654,
1268,
10153,
10542,
1051,
1208,
7049,
193,
8017,
7299,
345,
1299,
868,
1055,
1470,
1706,
1302,
1286,
12655,
12656,
12657,
2016,
2017,
1480,
1059,
1060,
1061,
12658,
12659,
1067,
5938,
1293,
2101,
12660,
1855
],
),
"noise_control_on": SymbolsMetadata(
popularity: 166,
codepoint: 0xf8a8,
categories: [4],
tags: [
10193,
1268,
3383,
8102,
10542,
481,
1208,
7049,
345,
1299,
2088,
868,
1055,
1706,
1302,
11879,
2096,
1286,
12661,
12662,
1480,
1059,
1061,
523,
7965,
2098,
1304,
2100,
1067,
1293,
11759,
3386,
2101,
1294,
9624,
1226,
12663,
12664,
554,
12665
],
),
"nordic_walking": SymbolsMetadata(
popularity: 443,
codepoint: 0xe50e,
categories: [15],
tags: [
749,
2508,
7323,
7539,
690,
781,
46,
11,
225,
2882,
697,
5157,
3649,
7541,
581,
468,
1825,
12666,
12667,
3652,
7332,
588,
589,
12668,
3298,
888,
593,
3520,
12669,
4807,
332,
10312,
12670,
3144,
3799,
12671,
3493,
3522
],
),
"north": SymbolsMetadata(
popularity: 1760,
codepoint: 0xf1e0,
categories: [5],
tags: [
77,
6241,
309,
312,
313,
12672,
2271,
12673,
12674,
2816,
12675,
9386,
1623,
323,
6207,
324,
1534,
1624,
325,
6209,
507,
12676,
328,
1167,
5081,
898,
1263,
332,
6210,
1701,
12677
],
),
"north_east": SymbolsMetadata(
popularity: 2980,
codepoint: 0xf1e1,
categories: [5],
tags: [
77,
2812,
2948,
313,
12672,
2976,
1678,
2994,
2951,
2952,
259,
1314,
12678,
323,
324,
1534,
1749,
1624,
325,
2956,
12679,
12680,
2922,
2959,
1625,
328,
2961,
906,
9555,
1701,
1530,
12681,
1186,
1187
],
),
"north_west": SymbolsMetadata(
popularity: 632,
codepoint: 0xf1e2,
categories: [5],
tags: [
500,
77,
1332,
2812,
2948,
313,
2271,
51,
2195,
87,
2324,
1534,
1749,
325,
6209,
5231,
328,
1167,
329,
6213,
1339,
4766,
1263,
1701,
2993
],
),
"not_accessible": SymbolsMetadata(
popularity: 397,
codepoint: 0xf0fe,
categories: [3],
tags: [
2596,
862,
863,
1360,
1051,
690,
193,
4239,
5920,
1162,
2714,
225,
1213,
870,
871,
581,
10261,
6833,
1056,
6808,
7420,
12682,
7426,
289,
589,
1034,
1063,
2613,
1065,
2366,
1036,
888,
1067,
3770,
1068,
601,
206,
882
],
),
"not_accessible_forward": SymbolsMetadata(
popularity: 44,
codepoint: 0xf54a,
categories: [3],
tags: [
862,
863,
1360,
77,
1233,
1051,
690,
345,
5920,
313,
867,
868,
1055,
2714,
225,
1213,
903,
870,
871,
581,
10261,
6833,
468,
325,
1057,
6808,
12682,
12683,
1059,
7426,
1060,
1061,
588,
589,
1065,
2366,
1067,
1226,
31,
601,
206,
882
],
),
"not_listed_location": SymbolsMetadata(
popularity: 1340,
codepoint: 0xe575,
categories: [5],
tags: [
3941,
1513,
6299,
865,
135,
312,
313,
1541,
317,
1543,
321,
2816,
871,
293,
68,
3942,
12684,
323,
324,
1534,
174,
4788,
325,
7420,
4790,
326,
327,
328,
329,
3943,
2331,
3944,
3945,
1126,
1540,
1226,
880,
31,
1068,
3946,
12685,
12686
],
rtlAutoMirrored: true,
),
"not_started": SymbolsMetadata(
popularity: 1094,
codepoint: 0xf0d1,
categories: [0],
tags: [
4765,
2192,
193,
462,
811,
904,
3107,
6507,
406,
7420,
12687,
819,
289,
1223,
2589,
2504,
1090,
759,
762,
330,
392,
2128,
12688,
291,
37,
3689
],
),
"note_add": SymbolsMetadata(
popularity: 4810,
codepoint: 0xe89c,
categories: [12],
tags: [
231,
745,
3098,
12689,
1325,
7824,
81,
1580,
1430,
12690,
1677,
1431,
147,
1680,
1681,
488,
12691,
1327,
88,
1583,
583,
887,
3248,
12692,
1480,
1584,
1586,
1587,
239,
12693,
12694,
1588,
4520,
31,
33,
3096,
1485
],
rtlAutoMirrored: true,
),
"note_alt": SymbolsMetadata(
popularity: 2028,
codepoint: 0xf040,
categories: [12],
tags: [
2386,
2440,
3088,
1578,
628,
1724,
1325,
6326,
1162,
1430,
4511,
1252,
2153,
147,
87,
1166,
1583,
583,
1641,
1480,
1586,
1587,
5589,
4517,
2621,
453,
432,
433,
33,
1590,
1485
],
),
"note_stack": SymbolsMetadata(
popularity: 299,
codepoint: 0xf562,
categories: [12],
tags: [
1659,
1673,
1693,
1197,
628,
81,
1580,
1430,
2141,
1677,
147,
1679,
1680,
1681,
488,
68,
86,
88,
1583,
583,
237,
2455,
1480,
1585,
91,
92,
1586,
3397,
1587,
4796,
239,
453,
1370,
1428,
1588,
4520,
1711,
2461,
31,
3753,
33,
1485
],
),
"note_stack_add": SymbolsMetadata(
popularity: 235,
codepoint: 0xf563,
categories: [12],
tags: [
231,
745,
1321,
1673,
1197,
1325,
81,
1580,
1430,
2141,
1677,
1431,
147,
1680,
1681,
488,
68,
1327,
1376,
88,
1667,
1583,
887,
1480,
1585,
92,
1586,
3397,
1587,
239,
453,
1428,
1588,
4520,
1711,
31,
1517,
1485
],
),
"notes": SymbolsMetadata(
popularity: 1970,
codepoint: 0xe26c,
categories: [12],
tags: [
745,
2440,
3087,
572,
628,
1325,
5015,
1580,
1430,
4511,
1252,
1431,
147,
3055,
1470,
88,
1667,
1583,
583,
1480,
1585,
1586,
1587,
2157,
453,
1370,
1428,
12695,
1588,
33,
1590,
1485,
12696
],
rtlAutoMirrored: true,
),
"notification_add": SymbolsMetadata(
popularity: 1523,
codepoint: 0xe399,
categories: [6],
tags: [
231,
749,
745,
232,
1359,
1360,
1362,
504,
2072,
570,
1363,
345,
1325,
2286,
10,
2977,
489,
138,
583,
887,
616,
1259,
1368,
239,
1370,
762,
1168,
392,
243,
1293,
1372,
2628,
31,
141,
1713,
2451
],
),
"notification_important": SymbolsMetadata(
popularity: 3711,
codepoint: 0xe004,
categories: [6],
tags: [
3104,
749,
1359,
1360,
1399,
1361,
1362,
691,
1363,
283,
3681,
1365,
2714,
1366,
138,
1367,
2289,
68,
1166,
583,
887,
616,
2109,
1259,
1368,
1370,
762,
1293,
291,
12697,
31,
1093,
12698,
907,
1407,
2451,
2435,
12699,
206
],
),
"notification_multiple": SymbolsMetadata(
popularity: 56,
codepoint: 0xe6c2,
categories: [7],
tags: [
1359,
12700,
2582,
1660,
1361,
281,
1362,
12701,
1662,
573,
283,
1430,
2286,
147,
1079,
1367,
51,
16,
2291,
4896,
583,
4927,
2455,
2456,
1480,
1585,
616,
10276,
2922,
3380,
1370,
5802,
362,
12702,
273,
1711,
2461,
291,
31,
1669,
4141,
1671
],
),
"notification_settings": SymbolsMetadata(
popularity: 26,
codepoint: 0xf367,
categories: [7],
tags: [
749,
1756,
1359,
1360,
501,
1362,
1742,
1363,
6403,
345,
1236,
145,
1776,
293,
68,
1667,
12703,
12704,
583,
1302,
616,
1259,
1368,
70,
920,
4015,
921,
1370,
5802,
762,
5803,
652,
71,
1779,
2119,
1293,
1372,
12705,
1093,
2451,
2059,
554
],
),
"notification_sound": SymbolsMetadata(
popularity: 57,
codepoint: 0xf353,
categories: [7],
tags: [
749,
1359,
1360,
5798,
1177,
1361,
2105,
1268,
1362,
731,
1363,
283,
12706,
1278,
68,
583,
2456,
1286,
616,
1259,
1368,
4261,
1370,
762,
5803,
273,
1293,
1294,
12707,
2435,
7787,
554,
1854
],
),
"notifications": SymbolsMetadata(
popularity: 35632,
codepoint: 0xe7f4,
categories: [7],
tags: [
749,
1359,
1360,
1177,
1672,
1362,
1363,
283,
345,
12706,
2977,
1278,
138,
2289,
1301,
2291,
583,
6509,
616,
1259,
1368,
289,
921,
1370,
762,
151,
392,
1293,
1372,
31,
1093,
413,
2592,
2451
],
),
"notifications_active": SymbolsMetadata(
popularity: 9181,
codepoint: 0xe7f7,
categories: [7],
tags: [
749,
1359,
1360,
1361,
1362,
731,
1363,
283,
1842,
1055,
12708,
2290,
51,
1282,
583,
887,
616,
1259,
1368,
11517,
1370,
762,
2111,
2112,
273,
1293,
291,
31,
907,
2451,
2435
],
),
"notifications_off": SymbolsMetadata(
popularity: 1901,
codepoint: 0xe7f6,
categories: [7],
tags: [
749,
1359,
2082,
1360,
12709,
1362,
2085,
1051,
3448,
1363,
12710,
2601,
868,
12711,
1055,
3378,
1302,
7406,
12712,
2096,
6509,
1259,
7408,
1368,
1059,
1060,
1061,
1223,
2098,
1370,
762,
1304,
2100,
1067,
1293,
2101,
5241,
1226,
10417,
8019
],
),
"notifications_paused": SymbolsMetadata(
popularity: 589,
codepoint: 0xe7f8,
categories: [7],
tags: [
749,
1359,
1360,
1361,
1362,
691,
1363,
1235,
2948,
1300,
868,
4245,
12713,
87,
1302,
1303,
616,
1259,
1368,
1059,
1223,
10061,
2098,
12714,
1370,
12715,
1304,
1067,
1919,
2119,
1293,
1226,
10417,
12716,
1690,
206,
12717,
4098
],
),
"notifications_unread": SymbolsMetadata(
popularity: 147,
codepoint: 0xf4fe,
categories: [7],
tags: [
749,
2508,
1359,
1360,
2582,
1361,
281,
1362,
1363,
193,
1745,
2290,
51,
174,
583,
4927,
887,
616,
1259,
1368,
21,
4140,
328,
1370,
5802,
762,
330,
273,
1293,
291,
2592,
4141
],
),
"numbers": SymbolsMetadata(
popularity: 762,
codepoint: 0xeac7,
categories: [12],
tags: [
749,
3744,
751,
504,
684,
193,
463,
345,
7,
1745,
811,
3500,
2274,
381,
1222,
3107,
51,
756,
174,
22,
1059,
355,
328,
12718,
330,
2696,
363,
392,
2489,
291,
31,
413,
5602
],
),
"nutrition": SymbolsMetadata(
popularity: 247,
codepoint: 0xe110,
categories: [3],
tags: [
9939,
3694,
11842,
12719,
4824,
2352,
12720,
3701,
4111,
9016,
3702,
2354,
2987,
9943,
697,
2356,
6652,
4829,
12721,
4112,
3704,
4830,
506,
12722,
4383,
12723,
2364,
1537,
11583,
12724,
12725,
12726,
3493
],
),
"ods": SymbolsMetadata(
popularity: 34,
codepoint: 0xe6e8,
categories: [7],
tags: [
1071,
2228,
9461,
3087,
81,
1105,
7591,
12727,
1683,
7599,
4634,
916,
1622,
86,
1470,
88,
12728,
506,
1749,
325,
5661,
12729,
4922,
70,
91,
92,
289,
4665,
2269,
1459,
4180,
95
],
),
"odt": SymbolsMetadata(
popularity: 16,
codepoint: 0xe6e9,
categories: [7],
tags: [
4917,
6672,
10548,
2567,
1430,
9333,
2443,
12730,
147,
2444,
2569,
12731,
12732,
12733,
12734,
12735,
12736,
1061,
12737,
12738,
1587,
5760,
65,
11257,
2174,
6679,
2237,
9337,
12739,
2201,
1485
],
),
"offline_bolt": SymbolsMetadata(
popularity: 1444,
codepoint: 0xe932,
categories: [6],
tags: [
1360,
3935,
193,
2713,
3683,
3922,
3684,
2714,
1165,
4393,
138,
51,
3936,
12740,
3937,
87,
1166,
12741,
7574,
6316,
5952,
1060,
7105,
3688,
392,
291,
31,
3938,
2930,
1068,
206,
4279
],
),
"offline_pin": SymbolsMetadata(
popularity: 871,
codepoint: 0xe90a,
categories: [6],
tags: [
1660,
7566,
3436,
1662,
1664,
193,
463,
312,
1666,
520,
12742,
3499,
6253,
323,
324,
4151,
1166,
5600,
174,
325,
1060,
12743,
12744,
12745,
1668,
326,
10869,
12746,
328,
329,
1539,
10368,
12747,
362,
9172,
1669,
2334,
1576,
1671
],
),
"offline_pin_off": SymbolsMetadata(
popularity: 9,
codepoint: 0xf4d0,
categories: [6],
tags: [
1660,
1662,
1664,
193,
463,
284,
868,
12748,
2713,
1666,
1055,
1532,
138,
87,
323,
324,
1166,
174,
267,
12749,
5951,
12750,
1059,
1060,
12751,
12752,
1668,
1061,
289,
326,
327,
328,
329,
8658,
362,
1067,
31,
1669,
1068,
12753,
2334,
1576,
1671
],
),
"offline_share": SymbolsMetadata(
popularity: 252,
codepoint: 0xe9c5,
categories: [11],
tags: [
1246,
1247,
77,
4275,
1250,
283,
1073,
284,
2812,
81,
288,
12754,
313,
2141,
1695,
1679,
1110,
1253,
138,
12755,
1082,
1314,
6253,
262,
11973,
2455,
8310,
267,
1060,
12756,
271,
6276,
432,
906,
2298,
1528,
2029,
433,
1711,
31,
764,
525,
526,
4778,
278
],
rtlAutoMirrored: true,
),
"oil_barrel": SymbolsMetadata(
popularity: 990,
codepoint: 0xec15,
categories: [3],
tags: [
12757,
12758,
12759,
1333,
12760,
11387,
4270,
12761,
939,
3684,
8186,
5973,
11391,
4877,
5311,
3403,
1143,
11392,
12762,
12763,
8188,
12764,
3688,
681,
11669,
12765,
4034,
4353,
1689,
5557,
12766,
1629,
3830
],
),
"on_device_training": SymbolsMetadata(
popularity: 710,
codepoint: 0xebfd,
categories: [6],
tags: [
3147,
1071,
77,
3148,
1423,
6026,
3802,
1270,
1250,
373,
12042,
519,
975,
81,
1104,
288,
3092,
1078,
234,
1110,
3805,
6286,
68,
3439,
2466,
3094,
3627,
3039,
756,
1729,
6028,
262,
491,
630,
12047,
271,
1090,
759,
760,
2449,
3663,
2831,
470,
410,
1093,
65,
1406,
3029
],
),
"on_hub_device": SymbolsMetadata(
popularity: 15,
codepoint: 0xe6c3,
categories: [10],
tags: [
861,
7522,
482,
10474,
283,
1073,
1074,
284,
12767,
81,
288,
44,
1877,
5223,
1110,
3171,
3151,
259,
1328,
1314,
651,
267,
1061,
328,
2066,
2720,
1897,
1093,
65,
277,
278
],
),
"oncology": SymbolsMetadata(
popularity: 20,
codepoint: 0xe114,
categories: [3],
tags: [
4166,
690,
12768,
3132,
12769,
2373,
4254,
9746,
9747,
2375,
1761,
317,
9751,
4173,
9752,
1109,
9753,
9754,
697,
892,
1763,
12770,
581,
9756,
4175,
1115,
1116,
1117,
894,
12771,
12772,
1767,
4177,
12773,
4274,
4748,
4179,
4180,
1126,
1127,
9761,
9762,
3142,
9763,
5377,
12774
],
),
"online_prediction": SymbolsMetadata(
popularity: 1026,
codepoint: 0xf0eb,
categories: [6],
tags: [
3147,
1422,
1071,
3148,
3802,
569,
373,
519,
284,
2931,
81,
375,
2883,
489,
1078,
234,
3805,
235,
68,
3627,
87,
3807,
630,
267,
523,
12775,
3808,
1428,
410,
273,
746,
65,
1429,
1701,
278
],
),
"onsen": SymbolsMetadata(
popularity: 55,
codepoint: 0xf6f8,
categories: [15],
tags: [
480,
7905,
3811,
3812,
3813,
2931,
312,
904,
3023,
3025,
3817,
3818,
3819,
6735,
1470,
12776,
1596,
2361,
3652,
3824,
1916,
3825,
3826,
3827,
31,
3142,
551,
3302,
332,
7193,
3830,
9531,
3493,
11917
],
),
"opacity": SymbolsMetadata(
popularity: 960,
codepoint: 0xe91c,
categories: [1],
tags: [
2210,
4594,
4203,
482,
4563,
345,
4084,
485,
2899,
4270,
2153,
487,
4306,
2217,
4307,
137,
699,
6085,
10772,
10774,
1082,
3627,
1470,
492,
10778,
2747,
3080,
1500,
432,
151,
392,
2489,
433,
6391,
511,
4679,
3631,
476,
3830
],
),
"open_in_browser": SymbolsMetadata(
popularity: 1498,
codepoint: 0xe89d,
categories: [6],
tags: [
861,
77,
482,
1179,
12556,
1694,
12557,
914,
1678,
2994,
12777,
348,
5809,
1524,
12778,
3035,
259,
2953,
1624,
2956,
2957,
12779,
2922,
12780,
12781,
1167,
432,
2833,
433,
1701,
1530,
12782,
333,
1186,
1187
],
),
"open_in_full": SymbolsMetadata(
popularity: 8526,
codepoint: 0xf1ce,
categories: [2],
tags: [
748,
77,
502,
482,
2337,
377,
8,
1430,
2338,
914,
348,
2274,
5809,
1696,
1326,
49,
3035,
2342,
406,
1749,
2922,
2343,
57,
409,
1427,
2220,
410,
298,
433,
37,
396,
476,
1187,
2335
],
),
"open_in_new": SymbolsMetadata(
popularity: 26041,
codepoint: 0xe89e,
categories: [2],
tags: [
861,
748,
1672,
501,
77,
482,
504,
2701,
8260,
312,
1212,
914,
1678,
2977,
903,
2838,
3035,
1344,
2953,
1314,
1624,
887,
2922,
2343,
1586,
12560,
5233,
2961,
179,
906,
410,
1528,
2833,
433,
4480,
141,
1701,
1530,
1348,
333,
1186,
1187
],
rtlAutoMirrored: true,
),
"open_in_new_down": SymbolsMetadata(
popularity: 56,
codepoint: 0xf70f,
categories: [2],
tags: [
1672,
501,
77,
482,
1179,
2701,
628,
1430,
2573,
1212,
2994,
147,
3035,
1344,
259,
1314,
325,
887,
2957,
2922,
12783,
2343,
1243,
1122,
2961,
906,
1699,
410,
1528,
2833,
433,
4480,
141,
1898,
1348,
396,
333,
1186,
1187
],
),
"open_in_new_off": SymbolsMetadata(
popularity: 700,
codepoint: 0xe4f6,
categories: [2],
tags: [
77,
1051,
12784,
482,
12785,
1179,
1694,
313,
868,
1055,
1695,
1678,
2994,
3035,
1222,
1314,
325,
887,
2956,
1059,
1061,
2922,
2960,
12786,
2961,
1065,
12787,
1067,
433,
1068,
12788,
1530,
1186,
1187
],
),
"open_jam": SymbolsMetadata(
popularity: 21,
codepoint: 0xefae,
categories: [11],
tags: [
1246,
1247,
861,
1673,
77,
502,
4793,
7630,
1703,
519,
1333,
81,
1704,
288,
313,
1541,
1430,
913,
1677,
316,
147,
1680,
1110,
1253,
68,
12789,
1705,
630,
2922,
92,
4133,
1687,
1689,
1093,
4480,
1701,
396,
333,
1187
],
),
"open_run": SymbolsMetadata(
popularity: 64,
codepoint: 0xf4b7,
categories: [2],
tags: [
4325,
2921,
77,
502,
6345,
504,
2822,
912,
902,
345,
1787,
313,
2814,
1107,
914,
6057,
6058,
2881,
903,
2838,
6347,
2953,
88,
352,
237,
468,
325,
905,
2922,
2504,
328,
852,
1121,
6348,
1699,
1125,
392,
2128,
1690
],
),
"open_with": SymbolsMetadata(
popularity: 4219,
codepoint: 0xe89f,
categories: [2],
tags: [
501,
77,
502,
12790,
482,
2337,
377,
313,
8,
1430,
2338,
1106,
914,
147,
6355,
348,
5809,
1696,
2342,
406,
642,
1749,
2922,
6235,
6477,
2220,
391,
298,
433,
1943,
396,
476,
1187,
7610,
2335
],
),
"ophthalmology": SymbolsMetadata(
popularity: 16,
codepoint: 0xe115,
categories: [3],
tags: [
3547,
4166,
690,
6965,
2373,
12791,
1761,
7194,
5795,
8379,
2495,
697,
892,
1763,
581,
8613,
8381,
1115,
894,
8393,
11511,
2329,
12792,
9759,
8383,
8388,
9761,
4391,
396,
4318,
476
],
),
"oral_disease": SymbolsMetadata(
popularity: 13,
codepoint: 0xe116,
categories: [3],
tags: [
12793,
3547,
690,
6965,
2373,
6966,
6967,
6968,
4254,
2375,
1761,
12794,
697,
892,
581,
2377,
2378,
12795,
2716,
894,
6270,
6973,
12796,
4274,
2719,
2382,
6976,
12797,
6977,
5377,
2384
],
),
"orbit": SymbolsMetadata(
popularity: 71,
codepoint: 0xf426,
categories: [3],
tags: [
480,
4076,
193,
283,
2301,
284,
9596,
4082,
81,
375,
12798,
1164,
5155,
137,
384,
68,
2466,
87,
1314,
468,
267,
1088,
7068,
9814,
12799,
1625,
5232,
762,
4744,
4180,
12800,
823,
31,
1093,
65,
12801
],
),
"order_approve": SymbolsMetadata(
popularity: 201,
codepoint: 0xf812,
categories: [9],
tags: [
2660,
1660,
1661,
1662,
3087,
934,
463,
3181,
4490,
1430,
1666,
147,
2665,
488,
3772,
86,
1515,
12802,
88,
91,
1587,
758,
4485,
1654,
1395,
4663,
1517,
956,
4461,
4820
],
),
"order_play": SymbolsMetadata(
popularity: 37,
codepoint: 0xf811,
categories: [9],
tags: [
748,
1268,
1103,
902,
1580,
1430,
1107,
147,
1108,
697,
88,
352,
1706,
5661,
91,
8219,
10637,
1586,
1587,
2504,
3379,
408,
1090,
6259,
10638,
6348,
1125,
94,
2128,
4963,
5655,
97,
1690,
12803,
37,
2989
],
),
"orders": SymbolsMetadata(
popularity: 294,
codepoint: 0xeb14,
categories: [9],
tags: [
482,
3087,
81,
2036,
145,
1430,
2141,
4801,
2793,
2076,
916,
3772,
86,
87,
1470,
88,
5653,
12804,
2291,
1029,
1585,
5661,
176,
2922,
91,
10637,
12805,
1587,
1654,
4133,
1428,
1459,
2467,
8717,
956
],
),
"orthopedics": SymbolsMetadata(
popularity: 235,
codepoint: 0xf897,
categories: [3],
tags: [
3547,
12806,
4120,
8601,
2373,
4254,
1761,
3092,
697,
892,
1763,
581,
8613,
9273,
894,
1767,
10484,
12807,
4274,
3138,
12808,
1736,
4180,
8610,
12809,
12810,
4447,
3142,
5377,
8615
],
),
"other_admission": SymbolsMetadata(
popularity: 48,
codepoint: 0xe47b,
categories: [12],
tags: [
861,
748,
745,
4452,
77,
1332,
504,
4253,
345,
1325,
81,
1694,
313,
1580,
1430,
1106,
1431,
1938,
147,
381,
697,
12811,
2290,
1327,
2865,
87,
1314,
237,
325,
887,
1480,
2398,
1586,
1587,
12812,
2589,
239,
1699,
1339,
907,
12813,
1485
],
),
"other_houses": SymbolsMetadata(
popularity: 2013,
codepoint: 0xe58c,
categories: [16],
tags: [
12814,
1496,
1131,
10347,
12815,
574,
4887,
8308,
1498,
2551,
12816,
12817,
1140,
12818,
1499,
10349,
2552,
12819,
1534,
12820,
10350,
2398,
327,
1500,
2554,
1501,
1502,
12821,
1503,
12822,
3740,
955,
1505,
2787,
4894,
1506,
2789
],
),
"outbound": SymbolsMetadata(
popularity: 1047,
codepoint: 0xe1ca,
categories: [6],
tags: [
77,
11442,
1332,
482,
193,
1694,
2271,
1164,
1212,
1695,
1678,
6653,
12823,
87,
1314,
1749,
325,
2957,
2922,
2959,
289,
3047,
2961,
906,
1699,
1528,
1339,
433,
1170,
31,
1701,
98
],
rtlAutoMirrored: true,
),
"outbox": SymbolsMetadata(
popularity: 614,
codepoint: 0xef5f,
categories: [7],
tags: [
77,
482,
12824,
1333,
3112,
2036,
7587,
2286,
1695,
4911,
2291,
583,
1749,
2922,
12825,
5035,
2589,
758,
1710,
432,
2298,
3001,
7503,
433,
12826,
526,
7589,
527,
3017
],
),
"outbox_alt": SymbolsMetadata(
popularity: 26,
codepoint: 0xeb17,
categories: [7],
tags: [
1673,
482,
570,
573,
283,
1333,
2036,
2180,
2141,
913,
2640,
2286,
1695,
147,
1680,
3772,
3403,
2291,
583,
12825,
5035,
2572,
4659,
2589,
1710,
2298,
3001,
4353,
1689,
1296,
10646,
527,
8468
],
rtlAutoMirrored: true,
),
"outdoor_garden": SymbolsMetadata(
popularity: 651,
codepoint: 0xe205,
categories: [3],
tags: [
3810,
2811,
1810,
4588,
1133,
2984,
1072,
4931,
6223,
7515,
1843,
1844,
8617,
1819,
7980,
6870,
7981,
5156,
3816,
8261,
8618,
2355,
234,
1140,
1499,
1595,
9727,
2359,
2360,
9907,
2361,
1825,
1143,
3652,
3047,
3296,
1826,
12827,
1574,
1096,
9295,
6877
],
),
"outdoor_grill": SymbolsMetadata(
popularity: 949,
codepoint: 0xea47,
categories: [8],
tags: [
1858,
3810,
8890,
12828,
12829,
12830,
4886,
4205,
4206,
12831,
3701,
4828,
781,
46,
5179,
2354,
8894,
3023,
1140,
1499,
11893,
12832,
1958,
7711,
10850,
3652,
12833,
12834,
3047,
587,
3823,
10531,
2457,
5214,
2369
],
),
"outgoing_mail": SymbolsMetadata(
popularity: 2744,
codepoint: 0xf0d2,
categories: [7],
tags: [
1513,
1672,
501,
77,
502,
504,
283,
2036,
44,
2395,
1430,
2532,
2286,
3232,
2288,
903,
137,
138,
2289,
1344,
259,
15,
16,
2291,
583,
325,
523,
2959,
5035,
1587,
1352,
906,
2298,
9591,
2673,
31,
1712,
907,
1485
],
),
"outlet": SymbolsMetadata(
popularity: 499,
codepoint: 0xf1d4,
categories: [8],
tags: [
5550,
3680,
12835,
1073,
12836,
284,
1842,
3261,
3870,
12837,
3922,
12838,
3684,
12839,
5554,
3970,
12840,
1315,
3688,
12841,
12842,
3919,
3990,
3962,
4940,
7097,
12843
],
),
"outpatient": SymbolsMetadata(
popularity: 16,
codepoint: 0xe118,
categories: [3],
tags: [
2071,
3132,
2373,
4253,
4925,
81,
375,
1580,
1761,
1430,
225,
147,
137,
697,
892,
1763,
581,
138,
384,
3793,
1803,
981,
894,
468,
1480,
289,
1586,
1587,
4274,
12812,
2589,
589,
888,
710,
31,
1409,
12681,
3799,
1485
],
),
"outpatient_med": SymbolsMetadata(
popularity: 9,
codepoint: 0xe119,
categories: [3],
tags: [
2071,
77,
3132,
2373,
4253,
4925,
1235,
1761,
7194,
697,
892,
1763,
894,
1767,
2343,
4274,
1768,
11444,
240,
1770,
906,
525,
5377,
12681
],
),
"output": SymbolsMetadata(
popularity: 2041,
codepoint: 0xebbe,
categories: [2],
tags: [
748,
1131,
502,
482,
345,
2337,
2948,
8,
1164,
2338,
914,
12844,
5809,
1108,
381,
1326,
1344,
1470,
2342,
12845,
432,
2220,
12846,
392,
1943,
141,
1348,
396
],
),
"output_circle": SymbolsMetadata(
popularity: 43,
codepoint: 0xf70e,
categories: [2],
tags: [
77,
502,
1133,
193,
463,
3111,
12847,
81,
8292,
312,
313,
1745,
2814,
12848,
2322,
3571,
5595,
2665,
12470,
51,
1697,
323,
174,
325,
2343,
1732,
3047,
1535,
328,
2330,
759,
227,
3577,
4651,
291,
1227,
12849,
1155
],
),
"oven": SymbolsMetadata(
popularity: 31,
codepoint: 0xe9c7,
categories: [8],
tags: [
480,
1858,
4984,
3692,
1332,
12850,
4205,
12851,
4206,
4931,
1877,
2354,
7949,
8894,
4634,
1847,
12852,
1140,
3025,
1499,
4213,
3704,
814,
647,
289,
3705,
432,
12853,
1339,
1897,
433,
1396,
1170,
65
],
),
"oven_gen": SymbolsMetadata(
popularity: 567,
codepoint: 0xe843,
categories: [8],
tags: [
1858,
4984,
3692,
12854,
1744,
4205,
4206,
4681,
1400,
12855,
4931,
3683,
2354,
4209,
8894,
4634,
3023,
1847,
1140,
1893,
1499,
4213,
7360,
7516,
1729,
3704,
1143,
3705,
432,
12853,
12856,
71,
433,
858,
1172
],
),
"overview": SymbolsMetadata(
popularity: 289,
codepoint: 0xe4a7,
categories: [12],
tags: [
480,
2280,
1422,
12857,
12858,
4253,
1159,
463,
2282,
2301,
1425,
81,
1160,
145,
8,
1580,
1430,
147,
2274,
2704,
12859,
697,
12860,
68,
1086,
1480,
289,
12861,
5029,
1586,
1587,
12862,
1428,
1168,
5090,
746,
12863,
3070,
1171,
12555,
230,
396
],
),
"overview_key": SymbolsMetadata(
popularity: 107,
codepoint: 0xf7d4,
categories: [4],
tags: [
480,
861,
2700,
1466,
2261,
1703,
11112,
345,
8,
12864,
1108,
382,
1112,
385,
506,
7053,
325,
586,
5029,
4648,
3354,
386,
410,
2459,
2460,
71,
2710,
12865,
3753,
2711,
396,
1187,
1229,
2989
],
),
"owl": SymbolsMetadata(
popularity: 111,
codepoint: 0xf3b4,
categories: [3],
tags: [
4423,
4869,
12866,
9136,
4872,
12867,
3092,
2495,
577,
977,
2466,
4428,
3094,
2496,
1825,
4060,
4092,
12868,
4179,
1292,
4391,
31,
4437,
9280,
4448,
12869
],
),
"oxygen_saturation": SymbolsMetadata(
popularity: 21,
codepoint: 0xe4de,
categories: [3],
tags: [
4955,
690,
5364,
4251,
2373,
5366,
5367,
697,
4379,
892,
4507,
5369,
5370,
1763,
581,
3959,
1426,
17,
894,
4258,
4259,
8111,
12870,
3766,
4274,
4261,
12871,
4262,
6086,
64,
12872,
12873,
4264,
1854
],
),
"p2p": SymbolsMetadata(
popularity: 43,
codepoint: 0xf52a,
categories: [11],
tags: [
283,
1073,
12874,
284,
81,
12875,
288,
12876,
2239,
1105,
1110,
1314,
1084,
262,
267,
12877,
12878,
585,
887,
1088,
12879,
4277,
12880,
12881,
12882,
588,
271,
239,
12883,
851,
2298,
3001,
1528,
12884,
2029,
31,
1406,
526,
4292,
394,
602
],
),
"pace": SymbolsMetadata(
popularity: 168,
codepoint: 0xf6b8,
categories: [15],
tags: [
2508,
77,
7323,
1159,
9,
11,
225,
2882,
3871,
51,
1623,
226,
3474,
468,
3482,
1625,
589,
2923,
27,
359,
4262,
29,
12885,
888,
275,
3520,
7326,
2809,
4965,
1171,
1172,
2146,
332,
3143
],
),
"pacemaker": SymbolsMetadata(
popularity: 16,
codepoint: 0xe656,
categories: [11],
tags: [
3679,
5364,
4252,
3132,
1074,
288,
1105,
5366,
5367,
3922,
1877,
2425,
697,
892,
4507,
5370,
6970,
1470,
1729,
894,
4258,
12886,
630,
4259,
12887,
851,
4261,
4262,
3348
],
),
"package": SymbolsMetadata(
popularity: 1848,
codepoint: 0xe48f,
categories: [5],
tags: [
482,
6088,
6931,
4661,
1333,
4662,
2036,
2180,
4351,
4910,
3772,
1376,
3403,
2291,
1749,
492,
12888,
91,
2572,
10766,
4659,
1352,
2295,
1653,
2297,
432,
2298,
4660,
4353,
433,
2673,
1689,
3656,
900,
12889,
12890
],
),
"package_2": SymbolsMetadata(
popularity: 380,
codepoint: 0xf569,
categories: [5],
tags: [
482,
6088,
4661,
2036,
904,
8584,
4910,
3772,
1470,
3403,
2291,
3773,
1749,
12888,
91,
2572,
10766,
4659,
1352,
2295,
1653,
2298,
4660,
4353,
433,
2673,
1689,
900,
12891,
8468
],
),
"padding": SymbolsMetadata(
popularity: 168,
codepoint: 0xe9c8,
categories: [12],
tags: [
1738,
2148,
1466,
502,
4588,
482,
2242,
345,
485,
313,
1430,
1105,
4603,
1252,
2154,
385,
1470,
4585,
12892,
11129,
70,
9444,
1427,
432,
71,
298,
823,
709,
433,
955,
33,
476
],
),
"page_control": SymbolsMetadata(
popularity: 88,
codepoint: 0xe731,
categories: [2],
tags: [
5732,
193,
1101,
628,
345,
12893,
12894,
12895,
1105,
6840,
12896,
2816,
2341,
323,
174,
12897,
11277,
406,
237,
325,
1586,
12898,
12899,
5733,
851,
329,
759,
2853,
2903,
94,
3476,
12900,
12901,
12902,
4963,
4637,
333,
2581
],
),
"page_footer": SymbolsMetadata(
popularity: 14,
codepoint: 0xf383,
categories: [12],
tags: [
1131,
517,
481,
2184,
12903,
1133,
12904,
6864,
8120,
628,
2392,
1163,
1580,
1430,
4511,
1164,
2125,
3450,
4628,
370,
699,
385,
1470,
1586,
12905,
703,
12906,
1151,
1169,
3775,
2160,
33,
12907,
551
],
),
"page_header": SymbolsMetadata(
popularity: 17,
codepoint: 0xf384,
categories: [12],
tags: [
1131,
481,
3939,
628,
81,
8,
1136,
1580,
1430,
4511,
1164,
147,
370,
137,
9385,
68,
385,
289,
1586,
1587,
390,
410,
1151,
1588,
955,
2160,
31,
33,
740,
1263,
396,
476
],
),
"page_info": SymbolsMetadata(
popularity: 387,
codepoint: 0xf614,
categories: [2],
tags: [
5586,
1672,
1179,
1703,
628,
12093,
1744,
81,
7029,
145,
8,
1430,
1164,
1431,
147,
6076,
871,
293,
68,
1344,
88,
148,
237,
70,
1586,
150,
3944,
3380,
453,
1428,
71,
3070,
333,
1186
],
),
"pageless": SymbolsMetadata(
popularity: 36,
codepoint: 0xf509,
categories: [12],
tags: [
1738,
5342,
1131,
2301,
628,
752,
1813,
81,
8,
1430,
1252,
680,
2153,
2303,
1077,
370,
348,
49,
2503,
2308,
385,
642,
3397,
1587,
57,
2143,
1427,
432,
390,
3044,
12908,
71,
298,
33,
396,
476,
1485
],
),
"pages": SymbolsMetadata(
popularity: 771,
codepoint: 0xe7f9,
categories: [12],
tags: [
1673,
2440,
1192,
1197,
628,
1724,
81,
2141,
3661,
12909,
1679,
9536,
12910,
579,
68,
5383,
8808,
1345,
88,
2455,
3247,
586,
3397,
1587,
2213,
1352,
4133,
432,
4797,
4442,
12911,
2461,
6145,
857
],
),
"pageview": SymbolsMetadata(
popularity: 2016,
codepoint: 0xe8a0,
categories: [6],
tags: [
745,
3390,
4793,
193,
628,
1325,
81,
145,
1580,
1430,
2338,
1431,
316,
147,
317,
488,
1109,
68,
2324,
1116,
1117,
887,
1480,
1586,
1587,
239,
2885,
432,
1736,
1126,
33,
396,
2335
],
),
"paid": SymbolsMetadata(
popularity: 11360,
codepoint: 0xf041,
categories: [9],
tags: [
223,
925,
12912,
928,
569,
1647,
930,
931,
193,
932,
934,
1417,
936,
937,
6576,
962,
938,
1649,
939,
965,
941,
968,
3277,
948,
1061,
523,
12063,
950,
951,
1421,
1654,
954,
1395,
31,
956,
36,
958
],
),
"palette": SymbolsMetadata(
popularity: 7731,
codepoint: 0xe40a,
categories: [1],
tags: [
4594,
1592,
2133,
3071,
3072,
4563,
6074,
2277,
3584,
1236,
485,
4837,
2780,
378,
2153,
6076,
137,
6077,
3077,
3079,
3080,
4229,
6081,
2160,
6087,
4740,
9469,
6083,
6391,
12707,
476
],
),
"pallet": SymbolsMetadata(
popularity: 48,
codepoint: 0xf86a,
categories: [9],
tags: [
517,
482,
6931,
1180,
1497,
4662,
2036,
2180,
6446,
4351,
4910,
9325,
4877,
3772,
1470,
3039,
3403,
6449,
468,
12913,
2457,
4353,
1711,
1689,
11438,
900,
1629,
8468,
4934
],
),
"pan_tool": SymbolsMetadata(
popularity: 2517,
codepoint: 0xe925,
categories: [6],
tags: [
501,
345,
1787,
4633,
2153,
2689,
2690,
12914,
7592,
137,
2692,
2075,
2478,
581,
138,
2865,
505,
324,
1749,
325,
6477,
1167,
329,
1736,
362,
509,
1226,
31,
511,
396
],
),
"pan_tool_alt": SymbolsMetadata(
popularity: 3305,
codepoint: 0xebb9,
categories: [6],
tags: [
748,
345,
1787,
12915,
4633,
2689,
2690,
7592,
12916,
137,
12917,
2692,
2075,
2478,
581,
138,
1612,
467,
1344,
12918,
505,
324,
1749,
12919,
468,
325,
6477,
328,
1167,
1736,
1226,
31,
511,
12920,
907
],
),
"pan_zoom": SymbolsMetadata(
popularity: 146,
codepoint: 0xf655,
categories: [6],
tags: [
1738,
77,
502,
345,
1787,
43,
1542,
7607,
2338,
914,
5155,
2217,
317,
1748,
2690,
7592,
2692,
5812,
1612,
2324,
2327,
1749,
1624,
2343,
2960,
6477,
386,
1167,
5919,
391,
1126,
1943,
511,
396,
2335,
12921
],
),
"panorama": SymbolsMetadata(
popularity: 807,
codepoint: 0xe40b,
categories: [1],
tags: [
1175,
1176,
1232,
500,
1178,
8,
12922,
137,
699,
49,
1595,
385,
1182,
1596,
1597,
5797,
386,
57,
59,
62,
3489,
1184,
2457,
11046,
12923,
396,
11047,
2535
],
),
"panorama_horizontal": SymbolsMetadata(
popularity: 292,
codepoint: 0xe40d,
categories: [1],
tags: [
500,
633,
40,
2242,
8,
914,
370,
1696,
904,
699,
49,
1595,
385,
406,
5797,
469,
386,
57,
59,
62,
432,
2772,
11046,
410,
392,
1943,
396,
476,
2535,
12924
],
),
"panorama_photosphere": SymbolsMetadata(
popularity: 240,
codepoint: 0xe9c9,
categories: [1],
tags: [
458,
500,
2537,
2738,
40,
1843,
12925,
316,
320,
699,
49,
466,
1595,
324,
5797,
386,
57,
59,
12926,
62,
2772,
331,
9666,
332,
396,
475,
476,
477,
2535,
12385,
334
],
),
"panorama_vertical": SymbolsMetadata(
popularity: 149,
codepoint: 0xe40e,
categories: [1],
tags: [
500,
633,
929,
40,
42,
1578,
12927,
6597,
381,
49,
1595,
1470,
1825,
507,
3652,
5797,
12928,
386,
57,
59,
62,
432,
2772,
392,
4898,
12929,
332,
1506,
1464,
396,
2535,
12385
],
),
"panorama_wide_angle": SymbolsMetadata(
popularity: 142,
codepoint: 0xe40f,
categories: [1],
tags: [
1738,
1342,
500,
5088,
8136,
40,
42,
1813,
1252,
12930,
346,
12931,
348,
1343,
699,
49,
1595,
53,
406,
5797,
386,
57,
59,
62,
11046,
396,
4318,
476,
2535,
12385
],
),
"paragliding": SymbolsMetadata(
popularity: 379,
codepoint: 0xe50f,
categories: [15],
tags: [
2508,
3640,
4942,
837,
2417,
7323,
7539,
690,
781,
11,
5155,
12932,
1909,
1990,
1924,
3790,
3294,
12933,
7541,
581,
1623,
1595,
1958,
1825,
3652,
12934,
12935,
588,
589,
3298,
12936,
1993,
12937,
593,
30,
3520,
12938,
3302,
332,
1960,
1856,
9049
],
),
"park": SymbolsMetadata(
popularity: 2061,
codepoint: 0xea63,
categories: [5],
tags: [
1131,
12289,
312,
1843,
1846,
3816,
12939,
1824,
1595,
1958,
6253,
323,
324,
2784,
1825,
3652,
3047,
3296,
326,
1826,
8700,
7245,
3298,
1959,
1096,
5485
],
),
"partly_cloudy_day": SymbolsMetadata(
popularity: 2011,
codepoint: 0xf172,
categories: [3],
tags: [
1874,
193,
840,
1675,
12940,
842,
4189,
2124,
12941,
4754,
2883,
12942,
12943,
12944,
5859,
1825,
3652,
12428,
12945,
12946,
1993,
12947,
1598,
12948,
4044,
858,
859,
12949,
10047,
6765
],
),
"partly_cloudy_night": SymbolsMetadata(
popularity: 632,
codepoint: 0xf174,
categories: [3],
tags: [
4076,
1874,
4048,
840,
1675,
5940,
4096,
4084,
12950,
4085,
2883,
2733,
4056,
4088,
5859,
4090,
1825,
4060,
12581,
4041,
12951,
1917,
1993,
1919,
3740,
858,
332,
1920,
1960,
859
],
),
"partner_exchange": SymbolsMetadata(
popularity: 1776,
codepoint: 0xf7f9,
categories: [3],
tags: [
2438,
77,
502,
690,
569,
9950,
571,
1073,
12952,
3833,
10077,
1487,
2965,
3276,
1489,
7994,
579,
10078,
699,
581,
5609,
87,
1314,
12953,
267,
289,
12954,
12955,
7668,
588,
589,
3426,
1699,
12956,
1170,
3964,
4929,
956,
526
],
),
"partner_reports": SymbolsMetadata(
popularity: 53,
codepoint: 0xefaf,
categories: [2],
tags: [
3104,
1360,
1422,
1071,
1361,
5734,
569,
691,
373,
1365,
1425,
81,
5474,
2714,
3486,
1366,
1078,
234,
1367,
68,
6791,
12957,
12958,
1166,
17,
1086,
12959,
4259,
616,
12954,
12960,
648,
1427,
759,
3490,
4797,
2332,
746,
3070,
31,
1095,
1429,
2805,
206
],
),
"party_mode": SymbolsMetadata(
popularity: 280,
codepoint: 0xe7fa,
categories: [1],
tags: [
3621,
40,
155,
4973,
12961,
6106,
12962,
12963,
10,
4975,
12964,
3294,
12965,
579,
1610,
5495,
53,
642,
4060,
11312,
587,
12966,
12967,
12968,
57,
59,
62,
593,
12969,
3203,
12970,
12971
],
),
"passkey": SymbolsMetadata(
popularity: 697,
codepoint: 0xf87f,
categories: [13],
tags: [
480,
861,
10878,
5217,
5219,
690,
2301,
10534,
44,
1431,
581,
259,
1112,
1777,
980,
523,
2004,
12972,
5318,
588,
589,
326,
1034,
1063,
1773,
1036,
12973,
392,
31,
65,
5320,
333
],
),
"password": SymbolsMetadata(
popularity: 5181,
codepoint: 0xf042,
categories: [4],
tags: [
861,
10883,
565,
5217,
5219,
1102,
10534,
6802,
8020,
1112,
12974,
8035,
1777,
11491,
980,
5948,
5318,
12975,
326,
1034,
1063,
1574,
1065,
6260,
1773,
10882,
12524,
1036,
987,
988,
857,
5320
],
),
"password_2": SymbolsMetadata(
popularity: 51,
codepoint: 0xf4a9,
categories: [4],
tags: [
861,
10883,
565,
9866,
5219,
2682,
1102,
1760,
10534,
10887,
8020,
1431,
1112,
1777,
980,
5318,
2670,
326,
1034,
1063,
1574,
3187,
12976,
6260,
1773,
10882,
10889,
1036,
857,
5320,
601,
4820
],
),
"password_2_off": SymbolsMetadata(
popularity: 11,
codepoint: 0xf4a8,
categories: [4],
tags: [
861,
5217,
8712,
4239,
1102,
1760,
868,
1055,
2915,
813,
1112,
1777,
980,
11704,
1059,
1060,
1061,
5318,
326,
1034,
1063,
3185,
1065,
6260,
1036,
1067,
857,
1068,
5320
],
),
"patient_list": SymbolsMetadata(
popularity: 131,
codepoint: 0xe653,
categories: [2],
tags: [
690,
373,
2373,
5043,
628,
1541,
1761,
1430,
147,
697,
4255,
892,
1763,
581,
1470,
88,
6783,
11770,
4272,
1767,
1585,
1587,
4274,
12977,
6323,
589,
12978,
1288,
7996,
1588,
12979,
33,
12980,
602
],
),
"pattern": SymbolsMetadata(
popularity: 542,
codepoint: 0xf043,
categories: [4],
tags: [
480,
4594,
1466,
3516,
12981,
2242,
1161,
12982,
485,
1164,
2217,
12983,
904,
137,
4571,
382,
1112,
980,
1115,
12984,
12985,
5318,
3354,
326,
3434,
12986,
1036,
392,
433,
857,
2160,
3588,
3589,
5320,
476,
12987,
12988
],
),
"pause": SymbolsMetadata(
popularity: 9033,
codepoint: 0xe034,
categories: [0],
tags: [
748,
1268,
2115,
504,
1103,
345,
1744,
1108,
3378,
2478,
11225,
12989,
406,
352,
1706,
1733,
1223,
2589,
3430,
409,
432,
12039,
1226,
10417,
10408,
1331,
3330,
37,
766
],
),
"pause_circle": SymbolsMetadata(
popularity: 4576,
codepoint: 0xe1a2,
categories: [0],
tags: [
1268,
517,
2115,
504,
193,
462,
345,
1744,
3500,
2478,
1344,
406,
407,
1706,
289,
1223,
2504,
408,
409,
6348,
1035,
392,
1226,
10417,
31,
1331,
1464,
37,
2518
],
),
"pause_presentation": SymbolsMetadata(
popularity: 456,
codepoint: 0xe0ea,
categories: [7],
tags: [
748,
1672,
7481,
12990,
2115,
345,
288,
8,
3378,
406,
352,
686,
1733,
1223,
2117,
408,
3430,
5008,
1427,
12991,
410,
1528,
2833,
5980,
5172,
1226,
10417,
3883,
2121,
2198,
2469,
543,
333,
1186,
1187,
5235
],
),
"payments": SymbolsMetadata(
popularity: 21066,
codepoint: 0xef63,
categories: [9],
tags: [
926,
927,
928,
8840,
1647,
930,
931,
932,
934,
1417,
936,
961,
937,
1418,
962,
938,
965,
941,
942,
968,
2142,
948,
2455,
523,
950,
951,
5631,
1421,
1654,
432,
1394,
1395,
1396,
31,
956,
971
],
),
"pedal_bike": SymbolsMetadata(
popularity: 2257,
codepoint: 0xeb29,
categories: [14],
tags: [
749,
1809,
4142,
4144,
1811,
1812,
1522,
2035,
753,
4149,
313,
11,
2882,
348,
7902,
581,
1534,
468,
3652,
3296,
1625,
12992,
12993,
2045,
3298,
3299,
7285,
1626,
1538,
4161,
1918,
30,
4807,
1629,
332,
7286,
1835,
4163,
2050
],
rtlAutoMirrored: true,
),
"pediatrics": SymbolsMetadata(
popularity: 30,
codepoint: 0xe11d,
categories: [3],
tags: [
3525,
1758,
3132,
6965,
993,
12994,
2373,
4254,
1761,
7194,
697,
2428,
892,
12995,
4507,
5370,
1763,
3531,
9098,
894,
9838,
1767,
3535,
289,
4718,
12996,
4261,
12997,
12998,
3543,
5377
],
),
"pen_size_1": SymbolsMetadata(
popularity: 36,
codepoint: 0xf755,
categories: [12],
tags: [
1266,
1592,
6206,
2277,
485,
1430,
378,
1252,
370,
137,
1344,
87,
8132,
226,
12999,
4517,
2621,
298,
1955,
1170,
8134,
4595,
4766,
3579,
511,
3732,
1485
],
),
"pen_size_2": SymbolsMetadata(
popularity: 29,
codepoint: 0xf754,
categories: [12],
tags: [
1738,
1592,
517,
8129,
345,
485,
378,
1252,
680,
2153,
370,
2253,
916,
384,
87,
8132,
13000,
13001,
506,
355,
13002,
2621,
13003,
13004,
391,
151,
298,
3775,
1170,
13005,
8134,
4595,
511,
338,
3732,
1485
],
),
"pen_size_3": SymbolsMetadata(
popularity: 22,
codepoint: 0xf753,
categories: [12],
tags: [
1474,
3072,
11273,
377,
378,
13006,
1252,
370,
2154,
8143,
13007,
13008,
8131,
8132,
1470,
174,
4517,
2621,
298,
1170,
13009,
13010,
8134,
2197,
2174,
4595,
13011,
97,
13012,
3732,
397,
1485,
9416
],
),
"pen_size_4": SymbolsMetadata(
popularity: 17,
codepoint: 0xf752,
categories: [12],
tags: [
2210,
3072,
345,
1236,
378,
4838,
1252,
8138,
370,
1111,
13013,
87,
8131,
8132,
70,
4517,
13014,
2621,
921,
151,
71,
298,
1170,
13010,
8134,
9432,
4595,
511,
3732,
397,
1485,
13015
],
),
"pen_size_5": SymbolsMetadata(
popularity: 18,
codepoint: 0xf751,
categories: [12],
tags: [
1474,
1592,
8264,
13016,
2277,
375,
9428,
378,
4838,
1252,
680,
370,
384,
1111,
1939,
87,
8132,
4517,
2621,
298,
4565,
10303,
1170,
8134,
9432,
2174,
6950,
4595,
3616,
3732,
397,
1485,
7829
],
),
"pending": SymbolsMetadata(
popularity: 6115,
codepoint: 0xef64,
categories: [6],
tags: [
10901,
11547,
2184,
450,
193,
1209,
912,
145,
313,
1105,
2573,
2891,
12117,
914,
2915,
51,
88,
756,
506,
237,
325,
2922,
2589,
328,
1167,
759,
2894,
12194,
1151,
362,
4651,
1690,
2897,
2518,
766
],
),
"pending_actions": SymbolsMetadata(
popularity: 4453,
codepoint: 0xf1bb,
categories: [12],
tags: [
4623,
1659,
1360,
13017,
2072,
3088,
1159,
1160,
2116,
1580,
1430,
489,
2076,
3107,
88,
4804,
616,
1587,
2589,
13018,
758,
759,
1710,
4105,
1370,
1168,
3753,
1171,
3096,
1713,
766,
2989
],
),
"pentagon": SymbolsMetadata(
popularity: 444,
codepoint: 0xeb50,
categories: [12],
tags: [
480,
1922,
1332,
810,
2301,
1164,
7222,
3500,
13019,
13020,
13021,
488,
904,
137,
138,
384,
3793,
814,
647,
492,
289,
13022,
852,
392,
644,
1339,
2489,
955,
31,
12865,
1409
],
),
"percent": SymbolsMetadata(
popularity: 3278,
codepoint: 0xeb58,
categories: [12],
tags: [
1422,
1322,
791,
373,
193,
3111,
81,
1162,
12060,
1745,
381,
1078,
4499,
793,
18,
21,
22,
23,
3969,
3687,
759,
3084,
359,
3085,
390,
954,
898,
1067,
746,
31,
36
],
),
"pergola": SymbolsMetadata(
popularity: 169,
codepoint: 0xe203,
categories: [5],
tags: [
480,
13023,
1496,
3810,
9014,
929,
13024,
11214,
2139,
3816,
904,
916,
1595,
2939,
1143,
3652,
13025,
13026,
289,
3823,
13027,
1352,
3298,
4891,
1504,
1339,
433,
955,
4045,
3741,
3330
],
),
"perm_camera_mic": SymbolsMetadata(
popularity: 168,
codepoint: 0xe8a2,
categories: [1],
tags: [
861,
1268,
504,
40,
42,
283,
1744,
288,
4484,
138,
49,
1111,
2939,
406,
1284,
1285,
13028,
289,
13029,
2670,
57,
59,
62,
1034,
440,
1036,
71,
1293,
1294,
433,
454,
411,
31,
37,
434
],
),
"perm_contact_calendar": SymbolsMetadata(
popularity: 1720,
codepoint: 0xe8a3,
categories: [6],
tags: [
565,
2405,
2071,
504,
2072,
975,
1160,
2124,
145,
1541,
1164,
10,
577,
137,
581,
138,
68,
1344,
5097,
4999,
5017,
588,
13029,
13030,
13031,
589,
876,
590,
4465,
1168,
31,
1171,
907,
601,
5002
],
),
"perm_data_setting": SymbolsMetadata(
popularity: 264,
codepoint: 0xe8a4,
categories: [4],
tags: [
861,
5342,
1756,
1675,
1775,
685,
284,
345,
81,
13032,
1467,
2140,
1677,
1679,
1776,
293,
68,
1029,
267,
70,
4115,
13029,
13030,
13031,
921,
2720,
71,
1779,
1689,
9172,
1093
],
),
"perm_device_information": SymbolsMetadata(
popularity: 299,
codepoint: 0xe8a5,
categories: [11],
tags: [
1246,
1247,
5586,
13033,
13034,
1360,
1177,
251,
193,
81,
145,
288,
13035,
13036,
1745,
13037,
1110,
871,
5073,
1253,
293,
68,
4439,
5587,
262,
13038,
13039,
13040,
237,
13029,
271,
13041,
432,
2531,
1700,
7352,
8389,
880,
31,
525,
140
],
),
"perm_media": SymbolsMetadata(
popularity: 1949,
codepoint: 0xe8a7,
categories: [12],
tags: [
1673,
1466,
1197,
628,
1724,
81,
13042,
1580,
1430,
2141,
3661,
147,
1679,
1680,
1681,
1198,
49,
1595,
1082,
13043,
1345,
406,
11199,
1596,
1597,
439,
2455,
91,
586,
13044,
13045,
4796,
13029,
13046,
57,
59,
62,
4133,
4442,
13047,
1711,
13048,
1689
],
),
"perm_phone_msg": SymbolsMetadata(
popularity: 1962,
codepoint: 0xe8a8,
categories: [7],
tags: [
2520,
566,
568,
569,
1270,
1250,
570,
13049,
572,
573,
283,
1074,
975,
1475,
288,
1479,
4484,
138,
583,
262,
13050,
289,
13029,
13030,
589,
920,
271,
5099,
590,
440,
1700,
594,
1484,
880,
31,
1406,
601,
1298
],
),
"perm_scan_wifi": SymbolsMetadata(
popularity: 229,
codepoint: 0xe8a9,
categories: [4],
tags: [
861,
1360,
13051,
1177,
2492,
731,
283,
685,
1073,
284,
254,
7810,
288,
317,
293,
68,
259,
262,
267,
70,
13029,
13030,
13031,
11176,
2066,
1736,
1126,
652,
151,
273,
31,
65,
97,
1855,
277,
278
],
),
"person": SymbolsMetadata(
popularity: 90818,
codepoint: 0xe7fd,
categories: [3],
tags: [
565,
566,
13052,
9613,
690,
193,
975,
577,
225,
3500,
977,
581,
978,
979,
980,
982,
1044,
13053,
289,
588,
13054,
589,
590,
985,
986,
888,
601,
6273,
13055,
991
],
),
"person_2": SymbolsMetadata(
popularity: 1051,
codepoint: 0xf8e4,
categories: [3],
tags: [
480,
565,
566,
1332,
690,
193,
4784,
577,
225,
8410,
977,
581,
2003,
979,
980,
982,
814,
178,
289,
588,
589,
590,
392,
986,
888,
1339,
3570,
593,
601
],
),
"person_3": SymbolsMetadata(
popularity: 679,
codepoint: 0xf8e5,
categories: [3],
tags: [
565,
8494,
1190,
566,
571,
4609,
574,
576,
6630,
577,
578,
579,
13056,
581,
978,
7379,
582,
2455,
267,
586,
588,
589,
590,
888,
593,
595,
597,
7380,
7388,
551,
601,
13057,
602
],
),
"person_4": SymbolsMetadata(
popularity: 742,
codepoint: 0xf8e6,
categories: [3],
tags: [
565,
1041,
6103,
566,
975,
4784,
577,
225,
8410,
904,
581,
978,
49,
979,
980,
982,
289,
588,
589,
2748,
920,
820,
1063,
590,
392,
888,
1339,
11651,
601,
991
],
),
"person_add": SymbolsMetadata(
popularity: 18117,
codepoint: 0xe7fe,
categories: [3],
tags: [
231,
565,
9611,
745,
13058,
9949,
1549,
1551,
566,
975,
13059,
1325,
577,
9951,
13060,
1004,
581,
8196,
13061,
1557,
981,
887,
1564,
1566,
588,
589,
983,
239,
240,
590,
9617,
31,
601,
9618
],
),
"person_add_disabled": SymbolsMetadata(
popularity: 467,
codepoint: 0xe9cb,
categories: [6],
tags: [
231,
565,
745,
1051,
6311,
975,
1299,
11928,
1210,
5920,
868,
1055,
577,
1213,
581,
5164,
982,
887,
1059,
1060,
1061,
588,
589,
239,
590,
1224,
1065,
1067,
1261,
31,
1068,
601
],
),
"person_alert": SymbolsMetadata(
popularity: 302,
codepoint: 0xf567,
categories: [3],
tags: [
3104,
565,
745,
1360,
1361,
566,
974,
691,
193,
1365,
2714,
1366,
3915,
577,
1479,
225,
977,
581,
1367,
2716,
1166,
616,
588,
589,
13062,
239,
2719,
590,
13063,
1428,
4416,
1036,
13064,
13065,
888,
31,
1690,
2435,
601,
13066,
206
],
),
"person_apron": SymbolsMetadata(
popularity: 111,
codepoint: 0xf5a3,
categories: [3],
tags: [
565,
13067,
566,
5693,
5696,
4205,
4206,
3670,
577,
225,
2354,
137,
581,
138,
384,
1515,
4213,
5391,
588,
589,
5392,
590,
1537,
2720,
652,
888,
595,
31,
2652,
601,
5396
],
),
"person_book": SymbolsMetadata(
popularity: 87,
codepoint: 0xf5e8,
categories: [12],
tags: [
565,
3058,
690,
3390,
193,
3089,
13068,
3092,
5356,
577,
225,
4484,
977,
581,
978,
68,
4428,
3094,
1345,
3394,
13069,
492,
588,
589,
13070,
590,
13071,
3380,
2885,
432,
985,
392,
986,
4391,
31,
601
],
),
"person_cancel": SymbolsMetadata(
popularity: 81,
codepoint: 0xf566,
categories: [3],
tags: [
2596,
565,
745,
566,
12591,
13072,
481,
1208,
193,
780,
1209,
13073,
1210,
1211,
2714,
1212,
577,
1213,
581,
5164,
588,
589,
239,
590,
4247,
5171,
1224,
1065,
1226,
7476,
13074,
601,
3993
],
),
"person_celebrate": SymbolsMetadata(
popularity: 276,
codepoint: 0xf7fe,
categories: [15],
tags: [
3,
3494,
690,
5678,
4973,
5,
1665,
3111,
5491,
1666,
13075,
13076,
4975,
225,
2665,
13,
13077,
1610,
581,
5495,
13078,
20,
587,
588,
589,
2504,
242,
13079,
3506,
5482,
888,
3141,
245,
5153,
3509
],
),
"person_check": SymbolsMetadata(
popularity: 368,
codepoint: 0xf565,
categories: [3],
tags: [
2655,
565,
3,
745,
1660,
2679,
3178,
1757,
566,
690,
1662,
1664,
463,
2683,
2321,
1666,
577,
225,
977,
581,
978,
13080,
981,
1166,
1668,
588,
589,
239,
590,
1036,
362,
291,
245,
1669,
601,
2675,
2334,
1576,
1671
],
),
"person_edit": SymbolsMetadata(
popularity: 181,
codepoint: 0xf4fa,
categories: [6],
tags: [
565,
566,
974,
504,
1742,
193,
1578,
6403,
1325,
1236,
145,
4838,
1252,
680,
577,
977,
581,
138,
979,
68,
1111,
1667,
1641,
887,
4517,
2621,
588,
589,
921,
590,
71,
392,
986,
888,
2451,
601,
1590,
1485
],
),
"person_off": SymbolsMetadata(
popularity: 2152,
codepoint: 0xe510,
categories: [3],
tags: [
2596,
565,
566,
481,
193,
2601,
1300,
868,
1055,
4246,
577,
225,
1213,
581,
87,
11507,
6808,
6247,
1059,
1060,
1061,
588,
589,
876,
1063,
590,
8658,
1065,
392,
8263,
888,
1067,
31,
1068,
601
],
),
"person_pin": SymbolsMetadata(
popularity: 2507,
codepoint: 0xe55a,
categories: [5],
tags: [
565,
1513,
566,
193,
13081,
975,
312,
313,
13082,
577,
225,
317,
13083,
13084,
9951,
1544,
581,
13085,
13086,
323,
324,
1534,
174,
12327,
1624,
588,
589,
326,
327,
1392,
329,
590,
888,
1226,
13087,
601,
13088
],
),
"person_pin_circle": SymbolsMetadata(
popularity: 5925,
codepoint: 0xe56a,
categories: [5],
tags: [
565,
1513,
566,
193,
10471,
975,
8307,
10544,
312,
313,
3670,
577,
317,
321,
581,
10592,
323,
324,
1534,
174,
5097,
325,
8310,
588,
589,
326,
1535,
327,
329,
590,
330,
1126,
1540,
1226,
2146,
601
],
),
"person_play": SymbolsMetadata(
popularity: 249,
codepoint: 0xf7fd,
categories: [15],
tags: [
565,
566,
690,
504,
5678,
193,
5491,
345,
4975,
2217,
4484,
1610,
977,
581,
6347,
13078,
2953,
406,
588,
589,
2504,
590,
1125,
392,
5482,
888,
2128,
31,
1690,
601,
37
],
),
"person_raised_hand": SymbolsMetadata(
popularity: 537,
codepoint: 0xf59a,
categories: [3],
tags: [
2438,
6620,
13089,
1361,
566,
690,
1906,
225,
2690,
137,
7994,
579,
2692,
871,
581,
138,
13090,
5097,
13091,
10454,
588,
589,
3944,
6887,
392,
888,
31,
601,
13092,
1854
],
),
"person_remove": SymbolsMetadata(
popularity: 2947,
codepoint: 0xef66,
categories: [3],
tags: [
565,
566,
1233,
13072,
481,
7049,
193,
975,
1210,
8260,
1162,
4246,
1212,
577,
9951,
581,
87,
1255,
4273,
588,
589,
590,
2613,
9642,
5171,
1224,
1067,
13093,
13094,
13074,
601,
3215
],
),
"person_search": SymbolsMetadata(
popularity: 5575,
codepoint: 0xf106,
categories: [7],
tags: [
565,
566,
690,
193,
975,
13095,
1162,
1542,
577,
317,
13096,
13097,
13083,
13098,
13084,
9951,
13099,
1109,
4634,
977,
581,
2323,
13100,
13101,
13102,
12340,
1115,
5813,
2326,
1116,
1117,
2327,
588,
589,
13103,
590,
13104,
1126,
888,
4392,
601,
13105,
2335
],
),
"person_shield": SymbolsMetadata(
popularity: 167,
codepoint: 0xe384,
categories: [13],
tags: [
861,
565,
13106,
5217,
566,
1553,
3954,
577,
8024,
581,
978,
3184,
980,
588,
589,
13107,
1034,
1063,
590,
13108,
1573,
3185,
1574,
3187,
705,
1773,
13109,
1036,
392,
1575,
888,
601,
13110,
1576
],
),
"personal_bag": SymbolsMetadata(
popularity: 49,
codepoint: 0xeb0e,
categories: [16],
tags: [
1972,
2441,
3641,
3642,
2033,
4907,
3390,
3643,
1514,
3646,
5404,
1333,
4634,
1623,
2042,
3653,
5362,
920,
13111,
11570,
13112,
13113,
432,
433,
1689,
4914,
4487,
900,
332,
3657,
1920,
13114,
13115,
1960
],
),
"personal_bag_off": SymbolsMetadata(
popularity: 3,
codepoint: 0xeb0f,
categories: [16],
tags: [
861,
2596,
565,
2441,
3641,
3642,
2033,
1051,
3390,
3643,
1235,
1162,
868,
1055,
87,
2042,
1057,
6247,
13116,
8047,
1059,
1061,
3653,
920,
13117,
1063,
590,
2613,
1065,
2366,
1036,
1395,
1067,
1689,
332,
1068,
601
],
),
"personal_bag_question": SymbolsMetadata(
popularity: 23,
codepoint: 0xeb10,
categories: [16],
tags: [
3941,
2536,
6299,
865,
2441,
3641,
3642,
2033,
3390,
3643,
568,
570,
283,
1333,
1475,
1476,
2642,
11405,
871,
293,
68,
5409,
2042,
13118,
3653,
920,
2719,
969,
2331,
3944,
3945,
1395,
594,
1689,
880,
31,
4850,
332,
3946
],
),
"personal_injury": SymbolsMetadata(
popularity: 1676,
codepoint: 0xe6da,
categories: [15],
tags: [
3401,
13119,
864,
3547,
7992,
10159,
690,
4120,
13120,
13121,
13122,
4276,
13123,
867,
2425,
3785,
8612,
13124,
697,
892,
581,
3135,
5248,
1940,
2446,
13125,
894,
10484,
12796,
4274,
588,
589,
920,
13126,
13127,
8608,
13128,
593,
880,
13129,
3145
],
),
"personal_places": SymbolsMetadata(
popularity: 93,
codepoint: 0xe703,
categories: [16],
tags: [
1513,
1131,
574,
310,
312,
8308,
4512,
317,
4496,
1544,
1140,
1623,
323,
324,
4151,
1534,
1166,
174,
325,
13130,
920,
1535,
327,
2553,
1392,
329,
1149,
1538,
1539,
13131,
1540,
182,
1153,
332,
8313,
1155
],
),
"pest_control": SymbolsMetadata(
popularity: 1040,
codepoint: 0xf0fa,
categories: [5],
tags: [
1360,
4869,
481,
1309,
193,
345,
1235,
1162,
13132,
1990,
1213,
13133,
4874,
13134,
87,
13135,
1825,
6808,
13136,
5821,
2719,
2613,
1574,
2366,
705,
898,
1067,
4181,
1226,
206,
4422
],
),
"pest_control_rodent": SymbolsMetadata(
popularity: 268,
codepoint: 0xf0fd,
categories: [5],
tags: [
4869,
13137,
345,
4872,
13138,
13132,
697,
1140,
1499,
13139,
5487,
2716,
13140,
13141,
2981,
13136,
13142,
13143,
5821,
2719,
1500,
13144,
7868,
13145,
13146,
3845,
652,
13147,
5377,
13148,
13149
],
),
"pet_supplies": SymbolsMetadata(
popularity: 122,
codepoint: 0xefb1,
categories: [5],
tags: [
13150,
4869,
4120,
13151,
3132,
13152,
13153,
934,
13154,
13155,
4707,
2354,
13156,
697,
3530,
13157,
13158,
4508,
9278,
13159,
2504,
13160,
1393,
1395,
1396,
3656,
2500,
3712,
13161,
3830
],
),
"pets": SymbolsMetadata(
popularity: 6979,
codepoint: 0xe91d,
categories: [3],
tags: [
13162,
4869,
13163,
13164,
13165,
13166,
13167,
13168,
13169,
13152,
13155,
3787,
2692,
1166,
13170,
13171,
9278,
13159,
13172,
13173,
13174,
13175,
13176,
1734,
2431,
392,
1095,
4807,
13177,
13161,
3143
],
),
"phishing": SymbolsMetadata(
popularity: 909,
codepoint: 0xead7,
categories: [15],
tags: [
1360,
4397,
481,
691,
11425,
13178,
13179,
1365,
44,
2286,
1366,
5796,
2473,
4496,
13180,
2479,
6805,
13181,
267,
13182,
13183,
1574,
1428,
13184,
1036,
1575,
13185,
4419,
1690,
2385,
11489,
206,
7479
],
),
"phone_android": SymbolsMetadata(
popularity: 3643,
codepoint: 0xe324,
categories: [11],
tags: [
1247,
1307,
13186,
13187,
504,
13188,
1270,
7199,
1250,
251,
13189,
193,
13190,
283,
6175,
288,
12423,
44,
13191,
8,
13192,
1745,
13193,
1877,
13194,
2533,
13195,
3778,
13196,
1110,
1253,
262,
1698,
1404,
13197,
13198,
271,
7203,
2534,
13199,
432,
13200,
2531,
13201,
410,
13202,
1700,
525,
65,
6244,
1406,
7207
],
),
"phone_bluetooth_speaker": SymbolsMetadata(
popularity: 254,
codepoint: 0xe61b,
categories: [7],
tags: [
1268,
13203,
7702,
4275,
13204,
4280,
1270,
1250,
283,
1073,
284,
254,
975,
288,
1110,
262,
4277,
13205,
271,
7203,
273,
1293,
1294,
9624,
13206,
31,
65,
1406,
526,
278,
4288,
13207
],
),
"phone_callback": SymbolsMetadata(
popularity: 997,
codepoint: 0xe649,
categories: [7],
tags: [
77,
1268,
1270,
13208,
1250,
251,
283,
284,
975,
1475,
288,
1400,
2814,
137,
5033,
1110,
2290,
87,
262,
21,
5035,
289,
271,
3343,
762,
392,
31,
1296,
65,
1406
],
rtlAutoMirrored: true,
),
"phone_disabled": SymbolsMetadata(
popularity: 669,
codepoint: 0xe9cc,
categories: [7],
tags: [
1051,
1270,
1208,
1250,
283,
975,
288,
1162,
868,
3261,
1055,
2125,
1213,
5038,
1110,
87,
262,
1302,
13209,
6247,
13210,
1059,
1060,
1061,
1223,
271,
4247,
2100,
1067,
1226,
65,
1406,
1068,
13211
],
),
"phone_enabled": SymbolsMetadata(
popularity: 2174,
codepoint: 0xe9cd,
categories: [7],
tags: [
749,
6620,
1268,
3999,
1270,
1250,
283,
1073,
975,
1475,
288,
1400,
1055,
5033,
1110,
262,
1061,
271,
13212,
3343,
2111,
1296,
1406,
1298
],
),
"phone_forwarded": SymbolsMetadata(
popularity: 864,
codepoint: 0xe61c,
categories: [7],
tags: [
500,
77,
1268,
1270,
1250,
282,
283,
284,
975,
288,
1162,
313,
903,
13213,
5033,
1110,
2290,
87,
262,
1749,
271,
876,
2859,
2296,
2961,
906,
1699,
31,
65,
1406,
526,
1298
],
rtlAutoMirrored: true,
),
"phone_in_talk": SymbolsMetadata(
popularity: 9906,
codepoint: 0xe61d,
categories: [7],
tags: [
13214,
1268,
1270,
13215,
13216,
1250,
251,
570,
283,
7040,
1074,
284,
975,
1475,
81,
288,
5033,
1110,
3035,
87,
13217,
262,
267,
13218,
271,
5045,
1736,
652,
273,
1293,
2068,
1294,
1295,
1296,
13219,
9544,
1406,
13220,
1298,
13221,
554,
1855,
278
],
),
"phone_iphone": SymbolsMetadata(
popularity: 14000,
codepoint: 0xe325,
categories: [11],
tags: [
1246,
1247,
1672,
501,
504,
1270,
1250,
251,
283,
975,
288,
44,
8,
1877,
2533,
3778,
1110,
1253,
259,
10781,
1470,
583,
262,
1698,
267,
271,
2534,
432,
2531,
410,
1700,
525,
65,
1406,
33,
551,
278
],
),
"phone_locked": SymbolsMetadata(
popularity: 287,
codepoint: 0xe61e,
categories: [7],
tags: [
861,
5217,
5219,
481,
1270,
1250,
2523,
283,
975,
288,
2533,
1110,
1777,
1056,
262,
5318,
271,
1034,
1063,
4247,
3185,
1574,
1065,
705,
1773,
13222,
1036,
1575,
1700,
65,
1406
],
),
"phone_missed": SymbolsMetadata(
popularity: 528,
codepoint: 0xe61f,
categories: [7],
tags: [
1360,
77,
1270,
1250,
283,
975,
288,
2948,
1110,
2076,
5078,
87,
4804,
5065,
5066,
13223,
262,
616,
13224,
271,
5045,
5068,
1700,
612,
1406,
13225,
13226,
13227,
13228
],
rtlAutoMirrored: true,
),
"phone_paused": SymbolsMetadata(
popularity: 323,
codepoint: 0xe620,
categories: [7],
tags: [
2115,
1270,
1250,
283,
975,
2116,
288,
3778,
5033,
1110,
2478,
12035,
1222,
13229,
262,
1302,
2016,
13230,
1223,
10061,
271,
2098,
2457,
2100,
1295,
433,
1226,
10417,
9544,
65,
1406,
1068,
1464,
766
],
),
"phonelink_erase": SymbolsMetadata(
popularity: 502,
codepoint: 0xe0db,
categories: [7],
tags: [
1246,
1247,
748,
13231,
1208,
1250,
780,
1209,
284,
1235,
5037,
1210,
288,
2604,
13232,
13233,
3261,
4647,
2125,
3371,
2714,
1212,
1110,
1253,
262,
13234,
1698,
11968,
4273,
3269,
616,
271,
13235,
11970,
7174,
2719,
432,
5039,
1224,
11292,
1226,
31,
525,
3453,
3272,
206,
3993
],
),
"phonelink_ring": SymbolsMetadata(
popularity: 1076,
codepoint: 0xe0dd,
categories: [7],
tags: [
1246,
1247,
1360,
9573,
1270,
1250,
2523,
251,
283,
284,
975,
4189,
81,
288,
1877,
1110,
1253,
5078,
262,
265,
267,
616,
271,
7174,
432,
762,
5803,
2531,
652,
273,
1700,
1293,
525,
7787,
2059,
1855,
278
],
),
"phonelink_ring_off": SymbolsMetadata(
popularity: 7,
codepoint: 0xf7aa,
categories: [7],
tags: [
1246,
1247,
1985,
481,
13236,
13237,
1208,
1250,
284,
3260,
81,
288,
2948,
868,
7419,
4245,
1055,
2013,
1213,
1110,
1253,
87,
262,
10036,
1302,
267,
2015,
6428,
13238,
11969,
2096,
13239,
13240,
13241,
1059,
1060,
1061,
271,
7174,
2366,
762,
13242,
652,
273,
2018,
1304,
1067,
2101,
525,
7787,
13243,
278,
2019
],
),
"phonelink_setup": SymbolsMetadata(
popularity: 499,
codepoint: 0xe0de,
categories: [11],
tags: [
1246,
1247,
1738,
13244,
13245,
13246,
1270,
251,
570,
1775,
8092,
685,
284,
345,
1236,
288,
4022,
1776,
1110,
1253,
293,
1314,
1667,
4879,
262,
13247,
2014,
13248,
70,
6256,
271,
13249,
7174,
13250,
921,
432,
71,
1779,
1700,
525,
33
],
),
"photo": SymbolsMetadata(
popularity: 1627,
codepoint: 0xe410,
categories: [1],
tags: [
1342,
1332,
5124,
44,
147,
1343,
904,
137,
138,
49,
1595,
406,
1596,
1597,
1825,
289,
57,
4812,
59,
62,
13251,
432,
390,
392,
1339,
433,
1598,
13252,
13253,
31,
476
],
),
"photo_album": SymbolsMetadata(
popularity: 619,
codepoint: 0xe411,
categories: [1],
tags: [
1342,
1673,
1693,
4799,
1197,
13254,
13255,
1343,
49,
5127,
2503,
52,
1345,
406,
5128,
13256,
1596,
1597,
439,
586,
57,
4811,
5129,
5130,
59,
2143,
62,
2144,
4912,
432,
3506,
1539,
7628,
13257,
433,
13258,
13259,
182,
7061,
13260,
4815,
13261
],
),
"photo_auto_merge": SymbolsMetadata(
popularity: 53,
codepoint: 0xf530,
categories: [1],
tags: [
1174,
565,
1342,
5982,
4,
3129,
2983,
3349,
566,
13262,
4203,
690,
3351,
1197,
1324,
1073,
5053,
1325,
1252,
577,
1343,
579,
581,
49,
1281,
1328,
2142,
16,
1314,
1330,
1641,
92,
588,
589,
57,
59,
62,
2144,
758,
590,
1292,
1711,
601,
2581
],
),
"photo_camera": SymbolsMetadata(
popularity: 18541,
codepoint: 0xe412,
categories: [1],
tags: [
4935,
504,
40,
42,
193,
288,
44,
346,
138,
49,
1111,
53,
406,
354,
439,
13263,
57,
1346,
59,
62,
453,
4898,
1347,
433,
31,
65,
37,
434,
476
],
),
"photo_camera_back": SymbolsMetadata(
popularity: 264,
codepoint: 0xef68,
categories: [1],
tags: [
2441,
5139,
40,
42,
193,
288,
4393,
1748,
2533,
49,
1595,
53,
1596,
1597,
57,
59,
62,
5122,
2750,
453,
4898,
1347,
433,
65,
37
],
),
"photo_camera_front": SymbolsMetadata(
popularity: 612,
codepoint: 0xef69,
categories: [1],
tags: [
565,
1132,
40,
42,
193,
1325,
13264,
577,
147,
13265,
5096,
2745,
581,
49,
5121,
53,
406,
13266,
439,
289,
588,
589,
57,
13267,
59,
8833,
62,
5099,
590,
453,
2752,
1347,
433,
527,
3254,
601,
37,
443,
13268
],
),
"photo_frame": SymbolsMetadata(
popularity: 341,
codepoint: 0xf0d9,
categories: [1],
tags: [
1592,
2134,
1132,
1161,
8,
348,
1343,
137,
6746,
4235,
49,
1376,
13269,
406,
2794,
12401,
289,
57,
13270,
1346,
62,
7627,
1427,
432,
433,
396,
476,
13271
],
),
"photo_library": SymbolsMetadata(
popularity: 5717,
codepoint: 0xe413,
categories: [1],
tags: [
1342,
1673,
959,
4793,
2136,
1197,
2138,
13272,
1541,
8,
1679,
49,
5127,
1082,
1345,
1029,
406,
1596,
1597,
439,
586,
92,
2747,
57,
4812,
59,
2143,
62,
2144,
3356,
1687,
2710,
1711,
1689,
396,
476
],
),
"photo_prints": SymbolsMetadata(
popularity: 200,
codepoint: 0xefb2,
categories: [1],
tags: [
1342,
1592,
1197,
1593,
1715,
8,
1430,
6869,
348,
1343,
1728,
49,
2503,
406,
5128,
2455,
1707,
1587,
57,
1346,
13273,
59,
2143,
62,
2144,
1734,
13274,
2505,
13275,
5090,
1711,
476
],
),
"photo_size_select_large": SymbolsMetadata(
popularity: 303,
codepoint: 0xe433,
categories: [1],
tags: [
1738,
5342,
1342,
8264,
2392,
754,
1252,
680,
914,
147,
2154,
348,
5809,
1343,
49,
1595,
1939,
1345,
2342,
406,
1596,
1597,
70,
57,
59,
62,
9714,
432,
2220,
391,
8812,
362,
363,
298,
1598,
396
],
),
"photo_size_select_small": SymbolsMetadata(
popularity: 418,
codepoint: 0xe434,
categories: [1],
tags: [
1738,
1342,
1466,
6036,
6354,
377,
8,
1252,
680,
370,
382,
49,
1939,
385,
1345,
4113,
2892,
1596,
1597,
70,
57,
59,
62,
432,
5919,
362,
2917,
298,
1955,
433,
4813,
2711,
396,
3051
],
),
"php": SymbolsMetadata(
popularity: 947,
codepoint: 0xeb8f,
categories: [2],
tags: [
480,
4,
2559,
281,
5983,
5,
1102,
2216,
2185,
11502,
1715,
1313,
1104,
3497,
4884,
2781,
12,
5987,
13276,
13277,
259,
5225,
16,
2480,
523,
13278,
1685,
1123,
6663,
3325,
5995,
2720,
13279,
31,
65,
33,
35,
2200,
13280,
13281
],
),
"physical_therapy": SymbolsMetadata(
popularity: 14,
codepoint: 0xe11e,
categories: [15],
tags: [
690,
4120,
13282,
2373,
1761,
11,
2882,
697,
892,
1763,
581,
3134,
3135,
1525,
894,
468,
4125,
12796,
4274,
589,
3137,
13283,
11911,
1686,
3138,
30,
1943,
2346,
13284,
3142,
3493,
3522,
11916
],
),
"piano": SymbolsMetadata(
popularity: 967,
codepoint: 0xe521,
categories: [15],
tags: [
1592,
1268,
8953,
13285,
13286,
4453,
781,
9923,
4839,
1113,
10897,
4439,
1958,
406,
8106,
1706,
3075,
648,
13287,
2504,
8254,
440,
4262,
593,
3053,
1293,
11436,
13288
],
),
"piano_off": SymbolsMetadata(
popularity: 195,
codepoint: 0xe520,
categories: [15],
tags: [
1268,
2060,
345,
1299,
2012,
1162,
868,
1055,
4839,
1113,
10897,
1470,
1706,
13289,
3075,
13290,
1302,
2096,
13291,
1585,
1059,
1061,
13287,
432,
2100,
1067,
593,
1293,
1226,
6834,
413,
5166
],
),
"picture_as_pdf": SymbolsMetadata(
popularity: 8972,
codepoint: 0xe415,
categories: [1],
tags: [
13292,
13293,
4,
11679,
5,
1724,
2567,
8680,
1430,
2443,
13294,
13295,
11208,
13296,
3661,
12730,
2568,
13297,
147,
557,
13298,
2569,
12,
370,
49,
16,
2455,
3397,
1587,
11588,
13299,
13300,
13301,
13302,
57,
59,
62,
13303,
13304,
13305,
1711,
31,
33,
35,
8863,
8693
],
),
"picture_in_picture": SymbolsMetadata(
popularity: 556,
codepoint: 0xe8aa,
categories: [7],
tags: [
570,
1813,
13306,
8,
13307,
13308,
10389,
13309,
781,
9078,
385,
406,
407,
8832,
9079,
2892,
7662,
7053,
8809,
2747,
57,
62,
5238,
9082,
12560,
329,
6358,
6236,
410,
13310,
392,
13311,
13312,
7666,
13313,
37,
13314,
543,
13315,
13316,
396,
1187
],
),
"picture_in_picture_alt": SymbolsMetadata(
popularity: 664,
codepoint: 0xe911,
categories: [7],
tags: [
1591,
482,
570,
1813,
13306,
8,
13308,
9078,
49,
385,
406,
407,
686,
9080,
7053,
8809,
2747,
57,
62,
5238,
9082,
408,
409,
329,
432,
410,
392,
13311,
433,
411,
13313,
37,
543,
396,
13317,
4534,
1187
],
),
"picture_in_picture_center": SymbolsMetadata(
popularity: 20,
codepoint: 0xf550,
categories: [7],
tags: [
308,
570,
1744,
2812,
1813,
13306,
8,
13308,
13318,
2338,
914,
9078,
348,
13319,
2865,
5383,
385,
406,
1749,
7053,
8809,
2747,
57,
62,
5238,
9082,
329,
432,
2220,
410,
392,
2917,
13311,
13320,
13321,
13313,
989,
37,
396,
1187
],
),
"picture_in_picture_large": SymbolsMetadata(
popularity: 8,
codepoint: 0xf54f,
categories: [7],
tags: [
570,
1813,
13306,
8,
13308,
9405,
13309,
914,
9085,
9078,
5809,
1939,
385,
406,
352,
2892,
9080,
7053,
8809,
2747,
57,
62,
5238,
13322,
9082,
409,
9565,
12560,
13323,
329,
410,
392,
2917,
298,
13311,
13313,
37,
444,
543,
1187
],
),
"picture_in_picture_medium": SymbolsMetadata(
popularity: 15,
codepoint: 0xf54e,
categories: [7],
tags: [
504,
570,
345,
1813,
13306,
8,
13308,
1164,
13318,
346,
4863,
138,
1344,
385,
406,
2892,
354,
7053,
1087,
355,
8809,
2747,
57,
62,
5238,
9082,
408,
409,
329,
2220,
410,
392,
2917,
13311,
454,
411,
13313,
141,
1348,
37,
1187
],
),
"picture_in_picture_mobile": SymbolsMetadata(
popularity: 18,
codepoint: 0xf517,
categories: [7],
tags: [
748,
1672,
501,
570,
13324,
628,
345,
2812,
1813,
13306,
8,
13308,
781,
9078,
348,
467,
385,
406,
13325,
262,
439,
7053,
8809,
2747,
57,
62,
5238,
9082,
329,
432,
410,
392,
13311,
13326,
1700,
13313,
37,
366,
543,
7061,
1187,
2854
],
),
"picture_in_picture_off": SymbolsMetadata(
popularity: 19,
codepoint: 0xf52f,
categories: [7],
tags: [
504,
570,
1209,
345,
1813,
13306,
1300,
868,
8,
13308,
1055,
1212,
5809,
138,
385,
406,
2892,
13327,
7053,
1059,
1060,
1061,
355,
8809,
2747,
57,
62,
13328,
9082,
13329,
12560,
329,
1224,
410,
392,
13311,
1067,
1226,
411,
13313,
413,
5166,
37,
543,
396,
1187
],
),
"picture_in_picture_small": SymbolsMetadata(
popularity: 26,
codepoint: 0xf54d,
categories: [7],
tags: [
570,
6036,
345,
1813,
13306,
8,
13308,
914,
9078,
348,
49,
13319,
385,
406,
13330,
354,
7053,
1087,
8809,
2747,
57,
62,
5238,
9082,
408,
409,
329,
432,
2220,
410,
392,
13311,
1955,
433,
13313,
412,
6122,
413,
37,
396,
476,
1187
],
),
"pie_chart": SymbolsMetadata(
popularity: 2983,
codepoint: 0xe6c4,
categories: [9],
tags: [
1422,
1071,
1423,
517,
569,
373,
193,
3762,
81,
375,
1136,
963,
941,
1078,
234,
1081,
68,
2465,
1182,
226,
1086,
5029,
3687,
7509,
5903,
759,
4797,
2332,
2467,
1152,
4980,
746,
3070,
1095,
514
],
),
"pill": SymbolsMetadata(
popularity: 109,
codepoint: 0xe11f,
categories: [3],
tags: [
12793,
1332,
11788,
7639,
11799,
5205,
1762,
697,
892,
138,
894,
1766,
1767,
13331,
492,
6692,
1768,
11444,
1769,
1770,
10165,
330,
11416,
392,
2382,
1339,
2489,
3142,
5377,
3493
],
),
"pill_off": SymbolsMetadata(
popularity: 5,
codepoint: 0xf809,
categories: [3],
tags: [
1208,
11788,
2601,
1162,
1300,
868,
5205,
1762,
697,
892,
13332,
1222,
11632,
894,
1766,
1767,
13331,
2016,
1059,
6692,
9118,
1768,
11444,
1769,
1770,
1224,
2531,
11416,
392,
1067,
1226,
525,
5377,
1068
],
),
"pin": SymbolsMetadata(
popularity: 2739,
codepoint: 0xf045,
categories: [4],
tags: [
72,
74,
75,
1513,
8685,
312,
7,
2271,
13082,
13333,
317,
1532,
318,
1544,
321,
4103,
1112,
323,
980,
5610,
1388,
1085,
174,
325,
22,
5318,
3354,
326,
327,
1392,
1167,
329,
10854,
10368,
1036,
496,
857,
31,
1095,
332,
5320,
12686
],
),
"pin_drop": SymbolsMetadata(
popularity: 36062,
codepoint: 0xe55e,
categories: [5],
tags: [
1513,
1131,
374,
8307,
312,
313,
2899,
316,
317,
318,
1544,
321,
2324,
323,
4151,
1534,
1166,
174,
1624,
325,
326,
1535,
327,
328,
329,
10854,
1149,
13334,
1126,
1540,
1226,
2146,
332
],
),
"pin_end": SymbolsMetadata(
popularity: 330,
codepoint: 0xe767,
categories: [6],
tags: [
748,
77,
312,
313,
1745,
2125,
12848,
317,
13335,
1544,
321,
2324,
13336,
6187,
1388,
4151,
1166,
174,
325,
326,
13337,
13338,
13339,
1535,
327,
1392,
1167,
329,
1227,
2146
],
),
"pin_invoke": SymbolsMetadata(
popularity: 405,
codepoint: 0xe763,
categories: [6],
tags: [
748,
1381,
77,
312,
313,
1745,
2899,
1544,
321,
2816,
51,
13340,
323,
324,
1166,
174,
325,
12231,
492,
326,
1535,
327,
328,
1167,
329,
10854,
13341,
7820,
644,
10855,
511,
332
],
),
"pinboard": SymbolsMetadata(
popularity: 47,
codepoint: 0xf3ab,
categories: [6],
tags: [
5711,
4138,
571,
283,
2301,
13342,
8,
3805,
68,
4467,
1029,
1583,
583,
1480,
1183,
92,
326,
13343,
11806,
3489,
1352,
1427,
1516,
5437,
10854,
4105,
1370,
1539,
1528,
13344,
10855,
1517,
3565,
13345,
476,
4732
],
),
"pinboard_unread": SymbolsMetadata(
popularity: 15,
codepoint: 0xf3ac,
categories: [6],
tags: [
1360,
5711,
13346,
1693,
4138,
193,
1745,
1367,
323,
13336,
324,
1388,
174,
1583,
583,
887,
1183,
616,
326,
10869,
13347,
1167,
5437,
10854,
3380,
2296,
1370,
1539,
4465,
10368,
13348,
2298,
10855,
1517,
3565,
2592,
13349,
2594,
13350
],
),
"pinch": SymbolsMetadata(
popularity: 1029,
codepoint: 0xeb38,
categories: [2],
tags: [
1738,
77,
502,
6037,
345,
313,
1430,
2338,
914,
1789,
2689,
2690,
12917,
1326,
2692,
49,
1612,
5814,
1116,
324,
2342,
2892,
262,
325,
13351,
57,
13352,
5919,
2220,
391,
410,
2917,
298,
13353,
525,
1792,
13354,
13355,
2335
],
),
"pinch_zoom_in": SymbolsMetadata(
popularity: 613,
codepoint: 0xf1fa,
categories: [6],
tags: [
745,
1738,
502,
1209,
13356,
345,
145,
313,
8,
2338,
914,
2689,
1748,
2690,
13357,
2692,
2075,
3035,
1337,
1612,
1116,
262,
386,
13352,
239,
2220,
391,
6237,
410,
525,
1792,
396,
2335,
8268
],
),
"pinch_zoom_out": SymbolsMetadata(
popularity: 715,
codepoint: 0xf1fb,
categories: [6],
tags: [
77,
502,
2442,
13358,
2948,
375,
313,
8,
1430,
1789,
2689,
2690,
2692,
2075,
49,
1344,
1950,
87,
13359,
324,
2892,
1255,
262,
2922,
2343,
57,
13352,
1167,
13360,
6236,
410,
2917,
1792,
13355,
396,
8684,
2335,
3051
],
),
"pip": SymbolsMetadata(
popularity: 117,
codepoint: 0xf64d,
categories: [2],
tags: [
77,
482,
344,
1209,
628,
2812,
8,
781,
346,
9078,
348,
1111,
13319,
10724,
406,
13325,
2892,
1749,
354,
439,
2747,
62,
5238,
9082,
408,
409,
12560,
432,
906,
410,
13312,
433,
2997,
2030,
37,
543,
396,
1187
],
),
"pip_exit": SymbolsMetadata(
popularity: 43,
codepoint: 0xf70d,
categories: [2],
tags: [
77,
1209,
13361,
912,
13362,
13363,
4647,
2125,
1212,
914,
9078,
348,
5809,
1111,
10724,
2195,
406,
352,
13364,
1749,
2343,
62,
5238,
13365,
9082,
408,
1224,
2220,
1124,
2917,
9084,
1226,
37,
543,
1187,
3994
],
),
"pivot_table_chart": SymbolsMetadata(
popularity: 494,
codepoint: 0xe9ce,
categories: [12],
tags: [
924,
1422,
1071,
77,
502,
1423,
517,
569,
373,
933,
1425,
81,
4375,
375,
313,
1677,
1252,
680,
941,
1078,
382,
1081,
68,
6791,
12957,
226,
1086,
92,
9060,
13366,
1427,
1428,
3490,
470,
1459,
1588,
1460,
746,
13367,
1473,
1095,
7510
],
),
"place_item": SymbolsMetadata(
popularity: 1960,
codepoint: 0xf1f0,
categories: [2],
tags: [
1513,
77,
502,
312,
313,
1542,
2814,
2899,
317,
318,
1544,
2816,
1376,
1623,
2324,
323,
6187,
1388,
4151,
1085,
1749,
325,
1535,
327,
13347,
13368,
1392,
329,
13369,
1126,
332,
1920,
12686
],
),
"plagiarism": SymbolsMetadata(
popularity: 1573,
codepoint: 0xea5a,
categories: [12],
tags: [
4423,
1360,
691,
1662,
628,
1724,
5486,
13370,
1580,
1430,
3661,
3497,
13371,
6648,
317,
1213,
1109,
4484,
5208,
13372,
1115,
1117,
1586,
1587,
13373,
13374,
1428,
1736,
1126,
1127,
31,
33,
13375,
13376,
13377,
206,
1485
],
),
"planet": SymbolsMetadata(
popularity: 54,
codepoint: 0xf387,
categories: [3],
tags: [
4076,
4793,
193,
283,
284,
4082,
314,
315,
3092,
1843,
316,
318,
319,
320,
322,
259,
325,
267,
9814,
12799,
6692,
5232,
4180,
823,
331,
65,
332,
10751,
1186,
334,
13378
],
),
"planner_banner_ad_pt": SymbolsMetadata(
popularity: 64,
codepoint: 0xe692,
categories: [1],
tags: [
1175,
1176,
1131,
1178,
1423,
481,
482,
3939,
1333,
628,
485,
8,
1164,
3500,
379,
137,
699,
49,
1595,
385,
1182,
1596,
1597,
57,
59,
62,
820,
5000,
5099,
1184,
13379,
432,
1151,
5523,
2489,
823,
907,
476
],
),
"planner_review": SymbolsMetadata(
popularity: 171,
codepoint: 0xe694,
categories: [9],
tags: [
1659,
1422,
2071,
2464,
2072,
1662,
81,
1160,
1252,
3486,
10,
1078,
1470,
88,
1029,
1585,
616,
586,
2785,
5000,
13380,
3286,
759,
1370,
1428,
3504,
1168,
13381,
1517,
5890,
2463,
2451
],
),
"play_arrow": SymbolsMetadata(
popularity: 27424,
codepoint: 0xe037,
categories: [0],
tags: [
1672,
501,
77,
1268,
2441,
6345,
504,
344,
2701,
345,
1744,
313,
781,
13382,
903,
138,
1344,
406,
354,
1706,
325,
2504,
408,
409,
6348,
906,
410,
2007,
2833,
1293,
2128,
454,
1690,
141,
1348,
37,
333,
1186
],
),
"play_circle": SymbolsMetadata(
popularity: 24358,
codepoint: 0xe1c4,
categories: [0],
tags: [
77,
1268,
6345,
731,
504,
193,
628,
902,
345,
1744,
781,
2953,
1301,
1282,
406,
354,
1706,
2504,
408,
409,
9622,
453,
2860,
6348,
330,
2007,
2128,
454,
1690,
37,
2078
],
),
"play_disabled": SymbolsMetadata(
popularity: 277,
codepoint: 0xef6a,
categories: [0],
tags: [
748,
1268,
1051,
504,
13383,
345,
1744,
868,
1055,
903,
5405,
1222,
6347,
2865,
406,
354,
1706,
13384,
1059,
1061,
2504,
408,
9565,
392,
1067,
2128,
31,
1690,
1068,
37
],
),
"play_for_work": SymbolsMetadata(
popularity: 399,
codepoint: 0xe906,
categories: [7],
tags: [
77,
1268,
3642,
1514,
569,
4908,
193,
1385,
1430,
2814,
147,
346,
1683,
3637,
1515,
1029,
406,
13385,
354,
1391,
2504,
13386,
12234,
408,
409,
4912,
4913,
759,
1516,
2128,
13387,
454,
1517,
37,
1518
],
),
"play_lesson": SymbolsMetadata(
popularity: 630,
codepoint: 0xf047,
categories: [0],
tags: [
4423,
1268,
3390,
1693,
504,
1906,
902,
3089,
44,
13388,
3092,
2816,
3094,
5448,
3100,
13389,
13390,
13391,
406,
4726,
439,
2504,
13392,
408,
3380,
2885,
6348,
3506,
2737,
2128,
10327,
3029,
1690,
4468,
37
],
),
"play_pause": SymbolsMetadata(
popularity: 1544,
codepoint: 0xf137,
categories: [0],
tags: [
748,
77,
1268,
517,
504,
1103,
902,
345,
1744,
13393,
903,
1108,
3378,
5453,
1470,
406,
352,
1706,
1223,
2504,
408,
409,
6348,
2128,
1226,
411,
413,
1690,
37
],
),
"playing_cards": SymbolsMetadata(
popularity: 72,
codepoint: 0xf5dc,
categories: [3],
tags: [
13394,
13395,
13396,
5378,
13397,
5420,
13398,
5354,
5379,
6891,
1487,
781,
8104,
5427,
5382,
13399,
13400,
4724,
5716,
4507,
1958,
13401,
3363,
13402,
3653,
6894,
5431,
3298,
13403,
1711,
13404,
13405
],
),
"playlist_add": SymbolsMetadata(
popularity: 2976,
codepoint: 0xe03b,
categories: [0],
tags: [
231,
745,
13406,
1268,
13407,
1423,
517,
1197,
1325,
11326,
147,
1679,
1376,
86,
1345,
87,
1470,
88,
406,
13408,
1706,
13409,
887,
13410,
1709,
13411,
239,
1433,
1459,
13412,
1293,
31
],
),
"playlist_add_check": SymbolsMetadata(
popularity: 1918,
codepoint: 0xe065,
categories: [0],
tags: [
745,
4471,
8580,
1660,
1466,
1268,
1662,
3180,
1197,
463,
1665,
2683,
1666,
4801,
86,
1345,
88,
1166,
439,
1706,
1668,
91,
1709,
239,
1710,
362,
94,
6144,
245,
1517,
1669,
2334,
1576,
37,
1671
],
),
"playlist_add_check_circle": SymbolsMetadata(
popularity: 749,
codepoint: 0xe7e6,
categories: [0],
tags: [
2655,
745,
1342,
13413,
2133,
1268,
1374,
2137,
1662,
193,
1197,
463,
2683,
628,
1325,
1666,
1252,
1198,
13414,
13415,
86,
1345,
88,
1667,
1166,
406,
1706,
91,
92,
1709,
453,
94,
1293,
245,
2146,
1576,
37
],
),
"playlist_add_circle": SymbolsMetadata(
popularity: 478,
codepoint: 0xe7e5,
categories: [0],
tags: [
745,
1342,
8580,
2133,
1268,
2137,
1662,
193,
1197,
1325,
13382,
1345,
88,
1166,
406,
354,
1706,
887,
1709,
239,
1710,
453,
2145,
3053,
1293,
2146,
2030,
37
],
),
"playlist_play": SymbolsMetadata(
popularity: 1015,
codepoint: 0xe05f,
categories: [0],
tags: [
8805,
77,
1268,
517,
1197,
628,
781,
8578,
699,
1470,
88,
406,
407,
686,
439,
1706,
2504,
13416,
408,
409,
1709,
1710,
13417,
2145,
2128,
454,
3054,
1690,
1464,
37
],
),
"playlist_remove": SymbolsMetadata(
popularity: 954,
codepoint: 0xeb80,
categories: [0],
tags: [
4989,
1342,
1208,
780,
1209,
1197,
1235,
1210,
4646,
6903,
811,
3371,
915,
916,
1345,
1470,
88,
406,
1255,
1706,
1709,
453,
1224,
13412,
1261,
97,
13418,
5167,
7032,
3994
],
),
"plug_connect": SymbolsMetadata(
popularity: 50,
codepoint: 0xf35a,
categories: [11],
tags: [
5550,
4936,
3680,
3869,
1073,
284,
4937,
4938,
13419,
288,
3683,
3870,
3922,
1877,
3684,
46,
10936,
1111,
1344,
1314,
5554,
1732,
3970,
1315,
3688,
3919,
4940,
764,
765,
65,
3375,
4941
],
),
"plumbing": SymbolsMetadata(
popularity: 846,
codepoint: 0xf107,
categories: [5],
tags: [
1374,
1180,
1075,
1497,
375,
3864,
13420,
2781,
13421,
1747,
1077,
2511,
382,
5388,
1140,
1499,
4877,
1622,
1525,
1470,
3961,
267,
8881,
13422,
3849,
4880,
13423,
652,
1093,
1780,
3375,
8552,
3830,
4883
],
),
"podcasts": SymbolsMetadata(
popularity: 2049,
codepoint: 0xf048,
categories: [0],
tags: [
1268,
12990,
517,
731,
2022,
193,
283,
628,
781,
13382,
259,
1470,
1301,
13424,
406,
686,
1285,
1706,
267,
2456,
2504,
3379,
9622,
13425,
2055,
453,
273,
1293,
594,
411,
1296,
65,
5516,
1298,
1855,
278
],
),
"podiatry": SymbolsMetadata(
popularity: 31,
codepoint: 0xe120,
categories: [15],
tags: [
3547,
690,
3551,
3132,
6965,
2373,
4925,
1761,
7194,
3785,
697,
892,
1763,
581,
2377,
3135,
3556,
894,
1767,
10484,
12796,
4274,
13426,
29,
7427,
9761,
710,
2927,
4963,
3142,
5377,
3143,
3799
],
),
"podium": SymbolsMetadata(
popularity: 172,
codepoint: 0xf7fb,
categories: [9],
tags: [
3,
3494,
3667,
6,
5093,
3496,
7932,
10,
1907,
13427,
13428,
3157,
5448,
3502,
648,
327,
1685,
11145,
1427,
9623,
13429,
795,
360,
594,
30,
6120,
4154,
245,
3926,
1263,
3508,
3510,
5691
],
),
"point_of_sale": SymbolsMetadata(
popularity: 2353,
codepoint: 0xf17e,
categories: [11],
tags: [
924,
569,
1647,
11360,
931,
13430,
1416,
934,
1417,
224,
1729,
1390,
13431,
948,
12033,
950,
951,
13432,
328,
13433,
13434,
13435,
1654,
985,
1393,
13436,
6724,
2467,
3279,
11363,
1394,
1396,
1093,
1317,
13437,
13438,
13439,
956
],
),
"point_scan": SymbolsMetadata(
popularity: 194,
codepoint: 0xf70c,
categories: [2],
tags: [
480,
7544,
5521,
1422,
9573,
1703,
193,
81,
7810,
44,
314,
316,
317,
904,
10592,
68,
87,
2324,
1535,
328,
1167,
4261,
7092,
3380,
1736,
5490,
1126,
392,
273,
13440,
5838,
1227,
65
],
),
"poker_chip": SymbolsMetadata(
popularity: 59,
codepoint: 0xf49b,
categories: [3],
tags: [
5418,
5419,
5420,
5421,
4917,
5423,
193,
932,
1197,
937,
5424,
4734,
1105,
781,
941,
379,
5426,
5427,
13441,
5382,
5725,
4724,
5428,
1376,
1958,
5430,
948,
492,
2553,
5431,
13442,
3298,
330,
1711,
31,
5433,
2500,
5435
],
),
"policy": SymbolsMetadata(
popularity: 4836,
codepoint: 0xea17,
categories: [13],
tags: [
1756,
2438,
1553,
3087,
3181,
2876,
2442,
81,
13443,
1430,
13444,
147,
317,
1109,
3748,
5408,
68,
3722,
2446,
88,
1115,
1116,
1117,
1029,
3676,
1587,
11212,
1034,
1063,
1573,
1574,
1751,
1428,
2159,
1126,
1036,
1127,
1575,
13445,
5997,
9778,
33,
1576
],
),
"policy_alert": SymbolsMetadata(
popularity: 199,
codepoint: 0xf407,
categories: [13],
tags: [
3104,
861,
1360,
1361,
691,
1553,
3181,
2876,
1365,
2714,
1366,
3915,
317,
4496,
1109,
5408,
3459,
1367,
68,
2716,
3722,
2446,
1115,
1116,
1117,
1166,
616,
11212,
1034,
1063,
2719,
1573,
1574,
1751,
1370,
1065,
4416,
2159,
1126,
1036,
1127,
1575,
291,
31,
9778,
1690,
1576,
206
],
),
"polyline": SymbolsMetadata(
popularity: 1024,
codepoint: 0xebbb,
categories: [12],
tags: [
373,
1578,
1073,
1074,
284,
1325,
81,
485,
375,
2780,
378,
488,
381,
1078,
137,
384,
87,
1470,
3424,
289,
1625,
2802,
851,
13446,
390,
1152,
2460,
392,
4565,
1409,
476,
10752
],
),
"polymer": SymbolsMetadata(
popularity: 515,
codepoint: 0xe8ab,
categories: [6],
tags: [
480,
1466,
10748,
2390,
1522,
4169,
284,
6786,
375,
3497,
2781,
1077,
1078,
13447,
4132,
1314,
1084,
2480,
1166,
4178,
10750,
267,
1088,
13448,
91,
2362,
13449,
4180,
5976,
94,
955,
514
],
),
"pool": SymbolsMetadata(
popularity: 2065,
codepoint: 0xeb48,
categories: [16],
tags: [
2508,
4347,
7323,
7539,
3811,
4037,
690,
13450,
781,
11,
3834,
2882,
8943,
3294,
697,
7541,
3819,
2733,
581,
1894,
1958,
2485,
3652,
588,
589,
2553,
2504,
3824,
3298,
1916,
3825,
2421,
3826,
3520,
2369,
13451,
3828,
3142,
1960,
3830
],
),
"portable_wifi_off": SymbolsMetadata(
popularity: 153,
codepoint: 0xe0ce,
categories: [4],
tags: [
284,
13452,
3260,
1299,
81,
13453,
868,
2713,
1055,
13454,
259,
11630,
87,
13455,
267,
13456,
2015,
6428,
7574,
13457,
13239,
1059,
1060,
1061,
2534,
13458,
13459,
652,
13460,
273,
13461,
2018,
1067,
13462,
13463,
1068,
277,
13464,
13243,
278
],
),
"position_bottom_left": SymbolsMetadata(
popularity: 19,
codepoint: 0xf70b,
categories: [2],
tags: [
2148,
1520,
1672,
501,
1131,
2184,
13465,
309,
2701,
310,
2812,
485,
312,
313,
382,
2816,
1344,
385,
2195,
323,
174,
262,
630,
507,
271,
326,
327,
2196,
328,
329,
13466,
1149,
410,
7088,
1152,
2833,
1540,
525,
1227,
1263,
141,
1348,
333,
1186,
1187,
1155
],
),
"position_bottom_right": SymbolsMetadata(
popularity: 21,
codepoint: 0xf70a,
categories: [2],
tags: [
2147,
2148,
1520,
1672,
501,
503,
13467,
2701,
345,
310,
2812,
485,
313,
1745,
13468,
382,
51,
1344,
385,
323,
174,
262,
630,
507,
271,
1535,
2196,
328,
329,
2188,
13466,
179,
410,
2833,
525,
1263,
141,
1348,
333,
1186,
1187
],
),
"position_top_right": SymbolsMetadata(
popularity: 31,
codepoint: 0xf709,
categories: [2],
tags: [
2147,
1520,
1672,
501,
1131,
77,
482,
2701,
345,
2812,
485,
313,
1164,
382,
2816,
51,
1344,
385,
323,
262,
630,
1749,
325,
492,
507,
271,
326,
1535,
2196,
1167,
329,
13466,
906,
410,
1151,
2833,
7444,
433,
525,
1227,
1263,
141,
1348,
333,
1186,
1187
],
),
"post": SymbolsMetadata(
popularity: 43,
codepoint: 0xe705,
categories: [12],
tags: [
745,
2440,
3063,
628,
1325,
1580,
1430,
1431,
147,
488,
1470,
1583,
583,
887,
1480,
1586,
1587,
1352,
1353,
453,
432,
1588,
2925,
1485
],
),
"post_add": SymbolsMetadata(
popularity: 4122,
codepoint: 0xea20,
categories: [12],
tags: [
231,
745,
1620,
13469,
13470,
2440,
3063,
1578,
13471,
628,
1325,
13472,
13473,
81,
1580,
1430,
1677,
1431,
147,
1680,
1681,
583,
887,
13474,
1585,
1586,
1587,
239,
1352,
13475,
1353,
13476,
4586,
1588,
4520,
243,
33,
1590,
1485
],
),
"potted_plant": SymbolsMetadata(
popularity: 2430,
codepoint: 0xf8aa,
categories: [3],
tags: [
2351,
1161,
6223,
1843,
2353,
13477,
7981,
3816,
1820,
2355,
234,
1140,
13478,
13479,
13480,
6553,
9727,
2359,
2360,
3959,
2361,
1825,
2362,
1826,
13481,
6478,
13482,
13483,
13484,
7987
],
),
"power": SymbolsMetadata(
popularity: 1904,
codepoint: 0xe63c,
categories: [11],
tags: [
9573,
504,
3680,
193,
345,
4938,
288,
1300,
3683,
3870,
3922,
2532,
4327,
3684,
51,
87,
1059,
1061,
5554,
3970,
3688,
10316,
3446,
762,
13485,
2128,
4249,
1226,
2402,
1093,
65,
413,
5166,
9005
],
),
"power_input": SymbolsMetadata(
popularity: 201,
codepoint: 0xe336,
categories: [11],
tags: [
5550,
13486,
4936,
3680,
3869,
1073,
4937,
1842,
288,
3683,
3870,
3922,
2532,
3684,
1111,
1344,
1470,
3970,
1315,
3688,
12841,
12842,
13487,
13488,
3919,
4940,
5557,
65,
3375,
7097,
13489,
13490
],
),
"power_off": SymbolsMetadata(
popularity: 753,
codepoint: 0xe646,
categories: [11],
tags: [
504,
3680,
193,
1209,
1103,
345,
4938,
288,
868,
3683,
3870,
1055,
13491,
1212,
904,
1110,
87,
11507,
1059,
1061,
5554,
3970,
3688,
12038,
3446,
5923,
1067,
12039,
10417,
2402,
9915,
13492,
31,
1093,
413,
5166,
9005,
3730
],
),
"power_settings_circle": SymbolsMetadata(
popularity: 37,
codepoint: 0xf418,
categories: [6],
tags: [
3679,
504,
193,
462,
685,
1073,
345,
3261,
3922,
3684,
1110,
293,
68,
87,
1059,
1061,
70,
3688,
12038,
3892,
10316,
3446,
330,
1539,
71,
7084,
13485,
509,
2402,
31,
1093,
413
],
),
"power_settings_new": SymbolsMetadata(
popularity: 6465,
codepoint: 0xe8ac,
categories: [6],
tags: [
748,
504,
193,
1103,
345,
288,
3870,
1877,
3684,
293,
68,
3451,
87,
1729,
1059,
1061,
3688,
1035,
1539,
71,
13485,
2128,
1226,
2402,
31,
1093,
413,
3375
],
),
"prayer_times": SymbolsMetadata(
popularity: 25,
codepoint: 0xf838,
categories: [3],
tags: [
13493,
9460,
1496,
929,
4083,
12123,
5779,
5782,
12124,
12126,
13494,
13495,
3295,
12131,
12132,
2784,
12133,
12134,
5783,
5784,
5185,
13496,
5785,
5787,
13497,
13498,
9167,
332,
5193
],
),
"precision_manufacturing": SymbolsMetadata(
popularity: 4231,
codepoint: 0xf049,
categories: [9],
tags: [
2319,
779,
7992,
5751,
11664,
3206,
3349,
2123,
13499,
1522,
6444,
13500,
1325,
2781,
8466,
6446,
4877,
13501,
13502,
13503,
5311,
1729,
4878,
5756,
11667,
5313,
4879,
2330,
8834,
13504,
2364,
681,
10372,
2499,
13505,
13506,
5557,
65,
8468
],
),
"pregnancy": SymbolsMetadata(
popularity: 32,
codepoint: 0xf5f1,
categories: [3],
tags: [
13507,
3525,
10016,
690,
993,
2053,
13508,
13509,
1026,
3529,
1796,
225,
697,
892,
581,
7876,
1803,
4711,
894,
1767,
8509,
4713,
3533,
289,
1032,
13510,
588,
589,
8626,
8627,
13511,
13512,
590,
13513,
13514,
888,
4719,
7877
],
),
"pregnant_woman": SymbolsMetadata(
popularity: 1128,
codepoint: 0xe91e,
categories: [3],
tags: [
13507,
3525,
10016,
690,
993,
2053,
13509,
1026,
1796,
225,
697,
892,
581,
7876,
4711,
894,
1767,
4713,
3533,
289,
588,
589,
8626,
8627,
13511,
13512,
590,
13513,
13514,
888,
4719,
7877
],
),
"preliminary": SymbolsMetadata(
popularity: 125,
codepoint: 0xe7d8,
categories: [2],
tags: [
1660,
1592,
13515,
1742,
1662,
463,
6084,
485,
1666,
4511,
2780,
378,
1252,
6611,
2153,
2217,
137,
697,
384,
2667,
87,
3039,
756,
1166,
1641,
13516,
1668,
4517,
2621,
12812,
2589,
328,
13517,
2450,
362,
392,
644,
4565,
1170,
1669,
511,
2334,
1576,
1590,
1671
],
),
"prescriptions": SymbolsMetadata(
popularity: 75,
codepoint: 0xe121,
categories: [3],
tags: [
864,
3132,
3088,
1235,
13518,
1580,
13519,
1430,
5205,
1762,
2425,
904,
697,
13520,
892,
4256,
13332,
894,
11818,
13521,
1767,
13331,
13522,
1768,
13523,
1769,
1770,
1574,
11416,
705,
13524,
3142,
5377
],
),
"present_to_all": SymbolsMetadata(
popularity: 1080,
codepoint: 0xe0df,
categories: [7],
tags: [
2280,
77,
1190,
731,
4276,
5446,
573,
5093,
13525,
8,
2179,
3092,
10867,
319,
579,
13526,
5097,
13527,
1732,
5008,
1427,
1516,
2045,
410,
1528,
2007,
2833,
5980,
1294,
454,
597,
1712,
3029,
333,
8697,
1186
],
),
"preview": SymbolsMetadata(
popularity: 5847,
codepoint: 0xf1c5,
categories: [6],
tags: [
1662,
485,
13528,
13529,
1542,
8,
5811,
316,
10868,
5795,
13530,
5812,
385,
1115,
630,
1183,
8393,
3781,
13531,
9714,
2894,
13532,
410,
13533,
1127,
2007,
8388,
2833,
1540,
7496,
396,
7348,
4318,
2078,
333,
1186,
1187,
5235
],
),
"preview_off": SymbolsMetadata(
popularity: 36,
codepoint: 0xf7af,
categories: [6],
tags: [
2596,
3319,
7342,
13534,
1760,
13535,
485,
868,
13536,
1055,
5795,
1221,
2915,
813,
385,
13537,
7345,
7346,
1059,
1060,
1061,
9714,
13538,
1034,
13539,
13540,
2894,
410,
1036,
1127,
2007,
13541,
13542,
2833,
7347,
13543,
10266,
396,
13544,
13545,
333,
1186,
1187,
5235
],
),
"price_change": SymbolsMetadata(
popularity: 1856,
codepoint: 0xf04a,
categories: [9],
tags: [
1422,
77,
502,
928,
930,
931,
1742,
373,
932,
934,
1417,
936,
937,
81,
5037,
2879,
375,
938,
2814,
2573,
8471,
941,
942,
1078,
234,
235,
1389,
948,
523,
950,
951,
1421,
13546,
1428,
2420,
1395,
746,
7260,
4663,
8850,
31,
1429,
6639,
1701,
98,
36
],
),
"price_check": SymbolsMetadata(
popularity: 2400,
codepoint: 0xf04b,
categories: [9],
tags: [
1660,
13547,
928,
930,
931,
1662,
13548,
932,
934,
13549,
463,
1417,
936,
937,
10077,
12060,
938,
1666,
941,
5409,
52,
5813,
1166,
948,
12554,
1668,
523,
950,
951,
1421,
13550,
1654,
1393,
6724,
954,
1736,
13551,
1737,
13552,
362,
1395,
31,
182,
1669,
956,
2334,
36,
1576,
1671
],
),
"print": SymbolsMetadata(
popularity: 8979,
codepoint: 0xe8ad,
categories: [11],
tags: [
1723,
1724,
288,
1430,
4511,
8556,
1110,
2667,
6253,
1729,
1391,
1732,
1587,
1120,
1734,
1735,
13274,
13553,
13554,
3067,
1353,
1737,
2298
],
),
"print_add": SymbolsMetadata(
popularity: 4,
codepoint: 0xf7a2,
categories: [11],
tags: [
231,
748,
745,
504,
345,
1325,
1235,
288,
1476,
1430,
4511,
8556,
147,
488,
137,
1728,
138,
2667,
1344,
1729,
506,
887,
1391,
355,
1732,
1587,
239,
1734,
1735,
2298,
31
],
),
"print_connect": SymbolsMetadata(
popularity: 8,
codepoint: 0xf7a1,
categories: [11],
tags: [
861,
1660,
1662,
1664,
283,
463,
1073,
284,
254,
288,
44,
1666,
4511,
46,
8556,
2667,
1314,
13555,
1729,
1166,
267,
3173,
13556,
1391,
1668,
523,
4277,
13205,
1587,
4289,
1734,
13557,
1735,
362,
2298,
1528,
764,
765,
65,
1669,
2334,
1576,
278,
13558,
1671
],
),
"print_disabled": SymbolsMetadata(
popularity: 384,
codepoint: 0xe9cf,
categories: [11],
tags: [
2596,
13559,
1051,
6311,
13560,
5920,
288,
868,
1430,
1055,
1213,
137,
13561,
13562,
13563,
1059,
1061,
1732,
1587,
1734,
13564,
13565,
1735,
13566,
13567,
13568,
13569,
1065,
13570,
1067,
31,
1068,
13571,
1409
],
),
"print_error": SymbolsMetadata(
popularity: 8,
codepoint: 0xf7a0,
categories: [11],
tags: [
3104,
1360,
1361,
691,
283,
519,
1365,
288,
1430,
13572,
4511,
2714,
1366,
2715,
8556,
1479,
147,
1110,
1367,
2667,
2716,
1515,
1729,
2717,
1166,
583,
616,
1391,
1732,
1587,
1734,
1735,
2719,
1710,
1428,
2298,
652,
291,
31,
65,
1690,
206
],
),
"print_lock": SymbolsMetadata(
popularity: 4,
codepoint: 0xf651,
categories: [11],
tags: [
861,
1757,
13573,
1760,
13574,
1430,
4511,
8556,
1213,
2667,
1777,
1056,
1729,
1391,
5948,
1587,
5318,
2670,
1734,
13575,
13576,
1735,
1034,
1063,
13577,
1573,
1574,
1065,
1066,
3187,
705,
1773,
13578,
3189,
1036,
2298,
1575
],
),
"priority": SymbolsMetadata(
popularity: 3086,
codepoint: 0xe19f,
categories: [6],
tags: [
1360,
1660,
1361,
691,
1662,
463,
3681,
7947,
1365,
1666,
2714,
4701,
3500,
4496,
904,
4413,
13579,
1367,
51,
174,
814,
616,
1668,
289,
11517,
1036,
362,
392,
13580,
31,
1669,
1690,
13581,
2435,
4699,
206,
1671
],
),
"priority_high": SymbolsMetadata(
popularity: 8746,
codepoint: 0xe645,
categories: [6],
tags: [
3104,
1359,
1360,
1361,
691,
3681,
1365,
2714,
1366,
4701,
3915,
4496,
3459,
13579,
1367,
51,
1166,
583,
1480,
616,
289,
328,
11517,
1370,
273,
31,
1690,
2930,
2435,
206
],
),
"privacy": SymbolsMetadata(
popularity: 143,
codepoint: 0xf148,
categories: [0],
tags: [
861,
13106,
1757,
13582,
5136,
40,
4239,
5093,
1760,
13178,
81,
1273,
6803,
868,
1055,
5947,
346,
5106,
1027,
1110,
1278,
1279,
49,
68,
8035,
1777,
1284,
1285,
353,
6807,
1286,
1059,
1060,
1061,
5948,
1778,
13583,
62,
1034,
1063,
1574,
453,
3271,
1065,
705,
6260,
1773,
13584,
1036,
13585,
1575,
1067,
1293,
37,
434,
1298
],
),
"privacy_tip": SymbolsMetadata(
popularity: 2106,
codepoint: 0xf0dc,
categories: [13],
tags: [
565,
10241,
1360,
1177,
3129,
865,
1553,
13586,
345,
81,
145,
8020,
2816,
871,
10689,
5073,
293,
68,
616,
920,
11212,
1034,
1063,
1573,
1574,
3187,
3188,
6260,
1773,
1036,
1774,
652,
71,
1575,
10244,
880,
4841,
601,
1576,
206
],
),
"private_connectivity": SymbolsMetadata(
popularity: 731,
codepoint: 0xe744,
categories: [13],
tags: [
861,
13587,
284,
254,
81,
13588,
8020,
259,
6805,
1777,
1056,
267,
6807,
523,
13589,
5318,
1034,
1063,
10880,
3185,
13590,
1574,
13591,
705,
1773,
13592,
12524,
8033,
13593,
1036,
1575,
10050,
13594,
13595
],
),
"problem": SymbolsMetadata(
popularity: 382,
codepoint: 0xe122,
categories: [6],
tags: [
3104,
1360,
1361,
930,
691,
13596,
3681,
1365,
4407,
2714,
8147,
1366,
3915,
697,
1367,
68,
2716,
1166,
583,
616,
2719,
13597,
1428,
4416,
1036,
273,
291,
31,
1690,
206,
4422
],
),
"procedure": SymbolsMetadata(
popularity: 29,
codepoint: 0xe651,
categories: [3],
tags: [
748,
1466,
3087,
375,
1077,
5057,
2816,
697,
10238,
88,
894,
1118,
1119,
91,
586,
2785,
2988,
1090,
759,
94,
2145,
6418,
4963,
955,
13598,
1093,
1517,
2463,
2989
],
),
"process_chart": SymbolsMetadata(
popularity: 93,
codepoint: 0xf855,
categories: [12],
tags: [
77,
481,
1072,
373,
284,
81,
375,
1077,
5057,
903,
1078,
1080,
1081,
1623,
87,
1470,
1314,
324,
226,
1086,
267,
3424,
586,
1625,
2785,
2988,
1090,
2923,
1092,
94,
7198,
13599,
1067,
7848,
6418,
4963,
5723,
955,
2463,
1096,
2989
],
),
"production_quantity_limits": SymbolsMetadata(
popularity: 1691,
codepoint: 0xe1d1,
categories: [9],
tags: [
3104,
1360,
223,
1361,
928,
1133,
482,
3897,
930,
1648,
4661,
931,
691,
932,
934,
7431,
345,
80,
936,
937,
1365,
938,
2640,
2714,
1366,
2274,
1367,
3772,
550,
1951,
1141,
1029,
5756,
1166,
4756,
948,
616,
21,
523,
9500,
2572,
950,
951,
1653,
681,
26,
2366,
1395,
13600,
4663,
31,
1068,
206
],
),
"productivity": SymbolsMetadata(
popularity: 695,
codepoint: 0xe296,
categories: [10],
tags: [
1659,
1359,
2071,
569,
2072,
1159,
5013,
1160,
2074,
3480,
10,
1140,
6286,
1029,
4259,
1143,
616,
1391,
586,
920,
5000,
3489,
3286,
759,
13601,
1370,
1168,
3753,
1171,
2463,
1095,
1518
],
),
"progress_activity": SymbolsMetadata(
popularity: 1416,
codepoint: 0xe9d0,
categories: [2],
tags: [
2508,
341,
750,
751,
193,
462,
284,
81,
2089,
9801,
51,
756,
757,
267,
758,
759,
760,
761,
29,
763,
291,
764,
765,
1517,
1171,
526,
513,
2451,
766
],
),
"prompt_suggestion": SymbolsMetadata(
popularity: 678,
codepoint: 0xf4f6,
categories: [2],
tags: [
77,
2821,
13602,
13603,
3802,
6084,
314,
3870,
3684,
11230,
13604,
4484,
138,
3805,
4174,
11227,
4428,
3094,
2195,
9127,
2291,
583,
876,
3688,
1482,
2298,
1528,
4181,
31,
4850,
6030,
4448
],
rtlAutoMirrored: true,
),
"propane": SymbolsMetadata(
popularity: 187,
codepoint: 0xec14,
categories: [8],
tags: [
8890,
1758,
5695,
1333,
4206,
6838,
3684,
13605,
8186,
5973,
3871,
8894,
1847,
1140,
51,
4877,
792,
87,
1143,
3652,
2534,
3688,
13606,
2531,
1689,
5557,
12766,
3375,
8552,
554
],
),
"propane_tank": SymbolsMetadata(
popularity: 481,
codepoint: 0xec13,
categories: [8],
tags: [
8890,
12829,
1758,
3644,
1333,
4206,
6838,
811,
3684,
5179,
8186,
2274,
5973,
3871,
8894,
3023,
4877,
792,
17,
1143,
3652,
2534,
13606,
5555,
12765,
1503,
4034,
1689,
5557,
12766,
3375
],
),
"psychiatry": SymbolsMetadata(
popularity: 463,
codepoint: 0xe123,
categories: [3],
tags: [
1422,
6026,
6027,
13607,
3092,
3816,
977,
697,
892,
13608,
5476,
2466,
4428,
13609,
2359,
3094,
2360,
894,
2794,
5718,
13610,
6028,
12553,
1826,
13611,
6029,
4180,
7987,
3142,
4850,
13612,
5581,
6030,
3493,
4448,
6877
],
),
"psychology": SymbolsMetadata(
popularity: 8340,
codepoint: 0xea4a,
categories: [3],
tags: [
4668,
3429,
690,
6026,
10794,
12508,
6027,
2301,
3092,
1108,
1776,
977,
697,
581,
3805,
6791,
13613,
2466,
4428,
3094,
2794,
5718,
6028,
13614,
588,
589,
921,
13615,
13616,
13617,
6029,
4179,
4180,
71,
1292,
593,
3142,
4850,
4851,
5581,
6030,
12869
],
),
"psychology_alt": SymbolsMetadata(
popularity: 3135,
codepoint: 0xf8ea,
categories: [3],
tags: [
3941,
480,
1591,
1422,
865,
4668,
3429,
690,
6026,
6027,
2301,
13607,
13618,
1108,
1776,
977,
697,
892,
871,
581,
8613,
3805,
293,
68,
13613,
2466,
4428,
3094,
894,
5718,
13610,
6028,
588,
589,
921,
590,
13615,
13611,
6029,
3943,
3945,
4180,
71,
5394,
593,
4181,
4391,
880,
31,
3142,
4850,
4851,
5581,
6030
],
),
"public": SymbolsMetadata(
popularity: 18469,
codepoint: 0xe80b,
categories: [3],
tags: [
861,
862,
193,
574,
284,
4495,
315,
13619,
318,
319,
320,
322,
259,
323,
324,
267,
2922,
5232,
2045,
330,
1528,
593,
823,
331,
5321,
7348,
333,
334,
9816
],
),
"public_off": SymbolsMetadata(
popularity: 899,
codepoint: 0xf1ca,
categories: [3],
tags: [
861,
193,
284,
12334,
868,
315,
1055,
318,
319,
320,
322,
1951,
323,
324,
1085,
267,
1059,
1061,
5232,
1034,
1063,
2045,
1065,
1036,
1067,
593,
823,
331,
1068,
333,
334
],
),
"publish": SymbolsMetadata(
popularity: 3454,
codepoint: 0xe255,
categories: [2],
tags: [
77,
6241,
1675,
2998,
81,
615,
13620,
2179,
1430,
3008,
1695,
147,
2999,
1594,
259,
267,
523,
1352,
2045,
1353,
5319,
2298,
13621,
1528,
526,
1701,
527,
8352,
3253,
13622
],
),
"published_with_changes": SymbolsMetadata(
popularity: 3973,
codepoint: 0xf232,
categories: [6],
tags: [
1660,
2679,
77,
502,
2440,
3063,
6164,
1662,
6165,
463,
628,
1430,
1666,
4511,
1252,
147,
6167,
3439,
1470,
3039,
756,
1166,
1641,
1668,
1586,
1587,
1352,
1353,
13623,
432,
760,
2449,
3607,
7828,
470,
1539,
362,
1528,
1588,
433,
33,
1669,
2451,
527,
2334,
1576,
3665,
7610,
1485,
1671
],
),
"pulmonology": SymbolsMetadata(
popularity: 41,
codepoint: 0xe124,
categories: [3],
tags: [
837,
13624,
13625,
3547,
4166,
690,
1840,
1875,
13626,
5364,
7631,
2373,
1761,
11,
2882,
697,
892,
1763,
581,
138,
13627,
13628,
894,
1767,
9759,
3766,
9760,
13629,
11713,
13630,
13631,
12808,
4180,
31,
13632,
13633
],
),
"pulse_alert": SymbolsMetadata(
popularity: 68,
codepoint: 0xf501,
categories: [3],
tags: [
3104,
2508,
1360,
1422,
1361,
5364,
691,
373,
3681,
1365,
81,
1580,
1761,
7767,
2425,
2714,
1366,
1078,
697,
4507,
13634,
7769,
5370,
3459,
1367,
68,
87,
13635,
1166,
17,
894,
18,
630,
4259,
616,
5876,
4261,
359,
1428,
273,
291,
31,
2435,
4264,
206,
1854,
7196
],
),
"punch_clock": SymbolsMetadata(
popularity: 464,
codepoint: 0xeaa8,
categories: [11],
tags: [
11334,
13636,
569,
1159,
13637,
13638,
1160,
13639,
5886,
5389,
13640,
1391,
13641,
13642,
13643,
13644,
13645,
13646,
4133,
1168,
1171,
13647,
13648,
13649,
8088,
3469,
1172,
13650,
7817,
1095,
13651,
13652,
2557
],
),
"qr_code": SymbolsMetadata(
popularity: 3991,
codepoint: 0xef6b,
categories: [9],
tags: [
13653,
861,
3771,
40,
1102,
519,
1073,
6275,
13654,
13655,
288,
13656,
2003,
68,
1314,
3780,
406,
262,
647,
3354,
951,
1653,
13657,
3774,
3101,
13658,
3380,
1483,
1736,
13659,
1528,
1700,
433,
65,
956,
1530,
13660,
4820,
1186
],
),
"qr_code_2": SymbolsMetadata(
popularity: 4879,
codepoint: 0xe00a,
categories: [9],
tags: [
13653,
3771,
569,
40,
1102,
284,
975,
81,
44,
10253,
2003,
68,
1314,
3780,
1182,
13661,
406,
262,
3354,
951,
1653,
13657,
3774,
3101,
13658,
2885,
1483,
1736,
1737,
2029,
1700,
433,
13662,
65,
1530,
13660,
1186
],
),
"qr_code_2_add": SymbolsMetadata(
popularity: 38,
codepoint: 0xf658,
categories: [9],
tags: [
231,
745,
3771,
569,
40,
1102,
284,
1325,
81,
44,
1350,
382,
138,
68,
1314,
406,
262,
887,
951,
239,
1653,
13657,
3774,
3101,
13658,
2623,
1483,
1736,
988,
1700,
433,
2710,
31,
65,
1530,
13660
],
),
"qr_code_scanner": SymbolsMetadata(
popularity: 7396,
codepoint: 0xf206,
categories: [9],
tags: [
861,
1672,
501,
5217,
3771,
517,
40,
1102,
2337,
13654,
44,
68,
1470,
1314,
13661,
406,
262,
13663,
3354,
951,
271,
1653,
13657,
3774,
3101,
13658,
3779,
2457,
1483,
1736,
1737,
1700,
433,
65,
1530,
13660,
1186
],
),
"query_stats": SymbolsMetadata(
popularity: 10159,
codepoint: 0xe4fc,
categories: [9],
tags: [
1422,
1071,
373,
193,
1425,
81,
375,
5811,
316,
317,
1109,
1078,
1081,
68,
2465,
2323,
87,
1115,
1116,
1117,
2327,
226,
17,
1086,
4259,
648,
2331,
3490,
4179,
2332,
3504,
1126,
1127,
746,
7260,
1095,
2468
],
),
"question_exchange": SymbolsMetadata(
popularity: 282,
codepoint: 0xf7f3,
categories: [2],
tags: [
6620,
6299,
865,
568,
570,
572,
283,
574,
1475,
2725,
2726,
13664,
5644,
1479,
5570,
10245,
871,
10242,
5409,
10243,
583,
13665,
2331,
3944,
1483,
652,
1484,
880,
13666,
4852
],
),
"question_mark": SymbolsMetadata(
popularity: 10853,
codepoint: 0xeb8b,
categories: [6],
tags: [
3941,
6299,
865,
193,
6621,
13667,
2931,
1745,
5643,
3092,
5644,
4484,
3168,
871,
10689,
293,
68,
3942,
13668,
3094,
1166,
2719,
3943,
5721,
2331,
3945,
1170,
880,
31,
3946,
4036
],
),
"queue_music": SymbolsMetadata(
popularity: 1586,
codepoint: 0xe03d,
categories: [0],
tags: [
1268,
911,
1197,
781,
1470,
88,
406,
686,
506,
1706,
8110,
1480,
91,
586,
408,
409,
1709,
1710,
13669,
94,
9795,
1293,
1711,
923,
595,
97,
3054
],
rtlAutoMirrored: true,
),
"queue_play_next": SymbolsMetadata(
popularity: 425,
codepoint: 0xe066,
categories: [0],
tags: [
231,
745,
13406,
1702,
77,
1268,
345,
1704,
288,
8,
13670,
489,
1110,
88,
1667,
406,
686,
630,
1706,
9897,
887,
905,
91,
92,
2504,
408,
409,
1709,
239,
1710,
13671,
4665,
2269,
410,
94,
1293,
454,
411,
31,
2030,
1713,
37,
543
],
),
"quick_phrases": SymbolsMetadata(
popularity: 931,
codepoint: 0xe7d1,
categories: [4],
tags: [
13672,
13673,
568,
13674,
570,
572,
13675,
573,
283,
3841,
13676,
6111,
1165,
1479,
13677,
3936,
5225,
583,
13678,
13679,
5590,
3101,
2430,
1482,
1483,
13680,
13681,
4116,
4845,
594,
5997,
9407,
33,
13682,
6627
],
),
"quick_reference": SymbolsMetadata(
popularity: 247,
codepoint: 0xe46e,
categories: [2],
tags: [
1360,
1177,
2440,
865,
13683,
628,
81,
145,
1580,
1430,
147,
317,
381,
1109,
2816,
871,
5073,
138,
293,
68,
700,
4428,
2939,
88,
1115,
1116,
1117,
4450,
1585,
289,
1586,
1587,
13684,
13685,
179,
1126,
1127,
652,
392,
1128,
433,
880,
31,
33
],
),
"quick_reference_all": SymbolsMetadata(
popularity: 478,
codepoint: 0xf801,
categories: [2],
tags: [
2280,
1209,
912,
1744,
1580,
1430,
913,
914,
147,
317,
1109,
2938,
2915,
1470,
88,
1115,
1116,
1117,
506,
237,
325,
2922,
70,
1586,
919,
1587,
13686,
1126,
1127,
71,
2007,
2942,
2278,
413
],
),
"quick_reorder": SymbolsMetadata(
popularity: 80,
codepoint: 0xeb15,
categories: [9],
tags: [
502,
2962,
482,
12202,
12211,
2036,
313,
2573,
1165,
88,
2291,
13687,
468,
91,
92,
13688,
12805,
3101,
4665,
13689,
2269,
12224,
94,
95,
13690,
4952,
13691,
98,
13692
],
),
"quickreply": SymbolsMetadata(
popularity: 598,
codepoint: 0xef6c,
categories: [7],
tags: [
3935,
568,
570,
572,
11989,
573,
283,
5578,
1475,
2725,
3683,
3684,
13693,
1605,
1165,
13694,
1479,
1111,
3936,
13695,
1612,
3937,
583,
3101,
13696,
13697,
1482,
13698,
6140,
1483,
13699,
594,
1484,
1296,
4847,
33,
5575,
4852,
3938
],
),
"quiz": SymbolsMetadata(
popularity: 5952,
codepoint: 0xf04c,
categories: [3],
tags: [
3941,
4423,
6620,
2464,
865,
192,
5713,
3088,
6031,
1430,
13700,
3092,
11530,
3486,
10323,
5644,
1479,
5382,
9873,
871,
293,
68,
4428,
3094,
1587,
3750,
3943,
3945,
5648,
13701,
1428,
2332,
3504,
228,
4391,
880,
1619,
31,
1318,
13702
],
),
"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,
13703,
272,
273,
649,
31,
33,
97,
35,
907,
474,
13704,
278
],
),
"radar": SymbolsMetadata(
popularity: 1406,
codepoint: 0xf04e,
categories: [4],
tags: [
1131,
731,
193,
9101,
7810,
5486,
314,
2339,
1470,
323,
9538,
630,
7374,
267,
4140,
329,
6276,
4261,
7092,
4781,
12363,
1148,
1790,
1736,
2817,
1126,
64,
273,
5114,
5838,
1227,
1095,
2058,
1854
],
),
"radio": SymbolsMetadata(
popularity: 1419,
codepoint: 0xe03e,
categories: [0],
tags: [
13705,
2492,
1268,
731,
732,
283,
288,
44,
781,
351,
1110,
259,
1301,
1282,
406,
1706,
409,
9622,
2055,
3343,
273,
1293,
411,
65,
2058,
6748,
1855,
278
],
),
"radio_button_checked": SymbolsMetadata(
popularity: 18629,
codepoint: 0xe837,
categories: [2],
tags: [
749,
1672,
501,
3744,
504,
3180,
13706,
13707,
684,
193,
2701,
345,
485,
1745,
1055,
3571,
488,
9988,
1111,
467,
1344,
13708,
1059,
1061,
355,
6079,
13709,
328,
2055,
12718,
453,
330,
410,
362,
2696,
13710,
13711,
2833,
413,
141,
2198,
1348,
333,
1186
],
),
"radio_button_partial": SymbolsMetadata(
popularity: 102,
codepoint: 0xf560,
categories: [2],
tags: [
749,
1672,
501,
3744,
504,
3180,
684,
193,
462,
2701,
1744,
485,
1745,
3500,
13712,
83,
488,
9988,
1111,
467,
1344,
506,
1059,
1061,
355,
289,
3639,
328,
921,
2055,
12718,
453,
410,
362,
2696,
363,
71,
2833,
2402,
413,
141,
2198,
1348,
333,
1186
],
),
"radio_button_unchecked": SymbolsMetadata(
popularity: 19310,
codepoint: 0xe836,
categories: [2],
tags: [
13713,
3744,
504,
684,
450,
193,
345,
5162,
5601,
13714,
488,
1111,
5616,
1059,
1061,
355,
13715,
328,
921,
2055,
12718,
453,
762,
362,
363,
71,
1619,
2402,
413,
2198,
5602,
5603
],
),
"radiology": SymbolsMetadata(
popularity: 372,
codepoint: 0xe125,
categories: [3],
tags: [
1422,
3547,
6402,
690,
4120,
8601,
4253,
81,
7766,
46,
7194,
137,
697,
892,
1763,
107,
1729,
894,
630,
289,
13716,
10485,
227,
1736,
4180,
410,
8610,
31,
65,
1318,
511,
514,
8615
],
),
"railway_alert": SymbolsMetadata(
popularity: 323,
codepoint: 0xe9d1,
categories: [14],
tags: [
3104,
1360,
1361,
1809,
4144,
1811,
1812,
691,
3681,
1365,
2116,
313,
2714,
1366,
3915,
1367,
2716,
87,
1534,
1166,
616,
2718,
1625,
2719,
2045,
7316,
4361,
1538,
4161,
652,
898,
273,
4364,
31,
2146,
3054,
4365,
1629,
332,
1690,
1835,
4163,
206
],
),
"railway_alert_2": SymbolsMetadata(
popularity: 7,
codepoint: 0xf461,
categories: [14],
tags: [
3104,
1360,
1361,
1809,
4144,
1811,
1812,
691,
4405,
1365,
313,
2425,
2714,
1366,
3915,
4413,
1367,
2716,
1534,
1166,
616,
2719,
2045,
4361,
1626,
4161,
898,
4364,
31,
2146,
4365,
1629,
1690,
1835,
4163,
206
],
),
"rainy": SymbolsMetadata(
popularity: 2316,
codepoint: 0xf176,
categories: [3],
tags: [
1874,
840,
1675,
5940,
13717,
13718,
1843,
13719,
2883,
4176,
5859,
7190,
9150,
1825,
3652,
10044,
5942,
13720,
13721,
13722,
1993,
855,
858,
3830,
13723,
859,
12949,
13724,
13725,
13726,
10488
],
),
"rainy_heavy": SymbolsMetadata(
popularity: 28,
codepoint: 0xf61f,
categories: [3],
tags: [
1360,
10042,
840,
1675,
5940,
13727,
7188,
13718,
13719,
2883,
9093,
13728,
1470,
5859,
1825,
3652,
13729,
10044,
5942,
13720,
13721,
13722,
1993,
855,
4394,
858,
206,
3830,
859,
12949,
13730,
13731
],
),
"rainy_light": SymbolsMetadata(
popularity: 20,
codepoint: 0xf61e,
categories: [3],
tags: [
4759,
13732,
840,
1675,
5940,
13727,
13717,
13718,
2883,
13733,
4746,
3627,
13734,
5859,
13735,
10044,
5942,
13736,
13720,
13737,
13721,
13722,
855,
4394,
858,
13723,
859,
12949,
13724,
13726
],
),
"rainy_snow": SymbolsMetadata(
popularity: 28,
codepoint: 0xf61d,
categories: [3],
tags: [
1838,
840,
1675,
5940,
841,
842,
4270,
1844,
2883,
849,
13738,
13739,
5859,
13740,
1825,
10044,
13741,
5942,
13720,
3853,
13722,
1993,
10046,
855,
856,
13742,
4394,
858,
859,
13730,
13743,
6765,
860,
13744
],
),
"ramen_dining": SymbolsMetadata(
popularity: 1305,
codepoint: 0xea64,
categories: [16],
tags: [
13745,
13151,
13746,
13747,
13748,
3699,
2036,
3701,
4828,
13749,
2354,
5702,
3703,
13750,
6734,
6735,
13751,
13752,
3704,
4830,
13753,
13754,
13755,
13756,
13757,
1537,
13758,
13759,
13760
],
),
"ramp_left": SymbolsMetadata(
popularity: 161,
codepoint: 0xeb9c,
categories: [11],
tags: [
77,
502,
2931,
375,
313,
2271,
2395,
1212,
1621,
4157,
2195,
324,
1534,
1330,
325,
1625,
877,
1626,
1538,
898,
3160,
2401,
31,
1628,
1629,
332,
473,
1630
],
),
"ramp_right": SymbolsMetadata(
popularity: 197,
codepoint: 0xeb96,
categories: [11],
tags: [
861,
2921,
500,
77,
502,
2931,
2948,
313,
2932,
2395,
3013,
2838,
234,
7936,
235,
1534,
875,
1749,
325,
1625,
242,
759,
877,
906,
2420,
1626,
1538,
898,
4949,
1628,
1629,
1429,
473,
3017
],
),
"range_hood": SymbolsMetadata(
popularity: 169,
codepoint: 0xe1ea,
categories: [8],
tags: [
13761,
13762,
1858,
13763,
4886,
4205,
4206,
5700,
288,
12006,
13764,
1878,
83,
13765,
1140,
1893,
4888,
13766,
1499,
4889,
4213,
7360,
13767,
13768,
87,
1143,
1867,
13769,
13770,
432,
13771,
392,
5214,
1853,
13772
],
),
"rate_review": SymbolsMetadata(
popularity: 4317,
codepoint: 0xe560,
categories: [6],
tags: [
2464,
482,
568,
2722,
572,
6173,
2725,
1106,
3486,
1479,
2217,
488,
1111,
583,
13773,
4517,
2621,
359,
203,
432,
3504,
228,
392,
4845,
1484,
857,
3366,
1296,
33,
4852,
1590
],
),
"raven": SymbolsMetadata(
popularity: 161,
codepoint: 0xf555,
categories: [3],
tags: [
480,
4869,
13774,
13775,
12866,
9136,
13776,
13777,
4872,
13778,
3497,
13779,
1990,
904,
977,
138,
384,
2480,
2496,
1825,
13159,
590,
7873,
13780,
888,
13781,
8614,
31,
9280,
13782,
1995
],
),
"raw_off": SymbolsMetadata(
popularity: 105,
codepoint: 0xf04f,
categories: [1],
tags: [
4,
504,
40,
1208,
5,
1209,
1102,
81,
2601,
44,
868,
1055,
557,
2569,
12,
49,
13783,
800,
16,
1059,
1061,
3083,
57,
13784,
59,
297,
2365,
13785,
1224,
1067,
737,
1226,
2402,
31,
33,
413,
5166,
35,
13786
],
),
"raw_on": SymbolsMetadata(
popularity: 308,
codepoint: 0xf050,
categories: [1],
tags: [
480,
4325,
749,
4,
504,
5,
345,
288,
868,
3683,
2532,
4327,
1055,
6346,
12,
137,
49,
1344,
16,
3627,
87,
1729,
2980,
5317,
1403,
1059,
1061,
13787,
355,
3083,
57,
59,
3688,
2365,
151,
392,
1067,
4249,
2402,
31,
33,
413,
35,
141
],
),
"read_more": SymbolsMetadata(
popularity: 1434,
codepoint: 0xef6d,
categories: [12],
tags: [
745,
3041,
13788,
77,
2440,
13789,
504,
628,
345,
1235,
5519,
145,
2338,
914,
6054,
1335,
13790,
293,
68,
1314,
237,
239,
240,
3380,
2979,
2895,
33,
413,
2897
],
rtlAutoMirrored: true,
),
"readiness_score": SymbolsMetadata(
popularity: 357,
codepoint: 0xf6dd,
categories: [15],
tags: [
5521,
2464,
13791,
13792,
6583,
13793,
193,
13794,
345,
1744,
13795,
13796,
3486,
13797,
1165,
2881,
2882,
3871,
697,
10185,
13798,
51,
792,
3474,
353,
1706,
648,
759,
203,
13799,
3028,
13800,
3010,
228,
13801,
1919,
13802,
275,
6773,
4249,
291,
1227,
13803,
3483,
37,
3493
],
),
"real_estate_agent": SymbolsMetadata(
popularity: 4204,
codepoint: 0xe73a,
categories: [15],
tags: [
10241,
2677,
2438,
1496,
1521,
13804,
929,
569,
1647,
1180,
2442,
13805,
10077,
2551,
13806,
2692,
10078,
1140,
1499,
946,
1112,
947,
949,
7668,
4913,
1500,
2554,
1501,
13807,
390,
1502,
1503,
2467,
3279,
652,
593
],
),
"rear_camera": SymbolsMetadata(
popularity: 95,
codepoint: 0xf6c2,
categories: [11],
tags: [
1246,
1247,
1672,
2441,
13808,
504,
40,
42,
1250,
345,
288,
44,
2532,
781,
46,
346,
2913,
7167,
2533,
1110,
1253,
138,
53,
406,
262,
354,
439,
271,
57,
59,
62,
5122,
440,
4898,
1347,
31,
525,
65,
37,
434,
476
],
),
"rebase": SymbolsMetadata(
popularity: 479,
codepoint: 0xf845,
categories: [2],
tags: [
77,
502,
2984,
373,
193,
1102,
1324,
6165,
685,
284,
1715,
1104,
313,
2987,
6168,
2076,
4131,
1470,
3422,
1029,
1330,
325,
1625,
328,
1090,
1123,
13809,
5437,
13810,
1687,
509,
764,
765,
2451,
6172,
2989
],
),
"rebase_edit": SymbolsMetadata(
popularity: 311,
codepoint: 0xf846,
categories: [2],
tags: [
1738,
1739,
77,
502,
2984,
1742,
373,
1102,
1324,
7003,
1578,
1075,
1325,
1104,
375,
313,
4511,
1252,
680,
1077,
6168,
2076,
1111,
1330,
1641,
325,
1088,
586,
1625,
4517,
2621,
1090,
1123,
4665,
13810,
13811,
1687,
955,
2463,
2451,
6172,
2989,
1590,
1485
],
),
"receipt": SymbolsMetadata(
popularity: 6765,
codepoint: 0xe8b0,
categories: [9],
tags: [
924,
928,
931,
1662,
1416,
934,
1417,
1430,
965,
941,
942,
13812,
88,
948,
91,
1587,
951,
1421,
1654,
6259,
453,
1428,
1393,
6724,
1394,
1395,
5997,
1396,
3070,
956
],
),
"receipt_long": SymbolsMetadata(
popularity: 13394,
codepoint: 0xef6e,
categories: [9],
tags: [
924,
928,
13813,
569,
1662,
1416,
145,
1430,
2443,
965,
13814,
942,
13815,
2076,
13812,
88,
1941,
13816,
13817,
91,
1587,
11588,
5630,
951,
13818,
1654,
6259,
13819,
453,
985,
1395,
1396,
956,
13820
],
rtlAutoMirrored: true,
),
"receipt_long_off": SymbolsMetadata(
popularity: 20,
codepoint: 0xf40a,
categories: [9],
tags: [
924,
928,
13821,
481,
6311,
1662,
934,
6837,
1162,
868,
1430,
1055,
942,
2076,
1222,
5164,
13812,
88,
1941,
1059,
1060,
1061,
1587,
5630,
4247,
1654,
13822,
6259,
453,
432,
1393,
1067,
1226,
1396,
956,
1068,
834
],
),
"recent_actors": SymbolsMetadata(
popularity: 941,
codepoint: 0xe03f,
categories: [0],
tags: [
565,
973,
13823,
2405,
566,
6320,
930,
5378,
5732,
13824,
574,
1075,
5043,
1541,
577,
1276,
579,
581,
3102,
2003,
978,
1082,
88,
582,
267,
585,
586,
588,
589,
590,
1288,
4806,
13825,
13826,
7996,
593,
595,
597,
989,
601,
602
],
),
"recent_patient": SymbolsMetadata(
popularity: 50,
codepoint: 0xf808,
categories: [3],
tags: [
565,
566,
690,
3935,
193,
10471,
10544,
81,
3683,
3684,
1165,
225,
4393,
977,
697,
892,
7021,
2076,
581,
979,
3936,
3937,
894,
7024,
4274,
13827,
589,
1045,
590,
1048,
4806,
453,
888,
3938,
601,
990
],
),
"recenter": SymbolsMetadata(
popularity: 140,
codepoint: 0xf4c0,
categories: [2],
tags: [
1738,
5521,
2147,
77,
502,
308,
309,
311,
8307,
312,
313,
1748,
1533,
321,
3035,
2324,
323,
324,
1534,
174,
1934,
1749,
12327,
325,
507,
1535,
327,
1167,
329,
13828,
13829,
13830,
13831,
1226,
1227,
2146,
396,
2335
],
),
"recommend": SymbolsMetadata(
popularity: 3344,
codepoint: 0xe9d2,
categories: [3],
tags: [
13832,
2658,
2438,
2660,
2679,
9872,
684,
193,
2663,
11529,
11530,
3499,
1479,
2690,
4033,
2692,
1613,
13773,
242,
358,
203,
2381,
11532,
363,
593,
243,
880,
13833,
13834,
1701,
13835,
4461,
3754,
13836
],
),
"record_voice_over": SymbolsMetadata(
popularity: 4546,
codepoint: 0xe91f,
categories: [6],
tags: [
565,
13837,
1268,
566,
731,
5,
193,
3320,
573,
1273,
577,
904,
581,
1470,
1285,
13838,
3324,
289,
673,
588,
589,
13839,
13840,
590,
453,
440,
888,
1293,
4845,
1295,
594,
11436,
1296,
5935,
601,
1298,
13841
],
),
"rectangle": SymbolsMetadata(
popularity: 596,
codepoint: 0xeb54,
categories: [12],
tags: [
13842,
809,
1132,
482,
1333,
4494,
375,
378,
1164,
811,
13843,
488,
13844,
348,
13845,
13846,
3572,
381,
384,
289,
13847,
13848,
820,
13849,
13850,
13851,
432,
392,
1339,
13852,
433,
1170,
395,
4600,
13853
],
),
"recycling": SymbolsMetadata(
popularity: 4521,
codepoint: 0xe760,
categories: [3],
tags: [
502,
13854,
6214,
193,
7774,
753,
6222,
7776,
6223,
3497,
1843,
1844,
3372,
2355,
757,
4195,
7938,
1090,
13855,
6227,
6228,
5919,
13856,
13857,
7778,
13858,
6229,
470,
2314,
2315,
31,
13859,
512,
3374,
6231
],
),
"redeem": SymbolsMetadata(
popularity: 6842,
codepoint: 0xe8b1,
categories: [9],
tags: [
928,
6633,
13860,
8581,
1647,
930,
1648,
931,
4973,
2662,
932,
934,
11335,
936,
937,
12060,
938,
10,
8584,
13861,
13862,
2691,
1957,
5357,
13863,
948,
523,
950,
951,
5008,
3503,
1654,
432,
13864,
3505,
13865,
3506,
1395,
8589,
956,
11343
],
),
"redo": SymbolsMetadata(
popularity: 3485,
codepoint: 0xe15a,
categories: [2],
tags: [
748,
3018,
13866,
77,
2821,
6616,
1103,
345,
5290,
1430,
1252,
903,
489,
2076,
13867,
1749,
905,
13868,
13869,
759,
3441,
3434,
13870,
3663,
13871,
1124,
13872,
7828,
906,
470,
94,
2927,
2836,
2989
],
rtlAutoMirrored: true,
),
"reduce_capacity": SymbolsMetadata(
popularity: 1315,
codepoint: 0xf21c,
categories: [3],
tags: [
77,
690,
3897,
13873,
6036,
6037,
8742,
2442,
692,
13874,
2879,
13875,
2814,
13876,
581,
13877,
11605,
13878,
13879,
550,
5265,
2892,
2940,
3419,
588,
589,
5919,
13880,
13881,
6884,
6358,
13882,
3271,
13883,
13884,
6236,
2917,
593
],
),
"refresh": SymbolsMetadata(
popularity: 22601,
codepoint: 0xe5d5,
categories: [2],
tags: [
501,
460,
77,
502,
1179,
462,
628,
1842,
5290,
753,
81,
313,
1726,
3439,
10409,
3039,
756,
3440,
757,
325,
1586,
1090,
3441,
760,
761,
2449,
3434,
13885,
5855,
3446,
2832,
906,
470,
330,
472,
764,
765,
473,
2451
],
),
"regular_expression": SymbolsMetadata(
popularity: 68,
codepoint: 0xf750,
categories: [12],
tags: [
5982,
3800,
501,
1102,
2216,
13886,
81,
1104,
317,
11722,
4773,
3423,
2328,
3354,
13887,
758,
1123,
6663,
13888,
13889,
3607,
3325,
1126,
509,
6438,
13890,
31,
5990,
1093,
65,
33,
2200
],
),
"relax": SymbolsMetadata(
popularity: 86,
codepoint: 0xf6dc,
categories: [15],
tags: [
690,
2115,
4077,
11994,
13891,
1876,
13892,
13893,
13894,
225,
2881,
4507,
581,
13895,
1958,
13896,
9160,
13610,
6028,
1614,
4093,
589,
13897,
2098,
1916,
13898,
13899,
1917,
11912,
13900,
13901,
888,
1942,
2887,
11913,
13902,
5241,
13903,
13904,
11915,
11350,
3493,
11916
],
),
"release_alert": SymbolsMetadata(
popularity: 344,
codepoint: 0xf654,
categories: [6],
tags: [
3104,
1359,
1360,
13837,
1361,
1268,
3999,
3494,
1362,
731,
4403,
691,
1363,
1365,
2714,
1366,
1367,
68,
10409,
1301,
1166,
583,
887,
13905,
2456,
616,
3067,
1353,
5319,
13906,
1370,
762,
3507,
273,
1293,
1372,
2628,
31,
2451,
206
],
),
"remember_me": SymbolsMetadata(
popularity: 719,
codepoint: 0xf051,
categories: [11],
tags: [
1246,
1247,
565,
5217,
566,
13907,
1663,
3180,
1664,
288,
488,
1110,
581,
1253,
978,
13908,
980,
4780,
262,
355,
588,
13909,
589,
271,
921,
590,
4105,
13910,
13911,
13912,
13913,
13914,
362,
363,
7204,
71,
13915,
525,
413,
601,
6273
],
),
"reminder": SymbolsMetadata(
popularity: 251,
codepoint: 0xe695,
categories: [6],
tags: [
1359,
1360,
2582,
2071,
1332,
1362,
13916,
2072,
1159,
3106,
10,
2689,
2704,
2690,
2692,
2075,
10689,
1344,
87,
1183,
616,
1259,
586,
289,
3489,
4105,
1370,
5802,
1168,
392,
1339,
1947,
31,
1517,
1171,
3096
],
),
"remote_gen": SymbolsMetadata(
popularity: 476,
codepoint: 0xe83e,
categories: [8],
tags: [
13917,
1675,
1676,
13918,
1310,
284,
345,
1593,
81,
13919,
288,
44,
520,
1350,
1110,
68,
13920,
630,
1143,
267,
523,
758,
13921,
681,
4777,
12394,
13922,
2720,
13923,
65,
412,
526,
527,
278
],
),
"remove": SymbolsMetadata(
popularity: 16913,
codepoint: 0xe15b,
categories: [2],
tags: [
1423,
1332,
3368,
1208,
810,
780,
1209,
6326,
1210,
5753,
13924,
1136,
6903,
3371,
4696,
4246,
1212,
3372,
1634,
87,
814,
1255,
4273,
1224,
1152,
13925,
1339,
13926,
1261,
3374,
3272
],
),
"remove_done": SymbolsMetadata(
popularity: 1116,
codepoint: 0xe9d3,
categories: [2],
tags: [
13927,
1658,
2660,
1660,
2791,
1208,
1662,
1664,
780,
463,
3111,
4490,
1210,
6900,
868,
4646,
1666,
6903,
1055,
3371,
2665,
6904,
13928,
1166,
2455,
6906,
1059,
1668,
1061,
242,
1224,
13929,
13930,
362,
1067,
1669,
3374,
4820,
6909,
1671
],
),
"remove_from_queue": SymbolsMetadata(
popularity: 187,
codepoint: 0xe067,
categories: [0],
tags: [
748,
1208,
780,
1209,
345,
1235,
1210,
1704,
288,
8,
13931,
1110,
1344,
87,
88,
1029,
1166,
406,
630,
1706,
91,
408,
1709,
9622,
1710,
1224,
13932,
410,
392,
454,
31,
37,
3993
],
),
"remove_moderator": SymbolsMetadata(
popularity: 468,
codepoint: 0xe9d4,
categories: [13],
tags: [
861,
565,
1755,
1552,
1233,
481,
1208,
1553,
1209,
574,
1235,
1210,
11549,
868,
1055,
1212,
579,
581,
1255,
6157,
1560,
1059,
1061,
1778,
589,
1034,
1063,
13933,
590,
13934,
1573,
1574,
1224,
5165,
1036,
1575,
888,
1067,
593,
1261,
601,
1576,
3993
],
),
"remove_road": SymbolsMetadata(
popularity: 342,
codepoint: 0xebfc,
categories: [5],
tags: [
4989,
1208,
780,
1209,
1210,
312,
1162,
313,
4646,
6903,
3371,
4246,
1212,
83,
1213,
1621,
87,
323,
324,
1534,
174,
1255,
325,
887,
3269,
1625,
1392,
2613,
1224,
1626,
1538,
1067,
1226,
1627,
6834,
31,
1628,
1629,
332,
3272,
10864,
13935,
3993
],
),
"remove_selection": SymbolsMetadata(
popularity: 109,
codepoint: 0xe9d5,
categories: [12],
tags: [
8259,
2280,
1208,
780,
8761,
8762,
1209,
1235,
2392,
754,
5037,
1210,
5162,
4646,
4647,
3371,
1212,
381,
12713,
87,
13936,
6509,
819,
1242,
5039,
1224,
8779,
8780,
5855,
362,
363,
392,
433,
1226,
511,
2836,
5167,
13937,
3993,
3994
],
),
"remove_shopping_cart": SymbolsMetadata(
popularity: 984,
codepoint: 0xe928,
categories: [9],
tags: [
1646,
930,
1648,
931,
1416,
780,
13938,
932,
934,
936,
937,
1210,
938,
1649,
811,
13939,
3371,
1376,
1255,
523,
1651,
1652,
950,
951,
1653,
1654,
26,
4105,
1224,
13940,
5914,
1393,
3506,
1539,
1394,
1395,
1657,
1396,
1261
],
),
"reopen_window": SymbolsMetadata(
popularity: 38,
codepoint: 0xf708,
categories: [2],
tags: [
748,
501,
460,
77,
502,
2423,
1179,
519,
2337,
1704,
313,
12672,
8,
914,
13941,
3439,
1344,
3039,
3440,
2342,
8267,
642,
325,
1143,
2859,
1122,
432,
2449,
13942,
3663,
13943,
470,
410,
509,
433,
473,
2198,
396,
1187
],
),
"reorder": SymbolsMetadata(
popularity: 2405,
codepoint: 0xe8fe,
categories: [12],
tags: [
1738,
502,
517,
8534,
1105,
2814,
4633,
7591,
2899,
12896,
370,
382,
7599,
4634,
699,
385,
1470,
88,
506,
1749,
325,
91,
92,
2213,
4665,
2269,
95,
2461,
955,
1701,
1464
],
),
"repartition": SymbolsMetadata(
popularity: 613,
codepoint: 0xf8e8,
categories: [2],
tags: [
8228,
1422,
1131,
77,
502,
2712,
4527,
373,
193,
685,
1425,
13944,
81,
375,
2180,
1136,
1078,
1080,
1029,
4726,
586,
6401,
5903,
760,
2449,
13945,
3663,
2459,
2460,
71,
1779,
4980,
2401,
746,
955,
1473
],
),
"repeat": SymbolsMetadata(
popularity: 2746,
codepoint: 0xe040,
categories: [0],
tags: [
77,
9585,
502,
1268,
5144,
752,
345,
1744,
753,
313,
757,
406,
352,
439,
13946,
1706,
13947,
408,
760,
3434,
2860,
37,
543
],
),
"repeat_on": SymbolsMetadata(
popularity: 442,
codepoint: 0xe9d6,
categories: [0],
tags: [
749,
1342,
77,
502,
1268,
504,
5144,
752,
345,
1744,
13948,
753,
1055,
13382,
381,
757,
406,
407,
354,
1706,
13949,
1061,
408,
1709,
3434,
2145,
392,
3053,
31,
413,
4952,
37
],
),
"repeat_one": SymbolsMetadata(
popularity: 578,
codepoint: 0xe041,
categories: [0],
tags: [
72,
77,
13950,
502,
1268,
345,
1744,
3438,
7,
757,
13951,
13952,
13953,
13954,
13955,
406,
407,
686,
1706,
11534,
22,
178,
408,
3434,
13956,
13957,
13958,
13959,
13960,
13961,
13962,
13963,
31,
37
],
),
"repeat_one_on": SymbolsMetadata(
popularity: 240,
codepoint: 0xe9d7,
categories: [0],
tags: [
13866,
1342,
77,
502,
1268,
193,
752,
345,
1744,
753,
7,
2303,
88,
757,
13952,
406,
1706,
21,
22,
69,
1061,
178,
408,
409,
1709,
3434,
13958,
3570,
3053,
31,
2146,
141,
1348,
37
],
),
"replace_audio": SymbolsMetadata(
popularity: 26,
codepoint: 0xf451,
categories: [0],
tags: [
1738,
1739,
77,
502,
1268,
12302,
2441,
1742,
193,
313,
2271,
1252,
3276,
49,
1111,
1112,
406,
1284,
1285,
1641,
1706,
1480,
1732,
57,
440,
10317,
3441,
760,
3607,
3053,
1293,
1294,
13964,
3964,
2402,
2146,
2836,
2451,
1298,
554
],
rtlAutoMirrored: true,
),
"replace_image": SymbolsMetadata(
popularity: 36,
codepoint: 0xf450,
categories: [0],
tags: [
13965,
77,
10917,
502,
2441,
13966,
10918,
10919,
13967,
49,
1595,
5288,
13968,
13969,
1596,
1597,
7518,
13970,
57,
59,
62,
2845,
2828,
10317,
3441,
760,
1124,
2831,
2847,
13971,
13972,
2836,
13973
],
rtlAutoMirrored: true,
),
"replace_video": SymbolsMetadata(
popularity: 25,
codepoint: 0xf44f,
categories: [0],
tags: [
77,
502,
2441,
504,
5136,
40,
1742,
1523,
5093,
628,
345,
556,
147,
346,
5106,
1110,
49,
406,
353,
354,
439,
13974,
57,
62,
2504,
13975,
440,
10317,
432,
3441,
760,
3607,
13976,
433,
3964,
2402,
1690,
907,
2836,
2451,
527,
13977,
37,
434
],
rtlAutoMirrored: true,
),
"replay": SymbolsMetadata(
popularity: 5185,
codepoint: 0xe042,
categories: [0],
tags: [
13866,
77,
502,
1268,
2441,
2840,
462,
2856,
752,
345,
1744,
2931,
13978,
753,
757,
406,
352,
1706,
325,
408,
3430,
409,
3441,
760,
2449,
3434,
2860,
3446,
1124,
2847,
13979,
13980,
37
],
),
"replay_10": SymbolsMetadata(
popularity: 1058,
codepoint: 0xe059,
categories: [0],
tags: [
38,
77,
502,
1268,
2441,
2821,
193,
1159,
628,
345,
1744,
7,
2089,
13981,
2076,
6653,
1301,
757,
406,
1706,
22,
408,
409,
2828,
760,
2449,
3434,
2860,
2831,
2847,
361,
1152,
8021,
454,
31,
32,
1171,
37,
2078
],
),
"replay_30": SymbolsMetadata(
popularity: 356,
codepoint: 0xe05a,
categories: [0],
tags: [
340,
77,
502,
12990,
13982,
2821,
2856,
345,
1744,
3438,
7,
2089,
13983,
5609,
406,
352,
1706,
22,
3430,
409,
760,
2449,
3434,
2860,
13984,
13985,
13986,
2847,
13987,
10923,
361,
13988,
31,
3973,
9575,
1171,
37,
543
],
),
"replay_5": SymbolsMetadata(
popularity: 455,
codepoint: 0xe05b,
categories: [0],
tags: [
676,
77,
502,
12990,
2821,
462,
345,
1744,
7,
45,
667,
6653,
13989,
757,
406,
352,
13990,
1706,
21,
22,
408,
409,
760,
2449,
3434,
2860,
13991,
13985,
3446,
2847,
13992,
13993,
13994,
8021,
7744,
31,
13995,
37,
543
],
),
"reply": SymbolsMetadata(
popularity: 6478,
codepoint: 0xe15e,
categories: [2],
tags: [
77,
2821,
568,
570,
13996,
2722,
572,
573,
283,
1475,
2725,
7213,
2286,
1479,
903,
1612,
2195,
2291,
583,
4926,
5566,
2296,
1482,
6140,
1483,
2298,
1528,
243,
4845,
594,
433,
1296,
4847,
33
],
rtlAutoMirrored: true,
),
"reply_all": SymbolsMetadata(
popularity: 1280,
codepoint: 0xe15f,
categories: [2],
tags: [
2280,
6620,
77,
2821,
13997,
731,
570,
283,
1073,
1475,
2283,
3438,
313,
2286,
10867,
1479,
903,
579,
2289,
7957,
2768,
2195,
5609,
757,
2291,
583,
2455,
1368,
2959,
1482,
13998,
1483,
1124,
2298,
1528
],
rtlAutoMirrored: true,
),
"report": SymbolsMetadata(
popularity: 8315,
codepoint: 0xe160,
categories: [13],
tags: [
3104,
13999,
1360,
1361,
691,
4871,
1365,
2714,
1366,
1479,
4496,
1367,
2716,
1166,
616,
12600,
289,
2719,
1428,
2298,
392,
13185,
1170,
2925,
31,
1690,
206
],
),
"report_off": SymbolsMetadata(
popularity: 435,
codepoint: 0xe170,
categories: [13],
tags: [
3104,
1360,
1361,
481,
1051,
1208,
6311,
691,
1365,
2601,
2012,
1300,
14000,
868,
1055,
2714,
1366,
1367,
1166,
616,
12600,
1059,
1060,
1061,
1224,
8658,
1428,
14001,
14002,
14003,
14004,
14005,
14006,
14007,
14008,
14009,
14010,
3271,
1065,
1067,
1226,
2614,
31,
5166,
14011,
206
],
),
"request_page": SymbolsMetadata(
popularity: 820,
codepoint: 0xf22c,
categories: [12],
tags: [
745,
3098,
3227,
501,
6299,
628,
1325,
81,
1580,
1430,
1677,
147,
1680,
1681,
488,
14012,
14013,
1583,
886,
887,
3247,
3248,
1480,
1586,
1587,
239,
240,
2331,
14014,
14015,
14016,
14017,
1588,
4520,
3095,
33,
1485
],
),
"request_quote": SymbolsMetadata(
popularity: 4187,
codepoint: 0xf1b6,
categories: [12],
tags: [
14018,
14019,
928,
568,
569,
930,
931,
570,
932,
572,
934,
283,
1475,
1417,
936,
937,
1476,
2725,
938,
718,
941,
5409,
583,
948,
523,
950,
951,
1421,
14020,
2729,
9476,
432,
14014,
14021,
392,
1395,
594,
1484,
433,
31,
1296,
33,
956
],
),
"reset_brightness": SymbolsMetadata(
popularity: 13,
codepoint: 0xf482,
categories: [1],
tags: [
1738,
460,
77,
502,
2423,
3349,
2441,
12064,
3622,
193,
345,
4096,
4784,
8,
3625,
9003,
6507,
3439,
792,
3627,
3039,
3440,
642,
4090,
355,
3083,
358,
12480,
3629,
2449,
5855,
3663,
1124,
470,
410,
151,
8985,
1947,
857,
1598,
473
],
),
"reset_focus": SymbolsMetadata(
popularity: 34,
codepoint: 0xf481,
categories: [1],
tags: [
748,
5521,
460,
77,
502,
504,
40,
308,
193,
345,
311,
5519,
14022,
1748,
381,
49,
3439,
3451,
53,
1470,
3039,
3440,
4315,
57,
1535,
328,
14023,
13829,
14024,
760,
761,
2449,
5855,
3446,
14025,
470,
2817,
151,
31,
1227,
13803,
473,
11266
],
),
"reset_image": SymbolsMetadata(
popularity: 79,
codepoint: 0xf824,
categories: [12],
tags: [
1738,
77,
502,
2441,
1208,
193,
810,
780,
6616,
1210,
1252,
9122,
6076,
2253,
49,
70,
57,
59,
62,
358,
10317,
3441,
760,
761,
1224,
5855,
3446,
3663,
2832,
71,
765,
2836,
2451
],
rtlAutoMirrored: true,
),
"reset_iso": SymbolsMetadata(
popularity: 24,
codepoint: 0xf480,
categories: [1],
tags: [
748,
745,
460,
77,
502,
2441,
504,
193,
2856,
6616,
345,
753,
1252,
680,
487,
904,
49,
3439,
8353,
3039,
3440,
757,
1255,
59,
62,
239,
1090,
3441,
760,
761,
2449,
3434,
5855,
3446,
3663,
1124,
2832,
470,
64,
1347,
275,
472,
13980,
1261,
765,
473,
2836,
2451
],
),
"reset_settings": SymbolsMetadata(
popularity: 96,
codepoint: 0xf47f,
categories: [1],
tags: [
1738,
460,
77,
9627,
502,
2192,
2856,
1159,
14026,
753,
4784,
1542,
1252,
680,
6076,
2825,
2076,
3439,
3039,
3440,
757,
1706,
70,
3083,
2828,
760,
761,
2449,
5855,
3446,
3663,
9635,
2831,
2832,
2847,
470,
151,
71,
472,
13980,
765,
1172,
6748,
473,
2836,
2451
],
),
"reset_shadow": SymbolsMetadata(
popularity: 7,
codepoint: 0xf47e,
categories: [1],
tags: [
748,
2210,
1672,
460,
77,
14027,
502,
2441,
193,
462,
2856,
345,
14028,
3438,
4784,
1252,
680,
487,
2076,
49,
3439,
5609,
3039,
3440,
757,
57,
59,
62,
3441,
760,
761,
2449,
5855,
3446,
470,
9636,
71,
7940,
13980,
1093,
473,
2836,
2451
],
),
"reset_shutter_speed": SymbolsMetadata(
popularity: 9,
codepoint: 0xf47d,
categories: [1],
tags: [
2210,
5088,
460,
77,
502,
40,
193,
2856,
780,
6616,
345,
4784,
2089,
3371,
49,
3439,
53,
3039,
3440,
70,
57,
59,
2143,
62,
921,
760,
761,
1224,
2449,
5855,
3663,
2832,
470,
151,
71,
1347,
14029,
275,
13980,
764,
765,
473,
2836,
2451
],
),
"reset_tv": SymbolsMetadata(
popularity: 258,
codepoint: 0xe9d9,
categories: [11],
tags: [
77,
502,
2441,
504,
193,
2856,
345,
753,
288,
8,
1877,
781,
1110,
757,
406,
630,
355,
432,
760,
761,
5855,
3446,
3663,
2831,
2531,
410,
151,
433,
65,
412,
2030,
2836,
37
],
),
"reset_white_balance": SymbolsMetadata(
popularity: 1,
codepoint: 0xf47c,
categories: [1],
tags: [
2210,
460,
77,
504,
40,
193,
462,
2856,
840,
8792,
345,
14030,
1164,
2883,
137,
138,
8358,
14031,
3439,
1344,
3039,
3440,
3603,
59,
760,
2449,
5855,
3663,
2832,
470,
71,
31,
858,
2069,
473,
2836,
859,
9130
],
),
"reset_wrench": SymbolsMetadata(
popularity: 118,
codepoint: 0xf56c,
categories: [11],
tags: [
1738,
460,
77,
1374,
193,
462,
780,
1775,
10314,
1747,
1776,
3439,
3039,
3440,
3961,
70,
289,
921,
760,
2449,
4880,
5855,
3663,
470,
71,
511,
1780,
4035,
473,
4883
],
),
"resize": SymbolsMetadata(
popularity: 102,
codepoint: 0xf707,
categories: [2],
tags: [
1738,
502,
14032,
912,
2442,
2337,
2392,
2264,
2879,
3048,
14033,
377,
8,
2338,
914,
1335,
348,
5809,
1326,
235,
2342,
2892,
2220,
391,
2917,
7376,
512,
396,
476,
1187,
2335,
8268,
3051
],
),
"respiratory_rate": SymbolsMetadata(
popularity: 19,
codepoint: 0xe127,
categories: [3],
tags: [
837,
1840,
1875,
10184,
373,
2373,
81,
1761,
5366,
5367,
7767,
1078,
697,
892,
4507,
1763,
3481,
13627,
13628,
226,
17,
894,
11770,
1767,
630,
3766,
4261,
14034,
14035,
14036,
14037,
4264,
1854
],
),
"responsive_layout": SymbolsMetadata(
popularity: 127,
codepoint: 0xe9da,
categories: [2],
tags: [
1265,
1738,
1466,
14038,
14032,
2701,
485,
1704,
1104,
288,
14039,
8,
14040,
14041,
1344,
385,
14042,
406,
14043,
262,
630,
7164,
507,
271,
3356,
2220,
1291,
410,
2833,
298,
7376,
525,
141,
1348,
396,
6606,
333,
2189,
1186,
1187
],
),
"restart_alt": SymbolsMetadata(
popularity: 10705,
codepoint: 0xf053,
categories: [2],
tags: [
2386,
460,
77,
14044,
462,
5290,
753,
3439,
3039,
3440,
757,
13947,
408,
1090,
10316,
760,
14045,
3442,
761,
2449,
3434,
14046,
5855,
14047,
14048,
3446,
14049,
3663,
9635,
471,
13980,
764,
765,
473,
2836,
2451
],
),
"restaurant": SymbolsMetadata(
popularity: 9478,
codepoint: 0xe56c,
categories: [5],
tags: [
1423,
3694,
14050,
929,
3696,
7264,
4681,
4824,
14051,
4683,
3701,
14052,
4111,
14053,
3702,
4827,
4828,
1387,
8538,
2354,
14054,
14055,
3703,
2987,
5703,
4829,
6253,
4112,
14056,
3704,
327,
1537,
4834,
4835
],
),
"restore_from_trash": SymbolsMetadata(
popularity: 1446,
codepoint: 0xe938,
categories: [2],
tags: [
748,
1673,
14057,
77,
2441,
2934,
2791,
14058,
193,
1159,
2931,
81,
14059,
1160,
1210,
313,
2141,
1679,
3372,
2076,
86,
1029,
93,
10317,
6227,
760,
2449,
3663,
14060,
2796,
2831,
470,
1168,
1171,
3374,
473,
14061,
2836
],
),
"restore_page": SymbolsMetadata(
popularity: 596,
codepoint: 0xe929,
categories: [12],
tags: [
77,
502,
2441,
1179,
504,
2856,
345,
81,
1580,
1430,
2443,
147,
2444,
2076,
1586,
1587,
14062,
760,
761,
2449,
5855,
3446,
3663,
14063,
2832,
470,
1588,
1689,
765,
141,
2836,
2451,
4469
],
),
"resume": SymbolsMetadata(
popularity: 134,
codepoint: 0xf7d0,
categories: [0],
tags: [
501,
77,
3058,
4908,
902,
345,
1744,
10534,
14064,
14065,
145,
1430,
2443,
3092,
10381,
12925,
147,
2444,
488,
2076,
68,
1515,
1470,
406,
1706,
1587,
920,
14066,
2504,
4913,
590,
14067,
453,
2457,
6348,
3070,
37,
1518
],
),
"reviews": SymbolsMetadata(
popularity: 3193,
codepoint: 0xf054,
categories: [7],
tags: [
1660,
14068,
3495,
568,
570,
572,
573,
3486,
3498,
3499,
1479,
11531,
9873,
4498,
1367,
5600,
583,
6569,
716,
63,
6521,
795,
359,
203,
9287,
7855,
3504,
14069,
228,
3203,
594,
857,
1263,
14070,
14071,
14072
],
),
"rewarded_ads": SymbolsMetadata(
popularity: 545,
codepoint: 0xefb6,
categories: [15],
tags: [
11896,
3,
1781,
1232,
1672,
3494,
11563,
6633,
14073,
5713,
3667,
463,
6010,
14074,
6635,
1907,
9879,
5382,
13,
14075,
1182,
3502,
716,
3503,
1184,
3505,
14076,
8589,
30,
245,
3508,
5320,
5153,
3509,
3510
],
),
"rheumatology": SymbolsMetadata(
popularity: 284,
codepoint: 0xe128,
categories: [3],
tags: [
3547,
14077,
690,
4120,
8601,
2373,
2375,
1761,
697,
892,
1763,
8613,
14078,
12795,
1525,
9273,
8605,
1940,
894,
7023,
1767,
14079,
8607,
12796,
4274,
589,
3137,
5376,
14080,
14081,
14082,
14083,
9761,
3142,
5377
],
),
"rib_cage": SymbolsMetadata(
popularity: 327,
codepoint: 0xf898,
categories: [3],
tags: [
3547,
4166,
690,
4120,
8601,
7631,
4494,
375,
488,
137,
697,
892,
4507,
581,
138,
384,
13628,
894,
289,
876,
1574,
4179,
14084,
14085,
4180,
392,
8610,
955,
31,
4392,
14086
],
),
"rice_bowl": SymbolsMetadata(
popularity: 403,
codepoint: 0xf1f5,
categories: [16],
tags: [
14087,
13745,
13151,
3694,
14088,
14089,
4206,
3699,
3701,
4111,
14090,
4684,
4828,
2354,
14091,
6652,
4213,
4112,
3704,
4383,
14092,
1537,
14093,
14094,
3709,
14095,
14096
],
),
"right_click": SymbolsMetadata(
popularity: 84,
codepoint: 0xf706,
categories: [2],
tags: [
861,
4623,
4653,
77,
482,
2391,
193,
1785,
1103,
519,
9841,
345,
1787,
1704,
12117,
1612,
88,
506,
8273,
2981,
7593,
1749,
70,
1167,
14097,
921,
432,
2894,
14098,
14099,
362,
363,
7597,
71,
2007,
1464
],
),
"right_panel_close": SymbolsMetadata(
popularity: 139,
codepoint: 0xf705,
categories: [2],
tags: [
77,
901,
2822,
14100,
912,
313,
913,
914,
14101,
903,
385,
7446,
1624,
325,
905,
2922,
11495,
919,
4648,
14102,
1121,
2894,
906,
1699,
14103,
2007,
14104,
2942,
14105,
4650,
1187,
2989
],
),
"right_panel_open": SymbolsMetadata(
popularity: 141,
codepoint: 0xf704,
categories: [2],
tags: [
748,
77,
2822,
1209,
912,
345,
313,
2271,
8,
914,
14101,
2915,
51,
2865,
385,
506,
325,
2922,
11495,
919,
4648,
1167,
2894,
14106,
906,
2007,
2942,
4520,
4650,
413,
396,
1187,
2989
],
),
"ring_volume": SymbolsMetadata(
popularity: 601,
codepoint: 0xe0d1,
categories: [7],
tags: [
1738,
1360,
1268,
1362,
1270,
13216,
1250,
283,
975,
345,
2879,
288,
3500,
4484,
1110,
2290,
235,
792,
4414,
262,
1302,
616,
271,
762,
2110,
151,
392,
2100,
2489,
1293,
1294,
31,
1406,
141,
7787,
554
],
),
"ripples": SymbolsMetadata(
popularity: 23,
codepoint: 0xe9db,
categories: [2],
tags: [
480,
1268,
731,
462,
2701,
13794,
284,
2053,
485,
487,
6058,
351,
1108,
1344,
385,
4176,
262,
647,
630,
267,
271,
4261,
3199,
2055,
6278,
1035,
14107,
410,
273,
2833,
1293,
411,
525,
1263,
5516,
141,
1348,
2059,
3830,
2070,
1855,
333,
1186,
277
],
),
"road": SymbolsMetadata(
popularity: 106,
codepoint: 0xf472,
categories: [14],
tags: [
7371,
7372,
312,
313,
1677,
903,
9141,
1822,
1621,
1623,
4157,
87,
323,
324,
1534,
325,
1625,
4158,
386,
14108,
759,
1626,
7375,
1538,
2818,
1627,
14109,
393,
1628,
1629,
332,
14110,
1981,
1630
],
),
"robot": SymbolsMetadata(
popularity: 356,
codepoint: 0xf882,
categories: [11],
tags: [
3147,
1307,
3148,
1267,
3206,
14111,
14112,
14113,
5,
3166,
519,
1310,
12519,
4611,
44,
14114,
577,
3149,
14115,
4724,
977,
14116,
2466,
1729,
4879,
14117,
2499,
4619,
1292,
1297,
65,
2500,
3169
],
),
"robot_2": SymbolsMetadata(
popularity: 1165,
codepoint: 0xf5d0,
categories: [11],
tags: [
2677,
3147,
1307,
3148,
865,
2123,
566,
14113,
5,
3166,
283,
1310,
284,
4611,
81,
44,
14114,
1877,
489,
3149,
4724,
977,
2466,
3094,
1729,
4879,
2499,
4180,
4619,
1292,
65,
2500,
3169
],
),
"rocket": SymbolsMetadata(
popularity: 2677,
codepoint: 0xeba5,
categories: [3],
tags: [
3640,
9682,
14118,
4076,
3022,
4082,
314,
5310,
5155,
1165,
1909,
3149,
8896,
1623,
2953,
14119,
759,
14120,
14121,
3101,
14122,
4180,
1993,
823,
14123,
14124,
275,
2128,
332,
10751,
3483,
2335
],
),
"rocket_launch": SymbolsMetadata(
popularity: 12830,
codepoint: 0xeb9b,
categories: [3],
tags: [
8527,
9682,
14118,
3022,
14125,
5155,
1165,
1909,
903,
8896,
1623,
2953,
14126,
14119,
14127,
887,
759,
14120,
3101,
14122,
4619,
823,
14124,
275,
2128,
10356,
9178,
9047,
14128,
900,
3017,
1835
],
),
"roller_shades": SymbolsMetadata(
popularity: 234,
codepoint: 0xec12,
categories: [8],
tags: [
1738,
2123,
1332,
4222,
1209,
4239,
345,
2139,
14129,
4234,
6552,
3013,
1140,
1634,
1499,
2735,
3627,
1470,
1143,
2922,
289,
1034,
14130,
432,
14131,
9468,
14132,
14133,
4043,
4229,
1347,
1339,
1897,
5860,
4045,
3330,
1187,
4232
],
),
"roller_shades_closed": SymbolsMetadata(
popularity: 193,
codepoint: 0xec11,
categories: [8],
tags: [
4222,
14134,
14135,
4239,
2139,
4234,
14136,
2814,
14137,
3171,
916,
1499,
1881,
2735,
14138,
14139,
1143,
2922,
1034,
432,
9468,
14140,
14141,
1946,
4043,
14142,
1347,
1897,
12467,
4045,
14143,
14144,
14145
],
),
"roller_skating": SymbolsMetadata(
popularity: 437,
codepoint: 0xebcd,
categories: [15],
tags: [
749,
2508,
7323,
7539,
6330,
7423,
781,
11,
225,
2882,
10519,
3294,
7541,
581,
1881,
14146,
1958,
468,
3652,
589,
3298,
9468,
14147,
14148,
7427,
888,
10523,
10524,
10525,
593,
275,
30,
3520,
1629,
332,
2050
],
),
"roofing": SymbolsMetadata(
popularity: 1266,
codepoint: 0xf201,
categories: [8],
tags: [
500,
14149,
1496,
5992,
929,
4886,
1180,
1497,
14150,
2551,
14151,
1140,
1499,
3961,
5158,
1500,
1574,
2554,
1501,
4880,
1502,
1503,
4891,
14152,
14153,
14154,
652,
1504,
14155,
955,
3357,
1690
],
),
"room_preferences": SymbolsMetadata(
popularity: 972,
codepoint: 0xf1b8,
categories: [9],
tags: [
1738,
2547,
2777,
929,
685,
345,
14156,
375,
4931,
7513,
1498,
1252,
7515,
1843,
14157,
1776,
1140,
1499,
2735,
385,
1667,
324,
1641,
1391,
2922,
70,
4015,
2785,
921,
1500,
1501,
1946,
71,
823,
955,
1049
],
),
"room_service": SymbolsMetadata(
popularity: 1537,
codepoint: 0xeb49,
categories: [16],
tags: [
1360,
3863,
1362,
3694,
1270,
3697,
14158,
2139,
2036,
3701,
4111,
4684,
12123,
3702,
14159,
5608,
2733,
4112,
1491,
3704,
2482,
1368,
91,
4688,
1537,
1946,
14160,
652,
3709,
12724,
332,
10646
],
),
"rotate_90_degrees_ccw": SymbolsMetadata(
popularity: 528,
codepoint: 0xe418,
categories: [1],
tags: [
3908,
14161,
748,
2210,
500,
77,
502,
14162,
14163,
2856,
345,
6617,
2931,
14164,
14165,
313,
1252,
680,
904,
49,
2195,
406,
507,
57,
9060,
13466,
6618,
470,
471,
472,
31,
512,
473,
476
],
),
"rotate_90_degrees_cw": SymbolsMetadata(
popularity: 446,
codepoint: 0xeaab,
categories: [1],
tags: [
3908,
14166,
14161,
1738,
500,
77,
502,
14162,
193,
6616,
3438,
14165,
313,
1252,
680,
2153,
49,
4340,
2980,
507,
57,
4341,
9060,
7280,
470,
471,
763,
14167,
511,
11844,
473,
513
],
),
"rotate_auto": SymbolsMetadata(
popularity: 31,
codepoint: 0xf417,
categories: [2],
tags: [
3418,
1174,
14168,
4,
77,
2423,
14169,
3349,
14170,
2441,
2934,
5,
2856,
1159,
753,
1160,
288,
14171,
313,
8,
12,
2076,
1140,
1595,
15,
757,
262,
1143,
507,
14172,
271,
5099,
760,
2449,
5855,
3663,
2831,
470,
14173,
471,
1168,
410,
14174,
64,
763,
764,
525,
33,
1171,
473,
513
],
),
"rotate_left": SymbolsMetadata(
popularity: 1205,
codepoint: 0xe419,
categories: [1],
tags: [
748,
1738,
460,
77,
2441,
1742,
193,
2856,
6617,
3438,
2392,
754,
313,
1252,
2076,
3439,
2195,
3039,
3440,
505,
2947,
507,
2828,
3441,
760,
761,
2449,
2831,
2832,
470,
14175,
471,
472,
2834,
473,
2835,
2836
],
rtlAutoMirrored: true,
),
"rotate_right": SymbolsMetadata(
popularity: 1961,
codepoint: 0xe41a,
categories: [1],
tags: [
748,
1672,
460,
77,
504,
9058,
462,
2856,
345,
6617,
2931,
313,
1164,
2076,
138,
3439,
1344,
3039,
3440,
757,
1167,
3441,
760,
761,
2449,
3434,
3446,
2832,
906,
470,
14176,
392,
14177,
31,
473,
7281,
141,
2836,
333
],
rtlAutoMirrored: true,
),
"roundabout_left": SymbolsMetadata(
popularity: 187,
codepoint: 0xeb99,
categories: [11],
tags: [
77,
502,
193,
14178,
3438,
2393,
313,
2395,
2038,
1077,
321,
3168,
9142,
2195,
3158,
324,
1534,
468,
325,
1625,
1626,
9248,
14179,
1538,
898,
3160,
1627,
1628,
14180,
1629,
332,
473,
14181,
7821
],
),
"roundabout_right": SymbolsMetadata(
popularity: 252,
codepoint: 0xeba3,
categories: [11],
tags: [
77,
502,
14178,
9246,
3438,
313,
3167,
2395,
2038,
1077,
321,
3168,
1621,
1622,
9247,
324,
1534,
875,
5249,
1624,
325,
1625,
906,
7280,
1626,
9248,
14179,
1538,
898,
1627,
1628,
14180,
14182,
900,
14183,
473,
3164
],
),
"rounded_corner": SymbolsMetadata(
popularity: 461,
codepoint: 0xe920,
categories: [6],
tags: [
1738,
1132,
1133,
482,
14184,
2812,
2931,
3584,
2392,
754,
485,
606,
1252,
1164,
14185,
370,
381,
137,
289,
150,
12363,
432,
1035,
11993,
71,
392,
14186,
682,
4198,
433,
2160,
512,
2198,
476
],
),
"route": SymbolsMetadata(
popularity: 2596,
codepoint: 0xeacd,
categories: [11],
tags: [
284,
14187,
3089,
312,
14188,
2395,
10400,
1974,
1623,
87,
324,
14189,
1534,
325,
14190,
1625,
11236,
7333,
1626,
1538,
14191,
898,
6776,
1627,
3798,
2146,
1628,
4807,
332,
14110,
9055,
14192
],
),
"router": SymbolsMetadata(
popularity: 1719,
codepoint: 0xe328,
categories: [11],
tags: [
7522,
482,
518,
4936,
283,
519,
12527,
284,
254,
2053,
81,
288,
46,
1110,
12489,
259,
9861,
1470,
651,
267,
14193,
432,
2066,
2720,
273,
433,
65,
6239,
276,
277,
278,
650
],
),
"router_off": SymbolsMetadata(
popularity: 13,
codepoint: 0xf2f4,
categories: [11],
tags: [
7522,
12022,
482,
11280,
4936,
7960,
284,
11980,
14194,
10953,
1162,
868,
2713,
1055,
1110,
12489,
259,
11630,
651,
267,
11987,
12741,
14195,
7574,
6316,
1059,
14193,
1060,
1061,
432,
2066,
14196,
273,
1067,
277,
13243,
12542,
278
],
),
"routine": SymbolsMetadata(
popularity: 918,
codepoint: 0xe20c,
categories: [3],
tags: [
1659,
4594,
2072,
3087,
840,
1159,
14197,
5013,
14198,
14199,
88,
4088,
1029,
5016,
4090,
1143,
616,
91,
92,
3354,
2785,
1090,
1122,
759,
3373,
1370,
3434,
2886,
1168,
94,
4963,
955,
1598,
764,
765,
1093,
1517,
4740,
1171,
2463,
2146,
14200,
859,
5026,
2989
],
),
"rowing": SymbolsMetadata(
popularity: 431,
codepoint: 0xe921,
categories: [15],
tags: [
2508,
7323,
2472,
690,
10838,
11142,
11,
225,
2882,
581,
1623,
4357,
1958,
87,
14201,
289,
10843,
588,
589,
27,
3298,
4362,
1433,
14202,
14203,
2421,
392,
1339,
30,
454,
1629,
7290,
3830,
3522
],
),
"rss_feed": SymbolsMetadata(
popularity: 2625,
codepoint: 0xe0e5,
categories: [4],
tags: [
2492,
501,
9573,
5964,
3063,
731,
732,
193,
283,
284,
628,
2931,
81,
2180,
1745,
1726,
68,
259,
267,
2456,
523,
328,
14204,
14205,
14206,
652,
273,
411,
1372,
14207,
4141,
1855,
333,
1186,
277,
278
],
),
"rsvp": SymbolsMetadata(
popularity: 423,
codepoint: 0xf055,
categories: [6],
tags: [
1658,
2655,
14208,
14209,
2658,
4,
11334,
14210,
14211,
482,
5,
1662,
1663,
463,
2663,
4490,
2683,
1666,
10,
12,
8195,
8196,
16,
1166,
14212,
14213,
1482,
6140,
1483,
14214,
14215,
362,
14216,
245,
31,
33,
2674,
35,
2676,
14217,
1671
],
),
"rtt": SymbolsMetadata(
popularity: 310,
codepoint: 0xe9ad,
categories: [7],
tags: [
862,
864,
865,
504,
1270,
570,
5936,
283,
345,
1475,
7695,
2949,
216,
7697,
5933,
138,
1113,
14218,
14219,
583,
355,
271,
2554,
14220,
11965,
14221,
14222,
151,
5934,
31,
1406,
33,
1171,
3660
],
rtlAutoMirrored: true,
),
"rubric": SymbolsMetadata(
popularity: 213,
codepoint: 0xeb27,
categories: [12],
tags: [
1071,
12483,
2464,
1423,
517,
3744,
373,
1662,
3087,
5762,
81,
145,
375,
3486,
9134,
3124,
1078,
1198,
5408,
1080,
1081,
86,
88,
226,
17,
1118,
1086,
1668,
10554,
586,
289,
648,
2785,
851,
795,
203,
14223,
14224,
1588,
1460,
13445,
746,
955,
1093,
1669,
1095,
9453
],
),
"rule": SymbolsMetadata(
popularity: 3289,
codepoint: 0xf1c2,
categories: [6],
tags: [
1660,
2123,
1662,
1103,
5984,
463,
842,
2876,
685,
7677,
5762,
1666,
14225,
696,
5408,
3107,
700,
10238,
3722,
14226,
87,
3423,
1166,
4788,
3269,
1668,
14227,
11212,
12862,
14228,
14229,
1751,
5411,
703,
2159,
362,
151,
71,
1947,
13445,
1669,
2334,
1576,
2989,
5924,
3993,
1671
],
),
"rule_folder": SymbolsMetadata(
popularity: 602,
codepoint: 0xf1c9,
categories: [12],
tags: [
1756,
1660,
1673,
9188,
569,
1208,
1662,
1209,
1197,
463,
81,
1541,
1580,
1430,
14230,
3281,
1666,
1677,
1212,
147,
7638,
1680,
696,
1345,
1029,
1166,
3269,
1391,
1668,
586,
14231,
11212,
14232,
5411,
1224,
1687,
703,
2159,
362,
1588,
4520,
13445,
1689,
955,
1093,
1669,
2334,
1576,
3993,
1671
],
),
"rule_settings": SymbolsMetadata(
popularity: 310,
codepoint: 0xf64c,
categories: [2],
tags: [
458,
1738,
1756,
501,
460,
77,
502,
2123,
1742,
1775,
8092,
1103,
685,
345,
5762,
3082,
1236,
104,
145,
313,
1776,
3748,
696,
293,
68,
3439,
3039,
3440,
1667,
5317,
70,
6256,
11212,
2988,
1090,
1751,
2449,
2366,
470,
703,
652,
151,
71,
1779,
1947,
764,
1093,
511,
473,
4883
],
),
"run_circle": SymbolsMetadata(
popularity: 544,
codepoint: 0xef6f,
categories: [5],
tags: [
748,
749,
2508,
8244,
6345,
690,
504,
193,
902,
345,
11,
225,
4484,
581,
7324,
406,
468,
588,
589,
2504,
759,
27,
1035,
1125,
29,
888,
30,
7326,
2128,
31,
2146,
3522
],
rtlAutoMirrored: true,
),
"running_with_errors": SymbolsMetadata(
popularity: 1380,
codepoint: 0xe51d,
categories: [6],
tags: [
3104,
2508,
1360,
1361,
1051,
751,
691,
1365,
4873,
2089,
2714,
6584,
1366,
14233,
4786,
2715,
1367,
3107,
13229,
2716,
756,
1166,
616,
5540,
1119,
2719,
1090,
758,
759,
29,
14234,
291,
1226,
31,
1517,
1171,
1690,
4875,
206,
7610
],
),
"rv_hookup": SymbolsMetadata(
popularity: 476,
codepoint: 0xe642,
categories: [14],
tags: [
77,
1323,
1809,
3410,
2441,
14235,
3644,
14236,
1811,
1812,
1073,
284,
312,
313,
14237,
10936,
2195,
4056,
1534,
14238,
3652,
3296,
896,
14239,
14240,
2045,
3298,
14241,
906,
5338,
14242,
14243,
14244,
1629,
332,
1834,
1960,
2049,
1835,
14245
],
),
"safety_check": SymbolsMetadata(
popularity: 1232,
codepoint: 0xebef,
categories: [5],
tags: [
2679,
8458,
5217,
1553,
1662,
1159,
2683,
14246,
285,
3182,
14247,
3183,
697,
5248,
1034,
1063,
1573,
1574,
14248,
3187,
705,
14249,
1168,
1773,
14250,
14251,
1036,
1575,
1171,
3191,
2676,
4461,
4820,
1576,
14252,
3493
],
),
"safety_check_off": SymbolsMetadata(
popularity: 48,
codepoint: 0xf59d,
categories: [5],
tags: [
861,
1360,
5217,
1553,
1662,
1664,
1159,
345,
1365,
2601,
1300,
868,
1055,
1222,
12609,
14253,
1059,
1060,
1061,
2670,
5821,
1034,
1063,
1573,
1574,
4416,
3187,
705,
14254,
1168,
1773,
1036,
1575,
1067,
291,
1171,
3191,
7484,
4461,
1576,
206
],
),
"safety_divider": SymbolsMetadata(
popularity: 594,
codepoint: 0xe1cc,
categories: [3],
tags: [
689,
2811,
1132,
1133,
14255,
2813,
9,
2262,
1163,
2851,
14256,
8024,
1634,
9097,
14257,
550,
87,
4575,
4597,
1573,
703,
14258,
705,
1151,
1773,
1036,
1152,
706,
707,
593,
823
],
),
"sailing": SymbolsMetadata(
popularity: 1611,
codepoint: 0xe502,
categories: [14],
tags: [
3640,
4347,
2472,
7287,
7288,
781,
316,
2473,
7541,
14259,
1623,
1958,
1470,
7289,
2481,
5513,
2484,
2485,
3298,
12936,
14260,
2487,
2421,
2488,
14261,
30,
1629,
332,
1690,
7290,
4354,
3830,
10434,
14262
],
),
"salinity": SymbolsMetadata(
popularity: 6,
codepoint: 0xf876,
categories: [3],
tags: [
1422,
4347,
4168,
11908,
81,
5486,
14263,
4270,
1843,
3871,
51,
4175,
792,
4176,
17,
14264,
3474,
11540,
63,
2885,
14265,
14266,
14267,
7645,
4180,
1318,
1319,
36,
3830
],
),
"sanitizer": SymbolsMetadata(
popularity: 943,
codepoint: 0xf21d,
categories: [3],
tags: [
14268,
2372,
1860,
1758,
810,
14269,
1863,
692,
693,
5816,
14270,
14271,
6500,
14272,
2376,
5817,
14273,
697,
892,
1763,
3530,
14274,
4176,
7022,
894,
701,
3835,
1573,
702,
8189,
14275,
5823,
5824,
2385
],
),
"satellite": SymbolsMetadata(
popularity: 493,
codepoint: 0xe562,
categories: [5],
tags: [
2492,
4076,
4275,
731,
283,
1073,
284,
254,
81,
288,
4684,
315,
489,
319,
321,
49,
259,
1595,
323,
1085,
1534,
1596,
1597,
325,
267,
9814,
14276,
57,
59,
62,
5232,
7092,
9286,
4744,
1736,
4180,
652,
273,
823,
31,
65,
1095,
2058,
277,
278,
334
],
),
"satellite_alt": SymbolsMetadata(
popularity: 1521,
codepoint: 0xeb3a,
categories: [7],
tags: [
2388,
2492,
14277,
4076,
731,
4078,
283,
284,
4082,
81,
4684,
315,
3149,
319,
321,
1314,
325,
267,
9814,
14276,
11965,
4777,
4744,
4180,
273,
14278,
823,
14279,
65,
276,
412,
2058
],
),
"sauna": SymbolsMetadata(
popularity: 22,
codepoint: 0xf6f7,
categories: [15],
tags: [
480,
2508,
3863,
3811,
3812,
3813,
690,
929,
14280,
3834,
697,
3023,
3025,
3817,
3818,
3819,
1499,
581,
3530,
1958,
1470,
588,
589,
1868,
3298,
1959,
3825,
1946,
5613,
652,
3826,
3827,
955,
3142,
5377,
7193,
3830,
1855,
3493
],
),
"save": SymbolsMetadata(
popularity: 11807,
codepoint: 0xe161,
categories: [11],
tags: [
748,
1674,
504,
519,
345,
81,
2140,
1430,
1677,
147,
379,
8698,
1108,
2794,
439,
492,
14281,
759,
440,
5880,
1539,
14282,
7577,
392,
2489,
1689,
1396,
511,
5884
],
),
"save_as": SymbolsMetadata(
popularity: 1980,
codepoint: 0xeb60,
categories: [6],
tags: [
1673,
1674,
8791,
1578,
519,
1724,
1325,
81,
2140,
14283,
1430,
520,
4511,
1677,
3661,
1252,
680,
1695,
147,
8698,
8699,
68,
1111,
439,
3248,
1391,
5879,
1587,
4517,
2621,
432,
14284,
5880,
1539,
9186,
433,
1689,
5884,
1590,
1485
],
),
"save_clock": SymbolsMetadata(
popularity: 17,
codepoint: 0xf398,
categories: [11],
tags: [
501,
1673,
42,
10319,
1159,
81,
1160,
2140,
1430,
1677,
2089,
3485,
147,
8698,
137,
2076,
138,
384,
68,
4804,
2794,
439,
2795,
4806,
453,
1539,
1168,
509,
1689,
1396,
31,
1171,
2540,
7817,
141,
1348,
2078
],
),
"saved_search": SymbolsMetadata(
popularity: 2102,
codepoint: 0xea11,
categories: [2],
tags: [
1673,
1693,
1197,
5762,
81,
1542,
316,
3499,
83,
317,
1109,
1139,
1367,
68,
5409,
4467,
88,
2324,
1115,
5813,
1116,
1117,
2327,
1166,
5600,
630,
2331,
4133,
4105,
2332,
4465,
14285,
2817,
1126,
1127,
857,
1689,
2146
],
),
"savings": SymbolsMetadata(
popularity: 9261,
codepoint: 0xe2eb,
categories: [9],
tags: [
565,
926,
927,
11918,
928,
960,
930,
931,
932,
934,
1417,
936,
937,
6694,
3209,
938,
8843,
964,
941,
14286,
11920,
6732,
968,
946,
948,
523,
950,
951,
14287,
14288,
14289,
12765,
970,
8082,
954,
31,
956,
958,
14290,
14291
],
),
"scale": SymbolsMetadata(
popularity: 1594,
codepoint: 0xeb5f,
categories: [11],
tags: [
925,
14292,
3713,
14293,
14294,
14295,
3762,
9768,
3716,
3717,
3720,
3721,
3722,
2446,
14296,
226,
17,
630,
391,
14297,
3731,
14298,
3732,
14299,
14300,
14301,
14302
],
),
"scan": SymbolsMetadata(
popularity: 70,
codepoint: 0xf74e,
categories: [12],
tags: [
2440,
5217,
3771,
42,
1416,
934,
81,
288,
44,
1580,
1430,
1677,
147,
317,
1680,
1681,
2003,
3772,
2324,
13661,
262,
6306,
1585,
1651,
2329,
1586,
1587,
951,
13434,
1653,
3774,
3782,
2885,
1393,
1736,
1737,
1126,
1588,
1395,
4520,
65,
33,
4820,
1485
],
),
"scan_delete": SymbolsMetadata(
popularity: 60,
codepoint: 0xf74f,
categories: [12],
tags: [
2791,
1208,
810,
780,
1209,
1235,
81,
1210,
6366,
1211,
4646,
1580,
1430,
14303,
1677,
3371,
1212,
147,
1680,
1681,
3372,
1470,
3269,
1585,
1059,
1586,
1587,
432,
5039,
1224,
6376,
14304,
1736,
14305,
1737,
1588,
4520,
1226,
33,
3374,
6378,
6930,
1485,
3993
],
),
"scanner": SymbolsMetadata(
popularity: 427,
codepoint: 0xe329,
categories: [11],
tags: [
9866,
3771,
482,
40,
1102,
1724,
2812,
12519,
81,
5486,
288,
44,
1430,
2532,
1110,
10592,
68,
14306,
53,
87,
1729,
262,
2329,
1653,
14307,
3380,
3779,
1289,
1736,
1737,
1126,
433,
65,
5596
],
),
"scatter_plot": SymbolsMetadata(
popularity: 910,
codepoint: 0xe268,
categories: [9],
tags: [
1422,
14308,
1071,
1423,
517,
373,
14309,
1101,
3762,
11234,
14310,
81,
7073,
375,
2180,
1745,
1105,
1078,
14311,
1081,
6543,
226,
1086,
3354,
2802,
11236,
851,
3426,
1428,
4179,
14312,
4856,
4180,
2263,
746,
3760,
1095,
1429,
514,
398,
399
],
),
"scene": SymbolsMetadata(
popularity: 626,
codepoint: 0xe2a7,
categories: [8],
tags: [
3146,
480,
3640,
3644,
5525,
312,
1843,
318,
3649,
7935,
1140,
11045,
1499,
1595,
3627,
814,
10311,
1597,
1825,
1143,
3652,
5797,
14313,
1946,
2772,
1339,
1993,
5530,
1598,
13252,
13253,
10358,
3302,
332,
396,
11047,
859,
5160
],
),
"schedule": SymbolsMetadata(
popularity: 36699,
codepoint: 0xe8b5,
categories: [6],
tags: [
1359,
2071,
2072,
10319,
1159,
2073,
1160,
2074,
2116,
2089,
10,
489,
2076,
3463,
3466,
92,
2795,
2589,
3488,
2785,
5008,
4806,
1370,
1168,
360,
2809,
1171,
1172,
1713,
766,
2078
],
),
"schedule_send": SymbolsMetadata(
popularity: 1543,
codepoint: 0xea0a,
categories: [7],
tags: [
1659,
2071,
77,
2072,
193,
1159,
1160,
2036,
12091,
2286,
10,
903,
14314,
489,
16,
2291,
583,
616,
92,
2589,
5000,
3489,
4105,
1370,
1699,
1168,
2298,
1528,
1171,
526,
4778
],
rtlAutoMirrored: true,
),
"schema": SymbolsMetadata(
popularity: 2360,
codepoint: 0xe4fd,
categories: [9],
tags: [
1071,
1496,
2777,
6088,
373,
14315,
1075,
81,
1467,
375,
1077,
5057,
1078,
382,
1080,
1081,
385,
5477,
3423,
324,
1085,
226,
1086,
491,
267,
586,
2785,
1090,
1092,
390,
11943,
2710,
746,
955,
1093,
1095,
1096,
476
],
),
"school": SymbolsMetadata(
popularity: 20288,
codepoint: 0xe80c,
categories: [15],
tags: [
4423,
4462,
4424,
3,
1496,
929,
14316,
14317,
5695,
1906,
3647,
14318,
933,
7513,
3092,
14319,
7515,
14320,
5223,
10325,
5704,
945,
4428,
3094,
14321,
952,
5233,
14322,
2737,
4963,
955,
5450,
14323,
10327,
4437,
14324
],
),
"science": SymbolsMetadata(
popularity: 5947,
codepoint: 0xea4b,
categories: [15],
tags: [
1422,
4165,
14325,
4168,
4169,
14326,
1333,
314,
3092,
4171,
14327,
4172,
2511,
1109,
9112,
4174,
4428,
4271,
14328,
4175,
3094,
4176,
2381,
4179,
14329,
4180,
5976,
4181,
4391,
8290,
4182
],
),
"science_off": SymbolsMetadata(
popularity: 29,
codepoint: 0xf542,
categories: [15],
tags: [
14330,
14331,
4165,
14332,
6311,
4168,
4169,
14333,
13453,
868,
14334,
14335,
14336,
1055,
4171,
14337,
4172,
14338,
1109,
1222,
14339,
14340,
4175,
14341,
14342,
14343,
14344,
5951,
1059,
1060,
1061,
4179,
14345,
4180,
14346,
14347,
1067,
2614,
14348,
11736,
14349,
4182,
8019,
1068
],
),
"scooter": SymbolsMetadata(
popularity: 9,
codepoint: 0xf471,
categories: [14],
tags: [
1809,
4142,
4144,
2548,
2035,
2036,
313,
2395,
7885,
379,
7917,
7902,
1534,
875,
7903,
353,
468,
7904,
1685,
7333,
2045,
4160,
3299,
4161,
652,
2029,
1339,
1979,
900,
1629,
332,
7286,
1506,
1835,
2050
],
rtlAutoMirrored: true,
),
"score": SymbolsMetadata(
popularity: 458,
codepoint: 0xe269,
categories: [7],
tags: [
402,
3,
4,
223,
1071,
1423,
517,
5,
373,
80,
81,
375,
7,
3092,
3486,
225,
941,
12,
5428,
3871,
1078,
51,
1081,
16,
226,
17,
18,
1086,
21,
22,
648,
851,
26,
795,
453,
227,
228,
3520,
746,
675,
31,
6510,
33,
230,
1095,
35,
36
],
),
"scoreboard": SymbolsMetadata(
popularity: 742,
codepoint: 0xebd0,
categories: [15],
tags: [
5711,
6,
81,
8,
5382,
68,
13428,
1470,
14350,
2328,
630,
22,
648,
851,
1427,
795,
453,
2457,
1428,
2332,
228,
14351,
410,
30,
3520,
746,
7260,
6510,
1095,
11148
],
),
"screen_lock_landscape": SymbolsMetadata(
popularity: 183,
codepoint: 0xe1be,
categories: [11],
tags: [
1246,
1247,
861,
4239,
345,
288,
8,
1110,
699,
1253,
1595,
1777,
14352,
1056,
262,
1698,
14353,
507,
5948,
271,
1034,
1574,
2366,
470,
410,
14354,
14174,
14355,
1773,
1036,
525,
5320
],
),
"screen_lock_portrait": SymbolsMetadata(
popularity: 271,
codepoint: 0xe1bf,
categories: [11],
tags: [
1246,
1247,
5314,
5217,
5219,
1250,
4239,
1760,
284,
6802,
288,
2603,
14356,
3371,
1110,
1253,
1777,
14357,
14352,
8044,
1056,
262,
1698,
14358,
14353,
2607,
5948,
14359,
5318,
271,
2612,
14360,
7174,
5099,
1034,
6461,
1063,
1574,
432,
1065,
1066,
705,
410,
14354,
14361,
14362,
1773,
1036,
14363,
1700,
14364,
525,
5320
],
),
"screen_lock_rotation": SymbolsMetadata(
popularity: 151,
codepoint: 0xe1c0,
categories: [11],
tags: [
1246,
1247,
77,
14365,
14366,
345,
288,
14367,
8,
2474,
14368,
1110,
1253,
14369,
1595,
1777,
14370,
262,
507,
14172,
5948,
271,
5099,
14371,
2366,
470,
471,
14372,
410,
14354,
14355,
1773,
1036,
71,
2402,
525,
413,
473
],
),
"screen_record": SymbolsMetadata(
popularity: 230,
codepoint: 0xf679,
categories: [4],
tags: [
1672,
501,
461,
731,
40,
42,
193,
2701,
519,
288,
8,
346,
1344,
406,
630,
354,
408,
453,
1290,
440,
410,
14373,
362,
2696,
2833,
433,
454,
65,
413,
141,
1348,
37
],
),
"screen_rotation": SymbolsMetadata(
popularity: 847,
codepoint: 0xe1c1,
categories: [11],
tags: [
1246,
1247,
1738,
77,
502,
14365,
14366,
1742,
193,
5144,
345,
288,
14374,
8,
5095,
1110,
1253,
1595,
262,
1698,
14375,
507,
271,
5099,
432,
470,
471,
410,
14376,
14377,
151,
2402,
525,
473,
5320
],
),
"screen_rotation_alt": SymbolsMetadata(
popularity: 370,
codepoint: 0xebee,
categories: [4],
tags: [
1246,
1247,
1738,
1739,
1591,
2388,
77,
1742,
193,
462,
345,
14026,
14028,
288,
313,
8,
5095,
1110,
1253,
1595,
262,
507,
271,
5099,
760,
761,
470,
471,
410,
14355,
151,
2402,
525,
473
],
),
"screen_rotation_up": SymbolsMetadata(
popularity: 22,
codepoint: 0xf678,
categories: [4],
tags: [
1246,
1247,
77,
14378,
14169,
288,
14171,
14374,
14379,
14380,
14381,
1110,
1253,
14382,
14383,
262,
14384,
14172,
271,
14385,
14386,
5100,
14387,
470,
14388,
14389,
14390,
471,
14391,
14372,
410,
14392,
14174,
14355,
14393,
525,
473,
14394,
14395,
14396,
14397,
14398,
14399
],
),
"screen_search_desktop": SymbolsMetadata(
popularity: 1187,
codepoint: 0xef70,
categories: [11],
tags: [
1246,
1247,
501,
77,
1179,
519,
1704,
288,
44,
1542,
8,
2532,
316,
317,
1109,
1110,
1253,
68,
53,
1470,
1777,
1115,
1116,
2327,
630,
1122,
432,
470,
410,
14400,
1126,
433,
65,
333,
1186,
1187,
2335
],
),
"screen_share": SymbolsMetadata(
popularity: 918,
codepoint: 0xe0e2,
categories: [11],
tags: [
1246,
1247,
77,
731,
4276,
2022,
1703,
571,
519,
1073,
284,
1704,
288,
8,
1110,
1253,
3686,
1705,
5097,
5327,
630,
267,
523,
5008,
1427,
388,
14401,
2457,
4777,
410,
2027,
1528,
2029,
14402,
454,
411,
3017,
37,
333,
8697,
1187
],
rtlAutoMirrored: true,
),
"screenshot": SymbolsMetadata(
popularity: 468,
codepoint: 0xf056,
categories: [11],
tags: [
1246,
1247,
1672,
501,
1132,
504,
40,
42,
1250,
1724,
2337,
1813,
288,
44,
8,
1430,
520,
348,
4484,
1110,
1253,
138,
49,
262,
271,
57,
62,
453,
432,
1539,
410,
5240,
1528,
5090,
433,
31,
525,
65,
907,
527
],
),
"screenshot_frame": SymbolsMetadata(
popularity: 90,
codepoint: 0xf677,
categories: [4],
tags: [
1342,
1672,
1131,
1132,
40,
42,
519,
2812,
1813,
8,
1430,
348,
1343,
49,
1595,
406,
262,
439,
289,
57,
1346,
62,
5099,
14403,
432,
410,
14404,
5239,
5240,
392,
433,
141,
396,
333
],
),
"screenshot_frame_2": SymbolsMetadata(
popularity: 46,
codepoint: 0xf374,
categories: [4],
tags: [
1131,
1132,
1133,
482,
42,
519,
2337,
1813,
44,
8,
4603,
348,
137,
49,
1595,
406,
439,
289,
57,
62,
5099,
1427,
432,
410,
5239,
5240,
14405,
5090,
433,
1170,
65,
8684,
476,
1187
],
),
"screenshot_keyboard": SymbolsMetadata(
popularity: 42,
codepoint: 0xf7d3,
categories: [4],
tags: [
14406,
862,
10975,
1100,
42,
11064,
283,
519,
1633,
288,
44,
382,
1110,
1111,
1344,
1113,
10897,
385,
1470,
262,
14407,
2457,
410,
5239,
2710,
525,
65,
33,
3660,
10898,
1485,
14408
],
),
"screenshot_monitor": SymbolsMetadata(
popularity: 740,
codepoint: 0xec08,
categories: [11],
tags: [
1246,
1247,
501,
40,
42,
1703,
519,
1704,
288,
44,
8,
2532,
7592,
1110,
1253,
49,
1705,
406,
630,
57,
62,
14403,
1122,
453,
432,
410,
5239,
5240,
5090,
65,
141,
37,
333,
1186,
1187
],
),
"screenshot_region": SymbolsMetadata(
popularity: 95,
codepoint: 0xf7d2,
categories: [4],
tags: [
231,
745,
1131,
5236,
4588,
2336,
14409,
42,
1813,
14410,
348,
6597,
14411,
1139,
5121,
887,
14412,
239,
14413,
432,
1149,
410,
14404,
5239,
5240,
14414,
14415,
14416,
14417,
363,
6332,
14418,
433,
14419
],
),
"screenshot_tablet": SymbolsMetadata(
popularity: 24,
codepoint: 0xf697,
categories: [11],
tags: [
1246,
1247,
42,
1703,
1724,
1704,
288,
44,
8,
2532,
2533,
7592,
1110,
1253,
49,
1705,
406,
262,
630,
57,
1346,
62,
2534,
453,
2457,
1539,
410,
5239,
5240,
5090,
5241,
525,
65,
396,
333,
1187
],
),
"script": SymbolsMetadata(
popularity: 23,
codepoint: 0xf45f,
categories: [12],
tags: [
3418,
5982,
4,
1422,
2123,
5,
9253,
1102,
2216,
1103,
5986,
81,
1313,
1104,
1430,
520,
2153,
2781,
14233,
147,
12,
1108,
10238,
4773,
16,
1470,
11593,
1090,
1123,
6663,
29,
3325,
94,
509,
433,
31,
65,
1317,
33,
35,
6749
],
),
"scrollable_header": SymbolsMetadata(
popularity: 23,
codepoint: 0xe9dc,
categories: [6],
tags: [
1466,
4799,
628,
81,
485,
1163,
2186,
7274,
1108,
1198,
9385,
1080,
68,
1344,
86,
385,
88,
506,
325,
586,
410,
2853,
14420,
1151,
2459,
707,
955,
141,
1348,
396,
6606,
1187
],
),
"scuba_diving": SymbolsMetadata(
popularity: 453,
codepoint: 0xebce,
categories: [15],
tags: [
2508,
3640,
4347,
14421,
314,
14422,
14423,
781,
46,
11,
11569,
316,
14424,
14425,
1776,
7541,
1957,
1623,
1958,
7289,
6118,
2485,
3298,
14426,
14427,
2421,
14428,
593,
30,
13451,
3828,
12766,
332,
14429,
1960,
11011
],
),
"sd": SymbolsMetadata(
popularity: 235,
codepoint: 0xe9dd,
categories: [0],
tags: [
861,
4,
1757,
40,
930,
5,
193,
14430,
1760,
81,
12608,
6781,
288,
44,
1430,
14431,
1677,
8020,
147,
4393,
1680,
12,
49,
68,
1112,
16,
1777,
2794,
5318,
57,
1063,
1574,
14432,
11808,
1773,
1036,
1774,
1689,
31,
33,
35
],
),
"sd_card": SymbolsMetadata(
popularity: 593,
codepoint: 0xe623,
categories: [11],
tags: [
14433,
40,
930,
519,
81,
6781,
288,
44,
556,
2141,
2532,
1877,
14434,
7638,
14435,
68,
756,
406,
2794,
14436,
14437,
439,
14438,
5130,
2143,
14439,
14440,
8082,
11808,
14441,
1773,
433,
1689,
65,
526,
14442,
14443
],
),
"sd_card_alert": SymbolsMetadata(
popularity: 328,
codepoint: 0xf057,
categories: [11],
tags: [
3104,
1360,
1361,
40,
930,
691,
4917,
283,
1365,
81,
288,
44,
2532,
2714,
1366,
3915,
8595,
4786,
1110,
1367,
5801,
51,
2716,
1166,
2794,
262,
267,
616,
271,
2143,
2719,
11808,
14441,
1773,
12638,
3213,
291,
1689,
31,
1690,
206
],
),
"sdk": SymbolsMetadata(
popularity: 297,
codepoint: 0xe720,
categories: [6],
tags: [
5003,
232,
2700,
2584,
481,
1374,
4721,
2216,
571,
3939,
284,
1325,
1104,
1164,
9134,
872,
2561,
10370,
1314,
4726,
4728,
4729,
1685,
1123,
5721,
14444,
14445,
1151,
1152,
392,
509,
955,
1093,
65,
6204,
152,
14446
],
),
"search": SymbolsMetadata(
popularity: 183782,
codepoint: 0xe8b6,
categories: [2],
tags: [
4793,
193,
1542,
8560,
316,
8561,
83,
317,
8566,
1109,
4634,
5812,
2323,
2324,
8568,
1115,
5814,
1116,
1117,
642,
70,
2331,
14447,
2817,
1126,
8572,
14448,
1127,
5188,
511,
396,
2335
],
),
"search_activity": SymbolsMetadata(
popularity: 159,
codepoint: 0xf3e5,
categories: [6],
tags: [
4623,
2508,
1071,
8457,
1159,
754,
81,
1160,
145,
1542,
1105,
755,
4802,
316,
317,
2076,
68,
2323,
88,
2324,
4804,
2327,
1029,
2795,
1090,
2331,
4806,
453,
1428,
1168,
1126,
7260,
1171,
2463,
2146,
3315,
601
],
),
"search_check": SymbolsMetadata(
popularity: 231,
codepoint: 0xf800,
categories: [2],
tags: [
2319,
1660,
2679,
1662,
14449,
1664,
193,
463,
2683,
14450,
2321,
1162,
1542,
1666,
317,
2665,
1109,
4634,
697,
2323,
87,
2324,
1115,
2326,
1116,
1117,
2327,
1166,
1668,
2331,
1126,
14451,
11656,
14452,
1127,
362,
245,
1669,
2334,
14453,
1576,
1671,
2335
],
),
"search_check_2": SymbolsMetadata(
popularity: 166,
codepoint: 0xf469,
categories: [2],
tags: [
748,
1660,
2679,
1662,
1664,
193,
463,
2683,
1666,
316,
317,
488,
14454,
904,
1109,
697,
53,
87,
2324,
1115,
5814,
1116,
1117,
2327,
1166,
325,
1668,
2331,
2332,
1126,
1127,
362,
392,
9178,
1669,
511,
2334,
1576,
1671
],
),
"search_hands_free": SymbolsMetadata(
popularity: 116,
codepoint: 0xe696,
categories: [6],
tags: [
862,
863,
865,
14455,
1268,
1809,
3410,
1811,
1103,
345,
313,
1542,
317,
3149,
14456,
138,
1111,
2865,
1301,
2324,
2327,
1285,
2331,
1289,
1126,
594,
14457,
14458,
31,
65,
511,
1835,
1298,
14459
],
),
"search_insights": SymbolsMetadata(
popularity: 720,
codepoint: 0xf4bc,
categories: [9],
tags: [
1422,
1071,
1423,
1424,
517,
373,
81,
3756,
14460,
375,
314,
316,
317,
1109,
1078,
1081,
68,
1327,
2465,
53,
1115,
1116,
1117,
2327,
226,
18,
1086,
648,
2331,
179,
1428,
4179,
2332,
1126,
1127,
746,
33,
1095,
1429,
514
],
),
"search_off": SymbolsMetadata(
popularity: 1963,
codepoint: 0xea76,
categories: [2],
tags: [
2596,
1051,
14461,
1208,
14462,
193,
780,
14463,
1209,
14464,
6837,
1162,
868,
14465,
1055,
317,
8322,
14466,
8323,
14467,
1109,
53,
1115,
1116,
14468,
14469,
11966,
14470,
1117,
1057,
14471,
4790,
1059,
1061,
4247,
1224,
14472,
1065,
14473,
1126,
14474,
14475,
14476,
8336,
14477,
14478,
14479,
1127,
1067,
1226,
1068,
3993
],
),
"seat_cool_left": SymbolsMetadata(
popularity: 12,
codepoint: 0xf331,
categories: [14],
tags: [
836,
1266,
837,
77,
1809,
3410,
1811,
1905,
840,
1876,
4494,
345,
844,
845,
313,
2271,
14480,
1848,
2735,
2195,
289,
1918,
151,
888,
858,
1835,
14481,
1853
],
),
"seat_cool_right": SymbolsMetadata(
popularity: 4,
codepoint: 0xf330,
categories: [14],
tags: [
836,
837,
1887,
77,
1809,
3410,
504,
1811,
1905,
840,
5254,
1876,
345,
844,
845,
14482,
313,
7908,
1878,
1848,
51,
2735,
1913,
14483,
1918,
14484,
151,
65,
858,
413,
900,
1835,
1899,
1853
],
),
"seat_heat_left": SymbolsMetadata(
popularity: 15,
codepoint: 0xf32f,
categories: [14],
tags: [
2210,
77,
2423,
1809,
3410,
504,
1931,
1811,
14485,
840,
14486,
1876,
345,
313,
7908,
216,
3023,
14487,
1848,
2735,
2195,
10204,
1913,
1918,
71,
858,
413,
3375,
1835,
3829,
7950,
860
],
),
"seat_heat_right": SymbolsMetadata(
popularity: 12,
codepoint: 0xf32e,
categories: [14],
tags: [
1266,
77,
1809,
3410,
1811,
840,
1876,
345,
313,
1164,
4484,
3023,
1848,
2735,
289,
1913,
906,
1918,
151,
1472,
31,
858,
1835,
3829,
7950
],
),
"seat_vent_left": SymbolsMetadata(
popularity: 2,
codepoint: 0xf32d,
categories: [14],
tags: [
2210,
837,
1871,
1887,
77,
2423,
1809,
3410,
1841,
1811,
840,
5255,
1876,
14488,
8247,
345,
844,
845,
313,
7908,
1878,
14480,
1848,
2735,
2195,
1913,
1918,
14489,
151,
1472,
858,
1835,
1899,
1853
],
),
"seat_vent_right": SymbolsMetadata(
popularity: 4,
codepoint: 0xf32c,
categories: [14],
tags: [
1738,
837,
1887,
77,
1809,
3410,
1811,
840,
5254,
1876,
345,
844,
845,
1425,
313,
2271,
1878,
1847,
1848,
2735,
14490,
1913,
906,
1918,
151,
858,
900,
332,
1835,
1899,
1853
],
),
"security": SymbolsMetadata(
popularity: 6296,
codepoint: 0xe32a,
categories: [13],
tags: [
861,
14491,
5217,
1553,
12608,
3954,
8020,
3183,
2607,
6807,
2670,
1034,
14492,
1063,
1573,
3185,
1574,
3187,
705,
1773,
10882,
12524,
8033,
1036,
1575,
11462,
14493,
3191,
7482,
1576,
13595,
7479
],
),
"security_key": SymbolsMetadata(
popularity: 127,
codepoint: 0xf503,
categories: [11],
tags: [
14494,
861,
10878,
5217,
5219,
1757,
193,
288,
44,
1431,
379,
978,
1112,
10897,
14495,
87,
1777,
980,
523,
5318,
2670,
920,
326,
1063,
3185,
14496,
1773,
1036,
12973,
987,
1339,
2818,
182,
65,
14497,
5320,
601,
4820,
14498,
14499
],
),
"security_update_good": SymbolsMetadata(
popularity: 668,
codepoint: 0xf059,
categories: [11],
tags: [
1246,
1247,
1660,
2679,
1250,
1662,
1664,
463,
2321,
288,
1666,
2665,
5749,
4033,
1110,
1253,
1166,
262,
14500,
2607,
14501,
1668,
5604,
271,
242,
432,
2531,
3187,
1773,
1036,
14502,
362,
1700,
245,
1093,
14503,
525,
1669,
2451,
2334,
4461,
1576,
1671
],
),
"security_update_warning": SymbolsMetadata(
popularity: 384,
codepoint: 0xf05a,
categories: [11],
tags: [
3104,
1246,
1247,
1360,
1361,
691,
1365,
288,
520,
2714,
1366,
4701,
3915,
1110,
1253,
1367,
68,
2716,
1166,
583,
262,
14504,
2529,
2607,
616,
271,
5099,
2719,
432,
4416,
2531,
1036,
14505,
31,
1093,
14503,
525,
4419,
2451,
1464,
206
],
),
"segment": SymbolsMetadata(
popularity: 1055,
codepoint: 0xe94b,
categories: [12],
tags: [
2148,
1071,
6188,
2712,
2792,
373,
14506,
9207,
3939,
81,
375,
6400,
1136,
1164,
4671,
370,
7065,
1078,
579,
14257,
1470,
88,
5994,
14507,
2157,
4728,
4729,
1147,
703,
2159,
1151,
1152,
706,
4980,
2401,
2160,
14508,
33
],
rtlAutoMirrored: true,
),
"select": SymbolsMetadata(
popularity: 171,
codepoint: 0xf74d,
categories: [12],
tags: [
748,
2280,
1131,
77,
1132,
482,
450,
345,
1787,
2392,
754,
14255,
4633,
1164,
1139,
2839,
2768,
1376,
2324,
14509,
1749,
492,
355,
289,
2982,
328,
1167,
362,
363,
392,
433,
1227,
511
],
),
"select_all": SymbolsMetadata(
popularity: 1967,
codepoint: 0xe162,
categories: [2],
tags: [
2280,
3801,
482,
3803,
1662,
450,
1197,
4609,
463,
2282,
2392,
754,
2305,
2274,
579,
1139,
86,
88,
1166,
2455,
70,
289,
2982,
362,
6488,
363,
433,
511,
230
],
),
"select_check_box": SymbolsMetadata(
popularity: 5394,
codepoint: 0xf1fe,
categories: [2],
tags: [
749,
2679,
1332,
13907,
482,
504,
1662,
1663,
3180,
1664,
450,
463,
3939,
2683,
345,
1666,
1164,
1819,
488,
137,
1111,
1166,
814,
1668,
1061,
355,
4502,
362,
2696,
363,
1339,
433,
1669,
413,
2674,
141,
2198,
1576,
1671
],
),
"select_to_speak": SymbolsMetadata(
popularity: 36,
codepoint: 0xf7cf,
categories: [0],
tags: [
862,
1177,
910,
2105,
1268,
283,
345,
1787,
14510,
348,
1278,
14511,
7699,
467,
5225,
1301,
1706,
2157,
1167,
3381,
2885,
14512,
14513,
363,
13681,
1293,
4845,
14514,
1294,
33,
3382,
7230,
2030,
1701,
1298,
554,
9337
],
),
"select_window": SymbolsMetadata(
popularity: 192,
codepoint: 0xe6fa,
categories: [6],
tags: [
501,
14515,
1466,
482,
1179,
450,
1704,
8,
13308,
1748,
348,
259,
385,
1029,
630,
14516,
14517,
2455,
2922,
2497,
3397,
4604,
1122,
432,
410,
7664,
362,
363,
433,
1711,
2402,
4480,
1227,
14518,
396,
333,
14519,
14446,
1187,
1229,
5235
],
),
"select_window_2": SymbolsMetadata(
popularity: 79,
codepoint: 0xf4c8,
categories: [6],
tags: [
1466,
1179,
450,
345,
484,
8,
13308,
137,
2865,
259,
1082,
385,
2455,
14520,
586,
5384,
3397,
386,
2982,
876,
3356,
7664,
362,
363,
11121,
2710,
1711,
31,
12201,
907,
396,
333,
14519,
14446,
1187,
1229,
5235
],
),
"select_window_off": SymbolsMetadata(
popularity: 22,
codepoint: 0xe506,
categories: [6],
tags: [
1672,
501,
1132,
482,
1179,
684,
5162,
868,
8,
13308,
1055,
348,
381,
1222,
259,
2455,
1059,
1061,
355,
289,
3397,
919,
1122,
432,
410,
7664,
362,
392,
1067,
433,
1711,
4249,
2402,
413,
907,
5602,
5603,
396,
333,
14519,
14446,
1187,
1229,
5235
],
),
"self_care": SymbolsMetadata(
popularity: 228,
codepoint: 0xf86d,
categories: [10],
tags: [
14521,
690,
3072,
4077,
3132,
7631,
14522,
10167,
1876,
9663,
14523,
225,
2075,
697,
4507,
4911,
4708,
581,
6286,
4508,
13610,
11910,
5327,
9161,
589,
14524,
14525,
1574,
1916,
1959,
1036,
2258,
10173,
888,
880,
3142,
14526,
3493
],
),
"self_improvement": SymbolsMetadata(
popularity: 3604,
codepoint: 0xea78,
categories: [15],
tags: [
925,
690,
6026,
4077,
3132,
14522,
14527,
14528,
1104,
14523,
234,
7642,
697,
871,
581,
6286,
3959,
9159,
9160,
5718,
6028,
14529,
9161,
588,
589,
920,
759,
1916,
2258,
14530,
1942,
5187,
880,
3142,
7028,
7263,
3493,
11916,
11917
],
),
"sell": SymbolsMetadata(
popularity: 12333,
codepoint: 0xf05b,
categories: [9],
tags: [
14531,
928,
930,
1648,
931,
932,
934,
11335,
936,
937,
10077,
12060,
938,
52,
1389,
948,
12554,
523,
950,
951,
11020,
1421,
1184,
1393,
6724,
3279,
392,
1394,
1395,
8589,
1396,
182,
14532,
11343
],
),
"send": SymbolsMetadata(
popularity: 22536,
codepoint: 0xe163,
categories: [7],
tags: [
748,
1901,
77,
570,
283,
463,
81,
3112,
7213,
12091,
1430,
2286,
1909,
488,
903,
4031,
2291,
583,
5035,
1587,
14533,
387,
328,
1352,
1353,
1482,
906,
2298,
1528,
2925,
526,
4778,
527
],
rtlAutoMirrored: true,
),
"send_and_archive": SymbolsMetadata(
popularity: 509,
codepoint: 0xea0c,
categories: [7],
tags: [
1673,
77,
482,
570,
14534,
283,
1578,
3112,
12091,
1430,
2814,
520,
2286,
14535,
147,
1680,
2289,
5565,
16,
2291,
14536,
583,
1749,
14537,
12825,
14538,
1482,
1539,
2298,
14539,
1528,
1396,
14540
],
rtlAutoMirrored: true,
),
"send_money": SymbolsMetadata(
popularity: 78,
codepoint: 0xe8b7,
categories: [9],
tags: [
77,
927,
504,
930,
931,
1416,
932,
14541,
934,
936,
937,
14542,
313,
938,
1649,
3276,
1695,
941,
942,
967,
138,
14543,
948,
6699,
14544,
523,
950,
951,
876,
1654,
432,
14545,
906,
2298,
14546,
392,
433,
31,
956,
14547,
971
],
rtlAutoMirrored: true,
),
"send_time_extension": SymbolsMetadata(
popularity: 873,
codepoint: 0xeadb,
categories: [2],
tags: [
748,
745,
12103,
77,
504,
1159,
283,
2116,
3112,
12091,
2286,
3232,
1335,
5005,
489,
259,
2291,
583,
14533,
239,
240,
2118,
1699,
1168,
2298,
14548,
14549,
1528,
2925,
1171,
1172,
1690,
2078,
333
],
),
"send_to_mobile": SymbolsMetadata(
popularity: 1009,
codepoint: 0xf05c,
categories: [11],
tags: [
1246,
1247,
1672,
501,
77,
282,
251,
288,
313,
1695,
903,
1110,
1253,
3664,
262,
1698,
4630,
325,
14550,
14551,
271,
1315,
14552,
5437,
14553,
432,
906,
1699,
2298,
9551,
1528,
1700,
525,
1712,
526,
4309
],
rtlAutoMirrored: true,
),
"sensor_door": SymbolsMetadata(
popularity: 443,
codepoint: 0xf1b5,
categories: [8],
tags: [
861,
7522,
1359,
1360,
2123,
1209,
7810,
4931,
7515,
1431,
7523,
1212,
5223,
5107,
5801,
4259,
2922,
7519,
5772,
5233,
1773,
1036,
2808,
64,
1897,
4249,
291,
14554,
553
],
),
"sensor_occupied": SymbolsMetadata(
popularity: 911,
codepoint: 0xec10,
categories: [8],
tags: [
2104,
749,
1359,
1360,
2123,
690,
14555,
284,
5486,
14556,
2881,
581,
14557,
51,
353,
8382,
468,
267,
14558,
8230,
14559,
588,
589,
14560,
8637,
14561,
1736,
1036,
64,
14562,
273,
14563,
1897,
291,
5074,
5114,
65,
278
],
),
"sensor_window": SymbolsMetadata(
popularity: 183,
codepoint: 0xf1b4,
categories: [8],
tags: [
1359,
1131,
1132,
1133,
40,
81,
5486,
288,
8,
1748,
348,
1111,
1141,
630,
4259,
289,
432,
1149,
410,
1036,
2808,
64,
14564,
273,
433,
5114,
1227,
65,
396,
1187,
1155
],
),
"sensors": SymbolsMetadata(
popularity: 2554,
codepoint: 0xe51e,
categories: [8],
tags: [
2492,
3768,
517,
283,
284,
253,
254,
81,
288,
3914,
14565,
51,
259,
1083,
17,
267,
2065,
272,
1736,
4764,
14562,
273,
290,
291,
65,
2278,
526,
2058,
1855,
277,
278
],
),
"sensors_krx": SymbolsMetadata(
popularity: 143,
codepoint: 0xf556,
categories: [10],
tags: [
1359,
2123,
2721,
1074,
284,
345,
81,
7810,
5486,
7090,
288,
44,
868,
2532,
1055,
1843,
46,
68,
1111,
1281,
7151,
7152,
1729,
17,
630,
4259,
267,
1059,
1060,
1061,
1732,
4180,
64,
14562,
273,
1067,
1292,
1093,
65,
1095,
278
],
),
"sensors_krx_off": SymbolsMetadata(
popularity: 16,
codepoint: 0xf515,
categories: [10],
tags: [
1359,
2721,
345,
14566,
7810,
5486,
7090,
288,
10953,
868,
14567,
1055,
137,
1222,
51,
14568,
17,
4259,
1059,
1060,
1061,
64,
14569,
14562,
14570,
71,
14571,
1067,
4249,
291,
31,
65,
11736
],
),
"sensors_off": SymbolsMetadata(
popularity: 284,
codepoint: 0xe51f,
categories: [8],
tags: [
481,
1208,
284,
1299,
14572,
1162,
1300,
868,
2713,
1055,
12311,
1222,
87,
14573,
14574,
267,
14575,
14576,
14577,
1059,
1061,
7965,
1736,
14562,
14570,
7701,
273,
1067,
4249,
291,
1226,
413,
1068,
278
],
),
"sentiment_calm": SymbolsMetadata(
popularity: 153,
codepoint: 0xf6a7,
categories: [3],
tags: [
566,
4077,
193,
628,
1602,
6110,
6111,
577,
8455,
7990,
1610,
977,
581,
1614,
4093,
589,
1615,
242,
590,
203,
2381,
13898,
1483,
3504,
330,
8005,
13901,
1616,
7991,
11914,
601
],
),
"sentiment_content": SymbolsMetadata(
popularity: 93,
codepoint: 0xf6a6,
categories: [3],
tags: [
572,
10210,
14578,
6110,
14579,
14580,
3486,
6111,
577,
1479,
7990,
8425,
1610,
1613,
1614,
14581,
815,
13773,
203,
2381,
1483,
3504,
12078,
8403,
8414,
7269,
8005,
7991,
1619,
14582
],
),
"sentiment_dissatisfied": SymbolsMetadata(
popularity: 6096,
codepoint: 0xe811,
categories: [3],
tags: [
14583,
566,
9145,
193,
14584,
10210,
14585,
1603,
6110,
1604,
6111,
1606,
577,
1479,
7990,
1607,
8425,
977,
581,
1614,
4273,
589,
14586,
590,
203,
3504,
12078,
8005,
1619,
8439,
14587,
8440,
601
],
),
"sentiment_excited": SymbolsMetadata(
popularity: 188,
codepoint: 0xf6a5,
categories: [3],
tags: [
566,
5,
6106,
8413,
13075,
1603,
6110,
14588,
13076,
3292,
6111,
577,
7990,
1608,
6113,
1610,
581,
6115,
14589,
1614,
14590,
589,
1615,
242,
590,
8403,
8414,
1616,
7991,
14591,
14592,
601
],
),
"sentiment_extremely_dissatisfied": SymbolsMetadata(
popularity: 1706,
codepoint: 0xf194,
categories: [3],
tags: [
14583,
10207,
8417,
14593,
5032,
14584,
14578,
14585,
1602,
1603,
6110,
1604,
1606,
14594,
577,
1479,
7990,
1607,
14595,
12077,
14596,
14597,
14598,
1614,
4273,
14599,
589,
3750,
14600,
203,
2381,
3504,
12079,
8434,
8005,
1619,
14601,
14602,
12080,
8439,
12081,
8440,
14603
],
),
"sentiment_frustrated": SymbolsMetadata(
popularity: 124,
codepoint: 0xf6a4,
categories: [3],
tags: [
14583,
14604,
566,
9145,
5,
193,
14584,
14605,
14585,
1602,
14523,
6111,
577,
7990,
14596,
14606,
977,
581,
1952,
13610,
1614,
4273,
589,
14586,
2381,
330,
12078,
7991,
8439,
8440
],
),
"sentiment_neutral": SymbolsMetadata(
popularity: 3020,
codepoint: 0xe812,
categories: [3],
tags: [
14607,
566,
3479,
1602,
6110,
14608,
1604,
6111,
1606,
577,
1479,
7990,
1607,
14609,
1634,
14610,
14611,
1614,
6270,
815,
1668,
2668,
588,
589,
590,
203,
14612,
8005,
291,
14613,
1619,
601
],
),
"sentiment_sad": SymbolsMetadata(
popularity: 220,
codepoint: 0xf6a3,
categories: [3],
tags: [
566,
9145,
5,
193,
8421,
14585,
14614,
1602,
6110,
6111,
577,
1479,
7990,
8425,
581,
1952,
1614,
4273,
589,
14586,
590,
203,
1035,
12078,
8005,
8439,
8440,
601
],
),
"sentiment_satisfied": SymbolsMetadata(
popularity: 11739,
codepoint: 0xe813,
categories: [3],
tags: [
6106,
193,
1602,
1603,
6110,
1604,
6111,
1606,
2495,
577,
7990,
1607,
1608,
1609,
1610,
8011,
5495,
1613,
1614,
6270,
589,
1615,
242,
8403,
8414,
8005,
1616,
7991,
1617,
1618,
1619
],
),
"sentiment_stressed": SymbolsMetadata(
popularity: 150,
codepoint: 0xf6a2,
categories: [3],
tags: [
14615,
566,
5,
14605,
8422,
1602,
6110,
6111,
577,
7990,
8425,
14616,
977,
8432,
14617,
1614,
14618,
14619,
589,
590,
12078,
8005,
14620,
14621,
14622,
14623,
14624,
8439,
601,
14625
],
),
"sentiment_very_dissatisfied": SymbolsMetadata(
popularity: 2881,
codepoint: 0xe814,
categories: [3],
tags: [
14583,
566,
5,
193,
14584,
2664,
10210,
14585,
14626,
1602,
1603,
6110,
1604,
1606,
577,
8455,
1479,
7990,
1607,
14627,
581,
51,
14628,
1614,
4273,
289,
589,
2381,
3504,
12078,
8005,
8436,
291,
1619,
8439,
14587,
8440,
14629
],
),
"sentiment_very_satisfied": SymbolsMetadata(
popularity: 5813,
codepoint: 0xe815,
categories: [3],
tags: [
2660,
566,
5,
6106,
193,
14630,
1603,
6110,
1604,
10279,
6111,
1606,
577,
1479,
7990,
1607,
1608,
1609,
1610,
581,
6115,
1613,
1614,
588,
589,
1615,
242,
590,
203,
8414,
8005,
1339,
1616,
1617,
1618,
1619,
601,
14629,
14631
],
),
"sentiment_worried": SymbolsMetadata(
popularity: 71,
codepoint: 0xf6a1,
categories: [3],
tags: [
14632,
14615,
566,
9145,
5,
14633,
8421,
2374,
1602,
6110,
6111,
577,
1479,
7990,
14627,
977,
581,
3924,
9098,
14617,
1614,
4273,
289,
589,
2381,
12078,
8005,
291,
14620,
31,
8439,
14625,
14634
],
),
"serif": SymbolsMetadata(
popularity: 8,
codepoint: 0xf4ac,
categories: [12],
tags: [
3418,
4,
1592,
9349,
14635,
5,
14636,
9253,
2277,
1430,
520,
2153,
3092,
12,
2169,
9435,
9378,
16,
2157,
14637,
433,
31,
14638,
33,
2161,
2175,
2163,
35,
6749,
338,
4553,
14639,
2178,
1485,
9416
],
),
"server_person": SymbolsMetadata(
popularity: 41,
codepoint: 0xf3bd,
categories: [11],
tags: [
565,
1756,
1552,
566,
1675,
519,
1310,
284,
81,
1467,
11810,
577,
7462,
7463,
581,
1554,
138,
4773,
1029,
267,
289,
588,
589,
590,
2720,
6836,
888,
14640,
14641,
31,
1093,
65,
601
],
),
"service_toolbox": SymbolsMetadata(
popularity: 293,
codepoint: 0xe717,
categories: [15],
tags: [
14642,
482,
1197,
685,
1333,
14643,
46,
4876,
1776,
1110,
4839,
1515,
10370,
3961,
1029,
5313,
70,
4913,
432,
4880,
10372,
652,
71,
888,
6291,
511,
10085,
1780,
4929,
3375,
1518,
5349
],
),
"set_meal": SymbolsMetadata(
popularity: 655,
codepoint: 0xf1ea,
categories: [5],
tags: [
13747,
4824,
3701,
14644,
4825,
4111,
4684,
9016,
3702,
4828,
5796,
2354,
14645,
4112,
3704,
7272,
4688,
1537,
3709,
1201,
4833,
4834,
9323,
14646,
4835
],
),
"settings": SymbolsMetadata(
popularity: 120541,
codepoint: 0xe8b8,
categories: [2],
tags: [
5342,
1756,
14647,
501,
1742,
1775,
8092,
685,
345,
1743,
14648,
1236,
145,
1746,
1776,
14649,
293,
68,
4878,
1667,
1029,
14650,
5317,
1641,
70,
14651,
919,
294,
920,
14652,
921,
652,
71,
1779,
1093,
1780
],
),
"settings_accessibility": SymbolsMetadata(
popularity: 6448,
codepoint: 0xf05d,
categories: [2],
tags: [
861,
862,
14653,
5342,
7694,
690,
1775,
685,
345,
3584,
145,
14510,
225,
1776,
10202,
581,
873,
68,
506,
875,
70,
588,
589,
920,
921,
590,
71,
1779,
888,
879,
31,
1780,
889,
601,
4600
],
),
"settings_account_box": SymbolsMetadata(
popularity: 159,
codepoint: 0xf835,
categories: [6],
tags: [
565,
1738,
1756,
501,
566,
482,
1775,
685,
345,
3082,
1236,
1425,
145,
577,
1776,
977,
581,
293,
68,
1667,
506,
1641,
70,
289,
919,
588,
589,
920,
5099,
921,
590,
432,
652,
71,
433,
1093,
989,
601
],
),
"settings_alert": SymbolsMetadata(
popularity: 435,
codepoint: 0xf143,
categories: [10],
tags: [
5342,
1756,
1360,
1361,
691,
1775,
685,
1744,
1236,
2781,
2714,
1366,
1776,
3413,
1140,
1367,
2716,
4878,
3961,
1667,
4879,
1143,
616,
70,
4015,
921,
2719,
71,
1779,
31,
1093,
1780,
1690,
4875,
206
],
),
"settings_applications": SymbolsMetadata(
popularity: 3555,
codepoint: 0xe8b9,
categories: [2],
tags: [
1738,
1756,
1672,
501,
2700,
1742,
193,
1775,
519,
685,
6403,
345,
1236,
145,
288,
2781,
1776,
3413,
4877,
293,
68,
259,
4878,
1667,
4879,
5317,
262,
70,
920,
358,
652,
71,
1779,
509,
1093,
65,
1780,
333,
3303
],
),
"settings_b_roll": SymbolsMetadata(
popularity: 150,
codepoint: 0xf625,
categories: [1],
tags: [
861,
5342,
501,
77,
193,
462,
1775,
685,
1744,
3082,
1236,
145,
1476,
488,
903,
1776,
137,
138,
293,
68,
87,
1667,
506,
1641,
70,
289,
919,
6256,
920,
921,
906,
652,
151,
71,
1779,
392,
31,
1093,
1780,
907
],
),
"settings_backup_restore": SymbolsMetadata(
popularity: 2654,
codepoint: 0xe8ba,
categories: [2],
tags: [
1673,
77,
2441,
1674,
2934,
193,
1675,
753,
81,
2141,
520,
1679,
2076,
757,
759,
3441,
760,
761,
2860,
5855,
3446,
3663,
14654,
2831,
470,
71,
472,
291,
764,
765,
526,
2836,
2451,
527
],
rtlAutoMirrored: true,
),
"settings_bluetooth": SymbolsMetadata(
popularity: 482,
codepoint: 0xe8bb,
categories: [7],
tags: [
13150,
5342,
1268,
4275,
685,
1073,
284,
254,
345,
81,
288,
7163,
1300,
4283,
4327,
7709,
262,
267,
70,
4277,
71,
1779,
2029,
273,
12445,
31,
65,
413,
278
],
),
"settings_brightness": SymbolsMetadata(
popularity: 705,
codepoint: 0xe8bd,
categories: [1],
tags: [
1738,
2210,
4594,
3622,
685,
4739,
345,
1236,
4084,
1400,
8,
1843,
3623,
83,
3625,
4746,
3626,
1344,
792,
3627,
1029,
642,
1641,
630,
70,
921,
410,
151,
71,
4750,
1598,
4740,
476
],
),
"settings_cell": SymbolsMetadata(
popularity: 195,
codepoint: 0xe8bc,
categories: [11],
tags: [
1246,
1247,
1250,
2523,
251,
193,
685,
345,
288,
4022,
1105,
7074,
1110,
1253,
1344,
88,
506,
262,
8971,
14655,
2014,
237,
325,
70,
271,
14656,
13249,
921,
432,
2531,
363,
71,
525,
3951
],
),
"settings_cinematic_blur": SymbolsMetadata(
popularity: 35,
codepoint: 0xf624,
categories: [1],
tags: [
565,
1738,
501,
4296,
40,
42,
344,
5793,
12248,
1775,
685,
3082,
1236,
4310,
145,
14657,
346,
1748,
1776,
581,
293,
68,
406,
354,
70,
6256,
589,
920,
921,
681,
590,
440,
652,
151,
71,
1779,
12235,
1780,
601,
37
],
),
"settings_ethernet": SymbolsMetadata(
popularity: 1099,
codepoint: 0xe8be,
categories: [11],
tags: [
502,
4936,
283,
3939,
519,
12527,
1073,
284,
254,
4937,
81,
288,
1105,
14658,
1110,
1622,
1344,
259,
14659,
11042,
87,
1314,
11043,
267,
4939,
14660,
3970,
1315,
14661,
71,
4940,
65,
277,
4941,
7723
],
),
"settings_heart": SymbolsMetadata(
popularity: 119,
codepoint: 0xf522,
categories: [2],
tags: [
1738,
13244,
501,
1742,
1775,
685,
345,
1236,
145,
3499,
1776,
14662,
4484,
4507,
138,
293,
68,
1613,
4508,
492,
70,
920,
1033,
921,
14663,
4105,
1539,
652,
71,
392,
31,
3630,
1049
],
),
"settings_input_antenna": SymbolsMetadata(
popularity: 1092,
codepoint: 0xe8bf,
categories: [11],
tags: [
2020,
2492,
502,
731,
4276,
283,
519,
1073,
284,
254,
81,
4684,
14664,
1105,
781,
1111,
259,
406,
267,
14665,
14666,
2055,
14667,
3343,
14668,
4744,
14669,
14670,
5438,
71,
273,
454,
411,
65,
412,
2058,
2030,
14671,
277,
278
],
),
"settings_input_component": SymbolsMetadata(
popularity: 803,
codepoint: 0xe8c0,
categories: [11],
tags: [
1268,
461,
4936,
3335,
3939,
14672,
6403,
1073,
284,
254,
4937,
288,
781,
46,
1110,
10936,
1111,
1697,
259,
14673,
1314,
406,
439,
3970,
12840,
851,
3342,
71,
1779,
65,
7366,
37,
277,
7930
],
),
"settings_input_hdmi": SymbolsMetadata(
popularity: 434,
codepoint: 0xe8c2,
categories: [11],
tags: [
1268,
461,
4936,
685,
284,
254,
4937,
104,
288,
44,
8,
1877,
781,
7364,
3459,
419,
1111,
14659,
1314,
630,
439,
3970,
5006,
851,
1315,
71,
1779,
273,
4940,
65,
412,
37,
4941
],
),
"settings_input_svideo": SymbolsMetadata(
popularity: 241,
codepoint: 0xe8c3,
categories: [11],
tags: [
5550,
14674,
5769,
461,
4936,
14675,
193,
14676,
284,
254,
4937,
104,
288,
1877,
781,
904,
1111,
87,
406,
439,
3970,
5006,
851,
1315,
14677,
71,
392,
273,
433,
1947,
14678,
65,
37,
14679
],
),
"settings_motion_mode": SymbolsMetadata(
popularity: 26,
codepoint: 0xf833,
categories: [1],
tags: [
1738,
1756,
341,
6402,
501,
4296,
40,
1775,
685,
345,
3082,
3584,
1236,
145,
288,
2781,
216,
1108,
1776,
49,
293,
68,
4878,
1667,
1029,
8094,
5317,
642,
353,
1119,
70,
294,
920,
1033,
57,
59,
62,
921,
1090,
652,
151,
71,
1779,
1093,
511,
4309
],
),
"settings_night_sight": SymbolsMetadata(
popularity: 38,
codepoint: 0xf832,
categories: [1],
tags: [
1738,
4594,
501,
4076,
40,
4078,
685,
1744,
4083,
3082,
1236,
4084,
4227,
145,
8,
3352,
216,
83,
1776,
8358,
293,
68,
4742,
4090,
4060,
11226,
14680,
14681,
70,
920,
1033,
57,
3603,
59,
921,
652,
151,
71,
8388,
3366,
396,
10122
],
),
"settings_overscan": SymbolsMetadata(
popularity: 541,
codepoint: 0xe8c4,
categories: [6],
tags: [
2210,
502,
633,
1132,
482,
1741,
2337,
8,
4603,
914,
14682,
49,
1470,
630,
1732,
14683,
57,
62,
14684,
111,
1427,
432,
2220,
1736,
410,
14685,
71,
14686,
433,
412,
2030,
37,
367,
396,
2335
],
),
"settings_panorama": SymbolsMetadata(
popularity: 25,
codepoint: 0xf831,
categories: [1],
tags: [
2210,
500,
501,
40,
193,
1775,
345,
3082,
1236,
145,
1843,
3623,
1776,
11045,
699,
49,
293,
68,
1595,
53,
1470,
1596,
1597,
1825,
70,
5797,
14687,
920,
57,
59,
62,
921,
470,
11046,
652,
151,
71,
1993,
396,
11047,
14688,
2535
],
),
"settings_phone": SymbolsMetadata(
popularity: 917,
codepoint: 0xe8c5,
categories: [7],
tags: [
1738,
1756,
1270,
1250,
251,
1775,
283,
685,
284,
975,
345,
1236,
145,
288,
216,
1776,
1110,
1667,
262,
70,
1033,
271,
921,
71,
1779,
1093,
1406,
511,
3303
],
),
"settings_photo_camera": SymbolsMetadata(
popularity: 63,
codepoint: 0xf834,
categories: [1],
tags: [
2210,
501,
3349,
40,
42,
1775,
685,
345,
3082,
3584,
1236,
145,
487,
3623,
83,
14689,
4393,
1748,
1776,
49,
293,
68,
53,
4450,
642,
1641,
355,
70,
6256,
920,
57,
59,
62,
358,
921,
652,
151,
71,
1779,
1347,
2335
],
),
"settings_power": SymbolsMetadata(
popularity: 951,
codepoint: 0xe8c6,
categories: [6],
tags: [
861,
748,
504,
193,
3939,
345,
288,
3870,
3922,
3684,
1108,
1110,
138,
293,
68,
87,
506,
1059,
1061,
14690,
3688,
9012,
5855,
3446,
1539,
71,
13485,
12039,
2402,
31,
1093,
413,
5166
],
),
"settings_remote": SymbolsMetadata(
popularity: 916,
codepoint: 0xe8c7,
categories: [11],
tags: [
861,
14691,
2210,
1858,
4275,
685,
6403,
284,
14692,
14693,
254,
345,
288,
2532,
1667,
1029,
406,
70,
921,
4777,
12394,
7165,
14694,
14695,
71,
1779,
273,
1093,
412,
2030,
277,
278,
14696
],
),
"settings_slow_motion": SymbolsMetadata(
popularity: 26,
codepoint: 0xf623,
categories: [1],
tags: [
1738,
501,
77,
193,
1159,
1775,
685,
345,
1744,
3082,
1236,
754,
145,
1776,
14697,
293,
68,
406,
506,
1641,
353,
468,
1706,
70,
919,
920,
4015,
2504,
408,
921,
2538,
652,
151,
71,
1779,
13802,
14698,
275,
1171,
37
],
),
"settings_system_daydream": SymbolsMetadata(
popularity: 401,
codepoint: 0xe1c3,
categories: [4],
tags: [
2210,
1674,
1675,
685,
345,
10135,
288,
44,
8,
1677,
2532,
1877,
46,
12925,
3149,
10136,
7042,
466,
2865,
630,
70,
921,
410,
71,
1779,
1689,
1093,
1297,
65,
7061,
475,
477
],
),
"settings_timelapse": SymbolsMetadata(
popularity: 54,
codepoint: 0xf622,
categories: [1],
tags: [
2210,
1756,
501,
502,
10319,
193,
1159,
1775,
685,
345,
3082,
1236,
145,
1400,
1165,
903,
1776,
2692,
51,
293,
68,
1667,
5317,
406,
1706,
70,
919,
920,
2504,
1167,
8834,
358,
921,
652,
151,
71,
1779,
275,
1093,
1171,
14699,
1172,
511,
1754,
2030,
37,
2078
],
),
"settings_video_camera": SymbolsMetadata(
popularity: 61,
codepoint: 0xf621,
categories: [1],
tags: [
1738,
501,
14700,
5136,
40,
120,
344,
193,
1775,
5093,
685,
1744,
3082,
1236,
145,
346,
5106,
1776,
1110,
138,
49,
293,
68,
1470,
406,
353,
354,
439,
70,
6256,
920,
4015,
62,
921,
453,
440,
652,
151,
71,
392,
433,
31,
37,
367,
434
],
),
"settings_voice": SymbolsMetadata(
popularity: 746,
codepoint: 0xe8c8,
categories: [0],
tags: [
5342,
1268,
193,
462,
1775,
685,
345,
1744,
1776,
699,
1111,
87,
1470,
1667,
1029,
1284,
1285,
70,
921,
453,
1290,
440,
71,
1779,
1293,
4845,
1294,
9544,
1464,
1298,
3303
],
),
"settop_component": SymbolsMetadata(
popularity: 250,
codepoint: 0xe2ac,
categories: [11],
tags: [
1672,
501,
1268,
5769,
461,
517,
482,
3939,
2701,
284,
5986,
345,
5928,
288,
44,
2532,
781,
3340,
916,
1344,
1470,
406,
439,
1143,
3343,
432,
410,
14701,
14702,
273,
1093,
412,
14703,
2030,
37,
1186
],
),
"severe_cold": SymbolsMetadata(
popularity: 638,
codepoint: 0xebd3,
categories: [3],
tags: [
3104,
1360,
1874,
1361,
14704,
691,
11994,
840,
841,
842,
4405,
1365,
4409,
2714,
1366,
12932,
2883,
11996,
14705,
848,
849,
4413,
850,
14706,
1367,
616,
12027,
14707,
855,
856,
858,
206,
859,
860
],
),
"shadow": SymbolsMetadata(
popularity: 46,
codepoint: 0xe9df,
categories: [6],
tags: [
478,
2210,
3516,
2022,
484,
4310,
4569,
14708,
486,
14709,
1252,
680,
487,
490,
14710,
49,
2142,
3627,
5182,
2747,
386,
57,
59,
62,
389,
494,
14711,
8176,
7940,
14712,
4679,
14713,
4319
],
),
"shadow_add": SymbolsMetadata(
popularity: 35,
codepoint: 0xf584,
categories: [6],
tags: [
231,
745,
14714,
2210,
1321,
1325,
1236,
4227,
4985,
14709,
1252,
680,
487,
3352,
83,
3625,
2253,
49,
6078,
235,
6886,
1327,
2142,
14715,
14716,
887,
4015,
57,
3603,
59,
62,
239,
242,
7940,
392,
433,
2197,
31,
4319
],
),
"shadow_minus": SymbolsMetadata(
popularity: 14,
codepoint: 0xf583,
categories: [6],
tags: [
4989,
480,
2210,
4594,
1423,
504,
685,
345,
2879,
1210,
484,
486,
1252,
680,
487,
137,
1634,
49,
1950,
814,
1255,
355,
57,
59,
62,
1224,
151,
7940,
392,
1339,
2160,
1261,
413,
907,
476
],
),
"shape_line": SymbolsMetadata(
popularity: 406,
codepoint: 0xf8d3,
categories: [12],
tags: [
1132,
193,
912,
2392,
2879,
14717,
1163,
1136,
2780,
1252,
680,
14718,
14719,
381,
1634,
14720,
1950,
87,
4575,
2892,
1255,
5919,
1224,
703,
14721,
1152,
706,
707,
392,
14722,
433,
1261
],
),
"shapes": SymbolsMetadata(
popularity: 166,
codepoint: 0xe602,
categories: [12],
tags: [
480,
14723,
1466,
14724,
14725,
193,
2242,
14315,
485,
375,
2780,
1252,
680,
2186,
488,
9536,
14726,
14727,
381,
2253,
385,
3354,
852,
392,
5482,
14728,
14729,
14730,
433,
955,
14731,
1690
],
),
"share": SymbolsMetadata(
popularity: 22588,
codepoint: 0xe80d,
categories: [3],
tags: [
2819,
2508,
14732,
1307,
77,
283,
6175,
1073,
284,
14733,
81,
2823,
2179,
1695,
903,
904,
87,
1470,
1314,
406,
439,
2455,
267,
70,
14734,
328,
2859,
2298,
9551,
14735,
14736,
14737,
1528,
9226,
2029,
593,
3951,
98
],
),
"share_eta": SymbolsMetadata(
popularity: 88,
codepoint: 0xe5f7,
categories: [5],
tags: [
1360,
14738,
1159,
573,
1073,
284,
1160,
2036,
312,
313,
14739,
7294,
1974,
1623,
1470,
1314,
323,
324,
325,
267,
1368,
328,
1538,
1168,
14740,
652,
1528,
14741,
2029,
273,
593,
3951,
1171,
332,
2451,
277,
278
],
),
"share_location": SymbolsMetadata(
popularity: 3082,
codepoint: 0xf05f,
categories: [5],
tags: [
1513,
1131,
731,
573,
1073,
310,
2392,
754,
312,
313,
316,
317,
1532,
318,
321,
323,
14742,
324,
1534,
174,
14743,
325,
9300,
326,
327,
328,
329,
1352,
1538,
2298,
14744,
1528,
1226,
1095,
332
],
),
"share_off": SymbolsMetadata(
popularity: 80,
codepoint: 0xf6cb,
categories: [3],
tags: [
1307,
481,
504,
1208,
14745,
780,
1209,
1073,
14733,
345,
2601,
1300,
868,
1314,
1056,
406,
439,
2455,
267,
14746,
6247,
1059,
70,
1034,
4247,
1224,
14747,
1065,
1036,
1528,
14748,
14749,
14750,
9226,
2029,
14751,
14752,
14753,
14754,
593,
1226,
9915,
31,
4323,
3993
],
),
"share_reviews": SymbolsMetadata(
popularity: 829,
codepoint: 0xf8a4,
categories: [2],
tags: [
568,
570,
572,
573,
283,
1073,
628,
11674,
81,
13620,
2179,
3486,
1479,
68,
1111,
1314,
583,
585,
13773,
1352,
14755,
1353,
14756,
9287,
3504,
14069,
2298,
1528,
14757,
243,
594,
2263,
3095,
14758,
526,
4778
],
),
"share_windows": SymbolsMetadata(
popularity: 129,
codepoint: 0xf613,
categories: [2],
tags: [
77,
2390,
1073,
284,
81,
375,
14759,
2180,
1105,
1695,
903,
1080,
68,
1470,
5477,
14760,
1749,
267,
1088,
2497,
2498,
14761,
328,
3426,
906,
2298,
1528,
14762,
2029,
2263,
3952,
1690,
1229
],
),
"sheets_rtl": SymbolsMetadata(
popularity: 12,
codepoint: 0xf823,
categories: [12],
tags: [
7670,
1466,
77,
502,
2441,
1197,
628,
81,
1580,
1430,
2141,
1677,
147,
1679,
1680,
1681,
68,
1082,
385,
2195,
88,
4195,
2455,
1585,
91,
92,
1586,
3397,
1587,
1427,
4133,
4797,
6399,
5663,
1588,
4442,
4520,
2461,
2402,
33,
1485
],
),
"shelf_auto_hide": SymbolsMetadata(
popularity: 25,
codepoint: 0xf703,
categories: [2],
tags: [
501,
2423,
3349,
1423,
2184,
810,
1209,
912,
10265,
1704,
10943,
8,
4150,
1105,
755,
606,
914,
2915,
813,
385,
506,
814,
2497,
919,
2894,
410,
7443,
2007,
509,
14518,
413,
141,
396,
1187
],
),
"shelf_position": SymbolsMetadata(
popularity: 48,
codepoint: 0xf702,
categories: [2],
tags: [
1071,
1466,
1423,
517,
373,
934,
81,
375,
4910,
1078,
916,
14763,
3772,
1376,
2142,
792,
1470,
323,
226,
1086,
492,
92,
12746,
329,
14764,
1653,
432,
1393,
7443,
14765,
14766,
433,
2461,
746,
4663,
1689,
14767,
1473,
97,
1095,
8468
],
),
"shelves": SymbolsMetadata(
popularity: 94,
codepoint: 0xf86e,
categories: [8],
tags: [
1466,
3391,
482,
569,
14768,
1197,
8,
6446,
4052,
4910,
1140,
699,
4193,
3772,
86,
1082,
1345,
1470,
6449,
814,
492,
586,
289,
4485,
432,
1393,
7443,
12571,
1394,
1339,
1689,
1396,
955
],
),
"shield": SymbolsMetadata(
popularity: 4654,
codepoint: 0xe9e0,
categories: [13],
tags: [
861,
1757,
1553,
1760,
13178,
12608,
3954,
6803,
5947,
6805,
1777,
6807,
13589,
2670,
1034,
1063,
1573,
1574,
3187,
3188,
705,
6260,
1773,
12524,
1036,
1575,
11462,
11463,
1576,
13595,
7479
],
),
"shield_lock": SymbolsMetadata(
popularity: 493,
codepoint: 0xf686,
categories: [13],
tags: [
861,
5217,
5219,
4239,
1760,
3954,
3497,
8024,
1777,
14769,
1056,
5318,
1034,
1063,
590,
1573,
1574,
14770,
1065,
3187,
705,
1773,
10882,
1036,
71,
1575,
14771,
31,
3191
],
),
"shield_locked": SymbolsMetadata(
popularity: 218,
codepoint: 0xf592,
categories: [13],
tags: [
861,
5314,
14772,
5217,
5219,
1051,
4239,
81,
3954,
5947,
6804,
5462,
3183,
1027,
68,
1951,
1777,
1056,
1034,
14492,
1063,
590,
1573,
1574,
1065,
3187,
14773,
705,
1773,
1036,
71,
1575
],
),
"shield_moon": SymbolsMetadata(
popularity: 283,
codepoint: 0xeaa9,
categories: [8],
tags: [
1553,
1760,
4096,
4083,
4745,
3954,
4245,
8020,
3183,
8024,
1777,
4090,
14774,
4060,
11226,
12581,
1034,
14775,
6461,
1063,
14776,
1573,
3185,
1574,
3187,
705,
1773,
12524,
1036,
14363,
14777,
1575,
14778,
1576
],
),
"shield_person": SymbolsMetadata(
popularity: 376,
codepoint: 0xf650,
categories: [13],
tags: [
565,
1755,
566,
1553,
577,
225,
4484,
581,
138,
978,
1401,
289,
919,
588,
589,
1034,
1063,
590,
1573,
1574,
705,
1773,
1036,
71,
392,
1575,
888,
31,
601,
1576
],
),
"shield_question": SymbolsMetadata(
popularity: 119,
codepoint: 0xf529,
categories: [13],
tags: [
3941,
6620,
865,
1553,
14779,
3954,
2617,
5947,
10691,
5644,
2816,
871,
10242,
293,
68,
5488,
2716,
1034,
1063,
2719,
1573,
1574,
5721,
2331,
3944,
3945,
14780,
705,
1126,
1773,
1036,
1575,
880,
31,
4035,
9869,
4036,
1576
],
rtlAutoMirrored: true,
),
"shield_watch": SymbolsMetadata(
popularity: 17,
codepoint: 0xf30f,
categories: [3],
tags: [
1246,
1247,
1360,
2537,
1553,
193,
1159,
3954,
2533,
3183,
1027,
1253,
138,
1344,
4259,
852,
1034,
1063,
1573,
1574,
14781,
3187,
705,
1773,
13222,
14782,
1036,
11851,
1575,
2539,
5114,
31,
65,
1171,
3191,
141,
1576,
477,
206,
2078,
2542,
2543,
333,
2546
],
),
"shield_with_heart": SymbolsMetadata(
popularity: 920,
codepoint: 0xe78f,
categories: [10],
tags: [
3132,
3954,
1164,
697,
14783,
892,
4507,
14784,
1140,
138,
5248,
4508,
894,
9838,
1143,
1034,
14492,
1574,
3188,
705,
1773,
1036,
14777,
1575,
31,
3191,
7482,
3493
],
),
"shield_with_house": SymbolsMetadata(
popularity: 220,
codepoint: 0xe78d,
categories: [10],
tags: [
5314,
14772,
6802,
3954,
14785,
8020,
6804,
137,
3183,
1140,
5107,
1499,
138,
6805,
1143,
6807,
1034,
14786,
3185,
1574,
14787,
14788,
705,
1773,
12524,
1036,
1575,
31
],
),
"shift": SymbolsMetadata(
popularity: 91,
codepoint: 0xe5f2,
categories: [6],
tags: [
1738,
77,
504,
6702,
1742,
5,
519,
345,
313,
1252,
2153,
1108,
1111,
10937,
1112,
1113,
11189,
10980,
1749,
355,
151,
6213,
33,
35,
3660,
338,
1701,
98,
7693,
1485
],
),
"shift_lock": SymbolsMetadata(
popularity: 20,
codepoint: 0xf7ae,
categories: [6],
tags: [
749,
77,
504,
14789,
10903,
519,
1252,
1108,
14790,
1222,
51,
1111,
10937,
1112,
1113,
14791,
1777,
642,
1059,
1061,
14792,
4249,
33,
413,
35,
3660,
338,
1701,
7693,
1485
],
),
"shift_lock_off": SymbolsMetadata(
popularity: 11,
codepoint: 0xf483,
categories: [6],
tags: [
77,
6241,
504,
14793,
10903,
283,
519,
345,
313,
868,
1055,
1108,
1222,
10937,
1112,
1113,
10907,
1777,
10908,
1059,
1060,
1061,
14794,
151,
6213,
14792,
14795,
1067,
4249,
2402,
65,
33,
9999,
413,
35,
3660,
1701,
98,
7693,
1485
],
),
"shop": SymbolsMetadata(
popularity: 926,
codepoint: 0xe8c9,
categories: [9],
tags: [
1496,
3642,
928,
929,
569,
1647,
11360,
930,
1648,
931,
932,
934,
1180,
936,
937,
938,
4931,
939,
1387,
2783,
1683,
945,
1470,
1389,
1390,
948,
523,
950,
951,
2504,
432,
1393,
11363,
1394,
1395,
11408,
1396,
1397,
955,
956,
1187
],
),
"shop_two": SymbolsMetadata(
popularity: 520,
codepoint: 0xe8ca,
categories: [9],
tags: [
74,
745,
77,
1646,
569,
1647,
1648,
1416,
934,
80,
1649,
1683,
1389,
9936,
6520,
1652,
2504,
13434,
13435,
1654,
26,
1393,
9947,
11363,
1394,
14796,
1395,
11407,
1396,
5634,
394
],
),
"shopping_bag": SymbolsMetadata(
popularity: 18702,
codepoint: 0xf1cc,
categories: [9],
tags: [
7544,
3642,
1646,
928,
569,
1647,
930,
14797,
1648,
931,
1416,
932,
934,
1333,
936,
937,
938,
1649,
4910,
4634,
14798,
2478,
86,
87,
3773,
948,
523,
91,
289,
950,
951,
1653,
1654,
432,
1393,
1394,
1395,
11407,
433,
1396,
1397,
1170,
956,
900
],
),
"shopping_bag_speed": SymbolsMetadata(
popularity: 73,
codepoint: 0xf39a,
categories: [9],
tags: [
3642,
1646,
928,
569,
1647,
14799,
930,
1648,
931,
1416,
932,
934,
936,
937,
2036,
938,
1649,
1605,
14800,
1165,
14801,
948,
523,
91,
950,
951,
1654,
3101,
14802,
14803,
1393,
1656,
1394,
1395,
1657,
14804,
275,
14805,
14806,
1396,
1397,
956
],
),
"shopping_basket": SymbolsMetadata(
popularity: 5417,
codepoint: 0xe8cb,
categories: [9],
tags: [
745,
1645,
3642,
1646,
928,
1647,
930,
1648,
931,
1416,
932,
934,
1333,
936,
937,
938,
1649,
2640,
6840,
4910,
14807,
4634,
86,
1389,
1390,
3773,
948,
523,
1652,
6692,
950,
951,
1654,
1393,
1394,
1395,
14808,
1657,
1396
],
),
"shopping_cart": SymbolsMetadata(
popularity: 44012,
codepoint: 0xe8cc,
categories: [9],
tags: [
745,
1645,
1646,
928,
1647,
11360,
930,
5736,
1648,
931,
1416,
932,
934,
936,
937,
938,
1649,
9944,
4910,
9945,
86,
6253,
1389,
3773,
948,
523,
1651,
950,
951,
4485,
1654,
1393,
9947,
6724,
1394,
1395,
11407,
1657,
1396,
4906
],
),
"shopping_cart_checkout": SymbolsMetadata(
popularity: 9698,
codepoint: 0xeb88,
categories: [2],
tags: [
745,
1645,
77,
3642,
1646,
1647,
11360,
1648,
931,
1416,
932,
934,
937,
938,
1649,
14809,
1650,
9942,
1390,
948,
523,
14810,
14811,
14812,
1651,
1652,
950,
951,
1654,
1393,
14813,
9946,
906,
1394,
1395,
1657,
1396,
4906,
14814,
14815
],
),
"shopping_cart_off": SymbolsMetadata(
popularity: 17,
codepoint: 0xf4f7,
categories: [9],
tags: [
1645,
1360,
1646,
1647,
930,
1648,
931,
1416,
780,
932,
934,
936,
1299,
937,
1210,
14816,
1300,
868,
938,
1649,
811,
1055,
2714,
87,
1255,
1059,
1061,
523,
1651,
950,
951,
1654,
1224,
5914,
1393,
1394,
1395,
1657,
1067,
1396,
1170,
1669,
1068,
206
],
),
"shoppingmode": SymbolsMetadata(
popularity: 592,
codepoint: 0xefb7,
categories: [9],
tags: [
1645,
1646,
1647,
14817,
14818,
1416,
2636,
934,
2640,
13939,
14819,
4910,
14807,
86,
14820,
1390,
642,
1651,
289,
1421,
4485,
1654,
432,
1393,
1394,
1395,
1657,
14821,
1396,
12462,
182,
4906,
14822
],
),
"short_stay": SymbolsMetadata(
popularity: 12,
codepoint: 0xe4d0,
categories: [3],
tags: [
14823,
1495,
1496,
1903,
690,
1923,
929,
2373,
1159,
1160,
4931,
1498,
10402,
697,
1140,
1763,
5608,
2733,
1499,
581,
4056,
4058,
12590,
4274,
588,
589,
1500,
1501,
4160,
1502,
4891,
1168,
14824,
3740,
955,
14825,
1171,
3302,
332,
14826,
1229
],
),
"short_text": SymbolsMetadata(
popularity: 488,
codepoint: 0xe261,
categories: [12],
tags: [
480,
2440,
14827,
12858,
403,
572,
2242,
628,
1724,
1580,
1430,
9472,
12,
16,
2156,
14828,
1480,
2157,
820,
14829,
2885,
14830,
4343,
14831,
33,
35,
6749,
338,
6627,
1590,
1485
],
rtlAutoMirrored: true,
),
"show_chart": SymbolsMetadata(
popularity: 3633,
codepoint: 0xe6e1,
categories: [9],
tags: [
1422,
1071,
1423,
517,
569,
373,
81,
375,
8,
964,
941,
1078,
234,
1081,
87,
3481,
226,
1086,
648,
11236,
1427,
759,
1428,
2007,
14832,
746,
4663,
1095,
2468,
396,
514
],
rtlAutoMirrored: true,
),
"shower": SymbolsMetadata(
popularity: 1793,
codepoint: 0xf061,
categories: [8],
tags: [
2547,
3811,
1860,
1863,
14833,
2634,
4270,
7188,
3865,
137,
977,
1140,
2733,
1499,
3530,
138,
1470,
3835,
327,
3849,
5942,
760,
1959,
1946,
3852,
3853,
3826,
1869,
3854,
454,
31,
3859,
5826,
3830,
3546
],
),
"shuffle": SymbolsMetadata(
popularity: 2321,
codepoint: 0xe043,
categories: [0],
tags: [
14834,
76,
77,
502,
12202,
14835,
345,
1744,
14836,
14837,
2948,
14838,
14759,
14839,
88,
352,
8126,
14840,
1706,
408,
1709,
7619,
14841,
14842,
2269,
3434,
14312,
94,
10743,
95,
14843,
37
],
),
"shuffle_on": SymbolsMetadata(
popularity: 484,
codepoint: 0xe9e1,
categories: [0],
tags: [
4325,
749,
77,
502,
1268,
345,
1744,
14844,
14845,
1055,
14846,
1470,
352,
5615,
1706,
9897,
1061,
14847,
14848,
408,
1709,
7619,
14849,
94,
10743,
14850,
14851,
14852,
2402,
413,
4952,
37
],
),
"shutter_speed": SymbolsMetadata(
popularity: 389,
codepoint: 0xe43d,
categories: [1],
tags: [
2210,
5088,
14853,
4202,
40,
14854,
42,
193,
345,
2089,
3623,
14855,
381,
49,
5121,
8381,
53,
4450,
14856,
5317,
57,
1346,
8364,
59,
61,
2143,
62,
3199,
3881,
151,
1347,
14029,
275,
1226,
1171,
1172,
2078
],
),
"shutter_speed_add": SymbolsMetadata(
popularity: 14,
codepoint: 0xf57e,
categories: [1],
tags: [
231,
745,
2210,
5088,
14857,
40,
42,
193,
345,
2089,
3623,
14858,
138,
49,
235,
1344,
53,
3627,
1470,
4450,
14859,
642,
887,
57,
59,
2143,
62,
239,
151,
71,
1347,
14860,
275,
1226,
31,
1171,
1172,
1690,
907,
2078
],
),
"shutter_speed_minus": SymbolsMetadata(
popularity: 13,
codepoint: 0xf57d,
categories: [1],
tags: [
4989,
1738,
2210,
5088,
4202,
40,
193,
345,
2879,
1210,
1400,
2089,
3623,
1108,
138,
49,
51,
53,
1950,
792,
3627,
1255,
642,
294,
57,
59,
2143,
62,
5919,
1224,
151,
71,
1347,
14029,
275,
1226,
1261,
31,
1171,
1172,
907,
36,
2078
],
),
"sick": SymbolsMetadata(
popularity: 1185,
codepoint: 0xf220,
categories: [3],
tags: [
12793,
692,
2374,
1602,
1603,
6110,
1604,
6111,
1606,
577,
7990,
14861,
14862,
14863,
1607,
14864,
14865,
697,
14866,
10463,
2377,
2378,
894,
14867,
1614,
14868,
14869,
12796,
589,
12078,
12079,
6503,
2382,
1619,
2383,
8439,
12081,
2384,
14870,
8440,
2385
],
),
"side_navigation": SymbolsMetadata(
popularity: 173,
codepoint: 0xe9e2,
categories: [2],
tags: [
748,
8965,
4793,
912,
14871,
2701,
345,
485,
913,
914,
316,
3637,
915,
14872,
916,
1344,
385,
1470,
88,
506,
262,
8971,
630,
8273,
2941,
325,
70,
919,
271,
2894,
410,
1472,
8975,
2942,
2833,
923,
525,
2278,
14873,
413,
141,
1348,
333,
1186,
10560
],
rtlAutoMirrored: true,
),
"sign_language": SymbolsMetadata(
popularity: 872,
codepoint: 0xebe5,
categories: [3],
tags: [
862,
1268,
5925,
283,
7695,
867,
225,
2689,
2690,
2692,
581,
873,
10758,
5225,
6623,
1302,
588,
589,
898,
14874,
1293,
1295,
594,
5930,
31,
9544,
7230,
37,
1298
],
),
"signal_cellular_0_bar": SymbolsMetadata(
popularity: 304,
codepoint: 0xf0a8,
categories: [4],
tags: [
4765,
14875,
2492,
14876,
1423,
517,
14877,
1250,
251,
7686,
8167,
284,
254,
81,
259,
7793,
262,
267,
611,
6316,
271,
273,
290,
275,
291,
5074,
649,
612,
14878,
277,
278,
650,
280,
14879
],
),
"signal_cellular_1_bar": SymbolsMetadata(
popularity: 368,
codepoint: 0xf0a9,
categories: [4],
tags: [
4765,
480,
1423,
1424,
517,
1250,
251,
283,
284,
254,
285,
81,
3871,
137,
51,
259,
792,
814,
262,
267,
271,
3688,
759,
272,
273,
1339,
275,
291,
649,
2556,
277,
278
],
),
"signal_cellular_2_bar": SymbolsMetadata(
popularity: 371,
codepoint: 0xf0aa,
categories: [4],
tags: [
4765,
3874,
1423,
517,
14877,
1250,
251,
283,
284,
254,
81,
51,
259,
792,
262,
10036,
14880,
267,
10039,
611,
12545,
271,
14881,
14882,
3688,
272,
273,
290,
275,
291,
649,
65,
3883,
7799,
277,
278
],
),
"signal_cellular_3_bar": SymbolsMetadata(
popularity: 521,
codepoint: 0xf0ab,
categories: [4],
tags: [
4765,
14883,
1423,
517,
14884,
1250,
5511,
251,
7686,
8167,
14885,
1272,
284,
254,
81,
521,
51,
259,
262,
265,
10036,
267,
271,
2065,
272,
273,
275,
291,
649,
276,
1406,
2278,
277,
278
],
),
"signal_cellular_4_bar": SymbolsMetadata(
popularity: 1257,
codepoint: 0xe1c8,
categories: [4],
tags: [
4765,
1423,
517,
14884,
1250,
251,
283,
284,
254,
81,
2223,
2274,
12498,
51,
259,
262,
263,
267,
4285,
269,
271,
272,
273,
275,
291,
649,
14886,
65,
276,
277,
278
],
),
"signal_cellular_add": SymbolsMetadata(
popularity: 19,
codepoint: 0xf7a9,
categories: [7],
tags: [
231,
861,
745,
1321,
1323,
517,
1250,
251,
1324,
284,
254,
285,
81,
3352,
235,
51,
259,
1328,
792,
262,
267,
887,
271,
239,
652,
273,
275,
291,
649,
612,
5069,
277,
278
],
),
"signal_cellular_alt": SymbolsMetadata(
popularity: 5779,
codepoint: 0xe202,
categories: [4],
tags: [
2386,
1071,
14887,
1423,
517,
1250,
251,
373,
283,
284,
254,
81,
288,
375,
12498,
14888,
1078,
51,
1081,
259,
792,
226,
17,
1086,
262,
265,
267,
271,
272,
273,
290,
746,
291,
649,
65,
612,
1095,
2469,
277,
278
],
),
"signal_cellular_alt_1_bar": SymbolsMetadata(
popularity: 218,
codepoint: 0xebdf,
categories: [4],
tags: [
3866,
2386,
1071,
2492,
1423,
517,
1250,
250,
251,
373,
283,
284,
254,
285,
81,
375,
1078,
51,
1081,
259,
792,
7793,
226,
1086,
262,
10036,
267,
3872,
271,
272,
273,
290,
746,
291,
649,
276,
1095,
277,
278
],
),
"signal_cellular_alt_2_bar": SymbolsMetadata(
popularity: 265,
codepoint: 0xebe3,
categories: [4],
tags: [
2386,
1071,
1423,
517,
14889,
1250,
251,
373,
283,
284,
254,
81,
375,
2274,
1078,
14890,
14891,
51,
1081,
259,
792,
226,
14892,
1086,
262,
267,
271,
272,
273,
746,
291,
649,
1095,
3883,
1855,
277,
278
],
),
"signal_cellular_connected_no_internet_0_bar": SymbolsMetadata(
popularity: 348,
codepoint: 0xf0ac,
categories: [4],
tags: [
3104,
4765,
14875,
1360,
1361,
1423,
517,
691,
1250,
251,
283,
1074,
284,
254,
1365,
81,
288,
2713,
2714,
1366,
1367,
51,
259,
7793,
1166,
262,
267,
3269,
7574,
616,
271,
12500,
273,
291,
31,
1690,
1068,
206,
277,
278,
14879
],
),
"signal_cellular_connected_no_internet_4_bar": SymbolsMetadata(
popularity: 315,
codepoint: 0xe1cd,
categories: [4],
tags: [
3104,
631,
14893,
1360,
1361,
1423,
517,
691,
1250,
251,
1074,
284,
254,
1365,
81,
11984,
2714,
1366,
2223,
12498,
1367,
51,
259,
792,
260,
1166,
262,
263,
267,
3269,
1057,
7574,
616,
1060,
271,
2719,
652,
273,
290,
291,
31,
206,
277,
278
],
),
"signal_cellular_nodata": SymbolsMetadata(
popularity: 283,
codepoint: 0xf062,
categories: [4],
tags: [
2492,
78,
517,
1250,
251,
780,
283,
284,
81,
2889,
2713,
2714,
259,
792,
262,
267,
3269,
14894,
1060,
271,
3688,
4248,
272,
1224,
652,
273,
291,
3004,
649,
65,
1690,
1068,
206,
277,
278,
3993
],
),
"signal_cellular_null": SymbolsMetadata(
popularity: 187,
codepoint: 0xe1cf,
categories: [4],
tags: [
1360,
517,
1250,
251,
283,
284,
254,
81,
1162,
868,
2714,
51,
259,
87,
262,
267,
12635,
6316,
819,
1060,
271,
273,
290,
291,
1690,
1068,
206,
277,
278
],
),
"signal_cellular_off": SymbolsMetadata(
popularity: 255,
codepoint: 0xe1d0,
categories: [4],
tags: [
2492,
517,
1250,
251,
283,
14895,
284,
81,
2012,
868,
2713,
1055,
51,
259,
262,
263,
14896,
267,
269,
14897,
6428,
13457,
12635,
6316,
1059,
1060,
1061,
271,
14881,
652,
273,
7786,
1067,
291,
1068,
14898,
277,
278
],
),
"signal_cellular_pause": SymbolsMetadata(
popularity: 5,
codepoint: 0xf5a7,
categories: [4],
tags: [
517,
2115,
1250,
251,
283,
284,
254,
81,
2116,
2713,
2125,
2478,
51,
259,
13229,
262,
10036,
267,
1223,
271,
2055,
272,
1917,
273,
275,
291,
1226,
2614,
649,
12716,
533,
276,
2556,
1855,
277,
278
],
),
"signal_disconnected": SymbolsMetadata(
popularity: 1113,
codepoint: 0xf239,
categories: [4],
tags: [
1360,
251,
283,
284,
254,
1235,
1299,
81,
2713,
14899,
2714,
2715,
259,
87,
7158,
262,
267,
12741,
6428,
6316,
1060,
14586,
652,
273,
1067,
291,
1068,
13211,
4141,
206,
5524,
277,
278
],
),
"signal_wifi_0_bar": SymbolsMetadata(
popularity: 440,
codepoint: 0xf0b0,
categories: [4],
tags: [
4765,
861,
9573,
1423,
1250,
251,
283,
284,
254,
12535,
81,
2713,
51,
259,
9861,
2064,
262,
267,
6183,
269,
6428,
12635,
6316,
1060,
271,
273,
3004,
31,
65,
1855,
7799,
277,
14900,
278,
650,
14879
],
),
"signal_wifi_4_bar": SymbolsMetadata(
popularity: 1671,
codepoint: 0xe1d8,
categories: [4],
tags: [
631,
3999,
1423,
517,
1250,
251,
283,
1074,
284,
14901,
254,
81,
2223,
2274,
51,
259,
10363,
262,
267,
523,
271,
652,
273,
14902,
291,
3004,
649,
1093,
1855,
277,
278
],
),
"signal_wifi_bad": SymbolsMetadata(
popularity: 510,
codepoint: 0xf063,
categories: [4],
tags: [
861,
9573,
9145,
1423,
517,
1208,
1250,
251,
780,
1209,
283,
9101,
1073,
284,
81,
2713,
2714,
1212,
12532,
138,
259,
2716,
1470,
262,
267,
3269,
2718,
271,
2719,
4248,
4781,
1224,
273,
1226,
31,
65,
1690,
14903,
1855,
277,
278,
3993
],
),
"signal_wifi_off": SymbolsMetadata(
popularity: 477,
codepoint: 0xe1da,
categories: [4],
tags: [
1360,
2492,
12531,
517,
1250,
251,
283,
3260,
14904,
81,
1162,
868,
3261,
2713,
1055,
2714,
51,
259,
11630,
14905,
262,
267,
2015,
14195,
13239,
5952,
1059,
1060,
1061,
271,
2719,
273,
14906,
1067,
275,
291,
1068,
206,
277,
13243,
12542,
278,
2019,
14907
],
),
"signal_wifi_statusbar_not_connected": SymbolsMetadata(
popularity: 521,
codepoint: 0xf0ef,
categories: [4],
tags: [
3941,
1360,
12531,
865,
5977,
1250,
251,
283,
1074,
284,
81,
288,
3261,
2714,
871,
51,
293,
68,
259,
262,
267,
3269,
6428,
7420,
5951,
5952,
1060,
271,
3943,
3945,
273,
275,
291,
3004,
14908,
880,
31,
65,
1068,
206,
1855,
277,
278
],
),
"signal_wifi_statusbar_null": SymbolsMetadata(
popularity: 392,
codepoint: 0xf067,
categories: [4],
tags: [
861,
9573,
1423,
1250,
251,
283,
284,
254,
2931,
81,
288,
2713,
811,
51,
259,
792,
262,
267,
6316,
6509,
819,
1060,
271,
273,
275,
291,
14908,
65,
1068,
1854,
277,
278,
3689
],
),
"signature": SymbolsMetadata(
popularity: 235,
codepoint: 0xf74c,
categories: [12],
tags: [
2438,
2660,
1660,
1592,
9866,
2682,
14909,
3745,
2442,
2277,
14910,
14911,
1430,
2780,
11385,
488,
14912,
978,
2667,
2446,
87,
757,
3675,
4517,
1033,
898,
14913,
5633,
14914,
1170,
4820,
1590
],
),
"signpost": SymbolsMetadata(
popularity: 1381,
codepoint: 0xeb91,
categories: [5],
tags: [
77,
1423,
312,
313,
3168,
12675,
699,
51,
68,
1623,
3295,
2195,
323,
324,
1534,
174,
325,
1625,
1535,
1167,
1352,
906,
1626,
1538,
898,
273,
9249,
9250,
5188,
1627,
1628,
332,
14915,
1464,
3164
],
),
"sim_card": SymbolsMetadata(
popularity: 879,
codepoint: 0xe32b,
categories: [11],
tags: [
40,
930,
620,
251,
14916,
4917,
283,
7040,
284,
254,
975,
14917,
81,
288,
1877,
1110,
978,
259,
2794,
262,
4726,
267,
271,
652,
273,
9865,
12638,
8849,
433,
1689,
10546,
14918,
65,
533,
1406
],
),
"sim_card_download": SymbolsMetadata(
popularity: 953,
codepoint: 0xf068,
categories: [4],
tags: [
77,
504,
40,
930,
251,
4917,
283,
284,
81,
288,
2814,
2573,
520,
1164,
5945,
138,
1594,
1697,
2794,
262,
267,
271,
2296,
432,
2531,
1539,
9865,
12638,
1689,
31,
526
],
),
"simulation": SymbolsMetadata(
popularity: 111,
codepoint: 0xf3e1,
categories: [3],
tags: [
2508,
5751,
2123,
1374,
8091,
685,
1497,
345,
1104,
5310,
2781,
6446,
5382,
5428,
3413,
5716,
466,
4877,
3423,
4878,
1029,
4879,
5317,
1119,
3489,
2988,
1090,
681,
71,
1779,
9865,
495,
1093,
140,
65,
475,
477,
2989
],
),
"single_bed": SymbolsMetadata(
popularity: 555,
codepoint: 0xea48,
categories: [8],
tags: [
14919,
2547,
1903,
14920,
4048,
4049,
1876,
3042,
4052,
14921,
14922,
1140,
4053,
2733,
10403,
1499,
4055,
4056,
4058,
4059,
4060,
4062,
4063,
1916,
1959,
1917,
1946,
14923,
3570,
14924,
1919,
1935,
3302,
332,
4072
],
),
"sip": SymbolsMetadata(
popularity: 266,
codepoint: 0xf069,
categories: [7],
tags: [
14925,
4,
14926,
1270,
11871,
5,
283,
1073,
284,
975,
1475,
1400,
7200,
7715,
12,
5033,
5078,
7201,
259,
14927,
16,
87,
1285,
267,
7044,
673,
271,
5045,
4775,
762,
5081,
7204,
273,
7205,
14928,
31,
1296,
1406,
5069,
33,
35,
1298,
13228
],
),
"siren": SymbolsMetadata(
popularity: 60,
codepoint: 0xf3a7,
categories: [3],
tags: [
1359,
1360,
2422,
1361,
14929,
1362,
691,
14930,
9101,
11425,
4405,
1365,
2425,
5179,
14931,
1367,
5247,
51,
3627,
1286,
616,
7684,
12009,
1036,
273,
2432,
1293,
14932,
2930,
2435,
206
],
),
"siren_check": SymbolsMetadata(
popularity: 20,
codepoint: 0xf3a6,
categories: [3],
tags: [
1359,
1360,
2660,
1362,
1662,
463,
2663,
2683,
2321,
1666,
2425,
1106,
2665,
137,
138,
5247,
3627,
1166,
616,
1668,
2668,
1036,
362,
273,
2432,
1293,
245,
31,
1669,
1690,
141,
1576,
206,
1671
],
),
"siren_open": SymbolsMetadata(
popularity: 15,
codepoint: 0xf3a5,
categories: [3],
tags: [
1359,
1360,
2422,
77,
1361,
1362,
731,
691,
9101,
4405,
3681,
1365,
2425,
14933,
5179,
14931,
4413,
14934,
5247,
3627,
616,
7684,
2431,
906,
1036,
273,
2432,
1293,
14935,
1294,
1690,
1701,
2435,
206
],
),
"siren_question": SymbolsMetadata(
popularity: 20,
codepoint: 0xf3a4,
categories: [3],
tags: [
3941,
1359,
1360,
6620,
865,
1362,
691,
3681,
1365,
2425,
4413,
871,
5247,
51,
293,
68,
5409,
2716,
3627,
7684,
2719,
14936,
3943,
2331,
3944,
3945,
4416,
1036,
2432,
291,
12697,
880,
31,
4875,
3946,
4036,
206
],
),
"skateboarding": SymbolsMetadata(
popularity: 597,
codepoint: 0xe511,
categories: [15],
tags: [
748,
749,
2508,
7323,
7539,
5711,
690,
781,
11,
11006,
14937,
3294,
7541,
581,
6653,
1958,
4381,
353,
468,
14938,
3652,
3296,
588,
589,
3298,
14939,
7285,
10523,
14940,
14941,
14942,
14943,
593,
30,
3520,
1627,
13405,
1506,
2050,
5746,
14944
],
),
"skeleton": SymbolsMetadata(
popularity: 220,
codepoint: 0xf899,
categories: [3],
tags: [
3547,
4166,
690,
4120,
14945,
8601,
14946,
14947,
2931,
6867,
375,
378,
225,
14948,
14949,
697,
8604,
581,
14950,
384,
87,
894,
10483,
289,
14951,
4180,
392,
888,
8609,
8610,
12810,
14952,
14953,
955,
8615
],
),
"skillet": SymbolsMetadata(
popularity: 89,
codepoint: 0xf543,
categories: [8],
tags: [
6467,
462,
4205,
4206,
14954,
6469,
6470,
4684,
46,
2354,
4209,
14955,
14956,
14957,
4634,
1847,
1140,
3025,
1499,
6475,
4213,
14958,
11893,
3704,
6476,
3705,
6477,
6478,
6025,
5707,
330,
14959,
14960,
14961,
14962,
6480,
6481,
6482,
6334
],
),
"skillet_cooktop": SymbolsMetadata(
popularity: 12,
codepoint: 0xf544,
categories: [8],
tags: [
1858,
6465,
14963,
6467,
5696,
193,
4205,
4206,
6469,
6470,
4681,
1164,
379,
2354,
14956,
14957,
4634,
8895,
3023,
1847,
1140,
1499,
6475,
4213,
3704,
6476,
3705,
6477,
6478,
6025,
1537,
330,
14959,
14961,
14962,
6480,
6481,
6482
],
),
"skip_next": SymbolsMetadata(
popularity: 5778,
codepoint: 0xe044,
categories: [0],
tags: [
2921,
77,
12990,
1423,
504,
345,
1744,
7738,
903,
6653,
14964,
352,
686,
2869,
1706,
325,
905,
9583,
2504,
408,
2828,
1699,
94,
8021,
14965,
1690,
14966,
37,
543
],
),
"skip_previous": SymbolsMetadata(
popularity: 3542,
codepoint: 0xe045,
categories: [0],
tags: [
77,
1268,
2441,
1423,
2192,
504,
345,
1744,
14967,
147,
2825,
2076,
3451,
87,
406,
407,
439,
1706,
905,
2504,
408,
409,
2828,
14968,
14969,
2847,
8021,
14970,
3053,
2128,
2146,
3454,
1690,
1407,
3730,
37
],
),
"skull": SymbolsMetadata(
popularity: 1266,
codepoint: 0xf89a,
categories: [3],
tags: [
14971,
1360,
3547,
9145,
690,
4120,
8601,
691,
14972,
14973,
14974,
1365,
6867,
2425,
14975,
14976,
14977,
137,
14949,
4413,
977,
697,
894,
14978,
14979,
14980,
14981,
4416,
14982,
8610,
12810,
14952,
14983,
206
],
),
"skull_list": SymbolsMetadata(
popularity: 65,
codepoint: 0xf370,
categories: [3],
tags: [
13072,
690,
4120,
8601,
9451,
2136,
3087,
14972,
1365,
6867,
1580,
1430,
83,
14984,
14949,
977,
697,
3772,
86,
1470,
88,
14985,
894,
506,
1480,
70,
91,
14980,
851,
14981,
795,
985,
4416,
14982,
94,
8610,
12810,
14952,
12863,
3753,
33,
4419,
3127,
206,
1485
],
),
"slab_serif": SymbolsMetadata(
popularity: 14,
codepoint: 0xf4ab,
categories: [12],
tags: [
3418,
4,
501,
5,
9253,
628,
44,
8,
1430,
2222,
520,
2153,
12,
9377,
2154,
4484,
2253,
15,
16,
4586,
3325,
14637,
14986,
509,
433,
2160,
31,
33,
2175,
2163,
35,
6749,
338,
476,
1485
],
),
"sledding": SymbolsMetadata(
popularity: 253,
codepoint: 0xe512,
categories: [15],
tags: [
2508,
7323,
7539,
690,
993,
8582,
841,
7540,
781,
11,
4975,
3294,
7934,
7541,
1957,
581,
1958,
1596,
3652,
588,
589,
2504,
3298,
3299,
12027,
14987,
14988,
14989,
7530,
4949,
855,
14990,
14991,
14992,
593,
30,
3520,
332,
860,
14993,
10527
],
),
"sleep_score": SymbolsMetadata(
popularity: 44,
codepoint: 0xf6b7,
categories: [15],
tags: [
3,
1422,
2464,
4049,
373,
4096,
4084,
81,
3486,
1078,
697,
6286,
51,
4088,
17,
18,
630,
4090,
4060,
12581,
648,
759,
63,
203,
1428,
1917,
2332,
228,
1919,
14994,
746,
7260,
3070,
2146,
7263,
3493
],
),
"slide_library": SymbolsMetadata(
popularity: 107,
codepoint: 0xf822,
categories: [12],
tags: [
1673,
1466,
14995,
959,
1197,
628,
14996,
1430,
14997,
2141,
147,
14998,
1679,
1343,
14999,
1079,
1082,
1345,
406,
11199,
2455,
15000,
91,
4115,
13044,
1427,
15001,
432,
5980,
15002,
6145
],
),
"sliders": SymbolsMetadata(
popularity: 68,
codepoint: 0xe9e3,
categories: [2],
tags: [
1738,
1268,
1423,
504,
1101,
685,
1744,
1236,
1105,
1252,
2063,
83,
14689,
3637,
15003,
1083,
1667,
70,
6256,
921,
1750,
71,
1752,
2278,
97,
6748,
554
],
),
"slideshow": SymbolsMetadata(
popularity: 2124,
codepoint: 0xe41b,
categories: [1],
tags: [
6345,
13525,
8,
781,
12292,
346,
15004,
406,
354,
15005,
439,
15006,
2143,
2504,
3379,
408,
1427,
5170,
15007,
1699,
410,
14685,
2007,
15008,
4520,
5172,
433,
2128,
1690,
37,
396,
7061
],
),
"slow_motion_video": SymbolsMetadata(
popularity: 847,
codepoint: 0xe068,
categories: [0],
tags: [
15009,
77,
40,
193,
345,
1744,
2392,
754,
15010,
487,
15011,
346,
138,
406,
352,
1641,
353,
354,
1706,
2504,
408,
357,
359,
13802,
14698,
275,
15012,
31,
1171,
1690,
37,
444,
9878,
368,
4319
],
),
"smart_card_reader": SymbolsMetadata(
popularity: 30,
codepoint: 0xf4a5,
categories: [11],
tags: [
861,
565,
5217,
566,
281,
930,
6304,
284,
615,
288,
44,
10535,
2532,
577,
941,
1110,
581,
3102,
10537,
2003,
15013,
3311,
1470,
1729,
3675,
951,
15014,
588,
4289,
589,
590,
3779,
432,
15015,
1036,
3213,
8849,
15016,
65,
956,
601,
1518
],
),
"smart_card_reader_off": SymbolsMetadata(
popularity: 9,
codepoint: 0xf4a6,
categories: [11],
tags: [
861,
565,
566,
281,
1051,
930,
4918,
283,
6275,
961,
81,
288,
868,
2713,
10535,
1055,
577,
1110,
581,
3102,
10537,
2003,
3311,
87,
3675,
6308,
5951,
5952,
1059,
1060,
1061,
951,
15014,
588,
589,
590,
3779,
432,
1737,
1036,
1067,
8849,
65,
1317,
956,
1068,
601,
4820,
1518
],
),
"smart_display": SymbolsMetadata(
popularity: 4970,
codepoint: 0xf06a,
categories: [11],
tags: [
2020,
1858,
2123,
2471,
4276,
1703,
1073,
1074,
5441,
345,
288,
15017,
8,
2532,
781,
7734,
1140,
15018,
4193,
68,
467,
4213,
5527,
406,
630,
2504,
2457,
410,
5438,
1292,
12421,
1897,
4154,
454,
65,
412,
5087,
2030,
37,
3153,
15019
],
),
"smart_outlet": SymbolsMetadata(
popularity: 257,
codepoint: 0xe844,
categories: [8],
tags: [
1858,
2123,
1101,
284,
345,
288,
12837,
3922,
2532,
15020,
1140,
3171,
1499,
647,
1143,
5554,
3970,
3688,
13488,
432,
1292,
1897,
15021,
4940,
65,
15022,
278
],
),
"smart_screen": SymbolsMetadata(
popularity: 224,
codepoint: 0xf06b,
categories: [11],
tags: [
1246,
1247,
2020,
4276,
1250,
1073,
284,
288,
1105,
7074,
1110,
1253,
756,
506,
262,
1698,
8971,
14655,
2014,
237,
325,
70,
5318,
271,
326,
759,
432,
2531,
410,
5438,
1036,
71,
1292,
1896,
15023,
15024,
15025,
454,
525,
3951,
37
],
),
"smart_toy": SymbolsMetadata(
popularity: 4686,
codepoint: 0xf06c,
categories: [11],
tags: [
3147,
1307,
3148,
1267,
2123,
14113,
5,
3166,
13154,
1310,
44,
14114,
489,
3149,
4724,
977,
138,
4174,
2466,
1612,
1344,
3807,
4879,
4865,
2499,
15026,
1292,
15027,
433,
31,
65,
2500,
498
],
),
"smartphone": SymbolsMetadata(
popularity: 11457,
codepoint: 0xe32c,
categories: [11],
tags: [
1246,
1247,
1270,
40,
1250,
2523,
251,
570,
193,
283,
288,
8,
1745,
1877,
15028,
3778,
1110,
1253,
583,
262,
1698,
2456,
616,
271,
2534,
5099,
432,
410,
2752,
1700,
15029,
525,
65,
33,
2451,
1464
],
),
"smartphone_camera": SymbolsMetadata(
popularity: 2,
codepoint: 0xf44e,
categories: [11],
tags: [
1246,
1247,
5088,
1270,
40,
102,
42,
1250,
570,
193,
5120,
288,
346,
1110,
1253,
49,
53,
406,
262,
15030,
1698,
15031,
271,
57,
804,
59,
62,
453,
432,
4898,
1347,
1700,
15032,
15033,
525,
15034,
15035,
15036,
33,
37,
15037
],
),
"smb_share": SymbolsMetadata(
popularity: 59,
codepoint: 0xf74b,
categories: [12],
tags: [
1675,
1073,
15038,
15039,
284,
7149,
628,
1724,
6326,
81,
15040,
2179,
15041,
2180,
1580,
1430,
1677,
3661,
147,
15042,
1680,
1681,
259,
1314,
5477,
2455,
267,
12878,
15043,
1088,
5589,
851,
4775,
14312,
2720,
1528,
9553,
10675,
2029,
1588,
1993,
4520,
15044,
2345,
15045,
15046,
1711,
1689,
3952,
527
],
),
"smoke_free": SymbolsMetadata(
popularity: 693,
codepoint: 0xeb4a,
categories: [16],
tags: [
15047,
1131,
12591,
15048,
15049,
193,
1862,
1162,
868,
1055,
1843,
1213,
6609,
137,
697,
15050,
3269,
15051,
6247,
1059,
1061,
876,
2553,
11212,
4247,
2613,
7245,
1065,
703,
898,
1067,
5214,
15052,
15053,
15054,
31,
15055,
206,
1155
],
),
"smoking_rooms": SymbolsMetadata(
popularity: 673,
codepoint: 0xeb4b,
categories: [16],
tags: [
861,
1972,
14491,
3863,
1131,
1423,
2115,
929,
15049,
15056,
3834,
2733,
323,
1911,
2670,
2671,
2553,
1392,
2045,
3298,
1959,
1537,
1946,
12444,
898,
5214,
15053,
823,
31,
15055,
1155
],
),
"sms": SymbolsMetadata(
popularity: 7507,
codepoint: 0xe625,
categories: [7],
tags: [
75,
1360,
1672,
568,
570,
573,
283,
1475,
1476,
2725,
1105,
2289,
1470,
2291,
583,
4926,
2294,
262,
237,
887,
616,
271,
1167,
2296,
432,
2298,
652,
1260,
593,
594,
1484,
433,
1296,
33,
4849,
551
],
),
"snippet_folder": SymbolsMetadata(
popularity: 337,
codepoint: 0xf1c7,
categories: [12],
tags: [
1673,
482,
569,
4794,
1197,
12824,
1333,
81,
1541,
1580,
1430,
2141,
1677,
147,
1679,
1680,
15057,
1029,
1391,
92,
1687,
1539,
1588,
4520,
5996,
1689,
1396,
5417,
15058
],
),
"snooze": SymbolsMetadata(
popularity: 695,
codepoint: 0xe046,
categories: [6],
tags: [
1359,
1360,
4049,
1362,
1159,
2931,
2116,
2089,
138,
616,
1223,
2118,
2098,
1370,
3434,
1917,
392,
1304,
1919,
2119,
1226,
31,
10408,
15059,
1171,
1172,
2077,
2078,
9532,
12717,
4098
],
),
"snowboarding": SymbolsMetadata(
popularity: 345,
codepoint: 0xe513,
categories: [15],
tags: [
748,
2508,
7323,
7539,
5711,
690,
15060,
841,
7540,
781,
11,
11006,
225,
15061,
7541,
581,
6653,
15062,
1597,
3652,
588,
589,
876,
3298,
15063,
888,
4520,
4949,
855,
15064,
15065,
593,
30,
3520,
332,
13405,
860,
10527
],
),
"snowing": SymbolsMetadata(
popularity: 603,
codepoint: 0xe80f,
categories: [3],
tags: [
1101,
840,
841,
1105,
1843,
8472,
2883,
848,
849,
13738,
1825,
4041,
15066,
10044,
12027,
855,
856,
13742,
858,
859,
860
],
),
"snowing_heavy": SymbolsMetadata(
popularity: 35,
codepoint: 0xf61c,
categories: [3],
tags: [
1874,
14704,
840,
841,
842,
1843,
2883,
11996,
15067,
13738,
5859,
4041,
10044,
1993,
855,
15068,
13742,
858,
859,
860
],
),
"snowmobile": SymbolsMetadata(
popularity: 200,
codepoint: 0xe503,
categories: [14],
tags: [
2508,
3640,
1809,
1811,
841,
313,
7908,
5310,
137,
7902,
138,
384,
1958,
3793,
1729,
1882,
3652,
876,
3298,
15063,
898,
15069,
15070,
855,
15071,
593,
30,
3520,
31,
2146,
1629,
332,
1835,
860
],
rtlAutoMirrored: true,
),
"snowshoeing": SymbolsMetadata(
popularity: 297,
codepoint: 0xe514,
categories: [15],
tags: [
2508,
3640,
690,
15072,
841,
46,
316,
10519,
1776,
137,
3649,
581,
138,
384,
1623,
3652,
289,
588,
589,
3298,
392,
888,
855,
15073,
15074,
15075,
30,
3520,
31,
4807,
332,
10312,
3799,
860
],
),
"soap": SymbolsMetadata(
popularity: 480,
codepoint: 0xf1b2,
categories: [8],
tags: [
1423,
3811,
1860,
6643,
481,
15076,
3815,
810,
15077,
7012,
11125,
2689,
4864,
1880,
2690,
2692,
892,
3530,
1376,
15078,
3835,
1653,
432,
3845,
3853,
5824,
3826,
11356,
31,
6660,
3859,
3546
],
),
"social_distance": SymbolsMetadata(
popularity: 864,
codepoint: 0xe1cb,
categories: [3],
tags: [
687,
1360,
689,
690,
691,
2301,
693,
9,
15079,
15080,
578,
695,
697,
892,
581,
3530,
138,
2378,
894,
701,
588,
589,
5821,
702,
705,
593,
11779,
823,
2263,
710,
31,
711,
2385,
206
],
),
"social_leaderboard": SymbolsMetadata(
popularity: 427,
codepoint: 0xf6a0,
categories: [3],
tags: [
3,
3494,
373,
574,
6,
578,
5382,
5428,
1078,
579,
6636,
88,
15081,
15082,
648,
589,
11145,
851,
759,
6521,
795,
3505,
3506,
15083,
228,
593,
243,
3520,
15084,
857,
597,
599,
15085,
3508,
711,
11148
],
),
"solar_power": SymbolsMetadata(
popularity: 1972,
codepoint: 0xec0f,
categories: [3],
tags: [
6784,
15086,
15087,
6222,
15088,
3922,
3684,
530,
8187,
15089,
3023,
1143,
919,
15090,
15091,
3688,
15092,
4749,
7778,
4750,
15093,
14278,
15094,
1598,
11221,
5860,
4044,
2315,
15095
],
),
"sort": SymbolsMetadata(
popularity: 11149,
codepoint: 0xe164,
categories: [2],
tags: [
15096,
76,
77,
78,
2792,
12202,
628,
81,
2889,
313,
8,
2814,
83,
579,
1080,
88,
1029,
70,
91,
92,
15097,
358,
4665,
2269,
94,
71,
95,
1473,
1701,
396
],
rtlAutoMirrored: true,
),
"sort_by_alpha": SymbolsMetadata(
popularity: 2920,
codepoint: 0xe053,
categories: [2],
tags: [
1174,
15098,
4,
15099,
15100,
15101,
15096,
76,
1466,
15102,
15103,
5,
15104,
12,
15105,
16,
88,
12220,
91,
15106,
15107,
92,
6777,
95,
15108,
15109,
31,
4533,
33,
15110,
35,
12717,
15111
],
),
"sos": SymbolsMetadata(
popularity: 507,
codepoint: 0xebf7,
categories: [5],
tags: [
1360,
482,
504,
283,
1365,
7683,
1164,
2425,
12,
13844,
137,
871,
138,
16,
705,
1539,
392,
273,
2433,
433,
31,
33,
35,
1407,
206
],
),
"sound_detection_dog_barking": SymbolsMetadata(
popularity: 1627,
codepoint: 0xf149,
categories: [0],
tags: [
480,
10193,
2508,
1360,
4869,
1268,
15112,
15113,
283,
5486,
13155,
1140,
15114,
1470,
4530,
5357,
4259,
1286,
616,
13159,
1574,
1036,
64,
273,
1292,
1293,
31,
1093,
65,
206,
3331
],
),
"sound_detection_glass_break": SymbolsMetadata(
popularity: 204,
codepoint: 0xf14a,
categories: [0],
tags: [
10193,
1359,
1360,
1268,
2115,
3257,
7863,
5243,
1365,
5486,
2425,
10,
7858,
1109,
5247,
12165,
1301,
4530,
1285,
4259,
1286,
616,
4604,
1036,
64,
7071,
273,
1293,
5114,
206,
1187
],
),
"sound_detection_loud_sound": SymbolsMetadata(
popularity: 724,
codepoint: 0xf14b,
categories: [0],
tags: [
10193,
15115,
1360,
2105,
1268,
7725,
3472,
5486,
15116,
351,
1111,
4530,
4414,
15117,
1285,
11876,
4259,
1706,
1286,
616,
440,
4764,
273,
12653,
1293,
15118,
15119,
14935,
15120,
554,
1854
],
),
"sound_sampler": SymbolsMetadata(
popularity: 13,
codepoint: 0xf6b4,
categories: [0],
tags: [
1268,
7807,
3383,
7808,
10141,
4954,
15121,
9894,
345,
1744,
288,
15122,
2063,
351,
4839,
1083,
1706,
15123,
2504,
440,
7645,
15124,
9899,
15125,
9902,
15126,
15127,
15128,
6081,
11436,
554,
3331
],
),
"soup_kitchen": SymbolsMetadata(
popularity: 933,
codepoint: 0xe7d3,
categories: [5],
tags: [
864,
865,
13151,
3694,
3695,
3132,
9154,
574,
3701,
4269,
4707,
2354,
2691,
871,
15129,
15130,
7267,
4213,
4112,
3704,
9270,
4716,
14734,
15131,
652,
3709,
2029,
1504,
15132,
13758,
15133,
4834,
880,
13092
],
),
"source_environment": SymbolsMetadata(
popularity: 223,
codepoint: 0xe527,
categories: [9],
tags: [
2547,
1496,
77,
2192,
929,
569,
576,
374,
11234,
2812,
2948,
313,
2911,
1843,
2551,
1212,
13931,
1140,
1499,
51,
6507,
323,
12471,
324,
1534,
1391,
9639,
15134,
327,
328,
2859,
329,
2554,
179,
1502,
1503,
906,
737,
15135,
2128,
11271,
1701,
1409,
11122
],
),
"source_notes": SymbolsMetadata(
popularity: 64,
codepoint: 0xe12d,
categories: [12],
tags: [
1673,
460,
77,
502,
2440,
3390,
1197,
628,
81,
5015,
313,
1580,
1430,
2443,
3092,
147,
697,
68,
3439,
1582,
3055,
4428,
3094,
2195,
1345,
3039,
3440,
1583,
325,
1480,
1585,
15136,
15137,
15138,
1586,
1587,
11588,
453,
2449,
470,
7615,
4391,
33,
473,
1485
],
),
"south": SymbolsMetadata(
popularity: 2362,
codepoint: 0xf1e3,
categories: [5],
tags: [
77,
11547,
1638,
2184,
504,
2822,
345,
1787,
313,
2271,
2814,
2573,
2890,
137,
2816,
51,
2865,
323,
1534,
7440,
468,
325,
1167,
2884,
329,
12194,
4651,
31,
1690,
1464
],
),
"south_america": SymbolsMetadata(
popularity: 913,
codepoint: 0xe7e4,
categories: [3],
tags: [
1131,
1133,
8685,
9817,
15139,
15140,
4495,
5459,
315,
11443,
318,
319,
320,
322,
15141,
15142,
12335,
1595,
323,
324,
8958,
289,
327,
1149,
392,
15143,
15144,
1153,
332,
334,
1155
],
),
"south_east": SymbolsMetadata(
popularity: 775,
codepoint: 0xf1e4,
categories: [5],
tags: [
77,
15145,
482,
11738,
1694,
313,
2271,
2814,
2976,
2338,
914,
2994,
1696,
51,
6653,
87,
1314,
1534,
2342,
468,
325,
2957,
2922,
507,
2343,
289,
1167,
432,
2220,
906,
4651,
15146,
433,
1170
],
),
"south_west": SymbolsMetadata(
popularity: 412,
codepoint: 0xf1e5,
categories: [5],
tags: [
500,
15147,
3155,
77,
9585,
9058,
2948,
1694,
313,
15148,
2271,
2814,
1077,
51,
2195,
1534,
1749,
468,
15149,
325,
1625,
328,
1167,
759,
1538,
4651,
15150,
15151,
15152,
332,
473,
2993
],
),
"spa": SymbolsMetadata(
popularity: 3897,
codepoint: 0xeb4c,
categories: [16],
tags: [
15153,
3811,
6643,
690,
6869,
4484,
137,
697,
892,
3818,
2733,
138,
2359,
1491,
15154,
9160,
1825,
7986,
2553,
15155,
1916,
1959,
3825,
5613,
3826,
15156,
31,
3142,
5377,
3830,
7263,
3493
],
),
"space_bar": SymbolsMetadata(
popularity: 458,
codepoint: 0xe256,
categories: [12],
tags: [
1423,
2115,
504,
5,
345,
1430,
2153,
1106,
10383,
699,
138,
1111,
1112,
1113,
87,
1941,
2157,
1120,
432,
707,
823,
10942,
33,
3660,
141,
1348,
2535,
9337,
1485
],
),
"space_dashboard": SymbolsMetadata(
popularity: 3557,
codepoint: 0xe66b,
categories: [12],
tags: [
1071,
1466,
2261,
5378,
2242,
1425,
15157,
81,
8,
370,
382,
385,
15158,
1086,
5994,
4726,
92,
5029,
4648,
432,
2457,
1428,
2459,
2460,
5482,
823,
433,
2710,
955,
1093,
2711,
396,
333,
1186,
1229
],
),
"spatial_audio": SymbolsMetadata(
popularity: 414,
codepoint: 0xebeb,
categories: [0],
tags: [
15159,
10193,
1268,
15160,
15161,
15162,
2060,
313,
12867,
15163,
15164,
977,
15165,
7709,
15166,
4530,
1706,
1480,
15167,
12653,
1293,
11759,
2068,
15168,
496,
15169,
3346,
15170,
15171
],
),
"spatial_audio_off": SymbolsMetadata(
popularity: 515,
codepoint: 0xebe8,
categories: [0],
tags: [
15172,
1268,
3383,
8102,
10153,
15173,
15174,
15175,
15176,
15177,
15178,
15179,
2088,
868,
15180,
10630,
1055,
15181,
1706,
15182,
2096,
15183,
1480,
1059,
7409,
1060,
1061,
71,
1067,
1293,
11759,
3386,
2101,
15184,
15185,
496,
15186,
15187,
15188,
15189,
12321
],
),
"spatial_speaker": SymbolsMetadata(
popularity: 11,
codepoint: 0xf4cf,
categories: [0],
tags: [
478,
1246,
1247,
1268,
15190,
7712,
731,
1250,
9101,
288,
1110,
1253,
466,
1301,
406,
262,
1706,
271,
408,
388,
4748,
1293,
15191,
2068,
496,
1294,
15192,
15193,
3346,
9666,
525,
1690,
1298,
554,
1855
],
),
"spatial_tracking": SymbolsMetadata(
popularity: 349,
codepoint: 0xebea,
categories: [0],
tags: [
478,
2537,
77,
1268,
2738,
81,
313,
868,
1542,
1055,
316,
317,
2977,
1282,
2324,
323,
1085,
353,
468,
1706,
325,
1480,
1059,
1060,
1061,
1625,
1535,
1167,
329,
11329,
15194,
64,
1067,
1293,
496,
15195,
10768,
3798,
1095,
475,
477
],
),
"speaker": SymbolsMetadata(
popularity: 858,
codepoint: 0xe32d,
categories: [11],
tags: [
10193,
15196,
1738,
3332,
1268,
7702,
482,
731,
283,
345,
7706,
2532,
15197,
1301,
4414,
406,
5151,
439,
1706,
1302,
1286,
2504,
408,
2098,
71,
1293,
1294,
13206,
3346,
1093,
3477,
37,
1298,
554
],
),
"speaker_group": SymbolsMetadata(
popularity: 379,
codepoint: 0xe32e,
categories: [11],
tags: [
1268,
15198,
15199,
7712,
482,
2022,
685,
1073,
15200,
345,
2604,
2532,
579,
1198,
1314,
4414,
406,
2455,
15201,
1706,
267,
408,
71,
2029,
1293,
15202,
15203,
1294,
15204,
12445,
3346,
454,
764,
1093,
37,
554,
15205,
278
],
),
"speaker_notes": SymbolsMetadata(
popularity: 2066,
codepoint: 0xe8cd,
categories: [7],
tags: [
1474,
1268,
568,
2228,
570,
572,
573,
43,
2725,
1430,
10691,
370,
68,
5448,
1470,
88,
5097,
583,
1302,
1585,
1586,
1587,
1427,
453,
432,
1293,
1294,
15206,
594,
433,
9544,
33,
97,
5935,
1298,
554
],
rtlAutoMirrored: true,
),
"speaker_notes_off": SymbolsMetadata(
popularity: 427,
codepoint: 0xe92a,
categories: [7],
tags: [
568,
1208,
570,
572,
573,
15207,
345,
1299,
1162,
1300,
868,
15208,
1430,
1055,
370,
15209,
1344,
1470,
88,
5097,
15210,
583,
1302,
15211,
1585,
15212,
1059,
1061,
1587,
1427,
15213,
15214,
15215,
1067,
1294,
15216,
594,
33,
396
],
),
"speaker_phone": SymbolsMetadata(
popularity: 451,
codepoint: 0xe0d2,
categories: [7],
tags: [
1246,
1247,
1268,
731,
504,
1270,
1250,
283,
5093,
345,
288,
4327,
15217,
1110,
1253,
138,
4414,
406,
262,
1061,
70,
1732,
271,
71,
392,
273,
1293,
1294,
13206,
31,
525,
9544,
413,
1298,
554,
1855
],
),
"special_character": SymbolsMetadata(
popularity: 14,
codepoint: 0xf74a,
categories: [12],
tags: [
839,
281,
4078,
5,
403,
1164,
3497,
4696,
3499,
904,
4484,
1139,
138,
10659,
51,
1112,
52,
1166,
174,
2902,
203,
392,
898,
854,
15218,
3203,
857,
31,
35
],
),
"specific_gravity": SymbolsMetadata(
popularity: 131,
codepoint: 0xf872,
categories: [3],
tags: [
1422,
4165,
4169,
1333,
6010,
6947,
3092,
4171,
2217,
4172,
2511,
9112,
15219,
8473,
51,
4271,
4175,
792,
4176,
17,
18,
23,
4179,
391,
2737,
4180,
5976,
8299,
15220,
1318,
554,
15221,
3830
],
),
"speech_to_text": SymbolsMetadata(
popularity: 540,
codepoint: 0xf8a7,
categories: [0],
tags: [
748,
15222,
568,
570,
572,
573,
283,
1786,
1273,
1580,
1430,
216,
1479,
147,
916,
1111,
5225,
1470,
2156,
583,
1284,
1285,
1586,
1587,
758,
15223,
2068,
594,
5934,
33,
15224,
15225,
11865,
15226,
15227,
5266,
1485
],
),
"speed": SymbolsMetadata(
popularity: 6515,
codepoint: 0xe9e4,
categories: [0],
tags: [
3021,
77,
3410,
1811,
193,
462,
345,
1744,
1425,
81,
15228,
1400,
1165,
3871,
84,
51,
68,
1470,
17,
3474,
353,
1706,
6208,
648,
2936,
759,
151,
71,
13802,
275,
6773,
5658,
6681,
3483,
37
],
),
"speed_0_25": SymbolsMetadata(
popularity: 17,
codepoint: 0xf4d4,
categories: [0],
tags: [
15229,
3927,
4,
77,
5,
193,
1159,
2931,
2879,
1400,
7,
2814,
12,
15230,
1950,
16,
87,
3474,
6208,
22,
3969,
648,
408,
3933,
359,
2860,
13802,
14860,
15231,
275,
31,
33,
1171,
15232,
35
],
),
"speed_0_2x": SymbolsMetadata(
popularity: 28,
codepoint: 0xf498,
categories: [0],
tags: [
4765,
3021,
2210,
4,
77,
12990,
5,
193,
345,
1425,
1400,
7,
12,
3871,
51,
16,
792,
87,
261,
17,
686,
3474,
15233,
468,
439,
22,
648,
408,
1167,
759,
2860,
151,
13802,
275,
31,
33,
5915,
35,
3483,
543,
3993,
3689
],
),
"speed_0_5": SymbolsMetadata(
popularity: 20,
codepoint: 0xf4e2,
categories: [0],
tags: [
15234,
4,
3383,
3376,
5,
7,
12,
15235,
15236,
15237,
16,
352,
15238,
22,
408,
15239,
774,
357,
15240,
15241,
15242,
2860,
2847,
14698,
15243,
15244,
14860,
275,
15245,
15012,
15246,
15247,
15248,
31,
33,
1171,
2463,
35,
444,
366
],
),
"speed_0_5x": SymbolsMetadata(
popularity: 31,
codepoint: 0xf497,
categories: [0],
tags: [
15249,
4,
12990,
15250,
5,
345,
7,
12,
15236,
16,
406,
352,
686,
353,
354,
439,
22,
3482,
408,
15239,
357,
359,
2860,
2887,
14698,
14860,
1293,
275,
15245,
15012,
31,
33,
1171,
5915,
35,
3483,
543,
368,
3993
],
),
"speed_0_75": SymbolsMetadata(
popularity: 24,
codepoint: 0xf4d3,
categories: [0],
tags: [
2210,
4,
1268,
5,
462,
1159,
345,
1400,
7,
12,
51,
16,
406,
22,
355,
408,
357,
359,
2860,
151,
13802,
275,
15251,
6773,
31,
33,
1171,
1172,
35,
37
],
),
"speed_0_7x": SymbolsMetadata(
popularity: 20,
codepoint: 0xf496,
categories: [0],
tags: [
15252,
4,
77,
15250,
5,
193,
1775,
345,
1400,
7,
12,
3871,
1776,
51,
16,
261,
406,
407,
11743,
439,
22,
70,
408,
357,
409,
1167,
2860,
71,
15244,
14860,
15253,
15254,
275,
15012,
31,
33,
5915,
35,
368,
3993
],
),
"speed_1_2": SymbolsMetadata(
popularity: 13,
codepoint: 0xf4e1,
categories: [0],
tags: [
15255,
4,
9573,
5,
193,
345,
1400,
7,
12,
3871,
3637,
51,
16,
792,
550,
15256,
17,
406,
3474,
6208,
22,
648,
408,
1167,
359,
2860,
1065,
151,
13802,
15244,
14860,
275,
15257,
15258,
6773,
31,
33,
35,
3483
],
),
"speed_1_25": SymbolsMetadata(
popularity: 23,
codepoint: 0xf4d2,
categories: [0],
tags: [
15259,
3021,
4,
3376,
5,
345,
7,
7738,
15260,
12,
15261,
15262,
16,
352,
15263,
21,
22,
15264,
70,
2747,
15265,
408,
15239,
357,
359,
2860,
71,
275,
532,
15251,
15266,
31,
33,
35,
366
],
),
"speed_1_2x": SymbolsMetadata(
popularity: 21,
codepoint: 0xf495,
categories: [0],
tags: [
15267,
15268,
3021,
4,
1268,
5,
685,
7,
15269,
1165,
14858,
12,
52,
16,
406,
407,
15263,
21,
22,
149,
15270,
70,
408,
3430,
15239,
357,
409,
3101,
2860,
71,
275,
532,
31,
33,
5915,
35,
37,
3993
],
),
"speed_1_5": SymbolsMetadata(
popularity: 19,
codepoint: 0xf4e0,
categories: [0],
tags: [
15271,
4,
15272,
15250,
5,
685,
345,
6878,
7,
1745,
12,
16,
407,
15263,
21,
22,
15273,
15274,
408,
15239,
357,
328,
359,
15275,
2860,
151,
15244,
275,
15245,
532,
15251,
31,
33,
35,
456,
368
],
),
"speed_1_5x": SymbolsMetadata(
popularity: 36,
codepoint: 0xf494,
categories: [0],
tags: [
15276,
15277,
15278,
8527,
3021,
4,
15250,
5,
1159,
685,
1744,
7,
1165,
14858,
12,
16,
407,
15263,
22,
355,
70,
2504,
15279,
408,
357,
359,
2860,
391,
151,
71,
275,
15266,
31,
33,
1171,
1172,
5915,
35,
368,
3993,
15280
],
),
"speed_1_75": SymbolsMetadata(
popularity: 15,
codepoint: 0xf4d1,
categories: [0],
tags: [
15281,
15282,
4,
3376,
12990,
5,
15283,
345,
7,
1165,
7738,
14858,
12,
15261,
16,
407,
11743,
439,
15284,
22,
70,
408,
15285,
15239,
357,
15286,
359,
15287,
2860,
71,
275,
15012,
15251,
31,
33,
35,
366,
543
],
),
"speed_1_7x": SymbolsMetadata(
popularity: 8,
codepoint: 0xf493,
categories: [0],
tags: [
15288,
1738,
4,
12990,
1742,
5,
345,
6878,
7,
15289,
1165,
14858,
12,
235,
51,
5448,
16,
406,
3198,
15263,
21,
22,
23,
178,
408,
357,
328,
359,
2860,
151,
180,
275,
15012,
31,
33,
1171,
5915,
35,
543,
3993
],
),
"speed_2x": SymbolsMetadata(
popularity: 64,
codepoint: 0xf4eb,
categories: [0],
tags: [
15290,
3021,
4,
15250,
3022,
5,
7,
3042,
3480,
15289,
1165,
14858,
12,
15261,
16,
17,
18,
2455,
5080,
22,
3482,
648,
408,
357,
3286,
15291,
359,
2860,
391,
275,
15266,
31,
33,
1171,
15292,
15293,
35,
3483,
368,
15294
],
),
"speed_camera": SymbolsMetadata(
popularity: 58,
codepoint: 0xf470,
categories: [14],
tags: [
1360,
1811,
2038,
15295,
14609,
1623,
3722,
550,
324,
1534,
325,
616,
57,
7684,
1626,
705,
898,
275,
15296,
15257,
15297,
5114,
2010,
1628,
1629,
332,
1835,
206
],
),
"spellcheck": SymbolsMetadata(
popularity: 592,
codepoint: 0xe8ce,
categories: [12],
tags: [
1174,
5517,
748,
4,
1660,
504,
5,
1662,
1664,
345,
2321,
4664,
1430,
2153,
12,
11726,
1344,
5225,
15,
16,
1166,
1668,
5758,
15298,
15299,
3504,
906,
362,
10744,
15300,
31,
33,
1669,
35,
3660,
141,
1348,
4461,
1576,
9337,
1590,
1485,
1671
],
),
"split_scene": SymbolsMetadata(
popularity: 73,
codepoint: 0xf3bf,
categories: [0],
tags: [
1738,
76,
1438,
685,
8,
2262,
10389,
680,
2153,
346,
382,
10391,
1344,
385,
406,
354,
7053,
70,
4648,
409,
1433,
2772,
410,
2459,
707,
71,
4650,
2401,
7666,
15301,
7054,
2463,
12004,
37,
396,
1187,
1229
],
),
"split_scene_down": SymbolsMetadata(
popularity: 20,
codepoint: 0xf2ff,
categories: [0],
tags: [
1466,
1438,
3713,
628,
15302,
8,
2262,
15303,
15304,
382,
10391,
385,
4574,
15305,
7053,
4648,
1433,
15306,
410,
15307,
1151,
2460,
707,
15308,
4650,
2401,
15309,
7666,
15301,
7054,
10398,
15310,
9720,
476,
1187,
1154
],
),
"split_scene_left": SymbolsMetadata(
popularity: 27,
codepoint: 0xf2fe,
categories: [0],
tags: [
1738,
1466,
1438,
8,
1163,
1136,
4633,
15311,
382,
4634,
1344,
385,
2195,
15312,
7053,
507,
4604,
919,
6401,
2220,
906,
15313,
1433,
2772,
410,
2459,
1169,
6196,
4650,
2401,
15301,
7054,
1464,
396,
1187
],
),
"split_scene_right": SymbolsMetadata(
popularity: 18,
codepoint: 0xf2fd,
categories: [0],
tags: [
1131,
1438,
8,
2262,
1163,
382,
385,
9707,
10395,
15314,
7053,
919,
15315,
1427,
906,
7724,
1433,
2772,
15306,
410,
1151,
6196,
4650,
2401,
15316,
7666,
15301,
7054,
6100,
396,
1187
],
),
"split_scene_up": SymbolsMetadata(
popularity: 26,
codepoint: 0xf2fc,
categories: [0],
tags: [
1466,
1438,
3762,
8,
2262,
10389,
680,
2153,
382,
10391,
1344,
385,
406,
15314,
7053,
919,
1427,
9714,
1433,
2772,
410,
1151,
6196,
4650,
2401,
15317,
7666,
7054,
15318,
1701,
12004,
37,
396,
1187,
1154,
15319
],
),
"splitscreen": SymbolsMetadata(
popularity: 884,
codepoint: 0xf06d,
categories: [4],
tags: [
1466,
15320,
1438,
8,
2262,
7166,
382,
10391,
10392,
385,
630,
14517,
14520,
7053,
586,
4604,
4648,
1427,
3286,
1433,
410,
15307,
2459,
706,
6196,
4650,
2401,
7666,
7054,
15321,
12004,
396,
9720,
1187,
1154
],
),
"splitscreen_add": SymbolsMetadata(
popularity: 31,
codepoint: 0xf4fd,
categories: [4],
tags: [
231,
745,
1466,
482,
1438,
685,
345,
1236,
8,
2262,
216,
1108,
382,
10391,
1344,
385,
1667,
7053,
887,
1452,
70,
919,
239,
432,
1433,
410,
1151,
1152,
6196,
4650,
2401,
7666,
7054,
433,
31,
15318,
15322,
12004,
396,
1187
],
),
"splitscreen_bottom": SymbolsMetadata(
popularity: 24,
codepoint: 0xf676,
categories: [4],
tags: [
15323,
2700,
1131,
1466,
2184,
1438,
3584,
8,
657,
2262,
1136,
15311,
10389,
370,
382,
10391,
1344,
385,
642,
14516,
15305,
14520,
7053,
507,
919,
4728,
6401,
386,
1433,
410,
1151,
4650,
2401,
7666,
7054,
396,
1187
],
),
"splitscreen_landscape": SymbolsMetadata(
popularity: 45,
codepoint: 0xf459,
categories: [2],
tags: [
7676,
15324,
1466,
1438,
1704,
8,
15325,
370,
382,
10391,
1344,
1595,
385,
642,
630,
14516,
14517,
7053,
2213,
1291,
1433,
410,
15307,
6196,
4650,
2401,
7666,
7054,
10398,
396,
13317,
1187,
1229
],
),
"splitscreen_left": SymbolsMetadata(
popularity: 70,
codepoint: 0xf675,
categories: [4],
tags: [
15326,
11997,
76,
1438,
1704,
8,
2262,
10389,
382,
385,
15312,
11168,
10204,
1641,
630,
9080,
7053,
4604,
15327,
2220,
1433,
410,
15307,
6196,
4650,
2401,
7666,
7054,
12004,
396,
1187,
15328
],
),
"splitscreen_portrait": SymbolsMetadata(
popularity: 24,
codepoint: 0xf458,
categories: [2],
tags: [
1672,
501,
1466,
1438,
685,
8,
1136,
7166,
382,
1344,
385,
262,
642,
15329,
7053,
355,
271,
5099,
1433,
410,
707,
151,
6196,
4650,
2401,
7666,
15301,
7054,
413,
10398,
907,
1464,
396,
1187
],
),
"splitscreen_right": SymbolsMetadata(
popularity: 72,
codepoint: 0xf674,
categories: [4],
tags: [
1438,
8,
2262,
6400,
10389,
382,
385,
9019,
7053,
919,
4648,
15330,
15331,
15332,
1433,
410,
10396,
15307,
14174,
1151,
2459,
706,
707,
6196,
4650,
2401,
7666,
15301,
7054,
12004,
396,
247,
1187,
15328,
1229
],
),
"splitscreen_top": SymbolsMetadata(
popularity: 14,
codepoint: 0xf673,
categories: [4],
tags: [
501,
1466,
1438,
519,
8,
14198,
1136,
370,
381,
382,
10391,
1344,
385,
262,
7662,
7053,
919,
432,
1433,
410,
15307,
1151,
509,
4650,
2401,
7666,
7054,
525,
15333,
15334,
907,
15335,
396,
13853,
1187
],
),
"splitscreen_vertical_add": SymbolsMetadata(
popularity: 32,
codepoint: 0xf4fc,
categories: [4],
tags: [
231,
745,
15336,
15337,
1438,
15338,
1235,
2262,
15325,
382,
385,
15339,
15340,
9080,
15341,
7053,
15342,
1452,
15343,
15315,
239,
1433,
410,
10396,
1151,
4650,
2401,
7666,
7054,
31,
907,
12004,
8929,
396,
15344,
1187,
15345
],
),
"spo2": SymbolsMetadata(
popularity: 50,
codepoint: 0xf6db,
categories: [15],
tags: [
1422,
4265,
373,
81,
1789,
2881,
1078,
2692,
697,
892,
5370,
51,
87,
226,
894,
4259,
15346,
3766,
15347,
3687,
4261,
15348,
2885,
1428,
6086,
898,
12872,
4699,
1854
],
),
"spoke": SymbolsMetadata(
popularity: 602,
codepoint: 0xe9a7,
categories: [7],
tags: [
7522,
731,
308,
7148,
573,
1073,
284,
1075,
2395,
14759,
2180,
15349,
914,
1326,
5477,
267,
1088,
2960,
851,
3200,
4781,
12363,
4749,
1528,
273,
15350,
2263,
857,
3303,
277
],
),
"sports": SymbolsMetadata(
popularity: 959,
codepoint: 0xea30,
categories: [15],
tags: [
748,
2508,
7323,
7539,
1839,
15351,
6,
1274,
781,
11,
1165,
225,
2882,
5382,
2356,
7541,
4839,
12269,
4381,
353,
468,
648,
589,
27,
15352,
15353,
29,
888,
593,
1293,
275,
3520,
7326,
15354,
15355,
3029,
206,
15356
],
),
"sports_and_outdoors": SymbolsMetadata(
popularity: 199,
codepoint: 0xefb8,
categories: [15],
tags: [
748,
749,
2508,
15357,
15358,
7323,
7539,
8244,
9844,
6,
3715,
781,
11,
1819,
2882,
3294,
5382,
8252,
2356,
7541,
979,
1958,
4381,
468,
4041,
4531,
2504,
3298,
15359,
3520,
8232,
597,
2146,
3029,
3522
],
),
"sports_bar": SymbolsMetadata(
popularity: 1511,
codepoint: 0xf1f3,
categories: [16],
tags: [
11308,
1423,
11346,
929,
15360,
11309,
4207,
9810,
12584,
781,
1387,
3834,
2354,
5781,
10086,
1958,
11311,
323,
1911,
11312,
15361,
327,
11313,
2457,
1959,
1537,
2538,
593,
3520,
15362,
15363,
3858
],
),
"sports_baseball": SymbolsMetadata(
popularity: 823,
codepoint: 0xea51,
categories: [15],
tags: [
2508,
15364,
7323,
7539,
9844,
15365,
15366,
193,
2053,
781,
46,
11,
1819,
5382,
1776,
15367,
7541,
15368,
1958,
15369,
15370,
2504,
409,
3298,
330,
15371,
593,
15372,
30,
3520,
8232,
15373,
597,
4199,
15374
],
),
"sports_basketball": SymbolsMetadata(
popularity: 1785,
codepoint: 0xea26,
categories: [15],
tags: [
2508,
15358,
7323,
7539,
9844,
15375,
193,
6,
3715,
4189,
15376,
781,
11,
2882,
5382,
7541,
15377,
15368,
1470,
2328,
15378,
15379,
2504,
851,
3298,
330,
228,
15371,
4898,
593,
3520,
597,
3522
],
),
"sports_cricket": SymbolsMetadata(
popularity: 511,
codepoint: 0xea27,
categories: [15],
tags: [
2508,
7323,
7539,
8244,
9844,
15380,
193,
6,
15381,
781,
46,
10,
11,
5382,
7541,
1958,
87,
2328,
3652,
2504,
3298,
593,
331,
30,
3520,
5188,
15382,
597,
15383,
15384
],
),
"sports_esports": SymbolsMetadata(
popularity: 5428,
codepoint: 0xea28,
categories: [15],
tags: [
4675,
15385,
15386,
5986,
15387,
15388,
345,
6408,
288,
44,
15389,
781,
15390,
5382,
15391,
10067,
10068,
6410,
5428,
10835,
1683,
3778,
1110,
7541,
6411,
1958,
523,
15392,
2504,
15393,
9723,
4777,
593,
3520,
15394,
65,
15383,
37,
6414,
10074,
9724,
10075,
15395
],
),
"sports_football": SymbolsMetadata(
popularity: 766,
codepoint: 0xea29,
categories: [15],
tags: [
2508,
7323,
7539,
9844,
15396,
6,
781,
46,
10,
11,
1819,
15397,
3294,
5382,
1776,
7541,
15368,
1958,
1470,
2328,
3652,
3296,
15398,
3354,
2504,
3298,
330,
15359,
593,
331,
3520,
15399,
597,
15383
],
),
"sports_golf": SymbolsMetadata(
popularity: 498,
codepoint: 0xea2a,
categories: [15],
tags: [
2508,
7323,
7539,
9844,
5354,
3089,
7908,
781,
11,
5382,
9846,
9848,
9849,
7541,
7512,
10789,
1958,
4041,
2504,
9851,
3298,
593,
30,
3520,
1170,
15400,
2650,
5727
],
),
"sports_gymnastics": SymbolsMetadata(
popularity: 1101,
codepoint: 0xebc4,
categories: [15],
tags: [
749,
2508,
8243,
7323,
7539,
925,
690,
6,
781,
11,
225,
2882,
8251,
15401,
2356,
7541,
581,
1958,
468,
648,
589,
13897,
3298,
888,
593,
30,
3520,
3029,
3522
],
),
"sports_handball": SymbolsMetadata(
popularity: 668,
codepoint: 0xea33,
categories: [15],
tags: [
2508,
7323,
7539,
15402,
8244,
9844,
690,
193,
6,
3715,
2053,
781,
46,
11,
1819,
5382,
1776,
8252,
15403,
7541,
581,
15404,
1958,
1470,
2328,
588,
589,
2504,
409,
3298,
1035,
15405,
593,
30,
3520,
15406,
15407,
15408
],
),
"sports_hockey": SymbolsMetadata(
popularity: 365,
codepoint: 0xea2b,
categories: [15],
tags: [
2508,
7323,
7539,
15409,
15410,
15411,
15396,
5354,
6,
781,
11,
1819,
5382,
13,
7541,
15412,
850,
15368,
1958,
15378,
15413,
3298,
15414,
14351,
15415,
593,
30,
3520,
7260,
15416,
5188,
12669,
597,
15383,
15417
],
),
"sports_kabaddi": SymbolsMetadata(
popularity: 972,
codepoint: 0xea34,
categories: [15],
tags: [
748,
749,
8243,
11055,
7323,
7539,
8244,
690,
15418,
6,
3715,
3954,
1274,
781,
11,
15419,
225,
2882,
5382,
7541,
581,
6725,
15420,
15421,
468,
588,
589,
4531,
409,
3688,
15422,
14939,
888,
593,
3520,
15423,
15424,
597,
6126,
15425,
15426
],
),
"sports_martial_arts": SymbolsMetadata(
popularity: 777,
codepoint: 0xeae9,
categories: [15],
tags: [
748,
2508,
8243,
10301,
7323,
7539,
15418,
6,
15427,
15428,
781,
10,
11,
15419,
2882,
8251,
5382,
8252,
7541,
581,
15429,
15430,
15431,
15432,
468,
588,
589,
4531,
3688,
13641,
15433,
593,
3520,
15434,
649,
3770,
11436,
15435,
3029
],
),
"sports_mma": SymbolsMetadata(
popularity: 406,
codepoint: 0xea2c,
categories: [15],
tags: [
748,
2508,
15436,
15358,
10301,
7323,
7539,
15437,
15418,
6,
3496,
1274,
781,
10,
11,
15419,
2882,
5382,
12914,
8252,
697,
7541,
15431,
15432,
2328,
5615,
15438,
3688,
13641,
762,
593,
275,
3520,
649,
3770,
3029,
3522
],
),
"sports_motorsports": SymbolsMetadata(
popularity: 981,
codepoint: 0xea2d,
categories: [15],
tags: [
2508,
7323,
7539,
1809,
3410,
15439,
4144,
1811,
15396,
6,
1677,
2038,
781,
10,
1165,
15440,
8093,
7541,
15441,
1958,
5249,
12092,
15442,
15443,
15444,
1573,
27,
15445,
12172,
3298,
593,
275,
3520,
15446,
2146,
900,
1629,
1835
],
),
"sports_rugby": SymbolsMetadata(
popularity: 311,
codepoint: 0xea2e,
categories: [15],
tags: [
2508,
7323,
7539,
15447,
9844,
6,
781,
46,
11,
1819,
2882,
5382,
15448,
5725,
1776,
7541,
15449,
15450,
468,
6692,
15451,
2504,
3298,
15452,
15453,
593,
30,
3520,
15407,
15454,
15455,
597,
15408
],
),
"sports_score": SymbolsMetadata(
popularity: 1940,
codepoint: 0xf06e,
categories: [15],
tags: [
8244,
6,
312,
8,
15456,
4496,
5382,
15457,
13,
15458,
2328,
21,
22,
851,
227,
2332,
228,
15459,
14351,
15460,
15461,
15462,
15463,
3520,
15464,
746,
7260,
6510,
15465
],
),
"sports_soccer": SymbolsMetadata(
popularity: 3578,
codepoint: 0xea2f,
categories: [15],
tags: [
2508,
7323,
7539,
9844,
15396,
193,
6,
15376,
781,
11,
1819,
2882,
15397,
5382,
13,
10257,
7541,
15430,
15368,
1958,
2328,
13022,
2504,
3298,
15359,
593,
30,
3520,
8232,
597,
3029,
3522
],
),
"sports_tennis": SymbolsMetadata(
popularity: 1372,
codepoint: 0xea32,
categories: [15],
tags: [
749,
2508,
7323,
7539,
9844,
15380,
6,
3715,
781,
46,
11,
2882,
3294,
5382,
1776,
697,
7541,
1881,
1958,
2328,
4041,
2504,
409,
15466,
15467,
3298,
593,
30,
3520,
15468,
3493
],
),
"sports_volleyball": SymbolsMetadata(
popularity: 789,
codepoint: 0xea31,
categories: [15],
tags: [
2508,
7323,
7539,
9844,
481,
6,
3715,
15469,
781,
11,
2882,
3294,
5382,
7541,
1881,
1958,
1470,
15378,
3652,
4531,
2504,
3298,
330,
6479,
1201,
593,
331,
8344,
30,
3520,
12929,
10556,
597,
15470
],
),
"sprinkler": SymbolsMetadata(
popularity: 513,
codepoint: 0xe29a,
categories: [8],
tags: [
1808,
9573,
3206,
193,
345,
285,
288,
13717,
7188,
13718,
46,
2511,
3816,
15471,
15472,
1595,
9906,
1470,
4176,
7190,
1143,
8875,
3652,
8881,
12363,
1869,
3854,
454,
1093,
3830,
15473,
6877
],
),
"sprint": SymbolsMetadata(
popularity: 373,
codepoint: 0xf81f,
categories: [15],
tags: [
3021,
2508,
7323,
7539,
6,
2392,
1274,
12962,
11,
1165,
225,
2882,
903,
5382,
7541,
581,
353,
468,
289,
589,
759,
3101,
27,
1125,
15353,
29,
888,
593,
275,
30,
3520,
7326,
15354,
2146
],
rtlAutoMirrored: true,
),
"square": SymbolsMetadata(
popularity: 1058,
codepoint: 0xeb36,
categories: [12],
tags: [
1131,
1332,
481,
1132,
482,
4721,
1333,
2780,
1164,
811,
488,
634,
348,
9598,
381,
137,
382,
385,
814,
492,
289,
820,
15474,
1149,
1151,
392,
15475,
1339,
433,
955,
31,
1409
],
),
"square_dot": SymbolsMetadata(
popularity: 29,
codepoint: 0xf3b3,
categories: [3],
tags: [
2147,
1131,
482,
308,
193,
3939,
2337,
1745,
1164,
1748,
381,
137,
2816,
1139,
384,
6725,
51,
15476,
15477,
12471,
174,
1535,
328,
329,
15474,
13466,
432,
1149,
1151,
363,
392,
15475,
1339,
433,
1227,
2371
],
),
"square_foot": SymbolsMetadata(
popularity: 1739,
codepoint: 0xea49,
categories: [6],
tags: [
1496,
1131,
1497,
485,
375,
486,
694,
14157,
3785,
381,
2816,
383,
15478,
385,
2968,
2939,
324,
1085,
226,
17,
2785,
1500,
3084,
1501,
2272,
391,
2737,
1201,
298,
4565,
823,
433,
15479,
1780,
397
],
),
"ssid_chart": SymbolsMetadata(
popularity: 793,
codepoint: 0xeb66,
categories: [9],
tags: [
1422,
1071,
517,
373,
283,
284,
254,
81,
375,
1078,
68,
259,
1470,
17,
267,
648,
759,
1428,
273,
15480,
746,
291,
649,
1429,
476,
277,
278
],
),
"stack": SymbolsMetadata(
popularity: 284,
codepoint: 0xf609,
categories: [2],
tags: [
1466,
1192,
1197,
5379,
484,
2141,
1679,
579,
1198,
1082,
88,
2455,
91,
586,
3397,
4796,
386,
6064,
94,
1201,
6144,
433,
1711,
2461
],
),
"stack_group": SymbolsMetadata(
popularity: 28,
codepoint: 0xf359,
categories: [2],
tags: [
6628,
76,
1192,
5378,
2792,
1197,
1324,
5053,
628,
81,
2141,
2186,
1679,
579,
68,
86,
1082,
385,
88,
1330,
2455,
2219,
92,
15481,
4442,
95,
433,
1711,
2461,
955,
396
],
),
"stack_hexagon": SymbolsMetadata(
popularity: 37,
codepoint: 0xf41c,
categories: [12],
tags: [
1496,
1466,
2471,
481,
2261,
1374,
15482,
81,
1467,
2781,
2475,
904,
14727,
10257,
10337,
1080,
2142,
1082,
2455,
91,
586,
62,
6064,
852,
13849,
2720,
392,
5482,
10258,
1711,
2461,
1689,
955,
65
],
),
"stack_off": SymbolsMetadata(
popularity: 35,
codepoint: 0xf608,
categories: [2],
tags: [
15483,
1208,
1209,
15484,
1235,
13453,
1300,
15485,
868,
15486,
1055,
15487,
1217,
15488,
15489,
15490,
2455,
15491,
1059,
1060,
15492,
15493,
1067,
433,
15494,
2461,
15495,
5166,
15496,
13545,
3993
],
),
"stack_star": SymbolsMetadata(
popularity: 140,
codepoint: 0xf607,
categories: [2],
tags: [
3495,
1693,
1197,
81,
3499,
7854,
1139,
1367,
86,
1082,
792,
88,
1166,
5600,
2455,
91,
586,
716,
11517,
63,
6521,
203,
1539,
4465,
3203,
433,
1711,
2461,
857
],
),
"stacked_bar_chart": SymbolsMetadata(
popularity: 1223,
codepoint: 0xe9e6,
categories: [9],
tags: [
1422,
1071,
1423,
1424,
517,
569,
373,
15497,
1425,
81,
4375,
375,
942,
1078,
234,
2076,
1081,
68,
226,
1086,
648,
1427,
759,
1428,
2332,
15498,
2461,
11827,
15499,
746,
1095,
1429,
514
],
),
"stacked_email": SymbolsMetadata(
popularity: 276,
codepoint: 0xe6c7,
categories: [7],
tags: [
565,
1360,
1673,
3803,
283,
2283,
3112,
2141,
11610,
2286,
15500,
1680,
2289,
1082,
16,
2291,
15501,
583,
4927,
2455,
616,
5384,
4796,
6893,
2295,
2296,
2298,
2461
],
),
"stacked_inbox": SymbolsMetadata(
popularity: 39,
codepoint: 0xe6c9,
categories: [7],
tags: [
1673,
482,
569,
283,
1333,
2283,
2141,
2286,
15500,
2793,
1680,
3035,
2289,
86,
5383,
2291,
583,
4927,
2455,
887,
1259,
8199,
4796,
6893,
3286,
2297,
8717,
1711,
2461,
6145,
1689,
10646
],
),
"stacked_line_chart": SymbolsMetadata(
popularity: 1306,
codepoint: 0xf22b,
categories: [9],
tags: [
1422,
1071,
2797,
569,
373,
81,
5037,
375,
941,
1078,
234,
1081,
68,
5383,
87,
1470,
226,
17,
1086,
2233,
648,
11236,
759,
1428,
390,
227,
2461,
746,
3070,
1095,
1429,
514
],
),
"stacks": SymbolsMetadata(
popularity: 512,
codepoint: 0xf500,
categories: [2],
tags: [
76,
5378,
1197,
484,
486,
2141,
7638,
1679,
579,
1080,
86,
1082,
15502,
1029,
15503,
2455,
2219,
91,
92,
5384,
3397,
4796,
6893,
4133,
15504,
4442,
1711,
15505,
955,
1093,
15506
],
),
"stadia_controller": SymbolsMetadata(
popularity: 5325,
codepoint: 0xf135,
categories: [10],
tags: [
4675,
5986,
345,
6408,
1744,
288,
2532,
781,
15390,
2533,
5382,
15391,
10067,
6410,
5428,
15507,
10069,
15508,
1683,
3778,
1110,
7541,
10071,
6411,
523,
4289,
2504,
9723,
4777,
593,
3520,
15394,
15509,
1297,
65,
37,
6414,
10074,
9724,
10075,
15395
],
),
"stadium": SymbolsMetadata(
popularity: 944,
codepoint: 0xeb90,
categories: [5],
tags: [
2508,
15510,
1496,
15358,
1190,
15511,
929,
15512,
6,
4453,
3715,
6630,
781,
10,
1819,
5382,
15513,
1881,
3295,
1958,
6253,
323,
324,
3652,
648,
1392,
3298,
15514,
3520,
8232,
857,
955,
10364,
2010,
2146,
332,
3858
],
),
"stairs": SymbolsMetadata(
popularity: 848,
codepoint: 0xf1a9,
categories: [16],
tags: [
480,
861,
1496,
78,
929,
12173,
2889,
313,
2814,
2890,
2418,
8471,
3784,
904,
138,
7936,
8889,
792,
2939,
468,
1624,
1625,
386,
2420,
392,
1339,
8155,
8156,
15515,
15516,
4963,
1170,
31,
1701,
3017
],
rtlAutoMirrored: true,
),
"stairs_2": SymbolsMetadata(
popularity: 98,
codepoint: 0xf46c,
categories: [16],
tags: [
861,
10423,
78,
9682,
929,
2889,
9037,
5169,
313,
2814,
2890,
2418,
7945,
904,
1623,
1083,
15517,
2939,
2233,
325,
1625,
386,
759,
8155,
8156,
15515,
15516,
4963,
955,
1701,
3017,
7196
],
rtlAutoMirrored: true,
),
"star": SymbolsMetadata(
popularity: 54251,
codepoint: 0xe838,
categories: [2],
tags: [
15518,
3495,
1693,
1132,
811,
15519,
3499,
15520,
3195,
9873,
1139,
10134,
15521,
1367,
1166,
2456,
15522,
289,
328,
795,
359,
203,
15523,
1539,
392,
857,
31,
413,
5593,
907,
5603
],
),
"star_half": SymbolsMetadata(
popularity: 6572,
codepoint: 0xe839,
categories: [2],
tags: [
3,
2464,
1693,
3111,
3486,
3499,
15524,
1479,
3637,
15525,
15526,
1139,
1367,
15527,
1166,
15528,
5600,
15529,
759,
2514,
795,
359,
203,
13799,
15530,
15531,
3504,
15532,
3505,
1539,
4465,
228,
13801,
392,
3203,
857,
291,
413,
907,
15533,
15534
],
),
"star_rate": SymbolsMetadata(
popularity: 1386,
codepoint: 0xf0ec,
categories: [2],
tags: [
3,
2464,
3494,
1693,
4078,
3486,
3498,
3499,
1479,
3195,
381,
1139,
1367,
1166,
5600,
2936,
242,
358,
63,
795,
359,
203,
15530,
3504,
3505,
1539,
4465,
363,
392,
3203,
857
],
),
"star_rate_half": SymbolsMetadata(
popularity: 155,
codepoint: 0xec45,
categories: [2],
tags: [
3,
2464,
1693,
3486,
3499,
1479,
9873,
137,
15525,
15526,
1139,
138,
1367,
15527,
2865,
5600,
226,
15529,
648,
63,
795,
359,
203,
15530,
3504,
3505,
1539,
4465,
228,
392,
3203,
857,
15535,
31,
907
],
),
"star_shine": SymbolsMetadata(
popularity: 429,
codepoint: 0xf31d,
categories: [3],
tags: [
3,
3147,
3148,
15536,
2123,
1693,
3621,
4078,
15537,
3499,
4515,
5494,
3625,
1139,
1367,
2466,
3627,
3628,
3363,
5600,
4060,
716,
63,
795,
359,
203,
3504,
3505,
1539,
8985,
4757,
7929,
3365,
3203,
857,
15535,
15538
],
),
"stars": SymbolsMetadata(
popularity: 5838,
codepoint: 0xe8d0,
categories: [6],
tags: [
3,
1360,
281,
1693,
3621,
193,
3499,
216,
13019,
904,
11231,
1139,
1367,
51,
3363,
5600,
887,
616,
851,
716,
63,
795,
359,
203,
15530,
3505,
1539,
4465,
392,
4757,
3365,
3203,
857,
3366,
245,
2451
],
),
"stars_2": SymbolsMetadata(
popularity: 77,
codepoint: 0xf31c,
categories: [3],
tags: [
3,
3147,
3148,
4076,
2123,
3494,
1693,
4078,
3499,
3500,
3195,
904,
3625,
1139,
1367,
51,
2466,
1401,
3363,
1166,
5600,
4060,
851,
63,
795,
359,
203,
3504,
3505,
363,
392,
4757,
2489,
823,
7929,
3365,
3203,
857,
3366,
31,
2198
],
),
"start": SymbolsMetadata(
popularity: 4213,
codepoint: 0xe089,
categories: [2],
tags: [
748,
77,
1268,
6345,
504,
902,
345,
1106,
346,
903,
2838,
6347,
1113,
2953,
406,
439,
1706,
325,
905,
2504,
408,
1167,
1121,
906,
1699,
1125,
2128,
454,
1690,
2198,
37
],
),
"stat_0": SymbolsMetadata(
popularity: 241,
codepoint: 0xe697,
categories: [2],
tags: [
4765,
1422,
1071,
1424,
517,
569,
373,
933,
81,
375,
1487,
1078,
234,
68,
87,
1426,
17,
1086,
22,
648,
1427,
759,
1428,
2332,
1460,
433,
14994,
746,
1429,
2469,
514
],
),
"stat_1": SymbolsMetadata(
popularity: 77,
codepoint: 0xe698,
categories: [2],
tags: [
15539,
1422,
1071,
502,
1424,
517,
569,
373,
5194,
933,
1425,
81,
375,
313,
941,
1078,
234,
1081,
68,
17,
1086,
648,
759,
3356,
1428,
3490,
2332,
14994,
746,
7260,
2468,
1701,
3017,
514
],
),
"stat_2": SymbolsMetadata(
popularity: 88,
codepoint: 0xe699,
categories: [2],
tags: [
74,
1422,
1071,
77,
502,
1424,
517,
569,
373,
81,
4375,
375,
313,
941,
1078,
234,
1081,
68,
1182,
17,
1086,
648,
1427,
759,
1428,
4179,
2332,
4180,
14994,
746,
1095,
2468,
394,
1701,
3017,
514
],
),
"stat_3": SymbolsMetadata(
popularity: 147,
codepoint: 0xe69a,
categories: [2],
tags: [
75,
1071,
77,
502,
78,
1424,
3768,
517,
569,
373,
81,
375,
313,
941,
1078,
234,
235,
17,
1086,
648,
759,
1428,
2332,
12582,
14994,
15540,
229,
7260,
551,
2278,
1701,
3017,
2469
],
),
"stat_minus_1": SymbolsMetadata(
popularity: 186,
codepoint: 0xe69b,
categories: [2],
tags: [
72,
1071,
77,
11547,
502,
373,
81,
5037,
2879,
8363,
313,
2814,
2890,
2899,
225,
1078,
51,
6806,
5265,
17,
18,
1255,
4273,
21,
648,
794,
8180,
7868,
14994,
229,
4998,
1429,
36
],
),
"stat_minus_2": SymbolsMetadata(
popularity: 58,
codepoint: 0xe69c,
categories: [2],
tags: [
74,
1422,
1071,
77,
502,
569,
373,
81,
5037,
15228,
375,
313,
2814,
2890,
964,
8472,
941,
1078,
68,
87,
1389,
226,
18,
1255,
4273,
21,
648,
759,
1428,
14994,
746,
4663,
1429,
394,
36
],
),
"stat_minus_3": SymbolsMetadata(
popularity: 65,
codepoint: 0xe69d,
categories: [2],
tags: [
75,
1422,
1071,
77,
502,
1424,
3768,
569,
373,
81,
5037,
2879,
313,
15541,
2814,
941,
1078,
68,
87,
5265,
17,
1086,
1255,
4273,
648,
432,
5919,
3490,
2332,
14994,
746,
1261,
551,
1429,
514
],
),
"stay_current_landscape": SymbolsMetadata(
popularity: 210,
codepoint: 0xe0d3,
categories: [11],
tags: [
1246,
1247,
633,
40,
5793,
193,
1842,
288,
8,
1745,
914,
2474,
5809,
1110,
699,
1253,
1595,
1777,
814,
262,
642,
507,
271,
1427,
10367,
453,
432,
15542,
470,
2538,
410,
1339,
3740,
525,
396,
3086
],
),
"steering_wheel_heat": SymbolsMetadata(
popularity: 14,
codepoint: 0xf32b,
categories: [14],
tags: [
2536,
2423,
1809,
3410,
1811,
840,
1876,
345,
2392,
1425,
2038,
216,
1108,
137,
3023,
14480,
5305,
1847,
138,
1401,
642,
151,
1339,
14457,
14458,
15543,
31,
858,
900,
1835,
3030,
3031,
860
],
),
"step": SymbolsMetadata(
popularity: 156,
codepoint: 0xf6fe,
categories: [2],
tags: [
3018,
77,
502,
9682,
12173,
313,
2976,
234,
15544,
6286,
235,
1623,
8889,
2195,
1083,
15545,
325,
1625,
759,
2923,
2420,
94,
15546,
6418,
15547,
8156,
2927,
4963,
15548,
3017,
12677,
1464
],
),
"step_into": SymbolsMetadata(
popularity: 72,
codepoint: 0xf701,
categories: [2],
tags: [
480,
861,
748,
2921,
77,
502,
902,
1744,
313,
2814,
1106,
2977,
903,
904,
2838,
87,
2939,
1749,
325,
905,
289,
1625,
2859,
1121,
759,
392,
4651,
2927,
31,
1409,
3143
],
),
"step_out": SymbolsMetadata(
popularity: 46,
codepoint: 0xf700,
categories: [2],
tags: [
861,
565,
748,
77,
502,
11442,
1209,
345,
313,
4931,
13491,
1212,
138,
1344,
2955,
1777,
11507,
5610,
325,
6209,
3047,
432,
1036,
7204,
8263,
15549,
1093,
141,
5320,
1701,
601
],
),
"step_over": SymbolsMetadata(
popularity: 112,
codepoint: 0xf6ff,
categories: [2],
tags: [
2921,
501,
460,
77,
502,
2216,
902,
345,
1311,
1312,
1104,
313,
14233,
1077,
903,
1634,
13867,
6653,
87,
325,
15550,
673,
1121,
1090,
1123,
760,
2449,
1699,
470,
1125,
8021,
509,
2927,
15551,
4599,
473
],
),
"steppers": SymbolsMetadata(
popularity: 149,
codepoint: 0xe9e7,
categories: [2],
tags: [
9451,
193,
1101,
3111,
628,
345,
1633,
1745,
1105,
1077,
488,
2816,
699,
1623,
792,
87,
2939,
88,
406,
20,
237,
325,
1586,
1625,
1090,
759,
4126,
2853,
1151,
1152,
94,
6418,
12902,
4963,
4637,
1517,
4468,
1464,
333,
2581
],
),
"steps": SymbolsMetadata(
popularity: 371,
codepoint: 0xf6da,
categories: [15],
tags: [
2508,
224,
313,
694,
2881,
2882,
15552,
9276,
697,
1623,
10421,
3474,
468,
325,
91,
3482,
1625,
1090,
759,
94,
7427,
15553,
7429,
2927,
4963,
2146,
4807,
3799
],
),
"stethoscope": SymbolsMetadata(
popularity: 217,
codepoint: 0xf805,
categories: [3],
tags: [
4452,
3132,
6965,
2373,
7639,
4254,
1761,
46,
7194,
697,
892,
4507,
5370,
1763,
10463,
4839,
1301,
1765,
5874,
894,
1767,
4274,
5376,
4261,
4180,
1293,
12998,
511,
5377,
2384,
14870,
3493
],
),
"stethoscope_arrow": SymbolsMetadata(
popularity: 12,
codepoint: 0xf807,
categories: [3],
tags: [
4452,
2921,
77,
3132,
6965,
2373,
4254,
313,
1761,
10323,
903,
697,
892,
1763,
51,
1765,
894,
1767,
1749,
325,
905,
2343,
15554,
1167,
759,
906,
898,
12998,
5377
],
),
"stethoscope_check": SymbolsMetadata(
popularity: 29,
codepoint: 0xf806,
categories: [3],
tags: [
4452,
1660,
1662,
1664,
193,
2373,
463,
2683,
2053,
4254,
1761,
1666,
15555,
15556,
697,
892,
1763,
87,
1166,
1765,
894,
1767,
5876,
1668,
4274,
5376,
1035,
362,
392,
12998,
245,
1669,
5377,
2334,
1576,
5596,
3493,
1671
],
),
"sticky_note": SymbolsMetadata(
popularity: 58,
codepoint: 0xe9e8,
categories: [12],
tags: [
2071,
15557,
15558,
1430,
2443,
15559,
7455,
1583,
583,
11611,
15560,
1480,
1585,
1481,
289,
1587,
15561,
15562,
1352,
15563,
15564,
1370,
15565,
2538,
13381,
1339,
433,
13344,
15566,
6711,
1517,
15567,
1670,
1590,
1485
],
rtlAutoMirrored: true,
),
"sticky_note_2": SymbolsMetadata(
popularity: 2553,
codepoint: 0xf1fc,
categories: [12],
tags: [
74,
500,
1693,
283,
2812,
81,
1430,
2913,
5476,
68,
88,
1166,
1583,
583,
1480,
1391,
586,
1586,
1587,
15568,
3489,
15569,
4133,
432,
1370,
433,
1589,
13344,
15566,
4480,
1517,
33,
5581,
1518,
1485
],
rtlAutoMirrored: true,
),
"stock_media": SymbolsMetadata(
popularity: 86,
codepoint: 0xf570,
categories: [12],
tags: [
1592,
2134,
959,
1268,
12302,
1523,
15570,
15571,
1197,
628,
2277,
81,
1679,
346,
5117,
1343,
490,
49,
1112,
1595,
1345,
406,
1596,
1597,
439,
1706,
1480,
57,
59,
62,
2144,
4532,
1293,
4663,
2146,
37,
15572
],
),
"stockpot": SymbolsMetadata(
popularity: 27,
codepoint: 0xf545,
categories: [8],
tags: [
6465,
6466,
15573,
6467,
5696,
4205,
4206,
12275,
6469,
6470,
4681,
3701,
6471,
3702,
2354,
4209,
3703,
1140,
1499,
6475,
6652,
4213,
7360,
11893,
3704,
15574,
15575,
15576,
6476,
1143,
3705,
6477,
6478,
5707,
1537,
15577,
13758,
15578,
6480,
6481,
6482,
6334,
7290
],
),
"stop": SymbolsMetadata(
popularity: 3849,
codepoint: 0xe047,
categories: [0],
tags: [
748,
1268,
1332,
481,
504,
1209,
1103,
345,
1743,
1744,
2125,
1212,
3500,
3450,
904,
3378,
138,
406,
1706,
1223,
2504,
408,
409,
1290,
440,
392,
1339,
2489,
433,
1226,
31,
37
],
),
"stop_circle": SymbolsMetadata(
popularity: 3748,
codepoint: 0xef71,
categories: [0],
tags: [
1268,
481,
504,
1208,
691,
193,
1103,
345,
1744,
2125,
1212,
3450,
1213,
3378,
406,
352,
1706,
1223,
2504,
408,
3430,
409,
7965,
7418,
15579,
440,
1065,
330,
433,
1226,
3453,
37,
206
],
),
"stop_screen_share": SymbolsMetadata(
popularity: 287,
codepoint: 0xe0e3,
categories: [11],
tags: [
1246,
1247,
501,
77,
4276,
1703,
1209,
571,
519,
5093,
2023,
1704,
288,
1162,
868,
8,
1055,
2125,
15580,
1212,
1110,
1253,
3686,
1705,
5097,
5327,
630,
439,
1059,
1060,
1061,
6296,
1427,
432,
15581,
410,
1528,
2029,
1067,
509,
1226,
15582,
454,
411,
65,
5103,
333,
1187
],
rtlAutoMirrored: true,
),
"storage": SymbolsMetadata(
popularity: 3135,
codepoint: 0xe1db,
categories: [4],
tags: [
1673,
1674,
6088,
3897,
1675,
519,
1310,
81,
1467,
44,
2140,
2141,
1677,
1679,
4290,
699,
68,
1082,
1470,
2794,
432,
1539,
2720,
6836,
823,
433,
1711,
1689,
65,
1464
],
),
"store": SymbolsMetadata(
popularity: 9002,
codepoint: 0xe8d1,
categories: [9],
tags: [
1513,
1930,
928,
929,
569,
11360,
930,
931,
932,
934,
1180,
576,
936,
937,
312,
1541,
938,
1387,
4910,
323,
8153,
324,
174,
1389,
1390,
3773,
948,
325,
523,
950,
951,
326,
327,
1167,
1393,
15583,
11363,
1394,
15584,
1395,
1396,
1397
],
),
"storefront": SymbolsMetadata(
popularity: 12604,
codepoint: 0xea12,
categories: [9],
tags: [
11344,
929,
569,
1647,
11360,
3696,
934,
1180,
1649,
964,
1387,
5096,
4910,
1470,
1389,
1390,
13431,
1652,
2553,
4485,
1654,
2457,
1537,
1393,
6724,
3279,
11363,
1394,
15585,
1395,
1396,
15586,
1397,
15587,
4929,
12572,
1187
],
),
"storm": SymbolsMetadata(
popularity: 420,
codepoint: 0xf070,
categories: [15],
tags: [
480,
1360,
2933,
10042,
3935,
840,
15588,
1365,
15589,
3922,
3684,
4393,
2883,
6758,
15590,
3937,
1825,
2902,
3688,
10045,
1993,
4394,
3770,
858,
3991,
6763,
206,
859,
1856,
15591
],
),
"straight": SymbolsMetadata(
popularity: 1236,
codepoint: 0xeb95,
categories: [11],
tags: [
480,
15592,
77,
502,
1423,
13842,
2392,
313,
2395,
1163,
1164,
3572,
4635,
1634,
9097,
87,
1534,
1403,
325,
1625,
1538,
703,
1152,
1169,
15593,
392,
898,
3576,
9099,
13852,
2818,
10232,
1170,
4593,
1628,
7547,
1701
],
),
"straighten": SymbolsMetadata(
popularity: 2588,
codepoint: 0xe41c,
categories: [1],
tags: [
1738,
2147,
500,
1466,
7277,
6206,
2931,
2179,
2256,
382,
699,
385,
2968,
1083,
87,
2939,
226,
17,
91,
92,
2213,
15594,
329,
15595,
2272,
298,
2818,
15596,
955,
12865,
5840,
2652,
1464
],
),
"strategy": SymbolsMetadata(
popularity: 698,
codepoint: 0xf5df,
categories: [3],
tags: [
3,
5521,
1422,
12483,
569,
373,
1385,
1104,
375,
313,
4496,
5057,
4724,
13,
9846,
5716,
1078,
234,
6286,
1623,
324,
1118,
15597,
289,
1625,
2785,
3489,
1090,
759,
1538,
5723,
245,
15598,
1227,
2989
],
),
"stream": SymbolsMetadata(
popularity: 1138,
codepoint: 0xe9e9,
categories: [0],
tags: [
480,
731,
4276,
283,
1074,
284,
1842,
15599,
44,
1274,
3684,
1726,
1077,
259,
1470,
4176,
1282,
15600,
353,
468,
2233,
267,
15601,
1733,
11329,
94,
273,
454,
65,
2058,
15602,
3830,
15603,
1855,
278
],
),
"stream_apps": SymbolsMetadata(
popularity: 29,
codepoint: 0xf79f,
categories: [11],
tags: [
1360,
1672,
15604,
501,
568,
1250,
251,
570,
15605,
2722,
572,
573,
283,
288,
1479,
1110,
583,
15606,
262,
2576,
15607,
1698,
15608,
616,
4928,
271,
15609,
432,
1260,
594,
1484,
433,
454,
411,
15610,
1296,
4848
],
),
"streetview": SymbolsMetadata(
popularity: 430,
codepoint: 0xe56e,
categories: [5],
tags: [
459,
500,
40,
1843,
316,
5795,
320,
466,
467,
1595,
323,
1085,
1534,
325,
4041,
469,
386,
327,
1392,
15611,
331,
1627,
15612,
15613,
6125,
332,
396,
475,
4318,
477,
334
],
),
"stress_management": SymbolsMetadata(
popularity: 111,
codepoint: 0xf6d9,
categories: [15],
tags: [
925,
690,
1888,
4077,
11994,
135,
15614,
13893,
14523,
15615,
2881,
1748,
9923,
697,
15616,
9160,
5718,
13610,
6028,
11910,
1614,
9161,
4531,
15617,
15618,
1959,
15619,
1483,
14530,
13901,
15620,
14620,
15621,
3142,
11914,
7028,
3493,
11917
],
),
"strikethrough_s": SymbolsMetadata(
popularity: 525,
codepoint: 0xe257,
categories: [9],
tags: [
4,
5,
4664,
1235,
6837,
1210,
1580,
1430,
1252,
7827,
680,
2153,
12,
2154,
8149,
15,
15622,
16,
9494,
9399,
2343,
15298,
1224,
9350,
15623,
1588,
1460,
3770,
8713,
4672,
31,
33,
2162,
2175,
2163,
35,
15624,
9337,
1485
],
),
"stroke_full": SymbolsMetadata(
popularity: 33,
codepoint: 0xf749,
categories: [12],
tags: [
12064,
2392,
4569,
2948,
1163,
3194,
2154,
15625,
15626,
3573,
15627,
15628,
1634,
9097,
4573,
4629,
4575,
1470,
15629,
174,
3354,
703,
1169,
4043,
13852,
3609,
1170,
8134,
15630,
3588,
4598,
907,
7547,
11256
],
),
"stroke_partial": SymbolsMetadata(
popularity: 41,
codepoint: 0xf748,
categories: [12],
tags: [
9573,
15631,
11803,
15632,
10677,
15633,
2931,
11241,
15634,
2948,
378,
381,
15635,
5904,
15636,
5902,
87,
1470,
756,
4123,
289,
3518,
15637,
15638,
3354,
759,
2514,
1152,
4043,
392,
3609,
1170,
8134,
3588,
3110,
13853
],
),
"stroller": SymbolsMetadata(
popularity: 287,
codepoint: 0xf1ae,
categories: [8],
tags: [
862,
863,
3525,
15639,
3132,
5736,
993,
5737,
997,
1026,
3529,
4634,
3531,
1006,
3533,
3535,
3652,
1032,
3296,
12646,
12647,
15640,
1918,
1395,
5743,
3543,
1629,
332,
3143,
2050,
1023
],
),
"style": SymbolsMetadata(
popularity: 1687,
codepoint: 0xe41d,
categories: [1],
tags: [
1738,
2148,
1466,
481,
7120,
5378,
6403,
628,
485,
1430,
1252,
2153,
6076,
2154,
2212,
385,
1470,
506,
70,
2157,
2275,
921,
1427,
9350,
71,
709,
955,
2160,
5766,
33,
6749,
338,
476,
1485
],
),
"styler": SymbolsMetadata(
popularity: 1476,
codepoint: 0xe273,
categories: [8],
tags: [
1474,
1858,
2133,
2635,
1325,
44,
378,
1252,
2642,
14609,
137,
15641,
2692,
5672,
384,
1111,
1166,
1143,
1480,
586,
4517,
328,
2330,
362,
5633,
4565,
1170,
2160,
15642,
9432,
65,
4841,
511,
1485
],
),
"stylus": SymbolsMetadata(
popularity: 117,
codepoint: 0xf604,
categories: [4],
tags: [
1474,
15643,
1578,
1325,
2277,
15644,
485,
9428,
2780,
1252,
680,
2153,
15645,
1111,
10071,
9098,
1698,
647,
887,
15646,
4517,
2621,
1167,
2859,
11121,
5633,
10303,
15647,
9432,
15648,
1297,
65,
15649,
12178,
1590,
1485
],
),
"stylus_brush": SymbolsMetadata(
popularity: 5,
codepoint: 0xf366,
categories: [12],
tags: [
1592,
15643,
2133,
3072,
1325,
15644,
485,
44,
2780,
15650,
378,
1252,
680,
137,
15651,
384,
87,
3077,
8139,
3079,
4517,
328,
4565,
1170,
9432,
525,
4841,
511,
10445,
1409,
1590,
1485,
7829
],
),
"stylus_fountain_pen": SymbolsMetadata(
popularity: 22,
codepoint: 0xf365,
categories: [12],
tags: [
1592,
15643,
3072,
15652,
2277,
485,
2948,
2780,
378,
4838,
1252,
680,
2153,
3092,
1164,
12922,
10710,
384,
4839,
87,
492,
3077,
3079,
4517,
2902,
392,
644,
5633,
9432,
33,
511,
10445,
1590,
1485,
7829
],
),
"stylus_highlighter": SymbolsMetadata(
popularity: 3,
codepoint: 0xf364,
categories: [12],
tags: [
7815,
1592,
3072,
2277,
1787,
485,
2948,
44,
1430,
2780,
378,
1252,
680,
1139,
9429,
384,
1111,
87,
1166,
174,
1480,
3077,
3079,
4517,
1167,
4565,
9432,
525,
33,
511,
10445,
1590,
1485
],
),
"stylus_laser_pointer": SymbolsMetadata(
popularity: 63,
codepoint: 0xf747,
categories: [12],
tags: [
1922,
1474,
9014,
283,
1787,
288,
2948,
9428,
8,
3092,
3625,
2816,
9430,
1111,
15653,
3627,
87,
174,
5097,
4517,
328,
1167,
2859,
1427,
3629,
410,
15654,
9432,
10327,
4841,
511,
1518
],
),
"stylus_note": SymbolsMetadata(
popularity: 253,
codepoint: 0xf603,
categories: [4],
tags: [
7815,
1578,
1325,
485,
44,
3074,
15655,
1430,
4511,
2780,
378,
4838,
1252,
680,
147,
488,
1111,
87,
887,
1480,
1586,
1587,
4517,
2621,
432,
898,
5633,
1170,
9432,
525,
33,
1590,
1485
],
),
"stylus_pen": SymbolsMetadata(
popularity: 3,
codepoint: 0xf363,
categories: [12],
tags: [
1922,
7815,
1592,
3072,
2277,
485,
2948,
9428,
2780,
378,
1252,
680,
15656,
137,
384,
1111,
4839,
15646,
492,
3077,
3079,
4517,
1167,
644,
5633,
14914,
10303,
9432,
31,
15648,
13226,
511,
10445,
1590,
1485,
15657
],
),
"stylus_pencil": SymbolsMetadata(
popularity: 12,
codepoint: 0xf362,
categories: [12],
tags: [
1922,
1474,
1592,
2133,
3072,
2277,
485,
4837,
2948,
9428,
2780,
378,
1252,
680,
2153,
12922,
1111,
1480,
15646,
7197,
3077,
3079,
4517,
2621,
2936,
1167,
5633,
15658,
4565,
9432,
15648,
4841,
511,
10445,
1590,
3062,
1485
],
),
"subdirectory_arrow_left": SymbolsMetadata(
popularity: 949,
codepoint: 0xe5d9,
categories: [2],
tags: [
500,
77,
2441,
504,
345,
2931,
313,
1541,
2814,
147,
1680,
2825,
1080,
2839,
2195,
9880,
87,
2870,
325,
1625,
328,
1124,
2831,
955,
15659,
15660,
31,
907,
1701
],
),
"subdirectory_arrow_right": SymbolsMetadata(
popularity: 2516,
codepoint: 0xe5da,
categories: [2],
tags: [
500,
77,
7277,
902,
2812,
2931,
313,
1541,
2814,
1212,
147,
1680,
903,
2816,
2212,
6653,
87,
1314,
583,
1749,
325,
905,
1625,
1167,
1482,
1124,
906,
1538,
15659,
15660,
31,
473
],
),
"subheader": SymbolsMetadata(
popularity: 35,
codepoint: 0xe9ea,
categories: [2],
tags: [
1672,
501,
7282,
2842,
1209,
912,
2701,
628,
485,
313,
2814,
2891,
914,
2913,
2915,
1080,
51,
1344,
385,
2195,
506,
262,
630,
325,
2922,
289,
271,
1167,
2894,
906,
410,
1151,
2007,
2833,
955,
15661,
525,
1263,
1690,
141,
2945,
1701,
1348,
333,
1186,
1187
],
),
"subject": SymbolsMetadata(
popularity: 1737,
codepoint: 0xe8d2,
categories: [12],
tags: [
2148,
6620,
865,
4842,
568,
570,
572,
283,
2725,
1580,
1430,
2286,
2274,
871,
15662,
138,
68,
15663,
1401,
2182,
88,
1480,
2719,
2331,
15664,
3944,
3945,
2538,
392,
433,
12863,
880,
31,
33,
1485
],
rtlAutoMirrored: true,
),
"subscript": SymbolsMetadata(
popularity: 230,
codepoint: 0xf111,
categories: [12],
tags: [
74,
627,
12064,
5,
5968,
1580,
1430,
1252,
680,
2153,
629,
3196,
2154,
10384,
173,
5265,
793,
10385,
21,
3688,
4180,
1588,
6360,
1460,
2160,
15665,
31,
33,
2174,
6680,
2163,
35,
15666,
338,
1485,
9416,
3993
],
),
"subscriptions": SymbolsMetadata(
popularity: 3449,
codepoint: 0xe064,
categories: [0],
tags: [
480,
1360,
2582,
1672,
501,
1362,
504,
732,
15667,
193,
283,
628,
44,
2618,
1726,
137,
138,
1344,
88,
406,
262,
2456,
1259,
91,
2504,
14206,
2626,
1711,
1372,
15668,
31,
65,
907,
2451,
4141,
333,
1186
],
),
"subtitles": SymbolsMetadata(
popularity: 1682,
codepoint: 0xe048,
categories: [0],
tags: [
862,
863,
1268,
5925,
5926,
3306,
5,
4239,
5936,
345,
1475,
7695,
5928,
2725,
8,
346,
5933,
5225,
1470,
15669,
406,
354,
3341,
355,
1733,
408,
2885,
432,
410,
594,
433,
5930,
5931,
33,
97,
7230,
5932,
2030,
338,
37
],
),
"subtitles_gear": SymbolsMetadata(
popularity: 26,
codepoint: 0xf355,
categories: [0],
tags: [
862,
863,
1738,
5925,
5926,
3306,
5,
4239,
15670,
8092,
685,
345,
5928,
145,
346,
1776,
293,
68,
1344,
5225,
15669,
5317,
406,
407,
354,
3341,
70,
920,
921,
652,
71,
2007,
5930,
5931,
33,
511,
5932,
2030,
141,
37,
543,
12696
],
),
"subtitles_off": SymbolsMetadata(
popularity: 382,
codepoint: 0xef72,
categories: [12],
tags: [
862,
15671,
863,
1268,
5925,
15672,
15673,
3306,
15674,
4239,
15675,
15676,
1162,
1300,
868,
1055,
346,
5225,
15669,
352,
354,
3269,
1059,
1061,
432,
1067,
1293,
433,
411,
5930,
5931,
15677,
15678,
10120,
10121,
4323,
7230,
5166,
2030,
37,
444
],
),
"subway": SymbolsMetadata(
popularity: 714,
codepoint: 0xe56f,
categories: [14],
tags: [
1809,
4144,
1811,
1812,
2548,
4944,
2035,
87,
1534,
4903,
4358,
267,
15679,
6986,
2046,
4360,
15680,
7316,
4361,
1538,
4161,
3542,
4364,
4365,
15681,
1979,
15682,
900,
1629,
332,
1981,
10050,
7330,
1506,
15683,
4951,
1835
],
),
"summarize": SymbolsMetadata(
popularity: 6107,
codepoint: 0xf071,
categories: [12],
tags: [
502,
633,
504,
345,
2337,
15684,
8,
1580,
1430,
2338,
914,
488,
6355,
1696,
234,
49,
3035,
235,
88,
1116,
2342,
406,
506,
642,
1480,
2343,
1427,
1428,
391,
298,
433,
3070,
413,
37,
396,
8684,
1187,
8268
],
),
"sunny": SymbolsMetadata(
popularity: 6246,
codepoint: 0xe81a,
categories: [3],
tags: [
4076,
9014,
3621,
193,
840,
842,
2124,
15685,
3684,
1843,
2883,
3625,
1610,
3025,
3627,
5859,
1825,
3652,
15686,
4749,
8985,
4750,
2369,
1598,
4044,
858,
3829,
859,
12949,
10288
],
),
"sunny_snowing": SymbolsMetadata(
popularity: 828,
codepoint: 0xe819,
categories: [3],
tags: [
1672,
3621,
780,
840,
841,
2876,
846,
1843,
847,
2883,
138,
5859,
1825,
15687,
10044,
1428,
12027,
1993,
855,
856,
13742,
1598,
4044,
858,
141,
859,
860
],
),
"superscript": SymbolsMetadata(
popularity: 274,
codepoint: 0xf112,
categories: [12],
tags: [
74,
627,
791,
5,
7,
1580,
1430,
1252,
680,
2153,
7932,
629,
15688,
2154,
9676,
10384,
173,
15,
793,
6543,
15689,
10385,
21,
149,
3688,
3562,
1588,
15690,
1460,
2160,
3015,
15691,
31,
33,
35,
338,
2201,
1485,
3993
],
),
"supervised_user_circle": SymbolsMetadata(
popularity: 3233,
codepoint: 0xe939,
categories: [6],
tags: [
565,
1041,
566,
993,
193,
345,
577,
1026,
225,
1027,
977,
581,
1006,
5226,
15692,
1032,
8297,
4074,
588,
589,
1034,
590,
1065,
705,
1773,
986,
888,
5744,
15693,
5745,
10015,
601,
15694,
991,
5746
],
),
"supervised_user_circle_off": SymbolsMetadata(
popularity: 25,
codepoint: 0xf60e,
categories: [6],
tags: [
861,
565,
1041,
566,
1051,
993,
193,
345,
5920,
868,
1055,
577,
1027,
581,
1056,
1029,
1059,
1060,
1061,
1032,
8297,
4074,
588,
1778,
589,
1034,
590,
1048,
2613,
1065,
1066,
1036,
1067,
5744,
15695,
5745,
10015,
1068,
601
],
),
"supervisor_account": SymbolsMetadata(
popularity: 7390,
codepoint: 0xe8d3,
categories: [6],
tags: [
861,
565,
1041,
1755,
1552,
566,
481,
685,
345,
1743,
10014,
577,
1026,
83,
1027,
581,
1028,
1667,
70,
1032,
8297,
2611,
15696,
4074,
588,
589,
921,
590,
15697,
1225,
705,
1036,
71,
5744,
10015,
15698,
15699,
601,
991,
15700
],
),
"support": SymbolsMetadata(
popularity: 3751,
codepoint: 0xef73,
categories: [6],
tags: [
10241,
2677,
3129,
865,
566,
1332,
15701,
1270,
15702,
283,
975,
4696,
2704,
977,
7709,
7042,
871,
581,
68,
3959,
15703,
3793,
289,
589,
271,
3944,
15704,
2431,
3187,
705,
652,
888,
1339,
880,
881
],
),
"support_agent": SymbolsMetadata(
popularity: 14206,
codepoint: 0xf0e2,
categories: [3],
tags: [
15705,
2677,
6620,
865,
566,
568,
1270,
3132,
570,
283,
15706,
975,
1475,
10544,
5032,
1476,
2725,
577,
977,
7708,
7042,
871,
523,
10545,
589,
590,
3944,
15704,
652,
1484,
880,
1296,
15707
],
),
"surfing": SymbolsMetadata(
popularity: 979,
codepoint: 0xe515,
categories: [15],
tags: [
748,
2508,
7323,
7539,
4037,
5711,
690,
781,
11,
11006,
225,
137,
7541,
581,
138,
384,
979,
1958,
468,
2485,
3652,
289,
588,
589,
3298,
2421,
888,
14261,
30,
3520,
9138,
2369,
15708,
11010,
31,
1960,
3830,
1854
],
),
"surgical": SymbolsMetadata(
popularity: 23,
codepoint: 0xe131,
categories: [3],
tags: [
2933,
6330,
2373,
6326,
5387,
1761,
697,
892,
1763,
15709,
4839,
4829,
87,
894,
7023,
1767,
5876,
15710,
1119,
328,
2902,
2988,
15711,
644,
13598,
11781,
511,
5377,
1690
],
),
"surround_sound": SymbolsMetadata(
popularity: 211,
codepoint: 0xe049,
categories: [0],
tags: [
15712,
2210,
1268,
15713,
12440,
732,
15667,
344,
193,
685,
345,
781,
3340,
466,
406,
354,
439,
1706,
408,
71,
273,
1293,
3345,
15169,
1294,
12445,
9666,
15170,
1093,
3347,
37,
554,
15714,
278
],
),
"swap_calls": SymbolsMetadata(
popularity: 642,
codepoint: 0xe0d7,
categories: [7],
tags: [
77,
6049,
502,
2962,
15715,
9058,
1272,
1073,
284,
288,
313,
3276,
10772,
3422,
262,
91,
271,
4665,
2269,
2831,
1528,
6213,
95,
3964,
2402,
1406,
413,
526,
4309,
4952,
15716,
13692
],
),
"swap_driving_apps": SymbolsMetadata(
popularity: 51,
codepoint: 0xe69e,
categories: [14],
tags: [
2388,
2700,
2584,
502,
1809,
1811,
1812,
1742,
2035,
15717,
15718,
753,
313,
2395,
2038,
15719,
3276,
1623,
15720,
324,
1534,
325,
2831,
1626,
470,
1538,
6213,
3964,
2402,
526,
900,
332,
15721,
1835
],
),
"swap_driving_apps_wheel": SymbolsMetadata(
popularity: 137,
codepoint: 0xe69f,
categories: [14],
tags: [
15722,
15723,
2700,
2584,
2423,
1809,
3410,
1811,
1812,
1742,
193,
345,
1425,
313,
2038,
15724,
15725,
3276,
1534,
642,
921,
3199,
71,
6773,
4751,
14458,
3964,
2402,
413,
1629,
1835,
3303,
15726
],
),
"swap_horiz": SymbolsMetadata(
popularity: 5154,
codepoint: 0xe8d4,
categories: [2],
tags: [
1591,
77,
502,
2441,
1742,
615,
313,
15727,
3276,
1077,
903,
699,
15728,
5609,
1749,
468,
6201,
507,
4665,
2269,
3607,
1699,
6213,
95,
3964,
2402,
956,
526,
512,
4952
],
),
"swap_horizontal_circle": SymbolsMetadata(
popularity: 1559,
codepoint: 0xe933,
categories: [2],
tags: [
1591,
77,
502,
2441,
15729,
504,
1742,
193,
462,
284,
6433,
937,
753,
313,
2965,
3276,
15730,
1077,
903,
699,
1314,
468,
2831,
470,
330,
6213,
10900,
3964,
2402,
4929,
956,
526
],
),
"swap_vert": SymbolsMetadata(
popularity: 4856,
codepoint: 0xe8d5,
categories: [2],
tags: [
77,
502,
2962,
284,
81,
313,
15731,
1430,
2814,
3276,
1695,
147,
1077,
1594,
4356,
1314,
1749,
325,
1090,
2269,
10743,
95,
8717,
3964,
2402,
764,
765,
956,
526,
1701,
9522,
12122,
1464
],
),
"swap_vertical_circle": SymbolsMetadata(
popularity: 1126,
codepoint: 0xe8d6,
categories: [2],
tags: [
77,
502,
2962,
1742,
193,
462,
283,
628,
81,
313,
2814,
3276,
1077,
1749,
2969,
507,
4665,
2269,
2831,
471,
330,
95,
8717,
3964,
2402,
526,
5959,
1701,
1464
],
),
"sweep": SymbolsMetadata(
popularity: 125,
codepoint: 0xe6ac,
categories: [2],
tags: [
1660,
5829,
3072,
1662,
5843,
810,
1863,
780,
1210,
3864,
5832,
1140,
1499,
5833,
5834,
12087,
5835,
3961,
492,
92,
1224,
362,
392,
888,
2489,
5838,
1669,
5840,
511,
1671
],
),
"swipe": SymbolsMetadata(
popularity: 1682,
codepoint: 0xe9ec,
categories: [6],
tags: [
748,
341,
77,
502,
345,
1787,
313,
4633,
2689,
2690,
2816,
2692,
2075,
871,
699,
51,
700,
1612,
2195,
262,
353,
468,
325,
6477,
1167,
759,
906,
2853,
4520,
4637,
1792,
4309,
4468
],
),
"swipe_down": SymbolsMetadata(
popularity: 1165,
codepoint: 0xeb53,
categories: [2],
tags: [
748,
502,
15732,
345,
313,
1300,
2814,
2573,
15733,
4327,
1789,
2690,
137,
2692,
2075,
15367,
1111,
1612,
3451,
262,
7440,
325,
2884,
14130,
15734,
760,
410,
2853,
12194,
3770,
15400,
15735,
15736,
31,
15737,
1792,
12178,
5593,
15738
],
),
"swipe_down_alt": SymbolsMetadata(
popularity: 574,
codepoint: 0xeb30,
categories: [2],
tags: [
748,
2386,
1591,
502,
313,
1300,
2814,
1639,
4633,
4327,
1789,
2690,
2816,
15739,
2075,
15367,
5801,
51,
700,
1612,
1344,
262,
353,
1749,
325,
1167,
14130,
410,
2853,
3770,
15400,
15735,
15736,
15737,
1791,
1792,
5087,
907
],
),
"swipe_left": SymbolsMetadata(
popularity: 2159,
codepoint: 0xeb59,
categories: [2],
tags: [
748,
1672,
77,
502,
2441,
504,
1103,
345,
313,
4633,
1789,
5085,
2690,
3168,
2692,
15367,
51,
700,
1612,
2195,
262,
1749,
468,
325,
1167,
2828,
5590,
5039,
2853,
10900,
4520,
3770,
15400,
4637,
15740,
15737,
1792,
141,
1348
],
),
"swipe_left_alt": SymbolsMetadata(
popularity: 576,
codepoint: 0xeb33,
categories: [2],
tags: [
2386,
1673,
77,
502,
345,
1210,
313,
4647,
1789,
2690,
15741,
2692,
15367,
699,
51,
1612,
1344,
2195,
1749,
468,
325,
905,
1167,
2828,
5039,
2894,
410,
2853,
2895,
4520,
3770,
15400,
4637,
15737,
1792
],
),
"swipe_right": SymbolsMetadata(
popularity: 1765,
codepoint: 0xeb52,
categories: [2],
tags: [
1658,
748,
2921,
1672,
77,
502,
1103,
44,
313,
1789,
903,
2690,
13357,
137,
2075,
15367,
15742,
51,
1612,
1344,
262,
353,
1749,
325,
905,
1167,
2859,
759,
906,
410,
3770,
15400,
15743,
15736,
15737,
1792,
12178,
907,
15744,
1186
],
),
"swipe_right_alt": SymbolsMetadata(
popularity: 552,
codepoint: 0xeb56,
categories: [2],
tags: [
1658,
748,
2386,
77,
502,
345,
1787,
313,
4633,
1789,
903,
2690,
2075,
15367,
51,
700,
1344,
262,
468,
325,
905,
1167,
906,
410,
273,
8021,
4520,
3770,
15400,
4637,
15736,
15737,
1792,
4468
],
),
"swipe_up": SymbolsMetadata(
popularity: 1933,
codepoint: 0xeb2e,
categories: [2],
tags: [
9573,
77,
502,
2842,
810,
2931,
313,
1300,
4327,
1789,
2690,
2692,
2075,
15367,
51,
1612,
87,
814,
262,
15745,
353,
2870,
325,
289,
1167,
5590,
2875,
1339,
3770,
15400,
15746,
15736,
15737,
1792,
5087,
1701,
3017
],
),
"swipe_up_alt": SymbolsMetadata(
popularity: 550,
codepoint: 0xeb35,
categories: [2],
tags: [
748,
2386,
2388,
15747,
77,
6241,
502,
345,
313,
1300,
4327,
1789,
2690,
2075,
15367,
51,
467,
1344,
262,
468,
325,
1167,
410,
2853,
2875,
3770,
15400,
4637,
15746,
15736,
15737,
1792,
5087,
5593,
1701,
3017,
4652,
15748
],
),
"swipe_vertical": SymbolsMetadata(
popularity: 1044,
codepoint: 0xeb51,
categories: [2],
tags: [
748,
502,
345,
44,
313,
2814,
4633,
15733,
15749,
1789,
15750,
2690,
2692,
2075,
15367,
1111,
1612,
262,
1749,
468,
325,
1167,
2853,
12194,
2875,
3770,
15400,
4637,
15736,
15737,
65,
1792,
5087,
15751,
1701,
15752,
15753,
15754
],
),
"switch_": SymbolsMetadata(
originalName: "switch",
popularity: 425,
codepoint: 0xe1f4,
categories: [8],
tags: [
748,
4325,
1738,
504,
684,
685,
345,
2601,
288,
1300,
4327,
51,
1112,
1029,
642,
1143,
1059,
1061,
355,
70,
6692,
3688,
921,
432,
362,
363,
151,
71,
3476,
4249,
2402,
1093,
413,
4309
],
),
"switch_access": SymbolsMetadata(
popularity: 53,
codepoint: 0xf6fd,
categories: [2],
tags: [
480,
861,
862,
4325,
864,
2388,
865,
2123,
504,
685,
345,
288,
867,
2532,
216,
1108,
1140,
1111,
8549,
5317,
325,
1059,
1061,
362,
151,
1292,
2710,
4249,
2402,
1093,
65,
413
],
),
"switch_access_2": SymbolsMetadata(
popularity: 68,
codepoint: 0xf506,
categories: [2],
tags: [
861,
862,
15755,
1265,
1738,
15756,
1672,
501,
77,
502,
910,
10290,
2701,
685,
284,
345,
6408,
1236,
485,
288,
12452,
313,
1300,
4327,
1212,
10071,
10937,
1344,
3451,
262,
875,
325,
14690,
15757,
906,
410,
362,
2903,
71,
2833,
2402,
15758,
12041,
413,
141,
1348,
333,
1186
],
rtlAutoMirrored: true,
),
"switch_access_3": SymbolsMetadata(
popularity: 18,
codepoint: 0xf34d,
categories: [2],
tags: [
861,
862,
748,
12482,
1672,
501,
77,
502,
504,
684,
10290,
1103,
2701,
345,
1744,
485,
288,
313,
1300,
4327,
1212,
1111,
1612,
1344,
1470,
506,
262,
1624,
325,
1059,
1061,
355,
3688,
906,
410,
362,
363,
151,
2833,
4249,
2402,
1093,
551,
413,
141,
1348,
333,
1186
],
rtlAutoMirrored: true,
),
"switch_access_shortcut": SymbolsMetadata(
popularity: 3069,
codepoint: 0xe7e1,
categories: [2],
tags: [
861,
7522,
862,
12482,
15759,
77,
502,
865,
910,
504,
5441,
284,
345,
288,
313,
867,
2532,
15760,
10933,
10937,
3451,
1314,
1029,
325,
887,
6209,
12037,
4289,
7165,
151,
1128,
2402,
31,
65,
413,
1701,
7723,
278
],
),
"switch_access_shortcut_add": SymbolsMetadata(
popularity: 1664,
codepoint: 0xe7e2,
categories: [2],
tags: [
231,
861,
862,
745,
77,
502,
504,
345,
1787,
313,
1748,
1139,
1111,
467,
5317,
325,
887,
6209,
12037,
355,
239,
1167,
363,
151,
1128,
2402,
31,
413,
1701
],
),
"switch_account": SymbolsMetadata(
popularity: 1308,
codepoint: 0xe9ed,
categories: [15],
tags: [
861,
5314,
565,
1040,
973,
502,
2962,
15761,
15762,
2391,
193,
3276,
577,
977,
581,
978,
980,
5610,
15763,
1749,
2455,
15764,
70,
588,
589,
4015,
590,
15765,
6213,
986,
888,
593,
1711,
2402,
15766,
526,
4952,
601,
991,
15767,
602
],
),
"switch_camera": SymbolsMetadata(
popularity: 300,
codepoint: 0xe41e,
categories: [1],
tags: [
1672,
501,
77,
502,
5139,
40,
9064,
42,
5143,
283,
628,
1593,
288,
5145,
2745,
406,
262,
57,
59,
62,
2750,
453,
432,
5147,
5148,
2402,
2753,
15768,
4952,
37,
5149,
434
],
),
"switch_left": SymbolsMetadata(
popularity: 1200,
codepoint: 0xf1d1,
categories: [2],
tags: [
12482,
502,
504,
193,
345,
6423,
12452,
2271,
15769,
1164,
216,
4634,
699,
51,
1612,
2195,
325,
12037,
355,
6692,
358,
15770,
363,
151,
3476,
4249,
15771,
2402,
15772,
413,
15773,
2146,
907
],
),
"switch_right": SymbolsMetadata(
popularity: 1015,
codepoint: 0xf1d2,
categories: [2],
tags: [
749,
77,
502,
504,
685,
345,
313,
2271,
1222,
51,
1749,
325,
1059,
1061,
355,
329,
358,
906,
363,
151,
6213,
3476,
4249,
2402,
413
],
),
"switch_video": SymbolsMetadata(
popularity: 261,
codepoint: 0xe41f,
categories: [1],
tags: [
77,
502,
5139,
5977,
1270,
40,
9064,
5092,
15774,
5140,
5141,
2740,
5143,
5093,
5106,
5145,
2745,
59,
453,
9066,
5147,
5148,
411,
2402,
2753,
15775,
15768,
37,
5103,
5149,
15776,
2507,
15777
],
),
"switches": SymbolsMetadata(
popularity: 170,
codepoint: 0xe733,
categories: [2],
tags: [
2104,
12482,
2210,
15778,
504,
1100,
685,
15779,
345,
15780,
1744,
15781,
2012,
6423,
485,
868,
15782,
1055,
15783,
1029,
1059,
1061,
12037,
15784,
70,
15785,
919,
921,
15786,
71,
7084,
15787,
1752,
2402,
10745,
15788,
413,
15789,
141,
1348
],
),
"sword_rose": SymbolsMetadata(
popularity: 47,
codepoint: 0xf5de,
categories: [3],
tags: [
15790,
6330,
8836,
8837,
15418,
15791,
4860,
15792,
15419,
2353,
6869,
5382,
5716,
234,
4634,
5717,
2360,
3363,
15793,
1825,
1826,
328,
3688,
5186,
15794,
644,
7988,
649,
15795,
15796,
15797,
15798,
15799
],
),
"swords": SymbolsMetadata(
popularity: 903,
codepoint: 0xf889,
categories: [15],
tags: [
14521,
11898,
4397,
15790,
5713,
15800,
15418,
6,
15801,
15802,
15803,
3954,
15804,
7659,
15805,
15806,
5382,
4484,
137,
5463,
138,
5717,
5466,
9538,
15807,
15795,
15808,
31,
394,
1409,
6197,
15796,
15809
],
),
"symptoms": SymbolsMetadata(
popularity: 25,
codepoint: 0xe132,
categories: [3],
tags: [
15810,
373,
2373,
842,
15811,
81,
4254,
2375,
1761,
2899,
4270,
5795,
2495,
14862,
14864,
1078,
15812,
697,
11769,
4255,
892,
1763,
2377,
15813,
894,
15814,
15815,
15816,
1767,
5876,
12796,
4274,
2382,
9250,
2383,
15817,
2384
],
),
"synagogue": SymbolsMetadata(
popularity: 306,
codepoint: 0xeab0,
categories: [5],
tags: [
1496,
929,
5778,
2548,
574,
12123,
5779,
9462,
5782,
5181,
15818,
15819,
15820,
15821,
15822,
3295,
2784,
5784,
5185,
5785,
15823,
5187,
857,
15824,
955,
15825,
5790,
3302,
332,
1506,
5193
],
),
"sync": SymbolsMetadata(
popularity: 11796,
codepoint: 0xe627,
categories: [2],
tags: [
458,
2147,
460,
77,
502,
462,
1675,
284,
14197,
752,
1842,
753,
81,
313,
3276,
3439,
10409,
3039,
3440,
757,
1090,
3373,
760,
761,
2449,
2269,
2796,
470,
471,
764,
5905,
765,
526,
473,
2451
],
),
"sync_alt": SymbolsMetadata(
popularity: 7878,
codepoint: 0xea18,
categories: [2],
tags: [
2386,
77,
502,
15729,
1742,
193,
462,
4293,
284,
753,
81,
313,
2965,
3276,
1077,
699,
1612,
259,
1314,
757,
6692,
1090,
5611,
760,
3426,
330,
3964,
2402,
764,
765,
65,
526,
7334,
1701,
2451,
277
],
),
"sync_arrow_down": SymbolsMetadata(
popularity: 19,
codepoint: 0xf37c,
categories: [2],
tags: [
458,
460,
77,
502,
15826,
193,
5144,
284,
753,
81,
3421,
15827,
615,
15828,
313,
12189,
2814,
2573,
520,
7571,
3276,
3439,
3039,
3440,
468,
325,
1090,
760,
9630,
761,
2449,
470,
15829,
764,
15830,
765,
526,
473,
4952,
1701,
2451,
15831
],
),
"sync_arrow_up": SymbolsMetadata(
popularity: 17,
codepoint: 0xf37b,
categories: [2],
tags: [
458,
460,
77,
502,
193,
1675,
2998,
284,
15832,
81,
3421,
615,
313,
2864,
2814,
3439,
3039,
756,
3440,
757,
15833,
325,
267,
1090,
759,
760,
2449,
470,
5962,
2720,
764,
765,
1093,
4292,
473,
1701,
98,
2451,
527
],
),
"sync_desktop": SymbolsMetadata(
popularity: 22,
codepoint: 0xf41a,
categories: [2],
tags: [
458,
1247,
1307,
460,
77,
502,
2962,
1703,
193,
5144,
1675,
15834,
519,
284,
753,
81,
15835,
615,
1704,
288,
15836,
313,
868,
8,
1055,
3276,
1110,
3439,
2844,
3686,
3039,
3440,
1705,
630,
267,
1059,
1061,
760,
2449,
470,
410,
1067,
764,
5905,
765,
65,
526,
473,
4952,
2451,
333,
1187
],
),
"sync_disabled": SymbolsMetadata(
popularity: 1105,
codepoint: 0xe628,
categories: [2],
tags: [
458,
460,
77,
502,
12785,
10677,
15837,
193,
5144,
15838,
1162,
313,
868,
3261,
1055,
1222,
3439,
87,
3039,
3440,
6428,
15839,
15840,
1059,
1060,
1061,
15841,
15842,
2449,
470,
1067,
15843,
764,
15844,
15845,
473,
4952,
1331,
1068,
15846
],
),
"sync_lock": SymbolsMetadata(
popularity: 478,
codepoint: 0xeaee,
categories: [13],
tags: [
861,
5314,
460,
77,
502,
193,
5144,
284,
81,
5947,
15847,
1112,
1777,
1056,
757,
267,
5318,
1034,
1063,
3185,
1574,
760,
2449,
1065,
470,
705,
1773,
1036,
764,
15848,
765,
1093,
473,
2451
],
),
"sync_problem": SymbolsMetadata(
popularity: 2682,
codepoint: 0xe629,
categories: [2],
tags: [
3104,
458,
1360,
460,
77,
502,
1361,
691,
5144,
1675,
15834,
15849,
1365,
6793,
6794,
313,
2714,
1366,
3915,
4786,
2715,
1367,
3439,
2716,
3039,
3440,
1166,
4789,
616,
2719,
15850,
2449,
9635,
470,
31,
764,
15851,
15852,
15853,
15854,
15855,
1690,
473,
15856,
206
],
),
"sync_saved_locally": SymbolsMetadata(
popularity: 236,
codepoint: 0xf820,
categories: [2],
tags: [
1247,
1658,
1307,
1660,
77,
15857,
7566,
1674,
1664,
1703,
193,
463,
519,
81,
1704,
288,
868,
8,
1666,
2573,
520,
1055,
1679,
4290,
1110,
2844,
3686,
15858,
15859,
1705,
630,
1059,
1060,
12743,
12745,
1668,
1061,
289,
1035,
8384,
15860,
410,
362,
1067,
1689,
764,
15861,
765,
1669,
526,
2334,
1576,
333,
1187,
1671
],
),
"syringe": SymbolsMetadata(
popularity: 47,
codepoint: 0xe133,
categories: [3],
tags: [
1756,
864,
11946,
3132,
2373,
14271,
1761,
15862,
5205,
46,
2511,
697,
892,
1763,
15863,
15864,
4839,
4176,
1765,
894,
4258,
1767,
6208,
9118,
1768,
5523,
11954,
3142,
511,
5377,
15865,
10617,
15866
],
),
"system_update": SymbolsMetadata(
popularity: 949,
codepoint: 0xe62a,
categories: [11],
tags: [
1246,
1247,
1672,
501,
77,
11547,
502,
1250,
288,
313,
2814,
520,
15867,
5945,
15868,
1110,
1253,
1697,
15869,
262,
2576,
1698,
15870,
13197,
271,
1122,
432,
1036,
15871,
509,
1093,
14503,
525,
2451,
1944
],
),
"system_update_alt": SymbolsMetadata(
popularity: 2006,
codepoint: 0xe8d7,
categories: [2],
tags: [
501,
77,
1674,
1675,
519,
615,
288,
2814,
2573,
520,
1695,
2999,
7927,
259,
756,
3961,
630,
267,
759,
760,
3663,
410,
1036,
2720,
15872,
764,
765,
1093,
14503,
65,
2451,
1944,
527
],
),
"tab": SymbolsMetadata(
popularity: 1083,
codepoint: 0xe8d8,
categories: [2],
tags: [
3240,
3098,
15873,
15874,
15875,
15876,
1179,
15877,
15878,
12556,
519,
13472,
1704,
1430,
15879,
2141,
15880,
1680,
259,
15881,
15882,
14520,
3247,
2956,
2957,
3249,
15883,
15884,
15885,
15886,
4480,
12201,
333,
4821,
1186,
1187,
15328,
1229
],
),
"tab_close": SymbolsMetadata(
popularity: 54,
codepoint: 0xf745,
categories: [2],
tags: [
5161,
748,
501,
1179,
504,
1208,
780,
1209,
345,
1724,
1235,
6326,
2392,
754,
1210,
4647,
1580,
1430,
3661,
2125,
1212,
147,
1344,
259,
1166,
2455,
3198,
5080,
3269,
1059,
4248,
1224,
362,
363,
7520,
5923,
1711,
1226,
4480,
12201,
5166,
333,
1187,
3993
],
),
"tab_close_inactive": SymbolsMetadata(
popularity: 12,
codepoint: 0xf3d0,
categories: [2],
tags: [
501,
1332,
1179,
1208,
780,
1209,
345,
1724,
1235,
6326,
2392,
754,
1210,
868,
4647,
1580,
1430,
3661,
1212,
15887,
147,
5405,
1222,
1344,
814,
2455,
3269,
1059,
289,
4604,
1122,
4248,
1224,
362,
363,
1339,
1711,
1226,
3045,
4480,
12201,
1068,
1187,
3993
],
),
"tab_close_right": SymbolsMetadata(
popularity: 13,
codepoint: 0xf746,
categories: [2],
tags: [
501,
77,
1179,
1208,
780,
1209,
628,
1235,
1210,
4647,
1580,
1430,
3661,
1212,
147,
348,
4635,
259,
1749,
5922,
1059,
2343,
919,
1122,
4248,
432,
1224,
906,
7520,
2942,
1226,
4480,
3453,
14966,
396,
333,
1187,
3993
],
rtlAutoMirrored: true,
),
"tab_duplicate": SymbolsMetadata(
popularity: 59,
codepoint: 0xf744,
categories: [2],
tags: [
748,
745,
1179,
504,
6324,
1103,
628,
345,
1724,
1325,
6326,
2392,
754,
1580,
1430,
3661,
147,
1344,
2142,
506,
2455,
887,
355,
2747,
1586,
1587,
2213,
362,
363,
1711,
4480,
12201,
4072,
141,
1186,
1187
],
),
"tab_group": SymbolsMetadata(
popularity: 60,
codepoint: 0xf743,
categories: [2],
tags: [
76,
1179,
1197,
628,
1724,
6326,
1580,
1430,
3661,
147,
579,
1198,
259,
8808,
1082,
385,
1029,
2455,
586,
92,
673,
432,
5481,
1201,
12702,
392,
433,
1711,
2461,
12201,
396,
333,
1187,
1229
],
),
"tab_inactive": SymbolsMetadata(
popularity: 32,
codepoint: 0xf43b,
categories: [2],
tags: [
1131,
809,
1179,
628,
1724,
6326,
2392,
754,
868,
1580,
1430,
3661,
1164,
811,
147,
4135,
1222,
1344,
2455,
1624,
1059,
355,
1586,
919,
410,
1151,
362,
363,
1711,
4249,
2402,
4480,
12201,
15888,
15889,
5603,
396,
1187
],
),
"tab_move": SymbolsMetadata(
popularity: 34,
codepoint: 0xf742,
categories: [2],
tags: [
2921,
501,
77,
15890,
901,
1179,
504,
345,
15780,
2271,
1164,
1212,
903,
699,
467,
1344,
3451,
3924,
2939,
1749,
325,
15891,
15892,
2343,
906,
15893,
2927,
4480,
15894,
15895,
12201,
1187
],
),
"tab_new_right": SymbolsMetadata(
popularity: 30,
codepoint: 0xf741,
categories: [2],
tags: [
745,
15873,
15874,
77,
901,
482,
15878,
12556,
13472,
9306,
1430,
1212,
147,
235,
237,
1749,
1377,
2956,
2957,
905,
15896,
11740,
2343,
1586,
239,
432,
906,
433,
31,
4480,
15897,
15898,
1187
],
rtlAutoMirrored: true,
),
"tab_recent": SymbolsMetadata(
popularity: 27,
codepoint: 0xf740,
categories: [2],
tags: [
504,
810,
1159,
345,
1160,
1164,
137,
2076,
138,
1344,
10409,
88,
506,
814,
647,
325,
289,
2795,
4806,
15899,
1168,
1339,
433,
31,
4480,
12201,
1171,
141
],
),
"tab_search": SymbolsMetadata(
popularity: 58,
codepoint: 0xf2f2,
categories: [2],
tags: [
501,
4793,
1179,
193,
519,
1542,
1430,
2141,
15900,
83,
317,
15901,
1680,
1109,
259,
87,
2324,
1115,
1116,
1117,
2327,
1624,
1586,
432,
1126,
15902,
1127,
509,
433,
4480,
15903,
12201,
511,
3375,
333,
1186,
1187,
1229
],
),
"tab_unselected": SymbolsMetadata(
popularity: 416,
codepoint: 0xe8d9,
categories: [2],
tags: [
501,
3516,
809,
1132,
1179,
519,
628,
2392,
754,
1430,
2141,
811,
1680,
1222,
15904,
259,
2142,
2455,
325,
586,
289,
5384,
1586,
820,
432,
1151,
392,
1711,
6145,
2402,
4480,
12201,
413,
5603,
15905,
396,
333,
1186,
1187,
1229
],
),
"table": SymbolsMetadata(
popularity: 4096,
codepoint: 0xf191,
categories: [12],
tags: [
924,
1071,
6088,
373,
933,
81,
1467,
145,
8,
1430,
488,
382,
68,
86,
385,
1470,
88,
586,
1587,
1427,
3356,
1428,
1459,
1460,
433,
2710,
746,
955,
1473,
396
],
),
"table_bar": SymbolsMetadata(
popularity: 525,
codepoint: 0xead2,
categories: [8],
tags: [
1422,
1071,
1423,
569,
3696,
373,
933,
81,
375,
578,
941,
1078,
382,
1081,
68,
1470,
1086,
22,
648,
3489,
1427,
1428,
4179,
2332,
330,
1459,
1460,
746,
1473,
1429,
514
],
),
"table_chart": SymbolsMetadata(
popularity: 2881,
codepoint: 0xe265,
categories: [12],
tags: [
1071,
76,
1423,
517,
569,
373,
933,
81,
375,
8,
1430,
941,
1078,
382,
14763,
68,
1470,
4113,
226,
1086,
22,
92,
289,
2802,
1427,
432,
1428,
1459,
392,
1460,
2710,
746,
1473,
1095,
396
],
),
"table_chart_view": SymbolsMetadata(
popularity: 111,
codepoint: 0xf6ef,
categories: [12],
tags: [
1422,
1071,
1423,
517,
569,
373,
933,
81,
1467,
375,
8,
1430,
941,
1078,
382,
14763,
68,
385,
226,
1086,
586,
1427,
1428,
1459,
1460,
746,
955,
1473,
1095,
396,
476
],
),
"table_convert": SymbolsMetadata(
popularity: 25,
codepoint: 0xf3c7,
categories: [12],
tags: [
77,
2440,
15906,
3583,
1742,
933,
6433,
81,
15907,
6786,
6093,
1467,
313,
1580,
1430,
2814,
147,
15908,
903,
382,
15909,
385,
15910,
4113,
586,
15097,
1586,
1587,
2331,
3068,
4665,
179,
15911,
15912,
906,
1459,
1128,
1460,
2710,
955,
1473,
33,
512,
1485
],
),
"table_edit": SymbolsMetadata(
popularity: 37,
codepoint: 0xf3c6,
categories: [12],
tags: [
1250,
1742,
933,
1578,
1325,
81,
1633,
1467,
15913,
1430,
15914,
1252,
15915,
680,
488,
15916,
382,
1111,
385,
1641,
15917,
887,
92,
4517,
2621,
1459,
1460,
15918,
2710,
955,
1473,
15919,
2451,
1590,
1485
],
),
"table_eye": SymbolsMetadata(
popularity: 79,
codepoint: 0xf466,
categories: [12],
tags: [
1071,
4793,
373,
628,
81,
1467,
145,
1542,
8,
316,
5795,
1078,
382,
68,
385,
88,
1115,
630,
8393,
1061,
5008,
4797,
2894,
1127,
2007,
1460,
2710,
746,
1473,
396,
3631,
7510
],
),
"table_lamp": SymbolsMetadata(
popularity: 138,
codepoint: 0xe1f2,
categories: [10],
tags: [
15920,
3621,
4084,
6552,
15921,
3864,
3922,
3684,
4052,
3625,
1140,
1499,
4193,
4746,
2735,
9105,
3627,
13734,
5182,
5526,
492,
12037,
3688,
9106,
1946,
15922,
2160,
2402,
1473,
15923
],
),
"table_restaurant": SymbolsMetadata(
popularity: 914,
codepoint: 0xeac6,
categories: [8],
tags: [
1423,
4822,
15924,
15925,
1923,
3696,
15926,
3701,
11365,
4825,
15927,
4111,
3702,
4827,
4828,
2354,
6022,
3703,
4052,
4112,
3704,
7272,
11313,
1927,
12765,
1537,
15928,
1918,
1928,
6479,
1473
],
),
"table_rows": SymbolsMetadata(
popularity: 1972,
codepoint: 0xf101,
categories: [12],
tags: [
6784,
3516,
373,
81,
1467,
1430,
4801,
147,
83,
1078,
382,
916,
68,
385,
1470,
88,
92,
1733,
1427,
4133,
1428,
1459,
1151,
95,
1460,
2461,
955,
1473,
396
],
),
"table_rows_narrow": SymbolsMetadata(
popularity: 70,
codepoint: 0xf73f,
categories: [12],
tags: [
1738,
1071,
76,
3516,
517,
933,
81,
15929,
1467,
485,
8,
1430,
370,
382,
68,
385,
1470,
88,
2940,
91,
92,
2269,
1428,
1433,
1459,
71,
95,
1460,
746,
1473,
1464,
396
],
),
"table_view": SymbolsMetadata(
popularity: 1912,
codepoint: 0xf1be,
categories: [12],
tags: [
1466,
1250,
373,
933,
81,
4375,
8,
370,
381,
382,
579,
68,
385,
1470,
88,
4113,
2455,
91,
92,
6846,
1427,
2457,
1428,
1459,
3881,
1460,
433,
955,
1473,
6677,
6678,
396
],
),
"tablet": SymbolsMetadata(
popularity: 899,
codepoint: 0xe32f,
categories: [11],
tags: [
1246,
1247,
1132,
283,
519,
288,
44,
8,
378,
3092,
2532,
781,
348,
2533,
3778,
1110,
1253,
7179,
406,
262,
2534,
2885,
432,
410,
433,
525,
65,
333,
1518
],
),
"tablet_android": SymbolsMetadata(
popularity: 602,
codepoint: 0xe330,
categories: [11],
tags: [
1247,
1307,
1672,
501,
4799,
283,
1310,
254,
288,
44,
8,
2532,
2533,
1683,
3778,
1110,
1253,
138,
7179,
15930,
262,
15931,
2497,
1685,
2534,
432,
15932,
410,
31,
525,
65,
333
],
),
"tablet_camera": SymbolsMetadata(
popularity: 12,
codepoint: 0xf44d,
categories: [11],
tags: [
1246,
1247,
5088,
1672,
501,
40,
42,
193,
283,
288,
44,
2532,
3336,
2745,
2533,
1110,
1253,
7179,
53,
406,
262,
439,
57,
59,
62,
2534,
453,
440,
2457,
410,
5148,
1347,
525,
65,
37,
434,
333
],
),
"tablet_mac": SymbolsMetadata(
popularity: 958,
codepoint: 0xe331,
categories: [11],
tags: [
1246,
1247,
9939,
519,
288,
44,
8,
2532,
2533,
1110,
699,
1253,
7179,
1595,
7060,
262,
7220,
2534,
432,
1886,
410,
15933,
525,
15934,
65,
333
],
),
"tabs": SymbolsMetadata(
popularity: 46,
codepoint: 0xe9ee,
categories: [2],
tags: [
1672,
501,
15935,
4799,
2701,
485,
2141,
3042,
1679,
381,
1344,
259,
1082,
15936,
15937,
385,
262,
630,
14520,
325,
92,
5384,
3397,
271,
1122,
3356,
410,
7664,
5482,
2833,
509,
2461,
15938,
525,
12201,
1263,
15939,
141,
1348,
396,
333,
4821,
1186,
14446,
1187,
1229
],
),
"tactic": SymbolsMetadata(
popularity: 714,
codepoint: 0xf564,
categories: [3],
tags: [
1131,
1466,
77,
481,
4721,
3939,
2242,
375,
15940,
1164,
15941,
15942,
12864,
15943,
4724,
382,
5380,
385,
4113,
1118,
4726,
919,
3354,
2785,
1516,
13466,
906,
2538,
13423,
8686,
1151,
1152,
433,
5723,
955,
15944,
152,
1187
],
),
"tag": SymbolsMetadata(
popularity: 2905,
codepoint: 0xe9ef,
categories: [12],
tags: [
1672,
1178,
1693,
504,
2792,
9253,
2812,
2948,
1430,
3499,
147,
2913,
7455,
15945,
15946,
1112,
52,
174,
406,
1480,
22,
5009,
1586,
1587,
6700,
3506,
1539,
392,
7198,
593,
31,
182,
1429,
1690,
141,
907,
333
],
),
"takeout_dining": SymbolsMetadata(
popularity: 1094,
codepoint: 0xea74,
categories: [5],
tags: [
482,
3697,
1333,
4824,
2036,
3701,
11366,
4828,
2354,
15947,
15948,
14159,
2987,
4829,
3704,
15949,
15950,
15951,
91,
432,
1537,
15952,
15953,
8547,
4117,
15954,
15955,
6334
],
),
"tamper_detection_off": SymbolsMetadata(
popularity: 83,
codepoint: 0xe82e,
categories: [8],
tags: [
2596,
1360,
1051,
6311,
1235,
5920,
288,
1162,
868,
11597,
87,
1777,
15956,
1143,
1059,
5948,
15957,
1574,
15958,
705,
1036,
8052,
15959,
1575,
15960,
1067,
1292,
15961,
15962,
15963,
1068,
206
],
),
"tamper_detection_on": SymbolsMetadata(
popularity: 117,
codepoint: 0xf8c8,
categories: [10],
tags: [
749,
1360,
40,
81,
3954,
5486,
1055,
1140,
68,
3184,
1777,
1056,
4259,
1143,
1061,
5821,
1034,
3185,
1574,
3187,
3188,
1773,
1036,
1575,
291,
5114,
1093,
15964,
206
],
),
"tap_and_play": SymbolsMetadata(
popularity: 392,
codepoint: 0xe62b,
categories: [11],
tags: [
1246,
15965,
2020,
4276,
1250,
1073,
284,
254,
6275,
2053,
288,
1110,
1253,
259,
262,
15966,
15967,
265,
267,
6308,
271,
2504,
2026,
2027,
5438,
1528,
2029,
273,
290,
1700,
2128,
454,
411,
525,
1791,
15968,
65,
97,
1712,
526,
4778,
277,
278
],
),
"tapas": SymbolsMetadata(
popularity: 413,
codepoint: 0xf1e9,
categories: [16],
tags: [
15969,
15970,
3390,
2493,
3695,
6128,
5582,
628,
2277,
15971,
15972,
4111,
781,
13382,
2354,
11658,
384,
3394,
4112,
406,
2576,
15973,
3396,
1685,
3067,
15974,
3779,
2885,
1537,
2145,
3710,
3398,
15975,
15976,
10736,
15977
],
),
"target": SymbolsMetadata(
popularity: 2254,
codepoint: 0xe719,
categories: [6],
tags: [
5517,
7544,
15978,
5521,
15979,
3479,
15980,
6583,
308,
193,
5519,
1745,
5795,
1748,
15981,
15367,
51,
323,
1166,
17,
5489,
2329,
328,
8834,
14025,
15982,
762,
2817,
4899,
1540,
1227,
15798
],
),
"task": SymbolsMetadata(
popularity: 7016,
codepoint: 0xf075,
categories: [12],
tags: [
2655,
1659,
1660,
1661,
482,
1662,
5598,
3087,
1664,
463,
2683,
81,
1580,
1430,
1666,
1677,
147,
1680,
1681,
88,
1029,
1166,
1583,
1480,
616,
1668,
92,
1586,
1587,
2785,
3286,
759,
1516,
1370,
1168,
362,
1588,
4520,
433,
1517,
1669,
3096,
2334,
1576,
2989,
1485,
1671
],
),
"task_alt": SymbolsMetadata(
popularity: 14945,
codepoint: 0xe2e6,
categories: [6],
tags: [
2660,
1660,
1662,
3087,
1664,
193,
463,
1665,
2321,
1666,
3450,
1166,
1668,
762,
362,
2696,
291,
245,
1517,
1669,
1670,
2675,
2334,
4461,
4820,
1576,
5596,
1671
],
),
"taunt": SymbolsMetadata(
popularity: 117,
codepoint: 0xf69f,
categories: [3],
tags: [
690,
568,
570,
2722,
7210,
572,
15983,
283,
6175,
1475,
11683,
1476,
4844,
5569,
15984,
2726,
15985,
2690,
581,
583,
11611,
589,
9476,
15986,
1295,
15987,
594,
1484,
1296,
15988,
15989,
5575,
2237
],
),
"taxi_alert": SymbolsMetadata(
popularity: 407,
codepoint: 0xef74,
categories: [14],
tags: [
3104,
1359,
1360,
1361,
1809,
11439,
1811,
1812,
691,
1365,
313,
2038,
2714,
1366,
4701,
1367,
2716,
11440,
1534,
1166,
583,
1183,
616,
2719,
2045,
2046,
3299,
1626,
652,
273,
31,
5353,
1628,
900,
1629,
332,
1690,
11441,
1835,
206,
10288
],
),
"team_dashboard": SymbolsMetadata(
popularity: 1521,
codepoint: 0xe013,
categories: [12],
tags: [
2508,
1071,
5378,
373,
571,
1425,
81,
1078,
579,
15990,
68,
1029,
582,
18,
4259,
5029,
588,
648,
15991,
759,
1516,
1428,
5482,
433,
746,
3070,
1517,
597,
15992,
15993,
7396,
602
],
),
"temp_preferences_eco": SymbolsMetadata(
popularity: 708,
codepoint: 0xf8ca,
categories: [10],
tags: [
1738,
840,
1775,
685,
345,
845,
1236,
6222,
7776,
3480,
3684,
1843,
1776,
2355,
1847,
1140,
1848,
2359,
2360,
1825,
1143,
70,
2362,
1826,
921,
15994,
15995,
151,
71,
2315,
7155,
858,
2888,
2069,
859
],
),
"temple_buddhist": SymbolsMetadata(
popularity: 292,
codepoint: 0xeab3,
categories: [5],
tags: [
1496,
7905,
11055,
15996,
15997,
15998,
929,
15999,
16000,
5463,
5181,
3295,
323,
16001,
2784,
16002,
327,
5784,
5185,
5788,
16003,
5187,
955,
5790,
3302,
6126,
332,
5193
],
),
"temple_hindu": SymbolsMetadata(
popularity: 267,
codepoint: 0xeaaf,
categories: [5],
tags: [
5456,
1496,
11055,
929,
4528,
312,
137,
16004,
16005,
16006,
16007,
138,
5181,
384,
6733,
3295,
16008,
2784,
289,
12135,
5783,
5185,
5785,
5786,
392,
5187,
9167,
955,
31,
5790,
3302,
6126,
332,
5193
],
),
"tenancy": SymbolsMetadata(
popularity: 1624,
codepoint: 0xf0e3,
categories: [9],
tags: [
1495,
2438,
2547,
1496,
929,
574,
1073,
2442,
81,
5459,
1498,
16009,
1140,
1499,
2552,
16010,
5351,
5526,
10350,
1500,
16011,
1501,
4153,
4160,
16012,
1503,
1504,
955,
1505,
16013,
16014,
1506
],
),
"terminal": SymbolsMetadata(
popularity: 5694,
codepoint: 0xeb8e,
categories: [6],
tags: [
12518,
1756,
5999,
501,
1102,
2216,
16015,
16016,
519,
1310,
5986,
1312,
1313,
6000,
16017,
1107,
3659,
1122,
1123,
5590,
432,
16018,
3325,
509,
1093,
1297,
65,
1317,
2174,
9999,
1187
],
),
"text_ad": SymbolsMetadata(
popularity: 139,
codepoint: 0xe728,
categories: [12],
tags: [
1175,
16019,
1176,
1177,
1178,
482,
1783,
5925,
283,
5083,
7029,
1580,
1430,
147,
348,
52,
1182,
583,
289,
1586,
16020,
1184,
432,
1185,
16021,
16022,
433,
33,
1262,
16023,
7216,
16024,
740,
1485
],
rtlAutoMirrored: true,
),
"text_compare": SymbolsMetadata(
popularity: 126,
codepoint: 0xf3c5,
categories: [12],
tags: [
2147,
2148,
2440,
2984,
6164,
1662,
1102,
3713,
3762,
4739,
81,
6192,
1580,
1430,
2141,
1677,
680,
147,
1679,
1680,
1681,
1330,
1585,
1586,
1587,
2213,
16025,
3504,
1736,
1737,
1588,
6196,
4520,
16026,
765,
33,
16027,
394,
3665,
7234,
1485
],
rtlAutoMirrored: true,
),
"text_decrease": SymbolsMetadata(
popularity: 464,
codepoint: 0xeadd,
categories: [12],
tags: [
4989,
1174,
862,
4,
5,
2879,
16028,
16029,
12,
9487,
11605,
15,
16,
1255,
2885,
5919,
16030,
1224,
2220,
391,
16031,
2917,
16032,
298,
1261,
4998,
31,
33,
9490,
16033,
35,
338,
16034
],
),
"text_fields": SymbolsMetadata(
popularity: 2768,
codepoint: 0xe262,
categories: [12],
tags: [
9351,
745,
16035,
4,
809,
10292,
482,
5,
1578,
345,
1787,
1633,
1430,
16036,
7827,
16037,
1431,
1819,
7679,
12,
488,
1111,
1327,
1344,
1113,
16,
1470,
328,
823,
31,
33,
7216,
16038,
35,
3660,
7547,
4652,
3062,
1485
],
),
"text_fields_alt": SymbolsMetadata(
popularity: 110,
codepoint: 0xe9f1,
categories: [12],
tags: [
3418,
4,
2386,
1591,
2388,
482,
2842,
5,
403,
628,
1787,
1430,
1252,
2153,
1819,
7679,
12,
488,
2154,
1111,
10297,
16,
1470,
2157,
31,
33,
35,
3660,
1173,
9337,
1485
],
),
"text_format": SymbolsMetadata(
popularity: 809,
codepoint: 0xe165,
categories: [12],
tags: [
2147,
2148,
4,
2440,
5,
403,
628,
1430,
1252,
680,
147,
12,
370,
2154,
15,
16,
1470,
2157,
6437,
9350,
16039,
2160,
31,
33,
2174,
35,
6749,
338,
2201,
1485,
9416
],
),
"text_increase": SymbolsMetadata(
popularity: 809,
codepoint: 0xeae2,
categories: [12],
tags: [
231,
862,
745,
1738,
4,
5,
1430,
2338,
914,
12,
1326,
235,
15,
16,
887,
1586,
239,
8394,
2220,
391,
71,
298,
31,
33,
35,
338,
396,
7061,
2335
],
),
"text_rotate_up": SymbolsMetadata(
popularity: 110,
codepoint: 0xe93a,
categories: [12],
tags: [
3418,
2210,
4,
76,
77,
5,
403,
6616,
628,
345,
2931,
313,
1430,
1252,
1819,
1077,
12,
370,
9441,
9386,
385,
16,
1749,
507,
2157,
329,
470,
472,
31,
33,
512,
513,
35,
338,
1701,
9337,
1485
],
),
"text_rotate_vertical": SymbolsMetadata(
popularity: 169,
codepoint: 0xe93b,
categories: [12],
tags: [
3418,
2148,
4,
76,
77,
502,
9058,
16040,
5,
313,
1430,
2965,
2814,
2573,
7827,
2153,
1819,
5095,
12,
2154,
4484,
385,
16,
1470,
1749,
507,
470,
31,
33,
512,
4952,
35,
338,
98,
1464,
2178,
1485
],
),
"text_rotation_angledown": SymbolsMetadata(
popularity: 114,
codepoint: 0xe93c,
categories: [12],
tags: [
3418,
9341,
2147,
2148,
4,
500,
16041,
77,
11547,
5,
2948,
1430,
2151,
2573,
16042,
7827,
1819,
147,
12,
16,
16043,
1749,
507,
1586,
470,
471,
31,
33,
9414,
9521,
2176,
16044,
35,
338,
2178,
6627,
1485
],
),
"text_rotation_angleup": SymbolsMetadata(
popularity: 130,
codepoint: 0xe93d,
categories: [12],
tags: [
3418,
2210,
4,
500,
16045,
76,
77,
5,
2277,
485,
313,
1430,
1252,
1819,
12,
2154,
385,
15,
16,
1641,
1749,
507,
470,
471,
16046,
31,
33,
510,
512,
35,
338,
1701,
3017,
1485
],
),
"text_rotation_down": SymbolsMetadata(
popularity: 117,
codepoint: 0xe93e,
categories: [12],
tags: [
3418,
1738,
4,
77,
5,
313,
1430,
16047,
2814,
1252,
1819,
147,
12,
370,
699,
385,
15,
16,
1641,
1749,
507,
328,
470,
471,
31,
33,
512,
35,
338,
1464,
9337
],
),
"text_rotation_none": SymbolsMetadata(
popularity: 155,
codepoint: 0xe93f,
categories: [12],
tags: [
3418,
2148,
4,
77,
482,
5,
628,
1430,
1819,
147,
12,
699,
385,
16,
1749,
6509,
507,
1586,
1587,
432,
470,
471,
1588,
433,
2818,
31,
33,
35,
14915,
1464
],
),
"text_select_end": SymbolsMetadata(
popularity: 29,
codepoint: 0xf73e,
categories: [12],
tags: [
10292,
16048,
1787,
2392,
754,
1633,
1430,
1252,
680,
2153,
16049,
16050,
370,
1139,
1111,
1167,
14513,
363,
16051,
10299,
2174,
8576,
10715,
9999,
16052,
16053,
3660,
2178,
1590,
1485
],
),
"text_select_jump_to_beginning": SymbolsMetadata(
popularity: 15,
codepoint: 0xf73d,
categories: [12],
tags: [
77,
2441,
1423,
2192,
2822,
345,
1787,
2392,
2264,
1430,
2153,
7738,
147,
1907,
370,
6507,
6653,
2195,
87,
323,
406,
1749,
1624,
1586,
1167,
329,
2828,
2829,
2847,
362,
363,
6213,
2128,
33,
1263,
1590,
1485
],
),
"text_select_jump_to_end": SymbolsMetadata(
popularity: 14,
codepoint: 0xf73c,
categories: [12],
tags: [
77,
1787,
2392,
2264,
1430,
2153,
2125,
147,
5595,
370,
916,
6653,
2826,
87,
468,
325,
329,
906,
1699,
362,
363,
33,
2162,
3660,
3730,
1590,
1485
],
),
"text_select_move_back_character": SymbolsMetadata(
popularity: 9,
codepoint: 0xf73b,
categories: [12],
tags: [
748,
77,
2441,
2842,
5,
1103,
345,
1787,
2392,
754,
2264,
313,
1252,
2153,
370,
1108,
51,
1111,
1327,
2195,
5609,
87,
1749,
7595,
2935,
325,
1167,
329,
362,
363,
31,
33,
3660,
3730,
1590,
1485
],
),
"text_select_move_back_word": SymbolsMetadata(
popularity: 19,
codepoint: 0xf73a,
categories: [12],
tags: [
77,
2441,
3658,
2842,
1787,
2151,
6601,
370,
10937,
1113,
2195,
5609,
8530,
1167,
16054,
363,
10299,
2162,
10948,
9999,
16052,
16055,
16056,
3660,
16057,
16058,
2836,
10717,
16059
],
),
"text_select_move_down": SymbolsMetadata(
popularity: 17,
codepoint: 0xf739,
categories: [12],
tags: [
1738,
501,
77,
628,
345,
1787,
1430,
2814,
4633,
2899,
1252,
2153,
1164,
370,
4634,
51,
1344,
87,
174,
1749,
2157,
1167,
329,
4665,
2269,
2220,
362,
363,
509,
31,
33,
511
],
),
"text_select_move_forward_character": SymbolsMetadata(
popularity: 28,
codepoint: 0xf738,
categories: [12],
tags: [
77,
16060,
2842,
16061,
16062,
1787,
2392,
2264,
1633,
680,
370,
903,
1111,
16063,
2869,
16064,
1167,
906,
1699,
362,
363,
10299,
2174,
16065,
16066,
16053,
3660,
16058,
2178,
1590,
1485
],
),
"text_select_move_forward_word": SymbolsMetadata(
popularity: 18,
codepoint: 0xf737,
categories: [12],
tags: [
2921,
77,
2842,
403,
1787,
1430,
680,
2153,
370,
903,
4484,
51,
1111,
87,
1749,
2869,
325,
905,
1167,
759,
906,
1699,
363,
8021,
2927,
31,
33,
16053,
3660,
9337,
10717,
1485
],
),
"text_select_move_up": SymbolsMetadata(
popularity: 13,
codepoint: 0xf736,
categories: [12],
tags: [
1738,
76,
77,
3012,
313,
1430,
2153,
3013,
147,
370,
2154,
2212,
87,
2980,
1641,
1749,
91,
2157,
329,
2929,
362,
363,
6213,
33,
512,
35,
1701,
3017,
1464,
1485
],
),
"text_select_start": SymbolsMetadata(
popularity: 45,
codepoint: 0xf735,
categories: [12],
tags: [
1131,
2192,
403,
8987,
628,
1787,
2392,
754,
81,
1430,
1252,
680,
1907,
370,
1139,
6507,
1111,
2324,
1166,
2157,
16067,
328,
329,
1148,
362,
363,
1201,
2128,
6438,
33,
338,
9337,
1590,
1485
],
),
"text_snippet": SymbolsMetadata(
popularity: 2452,
codepoint: 0xf1c6,
categories: [12],
tags: [
2440,
5,
283,
628,
81,
1580,
1430,
3064,
5754,
147,
7065,
68,
5225,
15,
3394,
1480,
1585,
3639,
4729,
1147,
9714,
2729,
9476,
2885,
1428,
1151,
1152,
5996,
1689,
3070,
33,
338,
6627,
1485
],
rtlAutoMirrored: true,
),
"text_to_speech": SymbolsMetadata(
popularity: 1064,
codepoint: 0xf1bc,
categories: [0],
tags: [
862,
10193,
16068,
1268,
10197,
283,
1273,
16069,
1430,
16070,
16071,
147,
5225,
9696,
1301,
16072,
3324,
16073,
3381,
2885,
1293,
2068,
4845,
1294,
594,
1296,
9544,
33,
3382,
16074,
16075,
16076,
1298,
554,
3331,
1485
],
rtlAutoMirrored: true,
),
"text_up": SymbolsMetadata(
popularity: 2,
codepoint: 0xf49e,
categories: [12],
tags: [
747,
3418,
1738,
2148,
4,
77,
6241,
16077,
6702,
16078,
2842,
5,
313,
1430,
1252,
2153,
370,
4484,
1111,
1113,
16,
6955,
1641,
2870,
325,
2157,
2916,
329,
2875,
392,
6213,
31,
33,
16079,
1690,
35,
3660,
16080,
3946,
1701,
12677,
1485
],
),
"texture": SymbolsMetadata(
popularity: 696,
codepoint: 0xe421,
categories: [1],
tags: [
480,
4594,
3516,
16081,
16082,
43,
2948,
487,
2217,
83,
3450,
1821,
382,
16083,
916,
2142,
1470,
4195,
16084,
2747,
1733,
3354,
16085,
4757,
682,
3609,
2160,
393,
16086,
3588,
3330,
476
],
),
"texture_add": SymbolsMetadata(
popularity: 15,
codepoint: 0xf57c,
categories: [1],
tags: [
231,
745,
1738,
3516,
6403,
1325,
1235,
1236,
485,
2948,
1252,
487,
1164,
83,
137,
49,
2142,
1470,
4195,
1641,
887,
2747,
3354,
239,
150,
71,
3609,
393,
3588,
16087,
3357,
476
],
),
"texture_minus": SymbolsMetadata(
popularity: 15,
codepoint: 0xf57b,
categories: [1],
tags: [
4989,
1738,
3516,
504,
345,
2879,
1210,
485,
2948,
1105,
1252,
1164,
490,
382,
49,
11605,
1470,
1255,
1641,
3354,
5919,
1224,
392,
2710,
3609,
1261,
3588,
3357,
511,
476
],
),
"theater_comedy": SymbolsMetadata(
popularity: 1544,
codepoint: 0xea66,
categories: [5],
tags: [
6101,
1592,
6104,
16088,
6108,
4528,
6109,
6110,
781,
10,
577,
346,
8425,
137,
1610,
138,
384,
5495,
6118,
6119,
354,
3075,
648,
16089,
2553,
2504,
390,
12078,
2007,
1616,
6120,
6121,
31,
3347,
6123,
6125,
16090,
2078
],
),
"theaters": SymbolsMetadata(
popularity: 1435,
codepoint: 0xe8da,
categories: [15],
tags: [
16091,
344,
1523,
16092,
781,
216,
346,
16093,
6253,
406,
354,
3341,
11340,
648,
2504,
408,
681,
5170,
432,
2506,
2538,
16094,
4343,
2007,
16095,
433,
454,
3347,
16096,
37,
396,
2078
],
),
"thermometer": SymbolsMetadata(
popularity: 1579,
codepoint: 0xe846,
categories: [8],
tags: [
7153,
840,
841,
842,
844,
14165,
1843,
7154,
14864,
3871,
697,
3023,
138,
51,
4839,
4175,
17,
894,
3474,
814,
1143,
289,
4180,
1339,
1170,
31,
7155,
858,
2888,
2069,
3829,
859
],
),
"thermometer_add": SymbolsMetadata(
popularity: 42,
codepoint: 0xf582,
categories: [8],
tags: [
231,
745,
7153,
373,
840,
841,
1325,
81,
464,
7154,
14864,
3871,
1078,
697,
892,
3023,
51,
1111,
4839,
4804,
17,
894,
3474,
4259,
1143,
887,
239,
453,
7155,
858,
2888,
2069,
511,
1429,
859
],
),
"thermometer_gain": SymbolsMetadata(
popularity: 66,
codepoint: 0xf6d8,
categories: [8],
tags: [
231,
745,
690,
3802,
7153,
840,
288,
7154,
14864,
2881,
2883,
9879,
697,
3023,
3459,
3025,
235,
51,
4839,
792,
17,
894,
8066,
3474,
4259,
1143,
887,
239,
2420,
391,
64,
7155,
858,
2888,
2069,
1464,
3829,
859
],
),
"thermometer_loss": SymbolsMetadata(
popularity: 31,
codepoint: 0xf6d7,
categories: [8],
tags: [
1360,
690,
3802,
7153,
840,
841,
844,
2879,
14165,
2899,
7154,
8471,
14864,
2881,
697,
892,
3023,
3459,
51,
6806,
1952,
17,
894,
8066,
3474,
1255,
1143,
1224,
4416,
391,
4180,
2382,
1261,
7155,
858,
2888,
2069,
3829,
206,
859
],
),
"thermometer_minus": SymbolsMetadata(
popularity: 11,
codepoint: 0xf581,
categories: [8],
tags: [
4989,
7153,
840,
841,
844,
2879,
464,
1210,
7154,
14864,
3871,
697,
3023,
51,
792,
87,
5265,
17,
894,
3474,
1255,
1143,
492,
8180,
1224,
898,
1261,
31,
7155,
858,
2888,
2069,
16097,
859
],
),
"thermostat": SymbolsMetadata(
popularity: 2196,
codepoint: 0xf076,
categories: [4],
tags: [
2210,
2123,
840,
345,
844,
845,
288,
3684,
5867,
2883,
3871,
3023,
1847,
3171,
1848,
226,
3474,
630,
14229,
151,
1897,
858,
16098,
2888,
2069,
3375,
859
],
rtlAutoMirrored: true,
),
"thermostat_arrow_down": SymbolsMetadata(
popularity: 16,
codepoint: 0xf37a,
categories: [2],
tags: [
1738,
77,
2123,
3802,
840,
841,
1876,
345,
16099,
845,
2879,
8,
2814,
2883,
3871,
1847,
1848,
51,
792,
5265,
17,
8066,
325,
5919,
64,
71,
1897,
1093,
858,
2069,
1701,
16100,
859
],
),
"thermostat_arrow_up": SymbolsMetadata(
popularity: 11,
codepoint: 0xf379,
categories: [2],
tags: [
1738,
77,
6241,
840,
5254,
345,
288,
1400,
2814,
2883,
3871,
1847,
3171,
1848,
235,
51,
792,
226,
3474,
325,
1167,
64,
71,
1897,
858,
16101,
2888,
2069,
1701,
3017,
16100,
3031,
859
],
),
"thermostat_auto": SymbolsMetadata(
popularity: 251,
codepoint: 0xf077,
categories: [8],
tags: [
3418,
2210,
1858,
2423,
3349,
2123,
7153,
193,
840,
1876,
345,
845,
288,
1400,
1843,
7154,
3871,
1847,
3171,
1848,
51,
3474,
642,
1167,
64,
71,
1897,
1093,
7155,
858,
2888,
2069,
859
],
),
"thermostat_carbon": SymbolsMetadata(
popularity: 191,
codepoint: 0xf178,
categories: [8],
tags: [
2210,
838,
2123,
929,
193,
840,
1876,
345,
845,
1400,
3480,
3684,
1843,
3871,
3023,
1847,
3171,
1499,
1848,
51,
1470,
1167,
2885,
64,
151,
1897,
858,
2888,
2069
],
),
"things_to_do": SymbolsMetadata(
popularity: 148,
codepoint: 0xeb2a,
categories: [5],
tags: [
748,
1659,
1496,
482,
929,
6702,
1662,
1663,
3087,
463,
3111,
7403,
2551,
4496,
8955,
1367,
3107,
1376,
3295,
88,
1029,
1166,
16102,
586,
289,
2589,
3489,
3286,
759,
2554,
1370,
1168,
433,
291,
1517,
10364,
1712,
5664,
1095,
3110
],
),
"thread_unread": SymbolsMetadata(
popularity: 60,
codepoint: 0xf4f9,
categories: [7],
tags: [
1359,
1360,
570,
193,
572,
283,
1475,
2726,
7612,
1745,
2780,
378,
3571,
1789,
2690,
8426,
2692,
51,
583,
353,
16103,
16104,
2587,
16105,
616,
16106,
1259,
1368,
2589,
16107,
328,
1370,
1482,
7615,
5074,
6438,
9797,
16108,
2592,
10658,
830
],
),
"threat_intelligence": SymbolsMetadata(
popularity: 672,
codepoint: 0xeaed,
categories: [7],
tags: [
1360,
1422,
4397,
6026,
12508,
1310,
12519,
13178,
13179,
16109,
81,
3954,
44,
16110,
4413,
68,
2466,
16111,
13181,
4259,
267,
6807,
1574,
4416,
1036,
1575,
1292,
5114,
65,
4419,
2385,
11489,
206
],
),
"thumb_down": SymbolsMetadata(
popularity: 5717,
codepoint: 0xe8db,
categories: [3],
tags: [
16112,
1208,
16113,
2664,
10210,
2814,
3499,
1479,
2689,
2690,
2692,
15739,
2075,
16114,
1613,
4273,
14599,
3269,
2969,
6521,
795,
203,
9642,
5039,
5171,
3565,
16115,
10216,
10217,
3754,
16116
],
),
"thumb_up": SymbolsMetadata(
popularity: 23136,
codepoint: 0xe8dc,
categories: [3],
tags: [
4099,
2658,
1660,
504,
684,
4490,
16117,
345,
16118,
10279,
3499,
1479,
2689,
2690,
4033,
2692,
15739,
10056,
2075,
51,
1613,
355,
242,
358,
6521,
795,
359,
203,
2381,
11532,
363,
1528,
243,
3565,
13834,
1701,
3754,
1671
],
),
"thumbnail_bar": SymbolsMetadata(
popularity: 29,
codepoint: 0xf734,
categories: [12],
tags: [
1342,
1423,
4799,
5732,
1197,
628,
345,
81,
8,
3361,
1343,
137,
699,
2503,
385,
88,
406,
325,
57,
2144,
9714,
3506,
363,
2942,
2313,
989,
2463,
141,
396,
476,
1187
],
),
"thumbs_up_down": SymbolsMetadata(
popularity: 2349,
codepoint: 0xe8dd,
categories: [3],
tags: [
2658,
2660,
3762,
4739,
2985,
313,
16113,
10210,
2814,
3499,
1479,
1789,
2689,
2690,
15739,
16119,
2075,
8613,
1613,
4273,
13773,
242,
359,
203,
5171,
3504,
243,
1619,
3565,
13833,
16115,
13834,
1701,
3754
],
),
"thunderstorm": SymbolsMetadata(
popularity: 1977,
codepoint: 0xebdb,
categories: [3],
tags: [
1360,
1874,
10042,
3935,
840,
1675,
5940,
1365,
3922,
2883,
3937,
3968,
16120,
5859,
9150,
1825,
10044,
5942,
16121,
13720,
16122,
14707,
1993,
4394,
3991,
16123,
206,
859,
13724
],
),
"tibia": SymbolsMetadata(
popularity: 215,
codepoint: 0xf89b,
categories: [3],
tags: [
3547,
16124,
8598,
4166,
690,
4120,
8601,
375,
3092,
697,
892,
581,
1525,
8605,
4428,
3094,
1940,
16125,
894,
1767,
8607,
10484,
9760,
4179,
4180,
8610,
955,
4391,
31,
16126
],
),
"tibia_alt": SymbolsMetadata(
popularity: 174,
codepoint: 0xf89c,
categories: [3],
tags: [
3547,
16124,
4166,
690,
4120,
8601,
2373,
3114,
8602,
16127,
8612,
697,
892,
1763,
8613,
3135,
1525,
8605,
3094,
1940,
8606,
16125,
894,
7023,
1767,
12807,
9760,
4180,
5976,
16128,
8609,
8610,
16126,
8615
],
),
"tile_large": SymbolsMetadata(
popularity: 15,
codepoint: 0xf3c3,
categories: [2],
tags: [
1672,
9932,
1466,
481,
2261,
930,
3939,
2701,
16129,
1425,
4375,
485,
8,
1164,
370,
382,
9935,
1344,
16130,
385,
4726,
586,
3354,
1427,
432,
1428,
410,
1151,
392,
2833,
433,
955,
3357,
2711,
141,
1348,
396,
333,
1186,
5010,
1187
],
),
"tile_medium": SymbolsMetadata(
popularity: 15,
codepoint: 0xf3c2,
categories: [2],
tags: [
1672,
9932,
1131,
1466,
481,
2261,
482,
1195,
3939,
2701,
628,
1425,
81,
485,
8,
1164,
382,
1198,
68,
1344,
385,
3879,
4726,
586,
919,
16131,
1427,
432,
410,
1151,
16132,
2833,
433,
955,
3357,
2711,
141,
1348,
396,
476,
333,
1186,
1187
],
),
"tile_small": SymbolsMetadata(
popularity: 28,
codepoint: 0xf3c1,
categories: [2],
tags: [
1672,
9932,
76,
481,
2261,
930,
1195,
1197,
6036,
3939,
2701,
1425,
485,
8,
1164,
370,
1343,
382,
579,
1344,
1376,
385,
88,
4726,
3353,
92,
919,
1427,
410,
1151,
2833,
1955,
433,
955,
989,
3357,
2711,
141,
1348,
396,
333,
1186,
1187
],
),
"time_auto": SymbolsMetadata(
popularity: 486,
codepoint: 0xf0e4,
categories: [6],
tags: [
1174,
1738,
2210,
1359,
1360,
4,
77,
2423,
16133,
3349,
2123,
1362,
193,
1159,
685,
345,
1400,
868,
2089,
1055,
216,
1108,
2075,
3463,
138,
16,
3466,
642,
616,
355,
16134,
11466,
13381,
151,
71,
1292,
1226,
2809,
31,
1171,
1172,
2078
],
),
"timelapse": SymbolsMetadata(
popularity: 2309,
codepoint: 0xe422,
categories: [1],
tags: [
8527,
2210,
77,
40,
42,
193,
1159,
6616,
345,
2089,
487,
1165,
346,
16135,
757,
406,
353,
57,
59,
408,
440,
151,
275,
15266,
1171,
14699,
1172,
37,
434
],
),
"timeline": SymbolsMetadata(
popularity: 4048,
codepoint: 0xe922,
categories: [9],
tags: [
373,
4800,
81,
5027,
375,
1105,
2089,
4802,
1077,
489,
2076,
1623,
87,
16136,
468,
2795,
1625,
3488,
328,
851,
16137,
759,
2923,
7275,
1168,
94,
6418,
4963,
2463,
1095,
6639,
3761,
7196
],
),
"timer": SymbolsMetadata(
popularity: 12332,
codepoint: 0xe425,
categories: [1],
tags: [
1359,
1360,
2071,
1362,
10319,
462,
1159,
2073,
2074,
16138,
16139,
868,
2089,
1055,
10,
16140,
2692,
16141,
17,
16142,
616,
1167,
1370,
2111,
330,
16143,
1168,
16144,
275,
2809,
1171,
11470,
3469,
1172,
2078
],
),
"timer_10": SymbolsMetadata(
popularity: 229,
codepoint: 0xe423,
categories: [1],
tags: [
38,
1359,
1360,
1362,
40,
193,
462,
1159,
345,
2073,
2116,
1400,
45,
868,
2089,
1055,
3463,
17,
352,
3466,
616,
21,
16145,
22,
57,
440,
1370,
1168,
360,
361,
151,
2809,
32,
1171,
1172,
37,
2078
],
),
"timer_10_alt_1": SymbolsMetadata(
popularity: 482,
codepoint: 0xefbf,
categories: [6],
tags: [
38,
9561,
1359,
1360,
4,
2071,
1362,
40,
5,
193,
1159,
4206,
2073,
16146,
2074,
1400,
7,
868,
2089,
1055,
10,
12,
2692,
3464,
16,
87,
17,
616,
22,
1167,
27,
13381,
361,
362,
3520,
2809,
31,
32,
9570,
33,
1171,
1172,
2810,
2078,
16147
],
),
"timer_10_select": SymbolsMetadata(
popularity: 205,
codepoint: 0xf07a,
categories: [4],
tags: [
38,
2210,
4,
4935,
40,
5,
193,
1159,
345,
2073,
7,
44,
2089,
12,
16,
226,
21,
22,
355,
289,
358,
361,
362,
151,
1226,
31,
32,
33,
1171,
1172,
35
],
),
"timer_3": SymbolsMetadata(
popularity: 211,
codepoint: 0xe424,
categories: [1],
tags: [
75,
193,
1159,
345,
2073,
7,
45,
2089,
1165,
3464,
10416,
226,
3467,
21,
22,
149,
289,
3101,
453,
330,
361,
392,
275,
2128,
1226,
2809,
551,
1171,
1172,
2146
],
),
"timer_3_alt_1": SymbolsMetadata(
popularity: 445,
codepoint: 0xefc0,
categories: [6],
tags: [
75,
748,
1359,
1360,
1591,
1362,
193,
1159,
345,
80,
2073,
16146,
2116,
45,
868,
2089,
1055,
2865,
3464,
87,
226,
616,
11516,
16148,
22,
15273,
3488,
330,
361,
2809,
2120,
551,
1171,
1172,
2810,
3665,
2078
],
),
"timer_3_select": SymbolsMetadata(
popularity: 142,
codepoint: 0xf07b,
categories: [4],
tags: [
75,
4,
40,
5,
450,
10319,
193,
1159,
345,
80,
2073,
2116,
7,
2089,
216,
12,
1108,
3464,
16,
17,
21,
22,
355,
3199,
330,
361,
362,
151,
2809,
31,
33,
551,
1171,
1172,
511,
35,
3375
],
),
"timer_5": SymbolsMetadata(
popularity: 38,
codepoint: 0xf4b1,
categories: [4],
tags: [
676,
1359,
1360,
1362,
4800,
193,
1159,
4206,
2073,
2116,
45,
2089,
1055,
16149,
667,
5382,
550,
17,
10228,
616,
6528,
22,
289,
3489,
3286,
27,
1035,
1168,
361,
3520,
16150,
2809,
551,
1171,
13904,
1172,
16151,
2078
],
),
"timer_5_shutter": SymbolsMetadata(
popularity: 14,
codepoint: 0xf4b2,
categories: [4],
tags: [
676,
504,
40,
42,
1159,
345,
2073,
2116,
7,
45,
2089,
667,
138,
49,
3464,
406,
21,
22,
57,
1346,
59,
62,
360,
361,
16152,
151,
1347,
31,
1171,
2129,
1172
],
),
"timer_arrow_down": SymbolsMetadata(
popularity: 39,
codepoint: 0xf378,
categories: [2],
tags: [
1359,
1360,
2071,
77,
1362,
1159,
2073,
2879,
8363,
16029,
868,
2814,
2089,
1055,
10,
5463,
3487,
11605,
550,
226,
325,
616,
2795,
8180,
1370,
2831,
1168,
2917,
2809,
2120,
1171,
1172,
1701,
2078
],
),
"timer_arrow_up": SymbolsMetadata(
popularity: 23,
codepoint: 0xf377,
categories: [2],
tags: [
12103,
16153,
1359,
1360,
77,
1362,
504,
193,
1159,
345,
2073,
868,
2814,
2089,
1055,
1335,
137,
5886,
138,
235,
6886,
2865,
17,
3467,
325,
616,
355,
759,
1168,
361,
151,
275,
2809,
31,
1171,
1172,
1701,
476,
2078
],
),
"timer_off": SymbolsMetadata(
popularity: 681,
codepoint: 0xe426,
categories: [1],
tags: [
1359,
16154,
2082,
1360,
1362,
1208,
16155,
193,
1159,
16156,
16157,
16158,
2073,
6837,
1162,
16159,
868,
2089,
1055,
17,
2093,
16160,
16161,
616,
1059,
1061,
1224,
16162,
8384,
1168,
1067,
1226,
2102,
16163,
16164,
1171,
16165,
16166,
8215,
1172,
16167,
16168,
16169,
2078,
3993
],
),
"timer_pause": SymbolsMetadata(
popularity: 45,
codepoint: 0xf4bb,
categories: [6],
tags: [
1359,
1360,
1362,
2115,
193,
1159,
345,
1744,
2073,
2116,
868,
2089,
1055,
11996,
3378,
2478,
16170,
17,
406,
407,
686,
1706,
616,
1733,
1223,
2589,
2458,
1226,
2809,
12716,
16171,
1171,
1172,
16172,
2810,
16173,
37,
766,
2078
],
),
"timer_play": SymbolsMetadata(
popularity: 45,
codepoint: 0xf4ba,
categories: [6],
tags: [
1359,
1360,
77,
6345,
1362,
10319,
193,
16174,
1159,
902,
345,
1744,
16175,
16176,
1400,
868,
2089,
1055,
903,
2692,
10415,
406,
352,
1706,
616,
289,
2504,
408,
3199,
16177,
6348,
2128,
16150,
2809,
1171,
1172,
16178,
1690,
37,
2078
],
),
"tire_repair": SymbolsMetadata(
popularity: 497,
codepoint: 0xebc8,
categories: [14],
tags: [
1360,
865,
2423,
1809,
3410,
1811,
1812,
462,
1747,
379,
3871,
16179,
2716,
3961,
5313,
16180,
3970,
6203,
2719,
8189,
16181,
4880,
3405,
330,
652,
16182,
16183,
511,
1629,
1835,
206,
3303,
4883
],
),
"title": SymbolsMetadata(
popularity: 1868,
codepoint: 0xe264,
categories: [12],
tags: [
9351,
748,
4,
1332,
16184,
482,
504,
5,
345,
16185,
4696,
12,
1108,
904,
9385,
16186,
16,
9098,
16187,
16188,
16189,
16190,
289,
16191,
392,
1339,
16192,
433,
12863,
16193,
31,
33,
4593,
740,
35,
2198
],
),
"titlecase": SymbolsMetadata(
popularity: 21,
codepoint: 0xf489,
categories: [12],
tags: [
1174,
2596,
16194,
1360,
4,
2811,
481,
1051,
691,
5,
193,
1365,
11928,
5920,
12,
1213,
16,
1951,
87,
10908,
6808,
6247,
7426,
16195,
2670,
4247,
5171,
1065,
703,
1036,
1067,
1226,
12602,
31,
33,
11561,
11562,
16196,
35,
7476,
7693,
206
],
),
"toast": SymbolsMetadata(
popularity: 41,
codepoint: 0xefc1,
categories: [2],
tags: [
1360,
1672,
501,
1178,
2184,
16197,
568,
2701,
4490,
485,
16198,
1479,
16199,
68,
1344,
385,
583,
7215,
16200,
262,
630,
616,
16201,
271,
1243,
16202,
16203,
432,
2538,
410,
2833,
291,
12697,
6799,
16204,
525,
10408,
16205,
4692,
16206,
141,
907,
16207,
1348,
333,
1186,
1187
],
),
"toc": SymbolsMetadata(
popularity: 1276,
codepoint: 0xe8de,
categories: [12],
tags: [
2228,
16208,
16209,
628,
1430,
16210,
16211,
147,
370,
1080,
173,
16212,
1470,
88,
506,
325,
70,
91,
92,
289,
5029,
851,
2269,
16213,
2459,
2461,
955,
16214,
3070,
1473,
11320,
33,
740,
16215,
16216
],
rtlAutoMirrored: true,
),
"today": SymbolsMetadata(
popularity: 6336,
codepoint: 0xe8df,
categories: [6],
tags: [
1659,
2071,
2072,
193,
16217,
1159,
16218,
1842,
1160,
2124,
1745,
16219,
10,
3571,
51,
1166,
174,
4999,
16220,
289,
2785,
328,
5008,
4105,
1370,
762,
330,
1168,
3577,
1171,
5001
],
),
"toggle_off": SymbolsMetadata(
popularity: 14660,
codepoint: 0xe9f5,
categories: [2],
tags: [
748,
749,
504,
684,
193,
2701,
685,
345,
288,
1300,
868,
16221,
16222,
1222,
51,
1344,
3451,
1029,
1059,
1061,
16223,
12037,
355,
6692,
3688,
358,
16224,
363,
151,
71,
2833,
3476,
16225,
4249,
291,
2402,
1093,
413,
141,
2198,
1348,
333,
1186
],
),
"toggle_on": SymbolsMetadata(
popularity: 23973,
codepoint: 0xe9f6,
categories: [2],
tags: [
4325,
749,
504,
193,
3939,
2701,
685,
345,
16226,
1300,
1164,
4327,
1055,
216,
1108,
699,
16222,
1222,
51,
1344,
1059,
1061,
355,
6692,
3688,
363,
151,
16227,
71,
2833,
3476,
4249,
2402,
13492,
413,
16228,
9005,
141,
2198,
1348,
333,
1186
],
),
"token": SymbolsMetadata(
popularity: 3142,
codepoint: 0xea25,
categories: [2],
tags: [
861,
16229,
565,
2660,
5217,
16230,
5219,
281,
10534,
1431,
16231,
10257,
978,
1112,
1777,
980,
5610,
1166,
5318,
2670,
1063,
590,
3185,
1773,
1036,
1575,
898,
987,
8263,
31,
3677,
5320,
601,
4820
],
),
"toll": SymbolsMetadata(
popularity: 1160,
codepoint: 0xe8e0,
categories: [9],
tags: [
959,
928,
16232,
960,
1811,
930,
931,
3680,
193,
1101,
932,
16233,
934,
1417,
936,
937,
11345,
962,
938,
939,
964,
6695,
16234,
941,
942,
967,
1621,
968,
948,
523,
950,
951,
1421,
970,
1711,
2010,
16235,
956,
958,
6701
],
),
"tonality": SymbolsMetadata(
popularity: 348,
codepoint: 0xe427,
categories: [1],
tags: [
1738,
1268,
8102,
2060,
193,
345,
1252,
680,
2063,
16236,
16237,
83,
351,
16238,
8173,
49,
1083,
16239,
1706,
8107,
9898,
59,
62,
71,
4043,
7940,
11759,
14935,
15120,
6081,
16240,
8178,
554,
3478,
12665,
1854,
3331,
16241
],
),
"toolbar": SymbolsMetadata(
popularity: 100,
codepoint: 0xe9f7,
categories: [2],
tags: [
16242,
1672,
501,
1423,
16243,
2701,
685,
16244,
1744,
16245,
485,
680,
2153,
16246,
2938,
699,
1344,
385,
1470,
506,
262,
630,
325,
70,
919,
271,
921,
2709,
3506,
410,
71,
1128,
2833,
2461,
3609,
525,
97,
6329,
1780,
1263,
141,
16247,
1348,
333,
1186,
1187
],
),
"tools_flat_head": SymbolsMetadata(
popularity: 127,
codepoint: 0xf8cb,
categories: [10],
tags: [
1738,
16248,
1375,
16249,
2781,
46,
1747,
379,
16250,
1110,
977,
1140,
5834,
4839,
16251,
3961,
4450,
5317,
1143,
4880,
10083,
10084,
652,
16252,
16253,
511,
1780,
3375,
1518,
5349
],
),
"tools_installation_kit": SymbolsMetadata(
popularity: 146,
codepoint: 0xe2ab,
categories: [10],
tags: [
1738,
16248,
1374,
685,
1497,
4884,
46,
1747,
1776,
6285,
5388,
1110,
1140,
7927,
16254,
10370,
3961,
1143,
70,
10371,
4880,
10084,
652,
71,
1779,
10085,
4882,
1780,
1518,
5349,
4883
],
),
"tools_ladder": SymbolsMetadata(
popularity: 293,
codepoint: 0xe2cb,
categories: [10],
tags: [
861,
1922,
9682,
929,
10309,
1497,
2418,
46,
383,
1140,
16255,
5389,
8889,
9098,
3961,
1143,
492,
289,
1733,
16256,
4880,
392,
1339,
8156,
4963,
1780,
3017,
3375,
1464,
1518
],
),
"tools_level": SymbolsMetadata(
popularity: 174,
codepoint: 0xe77b,
categories: [10],
tags: [
5517,
2319,
1738,
2148,
500,
925,
16257,
1741,
16258,
1497,
2781,
9873,
1140,
699,
4839,
792,
226,
17,
1143,
507,
16259,
329,
8834,
151,
71,
4949,
16260,
510,
1780,
1464
],
),
"tools_phillips": SymbolsMetadata(
popularity: 144,
codepoint: 0xf8cc,
categories: [10],
tags: [
1738,
6402,
3939,
1497,
1235,
16261,
288,
7908,
2781,
46,
3239,
16262,
1747,
1110,
1140,
5834,
4839,
16251,
3961,
5317,
1143,
16263,
239,
4880,
10083,
10084,
16253,
511,
1780,
6334,
5349
],
),
"tools_pliers_wire_stripper": SymbolsMetadata(
popularity: 289,
codepoint: 0xe2aa,
categories: [10],
tags: [
1922,
1497,
16264,
5387,
16265,
3870,
16266,
46,
1747,
5344,
7599,
10707,
16267,
1110,
1140,
4877,
4839,
16268,
3961,
2482,
1143,
2922,
10371,
4880,
16269,
16270,
511,
1780,
3375,
4941,
16271,
5349
],
),
"tools_power_drill": SymbolsMetadata(
popularity: 733,
codepoint: 0xe1e9,
categories: [10],
tags: [
16272,
16273,
929,
16274,
16258,
1497,
16275,
16276,
8248,
16277,
2781,
46,
16262,
1747,
10707,
1110,
1140,
4878,
3961,
1143,
3688,
16278,
16279,
4880,
470,
10083,
10084,
511,
1780,
1518,
5349
],
),
"tooltip": SymbolsMetadata(
popularity: 118,
codepoint: 0xe9f8,
categories: [7],
tags: [
7815,
77,
4842,
568,
16280,
16281,
570,
16282,
572,
43,
10691,
3168,
871,
10689,
10443,
293,
68,
583,
1167,
13323,
3944,
432,
16283,
594,
1484,
433,
10244,
880,
1296,
33,
4841,
10445,
1690,
907
],
),
"tooltip_2": SymbolsMetadata(
popularity: 69,
codepoint: 0xf3ed,
categories: [7],
tags: [
5586,
7815,
1672,
568,
16280,
16281,
570,
572,
145,
1476,
16284,
4484,
871,
10689,
5073,
138,
293,
68,
2978,
5587,
16285,
583,
262,
3944,
2538,
16283,
594,
1484,
433,
880,
31,
1296,
4841,
10445,
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,
4647,
629,
1212,
9385,
385,
793,
3198,
5080,
919,
4648,
239,
1224,
4650,
1226,
31,
5915,
1263,
1701,
1187,
2989,
3993
],
),
"top_panel_open": SymbolsMetadata(
popularity: 13,
codepoint: 0xf732,
categories: [12],
tags: [
2210,
77,
633,
345,
2812,
2948,
377,
313,
8,
2814,
2338,
914,
1335,
3049,
5809,
1326,
138,
1344,
385,
2342,
2922,
2343,
2960,
919,
4648,
298,
4650,
1943,
16286,
907,
396,
1187,
2989
],
),
"topic": SymbolsMetadata(
popularity: 1810,
codepoint: 0xf1c8,
categories: [7],
tags: [
1131,
9594,
1195,
16287,
12093,
81,
145,
1580,
1430,
5459,
1677,
1164,
9202,
1819,
147,
1680,
2475,
9385,
9386,
68,
2716,
4428,
7066,
9639,
328,
3944,
179,
4532,
1772,
1588,
4520,
737,
1689,
12863,
16288,
4740,
740,
12555
],
),
"tornado": SymbolsMetadata(
popularity: 679,
codepoint: 0xe199,
categories: [3],
tags: [
1360,
1838,
840,
9101,
4405,
1365,
16289,
4409,
2425,
6417,
16290,
4413,
3793,
12944,
2361,
6759,
289,
2936,
5942,
10045,
763,
4394,
1170,
16291,
6762,
6763,
6764,
206,
859,
16292,
1856,
6767
],
),
"total_dissolved_solids": SymbolsMetadata(
popularity: 7,
codepoint: 0xf877,
categories: [3],
tags: [
1422,
4165,
4168,
4169,
8288,
1333,
81,
14263,
4171,
16293,
2511,
9112,
4271,
4175,
4176,
226,
17,
2362,
16294,
63,
2332,
4180,
16295,
4181,
16296,
1318,
1319,
230,
36,
3830
],
),
"touch_app": SymbolsMetadata(
popularity: 6719,
codepoint: 0xe913,
categories: [6],
tags: [
748,
1672,
501,
504,
1784,
1103,
345,
1787,
288,
44,
1164,
1789,
2689,
2690,
2692,
1111,
2768,
262,
325,
271,
1167,
1120,
410,
362,
509,
525,
1791,
1792,
907
],
),
"touch_double": SymbolsMetadata(
popularity: 49,
codepoint: 0xf38b,
categories: [6],
tags: [
748,
4325,
1672,
1103,
2663,
345,
1787,
288,
8,
3042,
3661,
1107,
1789,
2689,
2690,
2692,
1111,
1612,
2980,
262,
5080,
1624,
328,
1167,
1120,
410,
362,
1791,
1792,
6413,
13355
],
),
"touch_long": SymbolsMetadata(
popularity: 104,
codepoint: 0xf38a,
categories: [6],
tags: [
748,
1672,
504,
1103,
345,
2089,
1164,
16297,
1789,
2689,
2690,
16298,
2692,
2478,
16299,
138,
1111,
1612,
16300,
262,
1120,
16301,
16302,
16303,
31,
525,
1791,
1792,
16304,
12178,
2198,
16305
],
),
"touch_triple": SymbolsMetadata(
popularity: 15,
codepoint: 0xf389,
categories: [6],
tags: [
748,
4325,
1672,
504,
1103,
345,
288,
7,
44,
1789,
2689,
2690,
2692,
1111,
1612,
467,
1344,
262,
16306,
1167,
1120,
410,
362,
64,
273,
1791,
65,
1792,
6413,
16307
],
),
"touchpad_mouse": SymbolsMetadata(
popularity: 79,
codepoint: 0xf687,
categories: [11],
tags: [
2536,
1784,
3939,
519,
1310,
345,
1787,
288,
16308,
1110,
1111,
3686,
2981,
325,
4289,
16309,
1167,
12177,
432,
362,
71,
433,
65,
16310,
12179,
16311,
278
],
),
"touchpad_mouse_off": SymbolsMetadata(
popularity: 21,
codepoint: 0xf4e6,
categories: [11],
tags: [
2536,
1051,
1784,
519,
345,
1787,
288,
1300,
868,
2713,
1055,
1110,
1111,
3686,
87,
2981,
3269,
6247,
1059,
1060,
1061,
4289,
12177,
432,
1067,
16310,
12179,
1068,
278
],
),
"tour": SymbolsMetadata(
popularity: 1271,
codepoint: 0xef75,
categories: [5],
tags: [
3129,
865,
193,
312,
1745,
10691,
216,
8013,
4496,
3168,
2816,
871,
1139,
51,
68,
16312,
4439,
3094,
16313,
2620,
2553,
1167,
759,
3944,
3945,
2128,
4963,
880,
4841,
6125,
332,
4468,
12681,
16314,
16315
],
),
"toys": SymbolsMetadata(
popularity: 859,
codepoint: 0xe332,
categories: [15],
tags: [
2508,
16248,
2261,
929,
15482,
1811,
993,
997,
1375,
483,
3092,
16316,
3294,
5382,
4724,
381,
1376,
1006,
1028,
3094,
492,
2504,
1653,
5721,
392,
1394,
1395,
433,
1711,
1396,
2500,
16317,
8079
],
),
"toys_and_games": SymbolsMetadata(
popularity: 266,
codepoint: 0xefc2,
categories: [15],
tags: [
16318,
2508,
3289,
9844,
4065,
997,
193,
1101,
781,
3294,
5382,
4724,
5428,
7541,
13078,
16319,
1028,
1958,
15398,
4729,
2504,
16320,
5721,
16321,
3298,
330,
4868,
30,
3520,
2500,
16317
],
),
"toys_fan": SymbolsMetadata(
popularity: 466,
codepoint: 0xf887,
categories: [15],
tags: [
837,
1858,
4202,
993,
997,
844,
8520,
845,
16322,
12005,
3870,
1878,
3294,
4724,
1140,
4193,
1028,
16323,
16324,
2504,
16325,
8518,
2515,
471,
16326,
472,
2369,
2500,
16327,
16317,
1853,
1856
],
),
"track_changes": SymbolsMetadata(
popularity: 2470,
codepoint: 0xe8e1,
categories: [9],
tags: [
6583,
6164,
193,
571,
3713,
3762,
628,
16328,
2151,
16329,
3281,
16330,
4511,
680,
16331,
9472,
16332,
16333,
2076,
1470,
468,
3504,
5547,
16334,
470,
6213,
1227,
33,
2146,
5548,
6172,
5549,
2989,
1485
],
),
"trackpad_input": SymbolsMetadata(
popularity: 70,
codepoint: 0xf4c7,
categories: [6],
tags: [
193,
1784,
519,
345,
1787,
288,
8,
1745,
4633,
1789,
2689,
2690,
2692,
1110,
1111,
1612,
1344,
3686,
2981,
468,
325,
4289,
328,
1167,
16335,
410,
2853,
362,
363,
433,
4637,
1791,
65,
1792,
12179
],
),
"trackpad_input_2": SymbolsMetadata(
popularity: 3,
codepoint: 0xf409,
categories: [6],
tags: [
5082,
519,
16336,
345,
16337,
288,
8,
1789,
2689,
2690,
2692,
15739,
1110,
1111,
10071,
2768,
1344,
3686,
505,
2981,
4289,
1167,
12177,
16338,
432,
410,
3044,
362,
363,
433,
4637,
1791,
16339,
65,
1792,
16310,
12179
],
),
"trackpad_input_3": SymbolsMetadata(
popularity: 6,
codepoint: 0xf408,
categories: [6],
tags: [
748,
1103,
519,
1310,
345,
16337,
288,
8,
2532,
1789,
2689,
1108,
2690,
2692,
1110,
1111,
1612,
1344,
3686,
16306,
16340,
325,
4289,
1167,
12177,
410,
363,
151,
433,
4637,
1791,
65,
16341,
1792,
16310,
12179
],
),
"traffic": SymbolsMetadata(
popularity: 1345,
codepoint: 0xe565,
categories: [5],
tags: [
3401,
2811,
481,
1811,
691,
9101,
1497,
2393,
313,
2816,
4413,
1621,
3627,
1534,
174,
1718,
12723,
16342,
1626,
705,
273,
1719,
1627,
1628,
1629,
332,
1835,
206,
1518
],
),
"traffic_jam": SymbolsMetadata(
popularity: 83,
codepoint: 0xf46f,
categories: [14],
tags: [
1360,
1809,
16343,
1811,
1812,
16344,
2116,
2038,
16345,
1621,
5247,
2716,
12789,
1623,
1534,
325,
2719,
2045,
1626,
1538,
13802,
1711,
1226,
1627,
1628,
1629,
332,
1835,
16346,
206
],
),
"trail_length": SymbolsMetadata(
popularity: 191,
codepoint: 0xeb5e,
categories: [1],
tags: [
1071,
4296,
40,
3111,
11241,
81,
313,
9,
5155,
216,
3649,
49,
1623,
2968,
87,
1426,
324,
226,
17,
642,
353,
12139,
1825,
3652,
1625,
57,
59,
62,
3489,
759,
1538,
1152,
746,
2146,
4807,
332,
10312
],
),
"trail_length_medium": SymbolsMetadata(
popularity: 160,
codepoint: 0xeb63,
categories: [1],
tags: [
3479,
517,
4296,
40,
373,
81,
8,
9,
216,
1078,
916,
49,
51,
2968,
10227,
1083,
87,
226,
17,
3879,
16347,
1934,
642,
12139,
1945,
70,
1625,
57,
59,
62,
759,
391,
1152,
71,
298,
1170,
2278,
97,
4807
],
),
"trail_length_short": SymbolsMetadata(
popularity: 160,
codepoint: 0xeb6d,
categories: [1],
tags: [
480,
2508,
4296,
40,
2931,
313,
9,
216,
137,
3649,
49,
51,
1623,
2968,
87,
324,
642,
12139,
325,
3652,
1625,
57,
59,
62,
759,
1538,
29,
1152,
392,
4343,
2146,
4807,
332,
3799
],
),
"train": SymbolsMetadata(
popularity: 3207,
codepoint: 0xe570,
categories: [14],
tags: [
1809,
1811,
6931,
1812,
2035,
312,
11387,
313,
3683,
5310,
4351,
1974,
1623,
7315,
1534,
1913,
1685,
2045,
2046,
4360,
7316,
7317,
4361,
1538,
1168,
3542,
3827,
4364,
4905,
3302,
3054,
4365,
4366,
1979,
1629,
332,
4906,
1835,
4354
],
),
"tram": SymbolsMetadata(
popularity: 728,
codepoint: 0xe571,
categories: [14],
tags: [
1809,
4943,
1811,
1812,
2548,
16348,
4944,
2035,
313,
3683,
1623,
7314,
1534,
1913,
16349,
2045,
2046,
4360,
16350,
16351,
7317,
4361,
16352,
4364,
3054,
4365,
4366,
1979,
1629,
16353,
332,
1969,
4906,
1506,
9855,
1835,
7298
],
),
"transcribe": SymbolsMetadata(
popularity: 933,
codepoint: 0xf8ec,
categories: [2],
tags: [
1268,
15222,
731,
283,
6433,
1273,
1301,
583,
1285,
589,
590,
453,
440,
273,
1293,
15128,
4845,
594,
5934,
1296,
33,
15224,
15225,
7230,
601,
1298,
15227,
1855
],
),
"transfer_within_a_station": SymbolsMetadata(
popularity: 895,
codepoint: 0xe572,
categories: [5],
tags: [
1174,
77,
502,
690,
2034,
2035,
284,
312,
313,
1105,
3276,
16354,
581,
2195,
87,
323,
324,
1534,
468,
325,
16355,
588,
589,
328,
2045,
2046,
432,
906,
1538,
3542,
1226,
4365,
526,
1979,
900,
1629,
332,
4952,
1835,
3143,
2854
],
),
"transform": SymbolsMetadata(
popularity: 668,
codepoint: 0xe428,
categories: [1],
tags: [
1738,
1739,
16356,
633,
482,
1742,
2442,
2337,
1813,
16357,
1252,
680,
2338,
914,
370,
2253,
49,
6078,
385,
1641,
1749,
386,
57,
62,
851,
329,
4665,
2220,
391,
2917,
298,
433,
512,
476
],
),
"transgender": SymbolsMetadata(
popularity: 962,
codepoint: 0xe58d,
categories: [3],
tags: [
77,
8599,
193,
574,
1235,
1794,
1795,
1796,
1797,
16358,
16359,
16360,
581,
978,
872,
1801,
1802,
87,
1803,
815,
1804,
588,
589,
16361,
1805,
390,
1807,
593,
31,
16362
],
),
"transit_enterexit": SymbolsMetadata(
popularity: 509,
codepoint: 0xe579,
categories: [5],
tags: [
861,
2032,
77,
2034,
2035,
2037,
313,
2271,
4931,
7514,
1106,
16363,
1212,
8261,
3036,
1974,
87,
323,
1534,
4358,
325,
1913,
1392,
2046,
1538,
3542,
4364,
4365,
1979,
16364,
1629,
332,
1980,
16365
],
),
"transit_ticket": SymbolsMetadata(
popularity: 42,
codepoint: 0xf3f1,
categories: [14],
tags: [
861,
1809,
1999,
2000,
2034,
1647,
1811,
930,
1812,
4902,
313,
1430,
16366,
2001,
1431,
6505,
4350,
7314,
1534,
1587,
2004,
2045,
2046,
1654,
4360,
4361,
6259,
432,
1927,
3299,
2008,
4364,
2010,
4365,
4366,
1979,
900,
1629,
332,
4906,
1835,
11343
],
),
"transition_chop": SymbolsMetadata(
popularity: 10,
codepoint: 0xf50e,
categories: [1],
tags: [
341,
1742,
16367,
6326,
2948,
16368,
2262,
680,
487,
1164,
346,
16369,
16370,
137,
138,
1470,
406,
468,
355,
5772,
1427,
2923,
15306,
1151,
1152,
151,
6213,
5980,
2401,
31,
2463,
511,
512,
4309,
37,
476
],
),
"transition_dissolve": SymbolsMetadata(
popularity: 32,
codepoint: 0xf50d,
categories: [1],
tags: [
341,
4203,
16371,
1101,
1523,
1197,
2701,
16372,
8,
7064,
16373,
16374,
1105,
680,
2153,
487,
4306,
346,
16370,
382,
1344,
2142,
406,
16375,
16376,
1330,
354,
1427,
15306,
410,
94,
5980,
2463,
4309,
16377,
141,
1348,
37,
364,
16378,
4319,
6930
],
),
"transition_fade": SymbolsMetadata(
popularity: 51,
codepoint: 0xf50c,
categories: [1],
tags: [
341,
16379,
1742,
1101,
1197,
2701,
16372,
16380,
7064,
16373,
1105,
680,
487,
16381,
4306,
16382,
16383,
16370,
16384,
382,
1344,
406,
16375,
353,
408,
16385,
1427,
15306,
94,
16386,
5980,
682,
2463,
16387,
4309,
141,
1348,
37,
10346,
364,
16378,
4319
],
),
"transition_push": SymbolsMetadata(
popularity: 59,
codepoint: 0xf50b,
categories: [1],
tags: [
748,
2921,
341,
1672,
501,
77,
502,
504,
2701,
345,
485,
313,
2932,
487,
16370,
1077,
903,
2690,
2838,
1344,
353,
1749,
468,
325,
905,
1586,
1427,
759,
5437,
906,
15306,
410,
6213,
2833,
4520,
5980,
4637,
31,
2463,
4309,
141,
907,
1348,
476,
333,
1186
],
rtlAutoMirrored: true,
),
"transition_slide": SymbolsMetadata(
popularity: 37,
codepoint: 0xf50a,
categories: [1],
tags: [
341,
77,
1742,
1438,
485,
313,
487,
16370,
1077,
370,
903,
16388,
382,
385,
1749,
468,
905,
5772,
1427,
759,
2923,
906,
15306,
392,
6213,
2007,
4520,
16389,
5980,
2402,
2463,
4309,
16377,
1690,
1464,
396,
4319,
1186
],
rtlAutoMirrored: true,
),
"translate": SymbolsMetadata(
popularity: 5640,
codepoint: 0xe8e2,
categories: [6],
tags: [
77,
2962,
568,
1742,
570,
283,
1786,
4449,
313,
3042,
3276,
319,
322,
5225,
2195,
6623,
9697,
16067,
906,
4845,
1295,
594,
3964,
1296,
33,
7230,
9700,
9337,
6627
],
),
"transportation": SymbolsMetadata(
popularity: 473,
codepoint: 0xe21d,
categories: [14],
tags: [
1809,
3410,
2034,
1811,
1812,
2548,
2035,
313,
2038,
16390,
1623,
1534,
4904,
875,
468,
1143,
1913,
13212,
2045,
7329,
3299,
1626,
1538,
1168,
2048,
3542,
1226,
1317,
4905,
526,
1979,
900,
1629,
332,
1920,
1506,
1835,
2050
],
),
"travel": SymbolsMetadata(
popularity: 559,
codepoint: 0xe6ca,
categories: [16],
tags: [
4942,
837,
9045,
1982,
16391,
1929,
1900,
1901,
1986,
1972,
2032,
1902,
16392,
2037,
288,
1909,
1989,
1990,
1924,
16393,
9032,
1623,
262,
642,
1061,
387,
1992,
16394,
151,
273,
6174,
900,
1629,
332,
1920,
4354,
1995
],
rtlAutoMirrored: true,
),
"travel_explore": SymbolsMetadata(
popularity: 7257,
codepoint: 0xe2db,
categories: [3],
tags: [
3640,
1179,
193,
312,
1542,
314,
315,
316,
16395,
317,
1109,
319,
320,
322,
1623,
323,
1115,
1116,
1117,
2327,
324,
1624,
325,
267,
2785,
5232,
1126,
1127,
593,
823,
331,
3302,
16396,
332,
1920,
8306,
333,
334,
9816,
2335
],
),
"travel_luggage_and_bags": SymbolsMetadata(
popularity: 82,
codepoint: 0xefc3,
categories: [16],
tags: [
1972,
8580,
3642,
2033,
5639,
16397,
1514,
3646,
5404,
16398,
4870,
5640,
16399,
4634,
1623,
2042,
5647,
1061,
5362,
5400,
4487,
3302,
900,
332,
3657,
1920,
11573,
1960,
2050
],
),
"trending_down": SymbolsMetadata(
popularity: 2805,
codepoint: 0xe8e3,
categories: [9],
tags: [
1422,
1071,
77,
11547,
9585,
569,
373,
81,
5037,
2879,
16400,
1694,
1162,
375,
13450,
313,
2814,
16401,
2890,
2899,
8472,
941,
1078,
1081,
1426,
16402,
226,
1086,
468,
16403,
359,
203,
16404,
746,
5199,
1095,
16405,
6639,
16406
],
rtlAutoMirrored: true,
),
"trending_flat": SymbolsMetadata(
popularity: 5589,
codepoint: 0xe8e4,
categories: [9],
tags: [
77,
3479,
1742,
373,
8224,
81,
313,
2240,
379,
10829,
1078,
16407,
51,
792,
87,
18,
468,
8819,
1945,
759,
359,
390,
906,
1699,
9600,
1947,
291,
16408,
16409,
2146,
1095,
1429,
6639,
16410,
476
],
rtlAutoMirrored: true,
),
"trending_up": SymbolsMetadata(
popularity: 13424,
codepoint: 0xe8e5,
categories: [9],
tags: [
1422,
1071,
77,
78,
569,
373,
81,
375,
313,
941,
9879,
1078,
234,
3026,
235,
1081,
1426,
226,
18,
1086,
468,
648,
242,
759,
359,
203,
1428,
12582,
746,
291,
1095,
1429,
6639,
16411,
1701
],
rtlAutoMirrored: true,
),
"trip": SymbolsMetadata(
popularity: 106,
codepoint: 0xe6fb,
categories: [16],
tags: [
3640,
2032,
3642,
1923,
1514,
2072,
2037,
312,
314,
10839,
316,
16412,
2816,
1957,
1974,
1623,
324,
468,
325,
1625,
16413,
2785,
969,
1626,
1538,
4487,
6125,
900,
332,
16414,
16415,
1920,
1960,
4354,
8306
],
),
"trip_origin": SymbolsMetadata(
popularity: 1231,
codepoint: 0xe57b,
categories: [5],
tags: [
1513,
2192,
193,
2037,
312,
313,
1745,
1532,
16416,
321,
1623,
13336,
1388,
4151,
174,
325,
9639,
326,
327,
328,
329,
1538,
2128,
16417,
6776,
332,
1920,
16418
],
),
"trolley": SymbolsMetadata(
popularity: 58,
codepoint: 0xf86b,
categories: [9],
tags: [
1645,
3642,
1646,
1647,
3646,
1648,
1416,
16419,
934,
9941,
1649,
6446,
4910,
3772,
86,
6449,
1389,
3773,
1749,
1651,
4485,
1654,
16420,
1393,
1656,
1394,
1657,
433,
1396,
900,
4906,
8010,
2050
],
),
"trolley_cable_car": SymbolsMetadata(
popularity: 4,
codepoint: 0xf46e,
categories: [14],
tags: [
16421,
1809,
482,
4943,
1811,
1812,
2548,
284,
313,
3683,
4945,
5673,
16422,
1623,
3027,
87,
1534,
16423,
1733,
2045,
6986,
4360,
4361,
3298,
433,
4364,
12716,
3302,
4950,
4365,
4366,
1979,
16424,
1629,
332,
16425,
4906,
4951,
1835
],
),
"trophy": SymbolsMetadata(
popularity: 1586,
codepoint: 0xe71a,
categories: [15],
tags: [
11896,
3,
16426,
3494,
5677,
4973,
14073,
5713,
3667,
15396,
16427,
6,
3496,
6010,
10,
3498,
1907,
3501,
16428,
3672,
3503,
1289,
3505,
30,
3520,
16429,
245,
15383,
3508,
5153,
16430,
3509,
3510,
16431
],
),
"troubleshoot": SymbolsMetadata(
popularity: 707,
codepoint: 0xe1d2,
categories: [9],
tags: [
1738,
1071,
373,
8091,
6403,
81,
7640,
375,
2781,
317,
1747,
1776,
1109,
1078,
871,
1081,
2716,
87,
1115,
4878,
1116,
1117,
3961,
226,
5313,
4879,
1086,
70,
2719,
4880,
1126,
1127,
652,
71,
1779,
4181,
4881,
746,
880,
1093,
140,
511,
16432,
1095,
4035,
3375,
1518,
4883
],
),
"tsunami": SymbolsMetadata(
popularity: 671,
codepoint: 0xebd8,
categories: [3],
tags: [
1360,
16433,
840,
4038,
16434,
4405,
1365,
4409,
16435,
2425,
1843,
9090,
16436,
4413,
16437,
16438,
7289,
6759,
2485,
16439,
16440,
5942,
2421,
4394,
3963,
16441,
16442,
16443,
206,
3830,
1854,
859
],
),
"tsv": SymbolsMetadata(
popularity: 10,
codepoint: 0xe6d6,
categories: [12],
tags: [
1422,
933,
6669,
6671,
81,
6672,
6673,
1430,
9333,
2443,
147,
2444,
2569,
382,
68,
1428,
1459,
6675,
1460,
16444,
16445,
746,
4480,
16446,
1473,
33,
16447,
6681
],
),
"tty": SymbolsMetadata(
popularity: 313,
codepoint: 0xf1aa,
categories: [11],
tags: [
862,
864,
865,
1268,
1100,
1270,
1250,
570,
283,
284,
975,
1475,
7695,
288,
867,
8,
1110,
5933,
7699,
1111,
1114,
2294,
262,
1732,
271,
432,
410,
1293,
594,
433,
1296,
1406,
16448,
16449,
1317,
33,
16450,
16451
],
),
"tune": SymbolsMetadata(
popularity: 14867,
codepoint: 0xe429,
categories: [1],
tags: [
1738,
5342,
1268,
925,
517,
16452,
6403,
345,
1744,
3082,
1236,
1252,
680,
2063,
83,
6076,
3936,
1083,
1470,
8126,
1641,
1706,
70,
921,
151,
71,
1779,
3476,
1752,
1293,
10745,
97,
6391,
16453,
6748,
554
],
),
"turn_left": SymbolsMetadata(
popularity: 494,
codepoint: 0xeba6,
categories: [14],
tags: [
500,
77,
502,
7277,
2931,
313,
2395,
2038,
2977,
2838,
3168,
2816,
7331,
2195,
87,
324,
1534,
325,
1625,
328,
1121,
1626,
1538,
1152,
898,
3798,
1628,
1979,
332,
473
],
),
"turn_right": SymbolsMetadata(
popularity: 660,
codepoint: 0xebab,
categories: [14],
tags: [
77,
502,
16454,
16455,
3438,
313,
2395,
2038,
16456,
16457,
16458,
321,
1621,
51,
323,
324,
1534,
875,
1624,
325,
1625,
16459,
906,
1699,
7280,
1626,
1538,
898,
1627,
31,
1628,
332,
473,
7281
],
),
"turn_sharp_left": SymbolsMetadata(
popularity: 203,
codepoint: 0xeba7,
categories: [14],
tags: [
500,
77,
502,
7277,
2931,
2393,
313,
2395,
1677,
321,
51,
700,
2195,
3158,
15062,
324,
1534,
325,
1625,
1167,
1626,
1538,
644,
16460,
898,
3160,
1627,
31,
1628,
1629,
332,
473,
513
],
),
"turn_sharp_right": SymbolsMetadata(
popularity: 263,
codepoint: 0xebaa,
categories: [14],
tags: [
16461,
77,
502,
1811,
2931,
2393,
313,
2395,
2038,
2838,
321,
3168,
700,
1623,
323,
324,
1534,
468,
325,
905,
1625,
2859,
906,
1626,
1538,
644,
898,
1628,
1979,
332,
473,
7281,
513
],
),
"turn_slight_left": SymbolsMetadata(
popularity: 273,
codepoint: 0xeba4,
categories: [14],
tags: [
500,
77,
502,
7277,
9058,
2812,
2931,
313,
2271,
2395,
2038,
15741,
321,
3168,
2195,
323,
324,
1534,
875,
1749,
325,
507,
1625,
2961,
906,
1626,
1538,
898,
16462,
1628,
332,
473,
513,
3799,
3164
],
),
"turn_slight_right": SymbolsMetadata(
popularity: 359,
codepoint: 0xeb9a,
categories: [14],
tags: [
77,
502,
7277,
2931,
2393,
313,
2395,
2038,
2977,
321,
3168,
1621,
700,
324,
1534,
325,
905,
1625,
2961,
906,
7280,
1626,
1538,
644,
898,
16462,
16463,
16464,
1627,
31,
1628,
332,
473,
7281
],
),
"tv": SymbolsMetadata(
popularity: 3455,
codepoint: 0xe333,
categories: [11],
tags: [
288,
8,
781,
16465,
4484,
1140,
1499,
5527,
406,
630,
289,
920,
432,
410,
5438,
16466,
16467,
454,
411,
412,
2030,
37,
278
],
),
"tv_displays": SymbolsMetadata(
popularity: 74,
codepoint: 0xf3ec,
categories: [11],
tags: [
4276,
1073,
288,
8,
16468,
16469,
13308,
2532,
2024,
406,
5443,
630,
16470,
16471,
16472,
1732,
388,
432,
410,
5979,
5438,
7664,
454,
411,
65,
412,
16473,
2030,
37,
16474,
278
],
),
"tv_gen": SymbolsMetadata(
popularity: 834,
codepoint: 0xe830,
categories: [8],
tags: [
1858,
482,
731,
732,
288,
8,
2532,
781,
2533,
1110,
1140,
3340,
1499,
1958,
1282,
5527,
406,
630,
354,
1143,
432,
1959,
410,
2145,
2007,
273,
411,
412,
2030,
37,
2507,
396,
2078
],
),
"tv_guide": SymbolsMetadata(
popularity: 42,
codepoint: 0xe1dc,
categories: [11],
tags: [
1659,
482,
731,
16475,
16476,
15667,
288,
16477,
1541,
8,
781,
16478,
382,
2816,
1110,
68,
1470,
88,
12804,
406,
16479,
1123,
432,
1168,
410,
16480,
433,
411,
412,
16481,
16482,
2030,
16483,
16484,
37
],
),
"tv_next": SymbolsMetadata(
popularity: 7,
codepoint: 0xf3eb,
categories: [11],
tags: [
77,
732,
344,
345,
288,
313,
8,
781,
13382,
346,
903,
6653,
406,
630,
1749,
439,
905,
409,
1167,
1122,
906,
410,
5438,
2145,
2007,
8021,
454,
411,
412,
1690,
2030,
37,
278
],
rtlAutoMirrored: true,
),
"tv_off": SymbolsMetadata(
popularity: 181,
codepoint: 0xe647,
categories: [11],
tags: [
1246,
1247,
481,
1208,
1703,
6837,
1704,
288,
1162,
868,
8,
2532,
1055,
781,
1110,
1253,
1222,
1705,
406,
630,
439,
1059,
1061,
2457,
410,
1067,
65,
412,
2030,
1068,
333,
1187
],
),
"tv_options_edit_channels": SymbolsMetadata(
popularity: 106,
codepoint: 0xe1dd,
categories: [11],
tags: [
1738,
1660,
731,
16485,
3744,
732,
15667,
1662,
1775,
685,
3082,
288,
8,
7403,
1252,
2532,
781,
2533,
1776,
88,
6783,
1667,
406,
1641,
630,
1585,
1668,
70,
4015,
1122,
1123,
2269,
2538,
410,
362,
71,
95,
433,
412,
1712,
2030,
1671
],
),
"tv_options_input_settings": SymbolsMetadata(
popularity: 60,
codepoint: 0xe1de,
categories: [11],
tags: [
5342,
11665,
1775,
685,
288,
8,
2532,
781,
6446,
1776,
3413,
5311,
1111,
1470,
1729,
4879,
406,
630,
439,
70,
921,
432,
11669,
4880,
410,
71,
433,
31,
412,
2030,
37
],
),
"tv_remote": SymbolsMetadata(
popularity: 34,
codepoint: 0xf5d9,
categories: [11],
tags: [
1672,
504,
2022,
732,
1073,
1743,
6408,
288,
8,
2532,
781,
16486,
16487,
1111,
406,
354,
16488,
3688,
1122,
432,
4777,
410,
2903,
2007,
5445,
411,
65,
412,
37,
554
],
),
"tv_signin": SymbolsMetadata(
popularity: 52,
codepoint: 0xe71b,
categories: [11],
tags: [
1246,
1247,
861,
565,
1858,
5217,
5219,
1703,
284,
1704,
288,
8,
2532,
1106,
781,
577,
1110,
581,
1253,
8865,
980,
1705,
406,
630,
267,
588,
589,
590,
432,
2623,
2538,
410,
16489,
987,
16490,
65,
412,
2030,
601,
333,
1187
],
),
"tv_with_assistant": SymbolsMetadata(
popularity: 166,
codepoint: 0xe785,
categories: [8],
tags: [
3146,
3147,
3148,
1267,
284,
345,
288,
8,
2532,
781,
904,
1110,
1140,
1499,
1344,
259,
1314,
5527,
406,
647,
630,
1143,
4277,
432,
410,
71,
1292,
5445,
411,
65,
412,
2030,
37,
3153,
278
],
),
"two_pager": SymbolsMetadata(
popularity: 70,
codepoint: 0xf51f,
categories: [12],
tags: [
2440,
3390,
7120,
628,
81,
1580,
1430,
8901,
2141,
1677,
147,
1679,
16491,
16492,
1680,
1681,
68,
385,
16493,
1345,
3065,
3396,
8692,
16494,
1586,
3397,
1587,
4796,
1427,
3067,
3380,
2885,
1428,
1588,
4520,
2263,
33,
4444,
396,
16495,
1485
],
),
"two_pager_store": SymbolsMetadata(
popularity: 26,
codepoint: 0xf3c4,
categories: [12],
tags: [
3390,
3391,
4793,
569,
1647,
3696,
934,
81,
1580,
1430,
3042,
1677,
1649,
147,
1679,
1680,
1681,
5096,
4910,
86,
385,
1345,
1389,
1390,
3773,
523,
2922,
1586,
3397,
4286,
1587,
4796,
2553,
4485,
1654,
3380,
2885,
1537,
1393,
363,
3279,
1588,
4442,
1394,
1395,
6196,
4520,
1396,
1397,
394,
396,
1485
],
),
"two_wheeler": SymbolsMetadata(
popularity: 1826,
codepoint: 0xe9f9,
categories: [14],
tags: [
1809,
4144,
1811,
1812,
7313,
2036,
313,
7908,
5310,
1623,
323,
1534,
875,
12171,
12092,
4158,
2045,
27,
12172,
3299,
7285,
1626,
1538,
4161,
275,
30,
1627,
900,
1629,
332,
16496,
7286,
1506,
1835,
16497,
2050
],
rtlAutoMirrored: true,
),
"type_specimen": SymbolsMetadata(
popularity: 177,
codepoint: 0xf8f0,
categories: [12],
tags: [
403,
2277,
485,
43,
8,
1430,
680,
16498,
147,
12,
2154,
137,
68,
385,
16,
1470,
1586,
2157,
9714,
7645,
16499,
10247,
2160,
33,
35,
6749,
338,
396,
1485
],
),
"u_turn_left": SymbolsMetadata(
popularity: 394,
codepoint: 0xeba1,
categories: [14],
tags: [
77,
502,
7277,
9058,
193,
2931,
313,
2395,
2038,
16500,
2816,
2195,
3158,
757,
1534,
325,
1625,
1124,
16501,
2831,
1626,
9248,
1538,
898,
3160,
1627,
1628,
900,
473,
16502,
14181,
1835
],
),
"u_turn_right": SymbolsMetadata(
popularity: 318,
codepoint: 0xeba2,
categories: [14],
tags: [
77,
502,
7277,
1811,
9058,
2931,
3438,
313,
2395,
2038,
321,
3168,
15062,
324,
1534,
325,
1625,
16503,
906,
1626,
9248,
1538,
898,
1627,
31,
1628,
1629,
332,
473,
14181,
1835
],
),
"ulna_radius": SymbolsMetadata(
popularity: 142,
codepoint: 0xf89d,
categories: [3],
tags: [
8600,
3547,
7992,
16504,
4166,
690,
4120,
8601,
4254,
16505,
16506,
697,
16507,
892,
581,
8613,
107,
1525,
894,
10483,
8607,
12363,
16508,
1736,
4180,
8608,
8609,
8610,
16509,
16510,
2544,
8615
],
),
"ulna_radius_alt": SymbolsMetadata(
popularity: 132,
codepoint: 0xf89e,
categories: [3],
tags: [
3547,
7992,
4166,
690,
4120,
8601,
4254,
375,
3092,
16506,
697,
892,
581,
3556,
894,
1767,
4531,
12363,
1736,
4180,
8608,
8610,
955,
3142,
5377,
16509,
8615
],
),
"umbrella": SymbolsMetadata(
popularity: 376,
codepoint: 0xf1ad,
categories: [8],
tags: [
2536,
10042,
4037,
2636,
2139,
5290,
1164,
46,
2883,
1776,
4634,
1376,
492,
2922,
3652,
876,
4503,
2534,
1574,
5942,
16511,
705,
16512,
1504,
1575,
5188,
1598,
4044,
31,
4047,
859,
10488
],
),
"unarchive": SymbolsMetadata(
popularity: 1306,
codepoint: 0xe169,
categories: [7],
tags: [
861,
748,
1673,
77,
482,
504,
1103,
1333,
81,
313,
1430,
5754,
147,
1680,
137,
138,
2289,
3451,
1376,
2939,
2291,
506,
2870,
9195,
355,
432,
3663,
2796,
433,
1689,
1396,
31,
16513,
2836,
1701,
98
],
),
"undo": SymbolsMetadata(
popularity: 9432,
codepoint: 0xe166,
categories: [2],
tags: [
748,
77,
2441,
2821,
1208,
1742,
1103,
4664,
5290,
753,
1210,
680,
2714,
1747,
2825,
2076,
2195,
2291,
5583,
1119,
2828,
3441,
1224,
3434,
3663,
16514,
1124,
16501,
2832,
2450,
10318,
470,
2834,
16515,
2836
],
rtlAutoMirrored: true,
),
"unfold_less": SymbolsMetadata(
popularity: 2410,
codepoint: 0xe5d6,
categories: [2],
tags: [
77,
502,
2822,
1209,
912,
6050,
6036,
6037,
6354,
2442,
43,
313,
914,
16516,
6057,
2913,
16517,
579,
2915,
5503,
1376,
1950,
88,
2892,
2940,
325,
5919,
4649,
1151,
16518,
2917,
6360,
2402,
413,
2945,
16519,
1701,
16520
],
),
"unfold_less_double": SymbolsMetadata(
popularity: 559,
codepoint: 0xf8cf,
categories: [2],
tags: [
77,
502,
16521,
5917,
16522,
2822,
7122,
1209,
912,
6037,
2442,
2879,
313,
3042,
8528,
914,
6057,
2913,
5503,
1950,
11605,
88,
2892,
16523,
13364,
2940,
325,
328,
5919,
2917,
6360,
4952,
2945,
1701,
13692
],
),
"unfold_more": SymbolsMetadata(
popularity: 5992,
codepoint: 0xe5d7,
categories: [2],
tags: [
77,
502,
2842,
2822,
912,
345,
81,
313,
15731,
2814,
914,
16516,
16524,
6057,
2913,
16525,
16526,
2915,
1080,
51,
1950,
88,
237,
325,
2894,
95,
1473,
413,
2945,
16519,
1701
],
),
"unfold_more_double": SymbolsMetadata(
popularity: 748,
codepoint: 0xf8d0,
categories: [2],
tags: [
748,
3041,
77,
502,
504,
2822,
912,
345,
145,
313,
3042,
2814,
2891,
914,
6057,
83,
2915,
5801,
68,
87,
88,
2342,
506,
2892,
237,
325,
2922,
1167,
2007,
95,
31,
413,
2945,
1701,
1464
],
),
"ungroup": SymbolsMetadata(
popularity: 50,
codepoint: 0xf731,
categories: [12],
tags: [
1738,
1466,
77,
16527,
5753,
16528,
3261,
14759,
7064,
16529,
2262,
1136,
1252,
2186,
1695,
1678,
579,
1198,
86,
1641,
2455,
2219,
586,
2343,
1224,
906,
16530,
1151,
706,
5482,
2401,
16531,
512,
9971,
9983
],
),
"universal_currency": SymbolsMetadata(
popularity: 77,
codepoint: 0xe9fa,
categories: [9],
tags: [
927,
928,
569,
930,
931,
16532,
932,
934,
936,
937,
962,
938,
964,
6695,
3276,
941,
942,
319,
322,
1389,
948,
523,
950,
951,
6700,
31,
4929,
956,
881,
36,
958,
9816,
6701
],
),
"universal_currency_alt": SymbolsMetadata(
popularity: 146,
codepoint: 0xe734,
categories: [9],
tags: [
927,
569,
930,
931,
932,
934,
1786,
936,
937,
6730,
938,
964,
3497,
3276,
941,
942,
967,
319,
322,
946,
6704,
948,
523,
950,
951,
1421,
11406,
359,
11363,
1395,
898,
31,
4929,
956,
881,
36,
9816
],
),
"universal_local": SymbolsMetadata(
popularity: 48,
codepoint: 0xe9fb,
categories: [5],
tags: [
861,
1131,
8136,
12093,
285,
1842,
81,
312,
313,
5459,
1843,
83,
2704,
1543,
319,
16533,
322,
6253,
16534,
323,
324,
1166,
174,
2940,
8310,
326,
327,
358,
1148,
8311,
2817,
71,
8299,
1540,
881,
396,
9816
],
),
"unknown_2": SymbolsMetadata(
popularity: 33,
codepoint: 0xe6a2,
categories: [1],
tags: [
231,
74,
862,
745,
1738,
5342,
4594,
6392,
925,
3622,
193,
685,
4739,
345,
4745,
2879,
8,
6393,
1252,
6394,
680,
6076,
6395,
6078,
6396,
6397,
642,
630,
70,
59,
239,
921,
410,
151,
71,
6398,
1261,
4740,
413,
396,
4318,
476
],
),
"unknown_5": SymbolsMetadata(
popularity: 60,
codepoint: 0xe6a5,
categories: [2],
tags: [
676,
1738,
5342,
1423,
1332,
193,
912,
2442,
2392,
2879,
1210,
1252,
680,
6076,
14609,
699,
1950,
87,
2892,
1255,
2940,
4273,
5919,
1224,
14722,
2917,
1339,
1170,
1261,
4766,
3946
],
),
"unknown_7": SymbolsMetadata(
popularity: 8,
codepoint: 0xe6a7,
categories: [12],
tags: [
747,
3418,
1738,
2148,
4,
77,
6241,
16077,
6702,
16078,
2842,
5,
313,
1430,
1252,
2153,
370,
4484,
1111,
1113,
16,
6955,
1641,
2870,
325,
2157,
2916,
329,
2875,
392,
6213,
31,
33,
16079,
1690,
35,
3660,
16080,
3946,
1701,
12677,
1485
],
),
"unknown_document": SymbolsMetadata(
popularity: 183,
codepoint: 0xf804,
categories: [12],
tags: [
3941,
865,
569,
16282,
81,
1580,
1430,
6434,
147,
557,
697,
871,
293,
68,
1166,
16535,
16536,
887,
1480,
1391,
1586,
1587,
3943,
2331,
3944,
3945,
880,
31,
33,
7160,
3946,
16537,
16538,
2592,
4036,
7161
],
),
"unknown_med": SymbolsMetadata(
popularity: 154,
codepoint: 0xeabd,
categories: [2],
tags: [
1423,
1332,
1208,
2392,
2264,
2879,
1210,
14717,
1163,
697,
1634,
14720,
1950,
87,
814,
1255,
16539,
4788,
2940,
4273,
5919,
1224,
1152,
1169,
14722,
1339,
16540,
3770,
8713,
1170,
1261,
4766,
1068
],
),
"unlicense": SymbolsMetadata(
popularity: 26,
codepoint: 0xeb05,
categories: [6],
tags: [
861,
3305,
192,
3309,
464,
868,
2179,
2640,
1055,
2304,
2307,
16541,
16542,
3790,
3182,
2308,
16543,
2446,
3311,
3312,
16544,
3502,
1641,
16545,
16546,
1059,
1061,
3313,
2670,
5359,
6750,
716,
16547,
6229,
3506,
3314,
1528,
1067,
16548,
16549,
16550,
2317,
16551,
4820
],
),
"unpaved_road": SymbolsMetadata(
popularity: 22,
codepoint: 0xf46d,
categories: [14],
tags: [
3640,
1809,
16081,
1811,
1812,
5056,
313,
2395,
7336,
16552,
1822,
1621,
1623,
1470,
324,
1534,
1825,
325,
3652,
1625,
386,
2045,
1626,
16085,
1538,
1829,
1627,
3609,
393,
1628,
4807,
1629,
332,
14110,
16553,
16554,
1835,
1630
],
),
"unpublished": SymbolsMetadata(
popularity: 1482,
codepoint: 0xf236,
categories: [6],
tags: [
1422,
1071,
1660,
1424,
3768,
569,
373,
1662,
193,
463,
1425,
81,
4375,
868,
1666,
1055,
942,
1078,
234,
1081,
68,
2465,
1166,
1182,
1086,
1059,
1668,
1061,
648,
1427,
759,
1428,
2332,
3504,
2467,
362,
1067,
746,
3070,
1669,
2468,
16555,
2334,
1576,
2805,
1671
],
),
"unsubscribe": SymbolsMetadata(
popularity: 1070,
codepoint: 0xe0eb,
categories: [7],
tags: [
565,
748,
1208,
193,
1209,
283,
345,
1235,
81,
1210,
1430,
2286,
3232,
68,
16,
88,
2291,
1029,
583,
16556,
616,
1059,
1242,
1587,
921,
1224,
2298,
652,
71,
392,
1226,
1372,
2628,
31,
13074,
3993
],
),
"upcoming": SymbolsMetadata(
popularity: 689,
codepoint: 0xf07e,
categories: [7],
tags: [
1659,
1359,
16557,
2071,
2072,
16558,
16559,
1160,
4802,
16560,
2883,
16561,
489,
16562,
11045,
5007,
16563,
88,
2291,
583,
16564,
905,
16565,
616,
2589,
16566,
9714,
1168,
16567,
2463,
1713
],
),
"update": SymbolsMetadata(
popularity: 8974,
codepoint: 0xe923,
categories: [6],
tags: [
1672,
77,
9627,
2441,
2934,
193,
462,
1159,
6617,
753,
81,
520,
903,
2076,
259,
3039,
756,
757,
1090,
1122,
759,
3441,
760,
761,
13858,
2831,
470,
1168,
509,
472,
764,
765,
1093,
65,
1171,
2836,
2451,
527,
333
],
),
"update_disabled": SymbolsMetadata(
popularity: 473,
codepoint: 0xe075,
categories: [6],
tags: [
77,
2441,
2934,
1051,
6311,
193,
1159,
1160,
1162,
868,
1055,
2714,
1213,
903,
2076,
1222,
3039,
16568,
1057,
16569,
5951,
16570,
16571,
6430,
1059,
1061,
4247,
760,
15842,
16572,
2831,
470,
1168,
1067,
2614,
15844,
16573,
1171,
1068,
2451,
15846
],
),
"upgrade": SymbolsMetadata(
popularity: 2424,
codepoint: 0xf0fb,
categories: [6],
tags: [
1631,
2921,
77,
9682,
16574,
313,
2418,
3352,
1695,
234,
3019,
3026,
235,
16575,
9880,
87,
4818,
905,
759,
1184,
3607,
2420,
1263,
1701,
2451,
1944,
3017
],
),
"upi_pay": SymbolsMetadata(
popularity: 31,
codepoint: 0xf3cf,
categories: [9],
tags: [
4,
926,
927,
2493,
931,
5,
937,
16576,
941,
11921,
12,
5223,
16577,
6725,
6733,
16,
2480,
6306,
948,
6691,
950,
951,
5631,
14546,
31,
33,
956,
526,
35,
16578,
16579,
16580,
16581,
971
],
),
"upload": SymbolsMetadata(
popularity: 4054,
codepoint: 0xf09b,
categories: [2],
tags: [
745,
77,
502,
1323,
1674,
1675,
81,
313,
1430,
520,
1677,
1695,
147,
1594,
1111,
259,
2794,
1749,
267,
2922,
1167,
1353,
1539,
362,
2298,
2720,
1528,
1396,
2925,
526,
1701,
527
],
),
"upload_2": SymbolsMetadata(
popularity: 79,
codepoint: 0xf521,
categories: [2],
tags: [
77,
6241,
502,
1674,
1675,
1676,
519,
81,
313,
2141,
520,
1677,
147,
2503,
259,
1706,
267,
523,
2298,
2720,
652,
1528,
1689,
5905,
526,
1701,
527,
13622,
3017,
2507,
333
],
),
"upload_file": SymbolsMetadata(
popularity: 7357,
codepoint: 0xe9fc,
categories: [6],
tags: [
748,
745,
77,
504,
1675,
81,
1580,
1430,
520,
1677,
1164,
147,
1680,
1681,
137,
138,
1594,
87,
1586,
1587,
1539,
2298,
1588,
4520,
1396,
31,
526,
4778,
141,
1701,
527,
1485
],
),
"uppercase": SymbolsMetadata(
popularity: 4,
codepoint: 0xf488,
categories: [12],
tags: [
1174,
748,
4,
502,
482,
504,
5,
345,
2337,
2948,
377,
313,
8,
2338,
914,
12,
348,
1696,
1326,
49,
16,
10908,
2342,
406,
2344,
62,
410,
298,
433,
1943,
31,
33,
11561,
11562,
413,
35,
7693,
37,
396,
8684,
1187,
2335
],
),
"urology": SymbolsMetadata(
popularity: 5,
codepoint: 0xe137,
categories: [3],
tags: [
3547,
16582,
4166,
16583,
690,
4253,
7768,
1761,
697,
892,
1763,
581,
8613,
9755,
12373,
12375,
894,
1767,
12376,
9759,
16584,
3849,
12377,
4180,
9761,
9763,
5377,
16585,
16586,
16587,
12379
],
),
"usb": SymbolsMetadata(
popularity: 924,
codepoint: 0xe1e0,
categories: [4],
tags: [
2536,
4936,
519,
284,
4937,
81,
615,
288,
1677,
1877,
10933,
16588,
904,
1110,
138,
1344,
87,
2794,
4289,
3970,
12840,
1315,
1339,
5188,
1689,
31,
65,
526,
16589,
1320,
4941
],
),
"usb_off": SymbolsMetadata(
popularity: 196,
codepoint: 0xe4fa,
categories: [4],
tags: [
481,
4936,
1310,
284,
6837,
615,
288,
1162,
868,
7837,
2713,
7866,
1213,
1222,
6428,
2016,
1059,
1315,
16590,
16591,
1067,
1226,
6834,
65,
1068,
16589,
16592,
1320,
16593,
4941
],
),
"user_attributes": SymbolsMetadata(
popularity: 314,
codepoint: 0xe708,
categories: [6],
tags: [
565,
144,
566,
8714,
16594,
9253,
685,
5762,
16595,
81,
16596,
7029,
145,
577,
581,
978,
9283,
68,
88,
6783,
1029,
70,
6256,
588,
589,
920,
921,
590,
150,
390,
1200,
71,
8299,
16597,
6261,
601,
16598
],
),
"vaccines": SymbolsMetadata(
popularity: 3247,
codepoint: 0xe138,
categories: [3],
tags: [
864,
3132,
193,
2373,
692,
1235,
2375,
1761,
15862,
5205,
2425,
16599,
697,
892,
1763,
16600,
11951,
15863,
16601,
87,
894,
1766,
1767,
6208,
5876,
1768,
239,
5821,
1574,
5523,
6503,
11954,
3142,
5377,
15865,
10617,
15866,
9121,
2385
],
),
"vacuum": SymbolsMetadata(
popularity: 56,
codepoint: 0xefc5,
categories: [8],
tags: [
1858,
2123,
16602,
5843,
810,
1890,
1863,
16603,
7336,
3864,
5832,
3870,
2532,
46,
1108,
1140,
1499,
4193,
5833,
3530,
1729,
3961,
492,
4880,
5822,
652,
1897,
16604,
5838,
1517,
65,
5840,
14915,
16605,
16606
],
),
"valve": SymbolsMetadata(
popularity: 1201,
codepoint: 0xe224,
categories: [8],
tags: [
1738,
284,
345,
6408,
2781,
46,
8548,
1077,
5973,
4634,
138,
4877,
7516,
7711,
87,
4176,
4878,
5317,
814,
1143,
492,
289,
8881,
3849,
14229,
392,
1339,
2489,
31,
511,
473,
8552,
3830
],
),
"vape_free": SymbolsMetadata(
popularity: 387,
codepoint: 0xebc6,
categories: [3],
tags: [
15047,
1233,
193,
1162,
868,
16607,
16608,
16609,
1055,
1213,
13133,
12616,
6609,
697,
698,
15050,
3269,
15051,
16610,
1059,
1061,
2553,
5821,
4247,
16611,
2366,
705,
1067,
5214,
15053,
16612,
16613,
31,
15055,
16614,
16615,
16616,
7193,
206,
3493,
1155
],
),
"vaping_rooms": SymbolsMetadata(
popularity: 536,
codepoint: 0xebcf,
categories: [3],
tags: [
16617,
14491,
3523,
1131,
929,
1675,
15056,
16607,
16609,
3834,
1881,
323,
1911,
15050,
3269,
2671,
327,
2553,
1063,
4247,
2045,
16618,
3298,
1959,
1946,
652,
898,
5214,
15053,
31,
15055,
16614,
16616,
7193,
206,
1155
],
),
"variable_add": SymbolsMetadata(
popularity: 64,
codepoint: 0xf51e,
categories: [12],
tags: [
231,
745,
232,
1321,
4721,
504,
5423,
345,
1325,
1235,
81,
7453,
1274,
488,
381,
1336,
235,
6886,
1327,
1328,
1470,
793,
237,
887,
1452,
239,
242,
432,
985,
392,
898,
675,
31,
16038,
5991,
16619
],
),
"variable_insert": SymbolsMetadata(
popularity: 51,
codepoint: 0xf51d,
categories: [12],
tags: [
10264,
77,
502,
3516,
16620,
16621,
4721,
5423,
810,
16622,
780,
16623,
313,
7453,
1274,
811,
16624,
488,
1327,
813,
16625,
2195,
1403,
325,
16626,
818,
819,
820,
432,
1339,
16038,
824,
8959,
3580,
16627,
16619,
834,
16628,
2993,
16629,
3689
],
),
"variable_remove": SymbolsMetadata(
popularity: 17,
codepoint: 0xf51c,
categories: [12],
tags: [
4989,
13927,
5161,
4721,
1208,
5423,
780,
1209,
1235,
6837,
81,
1210,
6900,
4646,
4647,
7453,
1274,
6903,
2125,
3371,
1212,
488,
13928,
14274,
1255,
16630,
432,
1224,
6917,
16631,
1226,
1261,
16038,
5991,
16632,
16619,
834,
3993
],
),
"variables": SymbolsMetadata(
popularity: 86,
codepoint: 0xf851,
categories: [12],
tags: [
1738,
144,
4721,
1742,
5423,
685,
6403,
1744,
1236,
81,
6822,
4580,
7453,
1274,
1252,
14689,
488,
1111,
1641,
23,
70,
7081,
1732,
6256,
4015,
150,
1148,
432,
1201,
71,
7084,
1752,
1545,
16038,
36,
16619
],
),
"ventilator": SymbolsMetadata(
popularity: 6,
codepoint: 0xe139,
categories: [11],
tags: [
864,
6402,
1840,
1875,
2373,
2424,
288,
1761,
2425,
16633,
697,
892,
1763,
16634,
16635,
16636,
16637,
1470,
13627,
13628,
1729,
4878,
894,
4258,
12886,
16638,
1767,
5876,
4274,
11713,
433,
3142,
16639
],
),
"verified": SymbolsMetadata(
popularity: 17724,
codepoint: 0xef76,
categories: [6],
tags: [
2655,
16640,
2660,
16641,
1660,
8458,
1757,
281,
4403,
1553,
1662,
1664,
16642,
463,
1665,
4490,
2683,
10534,
1666,
16643,
978,
16644,
1166,
3676,
1668,
6495,
362,
16645,
857,
245,
1669,
7482,
2675,
2334,
1576,
16646,
16647,
1671
],
),
"verified_off": SymbolsMetadata(
popularity: 42,
codepoint: 0xf30e,
categories: [6],
tags: [
565,
2660,
1660,
2679,
5217,
281,
4403,
1208,
2662,
192,
1662,
1664,
463,
1235,
1300,
868,
1666,
3497,
1055,
978,
1166,
7483,
1059,
1060,
1668,
1061,
590,
1224,
3507,
1036,
362,
1067,
2673,
857,
291,
1669,
3191,
7484,
2334,
16648,
16649,
1576,
16650,
3994,
1671
],
),
"verified_user": SymbolsMetadata(
popularity: 11514,
codepoint: 0xe8e8,
categories: [13],
tags: [
1660,
281,
1553,
1662,
463,
4490,
81,
1666,
3671,
10279,
16651,
4033,
9864,
3183,
1166,
1668,
2004,
242,
1034,
1063,
1573,
3185,
1574,
63,
705,
1036,
362,
1575,
245,
1669,
3191,
601,
2675,
2334,
4461,
4820,
1576,
1671
],
),
"vertical_align_bottom": SymbolsMetadata(
popularity: 1129,
codepoint: 0xe258,
categories: [12],
tags: [
2147,
2148,
76,
77,
2184,
2179,
1580,
1430,
2814,
1252,
680,
2153,
2154,
385,
1470,
1749,
2157,
329,
1588,
95,
1460,
2461,
33,
16652,
35,
338,
98,
1464,
16653,
476,
1485
],
),
"vertical_align_center": SymbolsMetadata(
popularity: 448,
codepoint: 0xe259,
categories: [12],
tags: [
2147,
2148,
76,
77,
517,
308,
2221,
2150,
2179,
2180,
1580,
1430,
2814,
1252,
680,
2153,
2256,
2154,
2170,
2182,
385,
87,
1470,
1934,
16654,
2157,
9422,
2213,
329,
2188,
432,
1588,
1460,
433,
33,
35,
1701,
1464,
2199,
1485
],
),
"vertical_align_top": SymbolsMetadata(
popularity: 1243,
codepoint: 0xe25a,
categories: [12],
tags: [
2147,
2148,
76,
77,
482,
1580,
1430,
2814,
1252,
680,
2153,
370,
385,
87,
1749,
492,
329,
432,
1588,
95,
1460,
33,
1263,
35,
1701,
1464,
16655,
1485
],
),
"vertical_distribute": SymbolsMetadata(
popularity: 287,
codepoint: 0xe076,
categories: [12],
tags: [
2147,
2148,
517,
16656,
313,
2179,
16657,
2153,
2186,
2240,
2256,
370,
490,
385,
16658,
1470,
2219,
91,
586,
2157,
329,
4665,
2457,
10438,
703,
2159,
823,
709,
2160,
33,
13691,
1464,
2199
],
),
"vertical_shades": SymbolsMetadata(
popularity: 154,
codepoint: 0xec0e,
categories: [8],
tags: [
1738,
517,
4222,
929,
345,
2139,
4186,
4226,
4234,
1161,
16659,
4052,
1140,
1499,
2735,
3627,
1470,
1143,
1391,
2922,
2213,
3354,
1034,
2457,
4043,
4229,
1347,
16660,
10556,
1598,
4045,
1464,
16661,
1187,
4231,
4233
],
),
"vertical_shades_closed": SymbolsMetadata(
popularity: 158,
codepoint: 0xec0d,
categories: [8],
tags: [
2811,
4222,
4239,
2139,
4186,
4234,
3864,
1140,
4235,
1881,
6553,
4236,
1143,
1733,
1034,
3356,
9468,
1946,
4043,
4229,
8176,
1575,
1347,
16660,
16662,
12467,
4045,
16661,
16663,
4232,
16664
],
),
"vertical_split": SymbolsMetadata(
popularity: 595,
codepoint: 0xe949,
categories: [12],
tags: [
1466,
933,
16665,
485,
8,
2262,
2152,
10389,
370,
2154,
382,
385,
2246,
4648,
2157,
6401,
410,
1151,
1152,
707,
6196,
16666,
2401,
15301,
33,
6100,
10398,
16667,
1464,
12004,
396,
1186,
1187,
16668,
1485
],
),
"vibration": SymbolsMetadata(
popularity: 760,
codepoint: 0xe62d,
categories: [11],
tags: [
1246,
1247,
1360,
1250,
251,
283,
1744,
288,
1479,
16669,
1110,
1253,
138,
1470,
262,
1698,
642,
353,
616,
1059,
16670,
271,
4261,
432,
2110,
71,
4219,
7795,
273,
1304,
2100,
1293,
31,
525,
97,
16671,
7787,
2059,
1855,
278
],
),
"video_call": SymbolsMetadata(
popularity: 2824,
codepoint: 0xe070,
categories: [0],
tags: [
231,
745,
1268,
731,
1270,
40,
570,
344,
283,
5093,
16672,
346,
12242,
5106,
16673,
1110,
49,
1282,
406,
5097,
353,
354,
439,
887,
16674,
62,
239,
453,
16675,
15581,
411,
31,
16676,
37,
5150,
16677,
16678,
434,
16679,
3618
],
),
"video_camera_back": SymbolsMetadata(
popularity: 637,
codepoint: 0xf07f,
categories: [0],
tags: [
2441,
40,
42,
3336,
781,
346,
49,
1595,
53,
406,
1596,
1597,
354,
439,
57,
59,
62,
5122,
453,
440,
16680,
432,
2831,
2538,
65,
37,
443
],
),
"video_camera_back_add": SymbolsMetadata(
popularity: 56,
codepoint: 0xf40c,
categories: [0],
tags: [
231,
745,
16681,
2441,
5139,
40,
42,
1325,
556,
346,
16682,
49,
1595,
406,
16683,
1596,
1597,
354,
439,
887,
1452,
57,
59,
62,
239,
5122,
453,
16684,
440,
16680,
31,
13977,
37,
5149,
16685,
16686,
563,
16687,
16688,
16689
],
),
"video_camera_front": SymbolsMetadata(
popularity: 1717,
codepoint: 0xf080,
categories: [0],
tags: [
565,
731,
40,
42,
283,
577,
346,
16682,
5106,
5096,
2745,
581,
49,
53,
15600,
406,
354,
16690,
439,
16674,
588,
589,
57,
59,
62,
590,
453,
440,
2752,
1347,
243,
411,
601,
37,
5103,
10098,
8651,
434,
16679,
16691,
3618
],
),
"video_camera_front_off": SymbolsMetadata(
popularity: 73,
codepoint: 0xf83b,
categories: [0],
tags: [
565,
1051,
40,
10090,
42,
283,
5093,
1162,
868,
1055,
577,
5096,
2745,
581,
49,
1222,
87,
406,
5097,
439,
1302,
5951,
1059,
1060,
1061,
588,
589,
57,
59,
62,
590,
4247,
440,
1067,
16692,
65,
8019,
601,
37,
5103,
10101,
8651,
778,
3618
],
),
"video_chat": SymbolsMetadata(
popularity: 498,
codepoint: 0xf8a0,
categories: [7],
tags: [
566,
568,
1270,
5136,
40,
570,
572,
573,
283,
5093,
1475,
2725,
8,
16693,
1479,
977,
1282,
5097,
583,
267,
523,
589,
590,
4777,
410,
594,
1484,
9544,
65,
37,
5103,
5150,
498,
1298,
10103,
3618
],
),
"video_file": SymbolsMetadata(
popularity: 767,
codepoint: 0xeb87,
categories: [12],
tags: [
40,
1580,
1430,
6434,
5005,
147,
2569,
346,
5106,
370,
16694,
1110,
49,
406,
16695,
686,
353,
354,
12232,
439,
16696,
62,
2504,
13975,
432,
433,
1690,
37,
563,
543,
434,
396,
8693,
2078,
16697
],
),
"video_label": SymbolsMetadata(
popularity: 265,
codepoint: 0xe071,
categories: [0],
tags: [
1195,
5793,
9253,
1523,
628,
44,
680,
2153,
781,
147,
346,
5117,
370,
138,
52,
406,
12156,
354,
439,
2504,
409,
681,
440,
432,
410,
31,
182,
35,
37,
476,
1187
],
),
"video_library": SymbolsMetadata(
popularity: 3498,
codepoint: 0xe04a,
categories: [0],
tags: [
1673,
77,
1195,
1197,
628,
1430,
3092,
781,
147,
346,
1680,
1343,
579,
1345,
88,
406,
354,
439,
2455,
4115,
2504,
432,
392,
433,
1711,
1689,
31,
37,
476
],
),
"video_search": SymbolsMetadata(
popularity: 88,
codepoint: 0xefc6,
categories: [0],
tags: [
40,
344,
1542,
316,
346,
16698,
317,
16699,
16700,
16701,
16702,
16703,
1109,
53,
1115,
16704,
5813,
1117,
2327,
406,
10596,
354,
16705,
439,
2504,
3379,
1126,
1127,
37,
16706
],
),
"video_settings": SymbolsMetadata(
popularity: 751,
codepoint: 0xea75,
categories: [0],
tags: [
1738,
1742,
8092,
685,
345,
145,
451,
16707,
1776,
293,
68,
108,
16708,
773,
70,
2504,
774,
921,
410,
652,
151,
71,
1779,
16709,
37,
16710,
16711,
16712,
444,
16713,
448,
16714,
367,
16715,
1187
],
),
"video_stable": SymbolsMetadata(
popularity: 169,
codepoint: 0xf081,
categories: [0],
tags: [
480,
2148,
16716,
925,
40,
42,
44,
346,
5106,
381,
16717,
699,
792,
87,
406,
353,
354,
439,
440,
432,
151,
4219,
682,
433,
2490,
9600,
16408,
16718,
65,
1464,
37,
16719,
476
],
),
"videocam": SymbolsMetadata(
popularity: 11825,
codepoint: 0xe04b,
categories: [0],
tags: [
731,
5977,
5136,
40,
42,
5093,
2532,
346,
5106,
1110,
49,
53,
1282,
406,
353,
354,
62,
408,
453,
440,
1347,
454,
411,
65,
37,
8651,
16720,
434
],
),
"videocam_alert": SymbolsMetadata(
popularity: 16,
codepoint: 0xf390,
categories: [0],
tags: [
3104,
1360,
1361,
5136,
5137,
16721,
40,
16722,
691,
5093,
1365,
2714,
1366,
16723,
346,
5106,
1110,
3459,
49,
1367,
2716,
5111,
1166,
4259,
353,
616,
62,
2719,
440,
16724,
1036,
13064,
454,
5114,
16725,
31,
1690,
16726,
8150,
37,
8651,
16727,
434,
206
],
),
"videocam_off": SymbolsMetadata(
popularity: 1302,
codepoint: 0xe04c,
categories: [0],
tags: [
1051,
5977,
1270,
5136,
40,
42,
571,
283,
5093,
1299,
2948,
868,
1055,
346,
5106,
1213,
1110,
49,
53,
87,
406,
5097,
353,
439,
1302,
1059,
1060,
1061,
62,
440,
432,
15581,
5979,
1067,
2614,
454,
1068,
37,
5103,
434,
10103
],
),
"videogame_asset": SymbolsMetadata(
popularity: 1389,
codepoint: 0xe338,
categories: [11],
tags: [
4675,
504,
5986,
345,
6408,
6409,
288,
3336,
1877,
781,
15390,
2533,
5382,
6410,
5428,
1683,
3778,
1110,
7541,
10071,
6411,
1958,
16728,
16729,
406,
523,
4289,
2504,
9723,
3298,
14939,
432,
4777,
392,
1339,
593,
3520,
15394,
65,
37,
6414,
10075,
15395
],
),
"videogame_asset_off": SymbolsMetadata(
popularity: 158,
codepoint: 0xe500,
categories: [11],
tags: [
4675,
1100,
5986,
345,
6408,
1235,
1210,
5920,
288,
1162,
1300,
868,
1055,
781,
15390,
3294,
5382,
6410,
5428,
1683,
3778,
1110,
1221,
7541,
10261,
1222,
6411,
1958,
406,
6247,
4790,
7346,
1059,
1061,
523,
9723,
432,
4777,
1224,
1067,
593,
3520,
15394,
1068,
37,
6414,
10075,
15395
],
),
"view_agenda": SymbolsMetadata(
popularity: 1435,
codepoint: 0xe8e9,
categories: [12],
tags: [
1659,
16730,
76,
2261,
2072,
5378,
3087,
81,
485,
8,
4801,
370,
382,
68,
86,
385,
1470,
88,
16731,
5024,
1029,
9936,
91,
586,
2785,
1516,
3356,
1168,
2461,
16732,
3753,
2463,
8221,
396,
16733,
1186
],
),
"view_apps": SymbolsMetadata(
popularity: 39,
codepoint: 0xf376,
categories: [2],
tags: [
2280,
2700,
2584,
6784,
2261,
4527,
450,
1425,
485,
8,
370,
382,
6180,
86,
2705,
385,
88,
4113,
506,
4114,
802,
92,
5029,
2708,
2459,
2460,
362,
509,
2710,
16734,
2711,
396,
1186
],
),
"view_array": SymbolsMetadata(
popularity: 237,
codepoint: 0xe8ea,
categories: [12],
tags: [
76,
1466,
6784,
2261,
933,
628,
81,
485,
8,
370,
382,
1198,
699,
385,
88,
2455,
91,
92,
1427,
1459,
1151,
1152,
955,
1464,
396,
16735,
476,
1186
],
),
"view_carousel": SymbolsMetadata(
popularity: 883,
codepoint: 0xe8eb,
categories: [12],
tags: [
5378,
5732,
1197,
628,
485,
8,
2186,
12293,
370,
1343,
382,
699,
49,
2503,
86,
385,
406,
2455,
325,
905,
2219,
2143,
62,
2144,
5008,
1427,
2828,
3044,
94,
2007,
4520,
396,
1186
],
),
"view_column": SymbolsMetadata(
popularity: 1519,
codepoint: 0xe8ec,
categories: [12],
tags: [
2148,
1466,
1438,
933,
81,
9934,
485,
8,
2262,
1136,
370,
382,
5380,
9935,
385,
92,
4604,
919,
4728,
1427,
1151,
1152,
2401,
955,
1473,
16736,
16737,
1464,
396,
16738,
16739,
1186,
1187
],
),
"view_column_2": SymbolsMetadata(
popularity: 153,
codepoint: 0xf847,
categories: [12],
tags: [
1466,
1438,
933,
485,
8,
2262,
16740,
370,
382,
385,
2455,
586,
4286,
919,
15315,
6401,
1427,
410,
2459,
2460,
707,
15308,
2401,
15301,
955,
6100,
1464,
396,
1186,
1187
],
),
"view_comfy": SymbolsMetadata(
popularity: 597,
codepoint: 0xe42a,
categories: [1],
tags: [
76,
2261,
6088,
3583,
1197,
16741,
628,
1425,
81,
8,
2186,
1343,
382,
68,
86,
385,
4113,
5009,
586,
5029,
3354,
1427,
2710,
955,
3070,
1473,
989,
2711,
396
],
),
"view_comfy_alt": SymbolsMetadata(
popularity: 836,
codepoint: 0xeb73,
categories: [2],
tags: [
2386,
1131,
1466,
2261,
6088,
1197,
1932,
16741,
4110,
4187,
485,
8,
370,
382,
579,
86,
385,
642,
3353,
16742,
70,
4115,
4648,
3354,
1427,
1151,
433,
2710,
5417,
5840,
3589,
396,
16743,
333
],
),
"view_compact": SymbolsMetadata(
popularity: 623,
codepoint: 0xe42b,
categories: [1],
tags: [
2148,
76,
6784,
2261,
6088,
933,
6036,
1425,
8,
16744,
370,
382,
385,
4113,
3353,
92,
5029,
4648,
3354,
1427,
3356,
1459,
1151,
392,
2710,
955,
3357,
396,
1229
],
),
"view_compact_alt": SymbolsMetadata(
popularity: 751,
codepoint: 0xeb74,
categories: [2],
tags: [
2386,
1591,
76,
2261,
482,
933,
6036,
628,
1236,
81,
485,
8,
83,
370,
382,
385,
16745,
70,
92,
919,
1427,
432,
1459,
2459,
71,
95,
433,
955,
396,
11609,
333,
1229
],
),
"view_cozy": SymbolsMetadata(
popularity: 991,
codepoint: 0xeb75,
categories: [2],
tags: [
1466,
6088,
1209,
16746,
16741,
6036,
628,
4187,
81,
6960,
485,
8,
2186,
370,
382,
5380,
1079,
68,
86,
385,
88,
5024,
586,
5637,
3354,
1427,
3356,
955,
1956,
396,
16747,
9720,
476,
333
],
),
"view_day": SymbolsMetadata(
popularity: 428,
codepoint: 0xe8ed,
categories: [12],
tags: [
2071,
1466,
1423,
2261,
2072,
5378,
5732,
933,
1160,
2124,
485,
8,
10,
370,
382,
699,
385,
2940,
586,
4648,
3489,
1427,
1168,
2313,
1171,
2463,
396,
1186
],
),
"view_headline": SymbolsMetadata(
popularity: 888,
codepoint: 0xe8ee,
categories: [12],
tags: [
1131,
1466,
2440,
517,
481,
3939,
628,
485,
8,
1430,
1164,
370,
2154,
382,
1198,
9386,
4697,
385,
1470,
88,
91,
586,
2157,
1427,
410,
1151,
955,
33,
740,
12555,
396,
476,
1186,
1187
],
),
"view_in_ar": SymbolsMetadata(
popularity: 4296,
codepoint: 0xe9fe,
categories: [0],
tags: [
478,
16748,
2537,
16749,
2763,
2738,
482,
483,
10135,
44,
8,
489,
7042,
16750,
466,
16751,
3035,
2747,
386,
16752,
2771,
16753,
4619,
16754,
410,
496,
433,
65,
10768,
396,
16755,
16756,
475,
499,
477
],
),
"view_in_ar_off": SymbolsMetadata(
popularity: 10,
codepoint: 0xf61b,
categories: [0],
tags: [
478,
2537,
16757,
16758,
2763,
2738,
482,
40,
1235,
483,
10135,
486,
868,
1055,
7042,
3035,
1222,
16759,
7345,
7346,
492,
1059,
1060,
1061,
386,
2771,
2772,
1067,
496,
433,
65,
1068,
396,
498,
499,
477
],
),
"view_kanban": SymbolsMetadata(
popularity: 1311,
codepoint: 0xeb7f,
categories: [2],
tags: [
4159,
2261,
5711,
5378,
1438,
382,
16760,
16761,
385,
1470,
88,
1029,
586,
3354,
3286,
759,
1516,
5654,
2457,
2710,
291,
955,
1517,
16762,
396,
9720,
16763,
2989,
16764
],
),
"view_list": SymbolsMetadata(
popularity: 5106,
codepoint: 0xe8ef,
categories: [12],
tags: [
1466,
9450,
2136,
6036,
628,
81,
485,
1541,
8,
1430,
83,
370,
382,
173,
68,
3772,
86,
385,
1470,
88,
506,
325,
9456,
70,
91,
586,
1427,
1459,
94,
95,
2461,
955,
396,
1186
],
rtlAutoMirrored: true,
),
"view_module": SymbolsMetadata(
popularity: 1061,
codepoint: 0xe8f0,
categories: [12],
tags: [
76,
1466,
2261,
1197,
2701,
628,
1425,
81,
485,
8,
370,
1343,
382,
1198,
6180,
68,
86,
385,
4726,
586,
92,
5029,
3354,
1427,
432,
390,
2459,
433,
2710,
2461,
955,
2711,
396,
476,
1186
],
),
"view_object_track": SymbolsMetadata(
popularity: 90,
codepoint: 0xf432,
categories: [12],
tags: [
5521,
1131,
3129,
482,
40,
42,
5519,
7810,
1748,
2977,
348,
382,
2816,
385,
630,
353,
468,
492,
3354,
59,
328,
453,
432,
2817,
363,
433,
2710,
16765,
1227,
2463,
3798,
2146,
37,
396
],
),
"view_quilt": SymbolsMetadata(
popularity: 865,
codepoint: 0xe8f1,
categories: [12],
tags: [
1466,
2261,
933,
2242,
1425,
485,
4581,
370,
1343,
382,
385,
3353,
15314,
70,
586,
4648,
3354,
4196,
3356,
1459,
2459,
2460,
363,
707,
433,
2710,
2461,
955,
2711,
396,
1186,
1229
],
),
"view_real_size": SymbolsMetadata(
popularity: 22,
codepoint: 0xf4c2,
categories: [1],
tags: [
72,
16766,
16767,
628,
45,
377,
8,
2338,
914,
16768,
137,
49,
801,
5812,
1116,
406,
8105,
22,
178,
16769,
16770,
57,
804,
62,
24,
3084,
3085,
16771,
391,
298,
31,
396,
16772,
2335,
8268
],
),
"view_sidebar": SymbolsMetadata(
popularity: 769,
codepoint: 0xf114,
categories: [12],
tags: [
1131,
1423,
912,
1438,
628,
345,
81,
485,
8,
914,
370,
382,
2915,
68,
1344,
385,
88,
506,
325,
16773,
70,
15785,
919,
432,
410,
1151,
71,
2007,
2942,
413,
1464,
396,
333,
1187
],
rtlAutoMirrored: true,
),
"view_stream": SymbolsMetadata(
popularity: 570,
codepoint: 0xe8f2,
categories: [12],
tags: [
1466,
7342,
2261,
933,
628,
16774,
81,
485,
8,
6400,
1726,
370,
1343,
382,
699,
68,
385,
1470,
88,
642,
9936,
586,
1427,
3356,
1459,
16775,
2461,
454,
16776,
396,
16777,
9720,
1186
],
),
"view_timeline": SymbolsMetadata(
popularity: 2937,
codepoint: 0xeb85,
categories: [2],
tags: [
1071,
373,
4800,
81,
375,
8,
10,
1077,
1078,
382,
2076,
699,
385,
87,
20,
4259,
5029,
3354,
3488,
1427,
759,
453,
1428,
1168,
94,
2710,
1171,
2463,
1095,
1464,
396,
514
],
),
"view_week": SymbolsMetadata(
popularity: 1126,
codepoint: 0xe8f3,
categories: [12],
tags: [
1659,
16730,
2071,
5022,
517,
2072,
6853,
16778,
16779,
933,
16780,
1160,
5027,
2124,
5023,
16781,
485,
8,
10,
4802,
370,
382,
385,
88,
92,
3489,
453,
1168,
5030,
1171,
2463,
396,
1186,
5020,
5026
],
),
"vignette": SymbolsMetadata(
popularity: 185,
codepoint: 0xe435,
categories: [1],
tags: [
2210,
1132,
504,
40,
193,
2812,
4084,
606,
1252,
680,
487,
3360,
4306,
83,
348,
4307,
137,
138,
49,
53,
57,
59,
16782,
3199,
330,
151,
31,
907,
4346,
476
],
),
"villa": SymbolsMetadata(
popularity: 762,
codepoint: 0xe586,
categories: [16],
tags: [
1495,
1496,
4037,
929,
2548,
4495,
1498,
2551,
1957,
1140,
2733,
1499,
2552,
4056,
1534,
327,
1500,
2554,
1501,
1502,
1503,
955,
3302,
2787,
332,
4894,
1506,
1960,
16783,
16784
],
),
"visibility": SymbolsMetadata(
popularity: 48251,
codepoint: 0xe8f4,
categories: [6],
tags: [
8,
5795,
12859,
1221,
16785,
6791,
1115,
8393,
1061,
3781,
16786,
13531,
386,
1063,
2045,
2894,
1036,
1127,
2007,
16787,
7496,
16788,
16789,
2946,
396,
3631,
7348,
476,
2078
],
),
"visibility_lock": SymbolsMetadata(
popularity: 167,
codepoint: 0xf653,
categories: [6],
tags: [
861,
2596,
4239,
8020,
5795,
1221,
16790,
16791,
16792,
1777,
16793,
16794,
1056,
1061,
5318,
2670,
1034,
1063,
16795,
1573,
3185,
1574,
3271,
16796,
2894,
3187,
705,
6260,
1773,
16797,
1036,
1127,
2007,
16798,
5320,
396,
3631,
7348
],
),
"visibility_off": SymbolsMetadata(
popularity: 20162,
codepoint: 0xe8f5,
categories: [6],
tags: [
10265,
13535,
1162,
868,
16799,
1055,
5795,
488,
1221,
2915,
1111,
813,
11632,
11704,
7346,
7338,
1059,
1061,
5318,
16800,
1034,
1063,
2894,
6260,
1036,
1127,
2007,
16801,
1067,
5114,
413,
16802,
10272,
16803,
396,
3631,
2078
],
),
"vital_signs": SymbolsMetadata(
popularity: 308,
codepoint: 0xe650,
categories: [3],
tags: [
1422,
12064,
4251,
373,
2373,
4253,
81,
288,
1761,
12065,
5366,
5367,
7767,
2425,
2882,
351,
1078,
697,
892,
4507,
4257,
2076,
1763,
10170,
1426,
17,
894,
15814,
630,
4259,
5876,
4261,
1428,
2146,
4264,
1854
],
),
"vo2_max": SymbolsMetadata(
popularity: 22,
codepoint: 0xf4aa,
categories: [15],
tags: [
2508,
16804,
13624,
1422,
4955,
690,
5364,
16805,
373,
81,
375,
11,
2881,
2882,
1078,
697,
4379,
4507,
5369,
581,
87,
13627,
13628,
16806,
17,
894,
18,
4259,
9759,
3766,
648,
4261,
11713,
30,
1095,
3029,
16807,
3522
],
),
"voice_chat": SymbolsMetadata(
popularity: 877,
codepoint: 0xe62e,
categories: [7],
tags: [
1268,
14926,
16808,
568,
5136,
40,
570,
572,
573,
283,
1475,
1476,
2726,
16693,
1479,
16809,
14927,
583,
16810,
4928,
5045,
243,
1293,
594,
1484,
1296,
4847,
37,
1298,
13228,
16811,
16812
],
),
"voice_over_off": SymbolsMetadata(
popularity: 491,
codepoint: 0xe94a,
categories: [6],
tags: [
862,
15671,
16813,
565,
16814,
16815,
10153,
1051,
6311,
7299,
868,
16816,
1055,
577,
581,
11632,
1302,
16817,
11879,
2096,
16818,
1059,
1061,
673,
588,
589,
590,
440,
16819,
16820,
1304,
1067,
3386,
2101,
4845,
1295,
16821,
594,
16822,
16823,
5935,
8019,
601,
1298,
16824,
16825,
16826,
12321
],
),
"voice_selection": SymbolsMetadata(
popularity: 539,
codepoint: 0xf58a,
categories: [0],
tags: [
862,
1268,
570,
684,
283,
685,
1475,
868,
1055,
577,
351,
977,
581,
1111,
87,
1284,
1285,
6270,
1059,
1060,
1061,
355,
589,
2982,
921,
590,
3380,
3381,
440,
362,
151,
888,
1067,
593,
1293,
1295,
594,
1296,
9544,
65,
601,
1298,
1854
],
),
"voice_selection_off": SymbolsMetadata(
popularity: 14,
codepoint: 0xf42c,
categories: [0],
tags: [
748,
1268,
570,
450,
1103,
345,
1475,
2012,
1300,
868,
1055,
577,
581,
87,
1284,
1285,
6270,
1302,
6509,
1059,
1060,
1061,
70,
589,
2982,
358,
2098,
3380,
3381,
362,
363,
151,
1304,
1067,
593,
1293,
1295,
594,
1296,
9544,
5603,
1298,
1854
],
),
"voicemail": SymbolsMetadata(
popularity: 754,
codepoint: 0xe0d9,
categories: [7],
tags: [
1360,
16827,
1268,
16828,
1270,
193,
16829,
283,
288,
3915,
2289,
4530,
2291,
583,
11611,
5065,
262,
887,
616,
3905,
271,
2504,
408,
2296,
440,
1293,
16830,
1406,
2592,
1298,
16812,
16831
],
),
"voicemail_2": SymbolsMetadata(
popularity: 3,
codepoint: 0xf352,
categories: [7],
tags: [
480,
1360,
1268,
1270,
193,
283,
288,
2288,
4484,
138,
2289,
51,
3793,
583,
814,
5065,
5066,
262,
2587,
616,
289,
271,
3343,
16832,
440,
1339,
1293,
594,
31,
13227,
1298,
16831
],
),
"volcano": SymbolsMetadata(
popularity: 463,
codepoint: 0xebda,
categories: [3],
tags: [
1360,
16833,
9101,
4405,
1365,
4409,
315,
2425,
1843,
16834,
4412,
5179,
318,
11050,
7755,
4413,
3025,
1595,
16835,
16836,
1596,
2361,
6759,
1825,
3652,
5158,
4180,
5214,
3827,
16837,
206
],
),
"volume_down": SymbolsMetadata(
popularity: 1524,
codepoint: 0xe04d,
categories: [0],
tags: [
10193,
1268,
16838,
3383,
3318,
2060,
345,
2053,
16839,
16029,
2814,
1950,
1301,
16840,
686,
439,
1706,
1302,
1286,
3430,
16841,
5919,
1304,
1293,
3327,
1294,
15192,
16842,
2030,
554,
3478,
12641,
1855
],
rtlAutoMirrored: true,
),
"volume_down_alt": SymbolsMetadata(
popularity: 481,
codepoint: 0xe79c,
categories: [0],
tags: [
1738,
2386,
1268,
3383,
193,
9101,
345,
4096,
2879,
16839,
2814,
792,
5265,
16843,
406,
1706,
1302,
409,
16841,
5919,
71,
1293,
11759,
16844,
1294,
1690,
2030,
3477,
554,
3478,
16845,
12641,
16846
],
rtlAutoMirrored: true,
),
"volume_mute": SymbolsMetadata(
popularity: 2474,
codepoint: 0xe04e,
categories: [0],
tags: [
1268,
10153,
1208,
345,
1162,
868,
138,
407,
1706,
1302,
11879,
2096,
1059,
408,
2098,
71,
1304,
2100,
1067,
1293,
2101,
1294,
11762,
1226,
31,
2030,
554,
3994
],
rtlAutoMirrored: true,
),
"volume_off": SymbolsMetadata(
popularity: 4887,
codepoint: 0xe04f,
categories: [0],
tags: [
862,
1268,
3383,
10153,
345,
6837,
1162,
868,
1055,
1213,
1279,
1952,
352,
439,
1706,
1302,
2096,
1059,
7409,
1061,
4247,
2098,
2100,
1067,
1293,
2101,
1294,
11762,
1690,
2030,
554,
3478,
12321
],
),
"volume_up": SymbolsMetadata(
popularity: 11006,
codepoint: 0xe050,
categories: [0],
tags: [
10193,
7806,
16847,
1268,
4953,
3383,
7712,
345,
1744,
16848,
1279,
16849,
138,
16850,
1301,
4414,
406,
439,
1706,
408,
71,
1293,
16851,
9902,
16852,
14935,
1294,
31,
2030,
1701,
37,
554,
3478,
16853
],
rtlAutoMirrored: true,
),
"volunteer_activism": SymbolsMetadata(
popularity: 7785,
codepoint: 0xea70,
categories: [15],
tags: [
16854,
864,
865,
3132,
16855,
9154,
574,
16856,
11674,
4268,
4269,
16857,
2689,
6732,
6560,
2690,
2691,
4033,
2692,
2075,
4507,
16858,
15129,
16859,
9158,
4508,
9270,
586,
16860,
2029,
593,
880,
13092
],
),
"voting_chip": SymbolsMetadata(
popularity: 103,
codepoint: 0xf852,
categories: [12],
tags: [
231,
72,
745,
2438,
1660,
3743,
4917,
684,
574,
16861,
2985,
10210,
16862,
3747,
1479,
15739,
1613,
887,
178,
13773,
16863,
2982,
239,
3750,
358,
6521,
203,
5039,
363,
593,
880,
1619,
16115,
13834,
3754,
3755
],
),
"vpn_key": SymbolsMetadata(
popularity: 4423,
codepoint: 0xe0da,
categories: [13],
tags: [
861,
9866,
5217,
5219,
2682,
4239,
1102,
284,
81,
44,
4931,
8020,
5947,
1431,
259,
1112,
1777,
980,
267,
8397,
5318,
1034,
1063,
1574,
705,
6260,
1773,
1036,
1575,
987,
65,
5320,
13595
],
),
"vpn_key_alert": SymbolsMetadata(
popularity: 30,
codepoint: 0xf6cc,
categories: [13],
tags: [
3104,
861,
2596,
1360,
1361,
5217,
5219,
691,
1102,
284,
3681,
1365,
4931,
5947,
1431,
2714,
1366,
1479,
1367,
259,
2716,
1112,
1777,
1166,
267,
616,
8397,
5318,
1063,
16864,
2719,
1428,
1065,
1066,
12524,
1036,
1093,
7476,
5320,
13594,
13595,
206
],
),
"vpn_key_off": SymbolsMetadata(
popularity: 651,
codepoint: 0xeb7a,
categories: [13],
tags: [
861,
565,
5217,
1051,
4239,
1102,
284,
6258,
81,
5920,
868,
3261,
4931,
1055,
1431,
259,
1112,
1777,
980,
267,
1057,
1059,
1060,
1061,
8397,
5318,
1034,
1063,
3185,
1065,
1036,
1575,
987,
1067,
1068,
5320,
13595
],
),
"vpn_lock": SymbolsMetadata(
popularity: 1332,
codepoint: 0xe62f,
categories: [13],
tags: [
861,
284,
13178,
6802,
6803,
315,
320,
259,
6805,
1777,
14769,
1056,
267,
6807,
523,
5948,
5318,
1034,
16865,
1063,
3185,
13590,
1574,
1066,
3187,
705,
1773,
12524,
1036,
1575,
498,
13594,
13595,
16866,
16867,
16868,
334
],
),
"vpn_lock_2": SymbolsMetadata(
popularity: 47,
codepoint: 0xf350,
categories: [13],
tags: [
861,
5314,
5219,
4239,
284,
11465,
81,
315,
320,
8024,
259,
1112,
5226,
1777,
1056,
267,
523,
16869,
5318,
1034,
1063,
3185,
1574,
2366,
3187,
705,
1773,
1036,
1575,
498,
13594,
13595,
334
],
),
"vr180_create2d": SymbolsMetadata(
popularity: 56,
codepoint: 0xefca,
categories: [1],
tags: [
16870,
16871,
372,
14277,
193,
6433,
16872,
1325,
16873,
868,
1055,
379,
16874,
1350,
49,
1595,
1432,
406,
1596,
1597,
1059,
1060,
1061,
5797,
469,
57,
59,
62,
387,
2771,
432,
392,
1067,
433,
2818,
393,
512,
395,
1464,
37,
396,
475,
499,
477,
16875
],
),
"vr180_create2d_off": SymbolsMetadata(
popularity: 27,
codepoint: 0xf571,
categories: [1],
tags: [
16870,
372,
14277,
504,
193,
345,
1786,
1325,
16873,
4784,
868,
1055,
379,
1350,
49,
1222,
1595,
1432,
642,
1596,
1597,
16876,
1059,
1060,
1061,
355,
386,
57,
59,
62,
2364,
388,
2771,
151,
1067,
1947,
2402,
413,
1464,
396,
475,
499,
477,
16875
],
),
"vrpano": SymbolsMetadata(
popularity: 485,
codepoint: 0xf082,
categories: [1],
tags: [
458,
500,
40,
193,
44,
12925,
320,
49,
466,
1595,
53,
406,
1596,
1597,
16877,
5797,
469,
386,
57,
59,
62,
2771,
1035,
64,
331,
65,
396,
498,
476,
477,
14688,
2535
],
),
"wall_art": SymbolsMetadata(
popularity: 75,
codepoint: 0xefcb,
categories: [8],
tags: [
1592,
2134,
1132,
6593,
2277,
6552,
1161,
8,
378,
12292,
12293,
348,
1343,
137,
1140,
384,
49,
6553,
1595,
16878,
1596,
1597,
4459,
3079,
57,
1346,
59,
62,
7627,
432,
1946,
433,
476,
4732,
13271
],
),
"wall_lamp": SymbolsMetadata(
popularity: 96,
codepoint: 0xe2b4,
categories: [10],
tags: [
1858,
16879,
3864,
9102,
3865,
4052,
1140,
16880,
1499,
4746,
16881,
16882,
9105,
3627,
5182,
2939,
16883,
16884,
492,
289,
1503,
16885,
1339,
1170,
4732,
16886,
16887
],
),
"wallet": SymbolsMetadata(
popularity: 3929,
codepoint: 0xf8ff,
categories: [9],
tags: [
565,
927,
960,
569,
931,
934,
936,
937,
11345,
14542,
5628,
941,
4190,
967,
946,
16888,
948,
6691,
951,
16889,
11406,
432,
954,
16890,
956,
971,
958
],
),
"wallpaper": SymbolsMetadata(
popularity: 1131,
codepoint: 0xe1bc,
categories: [4],
tags: [
480,
3516,
9147,
1236,
2392,
754,
8,
137,
7935,
11045,
138,
384,
49,
1595,
1597,
2361,
1825,
4041,
3354,
4015,
57,
59,
62,
2772,
8812,
410,
71,
1993,
1598,
4740,
396,
16891
],
),
"wallpaper_slideshow": SymbolsMetadata(
popularity: 25,
codepoint: 0xf672,
categories: [4],
tags: [
3516,
16892,
1742,
1197,
8,
1164,
348,
1343,
138,
49,
2503,
1595,
1082,
406,
630,
2455,
57,
59,
2143,
62,
2144,
2504,
1427,
470,
410,
94,
2007,
5980,
5172,
433,
1711,
2128,
31,
4309,
396,
476,
16891
],
),
"wand_shine": SymbolsMetadata(
popularity: 74,
codepoint: 0xf31f,
categories: [6],
tags: [
1738,
3147,
1592,
3148,
2123,
3621,
6084,
1252,
487,
16893,
3352,
5460,
15792,
83,
5494,
3625,
2466,
3627,
3628,
3363,
16894,
1167,
8984,
8985,
4757,
16895,
3365,
10744,
595,
857,
511,
11844,
16896,
10746,
2581
],
),
"wand_stars": SymbolsMetadata(
popularity: 162,
codepoint: 0xf31e,
categories: [6],
tags: [
480,
748,
3147,
2659,
3148,
839,
2123,
1325,
487,
1164,
16893,
16897,
15792,
216,
1350,
5494,
2466,
87,
3363,
16898,
16899,
328,
3688,
392,
4757,
7929,
3365,
3203,
10744,
857,
3366,
5188,
16900,
31,
511,
16896,
10746,
2581
],
),
"ward": SymbolsMetadata(
popularity: 14,
codepoint: 0xe13c,
categories: [3],
tags: [
861,
2660,
1757,
281,
1903,
481,
690,
1553,
2373,
3668,
3954,
3497,
3182,
3183,
697,
1763,
581,
5248,
4274,
588,
2670,
589,
1034,
1063,
1574,
1065,
3187,
705,
1773,
1036,
1575,
7482,
1576,
16901
],
),
"warehouse": SymbolsMetadata(
popularity: 2726,
codepoint: 0xebb8,
categories: [5],
tags: [
1496,
929,
569,
6931,
1180,
2036,
16902,
2180,
1695,
3834,
6446,
16903,
5344,
4910,
1594,
4877,
5311,
3772,
3403,
5756,
7938,
681,
16904,
4353,
4663,
1689,
1396,
955,
11438,
900,
8468
],
),
"warning": SymbolsMetadata(
popularity: 34612,
codepoint: 0xe002,
categories: [6],
tags: [
3104,
1360,
1672,
1361,
691,
1365,
2714,
1366,
4496,
4413,
1367,
1344,
2716,
1166,
583,
616,
2719,
4416,
1036,
1575,
898,
273,
291,
31,
1093,
1690,
141,
2435,
1348,
206,
1186
],
),
"warning_off": SymbolsMetadata(
popularity: 37,
codepoint: 0xf7ad,
categories: [6],
tags: [
3104,
1360,
16905,
12709,
16906,
1361,
16907,
691,
16908,
16909,
780,
16910,
1365,
16911,
868,
16912,
1055,
2714,
16913,
16914,
1366,
16915,
16916,
1367,
1166,
16917,
16918,
16919,
16920,
616,
16921,
2097,
1059,
1060,
1061,
16922,
3187,
16923,
1067,
31,
1690,
8150,
16924,
206,
16925
],
),
"wash": SymbolsMetadata(
popularity: 404,
codepoint: 0xf1b1,
categories: [8],
tags: [
1858,
1860,
3132,
5830,
810,
1863,
5815,
2635,
753,
7432,
11125,
7336,
2641,
2689,
2643,
2690,
2692,
2477,
1140,
3530,
7650,
1729,
760,
14612,
1224,
7362,
5822,
652,
5824,
472,
7341,
7653,
3859,
3830,
3546
],
),
"watch": SymbolsMetadata(
popularity: 2653,
codepoint: 0xe334,
categories: [11],
tags: [
2536,
1360,
4935,
8953,
193,
1159,
288,
44,
8,
577,
2882,
3149,
2533,
2075,
697,
616,
16134,
5880,
2538,
410,
1292,
433,
4914,
65,
1171,
2540,
1095,
2078,
2542,
2543,
333,
2544,
2546
],
),
"watch_arrow": SymbolsMetadata(
popularity: 42,
codepoint: 0xf2ca,
categories: [11],
tags: [
5517,
1359,
2071,
77,
502,
1159,
2701,
2073,
2074,
1400,
313,
577,
903,
2533,
2075,
16141,
51,
1344,
17,
16142,
325,
1167,
8834,
759,
16926,
1370,
906,
1168,
410,
16144,
2833,
1171,
2540,
1172,
2810,
141,
1348,
477,
2078,
2543,
333,
1186,
2546
],
rtlAutoMirrored: true,
),
"watch_button_press": SymbolsMetadata(
popularity: 26,
codepoint: 0xf6aa,
categories: [11],
tags: [
748,
4325,
1360,
2537,
6345,
504,
193,
1784,
1159,
345,
288,
44,
8,
2533,
1253,
1111,
1612,
406,
407,
616,
2504,
16927,
1120,
432,
330,
410,
1292,
7140,
433,
2128,
1791,
65,
1171,
2541,
477,
2078,
2542,
2543,
333,
2546
],
),
"watch_check": SymbolsMetadata(
popularity: 47,
codepoint: 0xf468,
categories: [11],
tags: [
2660,
2679,
1662,
193,
1159,
463,
16928,
2663,
2683,
16929,
2321,
1666,
1106,
2665,
16930,
1166,
1668,
2668,
330,
1035,
362,
245,
9178,
1517,
1669,
1171,
16931,
16932,
16933,
2676,
2078,
16934,
2543,
333,
2546,
1671
],
),
"watch_off": SymbolsMetadata(
popularity: 255,
codepoint: 0xeae3,
categories: [11],
tags: [
1359,
1360,
8953,
481,
1208,
780,
1159,
1209,
2601,
1162,
1300,
4245,
4246,
1213,
1302,
616,
1059,
1223,
2613,
1370,
1224,
2366,
7520,
2100,
1067,
1226,
4914,
1171,
1172,
2078,
16935,
2543,
333,
2544,
2546
],
),
"watch_screentime": SymbolsMetadata(
popularity: 63,
codepoint: 0xf6ae,
categories: [6],
tags: [
1422,
2537,
193,
1159,
519,
345,
81,
288,
44,
8,
2089,
1877,
2533,
1253,
550,
4259,
271,
3286,
432,
1428,
410,
16936,
1700,
433,
746,
525,
65,
1171,
2541,
1095,
3315,
477,
2078,
2543,
333,
2546
],
),
"watch_vibration": SymbolsMetadata(
popularity: 69,
codepoint: 0xf467,
categories: [11],
tags: [
1246,
1247,
1360,
2537,
7992,
8953,
7535,
1159,
2533,
2692,
16937,
1253,
1470,
353,
1302,
616,
16670,
271,
4261,
2098,
4262,
2111,
4219,
273,
1304,
2100,
7140,
2101,
4914,
1171,
2540,
7787,
16938,
2059,
477,
2078,
1854,
2542,
2543,
333,
2546
],
),
"watch_wake": SymbolsMetadata(
popularity: 22,
codepoint: 0xf6a9,
categories: [11],
tags: [
4325,
1360,
1858,
2537,
16939,
3621,
193,
1159,
288,
8,
1877,
4327,
2533,
3778,
1253,
3638,
68,
3627,
262,
1259,
1061,
3174,
2531,
410,
1896,
2539,
433,
65,
1171,
2541,
9005,
477,
2131,
2078,
2542,
2543,
333,
2544,
2546
],
),
"water": SymbolsMetadata(
popularity: 2332,
codepoint: 0xf084,
categories: [15],
tags: [
480,
16940,
1332,
4037,
810,
11149,
2899,
4270,
1164,
1843,
2511,
6485,
11372,
4357,
4176,
814,
7190,
2361,
2485,
289,
1885,
5942,
760,
4362,
392,
1339,
10492,
31,
7191,
16941,
3830,
10493,
1855,
859,
10488,
10505
],
),
"water_bottle": SymbolsMetadata(
popularity: 40,
codepoint: 0xf69d,
categories: [3],
tags: [
4858,
1758,
7265,
5695,
1333,
16942,
4207,
16943,
7882,
1844,
11,
2882,
4172,
697,
16944,
16945,
11372,
16946,
4211,
7711,
4176,
16947,
16948,
11351,
16949,
330,
16950,
15407,
16951,
3830,
16952
],
),
"water_bottle_large": SymbolsMetadata(
popularity: 10,
codepoint: 0xf69e,
categories: [3],
tags: [
4858,
1758,
7265,
1333,
4207,
11,
2882,
4172,
2511,
8252,
697,
16945,
11372,
1939,
4176,
16947,
4383,
492,
3652,
16953,
5555,
16954,
392,
30,
16951,
332,
7290,
3830,
16952,
16955
],
),
"water_damage": SymbolsMetadata(
popularity: 420,
codepoint: 0xf203,
categories: [8],
tags: [
1360,
1496,
929,
691,
11214,
5244,
10486,
4409,
11149,
16956,
2899,
4270,
2425,
2551,
9090,
3784,
4413,
1140,
1499,
2716,
11150,
4176,
3961,
1166,
7190,
8881,
3849,
2719,
1500,
16957,
2554,
4880,
1502,
1503,
1504,
7341,
4394,
4732,
206,
3830,
16958,
859,
10488
],
),
"water_do": SymbolsMetadata(
popularity: 22,
codepoint: 0xf870,
categories: [3],
tags: [
1332,
3811,
4858,
810,
14263,
4207,
2899,
4270,
7188,
4696,
2511,
1846,
15471,
697,
6485,
11372,
4176,
7190,
1825,
3766,
3849,
16294,
5942,
10501,
3853,
3826,
31,
7191,
3830,
10493,
3493,
10488
],
),
"water_drop": SymbolsMetadata(
popularity: 6921,
codepoint: 0xe798,
categories: [3],
tags: [
5342,
16940,
9108,
11908,
7774,
6947,
4207,
11149,
2899,
4270,
6222,
6223,
1164,
1843,
83,
2511,
6485,
11372,
4176,
7190,
1825,
2485,
6692,
328,
1868,
5942,
4034,
71,
593,
7191,
7192,
3830,
859,
10488
],
),
"water_ec": SymbolsMetadata(
popularity: 16,
codepoint: 0xf875,
categories: [3],
tags: [
1422,
6188,
4347,
3935,
4169,
11908,
16959,
1842,
81,
2899,
4270,
16960,
6222,
3870,
3922,
1843,
2511,
3871,
51,
68,
4175,
1083,
4176,
17,
630,
1883,
16294,
63,
2885,
4180,
64,
1318,
1319,
3938,
3830
],
),
"water_full": SymbolsMetadata(
popularity: 67,
codepoint: 0xf6d6,
categories: [15],
tags: [
16940,
4858,
5263,
7186,
4207,
9810,
2899,
4270,
2881,
2511,
2274,
697,
2356,
6485,
11372,
4176,
7190,
1825,
2485,
5942,
16961,
16962,
2421,
7191,
16941,
16963,
3830,
10493,
16964,
9812,
859,
10488
],
),
"water_heater": SymbolsMetadata(
popularity: 376,
codepoint: 0xe284,
categories: [8],
tags: [
1858,
2123,
3811,
7948,
685,
345,
288,
3922,
3684,
46,
5973,
1847,
1140,
1893,
3025,
16965,
1499,
4213,
630,
1143,
3849,
3688,
1503,
71,
3853,
1897,
291,
1093,
858,
3375,
16966
],
),
"water_lock": SymbolsMetadata(
popularity: 31,
codepoint: 0xf6ad,
categories: [6],
tags: [
2811,
481,
4239,
12181,
3954,
288,
2899,
4270,
1164,
2881,
6485,
4176,
1777,
1056,
7190,
1825,
5318,
7965,
1034,
1063,
3185,
1574,
5942,
3271,
3187,
3188,
705,
11617,
1773,
3189,
1036,
1575,
2541,
5320,
2078,
3830,
16967,
16968,
859
],
),
"water_loss": SymbolsMetadata(
popularity: 30,
codepoint: 0xf6d5,
categories: [15],
tags: [
840,
7774,
5037,
2879,
16969,
4207,
9810,
16970,
2899,
4270,
964,
1843,
7189,
2881,
2511,
15472,
11150,
11154,
4176,
6806,
16402,
7190,
3849,
16971,
8180,
4034,
16972,
7191,
16941,
6231,
3830,
10493,
16973,
9812
],
),
"water_lux": SymbolsMetadata(
popularity: 30,
codepoint: 0xf874,
categories: [3],
tags: [
223,
4858,
4207,
4270,
7188,
811,
1843,
2511,
2274,
3871,
697,
11372,
16974,
51,
792,
5182,
4176,
17,
3474,
7190,
1825,
26,
5942,
8175,
16975,
8436,
1598,
4044,
13252,
7191,
7192,
16951,
554,
3830,
10493,
16976,
1855,
859,
10488
],
),
"water_medium": SymbolsMetadata(
popularity: 41,
codepoint: 0xf6d4,
categories: [15],
tags: [
840,
4207,
9810,
11149,
2899,
4270,
1843,
2881,
2511,
15471,
6485,
11372,
792,
4176,
3879,
7190,
1825,
9114,
10044,
5942,
16977,
7191,
7192,
554,
3830,
9812,
859,
10488
],
),
"water_orp": SymbolsMetadata(
popularity: 15,
codepoint: 0xf878,
categories: [3],
tags: [
16940,
4169,
810,
2899,
4270,
1164,
1843,
8472,
1077,
2511,
6485,
11372,
16974,
11150,
4176,
17,
7190,
1825,
16978,
16979,
16980,
3766,
16981,
9362,
8821,
63,
10501,
8180,
4180,
16977,
7191,
3830,
10488
],
),
"water_ph": SymbolsMetadata(
popularity: 16,
codepoint: 0xf87a,
categories: [3],
tags: [
16982,
16983,
1808,
16984,
1422,
16940,
4169,
810,
2899,
4270,
1164,
1843,
2511,
15471,
697,
11372,
16985,
51,
15472,
4176,
17,
1825,
9113,
16986,
16294,
63,
4180,
9115,
1318,
1319,
3830
],
),
"water_pump": SymbolsMetadata(
popularity: 100,
codepoint: 0xf5d8,
categories: [10],
tags: [
1808,
288,
3684,
2781,
46,
2511,
9110,
16987,
1847,
4877,
1622,
15472,
1595,
4176,
1729,
4878,
4879,
1882,
9807,
3849,
3688,
6203,
8189,
16988,
16989,
5557,
1093,
3375,
16990,
3830,
16991,
16992,
16993
],
),
"water_voc": SymbolsMetadata(
popularity: 10,
codepoint: 0xf87b,
categories: [3],
tags: [
1873,
1422,
4168,
16994,
4169,
11947,
16995,
16996,
81,
2899,
4270,
1843,
16997,
697,
51,
16998,
4175,
4176,
17,
2362,
1883,
1428,
2332,
705,
4180,
7192,
1319,
7193,
16999,
8346,
17000,
3830,
10493
],
),
"waterfall_chart": SymbolsMetadata(
popularity: 710,
codepoint: 0xea00,
categories: [9],
tags: [
1422,
1071,
1423,
517,
2712,
1308,
569,
373,
933,
81,
2879,
8363,
375,
941,
942,
9879,
1078,
235,
6886,
1081,
6806,
226,
1086,
4273,
242,
759,
1428,
2461,
746,
3070,
1095,
1464,
514,
17001,
17002
],
),
"waves": SymbolsMetadata(
popularity: 1588,
codepoint: 0xe176,
categories: [15],
tags: [
1268,
4953,
3383,
8102,
3318,
17003,
17004,
3768,
4037,
2063,
16236,
351,
4357,
9741,
1470,
406,
1706,
8107,
9897,
2485,
3824,
4362,
2421,
273,
17005,
1293,
11759,
3327,
15119,
2068,
6081,
13451,
2517,
554,
12665,
3830,
1854,
3331,
1855
],
),
"waving_hand": SymbolsMetadata(
popularity: 3159,
codepoint: 0xe766,
categories: [3],
tags: [
4099,
2508,
8201,
566,
3551,
17006,
570,
283,
1602,
2689,
5749,
2690,
6871,
7994,
17007,
2692,
9643,
17008,
581,
138,
1612,
3559,
589,
8637,
590,
593,
4845,
291,
31,
1854,
7997,
17009,
6255
],
),
"wb_auto": SymbolsMetadata(
popularity: 107,
codepoint: 0xe42c,
categories: [1],
tags: [
3418,
17010,
1738,
4,
4759,
2423,
17011,
17012,
17013,
3349,
17014,
925,
3621,
3622,
3802,
40,
5,
345,
5486,
1252,
680,
1843,
3623,
12,
4746,
49,
8358,
9105,
16,
9126,
5182,
642,
355,
57,
59,
64,
71,
31,
33,
35,
9129,
835,
9130,
17015
],
),
"wb_incandescent": SymbolsMetadata(
popularity: 1258,
codepoint: 0xe42e,
categories: [1],
tags: [
925,
2471,
3621,
3802,
1252,
680,
3683,
3922,
3684,
11230,
1109,
3625,
10689,
3805,
4746,
9124,
4174,
1281,
8289,
4428,
9105,
3627,
9127,
5182,
3688,
10083,
151,
71,
8985,
4940,
4181,
10244,
17016,
4850,
835,
4448,
17015
],
),
"wb_iridescent": SymbolsMetadata(
popularity: 264,
codepoint: 0xe436,
categories: [1],
tags: [
5342,
925,
3621,
3622,
40,
1252,
680,
9122,
3683,
3922,
3684,
83,
9123,
8979,
3625,
4746,
49,
9124,
1881,
9125,
9105,
3627,
9126,
9127,
5182,
57,
59,
62,
3688,
151,
71,
8984,
3365,
9128,
9129,
835,
9130,
17015
],
),
"wb_shade": SymbolsMetadata(
popularity: 190,
codepoint: 0xea01,
categories: [1],
tags: [
1738,
1131,
925,
3319,
929,
345,
2139,
4234,
4227,
3634,
381,
1140,
699,
1499,
2735,
3627,
4236,
5182,
1470,
492,
1034,
432,
71,
4043,
1347,
16660,
823,
5860,
31,
413,
9129,
835,
1187,
17017,
17018
],
),
"wb_sunny": SymbolsMetadata(
popularity: 2694,
codepoint: 0xe430,
categories: [1],
tags: [
925,
5857,
3621,
4078,
193,
840,
2124,
15685,
1843,
4085,
2883,
3023,
3627,
5182,
1470,
2080,
1825,
17019,
3578,
4041,
4749,
12027,
1993,
4750,
857,
2369,
1598,
4044,
858,
3829,
9129,
859,
835
],
),
"wb_twilight": SymbolsMetadata(
popularity: 1202,
codepoint: 0xe1c6,
categories: [1],
tags: [
6771,
4759,
4076,
1874,
925,
4077,
4078,
4227,
17020,
3634,
17021,
17022,
1844,
4306,
17023,
4307,
11045,
1595,
3627,
5182,
1614,
2361,
17019,
4093,
8812,
13901,
1993,
1598,
13252,
13253,
4309,
17024,
396,
9129,
859,
835
],
),
"wc": SymbolsMetadata(
popularity: 2986,
codepoint: 0xe63d,
categories: [3],
tags: [
862,
3523,
1860,
2634,
312,
890,
3834,
1796,
1797,
3530,
322,
3532,
323,
1803,
981,
1085,
17025,
3843,
3541,
1946,
3852,
652,
898,
31,
899,
332,
3857,
881,
3859,
3846,
3830,
3861,
3546,
7877,
17026
],
),
"weather_hail": SymbolsMetadata(
popularity: 100,
codepoint: 0xf67f,
categories: [3],
tags: [
1672,
504,
840,
1675,
5940,
841,
2876,
1164,
2883,
14705,
137,
10043,
17027,
17028,
1140,
850,
138,
1344,
5859,
262,
1825,
1143,
4041,
10044,
1993,
10046,
855,
17029,
4394,
31,
2069,
141,
1348,
1409,
859,
333,
1186,
860
],
),
"weather_mix": SymbolsMetadata(
popularity: 74,
codepoint: 0xf60b,
categories: [3],
tags: [
1838,
17030,
840,
1675,
5940,
841,
1843,
2883,
10043,
17031,
5859,
8126,
17032,
17033,
1825,
4041,
12428,
10044,
5942,
13721,
10046,
855,
17029,
1598,
4044,
858,
16123,
859,
12949,
13730,
17034,
13731,
12021,
860
],
),
"weather_snowy": SymbolsMetadata(
popularity: 469,
codepoint: 0xe2cd,
categories: [10],
tags: [
1672,
840,
1675,
841,
846,
8,
17035,
17036,
849,
1140,
850,
138,
5801,
68,
5859,
1825,
1143,
3652,
10044,
1428,
12027,
855,
856,
17029,
291,
31,
858,
2069,
907,
859,
13724,
1186,
860
],
),
"web": SymbolsMetadata(
popularity: 4457,
codepoint: 0xe051,
categories: [6],
tags: [
1513,
1179,
312,
313,
315,
17037,
11447,
1544,
319,
320,
259,
323,
13336,
6187,
324,
1388,
4151,
174,
1624,
325,
267,
523,
1586,
1535,
327,
328,
329,
410,
2833,
331,
1540,
17038,
333,
1186,
12686,
334,
5235
],
),
"web_asset": SymbolsMetadata(
popularity: 2504,
codepoint: 0xe069,
categories: [6],
tags: [
1672,
501,
7481,
4675,
1132,
482,
1179,
12556,
2216,
17039,
6053,
485,
1104,
44,
8,
520,
348,
49,
1344,
259,
385,
406,
630,
523,
1586,
1123,
432,
410,
2833,
509,
433,
141,
1348,
37,
396,
333,
17040,
1186,
1187,
5235
],
),
"web_asset_off": SymbolsMetadata(
popularity: 422,
codepoint: 0xe4f7,
categories: [6],
tags: [
1360,
4675,
1051,
1179,
519,
284,
1704,
2948,
868,
1055,
2714,
2715,
1213,
138,
259,
87,
267,
3269,
17041,
1059,
1061,
1586,
2719,
410,
1067,
291,
31,
65,
1068,
206,
333,
17042,
1186,
1187,
1229,
5235,
3993
],
),
"web_stories": SymbolsMetadata(
popularity: 872,
codepoint: 0xe595,
categories: [1],
tags: [
1438,
283,
628,
2262,
1726,
437,
1683,
2503,
2480,
406,
10395,
325,
905,
408,
2828,
759,
2506,
1151,
1152,
1169,
94,
17043,
5172,
243,
2462,
3398,
2463,
17044,
37,
396,
4534,
333,
17045
],
),
"web_traffic": SymbolsMetadata(
popularity: 822,
codepoint: 0xea03,
categories: [6],
tags: [
516,
1179,
4799,
1784,
1785,
283,
284,
254,
1787,
3421,
17046,
615,
621,
520,
319,
17047,
17048,
259,
17049,
17050,
267,
17051,
17052,
17053,
17054,
746,
11010,
1628,
527,
333,
17055,
17056,
17057,
334,
17058,
6849
],
),
"webhook": SymbolsMetadata(
popularity: 1333,
codepoint: 0xeb92,
categories: [6],
tags: [
1360,
2558,
77,
2123,
2559,
482,
1102,
283,
284,
81,
1313,
1104,
1386,
10,
2561,
1344,
87,
1314,
583,
616,
1123,
432,
652,
509,
433,
1093,
6413,
98,
2451,
17059
],
),
"weekend": SymbolsMetadata(
popularity: 839,
codepoint: 0xe16b,
categories: [8],
tags: [
3642,
2033,
5639,
1514,
5636,
17060,
5404,
1905,
1333,
5525,
4052,
4634,
1957,
1140,
1623,
17061,
5526,
1911,
2042,
17062,
5637,
5362,
17063,
432,
1916,
1946,
1689,
4914,
4487,
332,
3657,
17064,
1980,
1920,
1960,
17065,
17066,
17067
],
),
"weight": SymbolsMetadata(
popularity: 1087,
codepoint: 0xe13d,
categories: [3],
tags: [
925,
8942,
690,
8249,
11,
2882,
9879,
17068,
8252,
697,
17069,
17070,
8948,
6806,
15501,
226,
17,
10421,
18,
4125,
17071,
12072,
759,
391,
3724,
30,
17072,
649,
17073,
3029,
152,
3731,
3732,
3522
],
),
"west": SymbolsMetadata(
popularity: 2012,
codepoint: 0xf1e6,
categories: [5],
tags: [
77,
11442,
2441,
2822,
313,
2271,
1212,
2816,
51,
1623,
2195,
324,
1534,
1749,
325,
507,
1625,
328,
1167,
2828,
2830,
1124,
1538,
3160,
332,
1690,
2836,
4354,
1630,
2993,
13937
],
),
"whatshot": SymbolsMetadata(
popularity: 1540,
codepoint: 0xe80e,
categories: [3],
tags: [
1360,
2582,
77,
11373,
8891,
193,
5245,
313,
3684,
3292,
17074,
5179,
5180,
437,
4413,
3023,
3025,
8896,
1367,
11377,
7891,
887,
2456,
616,
17075,
11378,
330,
13580,
17076,
6639,
4141,
4699,
3031,
206,
17077
],
),
"wheelchair_pickup": SymbolsMetadata(
popularity: 340,
codepoint: 0xf1ab,
categories: [16],
tags: [
862,
863,
865,
2423,
690,
1811,
867,
868,
1677,
17078,
870,
891,
697,
871,
581,
138,
894,
875,
589,
13212,
3299,
1918,
898,
888,
17079,
31,
5353,
900,
1629,
332,
1835,
882,
2050
],
),
"where_to_vote": SymbolsMetadata(
popularity: 5395,
codepoint: 0xe177,
categories: [5],
tags: [
1513,
1660,
3743,
1193,
17080,
1662,
17081,
17082,
574,
463,
3746,
312,
313,
2395,
1666,
3091,
3747,
17083,
317,
944,
323,
324,
1534,
1166,
1624,
1668,
17084,
10454,
326,
327,
3749,
12337,
3750,
17085,
17086,
985,
2623,
906,
1126,
362,
1226,
1669,
1712,
17087,
1576,
3754,
3755,
12686,
1671
],
),
"widget_medium": SymbolsMetadata(
popularity: 28,
codepoint: 0xf3ba,
categories: [2],
tags: [
1672,
9932,
1131,
481,
2261,
482,
930,
14506,
3939,
2701,
1333,
1425,
485,
8,
1136,
1164,
382,
1344,
385,
3879,
4726,
919,
4728,
4729,
1147,
432,
1149,
410,
1151,
1152,
2833,
433,
17088,
3357,
2711,
141,
1348,
396,
333,
1186,
5010,
1187
],
),
"widget_small": SymbolsMetadata(
popularity: 36,
codepoint: 0xf3b9,
categories: [2],
tags: [
1672,
17089,
501,
9932,
2261,
2701,
1236,
1425,
485,
1164,
216,
382,
1344,
385,
4726,
70,
92,
919,
4015,
358,
4665,
410,
2459,
2460,
151,
2833,
1955,
2710,
2711,
141,
1348,
396,
333,
1186,
5010,
1187
],
),
"widget_width": SymbolsMetadata(
popularity: 23,
codepoint: 0xf3b8,
categories: [2],
tags: [
1738,
1672,
9932,
502,
15826,
2261,
482,
2701,
2442,
345,
1425,
485,
486,
2338,
914,
382,
699,
1344,
385,
5609,
17,
1641,
70,
6256,
432,
2220,
1699,
391,
410,
71,
2917,
2833,
298,
709,
2711,
141,
1348,
396,
333,
1186,
5010,
17090,
17091,
397,
1187
],
),
"widgets": SymbolsMetadata(
popularity: 4776,
codepoint: 0xe1bd,
categories: [4],
tags: [
745,
1672,
76,
2261,
482,
6088,
2701,
1236,
1425,
8,
2186,
382,
385,
506,
4114,
3353,
70,
92,
4648,
4015,
4665,
3356,
1224,
2459,
151,
71,
2710,
141,
396,
17092
],
),
"width_full": SymbolsMetadata(
popularity: 764,
codepoint: 0xf8f5,
categories: [2],
tags: [
748,
502,
504,
933,
628,
345,
8,
914,
1335,
2217,
4643,
382,
699,
51,
385,
5609,
1470,
2342,
506,
1167,
1427,
1699,
391,
410,
2942,
1943,
413,
396,
397
],
),
"width_normal": SymbolsMetadata(
popularity: 846,
codepoint: 0xf8f6,
categories: [2],
tags: [
6232,
17093,
2148,
4588,
17094,
17095,
2442,
1744,
377,
17096,
1430,
680,
914,
699,
50,
385,
1141,
17,
17097,
1586,
17098,
2220,
2272,
391,
71,
298,
709,
806,
397,
17099
],
),
"width_wide": SymbolsMetadata(
popularity: 614,
codepoint: 0xf8f7,
categories: [2],
tags: [
1738,
633,
1423,
344,
486,
8,
2338,
914,
346,
370,
5809,
699,
1595,
385,
2342,
226,
630,
354,
469,
409,
432,
391,
410,
298,
1943,
37,
396,
2535,
17100,
2335
],
),
"wifi": SymbolsMetadata(
popularity: 11071,
codepoint: 0xe63e,
categories: [4],
tags: [
7522,
2492,
517,
731,
283,
519,
284,
254,
81,
288,
12532,
51,
259,
267,
523,
271,
272,
1736,
652,
273,
291,
649,
31,
65,
1855,
277,
278
],
),
"wifi_1_bar": SymbolsMetadata(
popularity: 222,
codepoint: 0xe4ca,
categories: [4],
tags: [
72,
3866,
9573,
1423,
517,
731,
1250,
251,
283,
519,
284,
254,
5290,
81,
288,
138,
259,
7793,
262,
267,
3872,
271,
2055,
272,
1736,
652,
273,
291,
649,
31,
65,
1854,
7799,
277,
278
],
),
"wifi_2_bar": SymbolsMetadata(
popularity: 267,
codepoint: 0xe4d9,
categories: [4],
tags: [
74,
861,
1423,
517,
14877,
1250,
251,
283,
284,
253,
254,
81,
44,
51,
259,
9861,
17101,
792,
262,
267,
269,
12545,
271,
1736,
652,
273,
290,
291,
649,
65,
3883,
7799,
277,
17102,
278,
650
],
),
"wifi_add": SymbolsMetadata(
popularity: 25,
codepoint: 0xf7a8,
categories: [7],
tags: [
231,
861,
745,
1323,
6403,
1073,
284,
1325,
81,
1336,
259,
1328,
1314,
651,
267,
887,
1452,
239,
2066,
1736,
652,
1779,
273,
31,
1855,
277,
278
],
),
"wifi_calling": SymbolsMetadata(
popularity: 285,
codepoint: 0xef77,
categories: [7],
tags: [
12531,
731,
1270,
13216,
1250,
7685,
283,
1073,
284,
254,
975,
81,
288,
1110,
259,
17103,
1470,
262,
267,
271,
5045,
3199,
272,
273,
1296,
65,
276,
1406,
1298,
1855,
277,
17102,
278,
17104
],
),
"wifi_calling_bar_1": SymbolsMetadata(
popularity: 6,
codepoint: 0xf44c,
categories: [4],
tags: [
72,
517,
518,
13216,
1250,
251,
283,
284,
254,
81,
288,
51,
259,
9861,
2064,
792,
3474,
262,
267,
10039,
523,
271,
1148,
272,
273,
275,
291,
649,
276,
277,
278,
17105,
280
],
),
"wifi_calling_bar_2": SymbolsMetadata(
popularity: 8,
codepoint: 0xf44b,
categories: [4],
tags: [
74,
1423,
517,
13216,
1250,
251,
283,
284,
254,
81,
288,
51,
259,
792,
262,
267,
523,
12545,
271,
14881,
272,
273,
275,
291,
649,
65,
612,
1406,
3883,
277,
278
],
),
"wifi_calling_bar_3": SymbolsMetadata(
popularity: 25,
codepoint: 0xf44a,
categories: [4],
tags: [
75,
1423,
517,
13216,
1250,
251,
283,
284,
254,
81,
51,
259,
792,
262,
267,
271,
14881,
272,
273,
275,
291,
649,
612,
551,
2278,
277,
278
],
),
"wifi_channel": SymbolsMetadata(
popularity: 346,
codepoint: 0xeb6a,
categories: [7],
tags: [
1738,
9573,
12531,
731,
251,
732,
283,
6403,
284,
254,
2053,
81,
351,
12498,
12499,
259,
87,
1470,
262,
267,
17106,
1736,
652,
151,
273,
6081,
524,
65,
97,
1854,
1855,
277,
17107,
278,
17108
],
),
"wifi_find": SymbolsMetadata(
popularity: 596,
codepoint: 0xeb31,
categories: [4],
tags: [
7522,
2492,
9573,
11803,
517,
731,
251,
1272,
284,
2053,
81,
7810,
1542,
1105,
317,
12532,
259,
2324,
1115,
2327,
262,
267,
1183,
851,
2055,
4749,
1736,
1126,
652,
273,
65,
1855,
277,
278
],
),
"wifi_home": SymbolsMetadata(
popularity: 19,
codepoint: 0xf671,
categories: [4],
tags: [
861,
1496,
518,
929,
283,
284,
254,
81,
288,
44,
2551,
1140,
1499,
1881,
259,
323,
651,
267,
523,
327,
16864,
4777,
1502,
1503,
2066,
1736,
652,
273,
1897,
411,
65,
526,
277,
278
],
),
"wifi_lock": SymbolsMetadata(
popularity: 363,
codepoint: 0xe1e1,
categories: [4],
tags: [
861,
5217,
517,
251,
1073,
284,
254,
81,
8020,
2223,
12498,
259,
1777,
1056,
17109,
262,
267,
17110,
5318,
1034,
1063,
3185,
1574,
3187,
705,
1773,
1036,
652,
273,
649,
277,
278
],
),
"wifi_notification": SymbolsMetadata(
popularity: 10,
codepoint: 0xf670,
categories: [4],
tags: [
749,
1359,
1360,
12531,
1362,
518,
1363,
283,
519,
284,
254,
2053,
81,
288,
138,
51,
259,
9861,
917,
262,
267,
616,
1259,
1368,
3199,
2065,
1370,
762,
1736,
652,
71,
273,
1293,
291,
649,
31,
17111,
65,
1855,
277,
278
],
),
"wifi_off": SymbolsMetadata(
popularity: 2512,
codepoint: 0xe648,
categories: [4],
tags: [
284,
3260,
81,
1162,
868,
2713,
1055,
259,
11630,
267,
2015,
14195,
13457,
6316,
13239,
17112,
5952,
1059,
1060,
1061,
2718,
1736,
652,
273,
13461,
2018,
14906,
1067,
1068,
17113,
17114,
14898,
17115,
17116,
277,
13243,
12542,
278,
2019,
14907
],
),
"wifi_password": SymbolsMetadata(
popularity: 478,
codepoint: 0xeb6b,
categories: [13],
tags: [
861,
10883,
5217,
5219,
251,
1073,
284,
254,
10534,
81,
5947,
259,
9861,
1112,
1777,
980,
262,
267,
6807,
8397,
5318,
1034,
16864,
1574,
1736,
1773,
13593,
1036,
652,
273,
5320,
277,
17102,
278,
650,
17117
],
),
"wifi_protected_setup": SymbolsMetadata(
popularity: 778,
codepoint: 0xf0fc,
categories: [6],
tags: [
17118,
861,
460,
77,
502,
9866,
731,
685,
1073,
284,
4723,
259,
1314,
267,
17119,
1573,
3185,
17120,
2065,
470,
12524,
3189,
1036,
1779,
273,
290,
17121,
97,
277,
278,
650
],
),
"wifi_proxy": SymbolsMetadata(
popularity: 14,
codepoint: 0xf7a7,
categories: [7],
tags: [
861,
2547,
1496,
929,
569,
685,
284,
14693,
81,
12608,
5459,
2551,
1140,
259,
9861,
267,
17122,
4285,
6807,
17123,
327,
1034,
1063,
16864,
3185,
2695,
17124,
17125,
2554,
1502,
1503,
1736,
1773,
12524,
1036,
2720,
652,
71,
1504,
273,
13595,
333,
277,
278,
650,
5235
],
),
"wifi_tethering": SymbolsMetadata(
popularity: 982,
codepoint: 0xe1e2,
categories: [4],
tags: [
7522,
1250,
251,
252,
284,
254,
81,
17126,
12532,
259,
9861,
5224,
1314,
262,
265,
267,
17127,
271,
17128,
17129,
17130,
17131,
1736,
652,
1528,
17132,
273,
275,
17133,
277,
17134,
278,
650
],
),
"wifi_tethering_error": SymbolsMetadata(
popularity: 270,
codepoint: 0xead9,
categories: [4],
tags: [
3104,
1360,
1361,
3257,
691,
1250,
251,
283,
284,
1365,
81,
288,
7163,
2713,
2714,
1366,
2715,
12532,
138,
1367,
1344,
259,
13229,
2716,
1166,
262,
267,
616,
271,
2719,
1035,
1736,
652,
1528,
2029,
273,
275,
31,
17133,
1068,
206,
277,
278
],
),
"wifi_tethering_off": SymbolsMetadata(
popularity: 201,
codepoint: 0xf087,
categories: [4],
tags: [
1250,
251,
284,
13452,
3260,
1299,
81,
13453,
868,
2713,
1055,
13454,
259,
11630,
87,
262,
13455,
267,
13456,
2015,
6428,
7574,
13457,
13239,
1059,
1060,
1061,
271,
13458,
13459,
1736,
652,
13460,
273,
13461,
2018,
1067,
275,
17133,
13462,
13463,
1068,
277,
13464,
13243,
278
],
),
"wind_power": SymbolsMetadata(
popularity: 1424,
codepoint: 0xec0c,
categories: [3],
tags: [
480,
1871,
17135,
4202,
15086,
840,
6222,
7882,
3922,
3684,
1843,
530,
137,
138,
1470,
353,
1143,
3688,
8518,
12427,
4532,
763,
2315,
1851,
31,
97,
8078,
6764,
859,
1856,
17136,
17137,
17138
],
),
"window": SymbolsMetadata(
popularity: 1132,
codepoint: 0xf088,
categories: [8],
tags: [
5088,
1672,
501,
15876,
13842,
1132,
12556,
1209,
17139,
1333,
1704,
8,
1164,
348,
1109,
382,
1140,
1499,
2735,
2142,
385,
17140,
7519,
289,
3047,
4604,
919,
17141,
1122,
15883,
432,
410,
392,
509,
433,
396,
1187
],
),
"window_closed": SymbolsMetadata(
popularity: 189,
codepoint: 0xe77e,
categories: [10],
tags: [
501,
15876,
1131,
482,
4239,
17142,
3939,
519,
1333,
1704,
8,
17143,
1164,
348,
1140,
1344,
4726,
1143,
919,
1122,
15883,
432,
410,
17144,
1151,
1036,
509,
15885,
433,
396,
1187
],
),
"window_open": SymbolsMetadata(
popularity: 175,
codepoint: 0xe78c,
categories: [10],
tags: [
501,
15876,
1179,
8,
2338,
914,
2994,
348,
1140,
1344,
1314,
2342,
1143,
2956,
2957,
2922,
15896,
11740,
919,
12560,
13323,
1122,
2961,
410,
1036,
706,
509,
1093,
4480,
396,
1187
],
),
"window_sensor": SymbolsMetadata(
popularity: 111,
codepoint: 0xe2bb,
categories: [10],
tags: [
1359,
1360,
2123,
1209,
1074,
975,
288,
1140,
1499,
7152,
87,
12398,
4259,
1143,
492,
2922,
289,
432,
1036,
64,
1897,
291,
1170,
31,
1187,
278
],
),
"windshield_defrost_front": SymbolsMetadata(
popularity: 18,
codepoint: 0xf32a,
categories: [14],
tags: [
837,
1871,
2423,
1809,
3410,
504,
1931,
1811,
780,
840,
345,
1425,
5256,
5257,
5264,
5096,
848,
1847,
10223,
850,
138,
17145,
31,
858,
1835,
1899,
3631,
859,
17146,
5262,
860
],
),
"windshield_defrost_rear": SymbolsMetadata(
popularity: 13,
codepoint: 0xf329,
categories: [14],
tags: [
838,
1809,
3410,
5292,
504,
1811,
780,
5254,
841,
345,
2392,
1425,
5256,
5257,
10513,
1878,
3023,
1847,
1848,
2735,
5122,
5259,
2402,
1835,
859,
1187,
17146,
5262
],
),
"windshield_heat_front": SymbolsMetadata(
popularity: 2,
codepoint: 0xf328,
categories: [14],
tags: [
838,
1809,
3410,
504,
1811,
780,
5254,
841,
345,
4189,
1425,
5256,
5257,
5264,
5096,
848,
1109,
3023,
1847,
850,
1470,
355,
151,
858,
5282,
1835,
3631,
3829,
859,
1187,
17146,
5262
],
),
"wine_bar": SymbolsMetadata(
popularity: 1338,
codepoint: 0xf1e8,
categories: [5],
tags: [
11308,
17147,
1423,
17148,
4858,
3696,
4973,
11309,
11310,
6010,
3701,
4207,
17149,
9810,
781,
1387,
1109,
17150,
1958,
11311,
11312,
11313,
1537,
8544,
4692,
11316,
17151,
17152,
17153
],
),
"woman": SymbolsMetadata(
popularity: 2110,
codepoint: 0xe13e,
categories: [3],
tags: [
565,
566,
5,
193,
975,
1796,
17154,
17155,
17156,
17157,
17158,
9805,
225,
1797,
7875,
977,
581,
978,
979,
7876,
982,
588,
589,
5099,
590,
986,
888,
593,
31,
601,
4719,
17159,
17160,
7877
],
),
"woman_2": SymbolsMetadata(
popularity: 515,
codepoint: 0xf8e7,
categories: [3],
tags: [
480,
565,
566,
974,
1796,
225,
1797,
7875,
977,
581,
138,
978,
7876,
289,
589,
590,
390,
986,
888,
593,
31,
4392,
601,
4719,
7877
],
),
"work": SymbolsMetadata(
popularity: 11443,
codepoint: 0xe8f9,
categories: [9],
tags: [
3,
3642,
2033,
1514,
569,
4908,
4870,
934,
1385,
10077,
1430,
3091,
964,
3670,
17161,
10381,
17162,
942,
1680,
1515,
17163,
5391,
1391,
4912,
4913,
13601,
5742,
245,
4487,
3753,
956,
1518
],
),
"work_alert": SymbolsMetadata(
popularity: 54,
codepoint: 0xf5f7,
categories: [9],
tags: [
3104,
1360,
1661,
1361,
3642,
2033,
4608,
1514,
569,
4870,
691,
3088,
3681,
1365,
1430,
2714,
1366,
4701,
1367,
2716,
1515,
1166,
583,
1183,
616,
17164,
1391,
1587,
2719,
3286,
1516,
4487,
31,
1517,
1690,
2435,
206,
1518
],
),
"work_history": SymbolsMetadata(
popularity: 3250,
codepoint: 0xec09,
categories: [9],
tags: [
17165,
1673,
2441,
2934,
3642,
2033,
1514,
569,
4908,
4870,
1159,
14065,
81,
1160,
1430,
10381,
12925,
2076,
7007,
1515,
3055,
88,
4804,
1587,
2795,
17166,
2589,
2828,
4913,
4806,
453,
6348,
1168,
4487,
17167,
1171,
2463,
4141,
1518,
17168,
17169
],
),
"work_update": SymbolsMetadata(
popularity: 35,
codepoint: 0xf5f8,
categories: [9],
tags: [
749,
2508,
77,
502,
3642,
2033,
4608,
1514,
569,
4870,
462,
752,
753,
1104,
313,
2814,
520,
1274,
5904,
1697,
1515,
756,
2513,
353,
5540,
1090,
759,
1516,
760,
330,
291,
4487,
764,
765,
1517,
513,
2451,
1518,
2989
],
),
"workspace_premium": SymbolsMetadata(
popularity: 9027,
codepoint: 0xe7af,
categories: [3],
tags: [
3,
2660,
8458,
9767,
3494,
281,
192,
193,
464,
2640,
3497,
3498,
904,
3182,
3672,
1166,
3502,
15081,
3676,
5359,
851,
716,
63,
1289,
3505,
3506,
3507,
392,
2673,
857,
291,
31,
4820,
1576,
3510,
1154
],
),
"workspaces": SymbolsMetadata(
popularity: 3456,
codepoint: 0xe1a0,
categories: [3],
tags: [
501,
1466,
1101,
571,
519,
1425,
1704,
8,
2141,
1745,
1679,
3500,
382,
579,
1344,
1082,
385,
1029,
2455,
586,
289,
5029,
4648,
386,
3286,
13601,
7664,
509,
823,
6145,
12201,
597,
396,
1229,
1518,
17170
],
),
"wounds_injuries": SymbolsMetadata(
popularity: 9,
codepoint: 0xe13f,
categories: [3],
tags: [
864,
2422,
17171,
3132,
2373,
1235,
2375,
1761,
2425,
2427,
7642,
697,
892,
871,
1763,
2377,
3135,
894,
1767,
5876,
4274,
1768,
2431,
2382,
17172,
12929,
15373,
3142,
5377,
10166,
3993
],
),
"wrap_text": SymbolsMetadata(
popularity: 260,
codepoint: 0xe25b,
categories: [12],
tags: [
1738,
2147,
2148,
1466,
17173,
482,
628,
1580,
1430,
1252,
680,
2153,
1077,
2154,
385,
4575,
1470,
2233,
1586,
2157,
432,
392,
1588,
1460,
433,
6860,
33,
2176,
35,
338,
9507,
4200,
9508,
1590,
1485
],
rtlAutoMirrored: true,
),
"wrist": SymbolsMetadata(
popularity: 47,
codepoint: 0xf69c,
categories: [3],
tags: [
3547,
7992,
690,
6965,
2373,
288,
1761,
7194,
11,
2882,
2692,
697,
892,
1763,
581,
3135,
1525,
894,
4125,
12796,
589,
4531,
1686,
3138,
3520,
3142,
2541,
5377,
2078,
3522,
2544
],
),
"wrong_location": SymbolsMetadata(
popularity: 832,
codepoint: 0xef78,
categories: [5],
tags: [
1513,
1360,
1208,
691,
780,
1209,
1235,
5920,
312,
9298,
313,
2714,
1212,
2715,
321,
8149,
5164,
2716,
323,
7158,
324,
1534,
174,
17174,
325,
3269,
4790,
326,
327,
329,
2719,
4248,
1224,
1065,
1538,
1226,
1068,
206,
5924,
3993
],
),
"wysiwyg": SymbolsMetadata(
popularity: 2535,
codepoint: 0xf1c3,
categories: [6],
tags: [
17175,
17176,
17177,
2242,
5120,
1430,
2151,
2243,
2222,
680,
2153,
2154,
3659,
385,
1470,
642,
1586,
2275,
17178,
410,
17179,
2833,
509,
2197,
1093,
33,
10298,
2162,
2174,
10948,
2175,
396,
3631,
333,
1186,
17180,
1187,
1485,
17181
],
rtlAutoMirrored: true,
),
"yard": SymbolsMetadata(
popularity: 1344,
codepoint: 0xf089,
categories: [8],
tags: [
1131,
3810,
929,
11947,
1498,
2551,
2782,
6869,
17182,
3816,
12939,
9850,
1140,
1499,
1824,
1595,
9906,
323,
17183,
1825,
17184,
3652,
4659,
17185,
9293,
2802,
1500,
1501,
1149,
1502,
823,
1153,
6877
],
),
"your_trips": SymbolsMetadata(
popularity: 13,
codepoint: 0xeb2b,
categories: [16],
tags: [
77,
2441,
3641,
3642,
3390,
3643,
11241,
6983,
313,
12672,
1974,
1623,
87,
323,
324,
325,
17186,
3653,
17187,
1625,
920,
12883,
1167,
1538,
17188,
857,
1689,
332,
17189,
1980,
17190,
17191,
17192,
17193,
17194,
4776,
17195
],
),
"youtube_activity": SymbolsMetadata(
popularity: 605,
codepoint: 0xf85a,
categories: [6],
tags: [
4623,
2508,
745,
4527,
912,
628,
914,
2938,
2076,
86,
88,
506,
325,
70,
239,
4806,
453,
2459,
2942,
1711,
2463,
3316
],
),
"youtube_searched_for": SymbolsMetadata(
popularity: 1588,
codepoint: 0xe8fa,
categories: [2],
tags: [
1422,
1071,
77,
2441,
2934,
1542,
781,
5811,
316,
317,
1748,
1109,
4634,
2076,
3439,
5812,
5488,
3039,
756,
2324,
1115,
1116,
1117,
2327,
406,
523,
1685,
2331,
4806,
760,
2449,
4179,
3663,
2831,
470,
1126,
17196,
1127,
652,
37,
3316,
2335
],
),
"zone_person_alert": SymbolsMetadata(
popularity: 184,
codepoint: 0xe781,
categories: [10],
tags: [
2508,
1359,
1360,
1131,
1133,
691,
5486,
225,
1543,
1140,
581,
7379,
323,
4259,
1143,
616,
588,
1146,
589,
1149,
705,
1036,
888,
823,
5114,
1153,
602,
206,
1155
],
),
"zone_person_idle": SymbolsMetadata(
popularity: 113,
codepoint: 0xe77a,
categories: [10],
tags: [
2508,
1131,
3999,
566,
1133,
811,
225,
977,
1140,
581,
12035,
1222,
323,
4259,
1143,
815,
289,
1146,
589,
8637,
590,
1149,
1036,
986,
888,
710,
291,
5114,
601,
16627,
766,
1155
],
),
"zone_person_urgent": SymbolsMetadata(
popularity: 244,
codepoint: 0xe788,
categories: [10],
tags: [
565,
2508,
1359,
1360,
1131,
1361,
3681,
1365,
2425,
1366,
4701,
225,
1140,
581,
1367,
2716,
1166,
1143,
589,
2719,
590,
1149,
705,
1151,
1036,
888,
291,
31,
1690,
2435,
601,
206,
1155
],
),
"zoom_in": SymbolsMetadata(
popularity: 7757,
codepoint: 0xe8ff,
categories: [2],
tags: [
748,
745,
9669,
8264,
504,
193,
1103,
345,
1235,
43,
2338,
317,
1108,
1109,
1326,
3035,
235,
1111,
17197,
53,
87,
1115,
5814,
1116,
1117,
2327,
239,
242,
391,
1126,
1127,
298,
511,
17198,
396,
2335,
8268
],
),
"zoom_in_map": SymbolsMetadata(
popularity: 1067,
codepoint: 0xeb2d,
categories: [5],
tags: [
745,
77,
502,
8685,
308,
13356,
312,
43,
313,
2338,
914,
316,
317,
318,
3035,
235,
1337,
2324,
323,
1116,
2327,
324,
1534,
1934,
1749,
325,
1535,
327,
239,
329,
1126,
1226,
1619,
332,
396,
2335,
8268
],
),
"zoom_out": SymbolsMetadata(
popularity: 3348,
codepoint: 0xe900,
categories: [2],
tags: [
748,
1738,
504,
345,
2879,
13358,
1542,
8901,
2338,
316,
317,
1109,
17199,
2323,
53,
1115,
2326,
1116,
1117,
17200,
1255,
4273,
2343,
17201,
13360,
391,
6236,
1126,
1127,
151,
2917,
298,
1955,
6360,
17202,
511,
396,
476,
2335,
3051
],
),
"zoom_out_map": SymbolsMetadata(
popularity: 2334,
codepoint: 0xe56b,
categories: [5],
tags: [
1131,
77,
502,
482,
504,
308,
309,
2442,
345,
2812,
312,
313,
6608,
914,
5809,
320,
323,
324,
1534,
174,
1934,
2892,
1749,
325,
2343,
327,
1167,
432,
391,
392,
2917,
433,
1226,
396,
334,
2335,
17203
],
),
"acupuncture": SymbolsMetadata(
popularity: 13,
codepoint: 0xf2c4,
categories: [3],
tags: [
17204,
17205,
17206,
17207,
690,
3132,
17208,
2373,
1196,
7642,
697,
892,
17209,
87,
15154,
894,
9160,
2233,
6208,
17210,
17211,
11806,
2936,
17212,
1916,
1959,
644,
3826,
6860,
3142,
4766,
17213,
17214,
5377,
3330,
7263,
3493
],
),
"approval_delegation_off": SymbolsMetadata(
popularity: 40,
codepoint: 0xf2c5,
categories: [6],
tags: [
861,
2659,
2660,
2661,
1660,
5219,
1233,
1423,
1208,
8460,
1662,
1664,
1235,
5037,
2685,
1211,
2948,
868,
1055,
2689,
2690,
2691,
16231,
2692,
2075,
87,
1166,
3269,
7420,
1059,
1060,
1061,
2747,
2670,
5039,
1224,
5165,
1067,
1226,
3770,
7031,
5596,
3993
],
),
"auto_stories_off": SymbolsMetadata(
popularity: 11,
codepoint: 0xf267,
categories: [1],
tags: [
2423,
17215,
17216,
17217,
17218,
17219,
481,
3390,
3391,
1208,
1162,
1300,
868,
7837,
1055,
3393,
1345,
87,
3269,
6247,
1059,
1060,
1061,
3397,
2885,
1224,
1065,
1067,
1226,
2462,
17220,
17221,
3398,
5166
],
),
"badminton": SymbolsMetadata(
popularity: 17,
codepoint: 0xf2a8,
categories: [15],
tags: [
2508,
7323,
7539,
17222,
9844,
15380,
17223,
11142,
3715,
781,
46,
11,
10324,
3294,
5382,
7541,
1881,
1958,
17224,
2328,
15378,
3652,
2504,
409,
15466,
3298,
228,
17225,
593,
30,
3520,
15468,
15383,
3509
],
),
"bath_bedrock": SymbolsMetadata(
popularity: 5,
codepoint: 0xf286,
categories: [16],
tags: [
3811,
3814,
1860,
3831,
1903,
4184,
4048,
4050,
1876,
10995,
17226,
3500,
7917,
4052,
17227,
1140,
5608,
3025,
2733,
1499,
581,
3821,
17228,
1958,
4056,
4057,
589,
4061,
1500,
17229,
4196,
1501,
2457,
1959,
1917,
3853,
1919,
2489,
3826,
3827,
332,
3840,
3830
],
),
"bath_soak": SymbolsMetadata(
popularity: 2,
codepoint: 0xf2a0,
categories: [8],
tags: [
3863,
3811,
3814,
1860,
3831,
3815,
1863,
2931,
1140,
3025,
2733,
1499,
581,
3530,
3821,
1958,
1470,
4056,
6692,
589,
3849,
1959,
13900,
3853,
3839,
3826,
3827,
3142,
332,
3840,
5826,
3830,
1855,
3493
],
),
"beer_meal": SymbolsMetadata(
popularity: 8,
codepoint: 0xf285,
categories: [16],
tags: [
11308,
17230,
1423,
11346,
4858,
6019,
3696,
4824,
3701,
4207,
4828,
2354,
2987,
1109,
17231,
6734,
4829,
11311,
3704,
15361,
11313,
1537,
3710,
15363
],
),
"calendar_meal": SymbolsMetadata(
popularity: 20,
codepoint: 0xf296,
categories: [3],
tags: [
1659,
2071,
1923,
3694,
2072,
1160,
2124,
2352,
3701,
4111,
3702,
10,
9017,
2354,
2987,
6474,
4829,
4804,
4112,
3704,
506,
4999,
4383,
5017,
2785,
3489,
4688,
1927,
1537,
1168,
8588,
1171,
5001,
1095
],
),
"car_defrost_mid_left": SymbolsMetadata(
popularity: 2,
codepoint: 0xf278,
categories: [14],
tags: [
837,
1887,
77,
502,
1809,
3410,
504,
1811,
308,
840,
345,
1425,
5256,
5257,
5258,
2948,
313,
3023,
581,
1848,
138,
2195,
1470,
5300,
1934,
919,
588,
589,
17232,
1918,
2402,
31,
1835,
1899,
1187,
5262
],
),
"car_defrost_mid_low_right": SymbolsMetadata(
popularity: 2,
codepoint: 0xf277,
categories: [14],
tags: [
837,
1887,
77,
1809,
3410,
5251,
1811,
840,
1744,
845,
1425,
5256,
5257,
5258,
2948,
313,
5096,
3023,
1847,
581,
1848,
2735,
87,
1952,
5300,
1934,
588,
589,
906,
1918,
97,
1835,
1899,
1853,
1187,
5262
],
),
"chair_counter": SymbolsMetadata(
popularity: 4,
codepoint: 0xf29f,
categories: [8],
tags: [
480,
1423,
17233,
1905,
224,
3701,
3864,
1164,
4052,
137,
1140,
4193,
138,
384,
1376,
4213,
814,
492,
289,
1537,
1918,
1928,
392,
888,
1339,
17234,
31
],
),
"chair_fireplace": SymbolsMetadata(
popularity: 7,
codepoint: 0xf29e,
categories: [8],
tags: [
17235,
8891,
1905,
4886,
1876,
4187,
3701,
3864,
1843,
5179,
8893,
17236,
5180,
17237,
4052,
8895,
3023,
1140,
4235,
17238,
1499,
1881,
2735,
1958,
5527,
1911,
1959,
17239,
1917,
1946,
1918,
1928,
151,
3031
],
),
"chair_umbrella": SymbolsMetadata(
popularity: 7,
codepoint: 0xf29d,
categories: [8],
tags: [
2536,
4037,
1905,
6890,
1876,
5379,
4052,
3816,
1957,
1140,
1499,
1958,
1911,
492,
3652,
4041,
3047,
3823,
3824,
3298,
1959,
3825,
1917,
4043,
888,
593,
2369,
1598,
31,
3741,
3302,
332,
4047,
1960,
6877
],
),
"check_circle_unread": SymbolsMetadata(
popularity: 95,
codepoint: 0xf27e,
categories: [2],
tags: [
1360,
1660,
2679,
1361,
281,
1662,
342,
193,
463,
2663,
2683,
1666,
1745,
2286,
1139,
2289,
51,
2291,
1166,
583,
887,
616,
1668,
2589,
242,
362,
291,
245,
1669,
2592,
2334,
4461,
1576,
1671
],
),
"chess_bishop": SymbolsMetadata(
popularity: 29,
codepoint: 0xf261,
categories: [3],
tags: [
480,
5710,
5711,
5712,
5714,
5715,
6,
2948,
781,
5382,
5725,
5716,
137,
7541,
138,
384,
13613,
1958,
17240,
468,
4729,
409,
30,
5723,
31,
17241
],
),
"chess_bishop_2": SymbolsMetadata(
popularity: 7,
codepoint: 0xf262,
categories: [3],
tags: [
2508,
5710,
5711,
5712,
5714,
5715,
6,
781,
5382,
5716,
137,
7541,
138,
4055,
5717,
1958,
5720,
4063,
5722,
30,
5723,
31
],
),
"chess_king": SymbolsMetadata(
popularity: 31,
codepoint: 0xf25f,
categories: [3],
tags: [
2508,
5711,
5712,
5713,
3667,
5714,
5715,
6,
1235,
6634,
5382,
5725,
5716,
977,
7541,
4055,
13428,
1958,
3423,
5718,
17242,
1749,
289,
4729,
17243,
3688,
6637,
392,
888,
30,
5723,
31,
1263
],
),
"chess_king_2": SymbolsMetadata(
popularity: 16,
codepoint: 0xf260,
categories: [3],
tags: [
2471,
5710,
5711,
5712,
5713,
5714,
5715,
193,
6,
1235,
6634,
225,
5382,
5716,
977,
4055,
5717,
17244,
5720,
4729,
409,
239,
328,
3688,
4063,
5722,
1035,
6637,
392,
888,
30,
5723,
1263
],
),
"chess_knight": SymbolsMetadata(
popularity: 70,
codepoint: 0xf25e,
categories: [3],
tags: [
4869,
5711,
5712,
5713,
5714,
5715,
6,
5382,
13399,
5725,
5716,
977,
4068,
5717,
17245,
1958,
5718,
468,
17246,
4729,
409,
590,
7873,
13514,
30,
5723,
17247,
4850
],
),
"chess_pawn_2": SymbolsMetadata(
popularity: 12,
codepoint: 0xf25d,
categories: [3],
tags: [
1332,
5711,
5712,
5714,
5715,
8791,
12123,
378,
2217,
5382,
5725,
5716,
137,
138,
384,
3924,
492,
289,
5720,
4729,
390,
17248,
392,
888,
1339,
17249,
2489,
5723,
31,
1407
],
),
"chess_queen": SymbolsMetadata(
popularity: 49,
codepoint: 0xf25c,
categories: [3],
tags: [
5710,
5711,
5712,
17250,
5714,
5715,
6634,
485,
225,
5382,
5716,
137,
138,
11732,
4055,
5717,
17242,
492,
5720,
4729,
4063,
390,
5722,
6637,
392,
888,
5723,
31
],
),
"chess_rook": SymbolsMetadata(
popularity: 31,
codepoint: 0xf25b,
categories: [3],
tags: [
5456,
4397,
5710,
5711,
5712,
5458,
5713,
17250,
5714,
5715,
6,
3954,
147,
5382,
5428,
5716,
2076,
4055,
5717,
1749,
5720,
4729,
2504,
4063,
6521,
3298,
5722,
30,
433,
5723,
17247,
2556,
5153
],
),
"diamond_shine": SymbolsMetadata(
popularity: 245,
codepoint: 0xf2b2,
categories: [3],
tags: [
3621,
1486,
810,
846,
1487,
487,
6635,
1488,
17251,
2642,
1489,
7223,
381,
5494,
1139,
1490,
7224,
2480,
1491,
328,
1492,
716,
3503,
63,
1393,
3505,
10278,
392,
8985,
3365,
3203,
857,
11927,
1494,
7225,
958
],
),
"dine_heart": SymbolsMetadata(
popularity: 15,
codepoint: 0xf29c,
categories: [8],
tags: [
3694,
3697,
5678,
6890,
3699,
4681,
3701,
4111,
4684,
4827,
17252,
3499,
2354,
4052,
1610,
4507,
1140,
1613,
4508,
4112,
1166,
3704,
506,
242,
358,
1537,
4465,
1918,
1928,
2696,
392,
593,
31,
1473,
6572
],
),
"dine_in": SymbolsMetadata(
popularity: 12,
codepoint: 0xf295,
categories: [3],
tags: [
4822,
1923,
569,
3696,
6890,
4824,
17253,
3701,
4825,
4827,
4828,
12963,
1387,
2354,
3703,
2987,
581,
1881,
2734,
4829,
1958,
3704,
506,
588,
589,
7272,
1916,
12765,
1537,
1928,
6479,
652,
4834,
1473
],
),
"dine_lamp": SymbolsMetadata(
popularity: 19,
codepoint: 0xf29b,
categories: [8],
tags: [
1332,
9349,
6890,
810,
6552,
4860,
3701,
4825,
9102,
3500,
4052,
2477,
1140,
4193,
4746,
2735,
9105,
3627,
5182,
3704,
814,
492,
289,
1537,
1918,
1928,
392,
888,
1339,
2489,
1473,
15923,
6950
],
),
"drone": SymbolsMetadata(
popularity: 23,
codepoint: 0xf25a,
categories: [3],
tags: [
4942,
17254,
837,
1929,
2123,
40,
17255,
345,
2036,
4613,
1909,
1924,
9538,
4259,
325,
59,
8518,
4777,
17256,
13506,
17257,
1993,
5114,
1619,
65,
17258,
17259,
17260,
37
],
),
"drone_2": SymbolsMetadata(
popularity: 17,
codepoint: 0xf259,
categories: [3],
tags: [
4942,
17261,
17262,
837,
1929,
1902,
40,
2036,
4613,
1924,
17263,
489,
4174,
1729,
325,
59,
17264,
17265,
7165,
2499,
1993,
5114,
65,
900,
332,
17258,
17259,
17266,
1835,
37
],
),
"eyeglasses_2_sound": SymbolsMetadata(
popularity: 63,
codepoint: 0xf265,
categories: [3],
tags: [
862,
1738,
864,
17267,
1268,
17268,
345,
7811,
2063,
8386,
2495,
11509,
8387,
137,
1279,
4530,
406,
1706,
1286,
492,
2329,
70,
920,
590,
2885,
440,
71,
8388,
1293,
8389,
8390,
5931,
8391,
97,
4318,
1298,
554,
1855
],
),
"garage_check": SymbolsMetadata(
popularity: 6,
codepoint: 0xf28d,
categories: [14],
tags: [
3,
2679,
2423,
1809,
3410,
929,
1811,
1812,
1662,
463,
2663,
2683,
2321,
313,
1666,
4931,
1106,
5344,
1140,
1499,
138,
1534,
1166,
1668,
2668,
896,
4880,
362,
898,
1689,
245,
31,
1669,
1629,
332,
141,
1348,
4461,
1835,
1576,
5349,
1671
],
),
"garage_money": SymbolsMetadata(
popularity: 17,
codepoint: 0xf28c,
categories: [14],
tags: [
924,
1809,
3410,
927,
928,
960,
569,
1811,
1812,
931,
932,
934,
1417,
936,
937,
3209,
313,
962,
938,
964,
965,
941,
942,
967,
5344,
968,
1534,
948,
950,
951,
1421,
1654,
954,
956,
526,
1629,
332,
36,
1835,
971,
958,
13937
],
),
"hand_meal": SymbolsMetadata(
popularity: 41,
codepoint: 0xf294,
categories: [3],
tags: [
865,
3694,
3132,
9154,
574,
3699,
3701,
4111,
4684,
4828,
2689,
2354,
2987,
2690,
4031,
2692,
2075,
871,
581,
4112,
3704,
4831,
4383,
9284,
3559,
4688,
1147,
1537,
6479,
2720,
3709,
2029,
4834,
880,
12624,
13092,
17269
],
),
"hand_package": SymbolsMetadata(
popularity: 45,
codepoint: 0xf293,
categories: [3],
tags: [
482,
3646,
4909,
6933,
2036,
6934,
1649,
2689,
2690,
8584,
4031,
2691,
7592,
2692,
17270,
2075,
4911,
3403,
2291,
1651,
12888,
91,
2572,
13212,
5008,
1654,
2296,
17271,
9286,
4353,
17272,
12891
],
),
"health_cross": SymbolsMetadata(
popularity: 68,
codepoint: 0xf2c3,
categories: [3],
tags: [
231,
745,
864,
17273,
865,
3132,
2373,
1235,
7639,
2425,
17274,
2427,
697,
9835,
892,
871,
1763,
5874,
894,
11784,
1768,
239,
1686,
392,
31,
5377,
7263,
3493
],
),
"heart_smile": SymbolsMetadata(
popularity: 101,
codepoint: 0xf292,
categories: [3],
tags: [
4506,
4252,
6128,
628,
1602,
6110,
1604,
1606,
577,
3499,
7990,
1607,
3294,
904,
1608,
1609,
1610,
697,
4507,
6115,
1613,
4508,
1614,
589,
1615,
242,
392,
1339,
1616,
1618,
593,
7028
],
),
"high_chair": SymbolsMetadata(
popularity: 2,
codepoint: 0xf29a,
categories: [8],
tags: [
3525,
17275,
17233,
1905,
993,
3701,
4828,
1026,
4707,
4052,
5740,
3531,
1006,
9098,
3704,
814,
3536,
492,
1537,
1918,
1928,
888,
1339,
1942,
3543
],
),
"japanese_curry": SymbolsMetadata(
popularity: 9,
codepoint: 0xf284,
categories: [16],
tags: [
14087,
17276,
13745,
13151,
3699,
17277,
3701,
17278,
4684,
3702,
17279,
2354,
6022,
5702,
6734,
17280,
17281,
13751,
17282,
3704,
17283,
4830,
4383,
4688,
1537,
8544,
14093
],
),
"japanese_flag": SymbolsMetadata(
popularity: 20,
codepoint: 0xf283,
categories: [16],
tags: [
7905,
11055,
193,
4495,
17284,
4734,
4496,
4497,
1543,
978,
322,
6734,
6735,
5225,
324,
4501,
17285,
11078,
17286,
1149,
330,
1598,
334
],
),
"map_pin_heart": SymbolsMetadata(
popularity: 61,
codepoint: 0xf298,
categories: [5],
tags: [
1513,
17287,
312,
313,
316,
3499,
17288,
1544,
4507,
4499,
1623,
1613,
323,
4508,
324,
1534,
1166,
174,
17289,
325,
920,
326,
1535,
327,
328,
329,
358,
4465,
2696,
1540,
1226,
332,
4488
],
),
"map_pin_review": SymbolsMetadata(
popularity: 34,
codepoint: 0xf297,
categories: [5],
tags: [
1513,
568,
569,
570,
4102,
572,
573,
312,
313,
11530,
12925,
316,
3499,
1479,
317,
1544,
6253,
323,
324,
1534,
1166,
174,
583,
325,
13773,
326,
327,
328,
329,
63,
359,
203,
9287,
7855,
3504,
14069,
594,
857,
1226,
17290,
332
],
),
"massage": SymbolsMetadata(
popularity: 20,
codepoint: 0xf2c2,
categories: [3],
tags: [
17206,
690,
17291,
3132,
17292,
2692,
7642,
697,
892,
17293,
2980,
4450,
15154,
9160,
17294,
4531,
1120,
6203,
5437,
17295,
17296,
1916,
1959,
17297,
17298,
17299,
17300,
3826,
17301,
3142,
1792,
5377,
7263,
3493
],
),
"menu_book_2": SymbolsMetadata(
popularity: 38,
codepoint: 0xf291,
categories: [3],
tags: [
4423,
3390,
628,
13068,
5015,
3701,
1430,
3092,
2354,
2816,
68,
3055,
4428,
3094,
1345,
3394,
4450,
3704,
506,
4464,
3396,
3397,
4586,
2885,
179,
1537,
2737,
4391,
17302,
33
],
),
"mobile": SymbolsMetadata(
popularity: 608,
codepoint: 0xe7ba,
categories: [11],
tags: [
1246,
1247,
1132,
1270,
1250,
2523,
251,
570,
283,
1842,
288,
8,
348,
2533,
3778,
1110,
1253,
262,
507,
289,
271,
2534,
5099,
432,
2538,
410,
1700,
3740,
1170,
525,
65,
33,
1464
],
),
"mobile_2": SymbolsMetadata(
popularity: 194,
codepoint: 0xf2db,
categories: [11],
tags: [
1247,
1307,
504,
1270,
1250,
2523,
251,
283,
1073,
975,
288,
44,
8,
2532,
2533,
3778,
1110,
1253,
583,
262,
647,
271,
2534,
3688,
432,
762,
1035,
410,
1700,
525,
65,
1406,
554,
278
],
),
"mobile_3": SymbolsMetadata(
popularity: 168,
codepoint: 0xf2da,
categories: [11],
tags: [
1246,
1247,
1672,
501,
1270,
1250,
2523,
251,
283,
7040,
284,
975,
288,
44,
8,
1877,
2533,
17303,
3778,
1110,
1253,
10781,
583,
262,
267,
920,
271,
2534,
2457,
2538,
410,
1292,
1700,
525,
65,
1406,
5069
],
),
"mobile_alert": SymbolsMetadata(
popularity: 26,
codepoint: 0xf2d3,
categories: [11],
tags: [
3104,
1246,
1247,
1360,
1361,
1309,
691,
3681,
1365,
288,
520,
2714,
1366,
1747,
1110,
4413,
1253,
1367,
2716,
1166,
262,
616,
16180,
271,
5099,
17304,
2719,
1574,
410,
1773,
1036,
1575,
31,
1093,
525,
4419,
1690,
2451,
11489,
206
],
),
"mobile_arrow_down": SymbolsMetadata(
popularity: 93,
codepoint: 0xf2cd,
categories: [11],
tags: [
1246,
1247,
1672,
17305,
17306,
77,
502,
1250,
288,
313,
2814,
2573,
520,
15867,
1110,
1253,
1697,
15869,
17307,
1182,
262,
15870,
271,
17308,
1184,
1036,
15871,
509,
15872,
1093,
14503,
17309,
525,
2451,
1944
],
),
"mobile_arrow_right": SymbolsMetadata(
popularity: 89,
codepoint: 0xf2d2,
categories: [11],
tags: [
1246,
1247,
480,
748,
77,
251,
283,
1073,
615,
288,
313,
1695,
903,
1110,
1253,
87,
262,
1749,
325,
2922,
17310,
2958,
17311,
271,
1167,
17312,
2961,
906,
2298,
17313,
1528,
1700,
31,
525,
65,
1712,
526
],
rtlAutoMirrored: true,
),
"mobile_arrow_up_right": SymbolsMetadata(
popularity: 22,
codepoint: 0xf2b9,
categories: [11],
tags: [
1246,
1247,
745,
1691,
17314,
1672,
501,
77,
1693,
1250,
288,
2948,
1695,
1110,
1140,
17315,
2525,
17316,
1253,
1697,
262,
271,
17317,
326,
239,
906,
1539,
410,
2298,
1528,
1128,
525,
1701,
527,
1186
],
rtlAutoMirrored: true,
),
"mobile_block": SymbolsMetadata(
popularity: 25,
codepoint: 0xf2e5,
categories: [11],
tags: [
1246,
1247,
2596,
1672,
17318,
501,
1233,
2811,
481,
2600,
1208,
1250,
193,
345,
1235,
1211,
288,
6001,
2532,
1213,
2533,
3378,
1110,
1253,
1141,
87,
262,
2605,
6808,
7426,
1223,
271,
5821,
4247,
432,
3271,
1036,
1575,
1700,
1226,
2614,
525
],
),
"mobile_camera": SymbolsMetadata(
popularity: 22,
codepoint: 0xf2cf,
categories: [11],
tags: [
1246,
1247,
5088,
1672,
501,
1270,
40,
42,
1250,
570,
345,
288,
44,
1108,
1110,
1253,
49,
53,
406,
262,
439,
271,
57,
59,
62,
453,
432,
4898,
1347,
1292,
1700,
433,
525,
65,
33,
511,
37,
434
],
),
"mobile_camera_front": SymbolsMetadata(
popularity: 10,
codepoint: 0xf2c9,
categories: [1],
tags: [
690,
40,
42,
193,
288,
5145,
5096,
17319,
581,
5121,
53,
17320,
262,
5098,
439,
589,
271,
57,
59,
62,
5099,
5100,
453,
440,
432,
2752,
5523,
433,
411,
2753,
65,
37,
5103,
3618
],
rtlAutoMirrored: true,
),
"mobile_camera_rear": SymbolsMetadata(
popularity: 7,
codepoint: 0xf2c8,
categories: [1],
tags: [
5088,
5139,
40,
155,
5141,
42,
17321,
193,
288,
1748,
5096,
5121,
53,
17322,
262,
2329,
271,
57,
59,
62,
5099,
5122,
2750,
453,
440,
2752,
1347,
433,
2753,
17323,
15035,
37,
434,
4318
],
rtlAutoMirrored: true,
),
"mobile_cancel": SymbolsMetadata(
popularity: 39,
codepoint: 0xf2ea,
categories: [7],
tags: [
1246,
1247,
748,
504,
1208,
1250,
780,
1209,
284,
345,
1235,
1210,
288,
1162,
3261,
3371,
1212,
1213,
1110,
1253,
87,
262,
4273,
3269,
289,
271,
7174,
876,
4247,
432,
1224,
410,
392,
1700,
1226,
31,
525,
1068,
3993
],
),
"mobile_cast": SymbolsMetadata(
popularity: 22,
codepoint: 0xf2cc,
categories: [11],
tags: [
1246,
15965,
731,
4276,
2022,
1250,
1073,
284,
288,
8,
781,
1110,
1253,
259,
406,
5327,
5443,
262,
267,
271,
2504,
1167,
432,
410,
2026,
1528,
273,
454,
411,
525,
1791,
65,
412,
1712,
1690,
2030,
37,
1855,
277,
278
],
),
"mobile_charge": SymbolsMetadata(
popularity: 15,
codepoint: 0xf2e3,
categories: [11],
tags: [
1246,
1247,
3679,
3935,
1811,
1250,
3680,
3869,
3982,
4937,
288,
3683,
3984,
3922,
3684,
5553,
6969,
17324,
1110,
1253,
138,
3936,
3937,
323,
324,
262,
17325,
325,
271,
326,
3970,
1392,
1167,
3688,
1626,
3542,
31,
525,
3938,
900,
1835
],
),
"mobile_chat": SymbolsMetadata(
popularity: 33,
codepoint: 0xf2ce,
categories: [11],
tags: [
1672,
2700,
2584,
568,
1250,
570,
572,
573,
283,
1475,
288,
7163,
2725,
44,
1478,
1479,
137,
1110,
1344,
583,
262,
271,
432,
1035,
594,
1484,
433,
454,
411,
31,
1296,
65,
33,
4849
],
),
"mobile_check": SymbolsMetadata(
popularity: 88,
codepoint: 0xe824,
categories: [11],
tags: [
1246,
1247,
1660,
2679,
1250,
1662,
1664,
463,
288,
8,
1666,
5749,
4033,
1110,
1253,
138,
1166,
262,
17326,
13197,
1668,
271,
1574,
3187,
410,
1773,
1036,
15871,
362,
1700,
245,
31,
1093,
14503,
525,
65,
1669,
141,
2451,
2334,
2676,
1576,
1671
],
),
"mobile_code": SymbolsMetadata(
popularity: 26,
codepoint: 0xf2e2,
categories: [11],
tags: [
1246,
1247,
17327,
6989,
5734,
1250,
1102,
2216,
16015,
13886,
1313,
7123,
17328,
1104,
288,
4884,
2781,
548,
1110,
1253,
4773,
17329,
2848,
262,
7124,
642,
271,
1123,
17330,
71,
1700,
509,
525,
140,
65,
1317
],
),
"mobile_dots": SymbolsMetadata(
popularity: 2,
codepoint: 0xf2d0,
categories: [11],
tags: [
1246,
1247,
2020,
4276,
1250,
283,
1073,
284,
254,
81,
288,
12423,
8,
17331,
1105,
781,
1110,
1253,
1344,
1314,
406,
5327,
262,
17332,
1404,
267,
4277,
271,
6328,
410,
5438,
2029,
1292,
15024,
454,
764,
765,
525,
65,
526,
37,
278
],
),
"mobile_gear": SymbolsMetadata(
popularity: 22,
codepoint: 0xf2d9,
categories: [11],
tags: [
1246,
1247,
1738,
1756,
1270,
570,
1775,
685,
345,
3584,
288,
1776,
1110,
1253,
138,
293,
1667,
262,
70,
6256,
271,
7174,
921,
71,
1779,
1700,
31,
1093,
525,
65,
33
],
),
"mobile_info": SymbolsMetadata(
popularity: 23,
codepoint: 0xf2dc,
categories: [11],
tags: [
1246,
1247,
5586,
1360,
1177,
1374,
1250,
251,
685,
284,
254,
81,
145,
288,
1110,
2076,
5073,
1253,
17333,
293,
68,
262,
267,
21,
70,
13029,
13030,
271,
71,
1700,
509,
7352,
8389,
291,
525,
3665
],
),
"mobile_landscape": SymbolsMetadata(
popularity: 4,
codepoint: 0xed3e,
categories: [11],
tags: [
1246,
1247,
1842,
288,
17334,
313,
8,
657,
1110,
699,
1253,
49,
1595,
385,
14382,
406,
407,
262,
1698,
507,
271,
57,
17335,
10367,
432,
15542,
470,
410,
3740,
525,
37,
366,
396,
13317
],
),
"mobile_layout": SymbolsMetadata(
popularity: 67,
codepoint: 0xf2bf,
categories: [11],
tags: [
1466,
2261,
40,
2523,
933,
485,
288,
8,
4581,
382,
3586,
1110,
1344,
385,
262,
91,
586,
919,
271,
57,
3356,
1291,
1459,
410,
2459,
1700,
955,
141,
396,
1187
],
),
"mobile_lock_landscape": SymbolsMetadata(
popularity: 4,
codepoint: 0xf2d8,
categories: [11],
tags: [
1246,
1247,
861,
288,
2603,
8,
1110,
699,
1253,
1595,
1777,
1056,
262,
14353,
507,
14172,
5948,
271,
1034,
1063,
1574,
432,
1065,
470,
471,
705,
410,
14354,
3189,
1036,
898,
31,
525,
65,
5320
],
),
"mobile_lock_portrait": SymbolsMetadata(
popularity: 42,
codepoint: 0xf2be,
categories: [11],
tags: [
1246,
1247,
861,
5314,
5217,
1250,
282,
284,
345,
288,
3371,
1110,
1253,
1777,
1056,
262,
5318,
271,
7174,
326,
5099,
1034,
1063,
1573,
1574,
1065,
2366,
705,
410,
14354,
1773,
13222,
1036,
1700,
525,
5320
],
),
"mobile_menu": SymbolsMetadata(
popularity: 7,
codepoint: 0xf2d1,
categories: [11],
tags: [
1246,
1247,
2210,
1756,
14647,
1250,
282,
251,
1775,
685,
345,
3584,
1425,
288,
2533,
1776,
1110,
1253,
4878,
1029,
4879,
262,
8971,
70,
271,
921,
71,
17336,
1779,
1896,
1093,
525,
140,
65,
5069
],
),
"mobile_question": SymbolsMetadata(
popularity: 16,
codepoint: 0xf2e1,
categories: [11],
tags: [
3941,
1246,
1247,
865,
1250,
283,
284,
288,
44,
2532,
4484,
3778,
1110,
871,
1253,
138,
293,
68,
5409,
2716,
262,
289,
271,
2534,
3943,
2331,
3944,
3945,
2457,
410,
291,
880,
31,
525,
140,
4035,
3946
],
),
"mobile_rotate": SymbolsMetadata(
popularity: 19,
codepoint: 0xf2d5,
categories: [11],
tags: [
1246,
1247,
1738,
77,
502,
193,
462,
6616,
345,
14026,
288,
2271,
8,
1110,
1253,
1595,
262,
468,
507,
271,
5099,
470,
471,
330,
410,
71,
2402,
525,
413,
473,
396
],
),
"mobile_rotate_lock": SymbolsMetadata(
popularity: 6,
codepoint: 0xf2d6,
categories: [11],
tags: [
1246,
1247,
861,
862,
77,
193,
6616,
345,
6617,
5290,
288,
2948,
8,
1110,
1253,
1595,
1777,
1056,
262,
355,
507,
271,
5099,
1034,
3185,
1065,
470,
471,
410,
1036,
151,
525,
473,
5321
],
),
"mobile_sensor_hi": SymbolsMetadata(
popularity: 9,
codepoint: 0xf2ef,
categories: [4],
tags: [
1246,
1247,
1423,
517,
1250,
250,
284,
81,
288,
606,
137,
1110,
3459,
1253,
51,
792,
17,
262,
1749,
267,
271,
5903,
3688,
272,
2367,
64,
273,
291,
649,
525,
65,
276,
1690,
2469,
7787,
12525
],
),
"mobile_sensor_lo": SymbolsMetadata(
popularity: 7,
codepoint: 0xf2ee,
categories: [4],
tags: [
1246,
1247,
1360,
2492,
517,
1250,
251,
284,
254,
288,
606,
1110,
3459,
1253,
51,
1470,
1952,
262,
1749,
267,
271,
14586,
272,
432,
2538,
2367,
64,
273,
291,
649,
525,
7787,
206,
5524
],
),
"mobile_share": SymbolsMetadata(
popularity: 21,
codepoint: 0xf2df,
categories: [11],
tags: [
1246,
1247,
861,
1672,
501,
731,
4276,
2022,
1250,
1073,
284,
81,
288,
12557,
8,
1110,
1253,
17337,
1314,
5327,
5443,
262,
630,
267,
1732,
271,
388,
17338,
410,
2027,
5438,
1528,
1128,
454,
411,
525,
4778,
2030,
278
],
rtlAutoMirrored: true,
),
"mobile_share_stack": SymbolsMetadata(
popularity: 4,
codepoint: 0xf2de,
categories: [11],
tags: [
1246,
1247,
77,
4275,
1250,
283,
1073,
1074,
284,
254,
615,
288,
313,
2179,
520,
2999,
1110,
1253,
1314,
1084,
17339,
262,
11973,
2455,
17340,
15043,
1060,
12756,
12879,
12881,
271,
906,
1528,
2029,
17341,
17342,
17343,
525,
65,
527,
278
],
rtlAutoMirrored: true,
),
"mobile_sound": SymbolsMetadata(
popularity: 20,
codepoint: 0xf2e8,
categories: [7],
tags: [
1246,
1247,
1359,
1360,
1268,
1270,
13216,
1250,
2523,
251,
570,
283,
1272,
284,
81,
288,
1110,
1253,
2290,
87,
1470,
1301,
4530,
4414,
262,
1706,
267,
616,
2959,
271,
7174,
762,
2111,
652,
273,
1700,
1293,
1294,
525,
65,
612,
276,
1406,
7787,
2059,
554,
1855,
278
],
),
"mobile_sound_off": SymbolsMetadata(
popularity: 8,
codepoint: 0xf2e9,
categories: [7],
tags: [
1246,
1247,
1360,
1268,
1423,
1270,
1250,
283,
284,
6837,
81,
288,
1162,
868,
1055,
5033,
1110,
1253,
1314,
262,
1302,
267,
616,
1059,
1060,
1061,
271,
7174,
762,
2110,
652,
273,
2100,
1067,
1700,
1293,
525,
554,
278
],
),
"mobile_text": SymbolsMetadata(
popularity: 9,
codepoint: 0xf2eb,
categories: [11],
tags: [
1246,
1247,
1175,
17344,
1232,
2440,
1178,
481,
690,
17345,
1250,
282,
283,
628,
81,
288,
8,
2286,
1110,
1253,
68,
1470,
1182,
583,
17346,
262,
2530,
2456,
616,
1259,
2157,
271,
3356,
410,
1700,
1260,
525,
33,
4848,
1263,
1264,
1485
],
),
"mobile_text_2": SymbolsMetadata(
popularity: 26,
codepoint: 0xf2e6,
categories: [11],
tags: [
1246,
1247,
480,
1360,
2520,
2521,
17347,
17348,
2522,
1159,
283,
288,
44,
8,
1877,
1110,
2525,
1253,
68,
87,
14352,
583,
1403,
262,
616,
1061,
271,
2457,
410,
1339,
1700,
525,
65,
33,
1171
],
),
"mobile_ticket": SymbolsMetadata(
popularity: 18,
codepoint: 0xf2e4,
categories: [11],
tags: [
1246,
1247,
861,
4452,
1672,
2071,
3771,
3390,
1923,
1250,
288,
44,
520,
1431,
10,
1110,
1253,
262,
354,
523,
91,
2004,
951,
271,
1654,
3774,
6259,
1927,
1736,
17349,
2007,
1700,
525,
2010,
900,
332,
4461,
4820
],
),
"mobile_vibrate": SymbolsMetadata(
popularity: 40,
codepoint: 0xf2cb,
categories: [11],
tags: [
1246,
1247,
1360,
1268,
1250,
283,
345,
288,
3778,
16669,
1110,
1253,
3626,
1470,
262,
642,
353,
616,
1059,
271,
5099,
432,
762,
2538,
71,
1304,
2100,
1700,
1293,
2402,
525,
65,
413,
1464,
7787,
2059,
1855
],
),
"mobile_wrench": SymbolsMetadata(
popularity: 41,
codepoint: 0xf2b0,
categories: [4],
tags: [
1738,
1756,
6402,
1374,
1270,
1250,
2523,
251,
570,
1775,
685,
345,
1236,
288,
2781,
46,
1747,
1776,
1110,
4839,
3961,
1029,
4879,
262,
70,
6256,
271,
4880,
652,
71,
1700,
7352,
525,
140,
65,
511,
4883
],
),
"moped_package": SymbolsMetadata(
popularity: 4,
codepoint: 0xf28b,
categories: [14],
tags: [
1809,
4144,
482,
1811,
1812,
6933,
2036,
17350,
6934,
1649,
2640,
1605,
1165,
4910,
3403,
1534,
7903,
12092,
17351,
91,
2572,
4659,
3101,
1393,
3299,
4161,
4660,
4353,
1979,
900,
1629,
332,
4162,
1506,
1835,
4163
],
),
"mountain_steam": SymbolsMetadata(
popularity: 8,
codepoint: 0xf282,
categories: [16],
tags: [
3640,
1874,
3516,
10309,
9147,
2418,
1843,
316,
17352,
137,
3023,
3649,
3817,
3818,
1595,
1596,
2361,
1825,
3822,
4041,
5158,
11046,
5214,
3827,
10358,
17353,
3302,
332,
7193,
396,
16837,
3830,
859
],
),
"movie_speaker": SymbolsMetadata(
popularity: 19,
codepoint: 0xf2a3,
categories: [0],
tags: [
1268,
40,
344,
17354,
12248,
345,
781,
3337,
346,
5106,
406,
407,
686,
354,
12245,
1706,
271,
408,
681,
388,
440,
2506,
410,
2007,
17355,
12235,
1293,
11759,
1294,
1701,
37,
476,
554,
2078
],
),
"music_history": SymbolsMetadata(
popularity: 16,
codepoint: 0xf2c1,
categories: [0],
tags: [
2508,
1673,
77,
1268,
12302,
2441,
17356,
1159,
1160,
288,
2076,
1140,
1112,
88,
17357,
4804,
406,
1706,
1480,
91,
2795,
408,
17358,
1709,
1710,
4806,
453,
760,
2449,
5855,
3663,
2831,
3504,
470,
7204,
3053,
1293,
1171,
2463,
2146,
473
],
),
"nest_farsight_cool": SymbolsMetadata(
popularity: 2,
codepoint: 0xf27d,
categories: [10],
tags: [
838,
1858,
2123,
5287,
840,
5254,
1159,
841,
842,
345,
844,
845,
288,
44,
1878,
8525,
1140,
3171,
1848,
642,
1143,
151,
1896,
1897,
856,
1297,
858,
16098,
2888,
2069,
859
],
),
"nest_farsight_dual": SymbolsMetadata(
popularity: 2,
codepoint: 0xf27c,
categories: [10],
tags: [
40,
193,
840,
1159,
254,
844,
5486,
288,
15311,
5795,
17359,
8525,
3023,
1140,
3025,
1281,
8381,
53,
11510,
4259,
1143,
5489,
386,
8383,
330,
1036,
64,
392,
8388,
1897,
5114,
65,
2069,
37,
396,
4318
],
),
"nest_farsight_eco": SymbolsMetadata(
popularity: 8,
codepoint: 0xf27b,
categories: [10],
tags: [
4935,
840,
1159,
6222,
17360,
964,
3684,
1843,
1844,
8525,
137,
2355,
234,
1140,
138,
2359,
17361,
2360,
2361,
1825,
1143,
2362,
289,
1826,
9293,
15994,
954,
392,
898,
888,
2314,
2315,
31,
2069
],
),
"nest_farsight_heat": SymbolsMetadata(
popularity: 3,
codepoint: 0xf27a,
categories: [10],
tags: [
7153,
840,
1159,
345,
464,
8,
7154,
8525,
2883,
3871,
3023,
1140,
3025,
1848,
51,
792,
17,
3474,
1143,
2885,
391,
1897,
858,
2888,
2069,
3829,
7950,
859
],
),
"nest_farsight_seasonal": SymbolsMetadata(
popularity: 3,
codepoint: 0xf279,
categories: [10],
tags: [
17362,
2072,
840,
5254,
1159,
753,
1160,
2089,
8525,
6869,
2883,
17363,
1140,
3171,
1143,
3488,
1826,
3373,
1168,
12027,
8588,
1897,
858,
5871,
2069,
1171,
2463,
859,
10047,
5002
],
),
"okonomiyaki": SymbolsMetadata(
popularity: 9,
codepoint: 0xf281,
categories: [16],
tags: [
15970,
13745,
17364,
3694,
17365,
4206,
3699,
4681,
4111,
4684,
4828,
2354,
5703,
8894,
17366,
17367,
6734,
13751,
4112,
3704,
17368,
17369,
17370,
1537,
17371,
3710,
17372
],
),
"padel": SymbolsMetadata(
popularity: 10,
codepoint: 0xf2a7,
categories: [15],
tags: [
749,
2508,
7323,
7539,
9844,
15380,
6,
3715,
781,
46,
11,
2882,
5382,
1776,
2356,
7541,
1958,
10843,
17373,
4531,
2504,
15466,
3298,
593,
30,
3520,
15407,
15468
],
),
"parking_meter": SymbolsMetadata(
popularity: 10,
codepoint: 0xf28a,
categories: [14],
tags: [
2423,
2983,
1809,
1811,
1812,
193,
2548,
1159,
932,
8,
10414,
14609,
51,
323,
1729,
3474,
948,
3296,
896,
17374,
951,
17375,
4503,
432,
1540,
1627,
2010,
1171,
1172,
2787,
1629,
1506,
1835
],
),
"parking_sign": SymbolsMetadata(
popularity: 18,
codepoint: 0xf289,
categories: [14],
tags: [
1131,
2423,
1809,
1811,
1812,
15056,
313,
381,
3168,
68,
11410,
323,
17183,
324,
3474,
325,
17376,
896,
2045,
1626,
1538,
392,
898,
823,
1540,
433,
1627,
31,
1628,
900,
1629,
17377,
1835
],
),
"parking_valet": SymbolsMetadata(
popularity: 6,
codepoint: 0xf288,
categories: [14],
tags: [
6248,
2423,
17378,
1809,
3410,
17379,
1811,
1812,
6251,
2039,
5344,
581,
11410,
323,
17183,
324,
17376,
896,
588,
589,
2044,
432,
1626,
652,
898,
823,
1540,
433,
31,
1628,
900,
1629,
332,
17380,
1835
],
),
"payment_arrow_down": SymbolsMetadata(
popularity: 64,
codepoint: 0xf2c0,
categories: [9],
tags: [
77,
927,
928,
569,
930,
931,
932,
934,
1417,
936,
937,
11345,
145,
938,
2814,
520,
963,
941,
942,
967,
2290,
68,
88,
948,
523,
950,
951,
5631,
1421,
1654,
6259,
2296,
1395,
956,
17381,
526,
396,
13937
],
),
"payment_card": SymbolsMetadata(
popularity: 30,
codepoint: 0xf2a1,
categories: [9],
tags: [
565,
927,
928,
569,
1647,
14799,
930,
931,
1416,
4917,
932,
934,
1417,
936,
961,
937,
1418,
44,
938,
1649,
941,
942,
17382,
948,
950,
951,
6561,
1654,
2457,
1395,
3775,
956,
971
],
),
"person_heart": SymbolsMetadata(
popularity: 115,
codepoint: 0xf290,
categories: [3],
tags: [
565,
4506,
566,
690,
4252,
3132,
577,
3499,
17383,
137,
697,
3955,
892,
4507,
581,
138,
978,
979,
1613,
4508,
17384,
894,
4272,
4274,
588,
589,
920,
4384,
590,
4261,
392,
888,
31,
601,
6273,
991,
7028,
3493
],
),
"pickleball": SymbolsMetadata(
popularity: 12,
codepoint: 0xf2a6,
categories: [15],
tags: [
749,
2508,
7323,
7539,
9844,
15380,
11142,
3715,
781,
46,
11,
2882,
3294,
5382,
2356,
15367,
7541,
1958,
2328,
468,
15378,
3652,
10843,
17385,
2504,
16320,
15466,
3298,
3709,
593,
30,
3520,
3770,
15468,
15383
],
),
"plane_contrails": SymbolsMetadata(
popularity: 72,
codepoint: 0xf2ac,
categories: [14],
tags: [
480,
837,
1929,
1901,
1986,
1972,
1902,
17386,
312,
1909,
1989,
1990,
1924,
1623,
87,
1403,
642,
647,
1061,
1625,
387,
1992,
1538,
273,
1339,
1993,
4807,
900,
1629,
332,
1920,
17387,
2131
],
rtlAutoMirrored: true,
),
"playground": SymbolsMetadata(
popularity: 25,
codepoint: 0xf28e,
categories: [3],
tags: [
2508,
997,
5446,
1325,
2277,
1104,
17388,
3092,
781,
4171,
5155,
3294,
5382,
467,
1028,
3094,
1958,
3652,
3296,
2504,
17389,
2770,
8254,
3298,
17390,
17391,
2737,
17392,
495,
4520,
15400,
1319,
1096
],
),
"playground_2": SymbolsMetadata(
popularity: 15,
codepoint: 0xf28f,
categories: [3],
tags: [
748,
1268,
6345,
504,
193,
345,
2931,
1164,
781,
1107,
346,
138,
6347,
1344,
2953,
406,
354,
439,
1706,
3652,
2504,
17389,
409,
1338,
17392,
433,
2128,
454,
15400,
1096,
141,
1348,
37
],
),
"reset_exposure": SymbolsMetadata(
popularity: 3,
codepoint: 0xf266,
categories: [1],
tags: [
2210,
460,
77,
502,
3622,
2856,
4739,
3438,
753,
4784,
1252,
680,
487,
49,
10315,
3439,
3039,
3440,
757,
57,
59,
62,
3441,
760,
761,
2449,
5855,
17393,
17394,
17395,
17396,
17397,
3446,
3663,
9635,
1124,
2832,
17398,
2847,
470,
13980,
5905,
765,
17399,
473,
2836
],
),
"shield_toggle": SymbolsMetadata(
popularity: 47,
codepoint: 0xf2ad,
categories: [13],
tags: [
861,
749,
14491,
1757,
1051,
1553,
2701,
685,
345,
3954,
1300,
4327,
3183,
16222,
1222,
1344,
1777,
1059,
1061,
70,
2670,
1034,
1063,
1573,
1574,
3271,
3187,
705,
1773,
1036,
363,
71,
1575,
2833,
3476,
2402,
413,
3191,
7482,
141,
5320,
1348,
1576,
333,
1186
],
),
"sign_language_2": SymbolsMetadata(
popularity: 7,
codepoint: 0xf258,
categories: [3],
tags: [
862,
865,
690,
283,
574,
284,
1475,
7695,
2725,
2726,
3092,
10691,
6111,
2689,
2690,
2692,
2075,
5933,
581,
1612,
10758,
10759,
5225,
3094,
468,
588,
898,
14874,
1295,
31,
9544,
5932,
476
],
),
"subway_walk": SymbolsMetadata(
popularity: 5,
codepoint: 0xf287,
categories: [14],
tags: [
1809,
2035,
312,
313,
225,
581,
7324,
1534,
4358,
17400,
875,
325,
588,
589,
1685,
6986,
7329,
4360,
1538,
1125,
3542,
4364,
4365,
6988,
1979,
17401,
17402,
17403,
1629,
332,
7330,
17404,
4951,
17405,
1835,
3143,
3799
],
rtlAutoMirrored: true,
),
"sync_saved_locally_off": SymbolsMetadata(
popularity: 10,
codepoint: 0xf264,
categories: [2],
tags: [
1247,
1658,
1307,
1660,
77,
1664,
1703,
193,
1675,
463,
519,
284,
753,
81,
17406,
288,
868,
2713,
8,
1666,
1055,
1110,
2844,
3686,
6253,
17407,
1705,
630,
15840,
1059,
1060,
1668,
1061,
4247,
760,
761,
471,
330,
1539,
4465,
410,
362,
1067,
1689,
764,
16573,
765,
1669,
526,
4952,
1068,
2334,
1576,
333,
1187,
1671
],
),
"table_large": SymbolsMetadata(
popularity: 8,
codepoint: 0xf299,
categories: [8],
tags: [
1466,
9669,
3583,
6890,
373,
933,
463,
5093,
628,
81,
1467,
3701,
8,
1937,
488,
2274,
4052,
382,
916,
68,
1939,
385,
88,
4113,
586,
432,
1459,
1151,
1460,
433,
955,
1473,
3330,
396
],
),
"timer_1": SymbolsMetadata(
popularity: 49,
codepoint: 0xf2af,
categories: [1],
tags: [
72,
1359,
1360,
2071,
10319,
1159,
2073,
2074,
45,
2089,
3485,
10,
3463,
3464,
226,
3466,
1183,
1368,
22,
178,
3482,
5590,
17408,
1369,
1168,
360,
361,
275,
2809,
1171,
3469,
2540,
1172,
2146,
2078
],
),
"timer_2": SymbolsMetadata(
popularity: 23,
codepoint: 0xf2ae,
categories: [1],
tags: [
74,
1359,
1360,
2071,
10319,
193,
462,
1159,
17409,
2073,
16146,
2074,
45,
2089,
10,
5886,
87,
17,
3467,
22,
759,
330,
1168,
361,
2809,
17410,
1171,
17411,
11470,
1172,
17412,
2810,
1095,
394
],
),
"tonality_2": SymbolsMetadata(
popularity: 13,
codepoint: 0xf2b4,
categories: [1],
tags: [
15196,
1268,
15190,
17413,
193,
8103,
2242,
1252,
680,
12303,
83,
351,
8173,
9923,
1279,
49,
17414,
4530,
406,
8106,
1706,
8110,
1480,
59,
62,
15370,
12304,
4262,
4043,
7940,
11590,
17415,
3053,
1293,
14935,
595,
8178,
6391,
6748,
1754,
554
],
),
"translate_indic": SymbolsMetadata(
popularity: 20,
codepoint: 0xf263,
categories: [6],
tags: [
502,
1742,
573,
283,
1786,
6433,
4495,
4449,
313,
1430,
319,
17416,
322,
5225,
10760,
7227,
1470,
9696,
2455,
4845,
1295,
594,
433,
3964,
2402,
31,
33,
526,
7230,
5932,
9700,
6627,
334
],
),
"vignette_2": SymbolsMetadata(
popularity: 9,
codepoint: 0xf2b3,
categories: [1],
tags: [
480,
2210,
4296,
1132,
193,
345,
2812,
4084,
485,
606,
1252,
680,
487,
4306,
83,
1748,
4307,
490,
49,
406,
57,
59,
62,
330,
151,
8176,
392,
2160,
511,
4346,
476
],
),
"washoku": SymbolsMetadata(
popularity: 6,
codepoint: 0xf280,
categories: [16],
tags: [
14087,
13745,
13151,
17417,
3694,
13747,
3699,
4824,
3701,
4111,
4828,
17418,
2354,
6022,
5702,
4484,
6734,
13751,
4213,
4112,
3704,
14092,
13756,
1537,
17419,
2489,
17420,
6334,
17421
],
),
"yoshoku": SymbolsMetadata(
popularity: 8,
codepoint: 0xf27f,
categories: [16],
tags: [
1922,
11055,
6737,
13747,
17422,
3699,
4824,
3701,
17423,
4111,
17424,
11067,
4828,
17418,
17425,
9017,
2354,
17426,
4911,
6734,
6735,
4213,
3704,
4032,
2213,
17427,
4688,
2902,
1537,
17428,
3709,
5836,
394,
6334,
17429
],
),
"android_cell_4_bar": SymbolsMetadata(
popularity: 93,
codepoint: 0xef06,
categories: [4],
tags: [
2386,
1071,
1307,
1423,
517,
1250,
7685,
251,
373,
283,
254,
81,
375,
2223,
12498,
17430,
1078,
51,
1081,
259,
17431,
226,
1086,
262,
267,
17432,
271,
272,
273,
275,
746,
3004,
649,
65,
276,
1406,
1095,
277,
278
],
),
"android_cell_4_bar_alert": SymbolsMetadata(
popularity: 23,
codepoint: 0xef09,
categories: [4],
tags: [
3104,
4765,
1360,
1361,
1423,
517,
17433,
691,
1250,
17434,
250,
251,
283,
1074,
284,
17435,
254,
1365,
81,
2714,
1366,
2223,
12498,
17430,
1367,
51,
259,
792,
1166,
262,
17436,
265,
10036,
267,
611,
3269,
616,
271,
272,
17437,
273,
7786,
291,
649,
31,
1406,
206,
277,
278
],
),
"android_cell_4_bar_off": SymbolsMetadata(
popularity: 17,
codepoint: 0xef08,
categories: [4],
tags: [
517,
1250,
17434,
7685,
251,
7686,
283,
253,
254,
81,
7688,
868,
2713,
1055,
2223,
12498,
259,
17109,
262,
263,
265,
267,
269,
6316,
1059,
1060,
1061,
271,
14881,
17438,
272,
273,
290,
1067,
524,
277,
278,
4288
],
),
"android_cell_4_bar_plus": SymbolsMetadata(
popularity: 12,
codepoint: 0xef07,
categories: [4],
tags: [
231,
745,
1307,
2492,
517,
1250,
7685,
251,
283,
284,
254,
81,
2223,
521,
12498,
14888,
51,
259,
262,
265,
267,
887,
271,
239,
272,
273,
275,
291,
649,
533,
277,
278
],
),
"android_cell_5_bar": SymbolsMetadata(
popularity: 46,
codepoint: 0xef02,
categories: [4],
tags: [
17439,
2386,
1071,
2492,
1423,
517,
17440,
1250,
250,
251,
7686,
373,
283,
284,
254,
81,
375,
3898,
17441,
12498,
1078,
51,
17442,
1081,
259,
226,
1086,
262,
265,
267,
271,
272,
273,
17443,
17005,
290,
275,
746,
291,
524,
1095,
277,
278,
650
],
),
"android_cell_5_bar_alert": SymbolsMetadata(
popularity: 7,
codepoint: 0xef05,
categories: [4],
tags: [
3104,
4765,
1360,
1361,
1423,
517,
691,
1250,
250,
251,
8167,
283,
1074,
284,
254,
1365,
81,
2714,
1366,
4701,
3898,
12498,
1367,
259,
2716,
1166,
262,
10036,
267,
3269,
616,
271,
14881,
2719,
272,
652,
273,
290,
291,
31,
1690,
206,
277,
278
],
),
"android_cell_5_bar_off": SymbolsMetadata(
popularity: 15,
codepoint: 0xef04,
categories: [4],
tags: [
2492,
517,
1250,
251,
283,
254,
81,
868,
2713,
1055,
259,
792,
87,
17444,
7793,
262,
267,
12635,
6316,
1059,
1060,
1061,
271,
272,
273,
1067,
291,
649,
612,
1068,
7799,
277,
278
],
),
"android_cell_5_bar_plus": SymbolsMetadata(
popularity: 12,
codepoint: 0xef03,
categories: [4],
tags: [
231,
745,
1307,
517,
3022,
1250,
7685,
251,
283,
254,
81,
17430,
137,
138,
235,
51,
259,
1083,
17109,
262,
263,
267,
887,
271,
239,
272,
273,
290,
275,
291,
31,
277,
278
],
),
"android_cell_dual_4_bar": SymbolsMetadata(
popularity: 7,
codepoint: 0xef0d,
categories: [4],
tags: [
2386,
1071,
1307,
1423,
517,
1250,
251,
373,
283,
14901,
254,
81,
375,
3042,
17445,
1164,
634,
2274,
1078,
138,
51,
1081,
259,
792,
1470,
226,
1086,
262,
267,
271,
17438,
272,
652,
273,
275,
746,
3004,
649,
31,
2556,
1095,
394,
277,
278
],
),
"android_cell_dual_4_bar_alert": SymbolsMetadata(
popularity: 1,
codepoint: 0xef0f,
categories: [4],
tags: [
3104,
4765,
1360,
1307,
1361,
1423,
517,
691,
1250,
251,
283,
1074,
284,
254,
1365,
81,
17446,
17447,
17445,
2714,
1366,
4701,
1367,
259,
1166,
262,
267,
3269,
616,
271,
2719,
272,
652,
273,
290,
12638,
291,
31,
1690,
17448,
17449,
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,
15311,
17445,
235,
259,
610,
262,
237,
267,
611,
887,
271,
17450,
239,
272,
273,
12638,
275,
649,
65,
394,
277,
278
],
),
"android_cell_dual_5_bar": SymbolsMetadata(
popularity: 6,
codepoint: 0xef0a,
categories: [4],
tags: [
2386,
1071,
1307,
1423,
517,
1250,
251,
8167,
373,
283,
17451,
81,
288,
375,
17452,
17445,
3898,
12498,
1078,
1081,
259,
226,
1086,
262,
10036,
17453,
17454,
267,
17455,
271,
272,
273,
290,
275,
746,
291,
3004,
533,
276,
1095,
17456,
17449,
277,
278
],
),
"android_cell_dual_5_bar_alert": SymbolsMetadata(
popularity: 3,
codepoint: 0xef0c,
categories: [4],
tags: [
3104,
4765,
17439,
1360,
1307,
1361,
1423,
517,
691,
1250,
251,
283,
1074,
254,
1365,
81,
17445,
2714,
1366,
4701,
12498,
1367,
51,
259,
1166,
262,
267,
3269,
616,
271,
273,
291,
649,
31,
65,
1690,
206,
277,
278
],
),
"android_cell_dual_5_bar_plus": SymbolsMetadata(
popularity: 6,
codepoint: 0xef0b,
categories: [4],
tags: [
231,
17439,
745,
1307,
517,
1250,
251,
284,
254,
81,
15311,
3898,
2274,
521,
51,
259,
792,
3474,
262,
267,
887,
271,
239,
3688,
63,
272,
273,
275,
649,
14886,
276,
394,
277,
278
],
),
"android_wifi_3_bar": SymbolsMetadata(
popularity: 56,
codepoint: 0xef16,
categories: [4],
tags: [
861,
517,
731,
283,
284,
254,
81,
288,
12532,
51,
259,
9861,
792,
262,
267,
271,
2065,
272,
1736,
652,
273,
290,
291,
649,
65,
612,
2278,
277,
278,
650
],
),
"android_wifi_3_bar_alert": SymbolsMetadata(
popularity: 26,
codepoint: 0xef1b,
categories: [4],
tags: [
1360,
1177,
517,
691,
284,
254,
15849,
17457,
1366,
293,
68,
259,
17458,
5224,
260,
267,
17459,
616,
13029,
17460,
2065,
1736,
652,
273,
290,
1690,
206,
1855,
7799,
17461,
277,
278,
650,
280
],
),
"android_wifi_3_bar_lock": SymbolsMetadata(
popularity: 9,
codepoint: 0xef1a,
categories: [4],
tags: [
861,
1307,
9573,
517,
251,
4239,
284,
254,
81,
5947,
138,
51,
259,
1470,
1777,
1056,
262,
267,
5948,
5318,
1034,
1063,
1574,
705,
1773,
1036,
652,
273,
290,
291,
31,
65,
277,
278
],
),
"android_wifi_3_bar_off": SymbolsMetadata(
popularity: 15,
codepoint: 0xef19,
categories: [4],
tags: [
1307,
9573,
517,
283,
284,
254,
81,
868,
2713,
1055,
51,
259,
9861,
5224,
262,
267,
269,
6316,
1059,
1060,
1061,
1736,
652,
273,
290,
1067,
291,
17121,
2278,
1855,
277,
12542,
278
],
),
"android_wifi_3_bar_plus": SymbolsMetadata(
popularity: 8,
codepoint: 0xef18,
categories: [4],
tags: [
231,
75,
749,
745,
1307,
3999,
517,
251,
1074,
284,
254,
81,
288,
2274,
4033,
51,
259,
792,
262,
267,
1452,
239,
1736,
652,
273,
291,
649,
5520,
31,
65,
551,
277,
278
],
),
"android_wifi_3_bar_question": SymbolsMetadata(
popularity: 7,
codepoint: 0xef17,
categories: [4],
tags: [
3941,
865,
517,
1250,
251,
1074,
284,
254,
81,
288,
2714,
871,
293,
68,
259,
2716,
1314,
262,
267,
3269,
7420,
271,
2719,
3943,
2331,
3944,
3945,
273,
275,
291,
14908,
649,
880,
31,
2278,
4035,
3946,
277,
278
],
),
"android_wifi_4_bar": SymbolsMetadata(
popularity: 30,
codepoint: 0xef10,
categories: [4],
tags: [
517,
283,
463,
519,
284,
254,
81,
288,
2223,
2274,
12498,
17462,
51,
259,
5224,
792,
262,
267,
611,
1736,
652,
273,
290,
291,
649,
31,
65,
277,
278,
650
],
),
"android_wifi_4_bar_alert": SymbolsMetadata(
popularity: 11,
codepoint: 0xef15,
categories: [4],
tags: [
1360,
1307,
1177,
9573,
517,
283,
284,
254,
2714,
3915,
2223,
17430,
293,
68,
259,
2716,
1083,
262,
267,
616,
13029,
2719,
2065,
1736,
652,
273,
291,
5943,
206,
277,
278
],
),
"android_wifi_4_bar_lock": SymbolsMetadata(
popularity: 3,
codepoint: 0xef14,
categories: [4],
tags: [
17463,
517,
251,
283,
284,
254,
81,
256,
5947,
12498,
14888,
259,
9861,
1314,
1777,
1056,
17431,
262,
267,
4285,
523,
5318,
1034,
1063,
16864,
3185,
1574,
705,
1773,
17464,
1036,
652,
273,
649,
277,
17102,
278,
650
],
),
"android_wifi_4_bar_off": SymbolsMetadata(
popularity: 17,
codepoint: 0xef13,
categories: [4],
tags: [
517,
283,
519,
284,
253,
254,
81,
288,
868,
2713,
1055,
2223,
521,
51,
259,
11632,
262,
267,
269,
6428,
6316,
1059,
1060,
1061,
271,
1736,
652,
273,
1067,
291,
649,
5939,
65,
277,
278,
280
],
),
"android_wifi_4_bar_plus": SymbolsMetadata(
popularity: 10,
codepoint: 0xef12,
categories: [4],
tags: [
231,
861,
745,
517,
518,
251,
283,
284,
254,
81,
1335,
2223,
2274,
12532,
235,
259,
262,
237,
267,
1452,
523,
239,
1148,
1736,
652,
273,
649,
31,
277,
278
],
),
"android_wifi_4_bar_question": SymbolsMetadata(
popularity: 8,
codepoint: 0xef11,
categories: [4],
tags: [
3941,
1360,
865,
517,
1250,
251,
283,
1074,
284,
254,
81,
2714,
2223,
12498,
17430,
871,
51,
293,
68,
259,
2716,
262,
267,
269,
3269,
7420,
271,
2719,
3943,
2331,
3945,
273,
275,
291,
14908,
649,
880,
31,
65,
3946,
277,
17465,
278
],
),
"arrow_shape_up": SymbolsMetadata(
popularity: 57,
codepoint: 0xeef6,
categories: [2],
tags: [
500,
77,
7282,
9682,
2822,
345,
313,
2271,
2932,
903,
137,
2816,
138,
2839,
51,
1749,
1624,
325,
876,
328,
1167,
93,
2420,
410,
392,
2833,
1711,
31,
1263,
1690,
141,
907,
1701,
98,
3017,
1348
],
),
"arrow_shape_up_stack": SymbolsMetadata(
popularity: 68,
codepoint: 0xeef7,
categories: [2],
tags: [
1466,
77,
3012,
313,
3013,
1080,
235,
1082,
88,
17466,
2870,
2455,
325,
91,
92,
1167,
11517,
2269,
95,
1711,
1263,
1690,
141,
907,
98,
3017
],
),
"arrow_shape_up_stack_2": SymbolsMetadata(
popularity: 62,
codepoint: 0xeef8,
categories: [2],
tags: [
1631,
76,
77,
6241,
9069,
2141,
3013,
1679,
1080,
1082,
17467,
88,
12220,
17468,
2870,
17469,
91,
92,
2269,
2298,
95,
1711,
17470,
1263,
526,
1701,
527
],
),
"award_meal": SymbolsMetadata(
popularity: 44,
codepoint: 0xf241,
categories: [5],
tags: [
11896,
3,
3494,
281,
11563,
6633,
3697,
4973,
4206,
4824,
10077,
3701,
12430,
4828,
3497,
9017,
2354,
2987,
13,
5357,
3704,
20,
4688,
851,
3503,
1184,
1289,
1537,
3505,
3506,
3507,
8589,
4834,
857,
245,
6334,
4835,
3510
],
),
"battery_android_frame_1": SymbolsMetadata(
popularity: 17,
codepoint: 0xf257,
categories: [4],
tags: [
1307,
3679,
1132,
1250,
3680,
288,
3683,
2532,
811,
3684,
348,
2274,
51,
792,
1952,
262,
289,
271,
3688,
432,
2457,
1316,
291
],
),
"battery_android_frame_2": SymbolsMetadata(
popularity: 19,
codepoint: 0xf256,
categories: [4],
tags: [
3679,
1250,
3680,
3918,
288,
8,
1877,
811,
3684,
348,
1110,
51,
68,
792,
1952,
262,
289,
648,
2534,
3688,
4029,
432,
392,
291,
1093
],
),
"battery_android_frame_3": SymbolsMetadata(
popularity: 8,
codepoint: 0xf255,
categories: [4],
tags: [
3679,
17471,
1250,
3680,
811,
3923,
3684,
3890,
348,
3871,
51,
792,
1952,
3474,
262,
289,
3688,
3893,
3880,
432,
291
],
),
"battery_android_frame_4": SymbolsMetadata(
popularity: 16,
codepoint: 0xf254,
categories: [4],
tags: [
1360,
1307,
3679,
3886,
3877,
1250,
3680,
3869,
288,
3683,
1877,
3684,
3910,
3871,
51,
68,
262,
616,
271,
240,
3688,
432,
2538,
71,
3004,
1093,
65
],
),
"battery_android_frame_5": SymbolsMetadata(
popularity: 15,
codepoint: 0xf253,
categories: [4],
tags: [
676,
17439,
1307,
3953,
1423,
3679,
1250,
3680,
3682,
288,
3922,
811,
3684,
17472,
667,
3898,
348,
2533,
51,
792,
1952,
3474,
262,
289,
3687,
271,
3688,
1700,
291
],
),
"battery_android_frame_6": SymbolsMetadata(
popularity: 15,
codepoint: 0xf252,
categories: [4],
tags: [
1307,
3679,
1250,
3680,
288,
811,
3684,
17473,
17474,
699,
138,
51,
792,
1952,
262,
289,
271,
3688,
432,
3934,
6531,
291,
3004,
65
],
),
"battery_android_frame_alert": SymbolsMetadata(
popularity: 6,
codepoint: 0xf251,
categories: [4],
tags: [
1360,
16827,
1307,
3679,
1250,
3680,
3869,
17475,
288,
3922,
3923,
3684,
348,
138,
51,
792,
3916,
262,
616,
289,
271,
3688,
432,
392,
291,
1170,
65,
1407,
206,
17476
],
),
"battery_android_frame_bolt": SymbolsMetadata(
popularity: 41,
codepoint: 0xf250,
categories: [4],
tags: [
1360,
1307,
3679,
3935,
1250,
3680,
3869,
3939,
288,
3922,
811,
3684,
348,
2274,
137,
1110,
138,
51,
792,
3937,
1952,
262,
289,
271,
3688,
291,
31,
525,
65,
206
],
),
"battery_android_frame_full": SymbolsMetadata(
popularity: 37,
codepoint: 0xf24f,
categories: [4],
tags: [
1307,
1423,
3679,
3897,
1250,
3680,
3909,
3869,
463,
288,
3870,
3684,
3500,
2274,
697,
51,
792,
17477,
3474,
262,
3688,
432,
1700,
291,
31,
65
],
),
"battery_android_frame_plus": SymbolsMetadata(
popularity: 13,
codepoint: 0xf24e,
categories: [4],
tags: [
745,
17478,
17479,
17480,
1307,
3679,
3877,
3948,
1250,
3680,
3869,
3965,
1235,
288,
3923,
3684,
3986,
348,
235,
51,
792,
3916,
262,
289,
271,
239,
3688,
3880,
432,
1700,
291
],
),
"battery_android_frame_question": SymbolsMetadata(
popularity: 8,
codepoint: 0xf24d,
categories: [4],
tags: [
1360,
1423,
3679,
3888,
1250,
3680,
3965,
288,
3914,
3684,
3890,
2714,
871,
51,
293,
2716,
792,
3916,
262,
271,
3688,
3893,
2719,
3944,
3945,
432,
291,
31,
3946,
17481,
206
],
),
"battery_android_frame_share": SymbolsMetadata(
popularity: 3,
codepoint: 0xf24c,
categories: [4],
tags: [
1307,
3679,
1250,
3680,
1073,
284,
81,
288,
2239,
811,
3684,
348,
2533,
51,
792,
1470,
1314,
3916,
262,
267,
1088,
289,
271,
851,
3688,
9286,
3001,
1528,
291,
1093,
526
],
),
"battery_android_frame_shield": SymbolsMetadata(
popularity: 11,
codepoint: 0xf24b,
categories: [4],
tags: [
1307,
3679,
1132,
1250,
3680,
288,
3683,
3684,
379,
348,
138,
51,
792,
1403,
262,
289,
271,
3688,
1574,
432,
1035,
1036,
392,
1575,
291,
31,
65
],
),
"briefcase_meal": SymbolsMetadata(
popularity: 10,
codepoint: 0xf246,
categories: [9],
tags: [
3642,
2033,
482,
1514,
569,
4870,
3697,
934,
1333,
4824,
2036,
3701,
3702,
9017,
2354,
2987,
4634,
1515,
4112,
17482,
3704,
1391,
17483,
4913,
2457,
1537,
2538,
652,
3710,
2489,
4834,
433,
4487,
332,
4835,
1518
],
),
"bucket_check": SymbolsMetadata(
popularity: 47,
codepoint: 0xef2a,
categories: [2],
tags: [
2655,
2660,
5842,
3897,
1662,
1664,
463,
2663,
4490,
1333,
2321,
1666,
1106,
3500,
2274,
51,
3772,
88,
1166,
226,
1668,
2668,
91,
5847,
26,
3504,
362,
898,
291,
245,
1517,
1669,
4820,
554,
1671
],
),
"calendar_check": SymbolsMetadata(
popularity: 176,
codepoint: 0xf243,
categories: [6],
tags: [
2655,
1659,
2071,
17484,
1923,
2072,
17485,
1662,
463,
2663,
2683,
17486,
2321,
1160,
17487,
2124,
2074,
1666,
1106,
10,
17488,
1166,
4999,
1668,
2668,
3489,
1370,
1168,
17489,
362,
245,
1669,
1171,
7817,
5001,
2676,
1576,
1671
],
),
"calendar_lock": SymbolsMetadata(
popularity: 21,
codepoint: 0xf242,
categories: [6],
tags: [
861,
5314,
2071,
1051,
1923,
2072,
1760,
1160,
2124,
5015,
2851,
10,
1951,
1777,
1056,
4999,
5017,
5318,
2670,
1034,
1063,
3185,
1574,
1065,
705,
1168,
11617,
1773,
1036,
1171,
5001,
1068
],
),
"calendar_meal_2": SymbolsMetadata(
popularity: 8,
codepoint: 0xf240,
categories: [5],
tags: [
1659,
1360,
1672,
501,
2071,
1923,
2072,
1159,
1160,
2124,
3701,
4684,
10,
9017,
2354,
2987,
137,
138,
1344,
4829,
2939,
3704,
506,
262,
4999,
616,
289,
876,
3489,
432,
1370,
1927,
1537,
1168,
8588,
31,
1171,
5001,
333,
5002
],
),
"child_hat": SymbolsMetadata(
popularity: 44,
codepoint: 0xef30,
categories: [3],
tags: [
2536,
2631,
3524,
3525,
17490,
17491,
5695,
3132,
15360,
993,
997,
2636,
17492,
5290,
12123,
2641,
577,
4190,
5704,
17493,
17494,
17495,
3531,
1006,
1028,
3535,
3536,
1035,
705,
15405,
17496,
4198,
2651,
3543,
17497,
1023
],
),
"conversation": SymbolsMetadata(
popularity: 157,
codepoint: 0xef2f,
categories: [3],
tags: [
570,
2722,
17498,
572,
17499,
283,
6175,
10671,
1475,
1476,
7213,
868,
2726,
17500,
7214,
1055,
577,
581,
583,
11611,
17501,
6270,
1059,
1060,
1061,
589,
3380,
3381,
1067,
593,
594,
1484,
17502,
1296,
4847,
9544,
33,
17503,
3660,
1485,
17504
],
),
"hanami_dango": SymbolsMetadata(
popularity: 5,
codepoint: 0xf23f,
categories: [5],
tags: [
13745,
17505,
1101,
17506,
17507,
17508,
4682,
3700,
17509,
4685,
2354,
381,
17510,
6734,
6735,
6013,
17511,
17512,
492,
10852,
3710,
5188,
13344,
4988,
3711,
31,
17513,
3712
],
),
"image_inset": SymbolsMetadata(
popularity: 14,
codepoint: 0xf247,
categories: [1],
tags: [
17514,
17515,
17516,
17517,
17518,
9405,
17519,
17520,
17521,
348,
1343,
49,
17522,
1327,
1595,
406,
17523,
17524,
1596,
1597,
57,
59,
62,
432,
433,
17525,
17526,
17527
],
),
"kanji_alcohol": SymbolsMetadata(
popularity: 3,
codepoint: 0xf23e,
categories: [5],
tags: [
11308,
11055,
1423,
4858,
504,
5,
6737,
4528,
4207,
2354,
4484,
138,
11068,
6735,
17528,
5225,
11311,
17529,
174,
506,
325,
876,
1392,
1537,
17530,
3325,
898,
31,
33,
338,
1485
],
),
"mail_shield": SymbolsMetadata(
popularity: 23,
codepoint: 0xf249,
categories: [7],
tags: [
1553,
283,
1760,
2286,
11614,
17531,
3232,
2288,
8024,
17532,
2289,
15,
16,
1056,
2291,
583,
17533,
1034,
1063,
10665,
1573,
1574,
2296,
3187,
1773,
17534,
1036,
2298,
1575,
7482,
1576
],
),
"meal_dinner": SymbolsMetadata(
popularity: 5,
codepoint: 0xf23d,
categories: [5],
tags: [
17535,
4822,
3694,
3695,
3696,
3697,
5696,
4824,
4754,
3701,
17278,
4111,
4684,
3702,
4827,
2354,
5702,
2987,
4213,
4829,
4112,
3704,
4830,
4090,
12581,
4688,
1537,
8544,
3709,
151,
4833,
4834,
1598,
11584,
9018
],
),
"meal_lunch": SymbolsMetadata(
popularity: 18,
codepoint: 0xf23c,
categories: [5],
tags: [
480,
1332,
3693,
17536,
7264,
7265,
3697,
17537,
15702,
4754,
3701,
4825,
3702,
8538,
379,
2354,
6022,
14054,
3703,
904,
4112,
3704,
17538,
814,
647,
4090,
12581,
3706,
1537,
8545,
1339,
3710,
1598
],
),
"money_range": SymbolsMetadata(
popularity: 160,
codepoint: 0xf245,
categories: [9],
tags: [
2210,
223,
502,
2441,
928,
960,
930,
931,
932,
934,
3762,
345,
1417,
936,
937,
938,
1335,
83,
941,
942,
2967,
792,
550,
4756,
17,
719,
948,
523,
70,
6256,
950,
951,
5631,
1421,
26,
1148,
391,
2817,
363,
151,
1395,
3476,
2972,
6081,
36,
2937
],
),
"page_menu_ios": SymbolsMetadata(
popularity: 11,
codepoint: 0xeefb,
categories: [2],
tags: [
1672,
2440,
3390,
8534,
628,
81,
145,
1430,
147,
370,
2938,
916,
68,
2844,
1470,
88,
506,
237,
325,
1585,
70,
1586,
1587,
453,
1428,
1588,
1711,
33,
97,
141,
1348,
396,
1485
],
),
"parent_child_dining": SymbolsMetadata(
popularity: 2,
codepoint: 0xf22d,
categories: [5],
tags: [
862,
4073,
3863,
3525,
17539,
690,
3132,
1905,
993,
997,
1876,
14051,
3701,
4828,
3834,
1026,
17540,
4707,
225,
2354,
5740,
581,
3531,
1006,
3704,
1032,
588,
589,
1537,
11912,
652,
888,
1942,
1473,
3543,
1023
],
),
"partner_heart": SymbolsMetadata(
popularity: 122,
codepoint: 0xef2e,
categories: [3],
tags: [
8553,
690,
504,
4252,
1073,
3833,
1164,
6110,
1788,
3499,
1607,
137,
7994,
579,
10078,
697,
4507,
5370,
581,
138,
1401,
1613,
4508,
894,
9759,
289,
12954,
588,
589,
4261,
3426,
6570,
392,
31,
907,
6572,
1409
],
),
"percent_discount": SymbolsMetadata(
popularity: 168,
codepoint: 0xf244,
categories: [9],
tags: [
14531,
791,
12332,
934,
1180,
11335,
10077,
12060,
1649,
964,
941,
942,
1182,
793,
6543,
948,
22,
3969,
17541,
3687,
17542,
1184,
1393,
6724,
954,
3507,
1395,
898,
8589,
31
],
),
"rest_area": SymbolsMetadata(
popularity: 4,
codepoint: 0xf22a,
categories: [5],
tags: [
3863,
17543,
2115,
17536,
312,
4828,
11579,
17544,
2354,
1621,
1623,
1595,
1958,
324,
17545,
1596,
325,
3652,
4041,
3296,
1223,
10531,
17546,
17547,
3298,
1959,
17548,
3540,
17549,
5338,
3405,
17550,
17551,
878,
1226,
17552,
1473,
332
],
),
"search_gear": SymbolsMetadata(
popularity: 52,
codepoint: 0xeefa,
categories: [2],
tags: [
1738,
1756,
17553,
501,
1742,
1775,
685,
345,
1236,
17554,
145,
83,
317,
1776,
1109,
293,
68,
1115,
2326,
1116,
1117,
2327,
1667,
1641,
2940,
70,
920,
921,
1750,
1126,
1127,
652,
71,
1779,
17555,
1093,
511,
6748
],
),
"settings_seating": SymbolsMetadata(
popularity: 1,
codepoint: 0xef2d,
categories: [3],
tags: [
2210,
76,
1466,
17556,
1905,
6890,
1775,
685,
345,
1236,
375,
4052,
1776,
137,
138,
385,
1029,
1641,
355,
70,
92,
2785,
921,
1537,
1946,
1918,
1928,
71,
1779,
823,
6122,
3858
],
),
"shaved_ice": SymbolsMetadata(
popularity: 2,
codepoint: 0xf225,
categories: [5],
tags: [
4973,
841,
9101,
844,
6010,
3700,
10,
3718,
8634,
2354,
14054,
849,
1957,
10528,
13738,
6734,
6735,
506,
587,
2515,
11351,
17557,
3710,
17558,
4154,
4988,
2369,
3711,
17559,
3712,
12572
],
),
"soba": SymbolsMetadata(
popularity: 4,
codepoint: 0xef36,
categories: [5],
tags: [
2210,
15778,
6402,
17560,
1775,
17561,
685,
15779,
345,
15780,
3701,
5310,
2354,
1776,
17562,
6734,
6735,
4878,
1029,
17563,
4879,
17564,
13755,
70,
7081,
921,
15786,
71,
7084,
1093,
3907,
1780,
17565
],
),
"solo_dining": SymbolsMetadata(
popularity: 4,
codepoint: 0xef35,
categories: [5],
tags: [
17566,
690,
7264,
17567,
1905,
17568,
14051,
4683,
3701,
11576,
15927,
4828,
17569,
17570,
225,
2354,
3703,
581,
979,
3704,
17571,
589,
1537,
15928,
11912,
17572,
888,
3570,
1037,
1942,
17573,
1473
],
),
"table_sign": SymbolsMetadata(
popularity: 10,
codepoint: 0xef2c,
categories: [3],
tags: [
3999,
1423,
4822,
16232,
3696,
224,
5138,
3701,
8,
4207,
4827,
2354,
51,
1881,
4054,
174,
1183,
21,
8230,
3652,
11313,
1927,
17574,
1537,
1928,
3160,
710,
31,
1473,
17575,
15363,
16627
],
),
"takeout_dining_2": SymbolsMetadata(
popularity: 8,
codepoint: 0xef34,
categories: [5],
tags: [
482,
3697,
1333,
6933,
4824,
2036,
6934,
3701,
4111,
3702,
8538,
2354,
2987,
4829,
4112,
3704,
91,
17576,
17577,
13212,
17578,
1537,
652,
4834,
17579,
4117,
15955,
1629
],
),
"tatami_seat": SymbolsMetadata(
popularity: 4,
codepoint: 0xef33,
categories: [5],
tags: [
1131,
1905,
1876,
4528,
17580,
485,
17581,
17582,
4052,
17583,
904,
1140,
2735,
6734,
6735,
1470,
5526,
15421,
814,
3354,
432,
1917,
1946,
1918,
1928,
1339,
823,
433,
17584,
6126
],
),
"thumbs_up_double": SymbolsMetadata(
popularity: 106,
codepoint: 0xeefc,
categories: [3],
tags: [
1658,
2658,
17585,
8554,
2660,
1660,
3495,
2663,
3042,
16118,
10279,
3499,
1479,
2689,
2690,
4033,
17586,
2692,
2075,
1613,
242,
63,
6521,
795,
359,
203,
243,
880,
3565,
13834,
17587,
1701,
13835,
3754,
1671
],
),
"udon": SymbolsMetadata(
popularity: 10,
codepoint: 0xef32,
categories: [5],
tags: [
13745,
17588,
17589,
13151,
15573,
13747,
17590,
3699,
3701,
4111,
3702,
2354,
11892,
6734,
6735,
13751,
17591,
4112,
3704,
6013,
17592,
13755,
13756,
1537,
13758,
3827,
17593
],
),
"windshield_defrost_auto": SymbolsMetadata(
popularity: 5,
codepoint: 0xf248,
categories: [14],
tags: [
838,
1887,
77,
2423,
8986,
3349,
1809,
3410,
1811,
5323,
17594,
840,
5254,
845,
3438,
1425,
5256,
5257,
17595,
3023,
1847,
1848,
1470,
1733,
410,
98,
1835,
1899,
1853,
396,
17146,
5262
],
),
"yakitori": SymbolsMetadata(
popularity: 5,
codepoint: 0xef31,
categories: [5],
tags: [
13745,
8890,
4206,
3699,
4682,
3701,
4111,
4828,
2354,
5702,
8894,
17596,
17597,
17598,
17599,
6734,
6735,
13751,
10849,
17600,
4112,
3704,
17601,
506,
2936,
1537,
3708,
644,
10852,
3710,
5188,
17372,
17602,
6126,
17603
],
),
"family_group": SymbolsMetadata(
popularity: 117,
codepoint: 0xeef2,
categories: [3],
tags: [
5751,
1190,
6320,
193,
1101,
1196,
1197,
574,
1075,
1026,
578,
5781,
579,
977,
7381,
1140,
1499,
581,
1280,
7379,
582,
267,
588,
589,
1287,
1288,
2045,
1092,
888,
593,
597,
7388,
602
],
),
"fitness_trackers": SymbolsMetadata(
popularity: 51,
codepoint: 0xeef1,
categories: [11],
tags: [
2536,
2508,
2537,
8953,
7128,
1270,
1250,
570,
1159,
81,
288,
44,
11,
2881,
2882,
2533,
1110,
697,
5369,
1253,
17,
262,
4259,
648,
920,
271,
759,
453,
410,
2539,
1700,
3520,
4963,
4914,
525,
65,
33,
1171,
2541,
1095,
3029,
477,
2078,
2542,
2543,
333,
3522,
7147,
2546
],
),
"mail_asterisk": SymbolsMetadata(
popularity: 28,
codepoint: 0xeef4,
categories: [7],
tags: [
1360,
839,
504,
1102,
283,
975,
2283,
1164,
2286,
3232,
2288,
1139,
138,
1367,
2289,
15,
16,
2291,
583,
887,
616,
289,
2295,
2298,
392,
857,
31,
141,
2592
],
),
"mobile_theft": SymbolsMetadata(
popularity: 20,
codepoint: 0xf2a9,
categories: [13],
tags: [
1360,
77,
1270,
1250,
282,
2523,
570,
11425,
1299,
1365,
288,
1162,
2690,
7592,
2692,
17604,
1110,
5208,
87,
6806,
262,
271,
4247,
17605,
1500,
1574,
432,
17606,
2531,
410,
1036,
1067,
1700,
17607,
17608,
17609,
525,
65,
17610,
206
],
),
"chat_dashed": SymbolsMetadata(
popularity: 32,
codepoint: 0xeeed,
categories: [7],
tags: [
17611,
568,
570,
572,
573,
283,
1475,
2392,
754,
2725,
2726,
4511,
1164,
811,
1479,
5570,
489,
137,
138,
3805,
3107,
583,
289,
2589,
820,
593,
594,
31,
1296,
10408,
33,
4851,
8959
],
),
"frame_bug": SymbolsMetadata(
popularity: 119,
codepoint: 0xeeef,
categories: [2],
tags: [
6188,
4869,
1132,
9609,
482,
1309,
308,
193,
1102,
1311,
1715,
1313,
2714,
317,
1747,
348,
381,
4874,
5812,
2716,
87,
2324,
289,
1535,
2719,
1123,
9541,
17612,
432,
1428,
392,
509,
433,
1319,
2146,
1095,
4035,
2385,
206
],
),
"frame_exclamation": SymbolsMetadata(
popularity: 62,
codepoint: 0xeeee,
categories: [2],
tags: [
3104,
1360,
1361,
1132,
9609,
1133,
482,
691,
308,
3681,
1365,
2714,
1366,
1479,
348,
1367,
51,
68,
2716,
1166,
583,
616,
289,
2719,
5590,
432,
392,
898,
433,
4249,
291,
31,
2146,
1095,
2435,
206
],
),
"assignment_globe": SymbolsMetadata(
popularity: 73,
codepoint: 0xeeec,
categories: [12],
tags: [
8228,
1661,
2072,
193,
3088,
9817,
4495,
2074,
3090,
1580,
1430,
3106,
315,
319,
320,
13,
322,
259,
1515,
5225,
1470,
324,
14119,
1480,
15597,
2785,
5232,
1516,
1168,
331,
1227,
1517,
33,
2463,
1186,
1518,
334,
9816,
1485,
5235
],
),
"bookmark_stacks": SymbolsMetadata(
popularity: 32,
codepoint: 0xeee8,
categories: [6],
tags: [
1673,
17613,
2454,
1693,
4526,
1179,
2136,
4527,
1195,
1197,
3499,
4512,
259,
52,
1082,
1345,
88,
1667,
1029,
5600,
788,
586,
92,
3380,
2885,
4470,
4105,
3506,
1539,
4465,
1711,
17614,
2462,
4480,
12201,
182,
333
],
),
"heart_arrow": SymbolsMetadata(
popularity: 15,
codepoint: 0xeee7,
categories: [3],
tags: [
8553,
5518,
4506,
77,
4669,
5364,
284,
17615,
9132,
313,
6110,
1788,
3499,
7990,
4484,
697,
4507,
1613,
87,
4508,
894,
328,
6227,
3426,
17616,
4105,
6570,
5186,
1539,
392,
5523,
2489,
31,
1227,
17617
],
),
"mobile_unlock": SymbolsMetadata(
popularity: 8,
codepoint: 0xeeea,
categories: [11],
tags: [
861,
9764,
3178,
1757,
1270,
1250,
2523,
570,
288,
8,
2533,
8023,
1110,
1112,
1777,
262,
2922,
289,
5948,
5318,
2670,
271,
1034,
1063,
1574,
432,
705,
410,
1773,
1036,
1700,
5320,
5321
],
),
"watch_lock": SymbolsMetadata(
popularity: 10,
codepoint: 0xeee9,
categories: [11],
tags: [
861,
5217,
5219,
1757,
8712,
4239,
345,
81,
288,
44,
1777,
5948,
5318,
1034,
1063,
1573,
1574,
3271,
1065,
3188,
705,
1773,
1036,
1575,
1171,
5320,
2078,
2542,
2544
],
),
"arrows_left_right_circle": SymbolsMetadata(
popularity: 17,
codepoint: 0xeee4,
categories: [11],
tags: [
9627,
502,
2441,
15729,
2962,
1742,
193,
462,
1889,
313,
2271,
3276,
1077,
2967,
10067,
5428,
699,
16354,
2195,
6200,
5609,
17618,
1749,
468,
325,
906,
1699,
17619,
3964,
2402,
956,
526,
4309,
4952
],
),
"arrows_up_down_circle": SymbolsMetadata(
popularity: 10,
codepoint: 0xeee3,
categories: [11],
tags: [
748,
76,
17620,
502,
1742,
193,
462,
615,
313,
2965,
2814,
2573,
3276,
10067,
5428,
1749,
468,
325,
92,
2269,
95,
3964,
2402,
31,
764,
765,
526,
1701,
98,
17621,
13692
],
),
"b_circle": SymbolsMetadata(
popularity: 15,
codepoint: 0xeee2,
categories: [11],
tags: [
749,
4,
8788,
1332,
504,
193,
462,
345,
1745,
1164,
3500,
10067,
5428,
15635,
138,
1222,
51,
15,
174,
328,
3199,
330,
362,
392,
1339,
2489,
4249,
413,
907,
476
],
),
"chevron_line_up": SymbolsMetadata(
popularity: 19,
codepoint: 0xeec3,
categories: [2],
tags: [
480,
2933,
77,
504,
2822,
1209,
912,
345,
313,
914,
2915,
2839,
51,
87,
174,
506,
814,
325,
289,
328,
1167,
2902,
2894,
644,
2007,
1339,
31,
1690,
907,
1701
],
),
"circle_circle": SymbolsMetadata(
popularity: 59,
codepoint: 0xeee1,
categories: [11],
tags: [
480,
2508,
341,
751,
193,
1101,
462,
284,
81,
10067,
5428,
51,
756,
267,
17622,
758,
759,
9286,
2515,
762,
2516,
3001,
3519,
291,
17623,
4128,
1093,
65,
526,
3521,
2518,
2519
],
),
"game_bumper_left": SymbolsMetadata(
popularity: 3,
codepoint: 0xeee0,
categories: [11],
tags: [
17624,
17625,
2536,
748,
17626,
504,
1100,
5986,
345,
6408,
5382,
10067,
6410,
5428,
1110,
1111,
6411,
2195,
4289,
1120,
17627,
6413,
6414
],
),
"game_bumper_right": SymbolsMetadata(
popularity: 5,
codepoint: 0xeedf,
categories: [11],
tags: [
748,
17626,
504,
1100,
5986,
345,
6408,
44,
2271,
2532,
5382,
10067,
17628,
5428,
10069,
137,
1110,
1111,
467,
6411,
647,
325,
2504,
906,
7724,
17627,
1339,
31,
17629,
6413,
2198,
4652,
6414
],
),
"game_button_l": SymbolsMetadata(
popularity: 6,
codepoint: 0xeede,
categories: [11],
tags: [
2536,
748,
17626,
504,
1100,
5986,
345,
6408,
2271,
781,
5382,
10067,
6410,
5428,
1110,
1111,
2768,
1344,
6411,
6709,
2195,
4289,
2504,
1120,
17627,
65,
6413,
9724
],
),
"game_button_l1": SymbolsMetadata(
popularity: 5,
codepoint: 0xeedd,
categories: [11],
tags: [
748,
504,
1100,
1784,
5986,
345,
6408,
17630,
5382,
17631,
10067,
13399,
10068,
6410,
17632,
5428,
15507,
1110,
10071,
467,
17633,
17634,
17635,
15062,
4289,
2504,
1120,
362,
17627,
17636,
6413,
17637,
6414
],
),
"game_button_l2": SymbolsMetadata(
popularity: 2,
codepoint: 0xeedc,
categories: [11],
tags: [
748,
504,
1100,
1103,
5986,
345,
6408,
44,
17638,
17639,
1108,
5382,
10067,
6410,
5428,
17640,
10835,
1110,
1111,
467,
2865,
17641,
17635,
9723,
1128,
17627,
6413,
9724,
15395
],
),
"game_button_r": SymbolsMetadata(
popularity: 3,
codepoint: 0xeedb,
categories: [11],
tags: [
2536,
748,
504,
1100,
1103,
5986,
345,
6408,
288,
44,
2532,
5382,
10067,
5428,
1110,
1111,
1344,
4289,
17642,
17643,
17627,
6413,
6414
],
),
"game_button_r1": SymbolsMetadata(
popularity: 3,
codepoint: 0xeeda,
categories: [11],
tags: [
748,
17626,
504,
1100,
1103,
5986,
345,
6408,
44,
5382,
17644,
10067,
17645,
5428,
1110,
1111,
439,
4289,
1120,
17642,
17646,
17647,
17643,
17648,
17627,
6413,
6414
],
),
"game_button_r2": SymbolsMetadata(
popularity: 3,
codepoint: 0xeed9,
categories: [11],
tags: [
748,
17626,
504,
1100,
5986,
345,
6408,
44,
2532,
5382,
10067,
6410,
5428,
137,
3778,
1110,
1111,
467,
1344,
6411,
4289,
2504,
17642,
17649,
17627,
31,
6413,
907,
6414
],
),
"game_button_zl": SymbolsMetadata(
popularity: 4,
codepoint: 0xeed8,
categories: [11],
tags: [
17650,
504,
1100,
5986,
345,
6408,
17630,
288,
1877,
5382,
10067,
6410,
5428,
10835,
1110,
10071,
1612,
1344,
17635,
2504,
17627,
6413,
17651
],
),
"game_button_zr": SymbolsMetadata(
popularity: 1,
codepoint: 0xeed7,
categories: [11],
tags: [
2536,
17650,
504,
1100,
1784,
5986,
345,
1743,
44,
17652,
781,
5382,
10067,
6410,
5428,
15507,
10069,
1110,
1111,
467,
6411,
17635,
4289,
1120,
5437,
17648,
17627,
65,
6413,
6414,
17653
],
),
"game_trigger_left": SymbolsMetadata(
popularity: 2,
codepoint: 0xeed2,
categories: [11],
tags: [
748,
504,
1100,
5986,
17654,
15387,
17655,
345,
6408,
5382,
17644,
10067,
17656,
6410,
5428,
17640,
10835,
17657,
1110,
1111,
2768,
6411,
2195,
17634,
17635,
1120,
13353,
6413
],
),
"game_trigger_right": SymbolsMetadata(
popularity: 2,
codepoint: 0xeed1,
categories: [11],
tags: [
2536,
748,
504,
1100,
5986,
345,
6408,
288,
44,
1877,
781,
5382,
10067,
6410,
5428,
1110,
1111,
467,
6411,
87,
492,
2504,
1120,
5437,
906,
392,
17627,
30,
6413,
498
],
),
"gamepad_circle_down": SymbolsMetadata(
popularity: 8,
codepoint: 0xeed0,
categories: [11],
tags: [
2536,
77,
504,
1100,
193,
5986,
345,
6408,
44,
313,
2814,
781,
5382,
10067,
6410,
5428,
1110,
17462,
10071,
6411,
1958,
439,
325,
4289,
2504,
31,
65,
907,
1409
],
),
"gamepad_circle_left": SymbolsMetadata(
popularity: 7,
codepoint: 0xeecf,
categories: [11],
tags: [
77,
2441,
504,
1100,
193,
5986,
345,
17658,
6409,
288,
44,
17659,
17660,
2532,
781,
10067,
6410,
5428,
1110,
7541,
1111,
6411,
2195,
1958,
325,
4289,
2828,
65,
9724
],
),
"gamepad_circle_right": SymbolsMetadata(
popularity: 6,
codepoint: 0xeece,
categories: [11],
tags: [
77,
504,
1100,
193,
6408,
6409,
313,
17661,
781,
903,
15391,
10067,
17662,
6410,
5428,
2838,
1110,
51,
6411,
407,
1749,
325,
905,
2504,
409,
1167,
1121,
759,
906,
762,
9724
],
),
"gamepad_circle_up": SymbolsMetadata(
popularity: 7,
codepoint: 0xeecd,
categories: [11],
tags: [
6241,
1100,
193,
16174,
462,
345,
6408,
6409,
313,
17663,
17664,
10067,
6410,
5428,
1110,
1111,
1612,
6411,
2870,
468,
2871,
1035,
2198,
1701,
98,
17665,
4652,
6414
],
),
"gamepad_down": SymbolsMetadata(
popularity: 2,
codepoint: 0xeecc,
categories: [11],
tags: [
2536,
77,
2184,
504,
1100,
5986,
6408,
1744,
6409,
2879,
288,
313,
2814,
2532,
781,
3294,
5382,
10067,
6410,
5428,
1110,
1111,
6411,
1958,
5265,
1749,
4289,
2504,
9723,
3298,
4777,
6213,
6414,
15395
],
),
"gamepad_left": SymbolsMetadata(
popularity: 1,
codepoint: 0xeecb,
categories: [11],
tags: [
77,
504,
1100,
5986,
345,
6408,
6409,
288,
17666,
313,
17660,
781,
2533,
5382,
10067,
6410,
5428,
1110,
1111,
1344,
6411,
2195,
1958,
468,
325,
919,
2504,
65,
6414
],
),
"gamepad_right": SymbolsMetadata(
popularity: 2,
codepoint: 0xeeca,
categories: [11],
tags: [
77,
504,
1100,
5986,
345,
17667,
1235,
17668,
6409,
288,
44,
313,
17669,
17670,
17660,
10067,
6410,
5428,
10069,
1110,
1111,
6411,
2195,
17634,
5288,
10204,
1749,
325,
409,
65,
6414
],
),
"gamepad_up": SymbolsMetadata(
popularity: 0,
codepoint: 0xeec9,
categories: [11],
tags: [
77,
504,
1100,
5986,
345,
6409,
288,
313,
17660,
1106,
781,
10067,
6410,
5428,
1110,
1111,
6411,
2870,
468,
325,
2504,
362,
1263,
1690,
98,
3017,
6414
],
),
"passport": SymbolsMetadata(
popularity: 55,
codepoint: 0xeec4,
categories: [16],
tags: [
1757,
3390,
7120,
1132,
17671,
10534,
17672,
1430,
1431,
1212,
320,
944,
3102,
2003,
978,
17673,
322,
3311,
3676,
1587,
17674,
17675,
5359,
920,
590,
1773,
2673,
332,
2676,
1576,
6310,
334
],
),
"rectangle_add": SymbolsMetadata(
popularity: 7,
codepoint: 0xeec8,
categories: [11],
tags: [
748,
745,
17676,
11324,
17677,
1636,
232,
1321,
1132,
482,
504,
1103,
1325,
914,
1335,
488,
10067,
5428,
235,
1327,
3924,
87,
1329,
887,
289,
239,
242,
432,
392,
433,
1170,
2198
],
),
"square_circle": SymbolsMetadata(
popularity: 6,
codepoint: 0xeec7,
categories: [11],
tags: [
480,
1133,
2336,
308,
193,
2242,
17678,
4739,
485,
1164,
8478,
1748,
348,
10067,
5428,
904,
381,
137,
2734,
492,
289,
1392,
5233,
363,
392,
433,
9666,
31,
1227,
396,
1187
],
),
"triangle_circle": SymbolsMetadata(
popularity: 5,
codepoint: 0xeec6,
categories: [11],
tags: [
748,
4325,
77,
1268,
6345,
504,
193,
1103,
1107,
346,
10067,
5428,
2838,
6347,
2953,
406,
354,
439,
1706,
2504,
408,
409,
1121,
330,
1125,
1293,
2128,
1690,
6413,
2198,
37
],
),
"x_circle": SymbolsMetadata(
popularity: 60,
codepoint: 0xe349,
categories: [11],
tags: [
1360,
4,
1361,
504,
1208,
193,
780,
1209,
345,
1210,
4647,
2714,
1212,
8595,
10067,
5428,
904,
5164,
15,
616,
1224,
330,
392,
1226,
5924,
3993
],
),
"y_circle": SymbolsMetadata(
popularity: 6,
codepoint: 0xeec5,
categories: [11],
tags: [
4,
5,
193,
462,
81,
3092,
12,
10067,
5428,
904,
2003,
68,
6507,
1111,
1401,
1112,
17679,
5225,
15,
17680,
1166,
325,
330,
392,
3570,
31,
33,
338,
907,
1485,
17681
],
),
"computer_sound": SymbolsMetadata(
popularity: 8,
codepoint: 0xeeb4,
categories: [11],
tags: [
1246,
1247,
1738,
1268,
7702,
2060,
1703,
193,
519,
345,
1704,
288,
2532,
1110,
1253,
1470,
4414,
1705,
406,
630,
439,
1706,
1302,
1286,
2504,
2098,
151,
71,
1293,
1294,
1093,
3630,
65,
1690,
3477,
554,
1854,
1855,
333,
1187
],
),
"detection_and_zone_off": SymbolsMetadata(
popularity: 12,
codepoint: 0xeebf,
categories: [10],
tags: [
2508,
1360,
1131,
1051,
1133,
2812,
1235,
5920,
5486,
1300,
868,
1055,
1140,
1222,
1951,
87,
630,
4259,
1143,
1059,
1060,
1061,
1223,
1146,
589,
432,
1065,
1036,
64,
392,
1067,
433,
2614,
5114,
1068,
206,
1155
],
),
"eyebrow": SymbolsMetadata(
popularity: 7,
codepoint: 0xeeb3,
categories: [3],
tags: [
3547,
11803,
6643,
4166,
690,
3551,
283,
7012,
2931,
2392,
754,
378,
6110,
6111,
5795,
17682,
2495,
577,
8441,
2642,
216,
581,
384,
87,
1115,
10171,
894,
57,
5099,
8445,
1127,
392,
8388,
1170,
2160,
3631,
4318
],
),
"format_image_back": SymbolsMetadata(
popularity: 4,
codepoint: 0xeeb0,
categories: [12],
tags: [
2147,
2148,
76,
1466,
2441,
2934,
17683,
1638,
17684,
484,
1580,
1252,
680,
2153,
2217,
370,
1080,
49,
2142,
1082,
385,
2195,
1083,
8530,
492,
91,
2747,
2157,
57,
62,
329,
2188,
9071,
1711,
6145,
2160,
33,
35,
9466,
1485,
7943
],
),
"format_image_break_left": SymbolsMetadata(
popularity: 3,
codepoint: 0xeeaf,
categories: [12],
tags: [
1738,
2147,
2148,
76,
1592,
2115,
628,
1136,
1580,
1430,
1252,
680,
2153,
147,
2217,
370,
1343,
137,
49,
1595,
385,
2195,
406,
1597,
439,
2157,
57,
62,
4586,
4749,
2942,
2401,
2160,
1598,
33,
35,
476,
1485
],
),
"format_image_break_right": SymbolsMetadata(
popularity: 1,
codepoint: 0xeeae,
categories: [12],
tags: [
2147,
2148,
2115,
17685,
485,
1580,
1430,
1252,
680,
2153,
2217,
370,
2154,
490,
384,
17686,
17687,
17688,
2182,
9343,
385,
2195,
4575,
2157,
4586,
17689,
906,
9336,
2160,
33,
9026,
35,
338,
17690,
2178,
9508,
1485
],
),
"format_image_front": SymbolsMetadata(
popularity: 8,
codepoint: 0xeead,
categories: [12],
tags: [
1738,
2147,
2148,
1132,
628,
2337,
485,
44,
8,
1580,
1252,
680,
2153,
2217,
370,
2154,
348,
5096,
137,
49,
385,
2195,
406,
1641,
2157,
386,
57,
1346,
62,
1427,
432,
392,
433,
2160,
2197,
33,
35,
396,
476,
1485
],
),
"format_image_inline_left": SymbolsMetadata(
popularity: 3,
codepoint: 0xeeac,
categories: [12],
tags: [
2147,
2203,
2148,
2440,
628,
1580,
1430,
1252,
680,
2153,
9405,
2217,
370,
2154,
49,
10562,
1327,
2170,
2231,
1595,
385,
2195,
406,
70,
2157,
57,
62,
4586,
71,
2160,
33,
9026,
35,
476,
2201,
1485
],
),
"format_image_inline_right": SymbolsMetadata(
popularity: 2,
codepoint: 0xffffd,
categories: [12],
tags: [
2147,
2165,
2148,
1466,
482,
628,
313,
1580,
1430,
1252,
680,
2153,
9405,
147,
2217,
370,
17691,
137,
49,
10562,
1327,
385,
2195,
1470,
406,
2157,
57,
62,
2196,
329,
906,
1472,
433,
2160,
33,
35,
476,
1485
],
),
"game_stick_l3": SymbolsMetadata(
popularity: 2,
codepoint: 0xeed6,
categories: [11],
tags: [
17692,
504,
1100,
5986,
345,
6408,
288,
1877,
781,
3294,
5382,
17644,
10067,
5428,
17693,
17694,
1110,
1111,
10071,
467,
6411,
17695,
17696,
17697,
647,
468,
325,
2504,
392,
31,
65,
10836,
6414
],
),
"game_stick_left": SymbolsMetadata(
popularity: 3,
codepoint: 0xeed5,
categories: [11],
tags: [
4935,
10063,
1100,
5986,
15387,
17698,
345,
17699,
6408,
313,
2271,
17661,
5382,
10067,
6410,
5428,
17693,
10069,
17700,
17701,
1110,
1111,
6411,
2195,
5288,
468,
5188,
10836,
6414,
10074
],
),
"game_stick_r3": SymbolsMetadata(
popularity: 1,
codepoint: 0xeed4,
categories: [11],
tags: [
2536,
10063,
504,
1100,
1784,
5986,
345,
6408,
288,
2532,
781,
5382,
10067,
5428,
1110,
138,
1111,
2865,
6411,
1958,
4289,
2504,
1120,
17702,
17703,
31,
65,
6414
],
),
"game_stick_right": SymbolsMetadata(
popularity: 2,
codepoint: 0xeed3,
categories: [11],
tags: [
2536,
10063,
1100,
519,
5986,
345,
6408,
288,
44,
313,
2532,
781,
5382,
10067,
6410,
17645,
5428,
1110,
1111,
6411,
1958,
1749,
325,
4289,
2504,
3298,
17703,
65,
4652,
9724
],
),
"hourglass_check": SymbolsMetadata(
popularity: 19,
codepoint: 0xfffed,
categories: [6],
tags: [
2660,
1660,
2679,
1662,
1664,
1159,
463,
17704,
3111,
2073,
868,
1666,
17705,
811,
1055,
2665,
3487,
756,
1166,
3466,
3467,
1668,
17706,
17707,
362,
245,
1517,
17708,
17709,
1669,
1171,
16931,
17710,
17711,
17712,
2334,
2676,
4820,
1576,
1671
],
),
"lips": SymbolsMetadata(
popularity: 21,
codepoint: 0xeeb2,
categories: [3],
tags: [
3547,
6643,
690,
283,
7012,
2931,
6111,
8441,
17713,
1610,
697,
581,
17714,
87,
6268,
6269,
4508,
10171,
894,
6270,
289,
57,
8445,
17715,
17716,
392,
888,
1616,
1295,
594,
9544,
1298
],
),
"mic_gear": SymbolsMetadata(
popularity: 7,
codepoint: 0xeeba,
categories: [0],
tags: [
2210,
1268,
1775,
283,
685,
345,
288,
1273,
1776,
1278,
1279,
1111,
1113,
792,
406,
1284,
1285,
1286,
70,
921,
453,
1290,
440,
2367,
71,
1293,
1294,
1295,
1093,
9544,
511,
1298,
554
],
),
"notification_audio": SymbolsMetadata(
popularity: 29,
codepoint: 0xeec1,
categories: [7],
tags: [
749,
1359,
1360,
5798,
13837,
1177,
1268,
17717,
17718,
1362,
12701,
1363,
868,
1055,
1302,
17719,
616,
2109,
17720,
17721,
1259,
1368,
1059,
1060,
1061,
1370,
762,
17722,
17723,
5803,
2100,
17724,
1067,
1293,
3386,
17725,
2101,
2113,
1294,
9624,
554
],
),
"notification_audio_off": SymbolsMetadata(
popularity: 21,
codepoint: 0xeec0,
categories: [7],
tags: [
749,
1359,
1360,
17726,
17727,
13837,
1177,
1268,
16815,
10153,
2060,
1362,
2085,
17728,
1363,
12710,
1744,
1235,
1162,
868,
1055,
1302,
11879,
2096,
17729,
2109,
13240,
2097,
17720,
1259,
1368,
1059,
1060,
1061,
1370,
762,
17730,
17731,
71,
1304,
1067,
1293,
11759,
2101,
17732,
11762,
17733,
17734,
12321
],
),
"person_text": SymbolsMetadata(
popularity: 32,
codepoint: 0xeebd,
categories: [3],
tags: [
565,
566,
690,
974,
5,
975,
225,
4484,
137,
977,
581,
978,
979,
293,
178,
289,
588,
589,
590,
392,
986,
888,
3570,
17735,
31,
33,
601
],
),
"sticker": SymbolsMetadata(
popularity: 257,
codepoint: 0xe707,
categories: [6],
tags: [
745,
17736,
1922,
14433,
2659,
281,
17737,
17738,
17739,
17740,
17741,
17742,
17743,
4860,
3497,
1604,
1606,
577,
1608,
1609,
1610,
52,
17744,
1613,
17745,
1480,
1587,
16180,
17746,
1615,
2936,
17747,
1352,
2647,
432,
1616,
1618,
433,
2773,
2774,
13344,
182
],
),
"sticker_add": SymbolsMetadata(
popularity: 4,
codepoint: 0xeec2,
categories: [6],
tags: [
231,
748,
745,
1620,
17748,
504,
570,
283,
345,
2812,
1325,
13472,
1602,
1604,
1606,
577,
7455,
1608,
137,
1609,
1610,
138,
2865,
1613,
406,
583,
887,
1480,
1587,
15568,
17749,
1615,
239,
240,
1352,
1616,
1618,
433,
2773,
2774,
13344,
31,
907
],
),
"thermometer_alert": SymbolsMetadata(
popularity: 5,
codepoint: 0xffffb,
categories: [8],
tags: [
3104,
1360,
1361,
691,
7153,
840,
842,
1365,
2425,
2714,
1366,
7154,
14864,
3871,
697,
892,
3023,
3459,
7951,
3025,
138,
1367,
51,
4839,
1166,
17,
894,
3474,
4259,
1143,
616,
4180,
31,
7155,
858,
2888,
2069,
141,
206,
859
],
),
"undereye": SymbolsMetadata(
popularity: 10,
codepoint: 0xeeb1,
categories: [3],
tags: [
3547,
17750,
690,
17751,
2392,
754,
5795,
17682,
17752,
17753,
2495,
577,
8441,
17754,
581,
8613,
8381,
11510,
10171,
17755,
57,
8383,
8445,
1127,
11515,
8388,
396,
3631,
4318,
4534,
17756
],
),
"voice_chat_off": SymbolsMetadata(
popularity: 8,
codepoint: 0xeebe,
categories: [7],
tags: [
1268,
10153,
568,
1270,
17757,
5136,
40,
570,
6147,
572,
573,
283,
7960,
1475,
17758,
868,
17759,
17760,
1055,
16693,
1479,
583,
1285,
17761,
1302,
17762,
17763,
17764,
17765,
17766,
1059,
1060,
1061,
1067,
16821,
594,
17767,
37,
1298,
17768,
17769
],
),
"widget_menu": SymbolsMetadata(
popularity: 13,
codepoint: 0xeeb7,
categories: [2],
tags: [
1672,
11825,
517,
482,
8534,
1209,
912,
17770,
913,
914,
17771,
2938,
2915,
88,
11826,
506,
7079,
8273,
325,
15891,
2922,
70,
1733,
151,
8815,
2007,
922,
2942,
2710,
923,
97,
413,
141,
5010,
17772,
17092
],
),
"cards_stack": SymbolsMetadata(
popularity: 81,
codepoint: 0xf38f,
categories: [12],
tags: [
480,
1673,
1466,
1192,
569,
930,
5378,
1197,
628,
81,
5379,
2141,
2186,
1679,
941,
5382,
579,
1079,
68,
86,
3055,
8808,
1082,
88,
1029,
2455,
2219,
92,
4115,
6893,
2505,
4133,
1201,
1711,
1396,
33
],
),
"graph_8": SymbolsMetadata(
popularity: 27,
codepoint: 0xfffec,
categories: [9],
tags: [
1422,
1071,
2799,
569,
373,
1073,
2931,
81,
5037,
2879,
375,
941,
1078,
234,
3151,
235,
1081,
68,
1426,
17,
1086,
491,
1088,
5158,
648,
759,
1428,
746,
1429,
17773,
476,
514
],
),
"antigravity": SymbolsMetadata(
popularity: 170,
codepoint: 0xfffd2,
categories: [3],
tags: [
480,
1738,
17774,
77,
504,
2301,
345,
313,
2814,
3684,
9085,
6757,
3149,
381,
8473,
17775,
17776,
3027,
87,
353,
468,
355,
7070,
3688,
390,
4180,
151,
31,
65,
1690,
1701
],
),
"chat_bubble_off": SymbolsMetadata(
popularity: 12,
codepoint: 0xfffbb,
categories: [7],
tags: [
568,
570,
2722,
17777,
572,
17778,
573,
283,
1475,
1476,
1300,
868,
17779,
1055,
1479,
583,
17780,
1302,
17781,
17782,
17783,
17784,
6159,
1059,
1060,
1061,
289,
2100,
1067,
4845,
1295,
594,
1484,
1296
],
),
"dashboard_2_edit": SymbolsMetadata(
popularity: 34,
codepoint: 0xfffd7,
categories: [12],
tags: [
1738,
2261,
5378,
1742,
5472,
4110,
1578,
1325,
1236,
1425,
81,
1252,
680,
370,
8014,
382,
1111,
385,
1667,
1641,
887,
92,
4648,
4517,
2621,
921,
432,
3356,
1428,
2459,
2460,
71,
5482,
433,
2710,
746,
2711,
2451,
396,
333,
1186,
1590,
1485
],
),
"dashboard_2_gear": SymbolsMetadata(
popularity: 66,
codepoint: 0xfffd6,
categories: [12],
tags: [
5342,
1756,
1071,
5378,
1775,
685,
345,
1425,
81,
1400,
2781,
370,
3871,
1776,
382,
293,
68,
385,
1729,
1029,
3474,
4259,
70,
5029,
919,
648,
921,
432,
71,
5482,
433,
746,
3070,
1093,
396,
333,
1186
],
),
"fitbit_raquetball": SymbolsMetadata(
popularity: 1,
codepoint: 0xfffc5,
categories: [17],
tags: [
749,
2508,
8244,
9844,
11142,
3715,
12962,
11,
17785,
2882,
5382,
8252,
697,
1881,
10843,
17786,
4531,
2504,
17787,
15467,
17788,
3298,
30,
17789,
17790,
3029,
3522
],
),
"globe_2_cancel": SymbolsMetadata(
popularity: 14,
codepoint: 0xfffb7,
categories: [4],
tags: [
861,
1208,
193,
780,
1209,
284,
1235,
1210,
3261,
315,
2714,
1212,
4786,
319,
320,
322,
259,
5225,
1314,
267,
1060,
5232,
4247,
1224,
1065,
330,
392,
331,
1226,
1068,
206,
333,
1186,
334,
5235,
3993,
3994
],
),
"globe_2_question": SymbolsMetadata(
popularity: 24,
codepoint: 0xfffb6,
categories: [4],
tags: [
3941,
480,
865,
193,
283,
1542,
315,
10691,
5644,
317,
10245,
319,
320,
5408,
871,
138,
68,
5409,
322,
259,
4428,
5225,
4439,
1470,
325,
5232,
2331,
3945,
331,
880,
31,
4468,
1186,
334,
5235
],
),
"link_2": SymbolsMetadata(
popularity: 290,
codepoint: 0xfffb5,
categories: [7],
tags: [
748,
1513,
1520,
1323,
504,
1522,
193,
1784,
1073,
284,
1787,
1678,
381,
319,
1524,
2865,
259,
1328,
87,
1314,
325,
267,
1167,
1530,
333,
6848,
1186,
334
],
),
"mode_fan_2": SymbolsMetadata(
popularity: 13,
codepoint: 0xfffd0,
categories: [8],
tags: [
2210,
837,
5863,
1887,
1858,
3410,
5251,
1841,
1889,
840,
5254,
842,
345,
844,
845,
288,
1877,
1878,
4193,
1848,
138,
2865,
8721,
3879,
642,
151,
275,
1853,
859,
1856
],
),
"mood_heart": SymbolsMetadata(
popularity: 64,
codepoint: 0xfffb4,
categories: [3],
tags: [
8553,
14583,
4955,
4252,
3132,
1602,
6110,
14580,
1604,
13076,
1606,
577,
3499,
7990,
17791,
1607,
1608,
1609,
1610,
697,
2356,
4507,
5369,
17792,
1613,
4508,
17793,
894,
1614,
589,
1615,
4261,
4262,
5186,
12078,
17794,
1616,
1618,
593,
1619,
4264
],
),
"music_note_2": SymbolsMetadata(
popularity: 88,
codepoint: 0xfffd8,
categories: [0],
tags: [
9364,
3071,
1268,
8102,
12302,
17795,
17796,
2242,
781,
1112,
1301,
406,
8106,
1706,
8107,
3075,
13290,
17797,
1480,
2504,
17798,
12304,
4262,
392,
3053,
1293,
3386,
31,
2146,
8113,
6748
],
),
"shoe_cleats": SymbolsMetadata(
popularity: 31,
codepoint: 0xfffb3,
categories: [15],
tags: [
7539,
15447,
15365,
17799,
7423,
15072,
17800,
6,
46,
11,
1819,
15397,
17801,
10519,
5382,
1776,
8618,
7599,
1822,
17802,
29,
17803,
7427,
17804,
7429,
15359,
17805,
8344,
30,
3520,
15407,
2927,
2146,
17806,
3029
],
),
"splitscreen_landscape_add": SymbolsMetadata(
popularity: 4,
codepoint: 0xfffba,
categories: [2],
tags: [
748,
1175,
745,
1321,
1466,
1323,
1423,
482,
1438,
1324,
1325,
1235,
8,
2262,
1108,
382,
699,
1328,
1595,
385,
87,
1330,
9080,
7053,
887,
1119,
239,
240,
432,
1433,
410,
1151,
4650,
2401,
7666,
7054,
433,
15318,
396,
1187
],
),
"video_template": SymbolsMetadata(
popularity: 14,
codepoint: 0xfffd3,
categories: [0],
tags: [
77,
809,
2777,
40,
344,
1523,
1325,
4784,
680,
811,
346,
5117,
370,
348,
2816,
385,
406,
491,
354,
1706,
3354,
820,
2504,
408,
13679,
681,
453,
2506,
5980,
1947,
411,
955,
9407,
37
],
),
"watch_alert": SymbolsMetadata(
popularity: 14,
codepoint: 0xfffd1,
categories: [11],
tags: [
3104,
1359,
1360,
1361,
691,
1159,
1365,
288,
17807,
2714,
1366,
4701,
3915,
2533,
1367,
1166,
583,
616,
2588,
2719,
1370,
1036,
273,
65,
1171,
17808,
17809,
2540,
1690,
2435,
206,
2078,
17810,
2542,
2543,
333,
2546
],
),
"watch_arrow_down": SymbolsMetadata(
popularity: 5,
codepoint: 0xfffcf,
categories: [11],
tags: [
745,
17811,
77,
502,
1159,
2701,
1073,
17812,
288,
17813,
313,
2814,
520,
2890,
903,
489,
2533,
2692,
3463,
51,
1697,
17814,
1344,
3466,
468,
325,
1167,
906,
410,
360,
2833,
2539,
764,
65,
1171,
2540,
141,
1348,
477,
2078,
17815,
2542,
2543,
333,
1186,
2546
],
),
"avocado_bean": SymbolsMetadata(
popularity: 10,
codepoint: 0xfffa7,
categories: [3],
tags: [
1808,
17816,
17817,
4206,
4681,
2352,
1817,
2881,
2354,
1846,
3816,
17818,
9945,
1823,
2356,
2357,
17819,
3704,
2361,
4383,
2362,
1826,
2364,
4689,
4261,
7444,
2370,
17820,
2371
],
),
"bus_map_pin": SymbolsMetadata(
popularity: 6,
codepoint: 0xfffa2,
categories: [14],
tags: [
1809,
2034,
17821,
1811,
1812,
2548,
2035,
312,
313,
2395,
3500,
317,
321,
2816,
1623,
323,
324,
1534,
174,
875,
325,
326,
327,
328,
329,
2045,
2046,
1626,
1538,
3542,
1226,
1627,
1095,
1979,
900,
1629,
332,
1506,
1835
],
),
"check_alert": SymbolsMetadata(
popularity: 51,
codepoint: 0xfff85,
categories: [2],
tags: [
14208,
1360,
1361,
691,
1662,
17822,
463,
2663,
2683,
2321,
3681,
1365,
1666,
1106,
2714,
1366,
2715,
1479,
4496,
2716,
1166,
583,
616,
1668,
2668,
2719,
1090,
3504,
362,
291,
1093,
1669,
2435,
4461,
1576,
206,
1671
],
),
"code_xml": SymbolsMetadata(
popularity: 58,
codepoint: 0xfff8b,
categories: [6],
tags: [
5999,
5983,
1102,
10295,
2216,
519,
2185,
81,
6090,
1715,
1313,
6000,
1104,
1430,
2153,
1164,
4884,
2781,
147,
370,
5987,
259,
5225,
5988,
1685,
1123,
3325,
509,
6996,
955,
5990,
5766,
333,
2200,
17823
],
),
"fire_check": SymbolsMetadata(
popularity: 10,
codepoint: 0xfffa8,
categories: [8],
tags: [
7680,
1360,
2679,
12010,
1662,
3180,
1664,
840,
463,
1665,
2663,
2683,
2321,
1365,
8876,
1666,
2425,
1106,
5179,
7100,
8878,
5180,
4413,
3023,
3025,
1166,
1668,
2668,
705,
1036,
14502,
362,
291,
17824,
245,
1517,
2069,
1669,
2676,
1576,
17825,
206,
1671
],
),
"fork_chart": SymbolsMetadata(
popularity: 2,
codepoint: 0xfffa6,
categories: [3],
tags: [
2388,
1422,
1071,
2984,
3696,
7264,
373,
2391,
4824,
81,
2985,
375,
4683,
3701,
4111,
2986,
3702,
4828,
2881,
1077,
2354,
17035,
2987,
1078,
1081,
4829,
6253,
17826,
3704,
70,
9887,
1625,
5903,
3489,
1090,
759,
388,
1428,
1537,
17827,
2401,
4834,
746,
5723,
1429,
4835,
514,
2989
],
),
"format_paint_off": SymbolsMetadata(
popularity: 10,
codepoint: 0xfff97,
categories: [12],
tags: [
4594,
1051,
3072,
1208,
780,
4563,
3584,
1236,
485,
17828,
1300,
868,
1580,
1252,
680,
2153,
1055,
2217,
1213,
370,
2154,
3269,
1059,
1060,
1061,
3077,
4247,
1224,
5855,
2832,
9468,
1588,
1067,
1460,
1226,
2160,
2197,
33,
4740,
35,
17829,
17830,
1485
],
),
"graphic_eq_off": SymbolsMetadata(
popularity: 12,
codepoint: 0xfff98,
categories: [4],
tags: [
1738,
1268,
517,
6311,
1744,
6837,
3472,
7810,
5486,
868,
1055,
7811,
2063,
351,
137,
3322,
1222,
1083,
406,
1706,
1302,
1303,
11879,
2096,
1286,
1059,
1060,
1061,
409,
440,
71,
1067,
1293,
17831,
2101,
9915,
1068,
1298,
554
],
),
"grid_layout_side": SymbolsMetadata(
popularity: 23,
codepoint: 0xfff8d,
categories: [12],
tags: [
1466,
2261,
3583,
1438,
933,
628,
1236,
1425,
81,
485,
8,
370,
382,
5380,
1344,
385,
70,
92,
919,
3354,
358,
1459,
2459,
71,
1472,
2942,
2401,
955,
9407,
396,
333
],
),
"home_storage_gear": SymbolsMetadata(
popularity: 21,
codepoint: 0xfff7e,
categories: [10],
tags: [
1756,
1673,
2123,
1674,
482,
1775,
685,
345,
1425,
81,
288,
46,
147,
1679,
1776,
1140,
1499,
1622,
1029,
2794,
267,
92,
921,
1500,
1502,
2720,
71,
1779,
1897,
1689,
1093,
1780
],
),
"horizontal_align_center": SymbolsMetadata(
popularity: 7,
codepoint: 0xfff9c,
categories: [12],
tags: [
1738,
2147,
2148,
76,
77,
502,
925,
1423,
308,
2150,
628,
485,
2179,
1580,
1430,
2814,
1252,
680,
2153,
2186,
370,
2154,
137,
699,
86,
385,
87,
1934,
92,
329,
2188,
1588,
709,
1460,
3727,
33,
35,
1701,
1464,
1485
],
),
"horizontal_align_left": SymbolsMetadata(
popularity: 6,
codepoint: 0xfff9b,
categories: [12],
tags: [
2147,
2148,
1466,
77,
1423,
6345,
628,
1744,
313,
1580,
1430,
2814,
1252,
680,
2153,
370,
699,
2212,
2182,
385,
3157,
2195,
87,
4585,
70,
2157,
329,
703,
151,
1588,
1460,
2128,
33,
2174,
35,
338,
2178,
1485
],
rtlAutoMirrored: true,
),
"horizontal_align_right": SymbolsMetadata(
popularity: 4,
codepoint: 0xfff9a,
categories: [12],
tags: [
1738,
2147,
2148,
77,
1423,
628,
313,
1580,
1430,
2814,
1252,
680,
2153,
2125,
2154,
17832,
2212,
4584,
9343,
385,
550,
87,
7446,
2157,
329,
2991,
906,
1588,
17833,
709,
1460,
955,
4480,
33,
2174,
35,
1485
],
rtlAutoMirrored: true,
),
"mobiledata_arrows": SymbolsMetadata(
popularity: 26,
codepoint: 0xfffa3,
categories: [4],
tags: [
77,
502,
2962,
251,
252,
283,
284,
253,
81,
615,
621,
313,
868,
2814,
2573,
520,
1055,
1077,
259,
262,
263,
265,
468,
267,
1059,
1061,
273,
1067,
275,
764,
5905,
276,
526,
4292,
4952,
1701,
98,
527,
277,
278
],
),
"movie_edit_off": SymbolsMetadata(
popularity: 8,
codepoint: 0xfff7d,
categories: [0],
tags: [
2596,
1738,
1051,
1208,
1742,
344,
1578,
628,
1325,
6326,
2012,
868,
4511,
1252,
680,
1055,
346,
1213,
1222,
1111,
406,
1641,
354,
3341,
439,
6808,
6247,
1059,
1060,
1061,
4517,
2621,
4247,
1065,
1067,
12235,
1226,
6333,
17834,
1068,
37
],
),
"phone_cancel": SymbolsMetadata(
popularity: 8,
codepoint: 0xfff9d,
categories: [7],
tags: [
1051,
751,
1270,
17835,
1208,
1250,
780,
1209,
17836,
283,
975,
1235,
5037,
5920,
288,
3261,
17837,
2714,
1212,
4786,
1213,
5033,
5038,
17838,
1110,
262,
1302,
13209,
271,
2719,
3343,
5039,
1224,
1226,
1406,
5069,
1068,
3993,
17839
],
),
"resize_window": SymbolsMetadata(
popularity: 22,
codepoint: 0xfff99,
categories: [2],
tags: [
1738,
501,
1466,
1742,
2442,
2337,
2948,
377,
8,
4633,
1252,
914,
2815,
15945,
385,
1470,
2980,
2342,
2892,
1641,
1749,
919,
2220,
391,
410,
298,
7376,
512,
141,
396,
6606,
1187,
2335
],
),
"sell_cloud": SymbolsMetadata(
popularity: 21,
codepoint: 0xfff7b,
categories: [9],
tags: [
928,
569,
930,
1648,
931,
1675,
932,
934,
1310,
936,
937,
81,
44,
2180,
938,
1649,
7463,
259,
1376,
1389,
1390,
948,
267,
523,
950,
951,
1685,
1421,
1653,
1654,
970,
2467,
3279,
2720,
652,
1394,
1395,
509,
1689,
1396,
2628,
182,
956,
498
],
),
"signal_cellular_alt_off": SymbolsMetadata(
popularity: 1,
codepoint: 0xfff8a,
categories: [4],
tags: [
2386,
1071,
1423,
517,
1051,
1250,
251,
373,
283,
253,
81,
375,
868,
3261,
2713,
2814,
1055,
1078,
1222,
51,
1081,
259,
7158,
226,
1086,
262,
11985,
267,
6428,
12635,
6316,
1059,
1060,
1061,
271,
272,
273,
17840,
1067,
746,
291,
649,
1095,
1068,
277,
278
],
),
"snowflake": SymbolsMetadata(
popularity: 21,
codepoint: 0xed5b,
categories: [3],
tags: [
838,
17841,
840,
841,
844,
845,
846,
17842,
7432,
11996,
848,
849,
17843,
10337,
1957,
850,
8839,
2936,
822,
16294,
760,
12027,
644,
855,
856,
857,
858,
859,
860,
15417
],
),
"space_dashboard_2": SymbolsMetadata(
popularity: 7,
codepoint: 0xfff8c,
categories: [12],
tags: [
1422,
2700,
76,
2261,
5378,
345,
1425,
81,
8,
370,
382,
1140,
68,
385,
1029,
1086,
4114,
2455,
92,
5029,
4648,
1427,
432,
3356,
410,
2459,
5482,
823,
2710,
955,
1093,
396,
333,
1186,
17092,
1154
],
),
"sql": SymbolsMetadata(
popularity: 32,
codepoint: 0xfff95,
categories: [2],
tags: [
222,
861,
4,
6188,
501,
2559,
5983,
5,
1102,
1310,
1073,
81,
1467,
1715,
1313,
1104,
4884,
2781,
12,
5987,
68,
5225,
16,
1029,
1685,
1123,
2331,
17844,
2796,
2720,
509,
10807,
1689,
1396,
17845,
31,
1093,
65,
33,
511,
35
],
),
"swipe_left_2": SymbolsMetadata(
popularity: 6,
codepoint: 0xfff94,
categories: [2],
tags: [
748,
9573,
77,
502,
2441,
5732,
1103,
345,
2271,
1789,
15750,
1343,
2690,
2692,
15367,
1612,
2195,
3566,
262,
1749,
325,
17846,
2828,
5039,
1124,
2831,
410,
2853,
4520,
3770,
15400,
4637,
15737,
1792,
12178,
2836
],
),
"swipe_right_2": SymbolsMetadata(
popularity: 7,
codepoint: 0xfff93,
categories: [2],
tags: [
1658,
748,
2921,
77,
502,
1103,
345,
313,
2271,
4633,
1789,
2690,
2692,
2075,
15367,
1111,
700,
1612,
467,
4439,
262,
1749,
468,
325,
905,
1167,
1121,
906,
2853,
4520,
3770,
15400,
4637,
15736,
15737,
1792,
12178,
4468,
601
],
),
"terminal_2": SymbolsMetadata(
popularity: 31,
codepoint: 0xfff8e,
categories: [6],
tags: [
1756,
779,
501,
17847,
1102,
2216,
1103,
16015,
1310,
5986,
81,
1311,
1313,
7123,
1104,
16017,
1107,
1111,
630,
1732,
1122,
5989,
1123,
5590,
410,
3325,
71,
509,
1093,
1317,
9999,
1187
],
),
"text_ad_off": SymbolsMetadata(
popularity: 7,
codepoint: 0xfff92,
categories: [12],
tags: [
1175,
1176,
481,
1051,
1208,
570,
628,
1210,
1300,
868,
1580,
1430,
1055,
147,
83,
1213,
2915,
1470,
583,
1302,
1480,
1059,
1060,
1061,
1586,
1034,
432,
1224,
1065,
1067,
13185,
1226,
17848,
33,
1068,
1485
],
),
"water_drops": SymbolsMetadata(
popularity: 7,
codepoint: 0xfffa5,
categories: [3],
tags: [
16940,
810,
1863,
840,
7774,
4207,
11149,
2899,
4270,
13718,
6222,
1077,
2511,
1846,
6485,
11372,
4176,
7190,
1825,
2485,
3849,
9362,
16294,
5942,
760,
3853,
593,
16977,
7192,
858,
3830,
859,
10488
],
),
"wheat": SymbolsMetadata(
popularity: 12,
codepoint: 0xfffa4,
categories: [3],
tags: [
1808,
3692,
17849,
2984,
3693,
17850,
17851,
1813,
1815,
17852,
1816,
1817,
1819,
2881,
17853,
2354,
17854,
17855,
1821,
234,
1823,
17856,
2361,
1825,
4383,
2362,
1826,
2364,
1829,
8344,
17857,
1836
],
),
"twod_2": SymbolsMetadata(
originalName: "2d_2",
popularity: 6,
codepoint: 0xfff0e,
categories: [0],
tags: [
372,
4,
627,
1496,
503,
12048,
6593,
5,
374,
485,
7,
486,
376,
8,
3585,
378,
379,
12,
490,
15,
16,
324,
642,
12051,
21,
22,
17858,
386,
388,
494,
71,
31,
33,
394,
395,
35,
338,
396,
7510,
1154
],
),
"threed_2": SymbolsMetadata(
originalName: "3d_2",
popularity: 5,
codepoint: 0xfff0f,
categories: [0],
tags: [
75,
478,
479,
4,
2537,
2738,
9349,
12048,
5,
344,
484,
7,
486,
376,
8,
12,
490,
15,
16,
642,
12051,
439,
21,
22,
386,
13274,
494,
71,
496,
31,
33,
497,
35,
338,
396,
475,
499,
554,
477
],
),
"audio_capture": SymbolsMetadata(
popularity: 13,
codepoint: 0xfff03,
categories: [0],
tags: [
10193,
17859,
1268,
517,
5983,
568,
42,
570,
572,
573,
283,
11856,
1479,
1748,
348,
351,
1111,
406,
583,
630,
1289,
453,
17860,
1736,
273,
1293,
594,
15224,
5091,
514,
9625,
1298,
554,
3331
],
),
"battery_charging_20_2": SymbolsMetadata(
popularity: 10,
codepoint: 0xfff3e,
categories: [4],
tags: [
3867,
3868,
5550,
17861,
3679,
3935,
4936,
1250,
3680,
3869,
284,
17862,
288,
3683,
3922,
3684,
51,
3936,
3686,
792,
3937,
1952,
3916,
3960,
262,
271,
3970,
2534,
3688,
3919,
5555,
291,
525,
3938,
5558,
3873
],
),
"battery_charging_30_2": SymbolsMetadata(
popularity: 5,
codepoint: 0xfff3d,
categories: [4],
tags: [
3875,
17863,
3679,
3921,
3935,
1250,
3680,
3869,
1074,
1842,
288,
3683,
2532,
3684,
3890,
51,
3936,
792,
3937,
1952,
17864,
262,
17865,
3687,
271,
3967,
3688,
3880,
3990,
3962,
291,
3882,
3938,
7097
],
),
"battery_charging_50_2": SymbolsMetadata(
popularity: 6,
codepoint: 0xfff3c,
categories: [4],
tags: [
3975,
3679,
3935,
3897,
1250,
3680,
3869,
284,
1842,
288,
3683,
2532,
3684,
2533,
3637,
51,
3936,
3686,
792,
3937,
1952,
262,
271,
3970,
3688,
17866,
759,
3925,
291,
1093,
525,
3938
],
),
"battery_charging_60_2": SymbolsMetadata(
popularity: 2,
codepoint: 0xfff3b,
categories: [4],
tags: [
3679,
3935,
3897,
1250,
3680,
3878,
3869,
3965,
1842,
288,
3683,
3922,
2532,
3684,
51,
3936,
3686,
792,
3937,
1952,
17867,
262,
17868,
3687,
271,
3970,
3688,
3893,
759,
3899,
3979,
291,
525,
3938
],
),
"battery_charging_80_2": SymbolsMetadata(
popularity: 7,
codepoint: 0xfff3a,
categories: [4],
tags: [
3981,
3896,
3679,
3935,
1250,
3680,
3869,
1074,
1842,
288,
3683,
3922,
2532,
3684,
2217,
2533,
3459,
51,
3936,
792,
3937,
1952,
262,
3687,
2534,
3688,
17869,
3997,
17866,
759,
432,
291,
3938
],
),
"battery_charging_full_2": SymbolsMetadata(
popularity: 11,
codepoint: 0xfff39,
categories: [4],
tags: [
1423,
3679,
3921,
3897,
1250,
3680,
3869,
463,
1842,
288,
3683,
3922,
3684,
2274,
4000,
4001,
2533,
697,
51,
792,
3937,
262,
3687,
3967,
3688,
3919,
759,
432,
291,
1701
],
),
"blinds_2": SymbolsMetadata(
popularity: 0,
codepoint: 0xfff78,
categories: [8],
tags: [
2210,
2123,
4222,
1209,
2139,
4186,
4226,
4234,
1161,
2814,
16659,
3865,
4052,
1140,
699,
1499,
2735,
17870,
4236,
1143,
2922,
1034,
9468,
1946,
4043,
1347,
1897,
4045,
413,
1701,
17871,
1464,
1187
],
),
"blinds_2_closed": SymbolsMetadata(
popularity: 1,
codepoint: 0xfff79,
categories: [8],
tags: [
1266,
2123,
4222,
17872,
4239,
2139,
4186,
4226,
4234,
4084,
15685,
3864,
2814,
6742,
1140,
4193,
2735,
4236,
17873,
1143,
4240,
919,
1034,
1503,
1946,
1036,
4043,
17874,
1347,
17875,
1897,
17876,
4045,
1187,
4232
],
),
"bolt_boost": SymbolsMetadata(
popularity: 80,
codepoint: 0xfff6a,
categories: [4],
tags: [
8527,
3021,
16847,
3935,
3022,
3680,
1274,
3683,
3922,
3684,
3352,
3360,
1165,
4393,
1326,
235,
3936,
3937,
3419,
648,
3688,
3101,
17877,
2430,
7929,
275,
17878,
17879,
3938,
17880,
1944,
2435
],
),
"car_fan_recirculate_2": SymbolsMetadata(
popularity: 7,
codepoint: 0xfff40,
categories: [14],
tags: [
836,
837,
17881,
1887,
77,
2423,
1809,
3410,
5287,
504,
1931,
1811,
840,
17882,
843,
345,
845,
753,
1425,
1878,
3023,
1847,
1848,
2735,
2736,
757,
642,
1913,
5307,
5308,
1093,
858,
1835,
1853
],
),
"crop_21_9": SymbolsMetadata(
popularity: 3,
codepoint: 0xfff0a,
categories: [1],
tags: [
17883,
1738,
5342,
1131,
633,
1132,
6592,
40,
42,
5793,
1813,
377,
8,
1252,
680,
2153,
346,
370,
348,
699,
49,
2503,
406,
354,
289,
5797,
57,
3603,
2143,
17098,
3085,
432,
2531,
410,
71,
298,
433,
17884,
364,
396,
2535,
3086
],
),
"crop_2_3": SymbolsMetadata(
popularity: 4,
codepoint: 0xfff0b,
categories: [1],
tags: [
17885,
1738,
5342,
1131,
633,
1132,
1133,
482,
6592,
6593,
930,
1813,
288,
486,
8,
1252,
680,
348,
6597,
381,
49,
17886,
2503,
385,
262,
289,
57,
3603,
59,
2143,
5099,
432,
2220,
2538,
391,
410,
71,
392,
298,
1700,
433,
9407,
1464
],
),
"dashboard_2_add": SymbolsMetadata(
popularity: 26,
codepoint: 0xffee9,
categories: [12],
tags: [
745,
76,
481,
5711,
5992,
930,
5378,
193,
685,
1743,
1325,
1235,
1236,
1425,
370,
382,
1327,
385,
1667,
5994,
887,
92,
919,
4015,
239,
432,
71,
1779,
5482,
433,
9407,
396,
333,
1186,
5010,
1154
],
),
"drive_file_rename": SymbolsMetadata(
popularity: 126,
codepoint: 0xe676,
categories: [12],
tags: [
1738,
1742,
1675,
1578,
1325,
1541,
1430,
15914,
3281,
17887,
4511,
1677,
17888,
1252,
680,
147,
17889,
7638,
17890,
1680,
1111,
52,
174,
1641,
4517,
2621,
14284,
71,
1689,
33,
740,
2451,
1590,
1485
],
),
"garage_door_open": SymbolsMetadata(
popularity: 5,
codepoint: 0xfff77,
categories: [8],
tags: [
861,
2123,
3410,
929,
1811,
345,
3841,
4931,
1677,
7514,
1431,
1212,
5344,
17891,
8261,
1140,
1499,
2922,
17892,
896,
9300,
1500,
1503,
1036,
16904,
1504,
1897,
1689,
1701,
1835
],
),
"id_card_2": SymbolsMetadata(
popularity: 6,
codepoint: 0xffeea,
categories: [13],
tags: [
861,
565,
1660,
2679,
5217,
5219,
566,
281,
930,
4102,
1664,
10534,
17893,
10535,
577,
581,
3102,
3673,
10537,
2003,
978,
3311,
980,
982,
3675,
2004,
588,
589,
590,
2531,
1036,
888,
1669,
601,
4461,
4820,
1576,
5596,
1518
],
),
"ink_highlighter_off": SymbolsMetadata(
popularity: 3,
codepoint: 0xfff14,
categories: [12],
tags: [
1474,
1208,
17894,
780,
4563,
2012,
17895,
868,
1580,
1430,
2780,
4838,
1252,
680,
2153,
8130,
2217,
1213,
1139,
9429,
2667,
1166,
174,
3269,
1480,
1059,
3077,
13299,
4517,
3779,
1224,
1588,
1067,
1460,
1226,
17896,
2160,
33,
511,
35,
1590,
1485
],
),
"light_group_2": SymbolsMetadata(
popularity: 1,
codepoint: 0xfff76,
categories: [8],
tags: [
1738,
6784,
3621,
3622,
3802,
1196,
1197,
1074,
345,
288,
7163,
3922,
3684,
3625,
579,
1198,
1140,
3171,
4746,
9105,
11217,
3627,
5182,
2429,
2455,
3688,
1946,
1201,
71,
8985,
1897,
11220,
1155
],
),
"light_mode_auto": SymbolsMetadata(
popularity: 7,
codepoint: 0xfff00,
categories: [4],
tags: [
2210,
2423,
3349,
3621,
3622,
193,
345,
2124,
288,
8,
4746,
15,
12576,
3627,
5182,
642,
2080,
355,
358,
3629,
410,
64,
151,
1993,
4750,
1598,
4044,
1093,
4740
],
),
"lightstrip": SymbolsMetadata(
popularity: 3,
codepoint: 0xfff75,
categories: [8],
tags: [
9100,
1858,
3622,
5441,
345,
3584,
4860,
288,
3922,
2532,
3684,
1275,
3625,
579,
1140,
3171,
699,
4746,
11228,
3627,
5182,
2429,
17897,
87,
1614,
1946,
151,
1896,
1897,
6438,
2313,
11734,
4766
],
),
"list_arrow": SymbolsMetadata(
popularity: 8,
codepoint: 0xfff33,
categories: [12],
tags: [
77,
3744,
2822,
1209,
912,
145,
313,
2814,
5735,
1431,
914,
147,
370,
903,
2838,
173,
51,
86,
87,
88,
17898,
506,
237,
1749,
325,
905,
2922,
70,
91,
1167,
2894,
906,
363,
95,
2944
],
),
"mobile_dock": SymbolsMetadata(
popularity: 0,
codepoint: 0xf2e0,
categories: [11],
tags: [
1246,
1247,
2536,
2471,
504,
1250,
5552,
3869,
193,
284,
4937,
4066,
1704,
288,
4150,
1110,
7710,
1253,
262,
12401,
4289,
271,
3688,
2531,
410,
1700,
4154,
3542,
764,
5905,
525,
1464
],
),
"pin_history": SymbolsMetadata(
popularity: 3,
codepoint: 0xfff2e,
categories: [5],
tags: [
2508,
1673,
77,
4800,
1159,
81,
312,
313,
2899,
4802,
2474,
5463,
2076,
3055,
3295,
323,
4804,
1534,
174,
2794,
325,
2795,
326,
327,
1167,
329,
2828,
10854,
4806,
453,
761,
2847,
1538,
1539,
1226,
1171,
2463,
1095,
396
],
),
"pin_road": SymbolsMetadata(
popularity: 12,
codepoint: 0xfff2d,
categories: [5],
tags: [
1513,
7371,
7372,
2036,
312,
2949,
313,
2395,
1677,
2899,
317,
1544,
321,
2816,
1623,
3295,
4157,
2324,
323,
324,
1534,
174,
325,
1625,
4158,
326,
1535,
327,
328,
329,
1626,
7375,
1538,
1226,
1627,
1095,
1628,
1629,
332,
1920
],
),
"pin_road_2": SymbolsMetadata(
popularity: 1,
codepoint: 0xffeeb,
categories: [5],
tags: [
7371,
7372,
312,
313,
9,
1677,
2899,
321,
1621,
1623,
4157,
323,
324,
1534,
174,
325,
1625,
9300,
4158,
326,
327,
329,
1626,
7375,
1538,
1540,
1226,
1627,
2146,
1095,
1628,
1629,
332,
1920,
7821
],
),
"shades": SymbolsMetadata(
popularity: 0,
codepoint: 0xfff73,
categories: [8],
tags: [
2536,
4037,
4222,
4239,
844,
2139,
4234,
4084,
17899,
2495,
11509,
17900,
2642,
3624,
8387,
1957,
1143,
2922,
3781,
2329,
5400,
1574,
8175,
9468,
4043,
4229,
1347,
8389,
2160,
2369,
1598,
8391,
4045,
9469,
332,
17901,
12468,
1960,
4318,
2654
],
),
"shades_closed": SymbolsMetadata(
popularity: 1,
codepoint: 0xfff74,
categories: [8],
tags: [
11222,
4222,
481,
4239,
345,
2139,
4226,
4234,
4084,
2814,
6741,
1843,
1140,
2735,
17870,
3627,
5265,
1143,
2922,
919,
1034,
13809,
9468,
1946,
17902,
410,
1036,
4043,
4229,
7520,
1347,
1897,
1598,
4045,
17871,
1187
],
),
"shield_card": SymbolsMetadata(
popularity: 10,
codepoint: 0xfff30,
categories: [13],
tags: [
861,
565,
5217,
927,
930,
17903,
1553,
961,
6802,
1418,
3954,
942,
3183,
978,
948,
950,
951,
1420,
1034,
1063,
1573,
17904,
1574,
3187,
3188,
1773,
17905,
14251,
1036,
1575,
956,
7482,
1576,
971
],
),
"shield_radar": SymbolsMetadata(
popularity: 18,
codepoint: 0xfff2f,
categories: [13],
tags: [
1360,
1553,
12519,
3954,
17906,
7810,
44,
3183,
2324,
323,
9538,
630,
7374,
267,
8393,
329,
1034,
1063,
1573,
1574,
7092,
3187,
3188,
705,
1736,
1126,
1773,
1036,
1575,
273,
5114,
1093,
65,
4419,
1095,
1576,
206
],
),
"soundbar": SymbolsMetadata(
popularity: 0,
codepoint: 0xfff72,
categories: [8],
tags: [
1268,
7702,
1423,
482,
344,
1073,
5986,
288,
2532,
1877,
781,
46,
3340,
699,
4414,
406,
1706,
1732,
4289,
408,
432,
71,
1293,
17907,
1294,
17908,
3346,
454,
15170,
1093,
412,
2030,
37,
554
],
),
"speaker_2": SymbolsMetadata(
popularity: 0,
codepoint: 0xfff71,
categories: [8],
tags: [
10193,
1360,
16847,
1268,
7712,
482,
731,
283,
345,
288,
2532,
1278,
17909,
792,
1301,
4414,
17910,
406,
1706,
616,
1732,
2504,
408,
71,
273,
1293,
7722,
1294,
3346,
1093,
6391,
37,
1298,
554,
1855
],
),
"speed_2": SymbolsMetadata(
popularity: 28,
codepoint: 0xfff38,
categories: [0],
tags: [
8527,
3021,
77,
345,
1744,
1400,
1274,
3480,
13676,
1165,
3871,
522,
51,
17911,
17,
3474,
18,
353,
468,
1706,
3482,
648,
759,
3101,
17877,
2430,
359,
1125,
29,
13802,
275,
6773,
15354,
1171,
17880,
3483,
37
],
),
"speed_3": SymbolsMetadata(
popularity: 20,
codepoint: 0xfff37,
categories: [0],
tags: [
8527,
748,
1738,
2921,
77,
3022,
345,
1744,
1677,
1274,
1165,
1077,
3871,
3459,
51,
792,
4756,
17,
3474,
353,
468,
1706,
3482,
648,
759,
3101,
17877,
2430,
359,
151,
13802,
275,
6773,
15354,
17880,
3483,
37
],
),
"speed_4": SymbolsMetadata(
popularity: 27,
codepoint: 0xfff36,
categories: [0],
tags: [
3021,
77,
3022,
345,
1744,
1400,
520,
3480,
12932,
1165,
3871,
522,
17912,
51,
259,
792,
4756,
17,
3474,
353,
1706,
267,
3482,
648,
3688,
759,
3101,
2430,
151,
13802,
275,
6773,
649,
15354,
527,
3483,
37
],
),
"split_scene_2": SymbolsMetadata(
popularity: 2,
codepoint: 0xffef7,
categories: [0],
tags: [
482,
2115,
1438,
1813,
6326,
2262,
1136,
680,
2153,
346,
348,
382,
699,
385,
87,
354,
7053,
6401,
432,
1433,
1736,
2772,
410,
1152,
706,
4980,
4650,
2401,
7054,
9407,
37,
396,
6606,
1187
],
),
"subwoofer": SymbolsMetadata(
popularity: 0,
codepoint: 0xfff70,
categories: [8],
tags: [
10193,
3332,
1268,
7702,
16452,
482,
17913,
193,
3939,
284,
288,
2532,
781,
46,
3340,
4414,
17914,
406,
1706,
1732,
408,
2457,
1779,
1293,
15191,
3345,
14935,
1294,
3346,
17915,
1093,
37,
554
],
),
"switch_off": SymbolsMetadata(
popularity: 0,
codepoint: 0xfff6f,
categories: [8],
tags: [
748,
504,
193,
3939,
685,
345,
2601,
288,
868,
1164,
1108,
699,
1222,
51,
1112,
1029,
642,
1143,
1059,
1061,
12037,
355,
3688,
921,
432,
2531,
151,
3476,
4249,
2402,
1093,
413,
2146,
4309,
5010
],
),
"tilt_arrow_down": SymbolsMetadata(
popularity: 15,
codepoint: 0xfff26,
categories: [5],
tags: [
1738,
500,
2933,
77,
912,
2896,
2889,
2948,
313,
2814,
51,
1534,
1749,
468,
325,
7197,
507,
328,
2859,
2269,
2991,
470,
2853,
6213,
7198,
5836,
95,
510,
13226,
526,
512
],
),
"tilt_arrow_up": SymbolsMetadata(
popularity: 9,
codepoint: 0xfff25,
categories: [5],
tags: [
500,
77,
3012,
2948,
313,
2418,
903,
234,
3026,
235,
51,
87,
1314,
1534,
1749,
325,
905,
1586,
328,
242,
759,
1124,
2420,
2853,
2298,
1528,
95,
510,
1263,
1701,
527
],
),
"touch_double_2": SymbolsMetadata(
popularity: 3,
codepoint: 0xfff35,
categories: [6],
tags: [
748,
4325,
1672,
1103,
345,
288,
44,
3042,
17916,
15311,
1107,
1789,
2689,
2690,
2816,
2692,
1111,
700,
1612,
262,
2455,
7220,
1167,
1120,
7657,
3101,
410,
362,
525,
1791,
1792,
4468,
17917,
394
],
),
"vacuum_2": SymbolsMetadata(
popularity: 10,
codepoint: 0xfff6d,
categories: [8],
tags: [
1858,
3349,
3072,
16602,
5843,
810,
3369,
1890,
1863,
288,
7336,
3864,
5832,
2532,
46,
83,
3784,
2533,
1140,
3171,
4193,
5833,
3530,
1729,
3961,
2499,
3845,
652,
1897,
16604,
5838,
14915,
16605,
16606
],
),
"vacuum_2_on": SymbolsMetadata(
popularity: 7,
codepoint: 0xfff6e,
categories: [8],
tags: [
749,
1858,
17918,
2123,
17919,
16602,
5843,
810,
1890,
1863,
288,
3864,
5832,
17920,
2532,
5844,
2533,
1140,
1893,
4193,
5833,
5845,
1729,
3961,
1061,
15710,
3174,
17921,
29,
1896,
1897,
5838,
5856,
14915,
16605,
17922,
16606
],
),
"video_frame_copy": SymbolsMetadata(
popularity: 2,
codepoint: 0xfff0d,
categories: [0],
tags: [
748,
42,
1523,
6324,
1197,
1724,
2337,
3661,
1252,
346,
5117,
348,
1082,
1345,
406,
354,
439,
2455,
2504,
409,
453,
3434,
2772,
410,
94,
5090,
1711,
1690,
37,
5091
],
),
"video_frame_save": SymbolsMetadata(
popularity: 5,
codepoint: 0xfff0c,
categories: [0],
tags: [
77,
5734,
42,
1523,
2814,
520,
680,
1695,
5754,
346,
1748,
348,
49,
406,
354,
439,
2504,
409,
8700,
453,
440,
1539,
410,
5240,
5090,
17923,
1689,
1690,
37,
5091
],
),
"walk_bike": SymbolsMetadata(
popularity: 0,
codepoint: 0xfff01,
categories: [14],
tags: [
749,
4142,
4144,
2548,
2035,
753,
313,
2395,
7882,
11,
225,
2882,
7902,
697,
581,
1534,
875,
468,
325,
4041,
1625,
7332,
589,
2045,
17924,
1538,
3160,
17925,
4807,
900,
1629,
332,
3143,
3799,
3303
],
rtlAutoMirrored: true,
),
"watch_button": SymbolsMetadata(
popularity: 5,
codepoint: 0xfff20,
categories: [11],
tags: [
4325,
1672,
1267,
504,
1159,
1073,
345,
288,
1400,
44,
1877,
2882,
2533,
2692,
262,
647,
616,
4277,
920,
1120,
71,
7140,
764,
1791,
65,
1171,
1095,
2078,
2542,
2544,
2546
],
),
"wb_twilight_2": SymbolsMetadata(
popularity: 2,
codepoint: 0xfff1f,
categories: [1],
tags: [
6771,
4076,
1838,
925,
4078,
4084,
17020,
2124,
17022,
1843,
4085,
4306,
3625,
11045,
1595,
3627,
5182,
2080,
1825,
4060,
17019,
4041,
12582,
2772,
151,
1993,
1598,
13252,
13253,
1171,
4309,
17024,
9129,
859,
835
],
),
"wifi_device": SymbolsMetadata(
popularity: 11,
codepoint: 0xfff34,
categories: [11],
tags: [
7522,
731,
573,
283,
6403,
284,
254,
81,
288,
44,
2532,
46,
2533,
319,
1110,
12532,
259,
651,
267,
3343,
4777,
2066,
1736,
652,
1779,
273,
1292,
1093,
65,
17926,
277,
278
],
),
"dropdown_menu": SymbolsMetadata(
popularity: 4,
codepoint: 0xffef0,
categories: [2],
tags: [
77,
504,
11788,
2842,
2822,
450,
912,
17927,
2814,
2891,
914,
83,
488,
1111,
88,
506,
8273,
325,
355,
11444,
1035,
362,
363,
413,
1690,
141
],
),
"eyeglasses_3": SymbolsMetadata(
popularity: 3,
codepoint: 0xffef1,
categories: [3],
tags: [
4423,
862,
3147,
3148,
2123,
1101,
9029,
8386,
11509,
1748,
17928,
9031,
8387,
17929,
5812,
2466,
8392,
1115,
3363,
17930,
17931,
3781,
2329,
12792,
3380,
2885,
330,
1126,
1127,
8388,
1292,
7929,
3365,
8389,
8390,
7496,
857,
8391,
396,
4318,
2078
],
),
"jewelry": SymbolsMetadata(
popularity: 1,
codepoint: 0xffedb,
categories: [3],
tags: [
2536,
17932,
17933,
6643,
17934,
17935,
17936,
193,
3073,
1161,
1105,
4270,
17937,
17938,
2642,
1489,
17939,
10281,
17940,
1490,
7224,
17941,
1491,
15081,
17942,
17943,
17944,
17945,
12724,
17946,
7192,
6126,
17947
],
),
"reset_colors": SymbolsMetadata(
popularity: 1,
codepoint: 0xffee2,
categories: [1],
tags: [
77,
502,
2441,
5842,
6593,
2856,
780,
4563,
1236,
4784,
378,
1252,
2217,
137,
2076,
3077,
9361,
3080,
10317,
3441,
760,
761,
5855,
17948,
3446,
3663,
2832,
151,
9363,
4740,
2836
],
),
"seat_read": SymbolsMetadata(
popularity: 0,
codepoint: 0xffeda,
categories: [14],
tags: [
1901,
3863,
1809,
3390,
2034,
1811,
1905,
1876,
4902,
288,
4463,
3092,
581,
1958,
1345,
3394,
1911,
17949,
1913,
588,
589,
590,
3380,
3779,
2885,
1916,
1918,
1942,
4391,
525,
4365,
900,
332,
766,
17950
],
),
"seat_window": SymbolsMetadata(
popularity: 0,
codepoint: 0xffee1,
categories: [14],
tags: [
1900,
1901,
1809,
1902,
3390,
1923,
2034,
1931,
1811,
1905,
4902,
288,
1909,
581,
17949,
16313,
1913,
1965,
588,
589,
590,
2885,
1927,
1918,
1942,
3302,
4365,
1979,
900,
332,
1920,
1960,
1187,
9034
],
),
"settings_screen": SymbolsMetadata(
popularity: 14,
codepoint: 0xffedf,
categories: [6],
tags: [
2210,
1756,
501,
40,
1742,
1775,
519,
685,
345,
1236,
1704,
145,
288,
8,
348,
1776,
1110,
293,
68,
3961,
1029,
630,
70,
919,
6256,
920,
921,
410,
652,
71,
1779,
1093,
511,
3375
],
),
"sign_language_off": SymbolsMetadata(
popularity: 1,
codepoint: 0xffee4,
categories: [3],
tags: [
862,
17951,
1208,
283,
2601,
7695,
1162,
868,
1055,
2689,
2690,
2692,
15739,
2075,
5933,
1222,
10759,
5225,
1302,
17952,
17953,
1059,
1060,
1061,
7418,
71,
898,
14874,
1067,
7230,
5166
],
),
"single_arrow": SymbolsMetadata(
popularity: 0,
codepoint: 0xffed9,
categories: [2],
tags: [
2921,
500,
77,
502,
9349,
5734,
5732,
2822,
902,
345,
313,
3042,
2976,
903,
904,
2838,
548,
51,
1403,
2455,
1624,
325,
905,
5733,
1167,
1121,
906,
17954,
8021,
3476,
2944
],
rtlAutoMirrored: true,
),
"snail": SymbolsMetadata(
popularity: 4,
codepoint: 0xffede,
categories: [3],
tags: [
4869,
17955,
4872,
2931,
2116,
2036,
3816,
17956,
17957,
12529,
17958,
1825,
289,
3482,
17959,
2295,
1316,
13802,
17960,
17961,
17962,
17963,
17964,
15231,
17965,
275,
6761,
9280
],
),
};