j1-template 2023.3.0 → 2023.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (261) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/content_generator_news_panel_posts.html +11 -9
  3. data/_includes/themes/j1/layouts/content_generator_post.html +1 -1
  4. data/_includes/themes/j1/layouts/layout_metadata_generator.html +0 -3
  5. data/_includes/themes/j1/modules/navigator/generator.html +3 -3
  6. data/_includes/themes/j1/modules/searcher/procedures/topsearch.proc +5 -5
  7. data/_includes/themes/j1/procedures/collections/create_collection_article_preview.proc +3 -3
  8. data/_includes/themes/j1/procedures/global/select_icon_size.proc +9 -2
  9. data/_includes/themes/j1/procedures/layouts/default_writer.proc +1 -1
  10. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +8 -8
  11. data/_includes/themes/j1/procedures/posts/create_series_header.proc +2 -2
  12. data/_layouts/category.html +2 -2
  13. data/assets/data/authclient.html +10 -12
  14. data/assets/data/banner.html +3 -3
  15. data/assets/data/fab.html +11 -8
  16. data/assets/data/footer.html +2 -3
  17. data/assets/data/gallery_customizer.html +2 -2
  18. data/assets/data/masonry.html +5 -5
  19. data/assets/data/masterslider.html +1 -1
  20. data/assets/data/menu.html +9 -6
  21. data/assets/data/panel.html +8 -8
  22. data/assets/data/quicklinks.html +3 -1
  23. data/assets/data/rtext_resizer.html +1 -1
  24. data/assets/data/slick.html +2 -2
  25. data/assets/data/translator.html +1 -1
  26. data/assets/themes/j1/adapter/js/advertising.js +302 -96
  27. data/assets/themes/j1/adapter/js/carousel.js +2 -2
  28. data/assets/themes/j1/adapter/js/j1.js +92 -25
  29. data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +1 -1
  30. data/assets/themes/j1/adapter/js/lazyLoader.js +221 -0
  31. data/assets/themes/j1/adapter/js/lunr.js +3 -3
  32. data/assets/themes/j1/adapter/js/navigator.js +3 -5
  33. data/assets/themes/j1/adapter/js/themeToggler.js +3 -3
  34. data/assets/themes/j1/adapter/js/themer.js +55 -21
  35. data/assets/themes/j1/core/css/icon-fonts/mdi.css +3 -7
  36. data/assets/themes/j1/core/css/icon-fonts/mdi.min.css +1 -1
  37. data/assets/themes/j1/core/css/icon-fonts/mdib.css +8337 -0
  38. data/assets/themes/j1/core/css/icon-fonts/mdib.min.css +1 -0
  39. data/assets/themes/j1/core/css/themes/unodark/bootstrap.css +104 -30
  40. data/assets/themes/j1/core/css/themes/unodark/bootstrap.min.css +1 -1
  41. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +19 -5
  42. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
  43. data/assets/themes/j1/core/js/template.js +98 -31
  44. data/assets/themes/j1/core/js/template.min.js +2 -2
  45. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  46. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-base.json +2690 -0
  47. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-base.min.json +1 -0
  48. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-light.json +2 -2
  49. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-light.min.json +1 -1
  50. data/assets/themes/j1/modules/materialize/scss/components/_global.scss +1 -1
  51. data/assets/themes/j1/modules/materialize/scss/components/_navbar.scss +2 -2
  52. data/assets/themes/j1/modules/materialize/scss/components/_sidenav.scss +1 -1
  53. data/assets/themes/j1/modules/materialize/scss/components/forms/_input-fields.scss +2 -2
  54. data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +1 -1
  55. data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +1 -1
  56. data/lib/j1/version.rb +1 -1
  57. data/lib/starter_web/Gemfile +2 -2
  58. data/lib/starter_web/README.md +5 -5
  59. data/lib/starter_web/_config.yml +2 -2
  60. data/lib/starter_web/_data/blocks/banner.yml +1 -1
  61. data/lib/starter_web/_data/blocks/defaults/footer.yml +1 -1
  62. data/lib/starter_web/_data/blocks/footer.yml +4 -1
  63. data/lib/starter_web/_data/blocks/panel.yml +47 -47
  64. data/lib/starter_web/_data/layouts/default.yml +1 -1
  65. data/lib/starter_web/_data/layouts/home.yml +29 -0
  66. data/lib/starter_web/_data/modules/advertising.yml +120 -42
  67. data/lib/starter_web/_data/modules/defaults/advertising.yml +1 -1
  68. data/lib/starter_web/_data/modules/defaults/attics.yml +2 -2
  69. data/lib/starter_web/_data/modules/defaults/authentication.yml +1 -1
  70. data/lib/starter_web/_data/modules/defaults/blog_navigator.yml +20 -20
  71. data/lib/starter_web/_data/modules/defaults/fab.yml +3 -3
  72. data/lib/starter_web/_data/modules/defaults/iconPicker.yml +1 -1
  73. data/lib/starter_web/_data/modules/defaults/lazyLoader.yml +33 -0
  74. data/lib/starter_web/_data/modules/defaults/lunr.yml +2 -2
  75. data/lib/starter_web/_data/modules/defaults/masterslider.yml +1 -1
  76. data/lib/starter_web/_data/modules/defaults/navigator.yml +18 -18
  77. data/lib/starter_web/_data/modules/defaults/themer.yml +2 -2
  78. data/lib/starter_web/_data/modules/fab.yml +7 -7
  79. data/lib/starter_web/_data/modules/iconPicker.yml +3 -3
  80. data/lib/starter_web/_data/modules/lazyLoader.yml +93 -0
  81. data/lib/starter_web/_data/modules/masonry.yml +2 -2
  82. data/lib/starter_web/_data/modules/navigator_menu.yml +190 -148
  83. data/lib/starter_web/_data/modules/slick.yml +47 -86
  84. data/lib/starter_web/_data/resources.yml +68 -70
  85. data/lib/starter_web/_data/templates/feed.xml +1 -1
  86. data/lib/starter_web/_includes/attributes.0.asciidoc +626 -0
  87. data/lib/starter_web/_includes/attributes.asciidoc +26 -24
  88. data/lib/starter_web/_includes/custom/templates/collection_panel.html +2 -2
  89. data/lib/starter_web/_includes/google/static/google_ad_5128488466.html +19 -0
  90. data/lib/starter_web/_includes/google/static/google_ad_7284712660.html +19 -0
  91. data/lib/starter_web/_includes/google/templates/google_ads.html +55 -0
  92. data/lib/starter_web/_plugins/asciidoctor/fab-icon-inline.rb +1 -1
  93. data/lib/starter_web/_plugins/asciidoctor/fas-icon-inline.rb +1 -1
  94. data/lib/starter_web/_plugins/asciidoctor/mdil-icon-inline.rb +1 -1
  95. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  96. data/lib/starter_web/assets/images/badges/configBinder.jpg +0 -0
  97. data/lib/starter_web/assets/images/badges/docsBinder.jpg +0 -0
  98. data/lib/starter_web/assets/images/badges/notebookBinder.jpg +0 -0
  99. data/lib/starter_web/assets/images/badges/scaleable/configBinder.svg +1 -1
  100. data/lib/starter_web/assets/images/badges/scaleable/docsBinder.svg +1 -1
  101. data/lib/starter_web/assets/images/badges/scaleable/myBinder.svg +1 -1
  102. data/lib/starter_web/assets/images/badges/scaleable/notebookBinder.svg +1 -1
  103. data/lib/starter_web/assets/images/icons/hyvor-talk/jpg/hyvor-logo.512x512.jpg +0 -0
  104. data/lib/starter_web/assets/images/icons/hyvor-talk/png/hyvor-logo.24x24.jpg +0 -0
  105. data/lib/starter_web/assets/images/icons/hyvor-talk/scalable/hyvor-logo.svg +1 -1
  106. data/lib/starter_web/assets/images/icons/j1/jpg/j1-256x256.jpg +0 -0
  107. data/lib/starter_web/assets/images/icons/j1/jpg/j1-512x512.jpg +0 -0
  108. data/lib/starter_web/assets/images/icons/j1/jpg/j1-64x64.jpg +0 -0
  109. data/lib/starter_web/assets/images/icons/j1/png/j1-256x256.png +0 -0
  110. data/lib/starter_web/assets/images/icons/j1/png/j1-512x512.jpg +0 -0
  111. data/lib/starter_web/assets/images/icons/j1/png/j1-512x512.jpg.png +0 -0
  112. data/lib/starter_web/assets/images/icons/j1/png/j1-512x512.png +0 -0
  113. data/lib/starter_web/assets/images/icons/j1/png/j1-64x64.png +0 -0
  114. data/lib/starter_web/assets/images/icons/j1/scalable/j1.svg +1 -1
  115. data/lib/starter_web/assets/images/modules/attics/1920x1280/brigitta-schneiter.jpg +0 -0
  116. data/lib/starter_web/assets/images/modules/icons/j1/scalable/j1.svg +1 -1
  117. data/lib/starter_web/assets/images/pages/asciidoc_skeletons/example-pdf-screenshot.jpg +0 -0
  118. data/lib/starter_web/assets/images/pages/core_web_vitals/200-create-a-link-1.jpg +0 -0
  119. data/lib/starter_web/assets/images/pages/core_web_vitals/core_web_vitals_best.jpg +0 -0
  120. data/lib/starter_web/assets/images/pages/core_web_vitals/core_web_vitals_best_full.jpg +0 -0
  121. data/lib/starter_web/assets/images/pages/features/bootswatch-themes-1280x800.jpg +0 -0
  122. data/lib/starter_web/assets/images/pages/features/global-mobile-traffic-1920x1080.jpg +0 -0
  123. data/lib/starter_web/assets/images/pages/features/google-lighthouse-1080x300.jpg +0 -0
  124. data/lib/starter_web/assets/images/pages/features/mobile-navigation-600x800.jpg +0 -0
  125. data/lib/starter_web/assets/images/pages/features/native-speakers-by-language.jpg +0 -0
  126. data/lib/starter_web/assets/images/posts/featured/dynamic-web-access.jpg +0 -0
  127. data/lib/starter_web/assets/images/posts/featured/jamstack-generators.jpg +0 -0
  128. data/lib/starter_web/assets/images/posts/featured/jekyll.1200x400.jpg +0 -0
  129. data/lib/starter_web/assets/images/posts/featured/jekyll.jpg +0 -0
  130. data/lib/starter_web/assets/images/posts/featured/static-web-access.jpg +0 -0
  131. data/lib/starter_web/assets/images/promo/home/screenshot.jpg +0 -0
  132. data/lib/starter_web/assets/images/promo/jekyll/jekyll-faq.jpg +0 -0
  133. data/lib/starter_web/assets/images/promo/jekyll/jekyll-generator.jpg +0 -0
  134. data/lib/starter_web/assets/images/promo/jekyll/jekyll-generator.png +0 -0
  135. data/lib/starter_web/assets/images/promo/jekyll/jekyll-og.png +0 -0
  136. data/lib/starter_web/assets/images/promo/jekyll/scalable/jekyll-faq.psd +0 -0
  137. data/lib/starter_web/collections/_biography/a-life-in-questions.adoc +1 -1
  138. data/lib/starter_web/collections/_biography/becoming.adoc +1 -1
  139. data/lib/starter_web/collections/_biography/born-to-run.adoc +1 -1
  140. data/lib/starter_web/collections/_biography/forty-autumns.adoc +1 -1
  141. data/lib/starter_web/collections/_biography/not-dead-yet.adoc +1 -1
  142. data/lib/starter_web/collections/_biography/princess-diarist-the.adoc +1 -1
  143. data/lib/starter_web/collections/_biography/when-breath-becomes-air.adoc +1 -1
  144. data/lib/starter_web/collections/_fantasy/harry-potter-deathly-hallows.adoc +1 -1
  145. data/lib/starter_web/collections/_fantasy/harry-potter-philosophers-stone.adoc +1 -1
  146. data/lib/starter_web/collections/_fantasy/mistborn-trilogy.adoc +26 -1
  147. data/lib/starter_web/collections/_fantasy/ready-player-one.adoc +1 -1
  148. data/lib/starter_web/collections/_fantasy/sword-of-destiny.adoc +17 -2
  149. data/lib/starter_web/collections/_fantasy/terry-pratchet-diary.adoc +24 -1
  150. data/lib/starter_web/collections/_romance/{breath-of-snow-and-ashes-a.adoc → breath-of-snow-and-ashes.adoc} +13 -1
  151. data/lib/starter_web/collections/_romance/dressmaker-the.adoc +13 -1
  152. data/lib/starter_web/collections/_romance/fiery-cross-the.adoc +1 -1
  153. data/lib/starter_web/collections/_romance/it-ends-with-us.adoc +1 -1
  154. data/lib/starter_web/collections/_romance/outlander-novel.adoc +1 -1
  155. data/lib/starter_web/collections/_romance/virgins-outlander-short-story.adoc +1 -1
  156. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +4 -2
  157. data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +4 -1
  158. data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-static-site-generators.adoc +5 -3
  159. data/lib/starter_web/collections/posts/public/featured/_posts/2022-02-01-about-j1.adoc +4 -1
  160. data/lib/starter_web/collections/posts/public/featured/_posts/_includes/attributes.asciidoc +2 -2
  161. data/lib/starter_web/index.html +0 -9
  162. data/lib/starter_web/package.json +1 -1
  163. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/attributes.asciidoc +1 -1
  164. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/112_getting_started.asciidoc +1 -1
  165. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/200_themes/212_values.asciidoc +4 -4
  166. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/attributes.asciidoc +1 -1
  167. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/attributes.asciidoc +2 -2
  168. data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.0.asciidoc +112 -0
  169. data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +2 -2
  170. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/themes_rouge.asciidoc +1 -1
  171. data/lib/starter_web/pages/public/learn/roundtrip/icon_fonts.adoc +152 -12
  172. data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +28 -4
  173. data/lib/starter_web/pages/public/learn/where_to_go.adoc +11 -13
  174. data/lib/starter_web/pages/public/{learn → tools}/cheatsheet/gem.adoc +5 -5
  175. data/lib/starter_web/pages/public/{learn → tools}/cheatsheet/git.adoc +14 -14
  176. data/lib/starter_web/pages/public/{learn → tools}/cheatsheet/j1.adoc +1 -1
  177. data/lib/starter_web/pages/public/{learn → tools}/cheatsheet/yaml.adoc +1 -1
  178. data/lib/starter_web/pages/public/{previewer → tools/previewer}/preview_bootstrap_theme.adoc +1 -1
  179. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  180. data/lib/starter_web/utilsrv/package.json +1 -1
  181. metadata +58 -88
  182. data/assets/data/nbinteract.html +0 -129
  183. data/assets/themes/j1/adapter/js/nbinteract.js +0 -1485
  184. data/assets/themes/j1/modules/advertising/js/adInitializer.js +0 -160
  185. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-regular.json +0 -7312
  186. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-regular.min.json +0 -1
  187. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.css +0 -1315
  188. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.min.css +0 -7
  189. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.structure.css +0 -886
  190. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.structure.min.css +0 -5
  191. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.theme.css +0 -446
  192. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.theme.min.css +0 -5
  193. data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/hasClass.js +0 -37
  194. data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/hasClass.min.js +0 -17
  195. data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/removeClass.js +0 -42
  196. data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/removeClass.min.js +0 -17
  197. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery-ui.js +0 -19057
  198. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery-ui.min.js +0 -6
  199. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.js +0 -10872
  200. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.min.js +0 -2
  201. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.min.map +0 -1
  202. data/assets/themes/j1/modules/jquery-3.5.1/js/require.js +0 -2145
  203. data/assets/themes/j1/modules/jquery-3.5.1/js/require.min.js +0 -5
  204. data/assets/themes/j1/modules/nbinteract-core/LICENSE.txt +0 -60
  205. data/assets/themes/j1/modules/nbinteract-core/README.md +0 -226
  206. data/assets/themes/j1/modules/nbinteract-core/css/nbinteract.css +0 -191
  207. data/assets/themes/j1/modules/nbinteract-core/css/nbinteract.min.css +0 -19
  208. data/assets/themes/j1/modules/nbinteract-core/css/theme/uno/nbinteract.css +0 -250
  209. data/assets/themes/j1/modules/nbinteract-core/css/theme/uno/nbinteract.min.css +0 -15
  210. data/assets/themes/j1/modules/nbinteract-core/js/mathjax/latest.js +0 -19
  211. data/assets/themes/j1/modules/nbinteract-core/js/mathjax/tex-chtml-full.js +0 -34
  212. data/assets/themes/j1/modules/nbinteract-core/js/mathjax/tex-chtml.js +0 -1
  213. data/assets/themes/j1/modules/nbinteract-core/js/mathjax/tex-mml-chtml.js +0 -1
  214. data/assets/themes/j1/modules/nbinteract-core/js/nbinteract/README +0 -1
  215. data/assets/themes/j1/modules/nbinteract-core/js/nbinteract/j1-nbinteract-core.js +0 -94
  216. data/assets/themes/j1/modules/nbinteract-core/js/nbinteract/j1-nbinteract-core.js.map +0 -1
  217. data/assets/themes/j1/modules/nbinteract-core/js/requireJS/require.js +0 -2068
  218. data/assets/themes/j1/modules/nbinteract-core/js/requireJS/require.min.js +0 -36
  219. data/lib/starter_web/_data/modules/defaults/nbinteract.yml +0 -281
  220. data/lib/starter_web/assets/images/icons/j1/j1-256x256.gif +0 -0
  221. data/lib/starter_web/assets/images/pages/asciidoc_skeletons/example-pdf-screenshot.png +0 -0
  222. data/lib/starter_web/assets/images/pages/core_web_vitals/core_web_vitals_best.png +0 -0
  223. data/lib/starter_web/assets/images/pages/core_web_vitals/core_web_vitals_best_full.png +0 -0
  224. data/lib/starter_web/assets/images/pages/features/bootswatch-themes-1280x800.png +0 -0
  225. data/lib/starter_web/assets/images/pages/features/global-mobile-traffic-1920x1080.png +0 -0
  226. data/lib/starter_web/assets/images/pages/features/google-lighthouse-1080x300.png +0 -0
  227. data/lib/starter_web/assets/images/pages/features/mobile-navigation-600x800.png +0 -0
  228. data/lib/starter_web/assets/images/pages/features/native-speakers-by-language.png +0 -0
  229. data/lib/starter_web/assets/images/pages/nbinteract/binderhub-architecture.jpg +0 -0
  230. data/lib/starter_web/assets/images/pages/nbinteract/jupyterlab-architecture.jpg +0 -0
  231. data/lib/starter_web/assets/images/pages/nbinteract/mandelbrot-menge-1920x1200.jpg +0 -0
  232. data/lib/starter_web/assets/images/pages/nbinteract/mandelbrot-menge.png +0 -0
  233. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi-textbook-example.jpg +0 -0
  234. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_bar.jpg +0 -0
  235. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_hist.jpg +0 -0
  236. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_line.jpg +0 -0
  237. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_multiple_choice.jpg +0 -0
  238. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_scatter.jpg +0 -0
  239. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_scatter_drag.jpg +0 -0
  240. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_short_answer.jpg +0 -0
  241. data/lib/starter_web/assets/images/pages/nbinteract/nbi-textbook-example.jpg +0 -0
  242. data/lib/starter_web/assets/images/posts/featured/dynamic-web-access.png +0 -0
  243. data/lib/starter_web/assets/images/posts/featured/jamstack-generators.png +0 -0
  244. data/lib/starter_web/assets/images/posts/featured/jekyll.1200x400.png +0 -0
  245. data/lib/starter_web/assets/images/posts/featured/jekyll.png +0 -0
  246. data/lib/starter_web/assets/images/posts/featured/post-1.jpg +0 -0
  247. data/lib/starter_web/assets/images/posts/featured/post-2.jpg +0 -0
  248. data/lib/starter_web/assets/images/posts/featured/post-3.jpg +0 -0
  249. data/lib/starter_web/assets/images/posts/featured/post-4.jpg +0 -0
  250. data/lib/starter_web/assets/images/posts/featured/post-5.jpg +0 -0
  251. data/lib/starter_web/assets/images/posts/featured/static-web-access.png +0 -0
  252. data/lib/starter_web/collections/posts/public/series/_posts/2022-08-01-organize-your-life.adoc +0 -118
  253. data/lib/starter_web/collections/posts/public/series/_posts/2022-08-02-organize-your-life.adoc +0 -118
  254. data/lib/starter_web/collections/posts/public/series/_posts/2022-08-03-organize-your-life.adoc +0 -118
  255. data/lib/starter_web/collections/posts/public/series/_posts/2022-09-01-organize-your-life.adoc +0 -117
  256. data/lib/starter_web/collections/posts/public/series/_posts/2022-09-02-organize-your-life.adoc +0 -117
  257. /data/lib/starter_web/assets/images/badges/{configBinder.png → png/configBinder.png} +0 -0
  258. /data/lib/starter_web/assets/images/badges/{docsBinder.png → png/docsBinder.png} +0 -0
  259. /data/lib/starter_web/assets/images/badges/{notebookBinder.png → png/notebookBinder.png} +0 -0
  260. /data/lib/starter_web/assets/images/icons/hyvor-talk/{hyvor-logo.24x24.png → png/hyvor-logo.24x24.png} +0 -0
  261. /data/lib/starter_web/assets/images/icons/hyvor-talk/{hyvor-logo.512x512.png → png/hyvor-logo.512x512.png} +0 -0
