@paperless/core 0.0.3-alpha.5 → 0.1.0-alpha.3

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 (156) hide show
  1. package/CHANGELOG.md +78 -0
  2. package/README.md +14 -10
  3. package/dist/assets/icons/arrow.svg +2 -2
  4. package/dist/assets/icons/attachment.svg +2 -2
  5. package/dist/assets/icons/bread.svg +2 -2
  6. package/dist/assets/icons/calendar.svg +2 -2
  7. package/dist/assets/icons/car.svg +2 -2
  8. package/dist/assets/icons/checkmark.svg +2 -2
  9. package/dist/assets/icons/chevron.svg +2 -2
  10. package/dist/assets/icons/clock.svg +2 -2
  11. package/dist/assets/icons/cogs.svg +2 -2
  12. package/dist/assets/icons/comment.svg +2 -2
  13. package/dist/assets/icons/document.svg +2 -2
  14. package/dist/assets/icons/download.svg +2 -2
  15. package/dist/assets/icons/envelope.svg +2 -2
  16. package/dist/assets/icons/explanation.svg +2 -2
  17. package/dist/assets/icons/eye.svg +2 -2
  18. package/dist/assets/icons/filter.svg +2 -2
  19. package/dist/assets/icons/grid.svg +2 -2
  20. package/dist/assets/icons/headset.svg +2 -2
  21. package/dist/assets/icons/list.svg +2 -2
  22. package/dist/assets/icons/location.svg +2 -2
  23. package/dist/assets/icons/megaphone.svg +2 -2
  24. package/dist/assets/icons/minus.svg +2 -2
  25. package/dist/assets/icons/negative.svg +2 -2
  26. package/dist/assets/icons/pagination.svg +2 -2
  27. package/dist/assets/icons/payment.svg +2 -2
  28. package/dist/assets/icons/pencil.svg +2 -2
  29. package/dist/assets/icons/person.svg +2 -2
  30. package/dist/assets/icons/plus.svg +2 -2
  31. package/dist/assets/icons/question.svg +2 -2
  32. package/dist/assets/icons/receipt.svg +2 -2
  33. package/dist/assets/icons/report.svg +2 -2
  34. package/dist/assets/icons/search.svg +2 -2
  35. package/dist/assets/icons/settings.svg +2 -2
  36. package/dist/assets/icons/sick.svg +2 -2
  37. package/dist/assets/icons/tachometer.svg +2 -2
  38. package/dist/assets/icons/tool.svg +2 -2
  39. package/dist/assets/icons/trash.svg +2 -2
  40. package/dist/assets/icons/turn.svg +2 -2
  41. package/dist/assets/icons/upload.svg +2 -2
  42. package/dist/assets/icons/warning.svg +2 -2
  43. package/dist/build/p-4144f8a0.entry.js +1 -0
  44. package/dist/build/p-8538576c.entry.js +1 -0
  45. package/dist/build/p-f04c4de0.entry.js +1 -0
  46. package/dist/build/p-f33e1285.js +2 -0
  47. package/dist/build/paperless.css +21 -10
  48. package/dist/build/paperless.esm.js +1 -1
  49. package/dist/cjs/{index-e3e940d8.js → index-a2da05ae.js} +564 -14
  50. package/dist/cjs/loader.cjs.js +2 -2
  51. package/dist/cjs/p-button_3.cjs.entry.js +909 -0
  52. package/dist/cjs/p-illustration.cjs.entry.js +1426 -0
  53. package/dist/cjs/p-tooltip.cjs.entry.js +1873 -0
  54. package/dist/cjs/paperless.cjs.js +2 -2
  55. package/dist/collection/assets/icons/arrow.svg +2 -2
  56. package/dist/collection/assets/icons/attachment.svg +2 -2
  57. package/dist/collection/assets/icons/bread.svg +2 -2
  58. package/dist/collection/assets/icons/calendar.svg +2 -2
  59. package/dist/collection/assets/icons/car.svg +2 -2
  60. package/dist/collection/assets/icons/checkmark.svg +2 -2
  61. package/dist/collection/assets/icons/chevron.svg +2 -2
  62. package/dist/collection/assets/icons/clock.svg +2 -2
  63. package/dist/collection/assets/icons/cogs.svg +2 -2
  64. package/dist/collection/assets/icons/comment.svg +2 -2
  65. package/dist/collection/assets/icons/document.svg +2 -2
  66. package/dist/collection/assets/icons/download.svg +2 -2
  67. package/dist/collection/assets/icons/envelope.svg +2 -2
  68. package/dist/collection/assets/icons/explanation.svg +2 -2
  69. package/dist/collection/assets/icons/eye.svg +2 -2
  70. package/dist/collection/assets/icons/filter.svg +2 -2
  71. package/dist/collection/assets/icons/grid.svg +2 -2
  72. package/dist/collection/assets/icons/headset.svg +2 -2
  73. package/dist/collection/assets/icons/list.svg +2 -2
  74. package/dist/collection/assets/icons/location.svg +2 -2
  75. package/dist/collection/assets/icons/megaphone.svg +2 -2
  76. package/dist/collection/assets/icons/minus.svg +2 -2
  77. package/dist/collection/assets/icons/negative.svg +2 -2
  78. package/dist/collection/assets/icons/pagination.svg +2 -2
  79. package/dist/collection/assets/icons/payment.svg +2 -2
  80. package/dist/collection/assets/icons/pencil.svg +2 -2
  81. package/dist/collection/assets/icons/person.svg +2 -2
  82. package/dist/collection/assets/icons/plus.svg +2 -2
  83. package/dist/collection/assets/icons/question.svg +2 -2
  84. package/dist/collection/assets/icons/receipt.svg +2 -2
  85. package/dist/collection/assets/icons/report.svg +2 -2
  86. package/dist/collection/assets/icons/search.svg +2 -2
  87. package/dist/collection/assets/icons/settings.svg +2 -2
  88. package/dist/collection/assets/icons/sick.svg +2 -2
  89. package/dist/collection/assets/icons/tachometer.svg +2 -2
  90. package/dist/collection/assets/icons/tool.svg +2 -2
  91. package/dist/collection/assets/icons/trash.svg +2 -2
  92. package/dist/collection/assets/icons/turn.svg +2 -2
  93. package/dist/collection/assets/icons/upload.svg +2 -2
  94. package/dist/collection/assets/icons/warning.svg +2 -2
  95. package/dist/collection/collection-manifest.json +5 -1
  96. package/dist/collection/components/atoms/button/button.component.css +47 -0
  97. package/dist/collection/components/atoms/button/button.component.js +276 -0
  98. package/dist/collection/components/atoms/icon/icon.component.js +112 -0
  99. package/dist/collection/components/atoms/illustration/illustration.component.js +39 -0
  100. package/dist/collection/components/atoms/loader/loader.component.css +26 -0
  101. package/dist/collection/components/atoms/loader/loader.component.js +153 -0
  102. package/dist/collection/components/atoms/tooltip/tooltip.component.css +34 -0
  103. package/dist/collection/components/atoms/tooltip/tooltip.component.js +174 -0
  104. package/dist/collection/tailwind/border-radius.js +1 -0
  105. package/dist/collection/tailwind/grid.js +6 -0
  106. package/dist/collection/tailwind/rotate.js +8 -0
  107. package/dist/collection/tailwind/scale.js +3 -0
  108. package/dist/collection/tailwind.config.js +9 -5
  109. package/dist/collection/utils/icons.js +82 -0
  110. package/dist/collection/utils/illustrations.js +18 -0
  111. package/dist/components/icon.component.js +817 -0
  112. package/dist/components/index.d.ts +4 -0
  113. package/dist/components/index.js +4 -0
  114. package/dist/components/loader.component.js +74 -0
  115. package/dist/components/p-button.js +68 -9
  116. package/dist/components/p-icon.d.ts +11 -0
  117. package/dist/components/p-icon.js +6 -0
  118. package/dist/components/p-illustration.d.ts +11 -0
  119. package/dist/components/p-illustration.js +1441 -0
  120. package/dist/components/p-loader.d.ts +11 -0
  121. package/dist/components/p-loader.js +6 -0
  122. package/dist/components/p-tooltip.d.ts +11 -0
  123. package/dist/components/p-tooltip.js +1891 -0
  124. package/dist/esm/{index-100a5ae6.js → index-d08bfe75.js} +562 -15
  125. package/dist/esm/loader.js +2 -2
  126. package/dist/esm/p-button_3.entry.js +903 -0
  127. package/dist/esm/p-illustration.entry.js +1422 -0
  128. package/dist/esm/p-tooltip.entry.js +1869 -0
  129. package/dist/esm/paperless.js +2 -2
  130. package/dist/index.html +1 -1
  131. package/dist/paperless/p-4144f8a0.entry.js +1 -0
  132. package/dist/paperless/p-8538576c.entry.js +1 -0
  133. package/dist/paperless/p-f04c4de0.entry.js +1 -0
  134. package/dist/paperless/p-f33e1285.js +2 -0
  135. package/dist/paperless/paperless.css +11303 -7692
  136. package/dist/paperless/paperless.esm.js +1 -1
  137. package/dist/sw.js +117 -26
  138. package/dist/tailwind.config.js +9 -5
  139. package/dist/types/components/atoms/button/button.component.d.ts +51 -0
  140. package/dist/types/components/atoms/icon/icon.component.d.ts +23 -0
  141. package/dist/types/components/atoms/illustration/illustration.component.d.ts +9 -0
  142. package/dist/types/components/atoms/loader/loader.component.d.ts +30 -0
  143. package/dist/types/components/atoms/tooltip/tooltip.component.d.ts +28 -0
  144. package/dist/types/components.d.ts +245 -4
  145. package/dist/types/utils/icons.d.ts +43 -0
  146. package/dist/types/utils/illustrations.d.ts +11 -0
  147. package/package.json +5 -2
  148. package/dist/build/p-54459ae1.js +0 -2
  149. package/dist/build/p-e61ff856.entry.js +0 -1
  150. package/dist/cjs/p-button.cjs.entry.js +0 -23
  151. package/dist/collection/components/button/button.component.css +0 -6
  152. package/dist/collection/components/button/button.component.js +0 -41
  153. package/dist/esm/p-button.entry.js +0 -19
  154. package/dist/paperless/p-54459ae1.js +0 -2
  155. package/dist/paperless/p-e61ff856.entry.js +0 -1
  156. package/dist/types/components/button/button.component.d.ts +0 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,84 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # 0.1.0-alpha.3 (2022-07-07)
