@norges-domstoler/dds-components 9.4.0 → 9.5.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 (224) hide show
  1. package/dist/assets/svg/openExternal.svg.js +4 -0
  2. package/dist/cjs/components/Grid/Grid.d.ts +1 -5
  3. package/dist/cjs/components/Grid/Grid.utils.d.ts +4 -0
  4. package/dist/cjs/components/Grid/GridChild.d.ts +2 -7
  5. package/dist/cjs/components/InlineEdit/InlineEdit.stories.d.ts +1 -1
  6. package/dist/cjs/components/InlineEdit/InlineEdit.styles.d.ts +11 -1
  7. package/dist/cjs/components/InlineEdit/InlineEdit.tokens.d.ts +3 -1
  8. package/dist/cjs/components/InlineEdit/InlineEdit.types.d.ts +3 -1
  9. package/dist/cjs/components/InlineEdit/InlineEditInput.d.ts +1 -1
  10. package/dist/cjs/components/InlineEdit/InlineEditInput.stories.d.ts +1 -1
  11. package/dist/cjs/components/InlineEdit/InlineEditTextArea.d.ts +1 -1
  12. package/dist/cjs/components/InlineEdit/InlineEditTextArea.stories.d.ts +1 -1
  13. package/dist/cjs/components/Search/AutocompleteSearch.context.d.ts +12 -0
  14. package/dist/cjs/components/Search/Search.stories.d.ts +15 -2
  15. package/dist/cjs/components/Search/Search.tokens.d.ts +8 -0
  16. package/dist/cjs/components/Search/SearchAutocompleteWrapper.d.ts +31 -0
  17. package/dist/cjs/components/Search/SearchSuggestions.d.ts +29 -0
  18. package/dist/cjs/components/Search/index.d.ts +10 -1
  19. package/dist/cjs/components/Select/Select.d.ts +0 -3
  20. package/dist/cjs/components/Select/Select.tokens.d.ts +2 -9
  21. package/dist/cjs/components/Typography/Typography.tokens.d.ts +4 -1
  22. package/dist/cjs/icons/tsx/barChart.d.ts +2 -0
  23. package/dist/cjs/icons/tsx/barChartBoxed.d.ts +2 -0
  24. package/dist/cjs/icons/tsx/index.d.ts +6 -0
  25. package/dist/cjs/icons/tsx/libraryAdd.d.ts +2 -0
  26. package/dist/cjs/icons/tsx/lineChart.d.ts +2 -0
  27. package/dist/cjs/icons/tsx/trendingDown.d.ts +2 -0
  28. package/dist/cjs/icons/tsx/trendingUp.d.ts +2 -0
  29. package/dist/cjs/icons/utils/StyledSvg.d.ts +4 -1
  30. package/dist/cjs/icons/utils/SvgWrapper.d.ts +2 -0
  31. package/dist/cjs/index.js +3345 -4423
  32. package/dist/cjs/utils/index.d.ts +1 -0
  33. package/dist/cjs/utils/searchFilter.d.ts +2 -0
  34. package/dist/components/GlobalMessage/GlobalMessage.tokens.js +1 -1
  35. package/dist/components/Grid/Grid.d.ts +1 -5
  36. package/dist/components/Grid/Grid.utils.d.ts +4 -0
  37. package/dist/components/Grid/GridChild.d.ts +2 -7
  38. package/dist/components/Icon/Icon.js +0 -1
  39. package/dist/components/InlineEdit/InlineEdit.stories.d.ts +1 -1
  40. package/dist/components/InlineEdit/InlineEdit.styles.d.ts +11 -1
  41. package/dist/components/InlineEdit/InlineEdit.styles.js +27 -6
  42. package/dist/components/InlineEdit/InlineEdit.tokens.d.ts +3 -1
  43. package/dist/components/InlineEdit/InlineEdit.tokens.js +3 -1
  44. package/dist/components/InlineEdit/InlineEdit.types.d.ts +3 -1
  45. package/dist/components/InlineEdit/InlineEditInput.d.ts +1 -1
  46. package/dist/components/InlineEdit/InlineEditInput.stories.d.ts +1 -1
  47. package/dist/components/InlineEdit/InlineEditTextArea.d.ts +1 -1
  48. package/dist/components/InlineEdit/InlineEditTextArea.stories.d.ts +1 -1
  49. package/dist/components/InlineEdit/InlineInput.js +19 -15
  50. package/dist/components/InlineEdit/InlineTextArea.js +19 -18
  51. package/dist/components/LocalMessage/LocalMessage.tokens.js +1 -1
  52. package/dist/components/Search/AutocompleteSearch.context.d.ts +12 -0
  53. package/dist/components/Search/AutocompleteSearch.context.js +8 -0
  54. package/dist/components/Search/Search.js +46 -7
  55. package/dist/components/Search/Search.stories.d.ts +15 -2
  56. package/dist/components/Search/Search.tokens.d.ts +8 -0
  57. package/dist/components/Search/Search.tokens.js +13 -2
  58. package/dist/components/Search/SearchAutocompleteWrapper.d.ts +31 -0
  59. package/dist/components/Search/SearchAutocompleteWrapper.js +113 -0
  60. package/dist/components/Search/SearchSuggestions.d.ts +29 -0
  61. package/dist/components/Search/SearchSuggestions.js +116 -0
  62. package/dist/components/Search/index.d.ts +10 -1
  63. package/dist/components/Search/index.js +9 -0
  64. package/dist/components/Select/Select.d.ts +0 -3
  65. package/dist/components/Select/Select.js +4 -10
  66. package/dist/components/Select/Select.styles.js +3 -3
  67. package/dist/components/Select/Select.tokens.d.ts +2 -9
  68. package/dist/components/Select/Select.tokens.js +2 -9
  69. package/dist/components/Typography/Link/Link.js +3 -9
  70. package/dist/components/Typography/Typography/Typography.js +3 -12
  71. package/dist/components/Typography/Typography.tokens.d.ts +4 -1
  72. package/dist/components/Typography/Typography.tokens.js +5 -2
  73. package/dist/components/Typography/Typography.utils.js +2 -1
  74. package/dist/hooks/useRoveFocus.js +10 -10
  75. package/dist/icons/tsx/apps.js +5 -17
  76. package/dist/icons/tsx/archive.js +3 -15
  77. package/dist/icons/tsx/arrowDown.js +5 -17
  78. package/dist/icons/tsx/arrowLeft.js +5 -17
  79. package/dist/icons/tsx/arrowRight.js +5 -17
  80. package/dist/icons/tsx/arrowUp.js +5 -17
  81. package/dist/icons/tsx/attachment.js +5 -17
  82. package/dist/icons/tsx/barChart.d.ts +2 -0
  83. package/dist/icons/tsx/barChart.js +12 -0
  84. package/dist/icons/tsx/barChartBoxed.d.ts +2 -0
  85. package/dist/icons/tsx/barChartBoxed.js +12 -0
  86. package/dist/icons/tsx/block.js +5 -17
  87. package/dist/icons/tsx/book.js +3 -15
  88. package/dist/icons/tsx/build.js +5 -17
  89. package/dist/icons/tsx/buildCircled.js +3 -15
  90. package/dist/icons/tsx/calendar.js +5 -17
  91. package/dist/icons/tsx/calendarMonth.js +5 -17
  92. package/dist/icons/tsx/calendarViewDay.js +5 -17
  93. package/dist/icons/tsx/calendarViewMonth.js +5 -17
  94. package/dist/icons/tsx/calendarViewWeek.js +5 -17
  95. package/dist/icons/tsx/call.js +5 -17
  96. package/dist/icons/tsx/chat.js +5 -17
  97. package/dist/icons/tsx/check.js +5 -17
  98. package/dist/icons/tsx/checkCircled.js +5 -17
  99. package/dist/icons/tsx/checklist.js +5 -17
  100. package/dist/icons/tsx/chevronDown.js +5 -17
  101. package/dist/icons/tsx/chevronFirst.js +5 -17
  102. package/dist/icons/tsx/chevronLargeLeft.js +5 -17
  103. package/dist/icons/tsx/chevronLargeRight.js +5 -17
  104. package/dist/icons/tsx/chevronLast.js +5 -17
  105. package/dist/icons/tsx/chevronLeft.js +5 -17
  106. package/dist/icons/tsx/chevronRight.js +5 -17
  107. package/dist/icons/tsx/chevronUp.js +5 -17
  108. package/dist/icons/tsx/close.js +5 -17
  109. package/dist/icons/tsx/closeCircled.js +5 -17
  110. package/dist/icons/tsx/closeSmall.js +5 -17
  111. package/dist/icons/tsx/cloud.js +5 -17
  112. package/dist/icons/tsx/collapse.js +5 -17
  113. package/dist/icons/tsx/comment.js +5 -17
  114. package/dist/icons/tsx/copy.js +5 -17
  115. package/dist/icons/tsx/court.js +5 -17
  116. package/dist/icons/tsx/dateRange.js +5 -17
  117. package/dist/icons/tsx/deaths.js +5 -17
  118. package/dist/icons/tsx/download.js +5 -17
  119. package/dist/icons/tsx/downloadDone.js +5 -17
  120. package/dist/icons/tsx/dragHandle.js +5 -17
  121. package/dist/icons/tsx/edit.js +5 -17
  122. package/dist/icons/tsx/error.js +5 -17
  123. package/dist/icons/tsx/exclaim.js +5 -17
  124. package/dist/icons/tsx/expand.js +5 -17
  125. package/dist/icons/tsx/facebook.js +5 -17
  126. package/dist/icons/tsx/family.js +5 -17
  127. package/dist/icons/tsx/feedback.js +5 -17
  128. package/dist/icons/tsx/file.js +5 -17
  129. package/dist/icons/tsx/fileAdd.js +5 -17
  130. package/dist/icons/tsx/fileText.js +5 -17
  131. package/dist/icons/tsx/filter.js +5 -17
  132. package/dist/icons/tsx/filterList.js +5 -17
  133. package/dist/icons/tsx/filterListOff.js +5 -17
  134. package/dist/icons/tsx/filterOff.js +5 -17
  135. package/dist/icons/tsx/findInPage.js +5 -17
  136. package/dist/icons/tsx/folder.js +5 -17
  137. package/dist/icons/tsx/folderAdd.js +5 -17
  138. package/dist/icons/tsx/fullsceenExit.js +5 -17
  139. package/dist/icons/tsx/fullscreen.js +5 -17
  140. package/dist/icons/tsx/gavel.js +3 -15
  141. package/dist/icons/tsx/help.js +5 -17
  142. package/dist/icons/tsx/helpFilled.js +5 -17
  143. package/dist/icons/tsx/home.js +5 -17
  144. package/dist/icons/tsx/image.js +5 -17
  145. package/dist/icons/tsx/index.d.ts +6 -0
  146. package/dist/icons/tsx/info.js +5 -17
  147. package/dist/icons/tsx/instagram.js +5 -17
  148. package/dist/icons/tsx/jordskifterett.js +2 -2
  149. package/dist/icons/tsx/key.js +5 -17
  150. package/dist/icons/tsx/lagmannsrett.js +5 -17
  151. package/dist/icons/tsx/language.js +5 -15
  152. package/dist/icons/tsx/libraryAdd.d.ts +2 -0
  153. package/dist/icons/tsx/libraryAdd.js +12 -0
  154. package/dist/icons/tsx/lineChart.d.ts +2 -0
  155. package/dist/icons/tsx/lineChart.js +12 -0
  156. package/dist/icons/tsx/link.js +5 -17
  157. package/dist/icons/tsx/linkOff.js +5 -17
  158. package/dist/icons/tsx/linkedIn.js +5 -17
  159. package/dist/icons/tsx/list.js +5 -17
  160. package/dist/icons/tsx/listAlt.js +5 -17
  161. package/dist/icons/tsx/location.js +5 -17
  162. package/dist/icons/tsx/lock.js +5 -17
  163. package/dist/icons/tsx/lockOpen.js +5 -17
  164. package/dist/icons/tsx/login.js +5 -17
  165. package/dist/icons/tsx/logout.js +5 -17
  166. package/dist/icons/tsx/mail.js +5 -17
  167. package/dist/icons/tsx/mailOpen.js +5 -17
  168. package/dist/icons/tsx/menu.js +5 -17
  169. package/dist/icons/tsx/minus.js +5 -17
  170. package/dist/icons/tsx/minusCircled.js +5 -17
  171. package/dist/icons/tsx/moreHorizontal.js +5 -17
  172. package/dist/icons/tsx/moreVertical.js +5 -17
  173. package/dist/icons/tsx/notarial.js +5 -17
  174. package/dist/icons/tsx/notifications.js +5 -17
  175. package/dist/icons/tsx/notificationsOff.js +5 -17
  176. package/dist/icons/tsx/onlineMeeting.js +5 -17
  177. package/dist/icons/tsx/openExternal.js +5 -17
  178. package/dist/icons/tsx/pdf.js +5 -17
  179. package/dist/icons/tsx/person.js +5 -17
  180. package/dist/icons/tsx/personAdd.js +5 -17
  181. package/dist/icons/tsx/pin.js +5 -17
  182. package/dist/icons/tsx/plus.js +5 -17
  183. package/dist/icons/tsx/plusCircled.js +5 -17
  184. package/dist/icons/tsx/print.js +3 -15
  185. package/dist/icons/tsx/property.js +3 -15
  186. package/dist/icons/tsx/publish.js +5 -17
  187. package/dist/icons/tsx/questionAnswer.js +5 -17
  188. package/dist/icons/tsx/receipt.js +5 -17
  189. package/dist/icons/tsx/redo.js +5 -17
  190. package/dist/icons/tsx/refresh.js +5 -17
  191. package/dist/icons/tsx/replay.js +5 -17
  192. package/dist/icons/tsx/search.js +5 -17
  193. package/dist/icons/tsx/settings.js +5 -17
  194. package/dist/icons/tsx/sms.js +5 -17
  195. package/dist/icons/tsx/star.js +5 -17
  196. package/dist/icons/tsx/starFilled.js +5 -17
  197. package/dist/icons/tsx/sync.js +5 -17
  198. package/dist/icons/tsx/time.js +5 -17
  199. package/dist/icons/tsx/tingrett.js +5 -17
  200. package/dist/icons/tsx/tip.js +5 -17
  201. package/dist/icons/tsx/trash.js +5 -17
  202. package/dist/icons/tsx/trendingDown.d.ts +2 -0
  203. package/dist/icons/tsx/trendingDown.js +12 -0
  204. package/dist/icons/tsx/trendingUp.d.ts +2 -0
  205. package/dist/icons/tsx/trendingUp.js +12 -0
  206. package/dist/icons/tsx/twitter.js +5 -17
  207. package/dist/icons/tsx/undo.js +5 -17
  208. package/dist/icons/tsx/unfoldLess.js +5 -17
  209. package/dist/icons/tsx/unfoldMore.js +5 -17
  210. package/dist/icons/tsx/upload.js +5 -17
  211. package/dist/icons/tsx/visibilityOff.js +5 -17
  212. package/dist/icons/tsx/visibilityOn.js +5 -17
  213. package/dist/icons/tsx/warning.js +3 -15
  214. package/dist/icons/tsx/zoomIn.js +5 -17
  215. package/dist/icons/tsx/zoomOut.js +5 -17
  216. package/dist/icons/utils/StyledSvg.d.ts +4 -1
  217. package/dist/icons/utils/StyledSvg.js +14 -1
  218. package/dist/icons/utils/SvgWrapper.d.ts +2 -0
  219. package/dist/icons/utils/SvgWrapper.js +16 -0
  220. package/dist/index.js +8 -2
  221. package/dist/utils/index.d.ts +1 -0
  222. package/dist/utils/searchFilter.d.ts +2 -0
  223. package/dist/utils/searchFilter.js +10 -0
  224. package/package.json +2 -2
