@finsweet/webflow-apps-utils 1.0.41 → 1.0.43

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 (168) hide show
  1. package/dist/types/webflow.d.ts +30 -2
  2. package/dist/types/window.d.ts +2 -1
  3. package/dist/ui/components/checkbox/Checkbox.svelte +1 -1
  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/icons/AccordionDownArrow.svelte +2 -2
  7. package/dist/ui/icons/AccordionUpArrow.svelte +2 -2
  8. package/dist/ui/icons/AccountIcon.svelte +3 -3
  9. package/dist/ui/icons/AiIcon.svelte +8 -0
  10. package/dist/ui/icons/{CloseIcon.svelte.d.ts → AiIcon.svelte.d.ts} +3 -3
  11. package/dist/ui/icons/AnalyticsIcon.svelte +24 -0
  12. package/dist/ui/icons/AnalyticsIcon.svelte.d.ts +26 -0
  13. package/dist/ui/icons/ArrowIcon.svelte +7 -1
  14. package/dist/ui/icons/BackIcon.svelte +7 -1
  15. package/dist/ui/icons/BodyIcon.svelte +1 -1
  16. package/dist/ui/icons/BookmarkIcon.svelte +1 -1
  17. package/dist/ui/icons/BoxAddIcon.svelte +2 -2
  18. package/dist/ui/icons/BrushIcon.svelte +1 -1
  19. package/dist/ui/icons/BuilderEditIcon.svelte +1 -1
  20. package/dist/ui/icons/BuilderIcon.svelte +1 -1
  21. package/dist/ui/icons/CMSIcon.svelte +1 -1
  22. package/dist/ui/icons/CalendarIcon.svelte +8 -0
  23. package/dist/ui/icons/CalendarIcon.svelte.d.ts +26 -0
  24. package/dist/ui/icons/CheckCircleIcon.svelte +1 -1
  25. package/dist/ui/icons/CheckCircleOutlinedIcon.svelte +1 -1
  26. package/dist/ui/icons/CheckIcon.svelte +1 -1
  27. package/dist/ui/icons/CheckboxCheckedIcon.svelte +2 -2
  28. package/dist/ui/icons/ChevronIcon.svelte +7 -1
  29. package/dist/ui/icons/ChevronRightIcon.svelte +7 -1
  30. package/dist/ui/icons/CircleIcon.svelte +1 -1
  31. package/dist/ui/icons/CircleTimesIcon.svelte +19 -0
  32. package/dist/ui/icons/CircleTimesIcon.svelte.d.ts +26 -0
  33. package/dist/ui/icons/CloseCircleIcon.svelte +2 -2
  34. package/dist/ui/icons/CodeIcon.svelte +1 -1
  35. package/dist/ui/icons/ComponentsIcon.svelte +1 -1
  36. package/dist/ui/icons/CookieBannerIcon.svelte +12 -0
  37. package/dist/ui/icons/CookieBannerIcon.svelte.d.ts +26 -0
  38. package/dist/ui/icons/CookieIcon.svelte +1 -1
  39. package/dist/ui/icons/CopyIcon.svelte +1 -11
  40. package/dist/ui/icons/CopyIcon.svelte.d.ts +15 -9
  41. package/dist/ui/icons/CrossIcon.svelte +3 -3
  42. package/dist/ui/icons/DOMElement.svelte +2 -7
  43. package/dist/ui/icons/DOMElement.svelte.d.ts +3 -5
  44. package/dist/ui/icons/DeleteIcon.svelte +1 -1
  45. package/dist/ui/icons/DeleteOutlinedIcon.svelte +1 -1
  46. package/dist/ui/icons/Desktop.svelte +1 -12
  47. package/dist/ui/icons/Desktop.svelte.d.ts +15 -10
  48. package/dist/ui/icons/DesktopWithStar.svelte +1 -12
  49. package/dist/ui/icons/DesktopWithStar.svelte.d.ts +15 -10
  50. package/dist/ui/icons/DivBlock.svelte +2 -7
  51. package/dist/ui/icons/DivBlock.svelte.d.ts +3 -5
  52. package/dist/ui/icons/EditIcon.svelte +2 -2
  53. package/dist/ui/icons/EssentialIcon.svelte +8 -0
  54. package/dist/ui/icons/EssentialIcon.svelte.d.ts +26 -0
  55. package/dist/ui/icons/ExpertIcon.svelte +1 -1
  56. package/dist/ui/icons/EyeCancelIcon.svelte +1 -1
  57. package/dist/ui/icons/EyeIcon.svelte +1 -1
  58. package/dist/ui/icons/FavouriteIcon.svelte +1 -1
  59. package/dist/ui/icons/FileUploadIcon.svelte +3 -3
  60. package/dist/ui/icons/FilterIcon.svelte +1 -1
  61. package/dist/ui/icons/FinsweetLibraryIcon.svelte +1 -1
  62. package/dist/ui/icons/FinsweetLogoIcon.svelte +1 -1
  63. package/dist/ui/icons/FinsweetLogoOutlineIcon.svelte +1 -1
  64. package/dist/ui/icons/FolderIcon.svelte +1 -1
  65. package/dist/ui/icons/FolderOutlinedIcon.svelte +1 -1
  66. package/dist/ui/icons/FolderPlusIcon.svelte +1 -1
  67. package/dist/ui/icons/FreeComponentIcon.svelte +1 -1
  68. package/dist/ui/icons/GlobeCheckedIcon.svelte +14 -0
  69. package/dist/ui/icons/GlobeCheckedIcon.svelte.d.ts +26 -0
  70. package/dist/ui/icons/GlobeIcon.svelte +1 -1
  71. package/dist/ui/icons/GlobeWarningIcon.svelte +12 -0
  72. package/dist/ui/icons/GlobeWarningIcon.svelte.d.ts +26 -0
  73. package/dist/ui/icons/HandPointUpIcon.svelte +2 -2
  74. package/dist/ui/icons/HeartIcon.svelte +1 -1
  75. package/dist/ui/icons/HeartIconOutlined.svelte +1 -1
  76. package/dist/ui/icons/HelpAltIcon.svelte +2 -2
  77. package/dist/ui/icons/HelpIcon.svelte +13 -4
  78. package/dist/ui/icons/HomeIcon.svelte +1 -1
  79. package/dist/ui/icons/Icons.stories.js +55 -0
  80. package/dist/ui/icons/IconsShowcase.svelte +142 -0
  81. package/dist/ui/icons/IconsShowcase.svelte.d.ts +21 -0
  82. package/dist/ui/icons/InfoIcon.svelte +1 -1
  83. package/dist/ui/icons/LineChartIcon.svelte +1 -1
  84. package/dist/ui/icons/ListIcon.svelte +1 -1
  85. package/dist/ui/icons/LockIcon.svelte +3 -3
  86. package/dist/ui/icons/LogoutIcon.svelte +10 -0
  87. package/dist/ui/icons/LogoutIcon.svelte.d.ts +26 -0
  88. package/dist/ui/icons/MessageIcon.svelte +7 -1
  89. package/dist/ui/icons/MobileLandscape.svelte +1 -12
  90. package/dist/ui/icons/MobileLandscape.svelte.d.ts +15 -10
  91. package/dist/ui/icons/MobilePortrait.svelte +1 -12
  92. package/dist/ui/icons/MobilePortrait.svelte.d.ts +15 -10
  93. package/dist/ui/icons/NavigatorIcon.svelte +1 -1
  94. package/dist/ui/icons/OpenBookIcon.svelte +1 -1
  95. package/dist/ui/icons/PageDraftIcon.svelte +2 -2
  96. package/dist/ui/icons/PageIcon.svelte +1 -1
  97. package/dist/ui/icons/PageLockedIcon.svelte +2 -2
  98. package/dist/ui/icons/PageOutlinedIcon.svelte +1 -1
  99. package/dist/ui/icons/PageSectionIcon.svelte +1 -1
  100. package/dist/ui/icons/Pencil.svelte +1 -5
  101. package/dist/ui/icons/Pencil.svelte.d.ts +15 -9
  102. package/dist/ui/icons/PencilOutlinedIcon.svelte +7 -1
  103. package/dist/ui/icons/PinIcon.svelte +7 -1
  104. package/dist/ui/icons/PlayIcon.svelte +1 -1
  105. package/dist/ui/icons/PlusIcon.svelte +8 -2
  106. package/dist/ui/icons/PolicyIcon.svelte +7 -0
  107. package/dist/ui/icons/PolicyIcon.svelte.d.ts +26 -0
  108. package/dist/ui/icons/PreviewEyeIcon.svelte +3 -3
  109. package/dist/ui/icons/ProfileIcon.svelte +1 -1
  110. package/dist/ui/icons/PublishCancelIcon.svelte +1 -1
  111. package/dist/ui/icons/PublishIcon.svelte +1 -1
  112. package/dist/ui/icons/ReceiptIcon.svelte +1 -1
  113. package/dist/ui/icons/RefreshIcon.svelte +1 -1
  114. package/dist/ui/icons/RepairIcon.svelte +1 -1
  115. package/dist/ui/icons/SaveIcon.svelte +2 -2
  116. package/dist/ui/icons/SearchCancelIcon.svelte +12 -0
  117. package/dist/ui/icons/SearchCancelIcon.svelte.d.ts +26 -0
  118. package/dist/ui/icons/SearchIcon.svelte +1 -1
  119. package/dist/ui/icons/SelectIcon.svelte +1 -1
  120. package/dist/ui/icons/SettingsIcon.svelte +1 -1
  121. package/dist/ui/icons/ShopIcon.svelte +12 -0
  122. package/dist/ui/icons/ShopIcon.svelte.d.ts +26 -0
  123. package/dist/ui/icons/SidebarToggleIcon.svelte +4 -4
  124. package/dist/ui/icons/SliderAppIcon.svelte +1 -1
  125. package/dist/ui/icons/SquareCheckIcon.svelte +1 -1
  126. package/dist/ui/icons/StarIcon.svelte +1 -1
  127. package/dist/ui/icons/StarOutlinedIcon.svelte +9 -2
  128. package/dist/ui/icons/StaticContentIcon.svelte +1 -1
  129. package/dist/ui/icons/TabNewIcon.svelte +7 -1
  130. package/dist/ui/icons/TableAppIcon.svelte +1 -1
  131. package/dist/ui/icons/Tablet.svelte +2 -13
  132. package/dist/ui/icons/Tablet.svelte.d.ts +15 -10
  133. package/dist/ui/icons/TabletPreview.svelte +1 -12
  134. package/dist/ui/icons/TabletPreview.svelte.d.ts +15 -10
  135. package/dist/ui/icons/TabsIcon.svelte +1 -1
  136. package/dist/ui/icons/ThreeDotsIcon.svelte +1 -1
  137. package/dist/ui/icons/TimesIcon.svelte +3 -3
  138. package/dist/ui/icons/ToolTipInfoCircleIcon.svelte +4 -4
  139. package/dist/ui/icons/TooltipInfoCircleFilled.svelte +2 -2
  140. package/dist/ui/icons/TooltipInfoSquaredIcon.svelte +13 -4
  141. package/dist/ui/icons/TriangleDownIcon.svelte +2 -2
  142. package/dist/ui/icons/TriangleDownIconToggle.svelte +3 -3
  143. package/dist/ui/icons/UncategorizedIcon.svelte +16 -0
  144. package/dist/ui/icons/UncategorizedIcon.svelte.d.ts +26 -0
  145. package/dist/ui/icons/UndoIcon.svelte +1 -1
  146. package/dist/ui/icons/UpgradeIcon.svelte +26 -0
  147. package/dist/ui/icons/UpgradeIcon.svelte.d.ts +26 -0
  148. package/dist/ui/icons/UploadFileIcon.svelte +3 -3
  149. package/dist/ui/icons/WarningCircleIcon.svelte +1 -1
  150. package/dist/ui/icons/WarningCircleOutlineIcon.svelte +7 -1
  151. package/dist/ui/icons/WarningTriangleIcon.svelte +1 -1
  152. package/dist/ui/icons/WarningTriangleOutlineIcon.svelte +2 -2
  153. package/dist/ui/icons/WebflowComponentIcon.svelte +1 -1
  154. package/dist/ui/icons/WebflowComponentOutlinedIcon.svelte +1 -1
  155. package/dist/ui/icons/WebflowInsightsIcon.svelte +1 -1
  156. package/dist/ui/icons/WizedLogoIcon.svelte +1 -1
  157. package/dist/ui/icons/WorkspaceIcon.svelte +1 -1
  158. package/dist/ui/icons/XL.svelte +1 -12
  159. package/dist/ui/icons/XL.svelte.d.ts +15 -10
  160. package/dist/ui/icons/XXL.svelte +1 -12
  161. package/dist/ui/icons/XXL.svelte.d.ts +15 -10
  162. package/dist/ui/icons/XXXL.svelte +1 -12
  163. package/dist/ui/icons/XXXL.svelte.d.ts +15 -10
  164. package/dist/ui/icons/index.d.ts +15 -3
  165. package/dist/ui/icons/index.js +15 -3
  166. package/dist/ui/index.css +6 -0
  167. package/package.json +1 -1
  168. package/dist/ui/icons/CloseIcon.svelte +0 -8
