@sebgroup/green-core 2.12.3 → 2.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. package/assets/icons/regular/chevron-left-small.svg +1 -0
  2. package/assets/icons/regular/chevron-right-small.svg +1 -0
  3. package/assets/icons/regular/expand.svg +1 -0
  4. package/assets/icons/regular/industry.svg +1 -1
  5. package/assets/icons/regular/minimize.svg +1 -0
  6. package/assets/icons/regular/sort-ascending.svg +1 -0
  7. package/assets/icons/regular/sort-descending.svg +1 -0
  8. package/assets/icons/regular/sort-down.svg +4 -0
  9. package/assets/icons/regular/sort-up.svg +4 -0
  10. package/assets/icons/solid/chevron-left-small.svg +1 -0
  11. package/assets/icons/solid/chevron-right-small.svg +1 -0
  12. package/assets/icons/solid/expand.svg +1 -0
  13. package/assets/icons/solid/minimize.svg +1 -0
  14. package/assets/icons/solid/sort-ascending.svg +3 -0
  15. package/assets/icons/solid/sort-descending.svg +3 -0
  16. package/assets/icons/solid/sort-down.svg +4 -0
  17. package/assets/icons/solid/sort-up.svg +4 -0
  18. package/components/icon/icons/chevron-left-small.component.d.ts +18 -0
  19. package/components/icon/icons/chevron-left-small.component.js +25 -0
  20. package/components/icon/icons/chevron-left-small.d.ts +2 -0
  21. package/components/icon/icons/chevron-left-small.js +6 -0
  22. package/components/icon/icons/chevron-right-small.component.d.ts +18 -0
  23. package/components/icon/icons/chevron-right-small.component.js +25 -0
  24. package/components/icon/icons/chevron-right-small.d.ts +2 -0
  25. package/components/icon/icons/chevron-right-small.js +6 -0
  26. package/components/icon/icons/expand.component.d.ts +18 -0
  27. package/components/icon/icons/expand.component.js +25 -0
  28. package/components/icon/icons/expand.d.ts +2 -0
  29. package/components/icon/icons/expand.js +6 -0
  30. package/components/icon/icons/index.d.ts +8 -0
  31. package/components/icon/icons/index.js +8 -0
  32. package/components/icon/icons/industry.component.js +1 -1
  33. package/components/icon/icons/minimize.component.d.ts +18 -0
  34. package/components/icon/icons/minimize.component.js +25 -0
  35. package/components/icon/icons/minimize.d.ts +2 -0
  36. package/components/icon/icons/minimize.js +6 -0
  37. package/components/icon/icons/pure.d.ts +8 -0
  38. package/components/icon/icons/pure.js +8 -0
  39. package/components/icon/icons/sort-ascending.component.d.ts +18 -0
  40. package/components/icon/icons/sort-ascending.component.js +25 -0
  41. package/components/icon/icons/sort-ascending.d.ts +2 -0
  42. package/components/icon/icons/sort-ascending.js +6 -0
  43. package/components/icon/icons/sort-descending.component.d.ts +18 -0
  44. package/components/icon/icons/sort-descending.component.js +25 -0
  45. package/components/icon/icons/sort-descending.d.ts +2 -0
  46. package/components/icon/icons/sort-descending.js +6 -0
  47. package/components/icon/icons/sort-down.component.d.ts +18 -0
  48. package/components/icon/icons/sort-down.component.js +25 -0
  49. package/components/icon/icons/sort-down.d.ts +2 -0
  50. package/components/icon/icons/sort-down.js +6 -0
  51. package/components/icon/icons/sort-up.component.d.ts +18 -0
  52. package/components/icon/icons/sort-up.component.js +25 -0
  53. package/components/icon/icons/sort-up.d.ts +2 -0
  54. package/components/icon/icons/sort-up.js +6 -0
  55. package/gds-element.js +1 -1
  56. package/generated/react/icons/icon-chevron-left-small/index.d.ts +387 -0
  57. package/generated/react/icons/icon-chevron-left-small/index.js +15 -0
  58. package/generated/react/icons/icon-chevron-right-small/index.d.ts +387 -0
  59. package/generated/react/icons/icon-chevron-right-small/index.js +15 -0
  60. package/generated/react/icons/icon-expand/index.d.ts +387 -0
  61. package/generated/react/icons/icon-expand/index.js +13 -0
  62. package/generated/react/icons/icon-minimize/index.d.ts +387 -0
  63. package/generated/react/icons/icon-minimize/index.js +13 -0
  64. package/generated/react/icons/icon-sort-ascending/index.d.ts +387 -0
  65. package/generated/react/icons/icon-sort-ascending/index.js +15 -0
  66. package/generated/react/icons/icon-sort-descending/index.d.ts +387 -0
  67. package/generated/react/icons/icon-sort-descending/index.js +15 -0
  68. package/generated/react/icons/icon-sort-down/index.d.ts +387 -0
  69. package/generated/react/icons/icon-sort-down/index.js +13 -0
  70. package/generated/react/icons/icon-sort-up/index.d.ts +387 -0
  71. package/generated/react/icons/icon-sort-up/index.js +13 -0
  72. package/generated/react/index.d.ts +15 -7
  73. package/generated/react/index.js +15 -7
  74. package/package.json +9 -1
  75. package/utils/helpers/custom-element-scoping.js +1 -1
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" width="24" height="24" viewBox="0 0 24 24"><path d="M14 16L10 12L14 8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" width="24" height="24" viewBox="0 0 24 24"><path d="M10 16L14 12L10 8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" width="24" height="24" viewBox="0 0 24 24"><path d="M13.75 3.75H20.25V10.25M13.75 10.25L19.4766 4.52344M10.25 13.75L4.52344 19.4766M3.75 13.75V20.25H10.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,3 +1,3 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" fill="none" width="24" height="24" viewBox="0 0 24 24"><path d="M5.75 7.75H10.25L12.25 20.25H3.75L5.75 7.75Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
2
- <path d="M8 5.25V5.25C8 4.14543 8.89543 3.25 10 3.25H19.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M8 5.25C8 4.14543 8.89543 3.25 10 3.25H19.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
3
  <path d="M12 13.75L15.5714 12V14.5L20.8214 12V20.75H12.5714" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" width="24" height="24" viewBox="0 0 24 24"><path d="M13.75 3.75V10.25M13.75 10.25H20.25M13.75 10.25L20.25 3.75M10.25 20.25V13.75M10.25 13.75H3.75M10.25 13.75L3.75 20.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" width="24" height="24" viewBox="0 0 24 24"><path d="M14.3482 10.25L15.5606 7.75M15.5606 7.75L17.5005 3.75L19.4338 7.75M15.5606 7.75H19.4338M19.4338 7.75L20.6421 10.25M14.75 13.75H20.25L14.75 20.25H20.25M7 3.75V20.25M7 20.25L4 17.25M7 20.25L10 17.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" width="24" height="24" viewBox="0 0 24 24"><path d="M14.3477 20.25L15.5601 17.75M15.5601 17.75L17.5 13.75L19.4333 17.75M15.5601 17.75H19.4333M19.4333 17.75L20.6416 20.25M14.75 3.75H20.25L14.75 10.25H20.25M7 3.75V20.25M7 20.25L4 17.25M7 20.25L10 17.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" width="24" height="24" viewBox="0 0 24 24"><path d="M3.75 5.75H18.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M3.75 12H11.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M3.75 18.25H9.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M18 10.75V18.5M14.75 15.75L18 19L21.25 15.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" width="24" height="24" viewBox="0 0 24 24"><path d="M3.75 18.25H18.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M3.75 12H11.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M3.75 5.75H9.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M18 13.25V5.25M14.75 8L18 4.75L21.25 8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" width="24" height="24" viewBox="0 0 24 24"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.5303 7.46967C14.2374 7.17678 13.7626 7.17678 13.4697 7.46967L9.46967 11.4697C9.17678 11.7626 9.17678 12.2374 9.46967 12.5303L13.4697 16.5303C13.7626 16.8232 14.2374 16.8232 14.5303 16.5303C14.8232 16.2374 14.8232 15.7626 14.5303 15.4697L11.0607 12L14.5303 8.53033C14.8232 8.23744 14.8232 7.76256 14.5303 7.46967Z" fill="currentColor"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" width="24" height="24" viewBox="0 0 24 24"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.46967 7.46967C9.76256 7.17678 10.2374 7.17678 10.5303 7.46967L14.5303 11.4697C14.8232 11.7626 14.8232 12.2374 14.5303 12.5303L10.5303 16.5303C10.2374 16.8232 9.76256 16.8232 9.46967 16.5303C9.17678 16.2374 9.17678 15.7626 9.46967 15.4697L12.9393 12L9.46967 8.53033C9.17678 8.23744 9.17678 7.76256 9.46967 7.46967Z" fill="currentColor"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" width="24" height="24" viewBox="0 0 24 24"><path fill-rule="evenodd" clip-rule="evenodd" d="M13 3.75C13 3.33579 13.3358 3 13.75 3H20.25C20.6642 3 21 3.33579 21 3.75V10.25C21 10.6642 20.6642 11 20.25 11C19.8358 11 19.5 10.6642 19.5 10.25V5.56066L14.2803 10.7803C13.9874 11.0732 13.5126 11.0732 13.2197 10.7803C12.9268 10.4874 12.9268 10.0126 13.2197 9.71967L18.4393 4.5H13.75C13.3358 4.5 13 4.16421 13 3.75ZM3 13.75C3 13.3358 3.33579 13 3.75 13C4.16421 13 4.5 13.3358 4.5 13.75V18.4393L9.71967 13.2197C10.0126 12.9268 10.4874 12.9268 10.7803 13.2197C11.0732 13.5126 11.0732 13.9874 10.7803 14.2803L5.56066 19.5H10.25C10.6642 19.5 11 19.8358 11 20.25C11 20.6642 10.6642 21 10.25 21H3.75C3.33579 21 3 20.6642 3 20.25V13.75Z" fill="currentColor"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" width="24" height="24" viewBox="0 0 24 24"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.75 3C14.1642 3 14.5 3.33579 14.5 3.75V8.43934L19.7197 3.21967C20.0126 2.92678 20.4874 2.92678 20.7803 3.21967C21.0732 3.51256 21.0732 3.98744 20.7803 4.28033L15.5607 9.5H20.25C20.6642 9.5 21 9.83579 21 10.25C21 10.6642 20.6642 11 20.25 11H13.75C13.3358 11 13 10.6642 13 10.25V3.75C13 3.33579 13.3358 3 13.75 3ZM3.75 14.5C3.33579 14.5 3 14.1642 3 13.75C3 13.3358 3.33579 13 3.75 13H10.25C10.6642 13 11 13.3358 11 13.75V20.25C11 20.6642 10.6642 21 10.25 21C9.83579 21 9.5 20.6642 9.5 20.25V15.5607L4.28033 20.7803C3.98744 21.0732 3.51256 21.0732 3.21967 20.7803C2.92678 20.4874 2.92678 20.0126 3.21967 19.7197L8.43934 14.5H3.75Z" fill="currentColor"/></svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" width="24" height="24" viewBox="0 0 24 24"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.5005 3C17.788 3.00019 18.0501 3.16475 18.1753 3.42363L20.1018 7.40968C20.1067 7.41918 20.1113 7.42881 20.1158 7.43854L21.3169 9.92363C21.4971 10.2966 21.3409 10.745 20.968 10.9253C20.5951 11.1055 20.1466 10.9493 19.9664 10.5764L18.9628 8.5H16.0299L15.0225 10.5773C14.8417 10.95 14.3931 11.1056 14.0204 10.9248C13.6477 10.7441 13.4921 10.2954 13.6728 9.92273L14.8781 7.4376C14.8825 7.42789 14.8872 7.4183 14.892 7.40883L16.8252 3.42273C16.9506 3.16402 17.213 2.99981 17.5005 3ZM16.7574 7H18.2378L17.4989 5.47111L16.7574 7Z" fill="currentColor"/>
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M14 13.75C14 13.3358 14.3358 13 14.75 13H20.25C20.542 13 20.8075 13.1695 20.9304 13.4344C21.0533 13.6994 21.0112 14.0115 20.8225 14.2345L16.3671 19.5H20.25C20.6642 19.5 21 19.8358 21 20.25C21 20.6642 20.6642 21 20.25 21H14.75C14.458 21 14.1925 20.8305 14.0696 20.5656C13.9467 20.3006 13.9888 19.9885 14.1775 19.7655L18.6329 14.5H14.75C14.3358 14.5 14 14.1642 14 13.75Z" fill="currentColor"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7 3C7.41421 3 7.75 3.33579 7.75 3.75V18.4393L9.46967 16.7197C9.76256 16.4268 10.2374 16.4268 10.5303 16.7197C10.8232 17.0126 10.8232 17.4874 10.5303 17.7803L7.53033 20.7803C7.23744 21.0732 6.76256 21.0732 6.46967 20.7803L3.46967 17.7803C3.17678 17.4874 3.17678 17.0126 3.46967 16.7197C3.76256 16.4268 4.23744 16.4268 4.53033 16.7197L6.25 18.4393V3.75C6.25 3.33579 6.58579 3 7 3Z" fill="currentColor"/></svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" width="24" height="24" viewBox="0 0 24 24"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.5005 13C17.788 13.0002 18.0501 13.1647 18.1753 13.4236L20.1018 17.4097C20.1067 17.4192 20.1113 17.4288 20.1158 17.4385L21.3169 19.9236C21.4971 20.2966 21.3409 20.745 20.968 20.9253C20.5951 21.1055 20.1466 20.9493 19.9664 20.5764L18.9628 18.5H16.0299L15.0225 20.5773C14.8417 20.95 14.3931 21.1056 14.0204 20.9248C13.6477 20.7441 13.4921 20.2954 13.6728 19.9227L14.8781 17.4376C14.8825 17.4279 14.8872 17.4183 14.892 17.4088L16.8252 13.4227C16.9506 13.164 17.213 12.9998 17.5005 13ZM16.7574 17H18.2378L17.4989 15.4711L16.7574 17Z" fill="currentColor"/>
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M14 3.75C14 3.33579 14.3358 3 14.75 3H20.25C20.542 3 20.8075 3.16951 20.9304 3.43444C21.0533 3.69936 21.0112 4.01152 20.8225 4.23446L16.3671 9.5H20.25C20.6642 9.5 21 9.83579 21 10.25C21 10.6642 20.6642 11 20.25 11H14.75C14.458 11 14.1925 10.8305 14.0696 10.5656C13.9467 10.3006 13.9888 9.98848 14.1775 9.76554L18.6329 4.5H14.75C14.3358 4.5 14 4.16421 14 3.75Z" fill="currentColor"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7 3C7.41421 3 7.75 3.33579 7.75 3.75V18.4393L9.46967 16.7197C9.76256 16.4268 10.2374 16.4268 10.5303 16.7197C10.8232 17.0126 10.8232 17.4874 10.5303 17.7803L7.53033 20.7803C7.23744 21.0732 6.76256 21.0732 6.46967 20.7803L3.46967 17.7803C3.17678 17.4874 3.17678 17.0126 3.46967 16.7197C3.76256 16.4268 4.23744 16.4268 4.53033 16.7197L6.25 18.4393V3.75C6.25 3.33579 6.58579 3 7 3Z" fill="currentColor"/></svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" width="24" height="24" viewBox="0 0 24 24"><path fill-rule="evenodd" clip-rule="evenodd" d="M3 5.75C3 5.33579 3.33579 5 3.75 5H18.25C18.6642 5 19 5.33579 19 5.75C19 6.16421 18.6642 6.5 18.25 6.5H3.75C3.33579 6.5 3 6.16421 3 5.75Z" fill="currentColor"/>
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3 12C3 11.5858 3.33579 11.25 3.75 11.25H11.25C11.6642 11.25 12 11.5858 12 12C12 12.4142 11.6642 12.75 11.25 12.75H3.75C3.33579 12.75 3 12.4142 3 12Z" fill="currentColor"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3 18.25C3 17.8358 3.33579 17.5 3.75 17.5H9.25C9.66421 17.5 10 17.8358 10 18.25C10 18.6642 9.66421 19 9.25 19H3.75C3.33579 19 3 18.6642 3 18.25Z" fill="currentColor"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M18 10C18.4142 10 18.75 10.3358 18.75 10.75V17.1893L20.7197 15.2197C21.0126 14.9268 21.4874 14.9268 21.7803 15.2197C22.0732 15.5126 22.0732 15.9874 21.7803 16.2803L18.5303 19.5303C18.2374 19.8232 17.7626 19.8232 17.4697 19.5303L14.2197 16.2803C13.9268 15.9874 13.9268 15.5126 14.2197 15.2197C14.5126 14.9268 14.9874 14.9268 15.2803 15.2197L17.25 17.1893V10.75C17.25 10.3358 17.5858 10 18 10Z" fill="currentColor"/></svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" width="24" height="24" viewBox="0 0 24 24"><path fill-rule="evenodd" clip-rule="evenodd" d="M3 18.25C3 17.8358 3.33579 17.5 3.75 17.5H18.25C18.6642 17.5 19 17.8358 19 18.25C19 18.6642 18.6642 19 18.25 19H3.75C3.33579 19 3 18.6642 3 18.25Z" fill="currentColor"/>
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3 12C3 11.5858 3.33579 11.25 3.75 11.25H11.25C11.6642 11.25 12 11.5858 12 12C12 12.4142 11.6642 12.75 11.25 12.75H3.75C3.33579 12.75 3 12.4142 3 12Z" fill="currentColor"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3 5.75C3 5.33579 3.33579 5 3.75 5H9.25C9.66421 5 10 5.33579 10 5.75C10 6.16421 9.66421 6.5 9.25 6.5H3.75C3.33579 6.5 3 6.16421 3 5.75Z" fill="currentColor"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M18 14C18.4142 14 18.75 13.6642 18.75 13.25V6.56066L20.7197 8.53033C21.0126 8.82322 21.4874 8.82322 21.7803 8.53033C22.0732 8.23744 22.0732 7.76256 21.7803 7.46967L18.5303 4.21967C18.2374 3.92678 17.7626 3.92678 17.4697 4.21967L14.2197 7.46967C13.9268 7.76256 13.9268 8.23744 14.2197 8.53033C14.5126 8.82322 14.9874 8.82322 15.2803 8.53033L17.25 6.56066V13.25C17.25 13.6642 17.5858 14 18 14Z" fill="currentColor"/></svg>
@@ -0,0 +1,18 @@
1
+ import { GdsIcon } from '../icon';
2
+ /**
3
+ * @element gds-icon-chevron-left-small
4
+ */
5
+ export declare class IconChevronLeftSmall extends GdsIcon {
6
+ /** @private */
7
+ static _regularSVG: string;
8
+ /** @private */
9
+ static _solidSVG: string;
10
+ /** @private */
11
+ static _name: string;
12
+ /** @private */
13
+ static _width: number;
14
+ /** @private */
15
+ static _height: number;
16
+ /** @private */
17
+ static _viewBox: string;
18
+ }
@@ -0,0 +1,25 @@
1
+ import {
2
+ __decorateClass
3
+ } from "../../../chunks/chunk.QU3DSPNU.js";
4
+ import { gdsCustomElement } from "../../../scoping.js";
5
+ import { GdsIcon } from "../icon.js";
6
+ let IconChevronLeftSmall = class extends GdsIcon {
7
+ };
8
+ /** @private */
9
+ IconChevronLeftSmall._regularSVG = `<path d="M14 16L10 12L14 8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>`;
10
+ /** @private */
11
+ IconChevronLeftSmall._solidSVG = `<path fill-rule="evenodd" clip-rule="evenodd" d="M14.5303 7.46967C14.2374 7.17678 13.7626 7.17678 13.4697 7.46967L9.46967 11.4697C9.17678 11.7626 9.17678 12.2374 9.46967 12.5303L13.4697 16.5303C13.7626 16.8232 14.2374 16.8232 14.5303 16.5303C14.8232 16.2374 14.8232 15.7626 14.5303 15.4697L11.0607 12L14.5303 8.53033C14.8232 8.23744 14.8232 7.76256 14.5303 7.46967Z" fill="currentColor"/>`;
12
+ /** @private */
13
+ IconChevronLeftSmall._name = "chevron-left-small";
14
+ /** @private */
15
+ IconChevronLeftSmall._width = 24;
16
+ /** @private */
17
+ IconChevronLeftSmall._height = 24;
18
+ /** @private */
19
+ IconChevronLeftSmall._viewBox = "0 0 24 24";
20
+ IconChevronLeftSmall = __decorateClass([
21
+ gdsCustomElement("gds-icon-chevron-left-small")
22
+ ], IconChevronLeftSmall);
23
+ export {
24
+ IconChevronLeftSmall
25
+ };
@@ -0,0 +1,2 @@
1
+ import { IconChevronLeftSmall } from './chevron-left-small.component';
2
+ export { IconChevronLeftSmall };
@@ -0,0 +1,6 @@
1
+ import "../../../chunks/chunk.QU3DSPNU.js";
2
+ import { IconChevronLeftSmall } from "./chevron-left-small.component.js";
3
+ IconChevronLeftSmall.define();
4
+ export {
5
+ IconChevronLeftSmall
6
+ };
@@ -0,0 +1,18 @@
1
+ import { GdsIcon } from '../icon';
2
+ /**
3
+ * @element gds-icon-chevron-right-small
4
+ */
5
+ export declare class IconChevronRightSmall extends GdsIcon {
6
+ /** @private */
7
+ static _regularSVG: string;
8
+ /** @private */
9
+ static _solidSVG: string;
10
+ /** @private */
11
+ static _name: string;
12
+ /** @private */
13
+ static _width: number;
14
+ /** @private */
15
+ static _height: number;
16
+ /** @private */
17
+ static _viewBox: string;
18
+ }
@@ -0,0 +1,25 @@
1
+ import {
2
+ __decorateClass
3
+ } from "../../../chunks/chunk.QU3DSPNU.js";
4
+ import { gdsCustomElement } from "../../../scoping.js";
5
+ import { GdsIcon } from "../icon.js";
6
+ let IconChevronRightSmall = class extends GdsIcon {
7
+ };
8
+ /** @private */
9
+ IconChevronRightSmall._regularSVG = `<path d="M10 16L14 12L10 8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>`;
10
+ /** @private */
11
+ IconChevronRightSmall._solidSVG = `<path fill-rule="evenodd" clip-rule="evenodd" d="M9.46967 7.46967C9.76256 7.17678 10.2374 7.17678 10.5303 7.46967L14.5303 11.4697C14.8232 11.7626 14.8232 12.2374 14.5303 12.5303L10.5303 16.5303C10.2374 16.8232 9.76256 16.8232 9.46967 16.5303C9.17678 16.2374 9.17678 15.7626 9.46967 15.4697L12.9393 12L9.46967 8.53033C9.17678 8.23744 9.17678 7.76256 9.46967 7.46967Z" fill="currentColor"/>`;
12
+ /** @private */
13
+ IconChevronRightSmall._name = "chevron-right-small";
14
+ /** @private */
15
+ IconChevronRightSmall._width = 24;
16
+ /** @private */
17
+ IconChevronRightSmall._height = 24;
18
+ /** @private */
19
+ IconChevronRightSmall._viewBox = "0 0 24 24";
20
+ IconChevronRightSmall = __decorateClass([
21
+ gdsCustomElement("gds-icon-chevron-right-small")
22
+ ], IconChevronRightSmall);
23
+ export {
24
+ IconChevronRightSmall
25
+ };
@@ -0,0 +1,2 @@
1
+ import { IconChevronRightSmall } from './chevron-right-small.component';
2
+ export { IconChevronRightSmall };
@@ -0,0 +1,6 @@
1
+ import "../../../chunks/chunk.QU3DSPNU.js";
2
+ import { IconChevronRightSmall } from "./chevron-right-small.component.js";
3
+ IconChevronRightSmall.define();
4
+ export {
5
+ IconChevronRightSmall
6
+ };
@@ -0,0 +1,18 @@
1
+ import { GdsIcon } from '../icon';
2
+ /**
3
+ * @element gds-icon-expand
4
+ */
5
+ export declare class IconExpand extends GdsIcon {
6
+ /** @private */
7
+ static _regularSVG: string;
8
+ /** @private */
9
+ static _solidSVG: string;
10
+ /** @private */
11
+ static _name: string;
12
+ /** @private */
13
+ static _width: number;
14
+ /** @private */
15
+ static _height: number;
16
+ /** @private */
17
+ static _viewBox: string;
18
+ }
@@ -0,0 +1,25 @@
1
+ import {
2
+ __decorateClass
3
+ } from "../../../chunks/chunk.QU3DSPNU.js";
4
+ import { gdsCustomElement } from "../../../scoping.js";
5
+ import { GdsIcon } from "../icon.js";
6
+ let IconExpand = class extends GdsIcon {
7
+ };
8
+ /** @private */
9
+ IconExpand._regularSVG = `<path d="M13.75 3.75H20.25V10.25M13.75 10.25L19.4766 4.52344M10.25 13.75L4.52344 19.4766M3.75 13.75V20.25H10.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>`;
10
+ /** @private */
11
+ IconExpand._solidSVG = `<path fill-rule="evenodd" clip-rule="evenodd" d="M13 3.75C13 3.33579 13.3358 3 13.75 3H20.25C20.6642 3 21 3.33579 21 3.75V10.25C21 10.6642 20.6642 11 20.25 11C19.8358 11 19.5 10.6642 19.5 10.25V5.56066L14.2803 10.7803C13.9874 11.0732 13.5126 11.0732 13.2197 10.7803C12.9268 10.4874 12.9268 10.0126 13.2197 9.71967L18.4393 4.5H13.75C13.3358 4.5 13 4.16421 13 3.75ZM3 13.75C3 13.3358 3.33579 13 3.75 13C4.16421 13 4.5 13.3358 4.5 13.75V18.4393L9.71967 13.2197C10.0126 12.9268 10.4874 12.9268 10.7803 13.2197C11.0732 13.5126 11.0732 13.9874 10.7803 14.2803L5.56066 19.5H10.25C10.6642 19.5 11 19.8358 11 20.25C11 20.6642 10.6642 21 10.25 21H3.75C3.33579 21 3 20.6642 3 20.25V13.75Z" fill="currentColor"/>`;
12
+ /** @private */
13
+ IconExpand._name = "expand";
14
+ /** @private */
15
+ IconExpand._width = 24;
16
+ /** @private */
17
+ IconExpand._height = 24;
18
+ /** @private */
19
+ IconExpand._viewBox = "0 0 24 24";
20
+ IconExpand = __decorateClass([
21
+ gdsCustomElement("gds-icon-expand")
22
+ ], IconExpand);
23
+ export {
24
+ IconExpand
25
+ };
@@ -0,0 +1,2 @@
1
+ import { IconExpand } from './expand.component';
2
+ export { IconExpand };
@@ -0,0 +1,6 @@
1
+ import "../../../chunks/chunk.QU3DSPNU.js";
2
+ import { IconExpand } from "./expand.component.js";
3
+ IconExpand.define();
4
+ export {
5
+ IconExpand
6
+ };
@@ -99,7 +99,9 @@ export * from './chevron-double-right';
99
99
  export * from './chevron-double-up';
