voyager-ionic-core 8.7.11 → 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 (993) hide show
  1. package/components/action-sheet.js +186 -5
  2. package/components/content.js +13 -3
  3. package/components/ion-accordion.js +1 -1
  4. package/components/ion-fab-button.js +1 -1
  5. package/components/ion-select.js +8 -3
  6. package/components/item.js +1 -1
  7. package/components/modal.js +97 -5
  8. package/components/overlays.js +11 -5
  9. package/components/popover.js +36 -2
  10. package/css/core.css +1 -1
  11. package/css/core.css.map +1 -1
  12. package/css/ionic.bundle.css +1 -1
  13. package/css/ionic.bundle.css.map +1 -1
  14. package/dist/cjs/index.cjs.js +1 -1
  15. package/dist/cjs/ion-action-sheet.cjs.entry.js +184 -5
  16. package/dist/cjs/ion-alert.cjs.entry.js +1 -1
  17. package/dist/cjs/ion-app_8.cjs.entry.js +12 -3
  18. package/dist/cjs/ion-datetime_3.cjs.entry.js +1 -1
  19. package/dist/cjs/ion-loading.cjs.entry.js +1 -1
  20. package/dist/cjs/ion-menu_3.cjs.entry.js +1 -1
  21. package/dist/cjs/ion-modal.cjs.entry.js +97 -6
  22. package/dist/cjs/ion-popover.cjs.entry.js +37 -3
  23. package/dist/cjs/ion-select-modal.cjs.entry.js +1 -1
  24. package/dist/cjs/ion-select_3.cjs.entry.js +9 -4
  25. package/dist/cjs/ion-toast.cjs.entry.js +1 -1
  26. package/dist/cjs/ionic.cjs.js +1 -1
  27. package/dist/cjs/loader.cjs.js +1 -1
  28. package/dist/cjs/{overlays-DxIZwUXI.js → overlays--dagG4QM.js} +11 -5
  29. package/dist/collection/components/accordion/accordion.js +3 -3
  30. package/dist/collection/components/action-sheet/action-sheet.js +199 -4
  31. package/dist/collection/components/content/content.js +32 -3
  32. package/dist/collection/components/fab-button/fab-button.js +3 -3
  33. package/dist/collection/components/item/item.js +3 -3
  34. package/dist/collection/components/modal/modal.js +97 -5
  35. package/dist/collection/components/popover/popover.js +36 -2
  36. package/dist/collection/components/select/select.js +8 -3
  37. package/dist/collection/utils/overlays.js +11 -5
  38. package/dist/docs.json +26 -20
  39. package/dist/esm/index.js +1 -1
  40. package/dist/esm/ion-action-sheet.entry.js +184 -5
  41. package/dist/esm/ion-alert.entry.js +1 -1
  42. package/dist/esm/ion-app_8.entry.js +12 -3
  43. package/dist/esm/ion-datetime_3.entry.js +1 -1
  44. package/dist/esm/ion-loading.entry.js +1 -1
  45. package/dist/esm/ion-menu_3.entry.js +1 -1
  46. package/dist/esm/ion-modal.entry.js +97 -6
  47. package/dist/esm/ion-popover.entry.js +37 -3
  48. package/dist/esm/ion-select-modal.entry.js +1 -1
  49. package/dist/esm/ion-select_3.entry.js +9 -4
  50. package/dist/esm/ion-toast.entry.js +1 -1
  51. package/dist/esm/ionic.js +1 -1
  52. package/dist/esm/loader.js +1 -1
  53. package/dist/esm/{overlays-BymNv-BL.js → overlays-DCabi1dI.js} +11 -5
  54. package/dist/ionic/index.esm.js +1 -1
  55. package/dist/ionic/ionic.esm.js +1 -1
  56. package/dist/ionic/p-071e8c1b.entry.js +4 -0
  57. package/dist/ionic/{p-7da39a4d.entry.js → p-07753df3.entry.js} +1 -1
  58. package/dist/ionic/{p-0b80d700.entry.js → p-0abeb0fc.entry.js} +1 -1
  59. package/dist/ionic/p-0bf76d0f.entry.js +4 -0
  60. package/dist/ionic/{p-cb93126d.entry.js → p-4b658a7c.entry.js} +1 -1
  61. package/dist/ionic/{p-98fc09eb.entry.js → p-576e0965.entry.js} +1 -1
  62. package/dist/ionic/p-60e0728c.entry.js +4 -0
  63. package/dist/ionic/p-75ae4733.entry.js +4 -0
  64. package/dist/ionic/p-C6F4hat2.js +4 -0
  65. package/dist/ionic/{p-83be404e.entry.js → p-a8ed848b.entry.js} +1 -1
  66. package/dist/ionic/p-c85a2127.entry.js +4 -0
  67. package/dist/ionic/{p-15193d01.entry.js → p-ec654c42.entry.js} +1 -1
  68. package/dist/ionic/svg/document-sharp.svg +1 -0
  69. package/dist/ionic/svg/document-text-outline.svg +1 -0
  70. package/dist/ionic/svg/document-text-sharp.svg +1 -0
  71. package/dist/ionic/svg/document-text.svg +1 -0
  72. package/dist/ionic/svg/document.svg +1 -0
  73. package/dist/ionic/svg/documents-outline.svg +1 -0
  74. package/dist/ionic/svg/documents-sharp.svg +1 -0
  75. package/dist/ionic/svg/documents.svg +1 -0
  76. package/dist/ionic/svg/download-outline.svg +1 -0
  77. package/dist/ionic/svg/download-sharp.svg +1 -0
  78. package/dist/ionic/svg/download.svg +1 -0
  79. package/dist/ionic/svg/duplicate-outline.svg +1 -0
  80. package/dist/ionic/svg/duplicate-sharp.svg +1 -0
  81. package/dist/ionic/svg/duplicate.svg +1 -0
  82. package/dist/ionic/svg/ear-outline.svg +1 -0
  83. package/dist/ionic/svg/ear-sharp.svg +1 -0
  84. package/dist/ionic/svg/ear.svg +1 -0
  85. package/dist/ionic/svg/earth-outline.svg +1 -0
  86. package/dist/ionic/svg/earth-sharp.svg +1 -0
  87. package/dist/ionic/svg/earth.svg +1 -0
  88. package/dist/ionic/svg/easel-outline.svg +1 -0
  89. package/dist/ionic/svg/easel-sharp.svg +1 -0
  90. package/dist/ionic/svg/easel.svg +1 -0
  91. package/dist/ionic/svg/egg-outline.svg +1 -0
  92. package/dist/ionic/svg/egg-sharp.svg +1 -0
  93. package/dist/ionic/svg/egg.svg +1 -0
  94. package/dist/ionic/svg/ellipse-outline.svg +1 -0
  95. package/dist/ionic/svg/ellipse-sharp.svg +1 -0
  96. package/dist/ionic/svg/ellipse.svg +1 -0
  97. package/dist/ionic/svg/ellipsis-horizontal-circle-outline.svg +1 -0
  98. package/dist/ionic/svg/ellipsis-horizontal-circle-sharp.svg +1 -0
  99. package/dist/ionic/svg/ellipsis-horizontal-circle.svg +1 -0
  100. package/dist/ionic/svg/ellipsis-horizontal-outline.svg +1 -0
  101. package/dist/ionic/svg/ellipsis-horizontal-sharp.svg +1 -0
  102. package/dist/ionic/svg/ellipsis-horizontal.svg +1 -0
  103. package/dist/ionic/svg/ellipsis-vertical-circle-outline.svg +1 -0
  104. package/dist/ionic/svg/ellipsis-vertical-circle-sharp.svg +1 -0
  105. package/dist/ionic/svg/ellipsis-vertical-circle.svg +1 -0
  106. package/dist/ionic/svg/ellipsis-vertical-outline.svg +1 -0
  107. package/dist/ionic/svg/ellipsis-vertical-sharp.svg +1 -0
  108. package/dist/ionic/svg/ellipsis-vertical.svg +1 -0
  109. package/dist/ionic/svg/enter-outline.svg +1 -0
  110. package/dist/ionic/svg/enter-sharp.svg +1 -0
  111. package/dist/ionic/svg/enter.svg +1 -0
  112. package/dist/ionic/svg/exit-outline.svg +1 -0
  113. package/dist/ionic/svg/exit-sharp.svg +1 -0
  114. package/dist/ionic/svg/exit.svg +1 -0
  115. package/dist/ionic/svg/expand-outline.svg +1 -0
  116. package/dist/ionic/svg/expand-sharp.svg +1 -0
  117. package/dist/ionic/svg/expand.svg +1 -0
  118. package/dist/ionic/svg/extension-puzzle-outline.svg +1 -0
  119. package/dist/ionic/svg/extension-puzzle-sharp.svg +1 -0
  120. package/dist/ionic/svg/extension-puzzle.svg +1 -0
  121. package/dist/ionic/svg/eye-off-outline.svg +1 -0
  122. package/dist/ionic/svg/eye-off-sharp.svg +1 -0
  123. package/dist/ionic/svg/eye-off.svg +1 -0
  124. package/dist/ionic/svg/eye-outline.svg +1 -0
  125. package/dist/ionic/svg/eye-sharp.svg +1 -0
  126. package/dist/ionic/svg/eye.svg +1 -0
  127. package/dist/ionic/svg/eyedrop-outline.svg +1 -0
  128. package/dist/ionic/svg/eyedrop-sharp.svg +1 -0
  129. package/dist/ionic/svg/eyedrop.svg +1 -0
  130. package/dist/ionic/svg/fast-food-outline.svg +1 -0
  131. package/dist/ionic/svg/fast-food-sharp.svg +1 -0
  132. package/dist/ionic/svg/fast-food.svg +1 -0
  133. package/dist/ionic/svg/female-outline.svg +1 -0
  134. package/dist/ionic/svg/female-sharp.svg +1 -0
  135. package/dist/ionic/svg/female.svg +1 -0
  136. package/dist/ionic/svg/file-tray-full-outline.svg +1 -0
  137. package/dist/ionic/svg/file-tray-full-sharp.svg +1 -0
  138. package/dist/ionic/svg/file-tray-full.svg +1 -0
  139. package/dist/ionic/svg/file-tray-outline.svg +1 -0
  140. package/dist/ionic/svg/file-tray-sharp.svg +1 -0
  141. package/dist/ionic/svg/file-tray-stacked-outline.svg +1 -0
  142. package/dist/ionic/svg/file-tray-stacked-sharp.svg +1 -0
  143. package/dist/ionic/svg/file-tray-stacked.svg +1 -0
  144. package/dist/ionic/svg/file-tray.svg +1 -0
  145. package/dist/ionic/svg/film-outline.svg +1 -0
  146. package/dist/ionic/svg/film-sharp.svg +1 -0
  147. package/dist/ionic/svg/film.svg +1 -0
  148. package/dist/ionic/svg/filter-circle-outline.svg +1 -0
  149. package/dist/ionic/svg/filter-circle-sharp.svg +1 -0
  150. package/dist/ionic/svg/filter-circle.svg +1 -0
  151. package/dist/ionic/svg/filter-outline.svg +1 -0
  152. package/dist/ionic/svg/filter-sharp.svg +1 -0
  153. package/dist/ionic/svg/filter.svg +1 -0
  154. package/dist/ionic/svg/finger-print-outline.svg +1 -0
  155. package/dist/ionic/svg/finger-print-sharp.svg +1 -0
  156. package/dist/ionic/svg/finger-print.svg +1 -0
  157. package/dist/ionic/svg/fish-outline.svg +1 -0
  158. package/dist/ionic/svg/fish-sharp.svg +1 -0
  159. package/dist/ionic/svg/fish.svg +1 -0
  160. package/dist/ionic/svg/fitness-outline.svg +1 -0
  161. package/dist/ionic/svg/fitness-sharp.svg +1 -0
  162. package/dist/ionic/svg/fitness.svg +1 -0
  163. package/dist/ionic/svg/flag-outline.svg +1 -0
  164. package/dist/ionic/svg/flag-sharp.svg +1 -0
  165. package/dist/ionic/svg/flag.svg +1 -0
  166. package/dist/ionic/svg/flame-outline.svg +1 -0
  167. package/dist/ionic/svg/flame-sharp.svg +1 -0
  168. package/dist/ionic/svg/flame.svg +1 -0
  169. package/dist/ionic/svg/flash-off-outline.svg +1 -0
  170. package/dist/ionic/svg/flash-off-sharp.svg +1 -0
  171. package/dist/ionic/svg/flash-off.svg +1 -0
  172. package/dist/ionic/svg/flash-outline.svg +1 -0
  173. package/dist/ionic/svg/flash-sharp.svg +1 -0
  174. package/dist/ionic/svg/flash.svg +1 -0
  175. package/dist/ionic/svg/flashlight-outline.svg +1 -0
  176. package/dist/ionic/svg/flashlight-sharp.svg +1 -0
  177. package/dist/ionic/svg/flashlight.svg +1 -0
  178. package/dist/ionic/svg/flask-outline.svg +1 -0
  179. package/dist/ionic/svg/flask-sharp.svg +1 -0
  180. package/dist/ionic/svg/flask.svg +1 -0
  181. package/dist/ionic/svg/flower-outline.svg +1 -0
  182. package/dist/ionic/svg/flower-sharp.svg +1 -0
  183. package/dist/ionic/svg/flower.svg +1 -0
  184. package/dist/ionic/svg/folder-open-outline.svg +1 -0
  185. package/dist/ionic/svg/folder-open-sharp.svg +1 -0
  186. package/dist/ionic/svg/folder-open.svg +1 -0
  187. package/dist/ionic/svg/folder-outline.svg +1 -0
  188. package/dist/ionic/svg/folder-sharp.svg +1 -0
  189. package/dist/ionic/svg/folder.svg +1 -0
  190. package/dist/ionic/svg/football-outline.svg +1 -0
  191. package/dist/ionic/svg/football-sharp.svg +1 -0
  192. package/dist/ionic/svg/football.svg +1 -0
  193. package/dist/ionic/svg/footsteps-outline.svg +1 -0
  194. package/dist/ionic/svg/footsteps-sharp.svg +1 -0
  195. package/dist/ionic/svg/footsteps.svg +1 -0
  196. package/dist/ionic/svg/funnel-outline.svg +1 -0
  197. package/dist/ionic/svg/funnel-sharp.svg +1 -0
  198. package/dist/ionic/svg/funnel.svg +1 -0
  199. package/dist/ionic/svg/game-controller-outline.svg +1 -0
  200. package/dist/ionic/svg/game-controller-sharp.svg +1 -0
  201. package/dist/ionic/svg/game-controller.svg +1 -0
  202. package/dist/ionic/svg/gift-outline.svg +1 -0
  203. package/dist/ionic/svg/gift-sharp.svg +1 -0
  204. package/dist/ionic/svg/gift.svg +1 -0
  205. package/dist/ionic/svg/git-branch-outline.svg +1 -0
  206. package/dist/ionic/svg/git-branch-sharp.svg +1 -0
  207. package/dist/ionic/svg/git-branch.svg +1 -0
  208. package/dist/ionic/svg/git-commit-outline.svg +1 -0
  209. package/dist/ionic/svg/git-commit-sharp.svg +1 -0
  210. package/dist/ionic/svg/git-commit.svg +1 -0
  211. package/dist/ionic/svg/git-compare-outline.svg +1 -0
  212. package/dist/ionic/svg/git-compare-sharp.svg +1 -0
  213. package/dist/ionic/svg/git-compare.svg +1 -0
  214. package/dist/ionic/svg/git-merge-outline.svg +1 -0
  215. package/dist/ionic/svg/git-merge-sharp.svg +1 -0
  216. package/dist/ionic/svg/git-merge.svg +1 -0
  217. package/dist/ionic/svg/git-network-outline.svg +1 -0
  218. package/dist/ionic/svg/git-network-sharp.svg +1 -0
  219. package/dist/ionic/svg/git-network.svg +1 -0
  220. package/dist/ionic/svg/git-pull-request-outline.svg +1 -0
  221. package/dist/ionic/svg/git-pull-request-sharp.svg +1 -0
  222. package/dist/ionic/svg/git-pull-request.svg +1 -0
  223. package/dist/ionic/svg/glasses-outline.svg +1 -0
  224. package/dist/ionic/svg/glasses-sharp.svg +1 -0
  225. package/dist/ionic/svg/glasses.svg +1 -0
  226. package/dist/ionic/svg/globe-outline.svg +1 -0
  227. package/dist/ionic/svg/globe-sharp.svg +1 -0
  228. package/dist/ionic/svg/globe.svg +1 -0
  229. package/dist/ionic/svg/golf-outline.svg +1 -0
  230. package/dist/ionic/svg/golf-sharp.svg +1 -0
  231. package/dist/ionic/svg/golf.svg +1 -0
  232. package/dist/ionic/svg/grid-outline.svg +1 -0
  233. package/dist/ionic/svg/grid-sharp.svg +1 -0
  234. package/dist/ionic/svg/grid.svg +1 -0
  235. package/dist/ionic/svg/hammer-outline.svg +1 -0
  236. package/dist/ionic/svg/hammer-sharp.svg +1 -0
  237. package/dist/ionic/svg/hammer.svg +1 -0
  238. package/dist/ionic/svg/hand-left-outline.svg +1 -0
  239. package/dist/ionic/svg/hand-left-sharp.svg +1 -0
  240. package/dist/ionic/svg/hand-left.svg +1 -0
  241. package/dist/ionic/svg/hand-right-outline.svg +1 -0
  242. package/dist/ionic/svg/hand-right-sharp.svg +1 -0
  243. package/dist/ionic/svg/hand-right.svg +1 -0
  244. package/dist/ionic/svg/happy-outline.svg +1 -0
  245. package/dist/ionic/svg/happy-sharp.svg +1 -0
  246. package/dist/ionic/svg/happy.svg +1 -0
  247. package/dist/ionic/svg/hardware-chip-outline.svg +1 -0
  248. package/dist/ionic/svg/hardware-chip-sharp.svg +1 -0
  249. package/dist/ionic/svg/hardware-chip.svg +1 -0
  250. package/dist/ionic/svg/headset-outline.svg +1 -0
  251. package/dist/ionic/svg/headset-sharp.svg +1 -0
  252. package/dist/ionic/svg/headset.svg +1 -0
  253. package/dist/ionic/svg/heart-circle-outline.svg +1 -0
  254. package/dist/ionic/svg/heart-circle-sharp.svg +1 -0
  255. package/dist/ionic/svg/heart-circle.svg +1 -0
  256. package/dist/ionic/svg/heart-dislike-circle-outline.svg +1 -0
  257. package/dist/ionic/svg/heart-dislike-circle-sharp.svg +1 -0
  258. package/dist/ionic/svg/heart-dislike-circle.svg +1 -0
  259. package/dist/ionic/svg/heart-dislike-outline.svg +1 -0
  260. package/dist/ionic/svg/heart-dislike-sharp.svg +1 -0
  261. package/dist/ionic/svg/heart-dislike.svg +1 -0
  262. package/dist/ionic/svg/heart-half-outline.svg +1 -0
  263. package/dist/ionic/svg/heart-half-sharp.svg +1 -0
  264. package/dist/ionic/svg/heart-half.svg +1 -0
  265. package/dist/ionic/svg/heart-outline.svg +1 -0
  266. package/dist/ionic/svg/heart-sharp.svg +1 -0
  267. package/dist/ionic/svg/heart.svg +1 -0
  268. package/dist/ionic/svg/help-buoy-outline.svg +1 -0
  269. package/dist/ionic/svg/help-buoy-sharp.svg +1 -0
  270. package/dist/ionic/svg/help-buoy.svg +1 -0
  271. package/dist/ionic/svg/help-circle-outline.svg +1 -0
  272. package/dist/ionic/svg/help-circle-sharp.svg +1 -0
  273. package/dist/ionic/svg/help-circle.svg +1 -0
  274. package/dist/ionic/svg/help-outline.svg +1 -0
  275. package/dist/ionic/svg/help-sharp.svg +1 -0
  276. package/dist/ionic/svg/help.svg +1 -0
  277. package/dist/ionic/svg/home-outline.svg +1 -0
  278. package/dist/ionic/svg/home-sharp.svg +1 -0
  279. package/dist/ionic/svg/home.svg +1 -0
  280. package/dist/ionic/svg/hourglass-outline.svg +1 -0
  281. package/dist/ionic/svg/hourglass-sharp.svg +1 -0
  282. package/dist/ionic/svg/hourglass.svg +1 -0
  283. package/dist/ionic/svg/ice-cream-outline.svg +1 -0
  284. package/dist/ionic/svg/ice-cream-sharp.svg +1 -0
  285. package/dist/ionic/svg/ice-cream.svg +1 -0
  286. package/dist/ionic/svg/id-card-outline.svg +1 -0
  287. package/dist/ionic/svg/id-card-sharp.svg +1 -0
  288. package/dist/ionic/svg/id-card.svg +1 -0
  289. package/dist/ionic/svg/image-outline.svg +1 -0
  290. package/dist/ionic/svg/image-sharp.svg +1 -0
  291. package/dist/ionic/svg/image.svg +1 -0
  292. package/dist/ionic/svg/images-outline.svg +1 -0
  293. package/dist/ionic/svg/images-sharp.svg +1 -0
  294. package/dist/ionic/svg/images.svg +1 -0
  295. package/dist/ionic/svg/infinite-outline.svg +1 -0
  296. package/dist/ionic/svg/infinite-sharp.svg +1 -0
  297. package/dist/ionic/svg/infinite.svg +1 -0
  298. package/dist/ionic/svg/information-circle-outline.svg +1 -0
  299. package/dist/ionic/svg/information-circle-sharp.svg +1 -0
  300. package/dist/ionic/svg/information-circle.svg +1 -0
  301. package/dist/ionic/svg/information-outline.svg +1 -0
  302. package/dist/ionic/svg/information-sharp.svg +1 -0
  303. package/dist/ionic/svg/information.svg +1 -0
  304. package/dist/ionic/svg/invert-mode-outline.svg +1 -0
  305. package/dist/ionic/svg/invert-mode-sharp.svg +1 -0
  306. package/dist/ionic/svg/invert-mode.svg +1 -0
  307. package/dist/ionic/svg/journal-outline.svg +1 -0
  308. package/dist/ionic/svg/journal-sharp.svg +1 -0
  309. package/dist/ionic/svg/journal.svg +1 -0
  310. package/dist/ionic/svg/key-outline.svg +1 -0
  311. package/dist/ionic/svg/key-sharp.svg +1 -0
  312. package/dist/ionic/svg/key.svg +1 -0
  313. package/dist/ionic/svg/keypad-outline.svg +1 -0
  314. package/dist/ionic/svg/keypad-sharp.svg +1 -0
  315. package/dist/ionic/svg/keypad.svg +1 -0
  316. package/dist/ionic/svg/language-outline.svg +1 -0
  317. package/dist/ionic/svg/language-sharp.svg +1 -0
  318. package/dist/ionic/svg/language.svg +1 -0
  319. package/dist/ionic/svg/laptop-outline.svg +1 -0
  320. package/dist/ionic/svg/laptop-sharp.svg +1 -0
  321. package/dist/ionic/svg/laptop.svg +1 -0
  322. package/dist/ionic/svg/layers-outline.svg +1 -0
  323. package/dist/ionic/svg/layers-sharp.svg +1 -0
  324. package/dist/ionic/svg/layers.svg +1 -0
  325. package/dist/ionic/svg/leaf-outline.svg +1 -0
  326. package/dist/ionic/svg/leaf-sharp.svg +1 -0
  327. package/dist/ionic/svg/leaf.svg +1 -0
  328. package/dist/ionic/svg/library-outline.svg +1 -0
  329. package/dist/ionic/svg/library-sharp.svg +1 -0
  330. package/dist/ionic/svg/library.svg +1 -0
  331. package/dist/ionic/svg/link-outline.svg +1 -0
  332. package/dist/ionic/svg/link-sharp.svg +1 -0
  333. package/dist/ionic/svg/link.svg +1 -0
  334. package/dist/ionic/svg/list-circle-outline.svg +1 -0
  335. package/dist/ionic/svg/list-circle-sharp.svg +1 -0
  336. package/dist/ionic/svg/list-circle.svg +1 -0
  337. package/dist/ionic/svg/list-outline.svg +1 -0
  338. package/dist/ionic/svg/list-sharp.svg +1 -0
  339. package/dist/ionic/svg/list.svg +1 -0
  340. package/dist/ionic/svg/locate-outline.svg +1 -0
  341. package/dist/ionic/svg/locate-sharp.svg +1 -0
  342. package/dist/ionic/svg/locate.svg +1 -0
  343. package/dist/ionic/svg/location-outline.svg +1 -0
  344. package/dist/ionic/svg/location-sharp.svg +1 -0
  345. package/dist/ionic/svg/location.svg +1 -0
  346. package/dist/ionic/svg/lock-closed-outline.svg +1 -0
  347. package/dist/ionic/svg/lock-closed-sharp.svg +1 -0
  348. package/dist/ionic/svg/lock-closed.svg +1 -0
  349. package/dist/ionic/svg/lock-open-outline.svg +1 -0
  350. package/dist/ionic/svg/lock-open-sharp.svg +1 -0
  351. package/dist/ionic/svg/lock-open.svg +1 -0
  352. package/dist/ionic/svg/log-in-outline.svg +1 -0
  353. package/dist/ionic/svg/log-in-sharp.svg +1 -0
  354. package/dist/ionic/svg/log-in.svg +1 -0
  355. package/dist/ionic/svg/log-out-outline.svg +1 -0
  356. package/dist/ionic/svg/log-out-sharp.svg +1 -0
  357. package/dist/ionic/svg/log-out.svg +1 -0
  358. package/dist/ionic/svg/logo-alipay.svg +1 -0
  359. package/dist/ionic/svg/logo-amazon.svg +1 -0
  360. package/dist/ionic/svg/logo-amplify.svg +1 -0
  361. package/dist/ionic/svg/logo-android.svg +1 -0
  362. package/dist/ionic/svg/logo-angular.svg +1 -0
  363. package/dist/ionic/svg/logo-appflow.svg +1 -0
  364. package/dist/ionic/svg/logo-apple-appstore.svg +1 -0
  365. package/dist/ionic/svg/logo-apple-ar.svg +1 -0
  366. package/dist/ionic/svg/logo-apple.svg +1 -0
  367. package/dist/ionic/svg/logo-behance.svg +1 -0
  368. package/dist/ionic/svg/logo-bitbucket.svg +1 -0
  369. package/dist/ionic/svg/logo-bitcoin.svg +1 -0
  370. package/dist/ionic/svg/logo-buffer.svg +1 -0
  371. package/dist/ionic/svg/logo-capacitor.svg +1 -0
  372. package/dist/ionic/svg/logo-chrome.svg +1 -0
  373. package/dist/ionic/svg/logo-closed-captioning.svg +1 -0
  374. package/dist/ionic/svg/logo-codepen.svg +1 -0
  375. package/dist/ionic/svg/logo-css3.svg +1 -0
  376. package/dist/ionic/svg/logo-designernews.svg +1 -0
  377. package/dist/ionic/svg/logo-deviantart.svg +1 -0
  378. package/dist/ionic/svg/logo-discord.svg +1 -0
  379. package/dist/ionic/svg/logo-docker.svg +1 -0
  380. package/dist/ionic/svg/logo-dribbble.svg +1 -0
  381. package/dist/ionic/svg/logo-dropbox.svg +1 -0
  382. package/dist/ionic/svg/logo-edge.svg +1 -0
  383. package/dist/ionic/svg/logo-electron.svg +1 -0
  384. package/dist/ionic/svg/logo-euro.svg +1 -0
  385. package/dist/ionic/svg/logo-facebook.svg +1 -0
  386. package/dist/ionic/svg/logo-figma.svg +1 -0
  387. package/dist/ionic/svg/logo-firebase.svg +1 -0
  388. package/dist/ionic/svg/logo-firefox.svg +1 -0
  389. package/dist/ionic/svg/logo-flickr.svg +1 -0
  390. package/dist/ionic/svg/logo-foursquare.svg +1 -0
  391. package/dist/ionic/svg/logo-github.svg +1 -0
  392. package/dist/ionic/svg/logo-gitlab.svg +1 -0
  393. package/dist/ionic/svg/logo-google-playstore.svg +1 -0
  394. package/dist/ionic/svg/logo-google.svg +1 -0
  395. package/dist/ionic/svg/logo-hackernews.svg +1 -0
  396. package/dist/ionic/svg/logo-html5.svg +1 -0
  397. package/dist/ionic/svg/logo-instagram.svg +1 -0
  398. package/dist/ionic/svg/logo-ionic.svg +1 -0
  399. package/dist/ionic/svg/logo-ionitron.svg +1 -0
  400. package/dist/ionic/svg/logo-javascript.svg +1 -0
  401. package/dist/ionic/svg/logo-laravel.svg +1 -0
  402. package/dist/ionic/svg/logo-linkedin.svg +1 -0
  403. package/dist/ionic/svg/logo-markdown.svg +1 -0
  404. package/dist/ionic/svg/logo-mastodon.svg +1 -0
  405. package/dist/ionic/svg/logo-medium.svg +1 -0
  406. package/dist/ionic/svg/logo-microsoft.svg +1 -0
  407. package/dist/ionic/svg/logo-no-smoking.svg +1 -0
  408. package/dist/ionic/svg/logo-nodejs.svg +1 -0
  409. package/dist/ionic/svg/logo-npm.svg +1 -0
  410. package/dist/ionic/svg/logo-octocat.svg +1 -0
  411. package/dist/ionic/svg/logo-paypal.svg +1 -0
  412. package/dist/ionic/svg/logo-pinterest.svg +1 -0
  413. package/dist/ionic/svg/logo-playstation.svg +1 -0
  414. package/dist/ionic/svg/logo-pwa.svg +1 -0
  415. package/dist/ionic/svg/logo-python.svg +1 -0
  416. package/dist/ionic/svg/logo-react.svg +1 -0
  417. package/dist/ionic/svg/logo-reddit.svg +1 -0
  418. package/dist/ionic/svg/logo-rss.svg +1 -0
  419. package/dist/ionic/svg/logo-sass.svg +1 -0
  420. package/dist/ionic/svg/logo-skype.svg +1 -0
  421. package/dist/ionic/svg/logo-slack.svg +1 -0
  422. package/dist/ionic/svg/logo-snapchat.svg +1 -0
  423. package/dist/ionic/svg/logo-soundcloud.svg +1 -0
  424. package/dist/ionic/svg/logo-stackoverflow.svg +1 -0
  425. package/dist/ionic/svg/logo-steam.svg +1 -0
  426. package/dist/ionic/svg/logo-stencil.svg +1 -0
  427. package/dist/ionic/svg/logo-tableau.svg +1 -0
  428. package/dist/ionic/svg/logo-threads.svg +1 -0
  429. package/dist/ionic/svg/logo-tiktok.svg +1 -0
  430. package/dist/ionic/svg/logo-trapeze.svg +1 -0
  431. package/dist/ionic/svg/logo-tumblr.svg +1 -0
  432. package/dist/ionic/svg/logo-tux.svg +1 -0
  433. package/dist/ionic/svg/logo-twitch.svg +1 -0
  434. package/dist/ionic/svg/logo-twitter.svg +1 -0
  435. package/dist/ionic/svg/logo-usd.svg +1 -0
  436. package/dist/ionic/svg/logo-venmo.svg +1 -0
  437. package/dist/ionic/svg/logo-vercel.svg +1 -0
  438. package/dist/ionic/svg/logo-vimeo.svg +1 -0
  439. package/dist/ionic/svg/logo-vk.svg +1 -0
  440. package/dist/ionic/svg/logo-vue.svg +1 -0
  441. package/dist/ionic/svg/logo-web-component.svg +1 -0
  442. package/dist/ionic/svg/logo-wechat.svg +1 -0
  443. package/dist/ionic/svg/logo-whatsapp.svg +1 -0
  444. package/dist/ionic/svg/logo-windows.svg +1 -0
  445. package/dist/ionic/svg/logo-wordpress.svg +1 -0
  446. package/dist/ionic/svg/logo-x.svg +1 -0
  447. package/dist/ionic/svg/logo-xbox.svg +1 -0
  448. package/dist/ionic/svg/logo-xing.svg +1 -0
  449. package/dist/ionic/svg/logo-yahoo.svg +1 -0
  450. package/dist/ionic/svg/logo-yen.svg +1 -0
  451. package/dist/ionic/svg/logo-youtube.svg +1 -0
  452. package/dist/ionic/svg/magnet-outline.svg +1 -0
  453. package/dist/ionic/svg/magnet-sharp.svg +1 -0
  454. package/dist/ionic/svg/magnet.svg +1 -0
  455. package/dist/ionic/svg/mail-open-outline.svg +1 -0
  456. package/dist/ionic/svg/mail-open-sharp.svg +1 -0
  457. package/dist/ionic/svg/mail-open.svg +1 -0
  458. package/dist/ionic/svg/mail-outline.svg +1 -0
  459. package/dist/ionic/svg/mail-sharp.svg +1 -0
  460. package/dist/ionic/svg/mail-unread-outline.svg +1 -0
  461. package/dist/ionic/svg/mail-unread-sharp.svg +1 -0
  462. package/dist/ionic/svg/mail-unread.svg +1 -0
  463. package/dist/ionic/svg/mail.svg +1 -0
  464. package/dist/ionic/svg/male-female-outline.svg +1 -0
  465. package/dist/ionic/svg/male-female-sharp.svg +1 -0
  466. package/dist/ionic/svg/male-female.svg +1 -0
  467. package/dist/ionic/svg/male-outline.svg +1 -0
  468. package/dist/ionic/svg/male-sharp.svg +1 -0
  469. package/dist/ionic/svg/male.svg +1 -0
  470. package/dist/ionic/svg/man-outline.svg +1 -0
  471. package/dist/ionic/svg/man-sharp.svg +1 -0
  472. package/dist/ionic/svg/man.svg +1 -0
  473. package/dist/ionic/svg/map-outline.svg +1 -0
  474. package/dist/ionic/svg/map-sharp.svg +1 -0
  475. package/dist/ionic/svg/map.svg +1 -0
  476. package/dist/ionic/svg/medal-outline.svg +1 -0
  477. package/dist/ionic/svg/medal-sharp.svg +1 -0
  478. package/dist/ionic/svg/medal.svg +1 -0
  479. package/dist/ionic/svg/medical-outline.svg +1 -0
  480. package/dist/ionic/svg/medical-sharp.svg +1 -0
  481. package/dist/ionic/svg/medical.svg +1 -0
  482. package/dist/ionic/svg/medkit-outline.svg +1 -0
  483. package/dist/ionic/svg/medkit-sharp.svg +1 -0
  484. package/dist/ionic/svg/medkit.svg +1 -0
  485. package/dist/ionic/svg/megaphone-outline.svg +1 -0
  486. package/dist/ionic/svg/megaphone-sharp.svg +1 -0
  487. package/dist/ionic/svg/megaphone.svg +1 -0
  488. package/dist/ionic/svg/menu-outline.svg +1 -0
  489. package/dist/ionic/svg/menu-sharp.svg +1 -0
  490. package/dist/ionic/svg/menu.svg +1 -0
  491. package/dist/ionic/svg/mic-circle-outline.svg +1 -0
  492. package/dist/ionic/svg/mic-circle-sharp.svg +1 -0
  493. package/dist/ionic/svg/mic-circle.svg +1 -0
  494. package/dist/ionic/svg/mic-off-circle-outline.svg +1 -0
  495. package/dist/ionic/svg/mic-off-circle-sharp.svg +1 -0
  496. package/dist/ionic/svg/mic-off-circle.svg +1 -0
  497. package/dist/ionic/svg/mic-off-outline.svg +1 -0
  498. package/dist/ionic/svg/mic-off-sharp.svg +1 -0
  499. package/dist/ionic/svg/mic-off.svg +1 -0
  500. package/dist/ionic/svg/mic-outline.svg +1 -0
  501. package/dist/ionic/svg/mic-sharp.svg +1 -0
  502. package/dist/ionic/svg/mic.svg +1 -0
  503. package/dist/ionic/svg/moon-outline.svg +1 -0
  504. package/dist/ionic/svg/moon-sharp.svg +1 -0
  505. package/dist/ionic/svg/moon.svg +1 -0
  506. package/dist/ionic/svg/move-outline.svg +1 -0
  507. package/dist/ionic/svg/move-sharp.svg +1 -0
  508. package/dist/ionic/svg/move.svg +1 -0
  509. package/dist/ionic/svg/musical-note-outline.svg +1 -0
  510. package/dist/ionic/svg/musical-note-sharp.svg +1 -0
  511. package/dist/ionic/svg/musical-note.svg +1 -0
  512. package/dist/ionic/svg/musical-notes-outline.svg +1 -0
  513. package/dist/ionic/svg/musical-notes-sharp.svg +1 -0
  514. package/dist/ionic/svg/musical-notes.svg +1 -0
  515. package/dist/ionic/svg/navigate-circle-outline.svg +1 -0
  516. package/dist/ionic/svg/navigate-circle-sharp.svg +1 -0
  517. package/dist/ionic/svg/navigate-circle.svg +1 -0
  518. package/dist/ionic/svg/navigate-outline.svg +1 -0
  519. package/dist/ionic/svg/navigate-sharp.svg +1 -0
  520. package/dist/ionic/svg/navigate.svg +1 -0
  521. package/dist/ionic/svg/newspaper-outline.svg +1 -0
  522. package/dist/ionic/svg/newspaper-sharp.svg +1 -0
  523. package/dist/ionic/svg/newspaper.svg +1 -0
  524. package/dist/ionic/svg/notifications-circle-outline.svg +1 -0
  525. package/dist/ionic/svg/notifications-circle-sharp.svg +1 -0
  526. package/dist/ionic/svg/notifications-circle.svg +1 -0
  527. package/dist/ionic/svg/notifications-off-circle-outline.svg +1 -0
  528. package/dist/ionic/svg/notifications-off-circle-sharp.svg +1 -0
  529. package/dist/ionic/svg/notifications-off-circle.svg +1 -0
  530. package/dist/ionic/svg/notifications-off-outline.svg +1 -0
  531. package/dist/ionic/svg/notifications-off-sharp.svg +1 -0
  532. package/dist/ionic/svg/notifications-off.svg +1 -0
  533. package/dist/ionic/svg/notifications-outline.svg +1 -0
  534. package/dist/ionic/svg/notifications-sharp.svg +1 -0
  535. package/dist/ionic/svg/notifications.svg +1 -0
  536. package/dist/ionic/svg/nuclear-outline.svg +1 -0
  537. package/dist/ionic/svg/nuclear-sharp.svg +1 -0
  538. package/dist/ionic/svg/nuclear.svg +1 -0
  539. package/dist/ionic/svg/nutrition-outline.svg +1 -0
  540. package/dist/ionic/svg/nutrition-sharp.svg +1 -0
  541. package/dist/ionic/svg/nutrition.svg +1 -0
  542. package/dist/ionic/svg/open-outline.svg +1 -0
  543. package/dist/ionic/svg/open-sharp.svg +1 -0
  544. package/dist/ionic/svg/open.svg +1 -0
  545. package/dist/ionic/svg/options-outline.svg +1 -0
  546. package/dist/ionic/svg/options-sharp.svg +1 -0
  547. package/dist/ionic/svg/options.svg +1 -0
  548. package/dist/ionic/svg/paper-plane-outline.svg +1 -0
  549. package/dist/ionic/svg/paper-plane-sharp.svg +1 -0
  550. package/dist/ionic/svg/paper-plane.svg +1 -0
  551. package/dist/ionic/svg/partly-sunny-outline.svg +1 -0
  552. package/dist/ionic/svg/partly-sunny-sharp.svg +1 -0
  553. package/dist/ionic/svg/partly-sunny.svg +1 -0
  554. package/dist/ionic/svg/pause-circle-outline.svg +1 -0
  555. package/dist/ionic/svg/pause-circle-sharp.svg +1 -0
  556. package/dist/ionic/svg/pause-circle.svg +1 -0
  557. package/dist/ionic/svg/pause-outline.svg +1 -0
  558. package/dist/ionic/svg/pause-sharp.svg +1 -0
  559. package/dist/ionic/svg/pause.svg +1 -0
  560. package/dist/ionic/svg/paw-outline.svg +1 -0
  561. package/dist/ionic/svg/paw-sharp.svg +1 -0
  562. package/dist/ionic/svg/paw.svg +1 -0
  563. package/dist/ionic/svg/pencil-outline.svg +1 -0
  564. package/dist/ionic/svg/pencil-sharp.svg +1 -0
  565. package/dist/ionic/svg/pencil.svg +1 -0
  566. package/dist/ionic/svg/people-circle-outline.svg +1 -0
  567. package/dist/ionic/svg/people-circle-sharp.svg +1 -0
  568. package/dist/ionic/svg/people-circle.svg +1 -0
  569. package/dist/ionic/svg/people-outline.svg +1 -0
  570. package/dist/ionic/svg/people-sharp.svg +1 -0
  571. package/dist/ionic/svg/people.svg +1 -0
  572. package/dist/ionic/svg/person-add-outline.svg +1 -0
  573. package/dist/ionic/svg/person-add-sharp.svg +1 -0
  574. package/dist/ionic/svg/person-add.svg +1 -0
  575. package/dist/ionic/svg/person-circle-outline.svg +1 -0
  576. package/dist/ionic/svg/person-circle-sharp.svg +1 -0
  577. package/dist/ionic/svg/person-circle.svg +1 -0
  578. package/dist/ionic/svg/person-outline.svg +1 -0
  579. package/dist/ionic/svg/person-remove-outline.svg +1 -0
  580. package/dist/ionic/svg/person-remove-sharp.svg +1 -0
  581. package/dist/ionic/svg/person-remove.svg +1 -0
  582. package/dist/ionic/svg/person-sharp.svg +1 -0
  583. package/dist/ionic/svg/person.svg +1 -0
  584. package/dist/ionic/svg/phone-landscape-outline.svg +1 -0
  585. package/dist/ionic/svg/phone-landscape-sharp.svg +1 -0
  586. package/dist/ionic/svg/phone-landscape.svg +1 -0
  587. package/dist/ionic/svg/phone-portrait-outline.svg +1 -0
  588. package/dist/ionic/svg/phone-portrait-sharp.svg +1 -0
  589. package/dist/ionic/svg/phone-portrait.svg +1 -0
  590. package/dist/ionic/svg/pie-chart-outline.svg +1 -0
  591. package/dist/ionic/svg/pie-chart-sharp.svg +1 -0
  592. package/dist/ionic/svg/pie-chart.svg +1 -0
  593. package/dist/ionic/svg/pin-outline.svg +1 -0
  594. package/dist/ionic/svg/pin-sharp.svg +1 -0
  595. package/dist/ionic/svg/pin.svg +1 -0
  596. package/dist/ionic/svg/pint-outline.svg +1 -0
  597. package/dist/ionic/svg/pint-sharp.svg +1 -0
  598. package/dist/ionic/svg/pint.svg +1 -0
  599. package/dist/ionic/svg/pizza-outline.svg +1 -0
  600. package/dist/ionic/svg/pizza-sharp.svg +1 -0
  601. package/dist/ionic/svg/pizza.svg +1 -0
  602. package/dist/ionic/svg/planet-outline.svg +1 -0
  603. package/dist/ionic/svg/planet-sharp.svg +1 -0
  604. package/dist/ionic/svg/planet.svg +1 -0
  605. package/dist/ionic/svg/play-back-circle-outline.svg +1 -0
  606. package/dist/ionic/svg/play-back-circle-sharp.svg +1 -0
  607. package/dist/ionic/svg/play-back-circle.svg +1 -0
  608. package/dist/ionic/svg/play-back-outline.svg +1 -0
  609. package/dist/ionic/svg/play-back-sharp.svg +1 -0
  610. package/dist/ionic/svg/play-back.svg +1 -0
  611. package/dist/ionic/svg/play-circle-outline.svg +1 -0
  612. package/dist/ionic/svg/play-circle-sharp.svg +1 -0
  613. package/dist/ionic/svg/play-circle.svg +1 -0
  614. package/dist/ionic/svg/play-forward-circle-outline.svg +1 -0
  615. package/dist/ionic/svg/play-forward-circle-sharp.svg +1 -0
  616. package/dist/ionic/svg/play-forward-circle.svg +1 -0
  617. package/dist/ionic/svg/play-forward-outline.svg +1 -0
  618. package/dist/ionic/svg/play-forward-sharp.svg +1 -0
  619. package/dist/ionic/svg/play-forward.svg +1 -0
  620. package/dist/ionic/svg/play-outline.svg +1 -0
  621. package/dist/ionic/svg/play-sharp.svg +1 -0
  622. package/dist/ionic/svg/play-skip-back-circle-outline.svg +1 -0
  623. package/dist/ionic/svg/play-skip-back-circle-sharp.svg +1 -0
  624. package/dist/ionic/svg/play-skip-back-circle.svg +1 -0
  625. package/dist/ionic/svg/play-skip-back-outline.svg +1 -0
  626. package/dist/ionic/svg/play-skip-back-sharp.svg +1 -0
  627. package/dist/ionic/svg/play-skip-back.svg +1 -0
  628. package/dist/ionic/svg/play-skip-forward-circle-outline.svg +1 -0
  629. package/dist/ionic/svg/play-skip-forward-circle-sharp.svg +1 -0
  630. package/dist/ionic/svg/play-skip-forward-circle.svg +1 -0
  631. package/dist/ionic/svg/play-skip-forward-outline.svg +1 -0
  632. package/dist/ionic/svg/play-skip-forward-sharp.svg +1 -0
  633. package/dist/ionic/svg/play-skip-forward.svg +1 -0
  634. package/dist/ionic/svg/play.svg +1 -0
  635. package/dist/ionic/svg/podium-outline.svg +1 -0
  636. package/dist/ionic/svg/podium-sharp.svg +1 -0
  637. package/dist/ionic/svg/podium.svg +1 -0
  638. package/dist/ionic/svg/power-outline.svg +1 -0
  639. package/dist/ionic/svg/power-sharp.svg +1 -0
  640. package/dist/ionic/svg/power.svg +1 -0
  641. package/dist/ionic/svg/pricetag-outline.svg +1 -0
  642. package/dist/ionic/svg/pricetag-sharp.svg +1 -0
  643. package/dist/ionic/svg/pricetag.svg +1 -0
  644. package/dist/ionic/svg/pricetags-outline.svg +1 -0
  645. package/dist/ionic/svg/pricetags-sharp.svg +1 -0
  646. package/dist/ionic/svg/pricetags.svg +1 -0
  647. package/dist/ionic/svg/print-outline.svg +1 -0
  648. package/dist/ionic/svg/print-sharp.svg +1 -0
  649. package/dist/ionic/svg/print.svg +1 -0
  650. package/dist/ionic/svg/prism-outline.svg +1 -0
  651. package/dist/ionic/svg/prism-sharp.svg +1 -0
  652. package/dist/ionic/svg/prism.svg +1 -0
  653. package/dist/ionic/svg/pulse-outline.svg +1 -0
  654. package/dist/ionic/svg/pulse-sharp.svg +1 -0
  655. package/dist/ionic/svg/pulse.svg +1 -0
  656. package/dist/ionic/svg/push-outline.svg +1 -0
  657. package/dist/ionic/svg/push-sharp.svg +1 -0
  658. package/dist/ionic/svg/push.svg +1 -0
  659. package/dist/ionic/svg/qr-code-outline.svg +1 -0
  660. package/dist/ionic/svg/qr-code-sharp.svg +1 -0
  661. package/dist/ionic/svg/qr-code.svg +1 -0
  662. package/dist/ionic/svg/radio-button-off-outline.svg +1 -0
  663. package/dist/ionic/svg/radio-button-off-sharp.svg +1 -0
  664. package/dist/ionic/svg/radio-button-off.svg +1 -0
  665. package/dist/ionic/svg/radio-button-on-outline.svg +1 -0
  666. package/dist/ionic/svg/radio-button-on-sharp.svg +1 -0
  667. package/dist/ionic/svg/radio-button-on.svg +1 -0
  668. package/dist/ionic/svg/radio-outline.svg +1 -0
  669. package/dist/ionic/svg/radio-sharp.svg +1 -0
  670. package/dist/ionic/svg/radio.svg +1 -0
  671. package/dist/ionic/svg/rainy-outline.svg +1 -0
  672. package/dist/ionic/svg/rainy-sharp.svg +1 -0
  673. package/dist/ionic/svg/rainy.svg +1 -0
  674. package/dist/ionic/svg/reader-outline.svg +1 -0
  675. package/dist/ionic/svg/reader-sharp.svg +1 -0
  676. package/dist/ionic/svg/reader.svg +1 -0
  677. package/dist/ionic/svg/receipt-outline.svg +1 -0
  678. package/dist/ionic/svg/receipt-sharp.svg +1 -0
  679. package/dist/ionic/svg/receipt.svg +1 -0
  680. package/dist/ionic/svg/recording-outline.svg +1 -0
  681. package/dist/ionic/svg/recording-sharp.svg +1 -0
  682. package/dist/ionic/svg/recording.svg +1 -0
  683. package/dist/ionic/svg/refresh-circle-outline.svg +1 -0
  684. package/dist/ionic/svg/refresh-circle-sharp.svg +1 -0
  685. package/dist/ionic/svg/refresh-circle.svg +1 -0
  686. package/dist/ionic/svg/refresh-outline.svg +1 -0
  687. package/dist/ionic/svg/refresh-sharp.svg +1 -0
  688. package/dist/ionic/svg/refresh.svg +1 -0
  689. package/dist/ionic/svg/reload-circle-outline.svg +1 -0
  690. package/dist/ionic/svg/reload-circle-sharp.svg +1 -0
  691. package/dist/ionic/svg/reload-circle.svg +1 -0
  692. package/dist/ionic/svg/reload-outline.svg +1 -0
  693. package/dist/ionic/svg/reload-sharp.svg +1 -0
  694. package/dist/ionic/svg/reload.svg +1 -0
  695. package/dist/ionic/svg/remove-circle-outline.svg +1 -0
  696. package/dist/ionic/svg/remove-circle-sharp.svg +1 -0
  697. package/dist/ionic/svg/remove-circle.svg +1 -0
  698. package/dist/ionic/svg/remove-outline.svg +1 -0
  699. package/dist/ionic/svg/remove-sharp.svg +1 -0
  700. package/dist/ionic/svg/remove.svg +1 -0
  701. package/dist/ionic/svg/reorder-four-outline.svg +1 -0
  702. package/dist/ionic/svg/reorder-four-sharp.svg +1 -0
  703. package/dist/ionic/svg/reorder-four.svg +1 -0
  704. package/dist/ionic/svg/reorder-three-outline.svg +1 -0
  705. package/dist/ionic/svg/reorder-three-sharp.svg +1 -0
  706. package/dist/ionic/svg/reorder-three.svg +1 -0
  707. package/dist/ionic/svg/reorder-two-outline.svg +1 -0
  708. package/dist/ionic/svg/reorder-two-sharp.svg +1 -0
  709. package/dist/ionic/svg/reorder-two.svg +1 -0
  710. package/dist/ionic/svg/repeat-outline.svg +1 -0
  711. package/dist/ionic/svg/repeat-sharp.svg +1 -0
  712. package/dist/ionic/svg/repeat.svg +1 -0
  713. package/dist/ionic/svg/resize-outline.svg +1 -0
  714. package/dist/ionic/svg/resize-sharp.svg +1 -0
  715. package/dist/ionic/svg/resize.svg +1 -0
  716. package/dist/ionic/svg/restaurant-outline.svg +1 -0
  717. package/dist/ionic/svg/restaurant-sharp.svg +1 -0
  718. package/dist/ionic/svg/restaurant.svg +1 -0
  719. package/dist/ionic/svg/return-down-back-outline.svg +1 -0
  720. package/dist/ionic/svg/return-down-back-sharp.svg +1 -0
  721. package/dist/ionic/svg/return-down-back.svg +1 -0
  722. package/dist/ionic/svg/return-down-forward-outline.svg +1 -0
  723. package/dist/ionic/svg/return-down-forward-sharp.svg +1 -0
  724. package/dist/ionic/svg/return-down-forward.svg +1 -0
  725. package/dist/ionic/svg/return-up-back-outline.svg +1 -0
  726. package/dist/ionic/svg/return-up-back-sharp.svg +1 -0
  727. package/dist/ionic/svg/return-up-back.svg +1 -0
  728. package/dist/ionic/svg/return-up-forward-outline.svg +1 -0
  729. package/dist/ionic/svg/return-up-forward-sharp.svg +1 -0
  730. package/dist/ionic/svg/return-up-forward.svg +1 -0
  731. package/dist/ionic/svg/ribbon-outline.svg +1 -0
  732. package/dist/ionic/svg/ribbon-sharp.svg +1 -0
  733. package/dist/ionic/svg/ribbon.svg +1 -0
  734. package/dist/ionic/svg/rocket-outline.svg +1 -0
  735. package/dist/ionic/svg/rocket-sharp.svg +1 -0
  736. package/dist/ionic/svg/rocket.svg +1 -0
  737. package/dist/ionic/svg/rose-outline.svg +1 -0
  738. package/dist/ionic/svg/rose-sharp.svg +1 -0
  739. package/dist/ionic/svg/rose.svg +1 -0
  740. package/dist/ionic/svg/sad-outline.svg +1 -0
  741. package/dist/ionic/svg/sad-sharp.svg +1 -0
  742. package/dist/ionic/svg/sad.svg +1 -0
  743. package/dist/ionic/svg/save-outline.svg +1 -0
  744. package/dist/ionic/svg/save-sharp.svg +1 -0
  745. package/dist/ionic/svg/save.svg +1 -0
  746. package/dist/ionic/svg/scale-outline.svg +1 -0
  747. package/dist/ionic/svg/scale-sharp.svg +1 -0
  748. package/dist/ionic/svg/scale.svg +1 -0
  749. package/dist/ionic/svg/scan-circle-outline.svg +1 -0
  750. package/dist/ionic/svg/scan-circle-sharp.svg +1 -0
  751. package/dist/ionic/svg/scan-circle.svg +1 -0
  752. package/dist/ionic/svg/scan-outline.svg +1 -0
  753. package/dist/ionic/svg/scan-sharp.svg +1 -0
  754. package/dist/ionic/svg/scan.svg +1 -0
  755. package/dist/ionic/svg/school-outline.svg +1 -0
  756. package/dist/ionic/svg/school-sharp.svg +1 -0
  757. package/dist/ionic/svg/school.svg +1 -0
  758. package/dist/ionic/svg/search-circle-outline.svg +1 -0
  759. package/dist/ionic/svg/search-circle-sharp.svg +1 -0
  760. package/dist/ionic/svg/search-circle.svg +1 -0
  761. package/dist/ionic/svg/search-outline.svg +1 -0
  762. package/dist/ionic/svg/search-sharp.svg +1 -0
  763. package/dist/ionic/svg/search.svg +1 -0
  764. package/dist/ionic/svg/send-outline.svg +1 -0
  765. package/dist/ionic/svg/send-sharp.svg +1 -0
  766. package/dist/ionic/svg/send.svg +1 -0
  767. package/dist/ionic/svg/server-outline.svg +1 -0
  768. package/dist/ionic/svg/server-sharp.svg +1 -0
  769. package/dist/ionic/svg/server.svg +1 -0
  770. package/dist/ionic/svg/settings-outline.svg +1 -0
  771. package/dist/ionic/svg/settings-sharp.svg +1 -0
  772. package/dist/ionic/svg/settings.svg +1 -0
  773. package/dist/ionic/svg/shapes-outline.svg +1 -0
  774. package/dist/ionic/svg/shapes-sharp.svg +1 -0
  775. package/dist/ionic/svg/shapes.svg +1 -0
  776. package/dist/ionic/svg/share-outline.svg +1 -0
  777. package/dist/ionic/svg/share-sharp.svg +1 -0
  778. package/dist/ionic/svg/share-social-outline.svg +1 -0
  779. package/dist/ionic/svg/share-social-sharp.svg +1 -0
  780. package/dist/ionic/svg/share-social.svg +1 -0
  781. package/dist/ionic/svg/share.svg +1 -0
  782. package/dist/ionic/svg/shield-checkmark-outline.svg +1 -0
  783. package/dist/ionic/svg/shield-checkmark-sharp.svg +1 -0
  784. package/dist/ionic/svg/shield-checkmark.svg +1 -0
  785. package/dist/ionic/svg/shield-half-outline.svg +1 -0
  786. package/dist/ionic/svg/shield-half-sharp.svg +1 -0
  787. package/dist/ionic/svg/shield-half.svg +1 -0
  788. package/dist/ionic/svg/shield-outline.svg +1 -0
  789. package/dist/ionic/svg/shield-sharp.svg +1 -0
  790. package/dist/ionic/svg/shield.svg +1 -0
  791. package/dist/ionic/svg/shirt-outline.svg +1 -0
  792. package/dist/ionic/svg/shirt-sharp.svg +1 -0
  793. package/dist/ionic/svg/shirt.svg +1 -0
  794. package/dist/ionic/svg/shuffle-outline.svg +1 -0
  795. package/dist/ionic/svg/shuffle-sharp.svg +1 -0
  796. package/dist/ionic/svg/shuffle.svg +1 -0
  797. package/dist/ionic/svg/skull-outline.svg +1 -0
  798. package/dist/ionic/svg/skull-sharp.svg +1 -0
  799. package/dist/ionic/svg/skull.svg +1 -0
  800. package/dist/ionic/svg/snow-outline.svg +1 -0
  801. package/dist/ionic/svg/snow-sharp.svg +1 -0
  802. package/dist/ionic/svg/snow.svg +1 -0
  803. package/dist/ionic/svg/sparkles-outline.svg +1 -0
  804. package/dist/ionic/svg/sparkles-sharp.svg +1 -0
  805. package/dist/ionic/svg/sparkles.svg +1 -0
  806. package/dist/ionic/svg/speedometer-outline.svg +1 -0
  807. package/dist/ionic/svg/speedometer-sharp.svg +1 -0
  808. package/dist/ionic/svg/speedometer.svg +1 -0
  809. package/dist/ionic/svg/square-outline.svg +1 -0
  810. package/dist/ionic/svg/square-sharp.svg +1 -0
  811. package/dist/ionic/svg/square.svg +1 -0
  812. package/dist/ionic/svg/star-half-outline.svg +1 -0
  813. package/dist/ionic/svg/star-half-sharp.svg +1 -0
  814. package/dist/ionic/svg/star-half.svg +1 -0
  815. package/dist/ionic/svg/star-outline.svg +1 -0
  816. package/dist/ionic/svg/star-sharp.svg +1 -0
  817. package/dist/ionic/svg/star.svg +1 -0
  818. package/dist/ionic/svg/stats-chart-outline.svg +1 -0
  819. package/dist/ionic/svg/stats-chart-sharp.svg +1 -0
  820. package/dist/ionic/svg/stats-chart.svg +1 -0
  821. package/dist/ionic/svg/stop-circle-outline.svg +1 -0
  822. package/dist/ionic/svg/stop-circle-sharp.svg +1 -0
  823. package/dist/ionic/svg/stop-circle.svg +1 -0
  824. package/dist/ionic/svg/stop-outline.svg +1 -0
  825. package/dist/ionic/svg/stop-sharp.svg +1 -0
  826. package/dist/ionic/svg/stop.svg +1 -0
  827. package/dist/ionic/svg/stopwatch-outline.svg +1 -0
  828. package/dist/ionic/svg/stopwatch-sharp.svg +1 -0
  829. package/dist/ionic/svg/stopwatch.svg +1 -0
  830. package/dist/ionic/svg/storefront-outline.svg +1 -0
  831. package/dist/ionic/svg/storefront-sharp.svg +1 -0
  832. package/dist/ionic/svg/storefront.svg +1 -0
  833. package/dist/ionic/svg/subway-outline.svg +1 -0
  834. package/dist/ionic/svg/subway-sharp.svg +1 -0
  835. package/dist/ionic/svg/subway.svg +1 -0
  836. package/dist/ionic/svg/sunny-outline.svg +1 -0
  837. package/dist/ionic/svg/sunny-sharp.svg +1 -0
  838. package/dist/ionic/svg/sunny.svg +1 -0
  839. package/dist/ionic/svg/swap-horizontal-outline.svg +1 -0
  840. package/dist/ionic/svg/swap-horizontal-sharp.svg +1 -0
  841. package/dist/ionic/svg/swap-horizontal.svg +1 -0
  842. package/dist/ionic/svg/swap-vertical-outline.svg +1 -0
  843. package/dist/ionic/svg/swap-vertical-sharp.svg +1 -0
  844. package/dist/ionic/svg/swap-vertical.svg +1 -0
  845. package/dist/ionic/svg/sync-circle-outline.svg +1 -0
  846. package/dist/ionic/svg/sync-circle-sharp.svg +1 -0
  847. package/dist/ionic/svg/sync-circle.svg +1 -0
  848. package/dist/ionic/svg/sync-outline.svg +1 -0
  849. package/dist/ionic/svg/sync-sharp.svg +1 -0
  850. package/dist/ionic/svg/sync.svg +1 -0
  851. package/dist/ionic/svg/tablet-landscape-outline.svg +1 -0
  852. package/dist/ionic/svg/tablet-landscape-sharp.svg +1 -0
  853. package/dist/ionic/svg/tablet-landscape.svg +1 -0
  854. package/dist/ionic/svg/tablet-portrait-outline.svg +1 -0
  855. package/dist/ionic/svg/tablet-portrait-sharp.svg +1 -0
  856. package/dist/ionic/svg/tablet-portrait.svg +1 -0
  857. package/dist/ionic/svg/telescope-outline.svg +1 -0
  858. package/dist/ionic/svg/telescope-sharp.svg +1 -0
  859. package/dist/ionic/svg/telescope.svg +1 -0
  860. package/dist/ionic/svg/tennisball-outline.svg +1 -0
  861. package/dist/ionic/svg/tennisball-sharp.svg +1 -0
  862. package/dist/ionic/svg/tennisball.svg +1 -0
  863. package/dist/ionic/svg/terminal-outline.svg +1 -0
  864. package/dist/ionic/svg/terminal-sharp.svg +1 -0
  865. package/dist/ionic/svg/terminal.svg +1 -0
  866. package/dist/ionic/svg/text-outline.svg +1 -0
  867. package/dist/ionic/svg/text-sharp.svg +1 -0
  868. package/dist/ionic/svg/text.svg +1 -0
  869. package/dist/ionic/svg/thermometer-outline.svg +1 -0
  870. package/dist/ionic/svg/thermometer-sharp.svg +1 -0
  871. package/dist/ionic/svg/thermometer.svg +1 -0
  872. package/dist/ionic/svg/thumbs-down-outline.svg +1 -0
  873. package/dist/ionic/svg/thumbs-down-sharp.svg +1 -0
  874. package/dist/ionic/svg/thumbs-down.svg +1 -0
  875. package/dist/ionic/svg/thumbs-up-outline.svg +1 -0
  876. package/dist/ionic/svg/thumbs-up-sharp.svg +1 -0
  877. package/dist/ionic/svg/thumbs-up.svg +1 -0
  878. package/dist/ionic/svg/thunderstorm-outline.svg +1 -0
  879. package/dist/ionic/svg/thunderstorm-sharp.svg +1 -0
  880. package/dist/ionic/svg/thunderstorm.svg +1 -0
  881. package/dist/ionic/svg/ticket-outline.svg +1 -0
  882. package/dist/ionic/svg/ticket-sharp.svg +1 -0
  883. package/dist/ionic/svg/ticket.svg +1 -0
  884. package/dist/ionic/svg/time-outline.svg +1 -0
  885. package/dist/ionic/svg/time-sharp.svg +1 -0
  886. package/dist/ionic/svg/time.svg +1 -0
  887. package/dist/ionic/svg/timer-outline.svg +1 -0
  888. package/dist/ionic/svg/timer-sharp.svg +1 -0
  889. package/dist/ionic/svg/timer.svg +1 -0
  890. package/dist/ionic/svg/today-outline.svg +1 -0
  891. package/dist/ionic/svg/today-sharp.svg +1 -0
  892. package/dist/ionic/svg/today.svg +1 -0
  893. package/dist/ionic/svg/toggle-outline.svg +1 -0
  894. package/dist/ionic/svg/toggle-sharp.svg +1 -0
  895. package/dist/ionic/svg/toggle.svg +1 -0
  896. package/dist/ionic/svg/trail-sign-outline.svg +1 -0
  897. package/dist/ionic/svg/trail-sign-sharp.svg +1 -0
  898. package/dist/ionic/svg/trail-sign.svg +1 -0
  899. package/dist/ionic/svg/train-outline.svg +1 -0
  900. package/dist/ionic/svg/train-sharp.svg +1 -0
  901. package/dist/ionic/svg/train.svg +1 -0
  902. package/dist/ionic/svg/transgender-outline.svg +1 -0
  903. package/dist/ionic/svg/transgender-sharp.svg +1 -0
  904. package/dist/ionic/svg/transgender.svg +1 -0
  905. package/dist/ionic/svg/trash-bin-outline.svg +1 -0
  906. package/dist/ionic/svg/trash-bin-sharp.svg +1 -0
  907. package/dist/ionic/svg/trash-bin.svg +1 -0
  908. package/dist/ionic/svg/trash-outline.svg +1 -0
  909. package/dist/ionic/svg/trash-sharp.svg +1 -0
  910. package/dist/ionic/svg/trash.svg +1 -0
  911. package/dist/ionic/svg/trending-down-outline.svg +1 -0
  912. package/dist/ionic/svg/trending-down-sharp.svg +1 -0
  913. package/dist/ionic/svg/trending-down.svg +1 -0
  914. package/dist/ionic/svg/trending-up-outline.svg +1 -0
  915. package/dist/ionic/svg/trending-up-sharp.svg +1 -0
  916. package/dist/ionic/svg/trending-up.svg +1 -0
  917. package/dist/ionic/svg/triangle-outline.svg +1 -0
  918. package/dist/ionic/svg/triangle-sharp.svg +1 -0
  919. package/dist/ionic/svg/triangle.svg +1 -0
  920. package/dist/ionic/svg/trophy-outline.svg +1 -0
  921. package/dist/ionic/svg/trophy-sharp.svg +1 -0
  922. package/dist/ionic/svg/trophy.svg +1 -0
  923. package/dist/ionic/svg/tv-outline.svg +1 -0
  924. package/dist/ionic/svg/tv-sharp.svg +1 -0
  925. package/dist/ionic/svg/tv.svg +1 -0
  926. package/dist/ionic/svg/umbrella-outline.svg +1 -0
  927. package/dist/ionic/svg/umbrella-sharp.svg +1 -0
  928. package/dist/ionic/svg/umbrella.svg +1 -0
  929. package/dist/ionic/svg/unlink-outline.svg +1 -0
  930. package/dist/ionic/svg/unlink-sharp.svg +1 -0
  931. package/dist/ionic/svg/unlink.svg +1 -0
  932. package/dist/ionic/svg/videocam-off-outline.svg +1 -0
  933. package/dist/ionic/svg/videocam-off-sharp.svg +1 -0
  934. package/dist/ionic/svg/videocam-off.svg +1 -0
  935. package/dist/ionic/svg/videocam-outline.svg +1 -0
  936. package/dist/ionic/svg/videocam-sharp.svg +1 -0
  937. package/dist/ionic/svg/videocam.svg +1 -0
  938. package/dist/ionic/svg/volume-high-outline.svg +1 -0
  939. package/dist/ionic/svg/volume-high-sharp.svg +1 -0
  940. package/dist/ionic/svg/volume-high.svg +1 -0
  941. package/dist/ionic/svg/volume-low-outline.svg +1 -0
  942. package/dist/ionic/svg/volume-low-sharp.svg +1 -0
  943. package/dist/ionic/svg/volume-low.svg +1 -0
  944. package/dist/ionic/svg/volume-medium-outline.svg +1 -0
  945. package/dist/ionic/svg/volume-medium-sharp.svg +1 -0
  946. package/dist/ionic/svg/volume-medium.svg +1 -0
  947. package/dist/ionic/svg/volume-mute-outline.svg +1 -0
  948. package/dist/ionic/svg/volume-mute-sharp.svg +1 -0
  949. package/dist/ionic/svg/volume-mute.svg +1 -0
  950. package/dist/ionic/svg/volume-off-outline.svg +1 -0
  951. package/dist/ionic/svg/volume-off-sharp.svg +1 -0
  952. package/dist/ionic/svg/volume-off.svg +1 -0
  953. package/dist/ionic/svg/walk-outline.svg +1 -0
  954. package/dist/ionic/svg/walk-sharp.svg +1 -0
  955. package/dist/ionic/svg/walk.svg +1 -0
  956. package/dist/ionic/svg/wallet-outline.svg +1 -0
  957. package/dist/ionic/svg/wallet-sharp.svg +1 -0
  958. package/dist/ionic/svg/wallet.svg +1 -0
  959. package/dist/ionic/svg/warning-outline.svg +1 -0
  960. package/dist/ionic/svg/warning-sharp.svg +1 -0
  961. package/dist/ionic/svg/warning.svg +1 -0
  962. package/dist/ionic/svg/watch-outline.svg +1 -0
  963. package/dist/ionic/svg/watch-sharp.svg +1 -0
  964. package/dist/ionic/svg/watch.svg +1 -0
  965. package/dist/ionic/svg/water-outline.svg +1 -0
  966. package/dist/ionic/svg/water-sharp.svg +1 -0
  967. package/dist/ionic/svg/water.svg +1 -0
  968. package/dist/ionic/svg/wifi-outline.svg +1 -0
  969. package/dist/ionic/svg/wifi-sharp.svg +1 -0
  970. package/dist/ionic/svg/wifi.svg +1 -0
  971. package/dist/ionic/svg/wine-outline.svg +1 -0
  972. package/dist/ionic/svg/wine-sharp.svg +1 -0
  973. package/dist/ionic/svg/wine.svg +1 -0
  974. package/dist/ionic/svg/woman-outline.svg +1 -0
  975. package/dist/ionic/svg/woman-sharp.svg +1 -0
  976. package/dist/ionic/svg/woman.svg +1 -0
  977. package/dist/types/components/accordion/accordion.d.ts +1 -1
  978. package/dist/types/components/action-sheet/action-sheet.d.ts +37 -0
  979. package/dist/types/components/content/content.d.ts +7 -0
  980. package/dist/types/components/fab-button/fab-button.d.ts +1 -1
  981. package/dist/types/components/item/item.d.ts +1 -1
  982. package/dist/types/components/modal/modal.d.ts +14 -0
  983. package/dist/types/components/popover/popover.d.ts +7 -0
  984. package/dist/types/components.d.ts +10 -6
  985. package/hydrate/index.js +353 -26
  986. package/hydrate/index.mjs +353 -26
  987. package/package.json +9 -5
  988. package/dist/ionic/p-510d86e1.entry.js +0 -4
  989. package/dist/ionic/p-5fb517e4.entry.js +0 -4
  990. package/dist/ionic/p-7380261c.entry.js +0 -4
  991. package/dist/ionic/p-95bddd49.entry.js +0 -4
  992. package/dist/ionic/p-D87hU-Ly.js +0 -4
  993. package/dist/ionic/p-e16b69e1.entry.js +0 -4
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><circle cx="160" cy="96" r="48" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><circle cx="160" cy="416" r="48" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="M160 368V144" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><circle cx="352" cy="160" r="48" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="M352 208c0 128-192 48-192 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 96a64 64 0 0 0-58.86 89.11l-101.14 88V151.39a64 64 0 1 0-64 0v209.22a64 64 0 1 0 64 0V358l154.25-134.27c1.9.17 3.81.27 5.75.27a64 64 0 0 0 0-128M160 64a32 32 0 1 1-32 32 32 32 0 0 1 32-32m0 384a32 32 0 1 1 32-32 32 32 0 0 1-32 32m192-256a32 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="M416 160a64 64 0 1 0-96.27 55.24c-2.29 29.08-20.08 37-75 48.42-17.76 3.68-35.93 7.45-52.71 13.93v-126.2a64 64 0 1 0-64 0v209.22a64 64 0 1 0 64.42.24c2.39-18 16-24.33 65.26-34.52 27.43-5.67 55.78-11.54 79.78-26.95 29-18.58 44.53-46.78 46.36-83.89A64 64 0 0 0 416 160M160 64a32 32 0 1 1-32 32 32 32 0 0 1 32-32m0 384a32 32 0 1 1 32-32 32 32 0 0 1-32 32m192-256a32 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"><circle cx="256" cy="256" r="96" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="M160 256H48M464 256H352" 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 224H380a128 128 0 0 0-247.9 0H32v64h100.05A128 128 0 0 0 380 288h100Zm-224 96a64 64 0 1 1 64-64 64.07 64.07 0 0 1-64 64"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M448 224h-68a128 128 0 0 0-247.9 0H64a32 32 0 0 0 0 64h68.05A128 128 0 0 0 380 288h68a32 32 0 0 0 0-64m-192 96a64 64 0 1 1 64-64 64.07 64.07 0 0 1-64 64"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="m304 160-64-64 64-64M207 352l64 64-64 64" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><circle cx="112" cy="96" r="48" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><circle cx="400" cy="416" r="48" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="M256 96h84a60 60 0 0 1 60 60v212M255 416h-84a60 60 0 0 1-60-60V144" 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="M209 384h-37a28 28 0 0 1-28-28V152a64 64 0 1 0-64-1.16V356a92.1 92.1 0 0 0 92 92h37v55.21L294.39 416 209 328.79ZM113 64a32 32 0 1 1-32 32 32 32 0 0 1 32-32M432 360.61V156a92.1 92.1 0 0 0-92-92h-35V9.93L217.14 96 305 182.07V128h35a28 28 0 0 1 28 28v204.61a64 64 0 1 0 64 0M400 448a32 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="M218.31 340.69A16 16 0 0 0 191 352v32h-20a28 28 0 0 1-28-28V152a64 64 0 1 0-64-1.16V356a92.1 92.1 0 0 0 92 92h20v32a16 16 0 0 0 27.31 11.31l64-64a16 16 0 0 0 0-22.62ZM112 64a32 32 0 1 1-32 32 32 32 0 0 1 32-32M432 360.61V156a92.1 92.1 0 0 0-92-92h-20V32a16 16 0 0 0-27.31-11.31l-64 64a16 16 0 0 0 0 22.62l64 64A16 16 0 0 0 320 160v-32h20a28 28 0 0 1 28 28v204.61a64 64 0 1 0 64 0M400 448a32 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"><circle cx="129" cy="96" r="48" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><circle cx="129" cy="416" r="48" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="M129 144v224" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><circle cx="385" cy="288" r="48" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="M129 144c0 96 112 144 208 144" 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 224a63.66 63.66 0 0 0-37.95 12.5L160 153.36v-2a64 64 0 1 0-64 0v209.25a64 64 0 1 0 64 0V223.46l160.41 71.69A64 64 0 1 0 384 224M128 64a32 32 0 1 1-32 32 32 32 0 0 1 32-32m0 384a32 32 0 1 1 32-32 32 32 0 0 1-32 32m256-128a32 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="M385 224a64 64 0 0 0-55.33 31.89c-42.23-1.21-85.19-12.72-116.21-31.33-32.2-19.32-49.71-44-52.15-73.35a64 64 0 1 0-64.31.18v209.22a64 64 0 1 0 64 0v-94.46c44.76 34 107.28 52.38 168.56 53.76A64 64 0 1 0 385 224M129 64a32 32 0 1 1-32 32 32 32 0 0 1 32-32m0 384a32 32 0 1 1 32-32 32 32 0 0 1-32 32m256-128a32 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"><circle cx="128" cy="96" r="48" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><circle cx="256" cy="416" r="48" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="M256 256v112" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><circle cx="384" cy="96" r="48" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="M128 144c0 74.67 68.92 112 128 112M384 144c0 74.67-68.92 112-128 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="M384 32a64 64 0 0 0-57.67 91.73l-70.83 80.82-70.19-80.1A64 64 0 1 0 128 160c1.1 0 2.2 0 3.29-.08L224 265.7v94.91a64 64 0 1 0 64 0v-96.05l91.78-104.71c1.39.09 2.8.15 4.22.15a64 64 0 0 0 0-128M96 96a32 32 0 1 1 32 32 32 32 0 0 1-32-32m160 352a32 32 0 1 1 32-32 32 32 0 0 1-32 32m128-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="M448 96a64 64 0 1 0-96.31 55.21c-1.79 20.87-11.47 38.1-28.87 51.29C305.07 216 280.09 224 256 224s-49.07-8-66.82-21.5c-17.4-13.19-27.08-30.42-28.87-51.29a64 64 0 1 0-64.11.29c2.08 40.87 21.17 76.87 54.31 102C171.3 269.26 197 280.19 224 285.09v75.52a64 64 0 1 0 64 0v-75.52c27-4.9 52.7-15.83 73.49-31.59 33.14-25.13 52.23-61.13 54.31-102A64 64 0 0 0 448 96M128 64a32 32 0 1 1-32 32 32 32 0 0 1 32-32m128 384a32 32 0 1 1 32-32 32 32 0 0 1-32 32m128-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"><circle cx="128" cy="416" r="48" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="M128 144v224M288 160l-64-64 64-64" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><circle cx="128" cy="96" r="48" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><circle cx="384" cy="416" r="48" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="M240 96h84a60 60 0 0 1 60 60v212" 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="M192 96a64 64 0 1 0-97 54.81v209.8a64 64 0 1 0 64 0V152a64.06 64.06 0 0 0 33-56m-64-32a32 32 0 1 1-32 32 32 32 0 0 1 32-32m-1 384a32 32 0 1 1 32-32 32 32 0 0 1-32 32M416 360.61V156a92.1 92.1 0 0 0-92-92h-35V9.93L201.14 96 289 182.07V128h35a28 28 0 0 1 28 28v204.61a64 64 0 1 0 64 0M384 448a32 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="M192 96a64 64 0 1 0-96 55.39v209.22a64 64 0 1 0 64 0V151.39A64 64 0 0 0 192 96m-64-32a32 32 0 1 1-32 32 32 32 0 0 1 32-32m0 384a32 32 0 1 1 32-32 32 32 0 0 1-32 32M416 360.61V156a92.1 92.1 0 0 0-92-92h-20V32a16 16 0 0 0-27.31-11.31l-64 64a16 16 0 0 0 0 22.62l64 64A16 16 0 0 0 304 160v-32h20a28 28 0 0 1 28 28v204.61a64 64 0 1 0 64 0M384 448a32 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="M224 232a32 32 0 0 1 64 0M448 200h16M64 200H48M64 200c0 96 16 128 80 128s80-32 80-128c0 0-16-16-80-16s-80 16-80 16M448 200c0 96-16 128-80 128s-80-32-80-128c0 0 16-16 80-16s80 16 80 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="M496 176H16v64h21.24l12.44 112h171.87L240 241.32V240a16 16 0 0 1 32 0v1.32L290.45 352h171.87l12.44-112H496Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M464 184h-10.9a78.7 78.7 0 0 0-16-7.18C419.5 171 396.26 168 368 168s-51.5 3-69.06 8.82c-14.06 4.69-20.25 9.86-22.25 11.87a47.94 47.94 0 0 0-41.36 0c-2-2-8.19-7.18-22.25-11.87C195.5 171 172.26 168 144 168s-51.5 3-69.06 8.82a78.7 78.7 0 0 0-16 7.18H48a16 16 0 0 0 0 32h.17c1 45.46 6.44 72.78 18.11 92.23a66.78 66.78 0 0 0 31.92 28c12.23 5.24 27.22 7.79 45.8 7.79 24.15 0 58.48-3.71 77.72-35.77 9.68-16.14 15.09-37.69 17.21-70.52A16 16 0 0 0 240 232a16 16 0 0 1 32 0 16 16 0 0 0 1.07 5.71c2.12 32.83 7.53 54.38 17.21 70.52a66.78 66.78 0 0 0 31.92 28c12.23 5.24 27.22 7.79 45.8 7.79 24.15 0 58.48-3.71 77.72-35.77 11.67-19.45 17.13-46.77 18.11-92.23h.17a16 16 0 0 0 0-32Z"/></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 48Z" stroke-miterlimit="10" class="ionicon-fill-none ionicon-stroke-width"/><path d="M256 48c-58.07 0-112.67 93.13-112.67 208S197.93 464 256 464s112.67-93.13 112.67-208S314.07 48 256 48Z" stroke-miterlimit="10" class="ionicon-fill-none ionicon-stroke-width"/><path d="M117.33 117.33c38.24 27.15 86.38 43.34 138.67 43.34s100.43-16.19 138.67-43.34M394.67 394.67c-38.24-27.15-86.38-43.34-138.67-43.34s-100.43 16.19-138.67 43.34" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="M256 48v416M464 256H48" 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="M256 48C141.13 48 48 141.13 48 256s93.13 208 208 208 208-93.13 208-208S370.87 48 256 48Z" stroke-miterlimit="10" stroke-width="44px" class="ionicon-fill-none"/><path d="M256 48c-58.07 0-112.67 93.13-112.67 208S197.93 464 256 464s112.67-93.13 112.67-208S314.07 48 256 48Z" stroke-miterlimit="10" stroke-width="44px" class="ionicon-fill-none"/><path d="M117.33 121.33c38.24 27.15 86.38 43.34 138.67 43.34s100.43-16.19 138.67-43.34M394.67 390.67c-38.24-27.15-86.38-43.34-138.67-43.34s-100.43 16.19-138.67 43.34" stroke-linecap="round" stroke-linejoin="round" stroke-width="44px" class="ionicon-fill-none"/><path d="M256 48v416M464 256H48" stroke-miterlimit="10" stroke-width="44px" 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 d="M340.75 344.49c5.91-20.7 9.82-44.75 11.31-67.84a4.41 4.41 0 0 0-4.46-4.65h-71.06a4.43 4.43 0 0 0-4.47 4.39v55.3a4.44 4.44 0 0 0 4.14 4.38 273.5 273.5 0 0 1 59 11.39 4.45 4.45 0 0 0 5.54-2.97M323.58 377.31a260 260 0 0 0-46.6-9.09 4.42 4.42 0 0 0-4.91 4.29v65.24a4.47 4.47 0 0 0 6.76 3.7c15.9-9.27 29-24.84 40.84-45.43 1.94-3.36 4.89-9.15 6.67-12.69a4.29 4.29 0 0 0-2.76-6.02M235.29 368.4a257 257 0 0 0-46.56 8.82c-2.64.76-3.75 4.4-2.55 6.79 1.79 3.56 4 8.11 5.89 11.51 13 23 26.84 37.5 41.24 45.93a4.47 4.47 0 0 0 6.76-3.7v-65.27a4.16 4.16 0 0 0-4.78-4.08M235.6 272h-71.06a4.41 4.41 0 0 0-4.46 4.64c1.48 23.06 5.37 47.16 11.26 67.84a4.46 4.46 0 0 0 5.59 3 272.2 272.2 0 0 1 59-11.36 4.44 4.44 0 0 0 4.15-4.38V276.4a4.43 4.43 0 0 0-4.48-4.4M277 143.78a235.8 235.8 0 0 0 46.5-9.14 4.3 4.3 0 0 0 2.76-6c-1.79-3.57-4.27-8.68-6.17-12.09-12.29-22-26.14-37.35-41.24-46a4.48 4.48 0 0 0-6.76 3.7v65.23a4.43 4.43 0 0 0 4.91 4.3M276.54 240h71.06a4.39 4.39 0 0 0 4.46-4.58c-1.48-22.77-5.27-47.8-11.16-68.22a4.46 4.46 0 0 0-5.59-2.95c-19 5.74-38.79 10.43-59.09 12a4.4 4.4 0 0 0-4.15 4.32v55.11a4.4 4.4 0 0 0 4.47 4.32M233.31 70.56c-15.42 8.57-29.17 24.43-41.47 46.37-1.91 3.41-4.19 8.11-6 11.67a4.31 4.31 0 0 0 2.76 6 225.4 225.4 0 0 0 46.54 9.17 4.43 4.43 0 0 0 4.91-4.29V74.26a4.49 4.49 0 0 0-6.74-3.7M235.92 176.26c-20.3-1.55-40.11-6.24-59.09-12a4.46 4.46 0 0 0-5.59 2.95c-5.89 20.42-9.68 45.45-11.16 68.22a4.39 4.39 0 0 0 4.46 4.58h71.06a4.4 4.4 0 0 0 4.47-4.34v-55.09a4.4 4.4 0 0 0-4.15-4.32"/><path d="M414.39 97.61A224 224 0 1 0 97.61 414.39 224 224 0 1 0 414.39 97.61M176.6 430.85a219 219 0 0 1-12.48-19.66c-2-3.69-4.84-9.26-6.73-13.13a7.29 7.29 0 0 0-10.31-3.16c-4.3 2.41-10 5.72-14.13 8.43a147.3 147.3 0 0 1-23.57-22.43 249 249 0 0 1 30.41-18.36c1.86-1 2.77-2.14 2.18-4.18a374.8 374.8 0 0 1-14.09-82.17 4.36 4.36 0 0 0-4.3-4.17H66.84a2 2 0 0 1-2-1.7A98 98 0 0 1 64 256a96 96 0 0 1 .86-14.29 2 2 0 0 1 2-1.7h56.74c2.29 0 4.17-1.32 4.29-3.63a372.7 372.7 0 0 1 14-81.83 4.36 4.36 0 0 0-2.19-5.11 261 261 0 0 1-29.84-17.9 170 170 0 0 1 23.14-22.8c4.08 2.68 9.4 5.71 13.66 8.11a7.89 7.89 0 0 0 11-3.42c1.88-3.87 4-8.18 6.06-11.88a222 222 0 0 1 12.54-19.91A185 185 0 0 1 256 64c28.94 0 55.9 7 80.53 18.46a202 202 0 0 1 12 19c2.59 4.66 5.34 10.37 7.66 15.32a4.29 4.29 0 0 0 5.92 1.94c5.38-2.91 11.21-6.26 16.34-9.63a171.4 171.4 0 0 1 23.2 23 245 245 0 0 1-29.06 17.31 4.35 4.35 0 0 0-2.18 5.12 348.7 348.7 0 0 1 13.85 81.4 4.33 4.33 0 0 0 4.3 4.12l56.62-.07a2 2 0 0 1 2 1.7 117.5 117.5 0 0 1 0 28.62 2 2 0 0 1-2 1.72h-56.67a4.35 4.35 0 0 0-4.3 4.17 367.4 367.4 0 0 1-13.87 81.3 4.45 4.45 0 0 0 2.19 5.19c5 2.59 10.57 5.48 15.37 8.42s9.55 6.08 14.13 9.34a172.7 172.7 0 0 1-23 22.93c-2.44-1.61-5.34-3.44-7.84-4.94-1.72-1-4.89-2.77-6.65-3.76-3.82-2.14-7.88-.54-9.79 3.4s-4.83 9.59-6.87 13.25a212 212 0 0 1-12.35 19.53C310.91 442.37 284.94 448 256 448s-54.77-5.63-79.4-17.15"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M256 400V32l176 80-176 80" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="M256 336c-87 0-175.3 43.2-191.64 124.74C62.39 470.57 68.57 480 80 480h352c11.44 0 17.62-9.43 15.65-19.26C431.3 379.2 343 336 256 336Z" 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="M240 16v304.47q8-.47 16-.47t16 .47V202.3L448 112Z"/><path d="M462.91 457.5c-8.54-42.85-35-78.74-76.62-103.8-32.43-19.55-72.53-31.3-114.29-33.7v95.79h-32V320c-41.79 2.4-81.89 14.15-114.32 33.7-41.59 25.06-68.08 60.95-76.62 103.8-2 9.81-.68 38.5-.68 38.5h415.21s1.28-28.69-.68-38.5"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M272 320.46V202.3l166.62-75.73a16 16 0 0 0 0-29.14l-176-80A16 16 0 0 0 240 32v288.46q8-.45 16-.46t16 .46"/><path d="M463.33 457.5c-8.56-42.85-35.11-78.74-76.78-103.8-32.5-19.55-72.67-31.3-114.55-33.7v79.75a16 16 0 1 1-32 0V320c-41.88 2.4-82.05 14.15-114.55 33.7-41.67 25.06-68.22 60.95-76.78 103.8a32.49 32.49 0 0 0 6.44 27.08C61.13 492 70 496 80 496h352c10 0 18.88-4.05 24.9-11.42a32.49 32.49 0 0 0 6.43-27.08"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><rect width="176" height="176" x="48" y="48" rx="20" ry="20" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><rect width="176" height="176" x="288" y="48" rx="20" ry="20" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><rect width="176" height="176" x="48" y="288" rx="20" ry="20" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><rect width="176" height="176" x="288" y="288" rx="20" ry="20" 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="M240 240H32V32h208ZM480 240H272V32h208ZM240 480H32V272h208ZM480 480H272V272h208Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M204 240H68a36 36 0 0 1-36-36V68a36 36 0 0 1 36-36h136a36 36 0 0 1 36 36v136a36 36 0 0 1-36 36M444 240H308a36 36 0 0 1-36-36V68a36 36 0 0 1 36-36h136a36 36 0 0 1 36 36v136a36 36 0 0 1-36 36M204 480H68a36 36 0 0 1-36-36V308a36 36 0 0 1 36-36h136a36 36 0 0 1 36 36v136a36 36 0 0 1-36 36M444 480H308a36 36 0 0 1-36-36V308a36 36 0 0 1 36-36h136a36 36 0 0 1 36 36v136a36 36 0 0 1-36 36"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M277.42 247a24.7 24.7 0 0 0-4.08-5.47L255 223.44a21.6 21.6 0 0 0-6.56-4.57 20.93 20.93 0 0 0-23.28 4.27c-6.36 6.26-18 17.68-39 38.43C146 301.3 71.43 367.89 37.71 396.29a16 16 0 0 0-1.09 23.54l39 39.43a16.13 16.13 0 0 0 23.67-.89c29.24-34.37 96.3-109 136-148.23 20.39-20.06 31.82-31.58 38.29-37.94a21.76 21.76 0 0 0 3.84-25.2M478.43 201l-34.31-34a5.44 5.44 0 0 0-4-1.59 5.6 5.6 0 0 0-4 1.59h0a11.41 11.41 0 0 1-9.55 3.27c-4.48-.49-9.25-1.88-12.33-4.86-7-6.86 1.09-20.36-5.07-29a243 243 0 0 0-23.08-26.72c-7.06-7-34.81-33.47-81.55-52.53a123.8 123.8 0 0 0-47-9.24c-26.35 0-46.61 11.76-54 18.51-5.88 5.32-12 13.77-12 13.77a91 91 0 0 1 10.81-3.2 79.5 79.5 0 0 1 23.28-1.49C241.19 76.8 259.94 84.1 270 92c16.21 13 23.18 30.39 24.27 52.83.8 16.69-15.23 37.76-30.44 54.94a7.85 7.85 0 0 0 .4 10.83l21.24 21.23a8 8 0 0 0 11.14.1c13.93-13.51 31.09-28.47 40.82-34.46s17.58-7.68 21.35-8.09a35.7 35.7 0 0 1 21.3 4.62 13.7 13.7 0 0 1 3.08 2.38c6.46 6.56 6.07 17.28-.5 23.74l-2 1.89a5.5 5.5 0 0 0 0 7.84l34.31 34a5.5 5.5 0 0 0 4 1.58 5.65 5.65 0 0 0 4-1.58L478.43 209a5.82 5.82 0 0 0 0-8" 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="m294.28 256.9-54.42-54.41a12 12 0 0 0-17 0L12.45 401a12 12 0 0 0-.27 17.2l66.05 66.28a12 12 0 0 0 17.22-.23l198.81-210.36a12 12 0 0 0 .02-16.99M499.33 199.33l-43.89-43.58a21.46 21.46 0 0 0-15.28-6.26 21.9 21.9 0 0 0-12.79 4.14c0-.43.06-.85.09-1.22.45-6.5 1.15-16.32-5.2-25.22a258 258 0 0 0-24.8-28.74.6.6 0 0 0-.08-.08c-13.32-13.12-42.31-37.83-86.72-55.94A139.6 139.6 0 0 0 257.56 32C226 32 202 46.24 192.81 54.68A53.4 53.4 0 0 0 176 86.17L192 96s8.06-2 13.86-3.39a62.7 62.7 0 0 1 18.45-1.15c13.19 1.09 28.79 7.64 35.69 13.09 11.7 9.41 17.33 22.09 18.26 41.09.2 4.23-9.52 21.35-24.16 39.84a8 8 0 0 0 .61 10.62l45.37 45.37a8 8 0 0 0 11 .25c12.07-11 30.49-28 34.67-30.59 7.69-4.73 13.19-5.64 14.7-5.8a19.2 19.2 0 0 1 11.29 2.38 1.24 1.24 0 0 1-.31.95l-1.82 1.73-.3.28a21.52 21.52 0 0 0 .05 30.54l43.95 43.68a8 8 0 0 0 11.28 0l74.68-74.2a8 8 0 0 0 .06-11.36"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="m280.16 242.79-26.11-26.12a32 32 0 0 0-45.14-.12L27.38 384.08c-6.61 6.23-10.95 14.17-11.35 23.06a32.1 32.1 0 0 0 9.21 23.94l39 39.43a.5.5 0 0 0 .07.07A32.3 32.3 0 0 0 87 480h1.18c8.89-.33 16.85-4.5 23.17-11.17l168.7-180.7a32 32 0 0 0 .11-45.34M490 190l-.31-.31-34.27-33.92a21.46 21.46 0 0 0-15.28-6.26 21.9 21.9 0 0 0-12.79 4.14c0-.43.06-.85.09-1.22.45-6.5 1.15-16.32-5.2-25.22a258 258 0 0 0-24.8-28.74.6.6 0 0 0-.08-.08c-13.32-13.12-42.31-37.83-86.72-55.94A139.6 139.6 0 0 0 257.56 32C226 32 202 46.24 192.81 54.68a120 120 0 0 0-14.18 16.22 16 16 0 0 0 18.65 24.34 75 75 0 0 1 8.58-2.63 63.5 63.5 0 0 1 18.45-1.15c13.19 1.09 28.79 7.64 35.69 13.09 11.7 9.41 17.33 22.09 18.26 41.09.18 3.82-7.72 18.14-20 34.48a16 16 0 0 0 1.45 21l34.41 34.41a16 16 0 0 0 22 .62c9.73-8.69 24.55-21.79 29.73-25 7.69-4.73 13.19-5.64 14.7-5.8a19.2 19.2 0 0 1 11.29 2.38 1.24 1.24 0 0 1-.31.95l-1.82 1.73-.3.28a21.52 21.52 0 0 0 .05 30.54l34.26 33.91a21.45 21.45 0 0 0 15.28 6.25 21.7 21.7 0 0 0 15.22-6.2l55.5-54.82c.19-.19.38-.39.56-.59A21.87 21.87 0 0 0 490 190"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M80 320V144a32 32 0 0 1 32-32h0a32 32 0 0 1 32 32v112M144 256V80a32 32 0 0 1 32-32h0a32 32 0 0 1 32 32v160M272 241V96a32 32 0 0 1 32-32h0a32 32 0 0 1 32 32v224M208 240V48a32 32 0 0 1 32-32h0a32 32 0 0 1 32 32v192" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="M80 320c0 117.4 64 176 152 176s123.71-39.6 144-88l52.71-144c6.66-18.05 3.64-34.79-11.87-43.6h0c-15.52-8.82-35.91-4.28-44.31 11.68L336 320" 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="M429.58 209.08c-15.06-6.62-32.38 1.31-38.5 17.62L356 312h-11.27V80c0-17.6-13.3-32-29.55-32-16.26 0-29.55 14.4-29.55 32v151.75l-14.78.25V32c0-17.6-13.3-32-29.55-32s-29.55 14.4-29.55 32v199.75L197 232V64c0-17.6-13.3-32-29.55-32-16.26 0-29.55 14.4-29.55 32v183.75l-14.8.25V128c0-17.6-13.3-32-29.55-32S64 110.4 64 128v216c0 75.8 37.13 168 169 168 40.8 0 79.42-7 100.66-21a121.4 121.4 0 0 0 33.72-33.31 138 138 0 0 0 16-31.78l62.45-175.14c6.17-16.31-1.19-35.06-16.25-41.69"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M432.8 211.44c-15.52-8.82-34.91-2.28-43.31 13.68l-41.38 84.41a7 7 0 0 1-8.93 3.43 7 7 0 0 1-4.41-6.52V72c0-13.91-12.85-24-26.77-24s-26 10.09-26 24v156.64A11.24 11.24 0 0 1 271.21 240 11 11 0 0 1 260 229V24c0-13.91-10.94-24-24.86-24S210 10.09 210 24v204.64A11.24 11.24 0 0 1 199.21 240 11 11 0 0 1 188 229V56c0-13.91-12.08-24-26-24s-26 11.09-26 25v187.64A11.24 11.24 0 0 1 125.21 256 11 11 0 0 1 114 245V120c0-13.91-11.08-24-25-24s-25.12 10.22-25 24v216c0 117.41 72 176 160 176h16c88 0 115.71-39.6 136-88l68.71-169c6.62-18 3.6-34.75-11.91-43.56"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M432 320V144a32 32 0 0 0-32-32h0a32 32 0 0 0-32 32v112M368 256V80a32 32 0 0 0-32-32h0a32 32 0 0 0-32 32v160M240 241V96a32 32 0 0 0-32-32h0a32 32 0 0 0-32 32v224M304 240V48a32 32 0 0 0-32-32h0a32 32 0 0 0-32 32v192" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="M432 320c0 117.4-64 176-152 176s-123.71-39.6-144-88L83.33 264c-6.66-18.05-3.64-34.79 11.87-43.6h0c15.52-8.82 35.91-4.28 44.31 11.68L176 320" 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="M82.42 209.08c15.06-6.62 32.38 1.31 38.5 17.62L156 312h11.27V80c0-17.6 13.3-32 29.55-32 16.26 0 29.55 14.4 29.55 32v151.75l14.78.25V32c0-17.6 13.3-32 29.55-32 16.3 0 29.55 14.4 29.55 32v199.75L315 232V64c0-17.6 13.3-32 29.55-32 16.26 0 29.55 14.4 29.55 32v183.75l14.78.25V128c0-17.6 13.3-32 29.55-32C434.7 96 448 110.4 448 128v216c0 75.8-37.13 168-169 168-40.8 0-79.42-7-100.66-21a121.4 121.4 0 0 1-33.72-33.31 138 138 0 0 1-16-31.78L66.16 250.77c-6.11-16.31 1.2-35.06 16.26-41.69"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M79.2 211.44c15.52-8.82 34.91-2.28 43.31 13.68l41.38 84.41a7 7 0 0 0 8.93 3.43 7 7 0 0 0 4.41-6.52V72c0-13.91 12.85-24 26.77-24s26 10.09 26 24v156.64A11.24 11.24 0 0 0 240.79 240 11 11 0 0 0 252 229V24c0-13.91 10.94-24 24.86-24S302 10.09 302 24v204.64A11.24 11.24 0 0 0 312.79 240 11 11 0 0 0 324 229V56c0-13.91 12.08-24 26-24s26 11.09 26 25v187.64A11.24 11.24 0 0 0 386.79 256 11 11 0 0 0 398 245V120c0-13.91 11.08-24 25-24s25.12 10.22 25 24v216c0 117.41-72 176-160 176h-16c-88 0-115.71-39.6-136-88L67.33 255c-6.66-18-3.64-34.75 11.87-43.56"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><circle cx="184" cy="232" r="24"/><path d="M256.05 384c-45.42 0-83.62-29.53-95.71-69.83a8 8 0 0 1 7.82-10.17h175.69a8 8 0 0 1 7.82 10.17c-11.99 40.3-50.2 69.83-95.62 69.83"/><circle cx="328" cy="232" r="24"/><circle cx="256" cy="256" r="208" 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="M414.39 97.61A224 224 0 1 0 97.61 414.39 224 224 0 1 0 414.39 97.61M328 208a24 24 0 1 1-24 24 23.94 23.94 0 0 1 24-24m-144 0a24 24 0 1 1-24 24 23.94 23.94 0 0 1 24-24m72.05 176c-45.42 0-83.75-29.49-95.72-69.83C159.29 310.65 158 304 158 304h196s-1.31 6.69-2.33 10.17c-11.78 40.36-50.2 69.83-95.62 69.83"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M414.39 97.61A224 224 0 1 0 97.61 414.39 224 224 0 1 0 414.39 97.61M184 208a24 24 0 1 1-24 24 23.94 23.94 0 0 1 24-24m167.67 106.17c-12 40.3-50.2 69.83-95.62 69.83s-83.62-29.53-95.72-69.83a8 8 0 0 1 7.83-10.17h175.69a8 8 0 0 1 7.82 10.17M328 256a24 24 0 1 1 24-24 23.94 23.94 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"><rect width="352" height="352" x="80" y="80" rx="48" ry="48" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><rect width="224" height="224" x="144" y="144" rx="16" ry="16" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="M256 80V48M336 80V48M176 80V48M256 464v-32M336 464v-32M176 464v-32M432 256h32M432 336h32M432 176h32M48 256h32M48 336h32M48 176h32" 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="M160 160h192v192H160z"/><path d="M480 198v-44h-32V88a24 24 0 0 0-24-24h-66V32h-44v32h-36V32h-44v32h-36V32h-44v32H88a24 24 0 0 0-24 24v66H32v44h32v36H32v44h32v36H32v44h32v66a24 24 0 0 0 24 24h66v32h44v-32h36v32h44v-32h36v32h44v-32h66a24 24 0 0 0 24-24v-66h32v-44h-32v-36h32v-44h-32v-36Zm-352-70h256v256H128Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M352 128H160a32 32 0 0 0-32 32v192a32 32 0 0 0 32 32h192a32 32 0 0 0 32-32V160a32 32 0 0 0-32-32m0 216a8 8 0 0 1-8 8H168a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8h176a8 8 0 0 1 8 8Z" class="ionicon-fill-none"/><rect width="192" height="192" x="160" y="160" rx="8" ry="8"/><path d="M464 192a16 16 0 0 0 0-32h-16v-32a64.07 64.07 0 0 0-64-64h-32V48a16 16 0 0 0-32 0v16h-48V48a16 16 0 0 0-32 0v16h-48V48a16 16 0 0 0-32 0v16h-32a64.07 64.07 0 0 0-64 64v32H48a16 16 0 0 0 0 32h16v48H48a16 16 0 0 0 0 32h16v48H48a16 16 0 0 0 0 32h16v32a64.07 64.07 0 0 0 64 64h32v16a16 16 0 0 0 32 0v-16h48v16a16 16 0 0 0 32 0v-16h48v16a16 16 0 0 0 32 0v-16h32a64.07 64.07 0 0 0 64-64v-32h16a16 16 0 0 0 0-32h-16v-48h16a16 16 0 0 0 0-32h-16v-48Zm-80 160a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h192a32 32 0 0 1 32 32Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M83 384c-13-33-35-93.37-35-128C48 141.12 149.33 48 256 48s208 93.12 208 208c0 34.63-23 97-35 128" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="m108.39 270.13-13.69 8c-30.23 17.7-31.7 72.41-3.38 122.2s75.87 75.81 106.1 58.12l13.69-8a16.16 16.16 0 0 0 5.78-21.87L130 276a15.74 15.74 0 0 0-21.61-5.87ZM403.61 270.13l13.69 8c30.23 17.69 31.74 72.4 3.38 122.19s-75.87 75.81-106.1 58.12l-13.69-8a16.16 16.16 0 0 1-5.78-21.87L382 276a15.74 15.74 0 0 1 21.61-5.87Z" 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="M411.16 97.45C368.43 55.85 311.88 32 256 32S143.57 55.85 100.84 97.45C56.45 140.67 32 196 32 256s26.84 118.49 45.42 152.25S121 480 144 480c32 0 96-32 96-32L128 240l-54.42 31.73a176 176 0 0 1-1-18.84c0-48.57 19.32-94.1 56.15-130C164.24 88.34 210 70 256 70s91.73 18.34 127.27 52.93c36.83 35.86 56.14 81.39 56.14 130a176 176 0 0 1-1 18.82L384 240 272 448s64 32 96 32c23 0 48-38 66.58-71.75S480 316 480 256s-24.45-115.33-68.84-158.55"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M411.16 97.46C368.43 55.86 311.88 32 256 32S143.57 55.86 100.84 97.46C56.45 140.67 32 197 32 256c0 26.67 8.75 61.09 32.88 125.55S137 473 157.27 477.41c5.81 1.27 12.62 2.59 18.73 2.59a60.06 60.06 0 0 0 30-8l14-8c15.07-8.82 19.47-28.13 10.8-43.35l-86.92-152.57a31.73 31.73 0 0 0-43.57-11.76l-13.69 8a56.5 56.5 0 0 0-14 11.59 4 4 0 0 1-7-2A115 115 0 0 1 64 256c0-50.31 21-98.48 59.16-135.61C160 84.55 208.39 64 256 64s96 20.55 132.84 56.39C427 157.52 448 205.69 448 256a115 115 0 0 1-1.68 17.91 4 4 0 0 1-7 2 56.5 56.5 0 0 0-14-11.59l-13.69-8a31.73 31.73 0 0 0-43.57 11.76L281.2 420.65c-8.67 15.22-4.27 34.53 10.8 43.35l14 8a60.06 60.06 0 0 0 30 8c6.11 0 12.92-1.32 18.73-2.59C375 473 423 446 447.12 381.55S480 282.67 480 256c0-59-24.45-115.33-68.84-158.54"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M448 256c0-106-86-192-192-192S64 150 64 256s86 192 192 192 192-86 192-192Z" stroke-miterlimit="10" class="ionicon-fill-none ionicon-stroke-width"/><path d="M256 360a16 16 0 0 1-9-2.78c-39.3-26.68-56.32-45-65.7-56.41-20-24.37-29.58-49.4-29.3-76.5.31-31.06 25.22-56.33 55.53-56.33 20.4 0 35 10.63 44.1 20.41a6 6 0 0 0 8.72 0c9.11-9.78 23.7-20.41 44.1-20.41 30.31 0 55.22 25.27 55.53 56.33.28 27.1-9.31 52.13-29.3 76.5-9.38 11.44-26.4 29.73-65.7 56.41A16 16 0 0 1 256 360"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208 208-93.31 208-208S370.69 48 256 48m74.69 252.82c-8.5 10.36-39.69 38.48-74.69 63.51-35-25-66.19-53.15-74.69-63.51-20-24.37-29.58-49.4-29.3-76.5.31-31.06 25.22-56.33 55.53-56.33 22 0 37.3 12.41 46.19 22.76l2.27 2.75 2.27-2.75C267 180.29 282.42 168 304.46 168c30.31 0 55.22 25.27 55.53 56.33.28 27.09-9.31 52.12-29.3 76.49"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208 208-93.31 208-208S370.69 48 256 48m74.69 252.82c-9.38 11.44-26.4 29.73-65.7 56.41a15.93 15.93 0 0 1-18 0c-39.3-26.68-56.32-45-65.7-56.41-20-24.37-29.58-49.4-29.3-76.5.31-31.06 25.22-56.33 55.53-56.33 20.4 0 35 10.63 44.1 20.41a6 6 0 0 0 8.72 0c9.11-9.78 23.7-20.41 44.1-20.41 30.31 0 55.22 25.27 55.53 56.33.3 27.1-9.29 52.13-29.28 76.5"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M448 256c0-106-86-192-192-192S64 150 64 256s86 192 192 192 192-86 192-192Z" stroke-miterlimit="10" class="ionicon-fill-none ionicon-stroke-width"/><path d="M333.2 297.69c18.28-23.39 27.06-47.43 26.79-73.37-.31-31.06-25.22-56.33-55.53-56.33-20.4 0-35 10.64-44.11 20.42a5.93 5.93 0 0 1-8.7 0c-9.11-9.78-23.71-20.42-44.11-20.42L206 168a4 4 0 0 0-2.75 6.84l124 123.21a3.92 3.92 0 0 0 5.95-.36M158.84 221a4 4 0 0 0-6.82 2.72v.64c-.28 27.1 9.31 52.13 29.3 76.5 9.38 11.44 26.4 29.73 65.7 56.41a15.93 15.93 0 0 0 18 0c5.15-3.49 9.9-6.84 14.31-10a4 4 0 0 0 .46-6.07ZM336 368a15.92 15.92 0 0 1-11.31-4.69l-176-176a16 16 0 0 1 22.62-22.62l176 176A16 16 0 0 1 336 368"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208 208-93.31 208-208S370.69 48 256 48m63.73 310.36-183.14-182.3 22.74-22.51 183.19 182.36Zm-63.51 4.86c-35.36-25-66.31-51.92-74.91-62.4-20-24.37-29.58-49.4-29.3-76.5a58 58 0 0 1 .85-9.31l130.21 129.4c-3.43 2.59-16.21 11.45-26.85 18.81m74.47-62.4-.31.38L197.33 169a54 54 0 0 1 10.21-1 59.34 59.34 0 0 1 44.1 19.41L256 192l4.36-4.6a59.34 59.34 0 0 1 44.1-19.4c30.31 0 55.22 25.27 55.53 56.33.28 27.09-9.31 52.12-29.3 76.49"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208 208-93.31 208-208S370.69 48 256 48m23.3 299.19c-4.41 3.2-9.16 6.55-14.31 10a15.93 15.93 0 0 1-18 0c-39.3-26.68-56.32-45-65.7-56.41-20-24.37-29.58-49.4-29.3-76.5v-.64a4 4 0 0 1 6.82-2.72l120.95 120.2a4 4 0 0 1-.46 6.07m68 16.12a16 16 0 0 1-22.62 0l-176-176a16 16 0 0 1 22.62-22.62l176 176a16 16 0 0 1 .01 22.62Zm-14.1-65.62a3.92 3.92 0 0 1-6 .37l-124-123.21A4 4 0 0 1 206 168h1.55c20.4 0 35 10.64 44.11 20.42a5.93 5.93 0 0 0 8.7 0c9.11-9.78 23.71-20.42 44.11-20.42 30.31 0 55.22 25.27 55.53 56.33.26 25.93-8.52 49.97-26.8 73.36"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M417.84 448a15.94 15.94 0 0 1-11.35-4.72L40.65 75.26a16 16 0 0 1 22.7-22.56l365.83 368a16 16 0 0 1-11.34 27.3M364.92 80c-48.09 0-80 29.55-96.92 51-16.88-21.48-48.83-51-96.92-51a107.4 107.4 0 0 0-31 4.55L168 112c22.26 0 45.81 9 63.94 26.67a123 123 0 0 1 21.75 28.47 16 16 0 0 0 28.6 0 123 123 0 0 1 21.77-28.51C322.19 121 342.66 112 364.92 112c43.15 0 78.62 36.33 79.07 81 .54 53.69-22.75 99.55-57.38 139.52l22.63 22.77c3-3.44 5.7-6.64 8.14-9.6 40-48.75 59.15-98.8 58.61-153C475.37 130.52 425.54 80 364.92 80M268 432C180.38 372.51 91 297.6 92 193a83.7 83.7 0 0 1 2.24-18.39L69 149.14a115.1 115.1 0 0 0-9 43.49c-.54 54.22 18.63 104.27 58.61 153 18.77 22.87 52.8 59.45 131.39 112.8a31.84 31.84 0 0 0 36 0c20.35-13.81 37.7-26.5 52.58-38.11l-22.66-22.81C300.25 409.6 284.09 421.05 268 432"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="m32 64.45 389.47 389.94 22.84-22.47L54.85 42zM62.67 192.91c-.56 55.63 19.77 106.94 62.16 156.88 40.25 47.42 94.56 79.67 137.47 108.21l9 6 9-6c18.49-12.3 39.1-25.3 59.79-39.89L71.74 149.28a114.6 114.6 0 0 0-9.07 43.63M417.83 349.79c42.39-49.94 62.72-101.25 62.16-156.88-.63-62-50.61-112.54-111.43-112.54-48.26 0-80.35 28-97.23 48.17-16.88-20.2-49-48.17-97.23-48.17A108.2 108.2 0 0 0 142.84 85l270 270.48c1.71-1.89 3.37-3.78 4.99-5.69"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M417.84 448a16 16 0 0 1-11.35-4.72l-365.84-368a16 16 0 1 1 22.7-22.56l365.83 368A16 16 0 0 1 417.84 448M364.92 80c-44.09 0-74.61 24.82-92.39 45.5a6 6 0 0 1-9.06 0C245.69 104.82 215.16 80 171.08 80a107.7 107.7 0 0 0-31 4.54l269.13 270.7c3-3.44 5.7-6.64 8.14-9.6 40-48.75 59.15-98.79 58.61-153C475.37 130.53 425.54 80 364.92 80M69 149.15a115.1 115.1 0 0 0-9 43.49c-.54 54.21 18.63 104.25 58.61 153 18.77 22.87 52.8 59.45 131.39 112.8a31.88 31.88 0 0 0 36 0c20.35-13.82 37.7-26.5 52.58-38.12Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M352.92 64c-48.09 0-80 29.54-96.92 51-16.88-21.49-48.83-51-96.92-51C98.46 64 48.63 114.54 48 176.65c-.54 54.21 18.63 104.27 58.61 153 18.77 22.88 52.8 59.46 131.39 112.81a31.84 31.84 0 0 0 36 0c78.59-53.35 112.62-89.93 131.39-112.81 40-48.74 59.15-98.8 58.61-153C463.37 114.54 413.54 64 352.92 64M256 416V207.58c0-19.63 5.23-38.76 14.21-56.22a1 1 0 0 1 .08-.16 123 123 0 0 1 21.77-28.51C310.19 105 330.66 96 352.92 96c43.15 0 78.62 36.32 79.07 81C433 281.61 343.63 356.51 256 416"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M352.92 64c-48.11 0-80.1 28-96.92 48.21C239.18 92 207.19 64 159.08 64 98.46 64 48.63 114.54 48 176.65c-.56 55.68 19.71 107 62 157 40.12 47.46 94.25 79.75 137 108.32l9 6 9-6c42.78-28.57 96.91-60.86 137-108.32 42.25-50 62.52-101.35 62-157C463.37 114.54 413.54 64 352.92 64m24.67 249c-31.78 37.6-74.68 65.75-112.52 90.59l-9.07 6V162.23l24.59-29.54C294.53 116 318.38 96 352.92 96c43.15 0 78.62 36.32 79.07 81a178.6 178.6 0 0 1-12.69 68.59c-9.03 22.84-22.67 44.91-41.71 67.41"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M352.92 64c-48.09 0-80 29.54-96.92 51-16.88-21.49-48.83-51-96.92-51C98.46 64 48.63 114.54 48 176.65c-.54 54.21 18.63 104.27 58.61 153 18.77 22.88 52.8 59.46 131.39 112.81a31.84 31.84 0 0 0 36 0c78.59-53.35 112.62-89.93 131.39-112.81 40-48.74 59.15-98.8 58.61-153C463.37 114.54 413.54 64 352.92 64M256 416V207.58c0-19.63 5.23-38.76 14.21-56.22a1 1 0 0 1 .08-.16 123 123 0 0 1 21.77-28.51C310.19 105 330.66 96 352.92 96c43.15 0 78.62 36.32 79.07 81C433 281.61 343.63 356.51 256 416"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M352.92 80C288 80 256 144 256 144s-32-64-96.92-64c-52.76 0-94.54 44.14-95.08 96.81-1.1 109.33 86.73 187.08 183 252.42a16 16 0 0 0 18 0c96.26-65.34 184.09-143.09 183-252.42-.54-52.67-42.32-96.81-95.08-96.81" 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 448-9-6c-42.78-28.57-96.91-60.86-137-108.32-42.25-50-62.52-101.35-62-157C48.63 114.54 98.46 64 159.08 64c48.11 0 80.1 28 96.92 48.21C272.82 92 304.81 64 352.92 64c60.62 0 110.45 50.54 111.08 112.65.56 55.68-19.71 107-62 157-40.09 47.49-94.22 79.78-137 108.35Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M256 448a32 32 0 0 1-18-5.57c-78.59-53.35-112.62-89.93-131.39-112.8-40-48.75-59.15-98.8-58.61-153C48.63 114.52 98.46 64 159.08 64c44.08 0 74.61 24.83 92.39 45.51a6 6 0 0 0 9.06 0C278.31 88.81 308.84 64 352.92 64c60.62 0 110.45 50.52 111.08 112.64.54 54.21-18.63 104.26-58.61 153-18.77 22.87-52.8 59.45-131.39 112.8a32 32 0 0 1-18 5.56"/></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="208" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><circle cx="256" cy="256" r="80" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="m208 54 8 132M296 186l8-132M208 458l8-132M296 326l8 132M458 208l-132 8M326 296l132 8M54 208l132 8M186 296l-132 8" 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 32C132.29 32 32 132.29 32 256s100.29 224 224 224 224-100.29 224-224S379.71 32 256 32m-64 224a64 64 0 1 1 64 64 64 64 0 0 1-64-64m237.24-62.29L342.91 199a104.9 104.9 0 0 0-29.86-29.86l5.24-86.33a185 185 0 0 1 111 111Zm-303.35-67.82a183.4 183.4 0 0 1 67.82-43.13l5.29 86.33A104.9 104.9 0 0 0 169.09 199l-86.33-5.24a183.4 183.4 0 0 1 43.13-67.87m-43.13 192.4 86.33-5.24A104.9 104.9 0 0 0 199 342.91l-5.24 86.33a185 185 0 0 1-111-110.95m303.35 67.82a183.4 183.4 0 0 1-67.82 43.13l-5.24-86.33a104.9 104.9 0 0 0 29.86-29.86l86.33 5.24a183.4 183.4 0 0 1-43.13 67.82"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M414.39 97.61A224 224 0 1 0 97.61 414.39 224 224 0 1 0 414.39 97.61M192.13 260.18a64 64 0 1 1 59.69 59.69 64.07 64.07 0 0 1-59.69-59.69m240-66.64-96.37 5.84a4.06 4.06 0 0 1-3.44-1.59 96 96 0 0 0-18.07-18.07 4.06 4.06 0 0 1-1.59-3.44l5.84-96.37a4 4 0 0 1 5.42-3.51A193 193 0 0 1 435.6 188.12a4 4 0 0 1-3.51 5.42ZM193.54 79.91l5.84 96.37a4.06 4.06 0 0 1-1.59 3.44 96 96 0 0 0-18.07 18.07 4.06 4.06 0 0 1-3.44 1.59l-96.37-5.84a4 4 0 0 1-3.51-5.42A193 193 0 0 1 188.12 76.4a4 4 0 0 1 5.42 3.51M79.91 318.46l96.37-5.84a4.06 4.06 0 0 1 3.44 1.59 96 96 0 0 0 18.07 18.07 4.06 4.06 0 0 1 1.59 3.44l-5.84 96.37a4 4 0 0 1-5.42 3.51A193 193 0 0 1 76.4 323.88a4 4 0 0 1 3.51-5.42m238.55 113.63-5.84-96.37a4.06 4.06 0 0 1 1.59-3.44 96 96 0 0 0 18.07-18.07 4.06 4.06 0 0 1 3.44-1.59l96.37 5.84a4 4 0 0 1 3.51 5.42A193 193 0 0 1 323.88 435.6a4 4 0 0 1-5.42-3.51"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M256 80a176 176 0 1 0 176 176A176 176 0 0 0 256 80Z" stroke-miterlimit="10" class="ionicon-fill-none ionicon-stroke-width"/><path d="M200 202.29s.84-17.5 19.57-32.57C230.68 160.77 244 158.18 256 158c10.93-.14 20.69 1.67 26.53 4.45 10 4.76 29.47 16.38 29.47 41.09 0 26-17 37.81-36.37 50.8S251 281.43 251 296" stroke-linecap="round" stroke-miterlimit="10" stroke-width="28px" class="ionicon-fill-none"/><circle cx="250" cy="348" r="20"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M288.55 150.84c-8.09-3.86-20-6-32.72-5.82-18 .22-33.13 5.2-45 14.78-23 18.48-24.55 40.37-24.77 42.8a61.7 61.7 0 0 0-.09 12 3 3 0 0 0 3 2.69h21.23a3 3 0 0 0 3-3A66 66 0 0 1 214 204c0-.11 1.14-11.7 14.36-22.34 7-5.64 16.11-8.44 27.83-8.59 9.32-.11 16.93 1.47 20.34 3.09C291 183 298 192.31 298 204.57c0 18-10.9 26.23-30.18 39.18C247.08 257.68 237 275.1 237 297v11a3 3 0 0 0 3 3h22a3 3 0 0 0 3-3v-11c0-9.16 2.23-19.13 18.44-30 19.95-13.41 42.56-28.6 42.56-62.43 0-23.14-13.3-42.23-37.45-53.73" class="ionicon-fill-none"/><path d="M256 64C150 64 64 150 64 256s86 192 192 192 192-86 192-192S362 64 256 64m10.44 302h-30.21a2.57 2.57 0 0 1-2.56-2.57v-30.2a2.57 2.57 0 0 1 2.56-2.57h30.21a2.57 2.57 0 0 1 2.56 2.57v30.2a2.57 2.57 0 0 1-2.56 2.57m17-99C267.23 277.88 265 287.85 265 297v11a3 3 0 0 1-3 3h-22a3 3 0 0 1-3-3v-11c0-21.91 10.08-39.33 30.82-53.26C287.1 230.8 298 222.6 298 204.57c0-12.26-7-21.57-21.49-28.46-3.41-1.62-11-3.2-20.34-3.09-11.72.15-20.82 2.95-27.83 8.59C215.12 192.25 214 203.84 214 204a66 66 0 0 0-.84 10.28 3 3 0 0 1-3 3h-21.25a3 3 0 0 1-3-2.69 61.7 61.7 0 0 1 .09-12c.22-2.43 1.8-24.32 24.77-42.8 11.91-9.58 27.06-14.56 45-14.78 12.7-.15 24.63 2 32.72 5.82 24.21 11.51 37.51 30.6 37.51 53.74 0 33.83-22.61 49.02-42.56 62.43"/></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 64m-6 304a20 20 0 1 1 20-20 20 20 0 0 1-20 20m33.44-102C267.23 276.88 265 286.85 265 296a14 14 0 0 1-28 0c0-21.91 10.08-39.33 30.82-53.26C287.1 229.8 298 221.6 298 203.57c0-12.26-7-21.57-21.49-28.46-3.41-1.62-11-3.2-20.34-3.09-11.72.15-20.82 2.95-27.83 8.59C215.12 191.25 214 202.83 214 203a14 14 0 1 1-28-1.35c.11-2.43 1.8-24.32 24.77-42.8 11.91-9.58 27.06-14.56 45-14.78 12.7-.15 24.63 2 32.72 5.82C312.7 161.34 326 180.43 326 203.57c0 33.83-22.61 49.02-42.56 62.43"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M160 164s1.44-33 33.54-59.46C212.6 88.83 235.49 84.28 256 84c18.73-.23 35.47 2.94 45.48 7.82C318.59 100.2 352 120.6 352 164c0 45.67-29.18 66.37-62.35 89.18S248 298.36 248 324" stroke-linecap="round" stroke-miterlimit="10" stroke-width="40px" class="ionicon-fill-none"/><circle cx="248" cy="399.99" r="32"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M160 164c0-10 1.44-33 33.54-59.46C212.6 88.83 235.49 84.28 256 84c18.73-.23 35.47 2.94 45.48 7.82C318.59 100.2 352 120.6 352 164c0 45.67-29.18 66.37-62.35 89.18S248 290.36 248 316" stroke-linecap="square" stroke-miterlimit="10" stroke-width="40px" class="ionicon-fill-none"/><rect width="56" height="56" x="220" y="368" rx="3.5" ry="3.5"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M160 164s1.44-33 33.54-59.46C212.6 88.83 235.49 84.28 256 84c18.73-.23 35.47 2.94 45.48 7.82C318.59 100.2 352 120.6 352 164c0 45.67-29.18 66.37-62.35 89.18S248 298.36 248 324" stroke-linecap="round" stroke-miterlimit="10" stroke-width="40px" class="ionicon-fill-none"/><circle cx="248" cy="399.99" r="32"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M80 212v236a16 16 0 0 0 16 16h96V328a24 24 0 0 1 24-24h80a24 24 0 0 1 24 24v136h96a16 16 0 0 0 16-16V212" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="M480 256 266.89 52c-5-5.28-16.69-5.34-21.78 0L32 256M400 179V64h-48v69" 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="M416 174.74V48h-80v58.45L256 32 0 272h64v208h144V320h96v160h144V272h64z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M261.56 101.28a8 8 0 0 0-11.06 0L66.4 277.15a8 8 0 0 0-2.47 5.79L63.9 448a32 32 0 0 0 32 32H192a16 16 0 0 0 16-16V328a8 8 0 0 1 8-8h80a8 8 0 0 1 8 8v136a16 16 0 0 0 16 16h96.06a32 32 0 0 0 32-32V282.94a8 8 0 0 0-2.47-5.79Z"/><path d="m490.91 244.15-74.8-71.56V64a16 16 0 0 0-16-16h-48a16 16 0 0 0-16 16v32l-57.92-55.38C272.77 35.14 264.71 32 256 32c-8.68 0-16.72 3.14-22.14 8.63l-212.7 203.5c-6.22 6-7 15.87-1.34 22.37A16 16 0 0 0 43 267.56L250.5 69.28a8 8 0 0 1 11.06 0l207.52 198.28a16 16 0 0 0 22.59-.44c6.14-6.36 5.63-16.86-.76-22.97"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M145.61 464h220.78c19.8 0 35.55-16.29 33.42-35.06C386.06 308 304 310 304 256s83.11-51 95.8-172.94c2-18.78-13.61-35.06-33.41-35.06H145.61c-19.8 0-35.37 16.28-33.41 35.06C124.89 205 208 201 208 256s-82.06 52-95.8 172.94c-2.14 18.77 13.61 35.06 33.41 35.06" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="M343.3 432H169.13c-15.6 0-20-18-9.06-29.16C186.55 376 240 356.78 240 326V224c0-19.85-38-35-61.51-67.2-3.88-5.31-3.49-12.8 6.37-12.8h142.73c8.41 0 10.23 7.43 6.4 12.75C310.82 189 272 204.05 272 224v102c0 30.53 55.71 47 80.4 76.87 9.95 12.04 6.47 29.13-9.1 29.13"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M416 32H96v112l108 112L96 368v112h320V368L308 256l108-112ZM272 224v112l91 96H148l92-96V224l-80-80h192Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M415.7 427.13c-8.74-76.89-43.83-108.76-69.46-132C328.52 279 320 270.61 320 256c0-14.41 8.49-22.64 26.16-38.44 25.93-23.17 61.44-54.91 69.56-132.84a47 47 0 0 0-12-36.26A50.3 50.3 0 0 0 366.39 32H145.61a50.34 50.34 0 0 0-37.39 16.46 47.05 47.05 0 0 0-11.94 36.26c8.09 77.68 43.47 109.19 69.3 132.19C183.42 232.8 192 241.09 192 256c0 15.1-8.6 23.56-26.5 39.75-25.5 23.1-60.5 54.73-69.2 131.38a46.6 46.6 0 0 0 11.7 36.2A50.44 50.44 0 0 0 145.61 480h220.78A50.44 50.44 0 0 0 404 463.33a46.6 46.6 0 0 0 11.7-36.2M343.3 432H169.13c-15.6 0-20-18-9.06-29.16C186.55 376 240 356.78 240 326V224c0-19.85-38-35-61.51-67.2-3.88-5.31-3.49-12.8 6.37-12.8h142.73c8.41 0 10.22 7.43 6.4 12.75C310.82 189 272 204.05 272 224v102c0 30.53 55.71 47 80.4 76.87 9.95 12.04 6.47 29.13-9.1 29.13"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="m352 256-96 224-62-145" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="M299.42 223.48C291.74 239.75 275.18 252 256 252c-13.1 0-27-5-33.63-9.76C216.27 237.87 208 240 208 250v62a24.07 24.07 0 0 1-24 24h0a24.07 24.07 0 0 1-24-24v-56h-2c-35.35 0-62-28.65-62-64a64 64 0 0 1 64-64h8v-8a88 88 0 0 1 176 0v8h8a64 64 0 0 1 0 128c-21.78 0-42-13-52.59-32.51Z" 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="M359.72 112.37a104 104 0 0 0-207.44 0A80.12 80.12 0 0 0 80 192c0 39.36 26.37 71.23 62.38 78.46a2 2 0 0 1 1.62 2v38.83c0 21.84 17.2 40.22 39 40.74a40 40 0 0 0 41-40v-47.84a2 2 0 0 1 2.72-1.86A83.5 83.5 0 0 0 256 268a63.18 63.18 0 0 0 42.24-16.59 2 2 0 0 1 2.74 0A74.63 74.63 0 0 0 352 272a80 80 0 0 0 7.72-159.63"/><path d="M256 300v12a72.1 72.1 0 0 1-58.21 70.64L256 496l92.06-192.08a105.3 105.3 0 0 1-49.18-14.36A93.75 93.75 0 0 1 256 300"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M183 352c-21.84-.52-39-18.9-39-40.74v-34.07a8 8 0 0 0-6-7.74c-33.75-8.85-58-39.71-58-77.45a80.14 80.14 0 0 1 66.27-78.82 8 8 0 0 0 6.62-6.83 104 104 0 0 1 206.22 0 8 8 0 0 0 6.62 6.83A80 80 0 0 1 352 272a74.33 74.33 0 0 1-47.45-17.41 7.93 7.93 0 0 0-9.92-.14A62.9 62.9 0 0 1 256 268a80.5 80.5 0 0 1-21.8-3.18 8 8 0 0 0-10.2 7.69V312a40 40 0 0 1-41 40"/><path d="M263.39 299.7a8 8 0 0 0-7.39 7.91V312a72.11 72.11 0 0 1-50.69 68.76 8 8 0 0 0-4.91 10.78l40.91 94.8A16 16 0 0 0 256 496a16 16 0 0 0 14.69-9.7l73.78-172.15a8 8 0 0 0-6.2-11.07 106.3 106.3 0 0 1-35.9-11.59 8 8 0 0 0-7.13-.2 95 95 0 0 1-31.85 8.41"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><rect width="320" height="448" x="96" y="32" stroke-linejoin="round" rx="48" class="ionicon-fill-none ionicon-stroke-width"/><path stroke-linecap="round" stroke-linejoin="round" d="M208 80h96" class="ionicon-fill-none ionicon-stroke-width"/><path d="M333.48 284.51A39.65 39.65 0 0 0 304 272c-11.6 0-22.09 4.41-29.54 12.43s-11.2 19.12-10.34 31C265.83 338.91 283.72 358 304 358s38.14-19.09 39.87-42.55c.88-11.78-2.82-22.77-10.39-30.94M371.69 448H236.31a12.05 12.05 0 0 1-9.31-4.17 13 13 0 0 1-2.76-10.92c3.25-17.56 13.38-32.31 29.3-42.66C267.68 381.06 285.6 376 304 376s36.32 5.06 50.46 14.25c15.92 10.35 26.05 25.1 29.3 42.66a13 13 0 0 1-2.76 10.92 12.05 12.05 0 0 1-9.31 4.17"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M408 16H104a24 24 0 0 0-24 24v432a24 24 0 0 0 24 24h304a24 24 0 0 0 24-24V40a24 24 0 0 0-24-24m-61.1 296.77a43 43 0 1 1-40.71-40.71 43 43 0 0 1 40.71 40.71M192 64h128v32H192Zm192 384H224v-24.6c0-32.72 53.27-49.21 80-49.21s80 16.49 80 49.21Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M368 16H144a64.07 64.07 0 0 0-64 64v352a64.07 64.07 0 0 0 64 64h224a64.07 64.07 0 0 0 64-64V80a64.07 64.07 0 0 0-64-64m-34.52 268.51c7.57 8.17 11.27 19.16 10.39 30.94C342.14 338.91 324.25 358 304 358s-38.17-19.09-39.88-42.55c-.86-11.9 2.81-22.91 10.34-31S292.4 272 304 272a39.65 39.65 0 0 1 29.48 12.51M192 80a16 16 0 0 1 16-16h96a16 16 0 0 1 0 32h-96a16 16 0 0 1-16-16m189 363.83a12.05 12.05 0 0 1-9.31 4.17H236.31a12.05 12.05 0 0 1-9.31-4.17 13 13 0 0 1-2.76-10.92c3.25-17.56 13.38-32.31 29.3-42.66C267.68 381.06 285.6 376 304 376s36.32 5.06 50.46 14.25c15.92 10.35 26.05 25.1 29.3 42.66a13 13 0 0 1-2.76 10.92"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><rect width="416" height="352" x="48" y="80" rx="48" ry="48" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><circle cx="336" cy="176" r="32" stroke-miterlimit="10" class="ionicon-fill-none ionicon-stroke-width"/><path d="m304 335.79-90.66-90.49a32 32 0 0 0-43.87-1.3L48 352M224 432l123.34-123.34a32 32 0 0 1 43.11-2L464 368" 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="M456 64H56a24 24 0 0 0-24 24v336a24 24 0 0 0 24 24h400a24 24 0 0 0 24-24V88a24 24 0 0 0-24-24m-124.38 64.2a48 48 0 1 1-43.42 43.42 48 48 0 0 1 43.42-43.42M76 416a12 12 0 0 1-12-12v-87.63L192.64 202l96.95 96.75L172.37 416Zm372-12a12 12 0 0 1-12 12H217.63l149.53-149.53L448 333.84Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M416 64H96a64.07 64.07 0 0 0-64 64v256a64.07 64.07 0 0 0 64 64h320a64.07 64.07 0 0 0 64-64V128a64.07 64.07 0 0 0-64-64m-80 64a48 48 0 1 1-48 48 48.05 48.05 0 0 1 48-48M96 416a32 32 0 0 1-32-32v-67.63l94.84-84.3a48.06 48.06 0 0 1 65.8 1.9l64.95 64.81L172.37 416Zm352-32a32 32 0 0 1-32 32H217.63l121.42-121.42a47.72 47.72 0 0 1 61.64-.16L448 333.84Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M432 112V96a48.14 48.14 0 0 0-48-48H64a48.14 48.14 0 0 0-48 48v256a48.14 48.14 0 0 0 48 48h16" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><rect width="400" height="336" x="96" y="128" rx="45.99" ry="45.99" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><ellipse cx="372.92" cy="219.64" rx="30.77" ry="30.55" stroke-miterlimit="10" class="ionicon-fill-none ionicon-stroke-width"/><path d="M342.15 372.17 255 285.78a30.93 30.93 0 0 0-42.18-1.21L96 387.64M265.23 464l118.59-117.73a31 31 0 0 1 41.46-1.87L496 402.91" 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"><ellipse cx="373.14" cy="219.33" rx="46.29" ry="46" class="ionicon-fill-none"/><path d="M80 132v328a20 20 0 0 0 20 20h392a20 20 0 0 0 20-20V132a20 20 0 0 0-20-20H100a20 20 0 0 0-20 20m293.14 41.33a46 46 0 1 1-46.28 46 46.19 46.19 0 0 1 46.28-46m-261.41 276v-95.48l122.76-110.2L328.27 337l-113 112.33Zm368.27 0H259l144.58-144L480 370.59Z"/><path d="M20 32A20 20 0 0 0 0 52v344a20 20 0 0 0 20 20h28V100a20 20 0 0 1 20-20h380V52a20 20 0 0 0-20-20Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M450.29 112H142c-34 0-62 27.51-62 61.33v245.34c0 33.82 28 61.33 62 61.33h308c34 0 62-26.18 62-60V173.33c0-33.82-27.68-61.33-61.71-61.33m-77.15 61.34a46 46 0 1 1-46.28 46 46.19 46.19 0 0 1 46.28-46.01Zm-231.55 276c-17 0-29.86-13.75-29.86-30.66v-64.83l90.46-80.79a46.54 46.54 0 0 1 63.44 1.83L328.27 337l-113 112.33ZM480 418.67a30.67 30.67 0 0 1-30.71 30.66H259L376.08 333a46.24 46.24 0 0 1 59.44-.16L480 370.59Z"/><path d="M384 32H64A64 64 0 0 0 0 96v256a64.11 64.11 0 0 0 48 62V152a72 72 0 0 1 72-72h326a64.11 64.11 0 0 0-62-48"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M256 256s-48-96-126-96c-54.12 0-98 43-98 96s43.88 96 98 96c37.51 0 71-22.41 94-48M256 256s48 96 126 96c54.12 0 98-43 98-96s-43.88-96-98-96c-37.51 0-71 22.41-94 48" stroke-linecap="round" 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="M382 136c-40.87 0-73.46 20.53-93.6 37.76l-.71.61-11.47 12.47 25.32 41.61 18.74-18.79C339.89 193.1 361.78 184 382 184c40.8 0 74 32.3 74 72s-33.2 72-74 72c-62 0-104.14-81.95-104.56-82.78C275 240.29 221.56 136 130 136 62.73 136 8 189.83 8 256s54.73 120 122 120c32.95 0 65.38-13.11 93.79-37.92l.61-.54 11.38-12.38-25.33-41.61-18.83 18.88C172 319.4 151.26 328 130 328c-40.8 0-74-32.3-74-72s33.2-72 74-72c62 0 104.14 81.95 104.56 82.78C237 271.71 290.44 376 382 376c67.27 0 122-53.83 122-120s-54.73-120-122-120"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M256 256s-48-96-126-96c-54.12 0-98 43-98 96s43.88 96 98 96c30 0 56.45-13.18 78-32M256 256s48 96 126 96c54.12 0 98-43 98-96s-43.88-96-98-96c-29.37 0-56.66 13.75-78 32" stroke-linecap="round" stroke-miterlimit="10" stroke-width="48px" 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 d="M248 64C146.39 64 64 146.39 64 248s82.39 184 184 184 184-82.39 184-184S349.61 64 248 64Z" stroke-miterlimit="10" class="ionicon-fill-none ionicon-stroke-width"/><path d="M220 220h32v116" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="M208 340h88" stroke-linecap="round" stroke-miterlimit="10" class="ionicon-fill-none ionicon-stroke-width"/><path d="M248 130a26 26 0 1 0 26 26 26 26 0 0 0-26-26"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M256 56C145.72 56 56 145.72 56 256s89.72 200 200 200 200-89.72 200-200S366.28 56 256 56m0 82a26 26 0 1 1-26 26 26 26 0 0 1 26-26m64 226H200v-32h44v-88h-32v-32h64v120h44Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M256 56C145.72 56 56 145.72 56 256s89.72 200 200 200 200-89.72 200-200S366.28 56 256 56m0 82a26 26 0 1 1-26 26 26 26 0 0 1 26-26m48 226h-88a16 16 0 0 1 0-32h28v-88h-16a16 16 0 0 1 0-32h32a16 16 0 0 1 16 16v104h28a16 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="M196 220h64v172" stroke-linecap="round" stroke-linejoin="round" stroke-width="40px" class="ionicon-fill-none"/><path d="M187 396h138" stroke-linecap="round" stroke-miterlimit="10" stroke-width="40px" class="ionicon-fill-none"/><path d="M256 160a32 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="M196 220h64v172M187 396h138" stroke-linecap="square" stroke-miterlimit="10" stroke-width="40px" class="ionicon-fill-none"/><path d="M256 160a32 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="M196 220h64v172" stroke-linecap="round" stroke-linejoin="round" stroke-width="40px" class="ionicon-fill-none"/><path d="M187 396h138" stroke-linecap="round" stroke-miterlimit="10" stroke-width="40px" class="ionicon-fill-none"/><path d="M256 160a32 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"><circle cx="256" cy="256" r="208" stroke-miterlimit="10" class="ionicon-fill-none ionicon-stroke-width"/><path d="M256 176v160a80 80 0 0 1 0-160M256 48v128a80 80 0 0 1 0 160v128c114.88 0 208-93.12 208-208S370.88 48 256 48"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M414.39 97.61A224 224 0 1 0 97.61 414.39 224 224 0 1 0 414.39 97.61M256 432v-96a80 80 0 0 1 0-160V80c97.05 0 176 79 176 176s-78.95 176-176 176"/><path d="M336 256a80 80 0 0 0-80-80v160a80 80 0 0 0 80-80"/></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="208" stroke-miterlimit="10" class="ionicon-fill-none ionicon-stroke-width"/><path d="M256 176v160a80 80 0 0 0 0-160M256 48v128a80 80 0 0 0 0 160v128c-114.88 0-208-93.12-208-208S141.12 48 256 48"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><rect width="320" height="416" x="96" y="48" rx="48" ry="48" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="M320 48v416" stroke-linejoin="round" stroke-width="60px" 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 d="M290 32H104a24 24 0 0 0-24 24v400a24 24 0 0 0 24 24h186ZM408 32h-58v448h58a24 24 0 0 0 24-24V56a24 24 0 0 0-24-24"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M290 32H144a64.07 64.07 0 0 0-64 64v320a64.07 64.07 0 0 0 64 64h146ZM368 32h-18v448h18a64.07 64.07 0 0 0 64-64V96a64.07 64.07 0 0 0-64-64"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M218.1 167.17c0 13 0 25.6 4.1 37.4-43.1 50.6-156.9 184.3-167.5 194.5a20.17 20.17 0 0 0-6.7 15c0 8.5 5.2 16.7 9.6 21.3 6.6 6.9 34.8 33 40 28 15.4-15 18.5-19 24.8-25.2 9.5-9.3-1-28.3 2.3-36s6.8-9.2 12.5-10.4 15.8 2.9 23.7 3c8.3.1 12.8-3.4 19-9.2 5-4.6 8.6-8.9 8.7-15.6.2-9-12.8-20.9-3.1-30.4s23.7 6.2 34 5 22.8-15.5 24.1-21.6-11.7-21.8-9.7-30.7c.7-3 6.8-10 11.4-11s25 6.9 29.6 5.9c5.6-1.2 12.1-7.1 17.4-10.4 15.5 6.7 29.6 9.4 47.7 9.4 68.5 0 124-53.4 124-119.2S408.5 48 340 48s-121.9 53.37-121.9 119.17ZM400 144a32 32 0 1 1-32-32 32 32 0 0 1 32 32Z" 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="M218.1 167.2c0 13 0 25.6 4.1 37.4-43.1 50.6-167.5 194.5-167.5 194.5l2.9 36.3s34.8 33 40 28c15.4-15 24.8-25.2 24.8-25.2l7.24-43.35 47.11-3.47 3.78-46.8 49.63-.95.49-50.09 52.69 2.1 9-18.84c15.5 6.7 29.6 9.4 47.7 9.4 68.5 0 124-53.4 124-119.2S408.5 48 340 48s-121.9 53.4-121.9 119.2M406.85 144A38.85 38.85 0 1 1 368 105.15 38.81 38.81 0 0 1 406.85 144"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M218.1 167.17c0 13 0 25.6 4.1 37.4-43.1 50.6-156.9 184.3-167.5 194.5a20.17 20.17 0 0 0-6.7 15c0 8.5 5.2 16.7 9.6 21.3 6.6 6.9 34.8 33 40 28 15.4-15 18.5-19 24.8-25.2 9.5-9.3-1-28.3 2.3-36s6.8-9.2 12.5-10.4 15.8 2.9 23.7 3c8.3.1 12.8-3.4 19-9.2 5-4.6 8.6-8.9 8.7-15.6.2-9-12.8-20.9-3.1-30.4s23.7 6.2 34 5 22.8-15.5 24.1-21.6-11.7-21.8-9.7-30.7c.7-3 6.8-10 11.4-11s25 6.9 29.6 5.9c5.6-1.2 12.1-7.1 17.4-10.4 15.5 6.7 29.6 9.4 47.7 9.4 68.5 0 124-53.4 124-119.2S408.5 48 340 48s-121.9 53.37-121.9 119.17M400 144a32 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"><circle cx="256" cy="448" r="32" stroke-miterlimit="10" class="ionicon-fill-none ionicon-stroke-width"/><circle cx="256" cy="320" r="32" stroke-miterlimit="10" class="ionicon-fill-none ionicon-stroke-width"/><path d="M288 192a32 32 0 1 1-32-32 32 32 0 0 1 32 32Z" stroke-miterlimit="10" class="ionicon-fill-none ionicon-stroke-width"/><circle cx="256" cy="64" r="32" stroke-miterlimit="10" class="ionicon-fill-none ionicon-stroke-width"/><circle cx="384" cy="320" r="32" stroke-miterlimit="10" class="ionicon-fill-none ionicon-stroke-width"/><circle cx="384" cy="192" r="32" stroke-miterlimit="10" class="ionicon-fill-none ionicon-stroke-width"/><circle cx="384" cy="64" r="32" stroke-miterlimit="10" class="ionicon-fill-none ionicon-stroke-width"/><circle cx="128" cy="320" r="32" stroke-miterlimit="10" class="ionicon-fill-none ionicon-stroke-width"/><circle cx="128" cy="192" r="32" stroke-miterlimit="10" class="ionicon-fill-none ionicon-stroke-width"/><circle cx="128" cy="64" r="32" 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"><rect width="96" height="96" x="80" y="16" rx="8" ry="8"/><rect width="96" height="96" x="208" y="16" rx="8" ry="8"/><rect width="96" height="96" x="336" y="16" rx="8" ry="8"/><rect width="96" height="96" x="80" y="144" rx="8" ry="8"/><rect width="96" height="96" x="208" y="144" rx="8" ry="8"/><rect width="96" height="96" x="336" y="144" rx="8" ry="8"/><rect width="96" height="96" x="80" y="272" rx="8" ry="8"/><rect width="96" height="96" x="208" y="272" rx="8" ry="8"/><rect width="96" height="96" x="208" y="400" rx="8" ry="8"/><rect width="96" height="96" x="336" y="272" rx="8" ry="8"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M256 400a48 48 0 1 0 48 48 48 48 0 0 0-48-48M256 272a48 48 0 1 0 48 48 48 48 0 0 0-48-48M256 144a48 48 0 1 0 48 48 48 48 0 0 0-48-48M256 16a48 48 0 1 0 48 48 48 48 0 0 0-48-48M384 272a48 48 0 1 0 48 48 48 48 0 0 0-48-48M384 144a48 48 0 1 0 48 48 48 48 0 0 0-48-48M384 16a48 48 0 1 0 48 48 48 48 0 0 0-48-48M128 272a48 48 0 1 0 48 48 48 48 0 0 0-48-48M128 144a48 48 0 1 0 48 48 48 48 0 0 0-48-48M128 16a48 48 0 1 0 48 48 48 48 0 0 0-48-48"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M48 112h288M192 64v48M272 448l96-224 96 224M301.5 384h133M281.3 112S257 206 199 277 80 384 80 384" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="M256 336s-35-27-72-75-56-85-56-85" 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="M363 176 246 464h47.24l24.49-58h90.54l24.49 58H480Zm-26.69 186L363 279.85 389.69 362ZM272 320c-.25-.19-20.59-15.77-45.42-42.67 39.58-53.64 62-114.61 71.15-143.33H352V90H214V48h-44v42H32v44h219.25c-9.52 26.95-27.05 69.5-53.79 108.36-32.68-43.44-47.14-75.88-47.33-76.22L143 152l-38 22 6.87 13.86c.89 1.56 17.19 37.9 54.71 86.57.92 1.21 1.85 2.39 2.78 3.57-49.72 56.86-89.15 79.09-89.66 79.47L64 368l23 36 19.3-11.47c2.2-1.67 41.33-24 92-80.78 24.52 26.28 43.22 40.83 44.3 41.67L255 362Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="m478.33 433.6-90-218a22 22 0 0 0-40.67 0l-90 218a22 22 0 1 0 40.67 16.79L316.66 406h102.67l18.33 44.39A22 22 0 0 0 458 464a22 22 0 0 0 20.32-30.4ZM334.83 362 368 281.65 401.17 362ZM267.84 342.92a22 22 0 0 0-4.89-30.7c-.2-.15-15-11.13-36.49-34.73 39.65-53.68 62.11-114.75 71.27-143.49H330a22 22 0 0 0 0-44H214V70a22 22 0 0 0-44 0v20H54a22 22 0 0 0 0 44h197.25c-9.52 26.95-27.05 69.5-53.79 108.36-31.41-41.68-43.08-68.65-43.17-68.87a22 22 0 0 0-40.58 17c.58 1.38 14.55 34.23 52.86 83.93.92 1.19 1.83 2.35 2.74 3.51-39.24 44.35-77.74 71.86-93.85 80.74a22 22 0 1 0 21.07 38.63c2.16-1.18 48.6-26.89 101.63-85.59 22.52 24.08 38 35.44 38.93 36.1a22 22 0 0 0 30.75-4.9Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><rect width="416" height="304" x="48" y="96" rx="32.14" ry="32.14" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="M16 416h480" 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="M477.29 400a27.75 27.75 0 0 0 2.71-12V108a28 28 0 0 0-28-28H60a28 28 0 0 0-28 28v280a27.75 27.75 0 0 0 2.71 12H0v32h512v-32Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="M496 400h-28.34A47.92 47.92 0 0 0 480 367.86V128.14A48.2 48.2 0 0 0 431.86 80H80.14A48.2 48.2 0 0 0 32 128.14v239.72A47.92 47.92 0 0 0 44.34 400H16a16 16 0 0 0 0 32h480a16 16 0 0 0 0-32"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="ionicon"><path d="m434.8 137.65-149.36-68.1c-16.19-7.4-42.69-7.4-58.88 0L77.3 137.65c-17.6 8-17.6 21.09 0 29.09l148 67.5c16.89 7.7 44.69 7.7 61.58 0l148-67.5c17.52-8 17.52-21.1-.08-29.09M160 308.52l-82.7 37.11c-17.6 8-17.6 21.1 0 29.1l148 67.5c16.89 7.69 44.69 7.69 61.58 0l148-67.5c17.6-8 17.6-21.1 0-29.1l-79.94-38.47" stroke-linecap="round" stroke-linejoin="round" class="ionicon-fill-none ionicon-stroke-width"/><path d="m160 204.48-82.8 37.16c-17.6 8-17.6 21.1 0 29.1l148 67.49c16.89 7.7 44.69 7.7 61.58 0l148-67.49c17.7-8 17.7-21.1.1-29.1L352 204.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="M480 150 256 48 32 150l224 104zM255.71 392.95l-144.81-66.2L32 362l224 102 224-102-78.69-35.3z"/><path d="m480 256-75.53-33.53L256.1 290.6l-148.77-68.17L32 256l224 102z"/></svg>