@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 64 64" width="64" height="64"><path d="M46.468 11.833c.938 0 1.7.762 1.7 1.7v25.974l1.333-.41c3.975-1.223 7.999 1.75 7.999 5.908 0 2.404-1.396 4.624-3.667 5.567-2.71 1.126-7.14 2.85-12.052 4.295-4.889 1.439-10.357 2.633-15.114 2.633-6.286 0-11.192-1.748-14.532-3.506A28 28 0 0 1 9.5 52.418v2.249a1.5 1.5 0 0 1-3 0v-24a1.5 1.5 0 0 1 3 0v3.1c.458.216 1.154.506 2.107.8.785.24 1.747.484 2.894.694V13.533a1.7 1.7 0 0 1 1.7-1.7zM9.5 48.663c.168.143.382.322.644.524.754.58 1.89 1.365 3.388 2.153 2.993 1.575 7.422 3.16 13.135 3.16 4.329 0 9.474-1.1 14.268-2.51 4.771-1.405 9.094-3.086 11.747-4.188 1.1-.458 1.818-1.55 1.818-2.797a3.18 3.18 0 0 0-4.116-3.04l-11.259 3.463A6.16 6.16 0 0 1 34 48.167h-7.333a1.5 1.5 0 0 1 0-3H34a3.167 3.167 0 0 0 0-6.333H21.333c-4.811 0-8.294-.689-10.607-1.4-.455-.14-.862-.285-1.226-.421zm8.001-12.997c1.152.105 2.427.168 3.832.168H34a6.166 6.166 0 0 1 6.166 6.135l5.002-1.54V14.834H37.5v7.833a1.5 1.5 0 0 1-1.5 1.5h-9.333a1.5 1.5 0 0 1-1.5-1.5v-7.833h-7.666v20.833Zm10.666-14.5H34.5v-6.333h-6.333z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'ParcelHandover64',
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 ParcelHandover64 from './ParcelHandover64.vue';
2
+ export { ParcelHandover64 };
@@ -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.354 4.735a4.5 4.5 0 0 1 6.364 6.363l-.884.884a.74.74 0 0 1-.441.211 1.99 1.99 0 0 1-1.639 1.246 1.99 1.99 0 0 1-1.768 1.767 2 2 0 0 1-.57 1.196 2 2 0 0 1-2.83 0l-5.304-5.304a4.5 4.5 0 0 1 6.365-6.363L10 5.09zm-1.768 1.06a3 3 0 1 0-4.242 4.243l5.008 5.009.295.294a.5.5 0 0 0 .707-.707l-.294-.294a.75.75 0 0 1-.178-.29.75.75 0 0 1 .177-.772.75.75 0 0 1 .78-.174.74.74 0 0 1 .28.174l.295.295a.5.5 0 0 0 .707-.707l-.295-.295a.75.75 0 0 1 1.062-1.06l.295.294a.5.5 0 0 0 .706-.707l-.294-.294-1.532-1.532-1.09 1.09A2.209 2.209 0 0 1 7.85 7.24l1.09-1.09-.354-.353Zm7.071 0a3 3 0 0 0-4.242 0L8.91 8.3a.71.71 0 0 0 1.002 1.002l1.62-1.62a.75.75 0 0 1 1.062 0l2.71 2.71.353-.354a3 3 0 0 0 0-4.242Z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'Partnership20',
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 Partnership20 from './Partnership20.vue';
2
+ export { Partnership20 };
@@ -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.355 5.611a5.5 5.5 0 1 1 7.777 7.778l-1.06 1.06a1 1 0 0 1-.533.277 2.49 2.49 0 0 1-1.945 1.489 2.485 2.485 0 0 1-2.121 2.12 2.5 2.5 0 0 1-4.24 1.417l-.354-.353-6.01-6.01a5.5 5.5 0 0 1 7.778-7.778l.353.354zm-2.123 1.414a3.5 3.5 0 1 0-4.949 4.95l6.364 6.364a.5.5 0 1 0 .707-.707L12 17.278a1.004 1.004 0 0 1 0-1.415 1 1 0 0 1 1.414 0l.354.354a.5.5 0 1 0 .707-.707l-.354-.354a1 1 0 0 1-.252-.422 1 1 0 0 1 .252-.992.997.997 0 0 1 1.414 0l.354.353a.5.5 0 0 0 .707-.707l-.354-.353-.004-.005-1.762-1.763-1.238 1.239a2.75 2.75 0 0 1-3.89-3.89l1.238-1.237zm8.486 0a3.5 3.5 0 0 0-4.95 0l-3.005 3.005a.75.75 0 0 0 1.06 1.06l1.946-1.944a1 1 0 0 1 1.414 0l3.181 3.183.354-.355a3.5 3.5 0 0 0 0-4.949"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'Partnership24',
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 Partnership24 from './Partnership24.vue';
2
+ export { Partnership24 };
@@ -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.708 7.717a7 7 0 0 1 9.9 9.899l-1.415 1.415a1 1 0 0 1-.71.291 2.98 2.98 0 0 1-2.663 1.993 2.985 2.985 0 0 1-2.828 2.828 2.99 2.99 0 0 1-.87 1.96 3 3 0 0 1-4.243 0l-8.485-8.486a7.001 7.001 0 0 1 9.899-9.9l.707.707zM13.88 9.132a5 5 0 0 0-7.071 7.07l8.486 8.486a1 1 0 0 0 1.414-1.415l-.472-.471a1 1 0 0 1-.263-.472.998.998 0 0 1 1.678-.943l.471.471a1 1 0 0 0 1.42-1.408l-.479-.478a1 1 0 0 1-.291-.707.997.997 0 0 1 1.53-.846q.094.058.177.14l.471.471a1 1 0 0 0 1.414-1.414l-3.063-3.063-1.886 1.885a3.335 3.335 0 0 1-4.715-4.714l1.886-1.886zm11.314-.001a5 5 0 0 0-7.07 0l-4.008 4.007a1.333 1.333 0 0 0 1.886 1.886l2.593-2.593a1 1 0 0 1 1.414 0l4.478 4.478.707-.707a5 5 0 0 0 0-7.071"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'Partnership32',
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 Partnership32 from './Partnership32.vue';
2
+ export { Partnership32 };
@@ -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="M25.062 11.575c4.1-4.1 10.749-4.1 14.85 0s4.1 10.749 0 14.85l-2.122 2.12a1.5 1.5 0 0 1-1.062.44 4.5 4.5 0 0 1-1.06 1.682 4.48 4.48 0 0 1-2.934 1.31 4.48 4.48 0 0 1-1.31 2.932 4.48 4.48 0 0 1-2.932 1.31 4.5 4.5 0 0 1-7.674 2.935l-.707-.708-12.02-12.021c-4.1-4.1-4.1-10.749 0-14.85s10.749-4.1 14.85 0l1.06 1.06 1.06-1.06Zm-4.244 2.122a7.5 7.5 0 1 0-10.606 10.607l12.02 12.02.709.707a1.5 1.5 0 1 0 2.12-2.121l-.706-.707a1.5 1.5 0 0 1-.268-.363q-.012-.026-.023-.05a1.5 1.5 0 0 1 .29-1.71 1.5 1.5 0 0 1 2.12 0l.709.707a1.5 1.5 0 0 0 2.131-2.108l-.718-.72a1.5 1.5 0 0 1-.412-.774 1.5 1.5 0 0 1 .358-1.288l.054-.06.053-.05a1.5 1.5 0 0 1 2.069.05l.707.708a1.5 1.5 0 0 0 2.121-2.121l-.712-.712-3.883-3.884-2.829 2.829a5 5 0 0 1-7.071-7.071l2.828-2.83zm16.972 0a7.5 7.5 0 0 0-10.607 0l-6.01 6.01A2 2 0 0 0 24 22.536l3.889-3.89a1.5 1.5 0 0 1 2.122 0l6.717 6.718 1.061-1.06a7.5 7.5 0 0 0 0-10.607Z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'Partnership48',
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 Partnership48 from './Partnership48.vue';
2
+ export { Partnership48 };
@@ -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="M33.77 15.787c5.272-5.272 13.82-5.272 19.091 0 5.273 5.272 5.273 13.82 0 19.093l-2.829 2.828a1.5 1.5 0 0 1-1.416.394 5.5 5.5 0 0 1-1.414 2.433 5.48 5.48 0 0 1-4.05 1.607 5.48 5.48 0 0 1-1.606 4.05 5.49 5.49 0 0 1-4.05 1.607 5.5 5.5 0 0 1-9.385 4.05l-16.97-16.97c-5.271-5.271-5.271-13.82 0-19.091 5.273-5.272 13.82-5.272 19.093 0L32 17.555l1.769-1.768Zm-5.659 2.122c-4.1-4.1-10.748-4.1-14.848 0s-4.1 10.749 0 14.85l16.97 16.97a2.5 2.5 0 0 0 3.536-3.536l-.943-.942a1.5 1.5 0 1 1 2.12-2.124l.943.943.19.172a2.5 2.5 0 0 0 3.345-3.707l-.943-.942a1.495 1.495 0 0 1-.053-2.063l.053-.06.054-.05a1.5 1.5 0 0 1 1.007-.389c.384 0 .768.146 1.062.44l.942.942.012.013.177.16a2.5 2.5 0 0 0 3.346-3.708l-6.48-6.48-4.124 4.123a6.167 6.167 0 1 1-8.721-8.72l4.123-4.124zm22.628 0c-4.1-4.1-10.748-4.1-14.848 0l-8.014 8.014a3.167 3.167 0 0 0 4.478 4.477l5.185-5.184a1.5 1.5 0 0 1 2.121 0l9.31 9.31 1.768-1.768c4.1-4.1 4.1-10.749 0-14.85Z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'Partnership64',
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 Partnership64 from './Partnership64.vue';
2
+ export { Partnership64 };
@@ -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.042 3.616a.75.75 0 0 1 .813.681l.726 8.302a.75.75 0 0 1-.331.683V15a.75.75 0 0 1-.75.75h-15a.75.75 0 0 1-.75-.75V9.584h.004l-.337-3.848-.002-.077a.75.75 0 0 1 .684-.735zM8.307 14.25h8.443v-.738zm-4.734-1.09 13.448-1.177-.595-6.807L2.977 6.352zm5.175-3.966a.5.5 0 0 1 .541.454l.146 1.66a.5.5 0 0 1-.455.543l-4.151.363a.5.5 0 0 1-.542-.455l-.145-1.66a.5.5 0 0 1 .454-.542zm2.697-.236c.39-.034.696.157.901.358a2.6 2.6 0 0 1 .47.68 2 2 0 0 1 .145-.125 1.2 1.2 0 0 1 .632-.265c.26-.023.493.06.668.151.178.093.335.217.46.328.092.083.173.167.239.239l.574-.05h.1a.5.5 0 0 1 .086.976l-.1.02-.83.072a.5.5 0 0 1-.443-.197v-.001l-.002-.002-.014-.018a2.6 2.6 0 0 0-.278-.294 1.3 1.3 0 0 0-.256-.186c-.08-.043-.117-.042-.117-.042a.3.3 0 0 0-.108.062c-.07.054-.146.133-.22.227a2.6 2.6 0 0 0-.222.338l-.01.02-.003.002a.5.5 0 0 1-.905-.03l-.025-.072-.003-.011-.013-.044a4.4 4.4 0 0 0-.252-.655 1.6 1.6 0 0 0-.273-.41.4.4 0 0 0-.094-.07c-.013-.006-.018-.005-.02-.005 0 0-.006 0-.02.008a.4.4 0 0 0-.078.086 1.6 1.6 0 0 0-.199.45 4 4 0 0 0-.135.69l-.005.045v.012a.5.5 0 0 1-.997-.075v-.003l.001-.024a5 5 0 0 1 .034-.275c.026-.173.07-.41.143-.654a2.6 2.6 0 0 1 .343-.747c.167-.233.436-.475.826-.51ZM5.24 11.173l3.155-.276-.058-.665-3.155.277zm6.65-5.036a.499.499 0 0 1 .78.622l2.537-.222a.5.5 0 0 1 .087.996l-3.53.309-.624.743a.498.498 0 0 1-.78-.62l-1.917.167-.624.744a.499.499 0 0 1-.78-.62l-2.537.221a.5.5 0 0 1-.087-.996l3.528-.309.625-.745a.498.498 0 0 1 .78.622l1.917-.167z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'PaymentCheck20',
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 PaymentCheck20 from './PaymentCheck20.vue';
2
+ export { PaymentCheck20 };
@@ -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="M20.442 4.239a1 1 0 0 1 1.084.909l.871 9.962a1 1 0 0 1-.398.885L22 18a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-6.5h.005l-.403-4.61a1 1 0 0 1 .909-1.083L20.442 4.24Zm-8.178 12.76H20v-.676L12.264 17Zm-7.885-1.317 15.939-1.394-.698-7.97L3.681 7.713zm6.126-4.551a.5.5 0 0 1 .542.454l.174 1.993a.5.5 0 0 1-.454.541l-4.981.436a.5.5 0 0 1-.542-.454l-.174-1.993a.5.5 0 0 1 .454-.541zm3.238-.283c.429-.038.768.171 1.002.401.233.228.411.522.543.785q.032.066.061.132.121-.13.266-.242c.18-.138.42-.273.705-.298.287-.025.546.066.747.17.203.107.386.249.53.379.126.112.232.224.314.316l.738-.065a.5.5 0 0 1 .087.996l-.996.087a.5.5 0 0 1-.443-.197l-.003-.005-.019-.023a3 3 0 0 0-.345-.365 1.7 1.7 0 0 0-.327-.237c-.108-.056-.17-.062-.195-.06s-.086.02-.182.094a1.7 1.7 0 0 0-.282.29 3 3 0 0 0-.276.419l-.014.026-.003.006v-.001a.5.5 0 0 1-.904-.03l-.025-.073-.001-.002-.003-.013a8 8 0 0 0-.079-.255 5 5 0 0 0-.246-.602 2 2 0 0 0-.348-.518c-.118-.115-.185-.122-.215-.12s-.095.021-.191.156a2 2 0 0 0-.252.57 5 5 0 0 0-.166.845l-.005.056-.001.013-.001.002a.5.5 0 1 1-.997-.076v-.01l.002-.02.008-.072a6 6 0 0 1 .2-1.023c.084-.281.209-.602.398-.867.19-.267.489-.532.918-.57Zm-7.546 2.667 3.984-.348-.087-.996-3.985.348zm8.147-6.086a.5.5 0 0 1 .766.642l-.134.16 3.28-.288a.5.5 0 0 1 .088.996l-4.277.374-.776.925a.5.5 0 1 1-.765-.643l.133-.158-2.576.225-.776.925a.5.5 0 1 1-.766-.643l.133-.159-3.28.287a.5.5 0 1 1-.088-.996l4.277-.374.776-.925a.5.5 0 1 1 .766.643l-.133.159 2.576-.226z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'PaymentCheck24',
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 PaymentCheck24 from './PaymentCheck24.vue';
2
+ export { PaymentCheck24 };
@@ -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="M27.286 5.984a1 1 0 0 1 1.083.909l1.162 13.282a1 1 0 0 1-.532.972L29 24.001a1 1 0 0 1-1 1H4A1 1 0 0 1 3 24v-8.667h.008l-.54-6.174a1 1 0 0 1 .909-1.083zM8.71 23H27v-1.6zm-3.175-1.73 21.916-1.918-.987-11.29L4.547 9.981l.988 11.29Zm8.486-6.264a.5.5 0 0 1 .542.455l.233 2.657a.5.5 0 0 1-.455.541L7.7 19.24a.5.5 0 0 1-.542-.454l-.233-2.657a.5.5 0 0 1 .455-.542zm4.318-.378c.505-.043.913.202 1.205.489.292.286.52.659.69 1.001q.104.209.184.408a3.3 3.3 0 0 1 .504-.497c.225-.174.515-.334.854-.363.338-.03.651.077.903.209.255.133.486.313.673.481.19.17.35.34.46.468l.002.003 1.066-.094.101.001a.501.501 0 0 1 .086.976l-.1.02-1.327.116a.5.5 0 0 1-.444-.198l-.006-.008-.026-.033a4.4 4.4 0 0 0-.479-.506 2.4 2.4 0 0 0-.47-.34c-.159-.083-.275-.106-.352-.099s-.188.05-.33.16a2.4 2.4 0 0 0-.404.415 4.4 4.4 0 0 0-.384.582l-.02.037-.004.008h-.001a.5.5 0 0 1-.904-.03l-.027-.076-.004-.018a6 6 0 0 0-.108-.35 7 7 0 0 0-.337-.825c-.15-.298-.318-.56-.496-.735-.176-.173-.312-.214-.418-.205s-.232.074-.376.275c-.145.203-.266.49-.361.81a6.6 6.6 0 0 0-.226 1.156l-.008.078-.002.018v.004a.5.5 0 0 1-.997-.075v-.004l.001-.008q0-.009.002-.027l.009-.094a8 8 0 0 1 .263-1.333c.109-.367.268-.774.505-1.106.238-.334.598-.646 1.103-.69ZM8.11 18.201l5.646-.493-.145-1.661-5.646.494zm11.143-8.19a.5.5 0 0 1 .765.643l-.436.521 4.774-.418a.5.5 0 0 1 .088.996l-5.771.505-1.079 1.286a.5.5 0 0 1-.766-.643l.436-.52-3.904.342-1.079 1.285a.5.5 0 0 1-.766-.642l.436-.52-4.774.418a.5.5 0 0 1-.088-.996l5.771-.505 1.08-1.287a.5.5 0 0 1 .766.643l-.437.52 3.904-.34 1.08-1.287Z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'PaymentCheck32',
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 PaymentCheck32 from './PaymentCheck32.vue';
2
+ export { PaymentCheck32 };
@@ -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="M40.928 8.975a1.5 1.5 0 0 1 1.625 1.364l1.743 19.923a1.5 1.5 0 0 1-.796 1.46V36a1.5 1.5 0 0 1-1.5 1.5H6A1.5 1.5 0 0 1 4.5 36V23h.012l-.81-9.262a1.5 1.5 0 0 1 1.363-1.625zM13.07 34.5H40.5v-2.4zm-4.766-2.594 32.874-2.876-1.482-16.936-32.874 2.877zm12.707-9.644a1 1 0 0 1 1.084.909l.348 3.984a1 1 0 0 1-.909 1.084l-9.962.871a1 1 0 0 1-1.083-.909l-.348-3.985a1 1 0 0 1 .909-1.083l9.962-.871Zm6.476-.567c.857-.075 1.537.343 2.005.803.465.457.822 1.044 1.084 1.57q.065.131.124.263c.16-.169.338-.334.532-.483.358-.276.837-.546 1.41-.596s1.092.132 1.492.341c.408.214.771.496 1.062.757.25.223.462.449.626.631l1.477-.13.103-.003a1 1 0 0 1 .173 1.982l-.102.014-1.992.174a1 1 0 0 1-.802-.297l-.083-.096-.008-.01a5 5 0 0 0-.189-.228 6 6 0 0 0-.538-.548 3.4 3.4 0 0 0-.654-.474c-.215-.113-.34-.125-.39-.121s-.172.038-.365.187c-.186.144-.38.348-.562.58a6.4 6.4 0 0 0-.58.89l-.006.012a1 1 0 0 1-1.86-.207v-.004l-.008-.026-.03-.108a9.6 9.6 0 0 0-.619-1.606c-.218-.437-.457-.801-.695-1.036-.236-.231-.371-.244-.431-.239s-.19.041-.383.31c-.194.273-.366.673-.505 1.14a9.6 9.6 0 0 0-.33 1.69q-.009.075-.011.112l-.003.026v.005a1 1 0 0 1-1.994-.152l.985.075-.985-.076v-.006l.005-.053.015-.145a12 12 0 0 1 .401-2.045c.167-.563.416-1.204.795-1.734.382-.534.978-1.064 1.836-1.139m-15.093 5.336 7.97-.697-.174-1.993-7.97.697zm16.294-12.174a1 1 0 0 1 1.532 1.286l-.266.317 6.56-.574a1 1 0 0 1 .175 1.992l-8.553.749-1.552 1.85a1 1 0 1 1-1.532-1.286l.267-.318-5.153.451-1.552 1.85a1 1 0 1 1-1.531-1.286l.266-.318-6.56.575a1 1 0 0 1-.175-1.993l8.553-.748 1.552-1.85a1 1 0 0 1 1.532 1.286l-.267.317 5.153-.45z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'PaymentCheck48',
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 PaymentCheck48 from './PaymentCheck48.vue';
2
+ export { PaymentCheck48 };
@@ -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="M54.615 12.465a1.5 1.5 0 0 1 1.625 1.364l2.324 26.566a1.5 1.5 0 0 1-1.065 1.566L57.5 48a1.5 1.5 0 0 1-1.5 1.5H8A1.5 1.5 0 0 1 6.5 48V30.667l.018-.001-1.084-12.392a1.5 1.5 0 0 1 1.363-1.625zM9.5 46.193v.307h45v-4.244zm1.116-3.11 44.828-3.921-2.062-23.577-44.829 3.922 2.063 23.577Zm17.427-13.069a1 1 0 0 1 1.083.91l.465 5.312a1 1 0 0 1-.909 1.083L15.4 38.481a1 1 0 0 1-1.084-.909l-.464-5.313a1 1 0 0 1 .909-1.083zm6.861 5.92a1 1 0 1 1-1.993-.151zm1.772-6.675c1.01-.089 1.826.402 2.412.977.582.572 1.038 1.318 1.38 2.003.138.275.259.551.369.814a6.5 6.5 0 0 1 1.007-.993c.45-.346 1.03-.666 1.706-.725.676-.06 1.303.155 1.806.418.51.267.972.625 1.348.961.379.34.697.68.919.935l.004.005 2.133-.187a1 1 0 0 1 .174 1.993l-2.657.232a1 1 0 0 1-.885-.394l.798-.602-.798.601h-.001l-.012-.015-.052-.066a9 9 0 0 0-.957-1.012 4.8 4.8 0 0 0-.94-.679c-.318-.166-.552-.212-.706-.198s-.375.098-.66.318c-.278.214-.555.51-.807.83a9 9 0 0 0-.767 1.164l-.04.074-.01.017v.003a1 1 0 0 1-1.81-.062l-.05-.145v-.001q0-.003-.002-.008l-.01-.036q-.013-.052-.041-.15a14 14 0 0 0-.173-.55 13 13 0 0 0-.675-1.648c-.297-.596-.636-1.12-.992-1.47-.353-.346-.624-.43-.837-.412s-.464.149-.751.551c-.29.406-.532.98-.722 1.62-.187.628-.306 1.26-.378 1.74-.036.238-.06.436-.075.572l-.015.154-.003.038-.002.008-.996-.076-.997-.075v-.023l.006-.052.019-.19a16 16 0 0 1 .523-2.665c.219-.735.538-1.549 1.013-2.213.477-.668 1.194-1.293 2.204-1.381m-20.454 7.143 11.29-.988-.29-3.32-11.29.987.29 3.32Zm22.283-16.378a1 1 0 0 1 1.532 1.286l-.873 1.04 9.55-.836.102-.004a1.001 1.001 0 0 1 .174 1.983l-.1.013-11.544 1.01-2.157 2.571a1 1 0 0 1-1.532-1.285l.872-1.04-7.81.684-2.156 2.57a1 1 0 1 1-1.532-1.285l.872-1.039-9.549.836a1 1 0 0 1-.174-1.992l11.54-1.01 2.159-2.572a1 1 0 0 1 1.532 1.285l-.873 1.04 7.809-.683z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'PaymentCheck64',
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 PaymentCheck64 from './PaymentCheck64.vue';
2
+ export { PaymentCheck64 };
@@ -1,4 +1,4 @@
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 fill-rule="evenodd" d="M6.118 2.454a.75.75 0 0 0-.608.87l.434 2.461a.75.75 0 0 0 .87.608l.081-.014 1.606 9.11a3.25 3.25 0 0 0 6.402-1.13L13.297 5.25l.082-.014a.75.75 0 0 0 .608-.869l-.434-2.462a.75.75 0 0 0-.87-.608zm1.173 2.332-.173-.985 5.088-.897.173.985zm1.081 1.333L8.97 9.5h2.334c.07-.07.16-.119.265-.137l.903-.16-.116-.656-.903.16a.5.5 0 1 1-.174-.986l.903-.159-.362-2.051zm1.607 9.109L9.145 10.5H12.7l.06.345-.902.16a.5.5 0 1 0 .174.984l.902-.159.116.657-.903.159a.5.5 0 0 0 .174.985l.903-.16.203 1.15a1.75 1.75 0 1 1-3.447.607"/></svg></template>
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="M11.85 1.296a.75.75 0 0 1 .87.608l.433 2.462a.75.75 0 0 1-.608.87l-.082.014 1.607 9.11a3.25 3.25 0 0 1-6.37 1.293l-.033-.164-1.606-9.11-.083.014a.75.75 0 0 1-.869-.609l-.434-2.462a.75.75 0 0 1 .609-.868l6.565-1.158ZM9.146 15.228l.04.175a1.751 1.751 0 0 0 3.406-.783l-.202-1.149-.903.16a.5.5 0 1 1-.174-.985l.903-.16-.116-.657-.903.16a.5.5 0 0 1-.173-.985l.903-.16-.061-.345H8.312l.834 4.73ZM8.136 9.5h2.334a.5.5 0 0 1 .264-.138l.903-.159-.116-.656-.903.16a.5.5 0 0 1-.173-.985l.903-.16-.362-2.051-3.447.608zM6.457 4.785l5.089-.897-.174-.985-5.088.898z"/></svg></template>
2
2
  <script lang="ts">
