@opentinyvue/vue-icon-multicolor 2.21.0

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.
Files changed (126) hide show
  1. package/CHANGELOG.md +1 -0
  2. package/LICENSE +22 -0
  3. package/index.d.ts +183 -0
  4. package/index.js +245 -0
  5. package/lib/activitys.js +51 -0
  6. package/lib/administrative-fees.js +48 -0
  7. package/lib/air-fares.js +47 -0
  8. package/lib/album-upload.js +62 -0
  9. package/lib/analysis-report-1.js +48 -0
  10. package/lib/analysis-report.js +49 -0
  11. package/lib/apply.js +47 -0
  12. package/lib/archives.js +48 -0
  13. package/lib/baggage-fees.js +48 -0
  14. package/lib/car-insurance.js +55 -0
  15. package/lib/car-rental.js +55 -0
  16. package/lib/case-study.js +65 -0
  17. package/lib/ceremony-fees.js +48 -0
  18. package/lib/condolences.js +48 -0
  19. package/lib/entertainment-expense.js +54 -0
  20. package/lib/expert-consultation-fees.js +48 -0
  21. package/lib/expert-reimburse-form.js +48 -0
  22. package/lib/expert-teaching-fees.js +48 -0
  23. package/lib/express-delivery.js +57 -0
  24. package/lib/ferry-fares.js +53 -0
  25. package/lib/file-upload.js +61 -0
  26. package/lib/fuel-cost.js +54 -0
  27. package/lib/gift-cost.js +55 -0
  28. package/lib/home-page.js +51 -0
  29. package/lib/housing-subsidy.js +49 -0
  30. package/lib/incidental-expenses.js +55 -0
  31. package/lib/landline-phone.js +48 -0
  32. package/lib/line-rental.js +58 -0
  33. package/lib/living-subsidy.js +55 -0
  34. package/lib/lodging-fees.js +54 -0
  35. package/lib/maintenance-service.js +48 -0
  36. package/lib/meal-allowance.js +48 -0
  37. package/lib/meal-subsidy.js +52 -0
  38. package/lib/meeting-expenses.js +53 -0
  39. package/lib/meeting-reimburse-form.js +64 -0
  40. package/lib/newspaper-subscription.js +49 -0
  41. package/lib/office-equipments.js +59 -0
  42. package/lib/office-supplies.js +48 -0
  43. package/lib/others.js +49 -0
  44. package/lib/phone-bills.js +51 -0
  45. package/lib/photo-identification.js +50 -0
  46. package/lib/physical-examination.js +56 -0
  47. package/lib/private-vehicle-allowance.js +48 -0
  48. package/lib/professional-terminology.js +48 -0
  49. package/lib/reception-reimburse-form.js +46 -0
  50. package/lib/reimbursement-form.js +61 -0
  51. package/lib/service-charges.js +47 -0
  52. package/lib/share-arrow.js +48 -0
  53. package/lib/ship.js +53 -0
  54. package/lib/taxi-fares.js +49 -0
  55. package/lib/train-fares.js +54 -0
  56. package/lib/training-fees.js +48 -0
  57. package/lib/training.js +51 -0
  58. package/lib/travel-application-form.js +60 -0
  59. package/lib/travel-expenses.js +54 -0
  60. package/lib/travel-order.js +49 -0
  61. package/lib/venue-hospitality-fees.js +59 -0
  62. package/lib/venue-rental-fees.js +48 -0
  63. package/lib/visa-fees.js +49 -0
  64. package/lib/white-pager.js +49 -0
  65. package/package.json +17 -0
  66. package/src/activitys/index.d.ts +2 -0
  67. package/src/administrative-fees/index.d.ts +2 -0
  68. package/src/air-fares/index.d.ts +2 -0
  69. package/src/album-upload/index.d.ts +2 -0
  70. package/src/analysis-report/index.d.ts +2 -0
  71. package/src/analysis-report-1/index.d.ts +2 -0
  72. package/src/apply/index.d.ts +2 -0
  73. package/src/archives/index.d.ts +2 -0
  74. package/src/baggage-fees/index.d.ts +2 -0
  75. package/src/car-insurance/index.d.ts +2 -0
  76. package/src/car-rental/index.d.ts +2 -0
  77. package/src/case-study/index.d.ts +2 -0
  78. package/src/ceremony-fees/index.d.ts +2 -0
  79. package/src/condolences/index.d.ts +2 -0
  80. package/src/entertainment-expense/index.d.ts +2 -0
  81. package/src/expert-consultation-fees/index.d.ts +2 -0
  82. package/src/expert-reimburse-form/index.d.ts +2 -0
  83. package/src/expert-teaching-fees/index.d.ts +2 -0
  84. package/src/express-delivery/index.d.ts +2 -0
  85. package/src/ferry-fares/index.d.ts +2 -0
  86. package/src/file-upload/index.d.ts +2 -0
  87. package/src/fuel-cost/index.d.ts +2 -0
  88. package/src/gift-cost/index.d.ts +2 -0
  89. package/src/home-page/index.d.ts +2 -0
  90. package/src/housing-subsidy/index.d.ts +2 -0
  91. package/src/incidental-expenses/index.d.ts +2 -0
  92. package/src/index.d.ts +183 -0
  93. package/src/landline-phone/index.d.ts +2 -0
  94. package/src/line-rental/index.d.ts +2 -0
  95. package/src/living-subsidy/index.d.ts +2 -0
  96. package/src/lodging-fees/index.d.ts +2 -0
  97. package/src/maintenance-service/index.d.ts +2 -0
  98. package/src/meal-allowance/index.d.ts +2 -0
  99. package/src/meal-subsidy/index.d.ts +2 -0
  100. package/src/meeting-expenses/index.d.ts +2 -0
  101. package/src/meeting-reimburse-form/index.d.ts +2 -0
  102. package/src/newspaper-subscription/index.d.ts +2 -0
  103. package/src/office-equipments/index.d.ts +2 -0
  104. package/src/office-supplies/index.d.ts +2 -0
  105. package/src/others/index.d.ts +2 -0
  106. package/src/phone-bills/index.d.ts +2 -0
  107. package/src/photo-identification/index.d.ts +2 -0
  108. package/src/physical-examination/index.d.ts +2 -0
  109. package/src/private-vehicle-allowance/index.d.ts +2 -0
  110. package/src/professional-terminology/index.d.ts +2 -0
  111. package/src/reception-reimburse-form/index.d.ts +2 -0
  112. package/src/reimbursement-form/index.d.ts +2 -0
  113. package/src/service-charges/index.d.ts +2 -0
  114. package/src/share-arrow/index.d.ts +2 -0
  115. package/src/ship/index.d.ts +2 -0
  116. package/src/taxi-fares/index.d.ts +2 -0
  117. package/src/train-fares/index.d.ts +2 -0
  118. package/src/training/index.d.ts +2 -0
  119. package/src/training-fees/index.d.ts +2 -0
  120. package/src/travel-application-form/index.d.ts +2 -0
  121. package/src/travel-expenses/index.d.ts +2 -0
  122. package/src/travel-order/index.d.ts +2 -0
  123. package/src/venue-hospitality-fees/index.d.ts +2 -0
  124. package/src/venue-rental-fees/index.d.ts +2 -0
  125. package/src/visa-fees/index.d.ts +2 -0
  126. package/src/white-pager/index.d.ts +2 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1 @@
