@gnist/design-system 5.6.0 → 6.0.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (855) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/README.md +2 -0
  3. package/dist/components/actions/selectionControls/Checkbox.js +1 -1
  4. package/dist/components/actions/selectionControls/RadioButton.js +2 -2
  5. package/dist/components/actions/selectionControls/Switch.cjs +19 -9
  6. package/dist/components/actions/selectionControls/Switch.d.ts +1 -1
  7. package/dist/components/actions/selectionControls/Switch.d.ts.map +1 -1
  8. package/dist/components/actions/selectionControls/Switch.js +21 -11
  9. package/dist/components/actions/selectionControls/switch.css.cjs +123 -48
  10. package/dist/components/actions/selectionControls/switch.css.d.ts +10 -12
  11. package/dist/components/actions/selectionControls/switch.css.d.ts.map +1 -1
  12. package/dist/components/actions/selectionControls/switch.css.js +124 -49
  13. package/dist/components/feedback/alerts/AlertBanner.js +1 -1
  14. package/dist/components/inputs/dropdowns/SelectBase.js +1 -1
  15. package/dist/components/inputs/pickers/Calendar.css.js +1 -1
  16. package/dist/components/inputs/textFields/TextArea.js +1 -1
  17. package/dist/components/inputs/textFields/TextField.js +1 -1
  18. package/dist/components/surfaces/modal/Modal.js +1 -1
  19. package/dist/foundation/iconography/Icon.css.cjs +2 -1
  20. package/dist/foundation/iconography/Icon.css.d.ts.map +1 -1
  21. package/dist/foundation/iconography/Icon.css.js +2 -1
  22. package/dist/foundation/iconography/IconVariantProvider.cjs +1 -1
  23. package/dist/foundation/iconography/IconVariantProvider.js +1 -1
  24. package/dist/foundation/iconography/icons.d.ts +1 -1
  25. package/dist/foundation/iconography/icons.d.ts.map +1 -1
  26. package/dist/foundation/iconography/svg/action/assignment-filled.svg.cjs +1 -1
  27. package/dist/foundation/iconography/svg/action/assignment-filled.svg.js +1 -1
  28. package/dist/foundation/iconography/svg/action/assignment-outlined.svg.cjs +1 -1
  29. package/dist/foundation/iconography/svg/action/assignment-outlined.svg.js +1 -1
  30. package/dist/foundation/iconography/svg/action/assignment-round.svg.cjs +1 -1
  31. package/dist/foundation/iconography/svg/action/assignment-round.svg.js +1 -1
  32. package/dist/foundation/iconography/svg/action/assignment-sharp.svg.cjs +1 -1
  33. package/dist/foundation/iconography/svg/action/assignment-sharp.svg.js +1 -1
  34. package/dist/foundation/iconography/svg/action/bolt-filled.svg.cjs +1 -1
  35. package/dist/foundation/iconography/svg/action/bolt-filled.svg.js +1 -1
  36. package/dist/foundation/iconography/svg/action/bolt-outlined.svg.cjs +1 -1
  37. package/dist/foundation/iconography/svg/action/bolt-outlined.svg.js +1 -1
  38. package/dist/foundation/iconography/svg/action/bolt-round.svg.cjs +1 -1
  39. package/dist/foundation/iconography/svg/action/bolt-round.svg.js +1 -1
  40. package/dist/foundation/iconography/svg/action/bolt-sharp.svg.cjs +1 -1
  41. package/dist/foundation/iconography/svg/action/bolt-sharp.svg.js +1 -1
  42. package/dist/foundation/iconography/svg/action/build-filled.svg.cjs +1 -1
  43. package/dist/foundation/iconography/svg/action/build-filled.svg.js +1 -1
  44. package/dist/foundation/iconography/svg/action/build-outlined.svg.cjs +1 -1
  45. package/dist/foundation/iconography/svg/action/build-outlined.svg.js +1 -1
  46. package/dist/foundation/iconography/svg/action/build-round.svg.cjs +1 -1
  47. package/dist/foundation/iconography/svg/action/build-round.svg.js +1 -1
  48. package/dist/foundation/iconography/svg/action/build-sharp.svg.cjs +1 -1
  49. package/dist/foundation/iconography/svg/action/build-sharp.svg.js +1 -1
  50. package/dist/foundation/iconography/svg/action/calculate-filled.svg.cjs +1 -1
  51. package/dist/foundation/iconography/svg/action/calculate-filled.svg.js +1 -1
  52. package/dist/foundation/iconography/svg/action/calculate-outlined.svg.cjs +1 -1
  53. package/dist/foundation/iconography/svg/action/calculate-outlined.svg.js +1 -1
  54. package/dist/foundation/iconography/svg/action/calculate-round.svg.cjs +1 -1
  55. package/dist/foundation/iconography/svg/action/calculate-round.svg.js +1 -1
  56. package/dist/foundation/iconography/svg/action/calculate-sharp.svg.cjs +1 -1
  57. package/dist/foundation/iconography/svg/action/calculate-sharp.svg.js +1 -1
  58. package/dist/foundation/iconography/svg/action/calendar-filled.svg.cjs +1 -1
  59. package/dist/foundation/iconography/svg/action/calendar-filled.svg.js +1 -1
  60. package/dist/foundation/iconography/svg/action/calendar-outlined.svg.cjs +1 -1
  61. package/dist/foundation/iconography/svg/action/calendar-outlined.svg.js +1 -1
  62. package/dist/foundation/iconography/svg/action/calendar-round.svg.cjs +1 -1
  63. package/dist/foundation/iconography/svg/action/calendar-round.svg.js +1 -1
  64. package/dist/foundation/iconography/svg/action/calendar-sharp.svg.cjs +1 -1
  65. package/dist/foundation/iconography/svg/action/calendar-sharp.svg.js +1 -1
  66. package/dist/foundation/iconography/svg/action/car-filled.svg.cjs +1 -1
  67. package/dist/foundation/iconography/svg/action/car-filled.svg.js +1 -1
  68. package/dist/foundation/iconography/svg/action/car-outlined.svg.cjs +1 -1
  69. package/dist/foundation/iconography/svg/action/car-outlined.svg.js +1 -1
  70. package/dist/foundation/iconography/svg/action/car-round.svg.cjs +1 -1
  71. package/dist/foundation/iconography/svg/action/car-round.svg.js +1 -1
  72. package/dist/foundation/iconography/svg/action/car-sharp.svg.cjs +1 -1
  73. package/dist/foundation/iconography/svg/action/car-sharp.svg.js +1 -1
  74. package/dist/foundation/iconography/svg/action/car_crash-filled.svg.cjs +1 -1
  75. package/dist/foundation/iconography/svg/action/car_crash-filled.svg.js +1 -1
  76. package/dist/foundation/iconography/svg/action/car_crash-outlined.svg.cjs +1 -1
  77. package/dist/foundation/iconography/svg/action/car_crash-outlined.svg.js +1 -1
  78. package/dist/foundation/iconography/svg/action/car_crash-round.svg.cjs +1 -1
  79. package/dist/foundation/iconography/svg/action/car_crash-round.svg.js +1 -1
  80. package/dist/foundation/iconography/svg/action/car_crash-sharp.svg.cjs +1 -1
  81. package/dist/foundation/iconography/svg/action/car_crash-sharp.svg.js +1 -1
  82. package/dist/foundation/iconography/svg/action/change-filled.svg.cjs +1 -1
  83. package/dist/foundation/iconography/svg/action/change-filled.svg.js +1 -1
  84. package/dist/foundation/iconography/svg/action/change-outlined.svg.cjs +1 -1
  85. package/dist/foundation/iconography/svg/action/change-outlined.svg.js +1 -1
  86. package/dist/foundation/iconography/svg/action/change-round.svg.cjs +1 -1
  87. package/dist/foundation/iconography/svg/action/change-round.svg.js +1 -1
  88. package/dist/foundation/iconography/svg/action/change-sharp.svg.cjs +1 -1
  89. package/dist/foundation/iconography/svg/action/change-sharp.svg.js +1 -1
  90. package/dist/foundation/iconography/svg/action/code-filled.svg.cjs +1 -1
  91. package/dist/foundation/iconography/svg/action/code-filled.svg.js +1 -1
  92. package/dist/foundation/iconography/svg/action/code-outlined.svg.cjs +1 -1
  93. package/dist/foundation/iconography/svg/action/code-outlined.svg.js +1 -1
  94. package/dist/foundation/iconography/svg/action/code-round.svg.cjs +1 -1
  95. package/dist/foundation/iconography/svg/action/code-round.svg.js +1 -1
  96. package/dist/foundation/iconography/svg/action/code-sharp.svg.cjs +1 -1
  97. package/dist/foundation/iconography/svg/action/code-sharp.svg.js +1 -1
  98. package/dist/foundation/iconography/svg/action/contract-filled.svg.cjs +1 -1
  99. package/dist/foundation/iconography/svg/action/contract-filled.svg.js +1 -1
  100. package/dist/foundation/iconography/svg/action/contract-outlined.svg.cjs +1 -1
  101. package/dist/foundation/iconography/svg/action/contract-outlined.svg.js +1 -1
  102. package/dist/foundation/iconography/svg/action/contract-round.svg.cjs +1 -1
  103. package/dist/foundation/iconography/svg/action/contract-round.svg.js +1 -1
  104. package/dist/foundation/iconography/svg/action/contract-sharp.svg.cjs +1 -1
  105. package/dist/foundation/iconography/svg/action/contract-sharp.svg.js +1 -1
  106. package/dist/foundation/iconography/svg/action/edit-filled.svg.cjs +1 -1
  107. package/dist/foundation/iconography/svg/action/edit-filled.svg.js +1 -1
  108. package/dist/foundation/iconography/svg/action/edit-outlined.svg.cjs +1 -1
  109. package/dist/foundation/iconography/svg/action/edit-outlined.svg.js +1 -1
  110. package/dist/foundation/iconography/svg/action/edit-round.svg.cjs +1 -1
  111. package/dist/foundation/iconography/svg/action/edit-round.svg.js +1 -1
  112. package/dist/foundation/iconography/svg/action/edit-sharp.svg.cjs +1 -1
  113. package/dist/foundation/iconography/svg/action/edit-sharp.svg.js +1 -1
  114. package/dist/foundation/iconography/svg/action/electric_car-filled.svg.cjs +28 -0
  115. package/dist/foundation/iconography/svg/action/electric_car-filled.svg.js +10 -0
  116. package/dist/foundation/iconography/svg/action/electric_car-outlined.svg.cjs +28 -0
  117. package/dist/foundation/iconography/svg/action/electric_car-outlined.svg.js +10 -0
  118. package/dist/foundation/iconography/svg/action/electric_car-round.svg.cjs +28 -0
  119. package/dist/foundation/iconography/svg/action/electric_car-round.svg.js +10 -0
  120. package/dist/foundation/iconography/svg/action/electric_car-sharp.svg.cjs +28 -0
  121. package/dist/foundation/iconography/svg/action/electric_car-sharp.svg.js +10 -0
  122. package/dist/foundation/iconography/svg/action/explore-filled.svg.cjs +1 -1
  123. package/dist/foundation/iconography/svg/action/explore-filled.svg.js +1 -1
  124. package/dist/foundation/iconography/svg/action/explore-outlined.svg.cjs +1 -1
  125. package/dist/foundation/iconography/svg/action/explore-outlined.svg.js +1 -1
  126. package/dist/foundation/iconography/svg/action/explore-round.svg.cjs +1 -1
  127. package/dist/foundation/iconography/svg/action/explore-round.svg.js +1 -1
  128. package/dist/foundation/iconography/svg/action/explore-sharp.svg.cjs +1 -1
  129. package/dist/foundation/iconography/svg/action/explore-sharp.svg.js +1 -1
  130. package/dist/foundation/iconography/svg/action/home-filled.svg.cjs +1 -1
  131. package/dist/foundation/iconography/svg/action/home-filled.svg.js +1 -1
  132. package/dist/foundation/iconography/svg/action/home-outlined.svg.cjs +1 -1
  133. package/dist/foundation/iconography/svg/action/home-outlined.svg.js +1 -1
  134. package/dist/foundation/iconography/svg/action/home-round.svg.cjs +1 -1
  135. package/dist/foundation/iconography/svg/action/home-round.svg.js +1 -1
  136. package/dist/foundation/iconography/svg/action/home-sharp.svg.cjs +1 -1
  137. package/dist/foundation/iconography/svg/action/home-sharp.svg.js +1 -1
  138. package/dist/foundation/iconography/svg/action/image_not_supported-filled.svg.cjs +1 -1
  139. package/dist/foundation/iconography/svg/action/image_not_supported-filled.svg.js +1 -1
  140. package/dist/foundation/iconography/svg/action/image_not_supported-outlined.svg.cjs +1 -1
  141. package/dist/foundation/iconography/svg/action/image_not_supported-outlined.svg.js +1 -1
  142. package/dist/foundation/iconography/svg/action/image_not_supported-round.svg.cjs +1 -1
  143. package/dist/foundation/iconography/svg/action/image_not_supported-round.svg.js +1 -1
  144. package/dist/foundation/iconography/svg/action/image_not_supported-sharp.svg.cjs +1 -1
  145. package/dist/foundation/iconography/svg/action/image_not_supported-sharp.svg.js +1 -1
  146. package/dist/foundation/iconography/svg/action/index.cjs +33 -11
  147. package/dist/foundation/iconography/svg/action/index.d.ts +55 -3
  148. package/dist/foundation/iconography/svg/action/index.d.ts.map +1 -1
  149. package/dist/foundation/iconography/svg/action/index.js +33 -11
  150. package/dist/foundation/iconography/svg/action/lightbulb-filled.svg.cjs +1 -1
  151. package/dist/foundation/iconography/svg/action/lightbulb-filled.svg.js +1 -1
  152. package/dist/foundation/iconography/svg/action/lightbulb-outlined.svg.cjs +1 -1
  153. package/dist/foundation/iconography/svg/action/lightbulb-outlined.svg.js +1 -1
  154. package/dist/foundation/iconography/svg/action/lightbulb-round.svg.cjs +1 -1
  155. package/dist/foundation/iconography/svg/action/lightbulb-round.svg.js +1 -1
  156. package/dist/foundation/iconography/svg/action/lightbulb-sharp.svg.cjs +1 -1
  157. package/dist/foundation/iconography/svg/action/lightbulb-sharp.svg.js +1 -1
  158. package/dist/foundation/iconography/svg/action/login-filled.svg.cjs +1 -1
  159. package/dist/foundation/iconography/svg/action/login-filled.svg.js +1 -1
  160. package/dist/foundation/iconography/svg/action/login-outlined.svg.cjs +1 -1
  161. package/dist/foundation/iconography/svg/action/login-outlined.svg.js +1 -1
  162. package/dist/foundation/iconography/svg/action/login-round.svg.cjs +1 -1
  163. package/dist/foundation/iconography/svg/action/login-round.svg.js +1 -1
  164. package/dist/foundation/iconography/svg/action/login-sharp.svg.cjs +1 -1
  165. package/dist/foundation/iconography/svg/action/login-sharp.svg.js +1 -1
  166. package/dist/foundation/iconography/svg/action/logout-filled.svg.cjs +1 -1
  167. package/dist/foundation/iconography/svg/action/logout-filled.svg.js +1 -1
  168. package/dist/foundation/iconography/svg/action/logout-outlined.svg.cjs +1 -1
  169. package/dist/foundation/iconography/svg/action/logout-outlined.svg.js +1 -1
  170. package/dist/foundation/iconography/svg/action/logout-round.svg.cjs +1 -1
  171. package/dist/foundation/iconography/svg/action/logout-round.svg.js +1 -1
  172. package/dist/foundation/iconography/svg/action/logout-sharp.svg.cjs +1 -1
  173. package/dist/foundation/iconography/svg/action/logout-sharp.svg.js +1 -1
  174. package/dist/foundation/iconography/svg/action/manual_gear-filled.svg.cjs +1 -1
  175. package/dist/foundation/iconography/svg/action/manual_gear-filled.svg.js +1 -1
  176. package/dist/foundation/iconography/svg/action/manual_gear-outlined.svg.cjs +1 -1
  177. package/dist/foundation/iconography/svg/action/manual_gear-outlined.svg.js +1 -1
  178. package/dist/foundation/iconography/svg/action/manual_gear-round.svg.cjs +1 -1
  179. package/dist/foundation/iconography/svg/action/manual_gear-round.svg.js +1 -1
  180. package/dist/foundation/iconography/svg/action/manual_gear-sharp.svg.cjs +1 -1
  181. package/dist/foundation/iconography/svg/action/manual_gear-sharp.svg.js +1 -1
  182. package/dist/foundation/iconography/svg/action/minor_crash-filled.svg.cjs +28 -0
  183. package/dist/foundation/iconography/svg/action/minor_crash-filled.svg.js +10 -0
  184. package/dist/foundation/iconography/svg/action/minor_crash-outlined.svg.cjs +28 -0
  185. package/dist/foundation/iconography/svg/action/minor_crash-outlined.svg.js +10 -0
  186. package/dist/foundation/iconography/svg/action/minor_crash-round.svg.cjs +28 -0
  187. package/dist/foundation/iconography/svg/action/minor_crash-round.svg.js +10 -0
  188. package/dist/foundation/iconography/svg/action/minor_crash-sharp.svg.cjs +28 -0
  189. package/dist/foundation/iconography/svg/action/minor_crash-sharp.svg.js +10 -0
  190. package/dist/foundation/iconography/svg/action/notifications-filled.svg.cjs +1 -1
  191. package/dist/foundation/iconography/svg/action/notifications-filled.svg.js +1 -1
  192. package/dist/foundation/iconography/svg/action/notifications-outlined.svg.cjs +1 -1
  193. package/dist/foundation/iconography/svg/action/notifications-outlined.svg.js +1 -1
  194. package/dist/foundation/iconography/svg/action/notifications-round.svg.cjs +1 -1
  195. package/dist/foundation/iconography/svg/action/notifications-round.svg.js +1 -1
  196. package/dist/foundation/iconography/svg/action/notifications-sharp.svg.cjs +1 -1
  197. package/dist/foundation/iconography/svg/action/notifications-sharp.svg.js +1 -1
  198. package/dist/foundation/iconography/svg/action/payment-filled.svg.cjs +1 -1
  199. package/dist/foundation/iconography/svg/action/payment-filled.svg.js +1 -1
  200. package/dist/foundation/iconography/svg/action/payment-outlined.svg.cjs +1 -1
  201. package/dist/foundation/iconography/svg/action/payment-outlined.svg.js +1 -1
  202. package/dist/foundation/iconography/svg/action/payment-round.svg.cjs +1 -1
  203. package/dist/foundation/iconography/svg/action/payment-round.svg.js +1 -1
  204. package/dist/foundation/iconography/svg/action/payment-sharp.svg.cjs +1 -1
  205. package/dist/foundation/iconography/svg/action/payment-sharp.svg.js +1 -1
  206. package/dist/foundation/iconography/svg/action/pets-filled.svg.cjs +1 -1
  207. package/dist/foundation/iconography/svg/action/pets-filled.svg.js +1 -1
  208. package/dist/foundation/iconography/svg/action/pets-outlined.svg.cjs +1 -1
  209. package/dist/foundation/iconography/svg/action/pets-outlined.svg.js +1 -1
  210. package/dist/foundation/iconography/svg/action/pets-round.svg.cjs +1 -1
  211. package/dist/foundation/iconography/svg/action/pets-round.svg.js +1 -1
  212. package/dist/foundation/iconography/svg/action/pets-sharp.svg.cjs +1 -1
  213. package/dist/foundation/iconography/svg/action/pets-sharp.svg.js +1 -1
  214. package/dist/foundation/iconography/svg/action/play_circle-filled.svg.cjs +1 -1
  215. package/dist/foundation/iconography/svg/action/play_circle-filled.svg.js +1 -1
  216. package/dist/foundation/iconography/svg/action/play_circle-outlined.svg.cjs +1 -1
  217. package/dist/foundation/iconography/svg/action/play_circle-outlined.svg.js +1 -1
  218. package/dist/foundation/iconography/svg/action/play_circle-round.svg.cjs +1 -1
  219. package/dist/foundation/iconography/svg/action/play_circle-round.svg.js +1 -1
  220. package/dist/foundation/iconography/svg/action/play_circle-sharp.svg.cjs +1 -1
  221. package/dist/foundation/iconography/svg/action/play_circle-sharp.svg.js +1 -1
  222. package/dist/foundation/iconography/svg/action/print-filled.svg.cjs +1 -1
  223. package/dist/foundation/iconography/svg/action/print-filled.svg.js +1 -1
  224. package/dist/foundation/iconography/svg/action/print-outlined.svg.cjs +1 -1
  225. package/dist/foundation/iconography/svg/action/print-outlined.svg.js +1 -1
  226. package/dist/foundation/iconography/svg/action/print-round.svg.cjs +1 -1
  227. package/dist/foundation/iconography/svg/action/print-round.svg.js +1 -1
  228. package/dist/foundation/iconography/svg/action/print-sharp.svg.cjs +1 -1
  229. package/dist/foundation/iconography/svg/action/print-sharp.svg.js +1 -1
  230. package/dist/foundation/iconography/svg/action/query_stats-filled.svg.cjs +1 -1
  231. package/dist/foundation/iconography/svg/action/query_stats-filled.svg.js +1 -1
  232. package/dist/foundation/iconography/svg/action/query_stats-outlined.svg.cjs +1 -1
  233. package/dist/foundation/iconography/svg/action/query_stats-outlined.svg.js +1 -1
  234. package/dist/foundation/iconography/svg/action/query_stats-round.svg.cjs +1 -1
  235. package/dist/foundation/iconography/svg/action/query_stats-round.svg.js +1 -1
  236. package/dist/foundation/iconography/svg/action/query_stats-sharp.svg.cjs +1 -1
  237. package/dist/foundation/iconography/svg/action/query_stats-sharp.svg.js +1 -1
  238. package/dist/foundation/iconography/svg/action/savings-filled.svg.cjs +1 -1
  239. package/dist/foundation/iconography/svg/action/savings-filled.svg.js +1 -1
  240. package/dist/foundation/iconography/svg/action/savings-outlined.svg.cjs +1 -1
  241. package/dist/foundation/iconography/svg/action/savings-outlined.svg.js +1 -1
  242. package/dist/foundation/iconography/svg/action/savings-round.svg.cjs +1 -1
  243. package/dist/foundation/iconography/svg/action/savings-round.svg.js +1 -1
  244. package/dist/foundation/iconography/svg/action/savings-sharp.svg.cjs +1 -1
  245. package/dist/foundation/iconography/svg/action/savings-sharp.svg.js +1 -1
  246. package/dist/foundation/iconography/svg/action/schedule-filled.svg.cjs +1 -1
  247. package/dist/foundation/iconography/svg/action/schedule-filled.svg.js +1 -1
  248. package/dist/foundation/iconography/svg/action/schedule-outlined.svg.cjs +1 -1
  249. package/dist/foundation/iconography/svg/action/schedule-outlined.svg.js +1 -1
  250. package/dist/foundation/iconography/svg/action/schedule-round.svg.cjs +1 -1
  251. package/dist/foundation/iconography/svg/action/schedule-round.svg.js +1 -1
  252. package/dist/foundation/iconography/svg/action/schedule-sharp.svg.cjs +1 -1
  253. package/dist/foundation/iconography/svg/action/schedule-sharp.svg.js +1 -1
  254. package/dist/foundation/iconography/svg/action/settings-filled.svg.cjs +1 -1
  255. package/dist/foundation/iconography/svg/action/settings-filled.svg.js +1 -1
  256. package/dist/foundation/iconography/svg/action/settings-outlined.svg.cjs +1 -1
  257. package/dist/foundation/iconography/svg/action/settings-outlined.svg.js +1 -1
  258. package/dist/foundation/iconography/svg/action/settings-round.svg.cjs +1 -1
  259. package/dist/foundation/iconography/svg/action/settings-round.svg.js +1 -1
  260. package/dist/foundation/iconography/svg/action/settings-sharp.svg.cjs +1 -1
  261. package/dist/foundation/iconography/svg/action/settings-sharp.svg.js +1 -1
  262. package/dist/foundation/iconography/svg/action/shopping_cart-filled.svg.cjs +1 -1
  263. package/dist/foundation/iconography/svg/action/shopping_cart-filled.svg.js +1 -1
  264. package/dist/foundation/iconography/svg/action/shopping_cart-outlined.svg.cjs +1 -1
  265. package/dist/foundation/iconography/svg/action/shopping_cart-outlined.svg.js +1 -1
  266. package/dist/foundation/iconography/svg/action/shopping_cart-round.svg.cjs +1 -1
  267. package/dist/foundation/iconography/svg/action/shopping_cart-round.svg.js +1 -1
  268. package/dist/foundation/iconography/svg/action/shopping_cart-sharp.svg.cjs +1 -1
  269. package/dist/foundation/iconography/svg/action/shopping_cart-sharp.svg.js +1 -1
  270. package/dist/foundation/iconography/svg/action/signature-filled.svg.cjs +28 -0
  271. package/dist/foundation/iconography/svg/action/signature-filled.svg.js +10 -0
  272. package/dist/foundation/iconography/svg/action/signature-outlined.svg.cjs +28 -0
  273. package/dist/foundation/iconography/svg/action/signature-outlined.svg.js +10 -0
  274. package/dist/foundation/iconography/svg/action/signature-round.svg.cjs +28 -0
  275. package/dist/foundation/iconography/svg/action/signature-round.svg.js +10 -0
  276. package/dist/foundation/iconography/svg/action/signature-sharp.svg.cjs +28 -0
  277. package/dist/foundation/iconography/svg/action/signature-sharp.svg.js +10 -0
  278. package/dist/foundation/iconography/svg/action/sort-filled.svg.cjs +1 -1
  279. package/dist/foundation/iconography/svg/action/sort-filled.svg.js +1 -1
  280. package/dist/foundation/iconography/svg/action/sort-outlined.svg.cjs +1 -1
  281. package/dist/foundation/iconography/svg/action/sort-outlined.svg.js +1 -1
  282. package/dist/foundation/iconography/svg/action/sort-round.svg.cjs +1 -1
  283. package/dist/foundation/iconography/svg/action/sort-round.svg.js +1 -1
  284. package/dist/foundation/iconography/svg/action/sort-sharp.svg.cjs +1 -1
  285. package/dist/foundation/iconography/svg/action/sort-sharp.svg.js +1 -1
  286. package/dist/foundation/iconography/svg/action/speed-filled.svg.cjs +1 -1
  287. package/dist/foundation/iconography/svg/action/speed-filled.svg.js +1 -1
  288. package/dist/foundation/iconography/svg/action/speed-outlined.svg.cjs +1 -1
  289. package/dist/foundation/iconography/svg/action/speed-outlined.svg.js +1 -1
  290. package/dist/foundation/iconography/svg/action/speed-round.svg.cjs +1 -1
  291. package/dist/foundation/iconography/svg/action/speed-round.svg.js +1 -1
  292. package/dist/foundation/iconography/svg/action/speed-sharp.svg.cjs +1 -1
  293. package/dist/foundation/iconography/svg/action/speed-sharp.svg.js +1 -1
  294. package/dist/foundation/iconography/svg/action/trash-filled.svg.cjs +1 -1
  295. package/dist/foundation/iconography/svg/action/trash-filled.svg.js +1 -1
  296. package/dist/foundation/iconography/svg/action/trash-outlined.svg.cjs +1 -1
  297. package/dist/foundation/iconography/svg/action/trash-outlined.svg.js +1 -1
  298. package/dist/foundation/iconography/svg/action/trash-round.svg.cjs +1 -1
  299. package/dist/foundation/iconography/svg/action/trash-round.svg.js +1 -1
  300. package/dist/foundation/iconography/svg/action/trash-sharp.svg.cjs +1 -1
  301. package/dist/foundation/iconography/svg/action/trash-sharp.svg.js +1 -1
  302. package/dist/foundation/iconography/svg/action/tune-filled.svg.cjs +1 -1
  303. package/dist/foundation/iconography/svg/action/tune-filled.svg.js +1 -1
  304. package/dist/foundation/iconography/svg/action/tune-outlined.svg.cjs +1 -1
  305. package/dist/foundation/iconography/svg/action/tune-outlined.svg.js +1 -1
  306. package/dist/foundation/iconography/svg/action/tune-round.svg.cjs +1 -1
  307. package/dist/foundation/iconography/svg/action/tune-round.svg.js +1 -1
  308. package/dist/foundation/iconography/svg/action/tune-sharp.svg.cjs +1 -1
  309. package/dist/foundation/iconography/svg/action/tune-sharp.svg.js +1 -1
  310. package/dist/foundation/iconography/svg/action/verified-filled.svg.cjs +1 -1
  311. package/dist/foundation/iconography/svg/action/verified-filled.svg.js +1 -1
  312. package/dist/foundation/iconography/svg/action/verified-outlined.svg.cjs +1 -1
  313. package/dist/foundation/iconography/svg/action/verified-outlined.svg.js +1 -1
  314. package/dist/foundation/iconography/svg/action/verified-round.svg.cjs +1 -1
  315. package/dist/foundation/iconography/svg/action/verified-round.svg.js +1 -1
  316. package/dist/foundation/iconography/svg/action/verified-sharp.svg.cjs +1 -1
  317. package/dist/foundation/iconography/svg/action/verified-sharp.svg.js +1 -1
  318. package/dist/foundation/iconography/svg/action/visibility_off-filled.svg.cjs +1 -1
  319. package/dist/foundation/iconography/svg/action/visibility_off-filled.svg.js +1 -1
  320. package/dist/foundation/iconography/svg/action/visibility_off-outlined.svg.cjs +1 -1
  321. package/dist/foundation/iconography/svg/action/visibility_off-outlined.svg.js +1 -1
  322. package/dist/foundation/iconography/svg/action/visibility_off-round.svg.cjs +1 -1
  323. package/dist/foundation/iconography/svg/action/visibility_off-round.svg.js +1 -1
  324. package/dist/foundation/iconography/svg/action/visibility_off-sharp.svg.cjs +1 -1
  325. package/dist/foundation/iconography/svg/action/visibility_off-sharp.svg.js +1 -1
  326. package/dist/foundation/iconography/svg/action/visibility_on-filled.svg.cjs +1 -1
  327. package/dist/foundation/iconography/svg/action/visibility_on-filled.svg.js +1 -1
  328. package/dist/foundation/iconography/svg/action/visibility_on-outlined.svg.cjs +1 -1
  329. package/dist/foundation/iconography/svg/action/visibility_on-outlined.svg.js +1 -1
  330. package/dist/foundation/iconography/svg/action/visibility_on-round.svg.cjs +1 -1
  331. package/dist/foundation/iconography/svg/action/visibility_on-round.svg.js +1 -1
  332. package/dist/foundation/iconography/svg/action/visibility_on-sharp.svg.cjs +1 -1
  333. package/dist/foundation/iconography/svg/action/visibility_on-sharp.svg.js +1 -1
  334. package/dist/foundation/iconography/svg/communication/call-filled.svg.cjs +1 -1
  335. package/dist/foundation/iconography/svg/communication/call-filled.svg.js +1 -1
  336. package/dist/foundation/iconography/svg/communication/call-outlined.svg.cjs +1 -1
  337. package/dist/foundation/iconography/svg/communication/call-outlined.svg.js +1 -1
  338. package/dist/foundation/iconography/svg/communication/call-round.svg.cjs +1 -1
  339. package/dist/foundation/iconography/svg/communication/call-round.svg.js +1 -1
  340. package/dist/foundation/iconography/svg/communication/call-sharp.svg.cjs +1 -1
  341. package/dist/foundation/iconography/svg/communication/call-sharp.svg.js +1 -1
  342. package/dist/foundation/iconography/svg/communication/chat-filled.svg.cjs +1 -1
  343. package/dist/foundation/iconography/svg/communication/chat-filled.svg.js +1 -1
  344. package/dist/foundation/iconography/svg/communication/chat-outlined.svg.cjs +1 -1
  345. package/dist/foundation/iconography/svg/communication/chat-outlined.svg.js +1 -1
  346. package/dist/foundation/iconography/svg/communication/chat-round.svg.cjs +1 -1
  347. package/dist/foundation/iconography/svg/communication/chat-round.svg.js +1 -1
  348. package/dist/foundation/iconography/svg/communication/chat-sharp.svg.cjs +1 -1
  349. package/dist/foundation/iconography/svg/communication/chat-sharp.svg.js +1 -1
  350. package/dist/foundation/iconography/svg/content/add-filled.svg.cjs +1 -1
  351. package/dist/foundation/iconography/svg/content/add-filled.svg.js +1 -1
  352. package/dist/foundation/iconography/svg/content/add-outlined.svg.cjs +1 -1
  353. package/dist/foundation/iconography/svg/content/add-outlined.svg.js +1 -1
  354. package/dist/foundation/iconography/svg/content/add-round.svg.cjs +1 -1
  355. package/dist/foundation/iconography/svg/content/add-round.svg.js +1 -1
  356. package/dist/foundation/iconography/svg/content/add-sharp.svg.cjs +1 -1
  357. package/dist/foundation/iconography/svg/content/add-sharp.svg.js +1 -1
  358. package/dist/foundation/iconography/svg/content/auto-filled.svg.cjs +1 -1
  359. package/dist/foundation/iconography/svg/content/auto-filled.svg.js +1 -1
  360. package/dist/foundation/iconography/svg/content/auto-outlined.svg.cjs +1 -1
  361. package/dist/foundation/iconography/svg/content/auto-outlined.svg.js +1 -1
  362. package/dist/foundation/iconography/svg/content/auto-round.svg.cjs +1 -1
  363. package/dist/foundation/iconography/svg/content/auto-round.svg.js +1 -1
  364. package/dist/foundation/iconography/svg/content/auto-sharp.svg.cjs +1 -1
  365. package/dist/foundation/iconography/svg/content/auto-sharp.svg.js +1 -1
  366. package/dist/foundation/iconography/svg/content/backspace-filled.svg.cjs +1 -1
  367. package/dist/foundation/iconography/svg/content/backspace-filled.svg.js +1 -1
  368. package/dist/foundation/iconography/svg/content/backspace-outlined.svg.cjs +1 -1
  369. package/dist/foundation/iconography/svg/content/backspace-outlined.svg.js +1 -1
  370. package/dist/foundation/iconography/svg/content/backspace-round.svg.cjs +1 -1
  371. package/dist/foundation/iconography/svg/content/backspace-round.svg.js +1 -1
  372. package/dist/foundation/iconography/svg/content/backspace-sharp.svg.cjs +1 -1
  373. package/dist/foundation/iconography/svg/content/backspace-sharp.svg.js +1 -1
  374. package/dist/foundation/iconography/svg/content/clear-filled.svg.cjs +1 -1
  375. package/dist/foundation/iconography/svg/content/clear-filled.svg.js +1 -1
  376. package/dist/foundation/iconography/svg/content/clear-outlined.svg.cjs +1 -1
  377. package/dist/foundation/iconography/svg/content/clear-outlined.svg.js +1 -1
  378. package/dist/foundation/iconography/svg/content/clear-round.svg.cjs +1 -1
  379. package/dist/foundation/iconography/svg/content/clear-round.svg.js +1 -1
  380. package/dist/foundation/iconography/svg/content/clear-sharp.svg.cjs +1 -1
  381. package/dist/foundation/iconography/svg/content/clear-sharp.svg.js +1 -1
  382. package/dist/foundation/iconography/svg/content/mail-filled.svg.cjs +1 -1
  383. package/dist/foundation/iconography/svg/content/mail-filled.svg.js +1 -1
  384. package/dist/foundation/iconography/svg/content/mail-outlined.svg.cjs +1 -1
  385. package/dist/foundation/iconography/svg/content/mail-outlined.svg.js +1 -1
  386. package/dist/foundation/iconography/svg/content/mail-round.svg.cjs +1 -1
  387. package/dist/foundation/iconography/svg/content/mail-round.svg.js +1 -1
  388. package/dist/foundation/iconography/svg/content/mail-sharp.svg.cjs +1 -1
  389. package/dist/foundation/iconography/svg/content/mail-sharp.svg.js +1 -1
  390. package/dist/foundation/iconography/svg/content/manage_account-filled.svg.cjs +1 -1
  391. package/dist/foundation/iconography/svg/content/manage_account-filled.svg.js +1 -1
  392. package/dist/foundation/iconography/svg/content/manage_account-outlined.svg.cjs +1 -1
  393. package/dist/foundation/iconography/svg/content/manage_account-outlined.svg.js +1 -1
  394. package/dist/foundation/iconography/svg/content/manage_account-round.svg.cjs +1 -1
  395. package/dist/foundation/iconography/svg/content/manage_account-round.svg.js +1 -1
  396. package/dist/foundation/iconography/svg/content/manage_account-sharp.svg.cjs +1 -1
  397. package/dist/foundation/iconography/svg/content/manage_account-sharp.svg.js +1 -1
  398. package/dist/foundation/iconography/svg/content/person-filled.svg.cjs +1 -1
  399. package/dist/foundation/iconography/svg/content/person-filled.svg.js +1 -1
  400. package/dist/foundation/iconography/svg/content/person-outlined.svg.cjs +1 -1
  401. package/dist/foundation/iconography/svg/content/person-outlined.svg.js +1 -1
  402. package/dist/foundation/iconography/svg/content/person-round.svg.cjs +1 -1
  403. package/dist/foundation/iconography/svg/content/person-round.svg.js +1 -1
  404. package/dist/foundation/iconography/svg/content/person-sharp.svg.cjs +1 -1
  405. package/dist/foundation/iconography/svg/content/person-sharp.svg.js +1 -1
  406. package/dist/foundation/iconography/svg/content/remove-filled.svg.cjs +1 -1
  407. package/dist/foundation/iconography/svg/content/remove-filled.svg.js +1 -1
  408. package/dist/foundation/iconography/svg/content/remove-outlined.svg.cjs +1 -1
  409. package/dist/foundation/iconography/svg/content/remove-outlined.svg.js +1 -1
  410. package/dist/foundation/iconography/svg/content/remove-round.svg.cjs +1 -1
  411. package/dist/foundation/iconography/svg/content/remove-round.svg.js +1 -1
  412. package/dist/foundation/iconography/svg/content/remove-sharp.svg.cjs +1 -1
  413. package/dist/foundation/iconography/svg/content/remove-sharp.svg.js +1 -1
  414. package/dist/foundation/iconography/svg/content/send-filled.svg.cjs +1 -1
  415. package/dist/foundation/iconography/svg/content/send-filled.svg.js +1 -1
  416. package/dist/foundation/iconography/svg/content/send-outlined.svg.cjs +1 -1
  417. package/dist/foundation/iconography/svg/content/send-outlined.svg.js +1 -1
  418. package/dist/foundation/iconography/svg/content/send-round.svg.cjs +1 -1
  419. package/dist/foundation/iconography/svg/content/send-round.svg.js +1 -1
  420. package/dist/foundation/iconography/svg/content/send-sharp.svg.cjs +1 -1
  421. package/dist/foundation/iconography/svg/content/send-sharp.svg.js +1 -1
  422. package/dist/foundation/iconography/svg/content/work-filled.svg.cjs +1 -1
  423. package/dist/foundation/iconography/svg/content/work-filled.svg.js +1 -1
  424. package/dist/foundation/iconography/svg/content/work-outlined.svg.cjs +1 -1
  425. package/dist/foundation/iconography/svg/content/work-outlined.svg.js +1 -1
  426. package/dist/foundation/iconography/svg/content/work-round.svg.cjs +1 -1
  427. package/dist/foundation/iconography/svg/content/work-round.svg.js +1 -1
  428. package/dist/foundation/iconography/svg/content/work-sharp.svg.cjs +1 -1
  429. package/dist/foundation/iconography/svg/content/work-sharp.svg.js +1 -1
  430. package/dist/foundation/iconography/svg/device/task-filled.svg.cjs +1 -1
  431. package/dist/foundation/iconography/svg/device/task-filled.svg.js +1 -1
  432. package/dist/foundation/iconography/svg/device/task-outlined.svg.cjs +1 -1
  433. package/dist/foundation/iconography/svg/device/task-outlined.svg.js +1 -1
  434. package/dist/foundation/iconography/svg/device/task-round.svg.cjs +1 -1
  435. package/dist/foundation/iconography/svg/device/task-round.svg.js +1 -1
  436. package/dist/foundation/iconography/svg/device/task-sharp.svg.cjs +1 -1
  437. package/dist/foundation/iconography/svg/device/task-sharp.svg.js +1 -1
  438. package/dist/foundation/iconography/svg/file/archive-filled.svg.cjs +1 -1
  439. package/dist/foundation/iconography/svg/file/archive-filled.svg.js +1 -1
  440. package/dist/foundation/iconography/svg/file/archive-outlined.svg.cjs +1 -1
  441. package/dist/foundation/iconography/svg/file/archive-outlined.svg.js +1 -1
  442. package/dist/foundation/iconography/svg/file/archive-round.svg.cjs +1 -1
  443. package/dist/foundation/iconography/svg/file/archive-round.svg.js +1 -1
  444. package/dist/foundation/iconography/svg/file/archive-sharp.svg.cjs +1 -1
  445. package/dist/foundation/iconography/svg/file/archive-sharp.svg.js +1 -1
  446. package/dist/foundation/iconography/svg/file/file_copy-filled.svg.cjs +1 -1
  447. package/dist/foundation/iconography/svg/file/file_copy-filled.svg.js +1 -1
  448. package/dist/foundation/iconography/svg/file/file_copy-outlined.svg.cjs +1 -1
  449. package/dist/foundation/iconography/svg/file/file_copy-outlined.svg.js +1 -1
  450. package/dist/foundation/iconography/svg/file/file_copy-round.svg.cjs +1 -1
  451. package/dist/foundation/iconography/svg/file/file_copy-round.svg.js +1 -1
  452. package/dist/foundation/iconography/svg/file/file_copy-sharp.svg.cjs +1 -1
  453. package/dist/foundation/iconography/svg/file/file_copy-sharp.svg.js +1 -1
  454. package/dist/foundation/iconography/svg/file/file_download-filled.svg.cjs +1 -1
  455. package/dist/foundation/iconography/svg/file/file_download-filled.svg.js +1 -1
  456. package/dist/foundation/iconography/svg/file/file_download-outlined.svg.cjs +1 -1
  457. package/dist/foundation/iconography/svg/file/file_download-outlined.svg.js +1 -1
  458. package/dist/foundation/iconography/svg/file/file_download-round.svg.cjs +1 -1
  459. package/dist/foundation/iconography/svg/file/file_download-round.svg.js +1 -1
  460. package/dist/foundation/iconography/svg/file/file_download-sharp.svg.cjs +1 -1
  461. package/dist/foundation/iconography/svg/file/file_download-sharp.svg.js +1 -1
  462. package/dist/foundation/iconography/svg/file/file_download_off-filled.svg.cjs +28 -0
  463. package/dist/foundation/iconography/svg/file/file_download_off-filled.svg.js +10 -0
  464. package/dist/foundation/iconography/svg/file/file_download_off-outlined.svg.cjs +28 -0
  465. package/dist/foundation/iconography/svg/file/file_download_off-outlined.svg.js +10 -0
  466. package/dist/foundation/iconography/svg/file/file_download_off-round.svg.cjs +28 -0
  467. package/dist/foundation/iconography/svg/file/file_download_off-round.svg.js +10 -0
  468. package/dist/foundation/iconography/svg/file/file_download_off-sharp.svg.cjs +28 -0
  469. package/dist/foundation/iconography/svg/file/file_download_off-sharp.svg.js +10 -0
  470. package/dist/foundation/iconography/svg/{toggle/star_outline-sharp.svg.cjs → file/file_open-filled.svg.cjs} +3 -3
  471. package/dist/foundation/iconography/svg/file/file_open-filled.svg.js +10 -0
  472. package/dist/foundation/iconography/svg/{toggle/star_outline-filled.svg.cjs → file/file_open-outlined.svg.cjs} +3 -3
  473. package/dist/foundation/iconography/svg/file/file_open-outlined.svg.js +10 -0
  474. package/dist/foundation/iconography/svg/file/file_open-round.svg.cjs +28 -0
  475. package/dist/foundation/iconography/svg/file/file_open-round.svg.js +10 -0
  476. package/dist/foundation/iconography/svg/{toggle/star_outline-outlined.svg.cjs → file/file_open-sharp.svg.cjs} +3 -3
  477. package/dist/foundation/iconography/svg/file/file_open-sharp.svg.js +10 -0
  478. package/dist/foundation/iconography/svg/file/file_upload-filled.svg.cjs +1 -1
  479. package/dist/foundation/iconography/svg/file/file_upload-filled.svg.js +1 -1
  480. package/dist/foundation/iconography/svg/file/file_upload-outlined.svg.cjs +1 -1
  481. package/dist/foundation/iconography/svg/file/file_upload-outlined.svg.js +1 -1
  482. package/dist/foundation/iconography/svg/file/file_upload-round.svg.cjs +1 -1
  483. package/dist/foundation/iconography/svg/file/file_upload-round.svg.js +1 -1
  484. package/dist/foundation/iconography/svg/file/file_upload-sharp.svg.cjs +1 -1
  485. package/dist/foundation/iconography/svg/file/file_upload-sharp.svg.js +1 -1
  486. package/dist/foundation/iconography/svg/file/index.cjs +22 -0
  487. package/dist/foundation/iconography/svg/file/index.d.ts +52 -0
  488. package/dist/foundation/iconography/svg/file/index.d.ts.map +1 -1
  489. package/dist/foundation/iconography/svg/file/index.js +22 -0
  490. package/dist/foundation/iconography/svg/file/unarchive-filled.svg.cjs +1 -1
  491. package/dist/foundation/iconography/svg/file/unarchive-filled.svg.js +1 -1
  492. package/dist/foundation/iconography/svg/file/unarchive-outlined.svg.cjs +1 -1
  493. package/dist/foundation/iconography/svg/file/unarchive-outlined.svg.js +1 -1
  494. package/dist/foundation/iconography/svg/file/unarchive-round.svg.cjs +1 -1
  495. package/dist/foundation/iconography/svg/file/unarchive-round.svg.js +1 -1
  496. package/dist/foundation/iconography/svg/file/unarchive-sharp.svg.cjs +1 -1
  497. package/dist/foundation/iconography/svg/file/unarchive-sharp.svg.js +1 -1
  498. package/dist/foundation/iconography/svg/map/ev_station-filled.svg.cjs +1 -1
  499. package/dist/foundation/iconography/svg/map/ev_station-filled.svg.js +1 -1
  500. package/dist/foundation/iconography/svg/map/ev_station-outlined.svg.cjs +1 -1
  501. package/dist/foundation/iconography/svg/map/ev_station-outlined.svg.js +1 -1
  502. package/dist/foundation/iconography/svg/map/ev_station-round.svg.cjs +1 -1
  503. package/dist/foundation/iconography/svg/map/ev_station-round.svg.js +1 -1
  504. package/dist/foundation/iconography/svg/map/ev_station-sharp.svg.cjs +1 -1
  505. package/dist/foundation/iconography/svg/map/ev_station-sharp.svg.js +1 -1
  506. package/dist/foundation/iconography/svg/map/forest-filled.svg.cjs +1 -1
  507. package/dist/foundation/iconography/svg/map/forest-filled.svg.js +1 -1
  508. package/dist/foundation/iconography/svg/map/forest-outlined.svg.cjs +1 -1
  509. package/dist/foundation/iconography/svg/map/forest-outlined.svg.js +1 -1
  510. package/dist/foundation/iconography/svg/map/forest-round.svg.cjs +1 -1
  511. package/dist/foundation/iconography/svg/map/forest-round.svg.js +1 -1
  512. package/dist/foundation/iconography/svg/map/forest-sharp.svg.cjs +1 -1
  513. package/dist/foundation/iconography/svg/map/forest-sharp.svg.js +1 -1
  514. package/dist/foundation/iconography/svg/map/gas_station-filled.svg.cjs +1 -1
  515. package/dist/foundation/iconography/svg/map/gas_station-filled.svg.js +1 -1
  516. package/dist/foundation/iconography/svg/map/gas_station-outlined.svg.cjs +1 -1
  517. package/dist/foundation/iconography/svg/map/gas_station-outlined.svg.js +1 -1
  518. package/dist/foundation/iconography/svg/map/gas_station-round.svg.cjs +1 -1
  519. package/dist/foundation/iconography/svg/map/gas_station-round.svg.js +1 -1
  520. package/dist/foundation/iconography/svg/map/gas_station-sharp.svg.cjs +1 -1
  521. package/dist/foundation/iconography/svg/map/gas_station-sharp.svg.js +1 -1
  522. package/dist/foundation/iconography/svg/map/location-filled.svg.cjs +1 -1
  523. package/dist/foundation/iconography/svg/map/location-filled.svg.js +1 -1
  524. package/dist/foundation/iconography/svg/map/location-outlined.svg.cjs +1 -1
  525. package/dist/foundation/iconography/svg/map/location-outlined.svg.js +1 -1
  526. package/dist/foundation/iconography/svg/map/location-round.svg.cjs +1 -1
  527. package/dist/foundation/iconography/svg/map/location-round.svg.js +1 -1
  528. package/dist/foundation/iconography/svg/map/location-sharp.svg.cjs +1 -1
  529. package/dist/foundation/iconography/svg/map/location-sharp.svg.js +1 -1
  530. package/dist/foundation/iconography/svg/map/route-filled.svg.cjs +1 -1
  531. package/dist/foundation/iconography/svg/map/route-filled.svg.js +1 -1
  532. package/dist/foundation/iconography/svg/map/route-outlined.svg.cjs +1 -1
  533. package/dist/foundation/iconography/svg/map/route-outlined.svg.js +1 -1
  534. package/dist/foundation/iconography/svg/map/route-round.svg.cjs +1 -1
  535. package/dist/foundation/iconography/svg/map/route-round.svg.js +1 -1
  536. package/dist/foundation/iconography/svg/map/route-sharp.svg.cjs +1 -1
  537. package/dist/foundation/iconography/svg/map/route-sharp.svg.js +1 -1
  538. package/dist/foundation/iconography/svg/navigation/arrow_backward-filled.svg.cjs +1 -1
  539. package/dist/foundation/iconography/svg/navigation/arrow_backward-filled.svg.js +1 -1
  540. package/dist/foundation/iconography/svg/navigation/arrow_backward-outlined.svg.cjs +1 -1
  541. package/dist/foundation/iconography/svg/navigation/arrow_backward-outlined.svg.js +1 -1
  542. package/dist/foundation/iconography/svg/navigation/arrow_backward-round.svg.cjs +1 -1
  543. package/dist/foundation/iconography/svg/navigation/arrow_backward-round.svg.js +1 -1
  544. package/dist/foundation/iconography/svg/navigation/arrow_backward-sharp.svg.cjs +1 -1
  545. package/dist/foundation/iconography/svg/navigation/arrow_backward-sharp.svg.js +1 -1
  546. package/dist/foundation/iconography/svg/navigation/arrow_downward-filled.svg.cjs +1 -1
  547. package/dist/foundation/iconography/svg/navigation/arrow_downward-filled.svg.js +1 -1
  548. package/dist/foundation/iconography/svg/navigation/arrow_downward-outlined.svg.cjs +1 -1
  549. package/dist/foundation/iconography/svg/navigation/arrow_downward-outlined.svg.js +1 -1
  550. package/dist/foundation/iconography/svg/navigation/arrow_downward-round.svg.cjs +1 -1
  551. package/dist/foundation/iconography/svg/navigation/arrow_downward-round.svg.js +1 -1
  552. package/dist/foundation/iconography/svg/navigation/arrow_downward-sharp.svg.cjs +1 -1
  553. package/dist/foundation/iconography/svg/navigation/arrow_downward-sharp.svg.js +1 -1
  554. package/dist/foundation/iconography/svg/navigation/arrow_forward-filled.svg.cjs +1 -1
  555. package/dist/foundation/iconography/svg/navigation/arrow_forward-filled.svg.js +1 -1
  556. package/dist/foundation/iconography/svg/navigation/arrow_forward-outlined.svg.cjs +1 -1
  557. package/dist/foundation/iconography/svg/navigation/arrow_forward-outlined.svg.js +1 -1
  558. package/dist/foundation/iconography/svg/navigation/arrow_forward-round.svg.cjs +1 -1
  559. package/dist/foundation/iconography/svg/navigation/arrow_forward-round.svg.js +1 -1
  560. package/dist/foundation/iconography/svg/navigation/arrow_forward-sharp.svg.cjs +1 -1
  561. package/dist/foundation/iconography/svg/navigation/arrow_forward-sharp.svg.js +1 -1
  562. package/dist/foundation/iconography/svg/navigation/arrow_upward-filled.svg.cjs +1 -1
  563. package/dist/foundation/iconography/svg/navigation/arrow_upward-filled.svg.js +1 -1
  564. package/dist/foundation/iconography/svg/navigation/arrow_upward-outlined.svg.cjs +1 -1
  565. package/dist/foundation/iconography/svg/navigation/arrow_upward-outlined.svg.js +1 -1
  566. package/dist/foundation/iconography/svg/navigation/arrow_upward-round.svg.cjs +1 -1
  567. package/dist/foundation/iconography/svg/navigation/arrow_upward-round.svg.js +1 -1
  568. package/dist/foundation/iconography/svg/navigation/arrow_upward-sharp.svg.cjs +1 -1
  569. package/dist/foundation/iconography/svg/navigation/arrow_upward-sharp.svg.js +1 -1
  570. package/dist/foundation/iconography/svg/navigation/check-filled.svg.cjs +1 -1
  571. package/dist/foundation/iconography/svg/navigation/check-filled.svg.js +1 -1
  572. package/dist/foundation/iconography/svg/navigation/check-outlined.svg.cjs +1 -1
  573. package/dist/foundation/iconography/svg/navigation/check-outlined.svg.js +1 -1
  574. package/dist/foundation/iconography/svg/navigation/check-round.svg.cjs +1 -1
  575. package/dist/foundation/iconography/svg/navigation/check-round.svg.js +1 -1
  576. package/dist/foundation/iconography/svg/navigation/check-sharp.svg.cjs +1 -1
  577. package/dist/foundation/iconography/svg/navigation/check-sharp.svg.js +1 -1
  578. package/dist/foundation/iconography/svg/navigation/chevron_left-filled.svg.cjs +1 -1
  579. package/dist/foundation/iconography/svg/navigation/chevron_left-filled.svg.js +1 -1
  580. package/dist/foundation/iconography/svg/navigation/chevron_left-outlined.svg.cjs +1 -1
  581. package/dist/foundation/iconography/svg/navigation/chevron_left-outlined.svg.js +1 -1
  582. package/dist/foundation/iconography/svg/navigation/chevron_left-round.svg.cjs +1 -1
  583. package/dist/foundation/iconography/svg/navigation/chevron_left-round.svg.js +1 -1
  584. package/dist/foundation/iconography/svg/navigation/chevron_left-sharp.svg.cjs +1 -1
  585. package/dist/foundation/iconography/svg/navigation/chevron_left-sharp.svg.js +1 -1
  586. package/dist/foundation/iconography/svg/navigation/chevron_right-filled.svg.cjs +1 -1
  587. package/dist/foundation/iconography/svg/navigation/chevron_right-filled.svg.js +1 -1
  588. package/dist/foundation/iconography/svg/navigation/chevron_right-outlined.svg.cjs +1 -1
  589. package/dist/foundation/iconography/svg/navigation/chevron_right-outlined.svg.js +1 -1
  590. package/dist/foundation/iconography/svg/navigation/chevron_right-round.svg.cjs +1 -1
  591. package/dist/foundation/iconography/svg/navigation/chevron_right-round.svg.js +1 -1
  592. package/dist/foundation/iconography/svg/navigation/chevron_right-sharp.svg.cjs +1 -1
  593. package/dist/foundation/iconography/svg/navigation/chevron_right-sharp.svg.js +1 -1
  594. package/dist/foundation/iconography/svg/navigation/close-filled.svg.cjs +1 -1
  595. package/dist/foundation/iconography/svg/navigation/close-filled.svg.js +1 -1
  596. package/dist/foundation/iconography/svg/navigation/close-outlined.svg.cjs +1 -1
  597. package/dist/foundation/iconography/svg/navigation/close-outlined.svg.js +1 -1
  598. package/dist/foundation/iconography/svg/navigation/close-round.svg.cjs +1 -1
  599. package/dist/foundation/iconography/svg/navigation/close-round.svg.js +1 -1
  600. package/dist/foundation/iconography/svg/navigation/close-sharp.svg.cjs +1 -1
  601. package/dist/foundation/iconography/svg/navigation/close-sharp.svg.js +1 -1
  602. package/dist/foundation/iconography/svg/navigation/expand_less-filled.svg.cjs +1 -1
  603. package/dist/foundation/iconography/svg/navigation/expand_less-filled.svg.js +1 -1
  604. package/dist/foundation/iconography/svg/navigation/expand_less-outlined.svg.cjs +1 -1
  605. package/dist/foundation/iconography/svg/navigation/expand_less-outlined.svg.js +1 -1
  606. package/dist/foundation/iconography/svg/navigation/expand_less-round.svg.cjs +1 -1
  607. package/dist/foundation/iconography/svg/navigation/expand_less-round.svg.js +1 -1
  608. package/dist/foundation/iconography/svg/navigation/expand_less-sharp.svg.cjs +1 -1
  609. package/dist/foundation/iconography/svg/navigation/expand_less-sharp.svg.js +1 -1
  610. package/dist/foundation/iconography/svg/navigation/expand_more-filled.svg.cjs +1 -1
  611. package/dist/foundation/iconography/svg/navigation/expand_more-filled.svg.js +1 -1
  612. package/dist/foundation/iconography/svg/navigation/expand_more-outlined.svg.cjs +1 -1
  613. package/dist/foundation/iconography/svg/navigation/expand_more-outlined.svg.js +1 -1
  614. package/dist/foundation/iconography/svg/navigation/expand_more-round.svg.cjs +1 -1
  615. package/dist/foundation/iconography/svg/navigation/expand_more-round.svg.js +1 -1
  616. package/dist/foundation/iconography/svg/navigation/expand_more-sharp.svg.cjs +1 -1
  617. package/dist/foundation/iconography/svg/navigation/expand_more-sharp.svg.js +1 -1
  618. package/dist/foundation/iconography/svg/navigation/external-filled.svg.cjs +1 -1
  619. package/dist/foundation/iconography/svg/navigation/external-filled.svg.js +1 -1
  620. package/dist/foundation/iconography/svg/navigation/external-outlined.svg.cjs +1 -1
  621. package/dist/foundation/iconography/svg/navigation/external-outlined.svg.js +1 -1
  622. package/dist/foundation/iconography/svg/navigation/external-round.svg.cjs +1 -1
  623. package/dist/foundation/iconography/svg/navigation/external-round.svg.js +1 -1
  624. package/dist/foundation/iconography/svg/navigation/external-sharp.svg.cjs +1 -1
  625. package/dist/foundation/iconography/svg/navigation/external-sharp.svg.js +1 -1
  626. package/dist/foundation/iconography/svg/navigation/menu-filled.svg.cjs +1 -1
  627. package/dist/foundation/iconography/svg/navigation/menu-filled.svg.js +1 -1
  628. package/dist/foundation/iconography/svg/navigation/menu-outlined.svg.cjs +1 -1
  629. package/dist/foundation/iconography/svg/navigation/menu-outlined.svg.js +1 -1
  630. package/dist/foundation/iconography/svg/navigation/menu-round.svg.cjs +1 -1
  631. package/dist/foundation/iconography/svg/navigation/menu-round.svg.js +1 -1
  632. package/dist/foundation/iconography/svg/navigation/menu-sharp.svg.cjs +1 -1
  633. package/dist/foundation/iconography/svg/navigation/menu-sharp.svg.js +1 -1
  634. package/dist/foundation/iconography/svg/navigation/more_horizontal-filled.svg.cjs +1 -1
  635. package/dist/foundation/iconography/svg/navigation/more_horizontal-filled.svg.js +1 -1
  636. package/dist/foundation/iconography/svg/navigation/more_horizontal-outlined.svg.cjs +1 -1
  637. package/dist/foundation/iconography/svg/navigation/more_horizontal-outlined.svg.js +1 -1
  638. package/dist/foundation/iconography/svg/navigation/more_horizontal-round.svg.cjs +1 -1
  639. package/dist/foundation/iconography/svg/navigation/more_horizontal-round.svg.js +1 -1
  640. package/dist/foundation/iconography/svg/navigation/more_horizontal-sharp.svg.cjs +1 -1
  641. package/dist/foundation/iconography/svg/navigation/more_horizontal-sharp.svg.js +1 -1
  642. package/dist/foundation/iconography/svg/navigation/more_vertical-filled.svg.cjs +1 -1
  643. package/dist/foundation/iconography/svg/navigation/more_vertical-filled.svg.js +1 -1
  644. package/dist/foundation/iconography/svg/navigation/more_vertical-outlined.svg.cjs +1 -1
  645. package/dist/foundation/iconography/svg/navigation/more_vertical-outlined.svg.js +1 -1
  646. package/dist/foundation/iconography/svg/navigation/more_vertical-round.svg.cjs +1 -1
  647. package/dist/foundation/iconography/svg/navigation/more_vertical-round.svg.js +1 -1
  648. package/dist/foundation/iconography/svg/navigation/more_vertical-sharp.svg.cjs +1 -1
  649. package/dist/foundation/iconography/svg/navigation/more_vertical-sharp.svg.js +1 -1
  650. package/dist/foundation/iconography/svg/navigation/open-filled.svg.cjs +1 -1
  651. package/dist/foundation/iconography/svg/navigation/open-filled.svg.js +1 -1
  652. package/dist/foundation/iconography/svg/navigation/open-outlined.svg.cjs +1 -1
  653. package/dist/foundation/iconography/svg/navigation/open-outlined.svg.js +1 -1
  654. package/dist/foundation/iconography/svg/navigation/open-round.svg.cjs +1 -1
  655. package/dist/foundation/iconography/svg/navigation/open-round.svg.js +1 -1
  656. package/dist/foundation/iconography/svg/navigation/open-sharp.svg.cjs +1 -1
  657. package/dist/foundation/iconography/svg/navigation/open-sharp.svg.js +1 -1
  658. package/dist/foundation/iconography/svg/navigation/refresh-filled.svg.cjs +1 -1
  659. package/dist/foundation/iconography/svg/navigation/refresh-filled.svg.js +1 -1
  660. package/dist/foundation/iconography/svg/navigation/refresh-outlined.svg.cjs +1 -1
  661. package/dist/foundation/iconography/svg/navigation/refresh-outlined.svg.js +1 -1
  662. package/dist/foundation/iconography/svg/navigation/refresh-round.svg.cjs +1 -1
  663. package/dist/foundation/iconography/svg/navigation/refresh-round.svg.js +1 -1
  664. package/dist/foundation/iconography/svg/navigation/refresh-sharp.svg.cjs +1 -1
  665. package/dist/foundation/iconography/svg/navigation/refresh-sharp.svg.js +1 -1
  666. package/dist/foundation/iconography/svg/navigation/spinner-filled.svg.cjs +1 -1
  667. package/dist/foundation/iconography/svg/navigation/spinner-filled.svg.js +1 -1
  668. package/dist/foundation/iconography/svg/navigation/spinner-outlined.svg.cjs +1 -1
  669. package/dist/foundation/iconography/svg/navigation/spinner-outlined.svg.js +1 -1
  670. package/dist/foundation/iconography/svg/navigation/spinner-round.svg.cjs +1 -1
  671. package/dist/foundation/iconography/svg/navigation/spinner-round.svg.js +1 -1
  672. package/dist/foundation/iconography/svg/navigation/spinner-sharp.svg.cjs +1 -1
  673. package/dist/foundation/iconography/svg/navigation/spinner-sharp.svg.js +1 -1
  674. package/dist/foundation/iconography/svg/navigation/unfold_less-filled.svg.cjs +1 -1
  675. package/dist/foundation/iconography/svg/navigation/unfold_less-filled.svg.js +1 -1
  676. package/dist/foundation/iconography/svg/navigation/unfold_less-outlined.svg.cjs +1 -1
  677. package/dist/foundation/iconography/svg/navigation/unfold_less-outlined.svg.js +1 -1
  678. package/dist/foundation/iconography/svg/navigation/unfold_less-round.svg.cjs +1 -1
  679. package/dist/foundation/iconography/svg/navigation/unfold_less-round.svg.js +1 -1
  680. package/dist/foundation/iconography/svg/navigation/unfold_less-sharp.svg.cjs +1 -1
  681. package/dist/foundation/iconography/svg/navigation/unfold_less-sharp.svg.js +1 -1
  682. package/dist/foundation/iconography/svg/navigation/unfold_more-filled.svg.cjs +1 -1
  683. package/dist/foundation/iconography/svg/navigation/unfold_more-filled.svg.js +1 -1
  684. package/dist/foundation/iconography/svg/navigation/unfold_more-outlined.svg.cjs +1 -1
  685. package/dist/foundation/iconography/svg/navigation/unfold_more-outlined.svg.js +1 -1
  686. package/dist/foundation/iconography/svg/navigation/unfold_more-round.svg.cjs +1 -1
  687. package/dist/foundation/iconography/svg/navigation/unfold_more-round.svg.js +1 -1
  688. package/dist/foundation/iconography/svg/navigation/unfold_more-sharp.svg.cjs +1 -1
  689. package/dist/foundation/iconography/svg/navigation/unfold_more-sharp.svg.js +1 -1
  690. package/dist/foundation/iconography/svg/notifications/event_note-filled.svg.cjs +1 -1
  691. package/dist/foundation/iconography/svg/notifications/event_note-filled.svg.js +1 -1
  692. package/dist/foundation/iconography/svg/notifications/event_note-outlined.svg.cjs +1 -1
  693. package/dist/foundation/iconography/svg/notifications/event_note-outlined.svg.js +1 -1
  694. package/dist/foundation/iconography/svg/notifications/event_note-round.svg.cjs +1 -1
  695. package/dist/foundation/iconography/svg/notifications/event_note-round.svg.js +1 -1
  696. package/dist/foundation/iconography/svg/notifications/event_note-sharp.svg.cjs +1 -1
  697. package/dist/foundation/iconography/svg/notifications/event_note-sharp.svg.js +1 -1
  698. package/dist/foundation/iconography/svg/notifications/live_tv-filled.svg.cjs +1 -1
  699. package/dist/foundation/iconography/svg/notifications/live_tv-filled.svg.js +1 -1
  700. package/dist/foundation/iconography/svg/notifications/live_tv-outlined.svg.cjs +1 -1
  701. package/dist/foundation/iconography/svg/notifications/live_tv-outlined.svg.js +1 -1
  702. package/dist/foundation/iconography/svg/notifications/live_tv-round.svg.cjs +1 -1
  703. package/dist/foundation/iconography/svg/notifications/live_tv-round.svg.js +1 -1
  704. package/dist/foundation/iconography/svg/notifications/live_tv-sharp.svg.cjs +1 -1
  705. package/dist/foundation/iconography/svg/notifications/live_tv-sharp.svg.js +1 -1
  706. package/dist/foundation/iconography/svg/notifications/wifi-filled.svg.cjs +1 -1
  707. package/dist/foundation/iconography/svg/notifications/wifi-filled.svg.js +1 -1
  708. package/dist/foundation/iconography/svg/notifications/wifi-outlined.svg.cjs +1 -1
  709. package/dist/foundation/iconography/svg/notifications/wifi-outlined.svg.js +1 -1
  710. package/dist/foundation/iconography/svg/notifications/wifi-round.svg.cjs +1 -1
  711. package/dist/foundation/iconography/svg/notifications/wifi-round.svg.js +1 -1
  712. package/dist/foundation/iconography/svg/notifications/wifi-sharp.svg.cjs +1 -1
  713. package/dist/foundation/iconography/svg/notifications/wifi-sharp.svg.js +1 -1
  714. package/dist/foundation/iconography/svg/search/coffee-filled.svg.cjs +1 -1
  715. package/dist/foundation/iconography/svg/search/coffee-filled.svg.js +1 -1
  716. package/dist/foundation/iconography/svg/search/coffee-outlined.svg.cjs +1 -1
  717. package/dist/foundation/iconography/svg/search/coffee-outlined.svg.js +1 -1
  718. package/dist/foundation/iconography/svg/search/coffee-round.svg.cjs +1 -1
  719. package/dist/foundation/iconography/svg/search/coffee-round.svg.js +1 -1
  720. package/dist/foundation/iconography/svg/search/coffee-sharp.svg.cjs +1 -1
  721. package/dist/foundation/iconography/svg/search/coffee-sharp.svg.js +1 -1
  722. package/dist/foundation/iconography/svg/search/index.cjs +11 -0
  723. package/dist/foundation/iconography/svg/search/index.d.ts +26 -0
  724. package/dist/foundation/iconography/svg/search/index.d.ts.map +1 -1
  725. package/dist/foundation/iconography/svg/search/index.js +12 -1
  726. package/dist/foundation/iconography/svg/{action → search}/search-filled.svg.cjs +1 -1
  727. package/dist/foundation/iconography/svg/search/search-filled.svg.js +10 -0
  728. package/dist/foundation/iconography/svg/{action → search}/search-outlined.svg.cjs +1 -1
  729. package/dist/foundation/iconography/svg/search/search-outlined.svg.js +10 -0
  730. package/dist/foundation/iconography/svg/{action → search}/search-round.svg.cjs +1 -1
  731. package/dist/foundation/iconography/svg/search/search-round.svg.js +10 -0
  732. package/dist/foundation/iconography/svg/{action → search}/search-sharp.svg.cjs +1 -1
  733. package/dist/foundation/iconography/svg/search/search-sharp.svg.js +10 -0
  734. package/dist/foundation/iconography/svg/social/sentiment_dissatisfied-filled.svg.cjs +1 -1
  735. package/dist/foundation/iconography/svg/social/sentiment_dissatisfied-filled.svg.js +1 -1
  736. package/dist/foundation/iconography/svg/social/sentiment_dissatisfied-outlined.svg.cjs +1 -1
  737. package/dist/foundation/iconography/svg/social/sentiment_dissatisfied-outlined.svg.js +1 -1
  738. package/dist/foundation/iconography/svg/social/sentiment_dissatisfied-round.svg.cjs +1 -1
  739. package/dist/foundation/iconography/svg/social/sentiment_dissatisfied-round.svg.js +1 -1
  740. package/dist/foundation/iconography/svg/social/sentiment_dissatisfied-sharp.svg.cjs +1 -1
  741. package/dist/foundation/iconography/svg/social/sentiment_dissatisfied-sharp.svg.js +1 -1
  742. package/dist/foundation/iconography/svg/social/sentiment_neutral-filled.svg.cjs +1 -1
  743. package/dist/foundation/iconography/svg/social/sentiment_neutral-filled.svg.js +1 -1
  744. package/dist/foundation/iconography/svg/social/sentiment_neutral-outlined.svg.cjs +1 -1
  745. package/dist/foundation/iconography/svg/social/sentiment_neutral-outlined.svg.js +1 -1
  746. package/dist/foundation/iconography/svg/social/sentiment_neutral-round.svg.cjs +1 -1
  747. package/dist/foundation/iconography/svg/social/sentiment_neutral-round.svg.js +1 -1
  748. package/dist/foundation/iconography/svg/social/sentiment_neutral-sharp.svg.cjs +1 -1
  749. package/dist/foundation/iconography/svg/social/sentiment_neutral-sharp.svg.js +1 -1
  750. package/dist/foundation/iconography/svg/social/sentiment_satisfied-filled.svg.cjs +1 -1
  751. package/dist/foundation/iconography/svg/social/sentiment_satisfied-filled.svg.js +1 -1
  752. package/dist/foundation/iconography/svg/social/sentiment_satisfied-outlined.svg.cjs +1 -1
  753. package/dist/foundation/iconography/svg/social/sentiment_satisfied-outlined.svg.js +1 -1
  754. package/dist/foundation/iconography/svg/social/sentiment_satisfied-round.svg.cjs +1 -1
  755. package/dist/foundation/iconography/svg/social/sentiment_satisfied-round.svg.js +1 -1
  756. package/dist/foundation/iconography/svg/social/sentiment_satisfied-sharp.svg.cjs +1 -1
  757. package/dist/foundation/iconography/svg/social/sentiment_satisfied-sharp.svg.js +1 -1
  758. package/dist/foundation/iconography/svg/social/sentiment_very_dissatisfied-filled.svg.cjs +1 -1
  759. package/dist/foundation/iconography/svg/social/sentiment_very_dissatisfied-filled.svg.js +1 -1
  760. package/dist/foundation/iconography/svg/social/sentiment_very_dissatisfied-outlined.svg.cjs +1 -1
  761. package/dist/foundation/iconography/svg/social/sentiment_very_dissatisfied-outlined.svg.js +1 -1
  762. package/dist/foundation/iconography/svg/social/sentiment_very_dissatisfied-round.svg.cjs +1 -1
  763. package/dist/foundation/iconography/svg/social/sentiment_very_dissatisfied-round.svg.js +1 -1
  764. package/dist/foundation/iconography/svg/social/sentiment_very_dissatisfied-sharp.svg.cjs +1 -1
  765. package/dist/foundation/iconography/svg/social/sentiment_very_dissatisfied-sharp.svg.js +1 -1
  766. package/dist/foundation/iconography/svg/social/sentiment_very_satisfied-filled.svg.cjs +1 -1
  767. package/dist/foundation/iconography/svg/social/sentiment_very_satisfied-filled.svg.js +1 -1
  768. package/dist/foundation/iconography/svg/social/sentiment_very_satisfied-outlined.svg.cjs +1 -1
  769. package/dist/foundation/iconography/svg/social/sentiment_very_satisfied-outlined.svg.js +1 -1
  770. package/dist/foundation/iconography/svg/social/sentiment_very_satisfied-round.svg.cjs +1 -1
  771. package/dist/foundation/iconography/svg/social/sentiment_very_satisfied-round.svg.js +1 -1
  772. package/dist/foundation/iconography/svg/social/sentiment_very_satisfied-sharp.svg.cjs +1 -1
  773. package/dist/foundation/iconography/svg/social/sentiment_very_satisfied-sharp.svg.js +1 -1
  774. package/dist/foundation/iconography/svg/toggle/favorite-filled.svg.cjs +1 -1
  775. package/dist/foundation/iconography/svg/toggle/favorite-filled.svg.js +1 -1
  776. package/dist/foundation/iconography/svg/toggle/favorite-outlined.svg.cjs +1 -1
  777. package/dist/foundation/iconography/svg/toggle/favorite-outlined.svg.js +1 -1
  778. package/dist/foundation/iconography/svg/toggle/favorite-round.svg.cjs +1 -1
  779. package/dist/foundation/iconography/svg/toggle/favorite-round.svg.js +1 -1
  780. package/dist/foundation/iconography/svg/toggle/favorite-sharp.svg.cjs +1 -1
  781. package/dist/foundation/iconography/svg/toggle/favorite-sharp.svg.js +1 -1
  782. package/dist/foundation/iconography/svg/toggle/index.cjs +0 -22
  783. package/dist/foundation/iconography/svg/toggle/index.d.ts +0 -52
  784. package/dist/foundation/iconography/svg/toggle/index.d.ts.map +1 -1
  785. package/dist/foundation/iconography/svg/toggle/index.js +1 -23
  786. package/dist/foundation/iconography/svg/toggle/star-filled.svg.cjs +1 -1
  787. package/dist/foundation/iconography/svg/toggle/star-filled.svg.js +1 -1
  788. package/dist/foundation/iconography/svg/toggle/star-outlined.svg.cjs +1 -1
  789. package/dist/foundation/iconography/svg/toggle/star-outlined.svg.js +1 -1
  790. package/dist/foundation/iconography/svg/toggle/star-round.svg.cjs +1 -1
  791. package/dist/foundation/iconography/svg/toggle/star-round.svg.js +1 -1
  792. package/dist/foundation/iconography/svg/toggle/star-sharp.svg.cjs +1 -1
  793. package/dist/foundation/iconography/svg/toggle/star-sharp.svg.js +1 -1
  794. package/dist/foundation/iconography/svg/validation/error-filled.svg.cjs +1 -1
  795. package/dist/foundation/iconography/svg/validation/error-filled.svg.js +1 -1
  796. package/dist/foundation/iconography/svg/validation/error-outlined.svg.cjs +1 -1
  797. package/dist/foundation/iconography/svg/validation/error-outlined.svg.js +1 -1
  798. package/dist/foundation/iconography/svg/validation/error-round.svg.cjs +1 -1
  799. package/dist/foundation/iconography/svg/validation/error-round.svg.js +1 -1
  800. package/dist/foundation/iconography/svg/validation/error-sharp.svg.cjs +1 -1
  801. package/dist/foundation/iconography/svg/validation/error-sharp.svg.js +1 -1
  802. package/dist/foundation/iconography/svg/validation/help-filled.svg.cjs +1 -1
  803. package/dist/foundation/iconography/svg/validation/help-filled.svg.js +1 -1
  804. package/dist/foundation/iconography/svg/validation/help-outlined.svg.cjs +1 -1
  805. package/dist/foundation/iconography/svg/validation/help-outlined.svg.js +1 -1
  806. package/dist/foundation/iconography/svg/validation/help-round.svg.cjs +1 -1
  807. package/dist/foundation/iconography/svg/validation/help-round.svg.js +1 -1
  808. package/dist/foundation/iconography/svg/validation/help-sharp.svg.cjs +1 -1
  809. package/dist/foundation/iconography/svg/validation/help-sharp.svg.js +1 -1
  810. package/dist/foundation/iconography/svg/validation/info-filled.svg.cjs +1 -1
  811. package/dist/foundation/iconography/svg/validation/info-filled.svg.js +1 -1
  812. package/dist/foundation/iconography/svg/validation/info-outlined.svg.cjs +1 -1
  813. package/dist/foundation/iconography/svg/validation/info-outlined.svg.js +1 -1
  814. package/dist/foundation/iconography/svg/validation/info-round.svg.cjs +1 -1
  815. package/dist/foundation/iconography/svg/validation/info-round.svg.js +1 -1
  816. package/dist/foundation/iconography/svg/validation/info-sharp.svg.cjs +1 -1
  817. package/dist/foundation/iconography/svg/validation/info-sharp.svg.js +1 -1
  818. package/dist/foundation/iconography/svg/validation/success-filled.svg.cjs +1 -1
  819. package/dist/foundation/iconography/svg/validation/success-filled.svg.js +1 -1
  820. package/dist/foundation/iconography/svg/validation/success-outlined.svg.cjs +1 -1
  821. package/dist/foundation/iconography/svg/validation/success-outlined.svg.js +1 -1
  822. package/dist/foundation/iconography/svg/validation/success-round.svg.cjs +1 -1
  823. package/dist/foundation/iconography/svg/validation/success-round.svg.js +1 -1
  824. package/dist/foundation/iconography/svg/validation/success-sharp.svg.cjs +1 -1
  825. package/dist/foundation/iconography/svg/validation/success-sharp.svg.js +1 -1
  826. package/dist/foundation/iconography/svg/validation/warning-filled.svg.cjs +1 -1
  827. package/dist/foundation/iconography/svg/validation/warning-filled.svg.js +1 -1
  828. package/dist/foundation/iconography/svg/validation/warning-outlined.svg.cjs +1 -1
  829. package/dist/foundation/iconography/svg/validation/warning-outlined.svg.js +1 -1
  830. package/dist/foundation/iconography/svg/validation/warning-round.svg.cjs +1 -1
  831. package/dist/foundation/iconography/svg/validation/warning-round.svg.js +1 -1
  832. package/dist/foundation/iconography/svg/validation/warning-sharp.svg.cjs +1 -1
  833. package/dist/foundation/iconography/svg/validation/warning-sharp.svg.js +1 -1
  834. package/dist/foundation/logos/svg/index.cjs +27 -27
  835. package/dist/index.cjs +26 -26
  836. package/dist/utilities/validation/validation.js +1 -1
  837. package/dist/utilities/validation/validators.js +1 -1
  838. package/package.json +12 -10
  839. package/dist/foundation/iconography/svg/action/search-filled.svg.js +0 -10
  840. package/dist/foundation/iconography/svg/action/search-outlined.svg.js +0 -10
  841. package/dist/foundation/iconography/svg/action/search-round.svg.js +0 -10
  842. package/dist/foundation/iconography/svg/action/search-sharp.svg.js +0 -10
  843. package/dist/foundation/iconography/svg/toggle/favorite_border-filled.svg.cjs +0 -28
  844. package/dist/foundation/iconography/svg/toggle/favorite_border-filled.svg.js +0 -10
  845. package/dist/foundation/iconography/svg/toggle/favorite_border-outlined.svg.cjs +0 -28
  846. package/dist/foundation/iconography/svg/toggle/favorite_border-outlined.svg.js +0 -10
  847. package/dist/foundation/iconography/svg/toggle/favorite_border-round.svg.cjs +0 -28
  848. package/dist/foundation/iconography/svg/toggle/favorite_border-round.svg.js +0 -10
  849. package/dist/foundation/iconography/svg/toggle/favorite_border-sharp.svg.cjs +0 -28
  850. package/dist/foundation/iconography/svg/toggle/favorite_border-sharp.svg.js +0 -10
  851. package/dist/foundation/iconography/svg/toggle/star_outline-filled.svg.js +0 -10
  852. package/dist/foundation/iconography/svg/toggle/star_outline-outlined.svg.js +0 -10
  853. package/dist/foundation/iconography/svg/toggle/star_outline-round.svg.cjs +0 -28
  854. package/dist/foundation/iconography/svg/toggle/star_outline-round.svg.js +0 -10
  855. package/dist/foundation/iconography/svg/toggle/star_outline-sharp.svg.js +0 -10