100
100
  export * from './chevron-down-small';
101
101
  export * from './chevron-grabber-vertical';
102
+ export * from './chevron-left-small';
102
103
  export * from './chevron-left';
104
+ export * from './chevron-right-small';
103
105
  export * from './chevron-right';
104
106
  export * from './chevron-top-small';
105
107
  export * from './chevron-top';
@@ -141,6 +143,7 @@ export * from './emoji-sad';
141
143
  export * from './emoji-smile';
142
144
  export * from './emoji-smiley';
143
145
  export * from './euro';
146
+ export * from './expand';
144
147
  export * from './eye-open';
145
148
  export * from './eye-slash';
146
149
  export * from './fashion';
@@ -201,6 +204,7 @@ export * from './megaphone';
201
204
  export * from './menu-sidebar';
202
205
  export * from './mic-off';
203
206
  export * from './mic-on';
207
+ export * from './minimize';
204
208
  export * from './minus-large';
205
209
  export * from './minus-small';
206
210
  export * from './money-hand';
@@ -276,6 +280,10 @@ export * from './signature';
276
280
  export * from './smartwatch';
277
281
  export * from './solar-panel';
278
282
  export * from './solar';
283
+ export * from './sort-ascending';
284
+ export * from './sort-descending';
285
+ export * from './sort-down';
286
+ export * from './sort-up';
279
287
  export * from './sort';
