@digigov/react-icons 2.0.0-daaf7bdf → 2.0.0-eaf330f5

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 (200) hide show
  1. package/AccessibilityIcon/config/index.js +3 -3
  2. package/AccessibilityIcon/config.js.map +2 -2
  3. package/ArrowIcon/config/index.js +26 -2
  4. package/ArrowIcon/config.js.map +2 -2
  5. package/BurgerIcon/config/index.js +29 -5
  6. package/BurgerIcon/config.d.ts +2 -2
  7. package/BurgerIcon/config.js.map +2 -2
  8. package/CancelIcon/config/index.js +8 -2
  9. package/CancelIcon/config.js.map +2 -2
  10. package/CaretIcon/config/index.js +2 -2
  11. package/CaretIcon/config.js.map +2 -2
  12. package/ChatIcon/config/index.js +8 -2
  13. package/ChatIcon/config.js.map +2 -2
  14. package/CheckIcon/config/index.js +8 -2
  15. package/CheckIcon/config.js.map +2 -2
  16. package/ChevronIcon/config/index.js +26 -2
  17. package/ChevronIcon/config.js.map +2 -2
  18. package/CloseIcon/config/index.js +8 -2
  19. package/CloseIcon/config.js.map +2 -2
  20. package/DownloadIcon/config/index.js +8 -2
  21. package/DownloadIcon/config.js.map +2 -2
  22. package/ExclamationIcon/config/index.js +8 -2
  23. package/ExclamationIcon/config.js.map +2 -2
  24. package/GlobeIcon/config/index.js +8 -2
  25. package/GlobeIcon/config.js.map +2 -2
  26. package/Icon/index.d.ts +1 -1
  27. package/Icon/index.js +1 -1
  28. package/Icon/index.js.map +2 -2
  29. package/{Base → IconBase}/index.d.ts +6 -6
  30. package/{Base → IconBase}/index.js +4 -4
  31. package/IconBase/index.js.map +7 -0
  32. package/{Base → IconBase}/package.json +1 -1
  33. package/LockIcon/config/index.js +8 -2
  34. package/LockIcon/config.js.map +2 -2
  35. package/LoginIcon/config/index.js +14 -2
  36. package/LoginIcon/config.js.map +2 -2
  37. package/MinusIcon/config/index.js +2 -2
  38. package/MinusIcon/config.js.map +2 -2
  39. package/MoreVertIcon/config/index.js +2 -2
  40. package/MoreVertIcon/config.js.map +2 -2
  41. package/PdfFileIcon/config/index.js +20 -2
  42. package/PdfFileIcon/config.js.map +2 -2
  43. package/PlusIcon/config/index.js +8 -2
  44. package/PlusIcon/config.js.map +2 -2
  45. package/PrintIcon/config/index.js +8 -2
  46. package/PrintIcon/config.js.map +2 -2
  47. package/ReplyIcon/config/index.js +8 -2
  48. package/ReplyIcon/config.js.map +2 -2
  49. package/RestoreIcon/config/index.js +8 -2
  50. package/RestoreIcon/config.js.map +2 -2
  51. package/SearchIcon/config/index.js +8 -2
  52. package/SearchIcon/config.js.map +2 -2
  53. package/SvgIcon/index.d.ts +2 -2
  54. package/SvgIcon/index.js +2 -2
  55. package/SvgIcon/index.js.map +2 -2
  56. package/UncheckIcon/config/index.js +8 -2
  57. package/UncheckIcon/config.js.map +2 -2
  58. package/cjs/AccessibilityIcon/config/index.js +3 -3
  59. package/cjs/AccessibilityIcon/config.js.map +3 -3
  60. package/cjs/ArrowIcon/config/index.js +26 -2
  61. package/cjs/ArrowIcon/config.js.map +3 -3
  62. package/cjs/BurgerIcon/config/index.js +29 -5
  63. package/cjs/BurgerIcon/config.js.map +3 -3
  64. package/cjs/CancelIcon/config/index.js +8 -2
  65. package/cjs/CancelIcon/config.js.map +3 -3
  66. package/cjs/CaretIcon/config/index.js +2 -2
  67. package/cjs/CaretIcon/config.js.map +3 -3
  68. package/cjs/ChatIcon/config/index.js +8 -2
  69. package/cjs/ChatIcon/config.js.map +3 -3
  70. package/cjs/CheckIcon/config/index.js +8 -2
  71. package/cjs/CheckIcon/config.js.map +3 -3
  72. package/cjs/ChevronIcon/config/index.js +26 -2
  73. package/cjs/ChevronIcon/config.js.map +3 -3
  74. package/cjs/CloseIcon/config/index.js +8 -2
  75. package/cjs/CloseIcon/config.js.map +3 -3
  76. package/cjs/DownloadIcon/config/index.js +8 -2
  77. package/cjs/DownloadIcon/config.js.map +3 -3
  78. package/cjs/ExclamationIcon/config/index.js +8 -2
  79. package/cjs/ExclamationIcon/config.js.map +3 -3
  80. package/cjs/GlobeIcon/config/index.js +8 -2
  81. package/cjs/GlobeIcon/config.js.map +3 -3
  82. package/cjs/Icon/index.js +1 -1
  83. package/cjs/Icon/index.js.map +2 -2
  84. package/cjs/{Base → IconBase}/index.js +8 -8
  85. package/cjs/IconBase/index.js.map +7 -0
  86. package/cjs/LockIcon/config/index.js +8 -2
  87. package/cjs/LockIcon/config.js.map +3 -3
  88. package/cjs/LoginIcon/config/index.js +14 -2
  89. package/cjs/LoginIcon/config.js.map +3 -3
  90. package/cjs/MinusIcon/config/index.js +2 -2
  91. package/cjs/MinusIcon/config.js.map +3 -3
  92. package/cjs/MoreVertIcon/config/index.js +2 -2
  93. package/cjs/MoreVertIcon/config.js.map +3 -3
  94. package/cjs/PdfFileIcon/config/index.js +20 -2
  95. package/cjs/PdfFileIcon/config.js.map +3 -3
  96. package/cjs/PlusIcon/config/index.js +8 -2
  97. package/cjs/PlusIcon/config.js.map +3 -3
  98. package/cjs/PrintIcon/config/index.js +8 -2
  99. package/cjs/PrintIcon/config.js.map +3 -3
  100. package/cjs/ReplyIcon/config/index.js +8 -2
  101. package/cjs/ReplyIcon/config.js.map +3 -3
  102. package/cjs/RestoreIcon/config/index.js +8 -2
  103. package/cjs/RestoreIcon/config.js.map +3 -3
  104. package/cjs/SearchIcon/config/index.js +8 -2
  105. package/cjs/SearchIcon/config.js.map +3 -3
  106. package/cjs/SvgIcon/index.js +2 -2
  107. package/cjs/SvgIcon/index.js.map +3 -3
  108. package/cjs/UncheckIcon/config/index.js +8 -2
  109. package/cjs/UncheckIcon/config.js.map +3 -3
  110. package/cjs/icons.js.map +1 -1
  111. package/cjs/lazy/index.js +7 -7
  112. package/cjs/lazy.js.map +3 -3
  113. package/cjs/registry/index.js +56 -10
  114. package/cjs/registry.js.map +3 -3
  115. package/icons.d.ts +11 -11
  116. package/icons.js.map +1 -1
  117. package/index.js +1 -1
  118. package/lazy/index.js +28 -32
  119. package/package.json +2 -2
  120. package/registry/index.js +87 -42
  121. package/src/AccessibilityIcon/__snapshots__/index.test.tsx.snap +126 -27
  122. package/src/AccessibilityIcon/config.tsx +6 -5
  123. package/src/AccessibilityIcon/index.test.tsx +12 -4
  124. package/src/ArrowIcon/__snapshots__/index.test.tsx.snap +13 -1
  125. package/src/ArrowIcon/config.tsx +17 -5
  126. package/src/BurgerIcon/__snapshots__/index.test.tsx.snap +53 -5
  127. package/src/BurgerIcon/config.tsx +24 -8
  128. package/src/BurgerIcon/index.test.tsx +6 -2
  129. package/src/CancelIcon/__snapshots__/index.test.tsx.snap +28 -7
  130. package/src/CancelIcon/config.tsx +6 -3
  131. package/src/CancelIcon/index.test.tsx +6 -2
  132. package/src/CaretIcon/__snapshots__/index.test.tsx.snap +13 -1
  133. package/src/CaretIcon/config.tsx +5 -5
  134. package/src/ChatIcon/__snapshots__/index.test.tsx.snap +31 -7
  135. package/src/ChatIcon/config.tsx +6 -3
  136. package/src/ChatIcon/index.test.tsx +7 -3
  137. package/src/CheckIcon/__snapshots__/index.test.tsx.snap +32 -8
  138. package/src/CheckIcon/config.tsx +6 -3
  139. package/src/CheckIcon/index.test.tsx +6 -2
  140. package/src/ChevronIcon/__snapshots__/index.test.tsx.snap +13 -1
  141. package/src/ChevronIcon/config.tsx +17 -5
  142. package/src/ChevronIcon/index.test.tsx +6 -2
  143. package/src/CloseIcon/__snapshots__/index.test.tsx.snap +4 -1
  144. package/src/CloseIcon/config.tsx +6 -3
  145. package/src/DownloadIcon/__snapshots__/index.test.tsx.snap +70 -14
  146. package/src/DownloadIcon/config.tsx +9 -6
  147. package/src/DownloadIcon/index.test.tsx +9 -3
  148. package/src/ExclamationIcon/__snapshots__/index.test.tsx.snap +42 -7
  149. package/src/ExclamationIcon/config.tsx +7 -4
  150. package/src/ExclamationIcon/index.test.tsx +12 -4
  151. package/src/GlobeIcon/__snapshots__/index.test.tsx.snap +16 -4
  152. package/src/GlobeIcon/config.tsx +6 -3
  153. package/src/GlobeIcon/index.test.tsx +3 -1
  154. package/src/Icon/__snapshots__/index.test.tsx.snap +40 -1
  155. package/src/Icon/index.test.tsx +3 -1
  156. package/src/Icon/index.tsx +1 -1
  157. package/src/{Base → IconBase}/index.tsx +9 -9
  158. package/src/LockIcon/__snapshots__/index.test.tsx.snap +28 -7
  159. package/src/LockIcon/config.tsx +6 -3
  160. package/src/LockIcon/index.test.tsx +6 -2
  161. package/src/LoginIcon/__snapshots__/index.test.tsx.snap +42 -7
  162. package/src/LoginIcon/config.tsx +10 -4
  163. package/src/LoginIcon/index.test.tsx +6 -2
  164. package/src/MinusIcon/__snapshots__/index.test.tsx.snap +28 -7
  165. package/src/MinusIcon/config.tsx +3 -3
  166. package/src/MinusIcon/index.test.tsx +6 -2
  167. package/src/MoreVertIcon/__snapshots__/index.test.tsx.snap +72 -9
  168. package/src/MoreVertIcon/config.tsx +5 -5
  169. package/src/MoreVertIcon/index.test.tsx +12 -4
  170. package/src/PdfFileIcon/__snapshots__/index.test.tsx.snap +126 -21
  171. package/src/PdfFileIcon/config.tsx +19 -10
  172. package/src/PdfFileIcon/index.test.tsx +6 -2
  173. package/src/PlusIcon/__snapshots__/index.test.tsx.snap +28 -7
  174. package/src/PlusIcon/config.tsx +6 -3
  175. package/src/PlusIcon/index.test.tsx +6 -2
  176. package/src/PrintIcon/__snapshots__/index.test.tsx.snap +42 -7
  177. package/src/PrintIcon/config.tsx +7 -4
  178. package/src/PrintIcon/index.test.tsx +6 -2
  179. package/src/ReplyIcon/__snapshots__/index.test.tsx.snap +28 -7
  180. package/src/ReplyIcon/config.tsx +6 -3
  181. package/src/ReplyIcon/index.test.tsx +6 -2
  182. package/src/RestoreIcon/__snapshots__/index.test.tsx.snap +56 -7
  183. package/src/RestoreIcon/config.tsx +8 -5
  184. package/src/RestoreIcon/index.test.tsx +6 -2
  185. package/src/SearchIcon/__snapshots__/index.test.tsx.snap +4 -1
  186. package/src/SearchIcon/config.tsx +6 -3
  187. package/src/SvgIcon/__snapshots__/index.test.tsx.snap +34 -17
  188. package/src/SvgIcon/index.tsx +15 -15
  189. package/src/UncheckIcon/__snapshots__/index.test.tsx.snap +36 -9
  190. package/src/UncheckIcon/config.tsx +6 -3
  191. package/src/UncheckIcon/index.test.tsx +6 -2
  192. package/src/icons.ts +11 -12
  193. package/src/lazy.js +28 -29
  194. package/src/registry.js +79 -35
  195. package/Base/index.js.map +0 -7
  196. package/cjs/Base/index.js.map +0 -7
  197. package/lazy.d.ts +0 -29
  198. package/lazy.js.map +0 -7
  199. package/registry.d.ts +0 -31
  200. package/registry.js.map +0 -7
