@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
@@ -24,5 +24,5 @@ const SvgEventNoteOutlined = ({
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 14 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M12.44 1.6h-.77V0H10.1v1.6H3.89V0H2.33v1.6h-.77C.7 1.6 0 2.32 0 3.2v11.2c0 .88.7 1.6 1.56 1.6h10.88c.86 0 1.56-.72 1.56-1.6V3.2c0-.88-.7-1.6-1.56-1.6m0 12.8H1.56v-8h10.88zM1.56 4.8V3.2h10.88v1.6zM3.1 8h7.78v1.6H3.1zm0 3.2h5.45v1.6H3.1z" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 18 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M1.5 20q-.6 0-1.05-.45T0 18.5V3q0-.6.45-1.05T1.5 1.5h1.625V0H4.75v1.5h8.5V0h1.625v1.5H16.5q.6 0 1.05.45T18 3v15.5q0 .6-.45 1.05T16.5 20zm0-1.5h15V7.75h-15zm0-12.25h15V3h-15zm0 0V3zM4 11.5V10h10v1.5zM4 16v-1.5h6.975V16z" }));
28
28
  exports.default = SvgEventNoteOutlined;
@@ -4,7 +4,7 @@ const SvgEventNoteOutlined = ({
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 14 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M12.44 1.6h-.77V0H10.1v1.6H3.89V0H2.33v1.6h-.77C.7 1.6 0 2.32 0 3.2v11.2c0 .88.7 1.6 1.56 1.6h10.88c.86 0 1.56-.72 1.56-1.6V3.2c0-.88-.7-1.6-1.56-1.6m0 12.8H1.56v-8h10.88zM1.56 4.8V3.2h10.88v1.6zM3.1 8h7.78v1.6H3.1zm0 3.2h5.45v1.6H3.1z" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 18 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M1.5 20q-.6 0-1.05-.45T0 18.5V3q0-.6.45-1.05T1.5 1.5h1.625V0H4.75v1.5h8.5V0h1.625v1.5H16.5q.6 0 1.05.45T18 3v15.5q0 .6-.45 1.05T16.5 20zm0-1.5h15V7.75h-15zm0-12.25h15V3h-15zm0 0V3zM4 11.5V10h10v1.5zM4 16v-1.5h6.975V16z" }));
8
8
  export {
9
9
  SvgEventNoteOutlined as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgEventNoteRound = ({
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 14 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M10.11 7.2H3.9a.8.8 0 0 0-.78.8c0 .44.35.8.78.8h6.22c.43 0 .78-.36.78-.8s-.35-.8-.78-.8Zm2.33-5.6h-.77V.8a.8.8 0 0 0-.78-.8.8.8 0 0 0-.78.8v.8H3.9V.8a.8.8 0 0 0-.78-.8.8.8 0 0 0-.78.8v.8h-.77C.69 1.6 0 2.32 0 3.2v11.2c0 .88.7 1.6 1.56 1.6h10.88c.86 0 1.56-.72 1.56-1.6V3.2c0-.88-.7-1.6-1.56-1.6m-.77 12.8H2.33a.8.8 0 0 1-.77-.8v-8h10.88v8a.8.8 0 0 1-.77.8m-3.9-4H3.9a.8.8 0 0 0-.78.8c0 .44.35.8.78.8h3.89c.43 0 .78-.36.78-.8s-.35-.8-.78-.8Z" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 18 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M1.5 20q-.6 0-1.05-.45T0 18.5V3q0-.6.45-1.05T1.5 1.5h1.625V.8q0-.34.225-.57T3.9255 0t.5875.23.237.57v.7h8.5V.8q0-.34.225-.57t.5755-.23.5875.23.237.57v.7H16.5q.6 0 1.05.45T18 3v15.5q0 .6-.45 1.05T16.5 20zm0-1.5h15V7.75h-15zm0-12.25h15V3h-15zm0 0V3zm3.25 5.25q-.3188 0-.5342-.217Q4 11.0663 4 10.7455q0-.3205.2158-.533Q4.4313 10 4.75 10h8.5q.3188 0 .5345.217.2155.2168.2155.5375 0 .3205-.2155.533-.2158.2125-.5345.2125zm0 4.5q-.3188 0-.5342-.217Q4 15.5663 4 15.2455q0-.3205.2158-.533.2155-.2125.5342-.2125h5.475q.3188 0 .5345.217.2155.2168.2155.5375 0 .3205-.2155.533Q10.5438 16 10.225 16z" }));
28
28
  exports.default = SvgEventNoteRound;
@@ -4,7 +4,7 @@ const SvgEventNoteRound = ({
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 14 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M10.11 7.2H3.9a.8.8 0 0 0-.78.8c0 .44.35.8.78.8h6.22c.43 0 .78-.36.78-.8s-.35-.8-.78-.8Zm2.33-5.6h-.77V.8a.8.8 0 0 0-.78-.8.8.8 0 0 0-.78.8v.8H3.9V.8a.8.8 0 0 0-.78-.8.8.8 0 0 0-.78.8v.8h-.77C.69 1.6 0 2.32 0 3.2v11.2c0 .88.7 1.6 1.56 1.6h10.88c.86 0 1.56-.72 1.56-1.6V3.2c0-.88-.7-1.6-1.56-1.6m-.77 12.8H2.33a.8.8 0 0 1-.77-.8v-8h10.88v8a.8.8 0 0 1-.77.8m-3.9-4H3.9a.8.8 0 0 0-.78.8c0 .44.35.8.78.8h3.89c.43 0 .78-.36.78-.8s-.35-.8-.78-.8Z" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 18 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M1.5 20q-.6 0-1.05-.45T0 18.5V3q0-.6.45-1.05T1.5 1.5h1.625V.8q0-.34.225-.57T3.9255 0t.5875.23.237.57v.7h8.5V.8q0-.34.225-.57t.5755-.23.5875.23.237.57v.7H16.5q.6 0 1.05.45T18 3v15.5q0 .6-.45 1.05T16.5 20zm0-1.5h15V7.75h-15zm0-12.25h15V3h-15zm0 0V3zm3.25 5.25q-.3188 0-.5342-.217Q4 11.0663 4 10.7455q0-.3205.2158-.533Q4.4313 10 4.75 10h8.5q.3188 0 .5345.217.2155.2168.2155.5375 0 .3205-.2155.533-.2158.2125-.5345.2125zm0 4.5q-.3188 0-.5342-.217Q4 15.5663 4 15.2455q0-.3205.2158-.533.2155-.2125.5342-.2125h5.475q.3188 0 .5345.217.2155.2168.2155.5375 0 .3205-.2155.533Q10.5438 16 10.225 16z" }));
8
8
  export {
9
9
  SvgEventNoteRound as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgEventNoteSharp = ({
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 14 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M10.89 7.2H3.1v1.6h7.78zM14 1.6h-2.33V0H10.1v1.6H3.89V0H2.33v1.6H0V16h14zm-1.56 12.8H1.56V5.6h10.88zm-3.88-4H3.1V12h5.45z" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 18 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M4 11.5V10h10v1.5zM4 16v-1.5h6.975V16zm-4 4V1.5h3.125V0H4.75v1.5h8.5V0h1.625v1.5H18V20zm1.5-1.5h15V7.75h-15zm0-12.25h15V3h-15zm0 0V3z" }));
28
28
  exports.default = SvgEventNoteSharp;