@@ -4,7 +4,7 @@ const SvgPetsFilled = ({
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: "M2 7.58c1.1 0 2-.94 2-2.1s-.9-2.11-2-2.11-2 .94-2 2.1.9 2.1 2 2.1m3.6-3.36c1.1 0 2-.94 2-2.1S6.7 0 5.6 0s-2 .94-2 2.1.9 2.11 2 2.11m4.8 0c1.1 0 2-.94 2-2.1S11.5 0 10.4 0s-2 .94-2 2.1.9 2.11 2 2.11M14 7.58c1.1 0 2-.94 2-2.1s-.9-2.11-2-2.11-2 .94-2 2.1.9 2.1 2 2.1m-1.73 2.41c-.7-.85-1.28-1.59-1.98-2.45a3.4 3.4 0 0 0-1.4-1.1l-.27-.08Q8.32 6.3 8 6.3c-.32.01-.42 0-.63.05l-.27.07c-.56.2-1.02.66-1.4 1.11L3.72 10c-1.05 1.1-2.34 2.33-2.1 4.04.24.86.82 1.7 1.87 1.95.58.13 2.45-.37 4.43-.37h.14c1.99 0 3.85.49 4.44.37a2.6 2.6 0 0 0 1.86-1.95c.25-1.72-1.04-2.94-2.09-4.04" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 19", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M2.2465 8.875Q1.3 8.875.65 8.2215t-.65-1.6.6535-1.5965 1.6-.65 1.5965.6535.65 1.6-.6535 1.5965-1.6.65M5.275 3.9715q-.65-.6535-.65-1.6T5.2785.775t1.6-.65T8.475.7785t.65 1.6-.6535 1.5965-1.6.65-1.5965-.6535m6.25 0q-.65-.6535-.65-1.6T11.5285.775t1.6-.65 1.5965.6535.65 1.6-.6535 1.5965-1.6.65-1.5965-.6535m6.2215 4.9035q-.9465 0-1.5965-.6535t-.65-1.6.6535-1.5965 1.6-.65 1.5965.6535.65 1.6-.6535 1.5965-1.6.65M4.65 19.125q-1.05 0-1.725-.7883-.675-.788-.675-1.8617 0-1.05.6375-1.8625T4.25 13.05q.55-.55 1.025-1.1625t.9-1.2625q.725-1.1 1.625-2.05t2.2-.95 2.2125.95T13.85 10.65q.425.65.8875 1.25t1.0125 1.15q.725.75 1.3625 1.5625t.6375 1.8625q0 1.0738-.675 1.8618-.675.7882-1.725.7882-1.35 0-2.675-.225T10 18.675t-2.675.225-2.675.225" }));
8
8
  export {
9
9
  SvgPetsFilled as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgPetsOutlined = ({
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: "M2 7.58c1.1 0 2-.94 2-2.1s-.9-2.11-2-2.11-2 .94-2 2.1.9 2.1 2 2.1m3.6-3.36c1.1 0 2-.94 2-2.1S6.7 0 5.6 0s-2 .94-2 2.1.9 2.11 2 2.11m4.8 0c1.1 0 2-.94 2-2.1S11.5 0 10.4 0s-2 .94-2 2.1.9 2.11 2 2.11M14 7.58c1.1 0 2-.94 2-2.1s-.9-2.11-2-2.11-2 .94-2 2.1.9 2.1 2 2.1m-1.73 2.41c-.7-.85-1.28-1.59-1.98-2.45a3.4 3.4 0 0 0-1.4-1.1l-.27-.08Q8.32 6.3 8 6.3c-.32.01-.42 0-.63.05l-.27.07c-.56.2-1.02.66-1.4 1.11L3.72 10c-1.05 1.1-2.34 2.33-2.1 4.04.24.86.82 1.7 1.87 1.95.58.13 2.45-.37 4.43-.37h.14c1.99 0 3.85.49 4.44.37a2.6 2.6 0 0 0 1.86-1.95c.25-1.72-1.04-2.94-2.09-4.04" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 19", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M2.2465 8.875Q1.3 8.875.65 8.2215t-.65-1.6.6535-1.5965 1.6-.65 1.5965.6535.65 1.6-.6535 1.5965-1.6.65M5.275 3.9715q-.65-.6535-.65-1.6T5.2785.775t1.6-.65T8.475.7785t.65 1.6-.6535 1.5965-1.6.65-1.5965-.6535m6.25 0q-.65-.6535-.65-1.6T11.5285.775t1.6-.65 1.5965.6535.65 1.6-.6535 1.5965-1.6.65-1.5965-.6535m6.2215 4.9035q-.9465 0-1.5965-.6535t-.65-1.6.6535-1.5965 1.6-.65 1.5965.6535.65 1.6-.6535 1.5965-1.6.65M4.65 19.125q-1.05 0-1.725-.7883-.675-.788-.675-1.8617 0-1.05.6375-1.8625T4.25 13.05q.55-.55 1.025-1.1625t.9-1.2625q.725-1.1 1.625-2.05t2.2-.95 2.2125.95T13.85 10.65q.425.65.8875 1.25t1.0125 1.15q.725.75 1.3625 1.5625t.6375 1.8625q0 1.0738-.675 1.8618-.675.7882-1.725.7882-1.35 0-2.675-.225T10 18.675t-2.675.225-2.675.225" }));
28
28
  exports.default = SvgPetsOutlined;
