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