@@ -1,23 +1,11 @@
1
- import { __rest } from 'tslib';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function ChevronFirstIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
19
7
  d: "M18.41 16.59L13.82 12l4.59-4.59L17 6l-6 6 6 6 1.41-1.41zM6 6h2v12H6V6z"
20
- })]
8
+ })
21
9
  }));
22
10
  }
23
11
 
@@ -1,23 +1,11 @@
1
- import { __rest } from 'tslib';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function ChevronLargeLeftIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
19
7
  d: "M17.51 3.87L15.73 2.1 5.84 12l9.9 9.9 1.77-1.77L9.38 12l8.13-8.13z"
20
- })]
8
+ })
21
9
  }));
22
10
  }
23
11
 
@@ -1,23 +1,11 @@
1
- import { __rest } from 'tslib';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function ChevronLargeRightIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
19
7
  d: "M6.49 20.13l1.77 1.77 9.9-9.9-9.9-9.9-1.77 1.77L14.62 12l-8.13 8.13z"
20
- })]
8
+ })
21
9
  }));
22
10
  }
23
11
 
@@ -1,23 +1,11 @@
1
- import { __rest } from 'tslib';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function ChevronLastIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
19
7
  d: "M5.59 7.41L10.18 12l-4.59 4.59L7 18l6-6-6-6-1.41 1.41zM16 6h2v12h-2V6z"