@@ -4,7 +4,7 @@ const SvgPetsOutlined = ({
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: "M2 7.58c1.1 0 2-.94 2-2.1s-.9-2.11-2-2.11-2 .94-2 2.1.9 2.1 2 2.1m3.6-3.36c1.1 0 2-.94 2-2.1S6.7 0 5.6 0s-2 .94-2 2.1.9 2.11 2 2.11m4.8 0c1.1 0 2-.94 2-2.1S11.5 0 10.4 0s-2 .94-2 2.1.9 2.11 2 2.11M14 7.58c1.1 0 2-.94 2-2.1s-.9-2.11-2-2.11-2 .94-2 2.1.9 2.1 2 2.1m-1.73 2.41c-.7-.85-1.28-1.59-1.98-2.45a3.4 3.4 0 0 0-1.4-1.1l-.27-.08Q8.32 6.3 8 6.3c-.32.01-.42 0-.63.05l-.27.07c-.56.2-1.02.66-1.4 1.11L3.72 10c-1.05 1.1-2.34 2.33-2.1 4.04.24.86.82 1.7 1.87 1.95.58.13 2.45-.37 4.43-.37h.14c1.99 0 3.85.49 4.44.37a2.6 2.6 0 0 0 1.86-1.95c.25-1.72-1.04-2.94-2.09-4.04" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 19", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M2.2465 8.875Q1.3 8.875.65 8.2215t-.65-1.6.6535-1.5965 1.6-.65 1.5965.6535.65 1.6-.6535 1.5965-1.6.65M5.275 3.9715q-.65-.6535-.65-1.6T5.2785.775t1.6-.65T8.475.7785t.65 1.6-.6535 1.5965-1.6.65-1.5965-.6535m6.25 0q-.65-.6535-.65-1.6T11.5285.775t1.6-.65 1.5965.6535.65 1.6-.6535 1.5965-1.6.65-1.5965-.6535m6.2215 4.9035q-.9465 0-1.5965-.6535t-.65-1.6.6535-1.5965 1.6-.65 1.5965.6535.65 1.6-.6535 1.5965-1.6.65M4.65 19.125q-1.05 0-1.725-.7883-.675-.788-.675-1.8617 0-1.05.6375-1.8625T4.25 13.05q.55-.55 1.025-1.1625t.9-1.2625q.725-1.1 1.625-2.05t2.2-.95 2.2125.95T13.85 10.65q.425.65.8875 1.25t1.0125 1.15q.725.75 1.3625 1.5625t.6375 1.8625q0 1.0738-.675 1.8618-.675.7882-1.725.7882-1.35 0-2.675-.225T10 18.675t-2.675.225-2.675.225" }));
8
8
  export {
9
9
  SvgPetsOutlined as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgPetsRound = ({
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: "M2 7.58c1.1 0 2-.94 2-2.1s-.9-2.11-2-2.11-2 .94-2 2.1.9 2.1 2 2.1m3.6-3.36c1.1 0 2-.94 2-2.1S6.7 0 5.6 0s-2 .94-2 2.1.9 2.11 2 2.11m4.8 0c1.1 0 2-.94 2-2.1S11.5 0 10.4 0s-2 .94-2 2.1.9 2.11 2 2.11M14 7.58c1.1 0 2-.94 2-2.1s-.9-2.11-2-2.11-2 .94-2 2.1.9 2.1 2 2.1m-1.73 2.41c-.7-.85-1.28-1.59-1.98-2.45a3.4 3.4 0 0 0-1.4-1.1l-.27-.08Q8.32 6.3 8 6.3c-.32.01-.42 0-.63.05l-.27.07c-.56.2-1.02.66-1.4 1.11L3.72 10c-1.05 1.1-2.34 2.33-2.1 4.04.24.86.82 1.7 1.87 1.95.58.13 2.45-.37 4.43-.37h.14c1.99 0 3.85.49 4.44.37a2.6 2.6 0 0 0 1.86-1.95c.25-1.72-1.04-2.94-2.09-4.04" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 19", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M2.2465 8.875Q1.3 8.875.65 8.2215t-.65-1.6.6535-1.5965 1.6-.65 1.5965.6535.65 1.6-.6535 1.5965-1.6.65M5.275 3.9715q-.65-.6535-.65-1.6T5.2785.775t1.6-.65T8.475.7785t.65 1.6-.6535 1.5965-1.6.65-1.5965-.6535m6.25 0q-.65-.6535-.65-1.6T11.5285.775t1.6-.65 1.5965.6535.65 1.6-.6535 1.5965-1.6.65-1.5965-.6535m6.2215 4.9035q-.9465 0-1.5965-.6535t-.65-1.6.6535-1.5965 1.6-.65 1.5965.6535.65 1.6-.6535 1.5965-1.6.65M4.65 19.125q-1.05 0-1.725-.7883-.675-.788-.675-1.8617 0-1.05.6375-1.8625T4.25 13.05q.55-.55 1.025-1.1625t.9-1.2625q.725-1.1 1.625-2.05t2.2-.95 2.2125.95T13.85 10.65q.425.65.8875 1.25t1.0125 1.15q.725.75 1.3625 1.5625t.6375 1.8625q0 1.0738-.675 1.8618-.675.7882-1.725.7882-1.35 0-2.675-.225T10 18.675t-2.675.225-2.675.225" }));
28
28
  exports.default = SvgPetsRound;