7
+
8
+
9
+ ### Features
10
+
11
+ * **Atoms:** Button Component ([#2](https://github.com/ionic-team/stencil-component-starter/issues/2)) ([e32a7f9](https://github.com/ionic-team/stencil-component-starter/commit/e32a7f9b86a2f96ebc9bb151e568de128022e6dc))
12
+
13
+
14
+
15
+
16
+
17
+ # 0.1.0-alpha.2 (2022-07-07)
18
+
19
+ **Note:** Version bump only for package @paperless/core
20
+
21
+
22
+
23
+
24
+
25
+ # 0.1.0-alpha.1 (2022-07-06)
26
+
27
+ **Note:** Version bump only for package @paperless/core
28
+
29
+
30
+
31
+
32
+
33
+ # 0.1.0-alpha.0 (2022-07-06)
34
+
35
+
36
+ ### Features
37
+
38
+ * **bosons/border-radius:** Add medium variant ([d658b51](https://github.com/ionic-team/stencil-component-starter/commit/d658b512cf2dca32bb5f9c82f6951b952870738a))
39
+
40
+
41
+
42
+
43
+
44
+ ## 0.0.3-alpha.10 (2022-07-06)
45
+
46
+ **Note:** Version bump only for package @paperless/core
47
+
48
+
49
+
50
+
51
+
52
+ ## 0.0.3-alpha.9 (2022-07-05)
53
+
54
+ **Note:** Version bump only for package @paperless/core
55
+
56
+
57
+
58
+
59
+
60
+ ## 0.0.3-alpha.8 (2022-07-05)
61
+
62
+ **Note:** Version bump only for package @paperless/core
63
+
64
+
65
+
66
+
67
+
68
+ ## 0.0.3-alpha.7 (2022-07-05)
69
+
70
+ **Note:** Version bump only for package @paperless/core
71
+
72
+
73
+
74
+
75
+
76
+ ## 0.0.3-alpha.6 (2022-07-05)
77
+
78
+ **Note:** Version bump only for package @paperless/core
79
+
80
+
81
+
82
+
83
+
6
84
  ## 0.0.3-alpha.5 (2022-07-05)
7
85
 
8
86
  **Note:** Version bump only for package @paperless/core
package/README.md CHANGED
@@ -1,25 +1,29 @@
1
- <p align="center">
1
+ <div class="pb-10">
2
+ <p align="center">
2
3
 
3
4
  <a href="https://paperless.employes.nl">
4
5
  <img src="https://github.com/Employes/paperless/raw/main/packages/core/src/assets/images/paperless.png" alt="Employes UI" width="400" />
5
6
  </a>
6
7
  <br />
7
- <span>
8
- A collection of React & Angular components that conform to the Employes design system.
9
- </span>
10
8
 
11
- </p>
9
+ <span>
10
+ A collection of React & Angular components that conform to the Employes design system.
11
+ </span>
12
12
 
13
- <div align="center">
13
+ </p>
14
+
15
+ <div align="center">
14
16
 
15
17
  [![](https://badgen.net/npm/v/@paperless/core/latest?label=@paperless/core)](https://www.npmjs.com/package/@paperless/core)
16
18
  [![](https://badgen.net/npm/v/@paperless/angular/latest?label=@paperless/angular)](https://www.npmjs.com/package/@paperless/angular)
17
- [![](https://badgen.net/npm/v/@paperless/angular/latest?label=@paperless/react)](https://www.npmjs.com/package/@paperless/react)
19
+ [![](https://badgen.net/npm/v/@paperless/react/latest?label=@paperless/react)](https://www.npmjs.com/package/@paperless/react)
20
+ [![](https://badgen.net/npm/v/@paperless/conventions/latest?label=@paperless/conventions)](https://www.npmjs.com/package/@paperless/conventions)
18
21
 
19
- </div>
22
+ </div>
20
23
 
21
- <div align="center">
22
- <a href="https://paperless.employes.nl">https://paperless.employes.nl</a>
24
+ <div align="center" >
25
+ <a href="https://paperless.employes.nl">https://paperless.employes.nl</a>
26
+ </div>
23
27
  </div>
24
28
 
25
29
  ## 📦 Install
@@ -1,7 +1,7 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16px" height="16px" viewBox="0 0 16 16" version="1.1">
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1em" height="1em" viewBox="0 0 16 16" version="1.1">
2
2
  <title>434AFB85-135A-4569-A66B-6D5812BAA42C@1x</title>
3
3
  <g id="✔️-Collections" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
4
- <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -208.000000)" fill="#989AB7">
4
+ <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -208.000000)" fill="currentColor">
5
5
  <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
6
6
  <g id="icons" transform="translate(0.000000, 152.000000)">
7
7
  <g id="Combined-Shape" transform="translate(243.000000, 0.000000)">
@@ -1,7 +1,7 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16px" height="16px" viewBox="0 0 16 16" version="1.1">
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1em" height="1em" viewBox="0 0 16 16" version="1.1">
2
2
  <title>6900D5DE-1A64-4EE8-8ABC-1FEE34C10458@1x</title>
3
3
  <g id="✔️-Collections" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
4
- <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -240.000000)" fill="#80829E" fill-rule="nonzero">
4
+ <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -240.000000)" fill="currentColor" fill-rule="nonzero">
5
5
  <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
6
6
  <g id="icons" transform="translate(0.000000, 152.000000)">
7
7
  <g id="attachment" transform="translate(0.000000, 32.000000)">
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <svg width="1em" height="1em" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
3
  <title>5F1EB64F-AB98-4EB4-AC35-FB0B26115170@1x</title>
4
4
  <g id="✔️-Collections" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -272.000000)" fill="#989AB7" fill-rule="nonzero">
5
+ <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -272.000000)" fill="currentColor" fill-rule="nonzero">
6
6
  <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
7
7
  <g id="icons" transform="translate(0.000000, 152.000000)">
8
8
  <g id="bread" transform="translate(0.000000, 64.000000)">
@@ -1,7 +1,7 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16px" height="16px" viewBox="0 0 16 16" version="1.1">
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1em" height="1em" viewBox="0 0 16 16" version="1.1">
2
2
  <title>3D99E2A7-B47A-4957-8D2C-7AF582F435CF@1x</title>
3
3
  <g id="✔️-Collections" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
4
- <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -304.000000)" fill="#989AB7">
4
+ <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -304.000000)" fill="currentColor">
5
5
  <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
6
6
  <g id="icons" transform="translate(0.000000, 152.000000)">
7
7
  <g id="calendar" transform="translate(0.000000, 96.000000)">
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <svg width="1em" height="1em" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
3
  <title>15BDAF47-5E79-4AD0-9D15-AEC22BEDD040@1x</title>
4
4
  <g id="✔️-Collections" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -336.000000)" fill="#989AB7" fill-rule="nonzero">
5
+ <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -336.000000)" fill="currentColor" fill-rule="nonzero">
6
6
  <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
7
7
  <g id="icons" transform="translate(0.000000, 152.000000)">
8
8
  <g id="car" transform="translate(0.000000, 128.000000)">
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <svg width="1em" height="1em" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
3
  <title>EB3016C2-A1DF-47ED-937C-697443FD3F3C@1x</title>
4
4
  <g id="✔️-Collections" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -368.000000)" fill="#989AB7">
5
+ <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -368.000000)" fill="currentColor">
6
6
  <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
7
7
  <g id="icons" transform="translate(0.000000, 152.000000)">
8
8
  <g id="checkmark" transform="translate(0.000000, 160.000000)">
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <svg width="1em" height="1em" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
3
  <title>2D60A936-D98C-47D5-81C3-87BE72E0E033@1x</title>
4
4
  <g id="✔️-Collections" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -400.000000)" fill="#989AB7" fill-rule="nonzero">
5
+ <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -400.000000)" fill="currentColor" fill-rule="nonzero">
6
6
  <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
