@felleslosninger/minid-elements 0.0.124 → 0.0.127

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 (55) hide show
  1. package/README.md +37 -22
  2. package/dist/components/button.component.d.ts +7 -2
  3. package/dist/components/button.component.d.ts.map +1 -1
  4. package/dist/components/button.js +4 -8
  5. package/dist/components/button.js.map +1 -1
  6. package/dist/components/checkbox.component.d.ts +6 -0
  7. package/dist/components/checkbox.component.d.ts.map +1 -1
  8. package/dist/components/checkbox.js +31 -0
  9. package/dist/components/checkbox.js.map +1 -1
  10. package/dist/components/radio-button.component.d.ts +1 -1
  11. package/dist/components/radio-button.component.d.ts.map +1 -1
  12. package/dist/components/radio-button.js +3 -3
  13. package/dist/components/radio-button.js.map +1 -1
  14. package/dist/components/radio-group.component.d.ts +13 -5
  15. package/dist/components/radio-group.component.d.ts.map +1 -1
  16. package/dist/components/radio-group.js +75 -59
  17. package/dist/components/radio-group.js.map +1 -1
  18. package/dist/components/radio.component.d.ts +9 -7
  19. package/dist/components/radio.component.d.ts.map +1 -1
  20. package/dist/components/radio.js +45 -80
  21. package/dist/components/radio.js.map +1 -1
  22. package/dist/designsystemet-tailwind.css +9 -1
  23. package/dist/icons/arrow-right-left.svg +1 -1
  24. package/dist/icons/cpu-fill.svg +3 -0
  25. package/dist/icons/cpu.svg +3 -0
  26. package/dist/icons/expand-vertical.svg +3 -0
  27. package/dist/icons/expand.svg +1 -1
  28. package/dist/icons/file-jpeg-fill.svg +5 -0
  29. package/dist/icons/file-jpeg.svg +4 -0
  30. package/dist/icons/file-png-fill.svg +6 -0
  31. package/dist/icons/file-png.svg +4 -0
  32. package/dist/icons/line-height.svg +3 -0
  33. package/dist/icons/medical-thermometer-fill.svg +3 -0
  34. package/dist/icons/medical-thermometer.svg +3 -0
  35. package/dist/icons/questionmark-circle-fill.svg +3 -0
  36. package/dist/icons/questionmark-circle.svg +3 -0
  37. package/dist/icons/seal-xmark.svg +1 -1
  38. package/dist/icons/shield-checkmark-fill.svg +3 -0
  39. package/dist/icons/shield-checkmark.svg +3 -0
  40. package/dist/icons/shrink.svg +1 -1
  41. package/dist/icons/sort-down.svg +3 -0
  42. package/dist/icons/sort-up.svg +3 -0
  43. package/dist/icons/space-horizontal.svg +3 -0
  44. package/dist/icons/space-vertical.svg +3 -0
  45. package/dist/icons/square-grid-fill.svg +3 -0
  46. package/dist/icons/square-grid.svg +3 -0
  47. package/dist/icons/thumb-down-fill.svg +1 -1
  48. package/dist/icons/thumb-down.svg +1 -1
  49. package/dist/icons/truck-percent-fill.svg +3 -0
  50. package/dist/icons/truck-percent.svg +3 -0
  51. package/dist/mixins/tailwind.mixin.js +1 -1
  52. package/dist/mixins/tailwind.mixin.js.map +1 -1
  53. package/dist/types/icon-name.d.ts +1 -1
  54. package/dist/types/icon-name.d.ts.map +1 -1
  55. package/package.json +1 -1
@@ -0,0 +1,3 @@
1
+ <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12 2.25C12.4142 2.25 12.75 2.58579 12.75 3V5H14.25V3C14.25 2.58579 14.5858 2.25 15 2.25C15.4142 2.25 15.75 2.58579 15.75 3V5H17C18.1046 5 19 5.89543 19 7V8.25H21C21.4142 8.25 21.75 8.58579 21.75 9C21.75 9.41421 21.4142 9.75 21 9.75H19V11.25H21C21.4142 11.25 21.75 11.5858 21.75 12C21.75 12.4142 21.4142 12.75 21 12.75H19V14.25H21C21.4142 14.25 21.75 14.5858 21.75 15C21.75 15.4142 21.4142 15.75 21 15.75H19V17C19 18.1046 18.1046 19 17 19H15.75V21C15.75 21.4142 15.4142 21.75 15 21.75C14.5858 21.75 14.25 21.4142 14.25 21V19H12.75V21C12.75 21.4142 12.4142 21.75 12 21.75C11.5858 21.75 11.25 21.4142 11.25 21V19H9.75V21C9.75 21.4142 9.41421 21.75 9 21.75C8.58579 21.75 8.25 21.4142 8.25 21V19H7C5.89543 19 5 18.1046 5 17L5 15.75H3C2.58579 15.75 2.25 15.4142 2.25 15C2.25 14.5858 2.58579 14.25 3 14.25H5V12.75H3C2.58579 12.75 2.25 12.4142 2.25 12C2.25 11.5858 2.58579 11.25 3 11.25H5V9.75H3C2.58579 9.75 2.25 9.41421 2.25 9C2.25 8.58579 2.58579 8.25 3 8.25H5L5 7C5 5.89543 5.89543 5 7 5H8.25V3C8.25 2.58579 8.58579 2.25 9 2.25C9.41421 2.25 9.75 2.58579 9.75 3V5H11.25V3C11.25 2.58579 11.5858 2.25 12 2.25ZM8 7.25C7.58579 7.25 7.25 7.58579 7.25 8V16C7.25 16.4142 7.58579 16.75 8 16.75H16C16.4142 16.75 16.75 16.4142 16.75 16V8C16.75 7.58579 16.4142 7.25 16 7.25H8ZM8.75 15.25V8.75H15.25V15.25H8.75Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12 2.25C12.4142 2.25 12.75 2.58579 12.75 3V4.25H14.25V3C14.25 2.58579 14.5858 2.25 15 2.25C15.4142 2.25 15.75 2.58579 15.75 3V4.25H17C18.5188 4.25 19.75 5.48122 19.75 7V8.25H21C21.4142 8.25 21.75 8.58579 21.75 9C21.75 9.41421 21.4142 9.75 21 9.75H19.75V11.25H21C21.4142 11.25 21.75 11.5858 21.75 12C21.75 12.4142 21.4142 12.75 21 12.75H19.75V14.25H21C21.4142 14.25 21.75 14.5858 21.75 15C21.75 15.4142 21.4142 15.75 21 15.75H19.75V17C19.75 18.5188 18.5188 19.75 17 19.75H15.75V21C15.75 21.4142 15.4142 21.75 15 21.75C14.5858 21.75 14.25 21.4142 14.25 21V19.75H12.75V21C12.75 21.4142 12.4142 21.75 12 21.75C11.5858 21.75 11.25 21.4142 11.25 21V19.75H9.75V21C9.75 21.4142 9.41421 21.75 9 21.75C8.58579 21.75 8.25 21.4142 8.25 21V19.75H7C5.48122 19.75 4.25 18.5188 4.25 17V15.75H3C2.58579 15.75 2.25 15.4142 2.25 15C2.25 14.5858 2.58579 14.25 3 14.25H4.25V12.75H3C2.58579 12.75 2.25 12.4142 2.25 12C2.25 11.5858 2.58579 11.25 3 11.25H4.25V9.75H3C2.58579 9.75 2.25 9.41421 2.25 9C2.25 8.58579 2.58579 8.25 3 8.25H4.25V7C4.25 5.48122 5.48122 4.25 7 4.25H8.25V3C8.25 2.58579 8.58579 2.25 9 2.25C9.41421 2.25 9.75 2.58579 9.75 3V4.25H11.25V3C11.25 2.58579 11.5858 2.25 12 2.25ZM5.75 9V12V15L5.75 17C5.75 17.6904 6.30964 18.25 7 18.25H9H12H15H17C17.6904 18.25 18.25 17.6904 18.25 17V15V12V9V7C18.25 6.30964 17.6904 5.75 17 5.75H15H12H9H7C6.30964 5.75 5.75 6.30964 5.75 7L5.75 9ZM8 7.25C7.58579 7.25 7.25 7.58579 7.25 8V16C7.25 16.4142 7.58579 16.75 8 16.75H16C16.4142 16.75 16.75 16.4142 16.75 16V8C16.75 7.58579 16.4142 7.25 16 7.25H8ZM8.75 15.25V8.75H15.25V15.25H8.75Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.4697 21.7803C11.7626 22.0732 12.2374 22.0732 12.5303 21.7803L16.5303 17.7803C16.8232 17.4874 16.8232 17.0126 16.5303 16.7197C16.2374 16.4268 15.7626 16.4268 15.4697 16.7197L12.75 19.4393L12.75 14C12.75 13.5858 12.4142 13.25 12 13.25C11.5858 13.25 11.25 13.5858 11.25 14L11.25 19.4393L8.53033 16.7197C8.23744 16.4268 7.76256 16.4268 7.46967 16.7197C7.17678 17.0126 7.17678 17.4874 7.46967 17.7803L11.4697 21.7803ZM12.5303 2.21967C12.2374 1.92678 11.7626 1.92678 11.4697 2.21967L7.46967 6.21967C7.17678 6.51256 7.17678 6.98744 7.46967 7.28033C7.76256 7.57322 8.23744 7.57322 8.53033 7.28033L11.25 4.56066L11.25 10C11.25 10.4142 11.5858 10.75 12 10.75C12.4142 10.75 12.75 10.4142 12.75 10L12.75 4.56066L15.4697 7.28033C15.7626 7.57323 16.2374 7.57323 16.5303 7.28033C16.8232 6.98744 16.8232 6.51256 16.5303 6.21967L12.5303 2.21967Z" fill="currentColor"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
1
  <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M12.75 4.5C12.75 4.08579 13.0857 3.75 13.5 3.75L19.5 3.75C19.6989 3.75 19.8896 3.82902 20.0303 3.96967C20.171 4.11032 20.25 4.30109 20.25 4.5L20.25 10.5C20.25 10.9142 19.9142 11.25 19.5 11.25C19.0858 11.25 18.75 10.9142 18.75 10.5L18.75 6.31065L14.0303 11.0303C13.7374 11.3232 13.2625 11.3232 12.9696 11.0303C12.6767 10.7374 12.6767 10.2626 12.9696 9.96967L17.6893 5.25L13.5 5.25C13.0857 5.25 12.75 4.91421 12.75 4.5ZM4.49997 12.75C4.91418 12.75 5.24997 13.0858 5.24997 13.5L5.24997 17.6893L9.96962 12.9697C10.2625 12.6768 10.7374 12.6768 11.0303 12.9697C11.3232 13.2626 11.3232 13.7374 11.0303 14.0303L6.31062 18.75L10.5 18.75C10.9142 18.75 11.25 19.0858 11.25 19.5C11.25 19.9142 10.9142 20.25 10.5 20.25L4.49997 20.25C4.30106 20.25 4.11029 20.171 3.96964 20.0303C3.82899 19.8897 3.74997 19.6989 3.74997 19.5L3.74997 13.5C3.74997 13.0858 4.08576 12.75 4.49997 12.75Z" fill="currentColor"/>
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.25 19.5C11.25 19.9142 10.9143 20.25 10.5 20.25H4.50003C4.30112 20.25 4.11035 20.171 3.9697 20.0303C3.82905 19.8897 3.75003 19.6989 3.75003 19.5L3.75003 13.5C3.75003 13.0858 4.08582 12.75 4.50003 12.75C4.91424 12.75 5.25003 13.0858 5.25003 13.5L5.25003 17.6894L9.96971 12.9697C10.2626 12.6768 10.7375 12.6768 11.0304 12.9697C11.3233 13.2626 11.3233 13.7374 11.0304 14.0303L6.3107 18.75L10.5 18.75C10.9143 18.75 11.25 19.0858 11.25 19.5ZM19.5 11.25C19.0858 11.25 18.75 10.9142 18.75 10.5L18.75 6.31066L14.0304 11.0303C13.7375 11.3232 13.2626 11.3232 12.9697 11.0303C12.6768 10.7374 12.6768 10.2626 12.9697 9.96967L17.6894 5.24998L13.5 5.24998C13.0858 5.24998 12.75 4.9142 12.75 4.49998C12.75 4.08577 13.0858 3.74998 13.5 3.74998L19.5 3.74998C19.6989 3.74998 19.8897 3.829 20.0304 3.96965C20.171 4.11031 20.25 4.30107 20.25 4.49998L20.25 10.5C20.25 10.9142 19.9142 11.25 19.5 11.25Z" fill="currentColor"/>
3
3
  </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13 3.25C13.1381 3.25 13.25 3.36193 13.25 3.5V7.5C13.25 8.19036 13.8096 8.75 14.5 8.75H18.5C18.6381 8.75 18.75 8.86193 18.75 9V10.5C18.75 10.6381 18.6381 10.75 18.5 10.75H5.5C5.36193 10.75 5.25 10.6381 5.25 10.5V4.5C5.25 3.80964 5.80964 3.25 6.5 3.25H13ZM15.1768 4.11612C15.0193 3.95863 14.75 4.07017 14.75 4.29289V7C14.75 7.13807 14.8619 7.25 15 7.25H17.7071C17.9298 7.25 18.0414 6.98072 17.8839 6.82322L15.1768 4.11612Z" fill="currentColor"/>