@@ -4,7 +4,7 @@ const SvgPetsRound = ({
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: "M2 7.58c1.1 0 2-.94 2-2.1s-.9-2.11-2-2.11-2 .94-2 2.1.9 2.1 2 2.1m3.6-3.36c1.1 0 2-.94 2-2.1S6.7 0 5.6 0s-2 .94-2 2.1.9 2.11 2 2.11m4.8 0c1.1 0 2-.94 2-2.1S11.5 0 10.4 0s-2 .94-2 2.1.9 2.11 2 2.11M14 7.58c1.1 0 2-.94 2-2.1s-.9-2.11-2-2.11-2 .94-2 2.1.9 2.1 2 2.1m-1.73 2.41c-.7-.85-1.28-1.59-1.98-2.45a3.4 3.4 0 0 0-1.4-1.1l-.27-.08Q8.32 6.3 8 6.3c-.32.01-.42 0-.63.05l-.27.07c-.56.2-1.02.66-1.4 1.11L3.72 10c-1.05 1.1-2.34 2.33-2.1 4.04.24.86.82 1.7 1.87 1.95.58.13 2.45-.37 4.43-.37h.14c1.99 0 3.85.49 4.44.37a2.6 2.6 0 0 0 1.86-1.95c.25-1.72-1.04-2.94-2.09-4.04" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 19", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M2.2465 8.875Q1.3 8.875.65 8.2215t-.65-1.6.6535-1.5965 1.6-.65 1.5965.6535.65 1.6-.6535 1.5965-1.6.65M5.275 3.9715q-.65-.6535-.65-1.6T5.2785.775t1.6-.65T8.475.7785t.65 1.6-.6535 1.5965-1.6.65-1.5965-.6535m6.25 0q-.65-.6535-.65-1.6T11.5285.775t1.6-.65 1.5965.6535.65 1.6-.6535 1.5965-1.6.65-1.5965-.6535m6.2215 4.9035q-.9465 0-1.5965-.6535t-.65-1.6.6535-1.5965 1.6-.65 1.5965.6535.65 1.6-.6535 1.5965-1.6.65M4.65 19.125q-1.05 0-1.725-.7883-.675-.788-.675-1.8617 0-1.05.6375-1.8625T4.25 13.05q.55-.55 1.025-1.1625t.9-1.2625q.725-1.1 1.625-2.05t2.2-.95 2.2125.95T13.85 10.65q.425.65.8875 1.25t1.0125 1.15q.725.75 1.3625 1.5625t.6375 1.8625q0 1.0738-.675 1.8618-.675.7882-1.725.7882-1.35 0-2.675-.225T10 18.675t-2.675.225-2.675.225" }));
8
8
  export {
9
9
  SvgPetsRound as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgPetsSharp = ({
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: "M2 7.58c1.1 0 2-.94 2-2.1s-.9-2.11-2-2.11-2 .94-2 2.1.9 2.1 2 2.1m3.6-3.36c1.1 0 2-.94 2-2.1S6.7 0 5.6 0s-2 .94-2 2.1.9 2.11 2 2.11m4.8 0c1.1 0 2-.94 2-2.1S11.5 0 10.4 0s-2 .94-2 2.1.9 2.11 2 2.11M14 7.58c1.1 0 2-.94 2-2.1s-.9-2.11-2-2.11-2 .94-2 2.1.9 2.1 2 2.1m-1.73 2.41c-.7-.85-1.28-1.59-1.98-2.45a3.4 3.4 0 0 0-1.4-1.1l-.27-.08Q8.32 6.3 8 6.3c-.32.01-.42 0-.63.05l-.27.07c-.56.2-1.02.66-1.4 1.11L3.72 10c-1.05 1.1-2.34 2.33-2.1 4.04.24.86.82 1.7 1.87 1.95.58.13 2.45-.37 4.43-.37h.14c1.99 0 3.85.49 4.44.37a2.6 2.6 0 0 0 1.86-1.95c.25-1.72-1.04-2.94-2.09-4.04" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 19", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M2.2465 8.875Q1.3 8.875.65 8.2215t-.65-1.6.6535-1.5965 1.6-.65 1.5965.6535.65 1.6-.6535 1.5965-1.6.65M5.275 3.9715q-.65-.6535-.65-1.6T5.2785.775t1.6-.65T8.475.7785t.65 1.6-.6535 1.5965-1.6.65-1.5965-.6535m6.25 0q-.65-.6535-.65-1.6T11.5285.775t1.6-.65 1.5965.6535.65 1.6-.6535 1.5965-1.6.65-1.5965-.6535m6.2215 4.9035q-.9465 0-1.5965-.6535t-.65-1.6.6535-1.5965 1.6-.65 1.5965.6535.65 1.6-.6535 1.5965-1.6.65M4.65 19.125q-1.05 0-1.725-.7883-.675-.788-.675-1.8617 0-1.05.6375-1.8625T4.25 13.05q.55-.55 1.025-1.1625t.9-1.2625q.725-1.1 1.625-2.05t2.2-.95 2.2125.95T13.85 10.65q.425.65.8875 1.25t1.0125 1.15q.725.75 1.3625 1.5625t.6375 1.8625q0 1.0738-.675 1.8618-.675.7882-1.725.7882-1.35 0-2.675-.225T10 18.675t-2.675.225-2.675.225" }));
28
28
  exports.default = SvgPetsSharp;