280
288
  export * from './square-arrow-top-right';
281
289
  export * from './square-behind-square';
@@ -99,7 +99,9 @@ export * from "./chevron-double-right.js";
99
99
  export * from "./chevron-double-up.js";
100
100
  export * from "./chevron-down-small.js";
101
101
  export * from "./chevron-grabber-vertical.js";
102
+ export * from "./chevron-left-small.js";
102
103
  export * from "./chevron-left.js";
104
+ export * from "./chevron-right-small.js";
103
105
  export * from "./chevron-right.js";
104
106
  export * from "./chevron-top-small.js";
105
107
  export * from "./chevron-top.js";
@@ -141,6 +143,7 @@ export * from "./emoji-sad.js";
141
143
  export * from "./emoji-smile.js";
142
144
  export * from "./emoji-smiley.js";
143
145
  export * from "./euro.js";
146
+ export * from "./expand.js";
144
147
  export * from "./eye-open.js";
145
148
  export * from "./eye-slash.js";
146
149
  export * from "./fashion.js";
@@ -201,6 +204,7 @@ export * from "./megaphone.js";
201
204
  export * from "./menu-sidebar.js";
202
205
  export * from "./mic-off.js";
203
206
  export * from "./mic-on.js";
207
+ export * from "./minimize.js";
204
208
  export * from "./minus-large.js";