20
- })]
8
+ })
21
9
  }));
22
10
  }
23
11
 
@@ -1,23 +1,11 @@
1
- import { __rest } from 'tslib';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function ChevronLeftIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
19
7
  d: "M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z"
20
- })]
8
+ })
21
9
  }));
22
10
  }
23
11
 
@@ -1,23 +1,11 @@
1
- import { __rest } from 'tslib';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function ChevronRightIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
19
7
  d: "M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z"
20
- })]
8
+ })
21
9
  }));
22
10
  }
23
11
 
@@ -1,23 +1,11 @@
1
- import { __rest } from 'tslib';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function ChevronUpIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
19
7
  d: "M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6 1.41 1.41z"
20
- })]
8
+ })
21
9
  }));
22
10
  }
23
11
 
@@ -1,23 +1,11 @@
1
- import { __rest } from 'tslib';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function CloseIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
19
7
  d: "M4.707 3.293L3.293 4.707 10.586 12l-7.293 7.293 1.414 1.414L12 13.414l7.293 7.293 1.414-1.414L13.414 12l7.293-7.293-1.414-1.414L12 10.586 4.707 3.293z"
20
- })]
8
+ })
21
9
  }));
22
10
  }
23
11
 
@@ -1,23 +1,11 @@
1
- import { __rest } from 'tslib';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function CloseCircledIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
19
7
  d: "M12 2C6.467 2 2 6.467 2 12s4.467 10 10 10 10-4.467 10-10S17.533 2 12 2zm0 2c4.467 0 8 3.533 8 8 0 4.467-3.533 8-8 8-4.467 0-8-3.533-8-8 0-4.467 3.533-8 8-8zM8.707 7.293L7.293 8.707 10.586 12l-3.293 3.293 1.414 1.414L12 13.414l3.293 3.293 1.414-1.414L13.414 12l3.293-3.293-1.414-1.414L12 10.586 8.707 7.293z"
