@finsweet/webflow-apps-utils 1.0.42 → 1.0.44

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 (170) hide show
  1. package/dist/ui/components/Loader.stories.js +163 -0
  2. package/dist/ui/components/LoadingScreen.stories.js +242 -0
  3. package/dist/ui/components/checkbox/Checkbox.svelte +10 -10
  4. package/dist/ui/components/copy-text/CopyText.svelte +1 -1
  5. package/dist/ui/components/modal/Modal.svelte +2 -2
  6. package/dist/ui/components/select/Select.svelte +4 -0
  7. package/dist/ui/components/shared/ImageUpload.svelte +2 -2
  8. package/dist/ui/icons/AccordionDownArrow.svelte +2 -2
  9. package/dist/ui/icons/AccordionUpArrow.svelte +2 -2
  10. package/dist/ui/icons/AccountIcon.svelte +3 -3
  11. package/dist/ui/icons/AiIcon.svelte +8 -0
  12. package/dist/ui/icons/{CloseIcon.svelte.d.ts → AiIcon.svelte.d.ts} +3 -3
  13. package/dist/ui/icons/AnalyticsIcon.svelte +24 -0
  14. package/dist/ui/icons/{DeleteOutlinedIcon.svelte.d.ts → AnalyticsIcon.svelte.d.ts} +3 -3
  15. package/dist/ui/icons/ArrowIcon.svelte +7 -1
  16. package/dist/ui/icons/BackIcon.svelte +7 -1
  17. package/dist/ui/icons/BodyIcon.svelte +1 -1
  18. package/dist/ui/icons/BookmarkIcon.svelte +1 -1
  19. package/dist/ui/icons/BoxAddIcon.svelte +2 -2
  20. package/dist/ui/icons/BrushIcon.svelte +1 -1
  21. package/dist/ui/icons/BuilderEditIcon.svelte +1 -1
  22. package/dist/ui/icons/BuilderIcon.svelte +1 -1
  23. package/dist/ui/icons/CMSIcon.svelte +1 -1
  24. package/dist/ui/icons/CalendarIcon.svelte +8 -0
  25. package/dist/ui/icons/CalendarIcon.svelte.d.ts +26 -0
  26. package/dist/ui/icons/CheckCircleIcon.svelte +1 -1
  27. package/dist/ui/icons/CheckCircleOutlinedIcon.svelte +1 -1
  28. package/dist/ui/icons/CheckIcon.svelte +1 -1
  29. package/dist/ui/icons/CheckboxCheckedIcon.svelte +2 -2
  30. package/dist/ui/icons/ChevronIcon.svelte +7 -1
  31. package/dist/ui/icons/ChevronRightIcon.svelte +7 -1
  32. package/dist/ui/icons/CircleIcon.svelte +1 -1
  33. package/dist/ui/icons/CircleTimesIcon.svelte +19 -0
  34. package/dist/ui/icons/CircleTimesIcon.svelte.d.ts +26 -0
  35. package/dist/ui/icons/CloseCircleIcon.svelte +2 -2
  36. package/dist/ui/icons/CodeIcon.svelte +1 -1
  37. package/dist/ui/icons/ComponentsIcon.svelte +1 -1
  38. package/dist/ui/icons/CookieBannerIcon.svelte +12 -0
  39. package/dist/ui/icons/CookieBannerIcon.svelte.d.ts +26 -0
  40. package/dist/ui/icons/CookieIcon.svelte +1 -1
  41. package/dist/ui/icons/CopyIcon.svelte +1 -11
  42. package/dist/ui/icons/CopyIcon.svelte.d.ts +15 -9
  43. package/dist/ui/icons/CrossIcon.svelte +3 -3
  44. package/dist/ui/icons/DOMElement.svelte +2 -7
  45. package/dist/ui/icons/DOMElement.svelte.d.ts +3 -5
  46. package/dist/ui/icons/DeleteIcon.svelte +7 -1
  47. package/dist/ui/icons/Desktop.svelte +1 -12
  48. package/dist/ui/icons/Desktop.svelte.d.ts +15 -10
  49. package/dist/ui/icons/DesktopWithStar.svelte +1 -12
  50. package/dist/ui/icons/DesktopWithStar.svelte.d.ts +15 -10
  51. package/dist/ui/icons/DivBlock.svelte +2 -7
  52. package/dist/ui/icons/DivBlock.svelte.d.ts +3 -5
  53. package/dist/ui/icons/EditIcon.svelte +2 -2
  54. package/dist/ui/icons/EssentialIcon.svelte +8 -0
  55. package/dist/ui/icons/EssentialIcon.svelte.d.ts +26 -0
  56. package/dist/ui/icons/ExpertIcon.svelte +1 -1
  57. package/dist/ui/icons/EyeCancelIcon.svelte +1 -1
  58. package/dist/ui/icons/EyeIcon.svelte +1 -1
  59. package/dist/ui/icons/FavouriteIcon.svelte +1 -1
  60. package/dist/ui/icons/FileUploadIcon.svelte +3 -3
  61. package/dist/ui/icons/FilterIcon.svelte +1 -1
  62. package/dist/ui/icons/FinsweetLibraryIcon.svelte +1 -1
  63. package/dist/ui/icons/FinsweetLogoIcon.svelte +1 -1
  64. package/dist/ui/icons/FinsweetLogoOutlineIcon.svelte +1 -1
  65. package/dist/ui/icons/FolderIcon.svelte +1 -1
  66. package/dist/ui/icons/FolderOutlinedIcon.svelte +1 -1
  67. package/dist/ui/icons/FolderPlusIcon.svelte +1 -1
  68. package/dist/ui/icons/FreeComponentIcon.svelte +1 -1
  69. package/dist/ui/icons/GlobeCheckedIcon.svelte +14 -0
  70. package/dist/ui/icons/GlobeCheckedIcon.svelte.d.ts +26 -0
  71. package/dist/ui/icons/GlobeIcon.svelte +1 -1
  72. package/dist/ui/icons/GlobeWarningIcon.svelte +12 -0
  73. package/dist/ui/icons/GlobeWarningIcon.svelte.d.ts +26 -0
  74. package/dist/ui/icons/HandPointUpIcon.svelte +2 -2
  75. package/dist/ui/icons/HeartIcon.svelte +1 -1
  76. package/dist/ui/icons/HeartIconOutlined.svelte +1 -1
  77. package/dist/ui/icons/HelpAltIcon.svelte +2 -2
  78. package/dist/ui/icons/HelpIcon.svelte +13 -4
  79. package/dist/ui/icons/HomeIcon.svelte +1 -1
  80. package/dist/ui/icons/Icons.stories.js +55 -0
  81. package/dist/ui/icons/IconsShowcase.svelte +142 -0
  82. package/dist/ui/icons/IconsShowcase.svelte.d.ts +21 -0
  83. package/dist/ui/icons/InfoIcon.svelte +1 -1
  84. package/dist/ui/icons/LineChartIcon.svelte +1 -1
  85. package/dist/ui/icons/ListIcon.svelte +1 -1
  86. package/dist/ui/icons/LockIcon.svelte +3 -3
  87. package/dist/ui/icons/LogoutIcon.svelte +10 -0
  88. package/dist/ui/icons/LogoutIcon.svelte.d.ts +26 -0
  89. package/dist/ui/icons/MessageIcon.svelte +7 -1
  90. package/dist/ui/icons/MobileLandscape.svelte +1 -12
  91. package/dist/ui/icons/MobileLandscape.svelte.d.ts +15 -10
  92. package/dist/ui/icons/MobilePortrait.svelte +1 -12
  93. package/dist/ui/icons/MobilePortrait.svelte.d.ts +15 -10
  94. package/dist/ui/icons/NavigatorIcon.svelte +1 -1
  95. package/dist/ui/icons/OpenBookIcon.svelte +1 -1
  96. package/dist/ui/icons/PageDraftIcon.svelte +2 -2
  97. package/dist/ui/icons/PageIcon.svelte +1 -1
  98. package/dist/ui/icons/PageLockedIcon.svelte +2 -2
  99. package/dist/ui/icons/PageOutlinedIcon.svelte +1 -1
  100. package/dist/ui/icons/PageSectionIcon.svelte +1 -1
  101. package/dist/ui/icons/Pencil.svelte +1 -5
  102. package/dist/ui/icons/Pencil.svelte.d.ts +15 -9
  103. package/dist/ui/icons/PencilOutlinedIcon.svelte +7 -1
  104. package/dist/ui/icons/PinIcon.svelte +7 -1
  105. package/dist/ui/icons/PlayIcon.svelte +1 -1
  106. package/dist/ui/icons/PlusIcon.svelte +8 -2
  107. package/dist/ui/icons/PolicyIcon.svelte +7 -0
  108. package/dist/ui/icons/PolicyIcon.svelte.d.ts +26 -0
  109. package/dist/ui/icons/PreviewEyeIcon.svelte +3 -3
  110. package/dist/ui/icons/ProfileIcon.svelte +1 -1
  111. package/dist/ui/icons/PublishCancelIcon.svelte +1 -1
  112. package/dist/ui/icons/PublishIcon.svelte +1 -1
  113. package/dist/ui/icons/ReceiptIcon.svelte +1 -1
  114. package/dist/ui/icons/RefreshIcon.svelte +1 -1
  115. package/dist/ui/icons/RepairIcon.svelte +1 -1
  116. package/dist/ui/icons/SaveIcon.svelte +2 -2
  117. package/dist/ui/icons/SearchCancelIcon.svelte +12 -0
  118. package/dist/ui/icons/SearchCancelIcon.svelte.d.ts +26 -0
  119. package/dist/ui/icons/SearchIcon.svelte +1 -1
  120. package/dist/ui/icons/SelectIcon.svelte +1 -1
  121. package/dist/ui/icons/SettingsIcon.svelte +1 -1
  122. package/dist/ui/icons/ShopIcon.svelte +12 -0
  123. package/dist/ui/icons/ShopIcon.svelte.d.ts +26 -0
  124. package/dist/ui/icons/SidebarToggleIcon.svelte +4 -4
  125. package/dist/ui/icons/SliderAppIcon.svelte +1 -1
  126. package/dist/ui/icons/SquareCheckIcon.svelte +1 -1
  127. package/dist/ui/icons/StarIcon.svelte +1 -1
  128. package/dist/ui/icons/StarOutlinedIcon.svelte +9 -2
  129. package/dist/ui/icons/StaticContentIcon.svelte +1 -1
  130. package/dist/ui/icons/TabNewIcon.svelte +7 -1
  131. package/dist/ui/icons/TableAppIcon.svelte +1 -1
  132. package/dist/ui/icons/Tablet.svelte +2 -13
  133. package/dist/ui/icons/Tablet.svelte.d.ts +15 -10
  134. package/dist/ui/icons/TabletPreview.svelte +1 -12
  135. package/dist/ui/icons/TabletPreview.svelte.d.ts +15 -10
  136. package/dist/ui/icons/TabsIcon.svelte +1 -1
  137. package/dist/ui/icons/ThreeDotsIcon.svelte +1 -1
  138. package/dist/ui/icons/TimesIcon.svelte +3 -3
  139. package/dist/ui/icons/ToolTipInfoCircleIcon.svelte +4 -4
  140. package/dist/ui/icons/TooltipInfoCircleFilled.svelte +2 -2
  141. package/dist/ui/icons/TooltipInfoSquaredIcon.svelte +13 -4
  142. package/dist/ui/icons/TriangleDownIcon.svelte +2 -2
  143. package/dist/ui/icons/TriangleDownIconToggle.svelte +3 -3
  144. package/dist/ui/icons/UncategorizedIcon.svelte +16 -0
  145. package/dist/ui/icons/UncategorizedIcon.svelte.d.ts +26 -0
  146. package/dist/ui/icons/UndoIcon.svelte +1 -1
  147. package/dist/ui/icons/UpgradeIcon.svelte +26 -0
  148. package/dist/ui/icons/UpgradeIcon.svelte.d.ts +26 -0
  149. package/dist/ui/icons/UploadFileIcon.svelte +3 -3
  150. package/dist/ui/icons/WarningCircleIcon.svelte +1 -1
  151. package/dist/ui/icons/WarningCircleOutlineIcon.svelte +7 -1
  152. package/dist/ui/icons/WarningTriangleIcon.svelte +1 -1
  153. package/dist/ui/icons/WarningTriangleOutlineIcon.svelte +2 -2
  154. package/dist/ui/icons/WebflowComponentIcon.svelte +1 -1
  155. package/dist/ui/icons/WebflowComponentOutlinedIcon.svelte +1 -1
  156. package/dist/ui/icons/WebflowInsightsIcon.svelte +1 -1
  157. package/dist/ui/icons/WizedLogoIcon.svelte +1 -1
  158. package/dist/ui/icons/WorkspaceIcon.svelte +1 -1
  159. package/dist/ui/icons/XL.svelte +1 -12
  160. package/dist/ui/icons/XL.svelte.d.ts +15 -10
  161. package/dist/ui/icons/XXL.svelte +1 -12
  162. package/dist/ui/icons/XXL.svelte.d.ts +15 -10
  163. package/dist/ui/icons/XXXL.svelte +1 -12
  164. package/dist/ui/icons/XXXL.svelte.d.ts +15 -10
  165. package/dist/ui/icons/index.d.ts +15 -4
  166. package/dist/ui/icons/index.js +15 -4
  167. package/dist/ui/index.css +6 -0
  168. package/package.json +1 -1
  169. package/dist/ui/icons/CloseIcon.svelte +0 -8
  170. package/dist/ui/icons/DeleteOutlinedIcon.svelte +0 -8
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 16 16" fill="none">
2
2
  <path