@@ -4,7 +4,7 @@ const SvgEventNoteSharp = ({
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 14 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M10.89 7.2H3.1v1.6h7.78zM14 1.6h-2.33V0H10.1v1.6H3.89V0H2.33v1.6H0V16h14zm-1.56 12.8H1.56V5.6h10.88zm-3.88-4H3.1V12h5.45z" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 18 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M4 11.5V10h10v1.5zM4 16v-1.5h6.975V16zm-4 4V1.5h3.125V0H4.75v1.5h8.5V0h1.625v1.5H18V20zm1.5-1.5h15V7.75h-15zm0-12.25h15V3h-15zm0 0V3z" }));
8
8
  export {
9
9
  SvgEventNoteSharp as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgLiveTvFilled = ({
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: "M14.55 2.8H9.03L11.42.5 10.9 0 8 2.8 5.09 0l-.51.5 2.4 2.3H1.46C.66 2.8 0 3.42 0 4.2v8.4c0 .77.66 1.4 1.46 1.4h13.09c.8 0 1.45-.63 1.45-1.4V4.2c0-.78-.65-1.4-1.45-1.4m0 9.8H1.45V4.2h13.1zm-8.73-7v5.6l5.09-2.8z" }));
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: "M7.575 12.25 14.25 8 7.575 3.75zM6.25 18v-2H1.5q-.6 0-1.05-.45T0 14.5v-13Q0 .9.45.45T1.5 0h17q.6 0 1.05.45T20 1.5v13q0 .6-.45 1.05T18.5 16h-4.75v2z" }));
28
28
  exports.default = SvgLiveTvFilled;
@@ -4,7 +4,7 @@ const SvgLiveTvFilled = ({
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: "M14.55 2.8H9.03L11.42.5 10.9 0 8 2.8 5.09 0l-.51.5 2.4 2.3H1.46C.66 2.8 0 3.42 0 4.2v8.4c0 .77.66 1.4 1.46 1.4h13.09c.8 0 1.45-.63 1.45-1.4V4.2c0-.78-.65-1.4-1.45-1.4m0 9.8H1.45V4.2h13.1zm-8.73-7v5.6l5.09-2.8z" }));
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: "M7.575 12.25 14.25 8 7.575 3.75zM6.25 18v-2H1.5q-.6 0-1.05-.45T0 14.5v-13Q0 .9.45.45T1.5 0h17q.6 0 1.05.45T20 1.5v13q0 .6-.45 1.05T18.5 16h-4.75v2z" }));
8
8
  export {
9
9
  SvgLiveTvFilled as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgLiveTvOutlined = ({
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: "M5.82 5.6v5.6l5.09-2.8zm8.73-2.8H9.03l2.4-2.3-.52-.5L8 2.8h-.02L5.07 0l-.5.5 2.38 2.3h-5.5C.66 2.8 0 3.43 0 4.2v8.4c0 .77.66 1.4 1.46 1.4h13.09c.8 0 1.45-.63 1.45-1.4V4.2c0-.77-.65-1.4-1.45-1.4m0 9.8H1.45V4.2h13.1z" }));
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: "M7.575 12.25 14.25 8 7.575 3.75zM6.25 18v-2H1.5q-.6 0-1.05-.45T0 14.5v-13Q0 .9.45.45T1.5 0h17q.6 0 1.05.45T20 1.5v13q0 .6-.45 1.05T18.5 16h-4.75v2zM1.5 14.5h17v-13h-17zm0 0v-13z" }));
28
28
  exports.default = SvgLiveTvOutlined;
@@ -4,7 +4,7 @@ const SvgLiveTvOutlined = ({
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: "M5.82 5.6v5.6l5.09-2.8zm8.73-2.8H9.03l2.4-2.3-.52-.5L8 2.8h-.02L5.07 0l-.5.5 2.38 2.3h-5.5C.66 2.8 0 3.43 0 4.2v8.4c0 .77.66 1.4 1.46 1.4h13.09c.8 0 1.45-.63 1.45-1.4V4.2c0-.77-.65-1.4-1.45-1.4m0 9.8H1.45V4.2h13.1z" }));
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: "M7.575 12.25 14.25 8 7.575 3.75zM6.25 18v-2H1.5q-.6 0-1.05-.45T0 14.5v-13Q0 .9.45.45T1.5 0h17q.6 0 1.05.45T20 1.5v13q0 .6-.45 1.05T18.5 16h-4.75v2zM1.5 14.5h17v-13h-17zm0 0v-13z" }));
8
8
  export {
9
9
  SvgLiveTvOutlined as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgLiveTvRound = ({
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: "m6.91 10.57 2.9-1.61a.7.7 0 0 0 0-1.23L6.9 6.11c-.49-.26-1.1.08-1.1.62v3.22c0 .54.61.89 1.1.62Zm7.64-7.88H9.03L11.16.6a.34.34 0 0 0 0-.5.37.37 0 0 0-.51 0L8 2.68 5.35.11a.37.37 0 0 0-.51 0 .34.34 0 0 0 0 .5l2.13 2.08h-5.5C.66 2.69 0 3.32 0 4.1v8.49C0 13.35.66 14 1.46 14h13.09c.8 0 1.45-.64 1.45-1.41V4.1c0-.78-.65-1.41-1.45-1.41m-.73 9.9H2.18a.7.7 0 0 1-.72-.71V4.8a.7.7 0 0 1 .72-.7h11.64c.4 0 .73.3.73.7v7.07a.7.7 0 0 1-.73.7" }));
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: "m8.725 11.525 4.525-2.9q.35-.2197.35-.6223 0-.4027-.35-.6277l-4.525-2.9q-.375-.25-.7625-.025t-.3875.675v5.75q0 .45.3875.675t.7625-.025M1.5 16q-.6 0-1.05-.45T0 14.5v-13Q0 .9.45.45T1.5 0h17q.6 0 1.05.45T20 1.5v13q0 .6-.45 1.05T18.5 16h-4.75v1.25q0 .3188-.2155.5343Q13.3188 18 13 18H7q-.3188 0-.5342-.2158-.2158-.2154-.2158-.5342V16zm0-1.5h17v-13h-17zm0 0v-13z" }));
28
28
  exports.default = SvgLiveTvRound;
