@unkn0wndo3s/nova-design-system 0.1.0 → 0.2.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 (143) hide show
  1. package/LICENSE.md +46 -46
  2. package/README.md +159 -165
  3. package/package.json +28 -28
  4. package/src/components/Button/_button.scss +36 -36
  5. package/src/components/Button/button.astro +14 -14
  6. package/src/components/Icons/Arrow2/Arrow2.astro +45 -45
  7. package/src/components/Icons/Arrow2/svgs/arrow2-16-down.svg +3 -3
  8. package/src/components/Icons/Arrow2/svgs/arrow2-16-left.svg +3 -3
  9. package/src/components/Icons/Arrow2/svgs/arrow2-16-right.svg +3 -3
  10. package/src/components/Icons/Arrow2/svgs/arrow2-16-up.svg +3 -3
  11. package/src/components/Icons/Arrow2/svgs/arrow2-24-down.svg +3 -3
  12. package/src/components/Icons/Arrow2/svgs/arrow2-24-left.svg +3 -3
  13. package/src/components/Icons/Arrow2/svgs/arrow2-24-right.svg +3 -3
  14. package/src/components/Icons/Arrow2/svgs/arrow2-24-up.svg +3 -3
  15. package/src/components/Icons/Arrow2/svgs/arrow2-32-down.svg +3 -3
  16. package/src/components/Icons/Arrow2/svgs/arrow2-32-left.svg +3 -3
  17. package/src/components/Icons/Arrow2/svgs/arrow2-32-right.svg +3 -3
  18. package/src/components/Icons/Arrow2/svgs/arrow2-32-up.svg +3 -3
  19. package/src/components/Icons/bin/bin.astro +26 -26
  20. package/src/components/Icons/bin/svgs/bin-16.svg +3 -3
  21. package/src/components/Icons/bin/svgs/bin-24.svg +3 -3
  22. package/src/components/Icons/bin/svgs/bin-32.svg +3 -3
  23. package/src/components/Icons/burger/burger.astro +26 -26
  24. package/src/components/Icons/burger/svgs/burger-16.svg +3 -3
  25. package/src/components/Icons/burger/svgs/burger-24.svg +3 -3
  26. package/src/components/Icons/burger/svgs/burger-32.svg +3 -3
  27. package/src/components/Icons/calendar/calendar.astro +26 -26
  28. package/src/components/Icons/calendar/svgs/calendar-16.svg +3 -3
  29. package/src/components/Icons/calendar/svgs/calendar-24.svg +3 -3
  30. package/src/components/Icons/calendar/svgs/calendar-32.svg +3 -3
  31. package/src/components/Icons/check/check.astro +26 -26
  32. package/src/components/Icons/check/svgs/check-16.svg +3 -3
  33. package/src/components/Icons/check/svgs/check-24.svg +3 -3
  34. package/src/components/Icons/check/svgs/check-32.svg +3 -3
  35. package/src/components/Icons/close/close.astro +27 -27
  36. package/src/components/Icons/close/svgs/close-16.svg +3 -3
  37. package/src/components/Icons/close/svgs/close-24.svg +3 -3
  38. package/src/components/Icons/close/svgs/close-32.svg +3 -3
  39. package/src/components/Icons/code/code.astro +26 -26
  40. package/src/components/Icons/code/svgs/code-16.svg +3 -3
  41. package/src/components/Icons/code/svgs/code-24.svg +3 -3
  42. package/src/components/Icons/code/svgs/code-32.svg +3 -3
  43. package/src/components/Icons/cube/cube.astro +26 -26
  44. package/src/components/Icons/cube/svgs/cube-16.svg +3 -3
  45. package/src/components/Icons/cube/svgs/cube-24.svg +3 -3
  46. package/src/components/Icons/cube/svgs/cube-32.svg +3 -3
  47. package/src/components/Icons/download/download.astro +26 -26
  48. package/src/components/Icons/download/svgs/download-16.svg +5 -5
  49. package/src/components/Icons/download/svgs/download-24.svg +4 -4
  50. package/src/components/Icons/download/svgs/download-32.svg +4 -4
  51. package/src/components/Icons/filter/filter.astro +26 -26
  52. package/src/components/Icons/filter/svgs/filter-16.svg +3 -3
  53. package/src/components/Icons/filter/svgs/filter-24.svg +3 -3
  54. package/src/components/Icons/filter/svgs/filter-32.svg +3 -3
  55. package/src/components/Icons/help/help.astro +26 -26
  56. package/src/components/Icons/help/svgs/help-16.svg +5 -5
  57. package/src/components/Icons/help/svgs/help-24.svg +5 -5
  58. package/src/components/Icons/help/svgs/help-32.svg +3 -3
  59. package/src/components/Icons/home/home.astro +26 -26
  60. package/src/components/Icons/home/svgs/home-16.svg +3 -3
  61. package/src/components/Icons/home/svgs/home-24.svg +3 -3
  62. package/src/components/Icons/home/svgs/home-32.svg +3 -3
  63. package/src/components/Icons/index.ts +25 -25
  64. package/src/components/Icons/link/link.astro +26 -26
  65. package/src/components/Icons/link/svgs/link-16.svg +3 -3
  66. package/src/components/Icons/link/svgs/link-24.svg +3 -3
  67. package/src/components/Icons/link/svgs/link-32.svg +3 -3
  68. package/src/components/Icons/minus/minus.astro +26 -26
  69. package/src/components/Icons/minus/svgs/minus-16.svg +3 -3
  70. package/src/components/Icons/minus/svgs/minus-24.svg +3 -3
  71. package/src/components/Icons/minus/svgs/minus-32.svg +3 -3
  72. package/src/components/Icons/more/more.astro +26 -26
  73. package/src/components/Icons/more/svgs/more-16.svg +3 -3
  74. package/src/components/Icons/more/svgs/more-24.svg +3 -3
  75. package/src/components/Icons/more/svgs/more-32.svg +3 -3
  76. package/src/components/Icons/overview/overview.astro +26 -26
  77. package/src/components/Icons/overview/svgs/overview-16.svg +3 -3
  78. package/src/components/Icons/overview/svgs/overview-24.svg +3 -3
  79. package/src/components/Icons/overview/svgs/overview-32.svg +3 -3
  80. package/src/components/Icons/plus/plus.astro +26 -26
  81. package/src/components/Icons/plus/svgs/plus-16.svg +3 -3
  82. package/src/components/Icons/plus/svgs/plus-24.svg +3 -3
  83. package/src/components/Icons/plus/svgs/plus-32.svg +3 -3
  84. package/src/components/Icons/profile/profile.astro +27 -27
  85. package/src/components/Icons/profile/svgs/profile-16.svg +3 -3
  86. package/src/components/Icons/profile/svgs/profile-24.svg +3 -3
  87. package/src/components/Icons/profile/svgs/profile-32.svg +3 -3
  88. package/src/components/Icons/search/search.astro +27 -27
  89. package/src/components/Icons/search/svgs/search-16.svg +3 -3
  90. package/src/components/Icons/search/svgs/search-24.svg +3 -3
  91. package/src/components/Icons/search/svgs/search-32.svg +3 -3
  92. package/src/components/Icons/settings/settings.astro +26 -26
  93. package/src/components/Icons/settings/svgs/settings-16.svg +3 -3
  94. package/src/components/Icons/settings/svgs/settings-24.svg +3 -3
  95. package/src/components/Icons/settings/svgs/settings-32.svg +3 -3
  96. package/src/components/Icons/share/share.astro +27 -27
  97. package/src/components/Icons/share/svgs/share-16.svg +3 -3
  98. package/src/components/Icons/share/svgs/share-24.svg +3 -3
  99. package/src/components/Icons/share/svgs/share-32.svg +3 -3
  100. package/src/components/Icons/shield/shield.astro +26 -26
  101. package/src/components/Icons/shield/svgs/shield-16.svg +3 -3
  102. package/src/components/Icons/shield/svgs/shield-24.svg +3 -3
  103. package/src/components/Icons/shield/svgs/shield-32.svg +3 -3
  104. package/src/components/Icons/sort/sort.astro +38 -38
  105. package/src/components/Icons/sort/svgs/sort-16-ascend.svg +4 -4
  106. package/src/components/Icons/sort/svgs/sort-16-default.svg +3 -3
  107. package/src/components/Icons/sort/svgs/sort-16-descend.svg +4 -4
  108. package/src/components/Icons/sort/svgs/sort-24-ascend.svg +4 -4
  109. package/src/components/Icons/sort/svgs/sort-24-default.svg +3 -3
  110. package/src/components/Icons/sort/svgs/sort-24-descend.svg +4 -4
  111. package/src/components/Icons/sort/svgs/sort-32-ascend.svg +4 -4
  112. package/src/components/Icons/sort/svgs/sort-32-default.svg +3 -3
  113. package/src/components/Icons/sort/svgs/sort-32-descend.svg +4 -4
  114. package/src/components/Icons/stats/stats.astro +26 -26
  115. package/src/components/Icons/stats/svgs/stats-16.svg +3 -3
  116. package/src/components/Icons/stats/svgs/stats-24.svg +3 -3
  117. package/src/components/Icons/stats/svgs/stats-32.svg +3 -3
  118. package/src/components/Icons/upload/svgs/upload-16.svg +3 -3
  119. package/src/components/Icons/upload/svgs/upload-24.svg +3 -3
  120. package/src/components/Icons/upload/svgs/upload-32.svg +3 -3
  121. package/src/components/Icons/upload/upload.astro +27 -27
  122. package/src/components/Link/_link.scss +29 -29
  123. package/src/components/Link/link.astro +15 -15
  124. package/src/components/ListItem/_listItem.scss +69 -20
  125. package/src/components/ListItem/listItem.astro +14 -14
  126. package/src/components/ListItem/listItemSubtitle.astro +6 -6
  127. package/src/components/ListItem/listItemTitle.astro +6 -6
  128. package/src/components/Notifications/_notification.scss +61 -61
  129. package/src/components/Notifications/notification.astro +22 -22
  130. package/src/components/Tabs/_tab.scss +32 -32
  131. package/src/components/Tabs/tab.astro +53 -53
  132. package/src/components/Tabs/tabContent.astro +20 -20
  133. package/src/components/Tabs/tabItem.astro +40 -40
  134. package/src/components/Toggle/_toggle.scss +33 -33
  135. package/src/components/Toggle/toggle.astro +61 -61
  136. package/src/components/index.ts +13 -10
  137. package/src/index.ts +1 -1
  138. package/src/layouts/Layout.astro +29 -29
  139. package/src/pages/index.astro +338 -338
  140. package/src/styles/index.scss +10 -10
  141. package/src/styles/tokens/_colors.scss +69 -69
  142. package/src/styles/tokens/_spacing.scss +32 -32
  143. package/src/styles/tokens/_typography.scss +50 -50
