@nova-design-system/nova-webcomponents 3.0.0-beta.42 → 3.0.0-beta.44

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 (334) hide show
  1. package/dist/blazor-docs.json +2149 -261
  2. package/dist/cjs/index.cjs.js +472 -2
  3. package/dist/cjs/index.cjs.js.map +1 -1
  4. package/dist/cjs/loader.cjs.js +1 -1
  5. package/dist/cjs/native.cjs.js +1 -1
  6. package/dist/cjs/nv-badge_2.cjs.entry.js +4 -5
  7. package/dist/cjs/nv-badge_2.cjs.entry.js.map +1 -1
  8. package/dist/cjs/nv-base.cjs.entry.js +1 -1
  9. package/dist/cjs/nv-breadcrumb.cjs.entry.js +1 -1
  10. package/dist/cjs/nv-breadcrumbs.cjs.entry.js +1 -1
  11. package/dist/cjs/nv-button.cjs.entry.js +1 -1
  12. package/dist/cjs/nv-calendar.cjs.entry.js +5 -5
  13. package/dist/cjs/nv-calendar.cjs.entry.js.map +1 -1
  14. package/dist/cjs/nv-col.cjs.entry.js +1 -1
  15. package/dist/cjs/nv-datagrid.cjs.entry.js +3 -3
  16. package/dist/cjs/nv-datagrid.cjs.entry.js.map +1 -1
  17. package/dist/cjs/nv-datagridcolumn.cjs.entry.js +1 -1
  18. package/dist/cjs/nv-dialog.cjs.entry.js +1 -1
  19. package/dist/cjs/nv-dialog.cjs.entry.js.map +1 -1
  20. package/dist/cjs/nv-dialogfooter_2.cjs.entry.js +6 -6
  21. package/dist/cjs/nv-dialogfooter_2.cjs.entry.js.map +1 -1
  22. package/dist/cjs/nv-fieldcheckbox.cjs.entry.js +4 -4
  23. package/dist/cjs/nv-fielddate.cjs.entry.js +5 -5
  24. package/dist/cjs/nv-fielddaterange.cjs.entry.js +4 -4
  25. package/dist/cjs/nv-fielddropdown.cjs.entry.js +44 -74
  26. package/dist/cjs/nv-fielddropdown.cjs.entry.js.map +1 -1
  27. package/dist/cjs/nv-fielddropdownitem.cjs.entry.js +6 -8
  28. package/dist/cjs/nv-fielddropdownitem.cjs.entry.js.map +1 -1
  29. package/dist/cjs/nv-fieldnumber.cjs.entry.js +3 -3
  30. package/dist/cjs/nv-fieldpassword.cjs.entry.js +3 -3
  31. package/dist/cjs/nv-fieldradio.cjs.entry.js +3 -3
  32. package/dist/cjs/nv-fieldselect.cjs.entry.js +5 -5
  33. package/dist/cjs/nv-fieldtext.cjs.entry.js +3 -3
  34. package/dist/cjs/nv-fieldtextarea.cjs.entry.js +3 -3
  35. package/dist/cjs/nv-fieldtime.cjs.entry.js +9 -9
  36. package/dist/cjs/nv-icon.cjs.entry.js +2 -2
  37. package/dist/cjs/nv-icon.cjs.entry.js.map +1 -1
  38. package/dist/cjs/nv-iconbutton_2.cjs.entry.js +2 -2
  39. package/dist/cjs/nv-menu.cjs.entry.js +1 -1
  40. package/dist/cjs/nv-menuitem.cjs.entry.js +1 -1
  41. package/dist/cjs/nv-popover.cjs.entry.js +1 -1
  42. package/dist/cjs/nv-popover.cjs.entry.js.map +1 -1
  43. package/dist/cjs/nv-row.cjs.entry.js +1 -1
  44. package/dist/cjs/nv-stack.cjs.entry.js +1 -1
  45. package/dist/cjs/nv-table.cjs.entry.js +3 -3
  46. package/dist/cjs/nv-table.cjs.entry.js.map +1 -1
  47. package/dist/cjs/nv-toggle.cjs.entry.js +2 -2
  48. package/dist/cjs/nv-tooltip.cjs.entry.js +1 -1
  49. package/dist/cjs/nv-tooltip.cjs.entry.js.map +1 -1
  50. package/dist/collection/components/nv-badge/nv-badge.css +16 -0
  51. package/dist/collection/components/nv-badge/nv-badge.js +3 -3
  52. package/dist/collection/components/nv-badge/nv-badge.js.map +1 -1
  53. package/dist/collection/components/nv-base/nv-base.js +1 -1
  54. package/dist/collection/components/nv-breadcrumb/nv-breadcrumb.js +1 -1
  55. package/dist/collection/components/nv-breadcrumbs/nv-breadcrumbs.js +1 -1
  56. package/dist/collection/components/nv-button/nv-button.js +1 -1
  57. package/dist/collection/components/nv-calendar/nv-calendar.css +129 -77
  58. package/dist/collection/components/nv-calendar/nv-calendar.js +4 -4
  59. package/dist/collection/components/nv-calendar/nv-calendar.js.map +1 -1
  60. package/dist/collection/components/nv-col/nv-col.js +1 -1
  61. package/dist/collection/components/nv-datagrid/nv-datagrid.css +4 -4
  62. package/dist/collection/components/nv-datagrid/nv-datagrid.js +2 -2
  63. package/dist/collection/components/nv-datagrid/nv-datagrid.js.map +1 -1
  64. package/dist/collection/components/nv-datagridcolumn/nv-datagridcolumn.js +1 -1
  65. package/dist/collection/components/nv-dialog/nv-dialog.js +1 -1
  66. package/dist/collection/components/nv-dialog/nv-dialog.js.map +1 -1
  67. package/dist/collection/components/nv-dialogfooter/nv-dialogfooter.js +7 -7
  68. package/dist/collection/components/nv-dialogfooter/nv-dialogfooter.js.map +1 -1
  69. package/dist/collection/components/nv-dialogheader/nv-dialogheader.js +1 -1
  70. package/dist/collection/components/nv-fieldcheckbox/nv-fieldcheckbox.js +4 -4
  71. package/dist/collection/components/nv-fielddate/nv-fielddate.js +5 -5
  72. package/dist/collection/components/nv-fielddaterange/nv-fielddaterange.js +4 -4
  73. package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.js +44 -74
  74. package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.js.map +1 -1
  75. package/dist/collection/components/nv-fielddropdown/styles/nv-fielddropdown.css +3 -0
  76. package/dist/collection/components/nv-fielddropdownitem/nv-fielddropdownitem.js +9 -11
  77. package/dist/collection/components/nv-fielddropdownitem/nv-fielddropdownitem.js.map +1 -1
  78. package/dist/collection/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.js +1 -1
  79. package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.js +3 -3
  80. package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.js +3 -3
  81. package/dist/collection/components/nv-fieldradio/nv-fieldradio.js +3 -3
  82. package/dist/collection/components/nv-fieldselect/nv-fieldselect.js +5 -5
  83. package/dist/collection/components/nv-fieldtext/nv-fieldtext.js +3 -3
  84. package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.js +3 -3
  85. package/dist/collection/components/nv-fieldtime/nv-fieldtime.js +9 -9
  86. package/dist/collection/components/nv-icon/nv-icon.js +1 -1
  87. package/dist/collection/components/nv-icon/nv-icons.js +472 -2
  88. package/dist/collection/components/nv-icon/nv-icons.js.map +1 -1
  89. package/dist/collection/components/nv-iconbutton/nv-iconbutton.js +1 -1
  90. package/dist/collection/components/nv-loader/nv-loader.js +1 -1
  91. package/dist/collection/components/nv-menu/nv-menu.js +1 -1
  92. package/dist/collection/components/nv-menuitem/nv-menuitem.js +2 -2
  93. package/dist/collection/components/nv-popover/nv-popover.js +1 -1
  94. package/dist/collection/components/nv-popover/nv-popover.js.map +1 -1
  95. package/dist/collection/components/nv-row/nv-row.js +1 -1
  96. package/dist/collection/components/nv-stack/nv-stack.js +1 -1
  97. package/dist/collection/components/nv-table/nv-table.css +4 -4
  98. package/dist/collection/components/nv-table/nv-table.js +2 -2
  99. package/dist/collection/components/nv-toggle/nv-toggle.js +2 -2
  100. package/dist/collection/components/nv-tooltip/nv-tooltip.js +1 -1
  101. package/dist/collection/components/nv-tooltip/nv-tooltip.js.map +1 -1
  102. package/dist/components/index.js +472 -2
  103. package/dist/components/index.js.map +1 -1
  104. package/dist/components/nv-alert.js +1 -1
  105. package/dist/components/nv-avatar.js +1 -1
  106. package/dist/components/nv-badge.js +1 -1
  107. package/dist/components/nv-base.js +1 -1
  108. package/dist/components/nv-breadcrumb.js +3 -3
  109. package/dist/components/nv-breadcrumbs.js +1 -1
  110. package/dist/components/nv-button.js +1 -1
  111. package/dist/components/nv-calendar.js +1 -1
  112. package/dist/components/nv-col.js +1 -1
  113. package/dist/components/nv-datagrid.js +3 -3
  114. package/dist/components/nv-datagrid.js.map +1 -1
  115. package/dist/components/nv-datagridcolumn.js +1 -1
  116. package/dist/components/nv-dialog.js +6 -6
  117. package/dist/components/nv-dialog.js.map +1 -1
  118. package/dist/components/nv-dialogfooter.js +1 -1
  119. package/dist/components/nv-dialogheader.js +1 -1
  120. package/dist/components/nv-fieldcheckbox.js +1 -1
  121. package/dist/components/nv-fielddate.js +12 -12
  122. package/dist/components/nv-fielddaterange.js +11 -11
  123. package/dist/components/nv-fielddropdown.js +49 -79
  124. package/dist/components/nv-fielddropdown.js.map +1 -1
  125. package/dist/components/nv-fielddropdownitem.js +1 -1
  126. package/dist/components/nv-fielddropdownitemcheck.js +1 -1
  127. package/dist/components/nv-fieldmultiselect.js +7 -7
  128. package/dist/components/nv-fieldnumber.js +6 -6
  129. package/dist/components/nv-fieldpassword.js +6 -6
  130. package/dist/components/nv-fieldradio.js +3 -3
  131. package/dist/components/nv-fieldselect.js +8 -8
  132. package/dist/components/nv-fieldtext.js +4 -4
  133. package/dist/components/nv-fieldtextarea.js +3 -3
  134. package/dist/components/nv-fieldtime.js +13 -13
  135. package/dist/components/nv-icon.js +1 -1
  136. package/dist/components/nv-iconbutton.js +1 -1
  137. package/dist/components/nv-loader.js +1 -1
  138. package/dist/components/nv-menu.js +4 -4
  139. package/dist/components/nv-menuitem.js +1 -1
  140. package/dist/components/nv-popover.js +1 -1
  141. package/dist/components/nv-row.js +1 -1
  142. package/dist/components/nv-stack.js +1 -1
  143. package/dist/components/nv-table.js +3 -3
  144. package/dist/components/nv-table.js.map +1 -1
  145. package/dist/components/nv-toggle.js +2 -2
  146. package/dist/components/nv-tooltip.js +1 -1
  147. package/dist/components/{p-3aa6f6dc.js → p-016dbae8.js} +10 -10
  148. package/dist/components/p-016dbae8.js.map +1 -0
  149. package/dist/components/{p-1a4f9c97.js → p-0631d152.js} +3 -3
  150. package/dist/components/{p-1a4f9c97.js.map → p-0631d152.js.map} +1 -1
  151. package/dist/components/p-23b6b33b.js +88 -0
  152. package/dist/components/p-23b6b33b.js.map +1 -0
  153. package/dist/components/{p-a8b5969f.js → p-293e1a5c.js} +3 -3
  154. package/dist/components/{p-a8b5969f.js.map → p-293e1a5c.js.map} +1 -1
  155. package/dist/components/{p-1e095bba.js → p-3a74719c.js} +4 -4
  156. package/dist/components/{p-1e095bba.js.map → p-3a74719c.js.map} +1 -1
  157. package/dist/components/{p-56716b97.js → p-3a990da7.js} +9 -9
  158. package/dist/components/p-3a990da7.js.map +1 -0
  159. package/dist/components/{p-4c6d8df7.js → p-543082ff.js} +2 -2
  160. package/dist/components/{p-4c6d8df7.js.map → p-543082ff.js.map} +1 -1
  161. package/dist/components/{p-057ae4f2.js → p-62f6da8a.js} +2 -2
  162. package/dist/components/{p-057ae4f2.js.map → p-62f6da8a.js.map} +1 -1
  163. package/dist/components/{p-3a3ba5b1.js → p-6726f512.js} +2 -2
  164. package/dist/components/{p-3a3ba5b1.js.map → p-6726f512.js.map} +1 -1
  165. package/dist/components/{p-1fad2529.js → p-b2d2fd35.js} +3 -3
  166. package/dist/components/{p-1fad2529.js.map → p-b2d2fd35.js.map} +1 -1
  167. package/dist/components/p-cd083aba.js +176 -0
  168. package/dist/components/p-cd083aba.js.map +1 -0
  169. package/dist/components/{p-55202370.js → p-d552352b.js} +5 -5
  170. package/dist/components/{p-55202370.js.map → p-d552352b.js.map} +1 -1
  171. package/dist/components/{p-89fb308b.js → p-e40363fd.js} +2 -2
  172. package/dist/components/{p-89fb308b.js.map → p-e40363fd.js.map} +1 -1
  173. package/dist/components/{p-4c6ba63c.js → p-e66d6274.js} +3 -3
  174. package/dist/components/{p-4c6ba63c.js.map → p-e66d6274.js.map} +1 -1
  175. package/dist/components/{p-9476354d.js → p-e7f21fe7.js} +9 -11
  176. package/dist/components/p-e7f21fe7.js.map +1 -0
  177. package/dist/docs.json +2048 -160
  178. package/dist/esm/index.js +472 -2
  179. package/dist/esm/index.js.map +1 -1
  180. package/dist/esm/loader.js +1 -1
  181. package/dist/esm/native.js +1 -1
  182. package/dist/esm/nv-badge_2.entry.js +4 -5
  183. package/dist/esm/nv-badge_2.entry.js.map +1 -1
  184. package/dist/esm/nv-base.entry.js +1 -1
  185. package/dist/esm/nv-breadcrumb.entry.js +1 -1
  186. package/dist/esm/nv-breadcrumbs.entry.js +1 -1
  187. package/dist/esm/nv-button.entry.js +1 -1
  188. package/dist/esm/nv-calendar.entry.js +5 -5
  189. package/dist/esm/nv-calendar.entry.js.map +1 -1
  190. package/dist/esm/nv-col.entry.js +1 -1
  191. package/dist/esm/nv-datagrid.entry.js +3 -3
  192. package/dist/esm/nv-datagrid.entry.js.map +1 -1
  193. package/dist/esm/nv-datagridcolumn.entry.js +1 -1
  194. package/dist/esm/nv-dialog.entry.js +1 -1
  195. package/dist/esm/nv-dialog.entry.js.map +1 -1
  196. package/dist/esm/nv-dialogfooter_2.entry.js +6 -6
  197. package/dist/esm/nv-dialogfooter_2.entry.js.map +1 -1
  198. package/dist/esm/nv-fieldcheckbox.entry.js +4 -4
  199. package/dist/esm/nv-fielddate.entry.js +5 -5
  200. package/dist/esm/nv-fielddaterange.entry.js +4 -4
  201. package/dist/esm/nv-fielddropdown.entry.js +44 -74
  202. package/dist/esm/nv-fielddropdown.entry.js.map +1 -1
  203. package/dist/esm/nv-fielddropdownitem.entry.js +6 -8
  204. package/dist/esm/nv-fielddropdownitem.entry.js.map +1 -1
  205. package/dist/esm/nv-fieldnumber.entry.js +3 -3
  206. package/dist/esm/nv-fieldpassword.entry.js +3 -3
  207. package/dist/esm/nv-fieldradio.entry.js +3 -3
  208. package/dist/esm/nv-fieldselect.entry.js +5 -5
  209. package/dist/esm/nv-fieldtext.entry.js +3 -3
  210. package/dist/esm/nv-fieldtextarea.entry.js +3 -3
  211. package/dist/esm/nv-fieldtime.entry.js +9 -9
  212. package/dist/esm/nv-icon.entry.js +2 -2
  213. package/dist/esm/nv-icon.entry.js.map +1 -1
  214. package/dist/esm/nv-iconbutton_2.entry.js +2 -2
  215. package/dist/esm/nv-menu.entry.js +1 -1
  216. package/dist/esm/nv-menuitem.entry.js +1 -1
  217. package/dist/esm/nv-popover.entry.js +1 -1
  218. package/dist/esm/nv-popover.entry.js.map +1 -1
  219. package/dist/esm/nv-row.entry.js +1 -1
  220. package/dist/esm/nv-stack.entry.js +1 -1
  221. package/dist/esm/nv-table.entry.js +3 -3
  222. package/dist/esm/nv-table.entry.js.map +1 -1
  223. package/dist/esm/nv-toggle.entry.js +2 -2
  224. package/dist/esm/nv-tooltip.entry.js +1 -1
  225. package/dist/esm/nv-tooltip.entry.js.map +1 -1
  226. package/dist/native/index.esm.js +1 -1
  227. package/dist/native/index.esm.js.map +1 -1
  228. package/dist/native/native.css +1 -1
  229. package/dist/native/native.esm.js +1 -1
  230. package/dist/native/native.esm.js.map +1 -1
  231. package/dist/native/p-16b38dc2.entry.js +2 -0
  232. package/dist/native/p-16b38dc2.entry.js.map +1 -0
  233. package/dist/native/p-1d5b6c6d.entry.js +2 -0
  234. package/dist/native/{p-7fade532.entry.js → p-2b584e35.entry.js} +2 -2
  235. package/dist/native/{p-514101d6.entry.js → p-39fd54e3.entry.js} +2 -2
  236. package/dist/native/p-3a47035f.entry.js +2 -0
  237. package/dist/native/p-3a47035f.entry.js.map +1 -0
  238. package/dist/native/p-4b6d3739.entry.js +2 -0
  239. package/dist/native/{p-45577c7f.entry.js.map → p-4b6d3739.entry.js.map} +1 -1
  240. package/dist/native/{p-31184fdd.entry.js → p-4c88e8be.entry.js} +2 -2
  241. package/dist/native/p-4c96b614.entry.js +2 -0
  242. package/dist/native/{p-2281d5ef.entry.js → p-4d2adf8c.entry.js} +2 -2
  243. package/dist/native/{p-942f8e92.entry.js → p-4eb132d3.entry.js} +2 -2
  244. package/dist/native/{p-c10e5113.entry.js → p-552ca13e.entry.js} +2 -2
  245. package/dist/native/p-569e9663.entry.js +2 -0
  246. package/dist/native/p-569e9663.entry.js.map +1 -0
  247. package/dist/native/{p-be4fc827.entry.js → p-5e04b50f.entry.js} +2 -2
  248. package/dist/native/p-5e04b50f.entry.js.map +1 -0
  249. package/dist/native/{p-ecc28398.entry.js → p-657a0b8a.entry.js} +2 -2
  250. package/dist/native/{p-464ef88f.entry.js → p-794b7820.entry.js} +2 -2
  251. package/dist/native/{p-f5e0d5c5.entry.js → p-870d5a5c.entry.js} +2 -2
  252. package/dist/native/p-8ae27c0a.entry.js +2 -0
  253. package/dist/native/p-8ae27c0a.entry.js.map +1 -0
  254. package/dist/native/p-9fe6a9b7.entry.js +2 -0
  255. package/dist/native/p-9fe6a9b7.entry.js.map +1 -0
  256. package/dist/native/{p-332c5d6c.entry.js → p-a3ea7b59.entry.js} +2 -2
  257. package/dist/native/{p-56e98443.entry.js → p-a6834c17.entry.js} +2 -2
  258. package/dist/native/{p-56e98443.entry.js.map → p-a6834c17.entry.js.map} +1 -1
  259. package/dist/native/{p-442f04f9.entry.js → p-ac72abfc.entry.js} +2 -2
  260. package/dist/native/p-adf0f628.entry.js +2 -0
  261. package/dist/native/p-adf0f628.entry.js.map +1 -0
  262. package/dist/native/{p-048486e0.entry.js → p-c84eb11f.entry.js} +2 -2
  263. package/dist/native/p-c84eb11f.entry.js.map +1 -0
  264. package/dist/native/p-ca1eff59.entry.js +2 -0
  265. package/dist/native/p-ca1eff59.entry.js.map +1 -0
  266. package/dist/native/{p-ab84ff42.entry.js → p-cce90f27.entry.js} +2 -2
  267. package/dist/native/p-d3d664c7.entry.js +2 -0
  268. package/dist/native/{p-62df7dd4.entry.js → p-d7b5ab6e.entry.js} +2 -2
  269. package/dist/native/{p-314d2b34.entry.js → p-d987271c.entry.js} +2 -2
  270. package/dist/native/{p-3af5bcc1.entry.js → p-dcfef507.entry.js} +2 -2
  271. package/dist/native/{p-b052f1cb.entry.js → p-ddb4fcc3.entry.js} +2 -2
  272. package/dist/native/{p-2ed540e3.entry.js → p-ede0c391.entry.js} +2 -2
  273. package/dist/native/p-efb52057.entry.js +2 -0
  274. package/dist/native/{p-04c6048a.entry.js → p-ffcf8271.entry.js} +2 -2
  275. package/dist/native/{p-04c6048a.entry.js.map → p-ffcf8271.entry.js.map} +1 -1
  276. package/dist/types/components/nv-badge/nv-badge.d.ts +1 -0
  277. package/dist/types/components/nv-dialogfooter/nv-dialogfooter.d.ts +2 -2
  278. package/dist/types/components/nv-fielddropdown/nv-fielddropdown.d.ts +1 -7
  279. package/dist/types/components/nv-fielddropdownitem/nv-fielddropdownitem.d.ts +1 -6
  280. package/dist/types/components/nv-icon/nv-icons.d.ts +1 -1
  281. package/dist/types/components.d.ts +4 -12
  282. package/dist/vscode-data.json +1557 -147
  283. package/hydrate/index.js +134 -166
  284. package/hydrate/index.mjs +134 -166
  285. package/package.json +3 -3
  286. package/dist/components/p-3aa6f6dc.js.map +0 -1
  287. package/dist/components/p-56716b97.js.map +0 -1
  288. package/dist/components/p-7f142767.js +0 -177
  289. package/dist/components/p-7f142767.js.map +0 -1
  290. package/dist/components/p-9476354d.js.map +0 -1
  291. package/dist/components/p-ebf24fd0.js +0 -88
  292. package/dist/components/p-ebf24fd0.js.map +0 -1
  293. package/dist/native/p-048486e0.entry.js.map +0 -1
  294. package/dist/native/p-1a46cb52.entry.js +0 -2
  295. package/dist/native/p-22a45102.entry.js +0 -2
  296. package/dist/native/p-22a45102.entry.js.map +0 -1
  297. package/dist/native/p-45577c7f.entry.js +0 -2
  298. package/dist/native/p-46aa1136.entry.js +0 -2
  299. package/dist/native/p-665db087.entry.js +0 -2
  300. package/dist/native/p-68b5a92c.entry.js +0 -2
  301. package/dist/native/p-68b5a92c.entry.js.map +0 -1
  302. package/dist/native/p-6a629671.entry.js +0 -2
  303. package/dist/native/p-6a629671.entry.js.map +0 -1
  304. package/dist/native/p-913907fb.entry.js +0 -2
  305. package/dist/native/p-913907fb.entry.js.map +0 -1
  306. package/dist/native/p-9f5e4dfc.entry.js +0 -2
  307. package/dist/native/p-9f5e4dfc.entry.js.map +0 -1
  308. package/dist/native/p-bdabd495.entry.js +0 -2
  309. package/dist/native/p-bdabd495.entry.js.map +0 -1
  310. package/dist/native/p-be4fc827.entry.js.map +0 -1
  311. package/dist/native/p-db2902d6.entry.js +0 -2
  312. package/dist/native/p-db2902d6.entry.js.map +0 -1
  313. package/dist/native/p-f89b7d06.entry.js +0 -2
  314. /package/dist/native/{p-665db087.entry.js.map → p-1d5b6c6d.entry.js.map} +0 -0
  315. /package/dist/native/{p-7fade532.entry.js.map → p-2b584e35.entry.js.map} +0 -0
  316. /package/dist/native/{p-514101d6.entry.js.map → p-39fd54e3.entry.js.map} +0 -0
  317. /package/dist/native/{p-31184fdd.entry.js.map → p-4c88e8be.entry.js.map} +0 -0
  318. /package/dist/native/{p-46aa1136.entry.js.map → p-4c96b614.entry.js.map} +0 -0
  319. /package/dist/native/{p-2281d5ef.entry.js.map → p-4d2adf8c.entry.js.map} +0 -0
  320. /package/dist/native/{p-942f8e92.entry.js.map → p-4eb132d3.entry.js.map} +0 -0
  321. /package/dist/native/{p-c10e5113.entry.js.map → p-552ca13e.entry.js.map} +0 -0
  322. /package/dist/native/{p-ecc28398.entry.js.map → p-657a0b8a.entry.js.map} +0 -0
  323. /package/dist/native/{p-464ef88f.entry.js.map → p-794b7820.entry.js.map} +0 -0
  324. /package/dist/native/{p-f5e0d5c5.entry.js.map → p-870d5a5c.entry.js.map} +0 -0
  325. /package/dist/native/{p-332c5d6c.entry.js.map → p-a3ea7b59.entry.js.map} +0 -0
  326. /package/dist/native/{p-442f04f9.entry.js.map → p-ac72abfc.entry.js.map} +0 -0
  327. /package/dist/native/{p-ab84ff42.entry.js.map → p-cce90f27.entry.js.map} +0 -0
  328. /package/dist/native/{p-f89b7d06.entry.js.map → p-d3d664c7.entry.js.map} +0 -0
  329. /package/dist/native/{p-62df7dd4.entry.js.map → p-d7b5ab6e.entry.js.map} +0 -0
  330. /package/dist/native/{p-314d2b34.entry.js.map → p-d987271c.entry.js.map} +0 -0
  331. /package/dist/native/{p-3af5bcc1.entry.js.map → p-dcfef507.entry.js.map} +0 -0
  332. /package/dist/native/{p-b052f1cb.entry.js.map → p-ddb4fcc3.entry.js.map} +0 -0
  333. /package/dist/native/{p-2ed540e3.entry.js.map → p-ede0c391.entry.js.map} +0 -0
  334. /package/dist/native/{p-1a46cb52.entry.js.map → p-efb52057.entry.js.map} +0 -0