20
- })]
8
+ })
21
9
  }));
22
10
  }
23
11
 
@@ -1,23 +1,11 @@
1
- import { __rest } from 'tslib';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function CloseSmallIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
19
7
  d: "M7.293 8.707l1.414-1.414L12 10.586l3.293-3.293 1.414 1.414L13.414 12l3.293 3.293-1.414 1.414L12 13.414l-3.293 3.293-1.414-1.414L10.586 12 7.293 8.707z"
20
- })]
8
+ })
21
9
  }));
22
10
  }
23
11
 
@@ -1,23 +1,11 @@
1
- import { __rest } from 'tslib';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function CloudIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
19
7
  d: "M12 6c2.62 0 4.88 1.86 5.39 4.43l.3 1.5 1.53.11A2.98 2.98 0 0122 15c0 1.65-1.35 3-3 3H6c-2.21 0-4-1.79-4-4 0-2.05 1.53-3.76 3.56-3.97l1.07-.11.5-.95A5.47 5.47 0 0112 6zm0-2C9.11 4 6.6 5.64 5.35 8.04A5.994 5.994 0 000 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96A7.49 7.49 0 0012 4z"
20
- })]
8
+ })
21
9
  }));
22
10
  }
23
11
 
@@ -1,23 +1,11 @@
1
- import { __rest } from 'tslib';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function CollapseIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
19
7
  d: "M22 3.41L16.71 8.7 20 12h-8V4l3.29 3.29L20.59 2 22 3.41zM3.41 22l5.29-5.29L12 20v-8H4l3.29 3.29L2 20.59 3.41 22z"