205
209
  export * from "./minus-small.js";
206
210
  export * from "./money-hand.js";
@@ -276,6 +280,10 @@ export * from "./signature.js";
276
280
  export * from "./smartwatch.js";
277
281
  export * from "./solar-panel.js";
278
282
  export * from "./solar.js";
283
+ export * from "./sort-ascending.js";
284
+ export * from "./sort-descending.js";
285
+ export * from "./sort-down.js";
286
+ export * from "./sort-up.js";
279
287
  export * from "./sort.js";
280
288
  export * from "./square-arrow-top-right.js";
281
289
  export * from "./square-behind-square.js";
@@ -6,7 +6,7 @@ import { GdsIcon } from "../icon.js";
6
6
  let IconIndustry = class extends GdsIcon {
7
7
  };
8
8
  /** @private */
9
- IconIndustry._regularSVG = `<path d="M5.75 7.75H10.25L12.25 20.25H3.75L5.75 7.75Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8 5.25V5.25C8 4.14543 8.89543 3.25 10 3.25H19.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 13.75L15.5714 12V14.5L20.8214 12V20.75H12.5714" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>`;
9
+ IconIndustry._regularSVG = `<path d="M5.75 7.75H10.25L12.25 20.25H3.75L5.75 7.75Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8 5.25C8 4.14543 8.89543 3.25 10 3.25H19.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 13.75L15.5714 12V14.5L20.8214 12V20.75H12.5714" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>`;
10
10
  /** @private */