@@ -0,0 +1,26 @@
1
+ export default SearchCancelIcon;
2
+ type SearchCancelIcon = SvelteComponent<{
3
+ [x: string]: never;
4
+ }, {
5
+ [evt: string]: CustomEvent<any>;
6
+ }, {}> & {
7
+ $$bindings?: string | undefined;
8
+ };
9
+ declare const SearchCancelIcon: $$__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="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
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
  d="M2 3C2 2.44772 2.44772 2 3 2H13C13.5523 2 14 2.44772 14 3V8H13V3L3 3V13H6.5V14H3C2.44772 14 2 13.5523 2 13V3Z"
4
4
  fill="currentColor"
@@ -1,4 +1,4 @@
1
- <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ <svg width="100%" height="100%" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
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 11" fill="none">
2
+ <path
3
+ fill-rule="evenodd"
4
+ clip-rule="evenodd"
5
+ d="M2.29289 0L0 2.29289V4C0 5.10457 0.895431 6 2 6C2.93192 6 3.71497 5.36261 3.93699 4.5H4.06301C4.28503 5.36261 5.06808 6 6 6C6.93192 6 7.71497 5.36261 7.93699 4.5H8.06301C8.28503 5.36261 9.06808 6 10 6C11.1046 6 12 5.10457 12 4V2.29289L9.70711 0H2.29289ZM1 2.70711L2.70711 1H9.29289L11 2.70711V4C11 4.55228 10.5523 5 10 5C9.44771 5 9 4.55228 9 4V3.5H7V4C7 4.55228 6.55228 5 6 5C5.44772 5 5 4.55228 5 4V3.5H3V4C3 4.55228 2.55228 5 2 5C1.44772 5 1 4.55228 1 4V2.70711Z"
6
+ fill="currentColor"
7
+ />
8
+ <path
9
+ d="M2 10V7H1V10C1 10.5523 1.44772 11 2 11H10C10.5523 11 11 10.5523 11 10V7H10V10H2Z"
10
+ fill="currentColor"
11
+ />
12
+ </svg>
@@ -0,0 +1,26 @@
1
+ export default ShopIcon;
2
+ type ShopIcon = SvelteComponent<{
3
+ [x: string]: never;
4
+ }, {
5
+ [evt: string]: CustomEvent<any>;
6
+ }, {}> & {
7
+ $$bindings?: string | undefined;
8
+ };
9
+ declare const ShopIcon: $$__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,11 +1,11 @@
1
- <svg width="13" height="12" viewBox="0 0 13 12" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ <svg width="100%" height="100%" viewBox="0 0 13 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
2
  <g clip-path="url(#clip0_5325_26393)">