3
3
  fill-rule="evenodd"
4
4
  clip-rule="evenodd"
@@ -1,4 +1,4 @@
1
- <svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ <svg width="100%" height="100%" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
2
2
  <g id="logo-icon" clip-path="url(#clip0_356_4114)">
3
3
  <path id="Back-white" d="M24.5 0.5H0.5V24.5H24.5V0.5Z" fill="#111111" />
4
4
  <path
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="17" viewBox="0 0 16 17" fill="none">
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 16 16" fill="none">
2
2
  <g clip-path="url(#clip0_5665_3736)">
3
3
  <path
4
4
  d="M12.7839 6.16037V4.88037H8.15991V12.0924H9.79591V9.30037H12.1599V8.06837H9.79591V6.16037H12.7839Z"
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="10" height="11" viewBox="0 0 10 11" fill="none">
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 10 10" fill="none">
2
2
  <path
3
3
  d="M6.34481 3C6.25596 3.10625 6.14962 3.23125 6.01702 3.375C5.69394 3.725 5.26721 4.15 4.77519 4.47C4.44337 4.67813 4.07923 4.86687 3.59933 4.875H0.625V9.25H9.375V3H6.34481ZM3.96413 3.46875C4.19433 3.32001 4.40807 3.15043 4.60221 2.9625C4.72606 2.84563 4.84048 2.72688 4.9475 2.6125L4.07452 1.75H0.625V3.625H3.59731C3.60808 3.63125 3.76894 3.59375 3.96413 3.46875Z"