11
11
  IconIndustry._solidSVG = `<path d="M8.75 5.25C8.75 4.55964 9.30964 4 10 4H19.25C19.6642 4 20 3.66421 20 3.25C20 2.83579 19.6642 2.5 19.25 2.5H10C8.48122 2.5 7.25 3.73122 7.25 5.25C7.25 5.66421 7.58579 6 8 6C8.41421 6 8.75 5.66421 8.75 5.25Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5.75001 7C5.38153 7 5.06764 7.26766 5.00943 7.63151L3.00943 20.1315C2.97473 20.3484 3.03682 20.5695 3.17932 20.7366C3.32181 20.9037 3.53039 21 3.75001 21H12.25C12.3155 21 12.38 20.9914 12.4421 20.975C12.5037 20.9913 12.5682 21 12.6345 21H20.25C20.6642 21 21 20.6642 21 20.25V11.5C21 11.2426 20.868 11.0032 20.6504 10.8658C20.4328 10.7284 20.1599 10.7122 19.9276 10.8229L15.75 12.8122V11.5C15.75 11.2411 15.6165 11.0006 15.3969 10.8636C15.1772 10.7266 14.9024 10.7126 14.67 10.8265L11.7321 12.2661L10.9906 7.63151C10.9324 7.26766 10.6185 7 10.25 7H5.75001ZM4.62954 19.5L6.38954 8.5H9.61047L11.3705 19.5H4.62954Z" fill="currentColor"/>`;