@@ -4,7 +4,7 @@ const SvgPetsSharp = ({
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: "M2 7.58c1.1 0 2-.94 2-2.1s-.9-2.11-2-2.11-2 .94-2 2.1.9 2.1 2 2.1m3.6-3.36c1.1 0 2-.94 2-2.1S6.7 0 5.6 0s-2 .94-2 2.1.9 2.11 2 2.11m4.8 0c1.1 0 2-.94 2-2.1S11.5 0 10.4 0s-2 .94-2 2.1.9 2.11 2 2.11M14 7.58c1.1 0 2-.94 2-2.1s-.9-2.11-2-2.11-2 .94-2 2.1.9 2.1 2 2.1m-1.73 2.41c-.7-.85-1.28-1.59-1.98-2.45a3.4 3.4 0 0 0-1.4-1.1l-.27-.08Q8.32 6.3 8 6.3c-.32.01-.42 0-.63.05l-.27.07c-.56.2-1.02.66-1.4 1.11L3.72 10c-1.05 1.1-2.34 2.33-2.1 4.04.24.86.82 1.7 1.87 1.95.58.13 2.45-.37 4.43-.37h.14c1.99 0 3.85.49 4.44.37a2.6 2.6 0 0 0 1.86-1.95c.25-1.72-1.04-2.94-2.09-4.04" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 19", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M2.2465 8.875Q1.3 8.875.65 8.2215t-.65-1.6.6535-1.5965 1.6-.65 1.5965.6535.65 1.6-.6535 1.5965-1.6.65M5.275 3.9715q-.65-.6535-.65-1.6T5.2785.775t1.6-.65T8.475.7785t.65 1.6-.6535 1.5965-1.6.65-1.5965-.6535m6.25 0q-.65-.6535-.65-1.6T11.5285.775t1.6-.65 1.5965.6535.65 1.6-.6535 1.5965-1.6.65-1.5965-.6535m6.2215 4.9035q-.9465 0-1.5965-.6535t-.65-1.6.6535-1.5965 1.6-.65 1.5965.6535.65 1.6-.6535 1.5965-1.6.65M4.65 19.125q-1.05 0-1.725-.7883-.675-.788-.675-1.8617 0-1.05.6375-1.8625T4.25 13.05q.55-.55 1.025-1.1625t.9-1.2625q.725-1.1 1.625-2.05t2.2-.95 2.2125.95T13.85 10.65q.425.65.8875 1.25t1.0125 1.15q.725.75 1.3625 1.5625t.6375 1.8625q0 1.0738-.675 1.8618-.675.7882-1.725.7882-1.35 0-2.675-.225T10 18.675t-2.675.225-2.675.225" }));
8
8
  export {
9
9
  SvgPetsSharp as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgPlayCircleFilled = ({
24
24
  title,
25
25
  titleId,
26
26
  ...props
27
- }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 720 800", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "m303 570 267-170-267-170zm97 230q-82 0-155-31.5t-127.5-86-86-127.5T0 400q0-83 31.5-156t86-127T245 31.5 400 0q83 0 156 31.5T683 117t85.5 127T800 400q0 82-31.5 155T683 682.5t-127 86T400 800m0-60q142 0 241-99.5T740 400q0-142-99-241T400 60q-141 0-240.5 99T60 400q0 141 99.5 240.5T400 740m0-340" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M7.575 14.25 14.25 10 7.575 5.75zM10 20q-2.05 0-3.875-.7875t-3.1875-2.15-2.15-3.1875T0 10q0-2.075.7875-3.9t2.15-3.175T6.125.7875 10 0q2.075 0 3.9.7875t3.175 2.1375T19.2125 6.1 20 10q0 2.05-.7875 3.875t-2.1375 3.1875-3.175 2.15T10 20" }));
28
28
  exports.default = SvgPlayCircleFilled;