@@ -4,7 +4,7 @@ const SvgLiveTvRound = ({
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: "m6.91 10.57 2.9-1.61a.7.7 0 0 0 0-1.23L6.9 6.11c-.49-.26-1.1.08-1.1.62v3.22c0 .54.61.89 1.1.62Zm7.64-7.88H9.03L11.16.6a.34.34 0 0 0 0-.5.37.37 0 0 0-.51 0L8 2.68 5.35.11a.37.37 0 0 0-.51 0 .34.34 0 0 0 0 .5l2.13 2.08h-5.5C.66 2.69 0 3.32 0 4.1v8.49C0 13.35.66 14 1.46 14h13.09c.8 0 1.45-.64 1.45-1.41V4.1c0-.78-.65-1.41-1.45-1.41m-.73 9.9H2.18a.7.7 0 0 1-.72-.71V4.8a.7.7 0 0 1 .72-.7h11.64c.4 0 .73.3.73.7v7.07a.7.7 0 0 1-.73.7" }));
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: "m8.725 11.525 4.525-2.9q.35-.2197.35-.6223 0-.4027-.35-.6277l-4.525-2.9q-.375-.25-.7625-.025t-.3875.675v5.75q0 .45.3875.675t.7625-.025M1.5 16q-.6 0-1.05-.45T0 14.5v-13Q0 .9.45.45T1.5 0h17q.6 0 1.05.45T20 1.5v13q0 .6-.45 1.05T18.5 16h-4.75v1.25q0 .3188-.2155.5343Q13.3188 18 13 18H7q-.3188 0-.5342-.2158-.2158-.2154-.2158-.5342V16zm0-1.5h17v-13h-17zm0 0v-13z" }));
8
8
  export {
9
9
  SvgLiveTvRound as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgLiveTvSharp = ({
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: "M16 2.8H9.03L11.42.5 10.9 0 8 2.8 5.09 0l-.51.5 2.4 2.3H0V14h16zm-1.45 9.8H1.45V4.2h13.1zm-8.73-7v5.6l5.09-2.8z" }));
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: "M7.575 12.25 14.25 8 7.575 3.75zM6.25 18v-2H0V0h20v16h-6.25v2zM1.5 14.5h17v-13h-17zm0 0v-13z" }));
28
28
  exports.default = SvgLiveTvSharp;