@@ -2,5 +2,5 @@
2
2
  "sideEffects": false,
3
3
  "module": "./index.js",
4
4
  "types": "./index.d.ts",
5
- "main": "../cjs/Base/index.js"
5
+ "main": "../cjs/IconBase/index.js"
6
6
  }
@@ -1,7 +1,13 @@
1
1
  import React from "react";
2
- import Base from "@digigov/react-icons/Base";
2
+ import IconBase from "@digigov/react-icons/IconBase";
3
3
  function lock() {
4
- return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(Base, { as: "path", d: "M17.872,9v-1.128c0-3.238-2.635-5.872-5.872-5.872s-5.872,2.634-5.872,5.872v1.128h-2.128v13h16v-13h-2.128ZM9.429,7.872c0-1.418,1.153-2.572,2.571-2.572s2.571,1.154,2.571,2.572v1.128h-5.143v-1.128ZM13.65,16c0,.911-.739,1.65-1.65,1.65s-1.65-.739-1.65-1.65v-2c0-.911.739-1.65,1.65-1.65s1.65.739,1.65,1.65v2Z" }));
4
+ return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(
5
+ IconBase,
6
+ {
7
+ as: "path",
8
+ d: "M17.872,9v-1.128c0-3.238-2.635-5.872-5.872-5.872s-5.872,2.634-5.872,5.872v1.128h-2.128v13h16v-13h-2.128ZM9.429,7.872c0-1.418,1.153-2.572,2.571-2.572s2.571,1.154,2.571,2.572v1.128h-5.143v-1.128ZM13.65,16c0,.911-.739,1.65-1.65,1.65s-1.65-.739-1.65-1.65v-2c0-.911.739-1.65,1.65-1.65s1.65.739,1.65,1.65v2Z"
9
+ }
10
+ ));
5
11
  }
6
12
  lock.props = [];
7
13
  var config_default = lock;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/LockIcon/config.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport Base from '@digigov/react-icons/Base';\n\nexport interface LockType { }\n\nexport function lock(): React.ReactElement {\n return (\n <>\n <Base as=\"path\" d=\"M17.872,9v-1.128c0-3.238-2.635-5.872-5.872-5.872s-5.872,2.634-5.872,5.872v1.128h-2.128v13h16v-13h-2.128ZM9.429,7.872c0-1.418,1.153-2.572,2.571-2.572s2.571,1.154,2.571,2.572v1.128h-5.143v-1.128ZM13.65,16c0,.911-.739,1.65-1.65,1.65s-1.65-.739-1.65-1.65v-2c0-.911.739-1.65,1.65-1.65s1.65.739,1.65,1.65v2Z\" />\n </>\n );\n}\n\nlock.props = [];\n\nexport default lock;\n"],
5
- "mappings": "AAAA,OAAO,WAAW;AAClB,OAAO,UAAU;AAIV,SAAS,OAA2B;AACzC,SACE,0DACE,oCAAC,QAAK,IAAG,QAAO,GAAE,iTAAgT,CACpU;AAEJ;AAEA,KAAK,QAAQ,CAAC;AAEd,IAAO,iBAAQ;",
4
+ "sourcesContent": ["import React from 'react';\nimport IconBase from '@digigov/react-icons/IconBase';\n\nexport interface LockType {}\n\nexport function lock(): React.ReactElement {\n return (\n <>\n <IconBase\n as=\"path\"\n d=\"M17.872,9v-1.128c0-3.238-2.635-5.872-5.872-5.872s-5.872,2.634-5.872,5.872v1.128h-2.128v13h16v-13h-2.128ZM9.429,7.872c0-1.418,1.153-2.572,2.571-2.572s2.571,1.154,2.571,2.572v1.128h-5.143v-1.128ZM13.65,16c0,.911-.739,1.65-1.65,1.65s-1.65-.739-1.65-1.65v-2c0-.911.739-1.65,1.65-1.65s1.65.739,1.65,1.65v2Z\"\n />\n </>\n );\n}\n\nlock.props = [];\n\nexport default lock;\n"],
5
+ "mappings": "AAAA,OAAO,WAAW;AAClB,OAAO,cAAc;AAId,SAAS,OAA2B;AACzC,SACE,0DACE;AAAA,IAAC;AAAA;AAAA,MACC,IAAG;AAAA,MACH,GAAE;AAAA;AAAA,EACJ,CACF;AAEJ;AAEA,KAAK,QAAQ,CAAC;AAEd,IAAO,iBAAQ;",
6
6
  "names": []
7
7
  }
@@ -1,7 +1,19 @@
1
1
  import React from "react";
2
- import Base from "@digigov/react-icons/Base";
2
+ import IconBase from "@digigov/react-icons/IconBase";
3
3
  function login() {
4
- return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(Base, { as: "polygon", points: "10.419 6.081 8.581 7.919 11.361 10.7 2 10.7 2 13.3 11.361 13.3 8.581 16.081 10.419 17.919 16.339 12 10.419 6.081" }), /* @__PURE__ */ React.createElement(Base, { as: "polygon", points: "19.4 2 15 2 15 4.6 19.4 4.6 19.4 19.4 15 19.4 15 22 19.4 22 22 22 22 19.4 22 4.6 22 2 19.4 2" }));
4
+ return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(
5
+ IconBase,
6
+ {
7
+ as: "polygon",
8
+ points: "10.419 6.081 8.581 7.919 11.361 10.7 2 10.7 2 13.3 11.361 13.3 8.581 16.081 10.419 17.919 16.339 12 10.419 6.081"
9
+ }
10
+ ), /* @__PURE__ */ React.createElement(
11
+ IconBase,
12
+ {
13
+ as: "polygon",
14
+ points: "19.4 2 15 2 15 4.6 19.4 4.6 19.4 19.4 15 19.4 15 22 19.4 22 22 22 22 19.4 22 4.6 22 2 19.4 2"
15
+ }
16
+ ));
5
17
  }
6
18
  login.props = [];
7
19
  var config_default = login;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/LoginIcon/config.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport Base from '@digigov/react-icons/Base';\n\nexport interface LoginType { }\n\nexport function login(): React.ReactElement {\n return (\n <>\n <Base as=\"polygon\" points=\"10.419 6.081 8.581 7.919 11.361 10.7 2 10.7 2 13.3 11.361 13.3 8.581 16.081 10.419 17.919 16.339 12 10.419 6.081\" />\n <Base as=\"polygon\" points=\"19.4 2 15 2 15 4.6 19.4 4.6 19.4 19.4 15 19.4 15 22 19.4 22 22 22 22 19.4 22 4.6 22 2 19.4 2\" />\n </>\n );\n}\n\nlogin.props = [];\n\nexport default login;\n"],
5
- "mappings": "AAAA,OAAO,WAAW;AAClB,OAAO,UAAU;AAIV,SAAS,QAA4B;AAC1C,SACE,0DACE,oCAAC,QAAK,IAAG,WAAU,QAAO,oHAAmH,GAC7I,oCAAC,QAAK,IAAG,WAAU,QAAO,gGAA+F,CAC3H;AAEJ;AAEA,MAAM,QAAQ,CAAC;AAEf,IAAO,iBAAQ;",
4
+ "sourcesContent": ["import React from 'react';\nimport IconBase from '@digigov/react-icons/IconBase';\n\nexport interface LoginType {}\n\nexport function login(): React.ReactElement {\n return (\n <>\n <IconBase\n as=\"polygon\"\n points=\"10.419 6.081 8.581 7.919 11.361 10.7 2 10.7 2 13.3 11.361 13.3 8.581 16.081 10.419 17.919 16.339 12 10.419 6.081\"\n />\n <IconBase\n as=\"polygon\"\n points=\"19.4 2 15 2 15 4.6 19.4 4.6 19.4 19.4 15 19.4 15 22 19.4 22 22 22 22 19.4 22 4.6 22 2 19.4 2\"\n />\n </>\n );\n}\n\nlogin.props = [];\n\nexport default login;\n"],
5
+ "mappings": "AAAA,OAAO,WAAW;AAClB,OAAO,cAAc;AAId,SAAS,QAA4B;AAC1C,SACE,0DACE;AAAA,IAAC;AAAA;AAAA,MACC,IAAG;AAAA,MACH,QAAO;AAAA;AAAA,EACT,GACA;AAAA,IAAC;AAAA;AAAA,MACC,IAAG;AAAA,MACH,QAAO;AAAA;AAAA,EACT,CACF;AAEJ;AAEA,MAAM,QAAQ,CAAC;AAEf,IAAO,iBAAQ;",
6
6
  "names": []
7
7
  }
@@ -1,7 +1,7 @@
1
1
  import React from "react";
2
- import Base from "@digigov/react-icons/Base";
2
+ import IconBase from "@digigov/react-icons/IconBase";
3
3
  function minus() {
4
- return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(Base, { as: "rect", x: "2", y: "10.35", width: "20", height: "3.3" }));
4
+ return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(IconBase, { as: "rect", x: "2", y: "10.35", width: "20", height: "3.3" }));
5
5
  }
6
6
  minus.props = [];