@@ -4,7 +4,7 @@ const SvgPlayCircleFilled = ({
4
4
  title,
5
5
  titleId,
6
6
  ...props
7
- }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 720 800", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "m303 570 267-170-267-170zm97 230q-82 0-155-31.5t-127.5-86-86-127.5T0 400q0-83 31.5-156t86-127T245 31.5 400 0q83 0 156 31.5T683 117t85.5 127T800 400q0 82-31.5 155T683 682.5t-127 86T400 800m0-60q142 0 241-99.5T740 400q0-142-99-241T400 60q-141 0-240.5 99T60 400q0 141 99.5 240.5T400 740m0-340" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M7.575 14.25 14.25 10 7.575 5.75zM10 20q-2.05 0-3.875-.7875t-3.1875-2.15-2.15-3.1875T0 10q0-2.075.7875-3.9t2.15-3.175T6.125.7875 10 0q2.075 0 3.9.7875t3.175 2.1375T19.2125 6.1 20 10q0 2.05-.7875 3.875t-2.1375 3.1875-3.175 2.15T10 20" }));
8
8
  export {
9
9
  SvgPlayCircleFilled as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgPlayCircleOutlined = ({
24
24
  title,
25
25
  titleId,
26
26
  ...props
27
- }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 720 800", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "m303 570 267-170-267-170zm97 230q-82 0-155-31.5t-127.5-86-86-127.5T0 400q0-83 31.5-156t86-127T245 31.5 400 0q83 0 156 31.5T683 117t85.5 127T800 400q0 82-31.5 155T683 682.5t-127 86T400 800m0-60q142 0 241-99.5T740 400q0-142-99-241T400 60q-141 0-240.5 99T60 400q0 141 99.5 240.5T400 740m0-340" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M7.575 14.25 14.25 10 7.575 5.75zM10 20q-2.05 0-3.875-.7875t-3.1875-2.15-2.15-3.1875T0 10q0-2.075.7875-3.9t2.15-3.175T6.125.7875 10 0q2.075 0 3.9.7875t3.175 2.1375T19.2125 6.1 20 10q0 2.05-.7875 3.875t-2.1375 3.1875-3.175 2.15T10 20m0-1.5q3.55 0 6.025-2.4875T18.5 10q0-3.55-2.475-6.025T10 1.5q-3.525 0-6.0125 2.475T1.5 10q0 3.525 2.4875 6.0125T10 18.5m0-8.5" }));
28
28
  exports.default = SvgPlayCircleOutlined;
@@ -4,7 +4,7 @@ const SvgPlayCircleOutlined = ({
4
4
  title,
5
5
  titleId,
6
6
  ...props
7
- }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 720 800", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "m303 570 267-170-267-170zm97 230q-82 0-155-31.5t-127.5-86-86-127.5T0 400q0-83 31.5-156t86-127T245 31.5 400 0q83 0 156 31.5T683 117t85.5 127T800 400q0 82-31.5 155T683 682.5t-127 86T400 800m0-60q142 0 241-99.5T740 400q0-142-99-241T400 60q-141 0-240.5 99T60 400q0 141 99.5 240.5T400 740m0-340" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M7.575 14.25 14.25 10 7.575 5.75zM10 20q-2.05 0-3.875-.7875t-3.1875-2.15-2.15-3.1875T0 10q0-2.075.7875-3.9t2.15-3.175T6.125.7875 10 0q2.075 0 3.9.7875t3.175 2.1375T19.2125 6.1 20 10q0 2.05-.7875 3.875t-2.1375 3.1875-3.175 2.15T10 20m0-1.5q3.55 0 6.025-2.4875T18.5 10q0-3.55-2.475-6.025T10 1.5q-3.525 0-6.0125 2.475T1.5 10q0 3.525 2.4875 6.0125T10 18.5m0-8.5" }));
8
8
  export {
9
9
  SvgPlayCircleOutlined as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgPlayCircleRound = ({
24
24
  title,
25
25
  titleId,
26
26
  ...props
27
- }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 720 800", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M303 285v230q0 18 15.5 27t30.5-1l181-116q14-9 14-25t-14-25L349 259q-15-10-30.5-1T303 285m97 515q-82 0-155-31.5t-127.5-86-86-127.5T0 400t31.5-155 86-127.5 127.5-86T400 0t155 31.5 127.5 86 86 127.5T800 400t-31.5 155-86 127.5-127.5 86T400 800m0-60q140 0 240-100t100-240-100-240T400 60 160 160 60 400t100 240 240 100" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.45 13.7 5.05-3.225q.275-.175.275-.475t-.275-.475L8.45 6.3q-.275-.2-.575-.0375t-.3.5125v6.45q0 .35.3.5125T8.45 13.7M10 20q-2.05 0-3.875-.7875t-3.1875-2.15-2.15-3.1875T0 10q0-2.075.7875-3.9t2.15-3.175T6.125.7875 10 0q2.075 0 3.9.7875t3.175 2.1375T19.2125 6.1 20 10q0 2.05-.7875 3.875t-2.1375 3.1875-3.175 2.15T10 20m0-1.5q3.55 0 6.025-2.4875T18.5 10q0-3.55-2.475-6.025T10 1.5q-3.525 0-6.0125 2.475T1.5 10q0 3.525 2.4875 6.0125T10 18.5m0-8.5" }));
28
28
  exports.default = SvgPlayCircleRound;
@@ -4,7 +4,7 @@ const SvgPlayCircleRound = ({
4
4
  title,
5
5
  titleId,
6
6
  ...props
7
- }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 720 800", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M303 285v230q0 18 15.5 27t30.5-1l181-116q14-9 14-25t-14-25L349 259q-15-10-30.5-1T303 285m97 515q-82 0-155-31.5t-127.5-86-86-127.5T0 400t31.5-155 86-127.5 127.5-86T400 0t155 31.5 127.5 86 86 127.5T800 400t-31.5 155-86 127.5-127.5 86T400 800m0-60q140 0 240-100t100-240-100-240T400 60 160 160 60 400t100 240 240 100" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "m8.45 13.7 5.05-3.225q.275-.175.275-.475t-.275-.475L8.45 6.3q-.275-.2-.575-.0375t-.3.5125v6.45q0 .35.3.5125T8.45 13.7M10 20q-2.05 0-3.875-.7875t-3.1875-2.15-2.15-3.1875T0 10q0-2.075.7875-3.9t2.15-3.175T6.125.7875 10 0q2.075 0 3.9.7875t3.175 2.1375T19.2125 6.1 20 10q0 2.05-.7875 3.875t-2.1375 3.1875-3.175 2.15T10 20m0-1.5q3.55 0 6.025-2.4875T18.5 10q0-3.55-2.475-6.025T10 1.5q-3.525 0-6.0125 2.475T1.5 10q0 3.525 2.4875 6.0125T10 18.5m0-8.5" }));
8
8
  export {
9
9
  SvgPlayCircleRound as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgPlayCircleSharp = ({
24
24
  title,
25
25
  titleId,
26
26
  ...props
27
- }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 720 800", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "m303 570 267-170-267-170zm97 230q-82 0-155-31.5t-127.5-86-86-127.5T0 400q0-83 31.5-156t86-127T245 31.5 400 0q83 0 156 31.5T683 117t85.5 127T800 400q0 82-31.5 155T683 682.5t-127 86T400 800m0-60q142 0 241-99.5T740 400q0-142-99-241T400 60q-141 0-240.5 99T60 400q0 141 99.5 240.5T400 740m0-340" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M7.575 14.25 14.25 10 7.575 5.75zM10 20q-2.05 0-3.875-.7875t-3.1875-2.15-2.15-3.1875T0 10q0-2.075.7875-3.9t2.15-3.175T6.125.7875 10 0q2.075 0 3.9.7875t3.175 2.1375T19.2125 6.1 20 10q0 2.05-.7875 3.875t-2.1375 3.1875-3.175 2.15T10 20m0-1.5q3.55 0 6.025-2.4875T18.5 10q0-3.55-2.475-6.025T10 1.5q-3.525 0-6.0125 2.475T1.5 10q0 3.525 2.4875 6.0125T10 18.5m0-8.5" }));
28
28
  exports.default = SvgPlayCircleSharp;
