@@ -24,6 +24,7 @@ import { default as WizIBusinessCenter } from "./business-center.vue";
2424import { default as WizICalendarMonthBold } from "./calendar-month-bold.vue" ;
2525import { default as WizICalendar } from "./calendar.vue" ;
2626import { default as WizICallBold } from "./call-bold.vue" ;
27+ import { default as WizICall } from "./call.vue" ;
2728import { default as WizICamera } from "./camera.vue" ;
2829import { default as WizICancelBold } from "./cancel-bold.vue" ;
2930import { default as WizICancel } from "./cancel.vue" ;
@@ -93,6 +94,8 @@ import { default as WizIExpandMore } from "./expand-more.vue";
9394import { default as WizIEye } from "./eye.vue" ;
9495import { default as WizIFamilyHome } from "./family-home.vue" ;
9596import { default as WizIFeedback } from "./feedback.vue" ;
97+ import { default as WizIFlag2Bold } from "./flag-2-bold.vue" ;
98+ import { default as WizIFlag2Filled } from "./flag-2-filled.vue" ;
9699import { default as WizIFolderBold } from "./folder-bold.vue" ;
97100import { default as WizIFolderFilled } from "./folder-filled.vue" ;
98101import { default as WizIFolderSharedBold } from "./folder-shared-bold.vue" ;
@@ -208,6 +211,7 @@ export type TIcon =
208211 | typeof WizICalendarMonthBold
209212 | typeof WizICalendar
210213 | typeof WizICallBold
214+ | typeof WizICall
211215 | typeof WizICamera
212216 | typeof WizICancelBold
213217 | typeof WizICancel
@@ -277,6 +281,8 @@ export type TIcon =
277281 | typeof WizIEye
278282 | typeof WizIFamilyHome
279283 | typeof WizIFeedback
284+ | typeof WizIFlag2Bold
285+ | typeof WizIFlag2Filled
280286 | typeof WizIFolderBold
281287 | typeof WizIFolderFilled
282288 | typeof WizIFolderSharedBold
@@ -392,6 +398,7 @@ export {
392398 WizICalendarMonthBold ,
393399 WizICalendar ,
394400 WizICallBold ,
401+ WizICall ,
395402 WizICamera ,
396403 WizICancelBold ,
397404 WizICancel ,
@@ -461,6 +468,8 @@ export {
461468 WizIEye ,
462469 WizIFamilyHome ,
463470 WizIFeedback ,
471+ WizIFlag2Bold ,
472+ WizIFlag2Filled ,
464473 WizIFolderBold ,
465474 WizIFolderFilled ,
466475 WizIFolderSharedBold ,
0 commit comments