7
7
  var config_default = minus;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/MinusIcon/config.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport Base from '@digigov/react-icons/Base';\n\nexport interface MinusType { }\n\nexport function minus(): React.ReactElement {\n return (\n <>\n <Base as=\"rect\" x=\"2\" y=\"10.35\" width=\"20\" height=\"3.3\" />\n </>\n );\n}\n\nminus.props = [];\n\nexport default minus;\n"],
5
- "mappings": "AAAA,OAAO,WAAW;AAClB,OAAO,UAAU;AAIV,SAAS,QAA4B;AAC1C,SACE,0DACE,oCAAC,QAAK,IAAG,QAAO,GAAE,KAAI,GAAE,SAAQ,OAAM,MAAK,QAAO,OAAM,CAC1D;AAEJ;AAEA,MAAM,QAAQ,CAAC;AAEf,IAAO,iBAAQ;",
4
+ "sourcesContent": ["import React from 'react';\nimport IconBase from '@digigov/react-icons/IconBase';\n\nexport interface MinusType {}\n\nexport function minus(): React.ReactElement {\n return (\n <>\n <IconBase as=\"rect\" x=\"2\" y=\"10.35\" width=\"20\" height=\"3.3\" />\n </>\n );\n}\n\nminus.props = [];\n\nexport default minus;\n"],
5
+ "mappings": "AAAA,OAAO,WAAW;AAClB,OAAO,cAAc;AAId,SAAS,QAA4B;AAC1C,SACE,0DACE,oCAAC,YAAS,IAAG,QAAO,GAAE,KAAI,GAAE,SAAQ,OAAM,MAAK,QAAO,OAAM,CAC9D;AAEJ;AAEA,MAAM,QAAQ,CAAC;AAEf,IAAO,iBAAQ;",
6
6
  "names": []
7
7
  }
@@ -1,7 +1,7 @@
1
1
  import React from "react";
2
- import Base from "@digigov/react-icons/Base";
2
+ import IconBase from "@digigov/react-icons/IconBase";
3
3
  function moreVert() {
4
- return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(Base, { as: "circle", cx: "12", cy: "5", r: "2" }), /* @__PURE__ */ React.createElement(Base, { as: "circle", cx: "12", cy: "12", r: "2" }), /* @__PURE__ */ React.createElement(Base, { as: "circle", cx: "12", cy: "19", r: "2" }));
4
+ return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(IconBase, { as: "circle", cx: "12", cy: "5", r: "2" }), /* @__PURE__ */ React.createElement(IconBase, { as: "circle", cx: "12", cy: "12", r: "2" }), /* @__PURE__ */ React.createElement(IconBase, { as: "circle", cx: "12", cy: "19", r: "2" }));
5
5
  }
6
6
  moreVert.props = [];
7
7
  var config_default = moreVert;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/MoreVertIcon/config.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport Base from '@digigov/react-icons/Base';\n\nexport interface MoreVertType { }\n\nexport function moreVert(): React.ReactElement {\n return (\n <>\n <Base as=\"circle\" cx=\"12\" cy=\"5\" r=\"2\" />\n <Base as=\"circle\" cx=\"12\" cy=\"12\" r=\"2\" />\n <Base as=\"circle\" cx=\"12\" cy=\"19\" r=\"2\" />\n </>\n );\n}\n\nmoreVert.props = [];\n\nexport default moreVert;\n"],
5
- "mappings": "AAAA,OAAO,WAAW;AAClB,OAAO,UAAU;AAIV,SAAS,WAA+B;AAC7C,SACE,0DACE,oCAAC,QAAK,IAAG,UAAS,IAAG,MAAK,IAAG,KAAI,GAAE,KAAI,GACvC,oCAAC,QAAK,IAAG,UAAS,IAAG,MAAK,IAAG,MAAK,GAAE,KAAI,GACxC,oCAAC,QAAK,IAAG,UAAS,IAAG,MAAK,IAAG,MAAK,GAAE,KAAI,CAC1C;AAEJ;AAEA,SAAS,QAAQ,CAAC;AAElB,IAAO,iBAAQ;",
4
+ "sourcesContent": ["import React from 'react';\nimport IconBase from '@digigov/react-icons/IconBase';\n\nexport interface MoreVertType {}\n\nexport function moreVert(): React.ReactElement {\n return (\n <>\n <IconBase as=\"circle\" cx=\"12\" cy=\"5\" r=\"2\" />\n <IconBase as=\"circle\" cx=\"12\" cy=\"12\" r=\"2\" />\n <IconBase as=\"circle\" cx=\"12\" cy=\"19\" r=\"2\" />\n </>\n );\n}\n\nmoreVert.props = [];\n\nexport default moreVert;\n"],
5
+ "mappings": "AAAA,OAAO,WAAW;AAClB,OAAO,cAAc;AAId,SAAS,WAA+B;AAC7C,SACE,0DACE,oCAAC,YAAS,IAAG,UAAS,IAAG,MAAK,IAAG,KAAI,GAAE,KAAI,GAC3C,oCAAC,YAAS,IAAG,UAAS,IAAG,MAAK,IAAG,MAAK,GAAE,KAAI,GAC5C,oCAAC,YAAS,IAAG,UAAS,IAAG,MAAK,IAAG,MAAK,GAAE,KAAI,CAC9C;AAEJ;AAEA,SAAS,QAAQ,CAAC;AAElB,IAAO,iBAAQ;",
6
6
  "names": []
7
7
  }
@@ -1,7 +1,25 @@
1
1
  import React from "react";
2
- import Base from "@digigov/react-icons/Base";
2
+ import IconBase from "@digigov/react-icons/IconBase";
3
3
  function pdfFile() {
4
- return /* @__PURE__ */ React.createElement(Base, { as: "g" }, /* @__PURE__ */ React.createElement(Base, { as: "polygon", points: "4 19 4 7 2 7 2 21 18 21 18 19 4 19" }), /* @__PURE__ */ React.createElement(Base, { as: "g" }, /* @__PURE__ */ React.createElement(Base, { as: "path", d: "M9.594,8.364h-.838v1.504h.823c.243,0,.429-.061.557-.183.128-.122.192-.294.192-.516,0-.243-.066-.438-.197-.584-.131-.146-.31-.22-.537-.222Z" }), /* @__PURE__ */ React.createElement(Base, { as: "path", d: "M13.952,8.364h-.422v3.276h.437c.36,0,.637-.128.831-.385.193-.257.29-.638.29-1.144v-.226c0-.504-.097-.883-.29-1.139-.193-.255-.475-.383-.845-.383Z" }), /* @__PURE__ */ React.createElement(Base, { as: "path", d: "M6,3v14h16V3H6ZM11.057,10.381c-.364.304-.863.456-1.498.456h-.802v1.769h-1.257v-5.213h2.08c.399,0,.751.073,1.058.22s.544.356.712.627c.168.271.252.578.252.922,0,.508-.182.915-.546,1.219ZM16.368,10.111c0,.477-.101.905-.303,1.284-.202.378-.486.674-.852.888-.366.214-.775.322-1.226.324h-1.715v-5.213h1.679c.461,0,.875.104,1.242.313.368.209.655.504.861.884.206.381.311.807.313,1.28v.24ZM20.5,8.364h-2.231v1.199h2.026v.967h-2.026v2.077h-1.257v-5.213h3.487v.97Z" })));
4
+ return /* @__PURE__ */ React.createElement(IconBase, { as: "g" }, /* @__PURE__ */ React.createElement(IconBase, { as: "polygon", points: "4 19 4 7 2 7 2 21 18 21 18 19 4 19" }), /* @__PURE__ */ React.createElement(IconBase, { as: "g" }, /* @__PURE__ */ React.createElement(
5
+ IconBase,
6
+ {
7
+ as: "path",
8
+ d: "M9.594,8.364h-.838v1.504h.823c.243,0,.429-.061.557-.183.128-.122.192-.294.192-.516,0-.243-.066-.438-.197-.584-.131-.146-.31-.22-.537-.222Z"
9
+ }
10
+ ), /* @__PURE__ */ React.createElement(
11
+ IconBase,
12
+ {
13
+ as: "path",
14
+ d: "M13.952,8.364h-.422v3.276h.437c.36,0,.637-.128.831-.385.193-.257.29-.638.29-1.144v-.226c0-.504-.097-.883-.29-1.139-.193-.255-.475-.383-.845-.383Z"
15
+ }
16
+ ), /* @__PURE__ */ React.createElement(
17
+ IconBase,
18
+ {
19
+ as: "path",
20
+ d: "M6,3v14h16V3H6ZM11.057,10.381c-.364.304-.863.456-1.498.456h-.802v1.769h-1.257v-5.213h2.08c.399,0,.751.073,1.058.22s.544.356.712.627c.168.271.252.578.252.922,0,.508-.182.915-.546,1.219ZM16.368,10.111c0,.477-.101.905-.303,1.284-.202.378-.486.674-.852.888-.366.214-.775.322-1.226.324h-1.715v-5.213h1.679c.461,0,.875.104,1.242.313.368.209.655.504.861.884.206.381.311.807.313,1.28v.24ZM20.5,8.364h-2.231v1.199h2.026v.967h-2.026v2.077h-1.257v-5.213h3.487v.97Z"
21
+ }
22
+ )));
5
23
  }
6
24
  pdfFile.props = [];
