@mozaic-ds/icons-vue 0.1.0-beta.3 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (205) hide show
  1. package/README.md +21 -19
  2. package/dist/ads-icons-vue.mjs +16305 -14185
  3. package/dist/ads-icons-vue.umd.js +1 -1
  4. package/package.json +2 -2
  5. package/src/components/AuthenticationFaceId20/AuthenticationFaceId20.vue +15 -0
  6. package/src/components/AuthenticationFaceId20/index.js +2 -0
  7. package/src/components/AuthenticationFaceId24/AuthenticationFaceId24.vue +15 -0
  8. package/src/components/AuthenticationFaceId24/index.js +2 -0
  9. package/src/components/AuthenticationFaceId32/AuthenticationFaceId32.vue +15 -0
  10. package/src/components/AuthenticationFaceId32/index.js +2 -0
  11. package/src/components/AuthenticationFaceId48/AuthenticationFaceId48.vue +15 -0
  12. package/src/components/AuthenticationFaceId48/index.js +2 -0
  13. package/src/components/AuthenticationFaceId64/AuthenticationFaceId64.vue +15 -0
  14. package/src/components/AuthenticationFaceId64/index.js +2 -0
  15. package/src/components/AuthenticationFingerprint20/AuthenticationFingerprint20.vue +15 -0
  16. package/src/components/AuthenticationFingerprint20/index.js +2 -0
  17. package/src/components/AuthenticationFingerprint24/AuthenticationFingerprint24.vue +15 -0
  18. package/src/components/AuthenticationFingerprint24/index.js +2 -0
  19. package/src/components/AuthenticationFingerprint32/AuthenticationFingerprint32.vue +15 -0
  20. package/src/components/AuthenticationFingerprint32/index.js +2 -0
  21. package/src/components/AuthenticationFingerprint48/AuthenticationFingerprint48.vue +15 -0
  22. package/src/components/AuthenticationFingerprint48/index.js +2 -0
  23. package/src/components/AuthenticationFingerprint64/AuthenticationFingerprint64.vue +15 -0
  24. package/src/components/AuthenticationFingerprint64/index.js +2 -0
  25. package/src/components/AuthenticationPincode20/AuthenticationPincode20.vue +15 -0
  26. package/src/components/AuthenticationPincode20/index.js +2 -0
  27. package/src/components/AuthenticationPincode24/AuthenticationPincode24.vue +15 -0
  28. package/src/components/AuthenticationPincode24/index.js +2 -0
  29. package/src/components/AuthenticationPincode32/AuthenticationPincode32.vue +15 -0
  30. package/src/components/AuthenticationPincode32/index.js +2 -0
  31. package/src/components/AuthenticationPincode48/AuthenticationPincode48.vue +15 -0
  32. package/src/components/AuthenticationPincode48/index.js +2 -0
  33. package/src/components/AuthenticationPincode64/AuthenticationPincode64.vue +15 -0
  34. package/src/components/AuthenticationPincode64/index.js +2 -0
  35. package/src/components/Cpu20/Cpu20.vue +15 -0
  36. package/src/components/Cpu20/index.js +2 -0
  37. package/src/components/Cpu24/Cpu24.vue +15 -0
  38. package/src/components/Cpu24/index.js +2 -0
  39. package/src/components/Cpu32/Cpu32.vue +15 -0
  40. package/src/components/Cpu32/index.js +2 -0
  41. package/src/components/Cpu48/Cpu48.vue +15 -0
  42. package/src/components/Cpu48/index.js +2 -0
  43. package/src/components/Cpu64/Cpu64.vue +15 -0
  44. package/src/components/Cpu64/index.js +2 -0
  45. package/src/components/CreditCard20/CreditCard20.vue +15 -0
  46. package/src/components/CreditCard20/index.js +2 -0
  47. package/src/components/CreditCard24/CreditCard24.vue +15 -0
  48. package/src/components/CreditCard24/index.js +2 -0
  49. package/src/components/CreditCard32/CreditCard32.vue +15 -0
  50. package/src/components/CreditCard32/index.js +2 -0
  51. package/src/components/CreditCard48/CreditCard48.vue +15 -0
  52. package/src/components/CreditCard48/index.js +2 -0
  53. package/src/components/CreditCard64/CreditCard64.vue +15 -0
  54. package/src/components/CreditCard64/index.js +2 -0
  55. package/src/components/Database20/Database20.vue +15 -0
  56. package/src/components/Database20/index.js +2 -0
  57. package/src/components/Database24/Database24.vue +15 -0
  58. package/src/components/Database24/index.js +2 -0
  59. package/src/components/Database32/Database32.vue +15 -0
  60. package/src/components/Database32/index.js +2 -0
  61. package/src/components/Database48/Database48.vue +15 -0
  62. package/src/components/Database48/index.js +2 -0
  63. package/src/components/Database64/Database64.vue +15 -0
  64. package/src/components/Database64/index.js +2 -0
  65. package/src/components/Dollar20/Dollar20.vue +15 -0
  66. package/src/components/Dollar20/index.js +2 -0
  67. package/src/components/Dollar24/Dollar24.vue +15 -0
  68. package/src/components/Dollar24/index.js +2 -0
  69. package/src/components/Dollar32/Dollar32.vue +15 -0
  70. package/src/components/Dollar32/index.js +2 -0
  71. package/src/components/Dollar48/Dollar48.vue +15 -0
  72. package/src/components/Dollar48/index.js +2 -0
  73. package/src/components/Dollar64/Dollar64.vue +15 -0
  74. package/src/components/Dollar64/index.js +2 -0
  75. package/src/components/HierarchyTree20/HierarchyTree20.vue +15 -0
  76. package/src/components/HierarchyTree20/index.js +2 -0
  77. package/src/components/HierarchyTree24/HierarchyTree24.vue +15 -0
  78. package/src/components/HierarchyTree24/index.js +2 -0
  79. package/src/components/HierarchyTree32/HierarchyTree32.vue +15 -0
  80. package/src/components/HierarchyTree32/index.js +2 -0
  81. package/src/components/HierarchyTree48/HierarchyTree48.vue +15 -0
  82. package/src/components/HierarchyTree48/index.js +2 -0
  83. package/src/components/HierarchyTree64/HierarchyTree64.vue +15 -0
  84. package/src/components/HierarchyTree64/index.js +2 -0
  85. package/src/components/HierarchyTreeAlt20/HierarchyTreeAlt20.vue +15 -0
  86. package/src/components/HierarchyTreeAlt20/index.js +2 -0
  87. package/src/components/HierarchyTreeAlt24/HierarchyTreeAlt24.vue +15 -0
  88. package/src/components/HierarchyTreeAlt24/index.js +2 -0
  89. package/src/components/HierarchyTreeAlt32/HierarchyTreeAlt32.vue +15 -0
  90. package/src/components/HierarchyTreeAlt32/index.js +2 -0
  91. package/src/components/HierarchyTreeAlt48/HierarchyTreeAlt48.vue +15 -0
  92. package/src/components/HierarchyTreeAlt48/index.js +2 -0
  93. package/src/components/HierarchyTreeAlt64/HierarchyTreeAlt64.vue +15 -0
  94. package/src/components/HierarchyTreeAlt64/index.js +2 -0
  95. package/src/components/Link20/Link20.vue +15 -0
  96. package/src/components/Link20/index.js +2 -0
  97. package/src/components/Link24/Link24.vue +15 -0
  98. package/src/components/Link24/index.js +2 -0
  99. package/src/components/Link32/Link32.vue +15 -0
  100. package/src/components/Link32/index.js +2 -0
  101. package/src/components/Link48/Link48.vue +15 -0
  102. package/src/components/Link48/index.js +2 -0
  103. package/src/components/Link64/Link64.vue +15 -0
  104. package/src/components/Link64/index.js +2 -0
  105. package/src/components/ParcelHandover20/ParcelHandover20.vue +15 -0
  106. package/src/components/ParcelHandover20/index.js +2 -0
  107. package/src/components/ParcelHandover24/ParcelHandover24.vue +15 -0
  108. package/src/components/ParcelHandover24/index.js +2 -0
  109. package/src/components/ParcelHandover32/ParcelHandover32.vue +15 -0
  110. package/src/components/ParcelHandover32/index.js +2 -0
  111. package/src/components/ParcelHandover48/ParcelHandover48.vue +15 -0
  112. package/src/components/ParcelHandover48/index.js +2 -0
  113. package/src/components/ParcelHandover64/ParcelHandover64.vue +15 -0
  114. package/src/components/ParcelHandover64/index.js +2 -0
  115. package/src/components/Partnership20/Partnership20.vue +15 -0
  116. package/src/components/Partnership20/index.js +2 -0
  117. package/src/components/Partnership24/Partnership24.vue +15 -0
  118. package/src/components/Partnership24/index.js +2 -0
  119. package/src/components/Partnership32/Partnership32.vue +15 -0
  120. package/src/components/Partnership32/index.js +2 -0
  121. package/src/components/Partnership48/Partnership48.vue +15 -0
  122. package/src/components/Partnership48/index.js +2 -0
  123. package/src/components/Partnership64/Partnership64.vue +15 -0
  124. package/src/components/Partnership64/index.js +2 -0
  125. package/src/components/PaymentCheck20/PaymentCheck20.vue +15 -0
  126. package/src/components/PaymentCheck20/index.js +2 -0
  127. package/src/components/PaymentCheck24/PaymentCheck24.vue +15 -0
  128. package/src/components/PaymentCheck24/index.js +2 -0
  129. package/src/components/PaymentCheck32/PaymentCheck32.vue +15 -0
  130. package/src/components/PaymentCheck32/index.js +2 -0
  131. package/src/components/PaymentCheck48/PaymentCheck48.vue +15 -0
  132. package/src/components/PaymentCheck48/index.js +2 -0
  133. package/src/components/PaymentCheck64/PaymentCheck64.vue +15 -0
  134. package/src/components/PaymentCheck64/index.js +2 -0
  135. package/src/components/Sample20/Sample20.vue +1 -1
  136. package/src/components/Sample24/Sample24.vue +1 -1
  137. package/src/components/Sample32/Sample32.vue +1 -1
  138. package/src/components/Sample48/Sample48.vue +1 -1
  139. package/src/components/Sample64/Sample64.vue +1 -1
  140. package/src/components/Share20/Share20.vue +1 -1
  141. package/src/components/Share24/Share24.vue +1 -1
  142. package/src/components/Share32/Share32.vue +1 -1
  143. package/src/components/Share48/Share48.vue +1 -1
  144. package/src/components/Share64/Share64.vue +1 -1
  145. package/src/components/ShareIos20/ShareIos20.vue +15 -0
  146. package/src/components/ShareIos20/index.js +2 -0
  147. package/src/components/ShareIos24/ShareIos24.vue +15 -0
  148. package/src/components/ShareIos24/index.js +2 -0
  149. package/src/components/ShareIos32/ShareIos32.vue +15 -0
  150. package/src/components/ShareIos32/index.js +2 -0
  151. package/src/components/ShareIos48/ShareIos48.vue +15 -0
  152. package/src/components/ShareIos48/index.js +2 -0
  153. package/src/components/ShareIos64/ShareIos64.vue +15 -0
  154. package/src/components/ShareIos64/index.js +2 -0
  155. package/src/components/Shelves20/Shelves20.vue +15 -0
  156. package/src/components/Shelves20/index.js +2 -0
  157. package/src/components/Shelves24/Shelves24.vue +15 -0
  158. package/src/components/Shelves24/index.js +2 -0
  159. package/src/components/Shelves32/Shelves32.vue +15 -0
  160. package/src/components/Shelves32/index.js +2 -0
  161. package/src/components/Shelves48/Shelves48.vue +15 -0
  162. package/src/components/Shelves48/index.js +2 -0
  163. package/src/components/Shelves64/Shelves64.vue +15 -0
  164. package/src/components/Shelves64/index.js +2 -0
  165. package/src/components/TruckLoading20/TruckLoading20.vue +15 -0
  166. package/src/components/TruckLoading20/index.js +2 -0
  167. package/src/components/TruckLoading24/TruckLoading24.vue +15 -0
  168. package/src/components/TruckLoading24/index.js +2 -0
  169. package/src/components/TruckLoading32/TruckLoading32.vue +15 -0
  170. package/src/components/TruckLoading32/index.js +2 -0
  171. package/src/components/TruckLoading48/TruckLoading48.vue +15 -0
  172. package/src/components/TruckLoading48/index.js +2 -0
  173. package/src/components/TruckLoading64/TruckLoading64.vue +15 -0
  174. package/src/components/TruckLoading64/index.js +2 -0
  175. package/src/components/TruckUnloading20/TruckUnloading20.vue +15 -0
  176. package/src/components/TruckUnloading20/index.js +2 -0
  177. package/src/components/TruckUnloading24/TruckUnloading24.vue +15 -0
  178. package/src/components/TruckUnloading24/index.js +2 -0
  179. package/src/components/TruckUnloading32/TruckUnloading32.vue +15 -0
  180. package/src/components/TruckUnloading32/index.js +2 -0
  181. package/src/components/TruckUnloading48/TruckUnloading48.vue +15 -0
  182. package/src/components/TruckUnloading48/index.js +2 -0
  183. package/src/components/TruckUnloading64/TruckUnloading64.vue +15 -0
  184. package/src/components/TruckUnloading64/index.js +2 -0
  185. package/src/components/Unlink20/Unlink20.vue +15 -0
  186. package/src/components/Unlink20/index.js +2 -0
  187. package/src/components/Unlink24/Unlink24.vue +15 -0
  188. package/src/components/Unlink24/index.js +2 -0
  189. package/src/components/Unlink32/Unlink32.vue +15 -0
  190. package/src/components/Unlink32/index.js +2 -0
  191. package/src/components/Unlink48/Unlink48.vue +15 -0
  192. package/src/components/Unlink48/index.js +2 -0
  193. package/src/components/Unlink64/Unlink64.vue +15 -0
  194. package/src/components/Unlink64/index.js +2 -0
  195. package/src/components/Wallet20/Wallet20.vue +15 -0
  196. package/src/components/Wallet20/index.js +2 -0
  197. package/src/components/Wallet24/Wallet24.vue +15 -0
  198. package/src/components/Wallet24/index.js +2 -0
  199. package/src/components/Wallet32/Wallet32.vue +15 -0
  200. package/src/components/Wallet32/index.js +2 -0
  201. package/src/components/Wallet48/Wallet48.vue +15 -0
  202. package/src/components/Wallet48/index.js +2 -0
  203. package/src/components/Wallet64/Wallet64.vue +15 -0
  204. package/src/components/Wallet64/index.js +2 -0
  205. package/src/icons.js +95 -0