3
+ <path d="M9.90274 16.193H9.20973V14.835H9.90274C10.1267 14.835 10.3041 14.898 10.4347 15.024C10.5701 15.1453 10.6377 15.3087 10.6377 15.514C10.6377 15.7193 10.5701 15.885 10.4347 16.011C10.3041 16.1323 10.1267 16.193 9.90274 16.193Z" fill="currentColor"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3 12.25C2.58579 12.25 2.25 12.5858 2.25 13V20C2.25 20.4142 2.58579 20.75 3 20.75H21C21.4142 20.75 21.75 20.4142 21.75 20V13C21.75 12.5858 21.4142 12.25 21 12.25H3ZM3.89947 18.643C4.2168 18.9323 4.6438 19.077 5.18047 19.077C5.7218 19.077 6.1488 18.9347 6.46147 18.65C6.77414 18.3607 6.93047 17.9687 6.93047 17.474V13.89H4.72547V14.87H5.88047V17.474C5.88047 17.6887 5.81747 17.859 5.69147 17.985C5.56547 18.1063 5.39514 18.167 5.18047 18.167C4.9658 18.167 4.79547 18.104 4.66947 17.978C4.54347 17.8473 4.48047 17.6747 4.48047 17.46H3.43047C3.43047 17.9547 3.5868 18.349 3.89947 18.643ZM8.15973 13.89V19H9.20973V17.138H9.90274C10.2621 17.138 10.5747 17.0703 10.8407 16.935C11.1067 16.7997 11.3144 16.6107 11.4637 16.368C11.6131 16.1207 11.6877 15.836 11.6877 15.514C11.6877 15.1873 11.6131 14.9027 11.4637 14.66C11.3191 14.4173 11.1114 14.2283 10.8407 14.093C10.5747 13.9577 10.2621 13.89 9.90274 13.89H8.15973ZM12.665 13.89V19H15.815V18.104H13.694V16.83H15.57V15.934H13.694V14.786H15.815V13.89H12.665ZM17.7443 18.881C18.0009 19.007 18.2996 19.07 18.6403 19.07C18.9856 19.07 19.2843 19.007 19.5363 18.881C19.7929 18.7503 19.9913 18.5707 20.1313 18.342C20.2759 18.1087 20.3483 17.838 20.3483 17.53V16.2H18.5423V17.089H19.2983V17.53C19.2983 17.7307 19.2399 17.887 19.1233 17.999C19.0113 18.1063 18.8503 18.16 18.6403 18.16C18.4303 18.16 18.2669 18.1063 18.1503 17.999C18.0383 17.887 17.9823 17.7307 17.9823 17.53V15.36C17.9823 15.1547 18.0383 14.9983 18.1503 14.891C18.2669 14.7837 18.4303 14.73 18.6403 14.73C18.8503 14.73 19.0113 14.7837 19.1233 14.891C19.2399 14.9983 19.2983 15.1547 19.2983 15.36H20.3483C20.3483 15.0473 20.2759 14.7767 20.1313 14.548C19.9913 14.3193 19.7929 14.142 19.5363 14.016C19.2843 13.8853 18.9856 13.82 18.6403 13.82C18.2996 13.82 18.0009 13.8853 17.7443 14.016C17.4876 14.142 17.2869 14.3193 17.1423 14.548C17.0023 14.7767 16.9323 15.0473 16.9323 15.36V17.53C16.9323 17.838 17.0023 18.1087 17.1423 18.342C17.2869 18.5707 17.4876 18.7503 17.7443 18.881Z" fill="currentColor"/>
5
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9.20973 16.193H9.90274C10.1267 16.193 10.3041 16.1323 10.4347 16.011C10.5701 15.885 10.6377 15.7193 10.6377 15.514C10.6377 15.3087 10.5701 15.1453 10.4347 15.024C10.3041 14.898 10.1267 14.835 9.90274 14.835H9.20973V16.193Z" fill="currentColor"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.25 4.5C5.25 3.80964 5.80964 3.25 6.5 3.25H14C14.1989 3.25 14.3897 3.32902 14.5303 3.46967L18.5303 7.46967C18.671 7.61032 18.75 7.80109 18.75 8V12.25H21C21.4142 12.25 21.75 12.5858 21.75 13V20C21.75 20.4142 21.4142 20.75 21 20.75H3C2.58579 20.75 2.25 20.4142 2.25 20V13C2.25 12.5858 2.58579 12.25 3 12.25H5.25V4.5ZM6.75 12.25H17.25V8.75H14.5C13.8096 8.75 13.25 8.19036 13.25 7.5V4.75H6.75V12.25ZM14.75 5.81066L16.1893 7.25H14.75V5.81066ZM5.18047 19.077C4.6438 19.077 4.2168 18.9323 3.89947 18.643C3.5868 18.349 3.43047 17.9547 3.43047 17.46H4.48047C4.48047 17.6747 4.54347 17.8473 4.66947 17.978C4.79547 18.104 4.9658 18.167 5.18047 18.167C5.39514 18.167 5.56547 18.1063 5.69147 17.985C5.81747 17.859 5.88047 17.6887 5.88047 17.474V14.87H4.72547V13.89H6.93047V17.474C6.93047 17.9687 6.77414 18.3607 6.46147 18.65C6.1488 18.9347 5.7218 19.077 5.18047 19.077ZM8.15973 19V13.89H9.90274C10.2621 13.89 10.5747 13.9577 10.8407 14.093C11.1114 14.2283 11.3191 14.4173 11.4637 14.66C11.6131 14.9027 11.6877 15.1873 11.6877 15.514C11.6877 15.836 11.6131 16.1207 11.4637 16.368C11.3144 16.6107 11.1067 16.7997 10.8407 16.935C10.5747 17.0703 10.2621 17.138 9.90274 17.138H9.20973V19H8.15973ZM12.665 19V13.89H15.815V14.786H13.694V15.934H15.57V16.83H13.694V18.104H15.815V19H12.665ZM18.6403 19.07C18.2996 19.07 18.0009 19.007 17.7443 18.881C17.4876 18.7503 17.2869 18.5707 17.1423 18.342C17.0023 18.1087 16.9323 17.838 16.9323 17.53V15.36C16.9323 15.0473 17.0023 14.7767 17.1423 14.548C17.2869 14.3193 17.4876 14.142 17.7443 14.016C18.0009 13.8853 18.2996 13.82 18.6403 13.82C18.9856 13.82 19.2843 13.8853 19.5363 14.016C19.7929 14.142 19.9913 14.3193 20.1313 14.548C20.2759 14.7767 20.3483 15.0473 20.3483 15.36H19.2983C19.2983 15.1547 19.2399 14.9983 19.1233 14.891C19.0113 14.7837 18.8503 14.73 18.6403 14.73C18.4303 14.73 18.2669 14.7837 18.1503 14.891C18.0383 14.9983 17.9823 15.1547 17.9823 15.36V17.53C17.9823 17.7307 18.0383 17.887 18.1503 17.999C18.2669 18.1063 18.4303 18.16 18.6403 18.16C18.8503 18.16 19.0113 18.1063 19.1233 17.999C19.2399 17.887 19.2983 17.7307 19.2983 17.53V17.089H18.5423V16.2H20.3483V17.53C20.3483 17.838 20.2759 18.1087 20.1313 18.342C19.9913 18.5707 19.7929 18.7503 19.5363 18.881C19.2843 19.007 18.9856 19.07 18.6403 19.07Z" fill="currentColor"/>
4
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M13.25 3.5C13.25 3.36193 13.1381 3.25 13 3.25H6.5C5.80964 3.25 5.25 3.80964 5.25 4.5V10.5C5.25 10.6381 5.36193 10.75 5.5 10.75H18.5C18.6381 10.75 18.75 10.6381 18.75 10.5V9C18.75 8.86193 18.6381 8.75 18.5 8.75H14.5C13.8096 8.75 13.25 8.19036 13.25 7.5V3.5Z" fill="currentColor"/>
3
+ <path d="M14.75 4.29289C14.75 4.07017 15.0193 3.95863 15.1768 4.11612L17.8839 6.82322C18.0414 6.98072 17.9298 7.25 17.7071 7.25H15C14.8619 7.25 14.75 7.13807 14.75 7V4.29289Z" fill="currentColor"/>
4
+ <path d="M7.0061 16.193H7.6991C7.9231 16.193 8.10043 16.1323 8.2311 16.011C8.36644 15.885 8.4341 15.7193 8.4341 15.514C8.4341 15.3087 8.36644 15.1453 8.2311 15.024C8.10043 14.898 7.9231 14.835 7.6991 14.835H7.0061V16.193Z" fill="currentColor"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 13C2.25 12.5858 2.58579 12.25 3 12.25H21C21.4142 12.25 21.75 12.5858 21.75 13V20C21.75 20.4142 21.4142 20.75 21 20.75H3C2.58579 20.75 2.25 20.4142 2.25 20V13ZM5.9561 19V13.89H7.6991C8.05843 13.89 8.3711 13.9577 8.6371 14.093C8.90777 14.2283 9.11544 14.4173 9.2601 14.66C9.40944 14.9027 9.4841 15.1873 9.4841 15.514C9.4841 15.836 9.40944 16.1207 9.2601 16.368C9.11077 16.6107 8.9031 16.7997 8.6371 16.935C8.3711 17.0703 8.05843 17.138 7.6991 17.138H7.0061V19H5.9561ZM10.3214 19V13.89H11.5464L12.8694 17.845C12.8554 17.6723 12.839 17.474 12.8204 17.25C12.8017 17.0213 12.7854 16.795 12.7714 16.571C12.762 16.3423 12.7574 16.1487 12.7574 15.99V13.89H13.6814V19H12.4564L11.1474 15.045C11.1614 15.1943 11.1754 15.3717 11.1894 15.577C11.2034 15.7823 11.215 15.99 11.2244 16.2C11.2384 16.41 11.2454 16.5967 11.2454 16.76V19H10.3214ZM16.4366 19.07C16.096 19.07 15.7973 19.007 15.5406 18.881C15.284 18.7503 15.0833 18.5707 14.9386 18.342C14.7986 18.1087 14.7286 17.838 14.7286 17.53V15.36C14.7286 15.0473 14.7986 14.7767 14.9386 14.548C15.0833 14.3193 15.284 14.142 15.5406 14.016C15.7973 13.8853 16.096 13.82 16.4366 13.82C16.782 13.82 17.0806 13.8853 17.3326 14.016C17.5893 14.142 17.7876 14.3193 17.9276 14.548C18.0723 14.7767 18.1446 15.0473 18.1446 15.36H17.0946C17.0946 15.1547 17.0363 14.9983 16.9196 14.891C16.8076 14.7837 16.6466 14.73 16.4366 14.73C16.2266 14.73 16.0633 14.7837 15.9466 14.891C15.8346 14.9983 15.7786 15.1547 15.7786 15.36V17.53C15.7786 17.7307 15.8346 17.887 15.9466 17.999C16.0633 18.1063 16.2266 18.16 16.4366 18.16C16.6466 18.16 16.8076 18.1063 16.9196 17.999C17.0363 17.887 17.0946 17.7307 17.0946 17.53V17.089H16.3386V16.2H18.1446V17.53C18.1446 17.838 18.0723 18.1087 17.9276 18.342C17.7876 18.5707 17.5893 18.7503 17.3326 18.881C17.0806 19.007 16.782 19.07 16.4366 19.07Z" fill="currentColor"/>
6
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M7.0061 16.193H7.6991C7.9231 16.193 8.10043 16.1323 8.2311 16.011C8.36644 15.885 8.4341 15.7193 8.4341 15.514C8.4341 15.3087 8.36644 15.1453 8.2311 15.024C8.10043 14.898 7.9231 14.835 7.6991 14.835H7.0061V16.193Z" fill="currentColor"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.25 4.5C5.25 3.80964 5.80964 3.25 6.5 3.25H14C14.1989 3.25 14.3897 3.32902 14.5303 3.46967L18.5303 7.46967C18.671 7.61032 18.75 7.80109 18.75 8V12.25H21C21.4142 12.25 21.75 12.5858 21.75 13V20C21.75 20.4142 21.4142 20.75 21 20.75H3C2.58579 20.75 2.25 20.4142 2.25 20V13C2.25 12.5858 2.58579 12.25 3 12.25H5.25V4.5ZM6.75 12.25H17.25V8.75H14.5C13.8096 8.75 13.25 8.19036 13.25 7.5V4.75H6.75V12.25ZM14.75 5.81066L16.1893 7.25H14.75V5.81066ZM5.9561 19V13.89H7.6991C8.05843 13.89 8.3711 13.9577 8.6371 14.093C8.90777 14.2283 9.11544 14.4173 9.2601 14.66C9.40944 14.9027 9.4841 15.1873 9.4841 15.514C9.4841 15.836 9.40944 16.1207 9.2601 16.368C9.11077 16.6107 8.9031 16.7997 8.6371 16.935C8.3711 17.0703 8.05843 17.138 7.6991 17.138H7.0061V19H5.9561ZM10.3214 19V13.89H11.5464L12.8694 17.845C12.8554 17.6723 12.839 17.474 12.8204 17.25C12.8017 17.0213 12.7854 16.795 12.7714 16.571C12.762 16.3423 12.7574 16.1487 12.7574 15.99V13.89H13.6814V19H12.4564L11.1474 15.045C11.1614 15.1943 11.1754 15.3717 11.1894 15.577C11.2034 15.7823 11.215 15.99 11.2244 16.2C11.2384 16.41 11.2454 16.5967 11.2454 16.76V19H10.3214ZM16.4366 19.07C16.096 19.07 15.7973 19.007 15.5406 18.881C15.284 18.7503 15.0833 18.5707 14.9386 18.342C14.7986 18.1087 14.7286 17.838 14.7286 17.53V15.36C14.7286 15.0473 14.7986 14.7767 14.9386 14.548C15.0833 14.3193 15.284 14.142 15.5406 14.016C15.7973 13.8853 16.096 13.82 16.4366 13.82C16.782 13.82 17.0806 13.8853 17.3326 14.016C17.5893 14.142 17.7876 14.3193 17.9276 14.548C18.0723 14.7767 18.1446 15.0473 18.1446 15.36H17.0946C17.0946 15.1547 17.0363 14.9983 16.9196 14.891C16.8076 14.7837 16.6466 14.73 16.4366 14.73C16.2266 14.73 16.0633 14.7837 15.9466 14.891C15.8346 14.9983 15.7786 15.1547 15.7786 15.36V17.53C15.7786 17.7307 15.8346 17.887 15.9466 17.999C16.0633 18.1063 16.2266 18.16 16.4366 18.16C16.6466 18.16 16.8076 18.1063 16.9196 17.999C17.0363 17.887 17.0946 17.7307 17.0946 17.53V17.089H16.3386V16.2H18.1446V17.53C18.1446 17.838 18.0723 18.1087 17.9276 18.342C17.7876 18.5707 17.5893 18.7503 17.3326 18.881C17.0806 19.007 16.782 19.07 16.4366 19.07Z" fill="currentColor"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3.75 3.25C3.33579 3.25 3 3.58579 3 4C3 4.41421 3.33579 4.75 3.75 4.75H20.25C20.6642 4.75 21 4.41421 21 4C21 3.58579 20.6642 3.25 20.25 3.25H3.75ZM12.6855 6.9454C12.5652 6.67455 12.2966 6.5 12.0002 6.5C11.7038 6.5 11.4352 6.67455 11.3148 6.9454L7.31483 15.9454C7.1466 16.3239 7.31707 16.7671 7.69558 16.9354C8.0741 17.1036 8.51732 16.9331 8.68555 16.5546L9.5987 14.5H14.4017L15.3148 16.5546C15.4831 16.9331 15.9263 17.1036 16.3048 16.9354C16.6833 16.7671 16.8538 16.3239 16.6855 15.9454L12.6855 6.9454ZM13.735 13L12.0002 9.09666L10.2654 13H13.735ZM3 20C3 19.5858 3.33579 19.25 3.75 19.25H20.25C20.6642 19.25 21 19.5858 21 20C21 20.4142 20.6642 20.75 20.25 20.75H3.75C3.33579 20.75 3 20.4142 3 20Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M18.2374 3.17687C17.554 2.49345 16.446 2.49345 15.7626 3.17687L8.34835 10.5911C7.64509 11.2943 7.25 12.2482 7.25 13.2427V15.6893L5.96967 16.9697C5.67678 17.2626 5.67678 17.7374 5.96967 18.0303C6.26256 18.3232 6.73744 18.3232 7.03033 18.0303L8.31057 16.7501H10.7574C11.7519 16.7501 12.7057 16.355 13.409 15.6517L20.8232 8.23753C21.5066 7.55411 21.5066 6.44608 20.8232 5.76266L18.2374 3.17687ZM17.0303 8.03033C17.3232 7.73744 17.3232 7.26256 17.0303 6.96967C16.7374 6.67678 16.2626 6.67678 15.9697 6.96967L12.9697 9.96967C12.6768 10.2626 12.6768 10.7374 12.9697 11.0303C13.2626 11.3232 13.7374 11.3232 14.0303 11.0303L17.0303 8.03033ZM5.03033 20.0303C5.32322 19.7374 5.32322 19.2626 5.03033 18.9697C4.73744 18.6768 4.26256 18.6768 3.96967 18.9697L2.96967 19.9697C2.67678 20.2626 2.67678 20.7374 2.96967 21.0303C3.26256 21.3232 3.73744 21.3232 4.03033 21.0303L5.03033 20.0303Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M15.7626 3.17678C16.446 2.49336 17.554 2.49336 18.2374 3.17678L20.8232 5.76257C21.5066 6.44598 21.5066 7.55402 20.8232 8.23744L13.409 15.6517C12.7057 16.3549 11.7519 16.75 10.7574 16.75H8.31066L7.03033 18.0303C6.73744 18.3232 6.26256 18.3232 5.96967 18.0303C5.67678 17.7374 5.67678 17.2626 5.96967 16.9697L7.25 15.6893V13.2426C7.25 12.2481 7.64509 11.2943 8.34835 10.591L15.7626 3.17678ZM17.1768 4.23744C17.0791 4.13981 16.9209 4.13981 16.8232 4.23744L9.40901 11.6517C8.98705 12.0736 8.75 12.6459 8.75 13.2426V15.25H10.7574C11.3541 15.25 11.9264 15.0129 12.3483 14.591L19.7626 7.17678C19.8602 7.07915 19.8602 6.92086 19.7626 6.82323L17.1768 4.23744ZM17.0303 6.96967C17.3232 7.26256 17.3232 7.73744 17.0303 8.03033L14.0303 11.0303C13.7374 11.3232 13.2626 11.3232 12.9697 11.0303C12.6768 10.7374 12.6768 10.2626 12.9697 9.96967L15.9697 6.96967C16.2626 6.67678 16.7374 6.67678 17.0303 6.96967ZM5.03033 18.9697C5.32322 19.2626 5.32322 19.7374 5.03033 20.0303L4.03033 21.0303C3.73744 21.3232 3.26256 21.3232 2.96967 21.0303C2.67678 20.7374 2.67678 20.2626 2.96967 19.9697L3.96967 18.9697C4.26256 18.6768 4.73744 18.6768 5.03033 18.9697Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12 21.75C17.3848 21.75 21.75 17.3848 21.75 12C21.75 6.61522 17.3848 2.25 12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75ZM12 7.75C11.0335 7.75 10.25 8.5335 10.25 9.5C10.25 9.91421 9.91421 10.25 9.5 10.25C9.08579 10.25 8.75 9.91421 8.75 9.5C8.75 7.70507 10.2051 6.25 12 6.25H12.1361C13.8559 6.25 15.25 7.64413 15.25 9.36387C15.25 10.3098 14.82 11.2045 14.0814 11.7954L13.6398 12.1486C13.0774 12.5985 12.75 13.2797 12.75 14C12.75 14.4142 12.4142 14.75 12 14.75C11.5858 14.75 11.25 14.4142 11.25 14C11.25 12.8241 11.7845 11.7119 12.7028 10.9773L13.1443 10.6241C13.5271 10.3178 13.75 9.85413 13.75 9.36387C13.75 8.47255 13.0274 7.75 12.1361 7.75H12ZM11.0498 16.9C11.0498 16.3753 11.4751 15.95 11.9998 15.95C12.5245 15.95 12.9498 16.3753 12.9498 16.9C12.9498 17.4247 12.5245 17.85 11.9998 17.85C11.4751 17.85 11.0498 17.4247 11.0498 16.9Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12 3.75C7.44365 3.75 3.75 7.44365 3.75 12C3.75 16.5563 7.44365 20.25 12 20.25C16.5563 20.25 20.25 16.5563 20.25 12C20.25 7.44365 16.5563 3.75 12 3.75ZM2.25 12C2.25 6.61522 6.61522 2.25 12 2.25C17.3848 2.25 21.75 6.61522 21.75 12C21.75 17.3848 17.3848 21.75 12 21.75C6.61522 21.75 2.25 17.3848 2.25 12ZM11.0498 16.9C11.0498 16.3753 11.4751 15.95 11.9998 15.95C12.5245 15.95 12.9498 16.3753 12.9498 16.9C12.9498 17.4247 12.5245 17.85 11.9998 17.85C11.4751 17.85 11.0498 17.4247 11.0498 16.9ZM10.25 9.5C10.25 8.5335 11.0335 7.75 12 7.75H12.1361C13.0274 7.75 13.75 8.47255 13.75 9.36387C13.75 9.85413 13.5271 10.3178 13.1443 10.6241L12.7028 10.9773C11.7845 11.7119 11.25 12.8241 11.25 14C11.25 14.4142 11.5858 14.75 12 14.75C12.4142 14.75 12.75 14.4142 12.75 14C12.75 13.2797 13.0774 12.5985 13.6398 12.1486L14.0814 11.7954C14.82 11.2045 15.25 10.3098 15.25 9.36387C15.25 7.64413 13.8559 6.25 12.1361 6.25H12C10.2051 6.25 8.75 7.70507 8.75 9.5C8.75 9.91421 9.08579 10.25 9.5 10.25C9.91421 10.25 10.25 9.91421 10.25 9.5Z" fill="currentColor"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
1
  <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M14.0091 3.05126C12.9222 1.88827 11.0778 1.88827 9.99089 3.05126L9.20244 3.89486C8.95602 4.15852 8.60767 4.30281 8.24698 4.29063L7.09295 4.25162C5.502 4.19786 4.19787 5.50199 4.25164 7.09294L4.29064 8.24697C4.30283 8.60766 4.15853 8.95601 3.89487 9.20243L3.05127 9.99087C1.88828 11.0778 1.88828 12.9221 3.05127 14.0091L3.89487 14.7975C4.15853 15.044 4.30283 15.3923 4.29064 15.753L4.25164 16.907C4.19787 18.498 5.502 19.8021 7.09295 19.7483L8.24698 19.7093C8.60767 19.6972 8.95602 19.8414 9.20244 20.1051L9.99089 20.9487C11.0778 22.1117 12.9222 22.1117 14.0091 20.9487L14.7976 20.1051C15.044 19.8414 15.3923 19.6972 15.753 19.7093L16.907 19.7483C18.498 19.8021 19.8021 18.498 19.7484 16.907L19.7094 15.753C19.6972 15.3923 19.8415 15.044 20.1051 14.7975L20.9487 14.0091C22.1117 12.9221 22.1117 11.0778 20.9487 9.99087L20.1051 9.20243C19.8415 8.95601 19.6972 8.60766 19.7094 8.24697L19.7484 7.09294C19.8021 5.50199 18.498 4.19786 16.907 4.25162L15.753 4.29063C15.3923 4.30281 15.044 4.15852 14.7976 3.89486L14.0091 3.05126ZM11.0868 4.07549C11.5808 3.54686 12.4192 3.54686 12.9132 4.07549L13.7017 4.91909C14.2438 5.49914 15.0102 5.81659 15.8037 5.78977L16.9577 5.75077C17.6809 5.72633 18.2737 6.31912 18.2492 7.04228L18.2102 8.19631C18.1834 8.98981 18.5008 9.75618 19.0809 10.2983L19.9245 11.0868C20.4531 11.5808 20.4531 12.4192 19.9245 12.9132L19.0809 13.7017C18.5008 14.2438 18.1834 15.0102 18.2102 15.8037L18.2492 16.9577C18.2737 17.6809 17.6809 18.2736 16.9577 18.2492L15.8037 18.2102C15.0102 18.1834 14.2438 18.5008 13.7017 19.0809L12.9132 19.9245C12.4192 20.4531 11.5808 20.4531 11.0868 19.9245L10.2983 19.0809C9.75619 18.5008 8.98982 18.1834 8.19632 18.2102L7.04229 18.2492C6.31913 18.2736 5.72634 17.6809 5.75078 16.9577L5.78978 15.8037C5.8166 15.0102 5.49916 14.2438 4.91911 13.7017L4.0755 12.9132C3.54687 12.4192 3.54687 11.5808 4.0755 11.0868L4.91911 10.2983C5.49916 9.75618 5.8166 8.98981 5.78978 8.19631L5.75078 7.04228C5.72634 6.31912 6.31913 5.72633 7.04229 5.75077L8.19632 5.78977C8.98982 5.81659 9.75619 5.49915 10.2983 4.91909L11.0868 4.07549ZM8.7195 8.71973C9.01239 8.42684 9.48727 8.42684 9.78016 8.71973L11.9998 10.9394L14.2195 8.71973C14.5124 8.42684 14.9873 8.42684 15.2802 8.71973C15.5731 9.01262 15.5731 9.4875 15.2802 9.78039L13.0605 12.0001L15.2802 14.2197C15.5731 14.5126 15.5731 14.9875 15.2802 15.2804C14.9873 15.5733 14.5124 15.5733 14.2195 15.2804L11.9998 13.0607L9.78016 15.2804C9.48727 15.5733 9.01239 15.5733 8.7195 15.2804C8.42661 14.9875 8.42661 14.5126 8.7195 14.2197L10.9392 12.0001L8.7195 9.78039C8.42661 9.4875 8.42661 9.01262 8.7195 8.71973Z" fill="currentColor"/>
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M14.0091 3.05126C12.9222 1.88827 11.0778 1.88827 9.99089 3.05126L9.20244 3.89486C8.95602 4.15852 8.60767 4.30281 8.24699 4.29063L7.09295 4.25162C5.502 4.19786 4.19787 5.50199 4.25164 7.09294L4.29064 8.24697C4.30283 8.60766 4.15854 8.95601 3.89488 9.20243L3.05128 9.99087C1.88828 11.0778 1.88828 12.9221 3.05128 14.0091L3.89488 14.7975C4.15854 15.044 4.30283 15.3923 4.29064 15.753L4.25164 16.907C4.19787 18.498 5.502 19.8021 7.09296 19.7483L8.24699 19.7093C8.60767 19.6972 8.95602 19.8414 9.20244 20.1051L9.99089 20.9487C11.0778 22.1117 12.9222 22.1117 14.0091 20.9487L14.7976 20.1051C15.044 19.8414 15.3923 19.6972 15.753 19.7093L16.9071 19.7483C18.498 19.8021 19.8021 18.498 19.7484 16.907L19.7094 15.753C19.6972 15.3923 19.8415 15.044 20.1051 14.7975L20.9487 14.0091C22.1117 12.9221 22.1117 11.0778 20.9487 9.99087L20.1051 9.20243C19.8415 8.95601 19.6972 8.60766 19.7094 8.24697L19.7484 7.09294C19.8021 5.50199 18.498 4.19786 16.9071 4.25162L15.753 4.29063C15.3923 4.30281 15.044 4.15852 14.7976 3.89486L14.0091 3.05126ZM11.0868 4.07549C11.5808 3.54686 12.4192 3.54686 12.9132 4.07549L13.7017 4.91909C14.2438 5.49914 15.0102 5.81659 15.8037 5.78977L16.9577 5.75077C17.6809 5.72633 18.2737 6.31912 18.2492 7.04228L18.2102 8.19631C18.1834 8.98981 18.5008 9.75618 19.0809 10.2983L19.9245 11.0868C20.4531 11.5808 20.4531 12.4192 19.9245 12.9132L19.0809 13.7017C18.5008 14.2438 18.1834 15.0102 18.2102 15.8037L18.2492 16.9577C18.2737 17.6809 17.6809 18.2736 16.9577 18.2492L15.8037 18.2102C15.0102 18.1834 14.2438 18.5008 13.7017 19.0809L12.9132 19.9245C12.4192 20.4531 11.5808 20.4531 11.0868 19.9245L10.2983 19.0809C9.7562 18.5008 8.98983 18.1834 8.19632 18.2102L7.04229 18.2492C6.31913 18.2736 5.72634 17.6809 5.75078 16.9577L5.78978 15.8037C5.8166 15.0102 5.49916 14.2438 4.91911 13.7017L4.07551 12.9132C3.54687 12.4192 3.54687 11.5808 4.07551 11.0868L4.91911 10.2983C5.49916 9.75618 5.8166 8.98981 5.78978 8.19631L5.75078 7.04228C5.72634 6.31912 6.31913 5.72633 7.04229 5.75077L8.19632 5.78977C8.98982 5.81659 9.75619 5.49915 10.2983 4.91909L11.0868 4.07549ZM8.7195 8.71973C9.0124 8.42684 9.48727 8.42684 9.78016 8.71973L11.9998 10.9394L14.2195 8.71973C14.5124 8.42684 14.9873 8.42684 15.2802 8.71973C15.5731 9.01262 15.5731 9.4875 15.2802 9.78039L13.0605 12.0001L15.2802 14.2197C15.5731 14.5126 15.5731 14.9875 15.2802 15.2804C14.9873 15.5733 14.5124 15.5733 14.2195 15.2804L11.9998 13.0607L9.78016 15.2804C9.48727 15.5733 9.0124 15.5733 8.7195 15.2804C8.42661 14.9875 8.42661 14.5126 8.7195 14.2197L10.9392 12.0001L8.7195 9.78039C8.42661 9.4875 8.42661 9.01262 8.7195 8.71973Z" fill="currentColor"/>
3
3
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M19.75 4.01971C19.75 3.53202 19.3003 3.16854 18.8235 3.27071L18.4572 3.34921C14.2007 4.26131 9.79929 4.26131 5.54282 3.34921L5.17649 3.27071C4.69967 3.16854 4.25 3.53202 4.25 4.01971V12.9999C4.25 17.2801 7.71979 20.7499 12 20.7499C16.2802 20.7499 19.75 17.2801 19.75 12.9999V4.01971ZM15.7803 10.2803C16.0732 9.98744 16.0732 9.51256 15.7803 9.21967C15.4874 8.92678 15.0126 8.92678 14.7197 9.21967L11 12.9393L9.28033 11.2197C8.98744 10.9268 8.51256 10.9268 8.21967 11.2197C7.92678 11.5126 7.92678 11.9874 8.21967 12.2803L10.4697 14.5303C10.7626 14.8232 11.2374 14.8232 11.5303 14.5303L15.7803 10.2803Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M19.75 4.01992C19.75 3.53224 19.3003 3.16875 18.8235 3.27093L18.4572 3.34943C14.2007 4.26153 9.79929 4.26153 5.54282 3.34943L5.17649 3.27093C4.69967 3.16875 4.25 3.53223 4.25 4.01992V13.0001C4.25 17.2803 7.71979 20.7501 12 20.7501C16.2802 20.7501 19.75 17.2803 19.75 13.0001V4.01992ZM5.75 4.92339C9.87693 5.73687 14.1231 5.73687 18.25 4.92339V13.0001C18.25 16.4519 15.4518 19.2501 12 19.2501C8.54822 19.2501 5.75 16.4519 5.75 13.0001V4.92339ZM15.7803 10.2803C16.0732 9.98744 16.0732 9.51256 15.7803 9.21967C15.4874 8.92678 15.0126 8.92678 14.7197 9.21967L11 12.9393L9.28033 11.2197C8.98744 10.9268 8.51256 10.9268 8.21967 11.2197C7.92678 11.5126 7.92678 11.9874 8.21967 12.2803L10.4697 14.5303C10.7626 14.8232 11.2374 14.8232 11.5303 14.5303L15.7803 10.2803Z" fill="currentColor"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
1
  <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M13.5 3.75C13.9142 3.75 14.25 4.08579 14.25 4.5L14.25 8.68933L18.9697 3.96967C19.2625 3.67678 19.7374 3.67678 20.0303 3.96967C20.3232 4.26256 20.3232 4.73744 20.0303 5.03033L15.3106 9.75002L19.5 9.75002C19.9142 9.75002 20.25 10.0858 20.25 10.5C20.25 10.9142 19.9142 11.25 19.5 11.25L13.5 11.25C13.3011 11.25 13.1103 11.171 12.9697 11.0303C12.829 10.8897 12.75 10.6989 12.75 10.5L12.75 4.5C12.75 4.08579 13.0858 3.75 13.5 3.75ZM3.74999 13.5C3.74999 13.0858 4.08577 12.75 4.49999 12.75L10.5 12.75C10.9142 12.75 11.25 13.0858 11.25 13.5L11.25 19.5C11.25 19.9142 10.9142 20.25 10.5 20.25C10.0858 20.25 9.75 19.9142 9.75 19.5L9.75 15.3106L5.03031 20.0303C4.73742 20.3232 4.26255 20.3232 3.96966 20.0303C3.67676 19.7374 3.67676 19.2626 3.96966 18.9697L8.68931 14.25L4.49999 14.25C4.08577 14.25 3.74999 13.9142 3.74999 13.5Z" fill="currentColor"/>
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.5 20.25C10.0858 20.25 9.74998 19.9142 9.74998 19.5L9.74999 15.3107L5.03035 20.0303C4.73745 20.3232 4.26258 20.3232 3.96969 20.0303C3.67679 19.7374 3.67679 19.2626 3.96968 18.9697L8.68935 14.25L4.5 14.25C4.08579 14.25 3.75 13.9142 3.75 13.5C3.75 13.0858 4.08579 12.75 4.5 12.75L10.5 12.75C10.6989 12.75 10.8897 12.829 11.0303 12.9697C11.171 13.1103 11.25 13.3011 11.25 13.5L11.25 19.5C11.25 19.9142 10.9142 20.25 10.5 20.25ZM20.25 10.5C20.25 10.9142 19.9142 11.25 19.5 11.25H13.5C13.0858 11.25 12.75 10.9142 12.75 10.5V4.5C12.75 4.08579 13.0858 3.75 13.5 3.75C13.9142 3.75 14.25 4.08579 14.25 4.5V8.68935L18.9697 3.96967C19.2626 3.67678 19.7375 3.67678 20.0303 3.96967C20.3232 4.26256 20.3232 4.73744 20.0303 5.03033L15.3107 9.74999H19.5C19.9142 9.74999 20.25 10.0858 20.25 10.5Z" fill="currentColor"/>
3
3
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M18.0303 18.5303C17.8897 18.671 17.6989 18.75 17.5 18.75C17.3011 18.75 17.1103 18.671 16.9697 18.5303L13.4697 15.0303C13.1768 14.7374 13.1768 14.2626 13.4697 13.9697C13.7626 13.6768 14.2374 13.6768 14.5303 13.9697L16.75 16.1893V6C16.75 5.58579 17.0858 5.25 17.5 5.25C17.9142 5.25 18.25 5.58579 18.25 6V16.1893L20.4697 13.9697C20.7626 13.6768 21.2374 13.6768 21.5303 13.9697C21.8232 14.2626 21.8232 14.7374 21.5303 15.0303L18.0303 18.5303ZM2.75 6.25C2.33579 6.25 2 6.58579 2 7C2 7.41421 2.33579 7.75 2.75 7.75L12.25 7.75C12.6642 7.75 13 7.41421 13 7C13 6.58579 12.6642 6.25 12.25 6.25L2.75 6.25ZM2.75 11.25C2.33579 11.25 2 11.5858 2 12C2 12.4142 2.33579 12.75 2.75 12.75L10.25 12.75C10.6642 12.75 11 12.4142 11 12C11 11.5858 10.6642 11.25 10.25 11.25H2.75ZM2 17C2 16.5858 2.33579 16.25 2.75 16.25H8.25C8.66421 16.25 9 16.5858 9 17C9 17.4142 8.66421 17.75 8.25 17.75H2.75C2.33579 17.75 2 17.4142 2 17Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M18.0303 5.46967C17.8897 5.32902 17.6989 5.25 17.5 5.25C17.3011 5.25 17.1103 5.32902 16.9697 5.46967L13.4697 8.96967C13.1768 9.26256 13.1768 9.73744 13.4697 10.0303C13.7626 10.3232 14.2374 10.3232 14.5303 10.0303L16.75 7.81066V18C16.75 18.4142 17.0858 18.75 17.5 18.75C17.9142 18.75 18.25 18.4142 18.25 18V7.81066L20.4697 10.0303C20.7626 10.3232 21.2374 10.3232 21.5303 10.0303C21.8232 9.73744 21.8232 9.26256 21.5303 8.96967L18.0303 5.46967ZM2.75 17.75C2.33579 17.75 2 17.4142 2 17C2 16.5858 2.33579 16.25 2.75 16.25L12.25 16.25C12.6642 16.25 13 16.5858 13 17C13 17.4142 12.6642 17.75 12.25 17.75L2.75 17.75ZM2.75 12.75C2.33579 12.75 2 12.4142 2 12C2 11.5858 2.33579 11.25 2.75 11.25L10.25 11.25C10.6642 11.25 11 11.5858 11 12C11 12.4142 10.6642 12.75 10.25 12.75H2.75ZM2 7C2 7.41421 2.33579 7.75 2.75 7.75H8.25C8.66421 7.75 9 7.41421 9 7C9 6.58579 8.66421 6.25 8.25 6.25H2.75C2.33579 6.25 2 6.58579 2 7Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4 4C4.41421 4 4.75 4.33579 4.75 4.75V11.25H6.75C7.16421 11.25 7.5 11.5858 7.5 12C7.5 12.4142 7.16421 12.75 6.75 12.75H4.75V19.25C4.75 19.6642 4.41421 20 4 20C3.58579 20 3.25 19.6642 3.25 19.25V4.75C3.25 4.33579 3.58579 4 4 4ZM9.25 11.25C8.83579 11.25 8.5 11.5858 8.5 12C8.5 12.4142 8.83579 12.75 9.25 12.75H10.75C11.1642 12.75 11.5 12.4142 11.5 12C11.5 11.5858 11.1642 11.25 10.75 11.25H9.25ZM12.5 12C12.5 11.5858 12.8358 11.25 13.25 11.25H14.75C15.1642 11.25 15.5 11.5858 15.5 12C15.5 12.4142 15.1642 12.75 14.75 12.75H13.25C12.8358 12.75 12.5 12.4142 12.5 12ZM17.25 11.25C16.8358 11.25 16.5 11.5858 16.5 12C16.5 12.4142 16.8358 12.75 17.25 12.75H19.25V19.25C19.25 19.6642 19.5858 20 20 20C20.4142 20 20.75 19.6642 20.75 19.25V4.75C20.75 4.33579 20.4142 4 20 4C19.5858 4 19.25 4.33579 19.25 4.75V11.25H17.25Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4.75 3.25C4.33579 3.25 4 3.58579 4 4C4 4.41421 4.33579 4.75 4.75 4.75H11.25V6.75C11.25 7.16421 11.5858 7.5 12 7.5C12.4142 7.5 12.75 7.16421 12.75 6.75V4.75H19.25C19.6642 4.75 20 4.41421 20 4C20 3.58579 19.6642 3.25 19.25 3.25H4.75ZM12 11.5C11.5858 11.5 11.25 11.1642 11.25 10.75V9.25C11.25 8.83579 11.5858 8.5 12 8.5C12.4142 8.5 12.75 8.83579 12.75 9.25V10.75C12.75 11.1642 12.4142 11.5 12 11.5ZM11.25 14.75C11.25 15.1642 11.5858 15.5 12 15.5C12.4142 15.5 12.75 15.1642 12.75 14.75V13.25C12.75 12.8358 12.4142 12.5 12 12.5C11.5858 12.5 11.25 12.8358 11.25 13.25V14.75ZM4.75 19.25H11.25V17.25C11.25 16.8358 11.5858 16.5 12 16.5C12.4142 16.5 12.75 16.8358 12.75 17.25V19.25H19.25C19.6642 19.25 20 19.5858 20 20C20 20.4142 19.6642 20.75 19.25 20.75H4.75C4.33579 20.75 4 20.4142 4 20C4 19.5858 4.33579 19.25 4.75 19.25Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10 13.25C10.4142 13.25 10.75 13.5858 10.75 14V20C10.75 20.4142 10.4142 20.75 10 20.75H4C3.58579 20.75 3.25 20.4142 3.25 20V14C3.25 13.5858 3.58579 13.25 4 13.25H10ZM20 13.25C20.4142 13.25 20.75 13.5858 20.75 14V20C20.75 20.4142 20.4142 20.75 20 20.75H14C13.5858 20.75 13.25 20.4142 13.25 20V14C13.25 13.5858 13.5858 13.25 14 13.25H20ZM10 3.25C10.4142 3.25 10.75 3.58579 10.75 4V10C10.75 10.4142 10.4142 10.75 10 10.75H4C3.58579 10.75 3.25 10.4142 3.25 10V4C3.25 3.58579 3.58579 3.25 4 3.25H10ZM20 3.25C20.4142 3.25 20.75 3.58579 20.75 4V10C20.75 10.4142 20.4142 10.75 20 10.75H14C13.5858 10.75 13.25 10.4142 13.25 10V4C13.25 3.58579 13.5858 3.25 14 3.25H20Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10 13.25C10.4142 13.25 10.75 13.5858 10.75 14V20C10.75 20.4142 10.4142 20.75 10 20.75H4C3.58579 20.75 3.25 20.4142 3.25 20V14C3.25 13.5858 3.58579 13.25 4 13.25H10ZM20 13.25C20.4142 13.25 20.75 13.5858 20.75 14V20C20.75 20.4142 20.4142 20.75 20 20.75H14C13.5858 20.75 13.25 20.4142 13.25 20V14C13.25 13.5858 13.5858 13.25 14 13.25H20ZM4.75 19.25H9.25V14.75H4.75V19.25ZM14.75 19.25H19.25V14.75H14.75V19.25ZM10 3.25C10.4142 3.25 10.75 3.58579 10.75 4V10C10.75 10.4142 10.4142 10.75 10 10.75H4C3.58579 10.75 3.25 10.4142 3.25 10V4C3.25 3.58579 3.58579 3.25 4 3.25H10ZM20 3.25C20.4142 3.25 20.75 3.58579 20.75 4V10C20.75 10.4142 20.4142 10.75 20 10.75H14C13.5858 10.75 13.25 10.4142 13.25 10V4C13.25 3.58579 13.5858 3.25 14 3.25H20ZM4.75 9.25H9.25V4.75H4.75V9.25ZM14.75 9.25H19.25V4.75H14.75V9.25Z" fill="currentColor"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
1
  <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M11.3529 3.26456C11.4013 3.25488 11.4506 3.25 11.5 3.25H16.9724C18.2125 3.25 19.2992 4.08001 19.6255 5.27643L21.5346 12.2764C22.0117 14.0258 20.6948 15.75 18.8815 15.75H13.5406L14.334 18.1304C14.9276 19.9111 13.6022 21.75 11.7251 21.75H10.5C10.2492 21.75 10.0151 21.6247 9.87596 21.416L6.09861 15.75H3C2.58579 15.75 2.25 15.4142 2.25 15V5C2.25 4.58579 2.58579 4.25 3 4.25H6.42574L11.3529 3.26456Z" fill="currentColor"/>
