@itfin/components 2.0.88 → 2.0.90
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-chavron-up.vue +4 -0
- package/src/components/icon/components/nomi-chevron-up.vue +4 -0
- package/src/components/icon/components/nomi-pen-alt.vue +4 -0
- package/src/components/icon/icons.js +405 -405
- package/src/components/icon/new-icons/pen-alt.svg +3 -0
- package/src/components/icon/new-icons/chavron_down.svg +0 -3
- /package/src/components/icon/new-icons/{chavron_up.svg → chevron-up.svg} +0 -0
package/package.json
CHANGED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<template><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6 11.9316V13.6002C6 13.8211 6.17909 14.0002 6.4 14.0002H8.06863C8.2808 14.0002 8.48429 13.9159 8.63432 13.7659L14.2343 8.16588C14.5467 7.85346 14.5467 7.34693 14.2343 7.03451L12.9657 5.76588C12.6533 5.45346 12.1467 5.45346 11.8343 5.76588L6.23431 11.3659C6.08429 11.5159 6 11.7194 6 11.9316Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
4
|
+
</template>
|
|
@@ -1,583 +1,583 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
'alarm_clock': () => import('./components/alarm_clock.vue'),
|
|
2
3
|
'airplay': () => import('./components/airplay.vue'),
|
|
3
4
|
'align_horizontal': () => import('./components/align_horizontal.vue'),
|
|
4
|
-
'alarm_clock': () => import('./components/alarm_clock.vue'),
|
|
5
|
-
'angle': () => import('./components/angle.vue'),
|
|
6
|
-
'archive': () => import('./components/archive.vue'),
|
|
7
|
-
'arrow_bottom_right': () => import('./components/arrow_bottom_right.vue'),
|
|
8
|
-
'arrow_left_circle': () => import('./components/arrow_left_circle.vue'),
|
|
9
|
-
'arrow_top_left': () => import('./components/arrow_top_left.vue'),
|
|
10
5
|
'align_vertical': () => import('./components/align_vertical.vue'),
|
|
11
|
-
'
|
|
12
|
-
'audio_wave': () => import('./components/audio_wave.vue'),
|
|
13
|
-
'backward': () => import('./components/backward.vue'),
|
|
14
|
-
'arrow_up_circle': () => import('./components/arrow_up_circle.vue'),
|
|
6
|
+
'archive': () => import('./components/archive.vue'),
|
|
15
7
|
'arrow_right_circle': () => import('./components/arrow_right_circle.vue'),
|
|
8
|
+
'arrow_up_circle': () => import('./components/arrow_up_circle.vue'),
|
|
16
9
|
'arrow_left': () => import('./components/arrow_left.vue'),
|
|
17
|
-
'arrow_right': () => import('./components/arrow_right.vue'),
|
|
18
|
-
'arrow_up': () => import('./components/arrow_up.vue'),
|
|
19
|
-
'battery_charging': () => import('./components/battery_charging.vue'),
|
|
20
10
|
'arrow_top_right': () => import('./components/arrow_top_right.vue'),
|
|
21
|
-
'
|
|
22
|
-
'
|
|
23
|
-
'
|
|
11
|
+
'arrow_top_left': () => import('./components/arrow_top_left.vue'),
|
|
12
|
+
'audio_wave': () => import('./components/audio_wave.vue'),
|
|
13
|
+
'arrow_left_circle': () => import('./components/arrow_left_circle.vue'),
|
|
24
14
|
'arrow_bottom_left': () => import('./components/arrow_bottom_left.vue'),
|
|
25
|
-
'
|
|
15
|
+
'battery_empty': () => import('./components/battery_empty.vue'),
|
|
16
|
+
'bag': () => import('./components/bag.vue'),
|
|
17
|
+
'arrow_up': () => import('./components/arrow_up.vue'),
|
|
18
|
+
'battery_half': () => import('./components/battery_half.vue'),
|
|
19
|
+
'arrow_right': () => import('./components/arrow_right.vue'),
|
|
20
|
+
'battery_low': () => import('./components/battery_low.vue'),
|
|
26
21
|
'battery_75': () => import('./components/battery_75.vue'),
|
|
27
|
-
'
|
|
28
|
-
'
|
|
22
|
+
'battery_charging': () => import('./components/battery_charging.vue'),
|
|
23
|
+
'battery_full': () => import('./components/battery_full.vue'),
|
|
24
|
+
'blocked': () => import('./components/blocked.vue'),
|
|
25
|
+
'bell': () => import('./components/bell.vue'),
|
|
29
26
|
'bell_ringing': () => import('./components/bell_ringing.vue'),
|
|
30
|
-
'
|
|
31
|
-
'battery_half': () => import('./components/battery_half.vue'),
|
|
27
|
+
'angle': () => import('./components/angle.vue'),
|
|
32
28
|
'bell_snooze': () => import('./components/bell_snooze.vue'),
|
|
29
|
+
'backspace': () => import('./components/backspace.vue'),
|
|
30
|
+
'book': () => import('./components/book.vue'),
|
|
31
|
+
'bookmark': () => import('./components/bookmark.vue'),
|
|
32
|
+
'bell_disabled': () => import('./components/bell_disabled.vue'),
|
|
33
33
|
'bookmark_book': () => import('./components/bookmark_book.vue'),
|
|
34
|
+
'book_closed': () => import('./components/book_closed.vue'),
|
|
34
35
|
'box_download': () => import('./components/box_download.vue'),
|
|
35
|
-
'
|
|
36
|
+
'browser': () => import('./components/browser.vue'),
|
|
37
|
+
'browser_alt': () => import('./components/browser_alt.vue'),
|
|
38
|
+
'bluetooth': () => import('./components/bluetooth.vue'),
|
|
36
39
|
'book_text': () => import('./components/book_text.vue'),
|
|
37
|
-
'briefcase': () => import('./components/briefcase.vue'),
|
|
38
|
-
'box_open': () => import('./components/box_open.vue'),
|
|
39
|
-
'book_closed': () => import('./components/book_closed.vue'),
|
|
40
40
|
'button_add': () => import('./components/button_add.vue'),
|
|
41
|
+
'calendar_date': () => import('./components/calendar_date.vue'),
|
|
42
|
+
'calendar_add': () => import('./components/calendar_add.vue'),
|
|
43
|
+
'calendar_last_day': () => import('./components/calendar_last_day.vue'),
|
|
44
|
+
'calendar_day': () => import('./components/calendar_day.vue'),
|
|
41
45
|
'box': () => import('./components/box.vue'),
|
|
42
|
-
'
|
|
46
|
+
'briefcase': () => import('./components/briefcase.vue'),
|
|
47
|
+
'arrow_down': () => import('./components/arrow_down.vue'),
|
|
48
|
+
'branch': () => import('./components/branch.vue'),
|
|
49
|
+
'calendar_move': () => import('./components/calendar_move.vue'),
|
|
50
|
+
'card_timeline': () => import('./components/card_timeline.vue'),
|
|
51
|
+
'capture': () => import('./components/capture.vue'),
|
|
43
52
|
'calendar': () => import('./components/calendar.vue'),
|
|
53
|
+
'calendar_week': () => import('./components/calendar_week.vue'),
|
|
54
|
+
'carousel': () => import('./components/carousel.vue'),
|
|
55
|
+
'button_minus': () => import('./components/button_minus.vue'),
|
|
56
|
+
'camera_alt': () => import('./components/camera_alt.vue'),
|
|
44
57
|
'calculator': () => import('./components/calculator.vue'),
|
|
45
|
-
'
|
|
46
|
-
'calendar_day': () => import('./components/calendar_day.vue'),
|
|
47
|
-
'calendar_days': () => import('./components/calendar_days.vue'),
|
|
48
|
-
'blocked': () => import('./components/blocked.vue'),
|
|
49
|
-
'battery_low': () => import('./components/battery_low.vue'),
|
|
50
|
-
'calendar_last_day': () => import('./components/calendar_last_day.vue'),
|
|
51
|
-
'calendar_split': () => import('./components/calendar_split.vue'),
|
|
58
|
+
'camera_noflash_alt': () => import('./components/camera_noflash_alt.vue'),
|
|
52
59
|
'calendar_remove': () => import('./components/calendar_remove.vue'),
|
|
53
|
-
'
|
|
54
|
-
'
|
|
55
|
-
'button_minus': () => import('./components/button_minus.vue'),
|
|
56
|
-
'calendar_month': () => import('./components/calendar_month.vue'),
|
|
57
|
-
'calendar_date': () => import('./components/calendar_date.vue'),
|
|
60
|
+
'check_circle_outside': () => import('./components/check_circle_outside.vue'),
|
|
61
|
+
'check_circle': () => import('./components/check_circle.vue'),
|
|
58
62
|
'camera_noflash': () => import('./components/camera_noflash.vue'),
|
|
59
|
-
'card_view': () => import('./components/card_view.vue'),
|
|
60
|
-
'card_timeline': () => import('./components/card_timeline.vue'),
|
|
61
|
-
'branch': () => import('./components/branch.vue'),
|
|
62
63
|
'cast': () => import('./components/cast.vue'),
|
|
63
|
-
'
|
|
64
|
-
'
|
|
65
|
-
'
|
|
66
|
-
'check_circle': () => import('./components/check_circle.vue'),
|
|
64
|
+
'chat_add': () => import('./components/chat_add.vue'),
|
|
65
|
+
'camera': () => import('./components/camera.vue'),
|
|
66
|
+
'chevron_down_circle': () => import('./components/chevron_down_circle.vue'),
|
|
67
67
|
'checkbox_checked': () => import('./components/checkbox_checked.vue'),
|
|
68
|
-
'
|
|
69
|
-
'
|
|
70
|
-
'carousel': () => import('./components/carousel.vue'),
|
|
71
|
-
'bag': () => import('./components/bag.vue'),
|
|
72
|
-
'bookmark': () => import('./components/bookmark.vue'),
|
|
73
|
-
'chevron_right': () => import('./components/chevron_right.vue'),
|
|
68
|
+
'calendar_month': () => import('./components/calendar_month.vue'),
|
|
69
|
+
'chevron_close': () => import('./components/chevron_close.vue'),
|
|
74
70
|
'chevron_down': () => import('./components/chevron_down.vue'),
|
|
75
|
-
'chevron_right_double': () => import('./components/chevron_right_double.vue'),
|
|
76
|
-
'chevron_up_circle': () => import('./components/chevron_up_circle.vue'),
|
|
77
|
-
'cart': () => import('./components/cart.vue'),
|
|
78
|
-
'chevron_open': () => import('./components/chevron_open.vue'),
|
|
79
|
-
'chain': () => import('./components/chain.vue'),
|
|
80
71
|
'chevron_down_double': () => import('./components/chevron_down_double.vue'),
|
|
81
|
-
'
|
|
72
|
+
'checkbox_empty': () => import('./components/checkbox_empty.vue'),
|
|
73
|
+
'chevron_open': () => import('./components/chevron_open.vue'),
|
|
74
|
+
'backward10': () => import('./components/backward10.vue'),
|
|
75
|
+
'calendar_days': () => import('./components/calendar_days.vue'),
|
|
82
76
|
'chevron_left_double': () => import('./components/chevron_left_double.vue'),
|
|
77
|
+
'cart': () => import('./components/cart.vue'),
|
|
83
78
|
'circle': () => import('./components/circle.vue'),
|
|
84
|
-
'
|
|
85
|
-
'
|
|
86
|
-
'circle_split': () => import('./components/circle_split.vue'),
|
|
79
|
+
'clipboard': () => import('./components/clipboard.vue'),
|
|
80
|
+
'chevron_left_circle': () => import('./components/chevron_left_circle.vue'),
|
|
87
81
|
'chevron_left': () => import('./components/chevron_left.vue'),
|
|
88
|
-
'
|
|
89
|
-
'camera': () => import('./components/camera.vue'),
|
|
82
|
+
'circle_split': () => import('./components/circle_split.vue'),
|
|
90
83
|
'clipboard_copy': () => import('./components/clipboard_copy.vue'),
|
|
91
|
-
'
|
|
84
|
+
'clipboard_check': () => import('./components/clipboard_check.vue'),
|
|
85
|
+
'chevron_up': () => import('./components/chevron_up.vue'),
|
|
86
|
+
'chevron_right_double': () => import('./components/chevron_right_double.vue'),
|
|
92
87
|
'clipboard_notes': () => import('./components/clipboard_notes.vue'),
|
|
93
|
-
'circle_menu': () => import('./components/circle_menu.vue'),
|
|
94
|
-
'cloud_disconnect': () => import('./components/cloud_disconnect.vue'),
|
|
95
|
-
'calendar_week': () => import('./components/calendar_week.vue'),
|
|
96
88
|
'clock': () => import('./components/clock.vue'),
|
|
97
|
-
'
|
|
98
|
-
'
|
|
89
|
+
'close': () => import('./components/close.vue'),
|
|
90
|
+
'check': () => import('./components/check.vue'),
|
|
91
|
+
'card_view': () => import('./components/card_view.vue'),
|
|
92
|
+
'clipboard_add': () => import('./components/clipboard_add.vue'),
|
|
93
|
+
'chevron_up_circle': () => import('./components/chevron_up_circle.vue'),
|
|
94
|
+
'arrow_bottom_right': () => import('./components/arrow_bottom_right.vue'),
|
|
95
|
+
'clipboard_remove': () => import('./components/clipboard_remove.vue'),
|
|
99
96
|
'code': () => import('./components/code.vue'),
|
|
100
|
-
'
|
|
97
|
+
'cloud_download_alt': () => import('./components/cloud_download_alt.vue'),
|
|
101
98
|
'coffee': () => import('./components/coffee.vue'),
|
|
102
|
-
'
|
|
103
|
-
'
|
|
104
|
-
'chevron_up_double': () => import('./components/chevron_up_double.vue'),
|
|
105
|
-
'coins': () => import('./components/coins.vue'),
|
|
106
|
-
'cloud_download': () => import('./components/cloud_download.vue'),
|
|
99
|
+
'chain': () => import('./components/chain.vue'),
|
|
100
|
+
'cloud_disconnect': () => import('./components/cloud_disconnect.vue'),
|
|
107
101
|
'compass': () => import('./components/compass.vue'),
|
|
108
|
-
'
|
|
109
|
-
'
|
|
110
|
-
'
|
|
111
|
-
'connect': () => import('./components/connect.vue'),
|
|
102
|
+
'circle_menu': () => import('./components/circle_menu.vue'),
|
|
103
|
+
'coin': () => import('./components/coin.vue'),
|
|
104
|
+
'chevron_right': () => import('./components/chevron_right.vue'),
|
|
112
105
|
'create': () => import('./components/create.vue'),
|
|
106
|
+
'credit_card': () => import('./components/credit_card.vue'),
|
|
107
|
+
'crop': () => import('./components/crop.vue'),
|
|
113
108
|
'cross': () => import('./components/cross.vue'),
|
|
114
|
-
'coin': () => import('./components/coin.vue'),
|
|
115
109
|
'cross_circle': () => import('./components/cross_circle.vue'),
|
|
110
|
+
'coins': () => import('./components/coins.vue'),
|
|
116
111
|
'cloud': () => import('./components/cloud.vue'),
|
|
117
|
-
'crosshair': () => import('./components/crosshair.vue'),
|
|
118
|
-
'clipboard_remove': () => import('./components/clipboard_remove.vue'),
|
|
119
112
|
'component_add': () => import('./components/component_add.vue'),
|
|
120
|
-
'
|
|
121
|
-
'
|
|
122
|
-
'
|
|
123
|
-
'
|
|
113
|
+
'database': () => import('./components/database.vue'),
|
|
114
|
+
'crosshair': () => import('./components/crosshair.vue'),
|
|
115
|
+
'directions': () => import('./components/directions.vue'),
|
|
116
|
+
'disc': () => import('./components/disc.vue'),
|
|
117
|
+
'contract': () => import('./components/contract.vue'),
|
|
124
118
|
'document': () => import('./components/document.vue'),
|
|
125
|
-
'
|
|
119
|
+
'cube': () => import('./components/cube.vue'),
|
|
126
120
|
'display': () => import('./components/display.vue'),
|
|
127
|
-
'
|
|
128
|
-
'document_words': () => import('./components/document_words.vue'),
|
|
129
|
-
'database': () => import('./components/database.vue'),
|
|
121
|
+
'diamond': () => import('./components/diamond.vue'),
|
|
130
122
|
'document_list': () => import('./components/document_list.vue'),
|
|
123
|
+
'arrow_down_circle': () => import('./components/arrow_down_circle.vue'),
|
|
124
|
+
'cloud_upload': () => import('./components/cloud_upload.vue'),
|
|
125
|
+
'document_justified': () => import('./components/document_justified.vue'),
|
|
126
|
+
'clipboard_cross': () => import('./components/clipboard_cross.vue'),
|
|
131
127
|
'door_alt': () => import('./components/door_alt.vue'),
|
|
132
|
-
'diamond': () => import('./components/diamond.vue'),
|
|
133
|
-
'display_alt': () => import('./components/display_alt.vue'),
|
|
134
|
-
'credit_card': () => import('./components/credit_card.vue'),
|
|
135
|
-
'downward': () => import('./components/downward.vue'),
|
|
136
128
|
'download': () => import('./components/download.vue'),
|
|
137
|
-
'drag': () => import('./components/drag.vue'),
|
|
138
|
-
'disc': () => import('./components/disc.vue'),
|
|
139
|
-
'drag_circle': () => import('./components/drag_circle.vue'),
|
|
140
129
|
'document_stack': () => import('./components/document_stack.vue'),
|
|
130
|
+
'drag': () => import('./components/drag.vue'),
|
|
131
|
+
'document_words': () => import('./components/document_words.vue'),
|
|
132
|
+
'display_alt': () => import('./components/display_alt.vue'),
|
|
133
|
+
'downward': () => import('./components/downward.vue'),
|
|
134
|
+
'duplicate_alt': () => import('./components/duplicate_alt.vue'),
|
|
141
135
|
'door': () => import('./components/door.vue'),
|
|
142
|
-
'
|
|
143
|
-
'
|
|
144
|
-
'enter_alt': () => import('./components/enter_alt.vue'),
|
|
145
|
-
'exit_left': () => import('./components/exit_left.vue'),
|
|
146
|
-
'cloud_download_alt': () => import('./components/cloud_download_alt.vue'),
|
|
136
|
+
'drag_circle': () => import('./components/drag_circle.vue'),
|
|
137
|
+
'drag_vertical': () => import('./components/drag_vertical.vue'),
|
|
147
138
|
'episodes': () => import('./components/episodes.vue'),
|
|
148
|
-
'expand': () => import('./components/expand.vue'),
|
|
149
139
|
'expand_height': () => import('./components/expand_height.vue'),
|
|
150
|
-
'
|
|
140
|
+
'exit_left': () => import('./components/exit_left.vue'),
|
|
141
|
+
'box_open': () => import('./components/box_open.vue'),
|
|
142
|
+
'chevron_right_circle': () => import('./components/chevron_right_circle.vue'),
|
|
143
|
+
'cloud_download': () => import('./components/cloud_download.vue'),
|
|
144
|
+
'enter': () => import('./components/enter.vue'),
|
|
145
|
+
'contacts': () => import('./components/contacts.vue'),
|
|
146
|
+
'eye': () => import('./components/eye.vue'),
|
|
147
|
+
'duplicate': () => import('./components/duplicate.vue'),
|
|
148
|
+
'calendar_split': () => import('./components/calendar_split.vue'),
|
|
149
|
+
'connect': () => import('./components/connect.vue'),
|
|
150
|
+
'download_alt': () => import('./components/download_alt.vue'),
|
|
151
151
|
'eye_no': () => import('./components/eye_no.vue'),
|
|
152
|
+
'fi_fingerprint': () => import('./components/fi_fingerprint.vue'),
|
|
153
|
+
'eye_closed': () => import('./components/eye_closed.vue'),
|
|
152
154
|
'face_delighted': () => import('./components/face_delighted.vue'),
|
|
153
|
-
'
|
|
154
|
-
'duplicate_alt': () => import('./components/duplicate_alt.vue'),
|
|
155
|
-
'face_happy': () => import('./components/face_happy.vue'),
|
|
155
|
+
'cylinder': () => import('./components/cylinder.vue'),
|
|
156
156
|
'expand_width': () => import('./components/expand_width.vue'),
|
|
157
|
-
'fi_fingerprint': () => import('./components/fi_fingerprint.vue'),
|
|
158
|
-
'file_download': () => import('./components/file_download.vue'),
|
|
159
157
|
'exit_right': () => import('./components/exit_right.vue'),
|
|
160
|
-
'download_alt': () => import('./components/download_alt.vue'),
|
|
161
158
|
'files_stack': () => import('./components/files_stack.vue'),
|
|
162
|
-
'filter_all': () => import('./components/filter_all.vue'),
|
|
163
|
-
'face_sad': () => import('./components/face_sad.vue'),
|
|
164
159
|
'film': () => import('./components/film.vue'),
|
|
165
|
-
'
|
|
166
|
-
'
|
|
167
|
-
'filter_single': () => import('./components/filter_single.vue'),
|
|
168
|
-
'files_history': () => import('./components/files_history.vue'),
|
|
169
|
-
'eye': () => import('./components/eye.vue'),
|
|
160
|
+
'face_happy': () => import('./components/face_happy.vue'),
|
|
161
|
+
'files_multi': () => import('./components/files_multi.vue'),
|
|
170
162
|
'filter_overdue': () => import('./components/filter_overdue.vue'),
|
|
171
|
-
'face_neutral': () => import('./components/face_neutral.vue'),
|
|
172
163
|
'file_upload': () => import('./components/file_upload.vue'),
|
|
173
|
-
'flip_view': () => import('./components/flip_view.vue'),
|
|
174
|
-
'eye_closed': () => import('./components/eye_closed.vue'),
|
|
175
|
-
'files_multi': () => import('./components/files_multi.vue'),
|
|
176
|
-
'filter_completed': () => import('./components/filter_completed.vue'),
|
|
177
|
-
'folder_closed': () => import('./components/folder_closed.vue'),
|
|
178
|
-
'filter_not_started': () => import('./components/filter_not_started.vue'),
|
|
179
|
-
'folder_add': () => import('./components/folder_add.vue'),
|
|
180
164
|
'filtering': () => import('./components/filtering.vue'),
|
|
181
|
-
'
|
|
165
|
+
'filter': () => import('./components/filter.vue'),
|
|
166
|
+
'external': () => import('./components/external.vue'),
|
|
167
|
+
'expand': () => import('./components/expand.vue'),
|
|
168
|
+
'fingerprint': () => import('./components/fingerprint.vue'),
|
|
182
169
|
'flag': () => import('./components/flag.vue'),
|
|
183
|
-
'
|
|
184
|
-
'
|
|
170
|
+
'filter_circle': () => import('./components/filter_circle.vue'),
|
|
171
|
+
'face_sad': () => import('./components/face_sad.vue'),
|
|
172
|
+
'flame': () => import('./components/flame.vue'),
|
|
173
|
+
'file_download': () => import('./components/file_download.vue'),
|
|
185
174
|
'folder_minus': () => import('./components/folder_minus.vue'),
|
|
186
|
-
'
|
|
187
|
-
'
|
|
188
|
-
'
|
|
175
|
+
'folder_open': () => import('./components/folder_open.vue'),
|
|
176
|
+
'filter_completed': () => import('./components/filter_completed.vue'),
|
|
177
|
+
'fork_git': () => import('./components/fork_git.vue'),
|
|
178
|
+
'forward10': () => import('./components/forward10.vue'),
|
|
179
|
+
'files_history': () => import('./components/files_history.vue'),
|
|
180
|
+
'forward': () => import('./components/forward.vue'),
|
|
189
181
|
'filter_ongoing': () => import('./components/filter_ongoing.vue'),
|
|
190
|
-
'forward_alt': () => import('./components/forward_alt.vue'),
|
|
191
182
|
'gauge': () => import('./components/gauge.vue'),
|
|
192
|
-
'globe': () => import('./components/globe.vue'),
|
|
193
|
-
'flame': () => import('./components/flame.vue'),
|
|
194
|
-
'grab': () => import('./components/grab.vue'),
|
|
195
|
-
'gift': () => import('./components/gift.vue'),
|
|
196
183
|
'fullscreen': () => import('./components/fullscreen.vue'),
|
|
197
|
-
'
|
|
198
|
-
'
|
|
199
|
-
'
|
|
184
|
+
'funnel': () => import('./components/funnel.vue'),
|
|
185
|
+
'gps': () => import('./components/gps.vue'),
|
|
186
|
+
'filter_single': () => import('./components/filter_single.vue'),
|
|
187
|
+
'floppy': () => import('./components/floppy.vue'),
|
|
200
188
|
'graph_bar': () => import('./components/graph_bar.vue'),
|
|
201
|
-
'
|
|
189
|
+
'graph_box': () => import('./components/graph_box.vue'),
|
|
190
|
+
'graph_increase': () => import('./components/graph_increase.vue'),
|
|
191
|
+
'flame_alt': () => import('./components/flame_alt.vue'),
|
|
202
192
|
'grid': () => import('./components/grid.vue'),
|
|
193
|
+
'grid_circles': () => import('./components/grid_circles.vue'),
|
|
194
|
+
'filter_not_started': () => import('./components/filter_not_started.vue'),
|
|
195
|
+
'folder_add': () => import('./components/folder_add.vue'),
|
|
196
|
+
'globe': () => import('./components/globe.vue'),
|
|
197
|
+
'gift': () => import('./components/gift.vue'),
|
|
198
|
+
'forward_alt': () => import('./components/forward_alt.vue'),
|
|
199
|
+
'face_neutral': () => import('./components/face_neutral.vue'),
|
|
200
|
+
'hash': () => import('./components/hash.vue'),
|
|
201
|
+
'grid_circles_add': () => import('./components/grid_circles_add.vue'),
|
|
202
|
+
'enter_alt': () => import('./components/enter_alt.vue'),
|
|
203
|
+
'flip_view': () => import('./components/flip_view.vue'),
|
|
204
|
+
'folder_closed': () => import('./components/folder_closed.vue'),
|
|
203
205
|
'grid_squares_add': () => import('./components/grid_squares_add.vue'),
|
|
204
|
-
'
|
|
205
|
-
'gps': () => import('./components/gps.vue'),
|
|
206
|
-
'grid_squares': () => import('./components/grid_squares.vue'),
|
|
207
|
-
'graph_box': () => import('./components/graph_box.vue'),
|
|
208
|
-
'fingerprint': () => import('./components/fingerprint.vue'),
|
|
206
|
+
'filter_all': () => import('./components/filter_all.vue'),
|
|
209
207
|
'home': () => import('./components/home.vue'),
|
|
210
|
-
'heart_rate': () => import('./components/heart_rate.vue'),
|
|
211
|
-
'heart_remove': () => import('./components/heart_remove.vue'),
|
|
212
|
-
'bell': () => import('./components/bell.vue'),
|
|
213
208
|
'home_check': () => import('./components/home_check.vue'),
|
|
214
209
|
'home_door': () => import('./components/home_door.vue'),
|
|
215
|
-
'
|
|
216
|
-
'heart': () => import('./components/heart.vue'),
|
|
217
|
-
'hash': () => import('./components/hash.vue'),
|
|
218
|
-
'info_circle': () => import('./components/info_circle.vue'),
|
|
219
|
-
'home_alt': () => import('./components/home_alt.vue'),
|
|
220
|
-
'height': () => import('./components/height.vue'),
|
|
210
|
+
'heart_rate': () => import('./components/heart_rate.vue'),
|
|
221
211
|
'inbox': () => import('./components/inbox.vue'),
|
|
222
|
-
'
|
|
223
|
-
'
|
|
224
|
-
'
|
|
225
|
-
'
|
|
226
|
-
'
|
|
227
|
-
'
|
|
228
|
-
'
|
|
212
|
+
'iphone_landscape': () => import('./components/iphone_landscape.vue'),
|
|
213
|
+
'info_circle': () => import('./components/info_circle.vue'),
|
|
214
|
+
'grab': () => import('./components/grab.vue'),
|
|
215
|
+
'grid_small': () => import('./components/grid_small.vue'),
|
|
216
|
+
'iphone_portrait': () => import('./components/iphone_portrait.vue'),
|
|
217
|
+
'heart_remove': () => import('./components/heart_remove.vue'),
|
|
218
|
+
'hand': () => import('./components/hand.vue'),
|
|
229
219
|
'import': () => import('./components/import.vue'),
|
|
230
|
-
'
|
|
231
|
-
'
|
|
220
|
+
'jump_forward': () => import('./components/jump_forward.vue'),
|
|
221
|
+
'jump_left': () => import('./components/jump_left.vue'),
|
|
222
|
+
'keyboard': () => import('./components/keyboard.vue'),
|
|
232
223
|
'hierarchy': () => import('./components/hierarchy.vue'),
|
|
224
|
+
'jump_backward': () => import('./components/jump_backward.vue'),
|
|
225
|
+
'lineweight': () => import('./components/lineweight.vue'),
|
|
226
|
+
'harddrive': () => import('./components/harddrive.vue'),
|
|
227
|
+
'height': () => import('./components/height.vue'),
|
|
228
|
+
'link': () => import('./components/link.vue'),
|
|
233
229
|
'link_alt': () => import('./components/link_alt.vue'),
|
|
234
|
-
'
|
|
235
|
-
'
|
|
236
|
-
'link_horizontal': () => import('./components/link_horizontal.vue'),
|
|
230
|
+
'link_broken': () => import('./components/link_broken.vue'),
|
|
231
|
+
'lightbulb': () => import('./components/lightbulb.vue'),
|
|
237
232
|
'list_add': () => import('./components/list_add.vue'),
|
|
233
|
+
'link_vertical': () => import('./components/link_vertical.vue'),
|
|
234
|
+
'laptop': () => import('./components/laptop.vue'),
|
|
235
|
+
'loader': () => import('./components/loader.vue'),
|
|
238
236
|
'list': () => import('./components/list.vue'),
|
|
239
|
-
'
|
|
240
|
-
'
|
|
237
|
+
'link_horizontal': () => import('./components/link_horizontal.vue'),
|
|
238
|
+
'location': () => import('./components/location.vue'),
|
|
239
|
+
'inbox_alt': () => import('./components/inbox_alt.vue'),
|
|
241
240
|
'lock': () => import('./components/lock.vue'),
|
|
242
|
-
'
|
|
243
|
-
'link_vertical': () => import('./components/link_vertical.vue'),
|
|
241
|
+
'home_alt': () => import('./components/home_alt.vue'),
|
|
244
242
|
'mail_add': () => import('./components/mail_add.vue'),
|
|
243
|
+
'list_numbered': () => import('./components/list_numbered.vue'),
|
|
244
|
+
'mail_open': () => import('./components/mail_open.vue'),
|
|
245
|
+
'lock_open': () => import('./components/lock_open.vue'),
|
|
245
246
|
'mail_new': () => import('./components/mail_new.vue'),
|
|
246
|
-
'mail': () => import('./components/mail.vue'),
|
|
247
|
-
'mail_minus': () => import('./components/mail_minus.vue'),
|
|
248
|
-
'mail_delete': () => import('./components/mail_delete.vue'),
|
|
249
|
-
'maximise': () => import('./components/maximise.vue'),
|
|
250
247
|
'menu_hamburger': () => import('./components/menu_hamburger.vue'),
|
|
251
|
-
'
|
|
252
|
-
'mail_remove': () => import('./components/mail_remove.vue'),
|
|
248
|
+
'mail_minus': () => import('./components/mail_minus.vue'),
|
|
253
249
|
'menu_horizontal': () => import('./components/menu_horizontal.vue'),
|
|
254
|
-
'
|
|
255
|
-
'lightning_alt': () => import('./components/lightning_alt.vue'),
|
|
256
|
-
'iphone_portrait': () => import('./components/iphone_portrait.vue'),
|
|
257
|
-
'mail_open': () => import('./components/mail_open.vue'),
|
|
250
|
+
'menu_vertical': () => import('./components/menu_vertical.vue'),
|
|
258
251
|
'message_writing': () => import('./components/message_writing.vue'),
|
|
259
|
-
'
|
|
260
|
-
'
|
|
261
|
-
'message': () => import('./components/message.vue'),
|
|
252
|
+
'mail_delete': () => import('./components/mail_delete.vue'),
|
|
253
|
+
'mail': () => import('./components/mail.vue'),
|
|
262
254
|
'microphone': () => import('./components/microphone.vue'),
|
|
263
|
-
'
|
|
264
|
-
'mini_player': () => import('./components/mini_player.vue'),
|
|
265
|
-
'midpoint': () => import('./components/midpoint.vue'),
|
|
266
|
-
'minus': () => import('./components/minus.vue'),
|
|
267
|
-
'moon': () => import('./components/moon.vue'),
|
|
255
|
+
'maximise': () => import('./components/maximise.vue'),
|
|
268
256
|
'microphone_muted': () => import('./components/microphone_muted.vue'),
|
|
257
|
+
'midpoint': () => import('./components/midpoint.vue'),
|
|
258
|
+
'lightning': () => import('./components/lightning.vue'),
|
|
259
|
+
'microphone_disabled': () => import('./components/microphone_disabled.vue'),
|
|
260
|
+
'jump_right': () => import('./components/jump_right.vue'),
|
|
261
|
+
'grid_squares': () => import('./components/grid_squares.vue'),
|
|
262
|
+
'marquee': () => import('./components/marquee.vue'),
|
|
263
|
+
'minimise': () => import('./components/minimise.vue'),
|
|
269
264
|
'newspaper': () => import('./components/newspaper.vue'),
|
|
270
|
-
'jump_forward': () => import('./components/jump_forward.vue'),
|
|
271
|
-
'minus_circle': () => import('./components/minus_circle.vue'),
|
|
272
265
|
'move': () => import('./components/move.vue'),
|
|
266
|
+
'minus': () => import('./components/minus.vue'),
|
|
267
|
+
'frame': () => import('./components/frame.vue'),
|
|
273
268
|
'notebook': () => import('./components/notebook.vue'),
|
|
274
|
-
'
|
|
275
|
-
'
|
|
276
|
-
'nut': () => import('./components/nut.vue'),
|
|
277
|
-
'pages': () => import('./components/pages.vue'),
|
|
269
|
+
'minus_circle': () => import('./components/minus_circle.vue'),
|
|
270
|
+
'moon': () => import('./components/moon.vue'),
|
|
278
271
|
'no_sign': () => import('./components/no_sign.vue'),
|
|
279
|
-
'notification': () => import('./components/notification.vue'),
|
|
280
|
-
'panel_center': () => import('./components/panel_center.vue'),
|
|
281
272
|
'panel_bottom': () => import('./components/panel_bottom.vue'),
|
|
282
|
-
'
|
|
273
|
+
'lightbulb_on': () => import('./components/lightbulb_on.vue'),
|
|
283
274
|
'panel_left': () => import('./components/panel_left.vue'),
|
|
284
|
-
'
|
|
285
|
-
'
|
|
286
|
-
'lock_open': () => import('./components/lock_open.vue'),
|
|
287
|
-
'jump_right': () => import('./components/jump_right.vue'),
|
|
288
|
-
'paper_folded': () => import('./components/paper_folded.vue'),
|
|
275
|
+
'nut': () => import('./components/nut.vue'),
|
|
276
|
+
'pages': () => import('./components/pages.vue'),
|
|
289
277
|
'panel_right': () => import('./components/panel_right.vue'),
|
|
290
|
-
'paper_plane': () => import('./components/paper_plane.vue'),
|
|
291
278
|
'paperclip': () => import('./components/paperclip.vue'),
|
|
292
|
-
'
|
|
279
|
+
'optional': () => import('./components/optional.vue'),
|
|
280
|
+
'panel_sectioned': () => import('./components/panel_sectioned.vue'),
|
|
293
281
|
'paragraph_end': () => import('./components/paragraph_end.vue'),
|
|
294
|
-
'
|
|
282
|
+
'paper_folded': () => import('./components/paper_folded.vue'),
|
|
283
|
+
'panel_center': () => import('./components/panel_center.vue'),
|
|
284
|
+
'paragraph_center': () => import('./components/paragraph_center.vue'),
|
|
285
|
+
'panel_top': () => import('./components/panel_top.vue'),
|
|
286
|
+
'paper_plane': () => import('./components/paper_plane.vue'),
|
|
287
|
+
'paper': () => import('./components/paper.vue'),
|
|
288
|
+
'paragraph_right': () => import('./components/paragraph_right.vue'),
|
|
289
|
+
'phone_portrait': () => import('./components/phone_portrait.vue'),
|
|
295
290
|
'paragraph_left': () => import('./components/paragraph_left.vue'),
|
|
296
|
-
'
|
|
297
|
-
'pie_half': () => import('./components/pie_half.vue'),
|
|
291
|
+
'pie_quarter': () => import('./components/pie_quarter.vue'),
|
|
298
292
|
'pie_third': () => import('./components/pie_third.vue'),
|
|
299
|
-
'plus_circle': () => import('./components/plus_circle.vue'),
|
|
300
|
-
'play': () => import('./components/play.vue'),
|
|
301
293
|
'pause': () => import('./components/pause.vue'),
|
|
294
|
+
'plus': () => import('./components/plus.vue'),
|
|
295
|
+
'phone_landscape': () => import('./components/phone_landscape.vue'),
|
|
296
|
+
'pen': () => import('./components/pen.vue'),
|
|
297
|
+
'printer': () => import('./components/printer.vue'),
|
|
298
|
+
'plus_circle': () => import('./components/plus_circle.vue'),
|
|
299
|
+
'pie_half': () => import('./components/pie_half.vue'),
|
|
300
|
+
'notification': () => import('./components/notification.vue'),
|
|
301
|
+
'pull_down': () => import('./components/pull_down.vue'),
|
|
302
|
+
'projector': () => import('./components/projector.vue'),
|
|
302
303
|
'play_button': () => import('./components/play_button.vue'),
|
|
304
|
+
'pull_right': () => import('./components/pull_right.vue'),
|
|
305
|
+
'play': () => import('./components/play.vue'),
|
|
303
306
|
'paragraph_start': () => import('./components/paragraph_start.vue'),
|
|
304
|
-
'
|
|
305
|
-
'paragraph_center': () => import('./components/paragraph_center.vue'),
|
|
307
|
+
'picture': () => import('./components/picture.vue'),
|
|
306
308
|
'project_fixed': () => import('./components/project_fixed.vue'),
|
|
307
|
-
'paper_plane_alt': () => import('./components/paper_plane_alt.vue'),
|
|
308
|
-
'phone_landscape': () => import('./components/phone_landscape.vue'),
|
|
309
|
-
'project_tnm': () => import('./components/project_tnm.vue'),
|
|
310
|
-
'paragraph_right': () => import('./components/paragraph_right.vue'),
|
|
311
|
-
'pull_down': () => import('./components/pull_down.vue'),
|
|
312
|
-
'project_nonprofit': () => import('./components/project_nonprofit.vue'),
|
|
313
|
-
'phone_portrait': () => import('./components/phone_portrait.vue'),
|
|
314
309
|
'postcard': () => import('./components/postcard.vue'),
|
|
315
|
-
'
|
|
316
|
-
'
|
|
310
|
+
'mail_remove': () => import('./components/mail_remove.vue'),
|
|
311
|
+
'push_right': () => import('./components/push_right.vue'),
|
|
312
|
+
'pull_left': () => import('./components/pull_left.vue'),
|
|
313
|
+
'project_tnm': () => import('./components/project_tnm.vue'),
|
|
314
|
+
'question_circle': () => import('./components/question_circle.vue'),
|
|
317
315
|
'push_left': () => import('./components/push_left.vue'),
|
|
318
|
-
'
|
|
319
|
-
'
|
|
316
|
+
'project_nonprofit': () => import('./components/project_nonprofit.vue'),
|
|
317
|
+
'refresh': () => import('./components/refresh.vue'),
|
|
318
|
+
'record': () => import('./components/record.vue'),
|
|
320
319
|
'refresh_alt': () => import('./components/refresh_alt.vue'),
|
|
320
|
+
'pull_up': () => import('./components/pull_up.vue'),
|
|
321
|
+
'push_up': () => import('./components/push_up.vue'),
|
|
322
|
+
'reset_alt': () => import('./components/reset_alt.vue'),
|
|
323
|
+
'mini_player': () => import('./components/mini_player.vue'),
|
|
324
|
+
'reset': () => import('./components/reset.vue'),
|
|
321
325
|
'receipt': () => import('./components/receipt.vue'),
|
|
322
|
-
'pull_left': () => import('./components/pull_left.vue'),
|
|
323
|
-
'record': () => import('./components/record.vue'),
|
|
324
326
|
'replicate_alt': () => import('./components/replicate_alt.vue'),
|
|
325
|
-
'reset': () => import('./components/reset.vue'),
|
|
326
|
-
'question_circle': () => import('./components/question_circle.vue'),
|
|
327
|
-
'reset_alt': () => import('./components/reset_alt.vue'),
|
|
328
|
-
'replicate': () => import('./components/replicate.vue'),
|
|
329
|
-
'push_down': () => import('./components/push_down.vue'),
|
|
330
|
-
'required': () => import('./components/required.vue'),
|
|
331
327
|
'reset_temporary': () => import('./components/reset_temporary.vue'),
|
|
332
|
-
'
|
|
333
|
-
'
|
|
334
|
-
'chevron_right_circle': () => import('./components/chevron_right_circle.vue'),
|
|
335
|
-
'push_up': () => import('./components/push_up.vue'),
|
|
328
|
+
'required': () => import('./components/required.vue'),
|
|
329
|
+
'replicate': () => import('./components/replicate.vue'),
|
|
336
330
|
'ruler': () => import('./components/ruler.vue'),
|
|
337
|
-
'
|
|
338
|
-
'
|
|
339
|
-
'
|
|
331
|
+
'reset_hard': () => import('./components/reset_hard.vue'),
|
|
332
|
+
'scale': () => import('./components/scale.vue'),
|
|
333
|
+
'backward': () => import('./components/backward.vue'),
|
|
334
|
+
'push_down': () => import('./components/push_down.vue'),
|
|
335
|
+
'scale_extend': () => import('./components/scale_extend.vue'),
|
|
340
336
|
'revert': () => import('./components/revert.vue'),
|
|
341
|
-
'
|
|
337
|
+
'reverse': () => import('./components/reverse.vue'),
|
|
338
|
+
'radio_on': () => import('./components/radio_on.vue'),
|
|
339
|
+
'settings': () => import('./components/settings.vue'),
|
|
342
340
|
'scale_contract': () => import('./components/scale_contract.vue'),
|
|
343
|
-
'
|
|
344
|
-
'
|
|
345
|
-
'
|
|
346
|
-
'shuffle': () => import('./components/shuffle.vue'),
|
|
341
|
+
'scalpel': () => import('./components/scalpel.vue'),
|
|
342
|
+
'paper_plane_alt': () => import('./components/paper_plane_alt.vue'),
|
|
343
|
+
'share_alt': () => import('./components/share_alt.vue'),
|
|
347
344
|
'slash_forward': () => import('./components/slash_forward.vue'),
|
|
348
|
-
'scale': () => import('./components/scale.vue'),
|
|
349
|
-
'reset_forward': () => import('./components/reset_forward.vue'),
|
|
350
|
-
'lightning': () => import('./components/lightning.vue'),
|
|
351
|
-
'plus': () => import('./components/plus.vue'),
|
|
352
|
-
'speaker': () => import('./components/speaker.vue'),
|
|
353
|
-
'sliders': () => import('./components/sliders.vue'),
|
|
354
|
-
'share': () => import('./components/share.vue'),
|
|
355
|
-
'retweet': () => import('./components/retweet.vue'),
|
|
356
|
-
'side_menu': () => import('./components/side_menu.vue'),
|
|
357
345
|
'sort': () => import('./components/sort.vue'),
|
|
358
|
-
'
|
|
359
|
-
'settings': () => import('./components/settings.vue'),
|
|
360
|
-
'speech_bubble': () => import('./components/speech_bubble.vue'),
|
|
361
|
-
'sun': () => import('./components/sun.vue'),
|
|
362
|
-
'share_alt': () => import('./components/share_alt.vue'),
|
|
363
|
-
'swap': () => import('./components/swap.vue'),
|
|
364
|
-
'slash_backward': () => import('./components/slash_backward.vue'),
|
|
346
|
+
'reverse_alt': () => import('./components/reverse_alt.vue'),
|
|
365
347
|
'sort_alt': () => import('./components/sort_alt.vue'),
|
|
348
|
+
'slash_backward': () => import('./components/slash_backward.vue'),
|
|
349
|
+
'split': () => import('./components/split.vue'),
|
|
350
|
+
'redo': () => import('./components/redo.vue'),
|
|
351
|
+
'reset_forward': () => import('./components/reset_forward.vue'),
|
|
352
|
+
'speech_typing': () => import('./components/speech_typing.vue'),
|
|
353
|
+
'server': () => import('./components/server.vue'),
|
|
354
|
+
'heart': () => import('./components/heart.vue'),
|
|
355
|
+
'shuffle': () => import('./components/shuffle.vue'),
|
|
356
|
+
'speech_bubble': () => import('./components/speech_bubble.vue'),
|
|
357
|
+
'share': () => import('./components/share.vue'),
|
|
366
358
|
'support': () => import('./components/support.vue'),
|
|
367
|
-
'
|
|
359
|
+
'speaker': () => import('./components/speaker.vue'),
|
|
360
|
+
'tag': () => import('./components/tag.vue'),
|
|
368
361
|
'table_header': () => import('./components/table_header.vue'),
|
|
369
|
-
'split': () => import('./components/split.vue'),
|
|
370
|
-
'pull_right': () => import('./components/pull_right.vue'),
|
|
371
|
-
'switch': () => import('./components/switch.vue'),
|
|
372
|
-
'tags': () => import('./components/tags.vue'),
|
|
373
|
-
'target': () => import('./components/target.vue'),
|
|
374
362
|
'tag_milestone': () => import('./components/tag_milestone.vue'),
|
|
375
|
-
'tag': () => import('./components/tag.vue'),
|
|
376
|
-
'thumbs_down': () => import('./components/thumbs_down.vue'),
|
|
377
|
-
'thumbs_up': () => import('./components/thumbs_up.vue'),
|
|
378
|
-
'toggles': () => import('./components/toggles.vue'),
|
|
379
|
-
'timeline': () => import('./components/timeline.vue'),
|
|
380
363
|
'thread': () => import('./components/thread.vue'),
|
|
381
|
-
'
|
|
382
|
-
'
|
|
383
|
-
'todo': () => import('./components/todo.vue'),
|
|
364
|
+
'star': () => import('./components/star.vue'),
|
|
365
|
+
'split_three': () => import('./components/split_three.vue'),
|
|
384
366
|
'ticket': () => import('./components/ticket.vue'),
|
|
367
|
+
'todo': () => import('./components/todo.vue'),
|
|
368
|
+
'toggle': () => import('./components/toggle.vue'),
|
|
369
|
+
'toggles': () => import('./components/toggles.vue'),
|
|
370
|
+
'table': () => import('./components/table.vue'),
|
|
371
|
+
'target': () => import('./components/target.vue'),
|
|
372
|
+
'timeline': () => import('./components/timeline.vue'),
|
|
385
373
|
'trash': () => import('./components/trash.vue'),
|
|
386
374
|
'trophy': () => import('./components/trophy.vue'),
|
|
375
|
+
'tv_mode': () => import('./components/tv_mode.vue'),
|
|
376
|
+
'tags': () => import('./components/tags.vue'),
|
|
377
|
+
'thumbs_up': () => import('./components/thumbs_up.vue'),
|
|
387
378
|
'trash_alt': () => import('./components/trash_alt.vue'),
|
|
388
|
-
'
|
|
389
|
-
'
|
|
390
|
-
'
|
|
391
|
-
'type_formula': () => import('./components/type_formula.vue'),
|
|
392
|
-
'type_file': () => import('./components/type_file.vue'),
|
|
393
|
-
'type_person': () => import('./components/type_person.vue'),
|
|
379
|
+
'type_checkbox': () => import('./components/type_checkbox.vue'),
|
|
380
|
+
'sun': () => import('./components/sun.vue'),
|
|
381
|
+
'type_id': () => import('./components/type_id.vue'),
|
|
394
382
|
'type_multiselect': () => import('./components/type_multiselect.vue'),
|
|
395
|
-
'
|
|
396
|
-
'
|
|
383
|
+
'switch': () => import('./components/switch.vue'),
|
|
384
|
+
'swap': () => import('./components/swap.vue'),
|
|
385
|
+
'type_email': () => import('./components/type_email.vue'),
|
|
397
386
|
'type_status': () => import('./components/type_status.vue'),
|
|
398
|
-
'
|
|
399
|
-
'
|
|
387
|
+
'type_file': () => import('./components/type_file.vue'),
|
|
388
|
+
'type_number': () => import('./components/type_number.vue'),
|
|
389
|
+
'type_text': () => import('./components/type_text.vue'),
|
|
390
|
+
'type_person': () => import('./components/type_person.vue'),
|
|
391
|
+
'type_time': () => import('./components/type_time.vue'),
|
|
392
|
+
'type_formula': () => import('./components/type_formula.vue'),
|
|
400
393
|
'type_url': () => import('./components/type_url.vue'),
|
|
401
|
-
'unarchive': () => import('./components/unarchive.vue'),
|
|
402
394
|
'type_user': () => import('./components/type_user.vue'),
|
|
403
|
-
'undo': () => import('./components/undo.vue'),
|
|
404
395
|
'unlink_horizontal': () => import('./components/unlink_horizontal.vue'),
|
|
405
|
-
'type_text': () => import('./components/type_text.vue'),
|
|
406
|
-
'type_id': () => import('./components/type_id.vue'),
|
|
407
396
|
'undo_history': () => import('./components/undo_history.vue'),
|
|
408
|
-
'
|
|
397
|
+
'unlink_vertical': () => import('./components/unlink_vertical.vue'),
|
|
409
398
|
'upload': () => import('./components/upload.vue'),
|
|
410
|
-
'
|
|
399
|
+
'upload_alt': () => import('./components/upload_alt.vue'),
|
|
400
|
+
'type_phone': () => import('./components/type_phone.vue'),
|
|
401
|
+
'type_select': () => import('./components/type_select.vue'),
|
|
402
|
+
'type_relation': () => import('./components/type_relation.vue'),
|
|
403
|
+
'unarchive': () => import('./components/unarchive.vue'),
|
|
411
404
|
'upward': () => import('./components/upward.vue'),
|
|
412
405
|
'user_male': () => import('./components/user_male.vue'),
|
|
413
|
-
'
|
|
414
|
-
'
|
|
406
|
+
'lightning_alt': () => import('./components/lightning_alt.vue'),
|
|
407
|
+
'retweet': () => import('./components/retweet.vue'),
|
|
408
|
+
'translate': () => import('./components/translate.vue'),
|
|
415
409
|
'user_remove': () => import('./components/user_remove.vue'),
|
|
416
|
-
'
|
|
410
|
+
'undo': () => import('./components/undo.vue'),
|
|
417
411
|
'user': () => import('./components/user.vue'),
|
|
418
|
-
'venn': () => import('./components/venn.vue'),
|
|
419
|
-
'volume_0': () => import('./components/volume_0.vue'),
|
|
420
|
-
'volume_minus': () => import('./components/volume_minus.vue'),
|
|
421
|
-
'server': () => import('./components/server.vue'),
|
|
422
412
|
'version': () => import('./components/version.vue'),
|
|
413
|
+
'volume_0': () => import('./components/volume_0.vue'),
|
|
414
|
+
'volume_disabled': () => import('./components/volume_disabled.vue'),
|
|
415
|
+
'user_male_circle': () => import('./components/user_male_circle.vue'),
|
|
423
416
|
'users': () => import('./components/users.vue'),
|
|
424
|
-
'
|
|
425
|
-
'volume_low': () => import('./components/volume_low.vue'),
|
|
426
|
-
'user_circle': () => import('./components/user_circle.vue'),
|
|
417
|
+
'rocket': () => import('./components/rocket.vue'),
|
|
427
418
|
'volume_high': () => import('./components/volume_high.vue'),
|
|
428
|
-
'
|
|
429
|
-
'
|
|
430
|
-
'
|
|
431
|
-
'user_male_circle': () => import('./components/user_male_circle.vue'),
|
|
419
|
+
'volume_minus': () => import('./components/volume_minus.vue'),
|
|
420
|
+
'volume_muted': () => import('./components/volume_muted.vue'),
|
|
421
|
+
'volume_low': () => import('./components/volume_low.vue'),
|
|
432
422
|
'warning_hex': () => import('./components/warning_hex.vue'),
|
|
433
|
-
'width': () => import('./components/width.vue'),
|
|
434
|
-
'wifi': () => import('./components/wifi.vue'),
|
|
435
|
-
'warning_triangle': () => import('./components/warning_triangle.vue'),
|
|
436
423
|
'wallet': () => import('./components/wallet.vue'),
|
|
437
424
|
'warning_circle': () => import('./components/warning_circle.vue'),
|
|
438
|
-
'
|
|
439
|
-
'
|
|
425
|
+
'video': () => import('./components/video.vue'),
|
|
426
|
+
'venn': () => import('./components/venn.vue'),
|
|
427
|
+
'user_add': () => import('./components/user_add.vue'),
|
|
440
428
|
'waves': () => import('./components/waves.vue'),
|
|
441
|
-
'
|
|
442
|
-
'
|
|
443
|
-
'
|
|
429
|
+
'window': () => import('./components/window.vue'),
|
|
430
|
+
'window_collapse_left': () => import('./components/window_collapse_left.vue'),
|
|
431
|
+
'wifi_none': () => import('./components/wifi_none.vue'),
|
|
444
432
|
'window_content': () => import('./components/window_content.vue'),
|
|
445
|
-
'
|
|
446
|
-
'
|
|
447
|
-
'zoom_cancel': () => import('./components/zoom_cancel.vue'),
|
|
433
|
+
'wrap_forward': () => import('./components/wrap_forward.vue'),
|
|
434
|
+
'window_collapse_right': () => import('./components/window_collapse_right.vue'),
|
|
448
435
|
'volume_add': () => import('./components/volume_add.vue'),
|
|
449
|
-
'
|
|
450
|
-
'
|
|
451
|
-
'zoom_in': () => import('./components/zoom_in.vue'),
|
|
436
|
+
'wifi_error': () => import('./components/wifi_error.vue'),
|
|
437
|
+
'write': () => import('./components/write.vue'),
|
|
452
438
|
'zoom_reset': () => import('./components/zoom_reset.vue'),
|
|
453
|
-
'
|
|
454
|
-
'
|
|
439
|
+
'message': () => import('./components/message.vue'),
|
|
440
|
+
'sliders': () => import('./components/sliders.vue'),
|
|
441
|
+
'chevron_up_double': () => import('./components/chevron_up_double.vue'),
|
|
442
|
+
'zoom_in': () => import('./components/zoom_in.vue'),
|
|
455
443
|
'wrap_back': () => import('./components/wrap_back.vue'),
|
|
456
|
-
'
|
|
457
|
-
'
|
|
458
|
-
'
|
|
459
|
-
'
|
|
460
|
-
'
|
|
444
|
+
'side_menu': () => import('./components/side_menu.vue'),
|
|
445
|
+
'cloud_upload_alt': () => import('./components/cloud_upload_alt.vue'),
|
|
446
|
+
'zoom_out': () => import('./components/zoom_out.vue'),
|
|
447
|
+
'reuse': () => import('./components/reuse.vue'),
|
|
448
|
+
'zoom_cancel': () => import('./components/zoom_cancel.vue'),
|
|
449
|
+
'search': () => import('./components/search.vue'),
|
|
450
|
+
'user_circle': () => import('./components/user_circle.vue'),
|
|
451
|
+
'versions': () => import('./components/versions.vue'),
|
|
452
|
+
'type_date': () => import('./components/type_date.vue'),
|
|
453
|
+
'thumbs_down': () => import('./components/thumbs_down.vue'),
|
|
454
|
+
'wifi': () => import('./components/wifi.vue'),
|
|
455
|
+
'width': () => import('./components/width.vue'),
|
|
456
|
+
'warning_triangle': () => import('./components/warning_triangle.vue'),
|
|
461
457
|
'nomi-ai-alt': () => import('./components/nomi-ai-alt.vue'),
|
|
458
|
+
'nomi-arrow-down': () => import('./components/nomi-arrow-down.vue'),
|
|
462
459
|
'nomi-arrow_down': () => import('./components/nomi-arrow_down.vue'),
|
|
463
|
-
'nomi-
|
|
460
|
+
'nomi-ai': () => import('./components/nomi-ai.vue'),
|
|
461
|
+
'nomi-arrow_up': () => import('./components/nomi-arrow_up.vue'),
|
|
462
|
+
'nomi-arrows': () => import('./components/nomi-arrows.vue'),
|
|
463
|
+
'nomi-arrow-right-top': () => import('./components/nomi-arrow-right-top.vue'),
|
|
464
|
+
'nomi-balance_turnover': () => import('./components/nomi-balance_turnover.vue'),
|
|
464
465
|
'nomi-bar-horizontal': () => import('./components/nomi-bar-horizontal.vue'),
|
|
465
|
-
'nomi-
|
|
466
|
-
'nomi-
|
|
466
|
+
'nomi-arrow_left': () => import('./components/nomi-arrow_left.vue'),
|
|
467
|
+
'nomi-balance': () => import('./components/nomi-balance.vue'),
|
|
468
|
+
'nomi-calendar-alt': () => import('./components/nomi-calendar-alt.vue'),
|
|
467
469
|
'nomi-calendar-payment': () => import('./components/nomi-calendar-payment.vue'),
|
|
468
|
-
'nomi-
|
|
469
|
-
'nomi-
|
|
470
|
-
'nomi-
|
|
470
|
+
'nomi-arrow-right': () => import('./components/nomi-arrow-right.vue'),
|
|
471
|
+
'nomi-arrow-up': () => import('./components/nomi-arrow-up.vue'),
|
|
472
|
+
'nomi-calendar': () => import('./components/nomi-calendar.vue'),
|
|
473
|
+
'nomi-card': () => import('./components/nomi-card.vue'),
|
|
474
|
+
'nomi-cash': () => import('./components/nomi-cash.vue'),
|
|
471
475
|
'nomi-card-plus': () => import('./components/nomi-card-plus.vue'),
|
|
476
|
+
'nomi-cash-provider': () => import('./components/nomi-cash-provider.vue'),
|
|
472
477
|
'nomi-category': () => import('./components/nomi-category.vue'),
|
|
473
|
-
'nomi-card': () => import('./components/nomi-card.vue'),
|
|
474
|
-
'nomi-chart-bars': () => import('./components/nomi-chart-bars.vue'),
|
|
475
|
-
'nomi-chart-donut': () => import('./components/nomi-chart-donut.vue'),
|
|
476
|
-
'nomi-balance': () => import('./components/nomi-balance.vue'),
|
|
477
|
-
'nomi-chart-line': () => import('./components/nomi-chart-line.vue'),
|
|
478
|
-
'nomi-chart-kpi': () => import('./components/nomi-chart-kpi.vue'),
|
|
479
|
-
'nomi-chart-funnel': () => import('./components/nomi-chart-funnel.vue'),
|
|
480
478
|
'nomi-category_alt': () => import('./components/nomi-category_alt.vue'),
|
|
481
|
-
'nomi-
|
|
482
|
-
'nomi-
|
|
479
|
+
'nomi-chart-kpi': () => import('./components/nomi-chart-kpi.vue'),
|
|
480
|
+
'nomi-automation': () => import('./components/nomi-automation.vue'),
|
|
483
481
|
'nomi-chart-lines': () => import('./components/nomi-chart-lines.vue'),
|
|
484
|
-
'nomi-
|
|
482
|
+
'nomi-calendar-alt2': () => import('./components/nomi-calendar-alt2.vue'),
|
|
483
|
+
'nomi-chart-line': () => import('./components/nomi-chart-line.vue'),
|
|
485
484
|
'nomi-chevron-right': () => import('./components/nomi-chevron-right.vue'),
|
|
486
|
-
'nomi-
|
|
487
|
-
'nomi-
|
|
488
|
-
'nomi-category-edit': () => import('./components/nomi-category-edit.vue'),
|
|
489
|
-
'nomi-control-panel': () => import('./components/nomi-control-panel.vue'),
|
|
490
|
-
'nomi-close': () => import('./components/nomi-close.vue'),
|
|
491
|
-
'nomi-chavron_up': () => import('./components/nomi-chavron_up.vue'),
|
|
492
|
-
'nomi-cash': () => import('./components/nomi-cash.vue'),
|
|
493
|
-
'nomi-counterparty': () => import('./components/nomi-counterparty.vue'),
|
|
485
|
+
'nomi-chevron-left': () => import('./components/nomi-chevron-left.vue'),
|
|
486
|
+
'nomi-chart-funnel': () => import('./components/nomi-chart-funnel.vue'),
|
|
494
487
|
'nomi-chevron-down': () => import('./components/nomi-chevron-down.vue'),
|
|
495
|
-
'nomi-arrow-right': () => import('./components/nomi-arrow-right.vue'),
|
|
496
|
-
'nomi-dev': () => import('./components/nomi-dev.vue'),
|
|
497
|
-
'nomi-dots': () => import('./components/nomi-dots.vue'),
|
|
498
|
-
'nomi-chavron_down': () => import('./components/nomi-chavron_down.vue'),
|
|
499
488
|
'nomi-check': () => import('./components/nomi-check.vue'),
|
|
500
|
-
'nomi-
|
|
501
|
-
'nomi-
|
|
489
|
+
'nomi-clear': () => import('./components/nomi-clear.vue'),
|
|
490
|
+
'nomi-control-panel': () => import('./components/nomi-control-panel.vue'),
|
|
491
|
+
'nomi-credit': () => import('./components/nomi-credit.vue'),
|
|
492
|
+
'nomi-currencies': () => import('./components/nomi-currencies.vue'),
|
|
502
493
|
'nomi-dashboard': () => import('./components/nomi-dashboard.vue'),
|
|
494
|
+
'nomi-chart-donut': () => import('./components/nomi-chart-donut.vue'),
|
|
503
495
|
'nomi-cashflow': () => import('./components/nomi-cashflow.vue'),
|
|
504
|
-
'nomi-
|
|
505
|
-
'nomi-
|
|
506
|
-
'nomi-
|
|
507
|
-
'nomi-
|
|
496
|
+
'nomi-dev': () => import('./components/nomi-dev.vue'),
|
|
497
|
+
'nomi-duplicate': () => import('./components/nomi-duplicate.vue'),
|
|
498
|
+
'nomi-close': () => import('./components/nomi-close.vue'),
|
|
499
|
+
'nomi-demo': () => import('./components/nomi-demo.vue'),
|
|
508
500
|
'nomi-exit-right': () => import('./components/nomi-exit-right.vue'),
|
|
509
|
-
'nomi-
|
|
510
|
-
'nomi-
|
|
511
|
-
'nomi-credit': () => import('./components/nomi-credit.vue'),
|
|
501
|
+
'nomi-expand': () => import('./components/nomi-expand.vue'),
|
|
502
|
+
'nomi-counterparty': () => import('./components/nomi-counterparty.vue'),
|
|
512
503
|
'nomi-debt': () => import('./components/nomi-debt.vue'),
|
|
504
|
+
'nomi-eye-open': () => import('./components/nomi-eye-open.vue'),
|
|
505
|
+
'nomi-chart-bars': () => import('./components/nomi-chart-bars.vue'),
|
|
506
|
+
'nomi-file': () => import('./components/nomi-file.vue'),
|
|
507
|
+
'nomi-filter': () => import('./components/nomi-filter.vue'),
|
|
508
|
+
'nomi-bell': () => import('./components/nomi-bell.vue'),
|
|
513
509
|
'nomi-goods-turnover': () => import('./components/nomi-goods-turnover.vue'),
|
|
510
|
+
'nomi-goods': () => import('./components/nomi-goods.vue'),
|
|
511
|
+
'nomi-check-alt': () => import('./components/nomi-check-alt.vue'),
|
|
512
|
+
'nomi-eye': () => import('./components/nomi-eye.vue'),
|
|
514
513
|
'nomi-help-alt': () => import('./components/nomi-help-alt.vue'),
|
|
515
|
-
'nomi-
|
|
514
|
+
'nomi-history': () => import('./components/nomi-history.vue'),
|
|
515
|
+
'nomi-dots': () => import('./components/nomi-dots.vue'),
|
|
516
|
+
'nomi-export': () => import('./components/nomi-export.vue'),
|
|
516
517
|
'nomi-eye-close': () => import('./components/nomi-eye-close.vue'),
|
|
517
|
-
'nomi-
|
|
518
|
-
'nomi-
|
|
519
|
-
'nomi-
|
|
518
|
+
'nomi-category-edit': () => import('./components/nomi-category-edit.vue'),
|
|
519
|
+
'nomi-lock': () => import('./components/nomi-lock.vue'),
|
|
520
|
+
'nomi-help': () => import('./components/nomi-help.vue'),
|
|
520
521
|
'nomi-minus': () => import('./components/nomi-minus.vue'),
|
|
521
|
-
'nomi-money': () => import('./components/nomi-money.vue'),
|
|
522
522
|
'nomi-move-right': () => import('./components/nomi-move-right.vue'),
|
|
523
|
-
'nomi-
|
|
523
|
+
'nomi-pc': () => import('./components/nomi-pc.vue'),
|
|
524
|
+
'nomi-move-left': () => import('./components/nomi-move-left.vue'),
|
|
524
525
|
'nomi-payment_calendar': () => import('./components/nomi-payment_calendar.vue'),
|
|
525
|
-
'nomi-
|
|
526
|
-
'nomi-
|
|
526
|
+
'nomi-money': () => import('./components/nomi-money.vue'),
|
|
527
|
+
'nomi-person': () => import('./components/nomi-person.vue'),
|
|
527
528
|
'nomi-planFact': () => import('./components/nomi-planFact.vue'),
|
|
529
|
+
'nomi-integration': () => import('./components/nomi-integration.vue'),
|
|
528
530
|
'nomi-pnl': () => import('./components/nomi-pnl.vue'),
|
|
529
|
-
'nomi-ai': () => import('./components/nomi-ai.vue'),
|
|
530
|
-
'nomi-project_alt2': () => import('./components/nomi-project_alt2.vue'),
|
|
531
|
-
'nomi-project_alt': () => import('./components/nomi-project_alt.vue'),
|
|
532
531
|
'nomi-pen': () => import('./components/nomi-pen.vue'),
|
|
533
|
-
'nomi-eye-open': () => import('./components/nomi-eye-open.vue'),
|
|
534
|
-
'nomi-file': () => import('./components/nomi-file.vue'),
|
|
535
|
-
'nomi-lock': () => import('./components/nomi-lock.vue'),
|
|
536
|
-
'nomi-recurrence': () => import('./components/nomi-recurrence.vue'),
|
|
537
532
|
'nomi-project': () => import('./components/nomi-project.vue'),
|
|
538
|
-
'nomi-
|
|
539
|
-
'nomi-
|
|
540
|
-
'nomi-
|
|
541
|
-
'nomi-segment': () => import('./components/nomi-segment.vue'),
|
|
533
|
+
'nomi-pin': () => import('./components/nomi-pin.vue'),
|
|
534
|
+
'nomi-project_alt2': () => import('./components/nomi-project_alt2.vue'),
|
|
535
|
+
'nomi-promo': () => import('./components/nomi-promo.vue'),
|
|
542
536
|
'nomi-refresh-off': () => import('./components/nomi-refresh-off.vue'),
|
|
537
|
+
'nomi-recurrence': () => import('./components/nomi-recurrence.vue'),
|
|
538
|
+
'nomi-report': () => import('./components/nomi-report.vue'),
|
|
539
|
+
'nomi-segment': () => import('./components/nomi-segment.vue'),
|
|
543
540
|
'nomi-sort-asc': () => import('./components/nomi-sort-asc.vue'),
|
|
544
|
-
'nomi-
|
|
545
|
-
'nomi-
|
|
546
|
-
'nomi-
|
|
547
|
-
'nomi-table-view': () => import('./components/nomi-table-view.vue'),
|
|
541
|
+
'nomi-scissors': () => import('./components/nomi-scissors.vue'),
|
|
542
|
+
'nomi-pen-alt': () => import('./components/nomi-pen-alt.vue'),
|
|
543
|
+
'nomi-refresh': () => import('./components/nomi-refresh.vue'),
|
|
548
544
|
'nomi-sort-desc': () => import('./components/nomi-sort-desc.vue'),
|
|
549
545
|
'nomi-repeat': () => import('./components/nomi-repeat.vue'),
|
|
550
|
-
'nomi-
|
|
546
|
+
'nomi-strongbox': () => import('./components/nomi-strongbox.vue'),
|
|
547
|
+
'nomi-subscription': () => import('./components/nomi-subscription.vue'),
|
|
548
|
+
'nomi-target': () => import('./components/nomi-target.vue'),
|
|
549
|
+
'nomi-text': () => import('./components/nomi-text.vue'),
|
|
551
550
|
'nomi-time': () => import('./components/nomi-time.vue'),
|
|
551
|
+
'nomi-menu': () => import('./components/nomi-menu.vue'),
|
|
552
|
+
'nomi-logout': () => import('./components/nomi-logout.vue'),
|
|
553
|
+
'nomi-project_alt': () => import('./components/nomi-project_alt.vue'),
|
|
552
554
|
'nomi-transactions_alt': () => import('./components/nomi-transactions_alt.vue'),
|
|
553
|
-
'nomi-
|
|
554
|
-
'nomi-tag': () => import('./components/nomi-tag.vue'),
|
|
555
|
-
'nomi-transactions_delete': () => import('./components/nomi-transactions_delete.vue'),
|
|
556
|
-
'nomi-type-array': () => import('./components/nomi-type-array.vue'),
|
|
557
|
-
'nomi-history': () => import('./components/nomi-history.vue'),
|
|
555
|
+
'nomi-transactions': () => import('./components/nomi-transactions.vue'),
|
|
558
556
|
'nomi-type-boolean': () => import('./components/nomi-type-boolean.vue'),
|
|
559
|
-
'nomi-
|
|
560
|
-
'nomi-
|
|
561
|
-
'nomi-type-null': () => import('./components/nomi-type-null.vue'),
|
|
557
|
+
'nomi-transactions_delete': () => import('./components/nomi-transactions_delete.vue'),
|
|
558
|
+
'nomi-trash': () => import('./components/nomi-trash.vue'),
|
|
562
559
|
'nomi-type-number': () => import('./components/nomi-type-number.vue'),
|
|
563
560
|
'nomi-type-object': () => import('./components/nomi-type-object.vue'),
|
|
561
|
+
'nomi-type-date': () => import('./components/nomi-type-date.vue'),
|
|
562
|
+
'nomi-types': () => import('./components/nomi-types.vue'),
|
|
563
|
+
'nomi-type-null': () => import('./components/nomi-type-null.vue'),
|
|
564
|
+
'nomi-start': () => import('./components/nomi-start.vue'),
|
|
564
565
|
'nomi-type-string': () => import('./components/nomi-type-string.vue'),
|
|
565
|
-
'nomi-unarchive': () => import('./components/nomi-unarchive.vue'),
|
|
566
|
-
'nomi-unlink': () => import('./components/nomi-unlink.vue'),
|
|
567
566
|
'nomi-unpin': () => import('./components/nomi-unpin.vue'),
|
|
568
|
-
'nomi-
|
|
567
|
+
'nomi-unlink': () => import('./components/nomi-unlink.vue'),
|
|
569
568
|
'nomi-user': () => import('./components/nomi-user.vue'),
|
|
570
|
-
'nomi-
|
|
569
|
+
'nomi-user_plus': () => import('./components/nomi-user_plus.vue'),
|
|
570
|
+
'nomi-tag': () => import('./components/nomi-tag.vue'),
|
|
571
|
+
'nomi-folder': () => import('./components/nomi-folder.vue'),
|
|
572
|
+
'nomi-type-array': () => import('./components/nomi-type-array.vue'),
|
|
571
573
|
'nomi-warehouse': () => import('./components/nomi-warehouse.vue'),
|
|
574
|
+
'nomi-unarchive': () => import('./components/nomi-unarchive.vue'),
|
|
572
575
|
'nomi-warning_triangle': () => import('./components/nomi-warning_triangle.vue'),
|
|
573
|
-
'nomi-
|
|
574
|
-
'nomi-
|
|
575
|
-
'nomi-
|
|
576
|
-
'nomi-
|
|
577
|
-
'nomi-
|
|
578
|
-
'nomi-
|
|
579
|
-
'nomi-
|
|
580
|
-
'nomi-trash': () => import('./components/nomi-trash.vue'),
|
|
581
|
-
'nomi-promo': () => import('./components/nomi-promo.vue'),
|
|
582
|
-
'nomi-pc': () => import('./components/nomi-pc.vue'),
|
|
576
|
+
'nomi-settings': () => import('./components/nomi-settings.vue'),
|
|
577
|
+
'nomi-arrow-right-alt': () => import('./components/nomi-arrow-right-alt.vue'),
|
|
578
|
+
'nomi-hide': () => import('./components/nomi-hide.vue'),
|
|
579
|
+
'nomi-table-view': () => import('./components/nomi-table-view.vue'),
|
|
580
|
+
'nomi-collapse': () => import('./components/nomi-collapse.vue'),
|
|
581
|
+
'nomi-link': () => import('./components/nomi-link.vue'),
|
|
582
|
+
'nomi-chevron-up': () => import('./components/nomi-chevron-up.vue'),
|
|
583
583
|
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6 11.9316V13.6002C6 13.8211 6.17909 14.0002 6.4 14.0002H8.06863C8.2808 14.0002 8.48429 13.9159 8.63432 13.7659L14.2343 8.16588C14.5467 7.85346 14.5467 7.34693 14.2343 7.03451L12.9657 5.76588C12.6533 5.45346 12.1467 5.45346 11.8343 5.76588L6.23431 11.3659C6.08429 11.5159 6 11.7194 6 11.9316Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
File without changes
|