@paperless/core 2.0.1-beta.124 → 2.0.1-beta.125

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 (196) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/assets/illustrations/calendar.svg +12 -0
  3. package/dist/build/p-05afbc63.entry.js +2 -0
  4. package/dist/build/p-05afbc63.entry.js.map +1 -0
  5. package/dist/build/p-accordion.entry.esm.js.map +1 -1
  6. package/dist/build/p-e33a56c8.entry.js +2 -0
  7. package/dist/build/p-e33a56c8.entry.js.map +1 -0
  8. package/dist/build/p-f208e61a.js +2 -0
  9. package/dist/build/p-illustration.entry.esm.js.map +1 -1
  10. package/dist/build/paperless.esm.js +1 -1
  11. package/dist/cjs/loader.cjs.js +1 -1
  12. package/dist/cjs/p-accordion.cjs.entry.js +11 -2
  13. package/dist/cjs/p-accordion.cjs.entry.js.map +1 -1
  14. package/dist/cjs/p-accordion.entry.cjs.js.map +1 -1
  15. package/dist/cjs/p-illustration.cjs.entry.js +15 -0
  16. package/dist/cjs/p-illustration.cjs.entry.js.map +1 -1
  17. package/dist/cjs/p-illustration.entry.cjs.js.map +1 -1
  18. package/dist/cjs/paperless.cjs.js +1 -1
  19. package/dist/collection/assets/illustrations/calendar.svg +12 -0
  20. package/dist/collection/components/atoms/illustration/illustration.component.js +1 -1
  21. package/dist/collection/components/molecules/accordion/accordion.component.css +1 -1
  22. package/dist/collection/components/molecules/accordion/accordion.component.js +29 -1
  23. package/dist/collection/components/molecules/accordion/accordion.component.js.map +1 -1
  24. package/dist/collection/utils/illustrations.js +2 -0
  25. package/dist/collection/utils/illustrations.js.map +1 -1
  26. package/dist/components/{p-CPkh1e-n.js → p-8IU_nxo3.js} +3 -3
  27. package/dist/components/{p-CPkh1e-n.js.map → p-8IU_nxo3.js.map} +1 -1
  28. package/dist/components/{p-CKTvcFFn.js → p-CS3-8LFI.js} +17 -2
  29. package/dist/components/p-CS3-8LFI.js.map +1 -0
  30. package/dist/components/p-accordion.js +11 -2
  31. package/dist/components/p-accordion.js.map +1 -1
  32. package/dist/components/p-empty-state.js +1 -1
  33. package/dist/components/p-illustration.js +1 -1
  34. package/dist/components/p-table.js +2 -2
  35. package/dist/esm/loader.js +1 -1
  36. package/dist/esm/p-accordion.entry.js +11 -2
  37. package/dist/esm/p-accordion.entry.js.map +1 -1
  38. package/dist/esm/p-illustration.entry.js +15 -0
  39. package/dist/esm/p-illustration.entry.js.map +1 -1
  40. package/dist/esm/paperless.js +1 -1
  41. package/dist/index.html +1 -1
  42. package/dist/paperless/p-05afbc63.entry.js +2 -0
  43. package/dist/paperless/p-05afbc63.entry.js.map +1 -0
  44. package/dist/paperless/p-accordion.entry.esm.js.map +1 -1
  45. package/dist/paperless/p-e33a56c8.entry.js +2 -0
  46. package/dist/paperless/p-e33a56c8.entry.js.map +1 -0
  47. package/dist/paperless/p-illustration.entry.esm.js.map +1 -1
  48. package/dist/paperless/paperless.esm.js +1 -1
  49. package/dist/sw.js +1 -1
  50. package/dist/sw.js.map +1 -1
  51. package/dist/types/components/molecules/accordion/accordion.component.d.ts +4 -0
  52. package/dist/types/components.d.ts +8 -0
  53. package/dist/types/utils/illustrations.d.ts +1 -0
  54. package/package.json +1 -1
  55. package/dist/assets/icons-old/arrow.svg +0 -14
  56. package/dist/assets/icons-old/attachment.svg +0 -16
  57. package/dist/assets/icons-old/bread.svg +0 -10
  58. package/dist/assets/icons-old/calendar.svg +0 -16
  59. package/dist/assets/icons-old/camera.svg +0 -10
  60. package/dist/assets/icons-old/car.svg +0 -10
  61. package/dist/assets/icons-old/checklist.svg +0 -17
  62. package/dist/assets/icons-old/checkmark.svg +0 -17
  63. package/dist/assets/icons-old/chevron.svg +0 -17
  64. package/dist/assets/icons-old/chevrons.svg +0 -15
  65. package/dist/assets/icons-old/clock.svg +0 -17
  66. package/dist/assets/icons-old/cogs.svg +0 -17
  67. package/dist/assets/icons-old/colleagues.svg +0 -14
  68. package/dist/assets/icons-old/comment.svg +0 -17
  69. package/dist/assets/icons-old/companies.svg +0 -14
  70. package/dist/assets/icons-old/company.svg +0 -8
  71. package/dist/assets/icons-old/deactivate.svg +0 -14
  72. package/dist/assets/icons-old/document.svg +0 -17
  73. package/dist/assets/icons-old/download.svg +0 -17
  74. package/dist/assets/icons-old/envelope.svg +0 -17
  75. package/dist/assets/icons-old/explanation.svg +0 -17
  76. package/dist/assets/icons-old/eye.svg +0 -17
  77. package/dist/assets/icons-old/fa/piggy.svg +0 -3
  78. package/dist/assets/icons-old/filter.svg +0 -10
  79. package/dist/assets/icons-old/folder.svg +0 -19
  80. package/dist/assets/icons-old/formula.svg +0 -15
  81. package/dist/assets/icons-old/grid.svg +0 -17
  82. package/dist/assets/icons-old/hashtag.svg +0 -14
  83. package/dist/assets/icons-old/headset.svg +0 -17
  84. package/dist/assets/icons-old/hidden.svg +0 -8
  85. package/dist/assets/icons-old/iDeal.svg +0 -13
  86. package/dist/assets/icons-old/integration.svg +0 -17
  87. package/dist/assets/icons-old/list.svg +0 -17
  88. package/dist/assets/icons-old/location.svg +0 -17
  89. package/dist/assets/icons-old/lock.svg +0 -8
  90. package/dist/assets/icons-old/megaphone.svg +0 -17
  91. package/dist/assets/icons-old/menu.svg +0 -25
  92. package/dist/assets/icons-old/minus.svg +0 -17
  93. package/dist/assets/icons-old/more.svg +0 -18
  94. package/dist/assets/icons-old/negative.svg +0 -17
  95. package/dist/assets/icons-old/notification.svg +0 -10
  96. package/dist/assets/icons-old/pagination.svg +0 -17
  97. package/dist/assets/icons-old/payment.svg +0 -17
  98. package/dist/assets/icons-old/pencil.svg +0 -17
  99. package/dist/assets/icons-old/person.svg +0 -17
  100. package/dist/assets/icons-old/plan.svg +0 -5
  101. package/dist/assets/icons-old/plus.svg +0 -17
  102. package/dist/assets/icons-old/question.svg +0 -17
  103. package/dist/assets/icons-old/receipt.svg +0 -17
  104. package/dist/assets/icons-old/reload.svg +0 -10
  105. package/dist/assets/icons-old/report.svg +0 -17
  106. package/dist/assets/icons-old/review.svg +0 -8
  107. package/dist/assets/icons-old/search.svg +0 -10
  108. package/dist/assets/icons-old/settings.svg +0 -8
  109. package/dist/assets/icons-old/sick.svg +0 -17
  110. package/dist/assets/icons-old/signout.svg +0 -23
  111. package/dist/assets/icons-old/switch.svg +0 -8
  112. package/dist/assets/icons-old/tachometer.svg +0 -17
  113. package/dist/assets/icons-old/task.svg +0 -17
  114. package/dist/assets/icons-old/template.svg +0 -17
  115. package/dist/assets/icons-old/tool.svg +0 -17
  116. package/dist/assets/icons-old/trash.svg +0 -17
  117. package/dist/assets/icons-old/turn.svg +0 -17
  118. package/dist/assets/icons-old/unlock.svg +0 -8
  119. package/dist/assets/icons-old/upload.svg +0 -17
  120. package/dist/assets/icons-old/warning.svg +0 -17
  121. package/dist/build/p-294bbfd8.js +0 -2
  122. package/dist/build/p-a5bc8b63.entry.js +0 -2
  123. package/dist/build/p-a5bc8b63.entry.js.map +0 -1
  124. package/dist/build/p-c1041af9.entry.js +0 -2
  125. package/dist/build/p-c1041af9.entry.js.map +0 -1
  126. package/dist/collection/assets/icons-old/arrow.svg +0 -14
  127. package/dist/collection/assets/icons-old/attachment.svg +0 -16
  128. package/dist/collection/assets/icons-old/bread.svg +0 -10
  129. package/dist/collection/assets/icons-old/calendar.svg +0 -16
  130. package/dist/collection/assets/icons-old/camera.svg +0 -10
  131. package/dist/collection/assets/icons-old/car.svg +0 -10
  132. package/dist/collection/assets/icons-old/checklist.svg +0 -17
  133. package/dist/collection/assets/icons-old/checkmark.svg +0 -17
  134. package/dist/collection/assets/icons-old/chevron.svg +0 -17
  135. package/dist/collection/assets/icons-old/chevrons.svg +0 -15
  136. package/dist/collection/assets/icons-old/clock.svg +0 -17
  137. package/dist/collection/assets/icons-old/cogs.svg +0 -17
  138. package/dist/collection/assets/icons-old/colleagues.svg +0 -14
  139. package/dist/collection/assets/icons-old/comment.svg +0 -17
  140. package/dist/collection/assets/icons-old/companies.svg +0 -14
  141. package/dist/collection/assets/icons-old/company.svg +0 -8
  142. package/dist/collection/assets/icons-old/deactivate.svg +0 -14
  143. package/dist/collection/assets/icons-old/document.svg +0 -17
  144. package/dist/collection/assets/icons-old/download.svg +0 -17
  145. package/dist/collection/assets/icons-old/envelope.svg +0 -17
  146. package/dist/collection/assets/icons-old/explanation.svg +0 -17
  147. package/dist/collection/assets/icons-old/eye.svg +0 -17
  148. package/dist/collection/assets/icons-old/fa/piggy.svg +0 -3
  149. package/dist/collection/assets/icons-old/filter.svg +0 -10
  150. package/dist/collection/assets/icons-old/folder.svg +0 -19
  151. package/dist/collection/assets/icons-old/formula.svg +0 -15
  152. package/dist/collection/assets/icons-old/grid.svg +0 -17
  153. package/dist/collection/assets/icons-old/hashtag.svg +0 -14
  154. package/dist/collection/assets/icons-old/headset.svg +0 -17
  155. package/dist/collection/assets/icons-old/hidden.svg +0 -8
  156. package/dist/collection/assets/icons-old/iDeal.svg +0 -13
  157. package/dist/collection/assets/icons-old/integration.svg +0 -17
  158. package/dist/collection/assets/icons-old/list.svg +0 -17
  159. package/dist/collection/assets/icons-old/location.svg +0 -17
  160. package/dist/collection/assets/icons-old/lock.svg +0 -8
  161. package/dist/collection/assets/icons-old/megaphone.svg +0 -17
  162. package/dist/collection/assets/icons-old/menu.svg +0 -25
  163. package/dist/collection/assets/icons-old/minus.svg +0 -17
  164. package/dist/collection/assets/icons-old/more.svg +0 -18
  165. package/dist/collection/assets/icons-old/negative.svg +0 -17
  166. package/dist/collection/assets/icons-old/notification.svg +0 -10
  167. package/dist/collection/assets/icons-old/pagination.svg +0 -17
  168. package/dist/collection/assets/icons-old/payment.svg +0 -17
  169. package/dist/collection/assets/icons-old/pencil.svg +0 -17
  170. package/dist/collection/assets/icons-old/person.svg +0 -17
  171. package/dist/collection/assets/icons-old/plan.svg +0 -5
  172. package/dist/collection/assets/icons-old/plus.svg +0 -17
  173. package/dist/collection/assets/icons-old/question.svg +0 -17
  174. package/dist/collection/assets/icons-old/receipt.svg +0 -17
  175. package/dist/collection/assets/icons-old/reload.svg +0 -10
  176. package/dist/collection/assets/icons-old/report.svg +0 -17
  177. package/dist/collection/assets/icons-old/review.svg +0 -8
  178. package/dist/collection/assets/icons-old/search.svg +0 -10
  179. package/dist/collection/assets/icons-old/settings.svg +0 -8
  180. package/dist/collection/assets/icons-old/sick.svg +0 -17
  181. package/dist/collection/assets/icons-old/signout.svg +0 -23
  182. package/dist/collection/assets/icons-old/switch.svg +0 -8
  183. package/dist/collection/assets/icons-old/tachometer.svg +0 -17
  184. package/dist/collection/assets/icons-old/task.svg +0 -17
  185. package/dist/collection/assets/icons-old/template.svg +0 -17
  186. package/dist/collection/assets/icons-old/tool.svg +0 -17
  187. package/dist/collection/assets/icons-old/trash.svg +0 -17
  188. package/dist/collection/assets/icons-old/turn.svg +0 -17
  189. package/dist/collection/assets/icons-old/unlock.svg +0 -8
  190. package/dist/collection/assets/icons-old/upload.svg +0 -17
  191. package/dist/collection/assets/icons-old/warning.svg +0 -17
  192. package/dist/components/p-CKTvcFFn.js.map +0 -1
  193. package/dist/paperless/p-a5bc8b63.entry.js +0 -2
  194. package/dist/paperless/p-a5bc8b63.entry.js.map +0 -1
  195. package/dist/paperless/p-c1041af9.entry.js +0 -2
  196. package/dist/paperless/p-c1041af9.entry.js.map +0 -1