7
7
  <g id="icons" transform="translate(0.000000, 152.000000)">
8
8
  <g id="chevron" transform="translate(0.000000, 192.000000)">
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <svg width="1em" height="1em" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
3
  <title>DA4F6F05-8E0E-4F99-8C04-325E1026BDED@1x</title>
4
4
  <g id="✔️-Collections" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -432.000000)" fill="#989AB7">
5
+ <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -432.000000)" fill="currentColor">
6
6
  <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
7
7
  <g id="icons" transform="translate(0.000000, 152.000000)">
8
8
  <g id="clock" transform="translate(0.000000, 224.000000)">
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <svg width="1em" height="1em" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
3
  <title>D69A8BFD-59F3-48E5-B2F8-A57D151EB85C@1x</title>
4
4
  <g id="✔️-Collections" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -468.000000)" fill="#989AB7" fill-rule="nonzero">
5
+ <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -468.000000)" fill="currentColor" fill-rule="nonzero">
6
6
  <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
7
7
  <g id="icons" transform="translate(0.000000, 152.000000)">
8
8
  <g id="cogs" transform="translate(0.000000, 260.000000)">
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <svg width="1em" height="1em" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
3
  <title>85F96114-FD2C-4B57-AEA8-3B2854320A29@1x</title>
4
4
  <g id="✔️-Collections" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -502.000000)" fill="#989AB7">
