@nethserver/ns8-ui-lib 0.1.23 → 0.1.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/ns8-ui-lib.esm.js
CHANGED
|
@@ -152,6 +152,9 @@ import FolderShared32 from '@carbon/icons-vue/es/folder--shared/32';
|
|
|
152
152
|
import MailAll16 from '@carbon/icons-vue/es/mail--all/16';
|
|
153
153
|
import MailAll20 from '@carbon/icons-vue/es/mail--all/20';
|
|
154
154
|
import MailAll32 from '@carbon/icons-vue/es/mail--all/32';
|
|
155
|
+
import CloudUpload16 from '@carbon/icons-vue/es/cloud--upload/16';
|
|
156
|
+
import CloudUpload20 from '@carbon/icons-vue/es/cloud--upload/20';
|
|
157
|
+
import CloudUpload32 from '@carbon/icons-vue/es/cloud--upload/32';
|
|
155
158
|
import CvSideNavDivider from '@carbon/vue/src/components/cv-ui-shell/cv-side-nav-divider.vue';
|
|
156
159
|
import Search16 from '@carbon/icons-vue/es/search/16';
|
|
157
160
|
import Close16 from '@carbon/icons-vue/es/close/16';
|
|
@@ -8910,7 +8913,11 @@ var IconService = {
|
|
|
8910
8913
|
MailAll16,
|
|
8911
8914
|
// mail queue
|
|
8912
8915
|
MailAll20,
|
|
8913
|
-
MailAll32
|
|
8916
|
+
MailAll32,
|
|
8917
|
+
CloudUpload16,
|
|
8918
|
+
// file upload
|
|
8919
|
+
CloudUpload20,
|
|
8920
|
+
CloudUpload32
|
|
8914
8921
|
};
|
|
8915
8922
|
}
|
|
8916
8923
|
|