@@ -0,0 +1,2 @@
1
+ import TruckLoading20 from './TruckLoading20.vue';
2
+ export { TruckLoading20 };
@@ -0,0 +1,15 @@
1
+ <template><svg aria-hidden="true" :fill="color" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path d="M22 5.43h-9v12h1.143a3.572 3.572 0 0 1 6.857 0h1v2h-1a3.572 3.572 0 0 1-6.857 0H12a1 1 0 0 1-1-1V17H2.5a1 1 0 0 1 0-2H3v-4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 .5.5v4h1V4.43a1 1 0 0 1 1-1h10zm-4.429 11.428a1.571 1.571 0 1 0 0 3.143 1.571 1.571 0 0 0 0-3.143M4 15h5v-3.5H7v1a.5.5 0 0 1-1 0v-1H4zm.075-10.988a.5.5 0 0 1 .866.5L4.13 5.917l4.147-1.112a.5.5 0 0 1 .26.966L4.388 6.883l1.404.81.083.059a.5.5 0 0 1-.49.85l-.093-.043-2.45-1.414a.5.5 0 0 1-.182-.683l1.414-2.45Z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'TruckLoading24',
5
+ props: {
6
+ /**
7
+ * Icon color
8
+ */
9
+ color: {
10
+ type: String,
11
+ default: 'currentColor',
12
+ },
13
+ },
14
+ };
15
+ </script>
@@ -0,0 +1,2 @@
1
+ import TruckLoading24 from './TruckLoading24.vue';
2
+ export { TruckLoading24 };
@@ -0,0 +1,15 @@
1
+ <template><svg aria-hidden="true" :fill="color" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32"><path d="M29.333 6.906H17v16.667h2.115a4.429 4.429 0 0 1 8.627 0h1.591v2h-1.59a4.43 4.43 0 0 1-4.314 3.429 4.43 4.43 0 0 1-4.314-3.429H16a1 1 0 0 1-1-1v-2.24H3.333a1 1 0 0 1 0-2h.834v-5.666l.01-.1a.5.5 0 0 1 .49-.4h8a.5.5 0 0 1 .5.5v5.666H15V5.906a1 1 0 0 1 1-1h13.333zm-5.904 15.238a2.429 2.429 0 1 0 0 4.858 2.429 2.429 0 0 0 0-4.858M5.167 20.333h7v-5.166h-3v1.5a.5.5 0 0 1-1 0v-1.5h-3zm.411-14.9a.5.5 0 1 1 .866.5L5.162 8.154l5.917-1.585.1-.017a.501.501 0 0 1 .254.946l-.095.037L5.42 9.12l2.22 1.28.082.06a.5.5 0 0 1-.49.848l-.091-.042-3.267-1.884a.5.5 0 0 1-.183-.683l1.886-3.267Z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'TruckLoading32',
5
+ props: {
6
+ /**
7
+ * Icon color
8
+ */
9
+ color: {
10
+ type: String,
11
+ default: 'currentColor',
12
+ },
13
+ },
14
+ };
15
+ </script>
@@ -0,0 +1,2 @@
1
+ import TruckLoading32 from './TruckLoading32.vue';
2
+ export { TruckLoading32 };
@@ -0,0 +1,15 @@
1
+ <template><svg aria-hidden="true" :fill="color" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48" height="48"><path d="M44 10.358H25.5v25h3.172a6.644 6.644 0 0 1 12.942 0H44v3h-2.386a6.644 6.644 0 0 1-12.942 0H24a1.5 1.5 0 0 1-1.5-1.5V33.5H5a1.5 1.5 0 0 1 0-3h1V22a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v8.5h2.5V8.858a1.5 1.5 0 0 1 1.5-1.5h20zm-8.857 22.858a3.643 3.643 0 1 0 0 7.286 3.643 3.643 0 0 0 0-7.286M8 30.5h10V23h-4v2a1 1 0 0 1-2 0v-2H8zm.15-22.475a1 1 0 1 1 1.732 1L8.26 11.833l8.293-2.222a1 1 0 1 1 .517 1.932l-8.293 2.221 2.809 1.623.085.055a1 1 0 0 1-.994 1.723l-.091-.047-4.9-2.828a1 1 0 0 1-.366-1.366z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'TruckLoading48',
5
+ props: {
6
+ /**
7
+ * Icon color
8
+ */
9
+ color: {
10
+ type: String,
11
+ default: 'currentColor',
12
+ },
13
+ },
14
+ };
15
+ </script>
@@ -0,0 +1,2 @@
1
+ import TruckLoading48 from './TruckLoading48.vue';
2
+ export { TruckLoading48 };
@@ -0,0 +1,15 @@
1
+ <template><svg aria-hidden="true" :fill="color" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64"><path d="M58.666 13.311H33.499v34.333h5.139a8.36 8.36 0 0 1 8.22-6.856c4.102 0 7.51 2.957 8.218 6.856h3.59v3h-3.589a8.357 8.357 0 0 1-16.44 0h-6.638a1.5 1.5 0 0 1-1.5-1.5v-4.978H6.667a1.5 1.5 0 0 1 0-3h1.666V29.333l.005-.103a1 1 0 0 1 .995-.897h16a1 1 0 0 1 1 1v11.833h4.166V11.81a1.5 1.5 0 0 1 1.5-1.5h26.667zM46.857 43.788a5.358 5.358 0 1 0 .001 10.715 5.358 5.358 0 0 0 0-10.715Zm-36.524-2.622h14V30.333h-6v3a1 1 0 0 1-2 0v-3h-6zm.822-30.3a1 1 0 0 1 1.732 1l-2.564 4.441 11.835-3.17.1-.022a1 1 0 0 1 .515 1.922l-.097.031L10.84 18.24l4.441 2.565.086.055a1 1 0 0 1-.995 1.723l-.09-.046-6.533-3.772a1 1 0 0 1-.366-1.366l3.771-6.531Z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'TruckLoading64',
5
+ props: {
6
+ /**
7
+ * Icon color
8
+ */
9
+ color: {
10
+ type: String,
11
+ default: 'currentColor',
12
+ },
13
+ },
14
+ };
15
+ </script>
@@ -0,0 +1,2 @@
1
+ import TruckLoading64 from './TruckLoading64.vue';
2
+ export { TruckLoading64 };
@@ -0,0 +1,15 @@
1
+ <template><svg aria-hidden="true" :fill="color" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" width="20" height="20"><path d="M18.333 4.441H10.75v10.167h1.102a2.89 2.89 0 0 1 2.79-2.143c1.339 0 2.462.91 2.793 2.143h.898v1.5h-.898a2.89 2.89 0 0 1-2.792 2.143c-1.338 0-2.46-.91-2.791-2.143H10a.75.75 0 0 1-.75-.75v-1.275H2.083a.75.75 0 0 1 0-1.5h.334V9.167a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v3.416h.833V3.691a.75.75 0 0 1 .75-.75h8.333zm-3.69 9.524a1.393 1.393 0 1 0 0 2.786 1.393 1.393 0 0 0 0-2.786M3.417 12.583h4V9.667h-1.5v.75a.5.5 0 0 1-1 0v-.75h-1.5zm1.114-9.604a.5.5 0 0 1 .591-.225l.092.042 2.04 1.178a.5.5 0 0 1 .184.683L6.26 6.698a.501.501 0 0 1-.866-.5l.575-.996-3.261.874-.1.017a.5.5 0 0 1-.254-.947l.095-.036 3.26-.874-.995-.574-.082-.06a.5.5 0 0 1-.1-.623Z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'TruckUnloading20',
5
+ props: {
6
+ /**
7
+ * Icon color
8
+ */
9
+ color: {
10
+ type: String,
11
+ default: 'currentColor',
12
+ },
13
+ },
14
+ };
15
+ </script>
@@ -0,0 +1,2 @@
1
+ import TruckUnloading20 from './TruckUnloading20.vue';
2
+ export { TruckUnloading20 };
@@ -0,0 +1,15 @@
1
+ <template><svg aria-hidden="true" :fill="color" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path d="M22 5.43h-9v12h1.143a3.572 3.572 0 0 1 6.857 0h1v2h-1a3.573 3.573 0 0 1-6.857 0H12a1 1 0 0 1-1-1V17H2.5a1 1 0 0 1 0-2H3v-4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 .5.5v4h1V4.43a1 1 0 0 1 1-1h10zm-4.429 11.428a1.571 1.571 0 1 0 0 3.143 1.571 1.571 0 0 0 0-3.143M4 15h5v-3.5H7v1a.5.5 0 0 1-1 0v-1H4zM5.524 3.624a.5.5 0 0 1 .59-.225l.093.042 2.45 1.414a.5.5 0 0 1 .183.683l-1.415 2.45a.5.5 0 0 1-.865-.5l.81-1.404-4.146 1.111a.5.5 0 0 1-.26-.966l4.147-1.111-1.404-.81-.083-.06a.5.5 0 0 1-.1-.624"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'TruckUnloading24',
5
+ props: {
6
+ /**
7
+ * Icon color
8
+ */
9
+ color: {
10
+ type: String,
11
+ default: 'currentColor',
12
+ },
13
+ },
14
+ };
15
+ </script>
@@ -0,0 +1,2 @@
1
+ import TruckUnloading24 from './TruckUnloading24.vue';
2
+ export { TruckUnloading24 };
@@ -0,0 +1,15 @@
1
+ <template><svg aria-hidden="true" :fill="color" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32"><path d="M29.333 6.905H17v16.667h2.115a4.43 4.43 0 0 1 4.314-3.429 4.43 4.43 0 0 1 4.313 3.43h1.591v2h-1.59a4.43 4.43 0 0 1-8.629 0H16a1 1 0 0 1-1-1v-2.24H3.333a1 1 0 0 1 0-2h.834v-5.667l.01-.1a.5.5 0 0 1 .49-.4h8a.5.5 0 0 1 .5.5v5.667H15V5.905a1 1 0 0 1 1-1h13.333zm-5.904 15.238a2.43 2.43 0 1 0 0 4.859 2.43 2.43 0 0 0 0-4.859m-18.262-1.81h7v-5.167h-3v1.5a.5.5 0 0 1-1 0v-1.5h-3zM7.51 4.916a.5.5 0 0 1 .59-.225l.092.042 3.266 1.885a.5.5 0 0 1 .184.683l-1.886 3.266a.5.5 0 0 1-.866-.5l1.282-2.22L4.255 9.43l-.1.018a.501.501 0 0 1-.255-.946l.096-.037L9.913 6.88l-2.22-1.283-.083-.06a.5.5 0 0 1-.1-.622Z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'TruckUnloading32',
5
+ props: {
6
+ /**
7
+ * Icon color
8
+ */
9
+ color: {
10
+ type: String,
11
+ default: 'currentColor',
12
+ },
13
+ },
14
+ };
15
+ </script>
@@ -0,0 +1,2 @@
1
+ import TruckUnloading32 from './TruckUnloading32.vue';
2
+ export { TruckUnloading32 };
@@ -0,0 +1,15 @@
1
+ <template><svg aria-hidden="true" :fill="color" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48" height="48"><path d="M44 10.358H25.5v25h3.172a6.644 6.644 0 0 1 12.942 0H44v3h-2.386a6.644 6.644 0 0 1-12.942 0H24a1.5 1.5 0 0 1-1.5-1.5V33.5H5a1.5 1.5 0 0 1 0-3h1V22a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v8.5h2.5V8.858a1.5 1.5 0 0 1 1.5-1.5h20zm-8.857 22.858a3.643 3.643 0 1 0 0 7.286 3.643 3.643 0 0 0 0-7.286M8 30.5h10V23h-4v2a1 1 0 0 1-2 0v-2H8zm3.048-23.252a1 1 0 0 1 1.274-.412l.092.047 4.899 2.828a1 1 0 0 1 .366 1.366l-2.828 4.898a1 1 0 0 1-1.733-1l1.622-2.807-8.294 2.221-.1.023a1 1 0 0 1-.515-1.923l.098-.031 8.294-2.223-2.809-1.621-.086-.056a1 1 0 0 1-.28-1.31"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'TruckUnloading48',
5
+ props: {
6
+ /**
7
+ * Icon color
8
+ */
9
+ color: {
10
+ type: String,
11
+ default: 'currentColor',
12
+ },
13
+ },
14
+ };
15
+ </script>
@@ -0,0 +1,2 @@
1
+ import TruckUnloading48 from './TruckUnloading48.vue';
2
+ export { TruckUnloading48 };
@@ -0,0 +1,15 @@
1
+ <template><svg aria-hidden="true" :fill="color" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64"><path d="M58.666 13.311H33.499v34.333h5.139a8.356 8.356 0 0 1 8.22-6.856c4.102 0 7.511 2.958 8.218 6.856h3.59v3h-3.589a8.357 8.357 0 0 1-16.44 0h-6.638a1.5 1.5 0 0 1-1.5-1.5v-4.978H6.667a1.5 1.5 0 0 1 0-3h1.666V29.333l.005-.103a1 1 0 0 1 .995-.897h16a1 1 0 0 1 1 1v11.833h4.166V11.81a1.5 1.5 0 0 1 1.5-1.5h26.667zM46.857 43.788a5.358 5.358 0 1 0 0 10.715 5.358 5.358 0 0 0 0-10.715m-36.524-2.622h14V30.333h-6v3a1 1 0 0 1-2 0v-3h-6zM15.02 9.83a1 1 0 0 1 1.274-.412l.092.046 6.531 3.772a1 1 0 0 1 .366 1.365l-3.771 6.533a1 1 0 0 1-1.732-1l2.564-4.442-11.835 3.172-.1.02a1 1 0 0 1-.514-1.921l.096-.031 11.835-3.171-4.44-2.565-.087-.054a1 1 0 0 1-.28-1.312Z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'TruckUnloading64',
5
+ props: {
6
+ /**
7
+ * Icon color
8
+ */
9
+ color: {
10
+ type: String,
11
+ default: 'currentColor',
12
+ },
13
+ },
14
+ };
15
+ </script>
@@ -0,0 +1,2 @@
1
+ import TruckUnloading64 from './TruckUnloading64.vue';
2
+ export { TruckUnloading64 };
@@ -0,0 +1,15 @@
1
+ <template><svg aria-hidden="true" :fill="color" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" width="20" height="20"><path d="M13.333 15.083a.75.75 0 0 1 .75.75V17.5a.75.75 0 0 1-1.5 0v-1.667a.75.75 0 0 1 .75-.75M4.47 8.636a.75.75 0 0 1 1.06 1.061l-.415.417a3.375 3.375 0 0 0 4.772 4.772l.417-.416a.75.75 0 0 1 1.06 1.06l-.416.417a4.875 4.875 0 0 1-6.894-6.894zm13.107 3.95a.75.75 0 0 1 0 1.493l-.076.004h-1.667a.75.75 0 0 1 0-1.5H17.5l.076.004ZM9.15 3.957a4.738 4.738 0 1 1 6.47 6.915l-.127.11-.06.048a.751.751 0 0 1-.927-1.177l.125-.11a3.237 3.237 0 1 0-4.42-4.726l-.514.514a.75.75 0 0 1-1.061-1.06zM4.243 5.92a.75.75 0 0 1 0 1.492l-.076.004H2.5a.75.75 0 0 1 0-1.5h1.667zm2.424-4.17a.75.75 0 0 1 .75.75v1.667a.75.75 0 0 1-1.5 0V2.5a.75.75 0 0 1 .75-.75"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'Unlink20',
5
+ props: {
6
+ /**
7
+ * Icon color
8
+ */
9
+ color: {
10
+ type: String,
11
+ default: 'currentColor',
12
+ },
13
+ },
14
+ };
15
+ </script>
@@ -0,0 +1,2 @@
1
+ import Unlink20 from './Unlink20.vue';
2
+ export { Unlink20 };
@@ -0,0 +1,15 @@
1
+ <template><svg aria-hidden="true" :fill="color" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path d="M16 18a1 1 0 0 1 1 1v2a1 1 0 1 1-2 0v-2a1 1 0 0 1 1-1M5.293 10.293a1 1 0 0 1 1.414 1.414l-.5.5a3.95 3.95 0 0 0 5.586 5.586l.5-.5a1 1 0 0 1 1.414 1.414l-.5.5a5.95 5.95 0 1 1-8.414-8.414zM21 15a1 1 0 1 1 0 2h-2a1 1 0 0 1 0-2zM10.91 4.676a5.786 5.786 0 1 1 7.9 8.444l-.152.133a1 1 0 0 1-1.316-1.506l.15-.132a3.785 3.785 0 1 0-5.169-5.524l-.616.616a1 1 0 1 1-1.414-1.414zM5 7a1 1 0 1 1 0 2H3a1 1 0 0 1 0-2zm3-5a1 1 0 0 1 1 1v2a1 1 0 1 1-2 0V3a1 1 0 0 1 1-1"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'Unlink24',
5
+ props: {
6
+ /**
7
+ * Icon color
8
+ */
9
+ color: {
10
+ type: String,
11
+ default: 'currentColor',
12
+ },
13
+ },
14
+ };
15
+ </script>
@@ -0,0 +1,2 @@
1
+ import Unlink24 from './Unlink24.vue';
2
+ export { Unlink24 };
@@ -0,0 +1,15 @@
1
+ <template><svg aria-hidden="true" :fill="color" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32"><path d="M21.333 24.333a1 1 0 0 1 1 1V28a1 1 0 0 1-2 0v-2.667a1 1 0 0 1 1-1M7.293 13.96a1 1 0 0 1 1.413 1.414l-.666.667a5.6 5.6 0 0 0 7.92 7.919l.666-.667a1 1 0 0 1 1.414 1.414l-.667.667A7.6 7.6 0 0 1 6.626 14.627zm20.809 6.378a1 1 0 0 1 0 1.99l-.102.005h-2.667a1 1 0 0 1 0-2H28zM14.782 6.47A7.38 7.38 0 1 1 24.86 17.243l-.202.177-.08.063a1 1 0 0 1-1.237-1.57l.201-.175a5.38 5.38 0 1 0-7.346-7.853l-.823.822a1 1 0 0 1-1.414-1.414zM6.768 9.672a1 1 0 0 1 0 1.99l-.102.005H4a1 1 0 0 1 0-2h2.667l.102.005ZM10.667 3a1 1 0 0 1 1 1v2.667a1 1 0 0 1-2 0V4a1 1 0 0 1 1-1"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'Unlink32',
5
+ props: {
6
+ /**
7
+ * Icon color
8
+ */
9
+ color: {
10
+ type: String,
11
+ default: 'currentColor',
12
+ },
13
+ },
14
+ };
15
+ </script>
@@ -0,0 +1,2 @@
1
+ import Unlink32 from './Unlink32.vue';
2
+ export { Unlink32 };
@@ -0,0 +1,15 @@
1
+ <template><svg aria-hidden="true" :fill="color" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48" height="48"><path d="M32 36.5a1.5 1.5 0 0 1 1.5 1.5v4a1.5 1.5 0 0 1-3 0v-4a1.5 1.5 0 0 1 1.5-1.5M10.94 20.94a1.5 1.5 0 0 1 2.12 2.12l-1 1a8.4 8.4 0 0 0 11.88 11.88l1-1a1.5 1.5 0 0 1 2.12 2.12l-1 1c-4.451 4.452-11.668 4.452-16.12 0s-4.452-11.669 0-16.12zM42 30.5a1.5 1.5 0 1 1 0 3h-4a1.5 1.5 0 0 1 0-3zM22.173 9.706c4.323-4.323 11.332-4.323 15.654 0 4.528 4.528 4.282 11.942-.537 16.159l-.303.264a1.5 1.5 0 0 1-1.974-2.258l.302-.264c3.513-3.074 3.692-8.48.391-11.78a8.07 8.07 0 0 0-11.412 0l-1.233 1.233a1.5 1.5 0 1 1-2.121-2.12zm-12.02 4.802a1.5 1.5 0 0 1 0 2.984L10 17.5H6a1.5 1.5 0 0 1 0-3h4zM16 4.5A1.5 1.5 0 0 1 17.5 6v4a1.5 1.5 0 0 1-3 0V6A1.5 1.5 0 0 1 16 4.5"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'Unlink48',
5
+ props: {
6
+ /**
7
+ * Icon color
8
+ */
9
+ color: {
10
+ type: String,
11
+ default: 'currentColor',
12
+ },
13
+ },
14
+ };
15
+ </script>
@@ -0,0 +1,2 @@
1
+ import Unlink48 from './Unlink48.vue';
2
+ export { Unlink48 };
@@ -0,0 +1,15 @@
1
+ <template><svg aria-hidden="true" :fill="color" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64"><path d="M42.667 49.166a1.5 1.5 0 0 1 1.5 1.5v5.333a1.5 1.5 0 1 1-3 0v-5.333a1.5 1.5 0 0 1 1.5-1.5M14.94 28.273a1.5 1.5 0 1 1 2.12 2.121l-1.333 1.333c-4.569 4.57-4.569 11.977 0 16.546s11.977 4.569 16.546 0l1.333-1.333a1.5 1.5 0 1 1 2.12 2.121l-1.332 1.333c-5.74 5.74-15.048 5.74-20.788 0s-5.74-15.047 0-20.788zM56 41.166a1.5 1.5 0 0 1 0 3h-5.333a1.5 1.5 0 0 1 0-3zm-7.013-6.703a1.5 1.5 0 0 1-1.975-2.258zm-19.07-21.167c5.568-5.57 14.597-5.57 20.166 0 5.833 5.832 5.515 15.382-.693 20.814l-.403.353-.987-1.13-.988-1.128.402-.353c4.902-4.289 5.154-11.83.548-16.435-4.397-4.397-11.526-4.397-15.924 0l-1.644 1.644a1.5 1.5 0 0 1-2.121-2.12zm-16.583 6.537a1.5 1.5 0 0 1 0 3H8.001a1.5 1.5 0 0 1 0-3zm8-13.333a1.5 1.5 0 0 1 1.5 1.5v5.333l-.008.153a1.5 1.5 0 0 1-2.984 0l-.008-.153V8a1.5 1.5 0 0 1 1.5-1.5"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'Unlink64',
5
+ props: {
6
+ /**
7
+ * Icon color
8
+ */
9
+ color: {
10
+ type: String,
11
+ default: 'currentColor',
12
+ },
13
+ },
14
+ };
15
+ </script>
@@ -0,0 +1,2 @@
1
+ import Unlink64 from './Unlink64.vue';
2
+ export { Unlink64 };
@@ -0,0 +1,15 @@
1
+ <template><svg aria-hidden="true" :fill="color" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" width="20" height="20"><path d="M14.044 3.427a.75.75 0 0 1 .873.74V5.85l.97.069a.75.75 0 0 1 .697.748v1.742l.136.01a.75.75 0 0 1 .696.748v4.167a.75.75 0 0 1-.803.748l-.03-.003v1.755a.75.75 0 0 1-.803.748l-11.667-.833A.75.75 0 0 1 3.417 15V5.834l.004-.077q.002-.014.006-.028l.001-.03q.007-.024.013-.047a1 1 0 0 1 .044-.127q.006-.016.014-.032a.8.8 0 0 1 .152-.202l.005-.006.059-.05.038-.025a.8.8 0 0 1 .166-.084l.044-.013.051-.012q.015-.005.03-.007zM4.917 14.302l10.167.726v-1.055l-4.305-.308a.75.75 0 0 1-.696-.748V8.75a.75.75 0 0 1 .803-.748l4.198.3v-.937L4.917 6.64v7.663Zm6.666-2.084 4.333.31V9.865l-4.333-.31zm2.167-2.01a.833.833 0 1 1 0 1.666.833.833 0 0 1 0-1.666m-3.235-4.673 2.902.207v-.69z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'Wallet20',
5
+ props: {
6
+ /**
7
+ * Icon color
8
+ */
9
+ color: {
10
+ type: String,
11
+ default: 'currentColor',
12
+ },
13
+ },
14
+ };
15
+ </script>
@@ -0,0 +1,2 @@
1
+ import Wallet20 from './Wallet20.vue';
2
+ export { Wallet20 };
@@ -0,0 +1,15 @@
1
+ <template><svg aria-hidden="true" :fill="color" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path d="M16.836 4.015A1 1 0 0 1 18 5v1.926l1.071.077A1 1 0 0 1 20 8v1.997l.071.006A1 1 0 0 1 21 11v5a1 1 0 0 1-1 1v2a1 1 0 0 1-1.072.998l-14-1A1 1 0 0 1 4 18V7a1 1 0 0 1 .04-.282l.013-.041.024-.062.01-.024a1 1 0 0 1 .231-.323l.024-.02a1 1 0 0 1 .086-.07l.054-.034q.003 0 .005-.004a1 1 0 0 1 .178-.084l.01-.002a1 1 0 0 1 .086-.026l.019-.004.056-.01zM6 17.069l12 .858v-1.068l-5.072-.362A1 1 0 0 1 12 15.5v-5a1 1 0 0 1 1.071-.997L18 9.855v-.923L6 8.074zm8-2.5 5 .358V11.93l-5-.358v2.996Zm2.5-2.32a1 1 0 1 1 0 2.001 1 1 0 0 1 0-2Zm-3.036-5.647L16 6.784v-.603z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'Wallet24',
5
+ props: {
6
+ /**
7
+ * Icon color
8
+ */
9
+ color: {
10
+ type: String,
11
+ default: 'currentColor',
12
+ },
13
+ },
14
+ };
15
+ </script>
@@ -0,0 +1,2 @@
1
+ import Wallet24 from './Wallet24.vue';
2
+ export { Wallet24 };
@@ -0,0 +1,15 @@
1
+ <template><svg aria-hidden="true" :fill="color" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32"><path d="M22.503 5.68a1 1 0 0 1 1.164.987v2.878l1.738.125a1 1 0 0 1 .929.997v2.976l.403.029a1 1 0 0 1 .929.997v6.667a1 1 0 0 1-1.072.997l-.26-.02v3.02a1 1 0 0 1-1.072.998L6.595 24.998a1 1 0 0 1-.928-.997V9.334q0-.121.028-.236l.004-.019.015-.049a1 1 0 0 1 .036-.096l.015-.032a1 1 0 0 1 .057-.102q.008-.014.017-.027a1 1 0 0 1 .088-.111l.005-.007.053-.053.045-.039.03-.024a1 1 0 0 1 .117-.076L6.2 8.45a1 1 0 0 1 .134-.06l.014-.003a1 1 0 0 1 .132-.035q.011-.001.022-.004zM7.667 23.069l16.667 1.192v-2.09l-7.072-.505a1 1 0 0 1-.93-.997V14a1 1 0 0 1 1.072-.997l6.93.495v-1.9L7.667 10.407v12.661Zm10.666-3.332 7.333.525V15.6l-7.333-.525zM22 16.333a1.333 1.333 0 1 1 0 2.666 1.333 1.333 0 0 1 0-2.666m-6.87-7.398 6.537.467V7.847z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'Wallet32',
5
+ props: {
6
+ /**
7
+ * Icon color
8
+ */
9
+ color: {
10
+ type: String,
11
+ default: 'currentColor',
12
+ },
13
+ },
14
+ };
15
+ </script>
@@ -0,0 +1,2 @@
1
+ import Wallet32 from './Wallet32.vue';
2
+ export { Wallet32 };
@@ -0,0 +1,15 @@
1
+ <template><svg aria-hidden="true" :fill="color" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48" height="48"><path d="M33.753 8.521a1.502 1.502 0 0 1 1.747 1.48v4.317l2.606.187A1.5 1.5 0 0 1 39.5 16v4.462l.607.044a1.5 1.5 0 0 1 1.393 1.496v10a1.5 1.5 0 0 1-1.608 1.496l-.392-.028V38a1.5 1.5 0 0 1-1.607 1.496l-28-2A1.5 1.5 0 0 1 8.5 36.001v-22l.006-.136v-.013l.005-.03a1.5 1.5 0 0 1 .105-.4l.01-.026a1.5 1.5 0 0 1 .232-.368l.018-.021q.096-.109.213-.197l.024-.019a1 1 0 0 1 .098-.065q.012-.008.025-.015.235-.14.517-.19zM11.5 34.603l25 1.787v-3.134l-10.608-.759a1.5 1.5 0 0 1-1.392-1.496v-10a1.5 1.5 0 0 1 1.607-1.496l10.393.743v-2.85l-25-1.787zm16-4.998 11 .787v-6.994l-11-.787zm5.5-5.106a2 2 0 1 1-.001 4 2 2 0 0 1 0-4ZM22.7 13.404l9.8.7v-2.332z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'Wallet48',
5
+ props: {
6
+ /**
7
+ * Icon color
8
+ */
9
+ color: {
10
+ type: String,
11
+ default: 'currentColor',
12
+ },
13
+ },
14
+ };
15
+ </script>
@@ -0,0 +1,2 @@
1
+ import Wallet48 from './Wallet48.vue';
2
+ export { Wallet48 };
@@ -0,0 +1,15 @@
1
+ <template><svg aria-hidden="true" :fill="color" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64"><path d="M45.086 11.855a1.5 1.5 0 0 1 1.747 1.48v6.222l3.94.282a1.5 1.5 0 0 1 1.393 1.496v6.414l1.273.092a1.5 1.5 0 0 1 1.394 1.496V42.67a1.5 1.5 0 0 1-1.608 1.496l-1.06-.076v6.578a1.5 1.5 0 0 1-1.606 1.496l-37.333-2.667a1.5 1.5 0 0 1-1.393-1.496V18.668l.006-.136v-.013l.005-.03a1.5 1.5 0 0 1 .054-.259l.009-.029a1.5 1.5 0 0 1 .284-.506l.018-.021q.147-.166.339-.284l.018-.011c.156-.093.331-.16.52-.19zM14.833 46.603l34.333 2.454v-5.182L34.558 42.83a1.5 1.5 0 0 1-1.392-1.496V28a1.5 1.5 0 0 1 1.607-1.496l14.393 1.03V22.73l-34.333-2.453zm21.333-6.666 15.667 1.122V30.732l-15.667-1.12zM44 32.665a2.667 2.667 0 1 1-.002 5.334A2.667 2.667 0 0 1 44 32.665M26.034 18.071l17.799 1.272v-4.238l-17.8 2.966Z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'Wallet64',
5
+ props: {
6
+ /**
7
+ * Icon color
8
+ */
9
+ color: {
10
+ type: String,
11
+ default: 'currentColor',
12
+ },
13
+ },
14
+ };
15
+ </script>
@@ -0,0 +1,2 @@
1
+ import Wallet64 from './Wallet64.vue';
2
+ export { Wallet64 };
package/src/icons.js CHANGED
@@ -78,6 +78,11 @@ export { ViewCompactFilled48 } from './components/ViewCompactFilled48';
78
78
  export { ViewCompactFilled32 } from './components/ViewCompactFilled32';