@@ -4,7 +4,7 @@ const SvgPlayCircleSharp = ({
4
4
  title,
5
5
  titleId,
6
6
  ...props
7
- }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 720 800", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "m303 570 267-170-267-170zm97 230q-82 0-155-31.5t-127.5-86-86-127.5T0 400q0-83 31.5-156t86-127T245 31.5 400 0q83 0 156 31.5T683 117t85.5 127T800 400q0 82-31.5 155T683 682.5t-127 86T400 800m0-60q142 0 241-99.5T740 400q0-142-99-241T400 60q-141 0-240.5 99T60 400q0 141 99.5 240.5T400 740m0-340" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M7.575 14.25 14.25 10 7.575 5.75zM10 20q-2.05 0-3.875-.7875t-3.1875-2.15-2.15-3.1875T0 10q0-2.075.7875-3.9t2.15-3.175T6.125.7875 10 0q2.075 0 3.9.7875t3.175 2.1375T19.2125 6.1 20 10q0 2.05-.7875 3.875t-2.1375 3.1875-3.175 2.15T10 20m0-1.5q3.55 0 6.025-2.4875T18.5 10q0-3.55-2.475-6.025T10 1.5q-3.525 0-6.0125 2.475T1.5 10q0 3.525 2.4875 6.0125T10 18.5m0-8.5" }));
8
8
  export {
9
9
  SvgPlayCircleSharp as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgPrintFilled = ({
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: "M13.6 3.89H2.4A2.36 2.36 0 0 0 0 6.22v4.67h3.2V14h9.6v-3.11H16V6.22a2.36 2.36 0 0 0-2.4-2.33m-2.4 8.55H4.8V8.56h6.4zM13.6 7a.8.8 0 0 1-.8-.78.8.8 0 0 1 .8-.78c.44 0 .8.35.8.78a.8.8 0 0 1-.8.78m-.8-7H3.2v3.11h9.6z" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 18", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M15.95 4.05H4.05V0h11.9zm.525 4.625q.3 0 .525-.225t.225-.525T17 7.4t-.525-.225-.525.225-.225.525.225.525.525.225M14.45 16.5v-4.8h-8.9v4.8zm1.5 1.5H4.05v-4.4H0V7.45q0-1.1262.7625-1.8883Q1.525 4.8 2.65 4.8h14.7q1.1263 0 1.8883.7618Q20 6.3238 20 7.45v6.15h-4.05z" }));
28
28
  exports.default = SvgPrintFilled;
@@ -4,7 +4,7 @@ const SvgPrintFilled = ({
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: "M13.6 3.89H2.4A2.36 2.36 0 0 0 0 6.22v4.67h3.2V14h9.6v-3.11H16V6.22a2.36 2.36 0 0 0-2.4-2.33m-2.4 8.55H4.8V8.56h6.4zM13.6 7a.8.8 0 0 1-.8-.78.8.8 0 0 1 .8-.78c.44 0 .8.35.8.78a.8.8 0 0 1-.8.78m-.8-7H3.2v3.11h9.6z" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 18", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M15.95 4.05H4.05V0h11.9zm.525 4.625q.3 0 .525-.225t.225-.525T17 7.4t-.525-.225-.525.225-.225.525.225.525.525.225M14.45 16.5v-4.8h-8.9v4.8zm1.5 1.5H4.05v-4.4H0V7.45q0-1.1262.7625-1.8883Q1.525 4.8 2.65 4.8h14.7q1.1263 0 1.8883.7618Q20 6.3238 20 7.45v6.15h-4.05z" }));
8
8
  export {
9
9
  SvgPrintFilled as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgPrintOutlined = ({
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: "M13.6 3.89h-.8V0H3.2v3.89h-.8A2.36 2.36 0 0 0 0 6.22v4.67h3.2V14h9.6v-3.11H16V6.22a2.36 2.36 0 0 0-2.4-2.33M4.8 1.56h6.4v2.33H4.8zm6.4 10.88H4.8v-3.1h6.4zm1.6-3.1V7.78H3.2v1.55H1.6v-3.1a.8.8 0 0 1 .8-.79h11.2c.44 0 .8.35.8.78v3.11z" }), /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M12.8 7.39a.8.8 0 0 0 .8-.78.8.8 0 0 0-.8-.78c-.44 0-.8.35-.8.78s.36.78.8.78" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 18", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M14.45 4.8V1.5h-8.9v3.3h-1.5V0h11.9v4.8zM1.5 6.3h17zm14.975 2.375q.3 0 .525-.225t.225-.525T17 7.4t-.525-.225-.525.225-.225.525.225.525.525.225M14.45 16.5v-4.8h-8.9v4.8zm1.5 1.5H4.05v-4.4H0V7.45q0-1.1262.7625-1.8883Q1.525 4.8 2.65 4.8h14.7q1.1263 0 1.8883.7618Q20 6.3238 20 7.45v6.15h-4.05zm2.55-5.9V7.4448q0-.4948-.3305-.8198-.3308-.325-.8195-.325H2.65q-.4887 0-.8193.3305Q1.5 6.9613 1.5 7.45v4.65h2.55v-1.9h11.9v1.9z" }));
28
28
  exports.default = SvgPrintOutlined;
@@ -4,7 +4,7 @@ const SvgPrintOutlined = ({
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: "M13.6 3.89h-.8V0H3.2v3.89h-.8A2.36 2.36 0 0 0 0 6.22v4.67h3.2V14h9.6v-3.11H16V6.22a2.36 2.36 0 0 0-2.4-2.33M4.8 1.56h6.4v2.33H4.8zm6.4 10.88H4.8v-3.1h6.4zm1.6-3.1V7.78H3.2v1.55H1.6v-3.1a.8.8 0 0 1 .8-.79h11.2c.44 0 .8.35.8.78v3.11z" }), /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M12.8 7.39a.8.8 0 0 0 .8-.78.8.8 0 0 0-.8-.78c-.44 0-.8.35-.8.78s.36.78.8.78" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 18", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M14.45 4.8V1.5h-8.9v3.3h-1.5V0h11.9v4.8zM1.5 6.3h17zm14.975 2.375q.3 0 .525-.225t.225-.525T17 7.4t-.525-.225-.525.225-.225.525.225.525.525.225M14.45 16.5v-4.8h-8.9v4.8zm1.5 1.5H4.05v-4.4H0V7.45q0-1.1262.7625-1.8883Q1.525 4.8 2.65 4.8h14.7q1.1263 0 1.8883.7618Q20 6.3238 20 7.45v6.15h-4.05zm2.55-5.9V7.4448q0-.4948-.3305-.8198-.3308-.325-.8195-.325H2.65q-.4887 0-.8193.3305Q1.5 6.9613 1.5 7.45v4.65h2.55v-1.9h11.9v1.9z" }));
8
8
  export {
9
9
  SvgPrintOutlined as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgPrintRound = ({
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: "M12.8 3.11V.78A.8.8 0 0 0 12 0H4a.8.8 0 0 0-.8.78V3.1zm.8.78H2.4A2.36 2.36 0 0 0 0 6.22v3.9c0 .42.36.77.8.77h2.4v1.55c0 .86.72 1.56 1.6 1.56h6.4c.88 0 1.6-.7 1.6-1.56V10.9h2.4a.8.8 0 0 0 .8-.78V6.23a2.36 2.36 0 0 0-2.4-2.33m-2.4 8.55H4.8v-3.1h6.4zm1.6-5.05a.8.8 0 0 1-.8-.78.8.8 0 0 1 .8-.78c.44 0 .8.35.8.78a.8.8 0 0 1-.8.78" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 18", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M5.55 18q-.6187 0-1.0592-.4407Q4.05 17.1188 4.05 16.5v-2.9H1.5q-.6187 0-1.0592-.4407Q0 12.7188 0 12.1V7.45q0-1.1262.7625-1.8883Q1.525 4.8 2.65 4.8h14.7q1.1263 0 1.8883.7618Q20 6.3238 20 7.45v4.65q0 .6188-.4405 1.0593-.4407.4407-1.0595.4407h-2.55v2.9q0 .6188-.4405 1.0593Q15.0688 18 14.45 18zM1.5 12.1h2.55v-.4q0-.6187.4408-1.0595Q4.9313 10.2 5.55 10.2h8.9q.6188 0 1.0595.4405.4405.4407.4405 1.0595v.4h2.55V7.4447q0-.4947-.3305-.8197-.3308-.325-.8195-.325H2.65q-.4887 0-.8193.3305Q1.5 6.9613 1.5 7.45zm12.95-7.3V1.5h-8.9v3.3h-1.5V1.5q0-.6187.4408-1.0595Q4.9313 0 5.55 0h8.9q.6188 0 1.0595.4405Q15.95.8812 15.95 1.5v3.3zm2.025 3.875q.3 0 .525-.225t.225-.525T17 7.4t-.525-.225-.525.225-.225.525.225.525.525.225M14.45 16.5v-4.8h-8.9v4.8zM1.5 6.3h17z" }));
28
28
  exports.default = SvgPrintRound;
@@ -4,7 +4,7 @@ const SvgPrintRound = ({
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: "M12.8 3.11V.78A.8.8 0 0 0 12 0H4a.8.8 0 0 0-.8.78V3.1zm.8.78H2.4A2.36 2.36 0 0 0 0 6.22v3.9c0 .42.36.77.8.77h2.4v1.55c0 .86.72 1.56 1.6 1.56h6.4c.88 0 1.6-.7 1.6-1.56V10.9h2.4a.8.8 0 0 0 .8-.78V6.23a2.36 2.36 0 0 0-2.4-2.33m-2.4 8.55H4.8v-3.1h6.4zm1.6-5.05a.8.8 0 0 1-.8-.78.8.8 0 0 1 .8-.78c.44 0 .8.35.8.78a.8.8 0 0 1-.8.78" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 18", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M5.55 18q-.6187 0-1.0592-.4407Q4.05 17.1188 4.05 16.5v-2.9H1.5q-.6187 0-1.0592-.4407Q0 12.7188 0 12.1V7.45q0-1.1262.7625-1.8883Q1.525 4.8 2.65 4.8h14.7q1.1263 0 1.8883.7618Q20 6.3238 20 7.45v4.65q0 .6188-.4405 1.0593-.4407.4407-1.0595.4407h-2.55v2.9q0 .6188-.4405 1.0593Q15.0688 18 14.45 18zM1.5 12.1h2.55v-.4q0-.6187.4408-1.0595Q4.9313 10.2 5.55 10.2h8.9q.6188 0 1.0595.4405.4405.4407.4405 1.0595v.4h2.55V7.4447q0-.4947-.3305-.8197-.3308-.325-.8195-.325H2.65q-.4887 0-.8193.3305Q1.5 6.9613 1.5 7.45zm12.95-7.3V1.5h-8.9v3.3h-1.5V1.5q0-.6187.4408-1.0595Q4.9313 0 5.55 0h8.9q.6188 0 1.0595.4405Q15.95.8812 15.95 1.5v3.3zm2.025 3.875q.3 0 .525-.225t.225-.525T17 7.4t-.525-.225-.525.225-.225.525.225.525.525.225M14.45 16.5v-4.8h-8.9v4.8zM1.5 6.3h17z" }));
8
8
  export {
9
9
  SvgPrintRound as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgPrintSharp = ({
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: "M0 3.89v7h3.2V14h9.6v-3.11H16v-7zm11.2 8.55H4.8V8.56h6.4zM13.6 7a.8.8 0 0 1-.8-.78.8.8 0 0 1 .8-.78c.44 0 .8.35.8.78a.8.8 0 0 1-.8.78m-.8-7H3.2v3.11h9.6z" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 18", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M14.45 4.8V1.5h-8.9v3.3h-1.5V0h11.9v4.8zM1.5 6.3h17zm14.975 2.375q.3 0 .525-.225t.225-.525T17 7.4t-.525-.225-.525.225-.225.525.225.525.525.225M14.45 16.5v-4.8h-8.9v4.8zm1.5 1.5H4.05v-4.4H0V4.8h20v8.8h-4.05zm2.55-5.9V6.3h-17v5.8h2.55v-1.9h11.9v1.9z" }));
28
28
  exports.default = SvgPrintSharp;
@@ -4,7 +4,7 @@ const SvgPrintSharp = ({
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: "M0 3.89v7h3.2V14h9.6v-3.11H16v-7zm11.2 8.55H4.8V8.56h6.4zM13.6 7a.8.8 0 0 1-.8-.78.8.8 0 0 1 .8-.78c.44 0 .8.35.8.78a.8.8 0 0 1-.8.78m-.8-7H3.2v3.11h9.6z" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 18", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M14.45 4.8V1.5h-8.9v3.3h-1.5V0h11.9v4.8zM1.5 6.3h17zm14.975 2.375q.3 0 .525-.225t.225-.525T17 7.4t-.525-.225-.525.225-.225.525.225.525.525.225M14.45 16.5v-4.8h-8.9v4.8zm1.5 1.5H4.05v-4.4H0V4.8h20v8.8h-4.05zm2.55-5.9V6.3h-17v5.8h2.55v-1.9h11.9v1.9z" }));
8
8
  export {
9
9
  SvgPrintSharp as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgQueryStatsFilled = ({
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 15", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M13.92 11.94a3.3 3.3 0 0 0 .52-1.98 3.4 3.4 0 0 0-2.98-3.13 3.37 3.37 0 0 0-3.77 3.33 3.36 3.36 0 0 0 5.17 2.83l1.8 1.8c.3.28.78.28 1.07 0a.75.75 0 0 0 0-1.06zm-2.85.08a1.87 1.87 0 0 1-1.88-1.86 1.87 1.87 0 0 1 1.88-1.86 1.87 1.87 0 0 1 1.88 1.86 1.87 1.87 0 0 1-1.88 1.86m-.27-6.33a5 5 0 0 0-1.58.34l-.41-.62-2.32 3.73a.76.76 0 0 1-1.2.1L3.68 7.4l-2.3 3.64a.76.76 0 0 1-1.08.21.74.74 0 0 1-.2-1l2.84-4.5a.76.76 0 0 1 1.21-.09l1.6 1.84 2.39-3.85a.75.75 0 0 1 1.26-.02zm1.94.37q-.72-.3-1.54-.36L14.61.35a.75.75 0 0 1 1.08-.2c.32.22.4.66.2 1z" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 21", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M1.225 12.7 0 11.8l4.825-7.75L7.95 7.7 12.075 1 15.2 5.65 18.775 0l1.2.875-4.75 7.525-3.1-4.6-3.975 6.45L5.025 6.6zm12.35 4.8q1.2 0 2.0625-.8375T16.5 14.625q0-1.225-.85-2.075t-2.075-.85q-1.2 0-2.0375.8625T10.7 14.625t.8375 2.0375 2.0375.8375m5.35 3.5-2.8-2.8q-.55.375-1.1875.5875T13.575 19q-1.825 0-3.1-1.275t-1.275-3.1 1.275-3.125 3.1-1.3q1.85 0 3.1375 1.2875T18 14.625q0 .725-.2125 1.3625t-.6125 1.1875l2.8 2.775z" }));
28
28
  exports.default = SvgQueryStatsFilled;
@@ -4,7 +4,7 @@ const SvgQueryStatsFilled = ({
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 15", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M13.92 11.94a3.3 3.3 0 0 0 .52-1.98 3.4 3.4 0 0 0-2.98-3.13 3.37 3.37 0 0 0-3.77 3.33 3.36 3.36 0 0 0 5.17 2.83l1.8 1.8c.3.28.78.28 1.07 0a.75.75 0 0 0 0-1.06zm-2.85.08a1.87 1.87 0 0 1-1.88-1.86 1.87 1.87 0 0 1 1.88-1.86 1.87 1.87 0 0 1 1.88 1.86 1.87 1.87 0 0 1-1.88 1.86m-.27-6.33a5 5 0 0 0-1.58.34l-.41-.62-2.32 3.73a.76.76 0 0 1-1.2.1L3.68 7.4l-2.3 3.64a.76.76 0 0 1-1.08.21.74.74 0 0 1-.2-1l2.84-4.5a.76.76 0 0 1 1.21-.09l1.6 1.84 2.39-3.85a.75.75 0 0 1 1.26-.02zm1.94.37q-.72-.3-1.54-.36L14.61.35a.75.75 0 0 1 1.08-.2c.32.22.4.66.2 1z" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 21", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M1.225 12.7 0 11.8l4.825-7.75L7.95 7.7 12.075 1 15.2 5.65 18.775 0l1.2.875-4.75 7.525-3.1-4.6-3.975 6.45L5.025 6.6zm12.35 4.8q1.2 0 2.0625-.8375T16.5 14.625q0-1.225-.85-2.075t-2.075-.85q-1.2 0-2.0375.8625T10.7 14.625t.8375 2.0375 2.0375.8375m5.35 3.5-2.8-2.8q-.55.375-1.1875.5875T13.575 19q-1.825 0-3.1-1.275t-1.275-3.1 1.275-3.125 3.1-1.3q1.85 0 3.1375 1.2875T18 14.625q0 .725-.2125 1.3625t-.6125 1.1875l2.8 2.775z" }));
8
8
  export {
9
9
  SvgQueryStatsFilled as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgQueryStatsOutlined = ({
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 15", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M13.73 11.76q.5-.75.51-1.7a3.24 3.24 0 0 0-3.27-3.22c-1.81 0-3.28 1.44-3.28 3.22s1.47 3.21 3.27 3.21q.97-.01 1.74-.5L14.97 15 16 13.99zm-2.76.08c-1 0-1.82-.8-1.82-1.78s.81-1.79 1.82-1.79 1.82.8 1.82 1.79-.82 1.78-1.82 1.78m-.26-6.07a4 4 0 0 0-1.53.32l-.4-.59L6 9.91 3.83 7.4l-2.64 4.15L0 10.71 3.64 5l2.18 2.5 2.9-4.64zm1.88.36a4 4 0 0 0-1.5-.35L14.83 0 16 .84z" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 21", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M1.225 12.7 0 11.8l4.825-7.75L7.95 7.7 12.075 1 15.2 5.65 18.775 0l1.2.875-4.75 7.525-3.1-4.6-3.975 6.45L5.025 6.6zm12.35 4.8q1.2 0 2.0625-.8375T16.5 14.625q0-1.225-.85-2.075t-2.075-.85q-1.2 0-2.0375.8625T10.7 14.625t.8375 2.0375 2.0375.8375m5.35 3.5-2.8-2.8q-.55.375-1.1875.5875T13.575 19q-1.825 0-3.1-1.275t-1.275-3.1 1.275-3.125 3.1-1.3q1.85 0 3.1375 1.2875T18 14.625q0 .725-.2125 1.3625t-.6125 1.1875l2.8 2.775z" }));
28
28
  exports.default = SvgQueryStatsOutlined;