12
12
  /** @private */
@@ -0,0 +1,18 @@
1
+ import { GdsIcon } from '../icon';
2
+ /**
3
+ * @element gds-icon-minimize
4
+ */
5
+ export declare class IconMinimize extends GdsIcon {
6
+ /** @private */
7
+ static _regularSVG: string;
8
+ /** @private */
9
+ static _solidSVG: string;
10
+ /** @private */
11
+ static _name: string;
12
+ /** @private */
13
+ static _width: number;
14
+ /** @private */
15
+ static _height: number;
16
+ /** @private */
17
+ static _viewBox: string;
18
+ }
@@ -0,0 +1,25 @@
1
+ import {
2
+ __decorateClass
3
+ } from "../../../chunks/chunk.QU3DSPNU.js";
4
+ import { gdsCustomElement } from "../../../scoping.js";
5
+ import { GdsIcon } from "../icon.js";
6
+ let IconMinimize = class extends GdsIcon {
7
+ };
8
+ /** @private */
9
+ IconMinimize._regularSVG = `<path d="M13.75 3.75V10.25M13.75 10.25H20.25M13.75 10.25L20.25 3.75M10.25 20.25V13.75M10.25 13.75H3.75M10.25 13.75L3.75 20.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>`;
10
+ /** @private */
11
+ IconMinimize._solidSVG = `<path fill-rule="evenodd" clip-rule="evenodd" d="M13.75 3C14.1642 3 14.5 3.33579 14.5 3.75V8.43934L19.7197 3.21967C20.0126 2.92678 20.4874 2.92678 20.7803 3.21967C21.0732 3.51256 21.0732 3.98744 20.7803 4.28033L15.5607 9.5H20.25C20.6642 9.5 21 9.83579 21 10.25C21 10.6642 20.6642 11 20.25 11H13.75C13.3358 11 13 10.6642 13 10.25V3.75C13 3.33579 13.3358 3 13.75 3ZM3.75 14.5C3.33579 14.5 3 14.1642 3 13.75C3 13.3358 3.33579 13 3.75 13H10.25C10.6642 13 11 13.3358 11 13.75V20.25C11 20.6642 10.6642 21 10.25 21C9.83579 21 9.5 20.6642 9.5 20.25V15.5607L4.28033 20.7803C3.98744 21.0732 3.51256 21.0732 3.21967 20.7803C2.92678 20.4874 2.92678 20.0126 3.21967 19.7197L8.43934 14.5H3.75Z" fill="currentColor"/>`;
12
+ /** @private */
13
+ IconMinimize._name = "minimize";
14
+ /** @private */
15
+ IconMinimize._width = 24;
16
+ /** @private */
17
+ IconMinimize._height = 24;
18
+ /** @private */
19
+ IconMinimize._viewBox = "0 0 24 24";
20
+ IconMinimize = __decorateClass([
21
+ gdsCustomElement("gds-icon-minimize")
22
+ ], IconMinimize);
23
+ export {
24
+ IconMinimize
25
+ };
@@ -0,0 +1,2 @@
1
+ import { IconMinimize } from './minimize.component';
2
+ export { IconMinimize };
@@ -0,0 +1,6 @@
1
+ import "../../../chunks/chunk.QU3DSPNU.js";
2
+ import { IconMinimize } from "./minimize.component.js";
3
+ IconMinimize.define();
4
+ export {
5
+ IconMinimize
6
+ };
@@ -99,7 +99,9 @@ export * from './chevron-double-right.component';
99
99
  export * from './chevron-double-up.component';
100
100
  export * from './chevron-down-small.component';
101
101
  export * from './chevron-grabber-vertical.component';
102
+ export * from './chevron-left-small.component';
102
103
  export * from './chevron-left.component';
104
+ export * from './chevron-right-small.component';
103
105
  export * from './chevron-right.component';