79
79
  export { ViewCompactFilled24 } from './components/ViewCompactFilled24';
80
80
  export { ViewCompactFilled20 } from './components/ViewCompactFilled20';
81
+ export { Unlink64 } from './components/Unlink64';
82
+ export { Unlink48 } from './components/Unlink48';
83
+ export { Unlink32 } from './components/Unlink32';
84
+ export { Unlink24 } from './components/Unlink24';
85
+ export { Unlink20 } from './components/Unlink20';
81
86
  export { Trash64 } from './components/Trash64';
82
87
  export { Trash48 } from './components/Trash48';
83
88
  export { Trash32 } from './components/Trash32';
@@ -248,6 +253,11 @@ export { ListAdd48 } from './components/ListAdd48';
248
253
  export { ListAdd32 } from './components/ListAdd32';
249
254
  export { ListAdd24 } from './components/ListAdd24';
250
255
  export { ListAdd20 } from './components/ListAdd20';
256
+ export { Link64 } from './components/Link64';
257
+ export { Link48 } from './components/Link48';
258
+ export { Link32 } from './components/Link32';
259
+ export { Link24 } from './components/Link24';
260
+ export { Link20 } from './components/Link20';
251
261
  export { Less64 } from './components/Less64';
252
262
  export { Less48 } from './components/Less48';