@@ -1,45 +1,45 @@
1
- ---
2
- import arrow16down from './svgs/arrow2-16-down.svg?raw';
3
- import arrow16left from './svgs/arrow2-16-left.svg?raw';
4
- import arrow16right from './svgs/arrow2-16-right.svg?raw';
5
- import arrow16up from './svgs/arrow2-16-up.svg?raw';
6
- import arrow24down from './svgs/arrow2-24-down.svg?raw';
7
- import arrow24left from './svgs/arrow2-24-left.svg?raw';
8
- import arrow24right from './svgs/arrow2-24-right.svg?raw';
9
- import arrow24up from './svgs/arrow2-24-up.svg?raw';
10
- import arrow32down from './svgs/arrow2-32-down.svg?raw';
11
- import arrow32left from './svgs/arrow2-32-left.svg?raw';
12
- import arrow32right from './svgs/arrow2-32-right.svg?raw';
13
- import arrow32up from './svgs/arrow2-32-up.svg?raw';
14
-
15
- export interface Props {
16
- size: 16 | 24 | 32;
17
- orientation: 'up' | 'down' | 'left' | 'right';
18
- label?: string;
19
- class?: string;
20
- }
21
-
22
- const { size = 24, orientation = 'down', label, class: className } = Astro.props;
23
-
24
- let raw: string;
25
- if (size === 16 && orientation === 'down') raw = arrow16down;
26
- else if (size === 16 && orientation === 'left') raw = arrow16left;
27
- else if (size === 16 && orientation === 'right') raw = arrow16right;
28
- else if (size === 16 && orientation === 'up') raw = arrow16up;
29
- else if (size === 24 && orientation === 'down') raw = arrow24down;
30
- else if (size === 24 && orientation === 'left') raw = arrow24left;
31
- else if (size === 24 && orientation === 'right') raw = arrow24right;
32
- else if (size === 24 && orientation === 'up') raw = arrow24up;
33
- else if (size === 32 && orientation === 'down') raw = arrow32down;
34
- else if (size === 32 && orientation === 'left') raw = arrow32left;
35
- else if (size === 32 && orientation === 'right') raw = arrow32right;
36
- else if (size === 32 && orientation === 'up') raw = arrow32up;
37
- else raw = ''; // Fallback to a blank string if no match is found, though this should not happen due to the type constraints on size and orientation.
38
-
39
- const classes = ['nds-icon-arrow2', className].filter(Boolean).join(' ');
40
- const svg = raw
41
- .replace(/fill="#[A-Fa-f0-9]{3,8}"/g, 'fill="currentColor"')
42
- .replace('<svg ', `<svg class="${classes}" aria-hidden="${label ? 'false' : 'true'}" ${label ? `aria-label="${label}" role="img"` : ''} `);
43
- ---
44
-
45
- <Fragment set:html={svg} />
1
+ ---
2
+ import arrow16down from './svgs/arrow2-16-down.svg?raw';
3
+ import arrow16left from './svgs/arrow2-16-left.svg?raw';
4
+ import arrow16right from './svgs/arrow2-16-right.svg?raw';
5
+ import arrow16up from './svgs/arrow2-16-up.svg?raw';
6
+ import arrow24down from './svgs/arrow2-24-down.svg?raw';
7
+ import arrow24left from './svgs/arrow2-24-left.svg?raw';
8
+ import arrow24right from './svgs/arrow2-24-right.svg?raw';
9
+ import arrow24up from './svgs/arrow2-24-up.svg?raw';
10
+ import arrow32down from './svgs/arrow2-32-down.svg?raw';
11
+ import arrow32left from './svgs/arrow2-32-left.svg?raw';
12
+ import arrow32right from './svgs/arrow2-32-right.svg?raw';
13
+ import arrow32up from './svgs/arrow2-32-up.svg?raw';
14
+
15
+ export interface Props {
16
+ size: 16 | 24 | 32;
17
+ orientation: 'up' | 'down' | 'left' | 'right';
18
+ label?: string;
19
+ class?: string;
20
+ }
21
+
22
+ const { size = 24, orientation = 'down', label, class: className } = Astro.props;
23
+
24
+ let raw: string;
25
+ if (size === 16 && orientation === 'down') raw = arrow16down;
26
+ else if (size === 16 && orientation === 'left') raw = arrow16left;
27
+ else if (size === 16 && orientation === 'right') raw = arrow16right;
28
+ else if (size === 16 && orientation === 'up') raw = arrow16up;
29
+ else if (size === 24 && orientation === 'down') raw = arrow24down;
30
+ else if (size === 24 && orientation === 'left') raw = arrow24left;
31
+ else if (size === 24 && orientation === 'right') raw = arrow24right;
32
+ else if (size === 24 && orientation === 'up') raw = arrow24up;
33
+ else if (size === 32 && orientation === 'down') raw = arrow32down;
34
+ else if (size === 32 && orientation === 'left') raw = arrow32left;
35
+ else if (size === 32 && orientation === 'right') raw = arrow32right;
36
+ else if (size === 32 && orientation === 'up') raw = arrow32up;
37
+ else raw = ''; // Fallback to a blank string if no match is found, though this should not happen due to the type constraints on size and orientation.
38
+
39
+ const classes = ['nds-icon-arrow2', className].filter(Boolean).join(' ');
40
+ const svg = raw
41
+ .replace(/fill="#[A-Fa-f0-9]{3,8}"/g, 'fill="currentColor"')
42
+ .replace('<svg ', `<svg class="${classes}" aria-hidden="${label ? 'false' : 'true'}" ${label ? `aria-label="${label}" role="img"` : ''} `);
43
+ ---
44
+
45
+ <Fragment set:html={svg} />
@@ -1,3 +1,3 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M8.44167 9.69166C8.32448 9.8087 8.16563 9.87444 8 9.87444C7.83438 9.87444 7.67553 9.8087 7.55834 9.69166L5.20084 7.33499C5.08365 7.21775 5.01783 7.05875 5.01787 6.89297C5.01791 6.7272 5.0838 6.56823 5.20105 6.45104C5.31829 6.33384 5.47729 6.26803 5.64307 6.26807C5.80884 6.26811 5.96781 6.334 6.085 6.45124L8 8.36624L9.915 6.45124C10.0328 6.33734 10.1907 6.27427 10.3545 6.27561C10.5184 6.27696 10.6752 6.34262 10.7911 6.45844C10.9071 6.57427 10.9729 6.731 10.9744 6.89487C10.9759 7.05874 10.913 7.21665 10.7992 7.33458L8.44209 9.69208L8.44167 9.69166Z" fill="#F4F2EF"/>
3
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.44167 9.69166C8.32448 9.8087 8.16563 9.87444 8 9.87444C7.83438 9.87444 7.67553 9.8087 7.55834 9.69166L5.20084 7.33499C5.08365 7.21775 5.01783 7.05875 5.01787 6.89297C5.01791 6.7272 5.0838 6.56823 5.20105 6.45104C5.31829 6.33384 5.47729 6.26803 5.64307 6.26807C5.80884 6.26811 5.96781 6.334 6.085 6.45124L8 8.36624L9.915 6.45124C10.0328 6.33734 10.1907 6.27427 10.3545 6.27561C10.5184 6.27696 10.6752 6.34262 10.7911 6.45844C10.9071 6.57427 10.9729 6.731 10.9744 6.89487C10.9759 7.05874 10.913 7.21665 10.7992 7.33458L8.44209 9.69208L8.44167 9.69166Z" fill="#F4F2EF"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M6.30833 7.55834C6.19129 7.67553 6.12555 7.83439 6.12555 8.00001C6.12555 8.16564 6.19129 8.32449 6.30833 8.44168L8.665 10.7992C8.72305 10.8572 8.79197 10.9032 8.86781 10.9346C8.94366 10.966 9.02494 10.9822 9.10702 10.9821C9.1891 10.9821 9.27038 10.9659 9.34621 10.9345C9.42204 10.9031 9.49093 10.857 9.54896 10.799C9.60699 10.7409 9.65301 10.672 9.6844 10.5962C9.7158 10.5203 9.73195 10.439 9.73193 10.3569C9.73191 10.2749 9.71572 10.1936 9.68429 10.1178C9.65286 10.0419 9.6068 9.97304 9.54875 9.91501L7.63417 8.00001L9.54917 6.08501C9.60889 6.02738 9.65653 5.95844 9.68932 5.8822C9.72211 5.80597 9.73939 5.72396 9.74015 5.64098C9.74091 5.55799 9.72514 5.47568 9.69375 5.39886C9.66236 5.32204 9.61599 5.25223 9.55733 5.19352C9.49868 5.13481 9.42892 5.08837 9.35212 5.05691C9.27532 5.02545 9.19303 5.00959 9.11005 5.01027C9.02706 5.01096 8.94504 5.02816 8.86877 5.06088C8.7925 5.0936 8.72352 5.14118 8.66583 5.20084L6.30833 7.55834Z" fill="#F4F2EF"/>
3
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.30833 7.55834C6.19129 7.67553 6.12555 7.83439 6.12555 8.00001C6.12555 8.16564 6.19129 8.32449 6.30833 8.44168L8.665 10.7992C8.72305 10.8572 8.79197 10.9032 8.86781 10.9346C8.94366 10.966 9.02494 10.9822 9.10702 10.9821C9.1891 10.9821 9.27038 10.9659 9.34621 10.9345C9.42204 10.9031 9.49093 10.857 9.54896 10.799C9.60699 10.7409 9.65301 10.672 9.6844 10.5962C9.7158 10.5203 9.73195 10.439 9.73193 10.3569C9.73191 10.2749 9.71572 10.1936 9.68429 10.1178C9.65286 10.0419 9.6068 9.97304 9.54875 9.91501L7.63417 8.00001L9.54917 6.08501C9.60889 6.02738 9.65653 5.95844 9.68932 5.8822C9.72211 5.80597 9.73939 5.72396 9.74015 5.64098C9.74091 5.55799 9.72514 5.47568 9.69375 5.39886C9.66236 5.32204 9.61599 5.25223 9.55733 5.19352C9.49868 5.13481 9.42892 5.08837 9.35212 5.05691C9.27532 5.02545 9.19303 5.00959 9.11005 5.01027C9.02706 5.01096 8.94504 5.02816 8.86877 5.06088C8.7925 5.0936 8.72352 5.14118 8.66583 5.20084L6.30833 7.55834Z" fill="#F4F2EF"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M9.69167 7.55834C9.80871 7.67553 9.87445 7.83439 9.87445 8.00001C9.87445 8.16564 9.80871 8.32449 9.69167 8.44168L7.335 10.7992C7.27695 10.8572 7.20803 10.9032 7.13219 10.9346C7.05634 10.966 6.97506 10.9822 6.89298 10.9821C6.8109 10.9821 6.72962 10.9659 6.65379 10.9345C6.57796 10.9031 6.50907 10.857 6.45104 10.799C6.39301 10.7409 6.34699 10.672 6.3156 10.5962C6.2842 10.5203 6.26805 10.439 6.26807 10.3569C6.26809 10.2749 6.28428 10.1936 6.31571 10.1178C6.34714 10.0419 6.3932 9.97304 6.45125 9.91501L8.36583 8.00001L6.45083 6.08501C6.39111 6.02738 6.34347 5.95844 6.31068 5.8822C6.27789 5.80597 6.26061 5.72396 6.25985 5.64098C6.25909 5.55799 6.27486 5.47568 6.30625 5.39886C6.33764 5.32204 6.38401 5.25223 6.44267 5.19352C6.50132 5.13481 6.57108 5.08837 6.64788 5.05691C6.72468 5.02545 6.80697 5.00959 6.88995 5.01027C6.97294 5.01096 7.05496 5.02816 7.13123 5.06088C7.2075 5.0936 7.27648 5.14118 7.33417 5.20084L9.69167 7.55834Z" fill="#F4F2EF"/>
3
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9.69167 7.55834C9.80871 7.67553 9.87445 7.83439 9.87445 8.00001C9.87445 8.16564 9.80871 8.32449 9.69167 8.44168L7.335 10.7992C7.27695 10.8572 7.20803 10.9032 7.13219 10.9346C7.05634 10.966 6.97506 10.9822 6.89298 10.9821C6.8109 10.9821 6.72962 10.9659 6.65379 10.9345C6.57796 10.9031 6.50907 10.857 6.45104 10.799C6.39301 10.7409 6.34699 10.672 6.3156 10.5962C6.2842 10.5203 6.26805 10.439 6.26807 10.3569C6.26809 10.2749 6.28428 10.1936 6.31571 10.1178C6.34714 10.0419 6.3932 9.97304 6.45125 9.91501L8.36583 8.00001L6.45083 6.08501C6.39111 6.02738 6.34347 5.95844 6.31068 5.8822C6.27789 5.80597 6.26061 5.72396 6.25985 5.64098C6.25909 5.55799 6.27486 5.47568 6.30625 5.39886C6.33764 5.32204 6.38401 5.25223 6.44267 5.19352C6.50132 5.13481 6.57108 5.08837 6.64788 5.05691C6.72468 5.02545 6.80697 5.00959 6.88995 5.01027C6.97294 5.01096 7.05496 5.02816 7.13123 5.06088C7.2075 5.0936 7.27648 5.14118 7.33417 5.20084L9.69167 7.55834Z" fill="#F4F2EF"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M7.55833 6.30833C7.67552 6.19129 7.83437 6.12555 8 6.12555C8.16562 6.12555 8.32447 6.19129 8.44166 6.30833L10.7992 8.665C10.8572 8.72305 10.9032 8.79197 10.9346 8.86781C10.966 8.94366 10.9822 9.02494 10.9821 9.10702C10.9821 9.1891 10.9659 9.27038 10.9345 9.34621C10.9031 9.42204 10.857 9.49093 10.799 9.54896C10.7409 9.60699 10.672 9.65301 10.5961 9.6844C10.5203 9.7158 10.439 9.73195 10.3569 9.73193C10.2748 9.73191 10.1936 9.71572 10.1177 9.68429C10.0419 9.65286 9.97302 9.6068 9.915 9.54875L8 7.63417L6.085 9.54917C6.02737 9.60889 5.95843 9.65653 5.88219 9.68932C5.80595 9.72211 5.72395 9.73939 5.64096 9.74015C5.55798 9.74091 5.47567 9.72514 5.39884 9.69375C5.32202 9.66236 5.25222 9.61599 5.19351 9.55733C5.1348 9.49868 5.08835 9.42892 5.05689 9.35212C5.02543 9.27532 5.00958 9.19303 5.01026 9.11005C5.01094 9.02706 5.02814 8.94504 5.06086 8.86877C5.09358 8.7925 5.14116 8.72352 5.20083 8.66583L7.55833 6.30833Z" fill="#F4F2EF"/>
3
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.55833 6.30833C7.67552 6.19129 7.83437 6.12555 8 6.12555C8.16562 6.12555 8.32447 6.19129 8.44166 6.30833L10.7992 8.665C10.8572 8.72305 10.9032 8.79197 10.9346 8.86781C10.966 8.94366 10.9822 9.02494 10.9821 9.10702C10.9821 9.1891 10.9659 9.27038 10.9345 9.34621C10.9031 9.42204 10.857 9.49093 10.799 9.54896C10.7409 9.60699 10.672 9.65301 10.5961 9.6844C10.5203 9.7158 10.439 9.73195 10.3569 9.73193C10.2748 9.73191 10.1936 9.71572 10.1177 9.68429C10.0419 9.65286 9.97302 9.6068 9.915 9.54875L8 7.63417L6.085 9.54917C6.02737 9.60889 5.95843 9.65653 5.88219 9.68932C5.80595 9.72211 5.72395 9.73939 5.64096 9.74015C5.55798 9.74091 5.47567 9.72514 5.39884 9.69375C5.32202 9.66236 5.25222 9.61599 5.19351 9.55733C5.1348 9.49868 5.08835 9.42892 5.05689 9.35212C5.02543 9.27532 5.00958 9.19303 5.01026 9.11005C5.01094 9.02706 5.02814 8.94504 5.06086 8.86877C5.09358 8.7925 5.14116 8.72352 5.20083 8.66583L7.55833 6.30833Z" fill="#F4F2EF"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M12.795 15.045C12.5841 15.2557 12.2981 15.374 12 15.374C11.7019 15.374 11.4159 15.2557 11.205 15.045L6.9615 10.803C6.75056 10.592 6.63209 10.3058 6.63216 10.0074C6.63223 9.70897 6.75083 9.42283 6.96188 9.21188C7.17292 9.00094 7.45912 8.88247 7.75752 8.88254C8.05591 8.88261 8.34205 9.00121 8.553 9.21226L12 12.6593L15.447 9.21226C15.6591 9.00723 15.9432 8.8937 16.2382 8.89612C16.5332 8.89855 16.8154 9.01673 17.0241 9.22521C17.2327 9.4337 17.3512 9.71581 17.3539 10.0108C17.3566 10.3058 17.2433 10.59 17.0385 10.8023L12.7958 15.0458L12.795 15.045Z" fill="#F4F2EF"/>
3
- </svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12.795 15.045C12.5841 15.2557 12.2981 15.374 12 15.374C11.7019 15.374 11.4159 15.2557 11.205 15.045L6.9615 10.803C6.75056 10.592 6.63209 10.3058 6.63216 10.0074C6.63223 9.70897 6.75083 9.42283 6.96188 9.21188C7.17292 9.00094 7.45912 8.88247 7.75752 8.88254C8.05591 8.88261 8.34205 9.00121 8.553 9.21226L12 12.6593L15.447 9.21226C15.6591 9.00723 15.9432 8.8937 16.2382 8.89612C16.5332 8.89855 16.8154 9.01673 17.0241 9.22521C17.2327 9.4337 17.3512 9.71581 17.3539 10.0108C17.3566 10.3058 17.2433 10.59 17.0385 10.8023L12.7958 15.0458L12.795 15.045Z" fill="#F4F2EF"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M8.95499 11.205C8.74431 11.4159 8.62598 11.7019 8.62598 12C8.62598 12.2981 8.74431 12.5841 8.95499 12.795L13.197 17.0385C13.3015 17.143 13.4255 17.2258 13.5621 17.2823C13.6986 17.3388 13.8449 17.3679 13.9926 17.3678C14.1404 17.3678 14.2867 17.3387 14.4232 17.2821C14.5597 17.2255 14.6837 17.1426 14.7881 17.0381C14.8926 16.9336 14.9754 16.8096 15.0319 16.6731C15.0884 16.5365 15.1175 16.3902 15.1175 16.2425C15.1174 16.0947 15.0883 15.9484 15.0317 15.812C14.9751 15.6755 14.8922 15.5515 14.7877 15.447L11.3415 12L14.7885 8.553C14.896 8.44927 14.9817 8.32518 15.0408 8.18795C15.0998 8.05072 15.1309 7.90312 15.1323 7.75374C15.1336 7.60437 15.1052 7.45621 15.0487 7.31793C14.9922 7.17964 14.9088 7.054 14.8032 6.94832C14.6976 6.84264 14.572 6.75905 14.4338 6.70242C14.2956 6.64578 14.1474 6.61725 13.9981 6.61848C13.8487 6.6197 13.7011 6.65067 13.5638 6.70956C13.4265 6.76846 13.3023 6.8541 13.1985 6.9615L8.95499 11.205Z" fill="#F4F2EF"/>
3
- </svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.95499 11.205C8.74431 11.4159 8.62598 11.7019 8.62598 12C8.62598 12.2981 8.74431 12.5841 8.95499 12.795L13.197 17.0385C13.3015 17.143 13.4255 17.2258 13.5621 17.2823C13.6986 17.3388 13.8449 17.3679 13.9926 17.3678C14.1404 17.3678 14.2867 17.3387 14.4232 17.2821C14.5597 17.2255 14.6837 17.1426 14.7881 17.0381C14.8926 16.9336 14.9754 16.8096 15.0319 16.6731C15.0884 16.5365 15.1175 16.3902 15.1175 16.2425C15.1174 16.0947 15.0883 15.9484 15.0317 15.812C14.9751 15.6755 14.8922 15.5515 14.7877 15.447L11.3415 12L14.7885 8.553C14.896 8.44927 14.9817 8.32518 15.0408 8.18795C15.0998 8.05072 15.1309 7.90312 15.1323 7.75374C15.1336 7.60437 15.1052 7.45621 15.0487 7.31793C14.9922 7.17964 14.9088 7.054 14.8032 6.94832C14.6976 6.84264 14.572 6.75905 14.4338 6.70242C14.2956 6.64578 14.1474 6.61725 13.9981 6.61848C13.8487 6.6197 13.7011 6.65067 13.5638 6.70956C13.4265 6.76846 13.3023 6.8541 13.1985 6.9615L8.95499 11.205Z" fill="#F4F2EF"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M15.045 11.205C15.2557 11.4159 15.374 11.7019 15.374 12C15.374 12.2981 15.2557 12.5841 15.045 12.795L10.803 17.0385C10.6985 17.143 10.5745 17.2258 10.4379 17.2823C10.3014 17.3388 10.1551 17.3679 10.0074 17.3678C9.85962 17.3678 9.71333 17.3387 9.57684 17.2821C9.44035 17.2255 9.31634 17.1426 9.21189 17.0381C9.10744 16.9336 9.02459 16.8096 8.96808 16.6731C8.91158 16.5365 8.88251 16.3902 8.88254 16.2425C8.88258 16.0947 8.91171 15.9484 8.96829 15.812C9.02486 15.6755 9.10776 15.5515 9.21226 15.447L12.6585 12L9.21151 8.553C9.10402 8.44927 9.01825 8.32518 8.95923 8.18795C8.90021 8.05072 8.8691 7.90312 8.86774 7.75374C8.86637 7.60437 8.89476 7.45621 8.95126 7.31793C9.00776 7.17964 9.09124 7.054 9.19682 6.94832C9.3024 6.84264 9.42797 6.75905 9.5662 6.70242C9.70443 6.64578 9.85255 6.61725 10.0019 6.61848C10.1513 6.6197 10.2989 6.65067 10.4362 6.70956C10.5735 6.76846 10.6977 6.8541 10.8015 6.9615L15.045 11.205Z" fill="#F4F2EF"/>
3
- </svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M15.045 11.205C15.2557 11.4159 15.374 11.7019 15.374 12C15.374 12.2981 15.2557 12.5841 15.045 12.795L10.803 17.0385C10.6985 17.143 10.5745 17.2258 10.4379 17.2823C10.3014 17.3388 10.1551 17.3679 10.0074 17.3678C9.85962 17.3678 9.71333 17.3387 9.57684 17.2821C9.44035 17.2255 9.31634 17.1426 9.21189 17.0381C9.10744 16.9336 9.02459 16.8096 8.96808 16.6731C8.91158 16.5365 8.88251 16.3902 8.88254 16.2425C8.88258 16.0947 8.91171 15.9484 8.96829 15.812C9.02486 15.6755 9.10776 15.5515 9.21226 15.447L12.6585 12L9.21151 8.553C9.10402 8.44927 9.01825 8.32518 8.95923 8.18795C8.90021 8.05072 8.8691 7.90312 8.86774 7.75374C8.86637 7.60437 8.89476 7.45621 8.95126 7.31793C9.00776 7.17964 9.09124 7.054 9.19682 6.94832C9.3024 6.84264 9.42797 6.75905 9.5662 6.70242C9.70443 6.64578 9.85255 6.61725 10.0019 6.61848C10.1513 6.6197 10.2989 6.65067 10.4362 6.70956C10.5735 6.76846 10.6977 6.8541 10.8015 6.9615L15.045 11.205Z" fill="#F4F2EF"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M11.205 8.95499C11.4159 8.74431 11.7019 8.62598 12 8.62598C12.2981 8.62598 12.5841 8.74431 12.795 8.95499L17.0385 13.197C17.143 13.3015 17.2258 13.4255 17.2823 13.5621C17.3388 13.6986 17.3679 13.8449 17.3678 13.9926C17.3678 14.1404 17.3387 14.2867 17.2821 14.4232C17.2255 14.5597 17.1426 14.6837 17.0381 14.7881C16.9336 14.8926 16.8096 14.9754 16.6731 15.0319C16.5365 15.0884 16.3902 15.1175 16.2425 15.1175C16.0947 15.1174 15.9484 15.0883 15.812 15.0317C15.6755 14.9751 15.5515 14.8922 15.447 14.7877L12 11.3415L8.553 14.7885C8.44927 14.896 8.32518 14.9817 8.18795 15.0408C8.05072 15.0998 7.90312 15.1309 7.75374 15.1323C7.60437 15.1336 7.45621 15.1052 7.31793 15.0487C7.17964 14.9922 7.054 14.9088 6.94832 14.8032C6.84264 14.6976 6.75905 14.572 6.70242 14.4338C6.64578 14.2956 6.61725 14.1474 6.61848 13.9981C6.6197 13.8487 6.65067 13.7011 6.70956 13.5638C6.76846 13.4265 6.8541 13.3023 6.9615 13.1985L11.205 8.95499Z" fill="#F4F2EF"/>
3
- </svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.205 8.95499C11.4159 8.74431 11.7019 8.62598 12 8.62598C12.2981 8.62598 12.5841 8.74431 12.795 8.95499L17.0385 13.197C17.143 13.3015 17.2258 13.4255 17.2823 13.5621C17.3388 13.6986 17.3679 13.8449 17.3678 13.9926C17.3678 14.1404 17.3387 14.2867 17.2821 14.4232C17.2255 14.5597 17.1426 14.6837 17.0381 14.7881C16.9336 14.8926 16.8096 14.9754 16.6731 15.0319C16.5365 15.0884 16.3902 15.1175 16.2425 15.1175C16.0947 15.1174 15.9484 15.0883 15.812 15.0317C15.6755 14.9751 15.5515 14.8922 15.447 14.7877L12 11.3415L8.553 14.7885C8.44927 14.896 8.32518 14.9817 8.18795 15.0408C8.05072 15.0998 7.90312 15.1309 7.75374 15.1323C7.60437 15.1336 7.45621 15.1052 7.31793 15.0487C7.17964 14.9922 7.054 14.9088 6.94832 14.8032C6.84264 14.6976 6.75905 14.572 6.70242 14.4338C6.64578 14.2956 6.61725 14.1474 6.61848 13.9981C6.6197 13.8487 6.65067 13.7011 6.70956 13.5638C6.76846 13.4265 6.8541 13.3023 6.9615 13.1985L11.205 8.95499Z" fill="#F4F2EF"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="32" height="32" viewBox="0 0 32 32" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M17.1483 20.3984C16.8436 20.7027 16.4306 20.8736 16 20.8736C15.5694 20.8736 15.1564 20.7027 14.8517 20.3984L8.72217 14.271C8.41747 13.9662 8.24634 13.5528 8.24644 13.1218C8.24655 12.6908 8.41786 12.2774 8.72271 11.9727C9.02755 11.668 9.44095 11.4969 9.87197 11.497C10.303 11.4971 10.7163 11.6684 11.021 11.9733L16 16.9523L20.979 11.9733C21.2853 11.6771 21.6957 11.5131 22.1218 11.5166C22.5479 11.5201 22.9555 11.6908 23.257 11.992C23.5584 12.2931 23.7295 12.7006 23.7334 13.1267C23.7373 13.5528 23.5737 13.9633 23.2778 14.2699L17.1494 20.3994L17.1483 20.3984Z" fill="#F4F2EF"/>
3
- </svg>
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M17.1483 20.3984C16.8436 20.7027 16.4306 20.8736 16 20.8736C15.5694 20.8736 15.1564 20.7027 14.8517 20.3984L8.72217 14.271C8.41747 13.9662 8.24634 13.5528 8.24644 13.1218C8.24655 12.6908 8.41786 12.2774 8.72271 11.9727C9.02755 11.668 9.44095 11.4969 9.87197 11.497C10.303 11.4971 10.7163 11.6684 11.021 11.9733L16 16.9523L20.979 11.9733C21.2853 11.6771 21.6957 11.5131 22.1218 11.5166C22.5479 11.5201 22.9555 11.6908 23.257 11.992C23.5584 12.2931 23.7295 12.7006 23.7334 13.1267C23.7373 13.5528 23.5737 13.9633 23.2778 14.2699L17.1494 20.3994L17.1483 20.3984Z" fill="#F4F2EF"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="32" height="32" viewBox="0 0 32 32" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M11.6016 14.8517C11.2973 15.1563 11.1264 15.5694 11.1264 16C11.1264 16.4306 11.2973 16.8436 11.6016 17.1483L17.729 23.2778C17.8799 23.4287 18.0591 23.5484 18.2563 23.63C18.4535 23.7116 18.6648 23.7536 18.8782 23.7535C19.0917 23.7535 19.303 23.7114 19.5001 23.6297C19.6973 23.548 19.8764 23.4282 20.0273 23.2773C20.1781 23.1263 20.2978 22.9472 20.3794 22.75C20.4611 22.5528 20.503 22.3414 20.503 22.128C20.5029 21.9146 20.4609 21.7033 20.3791 21.5061C20.2974 21.309 20.1777 21.1299 20.0267 20.979L15.0488 16L20.0278 11.021C20.1831 10.8712 20.307 10.6919 20.3922 10.4937C20.4775 10.2955 20.5224 10.0823 20.5244 9.86651C20.5264 9.65074 20.4853 9.43674 20.4037 9.237C20.3221 9.03725 20.2015 8.85576 20.049 8.70312C19.8965 8.55047 19.7152 8.42972 19.5155 8.34792C19.3158 8.26612 19.1019 8.22491 18.8861 8.22668C18.6703 8.22845 18.4571 8.27318 18.2588 8.35825C18.0605 8.44332 17.8811 8.56703 17.7311 8.72216L11.6016 14.8517Z" fill="#F4F2EF"/>
3
- </svg>
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.6016 14.8517C11.2973 15.1563 11.1264 15.5694 11.1264 16C11.1264 16.4306 11.2973 16.8436 11.6016 17.1483L17.729 23.2778C17.8799 23.4287 18.0591 23.5484 18.2563 23.63C18.4535 23.7116 18.6648 23.7536 18.8782 23.7535C19.0917 23.7535 19.303 23.7114 19.5001 23.6297C19.6973 23.548 19.8764 23.4282 20.0273 23.2773C20.1781 23.1263 20.2978 22.9472 20.3794 22.75C20.4611 22.5528 20.503 22.3414 20.503 22.128C20.5029 21.9146 20.4609 21.7033 20.3791 21.5061C20.2974 21.309 20.1777 21.1299 20.0267 20.979L15.0488 16L20.0278 11.021C20.1831 10.8712 20.307 10.6919 20.3922 10.4937C20.4775 10.2955 20.5224 10.0823 20.5244 9.86651C20.5264 9.65074 20.4853 9.43674 20.4037 9.237C20.3221 9.03725 20.2015 8.85576 20.049 8.70312C19.8965 8.55047 19.7152 8.42972 19.5155 8.34792C19.3158 8.26612 19.1019 8.22491 18.8861 8.22668C18.6703 8.22845 18.4571 8.27318 18.2588 8.35825C18.0605 8.44332 17.8811 8.56703 17.7311 8.72216L11.6016 14.8517Z" fill="#F4F2EF"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="32" height="32" viewBox="0 0 32 32" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M20.3984 14.8517C20.7027 15.1563 20.8736 15.5694 20.8736 16C20.8736 16.4306 20.7027 16.8436 20.3984 17.1483L14.271 23.2778C14.1201 23.4287 13.9409 23.5484 13.7437 23.63C13.5465 23.7116 13.3352 23.7536 13.1218 23.7535C12.9084 23.7535 12.697 23.7114 12.4999 23.6297C12.3027 23.548 12.1236 23.4282 11.9727 23.2773C11.8219 23.1263 11.7022 22.9472 11.6206 22.75C11.5389 22.5528 11.497 22.3414 11.497 22.128C11.4971 21.9146 11.5391 21.7033 11.6209 21.5061C11.7026 21.309 11.8223 21.1299 11.9733 20.979L16.9512 16L11.9722 11.021C11.8169 10.8712 11.693 10.6919 11.6078 10.4937C11.5225 10.2955 11.4776 10.0823 11.4756 9.86651C11.4736 9.65074 11.5147 9.43674 11.5963 9.237C11.6779 9.03725 11.7985 8.85576 11.951 8.70312C12.1035 8.55047 12.2848 8.42972 12.4845 8.34792C12.6842 8.26612 12.8981 8.22491 13.1139 8.22668C13.3297 8.22845 13.5429 8.27318 13.7412 8.35825C13.9395 8.44332 14.1189 8.56703 14.2689 8.72216L20.3984 14.8517Z" fill="#F4F2EF"/>
3
- </svg>
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M20.3984 14.8517C20.7027 15.1563 20.8736 15.5694 20.8736 16C20.8736 16.4306 20.7027 16.8436 20.3984 17.1483L14.271 23.2778C14.1201 23.4287 13.9409 23.5484 13.7437 23.63C13.5465 23.7116 13.3352 23.7536 13.1218 23.7535C12.9084 23.7535 12.697 23.7114 12.4999 23.6297C12.3027 23.548 12.1236 23.4282 11.9727 23.2773C11.8219 23.1263 11.7022 22.9472 11.6206 22.75C11.5389 22.5528 11.497 22.3414 11.497 22.128C11.4971 21.9146 11.5391 21.7033 11.6209 21.5061C11.7026 21.309 11.8223 21.1299 11.9733 20.979L16.9512 16L11.9722 11.021C11.8169 10.8712 11.693 10.6919 11.6078 10.4937C11.5225 10.2955 11.4776 10.0823 11.4756 9.86651C11.4736 9.65074 11.5147 9.43674 11.5963 9.237C11.6779 9.03725 11.7985 8.85576 11.951 8.70312C12.1035 8.55047 12.2848 8.42972 12.4845 8.34792C12.6842 8.26612 12.8981 8.22491 13.1139 8.22668C13.3297 8.22845 13.5429 8.27318 13.7412 8.35825C13.9395 8.44332 14.1189 8.56703 14.2689 8.72216L20.3984 14.8517Z" fill="#F4F2EF"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="32" height="32" viewBox="0 0 32 32" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M14.8517 11.6017C15.1563 11.2974 15.5694 11.1264 16 11.1264C16.4306 11.1264 16.8436 11.2974 17.1483 11.6017L23.2778 17.729C23.4287 17.8799 23.5484 18.0591 23.63 18.2563C23.7116 18.4535 23.7536 18.6648 23.7535 18.8783C23.7535 19.0917 23.7114 19.303 23.6297 19.5001C23.548 19.6973 23.4282 19.8764 23.2773 20.0273C23.1263 20.1782 22.9472 20.2978 22.75 20.3795C22.5528 20.4611 22.3414 20.5031 22.128 20.503C21.9146 20.503 21.7033 20.4609 21.5061 20.3792C21.309 20.2974 21.1299 20.1777 20.979 20.0268L16 15.0488L11.021 20.0278C10.8712 20.1831 10.6919 20.307 10.4937 20.3922C10.2955 20.4775 10.0823 20.5224 9.86651 20.5244C9.65074 20.5264 9.43674 20.4854 9.237 20.4038C9.03725 20.3221 8.85576 20.2016 8.70312 20.0491C8.55047 19.8966 8.42972 19.7152 8.34792 19.5155C8.26612 19.3159 8.22491 19.1019 8.22668 18.8861C8.22845 18.6704 8.27318 18.4571 8.35825 18.2588C8.44332 18.0605 8.56703 17.8811 8.72216 17.7312L14.8517 11.6017Z" fill="#F4F2EF"/>
3
- </svg>
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M14.8517 11.6017C15.1563 11.2974 15.5694 11.1264 16 11.1264C16.4306 11.1264 16.8436 11.2974 17.1483 11.6017L23.2778 17.729C23.4287 17.8799 23.5484 18.0591 23.63 18.2563C23.7116 18.4535 23.7536 18.6648 23.7535 18.8783C23.7535 19.0917 23.7114 19.303 23.6297 19.5001C23.548 19.6973 23.4282 19.8764 23.2773 20.0273C23.1263 20.1782 22.9472 20.2978 22.75 20.3795C22.5528 20.4611 22.3414 20.5031 22.128 20.503C21.9146 20.503 21.7033 20.4609 21.5061 20.3792C21.309 20.2974 21.1299 20.1777 20.979 20.0268L16 15.0488L11.021 20.0278C10.8712 20.1831 10.6919 20.307 10.4937 20.3922C10.2955 20.4775 10.0823 20.5224 9.86651 20.5244C9.65074 20.5264 9.43674 20.4854 9.237 20.4038C9.03725 20.3221 8.85576 20.2016 8.70312 20.0491C8.55047 19.8966 8.42972 19.7152 8.34792 19.5155C8.26612 19.3159 8.22491 19.1019 8.22668 18.8861C8.22845 18.6704 8.27318 18.4571 8.35825 18.2588C8.44332 18.0605 8.56703 17.8811 8.72216 17.7312L14.8517 11.6017Z" fill="#F4F2EF"/>
3
+ </svg>
@@ -1,26 +1,26 @@
1
- ---
2
- import bin16 from './svgs/bin-16.svg?raw';
3
- import bin24 from './svgs/bin-24.svg?raw';
4
- import bin32 from './svgs/bin-32.svg?raw';
5
-
6
- export interface Props {
7
- size: 16 | 24 | 32;
8
- label?: string;
9
- class?: string;
10
- }
11
-
12
- const { size = 24, label, class: className } = Astro.props;
13
-
14
- let raw: string;
15
- if (size === 16) raw = bin16;
16
- else if (size === 24) raw = bin24;
17
- else if (size === 32) raw = bin32;
18
- else raw = '';
19
-
20
- const classes = ['nds-icon-bin', className].filter(Boolean).join(' ');
21
- const svg = raw
22
- .replace(/fill="#[A-Fa-f0-9]{3,8}"/g, 'fill="currentColor"')
23
- .replace('<svg ', `<svg class="${classes}" aria-hidden="${label ? 'false' : 'true'}" ${label ? `aria-label="${label}" role="img"` : ''} `);
24
- ---
25
-
26
- <Fragment set:html={svg} />
1
+ ---
2
+ import bin16 from './svgs/bin-16.svg?raw';
3
+ import bin24 from './svgs/bin-24.svg?raw';
4
+ import bin32 from './svgs/bin-32.svg?raw';
5
+
6
+ export interface Props {
7
+ size: 16 | 24 | 32;
8
+ label?: string;
9
+ class?: string;
10
+ }
11
+
12
+ const { size = 24, label, class: className } = Astro.props;
13
+
14
+ let raw: string;
15
+ if (size === 16) raw = bin16;
16
+ else if (size === 24) raw = bin24;
17
+ else if (size === 32) raw = bin32;
18
+ else raw = '';
19
+
20
+ const classes = ['nds-icon-bin', className].filter(Boolean).join(' ');
21
+ const svg = raw
22
+ .replace(/fill="#[A-Fa-f0-9]{3,8}"/g, 'fill="currentColor"')
23
+ .replace('<svg ', `<svg class="${classes}" aria-hidden="${label ? 'false' : 'true'}" ${label ? `aria-label="${label}" role="img"` : ''} `);
24
+ ---
25
+
26
+ <Fragment set:html={svg} />
@@ -1,3 +1,3 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M5.22223 13C4.91667 13 4.65519 12.8913 4.43778 12.6739C4.22037 12.4565 4.11149 12.1948 4.11111 11.8889V4.66667C3.95371 4.66667 3.82186 4.61333 3.71556 4.50667C3.60926 4.4 3.55593 4.26815 3.55556 4.11111C3.55519 3.95407 3.60852 3.82222 3.71556 3.71556C3.8226 3.60889 3.95445 3.55556 4.11111 3.55556H6.33334C6.33334 3.39815 6.38667 3.2663 6.49334 3.16C6.6 3.0537 6.73186 3.00037 6.88889 3H9.11111C9.26852 3 9.40056 3.05333 9.50723 3.16C9.61389 3.26667 9.66704 3.39852 9.66667 3.55556H11.8889C12.0463 3.55556 12.1783 3.60889 12.285 3.71556C12.3917 3.82222 12.4448 3.95407 12.4444 4.11111C12.4441 4.26815 12.3907 4.40018 12.2844 4.50722C12.1782 4.61426 12.0463 4.66741 11.8889 4.66667V11.8889C11.8889 12.1944 11.7802 12.4561 11.5628 12.6739C11.3454 12.8917 11.0837 13.0004 10.7778 13H5.22223ZM7.285 10.6178C7.3913 10.5119 7.44445 10.38 7.44445 10.2222V6.33333C7.44445 6.17593 7.39111 6.04407 7.28445 5.93778C7.17778 5.83148 7.04593 5.77815 6.88889 5.77778C6.73186 5.77741 6.6 5.83074 6.49334 5.93778C6.38667 6.04481 6.33334 6.17667 6.33334 6.33333V10.2222C6.33334 10.3796 6.38667 10.5117 6.49334 10.6183C6.6 10.725 6.73186 10.7781 6.88889 10.7778C7.04593 10.7774 7.17797 10.7241 7.285 10.6178ZM9.50723 10.6178C9.61352 10.5119 9.66667 10.38 9.66667 10.2222V6.33333C9.66667 6.17593 9.61334 6.04407 9.50667 5.93778C9.4 5.83148 9.26815 5.77815 9.11111 5.77778C8.95408 5.77741 8.82223 5.83074 8.71556 5.93778C8.60889 6.04481 8.55556 6.17667 8.55556 6.33333V10.2222C8.55556 10.3796 8.60889 10.5117 8.71556 10.6183C8.82223 10.725 8.95408 10.7781 9.11111 10.7778C9.26815 10.7774 9.40019 10.7241 9.50723 10.6178Z" fill="#F4F2EF"/>
3
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5.22223 13C4.91667 13 4.65519 12.8913 4.43778 12.6739C4.22037 12.4565 4.11149 12.1948 4.11111 11.8889V4.66667C3.95371 4.66667 3.82186 4.61333 3.71556 4.50667C3.60926 4.4 3.55593 4.26815 3.55556 4.11111C3.55519 3.95407 3.60852 3.82222 3.71556 3.71556C3.8226 3.60889 3.95445 3.55556 4.11111 3.55556H6.33334C6.33334 3.39815 6.38667 3.2663 6.49334 3.16C6.6 3.0537 6.73186 3.00037 6.88889 3H9.11111C9.26852 3 9.40056 3.05333 9.50723 3.16C9.61389 3.26667 9.66704 3.39852 9.66667 3.55556H11.8889C12.0463 3.55556 12.1783 3.60889 12.285 3.71556C12.3917 3.82222 12.4448 3.95407 12.4444 4.11111C12.4441 4.26815 12.3907 4.40018 12.2844 4.50722C12.1782 4.61426 12.0463 4.66741 11.8889 4.66667V11.8889C11.8889 12.1944 11.7802 12.4561 11.5628 12.6739C11.3454 12.8917 11.0837 13.0004 10.7778 13H5.22223ZM7.285 10.6178C7.3913 10.5119 7.44445 10.38 7.44445 10.2222V6.33333C7.44445 6.17593 7.39111 6.04407 7.28445 5.93778C7.17778 5.83148 7.04593 5.77815 6.88889 5.77778C6.73186 5.77741 6.6 5.83074 6.49334 5.93778C6.38667 6.04481 6.33334 6.17667 6.33334 6.33333V10.2222C6.33334 10.3796 6.38667 10.5117 6.49334 10.6183C6.6 10.725 6.73186 10.7781 6.88889 10.7778C7.04593 10.7774 7.17797 10.7241 7.285 10.6178ZM9.50723 10.6178C9.61352 10.5119 9.66667 10.38 9.66667 10.2222V6.33333C9.66667 6.17593 9.61334 6.04407 9.50667 5.93778C9.4 5.83148 9.26815 5.77815 9.11111 5.77778C8.95408 5.77741 8.82223 5.83074 8.71556 5.93778C8.60889 6.04481 8.55556 6.17667 8.55556 6.33333V10.2222C8.55556 10.3796 8.60889 10.5117 8.71556 10.6183C8.82223 10.725 8.95408 10.7781 9.11111 10.7778C9.26815 10.7774 9.40019 10.7241 9.50723 10.6178Z" fill="#F4F2EF"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M7 21C6.45 21 5.97934 20.8043 5.588 20.413C5.19667 20.0217 5.00067 19.5507 5 19V6C4.71667 6 4.47934 5.904 4.288 5.712C4.09667 5.52 4.00067 5.28267 4 5C3.99934 4.71733 4.09534 4.48 4.288 4.288C4.48067 4.096 4.718 4 5 4H9C9 3.71667 9.096 3.47933 9.288 3.288C9.48 3.09667 9.71734 3.00067 10 3H14C14.2833 3 14.521 3.096 14.713 3.288C14.905 3.48 15.0007 3.71733 15 4H19C19.2833 4 19.521 4.096 19.713 4.288C19.905 4.48 20.0007 4.71733 20 5C19.9993 5.28267 19.9033 5.52033 19.712 5.713C19.5207 5.90567 19.2833 6.00133 19 6V19C19 19.55 18.8043 20.021 18.413 20.413C18.0217 20.805 17.5507 21.0007 17 21H7ZM10.713 16.712C10.9043 16.5213 11 16.284 11 16V9C11 8.71667 10.904 8.47933 10.712 8.288C10.52 8.09667 10.2827 8.00067 10 8C9.71734 7.99933 9.48 8.09533 9.288 8.288C9.096 8.48067 9 8.718 9 9V16C9 16.2833 9.096 16.521 9.288 16.713C9.48 16.905 9.71734 17.0007 10 17C10.2827 16.9993 10.5203 16.9033 10.713 16.712ZM14.713 16.712C14.9043 16.5213 15 16.284 15 16V9C15 8.71667 14.904 8.47933 14.712 8.288C14.52 8.09667 14.2827 8.00067 14 8C13.7173 7.99933 13.48 8.09533 13.288 8.288C13.096 8.48067 13 8.718 13 9V16C13 16.2833 13.096 16.521 13.288 16.713C13.48 16.905 13.7173 17.0007 14 17C14.2827 16.9993 14.5203 16.9033 14.713 16.712Z" fill="#F4F2EF"/>
3
- </svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M7 21C6.45 21 5.97934 20.8043 5.588 20.413C5.19667 20.0217 5.00067 19.5507 5 19V6C4.71667 6 4.47934 5.904 4.288 5.712C4.09667 5.52 4.00067 5.28267 4 5C3.99934 4.71733 4.09534 4.48 4.288 4.288C4.48067 4.096 4.718 4 5 4H9C9 3.71667 9.096 3.47933 9.288 3.288C9.48 3.09667 9.71734 3.00067 10 3H14C14.2833 3 14.521 3.096 14.713 3.288C14.905 3.48 15.0007 3.71733 15 4H19C19.2833 4 19.521 4.096 19.713 4.288C19.905 4.48 20.0007 4.71733 20 5C19.9993 5.28267 19.9033 5.52033 19.712 5.713C19.5207 5.90567 19.2833 6.00133 19 6V19C19 19.55 18.8043 20.021 18.413 20.413C18.0217 20.805 17.5507 21.0007 17 21H7ZM10.713 16.712C10.9043 16.5213 11 16.284 11 16V9C11 8.71667 10.904 8.47933 10.712 8.288C10.52 8.09667 10.2827 8.00067 10 8C9.71734 7.99933 9.48 8.09533 9.288 8.288C9.096 8.48067 9 8.718 9 9V16C9 16.2833 9.096 16.521 9.288 16.713C9.48 16.905 9.71734 17.0007 10 17C10.2827 16.9993 10.5203 16.9033 10.713 16.712ZM14.713 16.712C14.9043 16.5213 15 16.284 15 16V9C15 8.71667 14.904 8.47933 14.712 8.288C14.52 8.09667 14.2827 8.00067 14 8C13.7173 7.99933 13.48 8.09533 13.288 8.288C13.096 8.48067 13 8.718 13 9V16C13 16.2833 13.096 16.521 13.288 16.713C13.48 16.905 13.7173 17.0007 14 17C14.2827 16.9993 14.5203 16.9033 14.713 16.712Z" fill="#F4F2EF"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="32" height="32" viewBox="0 0 32 32" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M8.77778 29C7.98334 29 7.30348 28.7174 6.73822 28.1521C6.17297 27.5868 5.88985 26.9065 5.88889 26.1111V7.33333C5.47963 7.33333 5.13682 7.19467 4.86045 6.91733C4.58408 6.64 4.44541 6.29718 4.44445 5.88889C4.44348 5.48059 4.58215 5.13778 4.86045 4.86044C5.13874 4.58311 5.48156 4.44444 5.88889 4.44444H11.6667C11.6667 4.03519 11.8053 3.69237 12.0827 3.416C12.36 3.13963 12.7028 3.00096 13.1111 3H18.8889C19.2981 3 19.6414 3.13867 19.9188 3.416C20.1961 3.69333 20.3343 4.03615 20.3333 4.44444H26.1111C26.5204 4.44444 26.8637 4.58311 27.141 4.86044C27.4183 5.13778 27.5565 5.48059 27.5556 5.88889C27.5546 6.29718 27.4159 6.64048 27.1396 6.91878C26.8632 7.19707 26.5204 7.33526 26.1111 7.33333V26.1111C26.1111 26.9056 25.8285 27.5859 25.2632 28.1521C24.698 28.7183 24.0176 29.001 23.2222 29H8.77778ZM14.141 22.8062C14.4174 22.5308 14.5556 22.188 14.5556 21.7778V11.6667C14.5556 11.2574 14.4169 10.9146 14.1396 10.6382C13.8622 10.3619 13.5194 10.2232 13.1111 10.2222C12.7028 10.2213 12.36 10.3599 12.0827 10.6382C11.8053 10.9165 11.6667 11.2593 11.6667 11.6667V21.7778C11.6667 22.187 11.8053 22.5303 12.0827 22.8077C12.36 23.085 12.7028 23.2232 13.1111 23.2222C13.5194 23.2213 13.8627 23.0826 14.141 22.8062ZM19.9188 22.8062C20.1951 22.5308 20.3333 22.188 20.3333 21.7778V11.6667C20.3333 11.2574 20.1947 10.9146 19.9173 10.6382C19.64 10.3619 19.2972 10.2232 18.8889 10.2222C18.4806 10.2213 18.1378 10.3599 17.8604 10.6382C17.5831 10.9165 17.4444 11.2593 17.4444 11.6667V21.7778C17.4444 22.187 17.5831 22.5303 17.8604 22.8077C18.1378 23.085 18.4806 23.2232 18.8889 23.2222C19.2972 23.2213 19.6405 23.0826 19.9188 22.8062Z" fill="#F4F2EF"/>
3
- </svg>
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.77778 29C7.98334 29 7.30348 28.7174 6.73822 28.1521C6.17297 27.5868 5.88985 26.9065 5.88889 26.1111V7.33333C5.47963 7.33333 5.13682 7.19467 4.86045 6.91733C4.58408 6.64 4.44541 6.29718 4.44445 5.88889C4.44348 5.48059 4.58215 5.13778 4.86045 4.86044C5.13874 4.58311 5.48156 4.44444 5.88889 4.44444H11.6667C11.6667 4.03519 11.8053 3.69237 12.0827 3.416C12.36 3.13963 12.7028 3.00096 13.1111 3H18.8889C19.2981 3 19.6414 3.13867 19.9188 3.416C20.1961 3.69333 20.3343 4.03615 20.3333 4.44444H26.1111C26.5204 4.44444 26.8637 4.58311 27.141 4.86044C27.4183 5.13778 27.5565 5.48059 27.5556 5.88889C27.5546 6.29718 27.4159 6.64048 27.1396 6.91878C26.8632 7.19707 26.5204 7.33526 26.1111 7.33333V26.1111C26.1111 26.9056 25.8285 27.5859 25.2632 28.1521C24.698 28.7183 24.0176 29.001 23.2222 29H8.77778ZM14.141 22.8062C14.4174 22.5308 14.5556 22.188 14.5556 21.7778V11.6667C14.5556 11.2574 14.4169 10.9146 14.1396 10.6382C13.8622 10.3619 13.5194 10.2232 13.1111 10.2222C12.7028 10.2213 12.36 10.3599 12.0827 10.6382C11.8053 10.9165 11.6667 11.2593 11.6667 11.6667V21.7778C11.6667 22.187 11.8053 22.5303 12.0827 22.8077C12.36 23.085 12.7028 23.2232 13.1111 23.2222C13.5194 23.2213 13.8627 23.0826 14.141 22.8062ZM19.9188 22.8062C20.1951 22.5308 20.3333 22.188 20.3333 21.7778V11.6667C20.3333 11.2574 20.1947 10.9146 19.9173 10.6382C19.64 10.3619 19.2972 10.2232 18.8889 10.2222C18.4806 10.2213 18.1378 10.3599 17.8604 10.6382C17.5831 10.9165 17.4444 11.2593 17.4444 11.6667V21.7778C17.4444 22.187 17.5831 22.5303 17.8604 22.8077C18.1378 23.085 18.4806 23.2232 18.8889 23.2222C19.2972 23.2213 19.6405 23.0826 19.9188 22.8062Z" fill="#F4F2EF"/>
3
+ </svg>
@@ -1,26 +1,26 @@
1
- ---
2
- import burger16 from './svgs/burger-16.svg?raw';
3
- import burger24 from './svgs/burger-24.svg?raw';
4
- import burger32 from './svgs/burger-32.svg?raw';
5
-
6
- export interface Props {
7
- size: 16 | 24 | 32;
8
- label?: string;
9
- class?: string;
10
- }
11
-
12
- const { size = 24, label, class: className } = Astro.props;
13
-
14
- let raw: string;
15
- if (size === 16) raw = burger16;
16
- else if (size === 24) raw = burger24;
17
- else if (size === 32) raw = burger32;
18
- else raw = '';
19
-
20
- const classes = ['nds-icon-burger', className].filter(Boolean).join(' ');
21
- const svg = raw
22
- .replace(/fill="#[A-Fa-f0-9]{3,8}"/g, 'fill="currentColor"')
23
- .replace('<svg ', `<svg class="${classes}" aria-hidden="${label ? 'false' : 'true'}" ${label ? `aria-label="${label}" role="img"` : ''} `);
24
- ---
25
-
26
- <Fragment set:html={svg} />
1
+ ---
2
+ import burger16 from './svgs/burger-16.svg?raw';
3
+ import burger24 from './svgs/burger-24.svg?raw';
4
+ import burger32 from './svgs/burger-32.svg?raw';
5
+
6
+ export interface Props {
7
+ size: 16 | 24 | 32;
8
+ label?: string;
9
+ class?: string;
10
+ }
11
+
12
+ const { size = 24, label, class: className } = Astro.props;
13
+
14
+ let raw: string;
15
+ if (size === 16) raw = burger16;
16
+ else if (size === 24) raw = burger24;
17
+ else if (size === 32) raw = burger32;
18
+ else raw = '';
19
+
20
+ const classes = ['nds-icon-burger', className].filter(Boolean).join(' ');
21
+ const svg = raw
22
+ .replace(/fill="#[A-Fa-f0-9]{3,8}"/g, 'fill="currentColor"')
23
+ .replace('<svg ', `<svg class="${classes}" aria-hidden="${label ? 'false' : 'true'}" ${label ? `aria-label="${label}" role="img"` : ''} `);
24
+ ---
25
+
26
+ <Fragment set:html={svg} />
@@ -1,3 +1,3 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M2 4H14M2 8H14M2 12H14" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M2 4H14M2 8H14M2 12H14" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M3 6H21M3 12H21M3 18H21" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3 6H21M3 12H21M3 18H21" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="32" height="32" viewBox="0 0 32 32" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M4 8H28M4 16H28M4 24H28" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4 8H28M4 16H28M4 24H28" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -1,26 +1,26 @@
1
- ---
2
- import calendar16 from './svgs/calendar-16.svg?raw';
3
- import calendar24 from './svgs/calendar-24.svg?raw';
4
- import calendar32 from './svgs/calendar-32.svg?raw';
5
-
6
- export interface Props {
7
- size: 16 | 24 | 32;
8
- label?: string;
9
- class?: string;
10
- }
11
-
12
- const { size = 24, label, class: className } = Astro.props;
13
-
14
- let raw: string;
15
- if (size === 16) raw = calendar16;
16
- else if (size === 24) raw = calendar24;
17
- else if (size === 32) raw = calendar32;
18
- else raw = '';
19
-
20
- const classes = ['nds-icon-calendar', className].filter(Boolean).join(' ');
21
- const svg = raw
22
- .replace(/fill="#[A-Fa-f0-9]{3,8}"/g, 'fill="currentColor"')
23
- .replace('<svg ', `<svg class="${classes}" aria-hidden="${label ? 'false' : 'true'}" ${label ? `aria-label="${label}" role="img"` : ''} `);
24
- ---
25
-
26
- <Fragment set:html={svg} />
1
+ ---
2
+ import calendar16 from './svgs/calendar-16.svg?raw';
3
+ import calendar24 from './svgs/calendar-24.svg?raw';
4
+ import calendar32 from './svgs/calendar-32.svg?raw';
5
+
6
+ export interface Props {
7
+ size: 16 | 24 | 32;
8
+ label?: string;
9
+ class?: string;
10
+ }
11
+
12
+ const { size = 24, label, class: className } = Astro.props;
13
+
14
+ let raw: string;
15
+ if (size === 16) raw = calendar16;
16
+ else if (size === 24) raw = calendar24;
17
+ else if (size === 32) raw = calendar32;
18
+ else raw = '';
19
+
20
+ const classes = ['nds-icon-calendar', className].filter(Boolean).join(' ');
21
+ const svg = raw
22
+ .replace(/fill="#[A-Fa-f0-9]{3,8}"/g, 'fill="currentColor"')
23
+ .replace('<svg ', `<svg class="${classes}" aria-hidden="${label ? 'false' : 'true'}" ${label ? `aria-label="${label}" role="img"` : ''} `);
24
+ ---
25
+
26
+ <Fragment set:html={svg} />
@@ -1,3 +1,3 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M13 5.14283C13 4.76395 12.8495 4.40059 12.5816 4.13268C12.3137 3.86477 11.9503 3.71426 11.5714 3.71426H11.2143V3.36716C11.2143 3.17497 11.0665 3.01001 10.8743 3.00041C10.8261 2.99809 10.7778 3.00559 10.7325 3.02246C10.6872 3.03934 10.6458 3.06524 10.6108 3.09859C10.5758 3.13194 10.5479 3.17205 10.5289 3.21649C10.5098 3.26093 10.5 3.30877 10.5 3.35711V3.71426H5.49999V3.36716C5.49999 3.17497 5.35222 3.01001 5.16004 3.00041C5.11175 2.99809 5.06349 3.00559 5.01818 3.02246C4.97288 3.03934 4.93147 3.06524 4.89647 3.09859C4.86147 3.13194 4.83361 3.17205 4.81457 3.21649C4.79553 3.26093 4.78571 3.30877 4.7857 3.35711V3.71426H4.42856C4.04968 3.71426 3.68632 3.86477 3.41841 4.13268C3.1505 4.40059 2.99998 4.76395 2.99998 5.14283V5.41069C2.99998 5.43437 3.00939 5.45708 3.02614 5.47382C3.04288 5.49057 3.06559 5.49998 3.08927 5.49998H12.9107C12.9344 5.49998 12.9571 5.49057 12.9739 5.47382C12.9906 5.45708 13 5.43437 13 5.41069V5.14283ZM2.99998 11.5714C2.99998 11.9503 3.1505 12.3137 3.41841 12.5816C3.68632 12.8495 4.04968 13 4.42856 13H11.5714C11.9503 13 12.3137 12.8495 12.5816 12.5816C12.8495 12.3137 13 11.9503 13 11.5714V6.28123C13 6.26347 12.993 6.24644 12.9804 6.23388C12.9678 6.22132 12.9508 6.21426 12.9331 6.21426H3.06695C3.04919 6.21426 3.03216 6.22132 3.0196 6.23388C3.00704 6.24644 2.99998 6.26347 2.99998 6.28123V11.5714ZM10.6786 6.92855C10.7845 6.92855 10.8881 6.95997 10.9762 7.01884C11.0643 7.0777 11.133 7.16137 11.1735 7.25926C11.2141 7.35715 11.2247 7.46486 11.204 7.56878C11.1833 7.6727 11.1323 7.76816 11.0574 7.84308C10.9825 7.918 10.887 7.96902 10.7831 7.98969C10.6792 8.01036 10.5715 7.99975 10.4736 7.9592C10.3757 7.91866 10.292 7.84999 10.2332 7.7619C10.1743 7.6738 10.1429 7.57022 10.1429 7.46427C10.1429 7.32219 10.1993 7.18593 10.2998 7.08546C10.4002 6.98499 10.5365 6.92855 10.6786 6.92855ZM10.6786 8.71427C10.7845 8.71427 10.8881 8.74569 10.9762 8.80456C11.0643 8.86342 11.133 8.94709 11.1735 9.04498C11.2141 9.14287 11.2247 9.25058 11.204 9.3545C11.1833 9.45842 11.1323 9.55387 11.0574 9.6288C10.9825 9.70372 10.887 9.75474 10.7831 9.77541C10.6792 9.79608 10.5715 9.78547 10.4736 9.74492C10.3757 9.70438 10.292 9.63571 10.2332 9.54762C10.1743 9.45952 10.1429 9.35594 10.1429 9.24999C10.1429 9.10791 10.1993 8.97165 10.2998 8.87118C10.4002 8.77071 10.5365 8.71427 10.6786 8.71427ZM8.89286 6.92855C8.99882 6.92855 9.10239 6.95997 9.19049 7.01884C9.27859 7.0777 9.34725 7.16137 9.3878 7.25926C9.42835 7.35715 9.43895 7.46486 9.41828 7.56878C9.39761 7.6727 9.34659 7.76816 9.27167 7.84308C9.19675 7.918 9.10129 7.96902 8.99737 7.98969C8.89346 8.01036 8.78574 7.99975 8.68785 7.9592C8.58996 7.91866 8.5063 7.84999 8.44743 7.7619C8.38856 7.6738 8.35715 7.57022 8.35715 7.46427C8.35715 7.32219 8.41359 7.18593 8.51405 7.08546C8.61452 6.98499 8.75078 6.92855 8.89286 6.92855ZM8.89286 8.71427C8.99882 8.71427 9.10239 8.74569 9.19049 8.80456C9.27859 8.86342 9.34725 8.94709 9.3878 9.04498C9.42835 9.14287 9.43895 9.25058 9.41828 9.3545C9.39761 9.45842 9.34659 9.55387 9.27167 9.6288C9.19675 9.70372 9.10129 9.75474 8.99737 9.77541C8.89346 9.79608 8.78574 9.78547 8.68785 9.74492C8.58996 9.70438 8.5063 9.63571 8.44743 9.54762C8.38856 9.45952 8.35715 9.35594 8.35715 9.24999C8.35715 9.10791 8.41359 8.97165 8.51405 8.87118C8.61452 8.77071 8.75078 8.71427 8.89286 8.71427ZM8.89286 10.5C8.99882 10.5 9.10239 10.5314 9.19049 10.5903C9.27859 10.6491 9.34725 10.7328 9.3878 10.8307C9.42835 10.9286 9.43895 11.0363 9.41828 11.1402C9.39761 11.2441 9.34659 11.3396 9.27167 11.4145C9.19675 11.4894 9.10129 11.5405 8.99737 11.5611C8.89346 11.5818 8.78574 11.5712 8.68785 11.5306C8.58996 11.4901 8.5063 11.4214 8.44743 11.3333C8.38856 11.2452 8.35715 11.1417 8.35715 11.0357C8.35715 10.8936 8.41359 10.7574 8.51405 10.6569C8.61452 10.5564 8.75078 10.5 8.89286 10.5ZM7.10714 8.71427C7.2131 8.71427 7.31667 8.74569 7.40477 8.80456C7.49287 8.86342 7.56153 8.94709 7.60208 9.04498C7.64263 9.14287 7.65323 9.25058 7.63256 9.3545C7.61189 9.45842 7.56087 9.55387 7.48595 9.6288C7.41103 9.70372 7.31557 9.75474 7.21165 9.77541C7.10774 9.79608 7.00002 9.78547 6.90213 9.74492C6.80424 9.70438 6.72057 9.63571 6.66171 9.54762C6.60284 9.45952 6.57142 9.35594 6.57142 9.24999C6.57142 9.10791 6.62787 8.97165 6.72833 8.87118C6.8288 8.77071 6.96506 8.71427 7.10714 8.71427ZM7.10714 10.5C7.2131 10.5 7.31667 10.5314 7.40477 10.5903C7.49287 10.6491 7.56153 10.7328 7.60208 10.8307C7.64263 10.9286 7.65323 11.0363 7.63256 11.1402C7.61189 11.2441 7.56087 11.3396 7.48595 11.4145C7.41103 11.4894 7.31557 11.5405 7.21165 11.5611C7.10774 11.5818 7.00002 11.5712 6.90213 11.5306C6.80424 11.4901 6.72057 11.4214 6.66171 11.3333C6.60284 11.2452 6.57142 11.1417 6.57142 11.0357C6.57142 10.8936 6.62787 10.7574 6.72833 10.6569C6.8288 10.5564 6.96506 10.5 7.10714 10.5ZM5.32142 8.71427C5.42738 8.71427 5.53095 8.74569 5.61905 8.80456C5.70715 8.86342 5.77581 8.94709 5.81636 9.04498C5.85691 9.14287 5.86751 9.25058 5.84684 9.3545C5.82617 9.45842 5.77515 9.55387 5.70023 9.6288C5.62531 9.70372 5.52985 9.75474 5.42593 9.77541C5.32202 9.79608 5.2143 9.78547 5.11641 9.74492C5.01852 9.70438 4.93485 9.63571 4.87599 9.54762C4.81712 9.45952 4.7857 9.35594 4.7857 9.24999C4.7857 9.10791 4.84215 8.97165 4.94261 8.87118C5.04308 8.77071 5.17934 8.71427 5.32142 8.71427ZM5.32142 10.5C5.42738 10.5 5.53095 10.5314 5.61905 10.5903C5.70715 10.6491 5.77581 10.7328 5.81636 10.8307C5.85691 10.9286 5.86751 11.0363 5.84684 11.1402C5.82617 11.2441 5.77515 11.3396 5.70023 11.4145C5.62531 11.4894 5.52985 11.5405 5.42593 11.5611C5.32202 11.5818 5.2143 11.5712 5.11641 11.5306C5.01852 11.4901 4.93485 11.4214 4.87599 11.3333C4.81712 11.2452 4.7857 11.1417 4.7857 11.0357C4.7857 10.8936 4.84215 10.7574 4.94261 10.6569C5.04308 10.5564 5.17934 10.5 5.32142 10.5Z" fill="#F4F2EF"/>
3
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M13 5.14283C13 4.76395 12.8495 4.40059 12.5816 4.13268C12.3137 3.86477 11.9503 3.71426 11.5714 3.71426H11.2143V3.36716C11.2143 3.17497 11.0665 3.01001 10.8743 3.00041C10.8261 2.99809 10.7778 3.00559 10.7325 3.02246C10.6872 3.03934 10.6458 3.06524 10.6108 3.09859C10.5758 3.13194 10.5479 3.17205 10.5289 3.21649C10.5098 3.26093 10.5 3.30877 10.5 3.35711V3.71426H5.49999V3.36716C5.49999 3.17497 5.35222 3.01001 5.16004 3.00041C5.11175 2.99809 5.06349 3.00559 5.01818 3.02246C4.97288 3.03934 4.93147 3.06524 4.89647 3.09859C4.86147 3.13194 4.83361 3.17205 4.81457 3.21649C4.79553 3.26093 4.78571 3.30877 4.7857 3.35711V3.71426H4.42856C4.04968 3.71426 3.68632 3.86477 3.41841 4.13268C3.1505 4.40059 2.99998 4.76395 2.99998 5.14283V5.41069C2.99998 5.43437 3.00939 5.45708 3.02614 5.47382C3.04288 5.49057 3.06559 5.49998 3.08927 5.49998H12.9107C12.9344 5.49998 12.9571 5.49057 12.9739 5.47382C12.9906 5.45708 13 5.43437 13 5.41069V5.14283ZM2.99998 11.5714C2.99998 11.9503 3.1505 12.3137 3.41841 12.5816C3.68632 12.8495 4.04968 13 4.42856 13H11.5714C11.9503 13 12.3137 12.8495 12.5816 12.5816C12.8495 12.3137 13 11.9503 13 11.5714V6.28123C13 6.26347 12.993 6.24644 12.9804 6.23388C12.9678 6.22132 12.9508 6.21426 12.9331 6.21426H3.06695C3.04919 6.21426 3.03216 6.22132 3.0196 6.23388C3.00704 6.24644 2.99998 6.26347 2.99998 6.28123V11.5714ZM10.6786 6.92855C10.7845 6.92855 10.8881 6.95997 10.9762 7.01884C11.0643 7.0777 11.133 7.16137 11.1735 7.25926C11.2141 7.35715 11.2247 7.46486 11.204 7.56878C11.1833 7.6727 11.1323 7.76816 11.0574 7.84308C10.9825 7.918 10.887 7.96902 10.7831 7.98969C10.6792 8.01036 10.5715 7.99975 10.4736 7.9592C10.3757 7.91866 10.292 7.84999 10.2332 7.7619C10.1743 7.6738 10.1429 7.57022 10.1429 7.46427C10.1429 7.32219 10.1993 7.18593 10.2998 7.08546C10.4002 6.98499 10.5365 6.92855 10.6786 6.92855ZM10.6786 8.71427C10.7845 8.71427 10.8881 8.74569 10.9762 8.80456C11.0643 8.86342 11.133 8.94709 11.1735 9.04498C11.2141 9.14287 11.2247 9.25058 11.204 9.3545C11.1833 9.45842 11.1323 9.55387 11.0574 9.6288C10.9825 9.70372 10.887 9.75474 10.7831 9.77541C10.6792 9.79608 10.5715 9.78547 10.4736 9.74492C10.3757 9.70438 10.292 9.63571 10.2332 9.54762C10.1743 9.45952 10.1429 9.35594 10.1429 9.24999C10.1429 9.10791 10.1993 8.97165 10.2998 8.87118C10.4002 8.77071 10.5365 8.71427 10.6786 8.71427ZM8.89286 6.92855C8.99882 6.92855 9.10239 6.95997 9.19049 7.01884C9.27859 7.0777 9.34725 7.16137 9.3878 7.25926C9.42835 7.35715 9.43895 7.46486 9.41828 7.56878C9.39761 7.6727 9.34659 7.76816 9.27167 7.84308C9.19675 7.918 9.10129 7.96902 8.99737 7.98969C8.89346 8.01036 8.78574 7.99975 8.68785 7.9592C8.58996 7.91866 8.5063 7.84999 8.44743 7.7619C8.38856 7.6738 8.35715 7.57022 8.35715 7.46427C8.35715 7.32219 8.41359 7.18593 8.51405 7.08546C8.61452 6.98499 8.75078 6.92855 8.89286 6.92855ZM8.89286 8.71427C8.99882 8.71427 9.10239 8.74569 9.19049 8.80456C9.27859 8.86342 9.34725 8.94709 9.3878 9.04498C9.42835 9.14287 9.43895 9.25058 9.41828 9.3545C9.39761 9.45842 9.34659 9.55387 9.27167 9.6288C9.19675 9.70372 9.10129 9.75474 8.99737 9.77541C8.89346 9.79608 8.78574 9.78547 8.68785 9.74492C8.58996 9.70438 8.5063 9.63571 8.44743 9.54762C8.38856 9.45952 8.35715 9.35594 8.35715 9.24999C8.35715 9.10791 8.41359 8.97165 8.51405 8.87118C8.61452 8.77071 8.75078 8.71427 8.89286 8.71427ZM8.89286 10.5C8.99882 10.5 9.10239 10.5314 9.19049 10.5903C9.27859 10.6491 9.34725 10.7328 9.3878 10.8307C9.42835 10.9286 9.43895 11.0363 9.41828 11.1402C9.39761 11.2441 9.34659 11.3396 9.27167 11.4145C9.19675 11.4894 9.10129 11.5405 8.99737 11.5611C8.89346 11.5818 8.78574 11.5712 8.68785 11.5306C8.58996 11.4901 8.5063 11.4214 8.44743 11.3333C8.38856 11.2452 8.35715 11.1417 8.35715 11.0357C8.35715 10.8936 8.41359 10.7574 8.51405 10.6569C8.61452 10.5564 8.75078 10.5 8.89286 10.5ZM7.10714 8.71427C7.2131 8.71427 7.31667 8.74569 7.40477 8.80456C7.49287 8.86342 7.56153 8.94709 7.60208 9.04498C7.64263 9.14287 7.65323 9.25058 7.63256 9.3545C7.61189 9.45842 7.56087 9.55387 7.48595 9.6288C7.41103 9.70372 7.31557 9.75474 7.21165 9.77541C7.10774 9.79608 7.00002 9.78547 6.90213 9.74492C6.80424 9.70438 6.72057 9.63571 6.66171 9.54762C6.60284 9.45952 6.57142 9.35594 6.57142 9.24999C6.57142 9.10791 6.62787 8.97165 6.72833 8.87118C6.8288 8.77071 6.96506 8.71427 7.10714 8.71427ZM7.10714 10.5C7.2131 10.5 7.31667 10.5314 7.40477 10.5903C7.49287 10.6491 7.56153 10.7328 7.60208 10.8307C7.64263 10.9286 7.65323 11.0363 7.63256 11.1402C7.61189 11.2441 7.56087 11.3396 7.48595 11.4145C7.41103 11.4894 7.31557 11.5405 7.21165 11.5611C7.10774 11.5818 7.00002 11.5712 6.90213 11.5306C6.80424 11.4901 6.72057 11.4214 6.66171 11.3333C6.60284 11.2452 6.57142 11.1417 6.57142 11.0357C6.57142 10.8936 6.62787 10.7574 6.72833 10.6569C6.8288 10.5564 6.96506 10.5 7.10714 10.5ZM5.32142 8.71427C5.42738 8.71427 5.53095 8.74569 5.61905 8.80456C5.70715 8.86342 5.77581 8.94709 5.81636 9.04498C5.85691 9.14287 5.86751 9.25058 5.84684 9.3545C5.82617 9.45842 5.77515 9.55387 5.70023 9.6288C5.62531 9.70372 5.52985 9.75474 5.42593 9.77541C5.32202 9.79608 5.2143 9.78547 5.11641 9.74492C5.01852 9.70438 4.93485 9.63571 4.87599 9.54762C4.81712 9.45952 4.7857 9.35594 4.7857 9.24999C4.7857 9.10791 4.84215 8.97165 4.94261 8.87118C5.04308 8.77071 5.17934 8.71427 5.32142 8.71427ZM5.32142 10.5C5.42738 10.5 5.53095 10.5314 5.61905 10.5903C5.70715 10.6491 5.77581 10.7328 5.81636 10.8307C5.85691 10.9286 5.86751 11.0363 5.84684 11.1402C5.82617 11.2441 5.77515 11.3396 5.70023 11.4145C5.62531 11.4894 5.52985 11.5405 5.42593 11.5611C5.32202 11.5818 5.2143 11.5712 5.11641 11.5306C5.01852 11.4901 4.93485 11.4214 4.87599 11.3333C4.81712 11.2452 4.7857 11.1417 4.7857 11.0357C4.7857 10.8936 4.84215 10.7574 4.94261 10.6569C5.04308 10.5564 5.17934 10.5 5.32142 10.5Z" fill="#F4F2EF"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M21 6.8571C21 6.17511 20.7291 5.52105 20.2469 5.03882C19.7646 4.55658 19.1106 4.28566 18.4286 4.28566H17.7857V3.66088C17.7857 3.31494 17.5197 3.01802 17.1738 3.00074C17.0869 2.99656 17 3.01006 16.9185 3.04044C16.8369 3.07081 16.7624 3.11743 16.6994 3.17746C16.6364 3.23749 16.5862 3.30969 16.552 3.38968C16.5177 3.46967 16.5 3.55578 16.5 3.6428V4.28566H7.49998V3.66088C7.49998 3.31494 7.234 3.01802 6.88806 3.00074C6.80114 2.99656 6.71428 3.01006 6.63273 3.04044C6.55118 3.07081 6.47665 3.11743 6.41365 3.17746C6.35065 3.23749 6.30049 3.30969 6.26622 3.38968C6.23195 3.46967 6.21427 3.55578 6.21427 3.6428V4.28566H5.57141C4.88942 4.28566 4.23536 4.55658 3.75313 5.03882C3.27089 5.52105 2.99997 6.17511 2.99997 6.8571V7.33924C2.99997 7.38187 3.0169 7.42274 3.04704 7.45288C3.07718 7.48302 3.11806 7.49996 3.16068 7.49996H20.8393C20.8819 7.49996 20.9228 7.48302 20.953 7.45288C20.9831 7.42274 21 7.38187 21 7.33924V6.8571ZM2.99997 18.4286C2.99997 19.1105 3.27089 19.7646 3.75313 20.2468C4.23536 20.7291 4.88942 21 5.57141 21H18.4286C19.1106 21 19.7646 20.7291 20.2469 20.2468C20.7291 19.7646 21 19.1105 21 18.4286V8.90621C21 8.87424 20.9873 8.84358 20.9647 8.82098C20.9421 8.79837 20.9115 8.78567 20.8795 8.78567H3.12051C3.08854 8.78567 3.05788 8.79837 3.03527 8.82098C3.01267 8.84358 2.99997 8.87424 2.99997 8.90621V18.4286ZM16.8214 10.0714C17.0122 10.0714 17.1986 10.1279 17.3572 10.2339C17.5157 10.3399 17.6393 10.4905 17.7123 10.6667C17.7853 10.8429 17.8044 11.0368 17.7672 11.2238C17.73 11.4109 17.6382 11.5827 17.5033 11.7175C17.3684 11.8524 17.1966 11.9442 17.0096 11.9814C16.8225 12.0186 16.6286 11.9996 16.4524 11.9266C16.2762 11.8536 16.1256 11.73 16.0197 11.5714C15.9137 11.4128 15.8572 11.2264 15.8572 11.0357C15.8572 10.7799 15.9587 10.5347 16.1396 10.3538C16.3204 10.173 16.5657 10.0714 16.8214 10.0714ZM16.8214 13.2857C17.0122 13.2857 17.1986 13.3422 17.3572 13.4482C17.5157 13.5542 17.6393 13.7048 17.7123 13.881C17.7853 14.0572 17.8044 14.251 17.7672 14.4381C17.73 14.6252 17.6382 14.797 17.5033 14.9318C17.3684 15.0667 17.1966 15.1585 17.0096 15.1957C16.8225 15.2329 16.6286 15.2138 16.4524 15.1409C16.2762 15.0679 16.1256 14.9443 16.0197 14.7857C15.9137 14.6271 15.8572 14.4407 15.8572 14.25C15.8572 13.9942 15.9587 13.749 16.1396 13.5681C16.3204 13.3873 16.5657 13.2857 16.8214 13.2857ZM13.6071 10.0714C13.7979 10.0714 13.9843 10.1279 14.1429 10.2339C14.3015 10.3399 14.425 10.4905 14.498 10.6667C14.571 10.8429 14.5901 11.0368 14.5529 11.2238C14.5157 11.4109 14.4239 11.5827 14.289 11.7175C14.1541 11.8524 13.9823 11.9442 13.7953 11.9814C13.6082 12.0186 13.4143 11.9996 13.2381 11.9266C13.0619 11.8536 12.9113 11.73 12.8054 11.5714C12.6994 11.4128 12.6429 11.2264 12.6429 11.0357C12.6429 10.7799 12.7445 10.5347 12.9253 10.3538C13.1061 10.173 13.3514 10.0714 13.6071 10.0714ZM13.6071 13.2857C13.7979 13.2857 13.9843 13.3422 14.1429 13.4482C14.3015 13.5542 14.425 13.7048 14.498 13.881C14.571 14.0572 14.5901 14.251 14.5529 14.4381C14.5157 14.6252 14.4239 14.797 14.289 14.9318C14.1541 15.0667 13.9823 15.1585 13.7953 15.1957C13.6082 15.2329 13.4143 15.2138 13.2381 15.1409C13.0619 15.0679 12.9113 14.9443 12.8054 14.7857C12.6994 14.6271 12.6429 14.4407 12.6429 14.25C12.6429 13.9942 12.7445 13.749 12.9253 13.5681C13.1061 13.3873 13.3514 13.2857 13.6071 13.2857ZM13.6071 16.5C13.7979 16.5 13.9843 16.5565 14.1429 16.6625C14.3015 16.7685 14.425 16.9191 14.498 17.0953C14.571 17.2715 14.5901 17.4653 14.5529 17.6524C14.5157 17.8395 14.4239 18.0113 14.289 18.1461C14.1541 18.281 13.9823 18.3728 13.7953 18.41C13.6082 18.4472 13.4143 18.4281 13.2381 18.3552C13.0619 18.2822 12.9113 18.1586 12.8054 18C12.6994 17.8414 12.6429 17.655 12.6429 17.4643C12.6429 17.2085 12.7445 16.9633 12.9253 16.7824C13.1061 16.6016 13.3514 16.5 13.6071 16.5ZM10.3928 13.2857C10.5836 13.2857 10.77 13.3422 10.9286 13.4482C11.0872 13.5542 11.2108 13.7048 11.2837 13.881C11.3567 14.0572 11.3758 14.251 11.3386 14.4381C11.3014 14.6252 11.2096 14.797 11.0747 14.9318C10.9398 15.0667 10.768 15.1585 10.581 15.1957C10.3939 15.2329 10.2 15.2138 10.0238 15.1409C9.84763 15.0679 9.69703 14.9443 9.59107 14.7857C9.48512 14.6271 9.42856 14.4407 9.42856 14.25C9.42856 13.9942 9.53016 13.749 9.71099 13.5681C9.89183 13.3873 10.1371 13.2857 10.3928 13.2857ZM10.3928 16.5C10.5836 16.5 10.77 16.5565 10.9286 16.6625C11.0872 16.7685 11.2108 16.9191 11.2837 17.0953C11.3567 17.2715 11.3758 17.4653 11.3386 17.6524C11.3014 17.8395 11.2096 18.0113 11.0747 18.1461C10.9398 18.281 10.768 18.3728 10.581 18.41C10.3939 18.4472 10.2 18.4281 10.0238 18.3552C9.84763 18.2822 9.69703 18.1586 9.59107 18C9.48512 17.8414 9.42856 17.655 9.42856 17.4643C9.42856 17.2085 9.53016 16.9633 9.71099 16.7824C9.89183 16.6016 10.1371 16.5 10.3928 16.5ZM7.17855 13.2857C7.36927 13.2857 7.55571 13.3422 7.71428 13.4482C7.87286 13.5542 7.99646 13.7048 8.06944 13.881C8.14243 14.0572 8.16152 14.251 8.12431 14.4381C8.08711 14.6252 7.99527 14.797 7.86041 14.9318C7.72555 15.0667 7.55373 15.1585 7.36668 15.1957C7.17962 15.2329 6.98574 15.2138 6.80954 15.1409C6.63334 15.0679 6.48273 14.9443 6.37678 14.7857C6.27082 14.6271 6.21427 14.4407 6.21427 14.25C6.21427 13.9942 6.31586 13.749 6.4967 13.5681C6.67754 13.3873 6.92281 13.2857 7.17855 13.2857ZM7.17855 16.5C7.36927 16.5 7.55571 16.5565 7.71428 16.6625C7.87286 16.7685 7.99646 16.9191 8.06944 17.0953C8.14243 17.2715 8.16152 17.4653 8.12431 17.6524C8.08711 17.8395 7.99527 18.0113 7.86041 18.1461C7.72555 18.281 7.55373 18.3728 7.36668 18.41C7.17962 18.4472 6.98574 18.4281 6.80954 18.3552C6.63334 18.2822 6.48273 18.1586 6.37678 18C6.27082 17.8414 6.21427 17.655 6.21427 17.4643C6.21427 17.2085 6.31586 16.9633 6.4967 16.7824C6.67754 16.6016 6.92281 16.5 7.17855 16.5Z" fill="#F4F2EF"/>
3
- </svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M21 6.8571C21 6.17511 20.7291 5.52105 20.2469 5.03882C19.7646 4.55658 19.1106 4.28566 18.4286 4.28566H17.7857V3.66088C17.7857 3.31494 17.5197 3.01802 17.1738 3.00074C17.0869 2.99656 17 3.01006 16.9185 3.04044C16.8369 3.07081 16.7624 3.11743 16.6994 3.17746C16.6364 3.23749 16.5862 3.30969 16.552 3.38968C16.5177 3.46967 16.5 3.55578 16.5 3.6428V4.28566H7.49998V3.66088C7.49998 3.31494 7.234 3.01802 6.88806 3.00074C6.80114 2.99656 6.71428 3.01006 6.63273 3.04044C6.55118 3.07081 6.47665 3.11743 6.41365 3.17746C6.35065 3.23749 6.30049 3.30969 6.26622 3.38968C6.23195 3.46967 6.21427 3.55578 6.21427 3.6428V4.28566H5.57141C4.88942 4.28566 4.23536 4.55658 3.75313 5.03882C3.27089 5.52105 2.99997 6.17511 2.99997 6.8571V7.33924C2.99997 7.38187 3.0169 7.42274 3.04704 7.45288C3.07718 7.48302 3.11806 7.49996 3.16068 7.49996H20.8393C20.8819 7.49996 20.9228 7.48302 20.953 7.45288C20.9831 7.42274 21 7.38187 21 7.33924V6.8571ZM2.99997 18.4286C2.99997 19.1105 3.27089 19.7646 3.75313 20.2468C4.23536 20.7291 4.88942 21 5.57141 21H18.4286C19.1106 21 19.7646 20.7291 20.2469 20.2468C20.7291 19.7646 21 19.1105 21 18.4286V8.90621C21 8.87424 20.9873 8.84358 20.9647 8.82098C20.9421 8.79837 20.9115 8.78567 20.8795 8.78567H3.12051C3.08854 8.78567 3.05788 8.79837 3.03527 8.82098C3.01267 8.84358 2.99997 8.87424 2.99997 8.90621V18.4286ZM16.8214 10.0714C17.0122 10.0714 17.1986 10.1279 17.3572 10.2339C17.5157 10.3399 17.6393 10.4905 17.7123 10.6667C17.7853 10.8429 17.8044 11.0368 17.7672 11.2238C17.73 11.4109 17.6382 11.5827 17.5033 11.7175C17.3684 11.8524 17.1966 11.9442 17.0096 11.9814C16.8225 12.0186 16.6286 11.9996 16.4524 11.9266C16.2762 11.8536 16.1256 11.73 16.0197 11.5714C15.9137 11.4128 15.8572 11.2264 15.8572 11.0357C15.8572 10.7799 15.9587 10.5347 16.1396 10.3538C16.3204 10.173 16.5657 10.0714 16.8214 10.0714ZM16.8214 13.2857C17.0122 13.2857 17.1986 13.3422 17.3572 13.4482C17.5157 13.5542 17.6393 13.7048 17.7123 13.881C17.7853 14.0572 17.8044 14.251 17.7672 14.4381C17.73 14.6252 17.6382 14.797 17.5033 14.9318C17.3684 15.0667 17.1966 15.1585 17.0096 15.1957C16.8225 15.2329 16.6286 15.2138 16.4524 15.1409C16.2762 15.0679 16.1256 14.9443 16.0197 14.7857C15.9137 14.6271 15.8572 14.4407 15.8572 14.25C15.8572 13.9942 15.9587 13.749 16.1396 13.5681C16.3204 13.3873 16.5657 13.2857 16.8214 13.2857ZM13.6071 10.0714C13.7979 10.0714 13.9843 10.1279 14.1429 10.2339C14.3015 10.3399 14.425 10.4905 14.498 10.6667C14.571 10.8429 14.5901 11.0368 14.5529 11.2238C14.5157 11.4109 14.4239 11.5827 14.289 11.7175C14.1541 11.8524 13.9823 11.9442 13.7953 11.9814C13.6082 12.0186 13.4143 11.9996 13.2381 11.9266C13.0619 11.8536 12.9113 11.73 12.8054 11.5714C12.6994 11.4128 12.6429 11.2264 12.6429 11.0357C12.6429 10.7799 12.7445 10.5347 12.9253 10.3538C13.1061 10.173 13.3514 10.0714 13.6071 10.0714ZM13.6071 13.2857C13.7979 13.2857 13.9843 13.3422 14.1429 13.4482C14.3015 13.5542 14.425 13.7048 14.498 13.881C14.571 14.0572 14.5901 14.251 14.5529 14.4381C14.5157 14.6252 14.4239 14.797 14.289 14.9318C14.1541 15.0667 13.9823 15.1585 13.7953 15.1957C13.6082 15.2329 13.4143 15.2138 13.2381 15.1409C13.0619 15.0679 12.9113 14.9443 12.8054 14.7857C12.6994 14.6271 12.6429 14.4407 12.6429 14.25C12.6429 13.9942 12.7445 13.749 12.9253 13.5681C13.1061 13.3873 13.3514 13.2857 13.6071 13.2857ZM13.6071 16.5C13.7979 16.5 13.9843 16.5565 14.1429 16.6625C14.3015 16.7685 14.425 16.9191 14.498 17.0953C14.571 17.2715 14.5901 17.4653 14.5529 17.6524C14.5157 17.8395 14.4239 18.0113 14.289 18.1461C14.1541 18.281 13.9823 18.3728 13.7953 18.41C13.6082 18.4472 13.4143 18.4281 13.2381 18.3552C13.0619 18.2822 12.9113 18.1586 12.8054 18C12.6994 17.8414 12.6429 17.655 12.6429 17.4643C12.6429 17.2085 12.7445 16.9633 12.9253 16.7824C13.1061 16.6016 13.3514 16.5 13.6071 16.5ZM10.3928 13.2857C10.5836 13.2857 10.77 13.3422 10.9286 13.4482C11.0872 13.5542 11.2108 13.7048 11.2837 13.881C11.3567 14.0572 11.3758 14.251 11.3386 14.4381C11.3014 14.6252 11.2096 14.797 11.0747 14.9318C10.9398 15.0667 10.768 15.1585 10.581 15.1957C10.3939 15.2329 10.2 15.2138 10.0238 15.1409C9.84763 15.0679 9.69703 14.9443 9.59107 14.7857C9.48512 14.6271 9.42856 14.4407 9.42856 14.25C9.42856 13.9942 9.53016 13.749 9.71099 13.5681C9.89183 13.3873 10.1371 13.2857 10.3928 13.2857ZM10.3928 16.5C10.5836 16.5 10.77 16.5565 10.9286 16.6625C11.0872 16.7685 11.2108 16.9191 11.2837 17.0953C11.3567 17.2715 11.3758 17.4653 11.3386 17.6524C11.3014 17.8395 11.2096 18.0113 11.0747 18.1461C10.9398 18.281 10.768 18.3728 10.581 18.41C10.3939 18.4472 10.2 18.4281 10.0238 18.3552C9.84763 18.2822 9.69703 18.1586 9.59107 18C9.48512 17.8414 9.42856 17.655 9.42856 17.4643C9.42856 17.2085 9.53016 16.9633 9.71099 16.7824C9.89183 16.6016 10.1371 16.5 10.3928 16.5ZM7.17855 13.2857C7.36927 13.2857 7.55571 13.3422 7.71428 13.4482C7.87286 13.5542 7.99646 13.7048 8.06944 13.881C8.14243 14.0572 8.16152 14.251 8.12431 14.4381C8.08711 14.6252 7.99527 14.797 7.86041 14.9318C7.72555 15.0667 7.55373 15.1585 7.36668 15.1957C7.17962 15.2329 6.98574 15.2138 6.80954 15.1409C6.63334 15.0679 6.48273 14.9443 6.37678 14.7857C6.27082 14.6271 6.21427 14.4407 6.21427 14.25C6.21427 13.9942 6.31586 13.749 6.4967 13.5681C6.67754 13.3873 6.92281 13.2857 7.17855 13.2857ZM7.17855 16.5C7.36927 16.5 7.55571 16.5565 7.71428 16.6625C7.87286 16.7685 7.99646 16.9191 8.06944 17.0953C8.14243 17.2715 8.16152 17.4653 8.12431 17.6524C8.08711 17.8395 7.99527 18.0113 7.86041 18.1461C7.72555 18.281 7.55373 18.3728 7.36668 18.41C7.17962 18.4472 6.98574 18.4281 6.80954 18.3552C6.63334 18.2822 6.48273 18.1586 6.37678 18C6.27082 17.8414 6.21427 17.655 6.21427 17.4643C6.21427 17.2085 6.31586 16.9633 6.4967 16.7824C6.67754 16.6016 6.92281 16.5 7.17855 16.5Z" fill="#F4F2EF"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="32" height="32" viewBox="0 0 32 32" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M29 8.57136C29 7.58627 28.6087 6.64152 27.9121 5.94496C27.2156 5.24839 26.2708 4.85706 25.2857 4.85706H24.3572V3.95461C24.3572 3.45492 23.973 3.02603 23.4733 3.00108C23.3477 2.99503 23.2223 3.01453 23.1045 3.05841C22.9867 3.10228 22.879 3.16962 22.788 3.25633C22.697 3.34304 22.6246 3.44733 22.5751 3.56287C22.5256 3.67841 22.5 3.80279 22.5 3.92849V4.85706H9.49998V3.95461C9.49998 3.45492 9.11578 3.02603 8.61609 3.00108C8.49054 2.99503 8.36507 3.01453 8.24728 3.05841C8.12948 3.10228 8.02183 3.16962 7.93083 3.25633C7.83983 3.34304 7.76738 3.44733 7.71788 3.56287C7.66837 3.67841 7.64284 3.80279 7.64283 3.92849V4.85706H6.71426C5.72916 4.85706 4.78442 5.24839 4.08785 5.94496C3.39128 6.64152 2.99996 7.58627 2.99996 8.57136V9.26779C2.99996 9.32936 3.02442 9.38841 3.06795 9.43194C3.11149 9.47548 3.17053 9.49994 3.2321 9.49994H28.7679C28.8295 9.49994 28.8885 9.47548 28.932 9.43194C28.9756 9.38841 29 9.32936 29 9.26779V8.57136ZM2.99996 25.2857C2.99996 26.2708 3.39128 27.2155 4.08785 27.9121C4.78442 28.6087 5.72916 29 6.71426 29H25.2857C26.2708 29 27.2156 28.6087 27.9121 27.9121C28.6087 27.2155 29 26.2708 29 25.2857V11.5312C29 11.485 28.9817 11.4407 28.949 11.4081C28.9164 11.3754 28.8721 11.3571 28.8259 11.3571H3.17407C3.12789 11.3571 3.0836 11.3754 3.05095 11.4081C3.0183 11.4407 2.99996 11.485 2.99996 11.5312V25.2857ZM22.9643 13.2142C23.2398 13.2142 23.5091 13.2959 23.7381 13.449C23.9672 13.602 24.1457 13.8196 24.2511 14.0741C24.3566 14.3286 24.3842 14.6086 24.3304 14.8788C24.2767 15.149 24.144 15.3972 23.9492 15.592C23.7544 15.7868 23.5062 15.9194 23.236 15.9732C22.9659 16.0269 22.6858 15.9994 22.4313 15.8939C22.1768 15.7885 21.9592 15.61 21.8062 15.3809C21.6531 15.1519 21.5714 14.8826 21.5714 14.6071C21.5714 14.2377 21.7182 13.8834 21.9794 13.6222C22.2406 13.361 22.5949 13.2142 22.9643 13.2142ZM22.9643 17.8571C23.2398 17.8571 23.5091 17.9388 23.7381 18.0918C23.9672 18.2449 24.1457 18.4624 24.2511 18.7169C24.3566 18.9715 24.3842 19.2515 24.3304 19.5217C24.2767 19.7919 24.144 20.0401 23.9492 20.2349C23.7544 20.4297 23.5062 20.5623 23.236 20.6161C22.9659 20.6698 22.6858 20.6422 22.4313 20.5368C22.1768 20.4314 21.9592 20.2529 21.8062 20.0238C21.6531 19.7947 21.5714 19.5254 21.5714 19.25C21.5714 18.8806 21.7182 18.5263 21.9794 18.2651C22.2406 18.0039 22.5949 17.8571 22.9643 17.8571ZM18.3214 13.2142C18.5969 13.2142 18.8662 13.2959 19.0953 13.449C19.3243 13.602 19.5028 13.8196 19.6083 14.0741C19.7137 14.3286 19.7413 14.6086 19.6875 14.8788C19.6338 15.149 19.5011 15.3972 19.3063 15.592C19.1115 15.7868 18.8634 15.9194 18.5932 15.9732C18.323 16.0269 18.0429 15.9994 17.7884 15.8939C17.5339 15.7885 17.3164 15.61 17.1633 15.3809C17.0103 15.1519 16.9286 14.8826 16.9286 14.6071C16.9286 14.2377 17.0753 13.8834 17.3365 13.6222C17.5977 13.361 17.952 13.2142 18.3214 13.2142ZM18.3214 17.8571C18.5969 17.8571 18.8662 17.9388 19.0953 18.0918C19.3243 18.2449 19.5028 18.4624 19.6083 18.7169C19.7137 18.9715 19.7413 19.2515 19.6875 19.5217C19.6338 19.7919 19.5011 20.0401 19.3063 20.2349C19.1115 20.4297 18.8634 20.5623 18.5932 20.6161C18.323 20.6698 18.0429 20.6422 17.7884 20.5368C17.5339 20.4314 17.3164 20.2529 17.1633 20.0238C17.0103 19.7947 16.9286 19.5254 16.9286 19.25C16.9286 18.8806 17.0753 18.5263 17.3365 18.2651C17.5977 18.0039 17.952 17.8571 18.3214 17.8571ZM18.3214 22.5C18.5969 22.5 18.8662 22.5817 19.0953 22.7347C19.3243 22.8878 19.5028 23.1053 19.6083 23.3598C19.7137 23.6143 19.7413 23.8944 19.6875 24.1646C19.6338 24.4348 19.5011 24.6829 19.3063 24.8777C19.1115 25.0725 18.8634 25.2052 18.5932 25.2589C18.323 25.3127 18.0429 25.2851 17.7884 25.1797C17.5339 25.0743 17.3164 24.8957 17.1633 24.6667C17.0103 24.4376 16.9286 24.1683 16.9286 23.8928C16.9286 23.5234 17.0753 23.1692 17.3365 22.9079C17.5977 22.6467 17.952 22.5 18.3214 22.5ZM13.6786 17.8571C13.954 17.8571 14.2233 17.9388 14.4524 18.0918C14.6815 18.2449 14.86 18.4624 14.9654 18.7169C15.0708 18.9715 15.0984 19.2515 15.0447 19.5217C14.9909 19.7919 14.8583 20.0401 14.6635 20.2349C14.4687 20.4297 14.2205 20.5623 13.9503 20.6161C13.6801 20.6698 13.4001 20.6422 13.1455 20.5368C12.891 20.4314 12.6735 20.2529 12.5204 20.0238C12.3674 19.7947 12.2857 19.5254 12.2857 19.25C12.2857 18.8806 12.4324 18.5263 12.6937 18.2651C12.9549 18.0039 13.3092 17.8571 13.6786 17.8571ZM13.6786 22.5C13.954 22.5 14.2233 22.5817 14.4524 22.7347C14.6815 22.8878 14.86 23.1053 14.9654 23.3598C15.0708 23.6143 15.0984 23.8944 15.0447 24.1646C14.9909 24.4348 14.8583 24.6829 14.6635 24.8777C14.4687 25.0725 14.2205 25.2052 13.9503 25.2589C13.6801 25.3127 13.4001 25.2851 13.1455 25.1797C12.891 25.0743 12.6735 24.8957 12.5204 24.6667C12.3674 24.4376 12.2857 24.1683 12.2857 23.8928C12.2857 23.5234 12.4324 23.1692 12.6937 22.9079C12.9549 22.6467 13.3092 22.5 13.6786 22.5ZM9.03569 17.8571C9.31117 17.8571 9.58047 17.9388 9.80952 18.0918C10.0386 18.2449 10.2171 18.4624 10.3225 18.7169C10.428 18.9715 10.4555 19.2515 10.4018 19.5217C10.348 19.7919 10.2154 20.0401 10.0206 20.2349C9.8258 20.4297 9.57761 20.5623 9.30743 20.6161C9.03724 20.6698 8.75718 20.6422 8.50267 20.5368C8.24815 20.4314 8.03062 20.2529 7.87757 20.0238C7.72452 19.7947 7.64283 19.5254 7.64283 19.25C7.64283 18.8806 7.78958 18.5263 8.05079 18.2651C8.312 18.0039 8.66628 17.8571 9.03569 17.8571ZM9.03569 22.5C9.31117 22.5 9.58047 22.5817 9.80952 22.7347C10.0386 22.8878 10.2171 23.1053 10.3225 23.3598C10.428 23.6143 10.4555 23.8944 10.4018 24.1646C10.348 24.4348 10.2154 24.6829 10.0206 24.8777C9.8258 25.0725 9.57761 25.2052 9.30743 25.2589C9.03724 25.3127 8.75718 25.2851 8.50267 25.1797C8.24815 25.0743 8.03062 24.8957 7.87757 24.6667C7.72452 24.4376 7.64283 24.1683 7.64283 23.8928C7.64283 23.5234 7.78958 23.1692 8.05079 22.9079C8.312 22.6467 8.66628 22.5 9.03569 22.5Z" fill="#F4F2EF"/>
3
- </svg>
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M29 8.57136C29 7.58627 28.6087 6.64152 27.9121 5.94496C27.2156 5.24839 26.2708 4.85706 25.2857 4.85706H24.3572V3.95461C24.3572 3.45492 23.973 3.02603 23.4733 3.00108C23.3477 2.99503 23.2223 3.01453 23.1045 3.05841C22.9867 3.10228 22.879 3.16962 22.788 3.25633C22.697 3.34304 22.6246 3.44733 22.5751 3.56287C22.5256 3.67841 22.5 3.80279 22.5 3.92849V4.85706H9.49998V3.95461C9.49998 3.45492 9.11578 3.02603 8.61609 3.00108C8.49054 2.99503 8.36507 3.01453 8.24728 3.05841C8.12948 3.10228 8.02183 3.16962 7.93083 3.25633C7.83983 3.34304 7.76738 3.44733 7.71788 3.56287C7.66837 3.67841 7.64284 3.80279 7.64283 3.92849V4.85706H6.71426C5.72916 4.85706 4.78442 5.24839 4.08785 5.94496C3.39128 6.64152 2.99996 7.58627 2.99996 8.57136V9.26779C2.99996 9.32936 3.02442 9.38841 3.06795 9.43194C3.11149 9.47548 3.17053 9.49994 3.2321 9.49994H28.7679C28.8295 9.49994 28.8885 9.47548 28.932 9.43194C28.9756 9.38841 29 9.32936 29 9.26779V8.57136ZM2.99996 25.2857C2.99996 26.2708 3.39128 27.2155 4.08785 27.9121C4.78442 28.6087 5.72916 29 6.71426 29H25.2857C26.2708 29 27.2156 28.6087 27.9121 27.9121C28.6087 27.2155 29 26.2708 29 25.2857V11.5312C29 11.485 28.9817 11.4407 28.949 11.4081C28.9164 11.3754 28.8721 11.3571 28.8259 11.3571H3.17407C3.12789 11.3571 3.0836 11.3754 3.05095 11.4081C3.0183 11.4407 2.99996 11.485 2.99996 11.5312V25.2857ZM22.9643 13.2142C23.2398 13.2142 23.5091 13.2959 23.7381 13.449C23.9672 13.602 24.1457 13.8196 24.2511 14.0741C24.3566 14.3286 24.3842 14.6086 24.3304 14.8788C24.2767 15.149 24.144 15.3972 23.9492 15.592C23.7544 15.7868 23.5062 15.9194 23.236 15.9732C22.9659 16.0269 22.6858 15.9994 22.4313 15.8939C22.1768 15.7885 21.9592 15.61 21.8062 15.3809C21.6531 15.1519 21.5714 14.8826 21.5714 14.6071C21.5714 14.2377 21.7182 13.8834 21.9794 13.6222C22.2406 13.361 22.5949 13.2142 22.9643 13.2142ZM22.9643 17.8571C23.2398 17.8571 23.5091 17.9388 23.7381 18.0918C23.9672 18.2449 24.1457 18.4624 24.2511 18.7169C24.3566 18.9715 24.3842 19.2515 24.3304 19.5217C24.2767 19.7919 24.144 20.0401 23.9492 20.2349C23.7544 20.4297 23.5062 20.5623 23.236 20.6161C22.9659 20.6698 22.6858 20.6422 22.4313 20.5368C22.1768 20.4314 21.9592 20.2529 21.8062 20.0238C21.6531 19.7947 21.5714 19.5254 21.5714 19.25C21.5714 18.8806 21.7182 18.5263 21.9794 18.2651C22.2406 18.0039 22.5949 17.8571 22.9643 17.8571ZM18.3214 13.2142C18.5969 13.2142 18.8662 13.2959 19.0953 13.449C19.3243 13.602 19.5028 13.8196 19.6083 14.0741C19.7137 14.3286 19.7413 14.6086 19.6875 14.8788C19.6338 15.149 19.5011 15.3972 19.3063 15.592C19.1115 15.7868 18.8634 15.9194 18.5932 15.9732C18.323 16.0269 18.0429 15.9994 17.7884 15.8939C17.5339 15.7885 17.3164 15.61 17.1633 15.3809C17.0103 15.1519 16.9286 14.8826 16.9286 14.6071C16.9286 14.2377 17.0753 13.8834 17.3365 13.6222C17.5977 13.361 17.952 13.2142 18.3214 13.2142ZM18.3214 17.8571C18.5969 17.8571 18.8662 17.9388 19.0953 18.0918C19.3243 18.2449 19.5028 18.4624 19.6083 18.7169C19.7137 18.9715 19.7413 19.2515 19.6875 19.5217C19.6338 19.7919 19.5011 20.0401 19.3063 20.2349C19.1115 20.4297 18.8634 20.5623 18.5932 20.6161C18.323 20.6698 18.0429 20.6422 17.7884 20.5368C17.5339 20.4314 17.3164 20.2529 17.1633 20.0238C17.0103 19.7947 16.9286 19.5254 16.9286 19.25C16.9286 18.8806 17.0753 18.5263 17.3365 18.2651C17.5977 18.0039 17.952 17.8571 18.3214 17.8571ZM18.3214 22.5C18.5969 22.5 18.8662 22.5817 19.0953 22.7347C19.3243 22.8878 19.5028 23.1053 19.6083 23.3598C19.7137 23.6143 19.7413 23.8944 19.6875 24.1646C19.6338 24.4348 19.5011 24.6829 19.3063 24.8777C19.1115 25.0725 18.8634 25.2052 18.5932 25.2589C18.323 25.3127 18.0429 25.2851 17.7884 25.1797C17.5339 25.0743 17.3164 24.8957 17.1633 24.6667C17.0103 24.4376 16.9286 24.1683 16.9286 23.8928C16.9286 23.5234 17.0753 23.1692 17.3365 22.9079C17.5977 22.6467 17.952 22.5 18.3214 22.5ZM13.6786 17.8571C13.954 17.8571 14.2233 17.9388 14.4524 18.0918C14.6815 18.2449 14.86 18.4624 14.9654 18.7169C15.0708 18.9715 15.0984 19.2515 15.0447 19.5217C14.9909 19.7919 14.8583 20.0401 14.6635 20.2349C14.4687 20.4297 14.2205 20.5623 13.9503 20.6161C13.6801 20.6698 13.4001 20.6422 13.1455 20.5368C12.891 20.4314 12.6735 20.2529 12.5204 20.0238C12.3674 19.7947 12.2857 19.5254 12.2857 19.25C12.2857 18.8806 12.4324 18.5263 12.6937 18.2651C12.9549 18.0039 13.3092 17.8571 13.6786 17.8571ZM13.6786 22.5C13.954 22.5 14.2233 22.5817 14.4524 22.7347C14.6815 22.8878 14.86 23.1053 14.9654 23.3598C15.0708 23.6143 15.0984 23.8944 15.0447 24.1646C14.9909 24.4348 14.8583 24.6829 14.6635 24.8777C14.4687 25.0725 14.2205 25.2052 13.9503 25.2589C13.6801 25.3127 13.4001 25.2851 13.1455 25.1797C12.891 25.0743 12.6735 24.8957 12.5204 24.6667C12.3674 24.4376 12.2857 24.1683 12.2857 23.8928C12.2857 23.5234 12.4324 23.1692 12.6937 22.9079C12.9549 22.6467 13.3092 22.5 13.6786 22.5ZM9.03569 17.8571C9.31117 17.8571 9.58047 17.9388 9.80952 18.0918C10.0386 18.2449 10.2171 18.4624 10.3225 18.7169C10.428 18.9715 10.4555 19.2515 10.4018 19.5217C10.348 19.7919 10.2154 20.0401 10.0206 20.2349C9.8258 20.4297 9.57761 20.5623 9.30743 20.6161C9.03724 20.6698 8.75718 20.6422 8.50267 20.5368C8.24815 20.4314 8.03062 20.2529 7.87757 20.0238C7.72452 19.7947 7.64283 19.5254 7.64283 19.25C7.64283 18.8806 7.78958 18.5263 8.05079 18.2651C8.312 18.0039 8.66628 17.8571 9.03569 17.8571ZM9.03569 22.5C9.31117 22.5 9.58047 22.5817 9.80952 22.7347C10.0386 22.8878 10.2171 23.1053 10.3225 23.3598C10.428 23.6143 10.4555 23.8944 10.4018 24.1646C10.348 24.4348 10.2154 24.6829 10.0206 24.8777C9.8258 25.0725 9.57761 25.2052 9.30743 25.2589C9.03724 25.3127 8.75718 25.2851 8.50267 25.1797C8.24815 25.0743 8.03062 24.8957 7.87757 24.6667C7.72452 24.4376 7.64283 24.1683 7.64283 23.8928C7.64283 23.5234 7.78958 23.1692 8.05079 22.9079C8.312 22.6467 8.66628 22.5 9.03569 22.5Z" fill="#F4F2EF"/>
3
+ </svg>