5
+ <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -502.000000)" fill="currentColor">
6
6
  <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
7
7
  <g id="icons" transform="translate(0.000000, 152.000000)">
8
8
  <g id="comment" transform="translate(0.000000, 294.000000)">
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <svg width="1em" height="1em" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
3
  <title>20D69539-7C20-49F0-9BCF-AE6F4D356668@1x</title>
4
4
  <g id="✔️-Collections" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -534.000000)" fill="#989AB7">
5
+ <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -534.000000)" fill="currentColor">
6
6
  <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
7
7
  <g id="icons" transform="translate(0.000000, 152.000000)">
8
8
  <g id="document" transform="translate(0.000000, 326.000000)">
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <svg width="1em" height="1em" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
3
  <title>467E5344-FF5F-465D-940E-3EE5A5238ED5@1x</title>
4
4
  <g id="✔️-Collections" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -566.000000)" fill="#989AB7" fill-rule="nonzero">
5
+ <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -566.000000)" fill="currentColor" fill-rule="nonzero">
6
6
  <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
7
7
  <g id="icons" transform="translate(0.000000, 152.000000)">
8
8
  <g id="download" transform="translate(0.000000, 358.000000)">
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <svg width="1em" height="1em" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
3
  <title>6E5BAADC-0E2C-4B1F-8A4B-A6F7D16BAE6B@1x</title>