104
106
  export * from './chevron-top-small.component';
105
107
  export * from './chevron-top.component';
@@ -141,6 +143,7 @@ export * from './emoji-sad.component';
141
143
  export * from './emoji-smile.component';
142
144
  export * from './emoji-smiley.component';
143
145
  export * from './euro.component';
146
+ export * from './expand.component';
144
147
  export * from './eye-open.component';
145
148
  export * from './eye-slash.component';
146
149
  export * from './fashion.component';
@@ -201,6 +204,7 @@ export * from './megaphone.component';
201
204
  export * from './menu-sidebar.component';
202
205
  export * from './mic-off.component';
203
206
  export * from './mic-on.component';
207
+ export * from './minimize.component';
204
208
  export * from './minus-large.component';
205
209
  export * from './minus-small.component';
206
210
  export * from './money-hand.component';
@@ -276,6 +280,10 @@ export * from './signature.component';
276
280
  export * from './smartwatch.component';
277
281
  export * from './solar-panel.component';
278
282
  export * from './solar.component';
283
+ export * from './sort-ascending.component';
284
+ export * from './sort-descending.component';
285
+ export * from './sort-down.component';
286
+ export * from './sort-up.component';
279
287
  export * from './sort.component';
280
288
  export * from './square-arrow-top-right.component';
281
289
  export * from './square-behind-square.component';
@@ -99,7 +99,9 @@ export * from "./chevron-double-right.component.js";
99
99
  export * from "./chevron-double-up.component.js";
100
100
  export * from "./chevron-down-small.component.js";
101
101
  export * from "./chevron-grabber-vertical.component.js";
102
+ export * from "./chevron-left-small.component.js";
102
103
  export * from "./chevron-left.component.js";
104
+ export * from "./chevron-right-small.component.js";
103
105
  export * from "./chevron-right.component.js";
104
106
  export * from "./chevron-top-small.component.js";
105
107
  export * from "./chevron-top.component.js";
@@ -141,6 +143,7 @@ export * from "./emoji-sad.component.js";
141
143
  export * from "./emoji-smile.component.js";
142
144
  export * from "./emoji-smiley.component.js";
143
145
  export * from "./euro.component.js";
146
+ export * from "./expand.component.js";
144
147
  export * from "./eye-open.component.js";
145
148
  export * from "./eye-slash.component.js";
146
149
  export * from "./fashion.component.js";
@@ -201,6 +204,7 @@ export * from "./megaphone.component.js";
201
204
  export * from "./menu-sidebar.component.js";
202
205
  export * from "./mic-off.component.js";
203
206
  export * from "./mic-on.component.js";
207
+ export * from "./minimize.component.js";
204
208
  export * from "./minus-large.component.js";
205
209
  export * from "./minus-small.component.js";
206
210
  export * from "./money-hand.component.js";
@@ -276,6 +280,10 @@ export * from "./signature.component.js";
276
280
  export * from "./smartwatch.component.js";
277
281
  export * from "./solar-panel.component.js";
278
282
  export * from "./solar.component.js";
283
+ export * from "./sort-ascending.component.js";
284
+ export * from "./sort-descending.component.js";
285
+ export * from "./sort-down.component.js";
286
+ export * from "./sort-up.component.js";
279
287
  export * from "./sort.component.js";
280
288
  export * from "./square-arrow-top-right.component.js";
281
289
  export * from "./square-behind-square.component.js";
