@paperless/core 0.0.3-alpha.4 → 0.1.0-alpha.2

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 (157) hide show
  1. package/CHANGELOG.md +75 -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-1d13a9d2.entry.js +1 -0
  44. package/dist/build/p-208c1f28.entry.js +1 -0
  45. package/dist/build/p-98d07776.js +2 -0
  46. package/dist/build/p-bbd1d3df.entry.js +1 -0
  47. package/dist/build/p-cd525dcc.entry.js +1 -0
  48. package/dist/build/p-feec8ec1.entry.js +1 -0
  49. package/dist/build/paperless.css +21 -10
  50. package/dist/build/paperless.esm.js +1 -1
  51. package/dist/cjs/{index-e3e940d8.js → index-5b30cb95.js} +158 -7
  52. package/dist/cjs/loader.cjs.js +2 -2
  53. package/dist/cjs/p-button.cjs.entry.js +4 -4
  54. package/dist/cjs/p-icon.cjs.entry.js +802 -0
  55. package/dist/cjs/p-illustration.cjs.entry.js +1426 -0
  56. package/dist/cjs/p-loader.cjs.entry.js +57 -0
  57. package/dist/cjs/p-tooltip.cjs.entry.js +1873 -0
  58. package/dist/cjs/paperless.cjs.js +2 -2
  59. package/dist/collection/assets/icons/arrow.svg +2 -2
  60. package/dist/collection/assets/icons/attachment.svg +2 -2
  61. package/dist/collection/assets/icons/bread.svg +2 -2
  62. package/dist/collection/assets/icons/calendar.svg +2 -2
  63. package/dist/collection/assets/icons/car.svg +2 -2
  64. package/dist/collection/assets/icons/checkmark.svg +2 -2
  65. package/dist/collection/assets/icons/chevron.svg +2 -2
  66. package/dist/collection/assets/icons/clock.svg +2 -2
  67. package/dist/collection/assets/icons/cogs.svg +2 -2
  68. package/dist/collection/assets/icons/comment.svg +2 -2
  69. package/dist/collection/assets/icons/document.svg +2 -2
  70. package/dist/collection/assets/icons/download.svg +2 -2
  71. package/dist/collection/assets/icons/envelope.svg +2 -2
  72. package/dist/collection/assets/icons/explanation.svg +2 -2
  73. package/dist/collection/assets/icons/eye.svg +2 -2
  74. package/dist/collection/assets/icons/filter.svg +2 -2
  75. package/dist/collection/assets/icons/grid.svg +2 -2
  76. package/dist/collection/assets/icons/headset.svg +2 -2
  77. package/dist/collection/assets/icons/list.svg +2 -2
  78. package/dist/collection/assets/icons/location.svg +2 -2
  79. package/dist/collection/assets/icons/megaphone.svg +2 -2
  80. package/dist/collection/assets/icons/minus.svg +2 -2
  81. package/dist/collection/assets/icons/negative.svg +2 -2
  82. package/dist/collection/assets/icons/pagination.svg +2 -2
  83. package/dist/collection/assets/icons/payment.svg +2 -2
  84. package/dist/collection/assets/icons/pencil.svg +2 -2
  85. package/dist/collection/assets/icons/person.svg +2 -2
  86. package/dist/collection/assets/icons/plus.svg +2 -2
  87. package/dist/collection/assets/icons/question.svg +2 -2
  88. package/dist/collection/assets/icons/receipt.svg +2 -2
  89. package/dist/collection/assets/icons/report.svg +2 -2
  90. package/dist/collection/assets/icons/search.svg +2 -2
  91. package/dist/collection/assets/icons/settings.svg +2 -2
  92. package/dist/collection/assets/icons/sick.svg +2 -2
  93. package/dist/collection/assets/icons/tachometer.svg +2 -2
  94. package/dist/collection/assets/icons/tool.svg +2 -2
  95. package/dist/collection/assets/icons/trash.svg +2 -2
  96. package/dist/collection/assets/icons/turn.svg +2 -2
  97. package/dist/collection/assets/icons/upload.svg +2 -2
  98. package/dist/collection/assets/icons/warning.svg +2 -2
  99. package/dist/collection/collection-manifest.json +5 -1
  100. package/dist/collection/components/{button → atoms/button}/button.component.css +0 -0
  101. package/dist/collection/components/{button → atoms/button}/button.component.js +6 -5
  102. package/dist/collection/components/atoms/icon/icon.component.js +112 -0
  103. package/dist/collection/components/atoms/illustration/illustration.component.js +39 -0
  104. package/dist/collection/components/atoms/loader/loader.component.css +26 -0
  105. package/dist/collection/components/atoms/loader/loader.component.js +153 -0
  106. package/dist/collection/components/atoms/tooltip/tooltip.component.css +34 -0
  107. package/dist/collection/components/atoms/tooltip/tooltip.component.js +174 -0
  108. package/dist/collection/tailwind/border-radius.js +1 -0
  109. package/dist/collection/tailwind/grid.js +6 -0
  110. package/dist/collection/tailwind/rotate.js +8 -0
  111. package/dist/collection/tailwind/scale.js +3 -0
  112. package/dist/collection/tailwind.config.js +9 -0
  113. package/dist/collection/utils/icons.js +82 -0
  114. package/dist/collection/utils/illustrations.js +18 -0
  115. package/dist/components/index.d.ts +4 -0
  116. package/dist/components/index.js +4 -0
  117. package/dist/components/p-button.js +4 -4
  118. package/dist/components/p-icon.d.ts +11 -0
  119. package/dist/components/p-icon.js +820 -0
  120. package/dist/components/p-illustration.d.ts +11 -0
  121. package/dist/components/p-illustration.js +1441 -0
  122. package/dist/components/p-loader.d.ts +11 -0
  123. package/dist/components/p-loader.js +77 -0
  124. package/dist/components/p-tooltip.d.ts +11 -0
  125. package/dist/components/p-tooltip.js +1891 -0
  126. package/dist/esm/{index-100a5ae6.js → index-111a6307.js} +157 -8
  127. package/dist/esm/loader.js +2 -2
  128. package/dist/esm/p-button.entry.js +4 -4
  129. package/dist/esm/p-icon.entry.js +798 -0
  130. package/dist/esm/p-illustration.entry.js +1422 -0
  131. package/dist/esm/p-loader.entry.js +53 -0
  132. package/dist/esm/p-tooltip.entry.js +1869 -0
  133. package/dist/esm/paperless.js +2 -2
  134. package/dist/index.html +1 -1
  135. package/dist/paperless/p-1d13a9d2.entry.js +1 -0
  136. package/dist/paperless/p-208c1f28.entry.js +1 -0
  137. package/dist/paperless/p-98d07776.js +2 -0
  138. package/dist/paperless/p-bbd1d3df.entry.js +1 -0
  139. package/dist/paperless/p-cd525dcc.entry.js +1 -0
  140. package/dist/paperless/p-feec8ec1.entry.js +1 -0
  141. package/dist/paperless/paperless.css +26928 -13
  142. package/dist/paperless/paperless.esm.js +1 -1
  143. package/dist/sw.js +136 -23
  144. package/dist/tailwind.config.js +9 -0
  145. package/dist/types/components/{button → atoms/button}/button.component.d.ts +1 -1
  146. package/dist/types/components/atoms/icon/icon.component.d.ts +23 -0
  147. package/dist/types/components/atoms/illustration/illustration.component.d.ts +9 -0
  148. package/dist/types/components/atoms/loader/loader.component.d.ts +30 -0
  149. package/dist/types/components/atoms/tooltip/tooltip.component.d.ts +28 -0
  150. package/dist/types/components.d.ts +162 -2
  151. package/dist/types/utils/icons.d.ts +43 -0
  152. package/dist/types/utils/illustrations.d.ts +11 -0
  153. package/package.json +8 -3
  154. package/dist/build/p-54459ae1.js +0 -2
  155. package/dist/build/p-c66e9743.entry.js +0 -1
  156. package/dist/paperless/p-54459ae1.js +0 -2
  157. package/dist/paperless/p-c66e9743.entry.js +0 -1
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const index = require('./index-e3e940d8.js');
3
+ const index = require('./index-5b30cb95.js');
4
4
 