@@ -1,17 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
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
- <title>3D8FF491-8CCF-45C5-8645-7ADDDAD1C215@1x</title>
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="currentColor">
6
- <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
7
- <g id="icons" transform="translate(0.000000, 152.000000)">
8
- <g id="turn" transform="translate(0.000000, 1190.000000)">
9
- <g id="icon---in-uitdienst" transform="translate(243.000000, 0.000000)">
10
- <path d="M1,1.99423586 C1,1.44513456 1.44513456,1 1.99423586,1 C2.54333716,1 2.98847172,1.44513456 2.98847172,1.99423586 L2.988,9.007 L11.75,9.007 L9.39708325,6.66219399 C9.02209406,6.28838243 9.01220019,5.68418993 9.37474898,5.29830091 C9.70062819,4.9514422 10.2291067,4.90906176 10.6040311,5.18226633 L10.694357,5.25714859 C10.6984555,5.26099915 10.7025191,5.26488666 10.7065473,5.26881064 L14.6597991,9.11979005 C14.8244407,9.2801723 14.9219998,9.48346274 14.9520181,9.69468458 C15.0520172,9.99694432 15.0067353,10.3419522 14.7998574,10.6150025 C14.774755,10.6481342 14.7476112,10.6796685 14.718584,10.7094219 L10.8035296,14.7224257 C10.4493918,15.0854235 9.86803851,15.092606 9.50504067,14.7384682 L9.49310725,14.7266108 L9.49310725,14.7266108 C9.12637653,14.3554774 9.11943423,13.7605746 9.47740427,13.3809841 L11.712,11.01 L2,11.0100003 C1.44771525,11.0100003 1,10.5622851 1,10.0100003 L1,1.99423586 Z"></path>
11
- </g>
12
- </g>
13
- </g>
14
- </g>
15
- </g>
16
- </g>
17
- </svg>
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
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
- <title>⚛️ Atoms/icons/unlock</title>
4
- <g id="⚛️-Atoms/icons/unlock" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <rect id="Bounding-box" x="0" y="0" width="16" height="16"></rect>
6
- <path d="M8,0 C9.60444989,0 11.0837446,0.762152961 12.0202415,2.02675058 C12.3489217,2.4705836 12.255572,3.09682932 11.811739,3.42550957 C11.3679059,3.75418981 10.7416602,3.66084004 10.41298,3.21700703 C9.84974471,2.45644289 8.96381554,2 8,2 C6.34314575,2 5,3.34314575 5,5 L14,5 C15.1045695,5 16,5.8954305 16,7 L16,14 C16,15.1045695 15.1045695,16 14,16 L2,16 C0.8954305,16 0,15.1045695 0,14 L0,7 C0,5.8954305 0.8954305,5 2,5 L3,5 C3,2.23857625 5.23857625,0 8,0 Z M8,8 C7.17157288,8 6.5,8.67157288 6.5,9.5 C6.5,10.1532187 6.91754351,10.7089149 7.50029246,10.9147505 L7.5,12.5 C7.5,12.7761424 7.72385763,13 8,13 C8.27614237,13 8.5,12.7761424 8.5,12.5 L8.50070296,10.9143985 C9.08293192,10.7082819 9.5,10.1528467 9.5,9.5 C9.5,8.67157288 8.82842712,8 8,8 Z" id="Combined-Shape" fill="currentColor"></path>
7
- </g>
8
- </svg>
@@ -1,17 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
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
- <title>625641CF-AE77-4A64-95BC-298DB7F96CF6@1x</title>
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="currentColor" fill-rule="nonzero">
6
- <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
7
- <g id="icons" transform="translate(0.000000, 152.000000)">
8
- <g id="uploaden" transform="translate(0.000000, 1094.000000)">
9
- <g id="icon---download" transform="translate(243.000000, 0.000000)">
10
- <path d="M7.29289322,5.79310678 C7.68341751,5.40258249 8.31658249,5.40258249 8.70710678,5.79310678 L8.70710678,5.79310678 L12.207,9.293 C12.5975,9.6835 12.5975,10.3165 12.207,10.707 C12.0115,10.9025 11.756,11 11.5,11 C11.244,11 10.9885,10.9025 10.793,10.707 L10.793,10.707 L9,8.914 L9,13.535 C9,14.087 8.552,14.535 8,14.535 C7.4475,14.535 7,14.087 7,13.535 L7,13.535 L7,8.914 L5.207,10.707 C4.8165,11.0975 4.1835,11.0975 3.793,10.707 C3.4025,10.3165 3.4025,9.6835 3.793,9.293 L3.793,9.293 Z M12,2 C12.5522847,2 13,2.44771525 13,3 C13,3.55228475 12.5522847,4 12,4 L4,4 C3.44771525,4 3,3.55228475 3,3 C3,2.44771525 3.44771525,2 4,2 L12,2 Z"></path>
11
- </g>
12
- </g>
13
- </g>
14
- </g>
15
- </g>
16
- </g>
17
- </svg>
@@ -1,17 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
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
- <title>8610B121-CA13-4C32-BC35-1DBE51B9260A@1x</title>
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="currentColor">
6
- <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
7
- <g id="icons" transform="translate(0.000000, 152.000000)">
8
- <g id="warning" transform="translate(0.000000, 1126.000000)">
9
- <g id="Combined-Shape" transform="translate(243.000000, 0.000000)">
10
- <path d="M8.4472136,1.34164079 C8.640741,1.43840449 8.79766349,1.59532698 8.89442719,1.78885438 L15.2763932,14.5527864 C15.5233825,15.0467649 15.3231581,15.6474379 14.8291796,15.8944272 C14.6903242,15.9638549 14.5372111,16 14.381966,16 L1.61803399,16 C1.06574924,16 0.618033989,15.5522847 0.618033989,15 C0.618033989,14.8447549 0.654179081,14.6916418 0.723606798,14.5527864 L7.10557281,1.78885438 C7.35256206,1.29487588 7.9532351,1.09465154 8.4472136,1.34164079 Z M8,12 C7.44771525,12 7,12.4477153 7,13 C7,13.5522847 7.44771525,14 8,14 C8.55228475,14 9,13.5522847 9,13 C9,12.4477153 8.55228475,12 8,12 Z M8,6 C7.44771525,6 7,6.44771525 7,7 L7,7 L7,10 C7,10.5522847 7.44771525,11 8,11 C8.55228475,11 9,10.5522847 9,10 L9,10 L9,7 C9,6.44771525 8.55228475,6 8,6 Z"></path>
11
- </g>
12
- </g>
13
- </g>
14
- </g>
15
- </g>
16
- </g>
17
- </svg>
@@ -1,2 +0,0 @@
1
- import{p as e,b as a}from"./p-DhGo7hbh.js";export{s as setNonce}from"./p-DhGo7hbh.js";import{g as t}from"./p-DQuL1Twl.js";var o=()=>{const a=import.meta.url;const t={};if(a!==""){t.resourcesUrl=new URL(".",a).href}return e(t)};o().then((async e=>{await t();return a(JSON.parse('[["p-1637ed58",[[4,"p-button",{"label":[1],"as":[1],"variant":[1],"active":[4],"error":[4],"underline":[4],"href":[1],"target":[1],"size":[1],"type":[1],"loading":[4],"chevron":[8],"chevronPosition":[1,"chevron-position"],"disabled":[4],"icon":[1],"iconOnly":[4,"icon-only"],"iconPosition":[1,"icon-position"],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"],"inheritText":[4,"inherit-text"],"buttonGroupPosition":[1,"button-group-position"],"class":[1]},[[2,"click","handleClick"]]],[1,"p-loader",{"show":[4],"variant":[1],"color":[1],"modalTitle":[1,"modal-title"],"modalDescription":[1,"modal-description"]}],[1,"p-icon",{"variant":[1],"size":[1],"rotate":[2],"flip":[1]}]]],["p-6230b6da",[[4,"p-table",{"items":[1],"loading":[4],"headerLoading":[4,"header-loading"],"footerLoading":[4,"footer-loading"],"amountOfLoadingRows":[2,"amount-of-loading-rows"],"enableRowSelection":[4,"enable-row-selection"],"rowSelectionLimit":[2,"row-selection-limit"],"enableRowClick":[4,"enable-row-click"],"selectedRows":[16,"selected-rows"],"enableFloatingMenu":[4,"enable-floating-menu"],"floatingMenuAmountSelectedTemplate":[16,"floating-menu-amount-selected-template"],"selectionKey":[1,"selection-key"],"canSelectKey":[1,"can-select-key"],"enableHeader":[4,"enable-header"],"quickFilters":[16,"quick-filters"],"activeQuickFilterIdentifier":[1,"active-quick-filter-identifier"],"enableSearch":[4,"enable-search"],"query":[1025],"enableFilter":[4,"enable-filter"],"enableFilterDesktop":[4,"enable-filter-desktop"],"selectedFiltersAmount":[2,"selected-filters-amount"],"filterButtonTemplate":[16,"filter-button-template"],"enableAction":[4,"enable-action"],"actionButtonLoading":[4,"action-button-loading"],"actionButtonEnabled":[4,"action-button-enabled"],"actionButtonIcon":[1,"action-button-icon"],"actionButtonText":[1,"action-button-text"],"actionButtonTemplate":[16,"action-button-template"],"enableFooter":[4,"enable-footer"],"enablePaginationSize":[4,"enable-pagination-size"],"enablePaginationPages":[4,"enable-pagination-pages"],"enableExport":[4,"enable-export"],"page":[1538],"total":[2],"pageSize":[2,"page-size"],"pageSizeOptions":[16,"page-size-options"],"hideOnSinglePage":[4,"hide-on-single-page"],"emptyStateHeader":[16,"empty-state-header"],"emptyStateContent":[16,"empty-state-content"],"emptyStateAction":[16,"empty-state-action"],"enableEmptyStateAction":[4,"enable-empty-state-action"],"emptyStateFilteredHeader":[16,"empty-state-filtered-header"],"emptyStateFilteredContent":[16,"empty-state-filtered-content"],"shadow":[4],"_locales":[32],"_columns":[32],"_items":[32],"_enableRowSelection":[32],"_rowSelectionLimit":[32],"_rowActionsFloating":[32],"_rowActionsRow":[32],"_footerHidden":[32]},[[16,"localeChanged","_setLocales"],[16,"tableDefinitionChanged","onTableDefinitionUpdated"],[4,"keydown","keyDown"],[4,"keyup","keyUp"],[4,"visibilitychange","visibilityChange"],[9,"resize","_setRowSelectionData"]],{"items":["_parseItems"],"enableRowSelection":["_setRowSelectionData"],"rowSelectionLimit":["_setRowSelectionData"],"selectedRows":["_setRowSelectionData"]}]]],["p-8ff7cf25",[[65,"p-select",{"items":[1],"multi":[516],"usePortal":[4,"use-portal"],"strategy":[1],"icon":[1],"query":[1],"placeholder":[1],"autocompletePlaceholder":[1,"autocomplete-placeholder"],"value":[8],"displayKey":[1,"display-key"],"dropdownDisplayKey":[1,"dropdown-display-key"],"selectionDisplayKey":[1,"selection-display-key"],"valueKey":[1,"value-key"],"avatarKey":[1,"avatar-key"],"iconKey":[1,"icon-key"],"showIconInSelectedItem":[1,"show-icon-in-selected-item"],"classKey":[1,"class-key"],"applyClassOnSelectedItem":[1,"apply-class-on-selected-item"],"avatarLettersKey":[1,"avatar-letters-key"],"identifierKey":[1,"identifier-key"],"queryKey":[1,"query-key"],"autoSelectFirst":[4,"auto-select-first"],"showChevron":[4,"show-chevron"],"maxDisplayedItems":[2,"max-displayed-items"],"enableAutocomplete":[4,"enable-autocomplete"],"asyncFilter":[4,"async-filter"],"loading":[4],"enableSelectAll":[4,"enable-select-all"],"selectAllText":[1,"select-all-text"],"selectAllIcon":[1,"select-all-icon"],"size":[1],"prefix":[1],"label":[1],"helper":[1],"required":[516],"error":[513],"disabled":[516],"showAddItem":[4,"show-add-item"],"addItemText":[1,"add-item-text"],"emptyStateText":[1,"empty-state-text"],"_showDropdown":[32],"_selectedItem":[32],"_allSelected":[32],"_amountHidden":[32]},[[6,"click","documentClickHandler"]],{"value":["_valueChange"],"items":["itemChanges"],"_showDropdown":["_showDropdownChanges"],"multi":["multiChanges"]}]]],["p-5048c4c2",[[64,"p-datepicker",{"placeholder":[1],"value":[1],"preselectToday":[4,"preselect-today"],"enableNativePicker":[4,"enable-native-picker"],"disabledDates":[1,"disabled-dates"],"minDate":[1,"min-date"],"maxDate":[1,"max-date"],"disableWeekends":[4,"disable-weekends"],"mode":[1],"format":[1],"hideIconWhenFilled":[4,"hide-icon-when-filled"],"size":[1],"prefix":[1],"label":[1],"loading":[4],"helper":[1],"required":[516],"error":[513],"disabled":[516],"strategy":[1],"placement":[513],"_showDropdown":[32],"_value":[32],"_minDate":[32],"_maxDate":[32],"_disabledDates":[32],"_isMobileBrowser":[32]},[[6,"click","documentClickHandler"]],{"value":["parseValue"],"minDate":["parseMinDate"],"maxDate":["parseMaxDate"],"disabledDates":["parseDisabledDates"]}]]],["p-00e39694",[[1,"p-modal",{"size":[1],"header":[1],"show":[4],"applyBlur":[4,"apply-blur"],"showClose":[4,"show-close"],"showMobileFooter":[4,"show-mobile-footer"],"backdropClickClose":[4,"backdrop-click-close"],"scrollLock":[4,"scroll-lock"],"_closing":[32]},[[8,"closeModal","handleCloseModal"]]]]],["p-9c277029",[[1,"p-drawer",{"header":[1],"show":[4],"applyBlur":[4,"apply-blur"],"showClose":[4,"show-close"],"backdropClickClose":[4,"backdrop-click-close"],"canClose":[4,"can-close"],"scrollLock":[4,"scroll-lock"],"_closing":[32]},[[8,"closeDrawer","handleCloseDrawer"],[8,"forceCloseDrawer","handleForceCloseDrawer"]]]]],["p-4953f4a9",[[1,"p-attachment",{"enableCameraOnMobile":[4,"enable-camera-on-mobile"],"value":[1],"fileId":[1,"file-id"],"accept":[1],"label":[1],"helper":[1],"required":[516],"mode":[1],"placeholder":[1],"cameraTooltip":[1,"camera-tooltip"],"downloadTooltip":[1,"download-tooltip"],"uploadTooltip":[1,"upload-tooltip"],"deleteTooltip":[1,"delete-tooltip"],"loading":[4],"error":[1]}]]],["p-856f3266",[[1,"p-profile",{"dropdownLocation":[1,"dropdown-location"],"_dropdownOpen":[32],"_hasDropdownSlot":[32]},[[0,"slotchange","slotchange"]]]]],["p-e2054751",[[1,"p-navbar",{"_show":[32]},[[8,"closeNavbar","handleCloseNavbar"],[8,"openNavbar","handleOpenNavbar"]]]]],["p-f1f14a3f",[[1,"p-card-header",{"variant":[1],"header":[1],"icon":[1],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"]}]]],["p-2edd87f3",[[4,"p-navigation-item",{"icon":[1],"active":[4],"loading":[4],"as":[1],"counter":[8],"href":[1],"target":[1],"class":[1]}]]],["p-cc3307b8",[[1,"p-toast",{"variant":[1],"header":[1],"content":[1],"enableAction":[4,"enable-action"],"actionIcon":[1,"action-icon"],"actionIconFlip":[1,"action-icon-flip"],"actionIconRotate":[2,"action-icon-rotate"]}]]],["p-c1041af9",[[1,"p-accordion",{"header":[1],"open":[4],"closeable":[4],"openable":[4]}]]],["p-30f6e463",[[1,"p-cropper",{"variant":[513],"value":[8],"returnType":[1,"return-type"],"_loaded":[32],"_currentScale":[32]},[[9,"resize","onResize"]]]]],["p-e0156f45",[[1,"p-info-panel",{"variant":[1],"header":[1],"content":[1],"closeable":[4]}]]],["p-26a3990a",[[1,"p-label",{"variant":[513],"iconOnly":[516,"icon-only"],"icon":[513],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"],"keepMobileContent":[516,"keep-mobile-content"]}]]],["p-05db72d0",[[1,"p-listing"]]],["p-abd13a2a",[[1,"p-listing-item",{"icon":[1]}]]],["p-474a16ab",[[4,"p-navigation-section",{"header":[1]}]]],["p-9cf8ba05",[[1,"p-stepper",{"activeStep":[2,"active-step"],"enableAutoStatus":[4,"enable-auto-status"],"direction":[1],"align":[1],"contentPosition":[1,"content-position"]},null,{"align":["_onAlignChange"],"direction":["_onDirectionChange"],"activeStep":["_onActiveStepChange"]}]]],["p-08cff47b",[[1,"p-tab-container"]]],["p-5451207c",[[4,"p-avatar-group",{"extra":[2]}]]],["p-d6828011",[[1,"p-button-group",{"size":[1]},[[0,"slotchange","slotchange"]]]]],["p-1a544806",[[1,"p-card-body"]]],["p-128f3811",[[1,"p-card-container",{"active":[4],"hoverable":[4],"shadow":[4]}]]],["p-0740b690",[[1,"p-content-slider",{"hideMobileIndicator":[4,"hide-mobile-indicator"],"disableDrag":[4,"disable-drag"],"disableAutoCenter":[4,"disable-auto-center"],"disableIndicatorClick":[4,"disable-indicator-click"],"_visibleIndex":[32],"_outerHeight":[32],"_totalWidth":[32],"_dragging":[32]},[[9,"mouseup","mouseUpHandler"],[9,"touchend","mouseUpHandler"],[9,"resize","resizeHandler"]]]]],["p-01a2b5af",[[1,"p-iban-icon",{"iban":[513],"variant":[513]}]]],["p-0fe51ad0",[[0,"p-illustration-deprecated",{"variant":[1]}]]],["p-9409dfd7",[[1,"p-layout",{"variant":[1]}]]],["p-3d341a83",[[68,"p-radio",{"value":[1],"disabled":[516],"required":[516],"id":[513],"name":[513],"checked":[516],"_nonce":[32]}]]],["p-26b8bf57",[[1,"p-stepper-item",{"number":[2],"align":[1],"contentPosition":[1,"content-position"],"finished":[4],"active":[4]}]]],["p-561cd302",[[1,"p-tab-item",{"active":[4]}]]],["p-4c81bb03",[[0,"p-table-column",{"path":[1537],"type":[1537],"name":[1537],"useSlot":[1540,"use-slot"],"hasCheckbox":[1540,"has-checkbox"],"align":[1537],"parsedSizes":[1040,"parsed-sizes"],"sizes":[1032]}]]],["p-37bdbb19",[[0,"p-table-row-action",{"type":[1537],"icon":[1],"iconOnly":[4,"icon-only"],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"],"label":[1],"action":[16],"disabled":[4],"loading":[4],"showFunction":[16,"show-function"]}]]],["p-a5f29193",[[1,"p-toast-container",{"placement":[1]}]]],["p-22e7fde5",[[68,"p-toggle",{"checked":[4],"disabled":[516],"required":[516],"id":[513],"name":[513],"_nonce":[32]}]]],["p-c879f50c",[[0,"p-calendar",{"variant":[1],"value":[1],"preselectToday":[4,"preselect-today"],"disabledDates":[1,"disabled-dates"],"minDate":[1,"min-date"],"maxDate":[1,"max-date"],"disableWeekends":[4,"disable-weekends"],"mode":[1],"_view":[32],"_viewDate":[32],"_value":[32],"_minDate":[32],"_maxDate":[32],"_disabledDates":[32]},null,{"value":["_parseValue"],"minDate":["_parseMinDate"],"maxDate":["_parseMaxDate"],"disabledDates":["_parseDisabledDates"]}]]],["p-8249382f",[[0,"p-avatar",{"size":[513],"defaultImage":[1,"default-image"],"src":[1],"letters":[1],"_src":[32],"_failed":[32]},null,{"src":["onSrchChange"]}]]],["p-868f9ee9",[[1,"p-listing-line"]]],["p-7ddf5875",[[1,"p-navigation-title"]]],["p-0c0ebb15",[[1,"p-stepper-line",{"active":[516],"direction":[513]}]]],["p-a5bc8b63",[[0,"p-illustration",{"variant":[1]}]]],["p-a48262c6",[[1,"p-drawer-header",{"showClose":[4,"show-close"]}],[1,"p-drawer-body"],[1,"p-drawer-container",{"closing":[4]}]]],["p-5fa74e2e",[[1,"p-backdrop",{"variant":[1],"applyBlur":[4,"apply-blur"],"closing":[4],"scrollLock":[4,"scroll-lock"],"class":[1]},[[2,"click","handleClick"]]]]],["p-d18ee52f",[[1,"p-modal-header",{"showClose":[4,"show-close"]}],[1,"p-modal-footer"],[1,"p-modal-body",{"roundedBottom":[4,"rounded-bottom"],"roundedTop":[4,"rounded-top"]}],[1,"p-modal-container",{"size":[1],"closing":[4]}]]],["p-52149e0e",[[4,"p-pagination-pages-item",{"variant":[1],"active":[4],"hover":[4],"disabled":[4]}]]],["p-1778732a",[[0,"p-smile",{"variant":[1]}]]],["p-6c5f6d8a",[[4,"p-segment-item",{"variant":[1],"active":[4],"iconOnly":[4,"icon-only"],"icon":[1],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"]}],[4,"p-segment-container"],[4,"p-badge"]]],["p-ae64bdf2",[[4,"p-divider",{"variant":[513]}]]],["p-eef52967",[[4,"p-portal"]]],["p-add932d6",[[1,"p-dropdown-menu-item",{"active":[4],"checkbox":[4],"variant":[1],"enableHover":[4,"enable-hover"],"disabled":[4],"icon":[1],"iconWave":[4,"icon-wave"],"useContainer":[4,"use-container"]}],[68,"p-checkbox",{"checked":[4],"indeterminate":[4],"disabled":[516],"required":[516],"id":[513],"name":[513],"_nonce":[32]}],[1,"p-dropdown",{"variant":[1],"placement":[513],"offset":[2],"strategy":[1],"show":[4],"usePortal":[4,"use-portal"],"calculateWidth":[4,"calculate-width"],"applyMaxWidth":[4,"apply-max-width"],"applyFullWidth":[4,"apply-full-width"],"allowOverflow":[4,"allow-overflow"],"scrollable":[8],"insideClick":[4,"inside-click"],"disableTriggerClick":[4,"disable-trigger-click"],"applyChevron":[4,"apply-chevron"],"chevronPosition":[1,"chevron-position"],"chevronDirection":[1,"chevron-direction"]},[[6,"click","documentClickHandler"]],{"show":["onShowChange"]}],[1,"p-dropdown-menu-container",{"variant":[1],"maxWidth":[4,"max-width"],"class":[1],"fullWidth":[4,"full-width"],"allowOverflow":[4,"allow-overflow"],"scrollable":[8]}]]],["p-8981247d",[[0,"p-pagination",{"hideOnSinglePage":[4,"hide-on-single-page"],"enablePaginationSize":[4,"enable-pagination-size"],"enablePaginationPages":[4,"enable-pagination-pages"],"page":[1538],"total":[2],"pageSize":[2,"page-size"],"pageSizeOptions":[16,"page-size-options"],"_hasPaginationPages":[32]}],[1,"p-pagination-size",{"size":[1538],"sizeOptions":[16,"size-options"],"itemTemplate":[16,"item-template"],"hidden":[4],"dropdownIsOpen":[32],"_locales":[32]},[[16,"localeChanged","_setLocales"]]],[0,"p-pagination-pages",{"page":[1538],"pageSize":[2,"page-size"],"hideOnSinglePage":[4,"hide-on-single-page"],"total":[2]},null,{"page":["pageChangeHandler"],"pageSize":["pageChangeHandler"],"total":["pageChangeHandler"]}]]],["p-c7139e78",[[1,"p-helper",{"strategy":[1],"placement":[1]}],[1,"p-tooltip",{"variant":[1],"content":[8],"placement":[1],"offset":[2],"strategy":[1],"enableUserInput":[4,"enable-user-input"],"show":[4],"usePortal":[4,"use-portal"],"canManuallyClose":[4,"can-manually-close"]},[[2,"click","clickHandler"],[6,"click","documentClickHandler"],[1,"mouseenter","mouseEnterHandler"],[0,"focus","mouseEnterHandler"],[1,"mouseleave","mouseLeaveHandler"],[0,"blur","mouseLeaveHandler"]],{"show":["onShowChange"]}]]],["p-7da0b98b",[[65,"p-field",{"variant":[1],"id":[1],"size":[1],"type":[1],"properties":[8],"prefix":[1],"suffix":[1],"icon":[1],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"],"iconPosition":[1,"icon-position"],"value":[1],"label":[1],"loading":[4],"placeholder":[1],"helper":[1],"required":[516],"autofocus":[516],"error":[513],"errorPlacement":[1,"error-placement"],"disabled":[516],"focused":[516],"forceShowTooltip":[516,"force-show-tooltip"],"selectAllOnFocus":[516,"select-all-on-focus"],"focusMethod":[1,"focus-method"],"optionalTemplate":[16,"optional-template"],"_focused":[32],"_nonce":[32]},[[0,"focusin","handleFocusIn"],[0,"focusout","handleFocusOut"],[2,"keyup","handleKeyup"]]],[1,"p-field-container",{"id":[1],"label":[1],"loading":[4],"loadingSize":[1,"loading-size"],"variant":[1],"helper":[1],"required":[516],"error":[513],"errorPlacement":[1,"error-placement"],"forceShowTooltip":[516,"force-show-tooltip"],"optionalTemplate":[16,"optional-template"],"_locales":[32]},[[16,"localeChanged","_setLocales"]]]]],["p-c4724fb7",[[1,"p-table-header",{"quickFilters":[16,"quick-filters"],"activeQuickFilterIdentifier":[1,"active-quick-filter-identifier"],"loading":[4],"enableSearch":[4,"enable-search"],"itemsSelectedAmount":[2,"items-selected-amount"],"query":[1025],"enableFilter":[4,"enable-filter"],"enableExport":[4,"enable-export"],"enableFilterDesktop":[4,"enable-filter-desktop"],"selectedFiltersAmount":[2,"selected-filters-amount"],"filterButtonTemplate":[16,"filter-button-template"],"enableAction":[4,"enable-action"],"actionLoading":[4,"action-loading"],"actionIcon":[1,"action-icon"],"actionText":[1,"action-text"],"canUseAction":[1028,"can-use-action"],"actionButtonTemplate":[16,"action-button-template"],"_locales":[32]},[[16,"localeChanged","_setLocales"]]],[1,"p-table-footer",{"enablePaginationSize":[4,"enable-pagination-size"],"enablePaginationPages":[4,"enable-pagination-pages"],"loading":[4],"page":[1538],"total":[2],"pageSize":[2,"page-size"],"pageSizeOptions":[16,"page-size-options"],"hideOnSinglePage":[4,"hide-on-single-page"],"_isPinned":[32],"_hasPaginationPages":[32]},[[9,"scroll","onScroll"]]],[1,"p-empty-state",{"illustration":[8],"header":[1],"content":[1],"enableAction":[4,"enable-action"],"actionText":[1,"action-text"],"actionVariant":[1,"action-variant"],"actionIcon":[1,"action-icon"],"actionLoading":[4,"action-loading"]}],[1,"p-floating-menu-container",{"usedInTable":[4,"used-in-table"],"enableAmountSelected":[4,"enable-amount-selected"],"amount":[2],"enableClose":[4,"enable-close"],"amountSelectedTemplate":[16,"amount-selected-template"],"_locales":[32]},[[16,"localeChanged","_setLocales"]]],[4,"p-floating-menu-item",{"hover":[4],"disabled":[4],"loading":[4],"icon":[1],"iconPosition":[1,"icon-position"],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"]}],[4,"p-table-cell",{"variant":[1],"index":[2],"rowIndex":[2,"row-index"],"definition":[16],"item":[8],"value":[8],"checkbox":[8],"template":[16]}],[1,"p-table-row",{"variant":[1],"enableHover":[4,"enable-hover"]}],[4,"p-table-container"],[1,"p-table-row-actions-container"]]]]'),e)}));
2
- //# sourceMappingURL=paperless.esm.js.map
@@ -1,2 +0,0 @@
1
- import{r as c,h as a,H as l}from"./p-DhGo7hbh.js";var n=`<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 96 96">\n <defs>\n <clipPath id="a">\n <path fill="#fff" d="M0 0h96v96H0z"/>\n </clipPath>\n </defs>\n <g clip-path="url(#a)">\n <path fill="currentColor" d="M40.901 53.925c-.647.101-1.081.761-1.464 1.345-.1.152-.195.3-.29.427-1.368 1.822-2.713 3.685-4.138 5.657l-1.52 2.1c-.693-.674-1.375-1.34-2.048-1.996-1.98-1.933-3.85-3.759-5.76-5.583l-.097-.092a9.854 9.854 0 0 0-2.542-1.954c-.645-.296-2.033.053-2.333.737-.274.626-.091 1.43.07 2.14.038.16.072.316.1.465.041.135.106.26.192.366a.948.948 0 0 0 .309.25c.068.044.134.094.194.15 2.454 2.657 4.904 5.318 7.385 8.012l1.465 1.59-1.75 2.41c-1.804 2.483-3.668 5.049-5.517 7.556-.49.664-1.231 1.667-.464 2.833.16.26.376.472.628.618.251.147.531.224.815.224a2.316 2.316 0 0 0 1.377-.522 11.165 11.165 0 0 0 2.203-2.294 440.333 440.333 0 0 0 4.425-6.15l1.506-2.115.285.231c.417.339.81.655 1.237.936l.915.601c2.34 1.543 4.76 3.139 7.187 4.622.466.227.978.316 1.484.258.212 0 .413-.005.6.012a.365.365 0 0 0 .175-.028.399.399 0 0 0 .146-.11.473.473 0 0 0 .099-.366 7.02 7.02 0 0 1-.054-.689c-.03-.617-.06-1.255-.411-1.692a47.861 47.861 0 0 0-4.459-4.877 37.268 37.268 0 0 0-3.153-2.566c-.368-.278-.737-.556-1.103-.84.432-.696.858-1.38 1.278-2.053 1.254-2.01 2.438-3.91 3.608-5.846.076-.127.167-.263.26-.401.504-.754 1.346-2.014.213-2.995a1.353 1.353 0 0 0-.491-.307c-.181-.064-.373-.085-.562-.064ZM18.512 29.307c.11.085.216.17.315.254.305.198.664.27 1.012.204.065-.003.129-.007.19-.007 1.36-.023 2.72-.048 4.079-.077.992-.02 1.983-.039 2.975-.057.469-.008.936-.006 1.41-.004h.344c.1.614.19 1.216.285 1.81.26 1.685.505 3.276.875 4.871.264 1.139.695 2.996 2.21 2.996.108 0 .215-.01.322-.026 1.86-.293 1.74-2.648 1.688-3.653-.076-1.515-.26-3.025-.453-4.624-.069-.57-.14-1.153-.208-1.755l.198-.033a29.66 29.66 0 0 1 1.16-.182c.54-.071 1.083-.135 1.625-.198 1.068-.127 2.172-.254 3.254-.442.712-.123 2.38-.413 2.297-2.384-.08-1.938-1.613-1.976-2.529-2a40.29 40.29 0 0 0-1.71.012c-.348.008-.696.016-1.045.017-1.032.004-2.061.003-3.152.003h-1.125c-.058-.477-.115-.955-.171-1.434-.17-1.433-.344-2.915-.548-4.371a10.902 10.902 0 0 1-.06-.588c-.087-1.024-.218-2.572-1.852-2.576h-.006a1.644 1.644 0 0 0-.714.108c-.229.089-.44.228-.618.409-.522.581-.512 1.47-.504 2.253.002.215.004.423-.006.615-.084 1.522-.067 3.029-.05 4.623.007.542.013 1.091.015 1.65l-.218.027c-.443.053-.926.112-1.409.152-1.549.125-3.098.246-4.647.364l-2.581.2a2.143 2.143 0 0 0-.943.216 2.356 2.356 0 0 0-.784.62c-.128.19-.218.409-.262.64-.044.232-.043.472.004.703.116.697.764 1.21 1.337 1.664Zm39.342-1.123c.123.008.267.017.416.017.071 0 .144-.003.217-.008 1.323-.093 2.645-.183 3.968-.27 3.695-.249 7.516-.505 11.27-.846a11.117 11.117 0 0 0 3.103-.926c.24-.099.48-.196.719-.289.426-.165 1.027-.898.908-1.422a1.988 1.988 0 0 0-.406-.812 1.728 1.728 0 0 0-.704-.506c-.963-.208-1.92-.323-2.764-.423-.276-.034-.535-.065-.775-.097a.315.315 0 0 0-.082 0c-.765.074-1.49.141-2.19.206-1.467.136-2.852.264-4.22.417-3.54.396-7.06.826-9.73 1.155-.661.082-2.21.274-2.04 2.078.15 1.594 1.45 1.673 2.31 1.726ZM77.512 64.95a6.314 6.314 0 0 0-2.64-.237 887.657 887.657 0 0 0-16.743 1.921c-.46.115-.877.384-1.194.77-.13.134-.268.26-.41.377a.423.423 0 0 0-.119.149.47.47 0 0 0 .098.543c.136.13.267.266.39.411.294.428.713.73 1.186.855a24.04 24.04 0 0 0 3.136.075c.294-.005.588-.012.882-.014a.372.372 0 0 0 .368.21l3.19-.309c3.358-.323 6.715-.652 10.073-.986a4.921 4.921 0 0 0 1.849-.465c.411-.225 1.284-.94 1.195-1.602a2.472 2.472 0 0 0-.441-1.021 2.166 2.166 0 0 0-.82-.678Zm-18.299-2.715c.308.088.625.129.943.123.225 0 .45-.015.672-.029.153-.01.31-.019.463-.023a.35.35 0 0 0 .187.038c.82-.052 1.64-.103 2.461-.152 1.88-.115 3.823-.234 5.733-.38 2.378-.185 4.704-.377 7.025-.709a2.22 2.22 0 0 0 1.186-.85 5.44 5.44 0 0 1 .397-.408.426.426 0 0 0 .106-.144.469.469 0 0 0-.084-.516c-.137-.14-.27-.29-.403-.439a5.28 5.28 0 0 0-1.13-1.045 1.97 1.97 0 0 0-1.292-.122 6.333 6.333 0 0 1-.276.031l-.992.087c-2.802.247-5.699.503-8.548.79-1.768.177-4.096.427-6.418.79-.39.11-.74.352-1 .69a4.224 4.224 0 0 1-.319.317.467.467 0 0 0-.038.655c.111.125.216.256.315.393a2.23 2.23 0 0 0 1.012.903Z"/>\n <path fill="currentColor" d="M11.805 94.108a47.637 47.637 0 0 0 8.218 1.15c5.14.232 10.37.361 15.427.486 2.056.05 4.113.104 6.168.159h.01a.362.362 0 0 0 .216-.07h5.679l2.167.003c8.511.019 17.313.038 25.906-1.451 2.998-.52 6.5-1.245 9.744-2.687 6.51-2.894 10.024-8.228 10.441-15.856.268-4.906.066-9.847-.131-14.623-.038-.917-.075-1.834-.11-2.752-.34-8.987-.669-16.49-1.037-23.614-.249-4.83-.604-11.188-1.145-17.52-.789-9.24-7.511-15.929-16.347-16.264-6.54-.25-13.195-.353-19.633-.454-1.833-.028-3.698-.01-5.501.006-2.96.028-6.02.056-9.014-.12-6.8-.395-14.008-.064-23.369 1.08-6.089.745-10.67 2.724-14.422 6.23C1.981 10.7.474 14.051.466 18.056a122.895 122.895 0 0 1-.07 3.884 119.282 119.282 0 0 1-.176 3.415 61.669 61.669 0 0 0-.154 7.216c.058 1.003.116 2.006.176 3.009.465 7.86.946 15.988.457 24.007-.2 3.304-.146 6.674-.093 9.932l.012.732c.089 5.595.829 10.514 2.263 15.037 1.546 4.88 4.548 7.848 8.924 8.82Zm-.48-85.131.094-.057c2.633-1.598 5.55-2.156 8.311-2.587a122.344 122.344 0 0 1 18.964-1.268c2.642 0 5.247.048 7.8.107 4.638.108 9.354.179 13.914.246 3.995.06 8.127.12 12.19.207a34.84 34.84 0 0 1 5.608.53c6.669 1.23 10.357 6.024 10.666 13.867.254 6.442.487 12.994.714 19.331.169 4.748.341 9.497.517 14.245.065 1.718.153 3.462.239 5.15.135 2.639.273 5.37.323 8.05.058 3.181-.102 6.433-.268 9.49-.245 4.458-2.591 7.624-6.972 9.411a37.966 37.966 0 0 1-8.275 2.185c-9.495 1.565-19.24 1.497-28.664 1.429l-1.245-.01a143.2 143.2 0 0 0-1.466 0h-.696a.36.36 0 0 0-.177.048.406.406 0 0 0-.14.13c-2.065-.06-4.13-.116-6.195-.17-6.03-.164-12.265-.333-18.394-.556a27.902 27.902 0 0 1-4.7-.722l-.277-.06c-2.591-.546-4.325-2.317-5.153-5.26a53.03 53.03 0 0 1-1.865-14.187c-.014-2.197.015-4.434.042-6.598.036-2.885.073-5.869.013-8.805-.107-5.108-.341-10.615-.735-17.328-.312-5.292-.502-12.27.814-19.34a.87.87 0 0 0 .038-.303c-.307-3.972 2.26-5.53 4.975-7.177v.002Z"/>\n </g>\n</svg>\n`;var t=`<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 96 96">\n <defs>\n <clipPath id="a">\n <path fill="#fff" d="M0 0h96v96H0z"/>\n </clipPath>\n </defs>\n <g clip-path="url(#a)">\n <path fill="currentColor" d="M94.763 58.02c-.548 4.067-2.338 7.716-4.146 11.298-3.051 6.133-7.33 11.526-12.55 15.82-6.171 5.056-13.227 8.084-20.939 9.482-4.78.866-9.596 1.497-14.479 1.24-11.77-.618-21.93-4.871-30.189-13.8a58.064 58.064 0 0 1-8.852-12.865c-1.368-2.633-1.882-5.387-2.343-8.21C.413 55.766-.11 50.548.45 45.21c.69-6.59 2.45-12.769 5.635-18.51C9.944 19.604 15.23 13.45 21.59 8.65 27.922 3.906 35.087 1.477 42.83.51a51.685 51.685 0 0 1 24.364 2.624c7.667 2.78 14.51 7.024 19.137 14.142 4.627 7.117 7.838 14.803 8.927 23.502.905 7.217-.02 13.712-.496 17.24ZM90.29 47.26c-.039-5.067-.5-10.078-2.28-14.79-1.465-3.882-3.207-9.797-6.172-12.861-4.12-5.922-9.855-9.537-16.35-11.927A46.319 46.319 0 0 0 42.33 5.224c-7.967 1.188-15.106 4.21-21.109 9.827a71.013 71.013 0 0 0-5.056 5.254c-6.783 7.8-10.44 17.116-10.436 32.44.002 9.554 4.563 17.721 11.096 24.701 6.935 7.41 15.295 11.124 25.072 11.953 4.748.402 9.429-.132 14.098-.877 13.963-2.227 23.929-10.027 30.355-22.98 3.873-7.808 3.707-15.413 3.941-18.282Z"/>\n <path fill="currentColor" d="M52.166 46.336h2.391c6.048.008 12.094.006 18.141.04a9.493 9.493 0 0 1 2.346.314c.397.085.753.31 1.007.636.255.327.392.734.388 1.153.04.418-.059.838-.28 1.19a1.801 1.801 0 0 1-.94.75 9.922 9.922 0 0 1-3.104.536c-5.913-.054-11.826-.193-17.738-.3-1.263-.022-2.527.006-3.787-.06a6.642 6.642 0 0 1-1.938-.362c-.989-.366-1.39-1.148-1.315-2.265.155-2.324.264-4.652.346-6.98.27-7.546.51-15.093.786-22.639a15.98 15.98 0 0 1 .346-2.23c.182-1.008.752-1.592 1.774-1.59 1.057.002 1.542.714 1.725 1.665.148.738.227 1.49.235 2.244-.007 8.1-.031 16.202-.073 24.303-.006 1.086-.183 2.172-.31 3.595Z"/>\n </g>\n</svg>\n`;var r=`<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 96 96">\n <defs>\n <clipPath id="a">\n <path fill="#fff" d="M0 0h96v96H0z"/>\n </clipPath>\n </defs>\n <g clip-path="url(#a)">\n <path fill="currentColor" d="M37.733 35.944c-1.784-.327-3.576-.621-5.352-.99a15.05 15.05 0 0 1-5.762-2.462c-1.493-1.066-2.553-2.433-2.543-4.246.017-3.175.197-6.35.364-9.522.063-1.2.323-2.388.415-3.586a9.767 9.767 0 0 1 1.114-3.97 10.065 10.065 0 0 1 2.668-3.2c1.276-1.038 2.626-2.105 4.13-2.745C38.988 2.574 45.307.26 52.297.418c4.67.105 9.349-.006 13.957.908 3.563.706 6.802 2.1 9.497 4.523 2.343 2.107 3.736 4.649 3.829 7.823.068 2.324.279 4.644.423 6.92 2.458.554 4.822.951 7.088 1.648a15.043 15.043 0 0 1 4.242 2.097c1.95 1.392 2.597 3.519 2.692 5.8.176 4.241.298 8.485.516 12.724.288 5.582.75 11.158.946 16.742.226 6.365.31 12.737.308 19.106 0 1.884-.533 3.765-.756 5.653-.214 1.81-1.436 2.678-3.018 3.28a51.276 51.276 0 0 1-11.165 2.918 94.358 94.358 0 0 1-27.693-.354c-2-.312-3.948-.936-6.09-1.458-.313.248-.767.592-1.203.956-4.532 3.796-9.833 5.693-15.771 6.07-6.788.43-13.23-.732-19.222-3.91C5.617 89.074 2.02 84.962.765 79.19c-3.018-13.875 6.144-28.03 20.3-31.521 1.103-.272 2.105-.926 3.207-1.205 1.385-.35 2.856-.793 4.236-.662 2.005.191 3.967.846 5.94 1.33.824.203 1.628.478 2.576.76l.709-11.947Zm-9.74 55.075c1.032-.116 2.721-.185 4.355-.511 7.586-1.518 12.8-5.559 14.57-13.156.686-2.904.76-5.913.218-8.845-1.186-6.477-4.597-11.387-10.702-14.383-1.945-.955-3.979-1.75-6.012-2.519a10.813 10.813 0 0 0-6.876-.214C15.43 53.66 9.636 58.384 7.018 66.335a27.391 27.391 0 0 0-1.37 6.203c-.633 7.585 2.197 12.524 8.998 15.657 4.019 1.85 8.273 2.687 13.347 2.824Zm20.364-70.466c5.147-.494 10.032-.794 14.856-1.492a29.83 29.83 0 0 0 7.693-2.255c2.924-1.296 3.238-3.67 1.17-6.066a5.256 5.256 0 0 0-1.424-1.301c-1.723-.894-3.422-1.986-5.278-2.457A54.618 54.618 0 0 0 44.761 5.75c-3.787.493-7.425 1.497-10.705 3.48-1.814 1.098-3.471 2.381-4.385 4.328-.837 1.783-.427 3.24 1.369 4.13a14.245 14.245 0 0 0 4.312 1.435c4.398.594 8.825.985 13.005 1.428Zm26.405.793c-2.704.774-5.105 1.611-7.576 2.139-6.447 1.376-13.005 1.59-19.578 1.414-6.494-.174-12.964-.533-18.987-3.393v7.383c1.81 1.218 3.184 1.827 5.918 2.13 4.27.476 8.551.919 12.84 1.14a71.66 71.66 0 0 0 22.503-2.39c1.799-.487 3.595-1.066 4.881-2.005l-.001-6.418Zm15.256 28.153c-3.46 1.503-6.43 3.034-9.566 4.108-7.656 2.622-15.61 2.636-23.577 1.96-3.177-.269-6.328-.813-9.43-1.225.917 1.428 1.968 2.868 2.803 4.418.834 1.55 1.458 3.22 2.244 4.997.833.122 1.756.326 2.688.38a81.188 81.188 0 0 0 25.562-2.54c2.72-.717 5.31-1.914 7.94-2.934.665-.258 1.342-.6 1.339-1.49-.01-2.527-.003-5.055-.003-7.675Zm-47.255-.843c1.585.485 3.215 1.139 4.912 1.478a72.156 72.156 0 0 0 23.738.738c5.897-.778 11.197-3.09 16.004-6.46.612-.428 1.408-1.034 1.501-1.65.222-1.445.072-2.943.072-4.451-.195.03-.383.09-.557.179-3.965 2.866-8.523 4.234-13.32 5.045a85.096 85.096 0 0 1-21.39.73c-3.562-.3-7.101-.841-10.443-2.196-.427-.172-.865-.31-1.508-.537.34 2.431.64 4.584.991 7.124ZM49.9 85.3c6.974 2.38 31.94 2.435 41.064-3.435l-.615-5.951c-12.395 4.542-25.03 5.05-37.86 3.736-.887 1.933-1.738 3.79-2.589 5.65Zm40.127-21.225a79.932 79.932 0 0 1-36.562 3.87v6.988c.2.132.259.203.321.207 1.238.075 2.475.146 3.712.211a86.057 86.057 0 0 0 24.536-2.234 30.22 30.22 0 0 0 7.992-3.062l.001-5.98Zm-9.74-38.13c-.136.204-.298.337-.28.436.491 2.49-1.017 3.946-2.824 5.299-2.38 1.779-5.167 2.601-8.012 3.233a83.123 83.123 0 0 1-25.228 1.508c-.608-.052-1.225-.007-1.838-.007a3.732 3.732 0 0 0 1.818 1.45 27 27 0 0 0 4.397 1.233 77.291 77.291 0 0 0 26.761-.494c3.3-.624 6.545-1.604 9.198-3.718a12.958 12.958 0 0 0 2.917-3.352c.8-1.313.382-2.454-.908-3.296a15.169 15.169 0 0 0-6-2.292Z"/>\n <path fill="currentColor" d="M27.117 62.487v7.78c1.169.427 2.261.78 3.317 1.22 4.148 1.732 5.169 5.511 2.45 8.988-1.12 1.432-2.006 2.01-5.31 3.482-.31 1.537-.625 3.051-.923 4.568-.166.846-.582 1.5-1.534 1.521-1.004.023-1.356-.771-1.536-1.534-.335-1.434-.564-2.893-.869-4.51-1.215-.315-2.537-.647-3.853-1.002a12.23 12.23 0 0 1-1.865-.587c-1.204-.544-1.688-1.455-1.458-2.552.213-1.018 1.115-1.662 2.504-1.573 1.513.096 3.016.345 4.485.523.614-1.64.683-2.617.417-5.41-1.024-.373-2.131-.702-3.173-1.168-4.216-1.885-5.145-5.969-2.157-9.422a11.112 11.112 0 0 1 4.706-3.352c1.127-.397 1.578-1.063 1.62-2.196.011-.775.185-1.54.513-2.247.14-.228.336-.42.569-.558.233-.14.497-.222.77-.241.265.073.507.206.708.387.2.182.354.408.447.659.183.904.283 1.822.299 2.744 1.004.221 1.996.493 2.972.814 1.557.594 2.294 1.765 2.104 3.1-.168 1.182-.83 1.581-1.968 1.096-.994-.424-1.921-1.052-3.235-.53Zm-3.844 1.542c-2.133 1.228-3.225 2.534-2.831 3.507.47 1.162 1.564 1.455 2.831 1.614v-5.12Zm3.987 14.58c1.418-.508 2.717-1.115 2.674-2.509-.035-1.168-1.363-1.406-2.442-1.565-.062-.01-.133.044-.406.144 0 .813-.015 1.703.007 2.593.01.39.094.777.167 1.337Z"/>\n </g>\n</svg>\n`;var i=`<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 80 96">\n <defs>\n <clipPath id="a">\n <path fill="#fff" d="M0 0h80v96H0z"/>\n </clipPath>\n </defs>\n <g clip-path="url(#a)">\n <path fill="currentColor" d="M79.472 51.162c.102 8.986.24 17.971.287 26.957.017 3.282-.24 6.564-.268 9.847-.04 4.625-3.773 7.395-8.057 7.478-8.654.168-17.31.375-25.965.331-10.441-.053-20.88-.311-31.319-.57a63.943 63.943 0 0 1-7.207-.754c-2.908-.405-5.76-3.668-5.863-6.754C.82 79.895.514 72.092.426 64.288.232 47.117.194 29.945.005 12.776c-.03-2.638.037-5.196 1.167-7.63C1.953 3.457 3.019 2 4.939 1.432A10.95 10.95 0 0 1 7.55.998c3.243-.14 6.493-.14 9.731-.326C28.485.02 39.687.265 50.89.627c1.59.05 3.181.122 4.77.09a4.19 4.19 0 0 1 2.931 1.14c5.236 4.525 10.47 9.054 15.7 13.586.76.66 1.478 1.372 2.28 1.978 1.675 1.264 2.128 2.99 2.159 4.93.12 7.436.27 14.872.389 22.309.035 2.168.005 4.337.005 6.506l.348-.004ZM52.652 5.216c-1.108-.087-2.047-.212-2.988-.227a7835.68 7835.68 0 0 0-24.056-.36c-3.625-.049-7.25-.069-10.876-.09-1.842-.011-3.688-.069-5.525.023-2.624.132-3.395.874-3.863 3.468a23.452 23.452 0 0 0-.296 6.844c.147 1.293.223 2.592.226 3.893.04 21.936.07 43.872.092 65.807-.017.495.006.991.068 1.483.467 2.829 1.995 4.535 5.163 4.66 12.281.482 24.563.48 36.849.277 6.173-.102 12.348-.153 18.521-.222 1.526-.017 3.055.04 4.577-.03 2.739-.127 4.019-1.413 3.991-4.12-.044-4.705-.168-9.41-.267-14.114-.057-2.725-.105-5.451-.2-8.176-.206-6.006-.54-12.01-.634-18.017-.105-6.69-.002-13.384.005-20.076 0-.478-.046-.956-.072-1.45a4.018 4.018 0 0 0-.643-.108c-3.882.076-7.763.19-11.644.221a15.237 15.237 0 0 1-3.402-.357c-2.584-.575-3.37-1.497-3.63-4.079-.21-2.095-.358-4.196-.55-6.293-.264-2.895-.545-5.79-.846-8.957Zm6.86 15.206 11.414-.692L57.574 7.92l1.938 12.505v-.002Z"/>\n <path fill="currentColor" d="M20.86 39.909c.118.765.277 1.493.33 2.229a4.89 4.89 0 0 1-.12 1.634 1.927 1.927 0 0 1-.699 1.077 2.02 2.02 0 0 1-1.236.419 2.17 2.17 0 0 1-1.217-.484 2.075 2.075 0 0 1-.696-1.085 8.412 8.412 0 0 1-.143-1.657c-.022-.548-.005-1.097-.005-1.735-.802-.175-1.548-.29-2.262-.507a18.264 18.264 0 0 1-2.852-1.014c-1.1-.543-1.496-1.553-1.161-2.467.306-.834 1.166-1.292 2.34-1.187 1.077.095 2.148.306 3.225.34.95.037 1.9-.033 2.833-.208a4.808 4.808 0 0 0 1.688-.816c.33-.197.585-.493.728-.844.142-.351.164-.738.062-1.102a1.674 1.674 0 0 0-.55-.858 1.749 1.749 0 0 0-.955-.395 7.023 7.023 0 0 0-1.703-.063c-.824.057-1.64.23-2.465.285-2.922.195-5.086-1.758-4.962-4.61.121-2.817 1.41-4.977 4.18-6.13.347-.145.702-.274 1.123-.437.117-.761.236-1.548.36-2.334.119-.754.51-1.263 1.336-1.347.384-.063.778.015 1.106.219.329.204.567.52.669.886.233.828.419 1.667.556 2.514 2.7 1.176 2.934 1.53 2.126 3.537a14.442 14.442 0 0 0-1.563-.162c-1.13-.004-2.3-.12-3.383.114-1.983.428-2.677 1.623-2.419 3.967.447 0 .919.021 1.389-.004 1.267-.069 2.54-.274 3.799-.214 2.626.125 4.941 1.826 5.647 4.047.807 2.536-.006 4.66-1.977 6.351-.89.763-1.981 1.304-3.13 2.041Zm16.62 25.48c6.493 0 12.987.003 19.48.008a10.05 10.05 0 0 1 2.27.21c.99.234 1.565.959 1.46 1.694a1.65 1.65 0 0 1-.476.998 1.73 1.73 0 0 1-1.012.493 15.41 15.41 0 0 1-2.65.3c-12.16.022-24.322.026-36.483.012-1.079 0-2.161-.111-3.237-.213-.436-.042-.963-.079-1.262-.33-.394-.328-.852-.88-.823-1.307.03-.417.572-.893 1.005-1.159.338-.207.859-.17 1.3-.178 6.809-.123 13.618-.24 20.427-.35v-.178Zm-23.54-5.346c-.378-1.38.038-1.923 1.077-2.027 1.517-.151 3.033-.326 4.554-.412 11.937-.666 23.877-1.23 35.84-1.137 1.27.006 2.537.111 3.79.316 1.178.198 1.682.862 1.584 1.734-.095.84-.784 1.398-1.901 1.473-.633.042-1.272 0-1.908.005-13.55.083-27.101.164-40.652.242-.796.004-1.592-.126-2.383-.194Zm.36-8.794c-.113-1.575-.039-1.693 1.038-1.845.19-.02.38-.031.571-.03 4.96-.131 9.92-.25 14.88-.394 7.948-.23 15.896-.485 23.845-.703 1.333-.037 2.67.042 4.005.095.389-.02.771.106 1.067.353.296.246.482.594.522.971.107.676-.458 1.271-1.428 1.463-.627.106-1.262.155-1.898.145-5.154.055-10.31.072-15.464.148-6.362.092-12.723.246-19.085.333-1.972.026-3.944-.051-5.913-.142a15.97 15.97 0 0 1-2.14-.394Zm8.576 27.725c-1.656 0-3.312.008-4.967-.005-.445.009-.89-.03-1.326-.118-.768-.179-1.315-.732-1.18-1.457.097-.516.613-1.015 1.058-1.39.245-.207.726-.173 1.105-.2 3.235-.24 6.47-.481 9.707-.693a13.763 13.763 0 0 1 2.287.032c.354.027.69.168.951.403.262.233.436.546.493.888.188.81-.037 1.553-.795 1.915-.68.326-1.42.517-2.177.562-1.715.08-3.437.025-5.156.025v.038Z"/>\n </g>\n</svg>\n`;var h=`<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 96 96">\n <defs>\n <clipPath id="a">\n <path fill="#fff" d="M0 0h96v96H0z"/>\n </clipPath>\n </defs>\n <g clip-path="url(#a)">\n <path fill="currentColor" d="M22.063 87.349c-.565 2.238-.88 2.87-1.448 4.942a3.665 3.665 0 0 1-.992 1.804 3.14 3.14 0 0 1-1.741.88c-3.69.596-7.383 1.304-11.135.72-3.443-.538-5.641-2.911-5.814-6.73C.641 82.464.537 75.951.385 69.443c-.045-1.91-.068-3.827.041-5.73.221-3.867 1.871-5.927 5.383-6.19 3.85-.29 7.723-.219 11.586-.224 1.517-.002 2.455 1.111 3.124 2.485.33.678.565 1.41.826 2.069 2.404-.373 4.73-.843 7.074-1.073 4.29-.42 8.513.083 12.508 1.91 4.65 2.13 9.447 2.584 14.398 2.063a13.671 13.671 0 0 1 3.652.13c3.963.662 5.867 3.896 4.877 8.135-.079.338-.197.662-.411 1.376 1.39-.111 2.621-.163 3.842-.315 5.231-.65 10.11-2.699 15.022-4.617 2.18-.852 4.34-1.798 6.568-2.468a11.37 11.37 0 0 1 4.004-.388c2.383.166 3.493 2.07 2.883 4.587-.5 2.069-1.65 3.647-3.058 5.048-4.08 4.055-8.86 6.763-14.012 8.74-7.253 2.784-14.662 4.87-22.306 5.844-10.137 1.357-20.563 1.37-30.221-2.274-1.379-.524-2.813-.74-4.102-1.202Zm.07-4.013c2.335.677 4.498 1.315 6.664 1.928 6.774 1.917 13.66 3.007 20.649 2.49 10.428-.773 20.42-3.73 30.11-7.952 3.732-1.594 7.18-3.896 10.186-6.801a24.838 24.838 0 0 0 1.843-2.26l-.322-.533c-1.387.452-2.79.851-4.158 1.365-4.746 1.786-9.445 3.732-14.228 5.384-3.776 1.305-7.669 1.84-11.632.896a2.476 2.476 0 0 0-1.648.283c-5.035 2.81-10.472 3.316-15.972 3.349a13.098 13.098 0 0 1-3.77-.762 1.378 1.378 0 0 1-.536-.259 1.539 1.539 0 0 1-.4-.471 1.693 1.693 0 0 1-.195-.607 1.75 1.75 0 0 1 .039-.642 3.114 3.114 0 0 1 1.175-1.732 5.08 5.08 0 0 1 2.236-.566c2.118-.185 4.243-.29 6.365-.419 2.974-.183 5.919-.61 8.641-1.99a8.797 8.797 0 0 0 2.896-2.35c.987-1.263.461-2.504-1.054-2.673a20.31 20.31 0 0 0-3.663.045c-5.007.354-9.909-.025-14.58-2.278a23.486 23.486 0 0 0-2.718-1.09 23.23 23.23 0 0 0-14.288-.282c-1.824.538-1.807.625-1.71 2.636.153 3.25.356 6.5.41 9.754.03 1.755-.206 3.515-.34 5.538v-.001ZM16.77 61.293c-3.087 0-6.036-.032-8.984.01-2.641.036-3.3.775-3.357 3.673C4.28 72.4 4.06 79.824 4.05 87.249c-.003 3.145 1.418 4.17 3.448 4.002 2.693-.221 5.384-.489 8.065-.843 1.415-.187 1.664-.669 1.639-2.301a33.999 33.999 0 0 1-.01-4.027c.715-6.862.21-13.71-.1-20.561a23.701 23.701 0 0 0-.325-2.226ZM54.757 25.49c4.117 3.096 5.642 7.67 6.101 12.884.805 9.134-4.127 14.825-9.91 17.255-4.766 2.004-9.653 3.02-14.724 1.385-5.88-1.898-9.347-7.082-9.564-13.8-.271-8.395 4.308-16.044 11.814-19.416 4.57-2.05 13.45-.439 16.283 1.692ZM40.782 53.175c2.489.326 7.019-.85 9.26-1.933 4.137-2 7.167-5.68 6.463-12.4-.588-5.606-3.176-9.876-8.114-11-2.576-.586-7.61-.85-10.17.345-5.592 2.607-7.763 8.772-7.472 15.51.286 6.589 6.326 8.992 10.033 9.478Z"/>\n <path fill="currentColor" d="M10.52 70.453c-1.675.022-2.852-1.161-2.912-2.928-.068-2.025 1.384-3.8 3.12-3.812 2.013-.013 3.57 1.283 3.583 2.98.014 1.83-1.907 3.734-3.79 3.76Zm34.114-36.219v5.026c.667.276 1.29.504 1.891.789 2.365 1.117 2.947 3.56 1.397 5.807-.64.925-1.143 1.3-3.027 2.25-.177.993-.356 1.971-.527 2.951-.094.547-.332.97-.874.983-.572.015-.773-.496-.875-.99-.191-.928-.322-1.87-.496-2.914-.692-.204-1.446-.419-2.196-.648a6.37 6.37 0 0 1-1.064-.379 1.323 1.323 0 0 1-.702-.65c-.153-.304-.2-.66-.129-.999.122-.658.636-1.074 1.428-1.017.862.062 1.72.223 2.557.338.35-1.06.39-1.691.237-3.496-.584-.24-1.215-.453-1.807-.754-2.404-1.218-2.933-3.857-1.23-6.088a6.416 6.416 0 0 1 2.683-2.166c.28-.083.524-.27.692-.528.169-.258.25-.573.231-.89.006-.502.105-.996.292-1.453.08-.147.191-.27.324-.36a.91.91 0 0 1 .439-.155c.151.047.29.132.404.25a1.1 1.1 0 0 1 .255.425c.104.584.16 1.178.169 1.773.572.143 1.138.319 1.694.526.888.384 1.308 1.14 1.2 2.003-.096.764-.474 1.022-1.122.708-.566-.273-1.095-.68-1.844-.342Zm-2.191.996c-1.217.794-1.839 1.637-1.614 2.266.268.75.892.94 1.614 1.043V35.23Zm2.273 9.42c.808-.328 1.55-.72 1.525-1.62-.02-.755-.778-.91-1.393-1.012-.036-.006-.075.029-.232.093 0 .525-.008 1.1.004 1.675.006.252.054.503.096.864ZM75.42 11.332v5.026c.666.276 1.29.504 1.89.787 2.365 1.117 2.947 3.56 1.397 5.807-.64.925-1.143 1.3-3.026 2.25-.178.994-.357 1.557-.527 2.537-.095.547-.332.97-.875.984-.572.014-.773-.497-.875-.991-.191-.928-.322-1.456-.496-2.5-.692-.204-1.446-.418-2.196-.648a6.41 6.41 0 0 1-1.064-.379 1.325 1.325 0 0 1-.702-.65 1.53 1.53 0 0 1-.128-1c.121-.657.636-1.072 1.427-1.016.863.062 1.72.223 2.557.338.35-1.06.39-1.691.237-3.496-.583-.24-1.215-.453-1.809-.754-2.403-1.218-2.932-3.857-1.23-6.088a6.418 6.418 0 0 1 2.684-2.166c.279-.083.524-.27.692-.528.168-.259.25-.573.231-.89.005-.501.104-.995.291-1.452a1.02 1.02 0 0 1 .325-.361.91.91 0 0 1 .439-.156.97.97 0 0 1 .403.25 1.1 1.1 0 0 1 .255.426c.104.584.16 1.178.17 1.773.572.143 1.138.319 1.694.526.887.384 1.308 1.14 1.2 2.003-.097.764-.474 1.021-1.122.708-.565-.272-1.093-.678-1.843-.34Zm-2.192.996c-1.216.794-1.839 1.638-1.614 2.266.268.75.891.94 1.614 1.044v-3.31Zm2.273 9.42c.808-.328 1.55-.72 1.525-1.62-.02-.755-.778-.91-1.393-1.012-.035-.006-.075.029-.232.093 0 .526-.008 1.1.004 1.675.006.252.055.503.096.865Z"/>\n <path fill="currentColor" d="M85.138 2.647c4.117 3.096 5.642 7.67 6.1 12.884.805 9.135-4.126 14.826-9.91 17.256-4.765 2.003-9.652 3.02-14.723 1.384-5.88-1.897-9.347-7.081-9.564-13.8C56.77 11.976 61.348 4.328 68.855.956c4.57-2.05 13.449-.438 16.283 1.691ZM71.163 30.332c2.49.326 7.018-.85 9.26-1.932 4.137-2 7.166-5.68 6.462-12.4-.587-5.606-3.175-9.876-8.113-11-2.577-.586-7.61-.85-10.17.345-5.592 2.607-7.763 8.773-7.472 15.51.285 6.59 6.325 8.992 10.033 9.479v-.002Z"/>\n </g>\n</svg>\n`;var e=`<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 96 96">\n <defs>\n <clipPath id="a">\n <path fill="#fff" d="M0 0h96v96H0z"/>\n </clipPath>\n </defs>\n <g clip-path="url(#a)">\n <path fill="currentColor" d="M21.707 62.974c6.565 1.173 13.113.645 20.019-1.616a45.908 45.908 0 0 0 11.417-5.491c.668.77 1.329 1.536 1.983 2.298a330.513 330.513 0 0 0 4.718 5.404c7.77 8.656 16.201 16.886 24.354 24.846a4550.59 4550.59 0 0 1 4.443 4.344 21.19 21.19 0 0 0 3.801 2.867c.337.186.716.278 1.097.266.4.006.795-.08 1.159-.252.197-.103.371-.246.514-.42.143-.174.25-.376.317-.594a2.14 2.14 0 0 0-.138-1.58 21.819 21.819 0 0 0-2.351-3.95 64.736 64.736 0 0 0-4.714-5.201 3785.273 3785.273 0 0 0-11.638-11.622 7139.524 7139.524 0 0 1-7.94-7.917c-2.73-2.73-5.388-5.41-8.202-8.253l-3.46-3.49.15-.171c.22-.248.389-.441.57-.623 4.398-4.422 6.81-9.954 7.168-16.44.621-11.265-3.037-20.827-10.87-28.426C50.264 3.143 45.285.81 39.993.345A35.697 35.697 0 0 0 24.75 2.143C17.23 4.798 10.848 9.891 5.78 17.281 1.41 23.648-.34 30.712.575 38.278c.596 4.937 2.521 9.616 6.24 15.17 3.514 5.248 8.384 8.364 14.891 9.526Zm7.776-55.02c1.75-.155 3.558-.314 5.334-.375.301-.01.6-.015.894-.015 8.096 0 14.318 3.813 18.501 11.343 3.745 6.738 4.804 13.195 3.24 19.74a16.738 16.738 0 0 1-3.132 6.706 24.466 24.466 0 0 1-6.778 5.912 40.158 40.158 0 0 1-19.365 5.577c-.652-.075-1.306-.141-1.96-.208-1.44-.145-2.93-.297-4.372-.541-3.588-.561-6.847-2.483-9.15-5.393A29.95 29.95 0 0 1 6.77 38.956a23.262 23.262 0 0 1 1.293-15.043c2.333-5.379 5.431-9.347 9.473-12.132 3.234-2.228 6.183-3.374 9.279-3.605.89-.066 1.778-.145 2.666-.223h.002Z"/>\n </g>\n</svg>\n`;var o=`<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 96 96">\n <defs>\n <clipPath id="a">\n <path fill="#fff" d="M0 0h96v96H0z"/>\n </clipPath>\n </defs>\n <g clip-path="url(#a)">\n <path fill="currentColor" d="M.266 51.31a.412.412 0 0 0 .158.325l.1 5.862c.114 6.811.233 13.853.369 20.78a15.117 15.117 0 0 0 .36 3.322c2.203 8.861 9.83 14.068 19.43 13.281 2.816-.233 5.317-.327 7.646-.286 7.98.14 16.093.319 23.938.49 3.575.08 7.15.157 10.724.233.553.01 1.118 0 1.663-.008a22.51 22.51 0 0 1 2.956.075c1.46.168 2.928.252 4.398.252a42.285 42.285 0 0 0 9.017-1.007c8.317-1.806 14.866-10.288 14.597-18.908a502.934 502.934 0 0 1-.219-14.291c-.01-3.7.005-7.464.019-11.104.026-7.072.054-14.386-.094-21.578-.102-4.973-.853-9.889-1.574-14.041-.869-5.013-3.163-8.743-6.815-11.09C83.057 1.123 79.605.03 76.067.161a83.63 83.63 0 0 0-3.293.215c-1.305.102-2.656.208-3.98.233-5.09.097-10.267.146-15.274.194-11.411.108-23.21.22-34.805.908a29.79 29.79 0 0 0-7.233 1.291C5.574 4.874.889 10.701.584 16.552l-.08 1.472C.399 19.954.288 21.951.28 23.92a4351.23 4351.23 0 0 0-.018 19.896l.004 7.495Zm39.9-44.985c1.798-.04 3.595-.08 5.393-.124h.053c.169 0 .352.02.58.043l.096.01c-1.017 13.504-1.066 27.07-1.026 38.786l-39.486.854c-.015-.185-.03-.363-.046-.536a19.688 19.688 0 0 1-.099-1.59 1441.17 1441.17 0 0 1-.03-6.664c-.013-3.977-.027-8.09-.09-12.136a26.927 26.927 0 0 1 1.557-9.622c1.311-3.681 3.774-6.002 7.526-7.094 3.875-1.128 7.945-1.322 11.881-1.51l.053-.002c4.54-.218 9.165-.318 13.637-.415h.002ZM5.698 73.91v-.272c.005-4.8.033-9.682.06-14.403l.03-5.62c0-.18-.003-.359-.006-.54-.006-.301-.011-.587.003-.871.05-.984.293-1.275 1.146-1.275.06 0 .123 0 .19.004.5.021 1.015.082 1.513.142.64.089 1.285.14 1.932.155a826.06 826.06 0 0 0 12.572-.064 4120.4 4120.4 0 0 0 12.675-.163c2.733-.038 5.467-.074 8.2-.11.268 0 .535.014.8.04l.229.018-.35 38.538-.184.017c-.34.03-.632.057-.923.058l-3.732.01c-6.816.017-13.861.033-20.793.03-3.325 0-6.094-.889-8.467-2.709-2.488-1.912-4.01-4.674-4.65-8.445a27.235 27.235 0 0 1-.247-4.54h.002Zm46.42-23.001c.59 0 1.112.002 1.635 0 2.527-.017 5.054-.034 7.58-.048 6.689-.04 13.604-.08 20.406-.168 1.979-.026 3.928-.16 5.991-.301.815-.056 1.642-.113 2.485-.163v1.399l.022 7.206c.017 5.842.04 11.686.069 17.53.031 5.212-4.34 11.197-9.355 12.808a33.987 33.987 0 0 1-11.26 1.528c-4.275-.104-8.624-.32-12.829-.524-1.593-.08-3.188-.156-4.782-.23-.534-.024-1.063-.076-1.623-.131l-.387-.04c1.252-13.71 1.45-27.307 1.47-38.866h.578ZM90.299 39.86c-.024 1.72-.05 3.496-.043 5.229H51.71L50.44 6.246l.214-.038c.32-.067.646-.108.973-.122 2.046-.023 4.091-.05 6.137-.08 5.689-.08 11.575-.16 17.357-.11a14.3 14.3 0 0 1 9.984 4.098 9.34 9.34 0 0 1 2.284 3.774 71.44 71.44 0 0 1 1.918 8.063c1.16 5.956 1.074 12.094.99 18.028h.002Z"/>\n </g>\n</svg>\n`;var f=`<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 96 96">\n <path fill="currentColor" d="M.438 19.333c.121-2.989.412-6.015.694-8.94.14-1.446.283-2.94.404-4.41C1.84 2.32 3.51.467 6.647.321h.018l4.308.001c.345.035.688.074 1.032.113.722.082 1.468.167 2.198.208 2.232.125 4.464.246 6.695.362 4.977.262 10.122.534 15.179.896 1.167.084 3.33.398 4.7 1.564l1.947 1.655c5.225 4.436 10.628 9.024 15.545 13.957 7.67 7.695 15.303 15.685 22.686 23.412a5248.91 5248.91 0 0 0 9.374 9.785c.085.088.166.184.247.28.132.18.294.335.48.456 1.976.988 2.924 2.796 3.842 4.545l.205.389a4.904 4.904 0 0 1-.465 5.586c-7.1 9.308-14.178 18.295-22.684 25.928-2.586 2.32-5.606 4.152-8.22 5.638a5.541 5.541 0 0 1-2.713.86c-1.33 0-2.419-.753-3.657-1.976a445.553 445.553 0 0 1-3.145-3.141c-2.317-2.326-4.712-4.73-7.15-7a4926.713 4926.713 0 0 0-17.286-16.007 5631.645 5631.645 0 0 1-15.826-14.648c-3.058-2.845-6.089-5.82-9.02-8.697l-2.501-2.45C.87 40.506.126 38.818.16 36.872c.038-2.059.052-4.155.067-6.182.027-3.723.056-7.575.21-11.358Zm4.837 15.48a4.444 4.444 0 0 0 .342 1.94c.258.613.65 1.157 1.146 1.592a11578.298 11578.298 0 0 1 29.322 27.596A6023.41 6023.41 0 0 1 51.38 80.46l8.089 7.69c.4.38.81.748 1.313 1.199l.642.576c.592-.42 1.202-.828 1.795-1.225a35.038 35.038 0 0 0 4.263-3.182c8.566-7.889 15.935-16.965 22.013-24.802.628-.81.706-1.505.254-2.252l-.17-.282a13.608 13.608 0 0 0-1.78-2.516c-2.161-2.21-4.32-4.422-6.48-6.635-9.743-9.981-19.818-20.302-29.847-30.328-2.28-2.279-4.813-4.384-7.264-6.42-1.587-1.318-3.225-2.68-4.787-4.08-1.69-1.518-3.677-1.624-5.78-1.735a78.442 78.442 0 0 1-.753-.043c-6.287-.4-12.688-.69-18.877-.976-1.908-.087-3.815-.175-5.722-.264a3.86 3.86 0 0 0-.19-.004 11.6 11.6 0 0 0-.974.06c-.175.017-.367.034-.577.05-.124 1.76-.25 3.507-.38 5.24-.327 4.42-.636 8.595-.842 12.863-.113 2.312-.086 4.675-.062 6.96.014 1.461.031 2.971.011 4.459Z"/>\n <path fill="currentColor" d="M23.367 13.862h-.151a8.858 8.858 0 0 0-6.225 2.68 10.464 10.464 0 0 0-3.086 7.297c-.045 5.486 4.426 9.878 10.177 9.997.09.002.177.003.265.002 2.8.065 5.512-.983 7.562-2.921a9.922 9.922 0 0 0 2.158-3.24c.5-1.214.758-2.518.756-3.835.076-5.752-4.636-9.855-11.456-9.98Zm-4.08 7.139c.336-.852.633-1.52 1.15-1.726.124-.048.255-.072.387-.07.36.02.71.118 1.028.289a.383.383 0 0 0 .508-.17.402.402 0 0 0 .047-.19v-.028c.331.107.664.211.997.314 1.119.316 2.212.72 3.27 1.206 2.012.995 2.135 2.826 1.884 4.186-.328 1.784-1.34 2.762-3.186 3.078-2.535.434-4.315-.114-5.602-1.722-1.137-1.417-1.293-3.108-.483-5.168Z"/>\n</svg>\n`;var s={calculator:n,clock:t,coins:r,"file-invoice":i,payment:h,search:e,table:o,tag:f};const p=class{constructor(a){c(this,a)}variant;componentWillRender(){const c=s[this.variant];if(!c){console.warn(`[p-illustration] Variant "${this.variant}" does not exist `)}}render(){const c=s[this.variant];return a(l,{key:"59b2d46a67a9f7bca92ac5f14b75f05c5a7556a3",class:"block text-8xl",innerHTML:c})}};p.style=".block{display:block!important}.text-8xl{font-size:6rem!important;line-height:1!important}*{box-sizing:border-box}";export{p as p_illustration};
2
- //# sourceMappingURL=p-a5bc8b63.entry.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["illustrations","calculator","clock","coins","fileInvoice","payment","search","table","tag","Illustration","variant","componentWillRender","illustration","this","console","warn","render","h","Host","key","class","innerHTML"],"sources":["src/utils/illustrations.ts","src/components/atoms/illustration/illustration.component.tsx"],"sourcesContent":["import calculator from '../assets/illustrations/calculator.svg';\nimport clock from '../assets/illustrations/clock.svg';\nimport coins from '../assets/illustrations/coins.svg';\nimport fileInvoice from '../assets/illustrations/file-invoice.svg';\nimport payment from '../assets/illustrations/payment.svg';\nimport search from '../assets/illustrations/search.svg';\nimport table from '../assets/illustrations/table.svg';\nimport tag from '../assets/illustrations/tag.svg';\n\nexport default {\n\tcalculator,\n\tclock,\n\tcoins,\n\t'file-invoice': fileInvoice,\n\tpayment,\n\tsearch,\n\ttable,\n\ttag,\n};\n","import { Component, h, Host, Prop } from '@stencil/core';\nimport illustrations from '../../../utils/illustrations';\n\nexport type IllustrationVariant = keyof typeof illustrations;\n\n@Component({\n\ttag: 'p-illustration',\n\t// shadow: true,\n})\nexport class Illustration {\n\t/**\n\t * The icon the be displayed\n\t */\n\t@Prop() variant!: IllustrationVariant;\n\n\tcomponentWillRender() {\n\t\tconst illustration = illustrations[this.variant];\n\t\tif (!illustration) {\n\t\t\tconsole.warn(\n\t\t\t\t`[p-illustration] Variant \"${this.variant}\" does not exist `\n\t\t\t);\n\t\t}\n\t}\n\n\trender() {\n\t\tconst illustration = illustrations[this.variant];\n\n\t\treturn (\n\t\t\t<Host\n\t\t\t\tclass='block text-8xl'\n\t\t\t\tinnerHTML={illustration}\n\t\t\t></Host>\n\t\t);\n\t}\n}\n"],"mappings":"q36BASA,IAAAA,EAAe,CACdC,aACAC,QACAC,QACA,eAAgBC,EAChBC,UACAC,SACAC,QACAC,O,MCRYC,EAAY,M,yBAIhBC,QAER,mBAAAC,GACC,MAAMC,EAAeZ,EAAca,KAAKH,SACxC,IAAKE,EAAc,CAClBE,QAAQC,KACP,6BAA6BF,KAAKH,2B,EAKrC,MAAAM,GACC,MAAMJ,EAAeZ,EAAca,KAAKH,SAExC,OACCO,EAACC,EAAI,CAAAC,IAAA,2CACJC,MAAM,iBACNC,UAAWT,G","ignoreList":[]}
@@ -1,2 +0,0 @@
1
- import{r as t,c as e,h as i,H as a}from"./p-DhGo7hbh.js";const r="*{box-sizing:border-box}.static{position:static!important}.my-0{margin-bottom:0!important;margin-top:0!important}.mt-4{margin-top:1rem!important}.flex{display:flex!important}.flex-1{flex:1 1 0%!important}.shrink-0{flex-shrink:0!important}.cursor-pointer{cursor:pointer!important}.items-center{align-items:center!important}.gap-2{gap:.5rem!important}.whitespace-nowrap{white-space:nowrap!important}.text-base{font-size:1rem!important;line-height:1.5rem!important}.font-medium{font-weight:500!important}.text-black-teal-500{--tw-text-opacity:1!important;color:rgb(3 42 36/var(--tw-text-opacity,1))!important}";const c=class{constructor(i){t(this,i);this.isOpen=e(this,"isOpen",3)}header;open=false;closeable=true;openable=true;isOpen;render(){return i(a,{key:"c34fe5c4187064f151e29f8948aef430c0f42031"},i("div",{key:"2fcf182129779dd5e1596ea7220ceb94effb57cf",class:"flex cursor-pointer items-center gap-2 text-black-teal-500",onClick:()=>this._onClick()},i("p-icon",{key:"ccf65eb632cf527988558d62cb185358856215cf",class:"flex shrink-0",variant:"caret",rotate:this.open?0:-90}),i("p",{key:"81a79c0cb95a9b91c0a26057545c5a10d605c062",class:"my-0 shrink-0 whitespace-nowrap text-base font-medium"},this.header),i("p-divider",{key:"c2491c906fe7c966b03eb0ba956cfc99d2791c43",class:"flex-1"})),this.open&&i("div",{key:"2e7d5744c65a497c20db6015958bc7ffc0f77816",class:"mt-4"},i("slot",{key:"c6b0f9796652ce793ac78d1215cce622ce846c2a"})))}_onClick(){if(!this.closeable&&this.open){return}if(!this.openable&&!this.open){return}this.open=!this.open;this.isOpen.emit(this.open)}};c.style=r;export{c as p_accordion};
2
- //# sourceMappingURL=p-c1041af9.entry.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["accordionComponentCss","Accordion","header","open","closeable","openable","isOpen","render","h","Host","key","class","onClick","this","_onClick","variant","rotate","emit"],"sources":["src/components/molecules/accordion/accordion.component.css?tag=p-accordion&encapsulation=shadow","src/components/molecules/accordion/accordion.component.tsx"],"sourcesContent":[null,"import { Component, Event, EventEmitter, h, Host, Prop } from '@stencil/core';\n\n@Component({\n\ttag: 'p-accordion',\n\tstyleUrl: 'accordion.component.css',\n\tshadow: true,\n})\nexport class Accordion {\n\t/**\n\t * Header of the accordion\n\t */\n\t@Prop() header!: string;\n\n\t/**\n\t * Wether the accordion is open\n\t */\n\t@Prop() open: boolean = false;\n\n\t/**\n\t * Wether the accordion can be closed\n\t */\n\t@Prop() closeable: boolean = true;\n\n\t/**\n\t * Wether the accordion can be opened\n\t */\n\t@Prop() openable: boolean = true;\n\n\t/**\n\t * Open change event\n\t */\n\t@Event({\n\t\tbubbles: false,\n\t})\n\tisOpen: EventEmitter<boolean>;\n\n\trender() {\n\t\treturn (\n\t\t\t<Host>\n\t\t\t\t<div\n\t\t\t\t\tclass='flex cursor-pointer items-center gap-2 text-black-teal-500'\n\t\t\t\t\tonClick={() => this._onClick()}\n\t\t\t\t>\n\t\t\t\t\t<p-icon\n\t\t\t\t\t\tclass='flex shrink-0'\n\t\t\t\t\t\tvariant='caret'\n\t\t\t\t\t\trotate={this.open ? 0 : -90}\n\t\t\t\t\t/>\n\t\t\t\t\t<p class='my-0 shrink-0 whitespace-nowrap text-base font-medium'>{this.header}</p>\n\t\t\t\t\t<p-divider class=\"flex-1\" />\n\t\t\t\t</div>\n\t\t\t\t{this.open && (\n\t\t\t\t\t<div class='mt-4'>\n\t\t\t\t\t\t<slot />\n\t\t\t\t\t</div>\n\t\t\t\t)}\n\t\t\t</Host>\n\t\t);\n\t}\n\n\tprivate _onClick() {\n\t\tif (!this.closeable && this.open) {\n\t\t\treturn;\n\t\t}\n\n\t\tif (!this.openable && !this.open) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis.open = !this.open;\n\t\tthis.isOpen.emit(this.open);\n\t}\n}\n"],"mappings":"yDAAA,MAAMA,EAAwB,imB,MCOjBC,EAAS,M,wDAIbC,OAKAC,KAAgB,MAKhBC,UAAqB,KAKrBC,SAAoB,KAQ5BC,OAEA,MAAAC,GACC,OACCC,EAACC,EAAI,CAAAC,IAAA,4CACJF,EAAA,OAAAE,IAAA,2CACCC,MAAM,6DACNC,QAAS,IAAMC,KAAKC,YAEpBN,EACC,UAAAE,IAAA,2CAAAC,MAAM,gBACNI,QAAQ,QACRC,OAAQH,KAAKV,KAAO,GAAI,KAEzBK,EAAA,KAAAE,IAAA,2CAAGC,MAAM,yDAAyDE,KAAKX,QACvEM,EAAA,aAAAE,IAAA,2CAAWC,MAAM,YAEjBE,KAAKV,MACLK,EAAK,OAAAE,IAAA,2CAAAC,MAAM,QACVH,EAAA,QAAAE,IAAA,8C,CAOG,QAAAI,GACP,IAAKD,KAAKT,WAAaS,KAAKV,KAAM,CACjC,M,CAGD,IAAKU,KAAKR,WAAaQ,KAAKV,KAAM,CACjC,M,CAGDU,KAAKV,MAAQU,KAAKV,KAClBU,KAAKP,OAAOW,KAAKJ,KAAKV,K","ignoreList":[]}
@@ -1,14 +0,0 @@
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
- <title>434AFB85-135A-4569-A66B-6D5812BAA42C@1x</title>
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="currentColor">
5
- <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
6
- <g id="icons" transform="translate(0.000000, 152.000000)">
7
- <g id="Combined-Shape" transform="translate(243.000000, 0.000000)">
8
- <path d="M8.75499764,3.25769542 C8.75754955,3.26010955 8.76008793,3.26253795 8.76261268,3.26498049 L12.7352971,7.10831254 C12.9002291,7.26787433 12.9984382,7.47043889 13.0293482,7.68119673 C13.1304672,7.98354221 13.0865843,8.32959983 12.8801668,8.60392636 C12.8538183,8.63894319 12.8251966,8.67219017 12.7944866,8.70345226 L8.86039504,12.7082755 C8.50172527,13.0733939 7.91497906,13.0786215 7.5498607,12.7199517 L7.54234654,12.7124854 C7.17420493,12.3424827 7.16725127,11.7467377 7.52665628,11.368243 L9.775,9 L4,9 C3.44771525,9 3,8.55228475 3,8 C3,7.44771525 3.44771525,7 4,7 L9.812,7 L7.44561311,4.65686817 C7.06927109,4.28428449 7.05936325,3.67934833 7.42330209,3.29464008 C7.78083767,2.91670052 8.37705808,2.90015983 8.75499764,3.25769542 Z"/>
9
- </g>
10
- </g>
11
- </g>
12
- </g>
13
- </g>
14
- </svg>
@@ -1,16 +0,0 @@
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
- <title>6900D5DE-1A64-4EE8-8ABC-1FEE34C10458@1x</title>
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="currentColor" fill-rule="nonzero">
5
- <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
6
- <g id="icons" transform="translate(0.000000, 152.000000)">
7
- <g id="attachment" transform="translate(0.000000, 32.000000)">
8
- <g id="Path-2" transform="translate(243.000000, 0.000000)">
9
- <path d="M5.10875721,10.5229708 C4.81586399,10.815864 4.34099026,10.815864 4.04809704,10.5229708 C3.75520382,10.2300776 3.75520382,9.75520382 4.04809704,9.4623106 L8.04809704,5.4623106 C8.89327501,4.61713263 10.2635792,4.61713263 11.1087572,5.4623106 C11.9539352,6.30748857 11.9539352,7.6777928 11.1087572,8.52297077 L7.10875721,12.5229708 C5.71129449,13.9204335 3.44555976,13.9204335 2.04809704,12.5229708 C0.65063432,11.1255081 0.65063432,8.85977332 2.04809704,7.4623106 L6.04809704,3.4623106 C7.99784451,1.51256313 11.1590097,1.51256313 13.1087572,3.4623106 C15.0585047,5.41205807 15.0585047,8.5732233 13.1087572,10.5229708 L9.10875721,14.5229708 C8.81586399,14.815864 8.34099026,14.815864 8.04809704,14.5229708 C7.75520382,14.2300776 7.75520382,13.7552038 8.04809704,13.4623106 L12.048097,9.4623106 C13.4120581,8.09834957 13.4120581,5.8869318 12.048097,4.52297077 C10.684136,3.15900974 8.47271824,3.15900974 7.10875721,4.52297077 L3.10875721,8.52297077 C2.29708093,9.33464705 2.29708093,10.6506343 3.10875721,11.4623106 C3.92043349,12.2739869 5.23642076,12.2739869 6.04809704,11.4623106 L10.048097,7.4623106 C10.3074886,7.20291907 10.3074886,6.7823623 10.048097,6.52297077 C9.78870551,6.26357924 9.36814874,6.26357924 9.10875721,6.52297077 L5.10875721,10.5229708 Z"/>
10
- </g>
11
- </g>
12
- </g>
13
- </g>
14
- </g>
15
- </g>
16
- </svg>
@@ -1,10 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
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
- <title>⚛️ Atoms/icons/bread</title>
4
- <g id="⚛️-Atoms" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="⚛️-Atoms/icons/bread">
6
- <rect id="Bounding-box" x="0" y="0" width="16" height="16"></rect>
7
- <path d="M11.5,2 L4.5,2 C2.575,2 1,3.75714286 1,5.42857143 C1,6.74545455 1.93333333,8.32727273 3.33333333,8.78311688 L3.33333333,13.4935065 C3.33333333,13.7974026 3.56666667,14 3.91666667,14 L12.0833333,14 C12.4333333,14 12.6666667,13.7974026 12.6666667,13.4935065 L12.6666667,8.78311688 C14.0666667,8.37792208 15,6.74545455 15,5.42857143 C15,3.75714286 13.425,2 11.5,2 Z M5.08333333,6.4025974 C4.90833333,6.4025974 4.79166667,6.35194805 4.675,6.25064935 C4.44166667,6.04805195 4.44166667,5.74415584 4.675,5.54155844 L5.25833333,5.03506494 C5.49166667,4.83246753 5.84166667,4.83246753 6.075,5.03506494 C6.30833333,5.23766234 6.30833333,5.54155844 6.075,5.74415584 L5.49166667,6.25064935 C5.375,6.35194805 5.25833333,6.4025974 5.08333333,6.4025974 Z M6.83333333,10.4545455 C6.83333333,10.7584416 6.6,10.961039 6.25,10.961039 C5.9,10.961039 5.66666667,10.7584416 5.66666667,10.4545455 L5.66666667,9.94805195 C5.66666667,9.64415584 5.9,9.44155844 6.25,9.44155844 C6.6,9.44155844 6.83333333,9.64415584 6.83333333,9.94805195 L6.83333333,10.4545455 Z M7.59166667,7.77012987 C7.35833333,7.56753247 7.35833333,7.26363636 7.59166667,7.06103896 C7.825,6.85844156 8.175,6.85844156 8.40833333,7.06103896 L8.99166667,7.56753247 C9.225,7.77012987 9.225,8.07402597 8.99166667,8.27662338 C8.875,8.37792208 8.75833333,8.42857143 8.58333333,8.42857143 C8.40833333,8.42857143 8.29166667,8.37792208 8.175,8.27662338 L7.59166667,7.77012987 Z M10.1583333,10.8090909 L9.575,11.3155844 C9.45833333,11.4168831 9.34166667,11.4675325 9.16666667,11.4675325 C8.99166667,11.4675325 8.875,11.4168831 8.75833333,11.3155844 C8.525,11.112987 8.525,10.8090909 8.75833333,10.6064935 L9.34166667,10.1 C9.575,9.8974026 9.925,9.8974026 10.1583333,10.1 C10.3916667,10.3025974 10.3916667,10.6064935 10.1583333,10.8090909 Z M10.9166667,5.8961039 C10.9166667,6.2 10.6833333,6.4025974 10.3333333,6.4025974 C9.98333333,6.4025974 9.75,6.2 9.75,5.8961039 L9.75,5.38961039 C9.75,5.08571429 9.98333333,4.88311688 10.3333333,4.88311688 C10.6833333,4.88311688 10.9166667,5.08571429 10.9166667,5.38961039 L10.9166667,5.8961039 Z" id="Bread" fill="currentColor" fill-rule="nonzero"></path>
8
- </g>
9
- </g>
10
- </svg>
@@ -1,16 +0,0 @@
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
- <title>3D99E2A7-B47A-4957-8D2C-7AF582F435CF@1x</title>
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="currentColor">
5
- <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
6
- <g id="icons" transform="translate(0.000000, 152.000000)">
7
- <g id="calendar" transform="translate(0.000000, 96.000000)">
8
- <g id="Rectangle-9" transform="translate(243.000000, 0.000000)">
9
- <path d="M2,2 L2,3 C2,4.1045695 2.8954305,5 4,5 C5.1045695,5 6,4.1045695 6,3 L6,3 L6,2 L6,2 L10,2 L10,3 C10,4.1045695 10.8954305,5 12,5 C13.1045695,5 14,4.1045695 14,3 L14,3 L14,2 L14,2 L15,2 C15.5522847,2 16,2.44771525 16,3 L16,15 C16,15.5522847 15.5522847,16 15,16 L1,16 C0.44771525,16 6.76353751e-17,15.5522847 0,15 L0,3 C-6.76353751e-17,2.44771525 0.44771525,2 1,2 L2,2 Z M8,11 L7,11 C6.44771525,11 6,11.4477153 6,12 L6,12 L6,13 C6,13.5522847 6.44771525,14 7,14 L7,14 L8,14 C8.55228475,14 9,13.5522847 9,13 L9,13 L9,12 C9,11.4477153 8.55228475,11 8,11 L8,11 Z M4,11 L3,11 C2.44771525,11 2,11.4477153 2,12 L2,12 L2,13 C2,13.5522847 2.44771525,14 3,14 L3,14 L4,14 C4.55228475,14 5,13.5522847 5,13 L5,13 L5,12 C5,11.4477153 4.55228475,11 4,11 L4,11 Z M4,7 L3,7 C2.44771525,7 2,7.44771525 2,8 L2,8 L2,9 C2,9.55228475 2.44771525,10 3,10 L3,10 L4,10 C4.55228475,10 5,9.55228475 5,9 L5,9 L5,8 C5,7.44771525 4.55228475,7 4,7 L4,7 Z M8,7 L7,7 C6.44771525,7 6,7.44771525 6,8 L6,8 L6,9 C6,9.55228475 6.44771525,10 7,10 L7,10 L8,10 C8.55228475,10 9,9.55228475 9,9 L9,9 L9,8 C9,7.44771525 8.55228475,7 8,7 L8,7 Z M12,7 L11,7 C10.4477153,7 10,7.44771525 10,8 L10,8 L10,9 C10,9.55228475 10.4477153,10 11,10 L11,10 L12,10 C12.5522847,10 13,9.55228475 13,9 L13,9 L13,8 C13,7.44771525 12.5522847,7 12,7 L12,7 Z M4,0 C4.55228475,-1.01453063e-16 5,0.44771525 5,1 L5,3 C5,3.55228475 4.55228475,4 4,4 C3.44771525,4 3,3.55228475 3,3 L3,1 C3,0.44771525 3.44771525,1.01453063e-16 4,0 Z M12,0 C12.5522847,-1.01453063e-16 13,0.44771525 13,1 L13,3 C13,3.55228475 12.5522847,4 12,4 C11.4477153,4 11,3.55228475 11,3 L11,1 C11,0.44771525 11.4477153,1.01453063e-16 12,0 Z"/>
10
- </g>
11
- </g>
12
- </g>
13
- </g>
14
- </g>
15
- </g>
16
- </svg>
@@ -1,10 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
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
- <title>⚛️ Atoms/icons/camera</title>
4
- <g id="⚛️-Atoms" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="⚛️-Atoms/icons/camera">
6
- <rect id="Bounding-box" x="0" y="0" width="16" height="16"></rect>
7
- <path d="M11,1 C11.5522847,1 12,1.44771525 12,2 C12,2.55228475 12.4477153,3 13,3 L14,3 C15.1045695,3 16,3.8954305 16,5 L16,13 C16,14.1045695 15.1045695,15 14,15 L2,15 C0.8954305,15 1.3527075e-16,14.1045695 0,13 L0,5 C-1.3527075e-16,3.8954305 0.8954305,3 2,3 L3,3 C3.55228475,3 4,2.55228475 4,2 C4,1.44771525 4.44771525,1 5,1 L11,1 Z M8,5 C5.790861,5 4,6.790861 4,9 C4,11.209139 5.790861,13 8,13 C10.209139,13 12,11.209139 12,9 C12,6.790861 10.209139,5 8,5 Z M8,6 C9.65685425,6 11,7.34314575 11,9 C11,10.6568542 9.65685425,12 8,12 C6.34314575,12 5,10.6568542 5,9 C5,7.34314575 6.34314575,6 8,6 Z" id="camera" fill="currentColor"></path>
8
- </g>
9
- </g>
10
- </svg>
@@ -1,10 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
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
- <title>⚛️ Atoms/icons/car</title>
4
- <g id="⚛️-Atoms" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="⚛️-Atoms/icons/car">
6
- <rect id="Bounding-box" x="0" y="0" width="16" height="16"></rect>
7
- <path d="M10.190983,3 C10.380369,3 10.5535006,3.10700119 10.6381966,3.2763932 L12,6 L14.5,6 C14.7761424,6 15,6.22385763 15,6.5 L15,10.5 C15,10.7761424 14.7761424,11 14.5,11 L14,11 C14,12.1045695 13.1045695,13 12,13 C10.8954305,13 10,12.1045695 10,11 L6,11 C6,12.1045695 5.1045695,13 4,13 C2.8954305,13 2,12.1045695 2,11 L1.5,11 C1.22385763,11 1,10.7761424 1,10.5 L1,6.5 C1,6.22385763 1.22385763,6 1.5,6 L3,6 L4.3618034,3.2763932 C4.44649941,3.10700119 4.61963097,3 4.80901699,3 L10.190983,3 Z M4,10 C3.44771525,10 3,10.4477153 3,11 C3,11.5522847 3.44771525,12 4,12 C4.55228475,12 5,11.5522847 5,11 C5,10.4477153 4.55228475,10 4,10 Z M12,10 C11.4477153,10 11,10.4477153 11,11 C11,11.5522847 11.4477153,12 12,12 C12.5522847,12 13,11.5522847 13,11 C13,10.4477153 12.5522847,10 12,10 Z M10,4 L8,4 L8,6 L11,6 L10,4 Z M7,4 L5,4 L4,6 L7,6 L7,4 Z" id="Combined-Shape" fill="currentColor"></path>
8
- </g>
9
- </g>
10
- </svg>
@@ -1,17 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
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
- <title>default</title>
4
- <g id="✔️-Collections" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -1526.000000)" fill="currentColor">
6
- <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
7
- <g id="icons" transform="translate(0.000000, 152.000000)">
8
- <g id="checklist" transform="translate(0.000000, 1318.000000)">
9
- <g id="⚛️-Atoms/icons/checklist" transform="translate(243.000000, 0.000000)">
10
- <path d="M1,0 L3,0 C3.55228475,-1.01453063e-16 4,0.44771525 4,1 L4,3 C4,3.55228475 3.55228475,4 3,4 L1,4 C0.44771525,4 6.76353751e-17,3.55228475 0,3 L0,1 C-6.76353751e-17,0.44771525 0.44771525,1.01453063e-16 1,0 Z M7,1 L15,1 C15.5522847,1 16,1.44771525 16,2 C16,2.55228475 15.5522847,3 15,3 L7,3 C6.44771525,3 6,2.55228475 6,2 C6,1.44771525 6.44771525,1 7,1 Z M7,7 L15,7 C15.5522847,7 16,7.44771525 16,8 C16,8.55228475 15.5522847,9 15,9 L7,9 C6.44771525,9 6,8.55228475 6,8 C6,7.44771525 6.44771525,7 7,7 Z M7,13 L15,13 C15.5522847,13 16,13.4477153 16,14 C16,14.5522847 15.5522847,15 15,15 L7,15 C6.44771525,15 6,14.5522847 6,14 C6,13.4477153 6.44771525,13 7,13 Z M1,6 L3,6 C3.55228475,6 4,6.44771525 4,7 L4,9 C4,9.55228475 3.55228475,10 3,10 L1,10 C0.44771525,10 6.76353751e-17,9.55228475 0,9 L0,7 C-6.76353751e-17,6.44771525 0.44771525,6 1,6 Z M1,12 L3,12 C3.55228475,12 4,12.4477153 4,13 L4,15 C4,15.5522847 3.55228475,16 3,16 L1,16 C0.44771525,16 6.76353751e-17,15.5522847 0,15 L0,13 C-6.76353751e-17,12.4477153 0.44771525,12 1,12 Z" id="Combined-Shape"></path>
11
- </g>
12
- </g>
13
- </g>
14
- </g>
15
- </g>
16
- </g>
17
- </svg>
@@ -1,17 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
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
- <title>EB3016C2-A1DF-47ED-937C-697443FD3F3C@1x</title>
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="currentColor">
6
- <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
7
- <g id="icons" transform="translate(0.000000, 152.000000)">
8
- <g id="checkmark" transform="translate(0.000000, 160.000000)">
9
- <g id="Path" transform="translate(243.000000, 0.000000)">
10
- <path d="M5.9647539,11.4869113 L13.5310363,1.53005377 C13.9660225,0.957640367 14.7506399,0.830594918 15.3318508,1.23846541 L15.4391486,1.31485597 C15.7328273,1.52108493 15.9306419,1.84558554 15.9849532,2.2102092 C16.0392644,2.57483285 15.9451503,2.94653481 15.725276,3.23579911 L7.2585864,14.3795051 C7.08780408,14.6049504 6.86247873,14.7614579 6.61748211,14.843438 C6.09379993,15.1259931 5.45441111,15.0189985 5.04199293,14.5797974 L0.362021072,9.60136867 C0.114703307,9.33763381 -0.0159246448,8.97843936 0.00155347006,8.61017223 C0.019031585,8.2419051 0.18303418,7.89788961 0.45411834,7.6608621 L0.554262943,7.57329243 C1.09124008,7.10398752 1.8844974,7.14458066 2.37474875,7.66645166 L5.96564805,11.4869113 L5.9647539,11.4869113 Z"></path>
11
- </g>
12
- </g>
13
- </g>
14
- </g>
15
- </g>
16
- </g>
17
- </svg>
@@ -1,17 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
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
- <title>2D60A936-D98C-47D5-81C3-87BE72E0E033@1x</title>
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="currentColor" fill-rule="nonzero">
6
- <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
7
- <g id="icons" transform="translate(0.000000, 152.000000)">
8
- <g id="chevron" transform="translate(0.000000, 192.000000)">
9
- <g id="Path" transform="translate(243.000000, 0.000000)">
10
- <path d="M7.04443749,11.1075877 L3.71288307,7.99620558 C3.34547391,7.65307738 3.32579031,7.07707303 3.66891852,6.70966387 C3.6832292,6.69434052 3.69806505,6.67951618 3.7133995,6.66521739 C4.11755563,6.28835747 4.74228617,6.2815126 5.15460242,6.64942684 L8,9.1884058 L8,9.1884058 L10.8453976,6.64942684 C11.2577138,6.2815126 11.8824444,6.28835747 12.2866005,6.66521739 C12.6542758,7.00806038 12.6744064,7.58404927 12.3315634,7.95172459 C12.3172646,7.96705905 12.3024403,7.9818949 12.2871169,7.99620558 L8.95556251,11.1075877 C8.41758445,11.6100124 7.58241555,11.6100124 7.04443749,11.1075877 Z"></path>
11
- </g>
12
- </g>
13
- </g>
14
- </g>
15
- </g>
16
- </g>
17
- </svg>
@@ -1,15 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
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
- <title>⚛️ Atoms/icons/Chevrons</title>
4
- <defs>
5
- <rect id="path-1" x="0" y="-4.54747351e-13" width="16" height="16"></rect>
6
- </defs>
7
- <g id="⚛️-Atoms/icons/Chevrons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
- <mask id="mask-2" fill="white">
9
- <use xlink:href="#path-1"></use>
10
- </mask>
11
- <g id="Bounding-box"></g>
12
- <path d="M7.04443749,15.1075877 L3.71288307,11.9962056 C3.34547391,11.6530774 3.32579031,11.077073 3.66891852,10.7096639 C3.6832292,10.6943405 3.69806505,10.6795162 3.7133995,10.6652174 C4.11755563,10.2883575 4.74228617,10.2815126 5.15460242,10.6494268 L8,13.1884058 L8,13.1884058 L10.8453976,10.6494268 C11.2577138,10.2815126 11.8824444,10.2883575 12.2866005,10.6652174 C12.6542758,11.0080604 12.6744064,11.5840493 12.3315634,11.9517246 C12.3172646,11.9670591 12.3024403,11.9818949 12.2871169,11.9962056 L8.95556251,15.1075877 C8.41758445,15.6100124 7.58241555,15.6100124 7.04443749,15.1075877 Z" id="Chevron" fill="currentColor" fill-rule="nonzero" mask="url(#mask-2)"></path>
13
- <path d="M7.04443749,5.10758771 L3.71288307,1.99620558 C3.34547391,1.65307738 3.32579031,1.07707303 3.66891852,0.709663874 C3.6832292,0.694340517 3.69806505,0.679516179 3.7133995,0.665217391 C4.11755563,0.288357469 4.74228617,0.281512603 5.15460242,0.649426839 L8,3.1884058 L8,3.1884058 L10.8453976,0.649426839 C11.2577138,0.281512603 11.8824444,0.288357469 12.2866005,0.665217391 C12.6542758,1.00806038 12.6744064,1.58404927 12.3315634,1.95172459 C12.3172646,1.96705905 12.3024403,1.9818949 12.2871169,1.99620558 L8.95556251,5.10758771 C8.41758445,5.61001243 7.58241555,5.61001243 7.04443749,5.10758771 Z" id="Chevron" fill="currentColor" fill-rule="nonzero" mask="url(#mask-2)" transform="translate(8, 3) scale(1, -1) translate(-8, -3)"></path>
14
- </g>
15
- </svg>
@@ -1,17 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
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
- <title>DA4F6F05-8E0E-4F99-8C04-325E1026BDED@1x</title>
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="currentColor">
6
- <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
7
- <g id="icons" transform="translate(0.000000, 152.000000)">
8
- <g id="clock" transform="translate(0.000000, 224.000000)">
9
- <g id="Combined-Shape" transform="translate(243.000000, 0.000000)">
10
- <path d="M8,1 C11.8659932,1 15,4.13400675 15,8 C15,11.8659932 11.8659932,15 8,15 C4.13400675,15 1,11.8659932 1,8 C1,4.13400675 4.13400675,1 8,1 Z M8,4 C7.44771525,4 7,4.44771525 7,5 L7,5 L7,9 C7,9.55228475 7.44771525,10 8,10 L8,10 L11,10 C11.5522847,10 12,9.55228475 12,9 C12,8.44771525 11.5522847,8 11,8 L11,8 L9,8 L9,5 C9,4.48716416 8.61395981,4.06449284 8.11662113,4.00672773 Z"></path>
11
- </g>
12
- </g>
13
- </g>
14
- </g>
15
- </g>
16
- </g>
17
- </svg>
@@ -1,17 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
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
- <title>D69A8BFD-59F3-48E5-B2F8-A57D151EB85C@1x</title>
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="currentColor" fill-rule="nonzero">
6
- <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
7
- <g id="icons" transform="translate(0.000000, 152.000000)">
8
- <g id="cogs" transform="translate(0.000000, 260.000000)">
9
- <g id="Shape" transform="translate(243.000000, 0.000000)">
10
- <path d="M11.2702153,6.33241506 C10.3216145,6.33241506 9.54992865,5.58473625 9.54992865,4.66564636 C9.54992865,3.74655647 10.3216145,2.99887767 11.2702153,2.99887767 C12.2188161,2.99887767 12.9905019,3.74655647 12.9905019,4.66564636 C12.9905019,5.58473625 12.2188161,6.33241506 11.2702153,6.33241506 M4.73447396,12.9978574 C3.78587319,12.9978574 3.01418731,12.2501786 3.01418731,11.3310887 C3.01418731,10.4119988 3.78587319,9.66431997 4.73447396,9.66431997 C5.68307473,9.66431997 6.45476061,10.4119988 6.45476061,11.3310887 C6.45476061,12.2501786 5.68307473,12.9978574 4.73447396,12.9978574 M15.8312495,5.67778798 L15.0107014,5.21905928 C15.0696731,4.84848485 15.0696731,4.48280788 15.0107014,4.11386593 L15.8312495,3.65513723 C15.91044,3.6110601 15.9677267,3.5375982 15.9913154,3.45270891 C16.014904,3.36781961 16.0031729,3.27640037 15.9576173,3.1996735 L14.9247714,1.46760535 C14.8775941,1.39087848 14.8017734,1.33374145 14.7124735,1.31088664 C14.6231736,1.28803183 14.528819,1.30272421 14.4496285,1.34680135 L13.6661483,1.80389756 C13.4218373,1.62269156 13.111815,1.44638302 12.7293419,1.27170697 L12.7293419,0.333027242 C12.7293419,0.14855627 12.5760156,0 12.3856215,0 L10.3216145,0 C10.1312204,0 9.97789418,0.14855627 9.97789418,0.333027242 L9.97789418,1.22926232 C9.50106644,1.36965616 9.21800263,1.56881951 8.94336333,1.80389756 L8.1042813,1.34353637 C7.93916074,1.2553821 7.73191759,1.30762167 7.63756298,1.46597286 L6.59460761,3.19804102 C6.54911521,3.27476788 6.53563598,3.36618712 6.55922463,3.45107642 C6.58281329,3.53596572 6.64010001,3.60942761 6.71929048,3.65513723 L7.53478386,4.11386593 C7.47412733,4.48607285 7.47412733,4.85011733 7.53309896,5.21905928 L6.71086596,5.67942047 C6.63167549,5.7234976 6.57438877,5.79695949 6.55080012,5.88348128 C6.52721146,5.96673809 6.53900579,6.05815733 6.58449819,6.1348842 L7.61565924,7.86531987 C7.67631577,7.96653403 7.7824647,8.02040608 7.89366834,8.02530354 L7.12872208,8.46933986 C6.88441104,8.28813386 6.57438877,8.11182532 6.19191563,7.93714927 L6.19191563,6.99846954 C6.19191563,6.81399857 6.0385894,6.6654423 5.84819529,6.6654423 L3.78587319,6.6654423 C3.59547908,6.6654423 3.44215284,6.81399857 3.44215284,6.99846954 L3.44215284,7.89470462 C2.96532511,8.03509846 2.68226129,8.23426181 2.40762199,8.46933986 L1.56853996,8.00897868 C1.40510431,7.91919192 1.19617625,7.97306397 1.10182165,8.13141516 L0.0588662745,9.86348332 C0.0133738755,9.94021018 -0.000105353912,10.0316294 0.0234832975,10.1165187 C0.0470719489,10.201408 0.104358674,10.2748699 0.183549146,10.3205795 L0.999042523,10.7793082 C0.93838599,11.1515152 0.93838599,11.5155596 0.997357619,11.8845016 L0.175124628,12.3448628 C0.0959341553,12.3889399 0.0386474305,12.4624018 0.0150587791,12.5489236 C-0.00852987226,12.6321804 0.00320129467,12.7235996 0.0487568525,12.8003265 L1.0799179,14.5323947 C1.1742725,14.6891134 1.37983075,14.7462504 1.54495131,14.6564636 L2.40425218,14.19447 C2.67552167,14.4279155 2.96027039,14.6287114 3.44215284,14.7707377 L3.44215284,15.6669728 C3.44215284,15.8514437 3.59547908,16 3.78587319,16 L5.84988019,16 C6.0402743,16 6.19360054,15.8514437 6.19360054,15.6669728 L6.19360054,14.728293 C6.57607367,14.5519845 6.88609595,14.3773084 7.13040698,14.19447 L7.91388719,14.6515662 C7.99307766,14.6972758 8.08743226,14.7103357 8.17673216,14.6874809 C8.26603205,14.6646261 8.34185272,14.6091215 8.38903002,14.5307622 L9.42187597,12.798694 C9.51623058,12.6387103 9.46062875,12.4346495 9.2955082,12.3432303 L8.47496011,11.8845016 C8.53393174,11.5139272 8.53393174,11.1482502 8.47496011,10.7793082 L9.2955082,10.3205795 C9.37469867,10.2765024 9.43198539,10.204673 9.45557404,10.1181512 C9.4791627,10.0332619 9.46736837,9.94184267 9.42187597,9.8651158 L8.39071492,8.13304765 C8.34353762,8.05632078 8.26771696,7.99918376 8.17841706,7.97632895 C8.15651331,7.97143149 8.13292466,7.97469646 8.11102091,7.97306397 L8.93999352,7.52576268 C9.21126301,7.75920824 9.49601173,7.96000408 9.97789418,8.10203041 L9.97789418,8.99826548 C9.97789418,9.18273646 10.1312204,9.33129273 10.3216145,9.33129273 L12.3856215,9.33129273 C12.5760156,9.33129273 12.7293419,9.18273646 12.7293419,8.99826548 L12.7293419,8.05958576 C13.111815,7.88327722 13.4218373,7.70860116 13.6661483,7.52576268 L14.4496285,7.98285889 C14.528819,8.02856851 14.6231736,8.04162841 14.7124735,8.01877359 C14.8017734,7.99591878 14.8775941,7.94041424 14.9247714,7.86205489 L15.9559324,6.12998674 C16.0519719,5.97326803 15.9963701,5.77083971 15.8312495,5.67778798"></path>
11
- </g>
12
- </g>
13
- </g>
14
- </g>
15
- </g>
16
- </g>
17
- </svg>
@@ -1,14 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
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
- <title>⚛️ Atoms/icons/colleagues</title>
4
- <defs>
5
- <rect id="path-1" x="0" y="0" width="16" height="16"></rect>
6
- </defs>
7
- <g id="⚛️-Atoms/icons/colleagues" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
- <mask id="mask-2" fill="white">
9
- <use xlink:href="#path-1"></use>
10
- </mask>
11
- <g id="Bounding-box"></g>
12
- <path d="M8.02749636,2.06482791 C8.98192638,3.01901436 8.673198,4.3198161 8.70661944,5.36118504 L8.71005828,5.52 L8.75717364,5.538126 C8.98214627,5.6524687 9.0838731,6.02080288 8.98523097,6.4112196 C8.90098617,6.74461253 8.69539156,6.99609909 8.47956006,7.06041718 C8.35166077,7.33801927 8.15298047,7.60954222 7.85347666,7.8931481 C7.01658563,8.68561622 6.9539571,8.68561622 6.89424388,9.06149573 C6.84007977,9.40244502 6.93330769,9.5069167 7.21553238,9.77265328 L7.2059176,9.76884711 C7.91008304,10.075733 8.90141365,10.5235071 10.1799094,11.1121696 L10.505516,11.2622703 C10.7122246,11.5178159 10.8575234,11.9281838 10.9414125,12.4933743 L10.9767473,12.7801217 L10.9978328,13.067441 C11.0288407,13.7364883 10.5873349,14.3359372 9.93920188,14.5047839 C8.6569773,14.8350047 7.17479195,15 5.49270579,15 C3.84823149,15 2.39481829,14.868584 1.1324662,14.6057521 C0.470286993,14.4705111 -0.00364297108,13.8860415 8.00634809e-05,13.2102035 C0.00170180704,12.9271288 0.0163410794,12.6881857 0.0439990404,12.4933743 C0.102757862,12.079501 0.248056709,11.6691331 0.47989558,11.2622703 C1.78037671,10.6480683 2.88597427,10.1514818 3.79668825,9.7725109 C4.07070009,9.56489683 3.977806,9.36492891 3.977806,9.06149573 C3.977806,8.71535713 3.55454692,8.49926402 2.96275924,7.81849833 C2.76574829,7.59186587 2.60360055,7.3406595 2.47593785,7.07611505 C2.22437238,7.07606384 1.96214138,6.799065 1.86413703,6.4112196 C1.75563069,5.98176121 1.88957078,5.57902269 2.1633064,5.51167484 L2.11904973,5.52689449 C2.11903352,5.48962683 2.11963694,5.45249959 2.12085903,5.41554069 C2.14796333,4.59584488 1.79523041,3.38279297 2.46680867,2.56218457 C3.13838693,1.74157617 3.29171148,1.05180653 4.95307843,1.00702621 C6.61444538,0.962245881 7.07306634,1.11064146 8.02749636,2.06482791 Z M13.5680289,2.91270964 C14.3489354,3.73058374 14.0963364,4.84555666 14.1236816,5.7381586 L14.127,5.875 L14.1705376,5.89282284 C14.3507635,5.9941465 14.4315397,6.30689162 14.3516341,6.6381869 C14.282957,6.92292762 14.115701,7.13796514 13.9398039,7.19404651 C13.8335592,7.43215583 13.6709264,7.66509622 13.4256474,7.90841266 C12.7409104,8.58767105 12.6896682,8.58767105 12.6408114,8.90985348 C12.596418,9.20260196 12.6730377,9.29195251 12.9048883,9.52060202 C13.4632329,9.77521416 14.2585357,10.1514033 15.2817287,10.6447222 L15.5955233,10.7962317 C15.7646505,11.0152707 15.8835328,11.3670147 15.9521702,11.8514637 L15.9817416,12.1043581 L15.9989736,12.3577719 C16.0234191,12.9262175 15.6501104,13.4354992 15.1006655,13.5832771 C14.1481396,13.8375612 13.0613814,13.9752383 11.8405636,13.9969506 C11.9564525,13.6922129 12.0125568,13.3619738 11.9967605,13.0211443 L11.9740654,12.7069318 L11.9339056,12.3710731 C11.8228124,11.6205148 11.6214333,11.0517591 11.2830013,10.6333692 L11.1361783,10.4518579 L10.9241622,10.3541209 L10.5985556,10.2040201 L10.2553433,10.0462098 C10.026416,9.94109852 9.80740766,9.84085537 9.59830413,9.74547435 C9.77572222,9.66493381 9.94399265,9.59011156 10.1048379,9.51998389 C10.3311987,9.34265925 10.2546069,9.17094088 10.2546069,8.90985348 C10.2546069,8.61316326 9.90829989,8.42794059 9.42410427,7.84442714 L9.32215218,7.71295587 C9.62895042,7.4519961 9.84899785,7.07474243 9.95475689,6.65620833 L9.98719865,6.50734363 C10.0785658,6.00954491 10.001694,5.50041838 9.74103499,5.11503779 L9.705,5.067 L9.70538729,5.04319803 C9.70719605,4.95448846 9.71060133,4.84660783 9.7157187,4.70094591 C9.7224049,4.51062848 9.72659959,4.36893842 9.72823746,4.24539181 L9.72808477,4.0134576 C9.7274847,3.97582302 9.72659569,3.93794631 9.72541534,3.89869844 C9.71162588,3.44018442 9.65072601,3.02373481 9.52679569,2.64197899 C9.81906265,2.28089212 10.1838305,2.03055304 11.0525664,2.00602246 C12.4118826,1.96763933 12.7871224,2.09483554 13.5680289,2.91270964 Z" id="Combined-Shape" fill="currentColor" mask="url(#mask-2)"></path>
13
- </g>
14
- </svg>
@@ -1,17 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
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
- <title>85F96114-FD2C-4B57-AEA8-3B2854320A29@1x</title>
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="currentColor">
6
- <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
7
- <g id="icons" transform="translate(0.000000, 152.000000)">
8
- <g id="comment" transform="translate(0.000000, 294.000000)">
9
- <g id="icon---comment" transform="translate(243.000000, 0.000000)">
10
- <path d="M14,0.891225434 C14.5522847,0.891225434 15,1.33894068 15,1.89122543 L15,11 C15,11.5522847 14.5522847,12 14,12 L8.14999962,12 L3.74831681,14.5185756 C3.50863619,14.6557172 3.20316144,14.5725929 3.06601986,14.3329123 C3.02275807,14.2573042 3,14.1717056 3,14.0845955 L3,12 L2,12 C1.44771525,12 1,11.5522847 1,11 L1,1.89122543 C1,1.33894068 1.44771525,0.891225434 2,0.891225434 L14,0.891225434 Z M9.25,7 L4.75,7 C4.33578644,7 4,7.33578644 4,7.75 C4,8.16421356 4.33578644,8.5 4.75,8.5 L4.75,8.5 L9.25,8.5 C9.66421356,8.5 10,8.16421356 10,7.75 C10,7.33578644 9.66421356,7 9.25,7 L9.25,7 Z M11.25,4 L4.75,4 C4.33578644,4 4,4.33578644 4,4.75 C4,5.16421356 4.33578644,5.5 4.75,5.5 L4.75,5.5 L11.25,5.5 C11.6642136,5.5 12,5.16421356 12,4.75 C12,4.33578644 11.6642136,4 11.25,4 L11.25,4 Z"></path>
11
- </g>
12
- </g>
13
- </g>
14
- </g>
15
- </g>
16
- </g>
17
- </svg>
@@ -1,14 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
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
- <title>⚛️ Atoms/icons/companies</title>
4
- <defs>
5
- <rect id="path-1" x="0" y="0" width="16" height="16"></rect>
6
- </defs>
7
- <g id="⚛️-Atoms/icons/companies" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
- <mask id="mask-2" fill="white">
9
- <use xlink:href="#path-1"></use>
10
- </mask>
11
- <g id="Bounding-box"></g>
12
- <path d="M10,1.01701873 C10,0.464733977 10.4477153,0.017018727 11,0.017018727 C11.1894495,0.017018727 11.3750015,0.0708343076 11.5350521,0.172199651 L15.5350521,2.70553298 C15.8245443,2.88887808 16,3.20768431 16,3.55035206 L16,16 L14,16 L14,14 C14,13.4477153 13.5522847,13 13,13 C12.4477153,13 12,13.4477153 12,14 L12,16 L10,16 L10,1.01701873 Z M14,8 L12,8 L12,10 L14,10 L14,8 Z M14,5 L12,5 L12,7 L14,7 L14,5 Z M8,2 C8.55228475,2 9,2.44771525 9,3 L9.00115762,9.15385972 C8.78088594,9.05342154 8.53964353,9 8.29289322,9 L7,9 L7,7 L5,7 L5,9 L4,9 L4,7 L2,7 L2,9 L3.70710678,9 C3.25435391,9 2.82014462,9.17985538 2.5,9.5 C2.17985538,9.82014462 2,10.2543539 2,10.7071068 L2,16 L0,16 L0,3 C-6.76353751e-17,2.44771525 0.44771525,2 1,2 L8,2 Z M8,10 C8.55228475,10 9,10.4477153 9,11 L9,16 L7,16 L7,14 C7,13.4477153 6.55228475,13 6,13 C5.44771525,13 5,13.4477153 5,14 L5,16 L3,16 L3,11 C3,10.4477153 3.44771525,10 4,10 L8,10 Z M4,4 L2,4 L2,6 L4,6 L4,4 Z M7,4 L5,4 L5,6 L7,6 L7,4 Z" id="Combined-Shape" fill="currentColor" mask="url(#mask-2)"></path>
13
- </g>
14
- </svg>
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
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
- <title>⚛️ Atoms/icons/company</title>
4
- <g id="⚛️-Atoms/icons/company" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <rect id="Bounding-box" x="0" y="0" width="16" height="16"/>
6
- <path d="M13,0 C13.5522847,-1.01453063e-16 14,0.44771525 14,1 L14,16 L10,16 L10,14 C10,13.4477153 9.55228475,13 9,13 L7,13 C6.44771525,13 6,13.4477153 6,14 L6,16 L2,16 L2,1 C2,0.44771525 2.44771525,6.76353751e-17 3,0 L13,0 Z M9,8 L7,8 L7,10 L9,10 L9,8 Z M12,8 L10,8 L10,10 L12,10 L12,8 Z M6,8 L4,8 L4,10 L6,10 L6,8 Z M9,5 L7,5 L7,7 L9,7 L9,5 Z M12,5 L10,5 L10,7 L12,7 L12,5 Z M6,5 L4,5 L4,7 L6,7 L6,5 Z M6,2 L4,2 L4,4 L6,4 L6,2 Z M9,2 L7,2 L7,4 L9,4 L9,2 Z M12,2 L10,2 L10,4 L12,4 L12,2 Z" id="Combined-Shape" fill="currentColor"/>
7
- </g>
8
- </svg>
@@ -1,14 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
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
- <title>⚛️ Atoms/icons/deactivate</title>
4
- <defs>
5
- <rect id="path-1" x="0" y="-4.54747351e-13" width="16" height="16"></rect>
6
- </defs>
7
- <g id="⚛️-Atoms/icons/deactivate" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
- <mask id="mask-2" fill="white">
9
- <use xlink:href="#path-1"></use>
10
- </mask>
11
- <g id="Bounding-box"></g>
12
- <path d="M4.46446609,3.28708828 C4.85499039,3.66987265 4.85499039,4.29048873 4.46446609,4.6732731 C3.53218703,5.58707504 3,6.82036922 3,8.13873517 C3,10.8454294 5.23857625,13.0396386 8,13.0396386 C10.7614237,13.0396386 13,10.8454294 13,8.13873517 C13,6.82036922 12.467813,5.58707504 11.5355339,4.6732731 C11.1450096,4.29048873 11.1450096,3.66987265 11.5355339,3.28708828 C11.9260582,2.90430391 12.5592232,2.90430391 12.9497475,3.28708828 C14.2533811,4.56488479 15,6.29510497 15,8.13873517 C15,11.9281071 11.8659932,15 8,15 C4.13400675,15 1,11.9281071 1,8.13873517 C1,6.29510497 1.7466189,4.56488479 3.05025253,3.28708828 C3.44077682,2.90430391 4.0739418,2.90430391 4.46446609,3.28708828 Z M8,1 C8.55228475,1 9,1.44771525 9,2 L9,7 C9,7.55228475 8.55228475,8 8,8 C7.44771525,8 7,7.55228475 7,7 L7,2 C7,1.44771525 7.44771525,1 8,1 Z" id="Combined-Shape" fill="currentColor" mask="url(#mask-2)"></path>
13
- </g>
14
- </svg>
@@ -1,17 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
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
- <title>20D69539-7C20-49F0-9BCF-AE6F4D356668@1x</title>
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="currentColor">
6
- <g id="Collection---Icons" transform="translate(56.000000, 56.000000)">
7
- <g id="icons" transform="translate(0.000000, 152.000000)">
8
- <g id="document" transform="translate(0.000000, 326.000000)">
9
- <g id="Rectangle-9" transform="translate(243.000000, 0.000000)">
10
- <path d="M10.5857864,0 C10.8510029,-4.87194788e-17 11.1053568,0.10535684 11.2928932,0.292893219 L13.7071068,2.70710678 C13.8946432,2.89464316 14,3.14899707 14,3.41421356 L14,15 C14,15.5522847 13.5522847,16 13,16 L3,16 C2.44771525,16 2,15.5522847 2,15 L2,1 C2,0.44771525 2.44771525,1.01453063e-16 3,0 L10.5857864,0 Z M10.5,12 L5.5,12 C5.22385763,12 5,12.2238576 5,12.5 C5,12.7761424 5.22385763,13 5.5,13 L5.5,13 L10.5,13 C10.7761424,13 11,12.7761424 11,12.5 C11,12.2238576 10.7761424,12 10.5,12 L10.5,12 Z M10.5,10 L5.5,10 C5.22385763,10 5,10.2238576 5,10.5 C5,10.7761424 5.22385763,11 5.5,11 L5.5,11 L10.5,11 C10.7761424,11 11,10.7761424 11,10.5 C11,10.2238576 10.7761424,10 10.5,10 L10.5,10 Z M8.5,8 L5.5,8 C5.22385763,8 5,8.22385763 5,8.5 C5,8.77614237 5.22385763,9 5.5,9 L5.5,9 L8.5,9 C8.77614237,9 9,8.77614237 9,8.5 C9,8.22385763 8.77614237,8 8.5,8 L8.5,8 Z M10.072225,1.5009428 C10.025952,1.54774288 10,1.61090189 10,1.67671555 L10,3.91659843 C10,4.05466962 10.1119288,4.16659843 10.25,4.16659843 L12.5153972,4.16659843 C12.6534684,4.16659843 12.7653972,4.05466962 12.7653972,3.91659843 C12.7653972,3.84980357 12.7386677,3.78578633 12.6911699,3.73882347 L10.4257728,1.49894059 C10.3275904,1.40186397 10.1693016,1.40276039 10.072225,1.5009428 Z"></path>
11
- </g>
12
- </g>
13
- </g>
14
- </g>
15
- </g>
16
- </g>
17
- </svg>