3
3
  <g clip-path="url(#clip1_5325_26393)">
4
4
  <path
5
5
  d="M9.12606 3.89347C9.29078 4.05819 9.29078 4.32525 9.12607 4.48997L7.75537 5.86066C7.67856 5.93747 7.67856 6.06201 7.75537 6.13882L9.12607 7.50951C9.29078 7.67423 9.29078 7.94129 9.12606 8.10601C8.96135 8.27073 8.69428 8.27073 8.52956 8.10601L6.72154 6.29799C6.55722 6.13311 6.55722 5.86637 6.72154 5.70149L8.52956 3.89347C8.69428 3.72875 8.96135 3.72875 9.12606 3.89347Z"
6
- fill="#EBEBEB"
6
+ fill="currentColor"
7
7
  />
8
- <rect width="4" height="12" fill="#EBEBEB" />
8
+ <rect width="4" height="12" fill="currentColor" />
9
9
  </g>
10
10
  </g>
11
11
  <rect
@@ -14,7 +14,7 @@
14
14
  width="12.4011"
15
15
  height="11.4011"
16
16
  rx="1.69697"
17
- stroke="#EBEBEB"
17
+ stroke="currentColor"
18
18
  stroke-width="0.59893"
19
19
  />
20
20
  <defs>
@@ -1,4 +1,4 @@
1
- <svg width="137" height="52" viewBox="0 0 137 53" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ <svg width="100%" height="100%" viewBox="0 0 137 53" fill="none" xmlns="http://www.w3.org/2000/svg">
2
2
  <rect x="0.5" y="0.5" width="136" height="51" rx="3.5" stroke="white" />