253
263
  export { Less32 } from './components/Less32';
@@ -1068,6 +1078,11 @@ export { Share48 } from './components/Share48';
1068
1078
  export { Share32 } from './components/Share32';
1069
1079
  export { Share24 } from './components/Share24';
1070
1080
  export { Share20 } from './components/Share20';
1081
+ export { ShareIos64 } from './components/ShareIos64';
1082
+ export { ShareIos48 } from './components/ShareIos48';
1083
+ export { ShareIos32 } from './components/ShareIos32';
1084
+ export { ShareIos24 } from './components/ShareIos24';
1085
+ export { ShareIos20 } from './components/ShareIos20';
1071
1086
  export { Server64 } from './components/Server64';
1072
1087
  export { Server48 } from './components/Server48';
1073
1088
  export { Server32 } from './components/Server32';
@@ -1188,6 +1203,16 @@ export { ImageAlt48 } from './components/ImageAlt48';
1188
1203
  export { ImageAlt32 } from './components/ImageAlt32';
1189
1204
  export { ImageAlt24 } from './components/ImageAlt24';
1190
1205
  export { ImageAlt20 } from './components/ImageAlt20';
1206
+ export { HierarchyTree64 } from './components/HierarchyTree64';
1207
+ export { HierarchyTree48 } from './components/HierarchyTree48';
1208
+ export { HierarchyTree32 } from './components/HierarchyTree32';
1209
+ export { HierarchyTree24 } from './components/HierarchyTree24';
1210
+ export { HierarchyTree20 } from './components/HierarchyTree20';
1211
+ export { HierarchyTreeAlt64 } from './components/HierarchyTreeAlt64';
1212
+ export { HierarchyTreeAlt48 } from './components/HierarchyTreeAlt48';
1213
+ export { HierarchyTreeAlt32 } from './components/HierarchyTreeAlt32';
1214
+ export { HierarchyTreeAlt24 } from './components/HierarchyTreeAlt24';
1215
+ export { HierarchyTreeAlt20 } from './components/HierarchyTreeAlt20';
1191
1216
  export { Gauge64 } from './components/Gauge64';