4
4
  <g id="✔️-Collections" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -598.000000)" fill="#989AB7" fill-rule="nonzero">
5
+ <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -598.000000)" fill="currentColor" fill-rule="nonzero">
6
6
  <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
7
7
  <g id="icons" transform="translate(0.000000, 152.000000)">
8
8
  <g id="envelope" transform="translate(0.000000, 390.000000)">
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <svg width="1em" height="1em" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
3
  <title>689A577B-4141-4E4F-B884-DF9FBE546815@1x</title>
4
4
  <g id="✔️-Collections" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -1366.000000)" fill="#989AB7" fill-rule="nonzero">
5
+ <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -1366.000000)" fill="currentColor" fill-rule="nonzero">
6
6
  <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
7
7
  <g id="icons" transform="translate(0.000000, 152.000000)">
8
8
  <g id="explanation" transform="translate(0.000000, 1158.000000)">
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <svg width="1em" height="1em" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
3
  <title>36A03146-33F9-43AB-B64A-795FF770A42E@1x</title>
4
4
  <g id="✔️-Collections" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -630.000000)" fill="#989AB7">
5
+ <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -630.000000)" fill="currentColor">
6
6
  <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
7
7
  <g id="icons" transform="translate(0.000000, 152.000000)">
8
8
  <g id="eye" transform="translate(0.000000, 422.000000)">
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <svg width="1em" height="1em" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
3
  <title>161B97F5-D5D9-43EE-AD95-15870E881303@1x</title>