3
3
  <path
4
4
  d="M11.2929 25.2929C10.9024 25.6834 10.9024 26.3166 11.2929 26.7071L17.6569 33.0711C18.0474 33.4616 18.6805 33.4616 19.0711 33.0711C19.4616 32.6805 19.4616 32.0474 19.0711 31.6569L13.4142 26L19.0711 20.3431C19.4616 19.9526 19.4616 19.3195 19.0711 18.9289C18.6805 18.5384 18.0474 18.5384 17.6569 18.9289L11.2929 25.2929ZM13 25H12V27H13V25Z"
@@ -1,3 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 12 12" fill="none">
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="2 3 8 6" fill="none">
2
2
  <path d="M2.5 6.5L4.5 8.5L9.5 3.5" stroke="currentColor" stroke-width="1.25" />
3
3
  </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="2 2 12 11" fill="none">
2
2
  <path
3
3
  d="M8 2L9.34708 6.1459H13.7063L10.1796 8.7082L11.5267 12.8541L8 10.2918L4.47329 12.8541L5.82037 8.7082L2.29366 6.1459H6.65292L8 2Z"
4
4
  fill="currentColor"
@@ -1,6 +1,13 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="100%"
4
+ height="100%"
5
+ viewBox="1.5 1.5 13 12"
6
+ fill="none"
7
+ >
2
8
  <path
3
9
  d="M8 2.00005L9.34708 6.14594H13.7063L10.1796 8.70825L11.5267 12.8541L8 10.2918L4.47329 12.8541L5.82037 8.70825L2.29366 6.14594H6.65292L8 2.00005Z"
4
- fill="currentColor"
10
+ stroke="currentColor"
11
+ fill="none"
5
12
  />
6
13
  </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,10 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="17" viewBox="0 0 16 17" fill="none">
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="100%"
4
+ height="100%"
5
+ viewBox="4.5 4.4 8 8"
6
+ fill="none"
7
+ >
2
8
  <path
3
9
  d="M10.2929 5.5L6.00001 5.5V4.5H12L12 10.5L11 10.5V6.20711L5.35356 11.8536L4.64645 11.1464L10.2929 5.5Z"
4
10
  fill="currentColor"
@@ -1,4 +1,4 @@
1
- <svg width="137" height="52" viewBox="0 0 137 53" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ <svg width="100%" height="100%" viewBox="0 0 137 53" fill="none" xmlns="http://www.w3.org/2000/svg">
2
2
  <g clip-path="url(#clip0_1691_1181)">
3
3
  <rect x="-5" y="0.5" width="49" height="17" stroke="white" />