@@ -4,7 +4,7 @@ const SvgLiveTvSharp = ({
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: "M16 2.8H9.03L11.42.5 10.9 0 8 2.8 5.09 0l-.51.5 2.4 2.3H0V14h16zm-1.45 9.8H1.45V4.2h13.1zm-8.73-7v5.6l5.09-2.8z" }));
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: "M7.575 12.25 14.25 8 7.575 3.75zM6.25 18v-2H0V0h20v16h-6.25v2zM1.5 14.5h17v-13h-17zm0 0v-13z" }));
8
8
  export {
9
9
  SvgLiveTvSharp as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgWifiFilled = ({
24
24
  title,
25
25
  titleId,
26
26
  ...props
27
- }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 12", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "m0 3.51 1.46 1.55a8.9 8.9 0 0 1 13.09 0L16 3.5a10.87 10.87 0 0 0-16 0m5.82 6.2L8 12l2.18-2.31a2.96 2.96 0 0 0-4.36 0M2.9 6.6l1.46 1.54a4.94 4.94 0 0 1 7.27 0l1.45-1.54a6.9 6.9 0 0 0-10.18 0" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 17", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M10.425 16.15q-.675-.675-.675-1.575T10.425 13 12 12.325t1.575.675.675 1.575-.675 1.575-1.575.675-1.575-.675M5.8 11.075 4.225 9.5q1.75-1.75 3.6625-2.625T12 6t4.1125.875T19.775 9.5L18.2 11.075Q16.675 9.55 15.125 8.9T12 8.25t-3.125.65T5.8 11.075M1.575 6.85 0 5.275Q2.325 2.9 5.4125 1.45T12 0t6.5875 1.45T24 5.275L22.425 6.85q-2.2-2.1-4.8125-3.35T12 2.25 6.3875 3.5 1.575 6.85" }));
28
28
  exports.default = SvgWifiFilled;
@@ -4,7 +4,7 @@ const SvgWifiFilled = ({
4
4
  title,
5
5
  titleId,
6
6
  ...props
7
- }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 12", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "m0 3.51 1.46 1.55a8.9 8.9 0 0 1 13.09 0L16 3.5a10.87 10.87 0 0 0-16 0m5.82 6.2L8 12l2.18-2.31a2.96 2.96 0 0 0-4.36 0M2.9 6.6l1.46 1.54a4.94 4.94 0 0 1 7.27 0l1.45-1.54a6.9 6.9 0 0 0-10.18 0" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 17", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M10.425 16.15q-.675-.675-.675-1.575T10.425 13 12 12.325t1.575.675.675 1.575-.675 1.575-1.575.675-1.575-.675M5.8 11.075 4.225 9.5q1.75-1.75 3.6625-2.625T12 6t4.1125.875T19.775 9.5L18.2 11.075Q16.675 9.55 15.125 8.9T12 8.25t-3.125.65T5.8 11.075M1.575 6.85 0 5.275Q2.325 2.9 5.4125 1.45T12 0t6.5875 1.45T24 5.275L22.425 6.85q-2.2-2.1-4.8125-3.35T12 2.25 6.3875 3.5 1.575 6.85" }));
8
8
  export {
9
9
  SvgWifiFilled as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgWifiOutlined = ({
24
24
  title,
25
25
  titleId,
26
26
  ...props
27
- }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 12", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "m0 3.51 1.46 1.55a8.9 8.9 0 0 1 13.09 0L16 3.5a10.87 10.87 0 0 0-16 0m5.82 6.2L8 12l2.18-2.31a2.96 2.96 0 0 0-4.36 0M2.9 6.6l1.46 1.54a4.94 4.94 0 0 1 7.27 0l1.45-1.54a6.9 6.9 0 0 0-10.18 0" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 17", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M10.425 16.15q-.675-.675-.675-1.575T10.425 13 12 12.325t1.575.675.675 1.575-.675 1.575-1.575.675-1.575-.675M5.8 11.075 4.225 9.5q1.75-1.75 3.6625-2.625T12 6t4.1125.875T19.775 9.5L18.2 11.075Q16.675 9.55 15.125 8.9T12 8.25t-3.125.65T5.8 11.075M1.575 6.85 0 5.275Q2.325 2.9 5.4125 1.45T12 0t6.5875 1.45T24 5.275L22.425 6.85q-2.2-2.1-4.8125-3.35T12 2.25 6.3875 3.5 1.575 6.85" }));
28
28
  exports.default = SvgWifiOutlined;
@@ -4,7 +4,7 @@ const SvgWifiOutlined = ({
4
4
  title,
5
5
  titleId,
6
6
  ...props
7
- }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 12", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "m0 3.51 1.46 1.55a8.9 8.9 0 0 1 13.09 0L16 3.5a10.87 10.87 0 0 0-16 0m5.82 6.2L8 12l2.18-2.31a2.96 2.96 0 0 0-4.36 0M2.9 6.6l1.46 1.54a4.94 4.94 0 0 1 7.27 0l1.45-1.54a6.9 6.9 0 0 0-10.18 0" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 17", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M10.425 16.15q-.675-.675-.675-1.575T10.425 13 12 12.325t1.575.675.675 1.575-.675 1.575-1.575.675-1.575-.675M5.8 11.075 4.225 9.5q1.75-1.75 3.6625-2.625T12 6t4.1125.875T19.775 9.5L18.2 11.075Q16.675 9.55 15.125 8.9T12 8.25t-3.125.65T5.8 11.075M1.575 6.85 0 5.275Q2.325 2.9 5.4125 1.45T12 0t6.5875 1.45T24 5.275L22.425 6.85q-2.2-2.1-4.8125-3.35T12 2.25 6.3875 3.5 1.575 6.85" }));
8
8
  export {
9
9
  SvgWifiOutlined as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgWifiRound = ({
24
24
  title,
25
25
  titleId,
26
26
  ...props
27
- }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 12", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M.33 4.45a1.05 1.05 0 0 0 1.44.08 9.6 9.6 0 0 1 12.45-.01 1.07 1.07 0 0 0 1.46-.07 1.15 1.15 0 0 0-.08-1.67 11.8 11.8 0 0 0-15.2 0c-.5.41-.54 1.19-.07 1.67m5.99 6.15 1.13 1.17c.3.3.79.3 1.09 0l1.13-1.17a.8.8 0 0 0-.17-1.26c-.95-.5-2.07-.5-3.02 0a.8.8 0 0 0-.16 1.26M3.44 7.64c.37.4.97.43 1.4.1a5.3 5.3 0 0 1 6.3 0c.45.32 1.04.3 1.42-.1.47-.48.44-1.3-.1-1.68a7.5 7.5 0 0 0-8.93 0c-.53.4-.56 1.2-.1 1.68" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 17", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M10.425 16.15q-.675-.675-.675-1.575T10.425 13 12 12.325t1.575.675.675 1.575-.675 1.575-1.575.675-1.575-.675m5.225-9.4625q1.7.6875 3.275 2.0375.35.3.375.7625t-.325.8125-.8.325-.825-.325q-1.325-1.1-2.6625-1.575T12 8.25t-2.6875.475T6.65 10.3q-.375.3-.825.325t-.8-.325-.325-.8125.375-.7625Q6.65 7.375 8.35 6.6875T12 6t3.65.6875m2.3875-5.475Q20.875 2.425 23.15 4.45q.35.325.3875.7875t-.3125.8125-.8375.3375-.8625-.3375q-2.075-1.75-4.45-2.775T12 2.25 6.925 3.275 2.475 6.05q-.375.325-.85.3375T.8 6.05t-.325-.8125T.85 4.45q2.275-2.025 5.1125-3.2375T12 0t6.0375 1.2125" }));
28
28
  exports.default = SvgWifiRound;
@@ -4,7 +4,7 @@ const SvgWifiRound = ({
4
4
  title,
5
5
  titleId,
6
6
  ...props
7
- }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 12", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M.33 4.45a1.05 1.05 0 0 0 1.44.08 9.6 9.6 0 0 1 12.45-.01 1.07 1.07 0 0 0 1.46-.07 1.15 1.15 0 0 0-.08-1.67 11.8 11.8 0 0 0-15.2 0c-.5.41-.54 1.19-.07 1.67m5.99 6.15 1.13 1.17c.3.3.79.3 1.09 0l1.13-1.17a.8.8 0 0 0-.17-1.26c-.95-.5-2.07-.5-3.02 0a.8.8 0 0 0-.16 1.26M3.44 7.64c.37.4.97.43 1.4.1a5.3 5.3 0 0 1 6.3 0c.45.32 1.04.3 1.42-.1.47-.48.44-1.3-.1-1.68a7.5 7.5 0 0 0-8.93 0c-.53.4-.56 1.2-.1 1.68" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 17", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M10.425 16.15q-.675-.675-.675-1.575T10.425 13 12 12.325t1.575.675.675 1.575-.675 1.575-1.575.675-1.575-.675m5.225-9.4625q1.7.6875 3.275 2.0375.35.3.375.7625t-.325.8125-.8.325-.825-.325q-1.325-1.1-2.6625-1.575T12 8.25t-2.6875.475T6.65 10.3q-.375.3-.825.325t-.8-.325-.325-.8125.375-.7625Q6.65 7.375 8.35 6.6875T12 6t3.65.6875m2.3875-5.475Q20.875 2.425 23.15 4.45q.35.325.3875.7875t-.3125.8125-.8375.3375-.8625-.3375q-2.075-1.75-4.45-2.775T12 2.25 6.925 3.275 2.475 6.05q-.375.325-.85.3375T.8 6.05t-.325-.8125T.85 4.45q2.275-2.025 5.1125-3.2375T12 0t6.0375 1.2125" }));
8
8
  export {
9
9
  SvgWifiRound as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgWifiSharp = ({
24
24
  title,
25
25
  titleId,
26
26
  ...props
27
- }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 12", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "m0 3.51 1.46 1.55a8.9 8.9 0 0 1 13.09 0L16 3.5a10.87 10.87 0 0 0-16 0m5.82 6.2L8 12l2.18-2.31a2.96 2.96 0 0 0-4.36 0M2.9 6.6l1.46 1.54a4.94 4.94 0 0 1 7.27 0l1.45-1.54a6.9 6.9 0 0 0-10.18 0" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 17", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M5.8 11.075 4.225 9.5Q5.8 7.925 7.7875 6.9625T12 6t4.2125.9625T19.775 9.5L18.2 11.075q-1.275-1.275-2.85-2.05T12 8.25t-3.35.775-2.85 2.05M1.575 6.85 0 5.275q2.4-2.45 5.4875-3.8625T12 0t6.5125 1.4125T24 5.275L22.425 6.85q-2.15-2.05-4.8125-3.325T12 2.25 6.3875 3.525 1.575 6.85M12 17.275 8.3 13.55q.725-.725 1.6875-1.1375T12 12t2.0125.4125T15.7 13.55z" }));
28
28
  exports.default = SvgWifiSharp;
@@ -4,7 +4,7 @@ const SvgWifiSharp = ({
4
4
  title,
5
5
  titleId,
6
6
  ...props
7
- }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 12", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "m0 3.51 1.46 1.55a8.9 8.9 0 0 1 13.09 0L16 3.5a10.87 10.87 0 0 0-16 0m5.82 6.2L8 12l2.18-2.31a2.96 2.96 0 0 0-4.36 0M2.9 6.6l1.46 1.54a4.94 4.94 0 0 1 7.27 0l1.45-1.54a6.9 6.9 0 0 0-10.18 0" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 17", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M5.8 11.075 4.225 9.5Q5.8 7.925 7.7875 6.9625T12 6t4.2125.9625T19.775 9.5L18.2 11.075q-1.275-1.275-2.85-2.05T12 8.25t-3.35.775-2.85 2.05M1.575 6.85 0 5.275q2.4-2.45 5.4875-3.8625T12 0t6.5125 1.4125T24 5.275L22.425 6.85q-2.15-2.05-4.8125-3.325T12 2.25 6.3875 3.525 1.575 6.85M12 17.275 8.3 13.55q.725-.725 1.6875-1.1375T12 12t2.0125.4125T15.7 13.55z" }));
8
8
  export {
9
9
  SvgWifiSharp as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgCoffeeFilled = ({
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: "M12.89 0H1.78C.8 0 0 .8 0 1.78v5.07c0 3.4 2.62 6.39 6.03 6.48a6.23 6.23 0 0 0 6.41-6.22v-.89h.45A3.1 3.1 0 0 0 16 3.12 3.1 3.1 0 0 0 12.89 0m-2.22 1.78v2.66h-8.9V1.78zm2.22 2.66h-.45V1.78h.45a1.33 1.33 0 1 1 0 2.66M0 14.22h14.22V16H0z" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 18 18", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M7.05 14.95q-2.9 0-4.975-2T0 8.075V1.5Q0 .875.4375.4375T1.5 0h13.225q1.35 0 2.3125.925T18 3.2q0 1.5-.925 2.65T14.725 7H14.1v1.075q0 2.875-2.075 4.875t-4.975 2M1.5 5.5h11.1v-4H1.5zm12.6 0h.625q.825 0 1.3-.7125T16.5 3.2q0-.725-.525-1.2125T14.725 1.5H14.1zM0 18v-1.5h16V18z" }));
28
28
  exports.default = SvgCoffeeFilled;
@@ -4,7 +4,7 @@ const SvgCoffeeFilled = ({
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: "M12.89 0H1.78C.8 0 0 .8 0 1.78v5.07c0 3.4 2.62 6.39 6.03 6.48a6.23 6.23 0 0 0 6.41-6.22v-.89h.45A3.1 3.1 0 0 0 16 3.12 3.1 3.1 0 0 0 12.89 0m-2.22 1.78v2.66h-8.9V1.78zm2.22 2.66h-.45V1.78h.45a1.33 1.33 0 1 1 0 2.66M0 14.22h14.22V16H0z" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 18 18", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M7.05 14.95q-2.9 0-4.975-2T0 8.075V1.5Q0 .875.4375.4375T1.5 0h13.225q1.35 0 2.3125.925T18 3.2q0 1.5-.925 2.65T14.725 7H14.1v1.075q0 2.875-2.075 4.875t-4.975 2M1.5 5.5h11.1v-4H1.5zm12.6 0h.625q.825 0 1.3-.7125T16.5 3.2q0-.725-.525-1.2125T14.725 1.5H14.1zM0 18v-1.5h16V18z" }));
8
8
  export {
9
9
  SvgCoffeeFilled as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgCoffeeOutlined = ({
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: "M12.89 0H1.78C.8 0 0 .8 0 1.78v5.07c0 3.4 2.62 6.39 6.03 6.48a6.23 6.23 0 0 0 6.41-6.22v-.89h.45A3.1 3.1 0 0 0 16 3.12 3.1 3.1 0 0 0 12.89 0m-2.22 1.78v2.66h-8.9V1.78zm0 4.44v.9a4.45 4.45 0 0 1-4.45 4.44A4.45 4.45 0 0 1 1.78 7.1v-.89zm2.22-1.78h-.45V1.78h.45a1.33 1.33 0 1 1 0 2.66M0 14.22h14.22V16H0z" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 18 18", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M7.05 14.95q-2.9 0-4.975-2T0 8.075V1.5Q0 .875.4375.4375T1.5 0h13.225q1.35 0 2.3125.925T18 3.2q0 1.5-.925 2.65T14.725 7H14.1v1.075q0 2.875-2.075 4.875t-4.975 2M1.5 5.5h11.1v-4H1.5zm5.55 7.95q2.275 0 3.9125-1.55T12.6 8.075V7H1.5v1.075q0 2.275 1.6375 3.825T7.05 13.45M14.1 5.5h.625q.825 0 1.3-.7125T16.5 3.2q0-.725-.525-1.2125T14.725 1.5H14.1zM0 18v-1.5h16V18zM7.05 7" }));
28
28
  exports.default = SvgCoffeeOutlined;
@@ -4,7 +4,7 @@ const SvgCoffeeOutlined = ({
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: "M12.89 0H1.78C.8 0 0 .8 0 1.78v5.07c0 3.4 2.62 6.39 6.03 6.48a6.23 6.23 0 0 0 6.41-6.22v-.89h.45A3.1 3.1 0 0 0 16 3.12 3.1 3.1 0 0 0 12.89 0m-2.22 1.78v2.66h-8.9V1.78zm0 4.44v.9a4.45 4.45 0 0 1-4.45 4.44A4.45 4.45 0 0 1 1.78 7.1v-.89zm2.22-1.78h-.45V1.78h.45a1.33 1.33 0 1 1 0 2.66M0 14.22h14.22V16H0z" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 18 18", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M7.05 14.95q-2.9 0-4.975-2T0 8.075V1.5Q0 .875.4375.4375T1.5 0h13.225q1.35 0 2.3125.925T18 3.2q0 1.5-.925 2.65T14.725 7H14.1v1.075q0 2.875-2.075 4.875t-4.975 2M1.5 5.5h11.1v-4H1.5zm5.55 7.95q2.275 0 3.9125-1.55T12.6 8.075V7H1.5v1.075q0 2.275 1.6375 3.825T7.05 13.45M14.1 5.5h.625q.825 0 1.3-.7125T16.5 3.2q0-.725-.525-1.2125T14.725 1.5H14.1zM0 18v-1.5h16V18zM7.05 7" }));
8
8
  export {
9
9
  SvgCoffeeOutlined as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgCoffeeRound = ({
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: "M12.89 0H1.78C.8 0 0 .8 0 1.78v5.07c0 3.4 2.62 6.39 6.03 6.48a6.23 6.23 0 0 0 6.41-6.22v-.89h.45A3.1 3.1 0 0 0 16 3.12 3.1 3.1 0 0 0 12.89 0m-2.22 1.78v2.66h-8.9V1.78zm2.22 2.66h-.45V1.78h.45a1.33 1.33 0 1 1 0 2.66m-12 9.78h12.44c.5 0 .9.4.9.9a.9.9 0 0 1-.9.88H.9a.9.9 0 0 1-.89-.89c0-.49.4-.89.89-.89" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 18 18", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M7.05 14.95q-2.9 0-4.975-2.001Q0 10.9477 0 8.075V1.5Q0 .8812.4408.4405.8813 0 1.5 0h13.225q1.3568 0 2.316.925Q18 1.85 18 3.2q0 1.5-.925 2.65T14.725 7H14.1v1.075q0 2.8728-2.075 4.874Q9.95 14.95 7.05 14.95M1.5 5.5h11.1v-4H1.5zm5.55 7.95q2.275 0 3.9125-1.55T12.6 8.075V7H1.5v1.075q0 2.275 1.6375 3.825T7.05 13.45M14.1 5.5h.625q.825 0 1.3-.7125T16.5 3.2q0-.725-.525-1.2125T14.725 1.5H14.1zM.75 18q-.3188 0-.5342-.217Q0 17.5663 0 17.2455q0-.3205.2158-.533Q.4312 16.5.75 16.5h14.5q.3188 0 .5345.217.2155.2167.2155.5375 0 .3205-.2155.533Q15.5687 18 15.25 18zm6.3-11" }));
28
28
  exports.default = SvgCoffeeRound;
@@ -4,7 +4,7 @@ const SvgCoffeeRound = ({
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: "M12.89 0H1.78C.8 0 0 .8 0 1.78v5.07c0 3.4 2.62 6.39 6.03 6.48a6.23 6.23 0 0 0 6.41-6.22v-.89h.45A3.1 3.1 0 0 0 16 3.12 3.1 3.1 0 0 0 12.89 0m-2.22 1.78v2.66h-8.9V1.78zm2.22 2.66h-.45V1.78h.45a1.33 1.33 0 1 1 0 2.66m-12 9.78h12.44c.5 0 .9.4.9.9a.9.9 0 0 1-.9.88H.9a.9.9 0 0 1-.89-.89c0-.49.4-.89.89-.89" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 18 18", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M7.05 14.95q-2.9 0-4.975-2.001Q0 10.9477 0 8.075V1.5Q0 .8812.4408.4405.8813 0 1.5 0h13.225q1.3568 0 2.316.925Q18 1.85 18 3.2q0 1.5-.925 2.65T14.725 7H14.1v1.075q0 2.8728-2.075 4.874Q9.95 14.95 7.05 14.95M1.5 5.5h11.1v-4H1.5zm5.55 7.95q2.275 0 3.9125-1.55T12.6 8.075V7H1.5v1.075q0 2.275 1.6375 3.825T7.05 13.45M14.1 5.5h.625q.825 0 1.3-.7125T16.5 3.2q0-.725-.525-1.2125T14.725 1.5H14.1zM.75 18q-.3188 0-.5342-.217Q0 17.5663 0 17.2455q0-.3205.2158-.533Q.4312 16.5.75 16.5h14.5q.3188 0 .5345.217.2155.2167.2155.5375 0 .3205-.2155.533Q15.5687 18 15.25 18zm6.3-11" }));
8
8
  export {
9
9
  SvgCoffeeRound as default
10
10
  };
@@ -24,5 +24,5 @@ const SvgCoffeeSharp = ({
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: "M12.89 0H0v7.11a6.2 6.2 0 0 0 6.22 6.22 6.2 6.2 0 0 0 6.23-6.22v-.89h.35A3.1 3.1 0 1 0 12.9 0m-2.22 1.78v2.66h-8.9V1.78zm2.22 2.66h-.44V1.78h.44a1.33 1.33 0 1 1 0 2.66M0 14.22h14.22V16H0z" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 18 18", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M7.05 14.95q-2.9 0-4.975-2T0 8.075V0h14.725q1.35 0 2.3125.925T18 3.2q0 1.5-.925 2.65T14.725 7H14.1v1.075q0 2.875-2.075 4.875t-4.975 2M1.5 5.5h11.1v-4H1.5zm5.55 7.95q2.275 0 3.9125-1.55T12.6 8.075V7H1.5v1.075q0 2.275 1.6375 3.825T7.05 13.45M14.1 5.5h.625q.825 0 1.3-.7125T16.5 3.2q0-.725-.525-1.2125T14.725 1.5H14.1zM0 18v-1.5h16V18zM7.05 7" }));
28
28
  exports.default = SvgCoffeeSharp;
@@ -4,7 +4,7 @@ const SvgCoffeeSharp = ({
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: "M12.89 0H0v7.11a6.2 6.2 0 0 0 6.22 6.22 6.2 6.2 0 0 0 6.23-6.22v-.89h.35A3.1 3.1 0 1 0 12.9 0m-2.22 1.78v2.66h-8.9V1.78zm2.22 2.66h-.44V1.78h.44a1.33 1.33 0 1 1 0 2.66M0 14.22h14.22V16H0z" }));
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 18 18", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M7.05 14.95q-2.9 0-4.975-2T0 8.075V0h14.725q1.35 0 2.3125.925T18 3.2q0 1.5-.925 2.65T14.725 7H14.1v1.075q0 2.875-2.075 4.875t-4.975 2M1.5 5.5h11.1v-4H1.5zm5.55 7.95q2.275 0 3.9125-1.55T12.6 8.075V7H1.5v1.075q0 2.275 1.6375 3.825T7.05 13.45M14.1 5.5h.625q.825 0 1.3-.7125T16.5 3.2q0-.725-.525-1.2125T14.725 1.5H14.1zM0 18v-1.5h16V18zM7.05 7" }));
8
8
  export {
9
9
  SvgCoffeeSharp as default
10
10
  };