1192
1217
  export { Gauge48 } from './components/Gauge48';
1193
1218
  export { Gauge32 } from './components/Gauge32';
@@ -1293,6 +1318,16 @@ export { DeviceDesktop48 } from './components/DeviceDesktop48';
1293
1318
  export { DeviceDesktop32 } from './components/DeviceDesktop32';
1294
1319
  export { DeviceDesktop24 } from './components/DeviceDesktop24';
1295
1320
  export { DeviceDesktop20 } from './components/DeviceDesktop20';
1321
+ export { Database64 } from './components/Database64';
1322
+ export { Database48 } from './components/Database48';
1323
+ export { Database32 } from './components/Database32';
1324
+ export { Database24 } from './components/Database24';
1325
+ export { Database20 } from './components/Database20';
1326
+ export { Cpu64 } from './components/Cpu64';
1327
+ export { Cpu48 } from './components/Cpu48';
1328
+ export { Cpu32 } from './components/Cpu32';
1329
+ export { Cpu24 } from './components/Cpu24';
1330
+ export { Cpu20 } from './components/Cpu20';
1296
1331
  export { Contrast64 } from './components/Contrast64';
1297
1332
  export { Contrast48 } from './components/Contrast48';
1298
1333
  export { Contrast32 } from './components/Contrast32';
