@itfin/components 2.0.84 → 2.0.85
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/package.json +1 -1
- package/src/components/icon/components/nomi-check-alt.vue +4 -0
- package/src/components/icon/components/nomi-promo.vue +4 -0
- package/src/components/icon/icons.js +344 -342
- package/src/components/icon/new-icons/check-alt.svg +3 -0
- package/src/components/icon/new-icons/promo.svg +3 -0
package/package.json
CHANGED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<template><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 2.25C10.0716 2.25 8.18657 2.82183 6.58319 3.89317C4.97982 4.96451 3.73013 6.48726 2.99218 8.26884C2.25422 10.0504 2.06114 12.0108 2.43735 13.9021C2.81355 15.7934 3.74215 17.5307 5.10571 18.8943C6.46928 20.2579 8.20656 21.1865 10.0979 21.5627C11.9892 21.9389 13.9496 21.7458 15.7312 21.0078C17.5127 20.2699 19.0355 19.0202 20.1068 17.4168C21.1782 15.8134 21.75 13.9284 21.75 12C21.745 9.41566 20.7162 6.93859 18.8888 5.11118C17.0614 3.28378 14.5843 2.25496 12 2.25ZM16.6406 10.2938L11.1469 15.5438C11.0049 15.6774 10.8169 15.7512 10.6219 15.75C10.5266 15.7514 10.4319 15.7338 10.3434 15.6984C10.2549 15.663 10.1743 15.6105 10.1063 15.5438L7.35938 12.9188C7.28319 12.8523 7.22123 12.7711 7.17722 12.6801C7.13321 12.589 7.10806 12.49 7.10328 12.389C7.0985 12.2881 7.11419 12.1871 7.14941 12.0924C7.18463 11.9976 7.23865 11.9109 7.30822 11.8375C7.3778 11.7642 7.46149 11.7056 7.55426 11.6654C7.64703 11.6252 7.74698 11.6042 7.84809 11.6036C7.94919 11.603 8.04938 11.6229 8.14261 11.662C8.23585 11.7011 8.32021 11.7587 8.39063 11.8312L10.6219 13.9594L15.6094 9.20625C15.7552 9.07902 15.9446 9.01309 16.1379 9.02223C16.3312 9.03138 16.5135 9.1149 16.6467 9.25533C16.7798 9.39576 16.8536 9.58222 16.8524 9.77575C16.8513 9.96928 16.7754 10.1549 16.6406 10.2938Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
4
|
+
</template>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<template><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.74854 10.9386C3.74854 11.1859 3.90535 11.406 4.14056 11.4884C4.82504 11.7288 5.31664 12.3774 5.31664 13.1389C5.31664 13.9003 4.82504 14.549 4.14056 14.7893C3.90535 14.8718 3.74854 15.0919 3.74854 15.3392V16.6389C3.74854 17.391 4.36323 18 5.12062 18H19.2335C19.9909 18 20.6056 17.391 20.6056 16.6389V15.3392C20.6056 15.0919 20.4488 14.8718 20.2136 14.7893C19.5291 14.549 19.0375 13.9003 19.0375 13.1389C19.0375 12.3774 19.5291 11.7288 20.2136 11.4884C20.4488 11.406 20.6056 11.1859 20.6056 10.9386V8.86111C20.6056 8.109 19.9909 7.5 19.2335 7.5H5.12062C4.36323 7.5 3.74854 8.109 3.74854 8.86111V10.9386ZM15.1314 13.6958C14.6719 13.2408 13.9271 13.2408 13.4676 13.6958C13.009 14.1516 13.009 14.8904 13.4676 15.3454C13.9271 15.8012 14.6719 15.8012 15.1314 15.3454C15.59 14.8904 15.59 14.1516 15.1314 13.6958ZM14.1137 10.0044L9.40938 14.6711C9.17965 14.8982 9.17965 15.2684 9.40938 15.4956C9.63832 15.7234 10.0115 15.7234 10.2405 15.4956L14.9448 10.8289C15.1745 10.6018 15.1745 10.2316 14.9448 10.0044C14.7158 9.77656 14.3426 9.77656 14.1137 10.0044ZM10.8865 10.2743C10.4271 9.81856 9.68223 9.81856 9.22277 10.2743C8.7641 10.7293 8.7641 11.469 9.22277 11.924C9.68223 12.379 10.4271 12.379 10.8865 11.924C11.3452 11.469 11.3452 10.7293 10.8865 10.2743Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
4
|
+
</template>
|
|
@@ -1,574 +1,576 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
'airplay': () => import('./components/airplay.vue'),
|
|
3
|
+
'angle': () => import('./components/angle.vue'),
|
|
3
4
|
'align_horizontal': () => import('./components/align_horizontal.vue'),
|
|
5
|
+
'arrow_bottom_left': () => import('./components/arrow_bottom_left.vue'),
|
|
4
6
|
'align_vertical': () => import('./components/align_vertical.vue'),
|
|
7
|
+
'archive': () => import('./components/archive.vue'),
|
|
5
8
|
'alarm_clock': () => import('./components/alarm_clock.vue'),
|
|
6
|
-
'angle': () => import('./components/angle.vue'),
|
|
7
|
-
'arrow_bottom_right': () => import('./components/arrow_bottom_right.vue'),
|
|
8
|
-
'arrow_bottom_left': () => import('./components/arrow_bottom_left.vue'),
|
|
9
|
-
'arrow_down_circle': () => import('./components/arrow_down_circle.vue'),
|
|
10
9
|
'arrow_left': () => import('./components/arrow_left.vue'),
|
|
11
|
-
'
|
|
10
|
+
'arrow_right': () => import('./components/arrow_right.vue'),
|
|
12
11
|
'arrow_down': () => import('./components/arrow_down.vue'),
|
|
12
|
+
'arrow_bottom_right': () => import('./components/arrow_bottom_right.vue'),
|
|
13
|
+
'arrow_top_left': () => import('./components/arrow_top_left.vue'),
|
|
13
14
|
'arrow_left_circle': () => import('./components/arrow_left_circle.vue'),
|
|
15
|
+
'arrow_down_circle': () => import('./components/arrow_down_circle.vue'),
|
|
16
|
+
'arrow_right_circle': () => import('./components/arrow_right_circle.vue'),
|
|
14
17
|
'arrow_up_circle': () => import('./components/arrow_up_circle.vue'),
|
|
15
|
-
'
|
|
18
|
+
'backward': () => import('./components/backward.vue'),
|
|
19
|
+
'arrow_top_right': () => import('./components/arrow_top_right.vue'),
|
|
16
20
|
'arrow_up': () => import('./components/arrow_up.vue'),
|
|
17
|
-
'
|
|
18
|
-
'arrow_top_left': () => import('./components/arrow_top_left.vue'),
|
|
19
|
-
'arrow_right_circle': () => import('./components/arrow_right_circle.vue'),
|
|
21
|
+
'backspace': () => import('./components/backspace.vue'),
|
|
20
22
|
'bag': () => import('./components/bag.vue'),
|
|
21
|
-
'arrow_top_right': () => import('./components/arrow_top_right.vue'),
|
|
22
23
|
'backward10': () => import('./components/backward10.vue'),
|
|
23
|
-
'
|
|
24
|
-
'
|
|
25
|
-
'
|
|
26
|
-
'backward': () => import('./components/backward.vue'),
|
|
24
|
+
'battery_half': () => import('./components/battery_half.vue'),
|
|
25
|
+
'battery_low': () => import('./components/battery_low.vue'),
|
|
26
|
+
'audio_wave': () => import('./components/audio_wave.vue'),
|
|
27
27
|
'battery_75': () => import('./components/battery_75.vue'),
|
|
28
|
+
'bell_disabled': () => import('./components/bell_disabled.vue'),
|
|
28
29
|
'battery_empty': () => import('./components/battery_empty.vue'),
|
|
29
|
-
'
|
|
30
|
+
'battery_charging': () => import('./components/battery_charging.vue'),
|
|
31
|
+
'bell': () => import('./components/bell.vue'),
|
|
32
|
+
'bell_snooze': () => import('./components/bell_snooze.vue'),
|
|
30
33
|
'battery_full': () => import('./components/battery_full.vue'),
|
|
34
|
+
'blocked': () => import('./components/blocked.vue'),
|
|
35
|
+
'bell_ringing': () => import('./components/bell_ringing.vue'),
|
|
36
|
+
'book_closed': () => import('./components/book_closed.vue'),
|
|
31
37
|
'book': () => import('./components/book.vue'),
|
|
32
|
-
'bell': () => import('./components/bell.vue'),
|
|
33
|
-
'book_text': () => import('./components/book_text.vue'),
|
|
34
38
|
'bluetooth': () => import('./components/bluetooth.vue'),
|
|
35
|
-
'
|
|
36
|
-
'
|
|
37
|
-
'
|
|
38
|
-
'bell_snooze': () => import('./components/bell_snooze.vue'),
|
|
39
|
-
'box_download': () => import('./components/box_download.vue'),
|
|
39
|
+
'book_text': () => import('./components/book_text.vue'),
|
|
40
|
+
'bookmark': () => import('./components/bookmark.vue'),
|
|
41
|
+
'box_open': () => import('./components/box_open.vue'),
|
|
40
42
|
'box': () => import('./components/box.vue'),
|
|
43
|
+
'briefcase': () => import('./components/briefcase.vue'),
|
|
41
44
|
'bookmark_book': () => import('./components/bookmark_book.vue'),
|
|
42
|
-
'
|
|
43
|
-
'
|
|
44
|
-
'bookmark': () => import('./components/bookmark.vue'),
|
|
45
|
-
'branch': () => import('./components/branch.vue'),
|
|
45
|
+
'browser_alt': () => import('./components/browser_alt.vue'),
|
|
46
|
+
'box_download': () => import('./components/box_download.vue'),
|
|
46
47
|
'calculator': () => import('./components/calculator.vue'),
|
|
48
|
+
'calendar': () => import('./components/calendar.vue'),
|
|
49
|
+
'calendar_add': () => import('./components/calendar_add.vue'),
|
|
47
50
|
'browser': () => import('./components/browser.vue'),
|
|
51
|
+
'calendar_last_day': () => import('./components/calendar_last_day.vue'),
|
|
52
|
+
'branch': () => import('./components/branch.vue'),
|
|
48
53
|
'calendar_day': () => import('./components/calendar_day.vue'),
|
|
49
|
-
'
|
|
54
|
+
'calendar_days': () => import('./components/calendar_days.vue'),
|
|
55
|
+
'calendar_date': () => import('./components/calendar_date.vue'),
|
|
50
56
|
'calendar_move': () => import('./components/calendar_move.vue'),
|
|
51
57
|
'button_add': () => import('./components/button_add.vue'),
|
|
52
|
-
'
|
|
53
|
-
'
|
|
58
|
+
'calendar_month': () => import('./components/calendar_month.vue'),
|
|
59
|
+
'camera': () => import('./components/camera.vue'),
|
|
60
|
+
'calendar_split': () => import('./components/calendar_split.vue'),
|
|
54
61
|
'calendar_week': () => import('./components/calendar_week.vue'),
|
|
55
|
-
'browser_alt': () => import('./components/browser_alt.vue'),
|
|
56
62
|
'calendar_remove': () => import('./components/calendar_remove.vue'),
|
|
57
|
-
'calendar_split': () => import('./components/calendar_split.vue'),
|
|
58
|
-
'box_open': () => import('./components/box_open.vue'),
|
|
59
|
-
'calendar_month': () => import('./components/calendar_month.vue'),
|
|
60
63
|
'camera_noflash': () => import('./components/camera_noflash.vue'),
|
|
61
|
-
'
|
|
62
|
-
'
|
|
63
|
-
'camera': () => import('./components/camera.vue'),
|
|
64
|
-
'calendar_add': () => import('./components/calendar_add.vue'),
|
|
65
|
-
'battery_half': () => import('./components/battery_half.vue'),
|
|
66
|
-
'calendar_days': () => import('./components/calendar_days.vue'),
|
|
64
|
+
'camera_alt': () => import('./components/camera_alt.vue'),
|
|
65
|
+
'button_minus': () => import('./components/button_minus.vue'),
|
|
67
66
|
'card_timeline': () => import('./components/card_timeline.vue'),
|
|
67
|
+
'chain': () => import('./components/chain.vue'),
|
|
68
68
|
'carousel': () => import('./components/carousel.vue'),
|
|
69
|
-
'
|
|
69
|
+
'capture': () => import('./components/capture.vue'),
|
|
70
|
+
'camera_noflash_alt': () => import('./components/camera_noflash_alt.vue'),
|
|
70
71
|
'cast': () => import('./components/cast.vue'),
|
|
71
|
-
'
|
|
72
|
+
'cart': () => import('./components/cart.vue'),
|
|
72
73
|
'check': () => import('./components/check.vue'),
|
|
73
|
-
'checkbox_checked': () => import('./components/checkbox_checked.vue'),
|
|
74
74
|
'chat_add': () => import('./components/chat_add.vue'),
|
|
75
|
-
'
|
|
75
|
+
'check_circle': () => import('./components/check_circle.vue'),
|
|
76
|
+
'checkbox_checked': () => import('./components/checkbox_checked.vue'),
|
|
77
|
+
'check_circle_outside': () => import('./components/check_circle_outside.vue'),
|
|
78
|
+
'chevron_down': () => import('./components/chevron_down.vue'),
|
|
76
79
|
'checkbox_empty': () => import('./components/checkbox_empty.vue'),
|
|
80
|
+
'chevron_close': () => import('./components/chevron_close.vue'),
|
|
81
|
+
'chevron_down_circle': () => import('./components/chevron_down_circle.vue'),
|
|
82
|
+
'card_view': () => import('./components/card_view.vue'),
|
|
83
|
+
'chevron_open': () => import('./components/chevron_open.vue'),
|
|
77
84
|
'chevron_down_double': () => import('./components/chevron_down_double.vue'),
|
|
78
|
-
'
|
|
79
|
-
'check_circle_outside': () => import('./components/check_circle_outside.vue'),
|
|
80
|
-
'chevron_left': () => import('./components/chevron_left.vue'),
|
|
85
|
+
'chevron_left_circle': () => import('./components/chevron_left_circle.vue'),
|
|
81
86
|
'chevron_right_circle': () => import('./components/chevron_right_circle.vue'),
|
|
82
|
-
'
|
|
87
|
+
'chevron_right': () => import('./components/chevron_right.vue'),
|
|
83
88
|
'chevron_left_double': () => import('./components/chevron_left_double.vue'),
|
|
84
|
-
'
|
|
85
|
-
'chevron_left_circle': () => import('./components/chevron_left_circle.vue'),
|
|
86
|
-
'circle': () => import('./components/circle.vue'),
|
|
89
|
+
'chevron_right_double': () => import('./components/chevron_right_double.vue'),
|
|
87
90
|
'chevron_up': () => import('./components/chevron_up.vue'),
|
|
88
|
-
'
|
|
91
|
+
'chevron_left': () => import('./components/chevron_left.vue'),
|
|
89
92
|
'chevron_up_circle': () => import('./components/chevron_up_circle.vue'),
|
|
90
93
|
'chevron_up_double': () => import('./components/chevron_up_double.vue'),
|
|
91
|
-
'clipboard_check': () => import('./components/clipboard_check.vue'),
|
|
92
|
-
'circle_menu': () => import('./components/circle_menu.vue'),
|
|
93
|
-
'circle_split': () => import('./components/circle_split.vue'),
|
|
94
|
-
'clipboard': () => import('./components/clipboard.vue'),
|
|
95
|
-
'card_view': () => import('./components/card_view.vue'),
|
|
96
94
|
'clipboard_notes': () => import('./components/clipboard_notes.vue'),
|
|
95
|
+
'clipboard_add': () => import('./components/clipboard_add.vue'),
|
|
96
|
+
'circle_split': () => import('./components/circle_split.vue'),
|
|
97
97
|
'clipboard_copy': () => import('./components/clipboard_copy.vue'),
|
|
98
|
-
'
|
|
99
|
-
'
|
|
98
|
+
'clipboard': () => import('./components/clipboard.vue'),
|
|
99
|
+
'circle_menu': () => import('./components/circle_menu.vue'),
|
|
100
|
+
'circle': () => import('./components/circle.vue'),
|
|
101
|
+
'clipboard_cross': () => import('./components/clipboard_cross.vue'),
|
|
102
|
+
'cloud': () => import('./components/cloud.vue'),
|
|
100
103
|
'clipboard_remove': () => import('./components/clipboard_remove.vue'),
|
|
101
|
-
'
|
|
102
|
-
'
|
|
103
|
-
'
|
|
104
|
-
'clock': () => import('./components/clock.vue'),
|
|
105
|
-
'camera_alt': () => import('./components/camera_alt.vue'),
|
|
104
|
+
'close': () => import('./components/close.vue'),
|
|
105
|
+
'clipboard_check': () => import('./components/clipboard_check.vue'),
|
|
106
|
+
'cloud_upload': () => import('./components/cloud_upload.vue'),
|
|
106
107
|
'coins': () => import('./components/coins.vue'),
|
|
108
|
+
'clock': () => import('./components/clock.vue'),
|
|
109
|
+
'cloud_upload_alt': () => import('./components/cloud_upload_alt.vue'),
|
|
110
|
+
'cloud_download': () => import('./components/cloud_download.vue'),
|
|
111
|
+
'coffee': () => import('./components/coffee.vue'),
|
|
112
|
+
'cloud_download_alt': () => import('./components/cloud_download_alt.vue'),
|
|
113
|
+
'code': () => import('./components/code.vue'),
|
|
114
|
+
'contract': () => import('./components/contract.vue'),
|
|
107
115
|
'compass': () => import('./components/compass.vue'),
|
|
116
|
+
'cloud_disconnect': () => import('./components/cloud_disconnect.vue'),
|
|
108
117
|
'component_add': () => import('./components/component_add.vue'),
|
|
109
118
|
'coin': () => import('./components/coin.vue'),
|
|
110
|
-
'contacts': () => import('./components/contacts.vue'),
|
|
111
|
-
'coffee': () => import('./components/coffee.vue'),
|
|
112
|
-
'clipboard_cross': () => import('./components/clipboard_cross.vue'),
|
|
113
|
-
'code': () => import('./components/code.vue'),
|
|
114
|
-
'connect': () => import('./components/connect.vue'),
|
|
115
|
-
'cloud_download_alt': () => import('./components/cloud_download_alt.vue'),
|
|
116
119
|
'create': () => import('./components/create.vue'),
|
|
117
|
-
'
|
|
118
|
-
'cross_circle': () => import('./components/cross_circle.vue'),
|
|
119
|
-
'credit_card': () => import('./components/credit_card.vue'),
|
|
120
|
-
'cloud_upload': () => import('./components/cloud_upload.vue'),
|
|
121
|
-
'cloud': () => import('./components/cloud.vue'),
|
|
122
|
-
'cloud_upload_alt': () => import('./components/cloud_upload_alt.vue'),
|
|
123
|
-
'cube': () => import('./components/cube.vue'),
|
|
120
|
+
'cross': () => import('./components/cross.vue'),
|
|
124
121
|
'crop': () => import('./components/crop.vue'),
|
|
125
|
-
'
|
|
126
|
-
'
|
|
122
|
+
'credit_card': () => import('./components/credit_card.vue'),
|
|
123
|
+
'cross_circle': () => import('./components/cross_circle.vue'),
|
|
124
|
+
'crosshair': () => import('./components/crosshair.vue'),
|
|
127
125
|
'cylinder': () => import('./components/cylinder.vue'),
|
|
128
|
-
'
|
|
129
|
-
'
|
|
130
|
-
'
|
|
126
|
+
'cube': () => import('./components/cube.vue'),
|
|
127
|
+
'contacts': () => import('./components/contacts.vue'),
|
|
128
|
+
'display': () => import('./components/display.vue'),
|
|
131
129
|
'directions': () => import('./components/directions.vue'),
|
|
132
|
-
'
|
|
133
|
-
'document_list': () => import('./components/document_list.vue'),
|
|
134
|
-
'document_stack': () => import('./components/document_stack.vue'),
|
|
135
|
-
'door_alt': () => import('./components/door_alt.vue'),
|
|
130
|
+
'document': () => import('./components/document.vue'),
|
|
136
131
|
'database': () => import('./components/database.vue'),
|
|
132
|
+
'document_list': () => import('./components/document_list.vue'),
|
|
133
|
+
'display_alt': () => import('./components/display_alt.vue'),
|
|
134
|
+
'door': () => import('./components/door.vue'),
|
|
135
|
+
'disc': () => import('./components/disc.vue'),
|
|
136
|
+
'document_justified': () => import('./components/document_justified.vue'),
|
|
137
137
|
'document_words': () => import('./components/document_words.vue'),
|
|
138
|
+
'connect': () => import('./components/connect.vue'),
|
|
138
139
|
'download': () => import('./components/download.vue'),
|
|
139
|
-
'
|
|
140
|
-
'
|
|
141
|
-
'downward': () => import('./components/downward.vue'),
|
|
140
|
+
'diamond': () => import('./components/diamond.vue'),
|
|
141
|
+
'door_alt': () => import('./components/door_alt.vue'),
|
|
142
142
|
'drag_circle': () => import('./components/drag_circle.vue'),
|
|
143
|
-
'download_alt': () => import('./components/download_alt.vue'),
|
|
144
|
-
'drag_vertical': () => import('./components/drag_vertical.vue'),
|
|
145
143
|
'drag': () => import('./components/drag.vue'),
|
|
146
|
-
'
|
|
144
|
+
'drag_vertical': () => import('./components/drag_vertical.vue'),
|
|
145
|
+
'download_alt': () => import('./components/download_alt.vue'),
|
|
146
|
+
'downward': () => import('./components/downward.vue'),
|
|
147
|
+
'duplicate_alt': () => import('./components/duplicate_alt.vue'),
|
|
147
148
|
'enter_alt': () => import('./components/enter_alt.vue'),
|
|
149
|
+
'exit_left': () => import('./components/exit_left.vue'),
|
|
148
150
|
'episodes': () => import('./components/episodes.vue'),
|
|
149
|
-
'expand_height': () => import('./components/expand_height.vue'),
|
|
150
|
-
'exit_right': () => import('./components/exit_right.vue'),
|
|
151
151
|
'enter': () => import('./components/enter.vue'),
|
|
152
|
-
'
|
|
152
|
+
'expand_width': () => import('./components/expand_width.vue'),
|
|
153
153
|
'duplicate': () => import('./components/duplicate.vue'),
|
|
154
154
|
'expand': () => import('./components/expand.vue'),
|
|
155
|
-
'
|
|
155
|
+
'document_stack': () => import('./components/document_stack.vue'),
|
|
156
156
|
'external': () => import('./components/external.vue'),
|
|
157
|
-
'
|
|
157
|
+
'expand_height': () => import('./components/expand_height.vue'),
|
|
158
|
+
'exit_right': () => import('./components/exit_right.vue'),
|
|
158
159
|
'face_delighted': () => import('./components/face_delighted.vue'),
|
|
159
|
-
'
|
|
160
|
+
'eye': () => import('./components/eye.vue'),
|
|
160
161
|
'face_happy': () => import('./components/face_happy.vue'),
|
|
161
|
-
'chevron_close': () => import('./components/chevron_close.vue'),
|
|
162
162
|
'eye_closed': () => import('./components/eye_closed.vue'),
|
|
163
|
-
'
|
|
164
|
-
'face_neutral': () => import('./components/face_neutral.vue'),
|
|
163
|
+
'eye_no': () => import('./components/eye_no.vue'),
|
|
165
164
|
'file_upload': () => import('./components/file_upload.vue'),
|
|
166
165
|
'file_download': () => import('./components/file_download.vue'),
|
|
167
|
-
'face_sad': () => import('./components/face_sad.vue'),
|
|
168
166
|
'files_history': () => import('./components/files_history.vue'),
|
|
167
|
+
'face_sad': () => import('./components/face_sad.vue'),
|
|
168
|
+
'files_stack': () => import('./components/files_stack.vue'),
|
|
169
|
+
'film': () => import('./components/film.vue'),
|
|
169
170
|
'filter_circle': () => import('./components/filter_circle.vue'),
|
|
170
|
-
'
|
|
171
|
-
'files_multi': () => import('./components/files_multi.vue'),
|
|
171
|
+
'fi_fingerprint': () => import('./components/fi_fingerprint.vue'),
|
|
172
172
|
'filter_all': () => import('./components/filter_all.vue'),
|
|
173
|
-
'files_stack': () => import('./components/files_stack.vue'),
|
|
174
173
|
'filter_completed': () => import('./components/filter_completed.vue'),
|
|
175
174
|
'filter': () => import('./components/filter.vue'),
|
|
175
|
+
'files_multi': () => import('./components/files_multi.vue'),
|
|
176
176
|
'filter_overdue': () => import('./components/filter_overdue.vue'),
|
|
177
|
-
'filter_single': () => import('./components/filter_single.vue'),
|
|
178
177
|
'fingerprint': () => import('./components/fingerprint.vue'),
|
|
179
|
-
'flag': () => import('./components/flag.vue'),
|
|
180
|
-
'flip_view': () => import('./components/flip_view.vue'),
|
|
181
|
-
'duplicate_alt': () => import('./components/duplicate_alt.vue'),
|
|
182
178
|
'filtering': () => import('./components/filtering.vue'),
|
|
183
|
-
'floppy': () => import('./components/floppy.vue'),
|
|
184
179
|
'filter_ongoing': () => import('./components/filter_ongoing.vue'),
|
|
180
|
+
'flame_alt': () => import('./components/flame_alt.vue'),
|
|
181
|
+
'face_neutral': () => import('./components/face_neutral.vue'),
|
|
182
|
+
'filter_not_started': () => import('./components/filter_not_started.vue'),
|
|
183
|
+
'filter_single': () => import('./components/filter_single.vue'),
|
|
185
184
|
'flame': () => import('./components/flame.vue'),
|
|
186
|
-
'
|
|
187
|
-
'
|
|
188
|
-
'
|
|
189
|
-
'forward': () => import('./components/forward.vue'),
|
|
190
|
-
'fork_git': () => import('./components/fork_git.vue'),
|
|
191
|
-
'forward_alt': () => import('./components/forward_alt.vue'),
|
|
185
|
+
'flip_view': () => import('./components/flip_view.vue'),
|
|
186
|
+
'flag': () => import('./components/flag.vue'),
|
|
187
|
+
'floppy': () => import('./components/floppy.vue'),
|
|
192
188
|
'folder_open': () => import('./components/folder_open.vue'),
|
|
193
|
-
'forward10': () => import('./components/forward10.vue'),
|
|
194
189
|
'folder_closed': () => import('./components/folder_closed.vue'),
|
|
195
|
-
'
|
|
190
|
+
'folder_minus': () => import('./components/folder_minus.vue'),
|
|
191
|
+
'forward_alt': () => import('./components/forward_alt.vue'),
|
|
192
|
+
'fork_git': () => import('./components/fork_git.vue'),
|
|
193
|
+
'fullscreen': () => import('./components/fullscreen.vue'),
|
|
194
|
+
'forward': () => import('./components/forward.vue'),
|
|
195
|
+
'folder_add': () => import('./components/folder_add.vue'),
|
|
196
|
+
'funnel': () => import('./components/funnel.vue'),
|
|
196
197
|
'frame': () => import('./components/frame.vue'),
|
|
198
|
+
'globe': () => import('./components/globe.vue'),
|
|
197
199
|
'gift': () => import('./components/gift.vue'),
|
|
198
200
|
'grab': () => import('./components/grab.vue'),
|
|
199
|
-
'
|
|
200
|
-
'
|
|
201
|
+
'graph_box': () => import('./components/graph_box.vue'),
|
|
202
|
+
'gps': () => import('./components/gps.vue'),
|
|
203
|
+
'graph_bar': () => import('./components/graph_bar.vue'),
|
|
201
204
|
'grid': () => import('./components/grid.vue'),
|
|
202
|
-
'globe': () => import('./components/globe.vue'),
|
|
203
|
-
'grid_small': () => import('./components/grid_small.vue'),
|
|
204
205
|
'grid_circles': () => import('./components/grid_circles.vue'),
|
|
205
|
-
'
|
|
206
|
-
'
|
|
207
|
-
'
|
|
206
|
+
'forward10': () => import('./components/forward10.vue'),
|
|
207
|
+
'graph_increase': () => import('./components/graph_increase.vue'),
|
|
208
|
+
'grid_small': () => import('./components/grid_small.vue'),
|
|
208
209
|
'grid_circles_add': () => import('./components/grid_circles_add.vue'),
|
|
209
|
-
'
|
|
210
|
-
'graph_bar': () => import('./components/graph_bar.vue'),
|
|
210
|
+
'heart': () => import('./components/heart.vue'),
|
|
211
211
|
'hash': () => import('./components/hash.vue'),
|
|
212
|
-
'
|
|
213
|
-
'
|
|
212
|
+
'grid_squares': () => import('./components/grid_squares.vue'),
|
|
213
|
+
'harddrive': () => import('./components/harddrive.vue'),
|
|
214
214
|
'heart_remove': () => import('./components/heart_remove.vue'),
|
|
215
|
-
'graph_increase': () => import('./components/graph_increase.vue'),
|
|
216
|
-
'heart': () => import('./components/heart.vue'),
|
|
217
215
|
'height': () => import('./components/height.vue'),
|
|
218
|
-
'
|
|
216
|
+
'heart_rate': () => import('./components/heart_rate.vue'),
|
|
219
217
|
'home_check': () => import('./components/home_check.vue'),
|
|
218
|
+
'grid_squares_add': () => import('./components/grid_squares_add.vue'),
|
|
219
|
+
'hand': () => import('./components/hand.vue'),
|
|
220
|
+
'gauge': () => import('./components/gauge.vue'),
|
|
220
221
|
'home_alt': () => import('./components/home_alt.vue'),
|
|
222
|
+
'hierarchy': () => import('./components/hierarchy.vue'),
|
|
221
223
|
'home': () => import('./components/home.vue'),
|
|
222
|
-
'import': () => import('./components/import.vue'),
|
|
223
|
-
'inbox': () => import('./components/inbox.vue'),
|
|
224
|
-
'iphone_portrait': () => import('./components/iphone_portrait.vue'),
|
|
225
|
-
'heart_rate': () => import('./components/heart_rate.vue'),
|
|
226
224
|
'inbox_alt': () => import('./components/inbox_alt.vue'),
|
|
225
|
+
'inbox': () => import('./components/inbox.vue'),
|
|
227
226
|
'home_door': () => import('./components/home_door.vue'),
|
|
227
|
+
'import': () => import('./components/import.vue'),
|
|
228
228
|
'jump_forward': () => import('./components/jump_forward.vue'),
|
|
229
|
+
'iphone_landscape': () => import('./components/iphone_landscape.vue'),
|
|
230
|
+
'info_circle': () => import('./components/info_circle.vue'),
|
|
229
231
|
'jump_backward': () => import('./components/jump_backward.vue'),
|
|
232
|
+
'laptop': () => import('./components/laptop.vue'),
|
|
233
|
+
'iphone_portrait': () => import('./components/iphone_portrait.vue'),
|
|
234
|
+
'jump_left': () => import('./components/jump_left.vue'),
|
|
235
|
+
'jump_right': () => import('./components/jump_right.vue'),
|
|
236
|
+
'lightning': () => import('./components/lightning.vue'),
|
|
230
237
|
'lightbulb': () => import('./components/lightbulb.vue'),
|
|
231
|
-
'keyboard': () => import('./components/keyboard.vue'),
|
|
232
|
-
'lineweight': () => import('./components/lineweight.vue'),
|
|
233
238
|
'link': () => import('./components/link.vue'),
|
|
234
|
-
'jump_right': () => import('./components/jump_right.vue'),
|
|
235
|
-
'link_broken': () => import('./components/link_broken.vue'),
|
|
236
239
|
'lightbulb_on': () => import('./components/lightbulb_on.vue'),
|
|
237
|
-
'
|
|
238
|
-
'jump_left': () => import('./components/jump_left.vue'),
|
|
240
|
+
'link_alt': () => import('./components/link_alt.vue'),
|
|
239
241
|
'link_horizontal': () => import('./components/link_horizontal.vue'),
|
|
242
|
+
'link_broken': () => import('./components/link_broken.vue'),
|
|
243
|
+
'link_vertical': () => import('./components/link_vertical.vue'),
|
|
244
|
+
'lineweight': () => import('./components/lineweight.vue'),
|
|
245
|
+
'keyboard': () => import('./components/keyboard.vue'),
|
|
240
246
|
'list': () => import('./components/list.vue'),
|
|
247
|
+
'lightning_alt': () => import('./components/lightning_alt.vue'),
|
|
241
248
|
'location': () => import('./components/location.vue'),
|
|
242
|
-
'
|
|
243
|
-
'
|
|
244
|
-
'lock_open': () => import('./components/lock_open.vue'),
|
|
245
|
-
'mail_add': () => import('./components/mail_add.vue'),
|
|
246
|
-
'mail_minus': () => import('./components/mail_minus.vue'),
|
|
249
|
+
'list_add': () => import('./components/list_add.vue'),
|
|
250
|
+
'mail': () => import('./components/mail.vue'),
|
|
247
251
|
'lock': () => import('./components/lock.vue'),
|
|
252
|
+
'mail_delete': () => import('./components/mail_delete.vue'),
|
|
248
253
|
'loader': () => import('./components/loader.vue'),
|
|
249
|
-
'
|
|
250
|
-
'lightning_alt': () => import('./components/lightning_alt.vue'),
|
|
251
|
-
'mail_open': () => import('./components/mail_open.vue'),
|
|
252
|
-
'maximise': () => import('./components/maximise.vue'),
|
|
253
|
-
'menu_hamburger': () => import('./components/menu_hamburger.vue'),
|
|
254
|
-
'menu_horizontal': () => import('./components/menu_horizontal.vue'),
|
|
255
|
-
'list_add': () => import('./components/list_add.vue'),
|
|
254
|
+
'list_numbered': () => import('./components/list_numbered.vue'),
|
|
256
255
|
'mail_new': () => import('./components/mail_new.vue'),
|
|
256
|
+
'mail_minus': () => import('./components/mail_minus.vue'),
|
|
257
|
+
'lock_open': () => import('./components/lock_open.vue'),
|
|
258
|
+
'mail_add': () => import('./components/mail_add.vue'),
|
|
257
259
|
'menu_vertical': () => import('./components/menu_vertical.vue'),
|
|
258
|
-
'
|
|
260
|
+
'menu_hamburger': () => import('./components/menu_hamburger.vue'),
|
|
261
|
+
'mail_open': () => import('./components/mail_open.vue'),
|
|
262
|
+
'menu_horizontal': () => import('./components/menu_horizontal.vue'),
|
|
263
|
+
'mail_remove': () => import('./components/mail_remove.vue'),
|
|
264
|
+
'marquee': () => import('./components/marquee.vue'),
|
|
265
|
+
'message': () => import('./components/message.vue'),
|
|
266
|
+
'microphone': () => import('./components/microphone.vue'),
|
|
259
267
|
'message_writing': () => import('./components/message_writing.vue'),
|
|
268
|
+
'maximise': () => import('./components/maximise.vue'),
|
|
269
|
+
'mini_player': () => import('./components/mini_player.vue'),
|
|
270
|
+
'microphone_disabled': () => import('./components/microphone_disabled.vue'),
|
|
260
271
|
'microphone_muted': () => import('./components/microphone_muted.vue'),
|
|
261
|
-
'mail': () => import('./components/mail.vue'),
|
|
262
|
-
'midpoint': () => import('./components/midpoint.vue'),
|
|
263
|
-
'message': () => import('./components/message.vue'),
|
|
264
272
|
'minimise': () => import('./components/minimise.vue'),
|
|
265
|
-
'marquee': () => import('./components/marquee.vue'),
|
|
266
|
-
'minus': () => import('./components/minus.vue'),
|
|
267
|
-
'funnel': () => import('./components/funnel.vue'),
|
|
268
|
-
'minus_circle': () => import('./components/minus_circle.vue'),
|
|
269
273
|
'newspaper': () => import('./components/newspaper.vue'),
|
|
270
|
-
'mail_delete': () => import('./components/mail_delete.vue'),
|
|
271
274
|
'moon': () => import('./components/moon.vue'),
|
|
272
275
|
'notebook': () => import('./components/notebook.vue'),
|
|
273
|
-
'link_vertical': () => import('./components/link_vertical.vue'),
|
|
274
276
|
'move': () => import('./components/move.vue'),
|
|
275
|
-
'
|
|
277
|
+
'minus': () => import('./components/minus.vue'),
|
|
278
|
+
'optional': () => import('./components/optional.vue'),
|
|
276
279
|
'no_sign': () => import('./components/no_sign.vue'),
|
|
277
|
-
'mini_player': () => import('./components/mini_player.vue'),
|
|
278
|
-
'nut': () => import('./components/nut.vue'),
|
|
279
|
-
'panel_bottom': () => import('./components/panel_bottom.vue'),
|
|
280
280
|
'notification': () => import('./components/notification.vue'),
|
|
281
|
+
'minus_circle': () => import('./components/minus_circle.vue'),
|
|
282
|
+
'pages': () => import('./components/pages.vue'),
|
|
283
|
+
'panel_bottom': () => import('./components/panel_bottom.vue'),
|
|
284
|
+
'panel_center': () => import('./components/panel_center.vue'),
|
|
285
|
+
'panel_left': () => import('./components/panel_left.vue'),
|
|
286
|
+
'nut': () => import('./components/nut.vue'),
|
|
287
|
+
'paper_folded': () => import('./components/paper_folded.vue'),
|
|
281
288
|
'paper': () => import('./components/paper.vue'),
|
|
289
|
+
'panel_right': () => import('./components/panel_right.vue'),
|
|
290
|
+
'paragraph_end': () => import('./components/paragraph_end.vue'),
|
|
291
|
+
'paper_plane_alt': () => import('./components/paper_plane_alt.vue'),
|
|
282
292
|
'panel_sectioned': () => import('./components/panel_sectioned.vue'),
|
|
283
293
|
'panel_top': () => import('./components/panel_top.vue'),
|
|
284
|
-
'panel_right': () => import('./components/panel_right.vue'),
|
|
285
|
-
'paper_folded': () => import('./components/paper_folded.vue'),
|
|
286
294
|
'paragraph_center': () => import('./components/paragraph_center.vue'),
|
|
287
|
-
'paperclip': () => import('./components/paperclip.vue'),
|
|
288
|
-
'paper_plane': () => import('./components/paper_plane.vue'),
|
|
289
|
-
'iphone_landscape': () => import('./components/iphone_landscape.vue'),
|
|
290
|
-
'paragraph_end': () => import('./components/paragraph_end.vue'),
|
|
291
|
-
'microphone': () => import('./components/microphone.vue'),
|
|
292
|
-
'paragraph_right': () => import('./components/paragraph_right.vue'),
|
|
293
295
|
'paragraph_left': () => import('./components/paragraph_left.vue'),
|
|
294
|
-
'
|
|
295
|
-
'
|
|
296
|
-
'
|
|
296
|
+
'paragraph_right': () => import('./components/paragraph_right.vue'),
|
|
297
|
+
'pause': () => import('./components/pause.vue'),
|
|
298
|
+
'paper_plane': () => import('./components/paper_plane.vue'),
|
|
297
299
|
'paragraph_start': () => import('./components/paragraph_start.vue'),
|
|
298
|
-
'
|
|
300
|
+
'paperclip': () => import('./components/paperclip.vue'),
|
|
301
|
+
'pen': () => import('./components/pen.vue'),
|
|
302
|
+
'phone_portrait': () => import('./components/phone_portrait.vue'),
|
|
303
|
+
'pie_third': () => import('./components/pie_third.vue'),
|
|
299
304
|
'picture': () => import('./components/picture.vue'),
|
|
300
|
-
'
|
|
301
|
-
'play_button': () => import('./components/play_button.vue'),
|
|
305
|
+
'midpoint': () => import('./components/midpoint.vue'),
|
|
302
306
|
'pie_quarter': () => import('./components/pie_quarter.vue'),
|
|
303
307
|
'plus': () => import('./components/plus.vue'),
|
|
304
|
-
'
|
|
308
|
+
'pie_half': () => import('./components/pie_half.vue'),
|
|
305
309
|
'plus_circle': () => import('./components/plus_circle.vue'),
|
|
306
|
-
'
|
|
307
|
-
'
|
|
310
|
+
'phone_landscape': () => import('./components/phone_landscape.vue'),
|
|
311
|
+
'play': () => import('./components/play.vue'),
|
|
308
312
|
'project_nonprofit': () => import('./components/project_nonprofit.vue'),
|
|
309
|
-
'laptop': () => import('./components/laptop.vue'),
|
|
310
|
-
'pie_third': () => import('./components/pie_third.vue'),
|
|
311
|
-
'pen': () => import('./components/pen.vue'),
|
|
312
|
-
'optional': () => import('./components/optional.vue'),
|
|
313
|
-
'project_tnm': () => import('./components/project_tnm.vue'),
|
|
314
|
-
'printer': () => import('./components/printer.vue'),
|
|
315
313
|
'projector': () => import('./components/projector.vue'),
|
|
316
|
-
'
|
|
314
|
+
'postcard': () => import('./components/postcard.vue'),
|
|
317
315
|
'project_fixed': () => import('./components/project_fixed.vue'),
|
|
318
|
-
'
|
|
316
|
+
'printer': () => import('./components/printer.vue'),
|
|
319
317
|
'pull_up': () => import('./components/pull_up.vue'),
|
|
318
|
+
'pull_down': () => import('./components/pull_down.vue'),
|
|
319
|
+
'play_button': () => import('./components/play_button.vue'),
|
|
320
|
+
'push_left': () => import('./components/push_left.vue'),
|
|
321
|
+
'pull_left': () => import('./components/pull_left.vue'),
|
|
320
322
|
'radio_on': () => import('./components/radio_on.vue'),
|
|
321
|
-
'pull_right': () => import('./components/pull_right.vue'),
|
|
322
|
-
'push_right': () => import('./components/push_right.vue'),
|
|
323
323
|
'push_up': () => import('./components/push_up.vue'),
|
|
324
|
-
'
|
|
324
|
+
'push_down': () => import('./components/push_down.vue'),
|
|
325
|
+
'push_right': () => import('./components/push_right.vue'),
|
|
326
|
+
'project_tnm': () => import('./components/project_tnm.vue'),
|
|
327
|
+
'pull_right': () => import('./components/pull_right.vue'),
|
|
325
328
|
'receipt': () => import('./components/receipt.vue'),
|
|
326
329
|
'redo': () => import('./components/redo.vue'),
|
|
327
330
|
'record': () => import('./components/record.vue'),
|
|
328
331
|
'replicate': () => import('./components/replicate.vue'),
|
|
329
|
-
'
|
|
332
|
+
'question_circle': () => import('./components/question_circle.vue'),
|
|
330
333
|
'refresh_alt': () => import('./components/refresh_alt.vue'),
|
|
331
|
-
'
|
|
334
|
+
'refresh': () => import('./components/refresh.vue'),
|
|
335
|
+
'replicate_alt': () => import('./components/replicate_alt.vue'),
|
|
332
336
|
'reset': () => import('./components/reset.vue'),
|
|
333
|
-
'
|
|
337
|
+
'reset_forward': () => import('./components/reset_forward.vue'),
|
|
334
338
|
'required': () => import('./components/required.vue'),
|
|
335
339
|
'reset_hard': () => import('./components/reset_hard.vue'),
|
|
336
|
-
'reuse': () => import('./components/reuse.vue'),
|
|
337
|
-
'replicate_alt': () => import('./components/replicate_alt.vue'),
|
|
338
|
-
'reset_forward': () => import('./components/reset_forward.vue'),
|
|
339
|
-
'revert': () => import('./components/revert.vue'),
|
|
340
340
|
'retweet': () => import('./components/retweet.vue'),
|
|
341
|
-
'scale_extend': () => import('./components/scale_extend.vue'),
|
|
342
|
-
'ruler': () => import('./components/ruler.vue'),
|
|
343
|
-
'reverse_alt': () => import('./components/reverse_alt.vue'),
|
|
344
|
-
'scale_contract': () => import('./components/scale_contract.vue'),
|
|
345
|
-
'rocket': () => import('./components/rocket.vue'),
|
|
346
|
-
'scale': () => import('./components/scale.vue'),
|
|
347
341
|
'reverse': () => import('./components/reverse.vue'),
|
|
348
|
-
'
|
|
342
|
+
'reset_temporary': () => import('./components/reset_temporary.vue'),
|
|
343
|
+
'scale': () => import('./components/scale.vue'),
|
|
344
|
+
'revert': () => import('./components/revert.vue'),
|
|
345
|
+
'scale_contract': () => import('./components/scale_contract.vue'),
|
|
346
|
+
'reuse': () => import('./components/reuse.vue'),
|
|
347
|
+
'ruler': () => import('./components/ruler.vue'),
|
|
348
|
+
'scale_extend': () => import('./components/scale_extend.vue'),
|
|
349
349
|
'search': () => import('./components/search.vue'),
|
|
350
|
-
'
|
|
351
|
-
'
|
|
350
|
+
'scalpel': () => import('./components/scalpel.vue'),
|
|
351
|
+
'reset_alt': () => import('./components/reset_alt.vue'),
|
|
352
|
+
'rocket': () => import('./components/rocket.vue'),
|
|
353
|
+
'slash_backward': () => import('./components/slash_backward.vue'),
|
|
352
354
|
'settings': () => import('./components/settings.vue'),
|
|
353
355
|
'share_alt': () => import('./components/share_alt.vue'),
|
|
354
356
|
'share': () => import('./components/share.vue'),
|
|
357
|
+
'shuffle': () => import('./components/shuffle.vue'),
|
|
355
358
|
'slash_forward': () => import('./components/slash_forward.vue'),
|
|
356
|
-
'
|
|
357
|
-
'sort': () => import('./components/sort.vue'),
|
|
359
|
+
'server': () => import('./components/server.vue'),
|
|
358
360
|
'sort_alt': () => import('./components/sort_alt.vue'),
|
|
359
|
-
'
|
|
360
|
-
'
|
|
361
|
+
'sort': () => import('./components/sort.vue'),
|
|
362
|
+
'sliders': () => import('./components/sliders.vue'),
|
|
363
|
+
'reverse_alt': () => import('./components/reverse_alt.vue'),
|
|
361
364
|
'speaker': () => import('./components/speaker.vue'),
|
|
362
|
-
'speech_typing': () => import('./components/speech_typing.vue'),
|
|
363
|
-
'split_three': () => import('./components/split_three.vue'),
|
|
364
|
-
'scalpel': () => import('./components/scalpel.vue'),
|
|
365
|
-
'support': () => import('./components/support.vue'),
|
|
366
365
|
'speech_bubble': () => import('./components/speech_bubble.vue'),
|
|
367
366
|
'swap': () => import('./components/swap.vue'),
|
|
367
|
+
'sun': () => import('./components/sun.vue'),
|
|
368
|
+
'split': () => import('./components/split.vue'),
|
|
369
|
+
'speech_typing': () => import('./components/speech_typing.vue'),
|
|
368
370
|
'switch': () => import('./components/switch.vue'),
|
|
369
|
-
'
|
|
371
|
+
'split_three': () => import('./components/split_three.vue'),
|
|
370
372
|
'table_header': () => import('./components/table_header.vue'),
|
|
373
|
+
'star': () => import('./components/star.vue'),
|
|
371
374
|
'target': () => import('./components/target.vue'),
|
|
372
|
-
'
|
|
373
|
-
'push_down': () => import('./components/push_down.vue'),
|
|
374
|
-
'refresh': () => import('./components/refresh.vue'),
|
|
375
|
+
'table': () => import('./components/table.vue'),
|
|
375
376
|
'thread': () => import('./components/thread.vue'),
|
|
376
|
-
'
|
|
377
|
+
'tag': () => import('./components/tag.vue'),
|
|
378
|
+
'side_menu': () => import('./components/side_menu.vue'),
|
|
379
|
+
'thumbs_up': () => import('./components/thumbs_up.vue'),
|
|
380
|
+
'tags': () => import('./components/tags.vue'),
|
|
377
381
|
'thumbs_down': () => import('./components/thumbs_down.vue'),
|
|
378
|
-
'
|
|
382
|
+
'timeline': () => import('./components/timeline.vue'),
|
|
383
|
+
'todo': () => import('./components/todo.vue'),
|
|
384
|
+
'ticket': () => import('./components/ticket.vue'),
|
|
385
|
+
'support': () => import('./components/support.vue'),
|
|
379
386
|
'toggle': () => import('./components/toggle.vue'),
|
|
380
|
-
'star': () => import('./components/star.vue'),
|
|
381
|
-
'translate': () => import('./components/translate.vue'),
|
|
382
387
|
'toggles': () => import('./components/toggles.vue'),
|
|
388
|
+
'translate': () => import('./components/translate.vue'),
|
|
383
389
|
'trash_alt': () => import('./components/trash_alt.vue'),
|
|
384
|
-
'tag_milestone': () => import('./components/tag_milestone.vue'),
|
|
385
|
-
'type_checkbox': () => import('./components/type_checkbox.vue'),
|
|
386
|
-
'tags': () => import('./components/tags.vue'),
|
|
387
390
|
'type_date': () => import('./components/type_date.vue'),
|
|
391
|
+
'type_checkbox': () => import('./components/type_checkbox.vue'),
|
|
388
392
|
'trash': () => import('./components/trash.vue'),
|
|
389
|
-
'
|
|
390
|
-
'sun': () => import('./components/sun.vue'),
|
|
391
|
-
'type_file': () => import('./components/type_file.vue'),
|
|
392
|
-
'todo': () => import('./components/todo.vue'),
|
|
393
|
+
'tag_milestone': () => import('./components/tag_milestone.vue'),
|
|
393
394
|
'type_email': () => import('./components/type_email.vue'),
|
|
394
|
-
'
|
|
395
|
-
'
|
|
395
|
+
'trophy': () => import('./components/trophy.vue'),
|
|
396
|
+
'type_id': () => import('./components/type_id.vue'),
|
|
396
397
|
'type_number': () => import('./components/type_number.vue'),
|
|
397
398
|
'type_multiselect': () => import('./components/type_multiselect.vue'),
|
|
398
|
-
'
|
|
399
|
-
'type_id': () => import('./components/type_id.vue'),
|
|
400
|
-
'type_time': () => import('./components/type_time.vue'),
|
|
399
|
+
'tv_mode': () => import('./components/tv_mode.vue'),
|
|
401
400
|
'type_person': () => import('./components/type_person.vue'),
|
|
402
|
-
'
|
|
403
|
-
'
|
|
401
|
+
'type_file': () => import('./components/type_file.vue'),
|
|
402
|
+
'type_formula': () => import('./components/type_formula.vue'),
|
|
404
403
|
'type_relation': () => import('./components/type_relation.vue'),
|
|
404
|
+
'type_text': () => import('./components/type_text.vue'),
|
|
405
|
+
'type_select': () => import('./components/type_select.vue'),
|
|
405
406
|
'unarchive': () => import('./components/unarchive.vue'),
|
|
406
|
-
'
|
|
407
|
+
'type_phone': () => import('./components/type_phone.vue'),
|
|
408
|
+
'type_time': () => import('./components/type_time.vue'),
|
|
407
409
|
'type_url': () => import('./components/type_url.vue'),
|
|
410
|
+
'unlink_horizontal': () => import('./components/unlink_horizontal.vue'),
|
|
411
|
+
'type_status': () => import('./components/type_status.vue'),
|
|
408
412
|
'undo': () => import('./components/undo.vue'),
|
|
413
|
+
'type_user': () => import('./components/type_user.vue'),
|
|
409
414
|
'unlink_vertical': () => import('./components/unlink_vertical.vue'),
|
|
410
|
-
'type_select': () => import('./components/type_select.vue'),
|
|
411
|
-
'user_circle': () => import('./components/user_circle.vue'),
|
|
412
|
-
'upward': () => import('./components/upward.vue'),
|
|
413
415
|
'upload_alt': () => import('./components/upload_alt.vue'),
|
|
414
|
-
'undo_history': () => import('./components/undo_history.vue'),
|
|
415
416
|
'upload': () => import('./components/upload.vue'),
|
|
416
|
-
'unlink_horizontal': () => import('./components/unlink_horizontal.vue'),
|
|
417
|
-
'type_text': () => import('./components/type_text.vue'),
|
|
418
|
-
'venn': () => import('./components/venn.vue'),
|
|
419
|
-
'user_add': () => import('./components/user_add.vue'),
|
|
420
|
-
'users': () => import('./components/users.vue'),
|
|
421
417
|
'user': () => import('./components/user.vue'),
|
|
422
418
|
'user_male_circle': () => import('./components/user_male_circle.vue'),
|
|
423
419
|
'user_male': () => import('./components/user_male.vue'),
|
|
424
420
|
'user_remove': () => import('./components/user_remove.vue'),
|
|
425
|
-
'
|
|
426
|
-
'
|
|
427
|
-
'
|
|
421
|
+
'venn': () => import('./components/venn.vue'),
|
|
422
|
+
'upward': () => import('./components/upward.vue'),
|
|
423
|
+
'user_circle': () => import('./components/user_circle.vue'),
|
|
428
424
|
'versions': () => import('./components/versions.vue'),
|
|
429
|
-
'volume_disabled': () => import('./components/volume_disabled.vue'),
|
|
430
|
-
'volume_add': () => import('./components/volume_add.vue'),
|
|
431
425
|
'video': () => import('./components/video.vue'),
|
|
426
|
+
'undo_history': () => import('./components/undo_history.vue'),
|
|
427
|
+
'user_add': () => import('./components/user_add.vue'),
|
|
428
|
+
'volume_add': () => import('./components/volume_add.vue'),
|
|
429
|
+
'volume_high': () => import('./components/volume_high.vue'),
|
|
430
|
+
'version': () => import('./components/version.vue'),
|
|
431
|
+
'volume_low': () => import('./components/volume_low.vue'),
|
|
432
|
+
'volume_minus': () => import('./components/volume_minus.vue'),
|
|
433
|
+
'volume_disabled': () => import('./components/volume_disabled.vue'),
|
|
434
|
+
'volume_0': () => import('./components/volume_0.vue'),
|
|
435
|
+
'warning_circle': () => import('./components/warning_circle.vue'),
|
|
436
|
+
'volume_muted': () => import('./components/volume_muted.vue'),
|
|
437
|
+
'users': () => import('./components/users.vue'),
|
|
438
|
+
'warning_hex': () => import('./components/warning_hex.vue'),
|
|
432
439
|
'waves': () => import('./components/waves.vue'),
|
|
433
440
|
'warning_triangle': () => import('./components/warning_triangle.vue'),
|
|
434
|
-
'
|
|
435
|
-
'volume_low': () => import('./components/volume_low.vue'),
|
|
436
|
-
'wallet': () => import('./components/wallet.vue'),
|
|
441
|
+
'wifi_none': () => import('./components/wifi_none.vue'),
|
|
437
442
|
'wifi': () => import('./components/wifi.vue'),
|
|
443
|
+
'wallet': () => import('./components/wallet.vue'),
|
|
438
444
|
'width': () => import('./components/width.vue'),
|
|
439
|
-
'wifi_none': () => import('./components/wifi_none.vue'),
|
|
440
|
-
'volume_minus': () => import('./components/volume_minus.vue'),
|
|
441
|
-
'warning_hex': () => import('./components/warning_hex.vue'),
|
|
442
|
-
'volume_muted': () => import('./components/volume_muted.vue'),
|
|
443
|
-
'window_content': () => import('./components/window_content.vue'),
|
|
444
|
-
'wrap_forward': () => import('./components/wrap_forward.vue'),
|
|
445
|
-
'window_collapse_right': () => import('./components/window_collapse_right.vue'),
|
|
446
|
-
'window': () => import('./components/window.vue'),
|
|
447
445
|
'wifi_error': () => import('./components/wifi_error.vue'),
|
|
448
|
-
'
|
|
449
|
-
'zoom_cancel': () => import('./components/zoom_cancel.vue'),
|
|
450
|
-
'zoom_out': () => import('./components/zoom_out.vue'),
|
|
451
|
-
'zoom_in': () => import('./components/zoom_in.vue'),
|
|
446
|
+
'window': () => import('./components/window.vue'),
|
|
452
447
|
'window_collapse_left': () => import('./components/window_collapse_left.vue'),
|
|
453
|
-
'
|
|
448
|
+
'wrap_forward': () => import('./components/wrap_forward.vue'),
|
|
449
|
+
'window_collapse_right': () => import('./components/window_collapse_right.vue'),
|
|
450
|
+
'window_content': () => import('./components/window_content.vue'),
|
|
454
451
|
'wrap_back': () => import('./components/wrap_back.vue'),
|
|
452
|
+
'write': () => import('./components/write.vue'),
|
|
453
|
+
'zoom_cancel': () => import('./components/zoom_cancel.vue'),
|
|
455
454
|
'zoom_reset': () => import('./components/zoom_reset.vue'),
|
|
456
|
-
'
|
|
455
|
+
'zoom_in': () => import('./components/zoom_in.vue'),
|
|
456
|
+
'zoom_out': () => import('./components/zoom_out.vue'),
|
|
457
|
+
'nomi-ai-alt': () => import('./components/nomi-ai-alt.vue'),
|
|
458
|
+
'nomi-arrow-down': () => import('./components/nomi-arrow-down.vue'),
|
|
459
|
+
'nomi-arrow-right-alt': () => import('./components/nomi-arrow-right-alt.vue'),
|
|
457
460
|
'nomi-ai': () => import('./components/nomi-ai.vue'),
|
|
461
|
+
'nomi-arrow-up': () => import('./components/nomi-arrow-up.vue'),
|
|
462
|
+
'nomi-arrow_up': () => import('./components/nomi-arrow_up.vue'),
|
|
458
463
|
'nomi-arrow-right-top': () => import('./components/nomi-arrow-right-top.vue'),
|
|
459
|
-
'nomi-arrow-down': () => import('./components/nomi-arrow-down.vue'),
|
|
460
|
-
'nomi-ai-alt': () => import('./components/nomi-ai-alt.vue'),
|
|
461
464
|
'nomi-arrow_down': () => import('./components/nomi-arrow_down.vue'),
|
|
462
|
-
'nomi-balance': () => import('./components/nomi-balance.vue'),
|
|
463
|
-
'nomi-arrow_left': () => import('./components/nomi-arrow_left.vue'),
|
|
464
|
-
'nomi-arrow-up': () => import('./components/nomi-arrow-up.vue'),
|
|
465
|
-
'nomi-arrow-right-alt': () => import('./components/nomi-arrow-right-alt.vue'),
|
|
466
|
-
'nomi-arrows': () => import('./components/nomi-arrows.vue'),
|
|
467
465
|
'nomi-automation': () => import('./components/nomi-automation.vue'),
|
|
466
|
+
'nomi-balance': () => import('./components/nomi-balance.vue'),
|
|
467
|
+
'nomi-bell': () => import('./components/nomi-bell.vue'),
|
|
468
468
|
'nomi-bar-horizontal': () => import('./components/nomi-bar-horizontal.vue'),
|
|
469
|
+
'nomi-arrows': () => import('./components/nomi-arrows.vue'),
|
|
469
470
|
'nomi-balance_turnover': () => import('./components/nomi-balance_turnover.vue'),
|
|
470
|
-
'nomi-calendar-alt2': () => import('./components/nomi-calendar-alt2.vue'),
|
|
471
|
-
'nomi-cash': () => import('./components/nomi-cash.vue'),
|
|
472
471
|
'nomi-calendar-alt': () => import('./components/nomi-calendar-alt.vue'),
|
|
473
|
-
'nomi-
|
|
472
|
+
'nomi-arrow_left': () => import('./components/nomi-arrow_left.vue'),
|
|
473
|
+
'nomi-calendar-alt2': () => import('./components/nomi-calendar-alt2.vue'),
|
|
474
|
+
'nomi-calendar': () => import('./components/nomi-calendar.vue'),
|
|
474
475
|
'nomi-cash-provider': () => import('./components/nomi-cash-provider.vue'),
|
|
475
|
-
'nomi-
|
|
476
|
-
'nomi-
|
|
476
|
+
'nomi-card': () => import('./components/nomi-card.vue'),
|
|
477
|
+
'nomi-cash': () => import('./components/nomi-cash.vue'),
|
|
478
|
+
'nomi-category-edit': () => import('./components/nomi-category-edit.vue'),
|
|
477
479
|
'nomi-card-plus': () => import('./components/nomi-card-plus.vue'),
|
|
478
|
-
'nomi-
|
|
480
|
+
'nomi-category_alt': () => import('./components/nomi-category_alt.vue'),
|
|
481
|
+
'nomi-cashflow': () => import('./components/nomi-cashflow.vue'),
|
|
479
482
|
'nomi-chart-funnel': () => import('./components/nomi-chart-funnel.vue'),
|
|
480
483
|
'nomi-category': () => import('./components/nomi-category.vue'),
|
|
481
|
-
'nomi-
|
|
482
|
-
'nomi-cashflow': () => import('./components/nomi-cashflow.vue'),
|
|
483
|
-
'nomi-chart-lines': () => import('./components/nomi-chart-lines.vue'),
|
|
484
|
-
'nomi-chart-bars': () => import('./components/nomi-chart-bars.vue'),
|
|
485
|
-
'nomi-card': () => import('./components/nomi-card.vue'),
|
|
484
|
+
'nomi-chart-donut': () => import('./components/nomi-chart-donut.vue'),
|
|
486
485
|
'nomi-chart-kpi': () => import('./components/nomi-chart-kpi.vue'),
|
|
487
|
-
'nomi-
|
|
486
|
+
'nomi-chart-bars': () => import('./components/nomi-chart-bars.vue'),
|
|
487
|
+
'nomi-chart-line': () => import('./components/nomi-chart-line.vue'),
|
|
488
|
+
'nomi-check-alt': () => import('./components/nomi-check-alt.vue'),
|
|
489
|
+
'nomi-chart-lines': () => import('./components/nomi-chart-lines.vue'),
|
|
490
|
+
'nomi-check': () => import('./components/nomi-check.vue'),
|
|
491
|
+
'nomi-collapse': () => import('./components/nomi-collapse.vue'),
|
|
488
492
|
'nomi-chevron-down': () => import('./components/nomi-chevron-down.vue'),
|
|
493
|
+
'nomi-chevron-right': () => import('./components/nomi-chevron-right.vue'),
|
|
489
494
|
'nomi-chevron-left': () => import('./components/nomi-chevron-left.vue'),
|
|
490
|
-
'nomi-calendar': () => import('./components/nomi-calendar.vue'),
|
|
491
|
-
'nomi-check': () => import('./components/nomi-check.vue'),
|
|
492
|
-
'nomi-counterparty': () => import('./components/nomi-counterparty.vue'),
|
|
493
|
-
'nomi-debt': () => import('./components/nomi-debt.vue'),
|
|
494
|
-
'nomi-currencies': () => import('./components/nomi-currencies.vue'),
|
|
495
495
|
'nomi-clear': () => import('./components/nomi-clear.vue'),
|
|
496
496
|
'nomi-control-panel': () => import('./components/nomi-control-panel.vue'),
|
|
497
|
+
'nomi-currencies': () => import('./components/nomi-currencies.vue'),
|
|
498
|
+
'nomi-close': () => import('./components/nomi-close.vue'),
|
|
499
|
+
'nomi-debt': () => import('./components/nomi-debt.vue'),
|
|
500
|
+
'nomi-credit': () => import('./components/nomi-credit.vue'),
|
|
501
|
+
'nomi-counterparty': () => import('./components/nomi-counterparty.vue'),
|
|
497
502
|
'nomi-dashboard': () => import('./components/nomi-dashboard.vue'),
|
|
498
|
-
'nomi-dev': () => import('./components/nomi-dev.vue'),
|
|
499
503
|
'nomi-demo': () => import('./components/nomi-demo.vue'),
|
|
504
|
+
'nomi-export': () => import('./components/nomi-export.vue'),
|
|
505
|
+
'nomi-dots': () => import('./components/nomi-dots.vue'),
|
|
506
|
+
'nomi-dev': () => import('./components/nomi-dev.vue'),
|
|
500
507
|
'nomi-exit-right': () => import('./components/nomi-exit-right.vue'),
|
|
501
|
-
'nomi-credit': () => import('./components/nomi-credit.vue'),
|
|
502
508
|
'nomi-eye-open': () => import('./components/nomi-eye-open.vue'),
|
|
503
|
-
'nomi-
|
|
504
|
-
'nomi-
|
|
505
|
-
'nomi-collapse': () => import('./components/nomi-collapse.vue'),
|
|
506
|
-
'nomi-eye': () => import('./components/nomi-eye.vue'),
|
|
509
|
+
'nomi-expand': () => import('./components/nomi-expand.vue'),
|
|
510
|
+
'nomi-file': () => import('./components/nomi-file.vue'),
|
|
507
511
|
'nomi-eye-close': () => import('./components/nomi-eye-close.vue'),
|
|
512
|
+
'nomi-goods-turnover': () => import('./components/nomi-goods-turnover.vue'),
|
|
513
|
+
'nomi-eye': () => import('./components/nomi-eye.vue'),
|
|
514
|
+
'nomi-goods': () => import('./components/nomi-goods.vue'),
|
|
508
515
|
'nomi-folder': () => import('./components/nomi-folder.vue'),
|
|
509
|
-
'nomi-close': () => import('./components/nomi-close.vue'),
|
|
510
|
-
'nomi-file': () => import('./components/nomi-file.vue'),
|
|
511
|
-
'nomi-expand': () => import('./components/nomi-expand.vue'),
|
|
512
|
-
'nomi-help': () => import('./components/nomi-help.vue'),
|
|
513
|
-
'nomi-export': () => import('./components/nomi-export.vue'),
|
|
514
516
|
'nomi-help-alt': () => import('./components/nomi-help-alt.vue'),
|
|
517
|
+
'nomi-help': () => import('./components/nomi-help.vue'),
|
|
518
|
+
'nomi-filter': () => import('./components/nomi-filter.vue'),
|
|
519
|
+
'nomi-menu': () => import('./components/nomi-menu.vue'),
|
|
515
520
|
'nomi-hide': () => import('./components/nomi-hide.vue'),
|
|
516
521
|
'nomi-lock': () => import('./components/nomi-lock.vue'),
|
|
517
|
-
'nomi-
|
|
522
|
+
'nomi-minus': () => import('./components/nomi-minus.vue'),
|
|
518
523
|
'nomi-link': () => import('./components/nomi-link.vue'),
|
|
519
|
-
'nomi-
|
|
520
|
-
'nomi-menu': () => import('./components/nomi-menu.vue'),
|
|
521
|
-
'nomi-goods-turnover': () => import('./components/nomi-goods-turnover.vue'),
|
|
522
|
-
'nomi-move-left': () => import('./components/nomi-move-left.vue'),
|
|
523
|
-
'nomi-payment_calendar': () => import('./components/nomi-payment_calendar.vue'),
|
|
524
|
+
'nomi-logout': () => import('./components/nomi-logout.vue'),
|
|
524
525
|
'nomi-integration': () => import('./components/nomi-integration.vue'),
|
|
525
526
|
'nomi-money': () => import('./components/nomi-money.vue'),
|
|
527
|
+
'nomi-pc': () => import('./components/nomi-pc.vue'),
|
|
528
|
+
'nomi-move-left': () => import('./components/nomi-move-left.vue'),
|
|
526
529
|
'nomi-move-right': () => import('./components/nomi-move-right.vue'),
|
|
527
|
-
'nomi-
|
|
530
|
+
'nomi-payment_calendar': () => import('./components/nomi-payment_calendar.vue'),
|
|
528
531
|
'nomi-pen': () => import('./components/nomi-pen.vue'),
|
|
529
|
-
'nomi-pc': () => import('./components/nomi-pc.vue'),
|
|
530
532
|
'nomi-project': () => import('./components/nomi-project.vue'),
|
|
531
|
-
'nomi-planFact': () => import('./components/nomi-planFact.vue'),
|
|
532
|
-
'nomi-project_alt2': () => import('./components/nomi-project_alt2.vue'),
|
|
533
|
-
'nomi-repeat': () => import('./components/nomi-repeat.vue'),
|
|
534
533
|
'nomi-pnl': () => import('./components/nomi-pnl.vue'),
|
|
535
|
-
'nomi-person': () => import('./components/nomi-person.vue'),
|
|
536
534
|
'nomi-project_alt': () => import('./components/nomi-project_alt.vue'),
|
|
537
|
-
'nomi-
|
|
535
|
+
'nomi-project_alt2': () => import('./components/nomi-project_alt2.vue'),
|
|
536
|
+
'nomi-promo': () => import('./components/nomi-promo.vue'),
|
|
537
|
+
'nomi-planFact': () => import('./components/nomi-planFact.vue'),
|
|
538
|
+
'nomi-person': () => import('./components/nomi-person.vue'),
|
|
538
539
|
'nomi-report': () => import('./components/nomi-report.vue'),
|
|
540
|
+
'nomi-pin': () => import('./components/nomi-pin.vue'),
|
|
541
|
+
'nomi-refresh': () => import('./components/nomi-refresh.vue'),
|
|
539
542
|
'nomi-segment': () => import('./components/nomi-segment.vue'),
|
|
540
|
-
'nomi-goods': () => import('./components/nomi-goods.vue'),
|
|
541
|
-
'nomi-sort-desc': () => import('./components/nomi-sort-desc.vue'),
|
|
542
543
|
'nomi-scissors': () => import('./components/nomi-scissors.vue'),
|
|
544
|
+
'nomi-refresh-off': () => import('./components/nomi-refresh-off.vue'),
|
|
545
|
+
'nomi-repeat': () => import('./components/nomi-repeat.vue'),
|
|
546
|
+
'nomi-recurrence': () => import('./components/nomi-recurrence.vue'),
|
|
543
547
|
'nomi-subscription': () => import('./components/nomi-subscription.vue'),
|
|
548
|
+
'nomi-settings': () => import('./components/nomi-settings.vue'),
|
|
549
|
+
'nomi-sort-desc': () => import('./components/nomi-sort-desc.vue'),
|
|
550
|
+
'nomi-table-view': () => import('./components/nomi-table-view.vue'),
|
|
544
551
|
'nomi-sort-asc': () => import('./components/nomi-sort-asc.vue'),
|
|
552
|
+
'nomi-strongbox': () => import('./components/nomi-strongbox.vue'),
|
|
545
553
|
'nomi-tag': () => import('./components/nomi-tag.vue'),
|
|
546
|
-
'nomi-
|
|
547
|
-
'nomi-recurrence': () => import('./components/nomi-recurrence.vue'),
|
|
548
|
-
'nomi-settings': () => import('./components/nomi-settings.vue'),
|
|
554
|
+
'nomi-target': () => import('./components/nomi-target.vue'),
|
|
549
555
|
'nomi-text': () => import('./components/nomi-text.vue'),
|
|
556
|
+
'nomi-type-boolean': () => import('./components/nomi-type-boolean.vue'),
|
|
550
557
|
'nomi-transactions': () => import('./components/nomi-transactions.vue'),
|
|
551
|
-
'nomi-target': () => import('./components/nomi-target.vue'),
|
|
552
|
-
'nomi-time': () => import('./components/nomi-time.vue'),
|
|
553
|
-
'nomi-table-view': () => import('./components/nomi-table-view.vue'),
|
|
554
|
-
'nomi-type-array': () => import('./components/nomi-type-array.vue'),
|
|
555
|
-
'nomi-type-null': () => import('./components/nomi-type-null.vue'),
|
|
556
|
-
'nomi-pin': () => import('./components/nomi-pin.vue'),
|
|
557
|
-
'nomi-transactions_delete': () => import('./components/nomi-transactions_delete.vue'),
|
|
558
558
|
'nomi-transactions_alt': () => import('./components/nomi-transactions_alt.vue'),
|
|
559
|
-
'nomi-type-number': () => import('./components/nomi-type-number.vue'),
|
|
560
|
-
'nomi-trash': () => import('./components/nomi-trash.vue'),
|
|
561
|
-
'nomi-type-string': () => import('./components/nomi-type-string.vue'),
|
|
562
|
-
'nomi-type-boolean': () => import('./components/nomi-type-boolean.vue'),
|
|
563
559
|
'nomi-start': () => import('./components/nomi-start.vue'),
|
|
564
|
-
'nomi-
|
|
565
|
-
'nomi-
|
|
566
|
-
'nomi-unpin': () => import('./components/nomi-unpin.vue'),
|
|
567
|
-
'nomi-unarchive': () => import('./components/nomi-unarchive.vue'),
|
|
560
|
+
'nomi-time': () => import('./components/nomi-time.vue'),
|
|
561
|
+
'nomi-trash': () => import('./components/nomi-trash.vue'),
|
|
568
562
|
'nomi-type-date': () => import('./components/nomi-type-date.vue'),
|
|
563
|
+
'nomi-type-number': () => import('./components/nomi-type-number.vue'),
|
|
564
|
+
'nomi-type-null': () => import('./components/nomi-type-null.vue'),
|
|
565
|
+
'nomi-type-array': () => import('./components/nomi-type-array.vue'),
|
|
566
|
+
'nomi-type-object': () => import('./components/nomi-type-object.vue'),
|
|
567
|
+
'nomi-type-string': () => import('./components/nomi-type-string.vue'),
|
|
569
568
|
'nomi-types': () => import('./components/nomi-types.vue'),
|
|
569
|
+
'nomi-transactions_delete': () => import('./components/nomi-transactions_delete.vue'),
|
|
570
570
|
'nomi-user': () => import('./components/nomi-user.vue'),
|
|
571
|
+
'nomi-unpin': () => import('./components/nomi-unpin.vue'),
|
|
572
|
+
'nomi-unarchive': () => import('./components/nomi-unarchive.vue'),
|
|
571
573
|
'nomi-user_plus': () => import('./components/nomi-user_plus.vue'),
|
|
572
|
-
'nomi-warehouse': () => import('./components/nomi-warehouse.vue'),
|
|
573
574
|
'nomi-warning_triangle': () => import('./components/nomi-warning_triangle.vue'),
|
|
575
|
+
'nomi-warehouse': () => import('./components/nomi-warehouse.vue'),
|
|
574
576
|
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 2.25C10.0716 2.25 8.18657 2.82183 6.58319 3.89317C4.97982 4.96451 3.73013 6.48726 2.99218 8.26884C2.25422 10.0504 2.06114 12.0108 2.43735 13.9021C2.81355 15.7934 3.74215 17.5307 5.10571 18.8943C6.46928 20.2579 8.20656 21.1865 10.0979 21.5627C11.9892 21.9389 13.9496 21.7458 15.7312 21.0078C17.5127 20.2699 19.0355 19.0202 20.1068 17.4168C21.1782 15.8134 21.75 13.9284 21.75 12C21.745 9.41566 20.7162 6.93859 18.8888 5.11118C17.0614 3.28378 14.5843 2.25496 12 2.25ZM16.6406 10.2938L11.1469 15.5438C11.0049 15.6774 10.8169 15.7512 10.6219 15.75C10.5266 15.7514 10.4319 15.7338 10.3434 15.6984C10.2549 15.663 10.1743 15.6105 10.1063 15.5438L7.35938 12.9188C7.28319 12.8523 7.22123 12.7711 7.17722 12.6801C7.13321 12.589 7.10806 12.49 7.10328 12.389C7.0985 12.2881 7.11419 12.1871 7.14941 12.0924C7.18463 11.9976 7.23865 11.9109 7.30822 11.8375C7.3778 11.7642 7.46149 11.7056 7.55426 11.6654C7.64703 11.6252 7.74698 11.6042 7.84809 11.6036C7.94919 11.603 8.04938 11.6229 8.14261 11.662C8.23585 11.7011 8.32021 11.7587 8.39063 11.8312L10.6219 13.9594L15.6094 9.20625C15.7552 9.07902 15.9446 9.01309 16.1379 9.02223C16.3312 9.03138 16.5135 9.1149 16.6467 9.25533C16.7798 9.39576 16.8536 9.58222 16.8524 9.77575C16.8513 9.96928 16.7754 10.1549 16.6406 10.2938Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.74854 10.9386C3.74854 11.1859 3.90535 11.406 4.14056 11.4884C4.82504 11.7288 5.31664 12.3774 5.31664 13.1389C5.31664 13.9003 4.82504 14.549 4.14056 14.7893C3.90535 14.8718 3.74854 15.0919 3.74854 15.3392V16.6389C3.74854 17.391 4.36323 18 5.12062 18H19.2335C19.9909 18 20.6056 17.391 20.6056 16.6389V15.3392C20.6056 15.0919 20.4488 14.8718 20.2136 14.7893C19.5291 14.549 19.0375 13.9003 19.0375 13.1389C19.0375 12.3774 19.5291 11.7288 20.2136 11.4884C20.4488 11.406 20.6056 11.1859 20.6056 10.9386V8.86111C20.6056 8.109 19.9909 7.5 19.2335 7.5H5.12062C4.36323 7.5 3.74854 8.109 3.74854 8.86111V10.9386ZM15.1314 13.6958C14.6719 13.2408 13.9271 13.2408 13.4676 13.6958C13.009 14.1516 13.009 14.8904 13.4676 15.3454C13.9271 15.8012 14.6719 15.8012 15.1314 15.3454C15.59 14.8904 15.59 14.1516 15.1314 13.6958ZM14.1137 10.0044L9.40938 14.6711C9.17965 14.8982 9.17965 15.2684 9.40938 15.4956C9.63832 15.7234 10.0115 15.7234 10.2405 15.4956L14.9448 10.8289C15.1745 10.6018 15.1745 10.2316 14.9448 10.0044C14.7158 9.77656 14.3426 9.77656 14.1137 10.0044ZM10.8865 10.2743C10.4271 9.81856 9.68223 9.81856 9.22277 10.2743C8.7641 10.7293 8.7641 11.469 9.22277 11.924C9.68223 12.379 10.4271 12.379 10.8865 11.924C11.3452 11.469 11.3452 10.7293 10.8865 10.2743Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|