kv-icon-kit 1.0.2 → 1.0.3
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/README.md +5 -5
- package/demo-files/demo.css +155 -155
- package/demo-files/demo.js +30 -30
- package/demo.html +947 -947
- package/kiotviet-awesome/kiotviet-awesome.css +3 -0
- package/kiotviet-awesome/kiotviet-awesome.css.map +1 -0
- package/kiotviet-awesome.css +3 -0
- package/kiotviet-awesome.css.map +1 -0
- package/{kv-icon-kit.scss → kiotviet-awesome.scss} +1 -1
- package/package.json +2 -2
- package/scss/_core.scss +17 -17
- package/scss/_icons.scss +2 -2
- package/scss/_variables.scss +711 -711
- package/scss/brand.scss +10 -10
- package/scss/color-mix.scss +9 -9
- package/scss/regular.scss +6 -6
- package/scss/solid.scss +6 -6
- package/kv-icon-kit.css +0 -3
- package/kv-icon-kit.css.map +0 -1
- /package/fonts/{ik-brands-700.eot → ka-brands-400.eot} +0 -0
- /package/fonts/{ik-brands-700.svg → ka-brands-400.svg} +0 -0
- /package/fonts/{ik-brands-700.ttf → ka-brands-400.ttf} +0 -0
- /package/fonts/{ik-brands-700.woff → ka-brands-400.woff} +0 -0
- /package/fonts/{ik-brands-700.woff2 → ka-brands-400.woff2} +0 -0
- /package/fonts/{ik-regulars-400.eot → ka-regulars-400.eot} +0 -0
- /package/fonts/{ik-regulars-400.svg → ka-regulars-400.svg} +0 -0
- /package/fonts/{ik-regulars-400.ttf → ka-regulars-400.ttf} +0 -0
- /package/fonts/{ik-regulars-400.woff → ka-regulars-400.woff} +0 -0
- /package/fonts/{ik-regulars-400.woff2 → ka-regulars-400.woff2} +0 -0
- /package/fonts/{ik-solids-700.eot → ka-solids-700.eot} +0 -0
- /package/fonts/{ik-solids-700.svg → ka-solids-700.svg} +0 -0
- /package/fonts/{ik-solids-700.ttf → ka-solids-700.ttf} +0 -0
- /package/fonts/{ik-solids-700.woff → ka-solids-700.woff} +0 -0
- /package/fonts/{ik-solids-700.woff2 → ka-solids-700.woff2} +0 -0
package/scss/_variables.scss
CHANGED
|
@@ -1,727 +1,727 @@
|
|
|
1
|
-
$
|
|
2
|
-
$
|
|
3
|
-
$
|
|
4
|
-
$
|
|
1
|
+
$ka-css-prefix : ka !default;
|
|
2
|
+
$ka-style : 900 !default;
|
|
3
|
+
$ka-size : 14px !default;
|
|
4
|
+
$ka-style-family : "Kiotviet Awesome" !default;
|
|
5
5
|
|
|
6
|
-
$
|
|
7
|
-
$
|
|
8
|
-
$
|
|
9
|
-
$
|
|
6
|
+
$ka-display : inline-block !default;
|
|
7
|
+
$ka-font-display : block !default;
|
|
8
|
+
$ka-font-path : "../fonts" !default;
|
|
9
|
+
$ka-svg-path : "../svg" !default;
|
|
10
10
|
|
|
11
11
|
//Font ka content
|
|
12
|
-
$
|
|
13
|
-
$
|
|
14
|
-
$
|
|
15
|
-
$
|
|
16
|
-
$
|
|
17
|
-
$
|
|
18
|
-
$
|
|
19
|
-
$
|
|
20
|
-
$
|
|
21
|
-
$
|
|
22
|
-
$
|
|
23
|
-
$
|
|
24
|
-
$
|
|
25
|
-
$
|
|
26
|
-
$
|
|
27
|
-
$
|
|
28
|
-
$
|
|
29
|
-
$
|
|
30
|
-
$
|
|
31
|
-
$
|
|
32
|
-
$
|
|
33
|
-
$
|
|
34
|
-
$
|
|
35
|
-
$
|
|
36
|
-
$
|
|
37
|
-
$
|
|
38
|
-
$
|
|
39
|
-
$
|
|
40
|
-
$
|
|
41
|
-
$
|
|
42
|
-
$
|
|
43
|
-
$
|
|
44
|
-
$
|
|
45
|
-
$
|
|
46
|
-
$
|
|
47
|
-
$
|
|
48
|
-
$
|
|
49
|
-
$
|
|
50
|
-
$
|
|
51
|
-
$
|
|
52
|
-
$
|
|
53
|
-
$
|
|
54
|
-
$
|
|
55
|
-
$
|
|
56
|
-
$
|
|
57
|
-
$
|
|
58
|
-
$
|
|
59
|
-
$
|
|
60
|
-
$
|
|
61
|
-
$
|
|
62
|
-
$
|
|
63
|
-
$
|
|
64
|
-
$
|
|
65
|
-
$
|
|
66
|
-
$
|
|
67
|
-
$
|
|
68
|
-
$
|
|
69
|
-
$
|
|
70
|
-
$
|
|
71
|
-
$
|
|
72
|
-
$
|
|
73
|
-
$
|
|
74
|
-
$
|
|
75
|
-
$
|
|
76
|
-
$
|
|
77
|
-
$
|
|
78
|
-
$
|
|
79
|
-
$
|
|
80
|
-
$
|
|
81
|
-
$
|
|
82
|
-
$
|
|
83
|
-
$
|
|
84
|
-
$
|
|
85
|
-
$
|
|
86
|
-
$
|
|
87
|
-
$
|
|
88
|
-
$
|
|
89
|
-
$
|
|
90
|
-
$
|
|
91
|
-
$
|
|
92
|
-
$
|
|
93
|
-
$
|
|
94
|
-
$
|
|
95
|
-
$
|
|
96
|
-
$
|
|
97
|
-
$
|
|
98
|
-
$
|
|
99
|
-
$
|
|
100
|
-
$
|
|
101
|
-
$
|
|
102
|
-
$
|
|
103
|
-
$
|
|
104
|
-
$
|
|
105
|
-
$
|
|
106
|
-
$
|
|
107
|
-
$
|
|
108
|
-
$
|
|
109
|
-
$
|
|
110
|
-
$
|
|
111
|
-
$
|
|
112
|
-
$
|
|
113
|
-
$
|
|
114
|
-
$
|
|
115
|
-
$
|
|
116
|
-
$
|
|
117
|
-
$
|
|
118
|
-
$
|
|
119
|
-
$
|
|
120
|
-
$
|
|
121
|
-
$
|
|
122
|
-
$
|
|
123
|
-
$
|
|
124
|
-
$
|
|
125
|
-
$
|
|
126
|
-
$
|
|
127
|
-
$
|
|
128
|
-
$
|
|
129
|
-
$
|
|
130
|
-
$
|
|
131
|
-
$
|
|
132
|
-
$
|
|
133
|
-
$
|
|
134
|
-
$
|
|
135
|
-
$
|
|
136
|
-
$
|
|
137
|
-
$
|
|
138
|
-
$
|
|
139
|
-
$
|
|
140
|
-
$
|
|
141
|
-
$
|
|
142
|
-
$
|
|
143
|
-
$
|
|
144
|
-
$
|
|
145
|
-
$
|
|
146
|
-
$
|
|
147
|
-
$
|
|
148
|
-
$
|
|
149
|
-
$
|
|
150
|
-
$
|
|
151
|
-
$
|
|
152
|
-
$
|
|
153
|
-
$
|
|
154
|
-
$
|
|
155
|
-
$
|
|
156
|
-
$
|
|
157
|
-
$
|
|
158
|
-
$
|
|
159
|
-
$
|
|
160
|
-
$
|
|
161
|
-
$
|
|
162
|
-
$
|
|
163
|
-
$
|
|
164
|
-
$
|
|
165
|
-
$
|
|
166
|
-
$
|
|
167
|
-
$
|
|
168
|
-
$
|
|
169
|
-
$
|
|
170
|
-
$
|
|
171
|
-
$
|
|
172
|
-
$
|
|
173
|
-
$
|
|
174
|
-
$
|
|
175
|
-
$
|
|
176
|
-
$
|
|
177
|
-
$
|
|
178
|
-
$
|
|
179
|
-
$
|
|
180
|
-
$
|
|
181
|
-
$
|
|
182
|
-
$
|
|
183
|
-
$
|
|
184
|
-
$
|
|
185
|
-
$
|
|
186
|
-
$
|
|
187
|
-
$
|
|
188
|
-
$
|
|
189
|
-
$
|
|
190
|
-
$
|
|
191
|
-
$
|
|
192
|
-
$
|
|
193
|
-
$
|
|
194
|
-
$
|
|
195
|
-
$
|
|
196
|
-
$
|
|
197
|
-
$
|
|
198
|
-
$
|
|
199
|
-
$
|
|
200
|
-
$
|
|
201
|
-
$
|
|
202
|
-
$
|
|
203
|
-
$
|
|
204
|
-
$
|
|
205
|
-
$
|
|
206
|
-
$
|
|
207
|
-
$
|
|
208
|
-
$
|
|
209
|
-
$
|
|
210
|
-
$
|
|
211
|
-
$
|
|
212
|
-
$
|
|
213
|
-
$
|
|
214
|
-
$
|
|
215
|
-
$
|
|
216
|
-
$
|
|
217
|
-
$
|
|
218
|
-
$
|
|
219
|
-
$
|
|
220
|
-
$
|
|
221
|
-
$
|
|
222
|
-
$
|
|
223
|
-
$
|
|
224
|
-
$
|
|
225
|
-
$
|
|
226
|
-
$
|
|
227
|
-
$
|
|
228
|
-
$
|
|
229
|
-
$
|
|
230
|
-
$
|
|
231
|
-
$
|
|
232
|
-
$
|
|
233
|
-
$
|
|
234
|
-
$
|
|
235
|
-
$
|
|
236
|
-
$
|
|
237
|
-
$
|
|
238
|
-
$
|
|
239
|
-
$
|
|
240
|
-
$
|
|
241
|
-
$
|
|
242
|
-
$
|
|
243
|
-
$
|
|
244
|
-
$
|
|
245
|
-
$
|
|
246
|
-
$
|
|
247
|
-
$
|
|
248
|
-
$
|
|
249
|
-
$
|
|
250
|
-
$
|
|
251
|
-
$
|
|
252
|
-
$
|
|
253
|
-
$
|
|
254
|
-
$
|
|
255
|
-
$
|
|
256
|
-
$
|
|
257
|
-
$
|
|
258
|
-
$
|
|
259
|
-
$
|
|
260
|
-
$
|
|
261
|
-
$
|
|
262
|
-
$
|
|
263
|
-
$
|
|
264
|
-
$
|
|
265
|
-
$
|
|
266
|
-
$
|
|
267
|
-
$
|
|
268
|
-
$
|
|
269
|
-
$
|
|
270
|
-
$
|
|
271
|
-
$
|
|
272
|
-
$
|
|
273
|
-
$
|
|
274
|
-
$
|
|
275
|
-
$
|
|
276
|
-
$
|
|
277
|
-
$
|
|
278
|
-
$
|
|
279
|
-
$
|
|
280
|
-
$
|
|
281
|
-
$
|
|
282
|
-
$
|
|
283
|
-
$
|
|
284
|
-
$
|
|
285
|
-
$
|
|
286
|
-
$
|
|
287
|
-
$
|
|
288
|
-
$
|
|
289
|
-
$
|
|
290
|
-
$
|
|
291
|
-
$
|
|
292
|
-
$
|
|
293
|
-
$
|
|
294
|
-
$
|
|
295
|
-
$
|
|
296
|
-
$
|
|
297
|
-
$
|
|
298
|
-
$
|
|
299
|
-
$
|
|
12
|
+
$ka-address-card: \e900;
|
|
13
|
+
$ka-angle-down: \e901;
|
|
14
|
+
$ka-angle-left: \e902;
|
|
15
|
+
$ka-angle-right: \e903;
|
|
16
|
+
$ka-angle-up: \e904;
|
|
17
|
+
$ka-arrow-down: \e905;
|
|
18
|
+
$ka-arrow-down-left: \e906;
|
|
19
|
+
$ka-arrow-down-right: \e907;
|
|
20
|
+
$ka-arrow-down-to-line: \e908;
|
|
21
|
+
$ka-arrow-left: \e909;
|
|
22
|
+
$ka-arrow-right: \e90a;
|
|
23
|
+
$ka-arrow-right-arrow-left: \e90b;
|
|
24
|
+
$ka-arrows-repeat: \e90c;
|
|
25
|
+
$ka-arrows-rotate: \e90d;
|
|
26
|
+
$ka-arrow-turn-down: \e90e;
|
|
27
|
+
$ka-arrow-turn-down-left: \e90f;
|
|
28
|
+
$ka-arrow-turn-down-right: \e910;
|
|
29
|
+
$ka-arrow-turn-up: \e911;
|
|
30
|
+
$ka-arrow-trend-up: \e912;
|
|
31
|
+
$ka-arrow-up: \e913;
|
|
32
|
+
$ka-arrow-up-arrow-down: \e914;
|
|
33
|
+
$ka-arrow-up-from-line: \e915;
|
|
34
|
+
$ka-arrow-up-left: \e916;
|
|
35
|
+
$ka-arrow-up-right: \e917;
|
|
36
|
+
$ka-award: \e918;
|
|
37
|
+
$ka-backward-step: \e919;
|
|
38
|
+
$ka-bag-circle-signal: \e91a;
|
|
39
|
+
$ka-bag-shopping: \e91b;
|
|
40
|
+
$ka-bag-shopping-xmark: \e91c;
|
|
41
|
+
$ka-ban: \e91d;
|
|
42
|
+
$ka-bars: \e91e;
|
|
43
|
+
$ka-bars-filter: \e91f;
|
|
44
|
+
$ka-basket-shopping: \e920;
|
|
45
|
+
$ka-bed-front: \e921;
|
|
46
|
+
$ka-bell: \e922;
|
|
47
|
+
$ka-bell-concierge: \e923;
|
|
48
|
+
$ka-blanket: \e924;
|
|
49
|
+
$ka-bolt: \e925;
|
|
50
|
+
$ka-box: \e926;
|
|
51
|
+
$ka-box-arrow-right: \e927;
|
|
52
|
+
$ka-box-arrows-rotate: \e928;
|
|
53
|
+
$ka-box-barcode: \e929;
|
|
54
|
+
$ka-box-circle-dollar: \e92a;
|
|
55
|
+
$ka-box-circle-exclamation: \e92b;
|
|
56
|
+
$ka-box-circle-info: \e92c;
|
|
57
|
+
$ka-box-clock: \e92d;
|
|
58
|
+
$ka-box-check: \e92e;
|
|
59
|
+
$ka-boxes-stacked: \e92f;
|
|
60
|
+
$ka-box-open: \e930;
|
|
61
|
+
$ka-broom: \e931;
|
|
62
|
+
$ka-browser-circle-plus: \e932;
|
|
63
|
+
$ka-bullhorn: \e933;
|
|
64
|
+
$ka-burger-glass: \e934;
|
|
65
|
+
$ka-cake-candles: \e935;
|
|
66
|
+
$ka-calendar-check: \e936;
|
|
67
|
+
$ka-calendar-day: \e937;
|
|
68
|
+
$ka-calendar-lines: \e938;
|
|
69
|
+
$ka-calendar-pen: \e939;
|
|
70
|
+
$ka-calendar-star: \e93a;
|
|
71
|
+
$ka-camera: \e93b;
|
|
72
|
+
$ka-caret-down: \e93c;
|
|
73
|
+
$ka-caret-left: \e93d;
|
|
74
|
+
$ka-caret-right: \e93e;
|
|
75
|
+
$ka-caret-up: \e93f;
|
|
76
|
+
$ka-cart-flatbed-box-simple: \e940;
|
|
77
|
+
$ka-cart-flatbed-box-simple-xmark: \e941;
|
|
78
|
+
$ka-cart-flatbed-box-taped: \e942;
|
|
79
|
+
$ka-cart-shopping: \e943;
|
|
80
|
+
$ka-circle: \e944;
|
|
81
|
+
$ka-circle-check: \e945;
|
|
82
|
+
$ka-circle-dollar: \e946;
|
|
83
|
+
$ka-circle-dot: \e947;
|
|
84
|
+
$ka-circle-ellipsis: \e948;
|
|
85
|
+
$ka-circle-exclamation: \e949;
|
|
86
|
+
$ka-circle-info: \e94a;
|
|
87
|
+
$ka-circle-minus: \e94b;
|
|
88
|
+
$ka-circle-plus: \e94c;
|
|
89
|
+
$ka-circle-question: \e94d;
|
|
90
|
+
$ka-circle-user: \e94e;
|
|
91
|
+
$ka-circle-xmark: \e94f;
|
|
92
|
+
$ka-clipboard-check: \e950;
|
|
93
|
+
$ka-clipboard-line-up: \e951;
|
|
94
|
+
$ka-clock: \e952;
|
|
95
|
+
$ka-clock-rotate-left: \e953;
|
|
96
|
+
$ka-coins: \e954;
|
|
97
|
+
$ka-collapse: \e955;
|
|
98
|
+
$ka-comment: \e956;
|
|
99
|
+
$ka-comment-dots: \e957;
|
|
100
|
+
$ka-comment-sms: \e958;
|
|
101
|
+
$ka-copy: \e959;
|
|
102
|
+
$ka-coupon: \e95a;
|
|
103
|
+
$ka-credit-card: \e95b;
|
|
104
|
+
$ka-chart-area: \e95c;
|
|
105
|
+
$ka-chart-line-up: \e95d;
|
|
106
|
+
$ka-chart-pie-simple: \e95e;
|
|
107
|
+
$ka-chart-simple: \e95f;
|
|
108
|
+
$ka-check: \e960;
|
|
109
|
+
$ka-check-double: \e961;
|
|
110
|
+
$ka-chevron-down: \e962;
|
|
111
|
+
$ka-chevron-left: \e963;
|
|
112
|
+
$ka-chevron-right: \e964;
|
|
113
|
+
$ka-chevron-up: \e965;
|
|
114
|
+
$ka-children: \e966;
|
|
115
|
+
$ka-dollar-sign-arrow-right: \e967;
|
|
116
|
+
$ka-dollar-sign-plus: \e968;
|
|
117
|
+
$ka-double-shield-check: \e969;
|
|
118
|
+
$ka-down-to-bracket: \e96a;
|
|
119
|
+
$ka-ellipsis: \e96b;
|
|
120
|
+
$ka-envelope: \e96c;
|
|
121
|
+
$ka-envelope-open: \e96d;
|
|
122
|
+
$ka-expand: \e96e;
|
|
123
|
+
$ka-eye: \e96f;
|
|
124
|
+
$ka-eye-slash: \e970;
|
|
125
|
+
$ka-facebook-pos: \e971;
|
|
126
|
+
$ka-face-smile: \e972;
|
|
127
|
+
$ka-file-arrow-right-arrow-left: \e973;
|
|
128
|
+
$ka-file-arrows-rotate: \e974;
|
|
129
|
+
$ka-file-circle-e: \e975;
|
|
130
|
+
$ka-file-circle-plus: \e976;
|
|
131
|
+
$ka-file-csv: \e977;
|
|
132
|
+
$ka-file-chart-column: \e978;
|
|
133
|
+
$ka-file-chart-pie: \e979;
|
|
134
|
+
$ka-file-check: \e97a;
|
|
135
|
+
$ka-file-export: \e97b;
|
|
136
|
+
$ka-file-import: \e97c;
|
|
137
|
+
$ka-file-lines: \e97d;
|
|
138
|
+
$ka-file-pdf: \e97e;
|
|
139
|
+
$ka-file-pen: \e97f;
|
|
140
|
+
$ka-file-pen-line: \e980;
|
|
141
|
+
$ka-file-percent: \e981;
|
|
142
|
+
$ka-file-slash: \e982;
|
|
143
|
+
$ka-file-user: \e983;
|
|
144
|
+
$ka-file-xls: \e984;
|
|
145
|
+
$ka-file-xmark: \e985;
|
|
146
|
+
$ka-flip-image-left-right: \e986;
|
|
147
|
+
$ka-flip-image-top-bottom: \e987;
|
|
148
|
+
$ka-floppy-disk: \e988;
|
|
149
|
+
$ka-fork-knife: \e989;
|
|
150
|
+
$ka-forward-step: \e98a;
|
|
151
|
+
$ka-gamepad: \e98b;
|
|
152
|
+
$ka-gauge-low: \e98c;
|
|
153
|
+
$ka-gear: \e98d;
|
|
154
|
+
$ka-globe: \e98e;
|
|
155
|
+
$ka-grid-2: \e98f;
|
|
156
|
+
$ka-grip-dots-vertical: \e990;
|
|
157
|
+
$ka-gift: \e991;
|
|
158
|
+
$ka-gift-check: \e992;
|
|
159
|
+
$ka-image: \e993;
|
|
160
|
+
$ka-image-rotate-left: \e994;
|
|
161
|
+
$ka-image-rotate-right: \e995;
|
|
162
|
+
$ka-inbox: \e996;
|
|
163
|
+
$ka-inbox-in: \e997;
|
|
164
|
+
$ka-landmark: \e998;
|
|
165
|
+
$ka-laptop: \e999;
|
|
166
|
+
$ka-layer-group: \e99a;
|
|
167
|
+
$ka-lightbulb: \e99b;
|
|
168
|
+
$ka-line-columns: \e99c;
|
|
169
|
+
$ka-link-simple: \e99d;
|
|
170
|
+
$ka-link-simple-slash: \e99e;
|
|
171
|
+
$ka-list: \e99f;
|
|
172
|
+
$ka-list-check: \e9a0;
|
|
173
|
+
$ka-list-radio: \e9a1;
|
|
174
|
+
$ka-location-dot: \e9a2;
|
|
175
|
+
$ka-location-dot-slash: \e9a3;
|
|
176
|
+
$ka-lock-keyhole: \e9a4;
|
|
177
|
+
$ka-lock-keyhole-simple: \e9a5;
|
|
178
|
+
$ka-lock-keyhole-simple-open: \e9a6;
|
|
179
|
+
$ka-magnifying-glass: \e9a7;
|
|
180
|
+
$ka-memo-circle-dollar: \e9a8;
|
|
181
|
+
$ka-memo-circle-left-right: \e9a9;
|
|
182
|
+
$ka-memo-pad-dollar-pen: \e9aa;
|
|
183
|
+
$ka-memos: \e9ab;
|
|
184
|
+
$ka-message-dots: \e9ac;
|
|
185
|
+
$ka-message-lines: \e9ad;
|
|
186
|
+
$ka-message-question: \e9ae;
|
|
187
|
+
$ka-messages: \e9af;
|
|
188
|
+
$ka-message-smile: \e9b0;
|
|
189
|
+
$ka-minus: \e9b1;
|
|
190
|
+
$ka-mobile: \e9b2;
|
|
191
|
+
$ka-mobile-arrow-right: \e9b3;
|
|
192
|
+
$ka-mobile-screen: \e9b4;
|
|
193
|
+
$ka-money-check-dollar: \e9b5;
|
|
194
|
+
$ka-money-transfer: \e9b6;
|
|
195
|
+
$ka-money-wave: \e9b7;
|
|
196
|
+
$ka-moon: \e9b8;
|
|
197
|
+
$ka-nfc: \e9b9;
|
|
198
|
+
$ka-palette: \e9ba;
|
|
199
|
+
$ka-paperclip: \e9bb;
|
|
200
|
+
$ka-paper-plane: \e9bc;
|
|
201
|
+
$ka-pen-line: \e9bd;
|
|
202
|
+
$ka-pen-to-square: \e9be;
|
|
203
|
+
$ka-person-hold-box: \e9bf;
|
|
204
|
+
$ka-person-walking: \e9c0;
|
|
205
|
+
$ka-plus: \e9c1;
|
|
206
|
+
$ka-power-off: \e9c2;
|
|
207
|
+
$ka-print: \e9c3;
|
|
208
|
+
$ka-product-attribute: \e9c4;
|
|
209
|
+
$ka-product-unit: \e9c5;
|
|
210
|
+
$ka-phone: \e9c6;
|
|
211
|
+
$ka-phone-arrow-right: \e9c7;
|
|
212
|
+
$ka-reply: \e9c8;
|
|
213
|
+
$ka-right-from-bracket: \e9c9;
|
|
214
|
+
$ka-rotate-right: \e9ca;
|
|
215
|
+
$ka-sack-dollar: \e9cb;
|
|
216
|
+
$ka-scan: \e9cc;
|
|
217
|
+
$ka-screen-users: \e9cd;
|
|
218
|
+
$ka-self-delivery: \e9ce;
|
|
219
|
+
$ka-selling: \e9cf;
|
|
220
|
+
$ka-share: \e9d0;
|
|
221
|
+
$ka-shield-check: \e9d1;
|
|
222
|
+
$ka-signal-stream: \e9d2;
|
|
223
|
+
$ka-sliders: \e9d3;
|
|
224
|
+
$ka-sort: \e9d4;
|
|
225
|
+
$ka-square: \e9d5;
|
|
226
|
+
$ka-square-arrow-left: \e9d6;
|
|
227
|
+
$ka-square-check: \e9d7;
|
|
228
|
+
$ka-square-dashed: \e9d8;
|
|
229
|
+
$ka-square-dollar: \e9d9;
|
|
230
|
+
$ka-square-xmark: \e9da;
|
|
231
|
+
$ka-star: \e9db;
|
|
232
|
+
$ka-star-circle: \e9dc;
|
|
233
|
+
$ka-store: \e9dd;
|
|
234
|
+
$ka-store-location-dot: \e9de;
|
|
235
|
+
$ka-store-user: \e9df;
|
|
236
|
+
$ka-sun-bright: \e9e0;
|
|
237
|
+
$ka-tag: \e9e1;
|
|
238
|
+
$ka-tags: \e9e2;
|
|
239
|
+
$ka-thumbs-up: \e9e3;
|
|
240
|
+
$ka-thumbtack: \e9e4;
|
|
241
|
+
$ka-trash-can: \e9e5;
|
|
242
|
+
$ka-trash-can-undo: \e9e6;
|
|
243
|
+
$ka-triangle-exclamation: \e9e7;
|
|
244
|
+
$ka-truck: \e9e8;
|
|
245
|
+
$ka-truck-arrow-left: \e9e9;
|
|
246
|
+
$ka-up: \e9ea;
|
|
247
|
+
$ka-up-from-bracket: \e9eb;
|
|
248
|
+
$ka-upload: \e9ec;
|
|
249
|
+
$ka-user: \e9ed;
|
|
250
|
+
$ka-user-box: \e9ee;
|
|
251
|
+
$ka-user-group: \e9ef;
|
|
252
|
+
$ka-user-headset: \e9f0;
|
|
253
|
+
$ka-user-location-dot: \e9f1;
|
|
254
|
+
$ka-users: \e9f2;
|
|
255
|
+
$ka-user-tie: \e9f3;
|
|
256
|
+
$ka-user-triangle-exclamation: \e9f4;
|
|
257
|
+
$ka-user-xmark: \e9f5;
|
|
258
|
+
$ka-video-plus: \e9f6;
|
|
259
|
+
$ka-voucher: \e9f7;
|
|
260
|
+
$ka-wallet: \e9f8;
|
|
261
|
+
$ka-warehouse: \e9f9;
|
|
262
|
+
$ka-wifi-slash: \e9fa;
|
|
263
|
+
$ka-wrench: \e9fb;
|
|
264
|
+
$ka-xmark: \e9fc;
|
|
265
|
+
$ka-arrow-rotate-dollar: \e9fd;
|
|
266
|
+
$ka-arrow-up-right-from-square: \e9fe;
|
|
267
|
+
$ka-badge-dollar: \e9ff;
|
|
268
|
+
$ka-barcode: \ea00;
|
|
269
|
+
$ka-bolt-slash: \ea01;
|
|
270
|
+
$ka-building: \ea02;
|
|
271
|
+
$ka-car: \ea03;
|
|
272
|
+
$ka-card-lines: \ea04;
|
|
273
|
+
$ka-circle-connect: \ea05;
|
|
274
|
+
$ka-circle-percent: \ea06;
|
|
275
|
+
$ka-coins-circle-dollar: \ea07;
|
|
276
|
+
$ka-checkbox-indeterminated: \ea08;
|
|
277
|
+
$ka-checkbox-selected: \ea09;
|
|
278
|
+
$ka-checkbox-unselected: \ea0a;
|
|
279
|
+
$ka-desktop: \ea0b;
|
|
280
|
+
$ka-e-wallet: \ea0c;
|
|
281
|
+
$ka-favorite: \ea0d;
|
|
282
|
+
$ka-file-circle-arrow-right: \ea0e;
|
|
283
|
+
$ka-file-circle-check: \ea0f;
|
|
284
|
+
$ka-file-circle-xmark: \ea10;
|
|
285
|
+
$ka-file-flip: \ea11;
|
|
286
|
+
$ka-house: \ea12;
|
|
287
|
+
$ka-location-line: \ea13;
|
|
288
|
+
$ka-money-bills-simple: \ea14;
|
|
289
|
+
$ka-money-waves: \ea15;
|
|
290
|
+
$ka-octagon-info: \ea16;
|
|
291
|
+
$ka-print-circle-check: \ea17;
|
|
292
|
+
$ka-print-circle-exclamation: \ea18;
|
|
293
|
+
$ka-qrcode: \ea19;
|
|
294
|
+
$ka-radio-selected: \ea1a;
|
|
295
|
+
$ka-radio-unselected: \ea1b;
|
|
296
|
+
$ka-sliders-simple: \ea1c;
|
|
297
|
+
$ka-sparkles: \ea1d;
|
|
298
|
+
$ka-thumbs-down: \ea1e;
|
|
299
|
+
$ka-trash: \ea1f;
|
|
300
300
|
|
|
301
301
|
|
|
302
302
|
//font icon brand
|
|
303
|
-
$
|
|
304
|
-
$
|
|
305
|
-
$
|
|
306
|
-
$
|
|
307
|
-
$
|
|
308
|
-
$
|
|
309
|
-
$
|
|
310
|
-
$
|
|
311
|
-
$
|
|
312
|
-
$
|
|
313
|
-
$
|
|
314
|
-
$
|
|
315
|
-
$
|
|
316
|
-
$
|
|
317
|
-
$
|
|
318
|
-
$
|
|
303
|
+
$ka-apple: \e900;
|
|
304
|
+
$ka-facebook: \e901;
|
|
305
|
+
$ka-facebook-messenger: \e902;
|
|
306
|
+
$ka-google: \e903;
|
|
307
|
+
$ka-grab: \e904;
|
|
308
|
+
$ka-instagram: \e905;
|
|
309
|
+
$ka-kiotviet: \e906;
|
|
310
|
+
$ka-kiotviet-connect: \e907;
|
|
311
|
+
$ka-kiotviet-finance: \e908;
|
|
312
|
+
$ka-kiotviet-software: \e909;
|
|
313
|
+
$ka-lazada: \e90a;
|
|
314
|
+
$ka-sendo: \e90b;
|
|
315
|
+
$ka-shopee: \e90c;
|
|
316
|
+
$ka-tiki: \e90d;
|
|
317
|
+
$ka-tiktok: \e90e;
|
|
318
|
+
$ka-zalo: \e90f;
|
|
319
319
|
|
|
320
320
|
//Icon Color-mix
|
|
321
|
-
$
|
|
322
|
-
$
|
|
323
|
-
$
|
|
324
|
-
$
|
|
325
|
-
$
|
|
326
|
-
$
|
|
327
|
-
$
|
|
328
|
-
$
|
|
329
|
-
$
|
|
330
|
-
$
|
|
331
|
-
$
|
|
332
|
-
$
|
|
333
|
-
$
|
|
334
|
-
$
|
|
335
|
-
$
|
|
336
|
-
$
|
|
337
|
-
$
|
|
338
|
-
$
|
|
339
|
-
$
|
|
340
|
-
$
|
|
341
|
-
$
|
|
342
|
-
$
|
|
343
|
-
$
|
|
344
|
-
$
|
|
345
|
-
$
|
|
346
|
-
$
|
|
347
|
-
$
|
|
348
|
-
$
|
|
349
|
-
$
|
|
350
|
-
$
|
|
351
|
-
$
|
|
352
|
-
$
|
|
353
|
-
$
|
|
354
|
-
$
|
|
355
|
-
$
|
|
356
|
-
$
|
|
357
|
-
$
|
|
358
|
-
$
|
|
359
|
-
$
|
|
360
|
-
$
|
|
361
|
-
$
|
|
362
|
-
$
|
|
363
|
-
$
|
|
364
|
-
$
|
|
365
|
-
$
|
|
366
|
-
$
|
|
321
|
+
$kam-selling: 'selling.svg'; /* Giao dịch / Bán hàng retail */
|
|
322
|
+
$kam-file-pen-line: 'file-pen-line.svg'; /* Giao dịch / Lập phiếu thu */
|
|
323
|
+
$kam-bag-shopping: 'bag-shopping.svg'; /* Giao dịch / Đặt hàng */
|
|
324
|
+
$kam-return: 'return.svg'; /* Giao dịch / Trả hàng */
|
|
325
|
+
$kam-import: 'import.svg'; /* Giao dịch / Nhập hàng */
|
|
326
|
+
$kam-export: 'export.svg'; /* Giao dịch / Trả hàng nhập */
|
|
327
|
+
$kam-cart-flatbed-box-taped: 'cart-flatbed-box-taped.svg'; /* Giao dịch / Chuyển hàng */
|
|
328
|
+
$kam-trash-can-undo: 'trash-can-undo.svg'; /* Giao dịch / Xuất huỷ */
|
|
329
|
+
$kam-trash-can-check: 'trash-can-check.svg'; /* Giao dịch / Kiểm kho */
|
|
330
|
+
$kam-box: 'box.svg'; /* Giao dịch / Hàng hoá */
|
|
331
|
+
$kam-file-line: 'file-line.svg'; /* Giao dịch / Hoá đơn */
|
|
332
|
+
$kam-bowl-fire: 'bowl-fire.svg'; /* Giao dịch / Bán hàng FNB */
|
|
333
|
+
$kam-burger-soda: 'burger-soda.svg'; /* Giao dịch / Hàng hoá FNB */
|
|
334
|
+
$kam-user: 'user.svg'; /* Đối tác / Khách hàng */
|
|
335
|
+
$kam-user-group: 'user-group.svg'; /* Đối tác / Nhóm khách hàng */
|
|
336
|
+
$kam-browser-user: 'browser-user.svg'; /* Đối tác / Nhà cung cấp */
|
|
337
|
+
$kam-circle-user: 'circle-user.svg'; /* Nhân viên */
|
|
338
|
+
$kam-calendar-pen: 'calendar-pen.svg'; /* Nhân viên / Chấm công */
|
|
339
|
+
$kam-pad-dollar-pen: 'pad-dollar-pen.svg'; /* Nhân viên / Bảng lương */
|
|
340
|
+
$kam-memo-arrow-left-right: 'memo-arrow-left-right.svg'; /* Nhân viên / Phiếu giao ca */
|
|
341
|
+
$kam-truck: 'truck.svg'; /* Giao hàng / Giao hàng */
|
|
342
|
+
$kam-user-box: 'user-box.svg'; /* Giao hàng / Đối tác giao hàng */
|
|
343
|
+
$kam-wallet: 'wallet.svg'; /* Báo cáo / Sổ quỹ */
|
|
344
|
+
$kam-calendar-line-up: 'calendar-line-up.svg'; /* Báo cáo / Báo cáo cuối ngày */
|
|
345
|
+
$kam-square-line-up: 'square-line-up.svg'; /* Báo cáo / Phân tích */
|
|
346
|
+
$kam-chart-area: 'chart-area.svg'; /* Báo cáo */
|
|
347
|
+
$kam-box-line-up: 'box-line-up.svg'; /* Báo cáo / Báo cáo hàng hoá */
|
|
348
|
+
$kam-line-up-money-bill: 'line-up-money-bill.svg'; /* Báo cáo / Báo cáo bán hàng */
|
|
349
|
+
$kam-qrcode: 'qrcode.svg'; /* Tài chính / Thanh toán */
|
|
350
|
+
$kam-sack-dollar: 'sack-dollar.svg'; /* Tài chính / Vay vốn */
|
|
351
|
+
$kam-dining-table: 'dining-table.svg'; /* Khác / Phòng bàn */
|
|
352
|
+
$kam-files: 'files.svg'; /* Khác / Giấy tờ */
|
|
353
|
+
$kam-gear: 'gear.svg'; /* Khác / Thiết lập */
|
|
354
|
+
$kam-bag-circle-signal: 'bag-circle-signal.svg'; /* Bán oline / Bán sàn thương mại điện tử */
|
|
355
|
+
$kam-message-facebook-link-simple: 'message-facebook-link-simple.svg'; /* Bán Online / Bán Facebook */
|
|
356
|
+
$kam-browser-plus: 'browser-plus.svg'; /* Bán Online / Website bán hàng */
|
|
357
|
+
$kam-cart-kiotviet: 'cart-kiotviet.svg'; /* Nguồn hàng */
|
|
358
|
+
$kam-kiotviet-software: 'kiotviet-software.svg'; /* KiotViet Software */
|
|
359
|
+
$kam-kiotviet-connect: 'kiotviet-connect.svg'; /* KiotViet Connect */
|
|
360
|
+
$kam-kiotviet-finance: 'kiotviet-finance.svg'; /* KiotViet Finance */
|
|
361
|
+
$kam-tags: 'tags.svg'; /* Giao dịch / Bảng giá */
|
|
362
|
+
$kam-paper-plane: 'paper-plane.svg'; /* Khác / Gửi tin nhắn */
|
|
363
|
+
$kam-spa: 'spa.svg'; /* Khác / Gói & Thẻ */
|
|
364
|
+
$kam-gift: 'gift.svg'; /* Thanh toán / Khuyến mại */
|
|
365
|
+
$kam-voucher: 'voucher.svg'; /* Thanh toán / Voucher */
|
|
366
|
+
$kam-file-percent: 'file-percent.svg'; /* Nhân viên / Bảng hoa hồng */
|
|
367
367
|
|
|
368
368
|
|
|
369
369
|
|
|
370
|
-
$
|
|
371
|
-
"address-card": $
|
|
372
|
-
"angle-down": $
|
|
373
|
-
"angle-left": $
|
|
374
|
-
"angle-right": $
|
|
375
|
-
"angle-up": $
|
|
376
|
-
"arrow-down": $
|
|
377
|
-
"arrow-down-left": $
|
|
378
|
-
"arrow-down-right": $
|
|
379
|
-
"arrow-down-to-line": $
|
|
380
|
-
"arrow-left": $
|
|
381
|
-
"arrow-right": $
|
|
382
|
-
"arrow-right-arrow-left": $
|
|
383
|
-
"arrows-repeat": $
|
|
384
|
-
"arrows-rotate": $
|
|
385
|
-
"arrow-turn-down": $
|
|
386
|
-
"arrow-turn-down-left": $
|
|
387
|
-
"arrow-turn-down-right": $
|
|
388
|
-
"arrow-turn-up": $
|
|
389
|
-
"arrow-trend-up": $
|
|
390
|
-
"arrow-up": $
|
|
391
|
-
"arrow-up-arrow-down": $
|
|
392
|
-
"arrow-up-from-line": $
|
|
393
|
-
"arrow-up-left": $
|
|
394
|
-
"arrow-up-right": $
|
|
395
|
-
"award": $
|
|
396
|
-
"backward-step": $
|
|
397
|
-
"bag-circle-signal": $
|
|
398
|
-
"bag-shopping": $
|
|
399
|
-
"bag-shopping-xmark": $
|
|
400
|
-
"ban": $
|
|
401
|
-
"bars": $
|
|
402
|
-
"bars-filter": $
|
|
403
|
-
"basket-shopping": $
|
|
404
|
-
"bed-front": $
|
|
405
|
-
"bell": $
|
|
406
|
-
"bell-concierge": $
|
|
407
|
-
"blanket": $
|
|
408
|
-
"bolt": $
|
|
409
|
-
"box": $
|
|
410
|
-
"box-arrow-right": $
|
|
411
|
-
"box-arrows-rotate": $
|
|
412
|
-
"box-barcode": $
|
|
413
|
-
"box-circle-dollar": $
|
|
414
|
-
"box-circle-exclamation": $
|
|
415
|
-
"box-circle-info": $
|
|
416
|
-
"box-clock": $
|
|
417
|
-
"box-check": $
|
|
418
|
-
"boxes-stacked": $
|
|
419
|
-
"box-open": $
|
|
420
|
-
"broom": $
|
|
421
|
-
"browser-circle-plus": $
|
|
422
|
-
"bullhorn": $
|
|
423
|
-
"burger-glass": $
|
|
424
|
-
"calendar-check": $
|
|
425
|
-
"cake-candles": $
|
|
426
|
-
"calendar-day": $
|
|
427
|
-
"calendar-lines": $
|
|
428
|
-
"calendar-pen": $
|
|
429
|
-
"calendar-star": $
|
|
430
|
-
"camera": $
|
|
431
|
-
"caret-down": $
|
|
432
|
-
"caret-right": $
|
|
433
|
-
"caret-left": $
|
|
434
|
-
"caret-up": $
|
|
435
|
-
"cart-flatbed-box-simple": $
|
|
436
|
-
"cart-flatbed-box-simple-xmark": $
|
|
437
|
-
"cart-flatbed-box-taped": $
|
|
438
|
-
"cart-shopping": $
|
|
439
|
-
"circle": $
|
|
440
|
-
"circle-check": $
|
|
441
|
-
"circle-dollar": $
|
|
442
|
-
"circle-dot": $
|
|
443
|
-
"circle-ellipsis": $
|
|
444
|
-
"circle-exclamation": $
|
|
445
|
-
"circle-info": $
|
|
446
|
-
"circle-minus": $
|
|
447
|
-
"circle-plus": $
|
|
448
|
-
"circle-question": $
|
|
449
|
-
"circle-user": $
|
|
450
|
-
"circle-xmark": $
|
|
451
|
-
"clipboard-check": $
|
|
452
|
-
"clipboard-line-up": $
|
|
453
|
-
"clock": $
|
|
454
|
-
"clock-rotate-left": $
|
|
455
|
-
"coins": $
|
|
456
|
-
"collapse": $
|
|
457
|
-
"comment": $
|
|
458
|
-
"comment-dots": $
|
|
459
|
-
"comment-sms": $
|
|
460
|
-
"copy": $
|
|
461
|
-
"coupon": $
|
|
462
|
-
"credit-card": $
|
|
463
|
-
"chart-area": $
|
|
464
|
-
"chart-line-up": $
|
|
465
|
-
"chart-pie-simple": $
|
|
466
|
-
"chart-simple": $
|
|
467
|
-
"check": $
|
|
468
|
-
"check-double": $
|
|
469
|
-
"chevron-down": $
|
|
470
|
-
"chevron-left": $
|
|
471
|
-
"chevron-right": $
|
|
472
|
-
"chevron-up": $
|
|
473
|
-
"children": $
|
|
474
|
-
"dollar-sign-arrow-right": $
|
|
475
|
-
"dollar-sign-plus": $
|
|
476
|
-
"double-shield-check": $
|
|
477
|
-
"down-to-bracket": $
|
|
478
|
-
"ellipsis": $
|
|
479
|
-
"envelope": $
|
|
480
|
-
"envelope-open": $
|
|
481
|
-
"expand": $
|
|
482
|
-
"eye": $
|
|
483
|
-
"eye-slash": $
|
|
484
|
-
"facebook-pos": $
|
|
485
|
-
"face-smile": $
|
|
486
|
-
"file-arrow-right-arrow-left": $
|
|
487
|
-
"file-arrows-rotate": $
|
|
488
|
-
"file-circle-e": $
|
|
489
|
-
"file-circle-plus": $
|
|
490
|
-
"file-csv": $
|
|
491
|
-
"file-chart-column": $
|
|
492
|
-
"file-chart-pie": $
|
|
493
|
-
"file-check": $
|
|
494
|
-
"file-export": $
|
|
495
|
-
"file-import": $
|
|
496
|
-
"file-lines": $
|
|
497
|
-
"file-pdf": $
|
|
498
|
-
"file-pen": $
|
|
499
|
-
"file-pen-line": $
|
|
500
|
-
"file-percent": $
|
|
501
|
-
"file-slash": $
|
|
502
|
-
"file-user": $
|
|
503
|
-
"file-xls": $
|
|
504
|
-
"file-xmark": $
|
|
505
|
-
"flip-image-left-right": $
|
|
506
|
-
"flip-image-top-bottom": $
|
|
507
|
-
"floppy-disk": $
|
|
508
|
-
"fork-knife": $
|
|
509
|
-
"forward-step": $
|
|
510
|
-
"gamepad": $
|
|
511
|
-
"gauge-low": $
|
|
512
|
-
"gear": $
|
|
513
|
-
"globe": $
|
|
514
|
-
"grid-2": $
|
|
515
|
-
"grip-dots-vertical": $
|
|
516
|
-
"gift": $
|
|
517
|
-
"gift-check": $
|
|
518
|
-
"image": $
|
|
519
|
-
"image-rotate-left": $
|
|
520
|
-
"image-rotate-right": $
|
|
521
|
-
"inbox": $
|
|
522
|
-
"inbox-in": $
|
|
523
|
-
"landmark": $
|
|
524
|
-
"laptop": $
|
|
525
|
-
"layer-group": $
|
|
526
|
-
"lightbulb": $
|
|
527
|
-
"line-columns": $
|
|
528
|
-
"link-simple": $
|
|
529
|
-
"link-simple-slash": $
|
|
530
|
-
"list": $
|
|
531
|
-
"list-check": $
|
|
532
|
-
"list-radio": $
|
|
533
|
-
"location-dot": $
|
|
534
|
-
"location-dot-slash": $
|
|
535
|
-
"lock-keyhole": $
|
|
536
|
-
"lock-keyhole-simple": $
|
|
537
|
-
"lock-keyhole-simple-open": $
|
|
538
|
-
"magnifying-glass": $
|
|
539
|
-
"memo-circle-dollar": $
|
|
540
|
-
"memo-circle-left-right": $
|
|
541
|
-
"memo-pad-dollar-pen": $
|
|
542
|
-
"memos": $
|
|
543
|
-
"message-dots": $
|
|
544
|
-
"message-lines": $
|
|
545
|
-
"message-question": $
|
|
546
|
-
"messages": $
|
|
547
|
-
"message-smile": $
|
|
548
|
-
"minus": $
|
|
549
|
-
"mobile": $
|
|
550
|
-
"mobile-arrow-right": $
|
|
551
|
-
"mobile-screen": $
|
|
552
|
-
"money-check-dollar": $
|
|
553
|
-
"money-transfer": $
|
|
554
|
-
"money-wave": $
|
|
555
|
-
"moon": $
|
|
556
|
-
"nfc": $
|
|
557
|
-
"palette": $
|
|
558
|
-
"paperclip": $
|
|
559
|
-
"paper-plane": $
|
|
560
|
-
"pen-line": $
|
|
561
|
-
"pen-to-square": $
|
|
562
|
-
"person-hold-box": $
|
|
563
|
-
"person-walking": $
|
|
564
|
-
"plus": $
|
|
565
|
-
"power-off": $
|
|
566
|
-
"print": $
|
|
567
|
-
"product-attribute": $
|
|
568
|
-
"product-unit": $
|
|
569
|
-
"phone": $
|
|
570
|
-
"phone-arrow-right": $
|
|
571
|
-
"reply": $
|
|
572
|
-
"right-from-bracket": $
|
|
573
|
-
"rotate-right": $
|
|
574
|
-
"sack-dollar": $
|
|
575
|
-
"scan": $
|
|
576
|
-
"screen-users": $
|
|
577
|
-
"self-delivery": $
|
|
578
|
-
"selling": $
|
|
579
|
-
"share": $
|
|
580
|
-
"shield-check": $
|
|
581
|
-
"signal-stream": $
|
|
582
|
-
"sliders": $
|
|
583
|
-
"sort": $
|
|
584
|
-
"square": $
|
|
585
|
-
"square-arrow-left": $
|
|
586
|
-
"square-check": $
|
|
587
|
-
"square-dashed": $
|
|
588
|
-
"square-dollar": $
|
|
589
|
-
"square-xmark": $
|
|
590
|
-
"star": $
|
|
591
|
-
"star-circle": $
|
|
592
|
-
"store": $
|
|
593
|
-
"store-location-dot": $
|
|
594
|
-
"store-user": $
|
|
595
|
-
"sun-bright": $
|
|
596
|
-
"tag": $
|
|
597
|
-
"tags": $
|
|
598
|
-
"thumbs-up": $
|
|
599
|
-
"thumbtack": $
|
|
600
|
-
"trash-can": $
|
|
601
|
-
"trash-can-undo": $
|
|
602
|
-
"triangle-exclamation": $
|
|
603
|
-
"truck": $
|
|
604
|
-
"truck-arrow-left": $
|
|
605
|
-
"up": $
|
|
606
|
-
"up-from-bracket": $
|
|
607
|
-
"upload": $
|
|
608
|
-
"user": $
|
|
609
|
-
"user-box": $
|
|
610
|
-
"user-group": $
|
|
611
|
-
"user-headset": $
|
|
612
|
-
"user-location-dot": $
|
|
613
|
-
"users": $
|
|
614
|
-
"user-tie": $
|
|
615
|
-
"user-triangle-exclamation": $
|
|
616
|
-
"user-xmark": $
|
|
617
|
-
"video-plus": $
|
|
618
|
-
"voucher": $
|
|
619
|
-
"wallet": $
|
|
620
|
-
"warehouse": $
|
|
621
|
-
"wifi-slash": $
|
|
622
|
-
"wrench": $
|
|
623
|
-
"xmark": $
|
|
624
|
-
"arrow-rotate-dollar": $
|
|
625
|
-
"arrow-up-right-from-square": $
|
|
626
|
-
"badge-dollar": $
|
|
627
|
-
"barcode": $
|
|
628
|
-
"bolt-slash": $
|
|
629
|
-
"building": $
|
|
630
|
-
"car": $
|
|
631
|
-
"card-lines": $
|
|
632
|
-
"circle-connect": $
|
|
633
|
-
"circle-percent": $
|
|
634
|
-
"coins-circle-dollar": $
|
|
635
|
-
"checkbox-indeterminated": $
|
|
636
|
-
"checkbox-selected": $
|
|
637
|
-
"checkbox-unselected": $
|
|
638
|
-
"desktop": $
|
|
639
|
-
"e-wallet": $
|
|
640
|
-
"favorite": $
|
|
641
|
-
"file-circle-arrow-right": $
|
|
642
|
-
"file-circle-check": $
|
|
643
|
-
"file-circle-xmark": $
|
|
644
|
-
"file-flip": $
|
|
645
|
-
"house": $
|
|
646
|
-
"location-line": $
|
|
647
|
-
"money-bills-simple": $
|
|
648
|
-
"money-waves": $
|
|
649
|
-
"octagon-info": $
|
|
650
|
-
"print-circle-check": $
|
|
651
|
-
"print-circle-exclamation": $
|
|
652
|
-
"qrcode": $
|
|
653
|
-
"radio-selected": $
|
|
654
|
-
"radio-unselected": $
|
|
655
|
-
"sliders-simple": $
|
|
656
|
-
"sparkles": $
|
|
657
|
-
"thumbs-down": $
|
|
658
|
-
"trash": $
|
|
370
|
+
$ka-icons: (
|
|
371
|
+
"address-card": $ka-address-card,
|
|
372
|
+
"angle-down": $ka-angle-down,
|
|
373
|
+
"angle-left": $ka-angle-left,
|
|
374
|
+
"angle-right": $ka-angle-right,
|
|
375
|
+
"angle-up": $ka-angle-up,
|
|
376
|
+
"arrow-down": $ka-arrow-down,
|
|
377
|
+
"arrow-down-left": $ka-arrow-down-left,
|
|
378
|
+
"arrow-down-right": $ka-arrow-down-right,
|
|
379
|
+
"arrow-down-to-line": $ka-arrow-down-to-line,
|
|
380
|
+
"arrow-left": $ka-arrow-left,
|
|
381
|
+
"arrow-right": $ka-arrow-right,
|
|
382
|
+
"arrow-right-arrow-left": $ka-arrow-right-arrow-left,
|
|
383
|
+
"arrows-repeat": $ka-arrows-repeat,
|
|
384
|
+
"arrows-rotate": $ka-arrows-rotate,
|
|
385
|
+
"arrow-turn-down": $ka-arrow-turn-down,
|
|
386
|
+
"arrow-turn-down-left": $ka-arrow-turn-down-left,
|
|
387
|
+
"arrow-turn-down-right": $ka-arrow-turn-down-right,
|
|
388
|
+
"arrow-turn-up": $ka-arrow-turn-up,
|
|
389
|
+
"arrow-trend-up": $ka-arrow-trend-up,
|
|
390
|
+
"arrow-up": $ka-arrow-up,
|
|
391
|
+
"arrow-up-arrow-down": $ka-arrow-up-arrow-down,
|
|
392
|
+
"arrow-up-from-line": $ka-arrow-up-from-line,
|
|
393
|
+
"arrow-up-left": $ka-arrow-up-left,
|
|
394
|
+
"arrow-up-right": $ka-arrow-up-right,
|
|
395
|
+
"award": $ka-award,
|
|
396
|
+
"backward-step": $ka-backward-step,
|
|
397
|
+
"bag-circle-signal": $ka-bag-circle-signal,
|
|
398
|
+
"bag-shopping": $ka-bag-shopping,
|
|
399
|
+
"bag-shopping-xmark": $ka-bag-shopping-xmark,
|
|
400
|
+
"ban": $ka-ban,
|
|
401
|
+
"bars": $ka-bars,
|
|
402
|
+
"bars-filter": $ka-bars-filter,
|
|
403
|
+
"basket-shopping": $ka-basket-shopping,
|
|
404
|
+
"bed-front": $ka-bed-front,
|
|
405
|
+
"bell": $ka-bell,
|
|
406
|
+
"bell-concierge": $ka-bell-concierge,
|
|
407
|
+
"blanket": $ka-blanket,
|
|
408
|
+
"bolt": $ka-bolt,
|
|
409
|
+
"box": $ka-box,
|
|
410
|
+
"box-arrow-right": $ka-box-arrow-right,
|
|
411
|
+
"box-arrows-rotate": $ka-box-arrows-rotate,
|
|
412
|
+
"box-barcode": $ka-box-barcode,
|
|
413
|
+
"box-circle-dollar": $ka-box-circle-dollar,
|
|
414
|
+
"box-circle-exclamation": $ka-box-circle-exclamation,
|
|
415
|
+
"box-circle-info": $ka-box-circle-info,
|
|
416
|
+
"box-clock": $ka-box-clock,
|
|
417
|
+
"box-check": $ka-box-check,
|
|
418
|
+
"boxes-stacked": $ka-boxes-stacked,
|
|
419
|
+
"box-open": $ka-box-open,
|
|
420
|
+
"broom": $ka-broom,
|
|
421
|
+
"browser-circle-plus": $ka-browser-circle-plus,
|
|
422
|
+
"bullhorn": $ka-bullhorn,
|
|
423
|
+
"burger-glass": $ka-burger-glass,
|
|
424
|
+
"calendar-check": $ka-calendar-check,
|
|
425
|
+
"cake-candles": $ka-cake-candles,
|
|
426
|
+
"calendar-day": $ka-calendar-day,
|
|
427
|
+
"calendar-lines": $ka-calendar-lines,
|
|
428
|
+
"calendar-pen": $ka-calendar-pen,
|
|
429
|
+
"calendar-star": $ka-calendar-star,
|
|
430
|
+
"camera": $ka-camera,
|
|
431
|
+
"caret-down": $ka-caret-down,
|
|
432
|
+
"caret-right": $ka-caret-right,
|
|
433
|
+
"caret-left": $ka-caret-left,
|
|
434
|
+
"caret-up": $ka-caret-up,
|
|
435
|
+
"cart-flatbed-box-simple": $ka-cart-flatbed-box-simple,
|
|
436
|
+
"cart-flatbed-box-simple-xmark": $ka-cart-flatbed-box-simple-xmark,
|
|
437
|
+
"cart-flatbed-box-taped": $ka-cart-flatbed-box-taped,
|
|
438
|
+
"cart-shopping": $ka-cart-shopping,
|
|
439
|
+
"circle": $ka-circle,
|
|
440
|
+
"circle-check": $ka-circle-check,
|
|
441
|
+
"circle-dollar": $ka-circle-dollar,
|
|
442
|
+
"circle-dot": $ka-circle-dot,
|
|
443
|
+
"circle-ellipsis": $ka-circle-ellipsis,
|
|
444
|
+
"circle-exclamation": $ka-circle-exclamation,
|
|
445
|
+
"circle-info": $ka-circle-info,
|
|
446
|
+
"circle-minus": $ka-circle-minus,
|
|
447
|
+
"circle-plus": $ka-circle-plus,
|
|
448
|
+
"circle-question": $ka-circle-question,
|
|
449
|
+
"circle-user": $ka-circle-user,
|
|
450
|
+
"circle-xmark": $ka-circle-xmark,
|
|
451
|
+
"clipboard-check": $ka-clipboard-check,
|
|
452
|
+
"clipboard-line-up": $ka-clipboard-line-up,
|
|
453
|
+
"clock": $ka-clock,
|
|
454
|
+
"clock-rotate-left": $ka-clock-rotate-left,
|
|
455
|
+
"coins": $ka-coins,
|
|
456
|
+
"collapse": $ka-collapse,
|
|
457
|
+
"comment": $ka-comment,
|
|
458
|
+
"comment-dots": $ka-comment-dots,
|
|
459
|
+
"comment-sms": $ka-comment-sms,
|
|
460
|
+
"copy": $ka-copy,
|
|
461
|
+
"coupon": $ka-coupon,
|
|
462
|
+
"credit-card": $ka-credit-card,
|
|
463
|
+
"chart-area": $ka-chart-area,
|
|
464
|
+
"chart-line-up": $ka-chart-line-up,
|
|
465
|
+
"chart-pie-simple": $ka-chart-pie-simple,
|
|
466
|
+
"chart-simple": $ka-chart-simple,
|
|
467
|
+
"check": $ka-check,
|
|
468
|
+
"check-double": $ka-check-double,
|
|
469
|
+
"chevron-down": $ka-chevron-down,
|
|
470
|
+
"chevron-left": $ka-chevron-left,
|
|
471
|
+
"chevron-right": $ka-chevron-right,
|
|
472
|
+
"chevron-up": $ka-chevron-up,
|
|
473
|
+
"children": $ka-children,
|
|
474
|
+
"dollar-sign-arrow-right": $ka-dollar-sign-arrow-right,
|
|
475
|
+
"dollar-sign-plus": $ka-dollar-sign-plus,
|
|
476
|
+
"double-shield-check": $ka-double-shield-check,
|
|
477
|
+
"down-to-bracket": $ka-down-to-bracket,
|
|
478
|
+
"ellipsis": $ka-ellipsis,
|
|
479
|
+
"envelope": $ka-envelope,
|
|
480
|
+
"envelope-open": $ka-envelope-open,
|
|
481
|
+
"expand": $ka-expand,
|
|
482
|
+
"eye": $ka-eye,
|
|
483
|
+
"eye-slash": $ka-eye-slash,
|
|
484
|
+
"facebook-pos": $ka-facebook-pos,
|
|
485
|
+
"face-smile": $ka-face-smile,
|
|
486
|
+
"file-arrow-right-arrow-left": $ka-file-arrow-right-arrow-left,
|
|
487
|
+
"file-arrows-rotate": $ka-file-arrows-rotate,
|
|
488
|
+
"file-circle-e": $ka-file-circle-e,
|
|
489
|
+
"file-circle-plus": $ka-file-circle-plus,
|
|
490
|
+
"file-csv": $ka-file-csv,
|
|
491
|
+
"file-chart-column": $ka-file-chart-column,
|
|
492
|
+
"file-chart-pie": $ka-file-chart-pie,
|
|
493
|
+
"file-check": $ka-file-check,
|
|
494
|
+
"file-export": $ka-file-export,
|
|
495
|
+
"file-import": $ka-file-import,
|
|
496
|
+
"file-lines": $ka-file-lines,
|
|
497
|
+
"file-pdf": $ka-file-pdf,
|
|
498
|
+
"file-pen": $ka-file-pen,
|
|
499
|
+
"file-pen-line": $ka-file-pen-line,
|
|
500
|
+
"file-percent": $ka-file-percent,
|
|
501
|
+
"file-slash": $ka-file-slash,
|
|
502
|
+
"file-user": $ka-file-user,
|
|
503
|
+
"file-xls": $ka-file-xls,
|
|
504
|
+
"file-xmark": $ka-file-xmark,
|
|
505
|
+
"flip-image-left-right": $ka-flip-image-left-right,
|
|
506
|
+
"flip-image-top-bottom": $ka-flip-image-top-bottom,
|
|
507
|
+
"floppy-disk": $ka-floppy-disk,
|
|
508
|
+
"fork-knife": $ka-fork-knife,
|
|
509
|
+
"forward-step": $ka-forward-step,
|
|
510
|
+
"gamepad": $ka-gamepad,
|
|
511
|
+
"gauge-low": $ka-gauge-low,
|
|
512
|
+
"gear": $ka-gear,
|
|
513
|
+
"globe": $ka-globe,
|
|
514
|
+
"grid-2": $ka-grid-2,
|
|
515
|
+
"grip-dots-vertical": $ka-grip-dots-vertical,
|
|
516
|
+
"gift": $ka-gift,
|
|
517
|
+
"gift-check": $ka-gift-check,
|
|
518
|
+
"image": $ka-image,
|
|
519
|
+
"image-rotate-left": $ka-image-rotate-left,
|
|
520
|
+
"image-rotate-right": $ka-image-rotate-right,
|
|
521
|
+
"inbox": $ka-inbox,
|
|
522
|
+
"inbox-in": $ka-inbox-in,
|
|
523
|
+
"landmark": $ka-landmark,
|
|
524
|
+
"laptop": $ka-laptop,
|
|
525
|
+
"layer-group": $ka-layer-group,
|
|
526
|
+
"lightbulb": $ka-lightbulb,
|
|
527
|
+
"line-columns": $ka-line-columns,
|
|
528
|
+
"link-simple": $ka-link-simple,
|
|
529
|
+
"link-simple-slash": $ka-link-simple-slash,
|
|
530
|
+
"list": $ka-list,
|
|
531
|
+
"list-check": $ka-list-check,
|
|
532
|
+
"list-radio": $ka-list-radio,
|
|
533
|
+
"location-dot": $ka-location-dot,
|
|
534
|
+
"location-dot-slash": $ka-location-dot-slash,
|
|
535
|
+
"lock-keyhole": $ka-lock-keyhole,
|
|
536
|
+
"lock-keyhole-simple": $ka-lock-keyhole-simple,
|
|
537
|
+
"lock-keyhole-simple-open": $ka-lock-keyhole-simple-open,
|
|
538
|
+
"magnifying-glass": $ka-magnifying-glass,
|
|
539
|
+
"memo-circle-dollar": $ka-memo-circle-dollar,
|
|
540
|
+
"memo-circle-left-right": $ka-memo-circle-left-right,
|
|
541
|
+
"memo-pad-dollar-pen": $ka-memo-pad-dollar-pen,
|
|
542
|
+
"memos": $ka-memos,
|
|
543
|
+
"message-dots": $ka-message-dots,
|
|
544
|
+
"message-lines": $ka-message-lines,
|
|
545
|
+
"message-question": $ka-message-question,
|
|
546
|
+
"messages": $ka-messages,
|
|
547
|
+
"message-smile": $ka-message-smile,
|
|
548
|
+
"minus": $ka-minus,
|
|
549
|
+
"mobile": $ka-mobile,
|
|
550
|
+
"mobile-arrow-right": $ka-mobile-arrow-right,
|
|
551
|
+
"mobile-screen": $ka-mobile-screen,
|
|
552
|
+
"money-check-dollar": $ka-money-check-dollar,
|
|
553
|
+
"money-transfer": $ka-money-transfer,
|
|
554
|
+
"money-wave": $ka-money-wave,
|
|
555
|
+
"moon": $ka-moon,
|
|
556
|
+
"nfc": $ka-nfc,
|
|
557
|
+
"palette": $ka-palette,
|
|
558
|
+
"paperclip": $ka-paperclip,
|
|
559
|
+
"paper-plane": $ka-paper-plane,
|
|
560
|
+
"pen-line": $ka-pen-line,
|
|
561
|
+
"pen-to-square": $ka-pen-to-square,
|
|
562
|
+
"person-hold-box": $ka-person-hold-box,
|
|
563
|
+
"person-walking": $ka-person-walking,
|
|
564
|
+
"plus": $ka-plus,
|
|
565
|
+
"power-off": $ka-power-off,
|
|
566
|
+
"print": $ka-print,
|
|
567
|
+
"product-attribute": $ka-product-attribute,
|
|
568
|
+
"product-unit": $ka-product-unit,
|
|
569
|
+
"phone": $ka-phone,
|
|
570
|
+
"phone-arrow-right": $ka-phone-arrow-right,
|
|
571
|
+
"reply": $ka-reply,
|
|
572
|
+
"right-from-bracket": $ka-right-from-bracket,
|
|
573
|
+
"rotate-right": $ka-rotate-right,
|
|
574
|
+
"sack-dollar": $ka-sack-dollar,
|
|
575
|
+
"scan": $ka-scan,
|
|
576
|
+
"screen-users": $ka-screen-users,
|
|
577
|
+
"self-delivery": $ka-self-delivery,
|
|
578
|
+
"selling": $ka-selling,
|
|
579
|
+
"share": $ka-share,
|
|
580
|
+
"shield-check": $ka-shield-check,
|
|
581
|
+
"signal-stream": $ka-signal-stream,
|
|
582
|
+
"sliders": $ka-sliders,
|
|
583
|
+
"sort": $ka-sort,
|
|
584
|
+
"square": $ka-square,
|
|
585
|
+
"square-arrow-left": $ka-square-arrow-left,
|
|
586
|
+
"square-check": $ka-square-check,
|
|
587
|
+
"square-dashed": $ka-square-dashed,
|
|
588
|
+
"square-dollar": $ka-square-dollar,
|
|
589
|
+
"square-xmark": $ka-square-xmark,
|
|
590
|
+
"star": $ka-star,
|
|
591
|
+
"star-circle": $ka-star-circle,
|
|
592
|
+
"store": $ka-store,
|
|
593
|
+
"store-location-dot": $ka-store-location-dot,
|
|
594
|
+
"store-user": $ka-store-user,
|
|
595
|
+
"sun-bright": $ka-sun-bright,
|
|
596
|
+
"tag": $ka-tag,
|
|
597
|
+
"tags": $ka-tags,
|
|
598
|
+
"thumbs-up": $ka-thumbs-up,
|
|
599
|
+
"thumbtack": $ka-thumbtack,
|
|
600
|
+
"trash-can": $ka-trash-can,
|
|
601
|
+
"trash-can-undo": $ka-trash-can-undo,
|
|
602
|
+
"triangle-exclamation": $ka-triangle-exclamation,
|
|
603
|
+
"truck": $ka-truck,
|
|
604
|
+
"truck-arrow-left": $ka-truck-arrow-left,
|
|
605
|
+
"up": $ka-up,
|
|
606
|
+
"up-from-bracket": $ka-up-from-bracket,
|
|
607
|
+
"upload": $ka-upload,
|
|
608
|
+
"user": $ka-user,
|
|
609
|
+
"user-box": $ka-user-box,
|
|
610
|
+
"user-group": $ka-user-group,
|
|
611
|
+
"user-headset": $ka-user-headset,
|
|
612
|
+
"user-location-dot": $ka-user-location-dot,
|
|
613
|
+
"users": $ka-users,
|
|
614
|
+
"user-tie": $ka-user-tie,
|
|
615
|
+
"user-triangle-exclamation": $ka-user-triangle-exclamation,
|
|
616
|
+
"user-xmark": $ka-user-xmark,
|
|
617
|
+
"video-plus": $ka-video-plus,
|
|
618
|
+
"voucher": $ka-voucher,
|
|
619
|
+
"wallet": $ka-wallet,
|
|
620
|
+
"warehouse": $ka-warehouse,
|
|
621
|
+
"wifi-slash": $ka-wifi-slash,
|
|
622
|
+
"wrench": $ka-wrench,
|
|
623
|
+
"xmark": $ka-xmark,
|
|
624
|
+
"arrow-rotate-dollar": $ka-arrow-rotate-dollar,
|
|
625
|
+
"arrow-up-right-from-square": $ka-arrow-up-right-from-square,
|
|
626
|
+
"badge-dollar": $ka-badge-dollar,
|
|
627
|
+
"barcode": $ka-barcode,
|
|
628
|
+
"bolt-slash": $ka-bolt-slash,
|
|
629
|
+
"building": $ka-building,
|
|
630
|
+
"car": $ka-car,
|
|
631
|
+
"card-lines": $ka-card-lines,
|
|
632
|
+
"circle-connect": $ka-circle-connect,
|
|
633
|
+
"circle-percent": $ka-circle-percent,
|
|
634
|
+
"coins-circle-dollar": $ka-coins-circle-dollar,
|
|
635
|
+
"checkbox-indeterminated": $ka-checkbox-indeterminated,
|
|
636
|
+
"checkbox-selected": $ka-checkbox-selected,
|
|
637
|
+
"checkbox-unselected": $ka-checkbox-unselected,
|
|
638
|
+
"desktop": $ka-desktop,
|
|
639
|
+
"e-wallet": $ka-e-wallet,
|
|
640
|
+
"favorite": $ka-favorite,
|
|
641
|
+
"file-circle-arrow-right": $ka-file-circle-arrow-right,
|
|
642
|
+
"file-circle-check": $ka-file-circle-check,
|
|
643
|
+
"file-circle-xmark": $ka-file-circle-xmark,
|
|
644
|
+
"file-flip": $ka-file-flip,
|
|
645
|
+
"house": $ka-house,
|
|
646
|
+
"location-line": $ka-location-line,
|
|
647
|
+
"money-bills-simple": $ka-money-bills-simple,
|
|
648
|
+
"money-waves": $ka-money-waves,
|
|
649
|
+
"octagon-info": $ka-octagon-info,
|
|
650
|
+
"print-circle-check": $ka-print-circle-check,
|
|
651
|
+
"print-circle-exclamation": $ka-print-circle-exclamation,
|
|
652
|
+
"qrcode": $ka-qrcode,
|
|
653
|
+
"radio-selected": $ka-radio-selected,
|
|
654
|
+
"radio-unselected": $ka-radio-unselected,
|
|
655
|
+
"sliders-simple": $ka-sliders-simple,
|
|
656
|
+
"sparkles": $ka-sparkles,
|
|
657
|
+
"thumbs-down": $ka-thumbs-down,
|
|
658
|
+
"trash": $ka-trash
|
|
659
659
|
);
|
|
660
660
|
|
|
661
|
-
$
|
|
662
|
-
"apple": $
|
|
663
|
-
"facebook": $
|
|
664
|
-
"facebook-messenger": $
|
|
665
|
-
"google": $
|
|
666
|
-
"grab": $
|
|
667
|
-
"instagram": $
|
|
668
|
-
"kiotviet": $
|
|
669
|
-
"kiotviet-connect": $
|
|
670
|
-
"kiotviet-finance": $
|
|
671
|
-
"kiotviet-software": $
|
|
672
|
-
"lazada": $
|
|
673
|
-
"sendo": $
|
|
674
|
-
"shopee": $
|
|
675
|
-
"tiki": $
|
|
676
|
-
"tiktok": $
|
|
677
|
-
"zalo": $
|
|
661
|
+
$ka-brand-icons: (
|
|
662
|
+
"apple": $ka-apple,
|
|
663
|
+
"facebook": $ka-facebook,
|
|
664
|
+
"facebook-messenger": $ka-facebook-messenger,
|
|
665
|
+
"google": $ka-google,
|
|
666
|
+
"grab": $ka-grab,
|
|
667
|
+
"instagram": $ka-instagram,
|
|
668
|
+
"kiotviet": $ka-kiotviet,
|
|
669
|
+
"kiotviet-connect": $ka-kiotviet-connect,
|
|
670
|
+
"kiotviet-finance": $ka-kiotviet-finance,
|
|
671
|
+
"kiotviet-software": $ka-kiotviet-software,
|
|
672
|
+
"lazada": $ka-lazada,
|
|
673
|
+
"sendo": $ka-sendo,
|
|
674
|
+
"shopee": $ka-shopee,
|
|
675
|
+
"tiki": $ka-tiki,
|
|
676
|
+
"tiktok": $ka-tiktok,
|
|
677
|
+
"zalo": $ka-zalo
|
|
678
678
|
);
|
|
679
679
|
|
|
680
|
-
$
|
|
681
|
-
'selling': $
|
|
682
|
-
'file-pen-line': $
|
|
683
|
-
'bag-shopping': $
|
|
684
|
-
'return': $
|
|
685
|
-
'import': $
|
|
686
|
-
'export': $
|
|
687
|
-
'cart-flatbed-box-taped': $
|
|
688
|
-
'trash-can-undo': $
|
|
689
|
-
'trash-can-check': $
|
|
690
|
-
'box': $
|
|
691
|
-
'file-line': $
|
|
692
|
-
'bowl-fire': $
|
|
693
|
-
'burger-soda': $
|
|
694
|
-
'user': $
|
|
695
|
-
'user-group': $
|
|
696
|
-
'browser-user': $
|
|
697
|
-
'circle-user': $
|
|
698
|
-
'calendar-pen': $
|
|
699
|
-
'pad-dollar-pen': $
|
|
700
|
-
'memo-arrow-left-right': $
|
|
701
|
-
'truck': $
|
|
702
|
-
'user-box': $
|
|
703
|
-
'wallet': $
|
|
704
|
-
'calendar-line-up': $
|
|
705
|
-
'square-line-up': $
|
|
706
|
-
'chart-area': $
|
|
707
|
-
'box-line-up': $
|
|
708
|
-
'line-up-money-bill': $
|
|
709
|
-
'qrcode': $
|
|
710
|
-
'sack-dollar': $
|
|
711
|
-
'dining-table': $
|
|
712
|
-
'files': $
|
|
713
|
-
'gear': $
|
|
714
|
-
'bag-circle-signal': $
|
|
715
|
-
'message-facebook-link-simple': $
|
|
716
|
-
'browser-plus': $
|
|
717
|
-
'cart-kiotviet': $
|
|
718
|
-
'kiotviet-software': $
|
|
719
|
-
'kiotviet-connect': $
|
|
720
|
-
'kiotviet-finance': $
|
|
721
|
-
'tags': $
|
|
722
|
-
'paper-plane': $
|
|
723
|
-
'spa': $
|
|
724
|
-
'gift': $
|
|
725
|
-
'voucher': $
|
|
726
|
-
'file-percent': $
|
|
680
|
+
$ka-color-mix-icons: (
|
|
681
|
+
'selling': $kam-selling,
|
|
682
|
+
'file-pen-line': $kam-file-pen-line,
|
|
683
|
+
'bag-shopping': $kam-bag-shopping,
|
|
684
|
+
'return': $kam-return,
|
|
685
|
+
'import': $kam-import,
|
|
686
|
+
'export': $kam-export,
|
|
687
|
+
'cart-flatbed-box-taped': $kam-cart-flatbed-box-taped,
|
|
688
|
+
'trash-can-undo': $kam-trash-can-undo,
|
|
689
|
+
'trash-can-check': $kam-trash-can-check,
|
|
690
|
+
'box': $kam-box,
|
|
691
|
+
'file-line': $kam-file-line,
|
|
692
|
+
'bowl-fire': $kam-bowl-fire,
|
|
693
|
+
'burger-soda': $kam-burger-soda,
|
|
694
|
+
'user': $kam-user,
|
|
695
|
+
'user-group': $kam-user-group,
|
|
696
|
+
'browser-user': $kam-browser-user,
|
|
697
|
+
'circle-user': $kam-circle-user,
|
|
698
|
+
'calendar-pen': $kam-calendar-pen,
|
|
699
|
+
'pad-dollar-pen': $kam-pad-dollar-pen,
|
|
700
|
+
'memo-arrow-left-right': $kam-memo-arrow-left-right,
|
|
701
|
+
'truck': $kam-truck,
|
|
702
|
+
'user-box': $kam-user-box,
|
|
703
|
+
'wallet': $kam-wallet,
|
|
704
|
+
'calendar-line-up': $kam-calendar-line-up,
|
|
705
|
+
'square-line-up': $kam-square-line-up,
|
|
706
|
+
'chart-area': $kam-chart-area,
|
|
707
|
+
'box-line-up': $kam-box-line-up,
|
|
708
|
+
'line-up-money-bill': $kam-line-up-money-bill,
|
|
709
|
+
'qrcode': $kam-qrcode,
|
|
710
|
+
'sack-dollar': $kam-sack-dollar,
|
|
711
|
+
'dining-table': $kam-dining-table,
|
|
712
|
+
'files': $kam-files,
|
|
713
|
+
'gear': $kam-gear,
|
|
714
|
+
'bag-circle-signal': $kam-bag-circle-signal,
|
|
715
|
+
'message-facebook-link-simple': $kam-message-facebook-link-simple,
|
|
716
|
+
'browser-plus': $kam-browser-plus,
|
|
717
|
+
'cart-kiotviet': $kam-cart-kiotviet,
|
|
718
|
+
'kiotviet-software': $kam-kiotviet-software,
|
|
719
|
+
'kiotviet-connect': $kam-kiotviet-connect,
|
|
720
|
+
'kiotviet-finance': $kam-kiotviet-finance,
|
|
721
|
+
'tags': $kam-tags,
|
|
722
|
+
'paper-plane': $kam-paper-plane,
|
|
723
|
+
'spa': $kam-spa,
|
|
724
|
+
'gift': $kam-gift,
|
|
725
|
+
'voucher': $kam-voucher,
|
|
726
|
+
'file-percent': $kam-file-percent
|
|
727
727
|
)
|