@@ -1358,6 +1393,21 @@ export { BarcodeScanner48 } from './components/BarcodeScanner48';
1358
1393
  export { BarcodeScanner32 } from './components/BarcodeScanner32';
1359
1394
  export { BarcodeScanner24 } from './components/BarcodeScanner24';
1360
1395
  export { BarcodeScanner20 } from './components/BarcodeScanner20';
1396
+ export { AuthenticationPincode64 } from './components/AuthenticationPincode64';
1397
+ export { AuthenticationPincode48 } from './components/AuthenticationPincode48';
1398
+ export { AuthenticationPincode32 } from './components/AuthenticationPincode32';
1399
+ export { AuthenticationPincode24 } from './components/AuthenticationPincode24';
1400
+ export { AuthenticationPincode20 } from './components/AuthenticationPincode20';
1401
+ export { AuthenticationFingerprint64 } from './components/AuthenticationFingerprint64';
1402
+ export { AuthenticationFingerprint48 } from './components/AuthenticationFingerprint48';
1403
+ export { AuthenticationFingerprint32 } from './components/AuthenticationFingerprint32';
1404
+ export { AuthenticationFingerprint24 } from './components/AuthenticationFingerprint24';
1405
+ export { AuthenticationFingerprint20 } from './components/AuthenticationFingerprint20';
1406
+ export { AuthenticationFaceId64 } from './components/AuthenticationFaceId64';
1407
+ export { AuthenticationFaceId48 } from './components/AuthenticationFaceId48';
1408
+ export { AuthenticationFaceId32 } from './components/AuthenticationFaceId32';
1409
+ export { AuthenticationFaceId24 } from './components/AuthenticationFaceId24';
1410
+ export { AuthenticationFaceId20 } from './components/AuthenticationFaceId20';
1361
1411
  export { Api64 } from './components/Api64';