7
25
  var config_default = pdfFile;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/PdfFileIcon/config.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport Base from '@digigov/react-icons/Base';\n\nexport interface PdfFileType { }\n\nexport function pdfFile(): React.ReactElement {\n return (\n <Base as=\"g\">\n <Base as=\"polygon\" points=\"4 19 4 7 2 7 2 21 18 21 18 19 4 19\" />\n <Base as=\"g\">\n <Base as=\"path\" d=\"M9.594,8.364h-.838v1.504h.823c.243,0,.429-.061.557-.183.128-.122.192-.294.192-.516,0-.243-.066-.438-.197-.584-.131-.146-.31-.22-.537-.222Z\" />\n <Base as=\"path\" d=\"M13.952,8.364h-.422v3.276h.437c.36,0,.637-.128.831-.385.193-.257.29-.638.29-1.144v-.226c0-.504-.097-.883-.29-1.139-.193-.255-.475-.383-.845-.383Z\" />\n <Base as=\"path\" d=\"M6,3v14h16V3H6ZM11.057,10.381c-.364.304-.863.456-1.498.456h-.802v1.769h-1.257v-5.213h2.08c.399,0,.751.073,1.058.22s.544.356.712.627c.168.271.252.578.252.922,0,.508-.182.915-.546,1.219ZM16.368,10.111c0,.477-.101.905-.303,1.284-.202.378-.486.674-.852.888-.366.214-.775.322-1.226.324h-1.715v-5.213h1.679c.461,0,.875.104,1.242.313.368.209.655.504.861.884.206.381.311.807.313,1.28v.24ZM20.5,8.364h-2.231v1.199h2.026v.967h-2.026v2.077h-1.257v-5.213h3.487v.97Z\" />\n </Base>\n </Base>\n );\n}\n\npdfFile.props = [];\n\nexport default pdfFile;\n"],
5
- "mappings": "AAAA,OAAO,WAAW;AAClB,OAAO,UAAU;AAIV,SAAS,UAA8B;AAC5C,SACE,oCAAC,QAAK,IAAG,OACP,oCAAC,QAAK,IAAG,WAAU,QAAO,sCAAqC,GAC/D,oCAAC,QAAK,IAAG,OACP,oCAAC,QAAK,IAAG,QAAO,GAAE,8IAA6I,GAC/J,oCAAC,QAAK,IAAG,QAAO,GAAE,qJAAoJ,GACtK,oCAAC,QAAK,IAAG,QAAO,GAAE,ycAAwc,CAC5d,CACF;AAEJ;AAEA,QAAQ,QAAQ,CAAC;AAEjB,IAAO,iBAAQ;",
4
+ "sourcesContent": ["import React from 'react';\nimport IconBase from '@digigov/react-icons/IconBase';\n\nexport interface PdfFileType {}\n\nexport function pdfFile(): React.ReactElement {\n return (\n <IconBase as=\"g\">\n <IconBase as=\"polygon\" points=\"4 19 4 7 2 7 2 21 18 21 18 19 4 19\" />\n <IconBase as=\"g\">\n <IconBase\n as=\"path\"\n d=\"M9.594,8.364h-.838v1.504h.823c.243,0,.429-.061.557-.183.128-.122.192-.294.192-.516,0-.243-.066-.438-.197-.584-.131-.146-.31-.22-.537-.222Z\"\n />\n <IconBase\n as=\"path\"\n d=\"M13.952,8.364h-.422v3.276h.437c.36,0,.637-.128.831-.385.193-.257.29-.638.29-1.144v-.226c0-.504-.097-.883-.29-1.139-.193-.255-.475-.383-.845-.383Z\"\n />\n <IconBase\n as=\"path\"\n d=\"M6,3v14h16V3H6ZM11.057,10.381c-.364.304-.863.456-1.498.456h-.802v1.769h-1.257v-5.213h2.08c.399,0,.751.073,1.058.22s.544.356.712.627c.168.271.252.578.252.922,0,.508-.182.915-.546,1.219ZM16.368,10.111c0,.477-.101.905-.303,1.284-.202.378-.486.674-.852.888-.366.214-.775.322-1.226.324h-1.715v-5.213h1.679c.461,0,.875.104,1.242.313.368.209.655.504.861.884.206.381.311.807.313,1.28v.24ZM20.5,8.364h-2.231v1.199h2.026v.967h-2.026v2.077h-1.257v-5.213h3.487v.97Z\"\n />\n </IconBase>\n </IconBase>\n );\n}\n\npdfFile.props = [];\n\nexport default pdfFile;\n"],
5
+ "mappings": "AAAA,OAAO,WAAW;AAClB,OAAO,cAAc;AAId,SAAS,UAA8B;AAC5C,SACE,oCAAC,YAAS,IAAG,OACX,oCAAC,YAAS,IAAG,WAAU,QAAO,sCAAqC,GACnE,oCAAC,YAAS,IAAG,OACX;AAAA,IAAC;AAAA;AAAA,MACC,IAAG;AAAA,MACH,GAAE;AAAA;AAAA,EACJ,GACA;AAAA,IAAC;AAAA;AAAA,MACC,IAAG;AAAA,MACH,GAAE;AAAA;AAAA,EACJ,GACA;AAAA,IAAC;AAAA;AAAA,MACC,IAAG;AAAA,MACH,GAAE;AAAA;AAAA,EACJ,CACF,CACF;AAEJ;AAEA,QAAQ,QAAQ,CAAC;AAEjB,IAAO,iBAAQ;",
6
6
  "names": []
7
7
  }
@@ -1,7 +1,13 @@
1
1
  import React from "react";
2
- import Base from "@digigov/react-icons/Base";
2
+ import IconBase from "@digigov/react-icons/IconBase";
3
3
  function plus() {
4
- return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(Base, { as: "polygon", points: "22 10.35 13.65 10.35 13.65 2 10.35 2 10.35 10.35 2 10.35 2 13.65 10.35 13.65 10.35 22 13.65 22 13.65 13.65 22 13.65 22 10.35" }));
4
+ return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(
5
+ IconBase,
6
+ {
7
+ as: "polygon",
8
+ points: "22 10.35 13.65 10.35 13.65 2 10.35 2 10.35 10.35 2 10.35 2 13.65 10.35 13.65 10.35 22 13.65 22 13.65 13.65 22 13.65 22 10.35"
9
+ }
10
+ ));
5
11
  }
6
12
  plus.props = [];
7
13
  var config_default = plus;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/PlusIcon/config.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport Base from '@digigov/react-icons/Base';\n\nexport interface PlusType { }\n\nexport function plus(): React.ReactElement {\n return (\n <>\n <Base as=\"polygon\" points=\"22 10.35 13.65 10.35 13.65 2 10.35 2 10.35 10.35 2 10.35 2 13.65 10.35 13.65 10.35 22 13.65 22 13.65 13.65 22 13.65 22 10.35\" />\n </>\n );\n}\n\nplus.props = [];\n\nexport default plus;\n"],
5
- "mappings": "AAAA,OAAO,WAAW;AAClB,OAAO,UAAU;AAIV,SAAS,OAA2B;AACzC,SACE,0DACE,oCAAC,QAAK,IAAG,WAAU,QAAO,gIAA+H,CAC3J;AAEJ;AAEA,KAAK,QAAQ,CAAC;AAEd,IAAO,iBAAQ;",
4
+ "sourcesContent": ["import React from 'react';\nimport IconBase from '@digigov/react-icons/IconBase';\n\nexport interface PlusType {}\n\nexport function plus(): React.ReactElement {\n return (\n <>\n <IconBase\n as=\"polygon\"\n points=\"22 10.35 13.65 10.35 13.65 2 10.35 2 10.35 10.35 2 10.35 2 13.65 10.35 13.65 10.35 22 13.65 22 13.65 13.65 22 13.65 22 10.35\"\n />\n </>\n );\n}\n\nplus.props = [];\n\nexport default plus;\n"],
5
+ "mappings": "AAAA,OAAO,WAAW;AAClB,OAAO,cAAc;AAId,SAAS,OAA2B;AACzC,SACE,0DACE;AAAA,IAAC;AAAA;AAAA,MACC,IAAG;AAAA,MACH,QAAO;AAAA;AAAA,EACT,CACF;AAEJ;AAEA,KAAK,QAAQ,CAAC;AAEd,IAAO,iBAAQ;",
6
6
  "names": []
7
7
  }
@@ -1,7 +1,13 @@
1
1
  import React from "react";
2
- import Base from "@digigov/react-icons/Base";
2
+ import IconBase from "@digigov/react-icons/IconBase";
3
3
  function print() {
4
- return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(Base, { as: "rect", x: "7", y: "2", width: "10", height: "4" }), /* @__PURE__ */ React.createElement(Base, { as: "path", d: "M18.7,7.935H5.3c-1.823,0-3.3,1.477-3.3,3.3v6.7h2.4v4.065h15.2v-4.065h2.4v-6.7c0-1.823-1.477-3.3-3.3-3.3ZM17,19.4H7v-5h10v5ZM18.7,12.535c-.718,0-1.3-.582-1.3-1.3s.582-1.3,1.3-1.3,1.3.582,1.3,1.3-.582,1.3-1.3,1.3Z" }));
4
+ return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(IconBase, { as: "rect", x: "7", y: "2", width: "10", height: "4" }), /* @__PURE__ */ React.createElement(
5
+ IconBase,
6
+ {
7
+ as: "path",
8
+ d: "M18.7,7.935H5.3c-1.823,0-3.3,1.477-3.3,3.3v6.7h2.4v4.065h15.2v-4.065h2.4v-6.7c0-1.823-1.477-3.3-3.3-3.3ZM17,19.4H7v-5h10v5ZM18.7,12.535c-.718,0-1.3-.582-1.3-1.3s.582-1.3,1.3-1.3,1.3.582,1.3,1.3-.582,1.3-1.3,1.3Z"
9
+ }
10
+ ));
5
11
  }
6
12
  print.props = [];
7
13
  var config_default = print;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/PrintIcon/config.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport Base from '@digigov/react-icons/Base';\n\nexport interface PrintType { }\n\nexport function print(): React.ReactElement {\n return (\n <>\n <Base as=\"rect\" x=\"7\" y=\"2\" width=\"10\" height=\"4\" />\n <Base as=\"path\" d=\"M18.7,7.935H5.3c-1.823,0-3.3,1.477-3.3,3.3v6.7h2.4v4.065h15.2v-4.065h2.4v-6.7c0-1.823-1.477-3.3-3.3-3.3ZM17,19.4H7v-5h10v5ZM18.7,12.535c-.718,0-1.3-.582-1.3-1.3s.582-1.3,1.3-1.3,1.3.582,1.3,1.3-.582,1.3-1.3,1.3Z\" />\n </>\n );\n}\n\nprint.props = [];\n\nexport default print;\n"],
5
- "mappings": "AAAA,OAAO,WAAW;AAClB,OAAO,UAAU;AAIV,SAAS,QAA4B;AAC1C,SACE,0DACE,oCAAC,QAAK,IAAG,QAAO,GAAE,KAAI,GAAE,KAAI,OAAM,MAAK,QAAO,KAAI,GAClD,oCAAC,QAAK,IAAG,QAAO,GAAE,uNAAsN,CAC1O;AAEJ;AAEA,MAAM,QAAQ,CAAC;AAEf,IAAO,iBAAQ;",
4
+ "sourcesContent": ["import React from 'react';\nimport IconBase from '@digigov/react-icons/IconBase';\n\nexport interface PrintType {}\n\nexport function print(): React.ReactElement {\n return (\n <>\n <IconBase as=\"rect\" x=\"7\" y=\"2\" width=\"10\" height=\"4\" />\n <IconBase\n as=\"path\"\n d=\"M18.7,7.935H5.3c-1.823,0-3.3,1.477-3.3,3.3v6.7h2.4v4.065h15.2v-4.065h2.4v-6.7c0-1.823-1.477-3.3-3.3-3.3ZM17,19.4H7v-5h10v5ZM18.7,12.535c-.718,0-1.3-.582-1.3-1.3s.582-1.3,1.3-1.3,1.3.582,1.3,1.3-.582,1.3-1.3,1.3Z\"\n />\n </>\n );\n}\n\nprint.props = [];\n\nexport default print;\n"],
5
+ "mappings": "AAAA,OAAO,WAAW;AAClB,OAAO,cAAc;AAId,SAAS,QAA4B;AAC1C,SACE,0DACE,oCAAC,YAAS,IAAG,QAAO,GAAE,KAAI,GAAE,KAAI,OAAM,MAAK,QAAO,KAAI,GACtD;AAAA,IAAC;AAAA;AAAA,MACC,IAAG;AAAA,MACH,GAAE;AAAA;AAAA,EACJ,CACF;AAEJ;AAEA,MAAM,QAAQ,CAAC;AAEf,IAAO,iBAAQ;",
6
6
  "names": []
7
7
  }
@@ -1,7 +1,13 @@
1
1
  import React from "react";
2
- import Base from "@digigov/react-icons/Base";
2
+ import IconBase from "@digigov/react-icons/IconBase";
3
3
  function reply() {
4
- return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(Base, { as: "path", d: "M16.35,9.517h-8.034l4.184-4.184-2.334-2.333L2,11.167l8.166,8.167,2.334-2.334-4.184-4.183h8.033c1.296,0,2.35,1.054,2.35,2.35v5.834h3.301v-5.834c0-3.115-2.535-5.65-5.65-5.65Z" }));
4
+ return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(
5
+ IconBase,
6
+ {
7
+ as: "path",
8
+ d: "M16.35,9.517h-8.034l4.184-4.184-2.334-2.333L2,11.167l8.166,8.167,2.334-2.334-4.184-4.183h8.033c1.296,0,2.35,1.054,2.35,2.35v5.834h3.301v-5.834c0-3.115-2.535-5.65-5.65-5.65Z"
9
+ }
10
+ ));
5
11
  }