4
4
  fill="currentColor"
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="2 3 12 10" fill="none">
2
2
  <path
3
3
  fill-rule="evenodd"
4
4
  clip-rule="evenodd"
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none">
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 14 14" fill="none">
2
2
  <path
3
3
  d="M1.75 3.5C1.75 3.01675 2.14175 2.625 2.625 2.625H5.86872L7.61872 4.375H11.375C11.8582 4.375 12.25 4.76675 12.25 5.25V6.5625H11.375V5.25H7.25628L5.50628 3.5H2.625V10.5H7.4375V11.375H2.625C2.14175 11.375 1.75 10.9832 1.75 10.5V3.5Z"
4
4
  fill="currentColor"
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="15" height="14" viewBox="0 0 15 14" fill="none">
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="3 1 9 11" fill="none">
2
2
  <path
3
3
  fill-rule="evenodd"
4
4
  clip-rule="evenodd"
@@ -0,0 +1,14 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 17 17" fill="none">
2
+ <path
3
+ fill-rule="evenodd"
4
+ clip-rule="evenodd"
5
+ d="M8.8332 2.5C8.77585 2.50005 8.64177 2.53456 8.44755 2.781C8.25763 3.02199 8.06472 3.4017 7.89346 3.91547C7.58821 4.83124 7.38038 6.08547 7.34037 7.5H8.83334V8.5H7.34037C7.38038 9.91453 7.58821 11.1688 7.89346 12.0845C8.06472 12.5983 8.25763 12.978 8.44755 13.219C8.64192 13.4656 8.77606 13.5 8.83334 13.5V14.5C5.24348 14.5 2.33334 11.5899 2.33334 8C2.33334 4.41015 5.24348 1.5 8.83334 1.5C12.255 1.5 15.0591 4.14378 15.3144 7.5H14.3109C14.1048 5.21221 12.4977 3.32838 10.3541 2.71294C10.4921 2.9781 10.6145 3.27709 10.7219 3.59924C11.067 4.63454 11.2865 5.99982 11.3267 7.5H10.3263C10.2863 6.08547 10.0785 4.83124 9.77321 3.91547C9.60195 3.4017 9.40904 3.02199 9.21912 2.781C9.02475 2.53437 8.89048 2.5 8.8332 2.5ZM6.94478 3.59925C6.59968 4.63454 6.38014 5.99982 6.34 7.5H3.35576C3.56192 5.21221 5.16901 3.32838 7.3126 2.71294C7.17459 2.9781 7.05217 3.27709 6.94478 3.59925ZM6.34 8.5H3.35576C3.56192 10.7878 5.16901 12.6716 7.3126 13.2871C7.17459 13.0219 7.05217 12.7229 6.94478 12.4008C6.59968 11.3655 6.38014 10.0002 6.34 8.5Z"
6
+ fill="currentColor"
7
+ />
8
+ <path
9
+ fill-rule="evenodd"
10
+ clip-rule="evenodd"
11
+ d="M16.187 9.35353L12.1871 13.3541C12.0934 13.4479 11.9662 13.5006 11.8335 13.5006C11.7009 13.5006 11.5737 13.4479 11.48 13.3541L9.47982 11.3535L10.187 10.6465L11.8336 12.2934L15.4798 8.64648L16.187 9.35353Z"
12
+ fill="currentColor"
13
+ />
14
+ </svg>
@@ -0,0 +1,26 @@
1
+ export default GlobeCheckedIcon;
2
+ type GlobeCheckedIcon = SvelteComponent<{
3
+ [x: string]: never;
4
+ }, {
5
+ [evt: string]: CustomEvent<any>;
6
+ }, {}> & {
7
+ $$bindings?: string | undefined;
8
+ };
9
+ declare const GlobeCheckedIcon: $$__sveltets_2_IsomorphicComponent<{
10
+ [x: string]: never;
11
+ }, {
12
+ [evt: string]: CustomEvent<any>;
13
+ }, {}, {}, string>;
14
+ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
15
+ new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
16
+ $$bindings?: Bindings;
17
+ } & Exports;
18
+ (internal: unknown, props: {
19
+ $$events?: Events;
20
+ $$slots?: Slots;
21
+ }): Exports & {
22
+ $set?: any;
23
+ $on?: any;
24
+ };
25
+ z_$$bindings?: Bindings;
26
+ }
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 12 12" fill="none">
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 12 12" fill="none">
2
2
  <path
