@gnist/design-system 5.6.1 → 6.0.0-alpha.3

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 (913) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/dist/building-blocks/inputs/internal/textBelowInput.css.cjs +2 -2
  3. package/dist/building-blocks/inputs/internal/textBelowInput.css.js +2 -2
  4. package/dist/components/actions/buttons/styles.css.cjs +8 -9
  5. package/dist/components/actions/buttons/styles.css.d.ts.map +1 -1
  6. package/dist/components/actions/buttons/styles.css.js +8 -9
  7. package/dist/components/actions/chips/styles.css.cjs +3 -4
  8. package/dist/components/actions/chips/styles.css.d.ts.map +1 -1
  9. package/dist/components/actions/chips/styles.css.js +3 -4
  10. package/dist/components/actions/selectionControls/checkbox.css.cjs +3 -3
  11. package/dist/components/actions/selectionControls/checkbox.css.js +3 -3
  12. package/dist/components/actions/selectionControls/radiobutton.css.cjs +3 -3
  13. package/dist/components/actions/selectionControls/radiobutton.css.js +3 -3
  14. package/dist/components/actions/selectionControls/radiogroup.css.cjs +3 -4
  15. package/dist/components/actions/selectionControls/radiogroup.css.d.ts.map +1 -1
  16. package/dist/components/actions/selectionControls/radiogroup.css.js +3 -4
  17. package/dist/components/actions/selectionControls/shared.css.cjs +6 -7
  18. package/dist/components/actions/selectionControls/shared.css.d.ts.map +1 -1
  19. package/dist/components/actions/selectionControls/shared.css.js +6 -7
  20. package/dist/components/actions/selectionControls/switch.css.cjs +13 -14
  21. package/dist/components/actions/selectionControls/switch.css.d.ts.map +1 -1
  22. package/dist/components/actions/selectionControls/switch.css.js +13 -14
  23. package/dist/components/feedback/alerts/AlertBanner.css.cjs +7 -8
  24. package/dist/components/feedback/alerts/AlertBanner.css.d.ts.map +1 -1
  25. package/dist/components/feedback/alerts/AlertBanner.css.js +7 -8
  26. package/dist/components/feedback/loaders/loadingBar.css.cjs +3 -2
  27. package/dist/components/feedback/loaders/loadingBar.css.d.ts.map +1 -1
  28. package/dist/components/feedback/loaders/loadingBar.css.js +4 -3
  29. package/dist/components/feedback/loaders/loadingSpinner.css.cjs +2 -1
  30. package/dist/components/feedback/loaders/loadingSpinner.css.d.ts.map +1 -1
  31. package/dist/components/feedback/loaders/loadingSpinner.css.js +3 -2
  32. package/dist/components/feedback/notifications/lozenge.css.cjs +2 -2
  33. package/dist/components/feedback/notifications/lozenge.css.js +2 -2
  34. package/dist/components/feedback/progress/ProgressBar.css.cjs +4 -3
  35. package/dist/components/feedback/progress/ProgressBar.css.d.ts.map +1 -1
  36. package/dist/components/feedback/progress/ProgressBar.css.js +5 -4
  37. package/dist/components/inputs/dropdowns/select.css.cjs +7 -7
  38. package/dist/components/inputs/dropdowns/select.css.js +7 -7
  39. package/dist/components/inputs/pickers/Calendar.css.cjs +8 -8
  40. package/dist/components/inputs/pickers/Calendar.css.d.ts.map +1 -1
  41. package/dist/components/inputs/pickers/Calendar.css.js +9 -9
  42. package/dist/components/inputs/shared-styles/iconButtonOverlay.css.cjs +2 -2
  43. package/dist/components/inputs/shared-styles/iconButtonOverlay.css.js +2 -2
  44. package/dist/components/inputs/shared-styles/inputField.css.cjs +5 -6
  45. package/dist/components/inputs/shared-styles/inputField.css.d.ts.map +1 -1
  46. package/dist/components/inputs/shared-styles/inputField.css.js +5 -6
  47. package/dist/components/inputs/shared-styles/labelStyles.css.cjs +2 -2
  48. package/dist/components/inputs/shared-styles/labelStyles.css.js +2 -2
  49. package/dist/components/inputs/shared-styles/suffixPrefix.css.cjs +3 -3
  50. package/dist/components/inputs/shared-styles/suffixPrefix.css.js +3 -3
  51. package/dist/components/inputs/textFields/textArea.css.cjs +2 -2
  52. package/dist/components/inputs/textFields/textArea.css.js +2 -2
  53. package/dist/components/progress/spinner.css.cjs +2 -1
  54. package/dist/components/progress/spinner.css.d.ts.map +1 -1
  55. package/dist/components/progress/spinner.css.js +3 -2
  56. package/dist/components/surfaces/accordion/accordion.css.cjs +6 -6
  57. package/dist/components/surfaces/accordion/accordion.css.js +7 -7
  58. package/dist/components/surfaces/cards/cards.css.cjs +4 -5
  59. package/dist/components/surfaces/cards/cards.css.d.ts.map +1 -1
  60. package/dist/components/surfaces/cards/cards.css.js +4 -5
  61. package/dist/components/surfaces/cards/checkboxCard.css.cjs +2 -2
  62. package/dist/components/surfaces/cards/checkboxCard.css.js +2 -2
  63. package/dist/components/surfaces/cards/internal/SelectionCard.css.cjs +3 -3
  64. package/dist/components/surfaces/cards/internal/SelectionCard.css.js +3 -3
  65. package/dist/components/surfaces/modal/modal.css.cjs +10 -10
  66. package/dist/components/surfaces/modal/modal.css.js +11 -11
  67. package/dist/foundation/iconography/Icon.css.cjs +5 -3
  68. package/dist/foundation/iconography/Icon.css.d.ts.map +1 -1
  69. package/dist/foundation/iconography/Icon.css.js +6 -4
  70. package/dist/foundation/iconography/IconVariantProvider.cjs +1 -1
  71. package/dist/foundation/iconography/IconVariantProvider.js +1 -1
  72. package/dist/foundation/iconography/icons.d.ts +1 -1
  73. package/dist/foundation/iconography/icons.d.ts.map +1 -1
  74. package/dist/foundation/iconography/svg/action/assignment-filled.svg.cjs +1 -1
  75. package/dist/foundation/iconography/svg/action/assignment-filled.svg.js +1 -1
  76. package/dist/foundation/iconography/svg/action/assignment-outlined.svg.cjs +1 -1
  77. package/dist/foundation/iconography/svg/action/assignment-outlined.svg.js +1 -1
  78. package/dist/foundation/iconography/svg/action/assignment-round.svg.cjs +1 -1
  79. package/dist/foundation/iconography/svg/action/assignment-round.svg.js +1 -1
  80. package/dist/foundation/iconography/svg/action/assignment-sharp.svg.cjs +1 -1
  81. package/dist/foundation/iconography/svg/action/assignment-sharp.svg.js +1 -1
  82. package/dist/foundation/iconography/svg/action/bolt-filled.svg.cjs +1 -1
  83. package/dist/foundation/iconography/svg/action/bolt-filled.svg.js +1 -1
  84. package/dist/foundation/iconography/svg/action/bolt-outlined.svg.cjs +1 -1
  85. package/dist/foundation/iconography/svg/action/bolt-outlined.svg.js +1 -1
  86. package/dist/foundation/iconography/svg/action/bolt-round.svg.cjs +1 -1
  87. package/dist/foundation/iconography/svg/action/bolt-round.svg.js +1 -1
  88. package/dist/foundation/iconography/svg/action/bolt-sharp.svg.cjs +1 -1
  89. package/dist/foundation/iconography/svg/action/bolt-sharp.svg.js +1 -1
  90. package/dist/foundation/iconography/svg/action/build-filled.svg.cjs +1 -1
  91. package/dist/foundation/iconography/svg/action/build-filled.svg.js +1 -1
  92. package/dist/foundation/iconography/svg/action/build-outlined.svg.cjs +1 -1
  93. package/dist/foundation/iconography/svg/action/build-outlined.svg.js +1 -1
  94. package/dist/foundation/iconography/svg/action/build-round.svg.cjs +1 -1
  95. package/dist/foundation/iconography/svg/action/build-round.svg.js +1 -1
  96. package/dist/foundation/iconography/svg/action/build-sharp.svg.cjs +1 -1
  97. package/dist/foundation/iconography/svg/action/build-sharp.svg.js +1 -1
  98. package/dist/foundation/iconography/svg/action/calculate-filled.svg.cjs +1 -1
  99. package/dist/foundation/iconography/svg/action/calculate-filled.svg.js +1 -1
  100. package/dist/foundation/iconography/svg/action/calculate-outlined.svg.cjs +1 -1
  101. package/dist/foundation/iconography/svg/action/calculate-outlined.svg.js +1 -1
  102. package/dist/foundation/iconography/svg/action/calculate-round.svg.cjs +1 -1
  103. package/dist/foundation/iconography/svg/action/calculate-round.svg.js +1 -1
  104. package/dist/foundation/iconography/svg/action/calculate-sharp.svg.cjs +1 -1
  105. package/dist/foundation/iconography/svg/action/calculate-sharp.svg.js +1 -1
  106. package/dist/foundation/iconography/svg/action/calendar-filled.svg.cjs +1 -1
  107. package/dist/foundation/iconography/svg/action/calendar-filled.svg.js +1 -1
  108. package/dist/foundation/iconography/svg/action/calendar-outlined.svg.cjs +1 -1
  109. package/dist/foundation/iconography/svg/action/calendar-outlined.svg.js +1 -1
  110. package/dist/foundation/iconography/svg/action/calendar-round.svg.cjs +1 -1
  111. package/dist/foundation/iconography/svg/action/calendar-round.svg.js +1 -1
  112. package/dist/foundation/iconography/svg/action/calendar-sharp.svg.cjs +1 -1
  113. package/dist/foundation/iconography/svg/action/calendar-sharp.svg.js +1 -1
  114. package/dist/foundation/iconography/svg/action/car-filled.svg.cjs +1 -1
  115. package/dist/foundation/iconography/svg/action/car-filled.svg.js +1 -1
  116. package/dist/foundation/iconography/svg/action/car-outlined.svg.cjs +1 -1
  117. package/dist/foundation/iconography/svg/action/car-outlined.svg.js +1 -1
  118. package/dist/foundation/iconography/svg/action/car-round.svg.cjs +1 -1
  119. package/dist/foundation/iconography/svg/action/car-round.svg.js +1 -1
  120. package/dist/foundation/iconography/svg/action/car-sharp.svg.cjs +1 -1
  121. package/dist/foundation/iconography/svg/action/car-sharp.svg.js +1 -1
  122. package/dist/foundation/iconography/svg/action/car_crash-filled.svg.cjs +1 -1
  123. package/dist/foundation/iconography/svg/action/car_crash-filled.svg.js +1 -1
  124. package/dist/foundation/iconography/svg/action/car_crash-outlined.svg.cjs +1 -1
  125. package/dist/foundation/iconography/svg/action/car_crash-outlined.svg.js +1 -1
  126. package/dist/foundation/iconography/svg/action/car_crash-round.svg.cjs +1 -1
  127. package/dist/foundation/iconography/svg/action/car_crash-round.svg.js +1 -1
  128. package/dist/foundation/iconography/svg/action/car_crash-sharp.svg.cjs +1 -1
  129. package/dist/foundation/iconography/svg/action/car_crash-sharp.svg.js +1 -1
  130. package/dist/foundation/iconography/svg/action/change-filled.svg.cjs +1 -1
  131. package/dist/foundation/iconography/svg/action/change-filled.svg.js +1 -1
  132. package/dist/foundation/iconography/svg/action/change-outlined.svg.cjs +1 -1
  133. package/dist/foundation/iconography/svg/action/change-outlined.svg.js +1 -1
  134. package/dist/foundation/iconography/svg/action/change-round.svg.cjs +1 -1
  135. package/dist/foundation/iconography/svg/action/change-round.svg.js +1 -1
  136. package/dist/foundation/iconography/svg/action/change-sharp.svg.cjs +1 -1
  137. package/dist/foundation/iconography/svg/action/change-sharp.svg.js +1 -1
  138. package/dist/foundation/iconography/svg/action/code-filled.svg.cjs +1 -1
  139. package/dist/foundation/iconography/svg/action/code-filled.svg.js +1 -1
  140. package/dist/foundation/iconography/svg/action/code-outlined.svg.cjs +1 -1
  141. package/dist/foundation/iconography/svg/action/code-outlined.svg.js +1 -1
  142. package/dist/foundation/iconography/svg/action/code-round.svg.cjs +1 -1
  143. package/dist/foundation/iconography/svg/action/code-round.svg.js +1 -1
  144. package/dist/foundation/iconography/svg/action/code-sharp.svg.cjs +1 -1
  145. package/dist/foundation/iconography/svg/action/code-sharp.svg.js +1 -1
  146. package/dist/foundation/iconography/svg/action/contract-filled.svg.cjs +1 -1
  147. package/dist/foundation/iconography/svg/action/contract-filled.svg.js +1 -1
  148. package/dist/foundation/iconography/svg/action/contract-outlined.svg.cjs +1 -1
  149. package/dist/foundation/iconography/svg/action/contract-outlined.svg.js +1 -1
  150. package/dist/foundation/iconography/svg/action/contract-round.svg.cjs +1 -1
  151. package/dist/foundation/iconography/svg/action/contract-round.svg.js +1 -1
  152. package/dist/foundation/iconography/svg/action/contract-sharp.svg.cjs +1 -1
  153. package/dist/foundation/iconography/svg/action/contract-sharp.svg.js +1 -1
  154. package/dist/foundation/iconography/svg/action/edit-filled.svg.cjs +1 -1
  155. package/dist/foundation/iconography/svg/action/edit-filled.svg.js +1 -1
  156. package/dist/foundation/iconography/svg/action/edit-outlined.svg.cjs +1 -1
  157. package/dist/foundation/iconography/svg/action/edit-outlined.svg.js +1 -1
  158. package/dist/foundation/iconography/svg/action/edit-round.svg.cjs +1 -1
  159. package/dist/foundation/iconography/svg/action/edit-round.svg.js +1 -1
  160. package/dist/foundation/iconography/svg/action/edit-sharp.svg.cjs +1 -1
  161. package/dist/foundation/iconography/svg/action/edit-sharp.svg.js +1 -1
  162. package/dist/foundation/iconography/svg/action/electric_car-filled.svg.cjs +28 -0
  163. package/dist/foundation/iconography/svg/action/electric_car-filled.svg.js +10 -0
  164. package/dist/foundation/iconography/svg/action/electric_car-outlined.svg.cjs +28 -0
  165. package/dist/foundation/iconography/svg/action/electric_car-outlined.svg.js +10 -0
  166. package/dist/foundation/iconography/svg/action/electric_car-round.svg.cjs +28 -0
  167. package/dist/foundation/iconography/svg/action/electric_car-round.svg.js +10 -0
  168. package/dist/foundation/iconography/svg/action/electric_car-sharp.svg.cjs +28 -0
  169. package/dist/foundation/iconography/svg/action/electric_car-sharp.svg.js +10 -0
  170. package/dist/foundation/iconography/svg/action/explore-filled.svg.cjs +1 -1
  171. package/dist/foundation/iconography/svg/action/explore-filled.svg.js +1 -1
  172. package/dist/foundation/iconography/svg/action/explore-outlined.svg.cjs +1 -1
  173. package/dist/foundation/iconography/svg/action/explore-outlined.svg.js +1 -1
  174. package/dist/foundation/iconography/svg/action/explore-round.svg.cjs +1 -1
  175. package/dist/foundation/iconography/svg/action/explore-round.svg.js +1 -1
  176. package/dist/foundation/iconography/svg/action/explore-sharp.svg.cjs +1 -1
  177. package/dist/foundation/iconography/svg/action/explore-sharp.svg.js +1 -1
  178. package/dist/foundation/iconography/svg/action/home-filled.svg.cjs +1 -1
  179. package/dist/foundation/iconography/svg/action/home-filled.svg.js +1 -1
  180. package/dist/foundation/iconography/svg/action/home-outlined.svg.cjs +1 -1
  181. package/dist/foundation/iconography/svg/action/home-outlined.svg.js +1 -1
  182. package/dist/foundation/iconography/svg/action/home-round.svg.cjs +1 -1
  183. package/dist/foundation/iconography/svg/action/home-round.svg.js +1 -1
  184. package/dist/foundation/iconography/svg/action/home-sharp.svg.cjs +1 -1
  185. package/dist/foundation/iconography/svg/action/home-sharp.svg.js +1 -1
  186. package/dist/foundation/iconography/svg/action/image_not_supported-filled.svg.cjs +1 -1
  187. package/dist/foundation/iconography/svg/action/image_not_supported-filled.svg.js +1 -1
  188. package/dist/foundation/iconography/svg/action/image_not_supported-outlined.svg.cjs +1 -1
  189. package/dist/foundation/iconography/svg/action/image_not_supported-outlined.svg.js +1 -1
  190. package/dist/foundation/iconography/svg/action/image_not_supported-round.svg.cjs +1 -1
  191. package/dist/foundation/iconography/svg/action/image_not_supported-round.svg.js +1 -1
  192. package/dist/foundation/iconography/svg/action/image_not_supported-sharp.svg.cjs +1 -1
  193. package/dist/foundation/iconography/svg/action/image_not_supported-sharp.svg.js +1 -1
  194. package/dist/foundation/iconography/svg/action/index.cjs +33 -11
  195. package/dist/foundation/iconography/svg/action/index.d.ts +55 -3
  196. package/dist/foundation/iconography/svg/action/index.d.ts.map +1 -1
  197. package/dist/foundation/iconography/svg/action/index.js +33 -11
  198. package/dist/foundation/iconography/svg/action/lightbulb-filled.svg.cjs +1 -1
  199. package/dist/foundation/iconography/svg/action/lightbulb-filled.svg.js +1 -1
  200. package/dist/foundation/iconography/svg/action/lightbulb-outlined.svg.cjs +1 -1
  201. package/dist/foundation/iconography/svg/action/lightbulb-outlined.svg.js +1 -1
  202. package/dist/foundation/iconography/svg/action/lightbulb-round.svg.cjs +1 -1
  203. package/dist/foundation/iconography/svg/action/lightbulb-round.svg.js +1 -1
  204. package/dist/foundation/iconography/svg/action/lightbulb-sharp.svg.cjs +1 -1
  205. package/dist/foundation/iconography/svg/action/lightbulb-sharp.svg.js +1 -1
  206. package/dist/foundation/iconography/svg/action/login-filled.svg.cjs +1 -1
  207. package/dist/foundation/iconography/svg/action/login-filled.svg.js +1 -1
  208. package/dist/foundation/iconography/svg/action/login-outlined.svg.cjs +1 -1
  209. package/dist/foundation/iconography/svg/action/login-outlined.svg.js +1 -1
  210. package/dist/foundation/iconography/svg/action/login-round.svg.cjs +1 -1
  211. package/dist/foundation/iconography/svg/action/login-round.svg.js +1 -1
  212. package/dist/foundation/iconography/svg/action/login-sharp.svg.cjs +1 -1
  213. package/dist/foundation/iconography/svg/action/login-sharp.svg.js +1 -1
  214. package/dist/foundation/iconography/svg/action/logout-filled.svg.cjs +1 -1
  215. package/dist/foundation/iconography/svg/action/logout-filled.svg.js +1 -1
  216. package/dist/foundation/iconography/svg/action/logout-outlined.svg.cjs +1 -1
  217. package/dist/foundation/iconography/svg/action/logout-outlined.svg.js +1 -1
  218. package/dist/foundation/iconography/svg/action/logout-round.svg.cjs +1 -1
  219. package/dist/foundation/iconography/svg/action/logout-round.svg.js +1 -1
  220. package/dist/foundation/iconography/svg/action/logout-sharp.svg.cjs +1 -1
  221. package/dist/foundation/iconography/svg/action/logout-sharp.svg.js +1 -1
  222. package/dist/foundation/iconography/svg/action/manual_gear-filled.svg.cjs +1 -1
  223. package/dist/foundation/iconography/svg/action/manual_gear-filled.svg.js +1 -1
  224. package/dist/foundation/iconography/svg/action/manual_gear-outlined.svg.cjs +1 -1
  225. package/dist/foundation/iconography/svg/action/manual_gear-outlined.svg.js +1 -1
  226. package/dist/foundation/iconography/svg/action/manual_gear-round.svg.cjs +1 -1
  227. package/dist/foundation/iconography/svg/action/manual_gear-round.svg.js +1 -1
  228. package/dist/foundation/iconography/svg/action/manual_gear-sharp.svg.cjs +1 -1
  229. package/dist/foundation/iconography/svg/action/manual_gear-sharp.svg.js +1 -1
  230. package/dist/foundation/iconography/svg/action/minor_crash-filled.svg.cjs +28 -0
  231. package/dist/foundation/iconography/svg/action/minor_crash-filled.svg.js +10 -0
  232. package/dist/foundation/iconography/svg/action/minor_crash-outlined.svg.cjs +28 -0
  233. package/dist/foundation/iconography/svg/action/minor_crash-outlined.svg.js +10 -0
  234. package/dist/foundation/iconography/svg/action/minor_crash-round.svg.cjs +28 -0
  235. package/dist/foundation/iconography/svg/action/minor_crash-round.svg.js +10 -0
  236. package/dist/foundation/iconography/svg/action/minor_crash-sharp.svg.cjs +28 -0
  237. package/dist/foundation/iconography/svg/action/minor_crash-sharp.svg.js +10 -0
  238. package/dist/foundation/iconography/svg/action/notifications-filled.svg.cjs +1 -1
  239. package/dist/foundation/iconography/svg/action/notifications-filled.svg.js +1 -1
  240. package/dist/foundation/iconography/svg/action/notifications-outlined.svg.cjs +1 -1
  241. package/dist/foundation/iconography/svg/action/notifications-outlined.svg.js +1 -1
  242. package/dist/foundation/iconography/svg/action/notifications-round.svg.cjs +1 -1
  243. package/dist/foundation/iconography/svg/action/notifications-round.svg.js +1 -1
  244. package/dist/foundation/iconography/svg/action/notifications-sharp.svg.cjs +1 -1
  245. package/dist/foundation/iconography/svg/action/notifications-sharp.svg.js +1 -1
  246. package/dist/foundation/iconography/svg/action/payment-filled.svg.cjs +1 -1
  247. package/dist/foundation/iconography/svg/action/payment-filled.svg.js +1 -1
  248. package/dist/foundation/iconography/svg/action/payment-outlined.svg.cjs +1 -1
  249. package/dist/foundation/iconography/svg/action/payment-outlined.svg.js +1 -1
  250. package/dist/foundation/iconography/svg/action/payment-round.svg.cjs +1 -1
  251. package/dist/foundation/iconography/svg/action/payment-round.svg.js +1 -1
  252. package/dist/foundation/iconography/svg/action/payment-sharp.svg.cjs +1 -1
  253. package/dist/foundation/iconography/svg/action/payment-sharp.svg.js +1 -1
  254. package/dist/foundation/iconography/svg/action/pets-filled.svg.cjs +1 -1
  255. package/dist/foundation/iconography/svg/action/pets-filled.svg.js +1 -1
  256. package/dist/foundation/iconography/svg/action/pets-outlined.svg.cjs +1 -1
  257. package/dist/foundation/iconography/svg/action/pets-outlined.svg.js +1 -1
  258. package/dist/foundation/iconography/svg/action/pets-round.svg.cjs +1 -1
  259. package/dist/foundation/iconography/svg/action/pets-round.svg.js +1 -1
  260. package/dist/foundation/iconography/svg/action/pets-sharp.svg.cjs +1 -1
  261. package/dist/foundation/iconography/svg/action/pets-sharp.svg.js +1 -1
  262. package/dist/foundation/iconography/svg/action/play_circle-filled.svg.cjs +1 -1
  263. package/dist/foundation/iconography/svg/action/play_circle-filled.svg.js +1 -1
  264. package/dist/foundation/iconography/svg/action/play_circle-outlined.svg.cjs +1 -1
  265. package/dist/foundation/iconography/svg/action/play_circle-outlined.svg.js +1 -1
  266. package/dist/foundation/iconography/svg/action/play_circle-round.svg.cjs +1 -1
  267. package/dist/foundation/iconography/svg/action/play_circle-round.svg.js +1 -1
  268. package/dist/foundation/iconography/svg/action/play_circle-sharp.svg.cjs +1 -1
  269. package/dist/foundation/iconography/svg/action/play_circle-sharp.svg.js +1 -1
  270. package/dist/foundation/iconography/svg/action/print-filled.svg.cjs +1 -1
  271. package/dist/foundation/iconography/svg/action/print-filled.svg.js +1 -1
  272. package/dist/foundation/iconography/svg/action/print-outlined.svg.cjs +1 -1
  273. package/dist/foundation/iconography/svg/action/print-outlined.svg.js +1 -1
  274. package/dist/foundation/iconography/svg/action/print-round.svg.cjs +1 -1
  275. package/dist/foundation/iconography/svg/action/print-round.svg.js +1 -1
  276. package/dist/foundation/iconography/svg/action/print-sharp.svg.cjs +1 -1
  277. package/dist/foundation/iconography/svg/action/print-sharp.svg.js +1 -1
  278. package/dist/foundation/iconography/svg/action/query_stats-filled.svg.cjs +1 -1
  279. package/dist/foundation/iconography/svg/action/query_stats-filled.svg.js +1 -1
  280. package/dist/foundation/iconography/svg/action/query_stats-outlined.svg.cjs +1 -1
  281. package/dist/foundation/iconography/svg/action/query_stats-outlined.svg.js +1 -1
  282. package/dist/foundation/iconography/svg/action/query_stats-round.svg.cjs +1 -1
  283. package/dist/foundation/iconography/svg/action/query_stats-round.svg.js +1 -1
  284. package/dist/foundation/iconography/svg/action/query_stats-sharp.svg.cjs +1 -1
  285. package/dist/foundation/iconography/svg/action/query_stats-sharp.svg.js +1 -1
  286. package/dist/foundation/iconography/svg/action/savings-filled.svg.cjs +1 -1
  287. package/dist/foundation/iconography/svg/action/savings-filled.svg.js +1 -1
  288. package/dist/foundation/iconography/svg/action/savings-outlined.svg.cjs +1 -1
  289. package/dist/foundation/iconography/svg/action/savings-outlined.svg.js +1 -1
  290. package/dist/foundation/iconography/svg/action/savings-round.svg.cjs +1 -1
  291. package/dist/foundation/iconography/svg/action/savings-round.svg.js +1 -1
  292. package/dist/foundation/iconography/svg/action/savings-sharp.svg.cjs +1 -1
  293. package/dist/foundation/iconography/svg/action/savings-sharp.svg.js +1 -1
  294. package/dist/foundation/iconography/svg/action/schedule-filled.svg.cjs +1 -1
  295. package/dist/foundation/iconography/svg/action/schedule-filled.svg.js +1 -1
  296. package/dist/foundation/iconography/svg/action/schedule-outlined.svg.cjs +1 -1
  297. package/dist/foundation/iconography/svg/action/schedule-outlined.svg.js +1 -1
  298. package/dist/foundation/iconography/svg/action/schedule-round.svg.cjs +1 -1
  299. package/dist/foundation/iconography/svg/action/schedule-round.svg.js +1 -1
  300. package/dist/foundation/iconography/svg/action/schedule-sharp.svg.cjs +1 -1
  301. package/dist/foundation/iconography/svg/action/schedule-sharp.svg.js +1 -1
  302. package/dist/foundation/iconography/svg/action/settings-filled.svg.cjs +1 -1
  303. package/dist/foundation/iconography/svg/action/settings-filled.svg.js +1 -1
  304. package/dist/foundation/iconography/svg/action/settings-outlined.svg.cjs +1 -1
  305. package/dist/foundation/iconography/svg/action/settings-outlined.svg.js +1 -1
  306. package/dist/foundation/iconography/svg/action/settings-round.svg.cjs +1 -1
  307. package/dist/foundation/iconography/svg/action/settings-round.svg.js +1 -1
  308. package/dist/foundation/iconography/svg/action/settings-sharp.svg.cjs +1 -1
  309. package/dist/foundation/iconography/svg/action/settings-sharp.svg.js +1 -1
  310. package/dist/foundation/iconography/svg/action/shopping_cart-filled.svg.cjs +1 -1
  311. package/dist/foundation/iconography/svg/action/shopping_cart-filled.svg.js +1 -1
  312. package/dist/foundation/iconography/svg/action/shopping_cart-outlined.svg.cjs +1 -1
  313. package/dist/foundation/iconography/svg/action/shopping_cart-outlined.svg.js +1 -1
  314. package/dist/foundation/iconography/svg/action/shopping_cart-round.svg.cjs +1 -1
  315. package/dist/foundation/iconography/svg/action/shopping_cart-round.svg.js +1 -1
  316. package/dist/foundation/iconography/svg/action/shopping_cart-sharp.svg.cjs +1 -1
  317. package/dist/foundation/iconography/svg/action/shopping_cart-sharp.svg.js +1 -1
  318. package/dist/foundation/iconography/svg/action/signature-filled.svg.cjs +28 -0
  319. package/dist/foundation/iconography/svg/action/signature-filled.svg.js +10 -0
  320. package/dist/foundation/iconography/svg/action/signature-outlined.svg.cjs +28 -0
  321. package/dist/foundation/iconography/svg/action/signature-outlined.svg.js +10 -0
  322. package/dist/foundation/iconography/svg/action/signature-round.svg.cjs +28 -0
  323. package/dist/foundation/iconography/svg/action/signature-round.svg.js +10 -0
  324. package/dist/foundation/iconography/svg/action/signature-sharp.svg.cjs +28 -0
  325. package/dist/foundation/iconography/svg/action/signature-sharp.svg.js +10 -0
  326. package/dist/foundation/iconography/svg/action/sort-filled.svg.cjs +1 -1
  327. package/dist/foundation/iconography/svg/action/sort-filled.svg.js +1 -1
  328. package/dist/foundation/iconography/svg/action/sort-outlined.svg.cjs +1 -1
  329. package/dist/foundation/iconography/svg/action/sort-outlined.svg.js +1 -1
  330. package/dist/foundation/iconography/svg/action/sort-round.svg.cjs +1 -1
  331. package/dist/foundation/iconography/svg/action/sort-round.svg.js +1 -1
  332. package/dist/foundation/iconography/svg/action/sort-sharp.svg.cjs +1 -1
  333. package/dist/foundation/iconography/svg/action/sort-sharp.svg.js +1 -1
  334. package/dist/foundation/iconography/svg/action/speed-filled.svg.cjs +1 -1
  335. package/dist/foundation/iconography/svg/action/speed-filled.svg.js +1 -1
  336. package/dist/foundation/iconography/svg/action/speed-outlined.svg.cjs +1 -1
  337. package/dist/foundation/iconography/svg/action/speed-outlined.svg.js +1 -1
  338. package/dist/foundation/iconography/svg/action/speed-round.svg.cjs +1 -1
  339. package/dist/foundation/iconography/svg/action/speed-round.svg.js +1 -1
  340. package/dist/foundation/iconography/svg/action/speed-sharp.svg.cjs +1 -1
  341. package/dist/foundation/iconography/svg/action/speed-sharp.svg.js +1 -1
  342. package/dist/foundation/iconography/svg/action/trash-filled.svg.cjs +1 -1
  343. package/dist/foundation/iconography/svg/action/trash-filled.svg.js +1 -1
  344. package/dist/foundation/iconography/svg/action/trash-outlined.svg.cjs +1 -1
  345. package/dist/foundation/iconography/svg/action/trash-outlined.svg.js +1 -1
  346. package/dist/foundation/iconography/svg/action/trash-round.svg.cjs +1 -1
  347. package/dist/foundation/iconography/svg/action/trash-round.svg.js +1 -1
  348. package/dist/foundation/iconography/svg/action/trash-sharp.svg.cjs +1 -1
  349. package/dist/foundation/iconography/svg/action/trash-sharp.svg.js +1 -1
  350. package/dist/foundation/iconography/svg/action/tune-filled.svg.cjs +1 -1
  351. package/dist/foundation/iconography/svg/action/tune-filled.svg.js +1 -1
  352. package/dist/foundation/iconography/svg/action/tune-outlined.svg.cjs +1 -1
  353. package/dist/foundation/iconography/svg/action/tune-outlined.svg.js +1 -1
  354. package/dist/foundation/iconography/svg/action/tune-round.svg.cjs +1 -1
  355. package/dist/foundation/iconography/svg/action/tune-round.svg.js +1 -1
  356. package/dist/foundation/iconography/svg/action/tune-sharp.svg.cjs +1 -1
  357. package/dist/foundation/iconography/svg/action/tune-sharp.svg.js +1 -1
  358. package/dist/foundation/iconography/svg/action/verified-filled.svg.cjs +1 -1
  359. package/dist/foundation/iconography/svg/action/verified-filled.svg.js +1 -1
  360. package/dist/foundation/iconography/svg/action/verified-outlined.svg.cjs +1 -1
  361. package/dist/foundation/iconography/svg/action/verified-outlined.svg.js +1 -1
  362. package/dist/foundation/iconography/svg/action/verified-round.svg.cjs +1 -1
  363. package/dist/foundation/iconography/svg/action/verified-round.svg.js +1 -1
  364. package/dist/foundation/iconography/svg/action/verified-sharp.svg.cjs +1 -1
  365. package/dist/foundation/iconography/svg/action/verified-sharp.svg.js +1 -1
  366. package/dist/foundation/iconography/svg/action/visibility_off-filled.svg.cjs +1 -1
  367. package/dist/foundation/iconography/svg/action/visibility_off-filled.svg.js +1 -1
  368. package/dist/foundation/iconography/svg/action/visibility_off-outlined.svg.cjs +1 -1
  369. package/dist/foundation/iconography/svg/action/visibility_off-outlined.svg.js +1 -1
  370. package/dist/foundation/iconography/svg/action/visibility_off-round.svg.cjs +1 -1
  371. package/dist/foundation/iconography/svg/action/visibility_off-round.svg.js +1 -1
  372. package/dist/foundation/iconography/svg/action/visibility_off-sharp.svg.cjs +1 -1
  373. package/dist/foundation/iconography/svg/action/visibility_off-sharp.svg.js +1 -1
  374. package/dist/foundation/iconography/svg/action/visibility_on-filled.svg.cjs +1 -1
  375. package/dist/foundation/iconography/svg/action/visibility_on-filled.svg.js +1 -1
  376. package/dist/foundation/iconography/svg/action/visibility_on-outlined.svg.cjs +1 -1
  377. package/dist/foundation/iconography/svg/action/visibility_on-outlined.svg.js +1 -1
  378. package/dist/foundation/iconography/svg/action/visibility_on-round.svg.cjs +1 -1
  379. package/dist/foundation/iconography/svg/action/visibility_on-round.svg.js +1 -1
  380. package/dist/foundation/iconography/svg/action/visibility_on-sharp.svg.cjs +1 -1
  381. package/dist/foundation/iconography/svg/action/visibility_on-sharp.svg.js +1 -1
  382. package/dist/foundation/iconography/svg/communication/call-filled.svg.cjs +1 -1
  383. package/dist/foundation/iconography/svg/communication/call-filled.svg.js +1 -1
  384. package/dist/foundation/iconography/svg/communication/call-outlined.svg.cjs +1 -1
  385. package/dist/foundation/iconography/svg/communication/call-outlined.svg.js +1 -1
  386. package/dist/foundation/iconography/svg/communication/call-round.svg.cjs +1 -1
  387. package/dist/foundation/iconography/svg/communication/call-round.svg.js +1 -1
  388. package/dist/foundation/iconography/svg/communication/call-sharp.svg.cjs +1 -1
  389. package/dist/foundation/iconography/svg/communication/call-sharp.svg.js +1 -1
  390. package/dist/foundation/iconography/svg/communication/chat-filled.svg.cjs +1 -1
  391. package/dist/foundation/iconography/svg/communication/chat-filled.svg.js +1 -1
  392. package/dist/foundation/iconography/svg/communication/chat-outlined.svg.cjs +1 -1
  393. package/dist/foundation/iconography/svg/communication/chat-outlined.svg.js +1 -1
  394. package/dist/foundation/iconography/svg/communication/chat-round.svg.cjs +1 -1
  395. package/dist/foundation/iconography/svg/communication/chat-round.svg.js +1 -1
  396. package/dist/foundation/iconography/svg/communication/chat-sharp.svg.cjs +1 -1
  397. package/dist/foundation/iconography/svg/communication/chat-sharp.svg.js +1 -1
  398. package/dist/foundation/iconography/svg/content/add-filled.svg.cjs +1 -1
  399. package/dist/foundation/iconography/svg/content/add-filled.svg.js +1 -1
  400. package/dist/foundation/iconography/svg/content/add-outlined.svg.cjs +1 -1
  401. package/dist/foundation/iconography/svg/content/add-outlined.svg.js +1 -1
  402. package/dist/foundation/iconography/svg/content/add-round.svg.cjs +1 -1
  403. package/dist/foundation/iconography/svg/content/add-round.svg.js +1 -1
  404. package/dist/foundation/iconography/svg/content/add-sharp.svg.cjs +1 -1
  405. package/dist/foundation/iconography/svg/content/add-sharp.svg.js +1 -1
  406. package/dist/foundation/iconography/svg/content/auto-filled.svg.cjs +1 -1
  407. package/dist/foundation/iconography/svg/content/auto-filled.svg.js +1 -1
  408. package/dist/foundation/iconography/svg/content/auto-outlined.svg.cjs +1 -1
  409. package/dist/foundation/iconography/svg/content/auto-outlined.svg.js +1 -1
  410. package/dist/foundation/iconography/svg/content/auto-round.svg.cjs +1 -1
  411. package/dist/foundation/iconography/svg/content/auto-round.svg.js +1 -1
  412. package/dist/foundation/iconography/svg/content/auto-sharp.svg.cjs +1 -1
  413. package/dist/foundation/iconography/svg/content/auto-sharp.svg.js +1 -1
  414. package/dist/foundation/iconography/svg/content/backspace-filled.svg.cjs +1 -1
  415. package/dist/foundation/iconography/svg/content/backspace-filled.svg.js +1 -1
  416. package/dist/foundation/iconography/svg/content/backspace-outlined.svg.cjs +1 -1
  417. package/dist/foundation/iconography/svg/content/backspace-outlined.svg.js +1 -1
  418. package/dist/foundation/iconography/svg/content/backspace-round.svg.cjs +1 -1
  419. package/dist/foundation/iconography/svg/content/backspace-round.svg.js +1 -1
  420. package/dist/foundation/iconography/svg/content/backspace-sharp.svg.cjs +1 -1
  421. package/dist/foundation/iconography/svg/content/backspace-sharp.svg.js +1 -1
  422. package/dist/foundation/iconography/svg/content/clear-filled.svg.cjs +1 -1
  423. package/dist/foundation/iconography/svg/content/clear-filled.svg.js +1 -1
  424. package/dist/foundation/iconography/svg/content/clear-outlined.svg.cjs +1 -1
  425. package/dist/foundation/iconography/svg/content/clear-outlined.svg.js +1 -1
  426. package/dist/foundation/iconography/svg/content/clear-round.svg.cjs +1 -1
  427. package/dist/foundation/iconography/svg/content/clear-round.svg.js +1 -1
  428. package/dist/foundation/iconography/svg/content/clear-sharp.svg.cjs +1 -1
  429. package/dist/foundation/iconography/svg/content/clear-sharp.svg.js +1 -1
  430. package/dist/foundation/iconography/svg/content/mail-filled.svg.cjs +1 -1
  431. package/dist/foundation/iconography/svg/content/mail-filled.svg.js +1 -1
  432. package/dist/foundation/iconography/svg/content/mail-outlined.svg.cjs +1 -1
  433. package/dist/foundation/iconography/svg/content/mail-outlined.svg.js +1 -1
  434. package/dist/foundation/iconography/svg/content/mail-round.svg.cjs +1 -1
  435. package/dist/foundation/iconography/svg/content/mail-round.svg.js +1 -1
  436. package/dist/foundation/iconography/svg/content/mail-sharp.svg.cjs +1 -1
  437. package/dist/foundation/iconography/svg/content/mail-sharp.svg.js +1 -1
  438. package/dist/foundation/iconography/svg/content/manage_account-filled.svg.cjs +1 -1
  439. package/dist/foundation/iconography/svg/content/manage_account-filled.svg.js +1 -1
  440. package/dist/foundation/iconography/svg/content/manage_account-outlined.svg.cjs +1 -1
  441. package/dist/foundation/iconography/svg/content/manage_account-outlined.svg.js +1 -1
  442. package/dist/foundation/iconography/svg/content/manage_account-round.svg.cjs +1 -1
  443. package/dist/foundation/iconography/svg/content/manage_account-round.svg.js +1 -1
  444. package/dist/foundation/iconography/svg/content/manage_account-sharp.svg.cjs +1 -1
  445. package/dist/foundation/iconography/svg/content/manage_account-sharp.svg.js +1 -1
  446. package/dist/foundation/iconography/svg/content/person-filled.svg.cjs +1 -1
  447. package/dist/foundation/iconography/svg/content/person-filled.svg.js +1 -1
  448. package/dist/foundation/iconography/svg/content/person-outlined.svg.cjs +1 -1
  449. package/dist/foundation/iconography/svg/content/person-outlined.svg.js +1 -1
  450. package/dist/foundation/iconography/svg/content/person-round.svg.cjs +1 -1
  451. package/dist/foundation/iconography/svg/content/person-round.svg.js +1 -1
  452. package/dist/foundation/iconography/svg/content/person-sharp.svg.cjs +1 -1
  453. package/dist/foundation/iconography/svg/content/person-sharp.svg.js +1 -1
  454. package/dist/foundation/iconography/svg/content/remove-filled.svg.cjs +1 -1
  455. package/dist/foundation/iconography/svg/content/remove-filled.svg.js +1 -1
  456. package/dist/foundation/iconography/svg/content/remove-outlined.svg.cjs +1 -1
  457. package/dist/foundation/iconography/svg/content/remove-outlined.svg.js +1 -1
  458. package/dist/foundation/iconography/svg/content/remove-round.svg.cjs +1 -1
  459. package/dist/foundation/iconography/svg/content/remove-round.svg.js +1 -1
  460. package/dist/foundation/iconography/svg/content/remove-sharp.svg.cjs +1 -1
  461. package/dist/foundation/iconography/svg/content/remove-sharp.svg.js +1 -1
  462. package/dist/foundation/iconography/svg/content/send-filled.svg.cjs +1 -1
  463. package/dist/foundation/iconography/svg/content/send-filled.svg.js +1 -1
  464. package/dist/foundation/iconography/svg/content/send-outlined.svg.cjs +1 -1
  465. package/dist/foundation/iconography/svg/content/send-outlined.svg.js +1 -1
  466. package/dist/foundation/iconography/svg/content/send-round.svg.cjs +1 -1
  467. package/dist/foundation/iconography/svg/content/send-round.svg.js +1 -1
  468. package/dist/foundation/iconography/svg/content/send-sharp.svg.cjs +1 -1
  469. package/dist/foundation/iconography/svg/content/send-sharp.svg.js +1 -1
  470. package/dist/foundation/iconography/svg/content/work-filled.svg.cjs +1 -1
  471. package/dist/foundation/iconography/svg/content/work-filled.svg.js +1 -1
  472. package/dist/foundation/iconography/svg/content/work-outlined.svg.cjs +1 -1
  473. package/dist/foundation/iconography/svg/content/work-outlined.svg.js +1 -1
  474. package/dist/foundation/iconography/svg/content/work-round.svg.cjs +1 -1
  475. package/dist/foundation/iconography/svg/content/work-round.svg.js +1 -1
  476. package/dist/foundation/iconography/svg/content/work-sharp.svg.cjs +1 -1
  477. package/dist/foundation/iconography/svg/content/work-sharp.svg.js +1 -1
  478. package/dist/foundation/iconography/svg/device/task-filled.svg.cjs +1 -1
  479. package/dist/foundation/iconography/svg/device/task-filled.svg.js +1 -1
  480. package/dist/foundation/iconography/svg/device/task-outlined.svg.cjs +1 -1
  481. package/dist/foundation/iconography/svg/device/task-outlined.svg.js +1 -1
  482. package/dist/foundation/iconography/svg/device/task-round.svg.cjs +1 -1
  483. package/dist/foundation/iconography/svg/device/task-round.svg.js +1 -1
  484. package/dist/foundation/iconography/svg/device/task-sharp.svg.cjs +1 -1
  485. package/dist/foundation/iconography/svg/device/task-sharp.svg.js +1 -1
  486. package/dist/foundation/iconography/svg/file/archive-filled.svg.cjs +1 -1
  487. package/dist/foundation/iconography/svg/file/archive-filled.svg.js +1 -1
  488. package/dist/foundation/iconography/svg/file/archive-outlined.svg.cjs +1 -1
  489. package/dist/foundation/iconography/svg/file/archive-outlined.svg.js +1 -1
  490. package/dist/foundation/iconography/svg/file/archive-round.svg.cjs +1 -1
  491. package/dist/foundation/iconography/svg/file/archive-round.svg.js +1 -1
  492. package/dist/foundation/iconography/svg/file/archive-sharp.svg.cjs +1 -1
  493. package/dist/foundation/iconography/svg/file/archive-sharp.svg.js +1 -1
  494. package/dist/foundation/iconography/svg/file/file_copy-filled.svg.cjs +1 -1
  495. package/dist/foundation/iconography/svg/file/file_copy-filled.svg.js +1 -1
  496. package/dist/foundation/iconography/svg/file/file_copy-outlined.svg.cjs +1 -1
  497. package/dist/foundation/iconography/svg/file/file_copy-outlined.svg.js +1 -1
  498. package/dist/foundation/iconography/svg/file/file_copy-round.svg.cjs +1 -1
  499. package/dist/foundation/iconography/svg/file/file_copy-round.svg.js +1 -1
  500. package/dist/foundation/iconography/svg/file/file_copy-sharp.svg.cjs +1 -1
  501. package/dist/foundation/iconography/svg/file/file_copy-sharp.svg.js +1 -1
  502. package/dist/foundation/iconography/svg/file/file_download-filled.svg.cjs +1 -1
  503. package/dist/foundation/iconography/svg/file/file_download-filled.svg.js +1 -1
  504. package/dist/foundation/iconography/svg/file/file_download-outlined.svg.cjs +1 -1
  505. package/dist/foundation/iconography/svg/file/file_download-outlined.svg.js +1 -1
  506. package/dist/foundation/iconography/svg/file/file_download-round.svg.cjs +1 -1
  507. package/dist/foundation/iconography/svg/file/file_download-round.svg.js +1 -1
  508. package/dist/foundation/iconography/svg/file/file_download-sharp.svg.cjs +1 -1
  509. package/dist/foundation/iconography/svg/file/file_download-sharp.svg.js +1 -1
  510. package/dist/foundation/iconography/svg/file/file_download_off-filled.svg.cjs +28 -0
  511. package/dist/foundation/iconography/svg/file/file_download_off-filled.svg.js +10 -0
  512. package/dist/foundation/iconography/svg/file/file_download_off-outlined.svg.cjs +28 -0
  513. package/dist/foundation/iconography/svg/file/file_download_off-outlined.svg.js +10 -0
  514. package/dist/foundation/iconography/svg/file/file_download_off-round.svg.cjs +28 -0
  515. package/dist/foundation/iconography/svg/file/file_download_off-round.svg.js +10 -0
  516. package/dist/foundation/iconography/svg/file/file_download_off-sharp.svg.cjs +28 -0
  517. package/dist/foundation/iconography/svg/file/file_download_off-sharp.svg.js +10 -0
  518. package/dist/foundation/iconography/svg/{toggle/star_outline-sharp.svg.cjs → file/file_open-filled.svg.cjs} +3 -3
  519. package/dist/foundation/iconography/svg/file/file_open-filled.svg.js +10 -0
  520. package/dist/foundation/iconography/svg/{toggle/star_outline-filled.svg.cjs → file/file_open-outlined.svg.cjs} +3 -3
  521. package/dist/foundation/iconography/svg/file/file_open-outlined.svg.js +10 -0
  522. package/dist/foundation/iconography/svg/file/file_open-round.svg.cjs +28 -0
  523. package/dist/foundation/iconography/svg/file/file_open-round.svg.js +10 -0
  524. package/dist/foundation/iconography/svg/{toggle/star_outline-outlined.svg.cjs → file/file_open-sharp.svg.cjs} +3 -3
  525. package/dist/foundation/iconography/svg/file/file_open-sharp.svg.js +10 -0
  526. package/dist/foundation/iconography/svg/file/file_upload-filled.svg.cjs +1 -1
  527. package/dist/foundation/iconography/svg/file/file_upload-filled.svg.js +1 -1
  528. package/dist/foundation/iconography/svg/file/file_upload-outlined.svg.cjs +1 -1
  529. package/dist/foundation/iconography/svg/file/file_upload-outlined.svg.js +1 -1
  530. package/dist/foundation/iconography/svg/file/file_upload-round.svg.cjs +1 -1
  531. package/dist/foundation/iconography/svg/file/file_upload-round.svg.js +1 -1
  532. package/dist/foundation/iconography/svg/file/file_upload-sharp.svg.cjs +1 -1
  533. package/dist/foundation/iconography/svg/file/file_upload-sharp.svg.js +1 -1
  534. package/dist/foundation/iconography/svg/file/index.cjs +22 -0
  535. package/dist/foundation/iconography/svg/file/index.d.ts +52 -0
  536. package/dist/foundation/iconography/svg/file/index.d.ts.map +1 -1
  537. package/dist/foundation/iconography/svg/file/index.js +22 -0
  538. package/dist/foundation/iconography/svg/file/unarchive-filled.svg.cjs +1 -1
  539. package/dist/foundation/iconography/svg/file/unarchive-filled.svg.js +1 -1
  540. package/dist/foundation/iconography/svg/file/unarchive-outlined.svg.cjs +1 -1
  541. package/dist/foundation/iconography/svg/file/unarchive-outlined.svg.js +1 -1
  542. package/dist/foundation/iconography/svg/file/unarchive-round.svg.cjs +1 -1
  543. package/dist/foundation/iconography/svg/file/unarchive-round.svg.js +1 -1
  544. package/dist/foundation/iconography/svg/file/unarchive-sharp.svg.cjs +1 -1
  545. package/dist/foundation/iconography/svg/file/unarchive-sharp.svg.js +1 -1
  546. package/dist/foundation/iconography/svg/map/ev_station-filled.svg.cjs +1 -1
  547. package/dist/foundation/iconography/svg/map/ev_station-filled.svg.js +1 -1
  548. package/dist/foundation/iconography/svg/map/ev_station-outlined.svg.cjs +1 -1
  549. package/dist/foundation/iconography/svg/map/ev_station-outlined.svg.js +1 -1
  550. package/dist/foundation/iconography/svg/map/ev_station-round.svg.cjs +1 -1
  551. package/dist/foundation/iconography/svg/map/ev_station-round.svg.js +1 -1
  552. package/dist/foundation/iconography/svg/map/ev_station-sharp.svg.cjs +1 -1
  553. package/dist/foundation/iconography/svg/map/ev_station-sharp.svg.js +1 -1
  554. package/dist/foundation/iconography/svg/map/forest-filled.svg.cjs +1 -1
  555. package/dist/foundation/iconography/svg/map/forest-filled.svg.js +1 -1
  556. package/dist/foundation/iconography/svg/map/forest-outlined.svg.cjs +1 -1
  557. package/dist/foundation/iconography/svg/map/forest-outlined.svg.js +1 -1
  558. package/dist/foundation/iconography/svg/map/forest-round.svg.cjs +1 -1
  559. package/dist/foundation/iconography/svg/map/forest-round.svg.js +1 -1
  560. package/dist/foundation/iconography/svg/map/forest-sharp.svg.cjs +1 -1
  561. package/dist/foundation/iconography/svg/map/forest-sharp.svg.js +1 -1
  562. package/dist/foundation/iconography/svg/map/gas_station-filled.svg.cjs +1 -1
  563. package/dist/foundation/iconography/svg/map/gas_station-filled.svg.js +1 -1
  564. package/dist/foundation/iconography/svg/map/gas_station-outlined.svg.cjs +1 -1
  565. package/dist/foundation/iconography/svg/map/gas_station-outlined.svg.js +1 -1
  566. package/dist/foundation/iconography/svg/map/gas_station-round.svg.cjs +1 -1
  567. package/dist/foundation/iconography/svg/map/gas_station-round.svg.js +1 -1
  568. package/dist/foundation/iconography/svg/map/gas_station-sharp.svg.cjs +1 -1
  569. package/dist/foundation/iconography/svg/map/gas_station-sharp.svg.js +1 -1
  570. package/dist/foundation/iconography/svg/map/location-filled.svg.cjs +1 -1
  571. package/dist/foundation/iconography/svg/map/location-filled.svg.js +1 -1
  572. package/dist/foundation/iconography/svg/map/location-outlined.svg.cjs +1 -1
  573. package/dist/foundation/iconography/svg/map/location-outlined.svg.js +1 -1
  574. package/dist/foundation/iconography/svg/map/location-round.svg.cjs +1 -1
  575. package/dist/foundation/iconography/svg/map/location-round.svg.js +1 -1
  576. package/dist/foundation/iconography/svg/map/location-sharp.svg.cjs +1 -1
  577. package/dist/foundation/iconography/svg/map/location-sharp.svg.js +1 -1
  578. package/dist/foundation/iconography/svg/map/route-filled.svg.cjs +1 -1
  579. package/dist/foundation/iconography/svg/map/route-filled.svg.js +1 -1
  580. package/dist/foundation/iconography/svg/map/route-outlined.svg.cjs +1 -1
  581. package/dist/foundation/iconography/svg/map/route-outlined.svg.js +1 -1
  582. package/dist/foundation/iconography/svg/map/route-round.svg.cjs +1 -1
  583. package/dist/foundation/iconography/svg/map/route-round.svg.js +1 -1
  584. package/dist/foundation/iconography/svg/map/route-sharp.svg.cjs +1 -1
  585. package/dist/foundation/iconography/svg/map/route-sharp.svg.js +1 -1
  586. package/dist/foundation/iconography/svg/navigation/arrow_backward-filled.svg.cjs +1 -1
  587. package/dist/foundation/iconography/svg/navigation/arrow_backward-filled.svg.js +1 -1
  588. package/dist/foundation/iconography/svg/navigation/arrow_backward-outlined.svg.cjs +1 -1
  589. package/dist/foundation/iconography/svg/navigation/arrow_backward-outlined.svg.js +1 -1
  590. package/dist/foundation/iconography/svg/navigation/arrow_backward-round.svg.cjs +1 -1
  591. package/dist/foundation/iconography/svg/navigation/arrow_backward-round.svg.js +1 -1
  592. package/dist/foundation/iconography/svg/navigation/arrow_backward-sharp.svg.cjs +1 -1
  593. package/dist/foundation/iconography/svg/navigation/arrow_backward-sharp.svg.js +1 -1
  594. package/dist/foundation/iconography/svg/navigation/arrow_downward-filled.svg.cjs +1 -1
  595. package/dist/foundation/iconography/svg/navigation/arrow_downward-filled.svg.js +1 -1
  596. package/dist/foundation/iconography/svg/navigation/arrow_downward-outlined.svg.cjs +1 -1
  597. package/dist/foundation/iconography/svg/navigation/arrow_downward-outlined.svg.js +1 -1
  598. package/dist/foundation/iconography/svg/navigation/arrow_downward-round.svg.cjs +1 -1
  599. package/dist/foundation/iconography/svg/navigation/arrow_downward-round.svg.js +1 -1
  600. package/dist/foundation/iconography/svg/navigation/arrow_downward-sharp.svg.cjs +1 -1
  601. package/dist/foundation/iconography/svg/navigation/arrow_downward-sharp.svg.js +1 -1
  602. package/dist/foundation/iconography/svg/navigation/arrow_forward-filled.svg.cjs +1 -1
  603. package/dist/foundation/iconography/svg/navigation/arrow_forward-filled.svg.js +1 -1
  604. package/dist/foundation/iconography/svg/navigation/arrow_forward-outlined.svg.cjs +1 -1
  605. package/dist/foundation/iconography/svg/navigation/arrow_forward-outlined.svg.js +1 -1
  606. package/dist/foundation/iconography/svg/navigation/arrow_forward-round.svg.cjs +1 -1
  607. package/dist/foundation/iconography/svg/navigation/arrow_forward-round.svg.js +1 -1
  608. package/dist/foundation/iconography/svg/navigation/arrow_forward-sharp.svg.cjs +1 -1
  609. package/dist/foundation/iconography/svg/navigation/arrow_forward-sharp.svg.js +1 -1
  610. package/dist/foundation/iconography/svg/navigation/arrow_upward-filled.svg.cjs +1 -1
  611. package/dist/foundation/iconography/svg/navigation/arrow_upward-filled.svg.js +1 -1
  612. package/dist/foundation/iconography/svg/navigation/arrow_upward-outlined.svg.cjs +1 -1
  613. package/dist/foundation/iconography/svg/navigation/arrow_upward-outlined.svg.js +1 -1
  614. package/dist/foundation/iconography/svg/navigation/arrow_upward-round.svg.cjs +1 -1
  615. package/dist/foundation/iconography/svg/navigation/arrow_upward-round.svg.js +1 -1
  616. package/dist/foundation/iconography/svg/navigation/arrow_upward-sharp.svg.cjs +1 -1
  617. package/dist/foundation/iconography/svg/navigation/arrow_upward-sharp.svg.js +1 -1
  618. package/dist/foundation/iconography/svg/navigation/check-filled.svg.cjs +1 -1
  619. package/dist/foundation/iconography/svg/navigation/check-filled.svg.js +1 -1
  620. package/dist/foundation/iconography/svg/navigation/check-outlined.svg.cjs +1 -1
  621. package/dist/foundation/iconography/svg/navigation/check-outlined.svg.js +1 -1
  622. package/dist/foundation/iconography/svg/navigation/check-round.svg.cjs +1 -1
  623. package/dist/foundation/iconography/svg/navigation/check-round.svg.js +1 -1
  624. package/dist/foundation/iconography/svg/navigation/check-sharp.svg.cjs +1 -1
  625. package/dist/foundation/iconography/svg/navigation/check-sharp.svg.js +1 -1
  626. package/dist/foundation/iconography/svg/navigation/chevron_left-filled.svg.cjs +1 -1
  627. package/dist/foundation/iconography/svg/navigation/chevron_left-filled.svg.js +1 -1
  628. package/dist/foundation/iconography/svg/navigation/chevron_left-outlined.svg.cjs +1 -1
  629. package/dist/foundation/iconography/svg/navigation/chevron_left-outlined.svg.js +1 -1
  630. package/dist/foundation/iconography/svg/navigation/chevron_left-round.svg.cjs +1 -1
  631. package/dist/foundation/iconography/svg/navigation/chevron_left-round.svg.js +1 -1
  632. package/dist/foundation/iconography/svg/navigation/chevron_left-sharp.svg.cjs +1 -1
  633. package/dist/foundation/iconography/svg/navigation/chevron_left-sharp.svg.js +1 -1
  634. package/dist/foundation/iconography/svg/navigation/chevron_right-filled.svg.cjs +1 -1
  635. package/dist/foundation/iconography/svg/navigation/chevron_right-filled.svg.js +1 -1
  636. package/dist/foundation/iconography/svg/navigation/chevron_right-outlined.svg.cjs +1 -1
  637. package/dist/foundation/iconography/svg/navigation/chevron_right-outlined.svg.js +1 -1
  638. package/dist/foundation/iconography/svg/navigation/chevron_right-round.svg.cjs +1 -1
  639. package/dist/foundation/iconography/svg/navigation/chevron_right-round.svg.js +1 -1
  640. package/dist/foundation/iconography/svg/navigation/chevron_right-sharp.svg.cjs +1 -1
  641. package/dist/foundation/iconography/svg/navigation/chevron_right-sharp.svg.js +1 -1
  642. package/dist/foundation/iconography/svg/navigation/close-filled.svg.cjs +1 -1
  643. package/dist/foundation/iconography/svg/navigation/close-filled.svg.js +1 -1
  644. package/dist/foundation/iconography/svg/navigation/close-outlined.svg.cjs +1 -1
  645. package/dist/foundation/iconography/svg/navigation/close-outlined.svg.js +1 -1
  646. package/dist/foundation/iconography/svg/navigation/close-round.svg.cjs +1 -1
  647. package/dist/foundation/iconography/svg/navigation/close-round.svg.js +1 -1
  648. package/dist/foundation/iconography/svg/navigation/close-sharp.svg.cjs +1 -1
  649. package/dist/foundation/iconography/svg/navigation/close-sharp.svg.js +1 -1
  650. package/dist/foundation/iconography/svg/navigation/expand_less-filled.svg.cjs +1 -1
  651. package/dist/foundation/iconography/svg/navigation/expand_less-filled.svg.js +1 -1
  652. package/dist/foundation/iconography/svg/navigation/expand_less-outlined.svg.cjs +1 -1
  653. package/dist/foundation/iconography/svg/navigation/expand_less-outlined.svg.js +1 -1
  654. package/dist/foundation/iconography/svg/navigation/expand_less-round.svg.cjs +1 -1
  655. package/dist/foundation/iconography/svg/navigation/expand_less-round.svg.js +1 -1
  656. package/dist/foundation/iconography/svg/navigation/expand_less-sharp.svg.cjs +1 -1
  657. package/dist/foundation/iconography/svg/navigation/expand_less-sharp.svg.js +1 -1
  658. package/dist/foundation/iconography/svg/navigation/expand_more-filled.svg.cjs +1 -1
  659. package/dist/foundation/iconography/svg/navigation/expand_more-filled.svg.js +1 -1
  660. package/dist/foundation/iconography/svg/navigation/expand_more-outlined.svg.cjs +1 -1
  661. package/dist/foundation/iconography/svg/navigation/expand_more-outlined.svg.js +1 -1
  662. package/dist/foundation/iconography/svg/navigation/expand_more-round.svg.cjs +1 -1
  663. package/dist/foundation/iconography/svg/navigation/expand_more-round.svg.js +1 -1
  664. package/dist/foundation/iconography/svg/navigation/expand_more-sharp.svg.cjs +1 -1
  665. package/dist/foundation/iconography/svg/navigation/expand_more-sharp.svg.js +1 -1
  666. package/dist/foundation/iconography/svg/navigation/external-filled.svg.cjs +1 -1
  667. package/dist/foundation/iconography/svg/navigation/external-filled.svg.js +1 -1
  668. package/dist/foundation/iconography/svg/navigation/external-outlined.svg.cjs +1 -1
  669. package/dist/foundation/iconography/svg/navigation/external-outlined.svg.js +1 -1
  670. package/dist/foundation/iconography/svg/navigation/external-round.svg.cjs +1 -1
  671. package/dist/foundation/iconography/svg/navigation/external-round.svg.js +1 -1
  672. package/dist/foundation/iconography/svg/navigation/external-sharp.svg.cjs +1 -1
  673. package/dist/foundation/iconography/svg/navigation/external-sharp.svg.js +1 -1
  674. package/dist/foundation/iconography/svg/navigation/menu-filled.svg.cjs +1 -1
  675. package/dist/foundation/iconography/svg/navigation/menu-filled.svg.js +1 -1
  676. package/dist/foundation/iconography/svg/navigation/menu-outlined.svg.cjs +1 -1
  677. package/dist/foundation/iconography/svg/navigation/menu-outlined.svg.js +1 -1
  678. package/dist/foundation/iconography/svg/navigation/menu-round.svg.cjs +1 -1
  679. package/dist/foundation/iconography/svg/navigation/menu-round.svg.js +1 -1
  680. package/dist/foundation/iconography/svg/navigation/menu-sharp.svg.cjs +1 -1
  681. package/dist/foundation/iconography/svg/navigation/menu-sharp.svg.js +1 -1
  682. package/dist/foundation/iconography/svg/navigation/more_horizontal-filled.svg.cjs +1 -1
  683. package/dist/foundation/iconography/svg/navigation/more_horizontal-filled.svg.js +1 -1
  684. package/dist/foundation/iconography/svg/navigation/more_horizontal-outlined.svg.cjs +1 -1
  685. package/dist/foundation/iconography/svg/navigation/more_horizontal-outlined.svg.js +1 -1
  686. package/dist/foundation/iconography/svg/navigation/more_horizontal-round.svg.cjs +1 -1
  687. package/dist/foundation/iconography/svg/navigation/more_horizontal-round.svg.js +1 -1
  688. package/dist/foundation/iconography/svg/navigation/more_horizontal-sharp.svg.cjs +1 -1
  689. package/dist/foundation/iconography/svg/navigation/more_horizontal-sharp.svg.js +1 -1
  690. package/dist/foundation/iconography/svg/navigation/more_vertical-filled.svg.cjs +1 -1
  691. package/dist/foundation/iconography/svg/navigation/more_vertical-filled.svg.js +1 -1
  692. package/dist/foundation/iconography/svg/navigation/more_vertical-outlined.svg.cjs +1 -1
  693. package/dist/foundation/iconography/svg/navigation/more_vertical-outlined.svg.js +1 -1
  694. package/dist/foundation/iconography/svg/navigation/more_vertical-round.svg.cjs +1 -1
  695. package/dist/foundation/iconography/svg/navigation/more_vertical-round.svg.js +1 -1
  696. package/dist/foundation/iconography/svg/navigation/more_vertical-sharp.svg.cjs +1 -1
  697. package/dist/foundation/iconography/svg/navigation/more_vertical-sharp.svg.js +1 -1
  698. package/dist/foundation/iconography/svg/navigation/open-filled.svg.cjs +1 -1
  699. package/dist/foundation/iconography/svg/navigation/open-filled.svg.js +1 -1
  700. package/dist/foundation/iconography/svg/navigation/open-outlined.svg.cjs +1 -1
  701. package/dist/foundation/iconography/svg/navigation/open-outlined.svg.js +1 -1
  702. package/dist/foundation/iconography/svg/navigation/open-round.svg.cjs +1 -1
  703. package/dist/foundation/iconography/svg/navigation/open-round.svg.js +1 -1
  704. package/dist/foundation/iconography/svg/navigation/open-sharp.svg.cjs +1 -1
  705. package/dist/foundation/iconography/svg/navigation/open-sharp.svg.js +1 -1
  706. package/dist/foundation/iconography/svg/navigation/refresh-filled.svg.cjs +1 -1
  707. package/dist/foundation/iconography/svg/navigation/refresh-filled.svg.js +1 -1
  708. package/dist/foundation/iconography/svg/navigation/refresh-outlined.svg.cjs +1 -1
  709. package/dist/foundation/iconography/svg/navigation/refresh-outlined.svg.js +1 -1
  710. package/dist/foundation/iconography/svg/navigation/refresh-round.svg.cjs +1 -1
  711. package/dist/foundation/iconography/svg/navigation/refresh-round.svg.js +1 -1
  712. package/dist/foundation/iconography/svg/navigation/refresh-sharp.svg.cjs +1 -1
  713. package/dist/foundation/iconography/svg/navigation/refresh-sharp.svg.js +1 -1
  714. package/dist/foundation/iconography/svg/navigation/spinner-filled.svg.cjs +1 -1
  715. package/dist/foundation/iconography/svg/navigation/spinner-filled.svg.js +1 -1
  716. package/dist/foundation/iconography/svg/navigation/spinner-outlined.svg.cjs +1 -1
  717. package/dist/foundation/iconography/svg/navigation/spinner-outlined.svg.js +1 -1
  718. package/dist/foundation/iconography/svg/navigation/spinner-round.svg.cjs +1 -1
  719. package/dist/foundation/iconography/svg/navigation/spinner-round.svg.js +1 -1
  720. package/dist/foundation/iconography/svg/navigation/spinner-sharp.svg.cjs +1 -1
  721. package/dist/foundation/iconography/svg/navigation/spinner-sharp.svg.js +1 -1
  722. package/dist/foundation/iconography/svg/navigation/unfold_less-filled.svg.cjs +1 -1
  723. package/dist/foundation/iconography/svg/navigation/unfold_less-filled.svg.js +1 -1
  724. package/dist/foundation/iconography/svg/navigation/unfold_less-outlined.svg.cjs +1 -1
  725. package/dist/foundation/iconography/svg/navigation/unfold_less-outlined.svg.js +1 -1
  726. package/dist/foundation/iconography/svg/navigation/unfold_less-round.svg.cjs +1 -1
  727. package/dist/foundation/iconography/svg/navigation/unfold_less-round.svg.js +1 -1
  728. package/dist/foundation/iconography/svg/navigation/unfold_less-sharp.svg.cjs +1 -1
  729. package/dist/foundation/iconography/svg/navigation/unfold_less-sharp.svg.js +1 -1
  730. package/dist/foundation/iconography/svg/navigation/unfold_more-filled.svg.cjs +1 -1
  731. package/dist/foundation/iconography/svg/navigation/unfold_more-filled.svg.js +1 -1
  732. package/dist/foundation/iconography/svg/navigation/unfold_more-outlined.svg.cjs +1 -1
  733. package/dist/foundation/iconography/svg/navigation/unfold_more-outlined.svg.js +1 -1
  734. package/dist/foundation/iconography/svg/navigation/unfold_more-round.svg.cjs +1 -1
  735. package/dist/foundation/iconography/svg/navigation/unfold_more-round.svg.js +1 -1
  736. package/dist/foundation/iconography/svg/navigation/unfold_more-sharp.svg.cjs +1 -1
  737. package/dist/foundation/iconography/svg/navigation/unfold_more-sharp.svg.js +1 -1
  738. package/dist/foundation/iconography/svg/notifications/event_note-filled.svg.cjs +1 -1
  739. package/dist/foundation/iconography/svg/notifications/event_note-filled.svg.js +1 -1
  740. package/dist/foundation/iconography/svg/notifications/event_note-outlined.svg.cjs +1 -1
  741. package/dist/foundation/iconography/svg/notifications/event_note-outlined.svg.js +1 -1
  742. package/dist/foundation/iconography/svg/notifications/event_note-round.svg.cjs +1 -1
  743. package/dist/foundation/iconography/svg/notifications/event_note-round.svg.js +1 -1
  744. package/dist/foundation/iconography/svg/notifications/event_note-sharp.svg.cjs +1 -1
  745. package/dist/foundation/iconography/svg/notifications/event_note-sharp.svg.js +1 -1
  746. package/dist/foundation/iconography/svg/notifications/live_tv-filled.svg.cjs +1 -1
  747. package/dist/foundation/iconography/svg/notifications/live_tv-filled.svg.js +1 -1
  748. package/dist/foundation/iconography/svg/notifications/live_tv-outlined.svg.cjs +1 -1
  749. package/dist/foundation/iconography/svg/notifications/live_tv-outlined.svg.js +1 -1
  750. package/dist/foundation/iconography/svg/notifications/live_tv-round.svg.cjs +1 -1
  751. package/dist/foundation/iconography/svg/notifications/live_tv-round.svg.js +1 -1
  752. package/dist/foundation/iconography/svg/notifications/live_tv-sharp.svg.cjs +1 -1
  753. package/dist/foundation/iconography/svg/notifications/live_tv-sharp.svg.js +1 -1
  754. package/dist/foundation/iconography/svg/notifications/wifi-filled.svg.cjs +1 -1
  755. package/dist/foundation/iconography/svg/notifications/wifi-filled.svg.js +1 -1
  756. package/dist/foundation/iconography/svg/notifications/wifi-outlined.svg.cjs +1 -1
  757. package/dist/foundation/iconography/svg/notifications/wifi-outlined.svg.js +1 -1
  758. package/dist/foundation/iconography/svg/notifications/wifi-round.svg.cjs +1 -1
  759. package/dist/foundation/iconography/svg/notifications/wifi-round.svg.js +1 -1
  760. package/dist/foundation/iconography/svg/notifications/wifi-sharp.svg.cjs +1 -1
  761. package/dist/foundation/iconography/svg/notifications/wifi-sharp.svg.js +1 -1
  762. package/dist/foundation/iconography/svg/search/coffee-filled.svg.cjs +1 -1
  763. package/dist/foundation/iconography/svg/search/coffee-filled.svg.js +1 -1
  764. package/dist/foundation/iconography/svg/search/coffee-outlined.svg.cjs +1 -1
  765. package/dist/foundation/iconography/svg/search/coffee-outlined.svg.js +1 -1
  766. package/dist/foundation/iconography/svg/search/coffee-round.svg.cjs +1 -1
  767. package/dist/foundation/iconography/svg/search/coffee-round.svg.js +1 -1
  768. package/dist/foundation/iconography/svg/search/coffee-sharp.svg.cjs +1 -1
  769. package/dist/foundation/iconography/svg/search/coffee-sharp.svg.js +1 -1
  770. package/dist/foundation/iconography/svg/search/index.cjs +11 -0
  771. package/dist/foundation/iconography/svg/search/index.d.ts +26 -0
  772. package/dist/foundation/iconography/svg/search/index.d.ts.map +1 -1
  773. package/dist/foundation/iconography/svg/search/index.js +12 -1
  774. package/dist/foundation/iconography/svg/{action → search}/search-filled.svg.cjs +1 -1
  775. package/dist/foundation/iconography/svg/search/search-filled.svg.js +10 -0
  776. package/dist/foundation/iconography/svg/{action → search}/search-outlined.svg.cjs +1 -1
  777. package/dist/foundation/iconography/svg/search/search-outlined.svg.js +10 -0
  778. package/dist/foundation/iconography/svg/{action → search}/search-round.svg.cjs +1 -1
  779. package/dist/foundation/iconography/svg/search/search-round.svg.js +10 -0
  780. package/dist/foundation/iconography/svg/{action → search}/search-sharp.svg.cjs +1 -1
  781. package/dist/foundation/iconography/svg/search/search-sharp.svg.js +10 -0
  782. package/dist/foundation/iconography/svg/social/sentiment_dissatisfied-filled.svg.cjs +1 -1
  783. package/dist/foundation/iconography/svg/social/sentiment_dissatisfied-filled.svg.js +1 -1
  784. package/dist/foundation/iconography/svg/social/sentiment_dissatisfied-outlined.svg.cjs +1 -1
  785. package/dist/foundation/iconography/svg/social/sentiment_dissatisfied-outlined.svg.js +1 -1
  786. package/dist/foundation/iconography/svg/social/sentiment_dissatisfied-round.svg.cjs +1 -1
  787. package/dist/foundation/iconography/svg/social/sentiment_dissatisfied-round.svg.js +1 -1
  788. package/dist/foundation/iconography/svg/social/sentiment_dissatisfied-sharp.svg.cjs +1 -1
  789. package/dist/foundation/iconography/svg/social/sentiment_dissatisfied-sharp.svg.js +1 -1
  790. package/dist/foundation/iconography/svg/social/sentiment_neutral-filled.svg.cjs +1 -1
  791. package/dist/foundation/iconography/svg/social/sentiment_neutral-filled.svg.js +1 -1
  792. package/dist/foundation/iconography/svg/social/sentiment_neutral-outlined.svg.cjs +1 -1
  793. package/dist/foundation/iconography/svg/social/sentiment_neutral-outlined.svg.js +1 -1
  794. package/dist/foundation/iconography/svg/social/sentiment_neutral-round.svg.cjs +1 -1
  795. package/dist/foundation/iconography/svg/social/sentiment_neutral-round.svg.js +1 -1
  796. package/dist/foundation/iconography/svg/social/sentiment_neutral-sharp.svg.cjs +1 -1
  797. package/dist/foundation/iconography/svg/social/sentiment_neutral-sharp.svg.js +1 -1
  798. package/dist/foundation/iconography/svg/social/sentiment_satisfied-filled.svg.cjs +1 -1
  799. package/dist/foundation/iconography/svg/social/sentiment_satisfied-filled.svg.js +1 -1
  800. package/dist/foundation/iconography/svg/social/sentiment_satisfied-outlined.svg.cjs +1 -1
  801. package/dist/foundation/iconography/svg/social/sentiment_satisfied-outlined.svg.js +1 -1
  802. package/dist/foundation/iconography/svg/social/sentiment_satisfied-round.svg.cjs +1 -1
  803. package/dist/foundation/iconography/svg/social/sentiment_satisfied-round.svg.js +1 -1
  804. package/dist/foundation/iconography/svg/social/sentiment_satisfied-sharp.svg.cjs +1 -1
  805. package/dist/foundation/iconography/svg/social/sentiment_satisfied-sharp.svg.js +1 -1
  806. package/dist/foundation/iconography/svg/social/sentiment_very_dissatisfied-filled.svg.cjs +1 -1
  807. package/dist/foundation/iconography/svg/social/sentiment_very_dissatisfied-filled.svg.js +1 -1
  808. package/dist/foundation/iconography/svg/social/sentiment_very_dissatisfied-outlined.svg.cjs +1 -1
  809. package/dist/foundation/iconography/svg/social/sentiment_very_dissatisfied-outlined.svg.js +1 -1
  810. package/dist/foundation/iconography/svg/social/sentiment_very_dissatisfied-round.svg.cjs +1 -1
  811. package/dist/foundation/iconography/svg/social/sentiment_very_dissatisfied-round.svg.js +1 -1
  812. package/dist/foundation/iconography/svg/social/sentiment_very_dissatisfied-sharp.svg.cjs +1 -1
  813. package/dist/foundation/iconography/svg/social/sentiment_very_dissatisfied-sharp.svg.js +1 -1
  814. package/dist/foundation/iconography/svg/social/sentiment_very_satisfied-filled.svg.cjs +1 -1
  815. package/dist/foundation/iconography/svg/social/sentiment_very_satisfied-filled.svg.js +1 -1
  816. package/dist/foundation/iconography/svg/social/sentiment_very_satisfied-outlined.svg.cjs +1 -1
  817. package/dist/foundation/iconography/svg/social/sentiment_very_satisfied-outlined.svg.js +1 -1
  818. package/dist/foundation/iconography/svg/social/sentiment_very_satisfied-round.svg.cjs +1 -1
  819. package/dist/foundation/iconography/svg/social/sentiment_very_satisfied-round.svg.js +1 -1
  820. package/dist/foundation/iconography/svg/social/sentiment_very_satisfied-sharp.svg.cjs +1 -1
  821. package/dist/foundation/iconography/svg/social/sentiment_very_satisfied-sharp.svg.js +1 -1
  822. package/dist/foundation/iconography/svg/toggle/favorite-filled.svg.cjs +1 -1
  823. package/dist/foundation/iconography/svg/toggle/favorite-filled.svg.js +1 -1
  824. package/dist/foundation/iconography/svg/toggle/favorite-outlined.svg.cjs +1 -1
  825. package/dist/foundation/iconography/svg/toggle/favorite-outlined.svg.js +1 -1
  826. package/dist/foundation/iconography/svg/toggle/favorite-round.svg.cjs +1 -1
  827. package/dist/foundation/iconography/svg/toggle/favorite-round.svg.js +1 -1
  828. package/dist/foundation/iconography/svg/toggle/favorite-sharp.svg.cjs +1 -1
  829. package/dist/foundation/iconography/svg/toggle/favorite-sharp.svg.js +1 -1
  830. package/dist/foundation/iconography/svg/toggle/index.cjs +0 -22
  831. package/dist/foundation/iconography/svg/toggle/index.d.ts +0 -52
  832. package/dist/foundation/iconography/svg/toggle/index.d.ts.map +1 -1
  833. package/dist/foundation/iconography/svg/toggle/index.js +1 -23
  834. package/dist/foundation/iconography/svg/toggle/star-filled.svg.cjs +1 -1
  835. package/dist/foundation/iconography/svg/toggle/star-filled.svg.js +1 -1
  836. package/dist/foundation/iconography/svg/toggle/star-outlined.svg.cjs +1 -1
  837. package/dist/foundation/iconography/svg/toggle/star-outlined.svg.js +1 -1
  838. package/dist/foundation/iconography/svg/toggle/star-round.svg.cjs +1 -1
  839. package/dist/foundation/iconography/svg/toggle/star-round.svg.js +1 -1
  840. package/dist/foundation/iconography/svg/toggle/star-sharp.svg.cjs +1 -1
  841. package/dist/foundation/iconography/svg/toggle/star-sharp.svg.js +1 -1
  842. package/dist/foundation/iconography/svg/validation/error-filled.svg.cjs +1 -1
  843. package/dist/foundation/iconography/svg/validation/error-filled.svg.js +1 -1
  844. package/dist/foundation/iconography/svg/validation/error-outlined.svg.cjs +1 -1
  845. package/dist/foundation/iconography/svg/validation/error-outlined.svg.js +1 -1
  846. package/dist/foundation/iconography/svg/validation/error-round.svg.cjs +1 -1
  847. package/dist/foundation/iconography/svg/validation/error-round.svg.js +1 -1
  848. package/dist/foundation/iconography/svg/validation/error-sharp.svg.cjs +1 -1
  849. package/dist/foundation/iconography/svg/validation/error-sharp.svg.js +1 -1
  850. package/dist/foundation/iconography/svg/validation/help-filled.svg.cjs +1 -1
  851. package/dist/foundation/iconography/svg/validation/help-filled.svg.js +1 -1
  852. package/dist/foundation/iconography/svg/validation/help-outlined.svg.cjs +1 -1
  853. package/dist/foundation/iconography/svg/validation/help-outlined.svg.js +1 -1
  854. package/dist/foundation/iconography/svg/validation/help-round.svg.cjs +1 -1
  855. package/dist/foundation/iconography/svg/validation/help-round.svg.js +1 -1
  856. package/dist/foundation/iconography/svg/validation/help-sharp.svg.cjs +1 -1
  857. package/dist/foundation/iconography/svg/validation/help-sharp.svg.js +1 -1
  858. package/dist/foundation/iconography/svg/validation/info-filled.svg.cjs +1 -1
  859. package/dist/foundation/iconography/svg/validation/info-filled.svg.js +1 -1
  860. package/dist/foundation/iconography/svg/validation/info-outlined.svg.cjs +1 -1
  861. package/dist/foundation/iconography/svg/validation/info-outlined.svg.js +1 -1
  862. package/dist/foundation/iconography/svg/validation/info-round.svg.cjs +1 -1
  863. package/dist/foundation/iconography/svg/validation/info-round.svg.js +1 -1
  864. package/dist/foundation/iconography/svg/validation/info-sharp.svg.cjs +1 -1
  865. package/dist/foundation/iconography/svg/validation/info-sharp.svg.js +1 -1
  866. package/dist/foundation/iconography/svg/validation/success-filled.svg.cjs +1 -1
  867. package/dist/foundation/iconography/svg/validation/success-filled.svg.js +1 -1
  868. package/dist/foundation/iconography/svg/validation/success-outlined.svg.cjs +1 -1
  869. package/dist/foundation/iconography/svg/validation/success-outlined.svg.js +1 -1
  870. package/dist/foundation/iconography/svg/validation/success-round.svg.cjs +1 -1
  871. package/dist/foundation/iconography/svg/validation/success-round.svg.js +1 -1
  872. package/dist/foundation/iconography/svg/validation/success-sharp.svg.cjs +1 -1
  873. package/dist/foundation/iconography/svg/validation/success-sharp.svg.js +1 -1
  874. package/dist/foundation/iconography/svg/validation/warning-filled.svg.cjs +1 -1
  875. package/dist/foundation/iconography/svg/validation/warning-filled.svg.js +1 -1
  876. package/dist/foundation/iconography/svg/validation/warning-outlined.svg.cjs +1 -1
  877. package/dist/foundation/iconography/svg/validation/warning-outlined.svg.js +1 -1
  878. package/dist/foundation/iconography/svg/validation/warning-round.svg.cjs +1 -1
  879. package/dist/foundation/iconography/svg/validation/warning-round.svg.js +1 -1
  880. package/dist/foundation/iconography/svg/validation/warning-sharp.svg.cjs +1 -1
  881. package/dist/foundation/iconography/svg/validation/warning-sharp.svg.js +1 -1
  882. package/dist/foundation/logos/Logo.css.cjs +5 -4
  883. package/dist/foundation/logos/Logo.css.d.ts.map +1 -1
  884. package/dist/foundation/logos/Logo.css.js +6 -5
  885. package/dist/foundation/typography/typography.css.cjs +2 -2
  886. package/dist/foundation/typography/typography.css.js +2 -2
  887. package/dist/styles/animations.css.cjs +2 -2
  888. package/dist/styles/animations.css.js +2 -2
  889. package/dist/styles/states.css.cjs +4 -5
  890. package/dist/styles/states.css.d.ts.map +1 -1
  891. package/dist/styles/states.css.js +4 -5
  892. package/dist/utilities/accessibility/visuallyHidden.css.cjs +2 -2
  893. package/dist/utilities/accessibility/visuallyHidden.css.js +2 -2
  894. package/dist/utilities/layout/styles.css.cjs +3 -3
  895. package/dist/utilities/layout/styles.css.js +3 -3
  896. package/package.json +8 -6
  897. package/dist/foundation/iconography/svg/action/search-filled.svg.js +0 -10
  898. package/dist/foundation/iconography/svg/action/search-outlined.svg.js +0 -10
  899. package/dist/foundation/iconography/svg/action/search-round.svg.js +0 -10
  900. package/dist/foundation/iconography/svg/action/search-sharp.svg.js +0 -10
  901. package/dist/foundation/iconography/svg/toggle/favorite_border-filled.svg.cjs +0 -28
  902. package/dist/foundation/iconography/svg/toggle/favorite_border-filled.svg.js +0 -10
  903. package/dist/foundation/iconography/svg/toggle/favorite_border-outlined.svg.cjs +0 -28
  904. package/dist/foundation/iconography/svg/toggle/favorite_border-outlined.svg.js +0 -10
  905. package/dist/foundation/iconography/svg/toggle/favorite_border-round.svg.cjs +0 -28
  906. package/dist/foundation/iconography/svg/toggle/favorite_border-round.svg.js +0 -10
  907. package/dist/foundation/iconography/svg/toggle/favorite_border-sharp.svg.cjs +0 -28
  908. package/dist/foundation/iconography/svg/toggle/favorite_border-sharp.svg.js +0 -10
  909. package/dist/foundation/iconography/svg/toggle/star_outline-filled.svg.js +0 -10
  910. package/dist/foundation/iconography/svg/toggle/star_outline-outlined.svg.js +0 -10
  911. package/dist/foundation/iconography/svg/toggle/star_outline-round.svg.cjs +0 -28
  912. package/dist/foundation/iconography/svg/toggle/star_outline-round.svg.js +0 -10
  913. package/dist/foundation/iconography/svg/toggle/star_outline-sharp.svg.js +0 -10