@@ -5,10 +5,21 @@ const coffeeFilled = require("./coffee-filled.svg.cjs");
5
5
  const coffeeOutlined = require("./coffee-outlined.svg.cjs");
6
6
  const coffeeRound = require("./coffee-round.svg.cjs");
7
7
  const coffeeSharp = require("./coffee-sharp.svg.cjs");
8
+ const searchFilled = require("./search-filled.svg.cjs");
9
+ const searchOutlined = require("./search-outlined.svg.cjs");
10
+ const searchRound = require("./search-round.svg.cjs");
11
+ const searchSharp = require("./search-sharp.svg.cjs");
8
12
  const coffee = {
9
13
  filled: coffeeFilled.default,
10
14
  outlined: coffeeOutlined.default,
11
15
  round: coffeeRound.default,
12
16
  sharp: coffeeSharp.default
13
17
  };
18
+ const search = {
19
+ filled: searchFilled.default,
20
+ outlined: searchOutlined.default,
21
+ round: searchRound.default,
22
+ sharp: searchSharp.default
23
+ };
14
24
  exports.coffee = coffee;
25
+ exports.search = search;
@@ -24,4 +24,30 @@ export declare const coffee: {
24
24
  descId?: string;
25
25
  }>;
26
26
  };
27
+ export declare const search: {
28
+ filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
29
+ title?: string;
30
+ titleId?: string;
31
+ desc?: string;
32
+ descId?: string;
33
+ }>;
34
+ outlined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
35
+ title?: string;
36
+ titleId?: string;
37
+ desc?: string;
38
+ descId?: string;
39
+ }>;
40
+ round: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
41
+ title?: string;
42
+ titleId?: string;
43
+ desc?: string;
44
+ descId?: string;
45
+ }>;
46
+ sharp: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
47
+ title?: string;
48
+ titleId?: string;
49
+ desc?: string;
50
+ descId?: string;
51
+ }>;
52
+ };
27
53
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/foundation/iconography/svg/search/index.ts"],"names":[],"mappings":"AAaA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;CAKlB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/foundation/iconography/svg/search/index.ts"],"names":[],"mappings":"AAiBA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;CAKlB,CAAC;AACF,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;CAKlB,CAAC"}
@@ -3,12 +3,23 @@ import SvgCoffeeFilled from "./coffee-filled.svg.js";
3
3
  import SvgCoffeeOutlined from "./coffee-outlined.svg.js";