4
4
  <rect x="44" y="0.5" width="49" height="17" stroke="white" />
@@ -1,16 +1,5 @@
1
- <script lang="ts">
2
- export let width = 14;
3
- export let height = 14;
4
- </script>
5
-
6
- <svg
7
- width={`${width}`}
8
- height={`${height}`}
9
- viewBox="0 0 14 14"
10
- fill="none"
11
- xmlns="http://www.w3.org/2000/svg"
12
- >
13
- <path d="M6.1875 10.25H7.8125V9.4375H6.1875V10.25Z" fill="#EBEBEB" />
1
+ <svg width="100%" height="100%" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6.1875 10.25H7.8125V9.4375H6.1875V10.25Z" fill="currentColor" />
14
3
  <path
15
4
  fill-rule="evenodd"
16
5
  clip-rule="evenodd"
@@ -1,8 +1,21 @@
1
+ export default Tablet;
2
+ type Tablet = SvelteComponent<{
3
+ [x: string]: never;
4
+ }, {
5
+ [evt: string]: CustomEvent<any>;
6
+ }, {}> & {
7
+ $$bindings?: string | undefined;
8
+ };
9
+ declare const Tablet: $$__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 Tablet: $$__sveltets_2_IsomorphicComponent<{
15
- width?: number;
16
- height?: number;
17
- }, {
18
- [evt: string]: CustomEvent<any>;
19
- }, {}, {}, string>;
20
- type Tablet = InstanceType<typeof Tablet>;
21
- export default Tablet;
@@ -1,15 +1,4 @@
1
- <script lang="ts">
2
- export let width = 14;
3
- export let height = 14;
4
- </script>
5
-
6
- <svg
7
- width={`${width}`}
8
- height={`${height}`}
9
- viewBox="0 0 24 24"
10
- fill="none"
11
- xmlns="http://www.w3.org/2000/svg"
12
- >
1
+ <svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
13
2
  <path d="M10.75 17H13.25V15.75H10.75V17Z" fill="currentColor" />
14
3
  <path
15
4
  fill-rule="evenodd"
@@ -1,8 +1,21 @@
1
+ export default TabletPreview;
2
+ type TabletPreview = SvelteComponent<{
3
+ [x: string]: never;
4
+ }, {
5
+ [evt: string]: CustomEvent<any>;
6
+ }, {}> & {
7
+ $$bindings?: string | undefined;
8
+ };
9
+ declare const TabletPreview: $$__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 TabletPreview: $$__sveltets_2_IsomorphicComponent<{
15
- width?: number;
16
- height?: number;
17
- }, {
18
- [evt: string]: CustomEvent<any>;
19
- }, {}, {}, string>;
20
- type TabletPreview = InstanceType<typeof TabletPreview>;
21
- export default TabletPreview;
@@ -1,4 +1,4 @@
1
- <svg width="137" height="52" viewBox="0 0 137 53" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ <svg width="100%" height="100%" viewBox="0 0 137 53" fill="none" xmlns="http://www.w3.org/2000/svg">
2
2
  <g clip-path="url(#clip0_1691_4021)">
3
3
  <rect x="-5" y="0.5" width="49" height="17" fill="white" stroke="white" />
4
4
  <rect x="44" y="0.5" width="49" height="17" stroke="white" />
@@ -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
  d="M3 8C3 7.44772 3.44772 7 4 7C4.55228 7 5 7.44772 5 8C5 8.55228 4.55228 9 4 9C3.44772 9 3 8.55228 3 8Z"
4
4
  fill="currentColor"
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="17" viewBox="0 0 16 17" fill="none">
2
- <path d="M4 4.35938L12 12.3594" stroke="#ABABAB" />
3
- <path d="M12 4.35938L4 12.3594" stroke="#ABABAB" />
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 16 16" fill="none">
2
+ <path d="M4 4.35938L12 12.3594" stroke="currentColor" />
3
+ <path d="M12 4.35938L4 12.3594" stroke="currentColor" />
4
4
  </svg>
@@ -1,11 +1,11 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
2
- <circle opacity="0.4" cx="8.5" cy="7.5" r="6" stroke="#EBEBEB" />
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="2 1 13 13" fill="none">
2
+ <circle opacity="0.4" cx="8.5" cy="7.5" r="6" stroke="currentColor" />
3
3
  <path
4
4
  d="M7.5 4C6.67157 4 6 4.67157 6 5.5V6H7V5.5C7 5.22386 7.22386 5 7.5 5H9.32578C9.75296 5 9.98341 5.50106 9.70541 5.8254L8.36111 7.39374C8.12809 7.6656 8 8.01186 8 8.36992V9H9V8.36992C9 8.25057 9.0427 8.13515 9.12037 8.04453L10.4647 6.47619C11.2987 5.50318 10.6073 4 9.32578 4H7.5Z"
5
- fill="#EBEBEB"
5
+ fill="currentColor"
6
6
  />
7
7
  <path
8
8
  d="M8.5 11.25C8.91421 11.25 9.25 10.9142 9.25 10.5C9.25 10.0858 8.91421 9.75 8.5 9.75C8.08579 9.75 7.75 10.0858 7.75 10.5C7.75 10.9142 8.08579 11.25 8.5 11.25Z"
