@rotki/ui-library 1.10.0 → 1.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/index.es.js +1793 -1785
- package/dist/icons/icons_10.d.ts +10 -0
- package/dist/icons/icons_10.es.js +317 -277
- package/dist/icons/icons_7.d.ts +10 -10
- package/dist/icons/icons_7.es.js +916 -916
- package/dist/icons/icons_8.d.ts +9 -9
- package/dist/icons/icons_8.es.js +1017 -1017
- package/dist/icons/icons_9.d.ts +9 -9
- package/dist/icons/icons_9.es.js +1019 -1019
- package/dist/icons/index.d.ts +1 -1
- package/dist/icons/index.es.js +2274 -2264
- package/dist/index.es.js +1447 -1437
- package/dist/style.css +1 -1
- package/dist/web-types.json +1 -1
- package/package.json +32 -32
|
@@ -1,559 +1,599 @@
|
|
|
1
1
|
const a = {
|
|
2
|
+
name: "lu-theater",
|
|
3
|
+
components: [["path", { d: "M2 10s3-3 3-8 M22 10s-3-3-3-8 M10 2c0 4.4-3.6 8-8 8 M14 2c0 4.4 3.6 8 8 8 M2 10s2 2 2 5 M22 10s-2 2-2 5 M8 15h8 M2 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1 M14 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1" }]]
|
|
4
|
+
}, n = {
|
|
5
|
+
name: "lu-thermometer-snowflake",
|
|
6
|
+
components: [["path", { d: "m10 20-1.25-2.5L6 18 M10 4 8.75 6.5 6 6 M10.585 15H10 M2 12h6.5L10 9 M20 14.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0z M4 10 L5.5 12 L4 14 M7 21 L10 15 L8.5 12 M7 3 L10 9 L12 9" }]]
|
|
7
|
+
}, o = {
|
|
8
|
+
name: "lu-thermometer-sun",
|
|
9
|
+
components: [["path", { d: "M12 9a4 4 0 0 0-2 7.5 M12 3v2 M6.6 18.4 L5.2 19.8 M20 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z M4 13H2 M6.34 7.34 4.93 5.93" }]]
|
|
10
|
+
}, t = {
|
|
11
|
+
name: "lu-thermometer",
|
|
12
|
+
components: [["path", { d: "M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z" }]]
|
|
13
|
+
}, M = {
|
|
14
|
+
name: "lu-thumbs-down",
|
|
15
|
+
components: [["path", { d: "M17 14V2 M9 18.12 10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22a3.13 3.13 0 0 1-3-3.88Z" }]]
|
|
16
|
+
}, e = {
|
|
17
|
+
name: "lu-thumbs-up",
|
|
18
|
+
components: [["path", { d: "M7 10v12 M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88Z" }]]
|
|
19
|
+
}, c = {
|
|
20
|
+
name: "lu-ticket-check",
|
|
21
|
+
components: [["path", { d: "M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z M9 12 L11 14 L15 10" }]]
|
|
22
|
+
}, s = {
|
|
23
|
+
name: "lu-ticket-minus",
|
|
24
|
+
components: [["path", { d: "M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z M9 12h6" }]]
|
|
25
|
+
}, u = {
|
|
26
|
+
name: "lu-ticket-percent",
|
|
27
|
+
components: [["path", { d: "M2 9a3 3 0 1 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 1 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z M9 9h.01 M15 9 L9 15 M15 15h.01" }]]
|
|
28
|
+
}, h = {
|
|
2
29
|
name: "lu-ticket-plus",
|
|
3
30
|
components: [["path", { d: "M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z M9 12h6 M12 9v6" }]]
|
|
4
|
-
},
|
|
31
|
+
}, L = {
|
|
5
32
|
name: "lu-ticket-slash",
|
|
6
33
|
components: [["path", { d: "M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z M9.5 14.5 L14.5 9.5" }]]
|
|
7
|
-
},
|
|
34
|
+
}, m = {
|
|
8
35
|
name: "lu-ticket-x",
|
|
9
36
|
components: [["path", { d: "M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z M9.5 14.5 L14.5 9.5 M9.5 9.5 L14.5 14.5" }]]
|
|
10
|
-
},
|
|
37
|
+
}, l = {
|
|
11
38
|
name: "lu-ticket",
|
|
12
39
|
components: [["path", { d: "M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z M13 5v2 M13 17v2 M13 11v2" }]]
|
|
13
|
-
},
|
|
40
|
+
}, p = {
|
|
14
41
|
name: "lu-tickets-plane",
|
|
15
42
|
components: [["path", { d: "M10.5 17h1.227a2 2 0 0 0 1.345-.52L18 12 M12 13.5 L15.75 14 M4.5 8 L15.08 2.94 A1 1 0 0 1 16.42 3.43 L18.5 8 M6 10V8 M6 14v1 M6 19v2 M4,8 h16 a2,2 0 0 1 2,2 v9 a2,2 0 0 1 -2,2 h-16 a2,2 0 0 1 -2,-2 v-9 a2,2 0 0 1 2,-2 Z" }]]
|
|
16
|
-
},
|
|
43
|
+
}, v = {
|
|
17
44
|
name: "lu-tickets",
|
|
18
45
|
components: [["path", { d: "m4.5 8 10.58-5.06a1 1 0 0 1 1.342.488L18.5 8 M6 10V8 M6 14v1 M6 19v2 M4,8 h16 a2,2 0 0 1 2,2 v9 a2,2 0 0 1 -2,2 h-16 a2,2 0 0 1 -2,-2 v-9 a2,2 0 0 1 2,-2 Z" }]]
|
|
19
|
-
},
|
|
46
|
+
}, d = {
|
|
20
47
|
name: "lu-timer-off",
|
|
21
48
|
components: [["path", { d: "M10 2h4 M4.6 11a8 8 0 0 0 1.7 8.7 8 8 0 0 0 8.7 1.7 M7.4 7.4a8 8 0 0 1 10.3 1 8 8 0 0 1 .9 10.2 M2 2 L22 22 M12 12v-2" }]]
|
|
22
|
-
},
|
|
49
|
+
}, r = {
|
|
23
50
|
name: "lu-timer-reset",
|
|
24
51
|
components: [["path", { d: "M10 2h4 M12 14v-4 M4 13a8 8 0 0 1 8-7 8 8 0 1 1-5.3 14L4 17.6 M9 17H4v5" }]]
|
|
25
|
-
},
|
|
52
|
+
}, i = {
|
|
26
53
|
name: "lu-timer",
|
|
27
54
|
components: [["path", { d: "M10 2 L14 2 M12 14 L15 11 M4,14 a8,8 0 1,0 16,0 a8,8 0 1,0 -16,0 Z" }]]
|
|
28
|
-
},
|
|
55
|
+
}, Z = {
|
|
29
56
|
name: "lu-toggle-left",
|
|
30
57
|
components: [["path", { d: "M8,6 h8 a6,6 0 0 1 6,6 v0 a6,6 0 0 1 -6,6 h-8 a6,6 0 0 1 -6,-6 v-0 a6,6 0 0 1 6,-6 Z M6,12 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
31
|
-
},
|
|
58
|
+
}, H = {
|
|
32
59
|
name: "lu-toggle-right",
|
|
33
60
|
components: [["path", { d: "M8,6 h8 a6,6 0 0 1 6,6 v0 a6,6 0 0 1 -6,6 h-8 a6,6 0 0 1 -6,-6 v-0 a6,6 0 0 1 6,-6 Z M14,12 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
34
|
-
},
|
|
61
|
+
}, V = {
|
|
35
62
|
name: "lu-toilet",
|
|
36
63
|
components: [["path", { d: "M7 12h13a1 1 0 0 1 1 1 5 5 0 0 1-5 5h-.598a.5.5 0 0 0-.424.765l1.544 2.47a.5.5 0 0 1-.424.765H5.402a.5.5 0 0 1-.424-.765L7 18 M8 18a5 5 0 0 1-5-5V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8" }]]
|
|
37
|
-
},
|
|
64
|
+
}, f = {
|
|
38
65
|
name: "lu-tornado",
|
|
39
66
|
components: [["path", { d: "M21 4H3 M18 8H6 M19 12H9 M16 16h-6 M11 20H9" }]]
|
|
40
|
-
},
|
|
67
|
+
}, A = {
|
|
41
68
|
name: "lu-torus",
|
|
42
69
|
components: [["path", { d: "M9,11 a3,2 0 1,0 6,0 a3,2 0 1,0 -6,0 Z M2,12.5 a10,8.5 0 1,0 20,0 a10,8.5 0 1,0 -20,0 Z" }]]
|
|
43
|
-
},
|
|
70
|
+
}, T = {
|
|
44
71
|
name: "lu-touchpad-off",
|
|
45
72
|
components: [["path", { d: "M4 4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16 M2 14h12 M22 14h-2 M12 20v-6 M2 2 L22 22 M22 16V6a2 2 0 0 0-2-2H10" }]]
|
|
46
|
-
},
|
|
73
|
+
}, w = {
|
|
47
74
|
name: "lu-touchpad",
|
|
48
75
|
components: [["path", { d: "M4,4 h16 a2,2 0 0 1 2,2 v12 a2,2 0 0 1 -2,2 h-16 a2,2 0 0 1 -2,-2 v-12 a2,2 0 0 1 2,-2 Z M2 14h20 M12 20v-6" }]]
|
|
49
|
-
},
|
|
76
|
+
}, k = {
|
|
50
77
|
name: "lu-tower-control",
|
|
51
78
|
components: [["path", { d: "M18.2 12.27 20 6H4l1.8 6.27a1 1 0 0 0 .95.73h10.5a1 1 0 0 0 .96-.73Z M8 13v9 M16 22v-9 M9 6 L10 13 M15 6 L14 13 M12 6V2 M13 2h-2" }]]
|
|
52
|
-
},
|
|
79
|
+
}, g = {
|
|
53
80
|
name: "lu-toy-brick",
|
|
54
81
|
components: [["path", { d: "M4,8 h16 a1,1 0 0 1 1,1 v10 a1,1 0 0 1 -1,1 h-16 a1,1 0 0 1 -1,-1 v-10 a1,1 0 0 1 1,-1 Z M10 8V5c0-.6-.4-1-1-1H6a1 1 0 0 0-1 1v3 M19 8V5c0-.6-.4-1-1-1h-3a1 1 0 0 0-1 1v3" }]]
|
|
55
|
-
},
|
|
82
|
+
}, U = {
|
|
56
83
|
name: "lu-tractor",
|
|
57
84
|
components: [["path", { d: "m10 11 11 .9a1 1 0 0 1 .8 1.1l-.665 4.158a1 1 0 0 1-.988.842H20 M16 18h-5 M18 5a1 1 0 0 0-1 1v5.573 M3 4h8.129a1 1 0 0 1 .99.863L13 11.246 M4 11V4 M7 15h.01 M8 10.1V4 M16,18 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M2,15 a5,5 0 1,0 10,0 a5,5 0 1,0 -10,0 Z" }]]
|
|
58
|
-
},
|
|
85
|
+
}, W = {
|
|
59
86
|
name: "lu-traffic-cone",
|
|
60
87
|
components: [["path", { d: "M9.3 6.2a4.55 4.55 0 0 0 5.4 0 M7.9 10.7c.9.8 2.4 1.3 4.1 1.3s3.2-.5 4.1-1.3 M13.9 3.5a1.93 1.93 0 0 0-3.8-.1l-3 10c-.1.2-.1.4-.1.6 0 1.7 2.2 3 5 3s5-1.3 5-3c0-.2 0-.4-.1-.5Z M7.5 12.2 L2.8 14.9 C2.3 15.2, 2 15.6, 2 16 C2 16.4, 2.3 16.8, 2.8 17.1 L10.4 21.6 C11.3 22.1, 12.5 22.1, 13.4 21.6 L21 17.1 C21.7 16.8, 22 16.4, 22 16 C22 15.6, 21.7 15.2, 21.2 14.9 L16.5 12.1" }]]
|
|
61
|
-
},
|
|
88
|
+
}, b = {
|
|
62
89
|
name: "lu-train-front-tunnel",
|
|
63
90
|
components: [["path", { d: "M2 22V12a10 10 0 1 1 20 0v10 M15 6.8v1.4a3 2.8 0 1 1-6 0V6.8 M10 15h.01 M14 15h.01 M10 19a4 4 0 0 1-4-4v-3a6 6 0 1 1 12 0v3a4 4 0 0 1-4 4Z M9 19 L7 22 M15 19 L17 22" }]]
|
|
64
|
-
},
|
|
91
|
+
}, C = {
|
|
65
92
|
name: "lu-train-front",
|
|
66
93
|
components: [["path", { d: "M8 3.1V7a4 4 0 0 0 8 0V3.1 M9 15 L8 14 M15 15 L16 14 M9 19c-2.8 0-5-2.2-5-5v-4a8 8 0 0 1 16 0v4c0 2.8-2.2 5-5 5Z M8 19 L6 22 M16 19 L18 22" }]]
|
|
67
|
-
},
|
|
94
|
+
}, z = {
|
|
68
95
|
name: "lu-train-track",
|
|
69
96
|
components: [["path", { d: "M2 17 17 2 M2 14 L10 22 M5 11 L13 19 M8 8 L16 16 M11 5 L19 13 M14 2 L22 10 M7 22 22 7" }]]
|
|
70
|
-
},
|
|
97
|
+
}, y = {
|
|
71
98
|
name: "lu-tram-front",
|
|
72
99
|
components: [["path", { d: "M6,3 h12 a2,2 0 0 1 2,2 v12 a2,2 0 0 1 -2,2 h-12 a2,2 0 0 1 -2,-2 v-12 a2,2 0 0 1 2,-2 Z M4 11h16 M12 3v8 M8 19 L6 22 M18 22 L16 19 M8 15h.01 M16 15h.01" }]]
|
|
73
|
-
},
|
|
100
|
+
}, O = {
|
|
74
101
|
name: "lu-trash-2",
|
|
75
102
|
components: [["path", { d: "M3 6h18 M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6 M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2 M10 11 L10 17 M14 11 L14 17" }]]
|
|
76
|
-
},
|
|
103
|
+
}, R = {
|
|
77
104
|
name: "lu-trash",
|
|
78
105
|
components: [["path", { d: "M3 6h18 M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6 M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2" }]]
|
|
79
|
-
},
|
|
106
|
+
}, P = {
|
|
80
107
|
name: "lu-tree-deciduous",
|
|
81
108
|
components: [["path", { d: "M8 19a4 4 0 0 1-2.24-7.32A3.5 3.5 0 0 1 9 6.03V6a3 3 0 1 1 6 0v.04a3.5 3.5 0 0 1 3.24 5.65A4 4 0 0 1 16 19Z M12 19v3" }]]
|
|
82
|
-
},
|
|
109
|
+
}, x = {
|
|
83
110
|
name: "lu-tree-palm",
|
|
84
111
|
components: [["path", { d: "M13 8c0-2.76-2.46-5-5.5-5S2 5.24 2 8h2l1-1 1 1h4 M13 7.14A5.82 5.82 0 0 1 16.5 6c3.04 0 5.5 2.24 5.5 5h-3l-1-1-1 1h-3 M5.89 9.71c-2.15 2.15-2.3 5.47-.35 7.43l4.24-4.25.7-.7.71-.71 2.12-2.12c-1.95-1.96-5.27-1.8-7.42.35 M11 15.5c.5 2.5-.17 4.5-1 6.5h4c2-5.5-.5-12-1-14" }]]
|
|
85
|
-
},
|
|
112
|
+
}, D = {
|
|
86
113
|
name: "lu-tree-pine",
|
|
87
114
|
components: [["path", { d: "m17 14 3 3.3a1 1 0 0 1-.7 1.7H4.7a1 1 0 0 1-.7-1.7L7 14h-.3a1 1 0 0 1-.7-1.7L9 9h-.2A1 1 0 0 1 8 7.3L12 3l4 4.3a1 1 0 0 1-.8 1.7H15l3 3.3a1 1 0 0 1-.7 1.7H17Z M12 22v-3" }]]
|
|
88
|
-
},
|
|
115
|
+
}, S = {
|
|
89
116
|
name: "lu-trees",
|
|
90
117
|
components: [["path", { d: "M10 10v.2A3 3 0 0 1 8.9 16H5a3 3 0 0 1-1-5.8V10a3 3 0 0 1 6 0Z M7 16v6 M13 19v3 M12 19h8.3a1 1 0 0 0 .7-1.7L18 14h.3a1 1 0 0 0 .7-1.7L16 9h.2a1 1 0 0 0 .8-1.7L13 3l-1.4 1.5" }]]
|
|
91
|
-
},
|
|
118
|
+
}, X = {
|
|
92
119
|
name: "lu-trello",
|
|
93
120
|
components: [["path", { d: "M5,3 h14 a2,2 0 0 1 2,2 v14 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-14 a2,2 0 0 1 2,-2 Z M7,7 h3 v9 h-3 Z M14,7 h3 v5 h-3 Z" }]]
|
|
94
|
-
},
|
|
121
|
+
}, F = {
|
|
95
122
|
name: "lu-trending-down",
|
|
96
123
|
components: [["path", { d: "M22 17 L13.5 8.5 L8.5 13.5 L2 7 M16 17 L22 17 L22 11" }]]
|
|
97
|
-
},
|
|
124
|
+
}, q = {
|
|
98
125
|
name: "lu-trending-up-down",
|
|
99
126
|
components: [["path", { d: "M14.828 14.828 21 21 M21 16v5h-5 M21 3 L12 12 L8 8 L2 14 M21 8V3h-5" }]]
|
|
100
|
-
},
|
|
127
|
+
}, B = {
|
|
101
128
|
name: "lu-trending-up",
|
|
102
129
|
components: [["path", { d: "M22 7 L13.5 15.5 L8.5 10.5 L2 17 M16 7 L22 7 L22 13" }]]
|
|
103
|
-
},
|
|
130
|
+
}, I = {
|
|
104
131
|
name: "lu-triangle-alert",
|
|
105
132
|
components: [["path", { d: "m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3 M12 9v4 M12 17h.01" }]]
|
|
106
|
-
},
|
|
133
|
+
}, Y = {
|
|
134
|
+
name: "lu-triangle-dashed",
|
|
135
|
+
components: [["path", { d: "M10.17 4.193a2 2 0 0 1 3.666.013 M14 21h2 M15.87 7.74 L16.87 9.47 M18.85 12.95 L19.85 14.68 M21.824 18.18a2 2 0 0 1-1.835 2.824 M4.024 21a2 2 0 0 1-1.839-2.839 M5.14 12.95 L4.14 14.68 M8 21h2 M8.1 7.74 L7.1 9.47" }]]
|
|
136
|
+
}, j = {
|
|
107
137
|
name: "lu-triangle-right",
|
|
108
138
|
components: [["path", { d: "M22 18a2 2 0 0 1-2 2H3c-1.1 0-1.3-.6-.4-1.3L20.4 4.3c.9-.7 1.6-.4 1.6.7Z" }]]
|
|
109
|
-
},
|
|
139
|
+
}, E = {
|
|
110
140
|
name: "lu-triangle",
|
|
111
141
|
components: [["path", { d: "M13.73 4a2 2 0 0 0-3.46 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z" }]]
|
|
112
|
-
},
|
|
142
|
+
}, G = {
|
|
113
143
|
name: "lu-trophy",
|
|
114
144
|
components: [["path", { d: "M6 9H4.5a2.5 2.5 0 0 1 0-5H6 M18 9h1.5a2.5 2.5 0 0 0 0-5H18 M4 22h16 M10 14.66V17c0 .55-.47.98-.97 1.21C7.85 18.75 7 20.24 7 22 M14 14.66V17c0 .55.47.98.97 1.21C16.15 18.75 17 20.24 17 22 M18 2H6v7a6 6 0 0 0 12 0V2Z" }]]
|
|
115
|
-
},
|
|
145
|
+
}, J = {
|
|
116
146
|
name: "lu-truck",
|
|
117
147
|
components: [["path", { d: "M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2 M15 18H9 M19 18h2a1 1 0 0 0 1-1v-3.65a1 1 0 0 0-.22-.624l-3.48-4.35A1 1 0 0 0 17.52 8H14 M15,18 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M5,18 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
118
|
-
},
|
|
148
|
+
}, K = {
|
|
119
149
|
name: "lu-turtle",
|
|
120
150
|
components: [["path", { d: "m12 10 2 4v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3a8 8 0 1 0-16 0v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3l2-4h4Z M4.82 7.9 8 10 M15.18 7.9 12 10 M16.93 10H20a2 2 0 0 1 0 4H2" }]]
|
|
121
|
-
},
|
|
151
|
+
}, N = {
|
|
122
152
|
name: "lu-tv-minimal-play",
|
|
123
153
|
components: [["path", { d: "M10 7.75a.75.75 0 0 1 1.142-.638l3.664 2.249a.75.75 0 0 1 0 1.278l-3.664 2.25a.75.75 0 0 1-1.142-.64z M7 21h10 M4,3 h16 a2,2 0 0 1 2,2 v10 a2,2 0 0 1 -2,2 h-16 a2,2 0 0 1 -2,-2 v-10 a2,2 0 0 1 2,-2 Z" }]]
|
|
124
|
-
},
|
|
154
|
+
}, Q = {
|
|
125
155
|
name: "lu-tv-minimal",
|
|
126
156
|
components: [["path", { d: "M7 21h10 M4,3 h16 a2,2 0 0 1 2,2 v10 a2,2 0 0 1 -2,2 h-16 a2,2 0 0 1 -2,-2 v-10 a2,2 0 0 1 2,-2 Z" }]]
|
|
127
|
-
},
|
|
157
|
+
}, _ = {
|
|
128
158
|
name: "lu-tv",
|
|
129
159
|
components: [["path", { d: "M4,7 h16 a2,2 0 0 1 2,2 v11 a2,2 0 0 1 -2,2 h-16 a2,2 0 0 1 -2,-2 v-11 a2,2 0 0 1 2,-2 Z M17 2 L12 7 L7 2" }]]
|
|
130
|
-
},
|
|
160
|
+
}, $ = {
|
|
131
161
|
name: "lu-twitch",
|
|
132
162
|
components: [["path", { d: "M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7" }]]
|
|
133
|
-
},
|
|
163
|
+
}, a1 = {
|
|
134
164
|
name: "lu-twitter",
|
|
135
165
|
components: [["path", { d: "M22 4s-.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6 2.2.1 4.4-.6 6-2C3 15.5.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4-.9-4.2 4-6.6 7-3.8 1.1 0 3-1.2 3-1.2z" }]]
|
|
136
|
-
},
|
|
166
|
+
}, n1 = {
|
|
137
167
|
name: "lu-type-outline",
|
|
138
168
|
components: [["path", { d: "M14 16.5a.5.5 0 0 0 .5.5h.5a2 2 0 0 1 0 4H9a2 2 0 0 1 0-4h.5a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5V8a2 2 0 0 1-4 0V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v3a2 2 0 0 1-4 0v-.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5Z" }]]
|
|
139
|
-
},
|
|
169
|
+
}, o1 = {
|
|
140
170
|
name: "lu-type",
|
|
141
171
|
components: [["path", { d: "M4 7 L4 4 L20 4 L20 7 M9 20 L15 20 M12 4 L12 20" }]]
|
|
142
|
-
},
|
|
172
|
+
}, t1 = {
|
|
143
173
|
name: "lu-umbrella-off",
|
|
144
174
|
components: [["path", { d: "M12 2v1 M15.5 21a1.85 1.85 0 0 1-3.5-1v-8H2a10 10 0 0 1 3.428-6.575 M17.5 12H22A10 10 0 0 0 9.004 3.455 M2 2 L22 22" }]]
|
|
145
|
-
},
|
|
175
|
+
}, M1 = {
|
|
146
176
|
name: "lu-umbrella",
|
|
147
177
|
components: [["path", { d: "M22 12a10.06 10.06 1 0 0-20 0Z M12 12v8a2 2 0 0 0 4 0 M12 2v1" }]]
|
|
148
|
-
},
|
|
178
|
+
}, e1 = {
|
|
149
179
|
name: "lu-underline",
|
|
150
180
|
components: [["path", { d: "M6 4v6a6 6 0 0 0 12 0V4 M4 20 L20 20" }]]
|
|
151
|
-
},
|
|
181
|
+
}, c1 = {
|
|
152
182
|
name: "lu-undo-2",
|
|
153
183
|
components: [["path", { d: "M9 14 4 9l5-5 M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5a5.5 5.5 0 0 1-5.5 5.5H11" }]]
|
|
154
|
-
},
|
|
184
|
+
}, s1 = {
|
|
155
185
|
name: "lu-undo-dot",
|
|
156
186
|
components: [["path", { d: "M21 17a9 9 0 0 0-15-6.7L3 13 M3 7v6h6 M11,17 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z" }]]
|
|
157
|
-
},
|
|
187
|
+
}, u1 = {
|
|
158
188
|
name: "lu-undo",
|
|
159
189
|
components: [["path", { d: "M3 7v6h6 M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13" }]]
|
|
160
|
-
},
|
|
190
|
+
}, h1 = {
|
|
161
191
|
name: "lu-unfold-horizontal",
|
|
162
192
|
components: [["path", { d: "M16 12h6 M8 12H2 M12 2v2 M12 8v2 M12 14v2 M12 20v2 M19 15 L22 12 L19 9 M5 9 L2 12 L5 15" }]]
|
|
163
|
-
},
|
|
193
|
+
}, L1 = {
|
|
164
194
|
name: "lu-unfold-vertical",
|
|
165
195
|
components: [["path", { d: "M12 22v-6 M12 8V2 M4 12H2 M10 12H8 M16 12h-2 M22 12h-2 M15 19 L12 22 L9 19 M15 5 L12 2 L9 5" }]]
|
|
166
|
-
},
|
|
196
|
+
}, m1 = {
|
|
167
197
|
name: "lu-ungroup",
|
|
168
198
|
components: [["path", { d: "M6,4 h6 a1,1 0 0 1 1,1 v4 a1,1 0 0 1 -1,1 h-6 a1,1 0 0 1 -1,-1 v-4 a1,1 0 0 1 1,-1 Z M12,14 h6 a1,1 0 0 1 1,1 v4 a1,1 0 0 1 -1,1 h-6 a1,1 0 0 1 -1,-1 v-4 a1,1 0 0 1 1,-1 Z" }]]
|
|
169
|
-
},
|
|
199
|
+
}, l1 = {
|
|
170
200
|
name: "lu-university",
|
|
171
201
|
components: [["path", { d: "M11,10 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z M22 20V8h-4l-6-4-6 4H2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2 M6 17v.01 M6 13v.01 M18 17v.01 M18 13v.01 M14 22v-5a2 2 0 0 0-2-2a2 2 0 0 0-2 2v5" }]]
|
|
172
|
-
},
|
|
202
|
+
}, p1 = {
|
|
173
203
|
name: "lu-unlink-2",
|
|
174
204
|
components: [["path", { d: "M15 7h2a5 5 0 0 1 0 10h-2m-6 0H7A5 5 0 0 1 7 7h2" }]]
|
|
175
|
-
},
|
|
205
|
+
}, v1 = {
|
|
176
206
|
name: "lu-unlink",
|
|
177
207
|
components: [["path", { d: "m18.84 12.25 1.72-1.71h-.02a5.004 5.004 0 0 0-.12-7.07 5.006 5.006 0 0 0-6.95 0l-1.72 1.71 M5.17 11.75 L3.46 13.46 A5 5 0 0 0 3.58 20.53 A5.01 5.01 0 0 0 10.53 20.53 L12.24 18.82 M8 2 L8 5 M2 8 L5 8 M16 19 L16 22 M19 16 L22 16" }]]
|
|
178
|
-
},
|
|
208
|
+
}, d1 = {
|
|
179
209
|
name: "lu-unplug",
|
|
180
210
|
components: [["path", { d: "m19 5 3-3 M2 22 L5 19 M6.3 20.3a2.4 2.4 0 0 0 3.4 0L12 18l-6-6-2.3 2.3a2.4 2.4 0 0 0 0 3.4Z M7.5 13.5 10 11 M10.5 16.5 13 14 M12 6 L18 12 L20.3 9.7 A2.4 2.4 0 0 0 20.3 6.3 L17.7 3.7 A2.4 2.4 0 0 0 14.3 3.7 Z" }]]
|
|
181
|
-
},
|
|
211
|
+
}, r1 = {
|
|
182
212
|
name: "lu-upload",
|
|
183
213
|
components: [["path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4 M17 8 L12 3 L7 8 M12 3 L12 15" }]]
|
|
184
|
-
},
|
|
214
|
+
}, i1 = {
|
|
185
215
|
name: "lu-usb",
|
|
186
216
|
components: [["path", { d: "M9,7 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z M3,20 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z M4.7 19.3 19 5 M21 3 L18 4 L20 6 Z M9.26 7.68 5 12l2 5 M10 14 L15 16 L18.5 12.5 M18 12 L19 11 L20 12 L19 13 Z" }]]
|
|
187
|
-
},
|
|
217
|
+
}, Z1 = {
|
|
188
218
|
name: "lu-user-check",
|
|
189
219
|
components: [["path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2 M5,7 a4,4 0 1,0 8,0 a4,4 0 1,0 -8,0 Z M16 11 L18 13 L22 9" }]]
|
|
190
|
-
},
|
|
220
|
+
}, H1 = {
|
|
191
221
|
name: "lu-user-cog",
|
|
192
222
|
components: [["path", { d: "M15,15 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M5,7 a4,4 0 1,0 8,0 a4,4 0 1,0 -8,0 Z M10 15H6a4 4 0 0 0-4 4v2 M21.7 16.4 L20.8 16.1 M15.2 13.9 L14.3 13.6 M16.6 18.7 L16.9 17.8 M19.1 12.2 L19.4 11.3 M19.6 18.7 L19.2 17.7 M16.8 12.3 L16.4 11.3 M14.3 16.6 L15.3 16.2 M20.7 13.8 L21.7 13.4" }]]
|
|
193
|
-
},
|
|
223
|
+
}, V1 = {
|
|
194
224
|
name: "lu-user-minus",
|
|
195
225
|
components: [["path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2 M5,7 a4,4 0 1,0 8,0 a4,4 0 1,0 -8,0 Z M22 11 L16 11" }]]
|
|
196
|
-
},
|
|
226
|
+
}, f1 = {
|
|
197
227
|
name: "lu-user-pen",
|
|
198
228
|
components: [["path", { d: "M11.5 15H7a4 4 0 0 0-4 4v2 M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z M6,7 a4,4 0 1,0 8,0 a4,4 0 1,0 -8,0 Z" }]]
|
|
199
|
-
},
|
|
229
|
+
}, A1 = {
|
|
200
230
|
name: "lu-user-plus",
|
|
201
231
|
components: [["path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2 M5,7 a4,4 0 1,0 8,0 a4,4 0 1,0 -8,0 Z M19 8 L19 14 M22 11 L16 11" }]]
|
|
202
|
-
},
|
|
232
|
+
}, T1 = {
|
|
203
233
|
name: "lu-user-round-check",
|
|
204
234
|
components: [["path", { d: "M2 21a8 8 0 0 1 13.292-6 M5,8 a5,5 0 1,0 10,0 a5,5 0 1,0 -10,0 Z M16 19 L18 21 L22 17" }]]
|
|
205
|
-
},
|
|
235
|
+
}, w1 = {
|
|
206
236
|
name: "lu-user-round-cog",
|
|
207
237
|
components: [["path", { d: "M2 21a8 8 0 0 1 10.434-7.62 M5,8 a5,5 0 1,0 10,0 a5,5 0 1,0 -10,0 Z M15,18 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M19.5 14.3 L19.1 15.2 M16.9 20.8 L16.5 21.7 M21.7 19.5 L20.8 19.1 M15.2 16.9 L14.3 16.5 M21.7 16.5 L20.8 16.9 M15.2 19.1 L14.3 19.5 M19.5 21.7 L19.1 20.8 M16.9 15.2 L16.5 14.3" }]]
|
|
208
|
-
},
|
|
238
|
+
}, k1 = {
|
|
209
239
|
name: "lu-user-round-minus",
|
|
210
240
|
components: [["path", { d: "M2 21a8 8 0 0 1 13.292-6 M5,8 a5,5 0 1,0 10,0 a5,5 0 1,0 -10,0 Z M22 19h-6" }]]
|
|
211
|
-
},
|
|
241
|
+
}, g1 = {
|
|
212
242
|
name: "lu-user-round-pen",
|
|
213
243
|
components: [["path", { d: "M2 21a8 8 0 0 1 10.821-7.487 M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z M5,8 a5,5 0 1,0 10,0 a5,5 0 1,0 -10,0 Z" }]]
|
|
214
|
-
},
|
|
244
|
+
}, U1 = {
|
|
215
245
|
name: "lu-user-round-plus",
|
|
216
246
|
components: [["path", { d: "M2 21a8 8 0 0 1 13.292-6 M5,8 a5,5 0 1,0 10,0 a5,5 0 1,0 -10,0 Z M19 16v6 M22 19h-6" }]]
|
|
217
|
-
},
|
|
247
|
+
}, W1 = {
|
|
218
248
|
name: "lu-user-round-search",
|
|
219
249
|
components: [["path", { d: "M5,8 a5,5 0 1,0 10,0 a5,5 0 1,0 -10,0 Z M2 21a8 8 0 0 1 10.434-7.62 M15,18 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M22 22 L20.1 20.1" }]]
|
|
220
|
-
},
|
|
250
|
+
}, b1 = {
|
|
221
251
|
name: "lu-user-round-x",
|
|
222
252
|
components: [["path", { d: "M2 21a8 8 0 0 1 11.873-7 M5,8 a5,5 0 1,0 10,0 a5,5 0 1,0 -10,0 Z M17 17 L22 22 M22 17 L17 22" }]]
|
|
223
|
-
},
|
|
253
|
+
}, C1 = {
|
|
224
254
|
name: "lu-user-round",
|
|
225
255
|
components: [["path", { d: "M7,8 a5,5 0 1,0 10,0 a5,5 0 1,0 -10,0 Z M20 21a8 8 0 0 0-16 0" }]]
|
|
226
|
-
},
|
|
256
|
+
}, z1 = {
|
|
227
257
|
name: "lu-user-search",
|
|
228
258
|
components: [["path", { d: "M6,7 a4,4 0 1,0 8,0 a4,4 0 1,0 -8,0 Z M10.3 15H7a4 4 0 0 0-4 4v2 M14,17 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M21 21 L19.1 19.1" }]]
|
|
229
|
-
},
|
|
259
|
+
}, y1 = {
|
|
230
260
|
name: "lu-user-x",
|
|
231
261
|
components: [["path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2 M5,7 a4,4 0 1,0 8,0 a4,4 0 1,0 -8,0 Z M17 8 L22 13 M22 8 L17 13" }]]
|
|
232
|
-
},
|
|
262
|
+
}, O1 = {
|
|
233
263
|
name: "lu-user",
|
|
234
264
|
components: [["path", { d: "M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2 M8,7 a4,4 0 1,0 8,0 a4,4 0 1,0 -8,0 Z" }]]
|
|
235
|
-
},
|
|
265
|
+
}, R1 = {
|
|
236
266
|
name: "lu-users-round",
|
|
237
267
|
components: [["path", { d: "M18 21a8 8 0 0 0-16 0 M5,8 a5,5 0 1,0 10,0 a5,5 0 1,0 -10,0 Z M22 20c0-3.37-2-6.5-4-8a5 5 0 0 0-.45-8.3" }]]
|
|
238
|
-
},
|
|
268
|
+
}, P1 = {
|
|
239
269
|
name: "lu-users",
|
|
240
270
|
components: [["path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2 M5,7 a4,4 0 1,0 8,0 a4,4 0 1,0 -8,0 Z M22 21v-2a4 4 0 0 0-3-3.87 M16 3.13a4 4 0 0 1 0 7.75" }]]
|
|
241
|
-
},
|
|
271
|
+
}, x1 = {
|
|
242
272
|
name: "lu-utensils-crossed",
|
|
243
273
|
components: [["path", { d: "m16 2-2.3 2.3a3 3 0 0 0 0 4.2l1.8 1.8a3 3 0 0 0 4.2 0L22 8 M15 15 3.3 3.3a4.2 4.2 0 0 0 0 6l7.3 7.3c.7.7 2 .7 2.8 0L15 15Zm0 0 7 7 M2.1 21.8 L8.5 15.5 M19 5 L12 12" }]]
|
|
244
|
-
},
|
|
274
|
+
}, D1 = {
|
|
245
275
|
name: "lu-utensils",
|
|
246
276
|
components: [["path", { d: "M3 2v7c0 1.1.9 2 2 2h4a2 2 0 0 0 2-2V2 M7 2v20 M21 15V2a5 5 0 0 0-5 5v6c0 1.1.9 2 2 2h3Zm0 0v7" }]]
|
|
247
|
-
},
|
|
277
|
+
}, S1 = {
|
|
248
278
|
name: "lu-utility-pole",
|
|
249
279
|
components: [["path", { d: "M12 2v20 M2 5h20 M3 3v2 M7 3v2 M17 3v2 M21 3v2 M19 5 L12 12 L5 5" }]]
|
|
250
|
-
},
|
|
280
|
+
}, X1 = {
|
|
251
281
|
name: "lu-variable",
|
|
252
282
|
components: [["path", { d: "M8 21s-4-3-4-9 4-9 4-9 M16 3s4 3 4 9-4 9-4 9 M15 9 L9 15 M9 9 L15 15" }]]
|
|
253
|
-
},
|
|
283
|
+
}, F1 = {
|
|
254
284
|
name: "lu-vault",
|
|
255
285
|
components: [["path", { d: "M5,3 h14 a2,2 0 0 1 2,2 v14 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-14 a2,2 0 0 1 2,-2 Z M7,7.5 a.5,.5 0 1,0 1,0 a.5,.5 0 1,0 -1,0 Z M7.9 7.9 L10.6 10.6 M16,7.5 a.5,.5 0 1,0 1,0 a.5,.5 0 1,0 -1,0 Z M13.4 10.6 L16.1 7.9 M7,16.5 a.5,.5 0 1,0 1,0 a.5,.5 0 1,0 -1,0 Z M7.9 16.1 L10.6 13.4 M16,16.5 a.5,.5 0 1,0 1,0 a.5,.5 0 1,0 -1,0 Z M13.4 13.4 L16.1 16.1 M10,12 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
256
|
-
},
|
|
286
|
+
}, q1 = {
|
|
257
287
|
name: "lu-vegan",
|
|
258
288
|
components: [["path", { d: "M16 8q6 0 6-6-6 0-6 6 M17.41 3.59a10 10 0 1 0 3 3 M2 2a26.6 26.6 0 0 1 10 20c.9-6.82 1.5-9.5 4-14" }]]
|
|
259
|
-
},
|
|
289
|
+
}, B1 = {
|
|
260
290
|
name: "lu-venetian-mask",
|
|
261
291
|
components: [["path", { d: "M18 11c-1.5 0-2.5.5-3 2 M4 6a2 2 0 0 0-2 2v4a5 5 0 0 0 5 5 8 8 0 0 1 5 2 8 8 0 0 1 5-2 5 5 0 0 0 5-5V8a2 2 0 0 0-2-2h-3a8 8 0 0 0-5 2 8 8 0 0 0-5-2z M6 11c1.5 0 2.5.5 3 2" }]]
|
|
262
|
-
},
|
|
292
|
+
}, I1 = {
|
|
263
293
|
name: "lu-vibrate-off",
|
|
264
294
|
components: [["path", { d: "m2 8 2 2-2 2 2 2-2 2 M22 8 L20 10 L22 12 L20 14 L22 16 M8 8v10c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2 M16 10.34V6c0-.55-.45-1-1-1h-4.34 M2 2 L22 22" }]]
|
|
265
|
-
},
|
|
295
|
+
}, Y1 = {
|
|
266
296
|
name: "lu-vibrate",
|
|
267
297
|
components: [["path", { d: "m2 8 2 2-2 2 2 2-2 2 M22 8 L20 10 L22 12 L20 14 L22 16 M9,5 h6 a1,1 0 0 1 1,1 v12 a1,1 0 0 1 -1,1 h-6 a1,1 0 0 1 -1,-1 v-12 a1,1 0 0 1 1,-1 Z" }]]
|
|
268
|
-
},
|
|
298
|
+
}, j1 = {
|
|
269
299
|
name: "lu-video-off",
|
|
270
300
|
components: [["path", { d: "M10.66 6H14a2 2 0 0 1 2 2v2.5l5.248-3.062A.5.5 0 0 1 22 7.87v8.196 M16 16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2 M2 2 L22 22" }]]
|
|
271
|
-
},
|
|
301
|
+
}, E1 = {
|
|
272
302
|
name: "lu-video",
|
|
273
303
|
components: [["path", { d: "m16 13 5.223 3.482a.5.5 0 0 0 .777-.416V7.87a.5.5 0 0 0-.752-.432L16 10.5 M4,6 h10 a2,2 0 0 1 2,2 v8 a2,2 0 0 1 -2,2 h-10 a2,2 0 0 1 -2,-2 v-8 a2,2 0 0 1 2,-2 Z" }]]
|
|
274
|
-
},
|
|
304
|
+
}, G1 = {
|
|
275
305
|
name: "lu-videotape",
|
|
276
306
|
components: [["path", { d: "M4,4 h16 a2,2 0 0 1 2,2 v12 a2,2 0 0 1 -2,2 h-16 a2,2 0 0 1 -2,-2 v-12 a2,2 0 0 1 2,-2 Z M2 8h20 M6,14 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M8 12h8 M14,14 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
277
|
-
},
|
|
307
|
+
}, J1 = {
|
|
278
308
|
name: "lu-view",
|
|
279
309
|
components: [["path", { d: "M21 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2 M21 7V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2 M11,12 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z M18.944 12.33a1 1 0 0 0 0-.66 7.5 7.5 0 0 0-13.888 0 1 1 0 0 0 0 .66 7.5 7.5 0 0 0 13.888 0" }]]
|
|
280
|
-
},
|
|
310
|
+
}, K1 = {
|
|
281
311
|
name: "lu-voicemail",
|
|
282
312
|
components: [["path", { d: "M2,12 a4,4 0 1,0 8,0 a4,4 0 1,0 -8,0 Z M14,12 a4,4 0 1,0 8,0 a4,4 0 1,0 -8,0 Z M6 16 L18 16" }]]
|
|
283
|
-
},
|
|
313
|
+
}, N1 = {
|
|
284
314
|
name: "lu-volleyball",
|
|
285
315
|
components: [["path", { d: "M11.1 7.1a16.55 16.55 0 0 1 10.9 4 M12 12a12.6 12.6 0 0 1-8.7 5 M16.8 13.6a16.55 16.55 0 0 1-9 7.5 M20.7 17a12.8 12.8 0 0 0-8.7-5 13.3 13.3 0 0 1 0-10 M6.3 3.8a16.55 16.55 0 0 0 1.9 11.5 M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z" }]]
|
|
286
|
-
},
|
|
316
|
+
}, Q1 = {
|
|
287
317
|
name: "lu-volume-1",
|
|
288
318
|
components: [["path", { d: "M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z M16 9a5 5 0 0 1 0 6" }]]
|
|
289
|
-
},
|
|
319
|
+
}, _1 = {
|
|
290
320
|
name: "lu-volume-2",
|
|
291
321
|
components: [["path", { d: "M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z M16 9a5 5 0 0 1 0 6 M19.364 18.364a9 9 0 0 0 0-12.728" }]]
|
|
292
|
-
},
|
|
322
|
+
}, $1 = {
|
|
293
323
|
name: "lu-volume-off",
|
|
294
324
|
components: [["path", { d: "M16 9a5 5 0 0 1 .95 2.293 M19.364 5.636a9 9 0 0 1 1.889 9.96 M2 2 L22 22 M7 7 L6.41 7.59 A1.4 1.4 0 0 1 5.42 8 L3 8 A1 1 0 0 0 2 9 L2 15 A1 1 0 0 0 3 16 L5.42 16 A1.4 1.4 0 0 1 6.41 16.41 L9.8 19.8 A0.7 0.7 0 0 0 11 19.3 L11 11 M9.828 4.172A.686.686 0 0 1 11 4.657v.686" }]]
|
|
295
|
-
},
|
|
325
|
+
}, a0 = {
|
|
296
326
|
name: "lu-volume-x",
|
|
297
327
|
components: [["path", { d: "M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z M22 9 L16 15 M16 9 L22 15" }]]
|
|
298
|
-
},
|
|
328
|
+
}, n0 = {
|
|
299
329
|
name: "lu-volume",
|
|
300
330
|
components: [["path", { d: "M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z" }]]
|
|
301
|
-
},
|
|
331
|
+
}, o0 = {
|
|
302
332
|
name: "lu-vote",
|
|
303
333
|
components: [["path", { d: "m9 12 2 2 4-4 M5 7c0-1.1.9-2 2-2h10a2 2 0 0 1 2 2v12H5V7Z M22 19H2" }]]
|
|
304
|
-
},
|
|
334
|
+
}, t0 = {
|
|
305
335
|
name: "lu-wallet-cards",
|
|
306
336
|
components: [["path", { d: "M5,3 h14 a2,2 0 0 1 2,2 v14 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-14 a2,2 0 0 1 2,-2 Z M3 9a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2 M3 11h3c.8 0 1.6.3 2.1.9l1.1.9c1.6 1.6 4.1 1.6 5.7 0l1.1-.9c.5-.5 1.3-.9 2.1-.9H21" }]]
|
|
307
|
-
},
|
|
337
|
+
}, M0 = {
|
|
308
338
|
name: "lu-wallet-minimal",
|
|
309
339
|
components: [["path", { d: "M17 14h.01 M7 7h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14" }]]
|
|
310
|
-
},
|
|
340
|
+
}, e0 = {
|
|
311
341
|
name: "lu-wallet",
|
|
312
342
|
components: [["path", { d: "M19 7V4a1 1 0 0 0-1-1H5a2 2 0 0 0 0 4h15a1 1 0 0 1 1 1v4h-3a2 2 0 0 0 0 4h3a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1 M3 5v14a2 2 0 0 0 2 2h15a1 1 0 0 0 1-1v-4" }]]
|
|
313
|
-
},
|
|
343
|
+
}, c0 = {
|
|
314
344
|
name: "lu-wallpaper",
|
|
315
345
|
components: [["path", { d: "M6,9 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M9 17 L15.1 10.9 A2 2 0 0 1 17.91 10.91 L22 15 L22 5 A2 2 0 0 0 20 3 L4 3 A2 2 0 0 0 2 5 L2 15 A2 2 0 0 0 4 17 L20 17 A2 2 0 0 0 22 15 M8 21h8 M12 17v4" }]]
|
|
316
|
-
},
|
|
346
|
+
}, s0 = {
|
|
317
347
|
name: "lu-wand-sparkles",
|
|
318
348
|
components: [["path", { d: "m21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72 M14 7 L17 10 M5 6v4 M19 14v4 M10 2v2 M7 8H3 M21 16h-4 M11 3H9" }]]
|
|
319
|
-
},
|
|
349
|
+
}, u0 = {
|
|
320
350
|
name: "lu-wand",
|
|
321
351
|
components: [["path", { d: "M15 4V2 M15 16v-2 M8 9h2 M20 9h2 M17.8 11.8 19 13 M15 9h.01 M17.8 6.2 19 5 M3 21 L12 12 M12.2 6.2 11 5" }]]
|
|
322
|
-
},
|
|
352
|
+
}, h0 = {
|
|
323
353
|
name: "lu-warehouse",
|
|
324
354
|
components: [["path", { d: "M22 8.35V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8.35A2 2 0 0 1 3.26 6.5l8-3.2a2 2 0 0 1 1.48 0l8 3.2A2 2 0 0 1 22 8.35Z M6 18h12 M6 14h12 M6,10 h12 v12 h-12 Z" }]]
|
|
325
|
-
},
|
|
355
|
+
}, L0 = {
|
|
326
356
|
name: "lu-washing-machine",
|
|
327
357
|
components: [["path", { d: "M3 6h3 M17 6h.01 M5,2 h14 a2,2 0 0 1 2,2 v16 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-16 a2,2 0 0 1 2,-2 Z M7,13 a5,5 0 1,0 10,0 a5,5 0 1,0 -10,0 Z M12 18a2.5 2.5 0 0 0 0-5 2.5 2.5 0 0 1 0-5" }]]
|
|
328
|
-
},
|
|
358
|
+
}, m0 = {
|
|
329
359
|
name: "lu-watch",
|
|
330
360
|
components: [["path", { d: "M6,12 a6,6 0 1,0 12,0 a6,6 0 1,0 -12,0 Z M12 10 L12 12 L13 13 M16.13 7.66 L15.32 3.61 A2 2 0 0 0 13.32 2 L10.64 2 A2 2 0 0 0 8.64 3.61 L7.86 7.66 M7.88 16.36 L8.68 20.36 A2 2 0 0 0 10.68 21.97 L13.4 21.97 A2 2 0 0 0 15.4 20.36 L16.21 16.31" }]]
|
|
331
|
-
},
|
|
361
|
+
}, l0 = {
|
|
332
362
|
name: "lu-waves-ladder",
|
|
333
363
|
components: [["path", { d: "M19 5a2 2 0 0 0-2 2v11 M2 18c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1 M7 13h10 M7 9h10 M9 5a2 2 0 0 0-2 2v11" }]]
|
|
334
|
-
},
|
|
364
|
+
}, p0 = {
|
|
335
365
|
name: "lu-waves",
|
|
336
366
|
components: [["path", { d: "M2 6c.6.5 1.2 1 2.5 1C7 7 7 5 9.5 5c2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1 M2 12c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1 M2 18c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1" }]]
|
|
337
|
-
},
|
|
367
|
+
}, v0 = {
|
|
338
368
|
name: "lu-waypoints",
|
|
339
369
|
components: [["path", { d: "M9.5,4.5 a2.5,2.5 0 1,0 5,0 a2.5,2.5 0 1,0 -5,0 Z M10.2 6.3 L6.3 10.2 M2,12 a2.5,2.5 0 1,0 5,0 a2.5,2.5 0 1,0 -5,0 Z M7 12h10 M17,12 a2.5,2.5 0 1,0 5,0 a2.5,2.5 0 1,0 -5,0 Z M13.8 17.7 L17.7 13.8 M9.5,19.5 a2.5,2.5 0 1,0 5,0 a2.5,2.5 0 1,0 -5,0 Z" }]]
|
|
340
|
-
},
|
|
370
|
+
}, d0 = {
|
|
341
371
|
name: "lu-webcam",
|
|
342
372
|
components: [["path", { d: "M4,10 a8,8 0 1,0 16,0 a8,8 0 1,0 -16,0 Z M9,10 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M7 22h10 M12 22v-4" }]]
|
|
343
|
-
},
|
|
373
|
+
}, r0 = {
|
|
344
374
|
name: "lu-webhook-off",
|
|
345
375
|
components: [["path", { d: "M17 17h-5c-1.09-.02-1.94.92-2.5 1.9A3 3 0 1 1 2.57 15 M9 3.4a4 4 0 0 1 6.52.66 M6 17 L9.1 11.2 A2.5 2.5 0 0 0 9.16 9.15 M20.3 20.3a4 4 0 0 1-2.3.7 M18.6 13a4 4 0 0 1 3.357 3.414 M12 6 L12.6 7 M2 2 L22 22" }]]
|
|
346
|
-
},
|
|
376
|
+
}, i0 = {
|
|
347
377
|
name: "lu-webhook",
|
|
348
378
|
components: [["path", { d: "M18 16.98h-5.99c-1.1 0-1.95.94-2.48 1.9A4 4 0 0 1 2 17c.01-.7.2-1.4.57-2 M6 17 L9.13 11.22 C9.66 10.25, 9.23 9.04, 8.63 8.12 A4 4 0 1 1 15.52 4.06 M12 6 L15.13 11.73 C15.66 12.7, 16.9 13, 18 13 A4 4 0 0 1 18 21" }]]
|
|
349
|
-
},
|
|
379
|
+
}, Z0 = {
|
|
350
380
|
name: "lu-weight",
|
|
351
381
|
components: [["path", { d: "M9,5 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M6.5 8a2 2 0 0 0-1.905 1.46L2.1 18.5A2 2 0 0 0 4 21h16a2 2 0 0 0 1.925-2.54L19.4 9.5A2 2 0 0 0 17.48 8Z" }]]
|
|
352
|
-
},
|
|
382
|
+
}, H0 = {
|
|
353
383
|
name: "lu-wheat-off",
|
|
354
384
|
components: [["path", { d: "m2 22 10-10 M16 8 L14.83 9.17 M3.47 12.53 5 11l1.53 1.53a3.5 3.5 0 0 1 0 4.94L5 19l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z M8 8 L7.47 8.53 A3.5 3.5 0 0 0 7.47 13.47 L9 15 L10.53 13.47 C11.08 12.92, 11.41 12.22, 11.51 11.5 M10.91 5.26c.15-.26.34-.51.56-.73L13 3l1.53 1.53a3.5 3.5 0 0 1 .28 4.62 M20 2h2v2a4 4 0 0 1-4 4h-2V6a4 4 0 0 1 4-4Z M11.47 17.47 13 19l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L5 19l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z M16 16 L15.47 16.53 A3.5 3.5 0 0 1 10.53 16.53 L9 15 L10.53 13.47 A3.49 3.49 0 0 1 12.5 12.49 M18.74 13.09c.26-.15.51-.34.73-.56L21 11l-1.53-1.53a3.5 3.5 0 0 0-4.62-.28 M2 2 L22 22" }]]
|
|
355
|
-
},
|
|
385
|
+
}, V0 = {
|
|
356
386
|
name: "lu-wheat",
|
|
357
387
|
components: [["path", { d: "M2 22 16 8 M3.47 12.53 5 11l1.53 1.53a3.5 3.5 0 0 1 0 4.94L5 19l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z M7.47 8.53 9 7l1.53 1.53a3.5 3.5 0 0 1 0 4.94L9 15l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z M11.47 4.53 13 3l1.53 1.53a3.5 3.5 0 0 1 0 4.94L13 11l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z M20 2h2v2a4 4 0 0 1-4 4h-2V6a4 4 0 0 1 4-4Z M11.47 17.47 13 19l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L5 19l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z M15.47 13.47 17 15l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L9 15l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z M19.47 9.47 21 11l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L13 11l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z" }]]
|
|
358
|
-
},
|
|
388
|
+
}, f0 = {
|
|
359
389
|
name: "lu-whole-word",
|
|
360
390
|
components: [["path", { d: "M4,12 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M10 9v6 M14,12 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M14 7v8 M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1" }]]
|
|
361
|
-
},
|
|
391
|
+
}, A0 = {
|
|
362
392
|
name: "lu-wifi-high",
|
|
363
393
|
components: [["path", { d: "M12 20h.01 M5 12.859a10 10 0 0 1 14 0 M8.5 16.429a5 5 0 0 1 7 0" }]]
|
|
364
|
-
},
|
|
394
|
+
}, T0 = {
|
|
365
395
|
name: "lu-wifi-low",
|
|
366
396
|
components: [["path", { d: "M12 20h.01 M8.5 16.429a5 5 0 0 1 7 0" }]]
|
|
367
|
-
},
|
|
397
|
+
}, w0 = {
|
|
368
398
|
name: "lu-wifi-off",
|
|
369
399
|
components: [["path", { d: "M12 20h.01 M8.5 16.429a5 5 0 0 1 7 0 M5 12.859a10 10 0 0 1 5.17-2.69 M19 12.859a10 10 0 0 0-2.007-1.523 M2 8.82a15 15 0 0 1 4.177-2.643 M22 8.82a15 15 0 0 0-11.288-3.764 M2 2 L22 22" }]]
|
|
370
|
-
},
|
|
400
|
+
}, k0 = {
|
|
371
401
|
name: "lu-wifi-zero",
|
|
372
402
|
components: [["path", { d: "M12 20h.01" }]]
|
|
373
|
-
},
|
|
403
|
+
}, g0 = {
|
|
374
404
|
name: "lu-wifi",
|
|
375
405
|
components: [["path", { d: "M12 20h.01 M2 8.82a15 15 0 0 1 20 0 M5 12.859a10 10 0 0 1 14 0 M8.5 16.429a5 5 0 0 1 7 0" }]]
|
|
376
|
-
},
|
|
406
|
+
}, U0 = {
|
|
377
407
|
name: "lu-wind-arrow-down",
|
|
378
408
|
components: [["path", { d: "M10 2v8 M12.8 21.6A2 2 0 1 0 14 18H2 M17.5 10a2.5 2.5 0 1 1 2 4H2 M6 6 L10 10 L14 6" }]]
|
|
379
|
-
},
|
|
409
|
+
}, W0 = {
|
|
380
410
|
name: "lu-wind",
|
|
381
411
|
components: [["path", { d: "M12.8 19.6A2 2 0 1 0 14 16H2 M17.5 8a2.5 2.5 0 1 1 2 4H2 M9.8 4.4A2 2 0 1 1 11 8H2" }]]
|
|
382
|
-
},
|
|
412
|
+
}, b0 = {
|
|
383
413
|
name: "lu-wine-off",
|
|
384
414
|
components: [["path", { d: "M8 22h8 M7 10h3m7 0h-1.343 M12 15v7 M7.307 7.307A12.33 12.33 0 0 0 7 10a5 5 0 0 0 7.391 4.391M8.638 2.981C8.75 2.668 8.872 2.34 9 2h6c1.5 4 2 6 2 8 0 .407-.05.809-.145 1.198 M2 2 L22 22" }]]
|
|
385
|
-
},
|
|
415
|
+
}, C0 = {
|
|
386
416
|
name: "lu-wine",
|
|
387
417
|
components: [["path", { d: "M8 22h8 M7 10h10 M12 15v7 M12 15a5 5 0 0 0 5-5c0-2-.5-4-2-8H9c-1.5 4-2 6-2 8a5 5 0 0 0 5 5Z" }]]
|
|
388
|
-
},
|
|
418
|
+
}, z0 = {
|
|
389
419
|
name: "lu-workflow",
|
|
390
420
|
components: [["path", { d: "M5,3 h4 a2,2 0 0 1 2,2 v4 a2,2 0 0 1 -2,2 h-4 a2,2 0 0 1 -2,-2 v-4 a2,2 0 0 1 2,-2 Z M7 11v4a2 2 0 0 0 2 2h4 M15,13 h4 a2,2 0 0 1 2,2 v4 a2,2 0 0 1 -2,2 h-4 a2,2 0 0 1 -2,-2 v-4 a2,2 0 0 1 2,-2 Z" }]]
|
|
391
|
-
},
|
|
421
|
+
}, y0 = {
|
|
392
422
|
name: "lu-worm",
|
|
393
423
|
components: [["path", { d: "m19 12-1.5 3 M19.63 18.81 22 20 M6.47 8.23a1.68 1.68 0 0 1 2.44 1.93l-.64 2.08a6.76 6.76 0 0 0 10.16 7.67l.42-.27a1 1 0 1 0-2.73-4.21l-.42.27a1.76 1.76 0 0 1-2.63-1.99l.64-2.08A6.66 6.66 0 0 0 3.94 3.9l-.7.4a1 1 0 1 0 2.55 4.34z" }]]
|
|
394
|
-
},
|
|
424
|
+
}, O0 = {
|
|
395
425
|
name: "lu-wrap-text",
|
|
396
426
|
components: [["path", { d: "M3 6 L21 6 M3 12h15a3 3 0 1 1 0 6h-4 M16 16 L14 18 L16 20 M3 18 L10 18" }]]
|
|
397
|
-
},
|
|
427
|
+
}, R0 = {
|
|
398
428
|
name: "lu-wrench",
|
|
399
429
|
components: [["path", { d: "M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z" }]]
|
|
400
|
-
},
|
|
430
|
+
}, P0 = {
|
|
401
431
|
name: "lu-x",
|
|
402
432
|
components: [["path", { d: "M18 6 6 18 M6 6 L18 18" }]]
|
|
403
|
-
},
|
|
433
|
+
}, x0 = {
|
|
404
434
|
name: "lu-youtube",
|
|
405
435
|
components: [["path", { d: "M2.5 17a24.12 24.12 0 0 1 0-10 2 2 0 0 1 1.4-1.4 49.56 49.56 0 0 1 16.2 0A2 2 0 0 1 21.5 7a24.12 24.12 0 0 1 0 10 2 2 0 0 1-1.4 1.4 49.55 49.55 0 0 1-16.2 0A2 2 0 0 1 2.5 17 M10 15 L15 12 L10 9 Z" }]]
|
|
406
|
-
},
|
|
436
|
+
}, D0 = {
|
|
407
437
|
name: "lu-zap-off",
|
|
408
438
|
components: [["path", { d: "M10.513 4.856 13.12 2.17a.5.5 0 0 1 .86.46l-1.377 4.317 M15.656 10H20a1 1 0 0 1 .78 1.63l-1.72 1.773 M16.273 16.273 10.88 21.83a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14H4a1 1 0 0 1-.78-1.63l4.507-4.643 M2 2 L22 22" }]]
|
|
409
|
-
},
|
|
439
|
+
}, S0 = {
|
|
410
440
|
name: "lu-zap",
|
|
411
441
|
components: [["path", { d: "M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z" }]]
|
|
412
|
-
},
|
|
442
|
+
}, X0 = {
|
|
413
443
|
name: "lu-zoom-in",
|
|
414
444
|
components: [["path", { d: "M3,11 a8,8 0 1,0 16,0 a8,8 0 1,0 -16,0 Z M21 21 L16.65 16.65 M11 8 L11 14 M8 11 L14 11" }]]
|
|
415
|
-
},
|
|
445
|
+
}, F0 = {
|
|
416
446
|
name: "lu-zoom-out",
|
|
417
447
|
components: [["path", { d: "M3,11 a8,8 0 1,0 16,0 a8,8 0 1,0 -16,0 Z M21 21 L16.65 16.65 M8 11 L14 11" }]]
|
|
418
448
|
};
|
|
419
449
|
export {
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
n as
|
|
423
|
-
o as
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
c as
|
|
428
|
-
s as
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
Z as
|
|
439
|
-
H as
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
A as
|
|
443
|
-
w as
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
W as
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
z as
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
D as
|
|
458
|
-
S as
|
|
459
|
-
X as
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
j as
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
K as
|
|
470
|
-
_ as
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
$ as
|
|
474
|
-
a1 as
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
M1 as
|
|
478
|
-
t1 as
|
|
479
|
-
e1 as
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
f1 as
|
|
497
|
-
A1 as
|
|
498
|
-
|
|
499
|
-
T1 as
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
S1 as
|
|
513
|
-
X1 as
|
|
514
|
-
F1 as
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
I1 as
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
N1 as
|
|
525
|
-
|
|
526
|
-
Q1 as
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
m0 as
|
|
540
|
-
|
|
541
|
-
l0 as
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
V0 as
|
|
548
|
-
H0 as
|
|
549
|
-
f0 as
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
T0 as
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
W0 as
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
450
|
+
a as LuTheater,
|
|
451
|
+
t as LuThermometer,
|
|
452
|
+
n as LuThermometerSnowflake,
|
|
453
|
+
o as LuThermometerSun,
|
|
454
|
+
M as LuThumbsDown,
|
|
455
|
+
e as LuThumbsUp,
|
|
456
|
+
l as LuTicket,
|
|
457
|
+
c as LuTicketCheck,
|
|
458
|
+
s as LuTicketMinus,
|
|
459
|
+
u as LuTicketPercent,
|
|
460
|
+
h as LuTicketPlus,
|
|
461
|
+
L as LuTicketSlash,
|
|
462
|
+
m as LuTicketX,
|
|
463
|
+
v as LuTickets,
|
|
464
|
+
p as LuTicketsPlane,
|
|
465
|
+
i as LuTimer,
|
|
466
|
+
d as LuTimerOff,
|
|
467
|
+
r as LuTimerReset,
|
|
468
|
+
Z as LuToggleLeft,
|
|
469
|
+
H as LuToggleRight,
|
|
470
|
+
V as LuToilet,
|
|
471
|
+
f as LuTornado,
|
|
472
|
+
A as LuTorus,
|
|
473
|
+
w as LuTouchpad,
|
|
474
|
+
T as LuTouchpadOff,
|
|
475
|
+
k as LuTowerControl,
|
|
476
|
+
g as LuToyBrick,
|
|
477
|
+
U as LuTractor,
|
|
478
|
+
W as LuTrafficCone,
|
|
479
|
+
C as LuTrainFront,
|
|
480
|
+
b as LuTrainFrontTunnel,
|
|
481
|
+
z as LuTrainTrack,
|
|
482
|
+
y as LuTramFront,
|
|
483
|
+
R as LuTrash,
|
|
484
|
+
O as LuTrash2,
|
|
485
|
+
P as LuTreeDeciduous,
|
|
486
|
+
x as LuTreePalm,
|
|
487
|
+
D as LuTreePine,
|
|
488
|
+
S as LuTrees,
|
|
489
|
+
X as LuTrello,
|
|
490
|
+
F as LuTrendingDown,
|
|
491
|
+
B as LuTrendingUp,
|
|
492
|
+
q as LuTrendingUpDown,
|
|
493
|
+
E as LuTriangle,
|
|
494
|
+
I as LuTriangleAlert,
|
|
495
|
+
Y as LuTriangleDashed,
|
|
496
|
+
j as LuTriangleRight,
|
|
497
|
+
G as LuTrophy,
|
|
498
|
+
J as LuTruck,
|
|
499
|
+
K as LuTurtle,
|
|
500
|
+
_ as LuTv,
|
|
501
|
+
Q as LuTvMinimal,
|
|
502
|
+
N as LuTvMinimalPlay,
|
|
503
|
+
$ as LuTwitch,
|
|
504
|
+
a1 as LuTwitter,
|
|
505
|
+
o1 as LuType,
|
|
506
|
+
n1 as LuTypeOutline,
|
|
507
|
+
M1 as LuUmbrella,
|
|
508
|
+
t1 as LuUmbrellaOff,
|
|
509
|
+
e1 as LuUnderline,
|
|
510
|
+
u1 as LuUndo,
|
|
511
|
+
c1 as LuUndo2,
|
|
512
|
+
s1 as LuUndoDot,
|
|
513
|
+
h1 as LuUnfoldHorizontal,
|
|
514
|
+
L1 as LuUnfoldVertical,
|
|
515
|
+
m1 as LuUngroup,
|
|
516
|
+
l1 as LuUniversity,
|
|
517
|
+
v1 as LuUnlink,
|
|
518
|
+
p1 as LuUnlink2,
|
|
519
|
+
d1 as LuUnplug,
|
|
520
|
+
r1 as LuUpload,
|
|
521
|
+
i1 as LuUsb,
|
|
522
|
+
O1 as LuUser,
|
|
523
|
+
Z1 as LuUserCheck,
|
|
524
|
+
H1 as LuUserCog,
|
|
525
|
+
V1 as LuUserMinus,
|
|
526
|
+
f1 as LuUserPen,
|
|
527
|
+
A1 as LuUserPlus,
|
|
528
|
+
C1 as LuUserRound,
|
|
529
|
+
T1 as LuUserRoundCheck,
|
|
530
|
+
w1 as LuUserRoundCog,
|
|
531
|
+
k1 as LuUserRoundMinus,
|
|
532
|
+
g1 as LuUserRoundPen,
|
|
533
|
+
U1 as LuUserRoundPlus,
|
|
534
|
+
W1 as LuUserRoundSearch,
|
|
535
|
+
b1 as LuUserRoundX,
|
|
536
|
+
z1 as LuUserSearch,
|
|
537
|
+
y1 as LuUserX,
|
|
538
|
+
P1 as LuUsers,
|
|
539
|
+
R1 as LuUsersRound,
|
|
540
|
+
D1 as LuUtensils,
|
|
541
|
+
x1 as LuUtensilsCrossed,
|
|
542
|
+
S1 as LuUtilityPole,
|
|
543
|
+
X1 as LuVariable,
|
|
544
|
+
F1 as LuVault,
|
|
545
|
+
q1 as LuVegan,
|
|
546
|
+
B1 as LuVenetianMask,
|
|
547
|
+
Y1 as LuVibrate,
|
|
548
|
+
I1 as LuVibrateOff,
|
|
549
|
+
E1 as LuVideo,
|
|
550
|
+
j1 as LuVideoOff,
|
|
551
|
+
G1 as LuVideotape,
|
|
552
|
+
J1 as LuView,
|
|
553
|
+
K1 as LuVoicemail,
|
|
554
|
+
N1 as LuVolleyball,
|
|
555
|
+
n0 as LuVolume,
|
|
556
|
+
Q1 as LuVolume1,
|
|
557
|
+
_1 as LuVolume2,
|
|
558
|
+
$1 as LuVolumeOff,
|
|
559
|
+
a0 as LuVolumeX,
|
|
560
|
+
o0 as LuVote,
|
|
561
|
+
e0 as LuWallet,
|
|
562
|
+
t0 as LuWalletCards,
|
|
563
|
+
M0 as LuWalletMinimal,
|
|
564
|
+
c0 as LuWallpaper,
|
|
565
|
+
u0 as LuWand,
|
|
566
|
+
s0 as LuWandSparkles,
|
|
567
|
+
h0 as LuWarehouse,
|
|
568
|
+
L0 as LuWashingMachine,
|
|
569
|
+
m0 as LuWatch,
|
|
570
|
+
p0 as LuWaves,
|
|
571
|
+
l0 as LuWavesLadder,
|
|
572
|
+
v0 as LuWaypoints,
|
|
573
|
+
d0 as LuWebcam,
|
|
574
|
+
i0 as LuWebhook,
|
|
575
|
+
r0 as LuWebhookOff,
|
|
576
|
+
Z0 as LuWeight,
|
|
577
|
+
V0 as LuWheat,
|
|
578
|
+
H0 as LuWheatOff,
|
|
579
|
+
f0 as LuWholeWord,
|
|
580
|
+
g0 as LuWifi,
|
|
581
|
+
A0 as LuWifiHigh,
|
|
582
|
+
T0 as LuWifiLow,
|
|
583
|
+
w0 as LuWifiOff,
|
|
584
|
+
k0 as LuWifiZero,
|
|
585
|
+
W0 as LuWind,
|
|
586
|
+
U0 as LuWindArrowDown,
|
|
587
|
+
C0 as LuWine,
|
|
588
|
+
b0 as LuWineOff,
|
|
589
|
+
z0 as LuWorkflow,
|
|
590
|
+
y0 as LuWorm,
|
|
591
|
+
O0 as LuWrapText,
|
|
592
|
+
R0 as LuWrench,
|
|
593
|
+
P0 as LuX,
|
|
594
|
+
x0 as LuYoutube,
|
|
595
|
+
S0 as LuZap,
|
|
596
|
+
D0 as LuZapOff,
|
|
597
|
+
X0 as LuZoomIn,
|
|
598
|
+
F0 as LuZoomOut
|
|
559
599
|
};
|