4
4
  import SvgCoffeeRound from "./coffee-round.svg.js";
5
5
  import SvgCoffeeSharp from "./coffee-sharp.svg.js";
6
+ import SvgSearchFilled from "./search-filled.svg.js";
7
+ import SvgSearchOutlined from "./search-outlined.svg.js";
8
+ import SvgSearchRound from "./search-round.svg.js";
9
+ import SvgSearchSharp from "./search-sharp.svg.js";
6
10
  const coffee = {
7
11
  filled: SvgCoffeeFilled,
8
12
  outlined: SvgCoffeeOutlined,
9
13
  round: SvgCoffeeRound,
10
14
  sharp: SvgCoffeeSharp
11
15
  };
16
+ const search = {
17
+ filled: SvgSearchFilled,
18
+ outlined: SvgSearchOutlined,
19
+ round: SvgSearchRound,
20
+ sharp: SvgSearchSharp
21
+ };
12
22
  export {
13
- coffee
23
+ coffee,
24
+ search
14
25
  };
@@ -24,5 +24,5 @@ const SvgSearchFilled = ({
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: "M11.44 10.06h-.73l-.25-.24a6 6 0 0 0 1.43-3.87 5.95 5.95 0 1 0-5.94 5.94 6 6 0 0 0 3.87-1.43l.24.25v.73L14.64 16 16 14.64zm-5.5 0a4.1 4.1 0 0 1-4.11-4.11 4.1 4.1 0 0 1 4.12-4.12 4.1 4.1 0 0 1 4.11 4.12 4.1 4.1 0 0 1-4.11 4.11" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 18 18", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M16.9 17.975 10.325 11.4q-.75.65-1.75 1.0125t-2.125.3625q-2.7 0-4.575-1.875T0 6.375 1.875 1.85t4.55-1.875q2.65 0 4.5125 1.875T12.8 6.375q0 1.075-.35 2.075t-1.05 1.875l6.6 6.55zm-10.475-6.7q2.025 0 3.45-1.4375T11.3 6.375 9.875 2.9125 6.425 1.475q-2.05 0-3.4875 1.4375T1.5 6.375t1.4375 3.4625T6.425 11.275" }));
28
28
  exports.default = SvgSearchFilled;