@@ -0,0 +1,2690 @@
1
+ {
2
+ "prefix": "mdib mdib-",
3
+ "icon-style": "mdib",
4
+ "list-icon": "mdib mdib-vector-square",
5
+ "version": "7.2.96",
6
+ "icons": [
7
+ "ab-testing",
8
+ "abacus",
9
+ "access-point",
10
+ "account",
11
+ "adjust",
12
+ "advertisements",
13
+ "advertisements-off",
14
+ "air-conditioner",
15
+ "air-filter",
16
+ "air-horn",
17
+ "air-humidifier",
18
+ "air-humidifier-off",
19
+ "air-purifier",
20
+ "air-purifier-off",
21
+ "airbag",
22
+ "airballoon",
23
+ "airballoon-outline",
24
+ "airplane",
25
+ "airplane-takeoff",
26
+ "airport",
27
+ "alarm",
28
+ "alarm-bell",
29
+ "alarm-light",
30
+ "alarm-light-off",
31
+ "alarm-light-off-outline",
32
+ "alarm-light-outline",
33
+ "album",
34
+ "alert",
35
+ "alert-box",
36
+ "alert-box-outline",
37
+ "alert-circle",
38
+ "alien",
39
+ "alien-outline",
40
+ "all-inclusive",
41
+ "all-inclusive-box",
42
+ "all-inclusive-box-outline",
43
+ "allergy",
44
+ "alpha",
45
+ "alpha-a",
46
+ "alpha-a-box",
47
+ "alpha-a-box-outline",
48
+ "alpha-b",
49
+ "alpha-b-box",
50
+ "alpha-b-box-outline",
51
+ "alpha-c",
52
+ "alpha-c-box",
53
+ "alpha-c-box-outline",
54
+ "alpha-d",
55
+ "alpha-d-box",
56
+ "alpha-d-box-outline",
57
+ "alpha-e",
58
+ "alpha-e-box",
59
+ "alpha-e-box-outline",
60
+ "alpha-f",
61
+ "alpha-f-box",
62
+ "alpha-f-box-outline",
63
+ "alpha-g",
64
+ "alpha-g-box",
65
+ "alpha-g-box-outline",
66
+ "alpha-h",
67
+ "alpha-h-box",
68
+ "alpha-h-box-outline",
69
+ "alpha-i",
70
+ "alpha-i-box",
71
+ "alpha-i-box-outline",
72
+ "alpha-j",
73
+ "alpha-j-box",
74
+ "alpha-j-box-outline",
75
+ "alpha-k",
76
+ "alpha-k-box",
77
+ "alpha-k-box-outline",
78
+ "alpha-l",
79
+ "alpha-l-box",
80
+ "alpha-l-box-outline",
81
+ "alpha-m",
82
+ "alpha-m-box",
83
+ "alpha-m-box-outline",
84
+ "alpha-n",
85
+ "alpha-n-box",
86
+ "alpha-n-box-outline",
87
+ "alpha-o",
88
+ "alpha-o-box",
89
+ "alpha-o-box-outline",
90
+ "alpha-p",
91
+ "alpha-p-box",
92
+ "alpha-p-box-outline",
93
+ "alpha-q",
94
+ "alpha-q-box",
95
+ "alpha-q-box-outline",
96
+ "alpha-r",
97
+ "alpha-r-box",
98
+ "alpha-r-box-outline",
99
+ "alpha-s",
100
+ "alpha-s-box",
101
+ "alpha-s-box-outline",
102
+ "alpha-t",
103
+ "alpha-t-box",
104
+ "alpha-t-box-outline",
105
+ "alpha-u",
106
+ "alpha-u-box",
107
+ "alpha-u-box-outline",
108
+ "alpha-v",
109
+ "alpha-v-box",
110
+ "alpha-v-box-outline",
111
+ "alpha-w",
112
+ "alpha-w-box",
113
+ "alpha-w-box-outline",
114
+ "alpha-x",
115
+ "alpha-x-box",
116
+ "alpha-x-box-outline",
117
+ "alpha-y",
118
+ "alpha-y-box",
119
+ "alpha-y-box-outline",
120
+ "alpha-z",
121
+ "alpha-z-box",
122
+ "alpha-z-box-outline",
123
+ "alphabet-aurebesh",
124
+ "alphabet-cyrillic",
125
+ "alphabet-greek",
126
+ "alphabet-latin",
127
+ "alphabet-piqad",
128
+ "alphabet-tengwar",
129
+ "alphabetical",
130
+ "alphabetical-off",
131
+ "alphabetical-variant",
132
+ "alphabetical-variant-off",
133
+ "altimeter",
134
+ "ambulance",
135
+ "ammunition",
136
+ "ampersand",
137
+ "amplifier",
138
+ "amplifier-off",
139
+ "anchor",
140
+ "android",
141
+ "android-studio",
142
+ "angle-acute",
143
+ "angle-obtuse",
144
+ "angle-right",
145
+ "angular",
146
+ "angularjs",
147
+ "animation",
148
+ "animation-outline",
149
+ "animation-play",
150
+ "animation-play-outline",
151
+ "ansible",
152
+ "antenna",
153
+ "anvil",
154
+ "apache-kafka",
155
+ "api",
156
+ "api-off",
157
+ "apple",
158
+ "apple-finder",
159
+ "apple-icloud",
160
+ "apple-ios",
161
+ "apple-keyboard-caps",
162
+ "apple-keyboard-command",
163
+ "apple-keyboard-control",
164
+ "apple-keyboard-option",
165
+ "apple-keyboard-shift",
166
+ "apple-safari",
167
+ "application",
168
+ "application-array",
169
+ "application-array-outline",
170
+ "application-braces",
171
+ "application-braces-outline",
172
+ "application-brackets",
173
+ "application-brackets-outline",
174
+ "application-cog",
175
+ "application-cog-outline",
176
+ "application-edit",
177
+ "application-edit-outline",
178
+ "application-export",
179
+ "application-import",
180
+ "application-outline",
181
+ "application-parentheses",
182
+ "application-parentheses-outline",
183
+ "application-settings",
184
+ "application-settings-outline",
185
+ "application-variable",
186
+ "application-variable-outline",
187
+ "approximately-equal",
188
+ "approximately-equal-box",
189
+ "apps",
190
+ "apps-box",
191
+ "arch",
192
+ "archive",
193
+ "arm-flex",
194
+ "arm-flex-outline",
195
+ "artboard",
196
+ "artstation",
197
+ "aspect-ratio",
198
+ "assistant",
199
+ "asterisk",
200
+ "asterisk-circle-outline",
201
+ "at",
202
+ "atlassian",
203
+ "atm",
204
+ "atom",
205
+ "atom-variant",
206
+ "attachment",
207
+ "atv",
208
+ "audio-input-rca",
209
+ "audio-input-stereo-minijack",
210
+ "audio-input-xlr",
211
+ "audio-video",
212
+ "audio-video-off",
213
+ "augmented-reality",
214
+ "auto-download",
215
+ "auto-fix",
216
+ "auto-upload",
217
+ "autorenew",
218
+ "autorenew-off",
219
+ "av-timer",
220
+ "awning",
221
+ "awning-outline",
222
+ "aws",
223
+ "axe",
224
+ "axe-battle",
225
+ "babel",
226
+ "baby",
227
+ "baby-bottle",
228
+ "baby-bottle-outline",
229
+ "baby-face",
230
+ "baby-face-outline",
231
+ "backburger",
232
+ "backspace",
233
+ "backspace-outline",
234
+ "backspace-reverse",
235
+ "backspace-reverse-outline",
236
+ "backup-restore",
237
+ "bacteria",
238
+ "bacteria-outline",
239
+ "badminton",
240
+ "bag-carry-on",
241
+ "bag-carry-on-check",
242
+ "bag-carry-on-off",
243
+ "bag-suitcase",
244
+ "bag-suitcase-outline",
245
+ "baguette",
246
+ "balcony",
247
+ "balloon",
248
+ "ballot",
249
+ "ballot-outline",
250
+ "ballot-recount",
251
+ "ballot-recount-outline",
252
+ "bandage",
253
+ "bank",
254
+ "barcode",
255
+ "barcode-off",
256
+ "barcode-scan",
257
+ "barley",
258
+ "barley-off",
259
+ "barn",
260
+ "barrel",
261
+ "barrel-outline",
262
+ "baseball",
263
+ "baseball-bat",
264
+ "baseball-diamond",
265
+ "baseball-diamond-outline",
266
+ "bash",
267
+ "basket",
268
+ "basketball",
269
+ "basketball-hoop",
270
+ "basketball-hoop-outline",
271
+ "bat",
272
+ "bathtub",
273
+ "bathtub-outline",
274
+ "battery",
275
+ "battery-10",
276
+ "battery-20",
277
+ "battery-30",
278
+ "battery-40",
279
+ "battery-50",
280
+ "battery-60",
281
+ "battery-70",
282
+ "battery-80",
283
+ "battery-90",
284
+ "battery-charging",
285
+ "battery-charging-10",
286
+ "battery-charging-100",
287
+ "battery-charging-20",
288
+ "battery-charging-30",
289
+ "battery-charging-40",
290
+ "battery-charging-50",
291
+ "battery-charging-60",
292
+ "battery-charging-70",
293
+ "battery-charging-80",
294
+ "battery-charging-90",
295
+ "battery-charging-high",
296
+ "battery-charging-low",
297
+ "battery-charging-medium",
298
+ "battery-charging-outline",
299
+ "beach",
300
+ "beaker",
301
+ "bed",
302
+ "bee",
303
+ "bee-flower",
304
+ "beehive-outline",
305
+ "beekeeper",
306
+ "beer",
307
+ "beer-outline",
308
+ "bell",
309
+ "beta",
310
+ "betamax",
311
+ "biathlon",
312
+ "bicycle",
313
+ "bicycle-electric",
314
+ "bike",
315
+ "bike-fast",
316
+ "billboard",
317
+ "billiards",
318
+ "billiards-rack",
319
+ "binoculars",
320
+ "bio",
321
+ "biohazard",
322
+ "bird",
323
+ "bitbucket",
324
+ "bitcoin",
325
+ "black-mesa",
326
+ "blender",
327
+ "blender-outline",
328
+ "blender-software",
329
+ "blinds",
330
+ "blinds-horizontal",
331
+ "blinds-horizontal-closed",
332
+ "blinds-open",
333
+ "blinds-vertical",
334
+ "blinds-vertical-closed",
335
+ "block-helper",
336
+ "blood-bag",
337
+ "bluetooth",
338
+ "blur",
339
+ "blur-linear",
340
+ "blur-off",
341
+ "blur-radial",
342
+ "bolt",
343
+ "bomb",
344
+ "bomb-off",
345
+ "bone",
346
+ "bone-off",
347
+ "book",
348
+ "book-variant",
349
+ "book-marker",
350
+ "book-marker-outline",
351
+ "bookmark",
352
+ "bookshelf",
353
+ "boom-gate",
354
+ "boombox",
355
+ "boomerang",
356
+ "bootstrap",
357
+ "bottle-soda",
358
+ "bottle-soda-classic",
359
+ "bottle-soda-outline",
360
+ "bottle-tonic",
361
+ "bottle-wine",
362
+ "bottle-wine-outline",
363
+ "bow-arrow",
364
+ "bow-tie",
365
+ "bowl",
366
+ "bowl-mix",
367
+ "bowl-mix-outline",
368
+ "bowl-outline",
369
+ "bowling",
370
+ "box",
371
+ "box-cutter",
372
+ "box-cutter-off",
373
+ "box-shadow",
374
+ "boxing-glove",
375
+ "braille",
376
+ "brain",
377
+ "bread-slice",
378
+ "bread-slice-outline",
379
+ "bridge",
380
+ "briefcase",
381
+ "briefcase-download",
382
+ "briefcase-download-outline",
383
+ "briefcase-search-outline",
384
+ "broadcast",
385
+ "broadcast-off",
386
+ "broom",
387
+ "brush",
388
+ "brush-off",
389
+ "brush-outline",
390
+ "brush-variant",
391
+ "bucket",
392
+ "bucket-outline",
393
+ "buffet",
394
+ "bug",
395
+ "bugle",
396
+ "bulkhead-light",
397
+ "bulldozer",
398
+ "bullet",
399
+ "bulletin-board",
400
+ "bullhorn",
401
+ "bullhorn-outline",
402
+ "bullhorn-variant",
403
+ "bullhorn-variant-outline",
404
+ "bullseye",
405
+ "bullseye-arrow",
406
+ "bulma",
407
+ "bunk-bed",
408
+ "bunk-bed-outline",
409
+ "bus",
410
+ "bus-alert",
411
+ "bus-articulated-end",
412
+ "bus-articulated-front",
413
+ "bus-clock",
414
+ "bus-double-decker",
415
+ "bus-electric",
416
+ "bus-marker",
417
+ "bus-multiple",
418
+ "bus-school",
419
+ "bus-side",
420
+ "bus-stop",
421
+ "bus-stop-covered",
422
+ "bus-stop-uncovered",
423
+ "butterfly",
424
+ "butterfly-outline",
425
+ "button-cursor",
426
+ "button-pointer",
427
+ "cabin-a-frame",
428
+ "cable-data",
429
+ "cached",
430
+ "cactus",
431
+ "cake",
432
+ "cake-layered",
433
+ "cake-variant",
434
+ "cake-variant-outline",
435
+ "calculator",
436
+ "calculator-variant",
437
+ "calculator-variant-outline",
438
+ "calendar",
439
+ "calendar-blank",
440
+ "camcorder",
441
+ "camcorder-off",
442
+ "camera",
443
+ "campfire",
444
+ "cancel",
445
+ "candelabra",
446
+ "candelabra-fire",
447
+ "candle",
448
+ "candy",
449
+ "candy-off",
450
+ "candy-off-outline",
451
+ "candy-outline",
452
+ "candycane",
453
+ "cannabis",
454
+ "cannabis-off",
455
+ "caps-lock",
456
+ "car",
457
+ "carabiner",
458
+ "caravan",
459
+ "card",
460
+ "cart-variant",
461
+ "case-sensitive-alt",
462
+ "cash",
463
+ "cash-100",
464
+ "cassette",
465
+ "cast",
466
+ "cast-variant",
467
+ "castle",
468
+ "cat",
469
+ "cctv",
470
+ "cctv-off",
471
+ "ceiling-fan",
472
+ "ceiling-fan-light",
473
+ "ceiling-light",
474
+ "ceiling-light-multiple",
475
+ "ceiling-light-multiple-outline",
476
+ "ceiling-light-outline",
477
+ "cellphone",
478
+ "cellphone-wireless",
479
+ "centos",
480
+ "certificate",
481
+ "certificate-outline",
482
+ "chair-rolling",
483
+ "chair-school",
484
+ "chandelier",
485
+ "charity",
486
+ "chat",
487
+ "check-all",
488
+ "check-bold",
489
+ "check-circle",
490
+ "check-circle-outline",
491
+ "checkbook",
492
+ "checkbox-blank",
493
+ "checkbox-outline",
494
+ "checkerboard",
495
+ "cheese",
496
+ "cheese-off",
497
+ "chef-hat",
498
+ "chemical-weapon",
499
+ "chess-bishop",
500
+ "chess-king",
501
+ "chess-knight",
502
+ "chess-pawn",
503
+ "chess-queen",
504
+ "chess-rook",
505
+ "chevron-double-down",
506
+ "chevron-double-left",
507
+ "chevron-double-right",
508
+ "chevron-double-up",
509
+ "chevron-down",
510
+ "chevron-down-box",
511
+ "chevron-down-box-outline",
512
+ "chevron-down-circle",
513
+ "chevron-down-circle-outline",
514
+ "chevron-left",
515
+ "chevron-left-box",
516
+ "chevron-left-box-outline",
517
+ "chevron-left-circle",
518
+ "chevron-left-circle-outline",
519
+ "chevron-right",
520
+ "chevron-right-box",
521
+ "chevron-right-box-outline",
522
+ "chevron-right-circle",
523
+ "chevron-right-circle-outline",
524
+ "chevron-triple-down",
525
+ "chevron-triple-left",
526
+ "chevron-triple-right",
527
+ "chevron-triple-up",
528
+ "chevron-up",
529
+ "chevron-up-box",
530
+ "chevron-up-box-outline",
531
+ "chevron-up-circle",
532
+ "chevron-up-circle-outline",
533
+ "chip",
534
+ "church",
535
+ "church-outline",
536
+ "cigar",
537
+ "cigar-off",
538
+ "circle",
539
+ "circle-box",
540
+ "circle-box-outline",
541
+ "circle-double",
542
+ "circle-edit-outline",
543
+ "circle-expand",
544
+ "circle-half",
545
+ "circle-half-full",
546
+ "circle-medium",
547
+ "circle-multiple",
548
+ "circle-multiple-outline",
549
+ "circle-off-outline",
550
+ "circle-opacity",
551
+ "circle-outline",
552
+ "circle-slice-1",
553
+ "circle-slice-2",
554
+ "circle-slice-3",
555
+ "circle-slice-4",
556
+ "circle-slice-5",
557
+ "circle-slice-6",
558
+ "circle-slice-7",
559
+ "circle-slice-8",
560
+ "circle-small",
561
+ "circular-saw",
562
+ "city",
563
+ "city-variant",
564
+ "city-variant-outline",
565
+ "clipboard",
566
+ "clippy",
567
+ "clock",
568
+ "close",
569
+ "close-box",
570
+ "cloud",
571
+ "clouds",
572
+ "clover",
573
+ "coach-lamp",
574
+ "coach-lamp-variant",
575
+ "coat-rack",
576
+ "code-array",
577
+ "code-braces",
578
+ "code-braces-box",
579
+ "code-brackets",
580
+ "code-equal",
581
+ "code-greater-than",
582
+ "code-greater-than-or-equal",
583
+ "code-json",
584
+ "code-less-than",
585
+ "code-less-than-or-equal",
586
+ "code-not-equal",
587
+ "code-not-equal-variant",
588
+ "code-parentheses",
589
+ "code-parentheses-box",
590
+ "code-string",
591
+ "code-tags",
592
+ "code-tags-check",
593
+ "codepen",
594
+ "coffee",
595
+ "coffee-maker",
596
+ "coffee-maker-outline",
597
+ "coffin",
598
+ "cog",
599
+ "cog-clockwise",
600
+ "cog-counterclockwise",
601
+ "cog-off",
602
+ "cog-off-outline",
603
+ "cog-outline",
604
+ "cog-pause",
605
+ "cog-pause-outline",
606
+ "cog-play",
607
+ "cog-play-outline",
608
+ "cog-refresh",
609
+ "cog-refresh-outline",
610
+ "cog-stop",
611
+ "cog-stop-outline",
612
+ "cog-sync",
613
+ "cog-sync-outline",
614
+ "cog-transfer",
615
+ "cog-transfer-outline",
616
+ "cog-box",
617
+ "cogs",
618
+ "collage",
619
+ "collapse-all",
620
+ "collapse-all-outline",
621
+ "color-helper",
622
+ "comma",
623
+ "comma-box",
624
+ "comma-box-outline",
625
+ "comma-circle",
626
+ "comma-circle-outline",
627
+ "comment",
628
+ "comment-text-outline",
629
+ "compare",
630
+ "compare-horizontal",
631
+ "compare-remove",
632
+ "compare-vertical",
633
+ "compass",
634
+ "compass-off",
635
+ "compass-off-outline",
636
+ "compass-outline",
637
+ "compass-rose",
638
+ "compost",
639
+ "cone",
640
+ "cone-off",
641
+ "connection",
642
+ "console",
643
+ "console-line",
644
+ "console-network",
645
+ "console-network-outline",
646
+ "consolidate",
647
+ "contactless-payment",
648
+ "contactless-payment-circle",
649
+ "contactless-payment-circle-outline",
650
+ "contacts",
651
+ "contacts-outline",
652
+ "contrast",
653
+ "controller",
654
+ "controller-classic",
655
+ "controller-classic-outline",
656
+ "controller-off",
657
+ "cookie",
658
+ "coolant-temperature",
659
+ "copyleft",
660
+ "copyright",
661
+ "cordova",
662
+ "corn",
663
+ "corn-off",
664
+ "cosine-wave",
665
+ "counter",
666
+ "countertop",
667
+ "countertop-outline",
668
+ "cow",
669
+ "cow-off",
670
+ "cpu-32-bit",
671
+ "cpu-64-bit",
672
+ "cradle",
673
+ "cradle-outline",
674
+ "crane",
675
+ "creation",
676
+ "creative-commons",
677
+ "credit-card",
678
+ "cricket",
679
+ "crop",
680
+ "crop-free",
681
+ "crop-landscape",
682
+ "crop-portrait",
683
+ "crop-rotate",
684
+ "crop-square",
685
+ "cross",
686
+ "cross-bolnisi",
687
+ "cross-celtic",
688
+ "cross-outline",
689
+ "crosshairs",
690
+ "crosshairs-gps",
691
+ "crosshairs-off",
692
+ "crosshairs-question",
693
+ "crowd",
694
+ "crown",
695
+ "crown-circle",
696
+ "crown-circle-outline",
697
+ "crown-outline",
698
+ "cryengine",
699
+ "crystal-ball",
700
+ "cube",
701
+ "cube-off",
702
+ "cube-off-outline",
703
+ "cube-outline",
704
+ "cube-scan",
705
+ "cube-send",
706
+ "cube-unfolded",
707
+ "cup",
708
+ "cup-off",
709
+ "cup-off-outline",
710
+ "cup-outline",
711
+ "cup-water",
712
+ "cupboard",
713
+ "cupboard-outline",
714
+ "cupcake",
715
+ "curling",
716
+ "curtains",
717
+ "curtains-closed",
718
+ "cylinder",
719
+ "cylinder-off",
720
+ "dance-ballroom",
721
+ "dance-pole",
722
+ "database",
723
+ "death-star",
724
+ "death-star-variant",
725
+ "deathly-hallows",
726
+ "debian",
727
+ "debug-step-into",
728
+ "debug-step-out",
729
+ "debug-step-over",
730
+ "decagram",
731
+ "decagram-outline",
732
+ "decimal",
733
+ "decimal-comma",
734
+ "delete",
735
+ "delete-variant",
736
+ "delta",
737
+ "desk",
738
+ "desk-lamp",
739
+ "desk-lamp-off",
740
+ "desk-lamp-on",
741
+ "deskphone",
742
+ "desktop-classic",
743
+ "desktop-tower",
744
+ "desktop-tower-monitor",
745
+ "details",
746
+ "dev-to",
747
+ "developer-board",
748
+ "deviantart",
749
+ "devices",
750
+ "dharmachakra",
751
+ "diabetes",
752
+ "dialpad",
753
+ "diameter",
754
+ "diameter-outline",
755
+ "diameter-variant",
756
+ "diamond",
757
+ "diamond-outline",
758
+ "diamond-stone",
759
+ "dice-1",
760
+ "dice-1-outline",
761
+ "dice-2",
762
+ "dice-2-outline",
763
+ "dice-3",
764
+ "dice-3-outline",
765
+ "dice-4",
766
+ "dice-4-outline",
767
+ "dice-5",
768
+ "dice-5-outline",
769
+ "dice-6",
770
+ "dice-6-outline",
771
+ "dice-multiple",
772
+ "dice-multiple-outline",
773
+ "digital-ocean",
774
+ "dip-switch",
775
+ "directions",
776
+ "directions-fork",
777
+ "disc",
778
+ "disc-alert",
779
+ "disc-player",
780
+ "dishwasher",
781
+ "dishwasher-alert",
782
+ "dishwasher-off",
783
+ "disqus",
784
+ "diving",
785
+ "diving-flippers",
786
+ "diving-helmet",
787
+ "diving-scuba",
788
+ "diving-scuba-flag",
789
+ "diving-scuba-mask",
790
+ "diving-scuba-tank",
791
+ "diving-scuba-tank-multiple",
792
+ "diving-snorkel",
793
+ "division",
794
+ "division-box",
795
+ "dlna",
796
+ "dna",
797
+ "dns",
798
+ "dns-outline",
799
+ "dock-bottom",
800
+ "dock-left",
801
+ "dock-right",
802
+ "dock-top",
803
+ "dock-window",
804
+ "docker",
805
+ "doctor",
806
+ "dog",
807
+ "dog-service",
808
+ "dog-side",
809
+ "dog-side-off",
810
+ "dolby",
811
+ "dolly",
812
+ "dolphin",
813
+ "domain",
814
+ "domain-off",
815
+ "domain-plus",
816
+ "domain-remove",
817
+ "dome-light",
818
+ "domino-mask",
819
+ "donkey",
820
+ "door",
821
+ "door-closed",
822
+ "door-closed-lock",
823
+ "door-open",
824
+ "door-sliding",
825
+ "door-sliding-lock",
826
+ "door-sliding-open",
827
+ "doorbell",
828
+ "doorbell-video",
829
+ "dot-net",
830
+ "dots-circle",
831
+ "dots-grid",
832
+ "dots-hexagon",
833
+ "dots-horizontal",
834
+ "dots-horizontal-circle",
835
+ "dots-horizontal-circle-outline",
836
+ "dots-square",
837
+ "dots-triangle",
838
+ "dots-vertical",
839
+ "dots-vertical-circle",
840
+ "dots-vertical-circle-outline",
841
+ "download",
842
+ "download-box",
843
+ "download-box-outline",
844
+ "download-outline",
845
+ "drama-masks",
846
+ "draw",
847
+ "draw-pen",
848
+ "drawing",
849
+ "drawing-box",
850
+ "dresser",
851
+ "dresser-outline",
852
+ "drone",
853
+ "dropbox",
854
+ "drupal",
855
+ "duck",
856
+ "dumbbell",
857
+ "dump-truck",
858
+ "ear-hearing",
859
+ "earbuds",
860
+ "earbuds-off",
861
+ "earbuds-off-outline",
862
+ "earbuds-outline",
863
+ "earth",
864
+ "earth-arrow-right",
865
+ "earth-box",
866
+ "earth-box-minus",
867
+ "earth-box-off",
868
+ "earth-box-plus",
869
+ "earth-box-remove",
870
+ "earth-minus",
871
+ "earth-off",
872
+ "earth-plus",
873
+ "earth-remove",
874
+ "egg",
875
+ "egg-easter",
876
+ "egg-fried",
877
+ "egg-off",
878
+ "egg-off-outline",
879
+ "egg-outline",
880
+ "eiffel-tower",
881
+ "eight-track",
882
+ "electric-switch",
883
+ "electric-switch-closed",
884
+ "electron-framework",
885
+ "elephant",
886
+ "elevation-decline",
887
+ "elevation-rise",
888
+ "elevator",
889
+ "elevator-down",
890
+ "elevator-passenger",
891
+ "elevator-passenger-off",
892
+ "elevator-passenger-off-outline",
893
+ "elevator-passenger-outline",
894
+ "elevator-up",
895
+ "ellipse",
896
+ "ellipse-outline",
897
+ "email",
898
+ "email-variant",
899
+ "ember",
900
+ "emby",
901
+ "emoticon",
902
+ "emoticon-angry",
903
+ "emoticon-angry-outline",
904
+ "emoticon-confused",
905
+ "emoticon-confused-outline",
906
+ "emoticon-cool",
907
+ "emoticon-cool-outline",
908
+ "emoticon-cry",
909
+ "emoticon-cry-outline",
910
+ "emoticon-dead",
911
+ "emoticon-dead-outline",
912
+ "emoticon-devil",
913
+ "emoticon-devil-outline",
914
+ "emoticon-excited",
915
+ "emoticon-excited-outline",
916
+ "emoticon-frown",
917
+ "emoticon-frown-outline",
918
+ "emoticon-happy",
919
+ "emoticon-happy-outline",
920
+ "emoticon-kiss",
921
+ "emoticon-kiss-outline",
922
+ "emoticon-lol",
923
+ "emoticon-lol-outline",
924
+ "emoticon-neutral",
925
+ "emoticon-neutral-outline",
926
+ "emoticon-outline",
927
+ "emoticon-poop",
928
+ "emoticon-poop-outline",
929
+ "emoticon-sad",
930
+ "emoticon-sad-outline",
931
+ "emoticon-sick",
932
+ "emoticon-sick-outline",
933
+ "emoticon-tongue",
934
+ "emoticon-tongue-outline",
935
+ "emoticon-wink",
936
+ "emoticon-wink-outline",
937
+ "engine",
938
+ "engine-off",
939
+ "engine-off-outline",
940
+ "engine-outline",
941
+ "epsilon",
942
+ "equal",
943
+ "equal-box",
944
+ "equalizer",
945
+ "equalizer-outline",
946
+ "eraser",
947
+ "eraser-variant",
948
+ "escalator",
949
+ "escalator-box",
950
+ "escalator-down",
951
+ "escalator-up",
952
+ "eslint",
953
+ "et",
954
+ "ethereum",
955
+ "ethernet",
956
+ "ethernet-cable",
957
+ "ethernet-cable-off",
958
+ "evernote",
959
+ "excavator",
960
+ "exclamation",
961
+ "exclamation-thick",
962
+ "exit-run",
963
+ "exit-to-app",
964
+ "expand-all",
965
+ "expand-all-outline",
966
+ "expansion-card",
967
+ "expansion-card-variant",
968
+ "exponent",
969
+ "exponent-box",
970
+ "export",
971
+ "export-variant",
972
+ "eye",
973
+ "eyedropper",
974
+ "eyedropper-variant",
975
+ "face-agent",
976
+ "face-man",
977
+ "face-man-outline",
978
+ "face-man-profile",
979
+ "face-man-shimmer",
980
+ "face-man-shimmer-outline",
981
+ "face-mask",
982
+ "face-mask-outline",
983
+ "face-recognition",
984
+ "face-woman",
985
+ "face-woman-outline",
986
+ "face-woman-profile",
987
+ "face-woman-shimmer",
988
+ "face-woman-shimmer-outline",
989
+ "facebook",
990
+ "facebook-gaming",
991
+ "facebook-messenger",
992
+ "facebook-workplace",
993
+ "factory",
994
+ "family-tree",
995
+ "fan",
996
+ "fax",
997
+ "feather",
998
+ "fedora",
999
+ "ferry",
1000
+ "file",
1001
+ "file-document-edit",
1002
+ "file-document-edit-outline",
1003
+ "film",
1004
+ "filmstrip",
1005
+ "filmstrip-box",
1006
+ "filmstrip-box-multiple",
1007
+ "filmstrip-off",
1008
+ "filter",
1009
+ "finance",
1010
+ "fingerprint",
1011
+ "fingerprint-off",
1012
+ "fire",
1013
+ "fire-alert",
1014
+ "fire-circle",
1015
+ "fire-extinguisher",
1016
+ "fire-hydrant",
1017
+ "fire-hydrant-alert",
1018
+ "fire-hydrant-off",
1019
+ "fire-off",
1020
+ "fire-truck",
1021
+ "firebase",
1022
+ "firefox",
1023
+ "fireplace",
1024
+ "fireplace-off",
1025
+ "firewire",
1026
+ "firework",
1027
+ "firework-off",
1028
+ "fish",
1029
+ "fish-off",
1030
+ "fishbowl",
1031
+ "fishbowl-outline",
1032
+ "flag",
1033
+ "flag-checkered",
1034
+ "flag-minus",
1035
+ "flag-minus-outline",
1036
+ "flag-off",
1037
+ "flag-off-outline",
1038
+ "flag-outline",
1039
+ "flag-plus",
1040
+ "flag-plus-outline",
1041
+ "flag-remove",
1042
+ "flag-remove-outline",
1043
+ "flag-triangle",
1044
+ "flag-variant",
1045
+ "flag-variant-minus",
1046
+ "flag-variant-minus-outline",
1047
+ "flag-variant-off",
1048
+ "flag-variant-off-outline",
1049
+ "flag-variant-outline",
1050
+ "flag-variant-plus",
1051
+ "flag-variant-plus-outline",
1052
+ "flag-variant-remove",
1053
+ "flag-variant-remove-outline",
1054
+ "flare",
1055
+ "flash",
1056
+ "flashlight",
1057
+ "flashlight-off",
1058
+ "flask",
1059
+ "flask-empty",
1060
+ "fleur-de-lis",
1061
+ "floor-lamp",
1062
+ "floor-lamp-dual",
1063
+ "floor-plan",
1064
+ "floppy",
1065
+ "floppy-variant",
1066
+ "flower",
1067
+ "flower-outline",
1068
+ "flower-pollen",
1069
+ "flower-pollen-outline",
1070
+ "flower-poppy",
1071
+ "flower-tulip",
1072
+ "flower-tulip-outline",
1073
+ "focus-auto",
1074
+ "focus-field",
1075
+ "focus-field-horizontal",
1076
+ "focus-field-vertical",
1077
+ "folder",
1078
+ "folder-information",
1079
+ "font-awesome",
1080
+ "food",
1081
+ "food-apple",
1082
+ "food-apple-outline",
1083
+ "food-croissant",
1084
+ "food-drumstick",
1085
+ "food-drumstick-off",
1086
+ "food-drumstick-off-outline",
1087
+ "food-drumstick-outline",
1088
+ "food-fork-drink",
1089
+ "food-halal",
1090
+ "food-hot-dog",
1091
+ "food-kosher",
1092
+ "food-off",
1093
+ "food-off-outline",
1094
+ "food-outline",
1095
+ "food-steak",
1096
+ "food-steak-off",
1097
+ "food-takeout-box",
1098
+ "food-takeout-box-outline",
1099
+ "food-turkey",
1100
+ "food-variant",
1101
+ "food-variant-off",
1102
+ "foot-print",
1103
+ "football",
1104
+ "football-australian",
1105
+ "football-helmet",
1106
+ "forest",
1107
+ "forklift",
1108
+ "form-dropdown",
1109
+ "form-select",
1110
+ "form-textarea",
1111
+ "form-textbox",
1112
+ "format-annotation-plus",
1113
+ "format-color-fill",
1114
+ "format-color-highlight",
1115
+ "format-text",
1116
+ "format-color-text",
1117
+ "forum",
1118
+ "forward",
1119
+ "forwardburger",
1120
+ "fountain",
1121
+ "fountain-pen",
1122
+ "fountain-pen-tip",
1123
+ "fraction-one-half",
1124
+ "freebsd",
1125
+ "french-fries",
1126
+ "frequently-asked-questions",
1127
+ "fridge",
1128
+ "fridge-variant",
1129
+ "fruit-cherries",
1130
+ "fruit-cherries-off",
1131
+ "fruit-citrus",
1132
+ "fruit-citrus-off",
1133
+ "fruit-grapes",
1134
+ "fruit-grapes-outline",
1135
+ "fruit-pear",
1136
+ "fruit-pineapple",
1137
+ "fruit-watermelon",
1138
+ "fuel",
1139
+ "fuel-cell",
1140
+ "fullscreen",
1141
+ "fullscreen-exit",
1142
+ "function",
1143
+ "function-variant",
1144
+ "furigana-horizontal",
1145
+ "furigana-vertical",
1146
+ "fuse",
1147
+ "fuse-alert",
1148
+ "fuse-blade",
1149
+ "fuse-off",
1150
+ "gamepad",
1151
+ "gamepad-variant",
1152
+ "gamma",
1153
+ "gantry-crane",
1154
+ "garage",
1155
+ "garage-variant",
1156
+ "gas-burner",
1157
+ "gas-cylinder",
1158
+ "gas-station",
1159
+ "gas-station-off",
1160
+ "gas-station-off-outline",
1161
+ "gas-station-outline",
1162
+ "gate",
1163
+ "gatsby",
1164
+ "gauge",
1165
+ "gauge-empty",
1166
+ "gauge-full",
1167
+ "gauge-low",
1168
+ "gavel",
1169
+ "gender-female",
1170
+ "gender-male",
1171
+ "gender-male-female",
1172
+ "gender-male-female-variant",
1173
+ "gender-non-binary",
1174
+ "gender-transgender",
1175
+ "gentoo",
1176
+ "gesture",
1177
+ "gesture-double-tap",
1178
+ "gesture-pinch",
1179
+ "gesture-spread",
1180
+ "gesture-swipe",
1181
+ "gesture-swipe-down",
1182
+ "gesture-swipe-horizontal",
1183
+ "gesture-swipe-left",
1184
+ "gesture-swipe-right",
1185
+ "gesture-swipe-up",
1186
+ "gesture-swipe-vertical",
1187
+ "gesture-tap",
1188
+ "gesture-tap-box",
1189
+ "gesture-tap-button",
1190
+ "gesture-tap-hold",
1191
+ "gesture-two-double-tap",
1192
+ "gesture-two-tap",
1193
+ "ghost",
1194
+ "ghost-off",
1195
+ "ghost-off-outline",
1196
+ "ghost-outline",
1197
+ "gift",
1198
+ "gift-off",
1199
+ "gift-off-outline",
1200
+ "gift-open",
1201
+ "gift-open-outline",
1202
+ "gift-outline",
1203
+ "git",
1204
+ "github",
1205
+ "gitlab",
1206
+ "glass-cocktail",
1207
+ "glass-cocktail-off",
1208
+ "glass-flute",
1209
+ "glass-fragile",
1210
+ "glass-mug",
1211
+ "glass-mug-off",
1212
+ "glass-mug-variant",
1213
+ "glass-mug-variant-off",
1214
+ "glass-pint-outline",
1215
+ "glass-stange",
1216
+ "glass-tulip",
1217
+ "glass-wine",
1218
+ "glasses",
1219
+ "globe-light",
1220
+ "globe-light-outline",
1221
+ "globe-model",
1222
+ "gmail",
1223
+ "gnome",
1224
+ "go-kart",
1225
+ "go-kart-track",
1226
+ "gog",
1227
+ "gold",
1228
+ "golf",
1229
+ "golf-cart",
1230
+ "golf-tee",
1231
+ "gondola",
1232
+ "goodreads",
1233
+ "google",
1234
+ "google-ads",
1235
+ "google-analytics",
1236
+ "google-assistant",
1237
+ "google-cardboard",
1238
+ "google-chrome",
1239
+ "google-circles",
1240
+ "google-circles-communities",
1241
+ "google-circles-extended",
1242
+ "google-circles-group",
1243
+ "google-classroom",
1244
+ "google-cloud",
1245
+ "google-downasaur",
1246
+ "google-drive",
1247
+ "google-earth",
1248
+ "google-fit",
1249
+ "google-glass",
1250
+ "google-hangouts",
1251
+ "google-keep",
1252
+ "google-lens",
1253
+ "google-maps",
1254
+ "google-my-business",
1255
+ "google-nearby",
1256
+ "google-play",
1257
+ "google-plus",
1258
+ "google-podcast",
1259
+ "google-spreadsheet",
1260
+ "google-street-view",
1261
+ "google-translate",
1262
+ "gradient-horizontal",
1263
+ "gradient-vertical",
1264
+ "grain",
1265
+ "graph",
1266
+ "graph-outline",
1267
+ "graphql",
1268
+ "grass",
1269
+ "grave-stone",
1270
+ "grease-pencil",
1271
+ "greater-than",
1272
+ "greater-than-or-equal",
1273
+ "greenhouse",
1274
+ "grid",
1275
+ "grid-large",
1276
+ "grid-off",
1277
+ "grill",
1278
+ "grill-outline",
1279
+ "group",
1280
+ "guitar-acoustic",
1281
+ "guitar-electric",
1282
+ "guitar-pick",
1283
+ "guitar-pick-outline",
1284
+ "guy-fawkes-mask",
1285
+ "gymnastics",
1286
+ "hail",
1287
+ "hair-dryer",
1288
+ "hair-dryer-outline",
1289
+ "halloween",
1290
+ "hamburger",
1291
+ "hammer",
1292
+ "hammer-screwdriver",
1293
+ "hammer-sickle",
1294
+ "hammer-wrench",
1295
+ "handball",
1296
+ "handcuffs",
1297
+ "hands-pray",
1298
+ "handshake",
1299
+ "handshake-outline",
1300
+ "hanger",
1301
+ "hard-hat",
1302
+ "harddisk",
1303
+ "harddisk-plus",
1304
+ "harddisk-remove",
1305
+ "hat-fedora",
1306
+ "hazard-lights",
1307
+ "hdmi-port",
1308
+ "hdr",
1309
+ "hdr-off",
1310
+ "head",
1311
+ "head-question",
1312
+ "head-question-outline",
1313
+ "headphones",
1314
+ "headphones-bluetooth",
1315
+ "headset",
1316
+ "headset-dock",
1317
+ "headset-off",
1318
+ "heart",
1319
+ "heat-pump",
1320
+ "heat-pump-outline",
1321
+ "heat-wave",
1322
+ "heating-coil",
1323
+ "helicopter",
1324
+ "help",
1325
+ "help-box",
1326
+ "help-circle",
1327
+ "help-circle-outline",
1328
+ "help-network",
1329
+ "help-network-outline",
1330
+ "help-rhombus",
1331
+ "help-rhombus-outline",
1332
+ "hexadecimal",
1333
+ "hexagon",
1334
+ "hexagon-multiple",
1335
+ "hexagon-multiple-outline",
1336
+ "hexagon-outline",
1337
+ "hexagram",
1338
+ "hexagram-outline",
1339
+ "high-definition",
1340
+ "high-definition-box",
1341
+ "highway",
1342
+ "hiking",
1343
+ "history",
1344
+ "hockey-puck",
1345
+ "hockey-sticks",
1346
+ "hololens",
1347
+ "home",
1348
+ "home-variant",
1349
+ "home-variant-outline",
1350
+ "hook",
1351
+ "hook-off",
1352
+ "hoop-house",
1353
+ "hops",
1354
+ "horizontal-rotate-clockwise",
1355
+ "horizontal-rotate-counterclockwise",
1356
+ "horse",
1357
+ "horse-human",
1358
+ "horse-variant",
1359
+ "horse-variant-fast",
1360
+ "horseshoe",
1361
+ "hospital",
1362
+ "hospital-box",
1363
+ "hospital-box-outline",
1364
+ "hospital-building",
1365
+ "hospital-marker",
1366
+ "hot-tub",
1367
+ "hours-24",
1368
+ "hubspot",
1369
+ "hulu",
1370
+ "human",
1371
+ "human-child",
1372
+ "human-dolly",
1373
+ "human-female",
1374
+ "human-female-boy",
1375
+ "human-male",
1376
+ "human-male-boy",
1377
+ "human-male-child",
1378
+ "human-male-female",
1379
+ "human-male-female-child",
1380
+ "human-male-girl",
1381
+ "human-queue",
1382
+ "human-scooter",
1383
+ "human-walker",
1384
+ "human-wheelchair",
1385
+ "humble-bundle",
1386
+ "hvac",
1387
+ "hvac-off",
1388
+ "hydraulic-oil-level",
1389
+ "hydraulic-oil-temperature",
1390
+ "hydro-power",
1391
+ "hydrogen-station",
1392
+ "ice-cream",
1393
+ "ice-cream-off",
1394
+ "ice-pop",
1395
+ "id-card",
1396
+ "identifier",
1397
+ "image",
1398
+ "image-album",
1399
+ "import",
1400
+ "inbox",
1401
+ "incognito",
1402
+ "induction",
1403
+ "infinity",
1404
+ "information",
1405
+ "information-off",
1406
+ "information-off-outline",
1407
+ "information-outline",
1408
+ "information-variant",
1409
+ "instagram",
1410
+ "instrument-triangle",
1411
+ "integrated-circuit-chip",
1412
+ "invert-colors",
1413
+ "invert-colors-off",
1414
+ "iobroker",
1415
+ "ip",
1416
+ "ip-network",
1417
+ "ip-network-outline",
1418
+ "ip-outline",
1419
+ "ipod",
1420
+ "iron",
1421
+ "iron-board",
1422
+ "iron-outline",
1423
+ "island",
1424
+ "iv-bag",
1425
+ "jabber",
1426
+ "jeepney",
1427
+ "jellyfish",
1428
+ "jellyfish-outline",
1429
+ "jira",
1430
+ "jquery",
1431
+ "jsfiddle",
1432
+ "jump-rope",
1433
+ "kabaddi",
1434
+ "kangaroo",
1435
+ "karate",
1436
+ "kayaking",
1437
+ "keg",
1438
+ "kettle",
1439
+ "key",
1440
+ "keyboard",
1441
+ "keyboard-variant",
1442
+ "khanda",
1443
+ "kickstarter",
1444
+ "kite",
1445
+ "kite-outline",
1446
+ "kitesurfing",
1447
+ "klingon",
1448
+ "knife",
1449
+ "knife-military",
1450
+ "knob",
1451
+ "koala",
1452
+ "kodi",
1453
+ "kubernetes",
1454
+ "label",
1455
+ "label-variant",
1456
+ "label-variant-outline",
1457
+ "ladder",
1458
+ "ladybug",
1459
+ "lambda",
1460
+ "lamp",
1461
+ "lamp-outline",
1462
+ "lamps",
1463
+ "lamps-outline",
1464
+ "lan",
1465
+ "lan-check",
1466
+ "lan-connect",
1467
+ "lan-disconnect",
1468
+ "lan-pending",
1469
+ "land-fields",
1470
+ "land-plots",
1471
+ "land-plots-circle",
1472
+ "land-plots-circle-variant",
1473
+ "land-rows-horizontal",
1474
+ "land-rows-vertical",
1475
+ "landslide",
1476
+ "landslide-outline",
1477
+ "language-c",
1478
+ "language-cpp",
1479
+ "language-csharp",
1480
+ "language-css3",
1481
+ "language-fortran",
1482
+ "language-go",
1483
+ "language-haskell",
1484
+ "language-html5",
1485
+ "language-java",
1486
+ "language-javascript",
1487
+ "language-kotlin",
1488
+ "language-lua",
1489
+ "language-markdown",
1490
+ "language-markdown-outline",
1491
+ "language-php",
1492
+ "language-python",
1493
+ "language-r",
1494
+ "language-ruby",
1495
+ "language-ruby-on-rails",
1496
+ "language-rust",
1497
+ "language-swift",
1498
+ "language-typescript",
1499
+ "language-xaml",
1500
+ "laptop",
1501
+ "laptop-account",
1502
+ "laptop-off",
1503
+ "laravel",
1504
+ "laser-pointer",
1505
+ "lasso",
1506
+ "lastpass",
1507
+ "latitude",
1508
+ "launch",
1509
+ "lava-lamp",
1510
+ "layers",
1511
+ "lead-pencil",
1512
+ "leaf",
1513
+ "leaf-circle",
1514
+ "leaf-circle-outline",
1515
+ "leaf-maple",
1516
+ "leaf-maple-off",
1517
+ "leaf-off",
1518
+ "leak",
1519
+ "leak-off",
1520
+ "lectern",
1521
+ "led-off",
1522
+ "led-on",
1523
+ "led-outline",
1524
+ "led-strip",
1525
+ "led-strip-variant",
1526
+ "led-strip-variant-off",
1527
+ "led-variant-off",
1528
+ "led-variant-on",
1529
+ "led-variant-outline",
1530
+ "leek",
1531
+ "less-than",
1532
+ "less-than-or-equal",
1533
+ "library",
1534
+ "library-outline",
1535
+ "library-shelves",
1536
+ "license",
1537
+ "lifebuoy",
1538
+ "light-flood-down",
1539
+ "light-flood-up",
1540
+ "light-recessed",
1541
+ "light-switch",
1542
+ "light-switch-off",
1543
+ "lightbulb",
1544
+ "lightbulb-outline",
1545
+ "lightbulb-variant",
1546
+ "lightbulb-variant-outline",
1547
+ "lighthouse",
1548
+ "lighthouse-on",
1549
+ "lightning-bolt",
1550
+ "lightning-bolt-circle",
1551
+ "lightning-bolt-outline",
1552
+ "line-scan",
1553
+ "lingerie",
1554
+ "link",
1555
+ "link-variant",
1556
+ "linkedin",
1557
+ "linux",
1558
+ "linux-mint",
1559
+ "lipstick",
1560
+ "liquid-spot",
1561
+ "liquor",
1562
+ "list-box",
1563
+ "list-box-outline",
1564
+ "list-status",
1565
+ "litecoin",
1566
+ "loading",
1567
+ "location-enter",
1568
+ "location-exit",
1569
+ "lock",
1570
+ "locker",
1571
+ "locker-multiple",
1572
+ "login",
1573
+ "login-variant",
1574
+ "logout",
1575
+ "logout-variant",
1576
+ "longitude",
1577
+ "looks",
1578
+ "lotion",
1579
+ "lotion-outline",
1580
+ "lotion-plus",
1581
+ "lotion-plus-outline",
1582
+ "loupe",
1583
+ "lumx",
1584
+ "lungs",
1585
+ "mace",
1586
+ "magazine-pistol",
1587
+ "magazine-rifle",
1588
+ "magic-staff",
1589
+ "magnet",
1590
+ "magnet-on",
1591
+ "magnify",
1592
+ "mail",
1593
+ "mailbox",
1594
+ "manjaro",
1595
+ "map",
1596
+ "map-legend",
1597
+ "map-marker",
1598
+ "mapbox",
1599
+ "margin",
1600
+ "marker",
1601
+ "mastodon",
1602
+ "material-design",
1603
+ "material-ui",
1604
+ "matrix",
1605
+ "medal",
1606
+ "medal-outline",
1607
+ "medical-bag",
1608
+ "medical-cotton-swab",
1609
+ "medication",
1610
+ "medication-outline",
1611
+ "meditation",
1612
+ "memory",
1613
+ "menorah",
1614
+ "menorah-fire",
1615
+ "menu",
1616
+ "merge",
1617
+ "message",
1618
+ "meteor",
1619
+ "meter-electric",
1620
+ "meter-electric-outline",
1621
+ "meter-gas",
1622
+ "meter-gas-outline",
1623
+ "metronome",
1624
+ "metronome-tick",
1625
+ "micro-sd",
1626
+ "microphone",
1627
+ "microphone-variant",
1628
+ "microscope",
1629
+ "microsoft",
1630
+ "microsoft-access",
1631
+ "microsoft-azure",
1632
+ "microsoft-azure-devops",
1633
+ "microsoft-bing",
1634
+ "microsoft-dynamics-365",
1635
+ "microsoft-edge",
1636
+ "microsoft-excel",
1637
+ "microsoft-internet-explorer",
1638
+ "microsoft-office",
1639
+ "microsoft-onedrive",
1640
+ "microsoft-onenote",
1641
+ "microsoft-outlook",
1642
+ "microsoft-powerpoint",
1643
+ "microsoft-sharepoint",
1644
+ "microsoft-teams",
1645
+ "microsoft-visual-studio",
1646
+ "microsoft-visual-studio-code",
1647
+ "microsoft-windows",
1648
+ "microsoft-windows-classic",
1649
+ "microsoft-word",
1650
+ "microsoft-xbox",
1651
+ "microsoft-xbox-controller",
1652
+ "microsoft-xbox-controller-battery-alert",
1653
+ "microsoft-xbox-controller-battery-charging",
1654
+ "microsoft-xbox-controller-battery-empty",
1655
+ "microsoft-xbox-controller-battery-full",
1656
+ "microsoft-xbox-controller-battery-low",
1657
+ "microsoft-xbox-controller-battery-medium",
1658
+ "microsoft-xbox-controller-battery-unknown",
1659
+ "microsoft-xbox-controller-menu",
1660
+ "microsoft-xbox-controller-off",
1661
+ "microsoft-xbox-controller-view",
1662
+ "microwave",
1663
+ "microwave-off",
1664
+ "middleware",
1665
+ "middleware-outline",
1666
+ "midi",
1667
+ "midi-port",
1668
+ "mine",
1669
+ "minecraft",
1670
+ "mini-sd",
1671
+ "minidisc",
1672
+ "minus",
1673
+ "mirror",
1674
+ "mirror-rectangle",
1675
+ "mirror-variant",
1676
+ "mixed-martial-arts",
1677
+ "mixed-reality",
1678
+ "molecule",
1679
+ "molecule-co",
1680
+ "molecule-co2",
1681
+ "monitor",
1682
+ "moon-first-quarter",
1683
+ "moon-full",
1684
+ "moon-last-quarter",
1685
+ "moon-new",
1686
+ "moped",
1687
+ "moped-electric",
1688
+ "moped-electric-outline",
1689
+ "moped-outline",
1690
+ "more",
1691
+ "mortar-pestle",
1692
+ "mortar-pestle-plus",
1693
+ "mosque",
1694
+ "mosque-outline",
1695
+ "mother-heart",
1696
+ "mother-nurse",
1697
+ "motorbike",
1698
+ "motorbike-electric",
1699
+ "motorbike-off",
1700
+ "mouse",
1701
+ "mouse-variant",
1702
+ "mouse-variant-off",
1703
+ "movie",
1704
+ "mower",
1705
+ "mower-bag",
1706
+ "mower-bag-on",
1707
+ "mower-on",
1708
+ "muffin",
1709
+ "multicast",
1710
+ "multimedia",
1711
+ "multiplication",
1712
+ "multiplication-box",
1713
+ "mushroom",
1714
+ "music",
1715
+ "mustache",
1716
+ "nail",
1717
+ "nas",
1718
+ "nativescript",
1719
+ "nature",
1720
+ "nature-people",
1721
+ "navigation",
1722
+ "navigation-variant",
1723
+ "near-me",
1724
+ "necklace",
1725
+ "needle",
1726
+ "needle-off",
1727
+ "netflix",
1728
+ "network",
1729
+ "new-box",
1730
+ "newspaper",
1731
+ "nfc",
1732
+ "nfc-search-variant",
1733
+ "nfc-tap",
1734
+ "nfc-variant",
1735
+ "nfc-variant-off",
1736
+ "ninja",
1737
+ "nintendo-game-boy",
1738
+ "nintendo-switch",
1739
+ "nintendo-wii",
1740
+ "nintendo-wiiu",
1741
+ "nix",
1742
+ "nodejs",
1743
+ "noodles",
1744
+ "not-equal",
1745
+ "not-equal-variant",
1746
+ "note",
1747
+ "notebook",
1748
+ "notification-clear-all",
1749
+ "npm",
1750
+ "nuke",
1751
+ "nut",
1752
+ "nutrition",
1753
+ "nuxt",
1754
+ "oar",
1755
+ "ocarina",
1756
+ "oci",
1757
+ "ocr",
1758
+ "octagon",
1759
+ "octagon-outline",
1760
+ "octagram",
1761
+ "octagram-outline",
1762
+ "octahedron",
1763
+ "octahedron-off",
1764
+ "odnoklassniki",
1765
+ "offer",
1766
+ "office-building",
1767
+ "oil",
1768
+ "oil-lamp",
1769
+ "oil-level",
1770
+ "oil-temperature",
1771
+ "om",
1772
+ "omega",
1773
+ "one-up",
1774
+ "onepassword",
1775
+ "opacity",
1776
+ "open-in-app",
1777
+ "open-in-new",
1778
+ "open-source-initiative",
1779
+ "openid",
1780
+ "opera",
1781
+ "orbit",
1782
+ "orbit-variant",
1783
+ "origin",
1784
+ "ornament",
1785
+ "ornament-variant",
1786
+ "outdoor-lamp",
1787
+ "overscan",
1788
+ "owl",
1789
+ "pac-man",
1790
+ "package",
1791
+ "page-first",
1792
+ "page-last",
1793
+ "page-layout-body",
1794
+ "page-layout-footer",
1795
+ "page-layout-header",
1796
+ "page-layout-header-footer",
1797
+ "page-layout-sidebar-left",
1798
+ "page-layout-sidebar-right",
1799
+ "page-next",
1800
+ "page-next-outline",
1801
+ "page-previous",
1802
+ "page-previous-outline",
1803
+ "pail",
1804
+ "palette",
1805
+ "palette-advanced",
1806
+ "palette-outline",
1807
+ "palm-tree",
1808
+ "panda",
1809
+ "pandora",
1810
+ "panorama",
1811
+ "paper-cut-vertical",
1812
+ "paper-roll",
1813
+ "paper-roll-outline",
1814
+ "paperclip",
1815
+ "parachute",
1816
+ "parachute-outline",
1817
+ "paragliding",
1818
+ "parking",
1819
+ "party-popper",
1820
+ "passport",
1821
+ "passport-biometric",
1822
+ "pasta",
1823
+ "patio-heater",
1824
+ "patreon",
1825
+ "pause",
1826
+ "pause-box",
1827
+ "pause-box-outline",
1828
+ "pause-circle",
1829
+ "pause-circle-outline",
1830
+ "pause-octagon",
1831
+ "pause-octagon-outline",
1832
+ "paw",
1833
+ "paw-off",
1834
+ "paw-off-outline",
1835
+ "paw-outline",
1836
+ "peace",
1837
+ "peanut",
1838
+ "peanut-off",
1839
+ "peanut-off-outline",
1840
+ "peanut-outline",
1841
+ "pen",
1842
+ "pen-lock",
1843
+ "pen-minus",
1844
+ "pen-off",
1845
+ "pen-plus",
1846
+ "pen-remove",
1847
+ "pencil",
1848
+ "pencil-box",
1849
+ "penguin",
1850
+ "pentagon",
1851
+ "pentagon-outline",
1852
+ "pentagram",
1853
+ "percent",
1854
+ "percent-box",
1855
+ "percent-box-outline",
1856
+ "percent-circle",
1857
+ "percent-circle-outline",
1858
+ "percent-outline",
1859
+ "periodic-table",
1860
+ "perspective-less",
1861
+ "perspective-more",
1862
+ "ph",
1863
+ "phone",
1864
+ "pi",
1865
+ "pi-box",
1866
+ "pi-hole",
1867
+ "piano",
1868
+ "piano-off",
1869
+ "pickaxe",
1870
+ "pier",
1871
+ "pier-crane",
1872
+ "pig",
1873
+ "pig-variant",
1874
+ "pig-variant-outline",
1875
+ "piggy-bank",
1876
+ "piggy-bank-outline",
1877
+ "pill",
1878
+ "pill-multiple",
1879
+ "pill-off",
1880
+ "pillar",
1881
+ "pin",
1882
+ "pin-off",
1883
+ "pin-off-outline",
1884
+ "pin-outline",
1885
+ "pine-tree",
1886
+ "pine-tree-box",
1887
+ "pine-tree-fire",
1888
+ "pinterest",
1889
+ "pinwheel",
1890
+ "pinwheel-outline",
1891
+ "pipe",
1892
+ "pipe-disconnected",
1893
+ "pipe-leak",
1894
+ "pipe-valve",
1895
+ "pipe-wrench",
1896
+ "pirate",
1897
+ "pistol",
1898
+ "piston",
1899
+ "pitchfork",
1900
+ "pizza",
1901
+ "plane-car",
1902
+ "plane-train",
1903
+ "play",
1904
+ "plex",
1905
+ "pliers",
1906
+ "plus",
1907
+ "podcast",
1908
+ "podium",
1909
+ "podium-bronze",
1910
+ "podium-gold",
1911
+ "podium-silver",
1912
+ "point-of-sale",
1913
+ "pokeball",
1914
+ "pokemon-go",
1915
+ "poker-chip",
1916
+ "polaroid",
1917
+ "police-badge",
1918
+ "police-badge-outline",
1919
+ "police-station",
1920
+ "poll",
1921
+ "polo",
1922
+ "polymer",
1923
+ "pool",
1924
+ "pool-thermometer",
1925
+ "popcorn",
1926
+ "post",
1927
+ "post-lamp",
1928
+ "post-outline",
1929
+ "postage-stamp",
1930
+ "pot",
1931
+ "pot-mix",
1932
+ "pot-mix-outline",
1933
+ "pot-outline",
1934
+ "pot-steam",
1935
+ "pot-steam-outline",
1936
+ "pound",
1937
+ "pound-box",
1938
+ "pound-box-outline",
1939
+ "power",
1940
+ "power-cycle",
1941
+ "power-off",
1942
+ "power-on",
1943
+ "power-plug",
1944
+ "power-standby",
1945
+ "powershell",
1946
+ "prescription",
1947
+ "presentation",
1948
+ "presentation-play",
1949
+ "pretzel",
1950
+ "printer",
1951
+ "priority-high",
1952
+ "priority-low",
1953
+ "professional-hexagon",
1954
+ "projector",
1955
+ "propane-tank",
1956
+ "propane-tank-outline",
1957
+ "protocol",
1958
+ "publish",
1959
+ "publish-off",
1960
+ "pulse",
1961
+ "pump",
1962
+ "pump-off",
1963
+ "pumpkin",
1964
+ "purse",
1965
+ "purse-outline",
1966
+ "puzzle",
1967
+ "pyramid",
1968
+ "pyramid-off",
1969
+ "qi",
1970
+ "qqchat",
1971
+ "qrcode",
1972
+ "quadcopter",
1973
+ "quality-high",
1974
+ "quality-low",
1975
+ "quality-medium",
1976
+ "quora",
1977
+ "rabbit",
1978
+ "rabbit-variant",
1979
+ "rabbit-variant-outline",
1980
+ "racing-helmet",
1981
+ "racquetball",
1982
+ "radar",
1983
+ "radiator",
1984
+ "radiator-disabled",
1985
+ "radiator-off",
1986
+ "radio",
1987
+ "radio-am",
1988
+ "radio-fm",
1989
+ "radio-handheld",
1990
+ "radio-off",
1991
+ "radio-tower",
1992
+ "radioactive",
1993
+ "radius",
1994
+ "radius-outline",
1995
+ "railroad-light",
1996
+ "rake",
1997
+ "raspberry-pi",
1998
+ "razor-double-edge",
1999
+ "razor-single-edge",
2000
+ "react",
2001
+ "read",
2002
+ "receipt",
2003
+ "record",
2004
+ "rectangle",
2005
+ "rectangle-outline",
2006
+ "recycle",
2007
+ "recycle-variant",
2008
+ "reddit",
2009
+ "redhat",
2010
+ "redo",
2011
+ "redo-variant",
2012
+ "reflect-horizontal",
2013
+ "reflect-vertical",
2014
+ "refresh",
2015
+ "refresh-auto",
2016
+ "refresh-circle",
2017
+ "regex",
2018
+ "registered-trademark",
2019
+ "reiterate",
2020
+ "relative-scale",
2021
+ "reload",
2022
+ "reload-alert",
2023
+ "reminder",
2024
+ "remote",
2025
+ "remote-desktop",
2026
+ "remote-off",
2027
+ "remote-tv",
2028
+ "remote-tv-off",
2029
+ "rename-box",
2030
+ "reorder-horizontal",
2031
+ "reorder-vertical",
2032
+ "repeat",
2033
+ "repeat-off",
2034
+ "repeat-once",
2035
+ "repeat-variant",
2036
+ "replay",
2037
+ "reply",
2038
+ "reply-all",
2039
+ "reply-all-outline",
2040
+ "reply-circle",
2041
+ "reply-outline",
2042
+ "reproduction",
2043
+ "resistor",
2044
+ "resistor-nodes",
2045
+ "resize",
2046
+ "resize-bottom-right",
2047
+ "responsive",
2048
+ "restart",
2049
+ "restore",
2050
+ "rewind",
2051
+ "rhombus",
2052
+ "rhombus-medium",
2053
+ "rhombus-medium-outline",
2054
+ "rhombus-outline",
2055
+ "rhombus-split",
2056
+ "rhombus-split-outline",
2057
+ "ribbon",
2058
+ "rice",
2059
+ "rickshaw",
2060
+ "rickshaw-electric",
2061
+ "ring",
2062
+ "rivet",
2063
+ "road",
2064
+ "road-variant",
2065
+ "robber",
2066
+ "robot",
2067
+ "robot-angry",
2068
+ "rocket",
2069
+ "rocket-launch",
2070
+ "rocket-launch-outline",
2071
+ "rocket-outline",
2072
+ "rodent",
2073
+ "roller-shade",
2074
+ "roller-shade-closed",
2075
+ "roller-skate",
2076
+ "roller-skate-off",
2077
+ "rollerblade",
2078
+ "rollerblade-off",
2079
+ "rollupjs",
2080
+ "rolodex",
2081
+ "rolodex-outline",
2082
+ "room-service",
2083
+ "room-service-outline",
2084
+ "rounded-corner",
2085
+ "router",
2086
+ "routes",
2087
+ "routes-clock",
2088
+ "rowing",
2089
+ "rss",
2090
+ "rss-box",
2091
+ "rss-off",
2092
+ "rug",
2093
+ "rugby",
2094
+ "ruler",
2095
+ "run",
2096
+ "run-fast",
2097
+ "rv-truck",
2098
+ "sack",
2099
+ "sack-percent",
2100
+ "safe",
2101
+ "safe-square",
2102
+ "safe-square-outline",
2103
+ "safety-goggles",
2104
+ "sail-boat",
2105
+ "sail-boat-sink",
2106
+ "sale",
2107
+ "sale-outline",
2108
+ "salesforce",
2109
+ "sass",
2110
+ "satellite",
2111
+ "satellite-uplink",
2112
+ "satellite-variant",
2113
+ "sausage",
2114
+ "sausage-off",
2115
+ "saw-blade",
2116
+ "sawtooth-wave",
2117
+ "saxophone",
2118
+ "scanner",
2119
+ "scatter-plot",
2120
+ "scatter-plot-outline",
2121
+ "scent",
2122
+ "scent-off",
2123
+ "school",
2124
+ "school-outline",
2125
+ "scissors-cutting",
2126
+ "scooter",
2127
+ "scooter-electric",
2128
+ "scoreboard",
2129
+ "scoreboard-outline",
2130
+ "screen-rotation",
2131
+ "screen-rotation-lock",
2132
+ "screw-flat-top",
2133
+ "screw-lag",
2134
+ "screw-machine-flat-top",
2135
+ "screw-machine-round-top",
2136
+ "screw-round-top",
2137
+ "screwdriver",
2138
+ "script",
2139
+ "sd",
2140
+ "seal",
2141
+ "seal-variant",
2142
+ "search-web",
2143
+ "seat",
2144
+ "security",
2145
+ "seed",
2146
+ "seesaw",
2147
+ "segment",
2148
+ "select",
2149
+ "semantic-web",
2150
+ "send",
2151
+ "serial-port",
2152
+ "server",
2153
+ "shaker",
2154
+ "shaker-outline",
2155
+ "shape",
2156
+ "share",
2157
+ "share-all",
2158
+ "share-all-outline",
2159
+ "shark",
2160
+ "shark-fin",
2161
+ "shark-fin-outline",
2162
+ "shark-off",
2163
+ "sheep",
2164
+ "shield",
2165
+ "shimmer",
2166
+ "ship-wheel",
2167
+ "shipping-pallet",
2168
+ "shoe-ballet",
2169
+ "shoe-cleat",
2170
+ "shoe-formal",
2171
+ "shoe-heel",
2172
+ "shoe-print",
2173
+ "shoe-sneaker",
2174
+ "shopping",
2175
+ "shore",
2176
+ "shovel",
2177
+ "shovel-off",
2178
+ "shower",
2179
+ "shower-head",
2180
+ "shredder",
2181
+ "shuffle",
2182
+ "shuffle-disabled",
2183
+ "shuffle-variant",
2184
+ "shuriken",
2185
+ "sickle",
2186
+ "sigma",
2187
+ "sigma-lower",
2188
+ "signature",
2189
+ "signature-freehand",
2190
+ "signature-image",
2191
+ "signature-text",
2192
+ "silo",
2193
+ "silo-outline",
2194
+ "silverware",
2195
+ "silverware-clean",
2196
+ "silverware-fork",
2197
+ "silverware-fork-knife",
2198
+ "silverware-spoon",
2199
+ "silverware-variant",
2200
+ "sim",
2201
+ "simple-icons",
2202
+ "sina-weibo",
2203
+ "sine-wave",
2204
+ "sitemap",
2205
+ "sitemap-outline",
2206
+ "skate",
2207
+ "skateboard",
2208
+ "skateboarding",
2209
+ "skew-less",
2210
+ "skew-more",
2211
+ "ski",
2212
+ "ski-cross-country",
2213
+ "ski-water",
2214
+ "skull",
2215
+ "skull-crossbones",
2216
+ "skull-crossbones-outline",
2217
+ "skull-outline",
2218
+ "skull-scan",
2219
+ "skull-scan-outline",
2220
+ "skype",
2221
+ "skype-business",
2222
+ "slack",
2223
+ "sledding",
2224
+ "sleep",
2225
+ "slide",
2226
+ "slope-downhill",
2227
+ "slope-uphill",
2228
+ "slot-machine",
2229
+ "slot-machine-outline",
2230
+ "smart-card",
2231
+ "smog",
2232
+ "smoke",
2233
+ "smoke-detector",
2234
+ "smoking",
2235
+ "smoking-off",
2236
+ "smoking-pipe",
2237
+ "smoking-pipe-off",
2238
+ "snail",
2239
+ "snake",
2240
+ "snapchat",
2241
+ "snowboard",
2242
+ "snowflake",
2243
+ "snowflake-variant",
2244
+ "snowman",
2245
+ "snowmobile",
2246
+ "snowshoeing",
2247
+ "soccer",
2248
+ "soccer-field",
2249
+ "sofa",
2250
+ "sofa-outline",
2251
+ "sofa-single",
2252
+ "sofa-single-outline",
2253
+ "solar-panel",
2254
+ "solar-power",
2255
+ "solar-power-variant",
2256
+ "solar-power-variant-outline",
2257
+ "soldering-iron",
2258
+ "solid",
2259
+ "sony-playstation",
2260
+ "soundbar",
2261
+ "soundcloud",
2262
+ "soy-sauce",
2263
+ "soy-sauce-off",
2264
+ "spa",
2265
+ "spa-outline",
2266
+ "space-invaders",
2267
+ "space-station",
2268
+ "spade",
2269
+ "speaker",
2270
+ "spear",
2271
+ "speedometer",
2272
+ "speedometer-medium",
2273
+ "speedometer-slow",
2274
+ "spellcheck",
2275
+ "sphere",
2276
+ "sphere-off",
2277
+ "spider",
2278
+ "spider-thread",
2279
+ "spider-web",
2280
+ "spirit-level",
2281
+ "spoon-sugar",
2282
+ "spotify",
2283
+ "spotlight",
2284
+ "spotlight-beam",
2285
+ "spray",
2286
+ "spray-bottle",
2287
+ "sprinkler",
2288
+ "sprinkler-fire",
2289
+ "sprinkler-variant",
2290
+ "sprout",
2291
+ "sprout-outline",
2292
+ "squeegee",
2293
+ "ssh",
2294
+ "stack-exchange",
2295
+ "stack-overflow",
2296
+ "stackpath",
2297
+ "stadium",
2298
+ "stadium-outline",
2299
+ "stadium-variant",
2300
+ "stairs",
2301
+ "stairs-box",
2302
+ "stairs-down",
2303
+ "stairs-up",
2304
+ "stamper",
2305
+ "standard-definition",
2306
+ "star",
2307
+ "state-machine",
2308
+ "steam",
2309
+ "steering",
2310
+ "steering-off",
2311
+ "stethoscope",
2312
+ "sticker",
2313
+ "stocking",
2314
+ "stomach",
2315
+ "stool",
2316
+ "stool-outline",
2317
+ "stop",
2318
+ "stop-circle",
2319
+ "stop-circle-outline",
2320
+ "storage-tank",
2321
+ "storage-tank-outline",
2322
+ "store",
2323
+ "store-24-hour",
2324
+ "storefront",
2325
+ "stove",
2326
+ "strategy",
2327
+ "stretch-to-page",
2328
+ "stretch-to-page-outline",
2329
+ "string-lights",
2330
+ "string-lights-off",
2331
+ "subdirectory-arrow-left",
2332
+ "subdirectory-arrow-right",
2333
+ "submarine",
2334
+ "subtitles",
2335
+ "subtitles-outline",
2336
+ "subway",
2337
+ "subway-alert-variant",
2338
+ "subway-variant",
2339
+ "summit",
2340
+ "sun-angle",
2341
+ "sun-angle-outline",
2342
+ "sun-clock",
2343
+ "sun-clock-outline",
2344
+ "sun-compass",
2345
+ "sun-snowflake",
2346
+ "sun-snowflake-variant",
2347
+ "sun-thermometer",
2348
+ "sun-thermometer-outline",
2349
+ "sun-wireless",
2350
+ "sun-wireless-outline",
2351
+ "sunglasses",
2352
+ "surfing",
2353
+ "surround-sound",
2354
+ "svg",
2355
+ "swim",
2356
+ "switch",
2357
+ "sword",
2358
+ "sword-cross",
2359
+ "symbol",
2360
+ "symfony",
2361
+ "synagogue",
2362
+ "synagogue-outline",
2363
+ "sync",
2364
+ "tab",
2365
+ "table",
2366
+ "tablet",
2367
+ "tablet-cellphone",
2368
+ "tablet-dashboard",
2369
+ "taco",
2370
+ "tag",
2371
+ "tag-text",
2372
+ "tag-text-outline",
2373
+ "tailwind",
2374
+ "tangram",
2375
+ "tank",
2376
+ "tanker-truck",
2377
+ "tape-drive",
2378
+ "tape-measure",
2379
+ "target",
2380
+ "target-account",
2381
+ "target-variant",
2382
+ "taxi",
2383
+ "tea",
2384
+ "tea-outline",
2385
+ "teamviewer",
2386
+ "teddy-bear",
2387
+ "telescope",
2388
+ "television",
2389
+ "temperature-celsius",
2390
+ "temperature-fahrenheit",
2391
+ "temperature-kelvin",
2392
+ "temple-buddhist",
2393
+ "temple-buddhist-outline",
2394
+ "temple-hindu",
2395
+ "temple-hindu-outline",
2396
+ "tennis",
2397
+ "tennis-ball",
2398
+ "tent",
2399
+ "terraform",
2400
+ "terrain",
2401
+ "test-tube",
2402
+ "test-tube-empty",
2403
+ "test-tube-off",
2404
+ "text",
2405
+ "texture",
2406
+ "texture-box",
2407
+ "theater",
2408
+ "theme-light-dark",
2409
+ "thermometer",
2410
+ "thermostat",
2411
+ "thermostat-auto",
2412
+ "thermostat-box",
2413
+ "thermostat-box-auto",
2414
+ "thumb-down",
2415
+ "thumb-down-outline",
2416
+ "thumb-up",
2417
+ "thumb-up-outline",
2418
+ "thumbs-up-down",
2419
+ "thumbs-up-down-outline",
2420
+ "ticket",
2421
+ "ticket-outline",
2422
+ "tie",
2423
+ "tilde",
2424
+ "tilde-off",
2425
+ "timelapse",
2426
+ "timeline",
2427
+ "timer",
2428
+ "timetable",
2429
+ "tire",
2430
+ "toaster",
2431
+ "toaster-oven",
2432
+ "toggle-switch",
2433
+ "toggle-switch-variant",
2434
+ "toilet",
2435
+ "toolbox",
2436
+ "toolbox-outline",
2437
+ "tools",
2438
+ "tooltip",
2439
+ "tooth",
2440
+ "tooth-outline",
2441
+ "toothbrush",
2442
+ "toothbrush-electric",
2443
+ "toothbrush-paste",
2444
+ "torch",
2445
+ "tortoise",
2446
+ "toslink",
2447
+ "tournament",
2448
+ "tow-truck",
2449
+ "tower-beach",
2450
+ "tower-fire",
2451
+ "town-hall",
2452
+ "toy-brick",
2453
+ "track-light",
2454
+ "track-light-off",
2455
+ "trackpad",
2456
+ "trackpad-lock",
2457
+ "tractor",
2458
+ "tractor-variant",
2459
+ "trademark",
2460
+ "traffic-cone",
2461
+ "traffic-light",
2462
+ "traffic-light-outline",
2463
+ "train",
2464
+ "train-variant",
2465
+ "tram",
2466
+ "tram-side",
2467
+ "translate",
2468
+ "translate-off",
2469
+ "trash-can",
2470
+ "trash-can-outline",
2471
+ "tray",
2472
+ "treasure-chest",
2473
+ "tree",
2474
+ "tree-outline",
2475
+ "trello",
2476
+ "trending-down",
2477
+ "trending-neutral",
2478
+ "trending-up",
2479
+ "triangle",
2480
+ "triangle-outline",
2481
+ "triangle-small-down",
2482
+ "triangle-small-up",
2483
+ "triangle-wave",
2484
+ "triforce",
2485
+ "trophy",
2486
+ "trophy-award",
2487
+ "trophy-broken",
2488
+ "trophy-outline",
2489
+ "trophy-variant",
2490
+ "trophy-variant-outline",
2491
+ "truck",
2492
+ "trumpet",
2493
+ "tshirt-crew",
2494
+ "tshirt-crew-outline",
2495
+ "tshirt-v",
2496
+ "tshirt-v-outline",
2497
+ "tsunami",
2498
+ "tumble-dryer",
2499
+ "tumble-dryer-alert",
2500
+ "tumble-dryer-off",
2501
+ "tune",
2502
+ "tune-variant",
2503
+ "tune-vertical",
2504
+ "tune-vertical-variant",
2505
+ "tunnel",
2506
+ "tunnel-outline",
2507
+ "turbine",
2508
+ "turkey",
2509
+ "turnstile",
2510
+ "turnstile-outline",
2511
+ "turtle",
2512
+ "twitch",
2513
+ "twitter",
2514
+ "two-factor-authentication",
2515
+ "typewriter",
2516
+ "ubisoft",
2517
+ "ubuntu",
2518
+ "ufo",
2519
+ "ufo-outline",
2520
+ "ultra-high-definition",
2521
+ "umbraco",
2522
+ "umbrella",
2523
+ "umbrella-beach",
2524
+ "unicode",
2525
+ "unicorn",
2526
+ "unicorn-variant",
2527
+ "unicycle",
2528
+ "unity",
2529
+ "unreal",
2530
+ "update",
2531
+ "upload",
2532
+ "usb",
2533
+ "usb-flash-drive",
2534
+ "usb-flash-drive-outline",
2535
+ "usb-port",
2536
+ "vacuum",
2537
+ "vacuum-outline",
2538
+ "valve",
2539
+ "valve-closed",
2540
+ "valve-open",
2541
+ "van-passenger",
2542
+ "van-utility",
2543
+ "vanish",
2544
+ "vanish-quarter",
2545
+ "vanity-light",
2546
+ "variable",
2547
+ "variable-box",
2548
+ "vhs",
2549
+ "vibrate",
2550
+ "vibrate-off",
2551
+ "video",
2552
+ "video-2d",
2553
+ "video-3d",
2554
+ "view-carousel",
2555
+ "view-carousel-outline",
2556
+ "view-dashboard-variant",
2557
+ "view-dashboard-variant-outline",
2558
+ "view-quilt",
2559
+ "view-quilt-outline",
2560
+ "vimeo",
2561
+ "violin",
2562
+ "virtual-reality",
2563
+ "virus",
2564
+ "virus-off",
2565
+ "virus-off-outline",
2566
+ "virus-outline",
2567
+ "vlc",
2568
+ "voicemail",
2569
+ "volcano",
2570
+ "volcano-outline",
2571
+ "volleyball",
2572
+ "vote",
2573
+ "vote-outline",
2574
+ "vpn",
2575
+ "vuejs",
2576
+ "vuetify",
2577
+ "walk",
2578
+ "wall",
2579
+ "wall-fire",
2580
+ "wall-sconce",
2581
+ "wallet",
2582
+ "wallpaper",
2583
+ "wan",
2584
+ "wardrobe",
2585
+ "wardrobe-outline",
2586
+ "warehouse",
2587
+ "washing-machine",
2588
+ "washing-machine-alert",
2589
+ "washing-machine-off",
2590
+ "watch",
2591
+ "water",
2592
+ "water-well",
2593
+ "water-well-outline",
2594
+ "waterfall",
2595
+ "watering-can",
2596
+ "watering-can-outline",
2597
+ "watermark",
2598
+ "wave",
2599
+ "waveform",
2600
+ "waves",
2601
+ "waves-arrow-left",
2602
+ "waves-arrow-right",
2603
+ "waves-arrow-up",
2604
+ "waze",
2605
+ "web",
2606
+ "webcam",
2607
+ "webcam-off",
2608
+ "webhook",
2609
+ "webpack",
2610
+ "webrtc",
2611
+ "wechat",
2612
+ "weight",
2613
+ "weight-gram",
2614
+ "weight-kilogram",
2615
+ "weight-lifter",
2616
+ "weight-pound",
2617
+ "whatsapp",
2618
+ "wheel-barrow",
2619
+ "wheelchair",
2620
+ "wheelchair-accessibility",
2621
+ "whistle",
2622
+ "whistle-outline",
2623
+ "white-balance-auto",
2624
+ "white-balance-incandescent",
2625
+ "white-balance-iridescent",
2626
+ "white-balance-sunny",
2627
+ "widgets",
2628
+ "widgets-outline",
2629
+ "wifi",
2630
+ "wikipedia",
2631
+ "wind-power",
2632
+ "wind-power-outline",
2633
+ "wind-turbine",
2634
+ "window-close",
2635
+ "window-closed",
2636
+ "window-closed-variant",
2637
+ "window-maximize",
2638
+ "window-minimize",
2639
+ "window-open",
2640
+ "window-open-variant",
2641
+ "window-restore",
2642
+ "window-shutter",
2643
+ "window-shutter-alert",
2644
+ "window-shutter-auto",
2645
+ "window-shutter-cog",
2646
+ "window-shutter-open",
2647
+ "window-shutter-settings",
2648
+ "windsock",
2649
+ "wiper",
2650
+ "wiper-wash",
2651
+ "wiper-wash-alert",
2652
+ "wizard-hat",
2653
+ "wordpress",
2654
+ "wrap",
2655
+ "wrap-disabled",
2656
+ "wrench",
2657
+ "wrench-outline",
2658
+ "xamarin",
2659
+ "xml",
2660
+ "xmpp",
2661
+ "yahoo",
2662
+ "yeast",
2663
+ "yin-yang",
2664
+ "yoga",
2665
+ "youtube",
2666
+ "youtube-gaming",
2667
+ "youtube-studio",
2668
+ "youtube-subscription",
2669
+ "youtube-tv",
2670
+ "yurt",
2671
+ "z-wave",
2672
+ "zend",
2673
+ "zigbee",
2674
+ "zip-box",
2675
+ "zip-box-outline",
2676
+ "zip-disk",
2677
+ "zodiac-aquarius",
2678
+ "zodiac-aries",
2679
+ "zodiac-cancer",
2680
+ "zodiac-capricorn",
2681
+ "zodiac-gemini",
2682
+ "zodiac-leo",
2683
+ "zodiac-libra",
2684
+ "zodiac-pisces",
2685
+ "zodiac-sagittarius",
2686
+ "zodiac-scorpio",
2687
+ "zodiac-taurus",
2688
+ "zodiac-virgo"
2689
+ ]
2690
+ }