3
3
  fill-rule="evenodd"
4
4
  clip-rule="evenodd"
@@ -0,0 +1,12 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 12 12" fill="none">
2
+ <path
3
+ fill-rule="evenodd"
4
+ clip-rule="evenodd"
5
+ d="M6.375 10.5V9.75C6.33204 9.75 6.23144 9.72423 6.08566 9.53925C5.94322 9.35851 5.79854 9.07373 5.6701 8.6884C5.44115 8.00157 5.28528 7.06089 5.25528 6H6.375V5.25H5.25528C5.28528 4.1891 5.44115 3.24843 5.6701 2.5616C5.79854 2.17627 5.94322 1.89149 6.08566 1.71075C6.23132 1.52592 6.33189 1.50004 6.3749 1.5C6.41786 1.5 6.51856 1.52577 6.66434 1.71075C6.80678 1.89149 6.95146 2.17627 7.0799 2.5616C7.30885 3.24843 7.46472 4.1891 7.49472 5.25H8.245C8.2149 4.12487 8.05024 3.10091 7.79142 2.32443C7.71088 2.08282 7.61906 1.85857 7.51555 1.65971C9.12324 2.12129 10.3286 3.53416 10.4832 5.25H11.2358C11.0443 2.73283 8.94121 0.75 6.375 0.75C3.68261 0.75 1.5 2.93261 1.5 5.625C1.5 8.31739 3.68261 10.5 6.375 10.5ZM4.95858 2.32443C4.69976 3.10091 4.5351 4.12487 4.505 5.25H2.26682C2.42144 3.53416 3.62676 2.12129 5.23445 1.65971C5.13094 1.85857 5.03912 2.08282 4.95858 2.32443ZM4.505 6H2.26682C2.42144 7.71584 3.62676 9.12871 5.23445 9.59029C5.13094 9.39143 5.03912 9.16718 4.95858 8.92557C4.69976 8.14909 4.5351 7.12514 4.505 6Z"
6
+ fill="currentColor"
7
+ />
8
+ <path
9
+ d="M9.375 9.375C9.78921 9.375 10.125 9.71079 10.125 10.125C10.125 10.5392 9.78921 10.875 9.375 10.875C8.96079 10.875 8.625 10.5392 8.625 10.125C8.625 9.71079 8.96079 9.375 9.375 9.375ZM9.75 8.25H9V6H9.75V8.25Z"
10
+ fill="currentColor"
11
+ />
12
+ </svg>
@@ -0,0 +1,26 @@
1
+ export default GlobeWarningIcon;
2
+ type GlobeWarningIcon = SvelteComponent<{
3
+ [x: string]: never;
4
+ }, {
5
+ [evt: string]: CustomEvent<any>;
6
+ }, {}> & {
7
+ $$bindings?: string | undefined;
8
+ };
9
+ declare const GlobeWarningIcon: $$__sveltets_2_IsomorphicComponent<{
10
+ [x: string]: never;
11
+ }, {
12
+ [evt: string]: CustomEvent<any>;
13
+ }, {}, {}, string>;
14
+ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
15
+ new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
16
+ $$bindings?: Bindings;
17
+ } & Exports;
18
+ (internal: unknown, props: {
19
+ $$events?: Events;
20
+ $$slots?: Slots;
21
+ }): Exports & {
22
+ $set?: any;
23
+ $on?: any;
24
+ };
25
+ z_$$bindings?: Bindings;
26
+ }
@@ -1,9 +1,9 @@
1
- <svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ <svg width="100%" height="100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
2
  <g id="NoClassStates">