1362
1412
  export { Api48 } from './components/Api48';
1363
1413
  export { Api32 } from './components/Api32';
@@ -1393,11 +1443,26 @@ export { Warehouse48 } from './components/Warehouse48';
1393
1443
  export { Warehouse32 } from './components/Warehouse32';
1394
1444
  export { Warehouse24 } from './components/Warehouse24';
1395
1445
  export { Warehouse20 } from './components/Warehouse20';
1446
+ export { Wallet64 } from './components/Wallet64';
1447
+ export { Wallet48 } from './components/Wallet48';
1448
+ export { Wallet32 } from './components/Wallet32';
1449
+ export { Wallet24 } from './components/Wallet24';
1450
+ export { Wallet20 } from './components/Wallet20';
1396
1451
  export { Truck64 } from './components/Truck64';
1397
1452
  export { Truck48 } from './components/Truck48';
1398
1453
  export { Truck32 } from './components/Truck32';
1399
1454
  export { Truck24 } from './components/Truck24';
1400
1455
  export { Truck20 } from './components/Truck20';
1456
+ export { TruckUnloading64 } from './components/TruckUnloading64';
1457
+ export { TruckUnloading48 } from './components/TruckUnloading48';
1458
+ export { TruckUnloading32 } from './components/TruckUnloading32';
1459
+ export { TruckUnloading24 } from './components/TruckUnloading24';
1460
+ export { TruckUnloading20 } from './components/TruckUnloading20';
1461
+ export { TruckLoading64 } from './components/TruckLoading64';
1462
+ export { TruckLoading48 } from './components/TruckLoading48';
1463
+ export { TruckLoading32 } from './components/TruckLoading32';
1464
+ export { TruckLoading24 } from './components/TruckLoading24';
1465
+ export { TruckLoading20 } from './components/TruckLoading20';
1401
1466
  export { Trolley64 } from './components/Trolley64';