20
- })]
8
+ })
21
9
  }));
22
10
  }
23
11
 
@@ -1,23 +1,11 @@
1
- import { __rest } from 'tslib';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function CommentIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
19
7
  d: "M4 4h16v12H5.17L4 17.17V4zm0-2c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2H4zm2 10h8v2H6v-2zm0-3h12v2H6V9zm0-3h12v2H6V6z"
20
- })]
8
+ })
21
9
  }));
22
10
  }
23
11
 
@@ -1,23 +1,11 @@
1
- import { __rest } from 'tslib';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function CopyIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
19
7
  d: "M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"
20
- })]
8
+ })
21
9
  }));
22
10
  }
23
11
 
@@ -1,23 +1,11 @@
1
- import { __rest } from 'tslib';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function CourtIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
19
7
  d: "M6.5 10h-2v7h2v-7zm6 0h-2v7h2v-7zm8.5 9H2v2h19v-2zm-2.5-9h-2v7h2v-7zm-7-6.74L16.71 6H6.29l5.21-2.74zm0-2.26L2 6v2h19V6l-9.5-5z"
20
- })]
8
+ })
21
9
  }));
22
10
  }
23
11
 
@@ -1,23 +1,11 @@
1
- import { __rest } from 'tslib';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function DateRangeIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
19
7
  d: "M6.4 10.9h2.2v2.2H6.4v-2.2zm15.4-5.5v15.4c0 1.21-.99 2.2-2.2 2.2H4.2A2.2 2.2 0 012 20.8l.011-15.4c0-1.21.968-2.2 2.189-2.2h1.1V1h2.2v2.2h8.8V1h2.2v2.2h1.1c1.21 0 2.2.99 2.2 2.2zM4.2 7.6h15.4V5.4H4.2v2.2zm15.4 13.2v-11H4.2v11h15.4zm-4.4-7.7h2.2v-2.2h-2.2v2.2zm-4.4 0H13v-2.2h-2.2v2.2z"