4
4
  <g id="✔️-Collections" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -662.000000)" fill="#989AB7">
5
+ <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -662.000000)" fill="currentColor">
6
6
  <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
7
7
  <g id="icons" transform="translate(0.000000, 152.000000)">
8
8
  <g id="filter" transform="translate(0.000000, 454.000000)">
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <svg width="1em" height="1em" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
3
  <title>0B846487-E152-44B1-B058-D5E90C916406@1x</title>
4
4
  <g id="✔️-Collections" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -694.000000)" fill="#989AB7">
5
+ <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -694.000000)" fill="currentColor">
6
6
  <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
7
7
  <g id="icons" transform="translate(0.000000, 152.000000)">
8
8
  <g id="grid" transform="translate(0.000000, 486.000000)">
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <svg width="1em" height="1em" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
3
  <title>1B240603-203F-49BC-9F73-8609C2B2A397@1x</title>
4
4
  <g id="✔️-Collections" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -726.000000)" fill="#989AB7">
5
+ <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -726.000000)" fill="currentColor">
6
6
  <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
7
7
  <g id="icons" transform="translate(0.000000, 152.000000)">
8
8
  <g id="headset" transform="translate(0.000000, 518.000000)">
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <svg width="1em" height="1em" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
3
  <title>680FABDB-CA3A-4C86-A241-59CFA9DF98BD@1x</title>
4
4
  <g id="✔️-Collections" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -758.000000)" fill="#989AB7">
5
+ <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -758.000000)" fill="currentColor">
6
6
  <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
7
7
  <g id="icons" transform="translate(0.000000, 152.000000)">
8
8
  <g id="list" transform="translate(0.000000, 550.000000)">
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <svg width="1em" height="1em" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
3
  <title>F74A1493-189D-4CFE-9DC0-D69141A189C7@1x</title>
4
4
  <g id="✔️-Collections" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -790.000000)" fill="#989AB7">
5
+ <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -790.000000)" fill="currentColor">
6
6
  <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
7
7
  <g id="icons" transform="translate(0.000000, 152.000000)">
8
8
  <g id="location" transform="translate(0.000000, 582.000000)">
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <svg width="1em" height="1em" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
3
  <title>A2F9256B-4901-4C20-8F77-D5066011EE5A@1x</title>
4
4
  <g id="✔️-Collections" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -822.000000)" fill="#989AB7" fill-rule="nonzero">
5
+ <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -822.000000)" fill="currentColor" fill-rule="nonzero">
6
6
  <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
7
7
  <g id="icons" transform="translate(0.000000, 152.000000)">
8
8
  <g id="megaphone" transform="translate(0.000000, 614.000000)">
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <svg width="1em" height="1em" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
3
  <title>1AA10FE9-5D18-418E-AF58-B044C23B6DEB@1x</title>
4
4
  <g id="✔️-Collections" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -854.000000)" fill="#989AB7">
5
+ <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -854.000000)" fill="currentColor">
6
6
  <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
7
7
  <g id="icons" transform="translate(0.000000, 152.000000)">
8
8
  <g id="minus" transform="translate(0.000000, 646.000000)">
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <svg width="1em" height="1em" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
3
  <title>B592C279-58CD-4C4A-A354-393D736863E2@1x</title>
4
4
  <g id="✔️-Collections" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -886.000000)" fill="#989AB7">
5
+ <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -886.000000)" fill="currentColor">
6
6
  <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
