@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,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="M12 2c2.577 0 4.956.404 6.727 1.093.882.343 1.664.776 2.243 1.308C21.55 4.934 22 5.642 22 6.5v11c0 .858-.45 1.566-1.03 2.099-.579.532-1.361.965-2.243 1.308C16.956 21.596 14.577 22 12 22s-4.956-.404-6.727-1.093c-.882-.343-1.664-.776-2.243-1.308C2.45 19.066 2 18.358 2 17.5v-11c0-.858.45-1.566 1.03-2.099.579-.532 1.361-.965 2.243-1.308C7.044 2.404 9.423 2 12 2m8 13.962c-.42.272-.91.517-1.455.728-1.7.661-4.014 1.06-6.545 1.06-2.045 0-3.948-.261-5.5-.71v.46a.5.5 0 0 1-1 0v-.793q-.023-.008-.045-.017A8 8 0 0 1 4 15.962V17.5c0 .109.053.322.384.626.332.305.868.627 1.614.917C7.485 19.621 9.606 20 12 20s4.515-.379 6.002-.957c.746-.29 1.282-.612 1.614-.917.331-.305.384-.517.384-.626zm0-3.5c-.42.272-.91.517-1.455.728-1.7.661-4.014 1.06-6.545 1.06-2.045 0-3.948-.261-5.5-.71v.71a.5.5 0 0 1-1 0v-1.043q-.023-.008-.045-.017A8 8 0 0 1 4 12.462v2.236l.046.046c.394.362.991.711 1.771 1.015 1.558.605 3.744.991 6.183.991 2.44 0 4.625-.386 6.183-.991.78-.304 1.377-.653 1.771-1.015l.046-.046zM20 9.3a9 9 0 0 1-1.273.606C16.956 10.596 14.577 11 12 11c-2.021 0-3.92-.25-5.5-.69V11a.5.5 0 0 1-1 0V9.991q-.114-.041-.227-.084A9 9 0 0 1 4 9.301v1.897l.046.046c.394.362.991.711 1.771 1.015 1.558.605 3.744.991 6.183.991 2.44 0 4.625-.386 6.183-.991.78-.304 1.377-.653 1.771-1.015l.046-.046zM12 4c-2.394 0-4.515.379-6.002.957-.746.29-1.282.612-1.614.917C4.053 6.178 4 6.391 4 6.5s.053.322.384.626c.332.305.868.627 1.614.917C7.485 8.621 9.606 9 12 9s4.515-.379 6.002-.957c.746-.29 1.282-.612 1.614-.917.331-.304.384-.517.384-.626s-.053-.322-.384-.626c-.332-.305-.868-.627-1.614-.917C16.516 4.379 14.394 4 12 4"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'Database24',
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 Database24 from './Database24.vue';
2
+ export { Database24 };
@@ -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="M16 3c3.405 0 6.534.535 8.848 1.435 1.153.448 2.155 1.008 2.885 1.68C28.465 6.786 29 7.647 29 8.666v14.667c0 1.018-.535 1.88-1.267 2.553-.73.671-1.732 1.23-2.885 1.678C22.534 28.465 19.405 29 16 29s-6.534-.535-8.848-1.435c-1.153-.448-2.155-1.007-2.885-1.678C3.535 25.214 3 24.352 3 23.334V8.667c0-1.019.535-1.88 1.267-2.553.73-.671 1.732-1.23 2.885-1.68C9.466 3.535 12.595 3 16 3m11 17.844c-.625.477-1.418.899-2.333 1.255C22.424 22.97 19.36 23.5 16 23.5c-2.81 0-5.411-.372-7.5-1.003v.836a.5.5 0 1 1-1 0V22.16l-.167-.061c-.915-.356-1.708-.778-2.333-1.255v2.49c0 .27.137.636.62 1.08.484.445 1.24.891 2.257 1.287C9.907 26.491 12.778 27 16 27s6.094-.51 8.123-1.299c1.017-.396 1.773-.842 2.257-1.287.483-.444.62-.81.62-1.08zm0-4.666c-.625.477-1.418.899-2.333 1.255-2.243.872-5.308 1.401-8.667 1.401-2.809 0-5.411-.372-7.5-1.003V19l-.01.1a.5.5 0 0 1-.98 0L7.5 19v-1.506l-.167-.061c-.915-.356-1.708-.778-2.333-1.255v3.31q.123.147.281.293c.546.502 1.364.977 2.415 1.386 2.1.817 5.036 1.333 8.304 1.333s6.203-.516 8.304-1.333c1.052-.409 1.87-.884 2.415-1.386a3 3 0 0 0 .281-.293zm0-4.384c-.617.422-1.347.791-2.152 1.104-2.314.9-5.443 1.435-8.848 1.435-2.783 0-5.38-.358-7.5-.98v1.314a.5.5 0 0 1-1 0v-1.64q-.177-.063-.348-.129c-.805-.313-1.535-.682-2.152-1.104v3.028q.123.146.281.293c.546.502 1.364.977 2.415 1.386 2.1.817 5.036 1.333 8.304 1.333s6.203-.516 8.304-1.333c1.051-.409 1.87-.884 2.415-1.386a3 3 0 0 0 .281-.293zM16 5c-3.222 0-6.094.51-8.123 1.299-1.018.396-1.773.842-2.257 1.287-.483.444-.62.811-.62 1.081s.137.636.62 1.08c.484.445 1.24.891 2.257 1.287 2.03.79 4.901 1.299 8.123 1.299s6.094-.51 8.123-1.299c1.018-.396 1.773-.842 2.257-1.287.483-.444.62-.81.62-1.08s-.137-.637-.62-1.081c-.484-.445-1.24-.891-2.257-1.287C22.093 5.509 19.222 5 16 5"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'Database32',
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 Database32 from './Database32.vue';
2
+ export { Database32 };
@@ -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="M24 4.5c5.108 0 9.8.803 13.272 2.152 1.73.673 3.233 1.511 4.329 2.519C42.698 10.18 43.5 11.47 43.5 13v22c0 1.528-.802 2.82-1.9 3.83-1.095 1.007-2.598 1.845-4.328 2.518C33.8 42.698 29.108 43.5 24 43.5s-9.8-.803-13.271-2.152c-1.731-.673-3.234-1.511-4.33-2.519S4.5 36.53 4.5 35V13c0-1.528.802-2.82 1.9-3.83 1.095-1.007 2.598-1.845 4.329-2.518C14.199 5.302 18.892 4.5 24 4.5m16.5 27.083c-.937.686-2.096 1.288-3.41 1.799C33.692 34.704 29.063 35.5 24 35.5c-4.09 0-7.896-.52-11-1.417V35a1 1 0 1 1-2 0v-1.585l-.09-.033c-1.314-.51-2.473-1.113-3.41-1.799V35c0 .405.205.954.93 1.62.726.668 1.859 1.338 3.385 1.932C14.86 39.736 19.167 40.5 24 40.5s9.14-.764 12.185-1.948c1.526-.594 2.66-1.264 3.385-1.932.725-.666.93-1.215.93-1.62zm0-7c-.937.686-2.096 1.288-3.41 1.799C33.692 27.704 29.063 28.5 24 28.5c-4.09 0-7.896-.52-11-1.417V28.5a1 1 0 1 1-2 0v-2.085l-.09-.033c-1.314-.51-2.473-1.113-3.41-1.799v4.251c.156.212.35.432.592.654.787.724 1.982 1.423 3.543 2.03C14.75 32.729 19.12 33.5 24 33.5c4.879 0 9.25-.771 12.365-1.982 1.56-.607 2.756-1.306 3.543-2.03.242-.222.436-.442.592-.654zm0-6.888c-.925.632-2.021 1.183-3.228 1.653C33.8 20.698 29.108 21.5 24 21.5c-4.066 0-7.867-.51-11-1.398V22a1 1 0 1 1-2 0v-2.552q-.137-.05-.271-.1c-1.208-.47-2.304-1.02-3.229-1.653v4.139c.156.212.35.432.592.654.787.724 1.982 1.423 3.543 2.03C14.75 25.729 19.12 26.5 24 26.5c4.879 0 9.25-.771 12.365-1.982 1.56-.607 2.756-1.306 3.543-2.03.242-.222.436-.442.592-.654zM24 7.5c-4.833 0-9.14.764-12.185 1.948-1.526.594-2.66 1.264-3.385 1.932-.725.666-.93 1.215-.93 1.62s.205.954.93 1.62c.726.668 1.859 1.338 3.385 1.932C14.86 17.736 19.167 18.5 24 18.5s9.14-.764 12.185-1.948c1.526-.594 2.66-1.264 3.385-1.932.725-.666.93-1.215.93-1.62s-.205-.954-.93-1.62c-.726-.668-1.859-1.338-3.385-1.932C33.14 8.264 28.833 7.5 24 7.5"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'Database48',
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 Database48 from './Database48.vue';
2
+ export { Database48 };
@@ -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="M32 6.5c6.765 0 12.958 1.064 17.515 2.836 2.273.884 4.215 1.973 5.614 3.26s2.37 2.887 2.371 4.737v29.333c0 1.85-.97 3.45-2.371 4.737-1.4 1.287-3.341 2.377-5.614 3.261C44.958 56.436 38.765 57.5 32 57.5s-12.958-1.064-17.515-2.836c-2.273-.884-4.215-1.974-5.614-3.26-1.4-1.289-2.371-2.888-2.371-4.738V17.333c0-1.85.97-3.45 2.371-4.737 1.4-1.287 3.341-2.376 5.614-3.26C19.042 7.564 25.235 6.5 32 6.5m22.5 34.793c-1.314 1.121-3.085 2.096-5.167 2.905C44.848 45.943 38.719 47 32 47c-5.618 0-10.823-.743-15-2.005v1.672a1 1 0 0 1-2 0v-2.346q-.167-.06-.333-.123c-2.082-.81-3.853-1.784-5.167-2.905v5.373c0 .727.373 1.584 1.401 2.53 1.03.946 2.603 1.867 4.672 2.672C19.703 53.474 25.51 54.5 32 54.5s12.297-1.026 16.427-2.632c2.07-.805 3.642-1.726 4.672-2.673 1.028-.945 1.401-1.802 1.401-2.529zm0-9.334c-1.314 1.121-3.085 2.096-5.167 2.905C44.848 36.61 38.719 37.666 32 37.666c-5.619 0-10.823-.743-15-2.005V38l-.005.102a1 1 0 0 1-1.99 0L15 38v-3.013q-.167-.06-.333-.123c-2.082-.81-3.853-1.784-5.167-2.905v6.345c.251.413.6.835 1.063 1.26 1.09 1.003 2.725 1.953 4.829 2.771C19.592 43.969 25.464 45 32 45s12.407-1.031 16.608-2.665c2.104-.818 3.738-1.768 4.83-2.772a5.9 5.9 0 0 0 1.062-1.26V31.96Zm0-9.354c-1.33 1.056-3.035 1.968-4.985 2.726-4.557 1.772-10.75 2.836-17.515 2.836-5.591 0-10.791-.729-15-1.982v3.148a1 1 0 1 1-2 0v-3.811q-.26-.094-.515-.19c-1.95-.76-3.656-1.67-4.985-2.727v6.366c.251.413.6.834 1.063 1.259 1.09 1.003 2.725 1.953 4.829 2.771 4.2 1.634 10.072 2.665 16.608 2.665s12.407-1.031 16.608-2.665c2.104-.818 3.738-1.768 4.83-2.771a5.9 5.9 0 0 0 1.062-1.26zM32 9.5c-6.49 0-12.297 1.026-16.427 2.632-2.07.805-3.642 1.726-4.672 2.673-1.028.945-1.4 1.801-1.401 2.528 0 .727.373 1.584 1.401 2.53 1.03.946 2.603 1.867 4.672 2.672 4.13 1.606 9.937 2.632 16.427 2.632s12.297-1.026 16.427-2.632c2.07-.805 3.642-1.726 4.672-2.673 1.028-.945 1.401-1.802 1.401-2.529s-.373-1.583-1.401-2.528c-1.03-.947-2.603-1.868-4.672-2.673C44.297 10.526 38.49 9.5 32 9.5"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'Database64',
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 Database64 from './Database64.vue';
2
+ export { Database64 };
@@ -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="M10 1.75a.75.75 0 0 1 .75.75v.976c.311.044.66.115 1.02.223.603.183 1.28.482 1.855.968l.239.22.052.056A.75.75 0 0 1 12.86 6l-.057-.052-.15-.137c-.366-.309-.834-.53-1.318-.675a5 5 0 0 0-1.334-.218c-1.314 0-2.053.372-2.462.774a1.95 1.95 0 0 0-.577 1.393c0 .346.175.77.695 1.183.526.417 1.385.797 2.639.992 1.372.213 2.51.548 3.317 1.119.86.61 1.304 1.464 1.304 2.539 0 1.085-.504 2.034-1.396 2.688-.718.527-1.663.846-2.771.945v.95a.75.75 0 0 1-1.5 0v-.98c-.818-.131-1.579-.458-2.206-.835-.708-.424-1.314-.95-1.688-1.422l-.145-.198-.04-.067a.75.75 0 0 1 1.24-.831l.046.062.086.115c.23.289.678.7 1.272 1.055.668.401 1.437.681 2.175.684h.021c1.211-.002 2.08-.288 2.623-.688.529-.387.782-.897.783-1.478 0-.592-.21-.988-.671-1.315-.517-.367-1.374-.658-2.681-.86-1.426-.223-2.552-.676-3.34-1.3-.793-.628-1.262-1.454-1.263-2.358 0-.791.276-1.725 1.025-2.462C7.119 4 8.03 3.575 9.25 3.453V2.5a.75.75 0 0 1 .75-.75"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'Dollar20',
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 Dollar20 from './Dollar20.vue';
2
+ export { Dollar20 };
@@ -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="M12 2a1 1 0 0 1 1 1v1.083a8 8 0 0 1 1.151.26c.785.237 1.679.638 2.411 1.311l.145.139.068.076a1 1 0 0 1-1.406 1.406l-.076-.068-.174-.16c-.425-.359-.974-.617-1.546-.79A6 6 0 0 0 12 6c-1.557 0-2.416.44-2.884.9a2.24 2.24 0 0 0-.662 1.6c0 .378.19.861.797 1.342.614.487 1.626.938 3.119 1.17 1.651.256 3.035.66 4.022 1.36 1.06.75 1.608 1.806 1.608 3.128 0 1.336-.622 2.504-1.716 3.307-.86.63-1.98 1.016-3.284 1.144V21a1 1 0 1 1-2 0v-1.089c-.966-.169-1.86-.56-2.6-1.003-.98-.587-1.802-1.338-2.23-1.976a1 1 0 0 1 1.6-1.196l.06.082.1.133c.267.334.794.819 1.498 1.241.796.478 1.706.808 2.572.808 1.445 0 2.468-.342 3.101-.807.61-.447.899-1.03.899-1.693 0-.678-.237-1.123-.764-1.496-.6-.426-1.61-.772-3.174-1.016-1.723-.268-3.092-.817-4.055-1.58-.97-.769-1.553-1.786-1.553-2.908 0-.972.34-2.12 1.26-3.025.762-.75 1.849-1.261 3.286-1.421V3a1 1 0 0 1 1-1"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'Dollar24',
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 Dollar24 from './Dollar24.vue';
2
+ export { Dollar24 };
@@ -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="M16 3a1 1 0 0 1 1 1v1.735c.529.066 1.14.184 1.772.374 1.019.308 2.159.824 3.086 1.676l.183.175.068.076a1 1 0 0 1-1.482 1.338c-.643-.643-1.53-1.077-2.432-1.35-.899-.27-1.735-.357-2.194-.357-2.14 0-3.379.607-4.08 1.296a3.32 3.32 0 0 0-.981 2.371c0 .628.318 1.36 1.188 2.05.877.695 2.286 1.312 4.314 1.628 2.188.34 3.971.869 5.223 1.756 1.324.938 2.002 2.244 2.002 3.899 0 1.67-.773 3.129-2.15 4.14-1.152.844-2.691 1.354-4.517 1.489V28a1 1 0 0 1-2 0v-1.738c-1.341-.186-2.595-.718-3.628-1.337-1.277-.766-2.332-1.734-2.868-2.534l.83-.557.83-.558c.328.49 1.133 1.273 2.236 1.934 1.09.654 2.358 1.12 3.588 1.123h.024c1.97-.002 3.406-.467 4.322-1.139.893-.655 1.332-1.53 1.333-2.527 0-1.011-.367-1.707-1.159-2.268-.865-.613-2.272-1.084-4.373-1.41-2.259-.352-4.026-1.068-5.25-2.039-1.233-.977-1.945-2.245-1.945-3.616 0-1.222.426-2.662 1.58-3.797 1.002-.986 2.473-1.662 4.48-1.829V4a1 1 0 0 1 1-1M8.777 21.003a1 1 0 0 1 1.387.273l-1.66 1.115a1 1 0 0 1 .273-1.388"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'Dollar32',
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 Dollar32 from './Dollar32.vue';
2
+ export { Dollar32 };
@@ -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="M24 4.5A1.5 1.5 0 0 1 25.5 6v2.604a16 16 0 0 1 2.658.56c1.528.461 3.238 1.235 4.629 2.513l.273.263.104.114a1.5 1.5 0 0 1-2.225 2.006c-.964-.964-2.294-1.616-3.647-2.024-1.35-.407-2.603-.536-3.292-.536-3.21 0-5.067.91-6.119 1.944A4.97 4.97 0 0 0 16.41 17c0 .942.477 2.04 1.781 3.074 1.316 1.043 3.43 1.97 6.473 2.444 3.282.51 5.956 1.303 7.833 2.633C34.483 26.56 35.5 28.517 35.5 31c0 2.504-1.159 4.694-3.227 6.21-1.726 1.266-4.035 2.03-6.773 2.232V42a1.5 1.5 0 0 1-3 0v-2.607c-2.012-.28-3.893-1.077-5.443-2.006-1.796-1.077-3.3-2.421-4.143-3.574l-.16-.227-.079-.132a1.5 1.5 0 0 1 2.479-1.663l.092.123.1.143c.545.737 1.703 1.827 3.254 2.758 1.64.983 3.548 1.685 5.4 1.685 2.964 0 5.122-.7 6.499-1.71 1.34-.983 2-2.294 2-3.79 0-1.517-.55-2.56-1.738-3.401-1.298-.92-3.409-1.627-6.56-2.117-3.388-.526-6.037-1.6-7.874-3.056-1.85-1.466-2.918-3.368-2.918-5.426 0-1.833.638-3.992 2.368-5.694 1.505-1.48 3.712-2.494 6.723-2.744V6A1.5 1.5 0 0 1 24 4.5"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'Dollar48',
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 Dollar48 from './Dollar48.vue';
2
+ export { Dollar48 };
@@ -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="M32 6.5a1.5 1.5 0 0 1 1.492 1.347L33.5 8v3.918a21 21 0 0 1 3.9.78c1.994.6 4.197 1.603 5.977 3.239l.35.336.104.114a1.5 1.5 0 0 1-2.225 2.007c-1.364-1.364-3.222-2.266-5.072-2.825-1.846-.557-3.568-.736-4.534-.736-4.376 0-6.991 1.244-8.508 2.736-1.531 1.506-2.113 3.43-2.114 5.097 0 1.442.736 3.04 2.565 4.491 1.841 1.46 4.748 2.72 8.864 3.36 4.354.677 7.825 1.72 10.232 3.425 2.516 1.783 3.794 4.242 3.795 7.391 0 3.17-1.462 5.943-4.098 7.876-2.304 1.69-5.45 2.703-9.236 2.914V56a1.5 1.5 0 0 1-3 0v-3.92c-2.757-.3-5.36-1.377-7.5-2.66-2.353-1.412-4.3-3.16-5.375-4.628l-.204-.29-.079-.132a1.5 1.5 0 0 1 2.479-1.662l.092.123.143.204c.776 1.053 2.378 2.547 4.488 3.812 2.235 1.34 4.867 2.319 7.456 2.319 4.024 0 7.017-.95 8.962-2.376 1.909-1.4 2.872-3.295 2.872-5.457 0-2.183-.813-3.726-2.53-4.942-1.827-1.295-4.735-2.253-8.958-2.91-4.46-.693-7.903-2.099-10.266-3.972-2.375-1.883-3.701-4.285-3.701-6.843 0-2.333.813-5.075 3.008-7.235 1.98-1.948 4.952-3.293 9.113-3.552V8A1.5 1.5 0 0 1 32 6.5"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'Dollar64',
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 Dollar64 from './Dollar64.vue';
2
+ export { Dollar64 };
@@ -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="M17.5 1.75a.75.75 0 0 1 .75.75V5a.75.75 0 0 1-.75.75H15a.75.75 0 0 1-.75-.75v-.5h-2.251v4.75h2.251v-.5A.75.75 0 0 1 15 8h2.5a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75H15a.75.75 0 0 1-.75-.75v-.5h-2.251v4.75h2.251V15a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75H15a.75.75 0 0 1-.75-.75V17h-3.001a.75.75 0 0 1-.75-.75v-5.5H8.25v1.75a.75.75 0 0 1-.75.75h-5a.75.75 0 0 1-.75-.75v-5a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 .75.75v1.75h2.249v-5.5a.75.75 0 0 1 .75-.75h3.001v-.5a.75.75 0 0 1 .75-.75zm-1.75 15h1v-1h-1zm-12.5-5h3.5v-3.5h-3.5zm12.5-1.25h1v-1h-1zm0-6.25h1v-1h-1z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'HierarchyTree20',
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 HierarchyTree20 from './HierarchyTree20.vue';
2
+ export { HierarchyTree20 };
@@ -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="M21 2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1v-.5h-2.501V11H17v-.5a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1V13h-2.501v5.5H17V18a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1v-.5h-3.501a1 1 0 0 1-1-1V13H10v2a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v2h2.499V4.5a1 1 0 0 1 1-1H17V3a1 1 0 0 1 1-1zm-2 18h1v-1h-1zM4 14h4v-4H4zm15-1.5h1v-1h-1zM19 5h1V4h-1z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'HierarchyTree24',
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 HierarchyTree24 from './HierarchyTree24.vue';
2
+ export { HierarchyTree24 };
@@ -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="M28 3a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1V7h-4.001v8H23v-1a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-1h-4v8h4v-1a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-1h-5a1 1 0 0 1-1-1v-9h-4v3a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3h3.999V6a1 1 0 0 1 1-1H23V4a1 1 0 0 1 1-1zm-3 24h2v-2h-2zM5 19h6v-6H5zm20-2h2v-2h-2zm0-10h2V5h-2z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'HierarchyTree32',
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 HierarchyTree32 from './HierarchyTree32.vue';
2
+ export { HierarchyTree32 };
@@ -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="M42 4.5A1.5 1.5 0 0 1 43.5 6v6a1.5 1.5 0 0 1-1.5 1.5h-6a1.5 1.5 0 0 1-1.5-1.5v-1.5h-6.002v12H34.5V21a1.5 1.5 0 0 1 1.5-1.5h6a1.5 1.5 0 0 1 1.5 1.5v6a1.5 1.5 0 0 1-1.5 1.5h-6a1.5 1.5 0 0 1-1.5-1.5v-1.5h-6.001v12H34.5V36a1.5 1.5 0 0 1 1.5-1.5h6a1.5 1.5 0 0 1 1.5 1.5v6a1.5 1.5 0 0 1-1.5 1.5h-6a1.5 1.5 0 0 1-1.5-1.5v-1.5h-7.501a1.5 1.5 0 0 1-1.5-1.5V25.5H19.5V30a1.5 1.5 0 0 1-1.5 1.5H6A1.5 1.5 0 0 1 4.5 30V18A1.5 1.5 0 0 1 6 16.5h12a1.5 1.5 0 0 1 1.5 1.5v4.5h5.998V9a1.5 1.5 0 0 1 1.5-1.5H34.5V6A1.5 1.5 0 0 1 36 4.5zm-4.5 36h3v-3h-3zm-30-12h9v-9h-9zm30-3h3v-3h-3zm0-15h3v-3h-3z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'HierarchyTree48',
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 HierarchyTree48 from './HierarchyTree48.vue';
2
+ export { HierarchyTree48 };
@@ -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="M56 6.5A1.5 1.5 0 0 1 57.5 8v8a1.5 1.5 0 0 1-1.5 1.5h-8a1.5 1.5 0 0 1-1.5-1.5v-2.5h-9.003v17H46.5V28a1.5 1.5 0 0 1 1.5-1.5h8a1.5 1.5 0 0 1 1.5 1.5v8a1.5 1.5 0 0 1-1.5 1.5h-8a1.5 1.5 0 0 1-1.5-1.5v-2.5h-9.002v17H46.5V48a1.5 1.5 0 0 1 1.5-1.5h8a1.5 1.5 0 0 1 1.5 1.5v8a1.5 1.5 0 0 1-1.5 1.5h-8a1.5 1.5 0 0 1-1.5-1.5v-2.5H35.998a1.5 1.5 0 0 1-1.5-1.5V33.5H25.5V40a1.5 1.5 0 0 1-1.5 1.5H8A1.5 1.5 0 0 1 6.5 40V24A1.5 1.5 0 0 1 8 22.5h16a1.5 1.5 0 0 1 1.5 1.5v6.5h8.997V12a1.5 1.5 0 0 1 1.5-1.5H46.5V8A1.5 1.5 0 0 1 48 6.5zm-6.5 48h5v-5h-5zm-40-16h13v-13h-13zm40-4h5v-5h-5zm0-20h5v-5h-5z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'HierarchyTree64',
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 HierarchyTree64 from './HierarchyTree64.vue';
2
+ export { HierarchyTree64 };
@@ -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.166 1.75a.75.75 0 0 1 .75.75v4.167a.75.75 0 0 1-.75.75H10.75V9.25h3a.75.75 0 0 1 .75.75v2.583h1.334a.75.75 0 0 1 .75.75V17.5a.75.75 0 0 1-.75.75h-4.167a.75.75 0 0 1-.75-.75v-4.167l.004-.077a.75.75 0 0 1 .746-.673H13V10.75H7v1.833h1.334a.75.75 0 0 1 .75.75V17.5a.75.75 0 0 1-.75.75H4.167a.75.75 0 0 1-.75-.75v-4.167l.004-.077a.75.75 0 0 1 .746-.673H5.5V10a.75.75 0 0 1 .75-.75h3V7.417H5.833a.75.75 0 0 1-.75-.75V2.5a.75.75 0 0 1 .75-.75zm-9.249 15h2.667v-2.667H4.917zm7.5 0h2.667v-2.667h-2.667zM6.583 5.917h6.833V3.25H6.583z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'HierarchyTreeAlt20',
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 HierarchyTreeAlt20 from './HierarchyTreeAlt20.vue';
2
+ export { HierarchyTreeAlt20 };
@@ -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="M17 2a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-4v2h3.5a1 1 0 0 1 1 1v3H19a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-5a1 1 0 0 1 1-1h1.5v-2h-7v2H10a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-5a1 1 0 0 1 1-1h1.5v-3a1 1 0 0 1 1-1H11V9H7a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zM6 20h3v-3H6zm9 0h3v-3h-3zM8 7h8V4H8z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'HierarchyTreeAlt24',
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 HierarchyTreeAlt24 from './HierarchyTreeAlt24.vue';
2
+ export { HierarchyTreeAlt24 };
@@ -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.666 3a1 1 0 0 1 1 1v6.667a1 1 0 0 1-1 1H17V15h5a1 1 0 0 1 1 1v4.333h2.334a1 1 0 0 1 1 1V28a1 1 0 0 1-1 1h-6.667a1 1 0 0 1-1-1v-6.667a1 1 0 0 1 1-1H21V17H11v3.333h2.334a1 1 0 0 1 1 1V28a1 1 0 0 1-1 1H6.667a1 1 0 0 1-1-1v-6.667a1 1 0 0 1 1-1H9V16a1 1 0 0 1 1-1h5v-3.333H9.333a1 1 0 0 1-1-1V4l.005-.103A1 1 0 0 1 9.333 3zM7.667 27h4.667v-4.667H7.667zm12 0h4.667v-4.667h-4.667zM10.333 9.667h11.333V5H10.333z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'HierarchyTreeAlt32',
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 HierarchyTreeAlt32 from './HierarchyTreeAlt32.vue';
2
+ export { HierarchyTreeAlt32 };
@@ -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="M34 4.5A1.5 1.5 0 0 1 35.5 6v10a1.5 1.5 0 0 1-1.5 1.5h-8.5v5H33a1.5 1.5 0 0 1 1.5 1.5v6.5H38a1.5 1.5 0 0 1 1.5 1.5v10a1.5 1.5 0 0 1-1.5 1.5H28a1.5 1.5 0 0 1-1.5-1.5V32a1.5 1.5 0 0 1 1.5-1.5h3.5v-5h-15v5H20a1.5 1.5 0 0 1 1.5 1.5v10a1.5 1.5 0 0 1-1.5 1.5H10A1.5 1.5 0 0 1 8.5 42V32a1.5 1.5 0 0 1 1.5-1.5h3.5V24a1.5 1.5 0 0 1 1.5-1.5h7.5v-5H14a1.5 1.5 0 0 1-1.5-1.5V6A1.5 1.5 0 0 1 14 4.5zm-22.5 36h7v-7h-7zm18 0h7v-7h-7zm-14-26h17v-7h-17z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'HierarchyTreeAlt48',
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 HierarchyTreeAlt48 from './HierarchyTreeAlt48.vue';
2
+ export { HierarchyTreeAlt48 };
@@ -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.334 6.5a1.5 1.5 0 0 1 1.5 1.5v13.333a1.5 1.5 0 0 1-1.5 1.5H33.5V30.5H44a1.5 1.5 0 0 1 1.5 1.5v9.167h5.166a1.5 1.5 0 0 1 1.5 1.5V56a1.5 1.5 0 0 1-1.5 1.5H37.333a1.5 1.5 0 0 1-1.5-1.5V42.667a1.5 1.5 0 0 1 1.5-1.5H42.5V33.5h-21v7.667h5.166a1.5 1.5 0 0 1 1.5 1.5V56a1.5 1.5 0 0 1-1.5 1.5H13.333a1.5 1.5 0 0 1-1.5-1.5V42.667a1.5 1.5 0 0 1 1.5-1.5H18.5V32a1.5 1.5 0 0 1 1.5-1.5h10.5v-7.667H18.667a1.5 1.5 0 0 1-1.5-1.5V8a1.5 1.5 0 0 1 1.5-1.5zm-30.501 48h10.333V44.167H14.833zm24 0h10.333V44.167H38.833zM20.167 19.833h23.667V9.5H20.167z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'HierarchyTreeAlt64',
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 HierarchyTreeAlt64 from './HierarchyTreeAlt64.vue';
2
+ export { HierarchyTreeAlt64 };
@@ -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="M5.303 7.803a.75.75 0 0 1 1.06 1.06l-1.25 1.25a3.375 3.375 0 0 0 4.773 4.773l1.25-1.25a.75.75 0 0 1 1.06 1.06l-1.25 1.25a4.874 4.874 0 1 1-6.893-6.893zm3.75-3.75a4.874 4.874 0 1 1 6.894 6.894l-1.25 1.25a.75.75 0 1 1-1.06-1.06l1.25-1.25a3.375 3.375 0 0 0-4.773-4.773l-1.25 1.25a.75.75 0 0 1-1.06-1.06zm1.25 4.583a.75.75 0 0 1 1.06 1.06l-1.666 1.668a.75.75 0 0 1-1.06-1.06z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'Link20',
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 Link20 from './Link20.vue';
2
+ export { Link20 };
@@ -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="M6.293 9.293a1 1 0 0 1 1.414 1.414l-1.5 1.5a3.95 3.95 0 0 0 5.586 5.586l1.5-1.5a1 1 0 0 1 1.414 1.414l-1.5 1.5a5.95 5.95 0 1 1-8.414-8.414zm4.5-4.5a5.95 5.95 0 0 1 8.414 8.414l-1.5 1.5a1 1 0 1 1-1.414-1.414l1.5-1.5a3.95 3.95 0 1 0-5.586-5.586l-1.5 1.5a1 1 0 1 1-1.414-1.414zm1.5 5.5a1 1 0 0 1 1.414 1.414l-2 2a1 1 0 1 1-1.414-1.414z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'Link24',
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 Link24 from './Link24.vue';
2
+ export { Link24 };
@@ -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="M8.626 12.627a1 1 0 0 1 1.415 1.414l-2 2a5.6 5.6 0 0 0 7.918 7.918l2-2a1 1 0 1 1 1.415 1.415l-2 2A7.6 7.6 0 1 1 6.626 14.627zm6-6a7.6 7.6 0 1 1 10.748 10.747l-2 2a1 1 0 1 1-1.415-1.415l2-2a5.6 5.6 0 0 0-7.918-7.918l-2 2a1 1 0 0 1-1.415-1.415zm2 7.333a1 1 0 0 1 1.415 1.414l-2.668 2.667a1 1 0 0 1-1.413-1.415z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'Link32',
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 Link32 from './Link32.vue';
2
+ export { Link32 };
@@ -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="M12.939 18.939a1.5 1.5 0 0 1 2.121 2.121l-3 3a8.4 8.4 0 0 0 11.879 11.88l3-3a1.5 1.5 0 0 1 2.121 2.121l-3 3c-4.452 4.452-11.67 4.452-16.121 0s-4.452-11.67 0-16.121l3-3Zm9-9c4.452-4.452 11.67-4.451 16.121 0 4.452 4.452 4.452 11.67 0 16.121l-3 3a1.5 1.5 0 1 1-2.121-2.121l3-3A8.4 8.4 0 0 0 24.06 12.06l-3 3a1.5 1.5 0 1 1-2.121-2.121zm3 11a1.5 1.5 0 0 1 2.121 2.121l-4 4a1.5 1.5 0 1 1-2.121-2.121z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'Link48',
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 Link48 from './Link48.vue';
2
+ export { Link48 };
@@ -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="M17.606 25.606a1.5 1.5 0 0 1 2.121 2.121l-4 4c-4.569 4.569-4.569 11.977 0 16.546s11.977 4.569 16.546 0l4-4a1.5 1.5 0 1 1 2.121 2.121l-4 4c-5.74 5.74-15.047 5.74-20.788 0s-5.74-15.048 0-20.788zm12-12c5.74-5.74 15.048-5.74 20.788 0s5.74 15.048 0 20.788l-4 4a1.5 1.5 0 0 1-2.121-2.121l4-4c4.569-4.569 4.569-11.977 0-16.546s-11.977-4.569-16.546 0l-4 4a1.5 1.5 0 0 1-2.121-2.121zm4 14.667a1.5 1.5 0 0 1 2.121 2.121l-5.333 5.333a1.5 1.5 0 0 1-2.121-2.121z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'Link64',
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 Link64 from './Link64.vue';
2
+ export { Link64 };
@@ -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.384 3.417a.95.95 0 0 1 .949.95v7.597l.054-.016a2.213 2.213 0 0 1 2.863 2.115c0 .86-.5 1.659-1.32 2-.852.354-2.247.897-3.794 1.352-1.537.452-3.277.835-4.803.835-2.018 0-3.595-.561-4.672-1.128a9 9 0 0 1-.411-.23v.191a.75.75 0 0 1-1.5 0v-7.5a.75.75 0 0 1 1.5 0v.784c.12.05.272.108.46.166q.233.072.54.142V4.367a.95.95 0 0 1 .95-.95zM3.25 15.071q.042.036.092.077c.224.172.566.408 1.017.646.903.475 2.242.956 3.974.956 1.313 0 2.89-.335 4.38-.773a37 37 0 0 0 3.643-1.3.655.655 0 0 0 .394-.614.714.714 0 0 0-.923-.681l-3.43 1.056a2.2 2.2 0 0 1-1.772.895H8.333a.75.75 0 0 1 0-1.5h2.292a.708.708 0 0 0 0-1.417H6.667c-1.53 0-2.648-.218-3.398-.45q-.01-.002-.019-.006zm2.5-4.186q.424.03.917.031h3.958c1.09 0 1.992.79 2.173 1.83l1.035-.32V4.917H12v2.167a.75.75 0 0 1-.75.75H8.333a.75.75 0 0 1-.75-.75V4.917H5.75zm3.333-4.551H10.5V4.917H9.083z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'ParcelHandover20',
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 ParcelHandover20 from './ParcelHandover20.vue';
2
+ export { ParcelHandover20 };
@@ -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="M17.423 4.006A1.2 1.2 0 0 1 18.5 5.2v9.025c1.75-.493 3.5.821 3.5 2.652 0 1.07-.622 2.066-1.645 2.491a46 46 0 0 1-4.563 1.627C13.945 21.54 11.846 22 10 22c-2.44 0-4.35-.68-5.653-1.365q-.182-.097-.347-.194v.059a1 1 0 1 1-2 0v-9a1 1 0 1 1 2 0v.875q.196.08.481.169.23.07.519.139V5.2A1.2 1.2 0 0 1 6.2 4h11.1zM4 18.039q.034.029.07.059c.266.204.672.485 1.208.767C6.35 19.43 7.941 20 10 20c1.56 0 3.443-.399 5.227-.924a45 45 0 0 0 4.36-1.555.685.685 0 0 0 .413-.644.756.756 0 0 0-.977-.723l-4.086 1.257A2.74 2.74 0 0 1 12.75 18.5H10a1 1 0 1 1 0-2h2.75a.75.75 0 0 0 0-1.5H8c-1.776 0-3.092-.246-4-.514zm3-5.072q.465.032 1 .033h4.75a2.75 2.75 0 0 1 2.687 2.165l1.063-.327V6h-2v2.5a1 1 0 0 1-1 1H10a1 1 0 0 1-1-1V6H7zM11 7.5h1.5V6H11z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'ParcelHandover24',
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 ParcelHandover24 from './ParcelHandover24.vue';
2
+ export { ParcelHandover24 };
@@ -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="M23.134 5.667a1.2 1.2 0 0 1 1.199 1.2v12.548l.344-.105c2.148-.661 4.323.945 4.323 3.192 0 1.298-.755 2.502-1.988 3.015a62 62 0 0 1-6.051 2.156C18.509 28.395 15.747 29 13.333 29c-3.19 0-5.683-.888-7.382-1.782A14 14 0 0 1 5 26.667v.666a1 1 0 1 1-2 0v-12a1 1 0 0 1 2 0v1.39c.213.093.504.206.877.32q.47.148 1.123.282V6.867a1.2 1.2 0 0 1 1.2-1.2zM5 24.215q.098.08.225.18c.367.282.924.667 1.658 1.053C8.35 26.22 10.524 27 13.333 27c2.129 0 4.674-.542 7.063-1.245a60 60 0 0 0 5.85-2.086c.452-.188.754-.64.754-1.167a1.34 1.34 0 0 0-1.734-1.281l-5.547 1.705A3.33 3.33 0 0 1 17 24.333h-3.667a1 1 0 0 1 0-2H17a1.333 1.333 0 0 0 0-2.667h-6.333c-2.43 0-4.197-.347-5.378-.71q-.15-.049-.289-.096zM9 17.6c.508.04 1.063.065 1.667.065H17a3.334 3.334 0 0 1 3.314 2.985l2.019-.62V7.666H19v3.667a1 1 0 0 1-1 1h-4.667a1 1 0 0 1-1-1V7.667H9zm5.333-7.267H17V7.667h-2.667z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'ParcelHandover32',
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 ParcelHandover32 from './ParcelHandover32.vue';
2
+ export { ParcelHandover32 };
@@ -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="M34.8 8.5a1.7 1.7 0 0 1 1.701 1.7v18.922l.515-.158c3.222-.991 6.484 1.418 6.484 4.789 0 1.947-1.132 3.754-2.981 4.522-2.04.848-5.376 2.146-9.077 3.235C27.764 42.592 23.621 43.5 20 43.5c-4.786 0-8.524-1.331-11.073-2.673a22 22 0 0 1-1.427-.823V41a1.5 1.5 0 0 1-3 0V23a1.5 1.5 0 0 1 3 0v2.084c.32.14.756.31 1.316.482a18 18 0 0 0 1.685.422V10.2a1.7 1.7 0 0 1 1.7-1.7h22.6ZM7.5 36.323q.145.12.337.269a17.4 17.4 0 0 0 2.486 1.58C12.524 39.333 15.786 40.5 20 40.5c3.193 0 7.011-.813 10.595-1.868 3.561-1.048 6.79-2.304 8.772-3.127.68-.282 1.133-.96 1.133-1.752 0-1.353-1.31-2.32-2.602-1.922l-8.32 2.56A4.99 4.99 0 0 1 25.5 36.5H20a1.5 1.5 0 0 1 0-3h5.5a2 2 0 1 0 0-4H16c-3.645 0-6.294-.521-8.066-1.066q-.228-.072-.434-.143zm6.001-9.92c.762.06 1.594.097 2.499.097h9.5a5 5 0 0 1 4.973 4.477l3.028-.932V11.5H28.5V17a1.5 1.5 0 0 1-1.5 1.5h-7a1.5 1.5 0 0 1-1.5-1.5v-5.5h-4.999zM21.5 15.5h4v-4h-4z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'ParcelHandover48',
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 ParcelHandover48 from './ParcelHandover48.vue';
2
+ export { ParcelHandover48 };