@@ -4,7 +4,7 @@ const SvgQueryStatsOutlined = ({
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 15", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M13.73 11.76q.5-.75.51-1.7a3.24 3.24 0 0 0-3.27-3.22c-1.81 0-3.28 1.44-3.28 3.22s1.47 3.21 3.27 3.21q.97-.01 1.74-.5L14.97 15 16 13.99zm-2.76.08c-1 0-1.82-.8-1.82-1.78s.81-1.79 1.82-1.79 1.82.8 1.82 1.79-.82 1.78-1.82 1.78m-.26-6.07a4 4 0 0 0-1.53.32l-.4-.59L6 9.91 3.83 7.4l-2.64 4.15L0 10.71 3.64 5l2.18 2.5 2.9-4.64zm1.88.36a4 4 0 0 0-1.5-.35L14.83 0 16 .84z" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 21", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M1.225 12.7 0 11.8l4.825-7.75L7.95 7.7 12.075 1 15.2 5.65 18.775 0l1.2.875-4.75 7.525-3.1-4.6-3.975 6.45L5.025 6.6zm12.35 4.8q1.2 0 2.0625-.8375T16.5 14.625q0-1.225-.85-2.075t-2.075-.85q-1.2 0-2.0375.8625T10.7 14.625t.8375 2.0375 2.0375.8375m5.35 3.5-2.8-2.8q-.55.375-1.1875.5875T13.575 19q-1.825 0-3.1-1.275t-1.275-3.1 1.275-3.125 3.1-1.3q1.85 0 3.1375 1.2875T18 14.625q0 .725-.2125 1.3625t-.6125 1.1875l2.8 2.775z" }));
8
8
  export {
9
9
  SvgQueryStatsOutlined as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgQueryStatsRound = ({
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 15", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M13.73 11.76q.5-.75.51-1.7a3.24 3.24 0 0 0-3.27-3.22c-1.81 0-3.28 1.44-3.28 3.22s1.47 3.21 3.27 3.21q.97-.01 1.74-.5L14.97 15 16 13.99zm-2.76.08c-1 0-1.82-.8-1.82-1.78s.81-1.79 1.82-1.79 1.82.8 1.82 1.79-.82 1.78-1.82 1.78m-.26-6.07a4 4 0 0 0-1.53.32l-.4-.59L6 9.91 3.83 7.4l-2.64 4.15L0 10.71 3.64 5l2.18 2.5 2.9-4.64zm1.88.36a4 4 0 0 0-1.5-.35L14.83 0 16 .84z" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 21", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M.5765 12.2147q-.2537-.172-.3027-.4685Q.225 11.45.375 11.2L3.75 5.775q.4058-.6562 1.153-.7032Q5.65 5.025 6.15 5.6l1.8 2.1 2.9-4.725q.4338-.7065 1.2545-.7158.8205-.0092 1.2705.6658L15.2 5.65 18.35.675q.1638-.2728.4818-.3363.3182-.0637.5905.1425.2527.1688.2902.4563T19.6 1.475L16.45 6.45q-.425.7-1.2375.7125T13.95 6.5l-1.825-2.7-2.9 4.7q-.3962.6403-1.1607.695Q7.3 9.25 6.8 8.675L5.025 6.6 1.65 12q-.175.275-.4875.35t-.586-.1353M13.5698 17.5q1.2052 0 2.0677-.8372.8625-.8375.8625-2.05 0-1.2128-.8482-2.0628-.8483-.85-2.0768-.85-1.2075 0-2.0412.8625-.8338.8625-.8338 2.0677 0 1.2053.8323 2.0375t2.0375.8323m.0052 1.5q-1.823 0-3.099-1.2765t-1.276-3.1T10.476 11.5t3.099-1.3q1.8438 0 3.1345 1.2905Q18 12.7812 18 14.625q0 .725-.2125 1.3625t-.6125 1.1875l2.275 2.25q.225.225.225.525t-.225.525-.525.225-.525-.225L16.125 18.2q-.55.375-1.1875.5875T13.575 19" }));
28
28
  exports.default = SvgQueryStatsRound;
@@ -4,7 +4,7 @@ const SvgQueryStatsRound = ({
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 15", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M13.73 11.76q.5-.75.51-1.7a3.24 3.24 0 0 0-3.27-3.22c-1.81 0-3.28 1.44-3.28 3.22s1.47 3.21 3.27 3.21q.97-.01 1.74-.5L14.97 15 16 13.99zm-2.76.08c-1 0-1.82-.8-1.82-1.78s.81-1.79 1.82-1.79 1.82.8 1.82 1.79-.82 1.78-1.82 1.78m-.26-6.07a4 4 0 0 0-1.53.32l-.4-.59L6 9.91 3.83 7.4l-2.64 4.15L0 10.71 3.64 5l2.18 2.5 2.9-4.64zm1.88.36a4 4 0 0 0-1.5-.35L14.83 0 16 .84z" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 21", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M.5765 12.2147q-.2537-.172-.3027-.4685Q.225 11.45.375 11.2L3.75 5.775q.4058-.6562 1.153-.7032Q5.65 5.025 6.15 5.6l1.8 2.1 2.9-4.725q.4338-.7065 1.2545-.7158.8205-.0092 1.2705.6658L15.2 5.65 18.35.675q.1638-.2728.4818-.3363.3182-.0637.5905.1425.2527.1688.2902.4563T19.6 1.475L16.45 6.45q-.425.7-1.2375.7125T13.95 6.5l-1.825-2.7-2.9 4.7q-.3962.6403-1.1607.695Q7.3 9.25 6.8 8.675L5.025 6.6 1.65 12q-.175.275-.4875.35t-.586-.1353M13.5698 17.5q1.2052 0 2.0677-.8372.8625-.8375.8625-2.05 0-1.2128-.8482-2.0628-.8483-.85-2.0768-.85-1.2075 0-2.0412.8625-.8338.8625-.8338 2.0677 0 1.2053.8323 2.0375t2.0375.8323m.0052 1.5q-1.823 0-3.099-1.2765t-1.276-3.1T10.476 11.5t3.099-1.3q1.8438 0 3.1345 1.2905Q18 12.7812 18 14.625q0 .725-.2125 1.3625t-.6125 1.1875l2.275 2.25q.225.225.225.525t-.225.525-.525.225-.525-.225L16.125 18.2q-.55.375-1.1875.5875T13.575 19" }));
8
8
  export {
9
9
  SvgQueryStatsRound as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgQueryStatsSharp = ({
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 15", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M13.73 11.76q.5-.75.51-1.7a3.24 3.24 0 0 0-3.27-3.22c-1.81 0-3.28 1.44-3.28 3.22s1.47 3.21 3.27 3.21q.97-.01 1.74-.5L14.97 15 16 13.99zm-2.76.08c-1 0-1.82-.8-1.82-1.78s.81-1.79 1.82-1.79 1.82.8 1.82 1.79-.82 1.78-1.82 1.78m-.26-6.07a4 4 0 0 0-1.53.32l-.4-.59L6 9.91 3.83 7.4l-2.64 4.15L0 10.71 3.64 5l2.18 2.5 2.9-4.64zm1.88.36a4 4 0 0 0-1.5-.35L14.83 0 16 .84z" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 21", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M1.225 12.7 0 11.8l4.825-7.75L7.95 7.7 12.075 1 15.2 5.65 18.775 0l1.2.875-4.75 7.525-3.1-4.6-3.975 6.45L5.025 6.6zm12.35 4.8q1.2 0 2.0625-.8375T16.5 14.625q0-1.225-.85-2.075t-2.075-.85q-1.2 0-2.0375.8625T10.7 14.625t.8375 2.0375 2.0375.8375m5.35 3.5-2.8-2.8q-.55.375-1.1875.5875T13.575 19q-1.825 0-3.1-1.275t-1.275-3.1 1.275-3.125 3.1-1.3q1.85 0 3.1375 1.2875T18 14.625q0 .725-.2125 1.3625t-.6125 1.1875l2.8 2.775z" }));
28
28
  exports.default = SvgQueryStatsSharp;
@@ -4,7 +4,7 @@ const SvgQueryStatsSharp = ({
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 15", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M13.73 11.76q.5-.75.51-1.7a3.24 3.24 0 0 0-3.27-3.22c-1.81 0-3.28 1.44-3.28 3.22s1.47 3.21 3.27 3.21q.97-.01 1.74-.5L14.97 15 16 13.99zm-2.76.08c-1 0-1.82-.8-1.82-1.78s.81-1.79 1.82-1.79 1.82.8 1.82 1.79-.82 1.78-1.82 1.78m-.26-6.07a4 4 0 0 0-1.53.32l-.4-.59L6 9.91 3.83 7.4l-2.64 4.15L0 10.71 3.64 5l2.18 2.5 2.9-4.64zm1.88.36a4 4 0 0 0-1.5-.35L14.83 0 16 .84z" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 21", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M1.225 12.7 0 11.8l4.825-7.75L7.95 7.7 12.075 1 15.2 5.65 18.775 0l1.2.875-4.75 7.525-3.1-4.6-3.975 6.45L5.025 6.6zm12.35 4.8q1.2 0 2.0625-.8375T16.5 14.625q0-1.225-.85-2.075t-2.075-.85q-1.2 0-2.0375.8625T10.7 14.625t.8375 2.0375 2.0375.8375m5.35 3.5-2.8-2.8q-.55.375-1.1875.5875T13.575 19q-1.825 0-3.1-1.275t-1.275-3.1 1.275-3.125 3.1-1.3q1.85 0 3.1375 1.2875T18 14.625q0 .725-.2125 1.3625t-.6125 1.1875l2.8 2.775z" }));
8
8
  export {
9
9
  SvgQueryStatsSharp as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgSavingsFilled = ({
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.26 4.84-1.81-1.79a4 4 0 0 1 .25-.9q.1-.22.1-.47A1.2 1.2 0 0 0 11.6.5a4 4 0 0 0-3.2 1.58h-4C1.97 2.08 0 4.02 0 6.42s2 9.08 2 9.08h4.4v-1.58H8v1.58h4.4l1.34-4.41 2.26-.74v-5.5zM8.8 6.03h-4V4.45h4zm2.4 1.58a.8.8 0 1 1 0-1.58c.44 0 .8.35.8.79s-.36.79-.8.79" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 19", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M14.7125 8.7125Q15 8.425 15 8t-.2875-.7125T14 7t-.7125.2875T13 8t.2875.7125T14 9t.7125-.2875M6 6.5h5V5H6zM2.5 19q-.85-2.85-1.675-5.6875T0 7.5q0-2.3 1.6-3.9T5.5 2h5q.725-.95 1.7625-1.475T14.5 0q.625 0 1.0625.4375T16 1.5q0 .125-.125.575-.1.275-.1875.5625t-.1375.5875L17.825 5.5H20v6.975l-2.825.925L15.5 19H10v-2H8v2z" }));
28
28
  exports.default = SvgSavingsFilled;
@@ -4,7 +4,7 @@ const SvgSavingsFilled = ({
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.26 4.84-1.81-1.79a4 4 0 0 1 .25-.9q.1-.22.1-.47A1.2 1.2 0 0 0 11.6.5a4 4 0 0 0-3.2 1.58h-4C1.97 2.08 0 4.02 0 6.42s2 9.08 2 9.08h4.4v-1.58H8v1.58h4.4l1.34-4.41 2.26-.74v-5.5zM8.8 6.03h-4V4.45h4zm2.4 1.58a.8.8 0 1 1 0-1.58c.44 0 .8.35.8.79s-.36.79-.8.79" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 19", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M14.7125 8.7125Q15 8.425 15 8t-.2875-.7125T14 7t-.7125.2875T13 8t.2875.7125T14 9t.7125-.2875M6 6.5h5V5H6zM2.5 19q-.85-2.85-1.675-5.6875T0 7.5q0-2.3 1.6-3.9T5.5 2h5q.725-.95 1.7625-1.475T14.5 0q.625 0 1.0625.4375T16 1.5q0 .125-.125.575-.1.275-.1875.5625t-.1375.5875L17.825 5.5H20v6.975l-2.825.925L15.5 19H10v-2H8v2z" }));
8
8
  export {
9
9
  SvgSavingsFilled as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgSavingsOutlined = ({
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: "M10.4 6.82c0-.44.36-.8.8-.8s.8.36.8.8-.36.79-.8.79-.8-.36-.8-.8m-5.6-.78h4V4.45h-4zM16 4.84v5.5l-2.26.75-1.34 4.41H8v-1.58H6.4v1.58H2S0 8.82 0 6.42s1.97-4.34 4.4-4.34h4A4 4 0 0 1 11.6.5c.66 0 1.2.53 1.2 1.18q0 .25-.1.46a4 4 0 0 0-.25.91l1.81 1.8zm-1.6 1.58h-.8l-2.8-2.76q0-.78.2-1.51a2.4 2.4 0 0 0-1.66 1.5H4.4a2.8 2.8 0 0 0-2.8 2.77c0 1.48.98 5.25 1.6 7.5h1.6v-1.58h4.8v1.58h1.6l1.25-4.07 1.95-.64z" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 19", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M14.7125 8.7125Q15 8.425 15 8t-.2875-.7125T14 7t-.7125.2875T13 8t.2875.7125T14 9t.7125-.2875M6 6.5h5V5H6zM2.5 19q-.85-2.85-1.675-5.6875T0 7.5q0-2.3 1.6-3.9T5.5 2h5q.725-.95 1.7625-1.475T14.5 0q.625 0 1.0625.4375T16 1.5q0 .15-.0375.3t-.0875.275q-.1.275-.1875.5625t-.1375.5875L17.825 5.5H20v6.975l-2.825.925L15.5 19H10v-2H8v2zm1.125-1.5H6.5v-2h5v2h2.875l1.575-5.25 2.55-.875V7h-1.3L14 3.8q.025-.625.1625-1.2125T14.45 1.4q-.95.25-1.8.7375T11.35 3.5H5.5q-1.6573 0-2.8285 1.1715Q1.5 5.8427 1.5 7.5q0 2.579.725 5.0395t1.4 4.9605M10 9.45" }));
28
28
  exports.default = SvgSavingsOutlined;
@@ -4,7 +4,7 @@ const SvgSavingsOutlined = ({
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: "M10.4 6.82c0-.44.36-.8.8-.8s.8.36.8.8-.36.79-.8.79-.8-.36-.8-.8m-5.6-.78h4V4.45h-4zM16 4.84v5.5l-2.26.75-1.34 4.41H8v-1.58H6.4v1.58H2S0 8.82 0 6.42s1.97-4.34 4.4-4.34h4A4 4 0 0 1 11.6.5c.66 0 1.2.53 1.2 1.18q0 .25-.1.46a4 4 0 0 0-.25.91l1.81 1.8zm-1.6 1.58h-.8l-2.8-2.76q0-.78.2-1.51a2.4 2.4 0 0 0-1.66 1.5H4.4a2.8 2.8 0 0 0-2.8 2.77c0 1.48.98 5.25 1.6 7.5h1.6v-1.58h4.8v1.58h1.6l1.25-4.07 1.95-.64z" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 19", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M14.7125 8.7125Q15 8.425 15 8t-.2875-.7125T14 7t-.7125.2875T13 8t.2875.7125T14 9t.7125-.2875M6 6.5h5V5H6zM2.5 19q-.85-2.85-1.675-5.6875T0 7.5q0-2.3 1.6-3.9T5.5 2h5q.725-.95 1.7625-1.475T14.5 0q.625 0 1.0625.4375T16 1.5q0 .15-.0375.3t-.0875.275q-.1.275-.1875.5625t-.1375.5875L17.825 5.5H20v6.975l-2.825.925L15.5 19H10v-2H8v2zm1.125-1.5H6.5v-2h5v2h2.875l1.575-5.25 2.55-.875V7h-1.3L14 3.8q.025-.625.1625-1.2125T14.45 1.4q-.95.25-1.8.7375T11.35 3.5H5.5q-1.6573 0-2.8285 1.1715Q1.5 5.8427 1.5 7.5q0 2.579.725 5.0395t1.4 4.9605M10 9.45" }));
8
8
  export {
9
9
  SvgSavingsOutlined as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgSavingsRound = ({
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.26 4.84-1.81-1.79q.08-.5.25-.9.14-.32.08-.7C12.68.9 12.1.5 11.52.5c-1.27.02-2.4.64-3.12 1.58h-4A4.37 4.37 0 0 0 0 6.42c0 1.78 1.1 5.9 1.66 7.93a1.6 1.6 0 0 0 1.55 1.15H4.8c.88 0 1.6-.71 1.6-1.58H8c0 .87.72 1.58 1.6 1.58h1.6a1.6 1.6 0 0 0 1.54-1.13l1-3.28 1.72-.57a.8.8 0 0 0 .54-.75V5.63a.8.8 0 0 0-.8-.79zM8 6.03H5.6a.8.8 0 0 1-.8-.8.8.8 0 0 1 .8-.78H8c.44 0 .8.35.8.79s-.36.79-.8.79m3.2 1.58a.8.8 0 1 1 0-1.58c.44 0 .8.35.8.79s-.36.79-.8.79" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 19", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M3.75 19q-.525 0-.9872-.349-.4623-.3493-.6128-.851-.625-2.15-1.0385-3.7115t-.6592-2.742Q.2068 10.166.1035 9.2517 0 8.3377 0 7.5q0-2.3 1.6-3.9T5.5 2h5q.675-.9 1.7125-1.45T14.5 0q.625 0 1.0625.4375T16 1.5q0 .15-.0375.3t-.0875.275q-.1.275-.1875.55t-.1375.6L17.825 5.5h1.425q.3188 0 .5345.2155Q20 5.9312 20 6.25v5.675q0 .256-.1375.453t-.3875.272l-2.2983.7575-1.3517 4.5175q-.1508.4903-.546.7828-.3955.2922-.904.2922H11.5q-.6187 0-1.0592-.4407Q10 18.1188 10 17.5V17H8v.5q0 .6188-.4405 1.0593Q7.1188 19 6.5 19zm-.125-1.5H6.5v-2h5v2h2.875l1.575-5.25 2.55-.875V7h-1.3L14 3.8q.025-.425.1375-1.0375T14.45 1.4q-1.075.275-1.9.825T11.35 3.5H5.5q-1.6573 0-2.8285 1.1715Q1.5 5.8427 1.5 7.5q0 1.05.55 3.6625T3.625 17.5m11.0875-8.7875Q15 8.425 15 8t-.2875-.7125T14 7t-.7125.2875T13 8t.2875.7125T14 9t.7125-.2875M10.25 6.5q.3188 0 .5345-.217Q11 6.0663 11 5.7455q0-.3205-.2155-.533Q10.5687 5 10.25 5h-3.5q-.3188 0-.5342.217Q6 5.4338 6 5.7545q0 .3205.2158.533.2155.2125.5342.2125zM10 9.45" }));
28
28
  exports.default = SvgSavingsRound;