7
7
  <g id="icons" transform="translate(0.000000, 152.000000)">
8
8
  <g id="negative" transform="translate(0.000000, 678.000000)">
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <svg width="1em" height="1em" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
3
  <title>667348A2-48CB-496D-8C8A-3A0C4142E887@1x</title>
4
4
  <g id="✔️-Collections" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -1430.000000)" fill="#989AB7">
5
+ <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -1430.000000)" fill="currentColor">
6
6
  <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
7
7
  <g id="icons" transform="translate(0.000000, 152.000000)">
8
8
  <g id="pagination" transform="translate(0.000000, 1222.000000)">
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <svg width="1em" height="1em" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
3
  <title>46CF5A08-42A2-4628-A7C8-6721B5428686@1x</title>
4
4
  <g id="✔️-Collections" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -918.000000)" fill="#989AB7">
5
+ <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -918.000000)" fill="currentColor">
6
6
  <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
7
7
  <g id="icons" transform="translate(0.000000, 152.000000)">
8
8
  <g id="payment" transform="translate(0.000000, 710.000000)">
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <svg width="1em" height="1em" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
3
  <title>9E1784EB-8E2A-4C1A-A8C3-F500E03858E6@1x</title>
4
4
  <g id="✔️-Collections" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -950.000000)" fill="#989AB7" fill-rule="nonzero">
5
+ <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -950.000000)" fill="currentColor" fill-rule="nonzero">
6
6
  <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
7
7
  <g id="icons" transform="translate(0.000000, 152.000000)">
8
8
  <g id="pencil" transform="translate(0.000000, 742.000000)">
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <svg width="1em" height="1em" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
3
  <title>C1AD60F3-92E2-4915-A731-25F894172F6D@1x</title>
4
4
  <g id="✔️-Collections" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -982.000000)" fill="#989AB7">
5
+ <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -982.000000)" fill="currentColor">
6
6
  <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
7
7
  <g id="icons" transform="translate(0.000000, 152.000000)">
8
8
  <g id="person" transform="translate(0.000000, 774.000000)">
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <svg width="1em" height="1em" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
3
  <title>70C9DBCC-EA4A-4C0D-8EE1-ACE33C96B3AC@1x</title>
4
4
  <g id="✔️-Collections" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -1014.000000)" fill="#989AB7">
5
+ <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -1014.000000)" fill="currentColor">
6
6
  <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
7
7
  <g id="icons" transform="translate(0.000000, 152.000000)">
8
8
  <g id="plus" transform="translate(0.000000, 806.000000)">
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <svg width="1em" height="1em" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
3
  <title>B38D7652-BAD1-453A-A17A-8BD72B3A27DE@1x</title>
4
4
  <g id="✔️-Collections" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -1046.000000)" fill="#989AB7">
5
+ <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -1046.000000)" fill="currentColor">
6
6
  <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
7
7
  <g id="icons" transform="translate(0.000000, 152.000000)">
8
8
  <g id="question" transform="translate(0.000000, 838.000000)">
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <svg width="1em" height="1em" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
3
  <title>B8233FCC-7CA7-43E4-90EE-D7BEB3AE64DB@1x</title>
4
4
  <g id="✔️-Collections" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -1078.000000)" fill="#989AB7">
5
+ <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -1078.000000)" fill="currentColor">
6
6
  <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
7
7
  <g id="icons" transform="translate(0.000000, 152.000000)">
8
8
  <g id="receipt" transform="translate(0.000000, 870.000000)">
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <svg width="1em" height="1em" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
3
  <title>92D2E7B0-15BC-4C37-851A-D0ECF493A903@1x</title>
4
4
  <g id="✔️-Collections" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -1110.000000)" fill="#989AB7">
5
+ <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -1110.000000)" fill="currentColor">
6
6
  <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
7
7
  <g id="icons" transform="translate(0.000000, 152.000000)">
8
8
  <g id="report" transform="translate(0.000000, 902.000000)">
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <svg width="1em" height="1em" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
3
  <title>B40F2062-9E93-4938-9311-BB5EA06B94E6@1x</title>
4
4
  <g id="✔️-Collections" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -1142.000000)" fill="#989AB7">
5
+ <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -1142.000000)" fill="currentColor">
6
6
  <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
7
7
  <g id="icons" transform="translate(0.000000, 152.000000)">
8
8
  <g id="search" transform="translate(0.000000, 934.000000)">