5
5
  /*
6
6
  Stencil Client Patch Browser v2.17.0 | MIT Licensed | https://stenciljs.com
@@ -15,5 +15,5 @@ const patchBrowser = () => {
15
15
  };
16
16
 
17
17
  patchBrowser().then(options => {
18
- return index.bootstrapLazy([["p-button.cjs",[[1,"p-button",{"variant":[1]}]]]], options);
18
+ return index.bootstrapLazy([["p-button.cjs",[[1,"p-button",{"variant":[1]}]]],["p-icon.cjs",[[0,"p-icon",{"variant":[1],"size":[1],"rotate":[2],"flip":[1]}]]],["p-illustration.cjs",[[0,"p-illustration",{"variant":[1]}]]],["p-loader.cjs",[[1,"p-loader",{"show":[4],"variant":[1],"color":[1],"modalTitle":[1,"modal-title"],"modalDescription":[1,"modal-description"]}]]],["p-tooltip.cjs",[[1,"p-tooltip",{"content":[8],"placement":[1],"forceShow":[4,"force-show"]},[[1,"mouseenter","_show"],[0,"focus","_show"],[1,"mouseleave","_hide"],[0,"blur","_hide"]]]]]], options);
19
19
  });
@@ -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)">
@@ -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>3412434A-3941-4BA7-AF31-A18B70C22235@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, -1238.000000)" fill="#989AB7">
5
+ <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -1238.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="tool" transform="translate(0.000000, 1030.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>57E63C9F-ED1A-4C01-82E7-4413FAE7BD1B@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, -1270.000000)" fill="#989AB7">
5
+ <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -1270.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="trash" transform="translate(0.000000, 1062.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>3D8FF491-8CCF-45C5-8645-7ADDDAD1C215@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, -1398.000000)" fill="#989AB7">
5
+ <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -1398.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="turn" transform="translate(0.000000, 1190.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>625641CF-AE77-4A64-95BC-298DB7F96CF6@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, -1302.000000)" fill="#989AB7" fill-rule="nonzero">
5
+ <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -1302.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="uploaden" transform="translate(0.000000, 1094.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>8610B121-CA13-4C32-BC35-1DBE51B9260A@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, -1334.000000)" fill="#989AB7">
5
+ <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -1334.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="warning" transform="translate(0.000000, 1126.000000)">
@@ -1,6 +1,10 @@
1
1
  {
2
2
  "entries": [
3
- "./components/button/button.component.js"
3
+ "./components/atoms/icon/icon.component.js",
4
+ "./components/atoms/illustration/illustration.component.js",
5
+ "./components/atoms/button/button.component.js",
6
+ "./components/atoms/loader/loader.component.js",
7
+ "./components/atoms/tooltip/tooltip.component.js"
4
8
  ],
5
9
  "compiler": {
6
10
  "name": "@stencil/core",