1402
1467
  export { Trolley48 } from './components/Trolley48';
1403
1468
  export { Trolley32 } from './components/Trolley32';
@@ -1468,6 +1533,11 @@ export { StoreBricoman48 } from './components/StoreBricoman48';
1468
1533
  export { StoreBricoman32 } from './components/StoreBricoman32';
1469
1534
  export { StoreBricoman24 } from './components/StoreBricoman24';
1470
1535
  export { StoreBricoman20 } from './components/StoreBricoman20';
1536
+ export { Shelves64 } from './components/Shelves64';
1537
+ export { Shelves48 } from './components/Shelves48';
1538
+ export { Shelves32 } from './components/Shelves32';
1539
+ export { Shelves24 } from './components/Shelves24';
1540
+ export { Shelves20 } from './components/Shelves20';
1471
1541
  export { SecurePayment64 } from './components/SecurePayment64';
1472
1542
  export { SecurePayment48 } from './components/SecurePayment48';
1473
1543
  export { SecurePayment32 } from './components/SecurePayment32';
@@ -1528,11 +1598,26 @@ export { PickupLocationFilled48 } from './components/PickupLocationFilled48';
1528
1598
  export { PickupLocationFilled32 } from './components/PickupLocationFilled32';
1529
1599
  export { PickupLocationFilled24 } from './components/PickupLocationFilled24';
1530
1600
  export { PickupLocationFilled20 } from './components/PickupLocationFilled20';
1601
+ export { PaymentCheck64 } from './components/PaymentCheck64';
1602
+ export { PaymentCheck48 } from './components/PaymentCheck48';
1603
+ export { PaymentCheck32 } from './components/PaymentCheck32';
1604
+ export { PaymentCheck24 } from './components/PaymentCheck24';
1605
+ export { PaymentCheck20 } from './components/PaymentCheck20';
1606
+ export { Partnership64 } from './components/Partnership64';
1607
+ export { Partnership48 } from './components/Partnership48';
1608
+ export { Partnership32 } from './components/Partnership32';
1609
+ export { Partnership24 } from './components/Partnership24';
1610
+ export { Partnership20 } from './components/Partnership20';
1531
1611
  export { ParcelLoading64 } from './components/ParcelLoading64';
1532
1612
  export { ParcelLoading48 } from './components/ParcelLoading48';
1533
1613
  export { ParcelLoading32 } from './components/ParcelLoading32';
1534
1614
  export { ParcelLoading24 } from './components/ParcelLoading24';
1535
1615
  export { ParcelLoading20 } from './components/ParcelLoading20';
1616
+ export { ParcelHandover64 } from './components/ParcelHandover64';
1617
+ export { ParcelHandover48 } from './components/ParcelHandover48';
1618
+ export { ParcelHandover32 } from './components/ParcelHandover32';
1619
+ export { ParcelHandover24 } from './components/ParcelHandover24';
1620
+ export { ParcelHandover20 } from './components/ParcelHandover20';
1536
1621
  export { Pallet64 } from './components/Pallet64';
1537
1622
  export { Pallet48 } from './components/Pallet48';
1538
1623
  export { Pallet32 } from './components/Pallet32';
@@ -1683,6 +1768,11 @@ export { Euro48 } from './components/Euro48';
1683
1768
  export { Euro32 } from './components/Euro32';
1684
1769
  export { Euro24 } from './components/Euro24';
1685
1770
  export { Euro20 } from './components/Euro20';
1771
+ export { Dollar64 } from './components/Dollar64';
1772
+ export { Dollar48 } from './components/Dollar48';
1773
+ export { Dollar32 } from './components/Dollar32';
1774
+ export { Dollar24 } from './components/Dollar24';
1775
+ export { Dollar20 } from './components/Dollar20';
1686
1776
  export { Distance64 } from './components/Distance64';
1687
1777
  export { Distance48 } from './components/Distance48';
1688
1778
  export { Distance32 } from './components/Distance32';
@@ -1708,6 +1798,11 @@ export { Data48 } from './components/Data48';
1708
1798
  export { Data32 } from './components/Data32';
1709
1799
  export { Data24 } from './components/Data24';
1710
1800
  export { Data20 } from './components/Data20';
1801
+ export { CreditCard64 } from './components/CreditCard64';
1802
+ export { CreditCard48 } from './components/CreditCard48';
1803
+ export { CreditCard32 } from './components/CreditCard32';
1804
+ export { CreditCard24 } from './components/CreditCard24';
1805
+ export { CreditCard20 } from './components/CreditCard20';
1711
1806
  export { Craftsman64 } from './components/Craftsman64';
1712
1807
  export { Craftsman48 } from './components/Craftsman48';
1713
1808
  export { Craftsman32 } from './components/Craftsman32';