@@ -1,5 +1,5 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <svg width="1em" height="1em" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
3
  <title>A9EABECA-B7A8-4867-A725-E241A597A9A2@1x</title>
4
4
  <defs>
5
5
  <path d="M4.00090072,11.8289758 L4,14 C4,14.5522847 3.55228475,15 3,15 C2.44771525,15 2,14.5522847 2,14 L1.99916774,11.829 C2.31218182,11.939739 2.64905356,12 3,12 C3.35097203,12 3.6878673,11.9397302 4.00090072,11.8289758 Z M9.00090072,8.82897577 L9,14 C9,14.5522847 8.55228475,15 8,15 C7.44771525,15 7,14.5522847 7,14 L6.99916774,8.82899999 C7.31218182,8.93973902 7.64905356,9 8,9 C8.35097203,9 8.6878673,8.93973023 9.00090072,8.82897577 Z M14.0009007,12.8289758 L14,14 C14,14.5522847 13.5522847,15 13,15 C12.4477153,15 12,14.5522847 12,14 L11.9991677,12.829 C12.3121818,12.939739 12.6490536,13 13,13 C13.350972,13 13.6878673,12.9397302 14.0009007,12.8289758 Z M13,8 C14.1045695,8 15,8.8954305 15,10 C15,11.1045695 14.1045695,12 13,12 C11.8954305,12 11,11.1045695 11,10 C11,8.8954305 11.8954305,8 13,8 Z M3,7 C4.1045695,7 5,7.8954305 5,9 C5,10.1045695 4.1045695,11 3,11 C1.8954305,11 1,10.1045695 1,9 C1,7.8954305 1.8954305,7 3,7 Z M8,4 C9.1045695,4 10,4.8954305 10,6 C10,7.1045695 9.1045695,8 8,8 C6.8954305,8 6,7.1045695 6,6 C6,4.8954305 6.8954305,4 8,4 Z M13,1 C13.5522847,1 14,1.44771525 14,2 L14.0009007,7.17102423 C13.6878673,7.06026977 13.350972,7 13,7 C12.6490536,7 12.3121818,7.06026098 11.9991677,7.17100001 L12,2 C12,1.44771525 12.4477153,1 13,1 Z M3,1 C3.55228475,1 4,1.44771525 4,2 L4.00090072,6.17102423 C3.6878673,6.06026977 3.35097203,6 3,6 C2.64905356,6 2.31218182,6.06026098 1.99916774,6.17100001 L2,2 C2,1.44771525 2.44771525,1 3,1 Z M8,1 C8.55228475,1 9,1.44771525 9,2 L9.00090072,3.17102423 C8.6878673,3.06026977 8.35097203,3 8,3 C7.64905356,3 7.31218182,3.06026098 6.99916774,3.17100001 L7,2 C7,1.44771525 7.44771525,1 8,1 Z" id="path-1"></path>
@@ -15,7 +15,7 @@
15
15
  <g id="settings" transform="translate(0.000000, 966.000000)">
16
16
  <g id="Combined-Shape" transform="translate(243.000000, 0.000000)">
17
17
  <use fill="black" fill-opacity="1" filter="url(#filter-2)" xlink:href="#path-1"></use>
18
- <use fill="#989AB7" fill-rule="evenodd" xlink:href="#path-1"></use>
18
+ <use fill="currentColor" fill-rule="evenodd" xlink:href="#path-1"></use>
19
19
  </g>
20
20
  </g>
21
21
  </g>
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <svg width="1em" height="1em" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
3
  <title>8258B213-4691-4F57-A9BA-B794CD8C1294@1x</title>
4
4
  <g id="✔️-Collections" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -1462.000000)" fill="#989AB7">
5
+ <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -1462.000000)" fill="currentColor">
6
6
  <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
7
7
  <g id="icons" transform="translate(0.000000, 152.000000)">
8
8
  <g id="sick" transform="translate(0.000000, 1254.000000)">
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <svg width="1em" height="1em" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
3
  <title>444A72E2-89EC-4714-A021-8E912B45CAD5@1x</title>
4
4
  <g id="✔️-Collections" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -1206.000000)" fill="#989AB7">
5
+ <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -1206.000000)" fill="currentColor">
6
6
  <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
7
7
  <g id="icons" transform="translate(0.000000, 152.000000)">
8
8
  <g id="tachometer" transform="translate(0.000000, 998.000000)">