@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/src/index.d.ts ADDED
@@ -0,0 +1,183 @@
1
+ import ColorIconActivitys from './activitys';
2
+ import ColorIconAdministrativeFees from './administrative-fees';
3
+ import ColorIconAirFares from './air-fares';
4
+ import ColorIconAlbumUpload from './album-upload';
5
+ import ColorIconAnalysisReport from './analysis-report';
6
+ import ColorIconAnalysisReport1 from './analysis-report-1';
7
+ import ColorIconApply from './apply';
8
+ import ColorIconArchives from './archives';
9
+ import ColorIconBaggageFees from './baggage-fees';
10
+ import ColorIconCarInsurance from './car-insurance';
11
+ import ColorIconCarRental from './car-rental';
12
+ import ColorIconCaseStudy from './case-study';
13
+ import ColorIconCeremonyFees from './ceremony-fees';
14
+ import ColorIconConolences from './condolences';
15
+ import ColorIconEntertainmentExpense from './entertainment-expense';
16
+ import ColorIconExpertConsultationFees from './expert-consultation-fees';
17
+ import ColorIconExpertTeachingFees from './expert-teaching-fees';
18
+ import ColorIconExpertReimburseForm from './expert-reimburse-form';
19
+ import ColorIconExpressDelivery from './express-delivery';
20
+ import ColorIconFerryFares from './ferry-fares';
21
+ import ColorIconFileUplad from './file-upload';
22
+ import ColorIconFuelCost from './fuel-cost';
23
+ import ColorIconGiftCost from './gift-cost';
24
+ import ColorIconHomePage from './home-page';
25
+ import ColorIconHousingSubsidy from './housing-subsidy';
26
+ import ColorIconIncidentalExpenses from './incidental-expenses';
27
+ import ColorIconLandlinePhone from './landline-phone';
28
+ import ColorIconLineRental from './line-rental';
29
+ import ColorIconLivingSubsidy from './living-subsidy';
30
+ import ColorIconLodgingFees from './lodging-fees';
31
+ import ColorIconMaintenanceService from './maintenance-service';
32
+ import ColorIconMealAllowance from './meal-allowance';
33
+ import ColorIconMealSubsidy from './meal-subsidy';
34
+ import ColorIconMeetingExpenses from './meeting-expenses';
35
+ import ColorIconMeetingReimburseForm from './meeting-reimburse-form';
36
+ import ColorIconNewspaperSubscription from './newspaper-subscription';
37
+ import ColorIconOfficeEquipments from './office-equipments';
38
+ import ColorIconOfficeSupplies from './office-supplies';
39
+ import ColorIconOthers from './others';
40
+ import ColorIconPhoneBills from './phone-bills';
41
+ import ColorIconPhotoIdentification from './photo-identification';
42
+ import ColorIconPhysicalExamination from './physical-examination';
43
+ import ColorIconPrivateVehicleAllowance from './private-vehicle-allowance';
44
+ import ColorIconProfessionalTerminology from './professional-terminology';
45
+ import ColorIconReceptionReimburseForm from './reception-reimburse-form';
46
+ import ColorIconReimbursementForm from './reimbursement-form';
47
+ import ColorIconServiceCharges from './service-charges';
48
+ import ColorIconShareArrow from './share-arrow';
49
+ import ColorIconShip from './ship';
50
+ import ColorIconTaxiFares from './taxi-fares';
51
+ import ColorIconTrainFares from './train-fares';
52
+ import ColorIconTraining from './training';
53
+ import ColorIconTrainingFees from './training-fees';
54
+ import ColorIconTravelApplicationForm from './travel-application-form';
55
+ import ColorIconTravelExpenses from './travel-expenses';
56
+ import ColorIconTravelOrder from './travel-order';
57
+ import ColorIconVenueHospitalityFees from './venue-hospitality-fees';
58
+ import ColorIconVenueRentalFees from './venue-rental-fees';
59
+ import ColorIconVisaFees from './visa-fees';
60
+ import ColorIconWhitePager from './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;
@@ -0,0 +1,2 @@
1
+ declare const _default: (propData?: any) => any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: (propData?: any) => any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: (propData?: any) => any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: (propData?: any) => any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: (propData?: any) => any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: (propData?: any) => any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: (propData?: any) => any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: (propData?: any) => any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: (propData?: any) => any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: (propData?: any) => any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: (propData?: any) => any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: (propData?: any) => any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: (propData?: any) => any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: (propData?: any) => any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: (propData?: any) => any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: (propData?: any) => any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: (propData?: any) => any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: (propData?: any) => any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: (propData?: any) => any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: (propData?: any) => any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: (propData?: any) => any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: (propData?: any) => any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: (propData?: any) => any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: (propData?: any) => any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: (propData?: any) => any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: (propData?: any) => any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: (propData?: any) => any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: (propData?: any) => any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: (propData?: any) => any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: (propData?: any) => any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: (propData?: any) => any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: (propData?: any) => any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: (propData?: any) => any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: (propData?: any) => any;
2
+ export default _default;