@@ -759,6 +759,10 @@
759
759
  {
760
760
  "name": "slot",
761
761
  "text": "leading-icon - Icon before the label."
762
+ },
763
+ {
764
+ "name": "slot",
765
+ "text": "default - Default slot for the badge label."
762
766
  }
763
767
  ],
764
768
  "encapsulation": "none",
@@ -1070,6 +1074,10 @@
1070
1074
  ],
1071
1075
  "styles": [],
1072
1076
  "slots": [
1077
+ {
1078
+ "name": "default",
1079
+ "docs": "Default slot for the badge label."
1080
+ },
1073
1081
  {
1074
1082
  "name": "leading-icon",
1075
1083
  "docs": "Icon before the label."
@@ -3163,7 +3171,7 @@
3163
3171
  "methods": [],
3164
3172
  "events": [
3165
3173
  {
3166
- "event": "nvDialogCanceled",
3174
+ "event": "dialogCanceled",
3167
3175
  "detail": "void",
3168
3176
  "bubbles": true,
3169
3177
  "complexType": {
@@ -3175,10 +3183,10 @@
3175
3183
  "composed": true,
3176
3184
  "docs": "Emitted when the cancel button is clicked. This will close the dialog.",
3177
3185
  "docsTags": [],
3178
- "name": "NvDialogCanceledEvent"
3186
+ "name": "DialogCanceledEvent"
3179
3187
  },
3180
3188
  {
3181
- "event": "nvDialogPrimaryClicked",
3189
+ "event": "dialogPrimaryClicked",
3182
3190
  "detail": "void",
3183
3191
  "bubbles": true,
3184
3192
  "complexType": {
@@ -3190,7 +3198,7 @@
3190
3198
  "composed": true,
3191
3199
  "docs": "Emitted when the primary button is clicked. This allows to handle the primary action and potential data capture before closing the dialog.",
3192
3200
  "docsTags": [],
3193
- "name": "NvDialogPrimaryClickedEvent"
3201
+ "name": "DialogPrimaryClickedEvent"
3194
3202
  }
3195
3203
  ],
3196
3204
  "styles": [],
@@ -6244,11 +6252,11 @@
6244
6252
  "events": [
6245
6253
  {
6246
6254
  "event": "dropdownItemSelected",
6247
- "detail": "{ label?: string; value: string; selected: boolean; disabled: boolean; }",
6255
+ "detail": "{ label?: string; value: string; }",
6248
6256
  "bubbles": true,
6249
6257
  "complexType": {
6250
6258
  "original": "HTMLNvFielddropdownitemElementEventMap['dropdownItemSelected']",
6251
- "resolved": "{ label?: string; value: string; selected: boolean; disabled: boolean; }",
6259
+ "resolved": "{ label?: string; value: string; }",
6252
6260
  "references": {
6253
6261
  "HTMLNvFielddropdownitemElementEventMap": {
6254
6262
  "location": "global",
@@ -6429,7 +6437,7 @@
6429
6437
  "resolved": "boolean",
6430
6438
  "references": {}
6431
6439
  },
6432
- "mutable": true,
6440
+ "mutable": false,
6433
6441
  "attr": "selected",
6434
6442
  "reflectToAttr": true,
6435
6443
  "docs": "Indicates if the item is selected.",
@@ -6473,11 +6481,11 @@
6473
6481
  "events": [
6474
6482
  {
6475
6483
  "event": "dropdownItemSelected",
6476
- "detail": "{ label?: string; value: string; selected: boolean; disabled: boolean; }",
6484
+ "detail": "{ label?: string; value: string; }",
6477
6485
  "bubbles": true,
6478
6486
  "complexType": {
6479
- "original": "{\n /** The value associated with the item. */\n label?: string;\n /** The value associated with the item. */\n value: string;\n /** Indicates if the item is selected. */\n selected: boolean;\n /** Disables the item, preventing any user interaction. */\n disabled: boolean;\n }",
6480
- "resolved": "{ label?: string; value: string; selected: boolean; disabled: boolean; }",
6487
+ "original": "{\n /** The value associated with the item. */\n label?: string;\n /** The value associated with the item. */\n value: string;\n }",
6488
+ "resolved": "{ label?: string; value: string; }",
6481
6489
  "references": {}
6482
6490
  },
6483
6491
  "cancelable": true,
@@ -13360,7 +13368,7 @@
13360
13368
  "type": "enum",
13361
13369
  "complexType": {
13362
13370
  "original": "`${IconName}`",
13363
- "resolved": "\"home\" | \"photo\" | \"access-point-off\" | \"access-point\" | \"accessible\" | \"activity\" | \"address-book\" | \"adjustments-horizontal\" | \"adjustments-up\" | \"adjustments\" | \"affiliate\" | \"air-conditioning\" | \"alert-circle\" | \"align-center\" | \"align-left\" | \"align-right\" | \"app-window\" | \"apps\" | \"archive\" | \"areas\" | \"arrow-back-up\" | \"arrow-back\" | \"arrow-down-left\" | \"arrow-down-right\" | \"arrow-down\" | \"arrow-forward-up\" | \"arrow-forward\" | \"arrow-left\" | \"arrow-right\" | \"arrow-up-left\" | \"arrow-up-right\" | \"arrow-up\" | \"arrows-exchange\" | \"arrows-move\" | \"aspect-ratio\" | \"atom\" | \"basket\" | \"battery-1\" | \"battery-2\" | \"battery-3\" | \"battery-4\" | \"battery-automotive\" | \"battery-charging\" | \"battery-eco\" | \"battery-off\" | \"battery\" | \"bell-off\" | \"bell-ringing\" | \"bell\" | \"bike\" | \"bluetooth-connected\" | \"bluetooth-off\" | \"bluetooth\" | \"bolt\" | \"book\" | \"bookmark-off\" | \"bookmark\" | \"bookmarks\" | \"box-align-top\" | \"box-multiple\" | \"briefcase\" | \"brightness-down\" | \"brightness-up\" | \"browser-check\" | \"browser-plus\" | \"browser-x\" | \"browser\" | \"brush\" | \"building-bank\" | \"building-factory\" | \"building-lighthouse\" | \"building-store\" | \"building\" | \"bulb-off\" | \"bulb\" | \"cake\" | \"calendar-time\" | \"calendar\" | \"camera-off\" | \"camera\" | \"car-crane\" | \"car\" | \"caravan\" | \"cash-banknote\" | \"cash\" | \"cast\" | \"cell\" | \"charging-pile\" | \"chart-arcs\" | \"chart-area-line\" | \"chart-area\" | \"chart-arrows-vertical\" | \"chart-arrows\" | \"chart-bar\" | \"chart-bubble\" | \"chart-circles\" | \"chart-donut\" | \"chart-dots\" | \"chart-line\" | \"chart-pie\" | \"chart-radar\" | \"check\" | \"checkbox\" | \"checklist\" | \"checks\" | \"chevron-down\" | \"chevron-left\" | \"chevron-right\" | \"chevron-top\" | \"chevrons-left\" | \"chevrons-right\" | \"circle-caret-right\" | \"circle-check\" | \"circle-x\" | \"circuit-alternate\" | \"circuit-ground-digital\" | \"clipboard-check\" | \"clipboard-list\" | \"clipboard-plus\" | \"clipboard-text\" | \"clipboard-x\" | \"clipboard\" | \"clock-edit\" | \"clock\" | \"cloud-data-connection\" | \"cloud-download\" | \"cloud-rain\" | \"cloud-snow\" | \"cloud-upload\" | \"cloud\" | \"color-picker\" | \"color-swatch\" | \"compass\" | \"contract\" | \"copy\" | \"cpu\" | \"crane\" | \"credit-card\" | \"crop\" | \"cross\" | \"crown\" | \"currency-bitcoin\" | \"currency-dollar\" | \"currency-ethereum\" | \"currency-euro\" | \"cut\" | \"dashboard\" | \"database\" | \"device-desktop\" | \"device-floppy\" | \"device-gamepad\" | \"device-laptop\" | \"device-mobile-rotated\" | \"device-mobile\" | \"device-tablet\" | \"device-watch\" | \"devices\" | \"dialpad\" | \"direction-horizontal\" | \"direction-sign\" | \"direction\" | \"discount\" | \"door-enter\" | \"door-exit\" | \"door-off\" | \"dots-vertical\" | \"dots\" | \"download\" | \"drone\" | \"droplet-filled\" | \"droplet-half\" | \"droplet\" | \"droplets\" | \"edit\" | \"engine\" | \"external-link\" | \"eye-off\" | \"eye\" | \"face-id\" | \"feather\" | \"file-alert\" | \"file-analytics\" | \"file-check\" | \"file-code\" | \"file-download\" | \"file-export\" | \"file-horizontal\" | \"file-import\" | \"file-plus\" | \"file-search\" | \"file-text-bookmark\" | \"file-text\" | \"file-type-bmp\" | \"file-type-css\" | \"file-type-csv\" | \"file-type-doc\" | \"file-type-html\" | \"file-type-jpg\" | \"file-type-js\" | \"file-type-pdf\" | \"file-type-png\" | \"file-type-ppt\" | \"file-type-xls\" | \"file-type-xml\" | \"file-type-zip\" | \"file-upload\" | \"file-x\" | \"file-zip\" | \"file\" | \"files-off\" | \"files\" | \"filter-off\" | \"filter-sort\" | \"filter\" | \"fingerprint\" | \"fire-extinguisher\" | \"flag\" | \"flame\" | \"flip-horizontal\" | \"flip-vertical\" | \"folder-minus\" | \"folder-off\" | \"folder-plus\" | \"folder-x\" | \"folder\" | \"folders\" | \"frame\" | \"gas-station\" | \"gauge-off\" | \"gauge\" | \"gift\" | \"gps\" | \"grid-dots\" | \"grip-horizontal\" | \"grip-vertical\" | \"hand-stop\" | \"hand-waving\" | \"hash\" | \"haze\" | \"headphones-off\" | \"headphones\" | \"headset\" | \"helicopter\" | \"help\" | \"history\" | \"hourglass-empty\" | \"hourglass-high\" | \"hourglass-low\" | \"hourglass-off\" | \"hourglass\" | \"inbox\" | \"info-circle\" | \"keyboard-hide\" | \"keyboard-show\" | \"keyboard\" | \"layout-board-split\" | \"layout-dashboard\" | \"layout-grid\" | \"layout-sidebar-left-collapse\" | \"layout-sidebar-left-expand\" | \"layout-sidebar-right-collapse\" | \"layout-sidebar-right-expand\" | \"layout\" | \"leaf\" | \"lifebuoy\" | \"link\" | \"list-search\" | \"list\" | \"loader\" | \"location\" | \"lock-off\" | \"lock-open\" | \"lock\" | \"login\" | \"logout\" | \"mail-forward\" | \"mail-opened\" | \"mail\" | \"map-pin-off\" | \"map-pin\" | \"map\" | \"menu\" | \"message-dots\" | \"message-off\" | \"message\" | \"messages\" | \"microphone-off\" | \"microphone\" | \"minus\" | \"mist\" | \"moon\" | \"motorbike\" | \"mouse\" | \"movie\" | \"network\" | \"news\" | \"note\" | \"notebook\" | \"notes\" | \"offshore-station\" | \"package\" | \"palette\" | \"paperclip\" | \"pencil\" | \"phone-call\" | \"phone-calling\" | \"phone-check\" | \"phone-incoming\" | \"phone-off\" | \"phone-outgoing\" | \"phone\" | \"photo-off\" | \"pig\" | \"pin\" | \"pinned-off\" | \"pinned\" | \"plane-off\" | \"plane\" | \"plant\" | \"player-pause\" | \"player-play\" | \"player-skip-back\" | \"player-skip-forward\" | \"player-stop\" | \"player-track-next\" | \"player-track-prev\" | \"plug-connected\" | \"plug\" | \"plus\" | \"power-ac\" | \"power-dc\" | \"power\" | \"presentation-analytics\" | \"presentation\" | \"printer\" | \"propeller\" | \"published\" | \"puzzle-2\" | \"puzzle\" | \"pylon\" | \"qrcode\" | \"radar\" | \"radio\" | \"radioactive\" | \"receipt-dollar\" | \"receipt-euro\" | \"receipt\" | \"recharging\" | \"recycle\" | \"refresh-alert\" | \"refresh\" | \"repeat-once\" | \"repeat\" | \"replace\" | \"report-analytics\" | \"report-medical\" | \"report-search\" | \"report\" | \"ripple-off\" | \"ripple\" | \"rocket\" | \"rotate-2\" | \"rotate-clockwise-2\" | \"rotate-clockwise\" | \"rotate-dot\" | \"rotate\" | \"router\" | \"ruler-measure\" | \"satellite\" | \"scale\" | \"school\" | \"scissors\" | \"scooter-electric\" | \"screenshot\" | \"search\" | \"seeding\" | \"select\" | \"selector\" | \"send\" | \"server\" | \"settings\" | \"shape\" | \"share-2\" | \"share\" | \"shield-check\" | \"shield-lock\" | \"shield-off\" | \"shield-x\" | \"shield\" | \"ship-off\" | \"ship\" | \"shopping-cart\" | \"slash\" | \"smart-home\" | \"snowflake\" | \"solar-panel\" | \"sort-ascending-letters\" | \"sort-ascending-numbers\" | \"sort-descending-letters\" | \"sort-descending-numbers\" | \"spacing-horizontal\" | \"spacing-vertical\" | \"speakerphone\" | \"stack\" | \"stairs\" | \"star\" | \"sun\" | \"sunrise\" | \"sunset\" | \"switch-horizontal\" | \"switch-vertical\" | \"table\" | \"tag\" | \"tank-empty-fill\" | \"tank-full-fill\" | \"tank-medium-fill\" | \"temperature-off\" | \"temperature\" | \"template\" | \"terminal\" | \"text-size\" | \"text\" | \"thumb-down\" | \"thumb-up\" | \"ticket\" | \"timeline\" | \"tir\" | \"tool\" | \"tools\" | \"train\" | \"trash-off\" | \"trash\" | \"tree\" | \"trees\" | \"truck-delivery\" | \"truck\" | \"umbrella\" | \"unlink\" | \"upload\" | \"user-circle\" | \"user-minus\" | \"user-plus\" | \"user-worker\" | \"user\" | \"users\" | \"versions\" | \"video-minus\" | \"video-off\" | \"video-plus\" | \"video\" | \"volume-2\" | \"volume-3\" | \"volume\" | \"wallet\" | \"wand\" | \"wave\" | \"waves\" | \"wifi-off\" | \"wifi\" | \"wind-direction\" | \"wind\" | \"windmill\" | \"wood\" | \"world\" | \"writing\" | \"x\" | \"zoom-reset\"",
13371
+ "resolved": "\"home\" | \"photo\" | \"access-point-off\" | \"access-point\" | \"accessible\" | \"activity\" | \"address-book\" | \"adjustments-horizontal\" | \"adjustments-up\" | \"adjustments\" | \"affiliate\" | \"air-conditioning\" | \"alert-circle\" | \"align-center\" | \"align-left\" | \"align-right\" | \"app-window\" | \"apps\" | \"archive\" | \"areas\" | \"arrow-back-up\" | \"arrow-back\" | \"arrow-down-left\" | \"arrow-down-right\" | \"arrow-down\" | \"arrow-forward-up\" | \"arrow-forward\" | \"arrow-left\" | \"arrow-right\" | \"arrow-up-left\" | \"arrow-up-right\" | \"arrow-up\" | \"arrows-exchange\" | \"arrows-move\" | \"aspect-ratio\" | \"atom\" | \"badge-theme\" | \"basket\" | \"battery-1\" | \"battery-2\" | \"battery-3\" | \"battery-4\" | \"battery-automotive\" | \"battery-charging\" | \"battery-eco\" | \"battery-off\" | \"battery\" | \"bell-off\" | \"bell-ringing\" | \"bell\" | \"bike\" | \"bluetooth-connected\" | \"bluetooth-off\" | \"bluetooth\" | \"bolt\" | \"book\" | \"bookmark-off\" | \"bookmark\" | \"bookmarks\" | \"box-align-top\" | \"box-multiple\" | \"briefcase\" | \"brightness-down\" | \"brightness-up\" | \"browser-check\" | \"browser-plus\" | \"browser-x\" | \"browser\" | \"brush\" | \"building-bank\" | \"building-factory\" | \"building-lighthouse\" | \"building-store\" | \"building\" | \"bulb-off\" | \"bulb\" | \"cake\" | \"calendar-time\" | \"calendar\" | \"camera-off\" | \"camera\" | \"car-crane\" | \"car\" | \"caravan\" | \"cash-banknote\" | \"cash\" | \"cast\" | \"cell\" | \"charging-pile\" | \"chart-arcs\" | \"chart-area-line\" | \"chart-area\" | \"chart-arrows-vertical\" | \"chart-arrows\" | \"chart-bar\" | \"chart-bubble\" | \"chart-circles\" | \"chart-donut\" | \"chart-dots\" | \"chart-line\" | \"chart-pie\" | \"chart-radar\" | \"check\" | \"checkbox\" | \"checklist\" | \"checks\" | \"chevron-down\" | \"chevron-left\" | \"chevron-right\" | \"chevron-top\" | \"chevrons-left\" | \"chevrons-right\" | \"circle-caret-right\" | \"circle-check\" | \"circle-x\" | \"circuit-alternate\" | \"circuit-ground-digital\" | \"clipboard-check\" | \"clipboard-list\" | \"clipboard-plus\" | \"clipboard-text\" | \"clipboard-x\" | \"clipboard\" | \"clock-edit\" | \"clock\" | \"cloud-data-connection\" | \"cloud-download\" | \"cloud-rain\" | \"cloud-snow\" | \"cloud-upload\" | \"cloud\" | \"color-picker\" | \"color-swatch\" | \"compass\" | \"contract\" | \"copy\" | \"cpu\" | \"crane\" | \"credit-card\" | \"crop\" | \"cross\" | \"crown\" | \"currency-bitcoin\" | \"currency-dollar\" | \"currency-ethereum\" | \"currency-euro\" | \"cut\" | \"dashboard\" | \"database\" | \"device-desktop\" | \"device-floppy\" | \"device-gamepad\" | \"device-laptop\" | \"device-mobile-rotated\" | \"device-mobile\" | \"device-tablet\" | \"device-watch\" | \"devices\" | \"dialpad\" | \"direction-horizontal\" | \"direction-sign\" | \"direction\" | \"discount\" | \"door-enter\" | \"door-exit\" | \"door-off\" | \"dots-vertical\" | \"dots\" | \"download\" | \"drone\" | \"droplet-filled\" | \"droplet-half\" | \"droplet\" | \"droplets\" | \"edit\" | \"engine\" | \"external-link\" | \"eye-off\" | \"eye\" | \"face-id\" | \"feather\" | \"file-alert\" | \"file-analytics\" | \"file-check\" | \"file-code\" | \"file-download\" | \"file-export\" | \"file-horizontal\" | \"file-import\" | \"file-plus\" | \"file-search\" | \"file-text-bookmark\" | \"file-text\" | \"file-type-bmp\" | \"file-type-css\" | \"file-type-csv\" | \"file-type-doc\" | \"file-type-html\" | \"file-type-jpg\" | \"file-type-js\" | \"file-type-pdf\" | \"file-type-png\" | \"file-type-ppt\" | \"file-type-xml\" | \"file-type-zip\" | \"file-upload\" | \"file-x\" | \"file-zip\" | \"file\" | \"files-off\" | \"files\" | \"filter-off\" | \"filter-sort\" | \"filter\" | \"fingerprint\" | \"fire-extinguisher\" | \"flag\" | \"flame\" | \"flip-horizontal\" | \"flip-vertical\" | \"folder-minus\" | \"folder-off\" | \"folder-plus\" | \"folder-x\" | \"folder\" | \"folders\" | \"frame-66\" | \"frame\" | \"gas-station\" | \"gauge-off\" | \"gauge\" | \"gift\" | \"gps\" | \"grid-dots\" | \"grip-horizontal\" | \"grip-vertical\" | \"hand-stop\" | \"hand-waving\" | \"hash\" | \"haze\" | \"headphones-off\" | \"headphones\" | \"headset\" | \"helicopter\" | \"help\" | \"history\" | \"hourglass-empty\" | \"hourglass-high\" | \"hourglass-low\" | \"hourglass-off\" | \"hourglass\" | \"iaccess-point-off\" | \"iaccess-point\" | \"iaccessible\" | \"iactivity\" | \"iaddress-book\" | \"iadjustments-horizontal\" | \"iadjustments-up\" | \"iadjustments\" | \"iaffiliate\" | \"iair-conditioning\" | \"ialert-circle\" | \"ialign-center\" | \"ialign-left\" | \"ialign-right\" | \"iapp-window\" | \"iapps\" | \"iarchive\" | \"iareas\" | \"iarrow-back-up\" | \"iarrow-back\" | \"iarrow-down-left\" | \"iarrow-down-right\" | \"iarrow-down\" | \"iarrow-forward-up\" | \"iarrow-forward\" | \"iarrow-left\" | \"iarrow-right\" | \"iarrow-up-left\" | \"iarrow-up-right\" | \"iarrow-up\" | \"iarrows-exchange\" | \"iarrows-move\" | \"iaspect-ratio\" | \"iatom\" | \"ibasket\" | \"ibattery-1\" | \"ibattery-2\" | \"ibattery-3\" | \"ibattery-4\" | \"ibattery-automotive\" | \"ibattery-charging\" | \"ibattery-eco\" | \"ibattery-off\" | \"ibattery\" | \"ibell-off\" | \"ibell-ringing\" | \"ibell\" | \"ibike\" | \"ibluetooth-connected\" | \"ibluetooth-off\" | \"ibluetooth\" | \"ibolt\" | \"ibook\" | \"ibookmark-off\" | \"ibookmark\" | \"ibookmarks\" | \"ibox-align-top\" | \"ibox-multiple\" | \"ibriefcase\" | \"ibrightness-down\" | \"ibrightness-up\" | \"ibrowser-check\" | \"ibrowser-plus\" | \"ibrowser-x\" | \"ibrowser\" | \"ibrush\" | \"ibuilding-bank\" | \"ibuilding-factory\" | \"ibuilding-lighthouse\" | \"ibuilding-store\" | \"ibuilding\" | \"ibulb-off\" | \"ibulb\" | \"icake\" | \"icalendar-time\" | \"icalendar\" | \"icamera-off\" | \"icamera\" | \"icar-crane\" | \"icar\" | \"icaravan\" | \"icash-banknote\" | \"icash\" | \"icast\" | \"icell\" | \"icharging-pile\" | \"ichart-arcs\" | \"ichart-area-line\" | \"ichart-area\" | \"ichart-arrows-vertical\" | \"ichart-arrows\" | \"ichart-bar\" | \"ichart-bubble\" | \"ichart-circles\" | \"ichart-donut\" | \"ichart-dots\" | \"ichart-line\" | \"ichart-pie\" | \"ichart-radar\" | \"icheck\" | \"icheckbox\" | \"ichecklist\" | \"ichecks\" | \"ichevron-down\" | \"ichevron-left\" | \"ichevron-right\" | \"ichevron-top\" | \"ichevrons-left\" | \"ichevrons-right\" | \"icircle-caret-right\" | \"icircle-check\" | \"icircle-x\" | \"icircuit-alternate\" | \"icircuit-ground-digital\" | \"iclipboard-check\" | \"iclipboard-list\" | \"iclipboard-plus\" | \"iclipboard-text\" | \"iclipboard-x\" | \"iclipboard\" | \"iclock-edit\" | \"iclock\" | \"icloud-data-connection\" | \"icloud-download\" | \"icloud-rain\" | \"icloud-snow\" | \"icloud-upload\" | \"icloud\" | \"icolor-picker\" | \"icolor-swatch\" | \"icompass\" | \"icontract\" | \"icopy\" | \"icpu\" | \"icrane\" | \"icredit-card\" | \"icrop\" | \"icross\" | \"icrown\" | \"icurrency-bitcoin\" | \"icurrency-dollar\" | \"icurrency-ethereum\" | \"icurrency-euro\" | \"icut\" | \"idashboard\" | \"idatabase\" | \"idevice-desktop\" | \"idevice-floppy\" | \"idevice-gamepad\" | \"idevice-laptop\" | \"idevice-mobile-rotated\" | \"idevice-mobile\" | \"idevice-tablet\" | \"idevice-watch\" | \"idevices\" | \"idialpad\" | \"idirection-horizontal\" | \"idirection-sign\" | \"idirection\" | \"idiscount\" | \"idoor-enter\" | \"idoor-exit\" | \"idoor-off\" | \"idots-vertical\" | \"idots\" | \"idownload\" | \"idrone\" | \"idroplet-filled\" | \"idroplet-half\" | \"idroplet\" | \"idroplets\" | \"iedit\" | \"iengine\" | \"iexternal-link\" | \"ieye-off\" | \"ieye\" | \"iface-id\" | \"ifeather\" | \"ifile-alert\" | \"ifile-analytics\" | \"ifile-check\" | \"ifile-code\" | \"ifile-download\" | \"ifile-export\" | \"ifile-horizontal\" | \"ifile-import\" | \"ifile-plus\" | \"ifile-search\" | \"ifile-text-bookmark\" | \"ifile-text\" | \"ifile-type-bmp\" | \"ifile-type-css\" | \"ifile-type-csv\" | \"ifile-type-doc\" | \"ifile-type-html\" | \"ifile-type-jpg\" | \"ifile-type-js\" | \"ifile-type-pdf\" | \"ifile-type-png\" | \"ifile-type-ppt\" | \"ifile-type-xls\" | \"ifile-type-xml\" | \"ifile-type-zip\" | \"ifile-upload\" | \"ifile-x\" | \"ifile-zip\" | \"ifile\" | \"ifiles-off\" | \"ifiles\" | \"ifilter-off\" | \"ifilter-sort\" | \"ifilter\" | \"ifingerprint\" | \"ifire-extinguisher\" | \"iflag\" | \"iflame\" | \"iflip-horizontal\" | \"iflip-vertical\" | \"ifolder-minus\" | \"ifolder-off\" | \"ifolder-plus\" | \"ifolder-x\" | \"ifolder\" | \"ifolders\" | \"iframe\" | \"igas-station\" | \"igauge-off\" | \"igauge\" | \"igift\" | \"igps\" | \"igrid-dots\" | \"igrip-horizontal\" | \"igrip-vertical\" | \"ihand-stop\" | \"ihand-waving\" | \"ihash\" | \"ihaze\" | \"iheadphones-off\" | \"iheadphones\" | \"iheadset\" | \"ihelicopter\" | \"ihelp\" | \"ihistory\" | \"ihome\" | \"ihourglass-empty\" | \"ihourglass-high\" | \"ihourglass-low\" | \"ihourglass-off\" | \"ihourglass\" | \"iinbox\" | \"iinfo-circle\" | \"ikeyboard-hide\" | \"ikeyboard-show\" | \"ikeyboard\" | \"ilayout-board-split\" | \"ilayout-dashboard\" | \"ilayout-grid\" | \"ilayout-sidebar-left-collapse\" | \"ilayout-sidebar-left-expand\" | \"ilayout-sidebar-right-collapse\" | \"ilayout-sidebar-right-expand\" | \"ilayout\" | \"ileaf\" | \"ilifebuoy\" | \"ilink\" | \"ilist-search\" | \"ilist\" | \"iloader\" | \"ilocation\" | \"ilock-off\" | \"ilock-open\" | \"ilock\" | \"ilogin\" | \"ilogout\" | \"imail-forward\" | \"imail-opened\" | \"imail\" | \"imap-pin-off\" | \"imap-pin\" | \"imap\" | \"imenu\" | \"imessage-dots\" | \"imessage-off\" | \"imessage\" | \"imessages\" | \"imicrophone-off\" | \"imicrophone\" | \"iminus\" | \"imist\" | \"imoon\" | \"imotorbike\" | \"imouse\" | \"imovie\" | \"inbox\" | \"inetwork\" | \"inews\" | \"info-circle\" | \"inote\" | \"inotebook\" | \"inotes\" | \"ioffshore-station\" | \"ipackage\" | \"ipalette\" | \"ipaperclip\" | \"ipencil\" | \"iphone-call\" | \"iphone-calling\" | \"iphone-check\" | \"iphone-incoming\" | \"iphone-off\" | \"iphone-outgoing\" | \"iphone\" | \"iphoto-off\" | \"iphoto\" | \"ipig\" | \"ipin\" | \"ipinned-off\" | \"ipinned\" | \"iplane-off\" | \"iplane\" | \"iplant\" | \"iplayer-pause\" | \"iplayer-play\" | \"iplayer-skip-back\" | \"iplayer-skip-forward\" | \"iplayer-stop\" | \"iplayer-track-next\" | \"iplayer-track-prev\" | \"iplug-connected\" | \"iplug\" | \"iplus\" | \"ipower-ac\" | \"ipower-dc\" | \"ipower\" | \"ipresentation-analytics\" | \"ipresentation\" | \"iprinter\" | \"ipropeller\" | \"ipublished\" | \"ipuzzle-2\" | \"ipuzzle\" | \"ipylon\" | \"iqrcode\" | \"iradar\" | \"iradio\" | \"iradioactive\" | \"ireceipt-dollar\" | \"ireceipt-euro\" | \"ireceipt\" | \"irecharging\" | \"irecycle\" | \"irefresh-alert\" | \"irefresh\" | \"irepeat-once\" | \"irepeat\" | \"ireplace\" | \"ireport-analytics\" | \"ireport-medical\" | \"ireport-search\" | \"ireport\" | \"iripple-off\" | \"iripple\" | \"irocket\" | \"irotate-2\" | \"irotate-clockwise-2\" | \"irotate-clockwise\" | \"irotate-dot\" | \"irotate\" | \"irouter\" | \"iruler-measure\" | \"isatellite\" | \"iscale\" | \"ischool\" | \"iscissors\" | \"iscooter-electric\" | \"iscreenshot\" | \"isearch\" | \"iseeding\" | \"iselect\" | \"iselector\" | \"isend\" | \"iserver\" | \"isettings\" | \"ishape\" | \"ishare-2\" | \"ishare\" | \"ishield-check\" | \"ishield-lock\" | \"ishield-off\" | \"ishield-x\" | \"ishield\" | \"iship-off\" | \"iship\" | \"ishopping-cart\" | \"islash\" | \"ismart-home\" | \"isnowflake\" | \"isolar-panel\" | \"isort-ascending-letters\" | \"isort-ascending-numbers\" | \"isort-descending-letters\" | \"isort-descending-numbers\" | \"ispacing-horizontal\" | \"ispacing-vertical\" | \"ispeakerphone\" | \"istack\" | \"istairs\" | \"istar\" | \"isun\" | \"isunrise\" | \"isunset\" | \"iswitch-horizontal\" | \"iswitch-vertical\" | \"itable\" | \"itag\" | \"itank-empty-fill\" | \"itank-full-fill\" | \"itank-medium-fill\" | \"itemperature-off\" | \"itemperature\" | \"itemplate\" | \"iterminal\" | \"itext-size\" | \"itext\" | \"ithumb-down\" | \"ithumb-up\" | \"iticket\" | \"itimeline\" | \"itir\" | \"itool\" | \"itools\" | \"itrain\" | \"itrash-off\" | \"itrash\" | \"itree\" | \"itrees\" | \"itruck-delivery\" | \"itruck\" | \"iumbrella\" | \"iunlink\" | \"iupload\" | \"iuser-circle\" | \"iuser-minus\" | \"iuser-plus\" | \"iuser-worker\" | \"iuser\" | \"iusers\" | \"iversions\" | \"ivideo-minus\" | \"ivideo-off\" | \"ivideo-plus\" | \"ivideo\" | \"ivolume-2\" | \"ivolume-3\" | \"ivolume\" | \"iwallet\" | \"iwand\" | \"iwave\" | \"iwaves\" | \"iwifi-off\" | \"iwifi\" | \"iwind-direction\" | \"iwind\" | \"iwindmill\" | \"iwood\" | \"iworld\" | \"iwriting\" | \"ix\" | \"izoom-reset\" | \"keyboard-hide\" | \"keyboard-show\" | \"keyboard\" | \"layout-board-split\" | \"layout-dashboard\" | \"layout-grid\" | \"layout-sidebar-left-collapse\" | \"layout-sidebar-left-expand\" | \"layout-sidebar-right-collapse\" | \"layout-sidebar-right-expand\" | \"layout\" | \"leaf\" | \"lifebuoy\" | \"link\" | \"list-search\" | \"list\" | \"loader\" | \"location\" | \"lock-off\" | \"lock-open\" | \"lock\" | \"login\" | \"logout\" | \"mail-forward\" | \"mail-opened\" | \"mail\" | \"map-pin-off\" | \"map-pin\" | \"map\" | \"menu\" | \"message-dots\" | \"message-off\" | \"message\" | \"messages\" | \"microphone-off\" | \"microphone\" | \"minus\" | \"mist\" | \"moon\" | \"motorbike\" | \"mouse\" | \"movie\" | \"network\" | \"news\" | \"note\" | \"notebook\" | \"notes\" | \"offshore-station\" | \"package\" | \"palette\" | \"paperclip\" | \"pencil\" | \"phone-call\" | \"phone-calling\" | \"phone-check\" | \"phone-incoming\" | \"phone-off\" | \"phone-outgoing\" | \"phone\" | \"photo-off\" | \"pig\" | \"pin\" | \"pinned-off\" | \"pinned\" | \"plane-off\" | \"plane\" | \"plant\" | \"player-pause\" | \"player-play\" | \"player-skip-back\" | \"player-skip-forward\" | \"player-stop\" | \"player-track-next\" | \"player-track-prev\" | \"plug-connected\" | \"plug\" | \"plus\" | \"power-ac\" | \"power-dc\" | \"power\" | \"presentation-analytics\" | \"presentation\" | \"printer\" | \"propeller\" | \"published\" | \"puzzle-2\" | \"puzzle\" | \"pylon\" | \"qrcode\" | \"radar\" | \"radio\" | \"radioactive\" | \"receipt-dollar\" | \"receipt-euro\" | \"receipt\" | \"recharging\" | \"recycle\" | \"refresh-alert\" | \"refresh-off\" | \"refresh\" | \"repeat-once\" | \"repeat\" | \"replace\" | \"report-analytics\" | \"report-medical\" | \"report-search\" | \"report\" | \"ripple-off\" | \"ripple\" | \"rocket\" | \"rotate-2\" | \"rotate-clockwise-2\" | \"rotate-clockwise\" | \"rotate-dot\" | \"rotate\" | \"router\" | \"ruler-measure\" | \"satellite\" | \"scale\" | \"school\" | \"scissors\" | \"scooter-electric\" | \"screenshot\" | \"search\" | \"seeding\" | \"select\" | \"selector\" | \"send\" | \"server\" | \"settings\" | \"shape\" | \"share-2\" | \"share\" | \"shield-check\" | \"shield-lock\" | \"shield-off\" | \"shield-x\" | \"shield\" | \"ship-off\" | \"ship\" | \"shopping-cart\" | \"sizesm\" | \"sizexl\" | \"slash\" | \"snowflake\" | \"solar-panel\" | \"sort-ascending-letters\" | \"sort-ascending-numbers\" | \"sort-descending-letters\" | \"sort-descending-numbers\" | \"spacing-horizontal\" | \"spacing-vertical\" | \"speakerphone\" | \"stack\" | \"stairs\" | \"star\" | \"sun\" | \"sunrise\" | \"sunset\" | \"switch-horizontal\" | \"switch-vertical\" | \"table\" | \"tag\" | \"tank-empty-fill\" | \"tank-full-fill\" | \"tank-medium-fill\" | \"temperature-off\" | \"temperature\" | \"template\" | \"terminal\" | \"text-size\" | \"text\" | \"thumb-down\" | \"thumb-up\" | \"ticket\" | \"timeline\" | \"tir\" | \"tool\" | \"tools\" | \"train\" | \"trash-off\" | \"trash\" | \"tree\" | \"trees\" | \"truck-delivery\" | \"truck\" | \"umbrella\" | \"unlink\" | \"upload\" | \"user-circle\" | \"user-minus\" | \"user-plus\" | \"user-worker\" | \"user\" | \"users\" | \"versions\" | \"video-minus\" | \"video-off\" | \"video-plus\" | \"video\" | \"volume-2\" | \"volume-3\" | \"volume\" | \"wallet\" | \"wand\" | \"wave\" | \"waves\" | \"wifi-off\" | \"wifi\" | \"wind-direction\" | \"wind\" | \"windmill\" | \"wood\" | \"world\" | \"writing\" | \"x\" | \"zoom-reset\"",
13364
13372
  "references": {
13365
13373
  "IconName": {
13366
13374
  "location": "import",
@@ -13519,6 +13527,10 @@
13519
13527
  "value": "atom",
13520
13528
  "type": "atom"
13521
13529
  },
13530
+ {
13531
+ "value": "badge-theme",
13532
+ "type": "badgetheme"
13533
+ },
13522
13534
  {
13523
13535
  "value": "basket",
13524
13536
  "type": "basket"
@@ -14183,10 +14195,6 @@
14183
14195
  "value": "file-type-ppt",
14184
14196
  "type": "filetypeppt"
14185
14197
  },
14186
- {
14187
- "value": "file-type-xls",
14188
- "type": "filetypexls"
14189
- },
14190
14198
  {
14191
14199
  "value": "file-type-xml",
14192
14200
  "type": "filetypexml"
@@ -14279,6 +14287,10 @@
14279
14287
  "value": "folders",
14280
14288
  "type": "folders"
14281
14289
  },
14290
+ {
14291
+ "value": "frame-66",
14292
+ "type": "frame66"
14293
+ },
14282
14294
  {
14283
14295
  "value": "frame",
14284
14296
  "type": "frame"
@@ -14376,488 +14388,2360 @@
14376
14388
  "type": "hourglass"
14377
14389
  },
14378
14390
  {
14379
- "value": "inbox",
14380
- "type": "inbox"
14391
+ "value": "iaccess-point-off",
14392
+ "type": "iaccesspointoff"
14381
14393
  },
14382
14394
  {
14383
- "value": "info-circle",
14384
- "type": "infocircle"
14395
+ "value": "iaccess-point",
14396
+ "type": "iaccesspoint"
14385
14397
  },
14386
14398
  {
14387
- "value": "keyboard-hide",
14388
- "type": "keyboardhide"
14399
+ "value": "iaccessible",
14400
+ "type": "iaccessible"
14389
14401
  },
14390
14402
  {
14391
- "value": "keyboard-show",
14392
- "type": "keyboardshow"
14403
+ "value": "iactivity",
14404
+ "type": "iactivity"
14393
14405
  },
14394
14406
  {
14395
- "value": "keyboard",
14396
- "type": "keyboard"
14407
+ "value": "iaddress-book",
14408
+ "type": "iaddressbook"
14397
14409
  },
14398
14410
  {
14399
- "value": "layout-board-split",
14400
- "type": "layoutboardsplit"
14411
+ "value": "iadjustments-horizontal",
14412
+ "type": "iadjustmentshorizontal"
14401
14413
  },
14402
14414
  {
14403
- "value": "layout-dashboard",
14404
- "type": "layoutdashboard"
14415
+ "value": "iadjustments-up",
14416
+ "type": "iadjustmentsup"
14405
14417
  },
14406
14418
  {
14407
- "value": "layout-grid",
14408
- "type": "layoutgrid"
14419
+ "value": "iadjustments",
14420
+ "type": "iadjustments"
14409
14421
  },
14410
14422
  {
14411
- "value": "layout-sidebar-left-collapse",
14412
- "type": "layoutsidebarleftcollapse"
14423
+ "value": "iaffiliate",
14424
+ "type": "iaffiliate"
14413
14425
  },
14414
14426
  {
14415
- "value": "layout-sidebar-left-expand",
14416
- "type": "layoutsidebarleftexpand"
14427
+ "value": "iair-conditioning",
14428
+ "type": "iairconditioning"
14417
14429
  },
14418
14430
  {
14419
- "value": "layout-sidebar-right-collapse",
14420
- "type": "layoutsidebarrightcollapse"
14431
+ "value": "ialert-circle",
14432
+ "type": "ialertcircle"
14421
14433
  },
14422
14434
  {
14423
- "value": "layout-sidebar-right-expand",
14424
- "type": "layoutsidebarrightexpand"
14435
+ "value": "ialign-center",
14436
+ "type": "ialigncenter"
14425
14437
  },
14426
14438
  {
14427
- "value": "layout",
14428
- "type": "layout"
14439
+ "value": "ialign-left",
14440
+ "type": "ialignleft"
14429
14441
  },
14430
14442
  {
14431
- "value": "leaf",
14432
- "type": "leaf"
14443
+ "value": "ialign-right",
14444
+ "type": "ialignright"
14433
14445
  },
14434
14446
  {
14435
- "value": "lifebuoy",
14436
- "type": "lifebuoy"
14447
+ "value": "iapp-window",
14448
+ "type": "iappwindow"
14437
14449
  },
14438
14450
  {
14439
- "value": "link",
14440
- "type": "link"
14451
+ "value": "iapps",
14452
+ "type": "iapps"
14441
14453
  },
14442
14454
  {
14443
- "value": "list-search",
14444
- "type": "listsearch"
14455
+ "value": "iarchive",
14456
+ "type": "iarchive"
14445
14457
  },
14446
14458
  {
14447
- "value": "list",
14448
- "type": "list"
14459
+ "value": "iareas",
14460
+ "type": "iareas"
14449
14461
  },
14450
14462
  {
14451
- "value": "loader",
14452
- "type": "loader"
14463
+ "value": "iarrow-back-up",
14464
+ "type": "iarrowbackup"
14453
14465
  },
14454
14466
  {
14455
- "value": "location",
14456
- "type": "location"
14467
+ "value": "iarrow-back",
14468
+ "type": "iarrowback"
14457
14469
  },
14458
14470
  {
14459
- "value": "lock-off",
14460
- "type": "lockoff"
14471
+ "value": "iarrow-down-left",
14472
+ "type": "iarrowdownleft"
14461
14473
  },
14462
14474
  {
14463
- "value": "lock-open",
14464
- "type": "lockopen"
14475
+ "value": "iarrow-down-right",
14476
+ "type": "iarrowdownright"
14465
14477
  },
14466
14478
  {
14467
- "value": "lock",
14468
- "type": "Lock"
14479
+ "value": "iarrow-down",
14480
+ "type": "iarrowdown"
14469
14481
  },
14470
14482
  {
14471
- "value": "login",
14472
- "type": "login"
14483
+ "value": "iarrow-forward-up",
14484
+ "type": "iarrowforwardup"
14473
14485
  },
14474
14486
  {
14475
- "value": "logout",
14476
- "type": "logout"
14487
+ "value": "iarrow-forward",
14488
+ "type": "iarrowforward"
14477
14489
  },
14478
14490
  {
14479
- "value": "mail-forward",
14480
- "type": "mailforward"
14491
+ "value": "iarrow-left",
14492
+ "type": "iarrowleft"
14481
14493
  },
14482
14494
  {
14483
- "value": "mail-opened",
14484
- "type": "mailopened"
14495
+ "value": "iarrow-right",
14496
+ "type": "iarrowright"
14485
14497
  },
14486
14498
  {
14487
- "value": "mail",
14488
- "type": "mail"
14499
+ "value": "iarrow-up-left",
14500
+ "type": "iarrowupleft"
14489
14501
  },
14490
14502
  {
14491
- "value": "map-pin-off",
14492
- "type": "mappinoff"
14503
+ "value": "iarrow-up-right",
14504
+ "type": "iarrowupright"
14493
14505
  },
14494
14506
  {
14495
- "value": "map-pin",
14496
- "type": "mappin"
14507
+ "value": "iarrow-up",
14508
+ "type": "iarrowup"
14497
14509
  },
14498
14510
  {
14499
- "value": "map",
14500
- "type": "map"
14511
+ "value": "iarrows-exchange",
14512
+ "type": "iarrowsexchange"
14501
14513
  },
14502
14514
  {
14503
- "value": "menu",
14504
- "type": "menu"
14515
+ "value": "iarrows-move",
14516
+ "type": "iarrowsmove"
14505
14517
  },
14506
14518
  {
14507
- "value": "message-dots",
14508
- "type": "messagedots"
14519
+ "value": "iaspect-ratio",
14520
+ "type": "iaspectratio"
14509
14521
  },
14510
14522
  {
14511
- "value": "message-off",
14512
- "type": "messageoff"
14523
+ "value": "iatom",
14524
+ "type": "iatom"
14513
14525
  },
14514
14526
  {
14515
- "value": "message",
14516
- "type": "message"
14527
+ "value": "ibasket",
14528
+ "type": "ibasket"
14517
14529
  },
14518
14530
  {
14519
- "value": "messages",
14520
- "type": "messages"
14531
+ "value": "ibattery-1",
14532
+ "type": "ibattery1"
14521
14533
  },
14522
14534
  {
14523
- "value": "microphone-off",
14524
- "type": "microphoneoff"
14535
+ "value": "ibattery-2",
14536
+ "type": "ibattery2"
14525
14537
  },
14526
14538
  {
14527
- "value": "microphone",
14528
- "type": "microphone"
14539
+ "value": "ibattery-3",
14540
+ "type": "ibattery3"
14529
14541
  },
14530
14542
  {
14531
- "value": "minus",
14532
- "type": "minus"
14543
+ "value": "ibattery-4",
14544
+ "type": "ibattery4"
14533
14545
  },
14534
14546
  {
14535
- "value": "mist",
14536
- "type": "mist"
14547
+ "value": "ibattery-automotive",
14548
+ "type": "ibatteryautomotive"
14537
14549
  },
14538
14550
  {
14539
- "value": "moon",
14540
- "type": "moon"
14551
+ "value": "ibattery-charging",
14552
+ "type": "ibatterycharging"
14541
14553
  },
14542
14554
  {
14543
- "value": "motorbike",
14544
- "type": "motorbike"
14555
+ "value": "ibattery-eco",
14556
+ "type": "ibatteryeco"
14545
14557
  },
14546
14558
  {
14547
- "value": "mouse",
14548
- "type": "mouse"
14559
+ "value": "ibattery-off",
14560
+ "type": "ibatteryoff"
14549
14561
  },
14550
14562
  {
14551
- "value": "movie",
14552
- "type": "movie"
14563
+ "value": "ibattery",
14564
+ "type": "ibattery"
14553
14565
  },
14554
14566
  {
14555
- "value": "network",
14556
- "type": "network"
14567
+ "value": "ibell-off",
14568
+ "type": "ibelloff"
14557
14569
  },
14558
14570
  {
14559
- "value": "news",
14560
- "type": "news"
14571
+ "value": "ibell-ringing",
14572
+ "type": "ibellringing"
14561
14573
  },
14562
14574
  {
14563
- "value": "note",
14564
- "type": "note"
14575
+ "value": "ibell",
14576
+ "type": "ibell"
14565
14577
  },
14566
14578
  {
14567
- "value": "notebook",
14568
- "type": "notebook"
14579
+ "value": "ibike",
14580
+ "type": "ibike"
14569
14581
  },
14570
14582
  {
14571
- "value": "notes",
14572
- "type": "notes"
14583
+ "value": "ibluetooth-connected",
14584
+ "type": "ibluetoothconnected"
14573
14585
  },
14574
14586
  {
14575
- "value": "offshore-station",
14576
- "type": "offshorestation"
14587
+ "value": "ibluetooth-off",
14588
+ "type": "ibluetoothoff"
14577
14589
  },
14578
14590
  {
14579
- "value": "package",
14580
- "type": "package"
14591
+ "value": "ibluetooth",
14592
+ "type": "ibluetooth"
14581
14593
  },
14582
14594
  {
14583
- "value": "palette",
14584
- "type": "palette"
14595
+ "value": "ibolt",
14596
+ "type": "ibolt"
14585
14597
  },
14586
14598
  {
14587
- "value": "paperclip",
14588
- "type": "paperclip"
14599
+ "value": "ibook",
14600
+ "type": "ibook"
14589
14601
  },
14590
14602
  {
14591
- "value": "pencil",
14592
- "type": "pencil"
14603
+ "value": "ibookmark-off",
14604
+ "type": "ibookmarkoff"
14593
14605
  },
14594
14606
  {
14595
- "value": "phone-call",
14596
- "type": "phonecall"
14607
+ "value": "ibookmark",
14608
+ "type": "ibookmark"
14597
14609
  },
14598
14610
  {
14599
- "value": "phone-calling",
14600
- "type": "phonecalling"
14611
+ "value": "ibookmarks",
14612
+ "type": "ibookmarks"
14601
14613
  },
14602
14614
  {
14603
- "value": "phone-check",
14604
- "type": "phonecheck"
14615
+ "value": "ibox-align-top",
14616
+ "type": "iboxaligntop"
14605
14617
  },
14606
14618
  {
14607
- "value": "phone-incoming",
14608
- "type": "phoneincoming"
14619
+ "value": "ibox-multiple",
14620
+ "type": "iboxmultiple"
14609
14621
  },
14610
14622
  {
14611
- "value": "phone-off",
14612
- "type": "phoneoff"
14623
+ "value": "ibriefcase",
14624
+ "type": "ibriefcase"
14613
14625
  },
14614
14626
  {
14615
- "value": "phone-outgoing",
14616
- "type": "phoneoutgoing"
14627
+ "value": "ibrightness-down",
14628
+ "type": "ibrightnessdown"
14617
14629
  },
14618
14630
  {
14619
- "value": "phone",
14620
- "type": "phone"
14631
+ "value": "ibrightness-up",
14632
+ "type": "ibrightnessup"
14621
14633
  },
14622
14634
  {
14623
- "value": "photo-off",
14624
- "type": "photooff"
14635
+ "value": "ibrowser-check",
14636
+ "type": "ibrowsercheck"
14625
14637
  },
14626
14638
  {
14627
- "value": "pig",
14628
- "type": "pig"
14639
+ "value": "ibrowser-plus",
14640
+ "type": "ibrowserplus"
14629
14641
  },
14630
14642
  {
14631
- "value": "pin",
14632
- "type": "pin"
14643
+ "value": "ibrowser-x",
14644
+ "type": "ibrowserx"
14633
14645
  },
14634
14646
  {
14635
- "value": "pinned-off",
14636
- "type": "pinnedoff"
14647
+ "value": "ibrowser",
14648
+ "type": "ibrowser"
14637
14649
  },
14638
14650
  {
14639
- "value": "pinned",
14640
- "type": "pinned"
14651
+ "value": "ibrush",
14652
+ "type": "ibrush"
14641
14653
  },
14642
14654
  {
14643
- "value": "plane-off",
14644
- "type": "planeoff"
14655
+ "value": "ibuilding-bank",
14656
+ "type": "ibuildingbank"
14645
14657
  },
14646
14658
  {
14647
- "value": "plane",
14648
- "type": "plane"
14659
+ "value": "ibuilding-factory",
14660
+ "type": "ibuildingfactory"
14649
14661
  },
14650
14662
  {
14651
- "value": "plant",
14652
- "type": "plant"
14663
+ "value": "ibuilding-lighthouse",
14664
+ "type": "ibuildinglighthouse"
14653
14665
  },
14654
14666
  {
14655
- "value": "player-pause",
14656
- "type": "playerpause"
14667
+ "value": "ibuilding-store",
14668
+ "type": "ibuildingstore"
14657
14669
  },
14658
14670
  {
14659
- "value": "player-play",
14660
- "type": "playerplay"
14671
+ "value": "ibuilding",
14672
+ "type": "ibuilding"
14661
14673
  },
14662
14674
  {
14663
- "value": "player-skip-back",
14664
- "type": "playerskipback"
14675
+ "value": "ibulb-off",
14676
+ "type": "ibulboff"
14665
14677
  },
14666
14678
  {
14667
- "value": "player-skip-forward",
14668
- "type": "playerskipforward"
14679
+ "value": "ibulb",
14680
+ "type": "ibulb"
14669
14681
  },
14670
14682
  {
14671
- "value": "player-stop",
14672
- "type": "playerstop"
14683
+ "value": "icake",
14684
+ "type": "icake"
14673
14685
  },
14674
14686
  {
14675
- "value": "player-track-next",
14676
- "type": "playertracknext"
14687
+ "value": "icalendar-time",
14688
+ "type": "icalendartime"
14677
14689
  },
14678
14690
  {
14679
- "value": "player-track-prev",
14680
- "type": "playertrackprev"
14691
+ "value": "icalendar",
14692
+ "type": "icalendar"
14681
14693
  },
14682
14694
  {
14683
- "value": "plug-connected",
14684
- "type": "plugconnected"
14695
+ "value": "icamera-off",
14696
+ "type": "icameraoff"
14685
14697
  },
14686
14698
  {
14687
- "value": "plug",
14688
- "type": "plug"
14699
+ "value": "icamera",
14700
+ "type": "icamera"
14689
14701
  },
14690
14702
  {
14691
- "value": "plus",
14692
- "type": "plus"
14703
+ "value": "icar-crane",
14704
+ "type": "icarcrane"
14693
14705
  },
14694
14706
  {
14695
- "value": "power-ac",
14696
- "type": "powerac"
14707
+ "value": "icar",
14708
+ "type": "icar"
14697
14709
  },
14698
14710
  {
14699
- "value": "power-dc",
14700
- "type": "powerdc"
14711
+ "value": "icaravan",
14712
+ "type": "icaravan"
14701
14713
  },
14702
14714
  {
14703
- "value": "power",
14704
- "type": "power"
14715
+ "value": "icash-banknote",
14716
+ "type": "icashbanknote"
14705
14717
  },
14706
14718
  {
14707
- "value": "presentation-analytics",
14708
- "type": "presentationanalytics"
14719
+ "value": "icash",
14720
+ "type": "icash"
14709
14721
  },
14710
14722
  {
14711
- "value": "presentation",
14712
- "type": "presentation"
14723
+ "value": "icast",
14724
+ "type": "icast"
14713
14725
  },
14714
14726
  {
14715
- "value": "printer",
14716
- "type": "printer"
14727
+ "value": "icell",
14728
+ "type": "icell"
14717
14729
  },
14718
14730
  {
14719
- "value": "propeller",
14720
- "type": "propeller"
14731
+ "value": "icharging-pile",
14732
+ "type": "ichargingpile"
14721
14733
  },
14722
14734
  {
14723
- "value": "published",
14724
- "type": "published"
14735
+ "value": "ichart-arcs",
14736
+ "type": "ichartarcs"
14725
14737
  },
14726
14738
  {
14727
- "value": "puzzle-2",
14728
- "type": "puzzle2"
14739
+ "value": "ichart-area-line",
14740
+ "type": "ichartarealine"
14729
14741
  },
14730
14742
  {
14731
- "value": "puzzle",
14732
- "type": "puzzle"
14743
+ "value": "ichart-area",
14744
+ "type": "ichartarea"
14733
14745
  },
14734
14746
  {
14735
- "value": "pylon",
14736
- "type": "pylon"
14747
+ "value": "ichart-arrows-vertical",
14748
+ "type": "ichartarrowsvertical"
14737
14749
  },
14738
14750
  {
14739
- "value": "qrcode",
14740
- "type": "qrcode"
14751
+ "value": "ichart-arrows",
14752
+ "type": "ichartarrows"
14741
14753
  },
14742
14754
  {
14743
- "value": "radar",
14744
- "type": "radar"
14755
+ "value": "ichart-bar",
14756
+ "type": "ichartbar"
14745
14757
  },
14746
14758
  {
14747
- "value": "radio",
14748
- "type": "radio"
14759
+ "value": "ichart-bubble",
14760
+ "type": "ichartbubble"
14749
14761
  },
14750
14762
  {
14751
- "value": "radioactive",
14752
- "type": "radioactive"
14763
+ "value": "ichart-circles",
14764
+ "type": "ichartcircles"
14753
14765
  },
14754
14766
  {
14755
- "value": "receipt-dollar",
14756
- "type": "receiptdollar"
14767
+ "value": "ichart-donut",
14768
+ "type": "ichartdonut"
14757
14769
  },
14758
14770
  {
14759
- "value": "receipt-euro",
14760
- "type": "receipteuro"
14771
+ "value": "ichart-dots",
14772
+ "type": "ichartdots"
14761
14773
  },
14762
14774
  {
14763
- "value": "receipt",
14764
- "type": "receipt"
14775
+ "value": "ichart-line",
14776
+ "type": "ichartline"
14765
14777
  },
14766
14778
  {
14767
- "value": "recharging",
14768
- "type": "recharging"
14779
+ "value": "ichart-pie",
14780
+ "type": "ichartpie"
14769
14781
  },
14770
14782
  {
14771
- "value": "recycle",
14772
- "type": "recycle"
14783
+ "value": "ichart-radar",
14784
+ "type": "ichartradar"
14773
14785
  },
14774
14786
  {
14775
- "value": "refresh-alert",
14776
- "type": "refreshalert"
14787
+ "value": "icheck",
14788
+ "type": "icheck"
14777
14789
  },
14778
14790
  {
14779
- "value": "refresh",
14780
- "type": "refresh"
14791
+ "value": "icheckbox",
14792
+ "type": "icheckbox"
14781
14793
  },
14782
14794
  {
14783
- "value": "repeat-once",
14784
- "type": "repeatonce"
14795
+ "value": "ichecklist",
14796
+ "type": "ichecklist"
14785
14797
  },
14786
14798
  {
14787
- "value": "repeat",
14788
- "type": "repeat"
14799
+ "value": "ichecks",
14800
+ "type": "ichecks"
14789
14801
  },
14790
14802
  {
14791
- "value": "replace",
14792
- "type": "replace"
14803
+ "value": "ichevron-down",
14804
+ "type": "ichevrondown"
14793
14805
  },
14794
14806
  {
14795
- "value": "report-analytics",
14796
- "type": "reportanalytics"
14807
+ "value": "ichevron-left",
14808
+ "type": "ichevronleft"
14797
14809
  },
14798
14810
  {
14799
- "value": "report-medical",
14800
- "type": "reportmedical"
14811
+ "value": "ichevron-right",
14812
+ "type": "ichevronright"
14801
14813
  },
14802
14814
  {
14803
- "value": "report-search",
14804
- "type": "reportsearch"
14815
+ "value": "ichevron-top",
14816
+ "type": "ichevrontop"
14805
14817
  },
14806
14818
  {
14807
- "value": "report",
14808
- "type": "report"
14819
+ "value": "ichevrons-left",
14820
+ "type": "ichevronsleft"
14809
14821
  },
14810
14822
  {
14811
- "value": "ripple-off",
14812
- "type": "rippleoff"
14823
+ "value": "ichevrons-right",
14824
+ "type": "ichevronsright"
14813
14825
  },
14814
14826
  {
14815
- "value": "ripple",
14816
- "type": "ripple"
14827
+ "value": "icircle-caret-right",
14828
+ "type": "icirclecaretright"
14817
14829
  },
14818
14830
  {
14819
- "value": "rocket",
14820
- "type": "rocket"
14831
+ "value": "icircle-check",
14832
+ "type": "icirclecheck"
14821
14833
  },
14822
14834
  {
14823
- "value": "rotate-2",
14824
- "type": "rotate2"
14835
+ "value": "icircle-x",
14836
+ "type": "icirclex"
14825
14837
  },
14826
14838
  {
14827
- "value": "rotate-clockwise-2",
14828
- "type": "rotateclockwise2"
14839
+ "value": "icircuit-alternate",
14840
+ "type": "icircuitalternate"
14829
14841
  },
14830
14842
  {
14831
- "value": "rotate-clockwise",
14832
- "type": "rotateclockwise"
14843
+ "value": "icircuit-ground-digital",
14844
+ "type": "icircuitgrounddigital"
14833
14845
  },
14834
14846
  {
14835
- "value": "rotate-dot",
14836
- "type": "rotatedot"
14847
+ "value": "iclipboard-check",
14848
+ "type": "iclipboardcheck"
14837
14849
  },
14838
14850
  {
14839
- "value": "rotate",
14840
- "type": "rotate"
14851
+ "value": "iclipboard-list",
14852
+ "type": "iclipboardlist"
14841
14853
  },
14842
14854
  {
14843
- "value": "router",
14844
- "type": "router"
14855
+ "value": "iclipboard-plus",
14856
+ "type": "iclipboardplus"
14845
14857
  },
14846
14858
  {
14847
- "value": "ruler-measure",
14848
- "type": "rulermeasure"
14859
+ "value": "iclipboard-text",
14860
+ "type": "iclipboardtext"
14849
14861
  },
14850
14862
  {
14851
- "value": "satellite",
14852
- "type": "satellite"
14863
+ "value": "iclipboard-x",
14864
+ "type": "iclipboardx"
14853
14865
  },
14854
14866
  {
14855
- "value": "scale",
14856
- "type": "scale"
14867
+ "value": "iclipboard",
14868
+ "type": "iclipboard"
14857
14869
  },
14858
14870
  {
14859
- "value": "school",
14860
- "type": "school"
14871
+ "value": "iclock-edit",
14872
+ "type": "iclockedit"
14873
+ },
14874
+ {
14875
+ "value": "iclock",
14876
+ "type": "iclock"
14877
+ },
14878
+ {
14879
+ "value": "icloud-data-connection",
14880
+ "type": "iclouddataconnection"
14881
+ },
14882
+ {
14883
+ "value": "icloud-download",
14884
+ "type": "iclouddownload"
14885
+ },
14886
+ {
14887
+ "value": "icloud-rain",
14888
+ "type": "icloudrain"
14889
+ },
14890
+ {
14891
+ "value": "icloud-snow",
14892
+ "type": "icloudsnow"
14893
+ },
14894
+ {
14895
+ "value": "icloud-upload",
14896
+ "type": "icloudupload"
14897
+ },
14898
+ {
14899
+ "value": "icloud",
14900
+ "type": "icloud"
14901
+ },
14902
+ {
14903
+ "value": "icolor-picker",
14904
+ "type": "icolorpicker"
14905
+ },
14906
+ {
14907
+ "value": "icolor-swatch",
14908
+ "type": "icolorswatch"
14909
+ },
14910
+ {
14911
+ "value": "icompass",
14912
+ "type": "icompass"
14913
+ },
14914
+ {
14915
+ "value": "icontract",
14916
+ "type": "icontract"
14917
+ },
14918
+ {
14919
+ "value": "icopy",
14920
+ "type": "icopy"
14921
+ },
14922
+ {
14923
+ "value": "icpu",
14924
+ "type": "icpu"
14925
+ },
14926
+ {
14927
+ "value": "icrane",
14928
+ "type": "icrane"
14929
+ },
14930
+ {
14931
+ "value": "icredit-card",
14932
+ "type": "icreditcard"
14933
+ },
14934
+ {
14935
+ "value": "icrop",
14936
+ "type": "icrop"
14937
+ },
14938
+ {
14939
+ "value": "icross",
14940
+ "type": "icross"
14941
+ },
14942
+ {
14943
+ "value": "icrown",
14944
+ "type": "icrown"
14945
+ },
14946
+ {
14947
+ "value": "icurrency-bitcoin",
14948
+ "type": "icurrencybitcoin"
14949
+ },
14950
+ {
14951
+ "value": "icurrency-dollar",
14952
+ "type": "icurrencydollar"
14953
+ },
14954
+ {
14955
+ "value": "icurrency-ethereum",
14956
+ "type": "icurrencyethereum"
14957
+ },
14958
+ {
14959
+ "value": "icurrency-euro",
14960
+ "type": "icurrencyeuro"
14961
+ },
14962
+ {
14963
+ "value": "icut",
14964
+ "type": "icut"
14965
+ },
14966
+ {
14967
+ "value": "idashboard",
14968
+ "type": "idashboard"
14969
+ },
14970
+ {
14971
+ "value": "idatabase",
14972
+ "type": "idatabase"
14973
+ },
14974
+ {
14975
+ "value": "idevice-desktop",
14976
+ "type": "idevicedesktop"
14977
+ },
14978
+ {
14979
+ "value": "idevice-floppy",
14980
+ "type": "idevicefloppy"
14981
+ },
14982
+ {
14983
+ "value": "idevice-gamepad",
14984
+ "type": "idevicegamepad"
14985
+ },
14986
+ {
14987
+ "value": "idevice-laptop",
14988
+ "type": "idevicelaptop"
14989
+ },
14990
+ {
14991
+ "value": "idevice-mobile-rotated",
14992
+ "type": "idevicemobilerotated"
14993
+ },
14994
+ {
14995
+ "value": "idevice-mobile",
14996
+ "type": "idevicemobile"
14997
+ },
14998
+ {
14999
+ "value": "idevice-tablet",
15000
+ "type": "idevicetablet"
15001
+ },
15002
+ {
15003
+ "value": "idevice-watch",
15004
+ "type": "idevicewatch"
15005
+ },
15006
+ {
15007
+ "value": "idevices",
15008
+ "type": "idevices"
15009
+ },
15010
+ {
15011
+ "value": "idialpad",
15012
+ "type": "idialpad"
15013
+ },
15014
+ {
15015
+ "value": "idirection-horizontal",
15016
+ "type": "idirectionhorizontal"
15017
+ },
15018
+ {
15019
+ "value": "idirection-sign",
15020
+ "type": "idirectionsign"
15021
+ },
15022
+ {
15023
+ "value": "idirection",
15024
+ "type": "idirection"
15025
+ },
15026
+ {
15027
+ "value": "idiscount",
15028
+ "type": "idiscount"
15029
+ },
15030
+ {
15031
+ "value": "idoor-enter",
15032
+ "type": "idoorenter"
15033
+ },
15034
+ {
15035
+ "value": "idoor-exit",
15036
+ "type": "idoorexit"
15037
+ },
15038
+ {
15039
+ "value": "idoor-off",
15040
+ "type": "idooroff"
15041
+ },
15042
+ {
15043
+ "value": "idots-vertical",
15044
+ "type": "idotsvertical"
15045
+ },
15046
+ {
15047
+ "value": "idots",
15048
+ "type": "idots"
15049
+ },
15050
+ {
15051
+ "value": "idownload",
15052
+ "type": "idownload"
15053
+ },
15054
+ {
15055
+ "value": "idrone",
15056
+ "type": "idrone"
15057
+ },
15058
+ {
15059
+ "value": "idroplet-filled",
15060
+ "type": "idropletfilled"
15061
+ },
15062
+ {
15063
+ "value": "idroplet-half",
15064
+ "type": "idroplethalf"
15065
+ },
15066
+ {
15067
+ "value": "idroplet",
15068
+ "type": "idroplet"
15069
+ },
15070
+ {
15071
+ "value": "idroplets",
15072
+ "type": "idroplets"
15073
+ },
15074
+ {
15075
+ "value": "iedit",
15076
+ "type": "iedit"
15077
+ },
15078
+ {
15079
+ "value": "iengine",
15080
+ "type": "iengine"
15081
+ },
15082
+ {
15083
+ "value": "iexternal-link",
15084
+ "type": "iexternallink"
15085
+ },
15086
+ {
15087
+ "value": "ieye-off",
15088
+ "type": "ieyeoff"
15089
+ },
15090
+ {
15091
+ "value": "ieye",
15092
+ "type": "ieye"
15093
+ },
15094
+ {
15095
+ "value": "iface-id",
15096
+ "type": "ifaceid"
15097
+ },
15098
+ {
15099
+ "value": "ifeather",
15100
+ "type": "ifeather"
15101
+ },
15102
+ {
15103
+ "value": "ifile-alert",
15104
+ "type": "ifilealert"
15105
+ },
15106
+ {
15107
+ "value": "ifile-analytics",
15108
+ "type": "ifileanalytics"
15109
+ },
15110
+ {
15111
+ "value": "ifile-check",
15112
+ "type": "ifilecheck"
15113
+ },
15114
+ {
15115
+ "value": "ifile-code",
15116
+ "type": "ifilecode"
15117
+ },
15118
+ {
15119
+ "value": "ifile-download",
15120
+ "type": "ifiledownload"
15121
+ },
15122
+ {
15123
+ "value": "ifile-export",
15124
+ "type": "ifileexport"
15125
+ },
15126
+ {
15127
+ "value": "ifile-horizontal",
15128
+ "type": "ifilehorizontal"
15129
+ },
15130
+ {
15131
+ "value": "ifile-import",
15132
+ "type": "ifileimport"
15133
+ },
15134
+ {
15135
+ "value": "ifile-plus",
15136
+ "type": "ifileplus"
15137
+ },
15138
+ {
15139
+ "value": "ifile-search",
15140
+ "type": "ifilesearch"
15141
+ },
15142
+ {
15143
+ "value": "ifile-text-bookmark",
15144
+ "type": "ifiletextbookmark"
15145
+ },
15146
+ {
15147
+ "value": "ifile-text",
15148
+ "type": "ifiletext"
15149
+ },
15150
+ {
15151
+ "value": "ifile-type-bmp",
15152
+ "type": "ifiletypebmp"
15153
+ },
15154
+ {
15155
+ "value": "ifile-type-css",
15156
+ "type": "ifiletypecss"
15157
+ },
15158
+ {
15159
+ "value": "ifile-type-csv",
15160
+ "type": "ifiletypecsv"
15161
+ },
15162
+ {
15163
+ "value": "ifile-type-doc",
15164
+ "type": "ifiletypedoc"
15165
+ },
15166
+ {
15167
+ "value": "ifile-type-html",
15168
+ "type": "ifiletypehtml"
15169
+ },
15170
+ {
15171
+ "value": "ifile-type-jpg",
15172
+ "type": "ifiletypejpg"
15173
+ },
15174
+ {
15175
+ "value": "ifile-type-js",
15176
+ "type": "ifiletypejs"
15177
+ },
15178
+ {
15179
+ "value": "ifile-type-pdf",
15180
+ "type": "ifiletypepdf"
15181
+ },
15182
+ {
15183
+ "value": "ifile-type-png",
15184
+ "type": "ifiletypepng"
15185
+ },
15186
+ {
15187
+ "value": "ifile-type-ppt",
15188
+ "type": "ifiletypeppt"
15189
+ },
15190
+ {
15191
+ "value": "ifile-type-xls",
15192
+ "type": "ifiletypexls"
15193
+ },
15194
+ {
15195
+ "value": "ifile-type-xml",
15196
+ "type": "ifiletypexml"
15197
+ },
15198
+ {
15199
+ "value": "ifile-type-zip",
15200
+ "type": "ifiletypezip"
15201
+ },
15202
+ {
15203
+ "value": "ifile-upload",
15204
+ "type": "ifileupload"
15205
+ },
15206
+ {
15207
+ "value": "ifile-x",
15208
+ "type": "ifilex"
15209
+ },
15210
+ {
15211
+ "value": "ifile-zip",
15212
+ "type": "ifilezip"
15213
+ },
15214
+ {
15215
+ "value": "ifile",
15216
+ "type": "ifile"
15217
+ },
15218
+ {
15219
+ "value": "ifiles-off",
15220
+ "type": "ifilesoff"
15221
+ },
15222
+ {
15223
+ "value": "ifiles",
15224
+ "type": "ifiles"
15225
+ },
15226
+ {
15227
+ "value": "ifilter-off",
15228
+ "type": "ifilteroff"
15229
+ },
15230
+ {
15231
+ "value": "ifilter-sort",
15232
+ "type": "ifiltersort"
15233
+ },
15234
+ {
15235
+ "value": "ifilter",
15236
+ "type": "ifilter"
15237
+ },
15238
+ {
15239
+ "value": "ifingerprint",
15240
+ "type": "ifingerprint"
15241
+ },
15242
+ {
15243
+ "value": "ifire-extinguisher",
15244
+ "type": "ifireextinguisher"
15245
+ },
15246
+ {
15247
+ "value": "iflag",
15248
+ "type": "iflag"
15249
+ },
15250
+ {
15251
+ "value": "iflame",
15252
+ "type": "iflame"
15253
+ },
15254
+ {
15255
+ "value": "iflip-horizontal",
15256
+ "type": "ifliphorizontal"
15257
+ },
15258
+ {
15259
+ "value": "iflip-vertical",
15260
+ "type": "iflipvertical"
15261
+ },
15262
+ {
15263
+ "value": "ifolder-minus",
15264
+ "type": "ifolderminus"
15265
+ },
15266
+ {
15267
+ "value": "ifolder-off",
15268
+ "type": "ifolderoff"
15269
+ },
15270
+ {
15271
+ "value": "ifolder-plus",
15272
+ "type": "ifolderplus"
15273
+ },
15274
+ {
15275
+ "value": "ifolder-x",
15276
+ "type": "ifolderx"
15277
+ },
15278
+ {
15279
+ "value": "ifolder",
15280
+ "type": "ifolder"
15281
+ },
15282
+ {
15283
+ "value": "ifolders",
15284
+ "type": "ifolders"
15285
+ },
15286
+ {
15287
+ "value": "iframe",
15288
+ "type": "iframe"
15289
+ },
15290
+ {
15291
+ "value": "igas-station",
15292
+ "type": "igasstation"
15293
+ },
15294
+ {
15295
+ "value": "igauge-off",
15296
+ "type": "igaugeoff"
15297
+ },
15298
+ {
15299
+ "value": "igauge",
15300
+ "type": "igauge"
15301
+ },
15302
+ {
15303
+ "value": "igift",
15304
+ "type": "igift"
15305
+ },
15306
+ {
15307
+ "value": "igps",
15308
+ "type": "igps"
15309
+ },
15310
+ {
15311
+ "value": "igrid-dots",
15312
+ "type": "igriddots"
15313
+ },
15314
+ {
15315
+ "value": "igrip-horizontal",
15316
+ "type": "igriphorizontal"
15317
+ },
15318
+ {
15319
+ "value": "igrip-vertical",
15320
+ "type": "igripvertical"
15321
+ },
15322
+ {
15323
+ "value": "ihand-stop",
15324
+ "type": "ihandstop"
15325
+ },
15326
+ {
15327
+ "value": "ihand-waving",
15328
+ "type": "ihandwaving"
15329
+ },
15330
+ {
15331
+ "value": "ihash",
15332
+ "type": "ihash"
15333
+ },
15334
+ {
15335
+ "value": "ihaze",
15336
+ "type": "ihaze"
15337
+ },
15338
+ {
15339
+ "value": "iheadphones-off",
15340
+ "type": "iheadphonesoff"
15341
+ },
15342
+ {
15343
+ "value": "iheadphones",
15344
+ "type": "iheadphones"
15345
+ },
15346
+ {
15347
+ "value": "iheadset",
15348
+ "type": "iheadset"
15349
+ },
15350
+ {
15351
+ "value": "ihelicopter",
15352
+ "type": "ihelicopter"
15353
+ },
15354
+ {
15355
+ "value": "ihelp",
15356
+ "type": "ihelp"
15357
+ },
15358
+ {
15359
+ "value": "ihistory",
15360
+ "type": "ihistory"
15361
+ },
15362
+ {
15363
+ "value": "ihome",
15364
+ "type": "ihome"
15365
+ },
15366
+ {
15367
+ "value": "ihourglass-empty",
15368
+ "type": "ihourglassempty"
15369
+ },
15370
+ {
15371
+ "value": "ihourglass-high",
15372
+ "type": "ihourglasshigh"
15373
+ },
15374
+ {
15375
+ "value": "ihourglass-low",
15376
+ "type": "ihourglasslow"
15377
+ },
15378
+ {
15379
+ "value": "ihourglass-off",
15380
+ "type": "ihourglassoff"
15381
+ },
15382
+ {
15383
+ "value": "ihourglass",
15384
+ "type": "ihourglass"
15385
+ },
15386
+ {
15387
+ "value": "iinbox",
15388
+ "type": "iinbox"
15389
+ },
15390
+ {
15391
+ "value": "iinfo-circle",
15392
+ "type": "iinfocircle"
15393
+ },
15394
+ {
15395
+ "value": "ikeyboard-hide",
15396
+ "type": "ikeyboardhide"
15397
+ },
15398
+ {
15399
+ "value": "ikeyboard-show",
15400
+ "type": "ikeyboardshow"
15401
+ },
15402
+ {
15403
+ "value": "ikeyboard",
15404
+ "type": "ikeyboard"
15405
+ },
15406
+ {
15407
+ "value": "ilayout-board-split",
15408
+ "type": "ilayoutboardsplit"
15409
+ },
15410
+ {
15411
+ "value": "ilayout-dashboard",
15412
+ "type": "ilayoutdashboard"
15413
+ },
15414
+ {
15415
+ "value": "ilayout-grid",
15416
+ "type": "ilayoutgrid"
15417
+ },
15418
+ {
15419
+ "value": "ilayout-sidebar-left-collapse",
15420
+ "type": "ilayoutsidebarleftcollapse"
15421
+ },
15422
+ {
15423
+ "value": "ilayout-sidebar-left-expand",
15424
+ "type": "ilayoutsidebarleftexpand"
15425
+ },
15426
+ {
15427
+ "value": "ilayout-sidebar-right-collapse",
15428
+ "type": "ilayoutsidebarrightcollapse"
15429
+ },
15430
+ {
15431
+ "value": "ilayout-sidebar-right-expand",
15432
+ "type": "ilayoutsidebarrightexpand"
15433
+ },
15434
+ {
15435
+ "value": "ilayout",
15436
+ "type": "ilayout"
15437
+ },
15438
+ {
15439
+ "value": "ileaf",
15440
+ "type": "ileaf"
15441
+ },
15442
+ {
15443
+ "value": "ilifebuoy",
15444
+ "type": "ilifebuoy"
15445
+ },
15446
+ {
15447
+ "value": "ilink",
15448
+ "type": "ilink"
15449
+ },
15450
+ {
15451
+ "value": "ilist-search",
15452
+ "type": "ilistsearch"
15453
+ },
15454
+ {
15455
+ "value": "ilist",
15456
+ "type": "ilist"
15457
+ },
15458
+ {
15459
+ "value": "iloader",
15460
+ "type": "iloader"
15461
+ },
15462
+ {
15463
+ "value": "ilocation",
15464
+ "type": "ilocation"
15465
+ },
15466
+ {
15467
+ "value": "ilock-off",
15468
+ "type": "ilockoff"
15469
+ },
15470
+ {
15471
+ "value": "ilock-open",
15472
+ "type": "ilockopen"
15473
+ },
15474
+ {
15475
+ "value": "ilock",
15476
+ "type": "ilock"
15477
+ },
15478
+ {
15479
+ "value": "ilogin",
15480
+ "type": "ilogin"
15481
+ },
15482
+ {
15483
+ "value": "ilogout",
15484
+ "type": "ilogout"
15485
+ },
15486
+ {
15487
+ "value": "imail-forward",
15488
+ "type": "imailforward"
15489
+ },
15490
+ {
15491
+ "value": "imail-opened",
15492
+ "type": "imailopened"
15493
+ },
15494
+ {
15495
+ "value": "imail",
15496
+ "type": "imail"
15497
+ },
15498
+ {
15499
+ "value": "imap-pin-off",
15500
+ "type": "imappinoff"
15501
+ },
15502
+ {
15503
+ "value": "imap-pin",
15504
+ "type": "imappin"
15505
+ },
15506
+ {
15507
+ "value": "imap",
15508
+ "type": "imap"
15509
+ },
15510
+ {
15511
+ "value": "imenu",
15512
+ "type": "imenu"
15513
+ },
15514
+ {
15515
+ "value": "imessage-dots",
15516
+ "type": "imessagedots"
15517
+ },
15518
+ {
15519
+ "value": "imessage-off",
15520
+ "type": "imessageoff"
15521
+ },
15522
+ {
15523
+ "value": "imessage",
15524
+ "type": "imessage"
15525
+ },
15526
+ {
15527
+ "value": "imessages",
15528
+ "type": "imessages"
15529
+ },
15530
+ {
15531
+ "value": "imicrophone-off",
15532
+ "type": "imicrophoneoff"
15533
+ },
15534
+ {
15535
+ "value": "imicrophone",
15536
+ "type": "imicrophone"
15537
+ },
15538
+ {
15539
+ "value": "iminus",
15540
+ "type": "iminus"
15541
+ },
15542
+ {
15543
+ "value": "imist",
15544
+ "type": "imist"
15545
+ },
15546
+ {
15547
+ "value": "imoon",
15548
+ "type": "imoon"
15549
+ },
15550
+ {
15551
+ "value": "imotorbike",
15552
+ "type": "imotorbike"
15553
+ },
15554
+ {
15555
+ "value": "imouse",
15556
+ "type": "imouse"
15557
+ },
15558
+ {
15559
+ "value": "imovie",
15560
+ "type": "imovie"
15561
+ },
15562
+ {
15563
+ "value": "inbox",
15564
+ "type": "inbox"
15565
+ },
15566
+ {
15567
+ "value": "inetwork",
15568
+ "type": "inetwork"
15569
+ },
15570
+ {
15571
+ "value": "inews",
15572
+ "type": "inews"
15573
+ },
15574
+ {
15575
+ "value": "info-circle",
15576
+ "type": "infocircle"
15577
+ },
15578
+ {
15579
+ "value": "inote",
15580
+ "type": "inote"
15581
+ },
15582
+ {
15583
+ "value": "inotebook",
15584
+ "type": "inotebook"
15585
+ },
15586
+ {
15587
+ "value": "inotes",
15588
+ "type": "inotes"
15589
+ },
15590
+ {
15591
+ "value": "ioffshore-station",
15592
+ "type": "ioffshorestation"
15593
+ },
15594
+ {
15595
+ "value": "ipackage",
15596
+ "type": "ipackage"
15597
+ },
15598
+ {
15599
+ "value": "ipalette",
15600
+ "type": "ipalette"
15601
+ },
15602
+ {
15603
+ "value": "ipaperclip",
15604
+ "type": "ipaperclip"
15605
+ },
15606
+ {
15607
+ "value": "ipencil",
15608
+ "type": "ipencil"
15609
+ },
15610
+ {
15611
+ "value": "iphone-call",
15612
+ "type": "iphonecall"
15613
+ },
15614
+ {
15615
+ "value": "iphone-calling",
15616
+ "type": "iphonecalling"
15617
+ },
15618
+ {
15619
+ "value": "iphone-check",
15620
+ "type": "iphonecheck"
15621
+ },
15622
+ {
15623
+ "value": "iphone-incoming",
15624
+ "type": "iphoneincoming"
15625
+ },
15626
+ {
15627
+ "value": "iphone-off",
15628
+ "type": "iphoneoff"
15629
+ },
15630
+ {
15631
+ "value": "iphone-outgoing",
15632
+ "type": "iphoneoutgoing"
15633
+ },
15634
+ {
15635
+ "value": "iphone",
15636
+ "type": "iphone"
15637
+ },
15638
+ {
15639
+ "value": "iphoto-off",
15640
+ "type": "iphotooff"
15641
+ },
15642
+ {
15643
+ "value": "iphoto",
15644
+ "type": "iphoto"
15645
+ },
15646
+ {
15647
+ "value": "ipig",
15648
+ "type": "ipig"
15649
+ },
15650
+ {
15651
+ "value": "ipin",
15652
+ "type": "ipin"
15653
+ },
15654
+ {
15655
+ "value": "ipinned-off",
15656
+ "type": "ipinnedoff"
15657
+ },
15658
+ {
15659
+ "value": "ipinned",
15660
+ "type": "ipinned"
15661
+ },
15662
+ {
15663
+ "value": "iplane-off",
15664
+ "type": "iplaneoff"
15665
+ },
15666
+ {
15667
+ "value": "iplane",
15668
+ "type": "iplane"
15669
+ },
15670
+ {
15671
+ "value": "iplant",
15672
+ "type": "iplant"
15673
+ },
15674
+ {
15675
+ "value": "iplayer-pause",
15676
+ "type": "iplayerpause"
15677
+ },
15678
+ {
15679
+ "value": "iplayer-play",
15680
+ "type": "iplayerplay"
15681
+ },
15682
+ {
15683
+ "value": "iplayer-skip-back",
15684
+ "type": "iplayerskipback"
15685
+ },
15686
+ {
15687
+ "value": "iplayer-skip-forward",
15688
+ "type": "iplayerskipforward"
15689
+ },
15690
+ {
15691
+ "value": "iplayer-stop",
15692
+ "type": "iplayerstop"
15693
+ },
15694
+ {
15695
+ "value": "iplayer-track-next",
15696
+ "type": "iplayertracknext"
15697
+ },
15698
+ {
15699
+ "value": "iplayer-track-prev",
15700
+ "type": "iplayertrackprev"
15701
+ },
15702
+ {
15703
+ "value": "iplug-connected",
15704
+ "type": "iplugconnected"
15705
+ },
15706
+ {
15707
+ "value": "iplug",
15708
+ "type": "iplug"
15709
+ },
15710
+ {
15711
+ "value": "iplus",
15712
+ "type": "iplus"
15713
+ },
15714
+ {
15715
+ "value": "ipower-ac",
15716
+ "type": "ipowerac"
15717
+ },
15718
+ {
15719
+ "value": "ipower-dc",
15720
+ "type": "ipowerdc"
15721
+ },
15722
+ {
15723
+ "value": "ipower",
15724
+ "type": "ipower"
15725
+ },
15726
+ {
15727
+ "value": "ipresentation-analytics",
15728
+ "type": "ipresentationanalytics"
15729
+ },
15730
+ {
15731
+ "value": "ipresentation",
15732
+ "type": "ipresentation"
15733
+ },
15734
+ {
15735
+ "value": "iprinter",
15736
+ "type": "iprinter"
15737
+ },
15738
+ {
15739
+ "value": "ipropeller",
15740
+ "type": "ipropeller"
15741
+ },
15742
+ {
15743
+ "value": "ipublished",
15744
+ "type": "ipublished"
15745
+ },
15746
+ {
15747
+ "value": "ipuzzle-2",
15748
+ "type": "ipuzzle2"
15749
+ },
15750
+ {
15751
+ "value": "ipuzzle",
15752
+ "type": "ipuzzle"
15753
+ },
15754
+ {
15755
+ "value": "ipylon",
15756
+ "type": "ipylon"
15757
+ },
15758
+ {
15759
+ "value": "iqrcode",
15760
+ "type": "iqrcode"
15761
+ },
15762
+ {
15763
+ "value": "iradar",
15764
+ "type": "iradar"
15765
+ },
15766
+ {
15767
+ "value": "iradio",
15768
+ "type": "iradio"
15769
+ },
15770
+ {
15771
+ "value": "iradioactive",
15772
+ "type": "iradioactive"
15773
+ },
15774
+ {
15775
+ "value": "ireceipt-dollar",
15776
+ "type": "ireceiptdollar"
15777
+ },
15778
+ {
15779
+ "value": "ireceipt-euro",
15780
+ "type": "ireceipteuro"
15781
+ },
15782
+ {
15783
+ "value": "ireceipt",
15784
+ "type": "ireceipt"
15785
+ },
15786
+ {
15787
+ "value": "irecharging",
15788
+ "type": "irecharging"
15789
+ },
15790
+ {
15791
+ "value": "irecycle",
15792
+ "type": "irecycle"
15793
+ },
15794
+ {
15795
+ "value": "irefresh-alert",
15796
+ "type": "irefreshalert"
15797
+ },
15798
+ {
15799
+ "value": "irefresh",
15800
+ "type": "irefresh"
15801
+ },
15802
+ {
15803
+ "value": "irepeat-once",
15804
+ "type": "irepeatonce"
15805
+ },
15806
+ {
15807
+ "value": "irepeat",
15808
+ "type": "irepeat"
15809
+ },
15810
+ {
15811
+ "value": "ireplace",
15812
+ "type": "ireplace"
15813
+ },
15814
+ {
15815
+ "value": "ireport-analytics",
15816
+ "type": "ireportanalytics"
15817
+ },
15818
+ {
15819
+ "value": "ireport-medical",
15820
+ "type": "ireportmedical"
15821
+ },
15822
+ {
15823
+ "value": "ireport-search",
15824
+ "type": "ireportsearch"
15825
+ },
15826
+ {
15827
+ "value": "ireport",
15828
+ "type": "ireport"
15829
+ },
15830
+ {
15831
+ "value": "iripple-off",
15832
+ "type": "irippleoff"
15833
+ },
15834
+ {
15835
+ "value": "iripple",
15836
+ "type": "iripple"
15837
+ },
15838
+ {
15839
+ "value": "irocket",
15840
+ "type": "irocket"
15841
+ },
15842
+ {
15843
+ "value": "irotate-2",
15844
+ "type": "irotate2"
15845
+ },
15846
+ {
15847
+ "value": "irotate-clockwise-2",
15848
+ "type": "irotateclockwise2"
15849
+ },
15850
+ {
15851
+ "value": "irotate-clockwise",
15852
+ "type": "irotateclockwise"
15853
+ },
15854
+ {
15855
+ "value": "irotate-dot",
15856
+ "type": "irotatedot"
15857
+ },
15858
+ {
15859
+ "value": "irotate",
15860
+ "type": "irotate"
15861
+ },
15862
+ {
15863
+ "value": "irouter",
15864
+ "type": "irouter"
15865
+ },
15866
+ {
15867
+ "value": "iruler-measure",
15868
+ "type": "irulermeasure"
15869
+ },
15870
+ {
15871
+ "value": "isatellite",
15872
+ "type": "isatellite"
15873
+ },
15874
+ {
15875
+ "value": "iscale",
15876
+ "type": "iscale"
15877
+ },
15878
+ {
15879
+ "value": "ischool",
15880
+ "type": "ischool"
15881
+ },
15882
+ {
15883
+ "value": "iscissors",
15884
+ "type": "iscissors"
15885
+ },
15886
+ {
15887
+ "value": "iscooter-electric",
15888
+ "type": "iscooterelectric"
15889
+ },
15890
+ {
15891
+ "value": "iscreenshot",
15892
+ "type": "iscreenshot"
15893
+ },
15894
+ {
15895
+ "value": "isearch",
15896
+ "type": "isearch"
15897
+ },
15898
+ {
15899
+ "value": "iseeding",
15900
+ "type": "iseeding"
15901
+ },
15902
+ {
15903
+ "value": "iselect",
15904
+ "type": "iselect"
15905
+ },
15906
+ {
15907
+ "value": "iselector",
15908
+ "type": "iselector"
15909
+ },
15910
+ {
15911
+ "value": "isend",
15912
+ "type": "isend"
15913
+ },
15914
+ {
15915
+ "value": "iserver",
15916
+ "type": "iserver"
15917
+ },
15918
+ {
15919
+ "value": "isettings",
15920
+ "type": "isettings"
15921
+ },
15922
+ {
15923
+ "value": "ishape",
15924
+ "type": "ishape"
15925
+ },
15926
+ {
15927
+ "value": "ishare-2",
15928
+ "type": "ishare2"
15929
+ },
15930
+ {
15931
+ "value": "ishare",
15932
+ "type": "ishare"
15933
+ },
15934
+ {
15935
+ "value": "ishield-check",
15936
+ "type": "ishieldcheck"
15937
+ },
15938
+ {
15939
+ "value": "ishield-lock",
15940
+ "type": "ishieldlock"
15941
+ },
15942
+ {
15943
+ "value": "ishield-off",
15944
+ "type": "ishieldoff"
15945
+ },
15946
+ {
15947
+ "value": "ishield-x",
15948
+ "type": "ishieldx"
15949
+ },
15950
+ {
15951
+ "value": "ishield",
15952
+ "type": "ishield"
15953
+ },
15954
+ {
15955
+ "value": "iship-off",
15956
+ "type": "ishipoff"
15957
+ },
15958
+ {
15959
+ "value": "iship",
15960
+ "type": "iship"
15961
+ },
15962
+ {
15963
+ "value": "ishopping-cart",
15964
+ "type": "ishoppingcart"
15965
+ },
15966
+ {
15967
+ "value": "islash",
15968
+ "type": "islash"
15969
+ },
15970
+ {
15971
+ "value": "ismart-home",
15972
+ "type": "ismarthome"
15973
+ },
15974
+ {
15975
+ "value": "isnowflake",
15976
+ "type": "isnowflake"
15977
+ },
15978
+ {
15979
+ "value": "isolar-panel",
15980
+ "type": "isolarpanel"
15981
+ },
15982
+ {
15983
+ "value": "isort-ascending-letters",
15984
+ "type": "isortascendingletters"
15985
+ },
15986
+ {
15987
+ "value": "isort-ascending-numbers",
15988
+ "type": "isortascendingnumbers"
15989
+ },
15990
+ {
15991
+ "value": "isort-descending-letters",
15992
+ "type": "isortdescendingletters"
15993
+ },
15994
+ {
15995
+ "value": "isort-descending-numbers",
15996
+ "type": "isortdescendingnumbers"
15997
+ },
15998
+ {
15999
+ "value": "ispacing-horizontal",
16000
+ "type": "ispacinghorizontal"
16001
+ },
16002
+ {
16003
+ "value": "ispacing-vertical",
16004
+ "type": "ispacingvertical"
16005
+ },
16006
+ {
16007
+ "value": "ispeakerphone",
16008
+ "type": "ispeakerphone"
16009
+ },
16010
+ {
16011
+ "value": "istack",
16012
+ "type": "istack"
16013
+ },
16014
+ {
16015
+ "value": "istairs",
16016
+ "type": "istairs"
16017
+ },
16018
+ {
16019
+ "value": "istar",
16020
+ "type": "istar"
16021
+ },
16022
+ {
16023
+ "value": "isun",
16024
+ "type": "isun"
16025
+ },
16026
+ {
16027
+ "value": "isunrise",
16028
+ "type": "isunrise"
16029
+ },
16030
+ {
16031
+ "value": "isunset",
16032
+ "type": "isunset"
16033
+ },
16034
+ {
16035
+ "value": "iswitch-horizontal",
16036
+ "type": "iswitchhorizontal"
16037
+ },
16038
+ {
16039
+ "value": "iswitch-vertical",
16040
+ "type": "iswitchvertical"
16041
+ },
16042
+ {
16043
+ "value": "itable",
16044
+ "type": "itable"
16045
+ },
16046
+ {
16047
+ "value": "itag",
16048
+ "type": "itag"
16049
+ },
16050
+ {
16051
+ "value": "itank-empty-fill",
16052
+ "type": "itankemptyfill"
16053
+ },
16054
+ {
16055
+ "value": "itank-full-fill",
16056
+ "type": "itankfullfill"
16057
+ },
16058
+ {
16059
+ "value": "itank-medium-fill",
16060
+ "type": "itankmediumfill"
16061
+ },
16062
+ {
16063
+ "value": "itemperature-off",
16064
+ "type": "itemperatureoff"
16065
+ },
16066
+ {
16067
+ "value": "itemperature",
16068
+ "type": "itemperature"
16069
+ },
16070
+ {
16071
+ "value": "itemplate",
16072
+ "type": "itemplate"
16073
+ },
16074
+ {
16075
+ "value": "iterminal",
16076
+ "type": "iterminal"
16077
+ },
16078
+ {
16079
+ "value": "itext-size",
16080
+ "type": "itextsize"
16081
+ },
16082
+ {
16083
+ "value": "itext",
16084
+ "type": "itext"
16085
+ },
16086
+ {
16087
+ "value": "ithumb-down",
16088
+ "type": "ithumbdown"
16089
+ },
16090
+ {
16091
+ "value": "ithumb-up",
16092
+ "type": "ithumbup"
16093
+ },
16094
+ {
16095
+ "value": "iticket",
16096
+ "type": "iticket"
16097
+ },
16098
+ {
16099
+ "value": "itimeline",
16100
+ "type": "itimeline"
16101
+ },
16102
+ {
16103
+ "value": "itir",
16104
+ "type": "itir"
16105
+ },
16106
+ {
16107
+ "value": "itool",
16108
+ "type": "itool"
16109
+ },
16110
+ {
16111
+ "value": "itools",
16112
+ "type": "itools"
16113
+ },
16114
+ {
16115
+ "value": "itrain",
16116
+ "type": "itrain"
16117
+ },
16118
+ {
16119
+ "value": "itrash-off",
16120
+ "type": "itrashoff"
16121
+ },
16122
+ {
16123
+ "value": "itrash",
16124
+ "type": "itrash"
16125
+ },
16126
+ {
16127
+ "value": "itree",
16128
+ "type": "itree"
16129
+ },
16130
+ {
16131
+ "value": "itrees",
16132
+ "type": "itrees"
16133
+ },
16134
+ {
16135
+ "value": "itruck-delivery",
16136
+ "type": "itruckdelivery"
16137
+ },
16138
+ {
16139
+ "value": "itruck",
16140
+ "type": "itruck"
16141
+ },
16142
+ {
16143
+ "value": "iumbrella",
16144
+ "type": "iumbrella"
16145
+ },
16146
+ {
16147
+ "value": "iunlink",
16148
+ "type": "iunlink"
16149
+ },
16150
+ {
16151
+ "value": "iupload",
16152
+ "type": "iupload"
16153
+ },
16154
+ {
16155
+ "value": "iuser-circle",
16156
+ "type": "iusercircle"
16157
+ },
16158
+ {
16159
+ "value": "iuser-minus",
16160
+ "type": "iuserminus"
16161
+ },
16162
+ {
16163
+ "value": "iuser-plus",
16164
+ "type": "iuserplus"
16165
+ },
16166
+ {
16167
+ "value": "iuser-worker",
16168
+ "type": "iuserworker"
16169
+ },
16170
+ {
16171
+ "value": "iuser",
16172
+ "type": "iuser"
16173
+ },
16174
+ {
16175
+ "value": "iusers",
16176
+ "type": "iusers"
16177
+ },
16178
+ {
16179
+ "value": "iversions",
16180
+ "type": "iversions"
16181
+ },
16182
+ {
16183
+ "value": "ivideo-minus",
16184
+ "type": "ivideominus"
16185
+ },
16186
+ {
16187
+ "value": "ivideo-off",
16188
+ "type": "ivideooff"
16189
+ },
16190
+ {
16191
+ "value": "ivideo-plus",
16192
+ "type": "ivideoplus"
16193
+ },
16194
+ {
16195
+ "value": "ivideo",
16196
+ "type": "ivideo"
16197
+ },
16198
+ {
16199
+ "value": "ivolume-2",
16200
+ "type": "ivolume2"
16201
+ },
16202
+ {
16203
+ "value": "ivolume-3",
16204
+ "type": "ivolume3"
16205
+ },
16206
+ {
16207
+ "value": "ivolume",
16208
+ "type": "ivolume"
16209
+ },
16210
+ {
16211
+ "value": "iwallet",
16212
+ "type": "iwallet"
16213
+ },
16214
+ {
16215
+ "value": "iwand",
16216
+ "type": "iwand"
16217
+ },
16218
+ {
16219
+ "value": "iwave",
16220
+ "type": "iwave"
16221
+ },
16222
+ {
16223
+ "value": "iwaves",
16224
+ "type": "iwaves"
16225
+ },
16226
+ {
16227
+ "value": "iwifi-off",
16228
+ "type": "iwifioff"
16229
+ },
16230
+ {
16231
+ "value": "iwifi",
16232
+ "type": "iwifi"
16233
+ },
16234
+ {
16235
+ "value": "iwind-direction",
16236
+ "type": "iwinddirection"
16237
+ },
16238
+ {
16239
+ "value": "iwind",
16240
+ "type": "iwind"
16241
+ },
16242
+ {
16243
+ "value": "iwindmill",
16244
+ "type": "iwindmill"
16245
+ },
16246
+ {
16247
+ "value": "iwood",
16248
+ "type": "iwood"
16249
+ },
16250
+ {
16251
+ "value": "iworld",
16252
+ "type": "iworld"
16253
+ },
16254
+ {
16255
+ "value": "iwriting",
16256
+ "type": "iwriting"
16257
+ },
16258
+ {
16259
+ "value": "ix",
16260
+ "type": "ix"
16261
+ },
16262
+ {
16263
+ "value": "izoom-reset",
16264
+ "type": "izoomreset"
16265
+ },
16266
+ {
16267
+ "value": "keyboard-hide",
16268
+ "type": "keyboardhide"
16269
+ },
16270
+ {
16271
+ "value": "keyboard-show",
16272
+ "type": "keyboardshow"
16273
+ },
16274
+ {
16275
+ "value": "keyboard",
16276
+ "type": "keyboard"
16277
+ },
16278
+ {
16279
+ "value": "layout-board-split",
16280
+ "type": "layoutboardsplit"
16281
+ },
16282
+ {
16283
+ "value": "layout-dashboard",
16284
+ "type": "layoutdashboard"
16285
+ },
16286
+ {
16287
+ "value": "layout-grid",
16288
+ "type": "layoutgrid"
16289
+ },
16290
+ {
16291
+ "value": "layout-sidebar-left-collapse",
16292
+ "type": "layoutsidebarleftcollapse"
16293
+ },
16294
+ {
16295
+ "value": "layout-sidebar-left-expand",
16296
+ "type": "layoutsidebarleftexpand"
16297
+ },
16298
+ {
16299
+ "value": "layout-sidebar-right-collapse",
16300
+ "type": "layoutsidebarrightcollapse"
16301
+ },
16302
+ {
16303
+ "value": "layout-sidebar-right-expand",
16304
+ "type": "layoutsidebarrightexpand"
16305
+ },
16306
+ {
16307
+ "value": "layout",
16308
+ "type": "layout"
16309
+ },
16310
+ {
16311
+ "value": "leaf",
16312
+ "type": "leaf"
16313
+ },
16314
+ {
16315
+ "value": "lifebuoy",
16316
+ "type": "lifebuoy"
16317
+ },
16318
+ {
16319
+ "value": "link",
16320
+ "type": "link"
16321
+ },
16322
+ {
16323
+ "value": "list-search",
16324
+ "type": "listsearch"
16325
+ },
16326
+ {
16327
+ "value": "list",
16328
+ "type": "list"
16329
+ },
16330
+ {
16331
+ "value": "loader",
16332
+ "type": "loader"
16333
+ },
16334
+ {
16335
+ "value": "location",
16336
+ "type": "location"
16337
+ },
16338
+ {
16339
+ "value": "lock-off",
16340
+ "type": "lockoff"
16341
+ },
16342
+ {
16343
+ "value": "lock-open",
16344
+ "type": "lockopen"
16345
+ },
16346
+ {
16347
+ "value": "lock",
16348
+ "type": "Lock"
16349
+ },
16350
+ {
16351
+ "value": "login",
16352
+ "type": "login"
16353
+ },
16354
+ {
16355
+ "value": "logout",
16356
+ "type": "logout"
16357
+ },
16358
+ {
16359
+ "value": "mail-forward",
16360
+ "type": "mailforward"
16361
+ },
16362
+ {
16363
+ "value": "mail-opened",
16364
+ "type": "mailopened"
16365
+ },
16366
+ {
16367
+ "value": "mail",
16368
+ "type": "mail"
16369
+ },
16370
+ {
16371
+ "value": "map-pin-off",
16372
+ "type": "mappinoff"
16373
+ },
16374
+ {
16375
+ "value": "map-pin",
16376
+ "type": "mappin"
16377
+ },
16378
+ {
16379
+ "value": "map",
16380
+ "type": "map"
16381
+ },
16382
+ {
16383
+ "value": "menu",
16384
+ "type": "menu"
16385
+ },
16386
+ {
16387
+ "value": "message-dots",
16388
+ "type": "messagedots"
16389
+ },
16390
+ {
16391
+ "value": "message-off",
16392
+ "type": "messageoff"
16393
+ },
16394
+ {
16395
+ "value": "message",
16396
+ "type": "message"
16397
+ },
16398
+ {
16399
+ "value": "messages",
16400
+ "type": "messages"
16401
+ },
16402
+ {
16403
+ "value": "microphone-off",
16404
+ "type": "microphoneoff"
16405
+ },
16406
+ {
16407
+ "value": "microphone",
16408
+ "type": "microphone"
16409
+ },
16410
+ {
16411
+ "value": "minus",
16412
+ "type": "minus"
16413
+ },
16414
+ {
16415
+ "value": "mist",
16416
+ "type": "mist"
16417
+ },
16418
+ {
16419
+ "value": "moon",
16420
+ "type": "moon"
16421
+ },
16422
+ {
16423
+ "value": "motorbike",
16424
+ "type": "motorbike"
16425
+ },
16426
+ {
16427
+ "value": "mouse",
16428
+ "type": "mouse"
16429
+ },
16430
+ {
16431
+ "value": "movie",
16432
+ "type": "movie"
16433
+ },
16434
+ {
16435
+ "value": "network",
16436
+ "type": "network"
16437
+ },
16438
+ {
16439
+ "value": "news",
16440
+ "type": "news"
16441
+ },
16442
+ {
16443
+ "value": "note",
16444
+ "type": "note"
16445
+ },
16446
+ {
16447
+ "value": "notebook",
16448
+ "type": "notebook"
16449
+ },
16450
+ {
16451
+ "value": "notes",
16452
+ "type": "notes"
16453
+ },
16454
+ {
16455
+ "value": "offshore-station",
16456
+ "type": "offshorestation"
16457
+ },
16458
+ {
16459
+ "value": "package",
16460
+ "type": "package"
16461
+ },
16462
+ {
16463
+ "value": "palette",
16464
+ "type": "palette"
16465
+ },
16466
+ {
16467
+ "value": "paperclip",
16468
+ "type": "paperclip"
16469
+ },
16470
+ {
16471
+ "value": "pencil",
16472
+ "type": "pencil"
16473
+ },
16474
+ {
16475
+ "value": "phone-call",
16476
+ "type": "phonecall"
16477
+ },
16478
+ {
16479
+ "value": "phone-calling",
16480
+ "type": "phonecalling"
16481
+ },
16482
+ {
16483
+ "value": "phone-check",
16484
+ "type": "phonecheck"
16485
+ },
16486
+ {
16487
+ "value": "phone-incoming",
16488
+ "type": "phoneincoming"
16489
+ },
16490
+ {
16491
+ "value": "phone-off",
16492
+ "type": "phoneoff"
16493
+ },
16494
+ {
16495
+ "value": "phone-outgoing",
16496
+ "type": "phoneoutgoing"
16497
+ },
16498
+ {
16499
+ "value": "phone",
16500
+ "type": "phone"
16501
+ },
16502
+ {
16503
+ "value": "photo-off",
16504
+ "type": "photooff"
16505
+ },
16506
+ {
16507
+ "value": "pig",
16508
+ "type": "pig"
16509
+ },
16510
+ {
16511
+ "value": "pin",
16512
+ "type": "pin"
16513
+ },
16514
+ {
16515
+ "value": "pinned-off",
16516
+ "type": "pinnedoff"
16517
+ },
16518
+ {
16519
+ "value": "pinned",
16520
+ "type": "pinned"
16521
+ },
16522
+ {
16523
+ "value": "plane-off",
16524
+ "type": "planeoff"
16525
+ },
16526
+ {
16527
+ "value": "plane",
16528
+ "type": "plane"
16529
+ },
16530
+ {
16531
+ "value": "plant",
16532
+ "type": "plant"
16533
+ },
16534
+ {
16535
+ "value": "player-pause",
16536
+ "type": "playerpause"
16537
+ },
16538
+ {
16539
+ "value": "player-play",
16540
+ "type": "playerplay"
16541
+ },
16542
+ {
16543
+ "value": "player-skip-back",
16544
+ "type": "playerskipback"
16545
+ },
16546
+ {
16547
+ "value": "player-skip-forward",
16548
+ "type": "playerskipforward"
16549
+ },
16550
+ {
16551
+ "value": "player-stop",
16552
+ "type": "playerstop"
16553
+ },
16554
+ {
16555
+ "value": "player-track-next",
16556
+ "type": "playertracknext"
16557
+ },
16558
+ {
16559
+ "value": "player-track-prev",
16560
+ "type": "playertrackprev"
16561
+ },
16562
+ {
16563
+ "value": "plug-connected",
16564
+ "type": "plugconnected"
16565
+ },
16566
+ {
16567
+ "value": "plug",
16568
+ "type": "plug"
16569
+ },
16570
+ {
16571
+ "value": "plus",
16572
+ "type": "plus"
16573
+ },
16574
+ {
16575
+ "value": "power-ac",
16576
+ "type": "powerac"
16577
+ },
16578
+ {
16579
+ "value": "power-dc",
16580
+ "type": "powerdc"
16581
+ },
16582
+ {
16583
+ "value": "power",
16584
+ "type": "power"
16585
+ },
16586
+ {
16587
+ "value": "presentation-analytics",
16588
+ "type": "presentationanalytics"
16589
+ },
16590
+ {
16591
+ "value": "presentation",
16592
+ "type": "presentation"
16593
+ },
16594
+ {
16595
+ "value": "printer",
16596
+ "type": "printer"
16597
+ },
16598
+ {
16599
+ "value": "propeller",
16600
+ "type": "propeller"
16601
+ },
16602
+ {
16603
+ "value": "published",
16604
+ "type": "published"
16605
+ },
16606
+ {
16607
+ "value": "puzzle-2",
16608
+ "type": "puzzle2"
16609
+ },
16610
+ {
16611
+ "value": "puzzle",
16612
+ "type": "puzzle"
16613
+ },
16614
+ {
16615
+ "value": "pylon",
16616
+ "type": "pylon"
16617
+ },
16618
+ {
16619
+ "value": "qrcode",
16620
+ "type": "qrcode"
16621
+ },
16622
+ {
16623
+ "value": "radar",
16624
+ "type": "radar"
16625
+ },
16626
+ {
16627
+ "value": "radio",
16628
+ "type": "radio"
16629
+ },
16630
+ {
16631
+ "value": "radioactive",
16632
+ "type": "radioactive"
16633
+ },
16634
+ {
16635
+ "value": "receipt-dollar",
16636
+ "type": "receiptdollar"
16637
+ },
16638
+ {
16639
+ "value": "receipt-euro",
16640
+ "type": "receipteuro"
16641
+ },
16642
+ {
16643
+ "value": "receipt",
16644
+ "type": "receipt"
16645
+ },
16646
+ {
16647
+ "value": "recharging",
16648
+ "type": "recharging"
16649
+ },
16650
+ {
16651
+ "value": "recycle",
16652
+ "type": "recycle"
16653
+ },
16654
+ {
16655
+ "value": "refresh-alert",
16656
+ "type": "refreshalert"
16657
+ },
16658
+ {
16659
+ "value": "refresh-off",
16660
+ "type": "refreshoff"
16661
+ },
16662
+ {
16663
+ "value": "refresh",
16664
+ "type": "refresh"
16665
+ },
16666
+ {
16667
+ "value": "repeat-once",
16668
+ "type": "repeatonce"
16669
+ },
16670
+ {
16671
+ "value": "repeat",
16672
+ "type": "repeat"
16673
+ },
16674
+ {
16675
+ "value": "replace",
16676
+ "type": "replace"
16677
+ },
16678
+ {
16679
+ "value": "report-analytics",
16680
+ "type": "reportanalytics"
16681
+ },
16682
+ {
16683
+ "value": "report-medical",
16684
+ "type": "reportmedical"
16685
+ },
16686
+ {
16687
+ "value": "report-search",
16688
+ "type": "reportsearch"
16689
+ },
16690
+ {
16691
+ "value": "report",
16692
+ "type": "report"
16693
+ },
16694
+ {
16695
+ "value": "ripple-off",
16696
+ "type": "rippleoff"
16697
+ },
16698
+ {
16699
+ "value": "ripple",
16700
+ "type": "ripple"
16701
+ },
16702
+ {
16703
+ "value": "rocket",
16704
+ "type": "rocket"
16705
+ },
16706
+ {
16707
+ "value": "rotate-2",
16708
+ "type": "rotate2"
16709
+ },
16710
+ {
16711
+ "value": "rotate-clockwise-2",
16712
+ "type": "rotateclockwise2"
16713
+ },
16714
+ {
16715
+ "value": "rotate-clockwise",
16716
+ "type": "rotateclockwise"
16717
+ },
16718
+ {
16719
+ "value": "rotate-dot",
16720
+ "type": "rotatedot"
16721
+ },
16722
+ {
16723
+ "value": "rotate",
16724
+ "type": "rotate"
16725
+ },
16726
+ {
16727
+ "value": "router",
16728
+ "type": "router"
16729
+ },
16730
+ {
16731
+ "value": "ruler-measure",
16732
+ "type": "rulermeasure"
16733
+ },
16734
+ {
16735
+ "value": "satellite",
16736
+ "type": "satellite"
16737
+ },
16738
+ {
16739
+ "value": "scale",
16740
+ "type": "scale"
16741
+ },
16742
+ {
16743
+ "value": "school",
16744
+ "type": "school"
14861
16745
  },
14862
16746
  {
14863
16747
  "value": "scissors",
@@ -14944,12 +16828,16 @@
14944
16828
  "type": "shoppingcart"
14945
16829
  },
14946
16830
  {
14947
- "value": "slash",
14948
- "type": "slash"
16831
+ "value": "sizesm",
16832
+ "type": "sizesm"
14949
16833
  },
14950
16834
  {
14951
- "value": "smart-home",
14952
- "type": "smarthome"
16835
+ "value": "sizexl",
16836
+ "type": "sizexl"
16837
+ },
16838
+ {
16839
+ "value": "slash",
16840
+ "type": "slash"
14953
16841
  },
14954
16842
  {
14955
16843
  "value": "snowflake",