9
- fill="#EBEBEB"
9
+ fill="currentColor"
10
10
  />
11
11
  </svg>
@@ -1,8 +1,8 @@
1
- <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ <svg width="100%" height="100%" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
2
  <g clip-path="url(#clip0_2578_4634)">
3
3
  <path
4
4
  d="M6 0.75C3.1005 0.75 0.75 3.09975 0.75 6C0.75 8.90025 3.1005 11.25 6 11.25C8.8995 11.25 11.25 8.90025 11.25 6C11.25 3.09975 8.8995 0.75 6 0.75ZM5.99475 9.8865C5.51025 9.8865 5.12475 9.50175 5.12475 9.0165C5.12475 8.53275 5.51025 8.13675 5.99475 8.13675C6.4785 8.13675 6.87525 8.52975 6.87525 9.01425C6.87525 9.49875 6.47775 9.88425 5.99475 9.88425V9.8865ZM7.30125 6.3015L6.90825 6.5565C6.576 6.7755 6.39075 7.04775 6.39075 7.40775V7.46025H5.3595C5.3368 7.34153 5.32427 7.2211 5.322 7.10025C5.322 6.63525 5.532 6.2055 6.078 5.8275L6.5385 5.5125C6.82575 5.3175 6.951 5.082 6.951 4.818C6.951 4.4145 6.63375 4.0275 5.991 4.0275C5.3115 4.0275 5.0145 4.5285 5.0145 5.0205C5.0145 5.1255 5.025 5.223 5.0535 5.30175L3.846 5.25675C3.81183 5.1271 3.79617 4.99328 3.7995 4.85925C3.795 3.912 4.57125 3 5.98875 3C7.473 3 8.25 3.86025 8.25 4.7475C8.25 5.44125 7.8675 5.9325 7.30125 6.3015Z"
5
- fill="#444444"
5
+ fill="currentColor"
6
6
  />
7
7
  </g>
8
8
  <defs>
@@ -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,7 +1,7 @@
1
- <svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ <svg width="100%" height="100%" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg">
2
2
  <path
3
3
  id="Polygon 2"
4
4
  d="M3.5 3.85938L0.468911 0.109375L6.53109 0.109375L3.5 3.85938Z"
5
- fill="#DFDFDF"
5
+ fill="currentColor"
6
6
  />
7
7
  </svg>
@@ -4,13 +4,13 @@
4
4
 
5
5
  <svg
6
6
  class:rotate
7
- width="7"
8
- height="5"
7
+ width="100%"
8
+ height="100%"
9
9
  viewBox="0 0 7 5"
10
10
  fill="none"
11
11
  xmlns="http://www.w3.org/2000/svg"
12
12
  >
13
- <path d="M3.5 4.5L0.468911 0.75L6.53109 0.75L3.5 4.5Z" fill="#D9D9D9" />
13
+ <path d="M3.5 4.5L0.468911 0.75L6.53109 0.75L3.5 4.5Z" fill="currentColor" />
14
14
  </svg>
15
15
 
16
16
  <style>
@@ -0,0 +1,16 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 16 16" fill="none">
2
+ <path
3
+ d="M11.9999 6C12.5522 6 12.9999 5.55228 12.9999 5C12.9999 4.44772 12.5522 4 11.9999 4C11.4476 4 10.9999 4.44772 10.9999 5C10.9999 5.55228 11.4476 6 11.9999 6Z"
4
+ fill="currentColor"
5
+ />
6
+ <path
7
+ fill-rule="evenodd"
8
+ clip-rule="evenodd"
9
+ d="M8.99993 2.29289C9.18746 2.10536 9.44182 2 9.70703 2H13.9999C14.5522 2 14.9999 2.44772 14.9999 3V7.29289C14.9999 7.55811 14.8946 7.81246 14.707 8L10.207 12.5C9.81651 12.8905 9.18334 12.8905 8.79282 12.5L4.49992 8.20711C4.1094 7.81658 4.1094 7.18342 4.49992 6.79289L8.99993 2.29289ZM13.9999 3L9.70703 3L5.20703 7.5L9.49992 11.7929L13.9999 7.29289V3Z"
10
+ fill="currentColor"
11
+ />
12
+ <path
13
+ d="M6.85348 2.85355L2.20703 7.5L6.85348 12.1464L6.14637 12.8536L1.49992 8.20711C1.1094 7.81658 1.1094 7.18342 1.49992 6.79289L6.14637 2.14645L6.85348 2.85355Z"
14
+ fill="currentColor"
15
+ />
16
+ </svg>
@@ -0,0 +1,26 @@
1
+ export default UncategorizedIcon;
2
+ type UncategorizedIcon = SvelteComponent<{
3
+ [x: string]: never;
4
+ }, {
5
+ [evt: string]: CustomEvent<any>;
6
+ }, {}> & {
7
+ $$bindings?: string | undefined;
8
+ };
9
+ declare const UncategorizedIcon: $$__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 width="16" height="16" viewBox="0 0 16 16" 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
  ><path