6
12
  reply.props = [];
7
13
  var config_default = reply;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/ReplyIcon/config.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport Base from '@digigov/react-icons/Base';\n\nexport interface ReplyType { }\n\nexport function reply(): React.ReactElement {\n return (\n <>\n <Base as=\"path\" d=\"M16.35,9.517h-8.034l4.184-4.184-2.334-2.333L2,11.167l8.166,8.167,2.334-2.334-4.184-4.183h8.033c1.296,0,2.35,1.054,2.35,2.35v5.834h3.301v-5.834c0-3.115-2.535-5.65-5.65-5.65Z\" />\n </>\n );\n}\n\nreply.props = [];\n\nexport default reply;\n"],
5
- "mappings": "AAAA,OAAO,WAAW;AAClB,OAAO,UAAU;AAIV,SAAS,QAA4B;AAC1C,SACE,0DACE,oCAAC,QAAK,IAAG,QAAO,GAAE,gLAA+K,CACnM;AAEJ;AAEA,MAAM,QAAQ,CAAC;AAEf,IAAO,iBAAQ;",
4
+ "sourcesContent": ["import React from 'react';\nimport IconBase from '@digigov/react-icons/IconBase';\n\nexport interface ReplyType {}\n\nexport function reply(): React.ReactElement {\n return (\n <>\n <IconBase\n as=\"path\"\n d=\"M16.35,9.517h-8.034l4.184-4.184-2.334-2.333L2,11.167l8.166,8.167,2.334-2.334-4.184-4.183h8.033c1.296,0,2.35,1.054,2.35,2.35v5.834h3.301v-5.834c0-3.115-2.535-5.65-5.65-5.65Z\"\n />\n </>\n );\n}\n\nreply.props = [];\n\nexport default reply;\n"],
5
+ "mappings": "AAAA,OAAO,WAAW;AAClB,OAAO,cAAc;AAId,SAAS,QAA4B;AAC1C,SACE,0DACE;AAAA,IAAC;AAAA;AAAA,MACC,IAAG;AAAA,MACH,GAAE;AAAA;AAAA,EACJ,CACF;AAEJ;AAEA,MAAM,QAAQ,CAAC;AAEf,IAAO,iBAAQ;",
6
6
  "names": []
7
7
  }
@@ -1,7 +1,13 @@
1
1
  import React from "react";
2
- import Base from "@digigov/react-icons/Base";
2
+ import IconBase from "@digigov/react-icons/IconBase";
3
3
  function restore() {
4
- return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(Base, { as: "path", d: "M12,21.3c-2.37,0-4.691-.929-6.407-2.559l1.669-2.003c1.247,1.247,2.974,1.962,4.738,1.962,3.694,0,6.7-3.006,6.7-6.7s-3.006-6.7-6.7-6.7-6.7,3.006-6.7,6.7h-2.6C2.7,6.872,6.872,2.7,12,2.7s9.3,4.172,9.3,9.3-4.172,9.3-9.3,9.3Z" }), /* @__PURE__ */ React.createElement(Base, { as: "path", d: "M7.5,12H.5l3.5,4.2,3.5-4.2Z" }), /* @__PURE__ */ React.createElement(Base, { as: "circle", cx: "12", cy: "12", r: "1.65" }));
4
+ return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(
5
+ IconBase,
6
+ {
7
+ as: "path",
8
+ d: "M12,21.3c-2.37,0-4.691-.929-6.407-2.559l1.669-2.003c1.247,1.247,2.974,1.962,4.738,1.962,3.694,0,6.7-3.006,6.7-6.7s-3.006-6.7-6.7-6.7-6.7,3.006-6.7,6.7h-2.6C2.7,6.872,6.872,2.7,12,2.7s9.3,4.172,9.3,9.3-4.172,9.3-9.3,9.3Z"
9
+ }
10
+ ), /* @__PURE__ */ React.createElement(IconBase, { as: "path", d: "M7.5,12H.5l3.5,4.2,3.5-4.2Z" }), /* @__PURE__ */ React.createElement(IconBase, { as: "circle", cx: "12", cy: "12", r: "1.65" }));
5
11
  }
6
12
  restore.props = [];
7
13
  var config_default = restore;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/RestoreIcon/config.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport Base from '@digigov/react-icons/Base';\n\nexport interface RestoreType { }\n\nexport function restore(): React.ReactElement {\n return (\n <>\n <Base as=\"path\" d=\"M12,21.3c-2.37,0-4.691-.929-6.407-2.559l1.669-2.003c1.247,1.247,2.974,1.962,4.738,1.962,3.694,0,6.7-3.006,6.7-6.7s-3.006-6.7-6.7-6.7-6.7,3.006-6.7,6.7h-2.6C2.7,6.872,6.872,2.7,12,2.7s9.3,4.172,9.3,9.3-4.172,9.3-9.3,9.3Z\" />\n <Base as=\"path\" d=\"M7.5,12H.5l3.5,4.2,3.5-4.2Z\" />\n <Base as=\"circle\" cx=\"12\" cy=\"12\" r=\"1.65\" />\n </>\n );\n}\n\nrestore.props = [];\n\nexport default restore;\n"],
5
- "mappings": "AAAA,OAAO,WAAW;AAClB,OAAO,UAAU;AAIV,SAAS,UAA8B;AAC5C,SACE,0DACE,oCAAC,QAAK,IAAG,QAAO,GAAE,+NAA8N,GAChP,oCAAC,QAAK,IAAG,QAAO,GAAE,+BAA8B,GAChD,oCAAC,QAAK,IAAG,UAAS,IAAG,MAAK,IAAG,MAAK,GAAE,QAAO,CAC7C;AAEJ;AAEA,QAAQ,QAAQ,CAAC;AAEjB,IAAO,iBAAQ;",
4
+ "sourcesContent": ["import React from 'react';\nimport IconBase from '@digigov/react-icons/IconBase';\n\nexport interface RestoreType {}\n\nexport function restore(): React.ReactElement {\n return (\n <>\n <IconBase\n as=\"path\"\n d=\"M12,21.3c-2.37,0-4.691-.929-6.407-2.559l1.669-2.003c1.247,1.247,2.974,1.962,4.738,1.962,3.694,0,6.7-3.006,6.7-6.7s-3.006-6.7-6.7-6.7-6.7,3.006-6.7,6.7h-2.6C2.7,6.872,6.872,2.7,12,2.7s9.3,4.172,9.3,9.3-4.172,9.3-9.3,9.3Z\"\n />\n <IconBase as=\"path\" d=\"M7.5,12H.5l3.5,4.2,3.5-4.2Z\" />\n <IconBase as=\"circle\" cx=\"12\" cy=\"12\" r=\"1.65\" />\n </>\n );\n}\n\nrestore.props = [];\n\nexport default restore;\n"],
5
+ "mappings": "AAAA,OAAO,WAAW;AAClB,OAAO,cAAc;AAId,SAAS,UAA8B;AAC5C,SACE,0DACE;AAAA,IAAC;AAAA;AAAA,MACC,IAAG;AAAA,MACH,GAAE;AAAA;AAAA,EACJ,GACA,oCAAC,YAAS,IAAG,QAAO,GAAE,+BAA8B,GACpD,oCAAC,YAAS,IAAG,UAAS,IAAG,MAAK,IAAG,MAAK,GAAE,QAAO,CACjD;AAEJ;AAEA,QAAQ,QAAQ,CAAC;AAEjB,IAAO,iBAAQ;",
6
6
  "names": []
7
7
  }
@@ -1,7 +1,13 @@
1
1
  import React from "react";
2
- import Base from "@digigov/react-icons/Base";
2
+ import IconBase from "@digigov/react-icons/IconBase";
3
3
  function search() {
4
- return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(Base, { as: "path", d: "M22,19.9l-5.4-5.4c0.9-1.3,1.4-2.8,1.4-4.5c0-4.4-3.6-8-8-8s-8,3.6-8,8s3.6,8,8,8c1.7,0,3.2-0.5,4.5-1.4l5.4,5.4L22,19.9z M10,15c-2.8,0-5-2.2-5-5s2.2-5,5-5s5,2.2,5,5S12.8,15,10,15z" }));
4
+ return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(
5
+ IconBase,
6
+ {
7
+ as: "path",
8
+ d: "M22,19.9l-5.4-5.4c0.9-1.3,1.4-2.8,1.4-4.5c0-4.4-3.6-8-8-8s-8,3.6-8,8s3.6,8,8,8c1.7,0,3.2-0.5,4.5-1.4l5.4,5.4L22,19.9z M10,15c-2.8,0-5-2.2-5-5s2.2-5,5-5s5,2.2,5,5S12.8,15,10,15z"
9
+ }
10
+ ));
5
11
  }
6
12
  search.props = [];