@@ -4,7 +4,7 @@ const SvgTuneOutlined = ({
4
4
  title,
5
5
  titleId,
6
6
  ...props
7
- }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M0 12.44v1.78h5.33v-1.78zM0 1.78v1.78h8.89V1.78zM8.89 16v-1.78H16v-1.78H8.89v-1.77H7.1V16zM3.56 5.33v1.78H0V8.9h3.56v1.78h1.77V5.33zM16 8.9V7.11H7.11v1.78zm-5.33-3.56h1.77V3.56H16V1.78h-3.56V0h-1.77z" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 18 18", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M7.675 18v-5.625h1.5v2.075H18v1.5H9.175V18zM0 15.95v-1.5h6.175v1.5zm4.675-4.15V9.75H0v-1.5h4.675v-2.1h1.5v5.65zm3-2.05v-1.5H18v1.5zm4.15-4.125V0h1.5v2.05H18v1.5h-4.675v2.075zM0 3.55v-1.5h10.325v1.5z" }));
8
8
  export {
9
9
  SvgTuneOutlined as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgTuneRound = ({
24
24
  title,
25
25
  titleId,
26
26
  ...props
27
- }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M0 13.33c0 .5.4.9.89.9h4.44v-1.79H.9a.9.9 0 0 0-.89.9M0 2.66c0 .49.4.89.89.89h8V1.78h-8a.9.9 0 0 0-.89.89M8.89 15.1v-.89h6.22a.9.9 0 0 0 0-1.78H8.9v-.88c0-.5-.4-.9-.89-.9s-.89.4-.89.9v3.55c0 .49.4.89.9.89s.88-.4.88-.89M3.56 6.22v.9H.89A.9.9 0 0 0 0 8c0 .49.4.89.89.89h2.67v.89c0 .49.4.89.88.89a.9.9 0 0 0 .9-.9V6.23a.9.9 0 0 0-.9-.89.9.9 0 0 0-.88.9M16 8a.9.9 0 0 0-.89-.89h-8V8.9h8A.9.9 0 0 0 16 8m-4.44-2.67a.9.9 0 0 0 .88-.89v-.88h2.67a.9.9 0 0 0 .89-.9.9.9 0 0 0-.89-.88h-2.67v-.9a.9.9 0 0 0-1.77 0v3.56c0 .5.4.9.89.9" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 18 18", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M7.8875 17.7843q-.2125-.2156-.2125-.5343v-4.125q0-.3188.217-.5345.2168-.2155.5375-.2155.3205 0 .533.2155.2125.2158.2125.5345v1.325h8.075q.3188 0 .5345.217.2155.2168.2155.5375 0 .3205-.2155.533-.2158.2125-.5345.2125H9.175v1.3q0 .3187-.217.5342Q8.7413 18 8.4205 18q-.3205 0-.533-.2158M.75 15.95q-.3188 0-.5342-.217Q0 15.5163 0 15.1955q0-.3205.2158-.533Q.4312 14.45.75 14.45h4.675q.3188 0 .5345.217.2155.2167.2155.5375 0 .3205-.2155.533-.2158.2125-.5345.2125zm4.1375-4.3658q-.2125-.2155-.2125-.5342v-1.3H.75q-.3188 0-.5342-.217Q0 9.3163 0 8.9955q0-.3205.2158-.533Q.4312 8.25.75 8.25h3.925V6.9q0-.3188.217-.5345.2168-.2155.5375-.2155.3205 0 .533.2155.2125.2158.2125.5345v4.15q0 .3188-.217.5343-.2167.2157-.5375.2157-.3205 0-.533-.2158M8.425 9.75q-.3188 0-.5342-.217-.2158-.2167-.2158-.5375 0-.3205.2158-.533.2155-.2125.5342-.2125h8.825q.3188 0 .5345.217.2155.2168.2155.5375 0 .3205-.2155.533-.2158.2125-.5345.2125zm3.6125-4.3407q-.2125-.2156-.2125-.5343V.75q0-.3188.217-.5345Q12.2588 0 12.5795 0q.3205 0 .533.2155.2125.2158.2125.5345v1.3h3.925q.3188 0 .5345.217.2155.2168.2155.5375 0 .3205-.2155.533-.2158.2125-.5345.2125h-3.925v1.325q0 .3188-.217.5343-.2167.2157-.5375.2157-.3205 0-.533-.2158M.75 3.55q-.3188 0-.5342-.217Q0 3.1163 0 2.7955q0-.3205.2158-.533Q.4312 2.05.75 2.05h8.825q.3188 0 .5345.217.2155.2168.2155.5375 0 .3205-.2155.533-.2158.2125-.5345.2125z" }));
28
28
  exports.default = SvgTuneRound;
@@ -4,7 +4,7 @@ const SvgTuneRound = ({
4
4
  title,
5
5
  titleId,
6
6
  ...props
7
- }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M0 13.33c0 .5.4.9.89.9h4.44v-1.79H.9a.9.9 0 0 0-.89.9M0 2.66c0 .49.4.89.89.89h8V1.78h-8a.9.9 0 0 0-.89.89M8.89 15.1v-.89h6.22a.9.9 0 0 0 0-1.78H8.9v-.88c0-.5-.4-.9-.89-.9s-.89.4-.89.9v3.55c0 .49.4.89.9.89s.88-.4.88-.89M3.56 6.22v.9H.89A.9.9 0 0 0 0 8c0 .49.4.89.89.89h2.67v.89c0 .49.4.89.88.89a.9.9 0 0 0 .9-.9V6.23a.9.9 0 0 0-.9-.89.9.9 0 0 0-.88.9M16 8a.9.9 0 0 0-.89-.89h-8V8.9h8A.9.9 0 0 0 16 8m-4.44-2.67a.9.9 0 0 0 .88-.89v-.88h2.67a.9.9 0 0 0 .89-.9.9.9 0 0 0-.89-.88h-2.67v-.9a.9.9 0 0 0-1.77 0v3.56c0 .5.4.9.89.9" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 18 18", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M7.8875 17.7843q-.2125-.2156-.2125-.5343v-4.125q0-.3188.217-.5345.2168-.2155.5375-.2155.3205 0 .533.2155.2125.2158.2125.5345v1.325h8.075q.3188 0 .5345.217.2155.2168.2155.5375 0 .3205-.2155.533-.2158.2125-.5345.2125H9.175v1.3q0 .3187-.217.5342Q8.7413 18 8.4205 18q-.3205 0-.533-.2158M.75 15.95q-.3188 0-.5342-.217Q0 15.5163 0 15.1955q0-.3205.2158-.533Q.4312 14.45.75 14.45h4.675q.3188 0 .5345.217.2155.2167.2155.5375 0 .3205-.2155.533-.2158.2125-.5345.2125zm4.1375-4.3658q-.2125-.2155-.2125-.5342v-1.3H.75q-.3188 0-.5342-.217Q0 9.3163 0 8.9955q0-.3205.2158-.533Q.4312 8.25.75 8.25h3.925V6.9q0-.3188.217-.5345.2168-.2155.5375-.2155.3205 0 .533.2155.2125.2158.2125.5345v4.15q0 .3188-.217.5343-.2167.2157-.5375.2157-.3205 0-.533-.2158M8.425 9.75q-.3188 0-.5342-.217-.2158-.2167-.2158-.5375 0-.3205.2158-.533.2155-.2125.5342-.2125h8.825q.3188 0 .5345.217.2155.2168.2155.5375 0 .3205-.2155.533-.2158.2125-.5345.2125zm3.6125-4.3407q-.2125-.2156-.2125-.5343V.75q0-.3188.217-.5345Q12.2588 0 12.5795 0q.3205 0 .533.2155.2125.2158.2125.5345v1.3h3.925q.3188 0 .5345.217.2155.2168.2155.5375 0 .3205-.2155.533-.2158.2125-.5345.2125h-3.925v1.325q0 .3188-.217.5343-.2167.2157-.5375.2157-.3205 0-.533-.2158M.75 3.55q-.3188 0-.5342-.217Q0 3.1163 0 2.7955q0-.3205.2158-.533Q.4312 2.05.75 2.05h8.825q.3188 0 .5345.217.2155.2168.2155.5375 0 .3205-.2155.533-.2158.2125-.5345.2125z" }));
8
8
  export {
9
9
  SvgTuneRound as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgTuneSharp = ({
24
24
  title,
25
25
  titleId,
26
26
  ...props
27
- }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M0 12.44v1.78h5.33v-1.78zM0 1.78v1.78h8.89V1.78zM8.89 16v-1.78H16v-1.78H8.89v-1.77H7.1V16zM3.56 5.33v1.78H0V8.9h3.56v1.78h1.77V5.33zM16 8.9V7.11H7.11v1.78zm-5.33-3.56h1.77V3.56H16V1.78h-3.56V0h-1.77z" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 18 18", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M7.675 18v-5.625h1.5v2.075H18v1.5H9.175V18zM0 15.95v-1.5h6.175v1.5zm4.675-4.15V9.75H0v-1.5h4.675v-2.1h1.5v5.65zm3-2.05v-1.5H18v1.5zm4.15-4.125V0h1.5v2.05H18v1.5h-4.675v2.075zM0 3.55v-1.5h10.325v1.5z" }));
28
28
  exports.default = SvgTuneSharp;
@@ -4,7 +4,7 @@ const SvgTuneSharp = ({
4
4
  title,
5
5
  titleId,
6
6
  ...props
7
- }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M0 12.44v1.78h5.33v-1.78zM0 1.78v1.78h8.89V1.78zM8.89 16v-1.78H16v-1.78H8.89v-1.77H7.1V16zM3.56 5.33v1.78H0V8.9h3.56v1.78h1.77V5.33zM16 8.9V7.11H7.11v1.78zm-5.33-3.56h1.77V3.56H16V1.78h-3.56V0h-1.77z" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 18 18", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M7.675 18v-5.625h1.5v2.075H18v1.5H9.175V18zM0 15.95v-1.5h6.175v1.5zm4.675-4.15V9.75H0v-1.5h4.675v-2.1h1.5v5.65zm3-2.05v-1.5H18v1.5zm4.15-4.125V0h1.5v2.05H18v1.5h-4.675v2.075zM0 3.55v-1.5h10.325v1.5z" }));
8
8
  export {
9
9
  SvgTuneSharp as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgVerifiedFilled = ({
24
24
  title,
25
25
  titleId,
26
26
  ...props
27
- }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "m16 8-1.77-2 .24-2.63-2.62-.58L10.47.5 8 1.54 5.53.5 4.15 2.78l-2.62.58L1.77 6 0 8l1.78 2-.25 2.64 2.62.58 1.38 2.28L8 14.45l2.47 1.04 1.38-2.28 2.62-.58-.25-2.64zm-9.39 3.37L3.85 8.65l1.07-1.06 1.69 1.67 4.26-4.2 1.07 1.06z" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 22 22", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "m7.65 21.5-1.9-3.25-3.775-.775L2.4 13.8 0 11l2.4-2.775-.425-3.675 3.775-.775L7.65.5 11 2.05 14.35.5l1.925 3.275 3.75.775-.425 3.675L22 11l-2.4 2.8.425 3.675-3.75.775-1.925 3.25L11 19.95zm2.275-7.175L15.6 8.7l-1.125-1.025-4.55 4.5L7.55 9.7 6.4 10.825z" }));
28
28
  exports.default = SvgVerifiedFilled;
@@ -4,7 +4,7 @@ const SvgVerifiedFilled = ({
4
4
  title,
5
5
  titleId,
6
6
  ...props
7
- }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "m16 8-1.77-2 .24-2.63-2.62-.58L10.47.5 8 1.54 5.53.5 4.15 2.78l-2.62.58L1.77 6 0 8l1.78 2-.25 2.64 2.62.58 1.38 2.28L8 14.45l2.47 1.04 1.38-2.28 2.62-.58-.25-2.64zm-9.39 3.37L3.85 8.65l1.07-1.06 1.69 1.67 4.26-4.2 1.07 1.06z" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 22 22", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "m7.65 21.5-1.9-3.25-3.775-.775L2.4 13.8 0 11l2.4-2.775-.425-3.675 3.775-.775L7.65.5 11 2.05 14.35.5l1.925 3.275 3.75.775-.425 3.675L22 11l-2.4 2.8.425 3.675-3.75.775-1.925 3.25L11 19.95zm2.275-7.175L15.6 8.7l-1.125-1.025-4.55 4.5L7.55 9.7 6.4 10.825z" }));
8
8
  export {
9
9
  SvgVerifiedFilled as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgVerifiedOutlined = ({
24
24
  title,
25
25
  titleId,
26
26
  ...props
27
- }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "m16 8-1.77-2 .24-2.64-2.62-.58L10.47.5 8 1.54 5.53.5 4.15 2.78l-2.62.58L1.77 6 0 8l1.78 1.99-.25 2.64 2.62.58 1.38 2.29L8 14.45l2.47 1.04 1.38-2.28 2.62-.58-.25-2.64zm-2.87 1.05-.41.46.06.61.13 1.4-2 .44-.31.53-.72 1.2-1.3-.55-.58-.25-.57.25-1.3.55-.72-1.2-.32-.53-2-.44.14-1.4.06-.6-.41-.47L1.94 8l.94-1.06.4-.46-.06-.62-.13-1.38 2-.44.31-.53.72-1.2 1.3.55.58.24.57-.24 1.3-.55.72 1.2.32.53 2 .44-.14 1.4-.06.6.41.46.94 1.05z" }), /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M6.61 9.25 4.92 7.59 3.85 8.65l2.76 2.72 5.34-5.26-1.08-1.06z" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 22 22", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "m7.65 21.5-1.9-3.25-3.775-.775L2.4 13.8 0 11l2.4-2.775-.425-3.675 3.775-.775L7.65.5 11 2.05 14.35.5l1.925 3.275 3.75.775-.425 3.675L22 11l-2.4 2.8.425 3.675-3.75.775-1.925 3.25L11 19.95zm.675-1.975L11 18.4l2.75 1.125 1.675-2.5 2.925-.75-.3-2.975 2.025-2.3-2.025-2.35.3-2.975-2.925-.7-1.725-2.5L11 3.6 8.25 2.475l-1.675 2.5-2.925.7.3 2.975L1.925 11l2.025 2.3-.3 3.025 2.925.7zm1.6-5.2L15.6 8.7l-1.125-1.025-4.55 4.5L7.55 9.7 6.4 10.825z" }));
28
28
  exports.default = SvgVerifiedOutlined;
@@ -4,7 +4,7 @@ const SvgVerifiedOutlined = ({
4
4
  title,
5
5
  titleId,
6
6
  ...props
7
- }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "m16 8-1.77-2 .24-2.64-2.62-.58L10.47.5 8 1.54 5.53.5 4.15 2.78l-2.62.58L1.77 6 0 8l1.78 1.99-.25 2.64 2.62.58 1.38 2.29L8 14.45l2.47 1.04 1.38-2.28 2.62-.58-.25-2.64zm-2.87 1.05-.41.46.06.61.13 1.4-2 .44-.31.53-.72 1.2-1.3-.55-.58-.25-.57.25-1.3.55-.72-1.2-.32-.53-2-.44.14-1.4.06-.6-.41-.47L1.94 8l.94-1.06.4-.46-.06-.62-.13-1.38 2-.44.31-.53.72-1.2 1.3.55.58.24.57-.24 1.3-.55.72 1.2.32.53 2 .44-.14 1.4-.06.6.41.46.94 1.05z" }), /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M6.61 9.25 4.92 7.59 3.85 8.65l2.76 2.72 5.34-5.26-1.08-1.06z" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 22 22", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "m7.65 21.5-1.9-3.25-3.775-.775L2.4 13.8 0 11l2.4-2.775-.425-3.675 3.775-.775L7.65.5 11 2.05 14.35.5l1.925 3.275 3.75.775-.425 3.675L22 11l-2.4 2.8.425 3.675-3.75.775-1.925 3.25L11 19.95zm.675-1.975L11 18.4l2.75 1.125 1.675-2.5 2.925-.75-.3-2.975 2.025-2.3-2.025-2.35.3-2.975-2.925-.7-1.725-2.5L11 3.6 8.25 2.475l-1.675 2.5-2.925.7.3 2.975L1.925 11l2.025 2.3-.3 3.025 2.925.7zm1.6-5.2L15.6 8.7l-1.125-1.025-4.55 4.5L7.55 9.7 6.4 10.825z" }));
8
8
  export {
9
9
  SvgVerifiedOutlined as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgVerifiedRound = ({
24
24
  title,
25
25
  titleId,
26
26
  ...props
27
- }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "m16 8-1.77-2 .24-2.63-2.62-.58L10.47.5 8 1.54 5.53.5 4.15 2.78l-2.62.58L1.77 6 0 8l1.78 2-.25 2.64 2.62.58 1.38 2.28L8 14.45l2.47 1.04 1.38-2.28 2.62-.58-.25-2.64zm-9.9 2.86L4.36 9.15a.7.7 0 0 1 0-1l.05-.06a.74.74 0 0 1 1.04 0l1.17 1.16 3.74-3.69a.74.74 0 0 1 1.04 0l.05.05a.7.7 0 0 1 0 1.01l-4.3 4.24a.76.76 0 0 1-1.05 0" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 22 22", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "m9.925 12.175-1.825-1.9q-.225-.25-.55-.25t-.575.225q-.25.25-.25.575t.25.575L9.4 13.8q.225.225.525.225t.525-.225l4.575-4.55q.225-.225.225-.55T15 8.15q-.225-.2-.5375-.1875t-.5125.2125zM7.3 20.9l-1.55-2.65-3.1-.625q-.275-.05-.4625-.3T2.05 16.8l.35-3-1.975-2.3q-.2-.2-.2-.5t.2-.5L2.4 8.225l-.35-3Q2 4.95 2.1875 4.7t.4625-.3l3.1-.625L7.3 1.1q.15-.25.425-.35t.55.025L11 2.05 13.725.775q.275-.125.55-.0375t.425.3375l1.575 2.7 3.075.625q.275.05.4625.3t.1375.525l-.35 3 1.975 2.275q.2.2.2.5t-.2.5L19.6 13.8l.35 3q.05.275-.1375.525t-.4625.3l-3.075.625-1.575 2.675q-.15.25-.425.3375t-.55-.0375L11 19.95l-2.725 1.275q-.275.125-.55.025T7.3 20.9m1.025-1.375L11 18.4l2.75 1.125 1.675-2.5 2.925-.75-.3-2.975 2.025-2.3-2.025-2.35.3-2.975-2.925-.7-1.725-2.5L11 3.6 8.25 2.475l-1.675 2.5-2.925.7.3 2.975L1.925 11l2.025 2.3-.3 3.025 2.925.7zM11 11" }));
28
28
  exports.default = SvgVerifiedRound;
@@ -4,7 +4,7 @@ const SvgVerifiedRound = ({
4
4
  title,
5
5
  titleId,
6
6
  ...props
7
- }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "m16 8-1.77-2 .24-2.63-2.62-.58L10.47.5 8 1.54 5.53.5 4.15 2.78l-2.62.58L1.77 6 0 8l1.78 2-.25 2.64 2.62.58 1.38 2.28L8 14.45l2.47 1.04 1.38-2.28 2.62-.58-.25-2.64zm-9.9 2.86L4.36 9.15a.7.7 0 0 1 0-1l.05-.06a.74.74 0 0 1 1.04 0l1.17 1.16 3.74-3.69a.74.74 0 0 1 1.04 0l.05.05a.7.7 0 0 1 0 1.01l-4.3 4.24a.76.76 0 0 1-1.05 0" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 22 22", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "m9.925 12.175-1.825-1.9q-.225-.25-.55-.25t-.575.225q-.25.25-.25.575t.25.575L9.4 13.8q.225.225.525.225t.525-.225l4.575-4.55q.225-.225.225-.55T15 8.15q-.225-.2-.5375-.1875t-.5125.2125zM7.3 20.9l-1.55-2.65-3.1-.625q-.275-.05-.4625-.3T2.05 16.8l.35-3-1.975-2.3q-.2-.2-.2-.5t.2-.5L2.4 8.225l-.35-3Q2 4.95 2.1875 4.7t.4625-.3l3.1-.625L7.3 1.1q.15-.25.425-.35t.55.025L11 2.05 13.725.775q.275-.125.55-.0375t.425.3375l1.575 2.7 3.075.625q.275.05.4625.3t.1375.525l-.35 3 1.975 2.275q.2.2.2.5t-.2.5L19.6 13.8l.35 3q.05.275-.1375.525t-.4625.3l-3.075.625-1.575 2.675q-.15.25-.425.3375t-.55-.0375L11 19.95l-2.725 1.275q-.275.125-.55.025T7.3 20.9m1.025-1.375L11 18.4l2.75 1.125 1.675-2.5 2.925-.75-.3-2.975 2.025-2.3-2.025-2.35.3-2.975-2.925-.7-1.725-2.5L11 3.6 8.25 2.475l-1.675 2.5-2.925.7.3 2.975L1.925 11l2.025 2.3-.3 3.025 2.925.7zM11 11" }));
8
8
  export {
9
9
  SvgVerifiedRound as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgVerifiedSharp = ({
24
24
  title,
25
25
  titleId,
26
26
  ...props
27
- }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "m16 8-1.77-2 .24-2.63-2.62-.58L10.47.5 8 1.54 5.53.5 4.15 2.78l-2.62.58L1.77 6 0 8l1.78 2-.25 2.64 2.62.58 1.38 2.28L8 14.45l2.47 1.04 1.38-2.28 2.62-.58-.25-2.64zm-9.39 3.37L3.85 8.65l1.07-1.06 1.69 1.67 4.26-4.2 1.07 1.06z" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 22 22", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "m7.65 21.5-1.9-3.25-3.775-.775L2.4 13.8 0 11l2.4-2.775-.425-3.675 3.775-.775L7.65.5 11 2.05 14.35.5l1.925 3.275 3.75.775-.425 3.675L22 11l-2.4 2.8.425 3.675-3.75.775-1.925 3.25L11 19.95zm.675-1.975L11 18.4l2.75 1.125 1.675-2.5 2.925-.75-.3-2.975 2.025-2.3-2.025-2.35.3-2.975-2.925-.7-1.725-2.5L11 3.6 8.25 2.475l-1.675 2.5-2.925.7.3 2.975L1.925 11l2.025 2.3-.3 3.025 2.925.7zm1.6-5.2L15.6 8.7l-1.125-1.025-4.55 4.5L7.55 9.7 6.4 10.825z" }));
28
28
  exports.default = SvgVerifiedSharp;
@@ -4,7 +4,7 @@ const SvgVerifiedSharp = ({
4
4
  title,
5
5
  titleId,
6
6
  ...props
7
- }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "m16 8-1.77-2 .24-2.63-2.62-.58L10.47.5 8 1.54 5.53.5 4.15 2.78l-2.62.58L1.77 6 0 8l1.78 2-.25 2.64 2.62.58 1.38 2.28L8 14.45l2.47 1.04 1.38-2.28 2.62-.58-.25-2.64zm-9.39 3.37L3.85 8.65l1.07-1.06 1.69 1.67 4.26-4.2 1.07 1.06z" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 22 22", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "m7.65 21.5-1.9-3.25-3.775-.775L2.4 13.8 0 11l2.4-2.775-.425-3.675 3.775-.775L7.65.5 11 2.05 14.35.5l1.925 3.275 3.75.775-.425 3.675L22 11l-2.4 2.8.425 3.675-3.75.775-1.925 3.25L11 19.95zm.675-1.975L11 18.4l2.75 1.125 1.675-2.5 2.925-.75-.3-2.975 2.025-2.3-2.025-2.35.3-2.975-2.925-.7-1.725-2.5L11 3.6 8.25 2.475l-1.675 2.5-2.925.7.3 2.975L1.925 11l2.025 2.3-.3 3.025 2.925.7zm1.6-5.2L15.6 8.7l-1.125-1.025-4.55 4.5L7.55 9.7 6.4 10.825z" }));
8
8
  export {
9
9
  SvgVerifiedSharp as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgVisibilityOffFilled = ({
24
24
  title,
25
25
  titleId,
26
26
  ...props
27
- }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 14", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M8 3a3.64 3.64 0 0 1 3.64 3.64q-.01.71-.26 1.33l2.12 2.13A8.6 8.6 0 0 0 16 6.63a8.6 8.6 0 0 0-8-5.46 9 9 0 0 0-2.9.51l1.57 1.57A4 4 0 0 1 8 3M.73 1.01l1.99 2A8.6 8.6 0 0 0 0 6.64a8.6 8.6 0 0 0 8 5.46 9 9 0 0 0 3.2-.62l.3.31 2.13 2.13.92-.93L1.65.09zm4.02 4.03 1.13 1.13a2 2 0 0 0-.06.47A2.2 2.2 0 0 0 8 8.82q.24 0 .48-.06L9.6 9.9a4 4 0 0 1-1.6.39 3.64 3.64 0 0 1-3.63-3.64q.01-.87.38-1.6Zm3.14-.57 2.29 2.3.01-.12a2.2 2.2 0 0 0-2.18-2.19z" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 22 21", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "m19.4 20.4-4.2-4.125q-.875.35-1.975.5375T11 17q-3.65 0-6.625-2.0375T0 9.5q.5-1.3 1.3875-2.5375T3.55 4.6L.4 1.45 1.45.375 20.375 19.3zM11 13.75q.35 0 .75-.0625t.675-.1875L7 8.075q-.125.3-.1875.675T6.75 9.5q0 1.8 1.25 3.025t3 1.225m6.95 1-3.225-3.225q.25-.4.3875-.9375T15.25 9.5q0-1.775-1.2375-3.0125T11 5.25q-.55 0-1.075.125t-.95.4L6.225 3q.875-.4 2.2375-.7T11.125 2q3.575 0 6.5375 2.0375T22 9.5q-.65 1.6-1.675 2.925T17.95 14.75m-4.325-4.325-3.55-3.55q.725-.275 1.5-.1125t1.35.7125q.575.575.8 1.2875t-.1 1.6625" }));
28
28
  exports.default = SvgVisibilityOffFilled;
@@ -4,7 +4,7 @@ const SvgVisibilityOffFilled = ({
4
4
  title,
5
5
  titleId,
6
6
  ...props
7
- }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 14", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M8 3a3.64 3.64 0 0 1 3.64 3.64q-.01.71-.26 1.33l2.12 2.13A8.6 8.6 0 0 0 16 6.63a8.6 8.6 0 0 0-8-5.46 9 9 0 0 0-2.9.51l1.57 1.57A4 4 0 0 1 8 3M.73 1.01l1.99 2A8.6 8.6 0 0 0 0 6.64a8.6 8.6 0 0 0 8 5.46 9 9 0 0 0 3.2-.62l.3.31 2.13 2.13.92-.93L1.65.09zm4.02 4.03 1.13 1.13a2 2 0 0 0-.06.47A2.2 2.2 0 0 0 8 8.82q.24 0 .48-.06L9.6 9.9a4 4 0 0 1-1.6.39 3.64 3.64 0 0 1-3.63-3.64q.01-.87.38-1.6Zm3.14-.57 2.29 2.3.01-.12a2.2 2.2 0 0 0-2.18-2.19z" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 22 21", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "m19.4 20.4-4.2-4.125q-.875.35-1.975.5375T11 17q-3.65 0-6.625-2.0375T0 9.5q.5-1.3 1.3875-2.5375T3.55 4.6L.4 1.45 1.45.375 20.375 19.3zM11 13.75q.35 0 .75-.0625t.675-.1875L7 8.075q-.125.3-.1875.675T6.75 9.5q0 1.8 1.25 3.025t3 1.225m6.95 1-3.225-3.225q.25-.4.3875-.9375T15.25 9.5q0-1.775-1.2375-3.0125T11 5.25q-.55 0-1.075.125t-.95.4L6.225 3q.875-.4 2.2375-.7T11.125 2q3.575 0 6.5375 2.0375T22 9.5q-.65 1.6-1.675 2.925T17.95 14.75m-4.325-4.325-3.55-3.55q.725-.275 1.5-.1125t1.35.7125q.575.575.8 1.2875t-.1 1.6625" }));
8
8
  export {
9
9
  SvgVisibilityOffFilled as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgVisibilityOffOutlined = ({
24
24
  title,
25
25
  titleId,
26
26
  ...props
27
- }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 14", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M8 2.62a7.1 7.1 0 0 1 6.42 4 7 7 0 0 1-1.76 2.27L13.7 9.9A8.6 8.6 0 0 0 16 6.61a8.6 8.6 0 0 0-8-5.45 9 9 0 0 0-2.65.42l1.2 1.2q.72-.16 1.45-.16m-.78.83 1.5 1.5c.42.18.76.52.94.93l1.5 1.5q.1-.36.1-.77A3.26 3.26 0 0 0 8 3.34q-.4 0-.78.1M.74 1.08l1.94 1.95A8.5 8.5 0 0 0 0 6.62a8.6 8.6 0 0 0 8 5.45 9 9 0 0 0 3.14-.6l2.49 2.5 1.02-1.03L1.76.04zm5.45 5.45 1.9 1.9-.09.02a1.8 1.8 0 0 1-1.82-1.82zM3.73 4.05 5 5.32a3.28 3.28 0 0 0 4.3 4.3l.71.72a8 8 0 0 1-2 .28 7.1 7.1 0 0 1-6.41-4 7 7 0 0 1 2.13-2.57" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 22 21", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "m14.725 11.525-1.1-1.1q.65-1.775-.675-2.95t-2.875-.6l-1.1-1.1q.425-.275.95-.4T11 5.25q1.775 0 3.0125 1.2375T15.25 9.5q0 .55-.1375 1.0875t-.3875.9375m3.225 3.225-1-1q1.225-.9 2.1375-2.0125T20.425 9.5q-1.25-2.775-3.75-4.3875T11.25 3.5q-1.05 0-2.15.2t-1.725.475L6.225 3q.875-.4 2.2375-.7T11.125 2q3.575 0 6.5375 2.0375T22 9.5q-.65 1.6-1.675 2.925T17.95 14.75m1.45 5.65-4.2-4.125q-.875.35-1.975.5375T11 17q-3.65 0-6.625-2.0375T0 9.5q.5-1.3 1.3875-2.5375T3.55 4.6L.4 1.45 1.45.375 20.375 19.3zM4.575 5.65q-.925.675-1.7875 1.775T1.55 9.5q1.275 2.775 3.8375 4.3875T11.2 15.5q.825 0 1.625-.1t1.2-.3l-1.6-1.6q-.275.125-.675.1875T11 13.75q-1.75 0-3-1.225T6.75 9.5q0-.375.0625-.75T7 8.075zm4.725 5" }));
28
28
  exports.default = SvgVisibilityOffOutlined;
@@ -4,7 +4,7 @@ const SvgVisibilityOffOutlined = ({
4
4
  title,
5
5
  titleId,
6
6
  ...props
7
- }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 14", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M8 2.62a7.1 7.1 0 0 1 6.42 4 7 7 0 0 1-1.76 2.27L13.7 9.9A8.6 8.6 0 0 0 16 6.61a8.6 8.6 0 0 0-8-5.45 9 9 0 0 0-2.65.42l1.2 1.2q.72-.16 1.45-.16m-.78.83 1.5 1.5c.42.18.76.52.94.93l1.5 1.5q.1-.36.1-.77A3.26 3.26 0 0 0 8 3.34q-.4 0-.78.1M.74 1.08l1.94 1.95A8.5 8.5 0 0 0 0 6.62a8.6 8.6 0 0 0 8 5.45 9 9 0 0 0 3.14-.6l2.49 2.5 1.02-1.03L1.76.04zm5.45 5.45 1.9 1.9-.09.02a1.8 1.8 0 0 1-1.82-1.82zM3.73 4.05 5 5.32a3.28 3.28 0 0 0 4.3 4.3l.71.72a8 8 0 0 1-2 .28 7.1 7.1 0 0 1-6.41-4 7 7 0 0 1 2.13-2.57" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 22 21", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "m14.725 11.525-1.1-1.1q.65-1.775-.675-2.95t-2.875-.6l-1.1-1.1q.425-.275.95-.4T11 5.25q1.775 0 3.0125 1.2375T15.25 9.5q0 .55-.1375 1.0875t-.3875.9375m3.225 3.225-1-1q1.225-.9 2.1375-2.0125T20.425 9.5q-1.25-2.775-3.75-4.3875T11.25 3.5q-1.05 0-2.15.2t-1.725.475L6.225 3q.875-.4 2.2375-.7T11.125 2q3.575 0 6.5375 2.0375T22 9.5q-.65 1.6-1.675 2.925T17.95 14.75m1.45 5.65-4.2-4.125q-.875.35-1.975.5375T11 17q-3.65 0-6.625-2.0375T0 9.5q.5-1.3 1.3875-2.5375T3.55 4.6L.4 1.45 1.45.375 20.375 19.3zM4.575 5.65q-.925.675-1.7875 1.775T1.55 9.5q1.275 2.775 3.8375 4.3875T11.2 15.5q.825 0 1.625-.1t1.2-.3l-1.6-1.6q-.275.125-.675.1875T11 13.75q-1.75 0-3-1.225T6.75 9.5q0-.375.0625-.75T7 8.075zm4.725 5" }));
8
8
  export {
9
9
  SvgVisibilityOffOutlined as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgVisibilityOffRound = ({
24
24
  title,
25
25
  titleId,
26
26
  ...props
27
- }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 14", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M8 2.98a3.64 3.64 0 0 1 3.64 3.63q-.01.56-.18 1.06L13.7 9.9A8.6 8.6 0 0 0 16 6.6a8.6 8.6 0 0 0-8-5.44 9 9 0 0 0-2.65.41l1.58 1.58A4 4 0 0 1 8 2.98M1.24.55a.7.7 0 0 0 0 1.02l1.44 1.44A8.7 8.7 0 0 0 0 6.6a8.6 8.6 0 0 0 11.13 4.86l1.98 1.98a.72.72 0 1 0 1.03-1.03L2.28.55a.73.73 0 0 0-1.04 0M8 10.25a3.64 3.64 0 0 1-3.64-3.64q0-.85.36-1.55L5.86 6.2q-.03.2-.04.41A2.2 2.2 0 0 0 8 8.8q.21 0 .42-.04l1.14 1.13a3.5 3.5 0 0 1-1.56.37m2.16-3.88a2.16 2.16 0 0 0-1.92-1.92z" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 22 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M14 6.5q.725.725 1.0625 1.7875T15.175 10.4q0 .325-.2125.5375t-.5375.2125-.5375-.2125-.2125-.5375q.275-.85.0625-1.6125T12.975 7.5q-.525-.55-1.3-.75t-1.6.075q-.325 0-.5375-.2125T9.325 6.075t.2125-.5375.5375-.2125q1.05-.225 2.125.1125T14 6.5m-2.75-3q-.8 0-1.6.075T8.075 3.9q-.3.1-.6-.025t-.425-.4 0-.5625.4-.3875q.875-.275 1.8-.4T11.125 2q3.425 0 6.2375 1.8875T21.675 8.85q.075.15.125.3125t.05.3375-.0375.3375-.1125.3125q-.575 1.225-1.375 2.2625t-1.85 1.9125q-.225.2-.5.1375t-.45-.2875-.1375-.5.2625-.475q.9-.75 1.625-1.6625T20.425 9.5q-1.225-2.725-3.7-4.3625T11.25 3.5M11 17q-3.4 0-6.1875-1.9T.375 10.2q-.1-.175-.1375-.3375T.2 9.5t.05-.3625T.375 8.8q.6-1.2 1.3875-2.2625T3.55 4.6L.925 1.975Q.7 1.75.7125 1.45T.925.925Q1.15.7 1.4625.7T2 .925l17.9 17.9q.2.2.2.4875t-.2.5125q-.2.25-.5125.25t-.5375-.225l-3.65-3.575q-1.025.375-2.075.55T11 17M4.575 5.65q-1.025.725-1.8 1.7T1.55 9.5q1.3 2.8 3.9125 4.4T11.2 15.5q.725 0 1.45-.0375t1.375-.3625l-1.6-1.6q-.35.15-.7125.2T11 13.75q-1.775 0-3.0125-1.2375T6.75 9.5q0-.35.0625-.7125T7 8.075zm4.725 5" }));
28
28
  exports.default = SvgVisibilityOffRound;
@@ -4,7 +4,7 @@ const SvgVisibilityOffRound = ({
4
4
  title,
5
5
  titleId,
6
6
  ...props
7
- }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 14", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M8 2.98a3.64 3.64 0 0 1 3.64 3.63q-.01.56-.18 1.06L13.7 9.9A8.6 8.6 0 0 0 16 6.6a8.6 8.6 0 0 0-8-5.44 9 9 0 0 0-2.65.41l1.58 1.58A4 4 0 0 1 8 2.98M1.24.55a.7.7 0 0 0 0 1.02l1.44 1.44A8.7 8.7 0 0 0 0 6.6a8.6 8.6 0 0 0 11.13 4.86l1.98 1.98a.72.72 0 1 0 1.03-1.03L2.28.55a.73.73 0 0 0-1.04 0M8 10.25a3.64 3.64 0 0 1-3.64-3.64q0-.85.36-1.55L5.86 6.2q-.03.2-.04.41A2.2 2.2 0 0 0 8 8.8q.21 0 .42-.04l1.14 1.13a3.5 3.5 0 0 1-1.56.37m2.16-3.88a2.16 2.16 0 0 0-1.92-1.92z" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 22 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M14 6.5q.725.725 1.0625 1.7875T15.175 10.4q0 .325-.2125.5375t-.5375.2125-.5375-.2125-.2125-.5375q.275-.85.0625-1.6125T12.975 7.5q-.525-.55-1.3-.75t-1.6.075q-.325 0-.5375-.2125T9.325 6.075t.2125-.5375.5375-.2125q1.05-.225 2.125.1125T14 6.5m-2.75-3q-.8 0-1.6.075T8.075 3.9q-.3.1-.6-.025t-.425-.4 0-.5625.4-.3875q.875-.275 1.8-.4T11.125 2q3.425 0 6.2375 1.8875T21.675 8.85q.075.15.125.3125t.05.3375-.0375.3375-.1125.3125q-.575 1.225-1.375 2.2625t-1.85 1.9125q-.225.2-.5.1375t-.45-.2875-.1375-.5.2625-.475q.9-.75 1.625-1.6625T20.425 9.5q-1.225-2.725-3.7-4.3625T11.25 3.5M11 17q-3.4 0-6.1875-1.9T.375 10.2q-.1-.175-.1375-.3375T.2 9.5t.05-.3625T.375 8.8q.6-1.2 1.3875-2.2625T3.55 4.6L.925 1.975Q.7 1.75.7125 1.45T.925.925Q1.15.7 1.4625.7T2 .925l17.9 17.9q.2.2.2.4875t-.2.5125q-.2.25-.5125.25t-.5375-.225l-3.65-3.575q-1.025.375-2.075.55T11 17M4.575 5.65q-1.025.725-1.8 1.7T1.55 9.5q1.3 2.8 3.9125 4.4T11.2 15.5q.725 0 1.45-.0375t1.375-.3625l-1.6-1.6q-.35.15-.7125.2T11 13.75q-1.775 0-3.0125-1.2375T6.75 9.5q0-.35.0625-.7125T7 8.075zm4.725 5" }));
8
8
  export {
9
9
  SvgVisibilityOffRound as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgVisibilityOffSharp = ({
24
24
  title,
25
25
  titleId,
26
26
  ...props
27
- }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 14", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M8 2.95a3.64 3.64 0 0 1 3.64 3.63q-.01.56-.18 1.06l2.23 2.23A8.6 8.6 0 0 0 16 6.57a8.6 8.6 0 0 0-8-5.44 9 9 0 0 0-2.65.41l1.58 1.58A4 4 0 0 1 8 2.94M1.76 0 .73 1.03l1.95 1.95A8.5 8.5 0 0 0 0 6.58a8.6 8.6 0 0 0 11.13 4.86l2.5 2.5 1.03-1.03zM8 10.22a3.64 3.64 0 0 1-3.64-3.64q0-.85.36-1.56l1.14 1.15-.04.41A2.2 2.2 0 0 0 8 8.76q.21 0 .42-.05l1.14 1.14a3.5 3.5 0 0 1-1.56.37m2.16-3.88a2.16 2.16 0 0 0-1.92-1.92z" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 22 21", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "m14.725 11.525-1.1-1.1q.65-1.775-.675-2.95t-2.875-.6l-1.1-1.1q.425-.275.95-.4T11 5.25q1.775 0 3.0125 1.2375T15.25 9.5q0 .55-.1375 1.0875t-.3875.9375m3.225 3.225-1-1q1.225-.9 2.1375-2.0125T20.425 9.5q-1.25-2.775-3.75-4.3875T11.25 3.5q-1.05 0-2.15.2t-1.725.475L6.225 3q.875-.4 2.2375-.7T11.125 2q3.575 0 6.5375 2.0375T22 9.5q-.65 1.6-1.675 2.925T17.95 14.75m1.45 5.65-4.2-4.125q-.875.35-1.975.5375T11 17q-3.65 0-6.625-2.0375T0 9.5q.5-1.3 1.3875-2.5375T3.55 4.6L.4 1.45 1.45.375 20.375 19.3zM4.575 5.65q-.925.675-1.7875 1.775T1.55 9.5q1.275 2.775 3.8375 4.3875T11.2 15.5q.825 0 1.625-.1t1.2-.3l-1.6-1.6q-.275.125-.675.1875T11 13.75q-1.75 0-3-1.225T6.75 9.5q0-.375.0625-.75T7 8.075zm4.725 5" }));
28
28
  exports.default = SvgVisibilityOffSharp;
@@ -4,7 +4,7 @@ const SvgVisibilityOffSharp = ({
4
4
  title,
5
5
  titleId,
6
6
  ...props
7
- }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 14", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M8 2.95a3.64 3.64 0 0 1 3.64 3.63q-.01.56-.18 1.06l2.23 2.23A8.6 8.6 0 0 0 16 6.57a8.6 8.6 0 0 0-8-5.44 9 9 0 0 0-2.65.41l1.58 1.58A4 4 0 0 1 8 2.94M1.76 0 .73 1.03l1.95 1.95A8.5 8.5 0 0 0 0 6.58a8.6 8.6 0 0 0 11.13 4.86l2.5 2.5 1.03-1.03zM8 10.22a3.64 3.64 0 0 1-3.64-3.64q0-.85.36-1.56l1.14 1.15-.04.41A2.2 2.2 0 0 0 8 8.76q.21 0 .42-.05l1.14 1.14a3.5 3.5 0 0 1-1.56.37m2.16-3.88a2.16 2.16 0 0 0-1.92-1.92z" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 22 21", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "m14.725 11.525-1.1-1.1q.65-1.775-.675-2.95t-2.875-.6l-1.1-1.1q.425-.275.95-.4T11 5.25q1.775 0 3.0125 1.2375T15.25 9.5q0 .55-.1375 1.0875t-.3875.9375m3.225 3.225-1-1q1.225-.9 2.1375-2.0125T20.425 9.5q-1.25-2.775-3.75-4.3875T11.25 3.5q-1.05 0-2.15.2t-1.725.475L6.225 3q.875-.4 2.2375-.7T11.125 2q3.575 0 6.5375 2.0375T22 9.5q-.65 1.6-1.675 2.925T17.95 14.75m1.45 5.65-4.2-4.125q-.875.35-1.975.5375T11 17q-3.65 0-6.625-2.0375T0 9.5q.5-1.3 1.3875-2.5375T3.55 4.6L.4 1.45 1.45.375 20.375 19.3zM4.575 5.65q-.925.675-1.7875 1.775T1.55 9.5q1.275 2.775 3.8375 4.3875T11.2 15.5q.825 0 1.625-.1t1.2-.3l-1.6-1.6q-.275.125-.675.1875T11 13.75q-1.75 0-3-1.225T6.75 9.5q0-.375.0625-.75T7 8.075zm4.725 5" }));
8
8
  export {
9
9
  SvgVisibilityOffSharp as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgVisibilityOnFilled = ({
24
24
  title,
25
25
  titleId,
26
26
  ...props
27
- }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 12", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M8 .54A8.6 8.6 0 0 0 0 6a8.6 8.6 0 0 0 16 0A8.6 8.6 0 0 0 8 .54m0 9.09a3.64 3.64 0 0 1-3.64-3.64A3.64 3.64 0 0 1 8 2.36 3.64 3.64 0 0 1 11.64 6 3.64 3.64 0 0 1 8 9.63m0-5.82A2.2 2.2 0 0 0 5.82 6c0 1.2.97 2.18 2.18 2.18A2.2 2.2 0 0 0 10.18 6 2.2 2.2 0 0 0 8 3.8" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 22 15", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M14.0125 10.5125Q15.25 9.275 15.25 7.5t-1.2375-3.0125T11 3.25 7.9875 4.4875 6.75 7.5t1.2375 3.0125T11 11.75t3.0125-1.2375m-5-1.025Q8.2 8.675 8.2 7.5t.8125-1.9875T11 4.7t1.9875.8125T13.8 7.5t-.8125 1.9875T11 10.3t-1.9875-.8125M4.4 12.925Q1.45 10.85 0 7.5q1.45-3.35 4.4-5.425T11 0t6.6 2.075T22 7.5q-1.45 3.35-4.4 5.425T11 15t-6.6-2.075" }));
28
28
  exports.default = SvgVisibilityOnFilled;
@@ -4,7 +4,7 @@ const SvgVisibilityOnFilled = ({
4
4
  title,
5
5
  titleId,
6
6
  ...props
7
- }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 12", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M8 .54A8.6 8.6 0 0 0 0 6a8.6 8.6 0 0 0 16 0A8.6 8.6 0 0 0 8 .54m0 9.09a3.64 3.64 0 0 1-3.64-3.64A3.64 3.64 0 0 1 8 2.36 3.64 3.64 0 0 1 11.64 6 3.64 3.64 0 0 1 8 9.63m0-5.82A2.2 2.2 0 0 0 5.82 6c0 1.2.97 2.18 2.18 2.18A2.2 2.2 0 0 0 10.18 6 2.2 2.2 0 0 0 8 3.8" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 22 15", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M14.0125 10.5125Q15.25 9.275 15.25 7.5t-1.2375-3.0125T11 3.25 7.9875 4.4875 6.75 7.5t1.2375 3.0125T11 11.75t3.0125-1.2375m-5-1.025Q8.2 8.675 8.2 7.5t.8125-1.9875T11 4.7t1.9875.8125T13.8 7.5t-.8125 1.9875T11 10.3t-1.9875-.8125M4.4 12.925Q1.45 10.85 0 7.5q1.45-3.35 4.4-5.425T11 0t6.6 2.075T22 7.5q-1.45 3.35-4.4 5.425T11 15t-6.6-2.075" }));
8
8
  export {
9
9
  SvgVisibilityOnFilled as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgVisibilityOnOutlined = ({
24
24
  title,
25
25
  titleId,
26
26
  ...props
27
- }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 12", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M8 2a7.1 7.1 0 0 1 6.42 4A7.1 7.1 0 0 1 8 10a7.1 7.1 0 0 1-6.42-4A7.1 7.1 0 0 1 8 2M8 .54A8.6 8.6 0 0 0 0 6a8.6 8.6 0 0 0 16 0A8.6 8.6 0 0 0 8 .54m0 3.64A1.82 1.82 0 1 1 8 7.8a1.82 1.82 0 0 1 0-3.63m0-1.46A3.3 3.3 0 0 0 4.73 6 3.3 3.3 0 0 0 8 9.27 3.3 3.3 0 0 0 11.27 6 3.3 3.3 0 0 0 8 2.71" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 22 15", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M14.0125 10.5125Q15.25 9.275 15.25 7.5t-1.2375-3.0125T11 3.25 7.9875 4.4875 6.75 7.5t1.2375 3.0125T11 11.75t3.0125-1.2375m-5-1.025Q8.2 8.675 8.2 7.5t.8125-1.9875T11 4.7t1.9875.8125T13.8 7.5t-.8125 1.9875T11 10.3t-1.9875-.8125M4.4 12.925Q1.45 10.85 0 7.5q1.45-3.35 4.4-5.425T11 0t6.6 2.075T22 7.5q-1.45 3.35-4.4 5.425T11 15t-6.6-2.075m12.1625-1.0625Q19.1 10.225 20.425 7.5 19.1 4.775 16.5625 3.1375T11 1.5 5.4375 3.1375 1.55 7.5q1.35 2.725 3.8875 4.3625T11 13.5t5.5625-1.6375" }));
28
28
  exports.default = SvgVisibilityOnOutlined;
@@ -4,7 +4,7 @@ const SvgVisibilityOnOutlined = ({
4
4
  title,
5
5
  titleId,
6
6
  ...props
7
- }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 12", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M8 2a7.1 7.1 0 0 1 6.42 4A7.1 7.1 0 0 1 8 10a7.1 7.1 0 0 1-6.42-4A7.1 7.1 0 0 1 8 2M8 .54A8.6 8.6 0 0 0 0 6a8.6 8.6 0 0 0 16 0A8.6 8.6 0 0 0 8 .54m0 3.64A1.82 1.82 0 1 1 8 7.8a1.82 1.82 0 0 1 0-3.63m0-1.46A3.3 3.3 0 0 0 4.73 6 3.3 3.3 0 0 0 8 9.27 3.3 3.3 0 0 0 11.27 6 3.3 3.3 0 0 0 8 2.71" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 22 15", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M14.0125 10.5125Q15.25 9.275 15.25 7.5t-1.2375-3.0125T11 3.25 7.9875 4.4875 6.75 7.5t1.2375 3.0125T11 11.75t3.0125-1.2375m-5-1.025Q8.2 8.675 8.2 7.5t.8125-1.9875T11 4.7t1.9875.8125T13.8 7.5t-.8125 1.9875T11 10.3t-1.9875-.8125M4.4 12.925Q1.45 10.85 0 7.5q1.45-3.35 4.4-5.425T11 0t6.6 2.075T22 7.5q-1.45 3.35-4.4 5.425T11 15t-6.6-2.075m12.1625-1.0625Q19.1 10.225 20.425 7.5 19.1 4.775 16.5625 3.1375T11 1.5 5.4375 3.1375 1.55 7.5q1.35 2.725 3.8875 4.3625T11 13.5t5.5625-1.6375" }));
8
8
  export {
9
9
  SvgVisibilityOnOutlined as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgVisibilityOnRound = ({
24
24
  title,
25
25
  titleId,
26
26
  ...props
27
- }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 12", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M8 .54A8.6 8.6 0 0 0 0 6a8.6 8.6 0 0 0 16 0A8.6 8.6 0 0 0 8 .54m0 9.09a3.64 3.64 0 0 1-3.64-3.64A3.64 3.64 0 0 1 8 2.36 3.64 3.64 0 0 1 11.64 6 3.64 3.64 0 0 1 8 9.63m0-5.82A2.2 2.2 0 0 0 5.82 6c0 1.2.97 2.18 2.18 2.18A2.2 2.2 0 0 0 10.18 6 2.2 2.2 0 0 0 8 3.8" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 22 15", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M14.0125 10.5095Q15.25 9.269 15.25 7.497t-1.2405-3.0095T10.997 3.25 7.9875 4.4905 6.75 7.503t1.2405 3.0095T11.003 11.75t3.0095-1.2405m-5-1.028Q8.2 8.6632 8.2 7.494q0-1.169.8185-1.9815Q9.8368 4.7 11.006 4.7q1.169 0 1.9815.8185.8125.8182.8125 1.9875 0 1.169-.8185 1.9815-.8182.8125-1.9875.8125-1.169 0-1.9815-.8185M4.8625 13.1Q2.1 11.2.425 8.25q-.1-.1783-.15-.3662t-.05-.3858q0-.198.05-.3845.05-.1868.15-.3635Q2.1 3.8 4.8625 1.9T11 0t6.1375 1.9 4.4375 4.85q.1.178.15.3663.05.188.05.3857 0 .198-.05.3845-.05.1868-.15.3635-1.675 2.95-4.4375 4.85T11 15t-6.1375-1.9m11.7-1.2375Q19.1 10.225 20.425 7.5 19.1 4.775 16.5667 3.1375T11.0043 1.5 5.4375 3.1375 1.55 7.5q1.35 2.725 3.8833 4.3625Q7.9665 13.5 10.9958 13.5t5.5667-1.6375" }));
28
28
  exports.default = SvgVisibilityOnRound;
@@ -4,7 +4,7 @@ const SvgVisibilityOnRound = ({
4
4
  title,
5
5
  titleId,
6
6
  ...props
7
- }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 12", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M8 .54A8.6 8.6 0 0 0 0 6a8.6 8.6 0 0 0 16 0A8.6 8.6 0 0 0 8 .54m0 9.09a3.64 3.64 0 0 1-3.64-3.64A3.64 3.64 0 0 1 8 2.36 3.64 3.64 0 0 1 11.64 6 3.64 3.64 0 0 1 8 9.63m0-5.82A2.2 2.2 0 0 0 5.82 6c0 1.2.97 2.18 2.18 2.18A2.2 2.2 0 0 0 10.18 6 2.2 2.2 0 0 0 8 3.8" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 22 15", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M14.0125 10.5095Q15.25 9.269 15.25 7.497t-1.2405-3.0095T10.997 3.25 7.9875 4.4905 6.75 7.503t1.2405 3.0095T11.003 11.75t3.0095-1.2405m-5-1.028Q8.2 8.6632 8.2 7.494q0-1.169.8185-1.9815Q9.8368 4.7 11.006 4.7q1.169 0 1.9815.8185.8125.8182.8125 1.9875 0 1.169-.8185 1.9815-.8182.8125-1.9875.8125-1.169 0-1.9815-.8185M4.8625 13.1Q2.1 11.2.425 8.25q-.1-.1783-.15-.3662t-.05-.3858q0-.198.05-.3845.05-.1868.15-.3635Q2.1 3.8 4.8625 1.9T11 0t6.1375 1.9 4.4375 4.85q.1.178.15.3663.05.188.05.3857 0 .198-.05.3845-.05.1868-.15.3635-1.675 2.95-4.4375 4.85T11 15t-6.1375-1.9m11.7-1.2375Q19.1 10.225 20.425 7.5 19.1 4.775 16.5667 3.1375T11.0043 1.5 5.4375 3.1375 1.55 7.5q1.35 2.725 3.8833 4.3625Q7.9665 13.5 10.9958 13.5t5.5667-1.6375" }));
8
8
  export {
9
9
  SvgVisibilityOnRound as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgVisibilityOnSharp = ({
24
24
  title,
25
25
  titleId,
26
26
  ...props
27
- }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 12", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M8 .54A8.6 8.6 0 0 0 0 6a8.6 8.6 0 0 0 16 0A8.6 8.6 0 0 0 8 .54m0 9.09a3.64 3.64 0 0 1-3.64-3.64A3.64 3.64 0 0 1 8 2.36 3.64 3.64 0 0 1 11.64 6 3.64 3.64 0 0 1 8 9.63m0-5.82A2.2 2.2 0 0 0 5.82 6c0 1.2.97 2.18 2.18 2.18A2.2 2.2 0 0 0 10.18 6 2.2 2.2 0 0 0 8 3.8" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 22 15", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M14.0125 10.5125Q15.25 9.275 15.25 7.5t-1.2375-3.0125T11 3.25 7.9875 4.4875 6.75 7.5t1.2375 3.0125T11 11.75t3.0125-1.2375m-5-1.025Q8.2 8.675 8.2 7.5t.8125-1.9875T11 4.7t1.9875.8125T13.8 7.5t-.8125 1.9875T11 10.3t-1.9875-.8125M4.4 12.925Q1.45 10.85 0 7.5q1.45-3.35 4.4-5.425T11 0t6.6 2.075T22 7.5q-1.45 3.35-4.4 5.425T11 15t-6.6-2.075m12.1625-1.0625Q19.1 10.225 20.425 7.5 19.1 4.775 16.5625 3.1375T11 1.5 5.4375 3.1375 1.55 7.5q1.35 2.725 3.8875 4.3625T11 13.5t5.5625-1.6375" }));
28
28
  exports.default = SvgVisibilityOnSharp;
@@ -4,7 +4,7 @@ const SvgVisibilityOnSharp = ({
4
4
  title,
5
5
  titleId,
6
6
  ...props
7
- }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 12", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M8 .54A8.6 8.6 0 0 0 0 6a8.6 8.6 0 0 0 16 0A8.6 8.6 0 0 0 8 .54m0 9.09a3.64 3.64 0 0 1-3.64-3.64A3.64 3.64 0 0 1 8 2.36 3.64 3.64 0 0 1 11.64 6 3.64 3.64 0 0 1 8 9.63m0-5.82A2.2 2.2 0 0 0 5.82 6c0 1.2.97 2.18 2.18 2.18A2.2 2.2 0 0 0 10.18 6 2.2 2.2 0 0 0 8 3.8" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 22 15", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M14.0125 10.5125Q15.25 9.275 15.25 7.5t-1.2375-3.0125T11 3.25 7.9875 4.4875 6.75 7.5t1.2375 3.0125T11 11.75t3.0125-1.2375m-5-1.025Q8.2 8.675 8.2 7.5t.8125-1.9875T11 4.7t1.9875.8125T13.8 7.5t-.8125 1.9875T11 10.3t-1.9875-.8125M4.4 12.925Q1.45 10.85 0 7.5q1.45-3.35 4.4-5.425T11 0t6.6 2.075T22 7.5q-1.45 3.35-4.4 5.425T11 15t-6.6-2.075m12.1625-1.0625Q19.1 10.225 20.425 7.5 19.1 4.775 16.5625 3.1375T11 1.5 5.4375 3.1375 1.55 7.5q1.35 2.725 3.8875 4.3625T11 13.5t5.5625-1.6375" }));
8
8
  export {
9
9
  SvgVisibilityOnSharp as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgCallFilled = ({
24
24
  title,
25
25
  titleId,
26
26
  ...props
27
- }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M15.12 11q-1.65 0-3.14-.5a.9.9 0 0 0-.9.22L9.7 12.47A13.5 13.5 0 0 1 3.57 6.4L5.3 4.92a.9.9 0 0 0 .21-.9 10 10 0 0 1-.5-3.14c0-.48-.4-.88-.88-.88H1.06C.58 0 0 .21 0 .88 0 9.14 6.87 16 15.12 16c.63 0 .88-.56.88-1.05v-3.07c0-.48-.4-.88-.88-.88" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 18 18", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M16.875 18q-2.9 0-5.9125-1.4T5.375 12.625 1.4 7.0375 0 1.125q0-.475.325-.8t.8-.325h3.5q.35 0 .6.25t.35.625l.675 3.15q.05.35-.0125.6375T5.975 5.15l-2.5 2.525q.65 1.1 1.375 2.05t1.6 1.8q.925.95 1.95 1.7375t2.15 1.3875l2.375-2.45q.25-.275.575-.375t.65-.05l2.975.65q.375.1.625.4t.25.675v3.375q0 .475-.325.8t-.8.325" }));
28
28
  exports.default = SvgCallFilled;
@@ -4,7 +4,7 @@ const SvgCallFilled = ({
4
4
  title,
5
5
  titleId,
6
6
  ...props
7
- }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M15.12 11q-1.65 0-3.14-.5a.9.9 0 0 0-.9.22L9.7 12.47A13.5 13.5 0 0 1 3.57 6.4L5.3 4.92a.9.9 0 0 0 .21-.9 10 10 0 0 1-.5-3.14c0-.48-.4-.88-.88-.88H1.06C.58 0 0 .21 0 .88 0 9.14 6.87 16 15.12 16c.63 0 .88-.56.88-1.05v-3.07c0-.48-.4-.88-.88-.88" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 18 18", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M16.875 18q-2.9 0-5.9125-1.4T5.375 12.625 1.4 7.0375 0 1.125q0-.475.325-.8t.8-.325h3.5q.35 0 .6.25t.35.625l.675 3.15q.05.35-.0125.6375T5.975 5.15l-2.5 2.525q.65 1.1 1.375 2.05t1.6 1.8q.925.95 1.95 1.7375t2.15 1.3875l2.375-2.45q.25-.275.575-.375t.65-.05l2.975.65q.375.1.625.4t.25.675v3.375q0 .475-.325.8t-.8.325" }));
8
8
  export {
9
9
  SvgCallFilled as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgCallOutlined = ({
24
24
  title,
25
25
  titleId,
26
26
  ...props
27
- }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M3.15 1.78q.07 1.19.4 2.3L2.48 5.15a13 13 0 0 1-.68-3.37zm8.76 10.68a11 11 0 0 0 2.31.4v1.33a14 14 0 0 1-3.38-.67zM4 0H.89A.9.9 0 0 0 0 .89 15.1 15.1 0 0 0 15.11 16a.9.9 0 0 0 .89-.89v-3.1a.9.9 0 0 0-.89-.89q-1.67-.01-3.17-.5a1 1 0 0 0-.28-.05 1 1 0 0 0-.63.26l-1.95 1.95a13.5 13.5 0 0 1-5.86-5.85l1.95-1.96a.9.9 0 0 0 .23-.9A10 10 0 0 1 4.89.88.9.9 0 0 0 4 0" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 18 18", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M16.875 18q-2.9 0-5.9125-1.4T5.375 12.625 1.4 7.0375 0 1.125Q0 .6428.3215.3215.6428 0 1.125 0h3.5q.35 0 .6.25t.35.625l.6733 3.141q.0517.359-.0108.6465t-.2683.4932L3.475 7.675q.65 1.1 1.375 2.05t1.6 1.8q.925.95 1.95 1.7375t2.15 1.3875l2.375-2.45q.25-.275.5788-.375t.6462-.05l2.975.65q.375.1.625.401.25.3012.25.674v3.375q0 .4822-.3215.8035Q17.3573 18 16.875 18M2.725 6.3 4.75 4.25 4.175 1.5H1.5q.05 1.05.3375 2.2125T2.725 6.3m9.225 9.075q1.025.475 2.225.775t2.325.35v-2.675l-2.575-.525zm0 0" }));
28
28
  exports.default = SvgCallOutlined;
@@ -4,7 +4,7 @@ const SvgCallOutlined = ({
4
4
  title,
5
5
  titleId,
6
6
  ...props
7
- }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M3.15 1.78q.07 1.19.4 2.3L2.48 5.15a13 13 0 0 1-.68-3.37zm8.76 10.68a11 11 0 0 0 2.31.4v1.33a14 14 0 0 1-3.38-.67zM4 0H.89A.9.9 0 0 0 0 .89 15.1 15.1 0 0 0 15.11 16a.9.9 0 0 0 .89-.89v-3.1a.9.9 0 0 0-.89-.89q-1.67-.01-3.17-.5a1 1 0 0 0-.28-.05 1 1 0 0 0-.63.26l-1.95 1.95a13.5 13.5 0 0 1-5.86-5.85l1.95-1.96a.9.9 0 0 0 .23-.9A10 10 0 0 1 4.89.88.9.9 0 0 0 4 0" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 18 18", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M16.875 18q-2.9 0-5.9125-1.4T5.375 12.625 1.4 7.0375 0 1.125Q0 .6428.3215.3215.6428 0 1.125 0h3.5q.35 0 .6.25t.35.625l.6733 3.141q.0517.359-.0108.6465t-.2683.4932L3.475 7.675q.65 1.1 1.375 2.05t1.6 1.8q.925.95 1.95 1.7375t2.15 1.3875l2.375-2.45q.25-.275.5788-.375t.6462-.05l2.975.65q.375.1.625.401.25.3012.25.674v3.375q0 .4822-.3215.8035Q17.3573 18 16.875 18M2.725 6.3 4.75 4.25 4.175 1.5H1.5q.05 1.05.3375 2.2125T2.725 6.3m9.225 9.075q1.025.475 2.225.775t2.325.35v-2.675l-2.575-.525zm0 0" }));
8
8
  export {
9
9
  SvgCallOutlined as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgCallRound = ({
24
24
  title,
25
25
  titleId,
26
26
  ...props
27
- }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "m14.43 10.91-2.26-.26a1.8 1.8 0 0 0-1.46.51L9.07 12.8A13.4 13.4 0 0 1 3.2 6.93l1.65-1.65c.38-.38.57-.92.5-1.46L5.1 1.58A1.8 1.8 0 0 0 3.33 0H1.78C.78 0-.06.84 0 1.84A15.14 15.14 0 0 0 14.16 16c1 .06 1.84-.78 1.84-1.78v-1.55a1.8 1.8 0 0 0-1.57-1.76" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 18 18", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M16.875 18q-2.9 0-5.9125-1.4T5.375 12.625 1.4 7.0375 0 1.125Q0 .6428.3215.3215.6428 0 1.125 0h3.5q.35 0 .6.25t.35.625l.6733 3.141q.0517.359-.0108.6465t-.2683.4932L3.475 7.675q.65 1.1 1.375 2.05t1.6 1.8q.925.95 1.95 1.7375t2.15 1.3875l2.375-2.45q.25-.275.5788-.375t.6462-.05l2.975.65q.375.1.625.401.25.3012.25.674v3.375q0 .4822-.3215.8035Q17.3573 18 16.875 18M2.725 6.3 4.75 4.25 4.175 1.5H1.5q.05 1.05.3375 2.2125T2.725 6.3m9.225 9.075q1.025.475 2.225.775t2.325.35v-2.675l-2.575-.525zm0 0" }));
28
28
  exports.default = SvgCallRound;
@@ -4,7 +4,7 @@ const SvgCallRound = ({
4
4
  title,
5
5
  titleId,
6
6
  ...props
7
- }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "m14.43 10.91-2.26-.26a1.8 1.8 0 0 0-1.46.51L9.07 12.8A13.4 13.4 0 0 1 3.2 6.93l1.65-1.65c.38-.38.57-.92.5-1.46L5.1 1.58A1.8 1.8 0 0 0 3.33 0H1.78C.78 0-.06.84 0 1.84A15.14 15.14 0 0 0 14.16 16c1 .06 1.84-.78 1.84-1.78v-1.55a1.8 1.8 0 0 0-1.57-1.76" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 18 18", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M16.875 18q-2.9 0-5.9125-1.4T5.375 12.625 1.4 7.0375 0 1.125Q0 .6428.3215.3215.6428 0 1.125 0h3.5q.35 0 .6.25t.35.625l.6733 3.141q.0517.359-.0108.6465t-.2683.4932L3.475 7.675q.65 1.1 1.375 2.05t1.6 1.8q.925.95 1.95 1.7375t2.15 1.3875l2.375-2.45q.25-.275.5788-.375t.6462-.05l2.975.65q.375.1.625.401.25.3012.25.674v3.375q0 .4822-.3215.8035Q17.3573 18 16.875 18M2.725 6.3 4.75 4.25 4.175 1.5H1.5q.05 1.05.3375 2.2125T2.725 6.3m9.225 9.075q1.025.475 2.225.775t2.325.35v-2.675l-2.575-.525zm0 0" }));
8
8
  export {
9
9
  SvgCallRound as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgCallSharp = ({
24
24
  title,
25
25
  titleId,
26
26
  ...props
27
- }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "m16 11.08-4.68-.55-2.24 2.24a13.4 13.4 0 0 1-5.86-5.85l2.25-2.25L4.92 0H.02A15.1 15.1 0 0 0 16 15.98z" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 18 18", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M16.5 18q-2.7 0-5.625-1.4125T5.4 12.625q-2.575-2.55-3.9875-5.475T0 1.5V0h5.375l1 4.725L3.45 7.7q.7 1.125 1.4375 2.0875T6.425 11.55q.9.9 1.925 1.6875t2.2 1.4375l2.925-3.025 4.525.975V18zM2.725 6.3 4.75 4.25 4.175 1.5H1.5q0 .95.2875 2.125T2.725 6.3m9.225 9.075q1.025.475 2.225.775t2.325.35v-2.675l-2.575-.525zm0 0" }));
28
28
  exports.default = SvgCallSharp;