3
3
  d="M4.99 4L5 1L1 5L5 9L4.99 6H9C9.79565 6 10.5587 6.31607 11.1213 6.87868C11.6839 7.44129 12 8.20435 12 9C12 9.79565 11.6839 10.5587 11.1213 11.1213C10.5587 11.6839 9.79565 12 9 12H8V14H9C10.3261 14 11.5979 13.4732 12.5355 12.5355C13.4732 11.5979 14 10.3261 14 9C14 7.67392 13.4732 6.40215 12.5355 5.46447C11.5979 4.52678 10.3261 4 9 4H4.99Z"
4
4
  fill="currentColor"
@@ -0,0 +1,26 @@
1
+ <svg width="100%" height="100%" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M9.3125 2C8.82485 2 8.34781 2.04781 7.88599 2.13917L8.10432 3.24279C8.49462 3.16557 8.89855 3.125 9.3125 3.125C12.7298 3.125 15.5 5.89524 15.5 9.3125C15.5 12.7298 12.7298 15.5 9.3125 15.5C8.89855 15.5 8.49462 15.4594 8.10432 15.3822L7.88599 16.4858C8.34781 16.5772 8.82485 16.625 9.3125 16.625C13.3511 16.625 16.625 13.3511 16.625 9.3125C16.625 5.27392 13.3511 2 9.3125 2Z"
4
+ fill="currentColor"
5
+ fill-opacity="0.5"
6
+ />
7
+ <path
8
+ d="M5.24916 3.23201C4.45197 3.76572 3.76572 4.45197 3.23201 5.24916L4.16685 5.87502C4.61875 5.20003 5.20003 4.61875 5.87502 4.16685L5.24916 3.23201Z"
9
+ fill="currentColor"
10
+ fill-opacity="0.5"
11
+ />
12
+ <path
13
+ d="M2.13917 7.88599C2.04781 8.34781 2 8.82485 2 9.3125C2 9.80015 2.04781 10.2772 2.13917 10.739L3.24279 10.5207C3.16557 10.1304 3.125 9.72645 3.125 9.3125C3.125 8.89855 3.16557 8.49462 3.24279 8.10432L2.13917 7.88599Z"
14
+ fill="currentColor"
15
+ fill-opacity="0.5"
16
+ />
17
+ <path
18
+ d="M3.23201 13.3758C3.76572 14.173 4.45197 14.8593 5.24916 15.393L5.87502 14.4581C5.20003 14.0062 4.61875 13.425 4.16685 12.75L3.23201 13.3758Z"
19
+ fill="currentColor"
20
+ fill-opacity="0.5"
21
+ />
22
+ <path
23
+ d="M8.64775 7.15349L6.7955 9.00574L6 8.21025L9.21025 5L12.4205 8.21025L11.625 9.00574L9.77275 7.15349V13.108H8.64775V7.15349Z"
24
+ fill="currentColor"
25
+ />
26
+ </svg>
@@ -0,0 +1,26 @@
1
+ export default UpgradeIcon;
2
+ type UpgradeIcon = SvelteComponent<{
3
+ [x: string]: never;
4
+ }, {
5
+ [evt: string]: CustomEvent<any>;
6
+ }, {}> & {
7
+ $$bindings?: string | undefined;
8
+ };
9
+ declare const UpgradeIcon: $$__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,10 +1,10 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" 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
  <path
3
3
  d="M3.00008 3C3.00008 2.44772 3.44779 2 4.00008 2L8.70718 2L13.0001 6.29289L13.0001 13C13.0001 13.5523 12.5524 14 12.0001 14H9.00008V13H12.0001L12.0001 6.70711L8.29297 3L4.00008 3L4.00008 6H3.00008L3.00008 3Z"
4
- fill="#EBEBEB"
4
+ fill="currentColor"
5
5
  />
6
6
  <path
7
7
  d="M3.35359 10.3536L5.00004 8.70711L5.00004 14H6.00004L6.00004 8.70711L7.64648 10.3536L8.35359 9.64645L5.50004 6.79289L2.64648 9.64645L3.35359 10.3536Z"
8
- fill="#EBEBEB"
8
+ fill="currentColor"
9
9
  />
10
10
  </svg>
@@ -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
3
3
  d="M9.5 4.35938V3.85938H9H7H6.5V4.35938L6.5 8.35938V8.85938H7H9H9.5V8.35938V4.35938ZM9.5 10.3594V9.85938H9H7H6.5V10.3594V12.3594V12.8594H7H9H9.5V12.3594V10.3594ZM8 1.85938C9.72391 1.85938 11.3772 2.5442 12.5962 3.76318C13.8152 4.98217 14.5 6.63547 14.5 8.35938C14.5 10.0833 13.8152 11.7366 12.5962 12.9556C11.3772 14.1746 9.72391 14.8594 8 14.8594C6.27609 14.8594 4.62279 14.1746 3.40381 12.9556C2.18482 11.7366 1.5 10.0833 1.5 8.35937C1.5 6.63547 2.18482 4.98217 3.40381 3.76318C4.62279 2.54419 6.27609 1.85937 8 1.85938Z"