3
3
  export default {
4
4
  name: 'Sample20',
@@ -1,4 +1,4 @@
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 fill-rule="evenodd" d="M7.325 2.846a1 1 0 0 0-.812 1.159l.521 2.954a1 1 0 0 0 1.159.811l1.91 10.833a4 4 0 0 0 7.879-1.389l-1.91-10.833a1 1 0 0 0 .81-1.158l-.52-2.955a1 1 0 0 0-1.159-.81zM8.83 5.627l-.173-.985L14.566 3.6l.173.985zm1.333 1.796.718 4.077h2.725a.5.5 0 0 1 .292-.166l.985-.174-.173-.985-.986.174a.5.5 0 1 1-.173-.985l.985-.174-.434-2.461zm1.91 10.833L11.058 12.5h4.062l.11.63-.984.174a.5.5 0 1 0 .173.984l.985-.173.174.984-.985.174a.5.5 0 1 0 .174.985l.985-.174.26 1.477a2 2 0 0 1-3.94.695"/></svg></template>
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="M14.203 1.457a1 1 0 0 1 1.159.811l.52 2.955a1 1 0 0 1-.81 1.158l1.91 10.833.03.204a4 4 0 0 1-7.868 1.387l-.041-.202L7.193 7.77a1 1 0 0 1-1.159-.81l-.52-2.955a1 1 0 0 1 .81-1.159l7.88-1.389Zm-3.13 16.799.046.2a2 2 0 0 0 3.893-.895l-.26-1.477-.985.174a.5.5 0 1 1-.174-.985l.985-.174-.174-.984-.985.173a.5.5 0 1 1-.173-.985l.984-.173-.11-.63h-4.063zM9.88 11.5l2.728-.001a.5.5 0 0 1 .29-.165l.984-.174-.173-.985-.985.174a.5.5 0 0 1-.174-.985l.985-.173-.434-2.462-3.94.694.72 4.077ZM7.83 5.627l5.908-1.042-.173-.985-5.91 1.042.174.985Z"/></svg></template>
2
2
  <script lang="ts">
3
3
  export default {
4
4
  name: 'Sample24',
@@ -1,4 +1,4 @@
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 fill-rule="evenodd" d="M9.824 4.123a1 1 0 0 0-.811 1.159l.695 3.939a1 1 0 0 0 1.158.811l.328-.058L13.8 24.746a5 5 0 1 0 9.848-1.736L21.043 8.238l.328-.058a1 1 0 0 0 .81-1.159l-.694-3.939a1 1 0 0 0-1.158-.811zm1.68 3.766-.348-1.97 8.535-1.505.348 1.97zm1.66 1.738L14.2 15.5h4.025a.5.5 0 0 1 .335-.224l1.642-.29-.29-1.641-1.641.29a.5.5 0 1 1-.174-.986l1.642-.29-.666-3.774zm2.605 14.772L14.376 16.5h6.093l.196 1.113-1.642.29a.5.5 0 1 0 .174.984l1.641-.29.29 1.642-1.642.29a.5.5 0 1 0 .174.984l1.642-.29.376 2.134a3 3 0 1 1-5.91 1.042"/></svg></template>
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="M18.995 2.271a1 1 0 0 1 1.159.811l.695 3.94a1 1 0 0 1-.812 1.158l-.328.058 2.605 14.772a5 5 0 0 1-9.797 1.988l-.051-.252L9.861 9.974l-.329.058a1 1 0 0 1-1.158-.81l-.695-3.94a1 1 0 0 1 .811-1.159zM14.435 24.4l.031.151a3 3 0 0 0 5.879-1.193l-.377-2.133-1.641.29a.5.5 0 0 1-.174-.985l1.642-.29-.29-1.641-1.641.29a.5.5 0 1 1-.174-.986l1.642-.29-.197-1.112h-6.092zm-1.569-8.9h4.027a.5.5 0 0 1 .334-.223l1.642-.29-.29-1.641-1.642.29a.5.5 0 1 1-.173-.986l1.641-.29-.665-3.774-5.91 1.042zM10.17 7.89l8.535-1.505-.347-1.97L9.823 5.92z"/></svg></template>
2
2
  <script lang="ts">
3
3
  export default {
4
4
  name: 'Sample32',
@@ -1,4 +1,4 @@
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 fill-rule="evenodd" d="M14.736 6.185a1.5 1.5 0 0 0-1.217 1.738l1.042 5.909a1.5 1.5 0 0 0 1.738 1.217l.493-.087 3.906 22.158a7.5 7.5 0 0 0 14.773-2.605l-3.907-22.158.492-.087a1.5 1.5 0 0 0 1.217-1.738L32.23 4.624a1.5 1.5 0 0 0-1.738-1.217zm2.52 5.649-.522-2.955 12.803-2.257.52 2.954zm2.49 2.607 1.51 8.56h5.956a1 1 0 0 1 .585-.333l2.462-.434-.348-1.97-2.462.434a1 1 0 0 1-.347-1.97l2.462-.434-.955-5.416zm3.907 22.158L21.608 25h9.139l.206 1.173-2.462.434a1 1 0 0 0 .347 1.97l2.463-.434.347 1.97-2.462.434a1 1 0 0 0 .347 1.97l2.462-.435.521 2.954a4.5 4.5 0 1 1-8.863 1.563"/></svg></template>
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="M28.493 3.407a1.5 1.5 0 0 1 1.738 1.216l1.042 5.91a1.5 1.5 0 0 1-1.217 1.737l-.492.087 3.907 22.158.057.382a7.5 7.5 0 0 1-14.753 2.6l-.076-.377-3.908-22.158-.492.086a1.5 1.5 0 0 1-1.738-1.216l-1.042-5.91a1.5 1.5 0 0 1 1.217-1.737zm-6.84 33.192.046.227a4.5 4.5 0 0 0 8.817-1.79l-.52-2.955-2.463.435a1 1 0 1 1-.347-1.97l2.462-.434-.347-1.97-2.463.435a1 1 0 0 1-.348-1.97l2.463-.434-.206-1.174h-9.14zm-2.398-13.6h5.958a1 1 0 0 1 .584-.331l2.462-.435-.348-1.97-2.462.435a1 1 0 0 1-.347-1.97l2.462-.434-.955-5.416-8.863 1.563L19.256 23Zm-4-11.165 12.803-2.258-.521-2.954-12.803 2.257z"/></svg></template>
2
2
  <script lang="ts">
3
3
  export default {
4
4
  name: 'Sample48',
@@ -1,4 +1,4 @@
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 fill-rule="evenodd" d="M19.735 8.739a1.5 1.5 0 0 0-1.217 1.738l1.39 7.878a1.5 1.5 0 0 0 1.737 1.217l1.15-.203 5.296 30.037a9.5 9.5 0 1 0 18.711-3.3L41.506 16.07l1.148-.203a1.5 1.5 0 0 0 1.217-1.737l-1.39-7.879a1.5 1.5 0 0 0-1.737-1.216zm2.866 7.618-.868-4.924 18.055-3.184.868 4.924zm3.148 2.491L27.892 31h8.558a1 1 0 0 1 .67-.449l3.776-.665-.58-3.283-3.775.665a1 1 0 1 1-.347-1.97l3.775-.665-1.418-8.042zm5.296 30.037L28.245 33h13.2l.377 2.139-3.776.665a1 1 0 1 0 .347 1.97l3.776-.666.579 3.283-3.776.666a1 1 0 0 0 .347 1.97l3.776-.667.753 4.268a6.5 6.5 0 1 1-12.803 2.257"/></svg></template>
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="M38.078 5.035a1.5 1.5 0 0 1 1.737 1.216l1.39 7.879a1.5 1.5 0 0 1-1.217 1.738l-1.15.202 5.297 30.037a9.5 9.5 0 0 1-18.614 3.779l-.098-.48-5.296-30.036-1.148.202a1.5 1.5 0 0 1-1.738-1.217l-1.389-7.878a1.5 1.5 0 0 1 1.217-1.738zm-9.7 43.85.067.329a6.5 6.5 0 0 0 12.735-2.586l-.752-4.267-3.775.665a1 1 0 0 1-.347-1.97l3.775-.665-.58-3.282-3.775.665a1 1 0 0 1-.347-1.97l3.776-.665-.378-2.14h-13.2zM25.224 31h8.56a1 1 0 0 1 .67-.448l3.774-.666-.579-3.283-3.775.665a1 1 0 0 1-.348-1.97l3.776-.665-1.418-8.042-12.802 2.258zm-5.289-14.643 18.055-3.183-.869-4.924-18.054 3.183z"/></svg></template>
2
2
  <script lang="ts">
3
3
  export default {
4
4
  name: 'Sample64',
@@ -1,4 +1,4 @@
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 fill-rule="evenodd" d="M10.53 1.97a.75.75 0 0 0-1.06 0L6.137 5.303a.75.75 0 0 0 1.06 1.06L9.25 4.312V12.5a.75.75 0 0 0 1.5 0V4.31l2.053 2.054a.75.75 0 0 0 1.061-1.061zM4.168 8a.75.75 0 0 0-.75.75v7.083c0 .415.336.75.75.75h11.667a.75.75 0 0 0 .75-.75V8.75a.75.75 0 0 0-.75-.75h-2.5v1.5h1.75v5.583H4.917V9.5h1.75V8z"/></svg></template>
1
+ <template><svg aria-hidden="true" :fill="color" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" width="20" height="20"><g clip-path="url(#a)"><path d="M15.416 1.75a2.834 2.834 0 1 1 0 5.667 2.82 2.82 0 0 1-2.106-.942L7.362 9.448a2.85 2.85 0 0 1 0 1.103l5.948 2.973a2.83 2.83 0 0 1 2.106-.941 2.834 2.834 0 1 1-2.78 2.281l-5.948-2.973a2.82 2.82 0 0 1-2.105.943 2.834 2.834 0 0 1 0-5.667c.837 0 1.587.365 2.105.941l5.949-2.973a2.834 2.834 0 0 1 2.78-3.385Zm0 12.333a1.334 1.334 0 1 0 .002 2.668 1.334 1.334 0 0 0-.002-2.668M4.583 8.667a1.333 1.333 0 1 0 0 2.667 1.333 1.333 0 0 0 0-2.667M15.416 3.25a1.334 1.334 0 1 0 .001 2.667 1.334 1.334 0 0 0-.001-2.667"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h20v20H0z"/></clipPath></defs></svg></template>
2
2
  <script lang="ts">
3
3
  export default {
4
4
  name: 'Share20',
@@ -1,4 +1,4 @@
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 fill-rule="evenodd" d="M12.707 2.293a1 1 0 0 0-1.414 0l-4 4a1 1 0 0 0 1.414 1.414L11 5.414V15a1 1 0 1 0 2 0V5.414l2.293 2.293a1 1 0 1 0 1.414-1.414zM5 9.5a1 1 0 0 0-1 1V19a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-8.5a1 1 0 0 0-1-1h-3v2h2V18H6v-6.5h2v-2z"/></svg></template>
1
+ <template><svg aria-hidden="true" :fill="color" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><g clip-path="url(#a)"><path d="M18.5 2a3.5 3.5 0 1 1-2.553 5.894l-7 3.5a3.5 3.5 0 0 1 0 1.21l7 3.502a3.5 3.5 0 1 1-.895 1.789l-7-3.501a3.5 3.5 0 1 1 0-4.788l7-3.502A3.5 3.5 0 0 1 18.5 2m0 15a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-13-6.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m13-6.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></svg></template>
2
2
  <script lang="ts">
3
3
  export default {
4
4
  name: 'Share24',
@@ -1,4 +1,4 @@
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 fill-rule="evenodd" d="M16.707 3.293a1 1 0 0 0-1.414 0L9.96 8.626a1 1 0 1 0 1.414 1.414L15 6.414V20a1 1 0 1 0 2 0V6.414l3.627 3.626a1 1 0 1 0 1.414-1.414zM6.667 13a1 1 0 0 0-1 1v11.333a1 1 0 0 0 1 1h18.667a1 1 0 0 0 1-1V14a1 1 0 0 0-1-1h-4v2h3v9.333H7.667V15h3v-2z"/></svg></template>
1
+ <template><svg aria-hidden="true" :fill="color" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32"><g clip-path="url(#a)"><path d="M24.666 3a4.334 4.334 0 1 1-3.323 7.113l-9.791 4.896a4.35 4.35 0 0 1-.001 1.981l9.792 4.896a4.334 4.334 0 1 1-.895 1.79l-9.792-4.897a4.32 4.32 0 0 1-3.323 1.555 4.334 4.334 0 1 1 3.323-7.114l9.792-4.896A4.334 4.334 0 0 1 24.666 3m0 19.333a2.334 2.334 0 1 0 .002 4.668 2.334 2.334 0 0 0-.002-4.668M7.333 13.667a2.333 2.333 0 1 0 0 4.667 2.333 2.333 0 0 0 0-4.667M24.666 5a2.334 2.334 0 1 0 .001 4.667A2.334 2.334 0 0 0 24.666 5"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></svg></template>
2
2
  <script lang="ts">
3
3
  export default {
4
4
  name: 'Share32',
@@ -1,4 +1,4 @@
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 fill-rule="evenodd" d="M25.06 4.94a1.5 1.5 0 0 0-2.12 0l-8 8a1.5 1.5 0 0 0 2.12 2.12l5.44-5.439V30a1.5 1.5 0 0 0 3 0V9.621l5.44 5.44a1.5 1.5 0 0 0 2.12-2.122zM10 19.5A1.5 1.5 0 0 0 8.5 21v17a1.5 1.5 0 0 0 1.5 1.5h28a1.5 1.5 0 0 0 1.5-1.5V21a1.5 1.5 0 0 0-1.5-1.5h-6v3h4.5v14h-25v-14H16v-3z"/></svg></template>
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="M37 4.5a6.5 6.5 0 1 1-4.985 10.669l-14.689 7.345c.112.477.174.974.174 1.486a6.5 6.5 0 0 1-.174 1.485l14.689 7.345a6.5 6.5 0 1 1-1.342 2.684l-14.689-7.345a6.5 6.5 0 1 1 0-8.339l14.689-7.345A6.5 6.5 0 0 1 37 4.5m0 29a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7m-26-13a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7m26-13a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7"/></svg></template>
2
2
  <script lang="ts">
3
3
  export default {
4
4
  name: 'Share48',
@@ -1,4 +1,4 @@
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 fill-rule="evenodd" d="M33.06 6.94a1.5 1.5 0 0 0-2.121 0L20.272 17.605a1.5 1.5 0 0 0 2.122 2.121l8.106-8.106V40a1.5 1.5 0 1 0 3 0V11.621l8.106 8.106a1.5 1.5 0 1 0 2.121-2.121zM13.333 26.5a1.5 1.5 0 0 0-1.5 1.5v22.667a1.5 1.5 0 0 0 1.5 1.5h37.333a1.5 1.5 0 0 0 1.5-1.5V28a1.5 1.5 0 0 0-1.5-1.5h-8v3h6.5v19.667H14.833V29.5h6.5v-3z"/></svg></template>
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="M49.334 6.5a8.167 8.167 0 1 1-6.51 13.098L22.517 29.75a8.17 8.17 0 0 1 0 4.497L42.824 44.4a8.167 8.167 0 1 1-1.342 2.684L21.174 36.931a8.167 8.167 0 1 1 .001-9.863l20.307-10.154A8.168 8.168 0 0 1 49.334 6.5m0 37.667a5.167 5.167 0 1 0 0 10.334 5.167 5.167 0 0 0 0-10.334M14.667 26.833a5.168 5.168 0 1 0 .001 10.335 5.168 5.168 0 0 0-.001-10.335M49.334 9.5a5.167 5.167 0 1 0 0 10.334 5.167 5.167 0 0 0 0-10.334"/></svg></template>
2
2
  <script lang="ts">
3
3
  export default {
4
4
  name: 'Share64',
@@ -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"><g clip-path="url(#a)"><path d="M6.666 9.5h-1.75v5.583h10.167V9.5h-1.75V8h2.5a.75.75 0 0 1 .75.75v7.083a.75.75 0 0 1-.75.75H4.166a.75.75 0 0 1-.75-.75V8.75a.75.75 0 0 1 .75-.75h2.5zM10 1.75c.2 0 .39.079.53.22l3.335 3.332a.75.75 0 0 1-1.06 1.06L10.748 4.31v8.19a.75.75 0 0 1-1.5 0V4.31L7.197 6.363a.75.75 0 1 1-1.06-1.06l3.332-3.334c.14-.14.332-.22.53-.22Z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h20v20H0z"/></clipPath></defs></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'ShareIos20',
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 ShareIos20 from './ShareIos20.vue';
2
+ export { ShareIos20 };
@@ -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"><g clip-path="url(#a)"><path d="M8 11.5H6V18h12v-6.5h-2v-2h3a1 1 0 0 1 1 1V19a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-8.5a1 1 0 0 1 1-1h3zm3.37-9.276a1 1 0 0 1 1.337.069l4 4a1 1 0 1 1-1.414 1.414L13 5.414V15a1 1 0 1 1-2 0V5.414L8.707 7.707a1 1 0 1 1-1.414-1.414l4-4z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'ShareIos24',
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 ShareIos24 from './ShareIos24.vue';
2
+ export { ShareIos24 };
@@ -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"><g clip-path="url(#a)"><path d="M10.666 15h-3v9.332h16.667V15h-3v-2h4a1 1 0 0 1 1 1v11.333a1 1 0 0 1-1 1H6.666a1 1 0 0 1-1-1V14a1 1 0 0 1 1-1h4zm4.626-11.708a1 1 0 0 1 1.414 0l5.334 5.333a1 1 0 0 1-1.414 1.415L17 6.413V20a1 1 0 1 1-2 0V6.414l-3.626 3.626A1 1 0 1 1 9.96 8.625l5.333-5.333Z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'ShareIos32',
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 ShareIos32 from './ShareIos32.vue';
2
+ export { ShareIos32 };
@@ -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="M16 22.5h-4.5v14h25v-14H32v-3h6a1.5 1.5 0 0 1 1.5 1.5v17a1.5 1.5 0 0 1-1.5 1.5H10A1.5 1.5 0 0 1 8.5 38V21a1.5 1.5 0 0 1 1.5-1.5h6zm8-18a1.5 1.5 0 0 1 1.06.44l8 8a1.5 1.5 0 1 1-2.12 2.12L25.5 9.62V30a1.5 1.5 0 0 1-3 0V9.62l-5.44 5.44a1.5 1.5 0 1 1-2.12-2.12l8-8 .11-.1A1.5 1.5 0 0 1 24 4.5"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'ShareIos48',
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 ShareIos48 from './ShareIos48.vue';
2
+ export { ShareIos48 };
@@ -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="M21.334 29.5h-6.5v19.667h34.333V29.5h-6.5v-3h8a1.5 1.5 0 0 1 1.5 1.5v22.667a1.5 1.5 0 0 1-1.5 1.5H13.334a1.5 1.5 0 0 1-1.5-1.5V28a1.5 1.5 0 0 1 1.5-1.5h8zm9.72-22.664a1.5 1.5 0 0 1 2.007.103l10.666 10.667a1.5 1.5 0 0 1-2.12 2.121L33.5 11.621V40a1.5 1.5 0 0 1-3 0V11.621l-8.107 8.106a1.5 1.5 0 0 1-2.12-2.12L30.94 6.938l.113-.103Z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'ShareIos64',
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 ShareIos64 from './ShareIos64.vue';
2
+ export { ShareIos64 };
@@ -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="M11.25 1.75a.75.75 0 0 1 .75.75v3.417h4.75v-1.75a.75.75 0 0 1 1.5 0V17.5a.75.75 0 0 1-.75.75h-1.667a.75.75 0 0 1-.75-.75v-.083H4.917v.083a.75.75 0 0 1-.75.75H2.5a.75.75 0 0 1-.75-.75V4.167a.75.75 0 0 1 1.5 0v1.75h1.417V2.5a.75.75 0 0 1 .75-.75zm-8 14.167h13.5v-1.834H3.25zm0-3.334h3.5V9.167a.75.75 0 0 1 .75-.75h7.083a.75.75 0 0 1 .75.75v3.416h1.417V7.417H3.25zm5 0h5.583V9.917h-1.458v1.833H9.708V9.917H8.25zm2.458-1.833h.667v-.833h-.667zM6.167 5.917H10.5V3.25h-.833v1.833H7V3.25h-.833zM8 4.083h.667V3.25H8z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'Shelves20',
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 Shelves20 from './Shelves20.vue';
2
+ export { Shelves20 };
@@ -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="M13.5 2a1 1 0 0 1 1 1v4H20V5a1 1 0 1 1 2 0v16l-.005.102A1 1 0 0 1 21 22h-2a1 1 0 0 1-1-1H6l-.005.102A1 1 0 0 1 5 22H3a1 1 0 0 1-1-1V5a1 1 0 0 1 2 0v2h1.5V3a1 1 0 0 1 1-1zM4 19h16v-2H4zm0-4h4v-4a1 1 0 0 1 1-1h8.5a1 1 0 0 1 1 1v4H20V9H4zm6 0h6.5v-3h-1.75v2h-3v-2H10zm2.75-2h1v-1h-1zM7.5 7h5V4h-1v2h-3V4h-1zm2-2h1V4h-1z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'Shelves24',
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 Shelves24 from './Shelves24.vue';
2
+ export { Shelves24 };
@@ -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="M18 3a1 1 0 0 1 1 1v5.667h8v-3a1 1 0 1 1 2 0V28a1 1 0 0 1-1 1h-2.667a1 1 0 0 1-1-1v-.333H7.667V28a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V6.667a1 1 0 0 1 2 0v3h2.667V4l.005-.103A1 1 0 0 1 8.667 3zM5 25.667h22v-3.334H5zm0-5.334h6v-5.666a1 1 0 0 1 1-1h11.333a1 1 0 0 1 1 1v5.666H27v-8.666H5zm8 0h9.333v-4.666H19.5V18.5h-3.667v-2.833H13zm3.833-2.833H18.5v-1.833h-1.667zM9.667 9.667H17V5h-1.833v2.833H11.5V5H9.667zM12.5 6.833h1.667V5H12.5z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'Shelves32',
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 Shelves32 from './Shelves32.vue';
2
+ export { Shelves32 };
@@ -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="M27 4.5A1.5 1.5 0 0 1 28.5 6v8.5h12V10a1.5 1.5 0 0 1 3 0v32l-.008.153A1.5 1.5 0 0 1 42 43.5h-4a1.5 1.5 0 0 1-1.5-1.5v-.5h-25v.5l-.008.153A1.5 1.5 0 0 1 10 43.5H6A1.5 1.5 0 0 1 4.5 42V10a1.5 1.5 0 1 1 3 0v4.5h4V6A1.5 1.5 0 0 1 13 4.5zm-19.5 34h33v-5h-33zm0-8h9V22l.008-.148A1.5 1.5 0 0 1 18 20.5h17a1.5 1.5 0 0 1 1.5 1.5v8.5h4v-13h-33zm12 0h14v-7h-4V28h-6v-4.5h-4zm6-4.5h2v-2.5h-2zm-11-11.5h11v-7H23V12h-6V7.5h-2.5zM19 10h2V7.5h-2z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'Shelves48',
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 Shelves48 from './Shelves48.vue';
2
+ export { Shelves48 };
@@ -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="M36 6.5A1.5 1.5 0 0 1 37.5 8v11.833h17v-6.5a1.5 1.5 0 0 1 3 0V56a1.5 1.5 0 0 1-1.5 1.5h-5.333a1.5 1.5 0 0 1-1.5-1.5v-1.167H14.833V56a1.5 1.5 0 0 1-1.5 1.5H8A1.5 1.5 0 0 1 6.5 56V13.333a1.5 1.5 0 0 1 3 0v6.5h6.333V8a1.5 1.5 0 0 1 1.5-1.5zM9.5 51.833h45v-7.666h-45zm0-10.666h13V29.333l.008-.148A1.5 1.5 0 0 1 24 27.833l22.667.001a1.5 1.5 0 0 1 1.5 1.5v11.833H54.5V22.833h-45zm16 0h19.667V30.833H39V37h-7.333v-6.167H25.5zM33.667 35H37v-4.167h-3.333zM18.833 19.833H34.5V9.5h-4.166l-.001 5.167v1H23v-1l.001-5.167h-4.168zM25 13.667h3.333l.001-4.167h-3.333z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'Shelves64',
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 Shelves64 from './Shelves64.vue';
2
+ export { Shelves64 };
@@ -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.891 2.891 0 0 1-5.583 0H10a.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.69a.75.75 0 0 1 .75-.75h8.333v1.5Zm-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.5zm-.093-9.281a.5.5 0 0 1 .866.5l-.575.997 3.261-.874.1-.017a.5.5 0 0 1 .253.945l-.094.037-3.26.873.994.576.082.06a.5.5 0 0 1-.49.848l-.09-.043-2.043-1.178a.5.5 0 0 1-.182-.682z"/></svg></template>
2
+ <script lang="ts">
3
+ export default {
4
+ name: 'TruckLoading20',
5
+ props: {
6
+ /**
7
+ * Icon color
8
+ */
9
+ color: {
10
+ type: String,
11
+ default: 'currentColor',
12
+ },
13
+ },
14
+ };
15
+ </script>