3
3
  <path
4
4
  id="icon"
5
5
  d="M5.06584 10.5153V2.50949C5.07445 2.23869 5.18262 1.98201 5.36752 1.79365C5.55242 1.6053 5.79956 1.5 6.05678 1.5C6.314 1.5 6.56114 1.6053 6.74604 1.79365C6.93094 1.98201 7.03911 2.23869 7.04772 2.50949V5.64396H8.37563C8.74202 5.64396 9.03625 5.95507 9.03625 6.33986H10.3575C10.7239 6.33986 11.0203 6.65097 11.0203 7.03576H12.0118C12.5559 7.03576 13 7.50359 13 8.08019V10.2369C13.0008 10.8838 12.9149 11.5276 12.7446 12.1492L11.6765 15.5H5.72536C4.73387 14.1082 2.14355 10.0463 2.14355 10.0463C2.03652 9.88492 1.98677 9.68908 2.00301 9.493C2.01925 9.29693 2.10044 9.11312 2.23238 8.97375C2.3734 8.82437 2.56293 8.73684 2.76278 8.72881C2.96263 8.72078 3.15794 8.79284 3.30936 8.93048L5.06584 10.5153Z"
6
- fill="#D9D9D9"
6
+ fill="currentColor"
7
7
  />
8
8
  </g>
9
9
  </svg>
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 16 16" fill="none">
2
2
  <path
3
3
  fill-rule="evenodd"
4
4
  clip-rule="evenodd"
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 16 16" fill="none">
2
2
  <path
3
3
  fill-rule="evenodd"
4
4
  clip-rule="evenodd"
@@ -1,8 +1,8 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 21 21" fill="none">
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 21 21" fill="none">
2
2
  <path
3
3
  opacity="0.4"
4
4
  d="M10.9375 2.625C6.82988 2.625 3.5 5.95488 3.5 10.0625C3.5 14.1701 6.82988 17.5 10.9375 17.5C15.0451 17.5 18.375 14.1701 18.375 10.0625H17.5C17.5 13.6869 14.5619 16.625 10.9375 16.625C7.31313 16.625 4.375 13.6869 4.375 10.0625C4.375 6.43813 7.31313 3.5 10.9375 3.5V2.625Z"
5
- fill="#BDBDBD"
5
+ fill="currentColor"
6
6
  />
7
7
  <path
8
8
  d="M13.125 2.62524H12.25V3.50024H13.125V4.37524H14V3.50024H14.875V2.62524H14V1.75024H13.125V2.62524Z"
@@ -1,16 +1,25 @@
1
- <svg width="12" height="16" viewBox="0 0 12 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect x="0.375" y="2.375" width="11.25" height="11.25" rx="1.125" fill="#2B2B2B" />
1
+ <svg width="100%" height="100%" viewBox="0 0 12 16" fill="none" xmlns="http://www.w3.org/2000/svg">
3
2
  <rect
4
3
  x="0.375"
5
4
  y="2.375"
6
5
  width="11.25"
7
6
  height="11.25"
8
7
  rx="1.125"
9
- stroke="#212121"
8
+ fill="currentColor"
9
+ fill-opacity="0.2"
10
+ />
11
+ <rect
12
+ x="0.375"
13
+ y="2.375"
14
+ width="11.25"
15
+ height="11.25"
16
+ rx="1.125"
17
+ stroke="currentColor"
18
+ stroke-opacity="0.2"
10
19
  stroke-width="0.75"
11
20
  />
12
21
  <path