4
4
  fill="currentColor"
@@ -1,4 +1,10 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="17" viewBox="0 0 16 17" fill="none">
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="100%"
4
+ height="100%"
5
+ viewBox="2 1.5 13 13"
6
+ fill="none"
7
+ >
2
8
  <path
3
9
  opacity="0.4"
4
10
  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
  d="M14.8367 12.7211L8.70127 1.52747C8.31498 0.824178 7.68372 0.824178 7.29931 1.52747L1.16387 12.7211C0.777573 13.4244 1.09791 14 1.87615 14H14.1244C14.9017 14 15.2221 13.4244 14.8367 12.7211ZM8.00029 12.0355C7.48209 12.0355 7.05811 11.5935 7.05811 11.0533C7.05811 10.513 7.48209 10.071 8.00029 10.071C8.51849 10.071 8.94246 10.513 8.94246 11.0533C8.94246 11.5935 8.51849 12.0355 8.00029 12.0355ZM8.58255 9.08878H7.41803L7.05811 5.1598H8.94246L8.58255 9.08878Z"
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="0 0 16 16" fill="none">
2
2
  <path d="M8 5V9H9V5H8Z" fill="currentColor" />
3
3
  <path
4
4
  d="M8.5 12C9.05228 12 9.5 11.5523 9.5 11C9.5 10.4477 9.05228 10 8.5 10C7.94772 10 7.5 10.4477 7.5 11C7.5 11.5523 7.94772 12 8.5 12Z"
@@ -9,6 +9,6 @@
9
9
  fill-rule="evenodd"
10
10
  clip-rule="evenodd"
11
11
  d="M7.63417 2C8.01907 1.33333 8.98132 1.33333 9.36622 2L15.4284 12.5C15.8133 13.1667 15.3322 14 14.5624 14H2.43801C1.66821 14 1.18709 13.1667 1.57199 12.5L7.63417 2ZM8.50019 2.5L2.43802 13L14.5624 13L8.50019 2.5Z"
12
- fill="#EBEBEB"
12
+ fill="currentColor"
13
13
  />
14
14
  </svg>
@@ -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
  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.5">
3
3
  <path
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
  d="M14.5 13C14.5 13.1326 14.4473 13.2598 14.3536 13.3536C14.2598 13.4473 14.1326 13.5 14 13.5H2C1.86739 13.5 1.74021 13.4473 1.64645 13.3536C1.55268 13.2598 1.5 13.1326 1.5 13V3C1.5 2.86739 1.55268 2.74021 1.64645 2.64645C1.74021 2.55268 1.86739 2.5 2 2.5C2.13261 2.5 2.25979 2.55268 2.35355 2.64645C2.44732 2.74021 2.5 2.86739 2.5 3V8.89812L5.67063 6.125C5.7569 6.04947 5.86652 6.0059 5.9811 6.00157C6.09569 5.99725 6.20828 6.03244 6.3 6.10125L9.97563 8.85812L13.6706 5.625C13.7191 5.57704 13.7768 5.5395 13.8403 5.51467C13.9038 5.48985 13.9717 5.47827 14.0398 5.48065C14.1079 5.48303 14.1749 5.49931 14.2365 5.5285C14.2981 5.55769 14.3531 5.59917 14.398 5.65038C14.443 5.7016 14.4771 5.76148 14.4981 5.82633C14.5191 5.89119 14.5266 5.95965 14.5201 6.02752C14.5137 6.09538 14.4935 6.16122 14.4607 6.22097C14.4279 6.28073 14.3832 6.33314 14.3294 6.375L10.3294 9.875C10.2431 9.95053 10.1335 9.9941 10.0189 9.99843C9.90431 10.0028 9.79173 9.96756 9.7 9.89875L6.02437 7.14313L2.5 10.2269V12.5H14C14.1326 12.5 14.2598 12.5527 14.3536 12.6464C14.4473 12.7402 14.5 12.8674 14.5 13Z"
4
4
  fill="currentColor"
@@ -1,4 +1,4 @@
1
- <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ <svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
2
  <g id="wized-logo" clip-path="url(#clip0_367_1734)">
3
3
  <g id="logo">
4
4
  <mask
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="14" height="15" viewBox="0 0 14 15" fill="none">
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 14 14" fill="none">
2
2
  <g clip-path="url(#clip0_5690_28327)">
3
3
  <path
4
4
  d="M6.99935 4.58333V2.25H1.16602V12.75H12.8327V4.58333H6.99935ZM5.83268 11.5833H2.33268V10.4167H5.83268V11.5833ZM5.83268 9.25H2.33268V8.08333H5.83268V9.25ZM5.83268 6.91667H2.33268V5.75H5.83268V6.91667ZM5.83268 4.58333H2.33268V3.41667H5.83268V4.58333ZM11.666 11.5833H6.99935V5.75H11.666V11.5833ZM10.4993 6.91667H8.16602V8.08333H10.4993V6.91667ZM10.4993 9.25H8.16602V10.4167H10.4993V9.25Z"