20
- })]
8
+ })
21
9
  }));
22
10
  }
23
11
 
@@ -1,23 +1,11 @@
1
- import { __rest } from 'tslib';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function DeathsIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
19
7
  d: "M16.5 3c-.96 0-1.9.25-2.73.69L12 9h3l-3 10 1-9h-3l1.54-5.39C10.47 3.61 9.01 3 7.5 3 4.42 3 2 5.42 2 8.5c0 4.13 4.16 7.18 10 12.5 5.47-4.94 10-8.26 10-12.5C22 5.42 19.58 3 16.5 3zm-6.26 13.73C6.45 13.34 4 11 4 8.5 4 6.54 5.54 5 7.5 5c.59 0 1.19.15 1.73.42L7.35 12h3.42l-.53 4.73zm4.89-1.2L17.69 7h-2.91l.61-1.82c.36-.12.74-.18 1.11-.18C18.46 5 20 6.54 20 8.5c0 2.21-2.02 4.43-4.87 7.03z"
20
- })]
8
+ })
21
9
  }));
22
10
  }
23
11
 
@@ -1,23 +1,11 @@
1
- import { __rest } from 'tslib';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function DownloadIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
19
7
  d: "M13 5v6h1.17L12 13.17 9.83 11H11V5h2zm2-2H9v6H5l7 7 7-7h-4V3zm4 15H5v2h14v-2z"
20
- })]
8
+ })
21
9
  }));
22
10
  }
23
11
 
@@ -1,23 +1,11 @@
1
- import { __rest } from 'tslib';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function DownloadDoneIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
19
7
  d: "M20.13 5.41L18.72 4l-9.19 9.19-4.25-4.24-1.41 1.41 5.66 5.66 10.6-10.61zM5 18h14v2H5v-2z"
20
- })]
8
+ })
21
9
  }));
22
10
  }
23
11
 
@@ -1,23 +1,11 @@
1
- import { __rest } from 'tslib';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function DragHandleIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
19
7
  d: "M20 9H4v2h16V9zM4 15h16v-2H4v2z"
20
- })]
8
+ })
21
9
  }));
22
10
  }
23
11
 
@@ -1,23 +1,11 @@
1
- import { __rest } from 'tslib';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function EditIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
19
7
  d: "M14.06 9.02l.92.92L5.92 19H5v-.92l9.06-9.06zM17.66 3c-.25 0-.51.1-.7.29l-1.83 1.83 3.75 3.75 1.83-1.83a.996.996 0 000-1.41l-2.34-2.34c-.2-.2-.45-.29-.71-.29zm-3.6 3.19L3 17.25V21h3.75L17.81 9.94l-3.75-3.75z"
20
- })]
8
+ })
21
9
  }));
22
10
  }
23
11
 
@@ -1,23 +1,11 @@
1
- import { __rest } from 'tslib';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function ErrorIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
19
7
  d: "M12 5.99L19.53 19H4.47L12 5.99zM12 2L1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
20
- })]
8
+ })
21
9
  }));
22
10
  }
23
11