1
+ # Change Log
package/LICENSE ADDED
@@ -0,0 +1,22 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2022 - present TinyVue Authors.
4
+ Copyright (c) 2022 - present Huawei Cloud Computing Technologies Co., Ltd.
5
+
6
+ Permission is hereby granted, free of charge, to any person obtaining a copy
7
+ of this software and associated documentation files (the "Software"), to deal
8
+ in the Software without restriction, including without limitation the rights
9
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
+ copies of the Software, and to permit persons to whom the Software is
11
+ furnished to do so, subject to the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be included in all
14
+ copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
+ SOFTWARE.
package/index.d.ts ADDED
@@ -0,0 +1,183 @@
1
+ import ColorIconActivitys from './src/activitys';
2
+ import ColorIconAdministrativeFees from './src/administrative-fees';
3
+ import ColorIconAirFares from './src/air-fares';
4
+ import ColorIconAlbumUpload from './src/album-upload';
5
+ import ColorIconAnalysisReport from './src/analysis-report';
6
+ import ColorIconAnalysisReport1 from './src/analysis-report-1';
7
+ import ColorIconApply from './src/apply';
8
+ import ColorIconArchives from './src/archives';
9
+ import ColorIconBaggageFees from './src/baggage-fees';
10
+ import ColorIconCarInsurance from './src/car-insurance';
11
+ import ColorIconCarRental from './src/car-rental';
12
+ import ColorIconCaseStudy from './src/case-study';
13
+ import ColorIconCeremonyFees from './src/ceremony-fees';
14
+ import ColorIconConolences from './src/condolences';
15
+ import ColorIconEntertainmentExpense from './src/entertainment-expense';
16
+ import ColorIconExpertConsultationFees from './src/expert-consultation-fees';
17
+ import ColorIconExpertTeachingFees from './src/expert-teaching-fees';
18
+ import ColorIconExpertReimburseForm from './src/expert-reimburse-form';
19
+ import ColorIconExpressDelivery from './src/express-delivery';
20
+ import ColorIconFerryFares from './src/ferry-fares';
21
+ import ColorIconFileUplad from './src/file-upload';
22
+ import ColorIconFuelCost from './src/fuel-cost';
23
+ import ColorIconGiftCost from './src/gift-cost';
24
+ import ColorIconHomePage from './src/home-page';
25
+ import ColorIconHousingSubsidy from './src/housing-subsidy';
26
+ import ColorIconIncidentalExpenses from './src/incidental-expenses';
27
+ import ColorIconLandlinePhone from './src/landline-phone';
28
+ import ColorIconLineRental from './src/line-rental';
29
+ import ColorIconLivingSubsidy from './src/living-subsidy';
30
+ import ColorIconLodgingFees from './src/lodging-fees';
31
+ import ColorIconMaintenanceService from './src/maintenance-service';
32
+ import ColorIconMealAllowance from './src/meal-allowance';
33
+ import ColorIconMealSubsidy from './src/meal-subsidy';
34
+ import ColorIconMeetingExpenses from './src/meeting-expenses';
35
+ import ColorIconMeetingReimburseForm from './src/meeting-reimburse-form';
36
+ import ColorIconNewspaperSubscription from './src/newspaper-subscription';
37
+ import ColorIconOfficeEquipments from './src/office-equipments';
38
+ import ColorIconOfficeSupplies from './src/office-supplies';
39
+ import ColorIconOthers from './src/others';
40
+ import ColorIconPhoneBills from './src/phone-bills';
41
+ import ColorIconPhotoIdentification from './src/photo-identification';
42
+ import ColorIconPhysicalExamination from './src/physical-examination';
43
+ import ColorIconPrivateVehicleAllowance from './src/private-vehicle-allowance';
44
+ import ColorIconProfessionalTerminology from './src/professional-terminology';
45
+ import ColorIconReceptionReimburseForm from './src/reception-reimburse-form';
46
+ import ColorIconReimbursementForm from './src/reimbursement-form';
47
+ import ColorIconServiceCharges from './src/service-charges';
48
+ import ColorIconShareArrow from './src/share-arrow';
49
+ import ColorIconShip from './src/ship';
50
+ import ColorIconTaxiFares from './src/taxi-fares';
51
+ import ColorIconTrainFares from './src/train-fares';
52
+ import ColorIconTraining from './src/training';
53
+ import ColorIconTrainingFees from './src/training-fees';
54
+ import ColorIconTravelApplicationForm from './src/travel-application-form';
55
+ import ColorIconTravelExpenses from './src/travel-expenses';
56
+ import ColorIconTravelOrder from './src/travel-order';
57
+ import ColorIconVenueHospitalityFees from './src/venue-hospitality-fees';
58
+ import ColorIconVenueRentalFees from './src/venue-rental-fees';
59
+ import ColorIconVisaFees from './src/visa-fees';
60
+ import ColorIconWhitePager from './src/white-pager';
61
+ export { ColorIconActivitys };
62
+ export { ColorIconAdministrativeFees };
63
+ export { ColorIconAirFares };
64
+ export { ColorIconAlbumUpload };
65
+ export { ColorIconAnalysisReport };
66
+ export { ColorIconAnalysisReport1 };
67
+ export { ColorIconApply };
68
+ export { ColorIconArchives };
69
+ export { ColorIconBaggageFees };
70
+ export { ColorIconCarInsurance };
71
+ export { ColorIconCarRental };
72
+ export { ColorIconCaseStudy };
73
+ export { ColorIconCeremonyFees };
74
+ export { ColorIconConolences };
75
+ export { ColorIconEntertainmentExpense };
76
+ export { ColorIconExpertConsultationFees };
77
+ export { ColorIconExpertReimburseForm };
78
+ export { ColorIconExpertTeachingFees };
79
+ export { ColorIconExpressDelivery };
80
+ export { ColorIconFerryFares };
81
+ export { ColorIconFileUplad };
82
+ export { ColorIconFuelCost };
83
+ export { ColorIconGiftCost };
84
+ export { ColorIconHomePage };
85
+ export { ColorIconHousingSubsidy };
86
+ export { ColorIconIncidentalExpenses };
87
+ export { ColorIconLandlinePhone };
88
+ export { ColorIconLineRental };
89
+ export { ColorIconLivingSubsidy };
90
+ export { ColorIconLodgingFees };
91
+ export { ColorIconMaintenanceService };
92
+ export { ColorIconMealAllowance };
93
+ export { ColorIconMealSubsidy };
94
+ export { ColorIconMeetingExpenses };
95
+ export { ColorIconMeetingReimburseForm };
96
+ export { ColorIconNewspaperSubscription };
97
+ export { ColorIconOfficeEquipments };
98
+ export { ColorIconOfficeSupplies };
99
+ export { ColorIconOthers };
100
+ export { ColorIconPhoneBills };
101
+ export { ColorIconPhotoIdentification };
102
+ export { ColorIconPhysicalExamination };
103
+ export { ColorIconReceptionReimburseForm };
104
+ export { ColorIconReimbursementForm };
105
+ export { ColorIconPrivateVehicleAllowance };
106
+ export { ColorIconProfessionalTerminology };
107
+ export { ColorIconServiceCharges };
108
+ export { ColorIconShareArrow };
109
+ export { ColorIconShip };
110
+ export { ColorIconTaxiFares };
111
+ export { ColorIconTrainFares };
112
+ export { ColorIconTraining };
113
+ export { ColorIconTrainingFees };
114
+ export { ColorIconTravelApplicationForm };
115
+ export { ColorIconTravelExpenses };
116
+ export { ColorIconTravelOrder };
117
+ export { ColorIconVenueHospitalityFees };
118
+ export { ColorIconVenueRentalFees };
119
+ export { ColorIconVisaFees };
120
+ export { ColorIconWhitePager };
121
+ declare const _default: {
122
+ ColorIconActivitys: (propData?: any) => any;
123
+ ColorIconAdministrativeFees: (propData?: any) => any;
124
+ ColorIconAirFares: (propData?: any) => any;
125
+ ColorIconAlbumUpload: (propData?: any) => any;
126
+ ColorIconAnalysisReport: (propData?: any) => any;
127
+ ColorIconAnalysisReport1: (propData?: any) => any;
128
+ ColorIconApply: (propData?: any) => any;
129
+ ColorIconArchives: (propData?: any) => any;
130
+ ColorIconBaggageFees: (propData?: any) => any;
131
+ ColorIconCarInsurance: (propData?: any) => any;
132
+ ColorIconCarRental: (propData?: any) => any;
133
+ ColorIconCaseStudy: (propData?: any) => any;
134
+ ColorIconCeremonyFees: (propData?: any) => any;
135
+ ColorIconConolences: (propData?: any) => any;
136
+ ColorIconEntertainmentExpense: (propData?: any) => any;
137
+ ColorIconExpertConsultationFees: (propData?: any) => any;
138
+ ColorIconExpertReimburseForm: (propData?: any) => any;
139
+ ColorIconExpertTeachingFees: (propData?: any) => any;
140
+ ColorIconExpressDelivery: (propData?: any) => any;
141
+ ColorIconFerryFares: (propData?: any) => any;
142
+ ColorIconFileUplad: (propData?: any) => any;
143
+ ColorIconFuelCost: (propData?: any) => any;
144
+ ColorIconGiftCost: (propData?: any) => any;
145
+ ColorIconHomePage: (propData?: any) => any;
146
+ ColorIconHousingSubsidy: (propData?: any) => any;
147
+ ColorIconIncidentalExpenses: (propData?: any) => any;
148
+ ColorIconLandlinePhone: (propData?: any) => any;
149
+ ColorIconLineRental: (propData?: any) => any;
150
+ ColorIconLivingSubsidy: (propData?: any) => any;
151
+ ColorIconLodgingFees: (propData?: any) => any;
152
+ ColorIconMaintenanceService: (propData?: any) => any;
153
+ ColorIconMealAllowance: (propData?: any) => any;
154
+ ColorIconMealSubsidy: (propData?: any) => any;
155
+ ColorIconMeetingExpenses: (propData?: any) => any;
156
+ ColorIconMeetingReimburseForm: (propData?: any) => any;
157
+ ColorIconNewspaperSubscription: (propData?: any) => any;
158
+ ColorIconOfficeEquipments: (propData?: any) => any;
159
+ ColorIconOfficeSupplies: (propData?: any) => any;
160
+ ColorIconOthers: (propData?: any) => any;
161
+ ColorIconPhoneBills: (propData?: any) => any;
162
+ ColorIconPhotoIdentification: (propData?: any) => any;
163
+ ColorIconPhysicalExamination: (propData?: any) => any;
164
+ ColorIconPrivateVehicleAllowance: (propData?: any) => any;
165
+ ColorIconProfessionalTerminology: (propData?: any) => any;
166
+ ColorIconReceptionReimburseForm: (propData?: any) => any;
167
+ ColorIconReimbursementForm: (propData?: any) => any;
168
+ ColorIconServiceCharges: (propData?: any) => any;
169
+ ColorIconShareArrow: (propData?: any) => any;
170
+ ColorIconShip: (propData?: any) => any;
171
+ ColorIconTaxiFares: (propData?: any) => any;
172
+ ColorIconTrainFares: (propData?: any) => any;
173
+ ColorIconTraining: (propData?: any) => any;
174
+ ColorIconTrainingFees: (propData?: any) => any;
175
+ ColorIconTravelApplicationForm: (propData?: any) => any;
176
+ ColorIconTravelExpenses: (propData?: any) => any;
177
+ ColorIconTravelOrder: (propData?: any) => any;
178
+ ColorIconVenueHospitalityFees: (propData?: any) => any;
179
+ ColorIconVenueRentalFees: (propData?: any) => any;
180
+ ColorIconVisaFees: (propData?: any) => any;
181
+ ColorIconWhitePager: (propData?: any) => any;
182
+ };
183
+ export default _default;
package/index.js ADDED
@@ -0,0 +1,245 @@
1
+ import ColorIconActivitys from "./lib/activitys";
2
+ import { default as default2 } from "./lib/activitys";
3
+ import ColorIconAdministrativeFees from "./lib/administrative-fees";
4
+ import { default as default3 } from "./lib/administrative-fees";
5
+ import ColorIconAirFares from "./lib/air-fares";
6
+ import { default as default4 } from "./lib/air-fares";
7
+ import ColorIconAlbumUpload from "./lib/album-upload";
8
+ import { default as default5 } from "./lib/album-upload";
9
+ import ColorIconAnalysisReport from "./lib/analysis-report";
10
+ import { default as default6 } from "./lib/analysis-report";
11
+ import ColorIconAnalysisReport1 from "./lib/analysis-report-1";
12
+ import { default as default7 } from "./lib/analysis-report-1";
13
+ import ColorIconApply from "./lib/apply";
14
+ import { default as default8 } from "./lib/apply";
15
+ import ColorIconArchives from "./lib/archives";
16
+ import { default as default9 } from "./lib/archives";
17
+ import ColorIconBaggageFees from "./lib/baggage-fees";
18
+ import { default as default10 } from "./lib/baggage-fees";
19
+ import ColorIconCarInsurance from "./lib/car-insurance";
20
+ import { default as default11 } from "./lib/car-insurance";
21
+ import ColorIconCarRental from "./lib/car-rental";
22
+ import { default as default12 } from "./lib/car-rental";
23
+ import ColorIconCaseStudy from "./lib/case-study";
24
+ import { default as default13 } from "./lib/case-study";
25
+ import ColorIconCeremonyFees from "./lib/ceremony-fees";
26
+ import { default as default14 } from "./lib/ceremony-fees";
27
+ import ColorIconConolences from "./lib/condolences";
28
+ import { default as default15 } from "./lib/condolences";
29
+ import ColorIconEntertainmentExpense from "./lib/entertainment-expense";
30
+ import { default as default16 } from "./lib/entertainment-expense";
31
+ import ColorIconExpertConsultationFees from "./lib/expert-consultation-fees";
32
+ import { default as default17 } from "./lib/expert-consultation-fees";
33
+ import ColorIconExpertTeachingFees from "./lib/expert-teaching-fees";
34
+ import { default as default18 } from "./lib/expert-teaching-fees";
35
+ import ColorIconExpertReimburseForm from "./lib/expert-reimburse-form";
36
+ import { default as default19 } from "./lib/expert-reimburse-form";
37
+ import ColorIconExpressDelivery from "./lib/express-delivery";
38
+ import { default as default20 } from "./lib/express-delivery";
39
+ import ColorIconFerryFares from "./lib/ferry-fares";
40
+ import { default as default21 } from "./lib/ferry-fares";
41
+ import ColorIconFileUplad from "./lib/file-upload";
42
+ import { default as default22 } from "./lib/file-upload";
43
+ import ColorIconFuelCost from "./lib/fuel-cost";
44
+ import { default as default23 } from "./lib/fuel-cost";
45
+ import ColorIconGiftCost from "./lib/gift-cost";
46
+ import { default as default24 } from "./lib/gift-cost";
47
+ import ColorIconHomePage from "./lib/home-page";
48
+ import { default as default25 } from "./lib/home-page";
49
+ import ColorIconHousingSubsidy from "./lib/housing-subsidy";
50
+ import { default as default26 } from "./lib/housing-subsidy";
51
+ import ColorIconIncidentalExpenses from "./lib/incidental-expenses";
52
+ import { default as default27 } from "./lib/incidental-expenses";
53
+ import ColorIconLandlinePhone from "./lib/landline-phone";
54
+ import { default as default28 } from "./lib/landline-phone";
55
+ import ColorIconLineRental from "./lib/line-rental";
56
+ import { default as default29 } from "./lib/line-rental";
57
+ import ColorIconLivingSubsidy from "./lib/living-subsidy";
58
+ import { default as default30 } from "./lib/living-subsidy";
59
+ import ColorIconLodgingFees from "./lib/lodging-fees";
60
+ import { default as default31 } from "./lib/lodging-fees";
61
+ import ColorIconMaintenanceService from "./lib/maintenance-service";
62
+ import { default as default32 } from "./lib/maintenance-service";
63
+ import ColorIconMealAllowance from "./lib/meal-allowance";
64
+ import { default as default33 } from "./lib/meal-allowance";
65
+ import ColorIconMealSubsidy from "./lib/meal-subsidy";
66
+ import { default as default34 } from "./lib/meal-subsidy";
67
+ import ColorIconMeetingExpenses from "./lib/meeting-expenses";
68
+ import { default as default35 } from "./lib/meeting-expenses";
69
+ import ColorIconMeetingReimburseForm from "./lib/meeting-reimburse-form";
70
+ import { default as default36 } from "./lib/meeting-reimburse-form";
71
+ import ColorIconNewspaperSubscription from "./lib/newspaper-subscription";
72
+ import { default as default37 } from "./lib/newspaper-subscription";
73
+ import ColorIconOfficeEquipments from "./lib/office-equipments";
74
+ import { default as default38 } from "./lib/office-equipments";
75
+ import ColorIconOfficeSupplies from "./lib/office-supplies";
76
+ import { default as default39 } from "./lib/office-supplies";
77
+ import ColorIconOthers from "./lib/others";
78
+ import { default as default40 } from "./lib/others";
79
+ import ColorIconPhoneBills from "./lib/phone-bills";
80
+ import { default as default41 } from "./lib/phone-bills";
81
+ import ColorIconPhotoIdentification from "./lib/photo-identification";
82
+ import { default as default42 } from "./lib/photo-identification";
83
+ import ColorIconPhysicalExamination from "./lib/physical-examination";
84
+ import { default as default43 } from "./lib/physical-examination";
85
+ import ColorIconPrivateVehicleAllowance from "./lib/private-vehicle-allowance";
86
+ import { default as default44 } from "./lib/private-vehicle-allowance";
87
+ import ColorIconProfessionalTerminology from "./lib/professional-terminology";
88
+ import { default as default45 } from "./lib/professional-terminology";
89
+ import ColorIconReceptionReimburseForm from "./lib/reception-reimburse-form";
90
+ import { default as default46 } from "./lib/reception-reimburse-form";
91
+ import ColorIconReimbursementForm from "./lib/reimbursement-form";
92
+ import { default as default47 } from "./lib/reimbursement-form";
93
+ import ColorIconServiceCharges from "./lib/service-charges";
94
+ import { default as default48 } from "./lib/service-charges";
95
+ import ColorIconShareArrow from "./lib/share-arrow";
96
+ import { default as default49 } from "./lib/share-arrow";
97
+ import ColorIconShip from "./lib/ship";
98
+ import { default as default50 } from "./lib/ship";
99
+ import ColorIconTaxiFares from "./lib/taxi-fares";
100
+ import { default as default51 } from "./lib/taxi-fares";
101
+ import ColorIconTrainFares from "./lib/train-fares";
102
+ import { default as default52 } from "./lib/train-fares";
103
+ import ColorIconTraining from "./lib/training";
104
+ import { default as default53 } from "./lib/training";
105
+ import ColorIconTrainingFees from "./lib/training-fees";
106
+ import { default as default54 } from "./lib/training-fees";
107
+ import ColorIconTravelApplicationForm from "./lib/travel-application-form";
108
+ import { default as default55 } from "./lib/travel-application-form";
109
+ import ColorIconTravelExpenses from "./lib/travel-expenses";
110
+ import { default as default56 } from "./lib/travel-expenses";
111
+ import ColorIconTravelOrder from "./lib/travel-order";
112
+ import { default as default57 } from "./lib/travel-order";
113
+ import ColorIconVenueHospitalityFees from "./lib/venue-hospitality-fees";
114
+ import { default as default58 } from "./lib/venue-hospitality-fees";
115
+ import ColorIconVenueRentalFees from "./lib/venue-rental-fees";
116
+ import { default as default59 } from "./lib/venue-rental-fees";
117
+ import ColorIconVisaFees from "./lib/visa-fees";
118
+ import { default as default60 } from "./lib/visa-fees";
119
+ import ColorIconWhitePager from "./lib/white-pager";
120
+ import { default as default61 } from "./lib/white-pager";
121
+ var index = {
122
+ ColorIconActivitys,
123
+ ColorIconAdministrativeFees,
124
+ ColorIconAirFares,
125
+ ColorIconAlbumUpload,
126
+ ColorIconAnalysisReport,
127
+ ColorIconAnalysisReport1,
128
+ ColorIconApply,
129
+ ColorIconArchives,
130
+ ColorIconBaggageFees,
131
+ ColorIconCarInsurance,
132
+ ColorIconCarRental,
133
+ ColorIconCaseStudy,
134
+ ColorIconCeremonyFees,
135
+ ColorIconConolences,
136
+ ColorIconEntertainmentExpense,
137
+ ColorIconExpertConsultationFees,
138
+ ColorIconExpertReimburseForm,
139
+ ColorIconExpertTeachingFees,
140
+ ColorIconExpressDelivery,
141
+ ColorIconFerryFares,
142
+ ColorIconFileUplad,
143
+ ColorIconFuelCost,
144
+ ColorIconGiftCost,
145
+ ColorIconHomePage,
146
+ ColorIconHousingSubsidy,
147
+ ColorIconIncidentalExpenses,
148
+ ColorIconLandlinePhone,
149
+ ColorIconLineRental,
150
+ ColorIconLivingSubsidy,
151
+ ColorIconLodgingFees,
152
+ ColorIconMaintenanceService,
153
+ ColorIconMealAllowance,
154
+ ColorIconMealSubsidy,
155
+ ColorIconMeetingExpenses,
156
+ ColorIconMeetingReimburseForm,
157
+ ColorIconNewspaperSubscription,
158
+ ColorIconOfficeEquipments,
159
+ ColorIconOfficeSupplies,
160
+ ColorIconOthers,
161
+ ColorIconPhoneBills,
162
+ ColorIconPhotoIdentification,
163
+ ColorIconPhysicalExamination,
164
+ ColorIconPrivateVehicleAllowance,
165
+ ColorIconProfessionalTerminology,
166
+ ColorIconReceptionReimburseForm,
167
+ ColorIconReimbursementForm,
168
+ ColorIconServiceCharges,
169
+ ColorIconShareArrow,
170
+ ColorIconShip,
171
+ ColorIconTaxiFares,
172
+ ColorIconTrainFares,
173
+ ColorIconTraining,
174
+ ColorIconTrainingFees,
175
+ ColorIconTravelApplicationForm,
176
+ ColorIconTravelExpenses,
177
+ ColorIconTravelOrder,
178
+ ColorIconVenueHospitalityFees,
179
+ ColorIconVenueRentalFees,
180
+ ColorIconVisaFees,
181
+ ColorIconWhitePager
182
+ };
183
+ export {
184
+ default2 as ColorIconActivitys,
185
+ default3 as ColorIconAdministrativeFees,
186
+ default4 as ColorIconAirFares,
187
+ default5 as ColorIconAlbumUpload,
188
+ default6 as ColorIconAnalysisReport,
189
+ default7 as ColorIconAnalysisReport1,
190
+ default8 as ColorIconApply,
191
+ default9 as ColorIconArchives,
192
+ default10 as ColorIconBaggageFees,
193
+ default11 as ColorIconCarInsurance,
194
+ default12 as ColorIconCarRental,
195
+ default13 as ColorIconCaseStudy,
196
+ default14 as ColorIconCeremonyFees,
197
+ default15 as ColorIconConolences,
198
+ default16 as ColorIconEntertainmentExpense,
199
+ default17 as ColorIconExpertConsultationFees,
200
+ default19 as ColorIconExpertReimburseForm,
201
+ default18 as ColorIconExpertTeachingFees,
202
+ default20 as ColorIconExpressDelivery,
203
+ default21 as ColorIconFerryFares,
204
+ default22 as ColorIconFileUplad,
205
+ default23 as ColorIconFuelCost,
206
+ default24 as ColorIconGiftCost,
207
+ default25 as ColorIconHomePage,
208
+ default26 as ColorIconHousingSubsidy,
209
+ default27 as ColorIconIncidentalExpenses,
210
+ default28 as ColorIconLandlinePhone,
211
+ default29 as ColorIconLineRental,
212
+ default30 as ColorIconLivingSubsidy,
213
+ default31 as ColorIconLodgingFees,
214
+ default32 as ColorIconMaintenanceService,
215
+ default33 as ColorIconMealAllowance,
216
+ default34 as ColorIconMealSubsidy,
217
+ default35 as ColorIconMeetingExpenses,
218
+ default36 as ColorIconMeetingReimburseForm,
219
+ default37 as ColorIconNewspaperSubscription,
220
+ default38 as ColorIconOfficeEquipments,
221
+ default39 as ColorIconOfficeSupplies,
222
+ default40 as ColorIconOthers,
223
+ default41 as ColorIconPhoneBills,
224
+ default42 as ColorIconPhotoIdentification,
225
+ default43 as ColorIconPhysicalExamination,
226
+ default44 as ColorIconPrivateVehicleAllowance,
227
+ default45 as ColorIconProfessionalTerminology,
228
+ default46 as ColorIconReceptionReimburseForm,
229
+ default47 as ColorIconReimbursementForm,
230
+ default48 as ColorIconServiceCharges,
231
+ default49 as ColorIconShareArrow,
232
+ default50 as ColorIconShip,
233
+ default51 as ColorIconTaxiFares,
234
+ default52 as ColorIconTrainFares,
235
+ default53 as ColorIconTraining,
236
+ default54 as ColorIconTrainingFees,
237
+ default55 as ColorIconTravelApplicationForm,
238
+ default56 as ColorIconTravelExpenses,
239
+ default57 as ColorIconTravelOrder,
240
+ default58 as ColorIconVenueHospitalityFees,
241
+ default59 as ColorIconVenueRentalFees,
242
+ default60 as ColorIconVisaFees,
243
+ default61 as ColorIconWhitePager,
244
+ index as default
245
+ };
@@ -0,0 +1,51 @@
1
+ import { svg } from "@opentinyvue/vue-common";
2
+ var render = function render2() {
3
+ var _vm = this;
4
+ var _h = _vm.$createElement;
5
+ var _c = _vm._self._c || _h;
6
+ return _c("svg", _vm._g({
7
+ attrs: {
8
+ "viewBox": "0 0 24 24",
9
+ "xmlns": "http://www.w3.org/2000/svg"
10
+ }
11
+ }, _vm.$listeners), [_c("defs", [_c("clipPath", {
12
+ attrs: {
13
+ "id": "activitys_svg__a"
14
+ }
15
+ }, [_c("path", {
16
+ attrs: {
17
+ "fill": "#fff",
18
+ "fill-opacity": "0",
19
+ "d": "M0 0h24v24H0z"
20
+ }
21
+ })])]), _c("g", {
22
+ attrs: {
23
+ "clip-path": "url(#activitys_svg__a)"
24
+ }
25
+ }, [_c("path", {
26
+ attrs: {
27
+ "d": "M16.99 11.889 12.205 7.15a1.125 1.125 0 0 0-.706-.322 1.146 1.146 0 0 0-.753.204l-3.83 2.704a1.94 1.94 0 0 0-.21.214 1.065 1.065 0 0 0-.13 1.017 1.051 1.051 0 0 0 .247.371l3.874 3.791L7.7 18.348a1.078 1.078 0 0 0-.135.178 2.599 2.599 0 0 1-.757.453 2.714 2.714 0 0 1-1.002.187 2.775 2.775 0 0 1-1.014-.192 2.6 2.6 0 0 1-1.17-.916 2.4 2.4 0 0 1-.355-.783 2.297 2.297 0 0 1 .138-1.499A2.42 2.42 0 0 1 3.963 15a2.6 2.6 0 0 1 .828-.523 2.716 2.716 0 0 1 1.014-.192 1.177 1.177 0 0 0 .428-.081c.132-.052.249-.126.35-.22.101-.095.18-.204.235-.328a.963.963 0 0 0 0-.802 1.022 1.022 0 0 0-.235-.327 1.15 1.15 0 0 0-.778-.302 5.009 5.009 0 0 0-2.643.74A4.749 4.749 0 0 0 1.79 14.25a4.392 4.392 0 0 0-.702 1.61c-.059.283-.088.57-.088.865a4.228 4.228 0 0 0 .378 1.752c.115.255.252.495.412.723a4.761 4.761 0 0 0 2.144 1.671 5.009 5.009 0 0 0 1.871.354 5.029 5.029 0 0 0 2.622-.728c.233-.142.453-.303.659-.484.102-.057.194-.128.274-.215l3.743-4.02c.155-.212.27-.507.249-.768a1.037 1.037 0 0 0-.32-.675L9.329 10.71l1.952-1.376 4.59 4.543a1.109 1.109 0 0 0 .575.304c.224.045.441.025.653-.06.322-.13.66-.194 1.014-.194a2.735 2.735 0 0 1 1.03.201 2.634 2.634 0 0 1 1.411 1.366 2.475 2.475 0 0 1 .142 1.575 2.541 2.541 0 0 1-.71 1.237 2.694 2.694 0 0 1-1.874.751 2.735 2.735 0 0 1-1.03-.2 2.634 2.634 0 0 1-1.411-1.367 2.497 2.497 0 0 1-.008-1.98 1.039 1.039 0 0 0 0-.829 1.107 1.107 0 0 0-.606-.586 1.136 1.136 0 0 0-.855 0 1.115 1.115 0 0 0-.606.586 4.6 4.6 0 0 0-.256 2.838 4.665 4.665 0 0 0 1.317 2.319 4.85 4.85 0 0 0 1.553 1.014c.606.248 1.24.372 1.902.372a5.04 5.04 0 0 0 1.903-.372 4.916 4.916 0 0 0 1.554-1.014 4.675 4.675 0 0 0 1.047-1.504c.256-.586.384-1.2.384-1.842a4.595 4.595 0 0 0-.804-2.602 4.86 4.86 0 0 0-2.181-1.758 4.958 4.958 0 0 0-1.916-.372l-.202.005c-.3.012-.602.053-.907.123Z",
28
+ "clip-rule": "evenodd",
29
+ "fill": "var(--aui-first-color, rgba(0,103,209,1))",
30
+ "fill-rule": "evenodd"
31
+ }
32
+ }), _c("ellipse", {
33
+ attrs: {
34
+ "cx": "14.979",
35
+ "cy": "5.25",
36
+ "rx": "2.292",
37
+ "ry": "2.25",
38
+ "fill": "var(--aui-second-color, rgba(0,103,209,0.7))"
39
+ }
40
+ })])]);
41
+ };
42
+ var Activitys = {
43
+ render
44
+ };
45
+ var index = svg({
46
+ name: "ColorIconActivitys",
47
+ component: Activitys
48
+ });
49
+ export {
50
+ index as default
51
+ };
@@ -0,0 +1,48 @@
1
+ import { svg } from "@opentinyvue/vue-common";
2
+ var render = function render2() {
3
+ var _vm = this;
4
+ var _h = _vm.$createElement;
5
+ var _c = _vm._self._c || _h;
6
+ return _c("svg", _vm._g({
7
+ attrs: {
8
+ "viewBox": "0 0 24 24",
9
+ "xmlns": "http://www.w3.org/2000/svg"
10
+ }
11
+ }, _vm.$listeners), [_c("defs", [_c("clipPath", {
12
+ attrs: {
13
+ "id": "administrative-fees_svg__a"
14
+ }
15
+ }, [_c("path", {
16
+ attrs: {
17
+ "fill": "#fff",
18
+ "fill-opacity": "0",
19
+ "d": "M0 0h24v24H0z"
20
+ }
21
+ })])]), _c("g", {
22
+ attrs: {
23
+ "clip-path": "url(#administrative-fees_svg__a)",
24
+ "fill-rule": "evenodd"
25
+ }
26
+ }, [_c("path", {
27
+ attrs: {
28
+ "d": "M7 19.734V8.266c0-.215-.037-.412-.11-.59a1.367 1.367 0 0 0-.114-.216 1.08 1.08 0 0 0-.243-.27 1.428 1.428 0 0 0-.324-.164.827.827 0 0 0-.387-.007.858.858 0 0 0-.29.124c-.093.073-.239.21-.308.317a1.358 1.358 0 0 0-.113.215c-.074.18-.111.376-.111.59v11.47c0 .305.074.573.224.805.085.132.188.238.308.317a.871.871 0 0 0 .29.124.827.827 0 0 0 .356 0l.01-.002a.871.871 0 0 0 .28-.122c.12-.08.223-.185.308-.317.15-.232.224-.5.224-.806Zm4 0V8.266c0-.215-.037-.412-.11-.59a1.37 1.37 0 0 0-.114-.216 1.082 1.082 0 0 0-.243-.27 1.427 1.427 0 0 0-.324-.164.828.828 0 0 0-.387-.007.858.858 0 0 0-.29.124c-.093.073-.239.21-.308.317a1.355 1.355 0 0 0-.113.215c-.074.18-.111.376-.111.59v11.47c0 .305.074.573.224.805.085.132.188.238.308.317a.871.871 0 0 0 .29.124.821.821 0 0 0 .387-.008.87.87 0 0 0 .259-.116c.12-.08.223-.185.308-.317.15-.232.224-.5.224-.806Zm4-11.468v11.468c0 .306-.075.574-.224.806a1.056 1.056 0 0 1-.308.317A.87.87 0 0 1 14 21a.823.823 0 0 1-.178-.02.87.87 0 0 1-.29-.124 1.056 1.056 0 0 1-.308-.316c-.15-.232-.224-.5-.224-.806V8.266c0-.215.037-.412.11-.59a1.37 1.37 0 0 1 .114-.216c.07-.108.215-.244.308-.317a.87.87 0 0 1 .29-.124.828.828 0 0 1 .356 0l.03.007c.09.024.242.11.325.164.093.072.174.162.243.27.044.069.082.14.113.216.074.178.111.375.111.59Zm4 0v11.468c0 .306-.075.574-.224.806a1.056 1.056 0 0 1-.308.317A.87.87 0 0 1 18 21a.822.822 0 0 1-.468-.143 1.056 1.056 0 0 1-.308-.317c-.15-.232-.224-.5-.224-.806V8.266c0-.215.037-.412.11-.59a1.37 1.37 0 0 1 .114-.216c.07-.108.215-.244.308-.317a.87.87 0 0 1 .29-.124.828.828 0 0 1 .387.007c.09.024.24.11.324.164.092.072.174.162.243.27.044.069.082.14.113.216.074.178.111.375.111.59Z",
29
+ "clip-rule": "evenodd",
30
+ "fill": "var(--aui-second-color, rgba(0,103,209,0.7))"
31
+ }
32
+ }), _c("path", {
33
+ attrs: {
34
+ "d": "M3.8 18h16.4c.44 0 .8.35.8.79v2.41c0 .44-.36.8-.8.8H3.8c-.45 0-.8-.36-.8-.8v-2.41c0-.44.35-.79.8-.79ZM12.65 2.21l8.89 5.87c.44.28.59.92.33 1.41-.17.31-.47.51-.8.51H2.92C2.41 10 2 9.53 2 8.96c0-.36.17-.7.44-.88l8.8-5.87c.44-.29.98-.29 1.41 0Z",
35
+ "fill": "var(--aui-first-color, rgba(0,103,209,1))"
36
+ }
37
+ })])]);
38
+ };
39
+ var AdministrativeFees = {
40
+ render
41
+ };
42
+ var index = svg({
43
+ name: "ColorIconAdministrativeFees",
44
+ component: AdministrativeFees
45
+ });
46
+ export {
47
+ index as default
48
+ };
@@ -0,0 +1,47 @@
1
+ import { svg } from "@opentinyvue/vue-common";
2
+ var render = function render2() {
3
+ var _vm = this;
4
+ var _h = _vm.$createElement;
5
+ var _c = _vm._self._c || _h;
6
+ return _c("svg", _vm._g({
7
+ attrs: {
8
+ "viewBox": "0 0 24 24",
9
+ "xmlns": "http://www.w3.org/2000/svg"
10
+ }
11
+ }, _vm.$listeners), [_c("defs", [_c("clipPath", {
12
+ attrs: {
13
+ "id": "air-fares_svg__a"
14
+ }
15
+ }, [_c("path", {
16
+ attrs: {
17
+ "fill": "#fff",
18
+ "fill-opacity": "0",
19
+ "d": "M0 0h24v24H0z"
20
+ }
21
+ })])]), _c("g", {
22
+ attrs: {
23
+ "clip-path": "url(#air-fares_svg__a)",
24
+ "fill-rule": "evenodd"
25
+ }
26
+ }, [_c("path", {
27
+ attrs: {
28
+ "d": "M19.99 19c.56 0 1.01.44 1.01 1 0 .55-.45 1-1 1H3.99c-.55 0-.99-.45-.99-1s.44-1 .99-1h16Z",
29
+ "fill": "var(--aui-second-color, rgba(0,103,209,0.7))"
30
+ }
31
+ }), _c("path", {
32
+ attrs: {
33
+ "d": "M6.03 3.02c.1-.04.21-.03.31.01l8.19 3.99 4.51-1.71c.41-.16.85-.2 1.28-.13l.21.04 1.31.33c1.13.29 1.54 1.74.74 2.62-.28.31-.62.55-.99.69L5.69 14.9c-.53.2-1.12.07-1.53-.33l-3.04-3c-.22-.22-.14-.6.14-.71l2.41-.92c.12-.04.25-.03.36.05l.98.65 3.93-1.49-5.56-4.43a.42.42 0 0 1 .03-.69l.07-.04 2.55-.97Z",
34
+ "fill": "var(--aui-first-color, rgba(0,103,209,1))"
35
+ }
36
+ })])]);
37
+ };
38
+ var AirFares = {
39
+ render
40
+ };
41
+ var index = svg({
42
+ name: "ColorIconAirFares",
43
+ component: AirFares
44
+ });
45
+ export {
46
+ index as default
47
+ };
@@ -0,0 +1,62 @@
1
+ import { svg } from "@opentinyvue/vue-common";
2
+ var render = function render2() {
3
+ var _vm = this;
4
+ var _h = _vm.$createElement;
5
+ var _c = _vm._self._c || _h;
6
+ return _c("svg", _vm._g({
7
+ attrs: {
8
+ "viewBox": "0 0 24 24",
9
+ "xmlns": "http://www.w3.org/2000/svg"
10
+ }
11
+ }, _vm.$listeners), [_c("defs", [_c("clipPath", {
12
+ attrs: {
13
+ "id": "album-upload_svg__a"
14
+ }
15
+ }, [_c("path", {
16
+ attrs: {
17
+ "fill": "#fff",
18
+ "fill-opacity": "0",
19
+ "d": "M0 0h24v24H0z"
20
+ }
21
+ })])]), _c("g", {
22
+ attrs: {
23
+ "clip-path": "url(#album-upload_svg__a)"
24
+ }
25
+ }, [_c("path", {
26
+ attrs: {
27
+ "d": "M18.99 2h-14C3.34 2 2 3.34 1.99 5v8.86l3.88-3.88a3.075 3.075 0 0 1 4.24 0l2.88 2.88.88-.88a3.012 3.012 0 0 1 4.25 0l3.87 3.88V5c0-1.66-1.34-3-3-3Z",
28
+ "fill": "var(--aui-second-color, rgba(0,103,209,0.7))",
29
+ "fill-opacity": ".5",
30
+ "fill-rule": "evenodd"
31
+ }
32
+ }), _c("path", {
33
+ attrs: {
34
+ "d": "m21.99 15.85-3.87-3.88a3.03 3.03 0 0 0-4.25 0l-.88.89 8.16 8.21c.54-.55.85-1.3.84-2.07v-3.15Z",
35
+ "fill": "var(--aui-second-color, rgba(0,103,209,0.7))",
36
+ "fill-rule": "evenodd"
37
+ }
38
+ }), _c("circle", {
39
+ attrs: {
40
+ "cx": "17",
41
+ "cy": "7",
42
+ "r": "2",
43
+ "fill": "var(--aui-first-color, rgba(0,103,209,1))"
44
+ }
45
+ }), _c("path", {
46
+ attrs: {
47
+ "d": "M10.12 9.97a3.075 3.075 0 0 0-4.24 0L2 13.86V19c0 1.65 1.34 2.99 3 3h14c.81 0 1.59-.34 2.16-.92L10.12 9.97Z",
48
+ "fill": "var(--aui-first-color, rgba(0,103,209,1))",
49
+ "fill-rule": "evenodd"
50
+ }
51
+ })])]);
52
+ };
53
+ var AlbumUpload = {
54
+ render
55
+ };
56
+ var index = svg({
57
+ name: "ColorIconAlbumUpload",
58
+ component: AlbumUpload
59
+ });
60
+ export {
61
+ index as default
62
+ };