13
22
  d="M5.48864 9.36364V9.32955C5.49242 8.9678 5.5303 8.67992 5.60227 8.46591C5.67424 8.25189 5.77652 8.0786 5.90909 7.94602C6.04167 7.81345 6.20076 7.69129 6.38636 7.57955C6.49811 7.51136 6.59848 7.43087 6.6875 7.33807C6.77652 7.24337 6.84659 7.13447 6.89773 7.01136C6.95076 6.88826 6.97727 6.75189 6.97727 6.60227C6.97727 6.41667 6.93371 6.25568 6.84659 6.11932C6.75947 5.98295 6.64299 5.87784 6.49716 5.80398C6.35133 5.73011 6.18939 5.69318 6.01136 5.69318C5.85606 5.69318 5.70644 5.72538 5.5625 5.78977C5.41856 5.85417 5.2983 5.95549 5.2017 6.09375C5.10511 6.23201 5.04924 6.41288 5.03409 6.63636H4.31818C4.33333 6.31439 4.41667 6.03883 4.56818 5.80966C4.72159 5.58049 4.9233 5.4053 5.1733 5.28409C5.42519 5.16288 5.70455 5.10227 6.01136 5.10227C6.3447 5.10227 6.63447 5.16856 6.88068 5.30114C7.12879 5.43371 7.32008 5.61553 7.45455 5.84659C7.59091 6.07765 7.65909 6.34091 7.65909 6.63636C7.65909 6.8447 7.62689 7.03314 7.5625 7.2017C7.5 7.37027 7.40909 7.52083 7.28977 7.65341C7.17235 7.78598 7.0303 7.90341 6.86364 8.00568C6.69697 8.10985 6.56345 8.2197 6.46307 8.33523C6.36269 8.44886 6.28977 8.58428 6.24432 8.74148C6.19886 8.89867 6.17424 9.0947 6.17045 9.32955V9.36364H5.48864ZM5.85227 11.0455C5.71212 11.0455 5.59186 10.9953 5.49148 10.8949C5.3911 10.7945 5.34091 10.6742 5.34091 10.5341C5.34091 10.3939 5.3911 10.2737 5.49148 10.1733C5.59186 10.0729 5.71212 10.0227 5.85227 10.0227C5.99242 10.0227 6.11269 10.0729 6.21307 10.1733C6.31345 10.2737 6.36364 10.3939 6.36364 10.5341C6.36364 10.6269 6.33996 10.7121 6.29261 10.7898C6.24716 10.8674 6.18561 10.9299 6.10795 10.9773C6.0322 11.0227 5.94697 11.0455 5.85227 11.0455Z"
14
- fill="#ABABAB"
23
+ fill="currentColor"
15
24
  />
16
25
  </svg>
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="14" height="12" viewBox="0 0 14 12" fill="none">
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 14 12" fill="none">
2
2
  <path
3
3
  fill-rule="evenodd"
4
4
  clip-rule="evenodd"