@@ -0,0 +1,10 @@
1
+ "use client";
2
+ import * as React from "react";
3
+ const SvgSearchFilled = ({
4
+ title,
5
+ titleId,
6
+ ...props
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 18 18", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M16.9 17.975 10.325 11.4q-.75.65-1.75 1.0125t-2.125.3625q-2.7 0-4.575-1.875T0 6.375 1.875 1.85t4.55-1.875q2.65 0 4.5125 1.875T12.8 6.375q0 1.075-.35 2.075t-1.05 1.875l6.6 6.55zm-10.475-6.7q2.025 0 3.45-1.4375T11.3 6.375 9.875 2.9125 6.425 1.475q-2.05 0-3.4875 1.4375T1.5 6.375t1.4375 3.4625T6.425 11.275" }));
8
+ export {
9
+ SvgSearchFilled as default
10
+ };
@@ -24,5 +24,5 @@ const SvgSearchOutlined = ({
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: "M11.44 10.06h-.73l-.25-.24a6 6 0 0 0 1.43-3.87 5.95 5.95 0 1 0-5.94 5.94 6 6 0 0 0 3.87-1.43l.24.25v.73L14.64 16 16 14.64zm-5.5 0a4.1 4.1 0 0 1-4.11-4.11 4.1 4.1 0 0 1 4.12-4.12 4.1 4.1 0 0 1 4.11 4.12 4.1 4.1 0 0 1-4.11 4.11" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 18 18", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M16.9 17.975 10.325 11.4q-.75.65-1.75 1.0125t-2.125.3625q-2.7 0-4.575-1.875T0 6.375 1.875 1.85t4.55-1.875q2.65 0 4.5125 1.875T12.8 6.375q0 1.075-.35 2.075t-1.05 1.875l6.6 6.55zm-10.475-6.7q2.025 0 3.45-1.4375T11.3 6.375 9.875 2.9125 6.425 1.475q-2.05 0-3.4875 1.4375T1.5 6.375t1.4375 3.4625T6.425 11.275" }));
28
28
  exports.default = SvgSearchOutlined;
