@payfit/unity-illustrations 0.0.0-alpha.15 → 0.0.0-alpha.17

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 (763) hide show
  1. package/dist/esm/generated/AnnualTaxes.d.ts +20 -0
  2. package/dist/esm/generated/AnnualTaxes.js +10 -0
  3. package/dist/esm/generated/Contact.d.ts +20 -0
  4. package/dist/esm/generated/Contact.js +10 -0
  5. package/dist/esm/generated/DocumentFiling.d.ts +20 -0
  6. package/dist/esm/generated/DocumentFiling.js +10 -0
  7. package/dist/esm/generated/ExceedingThreshold.d.ts +20 -0
  8. package/dist/esm/generated/ExceedingThreshold.js +10 -0
  9. package/dist/esm/generated/Health.d.ts +20 -0
  10. package/dist/esm/generated/Health.js +10 -0
  11. package/dist/esm/generated/HealthInsurance.d.ts +20 -0
  12. package/dist/esm/generated/HealthInsurance.js +10 -0
  13. package/dist/esm/generated/JEC.d.ts +20 -0
  14. package/dist/esm/generated/JEC.js +10 -0
  15. package/dist/esm/generated/LunchVoucher.d.ts +20 -0
  16. package/dist/esm/generated/LunchVoucher.js +10 -0
  17. package/dist/esm/generated/Mobility.d.ts +20 -0
  18. package/dist/esm/generated/Mobility.js +10 -0
  19. package/dist/esm/generated/OrganismesPayment.d.ts +20 -0
  20. package/dist/esm/generated/OrganismesPayment.js +10 -0
  21. package/dist/esm/generated/PaidLeave.d.ts +20 -0
  22. package/dist/esm/generated/PaidLeave.js +10 -0
  23. package/dist/esm/generated/ProvidentScheme.d.ts +20 -0
  24. package/dist/esm/generated/ProvidentScheme.js +10 -0
  25. package/dist/esm/generated/RemoteWork.d.ts +20 -0
  26. package/dist/esm/generated/RemoteWork.js +10 -0
  27. package/dist/esm/generated/Salary.d.ts +20 -0
  28. package/dist/esm/generated/Salary.js +10 -0
  29. package/dist/esm/generated/SalaryPayment.d.ts +20 -0
  30. package/dist/esm/generated/SalaryPayment.js +10 -0
  31. package/dist/esm/generated/SetUpTask.d.ts +20 -0
  32. package/dist/esm/generated/SetUpTask.js +10 -0
  33. package/dist/esm/generated/SickLeave.d.ts +20 -0
  34. package/dist/esm/generated/SickLeave.js +10 -0
  35. package/dist/esm/generated/WorkingTime.d.ts +20 -0
  36. package/dist/esm/generated/WorkingTime.js +10 -0
  37. package/dist/esm/generated/assets/AnnualTaxes.svg.js +4 -0
  38. package/dist/esm/generated/assets/Contact.svg.js +4 -0
  39. package/dist/esm/generated/assets/DocumentFiling.svg.js +4 -0
  40. package/dist/esm/generated/assets/ExceedingThreshold.svg.js +4 -0
  41. package/dist/esm/generated/assets/Health.svg.js +4 -0
  42. package/dist/esm/generated/assets/HealthInsurance.svg.js +4 -0
  43. package/dist/esm/generated/assets/JEC.svg.js +4 -0
  44. package/dist/esm/generated/assets/LunchVoucher.svg.js +4 -0
  45. package/dist/esm/generated/assets/Mobility.svg.js +4 -0
  46. package/dist/esm/generated/assets/OrganismesPayment.svg.js +4 -0
  47. package/dist/esm/generated/assets/PaidLeave.svg.js +4 -0
  48. package/dist/esm/generated/assets/ProvidentScheme.svg.js +4 -0
  49. package/dist/esm/generated/assets/RemoteWork.svg.js +4 -0
  50. package/dist/esm/generated/assets/Salary.svg.js +4 -0
  51. package/dist/esm/generated/assets/SalaryPayment.svg.js +4 -0
  52. package/dist/esm/generated/assets/SetUpTask.svg.js +4 -0
  53. package/dist/esm/generated/assets/SickLeave.svg.js +4 -0
  54. package/dist/esm/generated/assets/WorkingTime.svg.js +4 -0
  55. package/dist/esm/generated/illustrationAssets.d.ts +56 -2
  56. package/dist/esm/generated/illustrationAssets.js +19 -1
  57. package/package.json +14 -22
  58. package/src/components/illustration/Illustration.stories.tsx +1 -1
  59. package/src/components/lazy-illustration/LazyIllustration.stories.tsx +1 -1
  60. package/src/generated/AnnualTaxes.ts +31 -0
  61. package/src/generated/Contact.ts +31 -0
  62. package/src/generated/DocumentFiling.ts +31 -0
  63. package/src/generated/ExceedingThreshold.ts +31 -0
  64. package/src/generated/Health.ts +31 -0
  65. package/src/generated/HealthInsurance.ts +31 -0
  66. package/src/generated/JEC.ts +31 -0
  67. package/src/generated/LunchVoucher.ts +31 -0
  68. package/src/generated/Mobility.ts +31 -0
  69. package/src/generated/OrganismesPayment.ts +31 -0
  70. package/src/generated/PaidLeave.ts +31 -0
  71. package/src/generated/ProvidentScheme.ts +31 -0
  72. package/src/generated/RemoteWork.ts +31 -0
  73. package/src/generated/Salary.ts +31 -0
  74. package/src/generated/SalaryPayment.ts +31 -0
  75. package/src/generated/SetUpTask.ts +31 -0
  76. package/src/generated/SickLeave.ts +31 -0
  77. package/src/generated/WorkingTime.ts +31 -0
  78. package/src/generated/assets/AnnualTaxes.svg +1 -0
  79. package/src/generated/assets/Contact.svg +1 -0
  80. package/src/generated/assets/DocumentFiling.svg +1 -0
  81. package/src/generated/assets/ExceedingThreshold.svg +1 -0
  82. package/src/generated/assets/Health.svg +1 -0
  83. package/src/generated/assets/HealthInsurance.svg +1 -0
  84. package/src/generated/assets/JEC.svg +1 -0
  85. package/src/generated/assets/LunchVoucher.svg +1 -0
  86. package/src/generated/assets/Mobility.svg +1 -0
  87. package/src/generated/assets/OrganismesPayment.svg +1 -0
  88. package/src/generated/assets/PaidLeave.svg +1 -0
  89. package/src/generated/assets/ProvidentScheme.svg +1 -0
  90. package/src/generated/assets/RemoteWork.svg +1 -0
  91. package/src/generated/assets/Salary.svg +1 -0
  92. package/src/generated/assets/SalaryPayment.svg +1 -0
  93. package/src/generated/assets/SetUpTask.svg +1 -0
  94. package/src/generated/assets/SickLeave.svg +1 -0
  95. package/src/generated/assets/WorkingTime.svg +1 -0
  96. package/src/generated/illustrationAssets.ts +61 -7
  97. package/src/unity.css +11 -0
  98. package/dist/cjs/components/illustration/Illustration.cjs +0 -1
  99. package/dist/cjs/components/illustration/Illustration.d.cts +0 -104
  100. package/dist/cjs/components/lazy-illustration/LazyIllustration.cjs +0 -1
  101. package/dist/cjs/components/lazy-illustration/LazyIllustration.d.cts +0 -67
  102. package/dist/cjs/docs/blocks/Cards.d.cts +0 -18
  103. package/dist/cjs/docs/blocks/IllustrationLibrary.d.cts +0 -4
  104. package/dist/cjs/generated/AdministrativeDocument.cjs +0 -1
  105. package/dist/cjs/generated/AdministrativeDocument.d.cts +0 -20
  106. package/dist/cjs/generated/AdministrativeDocumentWithBackground.cjs +0 -1
  107. package/dist/cjs/generated/AdministrativeDocumentWithBackground.d.cts +0 -20
  108. package/dist/cjs/generated/AlphabetCube.cjs +0 -1
  109. package/dist/cjs/generated/AlphabetCube.d.cts +0 -20
  110. package/dist/cjs/generated/Analysis.cjs +0 -1
  111. package/dist/cjs/generated/Analysis.d.cts +0 -20
  112. package/dist/cjs/generated/AutomationInProgress.cjs +0 -1
  113. package/dist/cjs/generated/AutomationInProgress.d.cts +0 -20
  114. package/dist/cjs/generated/BabyBottle.cjs +0 -1
  115. package/dist/cjs/generated/BabyBottle.d.cts +0 -20
  116. package/dist/cjs/generated/BabyBottleWithBackground.cjs +0 -1
  117. package/dist/cjs/generated/BabyBottleWithBackground.d.cts +0 -20
  118. package/dist/cjs/generated/Bell.cjs +0 -1
  119. package/dist/cjs/generated/Bell.d.cts +0 -20
  120. package/dist/cjs/generated/BellWithBackground.cjs +0 -1
  121. package/dist/cjs/generated/BellWithBackground.d.cts +0 -20
  122. package/dist/cjs/generated/Bicycle.cjs +0 -1
  123. package/dist/cjs/generated/Bicycle.d.cts +0 -20
  124. package/dist/cjs/generated/BicycleWithBackground.cjs +0 -1
  125. package/dist/cjs/generated/BicycleWithBackground.d.cts +0 -20
  126. package/dist/cjs/generated/BigIdea.cjs +0 -1
  127. package/dist/cjs/generated/BigIdea.d.cts +0 -20
  128. package/dist/cjs/generated/Binoculars.cjs +0 -1
  129. package/dist/cjs/generated/Binoculars.d.cts +0 -20
  130. package/dist/cjs/generated/Biscuit.cjs +0 -1
  131. package/dist/cjs/generated/Biscuit.d.cts +0 -20
  132. package/dist/cjs/generated/BiscuitCrumbs.cjs +0 -1
  133. package/dist/cjs/generated/BiscuitCrumbs.d.cts +0 -20
  134. package/dist/cjs/generated/Book.cjs +0 -1
  135. package/dist/cjs/generated/Book.d.cts +0 -20
  136. package/dist/cjs/generated/Box.cjs +0 -1
  137. package/dist/cjs/generated/Box.d.cts +0 -20
  138. package/dist/cjs/generated/BoxWithBackground.cjs +0 -1
  139. package/dist/cjs/generated/BoxWithBackground.d.cts +0 -20
  140. package/dist/cjs/generated/Brainstorming.cjs +0 -1
  141. package/dist/cjs/generated/Brainstorming.d.cts +0 -20
  142. package/dist/cjs/generated/Buoy.cjs +0 -1
  143. package/dist/cjs/generated/Buoy.d.cts +0 -20
  144. package/dist/cjs/generated/BuoyWithBackground.cjs +0 -1
  145. package/dist/cjs/generated/BuoyWithBackground.d.cts +0 -20
  146. package/dist/cjs/generated/Calculator.cjs +0 -1
  147. package/dist/cjs/generated/Calculator.d.cts +0 -20
  148. package/dist/cjs/generated/CalculatorWithBackground.cjs +0 -1
  149. package/dist/cjs/generated/CalculatorWithBackground.d.cts +0 -20
  150. package/dist/cjs/generated/Calendar.cjs +0 -1
  151. package/dist/cjs/generated/Calendar.d.cts +0 -20
  152. package/dist/cjs/generated/Card.cjs +0 -1
  153. package/dist/cjs/generated/Card.d.cts +0 -20
  154. package/dist/cjs/generated/CardWithBackground.cjs +0 -1
  155. package/dist/cjs/generated/CardWithBackground.d.cts +0 -20
  156. package/dist/cjs/generated/CharacterHeadphone.cjs +0 -1
  157. package/dist/cjs/generated/CharacterHeadphone.d.cts +0 -20
  158. package/dist/cjs/generated/CharacterHeadphoneWithBackground.cjs +0 -1
  159. package/dist/cjs/generated/CharacterHeadphoneWithBackground.d.cts +0 -20
  160. package/dist/cjs/generated/Chat.cjs +0 -1
  161. package/dist/cjs/generated/Chat.d.cts +0 -20
  162. package/dist/cjs/generated/Checkbox.cjs +0 -1
  163. package/dist/cjs/generated/Checkbox.d.cts +0 -20
  164. package/dist/cjs/generated/CheckboxWithBackground.cjs +0 -1
  165. package/dist/cjs/generated/CheckboxWithBackground.d.cts +0 -20
  166. package/dist/cjs/generated/ChristmasSock.cjs +0 -1
  167. package/dist/cjs/generated/ChristmasSock.d.cts +0 -20
  168. package/dist/cjs/generated/ChristmasSockAndConfettis.cjs +0 -1
  169. package/dist/cjs/generated/ChristmasSockAndConfettis.d.cts +0 -20
  170. package/dist/cjs/generated/Clock.cjs +0 -1
  171. package/dist/cjs/generated/Clock.d.cts +0 -20
  172. package/dist/cjs/generated/ClockWithBackground.cjs +0 -1
  173. package/dist/cjs/generated/ClockWithBackground.d.cts +0 -20
  174. package/dist/cjs/generated/ClosedLock.cjs +0 -1
  175. package/dist/cjs/generated/ClosedLock.d.cts +0 -20
  176. package/dist/cjs/generated/ClosedLockWithBackground.cjs +0 -1
  177. package/dist/cjs/generated/ClosedLockWithBackground.d.cts +0 -20
  178. package/dist/cjs/generated/Collaboration.cjs +0 -1
  179. package/dist/cjs/generated/Collaboration.d.cts +0 -20
  180. package/dist/cjs/generated/CollectiveResearch.cjs +0 -1
  181. package/dist/cjs/generated/CollectiveResearch.d.cts +0 -20
  182. package/dist/cjs/generated/ComputerDocumentation.cjs +0 -1
  183. package/dist/cjs/generated/ComputerDocumentation.d.cts +0 -20
  184. package/dist/cjs/generated/ComputerDocumentationWithBackground.cjs +0 -1
  185. package/dist/cjs/generated/ComputerDocumentationWithBackground.d.cts +0 -20
  186. package/dist/cjs/generated/ComputerMail.cjs +0 -1
  187. package/dist/cjs/generated/ComputerMail.d.cts +0 -20
  188. package/dist/cjs/generated/ConfettiCannon.cjs +0 -1
  189. package/dist/cjs/generated/ConfettiCannon.d.cts +0 -20
  190. package/dist/cjs/generated/Confettis.cjs +0 -1
  191. package/dist/cjs/generated/Confettis.d.cts +0 -20
  192. package/dist/cjs/generated/ConfettisWithBackground.cjs +0 -1
  193. package/dist/cjs/generated/ConfettisWithBackground.d.cts +0 -20
  194. package/dist/cjs/generated/ContractSignature.cjs +0 -1
  195. package/dist/cjs/generated/ContractSignature.d.cts +0 -20
  196. package/dist/cjs/generated/Conversation.cjs +0 -1
  197. package/dist/cjs/generated/Conversation.d.cts +0 -20
  198. package/dist/cjs/generated/ConversationWithBackground.cjs +0 -1
  199. package/dist/cjs/generated/ConversationWithBackground.d.cts +0 -20
  200. package/dist/cjs/generated/CrossLegged.cjs +0 -1
  201. package/dist/cjs/generated/CrossLegged.d.cts +0 -20
  202. package/dist/cjs/generated/CupOfCoffee.cjs +0 -1
  203. package/dist/cjs/generated/CupOfCoffee.d.cts +0 -20
  204. package/dist/cjs/generated/Dancing.cjs +0 -1
  205. package/dist/cjs/generated/Dancing.d.cts +0 -20
  206. package/dist/cjs/generated/DancingPeople.cjs +0 -1
  207. package/dist/cjs/generated/DancingPeople.d.cts +0 -20
  208. package/dist/cjs/generated/DancingSkier.cjs +0 -1
  209. package/dist/cjs/generated/DancingSkier.d.cts +0 -20
  210. package/dist/cjs/generated/Data.cjs +0 -1
  211. package/dist/cjs/generated/Data.d.cts +0 -20
  212. package/dist/cjs/generated/DataWithBackground.cjs +0 -1
  213. package/dist/cjs/generated/DataWithBackground.d.cts +0 -20
  214. package/dist/cjs/generated/Dialogue.cjs +0 -1
  215. package/dist/cjs/generated/Dialogue.d.cts +0 -20
  216. package/dist/cjs/generated/Discount.cjs +0 -1
  217. package/dist/cjs/generated/Discount.d.cts +0 -20
  218. package/dist/cjs/generated/DiscountWithBackground.cjs +0 -1
  219. package/dist/cjs/generated/DiscountWithBackground.d.cts +0 -20
  220. package/dist/cjs/generated/Discussion.cjs +0 -1
  221. package/dist/cjs/generated/Discussion.d.cts +0 -20
  222. package/dist/cjs/generated/Doctor.cjs +0 -1
  223. package/dist/cjs/generated/Doctor.d.cts +0 -20
  224. package/dist/cjs/generated/Document.cjs +0 -1
  225. package/dist/cjs/generated/Document.d.cts +0 -20
  226. package/dist/cjs/generated/DocumentScanning.cjs +0 -1
  227. package/dist/cjs/generated/DocumentScanning.d.cts +0 -20
  228. package/dist/cjs/generated/DocumentWithBackground.cjs +0 -1
  229. package/dist/cjs/generated/DocumentWithBackground.d.cts +0 -20
  230. package/dist/cjs/generated/ESignature.cjs +0 -1
  231. package/dist/cjs/generated/ESignature.d.cts +0 -20
  232. package/dist/cjs/generated/EmailLogin.cjs +0 -1
  233. package/dist/cjs/generated/EmailLogin.d.cts +0 -20
  234. package/dist/cjs/generated/EmailNotification.cjs +0 -1
  235. package/dist/cjs/generated/EmailNotification.d.cts +0 -20
  236. package/dist/cjs/generated/EmailNotificationWithBackground.cjs +0 -1
  237. package/dist/cjs/generated/EmailNotificationWithBackground.d.cts +0 -20
  238. package/dist/cjs/generated/EmploymentContract.cjs +0 -1
  239. package/dist/cjs/generated/EmploymentContract.d.cts +0 -20
  240. package/dist/cjs/generated/EmploymentContractWithBackground.cjs +0 -1
  241. package/dist/cjs/generated/EmploymentContractWithBackground.d.cts +0 -20
  242. package/dist/cjs/generated/EmptyDocument.cjs +0 -1
  243. package/dist/cjs/generated/EmptyDocument.d.cts +0 -20
  244. package/dist/cjs/generated/EmptyDocumentWithBackground.cjs +0 -1
  245. package/dist/cjs/generated/EmptyDocumentWithBackground.d.cts +0 -20
  246. package/dist/cjs/generated/EmptyStateActivationButton.cjs +0 -1
  247. package/dist/cjs/generated/EmptyStateActivationButton.d.cts +0 -20
  248. package/dist/cjs/generated/EmptyStateActivationToggle.cjs +0 -1
  249. package/dist/cjs/generated/EmptyStateActivationToggle.d.cts +0 -20
  250. package/dist/cjs/generated/EmptyStateDesert.cjs +0 -1
  251. package/dist/cjs/generated/EmptyStateDesert.d.cts +0 -20
  252. package/dist/cjs/generated/EmptyStateEmptyFolder.cjs +0 -1
  253. package/dist/cjs/generated/EmptyStateEmptyFolder.d.cts +0 -20
  254. package/dist/cjs/generated/EmptyStateIncidentPanel.cjs +0 -1
  255. package/dist/cjs/generated/EmptyStateIncidentPanel.d.cts +0 -20
  256. package/dist/cjs/generated/EmptyStateMaintenance.cjs +0 -1
  257. package/dist/cjs/generated/EmptyStateMaintenance.d.cts +0 -20
  258. package/dist/cjs/generated/EmptyStateMoon.cjs +0 -1
  259. package/dist/cjs/generated/EmptyStateMoon.d.cts +0 -20
  260. package/dist/cjs/generated/EmptyStateResearch.cjs +0 -1
  261. package/dist/cjs/generated/EmptyStateResearch.d.cts +0 -20
  262. package/dist/cjs/generated/EmptyStateToDo.cjs +0 -1
  263. package/dist/cjs/generated/EmptyStateToDo.d.cts +0 -20
  264. package/dist/cjs/generated/Evaluation.cjs +0 -1
  265. package/dist/cjs/generated/Evaluation.d.cts +0 -20
  266. package/dist/cjs/generated/Expenses.cjs +0 -1
  267. package/dist/cjs/generated/Expenses.d.cts +0 -20
  268. package/dist/cjs/generated/FAQ.cjs +0 -1
  269. package/dist/cjs/generated/FAQ.d.cts +0 -20
  270. package/dist/cjs/generated/FAQWithBackground.cjs +0 -1
  271. package/dist/cjs/generated/FAQWithBackground.d.cts +0 -20
  272. package/dist/cjs/generated/FieldGlasses.cjs +0 -1
  273. package/dist/cjs/generated/FieldGlasses.d.cts +0 -20
  274. package/dist/cjs/generated/FieldGlassesWithBackground.cjs +0 -1
  275. package/dist/cjs/generated/FieldGlassesWithBackground.d.cts +0 -20
  276. package/dist/cjs/generated/FilingDocuments.cjs +0 -1
  277. package/dist/cjs/generated/FilingDocuments.d.cts +0 -20
  278. package/dist/cjs/generated/Flowchart.cjs +0 -1
  279. package/dist/cjs/generated/Flowchart.d.cts +0 -20
  280. package/dist/cjs/generated/Gear.cjs +0 -1
  281. package/dist/cjs/generated/Gear.d.cts +0 -20
  282. package/dist/cjs/generated/GearWithBackground.cjs +0 -1
  283. package/dist/cjs/generated/GearWithBackground.d.cts +0 -20
  284. package/dist/cjs/generated/GoldenRibbon.cjs +0 -1
  285. package/dist/cjs/generated/GoldenRibbon.d.cts +0 -20
  286. package/dist/cjs/generated/GoldenRibbonWithBackground.cjs +0 -1
  287. package/dist/cjs/generated/GoldenRibbonWithBackground.d.cts +0 -20
  288. package/dist/cjs/generated/Graph.cjs +0 -1
  289. package/dist/cjs/generated/Graph.d.cts +0 -20
  290. package/dist/cjs/generated/GraphWithBackground.cjs +0 -1
  291. package/dist/cjs/generated/GraphWithBackground.d.cts +0 -20
  292. package/dist/cjs/generated/Graphic.cjs +0 -1
  293. package/dist/cjs/generated/Graphic.d.cts +0 -20
  294. package/dist/cjs/generated/Hammer.cjs +0 -1
  295. package/dist/cjs/generated/Hammer.d.cts +0 -20
  296. package/dist/cjs/generated/HammerWithBackground.cjs +0 -1
  297. package/dist/cjs/generated/HammerWithBackground.d.cts +0 -20
  298. package/dist/cjs/generated/HandHello.cjs +0 -1
  299. package/dist/cjs/generated/HandHello.d.cts +0 -20
  300. package/dist/cjs/generated/HandHelloWithBackground.cjs +0 -1
  301. package/dist/cjs/generated/HandHelloWithBackground.d.cts +0 -20
  302. package/dist/cjs/generated/Hands.cjs +0 -1
  303. package/dist/cjs/generated/Hands.d.cts +0 -20
  304. package/dist/cjs/generated/HappyCharacter.cjs +0 -1
  305. package/dist/cjs/generated/HappyCharacter.d.cts +0 -20
  306. package/dist/cjs/generated/HappyCharacterWithBackground.cjs +0 -1
  307. package/dist/cjs/generated/HappyCharacterWithBackground.d.cts +0 -20
  308. package/dist/cjs/generated/HighFive.cjs +0 -1
  309. package/dist/cjs/generated/HighFive.d.cts +0 -20
  310. package/dist/cjs/generated/HighlightBooks.cjs +0 -1
  311. package/dist/cjs/generated/HighlightBooks.d.cts +0 -20
  312. package/dist/cjs/generated/Idea.cjs +0 -1
  313. package/dist/cjs/generated/Idea.d.cts +0 -20
  314. package/dist/cjs/generated/IndicateSomething.cjs +0 -1
  315. package/dist/cjs/generated/IndicateSomething.d.cts +0 -20
  316. package/dist/cjs/generated/InformationUpdate.cjs +0 -1
  317. package/dist/cjs/generated/InformationUpdate.d.cts +0 -20
  318. package/dist/cjs/generated/InformationUpdateWithBackground.cjs +0 -1
  319. package/dist/cjs/generated/InformationUpdateWithBackground.d.cts +0 -20
  320. package/dist/cjs/generated/JetlangCalculator.cjs +0 -1
  321. package/dist/cjs/generated/JetlangCalculator.d.cts +0 -20
  322. package/dist/cjs/generated/Kanoon.cjs +0 -1
  323. package/dist/cjs/generated/Kanoon.d.cts +0 -20
  324. package/dist/cjs/generated/Kpmg.cjs +0 -1
  325. package/dist/cjs/generated/Kpmg.d.cts +0 -20
  326. package/dist/cjs/generated/LegalHelp.cjs +0 -1
  327. package/dist/cjs/generated/LegalHelp.d.cts +0 -20
  328. package/dist/cjs/generated/LetterBox.cjs +0 -1
  329. package/dist/cjs/generated/LetterBox.d.cts +0 -20
  330. package/dist/cjs/generated/LetterBoxWithBackground.cjs +0 -1
  331. package/dist/cjs/generated/LetterBoxWithBackground.d.cts +0 -20
  332. package/dist/cjs/generated/Library.cjs +0 -1
  333. package/dist/cjs/generated/Library.d.cts +0 -20
  334. package/dist/cjs/generated/LightBulb.cjs +0 -1
  335. package/dist/cjs/generated/LightBulb.d.cts +0 -20
  336. package/dist/cjs/generated/LightBulbWithBackground.cjs +0 -1
  337. package/dist/cjs/generated/LightBulbWithBackground.d.cts +0 -20
  338. package/dist/cjs/generated/LittleRocket.cjs +0 -1
  339. package/dist/cjs/generated/LittleRocket.d.cts +0 -20
  340. package/dist/cjs/generated/LittleRocketWithBackground.cjs +0 -1
  341. package/dist/cjs/generated/LittleRocketWithBackground.d.cts +0 -20
  342. package/dist/cjs/generated/MagnifyingGlass.cjs +0 -1
  343. package/dist/cjs/generated/MagnifyingGlass.d.cts +0 -20
  344. package/dist/cjs/generated/MagnifyingGlassWithBackground.cjs +0 -1
  345. package/dist/cjs/generated/MagnifyingGlassWithBackground.d.cts +0 -20
  346. package/dist/cjs/generated/Marteler.cjs +0 -1
  347. package/dist/cjs/generated/Marteler.d.cts +0 -20
  348. package/dist/cjs/generated/MealVoucher.cjs +0 -1
  349. package/dist/cjs/generated/MealVoucher.d.cts +0 -20
  350. package/dist/cjs/generated/MealVoucherCard.cjs +0 -1
  351. package/dist/cjs/generated/MealVoucherCard.d.cts +0 -20
  352. package/dist/cjs/generated/MealVoucherCardWithBackground.cjs +0 -1
  353. package/dist/cjs/generated/MealVoucherCardWithBackground.d.cts +0 -20
  354. package/dist/cjs/generated/MealVoucherWithBackground.cjs +0 -1
  355. package/dist/cjs/generated/MealVoucherWithBackground.d.cts +0 -20
  356. package/dist/cjs/generated/Mug.cjs +0 -1
  357. package/dist/cjs/generated/Mug.d.cts +0 -20
  358. package/dist/cjs/generated/OpenLock.cjs +0 -1
  359. package/dist/cjs/generated/OpenLock.d.cts +0 -20
  360. package/dist/cjs/generated/OpenLockWithBackground.cjs +0 -1
  361. package/dist/cjs/generated/OpenLockWithBackground.d.cts +0 -20
  362. package/dist/cjs/generated/Panel.cjs +0 -1
  363. package/dist/cjs/generated/Panel.d.cts +0 -20
  364. package/dist/cjs/generated/PaperPlane.cjs +0 -1
  365. package/dist/cjs/generated/PaperPlane.d.cts +0 -20
  366. package/dist/cjs/generated/Party.cjs +0 -1
  367. package/dist/cjs/generated/Party.d.cts +0 -20
  368. package/dist/cjs/generated/PayfittersWithBadge.cjs +0 -1
  369. package/dist/cjs/generated/PayfittersWithBadge.d.cts +0 -20
  370. package/dist/cjs/generated/PayrollError.cjs +0 -1
  371. package/dist/cjs/generated/PayrollError.d.cts +0 -20
  372. package/dist/cjs/generated/Payslip.cjs +0 -1
  373. package/dist/cjs/generated/Payslip.d.cts +0 -20
  374. package/dist/cjs/generated/PayslipWithBackground.cjs +0 -1
  375. package/dist/cjs/generated/PayslipWithBackground.d.cts +0 -20
  376. package/dist/cjs/generated/Pen.cjs +0 -1
  377. package/dist/cjs/generated/Pen.d.cts +0 -20
  378. package/dist/cjs/generated/PenWithBackground.cjs +0 -1
  379. package/dist/cjs/generated/PenWithBackground.d.cts +0 -20
  380. package/dist/cjs/generated/People.cjs +0 -1
  381. package/dist/cjs/generated/People.d.cts +0 -20
  382. package/dist/cjs/generated/PeopleWithBackground.cjs +0 -1
  383. package/dist/cjs/generated/PeopleWithBackground.d.cts +0 -20
  384. package/dist/cjs/generated/Performance.cjs +0 -1
  385. package/dist/cjs/generated/Performance.d.cts +0 -20
  386. package/dist/cjs/generated/Person.cjs +0 -1
  387. package/dist/cjs/generated/Person.d.cts +0 -20
  388. package/dist/cjs/generated/PersonHeadphone.cjs +0 -1
  389. package/dist/cjs/generated/PersonHeadphone.d.cts +0 -20
  390. package/dist/cjs/generated/PersonHeadphoneWithBackground.cjs +0 -1
  391. package/dist/cjs/generated/PersonHeadphoneWithBackground.d.cts +0 -20
  392. package/dist/cjs/generated/PhoneMessage.cjs +0 -1
  393. package/dist/cjs/generated/PhoneMessage.d.cts +0 -20
  394. package/dist/cjs/generated/PiggyBank.cjs +0 -1
  395. package/dist/cjs/generated/PiggyBank.d.cts +0 -20
  396. package/dist/cjs/generated/PiggyBankWithBackground.cjs +0 -1
  397. package/dist/cjs/generated/PiggyBankWithBackground.d.cts +0 -20
  398. package/dist/cjs/generated/Planet.cjs +0 -1
  399. package/dist/cjs/generated/Planet.d.cts +0 -20
  400. package/dist/cjs/generated/Plant.cjs +0 -1
  401. package/dist/cjs/generated/Plant.d.cts +0 -20
  402. package/dist/cjs/generated/PlantWithBackground.cjs +0 -1
  403. package/dist/cjs/generated/PlantWithBackground.d.cts +0 -20
  404. package/dist/cjs/generated/PostIt.cjs +0 -1
  405. package/dist/cjs/generated/PostIt.d.cts +0 -20
  406. package/dist/cjs/generated/Progression.cjs +0 -1
  407. package/dist/cjs/generated/Progression.d.cts +0 -20
  408. package/dist/cjs/generated/Puzzle.cjs +0 -1
  409. package/dist/cjs/generated/Puzzle.d.cts +0 -20
  410. package/dist/cjs/generated/PuzzlePiece.cjs +0 -1
  411. package/dist/cjs/generated/PuzzlePiece.d.cts +0 -20
  412. package/dist/cjs/generated/ReadingABook.cjs +0 -1
  413. package/dist/cjs/generated/ReadingABook.d.cts +0 -20
  414. package/dist/cjs/generated/ReceivingPay.cjs +0 -1
  415. package/dist/cjs/generated/ReceivingPay.d.cts +0 -20
  416. package/dist/cjs/generated/Remote.cjs +0 -1
  417. package/dist/cjs/generated/Remote.d.cts +0 -20
  418. package/dist/cjs/generated/Report.cjs +0 -1
  419. package/dist/cjs/generated/Report.d.cts +0 -20
  420. package/dist/cjs/generated/ReportWithBackground.cjs +0 -1
  421. package/dist/cjs/generated/ReportWithBackground.d.cts +0 -20
  422. package/dist/cjs/generated/Rocket.cjs +0 -1
  423. package/dist/cjs/generated/Rocket.d.cts +0 -20
  424. package/dist/cjs/generated/SafeDepositBox.cjs +0 -1
  425. package/dist/cjs/generated/SafeDepositBox.d.cts +0 -20
  426. package/dist/cjs/generated/SalaryAdvance.cjs +0 -1
  427. package/dist/cjs/generated/SalaryAdvance.d.cts +0 -20
  428. package/dist/cjs/generated/Sale.cjs +0 -1
  429. package/dist/cjs/generated/Sale.d.cts +0 -20
  430. package/dist/cjs/generated/SandCastle.cjs +0 -1
  431. package/dist/cjs/generated/SandCastle.d.cts +0 -20
  432. package/dist/cjs/generated/SandCastleWithBackground.cjs +0 -1
  433. package/dist/cjs/generated/SandCastleWithBackground.d.cts +0 -20
  434. package/dist/cjs/generated/Schedule.cjs +0 -1
  435. package/dist/cjs/generated/Schedule.d.cts +0 -20
  436. package/dist/cjs/generated/ScheduleWithBackground.cjs +0 -1
  437. package/dist/cjs/generated/ScheduleWithBackground.d.cts +0 -20
  438. package/dist/cjs/generated/SecurityFields.cjs +0 -1
  439. package/dist/cjs/generated/SecurityFields.d.cts +0 -20
  440. package/dist/cjs/generated/SettingSlider.cjs +0 -1
  441. package/dist/cjs/generated/SettingSlider.d.cts +0 -20
  442. package/dist/cjs/generated/SettingSliderWithBackground.cjs +0 -1
  443. package/dist/cjs/generated/SettingSliderWithBackground.d.cts +0 -20
  444. package/dist/cjs/generated/Signature.cjs +0 -1
  445. package/dist/cjs/generated/Signature.d.cts +0 -20
  446. package/dist/cjs/generated/SittingOnTheSofa.cjs +0 -1
  447. package/dist/cjs/generated/SittingOnTheSofa.d.cts +0 -20
  448. package/dist/cjs/generated/SmallPuzzle.cjs +0 -1
  449. package/dist/cjs/generated/SmallPuzzle.d.cts +0 -20
  450. package/dist/cjs/generated/SmallPuzzleWithBackground.cjs +0 -1
  451. package/dist/cjs/generated/SmallPuzzleWithBackground.d.cts +0 -20
  452. package/dist/cjs/generated/SmilingCharacter.cjs +0 -1
  453. package/dist/cjs/generated/SmilingCharacter.d.cts +0 -20
  454. package/dist/cjs/generated/SmilingCharacterWithBackground.cjs +0 -1
  455. package/dist/cjs/generated/SmilingCharacterWithBackground.d.cts +0 -20
  456. package/dist/cjs/generated/SolveProblem.cjs +0 -1
  457. package/dist/cjs/generated/SolveProblem.d.cts +0 -20
  458. package/dist/cjs/generated/SpeakerFingertips.cjs +0 -1
  459. package/dist/cjs/generated/SpeakerFingertips.d.cts +0 -20
  460. package/dist/cjs/generated/SpeakerWelcome.cjs +0 -1
  461. package/dist/cjs/generated/SpeakerWelcome.d.cts +0 -20
  462. package/dist/cjs/generated/SpeakerWithMicrophone.cjs +0 -1
  463. package/dist/cjs/generated/SpeakerWithMicrophone.d.cts +0 -20
  464. package/dist/cjs/generated/Spreadsheet.cjs +0 -1
  465. package/dist/cjs/generated/Spreadsheet.d.cts +0 -20
  466. package/dist/cjs/generated/SpreadsheetWithBackground.cjs +0 -1
  467. package/dist/cjs/generated/SpreadsheetWithBackground.d.cts +0 -20
  468. package/dist/cjs/generated/StackOfBook2.cjs +0 -1
  469. package/dist/cjs/generated/StackOfBook2.d.cts +0 -20
  470. package/dist/cjs/generated/StairTreads.cjs +0 -1
  471. package/dist/cjs/generated/StairTreads.d.cts +0 -20
  472. package/dist/cjs/generated/Stethoscope.cjs +0 -1
  473. package/dist/cjs/generated/Stethoscope.d.cts +0 -20
  474. package/dist/cjs/generated/StethoscopeWithBackground.cjs +0 -1
  475. package/dist/cjs/generated/StethoscopeWithBackground.d.cts +0 -20
  476. package/dist/cjs/generated/Stopwatch.cjs +0 -1
  477. package/dist/cjs/generated/Stopwatch.d.cts +0 -20
  478. package/dist/cjs/generated/StopwatchWithBackground.cjs +0 -1
  479. package/dist/cjs/generated/StopwatchWithBackground.d.cts +0 -20
  480. package/dist/cjs/generated/Sunshade.cjs +0 -1
  481. package/dist/cjs/generated/Sunshade.d.cts +0 -20
  482. package/dist/cjs/generated/SunshadeWithBackground.cjs +0 -1
  483. package/dist/cjs/generated/SunshadeWithBackground.d.cts +0 -20
  484. package/dist/cjs/generated/TakingNote.cjs +0 -1
  485. package/dist/cjs/generated/TakingNote.d.cts +0 -20
  486. package/dist/cjs/generated/Target.cjs +0 -1
  487. package/dist/cjs/generated/Target.d.cts +0 -20
  488. package/dist/cjs/generated/TaskToDo.cjs +0 -1
  489. package/dist/cjs/generated/TaskToDo.d.cts +0 -20
  490. package/dist/cjs/generated/TaskToDoWithBackground.cjs +0 -1
  491. package/dist/cjs/generated/TaskToDoWithBackground.d.cts +0 -20
  492. package/dist/cjs/generated/TeamBuilding.cjs +0 -1
  493. package/dist/cjs/generated/TeamBuilding.d.cts +0 -20
  494. package/dist/cjs/generated/Telescope.cjs +0 -1
  495. package/dist/cjs/generated/Telescope.d.cts +0 -20
  496. package/dist/cjs/generated/Template.cjs +0 -1
  497. package/dist/cjs/generated/Template.d.cts +0 -20
  498. package/dist/cjs/generated/TemplateWithBackground.cjs +0 -1
  499. package/dist/cjs/generated/TemplateWithBackground.d.cts +0 -20
  500. package/dist/cjs/generated/Thumbsup.cjs +0 -1
  501. package/dist/cjs/generated/Thumbsup.d.cts +0 -20
  502. package/dist/cjs/generated/Thumbtack.cjs +0 -1
  503. package/dist/cjs/generated/Thumbtack.d.cts +0 -20
  504. package/dist/cjs/generated/ThumbtackWithBackground.cjs +0 -1
  505. package/dist/cjs/generated/ThumbtackWithBackground.d.cts +0 -20
  506. package/dist/cjs/generated/TimeTracking.cjs +0 -1
  507. package/dist/cjs/generated/TimeTracking.d.cts +0 -20
  508. package/dist/cjs/generated/Timer.cjs +0 -1
  509. package/dist/cjs/generated/Timer.d.cts +0 -20
  510. package/dist/cjs/generated/ToggleOff.cjs +0 -1
  511. package/dist/cjs/generated/ToggleOff.d.cts +0 -20
  512. package/dist/cjs/generated/ToggleOn.cjs +0 -1
  513. package/dist/cjs/generated/ToggleOn.d.cts +0 -20
  514. package/dist/cjs/generated/Trophy.cjs +0 -1
  515. package/dist/cjs/generated/Trophy.d.cts +0 -20
  516. package/dist/cjs/generated/TrophyWon.cjs +0 -1
  517. package/dist/cjs/generated/TrophyWon.d.cts +0 -20
  518. package/dist/cjs/generated/ValidationWindow.cjs +0 -1
  519. package/dist/cjs/generated/ValidationWindow.d.cts +0 -20
  520. package/dist/cjs/generated/ValidationWindowWithBackground.cjs +0 -1
  521. package/dist/cjs/generated/ValidationWindowWithBackground.d.cts +0 -20
  522. package/dist/cjs/generated/VisuallyImpaired.cjs +0 -1
  523. package/dist/cjs/generated/VisuallyImpaired.d.cts +0 -20
  524. package/dist/cjs/generated/VisuallyImpairedWinter.cjs +0 -1
  525. package/dist/cjs/generated/VisuallyImpairedWinter.d.cts +0 -20
  526. package/dist/cjs/generated/WalkingPeople.cjs +0 -1
  527. package/dist/cjs/generated/WalkingPeople.d.cts +0 -20
  528. package/dist/cjs/generated/WinterParty.cjs +0 -1
  529. package/dist/cjs/generated/WinterParty.d.cts +0 -20
  530. package/dist/cjs/generated/WorkAtOffice.cjs +0 -1
  531. package/dist/cjs/generated/WorkAtOffice.d.cts +0 -20
  532. package/dist/cjs/generated/WorkFromAnywhere.cjs +0 -1
  533. package/dist/cjs/generated/WorkFromAnywhere.d.cts +0 -20
  534. package/dist/cjs/generated/Wrench.cjs +0 -1
  535. package/dist/cjs/generated/Wrench.d.cts +0 -20
  536. package/dist/cjs/generated/WriteBook.cjs +0 -1
  537. package/dist/cjs/generated/WriteBook.d.cts +0 -20
  538. package/dist/cjs/generated/assets/AdministrativeDocument.svg.cjs +0 -1
  539. package/dist/cjs/generated/assets/AdministrativeDocumentWithBackground.svg.cjs +0 -1
  540. package/dist/cjs/generated/assets/AlphabetCube.svg.cjs +0 -1
  541. package/dist/cjs/generated/assets/Analysis.svg.cjs +0 -1
  542. package/dist/cjs/generated/assets/AutomationInProgress.svg.cjs +0 -1
  543. package/dist/cjs/generated/assets/BabyBottle.svg.cjs +0 -1
  544. package/dist/cjs/generated/assets/BabyBottleWithBackground.svg.cjs +0 -1
  545. package/dist/cjs/generated/assets/Bell.svg.cjs +0 -1
  546. package/dist/cjs/generated/assets/BellWithBackground.svg.cjs +0 -1
  547. package/dist/cjs/generated/assets/Bicycle.svg.cjs +0 -1
  548. package/dist/cjs/generated/assets/BicycleWithBackground.svg.cjs +0 -1
  549. package/dist/cjs/generated/assets/BigIdea.svg.cjs +0 -1
  550. package/dist/cjs/generated/assets/Binoculars.svg.cjs +0 -1
  551. package/dist/cjs/generated/assets/Biscuit.svg.cjs +0 -1
  552. package/dist/cjs/generated/assets/BiscuitCrumbs.svg.cjs +0 -1
  553. package/dist/cjs/generated/assets/Book.svg.cjs +0 -1
  554. package/dist/cjs/generated/assets/Box.svg.cjs +0 -1
  555. package/dist/cjs/generated/assets/BoxWithBackground.svg.cjs +0 -1
  556. package/dist/cjs/generated/assets/Brainstorming.svg.cjs +0 -1
  557. package/dist/cjs/generated/assets/Buoy.svg.cjs +0 -1
  558. package/dist/cjs/generated/assets/BuoyWithBackground.svg.cjs +0 -1
  559. package/dist/cjs/generated/assets/Calculator.svg.cjs +0 -1
  560. package/dist/cjs/generated/assets/CalculatorWithBackground.svg.cjs +0 -1
  561. package/dist/cjs/generated/assets/Calendar.svg.cjs +0 -1
  562. package/dist/cjs/generated/assets/Card.svg.cjs +0 -1
  563. package/dist/cjs/generated/assets/CardWithBackground.svg.cjs +0 -1
  564. package/dist/cjs/generated/assets/CharacterHeadphone.svg.cjs +0 -1
  565. package/dist/cjs/generated/assets/CharacterHeadphoneWithBackground.svg.cjs +0 -1
  566. package/dist/cjs/generated/assets/Chat.svg.cjs +0 -1
  567. package/dist/cjs/generated/assets/Checkbox.svg.cjs +0 -1
  568. package/dist/cjs/generated/assets/CheckboxWithBackground.svg.cjs +0 -1
  569. package/dist/cjs/generated/assets/ChristmasSock.svg.cjs +0 -1
  570. package/dist/cjs/generated/assets/ChristmasSockAndConfettis.svg.cjs +0 -1
  571. package/dist/cjs/generated/assets/Clock.svg.cjs +0 -1
  572. package/dist/cjs/generated/assets/ClockWithBackground.svg.cjs +0 -1
  573. package/dist/cjs/generated/assets/ClosedLock.svg.cjs +0 -1
  574. package/dist/cjs/generated/assets/ClosedLockWithBackground.svg.cjs +0 -1
  575. package/dist/cjs/generated/assets/Collaboration.svg.cjs +0 -1
  576. package/dist/cjs/generated/assets/CollectiveResearch.svg.cjs +0 -1
  577. package/dist/cjs/generated/assets/ComputerDocumentation.svg.cjs +0 -1
  578. package/dist/cjs/generated/assets/ComputerDocumentationWithBackground.svg.cjs +0 -1
  579. package/dist/cjs/generated/assets/ComputerMail.svg.cjs +0 -1
  580. package/dist/cjs/generated/assets/ConfettiCannon.svg.cjs +0 -1
  581. package/dist/cjs/generated/assets/Confettis.svg.cjs +0 -1
  582. package/dist/cjs/generated/assets/ConfettisWithBackground.svg.cjs +0 -1
  583. package/dist/cjs/generated/assets/ContractSignature.svg.cjs +0 -1
  584. package/dist/cjs/generated/assets/Conversation.svg.cjs +0 -1
  585. package/dist/cjs/generated/assets/ConversationWithBackground.svg.cjs +0 -1
  586. package/dist/cjs/generated/assets/CrossLegged.svg.cjs +0 -1
  587. package/dist/cjs/generated/assets/CupOfCoffee.svg.cjs +0 -1
  588. package/dist/cjs/generated/assets/Dancing.svg.cjs +0 -1
  589. package/dist/cjs/generated/assets/DancingPeople.svg.cjs +0 -1
  590. package/dist/cjs/generated/assets/DancingSkier.svg.cjs +0 -1
  591. package/dist/cjs/generated/assets/Data.svg.cjs +0 -1
  592. package/dist/cjs/generated/assets/DataWithBackground.svg.cjs +0 -1
  593. package/dist/cjs/generated/assets/Dialogue.svg.cjs +0 -1
  594. package/dist/cjs/generated/assets/Discount.svg.cjs +0 -1
  595. package/dist/cjs/generated/assets/DiscountWithBackground.svg.cjs +0 -1
  596. package/dist/cjs/generated/assets/Discussion.svg.cjs +0 -1
  597. package/dist/cjs/generated/assets/Doctor.svg.cjs +0 -1
  598. package/dist/cjs/generated/assets/Document.svg.cjs +0 -1
  599. package/dist/cjs/generated/assets/DocumentScanning.svg.cjs +0 -1
  600. package/dist/cjs/generated/assets/DocumentWithBackground.svg.cjs +0 -1
  601. package/dist/cjs/generated/assets/ESignature.svg.cjs +0 -1
  602. package/dist/cjs/generated/assets/EmailLogin.svg.cjs +0 -1
  603. package/dist/cjs/generated/assets/EmailNotification.svg.cjs +0 -1
  604. package/dist/cjs/generated/assets/EmailNotificationWithBackground.svg.cjs +0 -1
  605. package/dist/cjs/generated/assets/EmploymentContract.svg.cjs +0 -1
  606. package/dist/cjs/generated/assets/EmploymentContractWithBackground.svg.cjs +0 -1
  607. package/dist/cjs/generated/assets/EmptyDocument.svg.cjs +0 -1
  608. package/dist/cjs/generated/assets/EmptyDocumentWithBackground.svg.cjs +0 -1
  609. package/dist/cjs/generated/assets/EmptyStateActivationButton.svg.cjs +0 -1
  610. package/dist/cjs/generated/assets/EmptyStateActivationToggle.svg.cjs +0 -1
  611. package/dist/cjs/generated/assets/EmptyStateDesert.svg.cjs +0 -1
  612. package/dist/cjs/generated/assets/EmptyStateEmptyFolder.svg.cjs +0 -1
  613. package/dist/cjs/generated/assets/EmptyStateIncidentPanel.svg.cjs +0 -1
  614. package/dist/cjs/generated/assets/EmptyStateMaintenance.svg.cjs +0 -1
  615. package/dist/cjs/generated/assets/EmptyStateMoon.svg.cjs +0 -1
  616. package/dist/cjs/generated/assets/EmptyStateResearch.svg.cjs +0 -1
  617. package/dist/cjs/generated/assets/EmptyStateToDo.svg.cjs +0 -1
  618. package/dist/cjs/generated/assets/Evaluation.svg.cjs +0 -1
  619. package/dist/cjs/generated/assets/Expenses.svg.cjs +0 -1
  620. package/dist/cjs/generated/assets/FAQ.svg.cjs +0 -1
  621. package/dist/cjs/generated/assets/FAQWithBackground.svg.cjs +0 -1
  622. package/dist/cjs/generated/assets/FieldGlasses.svg.cjs +0 -1
  623. package/dist/cjs/generated/assets/FieldGlassesWithBackground.svg.cjs +0 -1
  624. package/dist/cjs/generated/assets/FilingDocuments.svg.cjs +0 -1
  625. package/dist/cjs/generated/assets/Flowchart.svg.cjs +0 -1
  626. package/dist/cjs/generated/assets/Gear.svg.cjs +0 -1
  627. package/dist/cjs/generated/assets/GearWithBackground.svg.cjs +0 -1
  628. package/dist/cjs/generated/assets/GoldenRibbon.svg.cjs +0 -1
  629. package/dist/cjs/generated/assets/GoldenRibbonWithBackground.svg.cjs +0 -1
  630. package/dist/cjs/generated/assets/Graph.svg.cjs +0 -1
  631. package/dist/cjs/generated/assets/GraphWithBackground.svg.cjs +0 -1
  632. package/dist/cjs/generated/assets/Graphic.svg.cjs +0 -1
  633. package/dist/cjs/generated/assets/Hammer.svg.cjs +0 -1
  634. package/dist/cjs/generated/assets/HammerWithBackground.svg.cjs +0 -1
  635. package/dist/cjs/generated/assets/HandHello.svg.cjs +0 -1
  636. package/dist/cjs/generated/assets/HandHelloWithBackground.svg.cjs +0 -1
  637. package/dist/cjs/generated/assets/Hands.svg.cjs +0 -1
  638. package/dist/cjs/generated/assets/HappyCharacter.svg.cjs +0 -1
  639. package/dist/cjs/generated/assets/HappyCharacterWithBackground.svg.cjs +0 -1
  640. package/dist/cjs/generated/assets/HighFive.svg.cjs +0 -1
  641. package/dist/cjs/generated/assets/HighlightBooks.svg.cjs +0 -1
  642. package/dist/cjs/generated/assets/Idea.svg.cjs +0 -1
  643. package/dist/cjs/generated/assets/IndicateSomething.svg.cjs +0 -1
  644. package/dist/cjs/generated/assets/InformationUpdate.svg.cjs +0 -1
  645. package/dist/cjs/generated/assets/InformationUpdateWithBackground.svg.cjs +0 -1
  646. package/dist/cjs/generated/assets/JetlangCalculator.svg.cjs +0 -1
  647. package/dist/cjs/generated/assets/Kanoon.svg.cjs +0 -1
  648. package/dist/cjs/generated/assets/Kpmg.svg.cjs +0 -1
  649. package/dist/cjs/generated/assets/LegalHelp.svg.cjs +0 -1
  650. package/dist/cjs/generated/assets/LetterBox.svg.cjs +0 -1
  651. package/dist/cjs/generated/assets/LetterBoxWithBackground.svg.cjs +0 -1
  652. package/dist/cjs/generated/assets/Library.svg.cjs +0 -1
  653. package/dist/cjs/generated/assets/LightBulb.svg.cjs +0 -1
  654. package/dist/cjs/generated/assets/LightBulbWithBackground.svg.cjs +0 -1
  655. package/dist/cjs/generated/assets/LittleRocket.svg.cjs +0 -1
  656. package/dist/cjs/generated/assets/LittleRocketWithBackground.svg.cjs +0 -1
  657. package/dist/cjs/generated/assets/MagnifyingGlass.svg.cjs +0 -1
  658. package/dist/cjs/generated/assets/MagnifyingGlassWithBackground.svg.cjs +0 -1
  659. package/dist/cjs/generated/assets/Marteler.svg.cjs +0 -1
  660. package/dist/cjs/generated/assets/MealVoucher.svg.cjs +0 -1
  661. package/dist/cjs/generated/assets/MealVoucherCard.svg.cjs +0 -1
  662. package/dist/cjs/generated/assets/MealVoucherCardWithBackground.svg.cjs +0 -1
  663. package/dist/cjs/generated/assets/MealVoucherWithBackground.svg.cjs +0 -1
  664. package/dist/cjs/generated/assets/Mug.svg.cjs +0 -1
  665. package/dist/cjs/generated/assets/OpenLock.svg.cjs +0 -1
  666. package/dist/cjs/generated/assets/OpenLockWithBackground.svg.cjs +0 -1
  667. package/dist/cjs/generated/assets/Panel.svg.cjs +0 -1
  668. package/dist/cjs/generated/assets/PaperPlane.svg.cjs +0 -1
  669. package/dist/cjs/generated/assets/Party.svg.cjs +0 -1
  670. package/dist/cjs/generated/assets/PayfittersWithBadge.svg.cjs +0 -1
  671. package/dist/cjs/generated/assets/PayrollError.svg.cjs +0 -1
  672. package/dist/cjs/generated/assets/Payslip.svg.cjs +0 -1
  673. package/dist/cjs/generated/assets/PayslipWithBackground.svg.cjs +0 -1
  674. package/dist/cjs/generated/assets/Pen.svg.cjs +0 -1
  675. package/dist/cjs/generated/assets/PenWithBackground.svg.cjs +0 -1
  676. package/dist/cjs/generated/assets/People.svg.cjs +0 -1
  677. package/dist/cjs/generated/assets/PeopleWithBackground.svg.cjs +0 -1
  678. package/dist/cjs/generated/assets/Performance.svg.cjs +0 -1
  679. package/dist/cjs/generated/assets/Person.svg.cjs +0 -1
  680. package/dist/cjs/generated/assets/PersonHeadphone.svg.cjs +0 -1
  681. package/dist/cjs/generated/assets/PersonHeadphoneWithBackground.svg.cjs +0 -1
  682. package/dist/cjs/generated/assets/PhoneMessage.svg.cjs +0 -1
  683. package/dist/cjs/generated/assets/PiggyBank.svg.cjs +0 -1
  684. package/dist/cjs/generated/assets/PiggyBankWithBackground.svg.cjs +0 -1
  685. package/dist/cjs/generated/assets/Planet.svg.cjs +0 -1
  686. package/dist/cjs/generated/assets/Plant.svg.cjs +0 -1
  687. package/dist/cjs/generated/assets/PlantWithBackground.svg.cjs +0 -1
  688. package/dist/cjs/generated/assets/PostIt.svg.cjs +0 -1
  689. package/dist/cjs/generated/assets/Progression.svg.cjs +0 -1
  690. package/dist/cjs/generated/assets/Puzzle.svg.cjs +0 -1
  691. package/dist/cjs/generated/assets/PuzzlePiece.svg.cjs +0 -1
  692. package/dist/cjs/generated/assets/ReadingABook.svg.cjs +0 -1
  693. package/dist/cjs/generated/assets/ReceivingPay.svg.cjs +0 -1
  694. package/dist/cjs/generated/assets/Remote.svg.cjs +0 -1
  695. package/dist/cjs/generated/assets/Report.svg.cjs +0 -1
  696. package/dist/cjs/generated/assets/ReportWithBackground.svg.cjs +0 -1
  697. package/dist/cjs/generated/assets/Rocket.svg.cjs +0 -1
  698. package/dist/cjs/generated/assets/SafeDepositBox.svg.cjs +0 -1
  699. package/dist/cjs/generated/assets/SalaryAdvance.svg.cjs +0 -1
  700. package/dist/cjs/generated/assets/Sale.svg.cjs +0 -1
  701. package/dist/cjs/generated/assets/SandCastle.svg.cjs +0 -1
  702. package/dist/cjs/generated/assets/SandCastleWithBackground.svg.cjs +0 -1
  703. package/dist/cjs/generated/assets/Schedule.svg.cjs +0 -1
  704. package/dist/cjs/generated/assets/ScheduleWithBackground.svg.cjs +0 -1
  705. package/dist/cjs/generated/assets/SecurityFields.svg.cjs +0 -1
  706. package/dist/cjs/generated/assets/SettingSlider.svg.cjs +0 -1
  707. package/dist/cjs/generated/assets/SettingSliderWithBackground.svg.cjs +0 -1
  708. package/dist/cjs/generated/assets/Signature.svg.cjs +0 -1
  709. package/dist/cjs/generated/assets/SittingOnTheSofa.svg.cjs +0 -1
  710. package/dist/cjs/generated/assets/SmallPuzzle.svg.cjs +0 -1
  711. package/dist/cjs/generated/assets/SmallPuzzleWithBackground.svg.cjs +0 -1
  712. package/dist/cjs/generated/assets/SmilingCharacter.svg.cjs +0 -1
  713. package/dist/cjs/generated/assets/SmilingCharacterWithBackground.svg.cjs +0 -1
  714. package/dist/cjs/generated/assets/SolveProblem.svg.cjs +0 -1
  715. package/dist/cjs/generated/assets/SpeakerFingertips.svg.cjs +0 -1
  716. package/dist/cjs/generated/assets/SpeakerWelcome.svg.cjs +0 -1
  717. package/dist/cjs/generated/assets/SpeakerWithMicrophone.svg.cjs +0 -1
  718. package/dist/cjs/generated/assets/Spreadsheet.svg.cjs +0 -1
  719. package/dist/cjs/generated/assets/SpreadsheetWithBackground.svg.cjs +0 -1
  720. package/dist/cjs/generated/assets/StackOfBook2.svg.cjs +0 -1
  721. package/dist/cjs/generated/assets/StairTreads.svg.cjs +0 -1
  722. package/dist/cjs/generated/assets/Stethoscope.svg.cjs +0 -1
  723. package/dist/cjs/generated/assets/StethoscopeWithBackground.svg.cjs +0 -1
  724. package/dist/cjs/generated/assets/Stopwatch.svg.cjs +0 -1
  725. package/dist/cjs/generated/assets/StopwatchWithBackground.svg.cjs +0 -1
  726. package/dist/cjs/generated/assets/Sunshade.svg.cjs +0 -1
  727. package/dist/cjs/generated/assets/SunshadeWithBackground.svg.cjs +0 -1
  728. package/dist/cjs/generated/assets/TakingNote.svg.cjs +0 -1
  729. package/dist/cjs/generated/assets/Target.svg.cjs +0 -1
  730. package/dist/cjs/generated/assets/TaskToDo.svg.cjs +0 -1
  731. package/dist/cjs/generated/assets/TaskToDoWithBackground.svg.cjs +0 -1
  732. package/dist/cjs/generated/assets/TeamBuilding.svg.cjs +0 -1
  733. package/dist/cjs/generated/assets/Telescope.svg.cjs +0 -1
  734. package/dist/cjs/generated/assets/Template.svg.cjs +0 -1
  735. package/dist/cjs/generated/assets/TemplateWithBackground.svg.cjs +0 -1
  736. package/dist/cjs/generated/assets/Thumbsup.svg.cjs +0 -1
  737. package/dist/cjs/generated/assets/Thumbtack.svg.cjs +0 -1
  738. package/dist/cjs/generated/assets/ThumbtackWithBackground.svg.cjs +0 -1
  739. package/dist/cjs/generated/assets/TimeTracking.svg.cjs +0 -1
  740. package/dist/cjs/generated/assets/Timer.svg.cjs +0 -1
  741. package/dist/cjs/generated/assets/ToggleOff.svg.cjs +0 -1
  742. package/dist/cjs/generated/assets/ToggleOn.svg.cjs +0 -1
  743. package/dist/cjs/generated/assets/Trophy.svg.cjs +0 -1
  744. package/dist/cjs/generated/assets/TrophyWon.svg.cjs +0 -1
  745. package/dist/cjs/generated/assets/ValidationWindow.svg.cjs +0 -1
  746. package/dist/cjs/generated/assets/ValidationWindowWithBackground.svg.cjs +0 -1
  747. package/dist/cjs/generated/assets/VisuallyImpaired.svg.cjs +0 -1
  748. package/dist/cjs/generated/assets/VisuallyImpairedWinter.svg.cjs +0 -1
  749. package/dist/cjs/generated/assets/WalkingPeople.svg.cjs +0 -1
  750. package/dist/cjs/generated/assets/WinterParty.svg.cjs +0 -1
  751. package/dist/cjs/generated/assets/WorkAtOffice.svg.cjs +0 -1
  752. package/dist/cjs/generated/assets/WorkFromAnywhere.svg.cjs +0 -1
  753. package/dist/cjs/generated/assets/Wrench.svg.cjs +0 -1
  754. package/dist/cjs/generated/assets/WriteBook.svg.cjs +0 -1
  755. package/dist/cjs/generated/illustrationAssets.cjs +0 -1
  756. package/dist/cjs/generated/illustrationAssets.d.cts +0 -672
  757. package/dist/cjs/generated/types.d.cts +0 -18
  758. package/dist/cjs/index.cjs +0 -1
  759. package/dist/cjs/index.d.cts +0 -3
  760. package/dist/cjs/scripts/generate-assets.d.cts +0 -1
  761. package/dist/cjs/scripts/templates/assetTemplate.d.cts +0 -7
  762. package/dist/cjs/scripts/templates/baseTypes.d.cts +0 -4
  763. package/dist/cjs/scripts/templates/indexTemplate.d.cts +0 -12