@@ -0,0 +1,55 @@
1
+ import IconsShowcase from './IconsShowcase.svelte';
2
+ const meta = {
3
+ title: 'Ui/Icons',
4
+ component: IconsShowcase,
5
+ parameters: {
6
+ layout: 'fullscreen',
7
+ docs: {
8
+ description: {
9
+ component: 'A comprehensive showcase of all available icons. Use the controls to adjust size and color. Icons use `width="100%"` and `height="100%"` with proper viewBox, so they scale to fill their container.'
10
+ }
11
+ }
12
+ },
13
+ tags: ['autodocs'],
14
+ argTypes: {
15
+ size: {
16
+ control: { type: 'range', min: 8, max: 128, step: 1 },
17
+ description: 'Icon size in pixels'
18
+ },
19
+ color: {
20
+ control: 'color',
21
+ description: 'Icon color (uses currentColor by default)'
22
+ }
23
+ }
24
+ };
25
+ export default meta;
26
+ export const Default = {
27
+ args: {
28
+ size: 24,
29
+ color: '#ffffff'
30
+ }
31
+ };
32
+ export const Small = {
33
+ args: {
34
+ size: 16,
35
+ color: '#ffffff'
36
+ }
37
+ };
38
+ export const Large = {
39
+ args: {
40
+ size: 48,
41
+ color: '#ffffff'
42
+ }
43
+ };
44
+ export const Colored = {
45
+ args: {
46
+ size: 24,
47
+ color: '#6366f1'
48
+ }
49
+ };
50
+ export const ExtraLarge = {
51
+ args: {
52
+ size: 64,
53
+ color: '#22c55e'
54
+ }
55
+ };
@@ -0,0 +1,142 @@
1
+ <script lang="ts">
2
+ import * as Icons from './index.js';
3
+
4
+ export let size: number = 24;
5
+ export let color: string = 'currentColor';
6
+
7
+ let search: string = '';
8
+
9
+ // Filter out app icons (they're exported from apps/index.ts via re-export)
10
+ const allIconEntries = Object.entries(Icons).filter(([name, component]) => {
11
+ // Skip non-component exports and app-specific icons
12
+ return (
13
+ typeof component === 'function' &&
14
+ !name.includes('App') &&
15
+ !['CookieIcon', 'SliderAppIcon', 'TableAppIcon', 'TabsIcon'].includes(name)
16
+ );
17
+ });
18
+
19
+ $: iconEntries = search
20
+ ? allIconEntries.filter(([name]) => name.toLowerCase().includes(search.toLowerCase()))
21
+ : allIconEntries;
22
+
23
+ $: matchCount = iconEntries.length;
24
+ </script>
25
+
26
+ <div class="controls">
27
+ <label>
28
+ Search:
29
+ <input type="text" bind:value={search} placeholder="Filter icons..." class="search-input" />
30
+ </label>
31
+ <label>
32
+ Size (px):
33
+ <input type="number" bind:value={size} min="8" max="128" step="1" />
34
+ </label>
35
+ <label>
36
+ Color:
37
+ <input type="color" bind:value={color} />
38
+ <input type="text" bind:value={color} style="width: 80px" />
39
+ </label>
40
+ <span class="count">{matchCount} icons</span>
41
+ </div>
42
+
43
+ <div class="icons-grid" style="color: {color}">
44
+ {#each iconEntries as [name, IconComponent] (name)}
45
+ <div class="icon-item">
46
+ <div class="icon-wrapper" style="width: {size}px; height: {size}px;">
47
+ <svelte:component this={IconComponent} />
48
+ </div>
49
+ <span class="icon-name">{name}</span>
50
+ </div>
51
+ {/each}
52
+ </div>
53
+
54
+ <style>
55
+ .controls {
56
+ display: flex;
57
+ gap: 24px;
58
+ margin-bottom: 24px;
59
+ padding: 16px;
60
+ background: #1a1a1a;
61
+ border-radius: 8px;
62
+ align-items: center;
63
+ }
64
+
65
+ .controls label {
66
+ display: flex;
67
+ align-items: center;
68
+ gap: 8px;
69
+ color: #fff;
70
+ font-size: 14px;
71
+ }
72
+
73
+ .controls input[type='number'] {
74
+ width: 60px;
75
+ padding: 4px 8px;
76
+ border: 1px solid #444;
77
+ border-radius: 4px;
78
+ background: #2a2a2a;
79
+ color: #fff;
80
+ }
81
+
82
+ .controls input[type='color'] {
83
+ width: 32px;
84
+ height: 32px;
85
+ padding: 0;
86
+ border: none;
87
+ border-radius: 4px;
88
+ cursor: pointer;
89
+ }
90
+
91
+ .controls input[type='text'] {
92
+ padding: 4px 8px;
93
+ border: 1px solid #444;
94
+ border-radius: 4px;
95
+ background: #2a2a2a;
96
+ color: #fff;
97
+ }
98
+
99
+ .controls .search-input {
100
+ width: 180px;
101
+ }
102
+
103
+ .controls .count {
104
+ margin-left: auto;
105
+ color: #888;
106
+ font-size: 13px;
107
+ }
108
+
109
+ .icons-grid {
110
+ display: flex;
111
+ flex-wrap: wrap;
112
+ gap: 16px;
113
+ padding: 16px;
114
+ background: #1a1a1a;
115
+ border-radius: 8px;
116
+ }
117
+
118
+ .icon-item {
119
+ display: flex;
120
+ flex-direction: column;
121
+ align-items: center;
122
+ gap: 8px;
123
+ padding: 12px;
124
+ background: #2a2a2a;
125
+ border-radius: 6px;
126
+ min-width: 80px;
127
+ }
128
+
129
+ .icon-wrapper {
130
+ display: flex;
131
+ align-items: center;
132
+ justify-content: center;
133
+ }
134
+
135
+ .icon-name {
136
+ font-size: 10px;
137
+ color: #888;
138
+ text-align: center;
139
+ word-break: break-word;
140
+ max-width: 100px;
141
+ }
142
+ </style>
@@ -0,0 +1,21 @@
1
+ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
2
+ new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
3
+ $$bindings?: Bindings;
4
+ } & Exports;
5
+ (internal: unknown, props: Props & {
6
+ $$events?: Events;
7
+ $$slots?: Slots;
8
+ }): Exports & {
9
+ $set?: any;
10
+ $on?: any;
11
+ };
12
+ z_$$bindings?: Bindings;
13
+ }
14
+ declare const IconsShowcase: $$__sveltets_2_IsomorphicComponent<{
15
+ size?: number;
16
+ color?: string;
17
+ }, {
18
+ [evt: string]: CustomEvent<any>;
19
+ }, {}, {}, string>;
20
+ type IconsShowcase = InstanceType<typeof IconsShowcase>;
21
+ export default IconsShowcase;
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="2 1 13 13" fill="none">
2
2
  <path
3
3
  opacity="0.4"
4
4
  fill-rule="evenodd"
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 16 16" fill="none">
2
2
  <path
3
3
  fill-rule="evenodd"
4
4
  clip-rule="evenodd"
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 16 16" fill="none">
2
2
  <g opacity="0.7">
3
3
  <path
4
4
  fill-rule="evenodd"
@@ -1,8 +1,8 @@
1
1
  <svg
2
2
  xmlns="http://www.w3.org/2000/svg"
3
- width="24"
4
- height="24"
5
- viewBox="0 0 24 24"
3
+ width="100%"
4
+ height="100%"
5
+ viewBox="2 6 20 17"
6
6
  fill="none"
7
7
  stroke="currentColor"
8
8
  stroke-width="2"
