voyager-ionic-core 8.7.9 → 8.7.13

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 (1039) hide show
  1. package/components/action-sheet.js +186 -5
  2. package/components/checkbox.js +63 -9
  3. package/components/content.js +13 -3
  4. package/components/ion-accordion.js +1 -1
  5. package/components/ion-datetime.js +35 -2
  6. package/components/ion-fab-button.js +1 -1
  7. package/components/ion-input.js +2 -1
  8. package/components/ion-select.js +15 -9
  9. package/components/ion-textarea.js +2 -1
  10. package/components/ion-toggle.js +62 -12
  11. package/components/item.js +1 -1
  12. package/components/modal.js +97 -5
  13. package/components/notch-controller.js +153 -0
  14. package/components/overlays.js +11 -5
  15. package/components/popover.js +36 -2
  16. package/components/radio-group.js +60 -7
  17. package/components/validity.js +1 -150
  18. package/css/core.css +1 -1
  19. package/css/core.css.map +1 -1
  20. package/css/ionic.bundle.css +1 -1
  21. package/css/ionic.bundle.css.map +1 -1
  22. package/dist/cjs/index.cjs.js +1 -1
  23. package/dist/cjs/ion-action-sheet.cjs.entry.js +184 -5
  24. package/dist/cjs/ion-alert.cjs.entry.js +1 -1
  25. package/dist/cjs/ion-app_8.cjs.entry.js +12 -3
  26. package/dist/cjs/ion-checkbox.cjs.entry.js +60 -8
  27. package/dist/cjs/ion-datetime_3.cjs.entry.js +36 -3
  28. package/dist/cjs/ion-input.cjs.entry.js +3 -2
  29. package/dist/cjs/ion-loading.cjs.entry.js +1 -1
  30. package/dist/cjs/ion-menu_3.cjs.entry.js +1 -1
  31. package/dist/cjs/ion-modal.cjs.entry.js +97 -6
  32. package/dist/cjs/ion-popover.cjs.entry.js +37 -3
  33. package/dist/cjs/ion-radio_2.cjs.entry.js +57 -6
  34. package/dist/cjs/ion-select-modal.cjs.entry.js +1 -1
  35. package/dist/cjs/ion-select_3.cjs.entry.js +16 -10
  36. package/dist/cjs/ion-textarea.cjs.entry.js +3 -2
  37. package/dist/cjs/ion-toast.cjs.entry.js +1 -1
  38. package/dist/cjs/ion-toggle.cjs.entry.js +58 -10
  39. package/dist/cjs/ionic.cjs.js +1 -1
  40. package/dist/cjs/loader.cjs.js +1 -1
  41. package/dist/cjs/{validity-C8QoAYT2.js → notch-controller-Bzqhjm4f.js} +0 -14
  42. package/dist/cjs/{overlays-DxIZwUXI.js → overlays--dagG4QM.js} +11 -5
  43. package/dist/cjs/validity-BpS37YFM.js +19 -0
  44. package/dist/collection/components/accordion/accordion.js +3 -3
  45. package/dist/collection/components/action-sheet/action-sheet.js +199 -4
  46. package/dist/collection/components/checkbox/checkbox.js +67 -9
  47. package/dist/collection/components/content/content.js +32 -3
  48. package/dist/collection/components/datetime/datetime.js +35 -2
  49. package/dist/collection/components/fab-button/fab-button.js +3 -3
  50. package/dist/collection/components/item/item.js +3 -3
  51. package/dist/collection/components/modal/modal.js +97 -5
  52. package/dist/collection/components/popover/popover.js +36 -2
  53. package/dist/collection/components/radio-group/radio-group.js +64 -7
  54. package/dist/collection/components/select/select.js +13 -8
  55. package/dist/collection/components/toggle/toggle.js +62 -12
  56. package/dist/collection/utils/overlays.js +11 -5
  57. package/dist/collection/utils/test/playwright/page/utils/set-content.js +7 -0
  58. package/dist/docs.json +26 -20
  59. package/dist/esm/index.js +1 -1
  60. package/dist/esm/ion-action-sheet.entry.js +184 -5
  61. package/dist/esm/ion-alert.entry.js +1 -1
  62. package/dist/esm/ion-app_8.entry.js +12 -3
  63. package/dist/esm/ion-checkbox.entry.js +60 -8
  64. package/dist/esm/ion-datetime_3.entry.js +36 -3
  65. package/dist/esm/ion-input.entry.js +2 -1
  66. package/dist/esm/ion-loading.entry.js +1 -1
  67. package/dist/esm/ion-menu_3.entry.js +1 -1
  68. package/dist/esm/ion-modal.entry.js +97 -6
  69. package/dist/esm/ion-popover.entry.js +37 -3
  70. package/dist/esm/ion-radio_2.entry.js +57 -6
  71. package/dist/esm/ion-select-modal.entry.js +1 -1
  72. package/dist/esm/ion-select_3.entry.js +15 -9
  73. package/dist/esm/ion-textarea.entry.js +2 -1
  74. package/dist/esm/ion-toast.entry.js +1 -1
  75. package/dist/esm/ion-toggle.entry.js +58 -10
  76. package/dist/esm/ionic.js +1 -1
  77. package/dist/esm/loader.js +1 -1
  78. package/dist/esm/{validity-B8oWougr.js → notch-controller-BwelN_JM.js} +1 -14
  79. package/dist/esm/{overlays-BymNv-BL.js → overlays-DCabi1dI.js} +11 -5
  80. package/dist/esm/validity-DJztqcrH.js +17 -0
  81. package/dist/ionic/index.esm.js +1 -1
  82. package/dist/ionic/ionic.esm.js +1 -1
  83. package/dist/ionic/p-071e8c1b.entry.js +4 -0
  84. package/dist/ionic/{p-7da39a4d.entry.js → p-07753df3.entry.js} +1 -1
  85. package/dist/ionic/{p-0b80d700.entry.js → p-0abeb0fc.entry.js} +1 -1
  86. package/dist/ionic/p-0bf76d0f.entry.js +4 -0
  87. package/dist/ionic/p-40c261a3.entry.js +4 -0
  88. package/dist/ionic/p-4b658a7c.entry.js +4 -0
  89. package/dist/ionic/p-4e41ea20.entry.js +4 -0
  90. package/dist/ionic/{p-98fc09eb.entry.js → p-576e0965.entry.js} +1 -1
  91. package/dist/ionic/p-60e0728c.entry.js +4 -0
  92. package/dist/ionic/p-75ae4733.entry.js +4 -0
  93. package/dist/ionic/p-C6F4hat2.js +4 -0
  94. package/dist/ionic/{p-DieJyvMP.js → p-DCv9sLH2.js} +1 -1
  95. package/dist/ionic/p-DJztqcrH.js +4 -0
  96. package/dist/ionic/{p-83be404e.entry.js → p-a8ed848b.entry.js} +1 -1
  97. package/dist/ionic/p-c19f63d0.entry.js +4 -0
  98. package/dist/ionic/p-c85a2127.entry.js +4 -0
  99. package/dist/ionic/p-d1f54e28.entry.js +4 -0
  100. package/dist/ionic/p-d3014190.entry.js +4 -0
  101. package/dist/ionic/{p-15193d01.entry.js → p-ec654c42.entry.js} +1 -1
  102. package/dist/ionic/svg/document-sharp.svg +1 -0
  103. package/dist/ionic/svg/document-text-outline.svg +1 -0
  104. package/dist/ionic/svg/document-text-sharp.svg +1 -0
  105. package/dist/ionic/svg/document-text.svg +1 -0
  106. package/dist/ionic/svg/document.svg +1 -0
  107. package/dist/ionic/svg/documents-outline.svg +1 -0
  108. package/dist/ionic/svg/documents-sharp.svg +1 -0
  109. package/dist/ionic/svg/documents.svg +1 -0
  110. package/dist/ionic/svg/download-outline.svg +1 -0
  111. package/dist/ionic/svg/download-sharp.svg +1 -0
  112. package/dist/ionic/svg/download.svg +1 -0
  113. package/dist/ionic/svg/duplicate-outline.svg +1 -0
  114. package/dist/ionic/svg/duplicate-sharp.svg +1 -0
  115. package/dist/ionic/svg/duplicate.svg +1 -0
  116. package/dist/ionic/svg/ear-outline.svg +1 -0
  117. package/dist/ionic/svg/ear-sharp.svg +1 -0
  118. package/dist/ionic/svg/ear.svg +1 -0
  119. package/dist/ionic/svg/earth-outline.svg +1 -0
  120. package/dist/ionic/svg/earth-sharp.svg +1 -0
  121. package/dist/ionic/svg/earth.svg +1 -0
  122. package/dist/ionic/svg/easel-outline.svg +1 -0
  123. package/dist/ionic/svg/easel-sharp.svg +1 -0
  124. package/dist/ionic/svg/easel.svg +1 -0
  125. package/dist/ionic/svg/egg-outline.svg +1 -0
  126. package/dist/ionic/svg/egg-sharp.svg +1 -0
  127. package/dist/ionic/svg/egg.svg +1 -0
  128. package/dist/ionic/svg/ellipse-outline.svg +1 -0
  129. package/dist/ionic/svg/ellipse-sharp.svg +1 -0
  130. package/dist/ionic/svg/ellipse.svg +1 -0
  131. package/dist/ionic/svg/ellipsis-horizontal-circle-outline.svg +1 -0
  132. package/dist/ionic/svg/ellipsis-horizontal-circle-sharp.svg +1 -0
  133. package/dist/ionic/svg/ellipsis-horizontal-circle.svg +1 -0
  134. package/dist/ionic/svg/ellipsis-horizontal-outline.svg +1 -0
  135. package/dist/ionic/svg/ellipsis-horizontal-sharp.svg +1 -0
  136. package/dist/ionic/svg/ellipsis-horizontal.svg +1 -0
  137. package/dist/ionic/svg/ellipsis-vertical-circle-outline.svg +1 -0
  138. package/dist/ionic/svg/ellipsis-vertical-circle-sharp.svg +1 -0
  139. package/dist/ionic/svg/ellipsis-vertical-circle.svg +1 -0
  140. package/dist/ionic/svg/ellipsis-vertical-outline.svg +1 -0
  141. package/dist/ionic/svg/ellipsis-vertical-sharp.svg +1 -0
  142. package/dist/ionic/svg/ellipsis-vertical.svg +1 -0
  143. package/dist/ionic/svg/enter-outline.svg +1 -0
  144. package/dist/ionic/svg/enter-sharp.svg +1 -0
  145. package/dist/ionic/svg/enter.svg +1 -0
  146. package/dist/ionic/svg/exit-outline.svg +1 -0
  147. package/dist/ionic/svg/exit-sharp.svg +1 -0
  148. package/dist/ionic/svg/exit.svg +1 -0
  149. package/dist/ionic/svg/expand-outline.svg +1 -0
  150. package/dist/ionic/svg/expand-sharp.svg +1 -0
  151. package/dist/ionic/svg/expand.svg +1 -0
  152. package/dist/ionic/svg/extension-puzzle-outline.svg +1 -0
  153. package/dist/ionic/svg/extension-puzzle-sharp.svg +1 -0
  154. package/dist/ionic/svg/extension-puzzle.svg +1 -0
  155. package/dist/ionic/svg/eye-off-outline.svg +1 -0
  156. package/dist/ionic/svg/eye-off-sharp.svg +1 -0
  157. package/dist/ionic/svg/eye-off.svg +1 -0
  158. package/dist/ionic/svg/eye-outline.svg +1 -0
  159. package/dist/ionic/svg/eye-sharp.svg +1 -0
  160. package/dist/ionic/svg/eye.svg +1 -0
  161. package/dist/ionic/svg/eyedrop-outline.svg +1 -0
  162. package/dist/ionic/svg/eyedrop-sharp.svg +1 -0
  163. package/dist/ionic/svg/eyedrop.svg +1 -0
  164. package/dist/ionic/svg/fast-food-outline.svg +1 -0
  165. package/dist/ionic/svg/fast-food-sharp.svg +1 -0
  166. package/dist/ionic/svg/fast-food.svg +1 -0
  167. package/dist/ionic/svg/female-outline.svg +1 -0
  168. package/dist/ionic/svg/female-sharp.svg +1 -0
  169. package/dist/ionic/svg/female.svg +1 -0
  170. package/dist/ionic/svg/file-tray-full-outline.svg +1 -0
  171. package/dist/ionic/svg/file-tray-full-sharp.svg +1 -0
  172. package/dist/ionic/svg/file-tray-full.svg +1 -0
  173. package/dist/ionic/svg/file-tray-outline.svg +1 -0
  174. package/dist/ionic/svg/file-tray-sharp.svg +1 -0
  175. package/dist/ionic/svg/file-tray-stacked-outline.svg +1 -0
  176. package/dist/ionic/svg/file-tray-stacked-sharp.svg +1 -0
  177. package/dist/ionic/svg/file-tray-stacked.svg +1 -0
  178. package/dist/ionic/svg/file-tray.svg +1 -0
  179. package/dist/ionic/svg/film-outline.svg +1 -0
  180. package/dist/ionic/svg/film-sharp.svg +1 -0
  181. package/dist/ionic/svg/film.svg +1 -0
  182. package/dist/ionic/svg/filter-circle-outline.svg +1 -0
  183. package/dist/ionic/svg/filter-circle-sharp.svg +1 -0
  184. package/dist/ionic/svg/filter-circle.svg +1 -0
  185. package/dist/ionic/svg/filter-outline.svg +1 -0
  186. package/dist/ionic/svg/filter-sharp.svg +1 -0
  187. package/dist/ionic/svg/filter.svg +1 -0
  188. package/dist/ionic/svg/finger-print-outline.svg +1 -0
  189. package/dist/ionic/svg/finger-print-sharp.svg +1 -0
  190. package/dist/ionic/svg/finger-print.svg +1 -0
  191. package/dist/ionic/svg/fish-outline.svg +1 -0
  192. package/dist/ionic/svg/fish-sharp.svg +1 -0
  193. package/dist/ionic/svg/fish.svg +1 -0
  194. package/dist/ionic/svg/fitness-outline.svg +1 -0
  195. package/dist/ionic/svg/fitness-sharp.svg +1 -0
  196. package/dist/ionic/svg/fitness.svg +1 -0
  197. package/dist/ionic/svg/flag-outline.svg +1 -0
  198. package/dist/ionic/svg/flag-sharp.svg +1 -0
  199. package/dist/ionic/svg/flag.svg +1 -0
  200. package/dist/ionic/svg/flame-outline.svg +1 -0
  201. package/dist/ionic/svg/flame-sharp.svg +1 -0
  202. package/dist/ionic/svg/flame.svg +1 -0
  203. package/dist/ionic/svg/flash-off-outline.svg +1 -0
  204. package/dist/ionic/svg/flash-off-sharp.svg +1 -0
  205. package/dist/ionic/svg/flash-off.svg +1 -0
  206. package/dist/ionic/svg/flash-outline.svg +1 -0
  207. package/dist/ionic/svg/flash-sharp.svg +1 -0
  208. package/dist/ionic/svg/flash.svg +1 -0
  209. package/dist/ionic/svg/flashlight-outline.svg +1 -0
  210. package/dist/ionic/svg/flashlight-sharp.svg +1 -0
  211. package/dist/ionic/svg/flashlight.svg +1 -0
  212. package/dist/ionic/svg/flask-outline.svg +1 -0
  213. package/dist/ionic/svg/flask-sharp.svg +1 -0
  214. package/dist/ionic/svg/flask.svg +1 -0
  215. package/dist/ionic/svg/flower-outline.svg +1 -0
  216. package/dist/ionic/svg/flower-sharp.svg +1 -0
  217. package/dist/ionic/svg/flower.svg +1 -0
  218. package/dist/ionic/svg/folder-open-outline.svg +1 -0
  219. package/dist/ionic/svg/folder-open-sharp.svg +1 -0
  220. package/dist/ionic/svg/folder-open.svg +1 -0
  221. package/dist/ionic/svg/folder-outline.svg +1 -0
  222. package/dist/ionic/svg/folder-sharp.svg +1 -0
  223. package/dist/ionic/svg/folder.svg +1 -0
  224. package/dist/ionic/svg/football-outline.svg +1 -0
  225. package/dist/ionic/svg/football-sharp.svg +1 -0
  226. package/dist/ionic/svg/football.svg +1 -0
  227. package/dist/ionic/svg/footsteps-outline.svg +1 -0
  228. package/dist/ionic/svg/footsteps-sharp.svg +1 -0
  229. package/dist/ionic/svg/footsteps.svg +1 -0
  230. package/dist/ionic/svg/funnel-outline.svg +1 -0
  231. package/dist/ionic/svg/funnel-sharp.svg +1 -0
  232. package/dist/ionic/svg/funnel.svg +1 -0
  233. package/dist/ionic/svg/game-controller-outline.svg +1 -0
  234. package/dist/ionic/svg/game-controller-sharp.svg +1 -0
  235. package/dist/ionic/svg/game-controller.svg +1 -0
  236. package/dist/ionic/svg/gift-outline.svg +1 -0
  237. package/dist/ionic/svg/gift-sharp.svg +1 -0
  238. package/dist/ionic/svg/gift.svg +1 -0
  239. package/dist/ionic/svg/git-branch-outline.svg +1 -0
  240. package/dist/ionic/svg/git-branch-sharp.svg +1 -0
  241. package/dist/ionic/svg/git-branch.svg +1 -0
  242. package/dist/ionic/svg/git-commit-outline.svg +1 -0
  243. package/dist/ionic/svg/git-commit-sharp.svg +1 -0
  244. package/dist/ionic/svg/git-commit.svg +1 -0
  245. package/dist/ionic/svg/git-compare-outline.svg +1 -0
  246. package/dist/ionic/svg/git-compare-sharp.svg +1 -0
  247. package/dist/ionic/svg/git-compare.svg +1 -0
  248. package/dist/ionic/svg/git-merge-outline.svg +1 -0
  249. package/dist/ionic/svg/git-merge-sharp.svg +1 -0
  250. package/dist/ionic/svg/git-merge.svg +1 -0
  251. package/dist/ionic/svg/git-network-outline.svg +1 -0
  252. package/dist/ionic/svg/git-network-sharp.svg +1 -0
  253. package/dist/ionic/svg/git-network.svg +1 -0
  254. package/dist/ionic/svg/git-pull-request-outline.svg +1 -0
  255. package/dist/ionic/svg/git-pull-request-sharp.svg +1 -0
  256. package/dist/ionic/svg/git-pull-request.svg +1 -0
  257. package/dist/ionic/svg/glasses-outline.svg +1 -0
  258. package/dist/ionic/svg/glasses-sharp.svg +1 -0
  259. package/dist/ionic/svg/glasses.svg +1 -0
  260. package/dist/ionic/svg/globe-outline.svg +1 -0
  261. package/dist/ionic/svg/globe-sharp.svg +1 -0
  262. package/dist/ionic/svg/globe.svg +1 -0
  263. package/dist/ionic/svg/golf-outline.svg +1 -0
  264. package/dist/ionic/svg/golf-sharp.svg +1 -0
  265. package/dist/ionic/svg/golf.svg +1 -0
  266. package/dist/ionic/svg/grid-outline.svg +1 -0
  267. package/dist/ionic/svg/grid-sharp.svg +1 -0
  268. package/dist/ionic/svg/grid.svg +1 -0
  269. package/dist/ionic/svg/hammer-outline.svg +1 -0
  270. package/dist/ionic/svg/hammer-sharp.svg +1 -0
  271. package/dist/ionic/svg/hammer.svg +1 -0
  272. package/dist/ionic/svg/hand-left-outline.svg +1 -0
  273. package/dist/ionic/svg/hand-left-sharp.svg +1 -0
  274. package/dist/ionic/svg/hand-left.svg +1 -0
  275. package/dist/ionic/svg/hand-right-outline.svg +1 -0
  276. package/dist/ionic/svg/hand-right-sharp.svg +1 -0
  277. package/dist/ionic/svg/hand-right.svg +1 -0
  278. package/dist/ionic/svg/happy-outline.svg +1 -0
  279. package/dist/ionic/svg/happy-sharp.svg +1 -0
  280. package/dist/ionic/svg/happy.svg +1 -0
  281. package/dist/ionic/svg/hardware-chip-outline.svg +1 -0
  282. package/dist/ionic/svg/hardware-chip-sharp.svg +1 -0
  283. package/dist/ionic/svg/hardware-chip.svg +1 -0
  284. package/dist/ionic/svg/headset-outline.svg +1 -0
  285. package/dist/ionic/svg/headset-sharp.svg +1 -0
  286. package/dist/ionic/svg/headset.svg +1 -0
  287. package/dist/ionic/svg/heart-circle-outline.svg +1 -0
  288. package/dist/ionic/svg/heart-circle-sharp.svg +1 -0
  289. package/dist/ionic/svg/heart-circle.svg +1 -0
  290. package/dist/ionic/svg/heart-dislike-circle-outline.svg +1 -0
  291. package/dist/ionic/svg/heart-dislike-circle-sharp.svg +1 -0
  292. package/dist/ionic/svg/heart-dislike-circle.svg +1 -0
  293. package/dist/ionic/svg/heart-dislike-outline.svg +1 -0
  294. package/dist/ionic/svg/heart-dislike-sharp.svg +1 -0
  295. package/dist/ionic/svg/heart-dislike.svg +1 -0
  296. package/dist/ionic/svg/heart-half-outline.svg +1 -0
  297. package/dist/ionic/svg/heart-half-sharp.svg +1 -0
  298. package/dist/ionic/svg/heart-half.svg +1 -0
  299. package/dist/ionic/svg/heart-outline.svg +1 -0
  300. package/dist/ionic/svg/heart-sharp.svg +1 -0
  301. package/dist/ionic/svg/heart.svg +1 -0
  302. package/dist/ionic/svg/help-buoy-outline.svg +1 -0
  303. package/dist/ionic/svg/help-buoy-sharp.svg +1 -0
  304. package/dist/ionic/svg/help-buoy.svg +1 -0
  305. package/dist/ionic/svg/help-circle-outline.svg +1 -0
  306. package/dist/ionic/svg/help-circle-sharp.svg +1 -0
  307. package/dist/ionic/svg/help-circle.svg +1 -0
  308. package/dist/ionic/svg/help-outline.svg +1 -0
  309. package/dist/ionic/svg/help-sharp.svg +1 -0
  310. package/dist/ionic/svg/help.svg +1 -0
  311. package/dist/ionic/svg/home-outline.svg +1 -0
  312. package/dist/ionic/svg/home-sharp.svg +1 -0
  313. package/dist/ionic/svg/home.svg +1 -0
  314. package/dist/ionic/svg/hourglass-outline.svg +1 -0
  315. package/dist/ionic/svg/hourglass-sharp.svg +1 -0
  316. package/dist/ionic/svg/hourglass.svg +1 -0
  317. package/dist/ionic/svg/ice-cream-outline.svg +1 -0
  318. package/dist/ionic/svg/ice-cream-sharp.svg +1 -0
  319. package/dist/ionic/svg/ice-cream.svg +1 -0
  320. package/dist/ionic/svg/id-card-outline.svg +1 -0
  321. package/dist/ionic/svg/id-card-sharp.svg +1 -0
  322. package/dist/ionic/svg/id-card.svg +1 -0
  323. package/dist/ionic/svg/image-outline.svg +1 -0
  324. package/dist/ionic/svg/image-sharp.svg +1 -0
  325. package/dist/ionic/svg/image.svg +1 -0
  326. package/dist/ionic/svg/images-outline.svg +1 -0
  327. package/dist/ionic/svg/images-sharp.svg +1 -0
  328. package/dist/ionic/svg/images.svg +1 -0
  329. package/dist/ionic/svg/infinite-outline.svg +1 -0
  330. package/dist/ionic/svg/infinite-sharp.svg +1 -0
  331. package/dist/ionic/svg/infinite.svg +1 -0
  332. package/dist/ionic/svg/information-circle-outline.svg +1 -0
  333. package/dist/ionic/svg/information-circle-sharp.svg +1 -0
  334. package/dist/ionic/svg/information-circle.svg +1 -0
  335. package/dist/ionic/svg/information-outline.svg +1 -0
  336. package/dist/ionic/svg/information-sharp.svg +1 -0
  337. package/dist/ionic/svg/information.svg +1 -0
  338. package/dist/ionic/svg/invert-mode-outline.svg +1 -0
  339. package/dist/ionic/svg/invert-mode-sharp.svg +1 -0
  340. package/dist/ionic/svg/invert-mode.svg +1 -0
  341. package/dist/ionic/svg/journal-outline.svg +1 -0
  342. package/dist/ionic/svg/journal-sharp.svg +1 -0
  343. package/dist/ionic/svg/journal.svg +1 -0
  344. package/dist/ionic/svg/key-outline.svg +1 -0
  345. package/dist/ionic/svg/key-sharp.svg +1 -0
  346. package/dist/ionic/svg/key.svg +1 -0
  347. package/dist/ionic/svg/keypad-outline.svg +1 -0
  348. package/dist/ionic/svg/keypad-sharp.svg +1 -0
  349. package/dist/ionic/svg/keypad.svg +1 -0
  350. package/dist/ionic/svg/language-outline.svg +1 -0
  351. package/dist/ionic/svg/language-sharp.svg +1 -0
  352. package/dist/ionic/svg/language.svg +1 -0
  353. package/dist/ionic/svg/laptop-outline.svg +1 -0
  354. package/dist/ionic/svg/laptop-sharp.svg +1 -0
  355. package/dist/ionic/svg/laptop.svg +1 -0
  356. package/dist/ionic/svg/layers-outline.svg +1 -0
  357. package/dist/ionic/svg/layers-sharp.svg +1 -0
  358. package/dist/ionic/svg/layers.svg +1 -0
  359. package/dist/ionic/svg/leaf-outline.svg +1 -0
  360. package/dist/ionic/svg/leaf-sharp.svg +1 -0
  361. package/dist/ionic/svg/leaf.svg +1 -0
  362. package/dist/ionic/svg/library-outline.svg +1 -0
  363. package/dist/ionic/svg/library-sharp.svg +1 -0
  364. package/dist/ionic/svg/library.svg +1 -0
  365. package/dist/ionic/svg/link-outline.svg +1 -0
  366. package/dist/ionic/svg/link-sharp.svg +1 -0
  367. package/dist/ionic/svg/link.svg +1 -0
  368. package/dist/ionic/svg/list-circle-outline.svg +1 -0
  369. package/dist/ionic/svg/list-circle-sharp.svg +1 -0
  370. package/dist/ionic/svg/list-circle.svg +1 -0
  371. package/dist/ionic/svg/list-outline.svg +1 -0
  372. package/dist/ionic/svg/list-sharp.svg +1 -0
  373. package/dist/ionic/svg/list.svg +1 -0
  374. package/dist/ionic/svg/locate-outline.svg +1 -0
  375. package/dist/ionic/svg/locate-sharp.svg +1 -0
  376. package/dist/ionic/svg/locate.svg +1 -0
  377. package/dist/ionic/svg/location-outline.svg +1 -0
  378. package/dist/ionic/svg/location-sharp.svg +1 -0
  379. package/dist/ionic/svg/location.svg +1 -0
  380. package/dist/ionic/svg/lock-closed-outline.svg +1 -0
  381. package/dist/ionic/svg/lock-closed-sharp.svg +1 -0
  382. package/dist/ionic/svg/lock-closed.svg +1 -0
  383. package/dist/ionic/svg/lock-open-outline.svg +1 -0
  384. package/dist/ionic/svg/lock-open-sharp.svg +1 -0
  385. package/dist/ionic/svg/lock-open.svg +1 -0
  386. package/dist/ionic/svg/log-in-outline.svg +1 -0
  387. package/dist/ionic/svg/log-in-sharp.svg +1 -0
  388. package/dist/ionic/svg/log-in.svg +1 -0
  389. package/dist/ionic/svg/log-out-outline.svg +1 -0
  390. package/dist/ionic/svg/log-out-sharp.svg +1 -0
  391. package/dist/ionic/svg/log-out.svg +1 -0
  392. package/dist/ionic/svg/logo-alipay.svg +1 -0
  393. package/dist/ionic/svg/logo-amazon.svg +1 -0
  394. package/dist/ionic/svg/logo-amplify.svg +1 -0
  395. package/dist/ionic/svg/logo-android.svg +1 -0
  396. package/dist/ionic/svg/logo-angular.svg +1 -0
  397. package/dist/ionic/svg/logo-appflow.svg +1 -0
  398. package/dist/ionic/svg/logo-apple-appstore.svg +1 -0
  399. package/dist/ionic/svg/logo-apple-ar.svg +1 -0
  400. package/dist/ionic/svg/logo-apple.svg +1 -0
  401. package/dist/ionic/svg/logo-behance.svg +1 -0
  402. package/dist/ionic/svg/logo-bitbucket.svg +1 -0
  403. package/dist/ionic/svg/logo-bitcoin.svg +1 -0
  404. package/dist/ionic/svg/logo-buffer.svg +1 -0
  405. package/dist/ionic/svg/logo-capacitor.svg +1 -0
  406. package/dist/ionic/svg/logo-chrome.svg +1 -0
  407. package/dist/ionic/svg/logo-closed-captioning.svg +1 -0
  408. package/dist/ionic/svg/logo-codepen.svg +1 -0
  409. package/dist/ionic/svg/logo-css3.svg +1 -0
  410. package/dist/ionic/svg/logo-designernews.svg +1 -0
  411. package/dist/ionic/svg/logo-deviantart.svg +1 -0
  412. package/dist/ionic/svg/logo-discord.svg +1 -0
  413. package/dist/ionic/svg/logo-docker.svg +1 -0
  414. package/dist/ionic/svg/logo-dribbble.svg +1 -0
  415. package/dist/ionic/svg/logo-dropbox.svg +1 -0
  416. package/dist/ionic/svg/logo-edge.svg +1 -0
  417. package/dist/ionic/svg/logo-electron.svg +1 -0
  418. package/dist/ionic/svg/logo-euro.svg +1 -0
  419. package/dist/ionic/svg/logo-facebook.svg +1 -0
  420. package/dist/ionic/svg/logo-figma.svg +1 -0
  421. package/dist/ionic/svg/logo-firebase.svg +1 -0
  422. package/dist/ionic/svg/logo-firefox.svg +1 -0
  423. package/dist/ionic/svg/logo-flickr.svg +1 -0
  424. package/dist/ionic/svg/logo-foursquare.svg +1 -0
  425. package/dist/ionic/svg/logo-github.svg +1 -0
  426. package/dist/ionic/svg/logo-gitlab.svg +1 -0
  427. package/dist/ionic/svg/logo-google-playstore.svg +1 -0
  428. package/dist/ionic/svg/logo-google.svg +1 -0
  429. package/dist/ionic/svg/logo-hackernews.svg +1 -0
  430. package/dist/ionic/svg/logo-html5.svg +1 -0
  431. package/dist/ionic/svg/logo-instagram.svg +1 -0
  432. package/dist/ionic/svg/logo-ionic.svg +1 -0
  433. package/dist/ionic/svg/logo-ionitron.svg +1 -0
  434. package/dist/ionic/svg/logo-javascript.svg +1 -0
  435. package/dist/ionic/svg/logo-laravel.svg +1 -0
  436. package/dist/ionic/svg/logo-linkedin.svg +1 -0
  437. package/dist/ionic/svg/logo-markdown.svg +1 -0
  438. package/dist/ionic/svg/logo-mastodon.svg +1 -0
  439. package/dist/ionic/svg/logo-medium.svg +1 -0
  440. package/dist/ionic/svg/logo-microsoft.svg +1 -0
  441. package/dist/ionic/svg/logo-no-smoking.svg +1 -0
  442. package/dist/ionic/svg/logo-nodejs.svg +1 -0
  443. package/dist/ionic/svg/logo-npm.svg +1 -0
  444. package/dist/ionic/svg/logo-octocat.svg +1 -0
  445. package/dist/ionic/svg/logo-paypal.svg +1 -0
  446. package/dist/ionic/svg/logo-pinterest.svg +1 -0
  447. package/dist/ionic/svg/logo-playstation.svg +1 -0
  448. package/dist/ionic/svg/logo-pwa.svg +1 -0
  449. package/dist/ionic/svg/logo-python.svg +1 -0
  450. package/dist/ionic/svg/logo-react.svg +1 -0
  451. package/dist/ionic/svg/logo-reddit.svg +1 -0
  452. package/dist/ionic/svg/logo-rss.svg +1 -0
  453. package/dist/ionic/svg/logo-sass.svg +1 -0
  454. package/dist/ionic/svg/logo-skype.svg +1 -0
  455. package/dist/ionic/svg/logo-slack.svg +1 -0
  456. package/dist/ionic/svg/logo-snapchat.svg +1 -0
  457. package/dist/ionic/svg/logo-soundcloud.svg +1 -0
  458. package/dist/ionic/svg/logo-stackoverflow.svg +1 -0
  459. package/dist/ionic/svg/logo-steam.svg +1 -0
  460. package/dist/ionic/svg/logo-stencil.svg +1 -0
  461. package/dist/ionic/svg/logo-tableau.svg +1 -0
  462. package/dist/ionic/svg/logo-threads.svg +1 -0
  463. package/dist/ionic/svg/logo-tiktok.svg +1 -0
  464. package/dist/ionic/svg/logo-trapeze.svg +1 -0
  465. package/dist/ionic/svg/logo-tumblr.svg +1 -0
  466. package/dist/ionic/svg/logo-tux.svg +1 -0
  467. package/dist/ionic/svg/logo-twitch.svg +1 -0
  468. package/dist/ionic/svg/logo-twitter.svg +1 -0
  469. package/dist/ionic/svg/logo-usd.svg +1 -0
  470. package/dist/ionic/svg/logo-venmo.svg +1 -0
  471. package/dist/ionic/svg/logo-vercel.svg +1 -0
  472. package/dist/ionic/svg/logo-vimeo.svg +1 -0
  473. package/dist/ionic/svg/logo-vk.svg +1 -0
  474. package/dist/ionic/svg/logo-vue.svg +1 -0
  475. package/dist/ionic/svg/logo-web-component.svg +1 -0
  476. package/dist/ionic/svg/logo-wechat.svg +1 -0
  477. package/dist/ionic/svg/logo-whatsapp.svg +1 -0
  478. package/dist/ionic/svg/logo-windows.svg +1 -0
  479. package/dist/ionic/svg/logo-wordpress.svg +1 -0
  480. package/dist/ionic/svg/logo-x.svg +1 -0
  481. package/dist/ionic/svg/logo-xbox.svg +1 -0
  482. package/dist/ionic/svg/logo-xing.svg +1 -0
  483. package/dist/ionic/svg/logo-yahoo.svg +1 -0
  484. package/dist/ionic/svg/logo-yen.svg +1 -0
  485. package/dist/ionic/svg/logo-youtube.svg +1 -0
  486. package/dist/ionic/svg/magnet-outline.svg +1 -0
  487. package/dist/ionic/svg/magnet-sharp.svg +1 -0
  488. package/dist/ionic/svg/magnet.svg +1 -0
  489. package/dist/ionic/svg/mail-open-outline.svg +1 -0
  490. package/dist/ionic/svg/mail-open-sharp.svg +1 -0
  491. package/dist/ionic/svg/mail-open.svg +1 -0
  492. package/dist/ionic/svg/mail-outline.svg +1 -0
  493. package/dist/ionic/svg/mail-sharp.svg +1 -0
  494. package/dist/ionic/svg/mail-unread-outline.svg +1 -0
  495. package/dist/ionic/svg/mail-unread-sharp.svg +1 -0
  496. package/dist/ionic/svg/mail-unread.svg +1 -0
  497. package/dist/ionic/svg/mail.svg +1 -0
  498. package/dist/ionic/svg/male-female-outline.svg +1 -0
  499. package/dist/ionic/svg/male-female-sharp.svg +1 -0
  500. package/dist/ionic/svg/male-female.svg +1 -0
  501. package/dist/ionic/svg/male-outline.svg +1 -0
  502. package/dist/ionic/svg/male-sharp.svg +1 -0
  503. package/dist/ionic/svg/male.svg +1 -0
  504. package/dist/ionic/svg/man-outline.svg +1 -0
  505. package/dist/ionic/svg/man-sharp.svg +1 -0
  506. package/dist/ionic/svg/man.svg +1 -0
  507. package/dist/ionic/svg/map-outline.svg +1 -0
  508. package/dist/ionic/svg/map-sharp.svg +1 -0
  509. package/dist/ionic/svg/map.svg +1 -0
  510. package/dist/ionic/svg/medal-outline.svg +1 -0
  511. package/dist/ionic/svg/medal-sharp.svg +1 -0
  512. package/dist/ionic/svg/medal.svg +1 -0
  513. package/dist/ionic/svg/medical-outline.svg +1 -0
  514. package/dist/ionic/svg/medical-sharp.svg +1 -0
  515. package/dist/ionic/svg/medical.svg +1 -0
  516. package/dist/ionic/svg/medkit-outline.svg +1 -0
  517. package/dist/ionic/svg/medkit-sharp.svg +1 -0
  518. package/dist/ionic/svg/medkit.svg +1 -0
  519. package/dist/ionic/svg/megaphone-outline.svg +1 -0
  520. package/dist/ionic/svg/megaphone-sharp.svg +1 -0
  521. package/dist/ionic/svg/megaphone.svg +1 -0
  522. package/dist/ionic/svg/menu-outline.svg +1 -0
  523. package/dist/ionic/svg/menu-sharp.svg +1 -0
  524. package/dist/ionic/svg/menu.svg +1 -0
  525. package/dist/ionic/svg/mic-circle-outline.svg +1 -0
  526. package/dist/ionic/svg/mic-circle-sharp.svg +1 -0
  527. package/dist/ionic/svg/mic-circle.svg +1 -0
  528. package/dist/ionic/svg/mic-off-circle-outline.svg +1 -0
  529. package/dist/ionic/svg/mic-off-circle-sharp.svg +1 -0
  530. package/dist/ionic/svg/mic-off-circle.svg +1 -0
  531. package/dist/ionic/svg/mic-off-outline.svg +1 -0
  532. package/dist/ionic/svg/mic-off-sharp.svg +1 -0
  533. package/dist/ionic/svg/mic-off.svg +1 -0
  534. package/dist/ionic/svg/mic-outline.svg +1 -0
  535. package/dist/ionic/svg/mic-sharp.svg +1 -0
  536. package/dist/ionic/svg/mic.svg +1 -0
  537. package/dist/ionic/svg/moon-outline.svg +1 -0
  538. package/dist/ionic/svg/moon-sharp.svg +1 -0
  539. package/dist/ionic/svg/moon.svg +1 -0
  540. package/dist/ionic/svg/move-outline.svg +1 -0
  541. package/dist/ionic/svg/move-sharp.svg +1 -0
  542. package/dist/ionic/svg/move.svg +1 -0
  543. package/dist/ionic/svg/musical-note-outline.svg +1 -0
  544. package/dist/ionic/svg/musical-note-sharp.svg +1 -0
  545. package/dist/ionic/svg/musical-note.svg +1 -0
  546. package/dist/ionic/svg/musical-notes-outline.svg +1 -0
  547. package/dist/ionic/svg/musical-notes-sharp.svg +1 -0
  548. package/dist/ionic/svg/musical-notes.svg +1 -0
  549. package/dist/ionic/svg/navigate-circle-outline.svg +1 -0
  550. package/dist/ionic/svg/navigate-circle-sharp.svg +1 -0
  551. package/dist/ionic/svg/navigate-circle.svg +1 -0
  552. package/dist/ionic/svg/navigate-outline.svg +1 -0
  553. package/dist/ionic/svg/navigate-sharp.svg +1 -0
  554. package/dist/ionic/svg/navigate.svg +1 -0
  555. package/dist/ionic/svg/newspaper-outline.svg +1 -0
  556. package/dist/ionic/svg/newspaper-sharp.svg +1 -0
  557. package/dist/ionic/svg/newspaper.svg +1 -0
  558. package/dist/ionic/svg/notifications-circle-outline.svg +1 -0
  559. package/dist/ionic/svg/notifications-circle-sharp.svg +1 -0
  560. package/dist/ionic/svg/notifications-circle.svg +1 -0
  561. package/dist/ionic/svg/notifications-off-circle-outline.svg +1 -0
  562. package/dist/ionic/svg/notifications-off-circle-sharp.svg +1 -0
  563. package/dist/ionic/svg/notifications-off-circle.svg +1 -0
  564. package/dist/ionic/svg/notifications-off-outline.svg +1 -0
  565. package/dist/ionic/svg/notifications-off-sharp.svg +1 -0
  566. package/dist/ionic/svg/notifications-off.svg +1 -0
  567. package/dist/ionic/svg/notifications-outline.svg +1 -0
  568. package/dist/ionic/svg/notifications-sharp.svg +1 -0
  569. package/dist/ionic/svg/notifications.svg +1 -0
  570. package/dist/ionic/svg/nuclear-outline.svg +1 -0
  571. package/dist/ionic/svg/nuclear-sharp.svg +1 -0
  572. package/dist/ionic/svg/nuclear.svg +1 -0
  573. package/dist/ionic/svg/nutrition-outline.svg +1 -0
  574. package/dist/ionic/svg/nutrition-sharp.svg +1 -0
  575. package/dist/ionic/svg/nutrition.svg +1 -0
  576. package/dist/ionic/svg/open-outline.svg +1 -0
  577. package/dist/ionic/svg/open-sharp.svg +1 -0
  578. package/dist/ionic/svg/open.svg +1 -0
  579. package/dist/ionic/svg/options-outline.svg +1 -0
  580. package/dist/ionic/svg/options-sharp.svg +1 -0
  581. package/dist/ionic/svg/options.svg +1 -0
  582. package/dist/ionic/svg/paper-plane-outline.svg +1 -0
  583. package/dist/ionic/svg/paper-plane-sharp.svg +1 -0
  584. package/dist/ionic/svg/paper-plane.svg +1 -0
  585. package/dist/ionic/svg/partly-sunny-outline.svg +1 -0
  586. package/dist/ionic/svg/partly-sunny-sharp.svg +1 -0
  587. package/dist/ionic/svg/partly-sunny.svg +1 -0
  588. package/dist/ionic/svg/pause-circle-outline.svg +1 -0
  589. package/dist/ionic/svg/pause-circle-sharp.svg +1 -0
  590. package/dist/ionic/svg/pause-circle.svg +1 -0
  591. package/dist/ionic/svg/pause-outline.svg +1 -0
  592. package/dist/ionic/svg/pause-sharp.svg +1 -0
  593. package/dist/ionic/svg/pause.svg +1 -0
  594. package/dist/ionic/svg/paw-outline.svg +1 -0
  595. package/dist/ionic/svg/paw-sharp.svg +1 -0
  596. package/dist/ionic/svg/paw.svg +1 -0
  597. package/dist/ionic/svg/pencil-outline.svg +1 -0
  598. package/dist/ionic/svg/pencil-sharp.svg +1 -0
  599. package/dist/ionic/svg/pencil.svg +1 -0
  600. package/dist/ionic/svg/people-circle-outline.svg +1 -0
  601. package/dist/ionic/svg/people-circle-sharp.svg +1 -0
  602. package/dist/ionic/svg/people-circle.svg +1 -0
  603. package/dist/ionic/svg/people-outline.svg +1 -0
  604. package/dist/ionic/svg/people-sharp.svg +1 -0
  605. package/dist/ionic/svg/people.svg +1 -0
  606. package/dist/ionic/svg/person-add-outline.svg +1 -0
  607. package/dist/ionic/svg/person-add-sharp.svg +1 -0
  608. package/dist/ionic/svg/person-add.svg +1 -0
  609. package/dist/ionic/svg/person-circle-outline.svg +1 -0
  610. package/dist/ionic/svg/person-circle-sharp.svg +1 -0
  611. package/dist/ionic/svg/person-circle.svg +1 -0
  612. package/dist/ionic/svg/person-outline.svg +1 -0
  613. package/dist/ionic/svg/person-remove-outline.svg +1 -0
  614. package/dist/ionic/svg/person-remove-sharp.svg +1 -0
  615. package/dist/ionic/svg/person-remove.svg +1 -0
  616. package/dist/ionic/svg/person-sharp.svg +1 -0
  617. package/dist/ionic/svg/person.svg +1 -0
  618. package/dist/ionic/svg/phone-landscape-outline.svg +1 -0
  619. package/dist/ionic/svg/phone-landscape-sharp.svg +1 -0
  620. package/dist/ionic/svg/phone-landscape.svg +1 -0
  621. package/dist/ionic/svg/phone-portrait-outline.svg +1 -0
  622. package/dist/ionic/svg/phone-portrait-sharp.svg +1 -0
  623. package/dist/ionic/svg/phone-portrait.svg +1 -0
  624. package/dist/ionic/svg/pie-chart-outline.svg +1 -0
  625. package/dist/ionic/svg/pie-chart-sharp.svg +1 -0
  626. package/dist/ionic/svg/pie-chart.svg +1 -0
  627. package/dist/ionic/svg/pin-outline.svg +1 -0
  628. package/dist/ionic/svg/pin-sharp.svg +1 -0
  629. package/dist/ionic/svg/pin.svg +1 -0
  630. package/dist/ionic/svg/pint-outline.svg +1 -0
  631. package/dist/ionic/svg/pint-sharp.svg +1 -0
  632. package/dist/ionic/svg/pint.svg +1 -0
  633. package/dist/ionic/svg/pizza-outline.svg +1 -0
  634. package/dist/ionic/svg/pizza-sharp.svg +1 -0
  635. package/dist/ionic/svg/pizza.svg +1 -0
  636. package/dist/ionic/svg/planet-outline.svg +1 -0
  637. package/dist/ionic/svg/planet-sharp.svg +1 -0
  638. package/dist/ionic/svg/planet.svg +1 -0
  639. package/dist/ionic/svg/play-back-circle-outline.svg +1 -0
  640. package/dist/ionic/svg/play-back-circle-sharp.svg +1 -0
  641. package/dist/ionic/svg/play-back-circle.svg +1 -0
  642. package/dist/ionic/svg/play-back-outline.svg +1 -0
  643. package/dist/ionic/svg/play-back-sharp.svg +1 -0
  644. package/dist/ionic/svg/play-back.svg +1 -0
  645. package/dist/ionic/svg/play-circle-outline.svg +1 -0
  646. package/dist/ionic/svg/play-circle-sharp.svg +1 -0
  647. package/dist/ionic/svg/play-circle.svg +1 -0
  648. package/dist/ionic/svg/play-forward-circle-outline.svg +1 -0
  649. package/dist/ionic/svg/play-forward-circle-sharp.svg +1 -0
  650. package/dist/ionic/svg/play-forward-circle.svg +1 -0
  651. package/dist/ionic/svg/play-forward-outline.svg +1 -0
  652. package/dist/ionic/svg/play-forward-sharp.svg +1 -0
  653. package/dist/ionic/svg/play-forward.svg +1 -0
  654. package/dist/ionic/svg/play-outline.svg +1 -0
  655. package/dist/ionic/svg/play-sharp.svg +1 -0
  656. package/dist/ionic/svg/play-skip-back-circle-outline.svg +1 -0
  657. package/dist/ionic/svg/play-skip-back-circle-sharp.svg +1 -0
  658. package/dist/ionic/svg/play-skip-back-circle.svg +1 -0
  659. package/dist/ionic/svg/play-skip-back-outline.svg +1 -0
  660. package/dist/ionic/svg/play-skip-back-sharp.svg +1 -0
  661. package/dist/ionic/svg/play-skip-back.svg +1 -0
  662. package/dist/ionic/svg/play-skip-forward-circle-outline.svg +1 -0
  663. package/dist/ionic/svg/play-skip-forward-circle-sharp.svg +1 -0
  664. package/dist/ionic/svg/play-skip-forward-circle.svg +1 -0
  665. package/dist/ionic/svg/play-skip-forward-outline.svg +1 -0
  666. package/dist/ionic/svg/play-skip-forward-sharp.svg +1 -0
  667. package/dist/ionic/svg/play-skip-forward.svg +1 -0
  668. package/dist/ionic/svg/play.svg +1 -0
  669. package/dist/ionic/svg/podium-outline.svg +1 -0
  670. package/dist/ionic/svg/podium-sharp.svg +1 -0
  671. package/dist/ionic/svg/podium.svg +1 -0
  672. package/dist/ionic/svg/power-outline.svg +1 -0
  673. package/dist/ionic/svg/power-sharp.svg +1 -0
  674. package/dist/ionic/svg/power.svg +1 -0
  675. package/dist/ionic/svg/pricetag-outline.svg +1 -0
  676. package/dist/ionic/svg/pricetag-sharp.svg +1 -0
  677. package/dist/ionic/svg/pricetag.svg +1 -0
  678. package/dist/ionic/svg/pricetags-outline.svg +1 -0
  679. package/dist/ionic/svg/pricetags-sharp.svg +1 -0
  680. package/dist/ionic/svg/pricetags.svg +1 -0
  681. package/dist/ionic/svg/print-outline.svg +1 -0
  682. package/dist/ionic/svg/print-sharp.svg +1 -0
  683. package/dist/ionic/svg/print.svg +1 -0
  684. package/dist/ionic/svg/prism-outline.svg +1 -0
  685. package/dist/ionic/svg/prism-sharp.svg +1 -0
  686. package/dist/ionic/svg/prism.svg +1 -0
  687. package/dist/ionic/svg/pulse-outline.svg +1 -0
  688. package/dist/ionic/svg/pulse-sharp.svg +1 -0
  689. package/dist/ionic/svg/pulse.svg +1 -0
  690. package/dist/ionic/svg/push-outline.svg +1 -0
  691. package/dist/ionic/svg/push-sharp.svg +1 -0
  692. package/dist/ionic/svg/push.svg +1 -0
  693. package/dist/ionic/svg/qr-code-outline.svg +1 -0
  694. package/dist/ionic/svg/qr-code-sharp.svg +1 -0
  695. package/dist/ionic/svg/qr-code.svg +1 -0
  696. package/dist/ionic/svg/radio-button-off-outline.svg +1 -0
  697. package/dist/ionic/svg/radio-button-off-sharp.svg +1 -0
  698. package/dist/ionic/svg/radio-button-off.svg +1 -0
  699. package/dist/ionic/svg/radio-button-on-outline.svg +1 -0
  700. package/dist/ionic/svg/radio-button-on-sharp.svg +1 -0
  701. package/dist/ionic/svg/radio-button-on.svg +1 -0
  702. package/dist/ionic/svg/radio-outline.svg +1 -0
  703. package/dist/ionic/svg/radio-sharp.svg +1 -0
  704. package/dist/ionic/svg/radio.svg +1 -0
  705. package/dist/ionic/svg/rainy-outline.svg +1 -0
  706. package/dist/ionic/svg/rainy-sharp.svg +1 -0
  707. package/dist/ionic/svg/rainy.svg +1 -0
  708. package/dist/ionic/svg/reader-outline.svg +1 -0
  709. package/dist/ionic/svg/reader-sharp.svg +1 -0
  710. package/dist/ionic/svg/reader.svg +1 -0
  711. package/dist/ionic/svg/receipt-outline.svg +1 -0
  712. package/dist/ionic/svg/receipt-sharp.svg +1 -0
  713. package/dist/ionic/svg/receipt.svg +1 -0
  714. package/dist/ionic/svg/recording-outline.svg +1 -0
  715. package/dist/ionic/svg/recording-sharp.svg +1 -0
  716. package/dist/ionic/svg/recording.svg +1 -0
  717. package/dist/ionic/svg/refresh-circle-outline.svg +1 -0
  718. package/dist/ionic/svg/refresh-circle-sharp.svg +1 -0
  719. package/dist/ionic/svg/refresh-circle.svg +1 -0
  720. package/dist/ionic/svg/refresh-outline.svg +1 -0
  721. package/dist/ionic/svg/refresh-sharp.svg +1 -0
  722. package/dist/ionic/svg/refresh.svg +1 -0
  723. package/dist/ionic/svg/reload-circle-outline.svg +1 -0
  724. package/dist/ionic/svg/reload-circle-sharp.svg +1 -0
  725. package/dist/ionic/svg/reload-circle.svg +1 -0
  726. package/dist/ionic/svg/reload-outline.svg +1 -0
  727. package/dist/ionic/svg/reload-sharp.svg +1 -0
  728. package/dist/ionic/svg/reload.svg +1 -0
  729. package/dist/ionic/svg/remove-circle-outline.svg +1 -0
  730. package/dist/ionic/svg/remove-circle-sharp.svg +1 -0
  731. package/dist/ionic/svg/remove-circle.svg +1 -0
  732. package/dist/ionic/svg/remove-outline.svg +1 -0
  733. package/dist/ionic/svg/remove-sharp.svg +1 -0
  734. package/dist/ionic/svg/remove.svg +1 -0
  735. package/dist/ionic/svg/reorder-four-outline.svg +1 -0
  736. package/dist/ionic/svg/reorder-four-sharp.svg +1 -0
  737. package/dist/ionic/svg/reorder-four.svg +1 -0
  738. package/dist/ionic/svg/reorder-three-outline.svg +1 -0
  739. package/dist/ionic/svg/reorder-three-sharp.svg +1 -0
  740. package/dist/ionic/svg/reorder-three.svg +1 -0
  741. package/dist/ionic/svg/reorder-two-outline.svg +1 -0
  742. package/dist/ionic/svg/reorder-two-sharp.svg +1 -0
  743. package/dist/ionic/svg/reorder-two.svg +1 -0
  744. package/dist/ionic/svg/repeat-outline.svg +1 -0
  745. package/dist/ionic/svg/repeat-sharp.svg +1 -0
  746. package/dist/ionic/svg/repeat.svg +1 -0
  747. package/dist/ionic/svg/resize-outline.svg +1 -0
  748. package/dist/ionic/svg/resize-sharp.svg +1 -0
  749. package/dist/ionic/svg/resize.svg +1 -0
  750. package/dist/ionic/svg/restaurant-outline.svg +1 -0
  751. package/dist/ionic/svg/restaurant-sharp.svg +1 -0
  752. package/dist/ionic/svg/restaurant.svg +1 -0
  753. package/dist/ionic/svg/return-down-back-outline.svg +1 -0
  754. package/dist/ionic/svg/return-down-back-sharp.svg +1 -0
  755. package/dist/ionic/svg/return-down-back.svg +1 -0
  756. package/dist/ionic/svg/return-down-forward-outline.svg +1 -0
  757. package/dist/ionic/svg/return-down-forward-sharp.svg +1 -0
  758. package/dist/ionic/svg/return-down-forward.svg +1 -0
  759. package/dist/ionic/svg/return-up-back-outline.svg +1 -0
  760. package/dist/ionic/svg/return-up-back-sharp.svg +1 -0
  761. package/dist/ionic/svg/return-up-back.svg +1 -0
  762. package/dist/ionic/svg/return-up-forward-outline.svg +1 -0
  763. package/dist/ionic/svg/return-up-forward-sharp.svg +1 -0
  764. package/dist/ionic/svg/return-up-forward.svg +1 -0
  765. package/dist/ionic/svg/ribbon-outline.svg +1 -0
  766. package/dist/ionic/svg/ribbon-sharp.svg +1 -0
  767. package/dist/ionic/svg/ribbon.svg +1 -0
  768. package/dist/ionic/svg/rocket-outline.svg +1 -0
  769. package/dist/ionic/svg/rocket-sharp.svg +1 -0
  770. package/dist/ionic/svg/rocket.svg +1 -0
  771. package/dist/ionic/svg/rose-outline.svg +1 -0
  772. package/dist/ionic/svg/rose-sharp.svg +1 -0
  773. package/dist/ionic/svg/rose.svg +1 -0
  774. package/dist/ionic/svg/sad-outline.svg +1 -0
  775. package/dist/ionic/svg/sad-sharp.svg +1 -0
  776. package/dist/ionic/svg/sad.svg +1 -0
  777. package/dist/ionic/svg/save-outline.svg +1 -0
  778. package/dist/ionic/svg/save-sharp.svg +1 -0
  779. package/dist/ionic/svg/save.svg +1 -0
  780. package/dist/ionic/svg/scale-outline.svg +1 -0
  781. package/dist/ionic/svg/scale-sharp.svg +1 -0
  782. package/dist/ionic/svg/scale.svg +1 -0
  783. package/dist/ionic/svg/scan-circle-outline.svg +1 -0
  784. package/dist/ionic/svg/scan-circle-sharp.svg +1 -0
  785. package/dist/ionic/svg/scan-circle.svg +1 -0
  786. package/dist/ionic/svg/scan-outline.svg +1 -0
  787. package/dist/ionic/svg/scan-sharp.svg +1 -0
  788. package/dist/ionic/svg/scan.svg +1 -0
  789. package/dist/ionic/svg/school-outline.svg +1 -0
  790. package/dist/ionic/svg/school-sharp.svg +1 -0
  791. package/dist/ionic/svg/school.svg +1 -0
  792. package/dist/ionic/svg/search-circle-outline.svg +1 -0
  793. package/dist/ionic/svg/search-circle-sharp.svg +1 -0
  794. package/dist/ionic/svg/search-circle.svg +1 -0
  795. package/dist/ionic/svg/search-outline.svg +1 -0
  796. package/dist/ionic/svg/search-sharp.svg +1 -0
  797. package/dist/ionic/svg/search.svg +1 -0
  798. package/dist/ionic/svg/send-outline.svg +1 -0
  799. package/dist/ionic/svg/send-sharp.svg +1 -0
  800. package/dist/ionic/svg/send.svg +1 -0
  801. package/dist/ionic/svg/server-outline.svg +1 -0
  802. package/dist/ionic/svg/server-sharp.svg +1 -0
  803. package/dist/ionic/svg/server.svg +1 -0
  804. package/dist/ionic/svg/settings-outline.svg +1 -0
  805. package/dist/ionic/svg/settings-sharp.svg +1 -0
  806. package/dist/ionic/svg/settings.svg +1 -0
  807. package/dist/ionic/svg/shapes-outline.svg +1 -0
  808. package/dist/ionic/svg/shapes-sharp.svg +1 -0
  809. package/dist/ionic/svg/shapes.svg +1 -0
  810. package/dist/ionic/svg/share-outline.svg +1 -0
  811. package/dist/ionic/svg/share-sharp.svg +1 -0
  812. package/dist/ionic/svg/share-social-outline.svg +1 -0
  813. package/dist/ionic/svg/share-social-sharp.svg +1 -0
  814. package/dist/ionic/svg/share-social.svg +1 -0
  815. package/dist/ionic/svg/share.svg +1 -0
  816. package/dist/ionic/svg/shield-checkmark-outline.svg +1 -0
  817. package/dist/ionic/svg/shield-checkmark-sharp.svg +1 -0
  818. package/dist/ionic/svg/shield-checkmark.svg +1 -0
  819. package/dist/ionic/svg/shield-half-outline.svg +1 -0
  820. package/dist/ionic/svg/shield-half-sharp.svg +1 -0
  821. package/dist/ionic/svg/shield-half.svg +1 -0
  822. package/dist/ionic/svg/shield-outline.svg +1 -0
  823. package/dist/ionic/svg/shield-sharp.svg +1 -0
  824. package/dist/ionic/svg/shield.svg +1 -0
  825. package/dist/ionic/svg/shirt-outline.svg +1 -0
  826. package/dist/ionic/svg/shirt-sharp.svg +1 -0
  827. package/dist/ionic/svg/shirt.svg +1 -0
  828. package/dist/ionic/svg/shuffle-outline.svg +1 -0
  829. package/dist/ionic/svg/shuffle-sharp.svg +1 -0
  830. package/dist/ionic/svg/shuffle.svg +1 -0
  831. package/dist/ionic/svg/skull-outline.svg +1 -0
  832. package/dist/ionic/svg/skull-sharp.svg +1 -0
  833. package/dist/ionic/svg/skull.svg +1 -0
  834. package/dist/ionic/svg/snow-outline.svg +1 -0
  835. package/dist/ionic/svg/snow-sharp.svg +1 -0
  836. package/dist/ionic/svg/snow.svg +1 -0
  837. package/dist/ionic/svg/sparkles-outline.svg +1 -0
  838. package/dist/ionic/svg/sparkles-sharp.svg +1 -0
  839. package/dist/ionic/svg/sparkles.svg +1 -0
  840. package/dist/ionic/svg/speedometer-outline.svg +1 -0
  841. package/dist/ionic/svg/speedometer-sharp.svg +1 -0
  842. package/dist/ionic/svg/speedometer.svg +1 -0
  843. package/dist/ionic/svg/square-outline.svg +1 -0
  844. package/dist/ionic/svg/square-sharp.svg +1 -0
  845. package/dist/ionic/svg/square.svg +1 -0
  846. package/dist/ionic/svg/star-half-outline.svg +1 -0
  847. package/dist/ionic/svg/star-half-sharp.svg +1 -0
  848. package/dist/ionic/svg/star-half.svg +1 -0
  849. package/dist/ionic/svg/star-outline.svg +1 -0
  850. package/dist/ionic/svg/star-sharp.svg +1 -0
  851. package/dist/ionic/svg/star.svg +1 -0
  852. package/dist/ionic/svg/stats-chart-outline.svg +1 -0
  853. package/dist/ionic/svg/stats-chart-sharp.svg +1 -0
  854. package/dist/ionic/svg/stats-chart.svg +1 -0
  855. package/dist/ionic/svg/stop-circle-outline.svg +1 -0
  856. package/dist/ionic/svg/stop-circle-sharp.svg +1 -0
  857. package/dist/ionic/svg/stop-circle.svg +1 -0
  858. package/dist/ionic/svg/stop-outline.svg +1 -0
  859. package/dist/ionic/svg/stop-sharp.svg +1 -0
  860. package/dist/ionic/svg/stop.svg +1 -0
  861. package/dist/ionic/svg/stopwatch-outline.svg +1 -0
  862. package/dist/ionic/svg/stopwatch-sharp.svg +1 -0
  863. package/dist/ionic/svg/stopwatch.svg +1 -0
  864. package/dist/ionic/svg/storefront-outline.svg +1 -0
  865. package/dist/ionic/svg/storefront-sharp.svg +1 -0
  866. package/dist/ionic/svg/storefront.svg +1 -0
  867. package/dist/ionic/svg/subway-outline.svg +1 -0
  868. package/dist/ionic/svg/subway-sharp.svg +1 -0
  869. package/dist/ionic/svg/subway.svg +1 -0
  870. package/dist/ionic/svg/sunny-outline.svg +1 -0
  871. package/dist/ionic/svg/sunny-sharp.svg +1 -0
  872. package/dist/ionic/svg/sunny.svg +1 -0
  873. package/dist/ionic/svg/swap-horizontal-outline.svg +1 -0
  874. package/dist/ionic/svg/swap-horizontal-sharp.svg +1 -0
  875. package/dist/ionic/svg/swap-horizontal.svg +1 -0
  876. package/dist/ionic/svg/swap-vertical-outline.svg +1 -0
  877. package/dist/ionic/svg/swap-vertical-sharp.svg +1 -0
  878. package/dist/ionic/svg/swap-vertical.svg +1 -0
  879. package/dist/ionic/svg/sync-circle-outline.svg +1 -0
  880. package/dist/ionic/svg/sync-circle-sharp.svg +1 -0
  881. package/dist/ionic/svg/sync-circle.svg +1 -0
  882. package/dist/ionic/svg/sync-outline.svg +1 -0
  883. package/dist/ionic/svg/sync-sharp.svg +1 -0
  884. package/dist/ionic/svg/sync.svg +1 -0
  885. package/dist/ionic/svg/tablet-landscape-outline.svg +1 -0
  886. package/dist/ionic/svg/tablet-landscape-sharp.svg +1 -0
  887. package/dist/ionic/svg/tablet-landscape.svg +1 -0
  888. package/dist/ionic/svg/tablet-portrait-outline.svg +1 -0
  889. package/dist/ionic/svg/tablet-portrait-sharp.svg +1 -0
  890. package/dist/ionic/svg/tablet-portrait.svg +1 -0
  891. package/dist/ionic/svg/telescope-outline.svg +1 -0
  892. package/dist/ionic/svg/telescope-sharp.svg +1 -0
  893. package/dist/ionic/svg/telescope.svg +1 -0
  894. package/dist/ionic/svg/tennisball-outline.svg +1 -0
  895. package/dist/ionic/svg/tennisball-sharp.svg +1 -0
  896. package/dist/ionic/svg/tennisball.svg +1 -0
  897. package/dist/ionic/svg/terminal-outline.svg +1 -0
  898. package/dist/ionic/svg/terminal-sharp.svg +1 -0
  899. package/dist/ionic/svg/terminal.svg +1 -0
  900. package/dist/ionic/svg/text-outline.svg +1 -0
  901. package/dist/ionic/svg/text-sharp.svg +1 -0
  902. package/dist/ionic/svg/text.svg +1 -0
  903. package/dist/ionic/svg/thermometer-outline.svg +1 -0
  904. package/dist/ionic/svg/thermometer-sharp.svg +1 -0
  905. package/dist/ionic/svg/thermometer.svg +1 -0
  906. package/dist/ionic/svg/thumbs-down-outline.svg +1 -0
  907. package/dist/ionic/svg/thumbs-down-sharp.svg +1 -0
  908. package/dist/ionic/svg/thumbs-down.svg +1 -0
  909. package/dist/ionic/svg/thumbs-up-outline.svg +1 -0
  910. package/dist/ionic/svg/thumbs-up-sharp.svg +1 -0
  911. package/dist/ionic/svg/thumbs-up.svg +1 -0
  912. package/dist/ionic/svg/thunderstorm-outline.svg +1 -0
  913. package/dist/ionic/svg/thunderstorm-sharp.svg +1 -0
  914. package/dist/ionic/svg/thunderstorm.svg +1 -0
  915. package/dist/ionic/svg/ticket-outline.svg +1 -0
  916. package/dist/ionic/svg/ticket-sharp.svg +1 -0
  917. package/dist/ionic/svg/ticket.svg +1 -0
  918. package/dist/ionic/svg/time-outline.svg +1 -0
  919. package/dist/ionic/svg/time-sharp.svg +1 -0
  920. package/dist/ionic/svg/time.svg +1 -0
  921. package/dist/ionic/svg/timer-outline.svg +1 -0
  922. package/dist/ionic/svg/timer-sharp.svg +1 -0
  923. package/dist/ionic/svg/timer.svg +1 -0
  924. package/dist/ionic/svg/today-outline.svg +1 -0
  925. package/dist/ionic/svg/today-sharp.svg +1 -0
  926. package/dist/ionic/svg/today.svg +1 -0
  927. package/dist/ionic/svg/toggle-outline.svg +1 -0
  928. package/dist/ionic/svg/toggle-sharp.svg +1 -0
  929. package/dist/ionic/svg/toggle.svg +1 -0
  930. package/dist/ionic/svg/trail-sign-outline.svg +1 -0
  931. package/dist/ionic/svg/trail-sign-sharp.svg +1 -0
  932. package/dist/ionic/svg/trail-sign.svg +1 -0
  933. package/dist/ionic/svg/train-outline.svg +1 -0
  934. package/dist/ionic/svg/train-sharp.svg +1 -0
  935. package/dist/ionic/svg/train.svg +1 -0
  936. package/dist/ionic/svg/transgender-outline.svg +1 -0
  937. package/dist/ionic/svg/transgender-sharp.svg +1 -0
  938. package/dist/ionic/svg/transgender.svg +1 -0
  939. package/dist/ionic/svg/trash-bin-outline.svg +1 -0
  940. package/dist/ionic/svg/trash-bin-sharp.svg +1 -0
  941. package/dist/ionic/svg/trash-bin.svg +1 -0
  942. package/dist/ionic/svg/trash-outline.svg +1 -0
  943. package/dist/ionic/svg/trash-sharp.svg +1 -0
  944. package/dist/ionic/svg/trash.svg +1 -0
  945. package/dist/ionic/svg/trending-down-outline.svg +1 -0
  946. package/dist/ionic/svg/trending-down-sharp.svg +1 -0
  947. package/dist/ionic/svg/trending-down.svg +1 -0
  948. package/dist/ionic/svg/trending-up-outline.svg +1 -0
  949. package/dist/ionic/svg/trending-up-sharp.svg +1 -0
  950. package/dist/ionic/svg/trending-up.svg +1 -0
  951. package/dist/ionic/svg/triangle-outline.svg +1 -0
  952. package/dist/ionic/svg/triangle-sharp.svg +1 -0
  953. package/dist/ionic/svg/triangle.svg +1 -0
  954. package/dist/ionic/svg/trophy-outline.svg +1 -0
  955. package/dist/ionic/svg/trophy-sharp.svg +1 -0
  956. package/dist/ionic/svg/trophy.svg +1 -0
  957. package/dist/ionic/svg/tv-outline.svg +1 -0
  958. package/dist/ionic/svg/tv-sharp.svg +1 -0
  959. package/dist/ionic/svg/tv.svg +1 -0
  960. package/dist/ionic/svg/umbrella-outline.svg +1 -0
  961. package/dist/ionic/svg/umbrella-sharp.svg +1 -0
  962. package/dist/ionic/svg/umbrella.svg +1 -0
  963. package/dist/ionic/svg/unlink-outline.svg +1 -0
  964. package/dist/ionic/svg/unlink-sharp.svg +1 -0
  965. package/dist/ionic/svg/unlink.svg +1 -0
  966. package/dist/ionic/svg/videocam-off-outline.svg +1 -0
  967. package/dist/ionic/svg/videocam-off-sharp.svg +1 -0
  968. package/dist/ionic/svg/videocam-off.svg +1 -0
  969. package/dist/ionic/svg/videocam-outline.svg +1 -0
  970. package/dist/ionic/svg/videocam-sharp.svg +1 -0
  971. package/dist/ionic/svg/videocam.svg +1 -0
  972. package/dist/ionic/svg/volume-high-outline.svg +1 -0
  973. package/dist/ionic/svg/volume-high-sharp.svg +1 -0
  974. package/dist/ionic/svg/volume-high.svg +1 -0
  975. package/dist/ionic/svg/volume-low-outline.svg +1 -0
  976. package/dist/ionic/svg/volume-low-sharp.svg +1 -0
  977. package/dist/ionic/svg/volume-low.svg +1 -0
  978. package/dist/ionic/svg/volume-medium-outline.svg +1 -0
  979. package/dist/ionic/svg/volume-medium-sharp.svg +1 -0
  980. package/dist/ionic/svg/volume-medium.svg +1 -0
  981. package/dist/ionic/svg/volume-mute-outline.svg +1 -0
  982. package/dist/ionic/svg/volume-mute-sharp.svg +1 -0
  983. package/dist/ionic/svg/volume-mute.svg +1 -0
  984. package/dist/ionic/svg/volume-off-outline.svg +1 -0
  985. package/dist/ionic/svg/volume-off-sharp.svg +1 -0
  986. package/dist/ionic/svg/volume-off.svg +1 -0
  987. package/dist/ionic/svg/walk-outline.svg +1 -0
  988. package/dist/ionic/svg/walk-sharp.svg +1 -0
  989. package/dist/ionic/svg/walk.svg +1 -0
  990. package/dist/ionic/svg/wallet-outline.svg +1 -0
  991. package/dist/ionic/svg/wallet-sharp.svg +1 -0
  992. package/dist/ionic/svg/wallet.svg +1 -0
  993. package/dist/ionic/svg/warning-outline.svg +1 -0
  994. package/dist/ionic/svg/warning-sharp.svg +1 -0
  995. package/dist/ionic/svg/warning.svg +1 -0
  996. package/dist/ionic/svg/watch-outline.svg +1 -0
  997. package/dist/ionic/svg/watch-sharp.svg +1 -0
  998. package/dist/ionic/svg/watch.svg +1 -0
  999. package/dist/ionic/svg/water-outline.svg +1 -0
  1000. package/dist/ionic/svg/water-sharp.svg +1 -0
  1001. package/dist/ionic/svg/water.svg +1 -0
  1002. package/dist/ionic/svg/wifi-outline.svg +1 -0
  1003. package/dist/ionic/svg/wifi-sharp.svg +1 -0
  1004. package/dist/ionic/svg/wifi.svg +1 -0
  1005. package/dist/ionic/svg/wine-outline.svg +1 -0
  1006. package/dist/ionic/svg/wine-sharp.svg +1 -0
  1007. package/dist/ionic/svg/wine.svg +1 -0
  1008. package/dist/ionic/svg/woman-outline.svg +1 -0
  1009. package/dist/ionic/svg/woman-sharp.svg +1 -0
  1010. package/dist/ionic/svg/woman.svg +1 -0
  1011. package/dist/types/components/accordion/accordion.d.ts +1 -1
  1012. package/dist/types/components/action-sheet/action-sheet.d.ts +37 -0
  1013. package/dist/types/components/checkbox/checkbox.d.ts +9 -1
  1014. package/dist/types/components/content/content.d.ts +7 -0
  1015. package/dist/types/components/datetime/datetime.d.ts +10 -0
  1016. package/dist/types/components/fab-button/fab-button.d.ts +1 -1
  1017. package/dist/types/components/item/item.d.ts +1 -1
  1018. package/dist/types/components/modal/modal.d.ts +14 -0
  1019. package/dist/types/components/popover/popover.d.ts +7 -0
  1020. package/dist/types/components/radio-group/radio-group.d.ts +9 -1
  1021. package/dist/types/components/select/select.d.ts +2 -2
  1022. package/dist/types/components/toggle/toggle.d.ts +7 -1
  1023. package/dist/types/components.d.ts +10 -6
  1024. package/dist/types/utils/forms/validity.d.ts +1 -1
  1025. package/hydrate/index.js +863 -451
  1026. package/hydrate/index.mjs +863 -451
  1027. package/package.json +10 -6
  1028. package/dist/ionic/p-4cc26913.entry.js +0 -4
  1029. package/dist/ionic/p-4efea47a.entry.js +0 -4
  1030. package/dist/ionic/p-510d86e1.entry.js +0 -4
  1031. package/dist/ionic/p-5fb517e4.entry.js +0 -4
  1032. package/dist/ionic/p-7bcfc421.entry.js +0 -4
  1033. package/dist/ionic/p-8bdfc8f6.entry.js +0 -4
  1034. package/dist/ionic/p-95bddd49.entry.js +0 -4
  1035. package/dist/ionic/p-D87hU-Ly.js +0 -4
  1036. package/dist/ionic/p-dc2e126d.entry.js +0 -4
  1037. package/dist/ionic/p-e16b69e1.entry.js +0 -4
  1038. package/dist/ionic/p-f65f9308.entry.js +0 -4
  1039. package/dist/ionic/p-fc278823.entry.js +0 -4
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M192 53.84S208 48 256 48s74 16 96 32h64a64 64 0 0 1 64 64v48a64 64 0 0 1-64 64h-30a32.34 32.34 0 0 0-27.37 15.4S350 290.19 324 335.22 248 448 240 464c-29 0-43-22-34-47.71 10.28-29.39 23.71-54.38 27.46-87.09.54-4.78-3.14-12-8-12L96 307" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="m96 241 80 2c20 1.84 32 12.4 32 30s-14 28.84-32 30l-80 4c-17.6 0-32-16.4-32-34v-.17A32 32 0 0 1 96 241ZM64 176l112 2c18 .84 32 12.41 32 30 0 17.61-14 28.86-32 30l-112 2a32.1 32.1 0 0 1-32-32 32.1 32.1 0 0 1 32-32ZM112 48l64 3c21 1.84 32 11.4 32 29s-14.4 30-32 30l-64 2a32.09 32.09 0 0 1-32-32 32.09 32.09 0 0 1 32-32ZM80 112l96 2c19 .84 32 12.4 32 30s-13 28.84-32 30l-96 2a32.09 32.09 0 0 1-32-32 32.09 32.09 0 0 1 32-32Z" stroke-miterlimit="10" class="ionicon-fill-none ionicon-stroke-width"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="m56 320 156.05 12-23 89.4c-6.08 26.6.7 41.87 22.39 48.62l34.69 9.85a4 4 0 0 0 4.4-1.72l129-202.34a8 8 0 0 1 6.81-3.81H496V64H378.39a48 48 0 0 1-15.18-2.46l-76.3-25.43a80 80 0 0 0-25.3-4.11H83.68c-19 0-31.5 13.52-35.23 32.16L16 206.42V280c0 22.06 18 38 40 40"/><path d="M378.45 273.93A15.84 15.84 0 0 1 386 272a15.9 15.9 0 0 0-7.51 1.91ZM337.86 343.22l-.13.22a3 3 0 0 1 .13-.22c20.5-35.51 30.36-55 33.82-62-3.47 7.06-13.34 26.51-33.82 62" class="ionicon-fill-none"/><path d="m372.66 279.16-1 2a16.3 16.3 0 0 1 6.77-7.26 16.5 16.5 0 0 0-5.77 5.26"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="m39.94 178 144.16 6.12c4.61.36 23.9 1.22 23.9 25.88 0 23.8-19.16 25.33-24.14 25.88L39.94 242C27.27 241.87 16 227.56 16 210s11.27-31.87 23.94-32m141.45 131.66L74.65 318C62 318 48 301.31 48 284.12v-.33c0-16.33 11.14-29.63 24.88-29.79l108.45 1.72C208 259 208 275.16 208 282.12c0 22.88-21.8 27.14-26.61 27.54M90.15 32l89.37 8.93C204 41.86 208 58.18 208 68.4c0 18.39-13.41 24.6-26.67 24.6l-91 3C75.78 95.78 64 81.51 64 64s11.68-31.66 26.15-32m-34.36 71.5 126.4 6.22c9.39.63 25.81 3 25.81 26.36 0 12-4.35 25.62-25 27.53L55.79 167.5C42.65 167.35 32 154 32 136.08s10.65-32.43 23.79-32.58"/><path d="M378.45 273.93A15.84 15.84 0 0 1 386 272a15.9 15.9 0 0 0-7.51 1.91ZM337.86 343.22l-.13.22a3 3 0 0 1 .13-.22c20.5-35.51 30.36-55 33.82-62-3.47 7.06-13.34 26.51-33.82 62" class="ionicon-fill-none"/><path d="m372.66 279.16-1 2a16.3 16.3 0 0 1 6.77-7.26 16.5 16.5 0 0 0-5.77 5.26"/><path d="M195.94 459.38C205.37 472.67 221 480 240 480a16 16 0 0 0 14.31-8.85c3-6.06 15.25-24 28.19-42.9 18-26.33 40.35-59.08 55.23-84.81l.13-.22c20.48-35.49 30.35-54.94 33.82-62l1-2a16.5 16.5 0 0 1 5.79-5.23A15.9 15.9 0 0 1 386 272h25.32A84.7 84.7 0 0 0 496 187.3v-38.6A84.7 84.7 0 0 0 411.31 64h-48.79a17.46 17.46 0 0 1-9.58-2.89C330 46.13 286.66 32 240 32c-7.45 0-14.19.14-20.27.38a8 8 0 0 0-6.2 12.68l.1.14C222.2 57.59 224 71 224 80a61.2 61.2 0 0 1-5.19 24.77 17.38 17.38 0 0 0 0 14.06 63.8 63.8 0 0 1 0 50.39 17.32 17.32 0 0 0 0 14 62.13 62.13 0 0 1 0 49.58 18.13 18.13 0 0 0 0 14.68A60.4 60.4 0 0 1 224 273c0 8.2-2 21.3-8 31.18a15.66 15.66 0 0 0-1.14 13.65c.38 1 .76 2.06 1.13 3.17a24.8 24.8 0 0 1 .86 11.57c-3 19.35-9.67 36.3-16.74 54.16-3.08 7.78-6.27 15.82-9.22 24.27-6.14 17.56-4.3 35.2 5.05 48.38"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M320 458.16S304 464 256 464s-74-16-96-32H96a64 64 0 0 1-64-64v-48a64 64 0 0 1 64-64h30a32.34 32.34 0 0 0 27.37-15.4S162 221.81 188 176.78 264 64 272 48c29 0 43 22 34 47.71-10.28 29.39-23.71 54.38-27.46 87.09-.54 4.78 3.14 12 7.95 12L416 205" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="m416 271-80-2c-20-1.84-32-12.4-32-30s14-28.84 32-30l80-4c17.6 0 32 16.4 32 34v.17A32 32 0 0 1 416 271ZM448 336l-112-2c-18-.84-32-12.41-32-30 0-17.61 14-28.86 32-30l112-2a32.1 32.1 0 0 1 32 32 32.1 32.1 0 0 1-32 32ZM400 464l-64-3c-21-1.84-32-11.4-32-29s14.4-30 32-30l64-2a32.09 32.09 0 0 1 32 32 32.09 32.09 0 0 1-32 32ZM432 400l-96-2c-19-.84-32-12.4-32-30s13-28.84 32-30l96-2a32.09 32.09 0 0 1 32 32 32.09 32.09 0 0 1-32 32Z" stroke-miterlimit="10" class="ionicon-fill-none ionicon-stroke-width"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="m456 192-156-12 23-89.4c6-26.6-.78-41.87-22.47-48.6l-34.69-9.85a4 4 0 0 0-4.4 1.72l-129 202.34a8 8 0 0 1-6.81 3.81H16V448h117.61a48 48 0 0 1 15.18 2.46l76.3 25.43a80 80 0 0 0 25.3 4.11h177.93c19 0 31.5-13.52 35.23-32.16L496 305.58V232c0-22.06-18-38-40-40"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="m472.06 334-144.16-6.13c-4.61-.36-23.9-1.21-23.9-25.87 0-23.81 19.16-25.33 24.14-25.88L472.06 270c12.67.13 23.94 14.43 23.94 32s-11.27 31.87-23.94 32M330.61 202.33 437.35 194C450 194 464 210.68 464 227.88v.33c0 16.32-11.14 29.62-24.88 29.79l-108.45-1.73C304 253 304 236.83 304 229.88c0-22.88 21.8-27.15 26.61-27.55M421.85 480l-89.37-8.93C308 470.14 304 453.82 304 443.59c0-18.38 13.41-24.6 26.67-24.6l91-3c14.54.23 26.32 14.5 26.32 32s-11.67 31.67-26.14 32.01m34.36-71.5-126.4-6.21c-9.39-.63-25.81-3-25.81-26.37 0-12 4.35-25.61 25-27.53l127.19-3.88c13.16.14 23.81 13.49 23.81 31.4s-10.65 32.43-23.79 32.58Z"/><path d="M133.55 238.06A15.85 15.85 0 0 1 126 240a15.8 15.8 0 0 0 7.51-1.92ZM174.14 168.78l.13-.23zc-20.5 35.51-30.36 54.95-33.82 62 3.47-7.07 13.34-26.51 33.82-62" class="ionicon-fill-none"/><path d="m139.34 232.84 1-2a16.27 16.27 0 0 1-6.77 7.25 16.35 16.35 0 0 0 5.77-5.25"/><path d="M316.06 52.62C306.63 39.32 291 32 272 32a16 16 0 0 0-14.31 8.84c-3 6.07-15.25 24-28.19 42.91-18 26.33-40.35 59.07-55.23 84.8l-.13.23c-20.48 35.49-30.35 54.93-33.82 62l-1 2a16.35 16.35 0 0 1-5.79 5.22 15.8 15.8 0 0 1-7.53 2h-25.31A84.69 84.69 0 0 0 16 324.69v38.61a84.69 84.69 0 0 0 84.69 84.7h48.79a17.55 17.55 0 0 1 9.58 2.89C182 465.87 225.34 480 272 480c7.45 0 14.19-.14 20.27-.38a8 8 0 0 0 6.2-12.68l-.1-.14C289.8 454.41 288 441 288 432a61.2 61.2 0 0 1 5.19-24.77 17.36 17.36 0 0 0 0-14.05 63.8 63.8 0 0 1 0-50.39 17.32 17.32 0 0 0 0-14 62.15 62.15 0 0 1 0-49.59 18.13 18.13 0 0 0 0-14.68A60.3 60.3 0 0 1 288 239c0-8.2 2-21.3 8-31.19a15.63 15.63 0 0 0 1.14-13.64c-.38-1-.76-2.07-1.13-3.17a24.84 24.84 0 0 1-.86-11.58c3-19.34 9.67-36.29 16.74-54.16 3.08-7.78 6.27-15.82 9.22-24.26 6.14-17.57 4.3-35.2-5.05-48.38"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="m120 352-24 48M136 432l-16 32M400 352l-24 48M416 432l-16 32M208 304l-16 96h48v80l80-112h-48l16-64M404.33 152.89H392.2C384.71 84.85 326.14 32 256 32a136.39 136.39 0 0 0-128.63 90.67h-4.57c-49.94 0-90.8 40.8-90.8 90.66h0C32 263.2 72.86 304 122.8 304h281.53C446 304 480 270 480 228.44h0c0-41.55-34-75.55-75.67-75.55" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M405.84 136.9a151.25 151.25 0 0 0-47.6-81.9 153 153 0 0 0-241.81 51.86C60.5 110.16 16 156.65 16 213.33 16 272.15 63.91 320 122.8 320h72.31L176 416h48v80l112-144h-43.51l8-32h103.84a91.56 91.56 0 0 0 1.51-183.1"/><path d="m74.53 407.177 38.32-76.622 28.62 14.313-38.32 76.623zM98.52 471.189l30.318-60.622 28.62 14.313-30.317 60.622zM354.541 407.189l38.32-76.623 28.62 14.314-38.32 76.622zM378.542 471.2l30.317-60.622 28.62 14.314-30.317 60.621z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M96 416a16 16 0 0 1-14.3-23.16l24-48a16 16 0 0 1 28.62 14.32l-24 48A16 16 0 0 1 96 416M120 480a16 16 0 0 1-14.3-23.16l16-32a16 16 0 0 1 28.62 14.32l-16 32A16 16 0 0 1 120 480M376 416a16 16 0 0 1-14.3-23.16l24-48a16 16 0 0 1 28.62 14.32l-24 48A16 16 0 0 1 376 416M400 480a16 16 0 0 1-14.3-23.16l16-32a16 16 0 0 1 28.62 14.32l-16 32A16 16 0 0 1 400 480"/><path d="M405.84 136.9a151.25 151.25 0 0 0-47.6-81.9 153 153 0 0 0-241.81 51.86C60.5 110.16 16 156.65 16 213.33 16 272.15 63.91 320 122.8 320h66.31l-12.89 77.37A16 16 0 0 0 192 416h32v64a16 16 0 0 0 29 9.3l80-112a16 16 0 0 0-13-25.3h-27.51l8-32h103.84a91.56 91.56 0 0 0 1.51-183.1"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path stroke-miterlimit="10" d="M366.05 146a46.7 46.7 0 0 1-2.42-63.42 3.87 3.87 0 0 0-.22-5.26l-44.13-44.18a3.89 3.89 0 0 0-5.5 0l-70.34 70.34a23.6 23.6 0 0 0-5.71 9.24 23.66 23.66 0 0 1-14.95 15 23.7 23.7 0 0 0-9.25 5.71L33.14 313.78a3.89 3.89 0 0 0 0 5.5l44.13 44.13a3.87 3.87 0 0 0 5.26.22 46.69 46.69 0 0 1 65.84 65.84 3.87 3.87 0 0 0 .22 5.26l44.13 44.13a3.89 3.89 0 0 0 5.5 0l180.4-180.39a23.7 23.7 0 0 0 5.71-9.25 23.66 23.66 0 0 1 14.95-15 23.6 23.6 0 0 0 9.24-5.71l70.34-70.34a3.89 3.89 0 0 0 0-5.5l-44.13-44.13a3.87 3.87 0 0 0-5.26-.22 46.7 46.7 0 0 1-63.42-2.32Z" class="ionicon-fill-none ionicon-stroke-width"/><path stroke-linecap="round" stroke-miterlimit="10" d="m250.5 140.44-16.51-16.51M294.52 184.46l-11.01-11M338.54 228.49l-11-11.01M388.07 278.01l-16.51-16.51" class="ionicon-fill-none ionicon-stroke-width"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="m426.24 127.72-10.94 10.94a29.67 29.67 0 0 1-42-42l10.94-10.94L314.52 16l-88 88-4 12.09-12.09 4L16 314.52l69.76 69.76 10.94-10.94a29.67 29.67 0 0 1 42 42l-10.94 10.94L197.48 496l194.4-194.4 4-12.09 12.09-4 88-88Zm-208.56 5.43 21.87-21.87 33 33-21.88 21.87Zm43 43 21.88-21.88 32.52 32.52-21.88 21.88Zm42.56 42.56 21.88-21.88 32.52 32.52-21.84 21.93Zm75.57 75.56-33-33 21.87-21.88 33 33Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="m490.18 181.4-44.13-44.13a20 20 0 0 0-27-1 30.81 30.81 0 0 1-41.68-1.6 30.81 30.81 0 0 1-1.6-41.67 20 20 0 0 0-1-27L330.6 21.82a19.91 19.91 0 0 0-28.13 0l-70.35 70.34a39.9 39.9 0 0 0-9.57 15.5 7.71 7.71 0 0 1-4.83 4.83 39.8 39.8 0 0 0-15.5 9.58l-180.4 180.4a19.91 19.91 0 0 0 0 28.13L66 374.73a20 20 0 0 0 27 1 30.69 30.69 0 0 1 43.28 43.28 20 20 0 0 0 1 27l44.13 44.13a19.91 19.91 0 0 0 28.13 0l180.4-180.4a39.8 39.8 0 0 0 9.58-15.49 7.69 7.69 0 0 1 4.84-4.84 39.84 39.84 0 0 0 15.49-9.57l70.34-70.35a19.91 19.91 0 0 0-.01-28.09m-228.37-29.65a16 16 0 0 1-22.63 0l-11.51-11.51a16 16 0 0 1 22.63-22.62l11.51 11.5a16 16 0 0 1 0 22.63m44 44a16 16 0 0 1-22.62 0l-11-11a16 16 0 1 1 22.63-22.63l11 11a16 16 0 0 1 .01 22.66Zm44 44a16 16 0 0 1-22.63 0l-11-11a16 16 0 0 1 22.63-22.62l11 11a16 16 0 0 1 .05 22.67Zm44.43 44.54a16 16 0 0 1-22.63 0l-11.44-11.5a16 16 0 1 1 22.68-22.57l11.45 11.49a16 16 0 0 1-.01 22.63Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M256 64C150 64 64 150 64 256s86 192 192 192 192-86 192-192S362 64 256 64Z" stroke-miterlimit="10" class="ionicon-fill-none ionicon-stroke-width"/><path d="M256 128v144h96" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M256 48C141.13 48 48 141.13 48 256c0 114.69 93.32 208 208 208 114.86 0 208-93.14 208-208 0-114.69-93.31-208-208-208m108 240H244a4 4 0 0 1-4-4V116a4 4 0 0 1 4-4h24a4 4 0 0 1 4 4v140h92a4 4 0 0 1 4 4v24a4 4 0 0 1-4 4"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M256 48C141.13 48 48 141.13 48 256s93.13 208 208 208 208-93.13 208-208S370.87 48 256 48m96 240h-96a16 16 0 0 1-16-16V128a16 16 0 0 1 32 0v128h80a16 16 0 0 1 0 32"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M112.91 128A191.85 191.85 0 0 0 64 254c-1.18 106.35 85.65 193.8 192 194 106.2.2 192-85.83 192-192 0-104.54-83.55-189.61-187.5-192a4.36 4.36 0 0 0-4.5 4.37V152" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="m233.38 278.63-79-113a8.13 8.13 0 0 1 11.32-11.32l113 79a32.5 32.5 0 0 1-37.25 53.26 33.2 33.2 0 0 1-8.07-7.94"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M256 48C141.12 48 48 141.12 48 256s93.12 208 208 208 208-93.12 208-208S370.88 48 256 48m0 384c-97 0-176-78.95-176-176a174.55 174.55 0 0 1 53.87-126.72L279 233l-19 30-125-91c-13 23-26.7 46-26.7 84 0 81.44 66.26 147.7 147.7 147.7S403.7 337.44 403.7 256c0-76.67-58.72-139.88-133.55-147v55h-28.3V79.89c4.24.07 8.94.11 14.15.11 97.05 0 176 79 176 176s-78.95 176-176 176"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M256 48C141.12 48 48 141.12 48 256s93.12 208 208 208 208-93.12 208-208S370.88 48 256 48m-82.33 114.34 105 71a32.5 32.5 0 0 1-37.25 53.26 33.2 33.2 0 0 1-8-8l-71-105a8.13 8.13 0 0 1 11.32-11.32ZM256 432c-97 0-176-78.95-176-176a174.55 174.55 0 0 1 53.87-126.72 14.15 14.15 0 1 1 19.64 20.37A146.53 146.53 0 0 0 108.3 256c0 81.44 66.26 147.7 147.7 147.7S403.7 337.44 403.7 256c0-76.67-58.72-139.88-133.55-147v55a14.15 14.15 0 1 1-28.3 0V94.15A14.15 14.15 0 0 1 256 80c97.05 0 176 79 176 176s-78.95 176-176 176"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><rect width="416" height="384" x="48" y="80" stroke-linejoin="round" rx="48" class="ionicon-fill-none ionicon-stroke-width"/><path stroke-linecap="round" stroke-linejoin="round" d="M128 48v32M384 48v32" class="ionicon-fill-none ionicon-stroke-width"/><rect width="96" height="96" x="112" y="224" stroke-linecap="round" stroke-linejoin="round" rx="13" class="ionicon-fill-none ionicon-stroke-width"/><path stroke-linecap="round" stroke-linejoin="round" d="M464 160H48" class="ionicon-fill-none ionicon-stroke-width"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M32 456a24 24 0 0 0 24 24h400a24 24 0 0 0 24-24V176H32Zm80-238.86a9.14 9.14 0 0 1 9.14-9.14h109.72a9.14 9.14 0 0 1 9.14 9.14v109.72a9.14 9.14 0 0 1-9.14 9.14H121.14a9.14 9.14 0 0 1-9.14-9.14ZM456 64h-55.92V32h-48v32H159.92V32h-48v32H56a23.8 23.8 0 0 0-24 23.77V144h448V87.77A23.8 23.8 0 0 0 456 64"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M416 64h-16V48.45c0-8.61-6.62-16-15.23-16.43A16 16 0 0 0 368 48v16H144V48.45c0-8.61-6.62-16-15.23-16.43A16 16 0 0 0 112 48v16H96a64 64 0 0 0-64 64v12a4 4 0 0 0 4 4h440a4 4 0 0 0 4-4v-12a64 64 0 0 0-64-64M477 176H35a3 3 0 0 0-3 3v237a64 64 0 0 0 64 64h320a64 64 0 0 0 64-64V179a3 3 0 0 0-3-3M224 307.43A28.57 28.57 0 0 1 195.43 336h-70.86A28.57 28.57 0 0 1 96 307.43v-70.86A28.57 28.57 0 0 1 124.57 208h70.86A28.57 28.57 0 0 1 224 236.57Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><circle cx="368" cy="256" r="128" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><rect width="480" height="256" x="16" y="128" rx="128" ry="128" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M368 112H144a144 144 0 0 0 0 288h224a144 144 0 0 0 0-288m0 230a86 86 0 1 1 86-86 85.88 85.88 0 0 1-86 86"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M368 112H144C64.6 112 0 176.6 0 256s64.6 144 144 144h224c79.4 0 144-64.6 144-144s-64.6-144-144-144m0 256a112 112 0 1 1 112-112 112.12 112.12 0 0 1-112 112"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M256 400v64M256 208v64M256 48v32M416 208H102.63a16 16 0 0 1-11.32-4.69L32 144l59.31-59.31A16 16 0 0 1 102.63 80H416a16 16 0 0 1 16 16v96a16 16 0 0 1-16 16M96 400h313.37a16 16 0 0 0 11.32-4.69L480 336l-59.31-59.31a16 16 0 0 0-11.32-4.69H96a16 16 0 0 0-16 16v96a16 16 0 0 0 16 16" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="m502.63 336-80-80H278v-32h170V64H278V32h-44v32H89.37l-80 80 80 80H234v32H64v160h170v64h44v-64h144.63Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M491.31 324.69 432 265.37a31.8 31.8 0 0 0-22.63-9.37H272v-32h144a32 32 0 0 0 32-32V96a32 32 0 0 0-32-32H272V48a16 16 0 0 0-32 0v16H102.63A31.8 31.8 0 0 0 80 73.37l-59.31 59.32a16 16 0 0 0 0 22.62L80 214.63a31.8 31.8 0 0 0 22.63 9.37H240v32H96a32 32 0 0 0-32 32v96a32 32 0 0 0 32 32h144v48a16 16 0 0 0 32 0v-48h137.37a31.8 31.8 0 0 0 22.63-9.37l59.31-59.32a16 16 0 0 0 0-22.62"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M344 48h-24a16 16 0 0 0-16-16h-96a16 16 0 0 0-16 16h-24a56.16 56.16 0 0 0-56 56v247c0 35.3 144 65 144 65s144-29.7 144-65V104a56 56 0 0 0-56-56m-88 304a48 48 0 1 1 48-48 48 48 0 0 1-48 48m96-160a16 16 0 0 1-16 16H176a16 16 0 0 1-16-16v-64a16 16 0 0 1 16-16h160a16 16 0 0 1 16 16ZM144 464h224M336 432l48 48M176 432l-48 48" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M384 32h-64a16 16 0 0 0-16-16h-96a16 16 0 0 0-16 16h-64c-16 0-32 16-32 32v288c0 23.92 160 80 160 80s160-56.74 160-80V64c0-16-16-32-32-32M256 352a48 48 0 1 1 48-48 48 48 0 0 1-48 48m112-152a8 8 0 0 1-8 8H152a8 8 0 0 1-8-8v-80a8 8 0 0 1 8-8h208a8 8 0 0 1 8 8Z"/><path d="m314 432 15.32 16H182.58L198 432l-32-13-76.62 77h45.2l16-16h210.74l16 16h45.3l-76.36-77.75z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><ellipse cx="256" cy="304" rx="32.05" ry="31.94" transform="rotate(-45 256.001 304)"/><path d="M352 32h-15a10 10 0 0 1-7.87-3.78A31.94 31.94 0 0 0 304 16h-96a32 32 0 0 0-26.11 13.52A6 6 0 0 1 177 32h-17c-36.81 0-64 28.84-64 64v255c0 23.27 25.6 42.06 83 60.94a753 753 0 0 0 73.77 19.73 16 16 0 0 0 6.46 0A753 753 0 0 0 333 411.94c57.4-18.88 83-37.67 83-60.94V96a64 64 0 0 0-64-64m-168 96h144a8 8 0 0 1 8 8v48a8 8 0 0 1-8 8H184a8 8 0 0 1-8-8v-48a8 8 0 0 1 8-8m76.18 239.87a64 64 0 1 1 59.69-59.69 64.07 64.07 0 0 1-59.69 59.69"/><path d="M395.31 468.69 347.63 421c-6.09-6.1-16-6.66-22.38-.86a16 16 0 0 0-.56 23.16l4.68 4.69H182.63l4.36-4.37c6.1-6.09 6.66-16 .86-22.38a16 16 0 0 0-23.16-.56l-48 48a16 16 0 1 0 22.62 22.62l11.32-11.3h210.74l11.32 11.31a16 16 0 0 0 22.62-22.62"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><circle cx="256" cy="256" r="128" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="m448 352-96 96M176 80l-95.98 95.98M464 128V48h-80M48 128V48h80M464 48 346.5 165.5M48 48l117.49 117.49M464 464 346.65 346.37" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="m480 448.94-48.94-49.08L464 366.92l-31.1-31.11-32.9 32.9-23.55-23.61a149.64 149.64 0 0 0-.1-178.45l59.55-59.56V144h44V32h-112v44h36.87l-59.55 59.55a149.65 149.65 0 0 0-178.59 0l-7.55-7.55 33-33L161 63.88l-33 33L107.09 76H144V32H32v112h44v-36.91L96.87 128l-33 33L95 192.05l33-33 7.56 7.57A149.18 149.18 0 0 0 106 255.94c0 82.69 67.27 150 150 150a149.12 149.12 0 0 0 89.44-29.67l23.51 23.58-33.14 33.05 31.11 31.1 33-33 48.9 49Zm-330-193a106 106 0 1 1 106 106 106.09 106.09 0 0 1-106-106"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M458 32h-68a22 22 0 0 0 0 44h14.89l-59.57 59.57a149.69 149.69 0 0 0-178.64 0l-7.57-7.57 26.45-26.44a22 22 0 0 0-31.12-31.12L128 96.89 107.11 76H122a22 22 0 0 0 0-44H54a22 22 0 0 0-22 22v68a22 22 0 0 0 44 0v-14.89L96.89 128l-26.42 26.42a22 22 0 1 0 31.11 31.11L128 159.11l7.57 7.57A149.2 149.2 0 0 0 106 256c0 82.71 67.29 150 150 150a149.2 149.2 0 0 0 89.46-29.67L369 399.9l-26.54 26.54a22 22 0 0 0 31.12 31.12l26.49-26.5 42.37 42.48a22 22 0 0 0 31.16-31.08L431.17 400l26.39-26.39a22 22 0 0 0-31.12-31.12l-26.35 26.35-23.55-23.62a149.68 149.68 0 0 0-.11-178.49L436 107.11V122a22 22 0 0 0 44 0V54a22 22 0 0 0-22-22M150 256a106 106 0 1 1 106 106 106.12 106.12 0 0 1-106-106"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="m432 144-28.67 275.74A32 32 0 0 1 371.55 448H140.46a32 32 0 0 1-31.78-28.26L80 144" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><rect width="448" height="80" x="32" y="64" rx="16" ry="16" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="M312 240 200 352M312 352 200 240" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M337.46 240 312 214.54l-56 56-56-56L174.54 240l56 56-56 56L200 377.46l56-56 56 56L337.46 352l-56-56z" class="ionicon-fill-none"/><path d="M337.46 240 312 214.54l-56 56-56-56L174.54 240l56 56-56 56L200 377.46l56-56 56 56L337.46 352l-56-56z" class="ionicon-fill-none"/><path d="m64 160 29.74 282.51A24 24 0 0 0 117.61 464h276.78a24 24 0 0 0 23.87-21.49L448 160Zm248 217.46-56-56-56 56L174.54 352l56-56-56-56L200 214.54l56 56 56-56L337.46 240l-56 56 56 56Z"/><rect width="448" height="80" x="32" y="48" rx="12" ry="12"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><rect width="448" height="80" x="32" y="48" rx="32" ry="32"/><path d="M74.45 160a8 8 0 0 0-8 8.83l26.31 252.56a1.5 1.5 0 0 0 0 .22A48 48 0 0 0 140.45 464h231.09a48 48 0 0 0 47.67-42.39v-.21l26.27-252.57a8 8 0 0 0-8-8.83Zm248.86 180.69a16 16 0 1 1-22.63 22.62L256 318.63l-44.69 44.68a16 16 0 0 1-22.63-22.62L233.37 296l-44.69-44.69a16 16 0 0 1 22.63-22.62L256 273.37l44.68-44.68a16 16 0 0 1 22.63 22.62L278.62 296Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="m112 112 20 320c.95 18.49 14.4 32 32 32h184c17.67 0 30.87-13.51 32-32l20-320" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="M80 112h352" stroke-linecap="round" stroke-miterlimit="10" class="ionicon-stroke-width"/><path d="M192 112V72h0a23.93 23.93 0 0 1 24-24h80a23.93 23.93 0 0 1 24 24h0v40M256 176v224M184 176l8 224M328 176l-8 224" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M296 64h-80a7.91 7.91 0 0 0-8 8v24h96V72a7.91 7.91 0 0 0-8-8" class="ionicon-fill-none"/><path d="M292 64h-72a4 4 0 0 0-4 4v28h80V68a4 4 0 0 0-4-4" class="ionicon-fill-none"/><path d="M447.55 96H336V48a16 16 0 0 0-16-16H192a16 16 0 0 0-16 16v48H64.45L64 136h33l20.09 314A32 32 0 0 0 149 480h214a32 32 0 0 0 31.93-29.95L415 136h33ZM176 416l-9-256h33l9 256Zm96 0h-32V160h32Zm24-320h-80V68a4 4 0 0 1 4-4h72a4 4 0 0 1 4 4Zm40 320h-33l9-256h33Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M296 64h-80a7.91 7.91 0 0 0-8 8v24h96V72a7.91 7.91 0 0 0-8-8" class="ionicon-fill-none"/><path d="M432 96h-96V72a40 40 0 0 0-40-40h-80a40 40 0 0 0-40 40v24H80a16 16 0 0 0 0 32h17l19 304.92c1.42 26.85 22 47.08 48 47.08h184c26.13 0 46.3-19.78 48-47l19-305h17a16 16 0 0 0 0-32M192.57 416H192a16 16 0 0 1-16-15.43l-8-224a16 16 0 1 1 32-1.14l8 224A16 16 0 0 1 192.57 416M272 400a16 16 0 0 1-32 0V176a16 16 0 0 1 32 0Zm32-304h-96V72a7.91 7.91 0 0 1 8-8h80a7.91 7.91 0 0 1 8 8Zm32 304.57A16 16 0 0 1 320 416h-.58A16 16 0 0 1 304 399.43l8-224a16 16 0 1 1 32 1.14Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M352 368h112V256" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="m48 144 121.37 121.37a32 32 0 0 0 45.26 0l50.74-50.74a32 32 0 0 1 45.26 0L448 352" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M352 368h112V256" stroke-linecap="square" stroke-miterlimit="10" class="ionicon-fill-none ionicon-stroke-width"/><path d="m48 144 144 144 96-96 160 160" stroke-linecap="square" stroke-miterlimit="10" class="ionicon-fill-none ionicon-stroke-width"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M352 368h112V256" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="m48 144 121.37 121.37a32 32 0 0 0 45.26 0l50.74-50.74a32 32 0 0 1 45.26 0L448 352" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M352 144h112v112" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="m48 368 121.37-121.37a32 32 0 0 1 45.26 0l50.74 50.74a32 32 0 0 0 45.26 0L448 160" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M352 144h112v112" stroke-linecap="square" stroke-miterlimit="10" class="ionicon-fill-none ionicon-stroke-width"/><path d="m48 368 144-144 96 96 160-160" stroke-linecap="square" stroke-miterlimit="10" class="ionicon-fill-none ionicon-stroke-width"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M352 144h112v112" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="m48 368 121.37-121.37a32 32 0 0 1 45.26 0l50.74 50.74a32 32 0 0 0 45.26 0L448 160" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M48 448 256 64l208 384z" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M256 32 20 464h472z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M464 464H48a16 16 0 0 1-14.07-23.62l208-384a16 16 0 0 1 28.14 0l208 384A16 16 0 0 1 464 464"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M176 464h160M256 464V336M384 224c0-50.64-.08-134.63-.12-160a16 16 0 0 0-16-16l-223.79.26a16 16 0 0 0-16 15.95c0 30.58-.13 129.17-.13 159.79 0 64.28 83 112 128 112S384 288.28 384 224" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="M128 96H48v16c0 55.22 33.55 112 80 112M384 96h80v16c0 55.22-33.55 112-80 112" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M399.9 80V32H112v48H32v38c0 32 9.5 62.79 26.76 86.61 13.33 18.4 34.17 31.1 52.91 37.21 5.44 29.29 20.2 57.13 50.19 79.83 22 16.66 48.45 28.87 72.14 33.86V436h-74v44h192v-44h-74v-80.49c23.69-5 50.13-17.2 72.14-33.86 30-22.7 44.75-50.54 50.19-79.83 18.74-6.11 39.58-18.81 52.91-37.21C470.5 180.79 480 150 480 118V80ZM94.4 178.8c-10.68-14.68-17.17-34.4-18.24-54.8H112v67.37c-3.94-1.14-12.92-6.12-17.6-12.57m323.2 0c-4.6 6.61-11.6 12.58-17.6 12.58 0-22.4 0-46.29-.05-67.38h35.9c-1.08 20.4-7.85 39.9-18.25 54.8"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M464 80h-60.1a4 4 0 0 1-4-4V63.92a32 32 0 0 0-32-31.92l-223.79.26a32 32 0 0 0-31.94 31.93V76a4 4 0 0 1-4 4H48a16 16 0 0 0-16 16v16c0 54.53 30 112.45 76.52 125.35a7.82 7.82 0 0 1 5.55 5.9c5.77 26.89 23.52 52.5 51.41 73.61 20.91 15.83 45.85 27.5 68.27 32.48a8 8 0 0 1 6.25 7.8V444a4 4 0 0 1-4 4h-59.55c-8.61 0-16 6.62-16.43 15.23A16 16 0 0 0 176 480h159.55c8.61 0 16-6.62 16.43-15.23A16 16 0 0 0 336 448h-60a4 4 0 0 1-4-4v-86.86a8 8 0 0 1 6.25-7.8c22.42-5 47.36-16.65 68.27-32.48 27.89-21.11 45.64-46.72 51.41-73.61a7.82 7.82 0 0 1 5.55-5.9C450 224.45 480 166.53 480 112V96a16 16 0 0 0-16-16M112 198.22a4 4 0 0 1-6 3.45c-10.26-6.11-17.75-15.37-22.14-21.89-11.91-17.69-19-40.67-19.79-63.63a4 4 0 0 1 4-4.15h40a4 4 0 0 1 4 4c-.02 27.45-.07 58.87-.07 82.22m316.13-18.44c-4.39 6.52-11.87 15.78-22.13 21.89a4 4 0 0 1-6-3.46c0-26.51 0-56.63-.05-82.21a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4.15c-.79 22.96-7.9 45.94-19.81 63.63Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><rect width="448" height="272" x="32" y="96" rx="32.14" ry="32.14" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="M128 416h256" stroke-linecap="round" stroke-miterlimit="10" class="ionicon-stroke-width"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M488 384H24a8 8 0 0 1-8-8V88a8 8 0 0 1 8-8h464a8 8 0 0 1 8 8v288a8 8 0 0 1-8 8"/><rect width="288" height="32" x="112" y="400" rx="4" ry="4"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M447.86 384H64.14A48.2 48.2 0 0 1 16 335.86V128.14A48.2 48.2 0 0 1 64.14 80h383.72A48.2 48.2 0 0 1 496 128.14v207.72A48.2 48.2 0 0 1 447.86 384"/><path d="M128 416h256" stroke-linecap="round" stroke-miterlimit="10" class="ionicon-stroke-width"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M256 272v160a32 32 0 0 1-32 32h0a32 32 0 0 1-32-32M464 272c0-114.88-93.12-208-208-208S48 157.12 48 272h0a67.88 67.88 0 0 1 96 0h0a78.28 78.28 0 0 1 102.31-7.27L256 272l9.69-7.27A78.28 78.28 0 0 1 368 272h0a67.88 67.88 0 0 1 96 0M256 64V48" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="m128.93 280-.26-.3c-.9-.74-1.83-1.43-2.77-2.1ZM383.08 280l2.62-2.12c-.79.58-1.57 1.17-2.34 1.79Z"/><path d="M463.14 186.44A224.55 224.55 0 0 0 272 48.57V32h-32v16.57A223.58 223.58 0 0 0 32 272v22.52l12.25-11.21a62.63 62.63 0 0 1 81.43-5.88l.22.17c.94.67 1.87 1.36 2.77 2.1q2.09 1.69 4 3.61L144 294.63l11.31-11.32a62.59 62.59 0 0 1 81.4-5.78L240 280v152a16 16 0 0 1-32 0v-16h-32v16a48 48 0 0 0 96 0V280l3.29-2.47a62.59 62.59 0 0 1 81.4 5.78L368 294.63l11.31-11.32q1.95-1.94 4.05-3.64c.77-.62 1.55-1.21 2.34-1.79l.26-.21c24.63-18.47 60-16.13 81.81 5.64l12.23 11.2V272a223.6 223.6 0 0 0-16.86-85.56"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M414.39 113.61a222.26 222.26 0 0 0-136.33-64.54 8.09 8.09 0 0 1-6.88-5.62 15.79 15.79 0 0 0-30.36 0 8.09 8.09 0 0 1-6.88 5.62A224 224 0 0 0 32 271.52a16.41 16.41 0 0 0 7.24 13.87 16 16 0 0 0 20.07-2.08 51.89 51.89 0 0 1 73.31-.06 15.94 15.94 0 0 0 22.6.15 62.59 62.59 0 0 1 81.49-5.87 8.24 8.24 0 0 1 3.29 6.59v147.42c0 8.6-6.6 16-15.19 16.44A16 16 0 0 1 208 432a16 16 0 0 0-16.29-16c-9 .16-15.9 8.11-15.7 17.1a48.06 48.06 0 0 0 47.37 46.9c26.88.34 48.62-21.93 48.62-48.81V284.12a8.24 8.24 0 0 1 3.29-6.59 62.59 62.59 0 0 1 81.4 5.78 16 16 0 0 0 22.62 0 51.91 51.91 0 0 1 73.38 0 16 16 0 0 0 19.54 2.41 16.4 16.4 0 0 0 7.77-14.21 222.54 222.54 0 0 0-65.61-157.9"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="36" d="M208 352h-64a96 96 0 0 1 0-192h64M304 160h64a96 96 0 0 1 0 192h-64" class="ionicon-fill-none"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path stroke-linecap="square" stroke-linejoin="round" stroke-width="48" d="M200.66 352H144a96 96 0 0 1 0-192h55.41M312.59 160H368a96 96 0 0 1 0 192h-56.66" class="ionicon-fill-none"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="M200.66 352H144a96 96 0 0 1 0-192h55.41M312.59 160H368a96 96 0 0 1 0 192h-56.66" class="ionicon-fill-none"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path stroke-linecap="round" stroke-linejoin="round" d="M374.79 308.78 457.5 367a16 16 0 0 0 22.5-14.62V159.62A16 16 0 0 0 457.5 145l-82.71 58.22A16 16 0 0 0 368 216.3v79.4a16 16 0 0 0 6.79 13.08" class="ionicon-fill-none ionicon-stroke-width"/><path stroke-linecap="round" stroke-miterlimit="10" d="M50.19 140.57A51.94 51.94 0 0 0 32 180v152a52.15 52.15 0 0 0 52 52h184a51.6 51.6 0 0 0 22-4.9M208 128h60.48A51.68 51.68 0 0 1 320 179.52V248M416 416 80 80" class="ionicon-fill-none ionicon-stroke-width"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="m57.376 79.998 22.627-22.627 358.63 358.63-22.627 22.628zM32 112a16 16 0 0 0-16 16v256a16 16 0 0 0 16 16h288a15.9 15.9 0 0 0 9.34-3l-285-285ZM336 208v-80a16 16 0 0 0-16-16H179.63l245.44 245.44L496 400V112Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M336 179.52A67.52 67.52 0 0 0 268.48 112h-79.2a4 4 0 0 0-2.82 6.83l142.71 142.71a4 4 0 0 0 6.83-2.82ZM16 180v152a68 68 0 0 0 68 68h184a67.66 67.66 0 0 0 42.84-15.24 4 4 0 0 0 .33-6L54.41 122a4 4 0 0 0-4.87-.62A68 68 0 0 0 16 180M464 384.39a32 32 0 0 1-13-2.77 15.8 15.8 0 0 1-2.71-1.54l-82.71-58.22A32 32 0 0 1 352 295.7v-79.4a32 32 0 0 1 13.58-26.16l82.71-58.22a15.8 15.8 0 0 1 2.71-1.54 32 32 0 0 1 45 29.24v192.76a32 32 0 0 1-32 32Z"/><path stroke-linecap="round" stroke-miterlimit="10" d="M416 416 80 80" class="ionicon-fill-none ionicon-stroke-width"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M374.79 308.78 457.5 367a16 16 0 0 0 22.5-14.62V159.62A16 16 0 0 0 457.5 145l-82.71 58.22A16 16 0 0 0 368 216.3v79.4a16 16 0 0 0 6.79 13.08" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="M268 384H84a52.15 52.15 0 0 1-52-52V180a52.15 52.15 0 0 1 52-52h184.48A51.68 51.68 0 0 1 320 179.52V332a52.15 52.15 0 0 1-52 52Z" stroke-miterlimit="10" class="ionicon-fill-none ionicon-stroke-width"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M336 208v-80a16 16 0 0 0-16-16H32a16 16 0 0 0-16 16v256a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-80l160 96V112Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M464 384.39a32 32 0 0 1-13-2.77 15.8 15.8 0 0 1-2.71-1.54l-82.71-58.22A32 32 0 0 1 352 295.7v-79.4a32 32 0 0 1 13.58-26.16l82.71-58.22a15.8 15.8 0 0 1 2.71-1.54 32 32 0 0 1 45 29.24v192.76a32 32 0 0 1-32 32ZM268 400H84a68.07 68.07 0 0 1-68-68V180a68.07 68.07 0 0 1 68-68h184.48A67.6 67.6 0 0 1 336 179.52V332a68.07 68.07 0 0 1-68 68"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M126 192H56a8 8 0 0 0-8 8v112a8 8 0 0 0 8 8h69.65a15.93 15.93 0 0 1 10.14 3.54l91.47 74.89A8 8 0 0 0 240 392V120a8 8 0 0 0-12.74-6.43l-91.47 74.89A15 15 0 0 1 126 192M320 320c9.74-19.38 16-40.84 16-64 0-23.48-6-44.42-16-64M368 368c19.48-33.92 32-64.06 32-112s-12-77.74-32-112M416 416c30-46 48-91.43 48-160s-18-113-48-160" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M320 320c9.74-19.38 16-40.84 16-64 0-23.48-6-44.42-16-64M368 368c19.48-33.92 32-64.06 32-112s-12-77.74-32-112M416 416c30-46 48-91.43 48-160s-18-113-48-160" stroke-linecap="square" stroke-miterlimit="10" class="ionicon-fill-none ionicon-stroke-width"/><path d="M125.65 176.1H32v159.8h93.65L256 440V72z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M232 416a23.88 23.88 0 0 1-14.2-4.68 8 8 0 0 1-.66-.51L125.76 336H56a24 24 0 0 1-24-24V200a24 24 0 0 1 24-24h69.75l91.37-74.81a8 8 0 0 1 .66-.51A24 24 0 0 1 256 120v272a24 24 0 0 1-24 24M320 336a16 16 0 0 1-14.29-23.19c9.49-18.87 14.3-38 14.3-56.81 0-19.38-4.66-37.94-14.25-56.73a16 16 0 0 1 28.5-14.54C346.19 208.12 352 231.44 352 256c0 23.86-6 47.81-17.7 71.19A16 16 0 0 1 320 336"/><path d="M368 384a16 16 0 0 1-13.86-24C373.05 327.09 384 299.51 384 256c0-44.17-10.93-71.56-29.82-103.94a16 16 0 0 1 27.64-16.12C402.92 172.11 416 204.81 416 256c0 50.43-13.06 83.29-34.13 120a16 16 0 0 1-13.87 8"/><path d="M416 432a16 16 0 0 1-13.39-24.74C429.85 365.47 448 323.76 448 256c0-66.5-18.18-108.62-45.49-151.39a16 16 0 1 1 27-17.22C459.81 134.89 480 181.74 480 256c0 64.75-14.66 113.63-50.6 168.74A16 16 0 0 1 416 432"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M189.65 192H120a8 8 0 0 0-8 8v112a8 8 0 0 0 8 8h69.65a16 16 0 0 1 10.14 3.63l91.47 75a8 8 0 0 0 12.74-6.46V119.83a8 8 0 0 0-12.74-6.44l-91.47 75a16 16 0 0 1-10.14 3.61M384 320c9.74-19.41 16-40.81 16-64 0-23.51-6-44.4-16-64" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="m391.12 341.48-28.6-14.36 7.18-14.3c9.49-18.9 14.3-38 14.3-56.82 0-19.36-4.66-37.92-14.25-56.73L362.48 185 391 170.48l7.26 14.25C410.2 208.16 416 231.47 416 256c0 23.83-6 47.78-17.7 71.18ZM189.65 176.1H96v159.8h93.65L320 440V72z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M296 416.19a23.92 23.92 0 0 1-14.21-4.69l-.66-.51-91.46-75H120a24 24 0 0 1-24-24V200a24 24 0 0 1 24-24h69.65l91.46-75 .66-.51A24 24 0 0 1 320 119.83v272.34a24 24 0 0 1-24 24ZM384 336a16 16 0 0 1-14.29-23.18c9.49-18.9 14.3-38 14.3-56.82 0-19.36-4.66-37.92-14.25-56.73a16 16 0 0 1 28.5-14.54C410.2 208.16 416 231.47 416 256c0 23.83-6 47.78-17.7 71.18A16 16 0 0 1 384 336"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M157.65 192H88a8 8 0 0 0-8 8v112a8 8 0 0 0 8 8h69.65a16 16 0 0 1 10.14 3.63l91.47 75a8 8 0 0 0 12.74-6.46V119.83a8 8 0 0 0-12.74-6.44l-91.47 75a16 16 0 0 1-10.14 3.61M352 320c9.74-19.41 16-40.81 16-64 0-23.51-6-44.4-16-64M400 368c19.48-34 32-64 32-112s-12-77.7-32-112" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M157.65 176.1H64v159.8h93.65L288 440V72z"/><path d="M352 320c9.74-19.41 16-40.81 16-64 0-23.51-6-44.4-16-64M400 368c19.48-34 32-64 32-112s-12-77.7-32-112" stroke-linecap="square" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M264 416.19a23.92 23.92 0 0 1-14.21-4.69l-.66-.51-91.46-75H88a24 24 0 0 1-24-24V200a24 24 0 0 1 24-24h69.65l91.46-75 .66-.51A24 24 0 0 1 288 119.83v272.34a24 24 0 0 1-24 24ZM352 336a16 16 0 0 1-14.29-23.18c9.49-18.9 14.3-38 14.3-56.82 0-19.36-4.66-37.92-14.25-56.73a16 16 0 0 1 28.5-14.54C378.2 208.16 384 231.47 384 256c0 23.83-6 47.78-17.7 71.18A16 16 0 0 1 352 336"/><path d="M400 384a16 16 0 0 1-13.87-24C405 327.05 416 299.45 416 256c0-44.12-10.94-71.52-29.83-103.95A16 16 0 0 1 413.83 136C434.92 172.16 448 204.88 448 256c0 50.36-13.06 83.24-34.12 120a16 16 0 0 1-13.88 8"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M416 432 64 80" stroke-linecap="round" stroke-miterlimit="10" class="ionicon-fill-none ionicon-stroke-width"/><path d="M224 136.92v33.8a4 4 0 0 0 1.17 2.82l24 24a4 4 0 0 0 6.83-2.82v-74.15a24.53 24.53 0 0 0-12.67-21.72 23.91 23.91 0 0 0-25.55 1.83 8 8 0 0 0-.66.51l-31.94 26.15a4 4 0 0 0-.29 5.92l17.05 17.06a4 4 0 0 0 5.37.26ZM224 375.08l-78.07-63.92a32 32 0 0 0-20.28-7.16H64v-96h50.72a4 4 0 0 0 2.82-6.83l-24-24a4 4 0 0 0-2.82-1.17H56a24 24 0 0 0-24 24v112a24 24 0 0 0 24 24h69.76l91.36 74.8a8 8 0 0 0 .66.51 23.93 23.93 0 0 0 25.85 1.69A24.49 24.49 0 0 0 256 391.45v-50.17a4 4 0 0 0-1.17-2.82l-24-24a4 4 0 0 0-6.83 2.82ZM352 256c0-24.56-5.81-47.88-17.75-71.27a16 16 0 0 0-28.5 14.54C315.34 218.06 320 236.62 320 256q0 4-.31 8.13a8 8 0 0 0 2.32 6.25l19.66 19.67a4 4 0 0 0 6.75-2A147 147 0 0 0 352 256M416 256c0-51.19-13.08-83.89-34.18-120.06a16 16 0 0 0-27.64 16.12C373.07 184.44 384 211.83 384 256c0 23.83-3.29 42.88-9.37 60.65a8 8 0 0 0 1.9 8.26l16.77 16.76a4 4 0 0 0 6.52-1.27C410.09 315.88 416 289.91 416 256"/><path d="M480 256c0-74.26-20.19-121.11-50.51-168.61a16 16 0 1 0-27 17.22C429.82 147.38 448 189.5 448 256c0 47.45-8.9 82.12-23.59 113a4 4 0 0 0 .77 4.55L443 391.39a4 4 0 0 0 6.4-1C470.88 348.22 480 307 480 256"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M416 432 64 80" stroke-linecap="square" stroke-miterlimit="10" class="ionicon-fill-none ionicon-stroke-width"/><path d="M352 256c0-24.56-5.81-47.88-17.75-71.27L327 170.47 298.48 185l7.27 14.25C315.34 218.06 320 236.62 320 256a113 113 0 0 1-.63 11.74l27.32 27.32A148.8 148.8 0 0 0 352 256M416 256c0-51.19-13.08-83.89-34.18-120.06l-8.06-13.82-27.64 16.12 8.06 13.82C373.07 184.44 384 211.83 384 256c0 25.93-3.89 46.21-11 65.33l24.5 24.51C409.19 319.68 416 292.42 416 256"/><path d="M480 256c0-74.26-20.19-121.11-50.51-168.61l-8.61-13.49-27 17.22 8.61 13.49C429.82 147.38 448 189.5 448 256c0 48.76-9.4 84-24.82 115.55l23.7 23.7C470.16 351.39 480 309 480 256M256 72l-73.6 58.78 73.6 73.59zM32 176.1v159.8h93.65L256 440V339.63L92.47 176.1z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M416 432 64 80" stroke-linecap="round" stroke-miterlimit="10" class="ionicon-fill-none ionicon-stroke-width"/><path d="M243.33 98.86a23.89 23.89 0 0 0-25.55 1.82l-.66.51-28.52 23.35a8 8 0 0 0-.59 11.85l54.33 54.33a8 8 0 0 0 13.66-5.66v-64.49a24.51 24.51 0 0 0-12.67-21.71M251.33 335.29 96.69 180.69A16 16 0 0 0 85.38 176H56a24 24 0 0 0-24 24v112a24 24 0 0 0 24 24h69.76l92 75.31a23.9 23.9 0 0 0 25.87 1.69A24.51 24.51 0 0 0 256 391.45v-44.86a16 16 0 0 0-4.67-11.3M352 256c0-24.56-5.81-47.87-17.75-71.27a16 16 0 1 0-28.5 14.55C315.34 218.06 320 236.62 320 256q0 4-.31 8.13a8 8 0 0 0 2.32 6.25l14.36 14.36a8 8 0 0 0 13.55-4.31A146 146 0 0 0 352 256M416 256c0-51.18-13.08-83.89-34.18-120.06a16 16 0 0 0-27.64 16.12C373.07 184.44 384 211.83 384 256c0 23.83-3.29 42.88-9.37 60.65a8 8 0 0 0 1.9 8.26L389 337.4a8 8 0 0 0 13.13-2.79C411 311.76 416 287.26 416 256"/><path d="M480 256c0-74.25-20.19-121.11-50.51-168.61a16 16 0 1 0-27 17.22C429.82 147.38 448 189.5 448 256c0 46.19-8.43 80.27-22.43 110.53a8 8 0 0 0 1.59 9l11.92 11.92a8 8 0 0 0 12.92-2.16C471.6 344.9 480 305 480 256"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M237.65 192H168a8 8 0 0 0-8 8v112a8 8 0 0 0 8 8h69.65a16 16 0 0 1 10.14 3.63l91.47 75a8 8 0 0 0 12.74-6.46V119.83a8 8 0 0 0-12.74-6.44l-91.47 75a16 16 0 0 1-10.14 3.61" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M237.65 176.1H144v159.8h93.65L368 440V72z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M344 416a23.92 23.92 0 0 1-14.21-4.69c-.23-.16-.44-.33-.66-.51l-91.46-74.9H168a24 24 0 0 1-24-24V200.07a24 24 0 0 1 24-24h69.65l91.46-74.9c.22-.18.43-.35.66-.51A24 24 0 0 1 368 120v272a24 24 0 0 1-24 24"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="m314.21 482.32-56.77-114.74-44.89-57.39a72.8 72.8 0 0 1-10.13-37.05V144h15.67a40.22 40.22 0 0 1 40.23 40.22v183.36M127.9 293.05v-74.52S165.16 144 202.42 144M370.1 274.42 304 231M170.53 478.36 224 400" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><circle cx="258.32" cy="69.48" r="37.26" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="m315.09 481.38-56.95-115.12-45-57.56a73.1 73.1 0 0 1-10.16-37.17V142h15.73A40.36 40.36 0 0 1 259 182.32v162.52" stroke-linecap="square" stroke-linejoin="round" class="ionicon-stroke-width"/><path d="M128.18 291.5v-74.77l64.95-65.1" stroke-linecap="square" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="m376.35 295.73-83.95-56.38v-44.68l104.68 72.95zM175.13 498.58l-21.43-26.91 80.33-81.54 15.53 32.07z"/><circle cx="259.02" cy="67.21" r="37.38" stroke-linecap="square" stroke-linejoin="round" stroke-width="16px"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="m312.55 479.9-56.42-114-44.62-57a72.37 72.37 0 0 1-10.06-36.9V143.64H217a40 40 0 0 1 40 40v182.21" stroke-linecap="round" stroke-linejoin="round" class="ionicon-stroke-width"/><path d="M127.38 291.78v-74.07s37-74.07 74.07-74.07" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="M368.09 291.78a18.5 18.5 0 0 1-10.26-3.11L297.7 250a21.18 21.18 0 0 1-9.7-17.79v-23.7a5.65 5.65 0 0 1 8.69-4.77l81.65 54.11a18.52 18.52 0 0 1-10.29 33.93ZM171.91 493.47a18.5 18.5 0 0 1-14.83-7.41c-6.14-8.18-4-17.18 3.7-25.92l59.95-74.66a7.41 7.41 0 0 1 10.76 2.06c1.56 2.54 3.38 5.65 5.19 9.09 5.24 9.95 6 16.11-1.68 25.7-8 10-52 67.44-52 67.44-2.62 2.98-7.23 3.7-11.09 3.7"/><circle cx="257" cy="69.56" r="37.04" stroke-linecap="round" stroke-linejoin="round" stroke-width="16px"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><rect width="416" height="288" x="48" y="144" rx="48" ry="48" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="M411.36 144v-30A50 50 0 0 0 352 64.9L88.64 109.85A50 50 0 0 0 48 159v49" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="M368 320a32 32 0 1 1 32-32 32 32 0 0 1-32 32"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M47.5 104H432V51.52a16 16 0 0 0-19.14-15.69l-368 60.48a16 16 0 0 0-12 10.47A39.7 39.7 0 0 1 47.5 104M463.5 128h-416a16 16 0 0 0-16 16v288a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V144a16 16 0 0 0-16-16M368 320a32 32 0 1 1 32-32 32 32 0 0 1-32 32"/><path d="M31.33 259.5V116c0-12.33 5.72-18.48 15.42-20 35.2-5.53 108.58-8.5 108.58-8.5s-8.33 16-27.33 16V128c18.5 0 31.33 23.5 31.33 23.5L84.83 236Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M95.5 104h320a88 88 0 0 1 11.18.71 66 66 0 0 0-77.51-55.56L86 94.08h-.3a66 66 0 0 0-41.07 26.13A87.57 87.57 0 0 1 95.5 104M415.5 128h-320a64.07 64.07 0 0 0-64 64v192a64.07 64.07 0 0 0 64 64h320a64.07 64.07 0 0 0 64-64V192a64.07 64.07 0 0 0-64-64M368 320a32 32 0 1 1 32-32 32 32 0 0 1-32 32"/><path d="M32 259.5V160c0-21.67 12-58 53.65-65.87C121 87.5 156 87.5 156 87.5s23 16 4 16-18.5 24.5 0 24.5 0 23.5 0 23.5L85.5 236Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M85.57 446.25h340.86a32 32 0 0 0 28.17-47.17L284.18 82.58c-12.09-22.44-44.27-22.44-56.36 0L57.4 399.08a32 32 0 0 0 28.17 47.17" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="m250.26 195.39 5.74 122 5.73-121.95a5.74 5.74 0 0 0-5.79-6h0a5.74 5.74 0 0 0-5.68 5.95" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="M256 397.25a20 20 0 1 1 20-20 20 20 0 0 1-20 20"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M479 447.77 268.43 56.64a8 8 0 0 0-14.09 0L43.73 447.77a8 8 0 0 0 7.05 11.79H472a8 8 0 0 0 7-11.79m-197.62-36.29h-40v-40h40Zm-4-63.92h-32l-6-160h44Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M449.07 399.08 278.64 82.58c-12.08-22.44-44.26-22.44-56.35 0L51.87 399.08A32 32 0 0 0 80 446.25h340.89a32 32 0 0 0 28.18-47.17m-198.6-1.83a20 20 0 1 1 20-20 20 20 0 0 1-20 20m21.72-201.15-5.74 122a16 16 0 0 1-32 0l-5.74-121.95a21.73 21.73 0 0 1 21.5-22.69h.21a21.74 21.74 0 0 1 21.73 22.7Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><rect width="288" height="288" x="112" y="112" rx="64" ry="64" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="M176 112V40a8 8 0 0 1 8-8h144a8 8 0 0 1 8 8v72M336 400v72a8 8 0 0 1-8 8H184a8 8 0 0 1-8-8v-72" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><rect width="240" height="240" x="136" y="136" rx="8" ry="8"/><path d="M384 96h-48V16H176v80h-48a32 32 0 0 0-32 32v256a32 32 0 0 0 32 32h48v80h160v-80h48a32 32 0 0 0 32-32V128a32 32 0 0 0-32-32m8 272a24 24 0 0 1-24 24H144a24 24 0 0 1-24-24V144a24 24 0 0 1 24-24h224a24 24 0 0 1 24 24Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><rect width="240" height="240" x="136" y="136" rx="56" ry="56"/><path d="M336 96V32a16 16 0 0 0-16-16H192a16 16 0 0 0-16 16v64a80.09 80.09 0 0 0-80 80v160a80.09 80.09 0 0 0 80 80v64a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-64a80.09 80.09 0 0 0 80-80V176a80.09 80.09 0 0 0-80-80m56 224a72.08 72.08 0 0 1-72 72H192a72.08 72.08 0 0 1-72-72V192a72.08 72.08 0 0 1 72-72h128a72.08 72.08 0 0 1 72 72Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M400 320c0 88.37-55.63 144-144 144s-144-55.63-144-144c0-94.83 103.23-222.85 134.89-259.88a12 12 0 0 1 18.23 0C296.77 97.15 400 225.17 400 320Z" stroke-miterlimit="10" class="ionicon-fill-none ionicon-stroke-width"/><path d="M344 328a72 72 0 0 1-72 72" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M256 43.91s-144 158.3-144 270.3c0 88.36 55.64 144 144 144s144-55.64 144-144c0-112-144-270.3-144-270.3m16 362.3v-24a60.07 60.07 0 0 0 60-60h24a84.09 84.09 0 0 1-84 84"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M265.12 60.12a12 12 0 0 0-18.23 0C215.23 97.15 112 225.17 112 320c0 88.37 55.64 144 144 144s144-55.63 144-144c0-94.83-103.23-222.85-134.88-259.88M272 412a12 12 0 0 1-11.34-16 11.89 11.89 0 0 1 11.41-8A60.06 60.06 0 0 0 332 328.07a11.89 11.89 0 0 1 8-11.41A12 12 0 0 1 356 328a84.09 84.09 0 0 1-84 84"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon ionicon-fill-none"><path stroke-linecap="round" stroke-linejoin="round" d="M318.586 363.5 256 424l-62.586-60.5S212 336 256 336s62.586 27.5 62.586 27.5M407.31 278 372 312s-41-46-116-46-116 46-116 46l-35.31-34S142.5 214 256 214s151.31 64 151.31 64" class="ionicon-stroke-width"/><path stroke-linecap="round" stroke-linejoin="round" d="m496 192-36.69 35.5S386.5 141 256 141 52.69 227.5 52.69 227.5L16 192S88 88 256 88s240 104 240 104" class="ionicon-stroke-width"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path fill-rule="evenodd" d="M337.78 362.819c-4.246-8.453-11.074-15.687-12.601-17.31-3.05-3.241-7.535-7.397-13.589-11.505-12.228-8.299-30.57-16.191-55.59-16.191s-43.362 7.892-55.59 16.191c-6.054 4.108-10.539 8.264-13.589 11.505a63 63 0 0 0-3.548 4.097c-.422.535-4.307 4.76-9.053 13.213L256 442z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M425.25 279.287s-7.995-10.229-15.703-18.928c-5.983-6.753-18.1-17.71-30.901-26.377-25.762-17.444-63.897-35.077-122.646-35.077s-96.884 17.633-122.646 35.077c-12.801 8.667-20.835 15.473-28.869 24.172S86.75 279.287 86.75 279.287l56.634 54.591 11.037-12.388.187-.201c.2-.211.549-.573 1.044-1.065a91 91 0 0 1 4.709-4.326c4.294-3.693 10.823-8.733 19.473-13.804C197.103 291.97 222.709 281.78 256 281.78s58.897 10.19 76.166 20.314c8.65 5.071 15.179 10.111 19.473 13.804a91 91 0 0 1 4.709 4.326c.495.492.844.854 1.044 1.065l.187.201.009.01 11.028 12.378z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M512 195.36s-4.5-8.36-11.85-16.485c-4.391-4.855-6.219-7.406-11.155-12.511-9.868-10.207-24.703-23.648-44.901-37.04C403.583 102.463 341.778 76 256 76s-147.583 26.463-188.094 53.324c-20.198 13.392-35.033 26.833-44.9 37.04-4.937 5.105-8.639 9.411-11.156 12.511-1.259 1.55-1.784 2.241-2.898 3.7C5.254 187.42 0 195.36 0 195.36l58.06 55.873 11.004-13.001.002-.004.002-.002.08-.092q.133-.154.469-.529c.447-.499 1.163-1.282 2.144-2.309 1.962-2.056 4.979-5.083 9.02-8.76 8.092-7.361 20.236-17.28 36.189-27.221 31.891-19.872 78.774-39.709 139.03-39.709s107.139 19.837 139.03 39.709c15.953 9.941 28.097 19.86 36.189 27.221 4.041 3.677 7.058 6.704 9.02 8.76a100 100 0 0 1 2.144 2.309q.336.375.469.529l.036.042.044.051.002.001.002.004 11.004 13.001z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path fill-rule="evenodd" d="M331.295 353.764c.131.181-.091-.13 0 0a46 46 0 0 0-1.039-1.365 64 64 0 0 0-3.618-4.17c-3.112-3.302-7.69-7.537-13.87-11.725C300.287 328.047 281.56 320 256 320s-44.287 8.047-56.768 16.504c-6.18 4.188-10.758 8.423-13.87 11.725a64 64 0 0 0-3.618 4.17c.264-.361-.43.544 0 0l-1.586 2.142a16 16 0 0 0 2.135 20.463l62.586 60.5c6.202 5.995 16.039 5.995 22.241 0l62.587-60.5a16 16 0 0 0 2.136-20.463z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M421.086 269.862c-.135-.218-.596-.966-.812-1.3a72 72 0 0 0-1.81-2.639c-1.552-2.163-3.813-5.096-6.861-8.536-6.099-6.88-15.362-15.802-28.417-24.637C356.915 214.969 315.967 198 256 198s-100.915 16.969-127.186 34.75c-13.055 8.835-22.318 17.757-28.417 24.637-3.049 3.44-5.31 6.373-6.861 8.536a71 71 0 0 0-1.81 2.639q-.324.502-.527.829l-.285.471a16 16 0 0 0 2.678 19.664l35.31 34a16 16 0 0 0 23.007-.84l.195-.209c.207-.219.565-.591 1.074-1.096a93 93 0 0 1 4.831-4.436c4.402-3.785 11.093-8.947 19.955-14.141C195.658 292.436 221.893 282 256 282s60.342 10.436 78.036 20.804c8.862 5.194 15.553 10.356 19.955 14.141a93 93 0 0 1 4.831 4.436 49 49 0 0 1 1.269 1.305l-.005-.006-.013-.015m0 0 .026.029a16.001 16.001 0 0 0 22.999.832l35.31-34a16 16 0 0 0 2.678-19.664" clip-rule="evenodd"/><path d="M507.974 181.264c.343.459 1.181 1.629 1.181 1.629a16 16 0 0 1-2.029 20.606l-36.69 35.5a16 16 0 0 1-23.345-1.17l-.003-.003-.085-.099q-.138-.16-.482-.548a108 108 0 0 0-2.197-2.379c-2.009-2.116-5.095-5.229-9.229-9.01-8.275-7.569-20.69-17.764-36.997-27.981C365.499 177.384 317.58 157 256 157s-109.499 20.384-142.098 40.809c-16.307 10.217-28.722 20.412-36.997 27.981-4.133 3.781-7.22 6.894-9.229 9.01a109 109 0 0 0-2.197 2.379q-.345.388-.482.548l-.047.054-.03.034-.004.006-.004.005-.004.004a16 16 0 0 1-23.344 1.169l-36.69-35.5a16 16 0 0 1-2.03-20.606l.011-.016.013-.017.03-.043.079-.113.24-.337q.295-.413.809-1.103c.686-.92 1.667-2.199 2.949-3.786 2.563-3.174 6.335-7.585 11.367-12.818 10.057-10.46 25.185-24.241 45.783-37.973C105.437 99.146 168.48 72 256 72s150.563 27.146 191.875 54.687c20.598 13.732 35.726 27.513 45.783 37.973 5.032 5.233 8.804 9.644 11.367 12.818a125 125 0 0 1 2.949 3.786"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M398.57 80H113.43v16S87.51 272 256 272 398.57 96 398.57 96ZM256 272v160" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="M352 432H160" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="M112 160h288" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M453 112V66.33H60.75V112l175.13 176v118H124.75v42H389v-42H277.88V288Zm-336.65-3.67h281l-37.81 38H154.16Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M414.56 94.92V80a16 16 0 0 0-16-16H113.44a16 16 0 0 0-16 16v14.92c-1.46 11.37-9.65 90.74 36.93 144.69 24.87 28.8 60.36 44.85 105.63 47.86V416h-80a16 16 0 0 0 0 32h192a16 16 0 0 0 0-32h-80V287.47c45.27-3 80.76-19.06 105.63-47.86 46.58-53.95 38.37-133.32 36.93-144.69m-285.3 3.41a15 15 0 0 0 .18-2.33h253.12a15 15 0 0 0 .18 2.33 202 202 0 0 1 0 45.67H129.32a204.3 204.3 0 0 1-.06-45.67"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M208 368v104a23.73 23.73 0 0 0 24 24h0a23.73 23.73 0 0 0 24-24" stroke-linecap="round" stroke-miterlimit="10" class="ionicon-fill-none ionicon-stroke-width"/><path d="M256 368v104a23.73 23.73 0 0 0 24 24h0a23.73 23.73 0 0 0 24-24V368M183 274a23.73 23.73 0 0 1-29.84 16.18h0a23.72 23.72 0 0 1-16.17-29.84l25-84.28A44.85 44.85 0 0 1 205 144h102a44.85 44.85 0 0 1 43 32.08l25 84.28a23.72 23.72 0 0 1-16.17 29.84h0a23.73 23.73 0 0 1-29.78-16.2" stroke-linecap="round" stroke-miterlimit="10" class="ionicon-fill-none ionicon-stroke-width"/><circle cx="256" cy="56" r="40" stroke-linecap="round" stroke-miterlimit="10" class="ionicon-fill-none ionicon-stroke-width"/><path d="m208 192-48 160h192l-48-160" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><circle cx="255.75" cy="56" r="56"/><path d="M310.28 191.4h.05l7.66-2.3 36.79 122.6 46-13.8-16.21-54.16c0-.12 0-.24-.07-.36l-16.84-56.12-4.71-15.74-.9-3H362l-2.51-8.45a44.84 44.84 0 0 0-43-32.08H195.24a44.84 44.84 0 0 0-43 32.08l-2.51 8.45h-.06l-.9 3-4.71 15.74-16.84 56.12c0 .12 0 .24-.07.36l-16.21 54.16 46 13.8 36.76-122.6 7.54 2.26L148.25 368h51.5v144h52V368h8v144h52V368h51.51Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><circle cx="255.75" cy="56" r="56"/><path d="m394.63 277.9-10.33-34.41v-.11l-22.46-74.86h-.05l-2.51-8.45a44.87 44.87 0 0 0-43-32.08h-120a44.84 44.84 0 0 0-43 32.08l-2.51 8.45h-.06l-22.46 74.86v.11l-10.37 34.41c-3.12 10.39 2.3 21.66 12.57 25.14a20 20 0 0 0 25.6-13.18l25.58-85.25 2.17-7.23a8 8 0 0 1 15.53 2.62 7.8 7.8 0 0 1-.17 1.61L155.43 347.4a16 16 0 0 0 15.32 20.6h29v114.69c0 16.46 10.53 29.31 24 29.31s24-12.85 24-29.31V368h16v114.69c0 16.46 10.53 29.31 24 29.31s24-12.85 24-29.31V368h30a16 16 0 0 0 15.33-20.6l-43.74-145.81a7.5 7.5 0 0 1-.16-1.59 8 8 0 0 1 15.54-2.63l2.17 7.23 25.57 85.25A20 20 0 0 0 382.05 303c10.27-3.44 15.69-14.71 12.58-25.1"/></svg>
@@ -66,7 +66,7 @@ export declare class Accordion implements ComponentInterface {
66
66
  * rotated when the accordion is expanded
67
67
  * or collapsed.
68
68
  */
69
- toggleIcon: any;
69
+ toggleIcon: string;
70
70
  /**
71
71
  * The slot inside of `ion-item` to
72
72
  * place the toggle icon. Defaults to `"end"`.
@@ -12,9 +12,15 @@ export declare class ActionSheet implements ComponentInterface, OverlayInterface
12
12
  private wrapperEl?;
13
13
  private groupEl?;
14
14
  private gesture?;
15
+ private hasRadioButtons;
15
16
  presented: boolean;
16
17
  lastFocus?: HTMLElement;
17
18
  animation?: any;
19
+ /**
20
+ * The ID of the currently active/selected radio button.
21
+ * Used for keyboard navigation and ARIA attributes.
22
+ */
23
+ activeRadioId?: string;
18
24
  el: HTMLIonActionSheetElement;
19
25
  /** @internal */
20
26
  overlayIndex: number;
@@ -38,6 +44,7 @@ export declare class ActionSheet implements ComponentInterface, OverlayInterface
38
44
  * An array of buttons for the action sheet.
39
45
  */
40
46
  buttons: (ActionSheetButton | string)[];
47
+ buttonsChanged(): void;
41
48
  /**
42
49
  * Additional classes to apply for custom CSS. If multiple classes are
43
50
  * provided they should be separated by spaces.
@@ -150,12 +157,42 @@ export declare class ActionSheet implements ComponentInterface, OverlayInterface
150
157
  onWillDismiss<T = any>(): Promise<OverlayEventDetail<T>>;
151
158
  private buttonClick;
152
159
  private callButtonHandler;
160
+ /**
161
+ * Get all buttons regardless of role.
162
+ */
153
163
  private getButtons;
164
+ /**
165
+ * Get all radio buttons (buttons with role="radio").
166
+ */
167
+ private getRadioButtons;
168
+ /**
169
+ * Handle radio button selection and update aria-checked state.
170
+ *
171
+ * @param button The radio button that was selected.
172
+ */
173
+ private selectRadioButton;
174
+ /**
175
+ * Get or generate an ID for a button.
176
+ *
177
+ * @param button The button for which to get the ID.
178
+ * @param index Optional index of the button in the buttons array.
179
+ * @returns The ID of the button.
180
+ */
181
+ private getButtonId;
154
182
  private onBackdropTap;
155
183
  private dispatchCancelHandler;
184
+ /**
185
+ * When the action sheet has radio buttons, we want to follow the
186
+ * keyboard navigation pattern for radio groups:
187
+ * - Arrow Down/Right: Move to the next radio button (wrap to first if at end)
188
+ * - Arrow Up/Left: Move to the previous radio button (wrap to last if at start)
189
+ * - Space/Enter: Select the focused radio button and trigger its handler
190
+ */
191
+ onKeydown(ev: KeyboardEvent): void;
156
192
  connectedCallback(): void;
157
193
  disconnectedCallback(): void;
158
194
  componentWillLoad(): void;
159
195
  componentDidLoad(): void;
196
+ private renderActionSheetButtons;
160
197
  render(): any;
161
198
  }