@@ -1,672 +0,0 @@
1
- import { FAQAsset } from './FAQ.cjs';
2
- import { FAQWithBackgroundAsset } from './FAQWithBackground.cjs';
3
- import { AdministrativeDocumentAsset } from './AdministrativeDocument.cjs';
4
- import { AdministrativeDocumentWithBackgroundAsset } from './AdministrativeDocumentWithBackground.cjs';
5
- import { BabyBottleAsset } from './BabyBottle.cjs';
6
- import { BabyBottleWithBackgroundAsset } from './BabyBottleWithBackground.cjs';
7
- import { BellAsset } from './Bell.cjs';
8
- import { BellWithBackgroundAsset } from './BellWithBackground.cjs';
9
- import { BicycleAsset } from './Bicycle.cjs';
10
- import { BicycleWithBackgroundAsset } from './BicycleWithBackground.cjs';
11
- import { BoxAsset } from './Box.cjs';
12
- import { BoxWithBackgroundAsset } from './BoxWithBackground.cjs';
13
- import { BuoyAsset } from './Buoy.cjs';
14
- import { BuoyWithBackgroundAsset } from './BuoyWithBackground.cjs';
15
- import { CalculatorAsset } from './Calculator.cjs';
16
- import { CalculatorWithBackgroundAsset } from './CalculatorWithBackground.cjs';
17
- import { CardAsset } from './Card.cjs';
18
- import { CardWithBackgroundAsset } from './CardWithBackground.cjs';
19
- import { CharacterHeadphoneAsset } from './CharacterHeadphone.cjs';
20
- import { CharacterHeadphoneWithBackgroundAsset } from './CharacterHeadphoneWithBackground.cjs';
21
- import { CheckboxAsset } from './Checkbox.cjs';
22
- import { CheckboxWithBackgroundAsset } from './CheckboxWithBackground.cjs';
23
- import { ClockAsset } from './Clock.cjs';
24
- import { ClockWithBackgroundAsset } from './ClockWithBackground.cjs';
25
- import { ClosedLockAsset } from './ClosedLock.cjs';
26
- import { ClosedLockWithBackgroundAsset } from './ClosedLockWithBackground.cjs';
27
- import { ComputerDocumentationAsset } from './ComputerDocumentation.cjs';
28
- import { ComputerDocumentationWithBackgroundAsset } from './ComputerDocumentationWithBackground.cjs';
29
- import { ConfettisAsset } from './Confettis.cjs';
30
- import { ConfettisWithBackgroundAsset } from './ConfettisWithBackground.cjs';
31
- import { ConversationAsset } from './Conversation.cjs';
32
- import { ConversationWithBackgroundAsset } from './ConversationWithBackground.cjs';
33
- import { DataAsset } from './Data.cjs';
34
- import { DataWithBackgroundAsset } from './DataWithBackground.cjs';
35
- import { DiscountAsset } from './Discount.cjs';
36
- import { DiscountWithBackgroundAsset } from './DiscountWithBackground.cjs';
37
- import { DocumentAsset } from './Document.cjs';
38
- import { DocumentWithBackgroundAsset } from './DocumentWithBackground.cjs';
39
- import { EmailNotificationAsset } from './EmailNotification.cjs';
40
- import { EmailNotificationWithBackgroundAsset } from './EmailNotificationWithBackground.cjs';
41
- import { EmploymentContractAsset } from './EmploymentContract.cjs';
42
- import { EmploymentContractWithBackgroundAsset } from './EmploymentContractWithBackground.cjs';
43
- import { EmptyDocumentAsset } from './EmptyDocument.cjs';
44
- import { EmptyDocumentWithBackgroundAsset } from './EmptyDocumentWithBackground.cjs';
45
- import { FieldGlassesAsset } from './FieldGlasses.cjs';
46
- import { FieldGlassesWithBackgroundAsset } from './FieldGlassesWithBackground.cjs';
47
- import { GearAsset } from './Gear.cjs';
48
- import { GearWithBackgroundAsset } from './GearWithBackground.cjs';
49
- import { GoldenRibbonAsset } from './GoldenRibbon.cjs';
50
- import { GoldenRibbonWithBackgroundAsset } from './GoldenRibbonWithBackground.cjs';
51
- import { GraphAsset } from './Graph.cjs';
52
- import { GraphWithBackgroundAsset } from './GraphWithBackground.cjs';
53
- import { HammerAsset } from './Hammer.cjs';
54
- import { HammerWithBackgroundAsset } from './HammerWithBackground.cjs';
55
- import { HandHelloAsset } from './HandHello.cjs';
56
- import { HandHelloWithBackgroundAsset } from './HandHelloWithBackground.cjs';
57
- import { HappyCharacterAsset } from './HappyCharacter.cjs';
58
- import { HappyCharacterWithBackgroundAsset } from './HappyCharacterWithBackground.cjs';
59
- import { InformationUpdateAsset } from './InformationUpdate.cjs';
60
- import { InformationUpdateWithBackgroundAsset } from './InformationUpdateWithBackground.cjs';
61
- import { LetterBoxAsset } from './LetterBox.cjs';
62
- import { LetterBoxWithBackgroundAsset } from './LetterBoxWithBackground.cjs';
63
- import { LightBulbAsset } from './LightBulb.cjs';
64
- import { LightBulbWithBackgroundAsset } from './LightBulbWithBackground.cjs';
65
- import { LittleRocketAsset } from './LittleRocket.cjs';
66
- import { LittleRocketWithBackgroundAsset } from './LittleRocketWithBackground.cjs';
67
- import { MagnifyingGlassAsset } from './MagnifyingGlass.cjs';
68
- import { MagnifyingGlassWithBackgroundAsset } from './MagnifyingGlassWithBackground.cjs';
69
- import { MealVoucherAsset } from './MealVoucher.cjs';
70
- import { MealVoucherWithBackgroundAsset } from './MealVoucherWithBackground.cjs';
71
- import { MealVoucherCardAsset } from './MealVoucherCard.cjs';
72
- import { MealVoucherCardWithBackgroundAsset } from './MealVoucherCardWithBackground.cjs';
73
- import { OpenLockAsset } from './OpenLock.cjs';
74
- import { OpenLockWithBackgroundAsset } from './OpenLockWithBackground.cjs';
75
- import { PayslipAsset } from './Payslip.cjs';
76
- import { PayslipWithBackgroundAsset } from './PayslipWithBackground.cjs';
77
- import { PenAsset } from './Pen.cjs';
78
- import { PenWithBackgroundAsset } from './PenWithBackground.cjs';
79
- import { PeopleAsset } from './People.cjs';
80
- import { PeopleWithBackgroundAsset } from './PeopleWithBackground.cjs';
81
- import { PersonHeadphoneAsset } from './PersonHeadphone.cjs';
82
- import { PersonHeadphoneWithBackgroundAsset } from './PersonHeadphoneWithBackground.cjs';
83
- import { PiggyBankAsset } from './PiggyBank.cjs';
84
- import { PiggyBankWithBackgroundAsset } from './PiggyBankWithBackground.cjs';
85
- import { PlantAsset } from './Plant.cjs';
86
- import { PlantWithBackgroundAsset } from './PlantWithBackground.cjs';
87
- import { ReportAsset } from './Report.cjs';
88
- import { ReportWithBackgroundAsset } from './ReportWithBackground.cjs';
89
- import { SandCastleAsset } from './SandCastle.cjs';
90
- import { SandCastleWithBackgroundAsset } from './SandCastleWithBackground.cjs';
91
- import { ScheduleAsset } from './Schedule.cjs';
92
- import { ScheduleWithBackgroundAsset } from './ScheduleWithBackground.cjs';
93
- import { SettingSliderAsset } from './SettingSlider.cjs';
94
- import { SettingSliderWithBackgroundAsset } from './SettingSliderWithBackground.cjs';
95
- import { SmallPuzzleAsset } from './SmallPuzzle.cjs';
96
- import { SmallPuzzleWithBackgroundAsset } from './SmallPuzzleWithBackground.cjs';
97
- import { SmilingCharacterAsset } from './SmilingCharacter.cjs';
98
- import { SmilingCharacterWithBackgroundAsset } from './SmilingCharacterWithBackground.cjs';
99
- import { SpreadsheetAsset } from './Spreadsheet.cjs';
100
- import { SpreadsheetWithBackgroundAsset } from './SpreadsheetWithBackground.cjs';
101
- import { StethoscopeAsset } from './Stethoscope.cjs';
102
- import { StethoscopeWithBackgroundAsset } from './StethoscopeWithBackground.cjs';
103
- import { StopwatchAsset } from './Stopwatch.cjs';
104
- import { StopwatchWithBackgroundAsset } from './StopwatchWithBackground.cjs';
105
- import { SunshadeAsset } from './Sunshade.cjs';
106
- import { SunshadeWithBackgroundAsset } from './SunshadeWithBackground.cjs';
107
- import { TaskToDoAsset } from './TaskToDo.cjs';
108
- import { TaskToDoWithBackgroundAsset } from './TaskToDoWithBackground.cjs';
109
- import { TemplateAsset } from './Template.cjs';
110
- import { TemplateWithBackgroundAsset } from './TemplateWithBackground.cjs';
111
- import { ThumbtackAsset } from './Thumbtack.cjs';
112
- import { ThumbtackWithBackgroundAsset } from './ThumbtackWithBackground.cjs';
113
- import { ValidationWindowAsset } from './ValidationWindow.cjs';
114
- import { ValidationWindowWithBackgroundAsset } from './ValidationWindowWithBackground.cjs';
115
- import { ESignatureAsset } from './ESignature.cjs';
116
- import { ExpensesAsset } from './Expenses.cjs';
117
- import { KanoonAsset } from './Kanoon.cjs';
118
- import { KpmgAsset } from './Kpmg.cjs';
119
- import { LegalHelpAsset } from './LegalHelp.cjs';
120
- import { PerformanceAsset } from './Performance.cjs';
121
- import { SalaryAdvanceAsset } from './SalaryAdvance.cjs';
122
- import { TimeTrackingAsset } from './TimeTracking.cjs';
123
- import { EmptyStateActivationButtonAsset } from './EmptyStateActivationButton.cjs';
124
- import { EmptyStateActivationToggleAsset } from './EmptyStateActivationToggle.cjs';
125
- import { EmptyStateDesertAsset } from './EmptyStateDesert.cjs';
126
- import { EmptyStateEmptyFolderAsset } from './EmptyStateEmptyFolder.cjs';
127
- import { EmptyStateIncidentPanelAsset } from './EmptyStateIncidentPanel.cjs';
128
- import { EmptyStateMaintenanceAsset } from './EmptyStateMaintenance.cjs';
129
- import { EmptyStateMoonAsset } from './EmptyStateMoon.cjs';
130
- import { EmptyStateResearchAsset } from './EmptyStateResearch.cjs';
131
- import { EmptyStateToDoAsset } from './EmptyStateToDo.cjs';
132
- import { AlphabetCubeAsset } from './AlphabetCube.cjs';
133
- import { AnalysisAsset } from './Analysis.cjs';
134
- import { AutomationInProgressAsset } from './AutomationInProgress.cjs';
135
- import { BigIdeaAsset } from './BigIdea.cjs';
136
- import { BinocularsAsset } from './Binoculars.cjs';
137
- import { BiscuitAsset } from './Biscuit.cjs';
138
- import { BiscuitCrumbsAsset } from './BiscuitCrumbs.cjs';
139
- import { BookAsset } from './Book.cjs';
140
- import { BrainstormingAsset } from './Brainstorming.cjs';
141
- import { CalendarAsset } from './Calendar.cjs';
142
- import { ChatAsset } from './Chat.cjs';
143
- import { ChristmasSockAsset } from './ChristmasSock.cjs';
144
- import { ChristmasSockAndConfettisAsset } from './ChristmasSockAndConfettis.cjs';
145
- import { CollaborationAsset } from './Collaboration.cjs';
146
- import { CollectiveResearchAsset } from './CollectiveResearch.cjs';
147
- import { ComputerMailAsset } from './ComputerMail.cjs';
148
- import { ConfettiCannonAsset } from './ConfettiCannon.cjs';
149
- import { CrossLeggedAsset } from './CrossLegged.cjs';
150
- import { CupOfCoffeeAsset } from './CupOfCoffee.cjs';
151
- import { DancingAsset } from './Dancing.cjs';
152
- import { DancingPeopleAsset } from './DancingPeople.cjs';
153
- import { DancingSkierAsset } from './DancingSkier.cjs';
154
- import { DialogueAsset } from './Dialogue.cjs';
155
- import { DiscussionAsset } from './Discussion.cjs';
156
- import { DoctorAsset } from './Doctor.cjs';
157
- import { DocumentScanningAsset } from './DocumentScanning.cjs';
158
- import { EmailLoginAsset } from './EmailLogin.cjs';
159
- import { EvaluationAsset } from './Evaluation.cjs';
160
- import { FilingDocumentsAsset } from './FilingDocuments.cjs';
161
- import { FlowchartAsset } from './Flowchart.cjs';
162
- import { GraphicAsset } from './Graphic.cjs';
163
- import { HandsAsset } from './Hands.cjs';
164
- import { HighFiveAsset } from './HighFive.cjs';
165
- import { HighlightBooksAsset } from './HighlightBooks.cjs';
166
- import { IdeaAsset } from './Idea.cjs';
167
- import { IndicateSomethingAsset } from './IndicateSomething.cjs';
168
- import { JetlangCalculatorAsset } from './JetlangCalculator.cjs';
169
- import { LibraryAsset } from './Library.cjs';
170
- import { MartelerAsset } from './Marteler.cjs';
171
- import { MugAsset } from './Mug.cjs';
172
- import { PanelAsset } from './Panel.cjs';
173
- import { PaperPlaneAsset } from './PaperPlane.cjs';
174
- import { PartyAsset } from './Party.cjs';
175
- import { PayfittersWithBadgeAsset } from './PayfittersWithBadge.cjs';
176
- import { PayrollErrorAsset } from './PayrollError.cjs';
177
- import { PersonAsset } from './Person.cjs';
178
- import { PhoneMessageAsset } from './PhoneMessage.cjs';
179
- import { PlanetAsset } from './Planet.cjs';
180
- import { PostItAsset } from './PostIt.cjs';
181
- import { ProgressionAsset } from './Progression.cjs';
182
- import { PuzzleAsset } from './Puzzle.cjs';
183
- import { PuzzlePieceAsset } from './PuzzlePiece.cjs';
184
- import { ReadingABookAsset } from './ReadingABook.cjs';
185
- import { ReceivingPayAsset } from './ReceivingPay.cjs';
186
- import { RemoteAsset } from './Remote.cjs';
187
- import { RocketAsset } from './Rocket.cjs';
188
- import { SafeDepositBoxAsset } from './SafeDepositBox.cjs';
189
- import { SaleAsset } from './Sale.cjs';
190
- import { SecurityFieldsAsset } from './SecurityFields.cjs';
191
- import { SignatureAsset } from './Signature.cjs';
192
- import { SittingOnTheSofaAsset } from './SittingOnTheSofa.cjs';
193
- import { SolveProblemAsset } from './SolveProblem.cjs';
194
- import { SpeakerFingertipsAsset } from './SpeakerFingertips.cjs';
195
- import { SpeakerWelcomeAsset } from './SpeakerWelcome.cjs';
196
- import { SpeakerWithMicrophoneAsset } from './SpeakerWithMicrophone.cjs';
197
- import { StackOfBook2Asset } from './StackOfBook2.cjs';
198
- import { StairTreadsAsset } from './StairTreads.cjs';
199
- import { TakingNoteAsset } from './TakingNote.cjs';
200
- import { TargetAsset } from './Target.cjs';
201
- import { TeamBuildingAsset } from './TeamBuilding.cjs';
202
- import { TelescopeAsset } from './Telescope.cjs';
203
- import { ThumbsupAsset } from './Thumbsup.cjs';
204
- import { TimerAsset } from './Timer.cjs';
205
- import { ToggleOffAsset } from './ToggleOff.cjs';
206
- import { ToggleOnAsset } from './ToggleOn.cjs';
207
- import { TrophyAsset } from './Trophy.cjs';
208
- import { TrophyWonAsset } from './TrophyWon.cjs';
209
- import { VisuallyImpairedAsset } from './VisuallyImpaired.cjs';
210
- import { VisuallyImpairedWinterAsset } from './VisuallyImpairedWinter.cjs';
211
- import { WalkingPeopleAsset } from './WalkingPeople.cjs';
212
- import { WinterPartyAsset } from './WinterParty.cjs';
213
- import { WorkAtOfficeAsset } from './WorkAtOffice.cjs';
214
- import { WorkFromAnywhereAsset } from './WorkFromAnywhere.cjs';
215
- import { WrenchAsset } from './Wrench.cjs';
216
- import { WriteBookAsset } from './WriteBook.cjs';
217
- import { ContractSignatureAsset } from './ContractSignature.cjs';
218
- export type { IllustrationAsset, IllustrationAssetBrand, BaseSvgAsset, BaseImageAsset } from './types.cjs';
219
- /**
220
- * Map of all illustrations with lazy loading
221
- * Use this for dynamic imports of illustrations
222
- */
223
- export declare const lazyIllustrationsMap: {
224
- FAQ: () => Promise<typeof import("./FAQ.cjs")>;
225
- FAQWithBackground: () => Promise<typeof import("./FAQWithBackground.cjs")>;
226
- AdministrativeDocument: () => Promise<typeof import("./AdministrativeDocument.cjs")>;
227
- AdministrativeDocumentWithBackground: () => Promise<typeof import("./AdministrativeDocumentWithBackground.cjs")>;
228
- BabyBottle: () => Promise<typeof import("./BabyBottle.cjs")>;
229
- BabyBottleWithBackground: () => Promise<typeof import("./BabyBottleWithBackground.cjs")>;
230
- Bell: () => Promise<typeof import("./Bell.cjs")>;
231
- BellWithBackground: () => Promise<typeof import("./BellWithBackground.cjs")>;
232
- Bicycle: () => Promise<typeof import("./Bicycle.cjs")>;
233
- BicycleWithBackground: () => Promise<typeof import("./BicycleWithBackground.cjs")>;
234
- Box: () => Promise<typeof import("./Box.cjs")>;
235
- BoxWithBackground: () => Promise<typeof import("./BoxWithBackground.cjs")>;
236
- Buoy: () => Promise<typeof import("./Buoy.cjs")>;
237
- BuoyWithBackground: () => Promise<typeof import("./BuoyWithBackground.cjs")>;
238
- Calculator: () => Promise<typeof import("./Calculator.cjs")>;
239
- CalculatorWithBackground: () => Promise<typeof import("./CalculatorWithBackground.cjs")>;
240
- Card: () => Promise<typeof import("./Card.cjs")>;
241
- CardWithBackground: () => Promise<typeof import("./CardWithBackground.cjs")>;
242
- CharacterHeadphone: () => Promise<typeof import("./CharacterHeadphone.cjs")>;
243
- CharacterHeadphoneWithBackground: () => Promise<typeof import("./CharacterHeadphoneWithBackground.cjs")>;
244
- Checkbox: () => Promise<typeof import("./Checkbox.cjs")>;
245
- CheckboxWithBackground: () => Promise<typeof import("./CheckboxWithBackground.cjs")>;
246
- Clock: () => Promise<typeof import("./Clock.cjs")>;
247
- ClockWithBackground: () => Promise<typeof import("./ClockWithBackground.cjs")>;
248
- ClosedLock: () => Promise<typeof import("./ClosedLock.cjs")>;
249
- ClosedLockWithBackground: () => Promise<typeof import("./ClosedLockWithBackground.cjs")>;
250
- ComputerDocumentation: () => Promise<typeof import("./ComputerDocumentation.cjs")>;
251
- ComputerDocumentationWithBackground: () => Promise<typeof import("./ComputerDocumentationWithBackground.cjs")>;
252
- Confettis: () => Promise<typeof import("./Confettis.cjs")>;
253
- ConfettisWithBackground: () => Promise<typeof import("./ConfettisWithBackground.cjs")>;
254
- Conversation: () => Promise<typeof import("./Conversation.cjs")>;
255
- ConversationWithBackground: () => Promise<typeof import("./ConversationWithBackground.cjs")>;
256
- Data: () => Promise<typeof import("./Data.cjs")>;
257
- DataWithBackground: () => Promise<typeof import("./DataWithBackground.cjs")>;
258
- Discount: () => Promise<typeof import("./Discount.cjs")>;
259
- DiscountWithBackground: () => Promise<typeof import("./DiscountWithBackground.cjs")>;
260
- Document: () => Promise<typeof import("./Document.cjs")>;
261
- DocumentWithBackground: () => Promise<typeof import("./DocumentWithBackground.cjs")>;
262
- EmailNotification: () => Promise<typeof import("./EmailNotification.cjs")>;
263
- EmailNotificationWithBackground: () => Promise<typeof import("./EmailNotificationWithBackground.cjs")>;
264
- EmploymentContract: () => Promise<typeof import("./EmploymentContract.cjs")>;
265
- EmploymentContractWithBackground: () => Promise<typeof import("./EmploymentContractWithBackground.cjs")>;
266
- EmptyDocument: () => Promise<typeof import("./EmptyDocument.cjs")>;
267
- EmptyDocumentWithBackground: () => Promise<typeof import("./EmptyDocumentWithBackground.cjs")>;
268
- FieldGlasses: () => Promise<typeof import("./FieldGlasses.cjs")>;
269
- FieldGlassesWithBackground: () => Promise<typeof import("./FieldGlassesWithBackground.cjs")>;
270
- Gear: () => Promise<typeof import("./Gear.cjs")>;
271
- GearWithBackground: () => Promise<typeof import("./GearWithBackground.cjs")>;
272
- GoldenRibbon: () => Promise<typeof import("./GoldenRibbon.cjs")>;
273
- GoldenRibbonWithBackground: () => Promise<typeof import("./GoldenRibbonWithBackground.cjs")>;
274
- Graph: () => Promise<typeof import("./Graph.cjs")>;
275
- GraphWithBackground: () => Promise<typeof import("./GraphWithBackground.cjs")>;
276
- Hammer: () => Promise<typeof import("./Hammer.cjs")>;
277
- HammerWithBackground: () => Promise<typeof import("./HammerWithBackground.cjs")>;
278
- HandHello: () => Promise<typeof import("./HandHello.cjs")>;
279
- HandHelloWithBackground: () => Promise<typeof import("./HandHelloWithBackground.cjs")>;
280
- HappyCharacter: () => Promise<typeof import("./HappyCharacter.cjs")>;
281
- HappyCharacterWithBackground: () => Promise<typeof import("./HappyCharacterWithBackground.cjs")>;
282
- InformationUpdate: () => Promise<typeof import("./InformationUpdate.cjs")>;
283
- InformationUpdateWithBackground: () => Promise<typeof import("./InformationUpdateWithBackground.cjs")>;
284
- LetterBox: () => Promise<typeof import("./LetterBox.cjs")>;
285
- LetterBoxWithBackground: () => Promise<typeof import("./LetterBoxWithBackground.cjs")>;
286
- LightBulb: () => Promise<typeof import("./LightBulb.cjs")>;
287
- LightBulbWithBackground: () => Promise<typeof import("./LightBulbWithBackground.cjs")>;
288
- LittleRocket: () => Promise<typeof import("./LittleRocket.cjs")>;
289
- LittleRocketWithBackground: () => Promise<typeof import("./LittleRocketWithBackground.cjs")>;
290
- MagnifyingGlass: () => Promise<typeof import("./MagnifyingGlass.cjs")>;
291
- MagnifyingGlassWithBackground: () => Promise<typeof import("./MagnifyingGlassWithBackground.cjs")>;
292
- MealVoucher: () => Promise<typeof import("./MealVoucher.cjs")>;
293
- MealVoucherWithBackground: () => Promise<typeof import("./MealVoucherWithBackground.cjs")>;
294
- MealVoucherCard: () => Promise<typeof import("./MealVoucherCard.cjs")>;
295
- MealVoucherCardWithBackground: () => Promise<typeof import("./MealVoucherCardWithBackground.cjs")>;
296
- OpenLock: () => Promise<typeof import("./OpenLock.cjs")>;
297
- OpenLockWithBackground: () => Promise<typeof import("./OpenLockWithBackground.cjs")>;
298
- Payslip: () => Promise<typeof import("./Payslip.cjs")>;
299
- PayslipWithBackground: () => Promise<typeof import("./PayslipWithBackground.cjs")>;
300
- Pen: () => Promise<typeof import("./Pen.cjs")>;
301
- PenWithBackground: () => Promise<typeof import("./PenWithBackground.cjs")>;
302
- People: () => Promise<typeof import("./People.cjs")>;
303
- PeopleWithBackground: () => Promise<typeof import("./PeopleWithBackground.cjs")>;
304
- PersonHeadphone: () => Promise<typeof import("./PersonHeadphone.cjs")>;
305
- PersonHeadphoneWithBackground: () => Promise<typeof import("./PersonHeadphoneWithBackground.cjs")>;
306
- PiggyBank: () => Promise<typeof import("./PiggyBank.cjs")>;
307
- PiggyBankWithBackground: () => Promise<typeof import("./PiggyBankWithBackground.cjs")>;
308
- Plant: () => Promise<typeof import("./Plant.cjs")>;
309
- PlantWithBackground: () => Promise<typeof import("./PlantWithBackground.cjs")>;
310
- Report: () => Promise<typeof import("./Report.cjs")>;
311
- ReportWithBackground: () => Promise<typeof import("./ReportWithBackground.cjs")>;
312
- SandCastle: () => Promise<typeof import("./SandCastle.cjs")>;
313
- SandCastleWithBackground: () => Promise<typeof import("./SandCastleWithBackground.cjs")>;
314
- Schedule: () => Promise<typeof import("./Schedule.cjs")>;
315
- ScheduleWithBackground: () => Promise<typeof import("./ScheduleWithBackground.cjs")>;
316
- SettingSlider: () => Promise<typeof import("./SettingSlider.cjs")>;
317
- SettingSliderWithBackground: () => Promise<typeof import("./SettingSliderWithBackground.cjs")>;
318
- SmallPuzzle: () => Promise<typeof import("./SmallPuzzle.cjs")>;
319
- SmallPuzzleWithBackground: () => Promise<typeof import("./SmallPuzzleWithBackground.cjs")>;
320
- SmilingCharacter: () => Promise<typeof import("./SmilingCharacter.cjs")>;
321
- SmilingCharacterWithBackground: () => Promise<typeof import("./SmilingCharacterWithBackground.cjs")>;
322
- Spreadsheet: () => Promise<typeof import("./Spreadsheet.cjs")>;
323
- SpreadsheetWithBackground: () => Promise<typeof import("./SpreadsheetWithBackground.cjs")>;
324
- Stethoscope: () => Promise<typeof import("./Stethoscope.cjs")>;
325
- StethoscopeWithBackground: () => Promise<typeof import("./StethoscopeWithBackground.cjs")>;
326
- Stopwatch: () => Promise<typeof import("./Stopwatch.cjs")>;
327
- StopwatchWithBackground: () => Promise<typeof import("./StopwatchWithBackground.cjs")>;
328
- Sunshade: () => Promise<typeof import("./Sunshade.cjs")>;
329
- SunshadeWithBackground: () => Promise<typeof import("./SunshadeWithBackground.cjs")>;
330
- TaskToDo: () => Promise<typeof import("./TaskToDo.cjs")>;
331
- TaskToDoWithBackground: () => Promise<typeof import("./TaskToDoWithBackground.cjs")>;
332
- Template: () => Promise<typeof import("./Template.cjs")>;
333
- TemplateWithBackground: () => Promise<typeof import("./TemplateWithBackground.cjs")>;
334
- Thumbtack: () => Promise<typeof import("./Thumbtack.cjs")>;
335
- ThumbtackWithBackground: () => Promise<typeof import("./ThumbtackWithBackground.cjs")>;
336
- ValidationWindow: () => Promise<typeof import("./ValidationWindow.cjs")>;
337
- ValidationWindowWithBackground: () => Promise<typeof import("./ValidationWindowWithBackground.cjs")>;
338
- ESignature: () => Promise<typeof import("./ESignature.cjs")>;
339
- Expenses: () => Promise<typeof import("./Expenses.cjs")>;
340
- Kanoon: () => Promise<typeof import("./Kanoon.cjs")>;
341
- Kpmg: () => Promise<typeof import("./Kpmg.cjs")>;
342
- LegalHelp: () => Promise<typeof import("./LegalHelp.cjs")>;
343
- Performance: () => Promise<typeof import("./Performance.cjs")>;
344
- SalaryAdvance: () => Promise<typeof import("./SalaryAdvance.cjs")>;
345
- TimeTracking: () => Promise<typeof import("./TimeTracking.cjs")>;
346
- EmptyStateActivationButton: () => Promise<typeof import("./EmptyStateActivationButton.cjs")>;
347
- EmptyStateActivationToggle: () => Promise<typeof import("./EmptyStateActivationToggle.cjs")>;
348
- EmptyStateDesert: () => Promise<typeof import("./EmptyStateDesert.cjs")>;
349
- EmptyStateEmptyFolder: () => Promise<typeof import("./EmptyStateEmptyFolder.cjs")>;
350
- EmptyStateIncidentPanel: () => Promise<typeof import("./EmptyStateIncidentPanel.cjs")>;
351
- EmptyStateMaintenance: () => Promise<typeof import("./EmptyStateMaintenance.cjs")>;
352
- EmptyStateMoon: () => Promise<typeof import("./EmptyStateMoon.cjs")>;
353
- EmptyStateResearch: () => Promise<typeof import("./EmptyStateResearch.cjs")>;
354
- EmptyStateToDo: () => Promise<typeof import("./EmptyStateToDo.cjs")>;
355
- AlphabetCube: () => Promise<typeof import("./AlphabetCube.cjs")>;
356
- Analysis: () => Promise<typeof import("./Analysis.cjs")>;
357
- AutomationInProgress: () => Promise<typeof import("./AutomationInProgress.cjs")>;
358
- BigIdea: () => Promise<typeof import("./BigIdea.cjs")>;
359
- Binoculars: () => Promise<typeof import("./Binoculars.cjs")>;
360
- Biscuit: () => Promise<typeof import("./Biscuit.cjs")>;
361
- BiscuitCrumbs: () => Promise<typeof import("./BiscuitCrumbs.cjs")>;
362
- Book: () => Promise<typeof import("./Book.cjs")>;
363
- Brainstorming: () => Promise<typeof import("./Brainstorming.cjs")>;
364
- Calendar: () => Promise<typeof import("./Calendar.cjs")>;
365
- Chat: () => Promise<typeof import("./Chat.cjs")>;
366
- ChristmasSock: () => Promise<typeof import("./ChristmasSock.cjs")>;
367
- ChristmasSockAndConfettis: () => Promise<typeof import("./ChristmasSockAndConfettis.cjs")>;
368
- Collaboration: () => Promise<typeof import("./Collaboration.cjs")>;
369
- CollectiveResearch: () => Promise<typeof import("./CollectiveResearch.cjs")>;
370
- ComputerMail: () => Promise<typeof import("./ComputerMail.cjs")>;
371
- ConfettiCannon: () => Promise<typeof import("./ConfettiCannon.cjs")>;
372
- CrossLegged: () => Promise<typeof import("./CrossLegged.cjs")>;
373
- CupOfCoffee: () => Promise<typeof import("./CupOfCoffee.cjs")>;
374
- Dancing: () => Promise<typeof import("./Dancing.cjs")>;
375
- DancingPeople: () => Promise<typeof import("./DancingPeople.cjs")>;
376
- DancingSkier: () => Promise<typeof import("./DancingSkier.cjs")>;
377
- Dialogue: () => Promise<typeof import("./Dialogue.cjs")>;
378
- Discussion: () => Promise<typeof import("./Discussion.cjs")>;
379
- Doctor: () => Promise<typeof import("./Doctor.cjs")>;
380
- DocumentScanning: () => Promise<typeof import("./DocumentScanning.cjs")>;
381
- EmailLogin: () => Promise<typeof import("./EmailLogin.cjs")>;
382
- Evaluation: () => Promise<typeof import("./Evaluation.cjs")>;
383
- FilingDocuments: () => Promise<typeof import("./FilingDocuments.cjs")>;
384
- Flowchart: () => Promise<typeof import("./Flowchart.cjs")>;
385
- Graphic: () => Promise<typeof import("./Graphic.cjs")>;
386
- Hands: () => Promise<typeof import("./Hands.cjs")>;
387
- HighFive: () => Promise<typeof import("./HighFive.cjs")>;
388
- HighlightBooks: () => Promise<typeof import("./HighlightBooks.cjs")>;
389
- Idea: () => Promise<typeof import("./Idea.cjs")>;
390
- IndicateSomething: () => Promise<typeof import("./IndicateSomething.cjs")>;
391
- JetlangCalculator: () => Promise<typeof import("./JetlangCalculator.cjs")>;
392
- Library: () => Promise<typeof import("./Library.cjs")>;
393
- Marteler: () => Promise<typeof import("./Marteler.cjs")>;
394
- Mug: () => Promise<typeof import("./Mug.cjs")>;
395
- Panel: () => Promise<typeof import("./Panel.cjs")>;
396
- PaperPlane: () => Promise<typeof import("./PaperPlane.cjs")>;
397
- Party: () => Promise<typeof import("./Party.cjs")>;
398
- PayfittersWithBadge: () => Promise<typeof import("./PayfittersWithBadge.cjs")>;
399
- PayrollError: () => Promise<typeof import("./PayrollError.cjs")>;
400
- Person: () => Promise<typeof import("./Person.cjs")>;
401
- PhoneMessage: () => Promise<typeof import("./PhoneMessage.cjs")>;
402
- Planet: () => Promise<typeof import("./Planet.cjs")>;
403
- PostIt: () => Promise<typeof import("./PostIt.cjs")>;
404
- Progression: () => Promise<typeof import("./Progression.cjs")>;
405
- Puzzle: () => Promise<typeof import("./Puzzle.cjs")>;
406
- PuzzlePiece: () => Promise<typeof import("./PuzzlePiece.cjs")>;
407
- ReadingABook: () => Promise<typeof import("./ReadingABook.cjs")>;
408
- ReceivingPay: () => Promise<typeof import("./ReceivingPay.cjs")>;
409
- Remote: () => Promise<typeof import("./Remote.cjs")>;
410
- Rocket: () => Promise<typeof import("./Rocket.cjs")>;
411
- SafeDepositBox: () => Promise<typeof import("./SafeDepositBox.cjs")>;
412
- Sale: () => Promise<typeof import("./Sale.cjs")>;
413
- SecurityFields: () => Promise<typeof import("./SecurityFields.cjs")>;
414
- Signature: () => Promise<typeof import("./Signature.cjs")>;
415
- SittingOnTheSofa: () => Promise<typeof import("./SittingOnTheSofa.cjs")>;
416
- SolveProblem: () => Promise<typeof import("./SolveProblem.cjs")>;
417
- SpeakerFingertips: () => Promise<typeof import("./SpeakerFingertips.cjs")>;
418
- SpeakerWelcome: () => Promise<typeof import("./SpeakerWelcome.cjs")>;
419
- SpeakerWithMicrophone: () => Promise<typeof import("./SpeakerWithMicrophone.cjs")>;
420
- StackOfBook2: () => Promise<typeof import("./StackOfBook2.cjs")>;
421
- StairTreads: () => Promise<typeof import("./StairTreads.cjs")>;
422
- TakingNote: () => Promise<typeof import("./TakingNote.cjs")>;
423
- Target: () => Promise<typeof import("./Target.cjs")>;
424
- TeamBuilding: () => Promise<typeof import("./TeamBuilding.cjs")>;
425
- Telescope: () => Promise<typeof import("./Telescope.cjs")>;
426
- Thumbsup: () => Promise<typeof import("./Thumbsup.cjs")>;
427
- Timer: () => Promise<typeof import("./Timer.cjs")>;
428
- ToggleOff: () => Promise<typeof import("./ToggleOff.cjs")>;
429
- ToggleOn: () => Promise<typeof import("./ToggleOn.cjs")>;
430
- Trophy: () => Promise<typeof import("./Trophy.cjs")>;
431
- TrophyWon: () => Promise<typeof import("./TrophyWon.cjs")>;
432
- VisuallyImpaired: () => Promise<typeof import("./VisuallyImpaired.cjs")>;
433
- VisuallyImpairedWinter: () => Promise<typeof import("./VisuallyImpairedWinter.cjs")>;
434
- WalkingPeople: () => Promise<typeof import("./WalkingPeople.cjs")>;
435
- WinterParty: () => Promise<typeof import("./WinterParty.cjs")>;
436
- WorkAtOffice: () => Promise<typeof import("./WorkAtOffice.cjs")>;
437
- WorkFromAnywhere: () => Promise<typeof import("./WorkFromAnywhere.cjs")>;
438
- Wrench: () => Promise<typeof import("./Wrench.cjs")>;
439
- WriteBook: () => Promise<typeof import("./WriteBook.cjs")>;
440
- ContractSignature: () => Promise<typeof import("./ContractSignature.cjs")>;
441
- };
442
- export type { FAQAsset } from './FAQ.cjs';
443
- export type { FAQWithBackgroundAsset } from './FAQWithBackground.cjs';
444
- export type { AdministrativeDocumentAsset } from './AdministrativeDocument.cjs';
445
- export type { AdministrativeDocumentWithBackgroundAsset } from './AdministrativeDocumentWithBackground.cjs';
446
- export type { BabyBottleAsset } from './BabyBottle.cjs';
447
- export type { BabyBottleWithBackgroundAsset } from './BabyBottleWithBackground.cjs';
448
- export type { BellAsset } from './Bell.cjs';
449
- export type { BellWithBackgroundAsset } from './BellWithBackground.cjs';
450
- export type { BicycleAsset } from './Bicycle.cjs';
451
- export type { BicycleWithBackgroundAsset } from './BicycleWithBackground.cjs';
452
- export type { BoxAsset } from './Box.cjs';
453
- export type { BoxWithBackgroundAsset } from './BoxWithBackground.cjs';
454
- export type { BuoyAsset } from './Buoy.cjs';
455
- export type { BuoyWithBackgroundAsset } from './BuoyWithBackground.cjs';
456
- export type { CalculatorAsset } from './Calculator.cjs';
457
- export type { CalculatorWithBackgroundAsset } from './CalculatorWithBackground.cjs';
458
- export type { CardAsset } from './Card.cjs';
459
- export type { CardWithBackgroundAsset } from './CardWithBackground.cjs';
460
- export type { CharacterHeadphoneAsset } from './CharacterHeadphone.cjs';
461
- export type { CharacterHeadphoneWithBackgroundAsset } from './CharacterHeadphoneWithBackground.cjs';
462
- export type { CheckboxAsset } from './Checkbox.cjs';
463
- export type { CheckboxWithBackgroundAsset } from './CheckboxWithBackground.cjs';
464
- export type { ClockAsset } from './Clock.cjs';
465
- export type { ClockWithBackgroundAsset } from './ClockWithBackground.cjs';
466
- export type { ClosedLockAsset } from './ClosedLock.cjs';
467
- export type { ClosedLockWithBackgroundAsset } from './ClosedLockWithBackground.cjs';
468
- export type { ComputerDocumentationAsset } from './ComputerDocumentation.cjs';
469
- export type { ComputerDocumentationWithBackgroundAsset } from './ComputerDocumentationWithBackground.cjs';
470
- export type { ConfettisAsset } from './Confettis.cjs';
471
- export type { ConfettisWithBackgroundAsset } from './ConfettisWithBackground.cjs';
472
- export type { ConversationAsset } from './Conversation.cjs';
473
- export type { ConversationWithBackgroundAsset } from './ConversationWithBackground.cjs';
474
- export type { DataAsset } from './Data.cjs';
475
- export type { DataWithBackgroundAsset } from './DataWithBackground.cjs';
476
- export type { DiscountAsset } from './Discount.cjs';
477
- export type { DiscountWithBackgroundAsset } from './DiscountWithBackground.cjs';
478
- export type { DocumentAsset } from './Document.cjs';
479
- export type { DocumentWithBackgroundAsset } from './DocumentWithBackground.cjs';
480
- export type { EmailNotificationAsset } from './EmailNotification.cjs';
481
- export type { EmailNotificationWithBackgroundAsset } from './EmailNotificationWithBackground.cjs';
482
- export type { EmploymentContractAsset } from './EmploymentContract.cjs';
483
- export type { EmploymentContractWithBackgroundAsset } from './EmploymentContractWithBackground.cjs';
484
- export type { EmptyDocumentAsset } from './EmptyDocument.cjs';
485
- export type { EmptyDocumentWithBackgroundAsset } from './EmptyDocumentWithBackground.cjs';
486
- export type { FieldGlassesAsset } from './FieldGlasses.cjs';
487
- export type { FieldGlassesWithBackgroundAsset } from './FieldGlassesWithBackground.cjs';
488
- export type { GearAsset } from './Gear.cjs';
489
- export type { GearWithBackgroundAsset } from './GearWithBackground.cjs';
490
- export type { GoldenRibbonAsset } from './GoldenRibbon.cjs';
491
- export type { GoldenRibbonWithBackgroundAsset } from './GoldenRibbonWithBackground.cjs';
492
- export type { GraphAsset } from './Graph.cjs';
493
- export type { GraphWithBackgroundAsset } from './GraphWithBackground.cjs';
494
- export type { HammerAsset } from './Hammer.cjs';
495
- export type { HammerWithBackgroundAsset } from './HammerWithBackground.cjs';
496
- export type { HandHelloAsset } from './HandHello.cjs';
497
- export type { HandHelloWithBackgroundAsset } from './HandHelloWithBackground.cjs';
498
- export type { HappyCharacterAsset } from './HappyCharacter.cjs';
499
- export type { HappyCharacterWithBackgroundAsset } from './HappyCharacterWithBackground.cjs';
500
- export type { InformationUpdateAsset } from './InformationUpdate.cjs';
501
- export type { InformationUpdateWithBackgroundAsset } from './InformationUpdateWithBackground.cjs';
502
- export type { LetterBoxAsset } from './LetterBox.cjs';
503
- export type { LetterBoxWithBackgroundAsset } from './LetterBoxWithBackground.cjs';
504
- export type { LightBulbAsset } from './LightBulb.cjs';
505
- export type { LightBulbWithBackgroundAsset } from './LightBulbWithBackground.cjs';
506
- export type { LittleRocketAsset } from './LittleRocket.cjs';
507
- export type { LittleRocketWithBackgroundAsset } from './LittleRocketWithBackground.cjs';
508
- export type { MagnifyingGlassAsset } from './MagnifyingGlass.cjs';
509
- export type { MagnifyingGlassWithBackgroundAsset } from './MagnifyingGlassWithBackground.cjs';
510
- export type { MealVoucherAsset } from './MealVoucher.cjs';
511
- export type { MealVoucherWithBackgroundAsset } from './MealVoucherWithBackground.cjs';
512
- export type { MealVoucherCardAsset } from './MealVoucherCard.cjs';
513
- export type { MealVoucherCardWithBackgroundAsset } from './MealVoucherCardWithBackground.cjs';
514
- export type { OpenLockAsset } from './OpenLock.cjs';
515
- export type { OpenLockWithBackgroundAsset } from './OpenLockWithBackground.cjs';
516
- export type { PayslipAsset } from './Payslip.cjs';
517
- export type { PayslipWithBackgroundAsset } from './PayslipWithBackground.cjs';
518
- export type { PenAsset } from './Pen.cjs';
519
- export type { PenWithBackgroundAsset } from './PenWithBackground.cjs';
520
- export type { PeopleAsset } from './People.cjs';
521
- export type { PeopleWithBackgroundAsset } from './PeopleWithBackground.cjs';
522
- export type { PersonHeadphoneAsset } from './PersonHeadphone.cjs';
523
- export type { PersonHeadphoneWithBackgroundAsset } from './PersonHeadphoneWithBackground.cjs';
524
- export type { PiggyBankAsset } from './PiggyBank.cjs';
525
- export type { PiggyBankWithBackgroundAsset } from './PiggyBankWithBackground.cjs';
526
- export type { PlantAsset } from './Plant.cjs';
527
- export type { PlantWithBackgroundAsset } from './PlantWithBackground.cjs';
528
- export type { ReportAsset } from './Report.cjs';
529
- export type { ReportWithBackgroundAsset } from './ReportWithBackground.cjs';
530
- export type { SandCastleAsset } from './SandCastle.cjs';
531
- export type { SandCastleWithBackgroundAsset } from './SandCastleWithBackground.cjs';
532
- export type { ScheduleAsset } from './Schedule.cjs';
533
- export type { ScheduleWithBackgroundAsset } from './ScheduleWithBackground.cjs';
534
- export type { SettingSliderAsset } from './SettingSlider.cjs';
535
- export type { SettingSliderWithBackgroundAsset } from './SettingSliderWithBackground.cjs';
536
- export type { SmallPuzzleAsset } from './SmallPuzzle.cjs';
537
- export type { SmallPuzzleWithBackgroundAsset } from './SmallPuzzleWithBackground.cjs';
538
- export type { SmilingCharacterAsset } from './SmilingCharacter.cjs';
539
- export type { SmilingCharacterWithBackgroundAsset } from './SmilingCharacterWithBackground.cjs';
540
- export type { SpreadsheetAsset } from './Spreadsheet.cjs';
541
- export type { SpreadsheetWithBackgroundAsset } from './SpreadsheetWithBackground.cjs';
542
- export type { StethoscopeAsset } from './Stethoscope.cjs';
543
- export type { StethoscopeWithBackgroundAsset } from './StethoscopeWithBackground.cjs';
544
- export type { StopwatchAsset } from './Stopwatch.cjs';
545
- export type { StopwatchWithBackgroundAsset } from './StopwatchWithBackground.cjs';
546
- export type { SunshadeAsset } from './Sunshade.cjs';
547
- export type { SunshadeWithBackgroundAsset } from './SunshadeWithBackground.cjs';
548
- export type { TaskToDoAsset } from './TaskToDo.cjs';
549
- export type { TaskToDoWithBackgroundAsset } from './TaskToDoWithBackground.cjs';
550
- export type { TemplateAsset } from './Template.cjs';
551
- export type { TemplateWithBackgroundAsset } from './TemplateWithBackground.cjs';
552
- export type { ThumbtackAsset } from './Thumbtack.cjs';
553
- export type { ThumbtackWithBackgroundAsset } from './ThumbtackWithBackground.cjs';
554
- export type { ValidationWindowAsset } from './ValidationWindow.cjs';
555
- export type { ValidationWindowWithBackgroundAsset } from './ValidationWindowWithBackground.cjs';
556
- export type { ESignatureAsset } from './ESignature.cjs';
557
- export type { ExpensesAsset } from './Expenses.cjs';
558
- export type { KanoonAsset } from './Kanoon.cjs';
559
- export type { KpmgAsset } from './Kpmg.cjs';
560
- export type { LegalHelpAsset } from './LegalHelp.cjs';
561
- export type { PerformanceAsset } from './Performance.cjs';
562
- export type { SalaryAdvanceAsset } from './SalaryAdvance.cjs';
563
- export type { TimeTrackingAsset } from './TimeTracking.cjs';
564
- export type { EmptyStateActivationButtonAsset } from './EmptyStateActivationButton.cjs';
565
- export type { EmptyStateActivationToggleAsset } from './EmptyStateActivationToggle.cjs';
566
- export type { EmptyStateDesertAsset } from './EmptyStateDesert.cjs';
567
- export type { EmptyStateEmptyFolderAsset } from './EmptyStateEmptyFolder.cjs';
568
- export type { EmptyStateIncidentPanelAsset } from './EmptyStateIncidentPanel.cjs';
569
- export type { EmptyStateMaintenanceAsset } from './EmptyStateMaintenance.cjs';
570
- export type { EmptyStateMoonAsset } from './EmptyStateMoon.cjs';
571
- export type { EmptyStateResearchAsset } from './EmptyStateResearch.cjs';
572
- export type { EmptyStateToDoAsset } from './EmptyStateToDo.cjs';
573
- export type { AlphabetCubeAsset } from './AlphabetCube.cjs';
574
- export type { AnalysisAsset } from './Analysis.cjs';
575
- export type { AutomationInProgressAsset } from './AutomationInProgress.cjs';
576
- export type { BigIdeaAsset } from './BigIdea.cjs';
577
- export type { BinocularsAsset } from './Binoculars.cjs';
578
- export type { BiscuitAsset } from './Biscuit.cjs';
579
- export type { BiscuitCrumbsAsset } from './BiscuitCrumbs.cjs';
580
- export type { BookAsset } from './Book.cjs';
581
- export type { BrainstormingAsset } from './Brainstorming.cjs';
582
- export type { CalendarAsset } from './Calendar.cjs';
583
- export type { ChatAsset } from './Chat.cjs';
584
- export type { ChristmasSockAsset } from './ChristmasSock.cjs';
585
- export type { ChristmasSockAndConfettisAsset } from './ChristmasSockAndConfettis.cjs';
586
- export type { CollaborationAsset } from './Collaboration.cjs';
587
- export type { CollectiveResearchAsset } from './CollectiveResearch.cjs';
588
- export type { ComputerMailAsset } from './ComputerMail.cjs';
589
- export type { ConfettiCannonAsset } from './ConfettiCannon.cjs';
590
- export type { CrossLeggedAsset } from './CrossLegged.cjs';
591
- export type { CupOfCoffeeAsset } from './CupOfCoffee.cjs';
592
- export type { DancingAsset } from './Dancing.cjs';
593
- export type { DancingPeopleAsset } from './DancingPeople.cjs';
594
- export type { DancingSkierAsset } from './DancingSkier.cjs';
595
- export type { DialogueAsset } from './Dialogue.cjs';
596
- export type { DiscussionAsset } from './Discussion.cjs';
597
- export type { DoctorAsset } from './Doctor.cjs';
598
- export type { DocumentScanningAsset } from './DocumentScanning.cjs';
599
- export type { EmailLoginAsset } from './EmailLogin.cjs';
600
- export type { EvaluationAsset } from './Evaluation.cjs';
601
- export type { FilingDocumentsAsset } from './FilingDocuments.cjs';
602
- export type { FlowchartAsset } from './Flowchart.cjs';
603
- export type { GraphicAsset } from './Graphic.cjs';
604
- export type { HandsAsset } from './Hands.cjs';
605
- export type { HighFiveAsset } from './HighFive.cjs';
606
- export type { HighlightBooksAsset } from './HighlightBooks.cjs';
607
- export type { IdeaAsset } from './Idea.cjs';
608
- export type { IndicateSomethingAsset } from './IndicateSomething.cjs';
609
- export type { JetlangCalculatorAsset } from './JetlangCalculator.cjs';
610
- export type { LibraryAsset } from './Library.cjs';
611
- export type { MartelerAsset } from './Marteler.cjs';
612
- export type { MugAsset } from './Mug.cjs';
613
- export type { PanelAsset } from './Panel.cjs';
614
- export type { PaperPlaneAsset } from './PaperPlane.cjs';
615
- export type { PartyAsset } from './Party.cjs';
616
- export type { PayfittersWithBadgeAsset } from './PayfittersWithBadge.cjs';
617
- export type { PayrollErrorAsset } from './PayrollError.cjs';
618
- export type { PersonAsset } from './Person.cjs';
619
- export type { PhoneMessageAsset } from './PhoneMessage.cjs';
620
- export type { PlanetAsset } from './Planet.cjs';
621
- export type { PostItAsset } from './PostIt.cjs';
622
- export type { ProgressionAsset } from './Progression.cjs';
623
- export type { PuzzleAsset } from './Puzzle.cjs';
624
- export type { PuzzlePieceAsset } from './PuzzlePiece.cjs';
625
- export type { ReadingABookAsset } from './ReadingABook.cjs';
626
- export type { ReceivingPayAsset } from './ReceivingPay.cjs';
627
- export type { RemoteAsset } from './Remote.cjs';
628
- export type { RocketAsset } from './Rocket.cjs';
629
- export type { SafeDepositBoxAsset } from './SafeDepositBox.cjs';
630
- export type { SaleAsset } from './Sale.cjs';
631
- export type { SecurityFieldsAsset } from './SecurityFields.cjs';
632
- export type { SignatureAsset } from './Signature.cjs';
633
- export type { SittingOnTheSofaAsset } from './SittingOnTheSofa.cjs';
634
- export type { SolveProblemAsset } from './SolveProblem.cjs';
635
- export type { SpeakerFingertipsAsset } from './SpeakerFingertips.cjs';
636
- export type { SpeakerWelcomeAsset } from './SpeakerWelcome.cjs';
637
- export type { SpeakerWithMicrophoneAsset } from './SpeakerWithMicrophone.cjs';
638
- export type { StackOfBook2Asset } from './StackOfBook2.cjs';
639
- export type { StairTreadsAsset } from './StairTreads.cjs';
640
- export type { TakingNoteAsset } from './TakingNote.cjs';
641
- export type { TargetAsset } from './Target.cjs';
642
- export type { TeamBuildingAsset } from './TeamBuilding.cjs';
643
- export type { TelescopeAsset } from './Telescope.cjs';
644
- export type { ThumbsupAsset } from './Thumbsup.cjs';
645
- export type { TimerAsset } from './Timer.cjs';
646
- export type { ToggleOffAsset } from './ToggleOff.cjs';
647
- export type { ToggleOnAsset } from './ToggleOn.cjs';
648
- export type { TrophyAsset } from './Trophy.cjs';
649
- export type { TrophyWonAsset } from './TrophyWon.cjs';
650
- export type { VisuallyImpairedAsset } from './VisuallyImpaired.cjs';
651
- export type { VisuallyImpairedWinterAsset } from './VisuallyImpairedWinter.cjs';
652
- export type { WalkingPeopleAsset } from './WalkingPeople.cjs';
653
- export type { WinterPartyAsset } from './WinterParty.cjs';
654
- export type { WorkAtOfficeAsset } from './WorkAtOffice.cjs';
655
- export type { WorkFromAnywhereAsset } from './WorkFromAnywhere.cjs';
656
- export type { WrenchAsset } from './Wrench.cjs';
657
- export type { WriteBookAsset } from './WriteBook.cjs';
658
- export type { ContractSignatureAsset } from './ContractSignature.cjs';
659
- /**
660
- * Union of all available illustration names
661
- */
662
- export type UnityIllustrationName = 'FAQ' | 'FAQWithBackground' | 'AdministrativeDocument' | 'AdministrativeDocumentWithBackground' | 'BabyBottle' | 'BabyBottleWithBackground' | 'Bell' | 'BellWithBackground' | 'Bicycle' | 'BicycleWithBackground' | 'Box' | 'BoxWithBackground' | 'Buoy' | 'BuoyWithBackground' | 'Calculator' | 'CalculatorWithBackground' | 'Card' | 'CardWithBackground' | 'CharacterHeadphone' | 'CharacterHeadphoneWithBackground' | 'Checkbox' | 'CheckboxWithBackground' | 'Clock' | 'ClockWithBackground' | 'ClosedLock' | 'ClosedLockWithBackground' | 'ComputerDocumentation' | 'ComputerDocumentationWithBackground' | 'Confettis' | 'ConfettisWithBackground' | 'Conversation' | 'ConversationWithBackground' | 'Data' | 'DataWithBackground' | 'Discount' | 'DiscountWithBackground' | 'Document' | 'DocumentWithBackground' | 'EmailNotification' | 'EmailNotificationWithBackground' | 'EmploymentContract' | 'EmploymentContractWithBackground' | 'EmptyDocument' | 'EmptyDocumentWithBackground' | 'FieldGlasses' | 'FieldGlassesWithBackground' | 'Gear' | 'GearWithBackground' | 'GoldenRibbon' | 'GoldenRibbonWithBackground' | 'Graph' | 'GraphWithBackground' | 'Hammer' | 'HammerWithBackground' | 'HandHello' | 'HandHelloWithBackground' | 'HappyCharacter' | 'HappyCharacterWithBackground' | 'InformationUpdate' | 'InformationUpdateWithBackground' | 'LetterBox' | 'LetterBoxWithBackground' | 'LightBulb' | 'LightBulbWithBackground' | 'LittleRocket' | 'LittleRocketWithBackground' | 'MagnifyingGlass' | 'MagnifyingGlassWithBackground' | 'MealVoucher' | 'MealVoucherWithBackground' | 'MealVoucherCard' | 'MealVoucherCardWithBackground' | 'OpenLock' | 'OpenLockWithBackground' | 'Payslip' | 'PayslipWithBackground' | 'Pen' | 'PenWithBackground' | 'People' | 'PeopleWithBackground' | 'PersonHeadphone' | 'PersonHeadphoneWithBackground' | 'PiggyBank' | 'PiggyBankWithBackground' | 'Plant' | 'PlantWithBackground' | 'Report' | 'ReportWithBackground' | 'SandCastle' | 'SandCastleWithBackground' | 'Schedule' | 'ScheduleWithBackground' | 'SettingSlider' | 'SettingSliderWithBackground' | 'SmallPuzzle' | 'SmallPuzzleWithBackground' | 'SmilingCharacter' | 'SmilingCharacterWithBackground' | 'Spreadsheet' | 'SpreadsheetWithBackground' | 'Stethoscope' | 'StethoscopeWithBackground' | 'Stopwatch' | 'StopwatchWithBackground' | 'Sunshade' | 'SunshadeWithBackground' | 'TaskToDo' | 'TaskToDoWithBackground' | 'Template' | 'TemplateWithBackground' | 'Thumbtack' | 'ThumbtackWithBackground' | 'ValidationWindow' | 'ValidationWindowWithBackground' | 'ESignature' | 'Expenses' | 'Kanoon' | 'Kpmg' | 'LegalHelp' | 'Performance' | 'SalaryAdvance' | 'TimeTracking' | 'EmptyStateActivationButton' | 'EmptyStateActivationToggle' | 'EmptyStateDesert' | 'EmptyStateEmptyFolder' | 'EmptyStateIncidentPanel' | 'EmptyStateMaintenance' | 'EmptyStateMoon' | 'EmptyStateResearch' | 'EmptyStateToDo' | 'AlphabetCube' | 'Analysis' | 'AutomationInProgress' | 'BigIdea' | 'Binoculars' | 'Biscuit' | 'BiscuitCrumbs' | 'Book' | 'Brainstorming' | 'Calendar' | 'Chat' | 'ChristmasSock' | 'ChristmasSockAndConfettis' | 'Collaboration' | 'CollectiveResearch' | 'ComputerMail' | 'ConfettiCannon' | 'CrossLegged' | 'CupOfCoffee' | 'Dancing' | 'DancingPeople' | 'DancingSkier' | 'Dialogue' | 'Discussion' | 'Doctor' | 'DocumentScanning' | 'EmailLogin' | 'Evaluation' | 'FilingDocuments' | 'Flowchart' | 'Graphic' | 'Hands' | 'HighFive' | 'HighlightBooks' | 'Idea' | 'IndicateSomething' | 'JetlangCalculator' | 'Library' | 'Marteler' | 'Mug' | 'Panel' | 'PaperPlane' | 'Party' | 'PayfittersWithBadge' | 'PayrollError' | 'Person' | 'PhoneMessage' | 'Planet' | 'PostIt' | 'Progression' | 'Puzzle' | 'PuzzlePiece' | 'ReadingABook' | 'ReceivingPay' | 'Remote' | 'Rocket' | 'SafeDepositBox' | 'Sale' | 'SecurityFields' | 'Signature' | 'SittingOnTheSofa' | 'SolveProblem' | 'SpeakerFingertips' | 'SpeakerWelcome' | 'SpeakerWithMicrophone' | 'StackOfBook2' | 'StairTreads' | 'TakingNote' | 'Target' | 'TeamBuilding' | 'Telescope' | 'Thumbsup' | 'Timer' | 'ToggleOff' | 'ToggleOn' | 'Trophy' | 'TrophyWon' | 'VisuallyImpaired' | 'VisuallyImpairedWinter' | 'WalkingPeople' | 'WinterParty' | 'WorkAtOffice' | 'WorkFromAnywhere' | 'Wrench' | 'WriteBook' | 'ContractSignature';
663
- /**
664
- * Union of all branded illustration asset types
665
- * This prevents creation of fake illustration objects
666
- */
667
- export type UnityIllustrationAsset = FAQAsset | FAQWithBackgroundAsset | AdministrativeDocumentAsset | AdministrativeDocumentWithBackgroundAsset | BabyBottleAsset | BabyBottleWithBackgroundAsset | BellAsset | BellWithBackgroundAsset | BicycleAsset | BicycleWithBackgroundAsset | BoxAsset | BoxWithBackgroundAsset | BuoyAsset | BuoyWithBackgroundAsset | CalculatorAsset | CalculatorWithBackgroundAsset | CardAsset | CardWithBackgroundAsset | CharacterHeadphoneAsset | CharacterHeadphoneWithBackgroundAsset | CheckboxAsset | CheckboxWithBackgroundAsset | ClockAsset | ClockWithBackgroundAsset | ClosedLockAsset | ClosedLockWithBackgroundAsset | ComputerDocumentationAsset | ComputerDocumentationWithBackgroundAsset | ConfettisAsset | ConfettisWithBackgroundAsset | ConversationAsset | ConversationWithBackgroundAsset | DataAsset | DataWithBackgroundAsset | DiscountAsset | DiscountWithBackgroundAsset | DocumentAsset | DocumentWithBackgroundAsset | EmailNotificationAsset | EmailNotificationWithBackgroundAsset | EmploymentContractAsset | EmploymentContractWithBackgroundAsset | EmptyDocumentAsset | EmptyDocumentWithBackgroundAsset | FieldGlassesAsset | FieldGlassesWithBackgroundAsset | GearAsset | GearWithBackgroundAsset | GoldenRibbonAsset | GoldenRibbonWithBackgroundAsset | GraphAsset | GraphWithBackgroundAsset | HammerAsset | HammerWithBackgroundAsset | HandHelloAsset | HandHelloWithBackgroundAsset | HappyCharacterAsset | HappyCharacterWithBackgroundAsset | InformationUpdateAsset | InformationUpdateWithBackgroundAsset | LetterBoxAsset | LetterBoxWithBackgroundAsset | LightBulbAsset | LightBulbWithBackgroundAsset | LittleRocketAsset | LittleRocketWithBackgroundAsset | MagnifyingGlassAsset | MagnifyingGlassWithBackgroundAsset | MealVoucherAsset | MealVoucherWithBackgroundAsset | MealVoucherCardAsset | MealVoucherCardWithBackgroundAsset | OpenLockAsset | OpenLockWithBackgroundAsset | PayslipAsset | PayslipWithBackgroundAsset | PenAsset | PenWithBackgroundAsset | PeopleAsset | PeopleWithBackgroundAsset | PersonHeadphoneAsset | PersonHeadphoneWithBackgroundAsset | PiggyBankAsset | PiggyBankWithBackgroundAsset | PlantAsset | PlantWithBackgroundAsset | ReportAsset | ReportWithBackgroundAsset | SandCastleAsset | SandCastleWithBackgroundAsset | ScheduleAsset | ScheduleWithBackgroundAsset | SettingSliderAsset | SettingSliderWithBackgroundAsset | SmallPuzzleAsset | SmallPuzzleWithBackgroundAsset | SmilingCharacterAsset | SmilingCharacterWithBackgroundAsset | SpreadsheetAsset | SpreadsheetWithBackgroundAsset | StethoscopeAsset | StethoscopeWithBackgroundAsset | StopwatchAsset | StopwatchWithBackgroundAsset | SunshadeAsset | SunshadeWithBackgroundAsset | TaskToDoAsset | TaskToDoWithBackgroundAsset | TemplateAsset | TemplateWithBackgroundAsset | ThumbtackAsset | ThumbtackWithBackgroundAsset | ValidationWindowAsset | ValidationWindowWithBackgroundAsset | ESignatureAsset | ExpensesAsset | KanoonAsset | KpmgAsset | LegalHelpAsset | PerformanceAsset | SalaryAdvanceAsset | TimeTrackingAsset | EmptyStateActivationButtonAsset | EmptyStateActivationToggleAsset | EmptyStateDesertAsset | EmptyStateEmptyFolderAsset | EmptyStateIncidentPanelAsset | EmptyStateMaintenanceAsset | EmptyStateMoonAsset | EmptyStateResearchAsset | EmptyStateToDoAsset | AlphabetCubeAsset | AnalysisAsset | AutomationInProgressAsset | BigIdeaAsset | BinocularsAsset | BiscuitAsset | BiscuitCrumbsAsset | BookAsset | BrainstormingAsset | CalendarAsset | ChatAsset | ChristmasSockAsset | ChristmasSockAndConfettisAsset | CollaborationAsset | CollectiveResearchAsset | ComputerMailAsset | ConfettiCannonAsset | CrossLeggedAsset | CupOfCoffeeAsset | DancingAsset | DancingPeopleAsset | DancingSkierAsset | DialogueAsset | DiscussionAsset | DoctorAsset | DocumentScanningAsset | EmailLoginAsset | EvaluationAsset | FilingDocumentsAsset | FlowchartAsset | GraphicAsset | HandsAsset | HighFiveAsset | HighlightBooksAsset | IdeaAsset | IndicateSomethingAsset | JetlangCalculatorAsset | LibraryAsset | MartelerAsset | MugAsset | PanelAsset | PaperPlaneAsset | PartyAsset | PayfittersWithBadgeAsset | PayrollErrorAsset | PersonAsset | PhoneMessageAsset | PlanetAsset | PostItAsset | ProgressionAsset | PuzzleAsset | PuzzlePieceAsset | ReadingABookAsset | ReceivingPayAsset | RemoteAsset | RocketAsset | SafeDepositBoxAsset | SaleAsset | SecurityFieldsAsset | SignatureAsset | SittingOnTheSofaAsset | SolveProblemAsset | SpeakerFingertipsAsset | SpeakerWelcomeAsset | SpeakerWithMicrophoneAsset | StackOfBook2Asset | StairTreadsAsset | TakingNoteAsset | TargetAsset | TeamBuildingAsset | TelescopeAsset | ThumbsupAsset | TimerAsset | ToggleOffAsset | ToggleOnAsset | TrophyAsset | TrophyWonAsset | VisuallyImpairedAsset | VisuallyImpairedWinterAsset | WalkingPeopleAsset | WinterPartyAsset | WorkAtOfficeAsset | WorkFromAnywhereAsset | WrenchAsset | WriteBookAsset | ContractSignatureAsset;
668
- /**
669
- * Array of all available illustration names
670
- * Useful for iteration or validation
671
- */
672
- export declare const illustrationNames: readonly UnityIllustrationName[];