@@ -0,0 +1,10 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 13 11" fill="none">
2
+ <path
3
+ d="M5 1L1 1L1 10H5V11H1C0.447715 11 0 10.5523 0 10L0 1C0 0.447715 0.447715 0 1 0L5 0V1Z"
4
+ fill="currentColor"
5
+ />
6
+ <path
7
+ d="M8.14645 8.14645L10.2929 6L3.5 6V5L10.2929 5L8.14645 2.85355L8.85355 2.14645L12.2071 5.5L8.85355 8.85355L8.14645 8.14645Z"
8
+ fill="currentColor"
9
+ />
10
+ </svg>
@@ -0,0 +1,26 @@
1
+ export default LogoutIcon;
2
+ type LogoutIcon = SvelteComponent<{
3
+ [x: string]: never;
4
+ }, {
5
+ [evt: string]: CustomEvent<any>;
6
+ }, {}> & {
7
+ $$bindings?: string | undefined;
8
+ };
9
+ declare const LogoutIcon: $$__sveltets_2_IsomorphicComponent<{
10
+ [x: string]: never;
11
+ }, {
12
+ [evt: string]: CustomEvent<any>;
13
+ }, {}, {}, string>;
14
+ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
15
+ new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
16
+ $$bindings?: Bindings;
17
+ } & Exports;
18
+ (internal: unknown, props: {
19
+ $$events?: Events;
20
+ $$slots?: Slots;
21
+ }): Exports & {
22
+ $set?: any;
23
+ $on?: any;
24
+ };
25
+ z_$$bindings?: Bindings;
26
+ }
@@ -1,4 +1,10 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="-2 -2 18 18" fill="none">
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="100%"
4
+ height="100%"
5
+ viewBox="-2 -2 18 18"
6
+ fill="none"
7
+ >
2
8
  <path d="M3.9375 6.125H10.0625V5.25H3.9375V6.125Z" fill="currentColor" />
3
9
  <path d="M3.9375 8.75H7V7.875H3.9375V8.75Z" fill="currentColor" />
4
10
  <path
@@ -1,15 +1,4 @@
1
- <script lang="ts">
2
- export let width = 16;
3
- export let height = 16;
4
- </script>
5
-
6
- <svg
7
- width={`${width}`}
8
- height={`${height}`}
9
- viewBox="0 0 16 16"
10
- fill="none"
11
- xmlns="http://www.w3.org/2000/svg"
12
- >
1
+ <svg width="100%" height="100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
13
2
  <path d="M11.9286 8.84515V6.488H11.1429V8.84515H11.9286Z" fill="currentColor" />
14
3
  <path
15
4
  fill-rule="evenodd"
@@ -1,8 +1,21 @@
1
+ export default MobileLandscape;
2
+ type MobileLandscape = SvelteComponent<{
3
+ [x: string]: never;
4
+ }, {
5
+ [evt: string]: CustomEvent<any>;
6
+ }, {}> & {
7
+ $$bindings?: string | undefined;
8
+ };
9
+ declare const MobileLandscape: $$__sveltets_2_IsomorphicComponent<{
10
+ [x: string]: never;
11
+ }, {
12
+ [evt: string]: CustomEvent<any>;
13
+ }, {}, {}, string>;
1
14
  interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
2
- new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
15
+ new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
3
16
  $$bindings?: Bindings;
4
17
  } & Exports;
5
- (internal: unknown, props: Props & {
18
+ (internal: unknown, props: {
6
19
  $$events?: Events;
7
20
  $$slots?: Slots;
8
21
  }): Exports & {
@@ -11,11 +24,3 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
11
24
  };
12
25
  z_$$bindings?: Bindings;
13
26
  }
14
- declare const MobileLandscape: $$__sveltets_2_IsomorphicComponent<{
15
- width?: number;
16
- height?: number;
17
- }, {
18
- [evt: string]: CustomEvent<any>;
19
- }, {}, {}, string>;
20
- type MobileLandscape = InstanceType<typeof MobileLandscape>;
21
- export default MobileLandscape;
@@ -1,15 +1,4 @@
1
- <script lang="ts">
2
- export let width = 16;
3
- export let height = 16;
4
- </script>
5
-
6
- <svg
7
- width={`${width}`}
8
- height={`${height}`}
9
- viewBox="0 0 16 16"
10
- fill="none"
11
- xmlns="http://www.w3.org/2000/svg"
12
- >
1
+ <svg width="100%" height="100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
13
2
  <path d="M7.16671 11.8889H9.50004V11.1111H7.16671V11.8889Z" fill="currentColor" />
14
3
  <path
15
4
  fill-rule="evenodd"
@@ -1,8 +1,21 @@
1
+ export default MobilePortrait;
2
+ type MobilePortrait = SvelteComponent<{
3
+ [x: string]: never;
4
+ }, {
5
+ [evt: string]: CustomEvent<any>;
6
+ }, {}> & {
7
+ $$bindings?: string | undefined;
8
+ };
9
+ declare const MobilePortrait: $$__sveltets_2_IsomorphicComponent<{
10
+ [x: string]: never;
11
+ }, {
12
+ [evt: string]: CustomEvent<any>;
13
+ }, {}, {}, string>;
1
14
  interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
2
- new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
15
+ new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
3
16
  $$bindings?: Bindings;
4
17
  } & Exports;
5
- (internal: unknown, props: Props & {
18
+ (internal: unknown, props: {
6
19
  $$events?: Events;
7
20
  $$slots?: Slots;
8
21
  }): Exports & {
@@ -11,11 +24,3 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
11
24
  };
12
25
  z_$$bindings?: Bindings;
13
26
  }
14
- declare const MobilePortrait: $$__sveltets_2_IsomorphicComponent<{
15
- width?: number;
16
- height?: number;
17
- }, {
18
- [evt: string]: CustomEvent<any>;
19
- }, {}, {}, string>;
20
- type MobilePortrait = InstanceType<typeof MobilePortrait>;
21
- export default MobilePortrait;
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="17" viewBox="0 0 16 17" fill="none">
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 16 16" fill="none">
2
2
  <path d="M1.33333 5.16667L11.3333 5.16667V4.5L1.33333 4.5V5.16667Z" fill="currentColor" />
3
3
  <path d="M14.6667 8.5L4.66666 8.5V7.83333L14.6667 7.83333V8.5Z" fill="currentColor" />
4
4
  <path