2
+ <path d="M16.9727 2.25C18.2127 2.25011 19.2997 3.08003 19.626 4.27637L21.5342 11.2764C22.0113 13.0256 20.6949 14.7498 18.8818 14.75H13.541L14.334 17.1309C14.9272 18.9113 13.6022 20.7497 11.7256 20.75H10.5C10.2492 20.75 10.0151 20.6247 9.87598 20.416L6.09863 14.75H3C2.58579 14.75 2.25 14.4142 2.25 14V4C2.25 3.58579 2.58579 3.25 3 3.25H6.42578L11.3525 2.26465C11.401 2.25496 11.4506 2.25 11.5 2.25H16.9727Z" fill="currentColor"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M11.3529 3.26456C11.4013 3.25488 11.4506 3.25 11.5 3.25H16.9724C18.2125 3.25 19.2992 4.08001 19.6255 5.27643L21.5346 12.2764C22.0117 14.0258 20.6948 15.75 18.8815 15.75H13.5406L14.334 18.1304C14.9276 19.9111 13.6022 21.75 11.7251 21.75H10.5C10.2492 21.75 10.0151 21.6247 9.87596 21.416L6.09861 15.75H3C2.58579 15.75 2.25 15.4142 2.25 15V5C2.25 4.58579 2.58579 4.25 3 4.25H6.42574L11.3529 3.26456ZM11.5743 4.75L6.64709 5.73544C6.59866 5.74512 6.54939 5.75 6.5 5.75H3.75V14.25H6.5C6.75076 14.25 6.98494 14.3753 7.12404 14.584L10.9014 20.25H11.7251C12.5783 20.25 13.1808 19.4141 12.911 18.6047L11.7885 15.2372C11.7123 15.0085 11.7506 14.757 11.8916 14.5615C12.0325 14.3659 12.2589 14.25 12.5 14.25H18.8815C19.7057 14.25 20.3043 13.4663 20.0875 12.6711L18.1784 5.6711C18.03 5.12728 17.5361 4.75 16.9724 4.75H11.5743Z" fill="currentColor"/>
2
+ <path d="M16.9727 2.25C18.2127 2.25011 19.2997 3.08003 19.626 4.27637L21.5342 11.2764C22.0113 13.0256 20.6949 14.7498 18.8818 14.75H13.541L14.334 17.1309C14.9272 18.9113 13.6022 20.7497 11.7256 20.75H10.5C10.2492 20.75 10.0151 20.6247 9.87598 20.416L6.09863 14.75H3C2.58579 14.75 2.25 14.4142 2.25 14V4C2.25 3.58579 2.58579 3.25 3 3.25H6.42578L11.3525 2.26465C11.401 2.25496 11.4506 2.25 11.5 2.25H16.9727ZM6.64746 4.73535C6.59903 4.74504 6.54939 4.75 6.5 4.75H3.75V13.25H6.5C6.75076 13.25 6.98492 13.3753 7.12402 13.584L10.9014 19.25H11.7256C12.5786 19.2497 13.1809 18.4138 12.9111 17.6045L11.7881 14.2373C11.7119 14.0086 11.7507 13.7571 11.8916 13.5615C12.0326 13.3659 12.2589 13.25 12.5 13.25H18.8818C19.7059 13.2498 20.3047 12.466 20.0879 11.6709L18.1787 4.6709C18.0304 4.12721 17.5362 3.75011 16.9727 3.75H11.5742L6.64746 4.73535Z" fill="currentColor"/>
3
3
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 5.5C2.25 4.80964 2.74746 4.25 3.36111 4.25H13.1389C13.7525 4.25 14.25 4.80964 14.25 5.5V15.8767C14.25 15.9222 14.2374 15.9667 14.2147 16.0061C13.9582 16.4516 13.7969 16.9589 13.7588 17.5002C13.7491 17.6379 13.6381 17.75 13.5 17.75H11C10.8619 17.75 10.7509 17.6377 10.7412 17.5C10.613 15.6837 9.09893 14.25 7.25 14.25C5.40107 14.25 3.887 15.6837 3.75879 17.5C3.74907 17.6377 3.63807 17.75 3.5 17.75H3.36111C2.74746 17.75 2.25 17.1904 2.25 16.5V5.5ZM21.0372 17.629C21.4587 17.4281 21.75 16.998 21.75 16.5V12.9037C21.75 12.8719 21.7439 12.8404 21.7321 12.8109L19.8221 8.03576C19.6322 7.56119 19.1726 7.25 18.6615 7.25H16C15.8619 7.25 15.75 7.36193 15.75 7.5V8.75V14.1913C15.75 14.3749 15.9424 14.4972 16.1161 14.4377C16.4717 14.316 16.8532 14.25 17.25 14.25C19.0723 14.25 20.5693 15.6426 20.7348 17.4216C20.7494 17.5783 20.8952 17.6967 21.0372 17.629ZM17.25 15.25C15.8693 15.25 14.75 16.3693 14.75 17.75C14.75 19.1307 15.8693 20.25 17.25 20.25C18.6307 20.25 19.75 19.1307 19.75 17.75C19.75 16.3693 18.6307 15.25 17.25 15.25ZM4.75 17.75C4.75 16.3693 5.86929 15.25 7.25 15.25C8.63071 15.25 9.75 16.3693 9.75 17.75C9.75 19.1307 8.63071 20.25 7.25 20.25C5.86929 20.25 4.75 19.1307 4.75 17.75ZM5.21968 11.9697C4.92678 12.2626 4.92678 12.7374 5.21968 13.0303C5.51257 13.3232 5.98744 13.3232 6.28034 13.0303L11.2803 8.03033C11.5732 7.73744 11.5732 7.26256 11.2803 6.96967C10.9874 6.67678 10.5126 6.67678 10.2197 6.96967L5.21968 11.9697ZM6.25 6.875C5.62868 6.875 5.125 7.37868 5.125 8C5.125 8.62132 5.62868 9.125 6.25 9.125C6.87132 9.125 7.375 8.62132 7.375 8C7.375 7.37868 6.87132 6.875 6.25 6.875ZM9.125 12C9.125 11.3787 9.62868 10.875 10.25 10.875C10.8713 10.875 11.375 11.3787 11.375 12C11.375 12.6213 10.8713 13.125 10.25 13.125C9.62868 13.125 9.125 12.6213 9.125 12Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 5.5C2.25 4.80964 2.80964 4.25 3.5 4.25H14.5C15.1904 4.25 15.75 4.80964 15.75 5.5V7.25H18.6615C19.1726 7.25 19.6322 7.56119 19.8221 8.03576L21.75 12.8556V16.5C21.75 17.1904 21.1904 17.75 20.5 17.75H19.75C19.75 19.1307 18.6307 20.25 17.25 20.25C15.8693 20.25 14.75 19.1307 14.75 17.75H9.75C9.75 19.1307 8.63071 20.25 7.25 20.25C5.86929 20.25 4.75 19.1307 4.75 17.75H3.5C2.80964 17.75 2.25 17.1904 2.25 16.5V5.5ZM9.25018 16.25C8.79408 15.6428 8.06791 15.25 7.25 15.25C6.43209 15.25 5.70592 15.6428 5.24982 16.25H3.75V5.75H14.25V16.25H9.25018ZM15.75 15.7498C16.1678 15.436 16.6872 15.25 17.25 15.25C18.0679 15.25 18.7941 15.6428 19.2502 16.25H20.25V13.1444L18.4922 8.75H15.75V15.7498ZM16.25 17.75C16.25 17.1977 16.6977 16.75 17.25 16.75C17.8023 16.75 18.25 17.1977 18.25 17.75C18.25 18.3023 17.8023 18.75 17.25 18.75C16.6977 18.75 16.25 18.3023 16.25 17.75ZM7.25 16.75C6.69772 16.75 6.25 17.1977 6.25 17.75C6.25 18.3023 6.69772 18.75 7.25 18.75C7.80228 18.75 8.25 18.3023 8.25 17.75C8.25 17.1977 7.80228 16.75 7.25 16.75ZM5.96968 12.9697C5.67678 13.2626 5.67678 13.7374 5.96968 14.0303C6.26257 14.3232 6.73744 14.3232 7.03034 14.0303L12.0303 9.03033C12.3232 8.73744 12.3232 8.26256 12.0303 7.96967C11.7374 7.67678 11.2626 7.67678 10.9697 7.96967L5.96968 12.9697ZM7 7.875C6.37868 7.875 5.875 8.37868 5.875 9C5.875 9.62132 6.37868 10.125 7 10.125C7.62132 10.125 8.125 9.62132 8.125 9C8.125 8.37868 7.62132 7.875 7 7.875ZM9.875 13C9.875 12.3787 10.3787 11.875 11 11.875C11.6213 11.875 12.125 12.3787 12.125 13C12.125 13.6213 11.6213 14.125 11 14.125C10.3787 14.125 9.875 13.6213 9.875 13Z" fill="currentColor"/>
3
+ </svg>
@@ -38,7 +38,7 @@ const styled = (superClass, elementCss = []) => {
38
38
  });