@@ -0,0 +1,18 @@
1
+ import { GdsIcon } from '../icon';
2
+ /**
3
+ * @element gds-icon-sort-ascending
4
+ */
5
+ export declare class IconSortAscending extends GdsIcon {
6
+ /** @private */
7
+ static _regularSVG: string;
8
+ /** @private */
9
+ static _solidSVG: string;
10
+ /** @private */
11
+ static _name: string;
12
+ /** @private */
13
+ static _width: number;
14
+ /** @private */
15
+ static _height: number;
16
+ /** @private */
17
+ static _viewBox: string;
18
+ }
@@ -0,0 +1,25 @@
1
+ import {
2
+ __decorateClass
3
+ } from "../../../chunks/chunk.QU3DSPNU.js";
4
+ import { gdsCustomElement } from "../../../scoping.js";
5
+ import { GdsIcon } from "../icon.js";
6
+ let IconSortAscending = class extends GdsIcon {
7
+ };
8
+ /** @private */
9
+ IconSortAscending._regularSVG = `<path d="M14.3482 10.25L15.5606 7.75M15.5606 7.75L17.5005 3.75L19.4338 7.75M15.5606 7.75H19.4338M19.4338 7.75L20.6421 10.25M14.75 13.75H20.25L14.75 20.25H20.25M7 3.75V20.25M7 20.25L4 17.25M7 20.25L10 17.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>`;
10
+ /** @private */
11
+ IconSortAscending._solidSVG = `<path fill-rule="evenodd" clip-rule="evenodd" d="M17.5005 3C17.788 3.00019 18.0501 3.16475 18.1753 3.42363L20.1018 7.40968C20.1067 7.41918 20.1113 7.42881 20.1158 7.43854L21.3169 9.92363C21.4971 10.2966 21.3409 10.745 20.968 10.9253C20.5951 11.1055 20.1466 10.9493 19.9664 10.5764L18.9628 8.5H16.0299L15.0225 10.5773C14.8417 10.95 14.3931 11.1056 14.0204 10.9248C13.6477 10.7441 13.4921 10.2954 13.6728 9.92273L14.8781 7.4376C14.8825 7.42789 14.8872 7.4183 14.892 7.40883L16.8252 3.42273C16.9506 3.16402 17.213 2.99981 17.5005 3ZM16.7574 7H18.2378L17.4989 5.47111L16.7574 7Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M14 13.75C14 13.3358 14.3358 13 14.75 13H20.25C20.542 13 20.8075 13.1695 20.9304 13.4344C21.0533 13.6994 21.0112 14.0115 20.8225 14.2345L16.3671 19.5H20.25C20.6642 19.5 21 19.8358 21 20.25C21 20.6642 20.6642 21 20.25 21H14.75C14.458 21 14.1925 20.8305 14.0696 20.5656C13.9467 20.3006 13.9888 19.9885 14.1775 19.7655L18.6329 14.5H14.75C14.3358 14.5 14 14.1642 14 13.75Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7 3C7.41421 3 7.75 3.33579 7.75 3.75V18.4393L9.46967 16.7197C9.76256 16.4268 10.2374 16.4268 10.5303 16.7197C10.8232 17.0126 10.8232 17.4874 10.5303 17.7803L7.53033 20.7803C7.23744 21.0732 6.76256 21.0732 6.46967 20.7803L3.46967 17.7803C3.17678 17.4874 3.17678 17.0126 3.46967 16.7197C3.76256 16.4268 4.23744 16.4268 4.53033 16.7197L6.25 18.4393V3.75C6.25 3.33579 6.58579 3 7 3Z" fill="currentColor"/>`;
12
+ /** @private */
13
+ IconSortAscending._name = "sort-ascending";
14
+ /** @private */
15
+ IconSortAscending._width = 24;
16
+ /** @private */
17
+ IconSortAscending._height = 24;
18
+ /** @private */
19
+ IconSortAscending._viewBox = "0 0 24 24";
20
+ IconSortAscending = __decorateClass([
21
+ gdsCustomElement("gds-icon-sort-ascending")
22
+ ], IconSortAscending);
23
+ export {
24
+ IconSortAscending
25
+ };
@@ -0,0 +1,2 @@
1
+ import { IconSortAscending } from './sort-ascending.component';
2
+ export { IconSortAscending };
@@ -0,0 +1,6 @@
1
+ import "../../../chunks/chunk.QU3DSPNU.js";
2
+ import { IconSortAscending } from "./sort-ascending.component.js";
3
+ IconSortAscending.define();
4
+ export {
5
+ IconSortAscending
6
+ };
@@ -0,0 +1,18 @@
1
+ import { GdsIcon } from '../icon';
2
+ /**
3
+ * @element gds-icon-sort-descending
4
+ */
5
+ export declare class IconSortDescending extends GdsIcon {
6
+ /** @private */
7
+ static _regularSVG: string;
8
+ /** @private */
9
+ static _solidSVG: string;
10
+ /** @private */
11
+ static _name: string;
12
+ /** @private */
13
+ static _width: number;
14
+ /** @private */
15
+ static _height: number;
16
+ /** @private */
17
+ static _viewBox: string;
18
+ }
@@ -0,0 +1,25 @@
1
+ import {
2
+ __decorateClass
3
+ } from "../../../chunks/chunk.QU3DSPNU.js";
4
+ import { gdsCustomElement } from "../../../scoping.js";
5
+ import { GdsIcon } from "../icon.js";
6
+ let IconSortDescending = class extends GdsIcon {
7
+ };
8
+ /** @private */
9
+ IconSortDescending._regularSVG = `<path d="M14.3477 20.25L15.5601 17.75M15.5601 17.75L17.5 13.75L19.4333 17.75M15.5601 17.75H19.4333M19.4333 17.75L20.6416 20.25M14.75 3.75H20.25L14.75 10.25H20.25M7 3.75V20.25M7 20.25L4 17.25M7 20.25L10 17.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>`;
10
+ /** @private */
11
+ IconSortDescending._solidSVG = `<path fill-rule="evenodd" clip-rule="evenodd" d="M17.5005 13C17.788 13.0002 18.0501 13.1647 18.1753 13.4236L20.1018 17.4097C20.1067 17.4192 20.1113 17.4288 20.1158 17.4385L21.3169 19.9236C21.4971 20.2966 21.3409 20.745 20.968 20.9253C20.5951 21.1055 20.1466 20.9493 19.9664 20.5764L18.9628 18.5H16.0299L15.0225 20.5773C14.8417 20.95 14.3931 21.1056 14.0204 20.9248C13.6477 20.7441 13.4921 20.2954 13.6728 19.9227L14.8781 17.4376C14.8825 17.4279 14.8872 17.4183 14.892 17.4088L16.8252 13.4227C16.9506 13.164 17.213 12.9998 17.5005 13ZM16.7574 17H18.2378L17.4989 15.4711L16.7574 17Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M14 3.75C14 3.33579 14.3358 3 14.75 3H20.25C20.542 3 20.8075 3.16951 20.9304 3.43444C21.0533 3.69936 21.0112 4.01152 20.8225 4.23446L16.3671 9.5H20.25C20.6642 9.5 21 9.83579 21 10.25C21 10.6642 20.6642 11 20.25 11H14.75C14.458 11 14.1925 10.8305 14.0696 10.5656C13.9467 10.3006 13.9888 9.98848 14.1775 9.76554L18.6329 4.5H14.75C14.3358 4.5 14 4.16421 14 3.75Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7 3C7.41421 3 7.75 3.33579 7.75 3.75V18.4393L9.46967 16.7197C9.76256 16.4268 10.2374 16.4268 10.5303 16.7197C10.8232 17.0126 10.8232 17.4874 10.5303 17.7803L7.53033 20.7803C7.23744 21.0732 6.76256 21.0732 6.46967 20.7803L3.46967 17.7803C3.17678 17.4874 3.17678 17.0126 3.46967 16.7197C3.76256 16.4268 4.23744 16.4268 4.53033 16.7197L6.25 18.4393V3.75C6.25 3.33579 6.58579 3 7 3Z" fill="currentColor"/>`;
12
+ /** @private */
13
+ IconSortDescending._name = "sort-descending";
14
+ /** @private */
15
+ IconSortDescending._width = 24;
16
+ /** @private */
17
+ IconSortDescending._height = 24;
18
+ /** @private */
19
+ IconSortDescending._viewBox = "0 0 24 24";
20
+ IconSortDescending = __decorateClass([
21
+ gdsCustomElement("gds-icon-sort-descending")
22
+ ], IconSortDescending);
23
+ export {
24
+ IconSortDescending
25
+ };
@@ -0,0 +1,2 @@
1
+ import { IconSortDescending } from './sort-descending.component';
2
+ export { IconSortDescending };
@@ -0,0 +1,6 @@
1
+ import "../../../chunks/chunk.QU3DSPNU.js";
2
+ import { IconSortDescending } from "./sort-descending.component.js";
3
+ IconSortDescending.define();
4
+ export {
5
+ IconSortDescending
6
+ };