@@ -0,0 +1,10 @@
1
+ "use client";
2
+ import * as React from "react";
3
+ const SvgSearchOutlined = ({
4
+ title,
5
+ titleId,
6
+ ...props
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 18 18", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M16.9 17.975 10.325 11.4q-.75.65-1.75 1.0125t-2.125.3625q-2.7 0-4.575-1.875T0 6.375 1.875 1.85t4.55-1.875q2.65 0 4.5125 1.875T12.8 6.375q0 1.075-.35 2.075t-1.05 1.875l6.6 6.55zm-10.475-6.7q2.025 0 3.45-1.4375T11.3 6.375 9.875 2.9125 6.425 1.475q-2.05 0-3.4875 1.4375T1.5 6.375t1.4375 3.4625T6.425 11.275" }));
8
+ export {
9
+ SvgSearchOutlined as default
10
+ };
@@ -24,5 +24,5 @@ const SvgSearchRound = ({
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: "M11.73 10.32H11l-.26-.26a6.1 6.1 0 0 0 1.39-5A6.1 6.1 0 0 0 6.87.05 6.1 6.1 0 0 0 .05 6.87a6.1 6.1 0 0 0 5 5.24 6.1 6.1 0 0 0 5.02-1.39l.25.26v.74l4 4a1 1 0 0 0 1.39 0 1 1 0 0 0 0-1.4zm-5.63 0A4.2 4.2 0 0 1 1.88 6.1 4.2 4.2 0 0 1 6.1 1.88a4.2 4.2 0 0 1 4.22 4.22 4.2 4.2 0 0 1-4.22 4.22" }));
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 18 18", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.45 12.775q-2.704 0-4.577-1.875T0 6.375 1.875 1.85 6.4125-.025t4.525 1.875T12.8 6.3787q0 1.0713-.35 2.0713t-1.05 1.875l6.05 6q.225.214.225.5445t-.225.5555-.5555.225-.5445-.225L10.325 11.4q-.75.65-1.749 1.0125t-2.126.3625m-.025-1.5q2.0313 0 3.4533-1.4375Q11.3 8.4 11.3 6.375T9.8783 2.9125Q8.4563 1.475 6.425 1.475q-2.052 0-3.4885 1.4375T1.5 6.375t1.4365 3.4625T6.425 11.275" }));
28
28
  exports.default = SvgSearchRound;
@@ -0,0 +1,10 @@
1
+ "use client";
2
+ import * as React from "react";
3
+ const SvgSearchRound = ({
4
+ title,
5
+ titleId,
6
+ ...props
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 18 18", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M6.45 12.775q-2.704 0-4.577-1.875T0 6.375 1.875 1.85 6.4125-.025t4.525 1.875T12.8 6.3787q0 1.0713-.35 2.0713t-1.05 1.875l6.05 6q.225.214.225.5445t-.225.5555-.5555.225-.5445-.225L10.325 11.4q-.75.65-1.749 1.0125t-2.126.3625m-.025-1.5q2.0313 0 3.4533-1.4375Q11.3 8.4 11.3 6.375T9.8783 2.9125Q8.4563 1.475 6.425 1.475q-2.052 0-3.4885 1.4375T1.5 6.375t1.4365 3.4625T6.425 11.275" }));
8
+ export {
9
+ SvgSearchRound as default
10
+ };