7
13
  var config_default = search;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/SearchIcon/config.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport Base from '@digigov/react-icons/Base';\n\nexport interface SearchType { }\n\nexport function search(): React.ReactElement {\n return (\n <>\n <Base as=\"path\" d=\"M22,19.9l-5.4-5.4c0.9-1.3,1.4-2.8,1.4-4.5c0-4.4-3.6-8-8-8s-8,3.6-8,8s3.6,8,8,8c1.7,0,3.2-0.5,4.5-1.4l5.4,5.4L22,19.9z M10,15c-2.8,0-5-2.2-5-5s2.2-5,5-5s5,2.2,5,5S12.8,15,10,15z\" />\n </>\n );\n}\n\nsearch.props = [];\n\nexport default search;\n"],
5
- "mappings": "AAAA,OAAO,WAAW;AAClB,OAAO,UAAU;AAIV,SAAS,SAA6B;AAC3C,SACE,0DACE,oCAAC,QAAK,IAAG,QAAO,GAAE,oLAAmL,CACvM;AAEJ;AAEA,OAAO,QAAQ,CAAC;AAEhB,IAAO,iBAAQ;",
4
+ "sourcesContent": ["import React from 'react';\nimport IconBase from '@digigov/react-icons/IconBase';\n\nexport interface SearchType {}\n\nexport function search(): React.ReactElement {\n return (\n <>\n <IconBase\n as=\"path\"\n d=\"M22,19.9l-5.4-5.4c0.9-1.3,1.4-2.8,1.4-4.5c0-4.4-3.6-8-8-8s-8,3.6-8,8s3.6,8,8,8c1.7,0,3.2-0.5,4.5-1.4l5.4,5.4L22,19.9z M10,15c-2.8,0-5-2.2-5-5s2.2-5,5-5s5,2.2,5,5S12.8,15,10,15z\"\n />\n </>\n );\n}\n\nsearch.props = [];\n\nexport default search;\n"],
5
+ "mappings": "AAAA,OAAO,WAAW;AAClB,OAAO,cAAc;AAId,SAAS,SAA6B;AAC3C,SACE,0DACE;AAAA,IAAC;AAAA;AAAA,MACC,IAAG;AAAA,MACH,GAAE;AAAA;AAAA,EACJ,CACF;AAEJ;AAEA,OAAO,QAAQ,CAAC;AAEhB,IAAO,iBAAQ;",
6
6
  "names": []
7
7
  }
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
- import { BaseProps } from '@digigov/react-icons/Base';
3
- export interface SvgIconProps extends BaseProps<'svg'> {
2
+ import { IconBaseProps } from '@digigov/react-icons/IconBase';
3
+ export interface SvgIconProps extends IconBaseProps<'svg'> {
4
4
  /**
5
5
  * size is optional.
6
6
  * size prop declares the size of the svg icon.
package/SvgIcon/index.js CHANGED
@@ -1,10 +1,10 @@
1
1
  import React from "react";
2
2
  import clsx from "clsx";
3
- import Base from "@digigov/react-icons/Base";
3
+ import IconBase from "@digigov/react-icons/IconBase";
4
4
  const SvgIcon = React.forwardRef(
5
5
  function SvgIcon2({ size, color, children, className, ...props }, ref) {
6
6
  return /* @__PURE__ */ React.createElement(
7
- Base,
7
+ IconBase,
8
8
  {
9
9
  as: "svg",
10
10
  ref,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/SvgIcon/index.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport clsx from 'clsx';\nimport Base, { BaseProps } from '@digigov/react-icons/Base';\n\nexport interface SvgIconProps extends BaseProps<'svg'> {\n /**\n * size is optional.\n * size prop declares the size of the svg icon.\n * @value 'xs'\n * @value 'sm'\n * @value 'md'\n * @value 'lg'\n * @value 'xl'\n * @default 'sm'\n */\n size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';\n\n /**\n * color property styles svg icon with Gov.gr palette's basic colors.\n * color property is optional.\n * @value 'base-content'\n * @value 'dark', always dark, among all themes\n * @value 'white', always white, among all themes\n * @value 'gray'\n * @value 'primary'\n * @value 'success'\n * @value 'warning'\n * @value 'error'\n * @value 'focus', use only in focus state, in dark background\n * @value 'info'\n * @value 'link'\n */\n color?:\n | 'base-content'\n | 'dark'\n | 'white'\n | 'gray'\n | 'primary'\n | 'success'\n | 'warning'\n | 'error'\n | 'focus'\n | 'info'\n | 'link';\n}\n/**\n * Use SvgIcon as global svg component.\n * SvgIcon can be used inside other svg components as children such as CheckIcon, CaretIcon etc.\n */\nexport const SvgIcon = React.forwardRef<SVGSVGElement, SvgIconProps>(\n function SvgIcon({ size, color, children, className, ...props }, ref) {\n return (\n <Base\n as=\"svg\"\n ref={ref}\n className={clsx(className, {\n 'ds-svg-icon': true,\n [`ds-svg-icon--${color}`]: color !== undefined,\n [`ds-svg-icon--${size}`]: size !== undefined,\n })}\n focusable=\"false\"\n viewBox=\"0 0 24 24\"\n aria-hidden=\"true\"\n {...props}\n >\n {children}\n </Base>\n );\n }\n);\n\nexport default SvgIcon;\n"],
5
- "mappings": "AAAA,OAAO,WAAW;AAClB,OAAO,UAAU;AACjB,OAAO,UAAyB;AA+CzB,MAAM,UAAU,MAAM;AAAA,EAC3B,SAASA,SAAQ,EAAE,MAAM,OAAO,UAAU,WAAW,GAAG,MAAM,GAAG,KAAK;AACpE,WACE;AAAA,MAAC;AAAA;AAAA,QACC,IAAG;AAAA,QACH;AAAA,QACA,WAAW,KAAK,WAAW;AAAA,UACzB,eAAe;AAAA,UACf,CAAC,gBAAgB,KAAK,EAAE,GAAG,UAAU;AAAA,UACrC,CAAC,gBAAgB,IAAI,EAAE,GAAG,SAAS;AAAA,QACrC,CAAC;AAAA,QACD,WAAU;AAAA,QACV,SAAQ;AAAA,QACR,eAAY;AAAA,QACX,GAAG;AAAA;AAAA,MAEH;AAAA,IACH;AAAA,EAEJ;AACF;AAEA,IAAO,kBAAQ;",
4
+ "sourcesContent": ["import React from 'react';\nimport clsx from 'clsx';\nimport IconBase, { IconBaseProps } from '@digigov/react-icons/IconBase';\n\nexport interface SvgIconProps extends IconBaseProps<'svg'> {\n /**\n * size is optional.\n * size prop declares the size of the svg icon.\n * @value 'xs'\n * @value 'sm'\n * @value 'md'\n * @value 'lg'\n * @value 'xl'\n * @default 'sm'\n */\n size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';\n\n /**\n * color property styles svg icon with Gov.gr palette's basic colors.\n * color property is optional.\n * @value 'base-content'\n * @value 'dark', always dark, among all themes\n * @value 'white', always white, among all themes\n * @value 'gray'\n * @value 'primary'\n * @value 'success'\n * @value 'warning'\n * @value 'error'\n * @value 'focus', use only in focus state, in dark background\n * @value 'info'\n * @value 'link'\n */\n color?:\n | 'base-content'\n | 'dark'\n | 'white'\n | 'gray'\n | 'primary'\n | 'success'\n | 'warning'\n | 'error'\n | 'focus'\n | 'info'\n | 'link';\n}\n/**\n * Use SvgIcon as global svg component.\n * SvgIcon can be used inside other svg components as children such as CheckIcon, CaretIcon etc.\n */\nexport const SvgIcon = React.forwardRef<SVGSVGElement, SvgIconProps>(\n function SvgIcon({ size, color, children, className, ...props }, ref) {\n return (\n <IconBase\n as=\"svg\"\n ref={ref}\n className={clsx(className, {\n 'ds-svg-icon': true,\n [`ds-svg-icon--${color}`]: color !== undefined,\n [`ds-svg-icon--${size}`]: size !== undefined,\n })}\n focusable=\"false\"\n viewBox=\"0 0 24 24\"\n aria-hidden=\"true\"\n {...props}\n >\n {children}\n </IconBase>\n );\n }\n);\n\nexport default SvgIcon;\n"],
5
+ "mappings": "AAAA,OAAO,WAAW;AAClB,OAAO,UAAU;AACjB,OAAO,cAAiC;AA+CjC,MAAM,UAAU,MAAM;AAAA,EAC3B,SAASA,SAAQ,EAAE,MAAM,OAAO,UAAU,WAAW,GAAG,MAAM,GAAG,KAAK;AACpE,WACE;AAAA,MAAC;AAAA;AAAA,QACC,IAAG;AAAA,QACH;AAAA,QACA,WAAW,KAAK,WAAW;AAAA,UACzB,eAAe;AAAA,UACf,CAAC,gBAAgB,KAAK,EAAE,GAAG,UAAU;AAAA,UACrC,CAAC,gBAAgB,IAAI,EAAE,GAAG,SAAS;AAAA,QACrC,CAAC;AAAA,QACD,WAAU;AAAA,QACV,SAAQ;AAAA,QACR,eAAY;AAAA,QACX,GAAG;AAAA;AAAA,MAEH;AAAA,IACH;AAAA,EAEJ;AACF;AAEA,IAAO,kBAAQ;",
6
6
  "names": ["SvgIcon"]
7
7
  }
@@ -1,7 +1,13 @@
1
1
  import React from "react";
2
- import Base from "@digigov/react-icons/Base";
2
+ import IconBase from "@digigov/react-icons/IconBase";
3
3
  function uncheck() {
4
- return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(Base, { as: "polygon", points: "20.59 5.74 18.26 3.41 12 9.67 5.742 3.41 3.41 5.74 9.67 12 3.41 18.26 5.74 20.6 12 14.33 18.26 20.59 20.59 18.26 14.33 12 20.59 5.74" }));
4
+ return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(
5
+ IconBase,
6
+ {
7
+ as: "polygon",
8
+ points: "20.59 5.74 18.26 3.41 12 9.67 5.742 3.41 3.41 5.74 9.67 12 3.41 18.26 5.74 20.6 12 14.33 18.26 20.59 20.59 18.26 14.33 12 20.59 5.74"
9
+ }
10
+ ));
5
11
  }
6
12
  uncheck.props = [];
7
13
  var config_default = uncheck;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/UncheckIcon/config.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport Base from '@digigov/react-icons/Base';\n\nexport interface UncheckType { }\n\nexport function uncheck(): React.ReactElement {\n return (\n <>\n <Base as=\"polygon\" points=\"20.59 5.74 18.26 3.41 12 9.67 5.742 3.41 3.41 5.74 9.67 12 3.41 18.26 5.74 20.6 12 14.33 18.26 20.59 20.59 18.26 14.33 12 20.59 5.74\" />\n </>\n );\n}\n\nuncheck.props = [];\n\nexport default uncheck;\n"],
5
- "mappings": "AAAA,OAAO,WAAW;AAClB,OAAO,UAAU;AAIV,SAAS,UAA8B;AAC5C,SACE,0DACE,oCAAC,QAAK,IAAG,WAAU,QAAO,wIAAuI,CACnK;AAEJ;AAEA,QAAQ,QAAQ,CAAC;AAEjB,IAAO,iBAAQ;",
4
+ "sourcesContent": ["import React from 'react';\nimport IconBase from '@digigov/react-icons/IconBase';\n\nexport interface UncheckType {}\n\nexport function uncheck(): React.ReactElement {\n return (\n <>\n <IconBase\n as=\"polygon\"\n points=\"20.59 5.74 18.26 3.41 12 9.67 5.742 3.41 3.41 5.74 9.67 12 3.41 18.26 5.74 20.6 12 14.33 18.26 20.59 20.59 18.26 14.33 12 20.59 5.74\"\n />\n </>\n );\n}\n\nuncheck.props = [];\n\nexport default uncheck;\n"],
5
+ "mappings": "AAAA,OAAO,WAAW;AAClB,OAAO,cAAc;AAId,SAAS,UAA8B;AAC5C,SACE,0DACE;AAAA,IAAC;AAAA;AAAA,MACC,IAAG;AAAA,MACH,QAAO;AAAA;AAAA,EACT,CACF;AAEJ;AAEA,QAAQ,QAAQ,CAAC;AAEjB,IAAO,iBAAQ;",
6
6
  "names": []
7
7
  }
@@ -32,10 +32,10 @@ __export(config_exports, {
32
32
  });
33
33
  module.exports = __toCommonJS(config_exports);
34
34
  var import_react = __toESM(require("react"));
35
- var import_Base = __toESM(require("@digigov/react-icons/Base"));
35
+ var import_IconBase = __toESM(require("@digigov/react-icons/IconBase"));
36
36
  function accessibility() {
37
- return /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement(import_Base.default, { as: "title" }, "\u039C\u03B5\u03BD\u03BF\u03CD \u03A0\u03C1\u03BF\u03C3\u03B2\u03B1\u03C3\u03B9\u03BC\u03CC\u03C4\u03B7\u03C4\u03B1\u03C2"), /* @__PURE__ */ import_react.default.createElement(import_Base.default, { as: "circle", cx: "12", cy: "3", r: "3" }), /* @__PURE__ */ import_react.default.createElement(
38
- import_Base.default,
37
+ return /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement(import_IconBase.default, { as: "title" }, "\u039C\u03B5\u03BD\u03BF\u03CD \u03A0\u03C1\u03BF\u03C3\u03B2\u03B1\u03C3\u03B9\u03BC\u03CC\u03C4\u03B7\u03C4\u03B1\u03C2"), /* @__PURE__ */ import_react.default.createElement(import_IconBase.default, { as: "circle", cx: "12", cy: "3", r: "3" }), /* @__PURE__ */ import_react.default.createElement(
38
+ import_IconBase.default,
39
39
  {
40
40
  as: "path",
41
41
  d: "M19.76,6.13c-4.94,2.01-10.57,2.01-15.51,0c-0.71-0.3-1.55-0.04-1.98,0.66c-1.41,2.6,3.27,3.76,4.94,4.37\n c0.4,0.11,0.81,0.2,1.22,0.28c0.56,0.11,0.92,0.67,0.79,1.25c-0.79,3.66-1.96,9.1-1.96,9.1c-0.46,2.27,2.72,3.15,3.39,0.92L12,17.93\n l1.36,4.78c0.67,2.22,3.85,1.36,3.39-0.92c0,0-1.16-5.4-1.95-9.06c-0.12-0.57,0.22-1.16,0.77-1.27c2.01-0.41,3.94-1.17,5.68-2.31\n C22.89,8.04,21.58,5.38,19.76,6.13z"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/AccessibilityIcon/config.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport Base from '@digigov/react-icons/Base';\n\nexport interface AccessibilityType { }\n\nexport function accessibility(): React.ReactElement {\n return (\n <>\n <Base as=\"title\">\u039C\u03B5\u03BD\u03BF\u03CD \u03A0\u03C1\u03BF\u03C3\u03B2\u03B1\u03C3\u03B9\u03BC\u03CC\u03C4\u03B7\u03C4\u03B1\u03C2</Base>\n <Base as=\"circle\" cx=\"12\" cy=\"3\" r=\"3\" />\n <Base as=\"path\"\n d=\"M19.76,6.13c-4.94,2.01-10.57,2.01-15.51,0c-0.71-0.3-1.55-0.04-1.98,0.66c-1.41,2.6,3.27,3.76,4.94,4.37\n\tc0.4,0.11,0.81,0.2,1.22,0.28c0.56,0.11,0.92,0.67,0.79,1.25c-0.79,3.66-1.96,9.1-1.96,9.1c-0.46,2.27,2.72,3.15,3.39,0.92L12,17.93\n\tl1.36,4.78c0.67,2.22,3.85,1.36,3.39-0.92c0,0-1.16-5.4-1.95-9.06c-0.12-0.57,0.22-1.16,0.77-1.27c2.01-0.41,3.94-1.17,5.68-2.31\n\tC22.89,8.04,21.58,5.38,19.76,6.13z\"\n />\n </>\n );\n}\n\naccessibility.props = [];\n\nexport default accessibility;\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAAkB;AAClB,kBAAiB;AAIV,SAAS,gBAAoC;AAClD,SACE,6BAAAA,QAAA,2BAAAA,QAAA,gBACE,6BAAAA,QAAA,cAAC,YAAAC,SAAA,EAAK,IAAG,WAAQ,2HAAqB,GACtC,6BAAAD,QAAA,cAAC,YAAAC,SAAA,EAAK,IAAG,UAAS,IAAG,MAAK,IAAG,KAAI,GAAE,KAAI,GACvC,6BAAAD,QAAA;AAAA,IAAC,YAAAC;AAAA,IAAA;AAAA,MAAK,IAAG;AAAA,MACP,GAAE;AAAA;AAAA,EAIJ,CACF;AAEJ;AAEA,cAAc,QAAQ,CAAC;AAEvB,IAAO,iBAAQ;",
6
- "names": ["React", "Base"]
4
+ "sourcesContent": ["import React from 'react';\nimport IconBase from '@digigov/react-icons/IconBase';\n\nexport interface AccessibilityType {}\n\nexport function accessibility(): React.ReactElement {\n return (\n <>\n <IconBase as=\"title\">\u039C\u03B5\u03BD\u03BF\u03CD \u03A0\u03C1\u03BF\u03C3\u03B2\u03B1\u03C3\u03B9\u03BC\u03CC\u03C4\u03B7\u03C4\u03B1\u03C2</IconBase>\n <IconBase as=\"circle\" cx=\"12\" cy=\"3\" r=\"3\" />\n <IconBase\n as=\"path\"\n d=\"M19.76,6.13c-4.94,2.01-10.57,2.01-15.51,0c-0.71-0.3-1.55-0.04-1.98,0.66c-1.41,2.6,3.27,3.76,4.94,4.37\n\tc0.4,0.11,0.81,0.2,1.22,0.28c0.56,0.11,0.92,0.67,0.79,1.25c-0.79,3.66-1.96,9.1-1.96,9.1c-0.46,2.27,2.72,3.15,3.39,0.92L12,17.93\n\tl1.36,4.78c0.67,2.22,3.85,1.36,3.39-0.92c0,0-1.16-5.4-1.95-9.06c-0.12-0.57,0.22-1.16,0.77-1.27c2.01-0.41,3.94-1.17,5.68-2.31\n\tC22.89,8.04,21.58,5.38,19.76,6.13z\"\n />\n </>\n );\n}\n\naccessibility.props = [];\n\nexport default accessibility;\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAAkB;AAClB,sBAAqB;AAId,SAAS,gBAAoC;AAClD,SACE,6BAAAA,QAAA,2BAAAA,QAAA,gBACE,6BAAAA,QAAA,cAAC,gBAAAC,SAAA,EAAS,IAAG,WAAQ,2HAAqB,GAC1C,6BAAAD,QAAA,cAAC,gBAAAC,SAAA,EAAS,IAAG,UAAS,IAAG,MAAK,IAAG,KAAI,GAAE,KAAI,GAC3C,6BAAAD,QAAA;AAAA,IAAC,gBAAAC;AAAA,IAAA;AAAA,MACC,IAAG;AAAA,MACH,GAAE;AAAA;AAAA,EAIJ,CACF;AAEJ;AAEA,cAAc,QAAQ,CAAC;AAEvB,IAAO,iBAAQ;",
6
+ "names": ["React", "IconBase"]
7
7
  }
@@ -32,9 +32,33 @@ __export(config_exports, {
32
32
  });
33
33
  module.exports = __toCommonJS(config_exports);
34
34
  var import_react = __toESM(require("react"));
35
- var import_Base = __toESM(require("@digigov/react-icons/Base"));
35
+ var import_IconBase = __toESM(require("@digigov/react-icons/IconBase"));
36
36
  const arrow = ({ direction = "up" }) => {
37
- return /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, direction === "left" && /* @__PURE__ */ import_react.default.createElement(import_Base.default, { as: "polygon", points: "14.4 19.7 8.48 13.7 21.93 13.7 22 10.37 8.48 10.32 14.4 4.4 12 2 2 12 12 22 14.4 19.7" }), direction === "right" && /* @__PURE__ */ import_react.default.createElement(import_Base.default, { as: "polygon", points: "9.6 4.3 15.52 10.3 2.07 10.3 2 13.63 15.52 13.68 9.6 19.6 12 22 22 12 12 2 9.6 4.3" }), direction === "up" && /* @__PURE__ */ import_react.default.createElement(import_Base.default, { as: "polygon", points: "22 12 12 2 2 12 4.3 14.4 10.3 8.48 10.3 21.93 13.63 22 13.68 8.48 19.6 14.4 22 12" }), direction === "down" && /* @__PURE__ */ import_react.default.createElement(import_Base.default, { as: "polygon", points: "19.7 9.6 13.7 15.52 13.7 2.07 10.37 2 10.32 15.52 4.4 9.6 2 12 12 22 22 12 19.7 9.6" }));
37
+ return /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, direction === "left" && /* @__PURE__ */ import_react.default.createElement(
38
+ import_IconBase.default,
39
+ {
40
+ as: "polygon",
41
+ points: "14.4 19.7 8.48 13.7 21.93 13.7 22 10.37 8.48 10.32 14.4 4.4 12 2 2 12 12 22 14.4 19.7"
42
+ }
43
+ ), direction === "right" && /* @__PURE__ */ import_react.default.createElement(
44
+ import_IconBase.default,
45
+ {
46
+ as: "polygon",
47
+ points: "9.6 4.3 15.52 10.3 2.07 10.3 2 13.63 15.52 13.68 9.6 19.6 12 22 22 12 12 2 9.6 4.3"
48
+ }
49
+ ), direction === "up" && /* @__PURE__ */ import_react.default.createElement(
50
+ import_IconBase.default,
51
+ {
52
+ as: "polygon",
53
+ points: "22 12 12 2 2 12 4.3 14.4 10.3 8.48 10.3 21.93 13.63 22 13.68 8.48 19.6 14.4 22 12"
54
+ }
55
+ ), direction === "down" && /* @__PURE__ */ import_react.default.createElement(
56
+ import_IconBase.default,
57
+ {
58
+ as: "polygon",
59
+ points: "19.7 9.6 13.7 15.52 13.7 2.07 10.37 2 10.32 15.52 4.4 9.6 2 12 12 22 22 12 19.7 9.6"
60
+ }
61
+ ));
38
62
  };
39
63
  arrow.props = ["direction"];
40
64
  var config_default = arrow;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/ArrowIcon/config.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport Base from '@digigov/react-icons/Base';\n\nexport interface ArrowType {\n /**\n * @value 'left'\n * @value 'right'\n * @value 'up'\n * @value 'down'\n * @default 'up'\n */\n direction?: 'left' | 'right' | 'up' | 'down';\n}\n\nexport const arrow: React.FC<ArrowType> = ({ direction = 'up' }) => {\n return (\n <>\n {direction === 'left' && (\n <Base as=\"polygon\" points=\"14.4 19.7 8.48 13.7 21.93 13.7 22 10.37 8.48 10.32 14.4 4.4 12 2 2 12 12 22 14.4 19.7\" />\n )}\n {direction === 'right' && (\n <Base as=\"polygon\" points=\"9.6 4.3 15.52 10.3 2.07 10.3 2 13.63 15.52 13.68 9.6 19.6 12 22 22 12 12 2 9.6 4.3\" />\n )}\n {direction === 'up' && (\n <Base as=\"polygon\" points=\"22 12 12 2 2 12 4.3 14.4 10.3 8.48 10.3 21.93 13.63 22 13.68 8.48 19.6 14.4 22 12\" />\n )}\n {direction === 'down' && (\n <Base as=\"polygon\" points=\"19.7 9.6 13.7 15.52 13.7 2.07 10.37 2 10.32 15.52 4.4 9.6 2 12 12 22 22 12 19.7 9.6\" />\n )}\n </>\n );\n};\n// eslint-disable-next-line @typescript-eslint/ban-ts-comment\n// @ts-ignore\narrow.props = ['direction'];\n\nexport default arrow;\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAAkB;AAClB,kBAAiB;AAaV,MAAM,QAA6B,CAAC,EAAE,YAAY,KAAK,MAAM;AAClE,SACE,6BAAAA,QAAA,2BAAAA,QAAA,gBACG,cAAc,UACb,6BAAAA,QAAA,cAAC,YAAAC,SAAA,EAAK,IAAG,WAAU,QAAO,yFAAwF,GAEnH,cAAc,WACb,6BAAAD,QAAA,cAAC,YAAAC,SAAA,EAAK,IAAG,WAAU,QAAO,sFAAqF,GAEhH,cAAc,QACb,6BAAAD,QAAA,cAAC,YAAAC,SAAA,EAAK,IAAG,WAAU,QAAO,qFAAoF,GAE/G,cAAc,UACb,6BAAAD,QAAA,cAAC,YAAAC,SAAA,EAAK,IAAG,WAAU,QAAO,uFAAsF,CAEpH;AAEJ;AAGA,MAAM,QAAQ,CAAC,WAAW;AAE1B,IAAO,iBAAQ;",
6
- "names": ["React", "Base"]
4
+ "sourcesContent": ["import React from 'react';\nimport IconBase from '@digigov/react-icons/IconBase';\n\nexport interface ArrowType {\n /**\n * @value 'left'\n * @value 'right'\n * @value 'up'\n * @value 'down'\n * @default 'up'\n */\n direction?: 'left' | 'right' | 'up' | 'down';\n}\n\nexport const arrow: React.FC<ArrowType> = ({ direction = 'up' }) => {\n return (\n <>\n {direction === 'left' && (\n <IconBase\n as=\"polygon\"\n points=\"14.4 19.7 8.48 13.7 21.93 13.7 22 10.37 8.48 10.32 14.4 4.4 12 2 2 12 12 22 14.4 19.7\"\n />\n )}\n {direction === 'right' && (\n <IconBase\n as=\"polygon\"\n points=\"9.6 4.3 15.52 10.3 2.07 10.3 2 13.63 15.52 13.68 9.6 19.6 12 22 22 12 12 2 9.6 4.3\"\n />\n )}\n {direction === 'up' && (\n <IconBase\n as=\"polygon\"\n points=\"22 12 12 2 2 12 4.3 14.4 10.3 8.48 10.3 21.93 13.63 22 13.68 8.48 19.6 14.4 22 12\"\n />\n )}\n {direction === 'down' && (\n <IconBase\n as=\"polygon\"\n points=\"19.7 9.6 13.7 15.52 13.7 2.07 10.37 2 10.32 15.52 4.4 9.6 2 12 12 22 22 12 19.7 9.6\"\n />\n )}\n </>\n );\n};\n// eslint-disable-next-line @typescript-eslint/ban-ts-comment\n// @ts-ignore\narrow.props = ['direction'];\n\nexport default arrow;\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAAkB;AAClB,sBAAqB;AAad,MAAM,QAA6B,CAAC,EAAE,YAAY,KAAK,MAAM;AAClE,SACE,6BAAAA,QAAA,2BAAAA,QAAA,gBACG,cAAc,UACb,6BAAAA,QAAA;AAAA,IAAC,gBAAAC;AAAA,IAAA;AAAA,MACC,IAAG;AAAA,MACH,QAAO;AAAA;AAAA,EACT,GAED,cAAc,WACb,6BAAAD,QAAA;AAAA,IAAC,gBAAAC;AAAA,IAAA;AAAA,MACC,IAAG;AAAA,MACH,QAAO;AAAA;AAAA,EACT,GAED,cAAc,QACb,6BAAAD,QAAA;AAAA,IAAC,gBAAAC;AAAA,IAAA;AAAA,MACC,IAAG;AAAA,MACH,QAAO;AAAA;AAAA,EACT,GAED,cAAc,UACb,6BAAAD,QAAA;AAAA,IAAC,gBAAAC;AAAA,IAAA;AAAA,MACC,IAAG;AAAA,MACH,QAAO;AAAA;AAAA,EACT,CAEJ;AAEJ;AAGA,MAAM,QAAQ,CAAC,WAAW;AAE1B,IAAO,iBAAQ;",
6
+ "names": ["React", "IconBase"]
7
7
  }
@@ -33,19 +33,43 @@ __export(config_exports, {
33
33
  module.exports = __toCommonJS(config_exports);
34
34
  var import_react = __toESM(require("react"));
35
35
  var import_clsx = __toESM(require("clsx"));
36
- var import_Base = __toESM(require("@digigov/react-icons/Base"));
36
+ var import_IconBase = __toESM(require("@digigov/react-icons/IconBase"));
37
37
  const burger = ({ active = false }) => {
38
38
  return /* @__PURE__ */ import_react.default.createElement(
39
- import_Base.default,
39
+ import_IconBase.default,
40
40
  {
41
41
  as: "g",
42
42
  className: (0, import_clsx.default)({
43
43
  [`ds-svg-icon--burger--active`]: active
44
44
  })
45
45
  },
46
- /* @__PURE__ */ import_react.default.createElement(import_Base.default, { as: "rect", id: "ds-svg-icon--burger__line-1", width: "20", height: "3.3" }),
47
- /* @__PURE__ */ import_react.default.createElement(import_Base.default, { as: "rect", id: "ds-svg-icon--burger__line-2", width: "20", height: "3.3" }),
48
- /* @__PURE__ */ import_react.default.createElement(import_Base.default, { as: "rect", id: "ds-svg-icon--burger__line-3", width: "20", height: "3.3" })
46
+ /* @__PURE__ */ import_react.default.createElement(
47
+ import_IconBase.default,
48
+ {
49
+ as: "rect",
50
+ id: "ds-svg-icon--burger__line-1",
51
+ width: "20",
52
+ height: "3.3"
53
+ }
54
+ ),
55
+ /* @__PURE__ */ import_react.default.createElement(
56
+ import_IconBase.default,
57
+ {
58
+ as: "rect",
59
+ id: "ds-svg-icon--burger__line-2",
60
+ width: "20",
61
+ height: "3.3"
62
+ }
63
+ ),
64
+ /* @__PURE__ */ import_react.default.createElement(
65
+ import_IconBase.default,
66
+ {
67
+ as: "rect",
68
+ id: "ds-svg-icon--burger__line-3",
69
+ width: "20",
70
+ height: "3.3"
71
+ }
72
+ )
49
73
  );
50
74
  };
51
75
  burger.props = ["active"];
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/BurgerIcon/config.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport clsx from 'clsx';\nimport Base from '@digigov/react-icons/Base';\n\nexport type BurgerType = {\n active?: boolean;\n};\n\nexport const burger: React.FC<BurgerType> = ({ active = false }) => {\n return (\n <Base as=\"g\"\n className={clsx({\n [`ds-svg-icon--burger--active`]: active,\n })}\n >\n <Base as=\"rect\" id=\"ds-svg-icon--burger__line-1\" width=\"20\" height=\"3.3\" />\n <Base as=\"rect\" id=\"ds-svg-icon--burger__line-2\" width=\"20\" height=\"3.3\" />\n <Base as=\"rect\" id=\"ds-svg-icon--burger__line-3\" width=\"20\" height=\"3.3\" />\n </Base>\n );\n};\n// eslint-disable-next-line @typescript-eslint/ban-ts-comment\n// @ts-ignore\nburger.props = ['active'];\n\nexport default burger;\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAAkB;AAClB,kBAAiB;AACjB,kBAAiB;AAMV,MAAM,SAA+B,CAAC,EAAE,SAAS,MAAM,MAAM;AAClE,SACE,6BAAAA,QAAA;AAAA,IAAC,YAAAC;AAAA,IAAA;AAAA,MAAK,IAAG;AAAA,MACP,eAAW,YAAAC,SAAK;AAAA,QACd,CAAC,6BAA6B,GAAG;AAAA,MACnC,CAAC;AAAA;AAAA,IAED,6BAAAF,QAAA,cAAC,YAAAC,SAAA,EAAK,IAAG,QAAO,IAAG,+BAA8B,OAAM,MAAK,QAAO,OAAM;AAAA,IACzE,6BAAAD,QAAA,cAAC,YAAAC,SAAA,EAAK,IAAG,QAAO,IAAG,+BAA8B,OAAM,MAAK,QAAO,OAAM;AAAA,IACzE,6BAAAD,QAAA,cAAC,YAAAC,SAAA,EAAK,IAAG,QAAO,IAAG,+BAA8B,OAAM,MAAK,QAAO,OAAM;AAAA,EAC3E;AAEJ;AAGA,OAAO,QAAQ,CAAC,QAAQ;AAExB,IAAO,iBAAQ;",
6
- "names": ["React", "Base", "clsx"]
4
+ "sourcesContent": ["import React from 'react';\nimport clsx from 'clsx';\nimport IconBase from '@digigov/react-icons/IconBase';\n\nexport interface BurgerType {\n active?: boolean;\n}\n\nexport const burger: React.FC<BurgerType> = ({ active = false }) => {\n return (\n <IconBase\n as=\"g\"\n className={clsx({\n [`ds-svg-icon--burger--active`]: active,\n })}\n >\n <IconBase\n as=\"rect\"\n id=\"ds-svg-icon--burger__line-1\"\n width=\"20\"\n height=\"3.3\"\n />\n <IconBase\n as=\"rect\"\n id=\"ds-svg-icon--burger__line-2\"\n width=\"20\"\n height=\"3.3\"\n />\n <IconBase\n as=\"rect\"\n id=\"ds-svg-icon--burger__line-3\"\n width=\"20\"\n height=\"3.3\"\n />\n </IconBase>\n );\n};\n// eslint-disable-next-line @typescript-eslint/ban-ts-comment\n// @ts-ignore\nburger.props = ['active'];\n\nexport default burger;\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAAkB;AAClB,kBAAiB;AACjB,sBAAqB;AAMd,MAAM,SAA+B,CAAC,EAAE,SAAS,MAAM,MAAM;AAClE,SACE,6BAAAA,QAAA;AAAA,IAAC,gBAAAC;AAAA,IAAA;AAAA,MACC,IAAG;AAAA,MACH,eAAW,YAAAC,SAAK;AAAA,QACd,CAAC,6BAA6B,GAAG;AAAA,MACnC,CAAC;AAAA;AAAA,IAED,6BAAAF,QAAA;AAAA,MAAC,gBAAAC;AAAA,MAAA;AAAA,QACC,IAAG;AAAA,QACH,IAAG;AAAA,QACH,OAAM;AAAA,QACN,QAAO;AAAA;AAAA,IACT;AAAA,IACA,6BAAAD,QAAA;AAAA,MAAC,gBAAAC;AAAA,MAAA;AAAA,QACC,IAAG;AAAA,QACH,IAAG;AAAA,QACH,OAAM;AAAA,QACN,QAAO;AAAA;AAAA,IACT;AAAA,IACA,6BAAAD,QAAA;AAAA,MAAC,gBAAAC;AAAA,MAAA;AAAA,QACC,IAAG;AAAA,QACH,IAAG;AAAA,QACH,OAAM;AAAA,QACN,QAAO;AAAA;AAAA,IACT;AAAA,EACF;AAEJ;AAGA,OAAO,QAAQ,CAAC,QAAQ;AAExB,IAAO,iBAAQ;",
6
+ "names": ["React", "IconBase", "clsx"]
7
7
  }