39
39
  } else {
40
40
  console.warn(
41
- 'Error getting css stylesheet from element with id "tailwind-styles"'
41
+ 'Error getting css stylesheet from element with data attribute "data-mid-tailwind"'
42
42
  );
43
43
  }
44
44
  }
@@ -1 +1 @@
1
- {"version":3,"file":"tailwind.mixin.js","sources":["../../src/mixins/tailwind.mixin.ts"],"sourcesContent":["import { type CSSResultArray, LitElement } from 'lit';\nimport type { Constructor } from '../types/mixin-constructor';\n\nconst tailwindSheet = new CSSStyleSheet();\n\nexport const styled = <T extends Constructor<LitElement>>(\n superClass: T,\n elementCss: CSSResultArray = []\n): T =>\n class extends superClass {\n /**\n * @ignore\n */\n static styles = [tailwindSheet, elementCss];\n /**\n * @ignore\n */\n private tailwindLinkElement: HTMLStyleElement;\n\n constructor(..._: any[]) {\n super();\n this.tailwindLinkElement = document.querySelector(\n '[data-mid-tailwind]'\n ) as HTMLStyleElement;\n }\n\n connectedCallback(): void {\n super.connectedCallback();\n\n if (tailwindSheet.cssRules.length) {\n return;\n }\n\n if (!this.tailwindLinkElement) {\n return;\n }\n\n this.tailwindLinkElement.addEventListener('load', () => {\n if (tailwindSheet.cssRules.length) {\n return;\n }\n\n this.insertCssRules();\n });\n\n // Handle cases where the stylesheet might already be in the cache\n this.insertCssRules();\n }\n\n private insertCssRules() {\n if (this.tailwindLinkElement.sheet) {\n Array.from(this.tailwindLinkElement.sheet.cssRules).forEach((rule) => {\n try {\n tailwindSheet.insertRule(\n rule.cssText,\n tailwindSheet.cssRules.length\n );\n } catch (error) {\n console.warn('Error inserting rule:', rule.cssText, error);\n }\n });\n } else {\n console.warn(\n 'Error getting css stylesheet from element with id \"tailwind-styles\"'\n );\n }\n }\n };\n"],"names":[],"mappings":"AAGA,MAAM,gBAAgB,IAAI,cAAA;AAEnB,MAAM,SAAS,CACpB,YACA,aAA6B,CAAA,MAAC;AAJhC;AAME,4BAAc,WAAW;AAAA,IAUvB,eAAe,GAAU;AACvB,YAAA;AACA,WAAK,sBAAsB,SAAS;AAAA,QAClC;AAAA,MAAA;AAAA,IAEJ;AAAA,IAEA,oBAA0B;AACxB,YAAM,kBAAA;AAEN,UAAI,cAAc,SAAS,QAAQ;AACjC;AAAA,MACF;AAEA,UAAI,CAAC,KAAK,qBAAqB;AAC7B;AAAA,MACF;AAEA,WAAK,oBAAoB,iBAAiB,QAAQ,MAAM;AACtD,YAAI,cAAc,SAAS,QAAQ;AACjC;AAAA,QACF;AAEA,aAAK,eAAA;AAAA,MACP,CAAC;AAGD,WAAK,eAAA;AAAA,IACP;AAAA,IAEQ,iBAAiB;AACvB,UAAI,KAAK,oBAAoB,OAAO;AAClC,cAAM,KAAK,KAAK,oBAAoB,MAAM,QAAQ,EAAE,QAAQ,CAAC,SAAS;AACpE,cAAI;AACF,0BAAc;AAAA,cACZ,KAAK;AAAA,cACL,cAAc,SAAS;AAAA,YAAA;AAAA,UAE3B,SAAS,OAAO;AACd,oBAAQ,KAAK,yBAAyB,KAAK,SAAS,KAAK;AAAA,UAC3D;AAAA,QACF,CAAC;AAAA,MACH,OAAO;AACL,gBAAQ;AAAA,UACN;AAAA,QAAA;AAAA,MAEJ;AAAA,IACF;AAAA,EACF,GAtDE,GAAO,SAAS,CAAC,eAAe,UAAU,GAJ5C;AAAA;"}
1
+ {"version":3,"file":"tailwind.mixin.js","sources":["../../src/mixins/tailwind.mixin.ts"],"sourcesContent":["import { type CSSResultArray, LitElement } from 'lit';\nimport type { Constructor } from '../types/mixin-constructor';\n\nconst tailwindSheet = new CSSStyleSheet();\n\nexport const styled = <T extends Constructor<LitElement>>(\n superClass: T,\n elementCss: CSSResultArray = []\n): T =>\n class extends superClass {\n /**\n * @ignore\n */\n static styles = [tailwindSheet, elementCss];\n /**\n * @ignore\n */\n private tailwindLinkElement: HTMLStyleElement;\n\n constructor(..._: any[]) {\n super();\n this.tailwindLinkElement = document.querySelector(\n '[data-mid-tailwind]'\n ) as HTMLStyleElement;\n }\n\n connectedCallback(): void {\n super.connectedCallback();\n\n if (tailwindSheet.cssRules.length) {\n return;\n }\n\n if (!this.tailwindLinkElement) {\n return;\n }\n\n this.tailwindLinkElement.addEventListener('load', () => {\n if (tailwindSheet.cssRules.length) {\n return;\n }\n\n this.insertCssRules();\n });\n\n // Handle cases where the stylesheet might already be in the cache\n this.insertCssRules();\n }\n\n private insertCssRules() {\n if (this.tailwindLinkElement.sheet) {\n Array.from(this.tailwindLinkElement.sheet.cssRules).forEach((rule) => {\n try {\n tailwindSheet.insertRule(\n rule.cssText,\n tailwindSheet.cssRules.length\n );\n } catch (error) {\n console.warn('Error inserting rule:', rule.cssText, error);\n }\n });\n } else {\n console.warn(\n 'Error getting css stylesheet from element with data attribute \"data-mid-tailwind\"'\n );\n }\n }\n };\n"],"names":[],"mappings":"AAGA,MAAM,gBAAgB,IAAI,cAAA;AAEnB,MAAM,SAAS,CACpB,YACA,aAA6B,CAAA,MAAC;AAJhC;AAME,4BAAc,WAAW;AAAA,IAUvB,eAAe,GAAU;AACvB,YAAA;AACA,WAAK,sBAAsB,SAAS;AAAA,QAClC;AAAA,MAAA;AAAA,IAEJ;AAAA,IAEA,oBAA0B;AACxB,YAAM,kBAAA;AAEN,UAAI,cAAc,SAAS,QAAQ;AACjC;AAAA,MACF;AAEA,UAAI,CAAC,KAAK,qBAAqB;AAC7B;AAAA,MACF;AAEA,WAAK,oBAAoB,iBAAiB,QAAQ,MAAM;AACtD,YAAI,cAAc,SAAS,QAAQ;AACjC;AAAA,QACF;AAEA,aAAK,eAAA;AAAA,MACP,CAAC;AAGD,WAAK,eAAA;AAAA,IACP;AAAA,IAEQ,iBAAiB;AACvB,UAAI,KAAK,oBAAoB,OAAO;AAClC,cAAM,KAAK,KAAK,oBAAoB,MAAM,QAAQ,EAAE,QAAQ,CAAC,SAAS;AACpE,cAAI;AACF,0BAAc;AAAA,cACZ,KAAK;AAAA,cACL,cAAc,SAAS;AAAA,YAAA;AAAA,UAE3B,SAAS,OAAO;AACd,oBAAQ,KAAK,yBAAyB,KAAK,SAAS,KAAK;AAAA,UAC3D;AAAA,QACF,CAAC;AAAA,MACH,OAAO;AACL,gBAAQ;AAAA,UACN;AAAA,QAAA;AAAA,MAEJ;AAAA,IACF;AAAA,EACF,GAtDE,GAAO,SAAS,CAAC,eAAe,UAAU,GAJ5C;AAAA;"}
@@ -1,2 +1,2 @@
1
- export type MidIconName = 'airplane' | 'airplane-fill' | 'align-bottom' | 'align-bottom-fill' | 'align-center' | 'align-center-fill' | 'align-left' | 'align-left-fill' | 'align-middle' | 'align-middle-fill' | 'align-right' | 'align-right-fill' | 'align-top' | 'align-top-fill' | 'allergens' | 'allergens-fill' | 'angle' | 'angle-ruler-circle' | 'angle-ruler-circle-fill' | 'angle-ruler-triangle' | 'angle-ruler-triangle-fill' | 'archive' | 'archive-fill' | 'area-chart' | 'area-chart-fill' | 'arrow-circlepath' | 'arrow-down' | 'arrow-down-right' | 'arrow-forward' | 'arrow-forward-fill' | 'arrow-left' | 'arrow-redo' | 'arrow-right' | 'arrow-right-left' | 'arrow-undo' | 'arrow-up' | 'arrows-circlepath' | 'arrows-squarepath' | 'arrows-up-down' | 'baby-wrapped' | 'baby-wrapped-fill' | 'backpack' | 'backpack-fill' | 'backward' | 'backward-fill' | 'bacteria' | 'bacteria-fill' | 'bagde' | 'bagde-fill' | 'baggage' | 'baggage-fill' | 'bandage' | 'bandage-fill' | 'bank-note' | 'bank-note-fill' | 'bar-chart' | 'bar-chart-fill' | 'bed' | 'bed-fill' | 'bell' | 'bell-dot' | 'bell-dot-fill' | 'bell-fill' | 'bicycle' | 'boat' | 'boat-fill' | 'bone' | 'bone-broken' | 'bone-fill' | 'book' | 'book-fill' | 'bookmark' | 'bookmark-dash' | 'bookmark-fill' | 'books' | 'books-fill' | 'bowl' | 'bowl-fill' | 'braille' | 'braille-fill' | 'branching' | 'briefcase' | 'briefcase-clock' | 'briefcase-clock-fill' | 'briefcase-fill' | 'broadcast' | 'broadcast-minus-circle' | 'broadcast-minus-circle-fill' | 'broadcast-plus-circle' | 'broadcast-plus-circle-fill' | 'bubble-chart' | 'bubble-chart-fill' | 'bucket' | 'bucket-fill' | 'bucket-mop' | 'bucket-mop-fill' | 'bug' | 'bug-fill' | 'buildings2' | 'buildings2fill' | 'buildings3' | 'buildings3fill' | 'bullet-list' | 'bus' | 'bus-fill' | 'calculator' | 'calculator-fill' | 'calendar' | 'calendar-fill' | 'camera' | 'camera-fill' | 'camera-triangle' | 'camera-triangle-fill' | 'candle' | 'candle-fill' | 'captions' | 'captions-fill' | 'car' | 'car-fill' | 'card' | 'card-fill' | 'caret-down' | 'caret-down-circle' | 'caret-down-circle-fill' | 'caret-down-fill' | 'caret-left' | 'caret-left-circle' | 'caret-left-circle-fill' | 'caret-left-fill' | 'caret-left-right' | 'caret-left-right-fill' | 'caret-right' | 'caret-right-circle' | 'caret-right-circle-fill' | 'caret-right-fill' | 'caret-up' | 'caret-up-circle' | 'caret-up-circle-fill' | 'caret-up-down' | 'caret-up-down-fill' | 'caret-up-down-filled-down' | 'caret-up-down-filled-up' | 'caret-up-fill' | 'changing-room' | 'changing-room-fill' | 'chat' | 'chat2' | 'chat2fill' | 'chat-checkmark' | 'chat-checkmark-fill' | 'chat-elipsis' | 'chat-elipsis-fill' | 'chat-exclamationmark' | 'chat-exclamationmark-fill' | 'chat-fill' | 'checkmark' | 'checkmark-circle' | 'checkmark-circle-fill' | 'chef-hat' | 'chef-hat-fill' | 'chevron-down' | 'chevron-down-circle' | 'chevron-down-circle-fill' | 'chevron-down-double' | 'chevron-down-double-circle' | 'chevron-down-double-circle-fill' | 'chevron-down-up' | 'chevron-left' | 'chevron-left-circle' | 'chevron-left-circle-fill' | 'chevron-left-double' | 'chevron-left-double-circle' | 'chevron-left-double-circle-fill' | 'chevron-left-first' | 'chevron-left-first-circle' | 'chevron-left-first-circle-fill' | 'chevron-right' | 'chevron-right-circle' | 'chevron-right-circle-fill' | 'chevron-right-double' | 'chevron-right-double-circle' | 'chevron-right-double-circle-fill' | 'chevron-right-last' | 'chevron-right-last-circle' | 'chevron-right-last-circle-fill' | 'chevron-up' | 'chevron-up-circle' | 'chevron-up-circle-fill' | 'chevron-up-double' | 'chevron-up-double-circle' | 'chevron-up-double-circle-fill' | 'chevron-up-down' | 'child-eyes' | 'child-eyes-fill' | 'child-hair-eyes' | 'child-hair-eyes-fill' | 'cigarette' | 'cigarette-fill' | 'circle' | 'circle-broken' | 'circle-fill' | 'circle-slash' | 'circle-slash-fill' | 'clipboard' | 'clipboard-checkmark' | 'clipboard-checkmark-fill' | 'clipboard-fill' | 'clipboard-link' | 'clipboard-link-fill' | 'clipboard-xmark' | 'clipboard-xmark-fill' | 'clock' | 'clock-dashed' | 'clock-fill' | 'clothing-hanger' | 'clothing-hanger-fill' | 'cloud' | 'cloud-down' | 'cloud-down-fill' | 'cloud-fill' | 'cloud-slash' | 'cloud-slash-fill' | 'cloud-up' | 'cloud-up-fill' | 'code' | 'coffee' | 'coffee-fill' | 'cog' | 'cog-fill' | 'cog-rotation' | 'cog-rotation-fill' | 'combifridge1' | 'combifridge1fill' | 'combifridge2' | 'combifridge2fill' | 'compass' | 'compass-fill' | 'component' | 'component-fill' | 'currency-exchange' | 'cutlery' | 'cutlery-fill' | 'database' | 'database-fill' | 'density1' | 'density1fill' | 'density2' | 'density2fill' | 'density3' | 'diamond' | 'diamond-fill' | 'dishwasher' | 'dishwasher-fill' | 'divide' | 'doc-pencil' | 'doc-pencil-fill' | 'dog' | 'dog-fill' | 'dog-harness' | 'dog-harness-fill' | 'donut-chart' | 'donut-chart-fill' | 'donuts' | 'donuts-fill' | 'door' | 'door-fill' | 'door-open' | 'door-open-fill' | 'download' | 'drag-horizontal' | 'drag-vertical' | 'ear' | 'ear-fill' | 'ear-slash' | 'ear-slash-fill' | 'ear-soundwaves' | 'ear-soundwaves-fill' | 'earth' | 'earth-fill' | 'elevator' | 'elevator-fill' | 'enter' | 'envelope-closed' | 'envelope-closed-fill' | 'envelope-open' | 'envelope-open-fill' | 'equals' | 'eraser' | 'eraser-fill' | 'escalator' | 'ethernet' | 'exclamationmark' | 'exclamationmark-triangle' | 'exclamationmark-triangle-fill' | 'expand' | 'external-link' | 'external-link-fill' | 'eye' | 'eye-closed' | 'eye-fill' | 'eye-obfuscated' | 'eye-obfuscated-fill' | 'eye-slash' | 'eye-slash-fill' | 'eye-with-pupil' | 'eye-with-pupil-fill' | 'face' | 'face-cry' | 'face-cry-fill' | 'face-fill' | 'face-frown' | 'face-frown-fill' | 'face-laugh' | 'face-laugh-fill' | 'face-smile' | 'face-smile-fill' | 'feeding-bottle' | 'feeding-bottle-fill' | 'figure' | 'figure-child' | 'figure-child-fill' | 'figure-combination' | 'figure-combination-fill' | 'figure-fill' | 'figure-inward' | 'figure-inward-fill' | 'figure-outward' | 'figure-outward-fill' | 'file' | 'file-checkmark' | 'file-checkmark-fill' | 'file-code' | 'file-code-fill' | 'file-csv' | 'file-csv-fill' | 'file-excel' | 'file-excel-fill' | 'file-export' | 'file-export-fill' | 'file-fill' | 'file-image' | 'file-image-fill' | 'file-import' | 'file-import-fill' | 'file-json' | 'file-json-fill' | 'file-loading' | 'file-loading-fill' | 'file-paragraph' | 'file-paragraph-fill' | 'file-pdf' | 'file-pdf-fill' | 'file-plus' | 'file-plus-fill' | 'file-reset' | 'file-reset-fill' | 'file-search' | 'file-search-fill' | 'file-shredder' | 'file-shredder-fill' | 'file-text' | 'file-text-fill' | 'file-word' | 'file-word-fill' | 'file-xmark' | 'file-xmark-fill' | 'files' | 'files-fill' | 'filter' | 'finger-button' | 'finger-button-fill' | 'finger-mobile' | 'finger-mobile-fill' | 'first-aid' | 'first-aid-fill' | 'first-aid-kit' | 'first-aid-kit-fill' | 'flag-cross' | 'flag-cross-fill' | 'floppydisk' | 'floppydisk-fill' | 'flower' | 'flower-fill' | 'flower-pension' | 'flower-pension-fill' | 'flower-petal-falling' | 'flower-petal-falling-fill' | 'flower-petals' | 'flower-petals-fill' | 'folder' | 'folder-file' | 'folder-file-fill' | 'folder-fill' | 'folder-minus' | 'folder-minus-fill' | 'folder-plus' | 'folder-plus-fill' | 'fork' | 'fork-fill' | 'forward' | 'forward-fill' | 'freezer' | 'freezer-fill' | 'funnel' | 'funnel-fill' | 'gavel' | 'gavel-fill' | 'gavel-sound-block' | 'gavel-sound-block-fill' | 'glass' | 'glass-fill' | 'glasses' | 'glasses-fill' | 'globe' | 'globe-fill' | 'globe-slash' | 'globe-slash-fill' | 'hand-bandage' | 'hand-bandage-fill' | 'hand-finger' | 'hand-finger-fill' | 'hand-heart' | 'hand-heart-fill' | 'hand-knot' | 'hand-knot-filled' | 'hand-shake-heart' | 'hand-shake-heart-fill' | 'handshake' | 'handshake-fill' | 'hanger' | 'hard-hat' | 'hard-hat-fill' | 'hashtag' | 'hat-school' | 'hat-school-fill' | 'hdd-down' | 'hdd-down-fill' | 'hdd-up' | 'hdd-up-fill' | 'head' | 'head-cloud' | 'head-cloud-fill' | 'head-fill' | 'head-heart' | 'head-heart-fill' | 'hearing-loop' | 'hearing-loop-fill' | 'hearing-loop-radio' | 'hearing-loop-radio-fill' | 'heart' | 'heart-broken' | 'heart-broken-fill' | 'heart-fill' | 'hexagon-grid' | 'hexagon-grid-fill' | 'hiking-trail-sign' | 'hiking-trail-sign-fill' | 'hospital' | 'hospital-fill' | 'hourglass' | 'hourglass-bottom-filled' | 'hourglass-top-filled' | 'house' | 'house-fill' | 'house-heart' | 'house-heart-fill' | 'image' | 'image-fill' | 'inbox' | 'inbox-down' | 'inbox-down-fill' | 'inbox-fill' | 'inbox-up' | 'inbox-up-fill' | 'information' | 'information-square' | 'information-square-fill' | 'iv-fluid-bag' | 'iv-fluid-bag-fill' | 'key-horizontal' | 'key-horizontal-fill' | 'key-vertical' | 'key-vertical-fill' | 'knife' | 'knife-fill' | 'kroner' | 'language' | 'laptop' | 'laptop-fill' | 'laptop-triangle' | 'laptop-triangle-fill' | 'layer-minus' | 'layer-minus-fill' | 'layers' | 'layers-fill' | 'layers-plus' | 'layers-plus-fill' | 'leave' | 'light-bulb' | 'light-bulb-fill' | 'lightning' | 'lightning-fill' | 'line-graph' | 'line-graph-dot' | 'line-graph-stacked' | 'link' | 'link-broken' | 'location-pin' | 'location-pin-fill' | 'magnifying-glass' | 'magnifying-glass-fill' | 'measuring-tape' | 'measuring-tape-fill' | 'medicine-bottle' | 'medicine-bottle-fill' | 'meeting-large' | 'meeting-large-fill' | 'meeting-small' | 'meeting-small-fill' | 'megaphone' | 'megaphone-fill' | 'megaphone-speaking' | 'megaphone-speaking-fill' | 'menu-elipsis-horizontal' | 'menu-elipsis-horizontal-circle' | 'menu-elipsis-horizontal-circle-fill' | 'menu-elipsis-horizontal-square' | 'menu-elipsis-horizontal-square-fill' | 'menu-elipsis-vertical' | 'menu-elipsis-vertical-circle' | 'menu-elipsis-vertical-circle-fill' | 'menu-elipsis-vertical-square' | 'menu-elipsis-vertical-square-fill' | 'menu-grid' | 'menu-hamburger' | 'microbe' | 'microbe-fill' | 'microphone' | 'microphone-fill' | 'microphone-slash' | 'microphone-slash-fill' | 'migration' | 'minus' | 'minus-circle' | 'minus-circle-fill' | 'mobile' | 'mobile-fill' | 'mobile-small' | 'mobile-small-fill' | 'mobile-triangle' | 'mobile-triangle-fill' | 'monitor' | 'monitor-fill' | 'monitor-triangle' | 'monitor-triangle-fill' | 'moon' | 'moon-fill' | 'motorcycle' | 'motorcycle-fill' | 'mountain' | 'mountain-fill' | 'mug' | 'mug-fill' | 'multiply' | 'newspaper' | 'newspaper-fill' | 'no-smoking' | 'no-smoking-fill' | 'nok' | 'note-pencil' | 'note-pencil-dash' | 'note-pencil-fill' | 'number-list' | 'open-source' | 'open-source-fill' | 'over18' | 'over18fill' | 'package' | 'package-fill' | 'padlock-locked' | 'padlock-locked-fill' | 'padlock-unlocked' | 'padlock-unlocked-fill' | 'palette' | 'palette-fill' | 'paperclip' | 'paperplane' | 'paperplane-fill' | 'paragraph' | 'parasol-beach' | 'parasol-beach-fill' | 'parking' | 'parking-fill' | 'passport' | 'passport-fill' | 'password-hidden' | 'pause' | 'pause-fill' | 'pencil' | 'pencil-board' | 'pencil-board-fill' | 'pencil-fill' | 'pencil-line' | 'pencil-line-fill' | 'pencil-writing' | 'pencil-writing-fill' | 'pentagon' | 'pentagon-fill' | 'percent' | 'person' | 'person-chat' | 'person-chat-fill' | 'person-checkmark' | 'person-checkmark-fill' | 'person-circle' | 'person-circle-fill' | 'person-cross' | 'person-cross-fill' | 'person-envelope' | 'person-envelope-fill' | 'person-fill' | 'person-gavel' | 'person-gavel-fill' | 'person-group' | 'person-group-fill' | 'person-headset' | 'person-headset-fill' | 'person-minus' | 'person-minus-fill' | 'person-pencil' | 'person-pencil-fill' | 'person-plus' | 'person-plus-fill' | 'person-pregnant' | 'person-pregnant-fill' | 'person-rectangle' | 'person-rectangle-fill' | 'person-suit' | 'person-suit-fill' | 'person-tall-short' | 'person-tall-short-fill' | 'phone' | 'phone-fill' | 'pie-chart' | 'pie-chart-fill' | 'piggybank' | 'piggybank-fill' | 'pill-circle' | 'pill-circle-fill' | 'pill-circle-rectangle' | 'pill-circle-rectangle-fill' | 'pill-rectangle' | 'pill-rectangle-fill' | 'pin' | 'pin-fill' | 'plant' | 'plant-fill' | 'plate' | 'plate-fill' | 'play' | 'play-fill' | 'plus' | 'plus-circle' | 'plus-circle-fill' | 'plus-minus-slash' | 'portal' | 'portal-fill' | 'presentation' | 'presentation-fill' | 'printer-large' | 'printer-large-fill' | 'printer-large-triangle' | 'printer-large-triangle-fill' | 'printer-small' | 'printer-small-fill' | 'printer-small-triangle' | 'printer-small-triangle-fill' | 'push-pin' | 'push-pin-fill' | 'puzzle-piece' | 'puzzle-piece-fill' | 'qr-code' | 'qr-code-fill' | 'qr-code-scanning' | 'qr-code-scanning-fill' | 'questionmark' | 'questionmark-diamond' | 'questionmark-diamond-fill' | 'quiet-zone' | 'quiet-zone-fill' | 'raindrop' | 'raindrop-fill' | 'receipt' | 'receipt-fill' | 'reception' | 'reception-fill' | 'record' | 'record-fill' | 'rectangle-sections' | 'rectangle-sections-fill' | 'recycle' | 'recycle-fill' | 'refrigerator' | 'refrigerator-fill' | 'roadblock' | 'roadblock-fill' | 'robot' | 'robot-fill' | 'robot-frown' | 'robot-frown-fill' | 'robot-smile' | 'robot-smile-fill' | 'rocket' | 'rocket-fill' | 'rocking-horse' | 'rocking-horse-fill' | 'rotate-left' | 'rotate-left-fill' | 'rotate-right' | 'rotate-right-fill' | 'router' | 'ruler' | 'ruler-fill' | 'rulers' | 'rulers-fill' | 'sack' | 'sack-fill' | 'sack-kroner' | 'sack-kroner-fill' | 'sack-pension' | 'sack-pension-fill' | 'sandbox' | 'sandbox-fill' | 'scissors' | 'scissors-fill' | 'seal' | 'seal-checkmark' | 'seal-checkmark-fill' | 'seal-fill' | 'seal-xmark' | 'seal-xmark-fill' | 'sector-chart' | 'sector-chart-fill' | 'shield' | 'shield-fill' | 'shield-lock' | 'shield-lock-fill' | 'shopping-basket' | 'shopping-basket-fill' | 'shower' | 'shower-fill' | 'shrink' | 'sidebar-both' | 'sidebar-both-fill' | 'sidebar-left' | 'sidebar-left-fill' | 'sidebar-right' | 'sidebar-right-fill' | 'sign-language-single-hand' | 'sign-language-single-hand-fill' | 'sign-language-two-hands' | 'sign-language-two-hands-fill' | 'silhouette' | 'silhouette-fill' | 'skip-backward' | 'skip-backward-fill' | 'skip-forward' | 'skip-forward-fill' | 'snow' | 'spark-large' | 'spark-small' | 'sparkles' | 'sparkles-fill' | 'speaker' | 'speaker-fill' | 'speaker-slash' | 'speaker-slash-fill' | 'speaker-sound-wave1' | 'speaker-sound-wave1fill' | 'speaker-sound-wave2' | 'speaker-sound-wave2fill' | 'speaker-sound-wave3' | 'speaker-sound-wave3fill' | 'split-horizontal' | 'split-horizontal-fill' | 'split-vertical' | 'split-vertical-fill' | 'spoon' | 'spoon-fill' | 'square' | 'square-fill' | 'squareroot' | 'staircase' | 'star' | 'star-fill' | 'star-of-life' | 'star-of-life-fill' | 'stars-eu' | 'stethoscope' | 'stop' | 'stop-fill' | 'stroller' | 'stroller-fill' | 'sun' | 'sun-fill' | 'table' | 'table-fill' | 'tablet' | 'tablet-fill' | 'tabs' | 'tabs-add' | 'tabs-add-fill' | 'tabs-fill' | 'tabs-remove' | 'tabs-remove-fill' | 'tag' | 'tag-fill' | 'tap-water' | 'tap-water-fill' | 'tasklist' | 'tasklist-fill' | 'tasklist-save' | 'tasklist-save-fill' | 'tasklist-send' | 'tasklist-send-fill' | 'tasklist-start' | 'tasklist-start-fill' | 'teddy-bear' | 'teddy-bear-fill' | 'tenancy' | 'tenancy-fill' | 'terminal' | 'terminal-fill' | 'test-flask' | 'test-flask-fill' | 'thermometer' | 'thermometer-fill' | 'thumb-down' | 'thumb-down-fill' | 'thumb-up' | 'thumb-up-fill' | 'timer' | 'timer-fill' | 'timer-pause' | 'timer-pause-fill' | 'timer-start' | 'timer-start-fill' | 'toilet' | 'toilet-fill' | 'token' | 'token-fill' | 'tooth' | 'tooth-fill' | 'train' | 'train-fill' | 'tram' | 'tram-fill' | 'trash' | 'trash-fill' | 'tray-food' | 'tray-food-fill' | 'trend-down' | 'trend-flat' | 'trend-up' | 'triangle' | 'triangle-fill' | 'truck' | 'truck-fill' | 'umbrella' | 'umbrella-fill' | 'upload' | 'video' | 'video-fill' | 'video-slash' | 'video-slash-fill' | 'videoplayer' | 'videoplayer-fill' | 'virus' | 'virus-fill' | 'vitals' | 'waiting-room' | 'waiting-room-fill' | 'wallet' | 'wallet-fill' | 'watering-can' | 'watering-can-fill' | 'waveform' | 'waves' | 'weight' | 'wheelchair' | 'wheelchair-fill' | 'wrench' | 'wrench-fill' | 'xmark' | 'xmark-octagon' | 'xmark-octagon-fill' | 'zoom-minus' | 'zoom-minus-fill' | 'zoom-plus' | 'zoom-plus-fill';
1
+ export type MidIconName = 'airplane' | 'airplane-fill' | 'align-bottom' | 'align-bottom-fill' | 'align-center' | 'align-center-fill' | 'align-left' | 'align-left-fill' | 'align-middle' | 'align-middle-fill' | 'align-right' | 'align-right-fill' | 'align-top' | 'align-top-fill' | 'allergens' | 'allergens-fill' | 'angle' | 'angle-ruler-circle' | 'angle-ruler-circle-fill' | 'angle-ruler-triangle' | 'angle-ruler-triangle-fill' | 'archive' | 'archive-fill' | 'area-chart' | 'area-chart-fill' | 'arrow-circlepath' | 'arrow-down' | 'arrow-down-right' | 'arrow-forward' | 'arrow-forward-fill' | 'arrow-left' | 'arrow-redo' | 'arrow-right' | 'arrow-right-left' | 'arrow-undo' | 'arrow-up' | 'arrows-circlepath' | 'arrows-squarepath' | 'arrows-up-down' | 'baby-wrapped' | 'baby-wrapped-fill' | 'backpack' | 'backpack-fill' | 'backward' | 'backward-fill' | 'bacteria' | 'bacteria-fill' | 'bagde' | 'bagde-fill' | 'baggage' | 'baggage-fill' | 'bandage' | 'bandage-fill' | 'bank-note' | 'bank-note-fill' | 'bar-chart' | 'bar-chart-fill' | 'bed' | 'bed-fill' | 'bell' | 'bell-dot' | 'bell-dot-fill' | 'bell-fill' | 'bicycle' | 'boat' | 'boat-fill' | 'bone' | 'bone-broken' | 'bone-fill' | 'book' | 'book-fill' | 'bookmark' | 'bookmark-dash' | 'bookmark-fill' | 'books' | 'books-fill' | 'bowl' | 'bowl-fill' | 'braille' | 'braille-fill' | 'branching' | 'briefcase' | 'briefcase-clock' | 'briefcase-clock-fill' | 'briefcase-fill' | 'broadcast' | 'broadcast-minus-circle' | 'broadcast-minus-circle-fill' | 'broadcast-plus-circle' | 'broadcast-plus-circle-fill' | 'bubble-chart' | 'bubble-chart-fill' | 'bucket' | 'bucket-fill' | 'bucket-mop' | 'bucket-mop-fill' | 'bug' | 'bug-fill' | 'buildings2' | 'buildings2fill' | 'buildings3' | 'buildings3fill' | 'bullet-list' | 'bus' | 'bus-fill' | 'calculator' | 'calculator-fill' | 'calendar' | 'calendar-fill' | 'camera' | 'camera-fill' | 'camera-triangle' | 'camera-triangle-fill' | 'candle' | 'candle-fill' | 'captions' | 'captions-fill' | 'car' | 'car-fill' | 'card' | 'card-fill' | 'caret-down' | 'caret-down-circle' | 'caret-down-circle-fill' | 'caret-down-fill' | 'caret-left' | 'caret-left-circle' | 'caret-left-circle-fill' | 'caret-left-fill' | 'caret-left-right' | 'caret-left-right-fill' | 'caret-right' | 'caret-right-circle' | 'caret-right-circle-fill' | 'caret-right-fill' | 'caret-up' | 'caret-up-circle' | 'caret-up-circle-fill' | 'caret-up-down' | 'caret-up-down-fill' | 'caret-up-down-filled-down' | 'caret-up-down-filled-up' | 'caret-up-fill' | 'changing-room' | 'changing-room-fill' | 'chat' | 'chat2' | 'chat2fill' | 'chat-checkmark' | 'chat-checkmark-fill' | 'chat-elipsis' | 'chat-elipsis-fill' | 'chat-exclamationmark' | 'chat-exclamationmark-fill' | 'chat-fill' | 'checkmark' | 'checkmark-circle' | 'checkmark-circle-fill' | 'chef-hat' | 'chef-hat-fill' | 'chevron-down' | 'chevron-down-circle' | 'chevron-down-circle-fill' | 'chevron-down-double' | 'chevron-down-double-circle' | 'chevron-down-double-circle-fill' | 'chevron-down-up' | 'chevron-left' | 'chevron-left-circle' | 'chevron-left-circle-fill' | 'chevron-left-double' | 'chevron-left-double-circle' | 'chevron-left-double-circle-fill' | 'chevron-left-first' | 'chevron-left-first-circle' | 'chevron-left-first-circle-fill' | 'chevron-right' | 'chevron-right-circle' | 'chevron-right-circle-fill' | 'chevron-right-double' | 'chevron-right-double-circle' | 'chevron-right-double-circle-fill' | 'chevron-right-last' | 'chevron-right-last-circle' | 'chevron-right-last-circle-fill' | 'chevron-up' | 'chevron-up-circle' | 'chevron-up-circle-fill' | 'chevron-up-double' | 'chevron-up-double-circle' | 'chevron-up-double-circle-fill' | 'chevron-up-down' | 'child-eyes' | 'child-eyes-fill' | 'child-hair-eyes' | 'child-hair-eyes-fill' | 'cigarette' | 'cigarette-fill' | 'circle' | 'circle-broken' | 'circle-fill' | 'circle-slash' | 'circle-slash-fill' | 'clipboard' | 'clipboard-checkmark' | 'clipboard-checkmark-fill' | 'clipboard-fill' | 'clipboard-link' | 'clipboard-link-fill' | 'clipboard-xmark' | 'clipboard-xmark-fill' | 'clock' | 'clock-dashed' | 'clock-fill' | 'clothing-hanger' | 'clothing-hanger-fill' | 'cloud' | 'cloud-down' | 'cloud-down-fill' | 'cloud-fill' | 'cloud-slash' | 'cloud-slash-fill' | 'cloud-up' | 'cloud-up-fill' | 'code' | 'coffee' | 'coffee-fill' | 'cog' | 'cog-fill' | 'cog-rotation' | 'cog-rotation-fill' | 'combifridge1' | 'combifridge1fill' | 'combifridge2' | 'combifridge2fill' | 'compass' | 'compass-fill' | 'component' | 'component-fill' | 'cpu' | 'cpu-fill' | 'currency-exchange' | 'cutlery' | 'cutlery-fill' | 'database' | 'database-fill' | 'density1' | 'density1fill' | 'density2' | 'density2fill' | 'density3' | 'diamond' | 'diamond-fill' | 'dishwasher' | 'dishwasher-fill' | 'divide' | 'doc-pencil' | 'doc-pencil-fill' | 'dog' | 'dog-fill' | 'dog-harness' | 'dog-harness-fill' | 'donut-chart' | 'donut-chart-fill' | 'donuts' | 'donuts-fill' | 'door' | 'door-fill' | 'door-open' | 'door-open-fill' | 'download' | 'drag-horizontal' | 'drag-vertical' | 'ear' | 'ear-fill' | 'ear-slash' | 'ear-slash-fill' | 'ear-soundwaves' | 'ear-soundwaves-fill' | 'earth' | 'earth-fill' | 'elevator' | 'elevator-fill' | 'enter' | 'envelope-closed' | 'envelope-closed-fill' | 'envelope-open' | 'envelope-open-fill' | 'equals' | 'eraser' | 'eraser-fill' | 'escalator' | 'ethernet' | 'exclamationmark' | 'exclamationmark-triangle' | 'exclamationmark-triangle-fill' | 'expand' | 'expand-vertical' | 'external-link' | 'external-link-fill' | 'eye' | 'eye-closed' | 'eye-fill' | 'eye-obfuscated' | 'eye-obfuscated-fill' | 'eye-slash' | 'eye-slash-fill' | 'eye-with-pupil' | 'eye-with-pupil-fill' | 'face' | 'face-cry' | 'face-cry-fill' | 'face-fill' | 'face-frown' | 'face-frown-fill' | 'face-laugh' | 'face-laugh-fill' | 'face-smile' | 'face-smile-fill' | 'feeding-bottle' | 'feeding-bottle-fill' | 'figure' | 'figure-child' | 'figure-child-fill' | 'figure-combination' | 'figure-combination-fill' | 'figure-fill' | 'figure-inward' | 'figure-inward-fill' | 'figure-outward' | 'figure-outward-fill' | 'file' | 'file-checkmark' | 'file-checkmark-fill' | 'file-code' | 'file-code-fill' | 'file-csv' | 'file-csv-fill' | 'file-excel' | 'file-excel-fill' | 'file-export' | 'file-export-fill' | 'file-fill' | 'file-image' | 'file-image-fill' | 'file-import' | 'file-import-fill' | 'file-jpeg' | 'file-jpeg-fill' | 'file-json' | 'file-json-fill' | 'file-loading' | 'file-loading-fill' | 'file-paragraph' | 'file-paragraph-fill' | 'file-pdf' | 'file-pdf-fill' | 'file-plus' | 'file-plus-fill' | 'file-png' | 'file-png-fill' | 'file-reset' | 'file-reset-fill' | 'file-search' | 'file-search-fill' | 'file-shredder' | 'file-shredder-fill' | 'file-text' | 'file-text-fill' | 'file-word' | 'file-word-fill' | 'file-xmark' | 'file-xmark-fill' | 'files' | 'files-fill' | 'filter' | 'finger-button' | 'finger-button-fill' | 'finger-mobile' | 'finger-mobile-fill' | 'first-aid' | 'first-aid-fill' | 'first-aid-kit' | 'first-aid-kit-fill' | 'flag-cross' | 'flag-cross-fill' | 'floppydisk' | 'floppydisk-fill' | 'flower' | 'flower-fill' | 'flower-pension' | 'flower-pension-fill' | 'flower-petal-falling' | 'flower-petal-falling-fill' | 'flower-petals' | 'flower-petals-fill' | 'folder' | 'folder-file' | 'folder-file-fill' | 'folder-fill' | 'folder-minus' | 'folder-minus-fill' | 'folder-plus' | 'folder-plus-fill' | 'fork' | 'fork-fill' | 'forward' | 'forward-fill' | 'freezer' | 'freezer-fill' | 'funnel' | 'funnel-fill' | 'gavel' | 'gavel-fill' | 'gavel-sound-block' | 'gavel-sound-block-fill' | 'glass' | 'glass-fill' | 'glasses' | 'glasses-fill' | 'globe' | 'globe-fill' | 'globe-slash' | 'globe-slash-fill' | 'hand-bandage' | 'hand-bandage-fill' | 'hand-finger' | 'hand-finger-fill' | 'hand-heart' | 'hand-heart-fill' | 'hand-knot' | 'hand-knot-filled' | 'hand-shake-heart' | 'hand-shake-heart-fill' | 'handshake' | 'handshake-fill' | 'hanger' | 'hard-hat' | 'hard-hat-fill' | 'hashtag' | 'hat-school' | 'hat-school-fill' | 'hdd-down' | 'hdd-down-fill' | 'hdd-up' | 'hdd-up-fill' | 'head' | 'head-cloud' | 'head-cloud-fill' | 'head-fill' | 'head-heart' | 'head-heart-fill' | 'hearing-loop' | 'hearing-loop-fill' | 'hearing-loop-radio' | 'hearing-loop-radio-fill' | 'heart' | 'heart-broken' | 'heart-broken-fill' | 'heart-fill' | 'hexagon-grid' | 'hexagon-grid-fill' | 'hiking-trail-sign' | 'hiking-trail-sign-fill' | 'hospital' | 'hospital-fill' | 'hourglass' | 'hourglass-bottom-filled' | 'hourglass-top-filled' | 'house' | 'house-fill' | 'house-heart' | 'house-heart-fill' | 'image' | 'image-fill' | 'inbox' | 'inbox-down' | 'inbox-down-fill' | 'inbox-fill' | 'inbox-up' | 'inbox-up-fill' | 'information' | 'information-square' | 'information-square-fill' | 'iv-fluid-bag' | 'iv-fluid-bag-fill' | 'key-horizontal' | 'key-horizontal-fill' | 'key-vertical' | 'key-vertical-fill' | 'knife' | 'knife-fill' | 'kroner' | 'language' | 'laptop' | 'laptop-fill' | 'laptop-triangle' | 'laptop-triangle-fill' | 'layer-minus' | 'layer-minus-fill' | 'layers' | 'layers-fill' | 'layers-plus' | 'layers-plus-fill' | 'leave' | 'light-bulb' | 'light-bulb-fill' | 'lightning' | 'lightning-fill' | 'line-graph' | 'line-graph-dot' | 'line-graph-stacked' | 'line-height' | 'link' | 'link-broken' | 'location-pin' | 'location-pin-fill' | 'magnifying-glass' | 'magnifying-glass-fill' | 'measuring-tape' | 'measuring-tape-fill' | 'medical-thermometer' | 'medical-thermometer-fill' | 'medicine-bottle' | 'medicine-bottle-fill' | 'meeting-large' | 'meeting-large-fill' | 'meeting-small' | 'meeting-small-fill' | 'megaphone' | 'megaphone-fill' | 'megaphone-speaking' | 'megaphone-speaking-fill' | 'menu-elipsis-horizontal' | 'menu-elipsis-horizontal-circle' | 'menu-elipsis-horizontal-circle-fill' | 'menu-elipsis-horizontal-square' | 'menu-elipsis-horizontal-square-fill' | 'menu-elipsis-vertical' | 'menu-elipsis-vertical-circle' | 'menu-elipsis-vertical-circle-fill' | 'menu-elipsis-vertical-square' | 'menu-elipsis-vertical-square-fill' | 'menu-grid' | 'menu-hamburger' | 'microbe' | 'microbe-fill' | 'microphone' | 'microphone-fill' | 'microphone-slash' | 'microphone-slash-fill' | 'migration' | 'minus' | 'minus-circle' | 'minus-circle-fill' | 'mobile' | 'mobile-fill' | 'mobile-small' | 'mobile-small-fill' | 'mobile-triangle' | 'mobile-triangle-fill' | 'monitor' | 'monitor-fill' | 'monitor-triangle' | 'monitor-triangle-fill' | 'moon' | 'moon-fill' | 'motorcycle' | 'motorcycle-fill' | 'mountain' | 'mountain-fill' | 'mug' | 'mug-fill' | 'multiply' | 'newspaper' | 'newspaper-fill' | 'no-smoking' | 'no-smoking-fill' | 'nok' | 'note-pencil' | 'note-pencil-dash' | 'note-pencil-fill' | 'number-list' | 'open-source' | 'open-source-fill' | 'over18' | 'over18fill' | 'package' | 'package-fill' | 'padlock-locked' | 'padlock-locked-fill' | 'padlock-unlocked' | 'padlock-unlocked-fill' | 'palette' | 'palette-fill' | 'paperclip' | 'paperplane' | 'paperplane-fill' | 'paragraph' | 'parasol-beach' | 'parasol-beach-fill' | 'parking' | 'parking-fill' | 'passport' | 'passport-fill' | 'password-hidden' | 'pause' | 'pause-fill' | 'pencil' | 'pencil-board' | 'pencil-board-fill' | 'pencil-fill' | 'pencil-line' | 'pencil-line-fill' | 'pencil-writing' | 'pencil-writing-fill' | 'pentagon' | 'pentagon-fill' | 'percent' | 'person' | 'person-chat' | 'person-chat-fill' | 'person-checkmark' | 'person-checkmark-fill' | 'person-circle' | 'person-circle-fill' | 'person-cross' | 'person-cross-fill' | 'person-envelope' | 'person-envelope-fill' | 'person-fill' | 'person-gavel' | 'person-gavel-fill' | 'person-group' | 'person-group-fill' | 'person-headset' | 'person-headset-fill' | 'person-minus' | 'person-minus-fill' | 'person-pencil' | 'person-pencil-fill' | 'person-plus' | 'person-plus-fill' | 'person-pregnant' | 'person-pregnant-fill' | 'person-rectangle' | 'person-rectangle-fill' | 'person-suit' | 'person-suit-fill' | 'person-tall-short' | 'person-tall-short-fill' | 'phone' | 'phone-fill' | 'pie-chart' | 'pie-chart-fill' | 'piggybank' | 'piggybank-fill' | 'pill-circle' | 'pill-circle-fill' | 'pill-circle-rectangle' | 'pill-circle-rectangle-fill' | 'pill-rectangle' | 'pill-rectangle-fill' | 'pin' | 'pin-fill' | 'plant' | 'plant-fill' | 'plate' | 'plate-fill' | 'play' | 'play-fill' | 'plus' | 'plus-circle' | 'plus-circle-fill' | 'plus-minus-slash' | 'portal' | 'portal-fill' | 'presentation' | 'presentation-fill' | 'printer-large' | 'printer-large-fill' | 'printer-large-triangle' | 'printer-large-triangle-fill' | 'printer-small' | 'printer-small-fill' | 'printer-small-triangle' | 'printer-small-triangle-fill' | 'push-pin' | 'push-pin-fill' | 'puzzle-piece' | 'puzzle-piece-fill' | 'qr-code' | 'qr-code-fill' | 'qr-code-scanning' | 'qr-code-scanning-fill' | 'questionmark' | 'questionmark-circle' | 'questionmark-circle-fill' | 'questionmark-diamond' | 'questionmark-diamond-fill' | 'quiet-zone' | 'quiet-zone-fill' | 'raindrop' | 'raindrop-fill' | 'receipt' | 'receipt-fill' | 'reception' | 'reception-fill' | 'record' | 'record-fill' | 'rectangle-sections' | 'rectangle-sections-fill' | 'recycle' | 'recycle-fill' | 'refrigerator' | 'refrigerator-fill' | 'roadblock' | 'roadblock-fill' | 'robot' | 'robot-fill' | 'robot-frown' | 'robot-frown-fill' | 'robot-smile' | 'robot-smile-fill' | 'rocket' | 'rocket-fill' | 'rocking-horse' | 'rocking-horse-fill' | 'rotate-left' | 'rotate-left-fill' | 'rotate-right' | 'rotate-right-fill' | 'router' | 'ruler' | 'ruler-fill' | 'rulers' | 'rulers-fill' | 'sack' | 'sack-fill' | 'sack-kroner' | 'sack-kroner-fill' | 'sack-pension' | 'sack-pension-fill' | 'sandbox' | 'sandbox-fill' | 'scissors' | 'scissors-fill' | 'seal' | 'seal-checkmark' | 'seal-checkmark-fill' | 'seal-fill' | 'seal-xmark' | 'seal-xmark-fill' | 'sector-chart' | 'sector-chart-fill' | 'shield' | 'shield-checkmark' | 'shield-checkmark-fill' | 'shield-fill' | 'shield-lock' | 'shield-lock-fill' | 'shopping-basket' | 'shopping-basket-fill' | 'shower' | 'shower-fill' | 'shrink' | 'sidebar-both' | 'sidebar-both-fill' | 'sidebar-left' | 'sidebar-left-fill' | 'sidebar-right' | 'sidebar-right-fill' | 'sign-language-single-hand' | 'sign-language-single-hand-fill' | 'sign-language-two-hands' | 'sign-language-two-hands-fill' | 'silhouette' | 'silhouette-fill' | 'skip-backward' | 'skip-backward-fill' | 'skip-forward' | 'skip-forward-fill' | 'snow' | 'sort-down' | 'sort-up' | 'space-horizontal' | 'space-vertical' | 'spark-large' | 'spark-small' | 'sparkles' | 'sparkles-fill' | 'speaker' | 'speaker-fill' | 'speaker-slash' | 'speaker-slash-fill' | 'speaker-sound-wave1' | 'speaker-sound-wave1fill' | 'speaker-sound-wave2' | 'speaker-sound-wave2fill' | 'speaker-sound-wave3' | 'speaker-sound-wave3fill' | 'split-horizontal' | 'split-horizontal-fill' | 'split-vertical' | 'split-vertical-fill' | 'spoon' | 'spoon-fill' | 'square' | 'square-fill' | 'square-grid' | 'square-grid-fill' | 'squareroot' | 'staircase' | 'star' | 'star-fill' | 'star-of-life' | 'star-of-life-fill' | 'stars-eu' | 'stethoscope' | 'stop' | 'stop-fill' | 'stroller' | 'stroller-fill' | 'sun' | 'sun-fill' | 'table' | 'table-fill' | 'tablet' | 'tablet-fill' | 'tabs' | 'tabs-add' | 'tabs-add-fill' | 'tabs-fill' | 'tabs-remove' | 'tabs-remove-fill' | 'tag' | 'tag-fill' | 'tap-water' | 'tap-water-fill' | 'tasklist' | 'tasklist-fill' | 'tasklist-save' | 'tasklist-save-fill' | 'tasklist-send' | 'tasklist-send-fill' | 'tasklist-start' | 'tasklist-start-fill' | 'teddy-bear' | 'teddy-bear-fill' | 'tenancy' | 'tenancy-fill' | 'terminal' | 'terminal-fill' | 'test-flask' | 'test-flask-fill' | 'thermometer' | 'thermometer-fill' | 'thumb-down' | 'thumb-down-fill' | 'thumb-up' | 'thumb-up-fill' | 'timer' | 'timer-fill' | 'timer-pause' | 'timer-pause-fill' | 'timer-start' | 'timer-start-fill' | 'toilet' | 'toilet-fill' | 'token' | 'token-fill' | 'tooth' | 'tooth-fill' | 'train' | 'train-fill' | 'tram' | 'tram-fill' | 'trash' | 'trash-fill' | 'tray-food' | 'tray-food-fill' | 'trend-down' | 'trend-flat' | 'trend-up' | 'triangle' | 'triangle-fill' | 'truck' | 'truck-fill' | 'truck-percent' | 'truck-percent-fill' | 'umbrella' | 'umbrella-fill' | 'upload' | 'video' | 'video-fill' | 'video-slash' | 'video-slash-fill' | 'videoplayer' | 'videoplayer-fill' | 'virus' | 'virus-fill' | 'vitals' | 'waiting-room' | 'waiting-room-fill' | 'wallet' | 'wallet-fill' | 'watering-can' | 'watering-can-fill' | 'waveform' | 'waves' | 'weight' | 'wheelchair' | 'wheelchair-fill' | 'wrench' | 'wrench-fill' | 'xmark' | 'xmark-octagon' | 'xmark-octagon-fill' | 'zoom-minus' | 'zoom-minus-fill' | 'zoom-plus' | 'zoom-plus-fill';
2
2
  //# sourceMappingURL=icon-name.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"icon-name.d.ts","sourceRoot":"","sources":["../../src/types/icon-name.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"icon-name.d.ts","sourceRoot":"","sources":["../../src/types/icon-name.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@felleslosninger/minid-elements",
3
- "version": "0.0.124",
3
+ "version": "0.0.127",
4
4
  "description": "MinID Web Components",
5
5
  "author": "Digitaliseringsdirektoratet",
6
6
  "license": "MIT",