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: 2312,
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: 96,
codepoint: 0xe957,
categories: [1],
tags: [
142,
143,
144,
40,
81,
145,
44,
45,
8,
146,
147,
12,
49,
51,
68,
52,
15,
16,
54,
55,
148,
18,
56,
21,
22,
149,
57,
59,
24,
25,
150,
63,
28,
64,
151,
139,
31,
33,
35,
152,
36
],
),
"sixteen_mp": SymbolsMetadata(
originalName: "16mp",
popularity: 94,
codepoint: 0xe958,
categories: [1],
tags: [
153,
154,
40,
155,
119,
120,
156,
121,
157,
45,
12,
49,
122,
158,
106,
159,
16,
54,
160,
55,
56,
161,
22,
162,
109,
110,
163,
59,
164,
127,
24,
25,
63,
28,
129,
165,
166,
167,
31,
33,
35
],
),
"seventeen_mp": SymbolsMetadata(
originalName: "17mp",
popularity: 91,
codepoint: 0xe959,
categories: [1],
tags: [
168,
40,
169,
170,
45,
171,
12,
172,
49,
173,
52,
16,
174,
17,
54,
55,
56,
175,
176,
22,
177,
149,
69,
178,
24,
25,
63,
26,
179,
28,
180,
181,
31,
182,
33,
35,
152,
36
],
),
"eighteen_up_rating": SymbolsMetadata(
originalName: "18_up_rating",
popularity: 469,
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: 368,
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: 1950,
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: 34,
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: 1421,
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: 168,
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: 611,
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: 21,
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: 106,
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: 3222,
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: 2026,
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: 3660,
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: 1152,
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: 24,
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: 11959,
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: 10344,
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: 5435,
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: 72,
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: 122,
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: 68262,
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: 144,
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: 7725,
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: 226,
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: 480,
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: 425,
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: 201,
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: 167,
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: 55,
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: 235,
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: 47,
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: 945,
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: 73396,
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: 416,
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: 6374,
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: 123,
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: 1214,
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: 10950,
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: 2180,
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: 849,
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: 2131,
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: 1086,
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: 41381,
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: 10,
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: 39,
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: 2254,
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: 57,
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: 408,
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: 1515,
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: 2846,
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: 1787,
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: 634,
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: 200,
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: 4297,
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: 2691,
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: 773,
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: 11,
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: 23,
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: 7154,
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: 4387,
codepoint: 0xf23a,
categories: [2],
tags: [
231,
748,
745,
1658,
1659,
1660,
1661,
1662,
193,
463,
1663,
1325,
1664,
1431,
1665,
235,
1327,
1376,
88,
1029,
1166,
887,
1480,
1666,
1667,
239,
242,
1668,
1516,
1370,
1168,
362,
245,
1517,
1669,
1670,
1671,
1672
],
),
"add_to_drive": SymbolsMetadata(
popularity: 814,
codepoint: 0xe65c,
categories: [12],
tags: [
565,
745,
1673,
501,
1674,
1675,
1676,
1677,
284,
1325,
81,
1430,
1678,
1679,
147,
1680,
1681,
1682,
1683,
1684,
1685,
1327,
267,
523,
1686,
239,
1687,
1688,
1539,
652,
1689,
1128,
1690,
764,
526,
1691,
527
],
),
"add_to_home_screen": SymbolsMetadata(
popularity: 322,
codepoint: 0xe1fe,
categories: [11],
tags: [
1246,
1247,
748,
745,
1692,
1693,
1673,
501,
77,
1694,
1250,
288,
1695,
313,
914,
1696,
1697,
1110,
1140,
1253,
1698,
262,
1699,
325,
271,
326,
432,
1700,
1539,
410,
1528,
1128,
1701,
433,
31,
525,
1702,
98,
527
],
rtlAutoMirrored: true,
),
"add_to_queue": SymbolsMetadata(
popularity: 549,
codepoint: 0xe05c,
categories: [0],
tags: [
231,
1246,
1247,
745,
1703,
1321,
1466,
1268,
1704,
1705,
288,
8,
781,
1110,
1253,
1336,
1327,
87,
88,
1706,
1029,
406,
630,
439,
1707,
887,
905,
91,
1708,
1709,
408,
1710,
239,
1711,
410,
94,
1712,
31,
1713,
1714,
37,
543,
1715,
333,
1187
],
),
"add_triangle": SymbolsMetadata(
popularity: 62,
codepoint: 0xf48e,
categories: [5],
tags: [
231,
745,
232,
1360,
1321,
1132,
1374,
691,
1375,
1325,
1716,
488,
348,
904,
381,
137,
1336,
1327,
1166,
1717,
1718,
325,
887,
1452,
1719,
289,
239,
242,
392,
898,
1720,
1170,
31,
1628,
1691,
1409,
206
],
),
"adf_scanner": SymbolsMetadata(
popularity: 250,
codepoint: 0xeada,
categories: [11],
tags: [
1721,
1722,
1723,
569,
1724,
1725,
288,
1726,
1430,
1727,
1728,
1729,
916,
107,
1111,
1730,
1731,
1391,
1732,
1733,
1587,
1734,
1735,
1736,
758,
432,
1737,
1738,
1588,
1712,
65,
1518
],
),
"adjust": SymbolsMetadata(
popularity: 1723,
codepoint: 0xe39e,
categories: [1],
tags: [
1739,
1740,
1741,
1423,
517,
1742,
308,
1743,
193,
1101,
685,
1744,
1745,
1236,
1746,
83,
1747,
1748,
1749,
915,
916,
49,
1083,
1470,
1029,
506,
1641,
1750,
70,
921,
1751,
1752,
71,
1753,
1227,
97,
1754,
1755
],
),
"admin_meds": SymbolsMetadata(
popularity: 28,
codepoint: 0xe48d,
categories: [3],
tags: [
861,
565,
1756,
1757,
1758,
1759,
1760,
1761,
685,
345,
1425,
1762,
1763,
697,
892,
1764,
1029,
1765,
1766,
894,
1767,
1768,
919,
1769,
1770,
1771,
1063,
1772,
590,
1065,
1773,
1774,
1036,
1775,
71,
601
],
),
"admin_panel_settings": SymbolsMetadata(
popularity: 8113,
codepoint: 0xef3d,
categories: [13],
tags: [
861,
565,
1739,
1756,
1552,
566,
1553,
1776,
685,
345,
1236,
1425,
1252,
577,
1777,
581,
1112,
1778,
1029,
70,
919,
588,
1779,
589,
921,
1034,
1063,
590,
1573,
1574,
1036,
71,
1780,
1575,
1093,
511,
1781,
601,
1576
],
),
"ads_click": SymbolsMetadata(
popularity: 7410,
codepoint: 0xe762,
categories: [6],
tags: [
1782,
1783,
1176,
1071,
77,
1179,
504,
1784,
1193,
1785,
1786,
1787,
1788,
312,
44,
1789,
1790,
1612,
259,
1314,
1182,
17,
267,
523,
648,
1167,
1184,
1791,
362,
1792,
1227,
1793,
1095,
1628,
333
],
),
"agender": SymbolsMetadata(
popularity: 176,
codepoint: 0xf888,
categories: [3],
tags: [
1794,
193,
574,
1235,
1795,
1796,
1797,
1798,
1799,
1800,
1801,
581,
138,
978,
872,
1802,
1803,
87,
1804,
815,
1805,
588,
589,
239,
590,
1806,
390,
1807,
1808,
1067,
593,
31,
601
],
),
"agriculture": SymbolsMetadata(
popularity: 1721,
codepoint: 0xea79,
categories: [14],
tags: [
1809,
1810,
1811,
1812,
1813,
1814,
1815,
1816,
1817,
1818,
1819,
1820,
1821,
1822,
1823,
1326,
234,
1824,
1825,
87,
1534,
1826,
289,
1827,
1828,
1829,
1830,
1831,
1832,
1833,
511,
1834,
900,
332,
1835,
1836,
1837,
1838
],
),
"air": SymbolsMetadata(
popularity: 2775,
codepoint: 0xefd8,
categories: [15],
tags: [
480,
837,
1839,
1840,
1841,
1842,
840,
845,
1843,
1164,
1844,
1845,
1077,
1846,
1847,
1848,
1849,
87,
1470,
353,
468,
63,
1850,
1851,
454,
1852,
1853,
1854,
1855,
1856,
859,
1857
],
),
"air_freshener": SymbolsMetadata(
popularity: 425,
codepoint: 0xe2ca,
categories: [8],
tags: [
837,
1858,
1859,
1860,
1861,
1759,
1862,
1812,
1863,
1864,
1865,
1866,
1846,
1867,
904,
137,
1140,
1376,
1143,
492,
1868,
289,
1869,
760,
1850,
392,
888,
1851,
1870,
31,
1407,
1854
],
),
"air_purifier": SymbolsMetadata(
popularity: 40,
codepoint: 0xe97e,
categories: [8],
tags: [
837,
1871,
1872,
1873,
1874,
1859,
1875,
1841,
1876,
810,
1863,
1877,
288,
1878,
1879,
1880,
1846,
1847,
1867,
1881,
697,
1140,
1499,
1882,
1470,
1730,
1883,
1884,
1885,
1886,
1887,
433,
1854,
1856
],
),
"air_purifier_gen": SymbolsMetadata(
popularity: 331,
codepoint: 0xe829,
categories: [8],
tags: [
837,
1871,
1873,
1874,
1888,
1859,
1889,
1890,
1863,
1891,
345,
288,
1844,
1879,
1892,
697,
1893,
1894,
1895,
1470,
642,
1143,
1884,
432,
71,
1896,
1897,
1898,
1899,
1900,
1854,
1857
],
),
"airline_seat_flat": SymbolsMetadata(
popularity: 280,
codepoint: 0xe630,
categories: [16],
tags: [
1901,
1902,
1903,
1904,
690,
569,
1905,
1906,
1907,
1877,
1908,
1909,
379,
1910,
699,
581,
1623,
1911,
1912,
1491,
1913,
1914,
588,
589,
387,
1915,
1916,
1917,
1918,
1919,
1920,
900,
1629,
332,
1921
],
),
"airline_seat_flat_angled": SymbolsMetadata(
popularity: 149,
codepoint: 0xe631,
categories: [16],
tags: [
1922,
1901,
1902,
1923,
1904,
690,
1924,
569,
1905,
1906,
1907,
1877,
375,
1908,
1909,
379,
1925,
137,
581,
138,
384,
1926,
1914,
588,
589,
387,
1927,
1928,
1918,
1919,
1929,
1920,
31,
900,
1629,
332
],
),
"airline_seat_individual_suite": SymbolsMetadata(
popularity: 232,
codepoint: 0xe632,
categories: [16],
tags: [
1930,
1901,
1902,
1931,
1903,
690,
1924,
569,
1905,
1932,
1907,
1877,
1933,
1908,
1909,
1910,
1925,
581,
979,
1934,
1623,
1491,
1935,
1914,
588,
589,
920,
387,
716,
1063,
1915,
1928,
1918,
1919,
1920,
1936,
1937,
1629,
332,
1187
],
),
"airline_seat_legroom_extra": SymbolsMetadata(
popularity: 164,
codepoint: 0xe633,
categories: [16],
tags: [
1901,
1902,
690,
1924,
1906,
1877,
1933,
1938,
1939,
694,
1925,
581,
1623,
1940,
1941,
1926,
1942,
1914,
588,
589,
387,
716,
1928,
1433,
1919,
1943,
823,
1944,
1629,
332,
1945,
1836
],
),
"airline_seat_legroom_normal": SymbolsMetadata(
popularity: 147,
codepoint: 0xe634,
categories: [16],
tags: [
1901,
1902,
1131,
1466,
1903,
690,
1932,
1906,
1877,
694,
1910,
581,
1623,
385,
1941,
1926,
17,
1946,
1914,
588,
589,
387,
1947,
1919,
1929,
1943,
823,
1948,
900,
1629,
332,
1836
],
),
"airline_seat_legroom_reduced": SymbolsMetadata(
popularity: 143,
codepoint: 0xe635,
categories: [16],
tags: [
1930,
1901,
1902,
690,
1932,
1877,
1949,
1950,
964,
694,
1925,
581,
1623,
1941,
1926,
1951,
1952,
1953,
814,
1914,
588,
589,
387,
1954,
1065,
1433,
1919,
1929,
1955,
1943,
1956,
823,
1957,
900,
1629,
332,
1921
],
),
"airline_seat_recline_extra": SymbolsMetadata(
popularity: 573,
codepoint: 0xe636,
categories: [16],
tags: [
1901,
1902,
1903,
690,
1924,
1906,
1877,
1933,
1939,
694,
1910,
1925,
1958,
581,
1623,
1941,
1926,
1959,
1912,
1914,
588,
589,
387,
716,
1927,
1917,
1960,
1928,
1919,
1943,
823,
900,
1629,
332,
1921,
1945,
1961
],
),
"airline_seat_recline_normal": SymbolsMetadata(
popularity: 675,
codepoint: 0xe637,
categories: [16],
tags: [
1901,
1962,
1963,
1902,
690,
1906,
1877,
1933,
375,
1964,
1939,
694,
1910,
581,
1623,
385,
1941,
1926,
1946,
1965,
1914,
1966,
588,
589,
1927,
1967,
1917,
1919,
1929,
1968,
1943,
823,
1969,
900,
332,
1970,
1971,
1972,
1836
],
),
"airline_stops": SymbolsMetadata(
popularity: 395,
codepoint: 0xe7d0,
categories: [5],
tags: [
1901,
1902,
1973,
77,
1903,
1101,
284,
312,
1974,
313,
1105,
1910,
1975,
1623,
1976,
1977,
87,
323,
1534,
325,
1625,
327,
387,
851,
1978,
1538,
1979,
1980,
1629,
332,
1981,
1982,
1921
],
),
"airlines": SymbolsMetadata(
popularity: 456,
codepoint: 0xe7ca,
categories: [14],
tags: [
837,
1983,
1930,
1984,
1985,
1902,
1986,
1987,
1973,
1903,
1924,
1988,
312,
1910,
1989,
1990,
1991,
1925,
1623,
642,
1061,
387,
1992,
1993,
273,
1994,
900,
1629,
332,
1995,
1970,
1921,
1996
],
),
"airplane_ticket": SymbolsMetadata(
popularity: 1661,
codepoint: 0xefd9,
categories: [16],
tags: [
1997,
837,
1998,
1930,
1902,
1999,
1987,
1973,
2000,
2001,
1924,
1430,
2002,
1431,
1910,
2003,
1990,
1991,
1925,
2004,
1623,
1534,
1587,
2005,
2006,
387,
2007,
1993,
432,
1928,
1737,
2008,
273,
2009,
2010,
2011,
900,
1629,
332,
2012,
1921,
1961
],
rtlAutoMirrored: true,
),
"airplanemode_inactive": SymbolsMetadata(
popularity: 268,
codepoint: 0xe194,
categories: [4],
tags: [
837,
1930,
1902,
1986,
1987,
1973,
1903,
1272,
254,
1299,
2013,
1162,
868,
1055,
1910,
2014,
1990,
1991,
1925,
1222,
87,
1534,
2015,
642,
2016,
2017,
2018,
1059,
1060,
1061,
387,
1993,
273,
2019,
1067,
1629,
332,
1691,
1921,
2020
],
),
"airplay": SymbolsMetadata(
popularity: 376,
codepoint: 0xe055,
categories: [0],
tags: [
2021,
77,
1268,
731,
2022,
2023,
1073,
284,
2024,
345,
1705,
288,
8,
2025,
406,
2026,
630,
439,
1733,
408,
388,
410,
2027,
2028,
2029,
2030,
273,
411,
1691,
2031,
37,
278,
2032
],
),
"airport_shuttle": SymbolsMetadata(
popularity: 2268,
codepoint: 0xeb3c,
categories: [14],
tags: [
1973,
2033,
1810,
2034,
2035,
1812,
1813,
1180,
2036,
2037,
2038,
313,
2039,
2040,
2041,
2042,
1623,
2043,
1534,
2044,
1914,
2045,
2046,
2047,
432,
1626,
2048,
2049,
1317,
1980,
900,
1629,
332,
1921,
1835,
2050,
1836,
2051
],
rtlAutoMirrored: true,
),
"airware": SymbolsMetadata(
popularity: 441,
codepoint: 0xf154,
categories: [8],
tags: [
2052,
2053,
1268,
731,
254,
2054,
81,
1077,
351,
916,
259,
353,
1707,
267,
2055,
2056,
2057,
273,
2058,
1293,
411,
97,
2059,
2060,
1855,
1856,
277,
278
],
),
"airwave": SymbolsMetadata(
popularity: 716,
codepoint: 0xe29c,
categories: [10],
tags: [
837,
2052,
2053,
1268,
2061,
2062,
1840,
1842,
731,
840,
283,
284,
2054,
2063,
2064,
1077,
351,
1140,
2065,
651,
1707,
1143,
267,
1734,
2066,
2067,
273,
2068,
1293,
2069,
2070,
97,
2059,
554,
1855,
2071,
1856,
859,
1857
],
),
"alarm": SymbolsMetadata(
popularity: 4830,
codepoint: 0xe855,
categories: [6],
tags: [
861,
1739,
1359,
1360,
2072,
1362,
2073,
193,
1159,
345,
2074,
1160,
2075,
489,
2076,
2077,
51,
2078,
1166,
616,
328,
1370,
762,
1168,
151,
1293,
1171,
1172,
2079,
2080
],
),
"alarm_add": SymbolsMetadata(
popularity: 746,
codepoint: 0xe856,
categories: [6],
tags: [
231,
745,
2081,
1359,
1360,
1673,
2072,
1268,
1362,
1159,
2074,
1325,
1160,
44,
10,
262,
2082,
887,
2083,
616,
271,
239,
1370,
762,
1168,
1201,
151,
1293,
31,
1517,
1171,
1172,
2079,
2080
],
),
"alarm_off": SymbolsMetadata(
popularity: 490,
codepoint: 0xe857,
categories: [6],
tags: [
1359,
2084,
1360,
1362,
2085,
2086,
2087,
1661,
1662,
1159,
1162,
2088,
2089,
2090,
868,
2091,
1055,
2092,
2093,
2094,
1303,
2095,
2096,
2097,
2098,
616,
2099,
1059,
1061,
2100,
2101,
2102,
1067,
2103,
2104,
1171,
1172,
2105,
2080
],
),
"alarm_on": SymbolsMetadata(
popularity: 1984,
codepoint: 0xe858,
categories: [6],
tags: [
2106,
749,
1359,
1360,
2107,
2108,
1362,
2109,
1661,
1662,
1363,
1159,
2091,
1055,
10,
2110,
616,
2111,
1061,
1370,
2112,
2113,
2114,
1168,
273,
1293,
2115,
1171,
1172,
2079,
206,
2080
],
),
"alarm_pause": SymbolsMetadata(
popularity: 30,
codepoint: 0xf35b,
categories: [6],
tags: [
1359,
1360,
2072,
1362,
2116,
2117,
1159,
345,
2118,
2091,
10,
352,
616,
1223,
2119,
2120,
1370,
1168,
2121,
1226,
2122,
1171,
1172,
2123,
2080
],
),
"alarm_smart_wake": SymbolsMetadata(
popularity: 39,
codepoint: 0xf6b0,
categories: [6],
tags: [
1359,
1360,
2124,
1268,
2125,
1362,
1363,
1159,
2126,
2127,
2128,
2082,
616,
2111,
2129,
1370,
2113,
1168,
273,
1292,
1293,
2130,
1171,
2131,
2132,
1172,
554,
2133,
2134,
2079
],
),
"album": SymbolsMetadata(
popularity: 1475,
codepoint: 0xe019,
categories: [0],
tags: [
1342,
1674,
2135,
2136,
1268,
1192,
2137,
2138,
2139,
1197,
2140,
519,
2141,
81,
2142,
2143,
147,
1681,
1343,
579,
173,
2144,
1345,
1470,
406,
1707,
586,
2145,
2146,
1710,
453,
2147,
1201,
1293,
433,
1712,
1690,
2148,
554
],
),
"align_center": SymbolsMetadata(
popularity: 19,
codepoint: 0xe356,
categories: [12],
tags: [
2149,
2150,
1466,
517,
308,
2151,
2152,
1430,
2153,
2154,
2155,
370,
2156,
699,
2157,
385,
1470,
2158,
1935,
91,
2159,
2160,
329,
703,
2161,
2162,
33,
2163,
2164,
2165,
1485
],
),
"align_end": SymbolsMetadata(
popularity: 6,
codepoint: 0xf797,
categories: [12],
tags: [
2166,
2167,
2168,
2150,
2169,
2170,
1430,
2154,
2155,
2171,
2156,
2172,
385,
2173,
2174,
2175,
33,
2163,
2176,
2177,
2178,
2179,
2180
],
),
"align_flex_center": SymbolsMetadata(
popularity: 12,
codepoint: 0xf796,
categories: [12],
tags: [
2149,
2150,
1466,
481,
308,
628,
2181,
2182,
1164,
2183,
1275,
370,
2156,
382,
699,
2184,
385,
1470,
1935,
2185,
329,
703,
2162,
2163,
1464
],
),
"align_flex_end": SymbolsMetadata(
popularity: 3,
codepoint: 0xf795,
categories: [12],
tags: [
1739,
2149,
2150,
1466,
2186,
308,
1438,
628,
345,
2187,
8,
2181,
2188,
2127,
2189,
1275,
370,
382,
699,
86,
2184,
385,
1470,
92,
2190,
1291,
906,
1433,
703,
823,
955,
2162,
1464,
2191
],
),
"align_flex_start": SymbolsMetadata(
popularity: 5,
codepoint: 0xf794,
categories: [12],
tags: [
2149,
2192,
2193,
2150,
1466,
2194,
481,
482,
308,
2187,
2181,
2188,
2195,
2189,
1275,
370,
2196,
86,
2184,
385,
2197,
1470,
586,
2198,
2190,
432,
703,
392,
2130,
955,
2162,
2199,
1263,
2200,
1464,
2201,
2202
],
),
"align_horizontal_center": SymbolsMetadata(
popularity: 355,
codepoint: 0xe00f,
categories: [12],
tags: [
2149,
2150,
76,
517,
308,
628,
81,
485,
2182,
1430,
2155,
370,
2156,
382,
699,
385,
1470,
92,
2159,
2198,
2190,
432,
703,
2161,
392,
955,
2162,
33,
2203
],
),
"align_horizontal_left": SymbolsMetadata(
popularity: 475,
codepoint: 0xe00d,
categories: [12],
tags: [
2149,
2204,
2205,
2150,
76,
2206,
517,
313,
1430,
2207,
2154,
2155,
370,
2171,
699,
2208,
2157,
385,
2197,
2209,
1470,
91,
92,
2159,
329,
2210,
703,
2161,
709,
2162,
33,
2211
],
rtlAutoMirrored: true,
),
"align_horizontal_right": SymbolsMetadata(
popularity: 312,
codepoint: 0xe010,
categories: [12],
tags: [
2212,
2149,
2150,
76,
517,
628,
1430,
2153,
2155,
370,
2213,
699,
2214,
385,
1470,
91,
2159,
2215,
329,
432,
906,
703,
2161,
709,
2162,
33,
2216,
338,
2180,
1485
],
rtlAutoMirrored: true,
),
"align_items_stretch": SymbolsMetadata(
popularity: 16,
codepoint: 0xf793,
categories: [12],
tags: [
2149,
2217,
2150,
1466,
482,
308,
2218,
1333,
2187,
485,
1104,
2181,
2182,
2188,
914,
2219,
2220,
2189,
370,
382,
579,
699,
2196,
86,
385,
1470,
2221,
92,
432,
2222,
703,
2161,
95,
433,
1944,
2162,
1464,
2201
],
),
"align_justify_center": SymbolsMetadata(
popularity: 6,
codepoint: 0xf792,
categories: [12],
tags: [
2149,
2150,
1466,
308,
2223,
2151,
628,
1745,
2181,
1430,
2224,
2155,
370,
2156,
2225,
2226,
699,
916,
2172,
2227,
385,
1470,
506,
1935,
70,
1586,
2159,
2190,
703,
2228,
2162,
33,
2211,
1485
],
),
"align_justify_flex_end": SymbolsMetadata(
popularity: 6,
codepoint: 0xf791,
categories: [12],
tags: [
1739,
2149,
2150,
1466,
481,
2186,
308,
628,
1236,
81,
2181,
2127,
2183,
1275,
370,
2226,
699,
68,
2184,
385,
1470,
88,
506,
1641,
70,
91,
92,
2159,
329,
432,
906,
703,
71,
709,
955,
2162,
33,
1464
],
),
"align_justify_flex_start": SymbolsMetadata(
popularity: 9,
codepoint: 0xf790,
categories: [12],
tags: [
2149,
2229,
2150,
2194,
2230,
308,
628,
2231,
2181,
1275,
370,
2232,
2156,
2172,
2184,
2233,
385,
2209,
1470,
88,
2234,
506,
2235,
2159,
2236,
2237,
1734,
703,
2130,
2162,
33,
2238,
2239,
1464,
2240
],
),
"align_justify_space_around": SymbolsMetadata(
popularity: 10,
codepoint: 0xf78f,
categories: [12],
tags: [
2149,
2150,
460,
1466,
925,
308,
933,
485,
2181,
2241,
2182,
1430,
2155,
2242,
370,
2156,
382,
699,
2157,
2184,
385,
1470,
586,
92,
2159,
2243,
1459,
703,
823,
709,
2162,
33,
1485
],
),
"align_justify_space_between": SymbolsMetadata(
popularity: 21,
codepoint: 0xf78e,
categories: [12],
tags: [
2149,
2150,
308,
2244,
2170,
2181,
2182,
1430,
2245,
680,
2246,
370,
2156,
699,
916,
2172,
2184,
385,
2247,
1470,
506,
70,
2248,
2159,
1734,
703,
71,
2249,
709,
2162,
2163,
2176,
2250,
97,
2251,
1485
],
),
"align_justify_space_even": SymbolsMetadata(
popularity: 21,
codepoint: 0xf78d,
categories: [12],
tags: [
2149,
2150,
1466,
308,
628,
2181,
1430,
2155,
2252,
2253,
2254,
370,
2156,
2255,
699,
2196,
916,
2184,
385,
1470,
91,
92,
2159,
703,
823,
709,
955,
2162,
33,
2238,
2256,
2257,
2203,
1485
],
),
"align_justify_stretch": SymbolsMetadata(
popularity: 7,
codepoint: 0xf78c,
categories: [12],
tags: [
2149,
2150,
1466,
517,
308,
933,
628,
2181,
1430,
1252,
2242,
2258,
914,
370,
2156,
1697,
382,
699,
2184,
385,
1470,
88,
506,
91,
92,
2159,
1427,
1459,
703,
823,
709,
1944,
2162,
33,
1464
],
),
"align_self_stretch": SymbolsMetadata(
popularity: 7,
codepoint: 0xf78b,
categories: [12],
tags: [
1739,
2149,
2150,
502,
144,
482,
308,
1333,
628,
377,
2181,
2259,
1164,
914,
2219,
2220,
370,
1326,
383,
2184,
385,
1470,
492,
150,
390,
2222,
703,
2161,
2260,
71,
298,
1944,
2162,
1899,
1464,
476
],
),
"align_space_around": SymbolsMetadata(
popularity: 5,
codepoint: 0xf78a,
categories: [12],
tags: [
2261,
2149,
2150,
460,
1466,
2262,
2263,
308,
628,
2182,
2264,
2188,
2242,
370,
699,
2184,
385,
87,
2221,
92,
2159,
2190,
1433,
823,
709,
2265,
33,
551,
338
],
),
"align_space_between": SymbolsMetadata(
popularity: 7,
codepoint: 0xf789,
categories: [12],
tags: [
2149,
2150,
76,
1466,
517,
2262,
2266,
485,
2182,
1430,
2155,
370,
2156,
2255,
699,
2172,
2184,
385,
2197,
1470,
2159,
329,
2190,
906,
823,
709,
33,
2176
],
),
"align_space_even": SymbolsMetadata(
popularity: 8,
codepoint: 0xf788,
categories: [12],
tags: [
1739,
2212,
2149,
2150,
76,
1466,
345,
2181,
2267,
1252,
2155,
2268,
2269,
2253,
2156,
382,
699,
2196,
2270,
2184,
385,
91,
2159,
329,
2190,
2271,
823,
709,
33,
1781
],
),
"align_start": SymbolsMetadata(
popularity: 4,
codepoint: 0xf787,
categories: [12],
tags: [
2149,
2229,
1466,
2272,
2230,
628,
81,
313,
2273,
1430,
1252,
2155,
2156,
2172,
2184,
385,
2197,
2209,
1470,
88,
2159,
329,
2274,
2161,
2130,
33,
2211,
1485
],
),
"align_stretch": SymbolsMetadata(
popularity: 6,
codepoint: 0xf786,
categories: [12],
tags: [
2149,
1466,
2263,
628,
345,
313,
2182,
1430,
2155,
1164,
2242,
914,
2275,
2156,
2276,
699,
2184,
385,
492,
1586,
2277,
2222,
391,
709,
1944,
33,
397,
2278
],
),
"align_vertical_bottom": SymbolsMetadata(
popularity: 327,
codepoint: 0xe015,
categories: [12],
tags: [
2149,
2150,
76,
1423,
2186,
2279,
2181,
1430,
2245,
2155,
147,
370,
2156,
2255,
385,
87,
1470,
1586,
2159,
329,
1427,
432,
703,
2161,
2162,
33,
2280,
97,
1464,
2203
],
),
"align_vertical_center": SymbolsMetadata(
popularity: 263,
codepoint: 0xe011,
categories: [12],
tags: [
2149,
2150,
1466,
2263,
308,
2151,
933,
628,
2181,
1430,
2155,
2258,
370,
2156,
382,
385,
1470,
1935,
2159,
329,
1459,
703,
2161,
709,
2162,
33,
338,
1464,
1485
],
),
"align_vertical_top": SymbolsMetadata(
popularity: 260,
codepoint: 0xe00c,
categories: [12],
tags: [
1739,
2149,
2150,
76,
1423,
517,
345,
485,
2181,
1430,
1252,
2155,
370,
2156,
137,
382,
385,
1470,
2221,
91,
92,
2159,
2215,
329,
1427,
432,
703,
2161,
95,
2162,
33,
97,
1263,
907,
1464
],
),
"all_inbox": SymbolsMetadata(
popularity: 823,
codepoint: 0xe97f,
categories: [7],
tags: [
2281,
2282,
2283,
1674,
482,
1192,
1197,
283,
463,
2284,
1333,
2285,
2286,
2037,
2287,
2288,
2289,
2290,
2276,
2291,
2292,
15,
2293,
2294,
2295,
583,
2296,
2297,
2298,
2299,
2300,
1690,
2301
],
),
"all_inclusive": SymbolsMetadata(
popularity: 3304,
codepoint: 0xeb3d,
categories: [6],
tags: [
480,
2282,
2302,
463,
2284,
2303,
1074,
752,
753,
2304,
2305,
2306,
2307,
2308,
2309,
2276,
319,
873,
2310,
2311,
2312,
757,
793,
2313,
2314,
2315,
2316,
2317,
31,
2301,
2318,
881,
2319,
2320
],
),
"all_match": SymbolsMetadata(
popularity: 101,
codepoint: 0xe093,
categories: [2],
tags: [
2321,
2282,
1658,
2322,
1661,
463,
2323,
43,
1542,
1664,
2307,
2324,
316,
83,
317,
1749,
2276,
2325,
52,
2326,
2327,
2328,
2329,
1166,
2330,
1666,
2331,
2332,
2333,
2334,
1737,
1126,
2335,
362,
182,
1669,
2336,
1576,
396,
1672,
2337
],
),
"all_out": SymbolsMetadata(
popularity: 435,
codepoint: 0xe90b,
categories: [6],
tags: [
480,
2282,
502,
633,
2338,
482,
193,
2339,
2340,
914,
2341,
1335,
2342,
1697,
904,
1326,
2343,
1470,
2344,
2345,
2346,
1167,
432,
391,
392,
2347,
2348,
476,
2337
],
),
"allergies": SymbolsMetadata(
popularity: 25,
codepoint: 0xe094,
categories: [3],
tags: [
1360,
2349,
2350,
2351,
2352,
2353,
2354,
1844,
2355,
2356,
2357,
697,
2358,
138,
2359,
2360,
2361,
2362,
894,
2363,
1826,
2364,
1827,
2365,
2366,
2367,
2368,
2369,
2370,
2371,
2372,
2373,
206
],
),
"allergy": SymbolsMetadata(
popularity: 42,
codepoint: 0xe64e,
categories: [3],
tags: [
1360,
2349,
2350,
2351,
2352,
2374,
691,
2375,
1365,
2376,
2377,
1762,
2356,
2378,
697,
892,
1764,
2379,
2380,
2360,
894,
1768,
2381,
1769,
2365,
2382,
2383,
2369,
2384,
2385,
2386,
2387,
206
],
),
"alt_route": SymbolsMetadata(
popularity: 1572,
codepoint: 0xf184,
categories: [5],
tags: [
2388,
1591,
2389,
2390,
502,
2391,
2392,
1743,
684,
2393,
2394,
754,
2395,
2396,
313,
2397,
2398,
1975,
1623,
324,
1085,
1534,
2399,
325,
70,
2400,
1625,
1626,
1538,
2401,
2402,
363,
2403,
1627,
2404,
31,
1980,
1629,
332,
2405,
1630
],
rtlAutoMirrored: true,
),
"alternate_email": SymbolsMetadata(
popularity: 7929,
codepoint: 0xe0e6,
categories: [7],
tags: [
2406,
1513,
2407,
1591,
2408,
2409,
573,
283,
975,
2410,
2285,
2288,
2411,
2412,
2290,
2291,
2413,
15,
2293,
583,
2296,
289,
2414,
2415,
2416,
2298,
2417,
2300,
2418,
1170,
182
],
),
"altitude": SymbolsMetadata(
popularity: 144,
codepoint: 0xf873,
categories: [3],
tags: [
2419,
1071,
77,
78,
1423,
1424,
517,
373,
81,
313,
2420,
1078,
2421,
234,
383,
235,
51,
792,
87,
226,
1086,
1597,
648,
242,
759,
2422,
2423,
1429,
1702,
1464
],
),
"ambulance": SymbolsMetadata(
popularity: 37,
codepoint: 0xf803,
categories: [14],
tags: [
864,
2424,
1658,
865,
2425,
1810,
1812,
1661,
1662,
2375,
463,
2426,
1235,
1664,
2427,
2428,
2429,
697,
2430,
892,
871,
1764,
2431,
1166,
894,
1768,
1666,
2432,
2433,
1291,
362,
2434,
2435,
1669,
900,
2436,
2437,
2438,
2336,
2050,
1836,
1576,
1672
],
),
"amend": SymbolsMetadata(
popularity: 61,
codepoint: 0xf802,
categories: [2],
tags: [
2439,
2440,
2441,
77,
502,
2442,
2443,
569,
1743,
2444,
313,
1430,
2153,
2445,
1252,
147,
2446,
488,
2447,
2197,
2448,
2449,
1641,
325,
1391,
1586,
1587,
2450,
760,
2451,
1428,
2452,
470,
33,
2164,
2453,
1518,
1485
],
),
"amp_stories": SymbolsMetadata(
popularity: 194,
codepoint: 0xea13,
categories: [12],
tags: [
2454,
2455,
2456,
517,
1197,
628,
8,
1727,
579,
1470,
88,
406,
2457,
325,
2458,
2459,
2460,
2461,
2462,
94,
2147,
243,
1712,
2463,
2464,
2465,
1464,
396
],
),
"analytics": SymbolsMetadata(
popularity: 11482,
codepoint: 0xef3e,
categories: [9],
tags: [
1422,
1071,
2466,
1423,
1424,
517,
569,
373,
1425,
81,
375,
939,
941,
1078,
234,
1081,
68,
2467,
2468,
226,
17,
1086,
648,
759,
2460,
1428,
2334,
2469,
746,
1619,
1095,
2470,
2471,
514
],
),
"anchor": SymbolsMetadata(
popularity: 1340,
codepoint: 0xf1cd,
categories: [6],
tags: [
1520,
2472,
2473,
2474,
1522,
284,
2475,
2476,
2477,
1684,
2478,
2479,
2480,
2481,
1314,
2482,
2483,
2484,
2485,
2486,
325,
2487,
1315,
179,
2488,
2489,
2423,
1036,
2490,
2491,
2492
],
),
"android": SymbolsMetadata(
popularity: 3884,
codepoint: 0xe859,
categories: [4],
tags: [
2493,
1307,
2494,
2495,
2125,
2496,
5,
1102,
1310,
1313,
288,
44,
1878,
2497,
1684,
2498,
2482,
2499,
262,
2500,
2501,
2502,
2503,
1686,
1123,
2504,
1701,
509,
1093,
525,
65,
2505
],
),
"animated_images": SymbolsMetadata(
popularity: 341,
codepoint: 0xf49a,
categories: [0],
tags: [
341,
501,
504,
40,
42,
344,
345,
1325,
44,
1252,
346,
348,
1343,
2506,
1350,
2507,
137,
138,
2508,
406,
353,
468,
354,
439,
2457,
57,
59,
62,
2509,
2510,
2511,
94,
1712,
2315,
31,
2512,
476
],
),
"animation": SymbolsMetadata(
popularity: 1101,
codepoint: 0xe71c,
categories: [1],
tags: [
749,
2513,
2514,
341,
751,
193,
1101,
2515,
752,
1274,
346,
1077,
2516,
51,
756,
2517,
2518,
353,
468,
758,
759,
2519,
2520,
2521,
94,
763,
291,
37,
2522,
2523,
766,
2524
],
),
"aod": SymbolsMetadata(
popularity: 333,
codepoint: 0xefda,
categories: [11],
tags: [
1246,
1247,
1360,
2525,
2526,
2527,
517,
2528,
570,
283,
2529,
288,
44,
8,
1110,
2530,
916,
1253,
68,
1470,
583,
262,
2531,
2532,
2533,
2534,
2535,
616,
1061,
271,
432,
2536,
410,
1701,
1260,
525,
33
],
),
"aod_tablet": SymbolsMetadata(
popularity: 145,
codepoint: 0xf89f,
categories: [11],
tags: [
1246,
1247,
2525,
2527,
501,
283,
1310,
288,
44,
8,
2537,
781,
2538,
1110,
2530,
699,
1253,
138,
1344,
1595,
262,
439,
1061,
271,
2539,
432,
410,
31,
525,
65,
2540,
1518
],
),
"aod_watch": SymbolsMetadata(
popularity: 82,
codepoint: 0xf6ac,
categories: [11],
tags: [
2541,
2526,
2527,
2542,
193,
462,
1159,
288,
44,
8,
2537,
577,
2538,
2076,
1253,
647,
616,
289,
2543,
410,
2544,
433,
65,
1171,
2545,
1172,
2546,
477,
2080,
2547,
2548,
333,
2549,
2550,
2551
],
),
"apartment": SymbolsMetadata(
popularity: 11412,
codepoint: 0xea40,
categories: [16],
tags: [
1495,
1513,
2552,
1496,
1131,
481,
929,
569,
2553,
1180,
576,
2554,
2555,
2556,
379,
1140,
1499,
2557,
1470,
323,
325,
1391,
289,
2558,
1500,
2559,
1501,
432,
1149,
1502,
1503,
1504,
888,
2560,
433,
955,
2561,
1264,
1506,
1229,
2562
],
),
"api": SymbolsMetadata(
popularity: 3033,
codepoint: 0xf1b7,
categories: [6],
tags: [
861,
2563,
501,
2564,
1308,
1676,
1102,
2218,
283,
519,
284,
81,
1313,
1104,
1386,
2565,
2566,
259,
1314,
267,
1123,
2567,
652,
509,
1093,
1297,
65,
526,
2568
],
),
"apk_document": SymbolsMetadata(
popularity: 210,
codepoint: 0xf88e,
categories: [4],
tags: [
1307,
2569,
2570,
1674,
2571,
519,
81,
44,
2572,
1430,
520,
1678,
2573,
147,
557,
2574,
68,
2575,
2576,
2502,
2577,
1586,
1587,
1122,
390,
1588,
509,
31,
1093,
1297,
65
],
),
"apk_install": SymbolsMetadata(
popularity: 246,
codepoint: 0xf88f,
categories: [4],
tags: [
1307,
2569,
1673,
501,
77,
193,
685,
81,
1430,
2578,
520,
1678,
1107,
147,
1698,
2579,
2580,
262,
2581,
2582,
2577,
1586,
1587,
2583,
1122,
2584,
1780,
2585,
509,
1093,
1691,
2586
],
),
"app_badging": SymbolsMetadata(
popularity: 64,
codepoint: 0xf72f,
categories: [2],
tags: [
1360,
2587,
2588,
2589,
281,
2590,
193,
462,
224,
1746,
138,
51,
52,
174,
583,
887,
2591,
2592,
616,
2593,
1259,
21,
2594,
2595,
2596,
328,
291,
2597,
2598,
2599,
2453,
2600,
2437
],
),
"app_blocking": SymbolsMetadata(
popularity: 359,
codepoint: 0xef3f,
categories: [11],
tags: [
1246,
1247,
2601,
1673,
2602,
2603,
2604,
501,
481,
2605,
1208,
1250,
193,
345,
2606,
288,
2607,
2608,
2609,
1300,
1213,
1110,
1253,
550,
1778,
262,
2610,
1699,
2611,
2612,
1057,
2613,
2614,
2615,
2616,
271,
2617,
1034,
2618,
432,
2368,
2536,
1036,
1067,
1226,
2619,
525
],
),
"app_registration": SymbolsMetadata(
popularity: 4382,
codepoint: 0xef40,
categories: [2],
tags: [
1673,
2620,
501,
2589,
2621,
1633,
145,
2622,
1252,
2623,
1431,
488,
68,
1328,
2624,
2625,
2626,
2627,
453,
985,
2628,
2629,
988,
2630,
2631,
2632,
2633,
2634,
2635
],
),
"apparel": SymbolsMetadata(
popularity: 450,
codepoint: 0xef7b,
categories: [8],
tags: [
2541,
2636,
2637,
2638,
2639,
2640,
2641,
2642,
2643,
2644,
2645,
2646,
2647,
2648,
1376,
2649,
2650,
2651,
920,
2652,
1393,
2653,
1394,
1395,
1396,
2162,
2654,
2655,
2656,
1263,
2657,
2658,
2659
],
),
"approval": SymbolsMetadata(
popularity: 1910,
codepoint: 0xe982,
categories: [6],
tags: [
2660,
2661,
2662,
2663,
2664,
2440,
2665,
2666,
2667,
1658,
2668,
192,
1661,
1662,
463,
2669,
2323,
2670,
1664,
1678,
147,
2671,
2672,
2673,
1166,
2674,
2675,
2676,
2677,
242,
2678,
906,
2679,
245,
1669,
2680,
2681,
2682,
1576,
1672
],
),
"approval_delegation": SymbolsMetadata(
popularity: 566,
codepoint: 0xf84a,
categories: [6],
tags: [
2683,
2665,
2684,
2666,
2667,
1658,
2685,
2686,
2687,
2688,
1661,
1662,
193,
2689,
2690,
2691,
2692,
2693,
2694,
2695,
2696,
2697,
2698,
2699,
2076,
2700,
2676,
589,
2701,
390,
2702,
2703,
1669,
526,
601,
1576
],
),
"apps": SymbolsMetadata(
popularity: 19124,
codepoint: 0xe5c3,
categories: [2],
tags: [
2704,
861,
2282,
2705,
501,
2706,
2589,
1101,
1197,
2707,
1425,
1705,
8,
1105,
2708,
2709,
2710,
382,
1140,
1611,
1344,
2711,
2712,
506,
262,
325,
2713,
70,
2714,
2715,
878,
71,
1128,
509,
2716,
1093,
2717,
141,
1348
],
),
"apps_outage": SymbolsMetadata(
popularity: 1161,
codepoint: 0xe7cc,
categories: [2],
tags: [
1360,
2282,
501,
2706,
2589,
2718,
1101,
1197,
283,
2707,
284,
254,
44,
2719,
1105,
2720,
2721,
382,
1344,
259,
2722,
2723,
267,
616,
1060,
2724,
2725,
1122,
2726,
652,
509,
2716,
1093,
65,
141,
1068,
1348,
206
],
),
"aq": SymbolsMetadata(
popularity: 38,
codepoint: 0xf55a,
categories: [10],
tags: [
837,
1874,
4,
1875,
2727,
568,
5,
570,
2728,
2729,
840,
572,
283,
1475,
2730,
2731,
2732,
2733,
12,
16,
1166,
583,
2734,
1884,
63,
2735,
2736,
2737,
594,
2738,
31,
1296,
33,
35
],
),
"aq_indoor": SymbolsMetadata(
popularity: 26,
codepoint: 0xf55b,
categories: [10],
tags: [
837,
1874,
4,
2552,
1496,
1875,
2727,
929,
5,
840,
1180,
1497,
1498,
12,
137,
1140,
1764,
2739,
1499,
138,
1882,
2740,
2741,
2742,
16,
323,
324,
325,
1391,
327,
2734,
1884,
1500,
63,
1501,
1503,
2743,
1504,
955,
31,
33,
35
],
),
"ar_on_you": SymbolsMetadata(
popularity: 185,
codepoint: 0xef7c,
categories: [0],
tags: [
500,
2542,
2744,
40,
2745,
2746,
487,
1604,
1606,
577,
2747,
2748,
2749,
1607,
83,
2750,
348,
2751,
1608,
1609,
1610,
1613,
1614,
1061,
2752,
2753,
589,
2754,
386,
1615,
2755,
2756,
2757,
2260,
2758,
1616,
1618,
1619,
2759,
1095,
601,
2760,
396,
2761,
2762,
2763,
2764
],
),
"ar_stickers": SymbolsMetadata(
popularity: 36,
codepoint: 0xe983,
categories: [0],
tags: [
745,
2765,
2766,
2767,
2542,
2768,
2769,
2744,
40,
2770,
2771,
1161,
44,
2772,
2773,
487,
1604,
1606,
577,
1607,
83,
1608,
1610,
2774,
2775,
1614,
492,
2753,
327,
2776,
2777,
2778,
1616,
1618,
2779,
2780,
1619,
396,
498,
2781,
2782
],
),
"architecture": SymbolsMetadata(
popularity: 2142,
codepoint: 0xea3b,
categories: [15],
tags: [
1496,
1592,
2783,
929,
2553,
2784,
2785,
309,
1497,
485,
2786,
378,
1498,
2787,
2788,
2789,
904,
1140,
1499,
2557,
2790,
1667,
1500,
1501,
1503,
2791,
1504,
2560,
955,
511,
2792,
1506,
2793,
2794
],
),
"archive": SymbolsMetadata(
popularity: 3620,
codepoint: 0xe149,
categories: [12],
tags: [
1674,
2795,
1675,
2796,
482,
2797,
1197,
1333,
81,
1430,
147,
2798,
1681,
2077,
2291,
1345,
2293,
2078,
2799,
586,
92,
2800,
453,
2459,
1688,
2801,
1539,
95,
1690,
1396,
31,
1093
],
),
"area_chart": SymbolsMetadata(
popularity: 1185,
codepoint: 0xe770,
categories: [9],
tags: [
1422,
1071,
1131,
2802,
2803,
2804,
569,
373,
2805,
1425,
81,
375,
2806,
942,
1078,
234,
1081,
68,
1426,
226,
17,
18,
1086,
648,
2807,
1427,
759,
2808,
1428,
2809,
746,
1095,
1429,
2810
],
),
"arming_countdown": SymbolsMetadata(
popularity: 198,
codepoint: 0xe78a,
categories: [10],
tags: [
1359,
1360,
1673,
2811,
504,
193,
1159,
2074,
2118,
1164,
137,
1140,
138,
1344,
87,
1143,
2594,
1574,
1036,
2812,
2813,
1575,
291,
2814,
31,
1093,
1171,
1172,
2815,
141,
766,
2080,
333
],
),
"arrow_and_edge": SymbolsMetadata(
popularity: 115,
codepoint: 0xf5d7,
categories: [2],
tags: [
500,
77,
502,
2816,
1132,
1133,
2817,
2818,
313,
2397,
2819,
606,
1164,
2820,
2821,
699,
51,
2197,
550,
87,
1330,
325,
1625,
328,
1167,
1148,
906,
1538,
2822,
1472,
2823,
553,
1702,
1409,
1464
],
),
"arrow_back": SymbolsMetadata(
popularity: 54703,
codepoint: 0xe5c4,
categories: [2],
tags: [
2824,
1673,
501,
77,
2443,
2825,
2826,
2827,
2707,
313,
2273,
2828,
2829,
1212,
2830,
2077,
51,
1344,
2831,
2832,
2197,
1750,
325,
2800,
1167,
2833,
2834,
1482,
2835,
1124,
2836,
2837,
410,
2838,
2839,
2840,
141,
2841,
1348,
2842,
333,
1186
],
rtlAutoMirrored: true,
),
"arrow_back_2": SymbolsMetadata(
popularity: 119,
codepoint: 0xf43a,
categories: [2],
tags: [
1673,
501,
77,
2443,
504,
2707,
519,
345,
1745,
1705,
313,
903,
2843,
2844,
1344,
259,
2197,
1314,
406,
262,
1750,
1707,
325,
2509,
328,
2833,
1124,
906,
410,
392,
2838,
509,
31,
1093,
65,
332,
1691,
141,
2841,
1348,
37,
333,
1186
],
),
"arrow_back_ios": SymbolsMetadata(
popularity: 39630,
codepoint: 0xe5e0,
categories: [2],
tags: [
2824,
1673,
501,
77,
2443,
2845,
2826,
2846,
2847,
2827,
2707,
345,
313,
2273,
2828,
2848,
2830,
2077,
1344,
2849,
2197,
262,
1624,
325,
1586,
2850,
1167,
2851,
2833,
1124,
2836,
2852,
410,
2838,
2839,
141,
2841,
1348,
333,
1186
],
rtlAutoMirrored: true,
),
"arrow_back_ios_new": SymbolsMetadata(
popularity: 11006,
codepoint: 0xe2ea,
categories: [2],
tags: [
2824,
748,
500,
1673,
501,
77,
2443,
2825,
2826,
2827,
2707,
345,
313,
2828,
1212,
2830,
2077,
1344,
2849,
2197,
2853,
262,
1750,
1624,
325,
2850,
1167,
2854,
2833,
2834,
1124,
2836,
2852,
410,
2838,
2839,
141,
2841,
1348,
333,
1186
],
rtlAutoMirrored: true,
),
"arrow_circle_down": SymbolsMetadata(
popularity: 2955,
codepoint: 0xf181,
categories: [2],
tags: [
77,
504,
193,
912,
2855,
345,
1788,
313,
2819,
520,
2856,
914,
2740,
2857,
325,
328,
1167,
330,
2858,
392,
2859
],
),
"arrow_circle_left": SymbolsMetadata(
popularity: 4199,
codepoint: 0xeaa7,
categories: [2],
tags: [
77,
2443,
504,
193,
2860,
462,
2861,
2855,
345,
313,
2856,
2862,
2830,
2077,
2863,
2197,
1624,
325,
1167,
2864,
2833,
2865,
1124,
2836,
1035,
2866,
2841,
2867
],
rtlAutoMirrored: true,
),
"arrow_circle_right": SymbolsMetadata(
popularity: 9239,
codepoint: 0xeaaa,
categories: [2],
tags: [
1673,
77,
2868,
504,
193,
2861,
902,
345,
313,
2869,
903,
381,
2843,
137,
138,
384,
2870,
1314,
1750,
325,
905,
1167,
1121,
906,
1700,
392,
31,
141,
474,
1348,
333
],
rtlAutoMirrored: true,
),
"arrow_circle_up": SymbolsMetadata(
popularity: 4343,
codepoint: 0xf182,
categories: [2],
tags: [
748,
77,
504,
193,
2861,
345,
615,
313,
2871,
2872,
903,
2873,
138,
51,
2874,
2875,
2876,
325,
91,
2877,
2878,
2879,
2880,
2300,
1528,
95,
31,
1263,
907,
1702,
98,
527
],
),
"arrow_cool_down": SymbolsMetadata(
popularity: 159,
codepoint: 0xf4b6,
categories: [15],
tags: [
77,
502,
1889,
840,
841,
2881,
844,
2882,
2883,
2394,
754,
81,
2884,
2885,
313,
2819,
2578,
2259,
11,
2886,
2887,
2888,
904,
51,
792,
87,
17,
18,
468,
325,
1167,
2889,
2890,
2891,
29,
2892,
31,
858,
2893,
1691,
36,
859,
860
],
),
"arrow_downward": SymbolsMetadata(
popularity: 11639,
codepoint: 0xe5db,
categories: [2],
tags: [
1673,
501,
77,
912,
2707,
902,
2894,
313,
2819,
520,
2895,
2896,
914,
1696,
1077,
903,
2844,
1698,
1344,
88,
506,
2897,
1750,
325,
905,
2898,
1167,
2899,
1539,
410,
2858,
2900,
2838,
95,
31,
526,
141,
1348,
333,
1186
],
),
"arrow_downward_alt": SymbolsMetadata(
popularity: 255,
codepoint: 0xe984,
categories: [2],
tags: [
77,
502,
2186,
2847,
2827,
450,
912,
628,
81,
2901,
313,
2819,
520,
2895,
2896,
914,
83,
51,
87,
506,
1750,
1624,
905,
355,
1167,
1539,
2858,
362,
2900,
95,
2902
],
),
"arrow_drop_down": SymbolsMetadata(
popularity: 33661,
codepoint: 0xe5c5,
categories: [2],
tags: [
1673,
501,
77,
2903,
2847,
2827,
912,
2707,
345,
313,
2819,
2904,
2896,
914,
2905,
2906,
83,
51,
1344,
88,
506,
237,
325,
70,
1167,
2907,
410,
362,
2908,
1339,
2838,
1956,
95,
1691,
2909,
141,
1348,
333,
1186
],
),
"arrow_drop_down_circle": SymbolsMetadata(
popularity: 2629,
codepoint: 0xe5c6,
categories: [2],
tags: [
1673,
501,
77,
504,
450,
193,
2910,
2911,
912,
2707,
345,
313,
2912,
2819,
2578,
2904,
2896,
914,
2913,
2906,
1344,
88,
506,
325,
70,
1167,
410,
362,
363,
2838,
141,
2200,
1348,
333,
1186
],
),
"arrow_drop_up": SymbolsMetadata(
popularity: 6443,
codepoint: 0xe5c7,
categories: [2],
tags: [
1673,
501,
77,
2847,
2914,
912,
2915,
2707,
345,
313,
2916,
2904,
2917,
2896,
914,
2906,
2918,
2919,
2920,
51,
1344,
2344,
2897,
325,
2921,
2899,
410,
2008,
2922,
2838,
2923,
2924,
413,
1691,
2925,
141,
2200,
1702,
98,
1348,
333,
1186
],
),
"arrow_forward": SymbolsMetadata(
popularity: 36126,
codepoint: 0xe5c8,
categories: [2],
tags: [
2926,
1673,
501,
77,
502,
504,
2707,
902,
345,
313,
1431,
914,
903,
2843,
137,
51,
1344,
1314,
406,
237,
1750,
1624,
325,
905,
2927,
2509,
1167,
1121,
759,
2928,
906,
2929,
410,
1339,
2838,
2930,
141,
1348,
333,
1186
],
rtlAutoMirrored: true,
),
"arrow_forward_ios": SymbolsMetadata(
popularity: 45940,
codepoint: 0xe5e1,
categories: [2],
tags: [
2926,
500,
1673,
501,
77,
2847,
2827,
2707,
43,
313,
914,
903,
2843,
548,
51,
1344,
2849,
1314,
88,
506,
262,
237,
1750,
1624,
325,
905,
1586,
1167,
1121,
906,
2931,
410,
2858,
2838,
2932,
1691,
141,
1348,
333,
1186
],
rtlAutoMirrored: true,
),
"arrow_insert": SymbolsMetadata(
popularity: 245,
codepoint: 0xf837,
categories: [2],
tags: [
745,
1673,
501,
2033,
77,
2707,
312,
313,
2819,
1106,
381,
51,
2933,
1111,
1327,
1344,
2197,
2326,
174,
1750,
1624,
325,
1535,
327,
328,
1167,
329,
2934,
410,
644,
2838,
1227,
2935,
141,
1348,
333,
1186
],
),
"arrow_left": SymbolsMetadata(
popularity: 3371,
codepoint: 0xe5de,
categories: [2],
tags: [
500,
1673,
501,
77,
2443,
2826,
1332,
2707,
2936,
313,
2937,
903,
2830,
51,
1344,
2197,
87,
814,
1750,
325,
905,
289,
328,
1167,
2833,
1124,
2836,
906,
410,
392,
1339,
2838,
1691,
141,
2841,
1348,
1630,
333,
1186
],
rtlAutoMirrored: true,
),
"arrow_left_alt": SymbolsMetadata(
popularity: 170,
codepoint: 0xef7d,
categories: [2],
tags: [
1591,
2938,
77,
502,
2443,
2939,
1332,
345,
313,
2273,
381,
2830,
2077,
51,
2197,
87,
2940,
325,
905,
2941,
1167,
2833,
1124,
2836,
392,
1472,
1339,
2491,
2839,
31,
2841,
2942
],
rtlAutoMirrored: true,
),
"arrow_menu_close": SymbolsMetadata(
popularity: 42,
codepoint: 0xf3d3,
categories: [2],
tags: [
748,
1673,
501,
77,
504,
2847,
2827,
1209,
912,
2707,
313,
1164,
1212,
137,
2943,
138,
467,
1344,
2197,
2944,
506,
814,
2945,
2946,
325,
2927,
289,
919,
2864,
906,
392,
2947,
1339,
2838,
1170,
31,
1691,
141,
2200,
1348,
333,
1186
],
rtlAutoMirrored: true,
),
"arrow_menu_open": SymbolsMetadata(
popularity: 48,
codepoint: 0xf3d2,
categories: [2],
tags: [
861,
1673,
501,
77,
504,
1209,
912,
2707,
345,
313,
8,
913,
914,
2943,
2920,
51,
1344,
2197,
1314,
506,
237,
2946,
325,
2927,
70,
919,
1167,
2899,
2948,
906,
2008,
1472,
2838,
2949,
141,
2950,
2951,
1348,
396,
333,
1186
],
rtlAutoMirrored: true,
),
"arrow_or_edge": SymbolsMetadata(
popularity: 53,
codepoint: 0xf5d6,
categories: [2],
tags: [
2150,
500,
77,
502,
1133,
2827,
912,
2817,
313,
2397,
2819,
606,
914,
2821,
2920,
51,
550,
87,
2944,
174,
1330,
1750,
325,
905,
2952,
1625,
328,
1167,
329,
2833,
2899,
1538,
644,
413,
1691
],
),
"arrow_outward": SymbolsMetadata(
popularity: 2747,
codepoint: 0xf8ce,
categories: [2],
tags: [
861,
1673,
501,
77,
502,
2707,
284,
2953,
2954,
313,
1212,
2955,
914,
1679,
2956,
903,
2957,
1344,
2958,
2959,
2960,
1314,
468,
1624,
325,
2961,
2962,
2927,
2963,
2964,
2965,
1167,
2966,
906,
410,
1528,
2900,
2838,
141,
1348,
2902,
333,
1186
],
rtlAutoMirrored: true,
),
"arrow_range": SymbolsMetadata(
popularity: 217,
codepoint: 0xf69b,
categories: [2],
tags: [
77,
502,
2443,
2967,
1133,
2968,
9,
2969,
2970,
2127,
2820,
2971,
2886,
2972,
699,
51,
2197,
2973,
550,
1141,
87,
226,
17,
2974,
2864,
1148,
2975,
2976,
906,
391,
2822,
2977,
2130
],
),
"arrow_right": SymbolsMetadata(
popularity: 9129,
codepoint: 0xe5df,
categories: [2],
tags: [
2926,
500,
1673,
501,
77,
504,
2847,
2827,
2707,
2978,
2979,
313,
1106,
1212,
903,
2843,
548,
51,
1344,
87,
1314,
1750,
325,
905,
1625,
328,
1167,
1121,
759,
1124,
906,
410,
1128,
2838,
1691,
141,
1348,
1630,
333,
1186
],
rtlAutoMirrored: true,
),
"arrow_right_alt": SymbolsMetadata(
popularity: 18850,
codepoint: 0xe941,
categories: [2],
tags: [
861,
2388,
77,
2980,
502,
504,
2903,
2847,
2827,
902,
145,
313,
2981,
1106,
914,
2982,
903,
381,
2843,
1524,
51,
2983,
87,
1314,
1750,
325,
905,
1167,
2864,
1121,
2984,
906,
2823,
31
],
rtlAutoMirrored: true,
),
"arrow_selector_tool": SymbolsMetadata(
popularity: 740,
codepoint: 0xf82f,
categories: [6],
tags: [
748,
1739,
500,
77,
502,
450,
1785,
345,
1788,
485,
313,
2155,
1164,
137,
2844,
2197,
87,
2985,
2986,
1750,
468,
325,
355,
2987,
328,
1167,
2864,
906,
362,
363,
2908,
392,
31,
511,
1691,
1702
],
),
"arrow_split": SymbolsMetadata(
popularity: 507,
codepoint: 0xe985,
categories: [2],
tags: [
77,
502,
2988,
2989,
684,
284,
2990,
375,
313,
2182,
2991,
2264,
2819,
1077,
2992,
903,
1080,
1029,
2457,
267,
70,
92,
1625,
2993,
1090,
906,
1538,
706,
94,
2403,
2932,
955,
1093,
1517,
1702,
1671
],
rtlAutoMirrored: true,
),
"arrow_top_left": SymbolsMetadata(
popularity: 44,
codepoint: 0xf72e,
categories: [2],
tags: [
500,
77,
502,
2443,
1332,
2817,
2953,
1695,
313,
2843,
51,
2870,
87,
814,
1750,
2940,
2875,
325,
2994,
328,
2864,
2833,
2995,
1124,
1339,
31,
2996,
900,
473,
2841,
1702,
2997
],
),
"arrow_top_right": SymbolsMetadata(
popularity: 41,
codepoint: 0xf72d,
categories: [2],
tags: [
77,
502,
1332,
2953,
313,
2981,
2340,
914,
2998,
2982,
2957,
51,
2870,
2999,
87,
1314,
468,
325,
2994,
3000,
328,
1167,
2966,
179,
1339,
1170,
31,
3001,
473,
1702
],
),
"arrow_upload_progress": SymbolsMetadata(
popularity: 116,
codepoint: 0xf3f4,
categories: [2],
tags: [
77,
1423,
193,
1676,
3002,
1310,
284,
2394,
754,
81,
615,
1430,
147,
3003,
51,
1698,
259,
87,
2944,
756,
3004,
267,
523,
2594,
759,
3005,
3006,
3007,
291,
3008,
526,
3009,
1702,
527,
3010,
3011
],
),
"arrow_upload_ready": SymbolsMetadata(
popularity: 75,
codepoint: 0xf3f5,
categories: [2],
tags: [
77,
1423,
193,
3002,
463,
2394,
754,
81,
615,
1430,
3012,
1696,
3003,
2671,
1698,
259,
87,
1750,
267,
2594,
2921,
1352,
3013,
759,
1353,
3014,
2300,
2726,
1528,
291,
526,
1691,
1702,
527,
3015,
3010,
3011
],
),
"arrow_upward": SymbolsMetadata(
popularity: 15095,
codepoint: 0xe5d8,
categories: [2],
tags: [
1631,
1673,
501,
77,
3016,
2707,
313,
3017,
914,
1696,
3018,
1326,
235,
51,
1344,
1750,
468,
1624,
325,
1167,
2271,
1124,
410,
2858,
2880,
2300,
1528,
2838,
95,
96,
3019,
3020,
1263,
141,
1702,
527,
3021,
1348,
333,
1186
],
),
"arrow_upward_alt": SymbolsMetadata(
popularity: 300,
codepoint: 0xe986,
categories: [2],
tags: [
1631,
3022,
77,
502,
313,
2420,
903,
234,
3023,
235,
51,
87,
323,
1750,
2875,
1624,
905,
328,
1167,
329,
759,
2422,
2858,
2880,
2300,
1263,
3024,
1691,
1702,
527,
3021
],
),
"arrow_warm_up": SymbolsMetadata(
popularity: 201,
codepoint: 0xf4b5,
categories: [15],
tags: [
3025,
2513,
77,
502,
78,
3026,
2394,
754,
1104,
313,
3017,
11,
2886,
2887,
903,
234,
3027,
3028,
3029,
3030,
235,
51,
3031,
2875,
325,
648,
1167,
242,
759,
3032,
2422,
2891,
29,
275,
30,
858,
3033,
1702,
98,
3021,
3034,
3035
],
),
"arrows_input": SymbolsMetadata(
popularity: 144,
codepoint: 0xf394,
categories: [2],
tags: [
77,
3036,
502,
308,
81,
615,
312,
313,
2578,
520,
3037,
1106,
3003,
1594,
3038,
3039,
68,
3040,
3041,
1111,
3042,
3043,
323,
1534,
1935,
1750,
327,
1167,
2298,
3044,
1226,
526,
1691,
527,
2337
],
),
"arrows_more_down": SymbolsMetadata(
popularity: 169,
codepoint: 0xf8ab,
categories: [10],
tags: [
3045,
500,
77,
502,
2827,
840,
912,
628,
902,
345,
145,
313,
2937,
3046,
2819,
914,
1140,
51,
1951,
88,
506,
237,
2457,
325,
1143,
905,
70,
1167,
2899,
2008,
2070,
1691,
141,
1702
],
),
"arrows_more_up": SymbolsMetadata(
popularity: 376,
codepoint: 0xf8ac,
categories: [10],
tags: [
500,
77,
502,
504,
2847,
2827,
840,
912,
3047,
345,
145,
313,
914,
2341,
2920,
1140,
51,
68,
1951,
88,
506,
237,
1750,
1624,
1143,
328,
3048,
2900,
3049,
3050,
2070,
1691,
1702
],
),
"arrows_output": SymbolsMetadata(
popularity: 161,
codepoint: 0xf393,
categories: [2],
tags: [
77,
502,
308,
345,
312,
313,
1164,
2829,
1212,
1696,
1679,
903,
2843,
137,
138,
51,
1344,
323,
1534,
1935,
1750,
468,
325,
2345,
1733,
3051,
327,
328,
1121,
906,
2300,
1528,
898,
1226,
31,
1093,
526,
141,
2337
],
),
"arrows_outward": SymbolsMetadata(
popularity: 88,
codepoint: 0xf72c,
categories: [2],
tags: [
1131,
77,
502,
633,
2339,
3052,
377,
8,
3046,
2340,
914,
1335,
3053,
1697,
1326,
2197,
2344,
2927,
2345,
2965,
1427,
2222,
906,
391,
410,
2265,
3054,
396,
1187,
2337,
3055
],
),
"art_track": SymbolsMetadata(
popularity: 410,
codepoint: 0xe060,
categories: [0],
tags: [
1342,
3056,
1592,
2135,
1268,
1197,
2141,
145,
8,
1343,
49,
68,
1376,
1345,
1470,
88,
406,
148,
1707,
57,
59,
62,
408,
432,
410,
3057,
1293,
433,
2148,
3058,
396,
2522
],
),
"article": SymbolsMetadata(
popularity: 9443,
codepoint: 0xef42,
categories: [12],
tags: [
1674,
2442,
1676,
628,
2444,
1325,
81,
1580,
1430,
1678,
2155,
147,
1681,
488,
68,
3059,
1345,
1583,
887,
1480,
289,
1586,
1587,
453,
1428,
1539,
1588,
1690,
33,
396,
1485
],
rtlAutoMirrored: true,
),
"article_person": SymbolsMetadata(
popularity: 166,
codepoint: 0xf368,
categories: [12],
tags: [
3060,
565,
2442,
3061,
566,
3062,
628,
81,
1580,
1430,
577,
225,
147,
3063,
581,
978,
979,
68,
2458,
1480,
1586,
1587,
588,
589,
920,
590,
3064,
3065,
888,
33,
601,
3066,
1485
],
),
"article_shortcut": SymbolsMetadata(
popularity: 129,
codepoint: 0xf587,
categories: [12],
tags: [
77,
2442,
3067,
1694,
628,
313,
1580,
1430,
2819,
3068,
147,
903,
68,
2999,
1470,
1314,
3069,
1583,
325,
2458,
3070,
1480,
1586,
1587,
3071,
2333,
3072,
2715,
2890,
179,
1428,
906,
1539,
1128,
3073,
433,
3074,
33,
1485
],
),
"artist": SymbolsMetadata(
popularity: 116,
codepoint: 0xe01a,
categories: [0],
tags: [
565,
1592,
2135,
3075,
2136,
3076,
3077,
1593,
2279,
485,
3078,
378,
577,
137,
581,
138,
384,
49,
406,
1707,
3079,
3080,
1480,
3081,
3082,
3083,
3084,
588,
589,
62,
1710,
590,
390,
3057,
31,
511,
601,
1409
],
),
"aspect_ratio": SymbolsMetadata(
popularity: 1764,
codepoint: 0xe85b,
categories: [1],
tags: [
1739,
3085,
633,
1814,
3086,
2394,
754,
377,
8,
1252,
2340,
914,
2220,
370,
1697,
383,
49,
385,
406,
1641,
507,
3087,
3088,
3089,
432,
2222,
391,
410,
71,
298,
433,
512,
37,
3090,
397
],
),
"assignment": SymbolsMetadata(
popularity: 7648,
codepoint: 0xe85d,
categories: [12],
tags: [
3091,
1660,
3092,
1907,
3093,
3094,
3095,
1580,
1430,
3096,
3097,
147,
488,
3098,
3099,
88,
2078,
1583,
1480,
92,
1586,
1587,
1667,
1516,
1428,
2743,
1588,
3100,
1517,
33,
3101,
1518,
1485
],
rtlAutoMirrored: true,
),
"assignment_add": SymbolsMetadata(
popularity: 291,
codepoint: 0xf848,
categories: [12],
tags: [
231,
745,
3102,
3103,
1511,
2440,
1660,
3092,
3093,
2444,
1325,
1580,
1430,
3097,
1431,
3104,
147,
488,
1350,
3098,
86,
3105,
88,
887,
1480,
1587,
1667,
239,
1516,
3106,
1428,
2743,
1588,
31,
1517,
33,
1485
],
),
"assignment_ind": SymbolsMetadata(
popularity: 3170,
codepoint: 0xe85e,
categories: [12],
tags: [
565,
2665,
1660,
281,
930,
3093,
81,
145,
1580,
1430,
2623,
577,
147,
488,
137,
138,
3107,
2004,
3108,
979,
68,
1030,
1587,
588,
589,
590,
453,
985,
392,
1588,
31,
907,
601
],
),
"assignment_late": SymbolsMetadata(
popularity: 1174,
codepoint: 0xe85f,
categories: [12],
tags: [
3109,
1360,
1660,
3110,
1361,
2073,
691,
3093,
1159,
1365,
2075,
2118,
1580,
1430,
3111,
3097,
2720,
1366,
3098,
1367,
3112,
3113,
1166,
616,
3114,
1587,
2594,
1370,
1168,
2743,
31,
1517,
1318,
1171,
3115,
2437,
206
],
),
"assignment_return": SymbolsMetadata(
popularity: 1021,
codepoint: 0xe860,
categories: [12],
tags: [
2666,
77,
1660,
2443,
3092,
1662,
3093,
1663,
3116,
81,
3117,
1580,
1430,
3118,
1664,
1252,
3119,
147,
3120,
3121,
2197,
88,
1391,
1587,
3122,
1428,
3123,
3124,
1124,
2452,
2743,
3125,
2930,
245,
1517,
1669,
1518
],
rtlAutoMirrored: true,
),
"assignment_returned": SymbolsMetadata(
popularity: 493,
codepoint: 0xe861,
categories: [12],
tags: [
77,
1660,
3126,
569,
3127,
3093,
463,
2444,
1580,
1430,
2819,
680,
3097,
3128,
147,
488,
3129,
788,
1583,
1480,
1391,
1586,
1587,
2626,
1428,
3130,
3131,
2743,
1588,
3100,
33,
1518,
1485
],
),
"assignment_turned_in": SymbolsMetadata(
popularity: 3131,
codepoint: 0xe862,
categories: [12],
tags: [
2661,
1658,
2685,
1660,
482,
1661,
3092,
1662,
3093,
463,
1663,
1580,
1430,
2622,
1664,
147,
2671,
3039,
87,
1470,
1166,
1666,
1587,
759,
1516,
432,
1428,
362,
433,
3100,
1517,
1669,
3132,
473,
3133,
2336,
2682,
1576,
1518,
1672
],
),
"assist_walker": SymbolsMetadata(
popularity: 339,
codepoint: 0xf8d5,
categories: [5],
tags: [
862,
863,
864,
3134,
865,
3135,
3136,
690,
3137,
867,
3138,
225,
870,
892,
871,
581,
3139,
3140,
894,
875,
468,
3141,
289,
589,
3142,
3143,
3144,
3145,
888,
3146,
880,
3147,
3148,
3149,
3150
],
rtlAutoMirrored: true,
),
"assistant_device": SymbolsMetadata(
popularity: 27,
codepoint: 0xe987,
categories: [11],
tags: [
3151,
2493,
1859,
2495,
1267,
1268,
2125,
193,
283,
254,
288,
1746,
2537,
1878,
2497,
2538,
1684,
1110,
1140,
3152,
1499,
3153,
1612,
259,
647,
1143,
267,
392,
1292,
1897,
1898,
3154,
1293,
1294,
31,
65,
3155,
278
],
),
"assistant_direction": SymbolsMetadata(
popularity: 1656,
codepoint: 0xe988,
categories: [2],
tags: [
3156,
3157,
77,
1267,
312,
313,
321,
2821,
3158,
1623,
3159,
3160,
323,
324,
1534,
1624,
325,
3161,
1625,
326,
327,
1167,
906,
1626,
1538,
898,
3162,
1226,
1627,
3163,
3164,
332,
473,
3165,
3166
],
rtlAutoMirrored: true,
),
"assistant_navigation": SymbolsMetadata(
popularity: 2657,
codepoint: 0xe989,
categories: [2],
tags: [
2493,
77,
2495,
1267,
3167,
3168,
312,
313,
3169,
1542,
316,
317,
3170,
2821,
871,
1281,
1623,
2326,
323,
324,
1534,
174,
325,
1625,
326,
1535,
327,
1167,
1538,
1226,
2823,
880,
332,
1702,
3171
],
),
"assistant_on_hub": SymbolsMetadata(
popularity: 77,
codepoint: 0xf6c1,
categories: [10],
tags: [
3151,
861,
749,
2493,
2495,
1267,
3172,
2125,
1074,
284,
345,
1705,
288,
2609,
44,
8,
2537,
1055,
1684,
1110,
1140,
3173,
1499,
3153,
259,
1314,
3174,
1029,
630,
1143,
267,
3175,
523,
3176,
410,
1292,
3177,
1898,
65,
278
],
),
"assured_workload": SymbolsMetadata(
popularity: 2358,
codepoint: 0xeb6f,
categories: [13],
tags: [
565,
2513,
2685,
1660,
3178,
3179,
3180,
1758,
925,
926,
928,
929,
930,
931,
3181,
1661,
3182,
932,
934,
3183,
1761,
2689,
936,
937,
938,
3096,
940,
941,
944,
3184,
3185,
3186,
1515,
948,
523,
1119,
950,
951,
3187,
1574,
3188,
3189,
3190,
705,
1774,
3191,
1036,
3192,
1575,
1517,
1669,
3193,
2682,
1576,
1518,
3194
],
),
"asterisk": SymbolsMetadata(
popularity: 142,
codepoint: 0xf525,
categories: [12],
tags: [
480,
1474,
839,
5,
572,
3195,
3196,
3197,
12,
3198,
381,
1367,
1470,
3199,
1166,
793,
3200,
1480,
820,
851,
3201,
3202,
179,
3203,
3204,
392,
854,
3205,
857,
31,
33,
35,
3206
],
),
"atm": SymbolsMetadata(
popularity: 523,
codepoint: 0xe573,
categories: [9],
tags: [
4,
3207,
3208,
3209,
927,
928,
929,
930,
1648,
931,
3210,
5,
932,
934,
936,
937,
3211,
938,
941,
942,
3212,
12,
3213,
16,
323,
1730,
324,
948,
3214,
325,
22,
523,
950,
951,
1392,
2046,
432,
410,
652,
1395,
3215,
955,
31,
3216,
33,
956,
35,
3217
],
),
"atr": SymbolsMetadata(
popularity: 1070,
codepoint: 0xebc7,
categories: [9],
tags: [
2149,
2205,
3218,
3219,
2168,
3220,
3221,
3222,
1101,
571,
1430,
2207,
1746,
1105,
2155,
2156,
579,
699,
2196,
3223,
2233,
385,
3224,
3225,
3226,
2174,
823,
597,
33,
2163,
2176,
2256,
3227,
338,
2203,
1518
],
),
"attach_email": SymbolsMetadata(
popularity: 1140,
codepoint: 0xea5e,
categories: [7],
tags: [
745,
3228,
3229,
1323,
3230,
3231,
2472,
1523,
283,
1578,
3232,
3233,
1073,
2285,
1430,
2288,
3234,
147,
3235,
3236,
15,
16,
1314,
3237,
2293,
583,
1391,
1587,
3238,
3239,
2300,
1154
],
),
"attach_file": SymbolsMetadata(
popularity: 7896,
codepoint: 0xe226,
categories: [12],
tags: [
745,
1321,
1323,
2472,
3240,
1522,
450,
1523,
283,
1073,
2285,
81,
1430,
2288,
3241,
147,
1111,
1327,
1314,
2293,
406,
583,
1391,
1587,
3239,
453,
1428,
1774,
362,
2300,
1528,
527
],
),
"attach_file_add": SymbolsMetadata(
popularity: 71,
codepoint: 0xf841,
categories: [12],
tags: [
231,
745,
3228,
3242,
3229,
1519,
1323,
3243,
3244,
3245,
2472,
1523,
1073,
1325,
3246,
147,
1328,
1314,
3247,
3237,
2293,
406,
887,
3248,
3249,
3250,
3239,
239,
3251,
2300,
1528,
527,
3252,
3253,
3254,
3255,
3256
],
),
"attach_file_off": SymbolsMetadata(
popularity: 17,
codepoint: 0xf4d9,
categories: [12],
tags: [
745,
1323,
3257,
2472,
3258,
481,
3259,
3260,
3261,
1523,
3262,
1300,
868,
3263,
2719,
3264,
3265,
1055,
147,
3266,
3267,
3268,
1314,
3269,
3270,
2293,
406,
3271,
3272,
1059,
1060,
1061,
3239,
2618,
3273,
1067,
3274,
3275
],
),
"attach_money": SymbolsMetadata(
popularity: 14603,
codepoint: 0xe227,
categories: [9],
tags: [
3276,
223,
1323,
927,
928,
569,
1647,
930,
931,
193,
932,
934,
1073,
1417,
936,
937,
3277,
938,
964,
3278,
941,
942,
967,
968,
946,
1314,
3279,
948,
1061,
523,
950,
951,
1421,
3280,
1654,
970,
3281,
1395,
31,
956,
36,
958
],
),
"attachment": SymbolsMetadata(
popularity: 3144,
codepoint: 0xe2bc,
categories: [12],
tags: [
3229,
1323,
2472,
1523,
283,
1578,
1073,
3282,
1430,
2445,
3283,
2288,
147,
49,
3284,
3285,
1314,
1391,
3286,
3239,
3287,
1668,
2300,
1528,
3288,
3254,
3255
],
),
"attractions": SymbolsMetadata(
popularity: 897,
codepoint: 0xea52,
categories: [16],
tags: [
3289,
2513,
3290,
3291,
3292,
193,
312,
781,
10,
3293,
3294,
3295,
381,
1958,
3296,
1959,
1470,
1534,
3297,
327,
2558,
3298,
3299,
3300,
1540,
3301,
3302,
3303,
332,
1921,
1961,
396,
3304
],
),
"attribution": SymbolsMetadata(
popularity: 795,
codepoint: 0xefdb,
categories: [7],
tags: [
565,
3305,
3306,
3061,
690,
3307,
193,
574,
628,
3308,
3309,
3310,
936,
581,
138,
3311,
52,
2448,
16,
3312,
3313,
174,
406,
2501,
588,
2676,
589,
590,
3314,
2030,
737,
2679,
31,
33,
3315,
601,
37,
3316
],
),
"audio_description": SymbolsMetadata(
popularity: 42,
codepoint: 0xf58c,
categories: [0],
tags: [
862,
1739,
4,
1268,
3317,
3318,
517,
3319,
5,
3320,
345,
3321,
867,
2064,
216,
12,
3322,
16,
792,
1470,
406,
354,
3323,
3324,
355,
410,
3325,
71,
1293,
3326,
3327,
1294,
31,
33,
2031,
35,
37,
3328,
3329,
554,
1855
],
),
"audio_file": SymbolsMetadata(
popularity: 754,
codepoint: 0xeb82,
categories: [0],
tags: [
745,
1268,
517,
373,
345,
1325,
81,
44,
1580,
1430,
520,
2064,
147,
370,
1078,
1112,
1470,
406,
1707,
1480,
409,
390,
1293,
65,
97,
2148,
35,
527,
3330,
554,
1855,
3331
],
),
"audio_video_receiver": SymbolsMetadata(
popularity: 21,
codepoint: 0xf5d3,
categories: [11],
tags: [
2455,
3332,
1268,
3333,
461,
3334,
482,
3335,
284,
1744,
288,
3336,
1878,
3337,
46,
3338,
3339,
3340,
406,
3341,
1707,
3342,
3343,
2459,
3344,
1293,
3345,
3346,
65,
412,
3347,
2031,
37,
3348
],
),
"auto_awesome_mosaic": SymbolsMetadata(
popularity: 780,
codepoint: 0xe660,
categories: [1],
tags: [
1739,
1342,
76,
1592,
2425,
3349,
3350,
2263,
3351,
1197,
1325,
485,
8,
1252,
680,
3352,
715,
370,
1343,
382,
579,
49,
385,
3353,
2457,
92,
3354,
57,
3355,
1427,
3356,
2461,
2716,
955,
3357,
396
],
),
"auto_awesome_motion": SymbolsMetadata(
popularity: 931,
codepoint: 0xe661,
categories: [1],
tags: [
3358,
1739,
3359,
341,
2425,
3349,
2125,
3350,
3351,
1325,
1274,
1252,
680,
487,
3352,
3360,
346,
3361,
437,
1350,
3362,
49,
3030,
3363,
3364,
353,
468,
57,
1090,
63,
94,
1292,
3365,
3366,
2465,
37
],
),
"auto_delete": SymbolsMetadata(
popularity: 1159,
codepoint: 0xea4c,
categories: [6],
tags: [
1674,
2425,
3367,
3349,
2796,
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: 294,
codepoint: 0xf219,
categories: [7],
tags: [
77,
2442,
1268,
3376,
2425,
3377,
2117,
568,
570,
572,
573,
628,
345,
2118,
1430,
903,
3378,
1301,
406,
352,
583,
1223,
2119,
3379,
408,
3380,
3381,
2890,
1700,
1293,
594,
1226,
31,
33,
3382,
1691,
2935,
1298
],
),
"auto_read_play": SymbolsMetadata(
popularity: 449,
codepoint: 0xf216,
categories: [7],
tags: [
862,
1268,
3383,
2425,
3349,
568,
570,
572,
573,
3384,
345,
1470,
1301,
3385,
406,
583,
1707,
3324,
2509,
3379,
408,
3380,
3381,
1293,
3386,
594,
3387,
2130,
3382,
1691,
3388,
1298,
554,
3331
],
),
"auto_stories": SymbolsMetadata(
popularity: 5040,
codepoint: 0xe666,
categories: [1],
tags: [
1674,
2456,
2425,
3389,
3390,
3391,
3392,
1197,
628,
3097,
1727,
3393,
68,
3059,
3099,
1345,
3394,
3069,
3324,
3395,
2458,
3396,
3397,
3071,
3380,
2890,
2147,
2464,
3398,
454,
3399,
3400
],
),
"auto_towing": SymbolsMetadata(
popularity: 47,
codepoint: 0xe71e,
categories: [14],
tags: [
3401,
865,
2425,
1810,
2718,
1812,
1813,
1522,
2037,
313,
2039,
2427,
3402,
871,
2481,
3031,
3403,
1534,
885,
3404,
1687,
2433,
1626,
3405,
652,
880,
3406,
3407,
3408,
900,
1629,
332,
1835,
1836
],
),
"auto_transmission": SymbolsMetadata(
popularity: 72,
codepoint: 0xf53f,
categories: [14],
tags: [
2425,
3349,
3409,
1810,
3410,
1812,
3411,
345,
1425,
1678,
2039,
903,
1777,
3412,
3413,
51,
3414,
642,
815,
3415,
3297,
2836,
151,
3416,
3417,
31,
1093,
65,
2059,
1629,
1836
],
),
"autofps_select": SymbolsMetadata(
popularity: 155,
codepoint: 0xefdc,
categories: [1],
tags: [
3418,
1739,
4,
341,
2425,
3349,
5,
373,
519,
345,
2936,
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: 858,
codepoint: 0xf421,
categories: [12],
tags: [
480,
2493,
2495,
2425,
2125,
3420,
1101,
685,
1073,
284,
345,
3421,
375,
1105,
1077,
904,
1078,
2468,
1470,
1084,
3422,
3423,
3363,
1029,
1085,
267,
3424,
1088,
1090,
3425,
3426,
955,
1093,
65,
1671,
1154
],
),
"autopause": SymbolsMetadata(
popularity: 61,
codepoint: 0xf6b6,
categories: [0],
tags: [
460,
77,
1268,
3349,
3427,
2125,
3428,
3429,
504,
685,
345,
1745,
2394,
754,
2118,
216,
1108,
2468,
1612,
3043,
756,
352,
686,
642,
1707,
70,
1223,
408,
3430,
921,
760,
2451,
470,
71,
1292,
1293,
291,
1226,
411,
764,
2131,
413,
37
],
),
"autoplay": SymbolsMetadata(
popularity: 92,
codepoint: 0xf6b5,
categories: [0],
tags: [
3431,
460,
77,
1268,
3349,
3432,
193,
3433,
2861,
284,
752,
345,
1745,
2394,
754,
781,
1314,
3043,
756,
757,
406,
407,
439,
1707,
905,
2509,
408,
1710,
758,
760,
2451,
3434,
470,
94,
71,
1293,
454,
411,
764,
37
],
),
"autorenew": SymbolsMetadata(
popularity: 13073,
codepoint: 0xe863,
categories: [2],
tags: [
748,
460,
77,
502,
3435,
3436,
3437,
193,
462,
2861,
628,
752,
3438,
753,
81,
313,
2305,
3439,
3043,
3440,
757,
406,
325,
408,
1090,
3441,
760,
3442,
3443,
761,
2451,
3434,
3444,
3445,
3446,
470,
765,
473,
2453
],
),
"autostop": SymbolsMetadata(
popularity: 31,
codepoint: 0xf682,
categories: [0],
tags: [
748,
501,
460,
77,
1268,
3349,
3447,
504,
3448,
1103,
345,
1745,
2394,
754,
2127,
3449,
1665,
1108,
904,
3378,
3450,
3451,
3043,
756,
407,
686,
1707,
1223,
408,
409,
1122,
453,
440,
760,
2451,
470,
1293,
433,
1226,
764,
3452,
3453,
2200,
37
],
),
"av1": SymbolsMetadata(
popularity: 19,
codepoint: 0xf4b0,
categories: [0],
tags: [
72,
565,
1041,
4,
3454,
461,
566,
3455,
974,
504,
5,
193,
3456,
104,
8,
3457,
225,
12,
977,
1004,
3458,
581,
138,
16,
980,
406,
354,
3341,
267,
178,
589,
590,
3459,
985,
28,
330,
410,
986,
888,
243,
31,
33,
2031,
35,
3460,
601,
1049
],
),
"av_timer": SymbolsMetadata(
popularity: 1394,
codepoint: 0xe01b,
categories: [0],
tags: [
1360,
461,
3461,
462,
1159,
6,
2074,
2075,
2091,
10,
3462,
3463,
3464,
17,
3465,
3466,
616,
289,
648,
27,
1370,
1168,
360,
361,
275,
3467,
2814,
1171,
3468,
1172,
2815,
2148,
2080
],
),
"avc": SymbolsMetadata(
popularity: 16,
codepoint: 0xf4af,
categories: [0],
tags: [
1739,
2212,
3469,
4,
1268,
3470,
5,
3456,
345,
3471,
104,
8,
2064,
12,
1279,
3458,
16,
792,
1301,
3472,
406,
3473,
3474,
354,
3341,
1707,
1302,
409,
921,
28,
391,
410,
71,
3475,
1293,
1294,
31,
33,
413,
2031,
35,
907,
3476,
37,
554,
3477
],
),
"avg_pace": SymbolsMetadata(
popularity: 172,
codepoint: 0xf6bb,
categories: [15],
tags: [
1422,
1071,
3478,
373,
1159,
2936,
2394,
754,
81,
2884,
375,
3479,
2887,
1078,
235,
87,
3480,
17,
1086,
468,
1733,
3481,
648,
1668,
759,
359,
1428,
2334,
275,
746,
2814,
1171,
1172,
1095,
1429,
3482,
514
],
),
"avg_time": SymbolsMetadata(
popularity: 185,
codepoint: 0xf813,
categories: [15],
tags: [
1071,
2466,
3478,
3483,
1159,
2074,
81,
2091,
3479,
3484,
3485,
2887,
697,
3486,
3463,
226,
17,
1086,
630,
648,
3487,
3488,
1090,
1668,
3489,
3490,
3491,
1168,
746,
2814,
1171,
1172,
2815,
766,
3492
],
),
"award_star": SymbolsMetadata(
popularity: 482,
codepoint: 0xf612,
categories: [6],
tags: [
3,
3493,
281,
3494,
1694,
6,
3495,
3496,
3497,
3498,
3499,
3500,
3197,
379,
381,
1166,
3501,
328,
3502,
63,
203,
1289,
3503,
3504,
3505,
3506,
392,
1339,
2491,
857,
245,
1263,
3507,
3508,
3509
],
),
"azm": SymbolsMetadata(
popularity: 113,
codepoint: 0xf6ec,
categories: [15],
tags: [
749,
3510,
2513,
3511,
3512,
3513,
3514,
3515,
750,
751,
193,
284,
81,
11,
3516,
2886,
2887,
904,
3112,
51,
87,
756,
3466,
267,
3517,
758,
759,
2520,
3518,
763,
3519,
291,
3520,
766,
3521,
1155
],
),
"baby_changing_station": SymbolsMetadata(
popularity: 646,
codepoint: 0xf19b,
categories: [5],
tags: [
862,
3522,
3523,
3524,
1861,
690,
3137,
3525,
3526,
993,
997,
3527,
890,
1026,
3528,
697,
581,
3529,
3530,
1028,
3531,
323,
894,
3532,
3533,
3534,
3535,
1032,
3536,
3537,
588,
589,
876,
327,
3538,
3539,
3540,
878,
898,
3541,
31,
3542,
3543,
3544,
3545,
1023
],
),
"back_hand": SymbolsMetadata(
popularity: 2125,
codepoint: 0xe764,
categories: [8],
tags: [
3546,
3547,
2443,
3548,
3549,
3550,
2695,
667,
3551,
2696,
2698,
3552,
581,
3553,
3554,
3555,
3556,
2927,
3557,
3558,
3559,
589,
3560,
3561,
3562,
1226,
3563,
3564,
1855
],
),
"back_to_tab": SymbolsMetadata(
popularity: 42,
codepoint: 0xf72b,
categories: [2],
tags: [
77,
2443,
1332,
313,
3169,
348,
2830,
977,
2077,
51,
2197,
3565,
87,
3566,
468,
1624,
328,
1167,
2833,
3567,
3568,
1124,
2836,
1339,
3569,
2839,
473,
2841,
1702,
1187
],
),
"background_dot_large": SymbolsMetadata(
popularity: 20,
codepoint: 0xf79e,
categories: [1],
tags: [
480,
3515,
1332,
193,
462,
375,
1746,
1105,
1164,
225,
3570,
3571,
137,
3572,
382,
384,
51,
3573,
3574,
385,
174,
492,
821,
328,
330,
1035,
392,
3575,
3576,
823,
433,
31
],
),
"background_dot_small": SymbolsMetadata(
popularity: 24,
codepoint: 0xf514,
categories: [1],
tags: [
480,
1157,
3515,
1332,
193,
1746,
1105,
1164,
137,
382,
1139,
51,
385,
174,
814,
3577,
1535,
821,
328,
330,
392,
1339,
1956,
2491,
823,
1540,
433,
3049,
3578,
3579
],
),
"background_grid_small": SymbolsMetadata(
popularity: 38,
codepoint: 0xf79d,
categories: [1],
tags: [
631,
3580,
1466,
3515,
3581,
3582,
373,
3583,
485,
8,
3584,
378,
680,
904,
1078,
382,
3585,
385,
87,
1470,
17,
70,
586,
3354,
3488,
71,
3586,
823,
709,
2716,
955,
3587,
3588,
396
],
),
"background_replace": SymbolsMetadata(
popularity: 1367,
codepoint: 0xf20a,
categories: [6],
tags: [
3589,
3590,
3515,
3591,
40,
3592,
3593,
2244,
3594,
2953,
3078,
157,
3595,
83,
3596,
581,
3597,
3598,
3599,
1082,
1470,
3600,
2753,
3354,
588,
589,
3601,
3602,
3603,
3604,
3605,
3606,
3607,
3608,
3609,
3610,
3611,
3587,
601,
3612,
37,
3613,
3614,
3615,
3616,
3617
],
),
"backlight_high": SymbolsMetadata(
popularity: 24,
codepoint: 0xf7ed,
categories: [4],
tags: [
2212,
3618,
3619,
3620,
3621,
345,
288,
8,
3622,
3623,
3624,
1110,
3458,
3625,
2870,
1113,
792,
3626,
3627,
630,
328,
3628,
410,
151,
71,
3365,
857,
1598,
3629,
65,
474,
3630
],
),
"backlight_high_off": SymbolsMetadata(
popularity: 14,
codepoint: 0xf4ef,
categories: [4],
tags: [
2212,
3618,
3619,
3620,
3621,
345,
288,
3631,
868,
8,
1878,
1055,
3632,
1222,
1113,
3626,
630,
1059,
1060,
1061,
410,
71,
1067,
65,
1068,
3630,
476
],
),
"backlight_low": SymbolsMetadata(
popularity: 18,
codepoint: 0xf7ec,
categories: [4],
tags: [
2212,
3618,
3619,
3621,
345,
288,
3633,
3634,
8,
3635,
137,
3636,
138,
3637,
1113,
792,
3626,
1953,
814,
262,
3638,
410,
71,
1598,
31,
65,
141,
1348
],
),
"backpack": SymbolsMetadata(
popularity: 988,
codepoint: 0xf19c,
categories: [15],
tags: [
3639,
2443,
3640,
3641,
3390,
3642,
3643,
3644,
3645,
3646,
3647,
3097,
1777,
3648,
3649,
1623,
3650,
2043,
3651,
3652,
3653,
3654,
2743,
1690,
3655,
332,
3656,
1921,
1961
],
),
"backspace": SymbolsMetadata(
popularity: 9122,
codepoint: 0xe14a,
categories: [2],
tags: [
77,
2443,
3657,
482,
504,
1208,
5,
780,
519,
345,
2323,
1210,
1252,
680,
1431,
3371,
488,
1111,
3658,
1113,
2197,
325,
2941,
2459,
1224,
31,
33,
1691,
3659,
141,
2841,
1348
],
rtlAutoMirrored: true,
),
"backup": SymbolsMetadata(
popularity: 2102,
codepoint: 0xe864,
categories: [6],
tags: [
1674,
77,
1675,
1676,
1310,
1725,
81,
1467,
44,
1430,
520,
1678,
3660,
147,
3661,
1681,
2077,
259,
1029,
267,
1574,
1687,
3662,
1539,
1036,
2726,
1690,
765,
1093,
65,
526,
1702,
527
],
),
"backup_table": SymbolsMetadata(
popularity: 834,
codepoint: 0xef43,
categories: [6],
tags: [
1674,
1675,
1676,
933,
1725,
81,
1467,
1430,
1678,
3660,
147,
3661,
370,
382,
2077,
385,
88,
3663,
1574,
3662,
1459,
1539,
1036,
1460,
1712,
1690,
764,
765,
1473,
3664
],
),
"badge": SymbolsMetadata(
popularity: 11715,
codepoint: 0xea67,
categories: [13],
tags: [
3665,
565,
3,
2666,
566,
3493,
281,
930,
2668,
1553,
3666,
3667,
3668,
3496,
3669,
3670,
3497,
577,
3184,
3671,
581,
3107,
3672,
2004,
1166,
3673,
3674,
3675,
588,
589,
716,
3502,
590,
63,
1289,
3504,
3506,
1036,
2679,
857,
31,
3676,
601,
1576,
3677,
3509,
1518
],
),
"badge_critical_battery": SymbolsMetadata(
popularity: 351,
codepoint: 0xf147,
categories: [4],
tags: [
1360,
281,
1423,
3678,
691,
1250,
3679,
3680,
1365,
3681,
288,
3682,
811,
3683,
3684,
1110,
138,
51,
3685,
792,
1953,
3473,
262,
616,
3686,
3687,
273,
291,
31,
1093,
206,
3688
],
),
"bakery_dining": SymbolsMetadata(
popularity: 1379,
codepoint: 0xea53,
categories: [16],
tags: [
3689,
3690,
3691,
3692,
3693,
3694,
3695,
3696,
3697,
3698,
3699,
3700,
3701,
2356,
3702,
2359,
3703,
506,
3704,
3705,
3706,
1537,
3707,
3708,
3709,
3710,
1473,
3711
],
),
"balance": SymbolsMetadata(
popularity: 3189,
codepoint: 0xeaf6,
categories: [11],
tags: [
925,
3712,
3713,
3714,
935,
2990,
2242,
1796,
3715,
3716,
3717,
1634,
3718,
3719,
3720,
3721,
2448,
226,
17,
492,
3722,
3088,
391,
3723,
3724,
3725,
31,
3726,
3727,
3728,
3729,
3730,
3731
],
),
"balcony": SymbolsMetadata(
popularity: 408,
codepoint: 0xe58f,
categories: [8],
tags: [
1495,
2552,
1496,
3732,
929,
3733,
2556,
2788,
379,
1140,
2739,
1499,
2557,
3734,
3735,
1534,
3736,
2345,
3651,
3737,
3051,
327,
1500,
3738,
2559,
1501,
1502,
1503,
2791,
3739,
955,
3740,
3303,
332,
1961,
3741,
396,
1187
],
),
"ballot": SymbolsMetadata(
popularity: 1516,
codepoint: 0xe172,
categories: [12],
tags: [
2440,
3742,
482,
3743,
3092,
684,
2393,
3744,
3745,
1430,
3746,
488,
3747,
86,
3721,
2448,
88,
1587,
328,
3748,
3749,
3750,
985,
2628,
363,
3751,
433,
1619,
1517,
3752,
3753,
3754
],
),
"bar_chart": SymbolsMetadata(
popularity: 7851,
codepoint: 0xe26b,
categories: [9],
tags: [
1422,
1071,
1423,
1424,
517,
569,
373,
933,
1425,
81,
3755,
375,
941,
3756,
1078,
234,
3757,
1081,
68,
226,
1086,
648,
759,
794,
1428,
3758,
746,
3759,
1095,
2470,
3760,
514
],
),
"bar_chart_4_bars": SymbolsMetadata(
popularity: 620,
codepoint: 0xf681,
categories: [9],
tags: [
1422,
1071,
1424,
517,
569,
373,
3712,
3761,
81,
375,
941,
2886,
2887,
1078,
234,
3762,
3763,
3764,
235,
1081,
68,
226,
17,
18,
1086,
3765,
648,
759,
432,
1428,
2334,
746,
245,
1095,
1429,
1464,
514
],
),
"bar_chart_off": SymbolsMetadata(
popularity: 26,
codepoint: 0xf411,
categories: [9],
tags: [
1422,
1071,
1423,
3766,
3767,
517,
481,
1051,
2263,
569,
373,
81,
1162,
375,
868,
3768,
941,
1078,
1221,
1222,
1081,
1470,
226,
1086,
759,
432,
3356,
1428,
1067,
746,
3769,
1095,
1068,
514
],
),
"barcode": SymbolsMetadata(
popularity: 2466,
codepoint: 0xe70b,
categories: [9],
tags: [
480,
3770,
1102,
934,
81,
44,
2645,
2004,
68,
3771,
1470,
3403,
1166,
3772,
1734,
1421,
1653,
3773,
2459,
1393,
1737,
1738,
1394,
1395,
433,
1396,
3774,
31,
182,
1095,
3775,
3776
],
),
"barcode_reader": SymbolsMetadata(
popularity: 54,
codepoint: 0xf85c,
categories: [9],
tags: [
1673,
3770,
40,
42,
1102,
81,
44,
2645,
3777,
2004,
68,
3771,
1470,
1730,
262,
1421,
1653,
3773,
3778,
432,
1393,
1737,
1738,
1126,
1394,
1395,
433,
3608,
182,
65
],
),
"barcode_scanner": SymbolsMetadata(
popularity: 2967,
codepoint: 0xe70c,
categories: [9],
tags: [
3770,
40,
1416,
1102,
81,
44,
2645,
2004,
68,
3771,
87,
3779,
3780,
3354,
1421,
1653,
3773,
3781,
3380,
3778,
1393,
1737,
1738,
1394,
1395,
433,
3774,
182,
65,
3775,
3776
],
),
"barefoot": SymbolsMetadata(
popularity: 76,
codepoint: 0xf871,
categories: [3],
tags: [
3546,
808,
3782,
3550,
1877,
694,
3783,
3784,
3785,
3786,
3787,
3788,
3789,
1823,
697,
581,
3790,
2672,
3791,
3555,
3792,
468,
2363,
2364,
289,
1960,
29,
392,
888,
3793,
3794,
3795,
3796,
3797,
3798
],
),
"batch_prediction": SymbolsMetadata(
popularity: 711,
codepoint: 0xf0f5,
categories: [6],
tags: [
2493,
3799,
1422,
2495,
3208,
3800,
3801,
3802,
1197,
3803,
81,
2143,
1680,
1077,
579,
3804,
3805,
1082,
3626,
3806,
2457,
1733,
3807,
3808,
1090,
758,
1711,
2334,
1201,
2463,
1093,
554
],
),
"bath_outdoor": SymbolsMetadata(
popularity: 41,
codepoint: 0xf6fb,
categories: [15],
tags: [
3809,
3810,
3811,
3812,
3813,
568,
3814,
193,
3815,
3027,
3029,
3816,
3817,
3818,
2739,
3819,
3820,
1959,
1470,
3821,
3651,
3051,
3822,
3823,
432,
1960,
3824,
3825,
433,
3826,
3827,
1961,
3828,
3829,
3492
],
),
"bath_private": SymbolsMetadata(
popularity: 35,
codepoint: 0xf6fa,
categories: [15],
tags: [
1495,
3522,
3810,
3811,
3812,
3813,
1861,
3830,
690,
3831,
810,
1877,
3832,
3833,
3029,
3816,
3817,
3818,
2739,
581,
3529,
2740,
1959,
3821,
588,
589,
920,
3834,
1034,
1063,
3835,
3836,
3837,
1917,
1960,
1947,
3838,
3825,
3826,
3839,
3829
],
),
"bath_public_large": SymbolsMetadata(
popularity: 21,
codepoint: 0xf6f9,
categories: [15],
tags: [
861,
862,
3522,
3811,
3812,
1861,
690,
929,
3840,
2397,
890,
3833,
1797,
1799,
579,
3029,
3816,
3817,
3818,
581,
3529,
2740,
3531,
323,
1804,
324,
325,
3821,
588,
589,
327,
1392,
3841,
3842,
3843,
3540,
3844,
3825,
3826,
899,
3845,
3829,
3545
],
),
"bathroom": SymbolsMetadata(
popularity: 534,
codepoint: 0xefdd,
categories: [8],
tags: [
862,
863,
3522,
1423,
3810,
1861,
929,
2639,
3840,
2397,
3846,
890,
1799,
1140,
2739,
1499,
3529,
3531,
323,
3847,
325,
327,
3848,
3841,
3849,
3842,
3843,
3850,
1537,
3540,
1947,
3851,
3852,
3853,
899,
3854,
3855,
3856,
3857,
3858,
3859,
3845,
3829,
3860,
3545,
3861
],
),
"bathtub": SymbolsMetadata(
popularity: 1296,
codepoint: 0xea41,
categories: [8],
tags: [
3862,
1859,
3810,
3813,
1861,
3830,
3814,
810,
1877,
3863,
1164,
3864,
137,
1140,
2739,
1499,
581,
3529,
138,
1959,
289,
589,
3848,
1960,
3844,
392,
3852,
3838,
3825,
31,
3147,
332,
3839,
3858,
3829,
3492
],
),
"battery_0_bar": SymbolsMetadata(
popularity: 1161,
codepoint: 0xebdc,
categories: [4],
tags: [
1360,
1423,
3678,
1250,
3679,
3680,
288,
3682,
811,
3683,
138,
51,
3685,
792,
1953,
3473,
262,
271,
3687,
432,
291,
525,
206,
3688
],
),
"battery_1_bar": SymbolsMetadata(
popularity: 840,
codepoint: 0xebd9,
categories: [4],
tags: [
3865,
3866,
3867,
1423,
3678,
1250,
3679,
3868,
519,
288,
3869,
811,
3683,
2276,
3870,
699,
51,
3685,
792,
1953,
3473,
262,
3871,
271,
3687,
432,
291,
3872
],
),
"battery_2_bar": SymbolsMetadata(
popularity: 612,
codepoint: 0xebe0,
categories: [4],
tags: [
3873,
3874,
1423,
3678,
3875,
3876,
1250,
3679,
3877,
288,
3869,
3683,
2219,
2538,
3636,
51,
792,
1953,
3878,
3473,
262,
3686,
2539,
3687,
3879,
2459,
3880,
291,
3881,
3882
],
),
"battery_3_bar": SymbolsMetadata(
popularity: 820,
codepoint: 0xebdd,
categories: [4],
tags: [
3883,
1423,
3678,
3884,
3885,
3875,
3886,
3887,
1250,
3679,
3888,
3683,
3889,
2219,
3870,
3636,
51,
3890,
792,
3878,
3473,
1935,
262,
3686,
3687,
3891,
3892,
3879,
3893,
3894,
291,
2280
],
),
"battery_4_bar": SymbolsMetadata(
popularity: 1245,
codepoint: 0xebe2,
categories: [4],
tags: [
683,
3895,
1423,
517,
3678,
3896,
1250,
3679,
193,
288,
3683,
3897,
2225,
2276,
51,
3685,
792,
262,
3686,
271,
3687,
432,
3898,
2536,
3899,
291,
525,
2280
],
),
"battery_5_bar": SymbolsMetadata(
popularity: 1740,
codepoint: 0xebd4,
categories: [4],
tags: [
3900,
517,
3678,
1250,
3679,
3868,
288,
3682,
2537,
3683,
3897,
3901,
3902,
2276,
3870,
3903,
51,
792,
1470,
3473,
262,
3904,
3686,
3687,
3905,
432,
291,
3008,
3906,
1464
],
),
"battery_6_bar": SymbolsMetadata(
popularity: 1067,
codepoint: 0xebd2,
categories: [4],
tags: [
3907,
3895,
1423,
517,
3678,
3887,
1250,
3679,
3877,
3908,
288,
3682,
3683,
3889,
2276,
3909,
3458,
3910,
51,
792,
3473,
262,
3911,
802,
3912,
3686,
3687,
3892,
291,
3688
],
),
"battery_alert": SymbolsMetadata(
popularity: 813,
codepoint: 0xe19c,
categories: [4],
tags: [
3109,
1360,
1361,
3678,
691,
1250,
3679,
3680,
1365,
3913,
3683,
2720,
1366,
3914,
1367,
3915,
1166,
262,
616,
271,
3687,
291,
31,
3916,
1691,
206
],
),
"battery_android_0": SymbolsMetadata(
popularity: 17,
codepoint: 0xf30d,
categories: [4],
tags: [
1307,
1423,
3678,
3875,
3876,
1250,
282,
3679,
3877,
3917,
288,
2537,
811,
3683,
51,
792,
1953,
262,
271,
3687,
3918,
3879,
432,
291,
525,
65,
1464,
3688
],
),
"battery_android_1": SymbolsMetadata(
popularity: 24,
codepoint: 0xf30c,
categories: [4],
tags: [
1360,
1307,
1423,
3678,
1250,
3679,
1310,
288,
44,
8,
3682,
3683,
3870,
138,
51,
792,
3473,
262,
616,
3686,
271,
2539,
3687,
3919,
432,
2543,
291,
31,
3916,
907
],
),
"battery_android_2": SymbolsMetadata(
popularity: 18,
codepoint: 0xf30b,
categories: [4],
tags: [
1307,
3678,
3920,
1250,
3679,
3868,
288,
3682,
3921,
3922,
3683,
3909,
2538,
3910,
138,
51,
3923,
792,
3915,
262,
271,
3687,
3924,
151,
737,
291,
31,
1093,
525
],
),
"battery_android_3": SymbolsMetadata(
popularity: 18,
codepoint: 0xf30a,
categories: [4],
tags: [
1307,
1423,
3678,
1250,
3679,
288,
3682,
3683,
2219,
3870,
1110,
138,
51,
792,
1953,
3878,
262,
289,
3686,
271,
3687,
759,
2459,
3898,
2543,
291,
31,
1093,
3925,
551
],
),
"battery_android_4": SymbolsMetadata(
popularity: 35,
codepoint: 0xf309,
categories: [4],
tags: [
3926,
1307,
3678,
3927,
3875,
3928,
3887,
1250,
3679,
3877,
288,
3929,
3913,
3683,
3889,
51,
792,
3915,
262,
3930,
3686,
271,
3931,
3687,
3892,
3879,
3932,
291
],
),
"battery_android_5": SymbolsMetadata(
popularity: 36,
codepoint: 0xf308,
categories: [4],
tags: [
1307,
1423,
3678,
1250,
3679,
3908,
288,
3682,
1878,
3683,
667,
2276,
1110,
697,
51,
792,
262,
3686,
271,
242,
3687,
3918,
432,
3898,
1035,
1151,
2462,
291,
1093,
65,
1317
],
),
"battery_android_6": SymbolsMetadata(
popularity: 35,
codepoint: 0xf307,
categories: [4],
tags: [
687,
1307,
1423,
3678,
3896,
1250,
3679,
3908,
288,
8,
3683,
2219,
2276,
3870,
699,
138,
51,
792,
17,
18,
262,
289,
3686,
648,
271,
3687,
432,
3933,
291,
1093
],
),
"battery_android_alert": SymbolsMetadata(
popularity: 12,
codepoint: 0xf306,
categories: [4],
tags: [
3109,
1360,
1307,
1361,
1423,
3678,
691,
1250,
3679,
1365,
288,
3683,
2720,
1366,
138,
1367,
51,
792,
3915,
1166,
262,
616,
271,
3687,
2459,
2543,
291,
31,
206
],
),
"battery_android_bolt": SymbolsMetadata(
popularity: 33,
codepoint: 0xf305,
categories: [4],
tags: [
1307,
3678,
3934,
3896,
1250,
3679,
3868,
288,
3682,
3683,
2219,
2538,
51,
3935,
792,
3936,
1953,
3473,
262,
271,
2539,
3687,
432,
392,
1701,
291,
31,
65,
3937
],
),
"battery_android_full": SymbolsMetadata(
popularity: 47,
codepoint: 0xf304,
categories: [4],
tags: [
1307,
3678,
3896,
1250,
3679,
3908,
463,
3938,
288,
3682,
3869,
3683,
3499,
2276,
138,
51,
68,
792,
262,
616,
271,
3687,
3918,
291,
3008,
31,
1093,
525
],
),
"battery_android_plus": SymbolsMetadata(
popularity: 17,
codepoint: 0xf303,
categories: [4],
tags: [
231,
745,
1307,
1423,
3678,
282,
3679,
3868,
288,
3921,
3683,
2219,
3909,
3870,
138,
235,
51,
792,
3473,
262,
887,
239,
240,
242,
3687,
3892,
2459,
3939,
291,
31,
65
],
),
"battery_android_question": SymbolsMetadata(
popularity: 12,
codepoint: 0xf302,
categories: [4],
tags: [
3940,
1360,
1307,
865,
3678,
3885,
1250,
3679,
193,
288,
3683,
871,
51,
293,
68,
3941,
2722,
792,
87,
262,
3687,
2725,
3942,
2333,
3943,
3944,
432,
392,
433,
291,
3008,
880,
31,
3945,
206
],
),
"battery_android_share": SymbolsMetadata(
popularity: 7,
codepoint: 0xf301,
categories: [4],
tags: [
1307,
3946,
77,
502,
3678,
3947,
3948,
731,
1250,
3679,
3868,
3949,
284,
81,
288,
2181,
1746,
3683,
1696,
87,
1314,
262,
267,
1733,
328,
3687,
906,
2300,
1528,
2265,
3950,
3951,
526
],
),
"battery_android_shield": SymbolsMetadata(
popularity: 12,
codepoint: 0xf300,
categories: [4],
tags: [
1307,
3952,
3678,
3920,
3887,
1250,
1553,
3679,
3953,
288,
3929,
3683,
3889,
697,
3954,
792,
262,
3955,
271,
3687,
3892,
3879,
1034,
1063,
1573,
3956,
1574,
3189,
3957,
1774,
1036,
1575,
291,
1576
],
),
"battery_change": SymbolsMetadata(
popularity: 10,
codepoint: 0xf7eb,
categories: [4],
tags: [
1591,
3678,
1250,
1743,
3679,
753,
288,
3682,
1878,
3683,
3278,
3870,
51,
792,
3958,
3959,
3960,
3473,
262,
2539,
3687,
3961,
3606,
2536,
652,
433,
291,
3962,
3963,
2404
],
),
"battery_charging_20": SymbolsMetadata(
popularity: 438,
codepoint: 0xf0a2,
categories: [4],
tags: [
3867,
3678,
3876,
3934,
1250,
3679,
3868,
3964,
284,
288,
3682,
3965,
3921,
3683,
3889,
51,
3935,
792,
3936,
1953,
3915,
3959,
262,
271,
3966,
3687,
3879,
432,
291,
525,
3937,
3872
],
),
"battery_charging_30": SymbolsMetadata(
popularity: 291,
codepoint: 0xf0a3,
categories: [4],
tags: [
340,
3678,
3934,
1250,
3679,
3868,
3682,
3683,
2276,
51,
3935,
792,
3936,
3967,
1953,
3915,
262,
3968,
3686,
326,
3969,
3687,
3970,
291,
3971,
3972,
3937,
3973
],
),
"battery_charging_50": SymbolsMetadata(
popularity: 396,
codepoint: 0xf0a4,
categories: [4],
tags: [
3974,
3678,
3934,
1250,
3679,
3868,
288,
8,
3682,
1164,
3683,
137,
3636,
138,
51,
3935,
3685,
792,
3936,
1953,
3473,
262,
630,
616,
271,
3687,
759,
291,
31,
525,
3937,
141
],
),
"battery_charging_60": SymbolsMetadata(
popularity: 331,
codepoint: 0xf0a5,
categories: [4],
tags: [
3975,
3678,
3885,
3934,
1250,
3679,
3976,
3868,
3964,
288,
3682,
3921,
3683,
2219,
51,
3935,
3685,
792,
3936,
3967,
1953,
262,
3977,
3686,
271,
3687,
3891,
3892,
3918,
3978,
291,
525,
3937
],
),
"battery_charging_80": SymbolsMetadata(
popularity: 442,
codepoint: 0xf0a6,
categories: [4],
tags: [
3979,
3980,
3678,
3920,
3934,
1250,
3679,
3908,
3868,
3981,
284,
288,
3982,
3682,
3965,
3983,
3921,
3683,
3889,
2276,
51,
3935,
3685,
792,
3936,
756,
1953,
262,
3686,
271,
3966,
3687,
3918,
759,
291,
525,
3937
],
),
"battery_charging_90": SymbolsMetadata(
popularity: 465,
codepoint: 0xf0a7,
categories: [4],
tags: [
3907,
3895,
3678,
3885,
3934,
1250,
3679,
3976,
3984,
3877,
3868,
288,
3682,
3965,
3683,
3889,
3985,
2276,
51,
3935,
3685,
792,
3936,
1953,
262,
3986,
3686,
271,
3687,
3892,
3879,
291,
525,
3937
],
),
"battery_charging_full": SymbolsMetadata(
popularity: 2287,
codepoint: 0xe1a3,
categories: [4],
tags: [
3678,
3934,
3896,
1250,
3679,
3908,
3868,
3987,
463,
284,
288,
3682,
3921,
2537,
3683,
2276,
2538,
51,
3935,
792,
3936,
1953,
262,
3966,
3687,
3988,
3989,
432,
291,
31,
65,
3990,
3937
],
),
"battery_error": SymbolsMetadata(
popularity: 40,
codepoint: 0xf7ea,
categories: [4],
tags: [
1360,
3678,
1208,
691,
1250,
3679,
3868,
780,
1209,
1235,
1365,
3991,
3913,
3683,
2720,
1366,
1212,
1634,
2722,
3685,
792,
3915,
2723,
262,
3271,
616,
271,
239,
3687,
3879,
2725,
432,
1224,
1226,
525,
3729,
206,
3992,
3993
],
),
"battery_full": SymbolsMetadata(
popularity: 2685,
codepoint: 0xe1a4,
categories: [4],
tags: [
1423,
3678,
3885,
3876,
3886,
1250,
3679,
288,
3913,
2537,
3683,
3889,
2276,
3909,
3994,
2538,
51,
792,
3995,
262,
3686,
3687,
3996,
3879,
2459,
273,
3997,
291,
65
],
),
"battery_full_alt": SymbolsMetadata(
popularity: 1176,
codepoint: 0xf13b,
categories: [4],
tags: [
3998,
3678,
3875,
3876,
1250,
3679,
3908,
463,
3913,
3682,
2537,
3683,
2276,
3909,
3999,
4000,
2538,
51,
792,
3473,
262,
3687,
3879,
432,
273,
291,
649,
65,
1317
],
),
"battery_horiz_000": SymbolsMetadata(
popularity: 297,
codepoint: 0xf8ae,
categories: [10],
tags: [
1423,
3678,
3875,
3876,
3887,
1250,
3679,
288,
4001,
4002,
3682,
3921,
1878,
811,
3683,
3870,
1140,
699,
51,
3685,
792,
1953,
262,
1143,
289,
271,
3687,
432,
291,
525,
65,
3688
],
),
"battery_horiz_050": SymbolsMetadata(
popularity: 503,
codepoint: 0xf8af,
categories: [10],
tags: [
1423,
3678,
3875,
3876,
3887,
3896,
1250,
3679,
288,
1878,
3683,
640,
4003,
4004,
4005,
4006,
697,
1140,
699,
51,
3685,
792,
3473,
262,
1143,
3686,
3687,
432,
3898,
291,
3315
],
),
"battery_horiz_075": SymbolsMetadata(
popularity: 834,
codepoint: 0xf8b0,
categories: [10],
tags: [
4007,
4008,
3678,
3885,
3920,
3887,
1250,
3679,
3877,
3868,
288,
3929,
3682,
3921,
3683,
2276,
1140,
699,
51,
3685,
792,
262,
1143,
271,
3687,
3996,
3892,
3970,
3894,
291,
525,
4009
],
),
"battery_low": SymbolsMetadata(
popularity: 711,
codepoint: 0xf155,
categories: [4],
tags: [
1360,
1423,
3678,
3876,
4010,
1250,
3679,
3680,
4011,
288,
1878,
3922,
3683,
3870,
1140,
699,
51,
3685,
3959,
3473,
262,
630,
1143,
271,
3687,
3892,
432,
291,
525,
3315,
206,
4012
],
),
"battery_plus": SymbolsMetadata(
popularity: 30,
codepoint: 0xf7e9,
categories: [4],
tags: [
231,
745,
3678,
3679,
3868,
3682,
3683,
697,
699,
235,
51,
792,
894,
3473,
887,
3686,
239,
242,
3687,
432,
3939,
898,
433,
31,
1464
],
),
"battery_profile": SymbolsMetadata(
popularity: 192,
codepoint: 0xe206,
categories: [10],
tags: [
565,
501,
566,
3678,
1743,
3679,
193,
685,
4013,
1236,
145,
288,
3683,
225,
1777,
977,
1140,
581,
51,
293,
68,
792,
1029,
1143,
70,
589,
920,
4014,
3687,
921,
590,
1036,
652,
71,
986,
888,
291,
31,
65,
3315,
601
],
),
"battery_saver": SymbolsMetadata(
popularity: 431,
codepoint: 0xefde,
categories: [4],
tags: [
231,
745,
4015,
3678,
4016,
3885,
3875,
3920,
4017,
4018,
4019,
3679,
3868,
4020,
4021,
4022,
4023,
4024,
3959,
4025,
887,
4026,
239,
3687,
4027,
4028,
432,
4029,
3939,
71,
31
],
),
"battery_share": SymbolsMetadata(
popularity: 7,
codepoint: 0xf67e,
categories: [4],
tags: [
745,
77,
502,
3678,
2967,
1250,
3679,
3868,
283,
284,
288,
2181,
2537,
3683,
3278,
2538,
4030,
3685,
262,
2457,
4031,
271,
239,
240,
242,
3687,
2298,
432,
906,
2543,
1528,
2403,
764,
525,
526,
3375
],
),
"battery_status_good": SymbolsMetadata(
popularity: 41,
codepoint: 0xf67d,
categories: [4],
tags: [
1658,
1423,
3678,
1250,
3679,
3908,
1661,
1662,
463,
288,
1664,
3682,
1878,
3683,
2276,
3909,
2538,
4032,
697,
51,
3685,
792,
262,
1666,
3686,
271,
3687,
432,
3898,
4033,
2543,
362,
291,
525,
65,
1317,
1669,
2336,
1576,
1672
],
),
"battery_unknown": SymbolsMetadata(
popularity: 431,
codepoint: 0xe1a6,
categories: [4],
tags: [
3940,
865,
3678,
1250,
3679,
288,
3921,
1164,
3683,
137,
871,
138,
51,
293,
68,
792,
262,
289,
3687,
3942,
2333,
3944,
432,
291,
3008,
880,
31,
1093,
4034,
141,
1068,
3945,
4035
],
rtlAutoMirrored: true,
),
"battery_very_low": SymbolsMetadata(
popularity: 440,
codepoint: 0xf156,
categories: [4],
tags: [
1360,
1423,
3678,
691,
1250,
3679,
3680,
1365,
3681,
288,
3682,
811,
3683,
3684,
1110,
1140,
699,
138,
51,
3685,
792,
1953,
3473,
262,
1143,
616,
3686,
3687,
273,
291,
31,
1093,
206,
3688
],
),
"beach_access": SymbolsMetadata(
popularity: 2278,
codepoint: 0xeb3e,
categories: [16],
tags: [
861,
2513,
4036,
4037,
4038,
312,
4039,
1958,
1959,
2487,
4040,
4041,
2558,
3299,
1917,
1960,
3824,
3490,
2423,
4042,
2371,
1598,
4043,
4044,
3303,
332,
1921,
4045,
4046,
1961
],
),
"bed": SymbolsMetadata(
popularity: 3303,
codepoint: 0xefdf,
categories: [8],
tags: [
2552,
1904,
4047,
4048,
4049,
1877,
3046,
4050,
1498,
2276,
4051,
1140,
1764,
4052,
2739,
1499,
4053,
4054,
4055,
4056,
4057,
4058,
4059,
4060,
4061,
4062,
1917,
1502,
1918,
1947,
4063,
298,
1920,
1936
],
),
"bedroom_baby": SymbolsMetadata(
popularity: 568,
codepoint: 0xefe0,
categories: [8],
tags: [
3523,
3524,
1904,
4047,
3137,
993,
4064,
997,
1877,
4065,
4066,
3863,
1026,
4051,
1027,
1140,
4067,
1499,
3530,
2741,
1006,
630,
4058,
3534,
3535,
1032,
1918,
4068,
1947,
4069,
705,
1036,
1920,
1936,
3542,
1023
],
),
"bedroom_child": SymbolsMetadata(
popularity: 392,
codepoint: 0xefe1,
categories: [8],
tags: [
1495,
3524,
1904,
4047,
929,
993,
997,
4070,
4066,
3863,
4051,
1140,
2739,
1499,
3530,
2741,
1006,
1028,
4055,
4059,
3535,
4061,
1918,
1947,
298,
1920,
1936,
1956,
3542,
4071,
1023
],
),
"bedroom_parent": SymbolsMetadata(
popularity: 605,
codepoint: 0xefe2,
categories: [8],
tags: [
4072,
1904,
4047,
929,
993,
997,
3863,
3046,
1498,
1026,
2276,
4051,
1027,
1140,
2739,
1499,
1028,
4054,
4059,
1032,
4073,
4061,
4062,
1960,
1503,
1918,
1947,
4074,
1920,
1936,
955
],
),
"bedtime": SymbolsMetadata(
popularity: 2186,
codepoint: 0xef44,
categories: [3],
tags: [
4075,
4048,
4076,
4077,
4078,
780,
4079,
4080,
840,
4081,
4082,
4083,
4084,
4085,
4086,
1140,
4087,
4088,
4089,
1143,
4059,
4090,
4091,
4092,
2100,
4093,
1960,
1918,
1036,
2102,
1920,
4094,
823,
3366,
2070,
1171,
859
],
),
"bedtime_off": SymbolsMetadata(
popularity: 294,
codepoint: 0xeb76,
categories: [3],
tags: [
749,
4048,
504,
780,
840,
4095,
868,
4096,
1140,
138,
1222,
51,
4087,
642,
4089,
1143,
4059,
4090,
1059,
1060,
1063,
2100,
1918,
1036,
1304,
1067,
1920,
4094,
3366,
291,
31,
2070,
1171,
413,
859,
4097
],
),
"beenhere": SymbolsMetadata(
popularity: 1383,
codepoint: 0xe52d,
categories: [5],
tags: [
4098,
1658,
1674,
2033,
4099,
4100,
1694,
1661,
4101,
3182,
463,
2689,
312,
1664,
3498,
1532,
1543,
4102,
52,
3296,
1345,
323,
324,
1166,
174,
325,
1666,
326,
327,
328,
329,
4103,
3380,
2890,
4104,
3505,
1539,
4105,
362,
1540,
182,
1669,
3303,
332,
1921,
2336,
1576,
4106,
4107,
1672
],
),
"bento": SymbolsMetadata(
popularity: 324,
codepoint: 0xf1f4,
categories: [16],
tags: [
2706,
1466,
4108,
2263,
482,
1197,
4109,
345,
1425,
4110,
8,
2356,
382,
1079,
2711,
385,
4111,
4112,
3703,
506,
4113,
325,
2713,
70,
4114,
3354,
1537,
2461,
4115,
2716,
955,
4116,
2717,
396,
1187
],
),
"bia": SymbolsMetadata(
popularity: 30,
codepoint: 0xf6eb,
categories: [15],
tags: [
2513,
3514,
341,
4117,
690,
4118,
4119,
750,
751,
193,
4120,
1310,
81,
4121,
2886,
2887,
697,
581,
51,
756,
3004,
4122,
4123,
17,
353,
4124,
267,
758,
759,
4125,
2519,
4126,
762,
3005,
3518,
763,
291,
4127,
2453,
2523,
766
],
),
"bid_landscape": SymbolsMetadata(
popularity: 233,
codepoint: 0xe667,
categories: [9],
tags: [
1071,
1423,
517,
4128,
373,
1676,
1324,
1073,
254,
81,
1467,
375,
2143,
520,
1678,
1680,
4129,
1078,
382,
1081,
68,
4130,
4131,
1328,
1595,
1084,
226,
1330,
1086,
267,
4132,
4133,
3426,
1460,
746,
1690,
764,
765,
1473,
1095,
1702,
527
],
),
"bid_landscape_disabled": SymbolsMetadata(
popularity: 16,
codepoint: 0xef81,
categories: [9],
tags: [
745,
1342,
1071,
1423,
517,
4128,
373,
1325,
81,
2013,
375,
868,
1430,
147,
1343,
1078,
4134,
49,
1222,
1081,
1327,
1595,
226,
406,
1086,
887,
1059,
57,
62,
239,
432,
433,
746,
1095,
1068,
527
],
),
"bigtop_updates": SymbolsMetadata(
popularity: 117,
codepoint: 0xe669,
categories: [4],
tags: [
1359,
1360,
1177,
281,
1362,
4135,
4136,
4137,
4138,
283,
284,
2291,
51,
259,
2295,
583,
267,
887,
2458,
1183,
616,
4139,
1370,
762,
273,
291,
1372,
2633,
4140,
277,
278
],
),
"bike_dock": SymbolsMetadata(
popularity: 7,
codepoint: 0xf47b,
categories: [14],
tags: [
3862,
4141,
4142,
4143,
4144,
4145,
4146,
4147,
2553,
2036,
4148,
312,
2397,
4149,
317,
323,
324,
4150,
1534,
1624,
3651,
896,
326,
1392,
2046,
4151,
4152,
1528,
4153,
3541,
1629,
332,
1506
],
),
"bike_lane": SymbolsMetadata(
popularity: 28,
codepoint: 0xf47a,
categories: [14],
tags: [
2513,
1658,
4141,
4143,
4154,
1553,
1661,
463,
4148,
313,
2397,
1664,
11,
2821,
581,
4155,
1622,
4156,
1470,
324,
1534,
1166,
325,
1666,
3651,
1625,
4157,
589,
1034,
1063,
1573,
1574,
2046,
3299,
3300,
1626,
1538,
1036,
362,
1575,
898,
30,
1627,
3774,
1669,
1628,
900,
1629,
332,
1506,
601,
2336,
1836,
1576,
1672
],
rtlAutoMirrored: true,
),
"bike_scooter": SymbolsMetadata(
popularity: 265,
codepoint: 0xef45,
categories: [14],
tags: [
4158,
1810,
4141,
4143,
1812,
1813,
2553,
2036,
11,
1165,
137,
1534,
875,
3651,
289,
920,
876,
3106,
3299,
4159,
3300,
4160,
2030,
898,
1339,
3519,
31,
900,
1629,
332,
4161,
1506,
1836,
4162,
4163
],
),
"biotech": SymbolsMetadata(
popularity: 2763,
codepoint: 0xea3a,
categories: [15],
tags: [
1422,
4164,
4165,
4166,
4167,
4168,
81,
1104,
314,
4169,
4170,
4171,
2497,
4172,
892,
4173,
4174,
4175,
1768,
4176,
4177,
759,
4178,
4179,
4180,
65,
1318,
4181
],
),
"blanket": SymbolsMetadata(
popularity: 166,
codepoint: 0xe828,
categories: [8],
tags: [
4182,
4183,
4047,
4049,
841,
1877,
4184,
2141,
4185,
4186,
4187,
4188,
3863,
2646,
4189,
4190,
4191,
4192,
2144,
4193,
4194,
1143,
4195,
432,
1918,
4196,
1920,
2121,
4197,
2656,
4198,
3828,
1856,
4199
],
),
"blender": SymbolsMetadata(
popularity: 614,
codepoint: 0xefe3,
categories: [8],
tags: [
1859,
2473,
4200,
4201,
4202,
4203,
1333,
4204,
4205,
4206,
3682,
4207,
2356,
4208,
4209,
1140,
1894,
4210,
4211,
4212,
4213,
4175,
1730,
4214,
4215,
492,
4216,
4217,
4218,
4219,
4220
],
),
"blind": SymbolsMetadata(
popularity: 455,
codepoint: 0xf8d6,
categories: [3],
tags: [
480,
862,
863,
3134,
3319,
4221,
4222,
481,
690,
4223,
4224,
2141,
4225,
4226,
1161,
867,
381,
870,
871,
1140,
916,
581,
2741,
3626,
875,
4227,
2215,
1734,
589,
1034,
4228,
3608,
4229,
3330,
3148,
3149,
1187,
4230,
4231,
4232
],
),
"blinds": SymbolsMetadata(
popularity: 257,
codepoint: 0xe286,
categories: [8],
tags: [
1739,
2125,
4221,
1209,
345,
2141,
4185,
4233,
1161,
1140,
4234,
916,
1499,
2741,
4235,
1470,
1143,
2927,
919,
1034,
432,
2459,
4042,
4228,
1347,
1898,
2491,
3774,
4044,
4236,
3330,
1187,
4231
],
),
"blinds_closed": SymbolsMetadata(
popularity: 218,
codepoint: 0xec1f,
categories: [8],
tags: [
1496,
4221,
4237,
929,
4238,
2141,
4185,
4233,
4226,
3173,
916,
2741,
4235,
1143,
4239,
1734,
1034,
2459,
1503,
4240,
1774,
4042,
1347,
4241,
1898,
4229,
4044,
4230,
4231
],
),
"block": SymbolsMetadata(
popularity: 12148,
codepoint: 0xe14b,
categories: [2],
tags: [
1360,
4242,
1233,
481,
1208,
193,
1209,
345,
2953,
1300,
4243,
4244,
1431,
4245,
1212,
1213,
3451,
550,
87,
1302,
3271,
616,
1059,
358,
4246,
2100,
4247,
1224,
1065,
151,
2102,
1067,
4248,
291,
1226,
1068
],
rtlAutoMirrored: true,
),
"blood_pressure": SymbolsMetadata(
popularity: 87,
codepoint: 0xe097,
categories: [3],
tags: [
1422,
4249,
4250,
4251,
373,
2375,
4252,
81,
4253,
1762,
1078,
697,
4254,
892,
4255,
4256,
1764,
1426,
226,
17,
894,
4257,
1768,
630,
4258,
4259,
4260,
4261,
273,
4262,
4263,
3331
],
),
"bloodtype": SymbolsMetadata(
popularity: 1090,
codepoint: 0xefe4,
categories: [3],
tags: [
480,
1422,
4264,
4265,
4266,
4267,
4268,
4269,
2427,
697,
892,
1764,
138,
68,
4270,
4174,
894,
4271,
1768,
814,
4272,
4273,
242,
590,
1428,
227,
392,
31,
1318,
35,
3829
],
),
"bluetooth": SymbolsMetadata(
popularity: 2453,
codepoint: 0xe1a7,
categories: [4],
tags: [
1268,
4274,
4275,
283,
1073,
284,
254,
81,
288,
2537,
138,
87,
262,
267,
4276,
4277,
1528,
273,
411,
31,
65,
526,
278,
4278
],
),
"bluetooth_connected": SymbolsMetadata(
popularity: 684,
codepoint: 0xe1a8,
categories: [4],
tags: [
1268,
4274,
4279,
4275,
283,
4280,
1073,
1074,
4281,
284,
253,
81,
288,
1542,
4282,
2537,
3336,
1314,
4283,
262,
267,
4284,
4285,
4276,
4277,
273,
290,
411,
31,
65,
4286,
278,
4287
],
),
"bluetooth_disabled": SymbolsMetadata(
popularity: 550,
codepoint: 0xe1a9,
categories: [4],
tags: [
1268,
4274,
4275,
283,
1073,
284,
254,
1235,
81,
288,
1162,
868,
2719,
1878,
1055,
138,
87,
262,
267,
1059,
1060,
1061,
4276,
4277,
4288,
273,
1067,
411,
31,
65,
1068,
278
],
),
"bluetooth_drive": SymbolsMetadata(
popularity: 257,
codepoint: 0xefe5,
categories: [4],
tags: [
1810,
4274,
1812,
1813,
4275,
283,
519,
1073,
284,
254,
81,
288,
44,
1678,
2537,
4289,
1314,
2482,
1534,
406,
2799,
267,
4276,
4277,
4290,
1690,
411,
31,
764,
765,
65,
526,
4291,
1629,
332,
1836,
278
],
),
"bluetooth_searching": SymbolsMetadata(
popularity: 711,
codepoint: 0xe1aa,
categories: [4],
tags: [
1268,
4274,
283,
4292,
284,
254,
81,
288,
1542,
317,
904,
1470,
1314,
406,
267,
4276,
4277,
1737,
1126,
4293,
392,
273,
1293,
31,
65,
526,
1856,
278
],
),
"blur_circular": SymbolsMetadata(
popularity: 454,
codepoint: 0xe3a2,
categories: [1],
tags: [
4294,
1592,
4295,
193,
462,
485,
4296,
1105,
4297,
1252,
680,
487,
3352,
83,
1749,
4298,
4299,
137,
4300,
49,
4301,
57,
59,
3201,
4302,
682,
4197,
4303,
4304,
476
],
),
"blur_linear": SymbolsMetadata(
popularity: 262,
codepoint: 0xe3a3,
categories: [1],
tags: [
1739,
1592,
4202,
4295,
1105,
1252,
680,
2155,
487,
3352,
4305,
83,
4306,
137,
2255,
49,
87,
2944,
355,
57,
62,
151,
682,
4307,
511,
4308,
476
],
),
"blur_medium": SymbolsMetadata(
popularity: 244,
codepoint: 0xe84c,
categories: [1],
tags: [
1739,
2212,
4295,
4309,
4310,
1252,
680,
487,
3352,
83,
4311,
137,
4312,
49,
4313,
53,
3878,
353,
468,
4314,
4301,
57,
59,
62,
389,
682,
4197,
4315,
4316,
4317,
476,
4318
],
),
"blur_off": SymbolsMetadata(
popularity: 174,
codepoint: 0xe3a4,
categories: [1],
tags: [
1739,
4295,
4319,
135,
780,
639,
2606,
104,
43,
1300,
868,
8,
1105,
1252,
680,
487,
1055,
3352,
83,
1749,
49,
53,
1059,
1061,
4314,
57,
59,
62,
24,
4320,
4321,
644,
1067,
4322,
4323,
396,
476
],
),
"blur_on": SymbolsMetadata(
popularity: 1446,
codepoint: 0xe3a5,
categories: [1],
tags: [
4324,
749,
4295,
4325,
193,
4310,
868,
1105,
1252,
680,
487,
4326,
1055,
3352,
83,
1749,
4311,
2255,
4327,
4328,
1059,
1061,
355,
4301,
3354,
4329,
59,
330,
151,
1067,
4197,
4330,
2404,
413,
511,
4331,
4318
],
),
"blur_short": SymbolsMetadata(
popularity: 200,
codepoint: 0xe8cf,
categories: [1],
tags: [
4332,
4295,
4333,
4334,
4335,
4336,
1252,
680,
2155,
487,
3352,
83,
4311,
2255,
4337,
4338,
4339,
353,
468,
4301,
4340,
59,
4341,
4302,
4342,
4343,
4315,
4344,
4345,
4318
],
),
"boat_bus": SymbolsMetadata(
popularity: 14,
codepoint: 0xf36d,
categories: [14],
tags: [
4346,
4347,
1810,
2474,
4348,
2035,
1812,
1813,
2036,
313,
2397,
4349,
4350,
1623,
1825,
4351,
3403,
1534,
2483,
875,
2486,
1914,
2046,
1626,
2423,
4352,
2049,
1980,
900,
1629,
332,
1921,
1836,
4353,
4354,
4163
],
),
"boat_railway": SymbolsMetadata(
popularity: 3,
codepoint: 0xf36c,
categories: [14],
tags: [
1810,
2474,
1812,
1813,
284,
375,
313,
2397,
4349,
4355,
1623,
4356,
87,
324,
1534,
4357,
4358,
325,
2487,
1625,
2046,
4359,
4360,
4361,
1538,
4362,
2423,
2490,
4363,
3058,
4364,
4365,
526,
1980,
4366,
1629,
332,
1836,
4367
],
),
"body_fat": SymbolsMetadata(
popularity: 18,
codepoint: 0xe098,
categories: [3],
tags: [
1422,
4368,
4369,
4118,
4370,
4371,
4372,
4373,
373,
4374,
2354,
4375,
2887,
4376,
1078,
697,
4377,
4378,
4379,
4380,
226,
17,
4381,
3473,
4382,
4383,
759,
391,
1095,
3731,
3492
],
),
"body_system": SymbolsMetadata(
popularity: 27,
codepoint: 0xe099,
categories: [3],
tags: [
3546,
4165,
690,
4384,
4385,
373,
375,
3097,
225,
2887,
488,
4386,
977,
697,
581,
3099,
4387,
894,
4388,
4389,
289,
588,
589,
590,
179,
4178,
4179,
392,
955,
4390,
1093,
4391
],
),
"bolt": SymbolsMetadata(
popularity: 16127,
codepoint: 0xea0b,
categories: [2],
tags: [
1360,
3934,
3679,
1843,
1365,
3682,
3921,
3683,
1165,
4392,
137,
138,
3935,
3936,
3687,
3106,
392,
275,
4393,
3962,
31,
3937,
2437,
206,
859,
4394
],
),
"bomb": SymbolsMetadata(
popularity: 101,
codepoint: 0xf568,
categories: [3],
tags: [
1359,
1360,
4395,
4396,
4397,
4398,
4399,
4400,
4401,
4402,
4403,
4404,
3680,
4405,
1365,
4406,
4407,
4408,
2427,
2720,
4409,
4410,
4411,
2721,
4412,
2722,
4413,
4414,
2725,
4415,
4416,
1036,
4417,
4418,
4419,
2437,
4420,
206,
4421
],
),
"book": SymbolsMetadata(
popularity: 4801,
codepoint: 0xe865,
categories: [12],
tags: [
4422,
4423,
3390,
4424,
1694,
1907,
4425,
3094,
3097,
4426,
3498,
4427,
4428,
52,
3099,
4429,
1345,
3394,
4430,
4431,
3396,
4432,
3380,
2890,
4433,
4434,
4104,
3505,
1539,
2743,
4435,
4390,
182,
3400,
4436,
4437
],
),
"book_2": SymbolsMetadata(
popularity: 275,
codepoint: 0xf53e,
categories: [12],
tags: [
4422,
3390,
1694,
628,
2445,
2622,
3097,
4426,
3498,
68,
4427,
4428,
52,
4438,
4439,
1345,
4440,
3394,
3396,
3397,
1587,
3380,
2890,
4433,
2459,
179,
4104,
3505,
1539,
2743,
4441,
4390,
4442,
182,
4443
],
),
"book_3": SymbolsMetadata(
popularity: 33,
codepoint: 0xf53d,
categories: [12],
tags: [
4422,
3390,
1694,
4444,
1430,
3097,
4445,
3498,
137,
138,
68,
4427,
52,
3099,
1345,
3394,
4431,
3396,
1586,
3397,
3380,
2890,
4104,
4178,
3505,
1539,
2743,
4446,
3398,
4390,
31,
182,
3400,
4436,
554,
4447,
1485
],
),
"book_4": SymbolsMetadata(
popularity: 119,
codepoint: 0xf53c,
categories: [12],
tags: [
4422,
3390,
1694,
628,
3094,
4448,
1430,
3097,
4445,
3498,
2821,
68,
3059,
4427,
52,
4438,
3099,
1345,
3394,
4449,
1585,
4431,
1586,
3071,
3380,
2890,
453,
179,
4104,
3505,
1539,
2743,
3398,
4390,
182,
33,
3400,
4447
],
),
"book_5": SymbolsMetadata(
popularity: 183,
codepoint: 0xf53b,
categories: [12],
tags: [
4422,
1674,
2442,
3390,
1694,
3392,
4448,
1430,
2622,
3097,
4445,
3498,
147,
3059,
4427,
52,
4438,
1345,
3394,
4449,
1585,
4431,
1586,
3071,
3380,
2890,
453,
4104,
4178,
3505,
1539,
2743,
3398,
4390,
182,
3400,
4436
],
),
"book_6": SymbolsMetadata(
popularity: 24,
codepoint: 0xf3df,
categories: [12],
tags: [
4450,
4422,
3390,
1694,
4448,
1430,
3097,
4445,
3498,
2821,
68,
4427,
52,
3099,
1345,
3394,
4449,
3395,
1585,
3396,
3397,
3071,
3380,
2890,
4434,
179,
4104,
3505,
1539,
2743,
4446,
3398,
4390,
182,
3400,
4436
],
),
"book_online": SymbolsMetadata(
popularity: 1465,
codepoint: 0xf217,
categories: [11],
tags: [
1246,
1247,
861,
4451,
1673,
2072,
3390,
1924,
2035,
1250,
344,
4452,
2669,
288,
44,
4453,
1105,
4454,
2537,
781,
4455,
10,
4456,
1910,
1110,
1253,
506,
262,
1699,
4457,
4458,
523,
70,
91,
2005,
271,
1654,
432,
1928,
2536,
2008,
1701,
525,
3347,
3950,
2011,
4364,
900,
4459,
4460
],
),
"book_ribbon": SymbolsMetadata(
popularity: 128,
codepoint: 0xf3e7,
categories: [6],
tags: [
4461,
1674,
3390,
1694,
1197,
1430,
4462,
3097,
3498,
2821,
1367,
3059,
4427,
52,
3099,
3105,
1345,
3394,
1166,
4463,
4431,
1586,
3380,
2890,
179,
4104,
3505,
1539,
4464,
4465,
3398,
4390,
182,
33
],
),
"bookmark": SymbolsMetadata(
popularity: 13655,
codepoint: 0xe866,
categories: [6],
tags: [
1673,
1674,
2442,
3390,
1694,
1179,
1197,
628,
2817,
1430,
3498,
147,
2918,
2821,
4466,
52,
1345,
1166,
262,
92,
1586,
326,
3380,
2890,
4104,
3505,
1539,
2838,
182,
4467,
4468
],
),
"bookmark_add": SymbolsMetadata(
popularity: 2245,
codepoint: 0xe598,
categories: [6],
tags: [
231,
745,
1674,
1694,
504,
1197,
1430,
3498,
147,
1681,
138,
1344,
259,
1166,
1583,
1480,
92,
1586,
239,
4469,
4104,
3505,
1539,
898,
857,
31,
141,
1348,
1186
],
),
"bookmark_added": SymbolsMetadata(
popularity: 1549,
codepoint: 0xe599,
categories: [6],
tags: [
745,
4470,
1658,
1694,
1661,
463,
1430,
1664,
3498,
147,
323,
1166,
174,
4471,
4472,
325,
1666,
820,
4473,
4474,
239,
2890,
4475,
4104,
1370,
1539,
4476,
4477,
4478,
362,
392,
4479,
4480,
4481,
4482,
1669,
1691,
2336,
1576,
333,
1672
],
),
"bookmark_bag": SymbolsMetadata(
popularity: 17,
codepoint: 0xf410,
categories: [6],
tags: [
1973,
1674,
3641,
2034,
1646,
1694,
1647,
3645,
1648,
1197,
1649,
3496,
3498,
1910,
4483,
86,
4466,
52,
1345,
88,
2043,
1166,
1389,
1061,
92,
4484,
1654,
3380,
2890,
4104,
1393,
3505,
1539,
392,
1395,
4485,
1396,
4486,
31,
182,
332,
1921,
4487
],
),
"bookmark_check": SymbolsMetadata(
popularity: 99,
codepoint: 0xf457,
categories: [6],
tags: [
1674,
1694,
4488,
1661,
463,
2669,
4489,
2689,
4490,
2323,
1430,
1664,
520,
1106,
3498,
4491,
259,
52,
1345,
1166,
1666,
2674,
1586,
1587,
3380,
2890,
4469,
4104,
3505,
1539,
4464,
4492,
362,
392,
2491,
1396,
245,
182,
1669,
1576,
333,
1672
],
),
"bookmark_flag": SymbolsMetadata(
popularity: 69,
codepoint: 0xf456,
categories: [6],
tags: [
1674,
1694,
4493,
4494,
312,
1602,
3498,
3499,
4495,
4496,
379,
904,
13,
4497,
1367,
4498,
4466,
52,
3296,
1345,
2944,
88,
323,
1166,
174,
4499,
20,
647,
4500,
325,
4501,
326,
327,
4502,
3380,
2890,
4104,
1428,
3505,
1539,
4503,
4504,
392,
1339,
593,
2491,
2130,
31,
182,
334
],
),
"bookmark_heart": SymbolsMetadata(
popularity: 44,
codepoint: 0xf455,
categories: [6],
tags: [
1673,
4505,
1674,
1694,
628,
2817,
1430,
3498,
147,
3499,
379,
4506,
1367,
4498,
52,
1345,
1613,
4507,
174,
1586,
876,
3380,
2890,
4104,
3505,
1539,
392,
1339,
2491,
31,
182,
141,
333
],
),
"bookmark_manager": SymbolsMetadata(
popularity: 58,
codepoint: 0xf7b1,
categories: [6],
tags: [
1694,
4508,
4509,
1179,
1197,
1578,
1325,
81,
1580,
1430,
4510,
1678,
1252,
680,
3498,
4511,
147,
4512,
4513,
4514,
1681,
1111,
259,
1345,
4515,
325,
887,
4516,
2626,
239,
4517,
1539,
4464,
392,
4518,
1588,
4519,
4520,
4521,
857,
1690,
31,
333,
1186,
1590,
1485
],
),
"bookmark_remove": SymbolsMetadata(
popularity: 735,
codepoint: 0xe59a,
categories: [6],
tags: [
748,
1694,
504,
780,
345,
1210,
1430,
3371,
3498,
1344,
259,
52,
1166,
1255,
325,
289,
1586,
4104,
1224,
3505,
1539,
1261,
31,
182,
141,
4522,
4523,
4524,
1348,
333
],
),
"bookmark_star": SymbolsMetadata(
popularity: 79,
codepoint: 0xf454,
categories: [6],
tags: [
1674,
3494,
1694,
1179,
1197,
628,
1430,
3498,
147,
4495,
1139,
1367,
51,
1376,
4466,
52,
1345,
87,
88,
1166,
174,
325,
289,
326,
328,
795,
359,
203,
3380,
2890,
4104,
3505,
1539,
363,
392,
857,
31,
182,
413,
907,
333
],
),
"bookmarks": SymbolsMetadata(
popularity: 3389,
codepoint: 0xe98b,
categories: [6],
tags: [
1694,
4525,
1179,
1197,
1430,
3498,
4511,
147,
4495,
4497,
1367,
52,
1082,
1345,
88,
1029,
174,
2457,
325,
92,
1587,
3380,
2890,
4104,
3505,
1539,
4464,
392,
1712,
182,
2935,
333
],
),
"books_movies_and_music": SymbolsMetadata(
popularity: 70,
codepoint: 0xef82,
categories: [15],
tags: [
1674,
1592,
1268,
3390,
3391,
2138,
4526,
1197,
628,
4527,
1467,
44,
3097,
781,
4528,
1611,
4427,
3099,
1959,
1345,
4529,
406,
3341,
439,
1707,
4530,
2509,
2890,
3299,
4531,
4532,
37,
4533
],
),
"border_all": SymbolsMetadata(
popularity: 396,
codepoint: 0xe228,
categories: [12],
tags: [
2282,
1131,
76,
1132,
1133,
482,
3582,
463,
1333,
628,
81,
8,
2264,
1580,
1252,
680,
2155,
1164,
4534,
2276,
382,
385,
1470,
4112,
2457,
92,
289,
3356,
1151,
706,
1588,
1460,
2716,
1170,
955,
1473,
33,
35,
396,
1485
],
),
"border_bottom": SymbolsMetadata(
popularity: 123,
codepoint: 0xe229,
categories: [12],
tags: [
4535,
4536,
1132,
4537,
4538,
2186,
4539,
4540,
4541,
2394,
754,
4542,
1163,
1580,
1252,
680,
2155,
4543,
2156,
1634,
385,
4544,
4545,
4546,
4547,
1169,
1588,
1460,
1170,
2162,
4548,
4549,
33,
4550,
4551,
2177,
35,
4552,
1485
],
),
"border_clear": SymbolsMetadata(
popularity: 198,
codepoint: 0xe22a,
categories: [12],
tags: [
1132,
4553,
4554,
4555,
482,
1208,
780,
4556,
2394,
754,
1210,
485,
1580,
1252,
680,
2155,
1164,
3371,
2156,
348,
381,
385,
87,
4557,
492,
289,
432,
1224,
4546,
4558,
4559,
4560,
392,
1588,
1460,
433,
1170,
2162,
33,
35,
1485
],
),
"border_color": SymbolsMetadata(
popularity: 4728,
codepoint: 0xe22b,
categories: [12],
tags: [
1739,
2282,
1592,
1132,
4561,
1743,
4562,
4563,
1236,
485,
2953,
1580,
2786,
1252,
680,
2155,
370,
137,
87,
1641,
289,
4516,
2626,
2941,
432,
392,
1588,
4564,
1460,
433,
1170,
2162,
33,
511,
35,
1590,
1485
],
),
"border_horizontal": SymbolsMetadata(
popularity: 145,
codepoint: 0xe22c,
categories: [12],
tags: [
4565,
1132,
1133,
4566,
2394,
754,
4567,
4568,
2264,
1163,
1136,
1580,
4569,
1252,
680,
2155,
1164,
2156,
4570,
699,
4571,
1634,
4572,
385,
4573,
87,
4574,
289,
703,
4575,
4576,
1152,
1169,
1588,
1460,
1170,
33,
2177,
35,
4577,
1485
],
),
"border_inner": SymbolsMetadata(
popularity: 130,
codepoint: 0xe22d,
categories: [12],
tags: [
2150,
1131,
1132,
4578,
1133,
482,
3582,
933,
628,
2394,
754,
4579,
4580,
1580,
1252,
680,
2155,
348,
382,
4581,
2740,
385,
1470,
92,
2459,
1459,
1151,
706,
1588,
1460,
433,
1170,
955,
1473,
33,
35,
1485
],
),
"border_left": SymbolsMetadata(
popularity: 120,
codepoint: 0xe22e,
categories: [12],
tags: [
2205,
2150,
1132,
4582,
1133,
1438,
2394,
754,
1580,
1430,
606,
1252,
680,
2155,
2156,
382,
2821,
4583,
385,
2197,
87,
4584,
2159,
4585,
703,
1588,
1472,
2947,
1460,
1170,
955,
33,
2211,
35,
2191,
1485
],
),
"border_outer": SymbolsMetadata(
popularity: 191,
codepoint: 0xe22f,
categories: [12],
tags: [
1131,
1132,
4586,
4587,
482,
1250,
1333,
628,
2394,
754,
485,
1580,
1430,
606,
1252,
680,
2155,
1164,
1749,
370,
348,
137,
382,
385,
1470,
4588,
289,
1586,
1146,
432,
363,
392,
1588,
1460,
433,
1170,
955,
2162,
1473,
33,
35,
1485
],
),
"border_right": SymbolsMetadata(
popularity: 104,
codepoint: 0xe230,
categories: [12],
tags: [
2150,
1132,
4589,
1133,
482,
2394,
754,
485,
1580,
1430,
606,
1252,
680,
2155,
1164,
370,
348,
381,
382,
385,
87,
4584,
289,
2159,
906,
4590,
4591,
392,
1588,
1460,
433,
1170,
2199,
1473,
33,
4592,
35,
476,
1485
],
),
"border_style": SymbolsMetadata(
popularity: 209,
codepoint: 0xe231,
categories: [12],
tags: [
4593,
1132,
1133,
482,
1250,
4562,
1333,
2394,
754,
485,
1580,
1430,
755,
606,
1252,
680,
2155,
1164,
2156,
348,
137,
2255,
385,
87,
289,
2159,
392,
1588,
2491,
1460,
1170,
2162,
1473,
33,
4594,
35,
907,
2191,
3731,
1485
],
),
"border_top": SymbolsMetadata(
popularity: 120,
codepoint: 0xe232,
categories: [12],
tags: [
1631,
1132,
4595,
1133,
1250,
3938,
2394,
754,
1163,
1136,
1580,
606,
1252,
680,
2155,
1164,
2156,
348,
382,
1634,
385,
87,
4596,
289,
2159,
703,
4575,
1151,
1152,
1169,
1588,
1460,
1170,
1473,
33,
2176,
4597,
1263,
4598,
35,
4599,
1485
],
),
"border_vertical": SymbolsMetadata(
popularity: 155,
codepoint: 0xe233,
categories: [12],
tags: [
2150,
1132,
4587,
1438,
4600,
933,
2394,
754,
2264,
4601,
1580,
4602,
1252,
680,
2155,
2156,
348,
382,
385,
1470,
92,
289,
4603,
919,
1734,
703,
1151,
707,
1169,
1588,
2403,
4604,
1460,
1170,
955,
33,
1331,
35,
1464,
4605,
3330,
1485
],
),
"borg": SymbolsMetadata(
popularity: 68,
codepoint: 0xf40d,
categories: [2],
tags: [
2493,
2495,
4606,
4607,
5,
4608,
284,
4609,
4610,
4611,
4612,
3496,
1386,
4613,
4614,
2497,
4615,
138,
1314,
1730,
267,
4616,
2504,
4617,
4618,
4619,
31,
65,
4620,
4621
],
),
"bottom_app_bar": SymbolsMetadata(
popularity: 14,
codepoint: 0xe730,
categories: [2],
tags: [
861,
4622,
1673,
4623,
4624,
501,
1423,
2186,
4625,
3938,
2707,
345,
4626,
485,
1164,
4627,
2709,
137,
1344,
385,
4628,
506,
917,
262,
4629,
630,
325,
918,
919,
271,
410,
2838,
31,
525,
1781,
141,
907,
4630,
1348,
333,
1186,
1187
],
),
"bottom_drawer": SymbolsMetadata(
popularity: 42,
codepoint: 0xe72d,
categories: [2],
tags: [
1673,
501,
1423,
2186,
4631,
912,
2707,
1745,
485,
2819,
4632,
913,
914,
2696,
4633,
2920,
4634,
51,
1344,
385,
87,
88,
506,
2897,
262,
630,
70,
919,
271,
4635,
432,
2222,
2899,
410,
1169,
2838,
4636,
525,
4637,
4638,
97,
141,
1702,
1348,
333,
1186,
1187
],
),
"bottom_navigation": SymbolsMetadata(
popularity: 66,
codepoint: 0xe98c,
categories: [2],
tags: [
2150,
1673,
4623,
501,
1423,
2186,
4639,
4625,
2707,
485,
1136,
1164,
4627,
4640,
4641,
4642,
4634,
1344,
385,
917,
262,
4629,
630,
325,
918,
271,
2198,
329,
432,
2459,
1291,
410,
1151,
2838,
4643,
525,
141,
907,
1348,
4644,
333,
1186,
1187
],
),
"bottom_panel_close": SymbolsMetadata(
popularity: 47,
codepoint: 0xf72a,
categories: [2],
tags: [
748,
77,
2186,
504,
1208,
780,
1209,
912,
3938,
1333,
345,
1235,
1210,
313,
4645,
4646,
2819,
913,
1212,
381,
2920,
385,
2897,
919,
4647,
1224,
4648,
392,
1588,
2922,
4649,
907,
1187,
1671,
3992
],
),
"bottom_panel_open": SymbolsMetadata(
popularity: 55,
codepoint: 0xf729,
categories: [2],
tags: [
861,
748,
77,
2186,
912,
345,
81,
145,
313,
2819,
913,
1164,
914,
2906,
1335,
51,
68,
1344,
385,
506,
237,
325,
2927,
70,
919,
4647,
4635,
2899,
2008,
4649,
1691,
907,
1702,
1187,
1671
],
),
"bottom_right_click": SymbolsMetadata(
popularity: 31,
codepoint: 0xf684,
categories: [2],
tags: [
748,
1923,
501,
77,
502,
2186,
504,
1785,
519,
345,
2817,
1788,
288,
2953,
44,
313,
1746,
2981,
1139,
1612,
1344,
323,
2986,
325,
1167,
329,
906,
362,
363,
509,
4650,
65,
4651,
333
],
),
"bottom_sheets": SymbolsMetadata(
popularity: 34,
codepoint: 0xe98d,
categories: [2],
tags: [
4652,
1673,
501,
517,
2186,
4653,
3938,
2707,
1333,
628,
345,
81,
485,
145,
1476,
8,
1164,
4654,
699,
68,
1344,
385,
1470,
506,
262,
4655,
630,
2753,
919,
271,
1243,
432,
410,
1169,
4441,
2838,
433,
525,
141,
1348,
1464,
333,
1186,
1187
],
),
"box": SymbolsMetadata(
popularity: 167,
codepoint: 0xf5a4,
categories: [9],
tags: [
480,
1332,
809,
1132,
482,
4656,
3938,
2303,
1333,
2037,
1164,
811,
488,
348,
137,
1376,
4657,
814,
492,
289,
2577,
4658,
1352,
2297,
1653,
432,
390,
392,
4659,
4352,
1339,
433,
1690,
955,
31
],
),
"box_add": SymbolsMetadata(
popularity: 33,
codepoint: 0xf5a5,
categories: [9],
tags: [
231,
745,
232,
482,
4660,
4656,
934,
1333,
4661,
1325,
2037,
1649,
3771,
1376,
87,
3403,
1029,
887,
289,
2577,
4658,
239,
1352,
2297,
1653,
2459,
392,
4659,
4352,
1394,
433,
4662,
1690,
1396
],
),
"box_edit": SymbolsMetadata(
popularity: 24,
codepoint: 0xf5a6,
categories: [9],
tags: [
1739,
1740,
482,
1578,
685,
1333,
628,
4663,
1325,
1236,
81,
145,
1430,
4510,
1252,
680,
1431,
147,
488,
68,
1111,
1029,
1641,
92,
2577,
4516,
2626,
150,
4664,
71,
433,
511,
2453,
1590,
1485
],
),
"boy": SymbolsMetadata(
popularity: 1554,
codepoint: 0xeb67,
categories: [3],
tags: [
565,
566,
690,
4665,
974,
5,
993,
1798,
977,
581,
1804,
981,
814,
289,
588,
589,
590,
3459,
986,
888,
1339,
593,
31,
601,
4666
],
),
"brand_awareness": SymbolsMetadata(
popularity: 873,
codepoint: 0xe98e,
categories: [0],
tags: [
1360,
1422,
1071,
1177,
77,
1268,
4667,
4668,
569,
373,
345,
81,
941,
1078,
234,
235,
2467,
3480,
1182,
1086,
4258,
1707,
2458,
648,
242,
759,
3489,
2334,
2422,
1293,
1294,
746,
1095,
1429,
2031,
3021,
514,
554
],
rtlAutoMirrored: true,
),
"brand_family": SymbolsMetadata(
popularity: 78,
codepoint: 0xf4f1,
categories: [12],
tags: [
3418,
480,
4,
4669,
4668,
4670,
5,
193,
462,
4608,
574,
2303,
284,
1385,
1026,
12,
4671,
370,
137,
579,
978,
384,
16,
2482,
582,
267,
586,
289,
588,
1092,
390,
762,
392,
4672,
31,
597,
4673,
33,
35,
4674,
4620
],
),
"branding_watermark": SymbolsMetadata(
popularity: 1006,
codepoint: 0xe06b,
categories: [0],
tags: [
480,
4675,
4670,
4676,
576,
2707,
3308,
2817,
485,
2953,
1164,
3496,
370,
137,
978,
49,
4677,
1344,
385,
87,
2482,
1166,
289,
2753,
62,
432,
410,
392,
898,
1339,
2838,
433,
2679,
31,
4678,
4679,
141,
1348,
1409,
636,
333,
1186,
1187
],
rtlAutoMirrored: true,
),
"breakfast_dining": SymbolsMetadata(
popularity: 548,
codepoint: 0xea54,
categories: [16],
tags: [
3690,
3692,
3693,
3694,
4680,
3696,
193,
4205,
3698,
4681,
4682,
4683,
3700,
4684,
3701,
4685,
4686,
2356,
4687,
4212,
3703,
506,
2082,
4382,
91,
4688,
4689,
1537,
330,
3708,
4690,
4691,
4692,
4693
],
),
"breaking_news": SymbolsMetadata(
popularity: 187,
codepoint: 0xea08,
categories: [12],
tags: [
3109,
1360,
1177,
1361,
4694,
731,
691,
283,
1725,
3680,
4695,
1365,
1430,
2720,
4696,
1366,
3914,
4392,
4697,
4698,
1367,
68,
1166,
406,
583,
2458,
3070,
616,
1587,
1428,
1588,
433,
31,
33,
2453,
2437,
4699,
206
],
),
"breaking_news_alt_1": SymbolsMetadata(
popularity: 980,
codepoint: 0xf0ba,
categories: [12],
tags: [
3109,
1360,
1177,
1673,
2442,
1361,
4700,
691,
1365,
2720,
1366,
4701,
137,
4697,
138,
1367,
68,
1166,
406,
2458,
3070,
616,
1428,
392,
3398,
31,
1691,
2453,
2437,
206,
333
],
),
"breastfeeding": SymbolsMetadata(
popularity: 139,
codepoint: 0xf856,
categories: [3],
tags: [
3523,
3524,
690,
4702,
4703,
4704,
4705,
3137,
993,
997,
2375,
4706,
1026,
1727,
4707,
225,
697,
1764,
4708,
581,
3530,
1028,
4709,
4380,
4710,
4711,
894,
4712,
4713,
4714,
3532,
4715,
3534,
4716,
4717,
4382,
1032,
4718,
588,
589,
590,
888,
880,
3542,
4719,
1023
],
),
"brick": SymbolsMetadata(
popularity: 134,
codepoint: 0xf388,
categories: [3],
tags: [
481,
4720,
1374,
929,
4721,
4722,
3938,
1497,
1164,
4723,
2477,
4724,
1499,
1376,
1028,
4725,
4194,
4726,
4727,
492,
4728,
4729,
432,
1152,
2491,
433,
4730,
955,
4731,
3587,
3357,
2505,
152,
4732
],
),
"brightness_1": SymbolsMetadata(
popularity: 668,
codepoint: 0xe3a6,
categories: [1],
tags: [
72,
749,
281,
1332,
3621,
4733,
193,
463,
345,
4095,
4734,
1746,
1164,
3499,
4735,
2276,
51,
1401,
792,
4736,
174,
814,
4089,
3577,
4737,
328,
330,
410,
2702,
392,
1339,
3569,
2491,
331,
291,
4738,
2320
],
),
"brightness_2": SymbolsMetadata(
popularity: 406,
codepoint: 0xe3a7,
categories: [1],
tags: [
74,
1739,
2212,
3621,
193,
4739,
345,
4095,
4083,
3633,
8,
138,
1344,
792,
3626,
642,
4089,
4059,
410,
151,
2404,
31,
4740,
413,
907,
396,
3630,
476
],
),
"brightness_3": SymbolsMetadata(
popularity: 470,
codepoint: 0xe3a8,
categories: [1],
tags: [
75,
1739,
4075,
1875,
3621,
4077,
4741,
193,
345,
4081,
4095,
753,
4226,
3633,
8,
1844,
51,
792,
4742,
642,
4089,
4059,
4743,
4744,
410,
151,
1920,
823,
31,
3925,
551
],
),
"brightness_4": SymbolsMetadata(
popularity: 902,
codepoint: 0xe3a9,
categories: [1],
tags: [
631,
2212,
1423,
3621,
193,
4739,
345,
4095,
4745,
8,
3622,
3623,
4746,
49,
3625,
792,
3626,
4747,
4089,
1826,
4059,
355,
57,
410,
151,
3475,
1598,
3630,
859
],
),
"brightness_5": SymbolsMetadata(
popularity: 1049,
codepoint: 0xe3aa,
categories: [1],
tags: [
676,
1739,
3621,
504,
193,
345,
4095,
8,
3624,
3029,
138,
4746,
3625,
792,
3626,
4089,
355,
3201,
4748,
4749,
410,
151,
4750,
857,
2371,
1598,
141,
859
],
),
"brightness_6": SymbolsMetadata(
popularity: 1615,
codepoint: 0xe3ab,
categories: [1],
tags: [
687,
1739,
3621,
193,
4739,
345,
4095,
4083,
2126,
2884,
3633,
8,
1844,
3622,
3624,
235,
792,
3626,
4747,
630,
4089,
851,
3201,
3628,
391,
410,
151,
3475,
4751,
857,
1598,
4043,
859
],
),
"brightness_7": SymbolsMetadata(
popularity: 655,
codepoint: 0xe3ac,
categories: [1],
tags: [
747,
1739,
4593,
3620,
4752,
3621,
193,
780,
4753,
345,
4095,
2126,
4754,
8,
2276,
4755,
3624,
3458,
4746,
235,
3625,
792,
3626,
4756,
630,
4089,
410,
151,
4757,
857,
1598,
4043,
1702,
476
],
),
"brightness_alert": SymbolsMetadata(
popularity: 246,
codepoint: 0xf5cf,
categories: [4],
tags: [
3109,
2212,
1360,
1361,
1423,
3621,
691,
4739,
345,
1365,
8,
2720,
1366,
3622,
1479,
4758,
137,
1367,
51,
2722,
792,
3626,
1166,
262,
630,
1183,
616,
271,
2725,
1428,
410,
151,
3475,
291,
1598,
31,
1093,
65,
206
],
),
"brightness_auto": SymbolsMetadata(
popularity: 279,
codepoint: 0xe1ab,
categories: [4],
tags: [
3418,
1739,
2212,
4759,
2425,
4760,
3349,
4761,
3621,
4762,
345,
8,
771,
1844,
138,
1344,
792,
3626,
4235,
406,
262,
630,
271,
410,
4763,
4764,
64,
151,
71,
3365,
857,
1598,
31,
2200
],
),
"brightness_empty": SymbolsMetadata(
popularity: 85,
codepoint: 0xf7e8,
categories: [4],
tags: [
4765,
2212,
1132,
3620,
3621,
193,
345,
8,
811,
2219,
3624,
51,
3625,
792,
3626,
87,
4747,
289,
851,
3201,
3202,
3628,
330,
410,
151,
857,
1170,
1598,
4766,
2200,
36
],
),
"brightness_medium": SymbolsMetadata(
popularity: 495,
codepoint: 0xe1ae,
categories: [4],
tags: [
2212,
2425,
3621,
193,
685,
345,
1400,
8,
3624,
4746,
1344,
792,
3626,
3878,
262,
630,
70,
271,
3201,
4749,
410,
151,
1598,
3630,
476
],
),
"bring_your_own_ip": SymbolsMetadata(
popularity: 937,
codepoint: 0xe016,
categories: [3],
tags: [
1513,
77,
4767,
482,
4768,
4769,
1676,
519,
685,
284,
81,
2273,
520,
1696,
320,
1594,
1111,
259,
4770,
4771,
4772,
4773,
3663,
1750,
267,
585,
1733,
4774,
4775,
2726,
1780,
433,
1690,
65,
526,
527,
334,
4776
],
),
"broadcast_on_home": SymbolsMetadata(
popularity: 197,
codepoint: 0xf8f8,
categories: [0],
tags: [
2021,
1268,
731,
4275,
283,
1073,
254,
628,
288,
1140,
1499,
406,
267,
4777,
2300,
1528,
273,
1897,
1898,
1293,
1294,
411,
65,
2059,
4778,
1855,
278,
4779
],
),
"broadcast_on_personal": SymbolsMetadata(
popularity: 259,
codepoint: 0xf8f9,
categories: [0],
tags: [
565,
4780,
566,
731,
283,
284,
44,
1727,
259,
1282,
4781,
267,
523,
589,
920,
590,
1353,
4782,
2030,
273,
593,
454,
4778,
2453,
601,
1855
],
),
"broken_image": SymbolsMetadata(
popularity: 1075,
codepoint: 0xe3ad,
categories: [1],
tags: [
1360,
3259,
628,
4783,
4784,
81,
4785,
4786,
2720,
4787,
147,
137,
49,
2722,
1595,
4788,
406,
4789,
1596,
1597,
4790,
817,
4791,
57,
59,
62,
820,
2725,
4033,
4792,
989,
4793,
1068,
476,
206
],
),
"browse": SymbolsMetadata(
popularity: 208,
codepoint: 0xeb13,
categories: [6],
tags: [
1674,
4794,
2138,
4795,
628,
81,
145,
1541,
1430,
2143,
316,
1680,
317,
1681,
382,
173,
68,
86,
385,
1345,
88,
4114,
1586,
3397,
1587,
4796,
4797,
4132,
4798,
1126,
1712,
396,
333
],
),
"browse_activity": SymbolsMetadata(
popularity: 1447,
codepoint: 0xf8a5,
categories: [2],
tags: [
4622,
2513,
4799,
4794,
4800,
4801,
1705,
288,
8,
4802,
4803,
1727,
1077,
1110,
2077,
4804,
1623,
88,
4805,
4806,
630,
616,
91,
2800,
1625,
759,
4807,
453,
410,
2858,
94,
857,
454,
2465,
4808,
2453
],
),
"browse_gallery": SymbolsMetadata(
popularity: 1724,
codepoint: 0xebd1,
categories: [2],
tags: [
1342,
2136,
959,
4794,
4809,
2138,
1159,
1197,
316,
1680,
1343,
490,
382,
4810,
4811,
2508,
1345,
406,
439,
4812,
4813,
59,
2146,
1712,
1690,
4814,
396,
4815,
4816,
2080
],
),
"browser_updated": SymbolsMetadata(
popularity: 672,
codepoint: 0xe7cf,
categories: [11],
tags: [
1246,
1247,
501,
77,
1179,
1662,
1704,
463,
519,
4489,
1705,
288,
8,
1664,
520,
2671,
4817,
1110,
1253,
1698,
4818,
259,
1706,
630,
325,
4819,
1586,
1122,
759,
760,
410,
509,
291,
245,
4479,
1669,
2453,
4820,
4821,
333,
4822,
1186,
1187
],
),
"brunch_dining": SymbolsMetadata(
popularity: 481,
codepoint: 0xea73,
categories: [16],
tags: [
4823,
3693,
3694,
3695,
4824,
3698,
4825,
3700,
4826,
4827,
4206,
3701,
4828,
4829,
2356,
2992,
4830,
4111,
3703,
4831,
4832,
4833,
1928,
1537,
151,
4834,
4835,
1473,
4836
],
),
"brush": SymbolsMetadata(
popularity: 3984,
codepoint: 0xe3ae,
categories: [1],
tags: [
1592,
2135,
3075,
4837,
3076,
4562,
2279,
485,
4838,
2786,
378,
4839,
1252,
680,
2155,
2219,
490,
4633,
384,
4840,
87,
492,
3081,
3082,
3083,
4841,
392,
1170,
2162,
4842,
511,
1781
],
),
"bubble": SymbolsMetadata(
popularity: 117,
codepoint: 0xef83,
categories: [2],
tags: [
77,
502,
4843,
568,
570,
2728,
193,
572,
573,
283,
1475,
4844,
2953,
1476,
4845,
2731,
313,
1478,
2732,
583,
906,
392,
4846,
4847,
1295,
1484,
1296,
4848,
33,
4849,
4850,
4851,
4852,
4853,
1702,
1298,
1485
],
rtlAutoMirrored: true,
),
"bubble_chart": SymbolsMetadata(
popularity: 1357,
codepoint: 0xe6dd,
categories: [9],
tags: [
1422,
1071,
1423,
517,
568,
4854,
4855,
373,
1101,
3761,
1425,
81,
375,
1105,
3097,
941,
1078,
1081,
68,
226,
4856,
1086,
851,
1427,
759,
3489,
4178,
2334,
391,
4857,
4179,
746,
3074,
1095,
2470,
514
],
),
"bubbles": SymbolsMetadata(
popularity: 61,
codepoint: 0xf64e,
categories: [2],
tags: [
480,
4858,
1673,
77,
502,
3515,
3810,
4859,
3814,
4860,
4824,
4168,
1101,
1864,
1209,
912,
4861,
4568,
313,
2819,
4206,
4862,
4863,
4864,
4865,
137,
1344,
3626,
4175,
3354,
4866,
906,
4179,
4867,
4868,
4869,
141,
1348,
4318,
1187
],
),
"bug_report": SymbolsMetadata(
popularity: 7202,
codepoint: 0xe868,
categories: [6],
tags: [
1360,
4870,
501,
1309,
4871,
193,
573,
4872,
4873,
4874,
1430,
2720,
1479,
147,
1748,
871,
4875,
2722,
583,
1480,
1368,
1587,
2725,
1428,
509,
2930,
880,
1093,
1319,
2011,
4876,
2387,
206
],
),
"build": SymbolsMetadata(
popularity: 8913,
codepoint: 0xe869,
categories: [6],
tags: [
1739,
2212,
1374,
929,
685,
1497,
345,
2787,
46,
1748,
4877,
1777,
2710,
1110,
1140,
4878,
4840,
4879,
3960,
4880,
1143,
70,
4881,
652,
71,
4882,
511,
4883,
1781,
3375,
1518,
4884
],
),
"build_circle": SymbolsMetadata(
popularity: 2757,
codepoint: 0xef48,
categories: [6],
tags: [
1739,
1374,
193,
1776,
685,
1375,
2855,
1325,
1104,
4885,
1748,
1777,
4879,
3960,
4880,
70,
4501,
921,
4881,
330,
71,
1780,
4882,
140,
511,
4884
],
),
"bungalow": SymbolsMetadata(
popularity: 265,
codepoint: 0xe591,
categories: [16],
tags: [
1495,
1496,
929,
4886,
1647,
4887,
1497,
4888,
1498,
2556,
1140,
4889,
1499,
4890,
2557,
4055,
1534,
327,
1500,
4891,
2559,
1501,
4152,
1502,
1503,
4892,
1504,
4893,
4894,
3739,
955,
4895,
1229
],
),
"burst_mode": SymbolsMetadata(
popularity: 255,
codepoint: 0xe43c,
categories: [1],
tags: [
748,
4402,
4896,
40,
42,
752,
1165,
437,
49,
1595,
4897,
642,
1596,
1597,
2457,
57,
59,
62,
3106,
2432,
3434,
4898,
94,
2147,
4899,
4900,
1347,
4901,
275,
454,
4902
],
),
"bus_alert": SymbolsMetadata(
popularity: 468,
codepoint: 0xe98f,
categories: [14],
tags: [
3109,
1359,
1360,
1361,
1810,
2718,
2035,
1812,
1813,
691,
4903,
1365,
2720,
1366,
4701,
1367,
68,
2722,
1623,
1534,
1166,
583,
875,
616,
1914,
2725,
2047,
1626,
1538,
273,
1226,
31,
1980,
1629,
332,
1691,
2453,
1836,
206
],
),
"bus_railway": SymbolsMetadata(
popularity: 39,
codepoint: 0xf36b,
categories: [14],
tags: [
77,
1810,
2035,
1812,
1813,
2553,
2036,
313,
2397,
1623,
87,
324,
1534,
4904,
4905,
325,
1392,
2046,
2047,
4359,
4360,
1538,
1168,
3541,
1226,
4363,
4906,
2792,
4364,
4365,
1980,
900,
1629,
332,
4907,
1506,
1836
],
),
"business_center": SymbolsMetadata(
popularity: 5428,
codepoint: 0xeb3f,
categories: [5],
tags: [
2541,
959,
3641,
2034,
4908,
482,
1514,
569,
4909,
4910,
4871,
308,
934,
1333,
1385,
4911,
4633,
4912,
1376,
1515,
2043,
492,
1391,
920,
2558,
4913,
4914,
969,
432,
1690,
4915,
4486,
332,
1518
],
),
"business_chip": SymbolsMetadata(
popularity: 60,
codepoint: 0xf84c,
categories: [12],
tags: [
4916,
1496,
3641,
2034,
1514,
929,
569,
4917,
930,
4871,
4918,
4919,
2553,
1180,
576,
1385,
4920,
1386,
1387,
4921,
4922,
978,
945,
1391,
4923,
586,
4914,
590,
4924,
969,
2560,
955,
4486,
1506,
1518
],
),
"business_messages": SymbolsMetadata(
popularity: 95,
codepoint: 0xef84,
categories: [7],
tags: [
502,
568,
569,
570,
2728,
934,
283,
4925,
576,
4926,
975,
1475,
2730,
1385,
2731,
1386,
1612,
583,
4927,
4928,
1391,
4929,
4914,
2417,
2418,
652,
594,
1484,
880,
1296,
33,
4930,
1518
],
rtlAutoMirrored: true,
),
"buttons_alt": SymbolsMetadata(
popularity: 41,
codepoint: 0xe72f,
categories: [2],
tags: [
231,
4931,
480,
748,
1591,
2390,
1332,
504,
1100,
193,
1103,
3938,
1745,
1425,
1164,
4864,
904,
1111,
1612,
1344,
385,
506,
70,
919,
239,
362,
71,
392,
433,
2404,
31,
413,
1691,
141
],
),
"cabin": SymbolsMetadata(
popularity: 500,
codepoint: 0xe589,
categories: [16],
tags: [
1495,
1496,
1332,
929,
1932,
3643,
4888,
4494,
4932,
1498,
2829,
2556,
4039,
1140,
1499,
4055,
4805,
4933,
1534,
1826,
4040,
327,
1500,
2559,
1501,
432,
1502,
1503,
4892,
1830,
1504,
1339,
433,
3739,
955,
332,
4895,
1691,
1961,
4934,
1229,
4935
],
),
"cable": SymbolsMetadata(
popularity: 1459,
codepoint: 0xefe6,
categories: [4],
tags: [
4936,
4937,
283,
3938,
1073,
284,
4938,
4939,
81,
288,
44,
3869,
3921,
2537,
1878,
1110,
1111,
87,
1314,
267,
4940,
3780,
1733,
3969,
1315,
3687,
273,
4941,
65,
526,
4778,
1320,
4942
],
),
"cable_car": SymbolsMetadata(
popularity: 8,
codepoint: 0xf479,
categories: [14],
tags: [
4943,
1810,
1932,
4944,
1812,
1813,
4945,
4903,
312,
313,
2420,
4946,
1623,
87,
1534,
1596,
3651,
2046,
2047,
4359,
4360,
3300,
4947,
4948,
4949,
4950,
4363,
3303,
4951,
4364,
4365,
1980,
1629,
332,
4907,
4952,
1836,
396
],
),
"cached": SymbolsMetadata(
popularity: 5667,
codepoint: 0xe86a,
categories: [2],
tags: [
861,
460,
502,
3436,
3437,
193,
1676,
284,
81,
1467,
1541,
520,
1680,
1681,
68,
3439,
3043,
3440,
757,
2799,
267,
1060,
758,
760,
761,
2451,
2801,
470,
1539,
2726,
1690,
1396,
764,
765,
1093,
4953,
2453
],
),
"cadence": SymbolsMetadata(
popularity: 93,
codepoint: 0xf4b4,
categories: [15],
tags: [
1268,
4954,
4955,
3318,
3767,
4956,
4957,
4958,
4959,
4960,
373,
4961,
2064,
11,
2886,
2887,
351,
4962,
1078,
792,
1707,
4963,
4260,
4261,
2891,
29,
273,
1293,
2069,
4964,
4965,
4966,
554,
4967,
1855,
3331
],
),
"cake": SymbolsMetadata(
popularity: 3943,
codepoint: 0xe7e9,
categories: [15],
tags: [
745,
4968,
4969,
3689,
3690,
4970,
4971,
4972,
4973,
4974,
4975,
4682,
3699,
4685,
10,
4976,
2356,
4977,
4978,
1958,
887,
4979,
587,
4980,
3705,
3706,
239,
4981,
3709,
593,
4982,
4983,
3710,
31,
3711
],
),
"cake_add": SymbolsMetadata(
popularity: 103,
codepoint: 0xf85b,
categories: [15],
tags: [
745,
4984,
4968,
4985,
3689,
3690,
4970,
4971,
4972,
4974,
4975,
1325,
4986,
3699,
4987,
10,
4976,
2356,
4977,
4978,
4988,
1432,
887,
4979,
587,
3705,
239,
4989,
3710,
3711
],
),
"calculate": SymbolsMetadata(
popularity: 7603,
codepoint: 0xea5f,
categories: [9],
tags: [
231,
4990,
4991,
232,
1322,
4992,
4993,
80,
169,
45,
1136,
4994,
629,
3499,
4995,
381,
1114,
87,
793,
4996,
3200,
4997,
22,
4998,
492,
227,
392,
2491,
4999,
675,
31,
65,
511,
230
],
),
"calendar_add_on": SymbolsMetadata(
popularity: 2324,
codepoint: 0xef85,
categories: [7],
tags: [
231,
745,
3091,
2072,
1924,
1132,
504,
2073,
1325,
1160,
2126,
10,
138,
1327,
4805,
1166,
5000,
887,
1452,
289,
5001,
239,
453,
985,
1370,
1168,
433,
31,
1171,
5002,
141,
5003
],
),
"calendar_apps_script": SymbolsMetadata(
popularity: 330,
codepoint: 0xf0bb,
categories: [7],
tags: [
5004,
501,
2072,
5005,
2125,
482,
2073,
1102,
1073,
1160,
2126,
1313,
1104,
10,
5006,
2566,
1470,
1314,
1029,
5000,
586,
3488,
5007,
1123,
432,
1370,
1168,
3325,
764,
5002,
511,
5003
],
),
"calendar_clock": SymbolsMetadata(
popularity: 483,
codepoint: 0xf540,
categories: [6],
tags: [
3091,
1359,
1360,
2072,
1362,
2073,
193,
1159,
1160,
2126,
2075,
868,
2091,
1055,
10,
489,
137,
2077,
3462,
138,
5008,
550,
1029,
3465,
5000,
616,
2800,
3488,
5009,
1370,
1168,
360,
392,
433,
31,
1171,
2465,
1172,
5002,
2080
],
),
"calendar_month": SymbolsMetadata(
popularity: 38544,
codepoint: 0xebcc,
categories: [6],
tags: [
3091,
2072,
504,
2073,
1159,
1160,
2126,
2091,
1164,
10,
138,
1344,
1470,
5000,
325,
5010,
3487,
1667,
453,
432,
1168,
433,
31,
1171,
5002,
5011
],
),
"calendar_today": SymbolsMetadata(
popularity: 12143,
codepoint: 0xe935,
categories: [6],
tags: [
3091,
2072,
1924,
2073,
5012,
5013,
5014,
1160,
5015,
2126,
5016,
10,
382,
1470,
5000,
5017,
5018,
1667,
3488,
5019,
432,
1370,
1168,
433,
1171,
5002,
5020,
5021,
5003,
5022
],
),
"calendar_view_day": SymbolsMetadata(
popularity: 709,
codepoint: 0xe936,
categories: [12],
tags: [
2513,
3091,
2072,
5023,
2073,
1438,
1160,
2126,
5024,
303,
10,
4803,
370,
382,
385,
2944,
88,
5025,
1942,
5000,
92,
1667,
432,
1168,
5026,
392,
3569,
1171,
2465,
5002,
1464,
396,
5021
],
),
"calendar_view_month": SymbolsMetadata(
popularity: 1017,
codepoint: 0xefe7,
categories: [12],
tags: [
3091,
5023,
1466,
481,
1924,
482,
2073,
1160,
2126,
10,
4803,
370,
382,
699,
385,
1470,
4112,
5000,
5018,
289,
3488,
432,
1370,
1168,
955,
1171,
5002,
1464,
396,
5027,
5022
],
),
"calendar_view_week": SymbolsMetadata(
popularity: 764,
codepoint: 0xefe8,
categories: [12],
tags: [
5023,
1466,
2073,
933,
1160,
5028,
2126,
5029,
8,
10,
4803,
370,
382,
385,
1029,
5000,
5018,
5030,
5001,
3488,
432,
1168,
5031,
955,
1171,
2465,
5002,
1464,
396,
5021,
5027
],
),
"call": SymbolsMetadata(
popularity: 48300,
codepoint: 0xe0b0,
categories: [7],
tags: [
1268,
569,
1270,
1250,
283,
1073,
284,
975,
5032,
5033,
288,
1400,
1541,
2427,
5034,
1110,
871,
2292,
5035,
262,
1391,
5036,
271,
5037,
3343,
762,
4846,
880,
1296,
612,
1406,
1298
],
),
"call_end": SymbolsMetadata(
popularity: 1865,
codepoint: 0xe0b1,
categories: [7],
tags: [
1268,
504,
1270,
1208,
1250,
1209,
283,
975,
345,
5038,
288,
3263,
2127,
5039,
1110,
2292,
1612,
262,
5036,
271,
876,
5040,
2113,
392,
1226,
31,
1406,
3452,
1298
],
),
"call_log": SymbolsMetadata(
popularity: 49,
codepoint: 0xe08e,
categories: [7],
tags: [
1674,
1270,
5041,
5042,
1250,
251,
4801,
283,
5043,
975,
5044,
43,
288,
1541,
4802,
1110,
2077,
4804,
2292,
68,
88,
4805,
5045,
262,
5036,
271,
5046,
4807,
453,
1701,
3074,
276,
1406,
5047
],
),
"call_made": SymbolsMetadata(
popularity: 1440,
codepoint: 0xe0b2,
categories: [7],
tags: [
748,
2513,
2938,
77,
1270,
5048,
283,
254,
345,
288,
1695,
313,
2998,
138,
51,
1344,
87,
5049,
1314,
5050,
262,
1624,
2964,
5036,
271,
1167,
1700,
1528,
31,
1406,
5051
],
rtlAutoMirrored: true,
),
"call_merge": SymbolsMetadata(
popularity: 518,
codepoint: 0xe0b3,
categories: [7],
tags: [
77,
502,
1072,
1270,
912,
1324,
1073,
5052,
5053,
5054,
5055,
5056,
5057,
81,
288,
375,
313,
1105,
5058,
1078,
4130,
1328,
1470,
1314,
1330,
262,
267,
3424,
851,
955,
5059,
4620
],
rtlAutoMirrored: true,
),
"call_missed": SymbolsMetadata(
popularity: 360,
codepoint: 0xe0b4,
categories: [7],
tags: [
1360,
500,
5060,
77,
1270,
5061,
283,
975,
5062,
288,
5063,
1162,
5064,
313,
2819,
5065,
5039,
2077,
87,
4805,
5066,
5067,
262,
616,
271,
5068,
5069,
1701,
65,
1406,
5070
],
rtlAutoMirrored: true,
),
"call_missed_outgoing": SymbolsMetadata(
popularity: 390,
codepoint: 0xe0e4,
categories: [7],
tags: [
77,
5071,
1270,
251,
283,
284,
975,
288,
2953,
1400,
313,
4787,
2077,
138,
3112,
51,
87,
4805,
5066,
262,
267,
21,
5036,
271,
328,
906,
273,
31,
1406,
3115,
1702
],
rtlAutoMirrored: true,
),
"call_quality": SymbolsMetadata(
popularity: 56,
codepoint: 0xf652,
categories: [7],
tags: [
1360,
1177,
865,
1268,
517,
1270,
5072,
1250,
251,
283,
284,
254,
975,
145,
288,
5073,
1110,
871,
5074,
51,
293,
68,
792,
3473,
262,
267,
611,
648,
271,
272,
652,
273,
291,
5075,
649,
524,
880,
533,
276,
1406,
1298,
278
],
),
"call_received": SymbolsMetadata(
popularity: 944,
codepoint: 0xe0b5,
categories: [7],
tags: [
2660,
1360,
5076,
2033,
77,
1268,
2186,
1270,
5077,
283,
254,
2936,
288,
313,
520,
2077,
5078,
2292,
5079,
2197,
87,
4805,
583,
262,
616,
271,
328,
2299,
5069,
273,
1406,
1298
],
rtlAutoMirrored: true,
),
"call_split": SymbolsMetadata(
popularity: 1003,
codepoint: 0xe0b6,
categories: [7],
tags: [
748,
77,
502,
2989,
1270,
5080,
283,
1073,
284,
345,
288,
313,
3263,
2181,
2991,
2264,
2992,
1470,
506,
262,
237,
5081,
325,
267,
70,
1625,
271,
2966,
5082,
706,
1528,
2403,
2265,
1406,
526
],
rtlAutoMirrored: true,
),
"call_to_action": SymbolsMetadata(
popularity: 619,
codepoint: 0xe06c,
categories: [0],
tags: [
748,
749,
1360,
77,
1423,
504,
1270,
1784,
450,
5083,
2707,
5084,
1788,
5085,
485,
1705,
5086,
2696,
2698,
1139,
138,
293,
68,
5087,
1612,
1344,
385,
1314,
583,
262,
325,
616,
1167,
2864,
1120,
410,
362,
2838,
1713,
1793,
5088,
141,
907,
1348,
333,
1186,
1187
],
),
"camera": SymbolsMetadata(
popularity: 2773,
codepoint: 0xe3af,
categories: [1],
tags: [
5089,
504,
40,
42,
5090,
288,
44,
2537,
346,
4483,
137,
138,
49,
3935,
53,
406,
3780,
57,
59,
62,
453,
440,
4899,
1347,
5091,
31,
511,
907,
37,
5092,
476
],
),
"camera_front": SymbolsMetadata(
popularity: 391,
codepoint: 0xe3b1,
categories: [1],
tags: [
77,
690,
40,
5093,
42,
1743,
193,
5094,
288,
313,
5095,
5096,
903,
5097,
2751,
581,
1111,
53,
5098,
262,
5099,
589,
271,
59,
5100,
5101,
590,
453,
470,
5102,
2758,
1528,
243,
433,
2404,
2759,
413,
526,
527,
601,
5103,
37,
5104
],
),
"camera_indoor": SymbolsMetadata(
popularity: 412,
codepoint: 0xefe9,
categories: [8],
tags: [
1496,
2125,
929,
40,
5105,
288,
5106,
2537,
2556,
346,
5107,
1140,
5108,
1499,
49,
1882,
5109,
2740,
5110,
5111,
5112,
4258,
353,
1143,
5113,
62,
327,
1574,
2559,
440,
1502,
1503,
705,
1036,
5114,
1504,
1898,
454,
5115,
5116,
65,
37,
5117,
434
],
),
"camera_outdoor": SymbolsMetadata(
popularity: 326,
codepoint: 0xefea,
categories: [8],
tags: [
1496,
929,
569,
40,
5105,
1180,
5106,
2556,
2788,
346,
5107,
5118,
1140,
5108,
1499,
49,
630,
4258,
353,
1143,
3651,
5119,
3051,
1146,
62,
327,
1500,
1574,
2559,
453,
440,
1502,
1503,
705,
1036,
5114,
1504,
5115,
5116,
37,
434,
396,
4533
],
),
"camera_rear": SymbolsMetadata(
popularity: 158,
codepoint: 0xe3b2,
categories: [1],
tags: [
77,
40,
5120,
42,
193,
5121,
288,
313,
1746,
1696,
5097,
5122,
1111,
53,
406,
262,
5099,
1699,
1733,
271,
57,
59,
62,
5100,
5123,
2756,
440,
1700,
2758,
2300,
1528,
433,
526,
527,
37,
443
],
),
"camera_roll": SymbolsMetadata(
popularity: 454,
codepoint: 0xe3b3,
categories: [1],
tags: [
1342,
5124,
40,
5125,
1197,
5126,
346,
1343,
49,
5127,
5128,
2508,
1345,
406,
5129,
262,
57,
4812,
5130,
5131,
59,
5132,
2145,
2146,
5133,
5134,
1701,
5135,
5136
],
),
"camera_video": SymbolsMetadata(
popularity: 102,
codepoint: 0xf7a6,
categories: [11],
tags: [
5089,
504,
5137,
5138,
40,
42,
344,
5139,
288,
2537,
346,
5107,
1110,
49,
53,
1282,
406,
353,
354,
439,
59,
62,
408,
681,
453,
440,
432,
2511,
2543,
4899,
454,
65,
37,
434,
476,
3617
],
),
"cameraswitch": SymbolsMetadata(
popularity: 1109,
codepoint: 0xefeb,
categories: [4],
tags: [
77,
502,
5140,
40,
5141,
5142,
5143,
5144,
193,
5145,
283,
5096,
5146,
2751,
5099,
5147,
59,
453,
470,
5148,
5149,
4899,
3963,
2404,
2759,
4953,
5104,
5150,
5151,
434,
396
],
),
"campaign": SymbolsMetadata(
popularity: 11022,
codepoint: 0xef49,
categories: [15],
tags: [
3,
748,
1176,
1360,
1177,
1178,
1193,
4974,
2303,
2936,
313,
3496,
10,
4495,
13,
87,
4413,
1182,
5152,
1285,
20,
325,
616,
492,
5153,
328,
759,
1184,
392,
1294,
245,
31,
1691,
5154,
1855,
1857
],
),
"camping": SymbolsMetadata(
popularity: 808,
codepoint: 0xf8a2,
categories: [15],
tags: [
2513,
3639,
5155,
3643,
312,
5156,
5157,
5158,
1958,
1959,
323,
1596,
1826,
3651,
5159,
3299,
1504,
2838,
5160,
3303,
332,
1691,
1961,
5161
],
),
"cancel": SymbolsMetadata(
popularity: 41701,
codepoint: 0xe5c9,
categories: [2],
tags: [
5162,
748,
481,
504,
1208,
193,
780,
1209,
1235,
1210,
1211,
5163,
4645,
4646,
2720,
1212,
2721,
1213,
5164,
5165,
4272,
4247,
5040,
1224,
5166,
330,
1226,
5167,
5168,
3992
],
),
"cancel_presentation": SymbolsMetadata(
popularity: 1213,
codepoint: 0xe0e9,
categories: [7],
tags: [
5162,
1208,
780,
1209,
5094,
1235,
5169,
288,
5170,
4646,
8,
2127,
4245,
1212,
3378,
5098,
630,
3271,
5009,
1427,
388,
5171,
4247,
432,
5172,
1224,
5166,
410,
4519,
5173,
1226,
3452,
1186,
1187,
3992,
3993
],
),
"cancel_schedule_send": SymbolsMetadata(
popularity: 599,
codepoint: 0xea39,
categories: [7],
tags: [
5162,
748,
504,
1208,
780,
1103,
283,
1210,
4510,
2288,
2290,
138,
1344,
15,
2944,
2293,
583,
3271,
289,
2594,
4247,
1224,
5166,
1168,
5174,
5175,
2300,
1528,
1226,
31,
5176,
5177,
3992
],
),
"candle": SymbolsMetadata(
popularity: 29,
codepoint: 0xf588,
categories: [3],
tags: [
4968,
4970,
5178,
4972,
5179,
4974,
4083,
1161,
2427,
5180,
5181,
3624,
3027,
1958,
5182,
4746,
3626,
5183,
5184,
4059,
5185,
5186,
5187,
5188,
5189,
5190,
5191,
1464,
3035,
5192,
5193,
5194
],
),
"candlestick_chart": SymbolsMetadata(
popularity: 706,
codepoint: 0xead4,
categories: [9],
tags: [
1422,
1071,
3767,
517,
569,
5179,
373,
5195,
81,
4374,
375,
5196,
963,
964,
941,
942,
1078,
234,
1081,
946,
5197,
3480,
1389,
226,
1086,
1428,
746,
5198,
5199,
5200,
1095,
5201,
5202,
1429
],
),
"cannabis": SymbolsMetadata(
popularity: 22,
codepoint: 0xf2f3,
categories: [3],
tags: [
1809,
2353,
5203,
5204,
5205,
1816,
5206,
1763,
2357,
234,
1824,
5207,
5208,
5209,
5210,
2361,
2448,
5211,
894,
5212,
2363,
1826,
2364,
1827,
5213,
3299,
5214,
5215,
5216,
5217
],
),
"captive_portal": SymbolsMetadata(
popularity: 283,
codepoint: 0xf728,
categories: [2],
tags: [
861,
77,
5218,
5219,
5220,
1179,
5221,
5222,
1073,
5223,
284,
313,
5224,
320,
1111,
259,
5225,
5226,
2197,
5227,
1314,
980,
5228,
267,
5229,
5230,
5231,
5232,
1586,
5233,
5234,
2966,
1066,
527,
1186,
277,
5235,
334,
5236
],
),
"capture": SymbolsMetadata(
popularity: 120,
codepoint: 0xf727,
categories: [2],
tags: [
1673,
501,
1131,
5237,
1132,
1133,
482,
3259,
40,
42,
2707,
1814,
754,
4579,
755,
348,
2276,
1697,
49,
1344,
385,
5238,
289,
57,
62,
5239,
329,
453,
440,
432,
1149,
410,
5240,
5241,
362,
363,
2838,
298,
5091,
433,
5242,
141,
1348,
37,
396,
333,
1186,
1187
],
),
"car_crash": SymbolsMetadata(
popularity: 934,
codepoint: 0xebf2,
categories: [14],
tags: [
3401,
1360,
2425,
1810,
3259,
1812,
1813,
5243,
5244,
5245,
4784,
1365,
5246,
313,
2039,
2427,
4412,
5247,
5248,
5249,
1534,
5250,
2046,
4415,
1626,
705,
1628,
900,
1629,
1836,
206,
5251
],
),
"car_defrost_left": SymbolsMetadata(
popularity: 8,
codepoint: 0xf344,
categories: [14],
tags: [
837,
77,
502,
1810,
3410,
5252,
504,
1812,
5253,
5254,
5255,
5256,
1745,
5257,
5258,
5259,
313,
3027,
1848,
581,
1849,
138,
2197,
1470,
588,
589,
5260,
5261,
1919,
1472,
31,
65,
1629,
1836,
1856,
1187,
5262,
5263
],
),
"car_defrost_low_left": SymbolsMetadata(
popularity: 2,
codepoint: 0xf343,
categories: [14],
tags: [
837,
838,
77,
1810,
3410,
504,
1812,
840,
5264,
345,
844,
1425,
5257,
5258,
313,
2273,
1077,
5265,
3027,
581,
1849,
2197,
1953,
919,
588,
589,
1919,
151,
1472,
2404,
1836,
1900,
1187,
5263,
860
],
),
"car_defrost_low_right": SymbolsMetadata(
popularity: 5,
codepoint: 0xf342,
categories: [14],
tags: [
837,
1872,
77,
502,
2425,
1810,
3410,
1812,
840,
5255,
345,
1425,
5257,
5258,
313,
1879,
3027,
1848,
581,
1849,
51,
1470,
5266,
588,
589,
5123,
906,
1919,
151,
31,
97,
141,
1836,
5267,
1187,
5263
],
),
"car_defrost_mid_low_left": SymbolsMetadata(
popularity: 4,
codepoint: 0xf341,
categories: [14],
tags: [
836,
838,
1872,
77,
5268,
1810,
3410,
5269,
1812,
5270,
5271,
5254,
5272,
840,
5255,
1744,
1425,
5257,
5258,
5259,
313,
5273,
3027,
5274,
5275,
581,
1849,
2741,
2197,
588,
589,
5276,
1919,
858,
1836,
1900,
1854,
5277,
5278
],
),
"car_defrost_mid_right": SymbolsMetadata(
popularity: 3,
codepoint: 0xf340,
categories: [14],
tags: [
837,
838,
77,
1810,
3410,
504,
1812,
1890,
780,
5255,
345,
845,
1425,
5257,
5258,
5259,
313,
5265,
3027,
1848,
581,
1849,
850,
2741,
5279,
5280,
588,
589,
1919,
5281,
31,
5282,
5283,
5284,
5285,
1836,
1900,
1854,
1187
],
),
"car_defrost_right": SymbolsMetadata(
popularity: 2,
codepoint: 0xf33f,
categories: [14],
tags: [
837,
1888,
77,
1810,
3410,
504,
1812,
780,
840,
345,
1425,
5257,
5258,
5259,
313,
2273,
5265,
3027,
1848,
581,
1849,
850,
5286,
919,
588,
589,
5260,
906,
1919,
1472,
855,
2404,
858,
5283,
1836,
1854,
3828,
1187,
5263
],
),
"car_fan_low_left": SymbolsMetadata(
popularity: 17,
codepoint: 0xf33e,
categories: [14],
tags: [
837,
5287,
1872,
77,
1810,
3410,
5288,
1812,
840,
5255,
1877,
1745,
845,
1425,
313,
2273,
1879,
3027,
1848,
581,
1849,
2741,
5289,
261,
588,
589,
1919,
858,
900,
332,
1836,
1900,
1854
],
),
"car_fan_low_mid_left": SymbolsMetadata(
popularity: 12,
codepoint: 0xf33d,
categories: [14],
tags: [
480,
837,
5290,
1888,
77,
1810,
3410,
5288,
1812,
840,
345,
5291,
1425,
313,
2273,
1879,
3027,
581,
1849,
51,
2741,
2197,
87,
1953,
3878,
588,
589,
1919,
151,
275,
31,
1836,
1854,
1857
],
),
"car_fan_low_right": SymbolsMetadata(
popularity: 8,
codepoint: 0xf33c,
categories: [14],
tags: [
837,
5292,
1888,
77,
1810,
3410,
5293,
5294,
1812,
5295,
840,
5255,
345,
1425,
313,
1879,
5296,
5297,
3027,
581,
1849,
3625,
2741,
792,
1953,
5298,
588,
589,
906,
5299,
1919,
275,
858,
1836,
5300,
1900,
1854
],
),
"car_fan_mid_left": SymbolsMetadata(
popularity: 8,
codepoint: 0xf33b,
categories: [14],
tags: [
2212,
837,
1872,
77,
1810,
3410,
5252,
1812,
308,
5255,
1877,
1744,
844,
2394,
1425,
313,
1879,
3027,
581,
1849,
138,
2741,
2197,
1935,
642,
289,
588,
589,
1919,
71,
31,
1093,
1836,
1854,
1857
],
),
"car_fan_mid_low_right": SymbolsMetadata(
popularity: 8,
codepoint: 0xf33a,
categories: [14],
tags: [
837,
1888,
77,
1810,
3410,
5252,
504,
1812,
840,
345,
1425,
313,
1879,
137,
3027,
581,
1849,
138,
3625,
792,
1953,
5301,
588,
589,
3687,
906,
1919,
151,
275,
454,
31,
1093,
907,
1836,
1854,
1857
],
),
"car_fan_mid_right": SymbolsMetadata(
popularity: 8,
codepoint: 0xf339,
categories: [14],
tags: [
837,
5292,
5302,
1888,
77,
1810,
3410,
5293,
1812,
308,
840,
345,
1425,
313,
1879,
1077,
3027,
699,
581,
1849,
1470,
5301,
1935,
588,
589,
906,
1919,
151,
858,
1836,
1900,
1854,
5303
],
),
"car_fan_recirculate": SymbolsMetadata(
popularity: 19,
codepoint: 0xf338,
categories: [14],
tags: [
5304,
5305,
837,
838,
1874,
1888,
77,
2425,
1810,
3410,
5288,
504,
1932,
1812,
1890,
840,
1877,
345,
753,
1425,
1879,
3027,
5306,
1849,
2741,
5307,
757,
642,
5308,
5309,
2404,
858,
1836,
1854
],
),
"car_gear": SymbolsMetadata(
popularity: 39,
codepoint: 0xf337,
categories: [14],
tags: [
2212,
1757,
2125,
1810,
3410,
1812,
5310,
1776,
685,
345,
3583,
288,
5311,
2787,
1777,
5312,
5313,
5314,
4880,
70,
920,
921,
71,
1780,
1093,
511,
2059,
1755,
1836,
3304
],
),
"car_lock": SymbolsMetadata(
popularity: 9,
codepoint: 0xf336,
categories: [14],
tags: [
861,
5315,
1810,
3410,
504,
1812,
5316,
193,
4932,
1431,
4633,
1112,
5317,
87,
1778,
1056,
5318,
2927,
5319,
1034,
1063,
1574,
5320,
705,
1774,
1036,
1093,
900,
1629,
332,
5321,
5322,
1836
],
),
"car_mirror_heat": SymbolsMetadata(
popularity: 6,
codepoint: 0xf335,
categories: [14],
tags: [
5323,
1810,
3410,
1812,
5324,
5325,
5326,
5327,
5254,
5255,
5257,
5258,
5259,
5265,
3027,
1848,
850,
5328,
5329,
5330,
5331,
855,
858,
1836,
1187,
5277,
5332,
5333,
860
],
),
"car_rental": SymbolsMetadata(
popularity: 718,
codepoint: 0xea55,
categories: [16],
tags: [
861,
1810,
1924,
5334,
1812,
5335,
1813,
1678,
2039,
2040,
1431,
5336,
1623,
1112,
1778,
1534,
875,
1914,
5319,
2045,
4152,
4159,
1928,
5337,
5338,
5339,
652,
900,
5340,
1629,
332,
5341,
5342,
1921,
5321,
1961,
1836
],
),
"car_repair": SymbolsMetadata(
popularity: 518,
codepoint: 0xea56,
categories: [16],
tags: [
5343,
865,
2425,
1810,
3410,
2718,
1812,
5344,
1813,
685,
2427,
1748,
5345,
5346,
3413,
4879,
3960,
1534,
5314,
4881,
5347,
652,
71,
4882,
880,
511,
1629,
332,
5348,
1836,
5349,
5350,
4884
],
),
"car_tag": SymbolsMetadata(
popularity: 68,
codepoint: 0xf4e3,
categories: [14],
tags: [
2425,
1810,
3410,
928,
1812,
930,
1813,
1648,
931,
932,
934,
5351,
936,
937,
938,
1678,
5311,
1165,
5345,
1623,
5352,
3960,
5314,
948,
468,
523,
950,
951,
1421,
4159,
4881,
3300,
1626,
5353,
3281,
652,
1395,
275,
1627,
182,
5354,
900,
1629,
332,
1921,
1836
],
),
"card_membership": SymbolsMetadata(
popularity: 1988,
codepoint: 0xe8f7,
categories: [9],
tags: [
861,
565,
928,
1694,
930,
931,
2668,
5355,
5356,
932,
934,
1417,
936,
937,
1430,
938,
5357,
4455,
941,
3107,
2004,
978,
980,
5358,
5359,
1030,
948,
523,
2005,
950,
951,
5360,
716,
590,
432,
2628,
392,
1395,
988,
433,
2633,
601,
5361
],
),
"card_travel": SymbolsMetadata(
popularity: 879,
codepoint: 0xe8f8,
categories: [9],
tags: [
2541,
3641,
2034,
928,
1514,
569,
930,
3645,
4871,
931,
932,
934,
1417,
936,
937,
938,
941,
4633,
1376,
1623,
2043,
1030,
5362,
948,
523,
5363,
950,
951,
920,
432,
433,
4486,
1629,
332,
1921,
4353
],
),
"cardio_load": SymbolsMetadata(
popularity: 105,
codepoint: 0xf4b9,
categories: [3],
tags: [
2513,
4505,
5364,
690,
5365,
5366,
373,
5367,
5368,
11,
5369,
3498,
2886,
2887,
1078,
697,
4378,
4506,
5370,
5371,
3625,
1613,
87,
3043,
4507,
226,
894,
630,
4258,
648,
5372,
4260,
4261,
3519,
1095,
3033,
5373,
5374,
4263,
3331,
3492
],
),
"cardiology": SymbolsMetadata(
popularity: 159,
codepoint: 0xe09c,
categories: [3],
tags: [
4956,
5365,
4251,
373,
2375,
81,
375,
1762,
5367,
5368,
1078,
697,
4378,
5375,
3764,
892,
4506,
5376,
1764,
87,
1426,
226,
894,
1768,
630,
5377,
4260,
4261,
4262,
5378,
3331
],
),
"cards": SymbolsMetadata(
popularity: 144,
codepoint: 0xe991,
categories: [2],
tags: [
1673,
501,
1466,
5379,
1197,
2707,
628,
81,
5380,
485,
8,
2143,
1680,
382,
5381,
579,
68,
1344,
86,
1082,
385,
88,
5025,
262,
630,
2457,
91,
586,
2753,
1587,
271,
1427,
4664,
3356,
410,
1201,
2838,
95,
2716,
1712,
525,
141,
1348,
396,
333,
1186,
1187
],
),
"cards_star": SymbolsMetadata(
popularity: 166,
codepoint: 0xf375,
categories: [9],
tags: [
3494,
1694,
930,
5382,
1197,
5380,
3498,
5383,
579,
1139,
1367,
5384,
88,
5358,
1166,
2457,
5385,
2509,
328,
852,
716,
2510,
63,
795,
359,
203,
432,
3504,
1539,
5386,
1201,
392,
433,
1712,
857
],
),
"carpenter": SymbolsMetadata(
popularity: 528,
codepoint: 0xf1f8,
categories: [16],
tags: [
1374,
929,
4909,
5387,
1375,
1497,
3077,
1325,
5388,
3669,
225,
1748,
5389,
979,
1515,
5390,
5391,
5392,
289,
589,
5393,
4881,
5394,
888,
5395,
511,
1781,
4930,
5396,
1518,
5397
],
),
"carry_on_bag": SymbolsMetadata(
popularity: 11,
codepoint: 0xeb08,
categories: [16],
tags: [
3639,
1902,
1973,
3641,
2034,
4908,
2000,
5398,
3645,
5399,
1910,
4633,
1623,
2043,
1061,
5400,
5363,
5401,
432,
4486,
3303,
900,
332,
3656,
1921,
4907,
1961,
5402,
2051
],
),
"carry_on_bag_checked": SymbolsMetadata(
popularity: 13,
codepoint: 0xeb0b,
categories: [16],
tags: [
2661,
1902,
1973,
5403,
1658,
2685,
3641,
5404,
2034,
482,
3645,
5405,
1661,
3182,
1662,
1663,
2689,
1664,
4633,
1623,
2043,
1666,
1061,
432,
362,
433,
4486,
1669,
1629,
332,
3656,
1921,
1961,
2681,
1576,
3304,
1672
],
),
"carry_on_bag_inactive": SymbolsMetadata(
popularity: 2,
codepoint: 0xeb0a,
categories: [16],
tags: [
1902,
1973,
3641,
2034,
3645,
5405,
1333,
868,
1055,
1910,
5406,
4633,
1222,
1623,
2043,
5407,
1059,
1061,
5363,
5401,
432,
1067,
1690,
4486,
900,
332,
3656,
1921,
1068,
1961,
2051
],
),
"carry_on_bag_question": SymbolsMetadata(
popularity: 19,
codepoint: 0xeb09,
categories: [16],
tags: [
3940,
1901,
1973,
3641,
2034,
5408,
3645,
5405,
145,
1910,
5409,
4633,
871,
293,
68,
5410,
4438,
2043,
1061,
5363,
2333,
5411,
3943,
3944,
432,
5412,
2161,
433,
4486,
880,
31,
332,
5413,
2051
],
),
"cases": SymbolsMetadata(
popularity: 1202,
codepoint: 0xe992,
categories: [9],
tags: [
1757,
1674,
3641,
2034,
1514,
5414,
5415,
569,
4871,
5416,
4795,
1197,
81,
2622,
2143,
5417,
1680,
2798,
1682,
68,
3721,
2448,
1029,
1391,
586,
4114,
969,
4132,
1688,
1690,
5418,
4486,
1093,
1518
],
),
"casino": SymbolsMetadata(
popularity: 1735,
codepoint: 0xeb40,
categories: [16],
tags: [
5419,
5420,
5379,
5421,
5422,
5423,
4918,
5424,
5425,
1105,
781,
5426,
3295,
5427,
5428,
5383,
4724,
5429,
5430,
1959,
5431,
1730,
948,
2558,
2509,
5432,
3502,
3299,
3504,
4415,
5433,
3215,
245,
5434,
5435,
5436,
3508
],
),
"cast": SymbolsMetadata(
popularity: 1703,
codepoint: 0xe307,
categories: [11],
tags: [
1246,
1247,
2021,
1268,
731,
4275,
1704,
5437,
1073,
284,
628,
1705,
288,
8,
1110,
1253,
1706,
406,
5328,
630,
267,
1733,
408,
5171,
5438,
3343,
410,
5439,
2300,
1528,
273,
454,
411,
65,
412,
4778,
2031,
37,
333,
1187,
278
],
),
"cast_connected": SymbolsMetadata(
popularity: 618,
codepoint: 0xe308,
categories: [11],
tags: [
1246,
1247,
2021,
1268,
5440,
731,
4275,
5441,
1704,
1073,
1074,
5442,
284,
628,
345,
1705,
288,
8,
781,
1110,
1253,
1314,
5443,
1706,
406,
686,
5444,
630,
439,
267,
5445,
4777,
410,
5439,
1528,
273,
5446,
411,
412,
4778,
2031,
37,
333,
1187,
278
],
),
"cast_for_education": SymbolsMetadata(
popularity: 1367,
codepoint: 0xefec,
categories: [11],
tags: [
1246,
1247,
2021,
1268,
731,
4275,
1704,
5447,
3646,
1073,
284,
1705,
288,
8,
3097,
5448,
1110,
1253,
4427,
4438,
3099,
5449,
5450,
1706,
406,
630,
1427,
388,
2743,
410,
5439,
1528,
2030,
454,
411,
5451,
5452,
5453,
65,
412,
2031,
4436,
37,
333,
1187,
278
],
),
"cast_pause": SymbolsMetadata(
popularity: 17,
codepoint: 0xf5f0,
categories: [11],
tags: [
1246,
1247,
2021,
1268,
2117,
731,
4275,
2023,
1704,
519,
1073,
1074,
345,
1745,
1705,
288,
8,
1110,
1253,
5454,
1706,
406,
686,
630,
439,
1707,
1223,
408,
5445,
410,
5439,
1226,
411,
5455,
65,
412,
2031,
1331,
2471,
37,
333,
1187,
278
],
),
"cast_warning": SymbolsMetadata(
popularity: 25,
codepoint: 0xf5ef,
categories: [11],
tags: [
3109,
1246,
1247,
2021,
1360,
1361,
731,
4275,
691,
1704,
1073,
284,
1365,
81,
1705,
288,
8,
2720,
1366,
1110,
3458,
1253,
1367,
2722,
1314,
1706,
1166,
406,
630,
267,
616,
1733,
2725,
410,
5439,
273,
454,
411,
31,
1093,
412,
1691,
2031,
206,
333,
1187,
278
],
),
"castle": SymbolsMetadata(
popularity: 732,
codepoint: 0xeab1,
categories: [5],
tags: [
5456,
5457,
1496,
5458,
929,
5459,
5460,
1498,
1387,
2556,
5461,
5462,
5463,
5464,
1140,
2557,
5465,
3296,
4055,
5466,
5467,
2790,
5468,
3187,
1502,
5469,
1036,
5470,
955,
2561,
5471
],
),
"category": SymbolsMetadata(
popularity: 9598,
codepoint: 0xe574,
categories: [6],
tags: [
4526,
1195,
1522,
5472,
373,
5473,
193,
1101,
1197,
2303,
5474,
284,
1075,
375,
5475,
1077,
5476,
1080,
3804,
5477,
86,
1314,
5478,
267,
5479,
3577,
5480,
586,
92,
1653,
5481,
5482,
3426,
1092,
5483,
95,
433,
955,
5484,
5485,
1096,
5486,
1691
],
),
"category_search": SymbolsMetadata(
popularity: 205,
codepoint: 0xf437,
categories: [2],
tags: [
748,
1422,
4526,
1195,
193,
1197,
5487,
1542,
316,
83,
317,
1109,
1111,
5488,
1344,
5489,
86,
53,
2326,
1115,
1116,
1117,
2329,
325,
5490,
3780,
1653,
2333,
4178,
5491,
2822,
1126,
1127,
5483,
95,
433,
511,
1691,
2337
],
),
"celebration": SymbolsMetadata(
popularity: 5823,
codepoint: 0xea65,
categories: [6],
tags: [
3,
2513,
3493,
4970,
4402,
4974,
5492,
5493,
3496,
10,
3293,
4409,
4976,
5494,
3295,
5495,
4483,
137,
1610,
5496,
3626,
3363,
587,
3504,
392,
3365,
3205,
857,
245,
5497,
31,
5154
],
),
"cell_merge": SymbolsMetadata(
popularity: 126,
codepoint: 0xf82e,
categories: [12],
tags: [
1466,
77,
502,
1250,
5498,
3582,
5499,
5500,
1324,
5501,
1073,
81,
5502,
5503,
1430,
2155,
382,
1198,
5504,
5505,
385,
1314,
1330,
5506,
586,
2459,
5507,
4441,
1460,
433,
955,
1473,
5508,
5509,
5510,
5511
],
),
"cell_tower": SymbolsMetadata(
popularity: 1888,
codepoint: 0xebba,
categories: [7],
tags: [
645,
4780,
731,
929,
2023,
1250,
5512,
251,
283,
284,
254,
81,
5513,
1622,
259,
610,
5514,
262,
267,
2056,
5515,
273,
3541,
955,
65,
276,
2561,
2059,
5516,
5517,
278
],
),
"cell_wifi": SymbolsMetadata(
popularity: 422,
codepoint: 0xe0ec,
categories: [7],
tags: [
861,
517,
1250,
251,
283,
284,
254,
4188,
81,
288,
51,
259,
1470,
262,
267,
271,
272,
652,
273,
291,
65,
1856,
277,
278
],
),
"center_focus_strong": SymbolsMetadata(
popularity: 1469,
codepoint: 0xe3b4,
categories: [1],
tags: [
5518,
1739,
5519,
2150,
1131,
4587,
482,
40,
42,
308,
345,
2339,
5520,
4579,
2155,
1749,
348,
1139,
49,
53,
17,
57,
59,
1535,
363,
71,
433,
5521,
1227,
511,
396,
1155,
2337
],
),
"center_focus_weak": SymbolsMetadata(
popularity: 936,
codepoint: 0xe3b5,
categories: [1],
tags: [
5522,
2150,
1131,
4587,
40,
42,
308,
5523,
5520,
1749,
348,
2821,
49,
51,
53,
550,
289,
57,
59,
432,
1149,
363,
5524,
823,
433,
31,
1227,
37,
5092,
5525,
1155,
2337
],
),
"chair": SymbolsMetadata(
popularity: 2952,
codepoint: 0xefed,
categories: [8],
tags: [
3732,
4047,
1906,
1877,
5526,
1161,
3700,
4051,
3815,
137,
1140,
1499,
384,
1895,
1376,
5527,
5528,
1912,
5529,
5530,
492,
1391,
289,
3822,
876,
1917,
1918,
1947,
1919,
1929,
1339,
5531,
31
],
),
"chair_alt": SymbolsMetadata(
popularity: 605,
codepoint: 0xefee,
categories: [8],
tags: [
1332,
5532,
1906,
1933,
4051,
137,
1140,
1499,
4192,
384,
1882,
4212,
87,
5529,
492,
1391,
289,
876,
432,
1919,
1929,
1339,
1943,
2491,
31,
1473,
766
],
),
"chalet": SymbolsMetadata(
popularity: 195,
codepoint: 0xe585,
categories: [16],
tags: [
5533,
5534,
1496,
929,
1932,
5535,
4887,
4888,
5536,
4932,
1498,
5537,
2556,
1958,
1140,
1499,
5538,
4055,
1534,
1596,
327,
2559,
1502,
1503,
2835,
4892,
1830,
1504,
5539,
3739,
955,
332,
4895,
2935,
1921,
1961,
1187
],
),
"change_circle": SymbolsMetadata(
popularity: 5333,
codepoint: 0xe2e7,
categories: [2],
tags: [
1740,
460,
77,
502,
1743,
193,
462,
753,
313,
3278,
1077,
757,
5540,
468,
325,
5541,
1090,
759,
760,
761,
2451,
3434,
3606,
470,
330,
291,
2404,
4308,
2453
],
),
"change_history": SymbolsMetadata(
popularity: 3003,
codepoint: 0xe86b,
categories: [6],
tags: [
5542,
1743,
5543,
5544,
1104,
5545,
4803,
5546,
1077,
2077,
3059,
1623,
4805,
5547,
2800,
1625,
1090,
2928,
453,
5548,
94,
392,
1171,
2465,
5549,
1691,
4140,
5550
],
),
"charger": SymbolsMetadata(
popularity: 1036,
codepoint: 0xe2ae,
categories: [4],
tags: [
5551,
5552,
3678,
3934,
4937,
3679,
5553,
3868,
193,
1073,
284,
4938,
288,
3682,
3983,
3921,
1878,
3683,
5554,
1165,
1111,
3935,
3936,
1143,
1060,
5555,
3969,
1315,
3687,
3989,
5556,
5557,
737,
5558,
65,
3937,
5559,
4942
],
),
"charging_station": SymbolsMetadata(
popularity: 501,
codepoint: 0xf19d,
categories: [11],
tags: [
1246,
1247,
3678,
3934,
1250,
3679,
3868,
3981,
288,
3682,
3983,
3921,
3683,
5554,
5560,
2276,
1110,
1253,
138,
51,
3935,
5561,
3936,
262,
5562,
271,
3687,
5563,
3961,
432,
2536,
3541,
291,
31,
525,
3937,
5559,
5564
],
),
"chart_data": SymbolsMetadata(
popularity: 656,
codepoint: 0xe473,
categories: [9],
tags: [
1422,
1071,
2802,
77,
1424,
3767,
569,
373,
1425,
81,
4374,
375,
578,
941,
1078,
234,
697,
1081,
68,
87,
1426,
226,
17,
1086,
22,
648,
2807,
1427,
759,
1428,
2334,
746,
3074,
1095,
1429,
1702,
2810
],
),
"chat": SymbolsMetadata(
popularity: 18887,
codepoint: 0xe0b7,
categories: [7],
tags: [
1360,
568,
570,
572,
573,
283,
1073,
975,
1475,
2731,
2732,
1479,
871,
5565,
2291,
5566,
583,
2296,
5567,
887,
616,
2298,
2300,
1260,
593,
4846,
594,
880,
1296,
33
],
rtlAutoMirrored: true,
),
"chat_add_on": SymbolsMetadata(
popularity: 621,
codepoint: 0xf0f3,
categories: [7],
tags: [
745,
5568,
5569,
568,
570,
572,
283,
1475,
1325,
5570,
2731,
2732,
5006,
1939,
5571,
1612,
583,
887,
2592,
239,
240,
593,
1484,
433,
1296,
4848,
33
],
rtlAutoMirrored: true,
),
"chat_apps_script": SymbolsMetadata(
popularity: 281,
codepoint: 0xf0bd,
categories: [7],
tags: [
5004,
2493,
5572,
501,
2589,
1267,
2125,
568,
570,
3168,
1102,
5573,
283,
1475,
1104,
2731,
5574,
5006,
2566,
583,
2296,
5007,
1123,
3325,
5575,
1484,
1296,
33,
5576
],
),
"chat_bubble": SymbolsMetadata(
popularity: 10375,
codepoint: 0xe0ca,
categories: [7],
tags: [
568,
570,
5577,
5578,
572,
573,
283,
5579,
975,
1475,
1476,
2731,
1478,
1479,
5571,
871,
1612,
583,
5580,
2296,
2592,
616,
593,
4846,
594,
5581,
880,
1296,
33,
4850,
5582
],
),
"chat_error": SymbolsMetadata(
popularity: 93,
codepoint: 0xf7ac,
categories: [7],
tags: [
1360,
1361,
568,
1208,
691,
570,
780,
1209,
5583,
572,
573,
283,
1475,
1365,
2731,
2720,
4701,
1212,
4787,
2721,
1479,
1367,
2722,
1166,
583,
5584,
3271,
616,
5585,
5586,
2725,
1224,
1428,
898,
594,
1484,
433,
1226,
31,
1296,
33,
206,
3992
],
),
"chat_info": SymbolsMetadata(
popularity: 185,
codepoint: 0xf52b,
categories: [7],
tags: [
5587,
1360,
1177,
865,
1332,
568,
570,
193,
572,
573,
283,
2855,
1475,
145,
1476,
4845,
2856,
1479,
3499,
2821,
871,
5074,
293,
68,
4427,
5588,
583,
3943,
330,
652,
1339,
2491,
4846,
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,
1788,
1476,
313,
2397,
1106,
1479,
5589,
903,
2843,
1111,
583,
325,
905,
5590,
1167,
2907,
5591,
1482,
1483,
906,
1700,
2300,
594,
2930,
33,
35,
3659
],
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,
2731,
313,
2397,
5592,
1479,
488,
903,
2843,
1111,
1327,
1612,
583,
325,
5590,
5593,
432,
906,
1700,
2300,
392,
594,
1484,
433,
2930,
33,
5594
],
rtlAutoMirrored: true,
),
"check": SymbolsMetadata(
popularity: 32733,
codepoint: 0xe5ca,
categories: [2],
tags: [
3109,
2824,
5595,
3,
1360,
2665,
1658,
1361,
691,
1661,
1662,
463,
3116,
2669,
4489,
2323,
1365,
2828,
1664,
1106,
2720,
1366,
5596,
2671,
4032,
1111,
1166,
616,
1666,
2674,
355,
906,
362,
363,
2930,
245,
1517,
1669,
2682,
1576,
5597,
1672
],
),
"check_box": SymbolsMetadata(
popularity: 26243,
codepoint: 0xe834,
categories: [2],
tags: [
4324,
2664,
2685,
5598,
482,
504,
1661,
5599,
5600,
3182,
684,
463,
3938,
2669,
3744,
345,
1664,
4326,
5601,
1820,
488,
1111,
88,
1166,
5602,
1666,
355,
362,
2702,
363,
433,
1517,
1669,
413,
2680,
141,
1672
],
),
"check_box_outline_blank": SymbolsMetadata(
popularity: 22187,
codepoint: 0xe835,
categories: [2],
tags: [
809,
1133,
482,
504,
1661,
5600,
684,
3938,
345,
2394,
754,
1633,
5163,
5603,
811,
1820,
488,
348,
1222,
1111,
88,
1166,
355,
289,
2594,
358,
432,
362,
363,
151,
433,
1517,
1669,
5604,
413,
141,
5605,
5606,
5011
],
),
"check_circle": SymbolsMetadata(
popularity: 86309,
codepoint: 0xe86c,
categories: [2],
tags: [
2660,
2666,
1658,
1661,
1662,
193,
463,
3116,
2669,
4489,
2323,
1664,
3499,
2671,
51,
1166,
1666,
355,
289,
5607,
362,
363,
291,
245,
1517,
1669,
2680,
2681,
2336,
4460,
1576,
1672
],
),
"check_in_out": SymbolsMetadata(
popularity: 29,
codepoint: 0xf6f6,
categories: [15],
tags: [
861,
5608,
5609,
2033,
502,
3812,
2967,
1531,
5610,
2038,
313,
1431,
3278,
1212,
5096,
5611,
2739,
3039,
5612,
980,
5613,
468,
2345,
5614,
5615,
1124,
2836,
1700,
5616,
3825,
2404,
413,
526,
4308,
332
],
),
"check_indeterminate_small": SymbolsMetadata(
popularity: 783,
codepoint: 0xf88a,
categories: [2],
tags: [
1658,
1661,
5600,
193,
463,
345,
2394,
1664,
2671,
488,
3636,
3112,
5617,
1111,
87,
1166,
1935,
5618,
5619,
5620,
5621,
1666,
355,
289,
3638,
5622,
1151,
1152,
362,
363,
1956,
4248,
291,
1669,
3578,
413,
5606,
2336,
1576,
1672
],
),
"check_small": SymbolsMetadata(
popularity: 2207,
codepoint: 0xf88b,
categories: [2],
tags: [
2661,
5623,
2664,
2440,
500,
5624,
2666,
1658,
2685,
1661,
5600,
1662,
450,
193,
463,
3116,
2669,
4489,
3744,
2323,
1664,
1479,
2671,
488,
51,
87,
88,
1166,
1666,
355,
289,
5625,
242,
906,
362,
2702,
363,
291,
2930,
245,
1517,
1669,
413,
5626,
2681,
2336,
4460,
1576,
1672
],
),
"checkbook": SymbolsMetadata(
popularity: 111,
codepoint: 0xe70d,
categories: [9],
tags: [
924,
925,
926,
927,
928,
3390,
5627,
960,
569,
5628,
5629,
1661,
5630,
1430,
5631,
941,
942,
968,
5632,
1470,
948,
5633,
951,
5634,
5635,
4132,
432,
985,
5636,
5637,
1485
],
rtlAutoMirrored: true,
),
"checked_bag": SymbolsMetadata(
popularity: 27,
codepoint: 0xeb0c,
categories: [16],
tags: [
1973,
2685,
3641,
2034,
5638,
5639,
1661,
3182,
1662,
1663,
4489,
1333,
1664,
4633,
2739,
1623,
2043,
5640,
5363,
432,
1928,
1690,
4915,
4486,
1669,
3303,
332,
1921,
1961,
1576
],
),
"checked_bag_question": SymbolsMetadata(
popularity: 19,
codepoint: 0xeb0d,
categories: [16],
tags: [
1973,
865,
3641,
5641,
2034,
5642,
1661,
5643,
5644,
5645,
5033,
5646,
5647,
871,
5648,
68,
5410,
1623,
2043,
5649,
5650,
2333,
3943,
3944,
5651,
4486,
880,
332,
5652,
5653,
5654,
1921
],
),
"checklist": SymbolsMetadata(
popularity: 7333,
codepoint: 0xe6b1,
categories: [12],
tags: [
2149,
2150,
1658,
1661,
5655,
3182,
3092,
1662,
463,
1663,
1580,
1664,
1252,
680,
2155,
4802,
2671,
370,
1376,
86,
87,
1470,
88,
5656,
1166,
1585,
1666,
586,
3488,
1668,
5657,
362,
1588,
1460,
433,
2716,
1517,
5658,
33,
1669,
5659,
5660,
5661,
3132,
35,
2336,
1576,
1485,
1672
],
),
"checklist_rtl": SymbolsMetadata(
popularity: 2285,
codepoint: 0xe6b3,
categories: [12],
tags: [
2149,
2150,
1658,
2230,
1661,
3092,
463,
5662,
81,
1580,
1430,
1664,
1252,
680,
2155,
4802,
488,
370,
916,
68,
86,
5663,
88,
1029,
1166,
1585,
5664,
1666,
91,
586,
1667,
3488,
759,
1428,
5665,
5666,
362,
94,
1588,
1460,
1619,
3752,
33,
1669,
1670,
35,
2336,
1576,
1485,
1672
],
),
"checkroom": SymbolsMetadata(
popularity: 1976,
codepoint: 0xf19e,
categories: [8],
tags: [
2636,
3641,
5667,
5668,
5669,
5670,
2639,
2640,
2641,
5671,
5672,
3833,
2647,
5673,
2648,
5674,
5675,
2739,
323,
2043,
327,
272,
1393,
652,
1394,
1690,
1396,
332,
5676,
2658
],
),
"cheer": SymbolsMetadata(
popularity: 184,
codepoint: 0xf6a8,
categories: [3],
tags: [
3,
5677,
5678,
3493,
5679,
5680,
4974,
5681,
5682,
5492,
5683,
5493,
5684,
5685,
4976,
5686,
5687,
1609,
1610,
5688,
5496,
5689,
587,
5690,
5691,
3366,
245,
5692,
3508,
5693,
5694
],
),
"chef_hat": SymbolsMetadata(
popularity: 65,
codepoint: 0xf357,
categories: [3],
tags: [
5695,
3691,
5696,
5697,
5698,
5699,
5700,
4204,
4205,
5701,
5702,
3698,
4681,
5703,
3700,
3701,
2356,
5704,
4208,
3702,
5705,
5706,
4212,
5707,
3703,
506,
4914,
5708,
5709,
1537,
5710,
5711,
2657
],
),
"chess": SymbolsMetadata(
popularity: 237,
codepoint: 0xf5e7,
categories: [3],
tags: [
480,
2513,
5712,
5713,
5714,
5715,
5716,
5717,
6,
781,
5383,
2498,
4054,
5718,
1959,
3423,
5719,
5720,
5721,
4729,
3488,
2509,
5722,
4062,
3299,
5723,
30,
433,
5724,
5725,
4851,
5154
],
),
"chess_pawn": SymbolsMetadata(
popularity: 84,
codepoint: 0xf3b6,
categories: [3],
tags: [
4396,
5713,
5714,
5716,
5717,
6,
3499,
5383,
5726,
2498,
1750,
492,
5721,
4729,
2509,
390,
392,
888,
1339,
2491,
5724,
31,
5727
],
),
"chevron_backward": SymbolsMetadata(
popularity: 196,
codepoint: 0xf46b,
categories: [2],
tags: [
500,
77,
502,
2443,
2826,
2827,
345,
313,
51,
2197,
406,
1624,
325,
409,
328,
1167,
2833,
1124,
2852,
5626,
5728
],
rtlAutoMirrored: true,
),
"chevron_forward": SymbolsMetadata(
popularity: 385,
codepoint: 0xf46a,
categories: [2],
tags: [
2926,
500,
77,
502,
2847,
2827,
902,
43,
313,
914,
903,
2843,
5729,
51,
1376,
1314,
88,
237,
1750,
1624,
325,
905,
5730,
5731,
2927,
1167,
1121,
759,
2899,
906,
5732
],
rtlAutoMirrored: true,
),
"chevron_left": SymbolsMetadata(
popularity: 20449,
codepoint: 0xe5cb,
categories: [2],
tags: [
2824,
500,
77,
502,
2443,
2826,
1632,
2847,
5733,
2827,
313,
2273,
2828,
2830,
2077,
51,
2197,
2853,
352,
2940,
1624,
325,
1586,
5734,
1167,
2833,
2834,
2835,
1124,
2852,
2858,
3475,
2839
],
rtlAutoMirrored: true,
),
"chevron_right": SymbolsMetadata(
popularity: 52578,
codepoint: 0xe5cc,
categories: [2],
tags: [
2926,
500,
77,
502,
5735,
2847,
5733,
2827,
902,
313,
5736,
1431,
914,
903,
2843,
548,
51,
1376,
1314,
88,
506,
237,
1750,
1624,
905,
5734,
1167,
1121,
906,
2008,
3475
],
rtlAutoMirrored: true,
),
"child_care": SymbolsMetadata(
popularity: 2471,
codepoint: 0xeb41,
categories: [8],
tags: [
3523,
3524,
3137,
5737,
993,
5738,
997,
4065,
4066,
5739,
5740,
577,
1026,
1027,
5741,
3530,
1028,
630,
3534,
3535,
5742,
1574,
5743,
705,
1036,
5744,
5745,
5746,
3542,
2080,
1023,
5747
],
),
"child_friendly": SymbolsMetadata(
popularity: 582,
codepoint: 0xeb42,
categories: [16],
tags: [
861,
5748,
188,
3524,
690,
3137,
5737,
993,
997,
628,
345,
5749,
1026,
225,
83,
5750,
977,
3530,
1006,
1028,
3534,
1032,
5751,
589,
590,
1574,
2368,
3189,
1774,
888,
5744,
3542,
601,
1023,
5747
],
),
"chip_extraction": SymbolsMetadata(
popularity: 75,
codepoint: 0xf821,
categories: [2],
tags: [
77,
502,
5752,
4918,
5753,
3938,
519,
81,
5754,
288,
313,
3263,
2981,
1878,
2787,
5755,
5756,
1110,
5312,
1327,
1698,
3960,
5757,
5758,
4728,
5759,
5760,
1224,
4881,
906,
5761,
3963,
65,
511,
5762
],
),
"chips": SymbolsMetadata(
popularity: 32,
codepoint: 0xe993,
categories: [2],
tags: [
748,
1673,
501,
3305,
144,
1100,
4526,
5424,
2393,
2707,
5763,
1236,
485,
83,
5764,
199,
1111,
1344,
385,
262,
630,
5765,
70,
5766,
92,
271,
921,
150,
1751,
410,
362,
363,
71,
2838,
95,
525,
5767,
141,
1348,
333,
1186,
1187
],
),
"chrome_reader_mode": SymbolsMetadata(
popularity: 978,
codepoint: 0xe86d,
categories: [6],
tags: [
2442,
3390,
1694,
1179,
1704,
628,
1430,
385,
3069,
642,
1586,
1587,
1735,
3071,
3380,
3778,
2890,
432,
433,
33,
97,
333,
1186
],
rtlAutoMirrored: true,
),
"chromecast_2": SymbolsMetadata(
popularity: 205,
codepoint: 0xf17b,
categories: [10],
tags: [
74,
2021,
1268,
4275,
2023,
5437,
519,
1073,
284,
628,
288,
8,
781,
2025,
1684,
5768,
1110,
406,
5444,
630,
439,
1143,
1733,
408,
1427,
1516,
5769,
5439,
1528,
454,
411,
65,
412,
4778,
2031,
37,
278
],
),
"chromecast_device": SymbolsMetadata(
popularity: 212,
codepoint: 0xe83c,
categories: [11],
tags: [
3151,
2021,
1268,
5770,
461,
4275,
5437,
1073,
284,
628,
288,
8,
5771,
2537,
1878,
781,
1684,
1110,
1140,
3339,
1499,
259,
406,
1143,
3343,
432,
410,
5439,
1528,
273,
1292,
411,
65,
412,
4778,
37,
1856,
278
],
),
"chronic": SymbolsMetadata(
popularity: 78,
codepoint: 0xebb2,
categories: [2],
tags: [
1359,
1360,
1674,
1159,
752,
753,
2091,
2305,
5772,
10,
1077,
489,
697,
2077,
2311,
3059,
2973,
4805,
757,
5541,
5773,
2800,
3487,
5009,
453,
3373,
3434,
1168,
94,
2977,
1171,
2465,
1172,
1095,
2080
],
),
"church": SymbolsMetadata(
popularity: 1178,
codepoint: 0xeaae,
categories: [5],
tags: [
1496,
929,
5774,
5775,
5776,
5777,
5778,
5779,
574,
1235,
10,
5780,
5781,
5782,
5783,
5182,
3296,
323,
5784,
1167,
5785,
5186,
5786,
5787,
5788,
5789,
652,
5188,
5790,
5791,
5792,
5194
],
),
"cinematic_blur": SymbolsMetadata(
popularity: 68,
codepoint: 0xf853,
categories: [0],
tags: [
565,
1739,
4294,
3075,
3515,
4295,
5793,
40,
344,
5794,
2279,
4309,
680,
487,
346,
83,
1749,
581,
49,
406,
354,
589,
57,
59,
5100,
5795,
681,
590,
4197,
2162,
4304,
601,
37,
434,
4318
],
),
"circle": SymbolsMetadata(
popularity: 8674,
codepoint: 0xef4a,
categories: [1],
tags: [
749,
500,
3743,
504,
193,
462,
463,
4734,
1746,
811,
5796,
5797,
1749,
2276,
381,
137,
49,
51,
53,
1166,
4089,
3577,
289,
5798,
57,
59,
62,
328,
759,
2056,
453,
330,
362,
392,
2491,
331,
291,
1226,
1227,
2320,
2540
],
),
"circle_notifications": SymbolsMetadata(
popularity: 2428,
codepoint: 0xe994,
categories: [6],
tags: [
749,
2513,
1359,
1360,
2124,
5799,
5800,
1361,
1362,
4137,
1363,
193,
462,
2855,
1843,
5801,
2292,
5802,
68,
583,
887,
2458,
616,
1259,
1368,
4139,
5591,
1370,
5803,
762,
5804,
273,
1293,
4140
],
),
"circles": SymbolsMetadata(
popularity: 47,
codepoint: 0xe7ea,
categories: [6],
tags: [
480,
1466,
504,
1101,
1197,
4861,
4568,
1105,
1678,
1164,
381,
137,
579,
384,
1403,
647,
2457,
2221,
3354,
851,
330,
5483,
1339,
4869,
31,
476
],
),
"circles_ext": SymbolsMetadata(
popularity: 100,
codepoint: 0xe7ec,
categories: [6],
tags: [
480,
5805,
5806,
1101,
5807,
485,
43,
2340,
1212,
914,
5808,
5809,
1335,
5006,
1749,
2276,
5810,
904,
3571,
381,
138,
2344,
3354,
3201,
5811,
410,
392,
1407,
396,
2337
],
),
"clarify": SymbolsMetadata(
popularity: 295,
codepoint: 0xf0bf,
categories: [12],
tags: [
748,
2442,
345,
43,
1542,
1580,
1430,
5812,
316,
147,
317,
1749,
1109,
5813,
2325,
385,
2326,
5814,
5815,
2329,
1624,
2458,
1586,
1126,
31,
33,
511,
1485,
2337
],
rtlAutoMirrored: true,
),
"clean_hands": SymbolsMetadata(
popularity: 941,
codepoint: 0xf21f,
categories: [3],
tags: [
2374,
690,
3814,
3137,
810,
5816,
5817,
2378,
5818,
2696,
2698,
5819,
2076,
697,
5820,
892,
3529,
5821,
894,
920,
5822,
1574,
702,
705,
3851,
5823,
5824,
2384,
5825,
2387,
5826,
5827,
3829,
3492
],
),
"cleaning": SymbolsMetadata(
popularity: 27,
codepoint: 0xe995,
categories: [15],
tags: [
1923,
1423,
5828,
1759,
5829,
5830,
5831,
810,
1891,
1864,
780,
5832,
3863,
5833,
46,
4633,
1140,
4192,
5834,
3529,
5835,
5836,
4175,
3960,
1224,
3844,
5823,
652,
5837,
1870,
5838,
5839,
5840,
1517,
5841,
5842,
1781,
1518
],
),
"cleaning_bucket": SymbolsMetadata(
popularity: 395,
codepoint: 0xf8b4,
categories: [10],
tags: [
5843,
5844,
1864,
1333,
3863,
5845,
4483,
4633,
1140,
5846,
3529,
138,
5836,
4175,
3960,
5847,
5848,
3844,
652,
392,
3655,
31,
1781,
3375,
3858,
3829
],
),
"cleaning_services": SymbolsMetadata(
popularity: 1945,
codepoint: 0xf0ff,
categories: [5],
tags: [
5830,
3137,
5844,
810,
1864,
1180,
3863,
5833,
3783,
1140,
1499,
5834,
3529,
5836,
3960,
5847,
4114,
5849,
4914,
760,
1503,
3844,
5850,
652,
878,
3365,
5851,
5839,
5841,
3858
],
),
"clear_all": SymbolsMetadata(
popularity: 2531,
codepoint: 0xe0b8,
categories: [2],
tags: [
748,
2282,
1673,
5830,
504,
810,
780,
5852,
345,
81,
5853,
1705,
1580,
1430,
4802,
5854,
370,
137,
138,
68,
86,
1470,
88,
1029,
262,
4114,
876,
5855,
5856,
5839,
5857,
31,
5841,
333
],
),
"clear_day": SymbolsMetadata(
popularity: 1645,
codepoint: 0xf157,
categories: [3],
tags: [
5858,
3620,
193,
780,
840,
2126,
1844,
2888,
5859,
3027,
1140,
3029,
3626,
5860,
2363,
1826,
1143,
4040,
4749,
1994,
4750,
4330,
2371,
1598,
5861,
4043,
5862,
5863,
858,
2070,
3828,
859
],
),
"climate_mini_split": SymbolsMetadata(
popularity: 153,
codepoint: 0xf8b5,
categories: [10],
tags: [
5864,
1872,
5865,
5866,
5290,
1859,
2125,
840,
1877,
345,
844,
845,
5867,
5868,
3027,
1848,
1140,
3173,
1849,
5869,
2044,
5870,
5871,
1898,
2403,
1093,
5872,
1854,
5873
],
),
"clinical_notes": SymbolsMetadata(
popularity: 189,
codepoint: 0xe09e,
categories: [3],
tags: [
690,
373,
3092,
2375,
4252,
5874,
81,
4253,
5016,
1580,
1762,
1430,
147,
488,
697,
892,
2077,
1764,
581,
3059,
88,
5875,
894,
5876,
1480,
1585,
5877,
1586,
1587,
4273,
5878,
4516,
588,
589,
1771,
453,
1428,
5378,
1485
],
),
"clock_arrow_down": SymbolsMetadata(
popularity: 55,
codepoint: 0xf382,
categories: [2],
tags: [
5879,
4936,
1674,
77,
4801,
193,
462,
1159,
2578,
520,
2848,
2077,
4805,
5880,
289,
2800,
2833,
453,
2801,
5881,
1539,
2122,
5882,
1171,
5883,
5884,
2465,
5885,
2080
],
),
"clock_arrow_up": SymbolsMetadata(
popularity: 44,
codepoint: 0xf381,
categories: [2],
tags: [
2072,
1674,
77,
5886,
2073,
193,
1159,
2848,
2077,
5887,
3466,
5888,
2800,
5889,
2833,
759,
1370,
3662,
1124,
2836,
5890,
2852,
470,
1168,
360,
1171,
5891,
2545,
1702
],
),
"clock_loader_10": SymbolsMetadata(
popularity: 251,
codepoint: 0xf726,
categories: [2],
tags: [
77,
751,
193,
462,
1159,
2074,
1400,
520,
2698,
3112,
51,
3439,
3043,
5892,
756,
3638,
2594,
3968,
3686,
758,
759,
2801,
470,
1152,
472,
32,
1171,
2545,
1172,
2453,
527,
766,
2080
],
),
"clock_loader_20": SymbolsMetadata(
popularity: 160,
codepoint: 0xf725,
categories: [2],
tags: [
749,
341,
77,
751,
5893,
193,
5894,
1159,
2118,
520,
2698,
51,
3439,
3043,
5892,
756,
5895,
2594,
5896,
3968,
3686,
1167,
1090,
5897,
759,
2519,
470,
3518,
5898,
291,
5075,
1171,
5899,
5900,
527,
766,
5901
],
),
"clock_loader_40": SymbolsMetadata(
popularity: 258,
codepoint: 0xf724,
categories: [2],
tags: [
751,
193,
462,
1159,
81,
520,
2219,
5902,
3486,
5903,
51,
3439,
3043,
756,
2594,
3968,
3686,
5904,
758,
759,
2519,
2520,
470,
291,
4127,
1171,
1172,
526,
527,
2523,
766,
2080
],
),
"clock_loader_60": SymbolsMetadata(
popularity: 282,
codepoint: 0xf723,
categories: [2],
tags: [
683,
193,
462,
1159,
2074,
81,
2118,
520,
2091,
3462,
5905,
51,
3439,
3043,
756,
3465,
2594,
3968,
3686,
758,
759,
760,
470,
330,
360,
472,
291,
5906,
1171,
1172,
1095,
2453,
527,
2523,
766,
2080
],
),
"clock_loader_80": SymbolsMetadata(
popularity: 134,
codepoint: 0xf722,
categories: [2],
tags: [
3900,
750,
193,
462,
1159,
3116,
284,
80,
81,
2118,
520,
2091,
5907,
51,
3439,
3043,
5892,
756,
17,
267,
289,
2594,
3968,
3686,
1090,
759,
470,
1035,
291,
764,
5906,
1171,
1172,
2453,
527,
766
],
),
"clock_loader_90": SymbolsMetadata(
popularity: 134,
codepoint: 0xf721,
categories: [2],
tags: [
5908,
751,
193,
462,
4120,
1159,
5909,
520,
3462,
51,
3439,
87,
3043,
5892,
756,
3465,
3986,
5910,
2594,
3968,
3686,
1167,
758,
759,
762,
470,
360,
291,
2122,
1171,
2453,
527,
766
],
),
"close": SymbolsMetadata(
popularity: 136702,
codepoint: 0xe5cd,
categories: [2],
tags: [
5162,
748,
1360,
1208,
5911,
780,
1209,
4489,
1235,
1210,
5912,
5913,
4646,
2720,
1212,
2955,
3450,
5914,
5081,
616,
1224,
5915,
1226,
5916,
206,
5917,
3992,
3993
],
),
"close_fullscreen": SymbolsMetadata(
popularity: 4465,
codepoint: 0xf1cf,
categories: [2],
tags: [
748,
77,
502,
5918,
482,
504,
1209,
912,
2444,
345,
2339,
3052,
313,
8,
5919,
2276,
1697,
1612,
1344,
406,
2897,
642,
1427,
432,
5920,
3662,
410,
2922,
433,
1093,
413,
37,
396,
1187
],
),
"close_small": SymbolsMetadata(
popularity: 475,
codepoint: 0xf508,
categories: [2],
tags: [
1208,
780,
1209,
1235,
5038,
1210,
5921,
4646,
2127,
2720,
1212,
2721,
1213,
5922,
2044,
1255,
5923,
4272,
3271,
4247,
5040,
1224,
5924,
1956,
1226,
3578,
5167,
5925,
3992,
3993
],
),
"closed_caption": SymbolsMetadata(
popularity: 1373,
codepoint: 0xe01c,
categories: [0],
tags: [
862,
863,
4,
1268,
482,
504,
5926,
5927,
3307,
5,
4238,
5928,
1745,
5929,
868,
12,
5226,
16,
87,
1301,
406,
3341,
1059,
409,
3380,
432,
71,
1067,
594,
5930,
5931,
5932,
2404,
31,
33,
413,
5933,
2031,
35,
37
],
),
"closed_caption_add": SymbolsMetadata(
popularity: 18,
codepoint: 0xf4ae,
categories: [0],
tags: [
231,
862,
863,
745,
4,
1268,
482,
5926,
5927,
3307,
5,
4238,
5928,
628,
1325,
5929,
1252,
2155,
12,
5934,
5226,
16,
1470,
406,
3341,
439,
887,
1452,
239,
432,
5935,
433,
5931,
5932,
31,
33,
5936,
5933,
2031,
35,
3659,
37,
1485
],
),
"closed_caption_disabled": SymbolsMetadata(
popularity: 327,
codepoint: 0xf1dc,
categories: [0],
tags: [
862,
863,
4,
1268,
2816,
5926,
5927,
3307,
5,
4238,
5937,
5929,
868,
1055,
5938,
346,
12,
1279,
5226,
16,
1470,
4529,
406,
354,
3341,
1303,
1059,
1061,
432,
410,
2008,
2102,
1067,
5939,
594,
433,
5940,
5931,
5932,
31,
412,
33,
2031,
35,
37
],
),
"cloud": SymbolsMetadata(
popularity: 7362,
codepoint: 0xe2bd,
categories: [12],
tags: [
837,
1875,
840,
1676,
5941,
284,
1844,
3499,
2888,
137,
138,
259,
5860,
814,
1826,
267,
289,
5942,
1711,
5943,
330,
1035,
392,
1339,
1994,
855,
2491,
31,
858,
141,
907,
527,
859,
835
],
),
"cloud_alert": SymbolsMetadata(
popularity: 122,
codepoint: 0xf3cc,
categories: [12],
tags: [
3109,
1360,
1361,
691,
840,
1676,
284,
1365,
81,
2720,
1366,
4787,
2721,
2888,
3458,
1367,
259,
2722,
1166,
5860,
267,
616,
523,
2725,
1711,
2726,
392,
1994,
291,
1690,
31,
764,
858,
1691,
5944,
527,
206,
859
],
),
"cloud_circle": SymbolsMetadata(
popularity: 622,
codepoint: 0xe2be,
categories: [12],
tags: [
1673,
501,
1675,
193,
462,
1676,
1310,
284,
81,
520,
1678,
1680,
3499,
1682,
2888,
259,
267,
523,
289,
330,
2726,
392,
1994,
1690,
5906,
65,
527,
859
],
),
"cloud_done": SymbolsMetadata(
popularity: 2100,
codepoint: 0xe2bf,
categories: [12],
tags: [
1673,
501,
1658,
3998,
1675,
1661,
1662,
1676,
463,
1663,
1310,
2689,
284,
81,
44,
1430,
1664,
520,
1678,
147,
1680,
2671,
1682,
1622,
259,
1166,
267,
1666,
523,
3014,
4464,
362,
2726,
1994,
1690,
245,
31,
764,
5906,
65,
1669,
527,
2336,
1576,
859,
1672
],
),
"cloud_download": SymbolsMetadata(
popularity: 3997,
codepoint: 0xe2c0,
categories: [12],
tags: [
861,
1673,
501,
77,
1675,
1676,
1677,
5945,
519,
284,
81,
1430,
2819,
520,
3037,
1678,
147,
1680,
1682,
5946,
259,
1750,
267,
2298,
2801,
1539,
2726,
1994,
1690,
764,
5906,
526,
5947,
527
],
),
"cloud_lock": SymbolsMetadata(
popularity: 114,
codepoint: 0xf386,
categories: [12],
tags: [
861,
5315,
5218,
5220,
1675,
840,
4238,
1676,
284,
81,
5948,
259,
1112,
1778,
1056,
267,
523,
5949,
5319,
1034,
1063,
3187,
1574,
1711,
1065,
2368,
3189,
705,
1774,
5950,
1036,
1994,
1690,
31,
858,
527,
859
],
),
"cloud_off": SymbolsMetadata(
popularity: 1636,
codepoint: 0xe2c1,
categories: [12],
tags: [
861,
1673,
501,
1675,
3259,
1676,
284,
81,
868,
2719,
1678,
1055,
2720,
4787,
5951,
1680,
1682,
259,
267,
1057,
5952,
5953,
5954,
1059,
1060,
1061,
2724,
5955,
5956,
1994,
1067,
1690,
5957,
5958,
764,
1068,
5959,
527,
206,
859
],
),
"cloud_sync": SymbolsMetadata(
popularity: 2055,
codepoint: 0xeb5a,
categories: [12],
tags: [
1673,
501,
460,
77,
1675,
2861,
1676,
1310,
284,
753,
81,
615,
1467,
313,
520,
1678,
1680,
1682,
138,
3439,
259,
3043,
3440,
757,
267,
523,
759,
760,
2451,
470,
1539,
1994,
1690,
764,
765,
1093,
526,
473,
4953,
5960,
2453,
527,
333
],
),
"cloud_upload": SymbolsMetadata(
popularity: 6479,
codepoint: 0xe2c3,
categories: [12],
tags: [
1673,
501,
77,
1675,
1676,
1310,
284,
81,
44,
3012,
520,
1678,
2872,
1680,
1682,
5961,
259,
1750,
267,
523,
5962,
1539,
2300,
5963,
2726,
1528,
1994,
509,
1690,
764,
1093,
526,
1702,
98,
527,
5964,
859
],
),
"co2": SymbolsMetadata(
popularity: 1075,
codepoint: 0xe7b0,
categories: [3],
tags: [
837,
5965,
5966,
5967,
4167,
5968,
5969,
4168,
5970,
5971,
5972,
3097,
1164,
5973,
1845,
4170,
5974,
5975,
138,
4174,
3099,
5976,
289,
876,
1884,
4179,
5977,
1170,
4390,
31
],
),
"co_present": SymbolsMetadata(
popularity: 2091,
codepoint: 0xeaf0,
categories: [7],
tags: [
77,
731,
5978,
4275,
5979,
571,
5094,
44,
8,
5098,
523,
589,
5009,
1427,
590,
388,
432,
4777,
410,
5980,
1528,
2030,
2838,
5981,
411,
5982,
601,
37,
5104,
396,
333,
3617,
1186,
1187
],
),
"code": SymbolsMetadata(
popularity: 9168,
codepoint: 0xe86f,
categories: [6],
tags: [
5983,
501,
2564,
5984,
1374,
1102,
2218,
5985,
5986,
519,
5987,
2187,
1716,
1313,
1104,
2155,
4885,
2787,
2565,
1108,
5988,
5226,
3423,
5989,
1686,
5990,
1123,
3325,
509,
737,
5991,
65,
1317,
5992,
333
],
),
"code_blocks": SymbolsMetadata(
popularity: 1013,
codepoint: 0xf84d,
categories: [6],
tags: [
5983,
481,
2263,
5984,
1374,
5993,
1102,
2218,
3938,
1073,
1375,
2187,
81,
1716,
1313,
1104,
2155,
4885,
2787,
1077,
1108,
5988,
5994,
3423,
5995,
4726,
1686,
1123,
3325,
5996,
94,
5997,
5998,
955,
5991,
5999,
1671
],
),
"code_off": SymbolsMetadata(
popularity: 675,
codepoint: 0xe4f3,
categories: [6],
tags: [
6000,
481,
5984,
1208,
1102,
2218,
2187,
2606,
1716,
1313,
6001,
1300,
868,
6002,
680,
1055,
4885,
2787,
2720,
4245,
1213,
1108,
5988,
5165,
6003,
5989,
3271,
1059,
1061,
1686,
1123,
1224,
3273,
3325,
1067,
737,
1226,
5991,
4322,
1068
],
),
"coffee": SymbolsMetadata(
popularity: 2699,
codepoint: 0xefef,
categories: [8],
tags: [
6004,
4859,
2117,
3693,
3695,
6005,
6006,
6007,
6008,
6009,
6010,
6011,
4683,
4206,
3683,
2356,
3029,
6012,
6013,
4212,
4175,
6014,
2082,
6015,
4688,
6016,
1537,
1201,
3826,
6017,
6018,
3828
],
),
"coffee_maker": SymbolsMetadata(
popularity: 832,
codepoint: 0xeff0,
categories: [8],
tags: [
1859,
6019,
2125,
4859,
3693,
6020,
3695,
6007,
6009,
6021,
4205,
6011,
3863,
4206,
6022,
3682,
46,
6023,
1140,
6013,
4192,
4212,
1730,
6024,
2082,
6015,
492,
6025,
6026,
1537,
652
],
),
"cognition": SymbolsMetadata(
popularity: 820,
codepoint: 0xe09f,
categories: [3],
tags: [
480,
1422,
1071,
690,
6027,
6028,
2303,
81,
3097,
4483,
977,
697,
892,
581,
3804,
5477,
384,
2468,
4427,
3099,
894,
2799,
5719,
6029,
289,
588,
589,
6030,
4179,
392,
1170,
31,
4851,
4852,
5582,
6031,
4447
],
),
"cognition_2": SymbolsMetadata(
popularity: 434,
codepoint: 0xf3b5,
categories: [3],
tags: [
2493,
1422,
2495,
690,
6027,
6028,
6032,
1310,
2303,
284,
81,
44,
977,
697,
581,
3804,
5477,
2468,
4427,
3099,
2799,
5719,
6029,
267,
6033,
588,
589,
1090,
758,
6030,
4179,
1292,
31,
4851,
4852,
5582,
6031
],
),
"collapse_all": SymbolsMetadata(
popularity: 483,
codepoint: 0xe944,
categories: [2],
tags: [
2282,
502,
1192,
6034,
1250,
1209,
6035,
912,
6036,
6037,
6038,
5054,
6039,
2444,
6040,
2397,
6041,
914,
2918,
6042,
579,
6043,
2920,
6044,
6045,
88,
2897,
6046,
6047,
5920,
6048,
2922,
6049
],
),
"collapse_content": SymbolsMetadata(
popularity: 438,
codepoint: 0xf507,
categories: [2],
tags: [
1131,
77,
6050,
502,
2827,
912,
6051,
6052,
6053,
6054,
145,
313,
2819,
2578,
914,
6055,
6056,
6057,
6058,
6059,
2920,
6060,
88,
2344,
2897,
237,
325,
2927,
2222,
1151,
6061,
6062,
6063,
2008,
413,
98
],
),
"collections_bookmark": SymbolsMetadata(
popularity: 3164,
codepoint: 0xe431,
categories: [6],
tags: [
1342,
1674,
1694,
3391,
4795,
1197,
6064,
2143,
3498,
1343,
1079,
3059,
4427,
52,
1345,
88,
3394,
2457,
4463,
1585,
92,
1587,
6065,
3380,
2890,
4469,
6066,
453,
4132,
179,
985,
4104,
3505,
1539,
1712,
4479,
182
],
),
"colorize": SymbolsMetadata(
popularity: 1206,
codepoint: 0xe3b8,
categories: [1],
tags: [
5343,
4593,
1592,
3076,
4562,
6067,
6068,
6069,
6070,
6071,
6072,
6073,
6074,
6075,
3583,
485,
378,
6076,
5755,
5796,
6077,
6078,
6079,
3081,
3083,
3084,
3602,
6080,
6081,
4228,
6082,
2162,
6083,
6084,
511,
3616
],
),
"colors": SymbolsMetadata(
popularity: 190,
codepoint: 0xe997,
categories: [12],
tags: [
1739,
4593,
1592,
3621,
3076,
5843,
4562,
6070,
6075,
6085,
3583,
485,
1580,
378,
2904,
1252,
680,
2155,
2219,
4306,
2255,
6086,
1641,
70,
3081,
3084,
6087,
362,
71,
1588,
6082,
1460,
1170,
2162,
6088,
33,
4740,
511,
35,
476,
1485
],
),
"combine_columns": SymbolsMetadata(
popularity: 25,
codepoint: 0xf420,
categories: [12],
tags: [
231,
745,
6089,
1438,
933,
6090,
284,
81,
6091,
6092,
6093,
6094,
1467,
485,
370,
382,
579,
6095,
6096,
385,
1470,
1314,
6097,
6098,
6099,
1452,
586,
239,
4664,
3356,
4133,
6100,
1459,
1460,
433,
31,
1473,
6101,
1464,
396,
1186
],
),
"comedy_mask": SymbolsMetadata(
popularity: 85,
codepoint: 0xf4d6,
categories: [3],
tags: [
6102,
6103,
6104,
1592,
6105,
6106,
5,
6107,
6108,
6109,
4527,
6110,
6111,
781,
10,
6112,
577,
6113,
6114,
1610,
6115,
6116,
6117,
6118,
6119,
6120,
354,
3079,
648,
2558,
2509,
1034,
1063,
1573,
1574,
1036,
2008,
1616,
6121,
6122,
3347,
6123,
6124,
6125,
6126,
6127,
2080
],
),
"comic_bubble": SymbolsMetadata(
popularity: 85,
codepoint: 0xf5dd,
categories: [3],
tags: [
341,
6128,
4843,
568,
6129,
6130,
6131,
570,
2728,
5583,
6132,
6133,
6134,
6135,
572,
283,
1475,
2731,
2732,
1479,
2498,
6136,
583,
4846,
594,
1484,
1296,
4848,
6137,
5576,
4853
],
),
"comment": SymbolsMetadata(
popularity: 6752,
codepoint: 0xe0b9,
categories: [7],
tags: [
745,
6138,
4843,
568,
570,
572,
573,
283,
1475,
1325,
6139,
2731,
2732,
1479,
1327,
583,
887,
6140,
289,
239,
432,
1482,
6141,
594,
433,
6142,
1296,
33,
5576,
6143
],
rtlAutoMirrored: true,
),
"comment_bank": SymbolsMetadata(
popularity: 513,
codepoint: 0xea4e,
categories: [7],
tags: [
1674,
926,
1694,
568,
6144,
570,
1197,
572,
573,
283,
1475,
2731,
2732,
3498,
1479,
579,
2077,
52,
5384,
1345,
583,
2457,
1585,
4114,
453,
4104,
1688,
3505,
1539,
6145,
594,
1484,
433,
6146,
1690,
1396,
182,
1296,
33
],
),
"comments_disabled": SymbolsMetadata(
popularity: 484,
codepoint: 0xe7a2,
categories: [7],
tags: [
4843,
1423,
1051,
568,
191,
570,
6147,
6148,
193,
572,
6149,
6150,
6151,
6152,
573,
6153,
6154,
1235,
6155,
868,
1055,
1479,
87,
583,
6156,
6157,
6158,
1303,
6159,
6160,
1059,
1060,
1061,
6161,
1067,
594,
1484,
6162
],
),
"commit": SymbolsMetadata(
popularity: 659,
codepoint: 0xeaf5,
categories: [6],
tags: [
6163,
6164,
2989,
6165,
193,
1102,
6166,
2669,
284,
6167,
1104,
375,
1107,
6168,
1077,
6169,
1078,
2077,
1623,
87,
1314,
4805,
1330,
267,
3424,
1625,
6170,
6171,
328,
759,
1688,
1539,
6172,
2930,
2453,
6173
],
),
"communication": SymbolsMetadata(
popularity: 2387,
codepoint: 0xe27c,
categories: [3],
tags: [
1360,
4843,
568,
6129,
570,
2728,
5578,
5583,
572,
6174,
283,
1475,
2731,
1479,
5571,
51,
583,
2296,
1143,
2592,
616,
588,
328,
2907,
1260,
1295,
594,
1484,
433,
6175,
1296,
4849
],
),
"communities": SymbolsMetadata(
popularity: 307,
codepoint: 0xe7ed,
categories: [3],
tags: [
480,
193,
283,
6176,
6177,
574,
6178,
284,
6179,
3499,
6180,
579,
580,
6181,
6182,
582,
6183,
267,
6184,
586,
6185,
588,
6186,
392,
1528,
593,
6187,
31,
597,
598,
1228,
990,
602
],
),
"commute": SymbolsMetadata(
popularity: 999,
codepoint: 0xe940,
categories: [14],
tags: [
1810,
1812,
2036,
312,
313,
2397,
2039,
3170,
1623,
323,
6188,
324,
1534,
174,
875,
325,
1625,
326,
327,
1167,
329,
2046,
2047,
1626,
1538,
1540,
1627,
4364,
1980,
1629,
332,
1921,
1836,
1630
],
),
"compare": SymbolsMetadata(
popularity: 1477,
codepoint: 0xe3b9,
categories: [1],
tags: [
1739,
2212,
1422,
6189,
373,
3712,
3761,
6190,
6191,
4739,
81,
6192,
6193,
1252,
680,
5545,
3352,
3485,
6194,
1748,
1078,
49,
2508,
86,
17,
1086,
6195,
2974,
2215,
57,
59,
2145,
6196,
1428,
3503,
1737,
71,
6197,
746,
394,
6198,
6199
],
),
"compare_arrows": SymbolsMetadata(
popularity: 3839,
codepoint: 0xe915,
categories: [2],
tags: [
2390,
77,
502,
925,
2967,
1743,
2393,
6200,
3712,
1235,
615,
313,
3278,
1077,
699,
2197,
6201,
1750,
6202,
2974,
70,
6203,
6204,
5438,
5614,
906,
3963,
2404,
3726,
764,
765,
6205,
413,
526,
394,
398
],
rtlAutoMirrored: true,
),
"compass_calibration": SymbolsMetadata(
popularity: 296,
codepoint: 0xe57c,
categories: [5],
tags: [
5518,
1739,
2150,
6206,
6207,
1742,
193,
309,
685,
284,
313,
2981,
1747,
259,
323,
6208,
324,
1085,
1534,
17,
325,
6209,
267,
6210,
507,
1167,
329,
760,
64,
652,
151,
71,
273,
4650,
511,
6211,
2997,
277,
278
],
),
"component_exchange": SymbolsMetadata(
popularity: 1740,
codepoint: 0xf1e7,
categories: [6],
tags: [
502,
2967,
1743,
1890,
3938,
284,
254,
6212,
313,
3278,
3003,
1077,
6213,
1084,
1750,
585,
6202,
4728,
1090,
3606,
1528,
6214,
3963,
2404,
4930,
526,
4291,
4953,
2453,
1671
],
),
"compost": SymbolsMetadata(
popularity: 3188,
codepoint: 0xe761,
categories: [3],
tags: [
2796,
6215,
6216,
6217,
6218,
6219,
1333,
6220,
6221,
6222,
315,
6223,
6224,
1844,
1845,
6225,
3372,
3815,
1821,
2357,
2361,
6226,
2363,
1826,
2364,
6227,
1827,
6228,
6229,
5920,
6230,
6231,
2316,
2317,
3374,
6232
],
),
"compress": SymbolsMetadata(
popularity: 1254,
codepoint: 0xe94d,
categories: [2],
tags: [
6233,
77,
502,
6200,
6037,
6038,
6234,
2339,
81,
3052,
377,
914,
47,
2220,
49,
2344,
2897,
439,
6235,
3419,
6236,
6204,
5438,
5920,
2222,
391,
6237,
6238,
410,
2922,
6205,
512,
37,
1187,
2337
],
),
"computer": SymbolsMetadata(
popularity: 9126,
codepoint: 0xe30a,
categories: [11],
tags: [
1246,
1247,
2541,
1704,
283,
519,
1310,
81,
5139,
1705,
288,
44,
8,
2537,
3336,
2538,
1110,
1253,
259,
3685,
1706,
630,
267,
4463,
1391,
4290,
4288,
6239,
410,
2726,
1093,
65,
6240,
333,
1187,
1518,
6241
],
),
"computer_arrow_up": SymbolsMetadata(
popularity: 31,
codepoint: 0xf2f7,
categories: [11],
tags: [
1246,
1247,
77,
6242,
1704,
519,
284,
81,
615,
1705,
288,
313,
147,
2872,
1110,
1253,
259,
1706,
630,
267,
1167,
410,
2300,
5963,
6243,
1528,
6244,
65,
6245,
526,
1702,
527,
6246,
6247,
3010,
3011,
333,
1187
],
),
"computer_cancel": SymbolsMetadata(
popularity: 54,
codepoint: 0xf2f6,
categories: [11],
tags: [
1246,
1247,
1360,
3259,
1208,
691,
1704,
780,
1209,
519,
1235,
1210,
1705,
288,
2719,
4646,
8,
3371,
2720,
1212,
2721,
1213,
1110,
1253,
1706,
630,
6248,
1224,
410,
1226,
31,
1093,
65,
1068,
206,
333,
1187,
6241,
3992
],
),
"concierge": SymbolsMetadata(
popularity: 119,
codepoint: 0xf561,
categories: [16],
tags: [
1360,
865,
6249,
3641,
6250,
1362,
6251,
4101,
6252,
2037,
6253,
225,
2695,
2696,
2698,
5706,
871,
5611,
2739,
581,
68,
6254,
2043,
1368,
289,
589,
6255,
1947,
652,
4486,
880,
31,
1629,
332,
1921,
2657,
6256
],
),
"conditions": SymbolsMetadata(
popularity: 126,
codepoint: 0xe0a0,
categories: [3],
tags: [
1422,
690,
373,
2375,
842,
5763,
81,
145,
4253,
1542,
1430,
316,
147,
317,
488,
1109,
697,
892,
2077,
1764,
581,
68,
1115,
1116,
1117,
894,
4271,
70,
1587,
6257,
4273,
588,
589,
5412,
1428,
6258,
2334,
2161,
1126,
1127,
71
],
),
"confirmation_number": SymbolsMetadata(
popularity: 4805,
codepoint: 0xe638,
categories: [15],
tags: [
861,
565,
4451,
5220,
1924,
1102,
4489,
6259,
45,
781,
1431,
10,
172,
1112,
1778,
980,
21,
22,
91,
2005,
5319,
326,
6260,
179,
1928,
6261,
1774,
94,
31,
2011,
3676,
6262,
4460,
4821
],
),
"congenital": SymbolsMetadata(
popularity: 13,
codepoint: 0xe0a1,
categories: [3],
tags: [
3546,
6263,
566,
690,
974,
6264,
842,
6265,
6266,
2377,
225,
6267,
977,
697,
892,
581,
6268,
979,
6269,
6270,
894,
6271,
289,
6272,
589,
820,
590,
390,
986,
888,
6273,
601,
6274
],
),
"connect_without_contact": SymbolsMetadata(
popularity: 2173,
codepoint: 0xf223,
categories: [3],
tags: [
731,
6275,
283,
1073,
284,
254,
975,
6276,
81,
9,
1314,
267,
4276,
588,
6277,
2056,
6278,
6279,
2030,
273,
593,
6280,
764,
5906,
65,
526,
2059,
1856,
278,
6281
],
),
"connected_tv": SymbolsMetadata(
popularity: 926,
codepoint: 0xe998,
categories: [11],
tags: [
1246,
1247,
2021,
4275,
1704,
1073,
1074,
284,
1705,
288,
8,
2537,
1110,
3339,
1253,
1470,
1706,
406,
5328,
630,
267,
432,
410,
5439,
5446,
411,
65,
412,
2031,
37,
333,
277,
1187,
278
],
),
"connecting_airports": SymbolsMetadata(
popularity: 872,
codepoint: 0xe7c9,
categories: [5],
tags: [
837,
1930,
1902,
1987,
1973,
2033,
1903,
6282,
6283,
284,
2038,
312,
1910,
6284,
1990,
1991,
1925,
320,
3153,
1975,
1623,
1314,
323,
3403,
324,
642,
267,
1061,
1625,
326,
387,
1993,
1538,
273,
526,
1980,
900,
1629,
332,
1982,
1921,
334
],
),
"construction": SymbolsMetadata(
popularity: 10041,
codepoint: 0xea3c,
categories: [15],
tags: [
1374,
5993,
929,
5387,
1497,
6285,
1104,
4885,
2787,
46,
1748,
4877,
6286,
5389,
6287,
5905,
4878,
5312,
6288,
3960,
6289,
6290,
4881,
2838,
6291,
140,
6292,
1781,
6293,
6294,
6295,
1518,
5397,
2524,
4884
],
),
"contact_emergency": SymbolsMetadata(
popularity: 744,
codepoint: 0xf8d1,
categories: [7],
tags: [
565,
1360,
865,
566,
1270,
691,
1250,
975,
5044,
3680,
1365,
2427,
4701,
577,
225,
381,
871,
581,
1367,
293,
68,
262,
616,
588,
589,
1045,
271,
590,
1048,
3459,
705,
1036,
392,
880,
31,
2437,
601,
990,
206
],
),
"contact_mail": SymbolsMetadata(
popularity: 4784,
codepoint: 0xe0d0,
categories: [7],
tags: [
565,
1513,
2407,
566,
4917,
573,
283,
284,
975,
6296,
2285,
145,
2287,
1541,
2288,
2290,
577,
581,
2291,
293,
68,
15,
2293,
583,
267,
6297,
588,
589,
920,
6298,
590,
2298,
2300,
601,
6299,
991
],
),
"contact_page": SymbolsMetadata(
popularity: 3600,
codepoint: 0xf22e,
categories: [12],
tags: [
565,
2407,
566,
3390,
569,
193,
975,
81,
145,
1541,
1580,
1430,
1678,
577,
147,
1681,
1682,
488,
581,
138,
978,
68,
88,
1391,
289,
1586,
1587,
588,
589,
920,
590,
453,
432,
392,
1588,
4519,
433,
1690,
31,
601,
1485
],
),
"contact_phone": SymbolsMetadata(
popularity: 2869,
codepoint: 0xe0cf,
categories: [7],
tags: [
565,
2407,
566,
1270,
193,
573,
283,
975,
1541,
577,
3499,
4483,
977,
581,
293,
68,
583,
262,
289,
588,
589,
271,
590,
3459,
330,
986,
601
],
),
"contact_support": SymbolsMetadata(
popularity: 10010,
codepoint: 0xe94c,
categories: [7],
tags: [
3940,
6300,
865,
568,
6301,
570,
2728,
3168,
572,
573,
283,
6176,
975,
1475,
5033,
1476,
4845,
5647,
871,
6302,
293,
68,
1612,
1166,
583,
2296,
3942,
2333,
3943,
6303,
3944,
652,
594,
1484,
880,
6304,
31,
1296
],
rtlAutoMirrored: true,
),
"contactless": SymbolsMetadata(
popularity: 1404,
codepoint: 0xea71,
categories: [9],
tags: [
927,
4274,
6305,
931,
934,
1073,
284,
254,
975,
6276,
936,
81,
288,
44,
2537,
941,
1314,
6306,
6307,
6308,
267,
6309,
950,
951,
6310,
2066,
3778,
1393,
1774,
1036,
1395,
273,
1792,
65,
1317,
956,
526,
6311,
1855,
277,
278
],
),
"contactless_off": SymbolsMetadata(
popularity: 109,
codepoint: 0xf858,
categories: [9],
tags: [
2601,
1051,
4274,
6312,
931,
283,
1073,
284,
254,
975,
6276,
6313,
6314,
936,
288,
1162,
1300,
868,
1055,
941,
6309,
6315,
6316,
6317,
1059,
1060,
1061,
950,
951,
6318,
4246,
1065,
273,
1067,
1226,
6319,
65,
956,
1068,
1856,
6320,
277,
278
],
),
"contacts": SymbolsMetadata(
popularity: 4866,
codepoint: 0xe0ba,
categories: [7],
tags: [
565,
973,
2407,
566,
6321,
1270,
1250,
283,
1073,
284,
975,
5044,
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: 371,
codepoint: 0xe999,
categories: [6],
tags: [
565,
973,
1513,
2407,
1190,
566,
3390,
574,
1073,
284,
6322,
5044,
1541,
579,
6323,
581,
2482,
267,
588,
6324,
589,
1045,
1653,
590,
3426,
593,
597,
601,
991,
602
],
),
"content_copy": SymbolsMetadata(
popularity: 20805,
codepoint: 0xe14d,
categories: [12],
tags: [
748,
3093,
6325,
628,
1725,
6326,
1325,
6327,
81,
1580,
1430,
3660,
1252,
1431,
147,
68,
6328,
506,
2457,
887,
492,
355,
5385,
3397,
1587,
5590,
453,
432,
6329,
1588,
433,
1712,
33,
6330
],
rtlAutoMirrored: true,
),
"content_cut": SymbolsMetadata(
popularity: 1896,
codepoint: 0xe14e,
categories: [12],
tags: [
748,
1268,
6331,
1523,
628,
1725,
3077,
6327,
2264,
1580,
1430,
1252,
147,
406,
1391,
1587,
5590,
1224,
6332,
1152,
706,
392,
644,
6333,
33,
511,
6334,
6335,
37
],
rtlAutoMirrored: true,
),
"content_paste": SymbolsMetadata(
popularity: 3540,
codepoint: 0xe14f,
categories: [12],
tags: [
748,
745,
501,
1323,
504,
1523,
3093,
628,
345,
1725,
6327,
81,
1580,
1430,
1252,
1431,
147,
2219,
488,
1108,
1327,
1583,
2457,
1585,
1391,
1587,
5590,
1668,
453,
1428,
1588,
33,
511,
1590
],
),
"content_paste_go": SymbolsMetadata(
popularity: 632,
codepoint: 0xea8e,
categories: [12],
tags: [
748,
1674,
77,
482,
3093,
628,
1725,
81,
3117,
868,
1580,
1430,
3660,
1055,
147,
1681,
2843,
1594,
68,
1327,
6336,
1750,
1061,
1587,
5590,
1090,
432,
1700,
2300,
1588,
1067,
433,
526,
1671
],
),
"content_paste_off": SymbolsMetadata(
popularity: 294,
codepoint: 0xe4f8,
categories: [12],
tags: [
1051,
6337,
6338,
780,
3093,
628,
1725,
1210,
5921,
1162,
868,
6339,
1580,
1430,
3660,
1055,
147,
1213,
488,
1327,
6340,
1059,
1061,
1586,
1587,
5590,
6341,
432,
1224,
1065,
1588,
1067,
33,
1068,
6342
],
),
"content_paste_search": SymbolsMetadata(
popularity: 1729,
codepoint: 0xea9b,
categories: [12],
tags: [
1422,
1674,
3093,
628,
81,
1542,
1580,
1430,
5812,
316,
147,
317,
6343,
488,
68,
5813,
2325,
5814,
6344,
2329,
1587,
5590,
2333,
453,
1428,
4178,
3503,
1126,
6345,
1588,
33,
3797,
2148
],
),
"contextual_token": SymbolsMetadata(
popularity: 144,
codepoint: 0xf486,
categories: [4],
tags: [
4324,
77,
2442,
1268,
6346,
504,
902,
345,
1744,
2273,
1580,
1430,
6347,
781,
147,
903,
2843,
6348,
2958,
385,
406,
354,
439,
1707,
2458,
1586,
2509,
408,
409,
1167,
6349,
2130,
454,
31,
33,
1691,
37,
1485
],
rtlAutoMirrored: true,
),
"contextual_token_add": SymbolsMetadata(
popularity: 69,
codepoint: 0xf485,
categories: [4],
tags: [
231,
748,
745,
232,
6350,
1321,
2442,
504,
791,
4608,
6351,
6352,
1325,
1580,
1430,
147,
579,
1336,
235,
1327,
385,
1717,
6353,
887,
1452,
2458,
1586,
239,
242,
392,
675,
31,
33,
6205,
3676,
230,
907,
4738,
6354,
1485
],
rtlAutoMirrored: true,
),
"contract": SymbolsMetadata(
popularity: 530,
codepoint: 0xf5a0,
categories: [12],
tags: [
502,
912,
6038,
6355,
2444,
2339,
377,
8,
1580,
1430,
5919,
6356,
348,
6357,
1951,
88,
2897,
2945,
6358,
1586,
1587,
5633,
453,
5920,
6359,
2222,
6360,
391,
410,
2922,
298,
6361,
433,
956,
396,
1187,
6362,
3055
],
),
"contract_delete": SymbolsMetadata(
popularity: 54,
codepoint: 0xf5a2,
categories: [12],
tags: [
2440,
6363,
2796,
1208,
6364,
6365,
780,
1209,
2444,
6366,
1210,
6367,
6368,
1580,
1430,
6369,
6370,
1212,
147,
6371,
6372,
1470,
88,
3271,
1586,
6373,
1587,
5633,
6374,
4247,
453,
6375,
432,
1224,
6376,
6377,
6378,
1226,
956,
3374,
6379,
6380,
3992,
3993
],
),
"contract_edit": SymbolsMetadata(
popularity: 408,
codepoint: 0xf5a1,
categories: [12],
tags: [
1757,
2440,
6381,
569,
1578,
2444,
6382,
6383,
2817,
1325,
1162,
1580,
1430,
3283,
4510,
1252,
680,
147,
6384,
488,
6385,
1111,
5352,
2448,
87,
88,
1641,
1391,
1586,
1587,
5633,
4516,
2626,
453,
432,
392,
898,
5636,
433,
956,
1590,
1485
],
),
"contrast": SymbolsMetadata(
popularity: 1361,
codepoint: 0xeb37,
categories: [1],
tags: [
1739,
2212,
925,
6386,
3620,
3621,
4739,
345,
4083,
6387,
3633,
8,
6388,
1252,
680,
487,
3352,
3622,
83,
137,
6389,
6390,
49,
2508,
1083,
3626,
1641,
57,
59,
62,
2146,
410,
71,
6391,
3475,
6392,
476,
835
],
rtlAutoMirrored: true,
),
"contrast_circle": SymbolsMetadata(
popularity: 14,
codepoint: 0xf49f,
categories: [1],
tags: [
231,
74,
862,
745,
1739,
5343,
4593,
6393,
925,
3621,
193,
685,
4739,
345,
4745,
2884,
8,
6394,
1252,
6395,
680,
6077,
6396,
6079,
6397,
6398,
642,
630,
70,
59,
239,
921,
410,
151,
71,
6399,
1261,
4740,
413,
396,
4317,
476
],
),
"contrast_rtl_off": SymbolsMetadata(
popularity: 5,
codepoint: 0xec72,
categories: [1],
tags: [
861,
862,
1739,
6386,
1051,
3621,
6312,
193,
4739,
345,
4745,
2606,
868,
8,
1252,
680,
487,
1055,
83,
6389,
6396,
49,
2508,
6398,
87,
642,
630,
1059,
1060,
1061,
70,
59,
62,
2146,
6400,
5666,
410,
71,
1067,
4740,
413,
396,
476,
835
],
),
"contrast_square": SymbolsMetadata(
popularity: 8,
codepoint: 0xf4a0,
categories: [1],
tags: [
231,
72,
745,
1739,
5343,
4593,
481,
482,
3621,
4739,
345,
4083,
2884,
3633,
8,
6401,
1252,
6395,
680,
1164,
6077,
4306,
3636,
6397,
3626,
642,
70,
6402,
239,
358,
1151,
71,
392,
2403,
433,
1261,
2404,
4740,
413,
396
],
),
"control_camera": SymbolsMetadata(
popularity: 355,
codepoint: 0xe074,
categories: [0],
tags: [
1739,
6403,
77,
502,
40,
42,
308,
193,
6404,
345,
288,
313,
46,
346,
2538,
2197,
53,
406,
1750,
439,
70,
57,
59,
921,
453,
432,
2995,
906,
71,
1780,
1347,
433,
65,
511,
37,
5092
],
),
"control_point_duplicate": SymbolsMetadata(
popularity: 626,
codepoint: 0xe3bb,
categories: [1],
tags: [
231,
745,
6405,
193,
1101,
6325,
345,
1725,
1325,
3046,
3660,
6406,
1432,
2457,
887,
6407,
2753,
239,
328,
6329,
31,
6408
],
),
"controller_gen": SymbolsMetadata(
popularity: 246,
codepoint: 0xe83d,
categories: [8],
tags: [
4936,
504,
1100,
193,
519,
5987,
345,
6409,
1235,
6410,
288,
2273,
781,
5383,
6411,
5429,
1111,
6412,
1959,
1143,
70,
4288,
2509,
432,
6413,
5881,
362,
433,
2130,
65,
1691,
6414,
6415
],
),
"conversion_path": SymbolsMetadata(
popularity: 3117,
codepoint: 0xf0c1,
categories: [9],
tags: [
1782,
1422,
1071,
3306,
373,
4292,
1787,
6416,
81,
375,
6417,
1105,
1077,
6418,
1078,
1623,
87,
1182,
226,
18,
1625,
648,
1090,
759,
1428,
2469,
94,
6419,
4964,
6420,
2148,
6421,
514
],
),
"conversion_path_off": SymbolsMetadata(
popularity: 32,
codepoint: 0xf7b4,
categories: [9],
tags: [
1782,
1071,
77,
3306,
1051,
6422,
373,
4292,
1075,
1787,
6423,
81,
6424,
6425,
375,
868,
6426,
3263,
6427,
6428,
1105,
1055,
2127,
1212,
1077,
1078,
1222,
87,
6429,
6430,
6431,
1059,
1060,
1061,
1625,
6432,
851,
1067,
1226,
1095,
5167
],
),
"convert_to_text": SymbolsMetadata(
popularity: 65,
codepoint: 0xf41f,
categories: [12],
tags: [
6433,
77,
2442,
1743,
5,
628,
6434,
81,
313,
1580,
1430,
6435,
2819,
3278,
147,
6436,
2574,
370,
6437,
903,
4355,
1641,
1733,
1586,
1587,
6438,
2333,
3072,
179,
906,
1128,
737,
6439,
2404,
1227,
33,
6440,
6441,
526,
512,
35,
6442,
1485
],
),
"conveyor_belt": SymbolsMetadata(
popularity: 165,
codepoint: 0xf867,
categories: [9],
tags: [
5752,
3208,
2125,
6443,
6444,
6445,
6446,
46,
6447,
6448,
1077,
4911,
4878,
5312,
87,
6449,
3403,
4879,
6450,
5757,
6451,
6452,
468,
2221,
1090,
681,
6453,
4484,
5558,
1093,
900
],
),
"cookie": SymbolsMetadata(
popularity: 2265,
codepoint: 0xeaac,
categories: [3],
tags: [
1360,
3689,
6454,
6455,
193,
6456,
462,
3183,
3744,
6457,
6458,
6459,
81,
3699,
6460,
2356,
6461,
616,
70,
921,
1034,
6462,
330,
71,
3709,
3710,
1095,
3711,
6463,
6464
],
),
"cookie_off": SymbolsMetadata(
popularity: 92,
codepoint: 0xf79a,
categories: [3],
tags: [
6454,
481,
4800,
193,
3744,
6457,
6458,
81,
5038,
1210,
3699,
1162,
44,
868,
1055,
259,
1059,
1060,
1061,
1242,
1034,
6465,
5040,
1224,
1036,
71,
1067,
1095,
6463,
333,
1186,
3992
],
),
"cooking": SymbolsMetadata(
popularity: 1102,
codepoint: 0xe2b6,
categories: [8],
tags: [
6466,
6467,
6468,
5698,
4204,
6469,
4205,
6470,
6471,
3698,
4681,
3700,
4684,
6472,
4829,
6473,
2356,
4208,
5705,
6474,
6475,
3027,
1140,
1499,
6476,
2359,
4212,
3703,
6477,
506,
1143,
4382,
3704,
6478,
6479,
3013,
5709,
1537,
6480,
3826,
6481,
6482,
6483
],
),
"cool_to_dry": SymbolsMetadata(
popularity: 213,
codepoint: 0xe276,
categories: [10],
tags: [
1739,
837,
838,
77,
1743,
840,
5255,
345,
844,
6484,
753,
313,
2819,
6485,
3479,
3683,
1879,
1140,
6486,
1849,
138,
642,
1143,
3687,
151,
1898,
2404,
1093,
858,
2070,
1702,
1854,
859
],
),
"copy_all": SymbolsMetadata(
popularity: 1161,
codepoint: 0xe2ec,
categories: [12],
tags: [
2282,
6325,
628,
1725,
6487,
6327,
2394,
754,
81,
1580,
1430,
2143,
3660,
147,
1680,
1082,
2457,
5081,
1586,
1587,
4797,
2800,
6329,
6488,
6489,
6490,
1712,
33
],
),
"copyright": SymbolsMetadata(
popularity: 2544,
codepoint: 0xe90c,
categories: [9],
tags: [
2440,
4,
3306,
4668,
6491,
5,
193,
3308,
936,
6492,
3496,
12,
172,
978,
3311,
52,
2448,
6493,
16,
3313,
2482,
1166,
1183,
6494,
6495,
1500,
1574,
6496,
3314,
3506,
5636,
2679,
6497,
31,
33
],
),
"coronavirus": SymbolsMetadata(
popularity: 2431,
codepoint: 0xf221,
categories: [3],
tags: [
214,
2374,
6498,
4165,
1250,
193,
6499,
6500,
692,
693,
2377,
6501,
2378,
5818,
319,
697,
892,
2379,
2380,
894,
2381,
6502,
701,
6503,
851,
4178,
4179,
6504,
2384,
593,
331,
6505,
2387
],
),
"corporate_fare": SymbolsMetadata(
popularity: 3859,
codepoint: 0xf1d0,
categories: [9],
tags: [
480,
1496,
927,
929,
569,
2553,
576,
1385,
2556,
6506,
941,
2276,
944,
137,
4922,
138,
945,
3721,
87,
1391,
586,
327,
2559,
1501,
432,
1502,
1503,
392,
1504,
2560,
2491,
955,
31,
2561,
1506
],
),
"cottage": SymbolsMetadata(
popularity: 3600,
codepoint: 0xe587,
categories: [16],
tags: [
5456,
1495,
1496,
4036,
929,
1932,
4888,
5536,
4932,
1498,
5537,
2556,
1140,
1499,
2557,
4356,
5538,
6507,
1534,
327,
1500,
2559,
432,
1502,
1503,
4892,
1830,
1504,
4893,
4894,
433,
3739,
955,
4895,
1691,
2794,
4732,
1187
],
),
"counter_0": SymbolsMetadata(
popularity: 54,
codepoint: 0xf785,
categories: [12],
tags: [
4765,
1071,
2194,
193,
80,
224,
81,
7,
811,
225,
51,
6508,
6509,
17,
6510,
819,
21,
22,
23,
820,
26,
203,
228,
2130,
746,
31,
6511,
36,
3688,
6512
],
),
"counter_1": SymbolsMetadata(
popularity: 973,
codepoint: 0xf784,
categories: [12],
tags: [
72,
193,
80,
6513,
7,
6514,
1908,
172,
173,
51,
6515,
6516,
6509,
174,
17,
18,
21,
6517,
22,
149,
178,
6518,
329,
6519,
228,
3569,
291,
31,
6511,
36
],
),
"counter_2": SymbolsMetadata(
popularity: 465,
codepoint: 0xf783,
categories: [12],
tags: [
74,
1360,
223,
281,
193,
462,
80,
224,
7,
173,
792,
6509,
17,
616,
21,
6520,
6521,
22,
149,
69,
329,
759,
26,
6522,
203,
228,
6121,
291,
2932,
31,
394,
36
],
),
"counter_3": SymbolsMetadata(
popularity: 370,
codepoint: 0xf782,
categories: [12],
tags: [
75,
223,
791,
193,
80,
224,
7,
8,
6523,
225,
173,
6509,
17,
18,
21,
22,
149,
69,
329,
26,
6522,
203,
228,
229,
31,
6511,
551,
230,
36
],
),
"counter_4": SymbolsMetadata(
popularity: 207,
codepoint: 0xf781,
categories: [12],
tags: [
631,
223,
193,
80,
224,
169,
81,
7,
6524,
634,
173,
68,
6525,
6509,
21,
6526,
6527,
22,
69,
23,
329,
759,
2519,
26,
795,
228,
6528,
229,
31,
6511,
230,
36
],
),
"counter_5": SymbolsMetadata(
popularity: 136,
codepoint: 0xf780,
categories: [12],
tags: [
676,
223,
791,
193,
80,
224,
81,
7,
8,
225,
667,
51,
1376,
792,
6509,
17,
21,
6529,
22,
149,
69,
329,
759,
26,
227,
228,
6121,
746,
2932,
31,
6511,
36,
554
],
),
"counter_6": SymbolsMetadata(
popularity: 78,
codepoint: 0xf77f,
categories: [12],
tags: [
687,
223,
193,
80,
224,
6530,
81,
7,
6523,
225,
4483,
1376,
88,
6509,
17,
18,
21,
6531,
176,
22,
23,
91,
329,
26,
6522,
94,
3933,
6532,
6533,
229,
31,
6511,
230,
36,
554
],
),
"counter_7": SymbolsMetadata(
popularity: 61,
codepoint: 0xf77e,
categories: [12],
tags: [
747,
193,
80,
6534,
224,
6535,
7,
6536,
225,
6537,
51,
52,
6509,
174,
1717,
21,
6538,
22,
149,
6539,
69,
26,
6540,
228,
6541,
180,
31,
6420,
36,
6542
],
),
"counter_8": SymbolsMetadata(
popularity: 51,
codepoint: 0xf77d,
categories: [12],
tags: [
783,
223,
1673,
1322,
193,
80,
224,
81,
7,
8,
6543,
225,
4483,
51,
68,
1111,
6509,
793,
6544,
21,
22,
149,
6545,
1733,
26,
228,
392,
229,
31,
6511,
230,
141,
36,
333
],
),
"counter_9": SymbolsMetadata(
popularity: 49,
codepoint: 0xf77c,
categories: [12],
tags: [
796,
281,
193,
80,
6546,
224,
6547,
7,
8,
225,
51,
6548,
6509,
17,
18,
802,
6549,
21,
22,
149,
23,
759,
26,
6522,
203,
228,
6550,
229,
31,
6511,
230,
36,
6551
],
),
"countertops": SymbolsMetadata(
popularity: 488,
codepoint: 0xf1f7,
categories: [8],
tags: [
480,
1861,
481,
929,
1180,
1497,
224,
6552,
6553,
4568,
379,
4051,
1140,
699,
1499,
6554,
4212,
6555,
87,
4194,
289,
387,
6290,
1503,
1947,
392,
1339,
6556,
6557,
2491,
4730,
393,
1473,
6558,
4935
],
),
"create_new_folder": SymbolsMetadata(
popularity: 3986,
codepoint: 0xe2cc,
categories: [2],
tags: [
231,
745,
232,
1674,
1374,
1197,
628,
1325,
81,
1541,
1580,
1430,
1678,
147,
1681,
1350,
579,
1345,
1432,
1029,
887,
586,
239,
2366,
432,
1539,
1588,
4519,
1690,
31,
4479
],
),
"credit_card": SymbolsMetadata(
popularity: 14796,
codepoint: 0xe870,
categories: [9],
tags: [
565,
6559,
6560,
925,
926,
927,
928,
1647,
930,
931,
1416,
4918,
932,
934,
1417,
936,
961,
937,
1542,
938,
1649,
941,
942,
6561,
6306,
948,
523,
950,
951,
6562,
1421,
1654,
432,
1774,
1395,
6563,
3774,
31,
956,
6311,
971
],
),
"credit_card_clock": SymbolsMetadata(
popularity: 93,
codepoint: 0xf438,
categories: [9],
tags: [
565,
6564,
928,
6565,
930,
931,
193,
1159,
932,
934,
1417,
936,
961,
937,
1160,
2118,
1542,
938,
6566,
941,
2077,
87,
6306,
948,
523,
91,
950,
6567,
6568,
951,
2594,
328,
1167,
1421,
758,
1654,
4807,
432,
1168,
1774,
1395,
31,
1171,
956,
6311,
971,
2080
],
),
"credit_card_gear": SymbolsMetadata(
popularity: 45,
codepoint: 0xf52d,
categories: [9],
tags: [
565,
6564,
501,
926,
928,
930,
931,
1743,
932,
934,
685,
345,
1417,
936,
961,
937,
81,
145,
1542,
938,
1252,
941,
942,
1777,
293,
68,
1470,
1029,
6306,
948,
523,
70,
950,
951,
920,
921,
1421,
590,
432,
1036,
652,
71,
392,
1395,
31,
956,
2453,
6311,
971
],
),
"credit_card_heart": SymbolsMetadata(
popularity: 65,
codepoint: 0xf52c,
categories: [9],
tags: [
565,
927,
928,
930,
931,
932,
934,
1417,
936,
961,
937,
938,
3498,
941,
942,
137,
4506,
1613,
6569,
4507,
5358,
948,
523,
950,
951,
6570,
1421,
1654,
432,
4104,
6571,
1539,
6572,
392,
1395,
433,
31,
956,
6573,
971
],
),
"credit_card_off": SymbolsMetadata(
popularity: 777,
codepoint: 0xe4f4,
categories: [9],
tags: [
927,
928,
1051,
3259,
6312,
930,
931,
932,
934,
1417,
936,
961,
937,
2013,
5038,
868,
938,
1055,
2720,
2721,
941,
942,
1213,
4483,
138,
5165,
87,
948,
1057,
1059,
523,
289,
950,
951,
6574,
1421,
432,
6575,
1065,
392,
1395,
1067,
1226,
31,
1068
],
),
"credit_score": SymbolsMetadata(
popularity: 3098,
codepoint: 0xeff1,
categories: [9],
tags: [
1422,
1658,
2466,
927,
928,
930,
931,
1661,
193,
932,
934,
463,
1417,
936,
6576,
937,
6577,
1400,
45,
938,
1664,
3485,
6578,
941,
942,
3870,
51,
792,
947,
1166,
17,
3473,
948,
21,
23,
1666,
523,
950,
951,
648,
5635,
759,
795,
203,
1428,
228,
362,
3074,
31,
6579,
1669,
2336,
1576,
1672
],
),
"crib": SymbolsMetadata(
popularity: 502,
codepoint: 0xe588,
categories: [8],
tags: [
3523,
3524,
6580,
1332,
6581,
1904,
4047,
482,
993,
6582,
997,
4065,
4066,
378,
4051,
3530,
6583,
1006,
1470,
814,
3534,
3535,
492,
289,
432,
888,
1339,
1920,
1936,
433,
1170,
3542
],
),
"crisis_alert": SymbolsMetadata(
popularity: 2405,
codepoint: 0xebe9,
categories: [5],
tags: [
3109,
1359,
1360,
1361,
6584,
691,
4404,
3680,
1365,
2427,
2720,
6585,
1366,
3914,
1479,
4412,
1367,
68,
6586,
1166,
6587,
1480,
616,
6588,
6589,
705,
1036,
898,
291,
31,
1093,
1227,
4418,
1691,
2437,
206
],
),
"crop": SymbolsMetadata(
popularity: 1424,
codepoint: 0xe3be,
categories: [1],
tags: [
1739,
5343,
1131,
1133,
1523,
2339,
1814,
6590,
6327,
1252,
680,
2155,
370,
348,
137,
49,
2508,
406,
1641,
289,
57,
2145,
62,
3088,
432,
6591,
2222,
363,
71,
392,
298,
433,
511,
512,
6334,
37
],
),
"crop_16_9": SymbolsMetadata(
popularity: 599,
codepoint: 0xe3bc,
categories: [1],
tags: [
6592,
1739,
5343,
1131,
633,
6593,
6594,
344,
1814,
6590,
3086,
377,
1252,
680,
2155,
370,
348,
49,
2508,
406,
354,
57,
59,
2145,
3089,
432,
2222,
410,
363,
71,
392,
298,
433,
1781,
512,
37,
434,
3090
],
),
"crop_3_2": SymbolsMetadata(
popularity: 317,
codepoint: 0xe3bd,
categories: [1],
tags: [
6595,
6596,
6597,
1739,
5343,
1131,
633,
6593,
1814,
377,
1252,
680,
370,
348,
6598,
383,
699,
49,
6079,
2508,
1595,
406,
6599,
57,
3602,
1346,
2145,
62,
3088,
432,
2222,
391,
71,
298,
433,
6600,
397
],
),
"crop_5_4": SymbolsMetadata(
popularity: 336,
codepoint: 0xe3bf,
categories: [1],
tags: [
6601,
1739,
5343,
1131,
633,
1132,
1133,
6593,
1814,
486,
1252,
680,
6602,
6603,
370,
348,
6598,
137,
49,
6079,
2508,
406,
1641,
289,
57,
3602,
2145,
62,
3089,
432,
2222,
71,
392,
298,
433,
512,
6334,
37,
364
],
),
"crop_7_5": SymbolsMetadata(
popularity: 464,
codepoint: 0xe3c0,
categories: [1],
tags: [
6604,
1739,
5343,
1131,
1592,
633,
2338,
6593,
1814,
1252,
680,
2155,
348,
137,
699,
49,
2508,
1595,
406,
57,
59,
2145,
62,
432,
2222,
363,
71,
6605,
392,
298,
433,
511,
2540
],
),
"crop_9_16": SymbolsMetadata(
popularity: 51,
codepoint: 0xf549,
categories: [1],
tags: [
6606,
1739,
5343,
1131,
633,
6593,
1814,
6590,
377,
1252,
680,
2155,
370,
348,
49,
2508,
406,
262,
1641,
507,
57,
59,
2145,
62,
5100,
3089,
432,
6591,
2222,
71,
392,
298,
243,
433,
511,
1464,
37,
6607
],
),
"crop_free": SymbolsMetadata(
popularity: 1743,
codepoint: 0xe3c2,
categories: [1],
tags: [
1739,
5343,
1131,
2338,
482,
2339,
1814,
6608,
8,
1252,
680,
2340,
6609,
5919,
914,
1749,
348,
6610,
5810,
1697,
49,
1470,
2344,
289,
57,
2145,
62,
2222,
362,
363,
71,
298,
433,
141,
2337
],
),
"crop_landscape": SymbolsMetadata(
popularity: 372,
codepoint: 0xe3c3,
categories: [1],
tags: [
1739,
5343,
1131,
633,
1132,
1814,
6611,
377,
1252,
6612,
680,
348,
6598,
699,
49,
6079,
2508,
1595,
6613,
406,
6614,
1641,
507,
289,
57,
3602,
2145,
62,
3604,
432,
2459,
6591,
2222,
71,
392,
298,
511,
476,
6615,
6616
],
),
"crop_portrait": SymbolsMetadata(
popularity: 491,
codepoint: 0xe3c5,
categories: [1],
tags: [
1739,
5343,
1131,
633,
1814,
377,
1252,
680,
2155,
370,
348,
6598,
49,
2508,
406,
1641,
57,
59,
2145,
62,
5100,
432,
6591,
2222,
71,
392,
298,
433,
511
],
),
"crop_rotate": SymbolsMetadata(
popularity: 333,
codepoint: 0xe437,
categories: [1],
tags: [
1739,
5343,
1131,
77,
502,
633,
6594,
193,
6617,
2339,
6618,
1814,
313,
1252,
680,
348,
137,
49,
2508,
2985,
1641,
507,
57,
2145,
62,
4664,
6619,
2222,
470,
71,
298,
433,
511,
512,
473,
476
],
),
"crop_square": SymbolsMetadata(
popularity: 2021,
codepoint: 0xe3c6,
categories: [1],
tags: [
1739,
5343,
1673,
501,
1131,
5237,
633,
1132,
1133,
2707,
2444,
1814,
6327,
485,
1252,
680,
2155,
914,
1335,
348,
6598,
904,
49,
2508,
1344,
2985,
406,
1641,
2927,
57,
2145,
62,
432,
2222,
410,
71,
392,
5483,
2922,
2838,
298,
433,
6620,
511,
512,
6334,
141,
1348,
333,
1186,
1187
],
),
"crossword": SymbolsMetadata(
popularity: 131,
codepoint: 0xf5e5,
categories: [3],
tags: [
2513,
6621,
2263,
5714,
6027,
5715,
6622,
6623,
104,
3097,
781,
2219,
3295,
5383,
2498,
382,
699,
4427,
1959,
16,
6624,
3423,
6029,
5722,
6625,
2716,
5724,
31,
4851,
1464,
6626,
6627,
6628
],
),
"crowdsource": SymbolsMetadata(
popularity: 299,
codepoint: 0xeb18,
categories: [3],
tags: [
6629,
5752,
569,
571,
1197,
4608,
574,
2140,
284,
6630,
6631,
6632,
81,
6561,
967,
5782,
319,
579,
68,
1111,
2468,
259,
946,
4427,
2482,
267,
951,
588,
6633,
2046,
4033,
1528,
737,
602
],
),
"crown": SymbolsMetadata(
popularity: 206,
codepoint: 0xecb3,
categories: [3],
tags: [
3,
3493,
3494,
6634,
5715,
6635,
6636,
3458,
4054,
6637,
792,
982,
1030,
716,
4062,
6522,
795,
3504,
6638,
3205,
245,
6639,
1263,
1429,
6640,
6262,
5321,
1945,
5154,
5361,
3509
],
),
"cruelty_free": SymbolsMetadata(
popularity: 2537,
codepoint: 0xe799,
categories: [3],
tags: [
4870,
6641,
6642,
6643,
6644,
6645,
3137,
6646,
6647,
6648,
6223,
6649,
6650,
6651,
6610,
6652,
6653,
6654,
6655,
6656,
6657,
1826,
6658,
3834,
6659,
6660,
593,
2316,
2317,
1319,
6661,
2372,
2373
],
),
"css": SymbolsMetadata(
popularity: 1626,
codepoint: 0xeb93,
categories: [2],
tags: [
4,
5984,
1179,
6662,
5,
1102,
2218,
6663,
1310,
2187,
485,
1716,
1313,
44,
4885,
2787,
12,
2565,
5988,
259,
385,
16,
5989,
1686,
1123,
6664,
6665,
6666,
2199,
31,
65,
33,
35,
6667,
2191,
2202,
6668,
1186
],
),
"csv": SymbolsMetadata(
popularity: 200,
codepoint: 0xe6cf,
categories: [12],
tags: [
4,
1422,
5,
2218,
6669,
6670,
6671,
6672,
81,
6673,
6674,
1467,
1430,
2445,
520,
1696,
147,
2574,
12,
370,
1594,
68,
16,
88,
6675,
1123,
1428,
6676,
1460,
6677,
746,
31,
6678,
6679,
33,
6680,
6681,
35,
527,
6682
],
),
"currency_bitcoin": SymbolsMetadata(
popularity: 1939,
codepoint: 0xebc5,
categories: [9],
tags: [
928,
6683,
6684,
930,
931,
193,
932,
934,
1417,
936,
6685,
6686,
937,
44,
6687,
6688,
962,
938,
963,
941,
6689,
6690,
946,
6691,
948,
523,
6692,
6693,
950,
951,
1421,
1395,
3608,
31,
5201,
1331,
6694,
958
],
),
"currency_exchange": SymbolsMetadata(
popularity: 6124,
codepoint: 0xeb70,
categories: [9],
tags: [
458,
460,
77,
502,
927,
1647,
931,
932,
934,
1787,
6434,
937,
6695,
313,
962,
938,
964,
6696,
3278,
941,
942,
6697,
6698,
3439,
6699,
946,
5612,
948,
6700,
950,
951,
6701,
2451,
1700,
470,
3281,
3963,
764,
4930,
956,
526,
473,
881,
6702
],
),
"currency_franc": SymbolsMetadata(
popularity: 246,
codepoint: 0xeafa,
categories: [9],
tags: [
927,
928,
960,
6703,
930,
931,
932,
934,
1417,
936,
937,
962,
938,
939,
6696,
3278,
941,
942,
6704,
6690,
319,
968,
322,
946,
1389,
6705,
948,
523,
950,
951,
1421,
954,
1395,
6706,
31,
4930,
956,
36,
958
],
),
"currency_lira": SymbolsMetadata(
popularity: 338,
codepoint: 0xeaef,
categories: [9],
tags: [
1423,
928,
1647,
6707,
930,
931,
932,
934,
1417,
936,
937,
962,
938,
939,
964,
3278,
941,
942,
6708,
6709,
6710,
15,
1470,
6711,
948,
523,
950,
951,
1421,
3281,
1395,
1712,
2463,
31,
6712,
97,
6713,
956,
6714,
36
],
),
"currency_pound": SymbolsMetadata(
popularity: 1042,
codepoint: 0xeaf1,
categories: [9],
tags: [
924,
4,
927,
928,
6715,
960,
930,
931,
932,
934,
1417,
936,
937,
962,
938,
963,
3278,
941,
942,
6716,
6717,
15,
948,
523,
950,
951,
6701,
1421,
1395,
898,
6718,
31,
956,
338,
6719,
36,
958
],
),
"currency_ruble": SymbolsMetadata(
popularity: 616,
codepoint: 0xeaec,
categories: [9],
tags: [
927,
928,
1415,
960,
569,
930,
931,
5,
932,
934,
1417,
936,
937,
962,
938,
964,
3278,
6720,
941,
942,
6697,
15,
948,
523,
950,
951,
6721,
1421,
2652,
1654,
359,
6722,
6723,
6724,
6725,
1395,
31,
4930,
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,
6726,
6727,
6728,
6729,
946,
1389,
948,
523,
950,
951,
1421,
1654,
6730,
3281,
1394,
1395,
1396,
31,
956,
958
],
),
"currency_rupee_circle": SymbolsMetadata(
popularity: 73,
codepoint: 0xf460,
categories: [9],
tags: [
927,
928,
960,
569,
930,
931,
193,
932,
934,
1417,
936,
937,
6695,
6731,
962,
938,
963,
3278,
6732,
941,
942,
6733,
968,
6734,
6729,
946,
948,
523,
950,
951,
1421,
6730,
954,
1395,
31,
956,
36,
958
],
),
"currency_yen": SymbolsMetadata(
popularity: 1071,
codepoint: 0xeafb,
categories: [9],
tags: [
926,
927,
928,
6703,
930,
931,
932,
934,
1417,
936,
937,
962,
938,
939,
3278,
941,
942,
968,
6735,
6736,
948,
523,
950,
951,
1421,
359,
1395,
898,
31,
956,
36,
958,
6702
],
),
"currency_yuan": SymbolsMetadata(
popularity: 316,
codepoint: 0xeaf9,
categories: [9],
tags: [
927,
928,
569,
1647,
930,
931,
5,
6737,
6738,
932,
934,
1417,
936,
937,
962,
938,
939,
3278,
941,
942,
946,
948,
523,
950,
951,
1421,
6739,
6740,
3281,
1395,
898,
31,
33,
4930,
956,
35,
36,
6741
],
),
"curtains": SymbolsMetadata(
popularity: 291,
codepoint: 0xec1e,
categories: [8],
tags: [
4047,
4221,
4238,
2141,
4233,
6553,
1161,
6742,
6743,
10,
2646,
2918,
1140,
1499,
2741,
3626,
5528,
1143,
2927,
919,
6744,
1034,
1503,
1947,
4042,
2008,
1347,
4197,
6121,
4044,
2656,
3347,
1187,
4231
],
),
"curtains_closed": SymbolsMetadata(
popularity: 147,
codepoint: 0xec1d,
categories: [8],
tags: [
2816,
4221,
481,
4238,
6745,
2141,
4185,
4233,
6746,
6553,
2264,
3863,
6742,
2646,
2918,
6747,
1140,
1499,
2741,
3626,
1143,
919,
1034,
1947,
4042,
4228,
1347,
4197,
5861,
4044,
2656,
1855,
1187
],
),
"custom_typography": SymbolsMetadata(
popularity: 81,
codepoint: 0xe732,
categories: [12],
tags: [
3418,
1739,
4,
3075,
4670,
5,
403,
283,
1325,
6085,
3086,
3583,
485,
1430,
680,
83,
12,
2156,
137,
978,
385,
16,
70,
6748,
71,
857,
2162,
31,
33,
4740,
1781,
6749,
35,
6750,
338,
6262,
476,
1485
],
),
"cycle": SymbolsMetadata(
popularity: 1286,
codepoint: 0xf854,
categories: [2],
tags: [
77,
502,
2826,
5145,
284,
254,
752,
753,
375,
313,
2305,
1077,
903,
2077,
3043,
756,
757,
325,
6751,
1090,
759,
6752,
6228,
6229,
760,
6753,
761,
2451,
3434,
3446,
6230,
470,
94,
473,
4953,
6754,
1671
],
),
"cyclone": SymbolsMetadata(
popularity: 755,
codepoint: 0xebd5,
categories: [3],
tags: [
837,
1888,
1360,
1875,
6755,
6756,
840,
4404,
6757,
1365,
4407,
4408,
1274,
6758,
2888,
6418,
6759,
468,
2363,
6760,
1826,
6761,
5943,
763,
6762,
4393,
6763,
6764,
6765,
206,
3829,
859,
6766,
1857,
6767,
6768
],
),
"dangerous": SymbolsMetadata(
popularity: 3418,
codepoint: 0xe99a,
categories: [6],
tags: [
6769,
1360,
1361,
6770,
3259,
691,
3680,
1365,
5246,
2720,
1366,
1748,
4495,
1213,
3378,
4412,
1367,
2722,
1166,
3271,
1480,
616,
328,
2907,
2725,
1065,
4415,
644,
898,
1226,
31,
1691,
2453,
2437,
206,
6771,
5925,
3992
],
),
"dark_mode": SymbolsMetadata(
popularity: 11934,
codepoint: 0xe51c,
categories: [4],
tags: [
862,
6772,
1673,
4593,
501,
1875,
4048,
193,
1877,
4739,
4095,
3583,
4083,
4745,
4226,
288,
8,
1164,
4084,
6773,
137,
1344,
4742,
642,
4089,
4059,
4728,
1033,
71,
392,
2102,
2404,
4740,
413,
141,
1348,
396,
476,
1186
],
),
"dashboard": SymbolsMetadata(
popularity: 16757,
codepoint: 0xe871,
categories: [12],
tags: [
745,
1757,
1071,
5379,
373,
193,
345,
1425,
81,
1400,
8,
370,
3870,
1078,
382,
51,
385,
1029,
17,
3473,
1086,
630,
6209,
5030,
919,
648,
239,
1167,
759,
432,
1428,
330,
5483,
275,
6774,
433,
746,
3074,
6775,
396,
333,
1186
],
),
"dashboard_2": SymbolsMetadata(
popularity: 79,
codepoint: 0xf3ea,
categories: [12],
tags: [
1422,
1071,
569,
5379,
373,
1425,
81,
370,
1078,
382,
1140,
68,
2468,
1344,
385,
6776,
1086,
4113,
5030,
919,
648,
432,
3356,
1428,
410,
2461,
5483,
433,
2716,
6777,
746,
3074,
2717,
396,
333,
1186
],
),
"dashboard_customize": SymbolsMetadata(
popularity: 2619,
codepoint: 0xe99b,
categories: [12],
tags: [
1739,
76,
2263,
6089,
5379,
1743,
6404,
345,
1236,
1425,
1252,
370,
382,
385,
1029,
1641,
4113,
70,
92,
919,
4014,
921,
432,
6778,
71,
1780,
5483,
433,
2716,
6779,
2717,
396,
333,
1186,
5011
],
),
"data_alert": SymbolsMetadata(
popularity: 214,
codepoint: 0xf7f6,
categories: [2],
tags: [
3109,
1361,
691,
283,
3680,
1365,
6780,
6781,
6782,
1467,
6783,
2720,
10,
1366,
3914,
4483,
138,
1367,
51,
68,
2722,
88,
6784,
1166,
583,
616,
2725,
1036,
2726,
1690,
31,
1093,
1691,
1407,
206
],
),
"data_array": SymbolsMetadata(
popularity: 552,
codepoint: 0xead1,
categories: [12],
tags: [
6785,
481,
5984,
1102,
6786,
2218,
1197,
519,
81,
6787,
1313,
1104,
44,
1430,
147,
1198,
1080,
68,
4773,
88,
586,
6788,
1123,
3325,
509,
6789,
955,
5991,
140,
65
],
),
"data_check": SymbolsMetadata(
popularity: 419,
codepoint: 0xf7f2,
categories: [2],
tags: [
2661,
2321,
2666,
1658,
482,
1661,
1662,
463,
2689,
2323,
81,
1467,
1430,
1664,
1431,
147,
2671,
381,
382,
68,
1470,
88,
6784,
1166,
1666,
4132,
1433,
362,
1460,
433,
1473,
1669,
2336,
1576,
5597,
1672
],
),
"data_exploration": SymbolsMetadata(
popularity: 1655,
codepoint: 0xe76f,
categories: [9],
tags: [
1422,
1071,
77,
6790,
4855,
373,
2936,
1425,
81,
6791,
4374,
375,
314,
5156,
316,
1078,
234,
235,
1081,
68,
6792,
2325,
4427,
87,
1426,
226,
1086,
1428,
4178,
746,
4390,
1095,
2470,
514
],
),
"data_info_alert": SymbolsMetadata(
popularity: 168,
codepoint: 0xf7f5,
categories: [2],
tags: [
1360,
6793,
1177,
865,
1361,
691,
81,
6780,
6794,
6795,
6796,
145,
2720,
4701,
871,
5074,
1367,
293,
6797,
68,
6798,
2722,
88,
6784,
583,
616,
2725,
6799,
652,
880,
6800,
1691,
6801,
206,
4421
],
),
"data_loss_prevention": SymbolsMetadata(
popularity: 276,
codepoint: 0xe2dc,
categories: [6],
tags: [
2601,
565,
1360,
566,
481,
691,
193,
1761,
81,
6802,
6803,
3953,
6804,
577,
317,
6805,
1213,
1109,
581,
6806,
1056,
1115,
6807,
1116,
1117,
6808,
1057,
6809,
588,
589,
5822,
1034,
590,
1574,
3273,
1066,
6810,
3189,
3190,
1126,
1774,
1036,
1127,
6811,
1575,
601,
206
],
),
"data_object": SymbolsMetadata(
popularity: 2012,
codepoint: 0xead3,
categories: [12],
tags: [
861,
1071,
5984,
2797,
1676,
1102,
6786,
933,
1310,
81,
6812,
1467,
6813,
44,
1430,
2787,
147,
83,
68,
1029,
267,
492,
586,
92,
6788,
2333,
453,
2801,
1459,
4179,
2726,
95,
1690,
955,
1473,
65
],
),
"data_saver_on": SymbolsMetadata(
popularity: 525,
codepoint: 0xeff3,
categories: [4],
tags: [
231,
749,
745,
1071,
77,
516,
6814,
373,
193,
284,
6815,
81,
6816,
621,
375,
313,
1055,
320,
1078,
235,
1081,
259,
6817,
324,
226,
1086,
263,
267,
6818,
887,
1061,
239,
852,
6819,
762,
3939,
954,
331,
746,
31,
1095,
1691,
98,
334
],
),
"data_table": SymbolsMetadata(
popularity: 606,
codepoint: 0xe99c,
categories: [9],
tags: [
1071,
1673,
501,
1466,
569,
3582,
373,
1438,
933,
2707,
628,
81,
1467,
485,
375,
8,
1430,
4802,
147,
941,
382,
68,
1344,
385,
2078,
262,
630,
22,
92,
271,
5009,
1428,
1433,
1459,
410,
1588,
2838,
1460,
746,
955,
1473,
525,
33,
141,
1348,
396,
333,
1186,
1187
],
),
"data_thresholding": SymbolsMetadata(
popularity: 1640,
codepoint: 0xeb9f,
categories: [2],
tags: [
1422,
373,
685,
1745,
5763,
81,
3755,
6820,
6821,
6822,
6091,
6823,
6824,
6825,
6826,
6827,
6828,
3485,
83,
1078,
1221,
1141,
17,
1086,
6257,
1034,
1148,
363,
71,
746,
553,
6829,
6830,
514
],
),
"data_usage": SymbolsMetadata(
popularity: 1318,
codepoint: 0xe1af,
categories: [4],
tags: [
1071,
2605,
6831,
251,
373,
685,
254,
4013,
81,
6832,
6833,
621,
5921,
1162,
375,
868,
1078,
1081,
259,
550,
6834,
226,
1086,
263,
267,
1059,
70,
1065,
151,
5939,
746,
6835,
2404,
97,
413,
1095,
3315
],
),
"database": SymbolsMetadata(
popularity: 14400,
codepoint: 0xf20e,
categories: [9],
tags: [
861,
1071,
1674,
1423,
517,
373,
1676,
932,
519,
1310,
1073,
81,
6836,
1467,
375,
44,
1680,
1078,
68,
259,
4773,
2078,
1029,
226,
1086,
267,
92,
4132,
1688,
2726,
6837,
1712,
746,
1690,
1396,
1093,
65,
1095
],
),
"database_off": SymbolsMetadata(
popularity: 53,
codepoint: 0xf414,
categories: [9],
tags: [
2601,
1071,
2564,
1423,
517,
3259,
1208,
373,
932,
6838,
6839,
81,
1467,
6840,
1162,
375,
868,
2719,
6841,
1055,
2720,
2721,
1078,
68,
1082,
87,
226,
1086,
267,
1057,
1059,
1060,
1061,
2726,
6842,
1067,
1712,
746,
1690,
955,
1093,
1095,
1068
],
),
"database_search": SymbolsMetadata(
popularity: 284,
codepoint: 0xf38e,
categories: [9],
tags: [
1757,
1071,
1674,
1675,
1423,
517,
373,
1676,
932,
519,
81,
1467,
375,
44,
1430,
1431,
316,
147,
83,
317,
1109,
1078,
68,
259,
4773,
1115,
1116,
1117,
2329,
1029,
226,
1086,
267,
523,
92,
2333,
453,
2801,
1126,
1127,
2726,
746,
1690,
1396,
1093,
65,
1095
],
),
"database_upload": SymbolsMetadata(
popularity: 155,
codepoint: 0xf3dc,
categories: [9],
tags: [
1071,
1674,
77,
1675,
1423,
517,
373,
1676,
932,
519,
284,
81,
1467,
375,
44,
313,
1430,
1696,
147,
1078,
1594,
68,
1698,
259,
226,
1086,
1750,
267,
2300,
2726,
746,
1690,
6843,
764,
765,
1093,
65,
1095,
956,
526,
1702,
527,
3010,
3011
],
),
"dataset": SymbolsMetadata(
popularity: 4549,
codepoint: 0xf8ee,
categories: [2],
tags: [
1674,
1676,
1197,
933,
81,
1633,
6091,
1467,
6813,
44,
6844,
1430,
6845,
1431,
147,
6846,
382,
68,
88,
1029,
6847,
453,
4132,
1459,
2726,
1460,
1690,
6848,
1473
],
),
"dataset_linked": SymbolsMetadata(
popularity: 1543,
codepoint: 0xf8ef,
categories: [2],
tags: [
1179,
1522,
3261,
1073,
1074,
284,
81,
1430,
2998,
147,
1524,
259,
1314,
325,
267,
2961,
523,
2927,
3051,
2966,
1528,
2030,
243,
1530,
333,
6849,
1186,
1187,
6850,
6851
],
),
"date_range": SymbolsMetadata(
popularity: 7616,
codepoint: 0xe916,
categories: [6],
tags: [
3091,
2072,
1924,
2073,
6852,
6853,
6854,
6855,
1160,
6856,
2126,
2075,
10,
1470,
5000,
3487,
5001,
1148,
432,
4104,
1370,
1928,
1168,
6857,
433,
1171,
2465,
5002,
5021,
5003
],
),
"deblur": SymbolsMetadata(
popularity: 384,
codepoint: 0xeb77,
categories: [1],
tags: [
1739,
2212,
501,
504,
135,
4739,
345,
4663,
6858,
43,
1252,
680,
487,
3352,
577,
83,
1749,
137,
916,
49,
1470,
57,
59,
6859,
509,
6860,
6861,
511,
476,
1856
],
),
"deceased": SymbolsMetadata(
popularity: 95,
codepoint: 0xe0a5,
categories: [3],
tags: [
6862,
6863,
6864,
6865,
6866,
6867,
3917,
6868,
6869,
2127,
5596,
6870,
6871,
5781,
3815,
6872,
6873,
697,
138,
6807,
174,
5184,
2799,
6874,
492,
6875,
6876,
392,
898,
888,
31,
6877,
6878
],
),
"decimal_decrease": SymbolsMetadata(
popularity: 3,
codepoint: 0xf82d,
categories: [12],
tags: [
223,
77,
502,
791,
2827,
937,
81,
6092,
6879,
5038,
2884,
6880,
2819,
2895,
941,
6881,
6882,
51,
2197,
1951,
793,
1255,
948,
21,
69,
6883,
6884,
2889,
794,
5920,
6885,
1261,
31,
36
],
),
"decimal_increase": SymbolsMetadata(
popularity: 33,
codepoint: 0xf82c,
categories: [12],
tags: [
1422,
77,
502,
3026,
791,
373,
937,
81,
6879,
6886,
45,
1746,
3017,
914,
941,
6881,
6882,
1078,
1326,
234,
235,
6887,
792,
793,
17,
948,
237,
21,
69,
328,
759,
26,
6888,
906,
391,
746,
1702,
36
],
),
"deck": SymbolsMetadata(
popularity: 844,
codepoint: 0xea42,
categories: [8],
tags: [
6889,
1923,
1308,
5379,
6890,
6891,
1197,
5380,
6892,
484,
2953,
781,
5428,
5383,
579,
1140,
1499,
5384,
6893,
1082,
2457,
4114,
4040,
3051,
5385,
3822,
386,
6894,
6895,
5432,
432,
1201,
593,
6896,
433,
1712,
3740,
4046,
6878
],
),
"dehaze": SymbolsMetadata(
popularity: 760,
codepoint: 0xe3c7,
categories: [1],
tags: [
1739,
5343,
837,
1839,
135,
780,
6897,
1252,
680,
487,
3352,
83,
5265,
2888,
137,
915,
6898,
138,
49,
1470,
506,
57,
59,
876,
62,
1224,
6859,
1994,
31,
6899,
3630,
4317,
859
],
),
"delete": SymbolsMetadata(
popularity: 71542,
codepoint: 0xe872,
categories: [2],
tags: [
748,
1646,
2796,
3368,
1208,
3369,
780,
345,
1210,
6900,
6368,
6901,
4645,
6902,
6903,
1252,
6904,
811,
3371,
3372,
6905,
6906,
1029,
6907,
289,
6228,
1224,
5915,
3374,
6232
],
),
"delete_forever": SymbolsMetadata(
popularity: 13258,
codepoint: 0xe92b,
categories: [2],
tags: [
748,
1674,
2796,
504,
3368,
1208,
810,
780,
5852,
345,
1210,
6908,
6901,
4645,
6902,
6904,
3371,
1212,
2309,
3372,
6905,
4483,
138,
1344,
1029,
6907,
6909,
1224,
1690,
5839,
31,
3374,
6910,
3992,
6911
],
),
"delete_history": SymbolsMetadata(
popularity: 172,
codepoint: 0xf518,
categories: [6],
tags: [
2513,
77,
2443,
2939,
2796,
1208,
780,
6912,
6913,
6914,
1159,
1209,
81,
1160,
1210,
6915,
6916,
6917,
3371,
1212,
2077,
68,
1470,
88,
4805,
3271,
1034,
4247,
453,
760,
1224,
6918,
6919,
6920,
2451,
2836,
470,
1168,
1036,
1226,
97,
1171,
3374,
473,
3992,
3993
],
),
"delete_sweep": SymbolsMetadata(
popularity: 2939,
codepoint: 0xe16c,
categories: [2],
tags: [
6921,
6922,
2796,
5830,
6923,
6924,
3368,
810,
780,
5852,
1210,
6925,
4645,
3370,
6904,
811,
3371,
3372,
6926,
6927,
6928,
6929,
6907,
6930,
1224,
5855,
5839,
3374,
6232,
6931
],
),
"delivery_truck_bolt": SymbolsMetadata(
popularity: 89,
codepoint: 0xf3a2,
categories: [9],
tags: [
1810,
3934,
1812,
6932,
1813,
6933,
6934,
2037,
6935,
6936,
6937,
1649,
2645,
3682,
3683,
6938,
1605,
1165,
4350,
16,
3936,
6254,
3403,
2293,
1534,
1391,
1651,
91,
2577,
4658,
1352,
2297,
3106,
2432,
2300,
4352,
6939,
1395,
275,
2679,
3937,
900,
1629,
1835,
2050,
1836
],
),
"delivery_truck_speed": SymbolsMetadata(
popularity: 250,
codepoint: 0xf3a1,
categories: [9],
tags: [
1810,
1812,
6932,
1813,
6934,
2037,
6937,
2182,
1605,
1165,
6940,
4350,
6941,
16,
6254,
3403,
2293,
1534,
353,
885,
6942,
1391,
2577,
4658,
1352,
2297,
3106,
6943,
1626,
2300,
4659,
4352,
1395,
275,
6944,
2679,
1980,
900,
1629,
332,
1835,
2050,
1836,
2051
],
),
"demography": SymbolsMetadata(
popularity: 166,
codepoint: 0xe489,
categories: [3],
tags: [
5748,
1422,
1190,
6321,
690,
373,
193,
574,
6631,
6945,
81,
6946,
1795,
1580,
1430,
1797,
578,
147,
1798,
1078,
579,
697,
581,
68,
1804,
1480,
289,
1586,
1587,
588,
589,
1287,
6947,
1288,
1428,
888,
593,
746,
602,
1485
],
),
"density_large": SymbolsMetadata(
popularity: 588,
codepoint: 0xeba9,
categories: [2],
tags: [
517,
481,
912,
6948,
6949,
8,
914,
699,
86,
1940,
385,
1470,
88,
506,
6950,
70,
2215,
1459,
703,
2161,
71,
298,
709,
6951,
6952,
4594,
2280,
97,
396,
6953
],
),
"density_medium": SymbolsMetadata(
popularity: 2432,
codepoint: 0xeb9e,
categories: [2],
tags: [
1739,
1466,
517,
6037,
6954,
4785,
6948,
6955,
8,
699,
385,
6956,
1470,
88,
3878,
6957,
506,
70,
6958,
2215,
358,
703,
2161,
151,
709,
6959,
97,
338,
396
],
),
"density_small": SymbolsMetadata(
popularity: 1643,
codepoint: 0xeba8,
categories: [2],
tags: [
6037,
6960,
6961,
6948,
699,
916,
385,
1951,
1470,
88,
506,
814,
6962,
2945,
70,
1954,
1459,
703,
2161,
1956,
6963,
709,
97,
1957,
6964,
396
],
),
"dentistry": SymbolsMetadata(
popularity: 689,
codepoint: 0xe0a6,
categories: [3],
tags: [
2072,
6965,
3137,
6966,
810,
2375,
6635,
6967,
6968,
6969,
5756,
6970,
697,
892,
1764,
3529,
6971,
6972,
894,
6973,
6271,
6974,
6975,
6976,
1616,
6977,
6978,
5378
],
),
"departure_board": SymbolsMetadata(
popularity: 722,
codepoint: 0xe576,
categories: [14],
tags: [
1973,
6979,
6980,
1810,
5713,
2035,
6981,
1812,
1813,
1159,
81,
2038,
6982,
6983,
6984,
8,
6985,
1975,
6986,
1470,
88,
1534,
2046,
6987,
432,
1459,
1168,
898,
291,
1317,
1171,
6988,
6989,
1980,
1629,
332,
4140,
1836
],
),
"deployed_code": SymbolsMetadata(
popularity: 766,
codepoint: 0xf720,
categories: [2],
tags: [
478,
5983,
6990,
501,
5735,
1374,
1102,
2218,
1103,
6166,
1325,
483,
6991,
6992,
6993,
1313,
1104,
486,
6994,
1698,
4818,
5226,
6995,
87,
2577,
6996,
1123,
1516,
1353,
5438,
5320,
1688,
3325,
509,
6997,
33,
6173,
2202
],
),
"deployed_code_account": SymbolsMetadata(
popularity: 112,
codepoint: 0xf51b,
categories: [2],
tags: [
478,
565,
973,
501,
566,
1743,
193,
1102,
2218,
1325,
483,
6991,
6993,
145,
1313,
1104,
486,
1107,
577,
1777,
977,
581,
1698,
4818,
2958,
2078,
70,
2577,
6996,
588,
589,
590,
1123,
1353,
1125,
652,
71,
986,
509,
601
],
),
"deployed_code_alert": SymbolsMetadata(
popularity: 54,
codepoint: 0xf5f2,
categories: [2],
tags: [
3109,
478,
1360,
6990,
501,
1361,
4607,
1309,
691,
2827,
1102,
2218,
6998,
1325,
483,
1365,
6992,
1313,
1104,
486,
2720,
1366,
1367,
1698,
4818,
2722,
1166,
583,
616,
2577,
6996,
2725,
1123,
898,
509,
6997,
291,
31,
1093,
1691,
206
],
),
"deployed_code_history": SymbolsMetadata(
popularity: 74,
codepoint: 0xf5f3,
categories: [2],
tags: [
478,
4607,
6999,
6165,
1159,
1102,
7000,
7001,
7002,
7003,
2218,
7004,
1325,
483,
1160,
7005,
6993,
7006,
1104,
7007,
486,
2077,
7008,
1698,
4818,
4805,
2577,
6996,
2594,
1123,
4807,
7009,
5548,
1168,
509,
7010,
7011,
1171,
2465,
1095,
4140,
6173,
5550,
7012
],
),
"deployed_code_update": SymbolsMetadata(
popularity: 166,
codepoint: 0xf5f4,
categories: [2],
tags: [
478,
77,
502,
4607,
482,
193,
1102,
2218,
6166,
519,
2817,
1325,
483,
6991,
6992,
1104,
486,
1430,
2819,
520,
147,
1698,
4818,
1470,
2577,
6996,
1123,
1353,
5438,
760,
761,
509,
433,
764,
765,
33,
2453,
1945,
3664
],
),
"dermatology": SymbolsMetadata(
popularity: 23,
codepoint: 0xe0a7,
categories: [3],
tags: [
6644,
690,
3137,
2375,
7013,
7014,
7015,
7016,
7017,
1762,
7018,
7019,
2698,
7020,
7021,
697,
892,
7022,
1764,
581,
7023,
894,
7024,
7025,
7026,
7027,
7028,
3825,
5378,
7029
],
),
"description": SymbolsMetadata(
popularity: 34457,
codepoint: 0xe873,
categories: [12],
tags: [
2442,
144,
628,
81,
7030,
145,
1580,
1430,
1678,
316,
147,
317,
1681,
1682,
68,
5813,
88,
5814,
1116,
2329,
148,
1480,
1585,
2927,
1586,
1587,
7031,
1126,
1588,
4519,
33,
396,
1485,
2337
],
),
"deselect": SymbolsMetadata(
popularity: 428,
codepoint: 0xebb6,
categories: [12],
tags: [
2282,
809,
482,
1208,
5600,
2393,
780,
1210,
5163,
1300,
868,
811,
1055,
3371,
6510,
819,
1059,
1061,
70,
289,
1224,
5856,
363,
1067,
433,
4322,
511,
7032,
5605,
2841,
4523,
7033,
834
],
),
"design_services": SymbolsMetadata(
popularity: 5115,
codepoint: 0xf10a,
categories: [12],
tags: [
1496,
1592,
1374,
1578,
1325,
485,
4510,
3584,
2786,
378,
1252,
680,
3097,
2787,
381,
137,
384,
7034,
1111,
4840,
4438,
87,
226,
492,
1391,
4516,
2626,
2274,
2743,
652,
878,
392,
4564,
1589,
1781,
1691,
1518,
1590,
1485
],
),
"desk": SymbolsMetadata(
popularity: 372,
codepoint: 0xf8f4,
categories: [8],
tags: [
569,
7035,
5139,
3097,
46,
7036,
7037,
4051,
7038,
1882,
2741,
3099,
3792,
814,
492,
1391,
586,
3488,
1668,
2459,
888,
1339,
1690,
4390,
1473,
1518,
1154
],
),
"deskphone": SymbolsMetadata(
popularity: 24,
codepoint: 0xf7fa,
categories: [11],
tags: [
4936,
7039,
7040,
569,
1270,
283,
7041,
1073,
975,
5139,
7042,
288,
5064,
5034,
1110,
7043,
5079,
7044,
262,
492,
1391,
1732,
7045,
271,
3343,
7046,
762,
1296,
65,
1406,
5070,
7047,
7048
],
),
"desktop_access_disabled": SymbolsMetadata(
popularity: 271,
codepoint: 0xe99d,
categories: [11],
tags: [
1246,
1247,
861,
7049,
1051,
7050,
1704,
519,
284,
5921,
1705,
288,
1162,
868,
2719,
8,
2537,
1055,
1213,
1110,
7051,
1253,
1706,
630,
3271,
7052,
1059,
1060,
1061,
919,
2618,
1065,
2368,
410,
1067,
65,
1068,
333,
1187
],
),
"desktop_cloud": SymbolsMetadata(
popularity: 79,
codepoint: 0xf3db,
categories: [11],
tags: [
1246,
1247,
861,
1675,
1704,
1676,
519,
284,
254,
81,
1705,
288,
44,
8,
520,
1678,
1110,
1253,
7053,
259,
1706,
630,
267,
523,
4777,
410,
2726,
1690,
764,
765,
1093,
65,
412,
526,
2031,
527,
333,
1187,
1229,
6241
],
),
"desktop_cloud_stack": SymbolsMetadata(
popularity: 74,
codepoint: 0xf3be,
categories: [11],
tags: [
1246,
1247,
861,
501,
1675,
1704,
1676,
1197,
519,
1310,
284,
81,
1705,
288,
8,
520,
1678,
579,
1110,
1253,
1622,
7053,
1082,
1706,
1029,
630,
267,
523,
4777,
4531,
410,
2726,
652,
1712,
1690,
764,
765,
1093,
65,
412,
2031,
527,
333,
1187,
1229
],
),
"desktop_landscape": SymbolsMetadata(
popularity: 49,
codepoint: 0xf45e,
categories: [2],
tags: [
633,
1438,
519,
628,
1705,
288,
44,
8,
2537,
370,
2538,
382,
1110,
699,
1595,
385,
406,
630,
7054,
1391,
3286,
507,
6239,
386,
1427,
2459,
1433,
410,
4649,
2403,
7055,
65,
6240,
396,
2540,
1187,
1518,
6241
],
rtlAutoMirrored: true,
),
"desktop_landscape_add": SymbolsMetadata(
popularity: 10,
codepoint: 0xf439,
categories: [2],
tags: [
231,
745,
3242,
1438,
519,
1325,
3246,
1235,
1705,
288,
2953,
7056,
8,
382,
699,
49,
1327,
7057,
1595,
385,
406,
630,
7054,
887,
7058,
1452,
57,
239,
432,
1433,
410,
4649,
2403,
7055,
433,
1712,
31,
65,
412,
2031,
37,
3090,
1187
],
rtlAutoMirrored: true,
),
"desktop_mac": SymbolsMetadata(
popularity: 1133,
codepoint: 0xe30b,
categories: [11],
tags: [
1246,
1247,
7059,
2473,
1704,
519,
1310,
1705,
288,
44,
8,
2537,
1110,
1140,
1253,
7060,
1706,
7061,
647,
630,
1391,
4290,
6239,
432,
410,
1780,
4153,
65,
333,
1187,
1518,
6241
],
),
"desktop_portrait": SymbolsMetadata(
popularity: 17,
codepoint: 0xf45d,
categories: [2],
tags: [
500,
1438,
519,
1705,
288,
8,
2537,
781,
382,
1110,
1140,
385,
642,
630,
7054,
1391,
507,
386,
5100,
1433,
410,
4649,
2403,
7055,
65,
1464,
7062,
1187,
1518
],
rtlAutoMirrored: true,
),
"desktop_windows": SymbolsMetadata(
popularity: 5368,
codepoint: 0xe30c,
categories: [11],
tags: [
1246,
1247,
4275,
1704,
519,
1705,
288,
44,
8,
2537,
1110,
1140,
1253,
1706,
5444,
630,
1391,
4290,
1427,
2459,
4777,
410,
2030,
65,
412,
2031,
333,
1187,
1229,
1518,
6241
],
),
"destruction": SymbolsMetadata(
popularity: 175,
codepoint: 0xf585,
categories: [3],
tags: [
480,
5965,
4395,
4396,
7063,
193,
912,
5245,
6901,
7064,
7065,
1105,
1164,
3683,
4409,
4410,
7066,
2497,
904,
1470,
7067,
7068,
7069,
7070,
7071,
3687,
4748,
4179,
4618,
7072,
7073,
331,
65,
4418
],
),
"details": SymbolsMetadata(
popularity: 814,
codepoint: 0xe3c8,
categories: [1],
tags: [
3045,
81,
7074,
43,
145,
1105,
1252,
680,
7075,
3352,
914,
7076,
316,
1939,
7077,
7078,
49,
68,
7079,
506,
7080,
237,
7081,
2927,
70,
7082,
7083,
7084,
57,
59,
2899,
71,
7085,
6859,
2900,
7086,
3950,
1691,
396
],
),
"detection_and_zone": SymbolsMetadata(
popularity: 350,
codepoint: 0xe29f,
categories: [10],
tags: [
2513,
1359,
1360,
1131,
1132,
4587,
482,
193,
7087,
285,
7088,
4579,
5487,
868,
1055,
1749,
1140,
323,
4258,
1143,
1059,
1060,
1061,
1146,
589,
326,
1148,
1149,
1065,
7089,
1036,
1152,
362,
1067,
433,
5115,
1227,
1153,
1155
],
),
"detector": SymbolsMetadata(
popularity: 189,
codepoint: 0xe282,
categories: [10],
tags: [
480,
7090,
5487,
7091,
288,
2537,
46,
317,
2497,
1140,
5489,
1470,
7092,
630,
4258,
1143,
1573,
4260,
7093,
705,
1737,
5491,
1126,
1036,
64,
273,
5215,
5115,
65,
511,
1855
],
),
"detector_alarm": SymbolsMetadata(
popularity: 283,
codepoint: 0xe1f7,
categories: [10],
tags: [
1359,
1360,
1361,
1362,
7094,
7090,
3680,
1365,
7091,
2427,
7095,
1140,
138,
51,
1143,
616,
289,
1573,
1574,
762,
705,
1036,
64,
273,
1339,
2434,
5215,
7096,
1293,
31,
1093,
2437,
206
],
),
"detector_battery": SymbolsMetadata(
popularity: 123,
codepoint: 0xe204,
categories: [10],
tags: [
3980,
1360,
3678,
3876,
3920,
3887,
1250,
3679,
3877,
7090,
7091,
288,
3682,
3683,
3889,
46,
1110,
1140,
51,
3915,
3959,
1143,
3687,
3996,
3919,
7097,
3918,
3879,
3970,
705,
5215,
291,
65,
7098,
206
],
),
"detector_co": SymbolsMetadata(
popularity: 156,
codepoint: 0xe2af,
categories: [10],
tags: [
1359,
1360,
1859,
7099,
691,
7090,
7100,
7091,
288,
2427,
4701,
7101,
7102,
4412,
1140,
7103,
138,
4258,
1143,
616,
1574,
1503,
705,
1036,
64,
1898,
5215,
7096,
31,
1691,
206
],
),
"detector_offline": SymbolsMetadata(
popularity: 101,
codepoint: 0xe223,
categories: [10],
tags: [
1360,
283,
284,
7091,
7104,
288,
3263,
46,
2720,
4701,
2721,
1140,
1222,
2722,
4258,
1143,
267,
7105,
5953,
1060,
7106,
2725,
705,
1036,
64,
273,
5215,
291,
1093,
65,
1691,
1068,
206
],
),
"detector_smoke": SymbolsMetadata(
popularity: 487,
codepoint: 0xe285,
categories: [8],
tags: [
1359,
1360,
7107,
1859,
929,
691,
193,
1365,
5487,
7091,
288,
2427,
46,
5180,
7095,
7101,
1140,
3173,
7103,
1499,
1470,
4258,
1143,
1574,
705,
1036,
64,
273,
5215,
7096,
206,
1856
],
),
"detector_status": SymbolsMetadata(
popularity: 174,
codepoint: 0xe1e8,
categories: [10],
tags: [
861,
4780,
517,
283,
284,
254,
81,
5487,
7091,
1140,
51,
68,
1083,
17,
3473,
1143,
267,
648,
2066,
2890,
272,
705,
64,
273,
290,
5215,
291,
649,
65,
1855,
277,
278
],
),
"developer_board": SymbolsMetadata(
popularity: 1807,
codepoint: 0xe30d,
categories: [11],
tags: [
5713,
1374,
4918,
7108,
1102,
2218,
3938,
519,
1310,
7109,
1313,
7110,
1104,
7111,
7112,
7113,
1878,
2787,
1110,
7114,
7115,
5758,
7116,
7117,
5759,
1123,
7118,
2726,
1297,
7119,
65,
7120,
1318
],
),
"developer_board_off": SymbolsMetadata(
popularity: 183,
codepoint: 0xe4ff,
categories: [11],
tags: [
5713,
4918,
5753,
7108,
3938,
519,
1235,
1313,
7110,
1104,
288,
1300,
868,
2719,
2537,
1878,
1055,
2720,
1110,
1222,
7114,
5758,
6809,
5953,
1059,
1061,
5759,
1123,
1067,
1226,
65,
1068,
206
],
),
"developer_guide": SymbolsMetadata(
popularity: 405,
codepoint: 0xe99e,
categories: [6],
tags: [
2440,
3390,
7121,
1694,
2668,
1102,
6786,
2218,
2444,
1313,
1104,
1580,
1430,
2622,
3097,
147,
2821,
696,
871,
293,
68,
700,
4438,
4449,
1587,
1123,
3380,
179,
4531,
2161,
3325,
5997,
509,
140,
65,
4467
],
),
"developer_mode": SymbolsMetadata(
popularity: 1498,
codepoint: 0xe1b0,
categories: [11],
tags: [
1246,
1247,
6000,
2494,
502,
5735,
5984,
1250,
251,
7122,
193,
1102,
2218,
685,
3583,
1311,
4874,
1313,
7123,
6001,
1104,
288,
1746,
4885,
1110,
1253,
262,
7124,
7125,
2015,
642,
70,
271,
1123,
432,
71,
1701,
509,
433,
525,
97
],
),
"developer_mode_tv": SymbolsMetadata(
popularity: 128,
codepoint: 0xe874,
categories: [11],
tags: [
1246,
1247,
779,
482,
5984,
731,
1374,
732,
1704,
1102,
2218,
1776,
685,
1311,
1705,
1313,
288,
8,
1878,
4885,
781,
1777,
1110,
1253,
4773,
1706,
406,
642,
630,
70,
1123,
432,
410,
71,
2008,
1297,
65,
412,
511,
2031,
37,
333,
1187
],
),
"device_band": SymbolsMetadata(
popularity: 66,
codepoint: 0xf2f5,
categories: [11],
tags: [
2541,
7126,
7127,
7128,
5442,
288,
7129,
1878,
2886,
2887,
7130,
7131,
7132,
2538,
7133,
7134,
7135,
7136,
7137,
7138,
7139,
7140,
65,
7141,
2080,
2659,
2547,
7142,
7143,
7144,
7145,
7146,
7147
],
),
"device_hub": SymbolsMetadata(
popularity: 1307,
codepoint: 0xe335,
categories: [11],
tags: [
1246,
1247,
1496,
308,
7148,
193,
519,
685,
4281,
284,
7149,
1075,
345,
1705,
288,
7150,
375,
44,
1110,
3153,
1253,
1622,
7151,
7152,
3685,
1470,
5478,
1029,
324,
262,
630,
267,
585,
1088,
271,
851,
71,
1898,
433,
1093,
525,
65,
1691,
2080,
2547,
333
],
),
"device_thermostat": SymbolsMetadata(
popularity: 2774,
codepoint: 0xe1ff,
categories: [11],
tags: [
1739,
2125,
7153,
193,
840,
1877,
345,
845,
288,
1400,
3683,
1844,
7154,
3870,
1848,
3173,
1849,
51,
4840,
1470,
226,
3473,
630,
6413,
71,
1898,
1093,
7155,
858,
2893,
2070,
859
],
),
"device_unknown": SymbolsMetadata(
popularity: 554,
codepoint: 0xe339,
categories: [11],
tags: [
3940,
1246,
1247,
865,
1250,
288,
7156,
5647,
317,
1110,
871,
7157,
1253,
293,
68,
5410,
2722,
7158,
4789,
262,
1699,
7159,
271,
2725,
3942,
2333,
3943,
3944,
432,
2536,
1126,
1701,
880,
31,
525,
4876,
7160,
3945,
7161,
7162
],
),
"devices": SymbolsMetadata(
popularity: 7389,
codepoint: 0xe1b1,
categories: [11],
tags: [
1246,
1247,
4275,
283,
519,
1073,
284,
254,
615,
1705,
288,
7163,
8,
1110,
1253,
3685,
1314,
262,
630,
7164,
267,
271,
7165,
410,
2027,
2030,
1701,
411,
764,
765,
525,
65,
526,
2080,
2547,
333
],
),
"devices_fold": SymbolsMetadata(
popularity: 285,
codepoint: 0xebde,
categories: [4],
tags: [
1246,
1247,
1250,
4238,
519,
2394,
754,
288,
8,
7166,
2537,
2341,
1275,
2918,
7167,
2538,
1110,
7168,
1253,
1595,
3685,
385,
406,
262,
630,
2927,
507,
919,
271,
5100,
410,
1701,
525,
65,
512,
2950,
396
],
),
"devices_fold_2": SymbolsMetadata(
popularity: 12,
codepoint: 0xf406,
categories: [4],
tags: [
1246,
7169,
1247,
1673,
7170,
1250,
5291,
288,
44,
8,
1878,
2918,
7167,
7171,
489,
381,
1110,
1253,
1344,
262,
647,
919,
271,
432,
410,
392,
525,
65,
907
],
),
"devices_off": SymbolsMetadata(
popularity: 63,
codepoint: 0xf7a5,
categories: [11],
tags: [
1246,
1247,
3260,
6312,
519,
3262,
6838,
1705,
288,
7172,
1162,
868,
2719,
1055,
1110,
1253,
3685,
1314,
3270,
262,
630,
6429,
6317,
5952,
1059,
1060,
1061,
7173,
271,
7174,
7175,
410,
1067,
525,
1068,
3274,
7176,
2080,
2547,
333
],
),
"devices_other": SymbolsMetadata(
popularity: 1321,
codepoint: 0xe337,
categories: [11],
tags: [
1246,
1247,
2542,
1268,
2023,
7177,
1250,
1704,
283,
519,
284,
254,
1705,
288,
7163,
44,
8,
1878,
2538,
7178,
1110,
1253,
7179,
1706,
406,
5444,
262,
630,
7164,
267,
2400,
7180,
7181,
271,
410,
7182,
7183,
764,
525,
65,
37,
499,
477,
2080,
2548,
1187
],
rtlAutoMirrored: true,
),
"devices_wearables": SymbolsMetadata(
popularity: 224,
codepoint: 0xf6ab,
categories: [11],
tags: [
2541,
2542,
1270,
1250,
570,
1159,
283,
1073,
284,
288,
44,
2537,
2886,
2887,
2538,
1110,
697,
1253,
262,
616,
920,
271,
2539,
432,
2543,
410,
1897,
7184,
1701,
7140,
4915,
764,
5906,
525,
1297,
7185,
65,
33,
1171,
2546,
477,
2080,
2547,
2548,
333,
2549,
7147,
2551
],
),
"dew_point": SymbolsMetadata(
popularity: 28,
codepoint: 0xf879,
categories: [3],
tags: [
837,
1875,
1839,
840,
5264,
6355,
81,
7186,
7187,
1746,
2904,
4269,
7188,
7189,
2888,
3870,
6486,
51,
792,
17,
5860,
18,
7190,
328,
2890,
291,
31,
7191,
7192,
858,
2893,
36,
7193,
3829,
859
],
),
"diagnosis": SymbolsMetadata(
popularity: 140,
codepoint: 0xe0a8,
categories: [12],
tags: [
1422,
4250,
373,
842,
81,
4253,
2377,
1580,
1430,
5367,
5368,
7194,
147,
351,
1078,
697,
7195,
4506,
5370,
5371,
2379,
16,
87,
17,
894,
630,
1480,
1586,
1587,
4260,
1428,
4261,
2384,
291,
4263,
1485,
7196
],
),
"diagonal_line": SymbolsMetadata(
popularity: 40,
codepoint: 0xf41e,
categories: [12],
tags: [
480,
1157,
500,
1423,
1332,
193,
2394,
2953,
1163,
2786,
1252,
680,
1164,
381,
137,
51,
87,
2944,
174,
814,
7197,
1152,
1169,
392,
1339,
7198,
1067,
433,
3769,
1170,
31,
510,
1409
],
rtlAutoMirrored: true,
),
"dialer_sip": SymbolsMetadata(
popularity: 274,
codepoint: 0xe0bb,
categories: [7],
tags: [
4,
504,
1270,
7199,
1250,
5,
283,
6176,
284,
975,
288,
1400,
7200,
12,
1110,
138,
7201,
259,
7202,
4771,
16,
87,
262,
267,
6184,
289,
673,
271,
7203,
4775,
5082,
7204,
7205,
7206,
433,
31,
1406,
7207,
33,
35,
1298,
7208,
7209
],
),
"dialogs": SymbolsMetadata(
popularity: 98,
codepoint: 0xe99f,
categories: [2],
tags: [
748,
1673,
501,
3814,
570,
2728,
7210,
572,
283,
2707,
1475,
485,
1476,
7211,
7212,
7213,
2732,
7214,
1479,
5565,
68,
5566,
1612,
1344,
385,
583,
7215,
262,
630,
289,
271,
1482,
1483,
410,
2838,
593,
1295,
1484,
433,
2716,
525,
1296,
3752,
33,
7216,
141,
1348,
333,
1186,
1187
],
),
"dialpad": SymbolsMetadata(
popularity: 1443,
codepoint: 0xe0bc,
categories: [7],
tags: [
504,
1100,
1270,
283,
975,
345,
288,
1400,
5064,
7217,
7,
1105,
7218,
382,
7219,
1111,
467,
1114,
7044,
385,
4112,
262,
21,
22,
69,
7220,
271,
432,
1701,
433,
276,
1406,
7221
],
),
"diamond": SymbolsMetadata(
popularity: 4636,
codepoint: 0xead5,
categories: [3],
tags: [
3493,
1486,
810,
846,
6327,
1487,
6636,
1488,
7222,
2647,
1489,
7223,
904,
1490,
7224,
2482,
1491,
2941,
852,
1492,
716,
3502,
63,
1393,
392,
644,
1339,
3205,
4730,
1494,
7225,
36
],
),
"dictionary": SymbolsMetadata(
popularity: 294,
codepoint: 0xf539,
categories: [12],
tags: [
3390,
4579,
104,
4448,
1430,
3097,
4445,
7226,
68,
4427,
5226,
4438,
7227,
1345,
3394,
5814,
3396,
3397,
3071,
3380,
2890,
179,
7228,
1126,
4390,
33,
3400,
7229,
7230,
6626,
4447,
7231,
6628
],
),
"difference": SymbolsMetadata(
popularity: 1517,
codepoint: 0xeb7d,
categories: [12],
tags: [
684,
3712,
628,
4739,
1725,
6327,
7232,
6193,
1580,
1430,
3660,
147,
1082,
2457,
70,
2753,
2800,
363,
2403,
1712,
7233,
7234
],
),
"digital_out_of_home": SymbolsMetadata(
popularity: 306,
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,
2459,
410,
3162,
7246,
2491,
7247,
31,
7248
],
),
"digital_wellbeing": SymbolsMetadata(
popularity: 262,
codepoint: 0xef86,
categories: [3],
tags: [
1422,
1673,
7249,
7250,
501,
1424,
517,
373,
81,
7251,
44,
7252,
7253,
1078,
697,
2358,
4506,
17,
1086,
630,
589,
7254,
7255,
7256,
1668,
7257,
7258,
7259,
746,
7260,
5891,
1095,
7261,
7262,
7263,
3492
],
),
"dining": SymbolsMetadata(
popularity: 932,
codepoint: 0xeff4,
categories: [8],
tags: [
4859,
4823,
3693,
3695,
7264,
7265,
3698,
4825,
4683,
3700,
4110,
4206,
3701,
4829,
7266,
2356,
2992,
7267,
4212,
4830,
4111,
3703,
4832,
7268,
1537,
1947,
7269,
652,
3708,
4834,
4835,
1473,
7270
],
),
"dinner_dining": SymbolsMetadata(
popularity: 992,
codepoint: 0xea57,
categories: [16],
tags: [
4859,
3693,
3695,
4205,
3698,
4681,
4825,
3700,
4826,
4110,
4206,
3701,
4829,
7266,
2356,
2992,
6474,
4212,
4830,
4111,
3703,
506,
7271,
7272,
1928,
1537,
3708,
4834,
3709,
7273,
1473,
4836
],
),
"directions": SymbolsMetadata(
popularity: 1799,
codepoint: 0xe52e,
categories: [5],
tags: [
1513,
77,
309,
3094,
312,
2397,
7274,
3212,
321,
3170,
2821,
1975,
1623,
2326,
323,
324,
1534,
875,
1750,
885,
325,
1625,
329,
906,
7275,
1538,
898,
1627,
1628,
900,
332,
473,
3166
],
rtlAutoMirrored: true,
),
"directions_alt": SymbolsMetadata(
popularity: 265,
codepoint: 0xf880,
categories: [5],
tags: [
7276,
500,
77,
7277,
309,
2817,
312,
2395,
2397,
321,
3170,
1623,
323,
324,
1534,
325,
7278,
1625,
328,
7279,
906,
1700,
7280,
1626,
1538,
898,
1627,
1628,
332,
473,
7281,
1630
],
rtlAutoMirrored: true,
),
"directions_alt_off": SymbolsMetadata(
popularity: 46,
codepoint: 0xf881,
categories: [5],
tags: [
2388,
77,
7282,
481,
6312,
2397,
1300,
868,
1055,
321,
3170,
1623,
87,
323,
324,
1085,
1534,
325,
7283,
6248,
1059,
1061,
1625,
1167,
1224,
906,
1626,
1538,
898,
1067,
1226,
1628,
332,
5167,
1068,
1630
],
),
"directions_bike": SymbolsMetadata(
popularity: 3060,
codepoint: 0xe52f,
categories: [14],
tags: [
2513,
4141,
4143,
4148,
313,
2397,
11,
2887,
7284,
697,
581,
1623,
324,
1534,
875,
325,
3651,
1625,
589,
2046,
3299,
3300,
7285,
1626,
1538,
30,
1627,
900,
1629,
332,
7286,
1506,
1836,
3521
],
rtlAutoMirrored: true,
),
"directions_boat": SymbolsMetadata(
popularity: 2175,
codepoint: 0xe532,
categories: [14],
tags: [
1810,
2474,
7287,
1812,
1813,
7288,
313,
2397,
4349,
1623,
4356,
1534,
7289,
2483,
2486,
325,
2487,
1625,
2046,
3299,
4361,
1538,
2489,
2423,
2490,
3303,
900,
1629,
332,
1921,
1836,
7290,
3829
],
),
"directions_bus": SymbolsMetadata(
popularity: 3426,
codepoint: 0xe530,
categories: [14],
tags: [
1810,
2035,
1812,
1813,
2036,
2397,
3499,
1623,
1534,
325,
1914,
2046,
2047,
432,
3300,
1626,
2543,
1538,
2491,
1627,
1629,
332,
1836,
3304,
1187
],
),
"directions_car": SymbolsMetadata(
popularity: 10785,
codepoint: 0xe531,
categories: [14],
tags: [
2425,
1810,
3410,
1812,
7291,
1813,
312,
313,
2397,
1678,
7292,
2039,
7293,
7294,
1623,
1534,
875,
1624,
325,
7295,
2046,
1626,
1538,
5353,
1171,
900,
7296,
1629,
332,
7297,
1921,
1836,
7298
],
),
"directions_off": SymbolsMetadata(
popularity: 143,
codepoint: 0xf10f,
categories: [5],
tags: [
77,
1051,
1208,
7299,
7300,
1209,
6838,
5921,
2397,
7301,
7302,
868,
1055,
2127,
1213,
7303,
7304,
7305,
7306,
7307,
1534,
7308,
6809,
6248,
1059,
1061,
6432,
4246,
7309,
906,
1538,
7310,
898,
1067,
1226,
7311,
1628,
7312,
5167,
3993
],
),
"directions_railway": SymbolsMetadata(
popularity: 409,
codepoint: 0xe534,
categories: [14],
tags: [
1810,
1812,
1813,
4903,
7313,
313,
2397,
1605,
1623,
7314,
7315,
324,
1534,
4357,
325,
1914,
1686,
2046,
2047,
4359,
7316,
7317,
4360,
1538,
3541,
4363,
2148,
4364,
4365,
1980,
900,
1629,
332,
1921,
4907,
1836
],
),
"directions_railway_2": SymbolsMetadata(
popularity: 18,
codepoint: 0xf462,
categories: [14],
tags: [
7318,
2036,
2397,
5311,
2821,
1623,
7315,
4357,
325,
1686,
2047,
4359,
4360,
7319,
7320,
1538,
3541,
4363,
3058,
4364,
7321,
1980,
7322,
1629,
332,
1970,
1921,
1836,
7298
],
),
"directions_run": SymbolsMetadata(
popularity: 4900,
codepoint: 0xe566,
categories: [14],
tags: [
2513,
7323,
2194,
690,
312,
2397,
11,
225,
2887,
581,
7324,
323,
324,
1534,
7325,
468,
325,
1625,
588,
589,
326,
328,
27,
1538,
1125,
29,
888,
3519,
7326,
2130,
2148,
3033,
3148,
3798
],
rtlAutoMirrored: true,
),
"directions_subway": SymbolsMetadata(
popularity: 606,
codepoint: 0xe533,
categories: [14],
tags: [
1810,
1812,
1813,
2553,
2036,
284,
312,
313,
2397,
1623,
87,
7327,
1534,
4357,
468,
325,
7328,
1625,
2046,
7329,
4359,
4360,
1538,
3541,
4363,
1093,
4364,
4365,
1980,
900,
1629,
332,
4907,
7330,
1506,
1836
],
),
"directions_walk": SymbolsMetadata(
popularity: 4217,
codepoint: 0xe536,
categories: [14],
tags: [
2513,
3134,
690,
313,
2397,
11,
225,
317,
2887,
3784,
2843,
2821,
581,
7324,
1623,
7331,
2326,
324,
1534,
1750,
468,
325,
3651,
1625,
7332,
588,
589,
7333,
1538,
1125,
4964,
3146,
332,
3148,
3798
],
rtlAutoMirrored: true,
),
"directory_sync": SymbolsMetadata(
popularity: 167,
codepoint: 0xe394,
categories: [2],
tags: [
501,
460,
502,
193,
1676,
519,
284,
81,
313,
1541,
3278,
147,
1681,
259,
757,
262,
325,
267,
1090,
760,
761,
470,
1528,
509,
764,
5906,
1093,
65,
526,
7334,
2453,
333
],
),
"dirty_lens": SymbolsMetadata(
popularity: 203,
codepoint: 0xef4b,
categories: [1],
tags: [
1360,
7335,
40,
42,
193,
1864,
7336,
7337,
46,
1749,
49,
2722,
53,
3960,
406,
616,
492,
7338,
2331,
289,
57,
59,
62,
2725,
7339,
7340,
1540,
7341,
4316,
206
],
),
"disabled_by_default": SymbolsMetadata(
popularity: 5085,
codepoint: 0xf230,
categories: [2],
tags: [
2601,
1360,
1051,
482,
6593,
1208,
691,
780,
1209,
1235,
4785,
5921,
2953,
868,
2720,
1212,
2721,
1213,
1222,
51,
5165,
2722,
87,
3271,
6248,
1059,
2725,
4247,
6575,
1224,
1065,
392,
433,
4248,
291,
1226,
31,
2200,
1068,
206,
3992
],
),
"disabled_visible": SymbolsMetadata(
popularity: 1206,
codepoint: 0xe76e,
categories: [13],
tags: [
862,
7342,
1208,
1209,
345,
868,
3768,
1212,
5796,
7343,
7344,
1221,
2920,
1222,
813,
1115,
3271,
7345,
7346,
7338,
1059,
1061,
1034,
1063,
4247,
1224,
1065,
2899,
6261,
1036,
1127,
2008,
7347,
1226,
1068,
396,
3630,
7348
],
),
"disc_full": SymbolsMetadata(
popularity: 359,
codepoint: 0xe610,
categories: [11],
tags: [
3109,
1342,
1360,
4936,
1361,
1268,
1675,
3896,
691,
2139,
193,
519,
1365,
81,
44,
4734,
1678,
7349,
781,
2720,
1366,
147,
2276,
1367,
1166,
406,
686,
2799,
1707,
616,
453,
5881,
1293,
823,
1690,
31,
65,
5885,
206
],
),
"discover_tune": SymbolsMetadata(
popularity: 1511,
codepoint: 0xe018,
categories: [0],
tags: [
1739,
1757,
1268,
685,
345,
1236,
1542,
1252,
680,
7350,
2064,
83,
317,
7351,
1777,
1083,
2078,
1707,
70,
151,
71,
1293,
7352,
6082,
411,
7353,
6749,
7354,
1755,
554
],
),
"dishwasher": SymbolsMetadata(
popularity: 35,
codepoint: 0xe9a0,
categories: [8],
tags: [
1859,
3208,
5844,
810,
1864,
345,
753,
4684,
7355,
7356,
3863,
2904,
3682,
46,
1140,
1499,
4192,
7357,
3529,
4212,
1730,
647,
289,
919,
1122,
432,
151,
1339,
3858,
7358,
3829
],
),
"dishwasher_gen": SymbolsMetadata(
popularity: 436,
codepoint: 0xe832,
categories: [8],
tags: [
1859,
2125,
5844,
810,
1864,
7359,
1745,
4204,
4205,
753,
4684,
7355,
7356,
6485,
3682,
2537,
1140,
1894,
1499,
4192,
4212,
7360,
1730,
1143,
919,
432,
2459,
7361,
7362,
5823,
7363,
1898,
433,
3375,
3858
],
),
"display_external_input": SymbolsMetadata(
popularity: 45,
codepoint: 0xf7e7,
categories: [4],
tags: [
77,
461,
4937,
1073,
284,
81,
288,
8,
2537,
1679,
348,
7364,
7365,
1111,
385,
1470,
1314,
406,
630,
1750,
2345,
1733,
3969,
1315,
432,
906,
410,
273,
737,
2404,
65,
412,
2031,
7366,
37,
1187
],
),
"display_settings": SymbolsMetadata(
popularity: 1583,
codepoint: 0xeb97,
categories: [11],
tags: [
1246,
1247,
5343,
501,
3621,
1743,
1704,
1776,
519,
685,
4739,
345,
3583,
1705,
145,
288,
8,
7367,
7368,
2537,
1777,
1110,
1253,
293,
68,
1706,
630,
7369,
70,
919,
920,
921,
28,
410,
7370,
775,
652,
71,
1780,
65,
333,
1187
],
),
"distance": SymbolsMetadata(
popularity: 165,
codepoint: 0xf6ea,
categories: [15],
tags: [
1674,
77,
7371,
7372,
791,
312,
486,
377,
313,
9,
1678,
2904,
2820,
7373,
383,
1623,
4156,
2973,
323,
1085,
1534,
226,
17,
18,
325,
7374,
1625,
4157,
326,
327,
6277,
1148,
761,
2852,
7375,
1538,
2274,
391,
298,
7376,
2977,
496,
1226,
1627,
1628,
1629,
332,
152,
1264,
397
],
),
"diversity_1": SymbolsMetadata(
popularity: 3924,
codepoint: 0xf8d7,
categories: [3],
tags: [
565,
566,
403,
193,
571,
4608,
1271,
574,
6631,
7377,
1795,
7378,
1026,
578,
1276,
579,
6181,
977,
4506,
1280,
978,
872,
7379,
2457,
267,
588,
589,
1287,
6947,
590,
390,
888,
593,
597,
7380,
6205,
602
],
),
"diversity_2": SymbolsMetadata(
popularity: 2912,
codepoint: 0xf8d8,
categories: [3],
tags: [
6321,
571,
1271,
574,
7377,
1795,
2242,
1796,
7378,
1026,
578,
1276,
579,
6181,
7381,
4506,
581,
1280,
872,
4131,
7382,
7383,
267,
7384,
588,
1287,
6947,
1288,
1092,
390,
5483,
593,
597,
6205,
602,
2405
],
),
"diversity_3": SymbolsMetadata(
popularity: 8320,
codepoint: 0xf8d9,
categories: [3],
tags: [
1271,
574,
575,
6631,
4527,
2396,
7385,
7377,
1795,
7386,
7387,
1026,
1276,
579,
580,
6181,
1280,
872,
5618,
267,
588,
6186,
1287,
590,
593,
597,
7388,
1228,
602,
604,
7389
],
),
"diversity_4": SymbolsMetadata(
popularity: 324,
codepoint: 0xf857,
categories: [3],
tags: [
1190,
571,
1271,
574,
284,
7390,
7377,
7391,
1795,
1026,
634,
7392,
7393,
1276,
579,
6323,
6181,
4506,
7394,
581,
1280,
872,
7379,
582,
267,
588,
1287,
593,
7395,
597,
7388,
7396,
6205,
4620,
602
],
),
"dns": SymbolsMetadata(
popularity: 5051,
codepoint: 0xe875,
categories: [11],
tags: [
480,
1513,
1757,
517,
1101,
283,
685,
284,
81,
7397,
5460,
7398,
1105,
320,
7399,
68,
259,
4771,
4772,
88,
5814,
3674,
267,
28,
2726,
71,
31,
1093,
65,
1530,
1186,
334
],
),
"do_not_disturb_off": SymbolsMetadata(
popularity: 896,
codepoint: 0xe643,
categories: [2],
tags: [
862,
749,
7400,
3998,
1423,
1208,
193,
1209,
2394,
5921,
1211,
1162,
868,
4243,
7401,
7402,
7403,
7404,
1055,
7405,
1222,
7406,
7407,
7408,
1059,
7409,
1061,
70,
7410,
7411,
1224,
2113,
71,
1304,
7412,
2115,
1226,
4322,
7413,
7414,
7415,
7416,
7417
],
),
"do_not_disturb_on": SymbolsMetadata(
popularity: 8915,
codepoint: 0xe644,
categories: [2],
tags: [
748,
1360,
1233,
481,
1208,
691,
193,
780,
1209,
345,
2394,
1210,
5921,
1211,
1300,
868,
4243,
7403,
4244,
1055,
2720,
4245,
1213,
1634,
1255,
4272,
1059,
1061,
1223,
7418,
1224,
3273,
5166,
330,
1304,
1226,
1261,
206
],
),
"do_not_disturb_on_total_silence": SymbolsMetadata(
popularity: 361,
codepoint: 0xeffb,
categories: [4],
tags: [
1360,
1233,
1362,
1051,
751,
193,
283,
1162,
1300,
4243,
7419,
7403,
4244,
87,
262,
642,
1302,
3271,
2098,
7420,
616,
1059,
7421,
271,
2618,
2100,
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,
3783,
3784,
3786,
1213,
1823,
4412,
550,
468,
1057,
7425,
7420,
1059,
7426,
1061,
2618,
1065,
1150,
705,
7427,
7428,
898,
1067,
7429,
710,
2932,
4964,
1226,
31,
3798,
206
],
),
"do_not_touch": SymbolsMetadata(
popularity: 482,
codepoint: 0xf1b0,
categories: [16],
tags: [
2601,
2816,
7430,
1051,
691,
7431,
345,
1788,
7432,
868,
7403,
7433,
1055,
5938,
1790,
2695,
1213,
2696,
3378,
2698,
1612,
6834,
7434,
7420,
6248,
1059,
7426,
1061,
1167,
7435,
7418,
1065,
1066,
705,
1775,
1067,
1226,
1793,
206
],
),
"dock": SymbolsMetadata(
popularity: 250,
codepoint: 0xe30e,
categories: [11],
tags: [
1246,
1247,
2541,
1323,
2473,
1250,
3868,
193,
1073,
284,
4938,
615,
288,
4149,
7436,
1746,
1878,
1110,
1253,
1111,
1327,
1344,
262,
1733,
4288,
271,
1686,
3969,
1315,
3687,
432,
2536,
1701,
4153,
3541,
764,
525,
65
],
),
"dock_to_bottom": SymbolsMetadata(
popularity: 57,
codepoint: 0xf7e6,
categories: [4],
tags: [
7437,
2149,
1520,
1466,
1323,
2473,
1132,
2186,
7438,
3938,
4149,
7439,
1164,
348,
916,
385,
7440,
586,
919,
4647,
1734,
326,
7441,
329,
7442,
2934,
7443,
7444,
5189,
97,
907,
1187,
1671
],
),
"dock_to_left": SymbolsMetadata(
popularity: 251,
codepoint: 0xf7e5,
categories: [4],
tags: [
1739,
2149,
1520,
76,
1323,
3938,
345,
313,
4149,
1164,
699,
2870,
385,
2197,
1750,
70,
507,
919,
4647,
329,
2222,
71,
1472,
2947,
7444,
396,
1187,
1671
],
),
"dock_to_right": SymbolsMetadata(
popularity: 136,
codepoint: 0xf7e4,
categories: [4],
tags: [
2149,
2167,
1466,
77,
901,
482,
8,
4149,
7445,
2156,
2184,
385,
7446,
92,
919,
7447,
4647,
329,
7448,
432,
7449,
410,
1472,
2947,
7450,
7444,
433,
4479,
7451,
396,
1187,
7452,
1671
],
),
"docs": SymbolsMetadata(
popularity: 3212,
codepoint: 0xea7d,
categories: [12],
tags: [
1674,
2442,
2472,
628,
81,
1580,
7453,
1430,
2622,
7454,
4510,
1678,
147,
7455,
1681,
1682,
68,
15,
2449,
1583,
1480,
1391,
1586,
1587,
2890,
432,
1428,
1035,
1588,
4519,
31,
33,
1485
],
rtlAutoMirrored: true,
),
"docs_add_on": SymbolsMetadata(
popularity: 761,
codepoint: 0xf0c2,
categories: [12],
tags: [
745,
5569,
1321,
501,
6404,
1325,
1236,
1430,
520,
5006,
1939,
216,
147,
1327,
1698,
2566,
1029,
1390,
4726,
887,
1587,
5007,
239,
652,
1588,
509,
1340,
33,
7456,
511
],
),
"docs_apps_script": SymbolsMetadata(
popularity: 167,
codepoint: 0xf0c3,
categories: [12],
tags: [
501,
5005,
2125,
2564,
1676,
1102,
1325,
1236,
81,
1716,
1104,
1430,
2155,
3352,
1335,
147,
1108,
7457,
4130,
3423,
523,
1123,
6664,
3325,
652,
1781,
333,
1671,
1590
],
),
"document_scanner": SymbolsMetadata(
popularity: 2379,
codepoint: 0xe5fa,
categories: [12],
tags: [
1673,
501,
2442,
1132,
569,
40,
42,
2339,
81,
288,
44,
1580,
1430,
1678,
147,
1681,
1682,
348,
137,
49,
1344,
1470,
262,
1585,
1391,
2331,
1586,
1587,
271,
59,
876,
62,
3778,
432,
1737,
1738,
1588,
4519,
31,
65,
33,
141,
1348,
1409,
1485
],
),
"document_search": SymbolsMetadata(
popularity: 302,
codepoint: 0xf385,
categories: [12],
tags: [
1674,
4794,
569,
81,
1580,
1430,
1678,
316,
147,
83,
317,
1681,
1682,
488,
1109,
68,
2870,
2325,
1345,
2326,
1115,
2327,
2328,
1116,
1117,
2329,
1391,
1586,
1587,
453,
1428,
4178,
3503,
1737,
1126,
1127,
1588,
4519,
65,
3375,
1485
],
),
"domain": SymbolsMetadata(
popularity: 5022,
codepoint: 0xe7ee,
categories: [9],
tags: [
1513,
2552,
1496,
929,
569,
193,
283,
2303,
284,
5460,
2556,
319,
320,
1140,
138,
259,
1314,
325,
267,
523,
327,
2559,
390,
1502,
1503,
330,
1504,
331,
31,
65,
141,
1530,
333,
7458,
1186,
334,
5236
],
),
"domain_add": SymbolsMetadata(
popularity: 923,
codepoint: 0xeb62,
categories: [9],
tags: [
231,
745,
7459,
7460,
7461,
2552,
1321,
1496,
929,
569,
193,
284,
254,
1325,
5460,
2556,
914,
320,
1140,
7462,
7463,
1336,
259,
4772,
1328,
1314,
267,
887,
327,
239,
2559,
985,
1502,
1503,
2726,
1504,
2631,
331,
31,
1530,
333,
1186,
334,
5236
],
),
"domain_disabled": SymbolsMetadata(
popularity: 727,
codepoint: 0xe0ef,
categories: [9],
tags: [
2601,
2552,
1496,
1051,
929,
569,
193,
576,
1162,
868,
5460,
7464,
7465,
7466,
7467,
7468,
7469,
7470,
1055,
2556,
320,
1140,
259,
7471,
7472,
7473,
7474,
7475,
1534,
1059,
1391,
1060,
1061,
327,
1034,
2559,
1502,
1503,
1065,
1036,
1067,
331,
7476,
333,
7477,
7478,
7479,
1186,
7480
],
),
"domain_verification": SymbolsMetadata(
popularity: 1089,
codepoint: 0xef4c,
categories: [6],
tags: [
861,
1673,
7481,
1658,
2685,
3180,
1553,
1661,
193,
463,
2689,
254,
485,
5460,
1664,
319,
320,
1344,
322,
259,
385,
324,
1166,
267,
1666,
5233,
410,
1036,
362,
2838,
1669,
7482,
141,
1348,
2336,
2682,
4821,
1576,
5597,
333,
1186,
1187,
334,
5236,
1672
],
),
"domain_verification_off": SymbolsMetadata(
popularity: 20,
codepoint: 0xf7b0,
categories: [6],
tags: [
2601,
1673,
7481,
1658,
5218,
1051,
1661,
193,
463,
1235,
5921,
485,
1162,
868,
5460,
1664,
1055,
2720,
2721,
1222,
1344,
259,
5165,
385,
87,
1166,
6809,
7483,
1059,
1060,
1666,
1061,
523,
1065,
410,
1036,
362,
2838,
1067,
1226,
1669,
141,
7476,
1068,
7484,
1348,
2336,
4460,
4821,
1576,
333,
1186,
1187,
5236,
1672
],
),
"domino_mask": SymbolsMetadata(
popularity: 149,
codepoint: 0xf5e4,
categories: [3],
tags: [
2541,
3454,
6104,
6106,
5,
7485,
7486,
7487,
7488,
7489,
7490,
7491,
577,
7492,
2498,
7493,
978,
6119,
6120,
7494,
6693,
587,
648,
1034,
7495,
7496,
392,
7497,
7498,
7499,
3347,
7500
],
),
"done_all": SymbolsMetadata(
popularity: 9248,
codepoint: 0xe877,
categories: [2],
tags: [
3,
2282,
7501,
2666,
1658,
2685,
1661,
3182,
7502,
463,
3116,
4489,
2689,
2323,
1664,
7503,
2671,
51,
1082,
88,
1166,
583,
2457,
1666,
1090,
3380,
362,
7504,
1712,
291,
245,
1517,
7505,
1669,
5660,
7506,
2681,
2336,
4460,
1576,
1671,
1672
],
),
"done_outline": SymbolsMetadata(
popularity: 7932,
codepoint: 0xe92f,
categories: [2],
tags: [
2661,
3,
2440,
2282,
2666,
1658,
2685,
1661,
5600,
463,
1663,
2689,
3744,
2323,
1664,
2671,
7507,
1166,
1666,
289,
906,
362,
363,
898,
291,
245,
1517,
7505,
1669,
2336,
4460,
4821,
1576,
1672
],
),
"donut_large": SymbolsMetadata(
popularity: 1703,
codepoint: 0xe917,
categories: [9],
tags: [
2513,
2514,
1071,
373,
193,
463,
1663,
81,
375,
8,
7508,
7509,
2219,
3570,
2276,
1697,
1078,
1081,
3439,
1940,
3573,
756,
4122,
226,
1086,
7510,
5904,
759,
2519,
762,
410,
2008,
746,
291,
5075,
1095,
514,
7511
],
),
"donut_small": SymbolsMetadata(
popularity: 1350,
codepoint: 0xe918,
categories: [9],
tags: [
1071,
373,
193,
462,
1425,
81,
375,
7508,
7512,
1078,
7513,
3112,
293,
1081,
3439,
226,
1086,
5030,
3638,
3686,
7510,
759,
3201,
1428,
762,
330,
2461,
3880,
1956,
746,
291,
3074,
1095,
514
],
),
"door_back": SymbolsMetadata(
popularity: 350,
codepoint: 0xeffc,
categories: [8],
tags: [
861,
2443,
2816,
1209,
4238,
1162,
4932,
7514,
7515,
7516,
1431,
2829,
1212,
2830,
4633,
1140,
1634,
1499,
7517,
2960,
7518,
7519,
2927,
7520,
5773,
5234,
2833,
432,
1124,
7521,
1630,
7522
],
),
"door_front": SymbolsMetadata(
popularity: 1091,
codepoint: 0xeffd,
categories: [8],
tags: [
861,
7523,
929,
1209,
4238,
4932,
7514,
1498,
7516,
1431,
7524,
1212,
5097,
7525,
5224,
4633,
1140,
1499,
2960,
2927,
7520,
5773,
5234,
1500,
432,
7526,
1036,
1504,
955,
553,
1630,
6256
],
),
"door_open": SymbolsMetadata(
popularity: 1430,
codepoint: 0xe77c,
categories: [10],
tags: [
861,
5089,
1159,
288,
4932,
7515,
7516,
1431,
2829,
1212,
5224,
1140,
2960,
87,
7527,
5613,
1143,
2927,
7520,
289,
3051,
5773,
5234,
432,
392,
1339,
433,
553
],
),
"door_sensor": SymbolsMetadata(
popularity: 152,
codepoint: 0xe28a,
categories: [10],
tags: [
1359,
2125,
4238,
5442,
7528,
5487,
288,
4932,
7529,
7516,
7530,
1212,
4633,
1140,
3173,
5108,
51,
7152,
1143,
585,
2927,
1574,
705,
1036,
4764,
64,
1898,
291,
65,
6414,
278
],
),
"door_sliding": SymbolsMetadata(
popularity: 392,
codepoint: 0xeffe,
categories: [8],
tags: [
861,
1496,
2425,
3349,
2816,
1332,
929,
1209,
4932,
7514,
3046,
7516,
1431,
1212,
348,
4051,
5224,
1109,
1140,
699,
1499,
2741,
1470,
2927,
7520,
919,
5773,
5234,
2459,
1947,
1339,
7531,
7532,
553,
394,
1464
],
),
"doorbell": SymbolsMetadata(
popularity: 361,
codepoint: 0xefff,
categories: [8],
tags: [
1359,
1360,
1399,
1332,
1362,
504,
1363,
4932,
7533,
7516,
137,
1140,
1499,
138,
384,
616,
289,
432,
2459,
762,
2113,
1036,
888,
1339,
1898,
1293,
31,
1407,
5676,
7534
],
),
"doorbell_3p": SymbolsMetadata(
popularity: 184,
codepoint: 0xe1e7,
categories: [8],
tags: [
861,
749,
1359,
1360,
2552,
2033,
1362,
929,
504,
1363,
193,
573,
1074,
288,
7533,
7516,
7535,
1140,
1499,
7152,
1143,
616,
1259,
1368,
432,
1370,
762,
1036,
273,
1898,
1293,
65,
5676
],
),
"doorbell_chime": SymbolsMetadata(
popularity: 141,
codepoint: 0xe1f3,
categories: [10],
tags: [
1359,
1360,
2552,
2033,
1268,
1362,
929,
504,
7536,
7537,
1270,
1363,
288,
7538,
7533,
7516,
1140,
1499,
7152,
1470,
1143,
616,
432,
1503,
762,
1036,
273,
1898,
1293,
433,
5676
],
),
"double_arrow": SymbolsMetadata(
popularity: 8001,
codepoint: 0xea50,
categories: [2],
tags: [
480,
77,
7539,
502,
2967,
313,
3046,
2970,
3278,
1077,
904,
51,
87,
814,
1750,
468,
2457,
325,
2974,
1625,
2941,
1167,
2836,
906,
470,
6214,
898,
1339,
3963,
2404,
31,
526,
900
],
rtlAutoMirrored: true,
),
"downhill_skiing": SymbolsMetadata(
popularity: 741,
codepoint: 0xe509,
categories: [15],
tags: [
480,
2513,
7323,
7540,
690,
7541,
781,
11,
225,
137,
7542,
581,
138,
87,
1596,
3651,
289,
588,
589,
3299,
392,
888,
7543,
7544,
5539,
4950,
855,
30,
3519,
31,
332,
1961,
860
],
),
"download": SymbolsMetadata(
popularity: 19415,
codepoint: 0xf090,
categories: [2],
tags: [
7545,
748,
1673,
501,
1674,
77,
1423,
504,
1676,
519,
345,
81,
1430,
2819,
520,
7546,
1678,
147,
5946,
2292,
1698,
259,
87,
1750,
267,
7547,
2941,
2298,
1539,
1690,
31,
526,
7548,
527
],
),
"download_2": SymbolsMetadata(
popularity: 114,
codepoint: 0xf523,
categories: [2],
tags: [
748,
77,
504,
1676,
519,
81,
313,
1430,
2819,
520,
7546,
1678,
1164,
1696,
147,
5946,
137,
138,
68,
1698,
259,
1167,
2298,
1539,
392,
509,
1690,
31,
65,
526,
527
],
),
"download_done": SymbolsMetadata(
popularity: 2332,
codepoint: 0xf091,
categories: [2],
tags: [
77,
7549,
502,
1661,
1662,
463,
7550,
7551,
4489,
1430,
7552,
1664,
2819,
2578,
7553,
520,
7554,
7555,
7556,
7557,
7546,
1678,
147,
7558,
7559,
7560,
7561,
2671,
7562,
7563,
1698,
4818,
1666,
1587,
7564,
245,
7565,
7566,
1669,
527
],
),
"download_for_offline": SymbolsMetadata(
popularity: 4255,
codepoint: 0xf000,
categories: [2],
tags: [
861,
77,
7567,
1675,
7568,
193,
1676,
7569,
7570,
284,
615,
2819,
520,
7571,
7572,
3003,
7573,
7574,
1698,
259,
267,
7575,
1060,
7576,
2801,
7577,
1539,
7578,
1690,
1396,
764,
5906,
526,
527
],
),
"downloading": SymbolsMetadata(
popularity: 3624,
codepoint: 0xf001,
categories: [2],
tags: [
77,
193,
1676,
7579,
81,
2819,
2578,
520,
7580,
3037,
7581,
7582,
7583,
7546,
3003,
51,
1698,
259,
7584,
756,
267,
2594,
758,
759,
4125,
1711,
2298,
2801,
291,
4127,
526,
4291,
5947,
527,
766,
7585
],
),
"draft": SymbolsMetadata(
popularity: 6403,
codepoint: 0xe66d,
categories: [12],
tags: [
745,
1674,
809,
1676,
628,
1325,
81,
1580,
1430,
4510,
1678,
1252,
147,
1681,
1682,
488,
1327,
1376,
4194,
1583,
887,
1480,
1391,
1586,
1587,
453,
1428,
1588,
4519,
1690,
33,
527,
396,
1590
],
rtlAutoMirrored: true,
),
"draft_orders": SymbolsMetadata(
popularity: 75,
codepoint: 0xe7b3,
categories: [6],
tags: [
1757,
1646,
569,
1648,
934,
1578,
1325,
1430,
4510,
1649,
1252,
680,
916,
3112,
1111,
1376,
1470,
88,
1029,
1583,
1480,
91,
1587,
4516,
2626,
2594,
3488,
1653,
1654,
453,
1393,
1395,
33,
3115,
1590,
1485
],
),
"drafts": SymbolsMetadata(
popularity: 2758,
codepoint: 0xe151,
categories: [7],
tags: [
1674,
283,
7586,
7587,
81,
1430,
4510,
7588,
2288,
2290,
147,
1681,
4912,
2291,
3112,
16,
88,
2293,
1583,
583,
1480,
1587,
2594,
3380,
4464,
1712,
1589,
1690,
33,
7589,
3115,
7590,
1485
],
),
"drag_click": SymbolsMetadata(
popularity: 63,
codepoint: 0xf71f,
categories: [2],
tags: [
748,
77,
1101,
1785,
7591,
1786,
519,
345,
1788,
288,
4632,
7592,
1252,
2696,
7593,
2698,
2480,
1111,
1612,
2985,
2986,
7594,
7595,
1750,
7596,
328,
1167,
329,
7597,
6279,
362,
363,
7598,
511
],
),
"drag_handle": SymbolsMetadata(
popularity: 3871,
codepoint: 0xe25d,
categories: [12],
tags: [
748,
1673,
7599,
517,
2707,
345,
485,
4632,
1164,
7600,
4633,
7601,
51,
467,
1344,
1376,
385,
1470,
88,
7602,
506,
1750,
2215,
4664,
2271,
7603,
410,
2838,
95,
7604,
97,
141,
1348,
1464,
333,
1186,
5011,
1187
],
),
"drag_indicator": SymbolsMetadata(
popularity: 7183,
codepoint: 0xe945,
categories: [2],
tags: [
748,
1673,
501,
1101,
1438,
2707,
345,
485,
1105,
4632,
2904,
1164,
2696,
7593,
7600,
4633,
138,
51,
2343,
1612,
1344,
1376,
385,
88,
174,
506,
262,
630,
1750,
92,
271,
851,
329,
4664,
2271,
410,
2908,
392,
6214,
2838,
95,
525,
1793,
141,
1348,
1464,
333,
1186,
1187
],
),
"drag_pan": SymbolsMetadata(
popularity: 160,
codepoint: 0xf71e,
categories: [2],
tags: [
1739,
7605,
7606,
77,
502,
1786,
1788,
313,
2273,
2397,
7607,
2819,
4632,
7608,
914,
2342,
7593,
2698,
2197,
2986,
1750,
7609,
325,
2927,
6478,
7610,
1167,
2934,
2995,
906,
2858,
362,
363,
7598,
6214,
4519,
1702,
7611
],
),
"draw": SymbolsMetadata(
popularity: 6017,
codepoint: 0xe746,
categories: [12],
tags: [
1592,
2135,
1578,
7612,
1325,
2279,
2936,
485,
7613,
1746,
4510,
2786,
1252,
680,
488,
7614,
137,
7615,
384,
2673,
1111,
87,
174,
1641,
289,
4516,
2626,
328,
7616,
392,
4564,
511,
1590,
1485
],
),
"draw_abstract": SymbolsMetadata(
popularity: 120,
codepoint: 0xf7f8,
categories: [12],
tags: [
480,
7617,
1592,
3075,
1578,
2303,
3077,
1325,
2279,
2936,
485,
375,
4510,
2786,
378,
1252,
680,
6112,
1077,
7618,
381,
2696,
137,
138,
384,
7619,
1111,
87,
353,
2364,
3354,
7620,
7616,
392,
5483,
4564,
7621,
31,
476,
1855
],
),
"draw_collage": SymbolsMetadata(
popularity: 28,
codepoint: 0xf7f7,
categories: [12],
tags: [
7617,
1342,
76,
1592,
7622,
3351,
1197,
1324,
7623,
1578,
2244,
3077,
1325,
7624,
1593,
485,
4510,
2786,
378,
1252,
680,
6598,
1343,
2696,
382,
2508,
1111,
385,
7625,
7626,
4340,
2145,
7627,
7628,
7629,
392,
5483,
7621,
7630
],
),
"dresser": SymbolsMetadata(
popularity: 347,
codepoint: 0xe210,
categories: [8],
tags: [
1332,
4047,
7631,
7632,
2639,
2641,
7633,
7634,
379,
4051,
137,
1140,
699,
2739,
1499,
4192,
138,
1376,
1470,
5328,
1143,
492,
586,
876,
432,
1339,
2463,
1690,
1396,
31,
2658
],
),
"drive_export": SymbolsMetadata(
popularity: 82,
codepoint: 0xf41d,
categories: [12],
tags: [
1673,
501,
77,
1675,
1676,
5945,
81,
7635,
1695,
1430,
520,
1678,
1696,
1679,
147,
3003,
1680,
1681,
1682,
1683,
1684,
1685,
7636,
1750,
325,
5036,
1733,
1687,
906,
7637,
1539,
2300,
1528,
2030,
1690,
764,
526,
1691,
1702,
527
],
rtlAutoMirrored: true,
),
"drive_file_move": SymbolsMetadata(
popularity: 1122,
codepoint: 0xe675,
categories: [12],
tags: [
748,
76,
77,
504,
1676,
1725,
81,
3117,
313,
1580,
1430,
1678,
7638,
147,
7639,
1681,
903,
137,
138,
2078,
1750,
325,
586,
2934,
906,
2300,
1588,
4519,
1690,
31,
526,
900,
907
],
rtlAutoMirrored: true,
),
"drive_folder_upload": SymbolsMetadata(
popularity: 1112,
codepoint: 0xe9a3,
categories: [12],
tags: [
745,
1674,
77,
1675,
1676,
519,
1325,
81,
312,
44,
1541,
1580,
1430,
1678,
1696,
147,
1681,
1594,
259,
1750,
267,
887,
523,
1539,
2300,
1528,
1588,
4519,
1690,
65,
526,
1702,
527
],
),
"dropdown": SymbolsMetadata(
popularity: 49,
codepoint: 0xe9a4,
categories: [2],
tags: [
1673,
501,
77,
2847,
912,
2707,
345,
485,
313,
2819,
2896,
914,
83,
2920,
2844,
51,
1344,
385,
88,
506,
262,
630,
237,
325,
70,
271,
1167,
410,
362,
2008,
2838,
95,
2716,
525,
1691,
141,
1348,
333,
1186,
1187
],
),
"dropper_eye": SymbolsMetadata(
popularity: 10,
codepoint: 0xf351,
categories: [1],
tags: [
1422,
4168,
4562,
6074,
7640,
7641,
1762,
2904,
6076,
4170,
5755,
5796,
7642,
2516,
7643,
697,
892,
4840,
4270,
4174,
4175,
894,
1768,
7644,
1769,
6080,
7645,
7646,
4179,
1318,
1319,
511,
5378,
4317
],
),
"dry": SymbolsMetadata(
popularity: 207,
codepoint: 0xf1b3,
categories: [8],
tags: [
837,
7647,
1859,
1861,
504,
2640,
345,
753,
6485,
7648,
7649,
2695,
2696,
2698,
7650,
3027,
4192,
51,
7651,
7652,
642,
7653,
355,
919,
151,
71,
472,
291,
31,
7654,
5827,
7655,
3545
],
),
"dry_cleaning": SymbolsMetadata(
popularity: 667,
codepoint: 0xea58,
categories: [5],
tags: [
2636,
568,
504,
3137,
5844,
193,
462,
1864,
2640,
6485,
7656,
7648,
2646,
2648,
5674,
2739,
4192,
138,
7657,
7651,
1730,
2558,
7658,
760,
652,
898,
3826,
31,
1517,
2656,
413,
7659,
5827
],
),
"dual_screen": SymbolsMetadata(
popularity: 139,
codepoint: 0xf6cf,
categories: [4],
tags: [
1307,
76,
1466,
519,
1705,
288,
8,
7166,
7660,
7661,
7167,
7662,
1110,
385,
5444,
630,
7663,
7054,
92,
7664,
4288,
271,
1427,
1668,
7665,
1780,
7666,
7667,
65,
7668,
396,
1154
],
),
"duo": SymbolsMetadata(
popularity: 713,
codepoint: 0xe9a5,
categories: [7],
tags: [
565,
566,
1270,
570,
571,
283,
5094,
288,
3046,
7660,
1276,
579,
267,
4031,
7669,
588,
589,
590,
3426,
593,
7396,
4071,
394,
601,
602,
37
],
),
"dvr": SymbolsMetadata(
popularity: 2084,
codepoint: 0xe1b2,
categories: [4],
tags: [
1246,
1247,
7670,
7671,
1268,
482,
731,
1704,
193,
519,
1705,
288,
44,
8,
1105,
7672,
2537,
781,
1110,
3339,
1253,
1345,
88,
7673,
1706,
406,
630,
354,
289,
408,
409,
1122,
453,
1290,
440,
432,
1168,
410,
2147,
392,
2008,
412,
2031,
37,
333,
1187
],
rtlAutoMirrored: true,
),
"dynamic_feed": SymbolsMetadata(
popularity: 1982,
codepoint: 0xea14,
categories: [6],
tags: [
480,
2513,
2456,
2263,
3067,
3525,
4801,
628,
1843,
81,
1274,
1727,
7674,
68,
1470,
88,
1282,
2458,
7675,
3071,
4807,
432,
433,
2464,
454,
7676,
2465,
4140
],
),
"dynamic_form": SymbolsMetadata(
popularity: 1853,
codepoint: 0xf1bf,
categories: [2],
tags: [
7677,
501,
3934,
3525,
2393,
1102,
7678,
628,
81,
2396,
1430,
1274,
7679,
3682,
1431,
1165,
7680,
147,
1275,
488,
68,
1111,
3936,
88,
6784,
2457,
70,
1587,
150,
3750,
1428,
363,
71,
1619,
33,
3937,
5992
],
),
"e911_avatar": SymbolsMetadata(
popularity: 255,
codepoint: 0xf11a,
categories: [7],
tags: [
3109,
7681,
864,
1360,
865,
1361,
566,
690,
1270,
691,
1250,
2375,
975,
1365,
288,
1762,
2427,
2720,
1366,
1479,
225,
2429,
1110,
697,
892,
871,
1764,
7682,
581,
1367,
3958,
1166,
894,
7683,
262,
616,
5877,
289,
4273,
589,
271,
2725,
590,
1574,
1428,
2433,
705,
888,
880,
31,
1406,
1691,
601,
206
],
),
"e911_emergency": SymbolsMetadata(
popularity: 1248,
codepoint: 0xf119,
categories: [13],
tags: [
7681,
3401,
1360,
2424,
865,
1362,
1270,
283,
1073,
975,
3680,
1365,
5064,
45,
7684,
2427,
5180,
871,
5248,
1114,
894,
21,
271,
7685,
2433,
2113,
705,
1036,
2434,
2435,
880,
1406,
2437,
206
],
),
"e_mobiledata": SymbolsMetadata(
popularity: 130,
codepoint: 0xf002,
categories: [4],
tags: [
4,
517,
1250,
7686,
251,
252,
7687,
284,
254,
81,
7688,
7689,
7690,
7691,
7692,
12,
259,
2065,
16,
262,
7693,
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,
7690,
12,
51,
259,
15,
16,
262,
263,
266,
267,
269,
523,
1035,
273,
291,
31,
65,
276,
33,
35,
338,
7694,
278
],
),
"ear_sound": SymbolsMetadata(
popularity: 101,
codepoint: 0xf356,
categories: [0],
tags: [
861,
862,
863,
7695,
865,
1268,
690,
3550,
283,
7696,
867,
7697,
870,
7698,
697,
1279,
7699,
871,
581,
7700,
7701,
1301,
894,
3566,
289,
876,
7702,
888,
1293,
31,
65,
554
],
),
"earbud_case": SymbolsMetadata(
popularity: 9,
codepoint: 0xf327,
categories: [11],
tags: [
2541,
1268,
7703,
4871,
3868,
7704,
6037,
288,
7705,
7706,
7707,
7708,
1878,
2538,
7709,
7710,
7711,
7712,
1301,
4529,
1707,
2927,
2539,
432,
2536,
1293,
1690,
65,
332,
278
],
),
"earbud_left": SymbolsMetadata(
popularity: 9,
codepoint: 0xf326,
categories: [11],
tags: [
2541,
1268,
7703,
7713,
7714,
7715,
7706,
7707,
7716,
2537,
7709,
7043,
7717,
2197,
7718,
1301,
4529,
1707,
7719,
7720,
7721,
7722,
1293,
7723,
1294,
65,
7724,
278
],
),
"earbud_right": SymbolsMetadata(
popularity: 5,
codepoint: 0xf325,
categories: [11],
tags: [
2541,
1268,
283,
1074,
288,
7697,
7714,
7706,
7707,
781,
2538,
7709,
1279,
979,
1301,
406,
1707,
920,
408,
2539,
906,
7725,
3569,
1293,
65,
2547,
278
],
),
"earbuds": SymbolsMetadata(
popularity: 319,
codepoint: 0xf003,
categories: [11],
tags: [
2541,
1268,
7703,
7726,
4937,
283,
1074,
288,
7697,
7706,
7727,
7707,
7708,
7728,
781,
7709,
7710,
7043,
1301,
4529,
7729,
406,
1285,
1707,
7720,
7730,
408,
2539,
1293,
7731,
65,
4942,
7732
],
),
"earbuds_2": SymbolsMetadata(
popularity: 18,
codepoint: 0xf324,
categories: [11],
tags: [
2541,
1268,
7733,
3383,
7703,
4274,
283,
254,
288,
7734,
7706,
7707,
7708,
2537,
781,
7735,
7709,
7710,
7043,
1278,
1301,
4529,
406,
262,
1707,
4276,
7720,
2539,
1293,
7731,
65,
278
],
),
"earbuds_battery": SymbolsMetadata(
popularity: 196,
codepoint: 0xf004,
categories: [11],
tags: [
2541,
1268,
3678,
3927,
3876,
3887,
4274,
3679,
3868,
288,
7705,
7706,
7707,
7716,
7709,
7710,
7043,
138,
51,
1344,
792,
1301,
4529,
1707,
3687,
1293,
291,
31,
1297,
65,
141,
278
],
),
"early_on": SymbolsMetadata(
popularity: 291,
codepoint: 0xe2ba,
categories: [10],
tags: [
3383,
2194,
2073,
840,
7736,
7737,
7738,
7739,
7740,
903,
1140,
7741,
7742,
352,
686,
1143,
1061,
408,
7743,
357,
2852,
7744,
7745,
7746,
2130,
454,
411,
7747,
5884,
7748,
444
],
),
"earthquake": SymbolsMetadata(
popularity: 112,
codepoint: 0xf64f,
categories: [3],
tags: [
7749,
1360,
7750,
373,
1365,
4407,
4408,
7751,
7752,
315,
7753,
7754,
2427,
7755,
7756,
7757,
1823,
4412,
7758,
226,
630,
6760,
7759,
1826,
4415,
7760,
7761,
7762,
4218,
7763,
7764,
7765,
7766,
2060,
206,
1856
],
),
"east": SymbolsMetadata(
popularity: 5069,
codepoint: 0xf1df,
categories: [5],
tags: [
500,
77,
309,
313,
2273,
2981,
1164,
903,
2843,
51,
1623,
87,
1534,
1750,
325,
905,
1625,
328,
1167,
329,
906,
3162,
31,
332,
1691
],
),
"ecg": SymbolsMetadata(
popularity: 73,
codepoint: 0xf80f,
categories: [11],
tags: [
1422,
4956,
5365,
4251,
373,
2936,
7767,
1580,
1762,
5367,
5368,
7768,
2427,
1078,
697,
892,
4506,
5370,
5371,
1426,
17,
894,
1768,
630,
5877,
5159,
4260,
359,
4261,
273,
1318,
4263,
1855,
3331
],
),
"ecg_heart": SymbolsMetadata(
popularity: 312,
codepoint: 0xf6e9,
categories: [15],
tags: [
5365,
4251,
373,
2375,
4252,
7769,
375,
1580,
1762,
5367,
7768,
2427,
2886,
1078,
697,
4378,
5375,
892,
4506,
5370,
7770,
5371,
1764,
87,
894,
4257,
7771,
630,
5877,
4260,
359,
4261,
273,
4263,
7772,
3331
],
),
"eco": SymbolsMetadata(
popularity: 6899,
codepoint: 0xea35,
categories: [3],
tags: [
7773,
7774,
7775,
315,
6223,
7776,
7777,
6224,
7778,
1844,
1845,
3786,
320,
2357,
2361,
2362,
2363,
1826,
2364,
5233,
1827,
6228,
6229,
7779,
4531,
7780,
2316,
2317,
334
],
),
"eda": SymbolsMetadata(
popularity: 50,
codepoint: 0xf6e8,
categories: [15],
tags: [
480,
1739,
1422,
1268,
2443,
1423,
373,
345,
2936,
81,
7781,
7782,
7783,
2064,
2695,
2886,
351,
2696,
1078,
2698,
5370,
792,
87,
226,
630,
1707,
3558,
759,
3561,
390,
273,
1293,
6082,
291,
97,
2522,
554,
1855,
3331
],
),
"edgesensor_high": SymbolsMetadata(
popularity: 275,
codepoint: 0xf005,
categories: [4],
tags: [
1246,
1247,
1360,
517,
1250,
251,
284,
81,
5487,
288,
606,
7784,
1110,
3458,
7785,
1253,
259,
7152,
17,
262,
1699,
7786,
1750,
267,
616,
271,
6277,
432,
2536,
2369,
64,
273,
7787,
649,
525,
65,
2471,
7788,
278
],
),
"edgesensor_low": SymbolsMetadata(
popularity: 192,
codepoint: 0xf006,
categories: [4],
tags: [
1246,
1247,
1360,
2125,
7789,
7790,
517,
4274,
1250,
193,
284,
345,
5487,
288,
9,
606,
7784,
4023,
7791,
7792,
1110,
3458,
1253,
51,
7151,
7152,
7793,
1470,
1953,
3915,
7794,
17,
262,
1699,
7786,
1750,
267,
6309,
616,
1734,
271,
4028,
6277,
1148,
432,
2536,
2369,
64,
7795,
7796,
7797,
273,
1292,
291,
649,
7798,
7799,
525,
65,
6414,
1464,
7788,
5525,
7800,
277,
278
],
),
"edit": SymbolsMetadata(
popularity: 50124,
codepoint: 0xe3c9,
categories: [1],
tags: [
748,
1740,
3061,
1743,
1578,
345,
1325,
1430,
1252,
680,
488,
4483,
1111,
642,
7801,
7802,
1641,
887,
289,
4516,
2626,
2452,
392,
1170,
33,
511,
2453,
1590,
1485
],
),
"edit_arrow_down": SymbolsMetadata(
popularity: 23,
codepoint: 0xf380,
categories: [2],
tags: [
77,
2847,
2827,
912,
1578,
345,
1325,
313,
2819,
2896,
1252,
680,
914,
1820,
51,
1111,
506,
1641,
1624,
325,
887,
4516,
2626,
328,
1167,
362,
1691,
1702,
2453,
1590,
1485
],
),
"edit_arrow_up": SymbolsMetadata(
popularity: 11,
codepoint: 0xf37f,
categories: [2],
tags: [
748,
1739,
1740,
77,
7803,
6242,
7804,
3016,
2847,
1743,
1578,
345,
2323,
1325,
313,
2819,
1252,
7805,
680,
3017,
3030,
235,
1111,
1641,
1750,
325,
887,
4516,
2626,
1167,
6888,
1691,
1702,
2453,
3021,
1590,
1485
],
),
"edit_attributes": SymbolsMetadata(
popularity: 552,
codepoint: 0xe578,
categories: [5],
tags: [
1739,
1658,
144,
3306,
1743,
1661,
463,
6404,
1745,
1236,
1664,
1252,
7806,
1747,
4483,
137,
138,
2078,
1166,
1641,
1666,
70,
289,
6257,
150,
362,
71,
31,
1669,
511,
6749,
2336,
1409,
1576,
1672
],
),
"edit_audio": SymbolsMetadata(
popularity: 39,
codepoint: 0xf42d,
categories: [0],
tags: [
1739,
7807,
1422,
77,
1268,
7808,
7809,
1523,
7810,
1745,
2936,
7811,
5487,
1252,
7812,
2064,
137,
2197,
792,
1426,
1470,
1641,
7813,
1707,
1286,
440,
906,
5850,
71,
1293,
7814,
2069,
6082,
2815,
2148,
7815,
6334,
1755,
1298,
554,
1855,
3331
],
),
"edit_calendar": SymbolsMetadata(
popularity: 4491,
codepoint: 0xe742,
categories: [6],
tags: [
3091,
7816,
2072,
1924,
2073,
1743,
1578,
1325,
1160,
2126,
2075,
4510,
1252,
680,
1164,
10,
138,
1344,
2078,
1641,
5000,
5018,
4516,
2626,
5001,
1370,
7817,
1168,
31,
7818,
2453,
1590,
1485,
5003
],
),
"edit_document": SymbolsMetadata(
popularity: 2266,
codepoint: 0xf88c,
categories: [12],
tags: [
500,
1474,
501,
1743,
1578,
628,
1325,
81,
1162,
1580,
1430,
4510,
1678,
1252,
680,
147,
1681,
1682,
488,
68,
1111,
1641,
1480,
1586,
1587,
4516,
2626,
432,
2452,
7819,
1067,
433,
33,
2453,
1590,
1485
],
),
"edit_location": SymbolsMetadata(
popularity: 837,
codepoint: 0xe568,
categories: [5],
tags: [
1513,
1740,
1743,
6404,
2323,
1236,
312,
313,
1252,
318,
1544,
321,
323,
2078,
324,
1534,
174,
1641,
325,
4516,
2626,
326,
1535,
327,
1167,
329,
1201,
1540,
1226,
7192,
332,
2453,
1590
],
),
"edit_location_alt": SymbolsMetadata(
popularity: 637,
codepoint: 0xe1c5,
categories: [5],
tags: [
1513,
1739,
2388,
1740,
1743,
310,
1236,
312,
313,
1252,
7820,
1532,
1543,
321,
323,
324,
174,
1641,
325,
4516,
2626,
326,
327,
1536,
1392,
329,
2995,
7821,
1227,
2453,
7822,
1590
],
),
"edit_note": SymbolsMetadata(
popularity: 14941,
codepoint: 0xe745,
categories: [12],
tags: [
6165,
1578,
7823,
7824,
1325,
7825,
1579,
1430,
4510,
1252,
7826,
7827,
7828,
680,
2155,
147,
1111,
1470,
1583,
1641,
887,
3249,
1480,
1584,
1587,
4516,
2626,
7829,
33,
1590,
1485,
7830
],
),
"edit_notifications": SymbolsMetadata(
popularity: 901,
codepoint: 0xe525,
categories: [6],
tags: [
749,
1739,
1359,
1360,
1362,
7831,
1743,
1363,
283,
1578,
6404,
1325,
1236,
4510,
378,
1252,
7832,
680,
381,
1111,
87,
583,
1641,
7833,
887,
616,
7834,
1259,
1368,
70,
4516,
2626,
921,
1370,
762,
71,
392,
1293,
7835,
1590,
1485
],
),
"edit_off": SymbolsMetadata(
popularity: 901,
codepoint: 0xe950,
categories: [12],
tags: [
1051,
7836,
1578,
1325,
1162,
868,
7837,
7838,
4510,
1252,
7839,
7840,
680,
7841,
1055,
1213,
138,
1111,
87,
7842,
887,
7843,
7844,
7845,
5952,
1059,
1060,
1061,
4516,
7846,
2626,
7847,
1065,
7848,
1067,
7849,
6835,
1407,
1068,
1590,
1485
],
),
"edit_road": SymbolsMetadata(
popularity: 477,
codepoint: 0xef4d,
categories: [5],
tags: [
1739,
7816,
1743,
2936,
312,
313,
2786,
1252,
321,
1621,
1623,
4156,
323,
324,
1534,
1166,
1641,
1750,
325,
1625,
4516,
2626,
1626,
1538,
1627,
511,
1628,
900,
332,
1921,
141,
2453,
7850,
1590
],
),
"edit_square": SymbolsMetadata(
popularity: 4699,
codepoint: 0xf88d,
categories: [6],
tags: [
1740,
7816,
1131,
482,
1743,
1578,
685,
1333,
4663,
1325,
1236,
1430,
4510,
1252,
680,
1820,
488,
348,
1111,
1641,
4516,
2626,
150,
432,
7851,
7852,
2452,
71,
433,
31,
33,
511,
2453,
1590,
1485
],
),
"editor_choice": SymbolsMetadata(
popularity: 358,
codepoint: 0xf528,
categories: [3],
tags: [
2660,
2440,
2666,
1658,
2685,
3493,
281,
3666,
1661,
7853,
684,
342,
193,
463,
1663,
3116,
4489,
2689,
1664,
7854,
7855,
1908,
235,
51,
1166,
1666,
239,
358,
3502,
7856,
3504,
3505,
906,
362,
2702,
363,
30,
31,
1517,
1669,
3507,
4460,
1576,
3753,
3508,
3509,
1672
],
),
"egg": SymbolsMetadata(
popularity: 1122,
codepoint: 0xeacc,
categories: [3],
tags: [
4870,
7857,
3693,
3259,
3694,
4205,
7858,
7432,
4682,
2354,
4686,
1817,
2356,
7859,
1847,
7860,
2358,
2359,
4212,
3703,
1826,
4382,
2364,
6693,
7861,
7862,
4689,
2367,
7863,
1316,
737
],
),
"egg_alt": SymbolsMetadata(
popularity: 759,
codepoint: 0xeac8,
categories: [3],
tags: [
1809,
4985,
2117,
3693,
3694,
4660,
4204,
4205,
7864,
3698,
7865,
4686,
1817,
2356,
1847,
1958,
2359,
4212,
7866,
506,
2363,
492,
2364,
6693,
7862,
4689,
2367,
392,
1316,
31,
835
],
),
"eject": SymbolsMetadata(
popularity: 976,
codepoint: 0xe8fb,
categories: [2],
tags: [
748,
77,
1268,
1423,
504,
1103,
345,
288,
4734,
2142,
1678,
7349,
7867,
1108,
1110,
87,
406,
439,
1223,
7868,
2509,
409,
7869,
1224,
1226,
31,
1691,
2200,
3021,
7870,
1320,
37
],
),
"elderly": SymbolsMetadata(
popularity: 1369,
codepoint: 0xf21a,
categories: [3],
tags: [
565,
972,
7871,
5748,
566,
690,
4223,
574,
5749,
3138,
225,
1004,
581,
978,
979,
982,
5880,
7872,
5888,
588,
589,
5100,
590,
1048,
3459,
7873,
7874,
390,
3145,
888,
601,
990,
7875
],
),
"elderly_woman": SymbolsMetadata(
popularity: 980,
codepoint: 0xeb69,
categories: [3],
tags: [
5879,
566,
690,
4223,
193,
3138,
1797,
225,
3499,
1798,
7876,
977,
581,
138,
7877,
5880,
289,
588,
589,
5100,
590,
330,
3145,
392,
986,
888,
593,
2491,
31,
601,
4719,
7878
],
),
"electric_bike": SymbolsMetadata(
popularity: 489,
codepoint: 0xeb1b,
categories: [14],
tags: [
3678,
7879,
7880,
4141,
4143,
3934,
2036,
4148,
7881,
7882,
7883,
3682,
7884,
7885,
7886,
3983,
3921,
1959,
1534,
875,
1883,
3651,
7887,
3687,
7888,
3299,
3300,
4160,
275,
3519,
2317,
3937,
1629,
332,
7286,
1506,
1836,
4162
],
rtlAutoMirrored: true,
),
"electric_bolt": SymbolsMetadata(
popularity: 2954,
codepoint: 0xec1c,
categories: [8],
tags: [
1360,
3678,
3934,
3868,
1843,
1365,
1274,
3682,
7889,
7890,
3869,
3921,
3683,
1165,
4392,
7891,
3935,
7892,
3936,
1143,
648,
3687,
3106,
2432,
275,
4393,
7893,
3937,
2437,
7098,
206,
859,
4394
],
),
"electric_car": SymbolsMetadata(
popularity: 1302,
codepoint: 0xeb1c,
categories: [14],
tags: [
1810,
3678,
3934,
1812,
1813,
3679,
3868,
2036,
312,
1678,
7883,
3682,
3983,
3921,
3683,
4023,
2357,
1623,
1534,
875,
3969,
3687,
7894,
1626,
1538,
3541,
2317,
3937,
900,
1629,
332,
1836,
7895
],
),
"electric_meter": SymbolsMetadata(
popularity: 739,
codepoint: 0xec1b,
categories: [8],
tags: [
4936,
928,
1415,
3934,
929,
3679,
193,
4013,
1417,
81,
1400,
3682,
7896,
3921,
3683,
7897,
1165,
3870,
1140,
1499,
51,
68,
3935,
3936,
226,
17,
3473,
6209,
1143,
1167,
3687,
7898,
433,
746,
3937,
3315,
7899,
3375,
7098,
7900
],
),
"electric_moped": SymbolsMetadata(
popularity: 647,
codepoint: 0xeb1d,
categories: [14],
tags: [
1810,
3678,
4143,
3934,
1812,
1813,
3868,
2553,
6934,
2037,
7901,
7883,
3682,
7902,
7886,
7903,
1534,
875,
7904,
1883,
289,
7905,
3687,
4159,
3300,
4160,
1919,
1528,
888,
2317,
31,
3937,
1629,
332,
7286,
1506,
1836,
4162,
2051
],
rtlAutoMirrored: true,
),
"electric_rickshaw": SymbolsMetadata(
popularity: 375,
codepoint: 0xeb1e,
categories: [14],
tags: [
7906,
7907,
1810,
7908,
3934,
1812,
1813,
7909,
7910,
3682,
7911,
3983,
6726,
1470,
1534,
875,
289,
1914,
7295,
2047,
7912,
3300,
888,
7913,
7914,
5354,
7915,
7916,
3937,
900,
1629,
332,
1835,
7917,
4952,
1836,
2051
],
rtlAutoMirrored: true,
),
"electric_scooter": SymbolsMetadata(
popularity: 565,
codepoint: 0xeb1f,
categories: [14],
tags: [
3678,
4143,
3934,
2553,
2036,
4903,
5380,
313,
2397,
7901,
3682,
7886,
7918,
7919,
7920,
7921,
1534,
7922,
875,
1883,
468,
7905,
4159,
3300,
4160,
2030,
7923,
3937,
900,
1629,
332,
7286,
7924,
1836,
4162,
2051
],
rtlAutoMirrored: true,
),
"electrical_services": SymbolsMetadata(
popularity: 1815,
codepoint: 0xf102,
categories: [5],
tags: [
3934,
3620,
3679,
5753,
4939,
1843,
3682,
3869,
7925,
3921,
3683,
7926,
1165,
1748,
7891,
7927,
1622,
7928,
7758,
3626,
3936,
3960,
3969,
3687,
7929,
4881,
652,
878,
7930,
3962,
6292,
3375,
7098,
4942,
7931,
4394
],
),
"elevation": SymbolsMetadata(
popularity: 125,
codepoint: 0xf6e7,
categories: [15],
tags: [
1631,
1466,
7932,
484,
7933,
2887,
7934,
5097,
579,
1198,
697,
5476,
1080,
7935,
7936,
7937,
7938,
2144,
1082,
4194,
7939,
1596,
1597,
91,
1708,
2753,
7940,
386,
6888,
7941,
6391,
1712,
6146,
393,
7942,
7943,
7944
],
),
"elevator": SymbolsMetadata(
popularity: 660,
codepoint: 0xf1a0,
categories: [16],
tags: [
480,
861,
1496,
502,
690,
929,
504,
1497,
345,
312,
313,
2819,
7945,
7946,
581,
51,
1882,
1344,
1083,
3031,
4879,
468,
325,
588,
589,
1167,
1833,
31,
65,
900,
332,
7947,
1702,
1464
],
),
"emergency": SymbolsMetadata(
popularity: 3127,
codepoint: 0xe1eb,
categories: [5],
tags: [
1359,
1360,
865,
839,
1361,
1362,
2375,
3680,
1235,
7948,
1365,
7684,
2427,
2429,
4412,
697,
892,
5371,
871,
1764,
1367,
1534,
894,
616,
1368,
239,
4260,
705,
1036,
273,
2434,
31,
2437,
206
],
),
"emergency_heat": SymbolsMetadata(
popularity: 390,
codepoint: 0xf15d,
categories: [8],
tags: [
3109,
7681,
1360,
1361,
7949,
504,
691,
840,
345,
3680,
1365,
2427,
2720,
1366,
216,
5180,
5181,
7950,
3027,
1848,
3458,
1140,
3029,
1849,
138,
1367,
1166,
642,
1143,
616,
355,
4881,
652,
151,
31,
1093,
858,
2070,
2437,
7951,
206
],
),
"emergency_heat_2": SymbolsMetadata(
popularity: 28,
codepoint: 0xf4e5,
categories: [8],
tags: [
3109,
837,
2053,
1360,
1361,
2727,
1840,
7949,
1842,
691,
840,
345,
1365,
2427,
2720,
1366,
5180,
5181,
1077,
7950,
3027,
1848,
3458,
7952,
1140,
3029,
1849,
138,
1367,
1344,
1166,
1143,
616,
7953,
3826,
31,
1093,
858,
2070,
141,
3828,
206,
1855,
859,
1857
],
),
"emergency_home": SymbolsMetadata(
popularity: 2269,
codepoint: 0xe82a,
categories: [8],
tags: [
1360,
865,
1361,
929,
691,
3680,
1365,
7684,
4932,
1498,
2427,
2720,
1366,
4412,
871,
1140,
1499,
4698,
1367,
1166,
1143,
616,
7954,
1574,
1502,
4415,
4892,
3189,
1774,
1504,
955,
31,
4418,
2437,
7955,
206,
1187
],
),
"emergency_recording": SymbolsMetadata(
popularity: 261,
codepoint: 0xebf4,
categories: [8],
tags: [
748,
1360,
1673,
501,
1361,
504,
40,
42,
691,
345,
1365,
288,
2427,
346,
5107,
1110,
138,
49,
1367,
2870,
53,
406,
4258,
353,
439,
616,
2331,
57,
59,
62,
453,
440,
1036,
5115,
65,
907,
2437,
37,
434,
476,
206
],
),
"emergency_share": SymbolsMetadata(
popularity: 351,
codepoint: 0xebf6,
categories: [8],
tags: [
1360,
3134,
1361,
731,
7956,
691,
573,
4404,
3680,
1365,
4408,
7684,
2427,
7957,
871,
4698,
1367,
5248,
7958,
616,
7959,
7960,
2432,
1428,
2433,
1483,
705,
2300,
1528,
2435,
4778,
2437,
206
],
),
"emergency_share_off": SymbolsMetadata(
popularity: 19,
codepoint: 0xf59e,
categories: [8],
tags: [
1360,
1361,
1051,
691,
7961,
4404,
1365,
1211,
868,
7684,
2427,
7962,
7963,
1055,
1367,
1222,
1401,
2016,
7964,
7965,
616,
1059,
1060,
1061,
7966,
1063,
3187,
1065,
705,
1774,
7967,
1528,
1067,
2435,
2619,
7968,
7969,
2437,
206
],
),
"emoji_food_beverage": SymbolsMetadata(
popularity: 1446,
codepoint: 0xea1b,
categories: [3],
tags: [
4859,
2117,
3695,
6007,
7970,
6009,
6011,
2936,
3700,
4206,
1602,
2356,
4633,
6013,
4212,
4175,
2082,
6015,
4688,
6016,
1917,
1537,
7971,
1201,
3826,
7972,
6018
],
),
"emoji_language": SymbolsMetadata(
popularity: 70,
codepoint: 0xf4cd,
categories: [11],
tags: [
7973,
2728,
7210,
193,
283,
1475,
1476,
4845,
7974,
1602,
1604,
1606,
577,
1607,
1608,
319,
320,
1609,
1610,
322,
259,
1113,
7975,
5226,
7976,
1613,
4927,
2296,
1614,
7977,
589,
5233,
1615,
1616,
1618,
593,
1295,
594,
1484,
1296,
4848,
33,
5576,
7230,
5933,
1186,
334,
5236
],
),
"emoji_nature": SymbolsMetadata(
popularity: 2263,
codepoint: 0xea1c,
categories: [3],
tags: [
4870,
7978,
2353,
2989,
1309,
7979,
315,
6224,
7980,
1602,
1844,
1845,
7981,
2355,
6870,
7982,
7983,
3815,
1821,
2357,
234,
4875,
7984,
2361,
7985,
2362,
2363,
1826,
7986,
2364,
3651,
3297,
7987,
1827,
2370,
7988,
7989,
2371,
7990
],
),
"emoji_objects": SymbolsMetadata(
popularity: 7742,
codepoint: 0xea24,
categories: [3],
tags: [
566,
3801,
6129,
5,
570,
6107,
193,
283,
2279,
1602,
1603,
6112,
577,
7991,
1610,
3804,
5496,
3626,
583,
2221,
242,
2383,
330,
1616,
7992,
4180,
4851
],
),
"emoji_people": SymbolsMetadata(
popularity: 4178,
codepoint: 0xea1d,
categories: [3],
tags: [
973,
7993,
5752,
1190,
6321,
690,
574,
5044,
6631,
1541,
1602,
7994,
578,
1276,
5782,
7995,
579,
581,
7379,
582,
1030,
7996,
267,
7384,
588,
589,
590,
1288,
390,
7997,
592,
593,
595,
597,
602,
7998
],
),
"emoji_symbols": SymbolsMetadata(
popularity: 787,
codepoint: 0xea1e,
categories: [3],
tags: [
7999,
8000,
5,
570,
283,
1602,
8001,
1603,
1604,
6112,
577,
7991,
3295,
1610,
8002,
8003,
1113,
2296,
1707,
1480,
3968,
8004,
2383,
8005,
8006,
898,
1616,
1617,
243,
2779,
4532,
33
],
),
"emoji_transportation": SymbolsMetadata(
popularity: 1417,
codepoint: 0xea1f,
categories: [3],
tags: [
1496,
77,
1810,
929,
1812,
5737,
1813,
2036,
313,
1602,
5311,
2556,
903,
1623,
7315,
1534,
7328,
327,
2046,
2047,
8007,
4359,
4360,
7319,
8008,
2559,
1502,
1503,
1504,
4364,
7321,
8009,
7322,
7296,
1629,
332,
1970,
8010,
1836,
8011
],
),
"emoticon": SymbolsMetadata(
popularity: 76,
codepoint: 0xe5f3,
categories: [3],
tags: [
231,
745,
566,
1332,
5,
570,
193,
283,
1164,
1602,
6111,
1604,
6112,
1606,
7491,
577,
7991,
1607,
1608,
137,
1609,
1610,
8012,
138,
1611,
384,
1327,
5496,
1613,
406,
2296,
1614,
6271,
887,
589,
1615,
239,
590,
2383,
330,
1339,
1616,
1617,
1618,
593,
1619,
31,
601,
991
],
),
"empty_dashboard": SymbolsMetadata(
popularity: 211,
codepoint: 0xf844,
categories: [2],
tags: [
1071,
2194,
8013,
5379,
5473,
810,
780,
1425,
81,
811,
8014,
370,
8015,
382,
68,
8016,
385,
1470,
1086,
887,
8017,
5030,
919,
820,
432,
1428,
5483,
433,
2716,
2130,
746,
333,
1186,
1187,
1154
],
),
"enable": SymbolsMetadata(
popularity: 1370,
codepoint: 0xf188,
categories: [2],
tags: [
1360,
77,
1233,
1051,
6312,
193,
8018,
1235,
6425,
1162,
1300,
868,
2819,
4326,
2720,
1213,
1222,
3271,
6248,
1059,
8019,
24,
1065,
71,
1067,
1226,
6835,
8020,
1068,
206
],
),
"encrypted": SymbolsMetadata(
popularity: 1001,
codepoint: 0xe593,
categories: [13],
tags: [
2926,
77,
1268,
504,
1553,
344,
345,
313,
8021,
5948,
7739,
903,
1112,
5317,
406,
1750,
354,
439,
1707,
905,
5319,
2509,
409,
328,
1034,
1063,
759,
1573,
1574,
906,
705,
1774,
1036,
1575,
8022,
411,
900,
1691,
1576,
37
],
),
"encrypted_add": SymbolsMetadata(
popularity: 44,
codepoint: 0xf429,
categories: [13],
tags: [
231,
861,
745,
1321,
2688,
1553,
4238,
1324,
1761,
1073,
8023,
1325,
8021,
5948,
8024,
8025,
1328,
1112,
5317,
1778,
1330,
887,
1452,
5949,
5319,
2676,
239,
1034,
1063,
1573,
1574,
1065,
3189,
705,
6261,
1774,
1036,
1575,
31,
5321,
1576
],
),
"encrypted_add_circle": SymbolsMetadata(
popularity: 22,
codepoint: 0xf42a,
categories: [13],
tags: [
231,
861,
745,
8026,
1620,
5220,
1553,
193,
8027,
8028,
1761,
1325,
81,
8021,
8029,
5948,
8030,
8031,
1112,
5317,
1778,
887,
8032,
1452,
5319,
239,
1034,
1063,
1573,
1574,
705,
6261,
1774,
8033,
8034,
1036,
1775,
1575,
31,
1576
],
),
"encrypted_minus_circle": SymbolsMetadata(
popularity: 15,
codepoint: 0xf428,
categories: [13],
tags: [
4990,
861,
1553,
193,
1761,
81,
8035,
1210,
8021,
5948,
4245,
904,
1221,
1112,
8036,
5317,
1778,
1255,
1452,
289,
5949,
5319,
1034,
1063,
1573,
1574,
1224,
1065,
330,
705,
6261,
1774,
1036,
1775,
1575,
1170,
1261,
31,
5321,
1576
],
),
"encrypted_off": SymbolsMetadata(
popularity: 61,
codepoint: 0xf427,
categories: [13],
tags: [
8037,
8038,
1553,
8039,
8040,
868,
8041,
1055,
8021,
5948,
8042,
8043,
8044,
1112,
5317,
8045,
8046,
8047,
8048,
1059,
1060,
1061,
2927,
8049,
8050,
5319,
1034,
8051,
1063,
1573,
1574,
705,
1774,
1036,
8052,
8053,
1575,
1067,
4322,
5322,
8054,
8055,
8056,
1576,
8057
],
),
"endocrinology": SymbolsMetadata(
popularity: 9,
codepoint: 0xe0a9,
categories: [3],
tags: [
5457,
8058,
690,
8059,
8060,
8061,
1762,
3496,
8062,
8063,
8064,
8065,
7643,
697,
892,
8066,
1764,
581,
894,
1768,
8067,
8068,
8069,
1769,
5377,
8070,
8071,
8072,
595,
8073,
31,
8074,
8075,
8076
],
),
"energy": SymbolsMetadata(
popularity: 94,
codepoint: 0xe9a6,
categories: [9],
tags: [
1360,
3678,
3934,
3679,
3868,
1843,
1365,
3682,
3921,
3683,
1844,
4392,
6758,
8077,
2357,
4412,
7891,
7758,
3626,
3936,
3915,
616,
3687,
3989,
8078,
7930,
275,
649,
3962,
3937,
8079,
7098,
206,
8080,
4394
],
),
"energy_program_saving": SymbolsMetadata(
popularity: 473,
codepoint: 0xf15f,
categories: [8],
tags: [
3678,
3934,
3679,
685,
1417,
3479,
3682,
3869,
3921,
8081,
3683,
4023,
382,
3936,
642,
70,
1667,
3687,
4028,
921,
1122,
8082,
5920,
1539,
8083,
71,
1898,
3937,
3375,
4394
],
),
"energy_program_time_used": SymbolsMetadata(
popularity: 387,
codepoint: 0xf161,
categories: [8],
tags: [
1422,
373,
193,
8084,
1159,
8085,
3116,
4013,
81,
4374,
1400,
2091,
3683,
8086,
3870,
137,
2077,
51,
17,
3473,
3686,
5904,
1122,
8087,
759,
1428,
1168,
1152,
746,
1171,
8088,
8089,
3315
],
),
"energy_savings_leaf": SymbolsMetadata(
popularity: 1324,
codepoint: 0xec1a,
categories: [8],
tags: [
4019,
504,
685,
7775,
345,
6223,
7883,
6224,
3479,
3683,
1844,
2357,
138,
51,
2361,
2362,
3959,
1826,
1143,
70,
1827,
3687,
7779,
8090,
8083,
954,
8091,
71,
291,
2317,
31,
413,
3315
],
),
"engineering": SymbolsMetadata(
popularity: 8703,
codepoint: 0xea3d,
categories: [15],
tags: [
2212,
2125,
690,
929,
1776,
8092,
8093,
685,
1497,
345,
1236,
1104,
2787,
1748,
4877,
1108,
1777,
3413,
5706,
8094,
581,
4878,
5312,
4879,
3960,
1029,
8095,
1119,
70,
588,
589,
1090,
4881,
151,
71,
1780,
1093,
140,
65,
1781,
5397
],
),
"enhanced_encryption": SymbolsMetadata(
popularity: 1032,
codepoint: 0xe63f,
categories: [13],
tags: [
231,
861,
745,
1758,
8096,
8097,
4238,
1102,
1761,
81,
8098,
8099,
44,
5948,
715,
1112,
1778,
1056,
887,
8049,
8100,
5949,
5319,
239,
1034,
1063,
1574,
1065,
705,
8101,
1774,
1036,
1775,
31,
65,
5321,
5322,
8102
],
),
"ent": SymbolsMetadata(
popularity: 43,
codepoint: 0xe0aa,
categories: [3],
tags: [
1268,
8103,
690,
6027,
8104,
7697,
781,
8105,
977,
697,
581,
3804,
5477,
406,
8106,
8107,
1707,
8108,
8109,
3079,
8110,
8111,
8112,
1585,
588,
589,
408,
409,
6030,
8113,
3057,
1293,
3386,
595,
4852,
5582,
8074,
8114,
6749
],
),
"enterprise": SymbolsMetadata(
popularity: 356,
codepoint: 0xe70e,
categories: [9],
tags: [
1757,
1496,
3641,
2034,
1514,
929,
569,
4871,
2553,
1180,
576,
1385,
4920,
1104,
2555,
1386,
941,
234,
4922,
5312,
946,
1515,
1029,
1391,
586,
4914,
969,
1501,
2560,
955,
4486,
2561,
1506,
1518
],
),
"enterprise_off": SymbolsMetadata(
popularity: 34,
codepoint: 0xeb4d,
categories: [9],
tags: [
3641,
2034,
481,
1051,
1514,
929,
8115,
569,
8116,
6312,
4871,
1209,
576,
8117,
2013,
868,
2719,
1055,
1386,
8118,
1222,
1057,
5952,
1059,
1391,
8119,
1060,
1061,
969,
1065,
1067,
1226,
4486,
8020,
1068
],
),
"equal": SymbolsMetadata(
popularity: 349,
codepoint: 0xf77b,
categories: [12],
tags: [
480,
8120,
6621,
1322,
925,
4992,
791,
4993,
3761,
8121,
80,
3097,
2242,
1796,
4994,
8122,
629,
8123,
381,
916,
8124,
1470,
793,
1329,
8125,
1119,
1733,
1734,
227,
8126,
4179,
675,
31,
140,
1331
],
),
"equalizer": SymbolsMetadata(
popularity: 3418,
codepoint: 0xe01d,
categories: [0],
tags: [
1739,
2212,
1071,
1268,
3383,
517,
373,
345,
1236,
81,
44,
2064,
83,
1747,
351,
1078,
1083,
1470,
226,
1086,
8127,
4214,
439,
1707,
1286,
6257,
408,
921,
71,
7085,
1293,
8128,
6082,
8129,
746,
6392,
1095,
1464,
2522,
554
],
),
"eraser_size_1": SymbolsMetadata(
popularity: 10,
codepoint: 0xf3fc,
categories: [12],
tags: [
2212,
1592,
3076,
8130,
780,
1210,
378,
4839,
1252,
680,
3371,
8131,
370,
2255,
490,
384,
87,
8132,
8133,
8134,
3083,
24,
1224,
298,
1956,
1170,
8135,
4594,
4766,
3578,
511,
3731,
397
],
),
"eraser_size_2": SymbolsMetadata(
popularity: 5,
codepoint: 0xf3fb,
categories: [12],
tags: [
1739,
1592,
3076,
1208,
810,
780,
685,
1788,
1210,
44,
378,
1252,
680,
3371,
8131,
370,
137,
1111,
87,
8133,
492,
70,
4516,
1167,
921,
1224,
71,
392,
298,
1170,
8135,
4594,
511,
3731,
397
],
),
"eraser_size_3": SymbolsMetadata(
popularity: 6,
codepoint: 0xf3fa,
categories: [12],
tags: [
1739,
1592,
1423,
780,
1210,
378,
1252,
680,
3371,
8131,
370,
2255,
699,
51,
792,
87,
8133,
8134,
226,
70,
3083,
432,
1224,
391,
71,
298,
8136,
1170,
8135,
4594,
1781,
3731,
397
],
),
"eraser_size_4": SymbolsMetadata(
popularity: 6,
codepoint: 0xf3f9,
categories: [12],
tags: [
8137,
3076,
8138,
780,
1210,
378,
4839,
1252,
8139,
3371,
8131,
370,
137,
1940,
87,
8133,
1641,
3081,
8140,
4516,
1224,
298,
1170,
8135,
8141,
6951,
4594,
511,
3731,
8142,
2540,
397
],
),
"eraser_size_5": SymbolsMetadata(
popularity: 9,
codepoint: 0xf3f8,
categories: [12],
tags: [
676,
2212,
223,
810,
8143,
780,
1210,
486,
378,
4839,
1252,
2155,
3371,
8131,
667,
370,
8144,
490,
792,
87,
8133,
226,
21,
26,
1224,
298,
1170,
8135,
4594,
511,
3731,
397
],
),
"error": SymbolsMetadata(
popularity: 30581,
codepoint: 0xe000,
categories: [6],
tags: [
3109,
1360,
1361,
1309,
691,
193,
3680,
1365,
2720,
8145,
1366,
2721,
1367,
68,
5165,
2722,
1166,
583,
5584,
616,
289,
2725,
330,
1036,
291,
1226,
31,
1093,
5944,
4460,
206,
5925
],
),
"error_med": SymbolsMetadata(
popularity: 74,
codepoint: 0xe49b,
categories: [2],
tags: [
1360,
8146,
1361,
8147,
691,
3680,
1365,
2720,
8148,
8145,
4701,
8149,
4787,
2721,
697,
1367,
8150,
2722,
1166,
1768,
583,
616,
2725,
898,
1226,
31,
1093,
1691,
8151,
206,
8152,
5925
],
),
"escalator": SymbolsMetadata(
popularity: 246,
codepoint: 0xf1a1,
categories: [16],
tags: [
861,
862,
1973,
77,
3016,
929,
3840,
2901,
2397,
3846,
2819,
8153,
3833,
3783,
1083,
8154,
468,
8155,
325,
2047,
898,
8156,
8157,
3541,
4964,
900,
1629,
332,
1702,
3166
],
),
"escalator_warning": SymbolsMetadata(
popularity: 1107,
codepoint: 0xf1ac,
categories: [16],
tags: [
1360,
1361,
690,
3259,
929,
691,
993,
1365,
8158,
8153,
4701,
3833,
3499,
1213,
4412,
581,
1006,
3960,
8159,
8160,
6809,
616,
8161,
4501,
1032,
588,
589,
4246,
2047,
1065,
705,
898,
31,
1691,
8162,
206
],
),
"euro": SymbolsMetadata(
popularity: 3188,
codepoint: 0xea15,
categories: [9],
tags: [
927,
928,
930,
931,
932,
934,
1417,
936,
937,
6731,
938,
963,
6696,
8163,
8164,
8165,
8166,
3278,
941,
6689,
4483,
916,
6709,
87,
6705,
948,
8167,
523,
950,
951,
1421,
392,
1395,
1170,
31,
4930,
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,
6696,
8164,
3278,
941,
942,
322,
6705,
948,
523,
950,
951,
1421,
3281,
31,
956,
36,
958
],
),
"ev_mobiledata_badge": SymbolsMetadata(
popularity: 0,
codepoint: 0xf7e2,
categories: [4],
tags: [
4,
517,
251,
252,
7687,
8168,
5,
284,
254,
7689,
8169,
615,
621,
7,
12,
3870,
51,
259,
16,
792,
3473,
262,
263,
265,
266,
267,
269,
611,
22,
648,
271,
273,
7787,
275,
291,
649,
31,
612,
33,
35,
1856,
277,
278
],
),
"ev_shadow": SymbolsMetadata(
popularity: 335,
codepoint: 0xef8f,
categories: [1],
tags: [
3678,
3620,
3621,
3679,
5553,
3868,
193,
4083,
4226,
1252,
680,
487,
3682,
3983,
8170,
8171,
3921,
3683,
5554,
8172,
8173,
83,
3623,
3624,
8174,
1139,
4746,
49,
3626,
8175,
59,
62,
3687,
4749,
8176,
4042,
8177,
7941,
8178,
4750,
1598,
5861,
8179,
3828,
8180
],
),
"ev_shadow_add": SymbolsMetadata(
popularity: 9,
codepoint: 0xf580,
categories: [1],
tags: [
231,
745,
504,
5553,
3868,
193,
1325,
4083,
484,
486,
1252,
680,
2155,
487,
3682,
3921,
2340,
5554,
914,
83,
137,
8174,
138,
49,
872,
235,
2144,
3626,
887,
59,
62,
239,
240,
3687,
150,
762,
71,
4042,
7941,
2162,
31,
8179,
511,
907,
476
],
),
"ev_shadow_minus": SymbolsMetadata(
popularity: 1,
codepoint: 0xf57f,
categories: [1],
tags: [
4990,
748,
1423,
1332,
504,
791,
5553,
3868,
193,
345,
2394,
2884,
1210,
1252,
680,
3682,
3921,
1164,
5554,
83,
8174,
1634,
138,
49,
1951,
2944,
1717,
2897,
1255,
4272,
1119,
59,
62,
3687,
8181,
1224,
4042,
7941,
392,
898,
1339,
1261,
31,
8179,
511,
907
],
),
"ev_station": SymbolsMetadata(
popularity: 1111,
codepoint: 0xe56d,
categories: [5],
tags: [
1810,
3678,
3934,
1812,
1813,
5553,
3868,
8182,
3981,
3682,
8183,
3983,
8184,
3921,
3683,
8185,
5554,
8186,
8187,
5974,
8188,
1140,
1534,
5555,
8189,
2558,
3969,
3687,
5563,
8190,
8191,
7779,
4941,
3541,
2317,
3937,
900,
1629,
1836
],
),
"event": SymbolsMetadata(
popularity: 14185,
codepoint: 0xe878,
categories: [6],
tags: [
745,
8192,
8193,
8194,
3091,
2072,
1924,
2073,
5014,
1160,
2126,
10,
8195,
8196,
8197,
1166,
5098,
5000,
5017,
8198,
8199,
8200,
3488,
239,
1148,
4104,
1370,
1928,
1168,
8201,
433,
1171,
5002,
5021,
5027
],
),
"event_available": SymbolsMetadata(
popularity: 6910,
codepoint: 0xe614,
categories: [6],
tags: [
3091,
2072,
1658,
8202,
8203,
3998,
5638,
1924,
2073,
8204,
1661,
8205,
1662,
463,
2689,
8206,
8207,
1160,
8208,
8209,
8210,
1664,
10,
8211,
8212,
1166,
1666,
1667,
1370,
1168,
8213,
8214,
362,
1669,
1171,
2336,
1576,
1672
],
),
"event_busy": SymbolsMetadata(
popularity: 2211,
codepoint: 0xe615,
categories: [6],
tags: [
2072,
1051,
5638,
751,
2073,
1208,
780,
1209,
1235,
1160,
10,
1212,
2219,
2276,
4483,
1958,
1470,
1166,
5098,
3271,
8215,
4501,
1224,
1168,
2491,
433,
1226,
1170,
1171,
8216,
1068,
1961,
3992,
3993
],
),
"event_list": SymbolsMetadata(
popularity: 173,
codepoint: 0xf683,
categories: [2],
tags: [
3091,
2072,
6089,
2272,
2073,
8217,
5600,
3092,
4801,
1160,
8218,
4803,
1975,
1470,
88,
7602,
8219,
5025,
6784,
5098,
8220,
1667,
1370,
1168,
1517,
2250,
2465,
3101,
8221,
8222
],
rtlAutoMirrored: true,
),
"event_note": SymbolsMetadata(
popularity: 4084,
codepoint: 0xe616,
categories: [6],
tags: [
2513,
3091,
2072,
1924,
2073,
1160,
5016,
1430,
3111,
1431,
10,
1367,
3059,
88,
5098,
1583,
1480,
92,
1587,
1667,
3488,
453,
1370,
8223,
1168,
1517,
3752,
33,
1171,
8224,
7818,
3101,
1485
],
rtlAutoMirrored: true,
),
"event_repeat": SymbolsMetadata(
popularity: 1631,
codepoint: 0xeb7b,
categories: [6],
tags: [
3091,
2525,
2072,
460,
2073,
8225,
752,
753,
5014,
1160,
2126,
10,
8226,
351,
2310,
3439,
3043,
3440,
757,
5098,
5000,
5017,
6751,
5001,
8227,
3373,
3441,
2451,
3434,
5890,
470,
1168,
8228,
1517,
1171,
473,
5027,
5022
],
),
"event_seat": SymbolsMetadata(
popularity: 460,
codepoint: 0xe903,
categories: [8],
tags: [
8229,
1466,
2686,
8230,
3998,
1924,
1906,
684,
344,
4452,
811,
10,
4051,
323,
8231,
327,
1667,
329,
1928,
1433,
1919,
1929,
1151,
363,
8232,
3519,
1540,
8233,
8234,
3347,
2011,
3857
],
),
"event_upcoming": SymbolsMetadata(
popularity: 2820,
codepoint: 0xf238,
categories: [6],
tags: [
3091,
2072,
77,
1924,
2073,
4974,
1160,
8235,
2126,
2075,
10,
8236,
489,
382,
5000,
5018,
5001,
3488,
432,
1370,
5803,
1928,
906,
1168,
433,
8237,
1171,
2465,
8238,
1714,
8239,
5003
],
rtlAutoMirrored: true,
),
"exclamation": SymbolsMetadata(
popularity: 3171,
codepoint: 0xf22f,
categories: [13],
tags: [
3109,
1360,
6793,
1361,
691,
8240,
3680,
7948,
1365,
2720,
4696,
1366,
4787,
2721,
4412,
3458,
1367,
51,
68,
8241,
2722,
1166,
1183,
616,
328,
2725,
8242,
3203,
898,
31,
1691,
206,
8243
],
),
"exercise": SymbolsMetadata(
popularity: 268,
codepoint: 0xf6e6,
categories: [15],
tags: [
749,
2513,
8244,
7323,
8245,
690,
8246,
8247,
308,
8248,
8249,
8250,
3683,
11,
8251,
2220,
2886,
2887,
8252,
8253,
697,
7542,
468,
648,
8254,
2558,
8255,
3299,
8256,
392,
30,
3519,
8257,
649,
3033,
8258,
8259,
3492,
3521
],
),
"exit_to_app": SymbolsMetadata(
popularity: 5990,
codepoint: 0xe879,
categories: [2],
tags: [
8260,
861,
565,
1673,
501,
77,
481,
482,
1209,
2707,
8261,
485,
4932,
1212,
1696,
903,
8262,
1344,
385,
2960,
87,
8263,
5613,
262,
630,
1750,
1624,
325,
2345,
1733,
3051,
271,
5234,
4247,
432,
1700,
410,
7204,
8264,
2838,
433,
525,
1713,
141,
601,
1348,
333,
1186,
1187
],
rtlAutoMirrored: true,
),
"expand": SymbolsMetadata(
popularity: 2588,
codepoint: 0xe94f,
categories: [2],
tags: [
77,
502,
633,
8265,
6038,
628,
2817,
2953,
2340,
914,
6356,
2342,
348,
5810,
1697,
1326,
235,
2344,
1750,
439,
2927,
2965,
6236,
5438,
391,
410,
1944,
6205,
396,
8266,
1187,
2337
],
),
"expand_all": SymbolsMetadata(
popularity: 632,
codepoint: 0xe946,
categories: [2],
tags: [
745,
2282,
77,
502,
2339,
3052,
313,
2397,
8,
2819,
2340,
914,
8267,
2341,
1335,
6356,
5810,
1697,
2421,
235,
2344,
8268,
237,
2927,
2965,
239,
2899,
391,
2008,
2265,
2348,
1702,
2337,
8269
],
),
"expand_circle_down": SymbolsMetadata(
popularity: 9431,
codepoint: 0xe7cd,
categories: [2],
tags: [
77,
502,
504,
2827,
193,
8270,
1209,
912,
8271,
345,
145,
313,
2819,
2578,
8272,
2896,
8273,
914,
2913,
6058,
2920,
51,
68,
88,
2344,
506,
2897,
237,
8274,
325,
2899,
2008
],
),
"expand_circle_right": SymbolsMetadata(
popularity: 207,
codepoint: 0xf591,
categories: [2],
tags: [
77,
502,
2827,
193,
912,
43,
313,
2819,
2340,
914,
6058,
903,
2843,
234,
235,
68,
88,
2344,
237,
8275,
1750,
905,
2927,
328,
1121,
906,
2900
],
rtlAutoMirrored: true,
),
"expand_circle_up": SymbolsMetadata(
popularity: 145,
codepoint: 0xf5d2,
categories: [2],
tags: [
77,
502,
504,
2827,
193,
1209,
912,
2444,
345,
1476,
313,
2819,
2340,
5919,
914,
6058,
1697,
2696,
8276,
1612,
8277,
88,
2344,
2897,
4655,
237,
8275,
325,
2927,
1243,
2222,
8278,
2922,
413,
1702,
396
],
),
"expand_content": SymbolsMetadata(
popularity: 1119,
codepoint: 0xf830,
categories: [2],
tags: [
2212,
1131,
77,
502,
8265,
2827,
912,
628,
81,
145,
313,
8279,
2912,
8,
2819,
2340,
914,
6058,
6059,
1335,
5810,
235,
68,
88,
2344,
237,
325,
2927,
919,
2222,
2899,
1151,
2900,
8280,
33,
413,
396,
2902,
8281,
2337
],
),
"expansion_panels": SymbolsMetadata(
popularity: 75,
codepoint: 0xe600,
categories: [2],
tags: [
8282,
1466,
77,
502,
912,
628,
145,
2397,
2912,
8283,
2819,
2896,
914,
2920,
8276,
68,
1344,
8284,
385,
88,
8285,
506,
2927,
92,
8286,
4647,
6062,
2461,
2008,
8287,
955,
413,
907,
1702,
8288,
2902
],
),
"experiment": SymbolsMetadata(
popularity: 1916,
codepoint: 0xe686,
categories: [15],
tags: [
1422,
4164,
4165,
1759,
3801,
4167,
4168,
8289,
1333,
2936,
314,
3097,
4170,
4171,
1109,
8290,
4270,
4174,
3099,
4175,
894,
8069,
1769,
2383,
4178,
330,
4179,
4180,
4390,
8291,
4181
],
),
"explicit": SymbolsMetadata(
popularity: 402,
codepoint: 0xe01e,
categories: [0],
tags: [
861,
4072,
8292,
4,
481,
691,
5,
780,
628,
345,
8293,
2954,
8294,
7690,
8295,
83,
4495,
12,
137,
2920,
8296,
52,
5226,
16,
8297,
406,
3341,
1707,
8298,
821,
1065,
2899,
1775,
8299,
8300,
31,
33,
35,
8301,
2951,
8302,
206
],
),
"explore": SymbolsMetadata(
popularity: 9947,
codepoint: 0xe87a,
categories: [5],
tags: [
3639,
4794,
309,
8303,
312,
313,
1542,
314,
2981,
316,
317,
320,
2821,
2325,
1623,
323,
324,
1534,
174,
1624,
325,
6209,
887,
6210,
1625,
326,
8304,
1126,
2335,
8305,
4650,
332,
8306,
8307,
2997,
334
],
),
"explore_nearby": SymbolsMetadata(
popularity: 132,
codepoint: 0xe538,
categories: [5],
tags: [
3639,
1131,
460,
2553,
8308,
312,
313,
1542,
8309,
316,
317,
321,
1623,
6254,
8310,
2326,
323,
324,
174,
325,
8311,
326,
327,
1392,
6277,
8312,
1126,
1540,
1627,
8313,
332,
8314,
8307
],
),
"explore_off": SymbolsMetadata(
popularity: 256,
codepoint: 0xe9a8,
categories: [5],
tags: [
8315,
309,
8316,
8317,
312,
313,
7301,
8318,
868,
8319,
8320,
2981,
1055,
316,
8321,
8322,
8323,
8324,
8325,
8326,
7303,
8327,
8328,
8329,
323,
8330,
7307,
1534,
8331,
8332,
6209,
6210,
1059,
1061,
8333,
8334,
8335,
7310,
8336,
8337,
1067,
4650,
8338,
332,
7312,
2997,
8339
],
),
"explosion": SymbolsMetadata(
popularity: 138,
codepoint: 0xf685,
categories: [3],
tags: [
1360,
341,
4395,
4397,
4398,
4400,
4402,
4403,
8340,
1365,
8341,
6901,
4408,
1274,
487,
3683,
10,
4409,
4410,
4411,
5180,
6758,
3029,
8342,
5247,
4413,
4414,
8343,
3687,
644,
8344,
8345,
857,
8346,
4318,
8347,
206
],
),
"export_notes": SymbolsMetadata(
popularity: 200,
codepoint: 0xe0ac,
categories: [12],
tags: [
8348,
8349,
77,
1725,
81,
1580,
1430,
1696,
147,
697,
3059,
1583,
1750,
1480,
1585,
2345,
1586,
1587,
906,
8350,
8351,
8352,
2300,
1528,
1588,
33,
526,
1702,
527,
8353,
1485
],
),
"exposure": SymbolsMetadata(
popularity: 500,
codepoint: 0xe3ca,
categories: [1],
tags: [
745,
2212,
1423,
3621,
40,
4739,
1745,
1252,
680,
487,
3622,
137,
49,
51,
8354,
792,
3626,
1470,
1255,
57,
59,
62,
239,
391,
71,
3475,
1261,
413,
476
],
),
"exposure_neg_1": SymbolsMetadata(
popularity: 260,
codepoint: 0xe3cb,
categories: [1],
tags: [
72,
1739,
3621,
8355,
8356,
4739,
1745,
4083,
8357,
2884,
7,
3633,
1252,
680,
487,
3622,
8358,
83,
49,
8359,
792,
3626,
8360,
1255,
8361,
8362,
4272,
22,
57,
3602,
4329,
59,
8363,
71,
1261,
31,
36
],
),
"exposure_neg_2": SymbolsMetadata(
popularity: 175,
codepoint: 0xe3cc,
categories: [1],
tags: [
74,
1739,
3621,
40,
4739,
345,
4663,
4083,
8364,
7,
1252,
680,
487,
3622,
49,
51,
792,
3626,
406,
3473,
1255,
439,
8362,
4272,
21,
22,
57,
8365,
59,
62,
758,
151,
71,
3475,
1261,
31,
394
],
),
"exposure_plus_1": SymbolsMetadata(
popularity: 751,
codepoint: 0xe3cd,
categories: [1],
tags: [
72,
745,
2212,
1322,
3621,
504,
302,
4739,
80,
224,
7,
1252,
680,
487,
3622,
8366,
49,
235,
6887,
8367,
793,
21,
22,
23,
8368,
672,
178,
57,
59,
239,
8369,
240,
151,
71,
898,
31,
2200,
36
],
),
"exposure_plus_2": SymbolsMetadata(
popularity: 266,
codepoint: 0xe3ce,
categories: [1],
tags: [
74,
745,
1739,
2212,
3621,
4739,
8370,
7,
44,
1252,
680,
487,
3360,
3622,
83,
137,
49,
6079,
235,
1083,
793,
1641,
21,
431,
22,
57,
4340,
59,
62,
239,
8371,
242,
71,
31,
394
],
),
"exposure_zero": SymbolsMetadata(
popularity: 309,
codepoint: 0xe3cf,
categories: [1],
tags: [
4765,
1739,
925,
3621,
40,
2151,
4739,
345,
4785,
7,
44,
1252,
680,
2155,
487,
3622,
49,
792,
3626,
8372,
439,
815,
22,
57,
59,
328,
5856,
151,
71,
3475,
31,
36,
476,
3688
],
),
"extension": SymbolsMetadata(
popularity: 4565,
codepoint: 0xe87b,
categories: [6],
tags: [
1673,
1131,
1332,
481,
1132,
1133,
482,
1333,
4493,
44,
606,
1164,
811,
1938,
5006,
348,
5383,
904,
8373,
1403,
289,
8374,
5722,
8375,
1149,
1151,
392,
1472,
1339,
823,
433,
141,
8376,
333,
1187,
1155
],
),
"extension_off": SymbolsMetadata(
popularity: 690,
codepoint: 0xe4f5,
categories: [2],
tags: [
5004,
1673,
1051,
3259,
1235,
1299,
2606,
1210,
2953,
1162,
1300,
868,
2719,
1055,
2720,
1938,
5006,
8377,
8373,
87,
1059,
1061,
4729,
8378,
1122,
5722,
1224,
392,
1067,
509,
5167,
8379,
1068,
8380,
8381,
8382,
5762
],
),
"eye_tracking": SymbolsMetadata(
popularity: 261,
codepoint: 0xf4c9,
categories: [0],
tags: [
861,
749,
1071,
5364,
8383,
193,
81,
5796,
8384,
348,
8385,
2004,
8386,
1115,
17,
630,
353,
8387,
5490,
1061,
3780,
2331,
8388,
2899,
1035,
8389,
1737,
1036,
1127,
2008,
5115,
65,
2148,
1095,
396,
3630,
4317,
2080,
6771
],
),
"eyeglasses": SymbolsMetadata(
popularity: 351,
codepoint: 0xf6ee,
categories: [3],
tags: [
862,
2541,
864,
7993,
1308,
135,
8390,
4188,
3352,
8391,
2647,
1749,
348,
8392,
53,
1116,
894,
2331,
4914,
2890,
4178,
8393,
1292,
8394,
8395,
4390,
8396,
5791,
6408,
396,
4317,
2547
],
),
"eyeglasses_2": SymbolsMetadata(
popularity: 360,
codepoint: 0xf2c7,
categories: [3],
tags: [
2541,
1308,
193,
780,
2340,
8391,
7491,
2647,
1749,
348,
8392,
871,
4438,
53,
8397,
1115,
1116,
8398,
2331,
8399,
2890,
1127,
8393,
8394,
8395,
4390,
8396,
5791,
396,
4317,
2659,
2337
],
),
"face": SymbolsMetadata(
popularity: 13426,
codepoint: 0xe87c,
categories: [3],
tags: [
861,
565,
5218,
1758,
5364,
8400,
1602,
7491,
577,
8401,
977,
581,
2004,
978,
1778,
4805,
980,
5613,
8402,
588,
589,
920,
5100,
1063,
590,
3187,
1289,
3189,
1737,
1774,
1036,
593,
989,
5321,
601,
5597
],
),
"face_2": SymbolsMetadata(
popularity: 927,
codepoint: 0xf8da,
categories: [3],
tags: [
565,
8403,
566,
5,
6107,
8404,
8405,
1602,
1603,
6111,
6112,
7491,
577,
7991,
6114,
1610,
581,
978,
5496,
1778,
4805,
980,
5613,
1614,
588,
589,
8406,
1615,
8407,
590,
1289,
8408,
1036,
1618,
593,
989,
5321,
601
],
),
"face_3": SymbolsMetadata(
popularity: 1281,
codepoint: 0xf8db,
categories: [3],
tags: [
565,
566,
8409,
8410,
1602,
7491,
577,
2708,
225,
977,
581,
1778,
4805,
980,
5613,
1804,
981,
6271,
8112,
588,
589,
8411,
1045,
5100,
590,
8412,
1048,
1289,
1036,
593,
989,
5321,
601,
8413,
990,
1023
],
),
"face_4": SymbolsMetadata(
popularity: 1208,
codepoint: 0xf8dc,
categories: [3],
tags: [
565,
566,
8414,
5,
193,
1602,
6111,
6112,
7491,
577,
2708,
8415,
977,
581,
978,
1778,
4805,
980,
5613,
6271,
815,
8112,
289,
588,
589,
821,
5100,
590,
1289,
1035,
1036,
1339,
7992,
593,
989,
5321,
601
],
),
"face_5": SymbolsMetadata(
popularity: 805,
codepoint: 0xf8dd,
categories: [3],
tags: [
565,
566,
8410,
5,
283,
1602,
6111,
6112,
7491,
577,
1607,
1610,
8012,
977,
581,
978,
979,
5496,
1778,
4805,
980,
5613,
588,
589,
1045,
5100,
590,
3459,
1289,
1036,
8416,
7992,
1618,
593,
989,
5321,
601,
990
],
),
"face_6": SymbolsMetadata(
popularity: 1471,
codepoint: 0xf8de,
categories: [3],
tags: [
565,
566,
6107,
8417,
8418,
1602,
6111,
6112,
7491,
577,
6114,
1610,
977,
581,
5496,
1778,
4805,
980,
5613,
6271,
588,
589,
1615,
590,
1289,
8419,
1036,
1618,
593,
989,
5321,
601
],
),
"face_down": SymbolsMetadata(
popularity: 22,
codepoint: 0xf402,
categories: [3],
tags: [
8420,
8421,
8422,
8423,
8424,
8425,
313,
8426,
8427,
8428,
1602,
7491,
577,
8429,
8430,
2696,
8431,
8432,
8433,
8434,
977,
8435,
581,
8436,
8437,
8438,
589,
8439,
8440,
8441,
8442,
8443,
8444,
8445
],
),
"face_left": SymbolsMetadata(
popularity: 10,
codepoint: 0xf401,
categories: [3],
tags: [
565,
6104,
566,
690,
974,
4493,
4785,
313,
1602,
7491,
577,
8446,
2708,
225,
8415,
2696,
8431,
977,
581,
2197,
3565,
8447,
289,
589,
5100,
590,
392,
1472,
888,
601,
396
],
),
"face_nod": SymbolsMetadata(
popularity: 22,
codepoint: 0xf400,
categories: [3],
tags: [
2661,
2662,
748,
2440,
1658,
2685,
504,
1661,
1663,
2669,
902,
313,
1664,
1602,
1603,
7491,
577,
2671,
903,
2696,
8431,
2843,
4032,
1610,
977,
581,
1344,
905,
589,
242,
1121,
3014,
1616,
245,
2682,
1576,
1672
],
),
"face_retouching_off": SymbolsMetadata(
popularity: 292,
codepoint: 0xf007,
categories: [1],
tags: [
566,
6644,
8448,
481,
1208,
193,
1300,
868,
1252,
680,
487,
1602,
6111,
1055,
3352,
5796,
577,
7378,
2708,
83,
977,
581,
49,
8449,
6271,
2363,
1059,
1061,
589,
57,
59,
5100,
590,
1224,
8450,
8451,
71,
7026,
1067,
182,
601
],
),
"face_right": SymbolsMetadata(
popularity: 11,
codepoint: 0xf3ff,
categories: [3],
tags: [
565,
566,
5,
193,
313,
1602,
7491,
577,
8452,
8453,
381,
2696,
8431,
977,
8454,
581,
978,
289,
589,
8455,
920,
386,
8456,
392,
593,
601,
8457
],
),
"face_shake": SymbolsMetadata(
popularity: 24,
codepoint: 0xf3fe,
categories: [3],
tags: [
3514,
566,
8458,
1211,
313,
2670,
8459,
1274,
1602,
6111,
6112,
7491,
577,
2696,
8431,
137,
977,
581,
138,
384,
468,
4272,
3271,
589,
5100,
590,
2383,
4218,
5497,
31,
601
],
),
"face_up": SymbolsMetadata(
popularity: 8,
codepoint: 0xf3fd,
categories: [3],
tags: [
566,
5,
6107,
313,
1602,
1603,
6111,
6112,
7491,
577,
8460,
7991,
5750,
2696,
8431,
6114,
1610,
977,
581,
5496,
8461,
589,
8406,
5100,
242,
590,
1616,
7992,
31,
1702
],
),
"fact_check": SymbolsMetadata(
popularity: 8297,
codepoint: 0xf0c5,
categories: [12],
tags: [
5518,
2321,
2666,
1658,
8462,
8463,
8464,
192,
8465,
1661,
463,
2669,
4489,
2323,
8466,
81,
1430,
1664,
8467,
8468,
8469,
68,
88,
1166,
1666,
63,
3188,
2488,
3503,
362,
1669,
2680,
8470,
2336,
4460,
4821,
1576,
5597,
1672
],
),
"factory": SymbolsMetadata(
popularity: 4231,
codepoint: 0xebbc,
categories: [5],
tags: [
1496,
5752,
2125,
929,
569,
4887,
934,
1497,
1104,
964,
3683,
8471,
3833,
6447,
4878,
5312,
1622,
5757,
1827,
3687,
758,
681,
8472,
955,
8473
],
),
"falling": SymbolsMetadata(
popularity: 54,
codepoint: 0xf60d,
categories: [3],
tags: [
3401,
1360,
690,
691,
912,
1365,
5038,
2884,
2894,
8474,
2895,
8475,
2904,
2427,
2720,
2721,
8476,
8477,
8478,
581,
5266,
616,
588,
589,
8479,
8480,
5920,
4415,
291,
8481,
8482,
206
],
),
"familiar_face_and_zone": SymbolsMetadata(
popularity: 832,
codepoint: 0xe21c,
categories: [10],
tags: [
5315,
2513,
1131,
5218,
1758,
5364,
1133,
8483,
577,
8484,
8485,
8486,
348,
8487,
1140,
2004,
978,
5227,
4258,
1143,
289,
1146,
2677,
589,
1063,
590,
1149,
1150,
705,
1151,
1036,
392,
888,
5115,
2148,
1095,
601,
1155
],
),
"family_history": SymbolsMetadata(
popularity: 177,
codepoint: 0xe0ad,
categories: [9],
tags: [
8488,
8489,
373,
1073,
1075,
81,
8490,
375,
1026,
3499,
1077,
8491,
8492,
1078,
579,
697,
8493,
2077,
1081,
8494,
289,
2800,
8495,
588,
453,
1092,
8496,
2491,
1170,
2465,
1096
],
),
"family_home": SymbolsMetadata(
popularity: 255,
codepoint: 0xeb26,
categories: [8],
tags: [
1496,
1332,
929,
504,
4932,
1498,
2556,
1026,
8497,
379,
904,
1140,
1499,
8498,
1314,
325,
289,
327,
1500,
2559,
1501,
1502,
1503,
4892,
705,
1036,
392,
1504,
1339,
955,
141,
4732
],
),
"family_link": SymbolsMetadata(
popularity: 355,
codepoint: 0xeb19,
categories: [15],
tags: [
2513,
8499,
6321,
4669,
193,
574,
1074,
284,
1026,
8500,
8501,
5383,
579,
4192,
8502,
8503,
1314,
8504,
8505,
582,
267,
586,
588,
8506,
8507,
1288,
5482,
3426,
593,
602
],
),
"family_restroom": SymbolsMetadata(
popularity: 2329,
codepoint: 0xf1a2,
categories: [16],
tags: [
862,
3522,
3524,
1861,
3526,
993,
997,
2273,
890,
3833,
1026,
8508,
8509,
8510,
3528,
1798,
8511,
8512,
8513,
581,
1028,
3531,
8514,
3532,
325,
4073,
588,
589,
8515,
3841,
3842,
3843,
3540,
878,
3162,
899,
3545,
7878
],
),
"family_star": SymbolsMetadata(
popularity: 135,
codepoint: 0xf527,
categories: [3],
tags: [
3,
8489,
3494,
8516,
6634,
1694,
4077,
993,
574,
284,
8517,
8518,
1602,
6636,
577,
1026,
3498,
8491,
579,
1139,
1006,
8494,
1030,
267,
588,
8519,
6570,
716,
63,
795,
359,
203,
1092,
8520,
1539,
1616,
593,
3205,
857,
597,
8521
],
),
"fan_focus": SymbolsMetadata(
popularity: 5,
codepoint: 0xf334,
categories: [14],
tags: [
480,
837,
1888,
1859,
77,
502,
1810,
3410,
4201,
1842,
1812,
193,
8522,
840,
1877,
345,
844,
845,
313,
3682,
1879,
1749,
1140,
4192,
1470,
642,
3687,
8523,
3201,
3202,
71,
275,
1836,
1854,
1857
],
),
"fan_indirect": SymbolsMetadata(
popularity: 17,
codepoint: 0xf333,
categories: [14],
tags: [
837,
8524,
1888,
1859,
77,
502,
1810,
3410,
4201,
1842,
1812,
8522,
1890,
5255,
844,
8525,
313,
1879,
1849,
8526,
468,
8527,
8523,
8528,
1836,
1854,
1857
],
),
"farsight_digital": SymbolsMetadata(
popularity: 20,
codepoint: 0xf559,
categories: [10],
tags: [
8529,
2322,
840,
1159,
288,
44,
1542,
8,
9,
2537,
316,
7373,
8530,
317,
1749,
489,
1140,
53,
1115,
1116,
1143,
8398,
3780,
2331,
1148,
410,
1127,
8393,
65,
8531,
2070,
396,
4317,
2337
],
),
"fast_forward": SymbolsMetadata(
popularity: 3417,
codepoint: 0xe01f,
categories: [0],
tags: [
8532,
748,
2926,
77,
1268,
5770,
504,
628,
345,
313,
2970,
781,
1165,
7739,
903,
406,
352,
2874,
1707,
905,
2509,
408,
409,
759,
1700,
8022,
275,
411,
31,
1171,
2465,
2031,
907,
37
],
),
"fast_rewind": SymbolsMetadata(
popularity: 1673,
codepoint: 0xe020,
categories: [0],
tags: [
8532,
1268,
2443,
2826,
345,
8533,
1165,
2830,
3935,
6654,
7741,
8534,
406,
8535,
439,
1707,
325,
2509,
408,
409,
2833,
8536,
2836,
2852,
8022,
275,
1171,
900,
2031,
37
],
),
"fastfood": SymbolsMetadata(
popularity: 2712,
codepoint: 0xe57a,
categories: [5],
tags: [
8537,
8538,
8539,
8540,
8541,
193,
8542,
3698,
2037,
4110,
4206,
3701,
8543,
8544,
8545,
2356,
6023,
8546,
5704,
2943,
4111,
1534,
3703,
8547,
8548,
2558,
1537,
8549,
330,
8550,
8551,
3709,
8552
],
),
"faucet": SymbolsMetadata(
popularity: 429,
codepoint: 0xe278,
categories: [8],
tags: [
1859,
3810,
1861,
929,
1864,
345,
8553,
1077,
2516,
4633,
1110,
1140,
1499,
3529,
4212,
8554,
4175,
1143,
492,
5555,
3848,
8555,
6556,
8556,
5558,
1792,
511,
3375,
8557,
3829
],
),
"favorite": SymbolsMetadata(
popularity: 77378,
codepoint: 0xe87d,
categories: [2],
tags: [
8558,
4505,
8559,
1694,
1132,
504,
1197,
81,
811,
1789,
3498,
1479,
2276,
4506,
138,
4498,
1376,
1613,
4507,
406,
492,
289,
203,
4104,
1539,
392,
593,
2491,
291,
31,
413,
8560
],
),
"fax": SymbolsMetadata(
popularity: 1402,
codepoint: 0xead8,
categories: [11],
tags: [
6403,
1859,
569,
283,
81,
288,
1430,
2537,
46,
8561,
147,
1110,
87,
1730,
583,
8562,
1391,
8563,
1587,
271,
1735,
2298,
5881,
1737,
2300,
65,
276,
8564,
526,
2059,
5885
],
),
"feature_search": SymbolsMetadata(
popularity: 309,
codepoint: 0xe9a9,
categories: [6],
tags: [
1423,
1542,
8565,
316,
8566,
216,
8567,
8568,
317,
8569,
8570,
8571,
1109,
3658,
2325,
8572,
2326,
8573,
1115,
8574,
1116,
8575,
1117,
2329,
8576,
2333,
1126,
8577,
8578,
8579,
8580,
1127,
8581,
2337,
8582
],
),
"featured_play_list": SymbolsMetadata(
popularity: 688,
codepoint: 0xe06d,
categories: [0],
tags: [
1342,
1466,
1268,
2230,
1197,
628,
1430,
8583,
7855,
147,
4497,
86,
1470,
88,
406,
3341,
1707,
91,
4114,
2509,
1710,
1711,
7856,
432,
363,
94,
2147,
8584,
433,
3058,
37,
2512
],
rtlAutoMirrored: true,
),
"featured_seasonal_and_gifts": SymbolsMetadata(
popularity: 782,
codepoint: 0xef91,
categories: [15],
tags: [
8585,
4968,
4970,
8586,
482,
5680,
4974,
8587,
934,
1649,
7855,
8588,
4976,
8589,
8590,
8591,
2697,
1958,
8592,
4979,
5009,
1184,
1393,
3505,
6725,
8593,
1395,
8594,
1396,
5497,
8595,
8596
],
),
"featured_video": SymbolsMetadata(
popularity: 481,
codepoint: 0xe06e,
categories: [0],
tags: [
8597,
1176,
344,
193,
1523,
628,
781,
7855,
147,
346,
5118,
1139,
4497,
1367,
406,
354,
439,
2509,
409,
716,
7856,
440,
762,
330,
410,
392,
8598,
857,
454,
1407,
37,
2080
],
rtlAutoMirrored: true,
),
"feedback": SymbolsMetadata(
popularity: 1697,
codepoint: 0xe87f,
categories: [6],
tags: [
3109,
1360,
1177,
1361,
731,
691,
570,
2728,
572,
573,
283,
1475,
1365,
8599,
1164,
2720,
1366,
8600,
4787,
1479,
138,
1367,
1166,
5152,
583,
2458,
616,
8601,
8602,
652,
1260,
1293,
1294,
594,
31,
4849,
554,
206
],
),
"female": SymbolsMetadata(
popularity: 2288,
codepoint: 0xe590,
categories: [3],
tags: [
565,
232,
566,
1332,
8603,
8604,
5,
193,
1235,
1797,
225,
1798,
8415,
7876,
697,
581,
978,
979,
7877,
894,
1768,
289,
589,
239,
590,
390,
888,
1339,
593,
31,
601,
4719,
7878
],
),
"femur": SymbolsMetadata(
popularity: 173,
codepoint: 0xf891,
categories: [3],
tags: [
8605,
3546,
4165,
690,
4119,
8606,
375,
8607,
8608,
488,
137,
697,
892,
8609,
581,
384,
1525,
8610,
1941,
8611,
894,
8612,
289,
4179,
392,
8613,
8614,
8615,
8616,
476
],
),
"femur_alt": SymbolsMetadata(
popularity: 171,
codepoint: 0xf892,
categories: [3],
tags: [
8605,
3546,
8603,
4165,
690,
4119,
8606,
375,
8607,
8617,
697,
892,
8609,
581,
8618,
384,
3140,
8610,
1941,
8611,
894,
7025,
8612,
289,
4179,
8619,
8613,
8615,
2491,
31,
8620
],
),
"fence": SymbolsMetadata(
popularity: 398,
codepoint: 0xf1f6,
categories: [8],
tags: [
3809,
2816,
1132,
4587,
1133,
8621,
1497,
3953,
2818,
4932,
8483,
7516,
8622,
6871,
3815,
8262,
8623,
1140,
1499,
1595,
1826,
1143,
3651,
289,
3051,
1146,
8624,
1063,
1500,
1574,
3738,
1503,
1036,
707,
955,
8625,
6878
],
),
"fertile": SymbolsMetadata(
popularity: 43,
codepoint: 0xf6e5,
categories: [15],
tags: [
3524,
4165,
4264,
3137,
993,
753,
1104,
8626,
1026,
1797,
8627,
8628,
2886,
234,
697,
892,
581,
3958,
4711,
894,
8629,
8630,
589,
8631,
8632,
8633,
4179,
8634,
7029,
4719,
8635,
8636
],
),
"festival": SymbolsMetadata(
popularity: 939,
codepoint: 0xea68,
categories: [16],
tags: [
1592,
2073,
4974,
8637,
574,
4452,
4527,
8638,
1160,
781,
10,
8639,
3295,
5782,
1610,
1958,
8196,
5496,
6254,
1534,
5098,
1707,
587,
648,
2558,
2046,
1168,
2008,
593,
4982,
5160,
6123,
2011,
6126,
332
],
),
"fiber_dvr": SymbolsMetadata(
popularity: 171,
codepoint: 0xe05d,
categories: [0],
tags: [
4,
482,
731,
1100,
5,
283,
1745,
81,
288,
44,
7672,
1878,
781,
8640,
8641,
12,
1344,
16,
1470,
406,
439,
267,
919,
408,
453,
1290,
440,
2459,
433,
1690,
411,
31,
1093,
65,
412,
33,
2031,
35,
37
],
),
"fiber_manual_record": SymbolsMetadata(
popularity: 3952,
codepoint: 0xe061,
categories: [0],
tags: [
749,
1360,
1268,
731,
504,
193,
284,
1843,
1746,
8640,
3570,
51,
1282,
4449,
174,
406,
616,
523,
2509,
328,
8642,
453,
440,
7204,
273,
3576,
291,
411,
37,
2080
],
),
"fiber_new": SymbolsMetadata(
popularity: 1137,
codepoint: 0xe05e,
categories: [0],
tags: [
4,
518,
4937,
5,
193,
283,
284,
8643,
81,
1104,
44,
1746,
1165,
8640,
8644,
12,
2497,
1109,
522,
4173,
259,
16,
406,
647,
267,
887,
2331,
759,
273,
275,
31,
65,
33,
2059,
35
],
),
"fiber_pin": SymbolsMetadata(
popularity: 208,
codepoint: 0xe06a,
categories: [0],
tags: [
4,
518,
4937,
5,
283,
8645,
284,
254,
4938,
81,
2063,
44,
8640,
8646,
8647,
12,
259,
5225,
16,
267,
4284,
8648,
326,
3969,
1315,
273,
8649,
4941,
31,
65,
33,
2059,
35,
4942
],
),
"fiber_smart_record": SymbolsMetadata(
popularity: 262,
codepoint: 0xe062,
categories: [0],
tags: [
748,
1268,
8650,
3349,
2125,
504,
42,
8651,
8652,
193,
81,
4734,
1746,
8640,
489,
1281,
406,
352,
439,
2509,
453,
440,
1539,
8653,
8654,
1292,
8655,
1690,
411,
65,
37,
8656,
2080
],
),
"file_copy": SymbolsMetadata(
popularity: 5207,
codepoint: 0xe173,
categories: [12],
tags: [
1674,
1675,
6325,
628,
1725,
8657,
6327,
81,
1580,
1430,
3660,
1431,
147,
488,
68,
8658,
1583,
2457,
1480,
1586,
5633,
2800,
5590,
1735,
453,
8659,
1428,
8660,
1588,
1712,
33,
5936,
3664
],
),
"file_copy_off": SymbolsMetadata(
popularity: 38,
codepoint: 0xf4d8,
categories: [12],
tags: [
2601,
745,
1360,
1051,
1208,
691,
6325,
628,
1725,
1325,
1235,
6327,
1210,
1300,
868,
1580,
1430,
3660,
1055,
2720,
4787,
147,
1213,
2457,
887,
3271,
6248,
8661,
1059,
1060,
1061,
1586,
2800,
8662,
8663,
1067,
1712,
1226,
1068,
206,
3992
],
),
"file_download_off": SymbolsMetadata(
popularity: 767,
codepoint: 0xe4fe,
categories: [2],
tags: [
77,
1051,
6312,
8664,
868,
8665,
3283,
2819,
520,
8666,
8667,
8668,
8669,
8670,
8671,
8672,
1678,
1055,
2720,
1696,
4787,
147,
8673,
8674,
8675,
8676,
8677,
8678,
8679,
7639,
3003,
1698,
8680,
1059,
1061,
2725,
1065,
1539,
1067,
1068,
527
],
),
"file_export": SymbolsMetadata(
popularity: 167,
codepoint: 0xf3b2,
categories: [2],
tags: [
1674,
77,
482,
1676,
1333,
81,
615,
1580,
1430,
520,
1678,
1696,
1679,
147,
68,
1314,
1750,
2345,
1733,
1586,
1587,
432,
906,
1539,
2300,
1528,
433,
1690,
526,
98,
527
],
),
"file_json": SymbolsMetadata(
popularity: 72,
codepoint: 0xf3bb,
categories: [2],
tags: [
8681,
5984,
8682,
5,
1102,
519,
685,
8683,
8684,
81,
6674,
1104,
44,
8685,
1430,
2155,
147,
12,
370,
8686,
490,
68,
4355,
8687,
8688,
15,
16,
1123,
6664,
3325,
509,
955,
31,
5991,
33,
35,
8689,
2202
],
),
"file_map": SymbolsMetadata(
popularity: 64,
codepoint: 0xe2c5,
categories: [5],
tags: [
1131,
8690,
81,
2397,
1430,
316,
147,
318,
2821,
68,
1623,
2326,
323,
324,
1166,
174,
325,
1587,
326,
1535,
327,
1667,
2807,
329,
453,
8312,
1428,
1538,
8691,
1588,
496,
30,
1153,
332
],
),
"file_map_stack": SymbolsMetadata(
popularity: 36,
codepoint: 0xf3e2,
categories: [5],
tags: [
1674,
8692,
373,
1197,
81,
1430,
147,
1680,
1681,
8693,
1543,
1544,
2077,
68,
1082,
323,
324,
1534,
1166,
174,
2457,
325,
92,
5030,
3397,
1587,
326,
327,
1667,
453,
1538,
30,
1712,
1153
],
),
"file_open": SymbolsMetadata(
popularity: 4206,
codepoint: 0xeaf3,
categories: [2],
tags: [
861,
8694,
1757,
501,
77,
4794,
569,
519,
81,
1541,
1580,
1430,
1678,
316,
147,
8695,
1681,
8696,
68,
1344,
2197,
2078,
1391,
2927,
8697,
2582,
1586,
1587,
453,
2801,
1690,
65,
396,
8698
],
),
"file_png": SymbolsMetadata(
popularity: 16,
codepoint: 0xf3bc,
categories: [1],
tags: [
1674,
5,
519,
628,
81,
6673,
44,
8685,
1430,
8699,
147,
1681,
12,
370,
8686,
137,
490,
68,
4355,
2870,
8700,
1376,
15,
16,
88,
492,
1586,
1587,
8701,
453,
1588,
1690,
1396,
31,
33,
35
],
),
"file_present": SymbolsMetadata(
popularity: 1541,
codepoint: 0xea0e,
categories: [12],
tags: [
569,
1523,
571,
283,
5094,
628,
81,
8,
1580,
1430,
1678,
3097,
147,
1681,
1682,
68,
5098,
630,
1480,
1391,
1587,
5009,
1427,
1516,
5171,
1370,
1428,
2899,
410,
5980,
1528,
1588,
2008,
4519,
5173,
1294,
1690,
396,
8702,
1485
],
),
"file_save": SymbolsMetadata(
popularity: 164,
codepoint: 0xf17f,
categories: [12],
tags: [
1674,
77,
1675,
519,
81,
44,
2142,
1580,
1430,
2819,
520,
1678,
2537,
147,
8703,
8704,
1681,
1682,
4289,
68,
4466,
2799,
8705,
453,
1539,
8706,
8350,
8351,
1774,
1588,
4519,
509,
1690,
1396,
65,
526,
527,
3255,
1485
],
),
"file_save_off": SymbolsMetadata(
popularity: 33,
codepoint: 0xe505,
categories: [12],
tags: [
77,
1051,
1208,
1209,
1235,
8707,
81,
1210,
868,
8708,
1580,
1430,
2819,
520,
1678,
1055,
147,
8704,
1681,
1682,
4466,
8709,
8710,
1059,
1061,
1586,
1587,
4246,
1224,
1065,
1539,
8350,
8351,
8711,
8712,
8713,
8714,
8715,
8716,
1588,
1067,
4519,
1690,
1068,
1485,
3993
],
),
"file_upload_off": SymbolsMetadata(
popularity: 394,
codepoint: 0xf886,
categories: [2],
tags: [
77,
502,
8717,
1051,
1208,
1676,
1235,
81,
868,
1430,
520,
1678,
1055,
1696,
147,
1681,
1213,
1222,
1059,
1060,
1061,
1587,
2921,
4246,
1065,
2300,
1528,
1067,
1690,
8718,
526,
1068,
1702,
527,
3992
],
),
"files": SymbolsMetadata(
popularity: 674,
codepoint: 0xea85,
categories: [12],
tags: [
1674,
7671,
1197,
628,
81,
44,
1580,
1430,
2143,
1678,
147,
1680,
1681,
1682,
68,
1345,
1029,
2457,
1391,
4114,
1586,
3397,
1587,
4797,
5633,
453,
4132,
1428,
1588,
4441,
4519,
1712,
1690
],
),
"filter": SymbolsMetadata(
popularity: 686,
codepoint: 0xe3d3,
categories: [1],
tags: [
5343,
8719,
2797,
2393,
1197,
6064,
345,
5763,
81,
1252,
680,
487,
83,
6418,
49,
1595,
88,
2078,
1029,
1596,
1597,
2945,
8720,
70,
586,
92,
57,
59,
62,
921,
1751,
8721,
2161,
362,
363,
71,
95,
8722,
396
],
),
"filter_1": SymbolsMetadata(
popularity: 684,
codepoint: 0xe3d0,
categories: [1],
tags: [
72,
1739,
223,
684,
345,
80,
5763,
3583,
81,
7,
1252,
680,
487,
83,
199,
6418,
49,
2508,
550,
88,
2457,
2945,
21,
22,
178,
70,
92,
59,
62,
2146,
921,
26,
8723,
2368,
2334,
362,
71,
95,
8722,
8300,
1712,
31,
396
],
),
"filter_2": SymbolsMetadata(
popularity: 370,
codepoint: 0xe3d1,
categories: [1],
tags: [
74,
6785,
2797,
80,
1236,
81,
7,
8,
1252,
680,
487,
83,
8724,
8725,
6418,
49,
2508,
8726,
550,
88,
2457,
2945,
21,
22,
149,
70,
6257,
59,
62,
2146,
921,
26,
1751,
2334,
360,
363,
71,
95,
7352,
1712,
31,
36,
396
],
),
"filter_3": SymbolsMetadata(
popularity: 322,
codepoint: 0xe3d2,
categories: [1],
tags: [
75,
1739,
2212,
517,
345,
1745,
80,
169,
1236,
81,
7,
1252,
680,
487,
83,
6077,
6418,
49,
2508,
87,
1470,
88,
2457,
21,
22,
149,
70,
59,
62,
2146,
921,
1751,
8721,
362,
363,
71,
95,
8722,
1712,
31,
551,
1691
],
),
"filter_4": SymbolsMetadata(
popularity: 324,
codepoint: 0xe3d4,
categories: [1],
tags: [
631,
1739,
450,
345,
80,
5763,
81,
7,
6524,
1252,
680,
487,
83,
634,
6418,
49,
2508,
792,
550,
88,
2078,
2457,
2945,
6526,
22,
70,
92,
59,
62,
2146,
1090,
26,
6522,
1751,
8727,
362,
71,
8728,
95,
1712,
31,
36
],
),
"filter_5": SymbolsMetadata(
popularity: 240,
codepoint: 0xe3d5,
categories: [1],
tags: [
676,
1739,
6404,
8729,
80,
5763,
81,
7,
8730,
1252,
680,
487,
83,
8731,
667,
8732,
6418,
49,
2508,
86,
550,
2457,
21,
6529,
6527,
22,
70,
92,
59,
62,
2146,
921,
26,
1751,
1225,
2334,
363,
71,
95,
1712,
31
],
),
"filter_6": SymbolsMetadata(
popularity: 182,
codepoint: 0xe3d6,
categories: [1],
tags: [
687,
8733,
80,
8734,
6821,
8735,
7,
1252,
680,
487,
83,
8736,
8737,
8738,
49,
2508,
6525,
550,
8739,
8740,
2457,
21,
8741,
6531,
8742,
22,
8743,
59,
62,
2146,
26,
8744,
1751,
8745,
71,
3933,
8746,
95,
1712,
31
],
),
"filter_7": SymbolsMetadata(
popularity: 234,
codepoint: 0xe3d7,
categories: [1],
tags: [
747,
1739,
1422,
1195,
450,
80,
1236,
81,
7,
6536,
1252,
680,
487,
83,
6418,
49,
2508,
550,
88,
2078,
2457,
21,
6538,
22,
70,
92,
59,
62,
2146,
921,
1751,
3273,
2334,
1126,
363,
71,
180,
8728,
8722,
1712,
31,
35
],
),
"filter_8": SymbolsMetadata(
popularity: 203,
codepoint: 0xe3d8,
categories: [1],
tags: [
783,
1739,
2797,
8747,
345,
5763,
8748,
1236,
81,
7,
8749,
1252,
680,
487,
6543,
83,
1880,
6418,
49,
2508,
550,
1641,
2457,
2945,
8750,
8751,
22,
70,
92,
6257,
59,
62,
2146,
921,
1751,
363,
71,
8752,
95,
7352,
1712,
31
],
),
"filter_9": SymbolsMetadata(
popularity: 194,
codepoint: 0xe3d9,
categories: [1],
tags: [
796,
1739,
4526,
345,
224,
5763,
81,
7,
1252,
680,
487,
83,
6418,
49,
2508,
88,
2078,
1641,
2457,
2945,
802,
8753,
21,
22,
70,
92,
6257,
59,
62,
2146,
921,
5920,
1751,
362,
71,
95,
1712,
31,
511
],
),
"filter_9_plus": SymbolsMetadata(
popularity: 214,
codepoint: 0xe3da,
categories: [1],
tags: [
231,
796,
8754,
8755,
223,
5763,
81,
7,
1252,
680,
487,
83,
199,
6418,
49,
2508,
550,
8756,
2457,
802,
8757,
21,
22,
70,
59,
62,
2146,
239,
921,
26,
1751,
8745,
1126,
8758,
8759,
362,
8760,
8761,
71,
95,
8762,
1712,
31,
553
],
),
"filter_alt": SymbolsMetadata(
popularity: 17264,
codepoint: 0xef4f,
categories: [2],
tags: [
1739,
76,
450,
345,
1236,
81,
1252,
83,
317,
6418,
138,
68,
8763,
87,
88,
2945,
70,
92,
921,
1751,
8721,
1126,
362,
71,
8764,
95,
8722,
97,
511,
1691
],
),
"filter_alt_off": SymbolsMetadata(
popularity: 2348,
codepoint: 0xeb32,
categories: [2],
tags: [
2388,
8765,
8766,
8767,
6821,
8768,
8769,
868,
1252,
83,
8770,
8771,
8772,
8773,
8774,
8775,
8776,
6418,
8777,
8778,
8739,
8779,
8780,
8781,
1059,
1060,
70,
8782,
1751,
8783,
8784,
8785,
8786,
8787,
8788,
8764,
1067,
8789,
8790,
8791,
8792
],
),
"filter_arrow_right": SymbolsMetadata(
popularity: 40,
codepoint: 0xf3d1,
categories: [2],
tags: [
2926,
76,
77,
2393,
685,
345,
81,
313,
1252,
83,
903,
6418,
51,
68,
88,
2945,
2946,
325,
905,
70,
92,
1733,
1167,
921,
1751,
2334,
906,
1700,
362,
71,
8728,
8764,
95
],
rtlAutoMirrored: true,
),
"filter_b_and_w": SymbolsMetadata(
popularity: 274,
codepoint: 0xe3db,
categories: [1],
tags: [
8585,
2665,
8793,
8794,
6386,
8795,
40,
8796,
8797,
4739,
8370,
44,
1252,
680,
487,
83,
6389,
49,
8359,
2508,
3626,
8798,
4272,
8799,
59,
62,
111,
2146,
6087,
71,
7941,
2162,
413,
6392,
5885,
476,
8800,
835
],
),
"filter_center_focus": SymbolsMetadata(
popularity: 952,
codepoint: 0xe3dc,
categories: [1],
tags: [
1739,
5519,
2150,
482,
1742,
40,
120,
308,
8801,
2339,
311,
5520,
1746,
1252,
83,
8802,
1749,
6598,
8803,
49,
53,
1470,
2331,
386,
57,
4340,
8804,
59,
8805,
62,
1751,
71,
433,
1203,
5092
],
),
"filter_drama": SymbolsMetadata(
popularity: 1147,
codepoint: 0xe3dd,
categories: [1],
tags: [
1875,
5794,
1676,
4083,
6110,
1252,
680,
487,
346,
83,
137,
138,
49,
1614,
354,
8806,
57,
59,
62,
758,
2778,
151,
1994,
8807,
8808,
8809,
31,
6392,
37,
476,
859
],
),
"filter_frames": SymbolsMetadata(
popularity: 285,
codepoint: 0xe3de,
categories: [1],
tags: [
8810,
1466,
8811,
1132,
40,
308,
484,
8,
1252,
680,
2155,
487,
83,
6077,
1749,
348,
437,
8812,
1343,
49,
2508,
8813,
385,
439,
2457,
70,
91,
92,
8814,
386,
57,
59,
62,
2146,
3356,
410,
94,
95,
2463,
396,
476,
1229
],
),
"filter_hdr": SymbolsMetadata(
popularity: 490,
codepoint: 0xe3df,
categories: [1],
tags: [
480,
1739,
2212,
40,
8,
1252,
680,
487,
3352,
83,
904,
8815,
8816,
49,
3030,
1595,
1596,
1597,
1826,
70,
2753,
5159,
57,
59,
62,
63,
1751,
8817,
71,
1691,
7947,
37,
396
],
),
"filter_list": SymbolsMetadata(
popularity: 14259,
codepoint: 0xe152,
categories: [2],
tags: [
76,
1423,
3767,
517,
2797,
345,
5763,
83,
199,
699,
1470,
88,
2078,
506,
2945,
70,
8818,
92,
921,
8819,
1751,
71,
8820,
95,
8722,
2463,
2280,
97
],
),
"filter_list_off": SymbolsMetadata(
popularity: 1125,
codepoint: 0xeb57,
categories: [2],
tags: [
2388,
517,
2393,
780,
345,
81,
1300,
868,
8821,
8,
1252,
5938,
83,
199,
1222,
68,
1470,
88,
1029,
506,
8822,
1059,
1060,
70,
92,
921,
1751,
1224,
1459,
363,
71,
8764,
1067,
8722,
413,
8823,
396
],
),
"filter_none": SymbolsMetadata(
popularity: 1159,
codepoint: 0xe3e0,
categories: [1],
tags: [
1332,
809,
810,
780,
4785,
811,
83,
2457,
8824,
8825,
8781,
6510,
1946,
819,
3087,
822,
8826,
8784,
5856,
2837,
433,
1712,
1948,
824,
8827,
8828,
8829,
8830,
8831,
8832,
8833,
6281,
3688
],
),
"filter_retrolux": SymbolsMetadata(
popularity: 15,
codepoint: 0xe3e1,
categories: [1],
tags: [
2513,
5343,
1673,
501,
1268,
517,
345,
1744,
1236,
8,
1252,
680,
2155,
487,
83,
1747,
5383,
3322,
49,
8502,
8503,
1083,
8834,
1491,
1641,
70,
6257,
4014,
57,
921,
1122,
5881,
8835,
71,
3475,
509,
1293,
97,
1755,
37,
5885,
476
],
),
"filter_tilt_shift": SymbolsMetadata(
popularity: 363,
codepoint: 0xe3e2,
categories: [1],
tags: [
2212,
5089,
4295,
40,
308,
193,
462,
345,
2394,
754,
4309,
1746,
1252,
680,
487,
83,
8802,
1749,
49,
2508,
53,
8836,
8837,
3780,
386,
57,
59,
8838,
62,
2146,
328,
8839,
71,
6214,
1227,
510,
8840,
2337
],
),
"filter_vintage": SymbolsMetadata(
popularity: 1429,
codepoint: 0xe3e3,
categories: [1],
tags: [
480,
1739,
8841,
8842,
40,
4861,
1252,
680,
487,
83,
6870,
137,
49,
2508,
8843,
1826,
8844,
57,
59,
62,
2146,
1827,
1852,
5885
],
),
"finance": SymbolsMetadata(
popularity: 454,
codepoint: 0xe6bf,
categories: [9],
tags: [
1071,
927,
1423,
517,
928,
8845,
960,
6703,
931,
8846,
373,
934,
937,
8847,
81,
375,
962,
938,
8848,
964,
941,
942,
967,
1078,
8849,
968,
1081,
226,
1086,
948,
8850,
951,
1420,
970,
954,
1712,
746,
8851,
1095,
956,
8852,
958
],
),
"finance_chip": SymbolsMetadata(
popularity: 309,
codepoint: 0xf84e,
categories: [12],
tags: [
927,
928,
569,
930,
931,
4918,
932,
934,
6276,
961,
937,
81,
44,
938,
964,
2537,
941,
942,
967,
68,
948,
950,
951,
1421,
1654,
432,
8853,
2543,
1036,
1395,
8854,
433,
1396,
65,
956,
526
],
),
"finance_mode": SymbolsMetadata(
popularity: 1062,
codepoint: 0xef92,
categories: [9],
tags: [
1422,
1071,
502,
569,
373,
81,
375,
964,
3278,
941,
942,
1078,
234,
235,
946,
1426,
1389,
648,
759,
1428,
2422,
746,
5200,
8855,
5201,
1429,
1702,
3021,
36
],
),
"find_in_page": SymbolsMetadata(
popularity: 2513,
codepoint: 0xe880,
categories: [12],
tags: [
8856,
81,
1580,
1430,
2445,
8857,
1678,
147,
2446,
8858,
317,
8571,
8859,
1681,
1682,
1109,
3039,
8860,
2326,
8861,
1115,
2327,
2328,
5815,
1116,
1117,
2329,
8862,
8697,
1586,
8863,
1587,
8864,
432,
1737,
1126,
8580,
8865,
1127,
1588,
8866,
4519,
2239,
8867,
8868,
1485
],
),
"find_replace": SymbolsMetadata(
popularity: 905,
codepoint: 0xe881,
categories: [6],
tags: [
748,
501,
460,
502,
504,
1103,
628,
345,
81,
1542,
1430,
1252,
147,
317,
1109,
3439,
2870,
3043,
3440,
2326,
1115,
2328,
5815,
1116,
1117,
2329,
1641,
1122,
2333,
2451,
3606,
470,
1126,
1127,
509,
6439,
33,
511,
3375,
2337
],
),
"fingerprint": SymbolsMetadata(
popularity: 9570,
codepoint: 0xe90d,
categories: [6],
tags: [
861,
5218,
1758,
5364,
1101,
2669,
4188,
81,
7,
44,
1790,
8869,
581,
3107,
2004,
978,
1470,
8870,
6693,
920,
1735,
1034,
3778,
1737,
1036,
987,
8871,
65,
8872,
8873,
6262,
5321,
4821,
5597
],
),
"fingerprint_off": SymbolsMetadata(
popularity: 59,
codepoint: 0xf49d,
categories: [6],
tags: [
861,
2601,
5218,
5220,
5364,
4368,
8383,
5921,
1211,
868,
1055,
1790,
8869,
3107,
2004,
978,
1778,
1059,
1060,
1061,
1735,
1034,
3778,
1065,
2368,
1737,
8874,
1774,
1036,
8875,
64,
1067,
65,
8872,
1793,
8873,
1068,
5321,
4821
],
),
"fire_extinguisher": SymbolsMetadata(
popularity: 486,
codepoint: 0xf1d8,
categories: [8],
tags: [
1359,
1360,
345,
6839,
1365,
288,
1164,
2427,
46,
8876,
8877,
5180,
8878,
5181,
137,
4633,
4412,
8879,
138,
8554,
814,
8880,
5822,
1574,
2433,
705,
1036,
1339,
31,
511,
141,
206,
3829
],
),
"fire_hydrant": SymbolsMetadata(
popularity: 361,
codepoint: 0xf1a3,
categories: [5],
tags: [
7681,
861,
2553,
284,
8881,
2427,
46,
5180,
8882,
8883,
3864,
5181,
3029,
8884,
4878,
1622,
323,
8885,
3651,
5555,
8886,
3848,
328,
2046,
2433,
705,
652,
8887,
1627,
5558,
3375,
8557,
3829
],
),
"fire_truck": SymbolsMetadata(
popularity: 724,
codepoint: 0xf8f2,
categories: [5],
tags: [
3401,
864,
1359,
1360,
3410,
1365,
2427,
2428,
8888,
8889,
8890,
8891,
8892,
8893,
871,
8879,
8894,
2433,
1483,
705,
1036,
652,
2434,
900,
7322,
1629,
1835,
1836,
7298,
206
],
rtlAutoMirrored: true,
),
"fireplace": SymbolsMetadata(
popularity: 778,
codepoint: 0xea43,
categories: [8],
tags: [
8895,
8896,
3643,
4887,
1877,
4205,
4186,
8897,
3683,
5180,
8898,
5181,
8187,
3624,
8899,
8900,
3027,
1848,
1140,
1499,
8901,
1882,
5527,
5528,
8902,
1826,
3651,
8903,
327,
1947,
7930,
8904,
3828,
3035,
860
],
),
"first_page": SymbolsMetadata(
popularity: 2792,
codepoint: 0xe5dc,
categories: [2],
tags: [
77,
2443,
2194,
3390,
2847,
2827,
345,
81,
1430,
147,
1908,
6654,
7741,
2197,
88,
406,
352,
1750,
325,
1586,
2509,
408,
1427,
2833,
2836,
2852,
7745,
4519,
2130,
2932,
900
],
),
"fit_page": SymbolsMetadata(
popularity: 19,
codepoint: 0xf77a,
categories: [12],
tags: [
1739,
6233,
1131,
633,
628,
8905,
2394,
754,
8,
1430,
8906,
2340,
914,
2219,
2220,
8907,
8908,
370,
1697,
385,
2344,
8909,
1586,
1587,
1427,
5920,
2222,
391,
410,
298,
396,
7062,
2337,
8910
],
),
"fit_page_height": SymbolsMetadata(
popularity: 16,
codepoint: 0xf397,
categories: [12],
tags: [
8911,
8912,
502,
8913,
8914,
2819,
2340,
8915,
8916,
8917,
3053,
8918,
370,
8919,
383,
8920,
8921,
8922,
8923,
8924,
8925,
8926,
2222,
8927,
391,
8928,
8929,
8930,
8931,
1702,
8932,
8933,
8934,
8935,
8936,
8937
],
),
"fit_page_width": SymbolsMetadata(
popularity: 30,
codepoint: 0xf396,
categories: [12],
tags: [
1739,
502,
628,
8,
1430,
2155,
2340,
914,
147,
2219,
8938,
370,
4642,
699,
1595,
385,
2197,
8939,
1587,
1427,
2890,
2222,
906,
391,
410,
298,
1944,
33,
396,
8689,
6607,
2540,
397,
2337,
8940
],
),
"fit_screen": SymbolsMetadata(
popularity: 1937,
codepoint: 0xea10,
categories: [2],
tags: [
1739,
502,
633,
1133,
482,
2339,
3052,
8,
2340,
914,
2220,
3053,
370,
348,
5810,
1697,
1326,
385,
2344,
406,
630,
432,
5920,
391,
410,
298,
1944,
543,
396,
1187,
2337
],
),
"fit_width": SymbolsMetadata(
popularity: 43,
codepoint: 0xf779,
categories: [12],
tags: [
1739,
2212,
633,
8,
8941,
2340,
8942,
2220,
8938,
370,
5810,
699,
49,
385,
2344,
406,
8939,
1427,
5920,
8943,
391,
8944,
410,
8945,
298,
1944,
37,
396,
8946,
8689,
2540,
397,
2337
],
),
"fitness_center": SymbolsMetadata(
popularity: 4841,
codepoint: 0xeb43,
categories: [16],
tags: [
749,
7323,
8245,
8947,
8246,
308,
8250,
11,
2887,
8948,
8949,
8253,
8950,
8951,
697,
8952,
7542,
8953,
4124,
8954,
8254,
2558,
30,
649,
3033,
8955,
8956,
8259,
3521,
8957
],
),
"fitness_tracker": SymbolsMetadata(
popularity: 101,
codepoint: 0xf463,
categories: [11],
tags: [
2513,
2542,
8958,
1270,
1250,
570,
1159,
81,
288,
11,
2886,
8959,
7131,
2538,
8960,
1110,
697,
5375,
1253,
17,
1086,
262,
4258,
468,
8961,
648,
271,
8254,
759,
2891,
29,
410,
1701,
7140,
30,
746,
8962,
4964,
525,
33,
1171,
2546,
1095,
3033,
477,
3798,
2080,
2547,
2548,
333,
3521,
7147,
2551
],
),
"flag": SymbolsMetadata(
popularity: 9655,
codepoint: 0xe153,
categories: [5],
tags: [
3,
1178,
1694,
1132,
4494,
312,
1602,
811,
4495,
4496,
13,
1139,
51,
52,
3296,
323,
1166,
174,
4499,
20,
4500,
8963,
1183,
289,
5153,
326,
327,
4502,
1428,
1539,
273,
593,
1948,
2130,
1153,
8376,
334
],
rtlAutoMirrored: true,
),
"flag_2": SymbolsMetadata(
popularity: 311,
codepoint: 0xf40f,
categories: [5],
tags: [
3,
1360,
1332,
4494,
312,
1602,
8964,
4495,
4496,
13,
137,
138,
3296,
323,
1166,
174,
4499,
20,
4500,
1183,
1368,
289,
5153,
326,
327,
4502,
1428,
390,
1539,
392,
1339,
593,
2130,
31,
5154,
206,
334
],
),
"flag_check": SymbolsMetadata(
popularity: 165,
codepoint: 0xf3d8,
categories: [5],
tags: [
3,
2685,
1178,
1661,
3182,
1662,
8965,
1663,
2669,
2689,
2323,
4494,
312,
1664,
1602,
1106,
2671,
8966,
4495,
4496,
13,
51,
3296,
88,
323,
1166,
5602,
174,
4499,
20,
4500,
1666,
2674,
5153,
326,
327,
4502,
759,
1428,
8967,
1539,
362,
593,
2130,
291,
245,
1517,
1669,
2682,
1576,
334,
1672
],
),
"flag_circle": SymbolsMetadata(
popularity: 1851,
codepoint: 0xeaf8,
categories: [5],
tags: [
193,
4494,
312,
313,
3496,
3499,
8964,
4495,
318,
13,
322,
323,
1166,
174,
4500,
8963,
325,
289,
8968,
1535,
327,
1167,
329,
27,
1149,
1428,
330,
1540,
2130,
31,
1153
],
),
"flaky": SymbolsMetadata(
popularity: 822,
codepoint: 0xef50,
categories: [1],
tags: [
4622,
8969,
1658,
1661,
1209,
8970,
912,
8971,
463,
4739,
1664,
913,
1212,
914,
8972,
8973,
2943,
8974,
916,
1470,
88,
1166,
506,
8975,
237,
8274,
325,
3271,
1666,
8976,
70,
8977,
362,
8978,
8979,
2947,
923,
1226,
97,
1669,
413,
1576,
8980,
3992,
1672
],
),
"flare": SymbolsMetadata(
popularity: 1230,
codepoint: 0xe3e4,
categories: [1],
tags: [
4397,
3620,
4402,
8981,
40,
1252,
680,
487,
8982,
4392,
8983,
8984,
3624,
1139,
4746,
49,
2508,
8985,
3626,
2331,
8986,
59,
62,
2146,
8987,
8988,
8989,
3365,
8344,
857,
1598,
4318
],
),
"flash_auto": SymbolsMetadata(
popularity: 377,
codepoint: 0xe3e5,
categories: [1],
tags: [
1174,
2425,
8990,
3349,
3934,
3620,
4402,
40,
42,
8991,
345,
3682,
3921,
3683,
1165,
4392,
1139,
49,
3935,
3626,
3936,
642,
1059,
1061,
355,
57,
59,
62,
3687,
363,
151,
31,
3937,
413,
37,
4394
],
),
"flash_off": SymbolsMetadata(
popularity: 917,
codepoint: 0xe3e6,
categories: [1],
tags: [
3934,
8356,
8992,
8993,
302,
4083,
2606,
8994,
8995,
868,
3682,
1055,
3683,
1165,
4392,
8996,
8997,
8998,
3935,
8999,
5183,
9000,
3936,
4742,
9001,
9002,
9003,
1059,
1061,
305,
59,
9004,
8838,
9005,
1067,
3937,
5167,
9006
],
),
"flash_on": SymbolsMetadata(
popularity: 2882,
codepoint: 0xe3e7,
categories: [1],
tags: [
4324,
1360,
3934,
3620,
40,
8992,
1365,
868,
3682,
3921,
1055,
3683,
1165,
4392,
3624,
9007,
5802,
3935,
3626,
5183,
3936,
616,
1059,
1061,
57,
9008,
59,
3687,
8989,
1067,
291,
3990,
3937,
413,
9009,
206
],
),
"flashlight_off": SymbolsMetadata(
popularity: 413,
codepoint: 0xf00a,
categories: [4],
tags: [
9010,
9011,
504,
345,
4083,
2606,
288,
868,
3682,
1055,
4392,
9012,
9013,
138,
4746,
1222,
9014,
3626,
8999,
4059,
1059,
7409,
1061,
289,
9015,
9016,
392,
1067,
31,
4322,
511,
9017,
5167,
907,
3375,
3630
],
),
"flashlight_on": SymbolsMetadata(
popularity: 1137,
codepoint: 0xf00b,
categories: [4],
tags: [
2106,
9018,
3620,
504,
3643,
193,
9019,
8289,
868,
314,
2427,
1055,
4392,
9012,
3170,
3777,
4633,
3637,
4746,
3626,
325,
1059,
1061,
3651,
2539,
3628,
330,
8989,
1067,
8598,
5190,
3630
],
),
"flatware": SymbolsMetadata(
popularity: 802,
codepoint: 0xf00c,
categories: [8],
tags: [
3695,
7264,
3696,
4205,
4825,
4683,
3700,
4110,
9020,
3701,
4829,
9021,
2356,
2992,
4483,
4212,
4830,
6254,
3703,
506,
289,
876,
1537,
3708,
4834,
1339,
4835,
9022,
1781,
4836
],
),
"flex_direction": SymbolsMetadata(
popularity: 18,
codepoint: 0xf778,
categories: [12],
tags: [
2149,
1466,
77,
502,
6089,
1438,
313,
8,
2819,
2188,
2183,
1077,
370,
382,
699,
86,
385,
9023,
2197,
1470,
88,
1750,
6210,
91,
92,
507,
3356,
1291,
906,
1433,
955,
1702,
1464,
396,
398,
399
],
),
"flex_no_wrap": SymbolsMetadata(
popularity: 13,
codepoint: 0xf777,
categories: [12],
tags: [
9024,
2149,
1466,
1102,
3938,
2187,
485,
1104,
313,
1164,
2183,
1077,
370,
382,
699,
86,
385,
87,
9025,
91,
586,
329,
1123,
1500,
432,
3356,
1433,
94,
2823,
955,
2162,
396,
2191
],
),
"flex_wrap": SymbolsMetadata(
popularity: 35,
codepoint: 0xf776,
categories: [12],
tags: [
9026,
2150,
1466,
481,
2263,
4700,
1438,
628,
313,
1430,
9027,
1077,
370,
2156,
382,
699,
2184,
385,
4574,
1470,
9028,
91,
2159,
1734,
432,
3356,
2271,
1291,
2163,
9029,
9030,
396,
4199,
9031,
9032
],
),
"flight": SymbolsMetadata(
popularity: 6060,
codepoint: 0xe539,
categories: [14],
tags: [
2493,
837,
1983,
1930,
1902,
1987,
1973,
2033,
77,
2495,
2125,
9033,
2038,
313,
1910,
2014,
1990,
1991,
1925,
9034,
903,
9035,
138,
2468,
9036,
3363,
642,
1750,
325,
1061,
387,
1993,
328,
71,
273,
888,
1994,
7930,
3365,
275,
857,
31,
900,
1629,
332,
1921,
1836
],
),
"flight_class": SymbolsMetadata(
popularity: 328,
codepoint: 0xe7cb,
categories: [5],
tags: [
4943,
837,
1983,
1930,
1901,
1902,
1987,
1973,
1931,
1903,
1924,
569,
1905,
1932,
1907,
1877,
964,
1909,
1910,
1990,
1991,
1925,
1623,
1914,
9037,
387,
1993,
1928,
1919,
1929,
652,
273,
900,
1629,
332,
1921,
1961,
9038
],
),
"flight_land": SymbolsMetadata(
popularity: 1230,
codepoint: 0xe904,
categories: [14],
tags: [
837,
1930,
1902,
1987,
1973,
2033,
6980,
9039,
1903,
9040,
2038,
9041,
2895,
1910,
9042,
9043,
1990,
1991,
1925,
1825,
9044,
9045,
9046,
387,
1993,
273,
1629,
332,
9047,
9048,
1921
],
rtlAutoMirrored: true,
),
"flight_takeoff": SymbolsMetadata(
popularity: 3958,
codepoint: 0xe905,
categories: [14],
tags: [
837,
9049,
1983,
1930,
1902,
1987,
1973,
2033,
9039,
77,
78,
1903,
9040,
2038,
2953,
1910,
1990,
1991,
1925,
1623,
9046,
875,
885,
9050,
387,
1993,
273,
9051,
9052,
900,
1629,
332,
1921,
1702,
4353,
9053
],
rtlAutoMirrored: true,
),
"flights_and_hotels": SymbolsMetadata(
popularity: 98,
codepoint: 0xe9ab,
categories: [16],
tags: [
1495,
837,
1930,
1902,
1987,
1973,
1904,
1924,
312,
1910,
1990,
1991,
1925,
4051,
9054,
1958,
2739,
9055,
1975,
1623,
4055,
4059,
9056,
387,
1993,
3488,
1928,
1918,
9057,
1947,
273,
1920,
1936,
3303,
900,
1629,
332,
9058,
1995,
9059,
9060,
1921,
1961,
9061
],
rtlAutoMirrored: true,
),
"flip": SymbolsMetadata(
popularity: 918,
codepoint: 0xe3e8,
categories: [1],
tags: [
4622,
1739,
77,
1743,
9062,
5985,
2394,
754,
313,
1252,
680,
5096,
9063,
49,
5328,
1641,
6202,
70,
507,
9064,
9065,
2836,
470,
9066,
71,
472,
3963,
2404,
1781,
512,
473,
4953,
2453,
9067
],
),
"flip_camera_android": SymbolsMetadata(
popularity: 906,
codepoint: 0xea37,
categories: [1],
tags: [
1307,
502,
5140,
40,
9068,
102,
9069,
5141,
308,
5144,
193,
5145,
288,
313,
1252,
680,
5096,
5146,
2751,
49,
262,
507,
57,
59,
2756,
9070,
470,
9071,
2758,
433,
2759,
473,
4953,
37,
8656
],
),
"flip_camera_ios": SymbolsMetadata(
popularity: 668,
codepoint: 0xea38,
categories: [1],
tags: [
2824,
1307,
502,
40,
5142,
42,
1743,
193,
345,
288,
313,
2828,
1252,
680,
5096,
5146,
2751,
49,
2849,
406,
262,
507,
57,
59,
62,
2756,
453,
470,
5148,
5149,
1701,
3963,
2759,
473,
37,
5104,
5151
],
),
"flip_to_back": SymbolsMetadata(
popularity: 267,
codepoint: 0xe882,
categories: [12],
tags: [
76,
1466,
2443,
9072,
9073,
2394,
754,
484,
1164,
5096,
370,
5097,
579,
8813,
1082,
385,
1750,
8535,
7518,
2874,
9074,
2221,
91,
92,
8814,
2753,
329,
2271,
9075,
9076,
95,
1712,
1713,
7944
],
),
"flip_to_front": SymbolsMetadata(
popularity: 406,
codepoint: 0xe883,
categories: [12],
tags: [
76,
1466,
3016,
2443,
9072,
9077,
930,
2394,
754,
484,
3017,
5096,
9078,
9079,
370,
5097,
2144,
385,
1750,
2874,
91,
8814,
2753,
386,
2190,
4664,
2271,
6778,
9080,
95,
1712,
1713,
9081,
7944
],
),
"float_landscape_2": SymbolsMetadata(
popularity: 44,
codepoint: 0xf45c,
categories: [2],
tags: [
1739,
1466,
912,
1705,
8,
5096,
9082,
370,
1595,
2144,
385,
406,
9083,
2897,
262,
354,
9084,
7054,
2927,
2753,
9085,
9086,
408,
409,
9087,
1243,
329,
2222,
470,
410,
5980,
6197,
9088,
454,
37,
396,
1187
],
rtlAutoMirrored: true,
),
"float_portrait_2": SymbolsMetadata(
popularity: 9,
codepoint: 0xf45b,
categories: [2],
tags: [
3515,
912,
8,
5096,
9089,
370,
348,
385,
406,
814,
7054,
2927,
289,
2753,
9085,
9086,
5100,
329,
432,
470,
410,
392,
1339,
433,
37,
396,
1187
],
rtlAutoMirrored: true,
),
"flood": SymbolsMetadata(
popularity: 818,
codepoint: 0xebe6,
categories: [3],
tags: [
9090,
1360,
840,
5970,
4404,
1365,
9091,
4408,
9092,
2427,
1845,
9093,
9094,
9095,
9096,
4412,
9097,
9098,
9099,
4175,
2363,
6760,
5943,
9100,
4393,
206,
3829,
1855,
1856,
5267,
859
],
),
"floor": SymbolsMetadata(
popularity: 111,
codepoint: 0xf6e4,
categories: [15],
tags: [
480,
2473,
1133,
1163,
2886,
3783,
904,
1823,
699,
9101,
792,
87,
9102,
2944,
226,
814,
821,
2274,
707,
1339,
9103,
8156,
8157,
4964,
4592
],
),
"floor_lamp": SymbolsMetadata(
popularity: 248,
codepoint: 0xe21e,
categories: [10],
tags: [
9104,
2473,
3621,
193,
1877,
9105,
6553,
1161,
9106,
3864,
9107,
9108,
4051,
3624,
1140,
1499,
4192,
4746,
2741,
9109,
3626,
5183,
87,
5528,
492,
9110,
1947,
4042,
4153,
9111,
1464
],
),
"flowchart": SymbolsMetadata(
popularity: 392,
codepoint: 0xf38d,
categories: [9],
tags: [
565,
1422,
1071,
1466,
1072,
373,
2303,
1073,
284,
81,
375,
1077,
5058,
1078,
1080,
3804,
1081,
385,
1470,
5478,
3423,
1085,
226,
1086,
267,
1088,
586,
3488,
1090,
3356,
94,
433,
2716,
6419,
746,
4964,
955,
1093,
1095,
1096,
476,
1671
],
),
"flowsheet": SymbolsMetadata(
popularity: 211,
codepoint: 0xe0ae,
categories: [9],
tags: [
1422,
502,
6089,
373,
1075,
81,
375,
313,
1580,
1430,
147,
1077,
1078,
697,
1080,
2077,
1081,
68,
1470,
1085,
894,
4258,
1088,
586,
1586,
1587,
4273,
3488,
1090,
2928,
453,
3489,
94,
1588,
4519,
4964,
955,
5378,
1671
],
),
"fluid": SymbolsMetadata(
popularity: 6,
codepoint: 0xe483,
categories: [3],
tags: [
480,
9112,
1890,
1843,
9113,
2904,
4269,
1274,
3683,
1077,
2516,
9114,
137,
697,
4175,
1766,
894,
1768,
353,
468,
2487,
2364,
9115,
3687,
4361,
1035,
2423,
392,
682,
454,
31,
7191,
3829,
1855
],
),
"fluid_balance": SymbolsMetadata(
popularity: 10,
codepoint: 0xf80d,
categories: [3],
tags: [
1422,
925,
4164,
1742,
373,
4168,
1333,
1580,
1430,
2904,
4269,
4170,
147,
6970,
4171,
2516,
9114,
9116,
1078,
697,
1081,
4270,
4174,
1083,
4175,
17,
894,
1586,
1587,
9117,
9118,
7646,
4179,
1588,
4519,
4180,
9119,
1318,
9120,
554
],
),
"fluid_med": SymbolsMetadata(
popularity: 8,
codepoint: 0xf80c,
categories: [3],
tags: [
1422,
4164,
373,
4167,
4168,
1333,
1580,
1430,
2904,
4170,
5755,
147,
4171,
2516,
9114,
1109,
9121,
1078,
697,
1081,
4270,
4174,
4175,
4194,
894,
1768,
1586,
1587,
9122,
1769,
9123,
4178,
7646,
4179,
9124,
1588,
4519,
4180,
9119,
1318,
9125
],
),
"fluorescent": SymbolsMetadata(
popularity: 319,
codepoint: 0xec31,
categories: [1],
tags: [
5343,
3620,
3621,
40,
9126,
3682,
3921,
3683,
83,
9127,
8983,
3624,
4746,
49,
9128,
9129,
9109,
3626,
9130,
9131,
5183,
57,
59,
62,
3687,
71,
8988,
3365,
9132,
9133,
9134
],
),
"flutter": SymbolsMetadata(
popularity: 155,
codepoint: 0xf1dd,
categories: [6],
tags: [
1673,
501,
4668,
1102,
576,
9135,
9136,
1104,
3496,
9137,
9138,
1684,
978,
2482,
262,
2501,
1122,
1123,
509,
31,
65,
4883,
9139
],
),
"flutter_dash": SymbolsMetadata(
popularity: 2004,
codepoint: 0xe00b,
categories: [6],
tags: [
480,
4870,
1673,
2494,
501,
9140,
4668,
6129,
5,
2218,
9141,
2394,
1104,
1165,
9137,
9138,
2497,
1684,
2482,
2499,
262,
2501,
1122,
1123,
509,
275,
9142,
65,
9143
],
),
"flyover": SymbolsMetadata(
popularity: 76,
codepoint: 0xf478,
categories: [14],
tags: [
4943,
500,
9144,
1308,
374,
81,
312,
313,
9145,
1543,
1621,
51,
4355,
9146,
1623,
3296,
323,
1085,
1534,
174,
325,
507,
9147,
386,
326,
1392,
329,
390,
9148,
4744,
496,
31,
1628,
1629,
332,
396,
476
],
),
"fmd_bad": SymbolsMetadata(
popularity: 1533,
codepoint: 0xf00e,
categories: [5],
tags: [
3109,
1513,
1360,
1361,
9149,
1051,
691,
1235,
1365,
5921,
312,
313,
868,
2720,
1366,
8600,
9150,
1532,
1544,
321,
1367,
8150,
5165,
323,
324,
1534,
1166,
174,
325,
616,
326,
1535,
327,
329,
2725,
1226,
31,
1068,
206,
5925,
3992
],
),
"foggy": SymbolsMetadata(
popularity: 563,
codepoint: 0xe818,
categories: [3],
tags: [
480,
1839,
840,
1676,
9151,
5941,
842,
1844,
5265,
9152,
2888,
6898,
4312,
699,
5384,
1470,
9153,
5860,
5280,
9154,
1826,
7338,
3651,
5942,
9155,
3807,
858,
4316,
3630,
206,
859
],
),
"folded_hands": SymbolsMetadata(
popularity: 92,
codepoint: 0xf5ed,
categories: [3],
tags: [
9156,
9157,
9158,
5780,
4189,
2696,
9159,
2698,
2076,
9160,
871,
9161,
9162,
9163,
9164,
9165,
9166,
9167,
9168,
5785,
9169,
5186,
9170,
5188,
9171,
880,
9172,
9173,
4620,
5194
],
),
"folder": SymbolsMetadata(
popularity: 10869,
codepoint: 0xe2c7,
categories: [12],
tags: [
1757,
1674,
4794,
569,
1195,
1197,
519,
1333,
81,
1541,
1580,
1430,
1678,
316,
147,
9174,
1681,
1682,
579,
1080,
2078,
1391,
2927,
92,
4913,
1516,
453,
1539,
1588,
4519,
1690,
955,
1093,
4479,
1518
],
),
"folder_check": SymbolsMetadata(
popularity: 48,
codepoint: 0xf3d7,
categories: [12],
tags: [
2661,
2321,
2685,
1674,
1661,
463,
2669,
4489,
2689,
2323,
81,
1541,
1580,
1430,
1664,
1678,
1106,
147,
2671,
1681,
1682,
1166,
5602,
1666,
2674,
9175,
4464,
362,
1588,
4519,
291,
1690,
9176,
245,
1669,
2682,
1576,
5597,
1672
],
),
"folder_check_2": SymbolsMetadata(
popularity: 35,
codepoint: 0xf3d6,
categories: [12],
tags: [
2685,
9177,
1674,
482,
1661,
9178,
1662,
463,
2669,
4489,
9179,
1333,
2323,
81,
1541,
1580,
1430,
1664,
1678,
1106,
147,
1681,
1682,
1166,
9180,
1666,
2674,
4114,
432,
4464,
9181,
362,
1588,
4519,
291,
1690,
9182,
1669,
1576,
9183,
1672
],
),
"folder_code": SymbolsMetadata(
popularity: 92,
codepoint: 0xf3c8,
categories: [12],
tags: [
861,
501,
1674,
5984,
1102,
9184,
2218,
2187,
81,
6091,
1716,
1313,
1104,
9185,
1541,
9186,
1580,
1430,
2143,
1678,
4885,
2787,
147,
7639,
9174,
1680,
9187,
1681,
1682,
5988,
138,
2927,
586,
1686,
1123,
9188,
1516,
1688,
1588,
4519,
509,
6997,
1690,
31
],
),
"folder_copy": SymbolsMetadata(
popularity: 1560,
codepoint: 0xebbd,
categories: [12],
tags: [
1674,
1675,
6325,
1197,
628,
1725,
8657,
6327,
81,
1541,
1580,
1430,
2143,
1678,
3660,
147,
1680,
1681,
1682,
9189,
68,
8658,
1029,
2457,
4797,
5590,
6329,
1688,
1539,
9190,
9191,
1588,
4519,
1690
],
),
"folder_data": SymbolsMetadata(
popularity: 75,
codepoint: 0xf586,
categories: [12],
tags: [
1674,
9192,
9193,
7671,
1102,
81,
6673,
7074,
6782,
9194,
1541,
1580,
1430,
2143,
9195,
9196,
1678,
147,
2446,
7639,
9197,
1681,
9198,
1682,
68,
3424,
9199,
586,
4114,
1625,
453,
4132,
9200,
1588,
4519,
1690
],
),
"folder_delete": SymbolsMetadata(
popularity: 701,
codepoint: 0xeb34,
categories: [12],
tags: [
1757,
1674,
2796,
569,
3368,
780,
519,
81,
6091,
1210,
1580,
1430,
2143,
1678,
147,
7639,
1681,
9201,
1682,
3372,
1029,
1391,
586,
4114,
9202,
1224,
9203,
1588,
4519,
1690,
1093,
3374,
6232
],
),
"folder_eye": SymbolsMetadata(
popularity: 44,
codepoint: 0xf3d5,
categories: [12],
tags: [
861,
4794,
1661,
81,
1541,
1580,
1430,
1678,
316,
5796,
147,
317,
1681,
1682,
1221,
5813,
2326,
1115,
630,
8398,
1061,
2927,
1034,
1063,
2899,
1737,
1126,
1036,
1127,
1588,
2008,
4519,
1690,
396,
3630,
7348,
2080
],
),
"folder_info": SymbolsMetadata(
popularity: 33,
codepoint: 0xf395,
categories: [12],
tags: [
5587,
861,
1757,
1360,
1177,
865,
193,
519,
9204,
81,
145,
1541,
1580,
1430,
2143,
1678,
9205,
9206,
147,
9174,
1680,
1681,
1682,
871,
5074,
293,
68,
5588,
1029,
148,
150,
3943,
652,
71,
1588,
4519,
1690,
880,
31
],
),
"folder_limited": SymbolsMetadata(
popularity: 102,
codepoint: 0xf4e4,
categories: [12],
tags: [
861,
1758,
4242,
481,
569,
1208,
1209,
1761,
81,
1541,
1580,
1430,
2143,
1678,
1431,
1212,
147,
1680,
1681,
1682,
550,
1952,
9207,
1778,
9208,
3271,
1391,
5949,
2676,
1063,
9209,
4246,
4247,
1224,
1688,
1065,
1066,
1774,
9210,
1036,
1775,
1588,
4519,
1226,
1690
],
),
"folder_managed": SymbolsMetadata(
popularity: 86,
codepoint: 0xf775,
categories: [12],
tags: [
501,
1674,
76,
569,
2797,
1743,
9211,
519,
81,
1467,
145,
44,
1541,
1580,
1430,
2143,
1678,
147,
1680,
1681,
1777,
1080,
293,
68,
1345,
1029,
70,
586,
5633,
2676,
1779,
920,
1516,
1539,
652,
71,
1588,
4519,
1690,
1396,
955,
1093,
1518
],
),
"folder_match": SymbolsMetadata(
popularity: 34,
codepoint: 0xf3d4,
categories: [12],
tags: [
1422,
1661,
3712,
3761,
628,
1725,
81,
1541,
1580,
1430,
2143,
1678,
3660,
147,
199,
317,
3212,
1681,
1682,
8124,
1314,
2326,
7092,
2330,
92,
1126,
4293,
1588,
4519,
8722,
1690,
955,
764,
765,
4460,
4821
],
),
"folder_off": SymbolsMetadata(
popularity: 329,
codepoint: 0xeb83,
categories: [12],
tags: [
2601,
481,
1051,
9212,
81,
9213,
9214,
5921,
9215,
868,
1580,
1430,
9216,
1678,
1055,
147,
9217,
1681,
9218,
9219,
9220,
9221,
9222,
9223,
9224,
1682,
1057,
9225,
6248,
1059,
1061,
523,
9226,
9227,
1065,
1066,
9228,
1588,
1067,
4519,
1690,
9229,
1068
],
),
"folder_open": SymbolsMetadata(
popularity: 9118,
codepoint: 0xe2c8,
categories: [12],
tags: [
861,
1674,
4794,
1197,
519,
1333,
628,
81,
1541,
1580,
1430,
1678,
914,
316,
147,
7639,
1681,
1682,
1080,
68,
2326,
325,
2927,
586,
92,
1516,
2801,
2899,
1539,
1588,
4519,
1690,
1093,
4479,
396
],
),
"folder_shared": SymbolsMetadata(
popularity: 1665,
codepoint: 0xe2c9,
categories: [12],
tags: [
861,
565,
1675,
1676,
571,
519,
628,
81,
44,
1541,
2181,
1580,
1430,
1678,
577,
147,
1681,
579,
581,
1029,
267,
92,
588,
589,
590,
1539,
2300,
1528,
9230,
1588,
4519,
1690,
1396,
764,
9231,
597,
7396,
601
],
),
"folder_special": SymbolsMetadata(
popularity: 1009,
codepoint: 0xe617,
categories: [12],
tags: [
1674,
1694,
81,
1541,
1580,
1430,
2143,
1678,
3498,
9232,
147,
1680,
1681,
1139,
1367,
9233,
5602,
9180,
92,
1539,
4464,
9234,
392,
1588,
4519,
3205,
9235,
857,
9236,
9237,
1690
],
),
"folder_supervised": SymbolsMetadata(
popularity: 51,
codepoint: 0xf774,
categories: [12],
tags: [
565,
1757,
1332,
690,
1333,
345,
81,
1541,
1580,
1430,
1678,
147,
1681,
1080,
581,
5227,
2944,
2078,
4258,
92,
289,
9238,
2676,
1779,
589,
1063,
590,
3187,
1065,
1036,
1588,
1339,
4519,
1690,
955,
5745
],
),
"folder_zip": SymbolsMetadata(
popularity: 1003,
codepoint: 0xeb2c,
categories: [12],
tags: [
1674,
9239,
6038,
9240,
519,
81,
6093,
44,
1541,
1580,
1430,
2445,
3283,
1678,
2537,
147,
9241,
2446,
7639,
9242,
1681,
9243,
9244,
9198,
9245,
1682,
2927,
92,
1587,
1588,
4519,
1690,
9246,
9247,
9248,
9249
],
),
"follow_the_signs": SymbolsMetadata(
popularity: 1087,
codepoint: 0xf222,
categories: [3],
tags: [
77,
690,
9250,
312,
313,
2273,
2982,
903,
3170,
2821,
1621,
581,
5802,
9251,
2197,
87,
323,
1624,
905,
1625,
588,
589,
328,
1167,
906,
1626,
9252,
1538,
273,
9253,
9254,
593,
1627,
3163,
9255,
332,
473,
9256,
1702
],
rtlAutoMirrored: true,
),
"font_download": SymbolsMetadata(
popularity: 718,
codepoint: 0xe167,
categories: [12],
tags: [
3418,
7545,
748,
4,
77,
504,
5,
9257,
1430,
2578,
520,
147,
12,
5946,
138,
1698,
15,
16,
7547,
1167,
2801,
433,
31,
33,
35,
6750,
338,
141,
1485
],
),
"font_download_off": SymbolsMetadata(
popularity: 143,
codepoint: 0xe4f9,
categories: [12],
tags: [
2601,
4,
1051,
9258,
5,
5921,
868,
9259,
520,
9260,
9261,
9262,
1055,
12,
9263,
9264,
9265,
1213,
4483,
9266,
15,
9267,
16,
9268,
9269,
6248,
1059,
1061,
1065,
1067,
433,
9270,
31,
33,
9271,
35,
338,
9272,
1068
],
),
"food_bank": SymbolsMetadata(
popularity: 891,
codepoint: 0xf1f2,
categories: [16],
tags: [
861,
864,
1496,
865,
926,
929,
308,
9158,
574,
2182,
4268,
3701,
2556,
2356,
9273,
2992,
2697,
871,
1499,
7267,
945,
4830,
3703,
9274,
586,
327,
9275,
2559,
1502,
1503,
4033,
652,
1504,
593,
1690,
955,
3655,
880,
4836,
8473,
9276
],
),
"foot_bones": SymbolsMetadata(
popularity: 180,
codepoint: 0xf893,
categories: [3],
tags: [
3546,
4165,
690,
4119,
8606,
375,
378,
3784,
488,
137,
697,
581,
9277,
1941,
894,
289,
4179,
8613,
8614,
8615,
955,
4390,
31,
8620
],
),
"footprint": SymbolsMetadata(
popularity: 259,
codepoint: 0xf87d,
categories: [3],
tags: [
4870,
9278,
9279,
313,
8467,
316,
694,
3784,
3785,
3786,
9280,
3787,
3788,
1823,
3648,
9281,
2672,
51,
1623,
468,
1826,
4040,
1625,
9282,
759,
7427,
7428,
898,
3794,
2932,
3797,
2148,
4808,
332,
9283,
3798,
9284
],
),
"for_you": SymbolsMetadata(
popularity: 119,
codepoint: 0xe9ac,
categories: [7],
tags: [
565,
8586,
482,
9285,
3086,
9286,
1236,
314,
6636,
577,
7855,
5448,
8589,
2697,
6390,
581,
9287,
9288,
2577,
588,
9289,
589,
920,
6748,
5009,
590,
1184,
9290,
9291,
9292,
3505,
3205,
8300,
9293,
5497,
9294,
601,
8596,
9032,
2762
],
),
"forest": SymbolsMetadata(
popularity: 3159,
codepoint: 0xea99,
categories: [3],
tags: [
480,
3639,
312,
314,
315,
6223,
1844,
5156,
7981,
5157,
2357,
234,
9295,
1595,
3958,
323,
324,
174,
2363,
1826,
325,
3651,
3297,
326,
1827,
9296,
9297,
8705,
332,
5486,
5161,
9298,
9299
],
),
"fork_left": SymbolsMetadata(
popularity: 345,
codepoint: 0xeba0,
categories: [14],
tags: [
2390,
77,
502,
9300,
9301,
684,
2990,
9302,
313,
2273,
2397,
2991,
2264,
2992,
9303,
9251,
2197,
3160,
324,
1534,
325,
70,
1625,
9304,
1626,
9252,
1538,
9305,
898,
9306,
1628,
332,
473,
9307
],
),
"fork_right": SymbolsMetadata(
popularity: 643,
codepoint: 0xebac,
categories: [14],
tags: [
77,
901,
502,
9308,
9309,
313,
9310,
2397,
9311,
9312,
9313,
2992,
9314,
9315,
9316,
1534,
9317,
9318,
9319,
325,
1625,
9320,
906,
9321,
7725,
7280,
2929,
1538,
9322,
9323,
898,
9324,
1628,
332,
9325,
7281
],
),
"fork_spoon": SymbolsMetadata(
popularity: 81,
codepoint: 0xf3e4,
categories: [8],
tags: [
3693,
3694,
3695,
7264,
3696,
4205,
4825,
4683,
3700,
4110,
4684,
3701,
4829,
9326,
2356,
5704,
2992,
4212,
4830,
6254,
4111,
3703,
506,
1537,
8549,
6480,
4834,
4835,
9327,
6335,
4836
],
),
"forklift": SymbolsMetadata(
popularity: 59,
codepoint: 0xf868,
categories: [9],
tags: [
3410,
6932,
3645,
1497,
2037,
46,
6447,
9328,
4350,
9329,
2479,
9330,
4878,
5312,
3771,
3031,
87,
3403,
1730,
4879,
6450,
5757,
7939,
885,
4352,
2491,
433,
1690,
5558,
900,
2436,
1835,
1836,
8473
],
),
"format_align_center": SymbolsMetadata(
popularity: 1000,
codepoint: 0xe234,
categories: [12],
tags: [
2149,
2204,
9331,
2150,
308,
2151,
9332,
9333,
1580,
1430,
2153,
1252,
680,
2155,
9334,
370,
2156,
699,
2184,
1935,
2159,
2174,
1588,
1460,
9335,
33,
6681,
35,
2180,
1485
],
),
"format_align_justify": SymbolsMetadata(
popularity: 757,
codepoint: 0xe235,
categories: [12],
tags: [
1739,
2149,
2150,
76,
9336,
628,
6948,
1580,
1430,
9337,
1252,
680,
2155,
1939,
370,
2213,
2226,
9338,
2184,
385,
2209,
9339,
1470,
2159,
2277,
9340,
1588,
1956,
1460,
33,
2163,
2176,
2165,
97,
35,
3659,
9341,
1485,
7830
],
),
"format_align_left": SymbolsMetadata(
popularity: 1436,
codepoint: 0xe236,
categories: [12],
tags: [
2149,
9342,
2205,
2150,
1580,
2207,
2245,
1252,
680,
2155,
370,
2171,
2156,
2233,
2197,
2209,
3225,
1470,
2158,
2173,
2174,
1588,
1460,
33,
2163,
2238,
2176,
2177,
97,
35,
9343,
2180,
1485,
9344
],
rtlAutoMirrored: true,
),
"format_align_right": SymbolsMetadata(
popularity: 927,
codepoint: 0xe237,
categories: [12],
tags: [
9345,
2149,
2167,
2150,
1580,
2245,
1252,
680,
2155,
370,
9346,
9347,
1470,
9348,
2159,
9349,
906,
9340,
9350,
7449,
1588,
1460,
33,
2163,
2176,
6681,
9351,
2178,
35,
338,
2203,
1485
],
rtlAutoMirrored: true,
),
"format_bold": SymbolsMetadata(
popularity: 2457,
codepoint: 0xe238,
categories: [12],
tags: [
9352,
4,
8793,
9353,
5,
628,
1580,
1430,
1252,
680,
2155,
12,
370,
2479,
1111,
1344,
15,
16,
2159,
9354,
1588,
1460,
2162,
4672,
31,
4532,
33,
6951,
35,
338,
3731,
9341,
1485
],
),
"format_clear": SymbolsMetadata(
popularity: 336,
codepoint: 0xe239,
categories: [12],
tags: [
9355,
4,
3076,
5,
810,
780,
1210,
868,
1580,
1430,
9356,
2245,
9357,
1252,
680,
2155,
9358,
1055,
3371,
12,
370,
2156,
16,
87,
1059,
1061,
9359,
2159,
1224,
5856,
1588,
1067,
1460,
2162,
9360,
9361,
31,
33,
9362,
2177,
2216,
35,
338,
1485
],
),
"format_color_fill": SymbolsMetadata(
popularity: 1642,
codepoint: 0xe23a,
categories: [12],
tags: [
1740,
2665,
1131,
1592,
3515,
9363,
5843,
1743,
4562,
485,
1580,
378,
2904,
1252,
680,
2155,
2219,
9364,
12,
370,
490,
4175,
1641,
3081,
9365,
3084,
9366,
362,
392,
1588,
9367,
1460,
2162,
33,
511,
35,
1485
],
),
"format_color_reset": SymbolsMetadata(
popularity: 590,
codepoint: 0xe23b,
categories: [12],
tags: [
8585,
9368,
1592,
9369,
193,
780,
9370,
4562,
6070,
9371,
9372,
868,
1580,
1430,
378,
2904,
4269,
6076,
1252,
680,
2155,
1055,
7642,
2219,
370,
2255,
9373,
4175,
1059,
1061,
9374,
3081,
3602,
7645,
9375,
5856,
9376,
7646,
9377,
1588,
1067,
1460,
2162,
33,
35,
3829,
1485
],
),
"format_color_text": SymbolsMetadata(
popularity: 1142,
codepoint: 0xe23c,
categories: [12],
tags: [
9378,
9379,
3076,
9380,
4562,
1580,
1430,
2245,
1252,
680,
2155,
2219,
12,
9381,
370,
2156,
15,
9382,
3081,
3084,
9354,
9377,
1588,
1460,
2162,
9383,
33,
9384,
2165,
35,
338,
2180,
1485
],
),
"format_h1": SymbolsMetadata(
popularity: 128,
codepoint: 0xf85d,
categories: [12],
tags: [
2442,
9385,
9386,
628,
9387,
1580,
1430,
2153,
1252,
680,
2155,
2219,
12,
370,
2171,
9388,
9389,
9390,
9391,
2159,
9392,
4585,
2162,
33,
2164,
2165,
740,
35,
338,
2180,
1590,
1485
],
),
"format_h2": SymbolsMetadata(
popularity: 72,
codepoint: 0xf85e,
categories: [12],
tags: [
9393,
628,
1580,
1430,
9337,
1252,
680,
2155,
2219,
9381,
370,
2156,
9394,
9395,
9389,
9390,
916,
9391,
385,
1470,
2159,
1151,
9396,
955,
2162,
33,
6681,
2165,
740,
1331,
35,
338,
1485
],
),
"format_h3": SymbolsMetadata(
popularity: 40,
codepoint: 0xf85f,
categories: [12],
tags: [
2442,
9353,
628,
1580,
1430,
2245,
1252,
680,
2155,
2219,
12,
370,
2156,
9397,
9389,
9398,
9390,
9399,
22,
9400,
2159,
9354,
2162,
4672,
33,
2177,
740,
35,
338,
1485
],
),
"format_h4": SymbolsMetadata(
popularity: 35,
codepoint: 0xf860,
categories: [12],
tags: [
4,
481,
628,
1580,
1430,
1252,
680,
2155,
2219,
12,
370,
2156,
9401,
9389,
9390,
9402,
15,
9403,
2159,
9354,
1151,
298,
2162,
5931,
33,
740,
35,
6750,
338,
9341,
1485
],
),
"format_h5": SymbolsMetadata(
popularity: 37,
codepoint: 0xf861,
categories: [12],
tags: [
2442,
3067,
628,
485,
44,
1580,
1430,
1252,
680,
2155,
2219,
12,
370,
2156,
9404,
9389,
9390,
4697,
1080,
385,
9405,
2159,
4585,
1151,
955,
2162,
2199,
33,
740,
35,
338,
333,
1485
],
),
"format_h6": SymbolsMetadata(
popularity: 37,
codepoint: 0xf862,
categories: [12],
tags: [
687,
4,
1580,
1430,
1252,
680,
2155,
2219,
12,
370,
9406,
9407,
9389,
9390,
699,
15,
9399,
792,
21,
6531,
2159,
3933,
298,
1956,
9408,
2162,
33,
740,
35,
338,
1464,
1485
],
),
"format_image_left": SymbolsMetadata(
popularity: 78,
codepoint: 0xf863,
categories: [12],
tags: [
2149,
2150,
1466,
2442,
3067,
1438,
2244,
628,
1580,
1430,
1252,
680,
2155,
9409,
2219,
370,
9410,
348,
137,
382,
49,
385,
2197,
406,
1586,
2159,
57,
62,
4585,
1151,
955,
2162,
9411,
33,
35,
476,
1186,
1485
],
),
"format_image_right": SymbolsMetadata(
popularity: 51,
codepoint: 0xf864,
categories: [12],
tags: [
2149,
2150,
76,
2442,
481,
1438,
2244,
628,
485,
1580,
1430,
1252,
680,
2155,
9409,
2219,
370,
348,
699,
49,
1327,
385,
2197,
1470,
406,
1586,
2159,
57,
62,
329,
1352,
906,
2947,
955,
2162,
33,
35,
333,
1485
],
),
"format_indent_decrease": SymbolsMetadata(
popularity: 350,
codepoint: 0xe23d,
categories: [12],
tags: [
2149,
2150,
9412,
2884,
9413,
9414,
1580,
9415,
2245,
2224,
1252,
680,
6602,
2155,
370,
2171,
2213,
2214,
9416,
4583,
4573,
9417,
1470,
2159,
2160,
1588,
1460,
2162,
33,
2163,
2238,
9418,
2176,
6681,
2177,
2178,
2250,
35,
338,
2203,
1485,
9419,
9420
],
rtlAutoMirrored: true,
),
"format_indent_increase": SymbolsMetadata(
popularity: 552,
codepoint: 0xe23e,
categories: [12],
tags: [
2149,
2150,
9421,
5121,
1580,
2224,
2154,
1252,
680,
2155,
370,
9422,
235,
9423,
2214,
9424,
4583,
385,
2158,
7446,
9425,
2159,
9426,
9427,
9392,
1588,
709,
1460,
33,
9428,
2163,
2238,
9418,
9429,
2164,
2177,
9430,
9431,
35,
1098,
2180,
1485
],
rtlAutoMirrored: true,
),
"format_ink_highlighter": SymbolsMetadata(
popularity: 93,
codepoint: 0xf82b,
categories: [12],
tags: [
7816,
1592,
3075,
4562,
2279,
1162,
9432,
1580,
1430,
378,
4839,
1252,
680,
2155,
3097,
8131,
2219,
2156,
9433,
9434,
2673,
87,
1166,
9435,
1391,
3081,
4516,
2743,
1588,
1460,
1170,
2162,
9436,
33,
9437,
511,
35,
1485,
7830
],
),
"format_italic": SymbolsMetadata(
popularity: 1649,
codepoint: 0xe23f,
categories: [12],
tags: [
1174,
9379,
1739,
4,
500,
1923,
8793,
9353,
6491,
5,
1580,
1430,
1252,
680,
2155,
9438,
12,
370,
2156,
9439,
9440,
15,
16,
1588,
7198,
9441,
1460,
8718,
2162,
31,
33,
35,
6750,
338,
4552,
6628,
1485
],
),
"format_letter_spacing": SymbolsMetadata(
popularity: 48,
codepoint: 0xf773,
categories: [12],
tags: [
1174,
1739,
2149,
4,
502,
8793,
6491,
403,
628,
2181,
1430,
1252,
914,
370,
2156,
699,
385,
2197,
9442,
16,
1470,
2159,
2890,
906,
823,
709,
2265,
33,
9443,
35,
338,
476,
397,
6628,
1485
],
),
"format_letter_spacing_2": SymbolsMetadata(
popularity: 24,
codepoint: 0xf618,
categories: [12],
tags: [
2212,
2149,
4,
1466,
502,
5,
403,
485,
2181,
1430,
1252,
914,
9444,
12,
2156,
9445,
699,
9446,
385,
2197,
9442,
16,
1470,
2945,
4585,
906,
823,
709,
2265,
33,
35,
338,
9447,
2203,
1485
],
),
"format_letter_spacing_standard": SymbolsMetadata(
popularity: 39,
codepoint: 0xf617,
categories: [12],
tags: [
1739,
2149,
2150,
4,
5,
403,
1325,
485,
2181,
1430,
1252,
2155,
914,
12,
370,
699,
385,
15,
16,
1470,
226,
9448,
823,
709,
2265,
33,
35,
338,
397,
6628,
1485
],
),
"format_letter_spacing_wide": SymbolsMetadata(
popularity: 19,
codepoint: 0xf616,
categories: [12],
tags: [
1739,
2149,
4,
5,
403,
345,
2181,
1430,
1252,
914,
12,
370,
137,
699,
16,
87,
355,
9448,
2159,
151,
823,
709,
2265,
1944,
4532,
33,
35,
338,
476,
2540,
9341,
1485
],
),
"format_letter_spacing_wider": SymbolsMetadata(
popularity: 22,
codepoint: 0xf615,
categories: [12],
tags: [
1739,
2149,
4,
502,
5,
2394,
2181,
1430,
2155,
914,
12,
370,
699,
5612,
15,
16,
87,
1470,
2945,
9448,
2159,
1700,
391,
823,
709,
2265,
33,
9449,
97,
35,
338,
2540,
397,
9341,
1485
],
),
"format_line_spacing": SymbolsMetadata(
popularity: 393,
codepoint: 0xe240,
categories: [12],
tags: [
9450,
2149,
2150,
502,
9451,
1580,
1430,
2153,
2578,
1252,
680,
2155,
370,
2156,
9446,
385,
87,
6956,
1470,
6958,
1588,
709,
1460,
33,
2238,
9443,
35,
338,
9452,
98,
9453,
2180,
1485
],
),
"format_list_bulleted": SymbolsMetadata(
popularity: 7479,
codepoint: 0xe241,
categories: [12],
tags: [
2149,
2150,
1466,
2272,
9454,
9455,
628,
8,
1580,
1430,
1252,
680,
2155,
6523,
370,
2156,
9456,
86,
385,
88,
1585,
91,
92,
289,
851,
9354,
363,
94,
1588,
1460,
955,
33,
35,
9457,
2180,
1485
],
rtlAutoMirrored: true,
),
"format_list_bulleted_add": SymbolsMetadata(
popularity: 91,
codepoint: 0xf849,
categories: [12],
tags: [
231,
745,
2149,
2150,
1321,
1466,
2272,
2230,
9454,
3092,
628,
1325,
1580,
1430,
1252,
680,
2155,
4802,
914,
370,
9458,
235,
1327,
86,
87,
1470,
88,
887,
1480,
1585,
5664,
91,
92,
239,
3106,
1588,
1460,
31,
33,
2177,
35,
1485,
9420
],
rtlAutoMirrored: true,
),
"format_list_numbered": SymbolsMetadata(
popularity: 3060,
codepoint: 0xe242,
categories: [12],
tags: [
2149,
2150,
1466,
2230,
7,
1580,
1430,
1252,
680,
2155,
6523,
370,
9459,
2156,
2214,
86,
385,
1470,
88,
1585,
9460,
5664,
176,
9461,
22,
91,
9462,
8220,
8200,
289,
2159,
851,
94,
9463,
1588,
1460,
955,
31,
33,
35,
1485
],
),
"format_list_numbered_rtl": SymbolsMetadata(
popularity: 729,
codepoint: 0xe267,
categories: [12],
tags: [
2149,
2150,
9464,
9465,
628,
7,
45,
1580,
1430,
1252,
680,
2155,
488,
370,
2156,
9466,
5226,
1470,
88,
9467,
1585,
21,
9460,
5664,
176,
22,
91,
586,
6400,
5666,
94,
1588,
1460,
955,
31,
33,
2164,
97,
35,
1485
],
),
"format_overline": SymbolsMetadata(
popularity: 142,
codepoint: 0xeb65,
categories: [12],
tags: [
4,
504,
5,
9468,
345,
1580,
1430,
1252,
680,
2155,
12,
370,
2156,
2255,
916,
16,
87,
1470,
506,
355,
9469,
1588,
1460,
8718,
2162,
31,
33,
97,
35,
338,
141,
9470,
4552,
1348,
2180,
1485
],
),
"format_paint": SymbolsMetadata(
popularity: 1540,
codepoint: 0xe243,
categories: [12],
tags: [
1739,
2212,
1592,
2135,
3076,
5843,
4562,
9471,
2279,
6085,
4986,
1161,
485,
1580,
378,
1252,
680,
2155,
2219,
9364,
370,
2156,
6086,
3081,
9365,
3083,
3084,
9472,
4042,
1588,
1460,
2162,
33,
9473,
1781,
35,
1485
],
),
"format_paragraph": SymbolsMetadata(
popularity: 66,
codepoint: 0xf865,
categories: [12],
tags: [
2149,
2168,
2150,
308,
1580,
1430,
2224,
1252,
7828,
680,
2155,
2219,
370,
2226,
916,
2214,
2184,
385,
2197,
1470,
2159,
9426,
906,
709,
6861,
2162,
33,
2176,
35,
338,
2180,
1485
],
),
"format_quote": SymbolsMetadata(
popularity: 4579,
codepoint: 0xe244,
categories: [12],
tags: [
9421,
2729,
9474,
9475,
572,
628,
2731,
1580,
1430,
2733,
1252,
680,
2155,
9476,
370,
9477,
9478,
2159,
3942,
2735,
9479,
9480,
2736,
9481,
179,
1588,
594,
1460,
33,
2177,
35,
338,
1485
],
),
"format_quote_off": SymbolsMetadata(
popularity: 4,
codepoint: 0xf413,
categories: [12],
tags: [
748,
9482,
568,
570,
9483,
572,
283,
345,
1475,
1476,
2731,
1300,
868,
1580,
1430,
1252,
680,
2155,
1055,
370,
137,
138,
583,
1059,
1060,
1061,
2159,
3942,
2735,
9484,
9480,
1224,
1588,
1067,
594,
1460,
31,
33,
35,
338,
907,
1485
],
),
"format_shapes": SymbolsMetadata(
popularity: 712,
codepoint: 0xe25e,
categories: [12],
tags: [
2149,
4,
76,
5,
193,
4562,
1236,
485,
1580,
1252,
680,
2155,
1164,
2219,
12,
488,
370,
9485,
904,
381,
137,
1327,
385,
16,
1641,
92,
3081,
3354,
852,
71,
392,
5483,
1588,
1460,
433,
955,
2162,
31,
33,
1781,
1691,
35,
141,
1348,
1409,
476,
1485
],
),
"format_size": SymbolsMetadata(
popularity: 1369,
codepoint: 0xe245,
categories: [12],
tags: [
9486,
4,
9487,
9488,
5,
9489,
4562,
628,
1580,
1430,
9337,
9490,
1252,
680,
2155,
2340,
2219,
12,
9491,
370,
2213,
9492,
16,
3081,
2159,
2222,
391,
1588,
2922,
298,
8136,
1460,
2162,
31,
33,
2177,
9493,
9494,
9431,
35,
338,
9495,
2180,
1485,
2337
],
),
"format_strikethrough": SymbolsMetadata(
popularity: 401,
codepoint: 0xe246,
categories: [12],
tags: [
4,
1208,
5,
6838,
9496,
1299,
1210,
1580,
1430,
1252,
7828,
680,
2155,
12,
370,
2171,
9497,
1634,
16,
87,
9498,
788,
1224,
1588,
1460,
8718,
9499,
2162,
31,
33,
4551,
9500,
35,
338,
9501,
2180,
1485
],
),
"format_text_clip": SymbolsMetadata(
popularity: 7,
codepoint: 0xf82a,
categories: [12],
tags: [
2472,
1523,
628,
81,
1580,
1430,
1252,
680,
2155,
147,
488,
370,
2156,
137,
138,
68,
1327,
1391,
289,
3239,
2159,
9354,
392,
1588,
1460,
2162,
31,
33,
2177,
9502,
9503,
35,
2203,
1485
],
),
"format_text_overflow": SymbolsMetadata(
popularity: 37,
codepoint: 0xf829,
categories: [12],
tags: [
1739,
2150,
481,
482,
912,
628,
8,
1580,
1430,
1105,
1252,
680,
2155,
914,
370,
385,
1470,
237,
70,
9504,
8814,
1586,
2159,
2222,
1588,
1460,
33,
9502,
35,
396,
2180,
4199,
1485
],
),
"format_text_wrap": SymbolsMetadata(
popularity: 9,
codepoint: 0xf828,
categories: [12],
tags: [
9345,
2149,
2150,
9505,
9506,
9507,
1580,
1430,
1252,
680,
2155,
1077,
370,
2156,
4574,
1470,
2159,
9508,
9509,
1588,
1460,
33,
9510,
9029,
2177,
2178,
9030,
9502,
35,
338,
9511,
4199,
9512,
1485,
9513,
9514
],
),
"format_textdirection_l_to_r": SymbolsMetadata(
popularity: 146,
codepoint: 0xe247,
categories: [12],
tags: [
2149,
2150,
9515,
313,
1580,
1430,
2153,
1252,
680,
2155,
370,
9516,
5226,
385,
9517,
9518,
2159,
9519,
6400,
5666,
1588,
1460,
33,
2163,
9418,
2176,
2177,
2178,
2179,
9502,
35,
338,
2180,
1485,
9520
],
),
"format_textdirection_r_to_l": SymbolsMetadata(
popularity: 135,
codepoint: 0xe248,
categories: [12],
tags: [
2149,
2150,
9521,
2967,
9515,
628,
313,
1580,
1430,
1252,
680,
2155,
1077,
370,
2156,
699,
9522,
2184,
5226,
385,
9517,
9523,
9518,
2159,
2890,
6400,
5666,
3325,
1588,
1460,
33,
2163,
9502,
35,
338,
2180,
1485,
9524
],
),
"format_textdirection_vertical": SymbolsMetadata(
popularity: 2,
codepoint: 0xf4b8,
categories: [12],
tags: [
2149,
2150,
1466,
502,
2273,
1580,
1430,
2224,
1252,
680,
2155,
370,
2156,
385,
1470,
9518,
91,
92,
2159,
2864,
1588,
95,
1460,
33,
9525,
2164,
2178,
9502,
97,
35,
338,
9526,
1464,
2180,
1485,
7830
],
),
"format_underlined": SymbolsMetadata(
popularity: 1272,
codepoint: 0xe249,
categories: [12],
tags: [
4,
5,
1161,
1580,
1430,
1252,
680,
2155,
3196,
12,
370,
1634,
9527,
16,
87,
1588,
1460,
2162,
2199,
31,
33,
2164,
2177,
35,
9528,
9470,
4552,
9529,
7548,
2203,
1485,
7830
],
),
"format_underlined_squiggle": SymbolsMetadata(
popularity: 74,
codepoint: 0xf885,
categories: [12],
tags: [
4,
5,
1580,
1430,
2153,
2224,
9357,
1252,
680,
2155,
9358,
12,
370,
2156,
9530,
16,
87,
9354,
1588,
1460,
7621,
2162,
31,
33,
4551,
2164,
2176,
9531,
9532,
6681,
2179,
9431,
35,
338,
9470,
4552,
9533,
9534,
9529,
9535,
9536,
9537,
9538,
2180,
2203,
1485,
9420
],
),
"forms_add_on": SymbolsMetadata(
popularity: 709,
codepoint: 0xf0c7,
categories: [12],
tags: [
745,
5004,
193,
685,
1325,
1235,
9539,
1430,
1105,
1431,
5006,
1820,
488,
9540,
699,
1111,
1327,
88,
887,
5007,
239,
3749,
1668,
3750,
453,
1035,
1459,
71,
1619,
1781,
3375,
1154
],
),
"forms_apps_script": SymbolsMetadata(
popularity: 175,
codepoint: 0xf0c8,
categories: [12],
tags: [
5569,
5005,
77,
2125,
9455,
193,
1102,
1197,
81,
1104,
313,
1105,
1431,
1696,
5006,
488,
9540,
1111,
2566,
1470,
88,
468,
5007,
1090,
1668,
3750,
1459,
3325,
1619,
1517,
1671,
1154
],
),
"fort": SymbolsMetadata(
popularity: 341,
codepoint: 0xeaad,
categories: [5],
tags: [
5457,
1496,
9541,
929,
5459,
3953,
1498,
5462,
5463,
137,
5464,
1499,
138,
5465,
3296,
5466,
5467,
9542,
2790,
289,
5468,
1500,
1574,
1501,
6638,
1036,
392,
5470,
955,
31,
2561,
4934
],
),
"forum": SymbolsMetadata(
popularity: 13193,
codepoint: 0xe0bf,
categories: [7],
tags: [
9543,
568,
570,
572,
6150,
573,
283,
5579,
574,
1475,
9544,
2731,
2732,
811,
1479,
5571,
871,
3153,
583,
4929,
289,
9545,
9546,
5651,
432,
1295,
594,
9547,
1484,
880,
6175,
1296,
4848,
9548,
4851,
4852
],
),
"forward": SymbolsMetadata(
popularity: 3658,
codepoint: 0xe154,
categories: [2],
tags: [
77,
283,
2024,
903,
9549,
9550,
9551,
2293,
583,
408,
9552,
9553,
906,
1700,
2300,
9554,
9555,
7504,
1528,
9556,
9557,
9558,
9559,
9560,
9561,
9562,
1128,
9563,
243,
9564
],
rtlAutoMirrored: true,
),
"forward_10": SymbolsMetadata(
popularity: 1087,
codepoint: 0xe056,
categories: [0],
tags: [
38,
9565,
2926,
77,
1268,
3376,
9566,
345,
1745,
7,
2091,
1165,
7739,
903,
9567,
6654,
406,
352,
9568,
1707,
22,
2509,
408,
409,
9569,
9570,
9571,
361,
2335,
8022,
9572,
9573,
31,
9574,
1171,
9575,
2465,
7818,
37,
366
],
),
"forward_30": SymbolsMetadata(
popularity: 377,
codepoint: 0xe057,
categories: [0],
tags: [
340,
9576,
2926,
1659,
77,
1268,
345,
1745,
2936,
7,
1165,
7739,
903,
138,
2870,
6654,
406,
352,
439,
1707,
21,
22,
69,
408,
409,
759,
9577,
361,
8022,
31,
9578,
1171,
7748,
37
],
),
"forward_5": SymbolsMetadata(
popularity: 366,
codepoint: 0xe058,
categories: [0],
tags: [
38,
676,
9579,
2926,
77,
1268,
2443,
345,
1745,
7,
313,
2091,
1165,
7739,
9580,
903,
3463,
6654,
352,
1707,
325,
905,
22,
408,
409,
2833,
759,
2852,
1700,
361,
8022,
411,
31,
1171,
9581,
9582,
2465,
1691,
37
],
),
"forward_circle": SymbolsMetadata(
popularity: 37,
codepoint: 0xf6f5,
categories: [0],
tags: [
2926,
9583,
77,
504,
193,
462,
902,
345,
1745,
7,
313,
1165,
7739,
903,
51,
352,
686,
1750,
1707,
325,
905,
22,
2509,
3379,
408,
1167,
1121,
759,
2519,
9570,
906,
330,
361,
8022,
9584,
9585,
31,
37
],
),
"forward_media": SymbolsMetadata(
popularity: 65,
codepoint: 0xf6f4,
categories: [0],
tags: [
77,
1268,
504,
345,
1745,
7,
1165,
7739,
903,
407,
686,
439,
1707,
325,
905,
9586,
22,
1223,
2509,
408,
409,
2852,
1700,
9587,
361,
7746,
1293,
31,
1691,
907,
37
],
),
"forward_to_inbox": SymbolsMetadata(
popularity: 3292,
codepoint: 0xf187,
categories: [7],
tags: [
77,
9588,
502,
283,
6176,
2285,
2037,
312,
313,
2397,
1430,
2288,
3234,
2290,
9589,
903,
2291,
2413,
15,
9590,
16,
2293,
9591,
583,
9592,
9593,
1750,
325,
5036,
1587,
906,
2300,
9594,
2418,
1713,
526,
900
],
rtlAutoMirrored: true,
),
"foundation": SymbolsMetadata(
popularity: 1231,
codepoint: 0xf200,
categories: [8],
tags: [
9595,
1496,
2473,
9596,
9597,
2194,
929,
4721,
1438,
1497,
9598,
9599,
1104,
4696,
9600,
2556,
2477,
9601,
1823,
1140,
1499,
9602,
759,
1500,
2559,
1501,
1503,
1773,
2491,
9603,
2130,
955,
880
],
),
"fragrance": SymbolsMetadata(
popularity: 11,
codepoint: 0xf345,
categories: [8],
tags: [
1860,
9604,
6644,
9605,
1759,
9606,
1333,
7013,
9607,
9608,
2516,
1846,
9609,
3529,
1376,
4175,
5280,
492,
1868,
9610,
9611,
3834,
1653,
1850,
1395,
1851,
1870
],
),
"frame_inspect": SymbolsMetadata(
popularity: 318,
codepoint: 0xf772,
categories: [12],
tags: [
6189,
1131,
1132,
9612,
482,
2817,
43,
1542,
606,
5812,
83,
317,
1749,
348,
437,
5813,
2325,
53,
2326,
1115,
1116,
2329,
642,
289,
1149,
1126,
1127,
363,
433,
1227,
511,
396,
2337
],
),
"frame_person": SymbolsMetadata(
popularity: 870,
codepoint: 0xf8a6,
categories: [0],
tags: [
565,
9613,
972,
9614,
6104,
566,
9615,
9616,
690,
1132,
9617,
9612,
308,
975,
9618,
9619,
348,
581,
4501,
588,
589,
983,
820,
590,
1048,
9620,
3459,
392,
888,
433,
2148,
1095,
3460,
601,
990,
9621
],
),
"frame_person_mic": SymbolsMetadata(
popularity: 49,
codepoint: 0xf4d5,
categories: [0],
tags: [
1268,
690,
1132,
9612,
42,
308,
283,
1273,
348,
977,
1278,
1279,
581,
1111,
9622,
9623,
1113,
1284,
1285,
9624,
1286,
289,
588,
589,
9625,
9626,
590,
453,
1290,
440,
432,
986,
1293,
4846,
1294,
9627,
433,
1296,
2148,
1095,
601,
9628,
1298
],
),
"frame_person_off": SymbolsMetadata(
popularity: 24,
codepoint: 0xf7d1,
categories: [0],
tags: [
2601,
566,
1051,
690,
1132,
9612,
308,
193,
1300,
868,
7838,
1055,
4245,
1213,
348,
9629,
1221,
581,
49,
813,
6809,
1059,
1060,
1061,
588,
589,
1062,
7628,
1063,
590,
1224,
1065,
1067,
2148,
1095,
1068,
601,
1069
],
),
"frame_reload": SymbolsMetadata(
popularity: 29,
codepoint: 0xf771,
categories: [12],
tags: [
460,
77,
9630,
1132,
9612,
193,
462,
6618,
5291,
3438,
753,
9631,
437,
3439,
3043,
756,
757,
759,
760,
9632,
9633,
9634,
761,
9635,
9636,
9637,
2451,
3434,
9638,
470,
330,
9639,
763,
764,
765,
473,
2453
],
),
"frame_source": SymbolsMetadata(
popularity: 98,
codepoint: 0xf770,
categories: [12],
tags: [
1132,
9612,
1133,
1102,
2218,
1333,
628,
1325,
9640,
1104,
8,
1164,
9641,
348,
437,
6598,
137,
49,
1111,
406,
9642,
289,
1733,
57,
1346,
62,
820,
432,
4033,
737,
433,
6777,
396,
476
],
),
"free_cancellation": SymbolsMetadata(
popularity: 1339,
codepoint: 0xe748,
categories: [6],
tags: [
5162,
1658,
9643,
481,
2073,
1208,
7050,
1661,
780,
1209,
463,
1235,
1160,
2126,
1210,
5921,
4645,
1664,
2720,
10,
1212,
1213,
6610,
5165,
1166,
5000,
4272,
3271,
1666,
9644,
2618,
9645,
5040,
1224,
2368,
5166,
1168,
362,
1226,
1669,
1068,
2841,
2336,
1576,
834,
5925,
3992,
3993,
1672
],
),
"front_hand": SymbolsMetadata(
popularity: 2784,
codepoint: 0xe769,
categories: [3],
tags: [
862,
1360,
3546,
3550,
283,
345,
1788,
2695,
667,
5097,
2696,
7995,
2698,
9646,
3552,
581,
1612,
3555,
3557,
9647,
3558,
328,
1167,
1289,
363,
1226,
31,
1793,
206,
1855
],
),
"front_loader": SymbolsMetadata(
popularity: 43,
codepoint: 0xf869,
categories: [9],
tags: [
9648,
929,
3645,
1497,
9649,
9650,
9651,
9652,
9653,
2787,
9654,
9655,
6447,
1818,
9656,
9330,
9657,
4878,
9658,
9659,
9660,
3043,
5892,
4879,
9661,
6450,
9662,
5558,
1834,
1629,
1835,
9663,
1836,
9664,
9665
],
),
"full_coverage": SymbolsMetadata(
popularity: 193,
codepoint: 0xeb12,
categories: [12],
tags: [
480,
1131,
2442,
1132,
1133,
2968,
482,
4700,
285,
9666,
9667,
2820,
348,
2276,
381,
137,
68,
3069,
2458,
3070,
289,
1587,
1146,
9668,
432,
392,
433,
9669,
31
],
),
"full_hd": SymbolsMetadata(
popularity: 24,
codepoint: 0xf58b,
categories: [0],
tags: [
4,
3494,
40,
5,
5794,
135,
628,
43,
44,
8,
781,
12,
9670,
418,
3458,
419,
404,
16,
406,
354,
9671,
25,
408,
716,
63,
28,
410,
644,
411,
31,
412,
33,
2031,
35,
37,
7062,
2080
],
),
"full_stacked_bar_chart": SymbolsMetadata(
popularity: 670,
codepoint: 0xf212,
categories: [9],
tags: [
1422,
1071,
1423,
517,
569,
373,
1438,
3761,
1425,
81,
375,
941,
2276,
1078,
234,
1081,
68,
226,
17,
18,
1086,
5030,
648,
1427,
759,
794,
1428,
2334,
2463,
746,
3074,
1095,
1429,
1464,
514
],
),
"fullscreen": SymbolsMetadata(
popularity: 7039,
codepoint: 0xe5d0,
categories: [2],
tags: [
1739,
1673,
501,
633,
9672,
9673,
2707,
8,
2340,
914,
1335,
348,
2276,
5810,
1697,
466,
1344,
1116,
2344,
406,
642,
630,
62,
409,
1427,
391,
410,
2838,
298,
1944,
413,
141,
1348,
37,
396,
333,
1186,
2540,
1187,
2337
],
),
"fullscreen_exit": SymbolsMetadata(
popularity: 2955,
codepoint: 0xe5d1,
categories: [2],
tags: [
1739,
1673,
501,
502,
344,
1209,
912,
2707,
2444,
9674,
8,
2829,
1212,
6609,
5919,
2276,
9675,
1697,
9676,
2830,
1344,
406,
2897,
642,
630,
6358,
409,
1427,
5920,
3662,
1124,
2837,
410,
2922,
2838,
298,
6123,
141,
1348,
37,
396,
333,
1186,
1187
],
),
"fullscreen_portrait": SymbolsMetadata(
popularity: 21,
codepoint: 0xf45a,
categories: [2],
tags: [
1673,
501,
502,
633,
9677,
2707,
2339,
8,
2340,
914,
1335,
348,
2276,
5810,
1697,
1344,
385,
2344,
406,
686,
642,
507,
5239,
5100,
329,
1427,
9678,
432,
2222,
410,
5240,
5241,
2838,
298,
1944,
141,
2200,
1348,
1464,
37,
396,
333,
1186,
1187,
2337
],
),
"function": SymbolsMetadata(
popularity: 467,
codepoint: 0xf866,
categories: [12],
tags: [
8120,
5983,
1422,
3478,
4992,
791,
373,
1102,
1103,
80,
3086,
81,
1104,
1580,
1252,
680,
2155,
629,
1107,
6112,
9679,
1108,
2709,
9680,
1078,
1111,
3423,
793,
6544,
1119,
1733,
2993,
1090,
1123,
227,
1588,
1460,
9681,
2162,
675,
33,
35,
5992,
1485
],
),
"functions": SymbolsMetadata(
popularity: 1704,
codepoint: 0xe24a,
categories: [12],
tags: [
5343,
1757,
3799,
2125,
3478,
4992,
9682,
9683,
685,
1745,
80,
3086,
3583,
81,
1580,
1252,
680,
2155,
2787,
2708,
2709,
3413,
1029,
793,
9684,
4923,
70,
6257,
921,
758,
71,
1780,
1588,
1460,
2162,
675,
1093,
33,
1781,
35,
1485
],
),
"funicular": SymbolsMetadata(
popularity: 5,
codepoint: 0xf477,
categories: [14],
tags: [
5534,
9685,
1810,
1932,
4944,
1812,
5737,
1813,
284,
9041,
313,
9686,
9687,
7935,
7937,
1623,
3031,
87,
1534,
1596,
2046,
2047,
4359,
4360,
9688,
4948,
4950,
4363,
3303,
2148,
4364,
4365,
1980,
1629,
332,
4907,
1836,
8011
],
rtlAutoMirrored: true,
),
"g_mobiledata": SymbolsMetadata(
popularity: 161,
codepoint: 0xf010,
categories: [4],
tags: [
4,
517,
7686,
251,
5,
283,
284,
254,
81,
44,
1105,
520,
12,
9689,
9690,
259,
16,
1470,
262,
263,
264,
265,
267,
611,
272,
652,
273,
275,
31,
65,
276,
33,
2561,
526,
1691,
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,
9689,
319,
1684,
608,
51,
68,
259,
9691,
16,
262,
263,
267,
269,
652,
273,
291,
31,
65,
612,
33,
35,
7694
],
),
"g_translate": SymbolsMetadata(
popularity: 2246,
codepoint: 0xe927,
categories: [7],
tags: [
9692,
4,
9693,
283,
9694,
4448,
7974,
3496,
9695,
9689,
9696,
319,
7226,
1684,
322,
5226,
9697,
9698,
15,
9699,
2482,
1166,
9700,
9701,
1295,
594,
9702,
9548,
33,
7230,
5933,
9703,
9704,
6031,
6628,
334
],
),
"gallery_thumbnail": SymbolsMetadata(
popularity: 171,
codepoint: 0xf86f,
categories: [1],
tags: [
1342,
1197,
9705,
1343,
9706,
9707,
382,
5381,
49,
5127,
5128,
9708,
9709,
1595,
9710,
9711,
9712,
1596,
1597,
57,
4812,
9713,
9714,
59,
2145,
62,
9715,
9716,
9717,
432,
433,
9718,
989,
9719,
9720,
9721,
9722,
9723,
9724,
9725,
3760
],
),
"gamepad": SymbolsMetadata(
popularity: 141,
codepoint: 0xe30f,
categories: [11],
tags: [
2541,
748,
2513,
1100,
1101,
5987,
345,
6409,
6410,
288,
44,
313,
2537,
781,
3295,
5383,
6411,
5429,
1110,
1111,
1344,
6412,
1959,
506,
325,
2509,
9726,
432,
363,
65,
37,
9727
],
),
"garage": SymbolsMetadata(
popularity: 953,
codepoint: 0xf011,
categories: [8],
tags: [
2425,
1810,
3410,
929,
1812,
1813,
4238,
313,
4932,
7516,
5345,
1140,
1499,
3960,
1534,
5314,
2927,
289,
3297,
896,
1500,
1501,
4881,
1503,
1394,
888,
1339,
1690,
955,
511,
1629,
332,
1836,
5350
],
),
"garage_door": SymbolsMetadata(
popularity: 86,
codepoint: 0xe714,
categories: [8],
tags: [
861,
2125,
929,
1812,
1209,
345,
4932,
1498,
1431,
1212,
5345,
8262,
1140,
1499,
2927,
9728,
919,
1500,
432,
4777,
1503,
705,
1774,
1036,
1898,
1690,
955,
1093,
1835,
1836
],
),
"garage_home": SymbolsMetadata(
popularity: 1089,
codepoint: 0xe82d,
categories: [8],
tags: [
5456,
861,
1496,
1810,
929,
1812,
1209,
4932,
1498,
7516,
1431,
5345,
5224,
1140,
1499,
1143,
2927,
896,
1500,
1501,
432,
1502,
1503,
4892,
1036,
1504,
433,
1690,
955,
1836
],
),
"garden_cart": SymbolsMetadata(
popularity: 771,
codepoint: 0xf8a9,
categories: [3],
tags: [
1809,
929,
1648,
1497,
7336,
46,
1818,
3815,
9729,
1821,
3402,
9330,
9730,
5391,
7939,
885,
1826,
9731,
4040,
9297,
9732,
3655,
511,
1629,
9733,
3375,
9734,
1518,
6878
],
),
"gas_meter": SymbolsMetadata(
popularity: 515,
codepoint: 0xec19,
categories: [8],
tags: [
9735,
9736,
9737,
9738,
4013,
1425,
9739,
1400,
4269,
3683,
9740,
8187,
9741,
9742,
5974,
9743,
3870,
51,
792,
9744,
226,
17,
9745,
3473,
1143,
1167,
3687,
7097,
2890,
391,
3315,
9746,
3375,
3829
],
),
"gastroenterology": SymbolsMetadata(
popularity: 12,
codepoint: 0xe0f1,
categories: [3],
tags: [
9747,
480,
3546,
4165,
690,
2375,
9748,
375,
9749,
9750,
9751,
9752,
1762,
9753,
7194,
9754,
9755,
9756,
9757,
697,
892,
1764,
581,
9758,
9759,
9760,
894,
9761,
1768,
1403,
9762,
9763,
4179,
1339,
9764,
9765,
9766
],
),
"gate": SymbolsMetadata(
popularity: 505,
codepoint: 0xe277,
categories: [8],
tags: [
861,
9767,
1496,
3809,
2816,
4587,
1133,
929,
1209,
284,
4932,
7514,
7516,
1431,
1212,
8622,
6871,
3815,
8262,
8623,
1140,
1499,
1825,
1778,
1826,
1143,
2927,
7520,
3651,
3051,
5773,
1625,
1146,
5234,
1500,
1574,
3273,
1036,
955,
553,
4308,
5321,
1630,
6878
],
),
"gavel": SymbolsMetadata(
popularity: 5106,
codepoint: 0xe90e,
categories: [3],
tags: [
2440,
9768,
9769,
9770,
1103,
2444,
3714,
9771,
2990,
1430,
9772,
9773,
944,
6286,
9774,
3719,
9775,
9776,
3720,
3721,
9777,
2448,
9778,
9779,
9780,
3675,
91,
7685,
703,
2161,
9781,
9782,
9783,
4935,
9784
],
),
"general_device": SymbolsMetadata(
popularity: 35,
codepoint: 0xe6de,
categories: [11],
tags: [
3151,
1267,
283,
519,
1310,
284,
81,
1705,
288,
44,
8,
2537,
1878,
46,
2538,
2710,
9785,
1684,
1110,
1140,
1499,
68,
1111,
259,
1470,
630,
1143,
267,
1733,
4288,
9786,
4777,
410,
1292,
433,
1093,
1297,
65,
1317,
152,
278
],
),
"genetics": SymbolsMetadata(
popularity: 139,
codepoint: 0xe0f3,
categories: [3],
tags: [
1422,
4165,
9787,
1522,
9788,
1102,
284,
81,
4169,
9789,
5546,
9790,
9791,
9792,
4172,
697,
9793,
9794,
581,
3958,
1314,
894,
1768,
5976,
4178,
4179,
9795,
6762,
9796,
955,
31,
1318
],
),
"genres": SymbolsMetadata(
popularity: 82,
codepoint: 0xe022,
categories: [0],
tags: [
1268,
504,
1195,
450,
193,
9257,
345,
1164,
781,
83,
9797,
4528,
4483,
137,
1344,
88,
406,
8107,
1707,
3079,
1480,
355,
2509,
409,
363,
392,
3057,
9798,
95,
1293,
31,
9799,
6749
],
),
"gesture": SymbolsMetadata(
popularity: 1113,
codepoint: 0xe155,
categories: [6],
tags: [
4324,
77,
1785,
345,
1788,
2953,
313,
7613,
2819,
4632,
2786,
378,
6347,
1790,
1077,
2696,
8431,
2698,
1612,
2197,
87,
2985,
353,
468,
1624,
1625,
1167,
906,
7616,
362,
6439,
4636,
1792,
9800,
1793,
4808,
1702
],
),
"gesture_select": SymbolsMetadata(
popularity: 91,
codepoint: 0xf657,
categories: [6],
tags: [
4324,
504,
450,
1785,
1103,
1788,
2394,
754,
288,
44,
1790,
1108,
2696,
2698,
2844,
1111,
1612,
1344,
262,
328,
1167,
410,
362,
363,
1792,
1793,
2200,
601
],
),
"gif": SymbolsMetadata(
popularity: 518,
codepoint: 0xe908,
categories: [1],
tags: [
222,
4,
3514,
341,
9801,
482,
5,
1523,
5006,
2574,
12,
370,
8686,
137,
490,
49,
4355,
52,
16,
757,
353,
885,
439,
62,
432,
31,
33,
9802,
35,
37
],
),
"gif_2": SymbolsMetadata(
popularity: 26,
codepoint: 0xf40e,
categories: [1],
tags: [
748,
2513,
341,
9803,
751,
193,
284,
752,
753,
81,
1274,
9804,
51,
756,
757,
267,
5541,
289,
1090,
759,
760,
761,
9805,
763,
291,
764,
2453,
766
],
),
"gif_box": SymbolsMetadata(
popularity: 776,
codepoint: 0xe7a3,
categories: [1],
tags: [
745,
4,
3514,
341,
9801,
482,
5,
570,
283,
8685,
6112,
9806,
2574,
12,
370,
6113,
9689,
8686,
490,
5074,
49,
1327,
4355,
15,
16,
406,
583,
9807,
439,
62,
2383,
243,
433,
31,
33,
35,
527,
37
],
),
"girl": SymbolsMetadata(
popularity: 688,
codepoint: 0xeb68,
categories: [3],
tags: [
565,
566,
690,
5,
1797,
9808,
225,
1798,
7876,
137,
977,
581,
138,
978,
979,
7877,
982,
289,
588,
589,
5100,
590,
986,
888,
593,
31,
601,
4719,
7878,
1023
],
),
"gite": SymbolsMetadata(
popularity: 619,
codepoint: 0xe58b,
categories: [16],
tags: [
1496,
2125,
2989,
6165,
1102,
571,
6166,
6993,
1313,
1104,
2556,
2992,
6169,
9809,
2077,
1140,
4052,
7463,
1499,
2566,
6254,
1534,
1330,
2501,
9810,
327,
1123,
1516,
9811,
2559,
4777,
1688,
9812,
1502,
1503,
509,
6997,
3739,
1095,
4895,
2453,
6173,
1671
],
),
"glass_cup": SymbolsMetadata(
popularity: 27,
codepoint: 0xf6e3,
categories: [15],
tags: [
1423,
1332,
4859,
3695,
6009,
1333,
6011,
3700,
4206,
9813,
9814,
811,
2886,
2356,
1109,
5561,
4212,
4175,
6015,
289,
1537,
392,
1339,
4868,
31,
6018,
824,
6335,
3829,
9815
],
),
"globe": SymbolsMetadata(
popularity: 1210,
codepoint: 0xe64c,
categories: [5],
tags: [
193,
284,
374,
312,
1542,
5460,
315,
316,
318,
319,
320,
322,
259,
5226,
1470,
323,
324,
9816,
325,
267,
523,
9817,
9818,
5233,
1149,
331,
5933,
332,
1186,
334,
9819,
5236
],
),
"globe_asia": SymbolsMetadata(
popularity: 349,
codepoint: 0xf799,
categories: [5],
tags: [
1131,
7906,
193,
283,
284,
9820,
4494,
1542,
315,
316,
318,
319,
320,
322,
259,
5226,
9821,
1470,
323,
9822,
324,
325,
267,
5233,
1149,
330,
9823,
331,
332,
333,
1186,
334,
9819,
5236
],
),
"globe_book": SymbolsMetadata(
popularity: 50,
codepoint: 0xf3c9,
categories: [3],
tags: [
8692,
3390,
1073,
44,
314,
315,
3097,
316,
318,
319,
320,
322,
259,
4427,
5226,
4438,
3099,
1345,
267,
523,
5233,
3380,
2890,
4178,
4390,
7230,
332,
1186,
334,
5236
],
),
"globe_location_pin": SymbolsMetadata(
popularity: 217,
codepoint: 0xf35d,
categories: [5],
tags: [
1513,
1131,
9820,
4494,
312,
313,
314,
315,
316,
317,
318,
319,
320,
321,
322,
259,
5226,
2326,
323,
324,
1534,
174,
1624,
325,
1061,
326,
1535,
327,
5233,
328,
329,
1149,
331,
332,
1186,
334,
9819,
5236
],
),
"globe_uk": SymbolsMetadata(
popularity: 158,
codepoint: 0xf798,
categories: [5],
tags: [
862,
9824,
283,
284,
9820,
4494,
1541,
315,
9825,
316,
318,
319,
320,
6717,
322,
259,
5226,
323,
324,
4500,
325,
267,
9826,
5233,
1149,
9827,
1126,
332,
9828,
6719,
9829,
1186,
334,
5236
],
),
"glucose": SymbolsMetadata(
popularity: 49,
codepoint: 0xe4a0,
categories: [3],
tags: [
4264,
9830,
9831,
9832,
690,
9833,
9834,
2904,
4269,
1790,
9835,
2698,
697,
4378,
9836,
9837,
3764,
9838,
7134,
892,
581,
9839,
4175,
9840,
17,
894,
7025,
9841,
630,
9842,
1318
],
),
"glyphs": SymbolsMetadata(
popularity: 328,
codepoint: 0xf8a3,
categories: [12],
tags: [
4652,
9843,
4,
8000,
5,
9844,
145,
9705,
1163,
7075,
1602,
1939,
12,
9845,
9445,
8002,
7078,
756,
506,
8274,
70,
7084,
2594,
3968,
759,
363,
1169,
71,
898,
4532,
4673,
33,
3950,
35,
6750,
1485
],
),
"go_to_line": SymbolsMetadata(
popularity: 33,
codepoint: 0xf71d,
categories: [2],
tags: [
77,
1102,
1788,
81,
312,
313,
1430,
1105,
2155,
1106,
147,
903,
9846,
51,
68,
6654,
87,
2326,
1750,
325,
905,
2198,
328,
329,
1121,
1123,
906,
1433,
2716,
31,
1227,
33
],
),
"golf_course": SymbolsMetadata(
popularity: 874,
codepoint: 0xeb45,
categories: [16],
tags: [
2513,
1131,
7323,
7540,
9847,
5355,
3094,
781,
9848,
1820,
4495,
5383,
9849,
9850,
9851,
9852,
2357,
9853,
7542,
7513,
1595,
1959,
323,
324,
325,
3651,
3297,
326,
2558,
9854,
3299,
30,
3519,
2655
],
),
"gondola_lift": SymbolsMetadata(
popularity: 16,
codepoint: 0xf476,
categories: [14],
tags: [
3639,
9855,
837,
9685,
1810,
1932,
4944,
1812,
1813,
313,
2420,
4946,
5675,
7937,
1623,
3031,
87,
1534,
1596,
885,
3651,
7328,
2046,
4359,
4360,
3824,
9688,
9856,
9857,
1994,
855,
4363,
3303,
4364,
4365,
1980,
1629,
332,
4907,
9858,
1836,
860
],
rtlAutoMirrored: true,
),
"google_home_devices": SymbolsMetadata(
popularity: 160,
codepoint: 0xe715,
categories: [11],
tags: [
6019,
2125,
1704,
1073,
4281,
284,
254,
345,
1705,
288,
9859,
7163,
7980,
1878,
1684,
9860,
579,
1198,
1110,
1140,
7151,
7152,
1314,
3422,
630,
7164,
1707,
267,
7165,
7183,
1898,
1293,
1294,
1093,
65,
333,
278
],
),
"google_tv_remote": SymbolsMetadata(
popularity: 86,
codepoint: 0xf5db,
categories: [10],
tags: [
861,
504,
4275,
5437,
193,
1073,
345,
6409,
288,
1878,
781,
1684,
1110,
1140,
1111,
1114,
406,
1624,
1143,
2459,
4777,
363,
273,
1898,
411,
65,
412,
2031,
278
],
),
"google_wifi": SymbolsMetadata(
popularity: 298,
codepoint: 0xe840,
categories: [10],
tags: [
7523,
517,
731,
9861,
251,
283,
284,
254,
81,
288,
9862,
1684,
9863,
1110,
51,
259,
9864,
9865,
262,
651,
1143,
9866,
267,
523,
63,
2066,
2067,
1737,
652,
273,
649,
31,
65,
526,
1856,
277,
278,
280
],
),
"gpp_bad": SymbolsMetadata(
popularity: 1357,
codepoint: 0xf012,
categories: [4],
tags: [
2601,
1360,
9149,
1051,
1208,
1553,
1209,
1235,
1365,
5921,
2720,
1212,
4787,
2721,
1213,
9867,
5165,
3271,
6809,
6248,
1034,
1063,
1573,
1574,
5040,
1224,
1065,
705,
1036,
1575,
9868,
1226,
7476,
1576,
206,
3992
],
),
"gpp_maybe": SymbolsMetadata(
popularity: 1759,
codepoint: 0xf014,
categories: [4],
tags: [
3109,
1360,
1361,
9869,
5218,
691,
1553,
1661,
1365,
5646,
2720,
1366,
9867,
871,
1367,
5410,
3186,
1166,
9870,
5621,
616,
1034,
1063,
1573,
1574,
2333,
3944,
9871,
4415,
3189,
1036,
1575,
9868,
291,
31,
4418,
9872,
9873,
3945,
9874,
4035,
4460,
1576,
5597,
206
],
),
"gradient": SymbolsMetadata(
popularity: 469,
codepoint: 0xe3e9,
categories: [1],
tags: [
4593,
1592,
3515,
4202,
4562,
4739,
4083,
485,
1252,
680,
487,
1164,
4305,
2219,
83,
4306,
137,
49,
2508,
3625,
3626,
355,
59,
62,
2146,
1500,
151,
4042,
2162,
6392,
511,
4308,
476
],
),
"grading": SymbolsMetadata(
popularity: 1080,
codepoint: 0xea4f,
categories: [12],
tags: [
2685,
9875,
1661,
3092,
463,
1430,
1664,
3485,
8600,
488,
9876,
3129,
88,
1166,
788,
1587,
2005,
9877,
203,
1428,
3503,
228,
1619,
6511,
5658,
1318,
1669,
3132,
4460,
4821
],
rtlAutoMirrored: true,
),
"grain": SymbolsMetadata(
popularity: 833,
codepoint: 0xe3ea,
categories: [1],
tags: [
1739,
4936,
1592,
43,
3078,
1105,
1252,
680,
487,
346,
83,
1822,
137,
49,
2508,
9878,
406,
439,
1286,
2753,
4329,
59,
62,
9879,
2146,
25,
63,
5881,
9880,
433,
8129,
3587,
9881,
5885,
476
],
),
"graph_1": SymbolsMetadata(
popularity: 122,
codepoint: 0xf3a0,
categories: [9],
tags: [
1422,
1071,
569,
373,
1073,
81,
375,
942,
9882,
1078,
234,
3153,
3030,
235,
1081,
68,
792,
9883,
87,
1426,
226,
18,
491,
1088,
648,
759,
1428,
4178,
2334,
2422,
228,
746,
4662,
1429,
1702
],
),
"graph_2": SymbolsMetadata(
popularity: 260,
codepoint: 0xf39f,
categories: [9],
tags: [
1422,
1071,
2466,
1424,
517,
569,
373,
3761,
1073,
81,
375,
939,
3485,
578,
941,
942,
1078,
234,
3153,
1081,
68,
17,
1086,
491,
1088,
22,
648,
759,
1428,
390,
2334,
746,
3074,
1429,
514
],
),
"graph_3": SymbolsMetadata(
popularity: 268,
codepoint: 0xf39e,
categories: [9],
tags: [
1422,
1071,
1424,
517,
569,
373,
933,
1073,
1425,
81,
375,
963,
941,
1078,
234,
3153,
235,
1081,
1086,
491,
1088,
759,
2459,
9884,
1428,
746,
2280,
9885,
1429,
2471,
9886,
514
],
),
"graph_4": SymbolsMetadata(
popularity: 163,
codepoint: 0xf39d,
categories: [9],
tags: [
1422,
1071,
1424,
517,
569,
373,
933,
3761,
1073,
81,
375,
3485,
1078,
234,
9887,
3153,
1081,
68,
2467,
17,
1086,
491,
1088,
648,
1427,
759,
1428,
4178,
2334,
746,
1619,
1429,
514
],
),
"graph_5": SymbolsMetadata(
popularity: 228,
codepoint: 0xf39c,
categories: [9],
tags: [
1422,
1071,
1424,
517,
569,
373,
3761,
1073,
81,
375,
941,
1078,
234,
3153,
235,
1081,
68,
17,
1086,
491,
1088,
648,
759,
2459,
1428,
2334,
746,
2470,
1464,
514
],
),
"graph_6": SymbolsMetadata(
popularity: 60,
codepoint: 0xf39b,
categories: [9],
tags: [
1422,
1071,
1424,
3767,
517,
569,
373,
1073,
81,
5038,
375,
941,
1078,
234,
3153,
1081,
1086,
491,
1088,
648,
759,
432,
3356,
1428,
2334,
746,
1429,
2471,
514
],
),
"graph_7": SymbolsMetadata(
popularity: 151,
codepoint: 0xf346,
categories: [9],
tags: [
1422,
1071,
569,
373,
1073,
81,
6825,
9888,
375,
964,
3485,
941,
1078,
234,
3153,
1081,
68,
1426,
9889,
17,
1086,
491,
4258,
1088,
9890,
648,
1427,
759,
1428,
2334,
746,
1095,
1429,
9891,
514
],
),
"graphic_eq": SymbolsMetadata(
popularity: 2266,
codepoint: 0xe1b8,
categories: [4],
tags: [
1268,
7808,
3383,
9892,
9893,
8103,
9894,
2061,
9895,
9896,
9897,
3767,
7811,
5487,
7812,
7350,
2064,
9898,
9899,
137,
3322,
686,
1707,
8108,
9900,
9901,
1286,
440,
1293,
8128,
9902,
9903,
9904,
3386,
9905,
9906,
9907,
2069,
2471,
1298,
3477
],
),
"grass": SymbolsMetadata(
popularity: 1914,
codepoint: 0xf205,
categories: [8],
tags: [
1809,
3809,
6331,
1811,
1815,
315,
6223,
1844,
1820,
7981,
9908,
7982,
3815,
8623,
2357,
1823,
234,
1140,
1595,
9909,
2362,
9910,
2363,
1826,
2364,
3651,
3297,
9911,
1827,
7989,
9912,
9913,
6878
],
),
"grid_3x3": SymbolsMetadata(
popularity: 283,
codepoint: 0xf015,
categories: [4],
tags: [
75,
2704,
9914,
1131,
76,
2263,
3582,
1425,
8,
9915,
382,
385,
87,
4112,
506,
9916,
9917,
2713,
92,
1427,
1151,
2462,
71,
823,
2716,
955,
1473,
9719,
396
],
),
"grid_3x3_off": SymbolsMetadata(
popularity: 8,
codepoint: 0xf67c,
categories: [4],
tags: [
75,
9024,
1466,
1051,
6312,
1299,
1300,
868,
8,
1055,
370,
382,
2920,
1222,
385,
87,
1470,
4112,
6510,
1059,
1061,
3354,
432,
1067,
823,
2716,
955,
9918,
2717,
413,
1068,
9919,
396
],
),
"grid_4x4": SymbolsMetadata(
popularity: 434,
codepoint: 0xf016,
categories: [4],
tags: [
631,
3580,
1466,
481,
6593,
3582,
1197,
933,
3938,
81,
485,
8,
2182,
1164,
2156,
9920,
382,
1198,
385,
1470,
4112,
91,
586,
3354,
1459,
1151,
1152,
823,
2716,
955,
1093,
1473,
152,
396
],
),
"grid_goldenratio": SymbolsMetadata(
popularity: 173,
codepoint: 0xf017,
categories: [4],
tags: [
4294,
2150,
1466,
1592,
925,
2244,
9921,
485,
9922,
348,
9923,
9924,
9925,
382,
2821,
9926,
385,
9927,
1470,
1717,
2753,
59,
3088,
3089,
432,
9928,
823,
6762,
2716,
955,
3726,
476
],
),
"grid_guides": SymbolsMetadata(
popularity: 113,
codepoint: 0xf76f,
categories: [12],
tags: [
2150,
9929,
933,
2244,
5520,
485,
9930,
8,
680,
2255,
382,
5381,
9931,
2821,
696,
5409,
8803,
916,
385,
1470,
586,
2248,
820,
2190,
432,
179,
1459,
9928,
4901,
433,
955,
9411,
3330,
396
],
),
"grid_off": SymbolsMetadata(
popularity: 220,
codepoint: 0xe3eb,
categories: [1],
tags: [
1466,
1051,
3351,
6838,
1162,
1300,
868,
8,
1055,
370,
382,
9932,
2920,
49,
1222,
385,
9933,
1059,
1061,
3354,
1427,
3356,
9934,
8663,
1067,
2716,
955,
413,
9919,
396
],
),
"grid_on": SymbolsMetadata(
popularity: 1964,
codepoint: 0xe3ec,
categories: [1],
tags: [
2150,
76,
6785,
3515,
2263,
2338,
3582,
373,
3351,
933,
81,
375,
868,
8,
1055,
370,
381,
1078,
382,
49,
385,
1470,
4112,
1059,
1061,
92,
289,
3354,
2807,
1459,
1200,
1067,
1460,
2716,
955,
1473,
396
],
),
"grid_view": SymbolsMetadata(
popularity: 14173,
codepoint: 0xe9b0,
categories: [12],
tags: [
1673,
9935,
1466,
9936,
2263,
6089,
2707,
628,
1425,
9937,
485,
8,
2188,
382,
7219,
5381,
9938,
1344,
86,
385,
4112,
9939,
586,
92,
4114,
3354,
410,
2838,
9718,
2716,
955,
5418,
1093,
9940,
2717,
141,
1348,
396,
9941,
333,
1186,
1187
],
),
"grocery": SymbolsMetadata(
popularity: 215,
codepoint: 0xef97,
categories: [8],
tags: [
1645,
9942,
1646,
1759,
569,
1647,
1648,
1416,
934,
9943,
9944,
4206,
1649,
9945,
2356,
9946,
9947,
4911,
9948,
6653,
86,
1389,
1390,
4712,
1651,
2366,
4484,
1654,
1393,
9949,
9950,
6725,
1394,
1395,
1657,
1396,
9951
],
),
"group": SymbolsMetadata(
popularity: 38266,
codepoint: 0xe7ef,
categories: [3],
tags: [
973,
1757,
1190,
1332,
1271,
574,
5044,
6631,
1541,
7994,
577,
1026,
578,
1276,
579,
7381,
1280,
88,
1029,
582,
267,
289,
588,
1287,
590,
1288,
7997,
392,
592,
1339,
593,
595,
597,
602
],
),
"group_add": SymbolsMetadata(
popularity: 9386,
codepoint: 0xe7f0,
categories: [3],
tags: [
973,
745,
9952,
1547,
1551,
566,
193,
9953,
4608,
1271,
975,
577,
1026,
9954,
1276,
579,
581,
1280,
872,
235,
8197,
1328,
982,
1030,
237,
267,
887,
588,
589,
1287,
239,
590,
1288,
7997,
888,
593,
597,
991,
602
],
),
"group_off": SymbolsMetadata(
popularity: 649,
codepoint: 0xe747,
categories: [3],
tags: [
9955,
690,
9956,
5355,
9957,
571,
9958,
9959,
3262,
9960,
6631,
9961,
868,
9962,
5782,
9963,
579,
9964,
1217,
581,
5098,
9965,
2016,
1059,
588,
9966,
9967,
589,
9968,
706,
593,
9969,
2403,
9970,
9971,
9972,
9973,
9974,
9975,
9976,
9977
],
),
"group_remove": SymbolsMetadata(
popularity: 1089,
codepoint: 0xe7ad,
categories: [3],
tags: [
9978,
973,
748,
501,
504,
571,
1271,
574,
345,
9979,
9980,
9981,
577,
1026,
1276,
579,
1218,
1280,
1030,
506,
1255,
4272,
267,
588,
6186,
1045,
1287,
9982,
1288,
1224,
9983,
9984,
9985,
888,
593,
1261,
597,
9974,
9986,
991,
602
],
),
"group_search": SymbolsMetadata(
popularity: 116,
codepoint: 0xf3ce,
categories: [7],
tags: [
565,
566,
314,
316,
577,
317,
9987,
9988,
9989,
9990,
9991,
1109,
580,
9992,
581,
3658,
2326,
9993,
9994,
9995,
1115,
1116,
1117,
2329,
588,
589,
590,
1126,
8577,
9996,
9997,
9998,
9999,
10000,
10001,
10002,
601
],
),
"group_work": SymbolsMetadata(
popularity: 2818,
codepoint: 0xe886,
categories: [3],
tags: [
10003,
5752,
8499,
6321,
569,
462,
571,
4608,
574,
10004,
6631,
7994,
578,
5782,
579,
7394,
582,
267,
586,
6693,
7669,
588,
1288,
330,
592,
593,
595,
597,
7396,
6205,
602,
1518
],
),
"grouped_bar_chart": SymbolsMetadata(
popularity: 916,
codepoint: 0xf211,
categories: [9],
tags: [
1422,
1071,
1423,
1424,
517,
569,
373,
933,
3761,
1425,
81,
375,
941,
1078,
1079,
10005,
10006,
234,
1081,
2467,
1182,
226,
1086,
648,
759,
5657,
3356,
1428,
10007,
2469,
746,
1095,
2470,
2471,
514
],
),
"groups": SymbolsMetadata(
popularity: 23136,
codepoint: 0xf233,
categories: [3],
tags: [
1190,
6321,
690,
5355,
571,
4608,
574,
1074,
6631,
578,
5782,
137,
6181,
581,
138,
10008,
4897,
5098,
582,
2457,
267,
289,
10009,
588,
589,
1288,
392,
592,
593,
2491,
31,
597,
9973,
6205,
141,
602
],
),
"groups_2": SymbolsMetadata(
popularity: 2330,
codepoint: 0xf8df,
categories: [3],
tags: [
5752,
6321,
690,
193,
5355,
571,
574,
575,
284,
6631,
10010,
5749,
578,
5782,
580,
6181,
7019,
581,
1612,
5098,
582,
6183,
1030,
267,
6184,
588,
6186,
589,
1288,
10011,
592,
593,
9563,
597,
598,
9973,
990,
602
],
),
"groups_3": SymbolsMetadata(
popularity: 1394,
codepoint: 0xf8e0,
categories: [3],
tags: [
480,
565,
5752,
1190,
6321,
690,
193,
5355,
571,
4608,
574,
6631,
578,
5782,
579,
6181,
977,
581,
7379,
10012,
5098,
582,
584,
267,
588,
589,
590,
1288,
986,
592,
593,
597,
9973,
599,
10013,
601,
602
],
),
"guardian": SymbolsMetadata(
popularity: 75,
codepoint: 0xf4c1,
categories: [3],
tags: [
861,
10014,
1360,
5457,
10015,
2816,
690,
1133,
10016,
1761,
10017,
3953,
3496,
137,
3185,
1027,
581,
138,
5467,
9542,
325,
289,
8298,
2616,
4073,
588,
589,
1063,
590,
1574,
3189,
1774,
1036,
392,
1575,
888,
291,
5745,
10018,
31,
907,
601,
206
],
),
"gynecology": SymbolsMetadata(
popularity: 18,
codepoint: 0xe0f4,
categories: [3],
tags: [
3546,
10019,
690,
10020,
2375,
753,
1762,
10021,
1797,
10022,
8627,
10023,
10024,
10025,
697,
892,
1764,
581,
4711,
894,
9841,
1768,
10026,
10027,
10028,
10029,
10030,
10031,
8631,
10032,
10033,
8634,
7029,
3492,
4719,
10034,
8635
],
),
"h_mobiledata": SymbolsMetadata(
popularity: 122,
codepoint: 0xf018,
categories: [4],
tags: [
605,
4,
627,
251,
10035,
252,
5,
283,
284,
254,
81,
529,
12,
9406,
10036,
10037,
10038,
259,
5225,
9399,
16,
262,
264,
265,
10039,
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,
10040,
12,
9406,
10041,
10036,
51,
259,
15,
16,
610,
262,
263,
265,
267,
10042,
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,
9406,
10043,
10037,
522,
10044,
51,
259,
9864,
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,
4483,
9406,
10036,
10037,
522,
138,
51,
5225,
16,
262,
263,
265,
267,
271,
239,
240,
652,
290,
1701,
291,
31,
4532,
65,
276,
33,
35,
278
],
),
"hail": SymbolsMetadata(
popularity: 1073,
codepoint: 0xe9b1,
categories: [14],
tags: [
1360,
10045,
690,
1101,
840,
841,
1105,
1844,
2888,
849,
10046,
581,
850,
5860,
6760,
1826,
588,
589,
2987,
10047,
2046,
5943,
10048,
1994,
10049,
855,
1226,
4393,
5354,
1629,
206,
859,
10050,
860
],
),
"hallway": SymbolsMetadata(
popularity: 13,
codepoint: 0xe6f8,
categories: [8],
tags: [
480,
1496,
929,
10051,
484,
313,
4932,
1431,
1212,
348,
904,
137,
10052,
5675,
1140,
1499,
49,
2741,
1595,
2944,
1470,
1403,
1596,
1597,
325,
7520,
5773,
1625,
386,
57,
59,
62,
1947,
1339,
823,
31,
10053,
10054,
1630
],
),
"hand_bones": SymbolsMetadata(
popularity: 316,
codepoint: 0xf894,
categories: [3],
tags: [
3546,
4165,
690,
4119,
8606,
43,
375,
378,
1790,
2695,
488,
2698,
697,
581,
384,
1525,
894,
2363,
2364,
3558,
9763,
4179,
392,
8613,
8615,
955,
2549,
10055
],
),
"hand_gesture": SymbolsMetadata(
popularity: 1036,
codepoint: 0xef9c,
categories: [6],
tags: [
748,
690,
1103,
283,
345,
2695,
3551,
10056,
2696,
10057,
2698,
10058,
10059,
10060,
3552,
8618,
1111,
1612,
3557,
3558,
2676,
2864,
273,
1226,
31,
1793,
1855
],
),
"hand_gesture_off": SymbolsMetadata(
popularity: 17,
codepoint: 0xf3f3,
categories: [6],
tags: [
3546,
1051,
10061,
1103,
345,
5921,
1300,
10062,
2695,
1213,
2696,
3378,
2698,
581,
1111,
1612,
1302,
10063,
1059,
289,
3558,
10064,
1065,
392,
898,
10065,
1226,
31,
1068,
2523,
1855
],
),
"handheld_controller": SymbolsMetadata(
popularity: 22,
codepoint: 0xf4c6,
categories: [11],
tags: [
10066,
10067,
504,
1100,
5987,
6409,
1745,
6410,
288,
10068,
2537,
781,
10069,
2538,
10070,
10071,
6411,
5429,
10072,
10073,
10074,
6412,
1959,
10075,
10076,
4288,
2509,
3299,
65,
2505,
37,
6415,
10077,
10078
],
rtlAutoMirrored: true,
),
"handshake": SymbolsMetadata(
popularity: 15705,
codepoint: 0xebcb,
categories: [3],
tags: [
10079,
2440,
10003,
569,
571,
284,
2444,
7390,
10080,
4483,
7995,
2698,
2076,
10081,
10082,
9102,
5098,
10083,
289,
7669,
876,
3426,
4218,
9170,
880,
3193,
10084,
4620,
6256
],
),
"handyman": SymbolsMetadata(
popularity: 4374,
codepoint: 0xf10b,
categories: [5],
tags: [
1739,
1374,
5993,
1776,
685,
1497,
10085,
1236,
2787,
46,
1748,
1777,
6286,
5389,
1515,
3960,
5314,
70,
921,
4914,
4881,
10086,
10087,
652,
71,
4882,
10088,
1781,
3375,
1518,
5350,
4884
],
),
"hangout_video": SymbolsMetadata(
popularity: 81,
codepoint: 0xe0c1,
categories: [0],
tags: [
5978,
1270,
40,
570,
283,
5094,
284,
44,
8,
346,
5107,
1684,
10089,
49,
1612,
1314,
1282,
406,
5098,
353,
439,
267,
523,
62,
440,
432,
410,
593,
454,
1296,
65,
37,
434,
396,
498,
476,
3617
],
),
"hangout_video_off": SymbolsMetadata(
popularity: 15,
codepoint: 0xe0c2,
categories: [0],
tags: [
1270,
10090,
40,
10091,
10092,
10093,
10094,
283,
6176,
5094,
10095,
10096,
868,
1055,
10097,
346,
5107,
1684,
5039,
10089,
49,
352,
5098,
353,
1302,
10098,
1059,
1061,
62,
432,
1067,
37,
10099,
5104,
10100,
10101,
444,
10102,
10103,
10104,
367,
10105,
434,
10106
],
),
"hard_disk": SymbolsMetadata(
popularity: 58,
codepoint: 0xf3da,
categories: [11],
tags: [
861,
1674,
1675,
3896,
3938,
519,
81,
288,
44,
2142,
2143,
2537,
46,
147,
1681,
4289,
1110,
68,
2326,
406,
2799,
267,
453,
2801,
1539,
2726,
1690,
1396,
1093,
65,
526,
554
],
),
"hard_drive": SymbolsMetadata(
popularity: 115,
codepoint: 0xf80e,
categories: [11],
tags: [
861,
1674,
1675,
193,
3938,
519,
1310,
845,
81,
1467,
288,
44,
2142,
2143,
1878,
4289,
1110,
10107,
68,
1111,
2799,
1733,
432,
1539,
2726,
10108,
1690,
1396,
1093,
65,
10109
],
),
"hard_drive_2": SymbolsMetadata(
popularity: 47,
codepoint: 0xf7a4,
categories: [11],
tags: [
861,
1674,
1675,
3896,
519,
1310,
81,
288,
44,
10110,
2143,
2537,
10111,
4289,
1110,
68,
10112,
1470,
406,
2799,
432,
2801,
1539,
2726,
10108,
1690,
1396,
1093,
65,
554
],
),
"hardware": SymbolsMetadata(
popularity: 588,
codepoint: 0xea59,
categories: [8],
tags: [
1739,
1757,
2117,
193,
1776,
685,
1497,
345,
1236,
5311,
2787,
1777,
6286,
1110,
4878,
4879,
1029,
4880,
5318,
10113,
70,
6257,
4014,
921,
4881,
470,
71,
1780,
644,
1093,
140,
65,
511,
1781,
473,
3304
],
),
"hd": SymbolsMetadata(
popularity: 645,
codepoint: 0xe052,
categories: [0],
tags: [
4,
5,
135,
3456,
628,
639,
104,
43,
44,
8,
346,
12,
418,
3458,
419,
51,
68,
52,
10114,
9399,
16,
1166,
406,
354,
3341,
439,
25,
408,
63,
28,
410,
644,
411,
31,
33,
2031,
35,
37
],
),
"hdr_auto": SymbolsMetadata(
popularity: 482,
codepoint: 0xf01a,
categories: [1],
tags: [
3418,
2212,
4,
2425,
3349,
504,
40,
5,
193,
345,
1274,
3360,
216,
12,
8815,
3458,
8816,
49,
16,
642,
355,
57,
59,
62,
63,
1148,
151,
2404,
31,
33,
413,
35
],
),
"hdr_auto_select": SymbolsMetadata(
popularity: 110,
codepoint: 0xf01b,
categories: [1],
tags: [
231,
3418,
2212,
4,
2425,
3349,
504,
40,
5,
193,
4739,
43,
1274,
3360,
3622,
12,
4483,
137,
8815,
3458,
8816,
138,
106,
16,
439,
355,
57,
3602,
59,
1148,
362,
151,
2404,
31,
65,
33,
413,
35,
907,
364,
434
],
),
"hdr_enhanced_select": SymbolsMetadata(
popularity: 137,
codepoint: 0xef51,
categories: [1],
tags: [
745,
2212,
4,
3621,
40,
5,
4562,
4739,
1274,
487,
3352,
715,
3360,
346,
83,
12,
348,
137,
8815,
3458,
8816,
49,
16,
406,
642,
354,
355,
57,
59,
62,
239,
63,
1148,
362,
363,
151,
433,
31,
33,
35,
37,
10115
],
),
"hdr_off": SymbolsMetadata(
popularity: 138,
codepoint: 0xe3ed,
categories: [1],
tags: [
4,
504,
120,
1208,
5,
345,
1162,
868,
1274,
1055,
3352,
12,
8815,
10116,
10117,
3458,
8816,
10118,
10119,
8359,
124,
16,
10120,
10121,
1059,
1061,
355,
3602,
59,
1148,
362,
1067,
6835,
31,
33,
10122,
10123,
10124,
9802,
35,
367,
10125
],
),
"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,
8815,
10117,
3458,
10119,
49,
1222,
16,
642,
10126,
1059,
1061,
355,
289,
57,
59,
62,
1148,
432,
362,
363,
151,
1067,
433,
31,
33,
10127,
9802,
413,
35
],
),
"hdr_on": SymbolsMetadata(
popularity: 253,
codepoint: 0xe3ee,
categories: [1],
tags: [
4324,
745,
4,
504,
40,
42,
5,
345,
1274,
4326,
3352,
3360,
216,
12,
8815,
3458,
8816,
49,
16,
354,
1061,
355,
59,
62,
239,
63,
1148,
453,
362,
151,
2404,
31,
33,
413,
35,
37
],
),
"hdr_on_select": SymbolsMetadata(
popularity: 127,
codepoint: 0xf01d,
categories: [1],
tags: [
231,
4,
3620,
504,
40,
5,
344,
193,
4739,
345,
4083,
1274,
715,
216,
346,
12,
137,
8815,
3458,
8816,
49,
16,
642,
1061,
355,
57,
59,
62,
758,
63,
1148,
362,
151,
2404,
31,
33,
10128,
35,
37,
364
],
),
"hdr_plus": SymbolsMetadata(
popularity: 108,
codepoint: 0xf01e,
categories: [1],
tags: [
231,
4324,
745,
4,
504,
40,
5,
193,
345,
1274,
2155,
487,
4326,
3352,
3360,
83,
12,
904,
8815,
10129,
10130,
10131,
3458,
8816,
4328,
107,
16,
406,
1061,
57,
59,
10132,
62,
239,
63,
1148,
362,
71,
2404,
31,
33,
413,
35,
37,
4318
],
),
"hdr_plus_off": SymbolsMetadata(
popularity: 4,
codepoint: 0xe3ef,
categories: [1],
tags: [
231,
40,
1208,
42,
1162,
868,
1055,
3360,
1212,
8815,
10130,
8816,
49,
1222,
87,
642,
1059,
1061,
355,
57,
59,
62,
239,
63,
440,
71,
1067,
6835,
413,
37
],
),
"hdr_strong": SymbolsMetadata(
popularity: 472,
codepoint: 0xe3f1,
categories: [1],
tags: [
1739,
10133,
3621,
40,
120,
1101,
4739,
1105,
1274,
3352,
715,
10134,
3622,
10135,
8815,
10136,
3458,
8816,
49,
6079,
3030,
70,
57,
3602,
58,
59,
62,
111,
63,
1148,
71,
5521,
476,
4318,
10125
],
),
"hdr_weak": SymbolsMetadata(
popularity: 326,
codepoint: 0xe3f2,
categories: [1],
tags: [
40,
193,
1101,
4739,
345,
4663,
4083,
868,
1105,
1274,
487,
811,
3352,
3360,
3622,
83,
8815,
3458,
8816,
10137,
49,
1222,
3626,
1953,
1059,
355,
289,
57,
59,
1148,
762,
151,
141,
5525
],
),
"head_mounted_device": SymbolsMetadata(
popularity: 305,
codepoint: 0xf4c5,
categories: [11],
tags: [
478,
2541,
2542,
2769,
2744,
10138,
288,
44,
8,
1878,
781,
46,
489,
2497,
2538,
5429,
10139,
1110,
10140,
7043,
10141,
466,
6119,
10142,
2775,
10143,
410,
495,
65,
396,
475,
477
],
),
"headphones": SymbolsMetadata(
popularity: 4530,
codepoint: 0xf01f,
categories: [11],
tags: [
2541,
1268,
7703,
10144,
1270,
283,
288,
7697,
10145,
7707,
1878,
781,
46,
5429,
10146,
7710,
10147,
7043,
10148,
1301,
4529,
7729,
439,
1707,
10149,
1293,
7723,
3346,
880,
65,
475
],
),
"headphones_battery": SymbolsMetadata(
popularity: 249,
codepoint: 0xf020,
categories: [11],
tags: [
2541,
1268,
3678,
4274,
3679,
3868,
284,
288,
7697,
7707,
2537,
3683,
7710,
7043,
138,
51,
792,
1301,
4529,
1707,
4276,
3687,
1293,
291,
10150,
65,
141,
278
],
),
"headset_mic": SymbolsMetadata(
popularity: 3045,
codepoint: 0xe311,
categories: [11],
tags: [
2541,
1268,
7703,
8958,
10151,
1270,
570,
283,
288,
10152,
7697,
7707,
10153,
781,
2538,
7710,
7043,
1301,
10154,
1284,
1285,
1707,
9625,
453,
1293,
4846,
10155,
1296,
65,
612,
1298
],
),
"headset_off": SymbolsMetadata(
popularity: 268,
codepoint: 0xe33a,
categories: [11],
tags: [
2541,
1268,
10156,
3259,
1270,
570,
283,
288,
1162,
868,
2719,
7697,
7707,
1055,
7710,
10157,
10158,
7043,
10159,
1301,
4529,
5098,
1284,
1707,
1302,
1303,
10160,
1059,
1061,
2100,
1304,
1067,
1293,
2103,
1296,
1068,
5104,
1298,
554
],
),
"healing": SymbolsMetadata(
popularity: 1141,
codepoint: 0xe3f3,
categories: [1],
tags: [
864,
10161,
10162,
2375,
1235,
7640,
1762,
1252,
680,
2427,
2429,
1748,
10163,
7643,
697,
10164,
10165,
892,
1764,
49,
3140,
894,
10166,
1768,
5877,
4273,
1769,
10167,
1687,
10168,
5378,
3492,
10169
],
),
"health_and_beauty": SymbolsMetadata(
popularity: 267,
codepoint: 0xef9d,
categories: [8],
tags: [
8585,
6644,
4251,
3137,
2375,
10170,
7013,
10171,
2427,
2887,
7019,
697,
7195,
4378,
3764,
3954,
892,
10172,
5371,
1764,
10173,
10174,
894,
7683,
9841,
1768,
10113,
10175,
5849,
4260,
1960,
2260,
10176,
3825,
4263,
7029,
3492
],
),
"health_and_safety": SymbolsMetadata(
popularity: 5979,
codepoint: 0xe1d5,
categories: [3],
tags: [
231,
745,
864,
8585,
3137,
1553,
1235,
10177,
3953,
3185,
697,
10178,
9838,
892,
1140,
10179,
894,
10180,
9841,
10181,
1143,
239,
10182,
1034,
1063,
1573,
3187,
1574,
2488,
3189,
3190,
705,
10183,
10184,
1774,
1036,
1575,
10185,
31,
3193,
1576,
3492
],
),
"health_metrics": SymbolsMetadata(
popularity: 342,
codepoint: 0xf6e2,
categories: [15],
tags: [
1422,
10186,
4372,
10187,
4250,
373,
81,
375,
1762,
5367,
5368,
2427,
2887,
1078,
697,
3762,
4378,
3763,
3764,
4506,
10188,
5371,
1764,
10173,
87,
226,
17,
894,
4381,
18,
1086,
630,
3765,
4260,
453,
1428,
10189,
4261,
10190,
746,
1095,
4699,
3492
],
),
"heap_snapshot_large": SymbolsMetadata(
popularity: 14,
codepoint: 0xf76e,
categories: [12],
tags: [
480,
1422,
501,
1102,
1310,
81,
4874,
1104,
375,
1580,
1430,
147,
137,
10191,
68,
10192,
1082,
2799,
4258,
1586,
1587,
3968,
3686,
648,
1090,
590,
1123,
1428,
390,
2726,
5091,
509,
1712,
955,
3074,
1093,
140,
514
],
),
"heap_snapshot_multiple": SymbolsMetadata(
popularity: 14,
codepoint: 0xf76d,
categories: [12],
tags: [
1674,
1466,
1675,
1197,
519,
1725,
1325,
81,
1104,
44,
1580,
1430,
3660,
147,
579,
2077,
4773,
10192,
1082,
2078,
2799,
2457,
92,
1586,
1587,
3968,
3686,
6894,
453,
3662,
1539,
5091,
1712,
6146,
1690,
1093,
3664
],
),
"heap_snapshot_thumbnail": SymbolsMetadata(
popularity: 21,
codepoint: 0xf76c,
categories: [12],
tags: [
1422,
1424,
517,
373,
10193,
933,
3761,
81,
3755,
4374,
1343,
1078,
382,
10191,
10194,
9887,
68,
10192,
17,
2799,
1086,
3968,
3686,
648,
57,
2145,
9717,
1428,
390,
2334,
5091,
10195,
746,
989,
2471,
514
],
),
"hearing": SymbolsMetadata(
popularity: 2132,
codepoint: 0xe023,
categories: [0],
tags: [
480,
862,
863,
10196,
7695,
865,
1268,
690,
283,
2303,
867,
7697,
351,
870,
697,
1279,
7699,
871,
581,
7700,
5226,
1301,
10197,
894,
3566,
1286,
289,
7702,
392,
1293,
31,
6031,
554,
1856
],
),
"hearing_aid": SymbolsMetadata(
popularity: 32,
codepoint: 0xf464,
categories: [0],
tags: [
862,
863,
864,
7695,
10198,
1267,
10199,
1268,
7703,
10200,
690,
7696,
288,
867,
7697,
10201,
10202,
10203,
870,
7698,
697,
10204,
1279,
10205,
7699,
5934,
871,
581,
7700,
1301,
4529,
894,
4257,
3566,
7720,
7136,
1293,
10206,
65,
554
],
),
"hearing_aid_disabled": SymbolsMetadata(
popularity: 2,
codepoint: 0xf3b0,
categories: [0],
tags: [
861,
862,
863,
864,
3136,
1268,
1051,
3137,
1299,
7696,
1162,
868,
7697,
1055,
870,
697,
892,
1279,
10205,
5934,
871,
7700,
7701,
4840,
87,
1301,
4257,
1302,
1303,
5952,
1059,
1061,
2100,
1304,
1067,
1293,
1170,
65,
554
],
),
"hearing_aid_disabled_left": SymbolsMetadata(
popularity: 1,
codepoint: 0xf2ec,
categories: [0],
tags: [
862,
863,
864,
3134,
1268,
288,
1162,
868,
7697,
1055,
870,
697,
1279,
10205,
871,
138,
7700,
7701,
1222,
2197,
10207,
87,
1301,
894,
1302,
1059,
1061,
1067,
1293,
31,
65,
554
],
),
"hearing_aid_left": SymbolsMetadata(
popularity: 9,
codepoint: 0xf2ed,
categories: [0],
tags: [
862,
863,
7695,
10198,
865,
1268,
690,
288,
313,
867,
7697,
870,
892,
1279,
10205,
7699,
871,
581,
7700,
7701,
2197,
1301,
4529,
894,
814,
3566,
289,
392,
1339,
1293,
880,
65,
511,
554
],
),
"hearing_disabled": SymbolsMetadata(
popularity: 476,
codepoint: 0xf104,
categories: [0],
tags: [
861,
862,
863,
864,
3134,
865,
1268,
193,
283,
7696,
1162,
867,
868,
7697,
1055,
870,
7698,
697,
1279,
10208,
10209,
871,
7700,
87,
1301,
894,
1302,
1059,
1061,
590,
4246,
2102,
1067,
1293,
879,
291,
31,
601,
554
],
),
"heart_broken": SymbolsMetadata(
popularity: 1641,
codepoint: 0xeac2,
categories: [3],
tags: [
10210,
2117,
3259,
10211,
9599,
10212,
1210,
10213,
6111,
3498,
10214,
697,
4506,
1613,
4507,
10215,
10216,
7069,
289,
6575,
3426,
1224,
6571,
8439,
392,
2403,
31,
4522,
10217,
10218,
10219,
10220,
10221,
6573
],
),
"heart_check": SymbolsMetadata(
popularity: 237,
codepoint: 0xf60a,
categories: [2],
tags: [
2660,
4505,
2666,
1658,
3182,
1662,
463,
2689,
1664,
1789,
3498,
4483,
697,
4506,
5249,
1613,
4507,
1166,
894,
1666,
4104,
1539,
362,
392,
245,
1669,
2336,
1576,
3753,
7263,
3492,
1672
],
),
"heart_minus": SymbolsMetadata(
popularity: 845,
codepoint: 0xf883,
categories: [2],
tags: [
4990,
1422,
4505,
4959,
4250,
780,
81,
5038,
1210,
10213,
3371,
3498,
697,
4506,
1613,
4507,
17,
894,
1255,
4258,
759,
4260,
359,
8181,
4104,
1224,
1539,
1261,
4522,
10219,
4263
],
),
"heart_plus": SymbolsMetadata(
popularity: 2659,
codepoint: 0xf884,
categories: [2],
tags: [
231,
745,
4505,
1332,
4251,
1325,
6111,
3498,
3499,
4483,
137,
697,
892,
4506,
1613,
3792,
4507,
1166,
894,
887,
4501,
876,
239,
242,
4104,
6571,
1539,
392,
1339,
2491,
31,
10222
],
),
"heat": SymbolsMetadata(
popularity: 107,
codepoint: 0xf537,
categories: [10],
tags: [
1739,
837,
2053,
2727,
1840,
7949,
1842,
7153,
840,
345,
464,
3683,
7154,
5180,
5181,
1077,
3027,
1848,
1140,
3029,
138,
235,
792,
87,
1143,
3704,
3687,
2422,
151,
3826,
6482,
31,
858,
2070,
3828,
1855,
9535,
859,
1857
],
),
"heat_pump": SymbolsMetadata(
popularity: 569,
codepoint: 0xec18,
categories: [8],
tags: [
5864,
838,
1872,
1859,
929,
5255,
1180,
844,
845,
10223,
7883,
3479,
3683,
10224,
8188,
3027,
10225,
1848,
10226,
1140,
1499,
1849,
5869,
4878,
1143,
8190,
1503,
1093,
65,
858,
5872,
2070,
3315,
1854,
10227
],
),
"heat_pump_balance": SymbolsMetadata(
popularity: 190,
codepoint: 0xe27e,
categories: [10],
tags: [
2212,
838,
1859,
925,
929,
840,
1877,
345,
845,
1400,
3479,
3683,
3715,
3870,
3027,
10225,
1848,
1140,
1499,
1849,
226,
1143,
8190,
1752,
1947,
71,
1897,
1898,
2492,
1093,
858,
2070
],
),
"height": SymbolsMetadata(
popularity: 1202,
codepoint: 0xea16,
categories: [12],
tags: [
77,
1742,
4562,
486,
10228,
1580,
10229,
2819,
1252,
680,
2155,
1335,
2219,
370,
383,
2973,
10230,
4596,
1470,
788,
226,
10231,
3081,
2274,
391,
10232,
1588,
298,
10233,
10234,
1460,
10235,
2162,
8931,
33,
5661,
35,
1702,
1464,
10236,
10237,
1485
],
),
"helicopter": SymbolsMetadata(
popularity: 40,
codepoint: 0xf60c,
categories: [3],
tags: [
4943,
837,
9049,
1930,
1903,
10238,
2427,
1910,
1925,
10239,
894,
9542,
387,
8523,
2433,
10240,
652,
1994,
1629,
332,
1836
],
),
"help": SymbolsMetadata(
popularity: 33076,
codepoint: 0xe887,
categories: [6],
tags: [
3940,
5587,
6621,
865,
504,
193,
462,
2622,
1164,
5647,
2821,
3158,
871,
138,
293,
68,
10241,
4427,
87,
1314,
4449,
289,
3942,
2333,
3943,
3944,
4807,
3662,
392,
1170,
880,
31,
4467,
141,
10242,
10243
],
rtlAutoMirrored: true,
),
"help_center": SymbolsMetadata(
popularity: 3579,
codepoint: 0xf1c0,
categories: [6],
tags: [
3940,
10244,
864,
6300,
865,
308,
193,
5033,
2622,
1746,
5647,
2821,
871,
10245,
293,
68,
8241,
10246,
4438,
4449,
3942,
2333,
5411,
3943,
3944,
4807,
4033,
3662,
652,
392,
10247,
880,
31,
4467
],
rtlAutoMirrored: true,
),
"help_clinic": SymbolsMetadata(
popularity: 61,
codepoint: 0xf810,
categories: [6],
tags: [
10244,
864,
1360,
1177,
865,
929,
2375,
1235,
312,
145,
4253,
2427,
3833,
5647,
10248,
3170,
697,
892,
871,
1140,
1764,
4192,
5074,
293,
68,
323,
894,
1768,
1769,
240,
3943,
652,
433,
955,
880,
5378
],
),
"hematology": SymbolsMetadata(
popularity: 15,
codepoint: 0xe0f6,
categories: [3],
tags: [
480,
1422,
4165,
4264,
690,
1250,
3582,
193,
2375,
81,
7769,
4268,
2904,
697,
892,
10249,
1764,
581,
4174,
4175,
894,
1768,
1428,
4178,
2334,
330,
4179,
10250,
31,
1318,
10251,
5378,
10252,
10253,
7290
],
),
"hevc": SymbolsMetadata(
popularity: 109,
codepoint: 0xf021,
categories: [1],
tags: [
222,
10254,
4,
5,
3456,
2218,
10255,
44,
3479,
10256,
2574,
346,
12,
370,
10257,
10258,
3458,
10259,
2004,
52,
16,
406,
354,
439,
408,
4342,
1948,
411,
31,
182,
65,
33,
740,
35,
338,
37
],
),
"hexagon": SymbolsMetadata(
popularity: 797,
codepoint: 0xeb39,
categories: [12],
tags: [
1739,
685,
3953,
3499,
2497,
3413,
381,
10260,
647,
289,
852,
1574,
1774,
1036,
71,
392,
1575,
10261,
10262,
2491,
65
],
),
"hide": SymbolsMetadata(
popularity: 1098,
codepoint: 0xef9e,
categories: [2],
tags: [
1051,
1208,
1209,
10263,
1210,
1162,
1300,
811,
4245,
1213,
2920,
10264,
813,
6510,
7338,
1059,
1063,
1224,
1065,
6261,
1067,
10265,
4322,
1068,
10266,
3688
],
),
"hide_image": SymbolsMetadata(
popularity: 688,
codepoint: 0xf022,
categories: [1],
tags: [
10267,
2136,
1051,
3259,
10268,
628,
868,
8,
1055,
5796,
1343,
137,
2920,
49,
813,
1595,
406,
1596,
1597,
1059,
1061,
57,
59,
62,
820,
1063,
1224,
3273,
6261,
1067,
413,
10269,
10270,
396,
3630,
476
],
),
"hide_source": SymbolsMetadata(
popularity: 1862,
codepoint: 0xf023,
categories: [2],
tags: [
861,
193,
10271,
1761,
345,
868,
1055,
5796,
8384,
2920,
10272,
813,
1778,
4258,
5490,
1059,
1060,
1061,
1034,
1063,
10273,
3187,
1574,
2899,
6261,
1774,
1036,
392,
2008,
1067,
737,
5115,
2951,
5321,
10274,
10275,
396,
7348
],
),
"high_density": SymbolsMetadata(
popularity: 23,
codepoint: 0xf79c,
categories: [1],
tags: [
223,
10276,
3896,
1209,
6037,
10277,
10278,
2394,
754,
6961,
6948,
3499,
2276,
1079,
2479,
3458,
7892,
10279,
1733,
5640,
10280,
6761,
63,
26,
10281,
410,
2491,
1957,
554
],
),
"high_quality": SymbolsMetadata(
popularity: 614,
codepoint: 0xe024,
categories: [0],
tags: [
3,
4,
3493,
281,
3494,
504,
192,
5,
104,
8,
10282,
6636,
3498,
1908,
10283,
12,
10284,
3458,
10285,
138,
16,
1491,
354,
3341,
6570,
716,
63,
10286,
6522,
795,
203,
28,
3503,
410,
10287,
2679,
857,
31,
33,
1263,
2031,
35,
3509,
10288
],
),
"high_res": SymbolsMetadata(
popularity: 29,
codepoint: 0xf54b,
categories: [1],
tags: [
626,
769,
4,
40,
5,
135,
780,
639,
104,
43,
8,
1430,
715,
10289,
147,
12,
418,
3458,
404,
48,
10285,
49,
16,
406,
354,
355,
648,
62,
408,
63,
28,
410,
151,
644,
411,
2404,
31,
33,
413,
2031,
35,
427,
37
],
),
"highlight": SymbolsMetadata(
popularity: 832,
codepoint: 0xe25f,
categories: [8],
tags: [
1157,
7816,
1474,
1361,
4562,
2936,
1580,
1430,
2245,
378,
1252,
680,
2155,
9438,
10290,
2219,
4392,
1749,
370,
2156,
1139,
1367,
2673,
3626,
87,
174,
9435,
1480,
3081,
4516,
3503,
362,
363,
392,
1588,
1460,
2162,
33,
511,
35,
4552,
1590,
1485,
10291
],
),
"highlight_keyboard_focus": SymbolsMetadata(
popularity: 18,
codepoint: 0xf510,
categories: [2],
tags: [
10292,
862,
749,
1132,
1133,
482,
10293,
3938,
345,
2339,
1788,
2394,
4602,
1164,
1820,
1749,
488,
348,
1139,
51,
1111,
467,
1113,
16,
1166,
289,
432,
362,
2702,
363,
433
],
),
"highlight_mouse_cursor": SymbolsMetadata(
popularity: 156,
codepoint: 0xf511,
categories: [2],
tags: [
77,
1179,
10293,
193,
1785,
1786,
519,
1310,
345,
1788,
1705,
2953,
1164,
1749,
381,
1139,
51,
1612,
1344,
259,
2197,
87,
323,
1166,
2986,
1750,
1167,
10294,
2864,
410,
362,
363,
7598,
392,
1227,
65,
511,
1628,
333
],
rtlAutoMirrored: true,
),
"highlight_text_cursor": SymbolsMetadata(
popularity: 16,
codepoint: 0xf512,
categories: [2],
tags: [
10295,
10296,
10297,
2847,
10293,
10298,
1788,
1633,
1430,
1252,
2155,
10299,
370,
1139,
3658,
10300,
87,
1583,
1641,
1480,
1167,
363,
10301,
10302,
8581,
10002,
3659,
3729,
2180,
1590,
1485
],
),
"highlighter_size_1": SymbolsMetadata(
popularity: 11,
codepoint: 0xf76b,
categories: [12],
tags: [
2212,
1474,
1592,
1332,
345,
2936,
485,
1430,
378,
1252,
680,
3097,
370,
137,
1139,
9433,
87,
8133,
174,
814,
1391,
70,
4516,
71,
1339,
298,
1170,
8135,
33,
4594,
511,
476,
3731,
1485
],
),
"highlighter_size_2": SymbolsMetadata(
popularity: 11,
codepoint: 0xf76a,
categories: [12],
tags: [
10303,
9368,
1474,
10304,
10305,
1162,
1430,
378,
1252,
680,
3097,
3196,
147,
370,
1139,
9433,
87,
8133,
174,
1583,
1585,
1391,
4516,
298,
10306,
10307,
10308,
1170,
8135,
2164,
4594,
511,
4552,
3731,
1485
],
),
"highlighter_size_3": SymbolsMetadata(
popularity: 16,
codepoint: 0xf769,
categories: [12],
tags: [
2212,
1474,
1592,
2279,
1430,
378,
4839,
1252,
2155,
3097,
9438,
10309,
370,
1139,
9433,
1111,
87,
8133,
174,
9435,
1480,
4516,
298,
10233,
1170,
8135,
33,
6951,
4597,
4594,
511,
3731,
397,
1485
],
),
"highlighter_size_4": SymbolsMetadata(
popularity: 11,
codepoint: 0xf768,
categories: [12],
tags: [
1474,
1788,
1430,
378,
1252,
680,
9438,
2219,
370,
137,
1139,
9433,
1940,
87,
8133,
1166,
174,
289,
4516,
1167,
432,
362,
392,
298,
433,
3774,
1170,
8135,
33,
6951,
4594,
511,
3731,
2540,
1485
],
),
"highlighter_size_5": SymbolsMetadata(
popularity: 22,
codepoint: 0xf767,
categories: [12],
tags: [
7816,
1592,
9353,
193,
1788,
1430,
1746,
378,
1252,
3097,
370,
1139,
9433,
2673,
1940,
87,
8133,
174,
1391,
4516,
328,
432,
298,
433,
1589,
1170,
8135,
33,
4597,
4594,
511,
4552,
3731,
10310,
1485
],
),
"hiking": SymbolsMetadata(
popularity: 2249,
codepoint: 0xe50a,
categories: [15],
tags: [
2513,
3639,
10311,
3641,
10312,
10313,
11,
5156,
3648,
581,
1623,
1959,
981,
1596,
10314,
1597,
1826,
4040,
1625,
589,
3299,
888,
593,
30,
3519,
5189,
4808,
332,
10315,
3798,
10316
],
),
"history": SymbolsMetadata(
popularity: 15529,
codepoint: 0xe889,
categories: [6],
tags: [
2513,
77,
2443,
1675,
2939,
462,
780,
1159,
753,
81,
1160,
10317,
288,
6447,
2077,
1140,
10318,
4805,
1143,
2833,
10319,
10320,
760,
2451,
4881,
5856,
3446,
3662,
2801,
2836,
2837,
10321,
470,
1539,
1168,
71,
1093,
1171,
2465,
473,
2841,
2453
],
),
"history_2": SymbolsMetadata(
popularity: 99,
codepoint: 0xf3e6,
categories: [6],
tags: [
4622,
2513,
1674,
77,
2443,
2939,
10322,
1159,
81,
1160,
288,
2091,
10323,
4803,
2077,
1140,
3462,
3059,
88,
4805,
2799,
3465,
1143,
2800,
759,
4807,
453,
760,
2451,
5856,
3662,
5881,
2836,
2852,
470,
1168,
360,
4964,
1171,
2465,
2545,
1095,
473
],
),
"history_edu": SymbolsMetadata(
popularity: 4757,
codepoint: 0xea3e,
categories: [12],
tags: [
4422,
1674,
3390,
1159,
3646,
464,
10324,
1430,
10325,
3097,
10326,
10327,
489,
10328,
2077,
3462,
4427,
3099,
3105,
16,
2799,
3465,
1587,
2800,
4516,
5009,
10329,
2890,
2743,
360,
3398,
5451,
4390,
10330,
1318,
1171,
2465,
1781,
4436,
1590,
1485
],
),
"history_off": SymbolsMetadata(
popularity: 45,
codepoint: 0xf4da,
categories: [6],
tags: [
2601,
2513,
77,
2443,
2939,
1051,
10331,
5544,
1159,
1235,
1160,
868,
2719,
1055,
1213,
2077,
1222,
4805,
10332,
5952,
1059,
1060,
1061,
2800,
2833,
453,
760,
2451,
1065,
2836,
2852,
470,
1168,
1067,
8718,
2122,
1171,
1095,
4808,
473,
1068
],
),
"history_toggle_off": SymbolsMetadata(
popularity: 1684,
codepoint: 0xf17d,
categories: [6],
tags: [
2513,
1159,
345,
2394,
754,
1160,
2606,
1300,
10333,
10334,
1164,
4803,
2077,
10335,
8902,
1059,
7409,
355,
2800,
2833,
4807,
453,
1168,
151,
4248,
1226,
2404,
1171,
2465,
413,
4322,
5167,
10336,
2200
],
),
"hive": SymbolsMetadata(
popularity: 1620,
codepoint: 0xeaa6,
categories: [3],
tags: [
480,
10337,
7978,
10338,
1196,
1197,
10339,
574,
284,
81,
1467,
904,
579,
10260,
10340,
10341,
10342,
10343,
4875,
1826,
267,
586,
3354,
392,
1690,
955,
1093
],
),
"hls": SymbolsMetadata(
popularity: 411,
codepoint: 0xeb8a,
categories: [2],
tags: [
4,
731,
5978,
5,
283,
254,
628,
81,
1716,
1313,
44,
4885,
2787,
781,
12,
10344,
10345,
259,
16,
1282,
406,
439,
267,
523,
1686,
2509,
409,
4775,
273,
454,
411,
31,
65,
10346,
33,
526,
35,
37,
10347,
333
],
),
"hls_off": SymbolsMetadata(
popularity: 406,
codepoint: 0xeb8c,
categories: [2],
tags: [
4,
5,
284,
1235,
1716,
1313,
2953,
1300,
868,
1055,
4885,
2787,
12,
10344,
10348,
1222,
16,
87,
406,
407,
686,
439,
267,
1059,
1060,
1061,
1686,
408,
1067,
7849,
454,
411,
3769,
31,
65,
33,
35,
1068,
37,
10349,
543
],
),
"holiday_village": SymbolsMetadata(
popularity: 1119,
codepoint: 0xe58a,
categories: [16],
tags: [
1495,
1496,
4036,
10350,
3643,
2553,
2785,
1197,
574,
4888,
312,
2556,
579,
1958,
10351,
1140,
1499,
10352,
2557,
4356,
5538,
4055,
1534,
10353,
386,
327,
1500,
2559,
1501,
1502,
1503,
1830,
10354,
10355,
3739,
1627,
1505,
3303,
2792,
332,
4895,
1506,
1961,
2794
],
),
"home": SymbolsMetadata(
popularity: 168374,
codepoint: 0xe88a,
categories: [2],
tags: [
5456,
1513,
1673,
10356,
1496,
2194,
929,
504,
2707,
1425,
485,
10357,
1498,
2556,
3499,
381,
1140,
10358,
1499,
1344,
385,
1314,
4055,
6776,
506,
325,
289,
327,
1500,
2559,
1501,
1502,
1503,
410,
392,
1504,
2838,
2491,
2130,
10359,
1170,
955,
4479,
141,
152,
1348,
333,
1186,
1187
],
),
"home_and_garden": SymbolsMetadata(
popularity: 64,
codepoint: 0xef9f,
categories: [8],
tags: [
8585,
1496,
929,
1816,
4932,
1498,
1844,
2556,
6870,
6871,
3815,
2357,
1326,
10360,
1140,
1499,
1825,
9730,
9909,
5527,
1826,
4040,
327,
9297,
1500,
2559,
1501,
1502,
1503,
4892,
1504,
1505,
10361,
5486,
1506,
1187,
6878
],
),
"home_app_logo": SymbolsMetadata(
popularity: 2228,
codepoint: 0xe295,
categories: [6],
tags: [
5456,
1513,
1307,
1673,
1496,
1267,
2194,
929,
4887,
4186,
10357,
4932,
1498,
1387,
2556,
1026,
1684,
1140,
10358,
1499,
2557,
5527,
323,
2482,
6776,
325,
1143,
267,
327,
1500,
1501,
1502,
4892,
1504,
2130,
955,
1187
],
),
"home_health": SymbolsMetadata(
popularity: 86,
codepoint: 0xe4b9,
categories: [3],
tags: [
864,
865,
3135,
929,
3137,
810,
2375,
1235,
1762,
1498,
1026,
2429,
697,
892,
1140,
10362,
1764,
1499,
4192,
3529,
5527,
894,
10363,
5877,
1502,
705,
3851,
1036,
880,
5378,
3492
],
),
"home_improvement_and_tools": SymbolsMetadata(
popularity: 32,
codepoint: 0xefa0,
categories: [8],
tags: [
10364,
8585,
5993,
929,
5387,
1776,
1497,
2787,
46,
4877,
1777,
6286,
5389,
1110,
1140,
10365,
6287,
4878,
5390,
4879,
3960,
5757,
10113,
6290,
4881,
10086,
652,
4882,
10088,
4883,
1781,
5350,
4884
],
),
"home_iot_device": SymbolsMetadata(
popularity: 513,
codepoint: 0xe283,
categories: [8],
tags: [
3151,
1859,
1267,
2125,
929,
283,
1074,
254,
345,
1744,
288,
44,
1498,
2537,
1684,
1110,
1140,
1499,
4173,
1281,
1344,
259,
7151,
7152,
5527,
1029,
647,
630,
1143,
267,
1500,
1502,
1292,
1898,
1093,
65,
278
],
),
"home_max": SymbolsMetadata(
popularity: 206,
codepoint: 0xf024,
categories: [11],
tags: [
1513,
1496,
1131,
929,
288,
10357,
4932,
1498,
2340,
7516,
914,
2219,
5097,
5810,
2538,
1110,
1140,
1499,
235,
259,
7152,
5527,
323,
10366,
2344,
325,
1143,
327,
1500,
1501,
1502,
4892,
391,
1292,
955,
10367,
1229,
2337
],
),
"home_max_dots": SymbolsMetadata(
popularity: 229,
codepoint: 0xe849,
categories: [10],
tags: [
3151,
5456,
1513,
1267,
929,
1101,
4785,
288,
1541,
1105,
1498,
2537,
1684,
1110,
1140,
10358,
1499,
2557,
259,
10368,
506,
237,
325,
1143,
70,
851,
1500,
1502,
1503,
1504,
1292,
6777,
955,
278
],
),
"home_mini": SymbolsMetadata(
popularity: 173,
codepoint: 0xf025,
categories: [11],
tags: [
10369,
1513,
1496,
1332,
929,
504,
6037,
288,
375,
1498,
2538,
1110,
1140,
1499,
138,
7152,
323,
2044,
814,
325,
1143,
289,
1500,
1501,
1502,
392,
1504,
1339,
1956,
1292,
955,
31,
10367
],
),
"home_pin": SymbolsMetadata(
popularity: 10707,
codepoint: 0xf14d,
categories: [5],
tags: [
1513,
1131,
929,
8308,
4785,
312,
313,
1498,
1387,
2556,
2476,
1532,
4922,
1140,
1499,
323,
6776,
324,
1534,
174,
325,
326,
327,
328,
329,
10370,
1500,
1501,
1502,
10371,
1540,
1226
],
),
"home_repair_service": SymbolsMetadata(
popularity: 2511,
codepoint: 0xf100,
categories: [5],
tags: [
10372,
482,
929,
1497,
46,
1748,
1777,
6286,
5389,
1140,
1499,
6287,
7928,
1515,
10373,
5390,
3960,
5314,
10374,
4914,
6290,
4881,
10375,
10087,
652,
1780,
4882,
6292,
511,
10088,
1781,
1518,
5350,
4884
],
),
"home_speaker": SymbolsMetadata(
popularity: 253,
codepoint: 0xf11c,
categories: [10],
tags: [
2493,
1859,
1267,
1268,
2125,
929,
193,
345,
288,
1878,
781,
1684,
137,
1140,
1499,
138,
384,
5528,
406,
814,
1707,
10376,
432,
1502,
1035,
1339,
1292,
1898,
1293,
1294,
955,
31,
1093,
65,
1298,
554
],
),
"home_storage": SymbolsMetadata(
popularity: 466,
codepoint: 0xf86c,
categories: [10],
tags: [
1496,
1675,
482,
929,
10377,
569,
1676,
1180,
1310,
81,
6836,
1467,
147,
1680,
1140,
10378,
1499,
10379,
1470,
267,
1500,
1501,
1503,
2726,
10380,
1690,
10381,
10382,
955,
65,
10383,
8473
],
),
"home_work": SymbolsMetadata(
popularity: 3382,
codepoint: 0xea09,
categories: [5],
tags: [
1513,
1496,
929,
569,
1180,
576,
312,
1498,
10384,
2556,
6447,
4922,
1140,
1499,
5312,
1515,
323,
1534,
325,
1391,
327,
2559,
1501,
1502,
1503,
1504,
955,
1518,
2562
],
),
"horizontal_distribute": SymbolsMetadata(
popularity: 280,
codepoint: 0xe014,
categories: [12],
tags: [
2149,
2150,
501,
1466,
502,
1423,
504,
375,
2181,
680,
2155,
2188,
2242,
2253,
370,
2156,
2255,
699,
385,
1470,
2221,
91,
92,
2159,
329,
3356,
703,
2161,
509,
823,
709,
2162,
33,
511
],
),
"horizontal_rule": SymbolsMetadata(
popularity: 1620,
codepoint: 0xf108,
categories: [12],
tags: [
1332,
1133,
10385,
2264,
1163,
1164,
10386,
381,
10387,
699,
87,
4574,
10388,
6402,
703,
1151,
4576,
1169,
392,
1339,
709,
2403,
10389
],
),
"horizontal_split": SymbolsMetadata(
popularity: 363,
codepoint: 0xe947,
categories: [12],
tags: [
1466,
517,
10390,
8,
9705,
2264,
10391,
10392,
370,
699,
10393,
10394,
10395,
385,
10396,
1470,
10397,
10398,
586,
919,
6402,
10399,
10400,
1151,
707,
2403,
2463,
10401,
10402,
396,
9723,
1187
],
),
"host": SymbolsMetadata(
popularity: 417,
codepoint: 0xf3d9,
categories: [11],
tags: [
861,
1513,
517,
1676,
519,
284,
81,
1467,
312,
44,
7397,
5460,
10403,
1110,
7462,
68,
1622,
259,
4771,
4773,
88,
323,
5814,
1730,
3674,
267,
523,
4777,
2726,
652,
737,
1093,
65,
498,
333,
1186
],
),
"hot_tub": SymbolsMetadata(
popularity: 529,
codepoint: 0xeb46,
categories: [8],
tags: [
3810,
3813,
1861,
3830,
3814,
193,
1877,
697,
3029,
3818,
2739,
581,
3819,
3820,
1959,
1470,
589,
3823,
3299,
1960,
3824,
2536,
3852,
3838,
10404,
3825,
3826,
7972,
3147,
332,
3839,
3828,
3829,
3492
],
),
"hotel": SymbolsMetadata(
popularity: 2803,
codepoint: 0xe53a,
categories: [16],
tags: [
1495,
2552,
1904,
690,
1924,
929,
10405,
1958,
5611,
4052,
2739,
10406,
1499,
581,
4053,
4055,
10407,
4057,
588,
589,
327,
432,
4152,
1928,
3824,
1947,
1504,
1920,
433,
3739,
955,
3303,
332,
10408,
1691,
1921,
1961
],
rtlAutoMirrored: true,
),
"hotel_class": SymbolsMetadata(
popularity: 2516,
codepoint: 0xe743,
categories: [6],
tags: [
1495,
3,
1904,
1924,
1694,
929,
1907,
1877,
312,
3498,
10405,
1139,
5611,
4052,
2739,
1367,
4053,
1623,
4055,
1491,
5602,
4057,
63,
6522,
795,
359,
203,
1928,
3503,
3504,
1947,
1539,
4464,
652,
392,
3205,
857,
10409,
3366,
3739,
3303,
332,
1921,
1961
],
rtlAutoMirrored: true,
),
"hourglass": SymbolsMetadata(
popularity: 365,
codepoint: 0xebff,
categories: [6],
tags: [
1159,
2074,
2075,
2118,
2091,
811,
10,
2276,
489,
2077,
3462,
3486,
1952,
756,
226,
17,
3465,
3466,
2800,
2594,
3487,
758,
759,
10410,
3490,
1168,
360,
291,
10411,
1171,
1172,
2523,
766
],
),
"hourglass_arrow_down": SymbolsMetadata(
popularity: 29,
codepoint: 0xf37e,
categories: [2],
tags: [
2513,
77,
4801,
1159,
2074,
2118,
2894,
313,
2819,
2578,
2091,
811,
83,
2276,
2077,
3486,
10412,
756,
226,
3466,
325,
91,
2594,
759,
1711,
4807,
3490,
8722,
291,
1171,
10413,
1172,
1702,
2523,
766
],
),
"hourglass_arrow_up": SymbolsMetadata(
popularity: 32,
codepoint: 0xf37d,
categories: [2],
tags: [
77,
78,
1743,
1159,
2074,
2118,
313,
2819,
2091,
10323,
811,
2276,
489,
2077,
3486,
756,
3466,
325,
91,
92,
2800,
2594,
759,
3898,
2271,
2836,
3490,
1168,
95,
10414,
1171,
10415,
1172,
1702,
2453,
2523,
766
],
),
"hourglass_bottom": SymbolsMetadata(
popularity: 2719,
codepoint: 0xea5c,
categories: [7],
tags: [
2186,
1159,
1663,
3116,
2074,
2075,
10416,
2118,
2091,
2127,
6566,
5596,
2671,
489,
3636,
4005,
2077,
3486,
756,
226,
17,
3465,
3466,
2800,
2594,
758,
759,
3898,
3490,
1171,
1172,
2523,
766
],
),
"hourglass_disabled": SymbolsMetadata(
popularity: 590,
codepoint: 0xef53,
categories: [6],
tags: [
9368,
193,
1159,
463,
2074,
6838,
2118,
1162,
868,
2091,
3484,
811,
1055,
2127,
10417,
2671,
3486,
1222,
550,
756,
226,
10418,
3465,
3466,
1059,
1061,
1223,
3490,
1067,
1226,
1171,
1172,
1068,
2523,
766
],
),
"hourglass_empty": SymbolsMetadata(
popularity: 4159,
codepoint: 0xe88b,
categories: [6],
tags: [
480,
1159,
2074,
2118,
2091,
811,
2276,
489,
2077,
3486,
51,
3463,
10419,
756,
226,
3466,
289,
5773,
2800,
2594,
3487,
758,
759,
3490,
392,
291,
1171,
1172,
907,
2523,
766
],
),
"hourglass_pause": SymbolsMetadata(
popularity: 46,
codepoint: 0xf38c,
categories: [6],
tags: [
480,
2117,
345,
1745,
2074,
2118,
811,
2276,
137,
2480,
3486,
138,
3451,
756,
406,
3466,
1707,
1223,
3490,
1226,
10420,
31,
3726,
10411,
1171,
1172,
6101,
3330,
37,
2523,
766
],
),
"hourglass_top": SymbolsMetadata(
popularity: 3012,
codepoint: 0xea5b,
categories: [7],
tags: [
10421,
3801,
8796,
2074,
2118,
2091,
10422,
10423,
1077,
489,
1109,
3636,
3486,
51,
756,
17,
10424,
3465,
3466,
492,
2800,
2594,
3487,
759,
3490,
4179,
392,
1171,
1172,
511,
1263,
7290,
5885,
2523,
766
],
),
"house": SymbolsMetadata(
popularity: 8943,
codepoint: 0xea44,
categories: [8],
tags: [
5456,
1496,
1332,
929,
504,
4932,
1498,
1164,
2556,
1026,
904,
137,
1140,
10358,
1499,
138,
87,
325,
289,
327,
2558,
1500,
2559,
1501,
432,
1502,
1503,
4892,
1504,
1339,
433,
955,
31,
1691,
4732,
1187
],
),
"house_siding": SymbolsMetadata(
popularity: 401,
codepoint: 0xf202,
categories: [8],
tags: [
10425,
10426,
1496,
929,
10427,
1497,
485,
1498,
2556,
2788,
2789,
1140,
916,
1499,
10428,
2557,
5384,
4194,
5385,
10429,
3354,
1500,
2559,
1501,
6290,
4881,
1503,
1504,
10430,
955,
10431,
10432,
4732,
4935
],
),
"house_with_shield": SymbolsMetadata(
popularity: 224,
codepoint: 0xe786,
categories: [10],
tags: [
861,
1758,
929,
10433,
1498,
2556,
10434,
3185,
1140,
1499,
1143,
1034,
1063,
1500,
3187,
1574,
1501,
2488,
1502,
1065,
3189,
705,
1774,
1036,
1504,
1575,
3193,
7482
],
),
"houseboat": SymbolsMetadata(
popularity: 421,
codepoint: 0xe584,
categories: [16],
tags: [
1495,
4346,
1496,
4036,
2474,
929,
1498,
2556,
4864,
1958,
1140,
1499,
10435,
4356,
1959,
5527,
4055,
1534,
7289,
2486,
327,
1500,
2559,
1501,
3299,
4159,
1502,
1503,
4361,
2423,
3739,
3303,
900,
332,
10436,
4895,
1961,
7290,
10437
],
),
"household_supplies": SymbolsMetadata(
popularity: 39,
codepoint: 0xefa1,
categories: [8],
tags: [
480,
1759,
5830,
5831,
810,
1891,
1864,
10438,
10439,
3863,
46,
1140,
4191,
1499,
4192,
10440,
3529,
3960,
5847,
289,
10441,
652,
888,
1833,
1870,
10442,
10443,
3655,
1781
],
),
"hov": SymbolsMetadata(
popularity: 35,
codepoint: 0xf475,
categories: [14],
tags: [
749,
1131,
77,
10444,
1785,
2036,
1788,
145,
1164,
1749,
9145,
10445,
1139,
1621,
10446,
68,
1612,
467,
4156,
323,
1534,
2986,
10447,
673,
328,
1167,
329,
2899,
1538,
362,
4248,
1227,
10448,
1628,
1629,
6414,
601,
476,
1155
],
),
"how_to_reg": SymbolsMetadata(
popularity: 5152,
codepoint: 0xe174,
categories: [6],
tags: [
2660,
861,
565,
1551,
1658,
5220,
3742,
1661,
1662,
193,
463,
2689,
1664,
3746,
1431,
977,
7157,
1328,
1166,
982,
1566,
1666,
2676,
589,
3749,
590,
985,
2628,
362,
392,
986,
988,
888,
9182,
1669,
10449,
601,
2336,
1576,
3753,
1672
],
),
"how_to_vote": SymbolsMetadata(
popularity: 1095,
codepoint: 0xe175,
categories: [15],
tags: [
3742,
10450,
10451,
10452,
1661,
684,
8991,
10453,
10454,
3745,
3746,
944,
2698,
10455,
7157,
10456,
1166,
10457,
3748,
3749,
10458,
363,
10459,
1619,
1713,
3753,
3754,
10460,
10461,
3992
],
),
"hr_resting": SymbolsMetadata(
popularity: 55,
codepoint: 0xf6ba,
categories: [15],
tags: [
1904,
10462,
4050,
10463,
10464,
225,
379,
697,
4506,
699,
10465,
581,
10466,
10467,
1913,
981,
894,
4058,
4273,
589,
359,
1687,
1960,
1918,
9057,
2384,
888,
1920,
1936,
10468,
10469,
4719
],
),
"html": SymbolsMetadata(
popularity: 3088,
codepoint: 0xeb7e,
categories: [2],
tags: [
4,
6000,
5984,
5,
1102,
2218,
519,
1310,
2187,
1716,
1313,
1104,
10470,
44,
1430,
4885,
2787,
147,
12,
6994,
5988,
259,
10471,
4773,
5226,
6995,
16,
5989,
10472,
1686,
1123,
6664,
3325,
509,
6997,
31,
5767,
65,
33,
35,
333,
2191,
2202
],
),
"http": SymbolsMetadata(
popularity: 842,
codepoint: 0xe902,
categories: [6],
tags: [
861,
1513,
10473,
4,
1179,
5,
10474,
283,
519,
1310,
1073,
284,
81,
44,
5460,
12,
319,
10475,
10476,
259,
16,
1314,
325,
267,
523,
1774,
2726,
31,
65,
33,
526,
35,
1530,
333,
1186,
334
],
),
"hub": SymbolsMetadata(
popularity: 6957,
codepoint: 0xe9f4,
categories: [7],
tags: [
861,
308,
10477,
1197,
1073,
284,
10478,
9599,
81,
375,
2182,
1077,
10479,
3153,
68,
4131,
1328,
5478,
267,
3424,
1088,
7069,
586,
328,
10480,
737,
955,
1093,
10481
],
),
"humerus": SymbolsMetadata(
popularity: 193,
codepoint: 0xf895,
categories: [3],
tags: [
3546,
7993,
4165,
690,
4119,
8606,
3097,
1164,
10482,
137,
697,
892,
581,
10483,
384,
1525,
3099,
3555,
87,
894,
8612,
289,
390,
4179,
392,
8613,
8615,
2491,
1170,
955,
31,
10484
],
),
"humerus_alt": SymbolsMetadata(
popularity: 153,
codepoint: 0xf896,
categories: [3],
tags: [
3546,
7993,
10485,
4165,
690,
4119,
8606,
3119,
10482,
697,
892,
581,
8618,
10483,
3555,
894,
10486,
1768,
10487,
10488,
4179,
5977,
8613,
8614,
8615,
955,
10484,
8620
],
),
"humidity_high": SymbolsMetadata(
popularity: 802,
codepoint: 0xf163,
categories: [8],
tags: [
837,
1875,
840,
5255,
5264,
842,
10489,
7187,
2904,
4269,
1844,
5265,
2888,
3870,
2479,
3458,
10490,
51,
792,
17,
5860,
3473,
5280,
7190,
5943,
4179,
7191,
7193,
3829,
859,
10491
],
),
"humidity_indoor": SymbolsMetadata(
popularity: 17,
codepoint: 0xf558,
categories: [10],
tags: [
837,
1874,
1875,
1839,
2727,
929,
840,
1877,
842,
345,
2904,
4269,
1844,
1845,
3870,
697,
1140,
1499,
6486,
10492,
1882,
792,
3734,
17,
7190,
3686,
2890,
1947,
64,
858,
7193,
3829,
859
],
),
"humidity_low": SymbolsMetadata(
popularity: 765,
codepoint: 0xf164,
categories: [8],
tags: [
480,
837,
1875,
840,
81,
4269,
1844,
2886,
2888,
3870,
10493,
51,
1951,
1953,
17,
10026,
5860,
3473,
814,
10494,
7190,
3487,
5943,
10495,
1956,
291,
31,
7192,
858,
7193,
3829,
10496,
859
],
),
"humidity_mid": SymbolsMetadata(
popularity: 698,
codepoint: 0xf165,
categories: [8],
tags: [
837,
10497,
1875,
840,
10498,
10499,
5264,
10500,
7186,
2904,
10501,
4269,
1844,
10502,
6486,
10503,
4175,
5301,
7190,
10504,
10505,
6087,
7193,
3829,
10496,
10506,
859,
6766,
10507,
10508
],
),
"humidity_percentage": SymbolsMetadata(
popularity: 18,
codepoint: 0xf87e,
categories: [3],
tags: [
837,
1422,
1875,
373,
840,
5264,
81,
8,
2904,
4269,
1844,
2888,
3870,
1078,
6486,
51,
792,
4175,
17,
18,
7190,
21,
3968,
3686,
2890,
1428,
229,
36,
7193,
3829,
859
],
),
"hvac": SymbolsMetadata(
popularity: 348,
codepoint: 0xf10e,
categories: [8],
tags: [
836,
2212,
837,
838,
1872,
5290,
1888,
10509,
5288,
10510,
10511,
840,
5255,
1877,
8248,
345,
10512,
1844,
1879,
3027,
1848,
1849,
2741,
71,
1898,
1093,
858,
5872,
2070,
1900,
1854,
1857
],
),
"hvac_max_defrost": SymbolsMetadata(
popularity: 7,
codepoint: 0xf332,
categories: [14],
tags: [
838,
77,
1810,
3410,
1812,
5325,
10513,
10514,
5255,
5256,
1744,
845,
1425,
5257,
5258,
10515,
10516,
2869,
10517,
848,
3027,
1848,
1849,
850,
10518,
10519,
5276,
855,
858,
5872,
97,
98,
1836,
1854,
859,
10520,
5278
],
),
"ice_skating": SymbolsMetadata(
popularity: 333,
codepoint: 0xe50b,
categories: [15],
tags: [
2513,
7323,
7540,
6331,
7423,
841,
781,
46,
11,
10521,
10522,
7542,
10523,
850,
10524,
1959,
10525,
3299,
644,
7427,
10526,
10527,
10528,
593,
10529,
30,
3519,
332,
860,
10530
],
),
"icecream": SymbolsMetadata(
popularity: 1139,
codepoint: 0xea69,
categories: [16],
tags: [
3695,
4974,
193,
841,
9105,
844,
7014,
4682,
3699,
10,
2356,
849,
3295,
1610,
850,
10531,
10532,
10533,
5496,
506,
587,
10534,
2520,
1537,
10535,
3709,
2371,
3710,
4691,
332,
3711,
1691,
1961
],
),
"id_card": SymbolsMetadata(
popularity: 358,
codepoint: 0xf4ca,
categories: [13],
tags: [
10536,
565,
5218,
566,
281,
930,
10537,
44,
1430,
2622,
10538,
10539,
577,
379,
581,
3107,
3672,
10540,
2004,
10541,
3312,
10542,
814,
3674,
3675,
2005,
588,
589,
10543,
57,
62,
5100,
590,
432,
2459,
1036,
10544,
888,
601,
4821,
1518
],
),
"identity_aware_proxy": SymbolsMetadata(
popularity: 75,
codepoint: 0xe2dd,
categories: [13],
tags: [
861,
9869,
2688,
10545,
1522,
193,
284,
5224,
10546,
978,
1112,
1314,
1778,
267,
1625,
1034,
1574,
2701,
762,
1538,
1774,
1036,
1575,
10053,
5597
],
),
"identity_platform": SymbolsMetadata(
popularity: 904,
codepoint: 0xebb7,
categories: [3],
tags: [
861,
565,
1757,
1552,
5218,
5220,
566,
690,
193,
10474,
10547,
44,
577,
225,
977,
10260,
581,
978,
259,
980,
1029,
982,
267,
523,
10548,
588,
589,
1686,
5100,
1034,
590,
1036,
986,
888,
10549,
1093,
65,
989,
601,
333
],
),
"ifl": SymbolsMetadata(
popularity: 247,
codepoint: 0xe025,
categories: [15],
tags: [
8969,
517,
10550,
685,
5425,
10551,
10552,
7991,
2943,
916,
10553,
10554,
88,
10555,
10556,
506,
917,
8975,
8274,
325,
9460,
176,
70,
10557,
1734,
1126,
71,
10558,
10559,
10560,
10561,
97,
10562,
10563
],
),
"iframe": SymbolsMetadata(
popularity: 124,
codepoint: 0xf71b,
categories: [2],
tags: [
1131,
1132,
482,
1102,
1333,
628,
1104,
8,
1430,
1164,
9409,
348,
5988,
10564,
10565,
385,
4726,
289,
432,
1149,
410,
1151,
433,
955,
182,
396,
333,
1187
],
),
"iframe_off": SymbolsMetadata(
popularity: 17,
codepoint: 0xf71c,
categories: [2],
tags: [
10566,
10567,
10568,
1208,
10569,
6838,
10570,
1162,
1300,
10571,
868,
8,
10572,
1055,
10573,
348,
9629,
10574,
5988,
10575,
10565,
10576,
1059,
1060,
1061,
10577,
10578,
410,
10579,
10580,
1067,
1226,
182,
5167,
10581,
10582,
10583,
1187,
10584
],
),
"image": SymbolsMetadata(
popularity: 17605,
codepoint: 0xe3f4,
categories: [1],
tags: [
745,
1739,
1342,
4675,
40,
1197,
1814,
8,
1252,
2155,
147,
348,
1343,
137,
49,
1594,
1327,
1595,
1345,
406,
1596,
1597,
3087,
57,
59,
62,
432,
3662,
433,
527,
396,
476
],
),
"image_arrow_up": SymbolsMetadata(
popularity: 56,
codepoint: 0xf317,
categories: [1],
tags: [
745,
500,
77,
502,
482,
1325,
81,
313,
1430,
147,
3003,
137,
49,
1594,
1595,
87,
406,
1596,
1597,
468,
887,
57,
59,
62,
239,
328,
432,
2300,
10585,
10586,
433,
526,
1702,
527,
3255
],
),
"image_aspect_ratio": SymbolsMetadata(
popularity: 193,
codepoint: 0xe3f5,
categories: [1],
tags: [
1739,
3085,
633,
1814,
377,
8,
370,
383,
49,
406,
354,
507,
57,
59,
62,
1427,
3088,
3089,
432,
2222,
28,
391,
410,
71,
298,
433,
37,
396,
476,
397
],
),
"image_search": SymbolsMetadata(
popularity: 1547,
codepoint: 0xe43f,
categories: [1],
tags: [
6189,
10587,
10588,
8856,
10589,
10590,
10591,
314,
316,
317,
10592,
10593,
1109,
10594,
10595,
49,
10596,
10597,
10598,
1595,
1115,
2327,
1116,
1117,
2329,
10599,
1596,
1597,
10600,
10601,
57,
10602,
59,
62,
10603,
10604,
1737,
1126,
8577,
1127,
10605,
10606
],
),
"imagesearch_roller": SymbolsMetadata(
popularity: 699,
codepoint: 0xe9b4,
categories: [12],
tags: [
4593,
10607,
2665,
1592,
3076,
10608,
4562,
1497,
2279,
1236,
1161,
485,
378,
1252,
680,
2219,
10609,
49,
10610,
5835,
3081,
9359,
10611,
3083,
3354,
6290,
10612,
9472,
1126,
682,
2162,
3587,
1781,
10613
],
),
"imagesmode": SymbolsMetadata(
popularity: 3219,
codepoint: 0xefa2,
categories: [1],
tags: [
1342,
1592,
1197,
2143,
1680,
1343,
137,
138,
49,
2508,
1595,
406,
642,
1596,
1597,
439,
57,
1346,
59,
2145,
62,
390,
8817,
363,
433,
1598,
31,
396,
476
],
),
"immunology": SymbolsMetadata(
popularity: 18,
codepoint: 0xe0fb,
categories: [3],
tags: [
10614,
5965,
2374,
4165,
4166,
690,
1250,
4168,
2377,
4169,
10615,
9789,
4170,
4172,
697,
892,
9793,
581,
10179,
10616,
10617,
2380,
10618,
4174,
894,
1768,
4177,
5976,
6503,
4178,
4179,
10619,
6762,
10620,
2387,
10621
],
),
"import_contacts": SymbolsMetadata(
popularity: 4980,
codepoint: 0xe0e0,
categories: [7],
tags: [
1513,
2407,
3390,
573,
5044,
81,
5016,
1541,
520,
3097,
1594,
293,
68,
3059,
4427,
3099,
1345,
3394,
3663,
4463,
2927,
10622,
3397,
2890,
2298,
2300,
1528,
764,
765,
3400,
526,
527
],
),
"important_devices": SymbolsMetadata(
popularity: 981,
codepoint: 0xe912,
categories: [11],
tags: [
1246,
1247,
861,
283,
519,
1074,
284,
3680,
81,
1705,
7163,
44,
1878,
46,
4696,
7178,
1110,
1253,
1367,
68,
1112,
262,
630,
267,
271,
410,
1036,
2030,
857,
5906,
525,
1297,
65,
333
],
),
"in_home_mode": SymbolsMetadata(
popularity: 538,
codepoint: 0xe833,
categories: [8],
tags: [
1513,
1496,
10623,
929,
10624,
1661,
4932,
1498,
1140,
4889,
10625,
1499,
4890,
10626,
10627,
10628,
323,
10629,
1166,
1143,
1666,
10630,
327,
10631,
1500,
1501,
1502,
4892,
1504,
10632,
955,
1669,
2336,
1576,
4934,
1229
],
),
"inactive_order": SymbolsMetadata(
popularity: 33,
codepoint: 0xe0fc,
categories: [9],
tags: [
1658,
9465,
504,
1661,
463,
345,
868,
10633,
1580,
1430,
1664,
147,
5406,
697,
1222,
10634,
10635,
51,
88,
2234,
10636,
1166,
1767,
325,
10637,
10638,
5664,
1666,
91,
10639,
8220,
10640,
1586,
1587,
1223,
6260,
10641,
362,
94,
10642,
8722,
31,
10643,
10644,
97,
1669,
907,
1068,
2336,
1576,
1672
],
),
"inbox": SymbolsMetadata(
popularity: 2853,
codepoint: 0xe156,
categories: [7],
tags: [
1674,
2033,
482,
1195,
283,
1333,
2285,
2288,
1681,
2291,
10645,
2292,
16,
2293,
2294,
583,
7215,
4928,
10646,
10647,
1259,
2298,
10648,
1690,
10649,
2597
],
),
"inbox_customize": SymbolsMetadata(
popularity: 218,
codepoint: 0xf859,
categories: [7],
tags: [
1739,
501,
1674,
1743,
1776,
283,
6404,
345,
3086,
1236,
10650,
145,
2288,
10651,
10652,
2290,
1777,
2291,
10653,
2292,
293,
68,
15,
2293,
10654,
10655,
2078,
583,
10656,
10657,
1641,
70,
920,
4014,
921,
652,
71,
1781,
10649
],
),
"inbox_text": SymbolsMetadata(
popularity: 34,
codepoint: 0xf399,
categories: [7],
tags: [
2587,
1674,
482,
1195,
570,
283,
1333,
1475,
2285,
10658,
10659,
2287,
1430,
2288,
2290,
147,
2291,
2292,
15,
1470,
2293,
2295,
583,
7215,
10647,
616,
2299,
10660,
432,
1690,
33,
10661
],
),
"inbox_text_asterisk": SymbolsMetadata(
popularity: 15,
codepoint: 0xf360,
categories: [7],
tags: [
1360,
1474,
1674,
839,
569,
1195,
570,
283,
2288,
2290,
4696,
3198,
10662,
2291,
2292,
15,
2293,
3199,
1166,
583,
2592,
1480,
616,
1391,
10663,
2594,
1370,
3203,
857,
31,
33,
2599,
2437
],
),
"inbox_text_person": SymbolsMetadata(
popularity: 23,
codepoint: 0xf35e,
categories: [7],
tags: [
565,
1674,
1195,
283,
975,
2285,
1430,
2288,
147,
581,
2291,
10664,
2292,
15,
1470,
2293,
10665,
583,
7215,
10666,
588,
589,
10667,
10668,
590,
10669,
9290,
10670,
10671,
33,
10672,
601,
10673,
1485
],
),
"inbox_text_share": SymbolsMetadata(
popularity: 21,
codepoint: 0xf35c,
categories: [7],
tags: [
1674,
77,
1195,
283,
10674,
81,
615,
3117,
1430,
10675,
2288,
2290,
147,
2291,
10676,
2292,
10677,
15,
2293,
583,
7215,
2298,
2299,
2300,
3005,
1528,
3288,
10678,
10679,
33,
7216,
4849,
526
],
),
"incomplete_circle": SymbolsMetadata(
popularity: 1029,
codepoint: 0xe79b,
categories: [1],
tags: [
749,
2514,
341,
1659,
10680,
751,
373,
193,
2936,
904,
137,
3112,
5903,
51,
87,
756,
2517,
10681,
3517,
2594,
1090,
759,
2519,
760,
10682,
761,
762,
330,
1152,
392,
763,
766
],
),
"indeterminate_check_box": SymbolsMetadata(
popularity: 2915,
codepoint: 0xe909,
categories: [2],
tags: [
1673,
501,
482,
10683,
504,
1661,
5600,
10684,
2707,
345,
2394,
485,
488,
10685,
3636,
1634,
3112,
5617,
10686,
1111,
1344,
1166,
5618,
355,
10687,
3638,
410,
362,
2702,
363,
10688,
2838,
433,
4248,
1669,
413,
10689,
141,
907,
10690,
1348,
333,
1186
],
),
"indeterminate_question_box": SymbolsMetadata(
popularity: 207,
codepoint: 0xf56d,
categories: [6],
tags: [
3940,
6300,
865,
482,
6622,
1333,
10691,
5647,
348,
871,
10245,
10692,
5617,
293,
68,
3941,
756,
2594,
3942,
2333,
3943,
3944,
10693,
433,
880,
31,
4851,
9872,
3945,
4035
],
),
"info": SymbolsMetadata(
popularity: 58161,
codepoint: 0xe88e,
categories: [6],
tags: [
5587,
1360,
1177,
865,
193,
628,
81,
145,
1476,
1746,
2821,
871,
5074,
1367,
51,
293,
68,
4427,
4438,
5588,
87,
583,
1183,
1243,
2333,
3943,
3380,
330,
652,
880,
31,
4842
],
),
"info_i": SymbolsMetadata(
popularity: 175,
codepoint: 0xf59b,
categories: [6],
tags: [
5587,
10244,
1360,
1177,
865,
1332,
193,
81,
145,
2622,
3097,
4696,
10694,
8468,
2710,
871,
5074,
293,
68,
4427,
3099,
15,
87,
583,
1183,
616,
289,
1167,
2333,
3943,
652,
392,
1339,
880,
31,
4842
],
),
"infrared": SymbolsMetadata(
popularity: 23,
codepoint: 0xf87c,
categories: [3],
tags: [
40,
1272,
345,
5487,
10695,
2537,
3683,
2787,
351,
3027,
107,
10696,
813,
10697,
3626,
17,
4748,
4777,
1738,
4179,
5977,
64,
273,
6082,
140,
65,
858,
10698,
10699,
1856
],
),
"ink_eraser": SymbolsMetadata(
popularity: 324,
codepoint: 0xe6d0,
categories: [12],
tags: [
1592,
10700,
810,
780,
4562,
2323,
4663,
1210,
1580,
378,
1252,
680,
8139,
2155,
3371,
8131,
2219,
2673,
6907,
3081,
4516,
2626,
1224,
10701,
10702,
10703,
10704,
10705,
1588,
7339,
1460,
1589,
2162,
1261,
33,
511,
35,
1485
],
),
"ink_eraser_off": SymbolsMetadata(
popularity: 13,
codepoint: 0xe7e3,
categories: [12],
tags: [
1474,
1051,
810,
780,
4562,
1210,
1162,
10706,
868,
1580,
1430,
4839,
1252,
680,
2155,
3371,
8131,
2219,
2673,
87,
5989,
1059,
3081,
4516,
1668,
1224,
7616,
1588,
1067,
1460,
2162,
9436,
33,
511,
35,
1068,
6931,
1485,
7830
],
),
"ink_highlighter": SymbolsMetadata(
popularity: 265,
codepoint: 0xe6d1,
categories: [12],
tags: [
7816,
10707,
1592,
4562,
1580,
1430,
2153,
2786,
378,
1252,
680,
2155,
3097,
9438,
8131,
2219,
1139,
9433,
10708,
2673,
87,
174,
1480,
1391,
3081,
4516,
10709,
1588,
1460,
1170,
2162,
33,
2164,
511,
35,
4552,
1590,
1485
],
),
"ink_highlighter_move": SymbolsMetadata(
popularity: 40,
codepoint: 0xf524,
categories: [12],
tags: [
1474,
77,
4562,
1788,
2394,
2273,
1580,
1430,
4632,
378,
1252,
680,
2155,
9438,
8131,
2219,
10710,
9433,
9434,
2673,
87,
1470,
174,
1750,
3081,
4516,
1167,
2864,
4664,
2271,
2995,
363,
1588,
4564,
1460,
1170,
2162,
33,
511,
35,
1485,
10711
],
rtlAutoMirrored: true,
),
"ink_marker": SymbolsMetadata(
popularity: 58,
codepoint: 0xe6d2,
categories: [12],
tags: [
1923,
7816,
1592,
4562,
1325,
485,
2953,
1580,
2786,
378,
1252,
680,
2155,
3097,
2219,
1139,
2673,
6024,
174,
1391,
3081,
4516,
328,
2743,
1588,
4564,
1460,
1589,
2162,
33,
4842,
511,
35,
4552,
1485
],
),
"ink_pen": SymbolsMetadata(
popularity: 336,
codepoint: 0xe6d3,
categories: [12],
tags: [
1592,
3061,
10712,
8796,
4562,
283,
1578,
1325,
1580,
1430,
2786,
378,
1252,
680,
2155,
3097,
2219,
10713,
2673,
10714,
1111,
87,
583,
3081,
4516,
2626,
328,
10329,
2743,
1588,
898,
5636,
1460,
2162,
33,
4842,
511,
35,
5885,
1590,
1485
],
),
"ink_selection": SymbolsMetadata(
popularity: 121,
codepoint: 0xe6d4,
categories: [12],
tags: [
500,
5237,
2338,
482,
450,
4562,
2817,
1788,
10715,
1580,
2786,
1252,
680,
2155,
2219,
2255,
490,
1139,
2844,
2673,
10716,
1470,
174,
3081,
4516,
2626,
2987,
1167,
10717,
362,
363,
392,
1588,
1460,
433,
2162,
1227,
33,
10718,
10719,
1781,
35,
10720,
1485,
1156
],
),
"inpatient": SymbolsMetadata(
popularity: 6,
codepoint: 0xe0fe,
categories: [3],
tags: [
77,
1904,
690,
3137,
2375,
1762,
3833,
225,
697,
892,
1764,
10721,
581,
2379,
3039,
10722,
10723,
2197,
1913,
894,
1768,
5877,
4273,
10724,
589,
1915,
1687,
10725,
1947,
2384,
3147,
5378
],
),
"input": SymbolsMetadata(
popularity: 2351,
codepoint: 0xe890,
categories: [6],
tags: [
2660,
2665,
1658,
77,
482,
504,
1661,
193,
463,
2689,
2323,
1664,
520,
2671,
1111,
980,
1166,
174,
1750,
1666,
3014,
906,
330,
392,
245,
1669,
2681,
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,
1820,
1749,
904,
137,
10137,
1222,
10726,
2740,
1698,
10727,
325,
6210,
289,
1146,
820,
762,
330,
363,
392,
1339,
4248,
907,
1702,
1409
],
),
"insert_chart": SymbolsMetadata(
popularity: 3705,
codepoint: 0xe24b,
categories: [9],
tags: [
745,
1422,
1071,
2466,
1423,
1424,
517,
569,
373,
933,
1325,
81,
375,
941,
1078,
234,
1081,
1327,
2078,
226,
1086,
70,
648,
3749,
759,
1428,
390,
2334,
746,
1619,
1095,
7511
],
),
"insert_page_break": SymbolsMetadata(
popularity: 290,
codepoint: 0xeaca,
categories: [12],
tags: [
2117,
4566,
2394,
754,
10728,
2264,
1163,
1580,
1430,
2224,
2154,
147,
2156,
10729,
10730,
1634,
1327,
10731,
385,
87,
10732,
10733,
1586,
10734,
1587,
1433,
4576,
707,
2403,
33,
10735,
2164,
1485
],
),
"insert_text": SymbolsMetadata(
popularity: 76,
codepoint: 0xf827,
categories: [12],
tags: [
480,
10736,
4,
1332,
9353,
4721,
5,
810,
3938,
2303,
485,
44,
1580,
1252,
680,
2155,
1164,
4696,
12,
488,
370,
9601,
904,
137,
384,
1327,
16,
87,
1403,
647,
1625,
390,
392,
1588,
1339,
2491,
1460,
1170,
955,
2162,
31,
33,
35,
1409,
476,
1485
],
),
"install_desktop": SymbolsMetadata(
popularity: 1347,
codepoint: 0xeb71,
categories: [2],
tags: [
1246,
1247,
745,
1673,
501,
1704,
519,
1310,
685,
6993,
1705,
288,
8,
520,
2537,
1748,
4289,
1110,
1253,
1698,
1706,
630,
4290,
327,
239,
240,
1122,
10737,
10738,
432,
1539,
410,
1780,
509,
1690,
1093,
65,
333,
10739,
1187,
6241
],
),
"instant_mix": SymbolsMetadata(
popularity: 305,
codepoint: 0xe026,
categories: [0],
tags: [
745,
1739,
1268,
3349,
10740,
5858,
1745,
1325,
3086,
1236,
1252,
680,
83,
6077,
1350,
10741,
3935,
10742,
1470,
3363,
406,
8127,
1707,
10743,
10744,
70,
408,
1710,
3106,
10745,
4782,
7620,
151,
71,
10746,
3475,
1753,
1293,
10747,
10748,
6749,
10749
],
),
"integration_instructions": SymbolsMetadata(
popularity: 2635,
codepoint: 0xef54,
categories: [12],
tags: [
2125,
5984,
1374,
3093,
1102,
2218,
1324,
1073,
284,
5054,
2187,
81,
1716,
1313,
1104,
375,
313,
1580,
1430,
4885,
10750,
1077,
2821,
871,
5988,
68,
10241,
2566,
1328,
1314,
1330,
267,
1686,
1090,
1123,
4133,
4964,
955,
1093,
4738,
1671
],
),
"interactive_space": SymbolsMetadata(
popularity: 171,
codepoint: 0xf7ff,
categories: [15],
tags: [
478,
480,
1592,
10751,
690,
284,
4081,
81,
44,
315,
2497,
381,
319,
320,
382,
10752,
581,
7928,
2774,
467,
259,
1470,
324,
491,
10753,
354,
267,
588,
589,
410,
823,
331,
65,
10754,
498,
10755,
334
],
),
"interests": SymbolsMetadata(
popularity: 3219,
codepoint: 0xe7c8,
categories: [6],
tags: [
3494,
1694,
342,
193,
1197,
3668,
3498,
7855,
4483,
4032,
4506,
4497,
138,
1367,
10756,
6569,
5602,
10757,
716,
63,
10758,
203,
4464,
363,
392,
5483,
898,
593,
3205,
433,
857,
31,
1263,
1691,
1494,
4487
],
),
"interpreter_mode": SymbolsMetadata(
popularity: 1013,
codepoint: 0xe83b,
categories: [0],
tags: [
565,
973,
1267,
1268,
10759,
570,
1271,
283,
1475,
2731,
1273,
10760,
3278,
577,
1026,
9695,
1276,
579,
1278,
1279,
581,
1280,
10761,
10762,
1113,
5226,
10763,
4529,
10764,
1284,
1285,
642,
7977,
267,
1286,
588,
589,
1287,
590,
1288,
453,
1290,
10765,
593,
1293,
1294,
1295,
594,
31,
1296,
597,
7230,
5933,
10766,
6031,
601,
602,
1298
],
),
"inventory": SymbolsMetadata(
popularity: 9165,
codepoint: 0xe179,
categories: [12],
tags: [
1674,
482,
6089,
1522,
3093,
934,
1333,
10767,
345,
4661,
10768,
2182,
1580,
1430,
1649,
147,
4911,
3771,
86,
3403,
2078,
1029,
92,
2577,
10769,
1653,
4484,
2298,
1393,
2300,
4352,
1712,
6146,
4662,
1690,
5558,
8473
],
),
"inventory_2": SymbolsMetadata(
popularity: 10996,
codepoint: 0xe1a1,
categories: [7],
tags: [
1674,
959,
482,
6089,
1197,
1333,
80,
4661,
2037,
147,
4911,
3771,
86,
10770,
3403,
1029,
2221,
92,
2577,
10769,
1653,
26,
4531,
4352,
433,
1712,
4662,
1690,
5558,
10771,
8473
],
),
"invert_colors": SymbolsMetadata(
popularity: 1014,
codepoint: 0xe891,
categories: [1],
tags: [
862,
10772,
1739,
10773,
4593,
504,
1743,
10774,
6075,
4739,
4745,
8,
2904,
4269,
1252,
680,
6086,
138,
10775,
10776,
10777,
6398,
642,
1641,
70,
3084,
921,
410,
71,
2404,
4740,
413,
6392,
141,
474,
396,
476,
10125,
3829
],
),
"invert_colors_off": SymbolsMetadata(
popularity: 240,
codepoint: 0xe0c4,
categories: [1],
tags: [
862,
10772,
4593,
193,
4562,
6069,
10778,
6075,
4745,
868,
8,
2904,
4269,
1055,
5796,
10779,
6086,
1222,
10775,
10780,
10777,
6398,
87,
642,
1059,
1060,
1061,
10781,
70,
3084,
921,
71,
1067,
2404,
4740,
413,
6392,
4317,
10782,
3829
],
),
"ios": SymbolsMetadata(
popularity: 448,
codepoint: 0xe027,
categories: [4],
tags: [
10783,
9942,
4668,
519,
288,
1878,
2538,
1110,
138,
2849,
10784,
10785,
2482,
1706,
262,
10786,
2502,
271,
1686,
1701,
31,
1093,
525,
65
],
),
"ios_share": SymbolsMetadata(
popularity: 6692,
codepoint: 0xe6b8,
categories: [2],
tags: [
748,
1673,
9942,
77,
482,
504,
283,
1073,
628,
2181,
1696,
903,
2849,
1314,
506,
262,
267,
1352,
1353,
432,
2300,
1528,
2030,
593,
433,
526,
1702,
527
],
),
"iron": SymbolsMetadata(
popularity: 372,
codepoint: 0xe583,
categories: [8],
tags: [
1859,
1864,
2640,
10787,
2641,
3863,
3682,
10788,
2646,
10789,
4633,
3027,
1894,
10790,
10791,
5846,
10792,
7657,
7651,
1730,
492,
7658,
10793,
682,
3826,
10794,
10795,
1691,
10796
],
),
"jamboard_kiosk": SymbolsMetadata(
popularity: 89,
codepoint: 0xe9b5,
categories: [11],
tags: [
5713,
10797,
569,
1704,
5447,
571,
1705,
288,
44,
8,
378,
3097,
579,
1110,
5477,
467,
10798,
10799,
1940,
3099,
5098,
630,
1391,
919,
1427,
2743,
410,
10800,
10330,
597,
1793,
10801,
1518,
1485
],
),
"javascript": SymbolsMetadata(
popularity: 1941,
codepoint: 0xeb7c,
categories: [2],
tags: [
4,
10802,
5984,
5,
1102,
2218,
519,
2187,
1716,
1313,
1104,
4885,
2787,
12,
10803,
5988,
259,
8687,
10804,
5226,
16,
523,
1686,
1123,
6664,
3325,
10805,
509,
31,
1297,
65,
4286,
33,
35,
2202
],
),
"join": SymbolsMetadata(
popularity: 264,
codepoint: 0xf84f,
categories: [12],
tags: [
10806,
731,
1270,
193,
571,
1324,
1103,
5094,
1073,
284,
2276,
579,
8197,
10807,
1328,
10808,
2197,
1314,
1282,
5098,
10809,
523,
4588,
8814,
10009,
588,
906,
1947,
7204,
10810,
2130,
10811,
602,
37,
5104,
10101
],
),
"join_inner": SymbolsMetadata(
popularity: 764,
codepoint: 0xeaf4,
categories: [12],
tags: [
193,
1324,
10812,
10813,
1103,
1073,
10814,
6179,
81,
10815,
5503,
10816,
1467,
4581,
10817,
9146,
1328,
10818,
10819,
1314,
10820,
10821,
10822,
1330,
10823,
8814,
3426,
10810,
10824,
6408,
5059,
10825,
6682,
10826
],
),
"join_left": SymbolsMetadata(
popularity: 456,
codepoint: 0xeaf2,
categories: [12],
tags: [
861,
77,
2989,
193,
1324,
1103,
1073,
284,
10478,
2936,
313,
2937,
1431,
1077,
381,
1111,
2566,
1328,
10827,
9251,
2197,
87,
1314,
10822,
1330,
3424,
8814,
1625,
328,
1538,
1152,
392,
10810,
6682,
1630
],
),
"join_right": SymbolsMetadata(
popularity: 384,
codepoint: 0xeaea,
categories: [12],
tags: [
2167,
2150,
77,
8499,
3261,
193,
10828,
1103,
10829,
4292,
284,
10830,
10831,
313,
9310,
1077,
10832,
2566,
1328,
10833,
10834,
1314,
10835,
10822,
9317,
10836,
8814,
4276,
3425,
3426,
906,
1700,
10810,
10824,
10837,
6682
],
),
"joystick": SymbolsMetadata(
popularity: 168,
codepoint: 0xf5ee,
categories: [11],
tags: [
2513,
10067,
504,
5987,
345,
6409,
288,
2273,
781,
10069,
3295,
2538,
5383,
6411,
5429,
10838,
7600,
4633,
10074,
6412,
1959,
8554,
4288,
2509,
3299,
5881,
30,
5189,
10839,
37,
6415,
9727,
10078,
5885
],
),
"jump_to_element": SymbolsMetadata(
popularity: 50,
codepoint: 0xf719,
categories: [2],
tags: [
1520,
1131,
77,
502,
313,
1164,
317,
1749,
348,
2957,
1139,
2999,
2197,
1314,
323,
174,
1750,
10840,
325,
2994,
492,
1535,
328,
329,
2858,
1151,
362,
1128,
1227,
1691,
1702,
396
],
),
"kayaking": SymbolsMetadata(
popularity: 706,
codepoint: 0xe50c,
categories: [15],
tags: [
2513,
3639,
7323,
7540,
2474,
690,
10841,
781,
10842,
11,
2887,
7542,
581,
10843,
10844,
4356,
1959,
9102,
3651,
10845,
10846,
10847,
588,
589,
10848,
3299,
4361,
1433,
593,
30,
3519,
2371,
6126,
1629,
332,
1961,
1836,
3829
],
),
"kebab_dining": SymbolsMetadata(
popularity: 399,
codepoint: 0xe842,
categories: [5],
tags: [
4622,
4652,
5698,
2393,
9844,
4205,
3698,
4825,
3700,
10849,
4110,
4829,
7075,
2356,
10850,
10851,
10852,
4212,
3703,
10853,
506,
237,
70,
7084,
1537,
10854,
10855,
3950,
3951,
4836,
10856
],
),
"keep": SymbolsMetadata(
popularity: 886,
codepoint: 0xe6aa,
categories: [6],
tags: [
1332,
1694,
1132,
811,
3498,
488,
4466,
1583,
1480,
289,
326,
5438,
10857,
4104,
1370,
1539,
392,
1339,
857,
1170,
10858,
1517,
4766,
3564,
8376
],
),
"keep_off": SymbolsMetadata(
popularity: 241,
codepoint: 0xe6f9,
categories: [6],
tags: [
1208,
1209,
1235,
1210,
1162,
1300,
10859,
10860,
10861,
868,
1055,
1212,
4466,
10862,
10863,
87,
1059,
1061,
326,
5438,
10857,
1370,
1224,
5915,
10864,
10865,
1539,
1067,
1226,
3769,
1170,
10858,
1517,
3564,
10866,
10867,
10868,
10869
],
),
"keep_public": SymbolsMetadata(
popularity: 62,
codepoint: 0xf56f,
categories: [6],
tags: [
861,
863,
565,
3998,
2912,
10870,
10871,
577,
3789,
319,
7462,
581,
4466,
1283,
8049,
5949,
588,
2676,
589,
326,
10872,
1034,
590,
2046,
1353,
5438,
10857,
5320,
1370,
2899,
1539,
1036,
1528,
2008,
10858,
1517,
3564,
4679,
10873,
5322,
10874,
10875,
10876,
601,
10877,
9819
],
),
"kettle": SymbolsMetadata(
popularity: 316,
codepoint: 0xe2b9,
categories: [8],
tags: [
1859,
4859,
6466,
6020,
6009,
4204,
4205,
3863,
4206,
3682,
4633,
1848,
1140,
5611,
3029,
1499,
10878,
4212,
7712,
4175,
1143,
6479,
9118,
652,
8556,
3826,
10879,
6018,
10880,
3829
],
),
"key": SymbolsMetadata(
popularity: 12361,
codepoint: 0xe73c,
categories: [2],
tags: [
861,
10881,
5218,
5220,
1102,
81,
10882,
44,
4932,
5948,
8030,
1431,
68,
1112,
1778,
980,
5949,
5319,
2676,
1063,
10883,
10884,
6261,
1774,
10885,
1036,
65,
5321
],
),
"key_off": SymbolsMetadata(
popularity: 979,
codepoint: 0xeb84,
categories: [2],
tags: [
861,
8717,
1051,
193,
4238,
2013,
868,
4932,
1055,
1431,
7513,
10264,
1222,
1112,
1778,
1056,
492,
1059,
1060,
1061,
289,
5319,
1063,
1065,
1035,
1774,
1036,
1067,
433,
1068,
5321
],
),
"key_vertical": SymbolsMetadata(
popularity: 137,
codepoint: 0xf51a,
categories: [2],
tags: [
861,
10886,
10887,
5218,
10888,
5220,
10889,
1102,
10537,
10890,
4932,
5948,
1431,
978,
1112,
1778,
980,
5319,
2676,
1063,
10883,
6261,
10891,
1774,
10885,
10892,
1036,
10893,
5321,
10894
],
),
"key_visualizer": SymbolsMetadata(
popularity: 482,
codepoint: 0xf199,
categories: [13],
tags: [
480,
1268,
7808,
9897,
2062,
517,
4956,
373,
81,
44,
8,
2064,
351,
904,
1078,
10895,
3029,
6792,
10896,
1112,
792,
1470,
630,
4258,
1707,
9900,
10897,
4261,
1433,
1293,
10898,
2069,
6082,
2522,
554,
1855,
3331
],
),
"keyboard": SymbolsMetadata(
popularity: 3518,
codepoint: 0xe312,
categories: [11],
tags: [
861,
570,
1102,
283,
519,
345,
1633,
288,
10899,
44,
1252,
382,
1110,
1111,
1113,
1114,
10900,
16,
583,
1391,
4288,
1123,
432,
1126,
509,
2716,
65,
33,
8581,
35,
3659,
10901,
1485
],
),
"keyboard_alt": SymbolsMetadata(
popularity: 896,
codepoint: 0xf028,
categories: [11],
tags: [
627,
1100,
570,
1578,
519,
345,
1633,
288,
44,
1252,
1110,
1111,
1113,
1114,
10900,
16,
583,
1391,
10902,
4288,
432,
1126,
4197,
509,
65,
33,
35,
3659,
498,
6241,
1590,
1485
],
),
"keyboard_arrow_down": SymbolsMetadata(
popularity: 10651,
codepoint: 0xe313,
categories: [11],
tags: [
861,
77,
502,
2186,
2847,
2827,
912,
345,
313,
2819,
2896,
914,
83,
2920,
51,
1113,
506,
237,
325,
905,
1586,
328,
1167,
2899,
2858,
362,
2908,
2008,
95,
1691,
2950,
5626
],
),
"keyboard_arrow_left": SymbolsMetadata(
popularity: 2243,
codepoint: 0xe314,
categories: [11],
tags: [
500,
77,
502,
2443,
1332,
504,
2827,
345,
313,
51,
1112,
1113,
2197,
88,
506,
814,
1750,
2940,
1624,
325,
1586,
328,
1167,
2833,
2858,
10903,
1339,
1691,
2200
],
rtlAutoMirrored: true,
),
"keyboard_arrow_right": SymbolsMetadata(
popularity: 3700,
codepoint: 0xe315,
categories: [11],
tags: [
2926,
500,
77,
502,
2847,
5733,
2827,
902,
313,
914,
903,
2843,
548,
51,
1376,
1113,
1314,
88,
506,
237,
1750,
1624,
325,
905,
2927,
1167,
1121,
5591,
906,
362,
3475
],
rtlAutoMirrored: true,
),
"keyboard_arrow_up": SymbolsMetadata(
popularity: 3813,
codepoint: 0xe316,
categories: [11],
tags: [
10904,
500,
77,
502,
3016,
2847,
2827,
912,
345,
313,
2896,
914,
6058,
2920,
51,
1951,
88,
506,
2875,
1624,
325,
10905,
328,
1167,
2833,
2879,
2858,
2880,
2008,
95,
1263,
1691,
1702
],
),
"keyboard_backspace": SymbolsMetadata(
popularity: 4392,
codepoint: 0xe317,
categories: [11],
tags: [
748,
77,
2443,
3657,
2847,
780,
1209,
345,
1210,
313,
2155,
3371,
2829,
1212,
2830,
1111,
1113,
2197,
5612,
87,
325,
328,
2833,
1224,
1124,
392,
31,
33,
2841
],
rtlAutoMirrored: true,
),
"keyboard_capslock": SymbolsMetadata(
popularity: 363,
codepoint: 0xe318,
categories: [11],
tags: [
77,
504,
10906,
519,
345,
313,
1108,
1111,
1112,
1113,
16,
87,
2864,
6214,
33,
1691,
3659,
1702,
7694,
1485
],
),
"keyboard_capslock_badge": SymbolsMetadata(
popularity: 10,
codepoint: 0xf7de,
categories: [4],
tags: [
749,
77,
502,
281,
504,
10907,
10908,
10906,
2847,
4871,
193,
10909,
1103,
519,
345,
44,
1055,
370,
1108,
51,
1111,
1112,
1113,
10910,
1778,
10911,
93,
6214,
291,
65,
33,
413,
35,
3659,
1702,
98,
7694
],
),
"keyboard_command_key": SymbolsMetadata(
popularity: 1325,
codepoint: 0xeae7,
categories: [2],
tags: [
748,
9942,
504,
1103,
10912,
10913,
1310,
345,
288,
44,
1108,
4483,
1110,
1111,
2870,
1112,
1113,
1706,
10914,
2502,
355,
289,
1128,
10915,
1170,
31,
65
],
),
"keyboard_control_key": SymbolsMetadata(
popularity: 1094,
codepoint: 0xeae6,
categories: [2],
tags: [
77,
1102,
1103,
519,
345,
10916,
313,
10917,
3018,
1111,
1112,
1113,
2875,
325,
1123,
2880,
31,
33,
10002,
1263,
3659,
98
],
),
"keyboard_double_arrow_down": SymbolsMetadata(
popularity: 4048,
codepoint: 0xead0,
categories: [2],
tags: [
2926,
500,
77,
502,
2186,
2827,
902,
345,
2901,
313,
2273,
8474,
3046,
2819,
2904,
2127,
8476,
903,
51,
1113,
5266,
1750,
2457,
325,
905,
1586,
328,
1167,
2858,
644,
10918,
1691,
5626
],
),
"keyboard_double_arrow_left": SymbolsMetadata(
popularity: 4080,
codepoint: 0xeac3,
categories: [2],
tags: [
10919,
77,
10920,
502,
2443,
2825,
10921,
313,
10922,
3046,
2970,
10923,
10924,
2830,
2077,
2197,
5612,
352,
2940,
2457,
6047,
325,
408,
10925,
2833,
1124,
2836,
2852,
10926,
7745,
2839,
4953
],
rtlAutoMirrored: true,
),
"keyboard_double_arrow_right": SymbolsMetadata(
popularity: 6591,
codepoint: 0xeac9,
categories: [2],
tags: [
8532,
2926,
77,
502,
2827,
7122,
345,
313,
3046,
2970,
10927,
7739,
903,
2843,
1111,
1112,
1113,
1750,
468,
2457,
325,
905,
5731,
759,
906,
1700,
2929,
8022,
9585,
31
],
rtlAutoMirrored: true,
),
"keyboard_double_arrow_up": SymbolsMetadata(
popularity: 2723,
codepoint: 0xeacf,
categories: [2],
tags: [
77,
6242,
502,
2847,
2827,
7122,
912,
313,
2871,
3046,
2970,
10928,
10929,
914,
7739,
10930,
3018,
51,
10931,
1113,
10932,
2344,
2897,
2875,
2457,
2876,
325,
10933,
1167,
2880,
10934,
3020,
1263,
1702,
98,
3021
],
),
"keyboard_external_input": SymbolsMetadata(
popularity: 27,
codepoint: 0xf7dd,
categories: [4],
tags: [
77,
1323,
519,
685,
1073,
10935,
284,
345,
1633,
288,
10936,
10937,
10938,
1110,
10939,
1111,
10074,
10940,
1344,
1113,
10941,
1114,
16,
1314,
1029,
1391,
1733,
4288,
3969,
1315,
906,
1780,
1093,
65,
33,
10002,
35,
3659,
1320
],
),
"keyboard_full": SymbolsMetadata(
popularity: 17,
codepoint: 0xf7dc,
categories: [4],
tags: [
1100,
1103,
283,
7586,
519,
345,
1633,
1705,
288,
2537,
1106,
46,
10942,
1697,
10943,
1110,
1111,
1113,
10900,
385,
10944,
1391,
919,
4647,
4288,
432,
6214,
10945,
65,
33,
511,
3659,
6241,
1485
],
),
"keyboard_hide": SymbolsMetadata(
popularity: 400,
codepoint: 0xe31a,
categories: [11],
tags: [
77,
1100,
2827,
1209,
912,
519,
10268,
345,
2901,
288,
313,
10946,
4646,
2819,
10947,
488,
1110,
2920,
1111,
1113,
1114,
10900,
583,
2897,
262,
10948,
10949,
1224,
10950,
33,
10951,
413,
3659,
10901
],
),
"keyboard_keys": SymbolsMetadata(
popularity: 48,
codepoint: 0xf67b,
categories: [4],
tags: [
627,
2388,
3657,
504,
5,
1438,
519,
345,
288,
2155,
1106,
1108,
382,
1110,
1111,
1113,
1114,
10900,
16,
2457,
1391,
4288,
432,
1433,
6214,
823,
433,
31,
65,
33,
35,
3659,
1590,
1485
],
),
"keyboard_lock": SymbolsMetadata(
popularity: 12,
codepoint: 0xf492,
categories: [11],
tags: [
861,
1051,
4238,
519,
345,
288,
1431,
1110,
1111,
1113,
1114,
10900,
16,
1778,
1056,
980,
1391,
5949,
5319,
1034,
1063,
1574,
432,
1065,
705,
1774,
1036,
33,
35,
3659
],
),
"keyboard_lock_off": SymbolsMetadata(
popularity: 6,
codepoint: 0xf491,
categories: [11],
tags: [
861,
481,
519,
345,
1235,
2013,
288,
1162,
868,
1055,
1110,
1111,
1113,
8036,
1114,
16,
1778,
1056,
1059,
1391,
1061,
5949,
5319,
2676,
1034,
1063,
1574,
432,
2368,
705,
1774,
1036,
1067,
4248,
2404,
33,
413,
35,
3659,
5321,
5322,
10952,
8056
],
),
"keyboard_off": SymbolsMetadata(
popularity: 17,
codepoint: 0xf67a,
categories: [4],
tags: [
10953,
519,
10954,
10955,
288,
10956,
10957,
868,
10958,
1055,
1110,
1111,
10959,
10960,
10961,
10962,
1113,
10963,
10964,
10965,
10966,
10967,
1114,
16,
10968,
10969,
10970,
1059,
1391,
1061,
10971,
1067,
33,
10972,
10973,
10974,
35,
10975,
10976,
10977
],
),
"keyboard_onscreen": SymbolsMetadata(
popularity: 11,
codepoint: 0xf7db,
categories: [4],
tags: [
862,
10978,
10979,
283,
519,
1745,
1633,
288,
44,
488,
382,
1110,
1111,
2870,
1113,
1114,
16,
1470,
583,
262,
1391,
10980,
2502,
432,
410,
509,
65,
33,
10981,
35,
3659,
498,
1485
],
),
"keyboard_option_key": SymbolsMetadata(
popularity: 517,
codepoint: 0xeae8,
categories: [2],
tags: [
862,
2388,
10982,
1591,
5,
1103,
519,
685,
345,
3583,
288,
379,
1108,
1111,
1112,
1113,
87,
814,
10983,
355,
289,
432,
71,
10915,
433,
1170,
31,
65,
33,
3659
],
),
"keyboard_previous_language": SymbolsMetadata(
popularity: 16,
codepoint: 0xf7da,
categories: [4],
tags: [
77,
2443,
2826,
504,
1743,
5,
2827,
450,
519,
345,
753,
288,
313,
320,
1110,
1111,
1112,
1113,
1114,
5226,
2197,
16,
9699,
10984,
1391,
355,
1167,
2833,
3441,
760,
3662,
362,
151,
2404,
33,
7230,
5933,
35,
3659,
2841,
334
],
),
"keyboard_return": SymbolsMetadata(
popularity: 2104,
codepoint: 0xe31b,
categories: [11],
tags: [
500,
77,
2443,
7277,
10985,
10986,
2218,
1103,
10913,
3438,
2869,
2578,
10987,
1108,
4483,
138,
1111,
1113,
10988,
10989,
2197,
5612,
10990,
1123,
1124,
10991,
392,
31,
2164,
10951,
2177,
338
],
rtlAutoMirrored: true,
),
"keyboard_tab": SymbolsMetadata(
popularity: 780,
codepoint: 0xe31c,
categories: [11],
tags: [
77,
5,
519,
345,
1430,
680,
1164,
4483,
2214,
1111,
1344,
6654,
1112,
1113,
10992,
2197,
1750,
325,
905,
906,
1700,
823,
709,
31,
4479,
10993,
65,
33,
2180,
1485
],
rtlAutoMirrored: true,
),
"keyboard_tab_rtl": SymbolsMetadata(
popularity: 31,
codepoint: 0xec73,
categories: [11],
tags: [
501,
77,
504,
519,
345,
1788,
313,
1430,
1164,
1106,
1108,
138,
2214,
1111,
1344,
1112,
1113,
10994,
2197,
1750,
325,
905,
906,
6400,
509,
31,
4479,
10993,
33,
8581,
3659,
1485
],
rtlAutoMirrored: true,
),
"kid_star": SymbolsMetadata(
popularity: 194,
codepoint: 0xf526,
categories: [3],
tags: [
3,
3524,
3494,
1694,
3137,
993,
5738,
4064,
10995,
3097,
1026,
3498,
10996,
9876,
1139,
1367,
3530,
1006,
10997,
3099,
1166,
3535,
4866,
1574,
795,
359,
203,
3504,
1539,
2743,
857,
245,
3710,
3542,
1023,
5747
],
),
"king_bed": SymbolsMetadata(
popularity: 1281,
codepoint: 0xea45,
categories: [8],
tags: [
1495,
2552,
1904,
4047,
929,
1877,
3863,
3046,
10998,
4051,
1140,
699,
2739,
1499,
2557,
2741,
4054,
10999,
11000,
11001,
4055,
11002,
4059,
4061,
1500,
4062,
1501,
432,
1917,
1918,
1947,
1920
],
),
"kitchen": SymbolsMetadata(
popularity: 1575,
codepoint: 0xeb47,
categories: [8],
tags: [
1859,
6019,
929,
11003,
11004,
841,
4205,
11005,
11006,
4681,
3700,
3863,
3701,
2356,
4208,
11007,
4051,
1140,
1894,
1499,
850,
2741,
4212,
3792,
289,
3704,
2558,
432,
11008,
1503,
1947,
392,
1339,
1690,
6482
],
),
"kitesurfing": SymbolsMetadata(
popularity: 427,
codepoint: 0xe50d,
categories: [15],
tags: [
748,
2513,
3639,
7323,
7540,
4036,
5713,
690,
1274,
781,
11,
11009,
225,
7542,
581,
8502,
11010,
11011,
1959,
2487,
3651,
588,
589,
3299,
2423,
888,
593,
30,
3519,
11012,
11013,
332,
1961,
3829,
11014,
1856,
1857
],
),
"lab_panel": SymbolsMetadata(
popularity: 54,
codepoint: 0xe103,
categories: [3],
tags: [
1422,
1071,
4164,
373,
4168,
81,
4374,
4170,
11015,
4171,
1109,
697,
68,
4270,
11016,
4174,
11017,
4175,
894,
1086,
919,
759,
1428,
4178,
11018,
2334,
7646,
11019,
4179,
11020,
1318,
11021,
4181
],
),
"lab_profile": SymbolsMetadata(
popularity: 157,
codepoint: 0xe104,
categories: [12],
tags: [
4422,
1422,
1071,
4164,
4165,
4168,
81,
7769,
314,
1580,
1430,
3097,
4170,
5156,
147,
4171,
1681,
1682,
697,
4173,
5489,
4427,
4270,
4174,
11017,
3099,
894,
1586,
1587,
759,
1428,
4798,
4178,
2334,
4179,
5977,
4390,
8291
],
),
"lab_research": SymbolsMetadata(
popularity: 153,
codepoint: 0xf80b,
categories: [3],
tags: [
1422,
4164,
4168,
1104,
314,
3097,
46,
4170,
4171,
9116,
892,
4173,
4270,
4174,
4175,
894,
4178,
4179,
5977,
1318
],
),
"label": SymbolsMetadata(
popularity: 4496,
codepoint: 0xe892,
categories: [6],
tags: [
11022,
281,
1694,
1195,
9257,
2817,
170,
43,
145,
3496,
3498,
904,
1139,
2004,
2214,
51,
68,
52,
1345,
2293,
174,
3674,
92,
289,
11023,
852,
2652,
4104,
1539,
392,
2679,
2779,
182,
740
],
rtlAutoMirrored: true,
),
"label_important": SymbolsMetadata(
popularity: 1849,
codepoint: 0xe937,
categories: [6],
tags: [
1923,
1694,
8719,
2797,
2827,
2817,
81,
3498,
3499,
83,
4495,
381,
1139,
172,
1367,
2214,
5802,
11024,
52,
1345,
2293,
1166,
174,
1480,
586,
92,
289,
328,
453,
4104,
906,
1539,
392,
644,
95,
2679,
2779,
182,
9053
],
rtlAutoMirrored: true,
),
"label_off": SymbolsMetadata(
popularity: 432,
codepoint: 0xe9b6,
categories: [6],
tags: [
11025,
11026,
11027,
1300,
11028,
868,
1055,
3498,
11029,
904,
11030,
11031,
2214,
11032,
52,
11033,
1345,
2293,
11034,
814,
647,
11035,
1059,
1061,
289,
328,
11036,
4104,
11037,
1539,
644,
1067,
2679,
2779,
11038,
182,
8338,
4322,
11039,
11040,
9053
],
),
"labs": SymbolsMetadata(
popularity: 337,
codepoint: 0xe105,
categories: [3],
tags: [
779,
11041,
1422,
1071,
4164,
11042,
4168,
685,
8643,
1104,
314,
4170,
11043,
5156,
216,
2516,
1109,
697,
4173,
4270,
4174,
4175,
894,
887,
70,
7118,
4178,
7646,
11019,
4179,
71,
65,
1318,
8291
],
),
"lan": SymbolsMetadata(
popularity: 3027,
codepoint: 0xeb2f,
categories: [7],
tags: [
861,
569,
283,
1272,
519,
11044,
1074,
284,
1075,
81,
1705,
288,
7163,
1430,
2143,
147,
1680,
1681,
1682,
259,
11045,
11046,
267,
585,
1391,
2726,
11047,
652,
2030,
526,
1518
],
),
"landscape": SymbolsMetadata(
popularity: 2456,
codepoint: 0xe3f7,
categories: [1],
tags: [
373,
4493,
81,
375,
2420,
1844,
318,
137,
7935,
7936,
49,
1825,
1595,
323,
324,
1596,
1597,
2363,
1826,
3651,
5159,
57,
59,
62,
1149,
8817,
10361,
332,
396
],
),
"landscape_2": SymbolsMetadata(
popularity: 66,
codepoint: 0xf4c4,
categories: [1],
tags: [
478,
1342,
2542,
2769,
3515,
193,
1676,
9151,
1844,
1343,
318,
7935,
11048,
49,
1595,
1596,
1597,
1826,
4040,
57,
1346,
62,
11049,
888,
1994,
1598,
332,
1691,
396,
475,
11050,
477,
5161
],
),
"landscape_2_edit": SymbolsMetadata(
popularity: 7,
codepoint: 0xf310,
categories: [1],
tags: [
478,
1739,
2542,
2769,
1743,
1578,
4663,
1325,
1252,
680,
1343,
7936,
49,
1111,
1595,
406,
1641,
1596,
1597,
1826,
887,
289,
4516,
2626,
57,
62,
432,
2778,
433,
1598,
511,
2453,
475,
477,
1590,
1485
],
),
"landscape_2_off": SymbolsMetadata(
popularity: 9,
codepoint: 0xf4c3,
categories: [1],
tags: [
478,
2542,
2769,
10728,
868,
1055,
4245,
216,
137,
7935,
384,
49,
1222,
1595,
1596,
1597,
1826,
3271,
7420,
1059,
1060,
1061,
355,
3651,
57,
59,
62,
432,
2778,
151,
1067,
1598,
2404,
413,
511,
1068,
396,
475,
477
],
),
"landslide": SymbolsMetadata(
popularity: 543,
codepoint: 0xebd7,
categories: [3],
tags: [
3401,
1360,
691,
912,
4404,
1365,
4408,
315,
11051,
2427,
11052,
11053,
7756,
1823,
4412,
11054,
1596,
2363,
6760,
1826,
616,
3651,
5943,
4415,
1626,
11055,
898,
4950,
4393,
31,
10361,
332,
11056,
206,
859
],
),
"language": SymbolsMetadata(
popularity: 30998,
codepoint: 0xe894,
categories: [6],
tags: [
1177,
568,
5926,
570,
573,
283,
2731,
2732,
320,
4697,
259,
5226,
11057,
506,
9701,
2458,
70,
5233,
921,
71,
4846,
594,
1296,
9548,
33,
6137,
4853,
7230,
5933,
338,
1186,
6628,
334,
5236
],
),
"language_chinese_array": SymbolsMetadata(
popularity: 8,
codepoint: 0xf766,
categories: [12],
tags: [
6785,
11058,
5,
6738,
283,
685,
4527,
81,
11059,
1430,
1252,
12,
488,
370,
1111,
9522,
5226,
10763,
1470,
9523,
70,
432,
3325,
71,
433,
4532,
33,
97,
5933,
11060,
35,
6628,
1485
],
),
"language_chinese_cangjie": SymbolsMetadata(
popularity: 13,
codepoint: 0xf765,
categories: [12],
tags: [
11061,
11062,
5,
6738,
11063,
283,
4527,
11059,
315,
370,
320,
11064,
1111,
322,
1113,
5226,
11065,
10763,
9699,
9523,
11066,
8312,
3325,
31,
33,
10951,
5933,
11060,
334,
1485
],
),
"language_chinese_dayi": SymbolsMetadata(
popularity: 10,
codepoint: 0xf764,
categories: [12],
tags: [
504,
11067,
6738,
11068,
450,
283,
685,
345,
11069,
11059,
11070,
370,
11071,
10940,
11072,
1344,
1113,
5226,
10763,
9523,
70,
876,
3325,
362,
71,
2404,
31,
33,
10002,
413,
5933,
11060,
3659,
1485,
11073
],
),
"language_chinese_pinyin": SymbolsMetadata(
popularity: 5,
codepoint: 0xf763,
categories: [12],
tags: [
4,
1673,
504,
5,
6738,
283,
485,
1705,
1104,
11059,
6704,
370,
319,
137,
138,
1111,
1344,
322,
5226,
10763,
6624,
9523,
262,
11074,
3325,
509,
31,
1093,
33,
5933,
11060,
338,
141,
333,
1485
],
),
"language_chinese_quick": SymbolsMetadata(
popularity: 17,
codepoint: 0xf762,
categories: [12],
tags: [
568,
504,
5,
570,
6738,
283,
345,
11059,
1165,
6704,
370,
319,
138,
4698,
1111,
322,
1113,
5226,
10763,
9523,
506,
583,
70,
3106,
71,
1833,
4846,
594,
31,
33,
5933,
11060,
35,
907,
1485
],
),
"language_chinese_wubi": SymbolsMetadata(
popularity: 4,
codepoint: 0xf761,
categories: [12],
tags: [
11061,
5,
6738,
283,
628,
11059,
9695,
370,
4483,
11071,
1111,
10940,
322,
1113,
5226,
10763,
6624,
9523,
506,
70,
921,
8312,
3325,
363,
71,
31,
33,
5933,
11060,
3659,
1485,
11075
],
),
"language_french": SymbolsMetadata(
popularity: 12,
codepoint: 0xf760,
categories: [12],
tags: [
1743,
684,
283,
4494,
11059,
8163,
8164,
4495,
370,
11076,
11077,
11078,
318,
319,
138,
978,
322,
5226,
10763,
10984,
9523,
4500,
70,
921,
363,
71,
4846,
2404,
31,
9548,
33,
7230,
5933,
11060,
1485
],
),
"language_gb_english": SymbolsMetadata(
popularity: 11,
codepoint: 0xf75f,
categories: [12],
tags: [
11079,
1743,
450,
283,
4494,
4527,
11059,
9825,
370,
320,
6717,
322,
5226,
10763,
10984,
9523,
11080,
11081,
9826,
355,
358,
1149,
9827,
362,
151,
31,
33,
5933,
11060,
11082,
11083,
6719,
9829,
334,
1485
],
),
"language_international": SymbolsMetadata(
popularity: 15,
codepoint: 0xf75e,
categories: [12],
tags: [
193,
283,
4527,
11059,
7974,
315,
6704,
370,
319,
11084,
320,
382,
322,
11085,
5226,
9697,
10763,
1470,
6624,
9523,
5233,
331,
33,
7230,
5933,
11060,
881,
6628,
334,
1485
],
),
"language_japanese_kana": SymbolsMetadata(
popularity: 20,
codepoint: 0xf513,
categories: [12],
tags: [
4,
7906,
403,
283,
1475,
4527,
11059,
4448,
3097,
3278,
6704,
370,
11086,
322,
6736,
11087,
11088,
5226,
10763,
3099,
9699,
9523,
3325,
594,
4532,
9548,
33,
5933,
11060,
1485
],
),
"language_korean_latin": SymbolsMetadata(
popularity: 26,
codepoint: 0xf75d,
categories: [12],
tags: [
193,
283,
4527,
11059,
9695,
370,
319,
320,
322,
11089,
5226,
11090,
11091,
11092,
11093,
7976,
11057,
10763,
11094,
9523,
323,
7977,
921,
8312,
71,
594,
331,
33,
7230,
5933,
11060,
338,
334,
1485
],
),
"language_pinyin": SymbolsMetadata(
popularity: 6,
codepoint: 0xf75c,
categories: [12],
tags: [
403,
570,
283,
4527,
11059,
4448,
9695,
370,
319,
9445,
1111,
322,
1113,
5226,
7976,
10763,
9699,
9523,
583,
11095,
11074,
3325,
1295,
594,
4532,
1296,
33,
7230,
5933,
11060,
3659,
6628,
334,
1485
],
),
"language_spanish": SymbolsMetadata(
popularity: 31,
codepoint: 0xf5e9,
categories: [12],
tags: [
573,
4494,
11059,
8163,
8164,
4495,
370,
320,
322,
5226,
11096,
11097,
11093,
7976,
10763,
10984,
9523,
7977,
4500,
11081,
921,
1149,
71,
11098,
11099,
11100,
1295,
11101,
33,
7230,
5933,
11102,
11060,
334,
1485
],
),
"language_us": SymbolsMetadata(
popularity: 23,
codepoint: 0xf759,
categories: [12],
tags: [
568,
570,
2728,
572,
573,
283,
5579,
1475,
2730,
11059,
2731,
7212,
7974,
2732,
370,
319,
322,
10762,
5226,
11103,
11092,
11104,
10763,
9523,
4927,
4846,
594,
1484,
1296,
33,
7230,
5933,
11060,
1298,
6628,
334,
1485
],
),
"language_us_colemak": SymbolsMetadata(
popularity: 1,
codepoint: 0xf75b,
categories: [12],
tags: [
5343,
1591,
11105,
5,
684,
11106,
685,
345,
4494,
11059,
370,
318,
320,
1111,
1113,
5226,
10763,
385,
6624,
9523,
4500,
70,
358,
362,
71,
4532,
1093,
33,
5933,
11060,
3659,
11107,
11108,
334,
1485
],
),
"language_us_dvorak": SymbolsMetadata(
popularity: 5,
codepoint: 0xf75a,
categories: [12],
tags: [
5,
283,
519,
345,
81,
288,
11059,
11109,
1252,
11110,
1431,
370,
138,
68,
1111,
1344,
1113,
5226,
10763,
385,
9523,
70,
921,
1123,
71,
509,
31,
1093,
65,
33,
5933,
11060,
3659,
11107,
11111,
1485
],
),
"laps": SymbolsMetadata(
popularity: 156,
codepoint: 0xf6b9,
categories: [15],
tags: [
2513,
77,
7540,
5753,
1159,
6,
3116,
4148,
1136,
10,
11,
8964,
2887,
51,
3463,
11112,
757,
1166,
17,
27,
453,
330,
1125,
29,
228,
1152,
2403,
30,
11113,
2814,
3827,
1171,
1172,
2148,
3521
],
),
"laptop_car": SymbolsMetadata(
popularity: 20,
codepoint: 0xf3cd,
categories: [11],
tags: [
1246,
1247,
1810,
3410,
1812,
1813,
1704,
519,
4292,
254,
345,
1425,
1705,
288,
44,
8,
2039,
1878,
1110,
1253,
3685,
1314,
1706,
262,
630,
325,
11114,
2539,
432,
4777,
410,
65,
1629,
332,
1836,
333,
2051,
1229,
1518
],
),
"laptop_chromebook": SymbolsMetadata(
popularity: 2527,
codepoint: 0xe31f,
categories: [11],
tags: [
1246,
1247,
1923,
1704,
11115,
519,
1310,
288,
8,
2537,
379,
137,
1110,
699,
1253,
138,
259,
1113,
3685,
11116,
814,
262,
630,
289,
920,
2539,
432,
410,
31,
65,
4766,
1409,
333,
1187,
1518
],
),
"laptop_mac": SymbolsMetadata(
popularity: 3192,
codepoint: 0xe320,
categories: [11],
tags: [
1246,
1247,
1704,
519,
1310,
284,
81,
1705,
288,
44,
8,
2537,
1878,
2538,
1110,
1253,
259,
1113,
3685,
1706,
11117,
262,
630,
267,
1391,
2539,
1427,
432,
4777,
410,
392,
65,
333,
1187,
1518,
6241
],
),
"laptop_windows": SymbolsMetadata(
popularity: 1834,
codepoint: 0xe321,
categories: [11],
tags: [
1246,
1247,
1923,
1704,
519,
1310,
288,
44,
8,
3097,
2537,
1110,
1253,
3685,
1706,
630,
4463,
1391,
2927,
4290,
6239,
2539,
432,
410,
65,
6240,
333,
1187,
1229,
1518
],
),
"lasso_select": SymbolsMetadata(
popularity: 66,
codepoint: 0xeb03,
categories: [12],
tags: [
1131,
5237,
450,
11118,
4562,
2394,
754,
1580,
378,
4839,
1252,
680,
2155,
2219,
11119,
7614,
11120,
2255,
6079,
2673,
11121,
1166,
11122,
289,
3081,
4516,
2626,
11123,
6080,
362,
363,
11124,
392,
1588,
1460,
2162,
33,
511,
35,
11125,
1485
],
),
"last_page": SymbolsMetadata(
popularity: 2352,
codepoint: 0xe5dd,
categories: [2],
tags: [
2926,
1673,
501,
77,
1133,
2827,
2707,
2970,
11126,
2127,
7739,
5596,
1665,
903,
1344,
2831,
11127,
550,
87,
352,
1750,
325,
905,
1586,
2852,
906,
1700,
410,
2335,
392,
2838,
8022,
7746,
141,
1348,
3330,
333,
1186
],
rtlAutoMirrored: true,
),
"laundry": SymbolsMetadata(
popularity: 918,
codepoint: 0xe2a8,
categories: [10],
tags: [
2636,
1859,
5844,
810,
1864,
2640,
2641,
11128,
7337,
3863,
2646,
2648,
1140,
1499,
4192,
7651,
3043,
1730,
3960,
1503,
7362,
5823,
652,
2653,
472,
2656,
11129,
7358,
5827
],
),
"layers": SymbolsMetadata(
popularity: 3489,
codepoint: 0xe53b,
categories: [5],
tags: [
76,
2244,
628,
484,
868,
8,
1430,
1055,
147,
579,
1080,
1612,
1082,
1083,
2078,
1534,
2457,
1059,
1061,
91,
92,
8814,
2753,
3397,
4647,
1993,
2461,
2462,
4441,
1067,
1712,
955,
396
],
),
"layers_clear": SymbolsMetadata(
popularity: 611,
codepoint: 0xe53c,
categories: [5],
tags: [
478,
76,
1208,
780,
1210,
11130,
484,
868,
4646,
2143,
811,
1055,
3371,
1680,
1080,
1612,
1082,
11131,
1083,
1534,
6510,
1059,
11132,
1061,
91,
586,
5385,
2753,
3397,
4797,
386,
5040,
11133,
4441,
1067,
1712,
955,
10771,
6931,
3688
],
),
"lda": SymbolsMetadata(
popularity: 13,
codepoint: 0xe106,
categories: [11],
tags: [
3358,
11134,
5983,
1422,
2495,
2125,
11135,
81,
11136,
1762,
1430,
11137,
11138,
5755,
216,
697,
11085,
5226,
11139,
87,
3806,
894,
11140,
5877,
11141,
11142,
1090,
5491,
65,
33,
11143,
511,
10766
],
),
"leaderboard": SymbolsMetadata(
popularity: 4028,
codepoint: 0xf20c,
categories: [9],
tags: [
3,
11144,
1071,
1423,
1424,
517,
3494,
373,
933,
6,
11145,
81,
375,
1078,
11146,
11147,
1081,
6637,
1083,
88,
226,
3501,
1086,
11148,
851,
759,
6522,
795,
228,
11149,
746,
7260,
11150,
1263,
1095,
3509,
11151
],
),
"leak_add": SymbolsMetadata(
popularity: 494,
codepoint: 0xe3f8,
categories: [1],
tags: [
745,
5752,
1323,
1374,
1073,
284,
1375,
1497,
1593,
81,
11152,
4269,
914,
1077,
488,
1336,
235,
1327,
2722,
1328,
11153,
1314,
4175,
3960,
267,
887,
8886,
3848,
239,
2725,
4881,
652,
2058,
454,
11154,
3829,
278
],
),
"leak_remove": SymbolsMetadata(
popularity: 178,
codepoint: 0xe3f9,
categories: [1],
tags: [
11155,
1051,
1208,
284,
81,
1210,
868,
2904,
4269,
6904,
1055,
11156,
1213,
11153,
11157,
11158,
1314,
4175,
267,
11159,
11160,
11161,
11162,
1059,
1060,
1061,
8886,
11163,
11164,
4246,
1224,
11165,
11166,
652,
2058,
1067,
11167,
11154,
3829,
11168,
278
],
),
"left_click": SymbolsMetadata(
popularity: 273,
codepoint: 0xf718,
categories: [2],
tags: [
748,
4324,
77,
504,
450,
193,
1785,
1786,
519,
11169,
345,
1788,
288,
44,
2698,
2844,
1111,
1612,
1344,
2197,
11170,
2986,
1750,
328,
1167,
1120,
362,
363,
7598,
1227,
65,
511
],
),
"left_panel_close": SymbolsMetadata(
popularity: 123,
codepoint: 0xf717,
categories: [2],
tags: [
748,
77,
504,
1209,
912,
1103,
6037,
2444,
345,
313,
2273,
913,
1164,
2920,
51,
1612,
385,
2197,
506,
2897,
325,
919,
4647,
5920,
4648,
2922,
2947,
4649,
413,
907,
6607,
1187,
1671,
1154
],
),
"left_panel_open": SymbolsMetadata(
popularity: 136,
codepoint: 0xf716,
categories: [2],
tags: [
77,
1209,
912,
1425,
313,
8,
914,
1344,
385,
5612,
11171,
506,
325,
2927,
92,
919,
4647,
410,
2008,
2947,
4649,
413,
1187,
1671
],
),
"legend_toggle": SymbolsMetadata(
popularity: 858,
codepoint: 0xf11b,
categories: [9],
tags: [
1071,
482,
373,
912,
345,
81,
7030,
375,
8,
914,
10694,
83,
1078,
2920,
1081,
68,
1112,
11172,
1082,
11173,
1470,
324,
226,
506,
1086,
4258,
70,
2459,
71,
2008,
11174,
746,
2404,
33,
97,
413,
1095,
396,
514
],
),
"lens_blur": SymbolsMetadata(
popularity: 838,
codepoint: 0xf029,
categories: [1],
tags: [
480,
5089,
4332,
4295,
5793,
40,
11175,
193,
4335,
11176,
4309,
3633,
1746,
487,
83,
1749,
9152,
4298,
49,
8359,
4327,
53,
11177,
11178,
8986,
4301,
57,
3602,
8804,
59,
8838,
11179,
11180,
11181,
4303,
4315,
4331,
4318,
11182
],
),
"letter_switch": SymbolsMetadata(
popularity: 24,
codepoint: 0xf758,
categories: [12],
tags: [
11183,
11184,
11185,
9379,
11186,
11187,
502,
10907,
11188,
11189,
11190,
7828,
5096,
11191,
12,
370,
3658,
1113,
10763,
11192,
9523,
10911,
11193,
2162,
3963,
11194,
2404,
33,
11195,
2177,
10002,
2165,
413,
5933,
11060,
338,
7694,
1485
],
),
"library_add": SymbolsMetadata(
popularity: 5507,
codepoint: 0xe02e,
categories: [2],
tags: [
231,
745,
1674,
3390,
2138,
1197,
628,
1325,
81,
1430,
1431,
147,
173,
1327,
1376,
1082,
1345,
88,
406,
2457,
1707,
887,
92,
1586,
1710,
239,
1711,
453,
985,
1539,
2463,
1396,
31,
37
],
),
"library_add_check": SymbolsMetadata(
popularity: 1307,
codepoint: 0xe9b7,
categories: [0],
tags: [
748,
745,
1658,
1674,
1694,
482,
504,
1661,
1197,
463,
2689,
345,
2339,
1430,
1664,
1479,
147,
1681,
872,
1082,
1345,
87,
88,
1166,
2457,
1707,
2591,
1666,
239,
4464,
362,
433,
2463,
245,
31,
1517,
1669,
141,
2336,
1576,
37,
1672
],
),
"library_books": SymbolsMetadata(
popularity: 6786,
codepoint: 0xe02f,
categories: [0],
tags: [
4423,
745,
1342,
7671,
1268,
3389,
3390,
3391,
11196,
2138,
1197,
628,
1467,
1541,
2143,
3097,
1680,
173,
68,
4427,
3099,
1345,
88,
3394,
11197,
3380,
2890,
4132,
4178,
4531,
2463,
11198,
4390
],
rtlAutoMirrored: true,
),
"library_music": SymbolsMetadata(
popularity: 1944,
codepoint: 0xe030,
categories: [0],
tags: [
745,
1342,
1674,
1268,
11199,
11200,
11201,
1197,
2143,
1680,
1681,
1345,
406,
11202,
439,
1707,
11203,
11204,
11205,
9900,
11206,
10744,
1585,
92,
1710,
432,
3057,
1293,
7835,
1690,
3058
],
),
"license": SymbolsMetadata(
popularity: 451,
codepoint: 0xeb04,
categories: [6],
tags: [
2440,
11207,
2666,
5220,
281,
930,
2668,
11208,
192,
2444,
11209,
6259,
11210,
464,
1430,
11211,
2645,
147,
488,
3184,
3107,
2004,
978,
2448,
11212,
3312,
3501,
3675,
11213,
1587,
11214,
2676,
5360,
11215,
716,
2628,
3505,
4821,
3677
],
),
"lift_to_talk": SymbolsMetadata(
popularity: 320,
codepoint: 0xefa3,
categories: [11],
tags: [
4324,
1268,
3349,
1270,
1103,
283,
345,
11216,
1475,
288,
4326,
216,
1108,
2696,
2698,
1612,
262,
271,
6277,
3106,
64,
1128,
594,
9548,
65,
1406
],
),
"light": SymbolsMetadata(
popularity: 1031,
codepoint: 0xf02a,
categories: [8],
tags: [
480,
1739,
1332,
3620,
3621,
3801,
11217,
2303,
345,
3921,
3683,
3624,
5675,
3804,
4746,
51,
2740,
2741,
9109,
3626,
5183,
814,
647,
1059,
1061,
289,
11218,
3687,
358,
1947,
151,
8989,
898,
1339,
2404,
31,
413
],
),
"light_group": SymbolsMetadata(
popularity: 313,
codepoint: 0xe28b,
categories: [10],
tags: [
1131,
6785,
2125,
11219,
3801,
1196,
1197,
685,
4281,
345,
288,
2609,
7163,
579,
1198,
1140,
3173,
7151,
7152,
9109,
11220,
11221,
5183,
2431,
11222,
267,
1947,
2778,
1201,
1780,
1898,
11223
],
rtlAutoMirrored: true,
),
"light_mode": SymbolsMetadata(
popularity: 11885,
codepoint: 0xe518,
categories: [4],
tags: [
2212,
4593,
501,
3620,
3621,
4741,
193,
780,
2126,
4754,
288,
8,
4746,
1344,
3626,
6398,
5183,
1470,
642,
2082,
355,
358,
3201,
151,
1994,
857,
1598,
11224,
4043,
2404,
4740,
413,
3630
],
),
"light_off": SymbolsMetadata(
popularity: 74,
codepoint: 0xe9b8,
categories: [8],
tags: [
11225,
3801,
11226,
4745,
3633,
1300,
868,
11227,
1055,
3683,
4023,
3804,
1222,
11228,
9109,
9014,
3626,
8999,
9000,
2431,
11229,
2017,
9003,
1059,
1061,
3687,
9016,
1067,
2404,
9918,
4740,
413,
4322,
5167
],
),
"lightbulb": SymbolsMetadata(
popularity: 11688,
codepoint: 0xe0f0,
categories: [6],
tags: [
1360,
1177,
3620,
3801,
2303,
6085,
868,
3097,
811,
3624,
10692,
3804,
1222,
9128,
293,
68,
4173,
11230,
8290,
4427,
3099,
11231,
3626,
9131,
9003,
289,
1292,
4180,
10247,
4851,
4852,
4842,
8020,
11232
],
),
"lightbulb_2": SymbolsMetadata(
popularity: 407,
codepoint: 0xf3e3,
categories: [8],
tags: [
1360,
1177,
2473,
2186,
3620,
3801,
2279,
3682,
3921,
3683,
11233,
1109,
11234,
871,
10692,
138,
3804,
9128,
293,
68,
4173,
11230,
11231,
3626,
9131,
1061,
330,
10086,
4941,
4180,
10247,
31,
7192,
4851,
4852,
4842,
11235
],
),
"lightbulb_circle": SymbolsMetadata(
popularity: 980,
codepoint: 0xebfe,
categories: [6],
tags: [
1360,
1177,
3620,
3801,
504,
193,
462,
2855,
345,
6085,
314,
137,
10692,
138,
3804,
9128,
293,
68,
11230,
4427,
3099,
11231,
3626,
9131,
289,
392,
1292,
4180,
10247,
31,
4851,
4852,
4842,
141,
11236,
6031
],
),
"lightning_stand": SymbolsMetadata(
popularity: 54,
codepoint: 0xefa4,
categories: [11],
tags: [
3025,
1360,
3934,
3026,
3679,
3868,
3981,
1843,
1365,
288,
4149,
3682,
3983,
3921,
3683,
1165,
4392,
1110,
7891,
138,
3935,
3936,
262,
616,
876,
3687,
3106,
273,
275,
4153,
3962,
31,
3937,
7098,
206,
859,
278
],
),
"line_axis": SymbolsMetadata(
popularity: 305,
codepoint: 0xea9a,
categories: [12],
tags: [
5518,
1071,
503,
373,
11237,
310,
2394,
81,
375,
2787,
1078,
382,
11238,
699,
87,
793,
6544,
17,
2807,
11239,
8839,
794,
11240,
2274,
391,
4179,
746,
1170,
140,
1464,
2810,
514,
11241,
11242
],
),
"line_curve": SymbolsMetadata(
popularity: 62,
codepoint: 0xf757,
categories: [12],
tags: [
480,
1659,
1592,
11243,
284,
2817,
2936,
11244,
485,
313,
2786,
378,
1252,
680,
1164,
7674,
11245,
370,
381,
137,
4570,
384,
87,
468,
1625,
330,
1035,
1152,
392,
682,
11246,
1170,
4308,
338,
1409,
1855,
9535
],
rtlAutoMirrored: true,
),
"line_end": SymbolsMetadata(
popularity: 43,
codepoint: 0xf826,
categories: [12],
tags: [
7282,
7539,
1423,
2117,
11247,
10385,
2394,
2264,
1163,
2127,
11248,
11249,
699,
4634,
1634,
9101,
11250,
87,
4574,
11251,
4596,
11252,
11253,
11254,
1625,
906,
703,
4576,
1152,
1169,
1170,
11255,
11256,
11257,
11258,
10389,
11259
],
),
"line_end_arrow": SymbolsMetadata(
popularity: 40,
codepoint: 0xf81d,
categories: [12],
tags: [
2926,
77,
7282,
7539,
3116,
8121,
2394,
312,
313,
2127,
11249,
10403,
5596,
1665,
903,
699,
51,
2831,
87,
174,
468,
325,
905,
1625,
328,
1167,
329,
759,
906,
392,
10235,
1170,
31,
11260,
332,
1691
],
),
"line_end_arrow_notch": SymbolsMetadata(
popularity: 57,
codepoint: 0xf81c,
categories: [12],
tags: [
77,
11261,
11262,
7282,
7539,
373,
2394,
375,
313,
378,
2127,
11248,
11249,
10403,
1078,
137,
699,
384,
51,
87,
11251,
4596,
174,
325,
11263,
1625,
11264,
328,
1167,
906,
392,
1170,
31,
4808,
2200
],
),
"line_end_circle": SymbolsMetadata(
popularity: 68,
codepoint: 0xf81b,
categories: [12],
tags: [
3,
7282,
7539,
1423,
373,
193,
463,
3116,
1074,
2394,
1746,
2127,
11249,
3499,
3570,
1665,
13,
1078,
699,
51,
87,
2944,
756,
174,
1625,
328,
1090,
759,
906,
1152,
94,
2491,
291,
2932,
1170,
2465,
1095
],
),
"line_end_diamond": SymbolsMetadata(
popularity: 32,
codepoint: 0xf81a,
categories: [12],
tags: [
1520,
7282,
7539,
373,
284,
11265,
2817,
2394,
375,
1487,
313,
2127,
11249,
10403,
1665,
1077,
381,
1078,
699,
51,
87,
1314,
174,
3424,
1625,
328,
1090,
906,
1152,
392,
1170,
1317,
4842,
1409,
11266
],
),
"line_end_square": SymbolsMetadata(
popularity: 19,
codepoint: 0xf819,
categories: [12],
tags: [
480,
7282,
7539,
481,
1133,
504,
345,
2394,
2127,
11249,
5596,
1665,
381,
137,
3378,
699,
138,
3923,
550,
87,
11251,
352,
814,
1625,
1223,
3430,
906,
392,
1339,
433,
11267,
1226,
11268,
1170,
31,
11260,
907,
11269
],
),
"line_start": SymbolsMetadata(
popularity: 29,
codepoint: 0xf825,
categories: [12],
tags: [
7282,
7539,
6346,
2194,
11270,
373,
193,
2394,
666,
1746,
11249,
1908,
1078,
699,
1634,
51,
6508,
2197,
87,
11271,
174,
3424,
9642,
1625,
2807,
328,
11272,
329,
759,
94,
737,
11273,
11274,
6777,
1170,
2465,
3729
],
),
"line_start_arrow": SymbolsMetadata(
popularity: 13,
codepoint: 0xf818,
categories: [12],
tags: [
77,
7282,
7539,
1268,
2845,
2826,
6346,
2194,
2394,
313,
11249,
903,
699,
51,
2197,
5612,
87,
406,
352,
325,
3424,
1625,
1223,
2509,
408,
1167,
2833,
759,
2852,
7745,
2130,
1170,
2465,
3453,
37
],
),
"line_start_arrow_notch": SymbolsMetadata(
popularity: 15,
codepoint: 0xf817,
categories: [12],
tags: [
77,
7282,
7539,
6346,
2194,
1843,
2394,
313,
11249,
1908,
699,
6508,
1623,
2197,
87,
323,
174,
20,
325,
3424,
11263,
9642,
1625,
328,
329,
759,
4125,
2519,
11275,
1538,
1152,
2130,
11274,
1170,
2465,
2148,
332,
7822
],
),
"line_start_circle": SymbolsMetadata(
popularity: 45,
codepoint: 0xf816,
categories: [12],
tags: [
7282,
7539,
6346,
2194,
373,
193,
2394,
81,
313,
1746,
1164,
11249,
1077,
137,
699,
51,
1623,
2197,
87,
174,
3424,
1625,
328,
329,
759,
94,
2147,
6121,
2130,
2932,
1170,
2465,
2148,
514
],
),
"line_start_diamond": SymbolsMetadata(
popularity: 32,
codepoint: 0xf815,
categories: [12],
tags: [
480,
1520,
7282,
7539,
6346,
2194,
284,
2394,
375,
1487,
11249,
5058,
904,
699,
51,
2197,
87,
174,
814,
3424,
9642,
1625,
328,
1090,
1538,
392,
1339,
2130,
1170,
1409,
514
],
),
"line_start_square": SymbolsMetadata(
popularity: 9,
codepoint: 0xf814,
categories: [12],
tags: [
480,
1131,
7282,
7539,
6346,
1132,
1133,
482,
1333,
2394,
1136,
11249,
1908,
348,
381,
699,
6508,
2197,
87,
1166,
1403,
3424,
9642,
289,
1625,
328,
432,
1149,
1151,
392,
1339,
433,
2130,
1170
],
),
"line_style": SymbolsMetadata(
popularity: 279,
codepoint: 0xe919,
categories: [12],
tags: [
1739,
2150,
2230,
628,
1236,
2394,
1430,
2153,
755,
2155,
2156,
916,
2214,
385,
87,
88,
506,
1641,
176,
70,
2159,
2160,
703,
71,
709,
955,
2162,
33,
2165,
97,
3659,
2180,
1485
],
),
"line_weight": SymbolsMetadata(
popularity: 380,
codepoint: 0xe91a,
categories: [12],
tags: [
1739,
517,
628,
11276,
1430,
680,
2155,
147,
2156,
383,
916,
87,
8133,
1470,
226,
1641,
2237,
11277,
2161,
298,
709,
923,
1170,
2162,
2250,
4594,
97,
338,
11278,
3731,
397,
1485
],
),
"linear_scale": SymbolsMetadata(
popularity: 920,
codepoint: 0xe260,
categories: [12],
tags: [
1739,
2212,
1673,
501,
6207,
2707,
685,
345,
464,
485,
1105,
2820,
3870,
699,
1634,
51,
1344,
385,
792,
87,
2944,
11279,
11280,
226,
17,
506,
70,
851,
759,
1148,
2274,
391,
410,
1201,
71,
2838,
3475,
5661,
141,
1348,
36,
333,
1186,
1187
],
),
"link": SymbolsMetadata(
popularity: 16790,
codepoint: 0xe157,
categories: [7],
tags: [
1520,
77,
1323,
2472,
1522,
193,
462,
1523,
1073,
284,
313,
1679,
319,
320,
1524,
322,
259,
1328,
87,
1314,
1084,
5478,
439,
325,
267,
328,
179,
330,
331,
1530,
333,
1186,
334,
5236
],
),
"link_off": SymbolsMetadata(
popularity: 2411,
codepoint: 0xe16f,
categories: [7],
tags: [
11281,
11282,
11283,
11284,
3260,
11285,
1522,
1523,
284,
11286,
3262,
11287,
11288,
868,
11289,
11290,
2719,
1055,
1524,
1314,
11291,
11292,
10821,
3270,
11293,
1084,
5478,
439,
1059,
1061,
11294,
11295,
11296,
1067,
3274,
1530,
7458,
1410,
6849,
1186
],
),
"linked_camera": SymbolsMetadata(
popularity: 581,
codepoint: 0xe438,
categories: [1],
tags: [
11281,
40,
42,
1522,
1073,
1074,
284,
288,
44,
46,
49,
259,
53,
1314,
1084,
11297,
11298,
406,
439,
11299,
267,
57,
59,
11300,
62,
440,
1528,
2030,
4899,
273,
2058,
5091,
243,
764,
476,
278
],
),
"linked_services": SymbolsMetadata(
popularity: 232,
codepoint: 0xf535,
categories: [2],
tags: [
861,
11281,
6164,
4669,
1522,
11301,
373,
571,
1073,
284,
6179,
81,
11302,
11303,
1679,
11304,
11305,
579,
1524,
2566,
1328,
10008,
1314,
11306,
11307,
11308,
267,
6184,
1088,
3823,
4133,
3426,
11309,
878,
11310,
1529,
6205,
6849
],
),
"liquor": SymbolsMetadata(
popularity: 1791,
codepoint: 0xea60,
categories: [16],
tags: [
11311,
1673,
1423,
4859,
1759,
4974,
11312,
5355,
11313,
1333,
4206,
781,
2356,
1109,
137,
138,
1959,
4175,
11314,
506,
11315,
587,
9118,
11316,
1537,
11317,
11318,
1396,
31,
4692,
141,
1348,
333,
11319
],
),
"list": SymbolsMetadata(
popularity: 12016,
codepoint: 0xe896,
categories: [12],
tags: [
3091,
2230,
9465,
2138,
3092,
5662,
1541,
6523,
11320,
147,
370,
2943,
173,
9456,
86,
88,
506,
11321,
70,
91,
11322,
94,
923,
4964,
11323,
5658,
97,
11324,
3330
],
rtlAutoMirrored: true,
),
"list_alt": SymbolsMetadata(
popularity: 9867,
codepoint: 0xe0ee,
categories: [12],
tags: [
2440,
2388,
501,
2665,
1674,
9239,
482,
3092,
2855,
2444,
1633,
1430,
11325,
147,
488,
370,
9540,
1111,
1470,
88,
1480,
1585,
91,
289,
1587,
11326,
3750,
453,
985,
2628,
2271,
1428,
988,
2631,
2463,
1619,
33,
740
],
rtlAutoMirrored: true,
),
"list_alt_add": SymbolsMetadata(
popularity: 80,
codepoint: 0xf756,
categories: [12],
tags: [
231,
748,
745,
11327,
11328,
517,
504,
3092,
345,
1325,
11329,
1580,
1430,
1678,
1431,
147,
1376,
1470,
88,
6784,
887,
2591,
11330,
1585,
1586,
1587,
239,
1433,
898,
2716,
31,
1517,
5604,
141,
1348
],
),
"list_alt_check": SymbolsMetadata(
popularity: 260,
codepoint: 0xf3de,
categories: [12],
tags: [
2661,
2388,
2390,
2685,
482,
1661,
3182,
3092,
2393,
463,
1663,
2669,
4489,
2689,
2855,
2323,
1430,
1664,
1106,
2671,
488,
370,
86,
1470,
88,
1166,
5602,
506,
1585,
1666,
2674,
70,
91,
1587,
2271,
362,
363,
2463,
3752,
1669,
740,
1670,
1576,
1672
],
),
"lists": SymbolsMetadata(
popularity: 287,
codepoint: 0xe9b9,
categories: [6],
tags: [
3743,
2230,
9465,
1661,
3092,
628,
81,
145,
1541,
1430,
2188,
1431,
488,
86,
1470,
88,
6784,
506,
325,
5664,
70,
91,
289,
2159,
851,
453,
94,
33,
2250,
3101
],
rtlAutoMirrored: true,
),
"live_help": SymbolsMetadata(
popularity: 3856,
codepoint: 0xe0c6,
categories: [7],
tags: [
3940,
10244,
864,
6621,
865,
568,
570,
572,
573,
283,
975,
1475,
5033,
1476,
5647,
3170,
2821,
871,
293,
68,
3935,
1612,
1282,
583,
2725,
3942,
2333,
3943,
3944,
11331,
11332,
4807,
3662,
4180,
594,
1484,
880,
31,
1296,
4876
],
rtlAutoMirrored: true,
),
"live_tv": SymbolsMetadata(
popularity: 3257,
codepoint: 0xe639,
categories: [11],
tags: [
1246,
1247,
4780,
11333,
731,
5978,
732,
1704,
628,
1705,
288,
8,
2537,
781,
346,
1253,
1282,
7673,
1706,
406,
630,
354,
11334,
11335,
2509,
408,
432,
410,
2008,
273,
454,
411,
65,
412,
2031,
37,
2080,
333,
1187
],
),
"living": SymbolsMetadata(
popularity: 475,
codepoint: 0xf02b,
categories: [8],
tags: [
565,
972,
566,
1332,
974,
1906,
1877,
5526,
1161,
225,
4051,
8415,
977,
1140,
1499,
581,
978,
979,
5527,
11336,
5529,
5530,
814,
289,
589,
1045,
820,
590,
1048,
390,
1947,
1919,
1929,
392,
986,
888,
1339,
5531,
601,
990
],
),
"local_activity": SymbolsMetadata(
popularity: 3432,
codepoint: 0xe53f,
categories: [5],
tags: [
861,
2513,
4451,
11337,
344,
11338,
11339,
781,
11340,
1431,
10,
11341,
4456,
6254,
354,
11342,
2005,
11343,
2509,
2459,
392,
2008,
857,
2009,
11344,
3347,
10367,
2011,
11345,
11346
],
),
"local_atm": SymbolsMetadata(
popularity: 1896,
codepoint: 0xe53e,
categories: [5],
tags: [
3207,
3209,
926,
927,
928,
11347,
929,
930,
1648,
931,
3210,
932,
934,
936,
937,
11348,
3211,
938,
1387,
941,
942,
317,
6254,
2326,
323,
1730,
948,
1624,
8311,
523,
950,
951,
1392,
1393,
652,
1395,
955,
31,
956,
3217
],
),
"local_bar": SymbolsMetadata(
popularity: 2103,
codepoint: 0xe540,
categories: [16],
tags: [
11311,
1423,
11349,
4859,
1759,
5680,
11312,
5355,
11313,
11350,
3700,
4206,
781,
1387,
2356,
6023,
1109,
11351,
11352,
5611,
1959,
11314,
6254,
323,
11315,
587,
327,
11316,
1917,
1537,
593,
11317,
11318,
11353,
11319
],
),
"local_cafe": SymbolsMetadata(
popularity: 3553,
codepoint: 0xe541,
categories: [16],
tags: [
4859,
1759,
2117,
3693,
3695,
6007,
7970,
6009,
6011,
4683,
3700,
4206,
4828,
2356,
4633,
6013,
4212,
6254,
2082,
6015,
91,
11354,
1917,
1537,
652,
1394,
3826,
1396,
6018,
3828
],
),
"local_car_wash": SymbolsMetadata(
popularity: 540,
codepoint: 0xe542,
categories: [5],
tags: [
2425,
1810,
3076,
568,
569,
1812,
11355,
1813,
810,
1864,
43,
11356,
2397,
8879,
6254,
323,
324,
1534,
325,
327,
1392,
652,
11357,
8989,
5825,
11358,
433,
11359,
1629,
332,
1836,
11360,
3858,
3829,
1187
],
),
"local_convenience_store": SymbolsMetadata(
popularity: 1299,
codepoint: 0xe543,
categories: [5],
tags: [
11361,
369,
11362,
928,
929,
569,
11363,
930,
931,
932,
934,
576,
3840,
11364,
11365,
936,
937,
312,
938,
4932,
939,
7516,
2789,
9948,
6254,
323,
324,
1534,
1389,
948,
325,
10353,
887,
523,
950,
951,
239,
1392,
1393,
11366,
1394,
1395,
3162,
11367,
1396,
1397,
1627,
31,
956,
1187
],
),
"local_dining": SymbolsMetadata(
popularity: 1232,
codepoint: 0xe556,
categories: [16],
tags: [
4823,
3693,
3695,
3696,
3698,
4825,
3700,
11368,
11369,
4110,
4684,
3701,
4828,
11370,
2356,
6023,
3702,
2992,
5705,
4830,
6254,
4111,
3703,
506,
4688,
1537,
11371,
151,
4834,
4835,
9022
],
),
"local_drink": SymbolsMetadata(
popularity: 1347,
codepoint: 0xe544,
categories: [5],
tags: [
11311,
1423,
4859,
3695,
3696,
11312,
6009,
11372,
6011,
3700,
4206,
11373,
11374,
2904,
4269,
2356,
1109,
6013,
11375,
5561,
4175,
6254,
6015,
3297,
11354,
1537,
652,
4868,
6018,
4692,
7290,
3829
],
),
"local_fire_department": SymbolsMetadata(
popularity: 6116,
codepoint: 0xef55,
categories: [5],
tags: [
7681,
1360,
11376,
8896,
840,
1365,
8881,
314,
2427,
316,
5180,
8890,
11377,
8883,
5181,
11378,
3027,
1140,
3029,
11379,
8901,
11380,
6254,
1143,
2458,
11381,
243,
7930,
2070,
11382,
6640,
11383,
11384,
37,
11385,
206,
3316
],
),
"local_florist": SymbolsMetadata(
popularity: 2240,
codepoint: 0xe545,
categories: [5],
tags: [
6644,
8841,
11386,
8842,
2353,
4861,
7777,
1844,
7981,
2355,
11387,
11388,
6870,
1847,
3815,
2421,
234,
2361,
2362,
6254,
2363,
1826,
2364,
11389,
7987,
1827,
1394,
2370,
7988,
7989,
2371
],
),
"local_gas_station": SymbolsMetadata(
popularity: 2036,
codepoint: 0xe546,
categories: [5],
tags: [
1131,
2425,
3410,
1812,
11390,
1542,
1866,
3683,
11391,
8187,
5974,
11392,
11393,
11394,
1623,
6254,
323,
324,
325,
8311,
11395,
11396,
1392,
8190,
8191,
5339,
1126,
652,
3541,
1629,
332,
1836
],
),
"local_hospital": SymbolsMetadata(
popularity: 2360,
codepoint: 0xe548,
categories: [5],
tags: [
7681,
864,
2424,
929,
3137,
2375,
1235,
1762,
2427,
3833,
1908,
697,
892,
871,
1764,
6254,
323,
324,
894,
1768,
325,
5877,
1769,
326,
239,
1167,
5378
],
),
"local_laundry_service": SymbolsMetadata(
popularity: 1169,
codepoint: 0xe54a,
categories: [5],
tags: [
3862,
2636,
568,
3814,
569,
5831,
1891,
1864,
10438,
2640,
2641,
3863,
4269,
6485,
7648,
1387,
3833,
2739,
4192,
3529,
11397,
7651,
6254,
323,
174,
1535,
652,
11398,
1394,
2656,
7358,
5827,
7655,
10496
],
),
"local_library": SymbolsMetadata(
popularity: 3894,
codepoint: 0xe54b,
categories: [5],
tags: [
4423,
1674,
3390,
4424,
11399,
11400,
3391,
1197,
11401,
3097,
4426,
68,
4427,
10246,
4428,
4438,
4429,
1345,
11402,
3394,
11403,
6254,
11404,
3380,
2890,
4433,
4178,
4531,
2743,
11405,
4390,
4436
],
),
"local_mall": SymbolsMetadata(
popularity: 5936,
codepoint: 0xe54c,
categories: [5],
tags: [
3641,
1646,
928,
5667,
929,
569,
1647,
11363,
930,
1648,
931,
932,
934,
1180,
9944,
11406,
936,
937,
11407,
938,
1649,
4911,
11408,
86,
6254,
8154,
1389,
1390,
948,
523,
5555,
950,
951,
4484,
1654,
11409,
1393,
9950,
1394,
1395,
11410,
11411,
1396,
1397
],
),
"local_parking": SymbolsMetadata(
popularity: 2479,
codepoint: 0xe54f,
categories: [5],
tags: [
4,
2425,
481,
1812,
5,
2553,
312,
2039,
11412,
12,
5345,
11413,
16,
6254,
323,
324,
325,
11414,
3297,
896,
11415,
11416,
11417,
1536,
1392,
1626,
898,
823,
433,
1627,
31,
33,
1629,
332,
35,
1506,
1836
],
),
"local_pharmacy": SymbolsMetadata(
popularity: 759,
codepoint: 0xe550,
categories: [5],
tags: [
7681,
864,
929,
2375,
1235,
7640,
5206,
11418,
2427,
317,
1908,
2429,
697,
892,
1764,
6254,
323,
324,
894,
1768,
325,
1769,
326,
2558,
239,
1167,
1771,
1393,
11419,
1394,
1396,
31,
5378
],
),
"local_pizza": SymbolsMetadata(
popularity: 1396,
codepoint: 0xe552,
categories: [5],
tags: [
3696,
11420,
193,
462,
4205,
3698,
2037,
3700,
4684,
4206,
3701,
8545,
2356,
6023,
6653,
11421,
11422,
6254,
3703,
506,
11423,
1537,
330,
4981,
11424,
8552,
11425,
11426,
1691,
7947
],
),
"local_police": SymbolsMetadata(
popularity: 2466,
codepoint: 0xef56,
categories: [5],
tags: [
7681,
9770,
11427,
281,
11428,
3496,
944,
2004,
11429,
5489,
3720,
3721,
11430,
11431,
6254,
11432,
9542,
11433,
3675,
7685,
11434,
11435,
11436,
1573,
1574,
705,
1036,
1575,
857,
31,
2657
],
),
"local_post_office": SymbolsMetadata(
popularity: 1324,
codepoint: 0xe554,
categories: [5],
tags: [
1513,
929,
11437,
569,
283,
2037,
312,
2288,
3234,
2290,
944,
945,
3296,
15,
16,
6254,
323,
2293,
324,
583,
325,
1391,
2577,
4658,
326,
327,
1167,
1352,
11438,
2297,
9290,
2300,
3005,
652,
898,
2679,
955,
31
],
),
"local_see": SymbolsMetadata(
popularity: 359,
codepoint: 0xe557,
categories: [5],
tags: [
40,
42,
344,
10,
346,
5118,
1343,
53,
1282,
6254,
406,
354,
5490,
3780,
57,
59,
62,
1352,
681,
453,
1127,
4899,
8393,
5091,
3398,
454,
11439,
527,
5150,
434,
396,
4317
],
),
"local_shipping": SymbolsMetadata(
popularity: 20427,
codepoint: 0xe558,
categories: [14],
tags: [
1810,
482,
569,
1812,
6932,
1813,
934,
2037,
2182,
1678,
4350,
4911,
16,
6254,
3403,
11440,
2293,
1534,
3772,
1750,
1391,
2577,
4658,
1352,
2297,
1626,
2300,
4352,
1395,
2679,
11441,
900,
1629,
332,
1835,
2050,
1836,
2051
],
rtlAutoMirrored: true,
),
"local_taxi": SymbolsMetadata(
popularity: 1681,
codepoint: 0xe559,
categories: [14],
tags: [
2072,
2425,
1810,
1924,
11442,
1270,
1812,
1813,
2553,
313,
7909,
2040,
5336,
6254,
323,
11443,
324,
1534,
325,
1914,
2045,
2046,
7329,
4152,
3300,
1626,
1538,
652,
1627,
5354,
900,
1629,
332,
11444,
1836,
10291
],
),
"location_away": SymbolsMetadata(
popularity: 2170,
codepoint: 0xf150,
categories: [5],
tags: [
807,
565,
1496,
566,
11445,
929,
313,
868,
2556,
577,
317,
1532,
1543,
11446,
321,
1140,
1499,
581,
1222,
2326,
323,
7158,
324,
174,
4789,
325,
4791,
1060,
588,
589,
326,
327,
1392,
1167,
329,
590,
2559,
1502,
1503,
1538,
1126,
332,
1068,
601
],
),
"location_chip": SymbolsMetadata(
popularity: 55,
codepoint: 0xf850,
categories: [12],
tags: [
1513,
281,
1195,
4918,
312,
313,
316,
1820,
83,
317,
1532,
1544,
321,
1111,
1376,
52,
2326,
323,
324,
1534,
174,
325,
355,
1625,
11447,
326,
327,
329,
1538,
363,
1226,
182
],
),
"location_city": SymbolsMetadata(
popularity: 4964,
codepoint: 0xe7f1,
categories: [16],
tags: [
11448,
1496,
1131,
929,
10350,
569,
2553,
574,
1497,
312,
8309,
2555,
2556,
318,
1140,
3296,
1595,
323,
1388,
11449,
10353,
327,
1392,
2559,
1501,
432,
1149,
1502,
1503,
1504,
10355,
433,
955,
2792,
332,
1506
],
),
"location_disabled": SymbolsMetadata(
popularity: 311,
codepoint: 0xe1b6,
categories: [5],
tags: [
2601,
1360,
1051,
193,
1235,
1211,
312,
1162,
313,
868,
1055,
2720,
1213,
11450,
7303,
323,
8330,
7158,
324,
1534,
174,
325,
6317,
4791,
1059,
1061,
326,
1535,
327,
1167,
2190,
2618,
1065,
4744,
1067,
1226,
1095,
1068,
206
],
),
"location_home": SymbolsMetadata(
popularity: 1385,
codepoint: 0xf152,
categories: [5],
tags: [
565,
1513,
1496,
566,
929,
2553,
312,
1498,
2556,
577,
321,
1140,
1499,
581,
323,
324,
174,
325,
588,
589,
1535,
327,
328,
1392,
329,
1063,
590,
1500,
2046,
2559,
1501,
11451,
1502,
1503,
1830,
1504,
2838,
1540,
955,
1506,
601
],
),
"location_off": SymbolsMetadata(
popularity: 943,
codepoint: 0xe0c7,
categories: [5],
tags: [
1513,
1051,
6838,
5921,
312,
313,
868,
1532,
11452,
321,
11453,
323,
11454,
8330,
11455,
11456,
324,
4150,
1534,
174,
325,
11457,
11458,
1059,
326,
327,
329,
1034,
1063,
1065,
1036,
1226,
11459,
11460,
1068
],
),
"location_on": SymbolsMetadata(
popularity: 19180,
codepoint: 0xe0c8,
categories: [5],
tags: [
1513,
1131,
8308,
312,
313,
2904,
317,
318,
1544,
321,
3296,
2326,
323,
324,
1534,
174,
325,
8311,
1061,
326,
327,
1392,
1167,
329,
6277,
1149,
1538,
2838,
1540,
1226,
7192,
332,
3857
],
),
"location_searching": SymbolsMetadata(
popularity: 2274,
codepoint: 0xe1b7,
categories: [5],
tags: [
7545,
11461,
310,
8308,
312,
313,
3212,
321,
2326,
323,
324,
1534,
1624,
325,
11462,
326,
1535,
327,
1167,
2864,
329,
7093,
1737,
5491,
1126,
4293,
11463,
273,
1226,
1227,
1095
],
),
"lock": SymbolsMetadata(
popularity: 31218,
codepoint: 0xe897,
categories: [6],
tags: [
861,
5218,
5220,
1179,
4238,
1761,
284,
81,
44,
5948,
11464,
259,
1112,
1778,
1056,
267,
289,
5949,
5319,
1034,
1063,
3187,
1574,
4775,
3273,
3189,
3190,
705,
1774,
1036,
11465,
11466,
1186
],
),
"lock_clock": SymbolsMetadata(
popularity: 1166,
codepoint: 0xef57,
categories: [6],
tags: [
861,
5315,
11467,
1159,
345,
11468,
1160,
2118,
5887,
5227,
1778,
1056,
3466,
5949,
5319,
1034,
1063,
1574,
2368,
705,
1168,
11469,
1774,
11470,
1036,
11471,
11472,
1171,
11473,
11474,
11475,
11476,
2815,
11477,
2080
],
),
"lock_open": SymbolsMetadata(
popularity: 8560,
codepoint: 0xe898,
categories: [6],
tags: [
861,
11478,
1758,
11479,
11480,
3789,
11481,
8036,
1778,
11482,
2927,
11483,
8050,
5319,
2676,
1034,
11484,
1063,
1574,
11485,
5320,
705,
11486,
1774,
1036,
11487,
11488,
11489,
11490,
11491,
5321,
5322,
10875,
8056,
11492
],
),
"lock_open_circle": SymbolsMetadata(
popularity: 39,
codepoint: 0xf361,
categories: [6],
tags: [
861,
5315,
8037,
11493,
5218,
5220,
193,
462,
1333,
2856,
1431,
1212,
3789,
11494,
11482,
2927,
8049,
8050,
1034,
11484,
5320,
330,
11495,
1036,
11487,
5321,
11496,
5322,
10875
],
),
"lock_open_right": SymbolsMetadata(
popularity: 314,
codepoint: 0xf656,
categories: [6],
tags: [
861,
11497,
5218,
2688,
1758,
1431,
8024,
1112,
8036,
1778,
2927,
8100,
11498,
5949,
5319,
2676,
1034,
1063,
3187,
1574,
11499,
906,
705,
1774,
1036,
5321,
11500,
5322,
8056
],
),
"lock_person": SymbolsMetadata(
popularity: 1286,
codepoint: 0xf8f3,
categories: [6],
tags: [
861,
5315,
565,
5218,
5220,
1761,
11501,
225,
581,
978,
1112,
1778,
980,
5949,
2676,
589,
1034,
1063,
590,
3187,
1574,
1065,
3190,
705,
11502,
1774,
1036,
1575,
888,
601
],
),
"lock_reset": SymbolsMetadata(
popularity: 2202,
codepoint: 0xeade,
categories: [6],
tags: [
861,
460,
77,
5218,
5220,
193,
6617,
4238,
1431,
3439,
1112,
8036,
3043,
3440,
1778,
1056,
980,
757,
5949,
5319,
1034,
1063,
3187,
1574,
3441,
760,
761,
2451,
5856,
3446,
470,
471,
705,
6261,
1774,
1036,
473,
5322
],
),
"login": SymbolsMetadata(
popularity: 21067,
codepoint: 0xea77,
categories: [2],
tags: [
861,
565,
1673,
501,
77,
5218,
5220,
566,
193,
2707,
485,
1106,
7516,
1431,
977,
581,
3107,
978,
3039,
1344,
2197,
4805,
980,
982,
289,
589,
920,
1034,
590,
2628,
410,
1774,
898,
987,
11503,
888,
2838,
141,
601,
1348,
333,
1186
],
rtlAutoMirrored: true,
),
"logo_dev": SymbolsMetadata(
popularity: 536,
codepoint: 0xead6,
categories: [6],
tags: [
1673,
501,
4668,
1374,
929,
569,
1102,
2218,
576,
519,
7587,
11504,
485,
11505,
11506,
1313,
1104,
44,
978,
259,
2482,
1166,
523,
1653,
1123,
509,
10359,
31,
1297,
65,
333,
1186
],
),
"logout": SymbolsMetadata(
popularity: 45652,
codepoint: 0xe9ba,
categories: [2],
tags: [
861,
565,
1673,
501,
77,
11507,
901,
5218,
11445,
2707,
485,
4932,
11508,
1212,
11509,
1344,
2960,
87,
4805,
11510,
980,
5613,
1059,
11483,
590,
432,
906,
410,
1036,
7204,
8264,
11511,
2838,
433,
1093,
141,
601,
1348,
333,
1186
],
rtlAutoMirrored: true,
),
"looks": SymbolsMetadata(
popularity: 561,
codepoint: 0xe3fc,
categories: [1],
tags: [
2541,
193,
135,
3360,
8391,
7491,
11512,
2647,
1749,
437,
8392,
3636,
8397,
11513,
6509,
2329,
11514,
2331,
11515,
11516,
6081,
11517,
1127,
11518,
8393,
8395,
2162,
8396,
396,
4317
],
),
"looks_3": SymbolsMetadata(
popularity: 1094,
codepoint: 0xe3fb,
categories: [1],
tags: [
75,
1466,
1745,
80,
3583,
81,
7,
83,
1198,
1080,
68,
1082,
792,
88,
6509,
506,
11519,
22,
23,
70,
10557,
586,
11520,
795,
1200,
94,
71,
95,
433,
6146,
31,
551
],
),
"looks_4": SymbolsMetadata(
popularity: 688,
codepoint: 0xe3fd,
categories: [1],
tags: [
631,
481,
11521,
80,
485,
7,
11522,
1164,
225,
11523,
381,
137,
138,
1344,
6509,
11524,
21,
11525,
22,
149,
11526,
26,
392,
433,
31,
141,
1348,
36
],
),
"looks_5": SymbolsMetadata(
popularity: 515,
codepoint: 0xe3fe,
categories: [1],
tags: [
676,
4794,
7,
1542,
2340,
5812,
316,
317,
8571,
11527,
1749,
1111,
5488,
2325,
2326,
1115,
11528,
11529,
2327,
6509,
2329,
11530,
22,
8398,
2333,
3503,
1737,
1126,
8577,
8579,
11531,
433,
1619,
31,
396,
2337
],
),
"looks_6": SymbolsMetadata(
popularity: 386,
codepoint: 0xe3ff,
categories: [1],
tags: [
687,
3,
2666,
281,
1694,
684,
7,
11532,
11533,
3497,
3498,
10283,
11534,
1139,
1367,
1613,
6509,
1166,
22,
242,
358,
716,
63,
795,
203,
11535,
3503,
3504,
1539,
362,
433,
857,
245,
31
],
),
"looks_one": SymbolsMetadata(
popularity: 2649,
codepoint: 0xe400,
categories: [1],
tags: [
72,
2194,
6,
80,
169,
7,
6636,
1908,
6508,
3159,
6509,
11536,
793,
6544,
11537,
22,
149,
23,
178,
3087,
329,
10370,
11538,
11539,
795,
3569,
3794,
433,
2130,
31,
1263,
6262,
3509
],
),
"looks_two": SymbolsMetadata(
popularity: 1258,
codepoint: 0xe401,
categories: [1],
tags: [
74,
7,
3046,
5796,
7491,
8392,
8397,
1115,
6509,
22,
5490,
11540,
11541,
2331,
4314,
4031,
11542,
11518,
8393,
8395,
433,
31,
394,
396,
4317,
476,
2080
],
),
"loupe": SymbolsMetadata(
popularity: 743,
codepoint: 0xe402,
categories: [1],
tags: [
231,
745,
6189,
193,
145,
1542,
2340,
316,
1820,
317,
1749,
1109,
4633,
1111,
5410,
2325,
87,
2326,
1115,
2328,
1116,
1117,
2329,
325,
887,
239,
11543,
2333,
4178,
1126,
2335,
31,
511,
3375,
2337
],
),
"low_density": SymbolsMetadata(
popularity: 17,
codepoint: 0xf79b,
categories: [1],
tags: [
1466,
2394,
754,
2884,
6961,
6948,
8,
11544,
2241,
1105,
11545,
11546,
382,
3585,
385,
1951,
1470,
11547,
1733,
851,
63,
5920,
2222,
410,
706,
1339,
298,
4649,
709,
11548,
11549,
433,
9718,
396
],
),
"low_priority": SymbolsMetadata(
popularity: 1220,
codepoint: 0xe16d,
categories: [12],
tags: [
76,
77,
11550,
2826,
2186,
11551,
11552,
11553,
11554,
2259,
1634,
11555,
87,
88,
1953,
11556,
11557,
719,
11558,
1031,
1750,
11559,
11560,
91,
11520,
1711,
795,
11561,
2271,
8722,
10235,
11562,
11563
],
),
"lowercase": SymbolsMetadata(
popularity: 1,
codepoint: 0xf48a,
categories: [12],
tags: [
1174,
4,
5,
811,
12,
16,
10911,
31,
33,
11564,
11565,
35,
7694
],
),
"loyalty": SymbolsMetadata(
popularity: 3051,
codepoint: 0xe89a,
categories: [9],
tags: [
3,
3493,
11566,
11567,
3494,
6634,
930,
10474,
936,
10547,
6636,
4514,
8589,
4032,
9159,
4506,
5358,
1030,
5362,
8519,
851,
11568,
716,
5009,
3502,
1122,
63,
1289,
3504,
3365,
3205,
857,
2633,
182,
332,
1921,
36,
5361
],
),
"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,
2225,
11569,
51,
259,
5225,
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,
7074,
287,
10040,
12,
10038,
51,
259,
5225,
16,
610,
11570,
262,
263,
265,
267,
269,
271,
239,
1527,
273,
275,
291,
524,
31,
65,
612,
33,
35,
277,
278
],
),
"luggage": SymbolsMetadata(
popularity: 1974,
codepoint: 0xf235,
categories: [16],
tags: [
1973,
3641,
2034,
4908,
482,
3645,
5405,
11571,
11572,
1910,
4039,
4633,
1958,
2739,
1623,
2043,
468,
1061,
5363,
11573,
432,
433,
4486,
3303,
900,
332,
3656,
11574,
11575,
1921,
11576,
1961,
11577
],
),
"lunch_dining": SymbolsMetadata(
popularity: 4047,
codepoint: 0xea61,
categories: [16],
tags: [
1423,
3693,
11578,
3694,
3695,
7265,
4825,
3700,
11579,
11580,
4826,
4110,
11581,
4206,
3701,
4829,
11582,
11583,
8545,
2356,
2992,
2943,
4212,
4830,
4111,
11584,
3703,
11585,
1537,
11586,
652,
4834,
4835,
11587
],
),
"lyrics": SymbolsMetadata(
popularity: 676,
codepoint: 0xec0b,
categories: [0],
tags: [
1268,
568,
570,
572,
573,
11588,
1430,
2445,
11589,
1479,
1112,
5226,
1470,
11590,
583,
1707,
8108,
8109,
1480,
1587,
11591,
2159,
2890,
4433,
3325,
11592,
11593,
3057,
1293,
594,
33,
2239,
2250,
2148,
11594,
9628,
6628,
1485,
11595
],
rtlAutoMirrored: true,
),
"macro_auto": SymbolsMetadata(
popularity: 24,
codepoint: 0xf6f2,
categories: [1],
tags: [
1174,
2212,
2425,
3349,
2125,
40,
1776,
685,
345,
3583,
2787,
6870,
1108,
3815,
1777,
49,
11596,
4880,
642,
355,
358,
151,
71,
140,
511
],
),
"macro_off": SymbolsMetadata(
popularity: 284,
codepoint: 0xf8d2,
categories: [1],
tags: [
40,
10093,
120,
193,
11597,
1745,
2606,
11598,
1162,
1300,
868,
6602,
11599,
1055,
11600,
8772,
11601,
6870,
7405,
3815,
49,
6079,
11602,
11596,
11603,
11604,
1059,
1060,
1061,
11605,
8805,
1067,
11606,
6835,
9918,
4322,
11607
],
),
"magnification_large": SymbolsMetadata(
popularity: 39,
codepoint: 0xf83d,
categories: [2],
tags: [
193,
2444,
345,
43,
1162,
1542,
2340,
914,
316,
317,
1109,
4633,
5488,
2870,
2325,
1940,
1115,
2328,
1116,
1117,
2329,
2222,
391,
2822,
1126,
511,
3375,
396,
4599,
2337,
8269,
3055
],
),
"magnification_small": SymbolsMetadata(
popularity: 43,
codepoint: 0xf83c,
categories: [2],
tags: [
501,
193,
2444,
1745,
2884,
2953,
1430,
2155,
4633,
49,
1344,
53,
11608,
87,
1116,
1117,
2329,
1255,
70,
6359,
6237,
1126,
71,
2922,
1956,
6361,
509,
8531,
1781,
396,
2337,
3055
],
),
"magnify_docked": SymbolsMetadata(
popularity: 20,
codepoint: 0xf7d6,
categories: [4],
tags: [
231,
745,
11281,
1423,
193,
345,
2953,
1542,
8,
4149,
11609,
1164,
316,
317,
4633,
138,
5813,
2325,
2197,
87,
2326,
1115,
11610,
1116,
2329,
325,
11611,
887,
239,
410,
1126,
1472,
31,
511,
3375,
396,
476,
1187,
2337
],
),
"magnify_fullscreen": SymbolsMetadata(
popularity: 22,
codepoint: 0xf7d5,
categories: [4],
tags: [
231,
745,
502,
193,
345,
2339,
8,
4149,
1430,
2340,
914,
2220,
1697,
3039,
235,
53,
2328,
11610,
1116,
2344,
887,
2345,
239,
3089,
391,
410,
1126,
433,
396,
11612,
476,
1187,
2337
],
),
"mail": SymbolsMetadata(
popularity: 66428,
codepoint: 0xe158,
categories: [7],
tags: [
283,
6176,
975,
976,
2285,
5170,
44,
11613,
2288,
811,
3234,
2290,
2918,
138,
2291,
2413,
259,
15,
16,
2293,
583,
11614,
2592,
523,
289,
1587,
2298,
432,
2300,
31,
4592,
2597
],
),
"mail_lock": SymbolsMetadata(
popularity: 757,
codepoint: 0xec0a,
categories: [7],
tags: [
861,
11615,
283,
1761,
11616,
2285,
2288,
11617,
8021,
3234,
2290,
16,
1778,
1056,
11618,
2293,
583,
5949,
5319,
1034,
1063,
10668,
11619,
1574,
1065,
1066,
705,
11620,
1774,
11621,
1036,
11471,
2300
],
),
"mail_off": SymbolsMetadata(
popularity: 37,
codepoint: 0xf48b,
categories: [7],
tags: [
11622,
11623,
11624,
11625,
11626,
1162,
11627,
11628,
868,
11629,
2288,
11630,
1055,
3234,
11631,
11632,
11633,
11634,
16,
11635,
2293,
11636,
11637,
11638,
583,
11639,
11640,
1059,
11641,
1060,
1061,
11642,
11643,
2300,
1067,
11644,
11645
],
),
"male": SymbolsMetadata(
popularity: 1986,
codepoint: 0xe58e,
categories: [3],
tags: [
565,
566,
8410,
690,
11646,
4665,
193,
225,
11647,
1798,
11648,
977,
11649,
581,
1554,
978,
1804,
981,
1558,
589,
1045,
590,
1048,
986,
11650,
888,
11651,
593,
31,
601,
990
],
),
"man": SymbolsMetadata(
popularity: 2562,
codepoint: 0xe4eb,
categories: [3],
tags: [
565,
566,
690,
4665,
5,
225,
1798,
137,
977,
581,
138,
978,
979,
980,
1804,
981,
982,
11652,
289,
588,
589,
590,
3459,
390,
986,
888,
593,
31,
601,
6274,
991
],
),
"man_2": SymbolsMetadata(
popularity: 462,
codepoint: 0xf8e1,
categories: [3],
tags: [
565,
566,
3062,
4665,
974,
975,
6296,
1798,
977,
581,
979,
980,
1804,
981,
1044,
588,
589,
1045,
11653,
590,
3064,
71,
986,
11654,
593,
31,
601,
6274,
6299,
11655,
991,
1049
],
),
"man_3": SymbolsMetadata(
popularity: 259,
codepoint: 0xf8e2,
categories: [3],
tags: [
480,
565,
566,
4665,
193,
975,
225,
1798,
4483,
977,
581,
138,
978,
979,
980,
1804,
981,
982,
289,
589,
590,
392,
986,
2631,
888,
593,
31,
601
],
),
"man_4": SymbolsMetadata(
popularity: 401,
codepoint: 0xf8e3,
categories: [3],
tags: [
480,
565,
972,
1040,
566,
4665,
574,
975,
225,
1798,
977,
581,
978,
979,
980,
1804,
981,
982,
588,
589,
1045,
590,
1048,
986,
888,
593,
31,
601,
990,
991
],
),
"manage_accounts": SymbolsMetadata(
popularity: 16294,
codepoint: 0xf02e,
categories: [6],
tags: [
861,
973,
1757,
566,
974,
1743,
193,
345,
3583,
81,
145,
680,
577,
225,
1777,
579,
581,
978,
979,
68,
2078,
582,
70,
588,
1779,
589,
921,
590,
1036,
652,
71,
597,
601,
602
],
),
"manage_history": SymbolsMetadata(
popularity: 2403,
codepoint: 0xebe7,
categories: [6],
tags: [
1757,
501,
1466,
77,
2443,
2939,
1743,
5544,
462,
1159,
1776,
345,
1160,
145,
4803,
489,
1777,
2077,
88,
4805,
1029,
70,
91,
586,
2800,
1167,
5009,
453,
760,
2451,
2836,
3503,
2852,
470,
1168,
94,
71,
1171,
2465,
1095,
473
],
),
"manage_search": SymbolsMetadata(
popularity: 8309,
codepoint: 0xf02f,
categories: [2],
tags: [
1757,
6404,
345,
1542,
316,
83,
317,
11656,
1109,
2077,
1344,
53,
2326,
1117,
2329,
2078,
70,
92,
921,
2333,
2334,
1126,
11657,
11658,
11659,
71,
1093,
33,
511,
3375
],
rtlAutoMirrored: true,
),
"manga": SymbolsMetadata(
popularity: 26,
codepoint: 0xf5e3,
categories: [3],
tags: [
341,
6128,
1592,
3390,
6131,
5583,
6133,
6134,
6135,
628,
781,
11660,
2498,
137,
11661,
6136,
384,
11662,
11663,
3394,
11664,
406,
11665,
289,
3397,
1735,
3071,
2890,
432,
11666,
1484,
433,
3398
],
),
"manufacturing": SymbolsMetadata(
popularity: 1418,
codepoint: 0xe726,
categories: [6],
tags: [
5343,
5752,
11667,
2125,
1374,
11668,
1776,
8092,
685,
1497,
7587,
2787,
8471,
3833,
6447,
1777,
3413,
4911,
4878,
5312,
1730,
4879,
11669,
5757,
11670,
7939,
4880,
70,
1827,
1090,
2366,
11671,
681,
6453,
11672,
4881,
71,
1093
],
),
"map": SymbolsMetadata(
popularity: 13395,
codepoint: 0xe55b,
categories: [5],
tags: [
1513,
8692,
8690,
2553,
9820,
4494,
312,
313,
2397,
1542,
315,
316,
318,
321,
2821,
1623,
323,
324,
1534,
174,
325,
326,
327,
1392,
329,
1149,
1538,
1226,
1627,
1153,
2148,
332,
334
],
),
"map_search": SymbolsMetadata(
popularity: 132,
codepoint: 0xf3ca,
categories: [5],
tags: [
1513,
312,
313,
1542,
316,
83,
317,
11673,
11674,
1532,
318,
1109,
11675,
321,
2326,
323,
1115,
1116,
1117,
2329,
324,
11676,
1534,
174,
1624,
325,
326,
327,
1392,
2190,
1538,
1126,
4293,
1127,
1226,
1095,
332
],
),
"maps_ugc": SymbolsMetadata(
popularity: 1972,
codepoint: 0xef58,
categories: [5],
tags: [
231,
745,
8026,
568,
8690,
572,
573,
11677,
1325,
81,
312,
11678,
313,
1479,
1350,
318,
323,
6188,
324,
1388,
4150,
1534,
174,
583,
325,
887,
326,
1535,
327,
239,
328,
329,
1528,
594,
2930,
31,
332,
11679,
527,
11680
],
),
"margin": SymbolsMetadata(
popularity: 237,
codepoint: 0xe9bb,
categories: [12],
tags: [
1739,
9345,
2150,
1132,
4587,
482,
2444,
2884,
485,
1430,
1105,
606,
914,
370,
235,
2214,
385,
87,
1470,
4584,
17,
70,
9448,
2159,
150,
703,
71,
298,
709,
433,
33,
11681
],
),
"mark_as_unread": SymbolsMetadata(
popularity: 1118,
codepoint: 0xe9bc,
categories: [7],
tags: [
1360,
11682,
1361,
281,
1694,
570,
193,
462,
283,
1746,
2288,
3496,
3234,
1139,
1367,
51,
16,
2293,
1166,
583,
887,
616,
2594,
328,
1352,
2297,
3380,
2298,
330,
2300,
273,
331,
291,
31,
2597,
2437
],
),
"mark_chat_read": SymbolsMetadata(
popularity: 752,
codepoint: 0xf18b,
categories: [7],
tags: [
1658,
568,
570,
2728,
11683,
1661,
3182,
1662,
11684,
572,
573,
283,
6176,
463,
11685,
2689,
1475,
11686,
1664,
11687,
11688,
2288,
11689,
2291,
2293,
9591,
1166,
11690,
11691,
583,
11614,
1666,
3380,
11692,
362,
7504,
1260,
594,
1484,
1669,
1576,
1672
],
),
"mark_chat_unread": SymbolsMetadata(
popularity: 1641,
codepoint: 0xf189,
categories: [7],
tags: [
1359,
1360,
4843,
568,
570,
2728,
193,
572,
573,
283,
1475,
7213,
2732,
7214,
1746,
1789,
51,
1612,
1166,
11693,
583,
2592,
616,
1259,
1368,
10668,
1370,
593,
594,
1484,
291,
1296,
4853,
2597,
11694,
2599
],
),
"mark_email_read": SymbolsMetadata(
popularity: 2582,
codepoint: 0xf18c,
categories: [7],
tags: [
2662,
1658,
1674,
482,
1661,
3182,
283,
463,
4489,
2285,
11695,
2286,
1430,
1664,
2288,
3234,
2290,
2291,
15,
16,
2293,
1166,
11696,
583,
1480,
616,
1666,
11697,
1587,
3380,
2299,
11698,
362,
2300,
7504,
245,
1669,
2682,
1576,
1672
],
),
"mark_email_unread": SymbolsMetadata(
popularity: 3065,
codepoint: 0xf18a,
categories: [7],
tags: [
1360,
1661,
193,
283,
975,
2285,
1746,
2288,
3234,
2290,
138,
2291,
2870,
15,
16,
2293,
1166,
583,
887,
1480,
616,
2300,
291,
31,
907,
2597
],
),
"mark_unread_chat_alt": SymbolsMetadata(
popularity: 1358,
codepoint: 0xeb9d,
categories: [7],
tags: [
1359,
1360,
568,
11699,
570,
193,
572,
573,
283,
1475,
2285,
1476,
1746,
2290,
137,
2291,
51,
87,
2293,
1166,
583,
2592,
616,
1259,
1368,
2594,
328,
1370,
392,
594,
1484,
291,
4849,
2597,
1409
],
),
"markdown": SymbolsMetadata(
popularity: 67,
codepoint: 0xf552,
categories: [12],
tags: [
4,
6000,
502,
5,
1102,
2218,
628,
1593,
1104,
1430,
2155,
147,
12,
2156,
548,
259,
4773,
5226,
2853,
16,
9403,
5989,
10472,
1480,
1123,
1353,
955,
31,
5991,
33,
2176,
35,
333,
1485
],
),
"markdown_copy": SymbolsMetadata(
popularity: 35,
codepoint: 0xf553,
categories: [12],
tags: [
4,
3061,
5,
6325,
1102,
2218,
628,
1725,
1325,
6327,
81,
1313,
1104,
1580,
1430,
9337,
3660,
2155,
147,
2574,
12,
2156,
68,
16,
8658,
11700,
9403,
5989,
10472,
2457,
5590,
1123,
6664,
3325,
737,
31,
5991,
33,
2176,
35,
1485
],
),
"markdown_paste": SymbolsMetadata(
popularity: 10,
codepoint: 0xf554,
categories: [12],
tags: [
748,
745,
4,
501,
504,
5,
3093,
1102,
2218,
1103,
519,
628,
1725,
6327,
81,
44,
1580,
1430,
1252,
680,
1164,
147,
1680,
12,
1108,
137,
1327,
1344,
16,
5989,
10472,
2457,
1119,
5590,
11701,
1122,
509,
31,
5991,
33,
2176,
35,
141,
1348
],
),
"markunread_mailbox": SymbolsMetadata(
popularity: 821,
codepoint: 0xe89b,
categories: [7],
tags: [
1360,
482,
283,
3117,
2037,
3234,
2290,
4495,
2291,
11702,
51,
15,
16,
2293,
2295,
1166,
174,
11703,
583,
887,
2592,
616,
2594,
1352,
11438,
2297,
11704,
2298,
2299,
432,
2300,
273,
11705,
31,
11706,
2597
],
),
"masked_transitions": SymbolsMetadata(
popularity: 109,
codepoint: 0xe72e,
categories: [1],
tags: [
341,
1131,
1132,
1133,
193,
1101,
1523,
6327,
8,
7065,
1252,
680,
487,
346,
83,
348,
381,
137,
2920,
2144,
6119,
11707,
406,
354,
2753,
852,
2899,
410,
362,
71,
392,
1712,
4308,
11708,
37,
476,
1187
],
),
"masked_transitions_add": SymbolsMetadata(
popularity: 16,
codepoint: 0xf42b,
categories: [1],
tags: [
231,
480,
745,
11709,
193,
1101,
1324,
2244,
2303,
1325,
485,
1252,
680,
2155,
487,
2188,
346,
83,
381,
137,
1327,
8813,
1082,
6119,
11707,
1330,
354,
2457,
887,
1452,
5385,
2753,
239,
240,
71,
5483,
1712,
6146,
31,
4308,
11708,
37,
476
],
),
"masks": SymbolsMetadata(
popularity: 1609,
codepoint: 0xf218,
categories: [3],
tags: [
837,
1841,
11710,
2141,
692,
2377,
577,
11711,
697,
698,
892,
1764,
3529,
2379,
5384,
6119,
6120,
894,
11712,
11713,
11714,
701,
1884,
5822,
1574,
702,
11715,
11716,
705,
6504,
2384,
593,
2265,
11717,
11718,
2387
],
),
"match_case": SymbolsMetadata(
popularity: 138,
codepoint: 0xf6f1,
categories: [12],
tags: [
1174,
11719,
9379,
4,
11720,
11721,
11722,
11188,
11723,
5,
403,
3761,
11724,
83,
199,
317,
11725,
12,
11192,
16,
10911,
11726,
70,
2332,
1126,
71,
6439,
31,
33,
8867,
11564,
11565,
35,
7694
],
),
"match_case_off": SymbolsMetadata(
popularity: 16,
codepoint: 0xf36f,
categories: [12],
tags: [
1174,
9379,
4,
11727,
8793,
6491,
11188,
5,
403,
685,
345,
1300,
868,
1252,
1055,
83,
317,
12,
1222,
16,
10911,
1059,
1060,
1061,
355,
1126,
151,
1067,
8722,
2404,
31,
33,
11564,
11565,
413,
35,
338,
7694,
1485
],
),
"match_word": SymbolsMetadata(
popularity: 27,
codepoint: 0xf6f0,
categories: [12],
tags: [
1174,
4,
11728,
8793,
5,
403,
3712,
104,
4448,
1430,
680,
317,
12,
11729,
1111,
5226,
4438,
16,
3394,
5814,
2890,
1126,
11730,
31,
11731,
33,
7230,
35,
3659,
338,
6626,
6628,
1485
],
),
"matter": SymbolsMetadata(
popularity: 519,
codepoint: 0xe907,
categories: [8],
tags: [
10751,
2473,
4274,
929,
4168,
2707,
1073,
11732,
284,
1497,
9599,
288,
2188,
2477,
382,
10260,
10340,
10343,
4131,
1084,
4194,
7067,
10753,
267,
586,
4277,
3354,
4179,
955,
9119,
31,
1093,
65,
11733,
278
],
),
"maximize": SymbolsMetadata(
popularity: 1922,
codepoint: 0xe930,
categories: [2],
tags: [
748,
1673,
501,
502,
482,
2707,
519,
345,
2339,
485,
8,
1164,
2340,
914,
1335,
5810,
1697,
235,
1344,
87,
2344,
2927,
2965,
1122,
432,
2222,
391,
410,
392,
2838,
298,
433,
1093,
141,
1348,
37,
396,
333,
1186,
1187,
2337
],
),
"measuring_tape": SymbolsMetadata(
popularity: 49,
codepoint: 0xf6af,
categories: [6],
tags: [
2321,
1496,
2783,
690,
929,
6207,
1497,
3077,
377,
9,
2787,
11734,
2887,
383,
11735,
4840,
2973,
2944,
226,
17,
11736,
18,
492,
1667,
8839,
1516,
2274,
391,
298,
10235,
11737,
511,
397
],
),
"media_bluetooth_off": SymbolsMetadata(
popularity: 142,
codepoint: 0xf031,
categories: [4],
tags: [
1268,
4274,
283,
1073,
284,
3262,
254,
1235,
81,
288,
7163,
2953,
868,
2719,
1055,
87,
1314,
406,
1707,
267,
1480,
1059,
1060,
1061,
4276,
11738,
4277,
1528,
273,
2019,
1067,
8718,
31,
65,
11739,
526,
11740,
278,
2020
],
),
"media_bluetooth_on": SymbolsMetadata(
popularity: 244,
codepoint: 0xf032,
categories: [4],
tags: [
749,
1268,
4274,
283,
519,
1073,
1074,
284,
254,
288,
868,
2537,
1055,
1314,
406,
262,
1707,
267,
1480,
1059,
1061,
523,
4285,
4276,
4277,
271,
3176,
273,
1067,
1293,
4248,
291,
31,
65,
9009,
278
],
),
"media_link": SymbolsMetadata(
popularity: 118,
codepoint: 0xf83f,
categories: [0],
tags: [
77,
1323,
2472,
482,
1179,
11741,
2953,
1695,
914,
1679,
2998,
903,
1524,
11742,
87,
1314,
406,
325,
2961,
2962,
3000,
11743,
7520,
2964,
11744,
2965,
3239,
2509,
2966,
4519,
5173,
433,
1530,
37,
6849,
1186,
1187
],
),
"media_output": SymbolsMetadata(
popularity: 61,
codepoint: 0xf4f2,
categories: [11],
tags: [
2541,
1268,
7713,
482,
4275,
2022,
2023,
1073,
284,
288,
8,
7697,
7707,
2537,
2025,
7710,
7043,
1301,
4413,
406,
11745,
11746,
5444,
630,
1707,
11747,
2509,
1427,
5171,
410,
11748,
11749,
11750,
1293,
1294,
3346,
454,
411,
1093,
412,
2031,
37,
11751,
7724,
278
],
),
"media_output_off": SymbolsMetadata(
popularity: 22,
codepoint: 0xf4f3,
categories: [11],
tags: [
2541,
1268,
3383,
11752,
11753,
1051,
482,
11754,
288,
1162,
11755,
11756,
11757,
868,
2719,
7697,
7707,
2537,
1055,
7710,
7043,
1222,
1301,
4413,
352,
11758,
11759,
1707,
1303,
1059,
1060,
1061,
11760,
11761,
1304,
1067,
1293,
11762,
11763,
1294,
11764,
11765,
3346,
11766,
11767,
1093,
8020,
1068,
37,
10103,
11768
],
),
"mediation": SymbolsMetadata(
popularity: 863,
codepoint: 0xefa7,
categories: [9],
tags: [
2440,
10003,
77,
502,
3240,
11769,
1522,
193,
571,
283,
11770,
1074,
284,
7390,
313,
1105,
579,
10834,
1314,
5478,
11771,
10083,
267,
1088,
7669,
3426,
28,
906,
2521,
2462,
597,
3951,
6205,
6031,
4620
],
),
"medical_information": SymbolsMetadata(
popularity: 2532,
codepoint: 0xebed,
categories: [3],
tags: [
281,
930,
373,
2375,
1235,
81,
145,
1430,
147,
1681,
697,
11772,
4254,
892,
2077,
1764,
138,
3107,
3672,
2004,
68,
894,
11773,
11774,
4271,
1768,
4273,
11775,
11776,
5878,
240,
1771,
1428,
878,
31
],
),
"medical_mask": SymbolsMetadata(
popularity: 11,
codepoint: 0xf80a,
categories: [3],
tags: [
1889,
810,
6500,
4185,
692,
2377,
1762,
577,
697,
892,
1764,
3529,
2379,
11777,
6119,
6120,
894,
1768,
5877,
701,
11778,
11779,
5822,
1574,
11780,
11781,
11716,
705,
2384,
11782,
11783,
11784,
2387
],
),
"medical_services": SymbolsMetadata(
popularity: 3446,
codepoint: 0xf109,
categories: [5],
tags: [
864,
865,
3641,
1514,
3137,
2375,
1235,
1762,
11785,
2427,
1908,
2429,
697,
2430,
9838,
892,
11786,
1764,
10373,
5875,
894,
11787,
11788,
11789,
11790,
9841,
1768,
1769,
239,
2433,
878,
5378,
3492
],
),
"medication": SymbolsMetadata(
popularity: 2768,
codepoint: 0xf033,
categories: [3],
tags: [
11791,
1762,
5206,
11792,
2427,
697,
892,
7022,
11793,
1764,
894,
7025,
11794,
1767,
11795,
1768,
11796,
9122,
1769,
11797,
11447,
11798,
1770,
1771,
525,
5378,
11799,
11800,
3492
],
),
"medication_liquid": SymbolsMetadata(
popularity: 1076,
codepoint: 0xea87,
categories: [3],
tags: [
231,
1759,
1333,
11801,
7640,
1762,
11802,
2904,
5206,
4171,
1109,
697,
892,
1764,
2379,
4175,
11803,
894,
1767,
11804,
1768,
6693,
1769,
1771,
10168,
4179,
2384,
4835,
11805,
5378,
7290,
9125
],
),
"meeting_room": SymbolsMetadata(
popularity: 3354,
codepoint: 0xeb4f,
categories: [9],
tags: [
861,
11806,
929,
569,
4238,
571,
283,
5094,
4932,
7514,
7516,
1212,
5782,
579,
1140,
1499,
2741,
5098,
11807,
1391,
2927,
588,
2558,
2459,
1947,
823,
433,
597,
553,
1518
],
),
"memory": SymbolsMetadata(
popularity: 3952,
codepoint: 0xe322,
categories: [11],
tags: [
861,
930,
4918,
5753,
3938,
519,
284,
81,
288,
44,
2537,
1110,
68,
7114,
1470,
2799,
11808,
4726,
11809,
758,
5759,
11810,
432,
11811,
433,
1690,
1093,
140,
65
],
),
"memory_alt": SymbolsMetadata(
popularity: 103,
codepoint: 0xf7a3,
categories: [11],
tags: [
5713,
930,
4918,
5753,
3938,
519,
11812,
1310,
81,
11813,
288,
44,
2537,
11814,
1110,
11815,
68,
2799,
11816,
11808,
5758,
4726,
758,
5759,
11810,
11811,
2726,
1690,
1093,
65
],
),
"menstrual_health": SymbolsMetadata(
popularity: 98,
codepoint: 0xf6e1,
categories: [15],
tags: [
1399,
4264,
690,
2073,
753,
11817,
11818,
1797,
10022,
8627,
2886,
4483,
10024,
11819,
697,
11820,
4377,
3529,
894,
11821,
11822,
10026,
289,
8630,
3487,
11823,
11824,
11825,
8631,
11826,
1339,
1095,
3492,
4719,
10034
],
),
"menu": SymbolsMetadata(
popularity: 138441,
codepoint: 0xe5d2,
categories: [2],
tags: [
11827,
1673,
8969,
501,
11828,
517,
8539,
912,
2707,
345,
913,
914,
11320,
2943,
916,
1344,
10852,
1082,
87,
1470,
88,
11829,
506,
237,
8274,
325,
11321,
70,
410,
71,
922,
2947,
2838,
1712,
11830,
3608,
2280,
141,
1348,
333,
1186
],
),
"menu_book": SymbolsMetadata(
popularity: 14923,
codepoint: 0xea19,
categories: [12],
tags: [
3390,
2138,
4448,
3700,
1541,
2622,
3097,
2356,
7226,
2821,
871,
68,
3059,
4427,
4438,
1345,
88,
3394,
4449,
3703,
506,
4463,
4431,
3397,
2890,
5709,
179,
4178,
1537,
2743,
3398,
4390,
3400,
4447
],
rtlAutoMirrored: true,
),
"menu_open": SymbolsMetadata(
popularity: 9593,
codepoint: 0xe9bd,
categories: [2],
tags: [
1673,
501,
77,
2443,
11831,
8539,
2827,
1209,
8970,
912,
2707,
145,
2273,
914,
903,
2943,
915,
2920,
1344,
86,
2197,
87,
1470,
88,
506,
11832,
237,
325,
2927,
8976,
70,
919,
906,
410,
71,
2008,
922,
2947,
2838,
97,
413,
141,
1348,
333,
1186
],
rtlAutoMirrored: true,
),
"merge": SymbolsMetadata(
popularity: 981,
codepoint: 0xeb98,
categories: [11],
tags: [
77,
502,
1072,
11833,
1102,
1324,
11834,
1073,
5054,
5057,
81,
1104,
313,
2397,
11835,
1077,
6169,
1078,
2566,
1328,
1314,
1534,
1330,
325,
267,
1625,
1090,
1538,
898,
6172,
6205,
1628,
11836,
5059,
4620,
6173
],
),
"merge_type": SymbolsMetadata(
popularity: 498,
codepoint: 0xe252,
categories: [12],
tags: [
77,
502,
2989,
1324,
11837,
11838,
10812,
11839,
1073,
284,
7149,
81,
375,
313,
1077,
2992,
370,
1328,
11840,
9251,
1470,
1314,
11841,
1330,
11842,
6098,
11843,
11844,
586,
851,
1090,
3426,
955,
33,
35,
476,
1671
],
rtlAutoMirrored: true,
),
"metabolism": SymbolsMetadata(
popularity: 37,
codepoint: 0xe10b,
categories: [3],
tags: [
2513,
1422,
3546,
460,
77,
502,
925,
8603,
690,
11845,
251,
373,
4167,
81,
375,
3683,
2887,
1078,
697,
892,
581,
3439,
3043,
3440,
894,
1768,
11846,
4382,
2364,
589,
5372,
1090,
2451,
470,
4179,
1093,
11847,
473,
3731
],
),
"metro": SymbolsMetadata(
popularity: 16,
codepoint: 0xf474,
categories: [14],
tags: [
11848,
4,
2553,
4903,
284,
312,
313,
1623,
15,
87,
323,
324,
174,
4357,
1625,
326,
1686,
2046,
2047,
7329,
4359,
11849,
1538,
1168,
3162,
3541,
1226,
4363,
4364,
1980,
1629,
332,
7330,
1506
],
),
"mfg_nest_yale_lock": SymbolsMetadata(
popularity: 285,
codepoint: 0xf11d,
categories: [10],
tags: [
861,
5315,
193,
4238,
288,
4932,
2856,
1684,
1110,
2481,
8036,
1778,
8045,
1056,
757,
11850,
1143,
5949,
8402,
5319,
1034,
11851,
11852,
1574,
1065,
1066,
330,
1035,
3189,
3190,
705,
11853,
10885,
3191,
1036,
11854,
11855,
11856
],
),
"mic": SymbolsMetadata(
popularity: 13889,
codepoint: 0xe029,
categories: [0],
tags: [
1268,
11857,
11858,
7726,
8650,
570,
283,
11859,
1273,
1278,
1279,
1111,
1113,
2296,
1284,
11860,
1285,
11861,
439,
1286,
453,
1290,
440,
11862,
1293,
11863,
11864,
11865,
4846,
1294,
594,
1296,
1298,
11866,
11867,
11868
],
),
"mic_alert": SymbolsMetadata(
popularity: 44,
codepoint: 0xf392,
categories: [0],
tags: [
3109,
1360,
1361,
1268,
691,
193,
283,
1365,
1273,
2720,
1366,
4701,
1479,
1278,
1279,
3458,
1367,
51,
1111,
2722,
1113,
87,
4529,
1166,
1284,
1285,
1286,
616,
2725,
453,
1290,
440,
392,
1293,
1294,
1295,
291,
7989,
31,
1691,
1464,
9628,
1298,
206
],
),
"mic_double": SymbolsMetadata(
popularity: 56,
codepoint: 0xf5d1,
categories: [0],
tags: [
1268,
1332,
283,
1745,
288,
1273,
3046,
1278,
1279,
138,
1111,
4840,
1113,
3792,
406,
1284,
1285,
11869,
2457,
1286,
70,
289,
4031,
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,
7703,
7726,
3259,
193,
283,
1162,
868,
1055,
2720,
1679,
11870,
406,
1284,
1285,
1302,
5953,
6431,
1059,
1061,
440,
432,
1067,
1293,
7723,
11864,
594,
4153,
65,
1298,
554,
206
],
),
"mic_external_on": SymbolsMetadata(
popularity: 836,
codepoint: 0xef5a,
categories: [1],
tags: [
749,
1268,
731,
193,
283,
5094,
1074,
11871,
868,
1055,
46,
1679,
11872,
1111,
10074,
87,
1282,
406,
5098,
1284,
1285,
1059,
1061,
6693,
9625,
440,
1067,
1293,
11864,
4846,
411,
11439,
1296,
1298
],
),
"mic_off": SymbolsMetadata(
popularity: 2502,
codepoint: 0xe02b,
categories: [0],
tags: [
1268,
11873,
10156,
2061,
1423,
11874,
283,
1162,
868,
1055,
1278,
1279,
11875,
11876,
1284,
11877,
11878,
1285,
11879,
11880,
11881,
1302,
11882,
2098,
1286,
1059,
1061,
1034,
2100,
453,
440,
11883,
11884,
1036,
10065,
1067,
1293,
2103,
11885,
11886,
1298,
11887,
11888,
11889
],
),
"microbiology": SymbolsMetadata(
popularity: 52,
codepoint: 0xe10c,
categories: [3],
tags: [
1422,
2374,
4165,
690,
1250,
303,
314,
2377,
3097,
7194,
4170,
316,
697,
892,
581,
10179,
2380,
10618,
4840,
11890,
4174,
3099,
11610,
1116,
894,
2381,
11891,
4176,
5490,
2331,
8839,
4178,
4179,
5977,
4390,
65,
396,
2387,
10621,
2337
],
),
"microwave": SymbolsMetadata(
popularity: 570,
codepoint: 0xf204,
categories: [8],
tags: [
1859,
1100,
1745,
3840,
4204,
4205,
5258,
3863,
4932,
11892,
3682,
1878,
2356,
3027,
1848,
1140,
1499,
4212,
1730,
3703,
11893,
3704,
919,
3013,
3106,
432,
11894,
433,
3828
],
),
"microwave_gen": SymbolsMetadata(
popularity: 399,
codepoint: 0xe847,
categories: [8],
tags: [
1859,
1100,
1744,
4204,
4205,
4681,
3863,
4932,
3682,
1878,
2356,
4208,
1848,
1140,
1894,
3029,
11895,
1499,
4192,
4212,
7360,
11896,
1730,
3703,
11893,
1143,
3704,
11897,
432,
11894,
11898,
433,
1171,
1172,
3828,
1187
],
),
"military_tech": SymbolsMetadata(
popularity: 5133,
codepoint: 0xea3f,
categories: [3],
tags: [
11899,
3,
11900,
11901,
3493,
281,
1161,
3953,
3497,
3184,
404,
3671,
11902,
11903,
3501,
3673,
9542,
11904,
91,
716,
11905,
3502,
63,
6522,
795,
3504,
3505,
11906,
857,
291,
245,
31,
1297,
65,
3507,
1576,
11907,
11908,
3508,
3509
],
),
"mimo": SymbolsMetadata(
popularity: 73,
codepoint: 0xe9be,
categories: [11],
tags: [
626,
480,
281,
481,
4668,
4721,
40,
1704,
810,
3938,
2817,
1161,
485,
288,
868,
8,
606,
1164,
3496,
1055,
904,
1684,
137,
11909,
1110,
7364,
10260,
978,
2482,
1166,
1283,
1284,
11910,
1403,
647,
4726,
630,
1059,
1061,
3354,
328,
852,
392,
1339,
1067,
1294,
955,
31,
3357,
1793
],
),
"mimo_disconnect": SymbolsMetadata(
popularity: 49,
codepoint: 0xe9bf,
categories: [11],
tags: [
626,
2117,
3259,
40,
1208,
1704,
1101,
283,
284,
1235,
81,
288,
1162,
868,
3263,
8,
1055,
2127,
2720,
2721,
1684,
11909,
1110,
7364,
259,
1470,
1314,
7158,
1283,
1284,
11910,
630,
267,
6317,
1059,
1060,
1061,
4246,
3202,
2066,
273,
1067,
1294,
1226,
1793,
1068,
277,
278
],
),
"mindfulness": SymbolsMetadata(
popularity: 287,
codepoint: 0xf6e0,
categories: [15],
tags: [
1361,
925,
690,
1889,
1876,
4076,
308,
11911,
345,
11,
2886,
1749,
697,
2358,
11912,
9163,
9164,
6029,
11913,
9165,
4092,
11914,
1917,
1960,
11915,
11916,
5188,
9171,
11917,
11918,
3492,
11919,
11920
],
),
"minimize": SymbolsMetadata(
popularity: 4211,
codepoint: 0xe931,
categories: [2],
tags: [
748,
1673,
501,
1423,
1332,
2186,
504,
1209,
912,
6037,
2707,
2444,
345,
485,
2819,
1164,
4696,
1212,
2920,
699,
1612,
1344,
1951,
87,
2897,
5920,
1224,
410,
392,
2922,
1339,
2838,
6361,
1948,
1093,
141,
1348,
333,
1186,
1187
],
),
"minor_crash": SymbolsMetadata(
popularity: 788,
codepoint: 0xebf1,
categories: [5],
tags: [
3401,
1360,
1361,
2425,
1810,
1812,
1813,
691,
5243,
3680,
1365,
2397,
2427,
2720,
1366,
4701,
4412,
1367,
2722,
1534,
616,
328,
2725,
2046,
4415,
1036,
1629,
1691,
2437,
1836,
206
],
),
"mintmark": SymbolsMetadata(
popularity: 88,
codepoint: 0xefa9,
categories: [9],
tags: [
77,
502,
4675,
927,
11921,
928,
1415,
1647,
6703,
930,
931,
1676,
932,
934,
936,
937,
2953,
313,
938,
939,
11922,
964,
3278,
941,
942,
11923,
11924,
6689,
11925,
1684,
946,
11926,
1389,
11927,
11928,
6705,
948,
523,
950,
951,
11929,
3281,
652,
5200,
31,
4930,
11930,
958
],
),
"missed_video_call": SymbolsMetadata(
popularity: 220,
codepoint: 0xe073,
categories: [0],
tags: [
807,
1360,
77,
1270,
40,
6312,
570,
283,
5094,
975,
11931,
1162,
11932,
4787,
346,
5107,
1110,
2077,
49,
4805,
5098,
583,
5066,
353,
439,
616,
523,
271,
62,
453,
762,
11933,
1406,
1068,
37,
5104,
434,
3617
],
rtlAutoMirrored: true,
),
"missing_controller": SymbolsMetadata(
popularity: 33,
codepoint: 0xe701,
categories: [11],
tags: [
1360,
11283,
11934,
345,
6409,
11935,
288,
2719,
11936,
2537,
2720,
4787,
5383,
10070,
6411,
1110,
2722,
6412,
2326,
7092,
11937,
4789,
5953,
11938,
4288,
2725,
4777,
2058,
31,
65,
4876,
1068,
6415,
206,
278
],
),
"mist": SymbolsMetadata(
popularity: 43,
codepoint: 0xe188,
categories: [3],
tags: [
1874,
1875,
11939,
11940,
11941,
840,
1676,
6961,
4296,
1845,
5265,
2888,
6898,
4312,
11942,
6486,
9153,
5860,
5280,
11943,
7759,
7338,
10781,
5942,
858,
7193,
859,
10050
],
),
"mitre": SymbolsMetadata(
popularity: 68,
codepoint: 0xf547,
categories: [9],
tags: [
480,
2150,
1071,
500,
1496,
373,
284,
1497,
2817,
6590,
11944,
81,
485,
43,
11945,
375,
606,
680,
1164,
1077,
488,
9138,
381,
1078,
137,
1081,
9146,
1328,
9251,
226,
1086,
328,
2332,
1573,
1574,
11946,
1036,
1152,
392,
644,
11947,
2716,
746,
31,
140,
1095,
1691,
1409
],
),
"mixture_med": SymbolsMetadata(
popularity: 23,
codepoint: 0xe4c8,
categories: [3],
tags: [
1422,
10162,
11948,
4164,
4202,
11949,
4168,
1324,
11950,
11951,
1333,
5206,
11952,
4170,
4171,
9116,
11953,
697,
10179,
11954,
6653,
4174,
4175,
894,
1768,
8127,
11955,
1769,
9123,
4178,
11956,
4179,
5524,
4180,
11957,
8291,
9125
],
),
"mms": SymbolsMetadata(
popularity: 418,
codepoint: 0xe618,
categories: [7],
tags: [
2472,
568,
570,
572,
573,
1475,
5574,
1430,
2290,
1479,
147,
49,
11958,
1595,
15,
2293,
583,
4927,
11959,
1596,
1597,
439,
11960,
57,
11961,
59,
62,
11962,
2298,
2300,
1260,
594,
1484,
4848,
4849
],
),
"mobile_hand": SymbolsMetadata(
popularity: 70,
codepoint: 0xf323,
categories: [11],
tags: [
1246,
1247,
862,
748,
1270,
2528,
570,
283,
345,
288,
44,
868,
1878,
1055,
1790,
2538,
2696,
7593,
7600,
2698,
2076,
1110,
2480,
4912,
581,
1253,
1111,
1612,
262,
325,
1059,
1060,
1061,
589,
271,
1167,
2539,
1791,
410,
1067,
1701,
65,
33,
1793,
601
],
),
"mobile_hand_left": SymbolsMetadata(
popularity: 30,
codepoint: 0xf313,
categories: [11],
tags: [
1246,
1247,
862,
863,
748,
1270,
2528,
570,
283,
288,
868,
1878,
1164,
1055,
4483,
137,
7600,
2698,
2076,
1110,
4912,
1253,
1344,
2197,
87,
262,
492,
1059,
1060,
1061,
11963,
289,
271,
5100,
410,
392,
1067,
1701,
31,
65,
33,
1793,
3315,
601,
1464
],
),
"mobile_hand_left_off": SymbolsMetadata(
popularity: 2,
codepoint: 0xf312,
categories: [11],
tags: [
1246,
1247,
1051,
1270,
2528,
570,
345,
288,
44,
868,
1055,
2695,
2696,
2698,
2076,
1110,
1253,
1222,
1612,
2197,
9102,
262,
1057,
11964,
11965,
1059,
1060,
1061,
289,
3558,
271,
1065,
410,
1067,
1701,
2491,
525,
65,
33,
1068
],
),
"mobile_hand_off": SymbolsMetadata(
popularity: 3,
codepoint: 0xf314,
categories: [11],
tags: [
1246,
1247,
1270,
2528,
570,
283,
284,
254,
345,
81,
288,
44,
868,
2537,
1055,
3278,
2698,
11966,
11967,
2076,
1110,
1253,
259,
1314,
1029,
262,
267,
1059,
1060,
1061,
4276,
6875,
271,
11968,
4777,
1528,
2030,
1067,
1701,
764,
5906,
65,
33,
526,
278
],
),
"mobile_loupe": SymbolsMetadata(
popularity: 10,
codepoint: 0xf322,
categories: [11],
tags: [
231,
1246,
1247,
745,
501,
1270,
2528,
570,
193,
628,
81,
43,
145,
288,
44,
1542,
2340,
5812,
316,
317,
1749,
1109,
4633,
1110,
1253,
68,
5813,
2325,
2326,
1115,
2328,
1116,
11969,
1117,
262,
887,
271,
239,
1126,
1701,
31,
33,
396,
2337
],
),
"mobile_off": SymbolsMetadata(
popularity: 307,
codepoint: 0xe201,
categories: [11],
tags: [
1246,
1247,
861,
1986,
8717,
1250,
11970,
283,
1299,
2013,
288,
1162,
868,
2719,
4244,
1878,
1055,
1213,
2538,
1110,
1253,
87,
262,
11971,
1302,
267,
11972,
1059,
1061,
271,
11973,
2539,
1065,
273,
1304,
2102,
1067,
525,
65,
1068
],
),
"mobile_screen_share": SymbolsMetadata(
popularity: 353,
codepoint: 0xe0e7,
categories: [11],
tags: [
1246,
1247,
1673,
501,
77,
4275,
1250,
1073,
288,
313,
8,
1696,
1110,
1253,
5328,
5444,
262,
11974,
11975,
11976,
630,
1733,
271,
1516,
432,
906,
2536,
410,
5980,
5439,
2300,
1528,
11750,
1128,
454,
411,
525,
526,
2031,
278
],
rtlAutoMirrored: true,
),
"mobile_screensaver": SymbolsMetadata(
popularity: 20,
codepoint: 0xf321,
categories: [11],
tags: [
1246,
1247,
809,
1270,
2528,
570,
283,
288,
44,
8,
11977,
2537,
811,
2538,
3777,
1110,
1253,
49,
1595,
262,
630,
1596,
1597,
271,
57,
59,
62,
820,
2539,
9717,
432,
2536,
3939,
410,
11978,
1701,
65,
33
],
),
"mobile_sound_2": SymbolsMetadata(
popularity: 34,
codepoint: 0xf318,
categories: [11],
tags: [
78,
1268,
1423,
517,
283,
254,
345,
235,
51,
792,
4413,
11979,
406,
262,
439,
267,
271,
273,
1701,
1293,
649,
2280,
554,
1856,
277
],
),
"mobile_speaker": SymbolsMetadata(
popularity: 19,
codepoint: 0xf320,
categories: [11],
tags: [
1246,
1247,
1268,
1270,
2528,
570,
283,
288,
1878,
351,
1110,
1253,
138,
1470,
4529,
262,
1707,
1733,
271,
432,
2113,
273,
1701,
1293,
1294,
1295,
9548,
65,
33,
1702,
1298,
554,
1856
],
),
"mobiledata_off": SymbolsMetadata(
popularity: 460,
codepoint: 0xf034,
categories: [4],
tags: [
77,
251,
11980,
11981,
11982,
11983,
11984,
1235,
81,
11985,
11986,
621,
1162,
868,
11987,
2819,
1055,
259,
11633,
87,
262,
11988,
11989,
267,
11990,
2016,
269,
6429,
8017,
7575,
1059,
1060,
1061,
11991,
1067,
275,
1691,
1702,
277,
278
],
),
"mode_comment": SymbolsMetadata(
popularity: 2835,
codepoint: 0xe253,
categories: [7],
tags: [
4843,
568,
6129,
570,
2728,
5583,
572,
11992,
573,
283,
11993,
1475,
11994,
1476,
2731,
2732,
1479,
137,
138,
5566,
583,
642,
11995,
4929,
1167,
2459,
11996,
4846,
594,
1484,
31,
1296,
33,
4853,
1691
],
),
"mode_cool": SymbolsMetadata(
popularity: 568,
codepoint: 0xf166,
categories: [8],
tags: [
2212,
838,
1423,
7153,
11997,
840,
5255,
841,
345,
844,
2884,
464,
7154,
5181,
3870,
1140,
1849,
51,
87,
5266,
226,
17,
642,
1143,
391,
151,
856,
858,
2893,
2070,
859
],
),
"mode_cool_off": SymbolsMetadata(
popularity: 129,
codepoint: 0xf167,
categories: [8],
tags: [
838,
1859,
193,
840,
841,
345,
844,
845,
11998,
1425,
1162,
868,
1055,
5181,
11999,
1140,
1849,
850,
1222,
87,
642,
1143,
1059,
1060,
1061,
71,
1067,
856,
2619,
31,
858,
2070,
1068,
859,
860
],
),
"mode_dual": SymbolsMetadata(
popularity: 31,
codepoint: 0xf557,
categories: [10],
tags: [
837,
12000,
1466,
2727,
1840,
1842,
12001,
840,
844,
1705,
8,
2264,
3046,
12002,
12003,
10392,
5181,
1077,
3636,
1140,
10394,
385,
12004,
9084,
1143,
4031,
919,
386,
12005,
1151,
706,
6197,
7667,
2070,
12006,
7668,
12007,
396,
1855,
859,
1857,
1187
],
),
"mode_fan": SymbolsMetadata(
popularity: 1795,
codepoint: 0xf168,
categories: [8],
tags: [
837,
5287,
5864,
838,
1888,
1859,
1839,
1842,
1890,
840,
1877,
842,
345,
844,
845,
12008,
1845,
12009,
1879,
1849,
642,
1143,
8523,
12010,
151,
858,
1854,
10227,
1857
],
),
"mode_fan_off": SymbolsMetadata(
popularity: 341,
codepoint: 0xec17,
categories: [8],
tags: [
837,
5864,
2938,
1859,
4201,
193,
840,
1745,
844,
845,
1300,
868,
3869,
1055,
1879,
4192,
1222,
1470,
4879,
642,
1143,
12011,
1059,
1061,
3687,
8523,
3201,
12012,
71,
1067,
1226,
31,
413,
1854,
859
],
),
"mode_heat": SymbolsMetadata(
popularity: 1073,
codepoint: 0xf16a,
categories: [8],
tags: [
1739,
7949,
12013,
840,
5255,
12014,
1877,
345,
1164,
3683,
5180,
5181,
7950,
3027,
1848,
10226,
1140,
3029,
1849,
138,
8342,
642,
1143,
3687,
151,
31,
858,
10698,
2070,
7951,
3035,
859
],
),
"mode_heat_cool": SymbolsMetadata(
popularity: 270,
codepoint: 0xf16b,
categories: [8],
tags: [
837,
838,
840,
5255,
12015,
2881,
345,
844,
12016,
845,
12017,
1844,
5181,
1077,
1108,
3027,
12018,
1848,
12019,
12020,
1140,
1849,
12021,
51,
642,
1143,
7953,
151,
856,
1093,
858,
12022,
12023,
2070,
859,
12024
],
),
"mode_heat_off": SymbolsMetadata(
popularity: 143,
codepoint: 0xf16d,
categories: [8],
tags: [
838,
12025,
840,
12026,
841,
845,
2606,
868,
1055,
5181,
2888,
12027,
12028,
12029,
1140,
3029,
17,
9001,
1826,
1143,
2017,
1059,
1061,
9016,
12030,
1067,
855,
856,
12031,
12032,
2893,
2070,
12033,
8020,
1068,
859,
860
],
),
"mode_night": SymbolsMetadata(
popularity: 730,
codepoint: 0xf036,
categories: [8],
tags: [
1739,
2212,
3621,
4739,
345,
4095,
4083,
3633,
8,
4243,
138,
1344,
3626,
4087,
642,
4089,
4059,
410,
151,
1920,
2404,
31,
4740,
413,
907,
396,
3630,
476
],
),
"mode_of_travel": SymbolsMetadata(
popularity: 782,
codepoint: 0xe7ce,
categories: [5],
tags: [
3639,
837,
77,
4141,
684,
2036,
312,
313,
2039,
316,
12034,
1623,
323,
1085,
1534,
12035,
1118,
875,
642,
468,
325,
12036,
70,
1625,
7332,
326,
327,
4359,
1626,
1538,
1226,
1980,
900,
1629,
332,
1921,
1836,
3829,
1630
],
),
"mode_off_on": SymbolsMetadata(
popularity: 560,
codepoint: 0xf16f,
categories: [8],
tags: [
4324,
1739,
504,
193,
685,
345,
2606,
1300,
4326,
87,
642,
1059,
1061,
355,
3687,
921,
151,
1067,
4248,
2404,
413
],
),
"mode_standby": SymbolsMetadata(
popularity: 477,
codepoint: 0xf037,
categories: [4],
tags: [
504,
345,
12037,
288,
4243,
1878,
4022,
4023,
138,
12038,
1222,
1344,
642,
12039,
12040,
1223,
3687,
12041,
9016,
3176,
1920,
12042,
12043,
1226,
10420,
2404,
31,
1093,
12044,
1227,
413,
907
],
),
"model_training": SymbolsMetadata(
popularity: 2549,
codepoint: 0xf0cf,
categories: [6],
tags: [
2493,
5983,
1422,
77,
2495,
6027,
3801,
12045,
284,
12046,
12047,
12048,
1104,
44,
2497,
3804,
4173,
3439,
2468,
3099,
3626,
1314,
3043,
756,
3806,
6029,
12049,
491,
267,
12050,
3424,
758,
759,
760,
2451,
3662,
2836,
470,
4179,
1292,
1093,
65,
3033
],
),
"modeling": SymbolsMetadata(
popularity: 152,
codepoint: 0xf3aa,
categories: [2],
tags: [
478,
1496,
502,
2783,
1374,
12051,
12052,
1375,
1325,
485,
375,
12053,
3584,
606,
4885,
488,
1350,
382,
1470,
2985,
12054,
492,
386,
1667,
852,
389,
4415,
392,
495,
955,
10771,
3033,
11266,
10755
],
),
"money": SymbolsMetadata(
popularity: 1283,
codepoint: 0xe57d,
categories: [9],
tags: [
12055,
924,
927,
928,
960,
930,
931,
932,
934,
1417,
936,
937,
3211,
7,
962,
938,
964,
941,
942,
6733,
946,
948,
22,
523,
950,
951,
1421,
1654,
359,
970,
954,
1395,
31,
956,
36,
958,
3217
],
),
"money_bag": SymbolsMetadata(
popularity: 468,
codepoint: 0xf3ee,
categories: [9],
tags: [
2926,
959,
927,
960,
931,
934,
937,
12056,
8848,
939,
964,
941,
942,
967,
9882,
968,
946,
5430,
12057,
947,
12058,
948,
12059,
12060,
950,
951,
3280,
953,
970,
10281,
12061,
954,
11930,
36,
958
],
),
"money_off": SymbolsMetadata(
popularity: 1231,
codepoint: 0xe25c,
categories: [9],
tags: [
928,
1051,
930,
1648,
931,
12062,
193,
932,
934,
1417,
936,
1235,
937,
6577,
5921,
1162,
868,
12063,
938,
1055,
965,
1213,
6610,
967,
5165,
6807,
948,
12064,
12065,
1059,
1061,
523,
289,
12066,
950,
951,
1421,
6575,
1395,
1067,
31,
1068,
3688
],
),
"monitor": SymbolsMetadata(
popularity: 1110,
codepoint: 0xef5b,
categories: [11],
tags: [
1246,
1247,
2473,
1704,
283,
519,
1425,
81,
1705,
288,
8,
2537,
3336,
2538,
1110,
1140,
1253,
1706,
406,
630,
1391,
1733,
4288,
1427,
432,
410,
4153,
65,
412,
2031,
37,
7062,
333,
1187,
1518
],
),
"monitor_heart": SymbolsMetadata(
popularity: 4296,
codepoint: 0xeaa2,
categories: [3],
tags: [
12067,
4250,
3137,
519,
288,
7769,
7252,
8,
1762,
12068,
5367,
5368,
1878,
2887,
697,
7195,
4378,
3764,
3954,
892,
4506,
5371,
1764,
3958,
894,
4257,
630,
4273,
4260,
410,
65,
2148,
4263,
3492
],
),
"monitor_weight": SymbolsMetadata(
popularity: 875,
codepoint: 0xf039,
categories: [11],
tags: [
5518,
1422,
925,
690,
4118,
12069,
1742,
1661,
81,
288,
2354,
12070,
2887,
697,
12071,
12072,
226,
17,
894,
630,
4258,
6701,
8839,
759,
2890,
1428,
391,
1292,
12073,
2148,
3731,
3492
],
),
"monitor_weight_gain": SymbolsMetadata(
popularity: 14,
codepoint: 0xf6df,
categories: [15],
tags: [
231,
745,
1422,
77,
690,
373,
81,
288,
375,
2354,
8,
2886,
2887,
9882,
1078,
234,
697,
2077,
84,
51,
1426,
17,
894,
3473,
630,
887,
648,
239,
759,
453,
1428,
391,
1292,
746,
1095,
1429,
1702,
3731
],
),
"monitor_weight_loss": SymbolsMetadata(
popularity: 13,
codepoint: 0xf6de,
categories: [15],
tags: [
6189,
925,
690,
12069,
373,
81,
288,
2354,
12070,
8,
2886,
2887,
1078,
697,
3764,
68,
12074,
6807,
17,
1255,
630,
4258,
4382,
12075,
759,
453,
5920,
12076,
1224,
391,
410,
1292,
1261,
1095,
12077,
3731,
12078
],
),
"monitoring": SymbolsMetadata(
popularity: 18984,
codepoint: 0xf190,
categories: [9],
tags: [
1422,
1071,
1423,
517,
373,
81,
375,
1078,
234,
697,
5371,
235,
1081,
68,
1426,
226,
17,
894,
1086,
4258,
648,
759,
4260,
1428,
4261,
273,
746,
1095,
1429,
2810,
3331
],
rtlAutoMirrored: true,
),
"monochrome_photos": SymbolsMetadata(
popularity: 351,
codepoint: 0xe403,
categories: [1],
tags: [
1342,
6386,
8795,
40,
1197,
556,
680,
487,
83,
1343,
6389,
49,
1345,
406,
8798,
439,
12079,
92,
57,
1346,
59,
2145,
62,
5091,
433,
1712,
396,
476,
835
],
),
"monorail": SymbolsMetadata(
popularity: 9,
codepoint: 0xf473,
categories: [14],
tags: [
1810,
1812,
5737,
1813,
2553,
2036,
4903,
284,
313,
5311,
1165,
489,
2497,
522,
1623,
87,
7315,
1534,
647,
4358,
2046,
2047,
4359,
4360,
1538,
275,
4363,
2148,
4364,
4365,
1980,
900,
1629,
332,
4907,
1506,
1836,
8011
],
),
"mood": SymbolsMetadata(
popularity: 6654,
codepoint: 0xe7f2,
categories: [3],
tags: [
745,
5,
570,
6107,
193,
283,
1602,
1603,
6111,
1604,
6112,
1606,
577,
7991,
1607,
1608,
6114,
1609,
1610,
1327,
5496,
1613,
583,
1614,
289,
589,
1615,
2383,
330,
362,
1616,
7992,
1618,
593,
1619,
31,
182,
33
],
),
"mood_bad": SymbolsMetadata(
popularity: 2119,
codepoint: 0xe7f3,
categories: [3],
tags: [
566,
9149,
193,
462,
8426,
10213,
7684,
1602,
6111,
1604,
6112,
1606,
577,
7991,
1607,
8430,
12080,
4483,
138,
384,
1614,
4272,
589,
203,
12081,
12082,
593,
2491,
8441,
1619,
31,
12083,
8444,
12084,
12085,
12086,
12087,
8445
],
),
"moon_stars": SymbolsMetadata(
popularity: 45,
codepoint: 0xf34f,
categories: [3],
tags: [
4075,
4048,
504,
4077,
1743,
780,
840,
4081,
4095,
4745,
4226,
1164,
4084,
4483,
1140,
4087,
814,
642,
4089,
1143,
4059,
4090,
358,
2100,
1036,
151,
1339,
1994,
1920,
823,
3366,
2404,
4740,
2070,
1171,
413,
141,
859
],
),
"mop": SymbolsMetadata(
popularity: 1665,
codepoint: 0xe28d,
categories: [8],
tags: [
5830,
5844,
810,
1864,
12088,
10438,
3863,
5833,
2646,
3783,
4633,
12089,
4192,
5834,
3529,
12090,
5836,
3960,
12091,
5847,
1143,
4502,
5849,
3851,
5850,
652,
12092,
12093,
5841,
3858,
6931
],
),
"moped": SymbolsMetadata(
popularity: 87,
codepoint: 0xeb28,
categories: [14],
tags: [
1810,
4143,
1647,
1812,
1813,
934,
6934,
2037,
3700,
12094,
2039,
2040,
1165,
2356,
9102,
3403,
1534,
7904,
12095,
468,
91,
2045,
1654,
3106,
7285,
4160,
652,
4352,
1394,
1396,
900,
1629,
332,
4161,
1506,
1836,
4162
],
rtlAutoMirrored: true,
),
"more": SymbolsMetadata(
popularity: 1653,
codepoint: 0xe619,
categories: [6],
tags: [
75,
748,
3045,
1674,
1694,
504,
193,
628,
12096,
345,
145,
1105,
7075,
12097,
914,
1939,
3498,
138,
2214,
68,
52,
88,
506,
6014,
237,
325,
70,
9504,
4104,
2899,
1035,
1539,
12098,
71,
2679,
2779,
4479,
182,
12099,
551,
3950,
1464
],
rtlAutoMirrored: true,
),
"more_down": SymbolsMetadata(
popularity: 628,
codepoint: 0xf196,
categories: [2],
tags: [
4622,
3045,
77,
2393,
685,
12096,
345,
145,
313,
1105,
2819,
7075,
914,
51,
88,
506,
237,
325,
12100,
70,
9504,
919,
2864,
363,
71,
2008,
551,
1464
],
),
"more_horiz": SymbolsMetadata(
popularity: 19365,
codepoint: 0xe5d3,
categories: [2],
tags: [
75,
2824,
4622,
3045,
1673,
501,
11831,
504,
2393,
2707,
12101,
9844,
345,
2828,
1105,
2896,
1252,
7075,
12097,
914,
12102,
12103,
699,
51,
1344,
2849,
12104,
2078,
506,
237,
70,
9504,
358,
2899,
410,
12105,
363,
71,
2900,
2838,
551,
3950,
511,
141,
1348,
333,
1186
],
),
"more_time": SymbolsMetadata(
popularity: 2236,
codepoint: 0xea5d,
categories: [6],
tags: [
231,
745,
12106,
1359,
2072,
2073,
10322,
193,
1159,
2074,
1160,
2091,
10,
12107,
12108,
5887,
12109,
3466,
237,
12110,
887,
3488,
239,
12111,
1370,
1168,
361,
2814,
31,
1171,
5891,
12112,
1172,
2815,
2080
],
),
"more_up": SymbolsMetadata(
popularity: 1031,
codepoint: 0xf197,
categories: [2],
tags: [
1631,
11827,
4622,
4652,
12113,
9844,
145,
12114,
7075,
914,
12115,
506,
237,
7081,
8274,
70,
9504,
7084,
71,
8820,
12116,
3950,
12117,
1702,
3021,
10856,
12118
],
),
"more_vert": SymbolsMetadata(
popularity: 31737,
codepoint: 0xe5d4,
categories: [2],
tags: [
75,
2824,
4622,
4652,
1307,
1673,
501,
2707,
9844,
1745,
12119,
2828,
1105,
12120,
7075,
12097,
10552,
8972,
12115,
12121,
1344,
10555,
8779,
506,
237,
12122,
8274,
8818,
9504,
7084,
12123,
410,
71,
2838,
2949,
12124,
551,
141,
1348,
12125,
1464,
10856,
333,
1186
],
),
"mosque": SymbolsMetadata(
popularity: 593,
codepoint: 0xeab2,
categories: [5],
tags: [
1496,
929,
12126,
5780,
5783,
5182,
12127,
12128,
12129,
12130,
12131,
12132,
3296,
12133,
12134,
12135,
12136,
12137,
2952,
12138,
5785,
12139,
5186,
5786,
5789,
5188,
955,
5791,
3303,
332,
5194
],
),
"motion_blur": SymbolsMetadata(
popularity: 302,
codepoint: 0xf0d0,
categories: [1],
tags: [
4295,
40,
5794,
5170,
1274,
487,
1165,
216,
83,
1749,
12140,
916,
49,
6079,
87,
642,
353,
12141,
12142,
468,
4301,
1734,
57,
3602,
59,
62,
275,
12143,
4808,
12144,
364,
4318
],
),
"motion_mode": SymbolsMetadata(
popularity: 40,
codepoint: 0xf842,
categories: [1],
tags: [
748,
341,
4295,
40,
42,
344,
345,
1274,
216,
3361,
1077,
437,
138,
49,
51,
406,
642,
353,
468,
354,
57,
59,
62,
408,
759,
440,
2511,
94,
151,
291,
4964,
454,
2465,
37,
476
],
),
"motion_photos_auto": SymbolsMetadata(
popularity: 456,
codepoint: 0xf03a,
categories: [1],
tags: [
3418,
12145,
4,
341,
2425,
12146,
3349,
40,
42,
5,
5794,
193,
12147,
556,
1746,
12148,
216,
12,
8686,
1344,
16,
1470,
1282,
12149,
12150,
353,
12151,
9807,
439,
355,
59,
2145,
2509,
440,
71,
12152,
31,
65,
33,
35,
37
],
),
"motion_photos_off": SymbolsMetadata(
popularity: 262,
codepoint: 0xe9c0,
categories: [1],
tags: [
341,
481,
1208,
193,
12153,
7299,
2606,
2013,
1300,
12154,
868,
1055,
1213,
12155,
12149,
12156,
353,
12157,
12158,
12159,
9807,
3271,
12160,
12161,
12162,
1059,
1061,
2145,
2368,
1067,
1226,
37
],
),
"motion_photos_on": SymbolsMetadata(
popularity: 71,
codepoint: 0xe9c1,
categories: [1],
tags: [
749,
341,
40,
42,
193,
628,
44,
868,
4326,
1055,
216,
346,
1108,
49,
1282,
406,
353,
468,
354,
885,
439,
1059,
1061,
57,
59,
2145,
62,
2509,
408,
453,
440,
151,
1067,
65,
37,
476
],
),
"motion_photos_paused": SymbolsMetadata(
popularity: 346,
codepoint: 0xe9c2,
categories: [1],
tags: [
748,
341,
504,
40,
42,
193,
345,
348,
12163,
3378,
138,
1612,
12149,
12164,
406,
352,
5238,
353,
12165,
12157,
1223,
10064,
59,
2145,
408,
3430,
5242,
12166,
1226,
31,
37,
444
],
),
"motion_play": SymbolsMetadata(
popularity: 52,
codepoint: 0xf40b,
categories: [1],
tags: [
231,
4324,
745,
3359,
341,
77,
1268,
2194,
504,
193,
1103,
902,
345,
1107,
1077,
903,
6348,
2870,
2958,
406,
353,
1750,
354,
439,
1707,
2509,
3379,
408,
239,
1121,
1125,
1293,
2130,
454,
31,
1691,
37
],
),
"motion_sensor_active": SymbolsMetadata(
popularity: 244,
codepoint: 0xe792,
categories: [10],
tags: [
2106,
749,
1359,
1360,
1131,
2125,
690,
5487,
7091,
288,
1878,
225,
348,
1140,
581,
138,
4258,
353,
8387,
468,
1143,
1061,
289,
589,
8642,
1036,
64,
888,
1898,
5115,
31,
65,
2148,
1095,
206,
1155
],
),
"motion_sensor_alert": SymbolsMetadata(
popularity: 131,
codepoint: 0xe784,
categories: [10],
tags: [
3109,
1359,
1360,
6793,
1361,
691,
1365,
5487,
12167,
7091,
2720,
1366,
4701,
348,
3458,
1140,
5108,
1367,
12168,
1166,
4258,
353,
12169,
12170,
468,
1143,
616,
705,
1036,
2813,
64,
12171,
273,
5115,
31,
2148,
1095,
1691,
206,
8152
],
),
"motion_sensor_idle": SymbolsMetadata(
popularity: 94,
codepoint: 0xe783,
categories: [10],
tags: [
1359,
1360,
1074,
5487,
288,
868,
1055,
348,
1140,
3173,
12038,
11228,
51,
4258,
353,
8387,
468,
1143,
267,
12160,
1059,
1060,
1061,
12172,
432,
1036,
64,
273,
1067,
1898,
12042,
4248,
5242,
5115,
1093,
65,
2148,
1095,
1856,
278
],
),
"motion_sensor_urgent": SymbolsMetadata(
popularity: 131,
codepoint: 0xe78e,
categories: [10],
tags: [
3109,
2513,
1359,
1360,
1361,
2125,
691,
1365,
5487,
288,
2427,
2720,
1366,
3914,
1110,
3458,
1140,
138,
1367,
51,
10696,
1166,
4258,
353,
8387,
468,
1143,
1183,
616,
1036,
64,
273,
1898,
5115,
31,
1093,
65,
4418,
2148,
1095,
1691,
2437,
206
],
),
"motorcycle": SymbolsMetadata(
popularity: 857,
codepoint: 0xe91b,
categories: [14],
tags: [
3639,
1810,
4141,
4143,
12173,
1812,
1813,
7313,
6934,
2037,
313,
5311,
3789,
7903,
1623,
1534,
875,
12174,
12095,
468,
2046,
12175,
3300,
1626,
4160,
1919,
275,
30,
1627,
900,
1629,
332,
7286,
1506,
1836,
2051
],
),
"mountain_flag": SymbolsMetadata(
popularity: 304,
codepoint: 0xf5e2,
categories: [3],
tags: [
11899,
3,
3639,
12176,
312,
2273,
4495,
318,
1544,
13,
2498,
5158,
3296,
1595,
323,
174,
1596,
12177,
1826,
325,
4040,
5159,
1392,
12178,
245,
12179,
1227,
3303,
4808,
332,
9283
],
),
"mouse": SymbolsMetadata(
popularity: 2504,
codepoint: 0xe323,
categories: [11],
tags: [
748,
1785,
519,
1310,
345,
1788,
1705,
288,
44,
1110,
1111,
1612,
3685,
814,
2986,
325,
492,
289,
4288,
1167,
12180,
3048,
362,
392,
1339,
65,
12181,
12182,
278
],
),
"mouse_lock": SymbolsMetadata(
popularity: 9,
codepoint: 0xf490,
categories: [11],
tags: [
5315,
481,
1051,
42,
12183,
1785,
519,
12184,
12185,
345,
1788,
288,
1213,
1110,
12186,
1952,
1778,
12187,
1056,
2986,
12188,
5319,
1167,
12189,
12190,
5822,
1034,
1063,
1574,
12191,
1065,
2368,
705,
1774,
1036,
278
],
),
"mouse_lock_off": SymbolsMetadata(
popularity: 9,
codepoint: 0xf48f,
categories: [11],
tags: [
861,
9767,
1785,
519,
345,
1788,
1705,
288,
1300,
868,
1055,
3789,
1110,
138,
1111,
2774,
1344,
1778,
1056,
2986,
468,
1059,
1061,
355,
5319,
4288,
1167,
1034,
1063,
1574,
3273,
1065,
705,
410,
1774,
1036,
151,
1067,
4248,
31,
413,
5321,
601,
278
],
),
"move": SymbolsMetadata(
popularity: 34,
codepoint: 0xe740,
categories: [5],
tags: [
460,
77,
502,
690,
345,
1235,
1788,
312,
313,
12192,
2397,
4632,
12193,
2342,
382,
4633,
697,
581,
756,
323,
1534,
4112,
875,
1750,
325,
588,
589,
326,
327,
2198,
240,
2190,
4664,
760,
761,
2934,
2271,
2995,
906,
470,
3416,
95,
1226,
511,
526,
1629,
12194
],
),
"move_down": SymbolsMetadata(
popularity: 1487,
codepoint: 0xeb61,
categories: [2],
tags: [
748,
77,
11550,
12195,
1332,
504,
1103,
345,
313,
2819,
1639,
4696,
904,
51,
1344,
6654,
87,
1750,
7440,
468,
12196,
325,
1167,
2889,
2858,
12197,
392,
1339,
31,
526,
907
],
),
"move_group": SymbolsMetadata(
popularity: 89,
codepoint: 0xf715,
categories: [2],
tags: [
77,
481,
12198,
1725,
81,
2273,
2578,
4632,
2904,
3660,
12199,
1164,
1212,
1696,
579,
12200,
6181,
86,
2960,
5612,
12201,
1750,
12202,
12203,
492,
92,
1733,
4664,
2934,
2271,
1700,
363,
6214,
4479,
12204,
1713,
98,
1187,
1229
],
),
"move_item": SymbolsMetadata(
popularity: 168,
codepoint: 0xf1ff,
categories: [2],
tags: [
1739,
77,
502,
481,
193,
628,
313,
1105,
4632,
2904,
1164,
1212,
7600,
4633,
916,
1376,
2960,
1470,
88,
5613,
506,
1641,
1750,
325,
91,
92,
6693,
1734,
329,
4664,
2271,
2995,
6214,
95
],
rtlAutoMirrored: true,
),
"move_location": SymbolsMetadata(
popularity: 42,
codepoint: 0xe741,
categories: [5],
tags: [
1513,
1739,
77,
502,
690,
1743,
310,
312,
313,
4632,
2904,
2981,
1252,
317,
903,
1543,
321,
697,
581,
323,
324,
1534,
174,
1750,
325,
2345,
588,
589,
326,
327,
1167,
329,
2934,
2271,
906,
6214,
1540,
1226,
1227,
3797,
526,
332,
2453
],
rtlAutoMirrored: true,
),
"move_selection_down": SymbolsMetadata(
popularity: 6,
codepoint: 0xf714,
categories: [2],
tags: [
748,
1739,
77,
12205,
345,
2394,
754,
313,
2819,
2578,
1252,
1164,
12206,
51,
1376,
12207,
88,
7602,
12208,
1750,
7440,
325,
329,
4664,
2271,
2995,
1433,
12209,
362,
363,
12210,
6214,
95,
8722
],
),
"move_selection_left": SymbolsMetadata(
popularity: 24,
codepoint: 0xf713,
categories: [2],
tags: [
12211,
2212,
77,
1332,
345,
1788,
2394,
754,
313,
4632,
1252,
1164,
381,
137,
51,
1344,
2197,
3565,
87,
1750,
2857,
325,
1167,
2864,
329,
4664,
362,
363,
12212,
6214,
12213,
1339,
31,
1691
],
),
"move_selection_right": SymbolsMetadata(
popularity: 32,
codepoint: 0xf712,
categories: [2],
tags: [
1739,
2926,
77,
12214,
12215,
2394,
754,
313,
1252,
903,
12216,
12217,
6887,
1750,
7446,
325,
905,
7447,
329,
1121,
4664,
2934,
1700,
2858,
12218,
362,
12219,
363,
6214,
8022,
4479,
7451
],
),
"move_selection_up": SymbolsMetadata(
popularity: 13,
codepoint: 0xf711,
categories: [2],
tags: [
7605,
77,
3016,
2847,
12214,
2827,
2394,
754,
313,
2871,
1252,
3017,
12220,
12221,
6887,
12222,
12223,
12224,
12202,
2875,
93,
329,
12225,
12226,
4664,
2271,
12227,
362,
6214,
12228,
12229,
2924,
1691,
1702,
98
],
),
"move_to_inbox": SymbolsMetadata(
popularity: 1145,
codepoint: 0xe168,
categories: [7],
tags: [
1674,
77,
482,
283,
1333,
313,
2819,
2288,
2412,
3234,
2798,
1681,
903,
2291,
2292,
10727,
16,
2293,
12230,
583,
4928,
1750,
12231,
586,
327,
2941,
3380,
2298,
2299,
2934,
2300,
95,
1690,
526,
2597
],
),
"move_up": SymbolsMetadata(
popularity: 1616,
codepoint: 0xeb64,
categories: [2],
tags: [
77,
12195,
3016,
313,
3017,
2873,
235,
51,
6654,
87,
1750,
2876,
325,
328,
1167,
329,
6888,
2934,
2422,
2858,
6214,
1263,
526,
2935,
1702,
3021
],
),
"moved_location": SymbolsMetadata(
popularity: 56,
codepoint: 0xe594,
categories: [5],
tags: [
1513,
1131,
77,
1743,
374,
312,
313,
12232,
1543,
1623,
323,
324,
1534,
174,
12233,
325,
12234,
326,
327,
328,
329,
1149,
2934,
1538,
6214,
1540,
1226,
1153,
1095,
526,
332,
4820,
1155
],
),
"movie": SymbolsMetadata(
popularity: 6379,
codepoint: 0xe02c,
categories: [0],
tags: [
42,
344,
1593,
44,
1678,
1252,
781,
147,
346,
406,
354,
12235,
439,
2509,
12236,
12237,
408,
453,
440,
2511,
12238,
1690,
37,
5150,
563,
12239,
396,
2080
],
),
"movie_edit": SymbolsMetadata(
popularity: 115,
codepoint: 0xf840,
categories: [0],
tags: [
4936,
5138,
40,
344,
193,
1523,
1578,
1325,
4510,
1252,
680,
781,
346,
12240,
5118,
1777,
1111,
53,
406,
354,
3341,
439,
4516,
2626,
681,
12241,
440,
432,
2511,
5881,
5133,
12238,
12242,
11439,
11737,
65,
37,
5885
],
),
"movie_info": SymbolsMetadata(
popularity: 34,
codepoint: 0xe02d,
categories: [0],
tags: [
5587,
344,
81,
7030,
145,
12243,
781,
9206,
346,
12244,
12245,
5074,
293,
12246,
68,
12247,
406,
148,
354,
12248,
12249,
2511,
410,
2008,
3074,
12250,
740,
2031,
7062,
2080
],
),
"movie_off": SymbolsMetadata(
popularity: 5,
codepoint: 0xf499,
categories: [0],
tags: [
40,
344,
12251,
1162,
868,
12252,
1055,
781,
346,
12244,
87,
406,
407,
354,
12253,
12254,
1302,
12255,
12256,
1059,
1061,
432,
392,
1067,
12257,
12238,
4322,
37,
12258,
10104,
12259,
12260
],
),
"moving": SymbolsMetadata(
popularity: 1225,
codepoint: 0xe501,
categories: [5],
tags: [
748,
749,
2513,
12261,
12262,
3359,
77,
1743,
3525,
313,
1274,
12263,
7674,
903,
12264,
3663,
353,
1750,
468,
885,
12265,
325,
12266,
885,
12267,
759,
2928,
2934,
6214,
3009,
4308,
900,
332,
1702
],
rtlAutoMirrored: true,
),
"moving_beds": SymbolsMetadata(
popularity: 12,
codepoint: 0xe73d,
categories: [3],
tags: [
1466,
77,
502,
1904,
4047,
12268,
690,
2375,
2037,
313,
2981,
903,
4051,
697,
892,
1140,
1764,
1499,
581,
385,
3403,
894,
1750,
885,
325,
2345,
4273,
588,
589,
2198,
12269,
2934,
2995,
1503,
906,
1947,
6214,
4352,
1936,
526,
900,
12270
],
),
"moving_ministry": SymbolsMetadata(
popularity: 36,
codepoint: 0xe73e,
categories: [5],
tags: [
77,
502,
1332,
929,
2375,
313,
2981,
225,
12271,
903,
8415,
697,
1764,
581,
979,
12272,
1623,
981,
885,
325,
1391,
178,
2345,
1625,
7332,
588,
589,
12273,
12274,
906,
1125,
888,
12275,
1339,
3569,
12276,
12277,
332,
3798,
8307,
4719
],
rtlAutoMirrored: true,
),
"mp": SymbolsMetadata(
popularity: 137,
codepoint: 0xe9c3,
categories: [1],
tags: [
2212,
4,
1268,
7713,
504,
5,
345,
1425,
12,
137,
138,
49,
1344,
16,
792,
1953,
406,
54,
56,
439,
1707,
1302,
70,
1733,
57,
59,
25,
409,
63,
2100,
28,
71,
2102,
1293,
1294,
31,
33,
413,
35,
2200,
1298,
554
],
),
"multicooker": SymbolsMetadata(
popularity: 283,
codepoint: 0xe293,
categories: [8],
tags: [
1859,
4204,
4205,
12278,
288,
3863,
3682,
12279,
1878,
2356,
4208,
4633,
3027,
1140,
1499,
4192,
4212,
7360,
11896,
7712,
1730,
3703,
12280,
1143,
6479,
12281,
5709,
12282,
12283,
7363
],
),
"multiline_chart": SymbolsMetadata(
popularity: 464,
codepoint: 0xe6df,
categories: [9],
tags: [
1422,
1071,
503,
1423,
517,
569,
373,
11237,
81,
375,
1078,
12284,
382,
234,
1081,
68,
87,
3480,
226,
1086,
12285,
2457,
2235,
648,
2807,
759,
3489,
390,
746,
1095,
1429,
514,
398,
399
],
rtlAutoMirrored: true,
),
"multimodal_hand_eye": SymbolsMetadata(
popularity: 77,
codepoint: 0xf41b,
categories: [2],
tags: [
480,
1422,
10828,
2303,
284,
345,
81,
5796,
2695,
2696,
137,
2698,
2076,
1111,
2566,
1612,
1115,
12286,
1061,
11516,
390,
2899,
1127,
11518,
64,
2008,
4636,
6420,
1093,
65,
1793,
396,
3630,
4317
],
),
"multiple_airports": SymbolsMetadata(
popularity: 30,
codepoint: 0xefab,
categories: [5],
tags: [
837,
1902,
1973,
12287,
2033,
1903,
1924,
1075,
2038,
312,
6984,
313,
1910,
1990,
8262,
319,
3153,
322,
1623,
323,
3403,
324,
1166,
174,
2457,
267,
326,
327,
387,
1538,
2402,
1540,
1317,
900,
1629,
332,
1921,
9819
],
),
"multiple_stop": SymbolsMetadata(
popularity: 826,
codepoint: 0xf1b9,
categories: [5],
tags: [
748,
502,
1268,
504,
463,
345,
1745,
2394,
754,
2397,
1105,
12288,
2127,
5596,
2671,
2870,
2831,
2197,
1534,
406,
439,
2457,
12289,
1707,
325,
1223,
408,
3430,
409,
9569,
906,
12290,
433,
1226,
31,
6600,
37
],
),
"museum": SymbolsMetadata(
popularity: 912,
codepoint: 0xea36,
categories: [16],
tags: [
5457,
1496,
1592,
12291,
12292,
929,
1197,
933,
12293,
4527,
312,
12294,
3097,
2556,
10,
12295,
12296,
5156,
316,
1343,
12297,
2077,
12298,
4427,
3296,
3099,
6254,
2790,
4458,
12299,
952,
2558,
2559,
1127,
1394,
1396,
955,
6126,
3303,
332
],
),
"music_cast": SymbolsMetadata(
popularity: 140,
codepoint: 0xeb1a,
categories: [0],
tags: [
2021,
1268,
12300,
7713,
4274,
731,
4275,
2023,
283,
1073,
12301,
284,
288,
8,
1112,
1301,
406,
5444,
1707,
12302,
1480,
2509,
408,
388,
410,
1528,
1293,
1294,
454,
411,
2148,
526,
2059,
2031,
278,
12303
],
),
"music_note": SymbolsMetadata(
popularity: 7620,
codepoint: 0xe405,
categories: [0],
tags: [
1268,
12304,
8103,
12305,
8104,
2244,
12306,
1112,
1301,
406,
407,
8107,
1707,
8108,
3079,
1480,
2509,
409,
1710,
12307,
4261,
228,
3057,
1293,
3386,
2148,
6749,
3331
],
),
"music_note_add": SymbolsMetadata(
popularity: 21,
codepoint: 0xf391,
categories: [0],
tags: [
231,
745,
1268,
12308,
12305,
504,
2244,
345,
1325,
781,
4483,
138,
1112,
406,
686,
8107,
1707,
11205,
12309,
3079,
887,
1452,
1480,
12310,
1710,
239,
898,
3057,
1293,
12311,
31,
2148,
907,
474
],
),
"music_off": SymbolsMetadata(
popularity: 542,
codepoint: 0xe440,
categories: [0],
tags: [
1268,
10156,
12305,
481,
12312,
6838,
1300,
868,
12313,
1055,
12314,
12315,
1112,
406,
352,
1707,
12316,
12317,
12318,
1302,
12319,
12320,
2094,
12321,
11882,
12322,
2098,
1480,
1059,
1061,
2100,
1304,
2102,
1067,
12323,
1293,
2103,
2148,
554,
12324
],
),
"music_video": SymbolsMetadata(
popularity: 374,
codepoint: 0xe063,
categories: [0],
tags: [
8958,
731,
40,
344,
1523,
8,
781,
346,
5118,
1282,
406,
354,
439,
1707,
12325,
1223,
2509,
409,
681,
453,
440,
2511,
410,
411,
11439,
6123,
2031,
37,
5150,
12326,
396,
2080
],
),
"my_location": SymbolsMetadata(
popularity: 8267,
codepoint: 0xe55c,
categories: [5],
tags: [
1131,
12327,
193,
309,
310,
8308,
312,
5487,
313,
11673,
12328,
1543,
1533,
321,
12329,
323,
324,
1534,
174,
12330,
325,
326,
1535,
327,
328,
329,
2332,
1540,
1226,
12331,
12332,
12333,
12334
],
),
"mystery": SymbolsMetadata(
popularity: 305,
codepoint: 0xf5e1,
categories: [3],
tags: [
748,
745,
1321,
504,
12335,
1324,
345,
1325,
1335,
5796,
8384,
317,
2498,
1634,
235,
1327,
1328,
87,
1115,
1116,
11969,
1117,
793,
887,
239,
242,
1126,
1127,
898,
675,
31,
12336,
3729
],
),
"nat": SymbolsMetadata(
popularity: 263,
codepoint: 0xef5c,
categories: [7],
tags: [
8692,
9612,
4587,
8690,
193,
462,
283,
12337,
4494,
312,
315,
4495,
318,
319,
320,
944,
322,
12338,
324,
12339,
4500,
8963,
5233,
12340,
1035,
331,
4248,
3303,
332,
334
],
),
"nature": SymbolsMetadata(
popularity: 2890,
codepoint: 0xe406,
categories: [1],
tags: [
4165,
8841,
1811,
2353,
2989,
6223,
6224,
1844,
1845,
2355,
11388,
7982,
5157,
3815,
1821,
2357,
1326,
234,
2361,
2362,
3958,
2363,
1826,
2364,
3651,
3051,
3297,
1827,
7988,
7989,
1096,
12341,
5161
],
),
"nature_people": SymbolsMetadata(
popularity: 1458,
codepoint: 0xe407,
categories: [1],
tags: [
2513,
3639,
690,
3643,
574,
1844,
7274,
578,
5157,
5782,
2357,
579,
3648,
581,
1595,
1596,
2363,
1826,
3651,
4040,
3051,
3297,
588,
589,
3299,
888,
6205,
4808,
1096,
5486,
3798,
5161
],
),
"navigation": SymbolsMetadata(
popularity: 2744,
codepoint: 0xe55d,
categories: [5],
tags: [
77,
309,
3094,
312,
313,
2397,
314,
316,
317,
321,
2821,
1623,
2326,
323,
324,
1534,
1166,
506,
325,
507,
1625,
326,
327,
328,
1167,
329,
1626,
1538,
1126,
2838,
1226,
2148,
332,
3166
],
),
"near_me": SymbolsMetadata(
popularity: 5883,
codepoint: 0xe569,
categories: [5],
tags: [
1131,
77,
309,
8308,
312,
313,
2397,
1542,
316,
317,
11450,
12342,
6254,
2326,
12329,
12343,
323,
1534,
4781,
12330,
325,
7374,
8311,
10353,
326,
1535,
327,
328,
1167,
1978,
329,
2332,
12344,
1226,
332,
8314
],
),
"near_me_disabled": SymbolsMetadata(
popularity: 230,
codepoint: 0xf1ef,
categories: [5],
tags: [
1051,
8316,
12345,
8317,
312,
313,
12346,
12347,
12348,
868,
1055,
12349,
12350,
8325,
12351,
12352,
7303,
323,
12353,
8330,
7306,
12354,
12355,
7307,
1534,
4781,
325,
8331,
8332,
7308,
7374,
12356,
12357,
12358,
1059,
1061,
326,
327,
328,
12359,
12360,
12361,
1067
],
),
"nearby": SymbolsMetadata(
popularity: 66,
codepoint: 0xe6b7,
categories: [4],
tags: [
1131,
731,
12362,
284,
1487,
12363,
1542,
316,
12364,
317,
12365,
6254,
323,
324,
174,
8311,
1535,
1978,
6277,
7093,
12366,
1148,
5491,
1126,
12367,
878,
273,
2716,
1227
],
),
"nearby_error": SymbolsMetadata(
popularity: 329,
codepoint: 0xf03b,
categories: [4],
tags: [
3109,
1360,
1361,
691,
283,
284,
1365,
5487,
2720,
1366,
2721,
381,
1367,
5802,
2722,
323,
1166,
583,
8311,
267,
616,
1535,
328,
2725,
6277,
1148,
392,
273,
291,
31,
1691,
5944,
206
],
),
"nearby_off": SymbolsMetadata(
popularity: 122,
codepoint: 0xf03c,
categories: [4],
tags: [
1131,
193,
1209,
12368,
284,
6838,
5487,
868,
8320,
1746,
1055,
1222,
87,
7306,
174,
7374,
8311,
12369,
2017,
5953,
1059,
1060,
1061,
328,
12370,
12371,
12372,
12373,
273,
1067,
5939,
1068,
8314
],
),
"nephrology": SymbolsMetadata(
popularity: 20,
codepoint: 0xe10d,
categories: [3],
tags: [
3546,
4165,
690,
373,
4252,
4253,
375,
4268,
7194,
697,
892,
581,
12374,
384,
12375,
12376,
12377,
12378,
894,
1768,
12379,
9762,
9763,
12380,
4179,
4390,
1318,
12381,
5378,
12382
],
),
"nest_audio": SymbolsMetadata(
popularity: 241,
codepoint: 0xebbf,
categories: [10],
tags: [
3151,
1267,
1268,
2125,
193,
1074,
284,
345,
288,
1105,
2537,
1684,
1110,
1140,
1499,
51,
1281,
259,
406,
1707,
1143,
267,
408,
762,
1292,
1898,
3154,
1293,
1294,
291,
411,
65,
1298,
278
],
),
"nest_cam_floodlight": SymbolsMetadata(
popularity: 172,
codepoint: 0xf8b7,
categories: [10],
tags: [
1360,
2125,
5137,
40,
1074,
288,
3682,
1878,
46,
12383,
1140,
10696,
1281,
3626,
5183,
4258,
353,
1143,
12384,
267,
12385,
3651,
1500,
440,
705,
1036,
64,
1898,
5115,
65,
3630,
12386,
12387,
12388,
7724,
278
],
),
"nest_cam_indoor": SymbolsMetadata(
popularity: 367,
codepoint: 0xf11e,
categories: [10],
tags: [
1859,
5137,
40,
11175,
193,
5442,
288,
2537,
2538,
1684,
1110,
5108,
2557,
5109,
2740,
2741,
12389,
53,
12150,
630,
12390,
1143,
8398,
12391,
1063,
12392,
440,
705,
1036,
5114,
2813,
1898,
4153,
411,
5115,
65,
5117,
2080
],
),
"nest_cam_iq": SymbolsMetadata(
popularity: 255,
codepoint: 0xf11f,
categories: [10],
tags: [
5137,
40,
12393,
102,
288,
5106,
2537,
7491,
1684,
1110,
5108,
5109,
7152,
12389,
53,
5112,
4258,
12394,
1143,
12395,
3780,
5119,
12392,
440,
1036,
5114,
2813,
1897,
1898,
12396,
411,
5115,
65,
37,
5150,
4533
],
),
"nest_cam_iq_outdoor": SymbolsMetadata(
popularity: 257,
codepoint: 0xf120,
categories: [10],
tags: [
5137,
40,
11175,
5105,
288,
1878,
1684,
1110,
5108,
1499,
5111,
12389,
4258,
1143,
5490,
3651,
5119,
1500,
1574,
440,
12397,
705,
1036,
5114,
12398,
1898,
5115,
65,
37,
396,
12399
],
),
"nest_cam_magnet_mount": SymbolsMetadata(
popularity: 106,
codepoint: 0xf8b8,
categories: [10],
tags: [
2472,
5137,
40,
1073,
288,
1878,
3864,
1140,
12400,
5108,
5109,
1698,
7928,
12401,
12402,
12403,
12404,
12405,
12406,
1143,
12384,
5119,
1774,
5114,
2813,
1780,
12398,
1897,
1898,
5115,
65,
12386
],
),
"nest_cam_outdoor": SymbolsMetadata(
popularity: 346,
codepoint: 0xf121,
categories: [10],
tags: [
1360,
5137,
40,
288,
2537,
46,
1684,
1110,
1140,
5108,
1499,
5112,
4258,
1143,
5490,
3651,
386,
1500,
1574,
453,
705,
1036,
5114,
64,
1898,
5115,
65,
37,
396,
206,
2080
],
),
"nest_cam_stand": SymbolsMetadata(
popularity: 100,
codepoint: 0xf8b9,
categories: [10],
tags: [
2473,
5137,
40,
1074,
288,
44,
3863,
1878,
46,
2538,
1140,
5108,
7152,
4258,
12404,
1143,
12407,
1500,
1574,
440,
1503,
705,
5114,
1898,
4153,
880,
5115,
65,
37,
7062,
277,
7724
],
),
"nest_cam_wall_mount": SymbolsMetadata(
popularity: 105,
codepoint: 0xf8ba,
categories: [10],
tags: [
2125,
5735,
5137,
40,
12408,
5442,
288,
1878,
12409,
7711,
1140,
3173,
5108,
10790,
7928,
4258,
12404,
12410,
1143,
12384,
440,
705,
1036,
5114,
2813,
1897,
1898,
12411,
5115,
65,
37,
12412,
12413,
12386,
7724
],
),
"nest_cam_wired_stand": SymbolsMetadata(
popularity: 177,
codepoint: 0xec16,
categories: [10],
tags: [
4047,
40,
12414,
5105,
288,
3336,
1878,
346,
5107,
2538,
1110,
3173,
5108,
49,
5109,
5111,
5528,
4258,
353,
1143,
12384,
8398,
1391,
62,
453,
5114,
12415,
12398,
1898,
4153,
5115,
65,
37,
8656,
434,
2080,
7724
],
),
"nest_clock_farsight_analog": SymbolsMetadata(
popularity: 1191,
codepoint: 0xf8bb,
categories: [10],
tags: [
1359,
4936,
2072,
10322,
193,
8796,
840,
1159,
2075,
12416,
288,
8530,
2698,
1140,
3462,
4840,
17,
12417,
3465,
1143,
1167,
12418,
1370,
330,
12419,
1168,
360,
2070,
1171,
12420,
2545,
1172,
5885,
12421,
2080
],
),
"nest_clock_farsight_digital": SymbolsMetadata(
popularity: 241,
codepoint: 0xf8bc,
categories: [10],
tags: [
1359,
2125,
840,
1159,
1074,
345,
288,
44,
8,
2537,
8530,
2497,
137,
1140,
138,
51,
17,
1143,
267,
492,
4777,
1168,
410,
71,
1292,
1898,
31,
65,
2070,
1171,
3375
],
),
"nest_connect": SymbolsMetadata(
popularity: 144,
codepoint: 0xf122,
categories: [10],
tags: [
1859,
2125,
40,
1073,
1074,
284,
345,
288,
3683,
1684,
1110,
3173,
3153,
2566,
7151,
7152,
5183,
1314,
1029,
630,
1143,
267,
4276,
1574,
1036,
1898,
1294,
5115,
1093,
65,
2070
],
),
"nest_detect": SymbolsMetadata(
popularity: 149,
codepoint: 0xf123,
categories: [10],
tags: [
1359,
1859,
2125,
929,
1074,
12422,
7811,
5487,
288,
44,
1878,
1684,
1110,
1140,
1499,
7151,
7152,
647,
4258,
1143,
267,
1574,
7093,
1737,
1036,
64,
273,
1898,
5115,
1093,
65,
278
],
),
"nest_display": SymbolsMetadata(
popularity: 465,
codepoint: 0xf124,
categories: [10],
tags: [
1267,
1268,
2473,
283,
685,
1074,
345,
288,
44,
8,
2537,
781,
1684,
1110,
1140,
699,
259,
406,
630,
1143,
12423,
1574,
432,
410,
1036,
1780,
12424,
1898,
3154,
1294,
4153,
411,
5115,
65,
37
],
),
"nest_display_max": SymbolsMetadata(
popularity: 261,
codepoint: 0xf125,
categories: [10],
tags: [
12425,
1267,
4274,
283,
5442,
345,
288,
12426,
44,
8,
1878,
781,
2538,
1684,
12409,
1110,
3152,
12427,
68,
2468,
10366,
630,
439,
1143,
267,
1574,
432,
2543,
410,
1036,
1898,
3154,
1294,
12428,
5115,
65,
277
],
),
"nest_doorbell_visitor": SymbolsMetadata(
popularity: 145,
codepoint: 0xf8bd,
categories: [10],
tags: [
1360,
2033,
2125,
566,
1363,
5487,
7533,
7516,
7525,
1140,
1499,
581,
4258,
1143,
616,
589,
8642,
2459,
762,
2543,
1036,
1898,
433,
5115,
65,
5676
],
),
"nest_eco_leaf": SymbolsMetadata(
popularity: 1128,
codepoint: 0xf8be,
categories: [10],
tags: [
6215,
810,
840,
5970,
7775,
315,
6223,
6224,
964,
3479,
3683,
1844,
1845,
2357,
12429,
234,
1140,
2361,
2363,
1826,
1143,
2364,
1827,
3687,
7779,
12430,
4531,
6660,
8083,
2316,
2070
],
),
"nest_farsight_weather": SymbolsMetadata(
popularity: 203,
codepoint: 0xf8bf,
categories: [10],
tags: [
1839,
840,
5255,
1676,
5941,
464,
1844,
8530,
2888,
1140,
5860,
1143,
4040,
12431,
1898,
1598,
4043,
858,
12432,
2893,
2070,
859
],
),
"nest_found_savings": SymbolsMetadata(
popularity: 181,
codepoint: 0xf8c0,
categories: [10],
tags: [
927,
960,
6703,
840,
932,
934,
936,
937,
11348,
3277,
12433,
6223,
964,
941,
942,
11923,
6733,
6561,
1140,
968,
946,
12434,
2361,
948,
1143,
12435,
951,
3280,
953,
12436,
954,
2070,
956,
958
],
),
"nest_heat_link_e": SymbolsMetadata(
popularity: 328,
codepoint: 0xf126,
categories: [10],
tags: [
1859,
2125,
840,
1877,
5442,
254,
345,
288,
7690,
2537,
3683,
46,
1684,
1110,
3027,
12437,
1848,
3173,
1849,
7928,
1314,
1143,
267,
3687,
1292,
1898,
1093,
65,
858,
2070,
3375,
278
],
),
"nest_heat_link_gen_3": SymbolsMetadata(
popularity: 417,
codepoint: 0xf127,
categories: [10],
tags: [
75,
1859,
929,
5255,
1877,
283,
284,
254,
345,
845,
288,
3683,
46,
3870,
12438,
12439,
1684,
1110,
3027,
12437,
1848,
3173,
1499,
7151,
7152,
1314,
1143,
267,
3687,
71,
1898,
65,
858,
2070,
278
],
),
"nest_hello_doorbell": SymbolsMetadata(
popularity: 290,
codepoint: 0xe82c,
categories: [10],
tags: [
749,
1359,
1360,
2552,
929,
504,
40,
11175,
1363,
5442,
12422,
288,
4932,
7533,
1498,
7516,
9646,
1140,
3173,
1499,
7151,
7152,
4258,
1143,
12440,
1259,
1368,
2459,
1370,
762,
2543,
1036,
5114,
1897,
12441,
1898,
1293,
5115,
65,
12442
],
),
"nest_mini": SymbolsMetadata(
popularity: 260,
codepoint: 0xe789,
categories: [10],
tags: [
3151,
1859,
1267,
1268,
7703,
462,
283,
254,
345,
288,
1746,
2537,
1878,
781,
1684,
1110,
1140,
1499,
3153,
1281,
259,
1301,
2044,
1707,
1143,
330,
1956,
1292,
1898,
3154,
1293,
1294,
65,
3155,
278
],
),
"nest_multi_room": SymbolsMetadata(
popularity: 319,
codepoint: 0xf8c2,
categories: [10],
tags: [
1268,
12443,
2125,
840,
4281,
254,
345,
7163,
2181,
781,
579,
1140,
1499,
4131,
406,
12444,
12445,
12446,
1707,
1143,
267,
408,
12447,
1780,
7183,
1898,
12448,
411,
5906,
1093,
2070,
278,
1155
],
),
"nest_protect": SymbolsMetadata(
popularity: 19,
codepoint: 0xe68e,
categories: [10],
tags: [
1359,
1360,
1859,
7099,
12422,
288,
2427,
5180,
7095,
2497,
2538,
1684,
1110,
1140,
1499,
7151,
7152,
4258,
1143,
12449,
267,
1573,
1574,
1503,
12450,
705,
1036,
12415,
64,
1897,
1898,
12451,
7096,
1093,
65,
206
],
),
"nest_remote": SymbolsMetadata(
popularity: 398,
codepoint: 0xf129,
categories: [10],
tags: [
12452,
1100,
12453,
193,
12454,
6409,
288,
12455,
1105,
1878,
781,
1684,
12456,
382,
1110,
3339,
10074,
406,
12457,
325,
1143,
12458,
6693,
4777,
7165,
2536,
12459,
12460,
12461,
412,
12462,
2031,
12463,
3477
],
),
"nest_remote_comfort_sensor": SymbolsMetadata(
popularity: 1006,
codepoint: 0xf12a,
categories: [10],
tags: [
2125,
929,
840,
1877,
12422,
284,
345,
845,
81,
288,
1844,
3870,
1684,
1848,
1499,
51,
68,
259,
7151,
7152,
17,
4258,
1143,
267,
2890,
4777,
1947,
1737,
64,
652,
273,
1897,
1898,
65,
858,
2893,
277,
278
],
),
"nest_secure_alarm": SymbolsMetadata(
popularity: 299,
codepoint: 0xf12b,
categories: [10],
tags: [
1359,
1360,
193,
1159,
5442,
12422,
288,
1746,
3173,
5108,
7151,
7152,
9102,
814,
647,
1143,
12464,
616,
492,
289,
3187,
1574,
705,
1774,
1036,
2813,
64,
1339,
1897,
1898,
12465,
65,
1171
],
),
"nest_sunblock": SymbolsMetadata(
popularity: 141,
codepoint: 0xf8c3,
categories: [10],
tags: [
481,
12466,
840,
5442,
288,
12467,
2888,
3027,
1140,
3173,
12468,
1143,
4040,
3051,
1574,
4748,
64,
1897,
1898,
4750,
12469,
2371,
1598,
12470,
4229,
858,
2070,
12471,
12472,
859,
10050
],
),
"nest_tag": SymbolsMetadata(
popularity: 155,
codepoint: 0xf12c,
categories: [10],
tags: [
1513,
1131,
9140,
1133,
374,
312,
288,
313,
1542,
317,
12473,
1544,
1684,
1110,
2004,
52,
3296,
323,
12474,
324,
174,
325,
1143,
326,
1535,
327,
328,
1167,
329,
1574,
1036,
5115,
182,
1095,
1155
],
),
"nest_thermostat": SymbolsMetadata(
popularity: 94,
codepoint: 0xe68f,
categories: [10],
tags: [
12475,
1739,
1859,
7153,
193,
840,
1877,
345,
845,
288,
1400,
3683,
1844,
7154,
12476,
3870,
1110,
1848,
1140,
3173,
1499,
1849,
1882,
5869,
1143,
762,
71,
1898,
12451,
1093,
65,
858,
5872,
12477,
12478,
2070,
12479,
859
],
),
"nest_thermostat_e_eu": SymbolsMetadata(
popularity: 132,
codepoint: 0xf12d,
categories: [10],
tags: [
292,
1859,
7153,
193,
462,
5255,
1745,
845,
288,
1400,
8,
7690,
12480,
8163,
3870,
1684,
1110,
1848,
3173,
1143,
762,
71,
1898,
65,
858,
2070
],
),
"nest_thermostat_gen_3": SymbolsMetadata(
popularity: 276,
codepoint: 0xf12e,
categories: [10],
tags: [
75,
836,
2212,
838,
2125,
193,
840,
1877,
345,
845,
288,
1400,
8,
1844,
2538,
12438,
8077,
1684,
1110,
1848,
3173,
1849,
1344,
1143,
330,
410,
71,
1898,
65,
858,
2070,
12481
],
),
"nest_thermostat_sensor": SymbolsMetadata(
popularity: 148,
codepoint: 0xf12f,
categories: [10],
tags: [
12475,
837,
6772,
2125,
840,
1877,
345,
845,
288,
1164,
1844,
7154,
3870,
1684,
137,
1110,
1848,
1140,
1849,
138,
51,
1344,
3473,
630,
1143,
1947,
64,
1898,
31,
858,
2070,
141,
1854
],
),
"nest_thermostat_sensor_eu": SymbolsMetadata(
popularity: 138,
codepoint: 0xf130,
categories: [10],
tags: [
292,
1859,
2125,
462,
840,
1877,
254,
345,
845,
288,
44,
8,
1878,
12480,
1684,
1110,
1848,
1140,
1849,
1882,
7151,
7152,
17,
1143,
2890,
1035,
64,
1897,
1898,
858,
2070,
12482
],
),
"nest_thermostat_zirconium_eu": SymbolsMetadata(
popularity: 170,
codepoint: 0xf131,
categories: [10],
tags: [
292,
838,
1859,
2125,
7153,
193,
840,
1877,
345,
845,
288,
1844,
12480,
2538,
1684,
1110,
1848,
1140,
1849,
7151,
7152,
4258,
1143,
1752,
7165,
5871,
2536,
64,
71,
1898,
65,
858,
2070,
859
],
),
"nest_true_radiant": SymbolsMetadata(
popularity: 164,
codepoint: 0xf8c4,
categories: [10],
tags: [
2125,
929,
840,
1877,
345,
81,
3479,
3683,
1844,
3027,
1848,
1140,
1499,
1849,
68,
17,
1143,
12483,
2890,
1503,
71,
1898,
291,
1093,
65,
858,
2070,
2680,
12484,
3035
],
),
"nest_wake_on_approach": SymbolsMetadata(
popularity: 120,
codepoint: 0xf8c5,
categories: [10],
tags: [
12485,
2513,
1360,
12486,
1131,
2125,
840,
9105,
5487,
1140,
4258,
353,
1143,
616,
12487,
12488,
8642,
6277,
7093,
1148,
5491,
1036,
64,
273,
1897,
1898,
5115,
2070,
6414,
2133,
1855,
1155
],
),
"nest_wake_on_press": SymbolsMetadata(
popularity: 122,
codepoint: 0xf8c6,
categories: [10],
tags: [
861,
748,
4324,
504,
193,
840,
12489,
685,
345,
288,
1746,
4326,
216,
1140,
1612,
1344,
1143,
12490,
1061,
355,
3687,
1120,
1483,
151,
1898,
1792,
2070,
97,
1793,
2133,
12491
],
),
"nest_wifi_point": SymbolsMetadata(
popularity: 160,
codepoint: 0xe83f,
categories: [10],
tags: [
7523,
685,
1074,
284,
254,
285,
81,
288,
5224,
1684,
12409,
1110,
1140,
12492,
3153,
51,
259,
9865,
651,
1143,
9866,
12493,
267,
328,
12494,
12495,
2067,
652,
1780,
273,
1898,
291,
65,
1900,
12496,
277,
278
],
),
"nest_wifi_pro": SymbolsMetadata(
popularity: 19,
codepoint: 0xf56b,
categories: [10],
tags: [
7523,
251,
283,
685,
284,
254,
81,
288,
1878,
715,
1684,
1110,
1140,
259,
12497,
262,
647,
1143,
267,
12498,
1653,
2067,
1737,
652,
1780,
273,
1898,
65,
1945,
277,
278
],
),
"nest_wifi_pro_2": SymbolsMetadata(
popularity: 23,
codepoint: 0xf56a,
categories: [10],
tags: [
861,
731,
251,
283,
284,
254,
285,
81,
288,
44,
1684,
1110,
1140,
259,
12499,
1314,
12497,
262,
1143,
267,
328,
2056,
2067,
1737,
652,
273,
1292,
65,
526,
1855,
277,
278
],
),
"nest_wifi_router": SymbolsMetadata(
popularity: 221,
codepoint: 0xe841,
categories: [10],
tags: [
1859,
731,
1272,
2515,
284,
254,
81,
288,
320,
1684,
1110,
1140,
259,
12500,
1143,
267,
492,
3577,
4782,
2067,
652,
273,
1898,
331,
65,
97,
1856,
277,
278
],
),
"network_cell": SymbolsMetadata(
popularity: 573,
codepoint: 0xe1b9,
categories: [4],
tags: [
517,
1250,
251,
1272,
284,
254,
81,
12501,
12502,
51,
259,
792,
262,
267,
271,
12503,
272,
273,
275,
2463,
291,
12504,
649,
524,
276,
12505,
1691,
277,
278
],
),
"network_check": SymbolsMetadata(
popularity: 1100,
codepoint: 0xe640,
categories: [4],
tags: [
1661,
2689,
1073,
1074,
284,
12506,
254,
81,
4032,
259,
12507,
5225,
1166,
3473,
267,
269,
12508,
1666,
273,
12509,
290,
275,
291,
1669,
2681,
12510,
1576,
277,
278,
4287
],
),
"network_intel_node": SymbolsMetadata(
popularity: 307,
codepoint: 0xf371,
categories: [7],
tags: [
480,
1360,
1071,
6027,
373,
12511,
1073,
1074,
284,
254,
81,
256,
12512,
12513,
375,
44,
1077,
3153,
1081,
12514,
12515,
2468,
259,
1314,
12516,
267,
12517,
12518,
12519,
12520,
3424,
1088,
851,
273,
1292,
955,
31,
1093,
65,
277
],
),
"network_intelligence": SymbolsMetadata(
popularity: 2116,
codepoint: 0xefac,
categories: [7],
tags: [
1360,
1422,
1496,
6027,
12511,
283,
1310,
1074,
284,
81,
375,
44,
1077,
319,
1078,
382,
68,
1622,
6792,
2468,
259,
4773,
5478,
1085,
267,
1088,
1092,
273,
1292,
955,
1093,
65,
514,
333,
277,
334
],
),
"network_intelligence_history": SymbolsMetadata(
popularity: 65,
codepoint: 0xf5f6,
categories: [7],
tags: [
12521,
480,
1360,
1422,
1071,
4607,
6027,
373,
4801,
12511,
1159,
284,
81,
1160,
375,
4803,
1077,
1078,
2077,
68,
2468,
259,
87,
4805,
267,
3424,
2800,
1625,
2594,
4807,
453,
1168,
94,
273,
1292,
1093,
65,
1171,
2465,
4140,
476,
277
],
),
"network_intelligence_update": SymbolsMetadata(
popularity: 49,
codepoint: 0xf5f5,
categories: [7],
tags: [
1360,
1071,
77,
502,
4607,
6027,
193,
12511,
283,
284,
12522,
81,
44,
2819,
520,
68,
1698,
2468,
259,
756,
267,
758,
759,
12523,
760,
761,
1036,
2726,
273,
1292,
509,
12524,
291,
764,
1093,
65,
526,
2453,
277,
278
],
),
"network_locked": SymbolsMetadata(
popularity: 239,
codepoint: 0xe61a,
categories: [4],
tags: [
861,
1360,
3998,
251,
1522,
284,
81,
12525,
3263,
2720,
259,
1952,
1778,
1056,
262,
267,
5229,
12526,
10042,
7420,
1060,
1034,
1063,
2618,
3187,
1574,
1065,
1066,
705,
1774,
12527,
1036,
652,
273,
291,
1068,
206,
12528,
277,
12529,
278
],
),
"network_manage": SymbolsMetadata(
popularity: 42,
codepoint: 0xf7ab,
categories: [7],
tags: [
861,
1757,
501,
517,
731,
1250,
1743,
283,
685,
284,
1075,
254,
345,
81,
145,
1777,
293,
68,
259,
1083,
1314,
2078,
262,
267,
70,
2676,
1779,
920,
271,
921,
652,
71,
1780,
273,
291,
1093,
2059,
1855,
12528,
277,
278
],
),
"network_node": SymbolsMetadata(
popularity: 381,
codepoint: 0xf56e,
categories: [9],
tags: [
1071,
373,
283,
12530,
1073,
284,
81,
6823,
375,
44,
1077,
1078,
3153,
1081,
1622,
259,
1314,
491,
267,
585,
3424,
1088,
586,
328,
10480,
2067,
2726,
955,
1093,
65,
526,
333,
277,
12531
],
),
"network_ping": SymbolsMetadata(
popularity: 292,
codepoint: 0xebca,
categories: [4],
tags: [
1360,
4780,
3998,
517,
251,
283,
284,
81,
7689,
7767,
2225,
51,
259,
4771,
12532,
262,
267,
12533,
269,
648,
4139,
63,
2066,
272,
652,
273,
275,
291,
649,
65,
1318,
2280,
1856,
277,
278
],
),
"network_wifi": SymbolsMetadata(
popularity: 710,
codepoint: 0xe1ba,
categories: [4],
tags: [
861,
4780,
12534,
3998,
517,
731,
1250,
251,
283,
519,
284,
254,
4188,
81,
288,
12535,
51,
259,
9864,
262,
267,
1060,
523,
271,
12536,
12537,
2056,
273,
275,
291,
649,
65,
1856,
277,
278
],
),
"network_wifi_1_bar": SymbolsMetadata(
popularity: 489,
codepoint: 0xebe4,
categories: [4],
tags: [
7523,
4780,
1423,
1250,
251,
283,
8645,
284,
254,
12538,
81,
259,
12539,
260,
7794,
12540,
12541,
262,
267,
269,
3871,
271,
2066,
273,
12542,
12543,
275,
649,
2059,
7800,
277,
12544,
12545,
278,
650
],
),
"network_wifi_1_bar_locked": SymbolsMetadata(
popularity: 9,
codepoint: 0xf58f,
categories: [4],
tags: [
861,
12534,
1423,
1250,
251,
283,
1310,
284,
2054,
81,
51,
259,
792,
1952,
1778,
1056,
7794,
262,
267,
3871,
5949,
5319,
271,
1034,
1063,
1574,
2368,
705,
1774,
1036,
273,
275,
291,
649,
65,
1856,
7800,
277,
278
],
),
"network_wifi_2_bar": SymbolsMetadata(
popularity: 490,
codepoint: 0xebd6,
categories: [4],
tags: [
7523,
4780,
1659,
517,
731,
1250,
251,
283,
284,
254,
81,
12546,
259,
12547,
262,
267,
12548,
271,
2066,
2298,
273,
275,
649,
65,
4778,
3882,
1855,
7800,
277,
278,
12531
],
),
"network_wifi_2_bar_locked": SymbolsMetadata(
popularity: 13,
codepoint: 0xf58e,
categories: [4],
tags: [
861,
4780,
1659,
12534,
517,
1250,
251,
283,
284,
254,
81,
51,
259,
1952,
1778,
1056,
262,
267,
5319,
271,
1034,
1063,
1574,
2066,
1065,
705,
1774,
12527,
1036,
273,
275,
291,
649,
65,
3882,
1856,
277,
278,
650
],
),
"network_wifi_3_bar": SymbolsMetadata(
popularity: 771,
codepoint: 0xebe1,
categories: [4],
tags: [
861,
4780,
1659,
517,
1250,
251,
283,
1074,
284,
254,
5291,
81,
2276,
51,
68,
259,
792,
262,
651,
267,
523,
271,
2067,
273,
275,
291,
649,
31,
65,
2280,
1856,
277,
278
],
),
"network_wifi_3_bar_locked": SymbolsMetadata(
popularity: 23,
codepoint: 0xf58d,
categories: [4],
tags: [
861,
12534,
517,
1250,
251,
1074,
284,
254,
81,
8021,
12535,
259,
5225,
1778,
1056,
12549,
262,
267,
269,
5319,
271,
1034,
1063,
3187,
1574,
705,
1774,
12550,
12551,
1036,
273,
290,
275,
649,
524,
2280,
277,
278,
4287,
12552
],
),
"network_wifi_locked": SymbolsMetadata(
popularity: 14,
codepoint: 0xf532,
categories: [4],
tags: [
861,
12534,
517,
1250,
251,
284,
254,
81,
5948,
138,
259,
1112,
1778,
1056,
262,
267,
5949,
5319,
271,
1034,
1063,
3187,
1574,
1065,
705,
1774,
1036,
273,
275,
649,
31,
2280,
277,
278
],
),
"neurology": SymbolsMetadata(
popularity: 530,
codepoint: 0xe10e,
categories: [3],
tags: [
1422,
3546,
4165,
690,
6027,
12553,
2375,
4252,
2554,
1075,
1762,
977,
697,
892,
1764,
581,
8618,
2468,
4174,
3099,
894,
2799,
5719,
6029,
12554,
12555,
12556,
9762,
6030,
4178,
4179,
9764,
4852
],
),
"new_label": SymbolsMetadata(
popularity: 1162,
codepoint: 0xe609,
categories: [6],
tags: [
231,
745,
1674,
281,
1178,
1694,
1195,
9257,
1325,
7030,
145,
12063,
1164,
3196,
3498,
1139,
2004,
68,
1376,
52,
1345,
174,
887,
12557,
239,
2652,
1653,
1184,
3380,
2890,
4104,
3505,
6725,
1539,
898,
2779,
31,
182,
12558
],
),
"new_window": SymbolsMetadata(
popularity: 174,
codepoint: 0xf710,
categories: [2],
tags: [
231,
748,
745,
77,
482,
12559,
1325,
1695,
12560,
313,
8,
914,
2998,
348,
1344,
2958,
1314,
2344,
325,
887,
12561,
2961,
2962,
2927,
12562,
3000,
2963,
239,
12563,
2966,
410,
1128,
433,
4479,
396
],
),
"news": SymbolsMetadata(
popularity: 331,
codepoint: 0xe032,
categories: [12],
tags: [
2442,
12564,
3067,
283,
4695,
81,
1580,
1430,
1678,
1727,
147,
1681,
1682,
4697,
68,
3059,
4427,
4438,
1470,
3069,
406,
2458,
12565,
3070,
12566,
1585,
1586,
1587,
1120,
3071,
2890,
4433,
2459,
1428,
1588,
4519,
3398,
33,
2453,
1485
],
rtlAutoMirrored: true,
),
"newsmode": SymbolsMetadata(
popularity: 374,
codepoint: 0xefad,
categories: [12],
tags: [
2442,
930,
628,
1430,
1727,
138,
68,
3069,
406,
642,
2458,
3070,
1586,
1587,
3071,
2890,
432,
392,
433,
3398,
31,
33,
3357
],
rtlAutoMirrored: true,
),
"newspaper": SymbolsMetadata(
popularity: 5141,
codepoint: 0xeb81,
categories: [12],
tags: [
2442,
3390,
283,
4695,
5014,
81,
1580,
1430,
1678,
147,
1681,
1682,
4697,
68,
12567,
1470,
3069,
406,
2458,
3070,
1585,
1586,
3397,
1587,
1120,
1735,
3071,
2890,
432,
1428,
1588,
4519,
433,
33,
2453,
1485
],
),
"newsstand": SymbolsMetadata(
popularity: 112,
codepoint: 0xe9c4,
categories: [15],
tags: [
1674,
2442,
3391,
4794,
1197,
934,
628,
8,
68,
10799,
1345,
3394,
323,
3069,
12568,
406,
12569,
2458,
3070,
12570,
12571,
12572,
327,
1735,
11197,
12573,
1654,
2890,
1393,
6725,
12574,
1394,
1395,
1712,
4153,
1396,
12575
],
),
"next_plan": SymbolsMetadata(
popularity: 1194,
codepoint: 0xef5d,
categories: [7],
tags: [
3091,
77,
2783,
569,
2073,
193,
313,
1430,
4510,
147,
903,
489,
1029,
1750,
905,
1585,
1391,
586,
1586,
1667,
3488,
759,
1516,
906,
1700,
1168,
1588,
1517,
33,
1518
],
rtlAutoMirrored: true,
),
"next_week": SymbolsMetadata(
popularity: 524,
codepoint: 0xe16a,
categories: [9],
tags: [
3091,
2072,
77,
3641,
2034,
482,
1514,
569,
504,
2073,
4871,
345,
1160,
2075,
1162,
10,
903,
489,
916,
138,
1470,
325,
905,
92,
3488,
432,
1370,
1168,
433,
4486,
31,
1171,
5021
],
rtlAutoMirrored: true,
),
"nfc": SymbolsMetadata(
popularity: 549,
codepoint: 0xe1bb,
categories: [4],
tags: [
861,
504,
283,
1073,
6276,
81,
288,
1164,
1820,
137,
138,
1612,
2482,
262,
7374,
6308,
267,
6309,
355,
951,
271,
2056,
151,
1528,
273,
31,
1792,
65,
526,
4778,
1856,
278
],
),
"nfc_off": SymbolsMetadata(
popularity: 6,
codepoint: 0xf369,
categories: [4],
tags: [
4780,
1659,
1051,
193,
283,
254,
6838,
81,
2953,
868,
2719,
1055,
1820,
1213,
87,
262,
7374,
6308,
6309,
3271,
1059,
1060,
1061,
4276,
951,
4246,
71,
392,
2030,
273,
1067,
65,
526,
1068,
1856,
278
],
),
"night_shelter": SymbolsMetadata(
popularity: 889,
codepoint: 0xf1f1,
categories: [16],
tags: [
5456,
1495,
1496,
865,
1904,
929,
12576,
1498,
2427,
2556,
2789,
10405,
871,
1140,
12577,
4052,
2739,
1499,
2557,
4055,
4059,
327,
1574,
2559,
12578,
1502,
1503,
4892,
705,
1504,
1920,
1936,
3739,
955,
880,
10411
],
),
"night_sight_auto": SymbolsMetadata(
popularity: 358,
codepoint: 0xf1d7,
categories: [1],
tags: [
1174,
4075,
2425,
3349,
504,
40,
4077,
345,
4095,
4083,
4084,
216,
137,
384,
12579,
4742,
642,
4089,
4059,
355,
57,
59,
151,
8393,
1994,
823,
3366,
31,
1407
],
),
"night_sight_auto_off": SymbolsMetadata(
popularity: 150,
codepoint: 0xf1f9,
categories: [1],
tags: [
1174,
2425,
12580,
3349,
12581,
40,
4095,
4083,
1162,
868,
1055,
216,
1222,
51,
87,
4089,
4059,
12582,
12583,
1059,
1061,
57,
59,
151,
8393,
1067,
857,
3366,
291,
2404,
413,
907
],
),
"night_sight_max": SymbolsMetadata(
popularity: 25,
codepoint: 0xf6c3,
categories: [11],
tags: [
231,
745,
4075,
2425,
3349,
3620,
40,
840,
4081,
4095,
4083,
4226,
2126,
1055,
4084,
2888,
3458,
3626,
4756,
4089,
2082,
887,
4059,
12584,
57,
59,
62,
239,
12585,
151,
823,
857,
1598,
31,
858,
859
],
),
"nightlife": SymbolsMetadata(
popularity: 1217,
codepoint: 0xea62,
categories: [16],
tags: [
2513,
11311,
1423,
11349,
4859,
1759,
5680,
11312,
5355,
11313,
8638,
12586,
4206,
12587,
781,
4084,
10,
2356,
3295,
5782,
1109,
11352,
1959,
11314,
1912,
1707,
4059,
11315,
1480,
587,
11316,
3299,
593,
4692,
11319
],
),
"nightlight": SymbolsMetadata(
popularity: 1775,
codepoint: 0xf03d,
categories: [4],
tags: [
4075,
4048,
3621,
4077,
193,
4095,
4083,
8,
4243,
3499,
137,
138,
3626,
642,
4089,
4059,
12588,
330,
151,
392,
1994,
1920,
857,
3366,
31,
4740,
413,
396
],
),
"nights_stay": SymbolsMetadata(
popularity: 1128,
codepoint: 0xea46,
categories: [15],
tags: [
1495,
4048,
1924,
840,
1676,
3832,
4095,
4082,
4083,
4226,
4096,
4084,
4506,
1958,
12589,
2739,
4055,
4507,
4087,
642,
4089,
4059,
12590,
12591,
12592,
12593,
4743,
1928,
1918,
5187,
1304,
2102,
1994,
1920,
3739,
1171,
332,
1921,
1961,
859
],
),
"no_accounts": SymbolsMetadata(
popularity: 1411,
codepoint: 0xf03e,
categories: [6],
tags: [
861,
2601,
565,
973,
5218,
566,
12594,
1051,
6312,
193,
5921,
868,
811,
1055,
3768,
577,
1213,
581,
978,
5165,
87,
980,
4789,
3271,
12595,
6510,
1059,
1060,
1061,
588,
589,
590,
3459,
8663,
1065,
1067,
989,
7476,
1068,
12596,
3945,
601,
3688
],
),
"no_adult_content": SymbolsMetadata(
popularity: 480,
codepoint: 0xf8fe,
categories: [3],
tags: [
5315,
188,
189,
481,
12597,
12598,
7838,
198,
83,
1213,
12599,
550,
8297,
200,
6809,
12600,
202,
2616,
1034,
1063,
1574,
203,
1065,
705,
1774,
205,
206
],
),
"no_backpack": SymbolsMetadata(
popularity: 189,
codepoint: 0xf237,
categories: [15],
tags: [
2601,
2541,
1360,
3640,
3641,
3642,
691,
193,
5921,
1162,
7838,
3768,
1213,
3650,
87,
2043,
3271,
7420,
6248,
7426,
3652,
4246,
2368,
3653,
1067,
1226,
332,
1068,
206
],
),
"no_crash": SymbolsMetadata(
popularity: 997,
codepoint: 0xebf0,
categories: [14],
tags: [
3401,
1360,
2425,
1810,
4242,
2816,
1051,
1812,
1813,
691,
1661,
5243,
2669,
2323,
5244,
3680,
1365,
1211,
313,
7838,
1664,
12601,
1106,
2720,
8600,
2721,
1213,
550,
1534,
1166,
3271,
12602,
12603,
1666,
2674,
5822,
4246,
12604,
6465,
5040,
1065,
9252,
3189,
1036,
362,
1226,
12605,
1669,
1629,
1836,
206,
1672
],
),
"no_drinks": SymbolsMetadata(
popularity: 275,
codepoint: 0xf1a5,
categories: [16],
tags: [
11311,
12606,
1360,
1423,
4859,
12607,
1759,
193,
11313,
6011,
1162,
4206,
12587,
10,
2356,
6023,
1213,
1109,
4175,
11314,
3271,
12608,
12609,
6248,
327,
4246,
2618,
1752,
1537,
1065,
2368,
703,
898,
1067,
31,
206,
11319
],
),
"no_encryption": SymbolsMetadata(
popularity: 524,
codepoint: 0xe641,
categories: [13],
tags: [
1360,
1051,
1208,
12610,
12611,
868,
1055,
5948,
2720,
1213,
12612,
6806,
1778,
6808,
3271,
12613,
6248,
1059,
1061,
8049,
5949,
5319,
1034,
1063,
1574,
1224,
705,
1036,
12614,
1067,
1226,
12615,
5321,
5322,
10874,
8056,
11492,
8057,
206
],
),
"no_flash": SymbolsMetadata(
popularity: 182,
codepoint: 0xf1a6,
categories: [1],
tags: [
1360,
1051,
3934,
40,
120,
1299,
5921,
1162,
868,
3682,
1055,
3683,
2720,
4392,
8996,
8997,
1213,
49,
3935,
3626,
8999,
3936,
3967,
4272,
3271,
9002,
12616,
616,
1059,
1061,
57,
110,
59,
62,
4246,
2368,
1067,
3937,
1691,
1068,
206
],
),
"no_food": SymbolsMetadata(
popularity: 428,
codepoint: 0xf1a7,
categories: [16],
tags: [
1360,
2352,
1051,
691,
193,
2354,
3700,
868,
4206,
12617,
1055,
5938,
8545,
2356,
12618,
1213,
12619,
2943,
138,
4212,
6834,
3703,
3271,
12620,
2615,
6248,
1059,
7426,
1061,
4246,
1537,
1065,
2368,
1067,
3709,
31,
1068,
12621,
206
],
),
"no_luggage": SymbolsMetadata(
popularity: 181,
codepoint: 0xf23b,
categories: [16],
tags: [
2601,
1973,
1360,
3641,
2034,
12622,
1233,
482,
3645,
1648,
691,
193,
1162,
868,
1055,
5938,
1213,
4633,
2043,
3271,
12623,
6248,
1059,
1061,
5363,
4246,
1065,
2368,
898,
1067,
4486,
31,
332,
12624,
206,
2051
],
),
"no_meals": SymbolsMetadata(
popularity: 325,
codepoint: 0xf1d6,
categories: [5],
tags: [
1233,
3696,
193,
1299,
2354,
3700,
868,
3701,
4829,
1055,
5938,
2356,
1213,
2992,
4212,
4830,
87,
3703,
6477,
3271,
1057,
12625,
12620,
12626,
6248,
1059,
1061,
4246,
1537,
1065,
2368,
1067,
4835,
12627,
1068,
4836
],
),
"no_meeting_room": SymbolsMetadata(
popularity: 292,
codepoint: 0xeb4e,
categories: [9],
tags: [
1924,
929,
2073,
12628,
1299,
868,
4932,
7514,
1055,
7516,
10,
4051,
381,
1140,
1499,
2741,
323,
5098,
11807,
3271,
5952,
1059,
1391,
1061,
2927,
289,
327,
2558,
4246,
432,
1928,
1065,
1947,
1168,
1067,
433,
1068,
12629,
12630
],
),
"no_photography": SymbolsMetadata(
popularity: 846,
codepoint: 0xf1a8,
categories: [1],
tags: [
2601,
1051,
40,
42,
193,
1299,
1162,
868,
7838,
12631,
1055,
12632,
1213,
49,
53,
406,
439,
3271,
12633,
12634,
12635,
6248,
1059,
1061,
57,
59,
12636,
62,
1063,
2618,
453,
12637,
1065,
1347,
1067,
5136
],
),
"no_sim": SymbolsMetadata(
popularity: 211,
codepoint: 0xe0cc,
categories: [11],
tags: [
807,
1360,
1423,
517,
40,
930,
251,
4918,
283,
284,
1235,
288,
1162,
7867,
811,
2720,
1327,
87,
1470,
2799,
4789,
262,
267,
3271,
12638,
6317,
12639,
12640,
271,
273,
9868,
12641,
1067,
3215,
1690,
1691,
1068,
206
],
),
"no_sound": SymbolsMetadata(
popularity: 122,
codepoint: 0xe710,
categories: [0],
tags: [
12642,
1360,
1268,
11752,
10156,
345,
6838,
1162,
2090,
12643,
2720,
87,
352,
1707,
1302,
11882,
2098,
616,
1059,
2100,
151,
1304,
2102,
1067,
1293,
2103,
1294,
11765,
291,
31,
1691,
2031,
12644,
12324,
1855
],
rtlAutoMirrored: true,
),
"no_stroller": SymbolsMetadata(
popularity: 126,
codepoint: 0xf1af,
categories: [16],
tags: [
2601,
1131,
3524,
12645,
12594,
3137,
5737,
691,
993,
997,
193,
1162,
868,
1055,
3833,
1213,
3530,
12646,
1006,
6834,
3534,
3271,
12647,
12648,
6248,
1059,
1061,
4073,
12649,
12650,
4246,
8515,
1752,
1065,
703,
1151,
3162,
1067,
5744,
31,
3542,
206,
1023,
1155
],
),
"no_transfer": SymbolsMetadata(
popularity: 205,
codepoint: 0xf1d5,
categories: [14],
tags: [
1360,
1810,
2035,
6312,
1812,
1813,
193,
6838,
11931,
1162,
313,
868,
1055,
2720,
4787,
1213,
137,
2480,
138,
1534,
3271,
12651,
12652,
12653,
6248,
1059,
1061,
10064,
2594,
2618,
2046,
1065,
1067,
291,
2619,
31,
526,
12654,
12655,
1629,
1836,
206
],
),
"noise_aware": SymbolsMetadata(
popularity: 351,
codepoint: 0xebec,
categories: [4],
tags: [
861,
862,
10196,
1360,
6772,
1659,
1268,
10545,
7050,
193,
5487,
1844,
351,
1279,
51,
792,
4529,
226,
3473,
4258,
1707,
1286,
1480,
616,
11516,
4764,
64,
71,
273,
12656,
1293,
2060,
554,
1855
],
),
"noise_control_off": SymbolsMetadata(
popularity: 464,
codepoint: 0xebf3,
categories: [4],
tags: [
12657,
1268,
10156,
10545,
1051,
1208,
7050,
193,
8018,
7299,
345,
1299,
868,
1055,
1470,
1707,
1302,
1286,
12658,
12659,
12660,
2017,
2018,
1480,
1059,
1060,
1061,
12661,
12662,
1067,
5939,
1293,
2103,
12663,
1856
],
),
"noise_control_on": SymbolsMetadata(
popularity: 165,
codepoint: 0xf8a8,
categories: [4],
tags: [
10196,
1268,
3383,
8103,
10545,
481,
1208,
7050,
345,
1299,
2090,
868,
1055,
1707,
1302,
11882,
2098,
1286,
12664,
12665,
1480,
1059,
1061,
523,
7966,
2100,
1304,
2102,
1067,
1293,
11762,
3386,
2103,
1294,
9627,
1226,
12666,
12667,
554,
12668
],
),
"nordic_walking": SymbolsMetadata(
popularity: 443,
codepoint: 0xe50e,
categories: [15],
tags: [
749,
2513,
7323,
7540,
690,
781,
46,
11,
225,
2887,
697,
5158,
3648,
7542,
581,
468,
1826,
12669,
12670,
3651,
7332,
588,
589,
12671,
3299,
888,
593,
3519,
12672,
4808,
332,
10315,
12673,
3149,
3798,
12674,
3492,
3521
],
),
"north": SymbolsMetadata(
popularity: 1757,
codepoint: 0xf1e0,
categories: [5],
tags: [
77,
6242,
309,
312,
313,
12675,
2273,
12676,
12677,
2821,
12678,
9390,
1623,
323,
6208,
324,
1534,
1624,
325,
6210,
507,
12679,
328,
1167,
5082,
898,
1263,
332,
6211,
1702,
12680
],
),
"north_east": SymbolsMetadata(
popularity: 2977,
codepoint: 0xf1e1,
categories: [5],
tags: [
77,
2817,
2953,
313,
12675,
2981,
1679,
2998,
2956,
2957,
259,
1314,
12681,
323,
324,
1534,
1750,
1624,
325,
2961,
12682,
12683,
2927,
2964,
1625,
328,
2966,
906,
9559,
1702,
1530,
12684,
1186,
1187
],
),
"north_west": SymbolsMetadata(
popularity: 630,
codepoint: 0xf1e2,
categories: [5],
tags: [
500,
77,
1332,
2817,
2953,
313,
2273,
51,
2197,
87,
2326,
1534,
1750,
325,
6210,
5232,
328,
1167,
329,
6214,
1339,
4766,
1263,
1702,
2997
],
),
"not_accessible": SymbolsMetadata(
popularity: 397,
codepoint: 0xf0fe,
categories: [3],
tags: [
2601,
862,
863,
1360,
1051,
690,
193,
4238,
5921,
1162,
2720,
225,
1213,
870,
871,
581,
10264,
6834,
1056,
6809,
7420,
12685,
7426,
289,
589,
1034,
1063,
2618,
1065,
2368,
1036,
888,
1067,
3769,
1068,
601,
206,
882
],
),
"not_accessible_forward": SymbolsMetadata(
popularity: 44,
codepoint: 0xf54a,
categories: [3],
tags: [
862,
863,
1360,
77,
1233,
1051,
690,
345,
5921,
313,
867,
868,
1055,
2720,
225,
1213,
903,
870,
871,
581,
10264,
6834,
468,
325,
1057,
6809,
12685,
12686,
1059,
7426,
1060,
1061,
588,
589,
1065,
2368,
1067,
1226,
31,
601,
206,
882
],
),
"not_listed_location": SymbolsMetadata(
popularity: 1337,
codepoint: 0xe575,
categories: [5],
tags: [
3940,
1513,
6300,
865,
135,
312,
313,
1541,
317,
1543,
321,
2821,
871,
293,
68,
3941,
12687,
323,
324,
1534,
174,
4789,
325,
7420,
4791,
326,
327,
328,
329,
3942,
2333,
3943,
3944,
1126,
1540,
1226,
880,
31,
1068,
3945,
12688,
12689
],
rtlAutoMirrored: true,
),
"not_started": SymbolsMetadata(
popularity: 1092,
codepoint: 0xf0d1,
categories: [0],
tags: [
4765,
2194,
193,
462,
811,
904,
3112,
6508,
406,
7420,
12690,
819,
289,
1223,
2594,
2509,
1090,
759,
762,
330,
392,
2130,
12691,
291,
37,
3688
],
),
"note_add": SymbolsMetadata(
popularity: 4806,
codepoint: 0xe89c,
categories: [12],
tags: [
231,
745,
3103,
12692,
1325,
7825,
81,
1580,
1430,
12693,
1678,
1431,
147,
1681,
1682,
488,
12694,
1327,
88,
1583,
583,
887,
3250,
12695,
1480,
1584,
1586,
1587,
239,
12696,
12697,
1588,
4519,
31,
33,
3101,
1485
],
rtlAutoMirrored: true,
),
"note_alt": SymbolsMetadata(
popularity: 2024,
codepoint: 0xf040,
categories: [12],
tags: [
2388,
2442,
3093,
1578,
628,
1725,
1325,
6327,
1162,
1430,
4510,
1252,
2155,
147,
87,
1166,
1583,
583,
1641,
1480,
1586,
1587,
5590,
4516,
2626,
453,
432,
433,
33,
1590,
1485
],
),
"note_stack": SymbolsMetadata(
popularity: 293,
codepoint: 0xf562,
categories: [12],
tags: [
3091,
1674,
1694,
1197,
628,
81,
1580,
1430,
2143,
1678,
147,
1680,
1681,
1682,
488,
68,
86,
88,
1583,
583,
237,
2457,
1480,
1585,
91,
92,
1586,
3397,
1587,
4797,
239,
453,
1370,
1428,
1588,
4519,
1712,
2463,
31,
3752,
33,
1485
],
),
"note_stack_add": SymbolsMetadata(
popularity: 233,
codepoint: 0xf563,
categories: [12],
tags: [
231,
745,
1321,
1674,
1197,
1325,
81,
1580,
1430,
2143,
1678,
1431,
147,
1681,
1682,
488,
68,
1327,
1376,
88,
2078,
1583,
887,
1480,
1585,
92,
1586,
3397,
1587,
239,
453,
1428,
1588,
4519,
1712,
31,
1517,
1485
],
),
"notes": SymbolsMetadata(
popularity: 1962,
codepoint: 0xe26c,
categories: [12],
tags: [
745,
2442,
3092,
572,
628,
1325,
5016,
1580,
1430,
4510,
1252,
1431,
147,
3059,
1470,
88,
2078,
1583,
583,
1480,
1585,
1586,
1587,
2159,
453,
1370,
1428,
12698,
1588,
33,
1590,
1485,
12699
],
rtlAutoMirrored: true,
),
"notification_add": SymbolsMetadata(
popularity: 1511,
codepoint: 0xe399,
categories: [6],
tags: [
231,
749,
745,
232,
1359,
1360,
1362,
504,
2073,
570,
1363,
345,
1325,
2288,
10,
2982,
489,
138,
583,
887,
616,
1259,
1368,
239,
1370,
762,
1168,
392,
243,
1293,
1372,
2633,
31,
141,
1714,
2453
],
),
"notification_important": SymbolsMetadata(
popularity: 3710,
codepoint: 0xe004,
categories: [6],
tags: [
3109,
749,
1359,
1360,
1399,
1361,
1362,
691,
1363,
283,
3680,
1365,
2720,
1366,
138,
1367,
2291,
68,
1166,
583,
887,
616,
2111,
1259,
1368,
1370,
762,
1293,
291,
12700,
31,
1093,
12701,
907,
1407,
2453,
2437,
12702,
206
],
),
"notification_multiple": SymbolsMetadata(
popularity: 54,
codepoint: 0xe6c2,
categories: [7],
tags: [
1359,
12703,
2587,
1658,
1361,
281,
1362,
12704,
1661,
573,
283,
1430,
2288,
147,
1079,
1367,
51,
16,
2293,
4897,
583,
4928,
2457,
2458,
1480,
1585,
616,
10279,
2927,
3380,
1370,
5803,
362,
12705,
273,
1712,
2463,
291,
31,
1669,
4140,
1672
],
),
"notification_settings": SymbolsMetadata(
popularity: 22,
codepoint: 0xf367,
categories: [7],
tags: [
749,
1757,
1359,
1360,
501,
1362,
1743,
1363,
6404,
345,
1236,
145,
1777,
293,
68,
2078,
12706,
12707,
583,
1302,
616,
1259,
1368,
70,
920,
4014,
921,
1370,
5803,
762,
5804,
652,
71,
1780,
2121,
1293,
1372,
12708,
1093,
2453,
2060,
554
],
),
"notification_sound": SymbolsMetadata(
popularity: 52,
codepoint: 0xf353,
categories: [7],
tags: [
749,
1359,
1360,
5799,
1177,
1361,
2107,
1268,
1362,
731,
1363,
283,
12709,
1278,
68,
583,
2458,
1286,
616,
1259,
1368,
4260,
1370,
762,
5804,
273,
1293,
1294,
12710,
2437,
7788,
554,
1855
],
),
"notifications": SymbolsMetadata(
popularity: 35594,
codepoint: 0xe7f4,
categories: [7],
tags: [
749,
1359,
1360,
1177,
1673,
1362,
1363,
283,
345,
12709,
2982,
1278,
138,
2291,
1301,
2293,
583,
6510,
616,
1259,
1368,
289,
921,
1370,
762,
151,
392,
1293,
1372,
31,
1093,
413,
2597,
2453
],
),
"notifications_active": SymbolsMetadata(
popularity: 9164,
codepoint: 0xe7f7,
categories: [7],
tags: [
749,
1359,
1360,
1361,
1362,
731,
1363,
283,
1843,
1055,
12711,
2292,
51,
1282,
583,
887,
616,
1259,
1368,
11520,
1370,
762,
2113,
2114,
273,
1293,
291,
31,
907,
2453,
2437
],
),
"notifications_off": SymbolsMetadata(
popularity: 1895,
codepoint: 0xe7f6,
categories: [7],
tags: [
749,
1359,
2084,
1360,
12712,
1362,
2087,
1051,
3448,
1363,
12713,
2606,
868,
12714,
1055,
3378,
1302,
7406,
12715,
2098,
6510,
1259,
7408,
1368,
1059,
1060,
1061,
1223,
2100,
1370,
762,
1304,
2102,
1067,
1293,
2103,
5242,
1226,
10420,
8020
],
),
"notifications_paused": SymbolsMetadata(
popularity: 589,
codepoint: 0xe7f8,
categories: [7],
tags: [
749,
1359,
1360,
1361,
1362,
691,
1363,
1235,
2953,
1300,
868,
4244,
12716,
87,
1302,
1303,
616,
1259,
1368,
1059,
1223,
10064,
2100,
12717,
1370,
12718,
1304,
1067,
1920,
2121,
1293,
1226,
10420,
12719,
1691,
206,
12720,
4097
],
),
"notifications_unread": SymbolsMetadata(
popularity: 139,
codepoint: 0xf4fe,
categories: [7],
tags: [
749,
2513,
1359,
1360,
2587,
1361,
281,
1362,
1363,
193,
1746,
2292,
51,
174,
583,
4928,
887,
616,
1259,
1368,
21,
4139,
328,
1370,
5803,
762,
330,
273,
1293,
291,
2597,
4140
],
),
"numbers": SymbolsMetadata(
popularity: 760,
codepoint: 0xeac7,
categories: [12],
tags: [
749,
3743,
751,
504,
684,
193,
463,
345,
7,
1746,
811,
3499,
2276,
381,
1222,
3112,
51,
756,
174,
22,
1059,
355,
328,
12721,
330,
2702,
363,
392,
2491,
291,
31,
413,
5605
],
),
"nutrition": SymbolsMetadata(
popularity: 240,
codepoint: 0xe110,
categories: [3],
tags: [
9942,
3693,
11845,
12722,
4825,
2354,
12723,
3700,
4110,
9020,
3701,
2356,
2992,
9946,
697,
2358,
6653,
4830,
12724,
4111,
3703,
4831,
506,
12725,
4382,
12726,
2366,
1537,
11586,
12727,
12728,
12729,
3492
],
),
"ods": SymbolsMetadata(
popularity: 32,
codepoint: 0xe6e8,
categories: [7],
tags: [
1071,
2230,
9465,
3092,
81,
1105,
7592,
12730,
1684,
7600,
4633,
916,
1622,
86,
1470,
88,
12731,
506,
1750,
325,
5664,
12732,
4923,
70,
91,
92,
289,
4664,
2271,
1459,
4179,
95
],
),
"odt": SymbolsMetadata(
popularity: 15,
codepoint: 0xe6e9,
categories: [7],
tags: [
4918,
6673,
10551,
2572,
1430,
9337,
2445,
12733,
147,
2446,
2574,
12734,
12735,
12736,
12737,
12738,
12739,
1061,
12740,
12741,
1587,
5761,
65,
11260,
2176,
6680,
2239,
9341,
12742,
2203,
1485
],
),
"offline_bolt": SymbolsMetadata(
popularity: 1444,
codepoint: 0xe932,
categories: [6],
tags: [
1360,
3934,
193,
2719,
3682,
3921,
3683,
2720,
1165,
4392,
138,
51,
3935,
12743,
3936,
87,
1166,
12744,
7575,
6317,
5953,
1060,
7106,
3687,
392,
291,
31,
3937,
2935,
1068,
206,
4278
],
),
"offline_pin": SymbolsMetadata(
popularity: 864,
codepoint: 0xe90a,
categories: [6],
tags: [
1658,
7567,
3436,
1661,
1662,
193,
463,
312,
1664,
520,
12745,
3498,
6254,
323,
324,
4150,
1166,
5602,
174,
325,
1060,
12746,
12747,
12748,
1666,
326,
10872,
12749,
328,
329,
1539,
10371,
12750,
362,
9176,
1669,
2336,
1576,
1672
],
),
"offline_pin_off": SymbolsMetadata(
popularity: 8,
codepoint: 0xf4d0,
categories: [6],
tags: [
1658,
1661,
1662,
193,
463,
284,
868,
12751,
2719,
1664,
1055,
1532,
138,
87,
323,
324,
1166,
174,
267,
12752,
5952,
12753,
1059,
1060,
12754,
12755,
1666,
1061,
289,
326,
327,
328,
329,
8663,
362,
1067,
31,
1669,
1068,
12756,
2336,
1576,
1672
],
),
"offline_share": SymbolsMetadata(
popularity: 252,
codepoint: 0xe9c5,
categories: [11],
tags: [
1246,
1247,
77,
4274,
1250,
283,
1073,
284,
2817,
81,
288,
12757,
313,
2143,
1696,
1680,
1110,
1253,
138,
12758,
1082,
1314,
6254,
262,
11976,
2457,
8311,
267,
1060,
12759,
271,
6277,
432,
906,
2300,
1528,
2030,
433,
1712,
31,
764,
525,
526,
4778,
278
],
rtlAutoMirrored: true,
),
"oil_barrel": SymbolsMetadata(
popularity: 989,
codepoint: 0xec15,
categories: [3],
tags: [
12760,
12761,
12762,
1333,
12763,
11390,
4269,
12764,
939,
3683,
8187,
5974,
11394,
4878,
5312,
3403,
1143,
11395,
12765,
12766,
8189,
12767,
3687,
681,
11672,
12768,
4033,
4352,
1690,
5558,
12769,
1629,
3829
],
),
"on_device_training": SymbolsMetadata(
popularity: 709,
codepoint: 0xebfd,
categories: [6],
tags: [
2493,
1071,
77,
2495,
1423,
6027,
3801,
1270,
1250,
373,
12045,
519,
975,
81,
1104,
288,
3097,
1078,
234,
1110,
3804,
6287,
68,
3439,
2468,
3099,
3626,
3043,
756,
1730,
6029,
262,
491,
630,
12050,
271,
1090,
759,
760,
2451,
3662,
2836,
470,
410,
1093,
65,
1406,
3033
],
),
"on_hub_device": SymbolsMetadata(
popularity: 15,
codepoint: 0xe6c3,
categories: [10],
tags: [
861,
7523,
482,
10477,
283,
1073,
1074,
284,
12770,
81,
288,
44,
1878,
5224,
1110,
3173,
3153,
259,
1328,
1314,
651,
267,
1061,
328,
2067,
2726,
1898,
1093,
65,
277,
278
],
),
"oncology": SymbolsMetadata(
popularity: 20,
codepoint: 0xe114,
categories: [3],
tags: [
4165,
690,
12771,
3137,
12772,
2375,
4253,
9749,
9750,
2377,
1762,
317,
9754,
4172,
9755,
1109,
9756,
9757,
697,
892,
1764,
12773,
581,
9759,
4174,
1115,
1116,
1117,
894,
12774,
12775,
1768,
4176,
12776,
4273,
4748,
4178,
4179,
1126,
1127,
9764,
9765,
3147,
9766,
5378,
12777
],
),
"online_prediction": SymbolsMetadata(
popularity: 1020,
codepoint: 0xf0eb,
categories: [6],
tags: [
2493,
1422,
1071,
2495,
3801,
569,
373,
519,
284,
2936,
81,
375,
2888,
489,
1078,
234,
3804,
235,
68,
3626,
87,
3806,
630,
267,
523,
12778,
3807,
1428,
410,
273,
746,
65,
1429,
1702,
278
],
),
"onsen": SymbolsMetadata(
popularity: 55,
codepoint: 0xf6f8,
categories: [15],
tags: [
480,
7906,
3810,
3811,
3812,
2936,
312,
904,
3027,
3029,
3816,
3817,
3818,
6736,
1470,
12779,
1596,
2363,
3651,
3823,
1917,
3824,
3825,
3826,
31,
3147,
551,
3303,
332,
7193,
3829,
9535,
3492,
11920
],
),
"opacity": SymbolsMetadata(
popularity: 959,
codepoint: 0xe91c,
categories: [1],
tags: [
2212,
4593,
4202,
482,
4562,
345,
4083,
485,
2904,
4269,
2155,
487,
4305,
2219,
4306,
137,
699,
6086,
10775,
10777,
1082,
3626,
1470,
492,
10781,
2753,
3084,
1500,
432,
151,
392,
2491,
433,
6392,
511,
4679,
3630,
476,
3829
],
),
"open_in_browser": SymbolsMetadata(
popularity: 1495,
codepoint: 0xe89d,
categories: [6],
tags: [
861,
77,
482,
1179,
12559,
1695,
12560,
914,
1679,
2998,
12780,
348,
5810,
1524,
12781,
3039,
259,
2958,
1624,
2961,
2962,
12782,
2927,
12783,
12784,
1167,
432,
2838,
433,
1702,
1530,
12785,
333,
1186,
1187
],
),
"open_in_full": SymbolsMetadata(
popularity: 8513,
codepoint: 0xf1ce,
categories: [2],
tags: [
748,
77,
502,
482,
2339,
377,
8,
1430,
2340,
914,
348,
2276,
5810,
1697,
1326,
49,
3039,
2344,
406,
1750,
2927,
2345,
57,
409,
1427,
2222,
410,
298,
433,
37,
396,
476,
1187,
2337
],
),
"open_in_new": SymbolsMetadata(
popularity: 25960,
codepoint: 0xe89e,
categories: [2],
tags: [
861,
748,
1673,
501,
77,
482,
504,
2707,
8261,
312,
1212,
914,
1679,
2982,
903,
2843,
3039,
1344,
2958,
1314,
1624,
887,
2927,
2345,
1586,
12563,
5234,
2966,
179,
906,
410,
1528,
2838,
433,
4479,
141,
1702,
1530,
1348,
333,
1186,
1187
],
rtlAutoMirrored: true,
),
"open_in_new_down": SymbolsMetadata(
popularity: 53,
codepoint: 0xf70f,
categories: [2],
tags: [
1673,
501,
77,
482,
1179,
2707,
628,
1430,
2578,
1212,
2998,
147,
3039,
1344,
259,
1314,
325,
887,
2962,
2927,
12786,
2345,
1243,
1122,
2966,
906,
1700,
410,
1528,
2838,
433,
4479,
141,
1899,
1348,
396,
333,
1186,
1187
],
),
"open_in_new_off": SymbolsMetadata(
popularity: 697,
codepoint: 0xe4f6,
categories: [2],
tags: [
77,
1051,
12787,
482,
12788,
1179,
1695,
313,
868,
1055,
1696,
1679,
2998,
3039,
1222,
1314,
325,
887,
2961,
1059,
1061,
2927,
2965,
12789,
2966,
1065,
12790,
1067,
433,
1068,
12791,
1530,
1186,
1187
],
),
"open_jam": SymbolsMetadata(
popularity: 21,
codepoint: 0xefae,
categories: [11],
tags: [
1246,
1247,
861,
1674,
77,
502,
4794,
7631,
1704,
519,
1333,
81,
1705,
288,
313,
1541,
1430,
913,
1678,
316,
147,
1681,
1110,
1253,
68,
12792,
1706,
630,
2927,
92,
4132,
1688,
1690,
1093,
4479,
1702,
396,
333,
1187
],
),
"open_run": SymbolsMetadata(
popularity: 64,
codepoint: 0xf4b7,
categories: [2],
tags: [
4324,
2926,
77,
502,
6346,
504,
2827,
912,
902,
345,
1788,
313,
2819,
1107,
914,
6058,
6059,
2886,
903,
2843,
6348,
2958,
88,
352,
237,
468,
325,
905,
2927,
2509,
328,
852,
1121,
6349,
1700,
1125,
392,
2130,
1691
],
),
"open_with": SymbolsMetadata(
popularity: 4215,
codepoint: 0xe89f,
categories: [2],
tags: [
501,
77,
502,
12793,
482,
2339,
377,
313,
8,
1430,
2340,
1106,
914,
147,
6356,
348,
5810,
1697,
2344,
406,
642,
1750,
2927,
6236,
6478,
2222,
391,
298,
433,
1944,
396,
476,
1187,
7611,
2337
],
),
"ophthalmology": SymbolsMetadata(
popularity: 16,
codepoint: 0xe115,
categories: [3],
tags: [
3546,
4165,
690,
6966,
2375,
12794,
1762,
7194,
5796,
8384,
7491,
697,
892,
1764,
581,
8618,
8386,
1115,
894,
8398,
11514,
2331,
12795,
9762,
8388,
8393,
9764,
4390,
396,
4317,
476
],
),
"oral_disease": SymbolsMetadata(
popularity: 13,
codepoint: 0xe116,
categories: [3],
tags: [
12796,
3546,
690,
6966,
2375,
6967,
6968,
6969,
4253,
2377,
1762,
12797,
697,
892,
581,
2379,
2380,
12798,
2722,
894,
6271,
6974,
12799,
4273,
2725,
2384,
6977,
12800,
6978,
5378,
2386
],
),
"orbit": SymbolsMetadata(
popularity: 69,
codepoint: 0xf426,
categories: [3],
tags: [
480,
4075,
193,
283,
2303,
284,
9599,
4081,
81,
375,
12801,
1164,
5156,
137,
384,
68,
2468,
87,
1314,
468,
267,
1088,
7069,
9817,
12802,
1625,
5233,
762,
4744,
4179,
12803,
823,
31,
1093,
65,
12804
],
),
"order_approve": SymbolsMetadata(
popularity: 194,
codepoint: 0xf812,
categories: [9],
tags: [
2666,
1658,
1660,
1661,
3092,
934,
463,
3183,
4489,
1430,
1664,
147,
2671,
488,
3771,
86,
1515,
12805,
88,
91,
1587,
758,
4484,
1654,
1395,
4662,
1517,
956,
4460,
4821
],
),
"order_play": SymbolsMetadata(
popularity: 37,
codepoint: 0xf811,
categories: [9],
tags: [
748,
1268,
1103,
902,
1580,
1430,
1107,
147,
1108,
697,
88,
352,
1707,
5664,
91,
8220,
10640,
1586,
1587,
2509,
3379,
408,
1090,
6260,
10641,
6349,
1125,
94,
2130,
4964,
5658,
97,
1691,
12806,
37,
1671
],
),
"orders": SymbolsMetadata(
popularity: 284,
codepoint: 0xeb14,
categories: [9],
tags: [
482,
3092,
81,
2037,
145,
1430,
2143,
4802,
2798,
2077,
916,
3771,
86,
87,
1470,
88,
5656,
12807,
2293,
1029,
1585,
5664,
176,
2927,
91,
10640,
12808,
1587,
1654,
4132,
1428,
1459,
2469,
8722,
956
],
),
"orthopedics": SymbolsMetadata(
popularity: 235,
codepoint: 0xf897,
categories: [3],
tags: [
3546,
12809,
4119,
8606,
2375,
4253,
1762,
3097,
697,
892,
1764,
581,
8618,
9277,
894,
1768,
10487,
12810,
4273,
3143,
12811,
1737,
4179,
8615,
12812,
12813,
4446,
3147,
5378,
8620
],
),
"other_admission": SymbolsMetadata(
popularity: 48,
codepoint: 0xe47b,
categories: [12],
tags: [
861,
748,
745,
4451,
77,
1332,
504,
4252,
345,
1325,
81,
1695,
313,
1580,
1430,
1106,
1431,
1939,
147,
381,
697,
12814,
2292,
1327,
2870,
87,
1314,
237,
325,
887,
1480,
2400,
1586,
1587,
12815,
2594,
239,
1700,
1339,
907,
12816,
1485
],
),
"other_houses": SymbolsMetadata(
popularity: 2012,
codepoint: 0xe58c,
categories: [16],
tags: [
12817,
1496,
1131,
10350,
12818,
574,
4888,
8309,
1498,
2556,
12819,
12820,
1140,
12821,
1499,
10352,
2557,
12822,
1534,
12823,
10353,
2400,
327,
1500,
2559,
1501,
1502,
12824,
1503,
12825,
3739,
955,
1505,
2792,
4895,
1506,
2794
],
),
"outbound": SymbolsMetadata(
popularity: 1044,
codepoint: 0xe1ca,
categories: [6],
tags: [
77,
11445,
1332,
482,
193,
1695,
2273,
1164,
1212,
1696,
1679,
6654,
12826,
87,
1314,
1750,
325,
2962,
2927,
2964,
289,
3051,
2966,
906,
1700,
1528,
1339,
433,
1170,
31,
1702,
98
],
rtlAutoMirrored: true,
),
"outbox": SymbolsMetadata(
popularity: 614,
codepoint: 0xef5f,
categories: [7],
tags: [
77,
482,
12827,
1333,
3117,
2037,
7588,
2288,
1696,
4912,
2293,
583,
1750,
2927,
12828,
5036,
2594,
758,
1711,
432,
2300,
3005,
7504,
433,
12829,
526,
7590,
527,
3021
],
),
"outbox_alt": SymbolsMetadata(
popularity: 25,
codepoint: 0xeb17,
categories: [7],
tags: [
1674,
482,
570,
573,
283,
1333,
2037,
2182,
2143,
913,
2645,
2288,
1696,
147,
1681,
3771,
3403,
2293,
583,
12828,
5036,
2577,
4658,
2594,
1711,
2300,
3005,
4352,
1690,
1296,
10649,
527,
8473
],
rtlAutoMirrored: true,
),
"outdoor_garden": SymbolsMetadata(
popularity: 648,
codepoint: 0xe205,
categories: [3],
tags: [
3809,
2816,
1811,
4587,
1133,
2989,
1072,
4932,
6224,
7516,
1844,
1845,
8622,
1820,
7981,
6871,
7982,
5157,
3815,
8262,
8623,
2357,
234,
1140,
1499,
1595,
9730,
2361,
2362,
9910,
2363,
1826,
1143,
3651,
3051,
3297,
1827,
12830,
1574,
1096,
9299,
6878
],
),
"outdoor_grill": SymbolsMetadata(
popularity: 948,
codepoint: 0xea47,
categories: [8],
tags: [
1859,
3809,
8895,
12831,
12832,
12833,
4887,
4204,
4205,
12834,
3700,
4829,
781,
46,
5180,
2356,
8899,
3027,
1140,
1499,
11896,
12835,
1959,
7712,
10853,
3651,
12836,
12837,
3051,
587,
3822,
10534,
2459,
5215,
2371
],
),
"outgoing_mail": SymbolsMetadata(
popularity: 2743,
codepoint: 0xf0d2,
categories: [7],
tags: [
1513,
1673,
501,
77,
502,
504,
283,
2037,
44,
2397,
1430,
2537,
2288,
3234,
2290,
903,
137,
138,
2291,
1344,
259,
15,
16,
2293,
583,
325,
523,
2964,
5036,
1587,
1352,
906,
2300,
9594,
2679,
31,
1713,
907,
1485
],
),
"outlet": SymbolsMetadata(
popularity: 497,
codepoint: 0xf1d4,
categories: [8],
tags: [
5551,
3679,
12838,
1073,
12839,
284,
1843,
3263,
3869,
12840,
3921,
12841,
3683,
12842,
5555,
3969,
12843,
1315,
3687,
12844,
12845,
3918,
3989,
3961,
4941,
7098,
12846
],
),
"outpatient": SymbolsMetadata(
popularity: 16,
codepoint: 0xe118,
categories: [3],
tags: [
2072,
3137,
2375,
4252,
4926,
81,
375,
1580,
1762,
1430,
225,
147,
137,
697,
892,
1764,
581,
138,
384,
3792,
1804,
981,
894,
468,
1480,
289,
1586,
1587,
4273,
12815,
2594,
589,
888,
710,
31,
1409,
12684,
3798,
1485
],
),
"outpatient_med": SymbolsMetadata(
popularity: 8,
codepoint: 0xe119,
categories: [3],
tags: [
2072,
77,
3137,
2375,
4252,
4926,
1235,
1762,
7194,
697,
892,
1764,
894,
1768,
2345,
4273,
1769,
11447,
240,
1771,
906,
525,
5378,
12684
],
),
"output": SymbolsMetadata(
popularity: 2039,
codepoint: 0xebbe,
categories: [2],
tags: [
748,
1131,
502,
482,
345,
2339,
2953,
8,
1164,
2340,
914,
12847,
5810,
1108,
381,
1326,
1344,
1470,
2344,
12848,
432,
2222,
12849,
392,
1944,
141,
1348,
396
],
),
"output_circle": SymbolsMetadata(
popularity: 40,
codepoint: 0xf70e,
categories: [2],
tags: [
77,
502,
1133,
193,
463,
3116,
12850,
81,
8293,
312,
313,
1746,
2819,
12851,
2324,
3570,
5596,
2671,
12473,
51,
1698,
323,
174,
325,
2345,
1733,
3051,
1535,
328,
2332,
759,
227,
3576,
4650,
291,
1227,
12852,
1155
],
),
"oven": SymbolsMetadata(
popularity: 31,
codepoint: 0xe9c7,
categories: [8],
tags: [
480,
1859,
4985,
3691,
1332,
12853,
4204,
12854,
4205,
4932,
1878,
2356,
7950,
8899,
4633,
1848,
12855,
1140,
3029,
1499,
4212,
3703,
814,
647,
289,
3704,
432,
12856,
1339,
1898,
433,
1396,
1170,
65
],
),
"oven_gen": SymbolsMetadata(
popularity: 567,
codepoint: 0xe843,
categories: [8],
tags: [
1859,
4985,
3691,
12857,
1745,
4204,
4205,
4681,
1400,
12858,
4932,
3682,
2356,
4208,
8899,
4633,
3027,
1848,
1140,
1894,
1499,
4212,
7360,
7517,
1730,
3703,
1143,
3704,
432,
12856,
12859,
71,
433,
858,
1172
],
),
"overview": SymbolsMetadata(
popularity: 285,
codepoint: 0xe4a7,
categories: [12],
tags: [
480,
2282,
1422,
12860,
12861,
4252,
1159,
463,
2284,
2303,
1425,
81,
1160,
145,
8,
1580,
1430,
147,
2276,
2710,
12862,
697,
12863,
68,
1086,
1480,
289,
12864,
5030,
1586,
1587,
12865,
1428,
1168,
5091,
746,
12866,
3074,
1171,
12558,
230,
396
],
),
"overview_key": SymbolsMetadata(
popularity: 106,
codepoint: 0xf7d4,
categories: [4],
tags: [
480,
861,
2706,
1466,
2263,
1704,
11115,
345,
8,
12867,
1108,
382,
1112,
385,
506,
7054,
325,
586,
5030,
4647,
3354,
386,
410,
2461,
2462,
71,
2716,
12868,
3752,
2717,
396,
1187,
1229,
1671
],
),
"owl": SymbolsMetadata(
popularity: 103,
codepoint: 0xf3b4,
categories: [3],
tags: [
4422,
4870,
12869,
9140,
4873,
12870,
3097,
7491,
577,
977,
2468,
4427,
3099,
2499,
1826,
4059,
4091,
12871,
4178,
1292,
4390,
31,
4436,
9284,
4447,
12872
],
),
"oxygen_saturation": SymbolsMetadata(
popularity: 21,
codepoint: 0xe4de,
categories: [3],
tags: [
4956,
690,
5365,
4250,
2375,
5367,
5368,
697,
4378,
892,
4506,
5370,
5371,
1764,
581,
3958,
1426,
17,
894,
4257,
4258,
8112,
12873,
3765,
4273,
4260,
12874,
4261,
6087,
64,
12875,
12876,
4263,
1855
],
),
"p2p": SymbolsMetadata(
popularity: 40,
codepoint: 0xf52a,
categories: [11],
tags: [
283,
1073,
12877,
284,
81,
12878,
288,
12879,
2241,
1105,
1110,
1314,
1084,
262,
267,
12880,
12881,
585,
887,
1088,
12882,
4276,
12883,
12884,
12885,
588,
271,
239,
12886,
851,
2300,
3005,
1528,
12887,
2030,
31,
1406,
526,
4291,
394,
602
],
),
"pace": SymbolsMetadata(
popularity: 164,
codepoint: 0xf6b8,
categories: [15],
tags: [
2513,
77,
7323,
1159,
9,
11,
225,
2887,
3870,
51,
1623,
226,
3473,
468,
3481,
1625,
589,
2928,
27,
359,
4261,
29,
12888,
888,
275,
3519,
7326,
2814,
4966,
1171,
1172,
2148,
332,
3148
],
),
"pacemaker": SymbolsMetadata(
popularity: 16,
codepoint: 0xe656,
categories: [11],
tags: [
3678,
5365,
4251,
3137,
1074,
288,
1105,
5367,
5368,
3921,
1878,
2427,
697,
892,
4506,
5371,
6971,
1470,
1730,
894,
4257,
12889,
630,
4258,
12890,
851,
4260,
4261,
3348
],
),
"package": SymbolsMetadata(
popularity: 1844,
codepoint: 0xe48f,
categories: [5],
tags: [
482,
6089,
6932,
4660,
1333,
4661,
2037,
2182,
4350,
4911,
3771,
1376,
3403,
2293,
1750,
492,
12891,
91,
2577,
10769,
4658,
1352,
2297,
1653,
2299,
432,
2300,
4659,
4352,
433,
2679,
1690,
3655,
900,
12892,
12893
],
),
"package_2": SymbolsMetadata(
popularity: 361,
codepoint: 0xf569,
categories: [5],
tags: [
482,
6089,
4660,
2037,
904,
8589,
4911,
3771,
1470,
3403,
2293,
3772,
1750,
12891,
91,
2577,
10769,
4658,
1352,
2297,
1653,
2300,
4659,
4352,
433,
2679,
1690,
900,
12894,
8473
],
),
"padding": SymbolsMetadata(
popularity: 168,
codepoint: 0xe9c8,
categories: [12],
tags: [
1739,
2150,
1466,
502,
4587,
482,
2244,
345,
485,
313,
1430,
1105,
4602,
1252,
2156,
385,
1470,
4584,
12895,
11132,
70,
9448,
1427,
432,
71,
298,
823,
709,
433,
955,
33,
476
],
),
"page_control": SymbolsMetadata(
popularity: 87,
codepoint: 0xe731,
categories: [2],
tags: [
5733,
193,
1101,
628,
345,
12896,
12897,
12898,
1105,
6841,
12899,
2821,
2343,
323,
174,
12900,
11280,
406,
237,
325,
1586,
12901,
12902,
5734,
851,
329,
759,
2858,
2908,
94,
3475,
12903,
12904,
12905,
4964,
4636,
333,
2586
],
),
"page_footer": SymbolsMetadata(
popularity: 13,
codepoint: 0xf383,
categories: [12],
tags: [
1131,
517,
481,
2186,
12906,
1133,
12907,
6865,
8121,
628,
2394,
1163,
1580,
1430,
4510,
1164,
2127,
1665,
4627,
370,
699,
385,
1470,
1586,
12908,
703,
12909,
1151,
1169,
3774,
2162,
33,
12910,
551
],
),
"page_header": SymbolsMetadata(
popularity: 13,
codepoint: 0xf384,
categories: [12],
tags: [
1131,
481,
3938,
628,
81,
8,
1136,
1580,
1430,
4510,
1164,
147,
370,
137,
9389,
68,
385,
289,
1586,
1587,
390,
410,
1151,
1588,
955,
2162,
31,
33,
740,
1263,
396,
476
],
),
"page_info": SymbolsMetadata(
popularity: 371,
codepoint: 0xf614,
categories: [2],
tags: [
5587,
1673,
1179,
1704,
628,
12096,
1745,
81,
7030,
145,
8,
1430,
1164,
1431,
147,
6077,
871,
293,
68,
1344,
88,
148,
237,
70,
1586,
150,
3943,
3380,
453,
1428,
71,
3074,
333,
1186
],
),
"pageless": SymbolsMetadata(
popularity: 31,
codepoint: 0xf509,
categories: [12],
tags: [
1739,
5343,
1131,
2303,
628,
752,
1814,
81,
8,
1430,
1252,
680,
2155,
2305,
1077,
370,
348,
49,
2508,
2310,
385,
642,
3397,
1587,
57,
2145,
1427,
432,
390,
3048,
12911,
71,
298,
33,
396,
476,
1485
],
),
"pages": SymbolsMetadata(
popularity: 771,
codepoint: 0xe7f9,
categories: [12],
tags: [
1674,
2442,
1192,
1197,
628,
1725,
81,
2143,
3660,
12912,
1680,
9540,
12913,
579,
68,
5384,
8813,
1345,
88,
2457,
3249,
586,
3397,
1587,
2215,
1352,
4132,
432,
4798,
4441,
12914,
2463,
6146,
857
],
),
"pageview": SymbolsMetadata(
popularity: 2011,
codepoint: 0xe8a0,
categories: [6],
tags: [
745,
3390,
4794,
193,
628,
1325,
81,
145,
1580,
1430,
2340,
1431,
316,
147,
317,
488,
1109,
68,
2326,
1116,
1117,
887,
1480,
1586,
1587,
239,
2890,
432,
1737,
1126,
33,
396,
2337
],
),
"paid": SymbolsMetadata(
popularity: 11332,
codepoint: 0xf041,
categories: [9],
tags: [
223,
925,
12915,
928,
569,
1647,
930,
931,
193,
932,
934,
1417,
936,
937,
6577,
962,
938,
1649,
939,
965,
941,
968,
3279,
948,
1061,
523,
12066,
950,
951,
1421,
1654,
954,
1395,
31,
956,
36,
958
],
),
"palette": SymbolsMetadata(
popularity: 7699,
codepoint: 0xe40a,
categories: [1],
tags: [
4593,
1592,
2135,
3075,
3076,
4562,
6075,
2279,
3583,
1236,
485,
4838,
2786,
378,
2155,
6077,
137,
6078,
3081,
3083,
3084,
4228,
6082,
2162,
6088,
4740,
9473,
6084,
6392,
12710,
476
],
),
"pallet": SymbolsMetadata(
popularity: 46,
codepoint: 0xf86a,
categories: [9],
tags: [
517,
482,
6932,
1180,
1497,
4661,
2037,
2182,
6447,
4350,
4911,
9329,
4878,
3771,
1470,
3043,
3403,
6450,
468,
12916,
2459,
4352,
1712,
1690,
11441,
900,
1629,
8473,
4935
],
),
"pan_tool": SymbolsMetadata(
popularity: 2516,
codepoint: 0xe925,
categories: [6],
tags: [
501,
345,
1788,
4632,
2155,
2695,
2696,
12917,
7593,
137,
2698,
2076,
2480,
581,
138,
2870,
505,
324,
1750,
325,
6478,
1167,
329,
1737,
362,
509,
1226,
31,
511,
396
],
),
"pan_tool_alt": SymbolsMetadata(
popularity: 3303,
codepoint: 0xebb9,
categories: [6],
tags: [
748,
345,
1788,
12918,
4632,
2695,
2696,
7593,
12919,
137,
12920,
2698,
2076,
2480,
581,
138,
1612,
467,
1344,
12921,
505,
324,
1750,
12922,
468,
325,
6478,
328,
1167,
1737,
1226,
31,
511,
12923,
907
],
),
"pan_zoom": SymbolsMetadata(
popularity: 145,
codepoint: 0xf655,
categories: [6],
tags: [
1739,
77,
502,
345,
1788,
43,
1542,
7608,
2340,
914,
5156,
2219,
317,
1749,
2696,
7593,
2698,
5813,
1612,
2326,
2329,
1750,
1624,
2345,
2965,
6478,
386,
1167,
5920,
391,
1126,
1944,
511,
396,
2337,
12924
],
),
"panorama": SymbolsMetadata(
popularity: 804,
codepoint: 0xe40b,
categories: [1],
tags: [
1175,
1176,
1232,
500,
1178,
8,
12925,
137,
699,
49,
1595,
385,
1182,
1596,
1597,
5798,
386,
57,
59,
62,
3488,
1184,
2459,
11049,
12926,
396,
11050,
2540
],
),
"panorama_horizontal": SymbolsMetadata(
popularity: 292,
codepoint: 0xe40d,
categories: [1],
tags: [
500,
633,
40,
2244,
8,
914,
370,
1697,
904,
699,
49,
1595,
385,
406,
5798,
469,
386,
57,
59,
62,
432,
2778,
11049,
410,
392,
1944,
396,
476,
2540,
12927
],
),
"panorama_photosphere": SymbolsMetadata(
popularity: 240,
codepoint: 0xe9c9,
categories: [1],
tags: [
458,
500,
2542,
2744,
40,
1844,
12928,
316,
320,
699,
49,
466,
1595,
324,
5798,
386,
57,
59,
12929,
62,
2778,
331,
9669,
332,
396,
475,
476,
477,
2540,
12388,
334
],
),
"panorama_vertical": SymbolsMetadata(
popularity: 149,
codepoint: 0xe40e,
categories: [1],
tags: [
500,
633,
929,
40,
42,
1578,
12930,
6598,
381,
49,
1595,
1470,
1826,
507,
3651,
5798,
12931,
386,
57,
59,
62,
432,
2778,
392,
4899,
12932,
332,
1506,
1464,
396,
2540,
12388
],
),
"panorama_wide_angle": SymbolsMetadata(
popularity: 142,
codepoint: 0xe40f,
categories: [1],
tags: [
1739,
1342,
500,
5089,
8137,
40,
42,
1814,
1252,
12933,
346,
12934,
348,
1343,
699,
49,
1595,
53,
406,
5798,
386,
57,
59,
62,
11049,
396,
4317,
476,
2540,
12388
],
),
"paragliding": SymbolsMetadata(
popularity: 377,
codepoint: 0xe50f,
categories: [15],
tags: [
2513,
3639,
4943,
837,
2419,
7323,
7540,
690,
781,
11,
5156,
12935,
1910,
1991,
1925,
3789,
3295,
12936,
7542,
581,
1623,
1595,
1959,
1826,
3651,
12937,
12938,
588,
589,
3299,
12939,
1994,
12940,
593,
30,
3519,
12941,
3303,
332,
1961,
1857,
9053
],
),
"park": SymbolsMetadata(
popularity: 2060,
codepoint: 0xea63,
categories: [5],
tags: [
1131,
12292,
312,
1844,
1847,
3815,
12942,
1825,
1595,
1959,
6254,
323,
324,
2790,
1826,
3651,
3051,
3297,
326,
1827,
8705,
7245,
3299,
1960,
1096,
5486
],
),
"partly_cloudy_day": SymbolsMetadata(
popularity: 2006,
codepoint: 0xf172,
categories: [3],
tags: [
1875,
193,
840,
1676,
12943,
842,
4188,
2126,
12944,
4754,
2888,
12945,
12946,
12947,
5860,
1826,
3651,
12431,
12948,
12949,
1994,
12950,
1598,
12951,
4043,
858,
859,
12952,
10050,
6766
],
),
"partly_cloudy_night": SymbolsMetadata(
popularity: 630,
codepoint: 0xf174,
categories: [3],
tags: [
4075,
1875,
4047,
840,
1676,
5941,
4095,
4083,
12953,
4084,
2888,
2739,
4055,
4087,
5860,
4089,
1826,
4059,
12584,
4040,
12954,
1918,
1994,
1920,
3739,
858,
332,
1921,
1961,
859
],
),
"partner_exchange": SymbolsMetadata(
popularity: 1743,
codepoint: 0xf7f9,
categories: [3],
tags: [
2440,
77,
502,
690,
569,
9953,
571,
1073,
12955,
3832,
10080,
1487,
2970,
3278,
1489,
7995,
579,
10081,
699,
581,
5612,
87,
1314,
12956,
267,
289,
12957,
12958,
7669,
588,
589,
3426,
1700,
12959,
1170,
3963,
4930,
956,
526
],
),
"partner_reports": SymbolsMetadata(
popularity: 53,
codepoint: 0xefaf,
categories: [2],
tags: [
3109,
1360,
1422,
1071,
1361,
5735,
569,
691,
373,
1365,
1425,
81,
5475,
2720,
3485,
1366,
1078,
234,
1367,
68,
6792,
12960,
12961,
1166,
17,
1086,
12962,
4258,
616,
12957,
12963,
648,
1427,
759,
3489,
4798,
2334,
746,
3074,
31,
1095,
1429,
2810,
206
],
),
"party_mode": SymbolsMetadata(
popularity: 280,
codepoint: 0xe7fa,
categories: [1],
tags: [
3620,
40,
155,
4974,
12964,
6107,
12965,
12966,
10,
4976,
12967,
3295,
12968,
579,
1610,
5496,
53,
642,
4059,
11315,
587,
12969,
12970,
12971,
57,
59,
62,
593,
12972,
3205,
12973,
12974
],
),
"passkey": SymbolsMetadata(
popularity: 675,
codepoint: 0xf87f,
categories: [13],
tags: [
480,
861,
10881,
5218,
5220,
690,
2303,
10537,
44,
1431,
581,
259,
1112,
1778,
980,
523,
2005,
12975,
5319,
588,
589,
326,
1034,
1063,
1774,
1036,
12976,
392,
31,
65,
5321,
333
],
),
"password": SymbolsMetadata(
popularity: 5176,
codepoint: 0xf042,
categories: [4],
tags: [
861,
10886,
565,
5218,
5220,
1102,
10537,
6803,
8021,
1112,
12977,
8036,
1778,
11494,
980,
5949,
5319,
12978,
326,
1034,
1063,
1574,
1065,
6261,
1774,
10885,
12527,
1036,
987,
988,
857,
5321
],
),
"password_2": SymbolsMetadata(
popularity: 48,
codepoint: 0xf4a9,
categories: [4],
tags: [
861,
10886,
565,
9869,
5220,
2688,
1102,
1761,
10537,
10890,
8021,
1431,
1112,
1778,
980,
5319,
2676,
326,
1034,
1063,
1574,
3189,
12979,
6261,
1774,
10885,
10892,
1036,
857,
5321,
601,
4821
],
),
"password_2_off": SymbolsMetadata(
popularity: 11,
codepoint: 0xf4a8,
categories: [4],
tags: [
861,
5218,
8717,
4238,
1102,
1761,
868,
1055,
2920,
813,
1112,
1778,
980,
11707,
1059,
1060,
1061,
5319,
326,
1034,
1063,
3187,
1065,
6261,
1036,
1067,
857,
1068,
5321
],
),
"patient_list": SymbolsMetadata(
popularity: 130,
codepoint: 0xe653,
categories: [2],
tags: [
690,
373,
2375,
5044,
628,
1541,
1762,
1430,
147,
697,
4254,
892,
1764,
581,
1470,
88,
6784,
11773,
4271,
1768,
1585,
1587,
4273,
12980,
6324,
589,
12981,
1288,
7997,
1588,
12982,
33,
12983,
602
],
),
"pattern": SymbolsMetadata(
popularity: 540,
codepoint: 0xf043,
categories: [4],
tags: [
480,
4593,
1466,
3515,
12984,
2244,
1161,
12985,
485,
1164,
2219,
12986,
904,
137,
4570,
382,
1112,
980,
1115,
12987,
12988,
5319,
3354,
326,
3434,
12989,
1036,
392,
433,
857,
2162,
3587,
3588,
5321,
476,
12990,
12991
],
),
"pause": SymbolsMetadata(
popularity: 9014,
codepoint: 0xe034,
categories: [0],
tags: [
748,
1268,
2117,
504,
1103,
345,
1745,
1108,
3378,
2480,
11228,
12992,
406,
352,
1707,
1734,
1223,
2594,
3430,
409,
432,
12042,
1226,
10420,
10411,
1331,
3330,
37,
766
],
),
"pause_circle": SymbolsMetadata(
popularity: 4559,
codepoint: 0xe1a2,
categories: [0],
tags: [
1268,
517,
2117,
504,
193,
462,
345,
1745,
3499,
2480,
1344,
406,
407,
1707,
289,
1223,
2509,
408,
409,
6349,
1035,
392,
1226,
10420,
31,
1331,
1464,
37,
2523
],
),
"pause_presentation": SymbolsMetadata(
popularity: 455,
codepoint: 0xe0ea,
categories: [7],
tags: [
748,
1673,
7481,
12993,
2117,
345,
288,
8,
3378,
406,
352,
686,
1734,
1223,
2119,
408,
3430,
5009,
1427,
12994,
410,
1528,
2838,
5981,
5173,
1226,
10420,
3882,
2123,
2200,
2471,
543,
333,
1186,
1187,
5236
],
),
"payments": SymbolsMetadata(
popularity: 21042,
codepoint: 0xef63,
categories: [9],
tags: [
926,
927,
928,
8845,
1647,
930,
931,
932,
934,
1417,
936,
961,
937,
1418,
962,
938,
965,
941,
942,
968,
2144,
948,
2457,
523,
950,
951,
5634,
1421,
1654,
432,
1394,
1395,
1396,
31,
956,
971
],
),
"pedal_bike": SymbolsMetadata(
popularity: 2256,
codepoint: 0xeb29,
categories: [14],
tags: [
749,
1810,
4141,
4143,
1812,
1813,
1522,
2036,
753,
4148,
313,
11,
2887,
348,
7903,
581,
1534,
468,
3651,
3297,
1625,
12995,
12996,
2046,
3299,
3300,
7285,
1626,
1538,
4160,
1919,
30,
4808,
1629,
332,
7286,
1836,
4162,
2051
],
rtlAutoMirrored: true,
),
"pediatrics": SymbolsMetadata(
popularity: 30,
codepoint: 0xe11d,
categories: [3],
tags: [
3524,
1759,
3137,
6966,
993,
12997,
2375,
4253,
1762,
7194,
697,
2430,
892,
12998,
4506,
5371,
1764,
3530,
9102,
894,
9841,
1768,
3534,
289,
4718,
12999,
4260,
13000,
13001,
3542,
5378
],
),
"pen_size_1": SymbolsMetadata(
popularity: 35,
codepoint: 0xf755,
categories: [12],
tags: [
1266,
1592,
6207,
2279,
485,
1430,
378,
1252,
370,
137,
1344,
87,
8133,
226,
13002,
4516,
2626,
298,
1956,
1170,
8135,
4594,
4766,
3578,
511,
3731,
1485
],
),
"pen_size_2": SymbolsMetadata(
popularity: 28,
codepoint: 0xf754,
categories: [12],
tags: [
1739,
1592,
517,
8130,
345,
485,
378,
1252,
680,
2155,
370,
2255,
916,
384,
87,
8133,
13003,
13004,
506,
355,
13005,
2626,
13006,
13007,
391,
151,
298,
3774,
1170,
13008,
8135,
4594,
511,
338,
3731,
1485
],
),
"pen_size_3": SymbolsMetadata(
popularity: 21,
codepoint: 0xf753,
categories: [12],
tags: [
1474,
3076,
11276,
377,
378,
13009,
1252,
370,
2156,
8144,
13010,
13011,
8132,
8133,
1470,
174,
4516,
2626,
298,
1170,
13012,
13013,
8135,
2199,
2176,
4594,
13014,
97,
13015,
3731,
397,
1485,
9420
],
),
"pen_size_4": SymbolsMetadata(
popularity: 16,
codepoint: 0xf752,
categories: [12],
tags: [
2212,
3076,
345,
1236,
378,
4839,
1252,
8139,
370,
1111,
13016,
87,
8132,
8133,
70,
4516,
13017,
2626,
921,
151,
71,
298,
1170,
13013,
8135,
9436,
4594,
511,
3731,
397,
1485,
13018
],
),
"pen_size_5": SymbolsMetadata(
popularity: 17,
codepoint: 0xf751,
categories: [12],
tags: [
1474,
1592,
8265,
13019,
2279,
375,
9432,
378,
4839,
1252,
680,
370,
384,
1111,
1940,
87,
8133,
4516,
2626,
298,
4564,
10306,
1170,
8135,
9436,
2176,
6951,
4594,
3615,
3731,
397,
1485,
7830
],
),
"pending": SymbolsMetadata(
popularity: 6102,
codepoint: 0xef64,
categories: [6],
tags: [
10904,
11550,
2186,
450,
193,
1209,
912,
145,
313,
1105,
2578,
2896,
12120,
914,
2920,
51,
88,
756,
506,
237,
325,
2927,
2594,
328,
1167,
759,
2899,
12197,
1151,
362,
4650,
1691,
2902,
2523,
766
],
),
"pending_actions": SymbolsMetadata(
popularity: 4441,
codepoint: 0xf1bb,
categories: [12],
tags: [
4622,
3091,
1360,
13020,
2073,
3093,
1159,
1160,
2118,
1580,
1430,
489,
2077,
3112,
88,
4805,
616,
1587,
2594,
13021,
758,
759,
1711,
4104,
1370,
1168,
3752,
1171,
3101,
1714,
766,
1671
],
),
"pentagon": SymbolsMetadata(
popularity: 443,
codepoint: 0xeb50,
categories: [12],
tags: [
480,
1923,
1332,
810,
2303,
1164,
7222,
3499,
13022,
13023,
13024,
488,
904,
137,
138,
384,
3792,
814,
647,
492,
289,
13025,
852,
392,
644,
1339,
2491,
955,
31,
12868,
1409
],
),
"percent": SymbolsMetadata(
popularity: 3276,
codepoint: 0xeb58,
categories: [12],
tags: [
1422,
1322,
791,
373,
193,
3116,
81,
1162,
12063,
1746,
381,
1078,
4498,
793,
18,
21,
22,
23,
3968,
3686,
759,
3088,
359,
3089,
390,
954,
898,
1067,
746,
31,
36
],
),
"pergola": SymbolsMetadata(
popularity: 168,
codepoint: 0xe203,
categories: [5],
tags: [
480,
13026,
1496,
3809,
9018,
929,
13027,
11217,
2141,
3815,
904,
916,
1595,
2944,
1143,
3651,
13028,
13029,
289,
3822,
13030,
1352,
3299,
4892,
1504,
1339,
433,
955,
4044,
3740,
3330
],
),
"perm_camera_mic": SymbolsMetadata(
popularity: 168,
codepoint: 0xe8a2,
categories: [1],
tags: [
861,
1268,
504,
40,
42,
283,
1745,
288,
4483,
138,
49,
1111,
2944,
406,
1284,
1285,
13031,
289,
13032,
2676,
57,
59,
62,
1034,
440,
1036,
71,
1293,
1294,
433,
454,
411,
31,
37,
434
],
),
"perm_contact_calendar": SymbolsMetadata(
popularity: 1719,
codepoint: 0xe8a3,
categories: [6],
tags: [
565,
2407,
2072,
504,
2073,
975,
1160,
2126,
145,
1541,
1164,
10,
577,
137,
581,
138,
68,
1344,
5098,
5000,
5018,
588,
13032,
13033,
13034,
589,
876,
590,
4464,
1168,
31,
1171,
907,
601,
5003
],
),
"perm_data_setting": SymbolsMetadata(
popularity: 264,
codepoint: 0xe8a4,
categories: [4],
tags: [
861,
5343,
1757,
1676,
1776,
685,
284,
345,
81,
13035,
1467,
2142,
1678,
1680,
1777,
293,
68,
1029,
267,
70,
4114,
13032,
13033,
13034,
921,
2726,
71,
1780,
1690,
9176,
1093
],
),
"perm_device_information": SymbolsMetadata(
popularity: 299,
codepoint: 0xe8a5,
categories: [11],
tags: [
1246,
1247,
5587,
13036,
13037,
1360,
1177,
251,
193,
81,
145,
288,
13038,
13039,
1746,
13040,
1110,
871,
5074,
1253,
293,
68,
4438,
5588,
262,
13041,
13042,
13043,
237,
13032,
271,
13044,
432,
2536,
1701,
7352,
8394,
880,
31,
525,
140
],
),
"perm_media": SymbolsMetadata(
popularity: 1948,
codepoint: 0xe8a7,
categories: [12],
tags: [
1674,
1466,
1197,
628,
1725,
81,
13045,
1580,
1430,
2143,
3660,
147,
1680,
1681,
1682,
1198,
49,
1595,
1082,
13046,
1345,
406,
11202,
1596,
1597,
439,
2457,
91,
586,
13047,
13048,
4797,
13032,
13049,
57,
59,
62,
4132,
4441,
13050,
1712,
13051,
1690
],
),
"perm_phone_msg": SymbolsMetadata(
popularity: 1962,
codepoint: 0xe8a8,
categories: [7],
tags: [
2525,
566,
568,
569,
1270,
1250,
570,
13052,
572,
573,
283,
1074,
975,
1475,
288,
1479,
4483,
138,
583,
262,
13053,
289,
13032,
13033,
589,
920,
271,
5100,
590,
440,
1701,
594,
1484,
880,
31,
1406,
601,
1298
],
),
"perm_scan_wifi": SymbolsMetadata(
popularity: 228,
codepoint: 0xe8a9,
categories: [4],
tags: [
861,
1360,
13054,
1177,
4780,
731,
283,
685,
1073,
284,
254,
7811,
288,
317,
293,
68,
259,
262,
267,
70,
13032,
13033,
13034,
11179,
2067,
1737,
1126,
652,
151,
273,
31,
65,
97,
1856,
277,
278
],
),
"person": SymbolsMetadata(
popularity: 90698,
codepoint: 0xe7fd,
categories: [3],
tags: [
565,
566,
13055,
9616,
690,
193,
975,
577,
225,
3499,
977,
581,
978,
979,
980,
982,
1044,
13056,
289,
588,
13057,
589,
590,
985,
986,
888,
601,
6274,
13058,
991
],
),
"person_2": SymbolsMetadata(
popularity: 1042,
codepoint: 0xf8e4,
categories: [3],
tags: [
480,
565,
566,
1332,
690,
193,
4785,
577,
225,
8415,
977,
581,
2004,
979,
980,
982,
814,
178,
289,
588,
589,
590,
392,
986,
888,
1339,
3569,
593,
601
],
),
"person_3": SymbolsMetadata(
popularity: 672,
codepoint: 0xf8e5,
categories: [3],
tags: [
565,
8499,
1190,
566,
571,
4608,
574,
576,
6631,
577,
578,
579,
13059,
581,
978,
7379,
582,
2457,
267,
586,
588,
589,
590,
888,
593,
595,
597,
7380,
7388,
551,
601,
13060,
602
],
),
"person_4": SymbolsMetadata(
popularity: 736,
codepoint: 0xf8e6,
categories: [3],
tags: [
565,
1041,
6104,
566,
975,
4785,
577,
225,
8415,
904,
581,
978,
49,
979,
980,
982,
289,
588,
589,
2754,
920,
820,
1063,
590,
392,
888,
1339,
11654,
601,
991
],
),
"person_add": SymbolsMetadata(
popularity: 18093,
codepoint: 0xe7fe,
categories: [3],
tags: [
231,
565,
9614,
745,
13061,
9952,
1549,
1551,
566,
975,
13062,
1325,
577,
9954,
13063,
1004,
581,
8197,
13064,
1557,
981,
887,
1564,
1566,
588,
589,
983,
239,
240,
590,
9620,
31,
601,
9621
],
),
"person_add_disabled": SymbolsMetadata(
popularity: 467,
codepoint: 0xe9cb,
categories: [6],
tags: [
231,
565,
745,
1051,
6312,
975,
1299,
11931,
1210,
5921,
868,
1055,
577,
1213,
581,
5165,
982,
887,
1059,
1060,
1061,
588,
589,
239,
590,
1224,
1065,
1067,
1261,
31,
1068,
601
],
),
"person_alert": SymbolsMetadata(
popularity: 295,
codepoint: 0xf567,
categories: [3],
tags: [
3109,
565,
745,
1360,
1361,
566,
974,
691,
193,
1365,
2720,
1366,
3914,
577,
1479,
225,
977,
581,
1367,
2722,
1166,
616,
588,
589,
13065,
239,
2725,
590,
13066,
1428,
4415,
1036,
13067,
13068,
888,
31,
1691,
2437,
601,
13069,
206
],
),
"person_apron": SymbolsMetadata(
popularity: 108,
codepoint: 0xf5a3,
categories: [3],
tags: [
565,
13070,
566,
5695,
5698,
4204,
4205,
3669,
577,
225,
2356,
137,
581,
138,
384,
1515,
4212,
5392,
588,
589,
5393,
590,
1537,
2726,
652,
888,
595,
31,
2657,
601,
5397
],
),
"person_book": SymbolsMetadata(
popularity: 86,
codepoint: 0xf5e8,
categories: [12],
tags: [
565,
3062,
690,
3390,
193,
3094,
13071,
3097,
5357,
577,
225,
4483,
977,
581,
978,
68,
4427,
3099,
1345,
3394,
13072,
492,
588,
589,
13073,
590,
13074,
3380,
2890,
432,
985,
392,
986,
4390,
31,
601
],
),
"person_cancel": SymbolsMetadata(
popularity: 81,
codepoint: 0xf566,
categories: [3],
tags: [
2601,
565,
745,
566,
12594,
13075,
481,
1208,
193,
780,
1209,
13076,
1210,
1211,
2720,
1212,
577,
1213,
581,
5165,
588,
589,
239,
590,
4246,
5172,
1224,
1065,
1226,
7476,
13077,
601,
3992
],
),
"person_celebrate": SymbolsMetadata(
popularity: 274,
codepoint: 0xf7fe,
categories: [15],
tags: [
3,
3493,
690,
5680,
4974,
5,
1663,
3116,
5492,
1664,
13078,
13079,
4976,
225,
2671,
13,
13080,
1610,
581,
5496,
13081,
20,
587,
588,
589,
2509,
242,
13082,
3505,
5483,
888,
3146,
245,
5154,
3508
],
),
"person_check": SymbolsMetadata(
popularity: 354,
codepoint: 0xf565,
categories: [3],
tags: [
2661,
565,
3,
745,
1658,
2685,
3180,
1758,
566,
690,
1661,
1662,
463,
2689,
2323,
1664,
577,
225,
977,
581,
978,
13083,
981,
1166,
1666,
588,
589,
239,
590,
1036,
362,
291,
245,
1669,
601,
2681,
2336,
1576,
1672
],
),
"person_edit": SymbolsMetadata(
popularity: 174,
codepoint: 0xf4fa,
categories: [6],
tags: [
565,
566,
974,
504,
1743,
193,
1578,
6404,
1325,
1236,
145,
4839,
1252,
680,
577,
977,
581,
138,
979,
68,
1111,
2078,
1641,
887,
4516,
2626,
588,
589,
921,
590,
71,
392,
986,
888,
2453,
601,
1590,
1485
],
),
"person_off": SymbolsMetadata(
popularity: 2151,
codepoint: 0xe510,
categories: [3],
tags: [
2601,
565,
566,
481,
193,
2606,
1300,
868,
1055,
4245,
577,
225,
1213,
581,
87,
11510,
6809,
6248,
1059,
1060,
1061,
588,
589,
876,
1063,
590,
8663,
1065,
392,
8264,
888,
1067,
31,
1068,
601
],
),
"person_pin": SymbolsMetadata(
popularity: 2502,
codepoint: 0xe55a,
categories: [5],
tags: [
565,
1513,
566,
193,
13084,
975,
312,
313,
13085,
577,
225,
317,
13086,
13087,
9954,
1544,
581,
13088,
13089,
323,
324,
1534,
174,
12330,
1624,
588,
589,
326,
327,
1392,
329,
590,
888,
1226,
13090,
601,
13091
],
),
"person_pin_circle": SymbolsMetadata(
popularity: 5919,
codepoint: 0xe56a,
categories: [5],
tags: [
565,
1513,
566,
193,
10474,
975,
8308,
10547,
312,
313,
3669,
577,
317,
321,
581,
10595,
323,
324,
1534,
174,
5098,
325,
8311,
588,
589,
326,
1535,
327,
329,
590,
330,
1126,
1540,
1226,
2148,
601
],
),
"person_play": SymbolsMetadata(
popularity: 243,
codepoint: 0xf7fd,
categories: [15],
tags: [
565,
566,
690,
504,
5680,
193,
5492,
345,
4976,
2219,
4483,
1610,
977,
581,
6348,
13081,
2958,
406,
588,
589,
2509,
590,
1125,
392,
5483,
888,
2130,
31,
1691,
601,
37
],
),
"person_raised_hand": SymbolsMetadata(
popularity: 528,
codepoint: 0xf59a,
categories: [3],
tags: [
2440,
6621,
13092,
1361,
566,
690,
1907,
225,
2696,
137,
7995,
579,
2698,
871,
581,
138,
13093,
5098,
13094,
10457,
588,
589,
3943,
6888,
392,
888,
31,
601,
13095,
1855
],
),
"person_remove": SymbolsMetadata(
popularity: 2942,
codepoint: 0xef66,
categories: [3],
tags: [
565,
566,
1233,
13075,
481,
7050,
193,
975,
1210,
8261,
1162,
4245,
1212,
577,
9954,
581,
87,
1255,
4272,
588,
589,
590,
2618,
9645,
5172,
1224,
1067,
13096,
13097,
13077,
601,
3217
],
),
"person_search": SymbolsMetadata(
popularity: 5564,
codepoint: 0xf106,
categories: [7],
tags: [
565,
566,
690,
193,
975,
13098,
1162,
1542,
577,
317,
13099,
13100,
13086,
13101,
13087,
9954,
13102,
1109,
4633,
977,
581,
2325,
13103,
13104,
13105,
12343,
1115,
5814,
2328,
1116,
1117,
2329,
588,
589,
13106,
590,
13107,
1126,
888,
4391,
601,
13108,
2337
],
),
"person_shield": SymbolsMetadata(
popularity: 160,
codepoint: 0xe384,
categories: [13],
tags: [
861,
565,
13109,
5218,
566,
1553,
3953,
577,
8025,
581,
978,
3186,
980,
588,
589,
13110,
1034,
1063,
590,
13111,
1573,
3187,
1574,
3189,
705,
1774,
13112,
1036,
392,
1575,
888,
601,
13113,
1576
],
),
"personal_bag": SymbolsMetadata(
popularity: 48,
codepoint: 0xeb0e,
categories: [16],
tags: [
1973,
2443,
3640,
3641,
2034,
4908,
3390,
3642,
1514,
3645,
5405,
1333,
4633,
1623,
2043,
3652,
5363,
920,
13114,
11573,
13115,
13116,
432,
433,
1690,
4915,
4486,
900,
332,
3656,
1921,
13117,
13118,
1961
],
),
"personal_bag_off": SymbolsMetadata(
popularity: 3,
codepoint: 0xeb0f,
categories: [16],
tags: [
861,
2601,
565,
2443,
3640,
3641,
2034,
1051,
3390,
3642,
1235,
1162,
868,
1055,
87,
2043,
1057,
6248,
13119,
8048,
1059,
1061,
3652,
920,
13120,
1063,
590,
2618,
1065,
2368,
1036,
1395,
1067,
1690,
332,
1068,
601
],
),
"personal_bag_question": SymbolsMetadata(
popularity: 23,
codepoint: 0xeb10,
categories: [16],
tags: [
3940,
2541,
6300,
865,
2443,
3640,
3641,
2034,
3390,
3642,
568,
570,
283,
1333,
1475,
1476,
2647,
11408,
871,
293,
68,
5410,
2043,
13121,
3652,
920,
2725,
969,
2333,
3943,
3944,
1395,
594,
1690,
880,
31,
4851,
332,
3945
],
),
"personal_injury": SymbolsMetadata(
popularity: 1675,
codepoint: 0xe6da,
categories: [15],
tags: [
3401,
13122,
864,
3546,
7993,
10162,
690,
4119,
13123,
13124,
13125,
4275,
13126,
867,
2427,
3784,
8617,
13127,
697,
892,
581,
3140,
5249,
1941,
2448,
13128,
894,
10487,
12799,
4273,
588,
589,
920,
13129,
13130,
8613,
13131,
593,
880,
13132,
3150
],
),
"personal_places": SymbolsMetadata(
popularity: 92,
codepoint: 0xe703,
categories: [16],
tags: [
1513,
1131,
574,
310,
312,
8309,
4511,
317,
4495,
1544,
1140,
1623,
323,
324,
4150,
1534,
1166,
174,
325,
13133,
920,
1535,
327,
2558,
1392,
329,
1149,
1538,
1539,
13134,
1540,
182,
1153,
332,
8314,
1155
],
),
"pest_control": SymbolsMetadata(
popularity: 1037,
codepoint: 0xf0fa,
categories: [5],
tags: [
1360,
4870,
481,
1309,
193,
345,
1235,
1162,
13135,
1991,
1213,
13136,
4875,
13137,
87,
13138,
1826,
6809,
13139,
5822,
2725,
2618,
1574,
2368,
705,
898,
1067,
4180,
1226,
206,
4421
],
),
"pest_control_rodent": SymbolsMetadata(
popularity: 268,
codepoint: 0xf0fd,
categories: [5],
tags: [
4870,
13140,
345,
4873,
13141,
13135,
697,
1140,
1499,
13142,
5488,
2722,
13143,
13144,
2986,
13139,
13145,
13146,
5822,
2725,
1500,
13147,
7869,
13148,
13149,
3844,
652,
13150,
5378,
13151,
13152
],
),
"pet_supplies": SymbolsMetadata(
popularity: 121,
codepoint: 0xefb1,
categories: [5],
tags: [
13153,
4870,
4119,
13154,
3137,
13155,
13156,
934,
13157,
13158,
4707,
2356,
13159,
697,
3529,
13160,
13161,
4507,
9282,
13162,
2509,
13163,
1393,
1395,
1396,
3655,
2505,
3711,
13164,
3829
],
),
"pets": SymbolsMetadata(
popularity: 6962,
codepoint: 0xe91d,
categories: [3],
tags: [
13165,
4870,
13166,
13167,
13168,
13169,
13170,
13171,
13172,
13155,
13158,
3786,
2698,
1166,
13173,
13174,
9282,
13162,
13175,
13176,
13177,
13178,
13179,
1735,
2433,
392,
1095,
4808,
13180,
13164,
3148
],
),
"phishing": SymbolsMetadata(
popularity: 897,
codepoint: 0xead7,
categories: [15],
tags: [
1360,
4396,
481,
691,
11428,
13181,
13182,
1365,
44,
2288,
1366,
5797,
2475,
4495,
13183,
2481,
6806,
13184,
267,
13185,
13186,
1574,
1428,
13187,
1036,
1575,
13188,
4418,
1691,
2387,
11492,
206,
7479
],
),
"phone_android": SymbolsMetadata(
popularity: 3643,
codepoint: 0xe324,
categories: [11],
tags: [
1247,
1307,
13189,
13190,
504,
13191,
1270,
7199,
1250,
251,
13192,
193,
13193,
283,
6176,
288,
12426,
44,
13194,
8,
13195,
1746,
13196,
1878,
13197,
2538,
13198,
3777,
13199,
1110,
1253,
262,
1699,
1404,
13200,
13201,
271,
7203,
2539,
13202,
432,
13203,
2536,
13204,
410,
13205,
1701,
525,
65,
6245,
1406,
7207
],
),
"phone_bluetooth_speaker": SymbolsMetadata(
popularity: 254,
codepoint: 0xe61b,
categories: [7],
tags: [
1268,
13206,
7703,
4274,
13207,
4279,
1270,
1250,
283,
1073,
284,
254,
975,
288,
1110,
262,
4276,
13208,
271,
7203,
273,
1293,
1294,
9627,
13209,
31,
65,
1406,
526,
278,
4287,
13210
],
),
"phone_callback": SymbolsMetadata(
popularity: 995,
codepoint: 0xe649,
categories: [7],
tags: [
77,
1268,
1270,
13211,
1250,
251,
283,
284,
975,
1475,
288,
1400,
2819,
137,
5034,
1110,
2292,
87,
262,
21,
5036,
289,
271,
3343,
762,
392,
31,
1296,
65,
1406
],
rtlAutoMirrored: true,
),
"phone_disabled": SymbolsMetadata(
popularity: 666,
codepoint: 0xe9cc,
categories: [7],
tags: [
1051,
1270,
1208,
1250,
283,
975,
288,
1162,
868,
3263,
1055,
2127,
1213,
5039,
1110,
87,
262,
1302,
13212,
6248,
13213,
1059,
1060,
1061,
1223,
271,
4246,
2102,
1067,
1226,
65,
1406,
1068,
13214
],
),
"phone_enabled": SymbolsMetadata(
popularity: 2168,
codepoint: 0xe9cd,
categories: [7],
tags: [
749,
6621,
1268,
3998,
1270,
1250,
283,
1073,
975,
1475,
288,
1400,
1055,
5034,
1110,
262,
1061,
271,
13215,
3343,
2113,
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,
13216,
5034,
1110,
2292,
87,
262,
1750,
271,
876,
2864,
2298,
2966,
906,
1700,
31,
65,
1406,
526,
1298
],
rtlAutoMirrored: true,
),
"phone_in_talk": SymbolsMetadata(
popularity: 9899,
codepoint: 0xe61d,
categories: [7],
tags: [
13217,
1268,
1270,
13218,
13219,
1250,
251,
570,
283,
7041,
1074,
284,
975,
1475,
81,
288,
5034,
1110,
3039,
87,
13220,
262,
267,
13221,
271,
5046,
1737,
652,
273,
1293,
2069,
1294,
1295,
1296,
13222,
9548,
1406,
13223,
1298,
13224,
554,
1856,
278
],
),
"phone_iphone": SymbolsMetadata(
popularity: 14000,
codepoint: 0xe325,
categories: [11],
tags: [
1246,
1247,
1673,
501,
504,
1270,
1250,
251,
283,
975,
288,
44,
8,
1878,
2538,
3777,
1110,
1253,
259,
10784,
1470,
583,
262,
1699,
267,
271,
2539,
432,
2536,
410,
1701,
525,
65,
1406,
33,
551,
278
],
),
"phone_locked": SymbolsMetadata(
popularity: 287,
codepoint: 0xe61e,
categories: [7],
tags: [
861,
5218,
5220,
481,
1270,
1250,
2528,
283,
975,
288,
2538,
1110,
1778,
1056,
262,
5319,
271,
1034,
1063,
4246,
3187,
1574,
1065,
705,
1774,
13225,
1036,
1575,
1701,
65,
1406
],
),
"phone_missed": SymbolsMetadata(
popularity: 528,
codepoint: 0xe61f,
categories: [7],
tags: [
1360,
77,
1270,
1250,
283,
975,
288,
2953,
1110,
2077,
5079,
87,
4805,
5066,
5067,
13226,
262,
616,
13227,
271,
5046,
5069,
1701,
612,
1406,
13228,
13229,
13230,
13231
],
rtlAutoMirrored: true,
),
"phone_paused": SymbolsMetadata(
popularity: 323,
codepoint: 0xe620,
categories: [7],
tags: [
2117,
1270,
1250,
283,
975,
2118,
288,
3777,
5034,
1110,
2480,
12038,
1222,
13232,
262,
1302,
2017,
13233,
1223,
10064,
271,
2100,
2459,
2102,
1295,
433,
1226,
10420,
9548,
65,
1406,
1068,
1464,
766
],
),
"phonelink_erase": SymbolsMetadata(
popularity: 502,
codepoint: 0xe0db,
categories: [7],
tags: [
1246,
1247,
748,
13234,
1208,
1250,
780,
1209,
284,
1235,
5038,
1210,
288,
2609,
13235,
13236,
3263,
4646,
2127,
3371,
2720,
1212,
1110,
1253,
262,
13237,
1699,
11971,
4272,
3271,
616,
271,
13238,
11973,
7174,
2725,
432,
5040,
1224,
11295,
1226,
31,
525,
3452,
3274,
206,
3992
],
),
"phonelink_ring": SymbolsMetadata(
popularity: 1076,
codepoint: 0xe0dd,
categories: [7],
tags: [
1246,
1247,
1360,
1659,
1270,
1250,
2528,
251,
283,
284,
975,
4188,
81,
288,
1878,
1110,
1253,
5079,
262,
265,
267,
616,
271,
7174,
432,
762,
5804,
2536,
652,
273,
1701,
1293,
525,
7788,
2060,
1856,
278
],
),
"phonelink_ring_off": SymbolsMetadata(
popularity: 7,
codepoint: 0xf7aa,
categories: [7],
tags: [
1246,
1247,
1986,
481,
13239,
13240,
1208,
1250,
284,
3262,
81,
288,
2953,
868,
7419,
4244,
1055,
2014,
1213,
1110,
1253,
87,
262,
10039,
1302,
267,
2016,
6429,
13241,
11972,
2098,
13242,
13243,
13244,
1059,
1060,
1061,
271,
7174,
2368,
762,
13245,
652,
273,
2019,
1304,
1067,
2103,
525,
7788,
13246,
278,
2020
],
),
"phonelink_setup": SymbolsMetadata(
popularity: 499,
codepoint: 0xe0de,
categories: [11],
tags: [
1246,
1247,
1739,
13247,
13248,
13249,
1270,
251,
570,
1776,
8093,
685,
284,
345,
1236,
288,
4021,
1777,
1110,
1253,
293,
1314,
2078,
4880,
262,
13250,
2015,
13251,
70,
6257,
271,
13252,
7174,
13253,
921,
432,
71,
1780,
1701,
525,
33
],
),
"photo": SymbolsMetadata(
popularity: 1619,
codepoint: 0xe410,
categories: [1],
tags: [
1342,
1332,
5125,
44,
147,
1343,
904,
137,
138,
49,
1595,
406,
1596,
1597,
1826,
289,
57,
4813,
59,
62,
13254,
432,
390,
392,
1339,
433,
1598,
13255,
13256,
31,
476
],
),
"photo_album": SymbolsMetadata(
popularity: 618,
codepoint: 0xe411,
categories: [1],
tags: [
1342,
1674,
1694,
4800,
1197,
13257,
13258,
1343,
49,
5128,
2508,
52,
1345,
406,
5129,
13259,
1596,
1597,
439,
586,
57,
4812,
5130,
5131,
59,
2145,
62,
2146,
4913,
432,
3505,
1539,
7629,
13260,
433,
13261,
13262,
182,
7062,
13263,
4816,
13264
],
),
"photo_auto_merge": SymbolsMetadata(
popularity: 53,
codepoint: 0xf530,
categories: [1],
tags: [
1174,
565,
1342,
5983,
4,
3134,
2988,
3349,
566,
13265,
4202,
690,
3351,
1197,
1324,
1073,
5054,
1325,
1252,
577,
1343,
579,
581,
49,
1281,
1328,
2144,
16,
1314,
1330,
1641,
92,
588,
589,
57,
59,
62,
2146,
758,
590,
1292,
1712,
601,
2586
],
),
"photo_camera": SymbolsMetadata(
popularity: 18530,
codepoint: 0xe412,
categories: [1],
tags: [
4936,
504,
40,
42,
193,
288,
44,
346,
138,
49,
1111,
53,
406,
354,
439,
13266,
57,
1346,
59,
62,
453,
4899,
1347,
433,
31,
65,
37,
434,
476
],
),
"photo_camera_back": SymbolsMetadata(
popularity: 262,
codepoint: 0xef68,
categories: [1],
tags: [
2443,
5140,
40,
42,
193,
288,
4392,
1749,
2538,
49,
1595,
53,
1596,
1597,
57,
59,
62,
5123,
2756,
453,
4899,
1347,
433,
65,
37
],
),
"photo_camera_front": SymbolsMetadata(
popularity: 609,
codepoint: 0xef69,
categories: [1],
tags: [
565,
1132,
40,
42,
193,
1325,
13267,
577,
147,
13268,
5097,
2751,
581,
49,
5122,
53,
406,
13269,
439,
289,
588,
589,
57,
13270,
59,
8838,
62,
5100,
590,
453,
2758,
1347,
433,
527,
3256,
601,
37,
443,
13271
],
),
"photo_frame": SymbolsMetadata(
popularity: 341,
codepoint: 0xf0d9,
categories: [1],
tags: [
1592,
2136,
1132,
1161,
8,
348,
1343,
137,
6747,
4234,
49,
1376,
13272,
406,
2799,
12404,
289,
57,
13273,
1346,
62,
7628,
1427,
432,
433,
396,
476,
13274
],
),
"photo_library": SymbolsMetadata(
popularity: 5704,
codepoint: 0xe413,
categories: [1],
tags: [
1342,
1674,
959,
4794,
2138,
1197,
2140,
13275,
1541,
8,
1680,
49,
5128,
1082,
1345,
1029,
406,
1596,
1597,
439,
586,
92,
2753,
57,
4813,
59,
2145,
62,
2146,
3356,
1688,
2716,
1712,
1690,
396,
476
],
),
"photo_prints": SymbolsMetadata(
popularity: 199,
codepoint: 0xefb2,
categories: [1],
tags: [
1342,
1592,
1197,
1593,
1716,
8,
1430,
6870,
348,
1343,
1729,
49,
2508,
406,
5129,
2457,
1708,
1587,
57,
1346,
13276,
59,
2145,
62,
2146,
1735,
13277,
2510,
13278,
5091,
1712,
476
],
),
"photo_size_select_large": SymbolsMetadata(
popularity: 303,
codepoint: 0xe433,
categories: [1],
tags: [
1739,
5343,
1342,
8265,
2394,
754,
1252,
680,
914,
147,
2156,
348,
5810,
1343,
49,
1595,
1940,
1345,
2344,
406,
1596,
1597,
70,
57,
59,
62,
9717,
432,
2222,
391,
8817,
362,
363,
298,
1598,
396
],
),
"photo_size_select_small": SymbolsMetadata(
popularity: 417,
codepoint: 0xe434,
categories: [1],
tags: [
1739,
1342,
1466,
6037,
6355,
377,
8,
1252,
680,
370,
382,
49,
1940,
385,
1345,
4112,
2897,
1596,
1597,
70,
57,
59,
62,
432,
5920,
362,
2922,
298,
1956,
433,
4814,
2717,
396,
3055
],
),
"php": SymbolsMetadata(
popularity: 947,
codepoint: 0xeb8f,
categories: [2],
tags: [
480,
4,
2564,
281,
5984,
5,
1102,
2218,
2187,
11505,
1716,
1313,
1104,
3496,
4885,
2787,
12,
5988,
13279,
13280,
259,
5226,
16,
2482,
523,
13281,
1686,
1123,
6664,
3325,
5996,
2726,
13282,
31,
65,
33,
35,
2202,
13283,
13284
],
),
"physical_therapy": SymbolsMetadata(
popularity: 14,
codepoint: 0xe11e,
categories: [15],
tags: [
690,
4119,
13285,
2375,
1762,
11,
2887,
697,
892,
1764,
581,
3139,
3140,
1525,
894,
468,
4124,
12799,
4273,
589,
3142,
13286,
11914,
1687,
3143,
30,
1944,
2348,
13287,
3147,
3492,
3521,
11919
],
),
"piano": SymbolsMetadata(
popularity: 966,
codepoint: 0xe521,
categories: [15],
tags: [
1592,
1268,
8958,
13288,
13289,
4452,
781,
9926,
4840,
1113,
10900,
4438,
1959,
406,
8107,
1707,
3079,
648,
13290,
2509,
8255,
440,
4261,
593,
3057,
1293,
11439,
13291
],
),
"piano_off": SymbolsMetadata(
popularity: 194,
codepoint: 0xe520,
categories: [15],
tags: [
1268,
2061,
345,
1299,
2013,
1162,
868,
1055,
4840,
1113,
10900,
1470,
1707,
13292,
3079,
13293,
1302,
2098,
13294,
1585,
1059,
1061,
13290,
432,
2102,
1067,
593,
1293,
1226,
6835,
413,
5167
],
),
"picture_as_pdf": SymbolsMetadata(
popularity: 8969,
codepoint: 0xe415,
categories: [1],
tags: [
13295,
13296,
4,
11682,
5,
1725,
2572,
8685,
1430,
2445,
13297,
13298,
11211,
13299,
3660,
12733,
2573,
13300,
147,
557,
13301,
2574,
12,
370,
49,
16,
2457,
3397,
1587,
11591,
13302,
13303,
13304,
13305,
57,
59,
62,
13306,
13307,
13308,
1712,
31,
33,
35,
8868,
8698
],
),
"picture_in_picture": SymbolsMetadata(
popularity: 551,
codepoint: 0xe8aa,
categories: [7],
tags: [
570,
1814,
13309,
8,
13310,
13311,
10392,
13312,
781,
9082,
385,
406,
407,
8837,
9083,
2897,
7663,
7054,
8814,
2753,
57,
62,
5239,
9086,
12563,
329,
6359,
6237,
410,
13313,
392,
13314,
13315,
7667,
13316,
37,
13317,
543,
13318,
13319,
396,
1187
],
rtlAutoMirrored: true,
),
"picture_in_picture_alt": SymbolsMetadata(
popularity: 659,
codepoint: 0xe911,
categories: [7],
tags: [
1591,
482,
570,
1814,
13309,
8,
13311,
9082,
49,
385,
406,
407,
686,
9084,
7054,
8814,
2753,
57,
62,
5239,
9086,
408,
409,
329,
432,
410,
392,
13314,
433,
411,
13316,
37,
543,
396,
13320,
4533,
1187
],
rtlAutoMirrored: true,
),
"picture_in_picture_center": SymbolsMetadata(
popularity: 20,
codepoint: 0xf550,
categories: [7],
tags: [
308,
570,
1745,
2817,
1814,
13309,
8,
13311,
13321,
2340,
914,
9082,
348,
13322,
2870,
5384,
385,
406,
1750,
7054,
8814,
2753,
57,
62,
5239,
9086,
329,
432,
2222,
410,
392,
2922,
13314,
13323,
13324,
13316,
989,
37,
396,
1187
],
),
"picture_in_picture_large": SymbolsMetadata(
popularity: 8,
codepoint: 0xf54f,
categories: [7],
tags: [
570,
1814,
13309,
8,
13311,
9409,
13312,
914,
9089,
9082,
5810,
1940,
385,
406,
352,
2897,
9084,
7054,
8814,
2753,
57,
62,
5239,
13325,
9086,
409,
9569,
12563,
13326,
329,
410,
392,
2922,
298,
13314,
13316,
37,
444,
543,
1187
],
rtlAutoMirrored: true,
),
"picture_in_picture_medium": SymbolsMetadata(
popularity: 15,
codepoint: 0xf54e,
categories: [7],
tags: [
504,
570,
345,
1814,
13309,
8,
13311,
1164,
13321,
346,
4864,
138,
1344,
385,
406,
2897,
354,
7054,
1087,
355,
8814,
2753,
57,
62,
5239,
9086,
408,
409,
329,
2222,
410,
392,
2922,
13314,
454,
411,
13316,
141,
1348,
37,
1187
],
rtlAutoMirrored: true,
),
"picture_in_picture_mobile": SymbolsMetadata(
popularity: 18,
codepoint: 0xf517,
categories: [7],
tags: [
748,
1673,
501,
570,
13327,
628,
345,
2817,
1814,
13309,
8,
13311,
781,
9082,
348,
467,
385,
406,
13328,
262,
439,
7054,
8814,
2753,
57,
62,
5239,
9086,
329,
432,
410,
392,
13314,
13329,
1701,
13316,
37,
366,
543,
7062,
1187,
2859
],
rtlAutoMirrored: true,
),
"picture_in_picture_off": SymbolsMetadata(
popularity: 17,
codepoint: 0xf52f,
categories: [7],
tags: [
504,
570,
1209,
345,
1814,
13309,
1300,
868,
8,
13311,
1055,
1212,
5810,
138,
385,
406,
2897,
13330,
7054,
1059,
1060,
1061,
355,
8814,
2753,
57,
62,
13331,
9086,
13332,
12563,
329,
1224,
410,
392,
13314,
1067,
1226,
411,
13316,
413,
5167,
37,
543,
396,
1187
],
),
"picture_in_picture_small": SymbolsMetadata(
popularity: 26,
codepoint: 0xf54d,
categories: [7],
tags: [
570,
6037,
345,
1814,
13309,
8,
13311,
914,
9082,
348,
49,
13322,
385,
406,
13333,
354,
7054,
1087,
8814,
2753,
57,
62,
5239,
9086,
408,
409,
329,
432,
2222,
410,
392,
13314,
1956,
433,
13316,
412,
6123,
413,
37,
396,
476,
1187
],
rtlAutoMirrored: true,
),
"pie_chart": SymbolsMetadata(
popularity: 2975,
codepoint: 0xe6c4,
categories: [9],
tags: [
1422,
1071,
1423,
517,
569,
373,
193,
3761,
81,
375,
1136,
963,
941,
1078,
234,
1081,
68,
2467,
1182,
226,
1086,
5030,
3686,
7510,
5904,
759,
4798,
2334,
2469,
1152,
4981,
746,
3074,
1095,
514
],
),
"pill": SymbolsMetadata(
popularity: 105,
codepoint: 0xe11f,
categories: [3],
tags: [
12796,
1332,
11791,
7640,
11802,
5206,
1763,
697,
892,
138,
894,
1767,
1768,
13334,
492,
6693,
1769,
11447,
1770,
1771,
10168,
330,
11419,
392,
2384,
1339,
2491,
3147,
5378,
3492
],
),
"pill_off": SymbolsMetadata(
popularity: 5,
codepoint: 0xf809,
categories: [3],
tags: [
1208,
11791,
2606,
1162,
1300,
868,
5206,
1763,
697,
892,
13335,
1222,
11635,
894,
1767,
1768,
13334,
2017,
1059,
6693,
9122,
1769,
11447,
1770,
1771,
1224,
2536,
11419,
392,
1067,
1226,
525,
5378,
1068
],
),
"pin": SymbolsMetadata(
popularity: 2739,
codepoint: 0xf045,
categories: [4],
tags: [
72,
74,
75,
1513,
8690,
312,
7,
2273,
13085,
13336,
317,
1532,
318,
1544,
321,
4102,
1112,
323,
980,
5613,
1388,
1085,
174,
325,
22,
5319,
3354,
326,
327,
1392,
1167,
329,
10857,
10371,
1036,
496,
857,
31,
1095,
332,
5321,
12689
],
),
"pin_drop": SymbolsMetadata(
popularity: 36047,
codepoint: 0xe55e,
categories: [5],
tags: [
1513,
1131,
374,
8308,
312,
313,
2904,
316,
317,
318,
1544,
321,
2326,
323,
4150,
1534,
1166,
174,
1624,
325,
326,
1535,
327,
328,
329,
10857,
1149,
13337,
1126,
1540,
1226,
2148,
332
],
),
"pin_end": SymbolsMetadata(
popularity: 330,
codepoint: 0xe767,
categories: [6],
tags: [
748,
77,
312,
313,
1746,
2127,
12851,
317,
13338,
1544,
321,
2326,
13339,
6188,
1388,
4150,
1166,
174,
325,
326,
13340,
13341,
13342,
1535,
327,
1392,
1167,
329,
1227,
2148
],
),
"pin_invoke": SymbolsMetadata(
popularity: 404,
codepoint: 0xe763,
categories: [6],
tags: [
748,
1381,
77,
312,
313,
1746,
2904,
1544,
321,
2821,
51,
13343,
323,
324,
1166,
174,
325,
12234,
492,
326,
1535,
327,
328,
1167,
329,
10857,
13344,
7821,
644,
10858,
511,
332
],
),
"pinboard": SymbolsMetadata(
popularity: 46,
codepoint: 0xf3ab,
categories: [6],
tags: [
5713,
4137,
571,
283,
2303,
13345,
8,
3804,
68,
4466,
1029,
1583,
583,
1480,
1183,
92,
326,
13346,
11809,
3488,
1352,
1427,
1516,
5438,
10857,
4104,
1370,
1539,
1528,
13347,
10858,
1517,
3564,
13348,
476,
4732
],
),
"pinboard_unread": SymbolsMetadata(
popularity: 15,
codepoint: 0xf3ac,
categories: [6],
tags: [
1360,
5713,
13349,
1694,
4137,
193,
1746,
1367,
323,
13339,
324,
1388,
174,
1583,
583,
887,
1183,
616,
326,
10872,
13350,
1167,
5438,
10857,
3380,
2298,
1370,
1539,
4464,
10371,
13351,
2300,
10858,
1517,
3564,
2597,
13352,
2599,
13353
],
),
"pinch": SymbolsMetadata(
popularity: 1028,
codepoint: 0xeb38,
categories: [2],
tags: [
1739,
77,
502,
6038,
345,
313,
1430,
2340,
914,
1790,
2695,
2696,
12920,
1326,
2698,
49,
1612,
5815,
1116,
324,
2344,
2897,
262,
325,
13354,
57,
13355,
5920,
2222,
391,
410,
2922,
298,
13356,
525,
1793,
13357,
13358,
2337
],
),
"pinch_zoom_in": SymbolsMetadata(
popularity: 611,
codepoint: 0xf1fa,
categories: [6],
tags: [
745,
1739,
502,
1209,
13359,
345,
145,
313,
8,
2340,
914,
2695,
1749,
2696,
13360,
2698,
2076,
3039,
1337,
1612,
1116,
262,
386,
13355,
239,
2222,
391,
6238,
410,
525,
1793,
396,
2337,
8269
],
),
"pinch_zoom_out": SymbolsMetadata(
popularity: 714,
codepoint: 0xf1fb,
categories: [6],
tags: [
77,
502,
2444,
13361,
2953,
375,
313,
8,
1430,
1790,
2695,
2696,
2698,
2076,
49,
1344,
1951,
87,
13362,
324,
2897,
1255,
262,
2927,
2345,
57,
13355,
1167,
13363,
6237,
410,
2922,
1793,
13358,
396,
8689,
2337,
3055
],
),
"pip": SymbolsMetadata(
popularity: 116,
codepoint: 0xf64d,
categories: [2],
tags: [
77,
482,
344,
1209,
628,
2817,
8,
781,
346,
9082,
348,
1111,
13322,
10727,
406,
13328,
2897,
1750,
354,
439,
2753,
62,
5239,
9086,
408,
409,
12563,
432,
906,
410,
13315,
433,
3001,
2031,
37,
543,
396,
1187
],
),
"pip_exit": SymbolsMetadata(
popularity: 42,
codepoint: 0xf70d,
categories: [2],
tags: [
77,
1209,
13364,
912,
13365,
13366,
4646,
2127,
1212,
914,
9082,
348,
5810,
1111,
10727,
2197,
406,
352,
13367,
1750,
2345,
62,
5239,
13368,
9086,
408,
1224,
2222,
1124,
2922,
9088,
1226,
37,
543,
1187,
3993
],
),
"pivot_table_chart": SymbolsMetadata(
popularity: 492,
codepoint: 0xe9ce,
categories: [12],
tags: [
924,
1422,
1071,
77,
502,
1423,
517,
569,
373,
933,
1425,
81,
4374,
375,
313,
1678,
1252,
680,
941,
1078,
382,
1081,
68,
6792,
12960,
226,
1086,
92,
9064,
13369,
1427,
1428,
3489,
470,
1459,
1588,
1460,
746,
13370,
1473,
1095,
7511
],
),
"place_item": SymbolsMetadata(
popularity: 1960,
codepoint: 0xf1f0,
categories: [2],
tags: [
1513,
77,
502,
312,
313,
1542,
2819,
2904,
317,
318,
1544,
2821,
1376,
1623,
2326,
323,
6188,
1388,
4150,
1085,
1750,
325,
1535,
327,
13350,
13371,
1392,
329,
13372,
1126,
332,
1921,
12689
],
),
"plagiarism": SymbolsMetadata(
popularity: 1571,
codepoint: 0xea5a,
categories: [12],
tags: [
4422,
1360,
691,
1661,
628,
1725,
5487,
13373,
1580,
1430,
3660,
3496,
13374,
6649,
317,
1213,
1109,
4483,
5209,
13375,
1115,
1117,
1586,
1587,
13376,
13377,
1428,
1737,
1126,
1127,
31,
33,
13378,
13379,
13380,
206,
1485
],
),
"planet": SymbolsMetadata(
popularity: 50,
codepoint: 0xf387,
categories: [3],
tags: [
4075,
4794,
193,
283,
284,
4081,
314,
315,
3097,
1844,
316,
318,
319,
320,
322,
259,
325,
267,
9817,
12802,
6693,
5233,
4179,
823,
331,
65,
332,
10754,
1186,
334,
13381
],
),
"planner_banner_ad_pt": SymbolsMetadata(
popularity: 64,
codepoint: 0xe692,
categories: [1],
tags: [
1175,
1176,
1131,
1178,
1423,
481,
482,
3938,
1333,
628,
485,
8,
1164,
3499,
379,
137,
699,
49,
1595,
385,
1182,
1596,
1597,
57,
59,
62,
820,
5001,
5100,
1184,
13382,
432,
1151,
5524,
2491,
823,
907,
476
],
),
"planner_review": SymbolsMetadata(
popularity: 169,
codepoint: 0xe694,
categories: [9],
tags: [
3091,
1422,
2072,
2466,
2073,
1661,
81,
1160,
1252,
3485,
10,
1078,
1470,
88,
1029,
1585,
616,
586,
1667,
5001,
13383,
1668,
759,
1370,
1428,
3503,
1168,
13384,
1517,
5891,
2465,
2453
],
),
"play_arrow": SymbolsMetadata(
popularity: 27367,
codepoint: 0xe037,
categories: [0],
tags: [
1673,
501,
77,
1268,
2443,
6346,
504,
344,
2707,
345,
1745,
313,
781,
13385,
903,
138,
1344,
406,
354,
1707,
325,
2509,
408,
409,
6349,
906,
410,
2008,
2838,
1293,
2130,
454,
1691,
141,
1348,
37,
333,
1186
],
),
"play_circle": SymbolsMetadata(
popularity: 24339,
codepoint: 0xe1c4,
categories: [0],
tags: [
77,
1268,
6346,
731,
504,
193,
628,
902,
345,
1745,
781,
2958,
1301,
1282,
406,
354,
1707,
2509,
408,
409,
9625,
453,
2865,
6349,
330,
2008,
2130,
454,
1691,
37,
2080
],
),
"play_disabled": SymbolsMetadata(
popularity: 276,
codepoint: 0xef6a,
categories: [0],
tags: [
748,
1268,
1051,
504,
13386,
345,
1745,
868,
1055,
903,
5406,
1222,
6348,
2870,
406,
354,
1707,
13387,
1059,
1061,
2509,
408,
9569,
392,
1067,
2130,
31,
1691,
1068,
37
],
),
"play_for_work": SymbolsMetadata(
popularity: 398,
codepoint: 0xe906,
categories: [7],
tags: [
77,
1268,
3641,
1514,
569,
4909,
193,
1385,
1430,
2819,
147,
346,
1684,
3636,
1515,
1029,
406,
13388,
354,
1391,
2509,
13389,
12237,
408,
409,
4913,
4914,
759,
1516,
2130,
13390,
454,
1517,
37,
1518
],
),
"play_lesson": SymbolsMetadata(
popularity: 629,
codepoint: 0xf047,
categories: [0],
tags: [
4422,
1268,
3390,
1694,
504,
1907,
902,
3094,
44,
13391,
3097,
2821,
3099,
5449,
3105,
13392,
13393,
13394,
406,
4726,
439,
2509,
13395,
408,
3380,
2890,
6349,
3505,
2743,
2130,
10330,
3033,
1691,
4467,
37
],
),
"play_pause": SymbolsMetadata(
popularity: 1542,
codepoint: 0xf137,
categories: [0],
tags: [
748,
77,
1268,
517,
504,
1103,
902,
345,
1745,
13396,
903,
1108,
3378,
5454,
1470,
406,
352,
1707,
1223,
2509,
408,
409,
6349,
2130,
1226,
411,
413,
1691,
37
],
),
"playing_cards": SymbolsMetadata(
popularity: 70,
codepoint: 0xf5dc,
categories: [3],
tags: [
13397,
13398,
13399,
5379,
13400,
5421,
13401,
5355,
5380,
6892,
1487,
781,
8105,
5428,
5383,
13402,
13403,
4724,
2498,
4506,
1959,
13404,
3363,
13405,
3652,
6895,
5432,
3299,
13406,
1712,
13407,
13408
],
),
"playlist_add": SymbolsMetadata(
popularity: 2973,
codepoint: 0xe03b,
categories: [0],
tags: [
231,
745,
13409,
1268,
13410,
1423,
517,
1197,
1325,
11329,
147,
1680,
1376,
86,
1345,
87,
1470,
88,
406,
13411,
1707,
13412,
887,
13413,
1710,
13414,
239,
1433,
1459,
13415,
1293,
31
],
),
"playlist_add_check": SymbolsMetadata(
popularity: 1915,
codepoint: 0xe065,
categories: [0],
tags: [
745,
4470,
8585,
1658,
1466,
1268,
1661,
3182,
1197,
463,
1663,
2689,
1664,
4802,
86,
1345,
88,
1166,
439,
1707,
1666,
91,
1710,
239,
1711,
362,
94,
6145,
245,
1517,
1669,
2336,
1576,
37,
1672
],
),
"playlist_add_check_circle": SymbolsMetadata(
popularity: 749,
codepoint: 0xe7e6,
categories: [0],
tags: [
2661,
745,
1342,
13416,
2135,
1268,
1374,
2139,
1661,
193,
1197,
463,
2689,
628,
1325,
1664,
1252,
1198,
13417,
13418,
86,
1345,
88,
2078,
1166,
406,
1707,
91,
92,
1710,
453,
94,
1293,
245,
2148,
1576,
37
],
),
"playlist_add_circle": SymbolsMetadata(
popularity: 476,
codepoint: 0xe7e5,
categories: [0],
tags: [
745,
1342,
8585,
2135,
1268,
2139,
1661,
193,
1197,
1325,
13385,
1345,
88,
1166,
406,
354,
1707,
887,
1710,
239,
1711,
453,
2147,
3057,
1293,
2148,
2031,
37
],
),
"playlist_play": SymbolsMetadata(
popularity: 1014,
codepoint: 0xe05f,
categories: [0],
tags: [
8810,
77,
1268,
517,
1197,
628,
781,
8583,
699,
1470,
88,
406,
407,
686,
439,
1707,
2509,
13419,
408,
409,
1710,
1711,
13420,
2147,
2130,
454,
3058,
1691,
1464,
37
],
),
"playlist_remove": SymbolsMetadata(
popularity: 952,
codepoint: 0xeb80,
categories: [0],
tags: [
4990,
1342,
1208,
780,
1209,
1197,
1235,
1210,
4645,
6904,
811,
3371,
915,
916,
1345,
1470,
88,
406,
1255,
1707,
1710,
453,
1224,
13415,
1261,
97,
13421,
5168,
7033,
3993
],
),
"plug_connect": SymbolsMetadata(
popularity: 47,
codepoint: 0xf35a,
categories: [11],
tags: [
5551,
4937,
3679,
3868,
1073,
284,
4938,
4939,
13422,
288,
3682,
3869,
3921,
1878,
3683,
46,
10939,
1111,
1344,
1314,
5555,
1733,
3969,
1315,
3687,
3918,
4941,
764,
765,
65,
3375,
4942
],
),
"plumbing": SymbolsMetadata(
popularity: 842,
codepoint: 0xf107,
categories: [5],
tags: [
1374,
1180,
1075,
1497,
375,
3863,
13423,
2787,
13424,
1748,
1077,
2516,
382,
5389,
1140,
1499,
4878,
1622,
1525,
1470,
3960,
267,
8886,
13425,
3848,
4881,
13426,
652,
1093,
1781,
3375,
8557,
3829,
4884
],
),
"podcasts": SymbolsMetadata(
popularity: 2044,
codepoint: 0xf048,
categories: [0],
tags: [
1268,
12993,
517,
731,
2023,
193,
283,
628,
781,
13385,
259,
1470,
1301,
13427,
406,
686,
1285,
1707,
267,
2458,
2509,
3379,
9625,
13428,
2056,
453,
273,
1293,
594,
411,
1296,
65,
5517,
1298,
1856,
278
],
),
"podiatry": SymbolsMetadata(
popularity: 31,
codepoint: 0xe120,
categories: [15],
tags: [
3546,
690,
3550,
3137,
6966,
2375,
4926,
1762,
7194,
3784,
697,
892,
1764,
581,
2379,
3140,
3555,
894,
1768,
10487,
12799,
4273,
13429,
29,
7427,
9764,
710,
2932,
4964,
3147,
5378,
3148,
3798
],
),
"podium": SymbolsMetadata(
popularity: 168,
codepoint: 0xf7fb,
categories: [9],
tags: [
3,
3493,
3666,
6,
5094,
3495,
7933,
10,
1908,
13430,
13431,
3159,
5449,
3501,
648,
327,
1686,
11148,
1427,
9626,
13432,
795,
360,
594,
30,
6121,
4153,
245,
3925,
1263,
3507,
3509,
5693
],
),
"point_of_sale": SymbolsMetadata(
popularity: 2349,
codepoint: 0xf17e,
categories: [11],
tags: [
924,
569,
1647,
11363,
931,
13433,
1416,
934,
1417,
224,
1730,
1390,
13434,
948,
12036,
950,
951,
13435,
328,
13436,
13437,
13438,
1654,
985,
1393,
13439,
6725,
2469,
3281,
11366,
1394,
1396,
1093,
1317,
13440,
13441,
13442,
956
],
),
"point_scan": SymbolsMetadata(
popularity: 190,
codepoint: 0xf70c,
categories: [2],
tags: [
480,
7545,
5522,
1422,
1659,
1704,
193,
81,
7811,
44,
314,
316,
317,
904,
10595,
68,
87,
2326,
1535,
328,
1167,
4260,
7093,
3380,
1737,
5491,
1126,
392,
273,
13443,
5839,
1227,
65
],
),
"poker_chip": SymbolsMetadata(
popularity: 56,
codepoint: 0xf49b,
categories: [3],
tags: [
5419,
5420,
5421,
5422,
4918,
5424,
193,
932,
1197,
937,
5425,
4734,
1105,
781,
941,
379,
5427,
5428,
13444,
5383,
5726,
4724,
5429,
1376,
1959,
5431,
948,
492,
2558,
5432,
13445,
3299,
330,
1712,
31,
5434,
2505,
5436
],
),
"policy": SymbolsMetadata(
popularity: 4799,
codepoint: 0xea17,
categories: [13],
tags: [
1757,
2440,
1553,
3092,
3183,
2881,
2444,
81,
13446,
1430,
13447,
147,
317,
1109,
3747,
5409,
68,
3721,
2448,
88,
1115,
1116,
1117,
1029,
3675,
1587,
11215,
1034,
1063,
1573,
1574,
1752,
1428,
2161,
1126,
1036,
1127,
1575,
13448,
5998,
9781,
33,
1576
],
),
"policy_alert": SymbolsMetadata(
popularity: 194,
codepoint: 0xf407,
categories: [13],
tags: [
3109,
861,
1360,
1361,
691,
1553,
3183,
2881,
1365,
2720,
1366,
3914,
317,
4495,
1109,
5409,
3458,
1367,
68,
2722,
3721,
2448,
1115,
1116,
1117,
1166,
616,
11215,
1034,
1063,
2725,
1573,
1574,
1752,
1370,
1065,
4415,
2161,
1126,
1036,
1127,
1575,
291,
31,
9781,
1691,
1576,
206
],
),
"polyline": SymbolsMetadata(
popularity: 1022,
codepoint: 0xebbb,
categories: [12],
tags: [
373,
1578,
1073,
1074,
284,
1325,
81,
485,
375,
2786,
378,
488,
381,
1078,
137,
384,
87,
1470,
3424,
289,
1625,
2807,
851,
13449,
390,
1152,
2462,
392,
4564,
1409,
476,
10755
],
),
"polymer": SymbolsMetadata(
popularity: 515,
codepoint: 0xe8ab,
categories: [6],
tags: [
480,
1466,
10751,
2392,
1522,
4168,
284,
6787,
375,
3496,
2787,
1077,
1078,
13450,
4131,
1314,
1084,
2482,
1166,
4177,
10753,
267,
1088,
13451,
91,
2364,
13452,
4179,
5977,
94,
955,
514
],
),
"pool": SymbolsMetadata(
popularity: 2065,
codepoint: 0xeb48,
categories: [16],
tags: [
2513,
4346,
7323,
7540,
3810,
4036,
690,
13453,
781,
11,
3833,
2887,
8948,
3295,
697,
7542,
3818,
2739,
581,
1895,
1959,
2487,
3651,
588,
589,
2558,
2509,
3823,
3299,
1917,
3824,
2423,
3825,
3519,
2371,
13454,
3827,
3147,
1961,
3829
],
),
"portable_wifi_off": SymbolsMetadata(
popularity: 152,
codepoint: 0xe0ce,
categories: [4],
tags: [
284,
13455,
3262,
1299,
81,
13456,
868,
2719,
1055,
13457,
259,
11633,
87,
13458,
267,
13459,
2016,
6429,
7575,
13460,
13242,
1059,
1060,
1061,
2539,
13461,
13462,
652,
13463,
273,
13464,
2019,
1067,
13465,
13466,
1068,
277,
13467,
13246,
278
],
),
"position_bottom_left": SymbolsMetadata(
popularity: 18,
codepoint: 0xf70b,
categories: [2],
tags: [
2150,
1520,
1673,
501,
1131,
2186,
13468,
309,
2707,
310,
2817,
485,
312,
313,
382,
2821,
1344,
385,
2197,
323,
174,
262,
630,
507,
271,
326,
327,
2198,
328,
329,
13469,
1149,
410,
7089,
1152,
2838,
1540,
525,
1227,
1263,
141,
1348,
333,
1186,
1187,
1155
],
),
"position_bottom_right": SymbolsMetadata(
popularity: 21,
codepoint: 0xf70a,
categories: [2],
tags: [
2149,
2150,
1520,
1673,
501,
503,
13470,
2707,
345,
310,
2817,
485,
313,
1746,
13471,
382,
51,
1344,
385,
323,
174,
262,
630,
507,
271,
1535,
2198,
328,
329,
2190,
13469,
179,
410,
2838,
525,
1263,
141,
1348,
333,
1186,
1187
],
),
"position_top_right": SymbolsMetadata(
popularity: 31,
codepoint: 0xf709,
categories: [2],
tags: [
2149,
1520,
1673,
501,
1131,
77,
482,
2707,
345,
2817,
485,
313,
1164,
382,
2821,
51,
1344,
385,
323,
262,
630,
1750,
325,
492,
507,
271,
326,
1535,
2198,
1167,
329,
13469,
906,
410,
1151,
2838,
7444,
433,
525,
1227,
1263,
141,
1348,
333,
1186,
1187
],
rtlAutoMirrored: true,
),
"post": SymbolsMetadata(
popularity: 37,
codepoint: 0xe705,
categories: [12],
tags: [
745,
2442,
3067,
628,
1325,
1580,
1430,
1431,
147,
488,
1470,
1583,
583,
887,
1480,
1586,
1587,
1352,
1353,
453,
432,
1588,
2930,
1485
],
),
"post_add": SymbolsMetadata(
popularity: 4114,
codepoint: 0xea20,
categories: [12],
tags: [
231,
745,
1620,
13472,
13473,
2442,
3067,
1578,
13474,
628,
1325,
13475,
13476,
81,
1580,
1430,
1678,
1431,
147,
1681,
1682,
583,
887,
13477,
1585,
1586,
1587,
239,
1352,
13478,
1353,
13479,
4585,
1588,
4519,
243,
33,
1590,
1485
],
),
"potted_plant": SymbolsMetadata(
popularity: 2421,
codepoint: 0xf8aa,
categories: [3],
tags: [
2353,
1161,
6224,
1844,
2355,
13480,
7982,
3815,
1821,
2357,
234,
1140,
13481,
13482,
13483,
6554,
9730,
2361,
2362,
3958,
2363,
1826,
2364,
1827,
13484,
6479,
13485,
13486,
13487,
7988
],
),
"power": SymbolsMetadata(
popularity: 1896,
codepoint: 0xe63c,
categories: [11],
tags: [
1659,
504,
3679,
193,
345,
4939,
288,
1300,
3682,
3869,
3921,
2537,
4326,
3683,
51,
87,
1059,
1061,
5555,
3969,
3687,
10319,
3446,
762,
13488,
2130,
4248,
1226,
2404,
1093,
65,
413,
5167,
9009
],
),
"power_input": SymbolsMetadata(
popularity: 199,
codepoint: 0xe336,
categories: [11],
tags: [
5551,
13489,
4937,
3679,
3868,
1073,
4938,
1843,
288,
3682,
3869,
3921,
2537,
3683,
1111,
1344,
1470,
3969,
1315,
3687,
12844,
12845,
13490,
13491,
3918,
4941,
5558,
65,
3375,
7098,
13492,
13493
],
),
"power_off": SymbolsMetadata(
popularity: 752,
codepoint: 0xe646,
categories: [11],
tags: [
504,
3679,
193,
1209,
1103,
345,
4939,
288,
868,
3682,
3869,
1055,
13494,
1212,
904,
1110,
87,
11510,
1059,
1061,
5555,
3969,
3687,
12041,
3446,
5924,
1067,
12042,
10420,
2404,
9918,
13495,
31,
1093,
413,
5167,
9009,
3729
],
),
"power_settings_circle": SymbolsMetadata(
popularity: 35,
codepoint: 0xf418,
categories: [6],
tags: [
3678,
504,
193,
462,
685,
1073,
345,
3263,
3921,
3683,
1110,
293,
68,
87,
1059,
1061,
70,
3687,
12041,
3891,
10319,
3446,
330,
1539,
71,
7085,
13488,
509,
2404,
31,
1093,
413
],
),
"power_settings_new": SymbolsMetadata(
popularity: 6458,
codepoint: 0xe8ac,
categories: [6],
tags: [
748,
504,
193,
1103,
345,
288,
3869,
1878,
3683,
293,
68,
3450,
87,
1730,
1059,
1061,
3687,
1035,
1539,
71,
13488,
2130,
1226,
2404,
31,
1093,
413,
3375
],
),
"prayer_times": SymbolsMetadata(
popularity: 25,
codepoint: 0xf838,
categories: [3],
tags: [
13496,
9464,
1496,
929,
4082,
12126,
5780,
5783,
12127,
12129,
13497,
13498,
3296,
12134,
12135,
2790,
12136,
12137,
5784,
5785,
5186,
13499,
5786,
5788,
13500,
13501,
9171,
332,
5194
],
),
"precision_manufacturing": SymbolsMetadata(
popularity: 4224,
codepoint: 0xf049,
categories: [9],
tags: [
2321,
779,
7993,
5752,
11667,
3208,
3349,
2125,
13502,
1522,
6445,
13503,
1325,
2787,
8471,
6447,
4878,
13504,
13505,
13506,
5312,
1730,
4879,
5757,
11670,
5314,
4880,
2332,
8839,
13507,
2366,
681,
10375,
2504,
13508,
13509,
5558,
65,
8473
],
),
"pregnancy": SymbolsMetadata(
popularity: 32,
codepoint: 0xf5f1,
categories: [3],
tags: [
13510,
3524,
10019,
690,
993,
2054,
13511,
13512,
1026,
3528,
1797,
225,
697,
892,
581,
7877,
1804,
4711,
894,
1768,
8514,
4713,
3532,
289,
1032,
13513,
588,
589,
8631,
8632,
13514,
13515,
590,
13516,
13517,
888,
4719,
7878
],
),
"pregnant_woman": SymbolsMetadata(
popularity: 1128,
codepoint: 0xe91e,
categories: [3],
tags: [
13510,
3524,
10019,
690,
993,
2054,
13512,
1026,
1797,
225,
697,
892,
581,
7877,
4711,
894,
1768,
4713,
3532,
289,
588,
589,
8631,
8632,
13514,
13515,
590,
13516,
13517,
888,
4719,
7878
],
),
"preliminary": SymbolsMetadata(
popularity: 123,
codepoint: 0xe7d8,
categories: [2],
tags: [
1658,
1592,
13518,
1743,
1661,
463,
6085,
485,
1664,
4510,
2786,
378,
1252,
6612,
2155,
2219,
137,
697,
384,
2673,
87,
3043,
756,
1166,
1641,
13519,
1666,
4516,
2626,
12815,
2594,
328,
13520,
2452,
362,
392,
644,
4564,
1170,
1669,
511,
2336,
1576,
1590,
1672
],
),
"prescriptions": SymbolsMetadata(
popularity: 70,
codepoint: 0xe121,
categories: [3],
tags: [
864,
3137,
3093,
1235,
13521,
1580,
13522,
1430,
5206,
1763,
2427,
904,
697,
13523,
892,
4255,
13335,
894,
11821,
13524,
1768,
13334,
13525,
1769,
13526,
1770,
1771,
1574,
11419,
705,
13527,
3147,
5378
],
),
"present_to_all": SymbolsMetadata(
popularity: 1078,
codepoint: 0xe0df,
categories: [7],
tags: [
2282,
77,
1190,
731,
4275,
5447,
573,
5094,
13528,
8,
2181,
3097,
10870,
319,
579,
13529,
5098,
13530,
1733,
5009,
1427,
1516,
2046,
410,
1528,
2008,
2838,
5981,
1294,
454,
597,
1713,
3033,
333,
8702,
1186
],
),
"preview": SymbolsMetadata(
popularity: 5839,
codepoint: 0xf1c5,
categories: [6],
tags: [
1661,
485,
13531,
13532,
1542,
8,
5812,
316,
10871,
5796,
13533,
5813,
385,
1115,
630,
1183,
8398,
3780,
13534,
9717,
2899,
13535,
410,
13536,
1127,
2008,
8393,
2838,
1540,
7497,
396,
7348,
4317,
2080,
333,
1186,
1187,
5236
],
),
"preview_off": SymbolsMetadata(
popularity: 35,
codepoint: 0xf7af,
categories: [6],
tags: [
2601,
3319,
7342,
13537,
1761,
13538,
485,
868,
13539,
1055,
5796,
1221,
2920,
813,
385,
13540,
7345,
7346,
1059,
1060,
1061,
9717,
13541,
1034,
13542,
13543,
2899,
410,
1036,
1127,
2008,
13544,
13545,
2838,
7347,
13546,
10269,
396,
13547,
13548,
333,
1186,
1187,
5236
],
),
"price_change": SymbolsMetadata(
popularity: 1851,
codepoint: 0xf04a,
categories: [9],
tags: [
1422,
77,
502,
928,
930,
931,
1743,
373,
932,
934,
1417,
936,
937,
81,
5038,
2884,
375,
938,
2819,
2578,
8476,
941,
942,
1078,
234,
235,
1389,
948,
523,
950,
951,
1421,
13549,
1428,
2422,
1395,
746,
7260,
4662,
8855,
31,
1429,
6640,
1702,
98,
36
],
),
"price_check": SymbolsMetadata(
popularity: 2391,
codepoint: 0xf04b,
categories: [9],
tags: [
1658,
13550,
928,
930,
931,
1661,
13551,
932,
934,
13552,
463,
1417,
936,
937,
10080,
12063,
938,
1664,
941,
5410,
52,
5814,
1166,
948,
12557,
1666,
523,
950,
951,
1421,
13553,
1654,
1393,
6725,
954,
1737,
13554,
1738,
13555,
362,
1395,
31,
182,
1669,
956,
2336,
36,
1576,
1672
],
),
"print": SymbolsMetadata(
popularity: 8970,
codepoint: 0xe8ad,
categories: [11],
tags: [
1724,
1725,
288,
1430,
4510,
8561,
1110,
2673,
6254,
1730,
1391,
1733,
1587,
1120,
1735,
1736,
13277,
13556,
13557,
3071,
1353,
1738,
2300
],
),
"print_add": SymbolsMetadata(
popularity: 4,
codepoint: 0xf7a2,
categories: [11],
tags: [
231,
748,
745,
504,
345,
1325,
1235,
288,
1476,
1430,
4510,
8561,
147,
488,
137,
1729,
138,
2673,
1344,
1730,
506,
887,
1391,
355,
1733,
1587,
239,
1735,
1736,
2300,
31
],
),
"print_connect": SymbolsMetadata(
popularity: 8,
codepoint: 0xf7a1,
categories: [11],
tags: [
861,
1658,
1661,
1662,
283,
463,
1073,
284,
254,
288,
44,
1664,
4510,
46,
8561,
2673,
1314,
13558,
1730,
1166,
267,
3175,
13559,
1391,
1666,
523,
4276,
13208,
1587,
4288,
1735,
13560,
1736,
362,
2300,
1528,
764,
765,
65,
1669,
2336,
1576,
278,
13561,
1672
],
),
"print_disabled": SymbolsMetadata(
popularity: 383,
codepoint: 0xe9cf,
categories: [11],
tags: [
2601,
13562,
1051,
6312,
13563,
5921,
288,
868,
1430,
1055,
1213,
137,
13564,
13565,
13566,
1059,
1061,
1733,
1587,
1735,
13567,
13568,
1736,
13569,
13570,
13571,
13572,
1065,
13573,
1067,
31,
1068,
13574,
1409
],
),
"print_error": SymbolsMetadata(
popularity: 7,
codepoint: 0xf7a0,
categories: [11],
tags: [
3109,
1360,
1361,
691,
283,
519,
1365,
288,
1430,
13575,
4510,
2720,
1366,
2721,
8561,
1479,
147,
1110,
1367,
2673,
2722,
1515,
1730,
2723,
1166,
583,
616,
1391,
1733,
1587,
1735,
1736,
2725,
1711,
1428,
2300,
652,
291,
31,
65,
1691,
206
],
),
"print_lock": SymbolsMetadata(
popularity: 4,
codepoint: 0xf651,
categories: [11],
tags: [
861,
1758,
13576,
1761,
13577,
1430,
4510,
8561,
1213,
2673,
1778,
1056,
1730,
1391,
5949,
1587,
5319,
2676,
1735,
13578,
13579,
1736,
1034,
1063,
13580,
1573,
1574,
1065,
1066,
3189,
705,
1774,
13581,
3191,
1036,
2300,
1575
],
),
"priority": SymbolsMetadata(
popularity: 3081,
codepoint: 0xe19f,
categories: [6],
tags: [
1360,
1658,
1361,
691,
1661,
463,
3680,
7948,
1365,
1664,
2720,
4701,
3499,
4495,
904,
4412,
13582,
1367,
51,
174,
814,
616,
1666,
289,
11520,
1036,
362,
392,
13583,
31,
1669,
1691,
13584,
2437,
4699,
206,
1672
],
),
"priority_high": SymbolsMetadata(
popularity: 8737,
codepoint: 0xe645,
categories: [6],
tags: [
3109,
1359,
1360,
1361,
691,
3680,
1365,
2720,
1366,
4701,
3914,
4495,
3458,
13582,
1367,
51,
1166,
583,
1480,
616,
289,
328,
11520,
1370,
273,
31,
1691,
2935,
2437,
206
],
),
"privacy": SymbolsMetadata(
popularity: 143,
codepoint: 0xf148,
categories: [0],
tags: [
861,
13109,
1758,
13585,
5137,
40,
4238,
5094,
1761,
13181,
81,
1273,
6804,
868,
1055,
5948,
346,
5107,
1027,
1110,
1278,
1279,
49,
68,
8036,
1778,
1284,
1285,
353,
6808,
1286,
1059,
1060,
1061,
5949,
1779,
13586,
62,
1034,
1063,
1574,
453,
3273,
1065,
705,
6261,
1774,
13587,
1036,
13588,
1575,
1067,
1293,
37,
434,
1298
],
),
"privacy_tip": SymbolsMetadata(
popularity: 2101,
codepoint: 0xf0dc,
categories: [13],
tags: [
565,
10244,
1360,
1177,
3134,
865,
1553,
13589,
345,
81,
145,
8021,
2821,
871,
10692,
5074,
293,
68,
616,
920,
11215,
1034,
1063,
1573,
1574,
3189,
3190,
6261,
1774,
1036,
1775,
652,
71,
1575,
10247,
880,
4842,
601,
1576,
206
],
),
"private_connectivity": SymbolsMetadata(
popularity: 724,
codepoint: 0xe744,
categories: [13],
tags: [
861,
13590,
284,
254,
81,
13591,
8021,
259,
6806,
1778,
1056,
267,
6808,
523,
13592,
5319,
1034,
1063,
10883,
3187,
13593,
1574,
13594,
705,
1774,
13595,
12527,
8034,
13596,
1036,
1575,
10053,
13597,
13598
],
),
"problem": SymbolsMetadata(
popularity: 380,
codepoint: 0xe122,
categories: [6],
tags: [
3109,
1360,
1361,
930,
691,
13599,
3680,
1365,
4406,
2720,
8148,
1366,
3914,
697,
1367,
68,
2722,
1166,
583,
616,
2725,
13600,
1428,
4415,
1036,
273,
291,
31,
1691,
206,
4421
],
),
"procedure": SymbolsMetadata(
popularity: 29,
codepoint: 0xe651,
categories: [3],
tags: [
748,
1466,
3092,
375,
1077,
5058,
2821,
697,
10241,
88,
894,
1118,
1119,
91,
586,
1667,
2993,
1090,
759,
94,
2147,
6419,
4964,
955,
13601,
1093,
1517,
2465,
1671
],
),
"process_chart": SymbolsMetadata(
popularity: 92,
codepoint: 0xf855,
categories: [12],
tags: [
77,
481,
1072,
373,
284,
81,
375,
1077,
5058,
903,
1078,
1080,
1081,
1623,
87,
1470,
1314,
324,
226,
1086,
267,
3424,
586,
1625,
1667,
2993,
1090,
2928,
1092,
94,
7198,
13602,
1067,
7849,
6419,
4964,
5724,
955,
2465,
1096,
1671
],
),
"production_quantity_limits": SymbolsMetadata(
popularity: 1687,
codepoint: 0xe1d1,
categories: [9],
tags: [
3109,
1360,
223,
1361,
928,
1133,
482,
3896,
930,
1648,
4660,
931,
691,
932,
934,
7431,
345,
80,
936,
937,
1365,
938,
2645,
2720,
1366,
2276,
1367,
3771,
550,
1952,
1141,
1029,
5757,
1166,
4756,
948,
616,
21,
523,
9504,
2577,
950,
951,
1653,
681,
26,
2368,
1395,
13603,
4662,
31,
1068,
206
],
),
"productivity": SymbolsMetadata(
popularity: 691,
codepoint: 0xe296,
categories: [10],
tags: [
3091,
1359,
2072,
569,
2073,
1159,
5014,
1160,
2075,
3479,
10,
1140,
6287,
1029,
4258,
1143,
616,
1391,
586,
920,
5001,
3488,
1668,
759,
13604,
1370,
1168,
3752,
1171,
2465,
1095,
1518
],
),
"progress_activity": SymbolsMetadata(
popularity: 1383,
codepoint: 0xe9d0,
categories: [2],
tags: [
2513,
341,
750,
751,
193,
462,
284,
81,
2091,
9804,
51,
756,
757,
267,
758,
759,
760,
761,
29,
763,
291,
764,
765,
1517,
1171,
526,
513,
2453,
766
],
),
"prompt_suggestion": SymbolsMetadata(
popularity: 639,
codepoint: 0xf4f6,
categories: [2],
tags: [
77,
2826,
13605,
13606,
3801,
6085,
314,
3869,
3683,
11233,
13607,
4483,
138,
3804,
4173,
11230,
4427,
3099,
2197,
9131,
2293,
583,
876,
3687,
1482,
2300,
1528,
4180,
31,
4851,
6031,
4447
],
rtlAutoMirrored: true,
),
"propane": SymbolsMetadata(
popularity: 187,
codepoint: 0xec14,
categories: [8],
tags: [
8895,
1759,
5697,
1333,
4205,
6839,
3683,
13608,
8187,
5974,
3870,
8899,
1848,
1140,
51,
4878,
792,
87,
1143,
3651,
2539,
3687,
13609,
2536,
1690,
5558,
12769,
3375,
8557,
554
],
),
"propane_tank": SymbolsMetadata(
popularity: 479,
codepoint: 0xec13,
categories: [8],
tags: [
8895,
12832,
1759,
3643,
1333,
4205,
6839,
811,
3683,
5180,
8187,
2276,
5974,
3870,
8899,
3027,
4878,
792,
17,
1143,
3651,
2539,
13609,
5556,
12768,
1503,
4033,
1690,
5558,
12769,
3375
],
),
"psychiatry": SymbolsMetadata(
popularity: 455,
codepoint: 0xe123,
categories: [3],
tags: [
1422,
6027,
6028,
13610,
3097,
3815,
977,
697,
892,
13611,
5477,
2468,
4427,
13612,
2361,
3099,
2362,
894,
2799,
5719,
13613,
6029,
12556,
1827,
13614,
6030,
4179,
7988,
3147,
4851,
13615,
5582,
6031,
3492,
4447,
6878
],
),
"psychology": SymbolsMetadata(
popularity: 8312,
codepoint: 0xea4a,
categories: [3],
tags: [
4667,
3429,
690,
6027,
10797,
12511,
6028,
2303,
3097,
1108,
1777,
977,
697,
581,
3804,
6792,
13616,
2468,
4427,
3099,
2799,
5719,
6029,
13617,
588,
589,
921,
13618,
13619,
13620,
6030,
4178,
4179,
71,
1292,
593,
3147,
4851,
4852,
5582,
6031,
12872
],
),
"psychology_alt": SymbolsMetadata(
popularity: 3121,
codepoint: 0xf8ea,
categories: [3],
tags: [
3940,
480,
1591,
1422,
865,
4667,
3429,
690,
6027,
6028,
2303,
13610,
13621,
1108,
1777,
977,
697,
892,
871,
581,
8618,
3804,
293,
68,
13616,
2468,
4427,
3099,
894,
5719,
13613,
6029,
588,
589,
921,
590,
13618,
13614,
6030,
3942,
3944,
4179,
71,
5395,
593,
4180,
4390,
880,
31,
3147,
4851,
4852,
5582,
6031
],
),
"public": SymbolsMetadata(
popularity: 18444,
codepoint: 0xe80b,
categories: [3],
tags: [
861,
862,
193,
574,
284,
4494,
315,
13622,
318,
319,
320,
322,
259,
323,
324,
267,
2927,
5233,
2046,
330,
1528,
593,
823,
331,
5322,
7348,
333,
334,
9819
],
),
"public_off": SymbolsMetadata(
popularity: 898,
codepoint: 0xf1ca,
categories: [3],
tags: [
861,
193,
284,
12337,
868,
315,
1055,
318,
319,
320,
322,
1952,
323,
324,
1085,
267,
1059,
1061,
5233,
1034,
1063,
2046,
1065,
1036,
1067,
593,
823,
331,
1068,
333,
334
],
),
"publish": SymbolsMetadata(
popularity: 3451,
codepoint: 0xe255,
categories: [2],
tags: [
77,
6242,
1676,
3002,
81,
615,
13623,
2181,
1430,
3012,
1696,
147,
3003,
1594,
259,
267,
523,
1352,
2046,
1353,
5320,
2300,
13624,
1528,
526,
1702,
527,
8353,
3255,
13625
],
),
"published_with_changes": SymbolsMetadata(
popularity: 3960,
codepoint: 0xf232,
categories: [6],
tags: [
1658,
2685,
77,
502,
2442,
3067,
6165,
1661,
6166,
463,
628,
1430,
1664,
4510,
1252,
147,
6168,
3439,
1470,
3043,
756,
1166,
1641,
1666,
1586,
1587,
1352,
1353,
13626,
432,
760,
2451,
3606,
7829,
470,
1539,
362,
1528,
1588,
433,
33,
1669,
2453,
527,
2336,
1576,
3664,
7611,
1485,
1672
],
),
"pulmonology": SymbolsMetadata(
popularity: 38,
codepoint: 0xe124,
categories: [3],
tags: [
837,
13627,
13628,
3546,
4165,
690,
1841,
1876,
13629,
5365,
7632,
2375,
1762,
11,
2887,
697,
892,
1764,
581,
138,
13630,
13631,
894,
1768,
9762,
3765,
9763,
13632,
11716,
13633,
13634,
12811,
4179,
31,
13635,
13636
],
),
"pulse_alert": SymbolsMetadata(
popularity: 66,
codepoint: 0xf501,
categories: [3],
tags: [
3109,
2513,
1360,
1422,
1361,
5365,
691,
373,
3680,
1365,
81,
1580,
1762,
7768,
2427,
2720,
1366,
1078,
697,
4506,
13637,
7770,
5371,
3458,
1367,
68,
87,
13638,
1166,
17,
894,
18,
630,
4258,
616,
5877,
4260,
359,
1428,
273,
291,
31,
2437,
4263,
206,
1855,
7196
],
),
"punch_clock": SymbolsMetadata(
popularity: 462,
codepoint: 0xeaa8,
categories: [11],
tags: [
11337,
13639,
569,
1159,
13640,
13641,
1160,
13642,
5887,
5390,
13643,
1391,
13644,
13645,
13646,
13647,
13648,
13649,
4132,
1168,
1171,
13650,
13651,
13652,
8089,
3468,
1172,
13653,
7818,
1095,
13654,
13655,
2562
],
),
"qr_code": SymbolsMetadata(
popularity: 3986,
codepoint: 0xef6b,
categories: [9],
tags: [
13656,
861,
3770,
40,
1102,
519,
1073,
6276,
13657,
13658,
288,
13659,
2004,
68,
1314,
3779,
406,
262,
647,
3354,
951,
1653,
13660,
3773,
3106,
13661,
3380,
1483,
1737,
13662,
1528,
1701,
433,
65,
956,
1530,
13663,
4821,
1186
],
),
"qr_code_2": SymbolsMetadata(
popularity: 4877,
codepoint: 0xe00a,
categories: [9],
tags: [
13656,
3770,
569,
40,
1102,
284,
975,
81,
44,
10256,
2004,
68,
1314,
3779,
1182,
13664,
406,
262,
3354,
951,
1653,
13660,
3773,
3106,
13661,
2890,
1483,
1737,
1738,
2030,
1701,
433,
13665,
65,
1530,
13663,
1186
],
),
"qr_code_2_add": SymbolsMetadata(
popularity: 32,
codepoint: 0xf658,
categories: [9],
tags: [
231,
745,
3770,
569,
40,
1102,
284,
1325,
81,
44,
1350,
382,
138,
68,
1314,
406,
262,
887,
951,
239,
1653,
13660,
3773,
3106,
13661,
2628,
1483,
1737,
988,
1701,
433,
2716,
31,
65,
1530,
13663
],
),
"qr_code_scanner": SymbolsMetadata(
popularity: 7392,
codepoint: 0xf206,
categories: [9],
tags: [
861,
1673,
501,
5218,
3770,
517,
40,
1102,
2339,
13657,
44,
68,
1470,
1314,
13664,
406,
262,
13666,
3354,
951,
271,
1653,
13660,
3773,
3106,
13661,
3778,
2459,
1483,
1737,
1738,
1701,
433,
65,
1530,
13663,
1186
],
),
"query_stats": SymbolsMetadata(
popularity: 10145,
codepoint: 0xe4fc,
categories: [9],
tags: [
1422,
1071,
373,
193,
1425,
81,
375,
5812,
316,
317,
1109,
1078,
1081,
68,
2467,
2325,
87,
1115,
1116,
1117,
2329,
226,
17,
1086,
4258,
648,
2333,
3489,
4178,
2334,
3503,
1126,
1127,
746,
7260,
1095,
2470
],
),
"question_exchange": SymbolsMetadata(
popularity: 271,
codepoint: 0xf7f3,
categories: [2],
tags: [
6621,
6300,
865,
568,
570,
572,
283,
574,
1475,
2731,
2732,
13667,
5647,
1479,
5571,
10248,
871,
10245,
5410,
10246,
583,
13668,
2333,
3943,
1483,
652,
1484,
880,
13669,
4853
],
),
"question_mark": SymbolsMetadata(
popularity: 10828,
codepoint: 0xeb8b,
categories: [6],
tags: [
3940,
6300,
865,
193,
6622,
13670,
2936,
1746,
5646,
3097,
5647,
4483,
3170,
871,
10692,
293,
68,
3941,
13671,
3099,
1166,
2725,
3942,
5722,
2333,
3944,
1170,
880,
31,
3945,
4035
],
),
"queue_music": SymbolsMetadata(
popularity: 1585,
codepoint: 0xe03d,
categories: [0],
tags: [
1268,
911,
1197,
781,
1470,
88,
406,
686,
506,
1707,
8111,
1480,
91,
586,
408,
409,
1710,
1711,
13672,
94,
9798,
1293,
1712,
923,
595,
97,
3058
],
rtlAutoMirrored: true,
),
"queue_play_next": SymbolsMetadata(
popularity: 425,
codepoint: 0xe066,
categories: [0],
tags: [
231,
745,
13409,
1703,
77,
1268,
345,
1705,
288,
8,
13673,
489,
1110,
88,
2078,
406,
686,
630,
1707,
9900,
887,
905,
91,
92,
2509,
408,
409,
1710,
239,
1711,
13674,
4664,
2271,
410,
94,
1293,
454,
411,
31,
2031,
1714,
37,
543
],
),
"quick_phrases": SymbolsMetadata(
popularity: 927,
codepoint: 0xe7d1,
categories: [4],
tags: [
13675,
13676,
568,
13677,
570,
572,
13678,
573,
283,
3840,
13679,
6112,
1165,
1479,
13680,
3935,
5226,
583,
13681,
13682,
5591,
3106,
2432,
1482,
1483,
13683,
13684,
4115,
4846,
594,
5998,
9411,
33,
13685,
6628
],
),
"quick_reference": SymbolsMetadata(
popularity: 243,
codepoint: 0xe46e,
categories: [2],
tags: [
1360,
1177,
2442,
865,
13686,
628,
81,
145,
1580,
1430,
147,
317,
381,
1109,
2821,
871,
5074,
138,
293,
68,
700,
4427,
2944,
88,
1115,
1116,
1117,
4449,
1585,
289,
1586,
1587,
13687,
13688,
179,
1126,
1127,
652,
392,
1128,
433,
880,
31,
33
],
),
"quick_reference_all": SymbolsMetadata(
popularity: 471,
codepoint: 0xf801,
categories: [2],
tags: [
2282,
1209,
912,
1745,
1580,
1430,
913,
914,
147,
317,
1109,
2943,
2920,
1470,
88,
1115,
1116,
1117,
506,
237,
325,
2927,
70,
1586,
919,
1587,
13689,
1126,
1127,
71,
2008,
2947,
2280,
413
],
),
"quick_reorder": SymbolsMetadata(
popularity: 79,
codepoint: 0xeb15,
categories: [9],
tags: [
502,
2967,
482,
12205,
12214,
2037,
313,
2578,
1165,
88,
2293,
13690,
468,
91,
92,
13691,
12808,
3106,
4664,
13692,
2271,
12227,
94,
95,
13693,
4953,
13694,
98,
13695
],
),
"quickreply": SymbolsMetadata(
popularity: 594,
codepoint: 0xef6c,
categories: [7],
tags: [
3934,
568,
570,
572,
11992,
573,
283,
5579,
1475,
2731,
3682,
3683,
13696,
1605,
1165,
13697,
1479,
1111,
3935,
13698,
1612,
3936,
583,
3106,
13699,
13700,
1482,
13701,
6141,
1483,
13702,
594,
1484,
1296,
4848,
33,
5576,
4853,
3937
],
),
"quiz": SymbolsMetadata(
popularity: 5950,
codepoint: 0xf04c,
categories: [3],
tags: [
3940,
4422,
6621,
2466,
865,
192,
5715,
3093,
6032,
1430,
13703,
3097,
11533,
3485,
10326,
5647,
1479,
5383,
9876,
871,
293,
68,
4427,
3099,
1587,
3749,
3942,
3944,
5651,
13704,
1428,
2334,
3503,
228,
4390,
880,
1619,
31,
1318,
13705
],
),
"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,
13706,
272,
273,
649,
31,
33,
97,
35,
907,
474,
13707,
278
],
),
"radar": SymbolsMetadata(
popularity: 1397,
codepoint: 0xf04e,
categories: [4],
tags: [
1131,
731,
193,
9105,
7811,
5487,
314,
2341,
1470,
323,
9542,
630,
7374,
267,
4139,
329,
6277,
4260,
7093,
4782,
12366,
1148,
1791,
1737,
2822,
1126,
64,
273,
5115,
5839,
1227,
1095,
2059,
1855
],
),
"radio": SymbolsMetadata(
popularity: 1416,
codepoint: 0xe03e,
categories: [0],
tags: [
13708,
4780,
1268,
731,
732,
283,
288,
44,
781,
351,
1110,
259,
1301,
1282,
406,
1707,
409,
9625,
2056,
3343,
273,
1293,
411,
65,
2059,
6749,
1856,
278
],
),
"radio_button_checked": SymbolsMetadata(
popularity: 18611,
codepoint: 0xe837,
categories: [2],
tags: [
749,
1673,
501,
3743,
504,
3182,
13709,
13710,
684,
193,
2707,
345,
485,
1746,
1055,
3570,
488,
9991,
1111,
467,
1344,
13711,
1059,
1061,
355,
6080,
13712,
328,
2056,
12721,
453,
330,
410,
362,
2702,
13713,
13714,
2838,
413,
141,
2200,
1348,
333,
1186
],
),
"radio_button_partial": SymbolsMetadata(
popularity: 101,
codepoint: 0xf560,
categories: [2],
tags: [
749,
1673,
501,
3743,
504,
3182,
684,
193,
462,
2707,
1745,
485,
1746,
3499,
13715,
83,
488,
9991,
1111,
467,
1344,
506,
1059,
1061,
355,
289,
3638,
328,
921,
2056,
12721,
453,
410,
362,
2702,
363,
71,
2838,
2404,
413,
141,
2200,
1348,
333,
1186
],
),
"radio_button_unchecked": SymbolsMetadata(
popularity: 19297,
codepoint: 0xe836,
categories: [2],
tags: [
13716,
3743,
504,
684,
450,
193,
345,
5163,
5603,
13717,
488,
1111,
5619,
1059,
1061,
355,
13718,
328,
921,
2056,
12721,
453,
762,
362,
363,
71,
1619,
2404,
413,
2200,
5605,
5606
],
),
"radiology": SymbolsMetadata(
popularity: 372,
codepoint: 0xe125,
categories: [3],
tags: [
1422,
3546,
6403,
690,
4119,
8606,
4252,
81,
7767,
46,
7194,
137,
697,
892,
1764,
107,
1730,
894,
630,
289,
13719,
10488,
227,
1737,
4179,
410,
8615,
31,
65,
1318,
511,
514,
8620
],
),
"railway_alert": SymbolsMetadata(
popularity: 323,
codepoint: 0xe9d1,
categories: [14],
tags: [
3109,
1360,
1361,
1810,
4143,
1812,
1813,
691,
3680,
1365,
2118,
313,
2720,
1366,
3914,
1367,
2722,
87,
1534,
1166,
616,
2724,
1625,
2725,
2046,
7316,
4360,
1538,
4160,
652,
898,
273,
4363,
31,
2148,
3058,
4364,
1629,
332,
1691,
1836,
4162,
206
],
),
"railway_alert_2": SymbolsMetadata(
popularity: 7,
codepoint: 0xf461,
categories: [14],
tags: [
3109,
1360,
1361,
1810,
4143,
1812,
1813,
691,
4404,
1365,
313,
2427,
2720,
1366,
3914,
4412,
1367,
2722,
1534,
1166,
616,
2725,
2046,
4360,
1626,
4160,
898,
4363,
31,
2148,
4364,
1629,
1691,
1836,
4162,
206
],
),
"rainy": SymbolsMetadata(
popularity: 2310,
codepoint: 0xf176,
categories: [3],
tags: [
1875,
840,
1676,
5941,
13720,
13721,
1844,
13722,
2888,
4175,
5860,
7190,
9154,
1826,
3651,
10047,
5943,
13723,
13724,
13725,
1994,
855,
858,
3829,
13726,
859,
12952,
13727,
13728,
13729,
10491
],
),
"rainy_heavy": SymbolsMetadata(
popularity: 28,
codepoint: 0xf61f,
categories: [3],
tags: [
1360,
10045,
840,
1676,
5941,
13730,
7188,
13721,
13722,
2888,
9097,
13731,
1470,
5860,
1826,
3651,
13732,
10047,
5943,
13723,
13724,
13725,
1994,
855,
4393,
858,
206,
3829,
859,
12952,
13733,
13734
],
),
"rainy_light": SymbolsMetadata(
popularity: 20,
codepoint: 0xf61e,
categories: [3],
tags: [
4759,
13735,
840,
1676,
5941,
13730,
13720,
13721,
2888,
13736,
4746,
3626,
13737,
5860,
13738,
10047,
5943,
13739,
13723,
13740,
13724,
13725,
855,
4393,
858,
13726,
859,
12952,
13727,
13729
],
),
"rainy_snow": SymbolsMetadata(
popularity: 27,
codepoint: 0xf61d,
categories: [3],
tags: [
1839,
840,
1676,
5941,
841,
842,
4269,
1845,
2888,
849,
13741,
13742,
5860,
13743,
1826,
10047,
13744,
5943,
13723,
3852,
13725,
1994,
10049,
855,
856,
13745,
4393,
858,
859,
13733,
13746,
6766,
860,
13747
],
),
"ramen_dining": SymbolsMetadata(
popularity: 1305,
codepoint: 0xea64,
categories: [16],
tags: [
13748,
13154,
13749,
13750,
13751,
3698,
2037,
3700,
4829,
13752,
2356,
5704,
3702,
13753,
6735,
6736,
13754,
13755,
3703,
4831,
13756,
13757,
13758,
13759,
13760,
1537,
13761,
13762,
13763
],
),
"ramp_left": SymbolsMetadata(
popularity: 161,
codepoint: 0xeb9c,
categories: [11],
tags: [
77,
502,
2936,
375,
313,
2273,
2397,
1212,
1621,
4156,
2197,
324,
1534,
1330,
325,
1625,
877,
1626,
1538,
898,
3162,
2403,
31,
1628,
1629,
332,
473,
1630
],
),
"ramp_right": SymbolsMetadata(
popularity: 195,
codepoint: 0xeb96,
categories: [11],
tags: [
861,
2926,
500,
77,
502,
2936,
2953,
313,
2937,
2397,
3017,
2843,
234,
7937,
235,
1534,
875,
1750,
325,
1625,
242,
759,
877,
906,
2422,
1626,
1538,
898,
4950,
1628,
1629,
1429,
473,
3021
],
),
"range_hood": SymbolsMetadata(
popularity: 169,
codepoint: 0xe1ea,
categories: [8],
tags: [
13764,
13765,
1859,
13766,
4887,
4204,
4205,
5702,
288,
12009,
13767,
1879,
83,
13768,
1140,
1894,
4889,
13769,
1499,
4890,
4212,
7360,
13770,
13771,
87,
1143,
1868,
13772,
13773,
432,
13774,
392,
5215,
1854,
13775
],
),
"rate_review": SymbolsMetadata(
popularity: 4310,
codepoint: 0xe560,
categories: [6],
tags: [
2466,
482,
568,
2728,
572,
6174,
2731,
1106,
3485,
1479,
2219,
488,
1111,
583,
13776,
4516,
2626,
359,
203,
432,
3503,
228,
392,
4846,
1484,
857,
3366,
1296,
33,
4853,
1590
],
),
"raven": SymbolsMetadata(
popularity: 157,
codepoint: 0xf555,
categories: [3],
tags: [
480,
4870,
13777,
13778,
12869,
9140,
13779,
13780,
4873,
13781,
3496,
13782,
1991,
904,
977,
138,
384,
2482,
2499,
1826,
13162,
590,
7874,
13783,
888,
13784,
8619,
31,
9284,
13785,
1996
],
),
"raw_off": SymbolsMetadata(
popularity: 105,
codepoint: 0xf04f,
categories: [1],
tags: [
4,
504,
40,
1208,
5,
1209,
1102,
81,
2606,
44,
868,
1055,
557,
2574,
12,
49,
13786,
800,
16,
1059,
1061,
3087,
57,
13787,
59,
297,
2367,
13788,
1224,
1067,
737,
1226,
2404,
31,
33,
413,
5167,
35,
13789
],
),
"raw_on": SymbolsMetadata(
popularity: 307,
codepoint: 0xf050,
categories: [1],
tags: [
480,
4324,
749,
4,
504,
5,
345,
288,
868,
3682,
2537,
4326,
1055,
6347,
12,
137,
49,
1344,
16,
3626,
87,
1730,
2985,
5318,
1403,
1059,
1061,
13790,
355,
3087,
57,
59,
3687,
2367,
151,
392,
1067,
4248,
2404,
31,
33,
413,
35,
141
],
),
"read_more": SymbolsMetadata(
popularity: 1433,
codepoint: 0xef6d,
categories: [12],
tags: [
745,
3045,
13791,
77,
2442,
13792,
504,
628,
345,
1235,
5520,
145,
2340,
914,
6055,
1335,
13793,
293,
68,
1314,
237,
239,
240,
3380,
2984,
2900,
33,
413,
2902
],
rtlAutoMirrored: true,
),
"readiness_score": SymbolsMetadata(
popularity: 353,
codepoint: 0xf6dd,
categories: [15],
tags: [
5522,
2466,
13794,
13795,
6584,
13796,
193,
13797,
345,
1745,
13798,
13799,
3485,
13800,
1165,
2886,
2887,
3870,
697,
10188,
13801,
51,
792,
3473,
353,
1707,
648,
759,
203,
13802,
3032,
13803,
3014,
228,
13804,
1920,
13805,
275,
6774,
4248,
291,
1227,
13806,
3482,
37,
3492
],
),
"real_estate_agent": SymbolsMetadata(
popularity: 4201,
codepoint: 0xe73a,
categories: [15],
tags: [
10244,
2683,
2440,
1496,
1521,
13807,
929,
569,
1647,
1180,
2444,
13808,
10080,
2556,
13809,
2698,
10081,
1140,
1499,
946,
1112,
947,
949,
7669,
4914,
1500,
2559,
1501,
13810,
390,
1502,
1503,
2469,
3281,
652,
593
],
),
"rear_camera": SymbolsMetadata(
popularity: 95,
codepoint: 0xf6c2,
categories: [11],
tags: [
1246,
1247,
1673,
2443,
13811,
504,
40,
42,
1250,
345,
288,
44,
2537,
781,
46,
346,
2918,
7167,
2538,
1110,
1253,
138,
53,
406,
262,
354,
439,
271,
57,
59,
62,
5123,
440,
4899,
1347,
31,
525,
65,
37,
434,
476
],
),
"rebase": SymbolsMetadata(
popularity: 478,
codepoint: 0xf845,
categories: [2],
tags: [
77,
502,
2989,
373,
193,
1102,
1324,
6166,
685,
284,
1716,
1104,
313,
2992,
6169,
2077,
4130,
1470,
3422,
1029,
1330,
325,
1625,
328,
1090,
1123,
13812,
5438,
13813,
1688,
509,
764,
765,
2453,
6173,
1671
],
),
"rebase_edit": SymbolsMetadata(
popularity: 307,
codepoint: 0xf846,
categories: [2],
tags: [
1739,
1740,
77,
502,
2989,
1743,
373,
1102,
1324,
7004,
1578,
1075,
1325,
1104,
375,
313,
4510,
1252,
680,
1077,
6169,
2077,
1111,
1330,
1641,
325,
1088,
586,
1625,
4516,
2626,
1090,
1123,
4664,
13813,
13814,
1688,
955,
2465,
2453,
6173,
1671,
1590,
1485
],
),
"receipt": SymbolsMetadata(
popularity: 6761,
codepoint: 0xe8b0,
categories: [9],
tags: [
924,
928,
931,
1661,
1416,
934,
1417,
1430,
965,
941,
942,
13815,
88,
948,
91,
1587,
951,
1421,
1654,
6260,
453,
1428,
1393,
6725,
1394,
1395,
5998,
1396,
3074,
956
],
),
"receipt_long": SymbolsMetadata(
popularity: 13391,
codepoint: 0xef6e,
categories: [9],
tags: [
924,
928,
13816,
569,
1661,
1416,
145,
1430,
2445,
965,
13817,
942,
13818,
2077,
13815,
88,
1942,
13819,
13820,
91,
1587,
11591,
5633,
951,
13821,
1654,
6260,
13822,
453,
985,
1395,
1396,
956,
13823
],
rtlAutoMirrored: true,
),
"receipt_long_off": SymbolsMetadata(
popularity: 20,
codepoint: 0xf40a,
categories: [9],
tags: [
924,
928,
13824,
481,
6312,
1661,
934,
6838,
1162,
868,
1430,
1055,
942,
2077,
1222,
5165,
13815,
88,
1942,
1059,
1060,
1061,
1587,
5633,
4246,
1654,
13825,
6260,
453,
432,
1393,
1067,
1226,
1396,
956,
1068,
834
],
),
"recent_actors": SymbolsMetadata(
popularity: 939,
codepoint: 0xe03f,
categories: [0],
tags: [
565,
973,
13826,
2407,
566,
6321,
930,
5379,
5733,
13827,
574,
1075,
5044,
1541,
577,
1276,
579,
581,
3107,
2004,
978,
1082,
88,
582,
267,
585,
586,
588,
589,
590,
1288,
4807,
13828,
13829,
7997,
593,
595,
597,
989,
601,
602
],
),
"recent_patient": SymbolsMetadata(
popularity: 48,
codepoint: 0xf808,
categories: [3],
tags: [
565,
566,
690,
3934,
193,
10474,
10547,
81,
3682,
3683,
1165,
225,
4392,
977,
697,
892,
7022,
2077,
581,
979,
3935,
3936,
894,
7025,
4273,
13830,
589,
1045,
590,
1048,
4807,
453,
888,
3937,
601,
990
],
),
"recenter": SymbolsMetadata(
popularity: 138,
codepoint: 0xf4c0,
categories: [2],
tags: [
1739,
5522,
2149,
77,
502,
308,
309,
311,
8308,
312,
313,
1749,
1533,
321,
3039,
2326,
323,
324,
1534,
174,
1935,
1750,
12330,
325,
507,
1535,
327,
1167,
329,
13831,
13832,
13833,
13834,
1226,
1227,
2148,
396,
2337
],
),
"recommend": SymbolsMetadata(
popularity: 3331,
codepoint: 0xe9d2,
categories: [3],
tags: [
13835,
2664,
2440,
2666,
2685,
9875,
684,
193,
2669,
11532,
11533,
3498,
1479,
2696,
4032,
2698,
1613,
13776,
242,
358,
203,
2383,
11535,
363,
593,
243,
880,
13836,
13837,
1702,
13838,
4460,
3753,
13839
],
),
"record_voice_over": SymbolsMetadata(
popularity: 4539,
codepoint: 0xe91f,
categories: [6],
tags: [
565,
13840,
1268,
566,
731,
5,
193,
3320,
573,
1273,
577,
904,
581,
1470,
1285,
13841,
3324,
289,
673,
588,
589,
13842,
13843,
590,
453,
440,
888,
1293,
4846,
1295,
594,
11439,
1296,
5936,
601,
1298,
13844
],
),
"rectangle": SymbolsMetadata(
popularity: 593,
codepoint: 0xeb54,
categories: [12],
tags: [
13845,
809,
1132,
482,
1333,
4493,
375,
378,
1164,
811,
13846,
488,
13847,
348,
13848,
13849,
3571,
381,
384,
289,
13850,
13851,
820,
13852,
13853,
13854,
432,
392,
1339,
13855,
433,
1170,
395,
4599,
13856
],
),
"recycling": SymbolsMetadata(
popularity: 4516,
codepoint: 0xe760,
categories: [3],
tags: [
502,
13857,
6215,
193,
7775,
753,
6223,
7777,
6224,
3496,
1844,
1845,
3372,
2357,
757,
4194,
7939,
1090,
13858,
6228,
6229,
5920,
13859,
13860,
7779,
13861,
6230,
470,
2316,
2317,
31,
13862,
512,
3374,
6232
],
),
"redeem": SymbolsMetadata(
popularity: 6830,
codepoint: 0xe8b1,
categories: [9],
tags: [
928,
6634,
13863,
8586,
1647,
930,
1648,
931,
4974,
2668,
932,
934,
11338,
936,
937,
12063,
938,
10,
8589,
13864,
13865,
2697,
1958,
5358,
13866,
948,
523,
950,
951,
5009,
3502,
1654,
432,
13867,
3504,
13868,
3505,
1395,
8594,
956,
11346
],
),
"redo": SymbolsMetadata(
popularity: 3475,
codepoint: 0xe15a,
categories: [2],
tags: [
748,
3022,
13869,
77,
2826,
6617,
1103,
345,
5291,
1430,
1252,
903,
489,
2077,
13870,
1750,
905,
13871,
13872,
759,
3441,
3434,
13873,
3662,
13874,
1124,
13875,
7829,
906,
470,
94,
2932,
2841,
1671
],
rtlAutoMirrored: true,
),
"reduce_capacity": SymbolsMetadata(
popularity: 1309,
codepoint: 0xf21c,
categories: [3],
tags: [
77,
690,
3896,
13876,
6037,
6038,
8747,
2444,
692,
13877,
2884,
13878,
2819,
13879,
581,
13880,
11608,
13881,
13882,
550,
5266,
2897,
2945,
3419,
588,
589,
5920,
13883,
13884,
6885,
6359,
13885,
3273,
13886,
13887,
6237,
2922,
593
],
),
"refresh": SymbolsMetadata(
popularity: 22556,
codepoint: 0xe5d5,
categories: [2],
tags: [
501,
460,
77,
502,
1179,
462,
628,
1843,
5291,
753,
81,
313,
1727,
3439,
10412,
3043,
756,
3440,
757,
325,
1586,
1090,
3441,
760,
761,
2451,
3434,
13888,
5856,
3446,
2837,
906,
470,
330,
472,
764,
765,
473,
2453
],
),
"regular_expression": SymbolsMetadata(
popularity: 66,
codepoint: 0xf750,
categories: [12],
tags: [
5983,
3799,
501,
1102,
2218,
13889,
81,
1104,
317,
11725,
4773,
3423,
2330,
3354,
13890,
758,
1123,
6664,
13891,
13892,
3606,
3325,
1126,
509,
6439,
13893,
31,
5991,
1093,
65,
33,
2202
],
),
"relax": SymbolsMetadata(
popularity: 84,
codepoint: 0xf6dc,
categories: [15],
tags: [
690,
2117,
4076,
11997,
13894,
1877,
13895,
13896,
13897,
225,
2886,
4506,
581,
13898,
1959,
13899,
9164,
13613,
6029,
1614,
4092,
589,
13900,
2100,
1917,
13901,
13902,
1918,
11915,
13903,
13904,
888,
1943,
2892,
11916,
13905,
5242,
13906,
13907,
11918,
11353,
3492,
11919
],
),
"release_alert": SymbolsMetadata(
popularity: 329,
codepoint: 0xf654,
categories: [6],
tags: [
3109,
1359,
1360,
13840,
1361,
1268,
3998,
3493,
1362,
731,
4402,
691,
1363,
1365,
2720,
1366,
1367,
68,
10412,
1301,
1166,
583,
887,
13908,
2458,
616,
3071,
1353,
5320,
13909,
1370,
762,
3506,
273,
1293,
1372,
2633,
31,
2453,
206
],
),
"remember_me": SymbolsMetadata(
popularity: 719,
codepoint: 0xf051,
categories: [11],
tags: [
1246,
1247,
565,
5218,
566,
13910,
5600,
3182,
1662,
288,
488,
1110,
581,
1253,
978,
13911,
980,
4781,
262,
355,
588,
13912,
589,
271,
921,
590,
4104,
13913,
13914,
13915,
13916,
13917,
362,
363,
7204,
71,
13918,
525,
413,
601,
6274
],
),
"reminder": SymbolsMetadata(
popularity: 247,
codepoint: 0xe695,
categories: [6],
tags: [
1359,
1360,
2587,
2072,
1332,
1362,
13919,
2073,
1159,
3111,
10,
2695,
2710,
2696,
2698,
2076,
10692,
1344,
87,
1183,
616,
1259,
586,
289,
3488,
4104,
1370,
5803,
1168,
392,
1339,
1948,
31,
1517,
1171,
3101
],
),
"remote_gen": SymbolsMetadata(
popularity: 474,
codepoint: 0xe83e,
categories: [8],
tags: [
13920,
1676,
1677,
13921,
1310,
284,
345,
1593,
81,
13922,
288,
44,
520,
1350,
1110,
68,
13923,
630,
1143,
267,
523,
758,
13924,
681,
4777,
12397,
13925,
2726,
13926,
65,
412,
526,
527,
278
],
),
"remove": SymbolsMetadata(
popularity: 16897,
codepoint: 0xe15b,
categories: [2],
tags: [
1423,
1332,
3368,
1208,
810,
780,
1209,
6327,
1210,
5754,
13927,
1136,
6904,
3371,
4696,
4245,
1212,
3372,
1634,
87,
814,
1255,
4272,
1224,
1152,
13928,
1339,
13929,
1261,
3374,
3274
],
),
"remove_done": SymbolsMetadata(
popularity: 1116,
codepoint: 0xe9d3,
categories: [2],
tags: [
13930,
2660,
2666,
1658,
2796,
1208,
1661,
1662,
780,
463,
3116,
4489,
1210,
6901,
868,
4645,
1664,
6904,
1055,
3371,
2671,
6905,
13931,
1166,
2457,
6907,
1059,
1666,
1061,
242,
1224,
13932,
13933,
362,
1067,
1669,
3374,
4821,
6910,
1672
],
),
"remove_from_queue": SymbolsMetadata(
popularity: 187,
codepoint: 0xe067,
categories: [0],
tags: [
748,
1208,
780,
1209,
345,
1235,
1210,
1705,
288,
8,
13934,
1110,
1344,
87,
88,
1029,
1166,
406,
630,
1707,
91,
408,
1710,
9625,
1711,
1224,
13935,
410,
392,
454,
31,
37,
3992
],
),
"remove_moderator": SymbolsMetadata(
popularity: 465,
codepoint: 0xe9d4,
categories: [13],
tags: [
861,
565,
1756,
1552,
1233,
481,
1208,
1553,
1209,
574,
1235,
1210,
11552,
868,
1055,
1212,
579,
581,
1255,
6158,
1560,
1059,
1061,
1779,
589,
1034,
1063,
13936,
590,
13937,
1573,
1574,
1224,
5166,
1036,
1575,
888,
1067,
593,
1261,
601,
1576,
3992
],
),
"remove_road": SymbolsMetadata(
popularity: 342,
codepoint: 0xebfc,
categories: [5],
tags: [
4990,
1208,
780,
1209,
1210,
312,
1162,
313,
4645,
6904,
3371,
4245,
1212,
83,
1213,
1621,
87,
323,
324,
1534,
174,
1255,
325,
887,
3271,
1625,
1392,
2618,
1224,
1626,
1538,
1067,
1226,
1627,
6835,
31,
1628,
1629,
332,
3274,
10867,
13938,
3992
],
),
"remove_selection": SymbolsMetadata(
popularity: 106,
codepoint: 0xe9d5,
categories: [12],
tags: [
8260,
2282,
1208,
780,
8766,
8767,
1209,
1235,
2394,
754,
5038,
1210,
5163,
4645,
4646,
3371,
1212,
381,
12716,
87,
13939,
6510,
819,
1242,
5040,
1224,
8784,
8785,
5856,
362,
363,
392,
433,
1226,
511,
2841,
5168,
13940,
3992,
3993
],
),
"remove_shopping_cart": SymbolsMetadata(
popularity: 983,
codepoint: 0xe928,
categories: [9],
tags: [
1646,
930,
1648,
931,
1416,
780,
13941,
932,
934,
936,
937,
1210,
938,
1649,
811,
13942,
3371,
1376,
1255,
523,
1651,
1652,
950,
951,
1653,
1654,
26,
4104,
1224,
13943,
5915,
1393,
3505,
1539,
1394,
1395,
1657,
1396,
1261
],
),
"reopen_window": SymbolsMetadata(
popularity: 37,
codepoint: 0xf708,
categories: [2],
tags: [
748,
501,
460,
77,
502,
2425,
1179,
519,
2339,
1705,
313,
12675,
8,
914,
13944,
3439,
1344,
3043,
3440,
2344,
8268,
642,
325,
1143,
2864,
1122,
432,
2451,
13945,
3662,
13946,
470,
410,
509,
433,
473,
2200,
396,
1187
],
),
"reorder": SymbolsMetadata(
popularity: 2405,
codepoint: 0xe8fe,
categories: [12],
tags: [
1739,
502,
517,
8539,
1105,
2819,
4632,
7592,
2904,
12899,
370,
382,
7600,
4633,
699,
385,
1470,
88,
506,
1750,
325,
91,
92,
2215,
4664,
2271,
95,
2463,
955,
1702,
1464
],
),
"repartition": SymbolsMetadata(
popularity: 608,
codepoint: 0xf8e8,
categories: [2],
tags: [
8229,
1422,
1131,
77,
502,
2718,
4526,
373,
193,
685,
1425,
13947,
81,
375,
2182,
1136,
1078,
1080,
1029,
4726,
586,
6402,
5904,
760,
2451,
13948,
3662,
2461,
2462,
71,
1780,
4981,
2403,
746,
955,
1473
],
),
"repeat": SymbolsMetadata(
popularity: 2736,
codepoint: 0xe040,
categories: [0],
tags: [
77,
9588,
502,
1268,
5145,
752,
345,
1745,
753,
313,
757,
406,
352,
439,
13949,
1707,
13950,
408,
760,
3434,
2865,
37,
543
],
),
"repeat_on": SymbolsMetadata(
popularity: 441,
codepoint: 0xe9d6,
categories: [0],
tags: [
749,
1342,
77,
502,
1268,
504,
5145,
752,
345,
1745,
13951,
753,
1055,
13385,
381,
757,
406,
407,
354,
1707,
13952,
1061,
408,
1710,
3434,
2147,
392,
3057,
31,
413,
4953,
37
],
),
"repeat_one": SymbolsMetadata(
popularity: 576,
codepoint: 0xe041,
categories: [0],
tags: [
72,
77,
13953,
502,
1268,
345,
1745,
3438,
7,
757,
13954,
13955,
13956,
13957,
13958,
406,
407,
686,
1707,
11537,
22,
178,
408,
3434,
13959,
13960,
13961,
13962,
13963,
13964,
13965,
13966,
31,
37
],
),
"repeat_one_on": SymbolsMetadata(
popularity: 237,
codepoint: 0xe9d7,
categories: [0],
tags: [
13869,
1342,
77,
502,
1268,
193,
752,
345,
1745,
753,
7,
2305,
88,
757,
13955,
406,
1707,
21,
22,
69,
1061,
178,
408,
409,
1710,
3434,
13961,
3569,
3057,
31,
2148,
141,
1348,
37
],
),
"replace_audio": SymbolsMetadata(
popularity: 25,
codepoint: 0xf451,
categories: [0],
tags: [
1739,
1740,
77,
502,
1268,
12305,
2443,
1743,
193,
313,
2273,
1252,
3278,
49,
1111,
1112,
406,
1284,
1285,
1641,
1707,
1480,
1733,
57,
440,
10320,
3441,
760,
3606,
3057,
1293,
1294,
13967,
3963,
2404,
2148,
2841,
2453,
1298,
554
],
rtlAutoMirrored: true,
),
"replace_image": SymbolsMetadata(
popularity: 35,
codepoint: 0xf450,
categories: [0],
tags: [
13968,
77,
10920,
502,
2443,
13969,
10921,
10922,
13970,
49,
1595,
5289,
13971,
13972,
1596,
1597,
7519,
13973,
57,
59,
62,
2850,
2833,
10320,
3441,
760,
1124,
2836,
2852,
13974,
13975,
2841,
13976
],
rtlAutoMirrored: true,
),
"replace_video": SymbolsMetadata(
popularity: 25,
codepoint: 0xf44f,
categories: [0],
tags: [
77,
502,
2443,
504,
5137,
40,
1743,
1523,
5094,
628,
345,
556,
147,
346,
5107,
1110,
49,
406,
353,
354,
439,
13977,
57,
62,
2509,
13978,
440,
10320,
432,
3441,
760,
3606,
13979,
433,
3963,
2404,
1691,
907,
2841,
2453,
527,
13980,
37,
434
],
rtlAutoMirrored: true,
),
"replay": SymbolsMetadata(
popularity: 5176,
codepoint: 0xe042,
categories: [0],
tags: [
13869,
77,
502,
1268,
2443,
2845,
462,
2861,
752,
345,
1745,
2936,
13981,
753,
757,
406,
352,
1707,
325,
408,
3430,
409,
3441,
760,
2451,
3434,
2865,
3446,
1124,
2852,
13982,
13983,
37
],
),
"replay_10": SymbolsMetadata(
popularity: 1057,
codepoint: 0xe059,
categories: [0],
tags: [
38,
77,
502,
1268,
2443,
2826,
193,
1159,
628,
345,
1745,
7,
2091,
13984,
2077,
6654,
1301,
757,
406,
1707,
22,
408,
409,
2833,
760,
2451,
3434,
2865,
2836,
2852,
361,
1152,
8022,
454,
31,
32,
1171,
37,
2080
],
),
"replay_30": SymbolsMetadata(
popularity: 354,
codepoint: 0xe05a,
categories: [0],
tags: [
340,
77,
502,
12993,
13985,
2826,
2861,
345,
1745,
3438,
7,
2091,
13986,
5612,
406,
352,
1707,
22,
3430,
409,
760,
2451,
3434,
2865,
13987,
13988,
13989,
2852,
13990,
10926,
361,
13991,
31,
3972,
9578,
1171,
37,
543
],
),
"replay_5": SymbolsMetadata(
popularity: 455,
codepoint: 0xe05b,
categories: [0],
tags: [
676,
77,
502,
12993,
2826,
462,
345,
1745,
7,
45,
667,
6654,
13992,
757,
406,
352,
13993,
1707,
21,
22,
408,
409,
760,
2451,
3434,
2865,
13994,
13988,
3446,
2852,
13995,
13996,
13997,
8022,
7745,
31,
13998,
37,
543
],
),
"reply": SymbolsMetadata(
popularity: 6470,
codepoint: 0xe15e,
categories: [2],
tags: [
77,
2826,
568,
570,
13999,
2728,
572,
573,
283,
1475,
2731,
7213,
2288,
1479,
903,
1612,
2197,
2293,
583,
4927,
5567,
2298,
1482,
6141,
1483,
2300,
1528,
243,
4846,
594,
433,
1296,
4848,
33
],
rtlAutoMirrored: true,
),
"reply_all": SymbolsMetadata(
popularity: 1273,
codepoint: 0xe15f,
categories: [2],
tags: [
2282,
6621,
77,
2826,
14000,
731,
570,
283,
1073,
1475,
2285,
3438,
313,
2288,
10870,
1479,
903,
579,
2291,
7958,
2774,
2197,
5612,
757,
2293,
583,
2457,
1368,
2964,
1482,
14001,
1483,
1124,
2300,
1528
],
rtlAutoMirrored: true,
),
"report": SymbolsMetadata(
popularity: 8298,
codepoint: 0xe160,
categories: [13],
tags: [
3109,
14002,
1360,
1361,
691,
4872,
1365,
2720,
1366,
1479,
4495,
1367,
2722,
1166,
616,
12603,
289,
2725,
1428,
2300,
392,
13188,
1170,
2930,
31,
1691,
206
],
),
"report_off": SymbolsMetadata(
popularity: 435,
codepoint: 0xe170,
categories: [13],
tags: [
3109,
1360,
1361,
481,
1051,
1208,
6312,
691,
1365,
2606,
2013,
1300,
14003,
868,
1055,
2720,
1366,
1367,
1166,
616,
12603,
1059,
1060,
1061,
1224,
8663,
1428,
14004,
14005,
14006,
14007,
14008,
14009,
14010,
14011,
14012,
14013,
3273,
1065,
1067,
1226,
2619,
31,
5167,
14014,
206
],
),
"request_page": SymbolsMetadata(
popularity: 819,
codepoint: 0xf22c,
categories: [12],
tags: [
745,
3103,
3229,
501,
6300,
628,
1325,
81,
1580,
1430,
1678,
147,
1681,
1682,
488,
14015,
14016,
1583,
886,
887,
3249,
3250,
1480,
1586,
1587,
239,
240,
2333,
14017,
14018,
14019,
14020,
1588,
4519,
3100,
33,
1485
],
),
"request_quote": SymbolsMetadata(
popularity: 4179,
codepoint: 0xf1b6,
categories: [12],
tags: [
14021,
14022,
928,
568,
569,
930,
931,
570,
932,
572,
934,
283,
1475,
1417,
936,
937,
1476,
2731,
938,
718,
941,
5410,
583,
948,
523,
950,
951,
1421,
14023,
2735,
9480,
432,
14017,
14024,
392,
1395,
594,
1484,
433,
31,
1296,
33,
956
],
),
"reset_brightness": SymbolsMetadata(
popularity: 13,
codepoint: 0xf482,
categories: [1],
tags: [
1739,
460,
77,
502,
2425,
3349,
2443,
12067,
3621,
193,
345,
4095,
4785,
8,
3624,
9007,
6508,
3439,
792,
3626,
3043,
3440,
642,
4089,
355,
3087,
358,
12483,
3628,
2451,
5856,
3662,
1124,
470,
410,
151,
8989,
1948,
857,
1598,
473
],
),
"reset_focus": SymbolsMetadata(
popularity: 31,
codepoint: 0xf481,
categories: [1],
tags: [
748,
5522,
460,
77,
502,
504,
40,
308,
193,
345,
311,
5520,
14025,
1749,
381,
49,
3439,
3450,
53,
1470,
3043,
3440,
4314,
57,
1535,
328,
14026,
13832,
14027,
760,
761,
2451,
5856,
3446,
14028,
470,
2822,
151,
31,
1227,
13806,
473,
11269
],
),
"reset_image": SymbolsMetadata(
popularity: 79,
codepoint: 0xf824,
categories: [12],
tags: [
1739,
77,
502,
2443,
1208,
193,
810,
780,
6617,
1210,
1252,
9126,
6077,
2255,
49,
70,
57,
59,
62,
358,
10320,
3441,
760,
761,
1224,
5856,
3446,
3662,
2837,
71,
765,
2841,
2453
],
rtlAutoMirrored: true,
),
"reset_iso": SymbolsMetadata(
popularity: 24,
codepoint: 0xf480,
categories: [1],
tags: [
748,
745,
460,
77,
502,
2443,
504,
193,
2861,
6617,
345,
753,
1252,
680,
487,
904,
49,
3439,
8354,
3043,
3440,
757,
1255,
59,
62,
239,
1090,
3441,
760,
761,
2451,
3434,
5856,
3446,
3662,
1124,
2837,
470,
64,
1347,
275,
472,
13983,
1261,
765,
473,
2841,
2453
],
),
"reset_settings": SymbolsMetadata(
popularity: 90,
codepoint: 0xf47f,
categories: [1],
tags: [
1739,
460,
77,
9630,
502,
2194,
2861,
1159,
14029,
753,
4785,
1542,
1252,
680,
6077,
2830,
2077,
3439,
3043,
3440,
757,
1707,
70,
3087,
2833,
760,
761,
2451,
5856,
3446,
3662,
9638,
2836,
2837,
2852,
470,
151,
71,
472,
13983,
765,
1172,
6749,
473,
2841,
2453
],
),
"reset_shadow": SymbolsMetadata(
popularity: 7,
codepoint: 0xf47e,
categories: [1],
tags: [
748,
2212,
1673,
460,
77,
14030,
502,
2443,
193,
462,
2861,
345,
14031,
3438,
4785,
1252,
680,
487,
2077,
49,
3439,
5612,
3043,
3440,
757,
57,
59,
62,
3441,
760,
761,
2451,
5856,
3446,
470,
9639,
71,
7941,
13983,
1093,
473,
2841,
2453
],
),
"reset_shutter_speed": SymbolsMetadata(
popularity: 9,
codepoint: 0xf47d,
categories: [1],
tags: [
2212,
5089,
460,
77,
502,
40,
193,
2861,
780,
6617,
345,
4785,
2091,
3371,
49,
3439,
53,
3043,
3440,
70,
57,
59,
2145,
62,
921,
760,
761,
1224,
2451,
5856,
3662,
2837,
470,
151,
71,
1347,
14032,
275,
13983,
764,
765,
473,
2841,
2453
],
),
"reset_tv": SymbolsMetadata(
popularity: 258,
codepoint: 0xe9d9,
categories: [11],
tags: [
77,
502,
2443,
504,
193,
2861,
345,
753,
288,
8,
1878,
781,
1110,
757,
406,
630,
355,
432,
760,
761,
5856,
3446,
3662,
2836,
2536,
410,
151,
433,
65,
412,
2031,
2841,
37
],
),
"reset_white_balance": SymbolsMetadata(
popularity: 1,
codepoint: 0xf47c,
categories: [1],
tags: [
2212,
460,
77,
504,
40,
193,
462,
2861,
840,
8797,
345,
14033,
1164,
2888,
137,
138,
8359,
14034,
3439,
1344,
3043,
3440,
3602,
59,
760,
2451,
5856,
3662,
2837,
470,
71,
31,
858,
2070,
473,
2841,
859,
9134
],
),
"reset_wrench": SymbolsMetadata(
popularity: 112,
codepoint: 0xf56c,
categories: [11],
tags: [
1739,
460,
77,
1374,
193,
462,
780,
1776,
10317,
1748,
1777,
3439,
3043,
3440,
3960,
70,
289,
921,
760,
2451,
4881,
5856,
3662,
470,
71,
511,
1781,
4034,
473,
4884
],
),
"resize": SymbolsMetadata(
popularity: 95,
codepoint: 0xf707,
categories: [2],
tags: [
1739,
502,
14035,
912,
2444,
2339,
2394,
2266,
2884,
3052,
14036,
377,
8,
2340,
914,
1335,
348,
5810,
1326,
235,
2344,
2897,
2222,
391,
2922,
7376,
512,
396,
476,
1187,
2337,
8269,
3055
],
),
"respiratory_rate": SymbolsMetadata(
popularity: 17,
codepoint: 0xe127,
categories: [3],
tags: [
837,
1841,
1876,
10187,
373,
2375,
81,
1762,
5367,
5368,
7768,
1078,
697,
892,
4506,
1764,
3480,
13630,
13631,
226,
17,
894,
11773,
1768,
630,
3765,
4260,
14037,
14038,
14039,
14040,
4263,
1855
],
),
"responsive_layout": SymbolsMetadata(
popularity: 122,
codepoint: 0xe9da,
categories: [2],
tags: [
1265,
1739,
1466,
14041,
14035,
2707,
485,
1705,
1104,
288,
14042,
8,
14043,
14044,
1344,
385,
14045,
406,
14046,
262,
630,
7164,
507,
271,
3356,
2222,
1291,
410,
2838,
298,
7376,
525,
141,
1348,
396,
6607,
333,
2191,
1186,
1187
],
),
"restart_alt": SymbolsMetadata(
popularity: 10687,
codepoint: 0xf053,
categories: [2],
tags: [
2388,
460,
77,
14047,
462,
5291,
753,
3439,
3043,
3440,
757,
13950,
408,
1090,
10319,
760,
14048,
3442,
761,
2451,
3434,
14049,
5856,
14050,
14051,
3446,
14052,
3662,
9638,
471,
13983,
764,
765,
473,
2841,
2453
],
),
"restaurant": SymbolsMetadata(
popularity: 9473,
codepoint: 0xe56c,
categories: [5],
tags: [
1423,
3693,
14053,
929,
3695,
7264,
4681,
4825,
14054,
4683,
3700,
14055,
4110,
14056,
3701,
4828,
4829,
1387,
8543,
2356,
14057,
14058,
3702,
2992,
5705,
4830,
6254,
4111,
14059,
3703,
327,
1537,
4835,
4836
],
),
"restore_from_trash": SymbolsMetadata(
popularity: 1443,
codepoint: 0xe938,
categories: [2],
tags: [
748,
1674,
14060,
77,
2443,
2939,
2796,
14061,
193,
1159,
2936,
81,
14062,
1160,
1210,
313,
2143,
1680,
3372,
2077,
86,
1029,
93,
10320,
6228,
760,
2451,
3662,
14063,
2801,
2836,
470,
1168,
1171,
3374,
473,
14064,
2841
],
),
"restore_page": SymbolsMetadata(
popularity: 593,
codepoint: 0xe929,
categories: [12],
tags: [
77,
502,
2443,
1179,
504,
2861,
345,
81,
1580,
1430,
2445,
147,
2446,
2077,
1586,
1587,
14065,
760,
761,
2451,
5856,
3446,
3662,
14066,
2837,
470,
1588,
1690,
765,
141,
2841,
2453,
4468
],
),
"resume": SymbolsMetadata(
popularity: 132,
codepoint: 0xf7d0,
categories: [0],
tags: [
501,
77,
3062,
4909,
902,
345,
1745,
10537,
14067,
14068,
145,
1430,
2445,
3097,
10384,
12928,
147,
2446,
488,
2077,
68,
1515,
1470,
406,
1707,
1587,
920,
14069,
2509,
4914,
590,
14070,
453,
2459,
6349,
3074,
37,
1518
],
),
"reviews": SymbolsMetadata(
popularity: 3182,
codepoint: 0xf054,
categories: [7],
tags: [
1658,
14071,
3494,
568,
570,
572,
573,
3485,
3497,
3498,
1479,
11534,
9876,
4497,
1367,
5602,
583,
6570,
716,
63,
6522,
795,
359,
203,
9291,
7856,
3503,
14072,
228,
3205,
594,
857,
1263,
14073,
14074,
14075
],
),
"rewarded_ads": SymbolsMetadata(
popularity: 534,
codepoint: 0xefb6,
categories: [15],
tags: [
11899,
3,
1782,
1232,
1673,
3493,
11566,
6634,
14076,
5715,
3666,
463,
6011,
14077,
6636,
1908,
9882,
5383,
13,
14078,
1182,
3501,
716,
3502,
1184,
3504,
14079,
8594,
30,
245,
3507,
5321,
5154,
3508,
3509
],
),
"rheumatology": SymbolsMetadata(
popularity: 284,
codepoint: 0xe128,
categories: [3],
tags: [
3546,
14080,
690,
4119,
8606,
2375,
2377,
1762,
697,
892,
1764,
8618,
14081,
12798,
1525,
9277,
8610,
1941,
894,
7024,
1768,
14082,
8612,
12799,
4273,
589,
3142,
5377,
14083,
14084,
14085,
14086,
9764,
3147,
5378
],
),
"rib_cage": SymbolsMetadata(
popularity: 326,
codepoint: 0xf898,
categories: [3],
tags: [
3546,
4165,
690,
4119,
8606,
7632,
4493,
375,
488,
137,
697,
892,
4506,
581,
138,
384,
13631,
894,
289,
876,
1574,
4178,
14087,
14088,
4179,
392,
8615,
955,
31,
4391,
14089
],
),
"rice_bowl": SymbolsMetadata(
popularity: 403,
codepoint: 0xf1f5,
categories: [16],
tags: [
14090,
13748,
13154,
3693,
14091,
14092,
4205,
3698,
3700,
4110,
14093,
4684,
4829,
2356,
14094,
6653,
4212,
4111,
3703,
4382,
14095,
1537,
14096,
14097,
3708,
14098,
14099
],
),
"right_click": SymbolsMetadata(
popularity: 81,
codepoint: 0xf706,
categories: [2],
tags: [
861,
4622,
4652,
77,
482,
2393,
193,
1786,
1103,
519,
9844,
345,
1788,
1705,
12120,
1612,
88,
506,
8274,
2986,
7594,
1750,
70,
1167,
14100,
921,
432,
2899,
14101,
14102,
362,
363,
7598,
71,
2008,
1464
],
),
"right_panel_close": SymbolsMetadata(
popularity: 136,
codepoint: 0xf705,
categories: [2],
tags: [
77,
901,
2827,
14103,
912,
313,
913,
914,
14104,
903,
385,
7446,
1624,
325,
905,
2927,
11498,
919,
4647,
14105,
1121,
2899,
906,
1700,
14106,
2008,
14107,
2947,
14108,
4649,
1187,
1671
],
),
"right_panel_open": SymbolsMetadata(
popularity: 138,
codepoint: 0xf704,
categories: [2],
tags: [
748,
77,
2827,
1209,
912,
345,
313,
2273,
8,
914,
14104,
2920,
51,
2870,
385,
506,
325,
2927,
11498,
919,
4647,
1167,
2899,
14109,
906,
2008,
2947,
4519,
4649,
413,
396,
1187,
1671
],
),
"ring_volume": SymbolsMetadata(
popularity: 600,
codepoint: 0xe0d1,
categories: [7],
tags: [
1739,
1360,
1268,
1362,
1270,
13219,
1250,
283,
975,
345,
2884,
288,
3499,
4483,
1110,
2292,
235,
792,
4413,
262,
1302,
616,
271,
762,
2112,
151,
392,
2102,
2491,
1293,
1294,
31,
1406,
141,
7788,
554
],
),
"ripples": SymbolsMetadata(
popularity: 23,
codepoint: 0xe9db,
categories: [2],
tags: [
480,
1268,
731,
462,
2707,
13797,
284,
2054,
485,
487,
6059,
351,
1108,
1344,
385,
4175,
262,
647,
630,
267,
271,
4260,
3201,
2056,
6279,
1035,
14110,
410,
273,
2838,
1293,
411,
525,
1263,
5517,
141,
1348,
2060,
3829,
2071,
1856,
333,
1186,
277
],
),
"road": SymbolsMetadata(
popularity: 104,
codepoint: 0xf472,
categories: [14],
tags: [
7371,
7372,
312,
313,
1678,
903,
9145,
1823,
1621,
1623,
4156,
87,
323,
324,
1534,
325,
1625,
4157,
386,
14111,
759,
1626,
7375,
1538,
2823,
1627,
14112,
393,
1628,
1629,
332,
14113,
1982,
1630
],
),
"robot": SymbolsMetadata(
popularity: 345,
codepoint: 0xf882,
categories: [11],
tags: [
2493,
1307,
2495,
1267,
3208,
14114,
14115,
14116,
5,
3168,
519,
1310,
12522,
4610,
44,
14117,
577,
2497,
14118,
4724,
977,
14119,
2468,
1730,
4880,
14120,
2504,
4618,
1292,
1297,
65,
2505,
3171
],
),
"robot_2": SymbolsMetadata(
popularity: 1090,
codepoint: 0xf5d0,
categories: [11],
tags: [
2683,
2493,
1307,
2495,
865,
2125,
566,
14116,
5,
3168,
283,
1310,
284,
4610,
81,
44,
14117,
1878,
489,
2497,
4724,
977,
2468,
3099,
1730,
4880,
2504,
4179,
4618,
1292,
65,
2505,
3171
],
),
"rocket": SymbolsMetadata(
popularity: 2665,
codepoint: 0xeba5,
categories: [3],
tags: [
3639,
9685,
14121,
4075,
3026,
4081,
314,
5311,
5156,
1165,
1910,
2497,
8901,
1623,
2958,
14122,
759,
14123,
14124,
3106,
14125,
4179,
1994,
823,
14126,
14127,
275,
2130,
332,
10754,
3482,
2337
],
),
"rocket_launch": SymbolsMetadata(
popularity: 12733,
codepoint: 0xeb9b,
categories: [3],
tags: [
8532,
9685,
14121,
3026,
14128,
5156,
1165,
1910,
903,
8901,
1623,
2958,
14129,
14122,
14130,
887,
759,
14123,
3106,
14125,
4618,
823,
14127,
275,
2130,
10359,
9182,
9051,
14131,
900,
3021,
1836
],
),
"roller_shades": SymbolsMetadata(
popularity: 234,
codepoint: 0xec12,
categories: [8],
tags: [
1739,
2125,
1332,
4221,
1209,
4238,
345,
2141,
14132,
4233,
6553,
3017,
1140,
1634,
1499,
2741,
3626,
1470,
1143,
2927,
289,
1034,
14133,
432,
14134,
9472,
14135,
14136,
4042,
4228,
1347,
1339,
1898,
5861,
4044,
3330,
1187,
4231
],
),
"roller_shades_closed": SymbolsMetadata(
popularity: 193,
codepoint: 0xec11,
categories: [8],
tags: [
4221,
14137,
14138,
4238,
2141,
4233,
14139,
2819,
14140,
3173,
916,
1499,
1882,
2741,
14141,
14142,
1143,
2927,
1034,
432,
9472,
14143,
14144,
1947,
4042,
14145,
1347,
1898,
12470,
4044,
14146,
14147,
14148
],
),
"roller_skating": SymbolsMetadata(
popularity: 437,
codepoint: 0xebcd,
categories: [15],
tags: [
749,
2513,
7323,
7540,
6331,
7423,
781,
11,
225,
2887,
10522,
3295,
7542,
581,
1882,
14149,
1959,
468,
3651,
589,
3299,
9472,
14150,
14151,
7427,
888,
10526,
10527,
10528,
593,
275,
30,
3519,
1629,
332,
2051
],
),
"roofing": SymbolsMetadata(
popularity: 1266,
codepoint: 0xf201,
categories: [8],
tags: [
500,
14152,
1496,
5993,
929,
4887,
1180,
1497,
14153,
2556,
14154,
1140,
1499,
3960,
5159,
1500,
1574,
2559,
1501,
4881,
1502,
1503,
4892,
14155,
14156,
14157,
652,
1504,
14158,
955,
3357,
1691
],
),
"room_preferences": SymbolsMetadata(
popularity: 971,
codepoint: 0xf1b8,
categories: [9],
tags: [
1739,
2552,
2783,
929,
685,
345,
14159,
375,
4932,
7514,
1498,
1252,
7516,
1844,
14160,
1777,
1140,
1499,
2741,
385,
2078,
324,
1641,
1391,
2927,
70,
4014,
1667,
921,
1500,
1501,
1947,
71,
823,
955,
1049
],
),
"room_service": SymbolsMetadata(
popularity: 1536,
codepoint: 0xeb49,
categories: [16],
tags: [
1360,
3862,
1362,
3693,
1270,
3696,
14161,
2141,
2037,
3700,
4110,
4684,
12126,
3701,
14162,
5611,
2739,
4111,
1491,
3703,
2484,
1368,
91,
4688,
1537,
1947,
14163,
652,
3708,
12727,
332,
10649
],
),
"rotate_90_degrees_ccw": SymbolsMetadata(
popularity: 525,
codepoint: 0xe418,
categories: [1],
tags: [
3907,
14164,
748,
2212,
500,
77,
502,
14165,
14166,
2861,
345,
6618,
2936,
14167,
14168,
313,
1252,
680,
904,
49,
2197,
406,
507,
57,
9064,
13469,
6619,
470,
471,
472,
31,
512,
473,
476
],
),
"rotate_90_degrees_cw": SymbolsMetadata(
popularity: 442,
codepoint: 0xeaab,
categories: [1],
tags: [
3907,
14169,
14164,
1739,
500,
77,
502,
14165,
193,
6617,
3438,
14168,
313,
1252,
680,
2155,
49,
4339,
2985,
507,
57,
4340,
9064,
7280,
470,
471,
763,
14170,
511,
11847,
473,
513
],
),
"rotate_auto": SymbolsMetadata(
popularity: 31,
codepoint: 0xf417,
categories: [2],
tags: [
3418,
1174,
14171,
4,
77,
2425,
14172,
3349,
14173,
2443,
2939,
5,
2861,
1159,
753,
1160,
288,
14174,
313,
8,
12,
2077,
1140,
1595,
15,
757,
262,
1143,
507,
14175,
271,
5100,
760,
2451,
5856,
3662,
2836,
470,
14176,
471,
1168,
410,
14177,
64,
763,
764,
525,
33,
1171,
473,
513
],
),
"rotate_left": SymbolsMetadata(
popularity: 1204,
codepoint: 0xe419,
categories: [1],
tags: [
748,
1739,
460,
77,
2443,
1743,
193,
2861,
6618,
3438,
2394,
754,
313,
1252,
2077,
3439,
2197,
3043,
3440,
505,
2952,
507,
2833,
3441,
760,
761,
2451,
2836,
2837,
470,
14178,
471,
472,
2839,
473,
2840,
2841
],
rtlAutoMirrored: true,
),
"rotate_right": SymbolsMetadata(
popularity: 1955,
codepoint: 0xe41a,
categories: [1],
tags: [
748,
1673,
460,
77,
504,
9062,
462,
2861,
345,
6618,
2936,
313,
1164,
2077,
138,
3439,
1344,
3043,
3440,
757,
1167,
3441,
760,
761,
2451,
3434,
3446,
2837,
906,
470,
14179,
392,
14180,
31,
473,
7281,
141,
2841,
333
],
rtlAutoMirrored: true,
),
"roundabout_left": SymbolsMetadata(
popularity: 186,
codepoint: 0xeb99,
categories: [11],
tags: [
77,
502,
193,
14181,
3438,
2395,
313,
2397,
2039,
1077,
321,
3170,
9146,
2197,
3160,
324,
1534,
468,
325,
1625,
1626,
9252,
14182,
1538,
898,
3162,
1627,
1628,
14183,
1629,
332,
473,
14184,
7822
],
),
"roundabout_right": SymbolsMetadata(
popularity: 251,
codepoint: 0xeba3,
categories: [11],
tags: [
77,
502,
14181,
9250,
3438,
313,
3169,
2397,
2039,
1077,
321,
3170,
1621,
1622,
9251,
324,
1534,
875,
5250,
1624,
325,
1625,
906,
7280,
1626,
9252,
14182,
1538,
898,
1627,
1628,
14183,
14185,
900,
14186,
473,
3166
],
),
"rounded_corner": SymbolsMetadata(
popularity: 455,
codepoint: 0xe920,
categories: [6],
tags: [
1739,
1132,
1133,
482,
14187,
2817,
2936,
3583,
2394,
754,
485,
606,
1252,
1164,
14188,
370,
381,
137,
289,
150,
12366,
432,
1035,
11996,
71,
392,
14189,
682,
4197,
433,
2162,
512,
2200,
476
],
),
"route": SymbolsMetadata(
popularity: 2582,
codepoint: 0xeacd,
categories: [11],
tags: [
284,
14190,
3094,
312,
14191,
2397,
10403,
1975,
1623,
87,
324,
14192,
1534,
325,
14193,
1625,
11239,
7333,
1626,
1538,
14194,
898,
6777,
1627,
3797,
2148,
1628,
4808,
332,
14113,
9059,
14195
],
),
"router": SymbolsMetadata(
popularity: 1718,
codepoint: 0xe328,
categories: [11],
tags: [
7523,
482,
518,
4937,
283,
519,
12530,
284,
254,
2054,
81,
288,
46,
1110,
12492,
259,
9864,
1470,
651,
267,
14196,
432,
2067,
2726,
273,
433,
65,
6240,
276,
277,
278,
650
],
),
"router_off": SymbolsMetadata(
popularity: 12,
codepoint: 0xf2f4,
categories: [11],
tags: [
7523,
12025,
482,
11283,
4937,
7961,
284,
11983,
14197,
10956,
1162,
868,
2719,
1055,
1110,
12492,
259,
11633,
651,
267,
11990,
12744,
14198,
7575,
6317,
1059,
14196,
1060,
1061,
432,
2067,
14199,
273,
1067,
277,
13246,
12545,
278
],
),
"routine": SymbolsMetadata(
popularity: 908,
codepoint: 0xe20c,
categories: [3],
tags: [
3091,
4593,
2073,
3092,
840,
1159,
14200,
5014,
14201,
14202,
88,
4087,
1029,
5017,
4089,
1143,
616,
91,
92,
3354,
1667,
1090,
1122,
759,
3373,
1370,
3434,
2891,
1168,
94,
4964,
955,
1598,
764,
765,
1093,
1517,
4740,
1171,
2465,
2148,
14203,
859,
5027,
1671
],
),
"rowing": SymbolsMetadata(
popularity: 431,
codepoint: 0xe921,
categories: [15],
tags: [
2513,
7323,
2474,
690,
10841,
11145,
11,
225,
2887,
581,
1623,
4356,
1959,
87,
14204,
289,
10846,
588,
589,
27,
3299,
4361,
1433,
14205,
14206,
2423,
392,
1339,
30,
454,
1629,
7290,
3829,
3521
],
),
"rss_feed": SymbolsMetadata(
popularity: 2622,
codepoint: 0xe0e5,
categories: [4],
tags: [
4780,
501,
1659,
5965,
3067,
731,
732,
193,
283,
284,
628,
2936,
81,
2182,
1746,
1727,
68,
259,
267,
2458,
523,
328,
14207,
14208,
14209,
652,
273,
411,
1372,
14210,
4140,
1856,
333,
1186,
277,
278
],
),
"rsvp": SymbolsMetadata(
popularity: 421,
codepoint: 0xf055,
categories: [6],
tags: [
2660,
2661,
14211,
14212,
2664,
4,
11337,
14213,
14214,
482,
5,
1661,
5600,
463,
2669,
4489,
2689,
1664,
10,
12,
8196,
8197,
16,
1166,
14215,
14216,
1482,
6141,
1483,
14217,
14218,
362,
14219,
245,
31,
33,
2680,
35,
2682,
14220,
1672
],
),
"rtt": SymbolsMetadata(
popularity: 310,
codepoint: 0xe9ad,
categories: [7],
tags: [
862,
864,
865,
504,
1270,
570,
5937,
283,
345,
1475,
7696,
2954,
216,
7698,
5934,
138,
1113,
14221,
14222,
583,
355,
271,
2559,
14223,
11968,
14224,
14225,
151,
5935,
31,
1406,
33,
1171,
3659
],
rtlAutoMirrored: true,
),
"rubric": SymbolsMetadata(
popularity: 208,
codepoint: 0xeb27,
categories: [12],
tags: [
1071,
12486,
2466,
1423,
517,
3743,
373,
1661,
3092,
5763,
81,
145,
375,
3485,
9138,
3129,
1078,
1198,
5409,
1080,
1081,
86,
88,
226,
17,
1118,
1086,
1666,
10557,
586,
289,
648,
1667,
851,
795,
203,
14226,
14227,
1588,
1460,
13448,
746,
955,
1093,
1669,
1095,
9457
],
),
"rule": SymbolsMetadata(
popularity: 3280,
codepoint: 0xf1c2,
categories: [6],
tags: [
1658,
2125,
1661,
1103,
5985,
463,
842,
2881,
685,
7678,
5763,
1664,
14228,
696,
5409,
3112,
700,
10241,
3721,
14229,
87,
3423,
1166,
4789,
3271,
1666,
14230,
11215,
12865,
14231,
14232,
1752,
5412,
703,
2161,
362,
151,
71,
1948,
13448,
1669,
2336,
1576,
1671,
5925,
3992,
1672
],
),
"rule_folder": SymbolsMetadata(
popularity: 599,
codepoint: 0xf1c9,
categories: [12],
tags: [
1757,
1658,
1674,
9192,
569,
1208,
1661,
1209,
1197,
463,
81,
1541,
1580,
1430,
14233,
3283,
1664,
1678,
1212,
147,
7639,
1681,
696,
1345,
1029,
1166,
3271,
1391,
1666,
586,
14234,
11215,
14235,
5412,
1224,
1688,
703,
2161,
362,
1588,
4519,
13448,
1690,
955,
1093,
1669,
2336,
1576,
3992,
1672
],
),
"rule_settings": SymbolsMetadata(
popularity: 301,
codepoint: 0xf64c,
categories: [2],
tags: [
458,
1739,
1757,
501,
460,
77,
502,
2125,
1743,
1776,
8093,
1103,
685,
345,
5763,
3086,
1236,
104,
145,
313,
1777,
3747,
696,
293,
68,
3439,
3043,
3440,
2078,
5318,
70,
6257,
11215,
2993,
1090,
1752,
2451,
2368,
470,
703,
652,
151,
71,
1780,
1948,
764,
1093,
511,
473,
4884
],
),
"run_circle": SymbolsMetadata(
popularity: 544,
codepoint: 0xef6f,
categories: [5],
tags: [
748,
749,
2513,
8245,
6346,
690,
504,
193,
902,
345,
11,
225,
4483,
581,
7324,
406,
468,
588,
589,
2509,
759,
27,
1035,
1125,
29,
888,
30,
7326,
2130,
31,
2148,
3521
],
rtlAutoMirrored: true,
),
"running_with_errors": SymbolsMetadata(
popularity: 1377,
codepoint: 0xe51d,
categories: [6],
tags: [
3109,
2513,
1360,
1361,
1051,
751,
691,
1365,
4874,
2091,
2720,
6585,
1366,
14236,
4787,
2721,
1367,
3112,
13232,
2722,
756,
1166,
616,
5541,
1119,
2725,
1090,
758,
759,
29,
14237,
291,
1226,
31,
1517,
1171,
1691,
4876,
206,
7611
],
),
"rv_hookup": SymbolsMetadata(
popularity: 476,
codepoint: 0xe642,
categories: [14],
tags: [
77,
1323,
1810,
3410,
2443,
14238,
3643,
14239,
1812,
1813,
1073,
284,
312,
313,
14240,
10939,
2197,
4055,
1534,
14241,
3651,
3297,
896,
14242,
14243,
2046,
3299,
14244,
906,
5339,
14245,
14246,
14247,
1629,
332,
1835,
1961,
2050,
1836,
14248
],
),
"safety_check": SymbolsMetadata(
popularity: 1226,
codepoint: 0xebef,
categories: [5],
tags: [
2685,
8463,
5218,
1553,
1661,
1159,
2689,
14249,
285,
3184,
14250,
3185,
697,
5249,
1034,
1063,
1573,
1574,
14251,
3189,
705,
14252,
1168,
1774,
14253,
14254,
1036,
1575,
1171,
3193,
2682,
4460,
4821,
1576,
14255,
3492
],
),
"safety_check_off": SymbolsMetadata(
popularity: 46,
codepoint: 0xf59d,
categories: [5],
tags: [
861,
1360,
5218,
1553,
1661,
1662,
1159,
345,
1365,
2606,
1300,
868,
1055,
1222,
12612,
14256,
1059,
1060,
1061,
2676,
5822,
1034,
1063,
1573,
1574,
4415,
3189,
705,
14257,
1168,
1774,
1036,
1575,
1067,
291,
1171,
3193,
7484,
4460,
1576,
206
],
),
"safety_divider": SymbolsMetadata(
popularity: 593,
codepoint: 0xe1cc,
categories: [3],
tags: [
689,
2816,
1132,
1133,
14258,
2818,
9,
2264,
1163,
2856,
14259,
8025,
1634,
9101,
14260,
550,
87,
4574,
4596,
1573,
703,
14261,
705,
1151,
1774,
1036,
1152,
706,
707,
593,
823
],
),
"sailing": SymbolsMetadata(
popularity: 1608,
codepoint: 0xe502,
categories: [14],
tags: [
3639,
4346,
2474,
7287,
7288,
781,
316,
2475,
7542,
14262,
1623,
1959,
1470,
7289,
2483,
5514,
2486,
2487,
3299,
12939,
14263,
2489,
2423,
2490,
14264,
30,
1629,
332,
1691,
7290,
4353,
3829,
10437,
14265
],
),
"salinity": SymbolsMetadata(
popularity: 6,
codepoint: 0xf876,
categories: [3],
tags: [
1422,
4346,
4167,
11911,
81,
5487,
14266,
4269,
1844,
3870,
51,
4174,
792,
4175,
17,
14267,
3473,
11543,
63,
2890,
14268,
14269,
14270,
7646,
4179,
1318,
1319,
36,
3829
],
),
"sanitizer": SymbolsMetadata(
popularity: 943,
codepoint: 0xf21d,
categories: [3],
tags: [
14271,
2374,
1861,
1759,
810,
14272,
1864,
692,
693,
5817,
14273,
14274,
6501,
14275,
2378,
5818,
14276,
697,
892,
1764,
3529,
14277,
4175,
7023,
894,
701,
3834,
1573,
702,
8190,
14278,
5824,
5825,
2387
],
),
"satellite": SymbolsMetadata(
popularity: 493,
codepoint: 0xe562,
categories: [5],
tags: [
4780,
4075,
4274,
731,
283,
1073,
284,
254,
81,
288,
4684,
315,
489,
319,
321,
49,
259,
1595,
323,
1085,
1534,
1596,
1597,
325,
267,
9817,
14279,
57,
59,
62,
5233,
7093,
9290,
4744,
1737,
4179,
652,
273,
823,
31,
65,
1095,
2059,
277,
278,
334
],
),
"satellite_alt": SymbolsMetadata(
popularity: 1518,
codepoint: 0xeb3a,
categories: [7],
tags: [
2390,
4780,
14280,
4075,
731,
4077,
283,
284,
4081,
81,
4684,
315,
2497,
319,
321,
1314,
325,
267,
9817,
14279,
11968,
4777,
4744,
4179,
273,
14281,
823,
14282,
65,
276,
412,
2059
],
),
"sauna": SymbolsMetadata(
popularity: 22,
codepoint: 0xf6f7,
categories: [15],
tags: [
480,
2513,
3862,
3810,
3811,
3812,
690,
929,
14283,
3833,
697,
3027,
3029,
3816,
3817,
3818,
1499,
581,
3529,
1959,
1470,
588,
589,
1869,
3299,
1960,
3824,
1947,
5616,
652,
3825,
3826,
955,
3147,
5378,
7193,
3829,
1856,
3492
],
),
"save": SymbolsMetadata(
popularity: 11797,
codepoint: 0xe161,
categories: [11],
tags: [
748,
1675,
504,
519,
345,
81,
2142,
1430,
1678,
147,
379,
8703,
1108,
2799,
439,
492,
14284,
759,
440,
5881,
1539,
14285,
7578,
392,
2491,
1690,
1396,
511,
5885
],
),
"save_as": SymbolsMetadata(
popularity: 1980,
codepoint: 0xeb60,
categories: [6],
tags: [
1674,
1675,
8796,
1578,
519,
1725,
1325,
81,
2142,
14286,
1430,
520,
4510,
1678,
3660,
1252,
680,
1696,
147,
8703,
8704,
68,
1111,
439,
3250,
1391,
5880,
1587,
4516,
2626,
432,
14287,
5881,
1539,
9190,
433,
1690,
5885,
1590,
1485
],
),
"save_clock": SymbolsMetadata(
popularity: 15,
codepoint: 0xf398,
categories: [11],
tags: [
501,
1674,
42,
10322,
1159,
81,
1160,
2142,
1430,
1678,
2091,
3484,
147,
8703,
137,
2077,
138,
384,
68,
4805,
2799,
439,
2800,
4807,
453,
1539,
1168,
509,
1690,
1396,
31,
1171,
2545,
7818,
141,
1348,
2080
],
),
"saved_search": SymbolsMetadata(
popularity: 2097,
codepoint: 0xea11,
categories: [2],
tags: [
1674,
1694,
1197,
5763,
81,
1542,
316,
3498,
83,
317,
1109,
1139,
1367,
68,
5410,
4466,
88,
2326,
1115,
5814,
1116,
1117,
2329,
1166,
5602,
630,
2333,
4132,
4104,
2334,
4464,
14288,
2822,
1126,
1127,
857,
1690,
2148
],
),
"savings": SymbolsMetadata(
popularity: 9249,
codepoint: 0xe2eb,
categories: [9],
tags: [
565,
926,
927,
11921,
928,
960,
930,
931,
932,
934,
1417,
936,
937,
6695,
3211,
938,
8848,
964,
941,
14289,
11923,
6733,
968,
946,
948,
523,
950,
951,
14290,
14291,
14292,
12768,
970,
8083,
954,
31,
956,
958,
14293,
14294
],
),
"scale": SymbolsMetadata(
popularity: 1594,
codepoint: 0xeb5f,
categories: [11],
tags: [
925,
14295,
3712,
14296,
14297,
14298,
3761,
9771,
3715,
3716,
3719,
3720,
3721,
2448,
14299,
226,
17,
630,
391,
14300,
3730,
14301,
3731,
14302,
14303,
14304,
14305
],
),
"scan": SymbolsMetadata(
popularity: 67,
codepoint: 0xf74e,
categories: [12],
tags: [
2442,
5218,
3770,
42,
1416,
934,
81,
288,
44,
1580,
1430,
1678,
147,
317,
1681,
1682,
2004,
3771,
2326,
13664,
262,
6307,
1585,
1651,
2331,
1586,
1587,
951,
13437,
1653,
3773,
3781,
2890,
1393,
1737,
1738,
1126,
1588,
1395,
4519,
65,
33,
4821,
1485
],
),
"scan_delete": SymbolsMetadata(
popularity: 58,
codepoint: 0xf74f,
categories: [12],
tags: [
2796,
1208,
810,
780,
1209,
1235,
81,
1210,
6367,
1211,
4645,
1580,
1430,
14306,
1678,
3371,
1212,
147,
1681,
1682,
3372,
1470,
3271,
1585,
1059,
1586,
1587,
432,
5040,
1224,
6377,
14307,
1737,
14308,
1738,
1588,
4519,
1226,
33,
3374,
6379,
6931,
1485,
3992
],
),
"scanner": SymbolsMetadata(
popularity: 427,
codepoint: 0xe329,
categories: [11],
tags: [
9869,
3770,
482,
40,
1102,
1725,
2817,
12522,
81,
5487,
288,
44,
1430,
2537,
1110,
10595,
68,
14309,
53,
87,
1730,
262,
2331,
1653,
14310,
3380,
3778,
1289,
1737,
1738,
1126,
433,
65,
5597
],
),
"scatter_plot": SymbolsMetadata(
popularity: 907,
codepoint: 0xe268,
categories: [9],
tags: [
1422,
14311,
1071,
1423,
517,
373,
14312,
1101,
3761,
11237,
14313,
81,
7074,
375,
2182,
1746,
1105,
1078,
14314,
1081,
6544,
226,
1086,
3354,
2807,
11239,
851,
3426,
1428,
4178,
14315,
4857,
4179,
2265,
746,
3759,
1095,
1429,
514,
398,
399
],
),
"scene": SymbolsMetadata(
popularity: 624,
codepoint: 0xe2a7,
categories: [8],
tags: [
3151,
480,
3639,
3643,
5526,
312,
1844,
318,
3648,
7936,
1140,
11048,
1499,
1595,
3626,
814,
10314,
1597,
1826,
1143,
3651,
5798,
14316,
1947,
2778,
1339,
1994,
5531,
1598,
13255,
13256,
10361,
3303,
332,
396,
11050,
859,
5161
],
),
"schedule": SymbolsMetadata(
popularity: 36662,
codepoint: 0xe8b5,
categories: [6],
tags: [
1359,
2072,
2073,
10322,
1159,
2074,
1160,
2075,
2118,
2091,
10,
489,
2077,
3462,
3465,
92,
2800,
2594,
3487,
1667,
5009,
4807,
1370,
1168,
360,
2814,
1171,
1172,
1714,
766,
2080
],
),
"schedule_send": SymbolsMetadata(
popularity: 1543,
codepoint: 0xea0a,
categories: [7],
tags: [
3091,
2072,
77,
2073,
193,
1159,
1160,
2037,
12094,
2288,
10,
903,
14317,
489,
16,
2293,
583,
616,
92,
2594,
5001,
3488,
4104,
1370,
1700,
1168,
2300,
1528,
1171,
526,
4778
],
rtlAutoMirrored: true,
),
"schema": SymbolsMetadata(
popularity: 2344,
codepoint: 0xe4fd,
categories: [9],
tags: [
1071,
1496,
2783,
6089,
373,
14318,
1075,
81,
1467,
375,
1077,
5058,
1078,
382,
1080,
1081,
385,
5478,
3423,
324,
1085,
226,
1086,
491,
267,
586,
1667,
1090,
1092,
390,
11946,
2716,
746,
955,
1093,
1095,
1096,
476
],
),
"school": SymbolsMetadata(
popularity: 20263,
codepoint: 0xe80c,
categories: [15],
tags: [
4422,
4461,
4423,
3,
1496,
929,
14319,
14320,
5697,
1907,
3646,
14321,
933,
7514,
3097,
14322,
7516,
14323,
5224,
10328,
5706,
945,
4427,
3099,
14324,
952,
5234,
14325,
2743,
4964,
955,
5451,
14326,
10330,
4436,
14327
],
),
"science": SymbolsMetadata(
popularity: 5924,
codepoint: 0xea4b,
categories: [15],
tags: [
1422,
4164,
14328,
4167,
4168,
14329,
1333,
314,
3097,
4170,
14330,
4171,
2516,
1109,
9116,
4173,
4427,
4270,
14331,
4174,
3099,
4175,
2383,
4178,
14332,
4179,
5977,
4180,
4390,
8291,
4181
],
),
"science_off": SymbolsMetadata(
popularity: 29,
codepoint: 0xf542,
categories: [15],
tags: [
14333,
14334,
4164,
14335,
6312,
4167,
4168,
14336,
13456,
868,
14337,
14338,
14339,
1055,
4170,
14340,
4171,
14341,
1109,
1222,
14342,
14343,
4174,
14344,
14345,
14346,
14347,
5952,
1059,
1060,
1061,
4178,
14348,
4179,
14349,
14350,
1067,
2619,
14351,
11739,
14352,
4181,
8020,
1068
],
),
"scooter": SymbolsMetadata(
popularity: 9,
codepoint: 0xf471,
categories: [14],
tags: [
1810,
4141,
4143,
2553,
2036,
2037,
313,
2397,
7886,
379,
7918,
7903,
1534,
875,
7904,
353,
468,
7905,
1686,
7333,
2046,
4159,
3300,
4160,
652,
2030,
1339,
1980,
900,
1629,
332,
7286,
1506,
1836,
2051
],
rtlAutoMirrored: true,
),
"score": SymbolsMetadata(
popularity: 457,
codepoint: 0xe269,
categories: [7],
tags: [
402,
3,
4,
223,
1071,
1423,
517,
5,
373,
80,
81,
375,
7,
3097,
3485,
225,
941,
12,
5429,
3870,
1078,
51,
1081,
16,
226,
17,
18,
1086,
21,
22,
648,
851,
26,
795,
453,
227,
228,
3519,
746,
675,
31,
6511,
33,
230,
1095,
35,
36
],
),
"scoreboard": SymbolsMetadata(
popularity: 740,
codepoint: 0xebd0,
categories: [15],
tags: [
5713,
6,
81,
8,
5383,
68,
13431,
1470,
14353,
2330,
630,
22,
648,
851,
1427,
795,
453,
2459,
1428,
2334,
228,
14354,
410,
30,
3519,
746,
7260,
6511,
1095,
11151
],
),
"screen_lock_landscape": SymbolsMetadata(
popularity: 183,
codepoint: 0xe1be,
categories: [11],
tags: [
1246,
1247,
861,
4238,
345,
288,
8,
1110,
699,
1253,
1595,
1778,
14355,
1056,
262,
1699,
14356,
507,
5949,
271,
1034,
1574,
2368,
470,
410,
14357,
14177,
14358,
1774,
1036,
525,
5321
],
),
"screen_lock_portrait": SymbolsMetadata(
popularity: 271,
codepoint: 0xe1bf,
categories: [11],
tags: [
1246,
1247,
5315,
5218,
5220,
1250,
4238,
1761,
284,
6803,
288,
2608,
14359,
3371,
1110,
1253,
1778,
14360,
14355,
8045,
1056,
262,
1699,
14361,
14356,
2612,
5949,
14362,
5319,
271,
2617,
14363,
7174,
5100,
1034,
6462,
1063,
1574,
432,
1065,
1066,
705,
410,
14357,
14364,
14365,
1774,
1036,
14366,
1701,
14367,
525,
5321
],
),
"screen_lock_rotation": SymbolsMetadata(
popularity: 151,
codepoint: 0xe1c0,
categories: [11],
tags: [
1246,
1247,
77,
14368,
14369,
345,
288,
14370,
8,
2476,
14371,
1110,
1253,
14372,
1595,
1778,
14373,
262,
507,
14175,
5949,
271,
5100,
14374,
2368,
470,
471,
14375,
410,
14357,
14358,
1774,
1036,
71,
2404,
525,
413,
473
],
),
"screen_record": SymbolsMetadata(
popularity: 226,
codepoint: 0xf679,
categories: [4],
tags: [
1673,
501,
461,
731,
40,
42,
193,
2707,
519,
288,
8,
346,
1344,
406,
630,
354,
408,
453,
1290,
440,
410,
14376,
362,
2702,
2838,
433,
454,
65,
413,
141,
1348,
37
],
),
"screen_rotation": SymbolsMetadata(
popularity: 847,
codepoint: 0xe1c1,
categories: [11],
tags: [
1246,
1247,
1739,
77,
502,
14368,
14369,
1743,
193,
5145,
345,
288,
14377,
8,
5096,
1110,
1253,
1595,
262,
1699,
14378,
507,
271,
5100,
432,
470,
471,
410,
14379,
14380,
151,
2404,
525,
473,
5321
],
),
"screen_rotation_alt": SymbolsMetadata(
popularity: 369,
codepoint: 0xebee,
categories: [4],
tags: [
1246,
1247,
1739,
1740,
1591,
2390,
77,
1743,
193,
462,
345,
14029,
14031,
288,
313,
8,
5096,
1110,
1253,
1595,
262,
507,
271,
5100,
760,
761,
470,
471,
410,
14358,
151,
2404,
525,
473
],
),
"screen_rotation_up": SymbolsMetadata(
popularity: 22,
codepoint: 0xf678,
categories: [4],
tags: [
1246,
1247,
77,
14381,
14172,
288,
14174,
14377,
14382,
14383,
14384,
1110,
1253,
14385,
14386,
262,
14387,
14175,
271,
14388,
14389,
5101,
14390,
470,
14391,
14392,
14393,
471,
14394,
14375,
410,
14395,
14177,
14358,
14396,
525,
473,
14397,
14398,
14399,
14400,
14401,
14402
],
),
"screen_search_desktop": SymbolsMetadata(
popularity: 1183,
codepoint: 0xef70,
categories: [11],
tags: [
1246,
1247,
501,
77,
1179,
519,
1705,
288,
44,
1542,
8,
2537,
316,
317,
1109,
1110,
1253,
68,
53,
1470,
1778,
1115,
1116,
2329,
630,
1122,
432,
470,
410,
14403,
1126,
433,
65,
333,
1186,
1187,
2337
],
),
"screen_share": SymbolsMetadata(
popularity: 916,
codepoint: 0xe0e2,
categories: [11],
tags: [
1246,
1247,
77,
731,
4275,
2023,
1704,
571,
519,
1073,
284,
1705,
288,
8,
1110,
1253,
3685,
1706,
5098,
5328,
630,
267,
523,
5009,
1427,
388,
14404,
2459,
4777,
410,
2028,
1528,
2030,
14405,
454,
411,
3021,
37,
333,
8702,
1187
],
rtlAutoMirrored: true,
),
"screenshot": SymbolsMetadata(
popularity: 468,
codepoint: 0xf056,
categories: [11],
tags: [
1246,
1247,
1673,
501,
1132,
504,
40,
42,
1250,
1725,
2339,
1814,
288,
44,
8,
1430,
520,
348,
4483,
1110,
1253,
138,
49,
262,
271,
57,
62,
453,
432,
1539,
410,
5241,
1528,
5091,
433,
31,
525,
65,
907,
527
],
),
"screenshot_frame": SymbolsMetadata(
popularity: 89,
codepoint: 0xf677,
categories: [4],
tags: [
1342,
1673,
1131,
1132,
40,
42,
519,
2817,
1814,
8,
1430,
348,
1343,
49,
1595,
406,
262,
439,
289,
57,
1346,
62,
5100,
14406,
432,
410,
14407,
5240,
5241,
392,
433,
141,
396,
333
],
),
"screenshot_frame_2": SymbolsMetadata(
popularity: 44,
codepoint: 0xf374,
categories: [4],
tags: [
1131,
1132,
1133,
482,
42,
519,
2339,
1814,
44,
8,
4602,
348,
137,
49,
1595,
406,
439,
289,
57,
62,
5100,
1427,
432,
410,
5240,
5241,
14408,
5091,
433,
1170,
65,
8689,
476,
1187
],
),
"screenshot_keyboard": SymbolsMetadata(
popularity: 42,
codepoint: 0xf7d3,
categories: [4],
tags: [
14409,
862,
10978,
1100,
42,
11067,
283,
519,
1633,
288,
44,
382,
1110,
1111,
1344,
1113,
10900,
385,
1470,
262,
14410,
2459,
410,
5240,
2716,
525,
65,
33,
3659,
10901,
1485,
14411
],
),
"screenshot_monitor": SymbolsMetadata(
popularity: 739,
codepoint: 0xec08,
categories: [11],
tags: [
1246,
1247,
501,
40,
42,
1704,
519,
1705,
288,
44,
8,
2537,
7593,
1110,
1253,
49,
1706,
406,
630,
57,
62,
14406,
1122,
453,
432,
410,
5240,
5241,
5091,
65,
141,
37,
333,
1186,
1187
],
),
"screenshot_region": SymbolsMetadata(
popularity: 95,
codepoint: 0xf7d2,
categories: [4],
tags: [
231,
745,
1131,
5237,
4587,
2338,
14412,
42,
1814,
14413,
348,
6598,
14414,
1139,
5122,
887,
14415,
239,
14416,
432,
1149,
410,
14407,
5240,
5241,
14417,
14418,
14419,
14420,
363,
6333,
14421,
433,
14422
],
),
"screenshot_tablet": SymbolsMetadata(
popularity: 24,
codepoint: 0xf697,
categories: [11],
tags: [
1246,
1247,
42,
1704,
1725,
1705,
288,
44,
8,
2537,
2538,
7593,
1110,
1253,
49,
1706,
406,
262,
630,
57,
1346,
62,
2539,
453,
2459,
1539,
410,
5240,
5241,
5091,
5242,
525,
65,
396,
333,
1187
],
),
"script": SymbolsMetadata(
popularity: 22,
codepoint: 0xf45f,
categories: [12],
tags: [
3418,
5983,
4,
1422,
2125,
5,
9257,
1102,
2218,
1103,
5987,
81,
1313,
1104,
1430,
520,
2155,
2787,
14236,
147,
12,
1108,
10241,
4773,
16,
1470,
11596,
1090,
1123,
6664,
29,
3325,
94,
509,
433,
31,
65,
1317,
33,
35,
6750
],
),
"scrollable_header": SymbolsMetadata(
popularity: 23,
codepoint: 0xe9dc,
categories: [6],
tags: [
1466,
4800,
628,
81,
485,
1163,
2188,
7274,
1108,
1198,
9389,
1080,
68,
1344,
86,
385,
88,
506,
325,
586,
410,
2858,
14423,
1151,
2461,
707,
955,
141,
1348,
396,
6607,
1187
],
),
"scuba_diving": SymbolsMetadata(
popularity: 453,
codepoint: 0xebce,
categories: [15],
tags: [
2513,
3639,
4346,
14424,
314,
14425,
14426,
781,
46,
11,
11572,
316,
14427,
14428,
1777,
7542,
1958,
1623,
1959,
7289,
6119,
2487,
3299,
14429,
14430,
2423,
14431,
593,
30,
13454,
3827,
12769,
332,
14432,
1961,
11014
],
),
"sd": SymbolsMetadata(
popularity: 233,
codepoint: 0xe9dd,
categories: [0],
tags: [
861,
4,
1758,
40,
930,
5,
193,
14433,
1761,
81,
12611,
6782,
288,
44,
1430,
14434,
1678,
8021,
147,
4392,
1681,
12,
49,
68,
1112,
16,
1778,
2799,
5319,
57,
1063,
1574,
14435,
11811,
1774,
1036,
1775,
1690,
31,
33,
35
],
),
"sd_card": SymbolsMetadata(
popularity: 592,
codepoint: 0xe623,
categories: [11],
tags: [
14436,
40,
930,
519,
81,
6782,
288,
44,
556,
2143,
2537,
1878,
14437,
7639,
14438,
68,
756,
406,
2799,
14439,
14440,
439,
14441,
5131,
2145,
14442,
14443,
8083,
11811,
14444,
1774,
433,
1690,
65,
526,
14445,
14446
],
),
"sd_card_alert": SymbolsMetadata(
popularity: 328,
codepoint: 0xf057,
categories: [11],
tags: [
3109,
1360,
1361,
40,
930,
691,
4918,
283,
1365,
81,
288,
44,
2537,
2720,
1366,
3914,
8600,
4787,
1110,
1367,
5802,
51,
2722,
1166,
2799,
262,
267,
616,
271,
2145,
2725,
11811,
14444,
1774,
12641,
3215,
291,
1690,
31,
1691,
206
],
),
"sdk": SymbolsMetadata(
popularity: 293,
codepoint: 0xe720,
categories: [6],
tags: [
5004,
232,
2706,
2589,
481,
1374,
4721,
2218,
571,
3938,
284,
1325,
1104,
1164,
9138,
872,
2566,
10373,
1314,
4726,
4728,
4729,
1686,
1123,
5722,
14447,
14448,
1151,
1152,
392,
509,
955,
1093,
65,
6205,
152,
14449
],
),
"search": SymbolsMetadata(
popularity: 183575,
codepoint: 0xe8b6,
categories: [2],
tags: [
4794,
193,
1542,
8565,
316,
8566,
83,
317,
8571,
1109,
4633,
5813,
2325,
2326,
8573,
1115,
5815,
1116,
1117,
642,
70,
2333,
14450,
2822,
1126,
8577,
14451,
1127,
5189,
511,
396,
2337
],
),
"search_activity": SymbolsMetadata(
popularity: 152,
codepoint: 0xf3e5,
categories: [6],
tags: [
4622,
2513,
1071,
8462,
1159,
754,
81,
1160,
145,
1542,
1105,
755,
4803,
316,
317,
2077,
68,
2325,
88,
2326,
4805,
2329,
1029,
2800,
1090,
2333,
4807,
453,
1428,
1168,
1126,
7260,
1171,
2465,
2148,
3315,
601
],
),
"search_check": SymbolsMetadata(
popularity: 225,
codepoint: 0xf800,
categories: [2],
tags: [
2321,
1658,
2685,
1661,
14452,
1662,
193,
463,
2689,
14453,
2323,
1162,
1542,
1664,
317,
2671,
1109,
4633,
697,
2325,
87,
2326,
1115,
2328,
1116,
1117,
2329,
1166,
1666,
2333,
1126,
14454,
11659,
14455,
1127,
362,
245,
1669,
2336,
14456,
1576,
1672,
2337
],
),
"search_check_2": SymbolsMetadata(
popularity: 159,
codepoint: 0xf469,
categories: [2],
tags: [
748,
1658,
2685,
1661,
1662,
193,
463,
2689,
1664,
316,
317,
488,
14457,
904,
1109,
697,
53,
87,
2326,
1115,
5815,
1116,
1117,
2329,
1166,
325,
1666,
2333,
2334,
1126,
1127,
362,
392,
9182,
1669,
511,
2336,
1576,
1672
],
),
"search_hands_free": SymbolsMetadata(
popularity: 114,
codepoint: 0xe696,
categories: [6],
tags: [
862,
863,
865,
14458,
1268,
1810,
3410,
1812,
1103,
345,
313,
1542,
317,
2497,
14459,
138,
1111,
2870,
1301,
2326,
2329,
1285,
2333,
1289,
1126,
594,
14460,
14461,
31,
65,
511,
1836,
1298,
14462
],
),
"search_insights": SymbolsMetadata(
popularity: 696,
codepoint: 0xf4bc,
categories: [9],
tags: [
1422,
1071,
1423,
1424,
517,
373,
81,
3755,
14463,
375,
314,
316,
317,
1109,
1078,
1081,
68,
1327,
2467,
53,
1115,
1116,
1117,
2329,
226,
18,
1086,
648,
2333,
179,
1428,
4178,
2334,
1126,
1127,
746,
33,
1095,
1429,
514
],
),
"search_off": SymbolsMetadata(
popularity: 1957,
codepoint: 0xea76,
categories: [2],
tags: [
2601,
1051,
14464,
1208,
14465,
193,
780,
14466,
1209,
14467,
6838,
1162,
868,
14468,
1055,
317,
8323,
14469,
8324,
14470,
1109,
53,
1115,
1116,
14471,
14472,
11969,
14473,
1117,
1057,
14474,
4791,
1059,
1061,
4246,
1224,
14475,
1065,
14476,
1126,
14477,
14478,
14479,
8337,
14480,
14481,
14482,
1127,
1067,
1226,
1068,
3992
],
),
"seat_cool_left": SymbolsMetadata(
popularity: 11,
codepoint: 0xf331,
categories: [14],
tags: [
836,
1266,
837,
77,
1810,
3410,
1812,
1906,
840,
1877,
4493,
345,
844,
845,
313,
2273,
14483,
1849,
2741,
2197,
289,
1919,
151,
888,
858,
1836,
14484,
1854
],
),
"seat_cool_right": SymbolsMetadata(
popularity: 4,
codepoint: 0xf330,
categories: [14],
tags: [
836,
837,
1888,
77,
1810,
3410,
504,
1812,
1906,
840,
5255,
1877,
345,
844,
845,
14485,
313,
7909,
1879,
1849,
51,
2741,
1914,
14486,
1919,
14487,
151,
65,
858,
413,
900,
1836,
1900,
1854
],
),
"seat_heat_left": SymbolsMetadata(
popularity: 15,
codepoint: 0xf32f,
categories: [14],
tags: [
2212,
77,
2425,
1810,
3410,
504,
1932,
1812,
14488,
840,
14489,
1877,
345,
313,
7909,
216,
3027,
14490,
1849,
2741,
2197,
10207,
1914,
1919,
71,
858,
413,
3375,
1836,
3828,
7951,
860
],
),
"seat_heat_right": SymbolsMetadata(
popularity: 12,
codepoint: 0xf32e,
categories: [14],
tags: [
1266,
77,
1810,
3410,
1812,
840,
1877,
345,
313,
1164,
4483,
3027,
1849,
2741,
289,
1914,
906,
1919,
151,
1472,
31,
858,
1836,
3828,
7951
],
),
"seat_vent_left": SymbolsMetadata(
popularity: 2,
codepoint: 0xf32d,
categories: [14],
tags: [
2212,
837,
1872,
1888,
77,
2425,
1810,
3410,
1842,
1812,
840,
5256,
1877,
14491,
8248,
345,
844,
845,
313,
7909,
1879,
14483,
1849,
2741,
2197,
1914,
1919,
14492,
151,
1472,
858,
1836,
1900,
1854
],
),
"seat_vent_right": SymbolsMetadata(
popularity: 4,
codepoint: 0xf32c,
categories: [14],
tags: [
1739,
837,
1888,
77,
1810,
3410,
1812,
840,
5255,
1877,
345,
844,
845,
1425,
313,
2273,
1879,
1848,
1849,
2741,
14493,
1914,
906,
1919,
151,
858,
900,
332,
1836,
1900,
1854
],
),
"security": SymbolsMetadata(
popularity: 6236,
codepoint: 0xe32a,
categories: [13],
tags: [
861,
14494,
5218,
1553,
12611,
3953,
8021,
3185,
2612,
6808,
2676,
1034,
14495,
1063,
1573,
3187,
1574,
3189,
705,
1774,
10885,
12527,
8034,
1036,
1575,
11465,
14496,
3193,
7482,
1576,
13598,
7479
],
),
"security_key": SymbolsMetadata(
popularity: 122,
codepoint: 0xf503,
categories: [11],
tags: [
14497,
861,
10881,
5218,
5220,
1758,
193,
288,
44,
1431,
379,
978,
1112,
10900,
14498,
87,
1778,
980,
523,
5319,
2676,
920,
326,
1063,
3187,
14499,
1774,
1036,
12976,
987,
1339,
2823,
182,
65,
14500,
5321,
601,
4821,
14501,
14502
],
),
"security_update_good": SymbolsMetadata(
popularity: 668,
codepoint: 0xf059,
categories: [11],
tags: [
1246,
1247,
1658,
2685,
1250,
1661,
1662,
463,
2323,
288,
1664,
2671,
5750,
4032,
1110,
1253,
1166,
262,
14503,
2612,
14504,
1666,
5607,
271,
242,
432,
2536,
3189,
1774,
1036,
14505,
362,
1701,
245,
1093,
14506,
525,
1669,
2453,
2336,
4460,
1576,
1672
],
),
"security_update_warning": SymbolsMetadata(
popularity: 384,
codepoint: 0xf05a,
categories: [11],
tags: [
3109,
1246,
1247,
1360,
1361,
691,
1365,
288,
520,
2720,
1366,
4701,
3914,
1110,
1253,
1367,
68,
2722,
1166,
583,
262,
14507,
2534,
2612,
616,
271,
5100,
2725,
432,
4415,
2536,
1036,
14508,
31,
1093,
14506,
525,
4418,
2453,
1464,
206
],
),
"segment": SymbolsMetadata(
popularity: 1053,
codepoint: 0xe94b,
categories: [12],
tags: [
2150,
1071,
6189,
2718,
2797,
373,
14509,
9211,
3938,
81,
375,
6401,
1136,
1164,
4671,
370,
7066,
1078,
579,
14260,
1470,
88,
5995,
14510,
2159,
4728,
4729,
1147,
703,
2161,
1151,
1152,
706,
4981,
2403,
2162,
14511,
33
],
rtlAutoMirrored: true,
),
"select": SymbolsMetadata(
popularity: 165,
codepoint: 0xf74d,
categories: [12],
tags: [
748,
2282,
1131,
77,
1132,
482,
450,
345,
1788,
2394,
754,
14258,
4632,
1164,
1139,
2844,
2774,
1376,
2326,
14512,
1750,
492,
355,
289,
2987,
328,
1167,
362,
363,
392,
433,
1227,
511
],
),
"select_all": SymbolsMetadata(
popularity: 1962,
codepoint: 0xe162,
categories: [2],
tags: [
2282,
3800,
482,
3802,
1661,
450,
1197,
4608,
463,
2284,
2394,
754,
2307,
2276,
579,
1139,
86,
88,
1166,
2457,
70,
289,
2987,
362,
6489,
363,
433,
511,
230
],
),
"select_check_box": SymbolsMetadata(
popularity: 5387,
codepoint: 0xf1fe,
categories: [2],
tags: [
749,
2685,
1332,
13910,
482,
504,
1661,
5600,
3182,
1662,
450,
463,
3938,
2689,
345,
1664,
1164,
1820,
488,
137,
1111,
1166,
814,
1666,
1061,
355,
4501,
362,
2702,
363,
1339,
433,
1669,
413,
2680,
141,
2200,
1576,
1672
],
),
"select_to_speak": SymbolsMetadata(
popularity: 36,
codepoint: 0xf7cf,
categories: [0],
tags: [
862,
1177,
910,
2107,
1268,
283,
345,
1788,
14513,
348,
1278,
14514,
7700,
467,
5226,
1301,
1707,
2159,
1167,
3381,
2890,
14515,
14516,
363,
13684,
1293,
4846,
14517,
1294,
33,
3382,
7230,
2031,
1702,
1298,
554,
9341
],
),
"select_window": SymbolsMetadata(
popularity: 187,
codepoint: 0xe6fa,
categories: [6],
tags: [
501,
14518,
1466,
482,
1179,
450,
1705,
8,
13311,
1749,
348,
259,
385,
1029,
630,
14519,
14520,
2457,
2927,
2502,
3397,
4603,
1122,
432,
410,
7665,
362,
363,
433,
1712,
2404,
4479,
1227,
14521,
396,
333,
14522,
14449,
1187,
1229,
5236
],
),
"select_window_2": SymbolsMetadata(
popularity: 77,
codepoint: 0xf4c8,
categories: [6],
tags: [
1466,
1179,
450,
345,
484,
8,
13311,
137,
2870,
259,
1082,
385,
2457,
14523,
586,
5385,
3397,
386,
2987,
876,
3356,
7665,
362,
363,
11124,
2716,
1712,
31,
12204,
907,
396,
333,
14522,
14449,
1187,
1229,
5236
],
),
"select_window_off": SymbolsMetadata(
popularity: 21,
codepoint: 0xe506,
categories: [6],
tags: [
1673,
501,
1132,
482,
1179,
684,
5163,
868,
8,
13311,
1055,
348,
381,
1222,
259,
2457,
1059,
1061,
355,
289,
3397,
919,
1122,
432,
410,
7665,
362,
392,
1067,
433,
1712,
4248,
2404,
413,
907,
5605,
5606,
396,
333,
14522,
14449,
1187,
1229,
5236
],
),
"self_care": SymbolsMetadata(
popularity: 228,
codepoint: 0xf86d,
categories: [10],
tags: [
14524,
690,
3076,
4076,
3137,
7632,
14525,
10170,
1877,
9666,
14526,
225,
2076,
697,
4506,
4912,
4708,
581,
6287,
4507,
13613,
11913,
5328,
9165,
589,
14527,
14528,
1574,
1917,
1960,
1036,
2260,
10176,
888,
880,
3147,
14529,
3492
],
),
"self_improvement": SymbolsMetadata(
popularity: 3597,
codepoint: 0xea78,
categories: [15],
tags: [
925,
690,
6027,
4076,
3137,
14525,
14530,
14531,
1104,
14526,
234,
7643,
697,
871,
581,
6287,
3958,
9163,
9164,
5719,
6029,
14532,
9165,
588,
589,
920,
759,
1917,
2260,
14533,
1943,
5188,
880,
3147,
7029,
7263,
3492,
11919,
11920
],
),
"sell": SymbolsMetadata(
popularity: 12317,
codepoint: 0xf05b,
categories: [9],
tags: [
14534,
928,
930,
1648,
931,
932,
934,
11338,
936,
937,
10080,
12063,
938,
52,
1389,
948,
12557,
523,
950,
951,
11023,
1421,
1184,
1393,
6725,
3281,
392,
1394,
1395,
8594,
1396,
182,
14535,
11346
],
),
"send": SymbolsMetadata(
popularity: 22501,
codepoint: 0xe163,
categories: [7],
tags: [
748,
1902,
77,
570,
283,
463,
81,
3117,
7213,
12094,
1430,
2288,
1910,
488,
903,
4030,
2293,
583,
5036,
1587,
14536,
387,
328,
1352,
1353,
1482,
906,
2300,
1528,
2930,
526,
4778,
527
],
rtlAutoMirrored: true,
),
"send_and_archive": SymbolsMetadata(
popularity: 507,
codepoint: 0xea0c,
categories: [7],
tags: [
1674,
77,
482,
570,
14537,
283,
1578,
3117,
12094,
1430,
2819,
520,
2288,
14538,
147,
1681,
2291,
5566,
16,
2293,
14539,
583,
1750,
14540,
12828,
14541,
1482,
1539,
2300,
14542,
1528,
1396,
14543
],
rtlAutoMirrored: true,
),
"send_money": SymbolsMetadata(
popularity: 76,
codepoint: 0xe8b7,
categories: [9],
tags: [
77,
927,
504,
930,
931,
1416,
932,
14544,
934,
936,
937,
14545,
313,
938,
1649,
3278,
1696,
941,
942,
967,
138,
14546,
948,
6700,
14547,
523,
950,
951,
876,
1654,
432,
14548,
906,
2300,
14549,
392,
433,
31,
956,
14550,
971
],
rtlAutoMirrored: true,
),
"send_time_extension": SymbolsMetadata(
popularity: 873,
codepoint: 0xeadb,
categories: [2],
tags: [
748,
745,
12106,
77,
504,
1159,
283,
2118,
3117,
12094,
2288,
3234,
1335,
5006,
489,
259,
2293,
583,
14536,
239,
240,
2120,
1700,
1168,
2300,
14551,
14552,
1528,
2930,
1171,
1172,
1691,
2080,
333
],
),
"send_to_mobile": SymbolsMetadata(
popularity: 1009,
codepoint: 0xf05c,
categories: [11],
tags: [
1246,
1247,
1673,
501,
77,
282,
251,
288,
313,
1696,
903,
1110,
1253,
3663,
262,
1699,
4629,
325,
14553,
14554,
271,
1315,
14555,
5438,
14556,
432,
906,
1700,
2300,
9555,
1528,
1701,
525,
1713,
526,
4308
],
rtlAutoMirrored: true,
),
"sensor_door": SymbolsMetadata(
popularity: 439,
codepoint: 0xf1b5,
categories: [8],
tags: [
861,
7523,
1359,
1360,
2125,
1209,
7811,
4932,
7516,
1431,
7524,
1212,
5224,
5108,
5802,
4258,
2927,
7520,
5773,
5234,
1774,
1036,
2813,
64,
1898,
4248,
291,
14557,
553
],
),
"sensor_occupied": SymbolsMetadata(
popularity: 908,
codepoint: 0xec10,
categories: [8],
tags: [
2106,
749,
1359,
1360,
2125,
690,
14558,
284,
5487,
14559,
2886,
581,
14560,
51,
353,
8387,
468,
267,
14561,
8231,
14562,
588,
589,
14563,
8642,
14564,
1737,
1036,
64,
14565,
273,
14566,
1898,
291,
5075,
5115,
65,
278
],
),
"sensor_window": SymbolsMetadata(
popularity: 183,
codepoint: 0xf1b4,
categories: [8],
tags: [
1359,
1131,
1132,
1133,
40,
81,
5487,
288,
8,
1749,
348,
1111,
1141,
630,
4258,
289,
432,
1149,
410,
1036,
2813,
64,
14567,
273,
433,
5115,
1227,
65,
396,
1187,
1155
],
),
"sensors": SymbolsMetadata(
popularity: 2542,
codepoint: 0xe51e,
categories: [8],
tags: [
4780,
3767,
517,
283,
284,
253,
254,
81,
288,
3913,
14568,
51,
259,
1083,
17,
267,
2066,
272,
1737,
4764,
14565,
273,
290,
291,
65,
2280,
526,
2059,
1856,
277,
278
],
),
"sensors_krx": SymbolsMetadata(
popularity: 142,
codepoint: 0xf556,
categories: [10],
tags: [
1359,
2125,
2727,
1074,
284,
345,
81,
7811,
5487,
7091,
288,
44,
868,
2537,
1055,
1844,
46,
68,
1111,
1281,
7151,
7152,
1730,
17,
630,
4258,
267,
1059,
1060,
1061,
1733,
4179,
64,
14565,
273,
1067,
1292,
1093,
65,
1095,
278
],
),
"sensors_krx_off": SymbolsMetadata(
popularity: 15,
codepoint: 0xf515,
categories: [10],
tags: [
1359,
2727,
345,
14569,
7811,
5487,
7091,
288,
10956,
868,
14570,
1055,
137,
1222,
51,
14571,
17,
4258,
1059,
1060,
1061,
64,
14572,
14565,
14573,
71,
14574,
1067,
4248,
291,
31,
65,
11739
],
),
"sensors_off": SymbolsMetadata(
popularity: 281,
codepoint: 0xe51f,
categories: [8],
tags: [
481,
1208,
284,
1299,
14575,
1162,
1300,
868,
2719,
1055,
12314,
1222,
87,
14576,
14577,
267,
14578,
14579,
14580,
1059,
1061,
7966,
1737,
14565,
14573,
7702,
273,
1067,
4248,
291,
1226,
413,
1068,
278
],
),
"sentiment_calm": SymbolsMetadata(
popularity: 150,
codepoint: 0xf6a7,
categories: [3],
tags: [
566,
4076,
193,
628,
1602,
6111,
6112,
577,
8460,
7991,
1610,
977,
581,
1614,
4092,
589,
1615,
242,
590,
203,
2383,
13901,
1483,
3503,
330,
8006,
13904,
1616,
7992,
11917,
601
],
),
"sentiment_content": SymbolsMetadata(
popularity: 91,
codepoint: 0xf6a6,
categories: [3],
tags: [
572,
10213,
14581,
6111,
14582,
14583,
3485,
6112,
577,
1479,
7991,
8430,
1610,
1613,
1614,
14584,
815,
13776,
203,
2383,
1483,
3503,
12081,
8408,
8419,
7269,
8006,
7992,
1619,
14585
],
),
"sentiment_dissatisfied": SymbolsMetadata(
popularity: 6082,
codepoint: 0xe811,
categories: [3],
tags: [
14586,
566,
9149,
193,
14587,
10213,
14588,
1603,
6111,
1604,
6112,
1606,
577,
1479,
7991,
1607,
8430,
977,
581,
1614,
4272,
589,
14589,
590,
203,
3503,
12081,
8006,
1619,
8444,
14590,
8445,
601
],
),
"sentiment_excited": SymbolsMetadata(
popularity: 185,
codepoint: 0xf6a5,
categories: [3],
tags: [
566,
5,
6107,
8418,
13078,
1603,
6111,
14591,
13079,
3293,
6112,
577,
7991,
1608,
6114,
1610,
581,
6116,
14592,
1614,
14593,
589,
1615,
242,
590,
8408,
8419,
1616,
7992,
14594,
14595,
601
],
),
"sentiment_extremely_dissatisfied": SymbolsMetadata(
popularity: 1703,
codepoint: 0xf194,
categories: [3],
tags: [
14586,
10210,
8422,
14596,
5033,
14587,
14581,
14588,
1602,
1603,
6111,
1604,
1606,
14597,
577,
1479,
7991,
1607,
14598,
12080,
14599,
14600,
14601,
1614,
4272,
14602,
589,
3749,
14603,
203,
2383,
3503,
12082,
8439,
8006,
1619,
14604,
14605,
12083,
8444,
12084,
8445,
14606
],
),
"sentiment_frustrated": SymbolsMetadata(
popularity: 117,
codepoint: 0xf6a4,
categories: [3],
tags: [
14586,
14607,
566,
9149,
5,
193,
14587,
14608,
14588,
1602,
14526,
6112,
577,
7991,
14599,
14609,
977,
581,
1953,
13613,
1614,
4272,
589,
14589,
2383,
330,
12081,
7992,
8444,
8445
],
),
"sentiment_neutral": SymbolsMetadata(
popularity: 3014,
codepoint: 0xe812,
categories: [3],
tags: [
14610,
566,
3478,
1602,
6111,
14611,
1604,
6112,
1606,
577,
1479,
7991,
1607,
14612,
1634,
14613,
14614,
1614,
6271,
815,
1666,
2674,
588,
589,
590,
203,
14615,
8006,
291,
14616,
1619,
601
],
),
"sentiment_sad": SymbolsMetadata(
popularity: 215,
codepoint: 0xf6a3,
categories: [3],
tags: [
566,
9149,
5,
193,
8426,
14588,
14617,
1602,
6111,
6112,
577,
1479,
7991,
8430,
581,
1953,
1614,
4272,
589,
14589,
590,
203,
1035,
12081,
8006,
8444,
8445,
601
],
),
"sentiment_satisfied": SymbolsMetadata(
popularity: 11727,
codepoint: 0xe813,
categories: [3],
tags: [
6107,
193,
1602,
1603,
6111,
1604,
6112,
1606,
7491,
577,
7991,
1607,
1608,
1609,
1610,
8012,
5496,
1613,
1614,
6271,
589,
1615,
242,
8408,
8419,
8006,
1616,
7992,
1617,
1618,
1619
],
),
"sentiment_stressed": SymbolsMetadata(
popularity: 147,
codepoint: 0xf6a2,
categories: [3],
tags: [
14618,
566,
5,
14608,
8427,
1602,
6111,
6112,
577,
7991,
8430,
14619,
977,
8437,
14620,
1614,
14621,
14622,
589,
590,
12081,
8006,
14623,
14624,
14625,
14626,
14627,
8444,
601,
14628
],
),
"sentiment_very_dissatisfied": SymbolsMetadata(
popularity: 2878,
codepoint: 0xe814,
categories: [3],
tags: [
14586,
566,
5,
193,
14587,
2670,
10213,
14588,
14629,
1602,
1603,
6111,
1604,
1606,
577,
8460,
1479,
7991,
1607,
14630,
581,
51,
14631,
1614,
4272,
289,
589,
2383,
3503,
12081,
8006,
8441,
291,
1619,
8444,
14590,
8445,
14632
],
),
"sentiment_very_satisfied": SymbolsMetadata(
popularity: 5806,
codepoint: 0xe815,
categories: [3],
tags: [
2666,
566,
5,
6107,
193,
14633,
1603,
6111,
1604,
10282,
6112,
1606,
577,
1479,
7991,
1607,
1608,
1609,
1610,
581,
6116,
1613,
1614,
588,
589,
1615,
242,
590,
203,
8419,
8006,
1339,
1616,
1617,
1618,
1619,
601,
14632,
14634
],
),
"sentiment_worried": SymbolsMetadata(
popularity: 65,
codepoint: 0xf6a1,
categories: [3],
tags: [
14635,
14618,
566,
9149,
5,
14636,
8426,
2376,
1602,
6111,
6112,
577,
1479,
7991,
14630,
977,
581,
3923,
9102,
14620,
1614,
4272,
289,
589,
2383,
12081,
8006,
291,
14623,
31,
8444,
14628,
14637
],
),
"serif": SymbolsMetadata(
popularity: 8,
codepoint: 0xf4ac,
categories: [12],
tags: [
3418,
4,
1592,
9353,
14638,
5,
14639,
9257,
2279,
1430,
520,
2155,
3097,
12,
2171,
9439,
9382,
16,
2159,
14640,
433,
31,
14641,
33,
2163,
2177,
2165,
35,
6750,
338,
4552,
14642,
2180,
1485,
9420
],
),
"server_person": SymbolsMetadata(
popularity: 41,
codepoint: 0xf3bd,
categories: [11],
tags: [
565,
1757,
1552,
566,
1676,
519,
1310,
284,
81,
1467,
11813,
577,
7462,
7463,
581,
1554,
138,
4773,
1029,
267,
289,
588,
589,
590,
2726,
6837,
888,
14643,
14644,
31,
1093,
65,
601
],
),
"service_toolbox": SymbolsMetadata(
popularity: 284,
codepoint: 0xe717,
categories: [15],
tags: [
14645,
482,
1197,
685,
1333,
14646,
46,
4877,
1777,
1110,
4840,
1515,
10373,
3960,
1029,
5314,
70,
4914,
432,
4881,
10375,
652,
71,
888,
6292,
511,
10088,
1781,
4930,
3375,
1518,
5350
],
),
"set_meal": SymbolsMetadata(
popularity: 655,
codepoint: 0xf1ea,
categories: [5],
tags: [
13750,
4825,
3700,
14647,
4826,
4110,
4684,
9020,
3701,
4829,
5797,
2356,
14648,
4111,
3703,
7272,
4688,
1537,
3708,
1201,
4834,
4835,
9327,
14649,
4836
],
),
"settings": SymbolsMetadata(
popularity: 120400,
codepoint: 0xe8b8,
categories: [2],
tags: [
5343,
1757,
14650,
501,
1743,
1776,
8093,
685,
345,
1744,
14651,
1236,
145,
1747,
1777,
14652,
293,
68,
4879,
2078,
1029,
14653,
5318,
1641,
70,
14654,
919,
294,
920,
14655,
921,
652,
71,
1780,
1093,
1781
],
),
"settings_accessibility": SymbolsMetadata(
popularity: 6446,
codepoint: 0xf05d,
categories: [2],
tags: [
861,
862,
14656,
5343,
7695,
690,
1776,
685,
345,
3583,
145,
14513,
225,
1777,
10205,
581,
873,
68,
506,
875,
70,
588,
589,
920,
921,
590,
71,
1780,
888,
879,
31,
1781,
889,
601,
4599
],
),
"settings_account_box": SymbolsMetadata(
popularity: 156,
codepoint: 0xf835,
categories: [6],
tags: [
565,
1739,
1757,
501,
566,
482,
1776,
685,
345,
3086,
1236,
1425,
145,
577,
1777,
977,
581,
293,
68,
2078,
506,
1641,
70,
289,
919,
588,
589,
920,
5100,
921,
590,
432,
652,
71,
433,
1093,
989,
601
],
),
"settings_alert": SymbolsMetadata(
popularity: 429,
codepoint: 0xf143,
categories: [10],
tags: [
5343,
1757,
1360,
1361,
691,
1776,
685,
1745,
1236,
2787,
2720,
1366,
1777,
3413,
1140,
1367,
2722,
4879,
3960,
2078,
4880,
1143,
616,
70,
4014,
921,
2725,
71,
1780,
31,
1093,
1781,
1691,
4876,
206
],
),
"settings_applications": SymbolsMetadata(
popularity: 3549,
codepoint: 0xe8b9,
categories: [2],
tags: [
1739,
1757,
1673,
501,
2706,
1743,
193,
1776,
519,
685,
6404,
345,
1236,
145,
288,
2787,
1777,
3413,
4878,
293,
68,
259,
4879,
2078,
4880,
5318,
262,
70,
920,
358,
652,
71,
1780,
509,
1093,
65,
1781,
333,
3304
],
),
"settings_b_roll": SymbolsMetadata(
popularity: 148,
codepoint: 0xf625,
categories: [1],
tags: [
861,
5343,
501,
77,
193,
462,
1776,
685,
1745,
3086,
1236,
145,
1476,
488,
903,
1777,
137,
138,
293,
68,
87,
2078,
506,
1641,
70,
289,
919,
6257,
920,
921,
906,
652,
151,
71,
1780,
392,
31,
1093,
1781,
907
],
),
"settings_backup_restore": SymbolsMetadata(
popularity: 2648,
codepoint: 0xe8ba,
categories: [2],
tags: [
1674,
77,
2443,
1675,
2939,
193,
1676,
753,
81,
2143,
520,
1680,
2077,
757,
759,
3441,
760,
761,
2865,
5856,
3446,
3662,
14657,
2836,
470,
71,
472,
291,
764,
765,
526,
2841,
2453,
527
],
rtlAutoMirrored: true,
),
"settings_bluetooth": SymbolsMetadata(
popularity: 482,
codepoint: 0xe8bb,
categories: [7],
tags: [
13153,
5343,
1268,
4274,
685,
1073,
284,
254,
345,
81,
288,
7163,
1300,
4282,
4326,
7710,
262,
267,
70,
4276,
71,
1780,
2030,
273,
12448,
31,
65,
413,
278
],
),
"settings_brightness": SymbolsMetadata(
popularity: 704,
codepoint: 0xe8bd,
categories: [1],
tags: [
1739,
2212,
4593,
3621,
685,
4739,
345,
1236,
4083,
1400,
8,
1844,
3622,
83,
3624,
4746,
3625,
1344,
792,
3626,
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,
2528,
251,
193,
685,
345,
288,
4021,
1105,
7075,
1110,
1253,
1344,
88,
506,
262,
8975,
14658,
2015,
237,
325,
70,
271,
14659,
13252,
921,
432,
2536,
363,
71,
525,
3950
],
),
"settings_cinematic_blur": SymbolsMetadata(
popularity: 34,
codepoint: 0xf624,
categories: [1],
tags: [
565,
5343,
501,
4295,
5793,
40,
344,
5794,
1776,
685,
345,
3086,
1236,
4309,
145,
1252,
680,
487,
346,
83,
1777,
581,
49,
293,
68,
354,
70,
4301,
589,
920,
62,
921,
681,
590,
63,
652,
151,
71,
1781,
601,
37,
476,
4884
],
),
"settings_ethernet": SymbolsMetadata(
popularity: 1099,
codepoint: 0xe8be,
categories: [11],
tags: [
502,
4937,
283,
3938,
519,
12530,
1073,
284,
254,
4938,
81,
288,
1105,
14660,
1110,
1622,
1344,
259,
14661,
11045,
87,
1314,
11046,
267,
4940,
14662,
3969,
1315,
14663,
71,
4941,
65,
277,
4942,
7724
],
),
"settings_heart": SymbolsMetadata(
popularity: 119,
codepoint: 0xf522,
categories: [2],
tags: [
1739,
13247,
501,
1743,
1776,
685,
345,
1236,
145,
3498,
1777,
14664,
4483,
4506,
138,
293,
68,
1613,
4507,
492,
70,
920,
1033,
921,
14665,
4104,
1539,
652,
71,
392,
31,
3629,
1049
],
),
"settings_input_antenna": SymbolsMetadata(
popularity: 1089,
codepoint: 0xe8bf,
categories: [11],
tags: [
2021,
4780,
502,
731,
4275,
283,
519,
1073,
284,
254,
81,
4684,
14666,
1105,
781,
1111,
259,
406,
267,
14667,
14668,
2056,
14669,
3343,
14670,
4744,
14671,
14672,
5439,
71,
273,
454,
411,
65,
412,
2059,
2031,
14673,
277,
278
],
),
"settings_input_component": SymbolsMetadata(
popularity: 801,
codepoint: 0xe8c0,
categories: [11],
tags: [
1268,
461,
4937,
3335,
3938,
14674,
6404,
1073,
284,
254,
4938,
288,
781,
46,
1110,
10939,
1111,
1698,
259,
14675,
1314,
406,
439,
3969,
12843,
851,
3342,
71,
1780,
65,
7366,
37,
277,
7931
],
),
"settings_input_hdmi": SymbolsMetadata(
popularity: 434,
codepoint: 0xe8c2,
categories: [11],
tags: [
1268,
461,
4937,
685,
284,
254,
4938,
104,
288,
44,
8,
1878,
781,
7364,
3458,
419,
1111,
14661,
1314,
630,
439,
3969,
5007,
851,
1315,
71,
1780,
273,
4941,
65,
412,
37,
4942
],
),
"settings_input_svideo": SymbolsMetadata(
popularity: 241,
codepoint: 0xe8c3,
categories: [11],
tags: [
5551,
14676,
5770,
461,
4937,
14677,
193,
14678,
284,
254,
4938,
104,
288,
1878,
781,
904,
1111,
87,
406,
439,
3969,
5007,
851,
1315,
14679,
71,
392,
273,
433,
1948,
14680,
65,
37,
14681
],
),
"settings_motion_mode": SymbolsMetadata(
popularity: 26,
codepoint: 0xf833,
categories: [1],
tags: [
1739,
1757,
341,
6403,
501,
4295,
40,
1776,
685,
345,
3086,
3583,
1236,
145,
288,
2787,
216,
1108,
1777,
49,
293,
68,
4879,
2078,
1029,
8095,
5318,
642,
353,
1119,
70,
294,
920,
1033,
57,
59,
62,
921,
1090,
652,
151,
71,
1780,
1093,
511,
4308
],
),
"settings_night_sight": SymbolsMetadata(
popularity: 38,
codepoint: 0xf832,
categories: [1],
tags: [
1739,
4593,
501,
4075,
40,
4077,
685,
1745,
4082,
3086,
1236,
4083,
4226,
145,
8,
3352,
216,
83,
1777,
8359,
293,
68,
4742,
4089,
4059,
11229,
14682,
14683,
70,
920,
1033,
57,
3602,
59,
921,
652,
151,
71,
8393,
3366,
396,
10125
],
),
"settings_overscan": SymbolsMetadata(
popularity: 541,
codepoint: 0xe8c4,
categories: [6],
tags: [
2212,
502,
633,
1132,
482,
1742,
2339,
8,
4602,
914,
14684,
49,
1470,
630,
1733,
14685,
57,
62,
14686,
111,
1427,
432,
2222,
1737,
410,
14687,
71,
14688,
433,
412,
2031,
37,
367,
396,
2337
],
),
"settings_panorama": SymbolsMetadata(
popularity: 25,
codepoint: 0xf831,
categories: [1],
tags: [
2212,
500,
501,
40,
193,
1776,
345,
3086,
1236,
145,
1844,
3622,
1777,
11048,
699,
49,
293,
68,
1595,
53,
1470,
1596,
1597,
1826,
70,
5798,
14689,
920,
57,
59,
62,
921,
470,
11049,
652,
151,
71,
1994,
396,
11050,
14690,
2540
],
),
"settings_phone": SymbolsMetadata(
popularity: 917,
codepoint: 0xe8c5,
categories: [7],
tags: [
1739,
1757,
1270,
1250,
251,
1776,
283,
685,
284,
975,
345,
1236,
145,
288,
216,
1777,
1110,
2078,
262,
70,
1033,
271,
921,
71,
1780,
1093,
1406,
511,
3304
],
),
"settings_photo_camera": SymbolsMetadata(
popularity: 60,
codepoint: 0xf834,
categories: [1],
tags: [
2212,
501,
3349,
40,
42,
1776,
685,
345,
3086,
3583,
1236,
145,
487,
3622,
83,
14691,
4392,
1749,
1777,
49,
293,
68,
53,
4449,
642,
1641,
355,
70,
6257,
920,
57,
59,
62,
358,
921,
652,
151,
71,
1780,
1347,
2337
],
),
"settings_power": SymbolsMetadata(
popularity: 949,
codepoint: 0xe8c6,
categories: [6],
tags: [
861,
748,
504,
193,
3938,
345,
288,
3869,
3921,
3683,
1108,
1110,
138,
293,
68,
87,
506,
1059,
1061,
14692,
3687,
9016,
5856,
3446,
1539,
71,
13488,
12042,
2404,
31,
1093,
413,
5167
],
),
"settings_remote": SymbolsMetadata(
popularity: 913,
codepoint: 0xe8c7,
categories: [11],
tags: [
861,
14693,
2212,
1859,
4274,
685,
6404,
284,
14694,
14695,
254,
345,
288,
2537,
2078,
1029,
406,
70,
921,
4777,
12397,
7165,
14696,
14697,
71,
1780,
273,
1093,
412,
2031,
277,
278,
14698
],
),
"settings_slow_motion": SymbolsMetadata(
popularity: 26,
codepoint: 0xf623,
categories: [1],
tags: [
1739,
501,
77,
193,
1159,
1776,
685,
345,
1745,
3086,
1236,
754,
145,
1777,
14699,
293,
68,
406,
506,
1641,
353,
468,
1707,
70,
919,
920,
4014,
2509,
408,
921,
2543,
652,
151,
71,
1780,
13805,
14700,
275,
1171,
37
],
),
"settings_system_daydream": SymbolsMetadata(
popularity: 400,
codepoint: 0xe1c3,
categories: [4],
tags: [
2212,
1675,
1676,
685,
345,
10138,
288,
44,
8,
1678,
2537,
1878,
46,
12928,
2497,
10139,
7043,
466,
2870,
630,
70,
921,
410,
71,
1780,
1690,
1093,
1297,
65,
7062,
475,
477
],
),
"settings_timelapse": SymbolsMetadata(
popularity: 53,
codepoint: 0xf622,
categories: [1],
tags: [
2212,
1757,
501,
502,
10322,
193,
1159,
1776,
685,
345,
3086,
1236,
145,
1400,
1165,
903,
1777,
2698,
51,
293,
68,
2078,
5318,
406,
1707,
70,
919,
920,
2509,
1167,
8839,
358,
921,
652,
151,
71,
1780,
275,
1093,
1171,
14701,
1172,
511,
1755,
2031,
37,
2080
],
),
"settings_video_camera": SymbolsMetadata(
popularity: 57,
codepoint: 0xf621,
categories: [1],
tags: [
1739,
501,
14702,
5137,
40,
120,
344,
193,
1776,
5094,
685,
1745,
3086,
1236,
145,
346,
5107,
1777,
1110,
138,
49,
293,
68,
1470,
406,
353,
354,
439,
70,
6257,
920,
4014,
62,
921,
453,
440,
652,
151,
71,
392,
433,
31,
37,
367,
434
],
),
"settings_voice": SymbolsMetadata(
popularity: 743,
codepoint: 0xe8c8,
categories: [0],
tags: [
5343,
1268,
193,
462,
1776,
685,
345,
1745,
1777,
699,
1111,
87,
1470,
2078,
1029,
1284,
1285,
70,
921,
453,
1290,
440,
71,
1780,
1293,
4846,
1294,
9548,
1464,
1298,
3304
],
),
"settop_component": SymbolsMetadata(
popularity: 249,
codepoint: 0xe2ac,
categories: [11],
tags: [
1673,
501,
1268,
5770,
461,
517,
482,
3938,
2707,
284,
5987,
345,
5929,
288,
44,
2537,
781,
3340,
916,
1344,
1470,
406,
439,
1143,
3343,
432,
410,
14703,
14704,
273,
1093,
412,
14705,
2031,
37,
1186
],
),
"severe_cold": SymbolsMetadata(
popularity: 638,
codepoint: 0xebd3,
categories: [3],
tags: [
3109,
1360,
1875,
1361,
14706,
691,
11997,
840,
841,
842,
4404,
1365,
4408,
2720,
1366,
12935,
2888,
11999,
14707,
848,
849,
4412,
850,
14708,
1367,
616,
12030,
14709,
855,
856,
858,
206,
859,
860
],
),
"shadow": SymbolsMetadata(
popularity: 45,
codepoint: 0xe9df,
categories: [6],
tags: [
478,
2212,
3515,
2023,
484,
4309,
4568,
14710,
486,
14711,
1252,
680,
487,
490,
14712,
49,
2144,
3626,
5183,
2753,
386,
57,
59,
62,
389,
494,
14713,
8177,
7941,
14714,
4679,
14715,
4318
],
),
"shadow_add": SymbolsMetadata(
popularity: 35,
codepoint: 0xf584,
categories: [6],
tags: [
231,
745,
14716,
2212,
1321,
1325,
1236,
4226,
4986,
14711,
1252,
680,
487,
3352,
83,
3624,
2255,
49,
6079,
235,
6887,
1327,
2144,
14717,
14718,
887,
4014,
57,
3602,
59,
62,
239,
242,
7941,
392,
433,
2199,
31,
4318
],
),
"shadow_minus": SymbolsMetadata(
popularity: 14,
codepoint: 0xf583,
categories: [6],
tags: [
4990,
480,
2212,
4593,
1423,
504,
685,
345,
2884,
1210,
484,
486,
1252,
680,
487,
137,
1634,
49,
1951,
814,
1255,
355,
57,
59,
62,
1224,
151,
7941,
392,
1339,
2162,
1261,
413,
907,
476
],
),
"shape_line": SymbolsMetadata(
popularity: 405,
codepoint: 0xf8d3,
categories: [12],
tags: [
1132,
193,
912,
2394,
2884,
14719,
1163,
1136,
2786,
1252,
680,
14720,
14721,
381,
1634,
14722,
1951,
87,
4574,
2897,
1255,
5920,
1224,
703,
14723,
1152,
706,
707,
392,
14724,
433,
1261
],
),
"shapes": SymbolsMetadata(
popularity: 157,
codepoint: 0xe602,
categories: [12],
tags: [
480,
14725,
1466,
14726,
14727,
193,
2244,
14318,
485,
375,
2786,
1252,
680,
2188,
488,
9540,
14728,
14729,
381,
2255,
385,
3354,
852,
392,
5483,
14730,
14731,
14732,
433,
955,
14733,
1691
],
),
"share": SymbolsMetadata(
popularity: 22543,
codepoint: 0xe80d,
categories: [3],
tags: [
2824,
2513,
14734,
1307,
77,
283,
6176,
1073,
284,
14735,
81,
2828,
2181,
1696,
903,
904,
87,
1470,
1314,
406,
439,
2457,
267,
70,
14736,
328,
2864,
2300,
9555,
14737,
14738,
14739,
1528,
9230,
2030,
593,
3950,
98
],
),
"share_eta": SymbolsMetadata(
popularity: 88,
codepoint: 0xe5f7,
categories: [5],
tags: [
1360,
14740,
1159,
573,
1073,
284,
1160,
2037,
312,
313,
14741,
7294,
1975,
1623,
1470,
1314,
323,
324,
325,
267,
1368,
328,
1538,
1168,
14742,
652,
1528,
14743,
2030,
273,
593,
3950,
1171,
332,
2453,
277,
278
],
),
"share_location": SymbolsMetadata(
popularity: 3079,
codepoint: 0xf05f,
categories: [5],
tags: [
1513,
1131,
731,
573,
1073,
310,
2394,
754,
312,
313,
316,
317,
1532,
318,
321,
323,
14744,
324,
1534,
174,
14745,
325,
9304,
326,
327,
328,
329,
1352,
1538,
2300,
14746,
1528,
1226,
1095,
332
],
),
"share_off": SymbolsMetadata(
popularity: 80,
codepoint: 0xf6cb,
categories: [3],
tags: [
1307,
481,
504,
1208,
14747,
780,
1209,
1073,
14735,
345,
2606,
1300,
868,
1314,
1056,
406,
439,
2457,
267,
14748,
6248,
1059,
70,
1034,
4246,
1224,
14749,
1065,
1036,
1528,
14750,
14751,
14752,
9230,
2030,
14753,
14754,
14755,
14756,
593,
1226,
9918,
31,
4322,
3992
],
),
"share_reviews": SymbolsMetadata(
popularity: 827,
codepoint: 0xf8a4,
categories: [2],
tags: [
568,
570,
572,
573,
283,
1073,
628,
11677,
81,
13623,
2181,
3485,
1479,
68,
1111,
1314,
583,
585,
13776,
1352,
14757,
1353,
14758,
9291,
3503,
14072,
2300,
1528,
14759,
243,
594,
2265,
3100,
14760,
526,
4778
],
),
"share_windows": SymbolsMetadata(
popularity: 128,
codepoint: 0xf613,
categories: [2],
tags: [
77,
2392,
1073,
284,
81,
375,
14761,
2182,
1105,
1696,
903,
1080,
68,
1470,
5478,
14762,
1750,
267,
1088,
2502,
2503,
14763,
328,
3426,
906,
2300,
1528,
14764,
2030,
2265,
3951,
1691,
1229
],
),
"sheets_rtl": SymbolsMetadata(
popularity: 12,
codepoint: 0xf823,
categories: [12],
tags: [
7671,
1466,
77,
502,
2443,
1197,
628,
81,
1580,
1430,
2143,
1678,
147,
1680,
1681,
1682,
68,
1082,
385,
2197,
88,
4194,
2457,
1585,
91,
92,
1586,
3397,
1587,
1427,
4132,
4798,
6400,
5666,
1588,
4441,
4519,
2463,
2404,
33,
1485
],
),
"shelf_auto_hide": SymbolsMetadata(
popularity: 25,
codepoint: 0xf703,
categories: [2],
tags: [
501,
2425,
3349,
1423,
2186,
810,
1209,
912,
10268,
1705,
10946,
8,
4149,
1105,
755,
606,
914,
2920,
813,
385,
506,
814,
2502,
919,
2899,
410,
7443,
2008,
509,
14521,
413,
141,
396,
1187
],
),
"shelf_position": SymbolsMetadata(
popularity: 48,
codepoint: 0xf702,
categories: [2],
tags: [
1071,
1466,
1423,
517,
373,
934,
81,
375,
4911,
1078,
916,
14765,
3771,
1376,
2144,
792,
1470,
323,
226,
1086,
492,
92,
12749,
329,
14766,
1653,
432,
1393,
7443,
14767,
14768,
433,
2463,
746,
4662,
1690,
14769,
1473,
97,
1095,
8473
],
),
"shelves": SymbolsMetadata(
popularity: 93,
codepoint: 0xf86e,
categories: [8],
tags: [
1466,
3391,
482,
569,
14770,
1197,
8,
6447,
4051,
4911,
1140,
699,
4192,
3771,
86,
1082,
1345,
1470,
6450,
814,
492,
586,
289,
4484,
432,
1393,
7443,
12574,
1394,
1339,
1690,
1396,
955
],
),
"shield": SymbolsMetadata(
popularity: 4624,
codepoint: 0xe9e0,
categories: [13],
tags: [
861,
1758,
1553,
1761,
13181,
12611,
3953,
6804,
5948,
6806,
1778,
6808,
13592,
2676,
1034,
1063,
1573,
1574,
3189,
3190,
705,
6261,
1774,
12527,
1036,
1575,
11465,
11466,
1576,
13598,
7479
],
),
"shield_lock": SymbolsMetadata(
popularity: 471,
codepoint: 0xf686,
categories: [13],
tags: [
861,
5218,
5220,
4238,
1761,
3953,
3496,
8025,
1778,
14771,
1056,
5319,
1034,
1063,
590,
1573,
1574,
14772,
1065,
3189,
705,
1774,
10885,
1036,
71,
1575,
14773,
31,
3193
],
),
"shield_locked": SymbolsMetadata(
popularity: 210,
codepoint: 0xf592,
categories: [13],
tags: [
861,
5315,
14774,
5218,
5220,
1051,
4238,
81,
3953,
5948,
6805,
5463,
3185,
1027,
68,
1952,
1778,
1056,
1034,
14495,
1063,
590,
1573,
1574,
1065,
3189,
14775,
705,
1774,
1036,
71,
1575
],
),
"shield_moon": SymbolsMetadata(
popularity: 278,
codepoint: 0xeaa9,
categories: [8],
tags: [
1553,
1761,
4095,
4082,
4745,
3953,
4244,
8021,
3185,
8025,
1778,
4089,
14776,
4059,
11229,
12584,
1034,
14777,
6462,
1063,
14778,
1573,
3187,
1574,
3189,
705,
1774,
12527,
1036,
14366,
14779,
1575,
14780,
1576
],
),
"shield_person": SymbolsMetadata(
popularity: 364,
codepoint: 0xf650,
categories: [13],
tags: [
565,
1756,
566,
1553,
577,
225,
4483,
581,
138,
978,
1401,
289,
919,
588,
589,
1034,
1063,
590,
1573,
1574,
705,
1774,
1036,
71,
392,
1575,
888,
31,
601,
1576
],
),
"shield_question": SymbolsMetadata(
popularity: 115,
codepoint: 0xf529,
categories: [13],
tags: [
3940,
6621,
865,
1553,
14781,
3953,
2622,
5948,
10694,
5647,
2821,
871,
10245,
293,
68,
5489,
2722,
1034,
1063,
2725,
1573,
1574,
5722,
2333,
3943,
3944,
14782,
705,
1126,
1774,
1036,
1575,
880,
31,
4034,
9872,
4035,
1576
],
rtlAutoMirrored: true,
),
"shield_watch": SymbolsMetadata(
popularity: 12,
codepoint: 0xf30f,
categories: [3],
tags: [
1246,
1247,
1360,
2542,
1553,
193,
1159,
3953,
2538,
3185,
1027,
1253,
138,
1344,
4258,
852,
1034,
1063,
1573,
1574,
14783,
3189,
705,
1774,
13225,
14784,
1036,
11854,
1575,
2544,
5115,
31,
65,
1171,
3193,
141,
1576,
477,
206,
2080,
2547,
2548,
333,
2551
],
),
"shield_with_heart": SymbolsMetadata(
popularity: 910,
codepoint: 0xe78f,
categories: [10],
tags: [
3137,
3953,
1164,
697,
14785,
892,
4506,
14786,
1140,
138,
5249,
4507,
894,
9841,
1143,
1034,
14495,
1574,
3190,
705,
1774,
1036,
14779,
1575,
31,
3193,
7482,
3492
],
),
"shield_with_house": SymbolsMetadata(
popularity: 215,
codepoint: 0xe78d,
categories: [10],
tags: [
5315,
14774,
6803,
3953,
14787,
8021,
6805,
137,
3185,
1140,
5108,
1499,
138,
6806,
1143,
6808,
1034,
14788,
3187,
1574,
14789,
14790,
705,
1774,
12527,
1036,
1575,
31
],
),
"shift": SymbolsMetadata(
popularity: 90,
codepoint: 0xe5f2,
categories: [6],
tags: [
1739,
77,
504,
6703,
1743,
5,
519,
345,
313,
1252,
2155,
1108,
1111,
10940,
1112,
1113,
11192,
10983,
1750,
355,
151,
6214,
33,
35,
3659,
338,
1702,
98,
7694,
1485
],
),
"shift_lock": SymbolsMetadata(
popularity: 20,
codepoint: 0xf7ae,
categories: [6],
tags: [
749,
77,
504,
14791,
10906,
519,
1252,
1108,
14792,
1222,
51,
1111,
10940,
1112,
1113,
14793,
1778,
642,
1059,
1061,
14794,
4248,
33,
413,
35,
3659,
338,
1702,
7694,
1485
],
),
"shift_lock_off": SymbolsMetadata(
popularity: 11,
codepoint: 0xf483,
categories: [6],
tags: [
77,
6242,
504,
14795,
10906,
283,
519,
345,
313,
868,
1055,
1108,
1222,
10940,
1112,
1113,
10910,
1778,
10911,
1059,
1060,
1061,
14796,
151,
6214,
14794,
14797,
1067,
4248,
2404,
65,
33,
10002,
413,
35,
3659,
1702,
98,
7694,
1485
],
),
"shop": SymbolsMetadata(
popularity: 926,
codepoint: 0xe8c9,
categories: [9],
tags: [
1496,
3641,
928,
929,
569,
1647,
11363,
930,
1648,
931,
932,
934,
1180,
936,
937,
938,
4932,
939,
1387,
2789,
1684,
945,
1470,
1389,
1390,
948,
523,
950,
951,
2509,
432,
1393,
11366,
1394,
1395,
11411,
1396,
1397,
955,
956,
1187
],
),
"shop_two": SymbolsMetadata(
popularity: 519,
codepoint: 0xe8ca,
categories: [9],
tags: [
74,
745,
77,
1646,
569,
1647,
1648,
1416,
934,
80,
1649,
1684,
1389,
9939,
6521,
1652,
2509,
13437,
13438,
1654,
26,
1393,
9950,
11366,
1394,
14798,
1395,
11410,
1396,
5637,
394
],
),
"shopping_bag": SymbolsMetadata(
popularity: 18666,
codepoint: 0xf1cc,
categories: [9],
tags: [
7545,
3641,
1646,
928,
569,
1647,
930,
14799,
1648,
931,
1416,
932,
934,
1333,
936,
937,
938,
1649,
4911,
4633,
14800,
2480,
86,
87,
3772,
948,
523,
91,
289,
950,
951,
1653,
1654,
432,
1393,
1394,
1395,
11410,
433,
1396,
1397,
1170,
956,
900
],
),
"shopping_bag_speed": SymbolsMetadata(
popularity: 61,
codepoint: 0xf39a,
categories: [9],
tags: [
3641,
1646,
928,
569,
1647,
14801,
930,
1648,
931,
1416,
932,
934,
936,
937,
2037,
938,
1649,
1605,
14802,
1165,
14803,
948,
523,
91,
950,
951,
1654,
3106,
14804,
14805,
1393,
1656,
1394,
1395,
1657,
14806,
275,
14807,
14808,
1396,
1397,
956
],
),
"shopping_basket": SymbolsMetadata(
popularity: 5414,
codepoint: 0xe8cb,
categories: [9],
tags: [
745,
1645,
3641,
1646,
928,
1647,
930,
1648,
931,
1416,
932,
934,
1333,
936,
937,
938,
1649,
2645,
6841,
4911,
14809,
4633,
86,
1389,
1390,
3772,
948,
523,
1652,
6693,
950,
951,
1654,
1393,
1394,
1395,
14810,
1657,
1396
],
),
"shopping_cart": SymbolsMetadata(
popularity: 43980,
codepoint: 0xe8cc,
categories: [9],
tags: [
745,
1645,
1646,
928,
1647,
11363,
930,
5737,
1648,
931,
1416,
932,
934,
936,
937,
938,
1649,
9947,
4911,
9948,
86,
6254,
1389,
3772,
948,
523,
1651,
950,
951,
4484,
1654,
1393,
9950,
6725,
1394,
1395,
11410,
1657,
1396,
4907
],
),
"shopping_cart_checkout": SymbolsMetadata(
popularity: 9690,
codepoint: 0xeb88,
categories: [2],
tags: [
745,
1645,
77,
3641,
1646,
1647,
11363,
1648,
931,
1416,
932,
934,
937,
938,
1649,
14811,
1650,
9945,
1390,
948,
523,
14812,
14813,
14814,
1651,
1652,
950,
951,
1654,
1393,
14815,
9949,
906,
1394,
1395,
1657,
1396,
4907,
14816,
14817
],
),
"shopping_cart_off": SymbolsMetadata(
popularity: 16,
codepoint: 0xf4f7,
categories: [9],
tags: [
1645,
1360,
1646,
1647,
930,
1648,
931,
1416,
780,
932,
934,
936,
1299,
937,
1210,
14818,
1300,
868,
938,
1649,
811,
1055,
2720,
87,
1255,
1059,
1061,
523,
1651,
950,
951,
1654,
1224,
5915,
1393,
1394,
1395,
1657,
1067,
1396,
1170,
1669,
1068,
206
],
),
"shoppingmode": SymbolsMetadata(
popularity: 579,
codepoint: 0xefb7,
categories: [9],
tags: [
1645,
1646,
1647,
14819,
14820,
1416,
2641,
934,
2645,
13942,
14821,
4911,
14809,
86,
14822,
1390,
642,
1651,
289,
1421,
4484,
1654,
432,
1393,
1394,
1395,
1657,
14823,
1396,
12465,
182,
4907,
14824
],
),
"short_stay": SymbolsMetadata(
popularity: 12,
codepoint: 0xe4d0,
categories: [3],
tags: [
14825,
1495,
1496,
1904,
690,
1924,
929,
2375,
1159,
1160,
4932,
1498,
10405,
697,
1140,
1764,
5611,
2739,
1499,
581,
4055,
4057,
12593,
4273,
588,
589,
1500,
1501,
4159,
1502,
4892,
1168,
14826,
3739,
955,
14827,
1171,
3303,
332,
14828,
1229
],
),
"short_text": SymbolsMetadata(
popularity: 486,
codepoint: 0xe261,
categories: [12],
tags: [
480,
2442,
14829,
12861,
403,
572,
2244,
628,
1725,
1580,
1430,
9476,
12,
16,
2158,
14830,
1480,
2159,
820,
14831,
2890,
14832,
4342,
14833,
33,
35,
6750,
338,
6628,
1590,
1485
],
rtlAutoMirrored: true,
),
"show_chart": SymbolsMetadata(
popularity: 3617,
codepoint: 0xe6e1,
categories: [9],
tags: [
1422,
1071,
1423,
517,
569,
373,
81,
375,
8,
964,
941,
1078,
234,
1081,
87,
3480,
226,
1086,
648,
11239,
1427,
759,
1428,
2008,
14834,
746,
4662,
1095,
2470,
396,
514
],
rtlAutoMirrored: true,
),
"shower": SymbolsMetadata(
popularity: 1793,
codepoint: 0xf061,
categories: [8],
tags: [
2552,
3810,
1861,
1864,
14835,
2639,
4269,
7188,
3864,
137,
977,
1140,
2739,
1499,
3529,
138,
1470,
3834,
327,
3848,
5943,
760,
1960,
1947,
3851,
3852,
3825,
1870,
3853,
454,
31,
3858,
5827,
3829,
3545
],
),
"shuffle": SymbolsMetadata(
popularity: 2317,
codepoint: 0xe043,
categories: [0],
tags: [
14836,
76,
77,
502,
12205,
14837,
345,
1745,
14838,
14839,
2953,
14840,
14761,
14841,
88,
352,
8127,
14842,
1707,
408,
1710,
7620,
14843,
14844,
2271,
3434,
14315,
94,
10746,
95,
14845,
37
],
),
"shuffle_on": SymbolsMetadata(
popularity: 484,
codepoint: 0xe9e1,
categories: [0],
tags: [
4324,
749,
77,
502,
1268,
345,
1745,
14846,
14847,
1055,
14848,
1470,
352,
5618,
1707,
9900,
1061,
14849,
14850,
408,
1710,
7620,
14851,
94,
10746,
14852,
14853,
14854,
2404,
413,
4953,
37
],
),
"shutter_speed": SymbolsMetadata(
popularity: 389,
codepoint: 0xe43d,
categories: [1],
tags: [
2212,
5089,
14855,
4201,
40,
14856,
42,
193,
345,
2091,
3622,
14857,
381,
49,
5122,
8386,
53,
4449,
14858,
5318,
57,
1346,
8365,
59,
61,
2145,
62,
3201,
3880,
151,
1347,
14032,
275,
1226,
1171,
1172,
2080
],
),
"shutter_speed_add": SymbolsMetadata(
popularity: 14,
codepoint: 0xf57e,
categories: [1],
tags: [
231,
745,
2212,
5089,
14859,
40,
42,
193,
345,
2091,
3622,
14860,
138,
49,
235,
1344,
53,
3626,
1470,
4449,
14861,
642,
887,
57,
59,
2145,
62,
239,
151,
71,
1347,
14862,
275,
1226,
31,
1171,
1172,
1691,
907,
2080
],
),
"shutter_speed_minus": SymbolsMetadata(
popularity: 13,
codepoint: 0xf57d,
categories: [1],
tags: [
4990,
1739,
2212,
5089,
4201,
40,
193,
345,
2884,
1210,
1400,
2091,
3622,
1108,
138,
49,
51,
53,
1951,
792,
3626,
1255,
642,
294,
57,
59,
2145,
62,
5920,
1224,
151,
71,
1347,
14032,
275,
1226,
1261,
31,
1171,
1172,
907,
36,
2080
],
),
"sick": SymbolsMetadata(
popularity: 1185,
codepoint: 0xf220,
categories: [3],
tags: [
12796,
692,
2376,
1602,
1603,
6111,
1604,
6112,
1606,
577,
7991,
14863,
14864,
14865,
1607,
14866,
14867,
697,
14868,
10466,
2379,
2380,
894,
14869,
1614,
14870,
14871,
12799,
589,
12081,
12082,
6504,
2384,
1619,
2385,
8444,
12084,
2386,
14872,
8445,
2387
],
),
"side_navigation": SymbolsMetadata(
popularity: 167,
codepoint: 0xe9e2,
categories: [2],
tags: [
748,
8969,
4794,
912,
14873,
2707,
345,
485,
913,
914,
316,
3636,
915,
14874,
916,
1344,
385,
1470,
88,
506,
262,
8975,
630,
8274,
2946,
325,
70,
919,
271,
2899,
410,
1472,
8979,
2947,
2838,
923,
525,
2280,
14875,
413,
141,
1348,
333,
1186,
10563
],
rtlAutoMirrored: true,
),
"sign_language": SymbolsMetadata(
popularity: 869,
codepoint: 0xebe5,
categories: [3],
tags: [
862,
1268,
5926,
283,
7696,
867,
225,
2695,
2696,
2698,
581,
873,
10761,
5226,
6624,
1302,
588,
589,
898,
14876,
1293,
1295,
594,
5931,
31,
9548,
7230,
37,
1298
],
),
"signal_cellular_0_bar": SymbolsMetadata(
popularity: 304,
codepoint: 0xf0a8,
categories: [4],
tags: [
4765,
14877,
4780,
14878,
1423,
517,
14879,
1250,
251,
7687,
8168,
284,
254,
81,
259,
7794,
262,
267,
611,
6317,
271,
273,
290,
275,
291,
5075,
649,
612,
14880,
277,
278,
650,
280,
14881
],
),
"signal_cellular_1_bar": SymbolsMetadata(
popularity: 367,
codepoint: 0xf0a9,
categories: [4],
tags: [
4765,
480,
1423,
1424,
517,
1250,
251,
283,
284,
254,
285,
81,
3870,
137,
51,
259,
792,
814,
262,
267,
271,
3687,
759,
272,
273,
1339,
275,
291,
649,
2561,
277,
278
],
),
"signal_cellular_2_bar": SymbolsMetadata(
popularity: 371,
codepoint: 0xf0aa,
categories: [4],
tags: [
4765,
3873,
1423,
517,
14879,
1250,
251,
283,
284,
254,
81,
51,
259,
792,
262,
10039,
14882,
267,
10042,
611,
12548,
271,
14883,
14884,
3687,
272,
273,
290,
275,
291,
649,
65,
3882,
7800,
277,
278
],
),
"signal_cellular_3_bar": SymbolsMetadata(
popularity: 520,
codepoint: 0xf0ab,
categories: [4],
tags: [
4765,
14885,
1423,
517,
14886,
1250,
5512,
251,
7687,
8168,
14887,
1272,
284,
254,
81,
521,
51,
259,
262,
265,
10039,
267,
271,
2066,
272,
273,
275,
291,
649,
276,
1406,
2280,
277,
278
],
),
"signal_cellular_4_bar": SymbolsMetadata(
popularity: 1257,
codepoint: 0xe1c8,
categories: [4],
tags: [
4765,
1423,
517,
14886,
1250,
251,
283,
284,
254,
81,
2225,
2276,
12501,
51,
259,
262,
263,
267,
4284,
269,
271,
272,
273,
275,
291,
649,
14888,
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,
5070,
277,
278
],
),
"signal_cellular_alt": SymbolsMetadata(
popularity: 5773,
codepoint: 0xe202,
categories: [4],
tags: [
2388,
1071,
14889,
1423,
517,
1250,
251,
373,
283,
284,
254,
81,
288,
375,
12501,
14890,
1078,
51,
1081,
259,
792,
226,
17,
1086,
262,
265,
267,
271,
272,
273,
290,
746,
291,
649,
65,
612,
1095,
2471,
277,
278
],
),
"signal_cellular_alt_1_bar": SymbolsMetadata(
popularity: 216,
codepoint: 0xebdf,
categories: [4],
tags: [
3865,
2388,
1071,
4780,
1423,
517,
1250,
250,
251,
373,
283,
284,
254,
285,
81,
375,
1078,
51,
1081,
259,
792,
7794,
226,
1086,
262,
10039,
267,
3871,
271,
272,
273,
290,
746,
291,
649,
276,
1095,
277,
278
],
),
"signal_cellular_alt_2_bar": SymbolsMetadata(
popularity: 262,
codepoint: 0xebe3,
categories: [4],
tags: [
2388,
1071,
1423,
517,
14891,
1250,
251,
373,
283,
284,
254,
81,
375,
2276,
1078,
14892,
14893,
51,
1081,
259,
792,
226,
14894,
1086,
262,
267,
271,
272,
273,
746,
291,
649,
1095,
3882,
1856,
277,
278
],
),
"signal_cellular_connected_no_internet_0_bar": SymbolsMetadata(
popularity: 345,
codepoint: 0xf0ac,
categories: [4],
tags: [
3109,
4765,
14877,
1360,
1361,
1423,
517,
691,
1250,
251,
283,
1074,
284,
254,
1365,
81,
288,
2719,
2720,
1366,
1367,
51,
259,
7794,
1166,
262,
267,
3271,
7575,
616,
271,
12503,
273,
291,
31,
1691,
1068,
206,
277,
278,
14881
],
),
"signal_cellular_connected_no_internet_4_bar": SymbolsMetadata(
popularity: 311,
codepoint: 0xe1cd,
categories: [4],
tags: [
3109,
631,
14895,
1360,
1361,
1423,
517,
691,
1250,
251,
1074,
284,
254,
1365,
81,
11987,
2720,
1366,
2225,
12501,
1367,
51,
259,
792,
260,
1166,
262,
263,
267,
3271,
1057,
7575,
616,
1060,
271,
2725,
652,
273,
290,
291,
31,
206,
277,
278
],
),
"signal_cellular_nodata": SymbolsMetadata(
popularity: 282,
codepoint: 0xf062,
categories: [4],
tags: [
4780,
78,
517,
1250,
251,
780,
283,
284,
81,
2894,
2719,
2720,
259,
792,
262,
267,
3271,
14896,
1060,
271,
3687,
4247,
272,
1224,
652,
273,
291,
3008,
649,
65,
1691,
1068,
206,
277,
278,
3992
],
),
"signal_cellular_null": SymbolsMetadata(
popularity: 187,
codepoint: 0xe1cf,
categories: [4],
tags: [
1360,
517,
1250,
251,
283,
284,
254,
81,
1162,
868,
2720,
51,
259,
87,
262,
267,
12638,
6317,
819,
1060,
271,
273,
290,
291,
1691,
1068,
206,
277,
278
],
),
"signal_cellular_off": SymbolsMetadata(
popularity: 255,
codepoint: 0xe1d0,
categories: [4],
tags: [
4780,
517,
1250,
251,
283,
14897,
284,
81,
2013,
868,
2719,
1055,
51,
259,
262,
263,
14898,
267,
269,
14899,
6429,
13460,
12638,
6317,
1059,
1060,
1061,
271,
14883,
652,
273,
7787,
1067,
291,
1068,
14900,
277,
278
],
),
"signal_cellular_pause": SymbolsMetadata(
popularity: 5,
codepoint: 0xf5a7,
categories: [4],
tags: [
517,
2117,
1250,
251,
283,
284,
254,
81,
2118,
2719,
2127,
2480,
51,
259,
13232,
262,
10039,
267,
1223,
271,
2056,
272,
1918,
273,
275,
291,
1226,
2619,
649,
12719,
533,
276,
2561,
1856,
277,
278
],
),
"signal_disconnected": SymbolsMetadata(
popularity: 1113,
codepoint: 0xf239,
categories: [4],
tags: [
1360,
251,
283,
284,
254,
1235,
1299,
81,
2719,
14901,
2720,
2721,
259,
87,
7158,
262,
267,
12744,
6429,
6317,
1060,
14589,
652,
273,
1067,
291,
1068,
13214,
4140,
206,
5525,
277,
278
],
),
"signal_wifi_0_bar": SymbolsMetadata(
popularity: 439,
codepoint: 0xf0b0,
categories: [4],
tags: [
4765,
861,
1659,
1423,
1250,
251,
283,
284,
254,
12538,
81,
2719,
51,
259,
9864,
2065,
262,
267,
6184,
269,
6429,
12638,
6317,
1060,
271,
273,
3008,
31,
65,
1856,
7800,
277,
14902,
278,
650,
14881
],
),
"signal_wifi_4_bar": SymbolsMetadata(
popularity: 1669,
codepoint: 0xe1d8,
categories: [4],
tags: [
631,
3998,
1423,
517,
1250,
251,
283,
1074,
284,
14903,
254,
81,
2225,
2276,
51,
259,
10366,
262,
267,
523,
271,
652,
273,
14904,
291,
3008,
649,
1093,
1856,
277,
278
],
),
"signal_wifi_bad": SymbolsMetadata(
popularity: 510,
codepoint: 0xf063,
categories: [4],
tags: [
861,
1659,
9149,
1423,
517,
1208,
1250,
251,
780,
1209,
283,
9105,
1073,
284,
81,
2719,
2720,
1212,
12535,
138,
259,
2722,
1470,
262,
267,
3271,
2724,
271,
2725,
4247,
4782,
1224,
273,
1226,
31,
65,
1691,
14905,
1856,
277,
278,
3992
],
),
"signal_wifi_off": SymbolsMetadata(
popularity: 476,
codepoint: 0xe1da,
categories: [4],
tags: [
1360,
4780,
12534,
517,
1250,
251,
283,
3262,
14906,
81,
1162,
868,
3263,
2719,
1055,
2720,
51,
259,
11633,
14907,
262,
267,
2016,
14198,
13242,
5953,
1059,
1060,
1061,
271,
2725,
273,
14908,
1067,
275,
291,
1068,
206,
277,
13246,
12545,
278,
2020,
14909
],
),
"signal_wifi_statusbar_not_connected": SymbolsMetadata(
popularity: 518,
codepoint: 0xf0ef,
categories: [4],
tags: [
3940,
1360,
12534,
865,
5978,
1250,
251,
283,
1074,
284,
81,
288,
3263,
2720,
871,
51,
293,
68,
259,
262,
267,
3271,
6429,
7420,
5952,
5953,
1060,
271,
3942,
3944,
273,
275,
291,
3008,
14910,
880,
31,
65,
1068,
206,
1856,
277,
278
],
),
"signal_wifi_statusbar_null": SymbolsMetadata(
popularity: 392,
codepoint: 0xf067,
categories: [4],
tags: [
861,
1659,
1423,
1250,
251,
283,
284,
254,
2936,
81,
288,
2719,
811,
51,
259,
792,
262,
267,
6317,
6510,
819,
1060,
271,
273,
275,
291,
14910,
65,
1068,
1855,
277,
278,
3688
],
),
"signature": SymbolsMetadata(
popularity: 226,
codepoint: 0xf74c,
categories: [12],
tags: [
2440,
2666,
1658,
1592,
9869,
2688,
14911,
3744,
2444,
2279,
14912,
14913,
1430,
2786,
11388,
488,
14914,
978,
2673,
2448,
87,
757,
3674,
4516,
1033,
898,
14915,
5636,
14916,
1170,
4821,
1590
],
),
"signpost": SymbolsMetadata(
popularity: 1378,
codepoint: 0xeb91,
categories: [5],
tags: [
77,
1423,
312,
313,
3170,
12678,
699,
51,
68,
1623,
3296,
2197,
323,
324,
1534,
174,
325,
1625,
1535,
1167,
1352,
906,
1626,
1538,
898,
273,
9253,
9254,
5189,
1627,
1628,
332,
14917,
1464,
3166
],
),
"sim_card": SymbolsMetadata(
popularity: 876,
codepoint: 0xe32b,
categories: [11],
tags: [
40,
930,
620,
251,
14918,
4918,
283,
7041,
284,
254,
975,
14919,
81,
288,
1878,
1110,
978,
259,
2799,
262,
4726,
267,
271,
652,
273,
9868,
12641,
8854,
433,
1690,
10549,
14920,
65,
533,
1406
],
),
"sim_card_download": SymbolsMetadata(
popularity: 951,
codepoint: 0xf068,
categories: [4],
tags: [
77,
504,
40,
930,
251,
4918,
283,
284,
81,
288,
2819,
2578,
520,
1164,
5946,
138,
1594,
1698,
2799,
262,
267,
271,
2298,
432,
2536,
1539,
9868,
12641,
1690,
31,
526
],
),
"simulation": SymbolsMetadata(
popularity: 109,
codepoint: 0xf3e1,
categories: [3],
tags: [
2513,
5752,
2125,
1374,
8092,
685,
1497,
345,
1104,
5311,
2787,
6447,
5383,
5429,
3413,
2498,
466,
4878,
3423,
4879,
1029,
4880,
5318,
1119,
3488,
2993,
1090,
681,
71,
1780,
9868,
495,
1093,
140,
65,
475,
477,
1671
],
),
"single_bed": SymbolsMetadata(
popularity: 554,
codepoint: 0xea48,
categories: [8],
tags: [
14921,
2552,
1904,
14922,
4047,
4048,
1877,
3046,
4051,
14923,
14924,
1140,
4052,
2739,
10406,
1499,
4054,
4055,
4057,
4058,
4059,
4061,
4062,
1917,
1960,
1918,
1947,
14925,
3569,
14926,
1920,
1936,
3303,
332,
4071
],
),
"sip": SymbolsMetadata(
popularity: 266,
codepoint: 0xf069,
categories: [7],
tags: [
14927,
4,
14928,
1270,
11874,
5,
283,
1073,
284,
975,
1475,
1400,
7200,
7716,
12,
5034,
5079,
7201,
259,
14929,
16,
87,
1285,
267,
7045,
673,
271,
5046,
4775,
762,
5082,
7204,
273,
7205,
14930,
31,
1296,
1406,
5070,
33,
35,
1298,
13231
],
),
"siren": SymbolsMetadata(
popularity: 58,
codepoint: 0xf3a7,
categories: [3],
tags: [
1359,
1360,
2424,
1361,
14931,
1362,
691,
14932,
9105,
11428,
4404,
1365,
2427,
5180,
14933,
1367,
5248,
51,
3626,
1286,
616,
7685,
12012,
1036,
273,
2434,
1293,
14934,
2935,
2437,
206
],
),
"siren_check": SymbolsMetadata(
popularity: 19,
codepoint: 0xf3a6,
categories: [3],
tags: [
1359,
1360,
2666,
1362,
1661,
463,
2669,
2689,
2323,
1664,
2427,
1106,
2671,
137,
138,
5248,
3626,
1166,
616,
1666,
2674,
1036,
362,
273,
2434,
1293,
245,
31,
1669,
1691,
141,
1576,
206,
1672
],
),
"siren_open": SymbolsMetadata(
popularity: 12,
codepoint: 0xf3a5,
categories: [3],
tags: [
1359,
1360,
2424,
77,
1361,
1362,
731,
691,
9105,
4404,
3680,
1365,
2427,
14935,
5180,
14933,
4412,
14936,
5248,
3626,
616,
7685,
2433,
906,
1036,
273,
2434,
1293,
14937,
1294,
1691,
1702,
2437,
206
],
),
"siren_question": SymbolsMetadata(
popularity: 20,
codepoint: 0xf3a4,
categories: [3],
tags: [
3940,
1359,
1360,
6621,
865,
1362,
691,
3680,
1365,
2427,
4412,
871,
5248,
51,
293,
68,
5410,
2722,
3626,
7685,
2725,
14938,
3942,
2333,
3943,
3944,
4415,
1036,
2434,
291,
12700,
880,
31,
4876,
3945,
4035,
206
],
),
"skateboarding": SymbolsMetadata(
popularity: 597,
codepoint: 0xe511,
categories: [15],
tags: [
748,
749,
2513,
7323,
7540,
5713,
690,
781,
11,
11009,
14939,
3295,
7542,
581,
6654,
1959,
4380,
353,
468,
14940,
3651,
3297,
588,
589,
3299,
14941,
7285,
10526,
14942,
14943,
14944,
14945,
593,
30,
3519,
1627,
13408,
1506,
2051,
5747,
14946
],
),
"skeleton": SymbolsMetadata(
popularity: 220,
codepoint: 0xf899,
categories: [3],
tags: [
3546,
4165,
690,
4119,
14947,
8606,
14948,
14949,
2936,
6868,
375,
378,
225,
14950,
14951,
697,
8609,
581,
14952,
384,
87,
894,
10486,
289,
14953,
4179,
392,
888,
8614,
8615,
12813,
14954,
14955,
955,
8620
],
),
"skillet": SymbolsMetadata(
popularity: 83,
codepoint: 0xf543,
categories: [8],
tags: [
6468,
462,
4204,
4205,
14956,
6470,
6471,
4684,
46,
2356,
4208,
14957,
14958,
14959,
4633,
1848,
1140,
3029,
1499,
6476,
4212,
14960,
11896,
3703,
6477,
3704,
6478,
6479,
6026,
5709,
330,
14961,
14962,
14963,
14964,
6481,
6482,
6483,
6335
],
),
"skillet_cooktop": SymbolsMetadata(
popularity: 12,
codepoint: 0xf544,
categories: [8],
tags: [
1859,
6466,
14965,
6468,
5698,
193,
4204,
4205,
6470,
6471,
4681,
1164,
379,
2356,
14958,
14959,
4633,
8900,
3027,
1848,
1140,
1499,
6476,
4212,
3703,
6477,
3704,
6478,
6479,
6026,
1537,
330,
14961,
14963,
14964,
6481,
6482,
6483
],
),
"skip_next": SymbolsMetadata(
popularity: 5777,
codepoint: 0xe044,
categories: [0],
tags: [
2926,
77,
12993,
1423,
504,
345,
1745,
7739,
903,
6654,
14966,
352,
686,
2874,
1707,
325,
905,
9586,
2509,
408,
2833,
1700,
94,
8022,
14967,
1691,
14968,
37,
543
],
),
"skip_previous": SymbolsMetadata(
popularity: 3541,
codepoint: 0xe045,
categories: [0],
tags: [
77,
1268,
2443,
1423,
2194,
504,
345,
1745,
14969,
147,
2830,
2077,
3450,
87,
406,
407,
439,
1707,
905,
2509,
408,
409,
2833,
14970,
14971,
2852,
8022,
14972,
3057,
2130,
2148,
3453,
1691,
1407,
3729,
37
],
),
"skull": SymbolsMetadata(
popularity: 1265,
codepoint: 0xf89a,
categories: [3],
tags: [
14973,
1360,
3546,
9149,
690,
4119,
8606,
691,
14974,
14975,
14976,
1365,
6868,
2427,
14977,
14978,
14979,
137,
14951,
4412,
977,
697,
894,
14980,
14981,
14982,
14983,
4415,
14984,
8615,
12813,
14954,
14985,
206
],
),
"skull_list": SymbolsMetadata(
popularity: 61,
codepoint: 0xf370,
categories: [3],
tags: [
13075,
690,
4119,
8606,
9455,
2138,
3092,
14974,
1365,
6868,
1580,
1430,
83,
14986,
14951,
977,
697,
3771,
86,
1470,
88,
14987,
894,
506,
1480,
70,
91,
14982,
851,
14983,
795,
985,
4415,
14984,
94,
8615,
12813,
14954,
12866,
3752,
33,
4418,
3132,
206,
1485
],
),
"slab_serif": SymbolsMetadata(
popularity: 13,
codepoint: 0xf4ab,
categories: [12],
tags: [
3418,
4,
501,
5,
9257,
628,
44,
8,
1430,
2224,
520,
2155,
12,
9381,
2156,
4483,
2255,
15,
16,
4585,
3325,
14640,
14988,
509,
433,
2162,
31,
33,
2177,
2165,
35,
6750,
338,
476,
1485
],
),
"sledding": SymbolsMetadata(
popularity: 253,
codepoint: 0xe512,
categories: [15],
tags: [
2513,
7323,
7540,
690,
993,
8587,
841,
7541,
781,
11,
4976,
3295,
7935,
7542,
1958,
581,
1959,
1596,
3651,
588,
589,
2509,
3299,
3300,
12030,
14989,
14990,
14991,
7531,
4950,
855,
14992,
14993,
14994,
593,
30,
3519,
332,
860,
14995,
10530
],
),
"sleep_score": SymbolsMetadata(
popularity: 39,
codepoint: 0xf6b7,
categories: [15],
tags: [
3,
1422,
2466,
4048,
373,
4095,
4083,
81,
3485,
1078,
697,
6287,
51,
4087,
17,
18,
630,
4089,
4059,
12584,
648,
759,
63,
203,
1428,
1918,
2334,
228,
1920,
14996,
746,
7260,
3074,
2148,
7263,
3492
],
),
"slide_library": SymbolsMetadata(
popularity: 105,
codepoint: 0xf822,
categories: [12],
tags: [
1674,
1466,
14997,
959,
1197,
628,
14998,
1430,
14999,
2143,
147,
15000,
1680,
1343,
15001,
1079,
1082,
1345,
406,
11202,
2457,
15002,
91,
4114,
13047,
1427,
15003,
432,
5981,
15004,
6146
],
),
"sliders": SymbolsMetadata(
popularity: 68,
codepoint: 0xe9e3,
categories: [2],
tags: [
1739,
1268,
1423,
504,
1101,
685,
1745,
1236,
1105,
1252,
2064,
83,
14691,
3636,
15005,
1083,
2078,
70,
6257,
921,
1751,
71,
1753,
2280,
97,
6749,
554
],
),
"slideshow": SymbolsMetadata(
popularity: 2116,
codepoint: 0xe41b,
categories: [1],
tags: [
6346,
13528,
8,
781,
12295,
346,
15006,
406,
354,
15007,
439,
15008,
2145,
2509,
3379,
408,
1427,
5171,
15009,
1700,
410,
14687,
2008,
15010,
4519,
5173,
433,
2130,
1691,
37,
396,
7062
],
),
"slow_motion_video": SymbolsMetadata(
popularity: 847,
codepoint: 0xe068,
categories: [0],
tags: [
15011,
77,
40,
193,
345,
1745,
2394,
754,
15012,
487,
15013,
346,
138,
406,
352,
1641,
353,
354,
1707,
2509,
408,
357,
359,
13805,
14700,
275,
15014,
31,
1171,
1691,
37,
444,
9881,
368,
4318
],
),
"smart_card_reader": SymbolsMetadata(
popularity: 28,
codepoint: 0xf4a5,
categories: [11],
tags: [
861,
565,
5218,
566,
281,
930,
6305,
284,
615,
288,
44,
10538,
2537,
577,
941,
1110,
581,
3107,
10540,
2004,
15015,
3312,
1470,
1730,
3674,
951,
15016,
588,
4288,
589,
590,
3778,
432,
15017,
1036,
3215,
8854,
15018,
65,
956,
601,
1518
],
),
"smart_card_reader_off": SymbolsMetadata(
popularity: 8,
codepoint: 0xf4a6,
categories: [11],
tags: [
861,
565,
566,
281,
1051,
930,
4919,
283,
6276,
961,
81,
288,
868,
2719,
10538,
1055,
577,
1110,
581,
3107,
10540,
2004,
3312,
87,
3674,
6309,
5952,
5953,
1059,
1060,
1061,
951,
15016,
588,
589,
590,
3778,
432,
1738,
1036,
1067,
8854,
65,
1317,
956,
1068,
601,
4821,
1518
],
),
"smart_display": SymbolsMetadata(
popularity: 4969,
codepoint: 0xf06a,
categories: [11],
tags: [
2021,
1859,
2125,
2473,
4275,
1704,
1073,
1074,
5442,
345,
288,
15019,
8,
2537,
781,
7735,
1140,
15020,
4192,
68,
467,
4212,
5528,
406,
630,
2509,
2459,
410,
5439,
1292,
12424,
1898,
4153,
454,
65,
412,
5088,
2031,
37,
3155,
15021
],
),
"smart_outlet": SymbolsMetadata(
popularity: 257,
codepoint: 0xe844,
categories: [8],
tags: [
1859,
2125,
1101,
284,
345,
288,
12840,
3921,
2537,
15022,
1140,
3173,
1499,
647,
1143,
5555,
3969,
3687,
13491,
432,
1292,
1898,
15023,
4941,
65,
15024,
278
],
),
"smart_screen": SymbolsMetadata(
popularity: 224,
codepoint: 0xf06b,
categories: [11],
tags: [
1246,
1247,
2021,
4275,
1250,
1073,
284,
288,
1105,
7075,
1110,
1253,
756,
506,
262,
1699,
8975,
14658,
2015,
237,
325,
70,
5319,
271,
326,
759,
432,
2536,
410,
5439,
1036,
71,
1292,
1897,
15025,
15026,
15027,
454,
525,
3950,
37
],
),
"smart_toy": SymbolsMetadata(
popularity: 4634,
codepoint: 0xf06c,
categories: [11],
tags: [
2493,
1307,
2495,
1267,
2125,
14116,
5,
3168,
13157,
1310,
44,
14117,
489,
2497,
4724,
977,
138,
4173,
2468,
1612,
1344,
3806,
4880,
4866,
2504,
15028,
1292,
15029,
433,
31,
65,
2505,
498
],
),
"smartphone": SymbolsMetadata(
popularity: 11457,
codepoint: 0xe32c,
categories: [11],
tags: [
1246,
1247,
1270,
40,
1250,
2528,
251,
570,
193,
283,
288,
8,
1746,
1878,
15030,
3777,
1110,
1253,
583,
262,
1699,
2458,
616,
271,
2539,
5100,
432,
410,
2758,
1701,
15031,
525,
65,
33,
2453,
1464
],
),
"smartphone_camera": SymbolsMetadata(
popularity: 2,
codepoint: 0xf44e,
categories: [11],
tags: [
1246,
1247,
5089,
1270,
40,
102,
42,
1250,
570,
193,
5121,
288,
346,
1110,
1253,
49,
53,
406,
262,
15032,
1699,
15033,
271,
57,
804,
59,
62,
453,
432,
4899,
1347,
1701,
15034,
15035,
525,
15036,
15037,
15038,
33,
37,
15039
],
),
"smb_share": SymbolsMetadata(
popularity: 58,
codepoint: 0xf74b,
categories: [12],
tags: [
1676,
1073,
15040,
15041,
284,
7149,
628,
1725,
6327,
81,
15042,
2181,
15043,
2182,
1580,
1430,
1678,
3660,
147,
15044,
1681,
1682,
259,
1314,
5478,
2457,
267,
12881,
15045,
1088,
5590,
851,
4775,
14315,
2726,
1528,
9557,
10678,
2030,
1588,
1994,
4519,
15046,
2347,
15047,
15048,
1712,
1690,
3951,
527
],
),
"smoke_free": SymbolsMetadata(
popularity: 692,
codepoint: 0xeb4a,
categories: [16],
tags: [
15049,
1131,
12594,
15050,
15051,
193,
1863,
1162,
868,
1055,
1844,
1213,
6610,
137,
697,
15052,
3271,
15053,
6248,
1059,
1061,
876,
2558,
11215,
4246,
2618,
7245,
1065,
703,
898,
1067,
5215,
15054,
15055,
15056,
31,
15057,
206,
1155
],
),
"smoking_rooms": SymbolsMetadata(
popularity: 673,
codepoint: 0xeb4b,
categories: [16],
tags: [
861,
1973,
14494,
3862,
1131,
1423,
2117,
929,
15051,
15058,
3833,
2739,
323,
1912,
2676,
2677,
2558,
1392,
2046,
3299,
1960,
1537,
1947,
12447,
898,
5215,
15055,
823,
31,
15057,
1155
],
),
"sms": SymbolsMetadata(
popularity: 7503,
codepoint: 0xe625,
categories: [7],
tags: [
75,
1360,
1673,
568,
570,
573,
283,
1475,
1476,
2731,
1105,
2291,
1470,
2293,
583,
4927,
2296,
262,
237,
887,
616,
271,
1167,
2298,
432,
2300,
652,
1260,
593,
594,
1484,
433,
1296,
33,
4850,
551
],
),
"snippet_folder": SymbolsMetadata(
popularity: 337,
codepoint: 0xf1c7,
categories: [12],
tags: [
1674,
482,
569,
4795,
1197,
12827,
1333,
81,
1541,
1580,
1430,
2143,
1678,
147,
1680,
1681,
15059,
1029,
1391,
92,
1688,
1539,
1588,
4519,
5997,
1690,
1396,
5418,
15060
],
),
"snooze": SymbolsMetadata(
popularity: 693,
codepoint: 0xe046,
categories: [6],
tags: [
1359,
1360,
4048,
1362,
1159,
2936,
2118,
2091,
138,
616,
1223,
2120,
2100,
1370,
3434,
1918,
392,
1304,
1920,
2121,
1226,
31,
10411,
15061,
1171,
1172,
2079,
2080,
9536,
12720,
4097
],
),
"snowboarding": SymbolsMetadata(
popularity: 345,
codepoint: 0xe513,
categories: [15],
tags: [
748,
2513,
7323,
7540,
5713,
690,
15062,
841,
7541,
781,
11,
11009,
225,
15063,
7542,
581,
6654,
15064,
1597,
3651,
588,
589,
876,
3299,
15065,
888,
4519,
4950,
855,
15066,
15067,
593,
30,
3519,
332,
13408,
860,
10530
],
),
"snowing": SymbolsMetadata(
popularity: 603,
codepoint: 0xe80f,
categories: [3],
tags: [
1101,
840,
841,
1105,
1844,
8477,
2888,
848,
849,
13741,
1826,
4040,
15068,
10047,
12030,
855,
856,
13745,
858,
859,
860
],
),
"snowing_heavy": SymbolsMetadata(
popularity: 35,
codepoint: 0xf61c,
categories: [3],
tags: [
1875,
14706,
840,
841,
842,
1844,
2888,
11999,
15069,
13741,
5860,
4040,
10047,
1994,
855,
15070,
13745,
858,
859,
860
],
),
"snowmobile": SymbolsMetadata(
popularity: 199,
codepoint: 0xe503,
categories: [14],
tags: [
2513,
3639,
1810,
1812,
841,
313,
7909,
5311,
137,
7903,
138,
384,
1959,
3792,
1730,
1883,
3651,
876,
3299,
15065,
898,
15071,
15072,
855,
15073,
593,
30,
3519,
31,
2148,
1629,
332,
1836,
860
],
rtlAutoMirrored: true,
),
"snowshoeing": SymbolsMetadata(
popularity: 297,
codepoint: 0xe514,
categories: [15],
tags: [
2513,
3639,
690,
15074,
841,
46,
316,
10522,
1777,
137,
3648,
581,
138,
384,
1623,
3651,
289,
588,
589,
3299,
392,
888,
855,
15075,
15076,
15077,
30,
3519,
31,
4808,
332,
10315,
3798,
860
],
),
"soap": SymbolsMetadata(
popularity: 480,
codepoint: 0xf1b2,
categories: [8],
tags: [
1423,
3810,
1861,
6644,
481,
15078,
3814,
810,
15079,
7013,
11128,
2695,
4865,
1881,
2696,
2698,
892,
3529,
1376,
15080,
3834,
1653,
432,
3844,
3852,
5825,
3825,
11359,
31,
6661,
3858,
3545
],
),
"social_distance": SymbolsMetadata(
popularity: 864,
codepoint: 0xe1cb,
categories: [3],
tags: [
687,
1360,
689,
690,
691,
2303,
693,
9,
15081,
15082,
578,
695,
697,
892,
581,
3529,
138,
2380,
894,
701,
588,
589,
5822,
702,
705,
593,
11782,
823,
2265,
710,
31,
711,
2387,
206
],
),
"social_leaderboard": SymbolsMetadata(
popularity: 416,
codepoint: 0xf6a0,
categories: [3],
tags: [
3,
3493,
373,
574,
6,
578,
5383,
5429,
1078,
579,
6637,
88,
15083,
15084,
648,
589,
11148,
851,
759,
6522,
795,
3504,
3505,
15085,
228,
593,
243,
3519,
15086,
857,
597,
599,
15087,
3507,
711,
11151
],
),
"solar_power": SymbolsMetadata(
popularity: 1970,
codepoint: 0xec0f,
categories: [3],
tags: [
6785,
15088,
15089,
6223,
15090,
3921,
3683,
530,
8188,
15091,
3027,
1143,
919,
15092,
15093,
3687,
15094,
4749,
7779,
4750,
15095,
14281,
15096,
1598,
11224,
5861,
4043,
2317,
15097
],
),
"sort": SymbolsMetadata(
popularity: 11140,
codepoint: 0xe164,
categories: [2],
tags: [
15098,
76,
77,
78,
2797,
12205,
628,
81,
2894,
313,
8,
2819,
83,
579,
1080,
88,
1029,
70,
91,
92,
15099,
358,
4664,
2271,
94,
71,
95,
1473,
1702,
396
],
rtlAutoMirrored: true,
),
"sort_by_alpha": SymbolsMetadata(
popularity: 2917,
codepoint: 0xe053,
categories: [2],
tags: [
1174,
15100,
4,
15101,
15102,
15103,
15098,
76,
1466,
15104,
15105,
5,
15106,
12,
15107,
16,
88,
12223,
91,
15108,
15109,
92,
6778,
95,
15110,
15111,
31,
4532,
33,
15112,
35,
12720,
15113
],
),
"sos": SymbolsMetadata(
popularity: 507,
codepoint: 0xebf7,
categories: [5],
tags: [
1360,
482,
504,
283,
1365,
7684,
1164,
2427,
12,
13847,
137,
871,
138,
16,
705,
1539,
392,
273,
2435,
433,
31,
33,
35,
1407,
206
],
),
"sound_detection_dog_barking": SymbolsMetadata(
popularity: 1621,
codepoint: 0xf149,
categories: [0],
tags: [
480,
10196,
2513,
1360,
4870,
1268,
15114,
15115,
283,
5487,
13158,
1140,
15116,
1470,
4529,
5358,
4258,
1286,
616,
13162,
1574,
1036,
64,
273,
1292,
1293,
31,
1093,
65,
206,
3331
],
),
"sound_detection_glass_break": SymbolsMetadata(
popularity: 203,
codepoint: 0xf14a,
categories: [0],
tags: [
10196,
1359,
1360,
1268,
2117,
3259,
7864,
5244,
1365,
5487,
2427,
10,
7859,
1109,
5248,
12168,
1301,
4529,
1285,
4258,
1286,
616,
4603,
1036,
64,
7072,
273,
1293,
5115,
206,
1187
],
),
"sound_detection_loud_sound": SymbolsMetadata(
popularity: 717,
codepoint: 0xf14b,
categories: [0],
tags: [
10196,
15117,
1360,
2107,
1268,
7726,
3471,
5487,
15118,
351,
1111,
4529,
4413,
15119,
1285,
11879,
4258,
1707,
1286,
616,
440,
4764,
273,
12656,
1293,
15120,
15121,
14937,
15122,
554,
1855
],
),
"sound_sampler": SymbolsMetadata(
popularity: 12,
codepoint: 0xf6b4,
categories: [0],
tags: [
1268,
7808,
3383,
7809,
10144,
4955,
15123,
9897,
345,
1745,
288,
15124,
2064,
351,
4840,
1083,
1707,
15125,
2509,
440,
7646,
15126,
9902,
15127,
9905,
15128,
15129,
15130,
6082,
11439,
554,
3331
],
),
"soup_kitchen": SymbolsMetadata(
popularity: 933,
codepoint: 0xe7d3,
categories: [5],
tags: [
864,
865,
13154,
3693,
3694,
3137,
9158,
574,
3700,
4268,
4707,
2356,
2697,
871,
15131,
15132,
7267,
4212,
4111,
3703,
9274,
4716,
14736,
15133,
652,
3708,
2030,
1504,
15134,
13761,
15135,
4835,
880,
13095
],
),
"source_environment": SymbolsMetadata(
popularity: 221,
codepoint: 0xe527,
categories: [9],
tags: [
2552,
1496,
77,
2194,
929,
569,
576,
374,
11237,
2817,
2953,
313,
2916,
1844,
2556,
1212,
13934,
1140,
1499,
51,
6508,
323,
12474,
324,
1534,
1391,
9642,
15136,
327,
328,
2864,
329,
2559,
179,
1502,
1503,
906,
737,
15137,
2130,
11274,
1702,
1409,
11125
],
),
"source_notes": SymbolsMetadata(
popularity: 64,
codepoint: 0xe12d,
categories: [12],
tags: [
1674,
460,
77,
502,
2442,
3390,
1197,
628,
81,
5016,
313,
1580,
1430,
2445,
3097,
147,
697,
68,
3439,
1582,
3059,
4427,
3099,
2197,
1345,
3043,
3440,
1583,
325,
1480,
1585,
15138,
15139,
15140,
1586,
1587,
11591,
453,
2451,
470,
7616,
4390,
33,
473,
1485
],
),
"south": SymbolsMetadata(
popularity: 2359,
codepoint: 0xf1e3,
categories: [5],
tags: [
77,
11550,
1638,
2186,
504,
2827,
345,
1788,
313,
2273,
2819,
2578,
2895,
137,
2821,
51,
2870,
323,
1534,
7440,
468,
325,
1167,
2889,
329,
12197,
4650,
31,
1691,
1464
],
),
"south_america": SymbolsMetadata(
popularity: 908,
codepoint: 0xe7e4,
categories: [3],
tags: [
1131,
1133,
8690,
9820,
15141,
15142,
4494,
5460,
315,
11446,
318,
319,
320,
322,
15143,
15144,
12338,
1595,
323,
324,
8963,
289,
327,
1149,
392,
15145,
15146,
1153,
332,
334,
1155
],
),
"south_east": SymbolsMetadata(
popularity: 774,
codepoint: 0xf1e4,
categories: [5],
tags: [
77,
15147,
482,
11741,
1695,
313,
2273,
2819,
2981,
2340,
914,
2998,
1697,
51,
6654,
87,
1314,
1534,
2344,
468,
325,
2962,
2927,
507,
2345,
289,
1167,
432,
2222,
906,
4650,
15148,
433,
1170
],
),
"south_west": SymbolsMetadata(
popularity: 412,
codepoint: 0xf1e5,
categories: [5],
tags: [
500,
15149,
3157,
77,
9588,
9062,
2953,
1695,
313,
15150,
2273,
2819,
1077,
51,
2197,
1534,
1750,
468,
15151,
325,
1625,
328,
1167,
759,
1538,
4650,
15152,
15153,
15154,
332,
473,
2997
],
),
"spa": SymbolsMetadata(
popularity: 3894,
codepoint: 0xeb4c,
categories: [16],
tags: [
15155,
3810,
6644,
690,
6870,
4483,
137,
697,
892,
3817,
2739,
138,
2361,
1491,
15156,
9164,
1826,
7987,
2558,
15157,
1917,
1960,
3824,
5616,
3825,
15158,
31,
3147,
5378,
3829,
7263,
3492
],
),
"space_bar": SymbolsMetadata(
popularity: 457,
codepoint: 0xe256,
categories: [12],
tags: [
1423,
2117,
504,
5,
345,
1430,
2155,
1106,
10386,
699,
138,
1111,
1112,
1113,
87,
1942,
2159,
1120,
432,
707,
823,
10945,
33,
3659,
141,
1348,
2540,
9341,
1485
],
),
"space_dashboard": SymbolsMetadata(
popularity: 3551,
codepoint: 0xe66b,
categories: [12],
tags: [
1071,
1466,
2263,
5379,
2244,
1425,
15159,
81,
8,
370,
382,
385,
15160,
1086,
5995,
4726,
92,
5030,
4647,
432,
2459,
1428,
2461,
2462,
5483,
823,
433,
2716,
955,
1093,
2717,
396,
333,
1186,
1229
],
),
"spatial_audio": SymbolsMetadata(
popularity: 414,
codepoint: 0xebeb,
categories: [0],
tags: [
15161,
10196,
1268,
15162,
15163,
15164,
2061,
313,
12870,
15165,
15166,
977,
15167,
7710,
15168,
4529,
1707,
1480,
15169,
12656,
1293,
11762,
2069,
15170,
496,
15171,
3346,
15172,
15173
],
),
"spatial_audio_off": SymbolsMetadata(
popularity: 515,
codepoint: 0xebe8,
categories: [0],
tags: [
15174,
1268,
3383,
8103,
10156,
15175,
15176,
15177,
15178,
15179,
15180,
15181,
2090,
868,
15182,
10633,
1055,
15183,
1707,
15184,
2098,
15185,
1480,
1059,
7409,
1060,
1061,
71,
1067,
1293,
11762,
3386,
2103,
15186,
15187,
496,
15188,
15189,
15190,
15191,
12324
],
),
"spatial_speaker": SymbolsMetadata(
popularity: 10,
codepoint: 0xf4cf,
categories: [0],
tags: [
478,
1246,
1247,
1268,
15192,
7713,
731,
1250,
9105,
288,
1110,
1253,
466,
1301,
406,
262,
1707,
271,
408,
388,
4748,
1293,
15193,
2069,
496,
1294,
15194,
15195,
3346,
9669,
525,
1691,
1298,
554,
1856
],
),
"spatial_tracking": SymbolsMetadata(
popularity: 349,
codepoint: 0xebea,
categories: [0],
tags: [
478,
2542,
77,
1268,
2744,
81,
313,
868,
1542,
1055,
316,
317,
2982,
1282,
2326,
323,
1085,
353,
468,
1707,
325,
1480,
1059,
1060,
1061,
1625,
1535,
1167,
329,
11332,
15196,
64,
1067,
1293,
496,
15197,
10771,
3797,
1095,
475,
477
],
),
"speaker": SymbolsMetadata(
popularity: 855,
codepoint: 0xe32d,
categories: [11],
tags: [
10196,
15198,
1739,
3332,
1268,
7703,
482,
731,
283,
345,
7707,
2537,
15199,
1301,
4413,
406,
5152,
439,
1707,
1302,
1286,
2509,
408,
2100,
71,
1293,
1294,
13209,
3346,
1093,
3476,
37,
1298,
554
],
),
"speaker_group": SymbolsMetadata(
popularity: 379,
codepoint: 0xe32e,
categories: [11],
tags: [
1268,
15200,
15201,
7713,
482,
2023,
685,
1073,
15202,
345,
2609,
2537,
579,
1198,
1314,
4413,
406,
2457,
15203,
1707,
267,
408,
71,
2030,
1293,
15204,
15205,
1294,
15206,
12448,
3346,
454,
764,
1093,
37,
554,
15207,
278
],
),
"speaker_notes": SymbolsMetadata(
popularity: 2062,
codepoint: 0xe8cd,
categories: [7],
tags: [
1474,
1268,
568,
2230,
570,
572,
573,
43,
2731,
1430,
10694,
370,
68,
5449,
1470,
88,
5098,
583,
1302,
1585,
1586,
1587,
1427,
453,
432,
1293,
1294,
15208,
594,
433,
9548,
33,
97,
5936,
1298,
554
],
rtlAutoMirrored: true,
),
"speaker_notes_off": SymbolsMetadata(
popularity: 427,
codepoint: 0xe92a,
categories: [7],
tags: [
568,
1208,
570,
572,
573,
15209,
345,
1299,
1162,
1300,
868,
15210,
1430,
1055,
370,
15211,
1344,
1470,
88,
5098,
15212,
583,
1302,
15213,
1585,
15214,
1059,
1061,
1587,
1427,
15215,
15216,
15217,
1067,
1294,
15218,
594,
33,
396
],
),
"speaker_phone": SymbolsMetadata(
popularity: 451,
codepoint: 0xe0d2,
categories: [7],
tags: [
1246,
1247,
1268,
731,
504,
1270,
1250,
283,
5094,
345,
288,
4326,
15219,
1110,
1253,
138,
4413,
406,
262,
1061,
70,
1733,
271,
71,
392,
273,
1293,
1294,
13209,
31,
525,
9548,
413,
1298,
554,
1856
],
),
"special_character": SymbolsMetadata(
popularity: 14,
codepoint: 0xf74a,
categories: [12],
tags: [
839,
281,
4077,
5,
403,
1164,
3496,
4696,
3498,
904,
4483,
1139,
138,
10662,
51,
1112,
52,
1166,
174,
2907,
203,
392,
898,
854,
15220,
3205,
857,
31,
35
],
),
"specific_gravity": SymbolsMetadata(
popularity: 131,
codepoint: 0xf872,
categories: [3],
tags: [
1422,
4164,
4168,
1333,
6011,
6948,
3097,
4170,
2219,
4171,
2516,
9116,
15221,
8478,
51,
4270,
4174,
792,
4175,
17,
18,
23,
4178,
391,
2743,
4179,
5977,
8300,
15222,
1318,
554,
15223,
3829
],
),
"speech_to_text": SymbolsMetadata(
popularity: 535,
codepoint: 0xf8a7,
categories: [0],
tags: [
748,
15224,
568,
570,
572,
573,
283,
1787,
1273,
1580,
1430,
216,
1479,
147,
916,
1111,
5226,
1470,
2158,
583,
1284,
1285,
1586,
1587,
758,
15225,
2069,
594,
5935,
33,
15226,
15227,
11868,
15228,
15229,
5267,
1485
],
),
"speed": SymbolsMetadata(
popularity: 6489,
codepoint: 0xe9e4,
categories: [0],
tags: [
3025,
77,
3410,
1812,
193,
462,
345,
1745,
1425,
81,
15230,
1400,
1165,
3870,
84,
51,
68,
1470,
17,
3473,
353,
1707,
6209,
648,
2941,
759,
151,
71,
13805,
275,
6774,
5661,
6682,
3482,
37
],
),
"speed_0_25": SymbolsMetadata(
popularity: 17,
codepoint: 0xf4d4,
categories: [0],
tags: [
15231,
3926,
4,
77,
5,
193,
1159,
2936,
2884,
1400,
7,
2819,
12,
15232,
1951,
16,
87,
3473,
6209,
22,
3968,
648,
408,
3932,
359,
2865,
13805,
14862,
15233,
275,
31,
33,
1171,
15234,
35
],
),
"speed_0_2x": SymbolsMetadata(
popularity: 28,
codepoint: 0xf498,
categories: [0],
tags: [
4765,
3025,
2212,
4,
77,
12993,
5,
193,
345,
1425,
1400,
7,
12,
3870,
51,
16,
792,
87,
261,
17,
686,
3473,
15235,
468,
439,
22,
648,
408,
1167,
759,
2865,
151,
13805,
275,
31,
33,
5916,
35,
3482,
543,
3992,
3688
],
),
"speed_0_5": SymbolsMetadata(
popularity: 20,
codepoint: 0xf4e2,
categories: [0],
tags: [
15236,
4,
3383,
3376,
5,
7,
12,
15237,
15238,
15239,
16,
352,
15240,
22,
408,
15241,
774,
357,
15242,
15243,
15244,
2865,
2852,
14700,
15245,
15246,
14862,
275,
15247,
15014,
15248,
15249,
15250,
31,
33,
1171,
2465,
35,
444,
366
],
),
"speed_0_5x": SymbolsMetadata(
popularity: 31,
codepoint: 0xf497,
categories: [0],
tags: [
15251,
4,
12993,
15252,
5,
345,
7,
12,
15238,
16,
406,
352,
686,
353,
354,
439,
22,
3481,
408,
15241,
357,
359,
2865,
2892,
14700,
14862,
1293,
275,
15247,
15014,
31,
33,
1171,
5916,
35,
3482,
543,
368,
3992
],
),
"speed_0_75": SymbolsMetadata(
popularity: 23,
codepoint: 0xf4d3,
categories: [0],
tags: [
2212,
4,
1268,
5,
462,
1159,
345,
1400,
7,
12,
51,
16,
406,
22,
355,
408,
357,
359,
2865,
151,
13805,
275,
15253,
6774,
31,
33,
1171,
1172,
35,
37
],
),
"speed_0_7x": SymbolsMetadata(
popularity: 20,
codepoint: 0xf496,
categories: [0],
tags: [
15254,
4,
77,
15252,
5,
193,
1776,
345,
1400,
7,
12,
3870,
1777,
51,
16,
261,
406,
407,
11746,
439,
22,
70,
408,
357,
409,
1167,
2865,
71,
15246,
14862,
15255,
15256,
275,
15014,
31,
33,
5916,
35,
368,
3992
],
),
"speed_1_2": SymbolsMetadata(
popularity: 12,
codepoint: 0xf4e1,
categories: [0],
tags: [
15257,
4,
1659,
5,
193,
345,
1400,
7,
12,
3870,
3636,
51,
16,
792,
550,
15258,
17,
406,
3473,
6209,
22,
648,
408,
1167,
359,
2865,
1065,
151,
13805,
15246,
14862,
275,
15259,
15260,
6774,
31,
33,
35,
3482
],
),
"speed_1_25": SymbolsMetadata(
popularity: 23,
codepoint: 0xf4d2,
categories: [0],
tags: [
15261,
3025,
4,
3376,
5,
345,
7,
7739,
15262,
12,
15263,
15264,
16,
352,
15265,
21,
22,
15266,
70,
2753,
15267,
408,
15241,
357,
359,
2865,
71,
275,
532,
15253,
15268,
31,
33,
35,
366
],
),
"speed_1_2x": SymbolsMetadata(
popularity: 21,
codepoint: 0xf495,
categories: [0],
tags: [
15269,
15270,
3025,
4,
1268,
5,
685,
7,
15271,
1165,
14860,
12,
52,
16,
406,
407,
15265,
21,
22,
149,
15272,
70,
408,
3430,
15241,
357,
409,
3106,
2865,
71,
275,
532,
31,
33,
5916,
35,
37,
3992
],
),
"speed_1_5": SymbolsMetadata(
popularity: 19,
codepoint: 0xf4e0,
categories: [0],
tags: [
15273,
4,
15274,
15252,
5,
685,
345,
6879,
7,
1746,
12,
16,
407,
15265,
21,
22,
15275,
15276,
408,
15241,
357,
328,
359,
15277,
2865,
151,
15246,
275,
15247,
532,
15253,
31,
33,
35,
456,
368
],
),
"speed_1_5x": SymbolsMetadata(
popularity: 35,
codepoint: 0xf494,
categories: [0],
tags: [
15278,
15279,
15280,
8532,
3025,
4,
15252,
5,
1159,
685,
1745,
7,
1165,
14860,
12,
16,
407,
15265,
22,
355,
70,
2509,
15281,
408,
357,
359,
2865,
391,
151,
71,
275,
15268,
31,
33,
1171,
1172,
5916,
35,
368,
3992,
15282
],
),
"speed_1_75": SymbolsMetadata(
popularity: 15,
codepoint: 0xf4d1,
categories: [0],
tags: [
15283,
15284,
4,
3376,
12993,
5,
15285,
345,
7,
1165,
7739,
14860,
12,
15263,
16,
407,
11746,
439,
15286,
22,
70,
408,
15287,
15241,
357,
15288,
359,
15289,
2865,
71,
275,
15014,
15253,
31,
33,
35,
366,
543
],
),
"speed_1_7x": SymbolsMetadata(
popularity: 8,
codepoint: 0xf493,
categories: [0],
tags: [
15290,
1739,
4,
12993,
1743,
5,
345,
6879,
7,
15291,
1165,
14860,
12,
235,
51,
5449,
16,
406,
3200,
15265,
21,
22,
23,
178,
408,
357,
328,
359,
2865,
151,
180,
275,
15014,
31,
33,
1171,
5916,
35,
543,
3992
],
),
"speed_2x": SymbolsMetadata(
popularity: 63,
codepoint: 0xf4eb,
categories: [0],
tags: [
15292,
3025,
4,
15252,
3026,
5,
7,
3046,
3479,
15291,
1165,
14860,
12,
15263,
16,
17,
18,
2457,
5081,
22,
3481,
648,
408,
357,
1668,
15293,
359,
2865,
391,
275,
15268,
31,
33,
1171,
15294,
15295,
35,
3482,
368,
15296
],
),
"speed_camera": SymbolsMetadata(
popularity: 57,
codepoint: 0xf470,
categories: [14],
tags: [
1360,
1812,
2039,
15297,
14612,
1623,
3721,
550,
324,
1534,
325,
616,
57,
7685,
1626,
705,
898,
275,
15298,
15259,
15299,
5115,
2011,
1628,
1629,
332,
1836,
206
],
),
"spellcheck": SymbolsMetadata(
popularity: 586,
codepoint: 0xe8ce,
categories: [12],
tags: [
1174,
5518,
748,
4,
1658,
504,
5,
1661,
1662,
345,
2323,
4663,
1430,
2155,
12,
11729,
1344,
5226,
15,
16,
1166,
1666,
5759,
15300,
15301,
3503,
906,
362,
10747,
15302,
31,
33,
1669,
35,
3659,
141,
1348,
4460,
1576,
9341,
1590,
1485,
1672
],
),
"split_scene": SymbolsMetadata(
popularity: 70,
codepoint: 0xf3bf,
categories: [0],
tags: [
1739,
76,
1438,
685,
8,
2264,
10392,
680,
2155,
346,
382,
10394,
1344,
385,
406,
354,
7054,
70,
4647,
409,
1433,
2778,
410,
2461,
707,
71,
4649,
2403,
7667,
15303,
7055,
2465,
12007,
37,
396,
1187,
1229
],
),
"split_scene_down": SymbolsMetadata(
popularity: 19,
codepoint: 0xf2ff,
categories: [0],
tags: [
1466,
1438,
3712,
628,
15304,
8,
2264,
15305,
15306,
382,
10394,
385,
4573,
15307,
7054,
4647,
1433,
15308,
410,
15309,
1151,
2462,
707,
15310,
4649,
2403,
15311,
7667,
15303,
7055,
10401,
15312,
9723,
476,
1187,
1154
],
),
"split_scene_left": SymbolsMetadata(
popularity: 24,
codepoint: 0xf2fe,
categories: [0],
tags: [
1739,
1466,
1438,
8,
1163,
1136,
4632,
15313,
382,
4633,
1344,
385,
2197,
15314,
7054,
507,
4603,
919,
6402,
2222,
906,
15315,
1433,
2778,
410,
2461,
1169,
6197,
4649,
2403,
15303,
7055,
1464,
396,
1187
],
),
"split_scene_right": SymbolsMetadata(
popularity: 17,
codepoint: 0xf2fd,
categories: [0],
tags: [
1131,
1438,
8,
2264,
1163,
382,
385,
9710,
10398,
15316,
7054,
919,
15317,
1427,
906,
7725,
1433,
2778,
15308,
410,
1151,
6197,
4649,
2403,
15318,
7667,
15303,
7055,
6101,
396,
1187
],
),
"split_scene_up": SymbolsMetadata(
popularity: 21,
codepoint: 0xf2fc,
categories: [0],
tags: [
1466,
1438,
3761,
8,
2264,
10392,
680,
2155,
382,
10394,
1344,
385,
406,
15316,
7054,
919,
1427,
9717,
1433,
2778,
410,
1151,
6197,
4649,
2403,
15319,
7667,
7055,
15320,
1702,
12007,
37,
396,
1187,
1154,
15321
],
),
"splitscreen": SymbolsMetadata(
popularity: 882,
codepoint: 0xf06d,
categories: [4],
tags: [
1466,
15322,
1438,
8,
2264,
7166,
382,
10394,
10395,
385,
630,
14520,
14523,
7054,
586,
4603,
4647,
1427,
1668,
1433,
410,
15309,
2461,
706,
6197,
4649,
2403,
7667,
7055,
15323,
12007,
396,
9723,
1187,
1154
],
),
"splitscreen_add": SymbolsMetadata(
popularity: 31,
codepoint: 0xf4fd,
categories: [4],
tags: [
231,
745,
1466,
482,
1438,
685,
345,
1236,
8,
2264,
216,
1108,
382,
10394,
1344,
385,
2078,
7054,
887,
1452,
70,
919,
239,
432,
1433,
410,
1151,
1152,
6197,
4649,
2403,
7667,
7055,
433,
31,
15320,
15324,
12007,
396,
1187
],
),
"splitscreen_bottom": SymbolsMetadata(
popularity: 24,
codepoint: 0xf676,
categories: [4],
tags: [
15325,
2706,
1131,
1466,
2186,
1438,
3583,
8,
657,
2264,
1136,
15313,
10392,
370,
382,
10394,
1344,
385,
642,
14519,
15307,
14523,
7054,
507,
919,
4728,
6402,
386,
1433,
410,
1151,
4649,
2403,
7667,
7055,
396,
1187
],
),
"splitscreen_landscape": SymbolsMetadata(
popularity: 43,
codepoint: 0xf459,
categories: [2],
tags: [
7677,
15326,
1466,
1438,
1705,
8,
15327,
370,
382,
10394,
1344,
1595,
385,
642,
630,
14519,
14520,
7054,
2215,
1291,
1433,
410,
15309,
6197,
4649,
2403,
7667,
7055,
10401,
396,
13320,
1187,
1229
],
),
"splitscreen_left": SymbolsMetadata(
popularity: 68,
codepoint: 0xf675,
categories: [4],
tags: [
15328,
12000,
76,
1438,
1705,
8,
2264,
10392,
382,
385,
15314,
11171,
10207,
1641,
630,
9084,
7054,
4603,
15329,
2222,
1433,
410,
15309,
6197,
4649,
2403,
7667,
7055,
12007,
396,
1187,
15330
],
),
"splitscreen_portrait": SymbolsMetadata(
popularity: 22,
codepoint: 0xf458,
categories: [2],
tags: [
1673,
501,
1466,
1438,
685,
8,
1136,
7166,
382,
1344,
385,
262,
642,
15331,
7054,
355,
271,
5100,
1433,
410,
707,
151,
6197,
4649,
2403,
7667,
15303,
7055,
413,
10401,
907,
1464,
396,
1187
],
),
"splitscreen_right": SymbolsMetadata(
popularity: 71,
codepoint: 0xf674,
categories: [4],
tags: [
1438,
8,
2264,
6401,
10392,
382,
385,
9023,
7054,
919,
4647,
15332,
15333,
15334,
1433,
410,
10399,
15309,
14177,
1151,
2461,
706,
707,
6197,
4649,
2403,
7667,
15303,
7055,
12007,
396,
247,
1187,
15330,
1229
],
),
"splitscreen_top": SymbolsMetadata(
popularity: 14,
codepoint: 0xf673,
categories: [4],
tags: [
501,
1466,
1438,
519,
8,
14201,
1136,
370,
381,
382,
10394,
1344,
385,
262,
7663,
7054,
919,
432,
1433,
410,
15309,
1151,
509,
4649,
2403,
7667,
7055,
525,
15335,
15336,
907,
15337,
396,
13856,
1187
],
),
"splitscreen_vertical_add": SymbolsMetadata(
popularity: 32,
codepoint: 0xf4fc,
categories: [4],
tags: [
231,
745,
15338,
15339,
1438,
15340,
1235,
2264,
15327,
382,
385,
15341,
15342,
9084,
15343,
7054,
15344,
1452,
15345,
15317,
239,
1433,
410,
10399,
1151,
4649,
2403,
7667,
7055,
31,
907,
12007,
8934,
396,
15346,
1187,
15347
],
),
"spo2": SymbolsMetadata(
popularity: 49,
codepoint: 0xf6db,
categories: [15],
tags: [
1422,
4264,
373,
81,
1790,
2886,
1078,
2698,
697,
892,
5371,
51,
87,
226,
894,
4258,
15348,
3765,
15349,
3686,
4260,
15350,
2890,
1428,
6087,
898,
12875,
4699,
1855
],
),
"spoke": SymbolsMetadata(
popularity: 600,
codepoint: 0xe9a7,
categories: [7],
tags: [
7523,
731,
308,
7148,
573,
1073,
284,
1075,
2397,
14761,
2182,
15351,
914,
1326,
5478,
267,
1088,
2965,
851,
3202,
4782,
12366,
4749,
1528,
273,
15352,
2265,
857,
3304,
277
],
),
"sports": SymbolsMetadata(
popularity: 954,
codepoint: 0xea30,
categories: [15],
tags: [
748,
2513,
7323,
7540,
1840,
15353,
6,
1274,
781,
11,
1165,
225,
2887,
5383,
2358,
7542,
4840,
12272,
4380,
353,
468,
648,
589,
27,
15354,
15355,
29,
888,
593,
1293,
275,
3519,
7326,
15356,
15357,
3033,
206,
15358
],
),
"sports_and_outdoors": SymbolsMetadata(
popularity: 196,
codepoint: 0xefb8,
categories: [15],
tags: [
748,
749,
2513,
15359,
15360,
7323,
7540,
8245,
9847,
6,
3714,
781,
11,
1820,
2887,
3295,
5383,
8253,
2358,
7542,
979,
1959,
4380,
468,
4040,
4530,
2509,
3299,
15361,
3519,
8233,
597,
2148,
3033,
3521
],
),
"sports_bar": SymbolsMetadata(
popularity: 1510,
codepoint: 0xf1f3,
categories: [16],
tags: [
11311,
1423,
11349,
929,
15362,
11312,
4206,
9813,
12587,
781,
1387,
3833,
2356,
5782,
10089,
1959,
11314,
323,
1912,
11315,
15363,
327,
11316,
2459,
1960,
1537,
2543,
593,
3519,
15364,
15365,
3857
],
),
"sports_baseball": SymbolsMetadata(
popularity: 817,
codepoint: 0xea51,
categories: [15],
tags: [
2513,
15366,
7323,
7540,
9847,
15367,
15368,
193,
2054,
781,
46,
11,
1820,
5383,
1777,
15369,
7542,
15370,
1959,
15371,
15372,
2509,
409,
3299,
330,
15373,
593,
15374,
30,
3519,
8233,
15375,
597,
4198,
15376
],
),
"sports_basketball": SymbolsMetadata(
popularity: 1781,
codepoint: 0xea26,
categories: [15],
tags: [
2513,
15360,
7323,
7540,
9847,
15377,
193,
6,
3714,
4188,
15378,
781,
11,
2887,
5383,
7542,
15379,
15370,
1470,
2330,
15380,
15381,
2509,
851,
3299,
330,
228,
15373,
4899,
593,
3519,
597,
3521
],
),
"sports_cricket": SymbolsMetadata(
popularity: 510,
codepoint: 0xea27,
categories: [15],
tags: [
2513,
7323,
7540,
8245,
9847,
15382,
193,
6,
15383,
781,
46,
10,
11,
5383,
7542,
1959,
87,
2330,
3651,
2509,
3299,
593,
331,
30,
3519,
5189,
15384,
597,
15385,
15386
],
),
"sports_esports": SymbolsMetadata(
popularity: 5422,
codepoint: 0xea28,
categories: [15],
tags: [
4675,
15387,
15388,
5987,
15389,
15390,
345,
6409,
288,
44,
15391,
781,
15392,
5383,
15393,
10070,
10071,
6411,
5429,
10838,
1684,
3777,
1110,
7542,
6412,
1959,
523,
15394,
2509,
15395,
9726,
4777,
593,
3519,
15396,
65,
15385,
37,
6415,
10077,
9727,
10078,
15397
],
),
"sports_football": SymbolsMetadata(
popularity: 764,
codepoint: 0xea29,
categories: [15],
tags: [
2513,
7323,
7540,
9847,
15398,
6,
781,
46,
10,
11,
1820,
15399,
3295,
5383,
1777,
7542,
15370,
1959,
1470,
2330,
3651,
3297,
15400,
3354,
2509,
3299,
330,
15361,
593,
331,
3519,
15401,
597,
15385
],
),
"sports_golf": SymbolsMetadata(
popularity: 498,
codepoint: 0xea2a,
categories: [15],
tags: [
2513,
7323,
7540,
9847,
5355,
3094,
7909,
781,
11,
5383,
9849,
9851,
9852,
7542,
7513,
10792,
1959,
4040,
2509,
9854,
3299,
593,
30,
3519,
1170,
15402,
2655,
5728
],
),
"sports_gymnastics": SymbolsMetadata(
popularity: 1101,
codepoint: 0xebc4,
categories: [15],
tags: [
749,
2513,
8244,
7323,
7540,
925,
690,
6,
781,
11,
225,
2887,
8252,
15403,
2358,
7542,
581,
1959,
468,
648,
589,
13900,
3299,
888,
593,
30,
3519,
3033,
3521
],
),
"sports_handball": SymbolsMetadata(
popularity: 668,
codepoint: 0xea33,
categories: [15],
tags: [
2513,
7323,
7540,
15404,
8245,
9847,
690,
193,
6,
3714,
2054,
781,
46,
11,
1820,
5383,
1777,
8253,
15405,
7542,
581,
15406,
1959,
1470,
2330,
588,
589,
2509,
409,
3299,
1035,
15407,
593,
30,
3519,
15408,
15409,
15410
],
),
"sports_hockey": SymbolsMetadata(
popularity: 364,
codepoint: 0xea2b,
categories: [15],
tags: [
2513,
7323,
7540,
15411,
15412,
15413,
15398,
5355,
6,
781,
11,
1820,
5383,
13,
7542,
15414,
850,
15370,
1959,
15380,
15415,
3299,
15416,
14354,
15417,
593,
30,
3519,
7260,
15418,
5189,
12672,
597,
15385,
15419
],
),
"sports_kabaddi": SymbolsMetadata(
popularity: 972,
codepoint: 0xea34,
categories: [15],
tags: [
748,
749,
8244,
11058,
7323,
7540,
8245,
690,
15420,
6,
3714,
3953,
1274,
781,
11,
15421,
225,
2887,
5383,
7542,
581,
6726,
15422,
15423,
468,
588,
589,
4530,
409,
3687,
15424,
14941,
888,
593,
3519,
15425,
15426,
597,
6127,
15427,
15428
],
),
"sports_martial_arts": SymbolsMetadata(
popularity: 777,
codepoint: 0xeae9,
categories: [15],
tags: [
748,
2513,
8244,
10304,
7323,
7540,
15420,
6,
15429,
15430,
781,
10,
11,
15421,
2887,
8252,
5383,
8253,
7542,
581,
15431,
15432,
15433,
15434,
468,
588,
589,
4530,
3687,
13644,
15435,
593,
3519,
15436,
649,
3769,
11439,
15437,
3033
],
),
"sports_mma": SymbolsMetadata(
popularity: 406,
codepoint: 0xea2c,
categories: [15],
tags: [
748,
2513,
15438,
15360,
10304,
7323,
7540,
15439,
15420,
6,
3495,
1274,
781,
10,
11,
15421,
2887,
5383,
12917,
8253,
697,
7542,
15433,
15434,
2330,
5618,
15440,
3687,
13644,
762,
593,
275,
3519,
649,
3769,
3033,
3521
],
),
"sports_motorsports": SymbolsMetadata(
popularity: 980,
codepoint: 0xea2d,
categories: [15],
tags: [
2513,
7323,
7540,
1810,
3410,
15441,
4143,
1812,
15398,
6,
1678,
2039,
781,
10,
1165,
15442,
8094,
7542,
15443,
1959,
5250,
12095,
15444,
15445,
15446,
1573,
27,
15447,
12175,
3299,
593,
275,
3519,
15448,
2148,
900,
1629,
1836
],
),
"sports_rugby": SymbolsMetadata(
popularity: 310,
codepoint: 0xea2e,
categories: [15],
tags: [
2513,
7323,
7540,
15449,
9847,
6,
781,
46,
11,
1820,
2887,
5383,
15450,
5726,
1777,
7542,
15451,
15452,
468,
6693,
15453,
2509,
3299,
15454,
15455,
593,
30,
3519,
15409,
15456,
15457,
597,
15410
],
),
"sports_score": SymbolsMetadata(
popularity: 1934,
codepoint: 0xf06e,
categories: [15],
tags: [
8245,
6,
312,
8,
15458,
4495,
5383,
15459,
13,
15460,
2330,
21,
22,
851,
227,
2334,
228,
15461,
14354,
15462,
15463,
15464,
15465,
3519,
15466,
746,
7260,
6511,
15467
],
),
"sports_soccer": SymbolsMetadata(
popularity: 3570,
codepoint: 0xea2f,
categories: [15],
tags: [
2513,
7323,
7540,
9847,
15398,
193,
6,
15378,
781,
11,
1820,
2887,
15399,
5383,
13,
10260,
7542,
15432,
15370,
1959,
2330,
13025,
2509,
3299,
15361,
593,
30,
3519,
8233,
597,
3033,
3521
],
),
"sports_tennis": SymbolsMetadata(
popularity: 1372,
codepoint: 0xea32,
categories: [15],
tags: [
749,
2513,
7323,
7540,
9847,
15382,
6,
3714,
781,
46,
11,
2887,
3295,
5383,
1777,
697,
7542,
1882,
1959,
2330,
4040,
2509,
409,
15468,
15469,
3299,
593,
30,
3519,
15470,
3492
],
),
"sports_volleyball": SymbolsMetadata(
popularity: 787,
codepoint: 0xea31,
categories: [15],
tags: [
2513,
7323,
7540,
9847,
481,
6,
3714,
15471,
781,
11,
2887,
3295,
5383,
7542,
1882,
1959,
1470,
15380,
3651,
4530,
2509,
3299,
330,
6480,
1201,
593,
331,
8345,
30,
3519,
12932,
10559,
597,
15472
],
),
"sprinkler": SymbolsMetadata(
popularity: 513,
codepoint: 0xe29a,
categories: [8],
tags: [
1809,
1659,
3208,
193,
345,
285,
288,
13720,
7188,
13721,
46,
2516,
3815,
15473,
15474,
1595,
9909,
1470,
4175,
7190,
1143,
8880,
3651,
8886,
12366,
1870,
3853,
454,
1093,
3829,
15475,
6878
],
),
"sprint": SymbolsMetadata(
popularity: 367,
codepoint: 0xf81f,
categories: [15],
tags: [
3025,
2513,
7323,
7540,
6,
2394,
1274,
12965,
11,
1165,
225,
2887,
903,
5383,
7542,
581,
353,
468,
289,
589,
759,
3106,
27,
1125,
15355,
29,
888,
593,
275,
30,
3519,
7326,
15356,
2148
],
rtlAutoMirrored: true,
),
"square": SymbolsMetadata(
popularity: 1053,
codepoint: 0xeb36,
categories: [12],
tags: [
1131,
1332,
481,
1132,
482,
4721,
1333,
2786,
1164,
811,
488,
634,
348,
9601,
381,
137,
382,
385,
814,
492,
289,
820,
15476,
1149,
1151,
392,
15477,
1339,
433,
955,
31,
1409
],
),
"square_dot": SymbolsMetadata(
popularity: 29,
codepoint: 0xf3b3,
categories: [3],
tags: [
2149,
1131,
482,
308,
193,
3938,
2339,
1746,
1164,
1749,
381,
137,
2821,
1139,
384,
6726,
51,
15478,
15479,
12474,
174,
1535,
328,
329,
15476,
13469,
432,
1149,
1151,
363,
392,
15477,
1339,
433,
1227,
2373
],
),
"square_foot": SymbolsMetadata(
popularity: 1734,
codepoint: 0xea49,
categories: [6],
tags: [
1496,
1131,
1497,
485,
375,
486,
694,
14160,
3784,
381,
2821,
383,
15480,
385,
2973,
2944,
324,
1085,
226,
17,
1667,
1500,
3088,
1501,
2274,
391,
2743,
1201,
298,
4564,
823,
433,
15481,
1781,
397
],
),
"ssid_chart": SymbolsMetadata(
popularity: 791,
codepoint: 0xeb66,
categories: [9],
tags: [
1422,
1071,
517,
373,
283,
284,
254,
81,
375,
1078,
68,
259,
1470,
17,
267,
648,
759,
1428,
273,
15482,
746,
291,
649,
1429,
476,
277,
278
],
),
"stack": SymbolsMetadata(
popularity: 280,
codepoint: 0xf609,
categories: [2],
tags: [
1466,
1192,
1197,
5380,
484,
2143,
1680,
579,
1198,
1082,
88,
2457,
91,
586,
3397,
4797,
386,
6065,
94,
1201,
6145,
433,
1712,
2463
],
),
"stack_group": SymbolsMetadata(
popularity: 27,
codepoint: 0xf359,
categories: [2],
tags: [
6629,
76,
1192,
5379,
2797,
1197,
1324,
5054,
628,
81,
2143,
2188,
1680,
579,
68,
86,
1082,
385,
88,
1330,
2457,
2221,
92,
15483,
4441,
95,
433,
1712,
2463,
955,
396
],
),
"stack_hexagon": SymbolsMetadata(
popularity: 32,
codepoint: 0xf41c,
categories: [12],
tags: [
1496,
1466,
2473,
481,
2263,
1374,
15484,
81,
1467,
2787,
2477,
904,
14729,
10260,
10340,
1080,
2144,
1082,
2457,
91,
586,
62,
6065,
852,
13852,
2726,
392,
5483,
10261,
1712,
2463,
1690,
955,
65
],
),
"stack_off": SymbolsMetadata(
popularity: 35,
codepoint: 0xf608,
categories: [2],
tags: [
15485,
1208,
1209,
15486,
1235,
13456,
1300,
15487,
868,
15488,
1055,
15489,
1217,
15490,
15491,
15492,
2457,
15493,
1059,
1060,
15494,
15495,
1067,
433,
15496,
2463,
15497,
5167,
15498,
13548,
3992
],
),
"stack_star": SymbolsMetadata(
popularity: 140,
codepoint: 0xf607,
categories: [2],
tags: [
3494,
1694,
1197,
81,
3498,
7855,
1139,
1367,
86,
1082,
792,
88,
1166,
5602,
2457,
91,
586,
716,
11520,
63,
6522,
203,
1539,
4464,
3205,
433,
1712,
2463,
857
],
),
"stacked_bar_chart": SymbolsMetadata(
popularity: 1221,
codepoint: 0xe9e6,
categories: [9],
tags: [
1422,
1071,
1423,
1424,
517,
569,
373,
15499,
1425,
81,
4374,
375,
942,
1078,
234,
2077,
1081,
68,
226,
1086,
648,
1427,
759,
1428,
2334,
15500,
2463,
11830,
15501,
746,
1095,
1429,
514
],
),
"stacked_email": SymbolsMetadata(
popularity: 271,
codepoint: 0xe6c7,
categories: [7],
tags: [
565,
1360,
1674,
3802,
283,
2285,
3117,
2143,
11613,
2288,
15502,
1681,
2291,
1082,
16,
2293,
15503,
583,
4928,
2457,
616,
5385,
4797,
6894,
2297,
2298,
2300,
2463
],
),
"stacked_inbox": SymbolsMetadata(
popularity: 37,
codepoint: 0xe6c9,
categories: [7],
tags: [
1674,
482,
569,
283,
1333,
2285,
2143,
2288,
15502,
2798,
1681,
3039,
2291,
86,
5384,
2293,
583,
4928,
2457,
887,
1259,
8200,
4797,
6894,
1668,
2299,
8722,
1712,
2463,
6146,
1690,
10649
],
),
"stacked_line_chart": SymbolsMetadata(
popularity: 1300,
codepoint: 0xf22b,
categories: [9],
tags: [
1422,
1071,
2802,
569,
373,
81,
5038,
375,
941,
1078,
234,
1081,
68,
5384,
87,
1470,
226,
17,
1086,
2235,
648,
11239,
759,
1428,
390,
227,
2463,
746,
3074,
1095,
1429,
514
],
),
"stacks": SymbolsMetadata(
popularity: 480,
codepoint: 0xf500,
categories: [2],
tags: [
76,
5379,
1197,
484,
486,
2143,
7639,
1680,
579,
1080,
86,
1082,
15504,
1029,
15505,
2457,
2221,
91,
92,
5385,
3397,
4797,
6894,
4132,
15506,
4441,
1712,
15507,
955,
1093,
15508
],
),
"stadia_controller": SymbolsMetadata(
popularity: 5317,
codepoint: 0xf135,
categories: [10],
tags: [
4675,
5987,
345,
6409,
1745,
288,
2537,
781,
15392,
2538,
5383,
15393,
10070,
6411,
5429,
15509,
10072,
15510,
1684,
3777,
1110,
7542,
10074,
6412,
523,
4288,
2509,
9726,
4777,
593,
3519,
15396,
15511,
1297,
65,
37,
6415,
10077,
9727,
10078,
15397
],
),
"stadium": SymbolsMetadata(
popularity: 942,
codepoint: 0xeb90,
categories: [5],
tags: [
2513,
15512,
1496,
15360,
1190,
15513,
929,
15514,
6,
4452,
3714,
6631,
781,
10,
1820,
5383,
15515,
1882,
3296,
1959,
6254,
323,
324,
3651,
648,
1392,
3299,
15516,
3519,
8233,
857,
955,
10367,
2011,
2148,
332,
3857
],
),
"stairs": SymbolsMetadata(
popularity: 847,
codepoint: 0xf1a9,
categories: [16],
tags: [
480,
861,
1496,
78,
929,
12176,
2894,
313,
2819,
2895,
2420,
8476,
3783,
904,
138,
7937,
8894,
792,
2944,
468,
1624,
1625,
386,
2422,
392,
1339,
8156,
8157,
15517,
15518,
4964,
1170,
31,
1702,
3021
],
rtlAutoMirrored: true,
),
"stairs_2": SymbolsMetadata(
popularity: 94,
codepoint: 0xf46c,
categories: [16],
tags: [
861,
10426,
78,
9685,
929,
2894,
9041,
5170,
313,
2819,
2895,
2420,
7946,
904,
1623,
1083,
15519,
2944,
2235,
325,
1625,
386,
759,
8156,
8157,
15517,
15518,
4964,
955,
1702,
3021,
7196
],
rtlAutoMirrored: true,
),
"star": SymbolsMetadata(
popularity: 54162,
codepoint: 0xe838,
categories: [2],
tags: [
15520,
3494,
1694,
1132,
811,
15521,
3498,
15522,
3197,
9876,
1139,
10137,
15523,
1367,
1166,
2458,
15524,
289,
328,
795,
359,
203,
15525,
1539,
392,
857,
31,
413,
5594,
907,
5606
],
),
"star_half": SymbolsMetadata(
popularity: 6564,
codepoint: 0xe839,
categories: [2],
tags: [
3,
2466,
1694,
3116,
3485,
3498,
15526,
1479,
3636,
15527,
15528,
1139,
1367,
15529,
1166,
15530,
5602,
15531,
759,
2519,
795,
359,
203,
13802,
15532,
15533,
3503,
15534,
3504,
1539,
4464,
228,
13804,
392,
3205,
857,
291,
413,
907,
15535,
15536
],
rtlAutoMirrored: true,
),
"star_rate": SymbolsMetadata(
popularity: 1379,
codepoint: 0xf0ec,
categories: [2],
tags: [
3,
2466,
3493,
1694,
4077,
3485,
3497,
3498,
1479,
3197,
381,
1139,
1367,
1166,
5602,
2941,
242,
358,
63,
795,
359,
203,
15532,
3503,
3504,
1539,
4464,
363,
392,
3205,
857
],
),
"star_rate_half": SymbolsMetadata(
popularity: 152,
codepoint: 0xec45,
categories: [2],
tags: [
3,
2466,
1694,
3485,
3498,
1479,
9876,
137,
15527,
15528,
1139,
138,
1367,
15529,
2870,
5602,
226,
15531,
648,
63,
795,
359,
203,
15532,
3503,
3504,
1539,
4464,
228,
392,
3205,
857,
15537,
31,
907
],
),
"star_shine": SymbolsMetadata(
popularity: 398,
codepoint: 0xf31d,
categories: [3],
tags: [
3,
2493,
2495,
15538,
2125,
1694,
3620,
4077,
15539,
3498,
4514,
5495,
3624,
1139,
1367,
2468,
3626,
3627,
3363,
5602,
4059,
716,
63,
795,
359,
203,
3503,
3504,
1539,
8989,
4757,
7930,
3365,
3205,
857,
15537,
15540
],
),
"stars": SymbolsMetadata(
popularity: 5827,
codepoint: 0xe8d0,
categories: [6],
tags: [
3,
1360,
281,
1694,
3620,
193,
3498,
216,
13022,
904,
11234,
1139,
1367,
51,
3363,
5602,
887,
616,
851,
716,
63,
795,
359,
203,
15532,
3504,
1539,
4464,
392,
4757,
3365,
3205,
857,
3366,
245,
2453
],
),
"stars_2": SymbolsMetadata(
popularity: 72,
codepoint: 0xf31c,
categories: [3],
tags: [
3,
2493,
2495,
4075,
2125,
3493,
1694,
4077,
3498,
3499,
3197,
904,
3624,
1139,
1367,
51,
2468,
1401,
3363,
1166,
5602,
4059,
851,
63,
795,
359,
203,
3503,
3504,
363,
392,
4757,
2491,
823,
7930,
3365,
3205,
857,
3366,
31,
2200
],
),
"start": SymbolsMetadata(
popularity: 4203,
codepoint: 0xe089,
categories: [2],
tags: [
748,
77,
1268,
6346,
504,
902,
345,
1106,
346,
903,
2843,
6348,
1113,
2958,
406,
439,
1707,
325,
905,
2509,
408,
1167,
1121,
906,
1700,
1125,
2130,
454,
1691,
2200,
37
],
),
"stat_0": SymbolsMetadata(
popularity: 240,
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,
2334,
1460,
433,
14996,
746,
1429,
2471,
514
],
),
"stat_1": SymbolsMetadata(
popularity: 76,
codepoint: 0xe698,
categories: [2],
tags: [
15541,
1422,
1071,
502,
1424,
517,
569,
373,
5195,
933,
1425,
81,
375,
313,
941,
1078,
234,
1081,
68,
17,
1086,
648,
759,
3356,
1428,
3489,
2334,
14996,
746,
7260,
2470,
1702,
3021,
514
],
),
"stat_2": SymbolsMetadata(
popularity: 87,
codepoint: 0xe699,
categories: [2],
tags: [
74,
1422,
1071,
77,
502,
1424,
517,
569,
373,
81,
4374,
375,
313,
941,
1078,
234,
1081,
68,
1182,
17,
1086,
648,
1427,
759,
1428,
4178,
2334,
4179,
14996,
746,
1095,
2470,
394,
1702,
3021,
514
],
),
"stat_3": SymbolsMetadata(
popularity: 145,
codepoint: 0xe69a,
categories: [2],
tags: [
75,
1071,
77,
502,
78,
1424,
3767,
517,
569,
373,
81,
375,
313,
941,
1078,
234,
235,
17,
1086,
648,
759,
1428,
2334,
12585,
14996,
15542,
229,
7260,
551,
2280,
1702,
3021,
2471
],
),
"stat_minus_1": SymbolsMetadata(
popularity: 181,
codepoint: 0xe69b,
categories: [2],
tags: [
72,
1071,
77,
11550,
502,
373,
81,
5038,
2884,
8364,
313,
2819,
2895,
2904,
225,
1078,
51,
6807,
5266,
17,
18,
1255,
4272,
21,
648,
794,
8181,
7869,
14996,
229,
4999,
1429,
36
],
),
"stat_minus_2": SymbolsMetadata(
popularity: 58,
codepoint: 0xe69c,
categories: [2],
tags: [
74,
1422,
1071,
77,
502,
569,
373,
81,
5038,
15230,
375,
313,
2819,
2895,
964,
8477,
941,
1078,
68,
87,
1389,
226,
18,
1255,
4272,
21,
648,
759,
1428,
14996,
746,
4662,
1429,
394,
36
],
),
"stat_minus_3": SymbolsMetadata(
popularity: 64,
codepoint: 0xe69d,
categories: [2],
tags: [
75,
1422,
1071,
77,
502,
1424,
3767,
569,
373,
81,
5038,
2884,
313,
15543,
2819,
941,
1078,
68,
87,
5266,
17,
1086,
1255,
4272,
648,
432,
5920,
3489,
2334,
14996,
746,
1261,
551,
1429,
514
],
),
"stay_current_landscape": SymbolsMetadata(
popularity: 210,
codepoint: 0xe0d3,
categories: [11],
tags: [
1246,
1247,
633,
40,
5794,
193,
1843,
288,
8,
1746,
914,
2476,
5810,
1110,
699,
1253,
1595,
1778,
814,
262,
642,
507,
271,
1427,
10370,
453,
432,
15544,
470,
2543,
410,
1339,
3739,
525,
396,
3090
],
),
"steering_wheel_heat": SymbolsMetadata(
popularity: 11,
codepoint: 0xf32b,
categories: [14],
tags: [
2541,
2425,
1810,
3410,
1812,
840,
1877,
345,
2394,
1425,
2039,
216,
1108,
137,
3027,
14483,
5306,
1848,
138,
1401,
642,
151,
1339,
14460,
14461,
15545,
31,
858,
900,
1836,
3034,
3035,
860
],
),
"step": SymbolsMetadata(
popularity: 154,
codepoint: 0xf6fe,
categories: [2],
tags: [
3022,
77,
502,
9685,
12176,
313,
2981,
234,
15546,
6287,
235,
1623,
8894,
2197,
1083,
15547,
325,
1625,
759,
2928,
2422,
94,
15548,
6419,
15549,
8157,
2932,
4964,
15550,
3021,
12680,
1464
],
),
"step_into": SymbolsMetadata(
popularity: 71,
codepoint: 0xf701,
categories: [2],
tags: [
480,
861,
748,
2926,
77,
502,
902,
1745,
313,
2819,
1106,
2982,
903,
904,
2843,
87,
2944,
1750,
325,
905,
289,
1625,
2864,
1121,
759,
392,
4650,
2932,
31,
1409,
3148
],
),
"step_out": SymbolsMetadata(
popularity: 44,
codepoint: 0xf700,
categories: [2],
tags: [
861,
565,
748,
77,
502,
11445,
1209,
345,
313,
4932,
13494,
1212,
138,
1344,
2960,
1778,
11510,
5613,
325,
6210,
3051,
432,
1036,
7204,
8264,
15551,
1093,
141,
5321,
1702,
601
],
),
"step_over": SymbolsMetadata(
popularity: 109,
codepoint: 0xf6ff,
categories: [2],
tags: [
2926,
501,
460,
77,
502,
2218,
902,
345,
1311,
1312,
1104,
313,
14236,
1077,
903,
1634,
13870,
6654,
87,
325,
15552,
673,
1121,
1090,
1123,
760,
2451,
1700,
470,
1125,
8022,
509,
2932,
15553,
4598,
473
],
),
"steppers": SymbolsMetadata(
popularity: 143,
codepoint: 0xe9e7,
categories: [2],
tags: [
9455,
193,
1101,
3116,
628,
345,
1633,
1746,
1105,
1077,
488,
2821,
699,
1623,
792,
87,
2944,
88,
406,
20,
237,
325,
1586,
1625,
1090,
759,
4125,
2858,
1151,
1152,
94,
6419,
12905,
4964,
4636,
1517,
4467,
1464,
333,
2586
],
),
"steps": SymbolsMetadata(
popularity: 371,
codepoint: 0xf6da,
categories: [15],
tags: [
2513,
224,
313,
694,
2886,
2887,
15554,
9280,
697,
1623,
10424,
3473,
468,
325,
91,
3481,
1625,
1090,
759,
94,
7427,
15555,
7429,
2932,
4964,
2148,
4808,
3798
],
),
"stethoscope": SymbolsMetadata(
popularity: 216,
codepoint: 0xf805,
categories: [3],
tags: [
4451,
3137,
6966,
2375,
7640,
4253,
1762,
46,
7194,
697,
892,
4506,
5371,
1764,
10466,
4840,
1301,
1766,
5875,
894,
1768,
4273,
5377,
4260,
4179,
1293,
13001,
511,
5378,
2386,
14872,
3492
],
),
"stethoscope_arrow": SymbolsMetadata(
popularity: 12,
codepoint: 0xf807,
categories: [3],
tags: [
4451,
2926,
77,
3137,
6966,
2375,
4253,
313,
1762,
10326,
903,
697,
892,
1764,
51,
1766,
894,
1768,
1750,
325,
905,
2345,
15556,
1167,
759,
906,
898,
13001,
5378
],
),
"stethoscope_check": SymbolsMetadata(
popularity: 27,
codepoint: 0xf806,
categories: [3],
tags: [
4451,
1658,
1661,
1662,
193,
2375,
463,
2689,
2054,
4253,
1762,
1664,
15557,
15558,
697,
892,
1764,
87,
1166,
1766,
894,
1768,
5877,
1666,
4273,
5377,
1035,
362,
392,
13001,
245,
1669,
5378,
2336,
1576,
5597,
3492,
1672
],
),
"sticky_note": SymbolsMetadata(
popularity: 57,
codepoint: 0xe9e8,
categories: [12],
tags: [
2072,
15559,
15560,
1430,
2445,
15561,
7455,
1583,
583,
11614,
15562,
1480,
1585,
1481,
289,
1587,
15563,
15564,
1352,
15565,
15566,
1370,
15567,
2543,
13384,
1339,
433,
13347,
15568,
6712,
1517,
15569,
5604,
1590,
1485
],
rtlAutoMirrored: true,
),
"sticky_note_2": SymbolsMetadata(
popularity: 2552,
codepoint: 0xf1fc,
categories: [12],
tags: [
74,
500,
1694,
283,
2817,
81,
1430,
2918,
5477,
68,
88,
1166,
1583,
583,
1480,
1391,
586,
1586,
1587,
15570,
3488,
15571,
4132,
432,
1370,
433,
1589,
13347,
15568,
4479,
1517,
33,
5582,
1518,
1485
],
rtlAutoMirrored: true,
),
"stock_media": SymbolsMetadata(
popularity: 85,
codepoint: 0xf570,
categories: [12],
tags: [
1592,
2136,
959,
1268,
12305,
1523,
15572,
15573,
1197,
628,
2279,
81,
1680,
346,
5118,
1343,
490,
49,
1112,
1595,
1345,
406,
1596,
1597,
439,
1707,
1480,
57,
59,
62,
2146,
4531,
1293,
4662,
2148,
37,
15574
],
),
"stockpot": SymbolsMetadata(
popularity: 26,
codepoint: 0xf545,
categories: [8],
tags: [
6466,
6467,
15575,
6468,
5698,
4204,
4205,
12278,
6470,
6471,
4681,
3700,
6472,
3701,
2356,
4208,
3702,
1140,
1499,
6476,
6653,
4212,
7360,
11896,
3703,
15576,
15577,
15578,
6477,
1143,
3704,
6478,
6479,
5709,
1537,
15579,
13761,
15580,
6481,
6482,
6483,
6335,
7290
],
),
"stop": SymbolsMetadata(
popularity: 3828,
codepoint: 0xe047,
categories: [0],
tags: [
748,
1268,
1332,
481,
504,
1209,
1103,
345,
1744,
1745,
2127,
1212,
3499,
1665,
904,
3378,
138,
406,
1707,
1223,
2509,
408,
409,
1290,
440,
392,
1339,
2491,
433,
1226,
31,
37
],
),
"stop_circle": SymbolsMetadata(
popularity: 3725,
codepoint: 0xef71,
categories: [0],
tags: [
1268,
481,
504,
1208,
691,
193,
1103,
345,
1745,
2127,
1212,
1665,
1213,
3378,
406,
352,
1707,
1223,
2509,
408,
3430,
409,
7966,
7418,
15581,
440,
1065,
330,
433,
1226,
3452,
37,
206
],
),
"stop_screen_share": SymbolsMetadata(
popularity: 287,
codepoint: 0xe0e3,
categories: [11],
tags: [
1246,
1247,
501,
77,
4275,
1704,
1209,
571,
519,
5094,
2024,
1705,
288,
1162,
868,
8,
1055,
2127,
15582,
1212,
1110,
1253,
3685,
1706,
5098,
5328,
630,
439,
1059,
1060,
1061,
6297,
1427,
432,
15583,
410,
1528,
2030,
1067,
509,
1226,
15584,
454,
411,
65,
5104,
333,
1187
],
rtlAutoMirrored: true,
),
"storage": SymbolsMetadata(
popularity: 3120,
codepoint: 0xe1db,
categories: [4],
tags: [
1674,
1675,
6089,
3896,
1676,
519,
1310,
81,
1467,
44,
2142,
2143,
1678,
1680,
4289,
699,
68,
1082,
1470,
2799,
432,
1539,
2726,
6837,
823,
433,
1712,
1690,
65,
1464
],
),
"store": SymbolsMetadata(
popularity: 8988,
codepoint: 0xe8d1,
categories: [9],
tags: [
1513,
1931,
928,
929,
569,
11363,
930,
931,
932,
934,
1180,
576,
936,
937,
312,
1541,
938,
1387,
4911,
323,
8154,
324,
174,
1389,
1390,
3772,
948,
325,
523,
950,
951,
326,
327,
1167,
1393,
15585,
11366,
1394,
15586,
1395,
1396,
1397
],
),
"storefront": SymbolsMetadata(
popularity: 12571,
codepoint: 0xea12,
categories: [9],
tags: [
11347,
929,
569,
1647,
11363,
3695,
934,
1180,
1649,
964,
1387,
5097,
4911,
1470,
1389,
1390,
13434,
1652,
2558,
4484,
1654,
2459,
1537,
1393,
6725,
3281,
11366,
1394,
15587,
1395,
1396,
15588,
1397,
15589,
4930,
12575,
1187
],
),
"storm": SymbolsMetadata(
popularity: 419,
codepoint: 0xf070,
categories: [15],
tags: [
480,
1360,
2938,
10045,
3934,
840,
15590,
1365,
15591,
3921,
3683,
4392,
2888,
6759,
15592,
3936,
1826,
2907,
3687,
10048,
1994,
4393,
3769,
858,
3990,
6764,
206,
859,
1857,
15593
],
),
"straight": SymbolsMetadata(
popularity: 1235,
codepoint: 0xeb95,
categories: [11],
tags: [
480,
15594,
77,
502,
1423,
13845,
2394,
313,
2397,
1163,
1164,
3571,
4634,
1634,
9101,
87,
1534,
1403,
325,
1625,
1538,
703,
1152,
1169,
15595,
392,
898,
3575,
9103,
13855,
2823,
10235,
1170,
4592,
1628,
7548,
1702
],
),
"straighten": SymbolsMetadata(
popularity: 2585,
codepoint: 0xe41c,
categories: [1],
tags: [
1739,
2149,
500,
1466,
7277,
6207,
2936,
2181,
2258,
382,
699,
385,
2973,
1083,
87,
2944,
226,
17,
91,
92,
2215,
15596,
329,
15597,
2274,
298,
2823,
15598,
955,
12868,
5841,
2657,
1464
],
),
"strategy": SymbolsMetadata(
popularity: 679,
codepoint: 0xf5df,
categories: [3],
tags: [
3,
5522,
1422,
12486,
569,
373,
1385,
1104,
375,
313,
4495,
5058,
4724,
13,
9849,
2498,
1078,
234,
6287,
1623,
324,
1118,
15599,
289,
1625,
1667,
3488,
1090,
759,
1538,
5724,
245,
15600,
1227,
1671
],
),
"stream": SymbolsMetadata(
popularity: 1138,
codepoint: 0xe9e9,
categories: [0],
tags: [
480,
731,
4275,
283,
1074,
284,
1843,
15601,
44,
1274,
3683,
1727,
1077,
259,
1470,
4175,
1282,
15602,
353,
468,
2235,
267,
15603,
1734,
11332,
94,
273,
454,
65,
2059,
15604,
3829,
15605,
1856,
278
],
),
"stream_apps": SymbolsMetadata(
popularity: 29,
codepoint: 0xf79f,
categories: [11],
tags: [
1360,
1673,
15606,
501,
568,
1250,
251,
570,
15607,
2728,
572,
573,
283,
288,
1479,
1110,
583,
15608,
262,
2581,
15609,
1699,
15610,
616,
4929,
271,
15611,
432,
1260,
594,
1484,
433,
454,
411,
15612,
1296,
4849
],
),
"streetview": SymbolsMetadata(
popularity: 430,
codepoint: 0xe56e,
categories: [5],
tags: [
459,
500,
40,
1844,
316,
5796,
320,
466,
467,
1595,
323,
1085,
1534,
325,
4040,
469,
386,
327,
1392,
15613,
331,
1627,
15614,
15615,
6126,
332,
396,
475,
4317,
477,
334
],
),
"stress_management": SymbolsMetadata(
popularity: 109,
codepoint: 0xf6d9,
categories: [15],
tags: [
925,
690,
1889,
4076,
11997,
135,
15616,
13896,
14526,
15617,
2886,
1749,
9926,
697,
15618,
9164,
5719,
13613,
6029,
11913,
1614,
9165,
4530,
15619,
15620,
1960,
15621,
1483,
14533,
13904,
15622,
14623,
15623,
3147,
11917,
7029,
3492,
11920
],
),
"strikethrough_s": SymbolsMetadata(
popularity: 525,
codepoint: 0xe257,
categories: [9],
tags: [
4,
5,
4663,
1235,
6838,
1210,
1580,
1430,
1252,
7828,
680,
2155,
12,
2156,
8150,
15,
15624,
16,
9498,
9403,
2345,
15300,
1224,
9354,
15625,
1588,
1460,
3769,
8718,
4672,
31,
33,
2164,
2177,
2165,
35,
15626,
9341,
1485
],
),
"stroke_full": SymbolsMetadata(
popularity: 33,
codepoint: 0xf749,
categories: [12],
tags: [
12067,
2394,
4568,
2953,
1163,
3196,
2156,
15627,
15628,
3572,
15629,
15630,
1634,
9101,
4572,
4628,
4574,
1470,
15631,
174,
3354,
703,
1169,
4042,
13855,
3608,
1170,
8135,
15632,
3587,
4597,
907,
7548,
11259
],
),
"stroke_partial": SymbolsMetadata(
popularity: 40,
codepoint: 0xf748,
categories: [12],
tags: [
1659,
15633,
11806,
15634,
10680,
15635,
2936,
11244,
15636,
2953,
378,
381,
15637,
5905,
15638,
5903,
87,
1470,
756,
4122,
289,
3517,
15639,
15640,
3354,
759,
2519,
1152,
4042,
392,
3608,
1170,
8135,
3587,
3115,
13856
],
),
"stroller": SymbolsMetadata(
popularity: 287,
codepoint: 0xf1ae,
categories: [8],
tags: [
862,
863,
3524,
15641,
3137,
5737,
993,
5738,
997,
1026,
3528,
4633,
3530,
1006,
3532,
3534,
3651,
1032,
3297,
12649,
12650,
15642,
1919,
1395,
5744,
3542,
1629,
332,
3148,
2051,
1023
],
),
"style": SymbolsMetadata(
popularity: 1683,
codepoint: 0xe41d,
categories: [1],
tags: [
1739,
2150,
1466,
481,
7121,
5379,
6404,
628,
485,
1430,
1252,
2155,
6077,
2156,
2214,
385,
1470,
506,
70,
2159,
2277,
921,
1427,
9354,
71,
709,
955,
2162,
5767,
33,
6750,
338,
476,
1485
],
),
"styler": SymbolsMetadata(
popularity: 1476,
codepoint: 0xe273,
categories: [8],
tags: [
1474,
1859,
2135,
2640,
1325,
44,
378,
1252,
2647,
14612,
137,
15643,
2698,
5674,
384,
1111,
1166,
1143,
1480,
586,
4516,
328,
2332,
362,
5636,
4564,
1170,
2162,
15644,
9436,
65,
4842,
511,
1485
],
),
"stylus": SymbolsMetadata(
popularity: 116,
codepoint: 0xf604,
categories: [4],
tags: [
1474,
15645,
1578,
1325,
2279,
15646,
485,
9432,
2786,
1252,
680,
2155,
15647,
1111,
10074,
9102,
1699,
647,
887,
15648,
4516,
2626,
1167,
2864,
11124,
5636,
10306,
15649,
9436,
15650,
1297,
65,
15651,
12181,
1590,
1485
],
),
"stylus_brush": SymbolsMetadata(
popularity: 5,
codepoint: 0xf366,
categories: [12],
tags: [
1592,
15645,
2135,
3076,
1325,
15646,
485,
44,
2786,
15652,
378,
1252,
680,
137,
15653,
384,
87,
3081,
8140,
3083,
4516,
328,
4564,
1170,
9436,
525,
4842,
511,
10448,
1409,
1590,
1485,
7830
],
),
"stylus_fountain_pen": SymbolsMetadata(
popularity: 22,
codepoint: 0xf365,
categories: [12],
tags: [
1592,
15645,
3076,
15654,
2279,
485,
2953,
2786,
378,
4839,
1252,
680,
2155,
3097,
1164,
12925,
10713,
384,
4840,
87,
492,
3081,
3083,
4516,
2907,
392,
644,
5636,
9436,
33,
511,
10448,
1590,
1485,
7830
],
),
"stylus_highlighter": SymbolsMetadata(
popularity: 3,
codepoint: 0xf364,
categories: [12],
tags: [
7816,
1592,
3076,
2279,
1788,
485,
2953,
44,
1430,
2786,
378,
1252,
680,
1139,
9433,
384,
1111,
87,
1166,
174,
1480,
3081,
3083,
4516,
1167,
4564,
9436,
525,
33,
511,
10448,
1590,
1485
],
),
"stylus_laser_pointer": SymbolsMetadata(
popularity: 60,
codepoint: 0xf747,
categories: [12],
tags: [
1923,
1474,
9018,
283,
1788,
288,
2953,
9432,
8,
3097,
3624,
2821,
9434,
1111,
15655,
3626,
87,
174,
5098,
4516,
328,
1167,
2864,
1427,
3628,
410,
15656,
9436,
10330,
4842,
511,
1518
],
),
"stylus_note": SymbolsMetadata(
popularity: 252,
codepoint: 0xf603,
categories: [4],
tags: [
7816,
1578,
1325,
485,
44,
3078,
15657,
1430,
4510,
2786,
378,
4839,
1252,
680,
147,
488,
1111,
87,
887,
1480,
1586,
1587,
4516,
2626,
432,
898,
5636,
1170,
9436,
525,
33,
1590,
1485
],
),
"stylus_pen": SymbolsMetadata(
popularity: 3,
codepoint: 0xf363,
categories: [12],
tags: [
1923,
7816,
1592,
3076,
2279,
485,
2953,
9432,
2786,
378,
1252,
680,
15658,
137,
384,
1111,
4840,
15648,
492,
3081,
3083,
4516,
1167,
644,
5636,
14916,
10306,
9436,
31,
15650,
13229,
511,
10448,
1590,
1485,
15659
],
),
"stylus_pencil": SymbolsMetadata(
popularity: 12,
codepoint: 0xf362,
categories: [12],
tags: [
1923,
1474,
1592,
2135,
3076,
2279,
485,
4838,
2953,
9432,
2786,
378,
1252,
680,
2155,
12925,
1111,
1480,
15648,
7197,
3081,
3083,
4516,
2626,
2941,
1167,
5636,
15660,
4564,
9436,
15650,
4842,
511,
10448,
1590,
3066,
1485
],
),
"subdirectory_arrow_left": SymbolsMetadata(
popularity: 948,
codepoint: 0xe5d9,
categories: [2],
tags: [
500,
77,
2443,
504,
345,
2936,
313,
1541,
2819,
147,
1681,
2830,
1080,
2844,
2197,
9883,
87,
2875,
325,
1625,
328,
1124,
2836,
955,
15661,
15662,
31,
907,
1702
],
),
"subdirectory_arrow_right": SymbolsMetadata(
popularity: 2503,
codepoint: 0xe5da,
categories: [2],
tags: [
500,
77,
7277,
902,
2817,
2936,
313,
1541,
2819,
1212,
147,
1681,
903,
2821,
2214,
6654,
87,
1314,
583,
1750,
325,
905,
1625,
1167,
1482,
1124,
906,
1538,
15661,
15662,
31,
473
],
),
"subheader": SymbolsMetadata(
popularity: 35,
codepoint: 0xe9ea,
categories: [2],
tags: [
1673,
501,
7282,
2847,
1209,
912,
2707,
628,
485,
313,
2819,
2896,
914,
2918,
2920,
1080,
51,
1344,
385,
2197,
506,
262,
630,
325,
2927,
289,
271,
1167,
2899,
906,
410,
1151,
2008,
2838,
955,
15663,
525,
1263,
1691,
141,
2950,
1702,
1348,
333,
1186,
1187
],
),
"subject": SymbolsMetadata(
popularity: 1737,
codepoint: 0xe8d2,
categories: [12],
tags: [
2150,
6621,
865,
4843,
568,
570,
572,
283,
2731,
1580,
1430,
2288,
2276,
871,
15664,
138,
68,
15665,
1401,
2184,
88,
1480,
2725,
2333,
15666,
3943,
3944,
2543,
392,
433,
12866,
880,
31,
33,
1485
],
rtlAutoMirrored: true,
),
"subscript": SymbolsMetadata(
popularity: 230,
codepoint: 0xf111,
categories: [12],
tags: [
74,
627,
12067,
5,
5969,
1580,
1430,
1252,
680,
2155,
629,
3198,
2156,
10387,
173,
5266,
793,
10388,
21,
3687,
4179,
1588,
6361,
1460,
2162,
15667,
31,
33,
2176,
6681,
2165,
35,
15668,
338,
1485,
9420,
3992
],
),
"subscriptions": SymbolsMetadata(
popularity: 3442,
codepoint: 0xe064,
categories: [0],
tags: [
480,
1360,
2587,
1673,
501,
1362,
504,
732,
15669,
193,
283,
628,
44,
2623,
1727,
137,
138,
1344,
88,
406,
262,
2458,
1259,
91,
2509,
14209,
2631,
1712,
1372,
15670,
31,
65,
907,
2453,
4140,
333,
1186
],
),
"subtitles": SymbolsMetadata(
popularity: 1678,
codepoint: 0xe048,
categories: [0],
tags: [
862,
863,
1268,
5926,
5927,
3307,
5,
4238,
5937,
345,
1475,
7696,
5929,
2731,
8,
346,
5934,
5226,
1470,
15671,
406,
354,
3341,
355,
1734,
408,
2890,
432,
410,
594,
433,
5931,
5932,
33,
97,
7230,
5933,
2031,
338,
37
],
),
"subtitles_gear": SymbolsMetadata(
popularity: 24,
codepoint: 0xf355,
categories: [0],
tags: [
862,
863,
1739,
5926,
5927,
3307,
5,
4238,
15672,
8093,
685,
345,
5929,
145,
346,
1777,
293,
68,
1344,
5226,
15671,
5318,
406,
407,
354,
3341,
70,
920,
921,
652,
71,
2008,
5931,
5932,
33,
511,
5933,
2031,
141,
37,
543,
12699
],
),
"subtitles_off": SymbolsMetadata(
popularity: 382,
codepoint: 0xef72,
categories: [12],
tags: [
862,
15673,
863,
1268,
5926,
15674,
15675,
3307,
15676,
4238,
15677,
15678,
1162,
1300,
868,
1055,
346,
5226,
15671,
352,
354,
3271,
1059,
1061,
432,
1067,
1293,
433,
411,
5931,
5932,
15679,
15680,
10123,
10124,
4322,
7230,
5167,
2031,
37,
444
],
),
"subway": SymbolsMetadata(
popularity: 712,
codepoint: 0xe56f,
categories: [14],
tags: [
1810,
4143,
1812,
1813,
2553,
4945,
2036,
87,
1534,
4904,
4357,
267,
15681,
6987,
2047,
4359,
15682,
7316,
4360,
1538,
4160,
3541,
4363,
4364,
15683,
1980,
15684,
900,
1629,
332,
1982,
10053,
7330,
1506,
15685,
4952,
1836
],
),
"summarize": SymbolsMetadata(
popularity: 6105,
codepoint: 0xf071,
categories: [12],
tags: [
502,
633,
504,
345,
2339,
15686,
8,
1580,
1430,
2340,
914,
488,
6356,
1697,
234,
49,
3039,
235,
88,
1116,
2344,
406,
506,
642,
1480,
2345,
1427,
1428,
391,
298,
433,
3074,
413,
37,
396,
8689,
1187,
8269
],
),
"sunny": SymbolsMetadata(
popularity: 6233,
codepoint: 0xe81a,
categories: [3],
tags: [
4075,
9018,
3620,
193,
840,
842,
2126,
15687,
3683,
1844,
2888,
3624,
1610,
3029,
3626,
5860,
1826,
3651,
15688,
4749,
8989,
4750,
2371,
1598,
4043,
858,
3828,
859,
12952,
10291
],
),
"sunny_snowing": SymbolsMetadata(
popularity: 825,
codepoint: 0xe819,
categories: [3],
tags: [
1673,
3620,
780,
840,
841,
2881,
846,
1844,
847,
2888,
138,
5860,
1826,
15689,
10047,
1428,
12030,
1994,
855,
856,
13745,
1598,
4043,
858,
141,
859,
860
],
),
"superscript": SymbolsMetadata(
popularity: 273,
codepoint: 0xf112,
categories: [12],
tags: [
74,
627,
791,
5,
7,
1580,
1430,
1252,
680,
2155,
7933,
629,
15690,
2156,
9679,
10387,
173,
15,
793,
6544,
15691,
10388,
21,
149,
3687,
3561,
1588,
15692,
1460,
2162,
3019,
15693,
31,
33,
35,
338,
2203,
1485,
3992
],
),
"supervised_user_circle": SymbolsMetadata(
popularity: 3226,
codepoint: 0xe939,
categories: [6],
tags: [
565,
1041,
566,
993,
193,
345,
577,
1026,
225,
1027,
977,
581,
1006,
5227,
15694,
1032,
8298,
4073,
588,
589,
1034,
590,
1065,
705,
1774,
986,
888,
5745,
15695,
5746,
10018,
601,
15696,
991,
5747
],
),
"supervised_user_circle_off": SymbolsMetadata(
popularity: 25,
codepoint: 0xf60e,
categories: [6],
tags: [
861,
565,
1041,
566,
1051,
993,
193,
345,
5921,
868,
1055,
577,
1027,
581,
1056,
1029,
1059,
1060,
1061,
1032,
8298,
4073,
588,
1779,
589,
1034,
590,
1048,
2618,
1065,
1066,
1036,
1067,
5745,
15697,
5746,
10018,
1068,
601
],
),
"supervisor_account": SymbolsMetadata(
popularity: 7384,
codepoint: 0xe8d3,
categories: [6],
tags: [
861,
565,
1041,
1756,
1552,
566,
481,
685,
345,
1744,
10017,
577,
1026,
83,
1027,
581,
1028,
2078,
70,
1032,
8298,
2616,
15698,
4073,
588,
589,
921,
590,
15699,
1225,
705,
1036,
71,
5745,
10018,
15700,
15701,
601,
991,
15702
],
),
"support": SymbolsMetadata(
popularity: 3737,
codepoint: 0xef73,
categories: [6],
tags: [
10244,
2683,
3134,
865,
566,
1332,
15703,
1270,
15704,
283,
975,
4696,
2710,
977,
7710,
7043,
871,
581,
68,
3958,
15705,
3792,
289,
589,
271,
3943,
15706,
2433,
3189,
705,
652,
888,
1339,
880,
881
],
),
"support_agent": SymbolsMetadata(
popularity: 14147,
codepoint: 0xf0e2,
categories: [3],
tags: [
15707,
2683,
6621,
865,
566,
568,
1270,
3137,
570,
283,
15708,
975,
1475,
10547,
5033,
1476,
2731,
577,
977,
7709,
7043,
871,
523,
10548,
589,
590,
3943,
15706,
652,
1484,
880,
1296,
15709
],
),
"surfing": SymbolsMetadata(
popularity: 979,
codepoint: 0xe515,
categories: [15],
tags: [
748,
2513,
7323,
7540,
4036,
5713,
690,
781,
11,
11009,
225,
137,
7542,
581,
138,
384,
979,
1959,
468,
2487,
3651,
289,
588,
589,
3299,
2423,
888,
14264,
30,
3519,
9142,
2371,
15710,
11013,
31,
1961,
3829,
1855
],
),
"surgical": SymbolsMetadata(
popularity: 23,
codepoint: 0xe131,
categories: [3],
tags: [
2938,
6331,
2375,
6327,
5388,
1762,
697,
892,
1764,
15711,
4840,
4830,
87,
894,
7024,
1768,
5877,
15712,
1119,
328,
2907,
2993,
15713,
644,
13601,
11784,
511,
5378,
1691
],
),
"surround_sound": SymbolsMetadata(
popularity: 211,
codepoint: 0xe049,
categories: [0],
tags: [
15714,
2212,
1268,
15715,
12443,
732,
15669,
344,
193,
685,
345,
781,
3340,
466,
406,
354,
439,
1707,
408,
71,
273,
1293,
3345,
15171,
1294,
12448,
9669,
15172,
1093,
3347,
37,
554,
15716,
278
],
),
"swap_calls": SymbolsMetadata(
popularity: 641,
codepoint: 0xe0d7,
categories: [7],
tags: [
77,
6050,
502,
2967,
15717,
9062,
1272,
1073,
284,
288,
313,
3278,
10775,
3422,
262,
91,
271,
4664,
2271,
2836,
1528,
6214,
95,
3963,
2404,
1406,
413,
526,
4308,
4953,
15718,
13695
],
),
"swap_driving_apps": SymbolsMetadata(
popularity: 49,
codepoint: 0xe69e,
categories: [14],
tags: [
2390,
2706,
2589,
502,
1810,
1812,
1813,
1743,
2036,
15719,
15720,
753,
313,
2397,
2039,
15721,
3278,
1623,
15722,
324,
1534,
325,
2836,
1626,
470,
1538,
6214,
3963,
2404,
526,
900,
332,
15723,
1836
],
),
"swap_driving_apps_wheel": SymbolsMetadata(
popularity: 135,
codepoint: 0xe69f,
categories: [14],
tags: [
15724,
15725,
2706,
2589,
2425,
1810,
3410,
1812,
1813,
1743,
193,
345,
1425,
313,
2039,
15726,
15727,
3278,
1534,
642,
921,
3201,
71,
6774,
4751,
14461,
3963,
2404,
413,
1629,
1836,
3304,
15728
],
),
"swap_horiz": SymbolsMetadata(
popularity: 5145,
codepoint: 0xe8d4,
categories: [2],
tags: [
1591,
77,
502,
2443,
1743,
615,
313,
15729,
3278,
1077,
903,
699,
15730,
5612,
1750,
468,
6202,
507,
4664,
2271,
3606,
1700,
6214,
95,
3963,
2404,
956,
526,
512,
4953
],
),
"swap_horizontal_circle": SymbolsMetadata(
popularity: 1558,
codepoint: 0xe933,
categories: [2],
tags: [
1591,
77,
502,
2443,
15731,
504,
1743,
193,
462,
284,
6434,
937,
753,
313,
2970,
3278,
15732,
1077,
903,
699,
1314,
468,
2836,
470,
330,
6214,
10903,
3963,
2404,
4930,
956,
526
],
),
"swap_vert": SymbolsMetadata(
popularity: 4845,
codepoint: 0xe8d5,
categories: [2],
tags: [
77,
502,
2967,
284,
81,
313,
15733,
1430,
2819,
3278,
1696,
147,
1077,
1594,
4355,
1314,
1750,
325,
1090,
2271,
10746,
95,
8722,
3963,
2404,
764,
765,
956,
526,
1702,
9526,
12125,
1464
],
),
"swap_vertical_circle": SymbolsMetadata(
popularity: 1126,
codepoint: 0xe8d6,
categories: [2],
tags: [
77,
502,
2967,
1743,
193,
462,
283,
628,
81,
313,
2819,
3278,
1077,
1750,
2974,
507,
4664,
2271,
2836,
471,
330,
95,
8722,
3963,
2404,
526,
5960,
1702,
1464
],
),
"sweep": SymbolsMetadata(
popularity: 121,
codepoint: 0xe6ac,
categories: [2],
tags: [
1658,
5830,
3076,
1661,
5844,
810,
1864,
780,
1210,
3863,
5833,
1140,
1499,
5834,
5835,
12090,
5836,
3960,
492,
92,
1224,
362,
392,
888,
2491,
5839,
1669,
5841,
511,
1672
],
),
"swipe": SymbolsMetadata(
popularity: 1679,
codepoint: 0xe9ec,
categories: [6],
tags: [
748,
341,
77,
502,
345,
1788,
313,
4632,
2695,
2696,
2821,
2698,
2076,
871,
699,
51,
700,
1612,
2197,
262,
353,
468,
325,
6478,
1167,
759,
906,
2858,
4519,
4636,
1793,
4308,
4467
],
),
"swipe_down": SymbolsMetadata(
popularity: 1163,
codepoint: 0xeb53,
categories: [2],
tags: [
748,
502,
15734,
345,
313,
1300,
2819,
2578,
15735,
4326,
1790,
2696,
137,
2698,
2076,
15369,
1111,
1612,
3450,
262,
7440,
325,
2889,
14133,
15736,
760,
410,
2858,
12197,
3769,
15402,
15737,
15738,
31,
15739,
1793,
12181,
5594,
15740
],
),
"swipe_down_alt": SymbolsMetadata(
popularity: 574,
codepoint: 0xeb30,
categories: [2],
tags: [
748,
2388,
1591,
502,
313,
1300,
2819,
1639,
4632,
4326,
1790,
2696,
2821,
15741,
2076,
15369,
5802,
51,
700,
1612,
1344,
262,
353,
1750,
325,
1167,
14133,
410,
2858,
3769,
15402,
15737,
15738,
15739,
1792,
1793,
5088,
907
],
),
"swipe_left": SymbolsMetadata(
popularity: 2158,
codepoint: 0xeb59,
categories: [2],
tags: [
748,
1673,
77,
502,
2443,
504,
1103,
345,
313,
4632,
1790,
5086,
2696,
3170,
2698,
15369,
51,
700,
1612,
2197,
262,
1750,
468,
325,
1167,
2833,
5591,
5040,
2858,
10903,
4519,
3769,
15402,
4636,
15742,
15739,
1793,
141,
1348
],
),
"swipe_left_alt": SymbolsMetadata(
popularity: 576,
codepoint: 0xeb33,
categories: [2],
tags: [
2388,
1674,
77,
502,
345,
1210,
313,
4646,
1790,
2696,
15743,
2698,
15369,
699,
51,
1612,
1344,
2197,
1750,
468,
325,
905,
1167,
2833,
5040,
2899,
410,
2858,
2900,
4519,
3769,
15402,
4636,
15739,
1793
],
),
"swipe_right": SymbolsMetadata(
popularity: 1764,
codepoint: 0xeb52,
categories: [2],
tags: [
2660,
748,
2926,
1673,
77,
502,
1103,
44,
313,
1790,
903,
2696,
13360,
137,
2076,
15369,
15744,
51,
1612,
1344,
262,
353,
1750,
325,
905,
1167,
2864,
759,
906,
410,
3769,
15402,
15745,
15738,
15739,
1793,
12181,
907,
15746,
1186
],
),
"swipe_right_alt": SymbolsMetadata(
popularity: 552,
codepoint: 0xeb56,
categories: [2],
tags: [
2660,
748,
2388,
77,
502,
345,
1788,
313,
4632,
1790,
903,
2696,
2076,
15369,
51,
700,
1344,
262,
468,
325,
905,
1167,
906,
410,
273,
8022,
4519,
3769,
15402,
4636,
15738,
15739,
1793,
4467
],
),
"swipe_up": SymbolsMetadata(
popularity: 1932,
codepoint: 0xeb2e,
categories: [2],
tags: [
1659,
77,
502,
2847,
810,
2936,
313,
1300,
4326,
1790,
2696,
2698,
2076,
15369,
51,
1612,
87,
814,
262,
15747,
353,
2875,
325,
289,
1167,
5591,
2880,
1339,
3769,
15402,
15748,
15738,
15739,
1793,
5088,
1702,
3021
],
),
"swipe_up_alt": SymbolsMetadata(
popularity: 550,
codepoint: 0xeb35,
categories: [2],
tags: [
748,
2388,
2390,
15749,
77,
6242,
502,
345,
313,
1300,
4326,
1790,
2696,
2076,
15369,
51,
467,
1344,
262,
468,
325,
1167,
410,
2858,
2880,
3769,
15402,
4636,
15748,
15738,
15739,
1793,
5088,
5594,
1702,
3021,
4651,
15750
],
),
"swipe_vertical": SymbolsMetadata(
popularity: 1042,
codepoint: 0xeb51,
categories: [2],
tags: [
748,
502,
345,
44,
313,
2819,
4632,
15735,
15751,
1790,
15752,
2696,
2698,
2076,
15369,
1111,
1612,
262,
1750,
468,
325,
1167,
2858,
12197,
2880,
3769,
15402,
4636,
15738,
15739,
65,
1793,
5088,
15753,
1702,
15754,
15755,
15756
],
),
"switch_": SymbolsMetadata(
originalName: "switch",
popularity: 424,
codepoint: 0xe1f4,
categories: [8],
tags: [
748,
4324,
1739,
504,
684,
685,
345,
2606,
288,
1300,
4326,
51,
1112,
1029,
642,
1143,
1059,
1061,
355,
70,
6693,
3687,
921,
432,
362,
363,
151,
71,
3475,
4248,
2404,
1093,
413,
4308
],
),
"switch_access": SymbolsMetadata(
popularity: 52,
codepoint: 0xf6fd,
categories: [2],
tags: [
480,
861,
862,
4324,
864,
2390,
865,
2125,
504,
685,
345,
288,
867,
2537,
216,
1108,
1140,
1111,
8554,
5318,
325,
1059,
1061,
362,
151,
1292,
2716,
4248,
2404,
1093,
65,
413
],
),
"switch_access_2": SymbolsMetadata(
popularity: 66,
codepoint: 0xf506,
categories: [2],
tags: [
861,
862,
15757,
1265,
1739,
15758,
1673,
501,
77,
502,
910,
10293,
2707,
685,
284,
345,
6409,
1236,
485,
288,
12455,
313,
1300,
4326,
1212,
10074,
10940,
1344,
3450,
262,
875,
325,
14692,
15759,
906,
410,
362,
2908,
71,
2838,
2404,
15760,
12044,
413,
141,
1348,
333,
1186
],
rtlAutoMirrored: true,
),
"switch_access_3": SymbolsMetadata(
popularity: 15,
codepoint: 0xf34d,
categories: [2],
tags: [
861,
862,
748,
12485,
1673,
501,
77,
502,
504,
684,
10293,
1103,
2707,
345,
1745,
485,
288,
313,
1300,
4326,
1212,
1111,
1612,
1344,
1470,
506,
262,
1624,
325,
1059,
1061,
355,
3687,
906,
410,
362,
363,
151,
2838,
4248,
2404,
1093,
551,
413,
141,
1348,
333,
1186
],
rtlAutoMirrored: true,
),
"switch_access_shortcut": SymbolsMetadata(
popularity: 3069,
codepoint: 0xe7e1,
categories: [2],
tags: [
861,
7523,
862,
12485,
15761,
77,
502,
865,
910,
504,
5442,
284,
345,
288,
313,
867,
2537,
15762,
10936,
10940,
3450,
1314,
1029,
325,
887,
6210,
12040,
4288,
7165,
151,
1128,
2404,
31,
65,
413,
1702,
7724,
278
],
),
"switch_access_shortcut_add": SymbolsMetadata(
popularity: 1664,
codepoint: 0xe7e2,
categories: [2],
tags: [
231,
861,
862,
745,
77,
502,
504,
345,
1788,
313,
1749,
1139,
1111,
467,
5318,
325,
887,
6210,
12040,
355,
239,
1167,
363,
151,
1128,
2404,
31,
413,
1702
],
),
"switch_account": SymbolsMetadata(
popularity: 1307,
codepoint: 0xe9ed,
categories: [15],
tags: [
861,
5315,
565,
1040,
973,
502,
2967,
15763,
15764,
2393,
193,
3278,
577,
977,
581,
978,
980,
5613,
15765,
1750,
2457,
15766,
70,
588,
589,
4014,
590,
15767,
6214,
986,
888,
593,
1712,
2404,
15768,
526,
4953,
601,
991,
15769,
602
],
),
"switch_camera": SymbolsMetadata(
popularity: 300,
codepoint: 0xe41e,
categories: [1],
tags: [
1673,
501,
77,
502,
5140,
40,
9068,
42,
5144,
283,
628,
1593,
288,
5146,
2751,
406,
262,
57,
59,
62,
2756,
453,
432,
5148,
5149,
2404,
2759,
15770,
4953,
37,
5150,
434
],
),
"switch_left": SymbolsMetadata(
popularity: 1199,
codepoint: 0xf1d1,
categories: [2],
tags: [
12485,
502,
504,
193,
345,
6424,
12455,
2273,
15771,
1164,
216,
4633,
699,
51,
1612,
2197,
325,
12040,
355,
6693,
358,
15772,
363,
151,
3475,
4248,
15773,
2404,
15774,
413,
15775,
2148,
907
],
),
"switch_right": SymbolsMetadata(
popularity: 1014,
codepoint: 0xf1d2,
categories: [2],
tags: [
749,
77,
502,
504,
685,
345,
313,
2273,
1222,
51,
1750,
325,
1059,
1061,
355,
329,
358,
906,
363,
151,
6214,
3475,
4248,
2404,
413
],
),
"switch_video": SymbolsMetadata(
popularity: 260,
codepoint: 0xe41f,
categories: [1],
tags: [
77,
502,
5140,
5978,
1270,
40,
9068,
5093,
15776,
5141,
5142,
2746,
5144,
5094,
5107,
5146,
2751,
59,
453,
9070,
5148,
5149,
411,
2404,
2759,
15777,
15770,
37,
5104,
5150,
15778,
2512,
15779
],
),
"switches": SymbolsMetadata(
popularity: 155,
codepoint: 0xe733,
categories: [2],
tags: [
2106,
12485,
2212,
15780,
504,
1100,
685,
15781,
345,
15782,
1745,
15783,
2013,
6424,
485,
868,
15784,
1055,
15785,
1029,
1059,
1061,
12040,
15786,
70,
15787,
919,
921,
15788,
71,
7085,
15789,
1753,
2404,
10748,
15790,
413,
15791,
141,
1348
],
),
"sword_rose": SymbolsMetadata(
popularity: 45,
codepoint: 0xf5de,
categories: [3],
tags: [
15792,
6331,
8841,
8842,
15420,
15793,
4861,
15794,
15421,
2355,
6870,
5383,
2498,
234,
4633,
5718,
2362,
3363,
15795,
1826,
1827,
328,
3687,
5187,
15796,
644,
7989,
649,
15797,
15798,
15799,
15800,
15801
],
),
"swords": SymbolsMetadata(
popularity: 898,
codepoint: 0xf889,
categories: [15],
tags: [
14524,
11901,
4396,
15792,
5715,
15802,
15420,
6,
15803,
15804,
15805,
3953,
15806,
7660,
15807,
15808,
5383,
4483,
137,
5464,
138,
5718,
5467,
9542,
15809,
15797,
15810,
31,
394,
1409,
6198,
15798,
15811
],
),
"symptoms": SymbolsMetadata(
popularity: 25,
codepoint: 0xe132,
categories: [3],
tags: [
15812,
373,
2375,
842,
15813,
81,
4253,
2377,
1762,
2904,
4269,
5796,
7491,
14864,
14866,
1078,
15814,
697,
11772,
4254,
892,
1764,
2379,
15815,
894,
15816,
15817,
15818,
1768,
5877,
12799,
4273,
2384,
9254,
2385,
15819,
2386
],
),
"synagogue": SymbolsMetadata(
popularity: 306,
codepoint: 0xeab0,
categories: [5],
tags: [
1496,
929,
5779,
2553,
574,
12126,
5780,
9466,
5783,
5182,
15820,
15821,
15822,
15823,
15824,
3296,
2790,
5785,
5186,
5786,
15825,
5188,
857,
15826,
955,
15827,
5791,
3303,
332,
1506,
5194
],
),
"sync": SymbolsMetadata(
popularity: 11779,
codepoint: 0xe627,
categories: [2],
tags: [
458,
2149,
460,
77,
502,
462,
1676,
284,
14200,
752,
1843,
753,
81,
313,
3278,
3439,
10412,
3043,
3440,
757,
1090,
3373,
760,
761,
2451,
2271,
2801,
470,
471,
764,
5906,
765,
526,
473,
2453
],
),
"sync_alt": SymbolsMetadata(
popularity: 7864,
codepoint: 0xea18,
categories: [2],
tags: [
2388,
77,
502,
15731,
1743,
193,
462,
4292,
284,
753,
81,
313,
2970,
3278,
1077,
699,
1612,
259,
1314,
757,
6693,
1090,
5614,
760,
3426,
330,
3963,
2404,
764,
765,
65,
526,
7334,
1702,
2453,
277
],
),
"sync_arrow_down": SymbolsMetadata(
popularity: 19,
codepoint: 0xf37c,
categories: [2],
tags: [
458,
460,
77,
502,
15828,
193,
5145,
284,
753,
81,
3421,
15829,
615,
15830,
313,
12192,
2819,
2578,
520,
7572,
3278,
3439,
3043,
3440,
468,
325,
1090,
760,
9633,
761,
2451,
470,
15831,
764,
15832,
765,
526,
473,
4953,
1702,
2453,
15833
],
),
"sync_arrow_up": SymbolsMetadata(
popularity: 15,
codepoint: 0xf37b,
categories: [2],
tags: [
458,
460,
77,
502,
193,
1676,
3002,
284,
15834,
81,
3421,
615,
313,
2869,
2819,
3439,
3043,
756,
3440,
757,
15835,
325,
267,
1090,
759,
760,
2451,
470,
5963,
2726,
764,
765,
1093,
4291,
473,
1702,
98,
2453,
527
],
),
"sync_desktop": SymbolsMetadata(
popularity: 22,
codepoint: 0xf41a,
categories: [2],
tags: [
458,
1247,
1307,
460,
77,
502,
2967,
1704,
193,
5145,
1676,
15836,
519,
284,
753,
81,
15837,
615,
1705,
288,
15838,
313,
868,
8,
1055,
3278,
1110,
3439,
2849,
3685,
3043,
3440,
1706,
630,
267,
1059,
1061,
760,
2451,
470,
410,
1067,
764,
5906,
765,
65,
526,
473,
4953,
2453,
333,
1187
],
),
"sync_disabled": SymbolsMetadata(
popularity: 1101,
codepoint: 0xe628,
categories: [2],
tags: [
458,
460,
77,
502,
12788,
10680,
15839,
193,
5145,
15840,
1162,
313,
868,
3263,
1055,
1222,
3439,
87,
3043,
3440,
6429,
15841,
15842,
1059,
1060,
1061,
15843,
15844,
2451,
470,
1067,
15845,
764,
15846,
15847,
473,
4953,
1331,
1068,
15848
],
),
"sync_lock": SymbolsMetadata(
popularity: 476,
codepoint: 0xeaee,
categories: [13],
tags: [
861,
5315,
460,
77,
502,
193,
5145,
284,
81,
5948,
15849,
1112,
1778,
1056,
757,
267,
5319,
1034,
1063,
3187,
1574,
760,
2451,
1065,
470,
705,
1774,
1036,
764,
15850,
765,
1093,
473,
2453
],
),
"sync_problem": SymbolsMetadata(
popularity: 2677,
codepoint: 0xe629,
categories: [2],
tags: [
3109,
458,
1360,
460,
77,
502,
1361,
691,
5145,
1676,
15836,
15851,
1365,
6794,
6795,
313,
2720,
1366,
3914,
4787,
2721,
1367,
3439,
2722,
3043,
3440,
1166,
4790,
616,
2725,
15852,
2451,
9638,
470,
31,
764,
15853,
15854,
15855,
15856,
15857,
1691,
473,
15858,
206
],
),
"sync_saved_locally": SymbolsMetadata(
popularity: 231,
codepoint: 0xf820,
categories: [2],
tags: [
1247,
2660,
1307,
1658,
77,
15859,
7567,
1675,
1662,
1704,
193,
463,
519,
81,
1705,
288,
868,
8,
1664,
2578,
520,
1055,
1680,
4289,
1110,
2849,
3685,
15860,
15861,
1706,
630,
1059,
1060,
12746,
12748,
1666,
1061,
289,
1035,
8389,
15862,
410,
362,
1067,
1690,
764,
15863,
765,
1669,
526,
2336,
1576,
333,
1187,
1672
],
),
"syringe": SymbolsMetadata(
popularity: 44,
codepoint: 0xe133,
categories: [3],
tags: [
1757,
864,
11949,
3137,
2375,
14274,
1762,
15864,
5206,
46,
2516,
697,
892,
1764,
15865,
15866,
4840,
4175,
1766,
894,
4257,
1768,
6209,
9122,
1769,
5524,
11957,
3147,
511,
5378,
15867,
10620,
15868
],
),
"system_update": SymbolsMetadata(
popularity: 949,
codepoint: 0xe62a,
categories: [11],
tags: [
1246,
1247,
1673,
501,
77,
11550,
502,
1250,
288,
313,
2819,
520,
15869,
5946,
15870,
1110,
1253,
1698,
15871,
262,
2581,
1699,
15872,
13200,
271,
1122,
432,
1036,
15873,
509,
1093,
14506,
525,
2453,
1945
],
),
"system_update_alt": SymbolsMetadata(
popularity: 2000,
codepoint: 0xe8d7,
categories: [2],
tags: [
501,
77,
1675,
1676,
519,
615,
288,
2819,
2578,
520,
1696,
3003,
7928,
259,
756,
3960,
630,
267,
759,
760,
3662,
410,
1036,
2726,
15874,
764,
765,
1093,
14506,
65,
2453,
1945,
527
],
),
"tab": SymbolsMetadata(
popularity: 1079,
codepoint: 0xe8d8,
categories: [2],
tags: [
3242,
3103,
15875,
15876,
15877,
15878,
1179,
15879,
15880,
12559,
519,
13475,
1705,
1430,
15881,
2143,
15882,
1681,
259,
15883,
15884,
14523,
3249,
2961,
2962,
3251,
15885,
15886,
15887,
15888,
4479,
12204,
333,
4822,
1186,
1187,
15330,
1229
],
),
"tab_close": SymbolsMetadata(
popularity: 53,
codepoint: 0xf745,
categories: [2],
tags: [
5162,
748,
501,
1179,
504,
1208,
780,
1209,
345,
1725,
1235,
6327,
2394,
754,
1210,
4646,
1580,
1430,
3660,
2127,
1212,
147,
1344,
259,
1166,
2457,
3200,
5081,
3271,
1059,
4247,
1224,
362,
363,
7521,
5924,
1712,
1226,
4479,
12204,
5167,
333,
1187,
3992
],
),
"tab_close_inactive": SymbolsMetadata(
popularity: 12,
codepoint: 0xf3d0,
categories: [2],
tags: [
501,
1332,
1179,
1208,
780,
1209,
345,
1725,
1235,
6327,
2394,
754,
1210,
868,
4646,
1580,
1430,
3660,
1212,
15889,
147,
5406,
1222,
1344,
814,
2457,
3271,
1059,
289,
4603,
1122,
4247,
1224,
362,
363,
1339,
1712,
1226,
3049,
4479,
12204,
1068,
1187,
3992
],
),
"tab_close_right": SymbolsMetadata(
popularity: 13,
codepoint: 0xf746,
categories: [2],
tags: [
501,
77,
1179,
1208,
780,
1209,
628,
1235,
1210,
4646,
1580,
1430,
3660,
1212,
147,
348,
4634,
259,
1750,
5923,
1059,
2345,
919,
1122,
4247,
432,
1224,
906,
7521,
2947,
1226,
4479,
3452,
14968,
396,
333,
1187,
3992
],
rtlAutoMirrored: true,
),
"tab_duplicate": SymbolsMetadata(
popularity: 57,
codepoint: 0xf744,
categories: [2],
tags: [
748,
745,
1179,
504,
6325,
1103,
628,
345,
1725,
1325,
6327,
2394,
754,
1580,
1430,
3660,
147,
1344,
2144,
506,
2457,
887,
355,
2753,
1586,
1587,
2215,
362,
363,
1712,
4479,
12204,
4071,
141,
1186,
1187
],
),
"tab_group": SymbolsMetadata(
popularity: 57,
codepoint: 0xf743,
categories: [2],
tags: [
76,
1179,
1197,
628,
1725,
6327,
1580,
1430,
3660,
147,
579,
1198,
259,
8813,
1082,
385,
1029,
2457,
586,
92,
673,
432,
5482,
1201,
12705,
392,
433,
1712,
2463,
12204,
396,
333,
1187,
1229
],
),
"tab_inactive": SymbolsMetadata(
popularity: 31,
codepoint: 0xf43b,
categories: [2],
tags: [
1131,
809,
1179,
628,
1725,
6327,
2394,
754,
868,
1580,
1430,
3660,
1164,
811,
147,
4134,
1222,
1344,
2457,
1624,
1059,
355,
1586,
919,
410,
1151,
362,
363,
1712,
4248,
2404,
4479,
12204,
15890,
15891,
5606,
396,
1187
],
),
"tab_move": SymbolsMetadata(
popularity: 31,
codepoint: 0xf742,
categories: [2],
tags: [
2926,
501,
77,
15892,
901,
1179,
504,
345,
15782,
2273,
1164,
1212,
903,
699,
467,
1344,
3450,
3923,
2944,
1750,
325,
15893,
15894,
2345,
906,
15895,
2932,
4479,
15896,
15897,
12204,
1187
],
),
"tab_new_right": SymbolsMetadata(
popularity: 30,
codepoint: 0xf741,
categories: [2],
tags: [
745,
15875,
15876,
77,
901,
482,
15880,
12559,
13475,
9310,
1430,
1212,
147,
235,
237,
1750,
1377,
2961,
2962,
905,
15898,
11743,
2345,
1586,
239,
432,
906,
433,
31,
4479,
15899,
15900,
1187
],
rtlAutoMirrored: true,
),
"tab_recent": SymbolsMetadata(
popularity: 27,
codepoint: 0xf740,
categories: [2],
tags: [
504,
810,
1159,
345,
1160,
1164,
137,
2077,
138,
1344,
10412,
88,
506,
814,
647,
325,
289,
2800,
4807,
15901,
1168,
1339,
433,
31,
4479,
12204,
1171,
141
],
),
"tab_search": SymbolsMetadata(
popularity: 57,
codepoint: 0xf2f2,
categories: [2],
tags: [
501,
4794,
1179,
193,
519,
1542,
1430,
2143,
15902,
83,
317,
15903,
1681,
1109,
259,
87,
2326,
1115,
1116,
1117,
2329,
1624,
1586,
432,
1126,
15904,
1127,
509,
433,
4479,
15905,
12204,
511,
3375,
333,
1186,
1187,
1229
],
),
"tab_unselected": SymbolsMetadata(
popularity: 416,
codepoint: 0xe8d9,
categories: [2],
tags: [
501,
3515,
809,
1132,
1179,
519,
628,
2394,
754,
1430,
2143,
811,
1681,
1222,
15906,
259,
2144,
2457,
325,
586,
289,
5385,
1586,
820,
432,
1151,
392,
1712,
6146,
2404,
4479,
12204,
413,
5606,
15907,
396,
333,
1186,
1187,
1229
],
),
"table": SymbolsMetadata(
popularity: 4079,
codepoint: 0xf191,
categories: [12],
tags: [
924,
1071,
6089,
373,
933,
81,
1467,
145,
8,
1430,
488,
382,
68,
86,
385,
1470,
88,
586,
1587,
1427,
3356,
1428,
1459,
1460,
433,
2716,
746,
955,
1473,
396
],
),
"table_bar": SymbolsMetadata(
popularity: 525,
codepoint: 0xead2,
categories: [8],
tags: [
1422,
1071,
1423,
569,
3695,
373,
933,
81,
375,
578,
941,
1078,
382,
1081,
68,
1470,
1086,
22,
648,
3488,
1427,
1428,
4178,
2334,
330,
1459,
1460,
746,
1473,
1429,
514
],
),
"table_chart": SymbolsMetadata(
popularity: 2878,
codepoint: 0xe265,
categories: [12],
tags: [
1071,
76,
1423,
517,
569,
373,
933,
81,
375,
8,
1430,
941,
1078,
382,
14765,
68,
1470,
4112,
226,
1086,
22,
92,
289,
2807,
1427,
432,
1428,
1459,
392,
1460,
2716,
746,
1473,
1095,
396
],
),
"table_chart_view": SymbolsMetadata(
popularity: 105,
codepoint: 0xf6ef,
categories: [12],
tags: [
1422,
1071,
1423,
517,
569,
373,
933,
81,
1467,
375,
8,
1430,
941,
1078,
382,
14765,
68,
385,
226,
1086,
586,
1427,
1428,
1459,
1460,
746,
955,
1473,
1095,
396,
476
],
),
"table_convert": SymbolsMetadata(
popularity: 21,
codepoint: 0xf3c7,
categories: [12],
tags: [
77,
2442,
15908,
3582,
1743,
933,
6434,
81,
15909,
6787,
6094,
1467,
313,
1580,
1430,
2819,
147,
15910,
903,
382,
15911,
385,
15912,
4112,
586,
15099,
1586,
1587,
2333,
3072,
4664,
179,
15913,
15914,
906,
1459,
1128,
1460,
2716,
955,
1473,
33,
512,
1485
],
),
"table_edit": SymbolsMetadata(
popularity: 37,
codepoint: 0xf3c6,
categories: [12],
tags: [
1250,
1743,
933,
1578,
1325,
81,
1633,
1467,
15915,
1430,
15916,
1252,
15917,
680,
488,
15918,
382,
1111,
385,
1641,
15919,
887,
92,
4516,
2626,
1459,
1460,
15920,
2716,
955,
1473,
15921,
2453,
1590,
1485
],
),
"table_eye": SymbolsMetadata(
popularity: 77,
codepoint: 0xf466,
categories: [12],
tags: [
1071,
4794,
373,
628,
81,
1467,
145,
1542,
8,
316,
5796,
1078,
382,
68,
385,
88,
1115,
630,
8398,
1061,
5009,
4798,
2899,
1127,
2008,
1460,
2716,
746,
1473,
396,
3630,
7511
],
),
"table_lamp": SymbolsMetadata(
popularity: 138,
codepoint: 0xe1f2,
categories: [10],
tags: [
15922,
3620,
4083,
6553,
15923,
3863,
3921,
3683,
4051,
3624,
1140,
1499,
4192,
4746,
2741,
9109,
3626,
13737,
5183,
5527,
492,
12040,
3687,
9110,
1947,
15924,
2162,
2404,
1473,
15925
],
),
"table_restaurant": SymbolsMetadata(
popularity: 913,
codepoint: 0xeac6,
categories: [8],
tags: [
1423,
4823,
15926,
15927,
1924,
3695,
15928,
3700,
11368,
4826,
15929,
4110,
3701,
4828,
4829,
2356,
6023,
3702,
4051,
4111,
3703,
7272,
11316,
1928,
12768,
1537,
15930,
1919,
1929,
6480,
1473
],
),
"table_rows": SymbolsMetadata(
popularity: 1972,
codepoint: 0xf101,
categories: [12],
tags: [
6785,
3515,
373,
81,
1467,
1430,
4802,
147,
83,
1078,
382,
916,
68,
385,
1470,
88,
92,
1734,
1427,
4132,
1428,
1459,
1151,
95,
1460,
2463,
955,
1473,
396
],
),
"table_rows_narrow": SymbolsMetadata(
popularity: 68,
codepoint: 0xf73f,
categories: [12],
tags: [
1739,
1071,
76,
3515,
517,
933,
81,
15931,
1467,
485,
8,
1430,
370,
382,
68,
385,
1470,
88,
2945,
91,
92,
2271,
1428,
1433,
1459,
71,
95,
1460,
746,
1473,
1464,
396
],
),
"table_view": SymbolsMetadata(
popularity: 1906,
codepoint: 0xf1be,
categories: [12],
tags: [
1466,
1250,
373,
933,
81,
4374,
8,
370,
381,
382,
579,
68,
385,
1470,
88,
4112,
2457,
91,
92,
6847,
1427,
2459,
1428,
1459,
3880,
1460,
433,
955,
1473,
6678,
6679,
396
],
),
"tablet": SymbolsMetadata(
popularity: 896,
codepoint: 0xe32f,
categories: [11],
tags: [
1246,
1247,
1132,
283,
519,
288,
44,
8,
378,
3097,
2537,
781,
348,
2538,
3777,
1110,
1253,
7179,
406,
262,
2539,
2890,
432,
410,
433,
525,
65,
333,
1518
],
),
"tablet_android": SymbolsMetadata(
popularity: 601,
codepoint: 0xe330,
categories: [11],
tags: [
1247,
1307,
1673,
501,
4800,
283,
1310,
254,
288,
44,
8,
2537,
2538,
1684,
3777,
1110,
1253,
138,
7179,
15932,
262,
15933,
2502,
1686,
2539,
432,
15934,
410,
31,
525,
65,
333
],
),
"tablet_camera": SymbolsMetadata(
popularity: 12,
codepoint: 0xf44d,
categories: [11],
tags: [
1246,
1247,
5089,
1673,
501,
40,
42,
193,
283,
288,
44,
2537,
3336,
2751,
2538,
1110,
1253,
7179,
53,
406,
262,
439,
57,
59,
62,
2539,
453,
440,
2459,
410,
5149,
1347,
525,
65,
37,
434,
333
],
),
"tablet_mac": SymbolsMetadata(
popularity: 956,
codepoint: 0xe331,
categories: [11],
tags: [
1246,
1247,
9942,
519,
288,
44,
8,
2537,
2538,
1110,
699,
1253,
7179,
1595,
7061,
262,
7220,
2539,
432,
1887,
410,
15935,
525,
15936,
65,
333
],
),
"tabs": SymbolsMetadata(
popularity: 46,
codepoint: 0xe9ee,
categories: [2],
tags: [
1673,
501,
15937,
4800,
2707,
485,
2143,
3046,
1680,
381,
1344,
259,
1082,
15938,
15939,
385,
262,
630,
14523,
325,
92,
5385,
3397,
271,
1122,
3356,
410,
7665,
5483,
2838,
509,
2463,
15940,
525,
12204,
1263,
15941,
141,
1348,
396,
333,
4822,
1186,
14449,
1187,
1229
],
),
"tactic": SymbolsMetadata(
popularity: 705,
codepoint: 0xf564,
categories: [3],
tags: [
1131,
1466,
77,
481,
4721,
3938,
2244,
375,
15942,
1164,
15943,
15944,
12867,
15945,
4724,
382,
5381,
385,
4112,
1118,
4726,
919,
3354,
1667,
1516,
13469,
906,
2543,
13426,
8691,
1151,
1152,
433,
5724,
955,
15946,
152,
1187
],
),
"tag": SymbolsMetadata(
popularity: 2903,
codepoint: 0xe9ef,
categories: [12],
tags: [
1673,
1178,
1694,
504,
2797,
9257,
2817,
2953,
1430,
3498,
147,
2918,
7455,
15947,
15948,
1112,
52,
174,
406,
1480,
22,
5010,
1586,
1587,
6701,
3505,
1539,
392,
7198,
593,
31,
182,
1429,
1691,
141,
907,
333
],
),
"takeout_dining": SymbolsMetadata(
popularity: 1093,
codepoint: 0xea74,
categories: [5],
tags: [
482,
3696,
1333,
4825,
2037,
3700,
11369,
4829,
2356,
15949,
15950,
14162,
2992,
4830,
3703,
15951,
15952,
15953,
91,
432,
1537,
15954,
15955,
8552,
4116,
15956,
15957,
6335
],
),
"tamper_detection_off": SymbolsMetadata(
popularity: 83,
codepoint: 0xe82e,
categories: [8],
tags: [
2601,
1360,
1051,
6312,
1235,
5921,
288,
1162,
868,
11600,
87,
1778,
15958,
1143,
1059,
5949,
15959,
1574,
15960,
705,
1036,
8053,
15961,
1575,
15962,
1067,
1292,
15963,
15964,
15965,
1068,
206
],
),
"tamper_detection_on": SymbolsMetadata(
popularity: 117,
codepoint: 0xf8c8,
categories: [10],
tags: [
749,
1360,
40,
81,
3953,
5487,
1055,
1140,
68,
3186,
1778,
1056,
4258,
1143,
1061,
5822,
1034,
3187,
1574,
3189,
3190,
1774,
1036,
1575,
291,
5115,
1093,
15966,
206
],
),
"tap_and_play": SymbolsMetadata(
popularity: 392,
codepoint: 0xe62b,
categories: [11],
tags: [
1246,
15967,
2021,
4275,
1250,
1073,
284,
254,
6276,
2054,
288,
1110,
1253,
259,
262,
15968,
15969,
265,
267,
6309,
271,
2509,
2027,
2028,
5439,
1528,
2030,
273,
290,
1701,
2130,
454,
411,
525,
1792,
15970,
65,
97,
1713,
526,
4778,
277,
278
],
),
"tapas": SymbolsMetadata(
popularity: 412,
codepoint: 0xf1e9,
categories: [16],
tags: [
15971,
15972,
3390,
4668,
3694,
6129,
5583,
628,
2279,
15973,
15974,
4110,
781,
13385,
2356,
11661,
384,
3394,
4111,
406,
2581,
15975,
3396,
1686,
3071,
15976,
3778,
2890,
1537,
2147,
3709,
3398,
15977,
15978,
10739,
15979
],
),
"target": SymbolsMetadata(
popularity: 2199,
codepoint: 0xe719,
categories: [6],
tags: [
5518,
7545,
15980,
5522,
15981,
3478,
15982,
6584,
308,
193,
5520,
1746,
5796,
1749,
15983,
15369,
51,
323,
1166,
17,
5490,
2331,
328,
8839,
14028,
15984,
762,
2822,
4900,
1540,
1227,
15800
],
),
"task": SymbolsMetadata(
popularity: 6999,
codepoint: 0xf075,
categories: [12],
tags: [
2661,
3091,
1658,
1660,
482,
1661,
5599,
3092,
1662,
463,
2689,
81,
1580,
1430,
1664,
1678,
147,
1681,
1682,
88,
1029,
1166,
1583,
1480,
616,
1666,
92,
1586,
1587,
1667,
1668,
759,
1516,
1370,
1168,
362,
1588,
4519,
433,
1517,
1669,
3101,
2336,
1576,
1671,
1485,
1672
],
),
"task_alt": SymbolsMetadata(
popularity: 14929,
codepoint: 0xe2e6,
categories: [6],
tags: [
3,
2666,
1658,
2685,
1660,
1661,
5600,
3092,
1662,
193,
463,
1663,
2669,
4489,
1664,
8483,
2671,
13,
1166,
1666,
6693,
1668,
759,
8967,
362,
8233,
291,
245,
1517,
1669,
2336,
4821,
1576,
1672
],
),
"taunt": SymbolsMetadata(
popularity: 113,
codepoint: 0xf69f,
categories: [3],
tags: [
690,
568,
570,
2728,
7210,
572,
15985,
283,
6176,
1475,
11686,
1476,
4845,
5570,
15986,
2732,
15987,
2696,
581,
583,
11614,
589,
9480,
15988,
1295,
15989,
594,
1484,
1296,
15990,
15991,
5576,
2239
],
),
"taxi_alert": SymbolsMetadata(
popularity: 407,
codepoint: 0xef74,
categories: [14],
tags: [
3109,
1359,
1360,
1361,
1810,
11442,
1812,
1813,
691,
1365,
313,
2039,
2720,
1366,
4701,
1367,
2722,
11443,
1534,
1166,
583,
1183,
616,
2725,
2046,
2047,
3300,
1626,
652,
273,
31,
5354,
1628,
900,
1629,
332,
1691,
11444,
1836,
206,
10291
],
),
"team_dashboard": SymbolsMetadata(
popularity: 1520,
codepoint: 0xe013,
categories: [12],
tags: [
2513,
1071,
5379,
373,
571,
1425,
81,
1078,
579,
15992,
68,
1029,
582,
18,
4258,
5030,
588,
648,
15993,
759,
1516,
1428,
5483,
433,
746,
3074,
1517,
597,
15994,
15995,
7396,
602
],
),
"temp_preferences_eco": SymbolsMetadata(
popularity: 708,
codepoint: 0xf8ca,
categories: [10],
tags: [
1739,
840,
1776,
685,
345,
845,
1236,
6223,
7777,
3479,
3683,
1844,
1777,
2357,
1848,
1140,
1849,
2361,
2362,
1826,
1143,
70,
2364,
1827,
921,
15996,
15997,
151,
71,
2317,
7155,
858,
2893,
2070,
859
],
),
"temple_buddhist": SymbolsMetadata(
popularity: 292,
codepoint: 0xeab3,
categories: [5],
tags: [
1496,
7906,
11058,
15998,
15999,
16000,
929,
16001,
16002,
5464,
5182,
3296,
323,
16003,
2790,
16004,
327,
5785,
5186,
5789,
16005,
5188,
955,
5791,
3303,
6127,
332,
5194
],
),
"temple_hindu": SymbolsMetadata(
popularity: 267,
codepoint: 0xeaaf,
categories: [5],
tags: [
5457,
1496,
11058,
929,
4527,
312,
137,
16006,
16007,
16008,
16009,
138,
5182,
384,
6734,
3296,
16010,
2790,
289,
12138,
5784,
5186,
5786,
5787,
392,
5188,
9171,
955,
31,
5791,
3303,
6127,
332,
5194
],
),
"tenancy": SymbolsMetadata(
popularity: 1619,
codepoint: 0xf0e3,
categories: [9],
tags: [
1495,
2440,
2552,
1496,
929,
574,
1073,
2444,
81,
5460,
1498,
16011,
1140,
1499,
2557,
16012,
5352,
5527,
10353,
1500,
16013,
1501,
4152,
4159,
16014,
1503,
1504,
955,
1505,
16015,
16016,
1506
],
),
"terminal": SymbolsMetadata(
popularity: 5671,
codepoint: 0xeb8e,
categories: [6],
tags: [
12521,
1757,
6000,
501,
1102,
2218,
16017,
16018,
519,
1310,
5987,
1312,
1313,
6001,
16019,
1107,
3658,
1122,
1123,
5591,
432,
16020,
3325,
509,
1093,
1297,
65,
1317,
2176,
10002,
1187
],
),
"text_ad": SymbolsMetadata(
popularity: 128,
codepoint: 0xe728,
categories: [12],
tags: [
1175,
16021,
1176,
1177,
1178,
482,
1784,
5926,
283,
5084,
7030,
1580,
1430,
147,
348,
52,
1182,
583,
289,
1586,
16022,
1184,
432,
1185,
16023,
16024,
433,
33,
1262,
16025,
7216,
16026,
740,
1485
],
rtlAutoMirrored: true,
),
"text_compare": SymbolsMetadata(
popularity: 118,
codepoint: 0xf3c5,
categories: [12],
tags: [
2149,
2150,
2442,
2989,
6165,
1661,
1102,
3712,
3761,
4739,
81,
6193,
1580,
1430,
2143,
1678,
680,
147,
1680,
1681,
1682,
1330,
1585,
1586,
1587,
2215,
16027,
3503,
1737,
1738,
1588,
6197,
4519,
16028,
765,
33,
16029,
394,
3664,
7234,
1485
],
rtlAutoMirrored: true,
),
"text_decrease": SymbolsMetadata(
popularity: 464,
codepoint: 0xeadd,
categories: [12],
tags: [
4990,
1174,
862,
4,
5,
2884,
16030,
16031,
12,
9491,
11608,
15,
16,
1255,
2890,
5920,
16032,
1224,
2222,
391,
16033,
2922,
16034,
298,
1261,
4999,
31,
33,
9494,
16035,
35,
338,
16036
],
),
"text_fields": SymbolsMetadata(
popularity: 2754,
codepoint: 0xe262,
categories: [12],
tags: [
9355,
745,
16037,
4,
809,
10295,
482,
5,
1578,
345,
1788,
1633,
1430,
16038,
7828,
16039,
1431,
1820,
7680,
12,
488,
1111,
1327,
1344,
1113,
16,
1470,
328,
823,
31,
33,
7216,
16040,
35,
3659,
7548,
4651,
3066,
1485
],
),
"text_fields_alt": SymbolsMetadata(
popularity: 109,
codepoint: 0xe9f1,
categories: [12],
tags: [
3418,
4,
2388,
1591,
2390,
482,
2847,
5,
403,
628,
1788,
1430,
1252,
2155,
1820,
7680,
12,
488,
2156,
1111,
10300,
16,
1470,
2159,
31,
33,
35,
3659,
1173,
9341,
1485
],
),
"text_format": SymbolsMetadata(
popularity: 806,
codepoint: 0xe165,
categories: [12],
tags: [
2149,
2150,
4,
2442,
5,
403,
628,
1430,
1252,
680,
147,
12,
370,
2156,
15,
16,
1470,
2159,
6438,
9354,
16041,
2162,
31,
33,
2176,
35,
6750,
338,
2203,
1485,
9420
],
),
"text_increase": SymbolsMetadata(
popularity: 809,
codepoint: 0xeae2,
categories: [12],
tags: [
231,
862,
745,
1739,
4,
5,
1430,
2340,
914,
12,
1326,
235,
15,
16,
887,
1586,
239,
8399,
2222,
391,
71,
298,
31,
33,
35,
338,
396,
7062,
2337
],
),
"text_rotate_up": SymbolsMetadata(
popularity: 110,
codepoint: 0xe93a,
categories: [12],
tags: [
3418,
2212,
4,
76,
77,
5,
403,
6617,
628,
345,
2936,
313,
1430,
1252,
1820,
1077,
12,
370,
9445,
9390,
385,
16,
1750,
507,
2159,
329,
470,
472,
31,
33,
512,
513,
35,
338,
1702,
9341,
1485
],
),
"text_rotate_vertical": SymbolsMetadata(
popularity: 169,
codepoint: 0xe93b,
categories: [12],
tags: [
3418,
2150,
4,
76,
77,
502,
9062,
16042,
5,
313,
1430,
2970,
2819,
2578,
7828,
2155,
1820,
5096,
12,
2156,
4483,
385,
16,
1470,
1750,
507,
470,
31,
33,
512,
4953,
35,
338,
98,
1464,
2180,
1485
],
),
"text_rotation_angledown": SymbolsMetadata(
popularity: 114,
codepoint: 0xe93c,
categories: [12],
tags: [
3418,
9345,
2149,
2150,
4,
500,
16043,
77,
11550,
5,
2953,
1430,
2153,
2578,
16044,
7828,
1820,
147,
12,
16,
16045,
1750,
507,
1586,
470,
471,
31,
33,
9418,
9525,
2178,
16046,
35,
338,
2180,
6628,
1485
],
),
"text_rotation_angleup": SymbolsMetadata(
popularity: 130,
codepoint: 0xe93d,
categories: [12],
tags: [
3418,
2212,
4,
500,
16047,
76,
77,
5,
2279,
485,
313,
1430,
1252,
1820,
12,
2156,
385,
15,
16,
1641,
1750,
507,
470,
471,
16048,
31,
33,
510,
512,
35,
338,
1702,
3021,
1485
],
),
"text_rotation_down": SymbolsMetadata(
popularity: 117,
codepoint: 0xe93e,
categories: [12],
tags: [
3418,
1739,
4,
77,
5,
313,
1430,
16049,
2819,
1252,
1820,
147,
12,
370,
699,
385,
15,
16,
1641,
1750,
507,
328,
470,
471,
31,
33,
512,
35,
338,
1464,
9341
],
),
"text_rotation_none": SymbolsMetadata(
popularity: 155,
codepoint: 0xe93f,
categories: [12],
tags: [
3418,
2150,
4,
77,
482,
5,
628,
1430,
1820,
147,
12,
699,
385,
16,
1750,
6510,
507,
1586,
1587,
432,
470,
471,
1588,
433,
2823,
31,
33,
35,
14917,
1464
],
),
"text_select_end": SymbolsMetadata(
popularity: 25,
codepoint: 0xf73e,
categories: [12],
tags: [
10295,
16050,
1788,
2394,
754,
1633,
1430,
1252,
680,
2155,
16051,
16052,
370,
1139,
1111,
1167,
14516,
363,
16053,
10302,
2176,
8581,
10718,
10002,
16054,
16055,
3659,
2180,
1590,
1485
],
),
"text_select_jump_to_beginning": SymbolsMetadata(
popularity: 15,
codepoint: 0xf73d,
categories: [12],
tags: [
77,
2443,
1423,
2194,
2827,
345,
1788,
2394,
2266,
1430,
2155,
7739,
147,
1908,
370,
6508,
6654,
2197,
87,
323,
406,
1750,
1624,
1586,
1167,
329,
2833,
2834,
2852,
362,
363,
6214,
2130,
33,
1263,
1590,
1485
],
),
"text_select_jump_to_end": SymbolsMetadata(
popularity: 14,
codepoint: 0xf73c,
categories: [12],
tags: [
77,
1788,
2394,
2266,
1430,
2155,
2127,
147,
5596,
370,
916,
6654,
2831,
87,
468,
325,
329,
906,
1700,
362,
363,
33,
2164,
3659,
3729,
1590,
1485
],
),
"text_select_move_back_character": SymbolsMetadata(
popularity: 9,
codepoint: 0xf73b,
categories: [12],
tags: [
748,
77,
2443,
2847,
5,
1103,
345,
1788,
2394,
754,
2266,
313,
1252,
2155,
370,
1108,
51,
1111,
1327,
2197,
5612,
87,
1750,
7596,
2940,
325,
1167,
329,
362,
363,
31,
33,
3659,
3729,
1590,
1485
],
),
"text_select_move_back_word": SymbolsMetadata(
popularity: 18,
codepoint: 0xf73a,
categories: [12],
tags: [
77,
2443,
3657,
2847,
1788,
2153,
6602,
370,
10940,
1113,
2197,
5612,
8535,
1167,
16056,
363,
10302,
2164,
10951,
10002,
16054,
16057,
16058,
3659,
16059,
16060,
2841,
10720,
16061
],
),
"text_select_move_down": SymbolsMetadata(
popularity: 17,
codepoint: 0xf739,
categories: [12],
tags: [
1739,
501,
77,
628,
345,
1788,
1430,
2819,
4632,
2904,
1252,
2155,
1164,
370,
4633,
51,
1344,
87,
174,
1750,
2159,
1167,
329,
4664,
2271,
2222,
362,
363,
509,
31,
33,
511
],
),
"text_select_move_forward_character": SymbolsMetadata(
popularity: 28,
codepoint: 0xf738,
categories: [12],
tags: [
77,
16062,
2847,
16063,
16064,
1788,
2394,
2266,
1633,
680,
370,
903,
1111,
16065,
2874,
16066,
1167,
906,
1700,
362,
363,
10302,
2176,
16067,
16068,
16055,
3659,
16060,
2180,
1590,
1485
],
),
"text_select_move_forward_word": SymbolsMetadata(
popularity: 18,
codepoint: 0xf737,
categories: [12],
tags: [
2926,
77,
2847,
403,
1788,
1430,
680,
2155,
370,
903,
4483,
51,
1111,
87,
1750,
2874,
325,
905,
1167,
759,
906,
1700,
363,
8022,
2932,
31,
33,
16055,
3659,
9341,
10720,
1485
],
),
"text_select_move_up": SymbolsMetadata(
popularity: 13,
codepoint: 0xf736,
categories: [12],
tags: [
1739,
76,
77,
3016,
313,
1430,
2155,
3017,
147,
370,
2156,
2214,
87,
2985,
1641,
1750,
91,
2159,
329,
2934,
362,
363,
6214,
33,
512,
35,
1702,
3021,
1464,
1485
],
),
"text_select_start": SymbolsMetadata(
popularity: 44,
codepoint: 0xf735,
categories: [12],
tags: [
1131,
2194,
403,
8991,
628,
1788,
2394,
754,
81,
1430,
1252,
680,
1908,
370,
1139,
6508,
1111,
2326,
1166,
2159,
16069,
328,
329,
1148,
362,
363,
1201,
2130,
6439,
33,
338,
9341,
1590,
1485
],
),
"text_snippet": SymbolsMetadata(
popularity: 2441,
codepoint: 0xf1c6,
categories: [12],
tags: [
2442,
5,
283,
628,
81,
1580,
1430,
3068,
5755,
147,
7066,
68,
5226,
15,
3394,
1480,
1585,
3638,
4729,
1147,
9717,
2735,
9480,
2890,
1428,
1151,
1152,
5997,
1690,
3074,
33,
338,
6628,
1485
],
rtlAutoMirrored: true,
),
"text_to_speech": SymbolsMetadata(
popularity: 1058,
codepoint: 0xf1bc,
categories: [0],
tags: [
862,
10196,
16070,
1268,
10200,
283,
1273,
16071,
1430,
16072,
16073,
147,
5226,
9699,
1301,
16074,
3324,
16075,
3381,
2890,
1293,
2069,
4846,
1294,
594,
1296,
9548,
33,
3382,
16076,
16077,
16078,
1298,
554,
3331,
1485
],
rtlAutoMirrored: true,
),
"text_up": SymbolsMetadata(
popularity: 2,
codepoint: 0xf49e,
categories: [12],
tags: [
747,
3418,
1739,
2150,
4,
77,
6242,
16079,
6703,
16080,
2847,
5,
313,
1430,
1252,
2155,
370,
4483,
1111,
1113,
16,
6956,
1641,
2875,
325,
2159,
2921,
329,
2880,
392,
6214,
31,
33,
16081,
1691,
35,
3659,
16082,
3945,
1702,
12680,
1485
],
),
"texture": SymbolsMetadata(
popularity: 696,
codepoint: 0xe421,
categories: [1],
tags: [
480,
4593,
3515,
16083,
16084,
43,
2953,
487,
2219,
83,
1665,
1822,
382,
16085,
916,
2144,
1470,
4194,
16086,
2753,
1734,
3354,
16087,
4757,
682,
3608,
2162,
393,
16088,
3587,
3330,
476
],
),
"texture_add": SymbolsMetadata(
popularity: 14,
codepoint: 0xf57c,
categories: [1],
tags: [
231,
745,
1739,
3515,
6404,
1325,
1235,
1236,
485,
2953,
1252,
487,
1164,
83,
137,
49,
2144,
1470,
4194,
1641,
887,
2753,
3354,
239,
150,
71,
3608,
393,
3587,
16089,
3357,
476
],
),
"texture_minus": SymbolsMetadata(
popularity: 14,
codepoint: 0xf57b,
categories: [1],
tags: [
4990,
1739,
3515,
504,
345,
2884,
1210,
485,
2953,
1105,
1252,
1164,
490,
382,
49,
11608,
1470,
1255,
1641,
3354,
5920,
1224,
392,
2716,
3608,
1261,
3587,
3357,
511,
476
],
),
"theater_comedy": SymbolsMetadata(
popularity: 1542,
codepoint: 0xea66,
categories: [5],
tags: [
6102,
1592,
6105,
16090,
6109,
4527,
6110,
6111,
781,
10,
577,
346,
8430,
137,
1610,
138,
384,
5496,
6119,
6120,
354,
3079,
648,
16091,
2558,
2509,
390,
12081,
2008,
1616,
6121,
6122,
31,
3347,
6124,
6126,
16092,
2080
],
),
"theaters": SymbolsMetadata(
popularity: 1433,
codepoint: 0xe8da,
categories: [15],
tags: [
16093,
344,
1523,
16094,
781,
216,
346,
16095,
6254,
406,
354,
3341,
11343,
648,
2509,
408,
681,
5171,
432,
2511,
2543,
16096,
4342,
2008,
16097,
433,
454,
3347,
16098,
37,
396,
2080
],
),
"thermometer": SymbolsMetadata(
popularity: 1576,
codepoint: 0xe846,
categories: [8],
tags: [
7153,
840,
841,
842,
844,
14168,
1844,
7154,
14866,
3870,
697,
3027,
138,
51,
4840,
4174,
17,
894,
3473,
814,
1143,
289,
4179,
1339,
1170,
31,
7155,
858,
2893,
2070,
3828,
859
],
),
"thermometer_add": SymbolsMetadata(
popularity: 42,
codepoint: 0xf582,
categories: [8],
tags: [
231,
745,
7153,
373,
840,
841,
1325,
81,
464,
7154,
14866,
3870,
1078,
697,
892,
3027,
51,
1111,
4840,
4805,
17,
894,
3473,
4258,
1143,
887,
239,
453,
7155,
858,
2893,
2070,
511,
1429,
859
],
),
"thermometer_gain": SymbolsMetadata(
popularity: 65,
codepoint: 0xf6d8,
categories: [8],
tags: [
231,
745,
690,
3801,
7153,
840,
288,
7154,
14866,
2886,
2888,
9882,
697,
3027,
3458,
3029,
235,
51,
4840,
792,
17,
894,
8067,
3473,
4258,
1143,
887,
239,
2422,
391,
64,
7155,
858,
2893,
2070,
1464,
3828,
859
],
),
"thermometer_loss": SymbolsMetadata(
popularity: 31,
codepoint: 0xf6d7,
categories: [8],
tags: [
1360,
690,
3801,
7153,
840,
841,
844,
2884,
14168,
2904,
7154,
8476,
14866,
2886,
697,
892,
3027,
3458,
51,
6807,
1953,
17,
894,
8067,
3473,
1255,
1143,
1224,
4415,
391,
4179,
2384,
1261,
7155,
858,
2893,
2070,
3828,
206,
859
],
),
"thermometer_minus": SymbolsMetadata(
popularity: 11,
codepoint: 0xf581,
categories: [8],
tags: [
4990,
7153,
840,
841,
844,
2884,
464,
1210,
7154,
14866,
3870,
697,
3027,
51,
792,
87,
5266,
17,
894,
3473,
1255,
1143,
492,
8181,
1224,
898,
1261,
31,
7155,
858,
2893,
2070,
16099,
859
],
),
"thermostat": SymbolsMetadata(
popularity: 2195,
codepoint: 0xf076,
categories: [4],
tags: [
2212,
2125,
840,
345,
844,
845,
288,
3683,
5868,
2888,
3870,
3027,
1848,
3173,
1849,
226,
3473,
630,
14232,
151,
1898,
858,
16100,
2893,
2070,
3375,
859
],
rtlAutoMirrored: true,
),
"thermostat_arrow_down": SymbolsMetadata(
popularity: 16,
codepoint: 0xf37a,
categories: [2],
tags: [
1739,
77,
2125,
3801,
840,
841,
1877,
345,
16101,
845,
2884,
8,
2819,
2888,
3870,
1848,
1849,
51,
792,
5266,
17,
8067,
325,
5920,
64,
71,
1898,
1093,
858,
2070,
1702,
16102,
859
],
),
"thermostat_arrow_up": SymbolsMetadata(
popularity: 10,
codepoint: 0xf379,
categories: [2],
tags: [
1739,
77,
6242,
840,
5255,
345,
288,
1400,
2819,
2888,
3870,
1848,
3173,
1849,
235,
51,
792,
226,
3473,
325,
1167,
64,
71,
1898,
858,
16103,
2893,
2070,
1702,
3021,
16102,
3035,
859
],
),
"thermostat_auto": SymbolsMetadata(
popularity: 251,
codepoint: 0xf077,
categories: [8],
tags: [
3418,
2212,
1859,
2425,
3349,
2125,
7153,
193,
840,
1877,
345,
845,
288,
1400,
1844,
7154,
3870,
1848,
3173,
1849,
51,
3473,
642,
1167,
64,
71,
1898,
1093,
7155,
858,
2893,
2070,
859
],
),
"thermostat_carbon": SymbolsMetadata(
popularity: 191,
codepoint: 0xf178,
categories: [8],
tags: [
2212,
838,
2125,
929,
193,
840,
1877,
345,
845,
1400,
3479,
3683,
1844,
3870,
3027,
1848,
3173,
1499,
1849,
51,
1470,
1167,
2890,
64,
151,
1898,
858,
2893,
2070
],
),
"things_to_do": SymbolsMetadata(
popularity: 147,
codepoint: 0xeb2a,
categories: [5],
tags: [
748,
3091,
1496,
482,
929,
6703,
1661,
5600,
3092,
463,
3116,
7403,
2556,
4495,
8960,
1367,
3112,
1376,
3296,
88,
1029,
1166,
16104,
586,
289,
2594,
3488,
1668,
759,
2559,
1370,
1168,
433,
291,
1517,
10367,
1713,
1670,
1095,
3115
],
),
"thread_unread": SymbolsMetadata(
popularity: 58,
codepoint: 0xf4f9,
categories: [7],
tags: [
1359,
1360,
570,
193,
572,
283,
1475,
2732,
7613,
1746,
2786,
378,
3570,
1790,
2696,
8431,
2698,
51,
583,
353,
16105,
16106,
2592,
16107,
616,
16108,
1259,
1368,
2594,
16109,
328,
1370,
1482,
7616,
5075,
6439,
9800,
16110,
2597,
10661,
830
],
),
"threat_intelligence": SymbolsMetadata(
popularity: 666,
codepoint: 0xeaed,
categories: [7],
tags: [
1360,
1422,
4396,
6027,
12511,
1310,
12522,
13181,
13182,
16111,
81,
3953,
44,
16112,
4412,
68,
2468,
16113,
13184,
4258,
267,
6808,
1574,
4415,
1036,
1575,
1292,
5115,
65,
4418,
2387,
11492,
206
],
),
"thumb_down": SymbolsMetadata(
popularity: 5697,
codepoint: 0xe8db,
categories: [3],
tags: [
16114,
1208,
16115,
2670,
10213,
2819,
3498,
1479,
2695,
2696,
2698,
15741,
2076,
16116,
1613,
4272,
14602,
3271,
2974,
6522,
795,
203,
9645,
5040,
5172,
3564,
16117,
10219,
10220,
3753,
16118
],
),
"thumb_up": SymbolsMetadata(
popularity: 23090,
codepoint: 0xe8dc,
categories: [3],
tags: [
4098,
2664,
1658,
504,
684,
4489,
16119,
345,
16120,
10282,
3498,
1479,
2695,
2696,
4032,
2698,
15741,
10059,
2076,
51,
1613,
355,
242,
358,
6522,
795,
359,
203,
2383,
11535,
363,
1528,
243,
3564,
13837,
1702,
3753,
1672
],
),
"thumbnail_bar": SymbolsMetadata(
popularity: 24,
codepoint: 0xf734,
categories: [12],
tags: [
1342,
1423,
4800,
5733,
1197,
628,
345,
81,
8,
3361,
1343,
137,
699,
2508,
385,
88,
406,
325,
57,
2146,
9717,
3505,
363,
2947,
2315,
989,
2465,
141,
396,
476,
1187
],
),
"thumbs_up_down": SymbolsMetadata(
popularity: 2335,
codepoint: 0xe8dd,
categories: [3],
tags: [
2664,
2666,
3761,
4739,
2990,
313,
16115,
10213,
2819,
3498,
1479,
1790,
2695,
2696,
15741,
16121,
2076,
8618,
1613,
4272,
13776,
242,
359,
203,
5172,
3503,
243,
1619,
3564,
13836,
16117,
13837,
1702,
3753
],
),
"thunderstorm": SymbolsMetadata(
popularity: 1975,
codepoint: 0xebdb,
categories: [3],
tags: [
1360,
1875,
10045,
3934,
840,
1676,
5941,
1365,
3921,
2888,
3936,
3967,
16122,
5860,
9154,
1826,
10047,
5943,
16123,
13723,
16124,
14709,
1994,
4393,
3990,
16125,
206,
859,
13727
],
),
"tibia": SymbolsMetadata(
popularity: 215,
codepoint: 0xf89b,
categories: [3],
tags: [
3546,
16126,
8603,
4165,
690,
4119,
8606,
375,
3097,
697,
892,
581,
1525,
8610,
4427,
3099,
1941,
16127,
894,
1768,
8612,
10487,
9763,
4178,
4179,
8615,
955,
4390,
31,
16128
],
),
"tibia_alt": SymbolsMetadata(
popularity: 174,
codepoint: 0xf89c,
categories: [3],
tags: [
3546,
16126,
4165,
690,
4119,
8606,
2375,
3119,
8607,
16129,
8617,
697,
892,
1764,
8618,
3140,
1525,
8610,
3099,
1941,
8611,
16127,
894,
7024,
1768,
12810,
9763,
4179,
5977,
16130,
8614,
8615,
16128,
8620
],
),
"tile_large": SymbolsMetadata(
popularity: 15,
codepoint: 0xf3c3,
categories: [2],
tags: [
1673,
9935,
1466,
481,
2263,
930,
3938,
2707,
16131,
1425,
4374,
485,
8,
1164,
370,
382,
9938,
1344,
16132,
385,
4726,
586,
3354,
1427,
432,
1428,
410,
1151,
392,
2838,
433,
955,
3357,
2717,
141,
1348,
396,
333,
1186,
5011,
1187
],
),
"tile_medium": SymbolsMetadata(
popularity: 14,
codepoint: 0xf3c2,
categories: [2],
tags: [
1673,
9935,
1131,
1466,
481,
2263,
482,
1195,
3938,
2707,
628,
1425,
81,
485,
8,
1164,
382,
1198,
68,
1344,
385,
3878,
4726,
586,
919,
16133,
1427,
432,
410,
1151,
16134,
2838,
433,
955,
3357,
2717,
141,
1348,
396,
476,
333,
1186,
1187
],
),
"tile_small": SymbolsMetadata(
popularity: 27,
codepoint: 0xf3c1,
categories: [2],
tags: [
1673,
9935,
76,
481,
2263,
930,
1195,
1197,
6037,
3938,
2707,
1425,
485,
8,
1164,
370,
1343,
382,
579,
1344,
1376,
385,
88,
4726,
3353,
92,
919,
1427,
410,
1151,
2838,
1956,
433,
955,
989,
3357,
2717,
141,
1348,
396,
333,
1186,
1187
],
),
"time_auto": SymbolsMetadata(
popularity: 485,
codepoint: 0xf0e4,
categories: [6],
tags: [
1174,
1739,
2212,
1359,
1360,
4,
77,
2425,
16135,
3349,
2125,
1362,
193,
1159,
685,
345,
1400,
868,
2091,
1055,
216,
1108,
2076,
3462,
138,
16,
3465,
642,
616,
355,
16136,
11469,
13384,
151,
71,
1292,
1226,
2814,
31,
1171,
1172,
2080
],
),
"timelapse": SymbolsMetadata(
popularity: 2302,
codepoint: 0xe422,
categories: [1],
tags: [
8532,
2212,
77,
40,
42,
193,
1159,
6617,
345,
2091,
487,
1165,
346,
16137,
757,
406,
353,
57,
59,
408,
440,
151,
275,
15268,
1171,
14701,
1172,
37,
434
],
),
"timeline": SymbolsMetadata(
popularity: 4037,
codepoint: 0xe922,
categories: [9],
tags: [
373,
4801,
81,
5028,
375,
1105,
2091,
4803,
1077,
489,
2077,
1623,
87,
16138,
468,
2800,
1625,
3487,
328,
851,
16139,
759,
2928,
7275,
1168,
94,
6419,
4964,
2465,
1095,
6640,
3760,
7196
],
),
"timer": SymbolsMetadata(
popularity: 12299,
codepoint: 0xe425,
categories: [1],
tags: [
1359,
1360,
2072,
1362,
10322,
462,
1159,
2074,
2075,
16140,
16141,
868,
2091,
1055,
10,
16142,
2698,
16143,
17,
16144,
616,
1167,
1370,
2113,
330,
16145,
1168,
16146,
275,
2814,
1171,
11473,
3468,
1172,
2080
],
),
"timer_10": SymbolsMetadata(
popularity: 228,
codepoint: 0xe423,
categories: [1],
tags: [
38,
1359,
1360,
1362,
40,
193,
462,
1159,
345,
2074,
2118,
1400,
45,
868,
2091,
1055,
3462,
17,
352,
3465,
616,
21,
16147,
22,
57,
440,
1370,
1168,
360,
361,
151,
2814,
32,
1171,
1172,
37,
2080
],
),
"timer_10_alt_1": SymbolsMetadata(
popularity: 482,
codepoint: 0xefbf,
categories: [6],
tags: [
38,
9565,
1359,
1360,
4,
2072,
1362,
40,
5,
193,
1159,
4205,
2074,
16148,
2075,
1400,
7,
868,
2091,
1055,
10,
12,
2698,
3463,
16,
87,
17,
616,
22,
1167,
27,
13384,
361,
362,
3519,
2814,
31,
32,
9574,
33,
1171,
1172,
2815,
2080,
16149
],
),
"timer_10_select": SymbolsMetadata(
popularity: 205,
codepoint: 0xf07a,
categories: [4],
tags: [
38,
2212,
4,
4936,
40,
5,
193,
1159,
345,
2074,
7,
44,
2091,
12,
16,
226,
21,
22,
355,
289,
358,
361,
362,
151,
1226,
31,
32,
33,
1171,
1172,
35
],
),
"timer_3": SymbolsMetadata(
popularity: 210,
codepoint: 0xe424,
categories: [1],
tags: [
75,
193,
1159,
345,
2074,
7,
45,
2091,
1165,
3463,
10419,
226,
3466,
21,
22,
149,
289,
3106,
453,
330,
361,
392,
275,
2130,
1226,
2814,
551,
1171,
1172,
2148
],
),
"timer_3_alt_1": SymbolsMetadata(
popularity: 442,
codepoint: 0xefc0,
categories: [6],
tags: [
75,
748,
1359,
1360,
1591,
1362,
193,
1159,
345,
80,
2074,
16148,
2118,
45,
868,
2091,
1055,
2870,
3463,
87,
226,
616,
11519,
16150,
22,
15275,
3487,
330,
361,
2814,
2122,
551,
1171,
1172,
2815,
3664,
2080
],
),
"timer_3_select": SymbolsMetadata(
popularity: 140,
codepoint: 0xf07b,
categories: [4],
tags: [
75,
4,
40,
5,
450,
10322,
193,
1159,
345,
80,
2074,
2118,
7,
2091,
216,
12,
1108,
3463,
16,
17,
21,
22,
355,
3201,
330,
361,
362,
151,
2814,
31,
33,
551,
1171,
1172,
511,
35,
3375
],
),
"timer_5": SymbolsMetadata(
popularity: 37,
codepoint: 0xf4b1,
categories: [4],
tags: [
676,
1359,
1360,
1362,
4801,
193,
1159,
4205,
2074,
2118,
45,
2091,
1055,
16151,
667,
5383,
550,
17,
10231,
616,
6529,
22,
289,
3488,
1668,
27,
1035,
1168,
361,
3519,
16152,
2814,
551,
1171,
13907,
1172,
16153,
2080
],
),
"timer_5_shutter": SymbolsMetadata(
popularity: 14,
codepoint: 0xf4b2,
categories: [4],
tags: [
676,
504,
40,
42,
1159,
345,
2074,
2118,
7,
45,
2091,
667,
138,
49,
3463,
406,
21,
22,
57,
1346,
59,
62,
360,
361,
16154,
151,
1347,
31,
1171,
2131,
1172
],
),
"timer_arrow_down": SymbolsMetadata(
popularity: 37,
codepoint: 0xf378,
categories: [2],
tags: [
1359,
1360,
2072,
77,
1362,
1159,
2074,
2884,
8364,
16031,
868,
2819,
2091,
1055,
10,
5464,
3486,
11608,
550,
226,
325,
616,
2800,
8181,
1370,
2836,
1168,
2922,
2814,
2122,
1171,
1172,
1702,
2080
],
),
"timer_arrow_up": SymbolsMetadata(
popularity: 22,
codepoint: 0xf377,
categories: [2],
tags: [
12106,
16155,
1359,
1360,
77,
1362,
504,
193,
1159,
345,
2074,
868,
2819,
2091,
1055,
1335,
137,
5887,
138,
235,
6887,
2870,
17,
3466,
325,
616,
355,
759,
1168,
361,
151,
275,
2814,
31,
1171,
1172,
1702,
476,
2080
],
),
"timer_off": SymbolsMetadata(
popularity: 680,
codepoint: 0xe426,
categories: [1],
tags: [
1359,
16156,
2084,
1360,
1362,
1208,
16157,
193,
1159,
16158,
16159,
16160,
2074,
6838,
1162,
16161,
868,
2091,
1055,
17,
2095,
16162,
16163,
616,
1059,
1061,
1224,
16164,
8389,
1168,
1067,
1226,
2104,
16165,
16166,
1171,
16167,
16168,
8216,
1172,
16169,
16170,
16171,
2080,
3992
],
),
"timer_pause": SymbolsMetadata(
popularity: 44,
codepoint: 0xf4bb,
categories: [6],
tags: [
1359,
1360,
1362,
2117,
193,
1159,
345,
1745,
2074,
2118,
868,
2091,
1055,
11999,
3378,
2480,
16172,
17,
406,
407,
686,
1707,
616,
1734,
1223,
2594,
2460,
1226,
2814,
12719,
16173,
1171,
1172,
16174,
2815,
16175,
37,
766,
2080
],
),
"timer_play": SymbolsMetadata(
popularity: 43,
codepoint: 0xf4ba,
categories: [6],
tags: [
1359,
1360,
77,
6346,
1362,
10322,
193,
16176,
1159,
902,
345,
1745,
16177,
16178,
1400,
868,
2091,
1055,
903,
2698,
10418,
406,
352,
1707,
616,
289,
2509,
408,
3201,
16179,
6349,
2130,
16152,
2814,
1171,
1172,
16180,
1691,
37,
2080
],
),
"tire_repair": SymbolsMetadata(
popularity: 496,
codepoint: 0xebc8,
categories: [14],
tags: [
1360,
865,
2425,
1810,
3410,
1812,
1813,
462,
1748,
379,
3870,
16181,
2722,
3960,
5314,
16182,
3969,
6204,
2725,
8190,
16183,
4881,
3405,
330,
652,
16184,
16185,
511,
1629,
1836,
206,
3304,
4884
],
),
"title": SymbolsMetadata(
popularity: 1865,
codepoint: 0xe264,
categories: [12],
tags: [
9355,
748,
4,
1332,
16186,
482,
504,
5,
345,
16187,
4696,
12,
1108,
904,
9389,
16188,
16,
9102,
16189,
16190,
16191,
16192,
289,
16193,
392,
1339,
16194,
433,
12866,
16195,
31,
33,
4592,
740,
35,
2200
],
),
"titlecase": SymbolsMetadata(
popularity: 21,
codepoint: 0xf489,
categories: [12],
tags: [
1174,
2601,
16196,
1360,
4,
2816,
481,
1051,
691,
5,
193,
1365,
11931,
5921,
12,
1213,
16,
1952,
87,
10911,
6809,
6248,
7426,
16197,
2676,
4246,
5172,
1065,
703,
1036,
1067,
1226,
12605,
31,
33,
11564,
11565,
16198,
35,
7476,
7694,
206
],
),
"toast": SymbolsMetadata(
popularity: 41,
codepoint: 0xefc1,
categories: [2],
tags: [
1360,
1673,
501,
1178,
2186,
16199,
568,
2707,
4489,
485,
16200,
1479,
16201,
68,
1344,
385,
583,
7215,
16202,
262,
630,
616,
16203,
271,
1243,
16204,
16205,
432,
2543,
410,
2838,
291,
12700,
6800,
16206,
525,
10411,
16207,
4692,
16208,
141,
907,
16209,
1348,
333,
1186,
1187
],
),
"toc": SymbolsMetadata(
popularity: 1275,
codepoint: 0xe8de,
categories: [12],
tags: [
2230,
16210,
16211,
628,
1430,
16212,
16213,
147,
370,
1080,
173,
16214,
1470,
88,
506,
325,
70,
91,
92,
289,
5030,
851,
2271,
16215,
2461,
2463,
955,
16216,
3074,
1473,
11323,
33,
740,
16217,
16218
],
rtlAutoMirrored: true,
),
"today": SymbolsMetadata(
popularity: 6323,
codepoint: 0xe8df,
categories: [6],
tags: [
3091,
2072,
2073,
193,
16219,
1159,
16220,
1843,
1160,
2126,
1746,
16221,
10,
3570,
51,
1166,
174,
5000,
16222,
289,
1667,
328,
5009,
4104,
1370,
762,
330,
1168,
3576,
1171,
5002
],
),
"toggle_off": SymbolsMetadata(
popularity: 14652,
codepoint: 0xe9f5,
categories: [2],
tags: [
748,
749,
504,
684,
193,
2707,
685,
345,
288,
1300,
868,
16223,
16224,
1222,
51,
1344,
3450,
1029,
1059,
1061,
16225,
12040,
355,
6693,
3687,
358,
16226,
363,
151,
71,
2838,
3475,
16227,
4248,
291,
2404,
1093,
413,
141,
2200,
1348,
333,
1186
],
),
"toggle_on": SymbolsMetadata(
popularity: 23950,
codepoint: 0xe9f6,
categories: [2],
tags: [
4324,
749,
504,
193,
3938,
2707,
685,
345,
16228,
1300,
1164,
4326,
1055,
216,
1108,
699,
16224,
1222,
51,
1344,
1059,
1061,
355,
6693,
3687,
363,
151,
16229,
71,
2838,
3475,
4248,
2404,
13495,
413,
16230,
9009,
141,
2200,
1348,
333,
1186
],
),
"token": SymbolsMetadata(
popularity: 3131,
codepoint: 0xea25,
categories: [2],
tags: [
861,
16231,
565,
2666,
5218,
16232,
5220,
281,
10537,
1431,
16233,
10260,
978,
1112,
1778,
980,
5613,
1166,
5319,
2676,
1063,
590,
3187,
1774,
1036,
1575,
898,
987,
8264,
31,
3676,
5321,
601,
4821
],
),
"toll": SymbolsMetadata(
popularity: 1157,
codepoint: 0xe8e0,
categories: [9],
tags: [
959,
928,
16234,
960,
1812,
930,
931,
3679,
193,
1101,
932,
16235,
934,
1417,
936,
937,
11348,
962,
938,
939,
964,
6696,
16236,
941,
942,
967,
1621,
968,
948,
523,
950,
951,
1421,
970,
1712,
2011,
16237,
956,
958,
6702
],
),
"tonality": SymbolsMetadata(
popularity: 348,
codepoint: 0xe427,
categories: [1],
tags: [
1739,
1268,
8103,
2061,
193,
345,
1252,
680,
2064,
16238,
16239,
83,
351,
16240,
8174,
49,
1083,
16241,
1707,
8108,
9901,
59,
62,
71,
4042,
7941,
11762,
14937,
15122,
6082,
16242,
8179,
554,
3477,
12668,
1855,
3331,
16243
],
),
"toolbar": SymbolsMetadata(
popularity: 99,
codepoint: 0xe9f7,
categories: [2],
tags: [
16244,
1673,
501,
1423,
16245,
2707,
685,
16246,
1745,
16247,
485,
680,
2155,
16248,
2943,
699,
1344,
385,
1470,
506,
262,
630,
325,
70,
919,
271,
921,
2715,
3505,
410,
71,
1128,
2838,
2463,
3608,
525,
97,
6330,
1781,
1263,
141,
16249,
1348,
333,
1186,
1187
],
),
"tools_flat_head": SymbolsMetadata(
popularity: 127,
codepoint: 0xf8cb,
categories: [10],
tags: [
1739,
16250,
1375,
16251,
2787,
46,
1748,
379,
16252,
1110,
977,
1140,
5835,
4840,
16253,
3960,
4449,
5318,
1143,
4881,
10086,
10087,
652,
16254,
16255,
511,
1781,
3375,
1518,
5350
],
),
"tools_installation_kit": SymbolsMetadata(
popularity: 146,
codepoint: 0xe2ab,
categories: [10],
tags: [
1739,
16250,
1374,
685,
1497,
4885,
46,
1748,
1777,
6286,
5389,
1110,
1140,
7928,
16256,
10373,
3960,
1143,
70,
10374,
4881,
10087,
652,
71,
1780,
10088,
4883,
1781,
1518,
5350,
4884
],
),
"tools_ladder": SymbolsMetadata(
popularity: 291,
codepoint: 0xe2cb,
categories: [10],
tags: [
861,
1923,
9685,
929,
10312,
1497,
2420,
46,
383,
1140,
16257,
5390,
8894,
9102,
3960,
1143,
492,
289,
1734,
16258,
4881,
392,
1339,
8157,
4964,
1781,
3021,
3375,
1464,
1518
],
),
"tools_level": SymbolsMetadata(
popularity: 174,
codepoint: 0xe77b,
categories: [10],
tags: [
5518,
2321,
1739,
2150,
500,
925,
16259,
1742,
16260,
1497,
2787,
9876,
1140,
699,
4840,
792,
226,
17,
1143,
507,
16261,
329,
8839,
151,
71,
4950,
16262,
510,
1781,
1464
],
),
"tools_phillips": SymbolsMetadata(
popularity: 144,
codepoint: 0xf8cc,
categories: [10],
tags: [
1739,
6403,
3938,
1497,
1235,
16263,
288,
7909,
2787,
46,
3241,
16264,
1748,
1110,
1140,
5835,
4840,
16253,
3960,
5318,
1143,
16265,
239,
4881,
10086,
10087,
16255,
511,
1781,
6335,
5350
],
),
"tools_pliers_wire_stripper": SymbolsMetadata(
popularity: 289,
codepoint: 0xe2aa,
categories: [10],
tags: [
1923,
1497,
16266,
5388,
16267,
3869,
16268,
46,
1748,
5345,
7600,
10710,
16269,
1110,
1140,
4878,
4840,
16270,
3960,
2484,
1143,
2927,
10374,
4881,
16271,
16272,
511,
1781,
3375,
4942,
16273,
5350
],
),
"tools_power_drill": SymbolsMetadata(
popularity: 726,
codepoint: 0xe1e9,
categories: [10],
tags: [
16274,
16275,
929,
16276,
16260,
1497,
16277,
16278,
8249,
16279,
2787,
46,
16264,
1748,
10710,
1110,
1140,
4879,
3960,
1143,
3687,
16280,
16281,
4881,
470,
10086,
10087,
511,
1781,
1518,
5350
],
),
"tooltip": SymbolsMetadata(
popularity: 112,
codepoint: 0xe9f8,
categories: [7],
tags: [
7816,
77,
4843,
568,
16282,
16283,
570,
16284,
572,
43,
10694,
3170,
871,
10692,
10446,
293,
68,
583,
1167,
13326,
3943,
432,
16285,
594,
1484,
433,
10247,
880,
1296,
33,
4842,
10448,
1691,
907
],
),
"tooltip_2": SymbolsMetadata(
popularity: 66,
codepoint: 0xf3ed,
categories: [7],
tags: [
5587,
7816,
1673,
568,
16282,
16283,
570,
572,
145,
1476,
16286,
4483,
871,
10692,
5074,
138,
293,
68,
2983,
5588,
16287,
583,
262,
3943,
2543,
16285,
594,
1484,
433,
880,
31,
1296,
4842,
10448,
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,
4646,
629,
1212,
9389,
385,
793,
3200,
5081,
919,
4647,
239,
1224,
4649,
1226,
31,
5916,
1263,
1702,
1187,
1671,
3992
],
),
"top_panel_open": SymbolsMetadata(
popularity: 13,
codepoint: 0xf732,
categories: [12],
tags: [
2212,
77,
633,
345,
2817,
2953,
377,
313,
8,
2819,
2340,
914,
1335,
3053,
5810,
1326,
138,
1344,
385,
2344,
2927,
2345,
2965,
919,
4647,
298,
4649,
1944,
16288,
907,
396,
1187,
1671
],
),
"topic": SymbolsMetadata(
popularity: 1806,
codepoint: 0xf1c8,
categories: [7],
tags: [
1131,
9597,
1195,
16289,
12096,
81,
145,
1580,
1430,
5460,
1678,
1164,
9206,
1820,
147,
1681,
2477,
9389,
9390,
68,
2722,
4427,
7067,
9642,
328,
3943,
179,
4531,
1773,
1588,
4519,
737,
1690,
12866,
16290,
4740,
740,
12558
],
),
"tornado": SymbolsMetadata(
popularity: 675,
codepoint: 0xe199,
categories: [3],
tags: [
1360,
1839,
840,
9105,
4404,
1365,
16291,
4408,
2427,
6418,
16292,
4412,
3792,
12947,
2363,
6760,
289,
2941,
5943,
10048,
763,
4393,
1170,
16293,
6763,
6764,
6765,
206,
859,
16294,
1857,
6768
],
),
"total_dissolved_solids": SymbolsMetadata(
popularity: 5,
codepoint: 0xf877,
categories: [3],
tags: [
1422,
4164,
4167,
4168,
8289,
1333,
81,
14266,
4170,
16295,
2516,
9116,
4270,
4174,
4175,
226,
17,
2364,
16296,
63,
2334,
4179,
16297,
4180,
16298,
1318,
1319,
230,
36,
3829
],
),
"touch_app": SymbolsMetadata(
popularity: 6692,
codepoint: 0xe913,
categories: [6],
tags: [
748,
1673,
501,
504,
1785,
1103,
345,
1788,
288,
44,
1164,
1790,
2695,
2696,
2698,
1111,
2774,
262,
325,
271,
1167,
1120,
410,
362,
509,
525,
1792,
1793,
907
],
),
"touch_double": SymbolsMetadata(
popularity: 44,
codepoint: 0xf38b,
categories: [6],
tags: [
748,
4324,
1673,
1103,
2669,
345,
1788,
288,
8,
3046,
3660,
1107,
1790,
2695,
2696,
2698,
1111,
1612,
2985,
262,
5081,
1624,
328,
1167,
1120,
410,
362,
1792,
1793,
6414,
13358
],
),
"touch_long": SymbolsMetadata(
popularity: 98,
codepoint: 0xf38a,
categories: [6],
tags: [
748,
1673,
504,
1103,
345,
2091,
1164,
16299,
1790,
2695,
2696,
16300,
2698,
2480,
16301,
138,
1111,
1612,
16302,
262,
1120,
16303,
16304,
16305,
31,
525,
1792,
1793,
16306,
12181,
2200,
16307
],
),
"touch_triple": SymbolsMetadata(
popularity: 15,
codepoint: 0xf389,
categories: [6],
tags: [
748,
4324,
1673,
504,
1103,
345,
288,
7,
44,
1790,
2695,
2696,
2698,
1111,
1612,
467,
1344,
262,
16308,
1167,
1120,
410,
362,
64,
273,
1792,
65,
1793,
6414,
16309
],
),
"touchpad_mouse": SymbolsMetadata(
popularity: 78,
codepoint: 0xf687,
categories: [11],
tags: [
2541,
1785,
3938,
519,
1310,
345,
1788,
288,
16310,
1110,
1111,
3685,
2986,
325,
4288,
16311,
1167,
12180,
432,
362,
71,
433,
65,
16312,
12182,
16313,
278
],
),
"touchpad_mouse_off": SymbolsMetadata(
popularity: 20,
codepoint: 0xf4e6,
categories: [11],
tags: [
2541,
1051,
1785,
519,
345,
1788,
288,
1300,
868,
2719,
1055,
1110,
1111,
3685,
87,
2986,
3271,
6248,
1059,
1060,
1061,
4288,
12180,
432,
1067,
16312,
12182,
1068,
278
],
),
"tour": SymbolsMetadata(
popularity: 1267,
codepoint: 0xef75,
categories: [5],
tags: [
3134,
865,
193,
312,
1746,
10694,
216,
8014,
4495,
3170,
2821,
871,
1139,
51,
68,
16314,
4438,
3099,
16315,
2625,
2558,
1167,
759,
3943,
3944,
2130,
4964,
880,
4842,
6126,
332,
4467,
12684,
16316,
16317
],
),
"toys": SymbolsMetadata(
popularity: 859,
codepoint: 0xe332,
categories: [15],
tags: [
2513,
16250,
2263,
929,
15484,
1812,
993,
997,
1375,
483,
3097,
16318,
3295,
5383,
4724,
381,
1376,
1006,
1028,
3099,
492,
2509,
1653,
5722,
392,
1394,
1395,
433,
1712,
1396,
2505,
16319,
8080
],
),
"toys_and_games": SymbolsMetadata(
popularity: 260,
codepoint: 0xefc2,
categories: [15],
tags: [
16320,
2513,
3290,
9847,
4064,
997,
193,
1101,
781,
3295,
5383,
4724,
5429,
7542,
13081,
16321,
1028,
1959,
15400,
4729,
2509,
16322,
5722,
16323,
3299,
330,
4869,
30,
3519,
2505,
16319
],
),
"toys_fan": SymbolsMetadata(
popularity: 466,
codepoint: 0xf887,
categories: [15],
tags: [
837,
1859,
4201,
993,
997,
844,
8525,
845,
16324,
12008,
3869,
1879,
3295,
4724,
1140,
4192,
1028,
16325,
16326,
2509,
16327,
8523,
2520,
471,
16328,
472,
2371,
2505,
16329,
16319,
1854,
1857
],
),
"track_changes": SymbolsMetadata(
popularity: 2459,
codepoint: 0xe8e1,
categories: [9],
tags: [
6584,
6165,
193,
571,
3712,
3761,
628,
16330,
2153,
16331,
3283,
16332,
4510,
680,
16333,
9476,
16334,
16335,
2077,
1470,
468,
3503,
5548,
16336,
470,
6214,
1227,
33,
2148,
5549,
6173,
5550,
1671,
1485
],
),
"trackpad_input": SymbolsMetadata(
popularity: 69,
codepoint: 0xf4c7,
categories: [6],
tags: [
193,
1785,
519,
345,
1788,
288,
8,
1746,
4632,
1790,
2695,
2696,
2698,
1110,
1111,
1612,
1344,
3685,
2986,
468,
325,
4288,
328,
1167,
16337,
410,
2858,
362,
363,
433,
4636,
1792,
65,
1793,
12182
],
),
"trackpad_input_2": SymbolsMetadata(
popularity: 3,
codepoint: 0xf409,
categories: [6],
tags: [
5083,
519,
16338,
345,
16339,
288,
8,
1790,
2695,
2696,
2698,
15741,
1110,
1111,
10074,
2774,
1344,
3685,
505,
2986,
4288,
1167,
12180,
16340,
432,
410,
3048,
362,
363,
433,
4636,
1792,
16341,
65,
1793,
16312,
12182
],
),
"trackpad_input_3": SymbolsMetadata(
popularity: 6,
codepoint: 0xf408,
categories: [6],
tags: [
748,
1103,
519,
1310,
345,
16339,
288,
8,
2537,
1790,
2695,
1108,
2696,
2698,
1110,
1111,
1612,
1344,
3685,
16308,
16342,
325,
4288,
1167,
12180,
410,
363,
151,
433,
4636,
1792,
65,
16343,
1793,
16312,
12182
],
),
"traffic": SymbolsMetadata(
popularity: 1339,
codepoint: 0xe565,
categories: [5],
tags: [
3401,
2816,
481,
1812,
691,
9105,
1497,
2395,
313,
2821,
4412,
1621,
3626,
1534,
174,
1719,
12726,
16344,
1626,
705,
273,
1720,
1627,
1628,
1629,
332,
1836,
206,
1518
],
),
"traffic_jam": SymbolsMetadata(
popularity: 73,
codepoint: 0xf46f,
categories: [14],
tags: [
1360,
1810,
16345,
1812,
1813,
16346,
2118,
2039,
16347,
1621,
5248,
2722,
12792,
1623,
1534,
325,
2725,
2046,
1626,
1538,
13805,
1712,
1226,
1627,
1628,
1629,
332,
1836,
16348,
206
],
),
"trail_length": SymbolsMetadata(
popularity: 191,
codepoint: 0xeb5e,
categories: [1],
tags: [
1071,
4295,
40,
3116,
11244,
81,
313,
9,
5156,
216,
3648,
49,
1623,
2973,
87,
1426,
324,
226,
17,
642,
353,
12142,
1826,
3651,
1625,
57,
59,
62,
3488,
759,
1538,
1152,
746,
2148,
4808,
332,
10315
],
),
"trail_length_medium": SymbolsMetadata(
popularity: 160,
codepoint: 0xeb63,
categories: [1],
tags: [
3478,
517,
4295,
40,
373,
81,
8,
9,
216,
1078,
916,
49,
51,
2973,
10230,
1083,
87,
226,
17,
3878,
16349,
1935,
642,
12142,
1946,
70,
1625,
57,
59,
62,
759,
391,
1152,
71,
298,
1170,
2280,
97,
4808
],
),
"trail_length_short": SymbolsMetadata(
popularity: 160,
codepoint: 0xeb6d,
categories: [1],
tags: [
480,
2513,
4295,
40,
2936,
313,
9,
216,
137,
3648,
49,
51,
1623,
2973,
87,
324,
642,
12142,
325,
3651,
1625,
57,
59,
62,
759,
1538,
29,
1152,
392,
4342,
2148,
4808,
332,
3798
],
),
"train": SymbolsMetadata(
popularity: 3204,
codepoint: 0xe570,
categories: [14],
tags: [
1810,
1812,
6932,
1813,
2036,
312,
11390,
313,
3682,
5311,
4350,
1975,
1623,
7315,
1534,
1914,
1686,
2046,
2047,
4359,
7316,
7317,
4360,
1538,
1168,
3541,
3826,
4363,
4906,
3303,
3058,
4364,
4365,
1980,
1629,
332,
4907,
1836,
4353
],
),
"tram": SymbolsMetadata(
popularity: 728,
codepoint: 0xe571,
categories: [14],
tags: [
1810,
4944,
1812,
1813,
2553,
16350,
4945,
2036,
313,
3682,
1623,
7314,
1534,
1914,
16351,
2046,
2047,
4359,
16352,
16353,
7317,
4360,
16354,
4363,
3058,
4364,
4365,
1980,
1629,
16355,
332,
1970,
4907,
1506,
9858,
1836,
7298
],
),
"transcribe": SymbolsMetadata(
popularity: 933,
codepoint: 0xf8ec,
categories: [2],
tags: [
1268,
15224,
731,
283,
6434,
1273,
1301,
583,
1285,
589,
590,
453,
440,
273,
1293,
15130,
4846,
594,
5935,
1296,
33,
15226,
15227,
7230,
601,
1298,
15229,
1856
],
),
"transfer_within_a_station": SymbolsMetadata(
popularity: 894,
codepoint: 0xe572,
categories: [5],
tags: [
1174,
77,
502,
690,
2035,
2036,
284,
312,
313,
1105,
3278,
16356,
581,
2197,
87,
323,
324,
1534,
468,
325,
16357,
588,
589,
328,
2046,
2047,
432,
906,
1538,
3541,
1226,
4364,
526,
1980,
900,
1629,
332,
4953,
1836,
3148,
2859
],
),
"transform": SymbolsMetadata(
popularity: 668,
codepoint: 0xe428,
categories: [1],
tags: [
1739,
1740,
16358,
633,
482,
1743,
2444,
2339,
1814,
16359,
1252,
680,
2340,
914,
370,
2255,
49,
6079,
385,
1641,
1750,
386,
57,
62,
851,
329,
4664,
2222,
391,
2922,
298,
433,
512,
476
],
),
"transgender": SymbolsMetadata(
popularity: 961,
codepoint: 0xe58d,
categories: [3],
tags: [
77,
8604,
193,
574,
1235,
1795,
1796,
1797,
1798,
16360,
16361,
16362,
581,
978,
872,
1802,
1803,
87,
1804,
815,
1805,
588,
589,
16363,
1806,
390,
1808,
593,
31,
16364
],
),
"transit_enterexit": SymbolsMetadata(
popularity: 509,
codepoint: 0xe579,
categories: [5],
tags: [
861,
2033,
77,
2035,
2036,
2038,
313,
2273,
4932,
7515,
1106,
16365,
1212,
8262,
3040,
1975,
87,
323,
1534,
4357,
325,
1914,
1392,
2047,
1538,
3541,
4363,
4364,
1980,
16366,
1629,
332,
1981,
16367
],
),
"transit_ticket": SymbolsMetadata(
popularity: 41,
codepoint: 0xf3f1,
categories: [14],
tags: [
861,
1810,
2000,
2001,
2035,
1647,
1812,
930,
1813,
4903,
313,
1430,
16368,
2002,
1431,
6506,
4349,
7314,
1534,
1587,
2005,
2046,
2047,
1654,
4359,
4360,
6260,
432,
1928,
3300,
2009,
4363,
2011,
4364,
4365,
1980,
900,
1629,
332,
4907,
1836,
11346
],
),
"transition_chop": SymbolsMetadata(
popularity: 10,
codepoint: 0xf50e,
categories: [1],
tags: [
341,
1743,
16369,
6327,
2953,
16370,
2264,
680,
487,
1164,
346,
16371,
16372,
137,
138,
1470,
406,
468,
355,
5773,
1427,
2928,
15308,
1151,
1152,
151,
6214,
5981,
2403,
31,
2465,
511,
512,
4308,
37,
476
],
),
"transition_dissolve": SymbolsMetadata(
popularity: 32,
codepoint: 0xf50d,
categories: [1],
tags: [
341,
4202,
16373,
1101,
1523,
1197,
2707,
16374,
8,
7065,
16375,
16376,
1105,
680,
2155,
487,
4305,
346,
16372,
382,
1344,
2144,
406,
16377,
16378,
1330,
354,
1427,
15308,
410,
94,
5981,
2465,
4308,
16379,
141,
1348,
37,
364,
16380,
4318,
6931
],
),
"transition_fade": SymbolsMetadata(
popularity: 50,
codepoint: 0xf50c,
categories: [1],
tags: [
341,
16381,
1743,
1101,
1197,
2707,
16374,
16382,
7065,
16375,
1105,
680,
487,
16383,
4305,
16384,
16385,
16372,
16386,
382,
1344,
406,
16377,
353,
408,
16387,
1427,
15308,
94,
16388,
5981,
682,
2465,
16389,
4308,
141,
1348,
37,
10349,
364,
16380,
4318
],
),
"transition_push": SymbolsMetadata(
popularity: 58,
codepoint: 0xf50b,
categories: [1],
tags: [
748,
2926,
341,
1673,
501,
77,
502,
504,
2707,
345,
485,
313,
2937,
487,
16372,
1077,
903,
2696,
2843,
1344,
353,
1750,
468,
325,
905,
1586,
1427,
759,
5438,
906,
15308,
410,
6214,
2838,
4519,
5981,
4636,
31,
2465,
4308,
141,
907,
1348,
476,
333,
1186
],
rtlAutoMirrored: true,
),
"transition_slide": SymbolsMetadata(
popularity: 37,
codepoint: 0xf50a,
categories: [1],
tags: [
341,
77,
1743,
1438,
485,
313,
487,
16372,
1077,
370,
903,
16390,
382,
385,
1750,
468,
905,
5773,
1427,
759,
2928,
906,
15308,
392,
6214,
2008,
4519,
16391,
5981,
2404,
2465,
4308,
16379,
1691,
1464,
396,
4318,
1186
],
rtlAutoMirrored: true,
),
"translate": SymbolsMetadata(
popularity: 5630,
codepoint: 0xe8e2,
categories: [6],
tags: [
77,
2967,
568,
1743,
570,
283,
1787,
4448,
313,
3046,
3278,
319,
322,
5226,
2197,
6624,
9700,
16069,
906,
4846,
1295,
594,
3963,
1296,
33,
7230,
9703,
9341,
6628
],
),
"transportation": SymbolsMetadata(
popularity: 473,
codepoint: 0xe21d,
categories: [14],
tags: [
1810,
3410,
2035,
1812,
1813,
2553,
2036,
313,
2039,
16392,
1623,
1534,
4905,
875,
468,
1143,
1914,
13215,
2046,
7329,
3300,
1626,
1538,
1168,
2049,
3541,
1226,
1317,
4906,
526,
1980,
900,
1629,
332,
1921,
1506,
1836,
2051
],
),
"travel": SymbolsMetadata(
popularity: 542,
codepoint: 0xe6ca,
categories: [16],
tags: [
4943,
837,
9049,
1983,
16393,
1930,
1901,
1902,
1987,
1973,
2033,
1903,
16394,
2038,
288,
1910,
1990,
1991,
1925,
16395,
9036,
1623,
262,
642,
1061,
387,
1993,
16396,
151,
273,
6175,
900,
1629,
332,
1921,
4353,
1996
],
rtlAutoMirrored: true,
),
"travel_explore": SymbolsMetadata(
popularity: 7245,
codepoint: 0xe2db,
categories: [3],
tags: [
3639,
1179,
193,
312,
1542,
314,
315,
316,
16397,
317,
1109,
319,
320,
322,
1623,
323,
1115,
1116,
1117,
2329,
324,
1624,
325,
267,
1667,
5233,
1126,
1127,
593,
823,
331,
3303,
16398,
332,
1921,
8307,
333,
334,
9819,
2337
],
),
"travel_luggage_and_bags": SymbolsMetadata(
popularity: 81,
codepoint: 0xefc3,
categories: [16],
tags: [
1973,
8585,
3641,
2034,
5642,
16399,
1514,
3645,
5405,
16400,
4871,
5643,
16401,
4633,
1623,
2043,
5650,
1061,
5363,
5401,
4486,
3303,
900,
332,
3656,
1921,
11576,
1961,
2051
],
),
"trending_down": SymbolsMetadata(
popularity: 2781,
codepoint: 0xe8e3,
categories: [9],
tags: [
1422,
1071,
77,
11550,
9588,
569,
373,
81,
5038,
2884,
16402,
1695,
1162,
375,
13453,
313,
2819,
16403,
2895,
2904,
8477,
941,
1078,
1081,
1426,
16404,
226,
1086,
468,
16405,
359,
203,
16406,
746,
5200,
1095,
16407,
6640,
16408
],
rtlAutoMirrored: true,
),
"trending_flat": SymbolsMetadata(
popularity: 5585,
codepoint: 0xe8e4,
categories: [9],
tags: [
77,
3478,
1743,
373,
8225,
81,
313,
2242,
379,
10832,
1078,
16409,
51,
792,
87,
18,
468,
8824,
1946,
759,
359,
390,
906,
1700,
9603,
1948,
291,
16410,
16411,
2148,
1095,
1429,
6640,
16412,
476
],
rtlAutoMirrored: true,
),
"trending_up": SymbolsMetadata(
popularity: 13373,
codepoint: 0xe8e5,
categories: [9],
tags: [
1422,
1071,
77,
78,
569,
373,
81,
375,
313,
941,
9882,
1078,
234,
3030,
235,
1081,
1426,
226,
18,
1086,
468,
648,
242,
759,
359,
203,
1428,
12585,
746,
291,
1095,
1429,
6640,
16413,
1702
],
rtlAutoMirrored: true,
),
"trip": SymbolsMetadata(
popularity: 103,
codepoint: 0xe6fb,
categories: [16],
tags: [
3639,
2033,
3641,
1924,
1514,
2073,
2038,
312,
314,
10842,
316,
16414,
2821,
1958,
1975,
1623,
324,
468,
325,
1625,
16415,
1667,
969,
1626,
1538,
4486,
6126,
900,
332,
16416,
16417,
1921,
1961,
4353,
8307
],
),
"trip_origin": SymbolsMetadata(
popularity: 1228,
codepoint: 0xe57b,
categories: [5],
tags: [
1513,
2194,
193,
2038,
312,
313,
1746,
1532,
16418,
321,
1623,
13339,
1388,
4150,
174,
325,
9642,
326,
327,
328,
329,
1538,
2130,
16419,
6777,
332,
1921,
16420
],
),
"trolley": SymbolsMetadata(
popularity: 57,
codepoint: 0xf86b,
categories: [9],
tags: [
1645,
3641,
1646,
1647,
3645,
1648,
1416,
16421,
934,
9944,
1649,
6447,
4911,
3771,
86,
6450,
1389,
3772,
1750,
1651,
4484,
1654,
16422,
1393,
1656,
1394,
1657,
433,
1396,
900,
4907,
8011,
2051
],
),
"trolley_cable_car": SymbolsMetadata(
popularity: 4,
codepoint: 0xf46e,
categories: [14],
tags: [
16423,
1810,
482,
4944,
1812,
1813,
2553,
284,
313,
3682,
4946,
5675,
16424,
1623,
3031,
87,
1534,
16425,
1734,
2046,
6987,
4359,
4360,
3299,
433,
4363,
12719,
3303,
4951,
4364,
4365,
1980,
16426,
1629,
332,
16427,
4907,
4952,
1836
],
),
"trophy": SymbolsMetadata(
popularity: 1551,
codepoint: 0xe71a,
categories: [15],
tags: [
11899,
3,
16428,
3493,
5679,
4974,
14076,
5715,
3666,
15398,
16429,
6,
3495,
6011,
10,
3497,
1908,
3500,
16430,
3671,
3502,
1289,
3504,
30,
3519,
16431,
245,
15385,
3507,
5154,
16432,
3508,
3509,
16433
],
),
"troubleshoot": SymbolsMetadata(
popularity: 696,
codepoint: 0xe1d2,
categories: [9],
tags: [
1739,
1071,
373,
8092,
6404,
81,
7641,
375,
2787,
317,
1748,
1777,
1109,
1078,
871,
1081,
2722,
87,
1115,
4879,
1116,
1117,
3960,
226,
5314,
4880,
1086,
70,
2725,
4881,
1126,
1127,
652,
71,
1780,
4180,
4882,
746,
880,
1093,
140,
511,
16434,
1095,
4034,
3375,
1518,
4884
],
),
"tsunami": SymbolsMetadata(
popularity: 669,
codepoint: 0xebd8,
categories: [3],
tags: [
1360,
16435,
840,
4037,
16436,
4404,
1365,
4408,
16437,
2427,
1844,
9094,
16438,
4412,
16439,
16440,
7289,
6760,
2487,
16441,
16442,
5943,
2423,
4393,
3962,
16443,
16444,
16445,
206,
3829,
1855,
859
],
),
"tsv": SymbolsMetadata(
popularity: 10,
codepoint: 0xe6d6,
categories: [12],
tags: [
1422,
933,
6670,
6672,
81,
6673,
6674,
1430,
9337,
2445,
147,
2446,
2574,
382,
68,
1428,
1459,
6676,
1460,
16446,
16447,
746,
4479,
16448,
1473,
33,
16449,
6682
],
),
"tty": SymbolsMetadata(
popularity: 312,
codepoint: 0xf1aa,
categories: [11],
tags: [
862,
864,
865,
1268,
1100,
1270,
1250,
570,
283,
284,
975,
1475,
7696,
288,
867,
8,
1110,
5934,
7700,
1111,
1114,
2296,
262,
1733,
271,
432,
410,
1293,
594,
433,
1296,
1406,
16450,
16451,
1317,
33,
16452,
16453
],
),
"tune": SymbolsMetadata(
popularity: 14831,
codepoint: 0xe429,
categories: [1],
tags: [
1739,
5343,
1268,
925,
517,
16454,
6404,
345,
1745,
3086,
1236,
1252,
680,
2064,
83,
6077,
3935,
1083,
1470,
8127,
1641,
1707,
70,
921,
151,
71,
1780,
3475,
1753,
1293,
10748,
97,
6392,
16455,
6749,
554
],
),
"turn_left": SymbolsMetadata(
popularity: 494,
codepoint: 0xeba6,
categories: [14],
tags: [
500,
77,
502,
7277,
2936,
313,
2397,
2039,
2982,
2843,
3170,
2821,
7331,
2197,
87,
324,
1534,
325,
1625,
328,
1121,
1626,
1538,
1152,
898,
3797,
1628,
1980,
332,
473
],
),
"turn_right": SymbolsMetadata(
popularity: 657,
codepoint: 0xebab,
categories: [14],
tags: [
77,
502,
16456,
16457,
3438,
313,
2397,
2039,
16458,
16459,
16460,
321,
1621,
51,
323,
324,
1534,
875,
1624,
325,
1625,
16461,
906,
1700,
7280,
1626,
1538,
898,
1627,
31,
1628,
332,
473,
7281
],
),
"turn_sharp_left": SymbolsMetadata(
popularity: 201,
codepoint: 0xeba7,
categories: [14],
tags: [
500,
77,
502,
7277,
2936,
2395,
313,
2397,
1678,
321,
51,
700,
2197,
3160,
15064,
324,
1534,
325,
1625,
1167,
1626,
1538,
644,
16462,
898,
3162,
1627,
31,
1628,
1629,
332,
473,
513
],
),
"turn_sharp_right": SymbolsMetadata(
popularity: 263,
codepoint: 0xebaa,
categories: [14],
tags: [
16463,
77,
502,
1812,
2936,
2395,
313,
2397,
2039,
2843,
321,
3170,
700,
1623,
323,
324,
1534,
468,
325,
905,
1625,
2864,
906,
1626,
1538,
644,
898,
1628,
1980,
332,
473,
7281,
513
],
),
"turn_slight_left": SymbolsMetadata(
popularity: 272,
codepoint: 0xeba4,
categories: [14],
tags: [
500,
77,
502,
7277,
9062,
2817,
2936,
313,
2273,
2397,
2039,
15743,
321,
3170,
2197,
323,
324,
1534,
875,
1750,
325,
507,
1625,
2966,
906,
1626,
1538,
898,
16464,
1628,
332,
473,
513,
3798,
3166
],
),
"turn_slight_right": SymbolsMetadata(
popularity: 359,
codepoint: 0xeb9a,
categories: [14],
tags: [
77,
502,
7277,
2936,
2395,
313,
2397,
2039,
2982,
321,
3170,
1621,
700,
324,
1534,
325,
905,
1625,
2966,
906,
7280,
1626,
1538,
644,
898,
16464,
16465,
16466,
1627,
31,
1628,
332,
473,
7281
],
),
"tv": SymbolsMetadata(
popularity: 3437,
codepoint: 0xe333,
categories: [11],
tags: [
288,
8,
781,
16467,
4483,
1140,
1499,
5528,
406,
630,
289,
920,
432,
410,
5439,
16468,
16469,
454,
411,
412,
2031,
37,
278
],
),
"tv_displays": SymbolsMetadata(
popularity: 68,
codepoint: 0xf3ec,
categories: [11],
tags: [
4275,
1073,
288,
8,
16470,
16471,
13311,
2537,
2025,
406,
5444,
630,
16472,
16473,
16474,
1733,
388,
432,
410,
5980,
5439,
7665,
454,
411,
65,
412,
16475,
2031,
37,
16476,
278
],
),
"tv_gen": SymbolsMetadata(
popularity: 825,
codepoint: 0xe830,
categories: [8],
tags: [
1859,
482,
731,
732,
288,
8,
2537,
781,
2538,
1110,
1140,
3340,
1499,
1959,
1282,
5528,
406,
630,
354,
1143,
432,
1960,
410,
2147,
2008,
273,
411,
412,
2031,
37,
2512,
396,
2080
],
),
"tv_guide": SymbolsMetadata(
popularity: 42,
codepoint: 0xe1dc,
categories: [11],
tags: [
3091,
482,
731,
16477,
16478,
15669,
288,
16479,
1541,
8,
781,
16480,
382,
2821,
1110,
68,
1470,
88,
12807,
406,
16481,
1123,
432,
1168,
410,
16482,
433,
411,
412,
16483,
16484,
2031,
16485,
16486,
37
],
),
"tv_next": SymbolsMetadata(
popularity: 6,
codepoint: 0xf3eb,
categories: [11],
tags: [
77,
732,
344,
345,
288,
313,
8,
781,
13385,
346,
903,
6654,
406,
630,
1750,
439,
905,
409,
1167,
1122,
906,
410,
5439,
2147,
2008,
8022,
454,
411,
412,
1691,
2031,
37,
278
],
rtlAutoMirrored: true,
),
"tv_off": SymbolsMetadata(
popularity: 181,
codepoint: 0xe647,
categories: [11],
tags: [
1246,
1247,
481,
1208,
1704,
6838,
1705,
288,
1162,
868,
8,
2537,
1055,
781,
1110,
1253,
1222,
1706,
406,
630,
439,
1059,
1061,
2459,
410,
1067,
65,
412,
2031,
1068,
333,
1187
],
),
"tv_options_edit_channels": SymbolsMetadata(
popularity: 106,
codepoint: 0xe1dd,
categories: [11],
tags: [
1739,
1658,
731,
16487,
3743,
732,
15669,
1661,
1776,
685,
3086,
288,
8,
7403,
1252,
2537,
781,
2538,
1777,
88,
6784,
2078,
406,
1641,
630,
1585,
1666,
70,
4014,
1122,
1123,
2271,
2543,
410,
362,
71,
95,
433,
412,
1713,
2031,
1672
],
),
"tv_options_input_settings": SymbolsMetadata(
popularity: 60,
codepoint: 0xe1de,
categories: [11],
tags: [
5343,
11668,
1776,
685,
288,
8,
2537,
781,
6447,
1777,
3413,
5312,
1111,
1470,
1730,
4880,
406,
630,
439,
70,
921,
432,
11672,
4881,
410,
71,
433,
31,
412,
2031,
37
],
),
"tv_remote": SymbolsMetadata(
popularity: 33,
codepoint: 0xf5d9,
categories: [11],
tags: [
1673,
504,
2023,
732,
1073,
1744,
6409,
288,
8,
2537,
781,
16488,
16489,
1111,
406,
354,
16490,
3687,
1122,
432,
4777,
410,
2908,
2008,
5446,
411,
65,
412,
37,
554
],
),
"tv_signin": SymbolsMetadata(
popularity: 49,
codepoint: 0xe71b,
categories: [11],
tags: [
1246,
1247,
861,
565,
1859,
5218,
5220,
1704,
284,
1705,
288,
8,
2537,
1106,
781,
577,
1110,
581,
1253,
8870,
980,
1706,
406,
630,
267,
588,
589,
590,
432,
2628,
2543,
410,
16491,
987,
16492,
65,
412,
2031,
601,
333,
1187
],
),
"tv_with_assistant": SymbolsMetadata(
popularity: 166,
codepoint: 0xe785,
categories: [8],
tags: [
3151,
2493,
2495,
1267,
284,
345,
288,
8,
2537,
781,
904,
1110,
1140,
1499,
1344,
259,
1314,
5528,
406,
647,
630,
1143,
4276,
432,
410,
71,
1292,
5446,
411,
65,
412,
2031,
37,
3155,
278
],
),
"two_pager": SymbolsMetadata(
popularity: 69,
codepoint: 0xf51f,
categories: [12],
tags: [
2442,
3390,
7121,
628,
81,
1580,
1430,
8906,
2143,
1678,
147,
1680,
16493,
16494,
1681,
1682,
68,
385,
16495,
1345,
3069,
3396,
8697,
16496,
1586,
3397,
1587,
4797,
1427,
3071,
3380,
2890,
1428,
1588,
4519,
2265,
33,
4443,
396,
16497,
1485
],
),
"two_pager_store": SymbolsMetadata(
popularity: 25,
codepoint: 0xf3c4,
categories: [12],
tags: [
3390,
3391,
4794,
569,
1647,
3695,
934,
81,
1580,
1430,
3046,
1678,
1649,
147,
1680,
1681,
1682,
5097,
4911,
86,
385,
1345,
1389,
1390,
3772,
523,
2927,
1586,
3397,
4285,
1587,
4797,
2558,
4484,
1654,
3380,
2890,
1537,
1393,
363,
3281,
1588,
4441,
1394,
1395,
6197,
4519,
1396,
1397,
394,
396,
1485
],
),
"two_wheeler": SymbolsMetadata(
popularity: 1820,
codepoint: 0xe9f9,
categories: [14],
tags: [
1810,
4143,
1812,
1813,
7313,
2037,
313,
7909,
5311,
1623,
323,
1534,
875,
12174,
12095,
4157,
2046,
27,
12175,
3300,
7285,
1626,
1538,
4160,
275,
30,
1627,
900,
1629,
332,
16498,
7286,
1506,
1836,
16499,
2051
],
rtlAutoMirrored: true,
),
"type_specimen": SymbolsMetadata(
popularity: 177,
codepoint: 0xf8f0,
categories: [12],
tags: [
403,
2279,
485,
43,
8,
1430,
680,
16500,
147,
12,
2156,
137,
68,
385,
16,
1470,
1586,
2159,
9717,
7646,
16501,
10250,
2162,
33,
35,
6750,
338,
396,
1485
],
),
"u_turn_left": SymbolsMetadata(
popularity: 393,
codepoint: 0xeba1,
categories: [14],
tags: [
77,
502,
7277,
9062,
193,
2936,
313,
2397,
2039,
16502,
2821,
2197,
3160,
757,
1534,
325,
1625,
1124,
16503,
2836,
1626,
9252,
1538,
898,
3162,
1627,
1628,
900,
473,
16504,
14184,
1836
],
),
"u_turn_right": SymbolsMetadata(
popularity: 316,
codepoint: 0xeba2,
categories: [14],
tags: [
77,
502,
7277,
1812,
9062,
2936,
3438,
313,
2397,
2039,
321,
3170,
15064,
324,
1534,
325,
1625,
16505,
906,
1626,
9252,
1538,
898,
1627,
31,
1628,
1629,
332,
473,
14184,
1836
],
),
"ulna_radius": SymbolsMetadata(
popularity: 142,
codepoint: 0xf89d,
categories: [3],
tags: [
8605,
3546,
7993,
16506,
4165,
690,
4119,
8606,
4253,
16507,
16508,
697,
16509,
892,
581,
8618,
107,
1525,
894,
10486,
8612,
12366,
16510,
1737,
4179,
8613,
8614,
8615,
16511,
16512,
2549,
8620
],
),
"ulna_radius_alt": SymbolsMetadata(
popularity: 132,
codepoint: 0xf89e,
categories: [3],
tags: [
3546,
7993,
4165,
690,
4119,
8606,
4253,
375,
3097,
16508,
697,
892,
581,
3555,
894,
1768,
4530,
12366,
1737,
4179,
8613,
8615,
955,
3147,
5378,
16511,
8620
],
),
"umbrella": SymbolsMetadata(
popularity: 374,
codepoint: 0xf1ad,
categories: [8],
tags: [
2541,
10045,
4036,
2641,
2141,
5291,
1164,
46,
2888,
1777,
4633,
1376,
492,
2927,
3651,
876,
4502,
2539,
1574,
5943,
16513,
705,
16514,
1504,
1575,
5189,
1598,
4043,
31,
4046,
859,
10491
],
),
"unarchive": SymbolsMetadata(
popularity: 1305,
codepoint: 0xe169,
categories: [7],
tags: [
861,
748,
1674,
77,
482,
504,
1103,
1333,
81,
313,
1430,
5755,
147,
1681,
137,
138,
2291,
3450,
1376,
2944,
2293,
506,
2875,
9199,
355,
432,
3662,
2801,
433,
1690,
1396,
31,
16515,
2841,
1702,
98
],
),
"undo": SymbolsMetadata(
popularity: 9408,
codepoint: 0xe166,
categories: [2],
tags: [
748,
77,
2443,
2826,
1208,
1743,
1103,
4663,
5291,
753,
1210,
680,
2720,
1748,
2830,
2077,
2197,
2293,
5584,
1119,
2833,
3441,
1224,
3434,
3662,
16516,
1124,
16503,
2837,
2452,
10321,
470,
2839,
16517,
2841
],
rtlAutoMirrored: true,
),
"unfold_less": SymbolsMetadata(
popularity: 2406,
codepoint: 0xe5d6,
categories: [2],
tags: [
77,
502,
2827,
1209,
912,
6051,
6037,
6038,
6355,
2444,
43,
313,
914,
16518,
6058,
2918,
16519,
579,
2920,
5504,
1376,
1951,
88,
2897,
2945,
325,
5920,
4648,
1151,
16520,
2922,
6361,
2404,
413,
2950,
16521,
1702,
16522
],
),
"unfold_less_double": SymbolsMetadata(
popularity: 559,
codepoint: 0xf8cf,
categories: [2],
tags: [
77,
502,
16523,
5918,
16524,
2827,
7122,
1209,
912,
6038,
2444,
2884,
313,
3046,
8533,
914,
6058,
2918,
5504,
1951,
11608,
88,
2897,
16525,
13367,
2945,
325,
328,
5920,
2922,
6361,
4953,
2950,
1702,
13695
],
),
"unfold_more": SymbolsMetadata(
popularity: 5984,
codepoint: 0xe5d7,
categories: [2],
tags: [
77,
502,
2847,
2827,
912,
345,
81,
313,
15733,
2819,
914,
16518,
16526,
6058,
2918,
16527,
16528,
2920,
1080,
51,
1951,
88,
237,
325,
2899,
95,
1473,
413,
2950,
16521,
1702
],
),
"unfold_more_double": SymbolsMetadata(
popularity: 748,
codepoint: 0xf8d0,
categories: [2],
tags: [
748,
3045,
77,
502,
504,
2827,
912,
345,
145,
313,
3046,
2819,
2896,
914,
6058,
83,
2920,
5802,
68,
87,
88,
2344,
506,
2897,
237,
325,
2927,
1167,
2008,
95,
31,
413,
2950,
1702,
1464
],
),
"ungroup": SymbolsMetadata(
popularity: 50,
codepoint: 0xf731,
categories: [12],
tags: [
1739,
1466,
77,
16529,
5754,
16530,
3263,
14761,
7065,
16531,
2264,
1136,
1252,
2188,
1696,
1679,
579,
1198,
86,
1641,
2457,
2221,
586,
2345,
1224,
906,
16532,
1151,
706,
5483,
2403,
16533,
512,
9974,
9986
],
),
"universal_currency": SymbolsMetadata(
popularity: 77,
codepoint: 0xe9fa,
categories: [9],
tags: [
927,
928,
569,
930,
931,
16534,
932,
934,
936,
937,
962,
938,
964,
6696,
3278,
941,
942,
319,
322,
1389,
948,
523,
950,
951,
6701,
31,
4930,
956,
881,
36,
958,
9819,
6702
],
),
"universal_currency_alt": SymbolsMetadata(
popularity: 143,
codepoint: 0xe734,
categories: [9],
tags: [
927,
569,
930,
931,
932,
934,
1787,
936,
937,
6731,
938,
964,
3496,
3278,
941,
942,
967,
319,
322,
946,
6705,
948,
523,
950,
951,
1421,
11409,
359,
11366,
1395,
898,
31,
4930,
956,
881,
36,
9819
],
),
"universal_local": SymbolsMetadata(
popularity: 47,
codepoint: 0xe9fb,
categories: [5],
tags: [
861,
1131,
8137,
12096,
285,
1843,
81,
312,
313,
5460,
1844,
83,
2710,
1543,
319,
16535,
322,
6254,
16536,
323,
324,
1166,
174,
2945,
8311,
326,
327,
358,
1148,
8312,
2822,
71,
8300,
1540,
881,
396,
9819
],
),
"unknown_2": SymbolsMetadata(
popularity: 33,
codepoint: 0xe6a2,
categories: [1],
tags: [
231,
74,
862,
745,
1739,
5343,
4593,
6393,
925,
3621,
193,
685,
4739,
345,
4745,
2884,
8,
6394,
1252,
6395,
680,
6077,
6396,
6079,
6397,
6398,
642,
630,
70,
59,
239,
921,
410,
151,
71,
6399,
1261,
4740,
413,
396,
4317,
476
],
),
"unknown_5": SymbolsMetadata(
popularity: 60,
codepoint: 0xe6a5,
categories: [2],
tags: [
676,
1739,
5343,
1423,
1332,
193,
912,
2444,
2394,
2884,
1210,
1252,
680,
6077,
14612,
699,
1951,
87,
2897,
1255,
2945,
4272,
5920,
1224,
14724,
2922,
1339,
1170,
1261,
4766,
3945
],
),
"unknown_7": SymbolsMetadata(
popularity: 8,
codepoint: 0xe6a7,
categories: [12],
tags: [
747,
3418,
1739,
2150,
4,
77,
6242,
16079,
6703,
16080,
2847,
5,
313,
1430,
1252,
2155,
370,
4483,
1111,
1113,
16,
6956,
1641,
2875,
325,
2159,
2921,
329,
2880,
392,
6214,
31,
33,
16081,
1691,
35,
3659,
16082,
3945,
1702,
12680,
1485
],
),
"unknown_document": SymbolsMetadata(
popularity: 180,
codepoint: 0xf804,
categories: [12],
tags: [
3940,
865,
569,
16284,
81,
1580,
1430,
6435,
147,
557,
697,
871,
293,
68,
1166,
16537,
16538,
887,
1480,
1391,
1586,
1587,
3942,
2333,
3943,
3944,
880,
31,
33,
7160,
3945,
16539,
16540,
2597,
4035,
7161
],
),
"unknown_med": SymbolsMetadata(
popularity: 154,
codepoint: 0xeabd,
categories: [2],
tags: [
1423,
1332,
1208,
2394,
2266,
2884,
1210,
14719,
1163,
697,
1634,
14722,
1951,
87,
814,
1255,
16541,
4789,
2945,
4272,
5920,
1224,
1152,
1169,
14724,
1339,
16542,
3769,
8718,
1170,
1261,
4766,
1068
],
),
"unlicense": SymbolsMetadata(
popularity: 26,
codepoint: 0xeb05,
categories: [6],
tags: [
861,
3306,
192,
3310,
464,
868,
2181,
2645,
1055,
2306,
2309,
16543,
16544,
3789,
3184,
2310,
16545,
2448,
3312,
3313,
16546,
3501,
1641,
16547,
16548,
1059,
1061,
2501,
2676,
5360,
6751,
716,
16549,
6230,
3505,
3314,
1528,
1067,
16550,
16551,
16552,
2319,
16553,
4821
],
),
"unpaved_road": SymbolsMetadata(
popularity: 22,
codepoint: 0xf46d,
categories: [14],
tags: [
3639,
1810,
16083,
1812,
1813,
5057,
313,
2397,
7336,
16554,
1823,
1621,
1623,
1470,
324,
1534,
1826,
325,
3651,
1625,
386,
2046,
1626,
16087,
1538,
1830,
1627,
3608,
393,
1628,
4808,
1629,
332,
14113,
16555,
16556,
1836,
1630
],
),
"unpublished": SymbolsMetadata(
popularity: 1480,
codepoint: 0xf236,
categories: [6],
tags: [
1422,
1071,
1658,
1424,
3767,
569,
373,
1661,
193,
463,
1425,
81,
4374,
868,
1664,
1055,
942,
1078,
234,
1081,
68,
2467,
1166,
1182,
1086,
1059,
1666,
1061,
648,
1427,
759,
1428,
2334,
3503,
2469,
362,
1067,
746,
3074,
1669,
2470,
16557,
2336,
1576,
2810,
1672
],
),
"unsubscribe": SymbolsMetadata(
popularity: 1070,
codepoint: 0xe0eb,
categories: [7],
tags: [
565,
748,
1208,
193,
1209,
283,
345,
1235,
81,
1210,
1430,
2288,
3234,
68,
16,
88,
2293,
1029,
583,
16558,
616,
1059,
1242,
1587,
921,
1224,
2300,
652,
71,
392,
1226,
1372,
2633,
31,
13077,
3992
],
),
"upcoming": SymbolsMetadata(
popularity: 688,
codepoint: 0xf07e,
categories: [7],
tags: [
3091,
1359,
16559,
2072,
2073,
16560,
16561,
1160,
4803,
16562,
2888,
16563,
489,
16564,
11048,
5008,
16565,
88,
2293,
583,
16566,
905,
16567,
616,
2594,
16568,
9717,
1168,
16569,
2465,
1714
],
),
"update": SymbolsMetadata(
popularity: 8958,
codepoint: 0xe923,
categories: [6],
tags: [
1673,
77,
9630,
2443,
2939,
193,
462,
1159,
6618,
753,
81,
520,
903,
2077,
259,
3043,
756,
757,
1090,
1122,
759,
3441,
760,
761,
13861,
2836,
470,
1168,
509,
472,
764,
765,
1093,
65,
1171,
2841,
2453,
527,
333
],
),
"update_disabled": SymbolsMetadata(
popularity: 473,
codepoint: 0xe075,
categories: [6],
tags: [
77,
2443,
2939,
1051,
6312,
193,
1159,
1160,
1162,
868,
1055,
2720,
1213,
903,
2077,
1222,
3043,
16570,
1057,
16571,
5952,
16572,
16573,
6431,
1059,
1061,
4246,
760,
15844,
16574,
2836,
470,
1168,
1067,
2619,
15846,
16575,
1171,
1068,
2453,
15848
],
),
"upgrade": SymbolsMetadata(
popularity: 2416,
codepoint: 0xf0fb,
categories: [6],
tags: [
1631,
2926,
77,
9685,
16576,
313,
2420,
3352,
1696,
234,
3023,
3030,
235,
16577,
9883,
87,
4819,
905,
759,
1184,
3606,
2422,
1263,
1702,
2453,
1945,
3021
],
),
"upi_pay": SymbolsMetadata(
popularity: 31,
codepoint: 0xf3cf,
categories: [9],
tags: [
4,
926,
927,
4668,
931,
5,
937,
16578,
941,
11924,
12,
5224,
16579,
6726,
6734,
16,
2482,
6307,
948,
6692,
950,
951,
5634,
14549,
31,
33,
956,
526,
35,
16580,
16581,
16582,
16583,
971
],
),
"upload": SymbolsMetadata(
popularity: 4030,
codepoint: 0xf09b,
categories: [2],
tags: [
745,
77,
502,
1323,
1675,
1676,
81,
313,
1430,
520,
1678,
1696,
147,
1594,
1111,
259,
2799,
1750,
267,
2927,
1167,
1353,
1539,
362,
2300,
2726,
1528,
1396,
2930,
526,
1702,
527
],
),
"upload_2": SymbolsMetadata(
popularity: 78,
codepoint: 0xf521,
categories: [2],
tags: [
77,
6242,
502,
1675,
1676,
1677,
519,
81,
313,
2143,
520,
1678,
147,
2508,
259,
1707,
267,
523,
2300,
2726,
652,
1528,
1690,
5906,
526,
1702,
527,
13625,
3021,
2512,
333
],
),
"upload_file": SymbolsMetadata(
popularity: 7349,
codepoint: 0xe9fc,
categories: [6],
tags: [
748,
745,
77,
504,
1676,
81,
1580,
1430,
520,
1678,
1164,
147,
1681,
1682,
137,
138,
1594,
87,
1586,
1587,
1539,
2300,
1588,
4519,
1396,
31,
526,
4778,
141,
1702,
527,
1485
],
),
"uppercase": SymbolsMetadata(
popularity: 4,
codepoint: 0xf488,
categories: [12],
tags: [
1174,
748,
4,
502,
482,
504,
5,
345,
2339,
2953,
377,
313,
8,
2340,
914,
12,
348,
1697,
1326,
49,
16,
10911,
2344,
406,
2346,
62,
410,
298,
433,
1944,
31,
33,
11564,
11565,
413,
35,
7694,
37,
396,
8689,
1187,
2337
],
),
"urology": SymbolsMetadata(
popularity: 5,
codepoint: 0xe137,
categories: [3],
tags: [
3546,
16584,
4165,
16585,
690,
4252,
7769,
1762,
697,
892,
1764,
581,
8618,
9758,
12376,
12378,
894,
1768,
12379,
9762,
16586,
3848,
12380,
4179,
9764,
9766,
5378,
16587,
16588,
16589,
12382
],
),
"usb": SymbolsMetadata(
popularity: 919,
codepoint: 0xe1e0,
categories: [4],
tags: [
2541,
4937,
519,
284,
4938,
81,
615,
288,
1678,
1878,
10936,
16590,
904,
1110,
138,
1344,
87,
2799,
4288,
3969,
12843,
1315,
1339,
5189,
1690,
31,
65,
526,
16591,
1320,
4942
],
),
"usb_off": SymbolsMetadata(
popularity: 195,
codepoint: 0xe4fa,
categories: [4],
tags: [
481,
4937,
1310,
284,
6838,
615,
288,
1162,
868,
7838,
2719,
7867,
1213,
1222,
6429,
2017,
1059,
1315,
16592,
16593,
1067,
1226,
6835,
65,
1068,
16591,
16594,
1320,
16595,
4942
],
),
"user_attributes": SymbolsMetadata(
popularity: 304,
codepoint: 0xe708,
categories: [6],
tags: [
565,
144,
566,
8719,
16596,
9257,
685,
5763,
16597,
81,
16598,
7030,
145,
577,
581,
978,
9287,
68,
88,
6784,
1029,
70,
6257,
588,
589,
920,
921,
590,
150,
390,
1200,
71,
8300,
16599,
6262,
601,
16600
],
),
"vaccines": SymbolsMetadata(
popularity: 3246,
codepoint: 0xe138,
categories: [3],
tags: [
864,
3137,
193,
2375,
692,
1235,
2377,
1762,
15864,
5206,
2427,
16601,
697,
892,
1764,
16602,
11954,
15865,
16603,
87,
894,
1767,
1768,
6209,
5877,
1769,
239,
5822,
1574,
5524,
6504,
11957,
3147,
5378,
15867,
10620,
15868,
9125,
2387
],
),
"vacuum": SymbolsMetadata(
popularity: 54,
codepoint: 0xefc5,
categories: [8],
tags: [
1859,
2125,
16604,
5844,
810,
1891,
1864,
16605,
7336,
3863,
5833,
3869,
2537,
46,
1108,
1140,
1499,
4192,
5834,
3529,
1730,
3960,
492,
4881,
5823,
652,
1898,
16606,
5839,
1517,
65,
5841,
14917,
16607,
16608
],
),
"valve": SymbolsMetadata(
popularity: 1197,
codepoint: 0xe224,
categories: [8],
tags: [
1739,
284,
345,
6409,
2787,
46,
8553,
1077,
5974,
4633,
138,
4878,
7517,
7712,
87,
4175,
4879,
5318,
814,
1143,
492,
289,
8886,
3848,
14232,
392,
1339,
2491,
31,
511,
473,
8557,
3829
],
),
"vape_free": SymbolsMetadata(
popularity: 387,
codepoint: 0xebc6,
categories: [3],
tags: [
15049,
1233,
193,
1162,
868,
16609,
16610,
16611,
1055,
1213,
13136,
12619,
6610,
697,
698,
15052,
3271,
15053,
16612,
1059,
1061,
2558,
5822,
4246,
16613,
2368,
705,
1067,
5215,
15055,
16614,
16615,
31,
15057,
16616,
16617,
16618,
7193,
206,
3492,
1155
],
),
"vaping_rooms": SymbolsMetadata(
popularity: 536,
codepoint: 0xebcf,
categories: [3],
tags: [
16619,
14494,
3522,
1131,
929,
1676,
15058,
16609,
16611,
3833,
1882,
323,
1912,
15052,
3271,
2677,
327,
2558,
1063,
4246,
2046,
16620,
3299,
1960,
1947,
652,
898,
5215,
15055,
31,
15057,
16616,
16618,
7193,
206,
1155
],
),
"variable_add": SymbolsMetadata(
popularity: 62,
codepoint: 0xf51e,
categories: [12],
tags: [
231,
745,
232,
1321,
4721,
504,
5424,
345,
1325,
1235,
81,
7453,
1274,
488,
381,
1336,
235,
6887,
1327,
1328,
1470,
793,
237,
887,
1452,
239,
242,
432,
985,
392,
898,
675,
31,
16040,
5992,
16621
],
),
"variable_insert": SymbolsMetadata(
popularity: 51,
codepoint: 0xf51d,
categories: [12],
tags: [
10267,
77,
502,
3515,
16622,
16623,
4721,
5424,
810,
16624,
780,
16625,
313,
7453,
1274,
811,
16626,
488,
1327,
813,
16627,
2197,
1403,
325,
16628,
818,
819,
820,
432,
1339,
16040,
824,
8376,
3579,
16629,
16621,
834,
16630,
2997,
16631,
3688
],
),
"variable_remove": SymbolsMetadata(
popularity: 15,
codepoint: 0xf51c,
categories: [12],
tags: [
4990,
13930,
5162,
4721,
1208,
5424,
780,
1209,
1235,
6838,
81,
1210,
6901,
4645,
4646,
7453,
1274,
6904,
2127,
3371,
1212,
488,
13931,
14277,
1255,
16632,
432,
1224,
6918,
16633,
1226,
1261,
16040,
5992,
16634,
16621,
834,
3992
],
),
"variables": SymbolsMetadata(
popularity: 86,
codepoint: 0xf851,
categories: [12],
tags: [
1739,
144,
4721,
1743,
5424,
685,
6404,
1745,
1236,
81,
6823,
4579,
7453,
1274,
1252,
14691,
488,
1111,
1641,
23,
70,
7082,
1733,
6257,
4014,
150,
1148,
432,
1201,
71,
7085,
1753,
1545,
16040,
36,
16621
],
),
"ventilator": SymbolsMetadata(
popularity: 6,
codepoint: 0xe139,
categories: [11],
tags: [
864,
6403,
1841,
1876,
2375,
2426,
288,
1762,
2427,
16635,
697,
892,
1764,
16636,
16637,
16638,
16639,
1470,
13630,
13631,
1730,
4879,
894,
4257,
12889,
16640,
1768,
5877,
4273,
11716,
433,
3147,
16641
],
),
"verified": SymbolsMetadata(
popularity: 17690,
codepoint: 0xef76,
categories: [6],
tags: [
2661,
16642,
2666,
16643,
1658,
8463,
1758,
281,
4402,
1553,
1661,
1662,
16644,
463,
1663,
4489,
2689,
10537,
1664,
16645,
978,
16646,
1166,
3675,
1666,
6496,
362,
16647,
857,
245,
1669,
7482,
2681,
2336,
1576,
16648,
16649,
1672
],
),
"verified_off": SymbolsMetadata(
popularity: 38,
codepoint: 0xf30e,
categories: [6],
tags: [
565,
2666,
1658,
2685,
5218,
281,
4402,
1208,
2668,
192,
1661,
1662,
463,
1235,
1300,
868,
1664,
3496,
1055,
978,
1166,
7483,
1059,
1060,
1666,
1061,
590,
1224,
3506,
1036,
362,
1067,
2679,
857,
291,
1669,
3193,
7484,
2336,
16650,
16651,
1576,
16652,
3993,
1672
],
),
"verified_user": SymbolsMetadata(
popularity: 11493,
codepoint: 0xe8e8,
categories: [13],
tags: [
1658,
281,
1553,
1661,
463,
4489,
81,
1664,
3670,
10282,
16653,
4032,
9867,
3185,
1166,
1666,
2005,
242,
1034,
1063,
1573,
3187,
1574,
63,
705,
1036,
362,
1575,
245,
1669,
3193,
601,
2681,
2336,
4460,
4821,
1576,
1672
],
),
"vertical_align_bottom": SymbolsMetadata(
popularity: 1129,
codepoint: 0xe258,
categories: [12],
tags: [
2149,
2150,
76,
77,
2186,
2181,
1580,
1430,
2819,
1252,
680,
2155,
2156,
385,
1470,
1750,
2159,
329,
1588,
95,
1460,
2463,
33,
16654,
35,
338,
98,
1464,
16655,
476,
1485
],
),
"vertical_align_center": SymbolsMetadata(
popularity: 445,
codepoint: 0xe259,
categories: [12],
tags: [
2149,
2150,
76,
77,
517,
308,
2223,
2152,
2181,
2182,
1580,
1430,
2819,
1252,
680,
2155,
2258,
2156,
2172,
2184,
385,
87,
1470,
1935,
16656,
2159,
9426,
2215,
329,
2190,
432,
1588,
1460,
433,
33,
35,
1702,
1464,
2201,
1485
],
),
"vertical_align_top": SymbolsMetadata(
popularity: 1242,
codepoint: 0xe25a,
categories: [12],
tags: [
2149,
2150,
76,
77,
482,
1580,
1430,
2819,
1252,
680,
2155,
370,
385,
87,
1750,
492,
329,
432,
1588,
95,
1460,
33,
1263,
35,
1702,
1464,
16657,
1485
],
),
"vertical_distribute": SymbolsMetadata(
popularity: 287,
codepoint: 0xe076,
categories: [12],
tags: [
2149,
2150,
517,
16658,
313,
2181,
16659,
2155,
2188,
2242,
2258,
370,
490,
385,
16660,
1470,
2221,
91,
586,
2159,
329,
4664,
2459,
10441,
703,
2161,
823,
709,
2162,
33,
13694,
1464,
2201
],
),
"vertical_shades": SymbolsMetadata(
popularity: 154,
codepoint: 0xec0e,
categories: [8],
tags: [
1739,
517,
4221,
929,
345,
2141,
4185,
4225,
4233,
1161,
16661,
4051,
1140,
1499,
2741,
3626,
1470,
1143,
1391,
2927,
2215,
3354,
1034,
2459,
4042,
4228,
1347,
16662,
10559,
1598,
4044,
1464,
16663,
1187,
4230,
4232
],
),
"vertical_shades_closed": SymbolsMetadata(
popularity: 158,
codepoint: 0xec0d,
categories: [8],
tags: [
2816,
4221,
4238,
2141,
4185,
4233,
3863,
1140,
4234,
1882,
6554,
4235,
1143,
1734,
1034,
3356,
9472,
1947,
4042,
4228,
8177,
1575,
1347,
16662,
16664,
12470,
4044,
16663,
16665,
4231,
16666
],
),
"vertical_split": SymbolsMetadata(
popularity: 594,
codepoint: 0xe949,
categories: [12],
tags: [
1466,
933,
16667,
485,
8,
2264,
2154,
10392,
370,
2156,
382,
385,
2248,
4647,
2159,
6402,
410,
1151,
1152,
707,
6197,
16668,
2403,
15303,
33,
6101,
10401,
16669,
1464,
12007,
396,
1186,
1187,
16670,
1485
],
),
"vibration": SymbolsMetadata(
popularity: 760,
codepoint: 0xe62d,
categories: [11],
tags: [
1246,
1247,
1360,
1250,
251,
283,
1745,
288,
1479,
16671,
1110,
1253,
138,
1470,
262,
1699,
642,
353,
616,
1059,
16672,
271,
4260,
432,
2112,
71,
4218,
7796,
273,
1304,
2102,
1293,
31,
525,
97,
16673,
7788,
2060,
1856,
278
],
),
"video_call": SymbolsMetadata(
popularity: 2817,
codepoint: 0xe070,
categories: [0],
tags: [
231,
745,
1268,
731,
1270,
40,
570,
344,
283,
5094,
16674,
346,
12245,
5107,
16675,
1110,
49,
1282,
406,
5098,
353,
354,
439,
887,
16676,
62,
239,
453,
16677,
15583,
411,
31,
16678,
37,
5151,
16679,
16680,
434,
16681,
3617
],
),
"video_camera_back": SymbolsMetadata(
popularity: 633,
codepoint: 0xf07f,
categories: [0],
tags: [
2443,
40,
42,
3336,
781,
346,
49,
1595,
53,
406,
1596,
1597,
354,
439,
57,
59,
62,
5123,
453,
440,
16682,
432,
2836,
2543,
65,
37,
443
],
),
"video_camera_back_add": SymbolsMetadata(
popularity: 55,
codepoint: 0xf40c,
categories: [0],
tags: [
231,
745,
16683,
2443,
5140,
40,
42,
1325,
556,
346,
16684,
49,
1595,
406,
16685,
1596,
1597,
354,
439,
887,
1452,
57,
59,
62,
239,
5123,
453,
16686,
440,
16682,
31,
13980,
37,
5150,
16687,
16688,
563,
16689,
16690,
16691
],
rtlAutoMirrored: true,
),
"video_camera_front": SymbolsMetadata(
popularity: 1705,
codepoint: 0xf080,
categories: [0],
tags: [
565,
731,
40,
42,
283,
577,
346,
16684,
5107,
5097,
2751,
581,
49,
53,
15602,
406,
354,
16692,
439,
16676,
588,
589,
57,
59,
62,
590,
453,
440,
2758,
1347,
243,
411,
601,
37,
5104,
10101,
8656,
434,
16681,
16693,
3617
],
),
"video_camera_front_off": SymbolsMetadata(
popularity: 71,
codepoint: 0xf83b,
categories: [0],
tags: [
565,
1051,
40,
10093,
42,
283,
5094,
1162,
868,
1055,
577,
5097,
2751,
581,
49,
1222,
87,
406,
5098,
439,
1302,
5952,
1059,
1060,
1061,
588,
589,
57,
59,
62,
590,
4246,
440,
1067,
16694,
65,
8020,
601,
37,
5104,
10104,
8656,
778,
3617
],
),
"video_chat": SymbolsMetadata(
popularity: 492,
codepoint: 0xf8a0,
categories: [7],
tags: [
566,
568,
1270,
5137,
40,
570,
572,
573,
283,
5094,
1475,
2731,
8,
16695,
1479,
977,
1282,
5098,
583,
267,
523,
589,
590,
4777,
410,
594,
1484,
9548,
65,
37,
5104,
5151,
498,
1298,
10106,
3617
],
),
"video_file": SymbolsMetadata(
popularity: 763,
codepoint: 0xeb87,
categories: [12],
tags: [
40,
1580,
1430,
6435,
5006,
147,
2574,
346,
5107,
370,
16696,
1110,
49,
406,
16697,
686,
353,
354,
12235,
439,
16698,
62,
2509,
13978,
432,
433,
1691,
37,
563,
543,
434,
396,
8698,
2080,
16699
],
),
"video_label": SymbolsMetadata(
popularity: 265,
codepoint: 0xe071,
categories: [0],
tags: [
1195,
5794,
9257,
1523,
628,
44,
680,
2155,
781,
147,
346,
5118,
370,
138,
52,
406,
12159,
354,
439,
2509,
409,
681,
440,
432,
410,
31,
182,
35,
37,
476,
1187
],
),
"video_library": SymbolsMetadata(
popularity: 3488,
codepoint: 0xe04a,
categories: [0],
tags: [
1674,
77,
1195,
1197,
628,
1430,
3097,
781,
147,
346,
1681,
1343,
579,
1345,
88,
406,
354,
439,
2457,
4114,
2509,
432,
392,
433,
1712,
1690,
31,
37,
476
],
),
"video_search": SymbolsMetadata(
popularity: 81,
codepoint: 0xefc6,
categories: [0],
tags: [
40,
344,
1542,
316,
346,
16700,
317,
16701,
16702,
16703,
16704,
16705,
1109,
53,
1115,
16706,
5814,
1117,
2329,
406,
10599,
354,
16707,
439,
2509,
3379,
1126,
1127,
37,
16708
],
),
"video_settings": SymbolsMetadata(
popularity: 749,
codepoint: 0xea75,
categories: [0],
tags: [
1739,
1743,
8093,
685,
345,
145,
451,
16709,
1777,
293,
68,
108,
16710,
773,
70,
2509,
774,
921,
410,
652,
151,
71,
1780,
16711,
37,
16712,
16713,
16714,
444,
16715,
448,
16716,
367,
16717,
1187
],
),
"video_stable": SymbolsMetadata(
popularity: 169,
codepoint: 0xf081,
categories: [0],
tags: [
480,
2150,
16718,
925,
40,
42,
44,
346,
5107,
381,
16719,
699,
792,
87,
406,
353,
354,
439,
440,
432,
151,
4218,
682,
433,
2492,
9603,
16410,
16720,
65,
1464,
37,
16721,
476
],
),
"videocam": SymbolsMetadata(
popularity: 11802,
codepoint: 0xe04b,
categories: [0],
tags: [
731,
5978,
5137,
40,
42,
5094,
2537,
346,
5107,
1110,
49,
53,
1282,
406,
353,
354,
62,
408,
453,
440,
1347,
454,
411,
65,
37,
8656,
16722,
434
],
rtlAutoMirrored: true,
),
"videocam_alert": SymbolsMetadata(
popularity: 15,
codepoint: 0xf390,
categories: [0],
tags: [
3109,
1360,
1361,
5137,
5138,
16723,
40,
16724,
691,
5094,
1365,
2720,
1366,
16725,
346,
5107,
1110,
3458,
49,
1367,
2722,
5112,
1166,
4258,
353,
616,
62,
2725,
440,
16726,
1036,
13067,
454,
5115,
16727,
31,
1691,
16728,
8151,
37,
8656,
16729,
434,
206
],
),
"videocam_off": SymbolsMetadata(
popularity: 1298,
codepoint: 0xe04c,
categories: [0],
tags: [
1051,
5978,
1270,
5137,
40,
42,
571,
283,
5094,
1299,
2953,
868,
1055,
346,
5107,
1213,
1110,
49,
53,
87,
406,
5098,
353,
439,
1302,
1059,
1060,
1061,
62,
440,
432,
15583,
5980,
1067,
2619,
454,
1068,
37,
5104,
434,
10106
],
),
"videogame_asset": SymbolsMetadata(
popularity: 1375,
codepoint: 0xe338,
categories: [11],
tags: [
4675,
504,
5987,
345,
6409,
6410,
288,
3336,
1878,
781,
15392,
2538,
5383,
6411,
5429,
1684,
3777,
1110,
7542,
10074,
6412,
1959,
16730,
16731,
406,
523,
4288,
2509,
9726,
3299,
14941,
432,
4777,
392,
1339,
593,
3519,
15396,
65,
37,
6415,
10078,
15397
],
),
"videogame_asset_off": SymbolsMetadata(
popularity: 152,
codepoint: 0xe500,
categories: [11],
tags: [
4675,
1100,
5987,
345,
6409,
1235,
1210,
5921,
288,
1162,
1300,
868,
1055,
781,
15392,
3295,
5383,
6411,
5429,
1684,
3777,
1110,
1221,
7542,
10264,
1222,
6412,
1959,
406,
6248,
4791,
7346,
1059,
1061,
523,
9726,
432,
4777,
1224,
1067,
593,
3519,
15396,
1068,
37,
6415,
10078,
15397
],
),
"view_agenda": SymbolsMetadata(
popularity: 1429,
codepoint: 0xe8e9,
categories: [12],
tags: [
3091,
16732,
76,
2263,
2073,
5379,
3092,
81,
485,
8,
4802,
370,
382,
68,
86,
385,
1470,
88,
16733,
5025,
1029,
9939,
91,
586,
1667,
1516,
3356,
1168,
2463,
16734,
3752,
2465,
8222,
396,
16735,
1186
],
),
"view_apps": SymbolsMetadata(
popularity: 37,
codepoint: 0xf376,
categories: [2],
tags: [
2282,
2706,
2589,
6785,
2263,
4526,
450,
1425,
485,
8,
370,
382,
6181,
86,
2711,
385,
88,
4112,
506,
4113,
802,
92,
5030,
2714,
2461,
2462,
362,
509,
2716,
16736,
2717,
396,
1186
],
),
"view_array": SymbolsMetadata(
popularity: 237,
codepoint: 0xe8ea,
categories: [12],
tags: [
76,
1466,
6785,
2263,
933,
628,
81,
485,
8,
370,
382,
1198,
699,
385,
88,
2457,
91,
92,
1427,
1459,
1151,
1152,
955,
1464,
396,
16737,
476,
1186
],
),
"view_carousel": SymbolsMetadata(
popularity: 880,
codepoint: 0xe8eb,
categories: [12],
tags: [
5379,
5733,
1197,
628,
485,
8,
2188,
12296,
370,
1343,
382,
699,
49,
2508,
86,
385,
406,
2457,
325,
905,
2221,
2145,
62,
2146,
5009,
1427,
2833,
3048,
94,
2008,
4519,
396,
1186
],
),
"view_column": SymbolsMetadata(
popularity: 1511,
codepoint: 0xe8ec,
categories: [12],
tags: [
2150,
1466,
1438,
933,
81,
9937,
485,
8,
2264,
1136,
370,
382,
5381,
9938,
385,
92,
4603,
919,
4728,
1427,
1151,
1152,
2403,
955,
1473,
16738,
16739,
1464,
396,
16740,
16741,
1186,
1187
],
),
"view_column_2": SymbolsMetadata(
popularity: 149,
codepoint: 0xf847,
categories: [12],
tags: [
1466,
1438,
933,
485,
8,
2264,
16742,
370,
382,
385,
2457,
586,
4285,
919,
15317,
6402,
1427,
410,
2461,
2462,
707,
15310,
2403,
15303,
955,
6101,
1464,
396,
1186,
1187
],
),
"view_comfy": SymbolsMetadata(
popularity: 597,
codepoint: 0xe42a,
categories: [1],
tags: [
76,
2263,
6089,
3582,
1197,
16743,
628,
1425,
81,
8,
2188,
1343,
382,
68,
86,
385,
4112,
5010,
586,
5030,
3354,
1427,
2716,
955,
3074,
1473,
989,
2717,
396
],
),
"view_comfy_alt": SymbolsMetadata(
popularity: 835,
codepoint: 0xeb73,
categories: [2],
tags: [
2388,
1131,
1466,
2263,
6089,
1197,
1933,
16743,
4109,
4186,
485,
8,
370,
382,
579,
86,
385,
642,
3353,
16744,
70,
4114,
4647,
3354,
1427,
1151,
433,
2716,
5418,
5841,
3588,
396,
16745,
333
],
),
"view_compact": SymbolsMetadata(
popularity: 622,
codepoint: 0xe42b,
categories: [1],
tags: [
2150,
76,
6785,
2263,
6089,
933,
6037,
1425,
8,
16746,
370,
382,
385,
4112,
3353,
92,
5030,
4647,
3354,
1427,
3356,
1459,
1151,
392,
2716,
955,
3357,
396,
1229
],
),
"view_compact_alt": SymbolsMetadata(
popularity: 751,
codepoint: 0xeb74,
categories: [2],
tags: [
2388,
1591,
76,
2263,
482,
933,
6037,
628,
1236,
81,
485,
8,
83,
370,
382,
385,
16747,
70,
92,
919,
1427,
432,
1459,
2461,
71,
95,
433,
955,
396,
11612,
333,
1229
],
),
"view_cozy": SymbolsMetadata(
popularity: 989,
codepoint: 0xeb75,
categories: [2],
tags: [
1466,
6089,
1209,
16748,
16743,
6037,
628,
4186,
81,
6961,
485,
8,
2188,
370,
382,
5381,
1079,
68,
86,
385,
88,
5025,
586,
5640,
3354,
1427,
3356,
955,
1957,
396,
16749,
9723,
476,
333
],
),
"view_day": SymbolsMetadata(
popularity: 425,
codepoint: 0xe8ed,
categories: [12],
tags: [
2072,
1466,
1423,
2263,
2073,
5379,
5733,
933,
1160,
2126,
485,
8,
10,
370,
382,
699,
385,
2945,
586,
4647,
3488,
1427,
1168,
2315,
1171,
2465,
396,
1186
],
),
"view_headline": SymbolsMetadata(
popularity: 886,
codepoint: 0xe8ee,
categories: [12],
tags: [
1131,
1466,
2442,
517,
481,
3938,
628,
485,
8,
1430,
1164,
370,
2156,
382,
1198,
9390,
4697,
385,
1470,
88,
91,
586,
2159,
1427,
410,
1151,
955,
33,
740,
12558,
396,
476,
1186,
1187
],
),
"view_in_ar": SymbolsMetadata(
popularity: 4291,
codepoint: 0xe9fe,
categories: [0],
tags: [
478,
16750,
2542,
16751,
2769,
2744,
482,
483,
10138,
44,
8,
489,
7043,
16752,
466,
16753,
3039,
2753,
386,
16754,
2777,
16755,
4618,
16756,
410,
496,
433,
65,
10771,
396,
16757,
16758,
475,
499,
477
],
),
"view_in_ar_off": SymbolsMetadata(
popularity: 10,
codepoint: 0xf61b,
categories: [0],
tags: [
478,
2542,
16759,
16760,
2769,
2744,
482,
40,
1235,
483,
10138,
486,
868,
1055,
7043,
3039,
1222,
16761,
7345,
7346,
492,
1059,
1060,
1061,
386,
2777,
2778,
1067,
496,
433,
65,
1068,
396,
498,
499,
477
],
),
"view_kanban": SymbolsMetadata(
popularity: 1309,
codepoint: 0xeb7f,
categories: [2],
tags: [
4158,
2263,
5713,
5379,
1438,
382,
16762,
16763,
385,
1470,
88,
1029,
586,
3354,
1668,
759,
1516,
5657,
2459,
2716,
291,
955,
1517,
16764,
396,
9723,
16765,
1671,
16766
],
),
"view_list": SymbolsMetadata(
popularity: 5104,
codepoint: 0xe8ef,
categories: [12],
tags: [
1466,
9454,
2138,
6037,
628,
81,
485,
1541,
8,
1430,
83,
370,
382,
173,
68,
3771,
86,
385,
1470,
88,
506,
325,
9460,
70,
91,
586,
1427,
1459,
94,
95,
2463,
955,
396,
1186
],
rtlAutoMirrored: true,
),
"view_module": SymbolsMetadata(
popularity: 1059,
codepoint: 0xe8f0,
categories: [12],
tags: [
76,
1466,
2263,
1197,
2707,
628,
1425,
81,
485,
8,
370,
1343,
382,
1198,
6181,
68,
86,
385,
4726,
586,
92,
5030,
3354,
1427,
432,
390,
2461,
433,
2716,
2463,
955,
2717,
396,
476,
1186
],
),
"view_object_track": SymbolsMetadata(
popularity: 88,
codepoint: 0xf432,
categories: [12],
tags: [
5522,
1131,
3134,
482,
40,
42,
5520,
7811,
1749,
2982,
348,
382,
2821,
385,
630,
353,
468,
492,
3354,
59,
328,
453,
432,
2822,
363,
433,
2716,
16767,
1227,
2465,
3797,
2148,
37,
396
],
),
"view_quilt": SymbolsMetadata(
popularity: 865,
codepoint: 0xe8f1,
categories: [12],
tags: [
1466,
2263,
933,
2244,
1425,
485,
4580,
370,
1343,
382,
385,
3353,
15316,
70,
586,
4647,
3354,
4195,
3356,
1459,
2461,
2462,
363,
707,
433,
2716,
2463,
955,
2717,
396,
1186,
1229
],
rtlAutoMirrored: true,
),
"view_real_size": SymbolsMetadata(
popularity: 21,
codepoint: 0xf4c2,
categories: [1],
tags: [
72,
16768,
16769,
628,
45,
377,
8,
2340,
914,
16770,
137,
49,
801,
5813,
1116,
406,
8106,
22,
178,
16771,
16772,
57,
804,
62,
24,
3088,
3089,
16773,
391,
298,
31,
396,
16774,
2337,
8269
],
),
"view_sidebar": SymbolsMetadata(
popularity: 769,
codepoint: 0xf114,
categories: [12],
tags: [
1131,
1423,
912,
1438,
628,
345,
81,
485,
8,
914,
370,
382,
2920,
68,
1344,
385,
88,
506,
325,
16775,
70,
15787,
919,
432,
410,
1151,
71,
2008,
2947,
413,
1464,
396,
333,
1187
],
rtlAutoMirrored: true,
),
"view_stream": SymbolsMetadata(
popularity: 570,
codepoint: 0xe8f2,
categories: [12],
tags: [
1466,
7342,
2263,
933,
628,
16776,
81,
485,
8,
6401,
1727,
370,
1343,
382,
699,
68,
385,
1470,
88,
642,
9939,
586,
1427,
3356,
1459,
16777,
2463,
454,
16778,
396,
16779,
9723,
1186
],
),
"view_timeline": SymbolsMetadata(
popularity: 2928,
codepoint: 0xeb85,
categories: [2],
tags: [
1071,
373,
4801,
81,
375,
8,
10,
1077,
1078,
382,
2077,
699,
385,
87,
20,
4258,
5030,
3354,
3487,
1427,
759,
453,
1428,
1168,
94,
2716,
1171,
2465,
1095,
1464,
396,
514
],
),
"view_week": SymbolsMetadata(
popularity: 1125,
codepoint: 0xe8f3,
categories: [12],
tags: [
3091,
16732,
2072,
5023,
517,
2073,
6854,
16780,
16781,
933,
16782,
1160,
5028,
2126,
5024,
16783,
485,
8,
10,
4803,
370,
382,
385,
88,
92,
3488,
453,
1168,
5031,
1171,
2465,
396,
1186,
5021,
5027
],
),
"vignette": SymbolsMetadata(
popularity: 185,
codepoint: 0xe435,
categories: [1],
tags: [
2212,
1132,
504,
40,
193,
2817,
4083,
606,
1252,
680,
487,
3360,
4305,
83,
348,
4306,
137,
138,
49,
53,
57,
59,
16784,
3201,
330,
151,
31,
907,
4345,
476
],
),
"villa": SymbolsMetadata(
popularity: 762,
codepoint: 0xe586,
categories: [16],
tags: [
1495,
1496,
4036,
929,
2553,
4494,
1498,
2556,
1958,
1140,
2739,
1499,
2557,
4055,
1534,
327,
1500,
2559,
1501,
1502,
1503,
955,
3303,
2792,
332,
4895,
1506,
1961,
16785,
16786
],
),
"visibility": SymbolsMetadata(
popularity: 48185,
codepoint: 0xe8f4,
categories: [6],
tags: [
8,
5796,
12862,
1221,
16787,
6792,
1115,
8398,
1061,
3780,
16788,
13534,
386,
1063,
2046,
2899,
1036,
1127,
2008,
16789,
7497,
16790,
16791,
2951,
396,
3630,
7348,
476,
2080
],
),
"visibility_lock": SymbolsMetadata(
popularity: 163,
codepoint: 0xf653,
categories: [6],
tags: [
861,
2601,
4238,
8021,
5796,
1221,
16792,
16793,
16794,
1778,
16795,
16796,
1056,
1061,
5319,
2676,
1034,
1063,
16797,
1573,
3187,
1574,
3273,
16798,
2899,
3189,
705,
6261,
1774,
16799,
1036,
1127,
2008,
16800,
5321,
396,
3630,
7348
],
),
"visibility_off": SymbolsMetadata(
popularity: 20134,
codepoint: 0xe8f5,
categories: [6],
tags: [
10268,
13538,
1162,
868,
16801,
1055,
5796,
488,
1221,
2920,
1111,
813,
11635,
11707,
7346,
7338,
1059,
1061,
5319,
16802,
1034,
1063,
2899,
6261,
1036,
1127,
2008,
16803,
1067,
5115,
413,
16804,
10275,
16805,
396,
3630,
2080
],
),
"vital_signs": SymbolsMetadata(
popularity: 301,
codepoint: 0xe650,
categories: [3],
tags: [
1422,
12067,
4250,
373,
2375,
4252,
81,
288,
1762,
12068,
5367,
5368,
7768,
2427,
2887,
351,
1078,
697,
892,
4506,
4256,
2077,
1764,
10173,
1426,
17,
894,
15816,
630,
4258,
5877,
4260,
1428,
2148,
4263,
1855
],
),
"vo2_max": SymbolsMetadata(
popularity: 22,
codepoint: 0xf4aa,
categories: [15],
tags: [
2513,
16806,
13627,
1422,
4956,
690,
5365,
16807,
373,
81,
375,
11,
2886,
2887,
1078,
697,
4378,
4506,
5370,
581,
87,
13630,
13631,
16808,
17,
894,
18,
4258,
9762,
3765,
648,
4260,
11716,
30,
1095,
3033,
16809,
3521
],
),
"voice_chat": SymbolsMetadata(
popularity: 875,
codepoint: 0xe62e,
categories: [7],
tags: [
1268,
14928,
16810,
568,
5137,
40,
570,
572,
573,
283,
1475,
1476,
2732,
16695,
1479,
16811,
14929,
583,
16812,
4929,
5046,
243,
1293,
594,
1484,
1296,
4848,
37,
1298,
13231,
16813,
16814
],
),
"voice_over_off": SymbolsMetadata(
popularity: 491,
codepoint: 0xe94a,
categories: [6],
tags: [
862,
15673,
16815,
565,
16816,
16817,
10156,
1051,
6312,
7299,
868,
16818,
1055,
577,
581,
11635,
1302,
16819,
11882,
2098,
16820,
1059,
1061,
673,
588,
589,
590,
440,
16821,
16822,
1304,
1067,
3386,
2103,
4846,
1295,
16823,
594,
16824,
16825,
5936,
8020,
601,
1298,
16826,
16827,
16828,
12324
],
),
"voice_selection": SymbolsMetadata(
popularity: 513,
codepoint: 0xf58a,
categories: [0],
tags: [
862,
1268,
570,
684,
283,
685,
1475,
868,
1055,
577,
351,
977,
581,
1111,
87,
1284,
1285,
6271,
1059,
1060,
1061,
355,
589,
2987,
921,
590,
3380,
3381,
440,
362,
151,
888,
1067,
593,
1293,
1295,
594,
1296,
9548,
65,
601,
1298,
1855
],
),
"voice_selection_off": SymbolsMetadata(
popularity: 13,
codepoint: 0xf42c,
categories: [0],
tags: [
748,
1268,
570,
450,
1103,
345,
1475,
2013,
1300,
868,
1055,
577,
581,
87,
1284,
1285,
6271,
1302,
6510,
1059,
1060,
1061,
70,
589,
2987,
358,
2100,
3380,
3381,
362,
363,
151,
1304,
1067,
593,
1293,
1295,
594,
1296,
9548,
5606,
1298,
1855
],
),
"voicemail": SymbolsMetadata(
popularity: 753,
codepoint: 0xe0d9,
categories: [7],
tags: [
1360,
16829,
1268,
16830,
1270,
193,
16831,
283,
288,
3914,
2291,
4529,
2293,
583,
11614,
5066,
262,
887,
616,
3904,
271,
2509,
408,
2298,
440,
1293,
16832,
1406,
2597,
1298,
16814,
16833
],
),
"voicemail_2": SymbolsMetadata(
popularity: 3,
codepoint: 0xf352,
categories: [7],
tags: [
480,
1360,
1268,
1270,
193,
283,
288,
2290,
4483,
138,
2291,
51,
3792,
583,
814,
5066,
5067,
262,
2592,
616,
289,
271,
3343,
16834,
440,
1339,
1293,
594,
31,
13230,
1298,
16833
],
),
"volcano": SymbolsMetadata(
popularity: 462,
codepoint: 0xebda,
categories: [3],
tags: [
1360,
16835,
9105,
4404,
1365,
4408,
315,
2427,
1844,
16836,
4411,
5180,
318,
11053,
7756,
4412,
3029,
1595,
16837,
16838,
1596,
2363,
6760,
1826,
3651,
5159,
4179,
5215,
3826,
16839,
206
],
),
"volume_down": SymbolsMetadata(
popularity: 1517,
codepoint: 0xe04d,
categories: [0],
tags: [
10196,
1268,
16840,
3383,
3318,
2061,
345,
2054,
16841,
16031,
2819,
1951,
1301,
16842,
686,
439,
1707,
1302,
1286,
3430,
16843,
5920,
1304,
1293,
3327,
1294,
15194,
16844,
2031,
554,
3477,
12644,
1856
],
rtlAutoMirrored: true,
),
"volume_down_alt": SymbolsMetadata(
popularity: 481,
codepoint: 0xe79c,
categories: [0],
tags: [
1739,
2388,
1268,
3383,
193,
9105,
345,
4095,
2884,
16841,
2819,
792,
5266,
16845,
406,
1707,
1302,
409,
16843,
5920,
71,
1293,
11762,
16846,
1294,
1691,
2031,
3476,
554,
3477,
16847,
12644,
16848
],
rtlAutoMirrored: true,
),
"volume_mute": SymbolsMetadata(
popularity: 2473,
codepoint: 0xe04e,
categories: [0],
tags: [
1268,
10156,
1208,
345,
1162,
868,
138,
407,
1707,
1302,
11882,
2098,
1059,
408,
2100,
71,
1304,
2102,
1067,
1293,
2103,
1294,
11765,
1226,
31,
2031,
554,
3993
],
rtlAutoMirrored: true,
),
"volume_off": SymbolsMetadata(
popularity: 4879,
codepoint: 0xe04f,
categories: [0],
tags: [
862,
1268,
3383,
10156,
345,
6838,
1162,
868,
1055,
1213,
1279,
1953,
352,
439,
1707,
1302,
2098,
1059,
7409,
1061,
4246,
2100,
2102,
1067,
1293,
2103,
1294,
11765,
1691,
2031,
554,
3477,
12324
],
rtlAutoMirrored: true,
),
"volume_up": SymbolsMetadata(
popularity: 10984,
codepoint: 0xe050,
categories: [0],
tags: [
10196,
7807,
16849,
1268,
4954,
3383,
7713,
345,
1745,
16850,
1279,
16851,
138,
16852,
1301,
4413,
406,
439,
1707,
408,
71,
1293,
16853,
9905,
16854,
14937,
1294,
31,
2031,
1702,
37,
554,
3477,
16855
],
rtlAutoMirrored: true,
),
"volunteer_activism": SymbolsMetadata(
popularity: 7777,
codepoint: 0xea70,
categories: [15],
tags: [
16856,
864,
865,
3137,
16857,
9158,
574,
16858,
11677,
4267,
4268,
16859,
2695,
6733,
6561,
2696,
2697,
4032,
2698,
2076,
4506,
16860,
15131,
16861,
9162,
4507,
9274,
586,
16862,
2030,
593,
880,
13095
],
),
"voting_chip": SymbolsMetadata(
popularity: 101,
codepoint: 0xf852,
categories: [12],
tags: [
231,
72,
745,
2440,
1658,
3742,
4918,
684,
574,
16863,
2990,
10213,
16864,
3746,
1479,
15741,
1613,
887,
178,
13776,
16865,
2987,
239,
3749,
358,
6522,
203,
5040,
363,
593,
880,
1619,
16117,
13837,
3753,
3754
],
),
"vpn_key": SymbolsMetadata(
popularity: 4418,
codepoint: 0xe0da,
categories: [13],
tags: [
861,
9869,
5218,
5220,
2688,
4238,
1102,
284,
81,
44,
4932,
8021,
5948,
1431,
259,
1112,
1778,
980,
267,
8402,
5319,
1034,
1063,
1574,
705,
6261,
1774,
1036,
1575,
987,
65,
5321,
13598
],
),
"vpn_key_alert": SymbolsMetadata(
popularity: 29,
codepoint: 0xf6cc,
categories: [13],
tags: [
3109,
861,
2601,
1360,
1361,
5218,
5220,
691,
1102,
284,
3680,
1365,
4932,
5948,
1431,
2720,
1366,
1479,
1367,
259,
2722,
1112,
1778,
1166,
267,
616,
8402,
5319,
1063,
16866,
2725,
1428,
1065,
1066,
12527,
1036,
1093,
7476,
5321,
13597,
13598,
206
],
),
"vpn_key_off": SymbolsMetadata(
popularity: 651,
codepoint: 0xeb7a,
categories: [13],
tags: [
861,
565,
5218,
1051,
4238,
1102,
284,
6259,
81,
5921,
868,
3263,
4932,
1055,
1431,
259,
1112,
1778,
980,
267,
1057,
1059,
1060,
1061,
8402,
5319,
1034,
1063,
3187,
1065,
1036,
1575,
987,
1067,
1068,
5321,
13598
],
),
"vpn_lock": SymbolsMetadata(
popularity: 1328,
codepoint: 0xe62f,
categories: [13],
tags: [
861,
284,
13181,
6803,
6804,
315,
320,
259,
6806,
1778,
14771,
1056,
267,
6808,
523,
5949,
5319,
1034,
16867,
1063,
3187,
13593,
1574,
1066,
3189,
705,
1774,
12527,
1036,
1575,
498,
13597,
13598,
16868,
16869,
16870,
334
],
),
"vpn_lock_2": SymbolsMetadata(
popularity: 45,
codepoint: 0xf350,
categories: [13],
tags: [
861,
5315,
5220,
4238,
284,
11468,
81,
315,
320,
8025,
259,
1112,
5227,
1778,
1056,
267,
523,
16871,
5319,
1034,
1063,
3187,
1574,
2368,
3189,
705,
1774,
1036,
1575,
498,
13597,
13598,
334
],
),
"vr180_create2d": SymbolsMetadata(
popularity: 55,
codepoint: 0xefca,
categories: [1],
tags: [
16872,
16873,
372,
14280,
193,
6434,
16874,
1325,
16875,
868,
1055,
379,
16876,
1350,
49,
1595,
1432,
406,
1596,
1597,
1059,
1060,
1061,
5798,
469,
57,
59,
62,
387,
2777,
432,
392,
1067,
433,
2823,
393,
512,
395,
1464,
37,
396,
475,
499,
477,
16877
],
),
"vr180_create2d_off": SymbolsMetadata(
popularity: 26,
codepoint: 0xf571,
categories: [1],
tags: [
16872,
372,
14280,
504,
193,
345,
1787,
1325,
16875,
4785,
868,
1055,
379,
1350,
49,
1222,
1595,
1432,
642,
1596,
1597,
16878,
1059,
1060,
1061,
355,
386,
57,
59,
62,
2366,
388,
2777,
151,
1067,
1948,
2404,
413,
1464,
396,
475,
499,
477,
16877
],
),
"vrpano": SymbolsMetadata(
popularity: 482,
codepoint: 0xf082,
categories: [1],
tags: [
458,
500,
40,
193,
44,
12928,
320,
49,
466,
1595,
53,
406,
1596,
1597,
16879,
5798,
469,
386,
57,
59,
62,
2777,
1035,
64,
331,
65,
396,
498,
476,
477,
14690,
2540
],
),
"wall_art": SymbolsMetadata(
popularity: 69,
codepoint: 0xefcb,
categories: [8],
tags: [
1592,
2136,
1132,
6594,
2279,
6553,
1161,
8,
378,
12295,
12296,
348,
1343,
137,
1140,
384,
49,
6554,
1595,
16880,
1596,
1597,
4458,
3083,
57,
1346,
59,
62,
7628,
432,
1947,
433,
476,
4732,
13274
],
),
"wall_lamp": SymbolsMetadata(
popularity: 96,
codepoint: 0xe2b4,
categories: [10],
tags: [
1859,
16881,
3863,
9106,
3864,
4051,
1140,
16882,
1499,
4746,
16883,
16884,
9109,
3626,
5183,
2944,
16885,
16886,
492,
289,
1503,
16887,
1339,
1170,
4732,
16888,
16889
],
),
"wallet": SymbolsMetadata(
popularity: 3909,
codepoint: 0xf8ff,
categories: [9],
tags: [
565,
927,
960,
569,
931,
934,
936,
937,
11348,
14545,
5631,
941,
4189,
967,
946,
16890,
948,
6692,
951,
16891,
11409,
432,
954,
16892,
956,
971,
958
],
),
"wallpaper": SymbolsMetadata(
popularity: 1131,
codepoint: 0xe1bc,
categories: [4],
tags: [
480,
3515,
9151,
1236,
2394,
754,
8,
137,
7936,
11048,
138,
384,
49,
1595,
1597,
2363,
1826,
4040,
3354,
4014,
57,
59,
62,
2778,
8817,
410,
71,
1994,
1598,
4740,
396,
16893
],
),
"wallpaper_slideshow": SymbolsMetadata(
popularity: 25,
codepoint: 0xf672,
categories: [4],
tags: [
3515,
16894,
1743,
1197,
8,
1164,
348,
1343,
138,
49,
2508,
1595,
1082,
406,
630,
2457,
57,
59,
2145,
62,
2146,
2509,
1427,
470,
410,
94,
2008,
5981,
5173,
433,
1712,
2130,
31,
4308,
396,
476,
16893
],
),
"wand_shine": SymbolsMetadata(
popularity: 72,
codepoint: 0xf31f,
categories: [6],
tags: [
1739,
2493,
1592,
2495,
2125,
3620,
6085,
1252,
487,
16895,
3352,
5461,
15794,
83,
5495,
3624,
2468,
3626,
3627,
3363,
16896,
1167,
8988,
8989,
4757,
16897,
3365,
10747,
595,
857,
511,
11847,
16898,
10749,
2586
],
),
"wand_stars": SymbolsMetadata(
popularity: 150,
codepoint: 0xf31e,
categories: [6],
tags: [
480,
748,
2493,
2665,
2495,
839,
2125,
1325,
487,
1164,
16895,
16899,
15794,
216,
1350,
5495,
2468,
87,
3363,
16900,
16901,
328,
3687,
392,
4757,
7930,
3365,
3205,
10747,
857,
3366,
5189,
16902,
31,
511,
16898,
10749,
2586
],
),
"ward": SymbolsMetadata(
popularity: 14,
codepoint: 0xe13c,
categories: [3],
tags: [
861,
2666,
1758,
281,
1904,
481,
690,
1553,
2375,
3667,
3953,
3496,
3184,
3185,
697,
1764,
581,
5249,
4273,
588,
2676,
589,
1034,
1063,
1574,
1065,
3189,
705,
1774,
1036,
1575,
7482,
1576,
16903
],
),
"warehouse": SymbolsMetadata(
popularity: 2717,
codepoint: 0xebb8,
categories: [5],
tags: [
1496,
929,
569,
6932,
1180,
2037,
16904,
2182,
1696,
3833,
6447,
16905,
5345,
4911,
1594,
4878,
5312,
3771,
3403,
5757,
7939,
681,
16906,
4352,
4662,
1690,
1396,
955,
11441,
900,
8473
],
),
"warning": SymbolsMetadata(
popularity: 34464,
codepoint: 0xe002,
categories: [6],
tags: [
3109,
1360,
1673,
1361,
691,
1365,
2720,
1366,
4495,
4412,
1367,
1344,
2722,
1166,
583,
616,
2725,
4415,
1036,
1575,
898,
273,
291,
31,
1093,
1691,
141,
2437,
1348,
206,
1186
],
),
"warning_off": SymbolsMetadata(
popularity: 35,
codepoint: 0xf7ad,
categories: [6],
tags: [
3109,
1360,
16907,
12712,
16908,
1361,
16909,
691,
16910,
16911,
780,
16912,
1365,
16913,
868,
16914,
1055,
2720,
16915,
16916,
1366,
16917,
16918,
1367,
1166,
16919,
16920,
16921,
16922,
616,
16923,
2099,
1059,
1060,
1061,
16924,
3189,
16925,
1067,
31,
1691,
8151,
16926,
206,
16927
],
),
"wash": SymbolsMetadata(
popularity: 404,
codepoint: 0xf1b1,
categories: [8],
tags: [
1859,
1861,
3137,
5831,
810,
1864,
5816,
2640,
753,
7432,
11128,
7336,
2646,
2695,
2648,
2696,
2698,
2479,
1140,
3529,
7651,
1730,
760,
14615,
1224,
7362,
5823,
652,
5825,
472,
7341,
7654,
3858,
3829,
3545
],
),
"watch": SymbolsMetadata(
popularity: 2636,
codepoint: 0xe334,
categories: [11],
tags: [
2541,
1360,
4936,
8958,
193,
1159,
288,
44,
8,
577,
2887,
2497,
2538,
2076,
697,
616,
16136,
5881,
2543,
410,
1292,
433,
4915,
65,
1171,
2545,
1095,
2080,
2547,
2548,
333,
2549,
2551
],
),
"watch_arrow": SymbolsMetadata(
popularity: 39,
codepoint: 0xf2ca,
categories: [11],
tags: [
5518,
1359,
2072,
77,
502,
1159,
2707,
2074,
2075,
1400,
313,
577,
903,
2538,
2076,
16143,
51,
1344,
17,
16144,
325,
1167,
8839,
759,
16928,
1370,
906,
1168,
410,
16146,
2838,
1171,
2545,
1172,
2815,
141,
1348,
477,
2080,
2548,
333,
1186,
2551
],
rtlAutoMirrored: true,
),
"watch_button_press": SymbolsMetadata(
popularity: 25,
codepoint: 0xf6aa,
categories: [11],
tags: [
748,
4324,
1360,
2542,
6346,
504,
193,
1785,
1159,
345,
288,
44,
8,
2538,
1253,
1111,
1612,
406,
407,
616,
2509,
16929,
1120,
432,
330,
410,
1292,
7140,
433,
2130,
1792,
65,
1171,
2546,
477,
2080,
2547,
2548,
333,
2551
],
),
"watch_check": SymbolsMetadata(
popularity: 44,
codepoint: 0xf468,
categories: [11],
tags: [
2666,
2685,
1661,
193,
1159,
463,
16930,
2669,
2689,
16931,
2323,
1664,
1106,
2671,
16932,
1166,
1666,
2674,
330,
1035,
362,
245,
9182,
1517,
1669,
1171,
16933,
16934,
16935,
2682,
2080,
16936,
2548,
333,
2551,
1672
],
),
"watch_off": SymbolsMetadata(
popularity: 253,
codepoint: 0xeae3,
categories: [11],
tags: [
1359,
1360,
8958,
481,
1208,
780,
1159,
1209,
2606,
1162,
1300,
4244,
4245,
1213,
1302,
616,
1059,
1223,
2618,
1370,
1224,
2368,
7521,
2102,
1067,
1226,
4915,
1171,
1172,
2080,
16937,
2548,
333,
2549,
2551
],
),
"watch_screentime": SymbolsMetadata(
popularity: 61,
codepoint: 0xf6ae,
categories: [6],
tags: [
1422,
2542,
193,
1159,
519,
345,
81,
288,
44,
8,
2091,
1878,
2538,
1253,
550,
4258,
271,
1668,
432,
1428,
410,
16938,
1701,
433,
746,
525,
65,
1171,
2546,
1095,
3315,
477,
2080,
2548,
333,
2551
],
),
"watch_vibration": SymbolsMetadata(
popularity: 63,
codepoint: 0xf467,
categories: [11],
tags: [
1246,
1247,
1360,
2542,
7993,
8958,
7536,
1159,
2538,
2698,
16939,
1253,
1470,
353,
1302,
616,
16672,
271,
4260,
2100,
4261,
2113,
4218,
273,
1304,
2102,
7140,
2103,
4915,
1171,
2545,
7788,
16940,
2060,
477,
2080,
1855,
2547,
2548,
333,
2551
],
),
"watch_wake": SymbolsMetadata(
popularity: 21,
codepoint: 0xf6a9,
categories: [11],
tags: [
4324,
1360,
1859,
2542,
16941,
3620,
193,
1159,
288,
8,
1878,
4326,
2538,
3777,
1253,
3637,
68,
3626,
262,
1259,
1061,
3176,
2536,
410,
1897,
2544,
433,
65,
1171,
2546,
9009,
477,
2133,
2080,
2547,
2548,
333,
2549,
2551
],
),
"water": SymbolsMetadata(
popularity: 2329,
codepoint: 0xf084,
categories: [15],
tags: [
480,
16942,
1332,
4036,
810,
11152,
2904,
4269,
1164,
1844,
2516,
6486,
11375,
4356,
4175,
814,
7190,
2363,
2487,
289,
1886,
5943,
760,
4361,
392,
1339,
10495,
31,
7191,
16943,
3829,
10496,
1856,
859,
10491,
10508
],
),
"water_bottle": SymbolsMetadata(
popularity: 40,
codepoint: 0xf69d,
categories: [3],
tags: [
4859,
1759,
7265,
5697,
1333,
16944,
4206,
16945,
7883,
1845,
11,
2887,
4171,
697,
16946,
16947,
11375,
16948,
4210,
7712,
4175,
16949,
16950,
11354,
16951,
330,
16952,
15409,
16953,
3829,
16954
],
),
"water_bottle_large": SymbolsMetadata(
popularity: 10,
codepoint: 0xf69e,
categories: [3],
tags: [
4859,
1759,
7265,
1333,
4206,
11,
2887,
4171,
2516,
8253,
697,
16947,
11375,
1940,
4175,
16949,
4382,
492,
3651,
16955,
5556,
16956,
392,
30,
16953,
332,
7290,
3829,
16954,
16957
],
),
"water_damage": SymbolsMetadata(
popularity: 420,
codepoint: 0xf203,
categories: [8],
tags: [
1360,
1496,
929,
691,
11217,
5245,
10489,
4408,
11152,
16958,
2904,
4269,
2427,
2556,
9094,
3783,
4412,
1140,
1499,
2722,
11153,
4175,
3960,
1166,
7190,
8886,
3848,
2725,
1500,
16959,
2559,
4881,
1502,
1503,
1504,
7341,
4393,
4732,
206,
3829,
16960,
859,
10491
],
),
"water_do": SymbolsMetadata(
popularity: 22,
codepoint: 0xf870,
categories: [3],
tags: [
1332,
3810,
4859,
810,
14266,
4206,
2904,
4269,
7188,
4696,
2516,
1847,
15473,
697,
6486,
11375,
4175,
7190,
1826,
3765,
3848,
16296,
5943,
10504,
3852,
3825,
31,
7191,
3829,
10496,
3492,
10491
],
),
"water_drop": SymbolsMetadata(
popularity: 6913,
codepoint: 0xe798,
categories: [3],
tags: [
5343,
16942,
9112,
11911,
7775,
6948,
4206,
11152,
2904,
4269,
6223,
6224,
1164,
1844,
83,
2516,
6486,
11375,
4175,
7190,
1826,
2487,
6693,
328,
1869,
5943,
4033,
71,
593,
7191,
7192,
3829,
859,
10491
],
),
"water_ec": SymbolsMetadata(
popularity: 13,
codepoint: 0xf875,
categories: [3],
tags: [
1422,
6189,
4346,
3934,
4168,
11911,
16961,
1843,
81,
2904,
4269,
16962,
6223,
3869,
3921,
1844,
2516,
3870,
51,
68,
4174,
1083,
4175,
17,
630,
1884,
16296,
63,
2890,
4179,
64,
1318,
1319,
3937,
3829
],
),
"water_full": SymbolsMetadata(
popularity: 65,
codepoint: 0xf6d6,
categories: [15],
tags: [
16942,
4859,
5264,
7186,
4206,
9813,
2904,
4269,
2886,
2516,
2276,
697,
2358,
6486,
11375,
4175,
7190,
1826,
2487,
5943,
16963,
16964,
2423,
7191,
16943,
16965,
3829,
10496,
16966,
9815,
859,
10491
],
),
"water_heater": SymbolsMetadata(
popularity: 375,
codepoint: 0xe284,
categories: [8],
tags: [
1859,
2125,
3810,
7949,
685,
345,
288,
3921,
3683,
46,
5974,
1848,
1140,
1894,
3029,
16967,
1499,
4212,
630,
1143,
3848,
3687,
1503,
71,
3852,
1898,
291,
1093,
858,
3375,
16968
],
),
"water_lock": SymbolsMetadata(
popularity: 31,
codepoint: 0xf6ad,
categories: [6],
tags: [
2816,
481,
4238,
12184,
3953,
288,
2904,
4269,
1164,
2886,
6486,
4175,
1778,
1056,
7190,
1826,
5319,
7966,
1034,
1063,
3187,
1574,
5943,
3273,
3189,
3190,
705,
11620,
1774,
3191,
1036,
1575,
2546,
5321,
2080,
3829,
16969,
16970,
859
],
),
"water_loss": SymbolsMetadata(
popularity: 29,
codepoint: 0xf6d5,
categories: [15],
tags: [
840,
7775,
5038,
2884,
16971,
4206,
9813,
16972,
2904,
4269,
964,
1844,
7189,
2886,
2516,
15474,
11153,
11157,
4175,
6807,
16404,
7190,
3848,
16973,
8181,
4033,
16974,
7191,
16943,
6232,
3829,
10496,
16975,
9815
],
),
"water_lux": SymbolsMetadata(
popularity: 30,
codepoint: 0xf874,
categories: [3],
tags: [
223,
4859,
4206,
4269,
7188,
811,
1844,
2516,
2276,
3870,
697,
11375,
16976,
51,
792,
5183,
4175,
17,
3473,
7190,
1826,
26,
5943,
8176,
16977,
8441,
1598,
4043,
13255,
7191,
7192,
16953,
554,
3829,
10496,
16978,
1856,
859,
10491
],
),
"water_medium": SymbolsMetadata(
popularity: 40,
codepoint: 0xf6d4,
categories: [15],
tags: [
840,
4206,
9813,
11152,
2904,
4269,
1844,
2886,
2516,
15473,
6486,
11375,
792,
4175,
3878,
7190,
1826,
9118,
10047,
5943,
16979,
7191,
7192,
554,
3829,
9815,
859,
10491
],
),
"water_orp": SymbolsMetadata(
popularity: 15,
codepoint: 0xf878,
categories: [3],
tags: [
16942,
4168,
810,
2904,
4269,
1164,
1844,
8477,
1077,
2516,
6486,
11375,
16976,
11153,
4175,
17,
7190,
1826,
16980,
16981,
16982,
3765,
16983,
9366,
8826,
63,
10504,
8181,
4179,
16979,
7191,
3829,
10491
],
),
"water_ph": SymbolsMetadata(
popularity: 15,
codepoint: 0xf87a,
categories: [3],
tags: [
16984,
16985,
1809,
16986,
1422,
16942,
4168,
810,
2904,
4269,
1164,
1844,
2516,
15473,
697,
11375,
16987,
51,
15474,
4175,
17,
1826,
9117,
16988,
16296,
63,
4179,
9119,
1318,
1319,
3829
],
),
"water_pump": SymbolsMetadata(
popularity: 100,
codepoint: 0xf5d8,
categories: [10],
tags: [
1809,
288,
3683,
2787,
46,
2516,
9114,
16989,
1848,
4878,
1622,
15474,
1595,
4175,
1730,
4879,
4880,
1883,
9810,
3848,
3687,
6204,
8190,
16990,
16991,
5558,
1093,
3375,
16992,
3829,
16993,
16994,
16995
],
),
"water_voc": SymbolsMetadata(
popularity: 9,
codepoint: 0xf87b,
categories: [3],
tags: [
1874,
1422,
4167,
16996,
4168,
11950,
16997,
16998,
81,
2904,
4269,
1844,
16999,
697,
51,
17000,
4174,
4175,
17,
2364,
1884,
1428,
2334,
705,
4179,
7192,
1319,
7193,
17001,
8347,
17002,
3829,
10496
],
),
"waterfall_chart": SymbolsMetadata(
popularity: 705,
codepoint: 0xea00,
categories: [9],
tags: [
1422,
1071,
1423,
517,
2718,
1308,
569,
373,
933,
81,
2884,
8364,
375,
941,
942,
9882,
1078,
235,
6887,
1081,
6807,
226,
1086,
4272,
242,
759,
1428,
2463,
746,
3074,
1095,
1464,
514,
17003,
17004
],
),
"waves": SymbolsMetadata(
popularity: 1585,
codepoint: 0xe176,
categories: [15],
tags: [
1268,
4954,
3383,
8103,
3318,
17005,
17006,
3767,
4036,
2064,
16238,
351,
4356,
9744,
1470,
406,
1707,
8108,
9900,
2487,
3823,
4361,
2423,
273,
17007,
1293,
11762,
3327,
15121,
2069,
6082,
13454,
2522,
554,
12668,
3829,
1855,
3331,
1856
],
),
"waving_hand": SymbolsMetadata(
popularity: 3150,
codepoint: 0xe766,
categories: [3],
tags: [
4098,
2513,
8202,
566,
3550,
17008,
570,
283,
1602,
2695,
5750,
2696,
6872,
7995,
17009,
2698,
9646,
17010,
581,
138,
1612,
3558,
589,
8642,
590,
593,
4846,
291,
31,
1855,
7998,
17011,
6256
],
),
"wb_auto": SymbolsMetadata(
popularity: 107,
codepoint: 0xe42c,
categories: [1],
tags: [
3418,
17012,
1739,
4,
4759,
2425,
17013,
17014,
17015,
3349,
17016,
925,
3620,
3621,
3801,
40,
5,
345,
5487,
1252,
680,
1844,
3622,
12,
4746,
49,
8359,
9109,
16,
9130,
5183,
642,
355,
57,
59,
64,
71,
31,
33,
35,
9133,
835,
9134,
17017
],
),
"wb_incandescent": SymbolsMetadata(
popularity: 1253,
codepoint: 0xe42e,
categories: [1],
tags: [
925,
2473,
3620,
3801,
1252,
680,
3682,
3921,
3683,
11233,
1109,
3624,
10692,
3804,
4746,
9128,
4173,
1281,
8290,
4427,
9109,
3626,
9131,
5183,
3687,
10086,
151,
71,
8989,
4941,
4180,
10247,
17018,
4851,
835,
4447,
17017
],
),
"wb_iridescent": SymbolsMetadata(
popularity: 264,
codepoint: 0xe436,
categories: [1],
tags: [
5343,
925,
3620,
3621,
40,
1252,
680,
9126,
3682,
3921,
3683,
83,
9127,
8983,
3624,
4746,
49,
9128,
1882,
9129,
9109,
3626,
9130,
9131,
5183,
57,
59,
62,
3687,
151,
71,
8988,
3365,
9132,
9133,
835,
9134,
17017
],
),
"wb_shade": SymbolsMetadata(
popularity: 190,
codepoint: 0xea01,
categories: [1],
tags: [
1739,
1131,
925,
3319,
929,
345,
2141,
4233,
4226,
3633,
381,
1140,
699,
1499,
2741,
3626,
4235,
5183,
1470,
492,
1034,
432,
71,
4042,
1347,
16662,
823,
5861,
31,
413,
9133,
835,
1187,
17019,
17020
],
),
"wb_sunny": SymbolsMetadata(
popularity: 2692,
codepoint: 0xe430,
categories: [1],
tags: [
925,
5858,
3620,
4077,
193,
840,
2126,
15687,
1844,
4084,
2888,
3027,
3626,
5183,
1470,
2082,
1826,
17021,
3577,
4040,
4749,
12030,
1994,
4750,
857,
2371,
1598,
4043,
858,
3828,
9133,
859,
835
],
),
"wb_twilight": SymbolsMetadata(
popularity: 1194,
codepoint: 0xe1c6,
categories: [1],
tags: [
6772,
4759,
4075,
1875,
925,
4076,
4077,
4226,
17022,
3633,
17023,
17024,
1845,
4305,
17025,
4306,
11048,
1595,
3626,
5183,
1614,
2363,
17021,
4092,
8817,
13904,
1994,
1598,
13255,
13256,
4308,
17026,
396,
9133,
859,
835
],
),
"wc": SymbolsMetadata(
popularity: 2985,
codepoint: 0xe63d,
categories: [3],
tags: [
862,
3522,
1861,
2639,
312,
890,
3833,
1797,
1798,
3529,
322,
3531,
323,
1804,
981,
1085,
17027,
3842,
3540,
1947,
3851,
652,
898,
31,
899,
332,
3856,
881,
3858,
3845,
3829,
3860,
3545,
7878,
17028
],
),
"weather_hail": SymbolsMetadata(
popularity: 98,
codepoint: 0xf67f,
categories: [3],
tags: [
1673,
504,
840,
1676,
5941,
841,
2881,
1164,
2888,
14707,
137,
10046,
17029,
17030,
1140,
850,
138,
1344,
5860,
262,
1826,
1143,
4040,
10047,
1994,
10049,
855,
17031,
4393,
31,
2070,
141,
1348,
1409,
859,
333,
1186,
860
],
),
"weather_mix": SymbolsMetadata(
popularity: 74,
codepoint: 0xf60b,
categories: [3],
tags: [
1839,
17032,
840,
1676,
5941,
841,
1844,
2888,
10046,
17033,
5860,
8127,
17034,
17035,
1826,
4040,
12431,
10047,
5943,
13724,
10049,
855,
17031,
1598,
4043,
858,
16125,
859,
12952,
13733,
17036,
13734,
12024,
860
],
),
"weather_snowy": SymbolsMetadata(
popularity: 467,
codepoint: 0xe2cd,
categories: [10],
tags: [
1673,
840,
1676,
841,
846,
8,
17037,
17038,
849,
1140,
850,
138,
5802,
68,
5860,
1826,
1143,
3651,
10047,
1428,
12030,
855,
856,
17031,
291,
31,
858,
2070,
907,
859,
13727,
1186,
860
],
),
"web": SymbolsMetadata(
popularity: 4443,
codepoint: 0xe051,
categories: [6],
tags: [
1513,
1179,
312,
313,
315,
17039,
11450,
1544,
319,
320,
259,
323,
13339,
6188,
324,
1388,
4150,
174,
1624,
325,
267,
523,
1586,
1535,
327,
328,
329,
410,
2838,
331,
1540,
17040,
333,
1186,
12689,
334,
5236
],
),
"web_asset": SymbolsMetadata(
popularity: 2491,
codepoint: 0xe069,
categories: [6],
tags: [
1673,
501,
7481,
4675,
1132,
482,
1179,
12559,
2218,
17041,
6054,
485,
1104,
44,
8,
520,
348,
49,
1344,
259,
385,
406,
630,
523,
1586,
1123,
432,
410,
2838,
509,
433,
141,
1348,
37,
396,
333,
17042,
1186,
1187,
5236
],
),
"web_asset_off": SymbolsMetadata(
popularity: 420,
codepoint: 0xe4f7,
categories: [6],
tags: [
1360,
4675,
1051,
1179,
519,
284,
1705,
2953,
868,
1055,
2720,
2721,
1213,
138,
259,
87,
267,
3271,
17043,
1059,
1061,
1586,
2725,
410,
1067,
291,
31,
65,
1068,
206,
333,
17044,
1186,
1187,
1229,
5236,
3992
],
),
"web_stories": SymbolsMetadata(
popularity: 871,
codepoint: 0xe595,
categories: [1],
tags: [
1438,
283,
628,
2264,
1727,
437,
1684,
2508,
2482,
406,
10398,
325,
905,
408,
2833,
759,
2511,
1151,
1152,
1169,
94,
17045,
5173,
243,
2464,
3398,
2465,
17046,
37,
396,
4533,
333,
17047
],
),
"web_traffic": SymbolsMetadata(
popularity: 814,
codepoint: 0xea03,
categories: [6],
tags: [
516,
1179,
4800,
1785,
1786,
283,
284,
254,
1788,
3421,
17048,
615,
621,
520,
319,
17049,
17050,
259,
17051,
17052,
267,
17053,
17054,
17055,
17056,
746,
11013,
1628,
527,
333,
17057,
17058,
17059,
334,
17060,
6850
],
),
"webhook": SymbolsMetadata(
popularity: 1333,
codepoint: 0xeb92,
categories: [6],
tags: [
1360,
2563,
77,
2125,
2564,
482,
1102,
283,
284,
81,
1313,
1104,
1386,
10,
2566,
1344,
87,
1314,
583,
616,
1123,
432,
652,
509,
433,
1093,
6414,
98,
2453,
17061
],
),
"weekend": SymbolsMetadata(
popularity: 838,
codepoint: 0xe16b,
categories: [8],
tags: [
3641,
2034,
5642,
1514,
5639,
17062,
5405,
1906,
1333,
5526,
4051,
4633,
1958,
1140,
1623,
17063,
5527,
1912,
2043,
17064,
5640,
5363,
17065,
432,
1917,
1947,
1690,
4915,
4486,
332,
3656,
17066,
1981,
1921,
1961,
17067,
17068,
17069
],
),
"weight": SymbolsMetadata(
popularity: 1085,
codepoint: 0xe13d,
categories: [3],
tags: [
925,
8947,
690,
8250,
11,
2887,
9882,
17070,
8253,
697,
17071,
17072,
8953,
6807,
15503,
226,
17,
10424,
18,
4124,
17073,
12075,
759,
391,
3723,
30,
17074,
649,
17075,
3033,
152,
3730,
3731,
3521
],
),
"west": SymbolsMetadata(
popularity: 2011,
codepoint: 0xf1e6,
categories: [5],
tags: [
77,
11445,
2443,
2827,
313,
2273,
1212,
2821,
51,
1623,
2197,
324,
1534,
1750,
325,
507,
1625,
328,
1167,
2833,
2835,
1124,
1538,
3162,
332,
1691,
2841,
4353,
1630,
2997,
13940
],
),
"whatshot": SymbolsMetadata(
popularity: 1538,
codepoint: 0xe80e,
categories: [3],
tags: [
1360,
2587,
77,
11376,
8896,
193,
5246,
313,
3683,
3293,
17076,
5180,
5181,
437,
4412,
3027,
3029,
8901,
1367,
11380,
7892,
887,
2458,
616,
17077,
11381,
330,
13583,
17078,
6640,
4140,
4699,
3035,
206,
17079
],
),
"wheelchair_pickup": SymbolsMetadata(
popularity: 338,
codepoint: 0xf1ab,
categories: [16],
tags: [
862,
863,
865,
2425,
690,
1812,
867,
868,
1678,
17080,
870,
891,
697,
871,
581,
138,
894,
875,
589,
13215,
3300,
1919,
898,
888,
17081,
31,
5354,
900,
1629,
332,
1836,
882,
2051
],
),
"where_to_vote": SymbolsMetadata(
popularity: 5393,
codepoint: 0xe177,
categories: [5],
tags: [
1513,
1658,
3742,
1193,
17082,
1661,
17083,
17084,
574,
463,
3745,
312,
313,
2397,
1664,
3096,
3746,
17085,
317,
944,
323,
324,
1534,
1166,
1624,
1666,
17086,
10457,
326,
327,
3748,
12340,
3749,
17087,
17088,
985,
2628,
906,
1126,
362,
1226,
1669,
1713,
17089,
1576,
3753,
3754,
12689,
1672
],
),
"widget_medium": SymbolsMetadata(
popularity: 26,
codepoint: 0xf3ba,
categories: [2],
tags: [
1673,
9935,
1131,
481,
2263,
482,
930,
14509,
3938,
2707,
1333,
1425,
485,
8,
1136,
1164,
382,
1344,
385,
3878,
4726,
919,
4728,
4729,
1147,
432,
1149,
410,
1151,
1152,
2838,
433,
17090,
3357,
2717,
141,
1348,
396,
333,
1186,
5011,
1187
],
),
"widget_small": SymbolsMetadata(
popularity: 35,
codepoint: 0xf3b9,
categories: [2],
tags: [
1673,
17091,
501,
9935,
2263,
2707,
1236,
1425,
485,
1164,
216,
382,
1344,
385,
4726,
70,
92,
919,
4014,
358,
4664,
410,
2461,
2462,
151,
2838,
1956,
2716,
2717,
141,
1348,
396,
333,
1186,
5011,
1187
],
),
"widget_width": SymbolsMetadata(
popularity: 23,
codepoint: 0xf3b8,
categories: [2],
tags: [
1739,
1673,
9935,
502,
15828,
2263,
482,
2707,
2444,
345,
1425,
485,
486,
2340,
914,
382,
699,
1344,
385,
5612,
17,
1641,
70,
6257,
432,
2222,
1700,
391,
410,
71,
2922,
2838,
298,
709,
2717,
141,
1348,
396,
333,
1186,
5011,
17092,
17093,
397,
1187
],
),
"widgets": SymbolsMetadata(
popularity: 4770,
codepoint: 0xe1bd,
categories: [4],
tags: [
745,
1673,
76,
2263,
482,
6089,
2707,
1236,
1425,
8,
2188,
382,
385,
506,
4113,
3353,
70,
92,
4647,
4014,
4664,
3356,
1224,
2461,
151,
71,
2716,
141,
396,
17094
],
),
"width_full": SymbolsMetadata(
popularity: 764,
codepoint: 0xf8f5,
categories: [2],
tags: [
748,
502,
504,
933,
628,
345,
8,
914,
1335,
2219,
4642,
382,
699,
51,
385,
5612,
1470,
2344,
506,
1167,
1427,
1700,
391,
410,
2947,
1944,
413,
396,
397
],
),
"width_normal": SymbolsMetadata(
popularity: 846,
codepoint: 0xf8f6,
categories: [2],
tags: [
6233,
17095,
2150,
4587,
17096,
17097,
2444,
1745,
377,
17098,
1430,
680,
914,
699,
50,
385,
1141,
17,
17099,
1586,
17100,
2222,
2274,
391,
71,
298,
709,
806,
397,
17101
],
),
"width_wide": SymbolsMetadata(
popularity: 614,
codepoint: 0xf8f7,
categories: [2],
tags: [
1739,
633,
1423,
344,
486,
8,
2340,
914,
346,
370,
5810,
699,
1595,
385,
2344,
226,
630,
354,
469,
409,
432,
391,
410,
298,
1944,
37,
396,
2540,
17102,
2337
],
),
"wifi": SymbolsMetadata(
popularity: 11057,
codepoint: 0xe63e,
categories: [4],
tags: [
7523,
4780,
517,
731,
283,
519,
284,
254,
81,
288,
12535,
51,
259,
267,
523,
271,
272,
1737,
652,
273,
291,
649,
31,
65,
1856,
277,
278
],
),
"wifi_1_bar": SymbolsMetadata(
popularity: 221,
codepoint: 0xe4ca,
categories: [4],
tags: [
72,
3865,
1659,
1423,
517,
731,
1250,
251,
283,
519,
284,
254,
5291,
81,
288,
138,
259,
7794,
262,
267,
3871,
271,
2056,
272,
1737,
652,
273,
291,
649,
31,
65,
1855,
7800,
277,
278
],
),
"wifi_2_bar": SymbolsMetadata(
popularity: 267,
codepoint: 0xe4d9,
categories: [4],
tags: [
74,
861,
1423,
517,
14879,
1250,
251,
283,
284,
253,
254,
81,
44,
51,
259,
9864,
17103,
792,
262,
267,
269,
12548,
271,
1737,
652,
273,
290,
291,
649,
65,
3882,
7800,
277,
17104,
278,
650
],
),
"wifi_add": SymbolsMetadata(
popularity: 25,
codepoint: 0xf7a8,
categories: [7],
tags: [
231,
861,
745,
1323,
6404,
1073,
284,
1325,
81,
1336,
259,
1328,
1314,
651,
267,
887,
1452,
239,
2067,
1737,
652,
1780,
273,
31,
1856,
277,
278
],
),
"wifi_calling": SymbolsMetadata(
popularity: 285,
codepoint: 0xef77,
categories: [7],
tags: [
12534,
731,
1270,
13219,
1250,
7686,
283,
1073,
284,
254,
975,
81,
288,
1110,
259,
17105,
1470,
262,
267,
271,
5046,
3201,
272,
273,
1296,
65,
276,
1406,
1298,
1856,
277,
17104,
278,
17106
],
),
"wifi_calling_bar_1": SymbolsMetadata(
popularity: 6,
codepoint: 0xf44c,
categories: [4],
tags: [
72,
517,
518,
13219,
1250,
251,
283,
284,
254,
81,
288,
51,
259,
9864,
2065,
792,
3473,
262,
267,
10042,
523,
271,
1148,
272,
273,
275,
291,
649,
276,
277,
278,
17107,
280
],
),
"wifi_calling_bar_2": SymbolsMetadata(
popularity: 8,
codepoint: 0xf44b,
categories: [4],
tags: [
74,
1423,
517,
13219,
1250,
251,
283,
284,
254,
81,
288,
51,
259,
792,
262,
267,
523,
12548,
271,
14883,
272,
273,
275,
291,
649,
65,
612,
1406,
3882,
277,
278
],
),
"wifi_calling_bar_3": SymbolsMetadata(
popularity: 25,
codepoint: 0xf44a,
categories: [4],
tags: [
75,
1423,
517,
13219,
1250,
251,
283,
284,
254,
81,
51,
259,
792,
262,
267,
271,
14883,
272,
273,
275,
291,
649,
612,
551,
2280,
277,
278
],
),
"wifi_channel": SymbolsMetadata(
popularity: 346,
codepoint: 0xeb6a,
categories: [7],
tags: [
1739,
1659,
12534,
731,
251,
732,
283,
6404,
284,
254,
2054,
81,
351,
12501,
12502,
259,
87,
1470,
262,
267,
17108,
1737,
652,
151,
273,
6082,
524,
65,
97,
1855,
1856,
277,
17109,
278,
17110
],
),
"wifi_find": SymbolsMetadata(
popularity: 593,
codepoint: 0xeb31,
categories: [4],
tags: [
7523,
4780,
1659,
11806,
517,
731,
251,
1272,
284,
2054,
81,
7811,
1542,
1105,
317,
12535,
259,
2326,
1115,
2329,
262,
267,
1183,
851,
2056,
4749,
1737,
1126,
652,
273,
65,
1856,
277,
278
],
),
"wifi_home": SymbolsMetadata(
popularity: 19,
codepoint: 0xf671,
categories: [4],
tags: [
861,
1496,
518,
929,
283,
284,
254,
81,
288,
44,
2556,
1140,
1499,
1882,
259,
323,
651,
267,
523,
327,
16866,
4777,
1502,
1503,
2067,
1737,
652,
273,
1898,
411,
65,
526,
277,
278
],
),
"wifi_lock": SymbolsMetadata(
popularity: 349,
codepoint: 0xe1e1,
categories: [4],
tags: [
861,
5218,
517,
251,
1073,
284,
254,
81,
8021,
2225,
12501,
259,
1778,
1056,
17111,
262,
267,
17112,
5319,
1034,
1063,
3187,
1574,
3189,
705,
1774,
1036,
652,
273,
649,
277,
278
],
),
"wifi_notification": SymbolsMetadata(
popularity: 10,
codepoint: 0xf670,
categories: [4],
tags: [
749,
1359,
1360,
12534,
1362,
518,
1363,
283,
519,
284,
254,
2054,
81,
288,
138,
51,
259,
9864,
917,
262,
267,
616,
1259,
1368,
3201,
2066,
1370,
762,
1737,
652,
71,
273,
1293,
291,
649,
31,
17113,
65,
1856,
277,
278
],
),
"wifi_off": SymbolsMetadata(
popularity: 2507,
codepoint: 0xe648,
categories: [4],
tags: [
284,
3262,
81,
1162,
868,
2719,
1055,
259,
11633,
267,
2016,
14198,
13460,
6317,
13242,
17114,
5953,
1059,
1060,
1061,
2724,
1737,
652,
273,
13464,
2019,
14908,
1067,
1068,
17115,
17116,
14900,
17117,
17118,
277,
13246,
12545,
278,
2020,
14909
],
),
"wifi_password": SymbolsMetadata(
popularity: 477,
codepoint: 0xeb6b,
categories: [13],
tags: [
861,
10886,
5218,
5220,
251,
1073,
284,
254,
10537,
81,
5948,
259,
9864,
1112,
1778,
980,
262,
267,
6808,
8402,
5319,
1034,
16866,
1574,
1737,
1774,
13596,
1036,
652,
273,
5321,
277,
17104,
278,
650,
17119
],
),
"wifi_protected_setup": SymbolsMetadata(
popularity: 778,
codepoint: 0xf0fc,
categories: [6],
tags: [
17120,
861,
460,
77,
502,
9869,
731,
685,
1073,
284,
4723,
259,
1314,
267,
17121,
1573,
3187,
17122,
2066,
470,
12527,
3191,
1036,
1780,
273,
290,
17123,
97,
277,
278,
650
],
),
"wifi_proxy": SymbolsMetadata(
popularity: 13,
codepoint: 0xf7a7,
categories: [7],
tags: [
861,
2552,
1496,
929,
569,
685,
284,
14695,
81,
12611,
5460,
2556,
1140,
259,
9864,
267,
17124,
4284,
6808,
17125,
327,
1034,
1063,
16866,
3187,
2701,
17126,
17127,
2559,
1502,
1503,
1737,
1774,
12527,
1036,
2726,
652,
71,
1504,
273,
13598,
333,
277,
278,
650,
5236
],
),
"wifi_tethering": SymbolsMetadata(
popularity: 979,
codepoint: 0xe1e2,
categories: [4],
tags: [
7523,
1250,
251,
252,
284,
254,
81,
17128,
12535,
259,
9864,
5225,
1314,
262,
265,
267,
17129,
271,
17130,
17131,
17132,
17133,
1737,
652,
1528,
17134,
273,
275,
17135,
277,
17136,
278,
650
],
),
"wifi_tethering_error": SymbolsMetadata(
popularity: 270,
codepoint: 0xead9,
categories: [4],
tags: [
3109,
1360,
1361,
3259,
691,
1250,
251,
283,
284,
1365,
81,
288,
7163,
2719,
2720,
1366,
2721,
12535,
138,
1367,
1344,
259,
13232,
2722,
1166,
262,
267,
616,
271,
2725,
1035,
1737,
652,
1528,
2030,
273,
275,
31,
17135,
1068,
206,
277,
278
],
),
"wifi_tethering_off": SymbolsMetadata(
popularity: 201,
codepoint: 0xf087,
categories: [4],
tags: [
1250,
251,
284,
13455,
3262,
1299,
81,
13456,
868,
2719,
1055,
13457,
259,
11633,
87,
262,
13458,
267,
13459,
2016,
6429,
7575,
13460,
13242,
1059,
1060,
1061,
271,
13461,
13462,
1737,
652,
13463,
273,
13464,
2019,
1067,
275,
17135,
13465,
13466,
1068,
277,
13467,
13246,
278
],
),
"wind_power": SymbolsMetadata(
popularity: 1424,
codepoint: 0xec0c,
categories: [3],
tags: [
480,
1872,
17137,
4201,
15088,
840,
6223,
7883,
3921,
3683,
1844,
530,
137,
138,
1470,
353,
1143,
3687,
8523,
12430,
4531,
763,
2317,
1852,
31,
97,
8079,
6765,
859,
1857,
17138,
17139,
17140
],
),
"window": SymbolsMetadata(
popularity: 1132,
codepoint: 0xf088,
categories: [8],
tags: [
5089,
1673,
501,
15878,
13845,
1132,
12559,
1209,
17141,
1333,
1705,
8,
1164,
348,
1109,
382,
1140,
1499,
2741,
2144,
385,
17142,
7520,
289,
3051,
4603,
919,
17143,
1122,
15885,
432,
410,
392,
509,
433,
396,
1187
],
),
"window_closed": SymbolsMetadata(
popularity: 189,
codepoint: 0xe77e,
categories: [10],
tags: [
501,
15878,
1131,
482,
4238,
17144,
3938,
519,
1333,
1705,
8,
17145,
1164,
348,
1140,
1344,
4726,
1143,
919,
1122,
15885,
432,
410,
17146,
1151,
1036,
509,
15887,
433,
396,
1187
],
),
"window_open": SymbolsMetadata(
popularity: 175,
codepoint: 0xe78c,
categories: [10],
tags: [
501,
15878,
1179,
8,
2340,
914,
2998,
348,
1140,
1344,
1314,
2344,
1143,
2961,
2962,
2927,
15898,
11743,
919,
12563,
13326,
1122,
2966,
410,
1036,
706,
509,
1093,
4479,
396,
1187
],
),
"window_sensor": SymbolsMetadata(
popularity: 111,
codepoint: 0xe2bb,
categories: [10],
tags: [
1359,
1360,
2125,
1209,
1074,
975,
288,
1140,
1499,
7152,
87,
12401,
4258,
1143,
492,
2927,
289,
432,
1036,
64,
1898,
291,
1170,
31,
1187,
278
],
),
"windshield_defrost_front": SymbolsMetadata(
popularity: 18,
codepoint: 0xf32a,
categories: [14],
tags: [
837,
1872,
2425,
1810,
3410,
504,
1932,
1812,
780,
840,
345,
1425,
5257,
5258,
5265,
5097,
848,
1848,
10226,
850,
138,
17147,
31,
858,
1836,
1900,
3630,
859,
17148,
5263,
860
],
),
"windshield_defrost_rear": SymbolsMetadata(
popularity: 10,
codepoint: 0xf329,
categories: [14],
tags: [
838,
1810,
3410,
5293,
504,
1812,
780,
5255,
841,
345,
2394,
1425,
5257,
5258,
10516,
1879,
3027,
1848,
1849,
2741,
5123,
5260,
2404,
1836,
859,
1187,
17148,
5263
],
),
"windshield_heat_front": SymbolsMetadata(
popularity: 2,
codepoint: 0xf328,
categories: [14],
tags: [
838,
1810,
3410,
504,
1812,
780,
5255,
841,
345,
4188,
1425,
5257,
5258,
5265,
5097,
848,
1109,
3027,
1848,
850,
1470,
355,
151,
858,
5283,
1836,
3630,
3828,
859,
1187,
17148,
5263
],
),
"wine_bar": SymbolsMetadata(
popularity: 1337,
codepoint: 0xf1e8,
categories: [5],
tags: [
11311,
17149,
1423,
17150,
4859,
3695,
4974,
11312,
11313,
6011,
3700,
4206,
17151,
9813,
781,
1387,
1109,
17152,
1959,
11314,
11315,
11316,
1537,
8549,
4692,
11319,
17153,
17154,
17155
],
),
"woman": SymbolsMetadata(
popularity: 2106,
codepoint: 0xe13e,
categories: [3],
tags: [
565,
566,
5,
193,
975,
1797,
17156,
17157,
17158,
17159,
17160,
9808,
225,
1798,
7876,
977,
581,
978,
979,
7877,
982,
588,
589,
5100,
590,
986,
888,
593,
31,
601,
4719,
17161,
17162,
7878
],
),
"woman_2": SymbolsMetadata(
popularity: 514,
codepoint: 0xf8e7,
categories: [3],
tags: [
480,
565,
566,
974,
1797,
225,
1798,
7876,
977,
581,
138,
978,
7877,
289,
589,
590,
390,
986,
888,
593,
31,
4391,
601,
4719,
7878
],
),
"work": SymbolsMetadata(
popularity: 11416,
codepoint: 0xe8f9,
categories: [9],
tags: [
3,
3641,
2034,
1514,
569,
4909,
4871,
934,
1385,
10080,
1430,
3096,
964,
3669,
17163,
10384,
17164,
942,
1681,
1515,
17165,
5392,
1391,
4913,
4914,
13604,
5743,
245,
4486,
3752,
956,
1518
],
),
"work_alert": SymbolsMetadata(
popularity: 53,
codepoint: 0xf5f7,
categories: [9],
tags: [
3109,
1360,
1660,
1361,
3641,
2034,
4607,
1514,
569,
4871,
691,
3093,
3680,
1365,
1430,
2720,
1366,
4701,
1367,
2722,
1515,
1166,
583,
1183,
616,
17166,
1391,
1587,
2725,
1668,
1516,
4486,
31,
1517,
1691,
2437,
206,
1518
],
),
"work_history": SymbolsMetadata(
popularity: 3248,
codepoint: 0xec09,
categories: [9],
tags: [
17167,
1674,
2443,
2939,
3641,
2034,
1514,
569,
4909,
4871,
1159,
14068,
81,
1160,
1430,
10384,
12928,
2077,
7008,
1515,
3059,
88,
4805,
1587,
2800,
17168,
2594,
2833,
4914,
4807,
453,
6349,
1168,
4486,
17169,
1171,
2465,
4140,
1518,
17170,
17171
],
),
"work_update": SymbolsMetadata(
popularity: 35,
codepoint: 0xf5f8,
categories: [9],
tags: [
749,
2513,
77,
502,
3641,
2034,
4607,
1514,
569,
4871,
462,
752,
753,
1104,
313,
2819,
520,
1274,
5905,
1698,
1515,
756,
2518,
353,
5541,
1090,
759,
1516,
760,
330,
291,
4486,
764,
765,
1517,
513,
2453,
1518,
1671
],
),
"workspace_premium": SymbolsMetadata(
popularity: 9020,
codepoint: 0xe7af,
categories: [3],
tags: [
3,
2666,
8463,
9770,
3493,
281,
192,
193,
464,
2645,
3496,
3497,
904,
3184,
3671,
1166,
3501,
15083,
3675,
5360,
851,
716,
63,
1289,
3504,
3505,
3506,
392,
2679,
857,
291,
31,
4821,
1576,
3509,
1154
],
),
"workspaces": SymbolsMetadata(
popularity: 3454,
codepoint: 0xe1a0,
categories: [3],
tags: [
501,
1466,
1101,
571,
519,
1425,
1705,
8,
2143,
1746,
1680,
3499,
382,
579,
1344,
1082,
385,
1029,
2457,
586,
289,
5030,
4647,
386,
1668,
13604,
7665,
509,
823,
6146,
12204,
597,
396,
1229,
1518,
17172
],
),
"wounds_injuries": SymbolsMetadata(
popularity: 9,
codepoint: 0xe13f,
categories: [3],
tags: [
864,
2424,
17173,
3137,
2375,
1235,
2377,
1762,
2427,
2429,
7643,
697,
892,
871,
1764,
2379,
3140,
894,
1768,
5877,
4273,
1769,
2433,
2384,
17174,
12932,
15375,
3147,
5378,
10169,
3992
],
),
"wrap_text": SymbolsMetadata(
popularity: 259,
codepoint: 0xe25b,
categories: [12],
tags: [
1739,
2149,
2150,
1466,
17175,
482,
628,
1580,
1430,
1252,
680,
2155,
1077,
2156,
385,
4574,
1470,
2235,
1586,
2159,
432,
392,
1588,
1460,
433,
6861,
33,
2178,
35,
338,
9511,
4199,
9512,
1590,
1485
],
rtlAutoMirrored: true,
),
"wrist": SymbolsMetadata(
popularity: 46,
codepoint: 0xf69c,
categories: [3],
tags: [
3546,
7993,
690,
6966,
2375,
288,
1762,
7194,
11,
2887,
2698,
697,
892,
1764,
581,
3140,
1525,
894,
4124,
12799,
589,
4530,
1687,
3143,
3519,
3147,
2546,
5378,
2080,
3521,
2549
],
),
"wrong_location": SymbolsMetadata(
popularity: 832,
codepoint: 0xef78,
categories: [5],
tags: [
1513,
1360,
1208,
691,
780,
1209,
1235,
5921,
312,
9302,
313,
2720,
1212,
2721,
321,
8150,
5165,
2722,
323,
7158,
324,
1534,
174,
17176,
325,
3271,
4791,
326,
327,
329,
2725,
4247,
1224,
1065,
1538,
1226,
1068,
206,
5925,
3992
],
),
"wysiwyg": SymbolsMetadata(
popularity: 2535,
codepoint: 0xf1c3,
categories: [6],
tags: [
17177,
17178,
17179,
2244,
5121,
1430,
2153,
2245,
2224,
680,
2155,
2156,
3658,
385,
1470,
642,
1586,
2277,
17180,
410,
17181,
2838,
509,
2199,
1093,
33,
10301,
2164,
2176,
10951,
2177,
396,
3630,
333,
1186,
17182,
1187,
1485,
17183
],
rtlAutoMirrored: true,
),
"yard": SymbolsMetadata(
popularity: 1344,
codepoint: 0xf089,
categories: [8],
tags: [
1131,
3809,
929,
11950,
1498,
2556,
2788,
6870,
17184,
3815,
12942,
9853,
1140,
1499,
1825,
1595,
9909,
323,
17185,
1826,
17186,
3651,
4658,
17187,
9297,
2807,
1500,
1501,
1149,
1502,
823,
1153,
6878
],
),
"your_trips": SymbolsMetadata(
popularity: 13,
codepoint: 0xeb2b,
categories: [16],
tags: [
77,
2443,
3640,
3641,
3390,
3642,
11244,
6984,
313,
12675,
1975,
1623,
87,
323,
324,
325,
17188,
3652,
17189,
1625,
920,
12886,
1167,
1538,
17190,
857,
1690,
332,
17191,
1981,
17192,
17193,
17194,
17195,
17196,
4776,
17197
],
),
"youtube_activity": SymbolsMetadata(
popularity: 605,
codepoint: 0xf85a,
categories: [6],
tags: [
4622,
2513,
745,
4526,
912,
628,
914,
2943,
2077,
86,
88,
506,
325,
70,
239,
4807,
453,
2461,
2947,
1712,
2465,
3316
],
),
"youtube_searched_for": SymbolsMetadata(
popularity: 1583,
codepoint: 0xe8fa,
categories: [2],
tags: [
1422,
1071,
77,
2443,
2939,
1542,
781,
5812,
316,
317,
1749,
1109,
4633,
2077,
3439,
5813,
5489,
3043,
756,
2326,
1115,
1116,
1117,
2329,
406,
523,
1686,
2333,
4807,
760,
2451,
4178,
3662,
2836,
470,
1126,
17198,
1127,
652,
37,
3316,
2337
],
),
"zone_person_alert": SymbolsMetadata(
popularity: 180,
codepoint: 0xe781,
categories: [10],
tags: [
2513,
1359,
1360,
1131,
1133,
691,
5487,
225,
1543,
1140,
581,
7379,
323,
4258,
1143,
616,
588,
1146,
589,
1149,
705,
1036,
888,
823,
5115,
1153,
602,
206,
1155
],
),
"zone_person_idle": SymbolsMetadata(
popularity: 111,
codepoint: 0xe77a,
categories: [10],
tags: [
2513,
1131,
3998,
566,
1133,
811,
225,
977,
1140,
581,
12038,
1222,
323,
4258,
1143,
815,
289,
1146,
589,
8642,
590,
1149,
1036,
986,
888,
710,
291,
5115,
601,
16629,
766,
1155
],
),
"zone_person_urgent": SymbolsMetadata(
popularity: 242,
codepoint: 0xe788,
categories: [10],
tags: [
565,
2513,
1359,
1360,
1131,
1361,
3680,
1365,
2427,
1366,
4701,
225,
1140,
581,
1367,
2722,
1166,
1143,
589,
2725,
590,
1149,
705,
1151,
1036,
888,
291,
31,
1691,
2437,
601,
206,
1155
],
),
"zoom_in": SymbolsMetadata(
popularity: 7745,
codepoint: 0xe8ff,
categories: [2],
tags: [
748,
745,
9672,
8265,
504,
193,
1103,
345,
1235,
43,
2340,
317,
1108,
1109,
1326,
3039,
235,
1111,
17199,
53,
87,
1115,
5815,
1116,
1117,
2329,
239,
242,
391,
1126,
1127,
298,
511,
17200,
396,
2337,
8269
],
),
"zoom_in_map": SymbolsMetadata(
popularity: 1064,
codepoint: 0xeb2d,
categories: [5],
tags: [
745,
77,
502,
8690,
308,
13359,
312,
43,
313,
2340,
914,
316,
317,
318,
3039,
235,
1337,
2326,
323,
1116,
2329,
324,
1534,
1935,
1750,
325,
1535,
327,
239,
329,
1126,
1226,
1619,
332,
396,
2337,
8269
],
),
"zoom_out": SymbolsMetadata(
popularity: 3345,
codepoint: 0xe900,
categories: [2],
tags: [
748,
1739,
504,
345,
2884,
13361,
1542,
8906,
2340,
316,
317,
1109,
17201,
2325,
53,
1115,
2328,
1116,
1117,
17202,
1255,
4272,
2345,
17203,
13363,
391,
6237,
1126,
1127,
151,
2922,
298,
1956,
6361,
17204,
511,
396,
476,
2337,
3055
],
),
"zoom_out_map": SymbolsMetadata(
popularity: 2331,
codepoint: 0xe56b,
categories: [5],
tags: [
1131,
77,
502,
482,
504,
308,
309,
2444,
345,
2817,
312,
313,
6609,
914,
5810,
320,
323,
324,
1534,
174,
1935,
2897,
1750,
325,
2345,
327,
1167,
432,
391,
392,
2922,
433,
1226,
396,
334,
2337,
17205
],
),
"acupuncture": SymbolsMetadata(
popularity: 13,
codepoint: 0xf2c4,
categories: [3],
tags: [
17206,
17207,
17208,
17209,
690,
3137,
17210,
2375,
1196,
7643,
697,
892,
17211,
87,
15156,
894,
9164,
2235,
6209,
17212,
17213,
11809,
2941,
17214,
1917,
1960,
644,
3825,
6861,
3147,
4766,
17215,
17216,
5378,
3330,
7263,
3492
],
),
"approval_delegation_off": SymbolsMetadata(
popularity: 39,
codepoint: 0xf2c5,
categories: [6],
tags: [
861,
2665,
2666,
2667,
1658,
5220,
1233,
1423,
1208,
8465,
1661,
1662,
1235,
5038,
2691,
1211,
2953,
868,
1055,
2695,
2696,
2697,
16233,
2698,
2076,
87,
1166,
3271,
7420,
1059,
1060,
1061,
2753,
2676,
5040,
1224,
5166,
1067,
1226,
3769,
7032,
5597,
3992
],
),
"auto_stories_off": SymbolsMetadata(
popularity: 9,
codepoint: 0xf267,
categories: [1],
tags: [
2425,
17217,
17218,
17219,
17220,
17221,
481,
3390,
3391,
1208,
1162,
1300,
868,
7838,
1055,
3393,
1345,
87,
3271,
6248,
1059,
1060,
1061,
3397,
2890,
1224,
1065,
1067,
1226,
2464,
17222,
17223,
3398,
5167
],
),
"badminton": SymbolsMetadata(
popularity: 16,
codepoint: 0xf2a8,
categories: [15],
tags: [
2513,
7323,
7540,
17224,
9847,
15382,
17225,
11145,
3714,
781,
46,
11,
10327,
3295,
5383,
7542,
1882,
1959,
17226,
2330,
15380,
3651,
2509,
409,
15468,
3299,
228,
17227,
593,
30,
3519,
15470,
15385,
3508
],
),
"bath_bedrock": SymbolsMetadata(
popularity: 5,
codepoint: 0xf286,
categories: [16],
tags: [
3810,
3813,
1861,
3830,
1904,
4183,
4047,
4049,
1877,
10998,
17228,
3499,
7918,
4051,
17229,
1140,
5611,
3029,
2739,
1499,
581,
3820,
17230,
1959,
4055,
4056,
589,
4060,
1500,
17231,
4195,
1501,
2459,
1960,
1918,
3852,
1920,
2491,
3825,
3826,
332,
3839,
3829
],
),
"bath_soak": SymbolsMetadata(
popularity: 2,
codepoint: 0xf2a0,
categories: [8],
tags: [
3862,
3810,
3813,
1861,
3830,
3814,
1864,
2936,
1140,
3029,
2739,
1499,
581,
3529,
3820,
1959,
1470,
4055,
6693,
589,
3848,
1960,
13903,
3852,
3838,
3825,
3826,
3147,
332,
3839,
5827,
3829,
1856,
3492
],
),
"beer_meal": SymbolsMetadata(
popularity: 7,
codepoint: 0xf285,
categories: [16],
tags: [
11311,
17232,
1423,
11349,
4859,
6020,
3695,
4825,
3700,
4206,
4829,
2356,
2992,
1109,
17233,
6735,
4830,
11314,
3703,
15363,
11316,
1537,
3709,
15365
],
),
"calendar_meal": SymbolsMetadata(
popularity: 17,
codepoint: 0xf296,
categories: [3],
tags: [
3091,
2072,
1924,
3693,
2073,
1160,
2126,
2354,
3700,
4110,
3701,
10,
9021,
2356,
2992,
6475,
4830,
4805,
4111,
3703,
506,
5000,
4382,
5018,
1667,
3488,
4688,
1928,
1537,
1168,
8593,
1171,
5002,
1095
],
),
"car_defrost_mid_left": SymbolsMetadata(
popularity: 2,
codepoint: 0xf278,
categories: [14],
tags: [
837,
1888,
77,
502,
1810,
3410,
504,
1812,
308,
840,
345,
1425,
5257,
5258,
5259,
2953,
313,
3027,
581,
1849,
138,
2197,
1470,
5301,
1935,
919,
588,
589,
17234,
1919,
2404,
31,
1836,
1900,
1187,
5263
],
),
"car_defrost_mid_low_right": SymbolsMetadata(
popularity: 2,
codepoint: 0xf277,
categories: [14],
tags: [
837,
1888,
77,
1810,
3410,
5252,
1812,
840,
1745,
845,
1425,
5257,
5258,
5259,
2953,
313,
5097,
3027,
1848,
581,
1849,
2741,
87,
1953,
5301,
1935,
588,
589,
906,
1919,
97,
1836,
1900,
1854,
1187,
5263
],
),
"chair_counter": SymbolsMetadata(
popularity: 4,
codepoint: 0xf29f,
categories: [8],
tags: [
480,
1423,
17235,
1906,
224,
3700,
3863,
1164,
4051,
137,
1140,
4192,
138,
384,
1376,
4212,
814,
492,
289,
1537,
1919,
1929,
392,
888,
1339,
17236,
31
],
),
"chair_fireplace": SymbolsMetadata(
popularity: 7,
codepoint: 0xf29e,
categories: [8],
tags: [
17237,
8896,
1906,
4887,
1877,
4186,
3700,
3863,
1844,
5180,
8898,
17238,
5181,
17239,
4051,
8900,
3027,
1140,
4234,
17240,
1499,
1882,
2741,
1959,
5528,
1912,
1960,
17241,
1918,
1947,
1919,
1929,
151,
3035
],
),
"chair_umbrella": SymbolsMetadata(
popularity: 5,
codepoint: 0xf29d,
categories: [8],
tags: [
2541,
4036,
1906,
6891,
1877,
5380,
4051,
3815,
1958,
1140,
1499,
1959,
1912,
492,
3651,
4040,
3051,
3822,
3823,
3299,
1960,
3824,
1918,
4042,
888,
593,
2371,
1598,
31,
3740,
3303,
332,
4046,
1961,
6878
],
),
"check_circle_unread": SymbolsMetadata(
popularity: 88,
codepoint: 0xf27e,
categories: [2],
tags: [
1360,
1658,
2685,
1361,
281,
1661,
342,
193,
463,
2669,
2689,
1664,
1746,
2288,
1139,
2291,
51,
2293,
1166,
583,
887,
616,
1666,
2594,
242,
362,
291,
245,
1669,
2597,
2336,
4460,
1576,
1672
],
),
"chess_bishop": SymbolsMetadata(
popularity: 25,
codepoint: 0xf261,
categories: [3],
tags: [
480,
5712,
5713,
5714,
5716,
5717,
6,
2953,
781,
5383,
5726,
2498,
137,
7542,
138,
384,
13616,
1959,
17242,
468,
4729,
409,
30,
5724,
31,
17243
],
),
"chess_bishop_2": SymbolsMetadata(
popularity: 4,
codepoint: 0xf262,
categories: [3],
tags: [
2513,
5712,
5713,
5714,
5716,
5717,
6,
781,
5383,
2498,
137,
7542,
138,
4054,
5718,
1959,
5721,
4062,
5723,
30,
5724,
31
],
),
"chess_king": SymbolsMetadata(
popularity: 31,
codepoint: 0xf25f,
categories: [3],
tags: [
2513,
5713,
5714,
5715,
3666,
5716,
5717,
6,
1235,
6635,
5383,
5726,
2498,
977,
7542,
4054,
13431,
1959,
3423,
5719,
17244,
1750,
289,
4729,
17245,
3687,
6638,
392,
888,
30,
5724,
31,
1263
],
),
"chess_king_2": SymbolsMetadata(
popularity: 12,
codepoint: 0xf260,
categories: [3],
tags: [
2473,
5712,
5713,
5714,
5715,
5716,
5717,
193,
6,
1235,
6635,
225,
5383,
2498,
977,
4054,
5718,
17246,
5721,
4729,
409,
239,
328,
3687,
4062,
5723,
1035,
6638,
392,
888,
30,
5724,
1263
],
),
"chess_knight": SymbolsMetadata(
popularity: 61,
codepoint: 0xf25e,
categories: [3],
tags: [
4870,
5713,
5714,
5715,
5716,
5717,
6,
5383,
13402,
5726,
2498,
977,
4067,
5718,
17247,
1959,
5719,
468,
17248,
4729,
409,
590,
7874,
13517,
30,
5724,
17249,
4851
],
),
"chess_pawn_2": SymbolsMetadata(
popularity: 8,
codepoint: 0xf25d,
categories: [3],
tags: [
1332,
5713,
5714,
5716,
5717,
8796,
12126,
378,
2219,
5383,
5726,
2498,
137,
138,
384,
3923,
492,
289,
5721,
4729,
390,
17250,
392,
888,
1339,
17251,
2491,
5724,
31,
1407
],
),
"chess_queen": SymbolsMetadata(
popularity: 41,
codepoint: 0xf25c,
categories: [3],
tags: [
5712,
5713,
5714,
17252,
5716,
5717,
6635,
485,
225,
5383,
2498,
137,
138,
11735,
4054,
5718,
17244,
492,
5721,
4729,
4062,
390,
5723,
6638,
392,
888,
5724,
31
],
),
"chess_rook": SymbolsMetadata(
popularity: 29,
codepoint: 0xf25b,
categories: [3],
tags: [
5457,
4396,
5712,
5713,
5714,
5459,
5715,
17252,
5716,
5717,
6,
3953,
147,
5383,
5429,
2498,
2077,
4054,
5718,
1750,
5721,
4729,
2509,
4062,
6522,
3299,
5723,
30,
433,
5724,
17249,
2561,
5154
],
),
"diamond_shine": SymbolsMetadata(
popularity: 238,
codepoint: 0xf2b2,
categories: [3],
tags: [
3620,
1486,
810,
846,
1487,
487,
6636,
1488,
17253,
2647,
1489,
7223,
381,
5495,
1139,
1490,
7224,
2482,
1491,
328,
1492,
716,
3502,
63,
1393,
3504,
10281,
392,
8989,
3365,
3205,
857,
11930,
1494,
7225,
958
],
),
"dine_heart": SymbolsMetadata(
popularity: 14,
codepoint: 0xf29c,
categories: [8],
tags: [
3693,
3696,
5680,
6891,
3698,
4681,
3700,
4110,
4684,
4828,
17254,
3498,
2356,
4051,
1610,
4506,
1140,
1613,
4507,
4111,
1166,
3703,
506,
242,
358,
1537,
4464,
1919,
1929,
2702,
392,
593,
31,
1473,
6573
],
),
"dine_in": SymbolsMetadata(
popularity: 12,
codepoint: 0xf295,
categories: [3],
tags: [
4823,
1924,
569,
3695,
6891,
4825,
17255,
3700,
4826,
4828,
4829,
12966,
1387,
2356,
3702,
2992,
581,
1882,
2740,
4830,
1959,
3703,
506,
588,
589,
7272,
1917,
12768,
1537,
1929,
6480,
652,
4835,
1473
],
),
"dine_lamp": SymbolsMetadata(
popularity: 17,
codepoint: 0xf29b,
categories: [8],
tags: [
1332,
9353,
6891,
810,
6553,
4861,
3700,
4826,
9106,
3499,
4051,
2479,
1140,
4192,
4746,
2741,
9109,
3626,
5183,
3703,
814,
492,
289,
1537,
1919,
1929,
392,
888,
1339,
2491,
1473,
15925,
6951
],
),
"drone": SymbolsMetadata(
popularity: 22,
codepoint: 0xf25a,
categories: [3],
tags: [
4943,
17256,
837,
1930,
2125,
40,
17257,
345,
2037,
4612,
1910,
1925,
9542,
4258,
325,
59,
8523,
4777,
17258,
13509,
17259,
1994,
5115,
1619,
65,
17260,
17261,
17262,
37
],
),
"drone_2": SymbolsMetadata(
popularity: 14,
codepoint: 0xf259,
categories: [3],
tags: [
4943,
17263,
17264,
837,
1930,
1903,
40,
2037,
4612,
1925,
17265,
489,
4173,
1730,
325,
59,
17266,
17267,
7165,
2504,
1994,
5115,
65,
900,
332,
17260,
17261,
17268,
1836,
37
],
),
"eyeglasses_2_sound": SymbolsMetadata(
popularity: 52,
codepoint: 0xf265,
categories: [3],
tags: [
862,
1739,
864,
17269,
1268,
17270,
345,
7812,
2064,
8391,
7491,
11512,
8392,
137,
1279,
4529,
406,
1707,
1286,
492,
2331,
70,
920,
590,
2890,
440,
71,
8393,
1293,
8394,
8395,
5932,
8396,
97,
4317,
1298,
554,
1856
],
),
"garage_check": SymbolsMetadata(
popularity: 6,
codepoint: 0xf28d,
categories: [14],
tags: [
3,
2685,
2425,
1810,
3410,
929,
1812,
1813,
1661,
463,
2669,
2689,
2323,
313,
1664,
4932,
1106,
5345,
1140,
1499,
138,
1534,
1166,
1666,
2674,
896,
4881,
362,
898,
1690,
245,
31,
1669,
1629,
332,
141,
1348,
4460,
1836,
1576,
5350,
1672
],
),
"garage_money": SymbolsMetadata(
popularity: 16,
codepoint: 0xf28c,
categories: [14],
tags: [
924,
1810,
3410,
927,
928,
960,
569,
1812,
1813,
931,
932,
934,
1417,
936,
937,
3211,
313,
962,
938,
964,
965,
941,
942,
967,
5345,
968,
1534,
948,
950,
951,
1421,
1654,
954,
956,
526,
1629,
332,
36,
1836,
971,
958,
13940
],
),
"hand_meal": SymbolsMetadata(
popularity: 41,
codepoint: 0xf294,
categories: [3],
tags: [
865,
3693,
3137,
9158,
574,
3698,
3700,
4110,
4684,
4829,
2695,
2356,
2992,
2696,
4030,
2698,
2076,
871,
581,
4111,
3703,
4832,
4382,
9288,
3558,
4688,
1147,
1537,
6480,
2726,
3708,
2030,
4835,
880,
12627,
13095,
17271
],
),
"hand_package": SymbolsMetadata(
popularity: 42,
codepoint: 0xf293,
categories: [3],
tags: [
482,
3645,
4910,
6934,
2037,
6935,
1649,
2695,
2696,
8589,
4030,
2697,
7593,
2698,
17272,
2076,
4912,
3403,
2293,
1651,
12891,
91,
2577,
13215,
5009,
1654,
2298,
17273,
9290,
4352,
17274,
12894
],
),
"health_cross": SymbolsMetadata(
popularity: 65,
codepoint: 0xf2c3,
categories: [3],
tags: [
231,
745,
864,
17275,
865,
3137,
2375,
1235,
7640,
2427,
17276,
2429,
697,
9838,
892,
871,
1764,
5875,
894,
11787,
1769,
239,
1687,
392,
31,
5378,
7263,
3492
],
),
"heart_smile": SymbolsMetadata(
popularity: 98,
codepoint: 0xf292,
categories: [3],
tags: [
4505,
4251,
6129,
628,
1602,
6111,
1604,
1606,
577,
3498,
7991,
1607,
3295,
904,
1608,
1609,
1610,
697,
4506,
6116,
1613,
4507,
1614,
589,
1615,
242,
392,
1339,
1616,
1618,
593,
7029
],
),
"high_chair": SymbolsMetadata(
popularity: 2,
codepoint: 0xf29a,
categories: [8],
tags: [
3524,
17277,
17235,
1906,
993,
3700,
4829,
1026,
4707,
4051,
5741,
3530,
1006,
9102,
3703,
814,
3535,
492,
1537,
1919,
1929,
888,
1339,
1943,
3542
],
),
"japanese_curry": SymbolsMetadata(
popularity: 9,
codepoint: 0xf284,
categories: [16],
tags: [
14090,
17278,
13748,
13154,
3698,
17279,
3700,
17280,
4684,
3701,
17281,
2356,
6023,
5704,
6735,
17282,
17283,
13754,
17284,
3703,
17285,
4831,
4382,
4688,
1537,
8549,
14096
],
),
"japanese_flag": SymbolsMetadata(
popularity: 19,
codepoint: 0xf283,
categories: [16],
tags: [
7906,
11058,
193,
4494,
17286,
4734,
4495,
4496,
1543,
978,
322,
6735,
6736,
5226,
324,
4500,
17287,
11081,
17288,
1149,
330,
1598,
334
],
),
"map_pin_heart": SymbolsMetadata(
popularity: 56,
codepoint: 0xf298,
categories: [5],
tags: [
1513,
17289,
312,
313,
316,
3498,
17290,
1544,
4506,
4498,
1623,
1613,
323,
4507,
324,
1534,
1166,
174,
17291,
325,
920,
326,
1535,
327,
328,
329,
358,
4464,
2702,
1540,
1226,
332,
4487
],
),
"map_pin_review": SymbolsMetadata(
popularity: 33,
codepoint: 0xf297,
categories: [5],
tags: [
1513,
568,
569,
570,
4101,
572,
573,
312,
313,
11533,
12928,
316,
3498,
1479,
317,
1544,
6254,
323,
324,
1534,
1166,
174,
583,
325,
13776,
326,
327,
328,
329,
63,
359,
203,
9291,
7856,
3503,
14072,
594,
857,
1226,
17292,
332
],
),
"massage": SymbolsMetadata(
popularity: 16,
codepoint: 0xf2c2,
categories: [3],
tags: [
17208,
690,
17293,
3137,
17294,
2698,
7643,
697,
892,
17295,
2985,
4449,
15156,
9164,
17296,
4530,
1120,
6204,
5438,
17297,
17298,
1917,
1960,
17299,
17300,
17301,
17302,
3825,
17303,
3147,
1793,
5378,
7263,
3492
],
),
"menu_book_2": SymbolsMetadata(
popularity: 37,
codepoint: 0xf291,
categories: [3],
tags: [
4422,
3390,
628,
13071,
5016,
3700,
1430,
3097,
2356,
2821,
68,
3059,
4427,
3099,
1345,
3394,
4449,
3703,
506,
4463,
3396,
3397,
4585,
2890,
179,
1537,
2743,
4390,
17304,
33
],
),
"mobile": SymbolsMetadata(
popularity: 561,
codepoint: 0xe7ba,
categories: [11],
tags: [
1246,
1247,
1132,
1270,
1250,
2528,
251,
570,
283,
1843,
288,
8,
348,
2538,
3777,
1110,
1253,
262,
507,
289,
271,
2539,
5100,
432,
2543,
410,
1701,
3739,
1170,
525,
65,
33,
1464
],
),
"mobile_2": SymbolsMetadata(
popularity: 183,
codepoint: 0xf2db,
categories: [11],
tags: [
1247,
1307,
504,
1270,
1250,
2528,
251,
283,
1073,
975,
288,
44,
8,
2537,
2538,
3777,
1110,
1253,
583,
262,
647,
271,
2539,
3687,
432,
762,
1035,
410,
1701,
525,
65,
1406,
554,
278
],
),
"mobile_3": SymbolsMetadata(
popularity: 155,
codepoint: 0xf2da,
categories: [11],
tags: [
1246,
1247,
1673,
501,
1270,
1250,
2528,
251,
283,
7041,
284,
975,
288,
44,
8,
1878,
2538,
17305,
3777,
1110,
1253,
10784,
583,
262,
267,
920,
271,
2539,
2459,
2543,
410,
1292,
1701,
525,
65,
1406,
5070
],
),
"mobile_alert": SymbolsMetadata(
popularity: 26,
codepoint: 0xf2d3,
categories: [11],
tags: [
3109,
1246,
1247,
1360,
1361,
1309,
691,
3680,
1365,
288,
520,
2720,
1366,
1748,
1110,
4412,
1253,
1367,
2722,
1166,
262,
616,
16182,
271,
5100,
17306,
2725,
1574,
410,
1774,
1036,
1575,
31,
1093,
525,
4418,
1691,
2453,
11492,
206
],
),
"mobile_arrow_down": SymbolsMetadata(
popularity: 90,
codepoint: 0xf2cd,
categories: [11],
tags: [
1246,
1247,
1673,
17307,
17308,
77,
502,
1250,
288,
313,
2819,
2578,
520,
15869,
1110,
1253,
1698,
15871,
17309,
1182,
262,
15872,
271,
17310,
1184,
1036,
15873,
509,
15874,
1093,
14506,
17311,
525,
2453,
1945
],
),
"mobile_arrow_right": SymbolsMetadata(
popularity: 83,
codepoint: 0xf2d2,
categories: [11],
tags: [
1246,
1247,
480,
748,
77,
251,
283,
1073,
615,
288,
313,
1696,
903,
1110,
1253,
87,
262,
1750,
325,
2927,
17312,
2963,
17313,
271,
1167,
17314,
2966,
906,
2300,
17315,
1528,
1701,
31,
525,
65,
1713,
526
],
rtlAutoMirrored: true,
),
"mobile_arrow_up_right": SymbolsMetadata(
popularity: 20,
codepoint: 0xf2b9,
categories: [11],
tags: [
1246,
1247,
745,
1692,
17316,
1673,
501,
77,
1694,
1250,
288,
2953,
1696,
1110,
1140,
17317,
2530,
17318,
1253,
1698,
262,
271,
17319,
326,
239,
906,
1539,
410,
2300,
1528,
1128,
525,
1702,
527,
1186
],
rtlAutoMirrored: true,
),
"mobile_block": SymbolsMetadata(
popularity: 23,
codepoint: 0xf2e5,
categories: [11],
tags: [
1246,
1247,
2601,
1673,
17320,
501,
1233,
2816,
481,
2605,
1208,
1250,
193,
345,
1235,
1211,
288,
6002,
2537,
1213,
2538,
3378,
1110,
1253,
1141,
87,
262,
2610,
6809,
7426,
1223,
271,
5822,
4246,
432,
3273,
1036,
1575,
1701,
1226,
2619,
525
],
),
"mobile_camera": SymbolsMetadata(
popularity: 18,
codepoint: 0xf2cf,
categories: [11],
tags: [
1246,
1247,
5089,
1673,
501,
1270,
40,
42,
1250,
570,
345,
288,
44,
1108,
1110,
1253,
49,
53,
406,
262,
439,
271,
57,
59,
62,
453,
432,
4899,
1347,
1292,
1701,
433,
525,
65,
33,
511,
37,
434
],
),
"mobile_camera_front": SymbolsMetadata(
popularity: 10,
codepoint: 0xf2c9,
categories: [1],
tags: [
690,
40,
42,
193,
288,
5146,
5097,
17321,
581,
5122,
53,
17322,
262,
5099,
439,
589,
271,
57,
59,
62,
5100,
5101,
453,
440,
432,
2758,
5524,
433,
411,
2759,
65,
37,
5104,
3617
],
rtlAutoMirrored: true,
),
"mobile_camera_rear": SymbolsMetadata(
popularity: 5,
codepoint: 0xf2c8,
categories: [1],
tags: [
5089,
5140,
40,
155,
5142,
42,
17323,
193,
288,
1749,
5097,
5122,
53,
17324,
262,
2331,
271,
57,
59,
62,
5100,
5123,
2756,
453,
440,
2758,
1347,
433,
2759,
17325,
15037,
37,
434,
4317
],
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,
3263,
3371,
1212,
1213,
1110,
1253,
87,
262,
4272,
3271,
289,
271,
7174,
876,
4246,
432,
1224,
410,
392,
1701,
1226,
31,
525,
1068,
3992
],
),
"mobile_cast": SymbolsMetadata(
popularity: 19,
codepoint: 0xf2cc,
categories: [11],
tags: [
1246,
15967,
731,
4275,
2023,
1250,
1073,
284,
288,
8,
781,
1110,
1253,
259,
406,
5328,
5444,
262,
267,
271,
2509,
1167,
432,
410,
2027,
1528,
273,
454,
411,
525,
1792,
65,
412,
1713,
1691,
2031,
37,
1856,
277,
278
],
),
"mobile_charge": SymbolsMetadata(
popularity: 15,
codepoint: 0xf2e3,
categories: [11],
tags: [
1246,
1247,
3678,
3934,
1812,
1250,
3679,
3868,
3981,
4938,
288,
3682,
3983,
3921,
3683,
5554,
6970,
17326,
1110,
1253,
138,
3935,
3936,
323,
324,
262,
17327,
325,
271,
326,
3969,
1392,
1167,
3687,
1626,
3541,
31,
525,
3937,
900,
1836
],
),
"mobile_chat": SymbolsMetadata(
popularity: 32,
codepoint: 0xf2ce,
categories: [11],
tags: [
1673,
2706,
2589,
568,
1250,
570,
572,
573,
283,
1475,
288,
7163,
2731,
44,
1478,
1479,
137,
1110,
1344,
583,
262,
271,
432,
1035,
594,
1484,
433,
454,
411,
31,
1296,
65,
33,
4850
],
),
"mobile_check": SymbolsMetadata(
popularity: 85,
codepoint: 0xe824,
categories: [11],
tags: [
1246,
1247,
1658,
2685,
1250,
1661,
1662,
463,
288,
8,
1664,
5750,
4032,
1110,
1253,
138,
1166,
262,
17328,
13200,
1666,
271,
1574,
3189,
410,
1774,
1036,
15873,
362,
1701,
245,
31,
1093,
14506,
525,
65,
1669,
141,
2453,
2336,
2682,
1576,
1672
],
),
"mobile_code": SymbolsMetadata(
popularity: 26,
codepoint: 0xf2e2,
categories: [11],
tags: [
1246,
1247,
17329,
6990,
5735,
1250,
1102,
2218,
16017,
13889,
1313,
7123,
17330,
1104,
288,
4885,
2787,
548,
1110,
1253,
4773,
17331,
2853,
262,
7124,
642,
271,
1123,
17332,
71,
1701,
509,
525,
140,
65,
1317
],
),
"mobile_dots": SymbolsMetadata(
popularity: 2,
codepoint: 0xf2d0,
categories: [11],
tags: [
1246,
1247,
2021,
4275,
1250,
283,
1073,
284,
254,
81,
288,
12426,
8,
17333,
1105,
781,
1110,
1253,
1344,
1314,
406,
5328,
262,
17334,
1404,
267,
4276,
271,
6329,
410,
5439,
2030,
1292,
15026,
454,
764,
765,
525,
65,
526,
37,
278
],
),
"mobile_gear": SymbolsMetadata(
popularity: 22,
codepoint: 0xf2d9,
categories: [11],
tags: [
1246,
1247,
1739,
1757,
1270,
570,
1776,
685,
345,
3583,
288,
1777,
1110,
1253,
138,
293,
2078,
262,
70,
6257,
271,
7174,
921,
71,
1780,
1701,
31,
1093,
525,
65,
33
],
),
"mobile_info": SymbolsMetadata(
popularity: 19,
codepoint: 0xf2dc,
categories: [11],
tags: [
1246,
1247,
5587,
1360,
1177,
1374,
1250,
251,
685,
284,
254,
81,
145,
288,
1110,
2077,
5074,
1253,
17335,
293,
68,
262,
267,
21,
70,
13032,
13033,
271,
71,
1701,
509,
7352,
8394,
291,
525,
3664
],
),
"mobile_landscape": SymbolsMetadata(
popularity: 4,
codepoint: 0xed3e,
categories: [11],
tags: [
1246,
1247,
1843,
288,
17336,
313,
8,
657,
1110,
699,
1253,
49,
1595,
385,
14385,
406,
407,
262,
1699,
507,
271,
57,
17337,
10370,
432,
15544,
470,
410,
3739,
525,
37,
366,
396,
13320
],
),
"mobile_layout": SymbolsMetadata(
popularity: 63,
codepoint: 0xf2bf,
categories: [11],
tags: [
1466,
2263,
40,
2528,
933,
485,
288,
8,
4580,
382,
3585,
1110,
1344,
385,
262,
91,
586,
919,
271,
57,
3356,
1291,
1459,
410,
2461,
1701,
955,
141,
396,
1187
],
),
"mobile_lock_landscape": SymbolsMetadata(
popularity: 4,
codepoint: 0xf2d8,
categories: [11],
tags: [
1246,
1247,
861,
288,
2608,
8,
1110,
699,
1253,
1595,
1778,
1056,
262,
14356,
507,
14175,
5949,
271,
1034,
1063,
1574,
432,
1065,
470,
471,
705,
410,
14357,
3191,
1036,
898,
31,
525,
65,
5321
],
),
"mobile_lock_portrait": SymbolsMetadata(
popularity: 42,
codepoint: 0xf2be,
categories: [11],
tags: [
1246,
1247,
861,
5315,
5218,
1250,
282,
284,
345,
288,
3371,
1110,
1253,
1778,
1056,
262,
5319,
271,
7174,
326,
5100,
1034,
1063,
1573,
1574,
1065,
2368,
705,
410,
14357,
1774,
13225,
1036,
1701,
525,
5321
],
),
"mobile_menu": SymbolsMetadata(
popularity: 7,
codepoint: 0xf2d1,
categories: [11],
tags: [
1246,
1247,
2212,
1757,
14650,
1250,
282,
251,
1776,
685,
345,
3583,
1425,
288,
2538,
1777,
1110,
1253,
4879,
1029,
4880,
262,
8975,
70,
271,
921,
71,
17338,
1780,
1897,
1093,
525,
140,
65,
5070
],
),
"mobile_question": SymbolsMetadata(
popularity: 16,
codepoint: 0xf2e1,
categories: [11],
tags: [
3940,
1246,
1247,
865,
1250,
283,
284,
288,
44,
2537,
4483,
3777,
1110,
871,
1253,
138,
293,
68,
5410,
2722,
262,
289,
271,
2539,
3942,
2333,
3943,
3944,
2459,
410,
291,
880,
31,
525,
140,
4034,
3945
],
),
"mobile_rotate": SymbolsMetadata(
popularity: 17,
codepoint: 0xf2d5,
categories: [11],
tags: [
1246,
1247,
1739,
77,
502,
193,
462,
6617,
345,
14029,
288,
2273,
8,
1110,
1253,
1595,
262,
468,
507,
271,
5100,
470,
471,
330,
410,
71,
2404,
525,
413,
473,
396
],
),
"mobile_rotate_lock": SymbolsMetadata(
popularity: 6,
codepoint: 0xf2d6,
categories: [11],
tags: [
1246,
1247,
861,
862,
77,
193,
6617,
345,
6618,
5291,
288,
2953,
8,
1110,
1253,
1595,
1778,
1056,
262,
355,
507,
271,
5100,
1034,
3187,
1065,
470,
471,
410,
1036,
151,
525,
473,
5322
],
),
"mobile_sensor_hi": SymbolsMetadata(
popularity: 6,
codepoint: 0xf2ef,
categories: [4],
tags: [
1246,
1247,
1423,
517,
1250,
250,
284,
81,
288,
606,
137,
1110,
3458,
1253,
51,
792,
17,
262,
1750,
267,
271,
5904,
3687,
272,
2369,
64,
273,
291,
649,
525,
65,
276,
1691,
2471,
7788,
12528
],
),
"mobile_sensor_lo": SymbolsMetadata(
popularity: 5,
codepoint: 0xf2ee,
categories: [4],
tags: [
1246,
1247,
1360,
4780,
517,
1250,
251,
284,
254,
288,
606,
1110,
3458,
1253,
51,
1470,
1953,
262,
1750,
267,
271,
14589,
272,
432,
2543,
2369,
64,
273,
291,
649,
525,
7788,
206,
5525
],
),
"mobile_share": SymbolsMetadata(
popularity: 18,
codepoint: 0xf2df,
categories: [11],
tags: [
1246,
1247,
861,
1673,
501,
731,
4275,
2023,
1250,
1073,
284,
81,
288,
12560,
8,
1110,
1253,
17339,
1314,
5328,
5444,
262,
630,
267,
1733,
271,
388,
17340,
410,
2028,
5439,
1528,
1128,
454,
411,
525,
4778,
2031,
278
],
rtlAutoMirrored: true,
),
"mobile_share_stack": SymbolsMetadata(
popularity: 4,
codepoint: 0xf2de,
categories: [11],
tags: [
1246,
1247,
77,
4274,
1250,
283,
1073,
1074,
284,
254,
615,
288,
313,
2181,
520,
3003,
1110,
1253,
1314,
1084,
17341,
262,
11976,
2457,
17342,
15045,
1060,
12759,
12882,
12884,
271,
906,
1528,
2030,
17343,
17344,
17345,
525,
65,
527,
278
],
rtlAutoMirrored: true,
),
"mobile_sound": SymbolsMetadata(
popularity: 20,
codepoint: 0xf2e8,
categories: [7],
tags: [
1246,
1247,
1359,
1360,
1268,
1270,
13219,
1250,
2528,
251,
570,
283,
1272,
284,
81,
288,
1110,
1253,
2292,
87,
1470,
1301,
4529,
4413,
262,
1707,
267,
616,
2964,
271,
7174,
762,
2113,
652,
273,
1701,
1293,
1294,
525,
65,
612,
276,
1406,
7788,
2060,
554,
1856,
278
],
),
"mobile_sound_off": SymbolsMetadata(
popularity: 8,
codepoint: 0xf2e9,
categories: [7],
tags: [
1246,
1247,
1360,
1268,
1423,
1270,
1250,
283,
284,
6838,
81,
288,
1162,
868,
1055,
5034,
1110,
1253,
1314,
262,
1302,
267,
616,
1059,
1060,
1061,
271,
7174,
762,
2112,
652,
273,
2102,
1067,
1701,
1293,
525,
554,
278
],
),
"mobile_text": SymbolsMetadata(
popularity: 8,
codepoint: 0xf2eb,
categories: [11],
tags: [
1246,
1247,
1175,
17346,
1232,
2442,
1178,
481,
690,
17347,
1250,
282,
283,
628,
81,
288,
8,
2288,
1110,
1253,
68,
1470,
1182,
583,
17348,
262,
2535,
2458,
616,
1259,
2159,
271,
3356,
410,
1701,
1260,
525,
33,
4849,
1263,
1264,
1485
],
),
"mobile_text_2": SymbolsMetadata(
popularity: 26,
codepoint: 0xf2e6,
categories: [11],
tags: [
1246,
1247,
480,
1360,
2525,
2526,
17349,
17350,
2527,
1159,
283,
288,
44,
8,
1878,
1110,
2530,
1253,
68,
87,
14355,
583,
1403,
262,
616,
1061,
271,
2459,
410,
1339,
1701,
525,
65,
33,
1171
],
),
"mobile_ticket": SymbolsMetadata(
popularity: 16,
codepoint: 0xf2e4,
categories: [11],
tags: [
1246,
1247,
861,
4451,
1673,
2072,
3770,
3390,
1924,
1250,
288,
44,
520,
1431,
10,
1110,
1253,
262,
354,
523,
91,
2005,
951,
271,
1654,
3773,
6260,
1928,
1737,
17351,
2008,
1701,
525,
2011,
900,
332,
4460,
4821
],
),
"mobile_vibrate": SymbolsMetadata(
popularity: 34,
codepoint: 0xf2cb,
categories: [11],
tags: [
1246,
1247,
1360,
1268,
1250,
283,
345,
288,
3777,
16671,
1110,
1253,
3625,
1470,
262,
642,
353,
616,
1059,
271,
5100,
432,
762,
2543,
71,
1304,
2102,
1701,
1293,
2404,
525,
65,
413,
1464,
7788,
2060,
1856
],
),
"mobile_wrench": SymbolsMetadata(
popularity: 39,
codepoint: 0xf2b0,
categories: [4],
tags: [
1739,
1757,
6403,
1374,
1270,
1250,
2528,
251,
570,
1776,
685,
345,
1236,
288,
2787,
46,
1748,
1777,
1110,
4840,
3960,
1029,
4880,
262,
70,
6257,
271,
4881,
652,
71,
1701,
7352,
525,
140,
65,
511,
4884
],
),
"moped_package": SymbolsMetadata(
popularity: 4,
codepoint: 0xf28b,
categories: [14],
tags: [
1810,
4143,
482,
1812,
1813,
6934,
2037,
17352,
6935,
1649,
2645,
1605,
1165,
4911,
3403,
1534,
7904,
12095,
17353,
91,
2577,
4658,
3106,
1393,
3300,
4160,
4659,
4352,
1980,
900,
1629,
332,
4161,
1506,
1836,
4162
],
),
"mountain_steam": SymbolsMetadata(
popularity: 7,
codepoint: 0xf282,
categories: [16],
tags: [
3639,
1875,
3515,
10312,
9151,
2420,
1844,
316,
17354,
137,
3027,
3648,
3816,
3817,
1595,
1596,
2363,
1826,
3821,
4040,
5159,
11049,
5215,
3826,
10361,
17355,
3303,
332,
7193,
396,
16839,
3829,
859
],
),
"movie_speaker": SymbolsMetadata(
popularity: 19,
codepoint: 0xf2a3,
categories: [0],
tags: [
1268,
40,
344,
17356,
12251,
345,
781,
3337,
346,
5107,
406,
407,
686,
354,
12248,
1707,
271,
408,
681,
388,
440,
2511,
410,
2008,
17357,
12238,
1293,
11762,
1294,
1702,
37,
476,
554,
2080
],
),
"music_history": SymbolsMetadata(
popularity: 13,
codepoint: 0xf2c1,
categories: [0],
tags: [
2513,
1674,
77,
1268,
12305,
2443,
17358,
1159,
1160,
288,
2077,
1140,
1112,
88,
17359,
4805,
406,
1707,
1480,
91,
2800,
408,
17360,
1710,
1711,
4807,
453,
760,
2451,
5856,
3662,
2836,
3503,
470,
7204,
3057,
1293,
1171,
2465,
2148,
473
],
),
"nest_farsight_cool": SymbolsMetadata(
popularity: 2,
codepoint: 0xf27d,
categories: [10],
tags: [
838,
1859,
2125,
5288,
840,
5255,
1159,
841,
842,
345,
844,
845,
288,
44,
1879,
8530,
1140,
3173,
1849,
642,
1143,
151,
1897,
1898,
856,
1297,
858,
16100,
2893,
2070,
859
],
),
"nest_farsight_dual": SymbolsMetadata(
popularity: 2,
codepoint: 0xf27c,
categories: [10],
tags: [
40,
193,
840,
1159,
254,
844,
5487,
288,
15313,
5796,
17361,
8530,
3027,
1140,
3029,
1281,
8386,
53,
11513,
4258,
1143,
5490,
386,
8388,
330,
1036,
64,
392,
8393,
1898,
5115,
65,
2070,
37,
396,
4317
],
),
"nest_farsight_eco": SymbolsMetadata(
popularity: 7,
codepoint: 0xf27b,
categories: [10],
tags: [
4936,
840,
1159,
6223,
17362,
964,
3683,
1844,
1845,
8530,
137,
2357,
234,
1140,
138,
2361,
17363,
2362,
2363,
1826,
1143,
2364,
289,
1827,
9297,
15996,
954,
392,
898,
888,
2316,
2317,
31,
2070
],
),
"nest_farsight_heat": SymbolsMetadata(
popularity: 3,
codepoint: 0xf27a,
categories: [10],
tags: [
7153,
840,
1159,
345,
464,
8,
7154,
8530,
2888,
3870,
3027,
1140,
3029,
1849,
51,
792,
17,
3473,
1143,
2890,
391,
1898,
858,
2893,
2070,
3828,
7951,
859
],
),
"nest_farsight_seasonal": SymbolsMetadata(
popularity: 3,
codepoint: 0xf279,
categories: [10],
tags: [
17364,
2073,
840,
5255,
1159,
753,
1160,
2091,
8530,
6870,
2888,
17365,
1140,
3173,
1143,
3487,
1827,
3373,
1168,
12030,
8593,
1898,
858,
5872,
2070,
1171,
2465,
859,
10050,
5003
],
),
"okonomiyaki": SymbolsMetadata(
popularity: 9,
codepoint: 0xf281,
categories: [16],
tags: [
15972,
13748,
17366,
3693,
17367,
4205,
3698,
4681,
4110,
4684,
4829,
2356,
5705,
8899,
17368,
17369,
6735,
13754,
4111,
3703,
17370,
17371,
17372,
1537,
17373,
3709,
17374
],
),
"padel": SymbolsMetadata(
popularity: 10,
codepoint: 0xf2a7,
categories: [15],
tags: [
749,
2513,
7323,
7540,
9847,
15382,
6,
3714,
781,
46,
11,
2887,
5383,
1777,
2358,
7542,
1959,
10846,
17375,
4530,
2509,
15468,
3299,
593,
30,
3519,
15409,
15470
],
),
"parking_meter": SymbolsMetadata(
popularity: 9,
codepoint: 0xf28a,
categories: [14],
tags: [
2425,
2988,
1810,
1812,
1813,
193,
2553,
1159,
932,
8,
10417,
14612,
51,
323,
1730,
3473,
948,
3297,
896,
17376,
951,
17377,
4502,
432,
1540,
1627,
2011,
1171,
1172,
2792,
1629,
1506,
1836
],
),
"parking_sign": SymbolsMetadata(
popularity: 18,
codepoint: 0xf289,
categories: [14],
tags: [
1131,
2425,
1810,
1812,
1813,
15058,
313,
381,
3170,
68,
11413,
323,
17185,
324,
3473,
325,
17378,
896,
2046,
1626,
1538,
392,
898,
823,
1540,
433,
1627,
31,
1628,
900,
1629,
17379,
1836
],
),
"parking_valet": SymbolsMetadata(
popularity: 5,
codepoint: 0xf288,
categories: [14],
tags: [
6249,
2425,
17380,
1810,
3410,
17381,
1812,
1813,
6252,
2040,
5345,
581,
11413,
323,
17185,
324,
17378,
896,
588,
589,
2045,
432,
1626,
652,
898,
823,
1540,
433,
31,
1628,
900,
1629,
332,
17382,
1836
],
),
"payment_arrow_down": SymbolsMetadata(
popularity: 59,
codepoint: 0xf2c0,
categories: [9],
tags: [
77,
927,
928,
569,
930,
931,
932,
934,
1417,
936,
937,
11348,
145,
938,
2819,
520,
963,
941,
942,
967,
2292,
68,
88,
948,
523,
950,
951,
5634,
1421,
1654,
6260,
2298,
1395,
956,
17383,
526,
396,
13940
],
),
"payment_card": SymbolsMetadata(
popularity: 23,
codepoint: 0xf2a1,
categories: [9],
tags: [
565,
927,
928,
569,
1647,
14801,
930,
931,
1416,
4918,
932,
934,
1417,
936,
961,
937,
1418,
44,
938,
1649,
941,
942,
17384,
948,
950,
951,
6562,
1654,
2459,
1395,
3774,
956,
971
],
),
"person_heart": SymbolsMetadata(
popularity: 106,
codepoint: 0xf290,
categories: [3],
tags: [
565,
4505,
566,
690,
4251,
3137,
577,
3498,
17385,
137,
697,
3954,
892,
4506,
581,
138,
978,
979,
1613,
4507,
17386,
894,
4271,
4273,
588,
589,
920,
4383,
590,
4260,
392,
888,
31,
601,
6274,
991,
7029,
3492
],
),
"pickleball": SymbolsMetadata(
popularity: 11,
codepoint: 0xf2a6,
categories: [15],
tags: [
749,
2513,
7323,
7540,
9847,
15382,
11145,
3714,
781,
46,
11,
2887,
3295,
5383,
2358,
15369,
7542,
1959,
2330,
468,
15380,
3651,
10846,
17387,
2509,
16322,
15468,
3299,
3708,
593,
30,
3519,
3769,
15470,
15385
],
),
"plane_contrails": SymbolsMetadata(
popularity: 67,
codepoint: 0xf2ac,
categories: [14],
tags: [
480,
837,
1930,
1902,
1987,
1973,
1903,
17388,
312,
1910,
1990,
1991,
1925,
1623,
87,
1403,
642,
647,
1061,
1625,
387,
1993,
1538,
273,
1339,
1994,
4808,
900,
1629,
332,
1921,
17389,
2133
],
rtlAutoMirrored: true,
),
"playground": SymbolsMetadata(
popularity: 22,
codepoint: 0xf28e,
categories: [3],
tags: [
2513,
997,
5447,
1325,
2279,
1104,
17390,
3097,
781,
4170,
5156,
3295,
5383,
467,
1028,
3099,
1959,
3651,
3297,
2509,
17391,
2776,
8255,
3299,
17392,
17393,
2743,
17394,
495,
4519,
15402,
1319,
1096
],
),
"playground_2": SymbolsMetadata(
popularity: 15,
codepoint: 0xf28f,
categories: [3],
tags: [
748,
1268,
6346,
504,
193,
345,
2936,
1164,
781,
1107,
346,
138,
6348,
1344,
2958,
406,
354,
439,
1707,
3651,
2509,
17391,
409,
1338,
17394,
433,
2130,
454,
15402,
1096,
141,
1348,
37
],
),
"reset_exposure": SymbolsMetadata(
popularity: 3,
codepoint: 0xf266,
categories: [1],
tags: [
2212,
460,
77,
502,
3621,
2861,
4739,
3438,
753,
4785,
1252,
680,
487,
49,
10318,
3439,
3043,
3440,
757,
57,
59,
62,
3441,
760,
761,
2451,
5856,
17395,
17396,
17397,
17398,
17399,
3446,
3662,
9638,
1124,
2837,
17400,
2852,
470,
13983,
5906,
765,
17401,
473,
2841
],
),
"shield_toggle": SymbolsMetadata(
popularity: 45,
codepoint: 0xf2ad,
categories: [13],
tags: [
861,
749,
14494,
1758,
1051,
1553,
2707,
685,
345,
3953,
1300,
4326,
3185,
16224,
1222,
1344,
1778,
1059,
1061,
70,
2676,
1034,
1063,
1573,
1574,
3273,
3189,
705,
1774,
1036,
363,
71,
1575,
2838,
3475,
2404,
413,
3193,
7482,
141,
5321,
1348,
1576,
333,
1186
],
),
"sign_language_2": SymbolsMetadata(
popularity: 7,
codepoint: 0xf258,
categories: [3],
tags: [
862,
865,
690,
283,
574,
284,
1475,
7696,
2731,
2732,
3097,
10694,
6112,
2695,
2696,
2698,
2076,
5934,
581,
1612,
10761,
10762,
5226,
3099,
468,
588,
898,
14876,
1295,
31,
9548,
5933,
476
],
),
"subway_walk": SymbolsMetadata(
popularity: 5,
codepoint: 0xf287,
categories: [14],
tags: [
1810,
2036,
312,
313,
225,
581,
7324,
1534,
4357,
17402,
875,
325,
588,
589,
1686,
6987,
7329,
4359,
1538,
1125,
3541,
4363,
4364,
6989,
1980,
17403,
17404,
17405,
1629,
332,
7330,
17406,
4952,
17407,
1836,
3148,
3798
],
rtlAutoMirrored: true,
),
"sync_saved_locally_off": SymbolsMetadata(
popularity: 9,
codepoint: 0xf264,
categories: [2],
tags: [
1247,
2660,
1307,
1658,
77,
1662,
1704,
193,
1676,
463,
519,
284,
753,
81,
17408,
288,
868,
2719,
8,
1664,
1055,
1110,
2849,
3685,
6254,
17409,
1706,
630,
15842,
1059,
1060,
1666,
1061,
4246,
760,
761,
471,
330,
1539,
4464,
410,
362,
1067,
1690,
764,
16575,
765,
1669,
526,
4953,
1068,
2336,
1576,
333,
1187,
1672
],
),
"table_large": SymbolsMetadata(
popularity: 7,
codepoint: 0xf299,
categories: [8],
tags: [
1466,
9672,
3582,
6891,
373,
933,
463,
5094,
628,
81,
1467,
3700,
8,
1938,
488,
2276,
4051,
382,
916,
68,
1940,
385,
88,
4112,
586,
432,
1459,
1151,
1460,
433,
955,
1473,
3330,
396
],
),
"timer_1": SymbolsMetadata(
popularity: 47,
codepoint: 0xf2af,
categories: [1],
tags: [
72,
1359,
1360,
2072,
10322,
1159,
2074,
2075,
45,
2091,
3484,
10,
3462,
3463,
226,
3465,
1183,
1368,
22,
178,
3481,
5591,
17410,
1369,
1168,
360,
361,
275,
2814,
1171,
3468,
2545,
1172,
2148,
2080
],
),
"timer_2": SymbolsMetadata(
popularity: 22,
codepoint: 0xf2ae,
categories: [1],
tags: [
74,
1359,
1360,
2072,
10322,
193,
462,
1159,
17411,
2074,
16148,
2075,
45,
2091,
10,
5887,
87,
17,
3466,
22,
759,
330,
1168,
361,
2814,
17412,
1171,
17413,
11473,
1172,
17414,
2815,
1095,
394
],
),
"tonality_2": SymbolsMetadata(
popularity: 13,
codepoint: 0xf2b4,
categories: [1],
tags: [
15198,
1268,
15192,
17415,
193,
8104,
2244,
1252,
680,
12306,
83,
351,
8174,
9926,
1279,
49,
17416,
4529,
406,
8107,
1707,
8111,
1480,
59,
62,
15372,
12307,
4261,
4042,
7941,
11593,
17417,
3057,
1293,
14937,
595,
8179,
6392,
6749,
1755,
554
],
),
"translate_indic": SymbolsMetadata(
popularity: 20,
codepoint: 0xf263,
categories: [6],
tags: [
502,
1743,
573,
283,
1787,
6434,
4494,
4448,
313,
1430,
319,
17418,
322,
5226,
10763,
7227,
1470,
9699,
2457,
4846,
1295,
594,
433,
3963,
2404,
31,
33,
526,
7230,
5933,
9703,
6628,
334
],
),
"vignette_2": SymbolsMetadata(
popularity: 9,
codepoint: 0xf2b3,
categories: [1],
tags: [
480,
2212,
4295,
1132,
193,
345,
2817,
4083,
485,
606,
1252,
680,
487,
4305,
83,
1749,
4306,
490,
49,
406,
57,
59,
62,
330,
151,
8177,
392,
2162,
511,
4345,
476
],
),
"washoku": SymbolsMetadata(
popularity: 6,
codepoint: 0xf280,
categories: [16],
tags: [
14090,
13748,
13154,
17419,
3693,
13750,
3698,
4825,
3700,
4110,
4829,
17420,
2356,
6023,
5704,
4483,
6735,
13754,
4212,
4111,
3703,
14095,
13759,
1537,
17421,
2491,
17422,
6335,
17423
],
),
"yoshoku": SymbolsMetadata(
popularity: 8,
codepoint: 0xf27f,
categories: [16],
tags: [
1923,
11058,
6738,
13750,
17424,
3698,
4825,
3700,
17425,
4110,
17426,
11070,
4829,
17420,
17427,
9021,
2356,
17428,
4912,
6735,
6736,
4212,
3703,
4031,
2215,
17429,
4688,
2907,
1537,
17430,
3708,
5837,
394,
6335,
17431
],
),
"android_cell_4_bar": SymbolsMetadata(
popularity: 77,
codepoint: 0xef06,
categories: [4],
tags: [
2388,
1071,
1307,
1423,
517,
1250,
7686,
251,
373,
283,
254,
81,
375,
2225,
12501,
17432,
1078,
51,
1081,
259,
17433,
226,
1086,
262,
267,
17434,
271,
272,
273,
275,
746,
3008,
649,
65,
276,
1406,
1095,
277,
278
],
),
"android_cell_4_bar_alert": SymbolsMetadata(
popularity: 21,
codepoint: 0xef09,
categories: [4],
tags: [
3109,
4765,
1360,
1361,
1423,
517,
17435,
691,
1250,
17436,
250,
251,
283,
1074,
284,
17437,
254,
1365,
81,
2720,
1366,
2225,
12501,
17432,
1367,
51,
259,
792,
1166,
262,
17438,
265,
10039,
267,
611,
3271,
616,
271,
272,
17439,
273,
7787,
291,
649,
31,
1406,
206,
277,
278
],
),
"android_cell_4_bar_off": SymbolsMetadata(
popularity: 13,
codepoint: 0xef08,
categories: [4],
tags: [
517,
1250,
17436,
7686,
251,
7687,
283,
253,
254,
81,
7689,
868,
2719,
1055,
2225,
12501,
259,
17111,
262,
263,
265,
267,
269,
6317,
1059,
1060,
1061,
271,
14883,
17440,
272,
273,
290,
1067,
524,
277,
278,
4287
],
),
"android_cell_4_bar_plus": SymbolsMetadata(
popularity: 12,
codepoint: 0xef07,
categories: [4],
tags: [
231,
745,
1307,
4780,
517,
1250,
7686,
251,
283,
284,
254,
81,
2225,
521,
12501,
14890,
51,
259,
262,
265,
267,
887,
271,
239,
272,
273,
275,
291,
649,
533,
277,
278
],
),
"android_cell_5_bar": SymbolsMetadata(
popularity: 45,
codepoint: 0xef02,
categories: [4],
tags: [
17441,
2388,
1071,
4780,
1423,
517,
17442,
1250,
250,
251,
7687,
373,
283,
284,
254,
81,
375,
3897,
17443,
12501,
1078,
51,
17444,
1081,
259,
226,
1086,
262,
265,
267,
271,
272,
273,
17445,
17007,
290,
275,
746,
291,
524,
1095,
277,
278,
650
],
),
"android_cell_5_bar_alert": SymbolsMetadata(
popularity: 7,
codepoint: 0xef05,
categories: [4],
tags: [
3109,
4765,
1360,
1361,
1423,
517,
691,
1250,
250,
251,
8168,
283,
1074,
284,
254,
1365,
81,
2720,
1366,
4701,
3897,
12501,
1367,
259,
2722,
1166,
262,
10039,
267,
3271,
616,
271,
14883,
2725,
272,
652,
273,
290,
291,
31,
1691,
206,
277,
278
],
),
"android_cell_5_bar_off": SymbolsMetadata(
popularity: 14,
codepoint: 0xef04,
categories: [4],
tags: [
4780,
517,
1250,
251,
283,
254,
81,
868,
2719,
1055,
259,
792,
87,
17446,
7794,
262,
267,
12638,
6317,
1059,
1060,
1061,
271,
272,
273,
1067,
291,
649,
612,
1068,
7800,
277,
278
],
),
"android_cell_5_bar_plus": SymbolsMetadata(
popularity: 10,
codepoint: 0xef03,
categories: [4],
tags: [
231,
745,
1307,
517,
3026,
1250,
7686,
251,
283,
254,
81,
17432,
137,
138,
235,
51,
259,
1083,
17111,
262,
263,
267,
887,
271,
239,
272,
273,
290,
275,
291,
31,
277,
278
],
),
"android_cell_dual_4_bar": SymbolsMetadata(
popularity: 6,
codepoint: 0xef0d,
categories: [4],
tags: [
2388,
1071,
1307,
1423,
517,
1250,
251,
373,
283,
14903,
254,
81,
375,
3046,
17447,
1164,
634,
2276,
1078,
138,
51,
1081,
259,
792,
1470,
226,
1086,
262,
267,
271,
17440,
272,
652,
273,
275,
746,
3008,
649,
31,
2561,
1095,
394,
277,
278
],
),
"android_cell_dual_4_bar_alert": SymbolsMetadata(
popularity: 1,
codepoint: 0xef0f,
categories: [4],
tags: [
3109,
4765,
1360,
1307,
1361,
1423,
517,
691,
1250,
251,
283,
1074,
284,
254,
1365,
81,
17448,
17449,
17447,
2720,
1366,
4701,
1367,
259,
1166,
262,
267,
3271,
616,
271,
2725,
272,
652,
273,
290,
12641,
291,
31,
1691,
17450,
17451,
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,
15313,
17447,
235,
259,
610,
262,
237,
267,
611,
887,
271,
17452,
239,
272,
273,
12641,
275,
649,
65,
394,
277,
278
],
),
"android_cell_dual_5_bar": SymbolsMetadata(
popularity: 6,
codepoint: 0xef0a,
categories: [4],
tags: [
2388,
1071,
1307,
1423,
517,
1250,
251,
8168,
373,
283,
17453,
81,
288,
375,
17454,
17447,
3897,
12501,
1078,
1081,
259,
226,
1086,
262,
10039,
17455,
17456,
267,
17457,
271,
272,
273,
290,
275,
746,
291,
3008,
533,
276,
1095,
17458,
17451,
277,
278
],
),
"android_cell_dual_5_bar_alert": SymbolsMetadata(
popularity: 3,
codepoint: 0xef0c,
categories: [4],
tags: [
3109,
4765,
17441,
1360,
1307,
1361,
1423,
517,
691,
1250,
251,
283,
1074,
254,
1365,
81,
17447,
2720,
1366,
4701,
12501,
1367,
51,
259,
1166,
262,
267,
3271,
616,
271,
273,
291,
649,
31,
65,
1691,
206,
277,
278
],
),
"android_cell_dual_5_bar_plus": SymbolsMetadata(
popularity: 6,
codepoint: 0xef0b,
categories: [4],
tags: [
231,
17441,
745,
1307,
517,
1250,
251,
284,
254,
81,
15313,
3897,
2276,
521,
51,
259,
792,
3473,
262,
267,
887,
271,
239,
3687,
63,
272,
273,
275,
649,
14888,
276,
394,
277,
278
],
),
"android_wifi_3_bar": SymbolsMetadata(
popularity: 42,
codepoint: 0xef16,
categories: [4],
tags: [
861,
517,
731,
283,
284,
254,
81,
288,
12535,
51,
259,
9864,
792,
262,
267,
271,
2066,
272,
1737,
652,
273,
290,
291,
649,
65,
612,
2280,
277,
278,
650
],
),
"android_wifi_3_bar_alert": SymbolsMetadata(
popularity: 20,
codepoint: 0xef1b,
categories: [4],
tags: [
1360,
1177,
517,
691,
284,
254,
15851,
17459,
1366,
293,
68,
259,
17460,
5225,
260,
267,
17461,
616,
13032,
17462,
2066,
1737,
652,
273,
290,
1691,
206,
1856,
7800,
17463,
277,
278,
650,
280
],
),
"android_wifi_3_bar_lock": SymbolsMetadata(
popularity: 5,
codepoint: 0xef1a,
categories: [4],
tags: [
861,
1307,
1659,
517,
251,
4238,
284,
254,
81,
5948,
138,
51,
259,
1470,
1778,
1056,
262,
267,
5949,
5319,
1034,
1063,
1574,
705,
1774,
1036,
652,
273,
290,
291,
31,
65,
277,
278
],
),
"android_wifi_3_bar_off": SymbolsMetadata(
popularity: 14,
codepoint: 0xef19,
categories: [4],
tags: [
1307,
1659,
517,
283,
284,
254,
81,
868,
2719,
1055,
51,
259,
9864,
5225,
262,
267,
269,
6317,
1059,
1060,
1061,
1737,
652,
273,
290,
1067,
291,
17123,
2280,
1856,
277,
12545,
278
],
),
"android_wifi_3_bar_plus": SymbolsMetadata(
popularity: 8,
codepoint: 0xef18,
categories: [4],
tags: [
231,
75,
749,
745,
1307,
3998,
517,
251,
1074,
284,
254,
81,
288,
2276,
4032,
51,
259,
792,
262,
267,
1452,
239,
1737,
652,
273,
291,
649,
5521,
31,
65,
551,
277,
278
],
),
"android_wifi_3_bar_question": SymbolsMetadata(
popularity: 7,
codepoint: 0xef17,
categories: [4],
tags: [
3940,
865,
517,
1250,
251,
1074,
284,
254,
81,
288,
2720,
871,
293,
68,
259,
2722,
1314,
262,
267,
3271,
7420,
271,
2725,
3942,
2333,
3943,
3944,
273,
275,
291,
14910,
649,
880,
31,
2280,
4034,
3945,
277,
278
],
),
"android_wifi_4_bar": SymbolsMetadata(
popularity: 28,
codepoint: 0xef10,
categories: [4],
tags: [
517,
283,
463,
519,
284,
254,
81,
288,
2225,
2276,
12501,
17464,
51,
259,
5225,
792,
262,
267,
611,
1737,
652,
273,
290,
291,
649,
31,
65,
277,
278,
650
],
),
"android_wifi_4_bar_alert": SymbolsMetadata(
popularity: 10,
codepoint: 0xef15,
categories: [4],
tags: [
1360,
1307,
1177,
1659,
517,
283,
284,
254,
2720,
3914,
2225,
17432,
293,
68,
259,
2722,
1083,
262,
267,
616,
13032,
2725,
2066,
1737,
652,
273,
291,
5944,
206,
277,
278
],
),
"android_wifi_4_bar_lock": SymbolsMetadata(
popularity: 1,
codepoint: 0xef14,
categories: [4],
tags: [
17465,
517,
251,
283,
284,
254,
81,
256,
5948,
12501,
14890,
259,
9864,
1314,
1778,
1056,
17433,
262,
267,
4284,
523,
5319,
1034,
1063,
16866,
3187,
1574,
705,
1774,
17466,
1036,
652,
273,
649,
277,
17104,
278,
650
],
),
"android_wifi_4_bar_off": SymbolsMetadata(
popularity: 17,
codepoint: 0xef13,
categories: [4],
tags: [
517,
283,
519,
284,
253,
254,
81,
288,
868,
2719,
1055,
2225,
521,
51,
259,
11635,
262,
267,
269,
6429,
6317,
1059,
1060,
1061,
271,
1737,
652,
273,
1067,
291,
649,
5940,
65,
277,
278,
280
],
),
"android_wifi_4_bar_plus": SymbolsMetadata(
popularity: 8,
codepoint: 0xef12,
categories: [4],
tags: [
231,
861,
745,
517,
518,
251,
283,
284,
254,
81,
1335,
2225,
2276,
12535,
235,
259,
262,
237,
267,
1452,
523,
239,
1148,
1737,
652,
273,
649,
31,
277,
278
],
),
"android_wifi_4_bar_question": SymbolsMetadata(
popularity: 7,
codepoint: 0xef11,
categories: [4],
tags: [
3940,
1360,
865,
517,
1250,
251,
283,
1074,
284,
254,
81,
2720,
2225,
12501,
17432,
871,
51,
293,
68,
259,
2722,
262,
267,
269,
3271,
7420,
271,
2725,
3942,
2333,
3944,
273,
275,
291,
14910,
649,
880,
31,
65,
3945,
277,
17467,
278
],
),
"arrow_shape_up": SymbolsMetadata(
popularity: 55,
codepoint: 0xeef6,
categories: [2],
tags: [
500,
77,
7282,
9685,
2827,
345,
313,
2273,
2937,
903,
137,
2821,
138,
2844,
51,
1750,
1624,
325,
876,
328,
1167,
93,
2422,
410,
392,
2838,
1712,
31,
1263,
1691,
141,
907,
1702,
98,
3021,
1348
],
),
"arrow_shape_up_stack": SymbolsMetadata(
popularity: 60,
codepoint: 0xeef7,
categories: [2],
tags: [
1466,
77,
3016,
313,
3017,
1080,
235,
1082,
88,
17468,
2875,
2457,
325,
91,
92,
1167,
11520,
2271,
95,
1712,
1263,
1691,
141,
907,
98,
3021
],
),
"arrow_shape_up_stack_2": SymbolsMetadata(
popularity: 59,
codepoint: 0xeef8,
categories: [2],
tags: [
1631,
76,
77,
6242,
9073,
2143,
3017,
1680,
1080,
1082,
17469,
88,
12223,
17470,
2875,
17471,
91,
92,
2271,
2300,
95,
1712,
17472,
1263,
526,
1702,
527
],
),
"award_meal": SymbolsMetadata(
popularity: 40,
codepoint: 0xf241,
categories: [5],
tags: [
11899,
3,
3493,
281,
11566,
6634,
3696,
4974,
4205,
4825,
10080,
3700,
12433,
4829,
3496,
9021,
2356,
2992,
13,
5358,
3703,
20,
4688,
851,
3502,
1184,
1289,
1537,
3504,
3505,
3506,
8594,
4835,
857,
245,
6335,
4836,
3509
],
),
"battery_android_frame_1": SymbolsMetadata(
popularity: 17,
codepoint: 0xf257,
categories: [4],
tags: [
1307,
3678,
1132,
1250,
3679,
288,
3682,
2537,
811,
3683,
348,
2276,
51,
792,
1953,
262,
289,
271,
3687,
432,
2459,
1316,
291
],
),
"battery_android_frame_2": SymbolsMetadata(
popularity: 19,
codepoint: 0xf256,
categories: [4],
tags: [
3678,
1250,
3679,
3917,
288,
8,
1878,
811,
3683,
348,
1110,
51,
68,
792,
1953,
262,
289,
648,
2539,
3687,
4028,
432,
392,
291,
1093
],
),
"battery_android_frame_3": SymbolsMetadata(
popularity: 8,
codepoint: 0xf255,
categories: [4],
tags: [
3678,
17473,
1250,
3679,
811,
3922,
3683,
3889,
348,
3870,
51,
792,
1953,
3473,
262,
289,
3687,
3892,
3879,
432,
291
],
),
"battery_android_frame_4": SymbolsMetadata(
popularity: 16,
codepoint: 0xf254,
categories: [4],
tags: [
1360,
1307,
3678,
3885,
3876,
1250,
3679,
3868,
288,
3682,
1878,
3683,
3909,
3870,
51,
68,
262,
616,
271,
240,
3687,
432,
2543,
71,
3008,
1093,
65
],
),
"battery_android_frame_5": SymbolsMetadata(
popularity: 13,
codepoint: 0xf253,
categories: [4],
tags: [
676,
17441,
1307,
3952,
1423,
3678,
1250,
3679,
3681,
288,
3921,
811,
3683,
17474,
667,
3897,
348,
2538,
51,
792,
1953,
3473,
262,
289,
3686,
271,
3687,
1701,
291
],
),
"battery_android_frame_6": SymbolsMetadata(
popularity: 14,
codepoint: 0xf252,
categories: [4],
tags: [
1307,
3678,
1250,
3679,
288,
811,
3683,
17475,
17476,
699,
138,
51,
792,
1953,
262,
289,
271,
3687,
432,
3933,
6532,
291,
3008,
65
],
),
"battery_android_frame_alert": SymbolsMetadata(
popularity: 5,
codepoint: 0xf251,
categories: [4],
tags: [
1360,
16829,
1307,
3678,
1250,
3679,
3868,
17477,
288,
3921,
3922,
3683,
348,
138,
51,
792,
3915,
262,
616,
289,
271,
3687,
432,
392,
291,
1170,
65,
1407,
206,
17478
],
),
"battery_android_frame_bolt": SymbolsMetadata(
popularity: 37,
codepoint: 0xf250,
categories: [4],
tags: [
1360,
1307,
3678,
3934,
1250,
3679,
3868,
3938,
288,
3921,
811,
3683,
348,
2276,
137,
1110,
138,
51,
792,
3936,
1953,
262,
289,
271,
3687,
291,
31,
525,
65,
206
],
),
"battery_android_frame_full": SymbolsMetadata(
popularity: 32,
codepoint: 0xf24f,
categories: [4],
tags: [
1307,
1423,
3678,
3896,
1250,
3679,
3908,
3868,
463,
288,
3869,
3683,
3499,
2276,
697,
51,
792,
17479,
3473,
262,
3687,
432,
1701,
291,
31,
65
],
),
"battery_android_frame_plus": SymbolsMetadata(
popularity: 11,
codepoint: 0xf24e,
categories: [4],
tags: [
745,
17480,
17481,
17482,
1307,
3678,
3876,
3947,
1250,
3679,
3868,
3964,
1235,
288,
3922,
3683,
3985,
348,
235,
51,
792,
3915,
262,
289,
271,
239,
3687,
3879,
432,
1701,
291
],
),
"battery_android_frame_question": SymbolsMetadata(
popularity: 8,
codepoint: 0xf24d,
categories: [4],
tags: [
1360,
1423,
3678,
3887,
1250,
3679,
3964,
288,
3913,
3683,
3889,
2720,
871,
51,
293,
2722,
792,
3915,
262,
271,
3687,
3892,
2725,
3943,
3944,
432,
291,
31,
3945,
17483,
206
],
),
"battery_android_frame_share": SymbolsMetadata(
popularity: 2,
codepoint: 0xf24c,
categories: [4],
tags: [
1307,
3678,
1250,
3679,
1073,
284,
81,
288,
2241,
811,
3683,
348,
2538,
51,
792,
1470,
1314,
3915,
262,
267,
1088,
289,
271,
851,
3687,
9290,
3005,
1528,
291,
1093,
526
],
),
"battery_android_frame_shield": SymbolsMetadata(
popularity: 11,
codepoint: 0xf24b,
categories: [4],
tags: [
1307,
3678,
1132,
1250,
3679,
288,
3682,
3683,
379,
348,
138,
51,
792,
1403,
262,
289,
271,
3687,
1574,
432,
1035,
1036,
392,
1575,
291,
31,
65
],
),
"briefcase_meal": SymbolsMetadata(
popularity: 10,
codepoint: 0xf246,
categories: [9],
tags: [
3641,
2034,
482,
1514,
569,
4871,
3696,
934,
1333,
4825,
2037,
3700,
3701,
9021,
2356,
2992,
4633,
1515,
4111,
17484,
3703,
1391,
17485,
4914,
2459,
1537,
2543,
652,
3709,
2491,
4835,
433,
4486,
332,
4836,
1518
],
),
"bucket_check": SymbolsMetadata(
popularity: 42,
codepoint: 0xef2a,
categories: [2],
tags: [
2661,
2666,
5843,
3896,
1661,
1662,
463,
2669,
4489,
1333,
2323,
1664,
1106,
3499,
2276,
51,
3771,
88,
1166,
226,
1666,
2674,
91,
5848,
26,
3503,
362,
898,
291,
245,
1517,
1669,
4821,
554,
1672
],
),
"calendar_check": SymbolsMetadata(
popularity: 160,
codepoint: 0xf243,
categories: [6],
tags: [
2661,
3091,
2072,
17486,
1924,
2073,
17487,
1661,
463,
2669,
2689,
17488,
2323,
1160,
17489,
2126,
2075,
1664,
1106,
10,
17490,
1166,
5000,
1666,
2674,
3488,
1370,
1168,
17491,
362,
245,
1669,
1171,
7818,
5002,
2682,
1576,
1672
],
),
"calendar_lock": SymbolsMetadata(
popularity: 16,
codepoint: 0xf242,
categories: [6],
tags: [
861,
5315,
2072,
1051,
1924,
2073,
1761,
1160,
2126,
5016,
2856,
10,
1952,
1778,
1056,
5000,
5018,
5319,
2676,
1034,
1063,
3187,
1574,
1065,
705,
1168,
11620,
1774,
1036,
1171,
5002,
1068
],
),
"calendar_meal_2": SymbolsMetadata(
popularity: 6,
codepoint: 0xf240,
categories: [5],
tags: [
3091,
1360,
1673,
501,
2072,
1924,
2073,
1159,
1160,
2126,
3700,
4684,
10,
9021,
2356,
2992,
137,
138,
1344,
4830,
2944,
3703,
506,
262,
5000,
616,
289,
876,
3488,
432,
1370,
1928,
1537,
1168,
8593,
31,
1171,
5002,
333,
5003
],
),
"child_hat": SymbolsMetadata(
popularity: 42,
codepoint: 0xef30,
categories: [3],
tags: [
2541,
2636,
3523,
3524,
17492,
17493,
5697,
3137,
15362,
993,
997,
2641,
17494,
5291,
12126,
2646,
577,
4189,
5706,
17495,
17496,
17497,
3530,
1006,
1028,
3534,
3535,
1035,
705,
15407,
17498,
4197,
2656,
3542,
17499,
1023
],
),
"conversation": SymbolsMetadata(
popularity: 145,
codepoint: 0xef2f,
categories: [3],
tags: [
570,
2728,
17500,
572,
17501,
283,
6176,
10674,
1475,
1476,
7213,
868,
2732,
17502,
7214,
1055,
577,
581,
583,
11614,
17503,
6271,
1059,
1060,
1061,
589,
3380,
3381,
1067,
593,
594,
1484,
17504,
1296,
4848,
9548,
33,
17505,
3659,
1485,
17506
],
),
"hanami_dango": SymbolsMetadata(
popularity: 5,
codepoint: 0xf23f,
categories: [5],
tags: [
13748,
17507,
1101,
17508,
17509,
17510,
4682,
3699,
17511,
4685,
2356,
381,
17512,
6735,
6736,
6014,
17513,
17514,
492,
10855,
3709,
5189,
13347,
4989,
3710,
31,
17515,
3711
],
),
"image_inset": SymbolsMetadata(
popularity: 14,
codepoint: 0xf247,
categories: [1],
tags: [
17516,
17517,
17518,
17519,
17520,
9409,
17521,
17522,
17523,
348,
1343,
49,
17524,
1327,
1595,
406,
17525,
17526,
1596,
1597,
57,
59,
62,
432,
433,
17527,
17528,
17529
],
),
"kanji_alcohol": SymbolsMetadata(
popularity: 3,
codepoint: 0xf23e,
categories: [5],
tags: [
11311,
11058,
1423,
4859,
504,
5,
6738,
4527,
4206,
2356,
4483,
138,
11071,
6736,
17530,
5226,
11314,
17531,
174,
506,
325,
876,
1392,
1537,
17532,
3325,
898,
31,
33,
338,
1485
],
),
"mail_shield": SymbolsMetadata(
popularity: 20,
codepoint: 0xf249,
categories: [7],
tags: [
1553,
283,
1761,
2288,
11617,
17533,
3234,
2290,
8025,
17534,
2291,
15,
16,
1056,
2293,
583,
17535,
1034,
1063,
10668,
1573,
1574,
2298,
3189,
1774,
17536,
1036,
2300,
1575,
7482,
1576
],
),
"meal_dinner": SymbolsMetadata(
popularity: 3,
codepoint: 0xf23d,
categories: [5],
tags: [
17537,
4823,
3693,
3694,
3695,
3696,
5698,
4825,
4754,
3700,
17280,
4110,
4684,
3701,
4828,
2356,
5704,
2992,
4212,
4830,
4111,
3703,
4831,
4089,
12584,
4688,
1537,
8549,
3708,
151,
4834,
4835,
1598,
11587,
9022
],
),
"meal_lunch": SymbolsMetadata(
popularity: 16,
codepoint: 0xf23c,
categories: [5],
tags: [
480,
1332,
3692,
17538,
7264,
7265,
3696,
17539,
15704,
4754,
3700,
4826,
3701,
8543,
379,
2356,
6023,
14057,
3702,
904,
4111,
3703,
17540,
814,
647,
4089,
12584,
3705,
1537,
8550,
1339,
3709,
1598
],
),
"money_range": SymbolsMetadata(
popularity: 149,
codepoint: 0xf245,
categories: [9],
tags: [
2212,
223,
502,
2443,
928,
960,
930,
931,
932,
934,
3761,
345,
1417,
936,
937,
938,
1335,
83,
941,
942,
2972,
792,
550,
4756,
17,
719,
948,
523,
70,
6257,
950,
951,
5634,
1421,
26,
1148,
391,
2822,
363,
151,
1395,
3475,
2977,
6082,
36,
2942
],
),
"page_menu_ios": SymbolsMetadata(
popularity: 11,
codepoint: 0xeefb,
categories: [2],
tags: [
1673,
2442,
3390,
8539,
628,
81,
145,
1430,
147,
370,
2943,
916,
68,
2849,
1470,
88,
506,
237,
325,
1585,
70,
1586,
1587,
453,
1428,
1588,
1712,
33,
97,
141,
1348,
396,
1485
],
),
"parent_child_dining": SymbolsMetadata(
popularity: 2,
codepoint: 0xf22d,
categories: [5],
tags: [
862,
4072,
3862,
3524,
17541,
690,
3137,
1906,
993,
997,
1877,
14054,
3700,
4829,
3833,
1026,
17542,
4707,
225,
2356,
5741,
581,
3530,
1006,
3703,
1032,
588,
589,
1537,
11915,
652,
888,
1943,
1473,
3542,
1023
],
),
"partner_heart": SymbolsMetadata(
popularity: 111,
codepoint: 0xef2e,
categories: [3],
tags: [
8558,
690,
504,
4251,
1073,
3832,
1164,
6111,
1789,
3498,
1607,
137,
7995,
579,
10081,
697,
4506,
5371,
581,
138,
1401,
1613,
4507,
894,
9762,
289,
12957,
588,
589,
4260,
3426,
6571,
392,
31,
907,
6573,
1409
],
),
"percent_discount": SymbolsMetadata(
popularity: 167,
codepoint: 0xf244,
categories: [9],
tags: [
14534,
791,
12335,
934,
1180,
11338,
10080,
12063,
1649,
964,
941,
942,
1182,
793,
6544,
948,
22,
3968,
17543,
3686,
17544,
1184,
1393,
6725,
954,
3506,
1395,
898,
8594,
31
],
),
"rest_area": SymbolsMetadata(
popularity: 4,
codepoint: 0xf22a,
categories: [5],
tags: [
3862,
17545,
2117,
17538,
312,
4829,
11582,
17546,
2356,
1621,
1623,
1595,
1959,
324,
17547,
1596,
325,
3651,
4040,
3297,
1223,
10534,
17548,
17549,
3299,
1960,
17550,
3539,
17551,
5339,
3405,
17552,
17553,
878,
1226,
17554,
1473,
332
],
),
"search_gear": SymbolsMetadata(
popularity: 48,
codepoint: 0xeefa,
categories: [2],
tags: [
1739,
1757,
17555,
501,
1743,
1776,
685,
345,
1236,
17556,
145,
83,
317,
1777,
1109,
293,
68,
1115,
2328,
1116,
1117,
2329,
2078,
1641,
2945,
70,
920,
921,
1751,
1126,
1127,
652,
71,
1780,
17557,
1093,
511,
6749
],
),
"settings_seating": SymbolsMetadata(
popularity: 1,
codepoint: 0xef2d,
categories: [3],
tags: [
2212,
76,
1466,
17558,
1906,
6891,
1776,
685,
345,
1236,
375,
4051,
1777,
137,
138,
385,
1029,
1641,
355,
70,
92,
1667,
921,
1537,
1947,
1919,
1929,
71,
1780,
823,
6123,
3857
],
),
"shaved_ice": SymbolsMetadata(
popularity: 2,
codepoint: 0xf225,
categories: [5],
tags: [
4974,
841,
9105,
844,
6011,
3699,
10,
3717,
8639,
2356,
14057,
849,
1958,
10531,
13741,
6735,
6736,
506,
587,
2520,
11354,
17559,
3709,
17560,
4153,
4989,
2371,
3710,
17561,
3711,
12575
],
),
"soba": SymbolsMetadata(
popularity: 3,
codepoint: 0xef36,
categories: [5],
tags: [
2212,
15780,
6403,
17562,
1776,
17563,
685,
15781,
345,
15782,
3700,
5311,
2356,
1777,
17564,
6735,
6736,
4879,
1029,
17565,
4880,
17566,
13758,
70,
7082,
921,
15788,
71,
7085,
1093,
3906,
1781,
17567
],
),
"solo_dining": SymbolsMetadata(
popularity: 4,
codepoint: 0xef35,
categories: [5],
tags: [
17568,
690,
7264,
17569,
1906,
17570,
14054,
4683,
3700,
11579,
15929,
4829,
17571,
17572,
225,
2356,
3702,
581,
979,
3703,
17573,
589,
1537,
15930,
11915,
17574,
888,
3569,
1037,
1943,
17575,
1473
],
),
"table_sign": SymbolsMetadata(
popularity: 10,
codepoint: 0xef2c,
categories: [3],
tags: [
3998,
1423,
4823,
16234,
3695,
224,
5139,
3700,
8,
4206,
4828,
2356,
51,
1882,
4053,
174,
1183,
21,
8231,
3651,
11316,
1928,
17576,
1537,
1929,
3162,
710,
31,
1473,
17577,
15365,
16629
],
),
"takeout_dining_2": SymbolsMetadata(
popularity: 8,
codepoint: 0xef34,
categories: [5],
tags: [
482,
3696,
1333,
6934,
4825,
2037,
6935,
3700,
4110,
3701,
8543,
2356,
2992,
4830,
4111,
3703,
91,
17578,
17579,
13215,
17580,
1537,
652,
4835,
17581,
4116,
15957,
1629
],
),
"tatami_seat": SymbolsMetadata(
popularity: 4,
codepoint: 0xef33,
categories: [5],
tags: [
1131,
1906,
1877,
4527,
17582,
485,
17583,
17584,
4051,
17585,
904,
1140,
2741,
6735,
6736,
1470,
5527,
15423,
814,
3354,
432,
1918,
1947,
1919,
1929,
1339,
823,
433,
17586,
6127
],
),
"thumbs_up_double": SymbolsMetadata(
popularity: 99,
codepoint: 0xeefc,
categories: [3],
tags: [
2660,
2664,
17587,
8559,
2666,
1658,
3494,
2669,
3046,
16120,
10282,
3498,
1479,
2695,
2696,
4032,
17588,
2698,
2076,
1613,
242,
63,
6522,
795,
359,
203,
243,
880,
3564,
13837,
17589,
1702,
13838,
3753,
1672
],
),
"udon": SymbolsMetadata(
popularity: 7,
codepoint: 0xef32,
categories: [5],
tags: [
13748,
17590,
17591,
13154,
15575,
13750,
17592,
3698,
3700,
4110,
3701,
2356,
11895,
6735,
6736,
13754,
17593,
4111,
3703,
6014,
17594,
13758,
13759,
1537,
13761,
3826,
17595
],
),
"windshield_defrost_auto": SymbolsMetadata(
popularity: 5,
codepoint: 0xf248,
categories: [14],
tags: [
838,
1888,
77,
2425,
8990,
3349,
1810,
3410,
1812,
5324,
17596,
840,
5255,
845,
3438,
1425,
5257,
5258,
17597,
3027,
1848,
1849,
1470,
1734,
410,
98,
1836,
1900,
1854,
396,
17148,
5263
],
),
"yakitori": SymbolsMetadata(
popularity: 3,
codepoint: 0xef31,
categories: [5],
tags: [
13748,
8895,
4205,
3698,
4682,
3700,
4110,
4829,
2356,
5704,
8899,
17598,
17599,
17600,
17601,
6735,
6736,
13754,
10852,
17602,
4111,
3703,
17603,
506,
2941,
1537,
3707,
644,
10855,
3709,
5189,
17374,
17604,
6127,
17605
],
),
"family_group": SymbolsMetadata(
popularity: 107,
codepoint: 0xeef2,
categories: [3],
tags: [
5752,
1190,
6321,
193,
1101,
1196,
1197,
574,
1075,
1026,
578,
5782,
579,
977,
7381,
1140,
1499,
581,
1280,
7379,
582,
267,
588,
589,
1287,
1288,
2046,
1092,
888,
593,
597,
7388,
602
],
),
"fitness_trackers": SymbolsMetadata(
popularity: 48,
codepoint: 0xeef1,
categories: [11],
tags: [
2541,
2513,
2542,
8958,
7128,
1270,
1250,
570,
1159,
81,
288,
44,
11,
2886,
2887,
2538,
1110,
697,
5370,
1253,
17,
262,
4258,
648,
920,
271,
759,
453,
410,
2544,
1701,
3519,
4964,
4915,
525,
65,
33,
1171,
2546,
1095,
3033,
477,
2080,
2547,
2548,
333,
3521,
7147,
2551
],
),
"mail_asterisk": SymbolsMetadata(
popularity: 22,
codepoint: 0xeef4,
categories: [7],
tags: [
1360,
839,
504,
1102,
283,
975,
2285,
1164,
2288,
3234,
2290,
1139,
138,
1367,
2291,
15,
16,
2293,
583,
887,
616,
289,
2297,
2300,
392,
857,
31,
141,
2597
],
),
"mobile_theft": SymbolsMetadata(
popularity: 20,
codepoint: 0xf2a9,
categories: [13],
tags: [
1360,
77,
1270,
1250,
282,
2528,
570,
11428,
1299,
1365,
288,
1162,
2696,
7593,
2698,
17606,
1110,
5209,
87,
6807,
262,
271,
4246,
17607,
1500,
1574,
432,
17608,
2536,
410,
1036,
1067,
1701,
17609,
17610,
17611,
525,
65,
17612,
206
],
),
"chat_dashed": SymbolsMetadata(
popularity: 27,
codepoint: 0xeeed,
categories: [7],
tags: [
17613,
568,
570,
572,
573,
283,
1475,
2394,
754,
2731,
2732,
4510,
1164,
811,
1479,
5571,
489,
137,
138,
3804,
3112,
583,
289,
2594,
820,
593,
594,
31,
1296,
10411,
33,
4852,
8376
],
),
"frame_bug": SymbolsMetadata(
popularity: 103,
codepoint: 0xeeef,
categories: [2],
tags: [
6189,
4870,
1132,
9612,
482,
1309,
308,
193,
1102,
1311,
1716,
1313,
2720,
317,
1748,
348,
381,
4875,
5813,
2722,
87,
2326,
289,
1535,
2725,
1123,
9545,
17614,
432,
1428,
392,
509,
433,
1319,
2148,
1095,
4034,
2387,
206
],
),
"frame_exclamation": SymbolsMetadata(
popularity: 51,
codepoint: 0xeeee,
categories: [2],
tags: [
3109,
1360,
1361,
1132,
9612,
1133,
482,
691,
308,
3680,
1365,
2720,
1366,
1479,
348,
1367,
51,
68,
2722,
1166,
583,
616,
289,
2725,
5591,
432,
392,
898,
433,
4248,
291,
31,
2148,
1095,
2437,
206
],
),
"assignment_globe": SymbolsMetadata(
popularity: 66,
codepoint: 0xeeec,
categories: [12],
tags: [
8229,
1660,
2073,
193,
3093,
9820,
4494,
2075,
3095,
1580,
1430,
3111,
315,
319,
320,
13,
322,
259,
1515,
5226,
1470,
324,
14122,
1480,
15599,
1667,
5233,
1516,
1168,
331,
1227,
1517,
33,
2465,
1186,
1518,
334,
9819,
1485,
5236
],
),
"bookmark_stacks": SymbolsMetadata(
popularity: 29,
codepoint: 0xeee8,
categories: [6],
tags: [
1674,
17615,
2456,
1694,
4525,
1179,
2138,
4526,
1195,
1197,
3498,
4511,
259,
52,
1082,
1345,
88,
2078,
1029,
5602,
788,
586,
92,
3380,
2890,
4469,
4104,
3505,
1539,
4464,
1712,
17616,
2464,
4479,
12204,
182,
333
],
),
"heart_arrow": SymbolsMetadata(
popularity: 15,
codepoint: 0xeee7,
categories: [3],
tags: [
8558,
5519,
4505,
77,
4669,
5365,
284,
17617,
9136,
313,
6111,
1789,
3498,
7991,
4483,
697,
4506,
1613,
87,
4507,
894,
328,
6228,
3426,
17618,
4104,
6571,
5187,
1539,
392,
5524,
2491,
31,
1227,
17619
],
),
"mobile_unlock": SymbolsMetadata(
popularity: 8,
codepoint: 0xeeea,
categories: [11],
tags: [
861,
9767,
3180,
1758,
1270,
1250,
2528,
570,
288,
8,
2538,
8024,
1110,
1112,
1778,
262,
2927,
289,
5949,
5319,
2676,
271,
1034,
1063,
1574,
432,
705,
410,
1774,
1036,
1701,
5321,
5322
],
),
"watch_lock": SymbolsMetadata(
popularity: 9,
codepoint: 0xeee9,
categories: [11],
tags: [
861,
5218,
5220,
1758,
8717,
4238,
345,
81,
288,
44,
1778,
5949,
5319,
1034,
1063,
1573,
1574,
3273,
1065,
3190,
705,
1774,
1036,
1575,
1171,
5321,
2080,
2547,
2549
],
),
"arrows_left_right_circle": SymbolsMetadata(
popularity: 16,
codepoint: 0xeee4,
categories: [11],
tags: [
9630,
502,
2443,
15731,
2967,
1743,
193,
462,
1890,
313,
2273,
3278,
1077,
2972,
10070,
5429,
699,
16356,
2197,
6201,
5612,
17620,
1750,
468,
325,
906,
1700,
17621,
3963,
2404,
956,
526,
4308,
4953
],
),
"arrows_up_down_circle": SymbolsMetadata(
popularity: 10,
codepoint: 0xeee3,
categories: [11],
tags: [
748,
76,
17622,
502,
1743,
193,
462,
615,
313,
2970,
2819,
2578,
3278,
10070,
5429,
1750,
468,
325,
92,
2271,
95,
3963,
2404,
31,
764,
765,
526,
1702,
98,
17623,
13695
],
),
"b_circle": SymbolsMetadata(
popularity: 13,
codepoint: 0xeee2,
categories: [11],
tags: [
749,
4,
8793,
1332,
504,
193,
462,
345,
1746,
1164,
3499,
10070,
5429,
15637,
138,
1222,
51,
15,
174,
328,
3201,
330,
362,
392,
1339,
2491,
4248,
413,
907,
476
],
),
"chevron_line_up": SymbolsMetadata(
popularity: 17,
codepoint: 0xeec3,
categories: [2],
tags: [
480,
2938,
77,
504,
2827,
1209,
912,
345,
313,
914,
2920,
2844,
51,
87,
174,
506,
814,
325,
289,
328,
1167,
2907,
2899,
644,
2008,
1339,
31,
1691,
907,
1702
],
),
"circle_circle": SymbolsMetadata(
popularity: 56,
codepoint: 0xeee1,
categories: [11],
tags: [
480,
2513,
341,
751,
193,
1101,
462,
284,
81,
10070,
5429,
51,
756,
267,
17624,
758,
759,
9290,
2520,
762,
2521,
3005,
3518,
291,
17625,
4127,
1093,
65,
526,
3520,
2523,
2524
],
),
"game_bumper_left": SymbolsMetadata(
popularity: 3,
codepoint: 0xeee0,
categories: [11],
tags: [
17626,
17627,
2541,
748,
17628,
504,
1100,
5987,
345,
6409,
5383,
10070,
6411,
5429,
1110,
1111,
6412,
2197,
4288,
1120,
17629,
6414,
6415
],
),
"game_bumper_right": SymbolsMetadata(
popularity: 5,
codepoint: 0xeedf,
categories: [11],
tags: [
748,
17628,
504,
1100,
5987,
345,
6409,
44,
2273,
2537,
5383,
10070,
17630,
5429,
10072,
137,
1110,
1111,
467,
6412,
647,
325,
2509,
906,
7725,
17629,
1339,
31,
17631,
6414,
2200,
4651,
6415
],
),
"game_button_l": SymbolsMetadata(
popularity: 6,
codepoint: 0xeede,
categories: [11],
tags: [
2541,
748,
17628,
504,
1100,
5987,
345,
6409,
2273,
781,
5383,
10070,
6411,
5429,
1110,
1111,
2774,
1344,
6412,
6710,
2197,
4288,
2509,
1120,
17629,
65,
6414,
9727
],
),
"game_button_l1": SymbolsMetadata(
popularity: 5,
codepoint: 0xeedd,
categories: [11],
tags: [
748,
504,
1100,
1785,
5987,
345,
6409,
17632,
5383,
17633,
10070,
13402,
10071,
6411,
17634,
5429,
15509,
1110,
10074,
467,
17635,
17636,
17637,
15064,
4288,
2509,
1120,
362,
17629,
17638,
6414,
17639,
6415
],
),
"game_button_l2": SymbolsMetadata(
popularity: 2,
codepoint: 0xeedc,
categories: [11],
tags: [
748,
504,
1100,
1103,
5987,
345,
6409,
44,
17640,
17641,
1108,
5383,
10070,
6411,
5429,
17642,
10838,
1110,
1111,
467,
2870,
17643,
17637,
9726,
1128,
17629,
6414,
9727,
15397
],
),
"game_button_r": SymbolsMetadata(
popularity: 3,
codepoint: 0xeedb,
categories: [11],
tags: [
2541,
748,
504,
1100,
1103,
5987,
345,
6409,
288,
44,
2537,
5383,
10070,
5429,
1110,
1111,
1344,
4288,
17644,
17645,
17629,
6414,
6415
],
),
"game_button_r1": SymbolsMetadata(
popularity: 3,
codepoint: 0xeeda,
categories: [11],
tags: [
748,
17628,
504,
1100,
1103,
5987,
345,
6409,
44,
5383,
17646,
10070,
17647,
5429,
1110,
1111,
439,
4288,
1120,
17644,
17648,
17649,
17645,
17650,
17629,
6414,
6415
],
),
"game_button_r2": SymbolsMetadata(
popularity: 3,
codepoint: 0xeed9,
categories: [11],
tags: [
748,
17628,
504,
1100,
5987,
345,
6409,
44,
2537,
5383,
10070,
6411,
5429,
137,
3777,
1110,
1111,
467,
1344,
6412,
4288,
2509,
17644,
17651,
17629,
31,
6414,
907,
6415
],
),
"game_button_zl": SymbolsMetadata(
popularity: 4,
codepoint: 0xeed8,
categories: [11],
tags: [
17652,
504,
1100,
5987,
345,
6409,
17632,
288,
1878,
5383,
10070,
6411,
5429,
10838,
1110,
10074,
1612,
1344,
17637,
2509,
17629,
6414,
17653
],
),
"game_button_zr": SymbolsMetadata(
popularity: 1,
codepoint: 0xeed7,
categories: [11],
tags: [
2541,
17652,
504,
1100,
1785,
5987,
345,
1744,
44,
17654,
781,
5383,
10070,
6411,
5429,
15509,
10072,
1110,
1111,
467,
6412,
17637,
4288,
1120,
5438,
17650,
17629,
65,
6414,
6415,
17655
],
),
"game_trigger_left": SymbolsMetadata(
popularity: 2,
codepoint: 0xeed2,
categories: [11],
tags: [
748,
504,
1100,
5987,
17656,
15389,
17657,
345,
6409,
5383,
17646,
10070,
17658,
6411,
5429,
17642,
10838,
17659,
1110,
1111,
2774,
6412,
2197,
17636,
17637,
1120,
13356,
6414
],
),
"game_trigger_right": SymbolsMetadata(
popularity: 2,
codepoint: 0xeed1,
categories: [11],
tags: [
2541,
748,
504,
1100,
5987,
345,
6409,
288,
44,
1878,
781,
5383,
10070,
6411,
5429,
1110,
1111,
467,
6412,
87,
492,
2509,
1120,
5438,
906,
392,
17629,
30,
6414,
498
],
),
"gamepad_circle_down": SymbolsMetadata(
popularity: 8,
codepoint: 0xeed0,
categories: [11],
tags: [
2541,
77,
504,
1100,
193,
5987,
345,
6409,
44,
313,
2819,
781,
5383,
10070,
6411,
5429,
1110,
17464,
10074,
6412,
1959,
439,
325,
4288,
2509,
31,
65,
907,
1409
],
),
"gamepad_circle_left": SymbolsMetadata(
popularity: 7,
codepoint: 0xeecf,
categories: [11],
tags: [
77,
2443,
504,
1100,
193,
5987,
345,
17660,
6410,
288,
44,
17661,
17662,
2537,
781,
10070,
6411,
5429,
1110,
7542,
1111,
6412,
2197,
1959,
325,
4288,
2833,
65,
9727
],
),
"gamepad_circle_right": SymbolsMetadata(
popularity: 5,
codepoint: 0xeece,
categories: [11],
tags: [
77,
504,
1100,
193,
6409,
6410,
313,
17663,
781,
903,
15393,
10070,
17664,
6411,
5429,
2843,
1110,
51,
6412,
407,
1750,
325,
905,
2509,
409,
1167,
1121,
759,
906,
762,
9727
],
),
"gamepad_circle_up": SymbolsMetadata(
popularity: 7,
codepoint: 0xeecd,
categories: [11],
tags: [
6242,
1100,
193,
16176,
462,
345,
6409,
6410,
313,
17665,
17666,
10070,
6411,
5429,
1110,
1111,
1612,
6412,
2875,
468,
2876,
1035,
2200,
1702,
98,
17667,
4651,
6415
],
),
"gamepad_down": SymbolsMetadata(
popularity: 2,
codepoint: 0xeecc,
categories: [11],
tags: [
2541,
77,
2186,
504,
1100,
5987,
6409,
1745,
6410,
2884,
288,
313,
2819,
2537,
781,
3295,
5383,
10070,
6411,
5429,
1110,
1111,
6412,
1959,
5266,
1750,
4288,
2509,
9726,
3299,
4777,
6214,
6415,
15397
],
),
"gamepad_left": SymbolsMetadata(
popularity: 1,
codepoint: 0xeecb,
categories: [11],
tags: [
77,
504,
1100,
5987,
345,
6409,
6410,
288,
17668,
313,
17662,
781,
2538,
5383,
10070,
6411,
5429,
1110,
1111,
1344,
6412,
2197,
1959,
468,
325,
919,
2509,
65,
6415
],
),
"gamepad_right": SymbolsMetadata(
popularity: 2,
codepoint: 0xeeca,
categories: [11],
tags: [
77,
504,
1100,
5987,
345,
17669,
1235,
17670,
6410,
288,
44,
313,
17671,
17672,
17662,
10070,
6411,
5429,
10072,
1110,
1111,
6412,
2197,
17636,
5289,
10207,
1750,
325,
409,
65,
6415
],
),
"gamepad_up": SymbolsMetadata(
popularity: 0,
codepoint: 0xeec9,
categories: [11],
tags: [
77,
504,
1100,
5987,
345,
6410,
288,
313,
17662,
1106,
781,
10070,
6411,
5429,
1110,
1111,
6412,
2875,
468,
325,
2509,
362,
1263,
1691,
98,
3021,
6415
],
),
"passport": SymbolsMetadata(
popularity: 48,
codepoint: 0xeec4,
categories: [16],
tags: [
1758,
3390,
7121,
1132,
17673,
10537,
17674,
1430,
1431,
1212,
320,
944,
3107,
2004,
978,
17675,
322,
3312,
3675,
1587,
17676,
17677,
5360,
920,
590,
1774,
2679,
332,
2682,
1576,
6311,
334
],
),
"rectangle_add": SymbolsMetadata(
popularity: 7,
codepoint: 0xeec8,
categories: [11],
tags: [
748,
745,
17678,
11327,
17679,
1636,
232,
1321,
1132,
482,
504,
1103,
1325,
914,
1335,
488,
10070,
5429,
235,
1327,
3923,
87,
1329,
887,
289,
239,
242,
432,
392,
433,
1170,
2200
],
),
"square_circle": SymbolsMetadata(
popularity: 5,
codepoint: 0xeec7,
categories: [11],
tags: [
480,
1133,
2338,
308,
193,
2244,
17680,
4739,
485,
1164,
8483,
1749,
348,
10070,
5429,
904,
381,
137,
2740,
492,
289,
1392,
5234,
363,
392,
433,
9669,
31,
1227,
396,
1187
],
),
"triangle_circle": SymbolsMetadata(
popularity: 4,
codepoint: 0xeec6,
categories: [11],
tags: [
748,
4324,
77,
1268,
6346,
504,
193,
1103,
1107,
346,
10070,
5429,
2843,
6348,
2958,
406,
354,
439,
1707,
2509,
408,
409,
1121,
330,
1125,
1293,
2130,
1691,
6414,
2200,
37
],
),
"x_circle": SymbolsMetadata(
popularity: 58,
codepoint: 0xe349,
categories: [11],
tags: [
1360,
4,
1361,
504,
1208,
193,
780,
1209,
345,
1210,
4646,
2720,
1212,
8600,
10070,
5429,
904,
5165,
15,
616,
1224,
330,
392,
1226,
5925,
3992
],
),
"y_circle": SymbolsMetadata(
popularity: 6,
codepoint: 0xeec5,
categories: [11],
tags: [
4,
5,
193,
462,
81,
3097,
12,
10070,
5429,
904,
2004,
68,
6508,
1111,
1401,
1112,
17681,
5226,
15,
17682,
1166,
325,
330,
392,
3569,
31,
33,
338,
907,
1485,
17683
],
),
"computer_sound": SymbolsMetadata(
popularity: 7,
codepoint: 0xeeb4,
categories: [11],
tags: [
1246,
1247,
1739,
1268,
7703,
2061,
1704,
193,
519,
345,
1705,
288,
2537,
1110,
1253,
1470,
4413,
1706,
406,
630,
439,
1707,
1302,
1286,
2509,
2100,
151,
71,
1293,
1294,
1093,
3629,
65,
1691,
3476,
554,
1855,
1856,
333,
1187
],
),
"detection_and_zone_off": SymbolsMetadata(
popularity: 12,
codepoint: 0xeebf,
categories: [10],
tags: [
2513,
1360,
1131,
1051,
1133,
2817,
1235,
5921,
5487,
1300,
868,
1055,
1140,
1222,
1952,
87,
630,
4258,
1143,
1059,
1060,
1061,
1223,
1146,
589,
432,
1065,
1036,
64,
392,
1067,
433,
2619,
5115,
1068,
206,
1155
],
),
"eyebrow": SymbolsMetadata(
popularity: 6,
codepoint: 0xeeb3,
categories: [3],
tags: [
3546,
11806,
6644,
4165,
690,
3550,
283,
7013,
2936,
2394,
754,
378,
6111,
6112,
5796,
17684,
7491,
577,
8446,
2647,
216,
581,
384,
87,
1115,
10174,
894,
57,
5100,
8450,
1127,
392,
8393,
1170,
2162,
3630,
4317
],
),
"format_image_back": SymbolsMetadata(
popularity: 4,
codepoint: 0xeeb0,
categories: [12],
tags: [
2149,
2150,
76,
1466,
2443,
2939,
17685,
1638,
17686,
484,
1580,
1252,
680,
2155,
2219,
370,
1080,
49,
2144,
1082,
385,
2197,
1083,
8535,
492,
91,
2753,
2159,
57,
62,
329,
2190,
9075,
1712,
6146,
2162,
33,
35,
9470,
1485,
7944
],
),
"format_image_break_left": SymbolsMetadata(
popularity: 3,
codepoint: 0xeeaf,
categories: [12],
tags: [
1739,
2149,
2150,
76,
1592,
2117,
628,
1136,
1580,
1430,
1252,
680,
2155,
147,
2219,
370,
1343,
137,
49,
1595,
385,
2197,
406,
1597,
439,
2159,
57,
62,
4585,
4749,
2947,
2403,
2162,
1598,
33,
35,
476,
1485
],
),
"format_image_break_right": SymbolsMetadata(
popularity: 1,
codepoint: 0xeeae,
categories: [12],
tags: [
2149,
2150,
2117,
17687,
485,
1580,
1430,
1252,
680,
2155,
2219,
370,
2156,
490,
384,
17688,
17689,
17690,
2184,
9347,
385,
2197,
4574,
2159,
4585,
17691,
906,
9340,
2162,
33,
9030,
35,
338,
17692,
2180,
9512,
1485
],
),
"format_image_front": SymbolsMetadata(
popularity: 8,
codepoint: 0xeead,
categories: [12],
tags: [
1739,
2149,
2150,
1132,
628,
2339,
485,
44,
8,
1580,
1252,
680,
2155,
2219,
370,
2156,
348,
5097,
137,
49,
385,
2197,
406,
1641,
2159,
386,
57,
1346,
62,
1427,
432,
392,
433,
2162,
2199,
33,
35,
396,
476,
1485
],
),
"format_image_inline_left": SymbolsMetadata(
popularity: 3,
codepoint: 0xeeac,
categories: [12],
tags: [
2149,
2205,
2150,
2442,
628,
1580,
1430,
1252,
680,
2155,
9409,
2219,
370,
2156,
49,
10565,
1327,
2172,
2233,
1595,
385,
2197,
406,
70,
2159,
57,
62,
4585,
71,
2162,
33,
9030,
35,
476,
2203,
1485
],
),
"format_image_inline_right": SymbolsMetadata(
popularity: 2,
codepoint: 0xffffd,
categories: [12],
tags: [
2149,
2167,
2150,
1466,
482,
628,
313,
1580,
1430,
1252,
680,
2155,
9409,
147,
2219,
370,
17693,
137,
49,
10565,
1327,
385,
2197,
1470,
406,
2159,
57,
62,
2198,
329,
906,
1472,
433,
2162,
33,
35,
476,
1485
],
),
"game_stick_l3": SymbolsMetadata(
popularity: 2,
codepoint: 0xeed6,
categories: [11],
tags: [
17694,
504,
1100,
5987,
345,
6409,
288,
1878,
781,
3295,
5383,
17646,
10070,
5429,
17695,
17696,
1110,
1111,
10074,
467,
6412,
17697,
17698,
17699,
647,
468,
325,
2509,
392,
31,
65,
10839,
6415
],
),
"game_stick_left": SymbolsMetadata(
popularity: 3,
codepoint: 0xeed5,
categories: [11],
tags: [
4936,
10066,
1100,
5987,
15389,
17700,
345,
17701,
6409,
313,
2273,
17663,
5383,
10070,
6411,
5429,
17695,
10072,
17702,
17703,
1110,
1111,
6412,
2197,
5289,
468,
5189,
10839,
6415,
10077
],
),
"game_stick_r3": SymbolsMetadata(
popularity: 1,
codepoint: 0xeed4,
categories: [11],
tags: [
2541,
10066,
504,
1100,
1785,
5987,
345,
6409,
288,
2537,
781,
5383,
10070,
5429,
1110,
138,
1111,
2870,
6412,
1959,
4288,
2509,
1120,
17704,
17705,
31,
65,
6415
],
),
"game_stick_right": SymbolsMetadata(
popularity: 2,
codepoint: 0xeed3,
categories: [11],
tags: [
2541,
10066,
1100,
519,
5987,
345,
6409,
288,
44,
313,
2537,
781,
5383,
10070,
6411,
17647,
5429,
1110,
1111,
6412,
1959,
1750,
325,
4288,
2509,
3299,
17705,
65,
4651,
9727
],
),
"hourglass_check": SymbolsMetadata(
popularity: 13,
codepoint: 0xfffed,
categories: [6],
tags: [
2666,
1658,
2685,
1661,
1662,
1159,
463,
17706,
3116,
2074,
868,
1664,
17707,
811,
1055,
2671,
3486,
756,
1166,
3465,
3466,
1666,
17708,
17709,
362,
245,
1517,
17710,
17711,
1669,
1171,
16933,
17712,
17713,
17714,
2336,
2682,
4821,
1576,
1672
],
),
"lips": SymbolsMetadata(
popularity: 16,
codepoint: 0xeeb2,
categories: [3],
tags: [
3546,
6644,
690,
283,
7013,
2936,
6112,
8446,
17715,
1610,
697,
581,
17716,
87,
6269,
6270,
4507,
10174,
894,
6271,
289,
57,
8450,
17717,
17718,
392,
888,
1616,
1295,
594,
9548,
1298
],
),
"mic_gear": SymbolsMetadata(
popularity: 7,
codepoint: 0xeeba,
categories: [0],
tags: [
2212,
1268,
1776,
283,
685,
345,
288,
1273,
1777,
1278,
1279,
1111,
1113,
792,
406,
1284,
1285,
1286,
70,
921,
453,
1290,
440,
2369,
71,
1293,
1294,
1295,
1093,
9548,
511,
1298,
554
],
),
"notification_audio": SymbolsMetadata(
popularity: 29,
codepoint: 0xeec1,
categories: [7],
tags: [
749,
1359,
1360,
5799,
13840,
1177,
1268,
17719,
17720,
1362,
12704,
1363,
868,
1055,
1302,
17721,
616,
2111,
17722,
17723,
1259,
1368,
1059,
1060,
1061,
1370,
762,
17724,
17725,
5804,
2102,
17726,
1067,
1293,
3386,
17727,
2103,
2115,
1294,
9627,
554
],
),
"notification_audio_off": SymbolsMetadata(
popularity: 20,
codepoint: 0xeec0,
categories: [7],
tags: [
749,
1359,
1360,
17728,
17729,
13840,
1177,
1268,
16817,
10156,
2061,
1362,
2087,
17730,
1363,
12713,
1745,
1235,
1162,
868,
1055,
1302,
11882,
2098,
17731,
2111,
13243,
2099,
17722,
1259,
1368,
1059,
1060,
1061,
1370,
762,
17732,
17733,
71,
1304,
1067,
1293,
11762,
2103,
17734,
11765,
17735,
17736,
12324
],
),
"person_text": SymbolsMetadata(
popularity: 32,
codepoint: 0xeebd,
categories: [3],
tags: [
565,
566,
690,
974,
5,
975,
225,
4483,
137,
977,
581,
978,
979,
293,
178,
289,
588,
589,
590,
392,
986,
888,
3569,
17737,
31,
33,
601
],
),
"sticker": SymbolsMetadata(
popularity: 237,
codepoint: 0xe707,
categories: [6],
tags: [
745,
17738,
1923,
14436,
2665,
281,
17739,
17740,
17741,
17742,
17743,
17744,
17745,
4861,
3496,
1604,
1606,
577,
1608,
1609,
1610,
52,
17746,
1613,
17747,
1480,
1587,
16182,
17748,
1615,
2941,
17749,
1352,
2652,
432,
1616,
1618,
433,
2779,
2780,
13347,
182
],
),
"sticker_add": SymbolsMetadata(
popularity: 3,
codepoint: 0xeec2,
categories: [6],
tags: [
231,
748,
745,
1620,
17750,
504,
570,
283,
345,
2817,
1325,
13475,
1602,
1604,
1606,
577,
7455,
1608,
137,
1609,
1610,
138,
2870,
1613,
406,
583,
887,
1480,
1587,
15570,
17751,
1615,
239,
240,
1352,
1616,
1618,
433,
2779,
2780,
13347,
31,
907
],
),
"thermometer_alert": SymbolsMetadata(
popularity: 4,
codepoint: 0xffffb,
categories: [8],
tags: [
3109,
1360,
1361,
691,
7153,
840,
842,
1365,
2427,
2720,
1366,
7154,
14866,
3870,
697,
892,
3027,
3458,
7952,
3029,
138,
1367,
51,
4840,
1166,
17,
894,
3473,
4258,
1143,
616,
4179,
31,
7155,
858,
2893,
2070,
141,
206,
859
],
),
"undereye": SymbolsMetadata(
popularity: 8,
codepoint: 0xeeb1,
categories: [3],
tags: [
3546,
17752,
690,
17753,
2394,
754,
5796,
17684,
17754,
17755,
7491,
577,
8446,
17756,
581,
8618,
8386,
11513,
10174,
17757,
57,
8388,
8450,
1127,
11518,
8393,
396,
3630,
4317,
4533,
17758
],
),
"voice_chat_off": SymbolsMetadata(
popularity: 8,
codepoint: 0xeebe,
categories: [7],
tags: [
1268,
10156,
568,
1270,
17759,
5137,
40,
570,
6148,
572,
573,
283,
7961,
1475,
17760,
868,
17761,
17762,
1055,
16695,
1479,
583,
1285,
17763,
1302,
17764,
17765,
17766,
17767,
17768,
1059,
1060,
1061,
1067,
16823,
594,
17769,
37,
1298,
17770,
17771
],
),
"widget_menu": SymbolsMetadata(
popularity: 7,
codepoint: 0xeeb7,
categories: [2],
tags: [
1673,
11828,
517,
482,
8539,
1209,
912,
17772,
913,
914,
17773,
2943,
2920,
88,
11829,
506,
7080,
8274,
325,
15893,
2927,
70,
1734,
151,
8820,
2008,
922,
2947,
2716,
923,
97,
413,
141,
5011,
17774,
17094
],
),
"cards_stack": SymbolsMetadata(
popularity: 58,
codepoint: 0xf38f,
categories: [12],
tags: [
480,
1674,
1466,
1192,
569,
930,
5379,
1197,
628,
81,
5380,
2143,
2188,
1680,
941,
5383,
579,
1079,
68,
86,
3059,
8813,
1082,
88,
1029,
2457,
2221,
92,
4114,
6894,
2510,
4132,
1201,
1712,
1396,
33
],
),
"graph_8": SymbolsMetadata(
popularity: 22,
codepoint: 0xfffec,
categories: [9],
tags: [
1422,
1071,
2804,
569,
373,
1073,
2936,
81,
5038,
2884,
375,
941,
1078,
234,
3153,
235,
1081,
68,
1426,
17,
1086,
491,
1088,
5159,
648,
759,
1428,
746,
1429,
17775,
476,
514
],
),
"antigravity": SymbolsMetadata(
popularity: 134,
codepoint: 0xfffd2,
categories: [3],
tags: [
480,
1739,
17776,
77,
504,
2303,
345,
313,
2819,
3683,
9089,
6758,
2497,
381,
8478,
17777,
17778,
3031,
87,
353,
468,
355,
7071,
3687,
390,
4179,
151,
31,
65,
1691,
1702
],
),
"chat_bubble_off": SymbolsMetadata(
popularity: 10,
codepoint: 0xfffbb,
categories: [7],
tags: [
568,
570,
2728,
17779,
572,
17780,
573,
283,
1475,
1476,
1300,
868,
17781,
1055,
1479,
583,
17782,
1302,
17783,
17784,
17785,
17786,
6160,
1059,
1060,
1061,
289,
2102,
1067,
4846,
1295,
594,
1484,
1296
],
),
"dashboard_2_edit": SymbolsMetadata(
popularity: 31,
codepoint: 0xfffd7,
categories: [12],
tags: [
1739,
2263,
5379,
1743,
5473,
4109,
1578,
1325,
1236,
1425,
81,
1252,
680,
370,
8015,
382,
1111,
385,
2078,
1641,
887,
92,
4647,
4516,
2626,
921,
432,
3356,
1428,
2461,
2462,
71,
5483,
433,
2716,
746,
2717,
2453,
396,
333,
1186,
1590,
1485
],
),
"dashboard_2_gear": SymbolsMetadata(
popularity: 62,
codepoint: 0xfffd6,
categories: [12],
tags: [
5343,
1757,
1071,
5379,
1776,
685,
345,
1425,
81,
1400,
2787,
370,
3870,
1777,
382,
293,
68,
385,
1730,
1029,
3473,
4258,
70,
5030,
919,
648,
921,
432,
71,
5483,
433,
746,
3074,
1093,
396,
333,
1186
],
),
"fitbit_raquetball": SymbolsMetadata(
popularity: 1,
codepoint: 0xfffc5,
categories: [17],
tags: [
749,
2513,
8245,
9847,
11145,
3714,
12965,
11,
17787,
2887,
5383,
8253,
697,
1882,
10846,
17788,
4530,
2509,
17789,
15469,
17790,
3299,
30,
17791,
17792,
3033,
3521
],
),
"globe_2_cancel": SymbolsMetadata(
popularity: 13,
codepoint: 0xfffb7,
categories: [4],
tags: [
861,
1208,
193,
780,
1209,
284,
1235,
1210,
3263,
315,
2720,
1212,
4787,
319,
320,
322,
259,
5226,
1314,
267,
1060,
5233,
4246,
1224,
1065,
330,
392,
331,
1226,
1068,
206,
333,
1186,
334,
5236,
3992,
3993
],
),
"globe_2_question": SymbolsMetadata(
popularity: 22,
codepoint: 0xfffb6,
categories: [4],
tags: [
3940,
480,
865,
193,
283,
1542,
315,
10694,
5647,
317,
10248,
319,
320,
5409,
871,
138,
68,
5410,
322,
259,
4427,
5226,
4438,
1470,
325,
5233,
2333,
3944,
331,
880,
31,
4467,
1186,
334,
5236
],
),
"link_2": SymbolsMetadata(
popularity: 261,
codepoint: 0xfffb5,
categories: [7],
tags: [
748,
1513,
1520,
1323,
504,
1522,
193,
1785,
1073,
284,
1788,
1679,
381,
319,
1524,
2870,
259,
1328,
87,
1314,
325,
267,
1167,
1530,
333,
6849,
1186,
334
],
),
"mode_fan_2": SymbolsMetadata(
popularity: 13,
codepoint: 0xfffd0,
categories: [8],
tags: [
2212,
837,
5864,
1888,
1859,
3410,
5252,
1842,
1890,
840,
5255,
842,
345,
844,
845,
288,
1878,
1879,
4192,
1849,
138,
2870,
8726,
3878,
642,
151,
275,
1854,
859,
1857
],
),
"mood_heart": SymbolsMetadata(
popularity: 58,
codepoint: 0xfffb4,
categories: [3],
tags: [
8558,
14586,
4956,
4251,
3137,
1602,
6111,
14583,
1604,
13079,
1606,
577,
3498,
7991,
17793,
1607,
1608,
1609,
1610,
697,
2358,
4506,
5370,
17794,
1613,
4507,
17795,
894,
1614,
589,
1615,
4260,
4261,
5187,
12081,
17796,
1616,
1618,
593,
1619,
4263
],
),
"music_note_2": SymbolsMetadata(
popularity: 78,
codepoint: 0xfffd8,
categories: [0],
tags: [
9368,
3075,
1268,
8103,
12305,
17797,
17798,
2244,
781,
1112,
1301,
406,
8107,
1707,
8108,
3079,
13293,
17799,
1480,
2509,
17800,
12307,
4261,
392,
3057,
1293,
3386,
31,
2148,
8114,
6749
],
),
"shoe_cleats": SymbolsMetadata(
popularity: 27,
codepoint: 0xfffb3,
categories: [15],
tags: [
7540,
15449,
15367,
17801,
7423,
15074,
17802,
6,
46,
11,
1820,
15399,
17803,
10522,
5383,
1777,
8623,
7600,
1823,
17804,
29,
17805,
7427,
17806,
7429,
15361,
17807,
8345,
30,
3519,
15409,
2932,
2148,
17808,
3033
],
),
"splitscreen_landscape_add": SymbolsMetadata(
popularity: 4,
codepoint: 0xfffba,
categories: [2],
tags: [
748,
1175,
745,
1321,
1466,
1323,
1423,
482,
1438,
1324,
1325,
1235,
8,
2264,
1108,
382,
699,
1328,
1595,
385,
87,
1330,
9084,
7054,
887,
1119,
239,
240,
432,
1433,
410,
1151,
4649,
2403,
7667,
7055,
433,
15320,
396,
1187
],
),
"video_template": SymbolsMetadata(
popularity: 10,
codepoint: 0xfffd3,
categories: [0],
tags: [
77,
809,
2783,
40,
344,
1523,
1325,
4785,
680,
811,
346,
5118,
370,
348,
2821,
385,
406,
491,
354,
1707,
3354,
820,
2509,
408,
13682,
681,
453,
2511,
5981,
1948,
411,
955,
9411,
37
],
),
"watch_alert": SymbolsMetadata(
popularity: 8,
codepoint: 0xfffd1,
categories: [11],
tags: [
3109,
1359,
1360,
1361,
691,
1159,
1365,
288,
17809,
2720,
1366,
4701,
3914,
2538,
1367,
1166,
583,
616,
2593,
2725,
1370,
1036,
273,
65,
1171,
17810,
17811,
2545,
1691,
2437,
206,
2080,
17812,
2547,
2548,
333,
2551
],
),
"watch_arrow_down": SymbolsMetadata(
popularity: 4,
codepoint: 0xfffcf,
categories: [11],
tags: [
745,
17813,
77,
502,
1159,
2707,
1073,
17814,
288,
17815,
313,
2819,
520,
2895,
903,
489,
2538,
2698,
3462,
51,
1698,
17816,
1344,
3465,
468,
325,
1167,
906,
410,
360,
2838,
2544,
764,
65,
1171,
2545,
141,
1348,
477,
2080,
17817,
2547,
2548,
333,
1186,
2551
],
),
"avocado_bean": SymbolsMetadata(
popularity: 10,
codepoint: 0xfffa7,
categories: [3],
tags: [
1809,
17818,
17819,
4205,
4681,
2354,
1818,
2886,
2356,
1847,
3815,
17820,
9948,
1824,
2358,
2359,
17821,
3703,
2363,
4382,
2364,
1827,
2366,
4689,
4260,
7444,
2372,
17822,
2373
],
),
"bus_map_pin": SymbolsMetadata(
popularity: 6,
codepoint: 0xfffa2,
categories: [14],
tags: [
1810,
2035,
17823,
1812,
1813,
2553,
2036,
312,
313,
2397,
3499,
317,
321,
2821,
1623,
323,
324,
1534,
174,
875,
325,
326,
327,
328,
329,
2046,
2047,
1626,
1538,
3541,
1226,
1627,
1095,
1980,
900,
1629,
332,
1506,
1836
],
),
"check_alert": SymbolsMetadata(
popularity: 36,
codepoint: 0xfff85,
categories: [2],
tags: [
14211,
1360,
1361,
691,
1661,
17824,
463,
2669,
2689,
2323,
3680,
1365,
1664,
1106,
2720,
1366,
2721,
1479,
4495,
2722,
1166,
583,
616,
1666,
2674,
2725,
1090,
3503,
362,
291,
1093,
1669,
2437,
4460,
1576,
206,
1672
],
),
"code_xml": SymbolsMetadata(
popularity: 42,
codepoint: 0xfff8b,
categories: [6],
tags: [
6000,
5984,
1102,
10298,
2218,
519,
2187,
81,
6091,
1716,
1313,
6001,
1104,
1430,
2155,
1164,
4885,
2787,
147,
370,
5988,
259,
5226,
5989,
1686,
1123,
3325,
509,
6997,
955,
5991,
5767,
333,
2202,
17825
],
),
"fire_check": SymbolsMetadata(
popularity: 10,
codepoint: 0xfffa8,
categories: [8],
tags: [
7681,
1360,
2685,
12013,
1661,
3182,
1662,
840,
463,
1663,
2669,
2689,
2323,
1365,
8881,
1664,
2427,
1106,
5180,
7101,
8883,
5181,
4412,
3027,
3029,
1166,
1666,
2674,
705,
1036,
14505,
362,
291,
17826,
245,
1517,
2070,
1669,
2682,
1576,
17827,
206,
1672
],
),
"fork_chart": SymbolsMetadata(
popularity: 2,
codepoint: 0xfffa6,
categories: [3],
tags: [
2390,
1422,
1071,
2989,
3695,
7264,
373,
2393,
4825,
81,
2990,
375,
4683,
3700,
4110,
2991,
3701,
4829,
2886,
1077,
2356,
17037,
2992,
1078,
1081,
4830,
6254,
17828,
3703,
70,
9890,
1625,
5904,
3488,
1090,
759,
388,
1428,
1537,
17829,
2403,
4835,
746,
5724,
1429,
4836,
514,
1671
],
),
"format_paint_off": SymbolsMetadata(
popularity: 10,
codepoint: 0xfff97,
categories: [12],
tags: [
4593,
1051,
3076,
1208,
780,
4562,
3583,
1236,
485,
17830,
1300,
868,
1580,
1252,
680,
2155,
1055,
2219,
1213,
370,
2156,
3271,
1059,
1060,
1061,
3081,
4246,
1224,
5856,
2837,
9472,
1588,
1067,
1460,
1226,
2162,
2199,
33,
4740,
35,
17831,
17832,
1485
],
),
"graphic_eq_off": SymbolsMetadata(
popularity: 12,
codepoint: 0xfff98,
categories: [4],
tags: [
1739,
1268,
517,
6312,
1745,
6838,
3471,
7811,
5487,
868,
1055,
7812,
2064,
351,
137,
3322,
1222,
1083,
406,
1707,
1302,
1303,
11882,
2098,
1286,
1059,
1060,
1061,
409,
440,
71,
1067,
1293,
17833,
2103,
9918,
1068,
1298,
554
],
),
"grid_layout_side": SymbolsMetadata(
popularity: 21,
codepoint: 0xfff8d,
categories: [12],
tags: [
1466,
2263,
3582,
1438,
933,
628,
1236,
1425,
81,
485,
8,
370,
382,
5381,
1344,
385,
70,
92,
919,
3354,
358,
1459,
2461,
71,
1472,
2947,
2403,
955,
9411,
396,
333
],
),
"home_storage_gear": SymbolsMetadata(
popularity: 17,
codepoint: 0xfff7e,
categories: [10],
tags: [
1757,
1674,
2125,
1675,
482,
1776,
685,
345,
1425,
81,
288,
46,
147,
1680,
1777,
1140,
1499,
1622,
1029,
2799,
267,
92,
921,
1500,
1502,
2726,
71,
1780,
1898,
1690,
1093,
1781
],
),
"horizontal_align_center": SymbolsMetadata(
popularity: 7,
codepoint: 0xfff9c,
categories: [12],
tags: [
1739,
2149,
2150,
76,
77,
502,
925,
1423,
308,
2152,
628,
485,
2181,
1580,
1430,
2819,
1252,
680,
2155,
2188,
370,
2156,
137,
699,
86,
385,
87,
1935,
92,
329,
2190,
1588,
709,
1460,
3726,
33,
35,
1702,
1464,
1485
],
),
"horizontal_align_left": SymbolsMetadata(
popularity: 6,
codepoint: 0xfff9b,
categories: [12],
tags: [
2149,
2150,
1466,
77,
1423,
6346,
628,
1745,
313,
1580,
1430,
2819,
1252,
680,
2155,
370,
699,
2214,
2184,
385,
3159,
2197,
87,
4584,
70,
2159,
329,
703,
151,
1588,
1460,
2130,
33,
2176,
35,
338,
2180,
1485
],
rtlAutoMirrored: true,
),
"horizontal_align_right": SymbolsMetadata(
popularity: 3,
codepoint: 0xfff9a,
categories: [12],
tags: [
1739,
2149,
2150,
77,
1423,
628,
313,
1580,
1430,
2819,
1252,
680,
2155,
2127,
2156,
17834,
2214,
4583,
9347,
385,
550,
87,
7446,
2159,
329,
2995,
906,
1588,
17835,
709,
1460,
955,
4479,
33,
2176,
35,
1485
],
rtlAutoMirrored: true,
),
"mobiledata_arrows": SymbolsMetadata(
popularity: 25,
codepoint: 0xfffa3,
categories: [4],
tags: [
77,
502,
2967,
251,
252,
283,
284,
253,
81,
615,
621,
313,
868,
2819,
2578,
520,
1055,
1077,
259,
262,
263,
265,
468,
267,
1059,
1061,
273,
1067,
275,
764,
5906,
276,
526,
4291,
4953,
1702,
98,
527,
277,
278
],
),
"movie_edit_off": SymbolsMetadata(
popularity: 8,
codepoint: 0xfff7d,
categories: [0],
tags: [
2601,
1739,
1051,
1208,
1743,
344,
1578,
628,
1325,
6327,
2013,
868,
4510,
1252,
680,
1055,
346,
1213,
1222,
1111,
406,
1641,
354,
3341,
439,
6809,
6248,
1059,
1060,
1061,
4516,
2626,
4246,
1065,
1067,
12238,
1226,
6334,
17836,
1068,
37
],
),
"phone_cancel": SymbolsMetadata(
popularity: 8,
codepoint: 0xfff9d,
categories: [7],
tags: [
1051,
751,
1270,
17837,
1208,
1250,
780,
1209,
17838,
283,
975,
1235,
5038,
5921,
288,
3263,
17839,
2720,
1212,
4787,
1213,
5034,
5039,
17840,
1110,
262,
1302,
13212,
271,
2725,
3343,
5040,
1224,
1226,
1406,
5070,
1068,
3992,
17841
],
),
"resize_window": SymbolsMetadata(
popularity: 21,
codepoint: 0xfff99,
categories: [2],
tags: [
1739,
501,
1466,
1743,
2444,
2339,
2953,
377,
8,
4632,
1252,
914,
2820,
15947,
385,
1470,
2985,
2344,
2897,
1641,
1750,
919,
2222,
391,
410,
298,
7376,
512,
141,
396,
6607,
1187,
2337
],
),
"sell_cloud": SymbolsMetadata(
popularity: 20,
codepoint: 0xfff7b,
categories: [9],
tags: [
928,
569,
930,
1648,
931,
1676,
932,
934,
1310,
936,
937,
81,
44,
2182,
938,
1649,
7463,
259,
1376,
1389,
1390,
948,
267,
523,
950,
951,
1686,
1421,
1653,
1654,
970,
2469,
3281,
2726,
652,
1394,
1395,
509,
1690,
1396,
2633,
182,
956,
498
],
),
"signal_cellular_alt_off": SymbolsMetadata(
popularity: 0,
codepoint: 0xfff8a,
categories: [4],
tags: [
2388,
1071,
1423,
517,
1051,
1250,
251,
373,
283,
253,
81,
375,
868,
3263,
2719,
2819,
1055,
1078,
1222,
51,
1081,
259,
7158,
226,
1086,
262,
11988,
267,
6429,
12638,
6317,
1059,
1060,
1061,
271,
272,
273,
17842,
1067,
746,
291,
649,
1095,
1068,
277,
278
],
),
"snowflake": SymbolsMetadata(
popularity: 17,
codepoint: 0xed5b,
categories: [3],
tags: [
838,
17843,
840,
841,
844,
845,
846,
17844,
7432,
11999,
848,
849,
17845,
10340,
1958,
850,
8844,
2941,
822,
16296,
760,
12030,
644,
855,
856,
857,
858,
859,
860,
15419
],
),
"space_dashboard_2": SymbolsMetadata(
popularity: 5,
codepoint: 0xfff8c,
categories: [12],
tags: [
1422,
2706,
76,
2263,
5379,
345,
1425,
81,
8,
370,
382,
1140,
68,
385,
1029,
1086,
4113,
2457,
92,
5030,
4647,
1427,
432,
3356,
410,
2461,
5483,
823,
2716,
955,
1093,
396,
333,
1186,
17094,
1154
],
),
"sql": SymbolsMetadata(
popularity: 27,
codepoint: 0xfff95,
categories: [2],
tags: [
222,
861,
4,
6189,
501,
2564,
5984,
5,
1102,
1310,
1073,
81,
1467,
1716,
1313,
1104,
4885,
2787,
12,
5988,
68,
5226,
16,
1029,
1686,
1123,
2333,
17846,
2801,
2726,
509,
10810,
1690,
1396,
17847,
31,
1093,
65,
33,
511,
35
],
),
"swipe_left_2": SymbolsMetadata(
popularity: 6,
codepoint: 0xfff94,
categories: [2],
tags: [
748,
1659,
77,
502,
2443,
5733,
1103,
345,
2273,
1790,
15752,
1343,
2696,
2698,
15369,
1612,
2197,
3565,
262,
1750,
325,
17848,
2833,
5040,
1124,
2836,
410,
2858,
4519,
3769,
15402,
4636,
15739,
1793,
12181,
2841
],
),
"swipe_right_2": SymbolsMetadata(
popularity: 7,
codepoint: 0xfff93,
categories: [2],
tags: [
2660,
748,
2926,
77,
502,
1103,
345,
313,
2273,
4632,
1790,
2696,
2698,
2076,
15369,
1111,
700,
1612,
467,
4438,
262,
1750,
468,
325,
905,
1167,
1121,
906,
2858,
4519,
3769,
15402,
4636,
15738,
15739,
1793,
12181,
4467,
601
],
),
"terminal_2": SymbolsMetadata(
popularity: 20,
codepoint: 0xfff8e,
categories: [6],
tags: [
1757,
779,
501,
17849,
1102,
2218,
1103,
16017,
1310,
5987,
81,
1311,
1313,
7123,
1104,
16019,
1107,
1111,
630,
1733,
1122,
5990,
1123,
5591,
410,
3325,
71,
509,
1093,
1317,
10002,
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,
2920,
1470,
583,
1302,
1480,
1059,
1060,
1061,
1586,
1034,
432,
1224,
1065,
1067,
13188,
1226,
17850,
33,
1068,
1485
],
),
"water_drops": SymbolsMetadata(
popularity: 6,
codepoint: 0xfffa5,
categories: [3],
tags: [
16942,
810,
1864,
840,
7775,
4206,
11152,
2904,
4269,
13721,
6223,
1077,
2516,
1847,
6486,
11375,
4175,
7190,
1826,
2487,
3848,
9366,
16296,
5943,
760,
3852,
593,
16979,
7192,
858,
3829,
859,
10491
],
),
"wheat": SymbolsMetadata(
popularity: 11,
codepoint: 0xfffa4,
categories: [3],
tags: [
1809,
3691,
17851,
2989,
3692,
17852,
17853,
1814,
1816,
17854,
1817,
1818,
1820,
2886,
17855,
2356,
17856,
17857,
1822,
234,
1824,
17858,
2363,
1826,
4382,
2364,
1827,
2366,
1830,
8345,
17859,
1837
],
),
"twod_2": SymbolsMetadata(
originalName: "2d_2",
popularity: 4,
codepoint: 0xfff0e,
categories: [0],
tags: [
372,
4,
627,
1496,
503,
12051,
6594,
5,
374,
485,
7,
486,
376,
8,
3584,
378,
379,
12,
490,
15,
16,
324,
642,
12054,
21,
22,
17860,
386,
388,
494,
71,
31,
33,
394,
395,
35,
338,
396,
7511,
1154
],
),
"threed_2": SymbolsMetadata(
originalName: "3d_2",
popularity: 3,
codepoint: 0xfff0f,
categories: [0],
tags: [
75,
478,
479,
4,
2542,
2744,
9353,
12051,
5,
344,
484,
7,
486,
376,
8,
12,
490,
15,
16,
642,
12054,
439,
21,
22,
386,
13277,
494,
71,
496,
31,
33,
497,
35,
338,
396,
475,
499,
554,
477
],
),
"audio_capture": SymbolsMetadata(
popularity: 5,
codepoint: 0xfff03,
categories: [0],
tags: [
10196,
17861,
1268,
517,
5984,
568,
42,
570,
572,
573,
283,
11859,
1479,
1749,
348,
351,
1111,
406,
583,
630,
1289,
453,
17862,
1737,
273,
1293,
594,
15226,
5092,
514,
9628,
1298,
554,
3331
],
),
"battery_charging_20_2": SymbolsMetadata(
popularity: 1,
codepoint: 0xfff3e,
categories: [4],
tags: [
3866,
3867,
5551,
17863,
3678,
3934,
4937,
1250,
3679,
3868,
284,
17864,
288,
3682,
3921,
3683,
51,
3935,
3685,
792,
3936,
1953,
3915,
3959,
262,
271,
3969,
2539,
3687,
3918,
5556,
291,
525,
3937,
5559,
3872
],
),
"battery_charging_30_2": SymbolsMetadata(
popularity: 2,
codepoint: 0xfff3d,
categories: [4],
tags: [
3874,
17865,
3678,
3920,
3934,
1250,
3679,
3868,
1074,
1843,
288,
3682,
2537,
3683,
3889,
51,
3935,
792,
3936,
1953,
17866,
262,
17867,
3686,
271,
3966,
3687,
3879,
3989,
3961,
291,
3881,
3937,
7098
],
),
"battery_charging_50_2": SymbolsMetadata(
popularity: 1,
codepoint: 0xfff3c,
categories: [4],
tags: [
3974,
3678,
3934,
3896,
1250,
3679,
3868,
284,
1843,
288,
3682,
2537,
3683,
2538,
3636,
51,
3935,
3685,
792,
3936,
1953,
262,
271,
3969,
3687,
17868,
759,
3924,
291,
1093,
525,
3937
],
),
"battery_charging_60_2": SymbolsMetadata(
popularity: 0,
codepoint: 0xfff3b,
categories: [4],
tags: [
3678,
3934,
3896,
1250,
3679,
3877,
3868,
3964,
1843,
288,
3682,
3921,
2537,
3683,
51,
3935,
3685,
792,
3936,
1953,
17869,
262,
17870,
3686,
271,
3969,
3687,
3892,
759,
3898,
3978,
291,
525,
3937
],
),
"battery_charging_80_2": SymbolsMetadata(
popularity: 0,
codepoint: 0xfff3a,
categories: [4],
tags: [
3980,
3895,
3678,
3934,
1250,
3679,
3868,
1074,
1843,
288,
3682,
3921,
2537,
3683,
2219,
2538,
3458,
51,
3935,
792,
3936,
1953,
262,
3686,
2539,
3687,
17871,
3996,
17868,
759,
432,
291,
3937
],
),
"battery_charging_full_2": SymbolsMetadata(
popularity: 1,
codepoint: 0xfff39,
categories: [4],
tags: [
1423,
3678,
3920,
3896,
1250,
3679,
3868,
463,
1843,
288,
3682,
3921,
3683,
2276,
3999,
4000,
2538,
697,
51,
792,
3936,
262,
3686,
3966,
3687,
3918,
759,
432,
291,
1702
],
),
"blinds_2": SymbolsMetadata(
popularity: 0,
codepoint: 0xfff78,
categories: [8],
tags: [
2212,
2125,
4221,
1209,
2141,
4185,
4225,
4233,
1161,
2819,
16661,
3864,
4051,
1140,
699,
1499,
2741,
17872,
4235,
1143,
2927,
1034,
9472,
1947,
4042,
1347,
1898,
4044,
413,
1702,
17873,
1464,
1187
],
),
"blinds_2_closed": SymbolsMetadata(
popularity: 1,
codepoint: 0xfff79,
categories: [8],
tags: [
1266,
2125,
4221,
17874,
4238,
2141,
4185,
4225,
4233,
4083,
15687,
3863,
2819,
6743,
1140,
4192,
2741,
4235,
17875,
1143,
4239,
919,
1034,
1503,
1947,
1036,
4042,
17876,
1347,
17877,
1898,
17878,
4044,
1187,
4231
],
),
"bolt_boost": SymbolsMetadata(
popularity: 57,
codepoint: 0xfff6a,
categories: [4],
tags: [
8532,
3025,
16849,
3934,
3026,
3679,
1274,
3682,
3921,
3683,
3352,
3360,
1165,
4392,
1326,
235,
3935,
3936,
3419,
648,
3687,
3106,
17879,
2432,
7930,
275,
17880,
17881,
3937,
17882,
1945,
2437
],
),
"car_fan_recirculate_2": SymbolsMetadata(
popularity: 7,
codepoint: 0xfff40,
categories: [14],
tags: [
836,
837,
17883,
1888,
77,
2425,
1810,
3410,
5288,
504,
1932,
1812,
840,
17884,
843,
345,
845,
753,
1425,
1879,
3027,
1848,
1849,
2741,
2742,
757,
642,
1914,
5308,
5309,
1093,
858,
1836,
1854
],
),
"crop_21_9": SymbolsMetadata(
popularity: 3,
codepoint: 0xfff0a,
categories: [1],
tags: [
17885,
1739,
5343,
1131,
633,
1132,
6593,
40,
42,
5794,
1814,
377,
8,
1252,
680,
2155,
346,
370,
348,
699,
49,
2508,
406,
354,
289,
5798,
57,
3602,
2145,
17100,
3089,
432,
2536,
410,
71,
298,
433,
17886,
364,
396,
2540,
3090
],
),
"crop_2_3": SymbolsMetadata(
popularity: 3,
codepoint: 0xfff0b,
categories: [1],
tags: [
17887,
1739,
5343,
1131,
633,
1132,
1133,
482,
6593,
6594,
930,
1814,
288,
486,
8,
1252,
680,
348,
6598,
381,
49,
17888,
2508,
385,
262,
289,
57,
3602,
59,
2145,
5100,
432,
2222,
2543,
391,
410,
71,
392,
298,
1701,
433,
9411,
1464
],
),
"dashboard_2_add": SymbolsMetadata(
popularity: 3,
codepoint: 0xffee9,
categories: [12],
tags: [
745,
76,
481,
5713,
5993,
930,
5379,
193,
685,
1744,
1325,
1235,
1236,
1425,
370,
382,
1327,
385,
2078,
5995,
887,
92,
919,
4014,
239,
432,
71,
1780,
5483,
433,
9411,
396,
333,
1186,
5011,
1154
],
),
"drive_file_rename": SymbolsMetadata(
popularity: 124,
codepoint: 0xe676,
categories: [12],
tags: [
1739,
1743,
1676,
1578,
1325,
1541,
1430,
15916,
3283,
17889,
4510,
1678,
17890,
1252,
680,
147,
17891,
7639,
17892,
1681,
1111,
52,
174,
1641,
4516,
2626,
14287,
71,
1690,
33,
740,
2453,
1590,
1485
],
),
"garage_door_open": SymbolsMetadata(
popularity: 1,
codepoint: 0xfff77,
categories: [8],
tags: [
861,
2125,
3410,
929,
1812,
345,
3840,
4932,
1678,
7515,
1431,
1212,
5345,
17893,
8262,
1140,
1499,
2927,
17894,
896,
9304,
1500,
1503,
1036,
16906,
1504,
1898,
1690,
1702,
1836
],
),
"id_card_2": SymbolsMetadata(
popularity: 0,
codepoint: 0xffeea,
categories: [13],
tags: [
861,
565,
1658,
2685,
5218,
5220,
566,
281,
930,
4101,
1662,
10537,
17895,
10538,
577,
581,
3107,
3672,
10540,
2004,
978,
3312,
980,
982,
3674,
2005,
588,
589,
590,
2536,
1036,
888,
1669,
601,
4460,
4821,
1576,
5597,
1518
],
),
"ink_highlighter_off": SymbolsMetadata(
popularity: 1,
codepoint: 0xfff14,
categories: [12],
tags: [
1474,
1208,
17896,
780,
4562,
2013,
17897,
868,
1580,
1430,
2786,
4839,
1252,
680,
2155,
8131,
2219,
1213,
1139,
9433,
2673,
1166,
174,
3271,
1480,
1059,
3081,
13302,
4516,
3778,
1224,
1588,
1067,
1460,
1226,
17898,
2162,
33,
511,
35,
1590,
1485
],
),
"light_group_2": SymbolsMetadata(
popularity: 0,
codepoint: 0xfff76,
categories: [8],
tags: [
1739,
6785,
3620,
3621,
3801,
1196,
1197,
1074,
345,
288,
7163,
3921,
3683,
3624,
579,
1198,
1140,
3173,
4746,
9109,
11220,
3626,
5183,
2431,
2457,
3687,
1947,
1201,
71,
8989,
1898,
11223,
1155
],
),
"light_mode_auto": SymbolsMetadata(
popularity: 3,
codepoint: 0xfff00,
categories: [4],
tags: [
2212,
2425,
3349,
3620,
3621,
193,
345,
2126,
288,
8,
4746,
15,
12579,
3626,
5183,
642,
2082,
355,
358,
3628,
410,
64,
151,
1994,
4750,
1598,
4043,
1093,
4740
],
),
"lightstrip": SymbolsMetadata(
popularity: 0,
codepoint: 0xfff75,
categories: [8],
tags: [
9104,
1859,
3621,
5442,
345,
3583,
4861,
288,
3921,
2537,
3683,
1275,
3624,
579,
1140,
3173,
699,
4746,
11231,
3626,
5183,
2431,
17899,
87,
1614,
1947,
151,
1897,
1898,
6439,
2315,
11737,
4766
],
),
"list_arrow": SymbolsMetadata(
popularity: 8,
codepoint: 0xfff33,
categories: [12],
tags: [
77,
3743,
2827,
1209,
912,
145,
313,
2819,
5736,
1431,
914,
147,
370,
903,
2843,
173,
51,
86,
87,
88,
17900,
506,
237,
1750,
325,
905,
2927,
70,
91,
1167,
2899,
906,
363,
95,
2949
],
),
"mobile_dock": SymbolsMetadata(
popularity: 0,
codepoint: 0xf2e0,
categories: [11],
tags: [
1246,
1247,
2541,
2473,
504,
1250,
5553,
3868,
193,
284,
4938,
4065,
1705,
288,
4149,
1110,
7711,
1253,
262,
12404,
4288,
271,
3687,
2536,
410,
1701,
4153,
3541,
764,
5906,
525,
1464
],
),
"pin_history": SymbolsMetadata(
popularity: 2,
codepoint: 0xfff2e,
categories: [5],
tags: [
2513,
1674,
77,
4801,
1159,
81,
312,
313,
2904,
4803,
2476,
5464,
2077,
3059,
3296,
323,
4805,
1534,
174,
2799,
325,
2800,
326,
327,
1167,
329,
2833,
10857,
4807,
453,
761,
2852,
1538,
1539,
1226,
1171,
2465,
1095,
396
],
),
"pin_road": SymbolsMetadata(
popularity: 12,
codepoint: 0xfff2d,
categories: [5],
tags: [
1513,
7371,
7372,
2037,
312,
2954,
313,
2397,
1678,
2904,
317,
1544,
321,
2821,
1623,
3296,
4156,
2326,
323,
324,
1534,
174,
325,
1625,
4157,
326,
1535,
327,
328,
329,
1626,
7375,
1538,
1226,
1627,
1095,
1628,
1629,
332,
1921
],
),
"pin_road_2": SymbolsMetadata(
popularity: 0,
codepoint: 0xffeeb,
categories: [5],
tags: [
7371,
7372,
312,
313,
9,
1678,
2904,
321,
1621,
1623,
4156,
323,
324,
1534,
174,
325,
1625,
9304,
4157,
326,
327,
329,
1626,
7375,
1538,
1540,
1226,
1627,
2148,
1095,
1628,
1629,
332,
1921,
7822
],
),
"shades": SymbolsMetadata(
popularity: 0,
codepoint: 0xfff73,
categories: [8],
tags: [
2541,
4036,
4221,
4238,
844,
2141,
4233,
4083,
17901,
7491,
11512,
17902,
2647,
3623,
8392,
1958,
1143,
2927,
3780,
2331,
5401,
1574,
8176,
9472,
4042,
4228,
1347,
8394,
2162,
2371,
1598,
8396,
4044,
9473,
332,
17903,
12471,
1961,
4317,
2659
],
),
"shades_closed": SymbolsMetadata(
popularity: 0,
codepoint: 0xfff74,
categories: [8],
tags: [
11225,
4221,
481,
4238,
345,
2141,
4225,
4233,
4083,
2819,
6742,
1844,
1140,
2741,
17872,
3626,
5266,
1143,
2927,
919,
1034,
13812,
9472,
1947,
17904,
410,
1036,
4042,
4228,
7521,
1347,
1898,
1598,
4044,
17873,
1187
],
),
"shield_card": SymbolsMetadata(
popularity: 5,
codepoint: 0xfff30,
categories: [13],
tags: [
861,
565,
5218,
927,
930,
17905,
1553,
961,
6803,
1418,
3953,
942,
3185,
978,
948,
950,
951,
1420,
1034,
1063,
1573,
17906,
1574,
3189,
3190,
1774,
17907,
14254,
1036,
1575,
956,
7482,
1576,
971
],
),
"shield_radar": SymbolsMetadata(
popularity: 12,
codepoint: 0xfff2f,
categories: [13],
tags: [
1360,
1553,
12522,
3953,
17908,
7811,
44,
3185,
2326,
323,
9542,
630,
7374,
267,
8398,
329,
1034,
1063,
1573,
1574,
7093,
3189,
3190,
705,
1737,
1126,
1774,
1036,
1575,
273,
5115,
1093,
65,
4418,
1095,
1576,
206
],
),
"soundbar": SymbolsMetadata(
popularity: 0,
codepoint: 0xfff72,
categories: [8],
tags: [
1268,
7703,
1423,
482,
344,
1073,
5987,
288,
2537,
1878,
781,
46,
3340,
699,
4413,
406,
1707,
1733,
4288,
408,
432,
71,
1293,
17909,
1294,
17910,
3346,
454,
15172,
1093,
412,
2031,
37,
554
],
),
"speaker_2": SymbolsMetadata(
popularity: 0,
codepoint: 0xfff71,
categories: [8],
tags: [
10196,
1360,
16849,
1268,
7713,
482,
731,
283,
345,
288,
2537,
1278,
17911,
792,
1301,
4413,
17912,
406,
1707,
616,
1733,
2509,
408,
71,
273,
1293,
7723,
1294,
3346,
1093,
6392,
37,
1298,
554,
1856
],
),
"speed_2": SymbolsMetadata(
popularity: 20,
codepoint: 0xfff38,
categories: [0],
tags: [
8532,
3025,
77,
345,
1745,
1400,
1274,
3479,
13679,
1165,
3870,
522,
51,
17913,
17,
3473,
18,
353,
468,
1707,
3481,
648,
759,
3106,
17879,
2432,
359,
1125,
29,
13805,
275,
6774,
15356,
1171,
17882,
3482,
37
],
),
"speed_3": SymbolsMetadata(
popularity: 18,
codepoint: 0xfff37,
categories: [0],
tags: [
8532,
748,
1739,
2926,
77,
3026,
345,
1745,
1678,
1274,
1165,
1077,
3870,
3458,
51,
792,
4756,
17,
3473,
353,
468,
1707,
3481,
648,
759,
3106,
17879,
2432,
359,
151,
13805,
275,
6774,
15356,
17882,
3482,
37
],
),
"speed_4": SymbolsMetadata(
popularity: 17,
codepoint: 0xfff36,
categories: [0],
tags: [
3025,
77,
3026,
345,
1745,
1400,
520,
3479,
12935,
1165,
3870,
522,
17914,
51,
259,
792,
4756,
17,
3473,
353,
1707,
267,
3481,
648,
3687,
759,
3106,
2432,
151,
13805,
275,
6774,
649,
15356,
527,
3482,
37
],
),
"split_scene_2": SymbolsMetadata(
popularity: 2,
codepoint: 0xffef7,
categories: [0],
tags: [
482,
2117,
1438,
1814,
6327,
2264,
1136,
680,
2155,
346,
348,
382,
699,
385,
87,
354,
7054,
6402,
432,
1433,
1737,
2778,
410,
1152,
706,
4981,
4649,
2403,
7055,
9411,
37,
396,
6607,
1187
],
),
"subwoofer": SymbolsMetadata(
popularity: 0,
codepoint: 0xfff70,
categories: [8],
tags: [
10196,
3332,
1268,
7703,
16454,
482,
17915,
193,
3938,
284,
288,
2537,
781,
46,
3340,
4413,
17916,
406,
1707,
1733,
408,
2459,
1780,
1293,
15193,
3345,
14937,
1294,
3346,
17917,
1093,
37,
554
],
),
"switch_off": SymbolsMetadata(
popularity: 0,
codepoint: 0xfff6f,
categories: [8],
tags: [
748,
504,
193,
3938,
685,
345,
2606,
288,
868,
1164,
1108,
699,
1222,
51,
1112,
1029,
642,
1143,
1059,
1061,
12040,
355,
3687,
921,
432,
2536,
151,
3475,
4248,
2404,
1093,
413,
2148,
4308,
5011
],
),
"tilt_arrow_down": SymbolsMetadata(
popularity: 15,
codepoint: 0xfff26,
categories: [5],
tags: [
1739,
500,
2938,
77,
912,
2901,
2894,
2953,
313,
2819,
51,
1534,
1750,
468,
325,
7197,
507,
328,
2864,
2271,
2995,
470,
2858,
6214,
7198,
5837,
95,
510,
13229,
526,
512
],
),
"tilt_arrow_up": SymbolsMetadata(
popularity: 9,
codepoint: 0xfff25,
categories: [5],
tags: [
500,
77,
3016,
2953,
313,
2420,
903,
234,
3030,
235,
51,
87,
1314,
1534,
1750,
325,
905,
1586,
328,
242,
759,
1124,
2422,
2858,
2300,
1528,
95,
510,
1263,
1702,
527
],
),
"touch_double_2": SymbolsMetadata(
popularity: 2,
codepoint: 0xfff35,
categories: [6],
tags: [
748,
4324,
1673,
1103,
345,
288,
44,
3046,
17918,
15313,
1107,
1790,
2695,
2696,
2821,
2698,
1111,
700,
1612,
262,
2457,
7220,
1167,
1120,
7658,
3106,
410,
362,
525,
1792,
1793,
4467,
17919,
394
],
),
"vacuum_2": SymbolsMetadata(
popularity: 1,
codepoint: 0xfff6d,
categories: [8],
tags: [
1859,
3349,
3076,
16604,
5844,
810,
3369,
1891,
1864,
288,
7336,
3863,
5833,
2537,
46,
83,
3783,
2538,
1140,
3173,
4192,
5834,
3529,
1730,
3960,
2504,
3844,
652,
1898,
16606,
5839,
14917,
16607,
16608
],
),
"vacuum_2_on": SymbolsMetadata(
popularity: 0,
codepoint: 0xfff6e,
categories: [8],
tags: [
749,
1859,
17920,
2125,
17921,
16604,
5844,
810,
1891,
1864,
288,
3863,
5833,
17922,
2537,
5845,
2538,
1140,
1894,
4192,
5834,
5846,
1730,
3960,
1061,
15712,
3176,
17923,
29,
1897,
1898,
5839,
5857,
14917,
16607,
17924,
16608
],
),
"video_frame_copy": SymbolsMetadata(
popularity: 2,
codepoint: 0xfff0d,
categories: [0],
tags: [
748,
42,
1523,
6325,
1197,
1725,
2339,
3660,
1252,
346,
5118,
348,
1082,
1345,
406,
354,
439,
2457,
2509,
409,
453,
3434,
2778,
410,
94,
5091,
1712,
1691,
37,
5092
],
),
"video_frame_save": SymbolsMetadata(
popularity: 5,
codepoint: 0xfff0c,
categories: [0],
tags: [
77,
5735,
42,
1523,
2819,
520,
680,
1696,
5755,
346,
1749,
348,
49,
406,
354,
439,
2509,
409,
8705,
453,
440,
1539,
410,
5241,
5091,
17925,
1690,
1691,
37,
5092
],
),
"walk_bike": SymbolsMetadata(
popularity: 0,
codepoint: 0xfff01,
categories: [14],
tags: [
749,
4141,
4143,
2553,
2036,
753,
313,
2397,
7883,
11,
225,
2887,
7903,
697,
581,
1534,
875,
468,
325,
4040,
1625,
7332,
589,
2046,
17926,
1538,
3162,
17927,
4808,
900,
1629,
332,
3148,
3798,
3304
],
rtlAutoMirrored: true,
),
"watch_button": SymbolsMetadata(
popularity: 2,
codepoint: 0xfff20,
categories: [11],
tags: [
4324,
1673,
1267,
504,
1159,
1073,
345,
288,
1400,
44,
1878,
2887,
2538,
2698,
262,
647,
616,
4276,
920,
1120,
71,
7140,
764,
1792,
65,
1171,
1095,
2080,
2547,
2549,
2551
],
),
"wb_twilight_2": SymbolsMetadata(
popularity: 0,
codepoint: 0xfff1f,
categories: [1],
tags: [
6772,
4075,
1839,
925,
4077,
4083,
17022,
2126,
17024,
1844,
4084,
4305,
3624,
11048,
1595,
3626,
5183,
2082,
1826,
4059,
17021,
4040,
12585,
2778,
151,
1994,
1598,
13255,
13256,
1171,
4308,
17026,
9133,
859,
835
],
),
"wifi_device": SymbolsMetadata(
popularity: 11,
codepoint: 0xfff34,
categories: [11],
tags: [
7523,
731,
573,
283,
6404,
284,
254,
81,
288,
44,
2537,
46,
2538,
319,
1110,
12535,
259,
651,
267,
3343,
4777,
2067,
1737,
652,
1780,
273,
1292,
1093,
65,
17928,
277,
278
],
),
};