@xplortech/apollo-core 1.0.0-beta.18 → 1.0.0-beta.2

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 (459) hide show
  1. package/CHANGELOG.md +106 -0
  2. package/build/style.css +2758 -1516
  3. package/dist/apollo-core/apollo-core.css +14 -4597
  4. package/dist/apollo-core/apollo-core.esm.js +1 -2
  5. package/dist/apollo-core/index.esm.js +0 -2
  6. package/dist/apollo-core/p-09b2f746.entry.js +1 -0
  7. package/dist/apollo-core/p-1b1e7207.entry.js +1 -0
  8. package/dist/apollo-core/p-20389bb6.entry.js +1 -0
  9. package/dist/apollo-core/p-25983fde.entry.js +1 -0
  10. package/dist/apollo-core/p-2f90296c.js +10 -0
  11. package/dist/apollo-core/p-4a348764.entry.js +1 -0
  12. package/dist/apollo-core/p-4e2b69e8.entry.js +1 -0
  13. package/dist/apollo-core/p-84bf6b2d.entry.js +1 -0
  14. package/dist/apollo-core/p-880c0359.entry.js +1 -0
  15. package/dist/apollo-core/p-8e47a5be.entry.js +1 -0
  16. package/dist/apollo-core/p-93958292.entry.js +1 -0
  17. package/dist/apollo-core/p-93c27db5.entry.js +1 -0
  18. package/dist/apollo-core/p-ad90fe4d.js +1 -2
  19. package/dist/apollo-core/p-b2327e2c.entry.js +1 -0
  20. package/dist/apollo-core/p-c3a12469.entry.js +1 -0
  21. package/dist/apollo-core/p-c55b5d9c.entry.js +1 -0
  22. package/dist/apollo-core/p-e369d7af.entry.js +1 -0
  23. package/dist/apollo-core/p-e60ecaef.entry.js +1 -0
  24. package/dist/apollo-core/p-f929c958.js +1 -0
  25. package/dist/cjs/apollo-core.cjs.js +3 -12
  26. package/dist/cjs/{index-000e170c.js → index-54ba5804.js} +216 -768
  27. package/dist/cjs/index.cjs.js +0 -2
  28. package/dist/cjs/loader.cjs.js +3 -6
  29. package/dist/cjs/regular-872f5226.js +16043 -0
  30. package/dist/cjs/v4-14140ff3.js +0 -2
  31. package/dist/cjs/xpl-application-shell.cjs.entry.js +13 -10
  32. package/dist/cjs/xpl-avatar_12.cjs.entry.js +299 -0
  33. package/dist/cjs/xpl-backdrop.cjs.entry.js +5 -3
  34. package/dist/cjs/xpl-button-row.cjs.entry.js +1 -6
  35. package/dist/cjs/xpl-choicelist.cjs.entry.js +1 -10
  36. package/dist/cjs/xpl-divider.cjs.entry.js +1 -4
  37. package/dist/cjs/xpl-dropdown-group_3.cjs.entry.js +4 -16
  38. package/dist/cjs/xpl-dropdown_2.cjs.entry.js +12 -14
  39. package/dist/cjs/xpl-grid-item.cjs.entry.js +1 -3
  40. package/dist/cjs/xpl-grid.cjs.entry.js +1 -3
  41. package/dist/cjs/xpl-input.cjs.entry.js +25 -22
  42. package/dist/cjs/xpl-list.cjs.entry.js +25 -4
  43. package/dist/cjs/xpl-main-nav.cjs.entry.js +4 -3
  44. package/dist/cjs/xpl-pagination.cjs.entry.js +2 -7
  45. package/dist/cjs/xpl-select.cjs.entry.js +25 -51
  46. package/dist/cjs/xpl-toggle.cjs.entry.js +4 -9
  47. package/dist/collection/collection-manifest.json +3 -6
  48. package/dist/collection/components/xpl-application-shell/xpl-application-shell.js +109 -125
  49. package/dist/collection/components/xpl-avatar/xpl-avatar.js +144 -151
  50. package/dist/collection/components/xpl-backdrop/xpl-backdrop.js +28 -27
  51. package/dist/collection/components/xpl-badge/xpl-badge.js +39 -44
  52. package/dist/collection/components/xpl-breadcrumbs/xpl-breadcrumb-item/xpl-breadcrumb-item.js +5 -3
  53. package/dist/collection/components/xpl-breadcrumbs/xpl-breadcrumbs/xpl-breadcrumbs.js +5 -3
  54. package/dist/collection/components/xpl-button/xpl-button.js +188 -228
  55. package/dist/collection/components/xpl-button-row/xpl-button-row.js +104 -106
  56. package/dist/collection/components/xpl-checkbox/xpl-checkbox.js +171 -182
  57. package/dist/collection/components/xpl-choicelist/xpl-choicelist.js +126 -134
  58. package/dist/collection/components/xpl-content-area/xpl-content-area.js +31 -28
  59. package/dist/collection/components/xpl-divider/xpl-divider.js +23 -27
  60. package/dist/collection/components/xpl-dropdown/xpl-dropdown-group/xpl-dropdown-group.js +41 -47
  61. package/dist/collection/components/xpl-dropdown/xpl-dropdown-heading/xpl-dropdown-heading.js +22 -27
  62. package/dist/collection/components/xpl-dropdown/xpl-dropdown-option/xpl-dropdown-option.js +55 -83
  63. package/dist/collection/components/xpl-dropdown/xpl-dropdown.js +161 -169
  64. package/dist/collection/components/xpl-grid/xpl-grid.js +1 -2
  65. package/dist/collection/components/xpl-grid-item/xpl-grid-item.js +74 -76
  66. package/dist/collection/components/xpl-input/xpl-input.js +419 -397
  67. package/dist/collection/components/xpl-list/xpl-list.js +77 -43
  68. package/dist/collection/components/xpl-main-nav/xpl-main-nav.js +54 -48
  69. package/dist/collection/components/xpl-nav-item/xpl-nav-item.js +49 -48
  70. package/dist/collection/components/xpl-pagination/xpl-pagination.js +128 -117
  71. package/dist/collection/components/xpl-radio/xpl-radio.js +148 -158
  72. package/dist/collection/components/xpl-secondary-nav/xpl-secondary-nav.js +4 -3
  73. package/dist/collection/components/xpl-select/xpl-select.js +235 -306
  74. package/dist/collection/components/xpl-table/xpl-table.js +148 -215
  75. package/dist/collection/components/xpl-tag/xpl-tag.js +25 -25
  76. package/dist/collection/components/xpl-toggle/xpl-toggle.js +135 -138
  77. package/dist/collection/components/xpl-utility-bar/xpl-utility-bar.js +52 -79
  78. package/dist/custom-elements/index.d.ts +219 -0
  79. package/dist/custom-elements/index.js +20201 -0
  80. package/dist/esm/apollo-core.js +3 -9
  81. package/dist/esm/{index-56581b5c.js → index-3df6db84.js} +217 -768
  82. package/dist/esm/index.js +0 -2
  83. package/dist/esm/loader.js +3 -6
  84. package/dist/esm/polyfills/css-shim.js +1 -1
  85. package/dist/esm/regular-86225e9d.js +16041 -0
  86. package/dist/esm/v4-929670b7.js +0 -2
  87. package/dist/esm/xpl-application-shell.entry.js +13 -10
  88. package/dist/esm/xpl-avatar_12.entry.js +284 -0
  89. package/dist/esm/xpl-backdrop.entry.js +5 -3
  90. package/dist/esm/xpl-button-row.entry.js +1 -6
  91. package/dist/esm/xpl-choicelist.entry.js +1 -10
  92. package/dist/esm/xpl-divider.entry.js +1 -4
  93. package/dist/esm/xpl-dropdown-group_3.entry.js +4 -16
  94. package/dist/esm/xpl-dropdown_2.entry.js +12 -14
  95. package/dist/esm/xpl-grid-item.entry.js +1 -3
  96. package/dist/esm/xpl-grid.entry.js +1 -3
  97. package/dist/esm/xpl-input.entry.js +25 -22
  98. package/dist/esm/xpl-list.entry.js +25 -4
  99. package/dist/esm/xpl-main-nav.entry.js +4 -3
  100. package/dist/esm/xpl-pagination.entry.js +2 -7
  101. package/dist/esm/xpl-select.entry.js +25 -51
  102. package/dist/esm/xpl-toggle.entry.js +4 -9
  103. package/dist/stories/application-shell.stories.js +8 -18
  104. package/dist/stories/avatar.stories.js +0 -1
  105. package/dist/stories/backdrop.stories.js +0 -1
  106. package/dist/stories/badge.stories.js +0 -1
  107. package/dist/stories/breadcrumbs.stories.js +0 -1
  108. package/dist/stories/button-row.stories.js +0 -1
  109. package/dist/stories/button.stories.js +5 -18
  110. package/dist/stories/checkbox.stories.js +0 -1
  111. package/dist/stories/choicelist.stories.js +0 -1
  112. package/dist/stories/content-area.stories.js +0 -1
  113. package/dist/stories/divider.stories.js +0 -1
  114. package/dist/stories/dropdown.stories.js +65 -74
  115. package/dist/stories/grid.stories.js +0 -1
  116. package/dist/stories/input.stories.js +0 -1
  117. package/dist/stories/list.stories.js +2 -3
  118. package/dist/stories/main-nav.stories.js +0 -1
  119. package/dist/stories/pagination.stories.js +0 -1
  120. package/dist/stories/radio.stories.js +0 -1
  121. package/dist/stories/secondary-nav.stories.js +0 -1
  122. package/dist/stories/select.stories.js +32 -109
  123. package/dist/stories/table.stories.js +7 -24
  124. package/dist/stories/tabs.stories.js +0 -1
  125. package/dist/stories/toggle.stories.js +0 -1
  126. package/dist/stories/utility-bar.stories.js +6 -2
  127. package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/application-shell.stories.d.ts +5 -14
  128. package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/button.stories.d.ts +2 -10
  129. package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/dropdown.stories.d.ts +1 -17
  130. package/dist/types/Users/fernandogelin/Projects/apollo-admin/packages/apollo/.stencil/stories/select.stories.d.ts +74 -0
  131. package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/table.stories.d.ts +1 -22
  132. package/dist/types/components/xpl-application-shell/xpl-application-shell.d.ts +1 -6
  133. package/dist/types/components/xpl-button/xpl-button.d.ts +0 -6
  134. package/dist/types/components/xpl-choicelist/xpl-choicelist.d.ts +1 -2
  135. package/dist/types/components/xpl-dropdown/xpl-dropdown-group/xpl-dropdown-group.d.ts +0 -1
  136. package/dist/types/components/xpl-dropdown/xpl-dropdown-option/xpl-dropdown-option.d.ts +1 -7
  137. package/dist/types/components/xpl-dropdown/xpl-dropdown.d.ts +5 -7
  138. package/dist/types/components/xpl-input/xpl-input.d.ts +2 -0
  139. package/dist/types/components/xpl-list/xpl-list.d.ts +3 -2
  140. package/dist/types/components/xpl-select/xpl-select.d.ts +1 -21
  141. package/dist/types/components/xpl-table/xpl-table.d.ts +7 -29
  142. package/dist/types/components/xpl-utility-bar/xpl-utility-bar.d.ts +1 -5
  143. package/dist/types/components.d.ts +21 -276
  144. package/dist/types/stencil-public-runtime.d.ts +23 -97
  145. package/loader/index.d.ts +1 -9
  146. package/loader/package.json +0 -1
  147. package/package.json +28 -21
  148. package/LICENSE +0 -21
  149. package/dist/apollo-core/apollo-core.esm.js.map +0 -1
  150. package/dist/apollo-core/index.esm.js.map +0 -1
  151. package/dist/apollo-core/p-1fa46bc3.entry.js +0 -2
  152. package/dist/apollo-core/p-1fa46bc3.entry.js.map +0 -1
  153. package/dist/apollo-core/p-29f4679d.entry.js +0 -2
  154. package/dist/apollo-core/p-29f4679d.entry.js.map +0 -1
  155. package/dist/apollo-core/p-3f3cc34e.entry.js +0 -2
  156. package/dist/apollo-core/p-3f3cc34e.entry.js.map +0 -1
  157. package/dist/apollo-core/p-5372bf3e.entry.js +0 -2
  158. package/dist/apollo-core/p-5372bf3e.entry.js.map +0 -1
  159. package/dist/apollo-core/p-5ceaec87.entry.js +0 -2
  160. package/dist/apollo-core/p-5ceaec87.entry.js.map +0 -1
  161. package/dist/apollo-core/p-60d4d252.entry.js +0 -2
  162. package/dist/apollo-core/p-60d4d252.entry.js.map +0 -1
  163. package/dist/apollo-core/p-6797b2b7.entry.js +0 -7
  164. package/dist/apollo-core/p-6797b2b7.entry.js.map +0 -1
  165. package/dist/apollo-core/p-6acc4122.entry.js +0 -2
  166. package/dist/apollo-core/p-6acc4122.entry.js.map +0 -1
  167. package/dist/apollo-core/p-787bac91.entry.js +0 -2
  168. package/dist/apollo-core/p-787bac91.entry.js.map +0 -1
  169. package/dist/apollo-core/p-7a8e818a.entry.js +0 -2
  170. package/dist/apollo-core/p-7a8e818a.entry.js.map +0 -1
  171. package/dist/apollo-core/p-807d8de9.entry.js +0 -2
  172. package/dist/apollo-core/p-807d8de9.entry.js.map +0 -1
  173. package/dist/apollo-core/p-ad90fe4d.js.map +0 -1
  174. package/dist/apollo-core/p-bcb81e30.entry.js +0 -2
  175. package/dist/apollo-core/p-bcb81e30.entry.js.map +0 -1
  176. package/dist/apollo-core/p-da5a8e74.entry.js +0 -2
  177. package/dist/apollo-core/p-da5a8e74.entry.js.map +0 -1
  178. package/dist/apollo-core/p-e0541e23.entry.js +0 -2
  179. package/dist/apollo-core/p-e0541e23.entry.js.map +0 -1
  180. package/dist/apollo-core/p-e215fc5f.entry.js +0 -2
  181. package/dist/apollo-core/p-e215fc5f.entry.js.map +0 -1
  182. package/dist/apollo-core/p-e8953b60.js +0 -3
  183. package/dist/apollo-core/p-e8953b60.js.map +0 -1
  184. package/dist/apollo-core/p-efa8a79d.entry.js +0 -2
  185. package/dist/apollo-core/p-efa8a79d.entry.js.map +0 -1
  186. package/dist/cjs/apollo-core.cjs.js.map +0 -1
  187. package/dist/cjs/index-000e170c.js.map +0 -1
  188. package/dist/cjs/index.cjs.js.map +0 -1
  189. package/dist/cjs/loader.cjs.js.map +0 -1
  190. package/dist/cjs/v4-14140ff3.js.map +0 -1
  191. package/dist/cjs/xpl-application-shell.cjs.entry.js.map +0 -1
  192. package/dist/cjs/xpl-avatar_15.cjs.entry.js +0 -2278
  193. package/dist/cjs/xpl-avatar_15.cjs.entry.js.map +0 -1
  194. package/dist/cjs/xpl-backdrop.cjs.entry.js.map +0 -1
  195. package/dist/cjs/xpl-button-row.cjs.entry.js.map +0 -1
  196. package/dist/cjs/xpl-choicelist.cjs.entry.js.map +0 -1
  197. package/dist/cjs/xpl-divider.cjs.entry.js.map +0 -1
  198. package/dist/cjs/xpl-dropdown-group_3.cjs.entry.js.map +0 -1
  199. package/dist/cjs/xpl-dropdown_2.cjs.entry.js.map +0 -1
  200. package/dist/cjs/xpl-grid-item.cjs.entry.js.map +0 -1
  201. package/dist/cjs/xpl-grid.cjs.entry.js.map +0 -1
  202. package/dist/cjs/xpl-input.cjs.entry.js.map +0 -1
  203. package/dist/cjs/xpl-list.cjs.entry.js.map +0 -1
  204. package/dist/cjs/xpl-main-nav.cjs.entry.js.map +0 -1
  205. package/dist/cjs/xpl-pagination.cjs.entry.js.map +0 -1
  206. package/dist/cjs/xpl-select.cjs.entry.js.map +0 -1
  207. package/dist/cjs/xpl-toggle.cjs.entry.js.map +0 -1
  208. package/dist/collection/components/xpl-application-shell/xpl-application-shell.js.map +0 -1
  209. package/dist/collection/components/xpl-avatar/xpl-avatar.js.map +0 -1
  210. package/dist/collection/components/xpl-backdrop/xpl-backdrop.js.map +0 -1
  211. package/dist/collection/components/xpl-badge/xpl-badge.js.map +0 -1
  212. package/dist/collection/components/xpl-breadcrumbs/xpl-breadcrumb-item/xpl-breadcrumb-item.js.map +0 -1
  213. package/dist/collection/components/xpl-breadcrumbs/xpl-breadcrumbs/xpl-breadcrumbs.js.map +0 -1
  214. package/dist/collection/components/xpl-button/xpl-button.js.map +0 -1
  215. package/dist/collection/components/xpl-button-row/xpl-button-row.js.map +0 -1
  216. package/dist/collection/components/xpl-checkbox/xpl-checkbox.js.map +0 -1
  217. package/dist/collection/components/xpl-choicelist/choice.js +0 -2
  218. package/dist/collection/components/xpl-choicelist/choice.js.map +0 -1
  219. package/dist/collection/components/xpl-choicelist/xpl-choicelist.js.map +0 -1
  220. package/dist/collection/components/xpl-content-area/xpl-content-area.js.map +0 -1
  221. package/dist/collection/components/xpl-dashboard/xpl-dashboard.js +0 -8
  222. package/dist/collection/components/xpl-dashboard/xpl-dashboard.js.map +0 -1
  223. package/dist/collection/components/xpl-data-card/xpl-data-card.js +0 -162
  224. package/dist/collection/components/xpl-data-card/xpl-data-card.js.map +0 -1
  225. package/dist/collection/components/xpl-divider/xpl-divider.js.map +0 -1
  226. package/dist/collection/components/xpl-dropdown/dropdownoption.js +0 -2
  227. package/dist/collection/components/xpl-dropdown/dropdownoption.js.map +0 -1
  228. package/dist/collection/components/xpl-dropdown/xpl-dropdown-group/xpl-dropdown-group.js.map +0 -1
  229. package/dist/collection/components/xpl-dropdown/xpl-dropdown-heading/xpl-dropdown-heading.js.map +0 -1
  230. package/dist/collection/components/xpl-dropdown/xpl-dropdown-option/xpl-dropdown-option.js.map +0 -1
  231. package/dist/collection/components/xpl-dropdown/xpl-dropdown.js.map +0 -1
  232. package/dist/collection/components/xpl-grid/xpl-grid.js.map +0 -1
  233. package/dist/collection/components/xpl-grid-item/xpl-grid-item.js.map +0 -1
  234. package/dist/collection/components/xpl-icon/xpl-icon.css +0 -5
  235. package/dist/collection/components/xpl-icon/xpl-icon.js +0 -93
  236. package/dist/collection/components/xpl-icon/xpl-icon.js.map +0 -1
  237. package/dist/collection/components/xpl-input/xpl-input.js.map +0 -1
  238. package/dist/collection/components/xpl-list/listitem.js +0 -2
  239. package/dist/collection/components/xpl-list/listitem.js.map +0 -1
  240. package/dist/collection/components/xpl-list/xpl-list.js.map +0 -1
  241. package/dist/collection/components/xpl-main-nav/xpl-main-nav.js.map +0 -1
  242. package/dist/collection/components/xpl-nav-item/xpl-nav-item.js.map +0 -1
  243. package/dist/collection/components/xpl-pagination/xpl-pagination.js.map +0 -1
  244. package/dist/collection/components/xpl-radio/xpl-radio.js.map +0 -1
  245. package/dist/collection/components/xpl-secondary-nav/xpl-secondary-nav.js.map +0 -1
  246. package/dist/collection/components/xpl-select/xpl-select.js.map +0 -1
  247. package/dist/collection/components/xpl-table/xpl-table.js.map +0 -1
  248. package/dist/collection/components/xpl-tag/xpl-tag.js.map +0 -1
  249. package/dist/collection/components/xpl-toggle/xpl-toggle.js.map +0 -1
  250. package/dist/collection/components/xpl-utility-bar/xpl-utility-bar.js.map +0 -1
  251. package/dist/components/index.d.ts +0 -39
  252. package/dist/components/index.js +0 -82
  253. package/dist/components/index.js.map +0 -1
  254. package/dist/components/v4.js +0 -77
  255. package/dist/components/v4.js.map +0 -1
  256. package/dist/components/xpl-application-shell.d.ts +0 -11
  257. package/dist/components/xpl-application-shell.js +0 -80
  258. package/dist/components/xpl-application-shell.js.map +0 -1
  259. package/dist/components/xpl-avatar.d.ts +0 -11
  260. package/dist/components/xpl-avatar.js +0 -8
  261. package/dist/components/xpl-avatar.js.map +0 -1
  262. package/dist/components/xpl-avatar2.js +0 -51
  263. package/dist/components/xpl-avatar2.js.map +0 -1
  264. package/dist/components/xpl-backdrop.d.ts +0 -11
  265. package/dist/components/xpl-backdrop.js +0 -8
  266. package/dist/components/xpl-backdrop.js.map +0 -1
  267. package/dist/components/xpl-backdrop2.js +0 -35
  268. package/dist/components/xpl-backdrop2.js.map +0 -1
  269. package/dist/components/xpl-badge.d.ts +0 -11
  270. package/dist/components/xpl-badge.js +0 -8
  271. package/dist/components/xpl-badge.js.map +0 -1
  272. package/dist/components/xpl-badge2.js +0 -38
  273. package/dist/components/xpl-badge2.js.map +0 -1
  274. package/dist/components/xpl-breadcrumb-item.d.ts +0 -11
  275. package/dist/components/xpl-breadcrumb-item.js +0 -36
  276. package/dist/components/xpl-breadcrumb-item.js.map +0 -1
  277. package/dist/components/xpl-breadcrumbs.d.ts +0 -11
  278. package/dist/components/xpl-breadcrumbs.js +0 -31
  279. package/dist/components/xpl-breadcrumbs.js.map +0 -1
  280. package/dist/components/xpl-button-row.d.ts +0 -11
  281. package/dist/components/xpl-button-row.js +0 -50
  282. package/dist/components/xpl-button-row.js.map +0 -1
  283. package/dist/components/xpl-button.d.ts +0 -11
  284. package/dist/components/xpl-button.js +0 -8
  285. package/dist/components/xpl-button.js.map +0 -1
  286. package/dist/components/xpl-button2.js +0 -85
  287. package/dist/components/xpl-button2.js.map +0 -1
  288. package/dist/components/xpl-checkbox.d.ts +0 -11
  289. package/dist/components/xpl-checkbox.js +0 -8
  290. package/dist/components/xpl-checkbox.js.map +0 -1
  291. package/dist/components/xpl-checkbox2.js +0 -59
  292. package/dist/components/xpl-checkbox2.js.map +0 -1
  293. package/dist/components/xpl-choicelist.d.ts +0 -11
  294. package/dist/components/xpl-choicelist.js +0 -85
  295. package/dist/components/xpl-choicelist.js.map +0 -1
  296. package/dist/components/xpl-content-area.d.ts +0 -11
  297. package/dist/components/xpl-content-area.js +0 -34
  298. package/dist/components/xpl-content-area.js.map +0 -1
  299. package/dist/components/xpl-dashboard.d.ts +0 -11
  300. package/dist/components/xpl-dashboard.js +0 -31
  301. package/dist/components/xpl-dashboard.js.map +0 -1
  302. package/dist/components/xpl-data-card.d.ts +0 -11
  303. package/dist/components/xpl-data-card.js +0 -80
  304. package/dist/components/xpl-data-card.js.map +0 -1
  305. package/dist/components/xpl-divider.d.ts +0 -11
  306. package/dist/components/xpl-divider.js +0 -36
  307. package/dist/components/xpl-divider.js.map +0 -1
  308. package/dist/components/xpl-dropdown-group.d.ts +0 -11
  309. package/dist/components/xpl-dropdown-group.js +0 -8
  310. package/dist/components/xpl-dropdown-group.js.map +0 -1
  311. package/dist/components/xpl-dropdown-group2.js +0 -69
  312. package/dist/components/xpl-dropdown-group2.js.map +0 -1
  313. package/dist/components/xpl-dropdown-heading.d.ts +0 -11
  314. package/dist/components/xpl-dropdown-heading.js +0 -8
  315. package/dist/components/xpl-dropdown-heading.js.map +0 -1
  316. package/dist/components/xpl-dropdown-heading2.js +0 -31
  317. package/dist/components/xpl-dropdown-heading2.js.map +0 -1
  318. package/dist/components/xpl-dropdown-option.d.ts +0 -11
  319. package/dist/components/xpl-dropdown-option.js +0 -8
  320. package/dist/components/xpl-dropdown-option.js.map +0 -1
  321. package/dist/components/xpl-dropdown-option2.js +0 -89
  322. package/dist/components/xpl-dropdown-option2.js.map +0 -1
  323. package/dist/components/xpl-dropdown.d.ts +0 -11
  324. package/dist/components/xpl-dropdown.js +0 -8
  325. package/dist/components/xpl-dropdown.js.map +0 -1
  326. package/dist/components/xpl-dropdown2.js +0 -147
  327. package/dist/components/xpl-dropdown2.js.map +0 -1
  328. package/dist/components/xpl-grid-item.d.ts +0 -11
  329. package/dist/components/xpl-grid-item.js +0 -45
  330. package/dist/components/xpl-grid-item.js.map +0 -1
  331. package/dist/components/xpl-grid.d.ts +0 -11
  332. package/dist/components/xpl-grid.js +0 -50
  333. package/dist/components/xpl-grid.js.map +0 -1
  334. package/dist/components/xpl-icon.d.ts +0 -11
  335. package/dist/components/xpl-icon.js +0 -8
  336. package/dist/components/xpl-icon.js.map +0 -1
  337. package/dist/components/xpl-icon2.js +0 -1850
  338. package/dist/components/xpl-icon2.js.map +0 -1
  339. package/dist/components/xpl-input.d.ts +0 -11
  340. package/dist/components/xpl-input.js +0 -2574
  341. package/dist/components/xpl-input.js.map +0 -1
  342. package/dist/components/xpl-list.d.ts +0 -11
  343. package/dist/components/xpl-list.js +0 -73
  344. package/dist/components/xpl-list.js.map +0 -1
  345. package/dist/components/xpl-main-nav.d.ts +0 -11
  346. package/dist/components/xpl-main-nav.js +0 -44
  347. package/dist/components/xpl-main-nav.js.map +0 -1
  348. package/dist/components/xpl-nav-item.d.ts +0 -11
  349. package/dist/components/xpl-nav-item.js +0 -44
  350. package/dist/components/xpl-nav-item.js.map +0 -1
  351. package/dist/components/xpl-pagination.d.ts +0 -11
  352. package/dist/components/xpl-pagination.js +0 -100
  353. package/dist/components/xpl-pagination.js.map +0 -1
  354. package/dist/components/xpl-radio.d.ts +0 -11
  355. package/dist/components/xpl-radio.js +0 -8
  356. package/dist/components/xpl-radio.js.map +0 -1
  357. package/dist/components/xpl-radio2.js +0 -57
  358. package/dist/components/xpl-radio2.js.map +0 -1
  359. package/dist/components/xpl-secondary-nav.d.ts +0 -11
  360. package/dist/components/xpl-secondary-nav.js +0 -31
  361. package/dist/components/xpl-secondary-nav.js.map +0 -1
  362. package/dist/components/xpl-select.d.ts +0 -11
  363. package/dist/components/xpl-select.js +0 -712
  364. package/dist/components/xpl-select.js.map +0 -1
  365. package/dist/components/xpl-table.d.ts +0 -11
  366. package/dist/components/xpl-table.js +0 -170
  367. package/dist/components/xpl-table.js.map +0 -1
  368. package/dist/components/xpl-tag.d.ts +0 -11
  369. package/dist/components/xpl-tag.js +0 -8
  370. package/dist/components/xpl-tag.js.map +0 -1
  371. package/dist/components/xpl-tag2.js +0 -33
  372. package/dist/components/xpl-tag2.js.map +0 -1
  373. package/dist/components/xpl-toggle.d.ts +0 -11
  374. package/dist/components/xpl-toggle.js +0 -61
  375. package/dist/components/xpl-toggle.js.map +0 -1
  376. package/dist/components/xpl-utility-bar.d.ts +0 -11
  377. package/dist/components/xpl-utility-bar.js +0 -55
  378. package/dist/components/xpl-utility-bar.js.map +0 -1
  379. package/dist/esm/apollo-core.js.map +0 -1
  380. package/dist/esm/index-56581b5c.js.map +0 -1
  381. package/dist/esm/index.js.map +0 -1
  382. package/dist/esm/loader.js.map +0 -1
  383. package/dist/esm/v4-929670b7.js.map +0 -1
  384. package/dist/esm/xpl-application-shell.entry.js.map +0 -1
  385. package/dist/esm/xpl-avatar_15.entry.js +0 -2260
  386. package/dist/esm/xpl-avatar_15.entry.js.map +0 -1
  387. package/dist/esm/xpl-backdrop.entry.js.map +0 -1
  388. package/dist/esm/xpl-button-row.entry.js.map +0 -1
  389. package/dist/esm/xpl-choicelist.entry.js.map +0 -1
  390. package/dist/esm/xpl-divider.entry.js.map +0 -1
  391. package/dist/esm/xpl-dropdown-group_3.entry.js.map +0 -1
  392. package/dist/esm/xpl-dropdown_2.entry.js.map +0 -1
  393. package/dist/esm/xpl-grid-item.entry.js.map +0 -1
  394. package/dist/esm/xpl-grid.entry.js.map +0 -1
  395. package/dist/esm/xpl-input.entry.js.map +0 -1
  396. package/dist/esm/xpl-list.entry.js.map +0 -1
  397. package/dist/esm/xpl-main-nav.entry.js.map +0 -1
  398. package/dist/esm/xpl-pagination.entry.js.map +0 -1
  399. package/dist/esm/xpl-select.entry.js.map +0 -1
  400. package/dist/esm/xpl-toggle.entry.js.map +0 -1
  401. package/dist/stories/application-shell.stories.js.map +0 -1
  402. package/dist/stories/avatar.stories.js.map +0 -1
  403. package/dist/stories/backdrop.stories.js.map +0 -1
  404. package/dist/stories/badge.stories.js.map +0 -1
  405. package/dist/stories/breadcrumbs.stories.js.map +0 -1
  406. package/dist/stories/button-row.stories.js.map +0 -1
  407. package/dist/stories/button.stories.js.map +0 -1
  408. package/dist/stories/checkbox.stories.js.map +0 -1
  409. package/dist/stories/choicelist.stories.js.map +0 -1
  410. package/dist/stories/content-area.stories.js.map +0 -1
  411. package/dist/stories/dashboard.stories.js +0 -51
  412. package/dist/stories/dashboard.stories.js.map +0 -1
  413. package/dist/stories/data-card.stories.js +0 -70
  414. package/dist/stories/data-card.stories.js.map +0 -1
  415. package/dist/stories/divider.stories.js.map +0 -1
  416. package/dist/stories/dropdown.stories.js.map +0 -1
  417. package/dist/stories/grid.stories.js.map +0 -1
  418. package/dist/stories/icons.stories.js +0 -69
  419. package/dist/stories/icons.stories.js.map +0 -1
  420. package/dist/stories/input.stories.js.map +0 -1
  421. package/dist/stories/list.stories.js.map +0 -1
  422. package/dist/stories/main-nav.stories.js.map +0 -1
  423. package/dist/stories/pagination.stories.js.map +0 -1
  424. package/dist/stories/radio.stories.js.map +0 -1
  425. package/dist/stories/secondary-nav.stories.js.map +0 -1
  426. package/dist/stories/select.stories.js.map +0 -1
  427. package/dist/stories/table.stories.js.map +0 -1
  428. package/dist/stories/tabs.stories.js.map +0 -1
  429. package/dist/stories/toggle.stories.js.map +0 -1
  430. package/dist/stories/utility-bar.stories.js.map +0 -1
  431. package/dist/types/Users/roc/Sites/apollo/.stencil/stories/dashboard.stories.d.ts +0 -31
  432. package/dist/types/Users/roc/Sites/apollo/.stencil/stories/data-card.stories.d.ts +0 -71
  433. package/dist/types/Users/roc/Sites/apollo/.stencil/stories/icons.stories.d.ts +0 -77
  434. package/dist/types/Users/roc/Sites/apollo/.stencil/stories/select.stories.d.ts +0 -134
  435. package/dist/types/components/xpl-choicelist/choice.d.ts +0 -6
  436. package/dist/types/components/xpl-dashboard/xpl-dashboard.d.ts +0 -3
  437. package/dist/types/components/xpl-data-card/xpl-data-card.d.ts +0 -38
  438. package/dist/types/components/xpl-dropdown/dropdownoption.d.ts +0 -11
  439. package/dist/types/components/xpl-icon/xpl-icon.d.ts +0 -17
  440. package/dist/types/components/xpl-list/listitem.d.ts +0 -16
  441. /package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/avatar.stories.d.ts +0 -0
  442. /package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/backdrop.stories.d.ts +0 -0
  443. /package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/badge.stories.d.ts +0 -0
  444. /package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/breadcrumbs.stories.d.ts +0 -0
  445. /package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/button-row.stories.d.ts +0 -0
  446. /package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/checkbox.stories.d.ts +0 -0
  447. /package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/choicelist.stories.d.ts +0 -0
  448. /package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/content-area.stories.d.ts +0 -0
  449. /package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/divider.stories.d.ts +0 -0
  450. /package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/grid.stories.d.ts +0 -0
  451. /package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/input.stories.d.ts +0 -0
  452. /package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/list.stories.d.ts +0 -0
  453. /package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/main-nav.stories.d.ts +0 -0
  454. /package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/pagination.stories.d.ts +0 -0
  455. /package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/radio.stories.d.ts +0 -0
  456. /package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/secondary-nav.stories.d.ts +0 -0
  457. /package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/tabs.stories.d.ts +0 -0
  458. /package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/toggle.stories.d.ts +0 -0
  459. /package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/utility-bar.stories.d.ts +0 -0
@@ -1,2260 +0,0 @@
1
- import { r as registerInstance, h, H as Host, g as getElement, c as createEvent } from './index-56581b5c.js';
2
- import { v as v4 } from './v4-929670b7.js';
3
-
4
- const XplAvatar = class {
5
- constructor(hostRef) {
6
- registerInstance(this, hostRef);
7
- this.color = undefined;
8
- this.disabled = false;
9
- this.href = undefined;
10
- this.name = undefined;
11
- this.size = undefined;
12
- this.src = undefined;
13
- this.status = undefined;
14
- this.target = undefined;
15
- }
16
- render() {
17
- let className = 'xpl-avatar';
18
- if (this.size)
19
- className += ` xpl-avatar--${this.size}`;
20
- if (this.color)
21
- className += ` xpl-avatar--${this.color}`;
22
- const inner = (h("div", null, this.src ? (h("img", { alt: this.name, src: this.src })) : (h("div", { class: "xpl-avatar__placeholder" }, h("slot", null))), this.status && (h("div", { class: `xpl-avatar__dot--${this.status}` }))));
23
- return (h(Host, null, this.href && !this.disabled ? (h("a", { href: this.href, class: className, target: this.target }, inner)) : this.href && this.disabled ? (h("div", { class: className + ' xpl-avatar--disabled' }, inner)) : (h("div", { class: className }, inner))));
24
- }
25
- };
26
-
27
- const XplBadge = class {
28
- constructor(hostRef) {
29
- registerInstance(this, hostRef);
30
- this.dot = undefined;
31
- this.variant = undefined;
32
- }
33
- render() {
34
- let className = 'xpl-badge';
35
- if (this.dot)
36
- className += ' xpl-badge--dot';
37
- if (this.variant)
38
- className += ' xpl-badge--' + this.variant;
39
- return (h(Host, null, h("div", { class: className }, h("slot", null))));
40
- }
41
- };
42
-
43
- const XplBreadcrumbItem = class {
44
- constructor(hostRef) {
45
- registerInstance(this, hostRef);
46
- // This is temporary as we still don't have a xpl-icon component. When that's created we should update this code.
47
- this.chevron = `<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="chevron-right" class="svg-inline--fa fa-chevron-right fa-w-10" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512">
48
- <path fill="currentColor" d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"></path>
49
- </svg>
50
- `;
51
- }
52
- render() {
53
- return (h(Host, { class: "xpl-breadcrumb-item", role: "listitem" }, h("li", { role: "none" }, h("slot", null)), h("span", { innerHTML: `${this.chevron}` })));
54
- }
55
- };
56
-
57
- const XplBreadcrumbs = class {
58
- constructor(hostRef) {
59
- registerInstance(this, hostRef);
60
- }
61
- render() {
62
- return (h(Host, null, h("nav", { class: "xpl-breadcrumbs", "aria-label": "Breadcrumb" }, h("ol", { role: "list" }, h("slot", null)))));
63
- }
64
- };
65
-
66
- const XplButton = class {
67
- constructor(hostRef) {
68
- registerInstance(this, hostRef);
69
- this.disabled = undefined;
70
- this.link = undefined;
71
- this.iconOnly = undefined;
72
- this.fullWidth = undefined;
73
- this.name = undefined;
74
- this.size = 'default';
75
- this.type = undefined;
76
- this.value = undefined;
77
- this.variant = 'primary';
78
- this.state = 'neutral';
79
- }
80
- componentDidRender() {
81
- const attrs = this.el.attributes;
82
- const dataAttrs = Object.keys(attrs)
83
- .filter((k) => {
84
- const propertyName = attrs[k].name;
85
- if (propertyName) {
86
- return (propertyName.includes('data-test') ||
87
- propertyName.includes('aria-'));
88
- }
89
- return false;
90
- })
91
- .reduce((acc, k) => {
92
- return Object.assign(Object.assign({}, acc), { [attrs[k].name]: attrs[k].value });
93
- }, {});
94
- const child = this.el.querySelector('button');
95
- Object.keys(dataAttrs).forEach((k) => {
96
- child.setAttribute(k, dataAttrs[k]);
97
- this.el.removeAttribute(k);
98
- });
99
- }
100
- render() {
101
- let className = `xpl-button
102
- xpl-button--${this.size}
103
- xpl-button--${this.state}
104
- xpl-button--${this.variant}`;
105
- if (this.iconOnly)
106
- className += ' xpl-button--icon-only';
107
- if (this.fullWidth)
108
- className += ' xpl-button--full-width';
109
- if (this.link && this.disabled)
110
- className += ' xpl-button--link-disabled';
111
- return (h(Host, { class: className },
112
- /**
113
- * Conditionally render either an <slot> or <button> element
114
- * depending on if there's an `link` or not
115
- */
116
- this.link ? (h("slot", null)) : (h("button", { disabled: this.disabled, name: this.name, type: this.type, value: this.value }, h("slot", null)))));
117
- }
118
- get el() { return getElement(this); }
119
- };
120
-
121
- const XplCheckbox = class {
122
- constructor(hostRef) {
123
- registerInstance(this, hostRef);
124
- this.checkboxChange = createEvent(this, "checkboxChange", 7);
125
- this.checked = undefined;
126
- this.description = undefined;
127
- this.disabled = undefined;
128
- this.indeterminate = undefined;
129
- this.name = undefined;
130
- this.required = undefined;
131
- this.styled = undefined;
132
- this.value = undefined;
133
- this.id = v4();
134
- }
135
- render() {
136
- return (h(Host, { class: {
137
- 'xpl-checkbox-radio-container': true,
138
- styled: this.styled,
139
- disabled: this.disabled,
140
- } }, h("input", { class: "xpl-checkbox", type: "checkbox", checked: this.checked, disabled: this.disabled, id: this.id, indeterminate: this.indeterminate, onChange: () => this.checkboxChange.emit(this.input.checked), name: this.name, ref: (el) => (this.input = el), required: this.required, value: this.value }), h("label", { class: {
141
- 'xpl-label': true,
142
- 'xpl-label--disabled': this.disabled,
143
- }, htmlFor: this.id }, h("slot", null), this.description && (h("small", { class: {
144
- 'xpl-description': true,
145
- 'xpl-description--disabled': this.disabled,
146
- } }, this.description)))));
147
- }
148
- };
149
-
150
- const XplContentArea = class {
151
- constructor(hostRef) {
152
- registerInstance(this, hostRef);
153
- this.size = 'wide';
154
- }
155
- render() {
156
- return (h(Host, null, h("main", { class: `xpl-content-area-wrapper xpl-content-area-wrapper__${this.size}` }, h("div", { class: "xpl-content-area" }, h("slot", null)))));
157
- }
158
- };
159
-
160
- const XplDashboard = class {
161
- constructor(hostRef) {
162
- registerInstance(this, hostRef);
163
- }
164
- render() {
165
- return (h(Host, null, h("dl", { class: "xpl-dashboard" }, h("slot", null))));
166
- }
167
- };
168
-
169
- const XplDataCard = class {
170
- constructor(hostRef) {
171
- registerInstance(this, hostRef);
172
- this.link = undefined;
173
- this.name = undefined;
174
- this.stat = undefined;
175
- this.shortStat = undefined;
176
- this.variant = undefined;
177
- this.icon = undefined;
178
- }
179
- watchStat(newValue) {
180
- this.stat = newValue;
181
- }
182
- watchShortStat(newValue) {
183
- this.shortStat = newValue;
184
- }
185
- componentDidLoad() {
186
- if (this.link) {
187
- const anchorEl = this.el.getElementsByTagName('a')[0] ||
188
- this.el.getElementsByTagName('button')[0];
189
- const anchorText = document.createTextNode(this.name);
190
- const anchorSpan = document.createElement('span');
191
- anchorSpan.appendChild(anchorText);
192
- anchorEl.setAttribute('class', 'xpl-data-card__anchor');
193
- anchorEl.appendChild(anchorSpan);
194
- }
195
- return;
196
- }
197
- render() {
198
- const bgColorHue = this.variant === 'secondary' ? 'purple' : 'orange';
199
- let headerClasses = `xpl-data-card__header${!this.icon ? '--no-icon ' : ' '}`;
200
- headerClasses +=
201
- this.variant === 'secondary'
202
- ? 'xpl-data-card__header--secondary'
203
- : 'xpl-data-card__header--primary';
204
- return (h(Host, { role: "group", class: `xpl-data-card ${this.link && 'xpl-data-card__link'}`, tabindex: "0" }, this.link &&
205
- (this.shortStat ? (h("abbr", { title: this.stat }, h("slot", null))) : (h("slot", null))), h("dt", null, this.name), h("dd", null, h("div", { class: headerClasses }, !!this.icon && (h("xpl-icon", { icon: this.icon, "background-color": bgColorHue, size: 20 })), this.link && (h("span", { class: "xpl-data-card__header__arrow" }, h("xpl-icon", { icon: "chevron-right", size: 16 })))), h("span", { class: this.shortStat && 'xpl-data-card__long_stat' }, this.stat), this.shortStat && (h("span", { class: "xpl-data-card__short_stat" }, h("abbr", { title: this.stat }, this.shortStat))))));
206
- }
207
- get el() { return getElement(this); }
208
- static get watchers() { return {
209
- "stat": ["watchStat"],
210
- "shortStat": ["watchShortStat"]
211
- }; }
212
- };
213
-
214
- const apps = {
215
- name: "apps",
216
- keywords: [
217
- ],
218
- heights: {
219
- "17": {
220
- width: 16,
221
- path: "<path fill-rule=\"evenodd\" d=\"M2 2.766a.6.6 0 01.6-.6h4.2a.6.6 0 01.6.6v4.2a.6.6 0 01-.6.6H2.6a.6.6 0 01-.6-.6v-4.2zm1.2.6v3h3v-3h-3zm5.4-.6a.6.6 0 01.6-.6h4.2a.6.6 0 01.6.6v4.2a.6.6 0 01-.6.6H9.2a.6.6 0 01-.6-.6v-4.2zm1.2.6v3h3v-3h-3zm-7.2 5.4a.6.6 0 00-.6.6v4.2a.6.6 0 00.6.6h4.2a.6.6 0 00.6-.6v-4.2a.6.6 0 00-.6-.6H2.6zm.6 4.2v-3h3v3h-3z\" fill=\"currentColor\"></path><path d=\"M11.3 9.066a.6.6 0 01.6.6v1.2h1.2a.6.6 0 110 1.2h-1.2v1.2a.6.6 0 01-1.2 0v-1.2H9.5a.6.6 0 010-1.2h1.2v-1.2a.6.6 0 01.6-.6z\" fill=\"currentColor\"></path>"
222
- }
223
- }
224
- };
225
- const archive = {
226
- name: "archive",
227
- keywords: [
228
- "box",
229
- "catalog"
230
- ],
231
- heights: {
232
- "17": {
233
- width: 16,
234
- path: "<path fill-rule=\"evenodd\" d=\"M3.313 4.075a.188.188 0 00-.188.188v1.125c0 .103.084.187.188.187h9.374a.188.188 0 00.188-.187V4.263a.187.187 0 00-.188-.188H3.313zM2 4.263c0-.725.588-1.313 1.313-1.313h9.374c.725 0 1.313.588 1.313 1.313v1.125A1.313 1.313 0 0112.687 6.7H3.313A1.313 1.313 0 012 5.388V4.263zM3.313 7.45a.563.563 0 01.562.563v4.125c0 .103.084.187.188.187h7.875a.187.187 0 00.187-.187V8.013a.562.562 0 111.125 0v4.125a1.313 1.313 0 01-1.313 1.312H4.064a1.313 1.313 0 01-1.313-1.312V8.013a.563.563 0 01.563-.563zm3.374.75a.563.563 0 100 1.125h2.625a.562.562 0 100-1.125H6.688z\" fill=\"currentColor\"></path>"
235
- }
236
- }
237
- };
238
- const award = {
239
- name: "award",
240
- keywords: [
241
- ],
242
- heights: {
243
- "17": {
244
- width: 16,
245
- path: "<path fill-rule=\"evenodd\" d=\"M5.57 9.344a4 4 0 114.861 0l.565 4.257a.5.5 0 01-.753.494L8 12.75l-2.243 1.346a.5.5 0 01-.753-.495l.566-4.256zM5 6.166a3 3 0 116 0 3 3 0 01-6 0zm4.493 3.712A3.988 3.988 0 018 10.166a3.99 3.99 0 01-1.493-.287l-.375 2.825 1.61-.966a.5.5 0 01.515 0l1.611.966-.375-2.826z\" fill=\"currentColor\"></path>"
246
- }
247
- }
248
- };
249
- const bell = {
250
- name: "bell",
251
- keywords: [
252
- "notification"
253
- ],
254
- heights: {
255
- "17": {
256
- width: 16,
257
- path: "<path fill-rule=\"evenodd\" d=\"M8 2.2a3.75 3.75 0 00-3.75 3.75v2.21a.188.188 0 01-.031.105L2.94 10.18a1.138 1.138 0 00.947 1.77h8.224a1.138 1.138 0 00.947-1.77l-1.277-1.916a.188.188 0 01-.032-.104V5.95A3.75 3.75 0 008 2.2zM5.375 5.95a2.625 2.625 0 115.25 0v2.21c0 .26.077.513.22.729l1.278 1.916a.013.013 0 01.002.007v.005l-.004.005a.019.019 0 01-.004.003H3.883l-.004-.003-.003-.005-.001-.005c0-.002 0-.005.002-.007l1.278-1.916a1.32 1.32 0 00.22-.728V5.95z\" fill=\"currentColor\"></path><path d=\"M9.488 12.888a1.5 1.5 0 01-2.976 0c-.013-.103.072-.188.175-.188h2.625c.104 0 .19.085.176.188z\" fill=\"currentColor\"></path>"
258
- }
259
- }
260
- };
261
- const bookmark = {
262
- name: "bookmark",
263
- keywords: [
264
- "tab",
265
- "star"
266
- ],
267
- heights: {
268
- "17": {
269
- width: 16,
270
- path: "<path fill-rule=\"evenodd\" d=\"M5.214 3.452A.214.214 0 005 3.666v8.495l2.591-2.134a.643.643 0 01.818 0L11 12.161V3.666a.214.214 0 00-.214-.214H5.214zm-1.5.214a1.5 1.5 0 011.5-1.5h5.572a1.5 1.5 0 011.5 1.5v9.857a.643.643 0 01-1.052.497L8 11.356 4.766 14.02a.643.643 0 01-1.052-.496V3.665z\" fill=\"currentColor\"></path>"
271
- }
272
- }
273
- };
274
- const briefcase = {
275
- name: "briefcase",
276
- keywords: [
277
- "suitcase",
278
- "business"
279
- ],
280
- heights: {
281
- "17": {
282
- width: 16,
283
- path: "<path fill-rule=\"evenodd\" d=\"M7.063 2.541A1.313 1.313 0 005.75 3.854v.937H3.312A1.313 1.313 0 002 6.104v6.375c0 .724.588 1.312 1.313 1.312h9.374A1.313 1.313 0 0014 12.48V6.104a1.313 1.313 0 00-1.313-1.313H10.25v-.937A1.313 1.313 0 008.937 2.54H7.063zm2.062 2.25v-.937a.187.187 0 00-.188-.188H7.063a.188.188 0 00-.188.188v.937h2.25zM5.75 5.916H3.312a.188.188 0 00-.187.188v.937a1.5 1.5 0 001.5 1.5h6.75a1.5 1.5 0 001.5-1.5v-.937a.188.188 0 00-.188-.188H5.75zm-1.125 3.75a2.613 2.613 0 01-1.5-.47v3.283c0 .103.084.187.188.187h9.374a.188.188 0 00.188-.187V9.196c-.44.307-.964.471-1.5.47h-6.75z\" fill=\"currentColor\"></path>"
284
- }
285
- }
286
- };
287
- const calendar = {
288
- name: "calendar",
289
- keywords: [
290
- "time",
291
- "day",
292
- "month",
293
- "year",
294
- "date",
295
- "appointment"
296
- ],
297
- heights: {
298
- "17": {
299
- width: 16,
300
- path: "<path fill-rule=\"evenodd\" d=\"M5.563 2.2c.31 0 .562.252.562.563V3.7h3.75v-.937a.562.562 0 111.125 0V3.7h.938c.724 0 1.312.588 1.312 1.313v7.875c0 .725-.588 1.312-1.313 1.312H4.064a1.312 1.312 0 01-1.313-1.312V5.013c0-.725.588-1.313 1.313-1.313H5v-.937c0-.31.252-.563.563-.563zm6.375 2.625c.103 0 .187.084.187.188V6.7h-8.25V5.013c0-.104.084-.188.188-.188h7.875zm-8.063 3v5.063c0 .104.084.187.188.187h7.875a.187.187 0 00.187-.187V7.825h-8.25z\" fill=\"currentColor\"></path>"
301
- }
302
- }
303
- };
304
- const camera = {
305
- name: "camera",
306
- keywords: [
307
- ],
308
- heights: {
309
- "17": {
310
- width: 16,
311
- path: "<path fill-rule=\"evenodd\" d=\"M8 6.166a2.5 2.5 0 100 5 2.5 2.5 0 000-5zm-1.5 2.5a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0z\" fill=\"currentColor\"></path><path fill-rule=\"evenodd\" d=\"M6.5 3.166a.5.5 0 00-.416.223l-.852 1.277H3.5a1.5 1.5 0 00-1.5 1.5v5.5a1.5 1.5 0 001.5 1.5h9a1.5 1.5 0 001.5-1.5v-5.5a1.5 1.5 0 00-1.5-1.5h-1.732L9.916 3.39a.5.5 0 00-.416-.223h-3zm-.584 2.278l.852-1.278h2.464l.852 1.278a.5.5 0 00.416.222h2a.5.5 0 01.5.5v5.5a.5.5 0 01-.5.5h-9a.5.5 0 01-.5-.5v-5.5a.5.5 0 01.5-.5h2a.5.5 0 00.416-.222z\" fill=\"currentColor\"></path>"
312
- }
313
- }
314
- };
315
- const check = {
316
- name: "check",
317
- keywords: [
318
- "mark",
319
- "yes",
320
- "confirm",
321
- "accept",
322
- "ok",
323
- "success"
324
- ],
325
- heights: {
326
- "17": {
327
- width: 16,
328
- path: "<path fill-rule=\"evenodd\" d=\"M13.78 4.039a.751.751 0 010 1.061l-7.26 7.262a.751.751 0 01-1.062 0L2.202 9.107a.751.751 0 011.061-1.062l2.725 2.725 6.73-6.731a.751.751 0 011.062 0z\" fill=\"currentColor\"></path>"
329
- }
330
- }
331
- };
332
- const clipboard = {
333
- name: "clipboard",
334
- keywords: [
335
- ],
336
- heights: {
337
- "17": {
338
- width: 16,
339
- path: "<path fill-rule=\"evenodd\" d=\"M6.071 2.166a.643.643 0 00-.642.643v2.572c0 .355.287.643.642.643H9.93a.643.643 0 00.643-.643V2.809a.643.643 0 00-.643-.643H6.07zm.643 2.572V3.452h2.572v1.286H6.714zm-2.464-.4a.643.643 0 10-.643-1.113 1.5 1.5 0 00-.75 1.299v8.142a1.5 1.5 0 001.5 1.5h7.286a1.5 1.5 0 001.5-1.5V4.524a1.5 1.5 0 00-.75-1.3.643.643 0 10-.643 1.114.214.214 0 01.107.186v8.142a.214.214 0 01-.214.215H4.357a.214.214 0 01-.214-.215V4.524c0-.079.042-.148.107-.186z\" fill=\"currentColor\"></path>"
340
- }
341
- }
342
- };
343
- const clock = {
344
- name: "clock",
345
- keywords: [
346
- "time",
347
- "hour",
348
- "minute",
349
- "second",
350
- "watch"
351
- ],
352
- heights: {
353
- "17": {
354
- width: 16,
355
- path: "<path fill-rule=\"evenodd\" d=\"M3.125 8.166a4.875 4.875 0 119.75 0 4.875 4.875 0 01-9.75 0zm4.875-6a6 6 0 100 12 6 6 0 000-12zm.375 3.811a.563.563 0 00-1.125 0v2.625a.563.563 0 00.353.522l1.875.75a.562.562 0 00.418-1.044l-1.521-.609V5.977z\" fill=\"currentColor\"></path>"
356
- }
357
- }
358
- };
359
- const comment = {
360
- name: "comment",
361
- keywords: [
362
- "speak",
363
- "bubble"
364
- ],
365
- heights: {
366
- "17": {
367
- width: 16,
368
- path: "<path fill-rule=\"evenodd\" d=\"M3.5 3.886a.214.214 0 00-.214.214v6.429c0 .118.096.214.214.214h1.714a.643.643 0 01.643.643v1.877l2.332-2.331a.643.643 0 01.454-.189H12.5a.214.214 0 00.214-.214V4.1a.214.214 0 00-.214-.214h-9zM2 4.1a1.5 1.5 0 011.5-1.5h9A1.5 1.5 0 0114 4.1v6.429a1.5 1.5 0 01-1.5 1.5H8.909l-2.206 2.206a1.248 1.248 0 01-2.132-.883v-1.323H3.5a1.5 1.5 0 01-1.5-1.5V4.1z\" fill=\"currentColor\"></path>"
369
- }
370
- }
371
- };
372
- const compass = {
373
- name: "compass",
374
- keywords: [
375
- ],
376
- heights: {
377
- "17": {
378
- width: 16,
379
- path: "<path fill-rule=\"evenodd\" d=\"M10.83 6.026a.545.545 0 00-.69-.69L6.671 6.493a.545.545 0 00-.345.345L5.17 10.307a.545.545 0 00.69.69L9.329 9.84a.545.545 0 00.345-.345l1.156-3.469zm-4.28 3.59l.725-2.175 2.175-.725-.725 2.176-2.175.725z\" fill=\"currentColor\"></path><path fill-rule=\"evenodd\" d=\"M8 2.166a6 6 0 100 12 6 6 0 000-12zm-4.91 6a4.91 4.91 0 119.82 0 4.91 4.91 0 01-9.82 0z\" fill=\"currentColor\"></path>"
380
- }
381
- }
382
- };
383
- const dash = {
384
- name: "dash",
385
- keywords: [
386
- "hyphen",
387
- "range"
388
- ],
389
- heights: {
390
- "17": {
391
- width: 16,
392
- path: "<path fill-rule=\"evenodd\" d=\"M2 8.2c0-.432.35-.782.783-.782h10.434a.783.783 0 010 1.565H2.783A.783.783 0 012 8.2z\" fill=\"currentColor\"></path>"
393
- }
394
- }
395
- };
396
- const download = {
397
- name: "download",
398
- keywords: [
399
- ],
400
- heights: {
401
- "17": {
402
- width: 16,
403
- path: "<path fill-rule=\"evenodd\" d=\"M7.529 11.294c.26.26.682.26.942 0l3.334-3.334a.667.667 0 00-.943-.942L8.667 9.213V3.267a.667.667 0 00-1.334 0v5.946L5.138 7.018a.667.667 0 00-.943.942l3.334 3.334zm-3.307 1.973a.667.667 0 000 1.333h7.556a.667.667 0 100-1.333H4.222z\" fill=\"currentColor\"></path>"
404
- }
405
- }
406
- };
407
- const duplicate = {
408
- name: "duplicate",
409
- keywords: [
410
- ],
411
- heights: {
412
- "17": {
413
- width: 16,
414
- path: "<path fill-rule=\"evenodd\" d=\"M2 7.229c0-.725.588-1.313 1.313-1.313h1.124a.563.563 0 010 1.125H3.313a.188.188 0 00-.187.188v5.625c0 .103.084.187.188.187h5.624a.188.188 0 00.188-.187v-1.125a.562.562 0 111.125 0v1.125c0 .725-.588 1.312-1.313 1.312H3.314A1.312 1.312 0 012 12.854V7.229z\" fill=\"currentColor\"></path><path fill-rule=\"evenodd\" d=\"M5.75 3.479c0-.725.588-1.313 1.313-1.313h5.625c.724 0 1.312.588 1.312 1.313v5.625c0 .725-.588 1.312-1.313 1.312H7.064A1.313 1.313 0 015.75 9.104V3.479zm1.313-.188a.188.188 0 00-.188.188v5.625c0 .103.084.187.188.187h5.625a.187.187 0 00.187-.187V3.479a.187.187 0 00-.188-.188H7.064z\" fill=\"currentColor\"></path>"
415
- }
416
- }
417
- };
418
- const edit = {
419
- name: "edit",
420
- keywords: [
421
- ],
422
- heights: {
423
- "17": {
424
- width: 16,
425
- path: "<path fill-rule=\"evenodd\" d=\"M12.307 2.166c-.45 0-.88.179-1.197.496L5.956 7.816a.542.542 0 00-.142.252l-.543 2.17a.542.542 0 00.658.657l2.17-.542a.541.541 0 00.252-.143l5.153-5.153a1.693 1.693 0 00-1.197-2.89zm-.43 1.263a.608.608 0 11.86.86L7.69 9.338l-1.147.287.287-1.147 5.047-5.048z\" fill=\"currentColor\"></path><path d=\"M3.627 3.317A1.627 1.627 0 002 4.945v7.594a1.627 1.627 0 001.627 1.627h7.595a1.627 1.627 0 001.627-1.627V8.742a.542.542 0 00-1.085 0v3.797a.542.542 0 01-.542.543H3.627a.543.543 0 01-.542-.543V4.945a.542.542 0 01.542-.543h3.798a.542.542 0 100-1.085H3.627z\" fill=\"currentColor\"></path>"
426
- }
427
- }
428
- };
429
- const expand = {
430
- name: "expand",
431
- keywords: [
432
- ],
433
- heights: {
434
- "17": {
435
- width: 16,
436
- path: "<path d=\"M6.382 3.495h-3.19A.192.192 0 003 3.687v3.19c0 .17.207.256.328.135l1.187-1.187L7.19 8.5l-2.675 2.675-1.187-1.187a.192.192 0 00-.328.136v3.19c0 .105.086.192.192.192h3.19a.192.192 0 00.136-.329L5.33 11.991 8 9.32l2.669 2.67-1.187 1.186a.192.192 0 00.136.329h3.19a.192.192 0 00.192-.193v-3.19a.192.192 0 00-.328-.135l-1.187 1.187L8.81 8.5l2.675-2.675 1.187 1.187A.192.192 0 0013 6.876v-3.19a.192.192 0 00-.192-.191h-3.19a.192.192 0 00-.136.328L10.67 5.01 8 7.679l-2.669-2.67 1.187-1.186a.192.192 0 00-.136-.328z\" fill=\"currentColor\"></path>"
437
- }
438
- }
439
- };
440
- const eye = {
441
- name: "eye",
442
- keywords: [
443
- "look",
444
- "watch",
445
- "see"
446
- ],
447
- heights: {
448
- "17": {
449
- width: 16,
450
- path: "<path fill-rule=\"evenodd\" d=\"M3.164 8.148c.316-.475.95-1.339 1.81-2.078.865-.744 1.9-1.312 3.026-1.312 1.127 0 2.16.568 3.026 1.312.86.74 1.494 1.603 1.81 2.078a.09.09 0 010 .105c-.316.475-.95 1.339-1.81 2.078-.865.744-1.9 1.312-3.026 1.312-1.127 0-2.16-.568-3.026-1.312-.86-.74-1.494-1.603-1.81-2.078a.09.09 0 010-.105zM8 3.61c-1.516 0-2.808.759-3.774 1.59-.971.835-1.673 1.794-2.018 2.313a1.238 1.238 0 000 1.375c.345.519 1.047 1.478 2.018 2.313.966.831 2.258 1.59 3.774 1.59s2.808-.759 3.774-1.59c.971-.835 1.673-1.794 2.018-2.313a1.238 1.238 0 000-1.375c-.345-.519-1.047-1.478-2.018-2.313C10.808 4.369 9.516 3.61 8 3.61zm0 6.12a1.53 1.53 0 100-3.06 1.53 1.53 0 000 3.06z\" fill=\"currentColor\"></path>"
451
- }
452
- }
453
- };
454
- const file = {
455
- name: "file",
456
- keywords: [
457
- "file",
458
- "text",
459
- "words"
460
- ],
461
- heights: {
462
- "17": {
463
- width: 16,
464
- path: "<path fill-rule=\"evenodd\" d=\"M4.6 3.366a.2.2 0 00-.2.2v9.2c0 .11.09.2.2.2h6.8a.2.2 0 00.2-.2v-5.8H9.4a1.4 1.4 0 01-1.4-1.4v-2.2H4.6zm4.6.448v1.752c0 .11.09.2.2.2h1.752L9.2 3.814zm-6-.248a1.4 1.4 0 011.4-1.4h4.069c.37 0 .727.148.99.41l2.73 2.732c.264.262.411.618.411.99v6.468a1.4 1.4 0 01-1.4 1.4H4.6a1.4 1.4 0 01-1.4-1.4v-9.2z\" fill=\"currentColor\"></path>"
465
- }
466
- }
467
- };
468
- const folder = {
469
- name: "folder",
470
- keywords: [
471
- ],
472
- heights: {
473
- "17": {
474
- width: 16,
475
- path: "<path fill-rule=\"evenodd\" d=\"M3.636 3.803a.545.545 0 00-.545.545v7.637a.546.546 0 00.545.545h8.728a.545.545 0 00.545-.545v-6a.545.545 0 00-.545-.546h-4.91a.545.545 0 01-.453-.243l-.93-1.393H3.637zM2.48 3.19c.307-.307.723-.48 1.157-.48h2.728c.182 0 .352.092.453.244l.93 1.393h4.617A1.636 1.636 0 0114 5.985v6a1.636 1.636 0 01-1.636 1.636H3.636A1.637 1.637 0 012 11.985V4.348c0-.434.172-.85.48-1.157z\" fill=\"currentColor\"></path>"
476
- }
477
- }
478
- };
479
- const gear = {
480
- name: "gear",
481
- keywords: [
482
- "settings"
483
- ],
484
- heights: {
485
- "17": {
486
- width: 16,
487
- path: "<path fill-rule=\"evenodd\" d=\"M7.572 3.31a4.946 4.946 0 01.856 0c.027.002.081.027.103.11l.217.829c.11.42.412.724.748.89.13.065.255.138.375.218.313.209.728.318 1.147.203l.827-.227c.082-.022.131.012.147.034.164.233.307.481.429.742.011.024.017.083-.044.143l-.61.604a1.402 1.402 0 00-.399 1.092 3.422 3.422 0 010 .436c-.024.375.09.788.398 1.093l.611.604c.06.06.055.12.044.143-.122.26-.265.508-.43.742-.015.022-.064.056-.146.034l-.827-.227a1.402 1.402 0 00-1.147.203c-.12.08-.245.152-.375.217a1.4 1.4 0 00-.748.891l-.217.83c-.022.081-.076.107-.103.109a4.97 4.97 0 01-.856 0c-.027-.002-.082-.028-.103-.11l-.217-.829a1.403 1.403 0 00-.748-.891 3.374 3.374 0 01-.375-.217 1.402 1.402 0 00-1.147-.203L4.155 11c-.082.022-.131-.012-.147-.034a4.87 4.87 0 01-.429-.742c-.011-.024-.017-.084.044-.143l.611-.604a1.4 1.4 0 00.398-1.093 3.437 3.437 0 010-.436 1.402 1.402 0 00-.398-1.092l-.611-.604c-.06-.06-.055-.12-.044-.143a4.84 4.84 0 01.43-.742c.015-.022.064-.056.146-.034l.827.227c.42.115.834.006 1.147-.203.12-.08.245-.153.375-.217.336-.167.638-.471.748-.891l.217-.83c.021-.082.076-.107.103-.11zM8 2.166c-.177 0-.352.008-.526.023a1.253 1.253 0 00-1.093.946l-.217.829c-.013.05-.06.118-.159.168a4.494 4.494 0 00-.501.29c-.092.061-.174.067-.224.053l-.828-.227c-.482-.132-1.043.016-1.364.472a5.994 5.994 0 00-.529.913c-.236.507-.083 1.067.273 1.42l.611.603c.037.037.073.11.066.22a4.563 4.563 0 000 .58c.007.11-.029.184-.066.22l-.61.605c-.357.351-.51.912-.274 1.418.15.321.327.627.529.914.32.456.882.604 1.364.472l.827-.227c.05-.014.133-.008.225.053.16.107.327.204.501.29.1.05.146.118.159.168l.217.829c.126.485.536.897 1.093.946a6.1 6.1 0 001.052 0 1.253 1.253 0 001.093-.946l.217-.83c.013-.05.06-.118.16-.167.173-.086.34-.183.5-.29.092-.061.175-.067.225-.053l.827.226c.482.133 1.043-.015 1.364-.471.202-.287.379-.593.528-.914.237-.506.084-1.067-.272-1.418l-.611-.604c-.037-.037-.073-.11-.066-.221a4.557 4.557 0 000-.58c-.007-.11.029-.184.066-.22l.61-.604c.357-.352.51-.912.274-1.419a5.994 5.994 0 00-.529-.913c-.32-.456-.882-.604-1.364-.472l-.827.227c-.05.014-.133.008-.225-.053a4.495 4.495 0 00-.5-.29c-.1-.05-.147-.118-.16-.168l-.217-.83a1.253 1.253 0 00-1.093-.945A6.072 6.072 0 008 2.166zm1.125 6a1.125 1.125 0 11-2.25 0 1.125 1.125 0 012.25 0zm1.125 0a2.25 2.25 0 11-4.5 0 2.25 2.25 0 014.5 0z\" fill=\"currentColor\"></path>"
488
- }
489
- }
490
- };
491
- const gift = {
492
- name: "gift",
493
- keywords: [
494
- "package",
495
- "present",
496
- "skill",
497
- "craft",
498
- "freebie"
499
- ],
500
- heights: {
501
- "17": {
502
- width: 16,
503
- path: "<path fill-rule=\"evenodd\" d=\"M5.563 3.291a.937.937 0 100 1.875h1.731c-.175-.613-.407-1.05-.659-1.344-.322-.377-.685-.53-1.072-.53zM3.5 4.23c0 .337.081.656.225.937h-.413A1.312 1.312 0 002 6.48v1.5c0 .523.307.975.75 1.186v3.689c0 .725.588 1.312 1.313 1.312h7.875c.724 0 1.312-.587 1.312-1.312v-3.69c.443-.21.75-.663.75-1.186v-1.5c0-.725-.588-1.313-1.313-1.313h-.412a2.062 2.062 0 00-1.838-3c-.737 0-1.405.315-1.927.923a3.814 3.814 0 00-.51.782 3.814 3.814 0 00-.51-.782c-.522-.608-1.19-.923-1.928-.923A2.063 2.063 0 003.5 4.229zm5.206.937h1.732a.937.937 0 100-1.875c-.388 0-.75.154-1.073.53-.252.295-.484.732-.66 1.345zM3.313 6.291a.188.188 0 00-.188.188v1.5c0 .103.084.187.188.187h4.124V6.291H3.313zm5.25 0v1.875h4.124a.187.187 0 00.188-.187v-1.5a.187.187 0 00-.188-.188H8.564zm0 3h3.562v3.563a.187.187 0 01-.188.187H8.563v-3.75zm-1.126 0v3.75H4.063a.187.187 0 01-.187-.187V9.29h3.563z\" fill=\"currentColor\"></path>"
504
- }
505
- }
506
- };
507
- const globe = {
508
- name: "globe",
509
- keywords: [
510
- "world",
511
- "earth",
512
- "planet"
513
- ],
514
- heights: {
515
- "17": {
516
- width: 16,
517
- path: "<path fill-rule=\"evenodd\" d=\"M3.157 7.604h2.05a8.344 8.344 0 011.186-3.711 8.8 8.8 0 01.264-.414 4.88 4.88 0 00-3.5 4.125zm2.05 1.125h-2.05a4.88 4.88 0 003.5 4.125 8.783 8.783 0 01-.264-.414 8.343 8.343 0 01-1.186-3.71zm1.128 0h3.33a7.227 7.227 0 01-1.022 3.132c-.23.383-.46.69-.643.912a7.478 7.478 0 01-.643-.912A7.227 7.227 0 016.335 8.73zm3.33-1.125h-3.33A7.228 7.228 0 017.357 4.47c.23-.382.46-.689.643-.911.184.222.413.529.643.911.46.768.916 1.831 1.022 3.133zm1.128 1.125a8.344 8.344 0 01-1.186 3.711 8.76 8.76 0 01-.264.414 4.88 4.88 0 003.5-4.125h-2.05zm2.05-1.125h-2.05a8.344 8.344 0 00-1.186-3.711 8.799 8.799 0 00-.264-.414 4.88 4.88 0 013.5 4.125zM8 2.166a6 6 0 100 12 6 6 0 000-12z\" fill=\"currentColor\"></path>"
518
- }
519
- }
520
- };
521
- const graph = {
522
- name: "graph",
523
- keywords: [
524
- "trend",
525
- "stats",
526
- "statistics"
527
- ],
528
- heights: {
529
- "17": {
530
- width: 16,
531
- path: "<path fill-rule=\"evenodd\" d=\"M3.125 3.479a.563.563 0 00-1.125 0v9.375c0 .31.252.562.563.562h10.874a.563.563 0 000-1.125H3.126V3.48zm10.71 1.898a.562.562 0 10-.795-.796L9.5 8.121 7.648 6.269a.563.563 0 00-.796 0L4.415 8.706a.563.563 0 00.795.796l2.04-2.04 1.852 1.852a.563.563 0 00.796 0l3.937-3.937z\" fill=\"currentColor\"></path>"
532
- }
533
- }
534
- };
535
- const grid = {
536
- name: "grid",
537
- keywords: [
538
- ],
539
- heights: {
540
- "17": {
541
- width: 16,
542
- path: "<path fill-rule=\"evenodd\" d=\"M2.6 2.166a.6.6 0 00-.6.6v4.2a.6.6 0 00.6.6h4.2a.6.6 0 00.6-.6v-4.2a.6.6 0 00-.6-.6H2.6zm.6 4.2v-3h3v3h-3zm6-4.2a.6.6 0 00-.6.6v4.2a.6.6 0 00.6.6h4.2a.6.6 0 00.6-.6v-4.2a.6.6 0 00-.6-.6H9.2zm.6 4.2v-3h3v3h-3zm-1.2 3a.6.6 0 01.6-.6h4.2a.6.6 0 01.6.6v4.2a.6.6 0 01-.6.6H9.2a.6.6 0 01-.6-.6v-4.2zm1.2.6v3h3v-3h-3zm-7.2-1.2a.6.6 0 00-.6.6v4.2a.6.6 0 00.6.6h4.2a.6.6 0 00.6-.6v-4.2a.6.6 0 00-.6-.6H2.6zm.6 4.2v-3h3v3h-3z\" fill=\"currentColor\"></path>"
543
- }
544
- }
545
- };
546
- const heart = {
547
- name: "heart",
548
- keywords: [
549
- "love",
550
- "beat"
551
- ],
552
- heights: {
553
- "17": {
554
- width: 16,
555
- path: "<path fill-rule=\"evenodd\" d=\"M5.188 4.042c-1.002 0-2.063.873-2.063 2.25 0 1.612 1.185 3.107 2.524 4.26A15.414 15.414 0 008 12.213a15.413 15.413 0 002.351-1.659c1.339-1.154 2.524-2.65 2.524-4.262 0-1.376-1.06-2.25-2.063-2.25-1.03 0-1.956.74-2.271 1.843a.562.562 0 01-1.082 0C7.144 4.78 6.217 4.04 5.188 4.04zM8 12.854l-.259.5-.001-.002-.005-.002-.013-.007-.05-.027a15.504 15.504 0 01-.822-.485 16.558 16.558 0 01-1.936-1.426C3.534 10.215 2 8.43 2 6.292c0-1.999 1.564-3.375 3.188-3.375 1.16 0 2.177.6 2.812 1.514.635-.913 1.652-1.514 2.813-1.514C12.435 2.917 14 4.293 14 6.292c0 2.137-1.534 3.923-2.914 5.113a16.559 16.559 0 01-2.758 1.911l-.05.027-.013.007-.005.002-.001.001L8 12.854zm0 0l.259.5a.563.563 0 01-.518 0l.259-.5z\" fill=\"currentColor\"></path>"
556
- }
557
- }
558
- };
559
- const home = {
560
- name: "home",
561
- keywords: [
562
- "welcome",
563
- "index",
564
- "house",
565
- "building"
566
- ],
567
- heights: {
568
- "17": {
569
- width: 16,
570
- path: "<path fill-rule=\"evenodd\" d=\"M8.127 3.468a.204.204 0 00-.254 0l-4.28 3.424a.204.204 0 00-.077.16v5.721c0 .113.092.204.204.204h2.242v-4.28a.611.611 0 01.611-.611h2.854a.611.611 0 01.611.611v4.28h2.242a.204.204 0 00.204-.204V7.05a.206.206 0 00-.077-.158l-4.28-3.424zm-1.019-.955a1.427 1.427 0 011.783 0l4.28 3.424c.338.27.536.68.536 1.114v5.722A1.427 1.427 0 0112.28 14.2H9.427a.611.611 0 01-.612-.611v-4.28h-1.63v4.28a.612.612 0 01-.612.611H3.72a1.427 1.427 0 01-1.427-1.427V7.05c0-.432.198-.842.536-1.113l4.28-3.424z\" fill=\"currentColor\"></path>"
571
- }
572
- }
573
- };
574
- const image = {
575
- name: "image",
576
- keywords: [
577
- ],
578
- heights: {
579
- "17": {
580
- width: 16,
581
- path: "<path fill-rule=\"evenodd\" d=\"M3.313 4.041a.188.188 0 00-.188.188v7.875c0 .104.084.187.188.187h.705a.578.578 0 01.022-.022L8.598 7.71a1.313 1.313 0 011.808-.046L12.875 9.9V4.23a.187.187 0 00-.188-.188H3.313zm9.374 8.25h-7.08l3.786-3.785a.187.187 0 01.259-.006l3.223 2.916v.688a.187.187 0 01-.188.187zM14 12.104V4.229c0-.725-.588-1.313-1.313-1.313H3.313C2.587 2.916 2 3.504 2 4.23v7.875c0 .725.588 1.312 1.313 1.312h9.374c.725 0 1.313-.587 1.313-1.312zM6.125 6.666a.375.375 0 11-.75 0 .375.375 0 01.75 0zm1.125 0a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z\" fill=\"currentColor\"></path>"
582
- }
583
- }
584
- };
585
- const info = {
586
- name: "info",
587
- keywords: [
588
- "help"
589
- ],
590
- heights: {
591
- "17": {
592
- width: 16,
593
- path: "<path fill-rule=\"evenodd\" d=\"M8 3.291a4.875 4.875 0 100 9.75 4.875 4.875 0 000-9.75zM2 8.166a6 6 0 1112 0 6 6 0 01-12 0zm4.875-.187c0-.31.252-.563.563-.563h.75c.31 0 .562.252.562.563v2.062h.188a.562.562 0 110 1.125h-1.5a.563.563 0 010-1.125h.187v-1.5h-.188a.563.563 0 01-.562-.562zM8 6.666a.75.75 0 100-1.5.75.75 0 000 1.5z\" fill=\"currentColor\"></path>"
594
- }
595
- }
596
- };
597
- const key = {
598
- name: "key",
599
- keywords: [
600
- "key",
601
- "lock",
602
- "secure",
603
- "safe"
604
- ],
605
- heights: {
606
- "17": {
607
- width: 16,
608
- path: "<path fill-rule=\"evenodd\" d=\"M6.875 6.291a3 3 0 112.049 2.847.562.562 0 00-.576.135l-.769.768h-.891a.562.562 0 00-.563.563v.892l-.045.045h-.893a.562.562 0 00-.562.563v.892l-.045.045H3.312a.187.187 0 01-.187-.187v-1.267l3.768-3.768a.562.562 0 00.136-.576 2.996 2.996 0 01-.154-.952zm3-4.125a4.125 4.125 0 00-4.011 5.091l-3.7 3.7a.562.562 0 00-.164.397v1.5c0 .725.588 1.312 1.313 1.312h1.5a.562.562 0 00.397-.164l.375-.375a.562.562 0 00.165-.398v-.563h.563a.562.562 0 00.397-.164l.375-.375a.562.562 0 00.165-.398v-.563h.563a.562.562 0 00.397-.164l.7-.7a4.125 4.125 0 10.966-8.136zm.375 4.5a.75.75 0 100-1.5.75.75 0 000 1.5z\" fill=\"currentColor\"></path>"
609
- }
610
- }
611
- };
612
- const law = {
613
- name: "law",
614
- keywords: [
615
- "legal",
616
- "bill"
617
- ],
618
- heights: {
619
- "17": {
620
- width: 16,
621
- path: "<path fill-rule=\"evenodd\" d=\"M8.563 3.291a.563.563 0 00-1.125 0v.938h-.739c-.228 0-.453.06-.651.173l-.967.552a.188.188 0 01-.093.025H3.313a.562.562 0 100 1.125h.32L2.05 9.623a.562.562 0 00.115.629l.398-.398-.398.398.001.001.002.002.005.004.011.012a1.393 1.393 0 00.146.12c.095.071.229.16.403.247.35.175.857.34 1.517.34.66 0 1.167-.165 1.517-.34a2.64 2.64 0 00.515-.337l.034-.03.011-.012.005-.004.002-.002v-.001l-.396-.398.397.398a.562.562 0 00.115-.629l-1.583-3.52h.121c.229 0 .453-.059.652-.172l.966-.552a.187.187 0 01.093-.025h.739v7.125H5.563a.562.562 0 100 1.125h4.875a.563.563 0 000-1.125H8.562V5.354h.739a.18.18 0 01.093.025l.966.552c.199.113.423.173.652.173h.121L9.55 9.623a.562.562 0 00.115.629l.398-.398-.398.398.001.001.002.002.005.004.011.012a1.33 1.33 0 00.146.12c.095.071.229.16.403.247.35.175.857.34 1.517.34.66 0 1.167-.165 1.517-.34a2.636 2.636 0 00.514-.337l.035-.03.007-.007.004-.005.005-.004.002-.002v-.001l-.396-.398.397.398a.563.563 0 00.115-.629l-1.583-3.52h.32a.563.563 0 000-1.124h-1.675a.187.187 0 01-.093-.025l-.967-.552a1.313 1.313 0 00-.651-.173h-.739V3.29zM3.27 9.65c.214.101.539.205.979.205.44 0 .765-.104.979-.205L4.25 7.475l-.979 2.174zm7.5 0c.214.101.539.205.979.205.44 0 .765-.104.979-.205l-.979-2.174-.979 2.174z\" fill=\"currentColor\"></path>"
622
- }
623
- }
624
- };
625
- const layers = {
626
- name: "layers",
627
- keywords: [
628
- ],
629
- heights: {
630
- "17": {
631
- width: 16,
632
- path: "<path fill-rule=\"evenodd\" d=\"M7.756 2.224a.545.545 0 01.488 0l5.454 2.727a.545.545 0 010 .976L8.244 8.654a.545.545 0 01-.488 0L2.302 5.927a.545.545 0 010-.976l5.454-2.727zM3.766 5.44L8 7.557l4.235-2.118L8 3.322 3.765 5.439z\" fill=\"currentColor\"></path><path d=\"M2.058 10.65a.545.545 0 01.731-.244L8 13.01l5.21-2.605a.545.545 0 01.488.975l-5.454 2.73a.546.546 0 01-.488 0l-5.454-2.73a.545.545 0 01-.244-.731z\" fill=\"currentColor\"></path><path d=\"M2.79 7.678a.545.545 0 10-.488.976l5.454 2.727a.545.545 0 00.488 0l5.454-2.727a.545.545 0 00-.488-.976L8 10.284 2.79 7.678z\" fill=\"currentColor\"></path>"
633
- }
634
- }
635
- };
636
- const loader = {
637
- name: "loader",
638
- keywords: [
639
- ],
640
- heights: {
641
- "17": {
642
- width: 16,
643
- path: "<path d=\"M8.878 13.196a.879.879 0 11-1.757 0 .879.879 0 011.757 0zM9.16 3.137a1.16 1.16 0 11-2.321 0 1.16 1.16 0 012.322 0zm3.357 8.58a.97.97 0 11-1.941 0 .97.97 0 011.94 0zm-7.311 0a.764.764 0 11-1.528 0 .764.764 0 011.528 0zm8.895-3.551a1.072 1.072 0 11-2.144 0 1.072 1.072 0 012.144 0zm-10.437 0a.694.694 0 11-1.387 0 .694.694 0 011.387 0zm9.021-3.561a1.139 1.139 0 11-2.278 0 1.139 1.139 0 012.278 0zm-7.642 0a.6.6 0 11-1.202 0 .6.6 0 011.202 0z\" fill=\"currentColor\"></path>"
644
- }
645
- }
646
- };
647
- const location = {
648
- name: "location",
649
- keywords: [
650
- "here",
651
- "marker"
652
- ],
653
- heights: {
654
- "17": {
655
- width: 16,
656
- path: "<path fill-rule=\"evenodd\" d=\"M10.815 4.527a3.982 3.982 0 010 5.63L8 12.971l-2.815-2.815a3.981 3.981 0 115.63-5.63zM11.66 11a5.176 5.176 0 10-7.318 0l2.814 2.815a1.195 1.195 0 001.69 0L11.66 11zM8 8.934A1.592 1.592 0 108 5.75a1.592 1.592 0 000 3.185z\" fill=\"currentColor\"></path>"
657
- }
658
- }
659
- };
660
- const lock = {
661
- name: "lock",
662
- keywords: [
663
- "secure",
664
- "safe",
665
- "protected"
666
- ],
667
- heights: {
668
- "17": {
669
- width: 16,
670
- path: "<path fill-rule=\"evenodd\" d=\"M4.8 5.366v1.6h-.2a1.4 1.4 0 00-1.4 1.4v4.4a1.4 1.4 0 001.4 1.4h6.8a1.4 1.4 0 001.4-1.4v-4.4a1.4 1.4 0 00-1.4-1.4h-.2v-1.6a3.2 3.2 0 00-6.4 0zm5.2 1.6v-1.6a2 2 0 00-4 0v1.6h4zm1.2 1.2h.2a.2.2 0 01.2.2v4.4a.2.2 0 01-.2.2H4.6a.2.2 0 01-.2-.2v-4.4a.2.2 0 01.2-.2h6.6z\" fill=\"currentColor\"></path>"
671
- }
672
- }
673
- };
674
- const mail = {
675
- name: "mail",
676
- keywords: [
677
- "email",
678
- "unread"
679
- ],
680
- heights: {
681
- "17": {
682
- width: 16,
683
- path: "<path fill-rule=\"evenodd\" d=\"M3.313 3.7C2.588 3.7 2 4.289 2 5.014v6.375c0 .725.588 1.312 1.313 1.312h9.374c.725 0 1.313-.587 1.313-1.312V5.585a.67.67 0 000-.02v-.552c0-.725-.588-1.312-1.313-1.312H3.313zm9.562 1.553v-.24a.187.187 0 00-.188-.187H3.313a.188.188 0 00-.188.187v.24L8 8.111l4.875-2.858zm-9.75 1.304v4.83c0 .104.084.188.188.188h9.374a.187.187 0 00.188-.187v-4.83l-4.59 2.69a.562.562 0 01-.57 0l-4.59-2.69z\" fill=\"currentColor\"></path>"
684
- }
685
- }
686
- };
687
- const map = {
688
- name: "map",
689
- keywords: [
690
- ],
691
- heights: {
692
- "17": {
693
- width: 16,
694
- path: "<path fill-rule=\"evenodd\" d=\"M6 2.666a.498.498 0 00-.256.07L2.252 4.733A.5.5 0 002 5.166v8a.5.5 0 00.748.434l3.268-1.867 3.751 1.876a.497.497 0 00.489-.013l3.492-1.995a.5.5 0 00.252-.435v-8a.5.5 0 00-.748-.434L9.984 4.6 6.233 2.724A.498.498 0 006 2.666zm4.5 9.639l2.5-1.429V4.028l-2.5 1.429v6.848zm-1-6.83l-3-1.5v6.882l3 1.5V5.475zM3 5.457l2.5-1.429v6.848L3 12.305V5.457z\" fill=\"currentColor\"></path>"
695
- }
696
- }
697
- };
698
- const megaphone = {
699
- name: "megaphone",
700
- keywords: [
701
- "bullhorn",
702
- "loud",
703
- "shout",
704
- "broadcast"
705
- ],
706
- heights: {
707
- "17": {
708
- width: 16,
709
- path: "<path fill-rule=\"evenodd\" d=\"M13.678 2.442A.562.562 0 0114 2.95l-.917-.436-.011.009-.058.042c-.054.038-.14.097-.258.168a7.42 7.42 0 01-1.098.539c-.991.396-2.513.803-4.592.803a1.2 1.2 0 00-.646-.187H5A3 3 0 003.876 9.67l-.001.03c0 1.74.365 2.949.61 3.563.196.494.672.75 1.138.75h.897c.514 0 .921-.291 1.16-.643a1.58 1.58 0 00.232-1.272 9.507 9.507 0 01-.287-2.387c1.795.065 3.133.433 4.033.793a7.42 7.42 0 011.098.539 4.267 4.267 0 01.316.21l.01.009h.001a.563.563 0 00.917-.437V2.95l-.918-.436a.562.562 0 01.596-.072zM5.002 9.888c.024 1.476.337 2.48.528 2.96a.045.045 0 00.02.022.139.139 0 00.073.018h.897c.062 0 .151-.035.23-.15a.456.456 0 00.074-.356A10.527 10.527 0 016.5 9.885a1.23 1.23 0 01-.081.003H5.002zm2.623-1.303c1.951.066 3.43.466 4.451.874.308.124.574.248.799.363V3.954a9.03 9.03 0 01-.799.362c-1.021.41-2.5.81-4.451.875v3.394zm5.457-6.07zM3.125 6.887c0-1.036.84-1.875 1.875-1.875h1.42a.08.08 0 01.08.08v3.59a.08.08 0 01-.08.08H5a1.875 1.875 0 01-1.875-1.875z\" fill=\"currentColor\"></path>"
710
- }
711
- }
712
- };
713
- const moon = {
714
- name: "moon",
715
- keywords: [
716
- ],
717
- heights: {
718
- "17": {
719
- width: 16,
720
- path: "<path fill-rule=\"evenodd\" d=\"M9.243 2.36a.66.66 0 01.692-.154 6.166 6.166 0 01-2.099 11.96 6.166 6.166 0 01-5.797-4.064.66.66 0 01.846-.846A4.843 4.843 0 009.09 3.052a.66.66 0 01.154-.692zm1.423 1.712a6.164 6.164 0 01-6.76 6.76 4.843 4.843 0 106.76-6.76z\" fill=\"currentColor\"></path>"
721
- }
722
- }
723
- };
724
- const navigation = {
725
- name: "navigation",
726
- keywords: [
727
- ],
728
- heights: {
729
- "17": {
730
- width: 16,
731
- path: "<path fill-rule=\"evenodd\" d=\"M13.833 2.334c.17.17.215.43.112.648L8.802 13.84a.571.571 0 01-1.07-.107l-1.06-4.238-4.24-1.06a.571.571 0 01-.105-1.07L13.184 2.22a.571.571 0 01.649.113zm-9.574 5.38l3.022.755a.571.571 0 01.416.416l.756 3.022 3.774-7.968L4.26 7.714z\" fill=\"currentColor\"></path>"
732
- }
733
- }
734
- };
735
- const organization = {
736
- name: "organization",
737
- keywords: [
738
- "people",
739
- "group",
740
- "team"
741
- ],
742
- heights: {
743
- "17": {
744
- width: 16,
745
- path: "<path fill-rule=\"evenodd\" d=\"M3.125 12.854c0 .103.084.187.187.187H5v-.937c0-.31.252-.563.562-.563h1.875c.311 0 .563.252.563.563v.937h1.687a.187.187 0 00.188-.187V3.479a.187.187 0 00-.188-.188H3.312a.188.188 0 00-.187.188v9.375zm.187 1.312A1.312 1.312 0 012 12.854V3.479c0-.725.588-1.313 1.312-1.313h6.375c.725 0 1.313.588 1.313 1.313v9.375c0 .064-.005.126-.013.187h1.7a.187.187 0 00.188-.187V8.38a.188.188 0 00-.084-.156l-.79-.527a.563.563 0 01.623-.936l.791.527c.366.244.585.653.585 1.092v4.474c0 .725-.588 1.312-1.313 1.312h-2.624a.56.56 0 01-.148-.02c-.074.014-.15.02-.228.02h-2.25a.562.562 0 01-.562-.562v-.938h-.75v.938c0 .31-.252.562-.563.562h-2.25zM4.25 4.98c0-.31.252-.563.562-.563h.375a.562.562 0 110 1.125h-.375a.562.562 0 01-.562-.562zm.562 1.687a.562.562 0 000 1.125h.375a.563.563 0 000-1.125h-.375zM4.25 9.48c0-.31.252-.563.562-.563h.375a.563.563 0 010 1.125h-.375a.562.562 0 01-.562-.562zm3.562-.563a.562.562 0 000 1.125h.375a.562.562 0 100-1.125h-.375zM7.25 7.23c0-.31.252-.563.562-.563h.375a.563.563 0 010 1.125h-.375a.562.562 0 01-.562-.562zm.562-2.813a.562.562 0 000 1.125h.375a.563.563 0 000-1.125h-.375z\" fill=\"currentColor\"></path>"
746
- }
747
- }
748
- };
749
- const paperclip = {
750
- name: "paperclip",
751
- keywords: [
752
- ],
753
- heights: {
754
- "17": {
755
- width: 16,
756
- path: "<path fill-rule=\"evenodd\" d=\"M10.154 3.228a1.59 1.59 0 00-1.126.467L4.15 8.572a2.655 2.655 0 003.756 3.755l4.877-4.877a.53.53 0 01.75.75l-4.877 4.878A3.717 3.717 0 113.4 7.82l4.877-4.877a2.655 2.655 0 113.755 3.754l-4.883 4.878a1.593 1.593 0 01-2.253-2.253l4.506-4.5a.53.53 0 01.75.75l-4.505 4.5a.532.532 0 00.751.752l4.883-4.877a1.594 1.594 0 00-1.127-2.72z\" fill=\"currentColor\"></path>"
757
- }
758
- }
759
- };
760
- const pencil = {
761
- name: "pencil",
762
- keywords: [
763
- "edit",
764
- "change",
765
- "update",
766
- "write"
767
- ],
768
- heights: {
769
- "17": {
770
- width: 16,
771
- path: "<path fill-rule=\"evenodd\" d=\"M10.53 2.603a1.49 1.49 0 012.108 0l.925.925a1.49 1.49 0 010 2.108L6.23 12.971c-.18.18-.401.31-.645.38l-2.77.79a.639.639 0 01-.79-.79l.792-2.769c.07-.243.2-.465.38-.644l7.334-7.335zm1.205.904a.213.213 0 00-.301 0l-1.076 1.075 1.226 1.226 1.076-1.075a.213.213 0 000-.301l-.925-.925zM10.68 6.712L9.454 5.486 4.1 10.84a.213.213 0 00-.054.093l-.476 1.663 1.664-.475a.213.213 0 00.092-.054l5.356-5.356z\" fill=\"currentColor\"></path>"
772
- }
773
- }
774
- };
775
- const people = {
776
- name: "people",
777
- keywords: [
778
- ],
779
- heights: {
780
- "17": {
781
- width: 16,
782
- path: "<path fill-rule=\"evenodd\" d=\"M6.144 5.153a1.523 1.523 0 100 3.046 1.523 1.523 0 000-3.046zM3.48 6.676a2.666 2.666 0 114.49 1.942 4.194 4.194 0 012.31 3.11.571.571 0 01-1.128.18 3.047 3.047 0 00-6.017 0 .571.571 0 11-1.129-.18 4.194 4.194 0 012.31-3.11 2.658 2.658 0 01-.838-1.942zm6.854-1.142a.571.571 0 000 1.142 1.143 1.143 0 01.508 2.166.571.571 0 00-.317.512v.268a.571.571 0 00.437.556c.914.22 1.647.914 1.92 1.807a.571.571 0 101.093-.335 3.816 3.816 0 00-1.95-2.294 2.286 2.286 0 00-1.69-3.822z\" fill=\"currentColor\"></path>"
783
- }
784
- }
785
- };
786
- const percent = {
787
- name: "percent",
788
- keywords: [
789
- ],
790
- heights: {
791
- "17": {
792
- width: 16,
793
- path: "<path d=\"M13.138 3.028c.26.26.26.683 0 .943l-9.333 9.334a.667.667 0 01-.943-.943l9.333-9.334c.26-.26.683-.26.943 0zM3 4.666a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zm8.5 5.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3z\" fill=\"currentColor\"></path>"
794
- }
795
- }
796
- };
797
- const person = {
798
- name: "person",
799
- keywords: [
800
- "people",
801
- "man",
802
- "woman",
803
- "human"
804
- ],
805
- heights: {
806
- "17": {
807
- width: 16,
808
- path: "<path fill-rule=\"evenodd\" d=\"M10.304 6.287a2.305 2.305 0 11-4.61 0 2.305 2.305 0 014.61 0zm.056 2.834A3.69 3.69 0 008 2.6a3.688 3.688 0 00-2.362 6.52 5.535 5.535 0 00-3.163 4.74.691.691 0 001.381.065 4.149 4.149 0 018.288 0 .692.692 0 101.381-.065 5.535 5.535 0 00-3.164-4.74z\" fill=\"currentColor\"></path>"
809
- }
810
- }
811
- };
812
- const phone = {
813
- name: "phone",
814
- keywords: [
815
- ],
816
- heights: {
817
- "17": {
818
- width: 16,
819
- path: "<path d=\"M2.83 2.703l2.209-.509a1.07 1.07 0 011.226.624l1.02 2.38c.187.435.06.95-.308 1.251l-.937.767a7.29 7.29 0 002.911 2.909l.767-.938c.3-.368.816-.495 1.252-.307l2.38 1.02c.479.204.739.72.624 1.226l-.509 2.208c-.112.49-.544.832-1.045.832C6.68 14.17 1.998 9.52 1.998 3.748c0-.501.342-.933.832-1.045zm9.146 10.33a.483.483 0 00.49-.38l.306-1.329a.5.5 0 00-.29-.571l-1.572-.675a.5.5 0 00-.584.144l-.673.822a.773.773 0 01-.954.206c-1.78-.928-2.854-1.999-3.783-3.782a.773.773 0 01.206-.954l.823-.673a.5.5 0 00.143-.584l-.674-1.572a.5.5 0 00-.572-.29l-1.33.306a.483.483 0 00-.378.49 9.295 9.295 0 008.842 8.842z\" fill=\"currentColor\"></path>"
820
- }
821
- }
822
- };
823
- const play = {
824
- name: "play",
825
- keywords: [
826
- "play",
827
- "start",
828
- "begin",
829
- "action"
830
- ],
831
- heights: {
832
- "17": {
833
- width: 16,
834
- path: "<path fill-rule=\"evenodd\" d=\"M3.125 8.166a4.875 4.875 0 119.75 0 4.875 4.875 0 01-9.75 0zm4.875-6a6 6 0 100 12 6 6 0 000-12zm-1.216 3.92a.188.188 0 00-.284.162v3.837c0 .146.159.236.284.161l3.198-1.919a.188.188 0 000-.321l-3.198-1.92z\" fill=\"currentColor\"></path>"
835
- }
836
- }
837
- };
838
- const plus = {
839
- name: "plus",
840
- keywords: [
841
- "add",
842
- "new",
843
- "more"
844
- ],
845
- heights: {
846
- "17": {
847
- width: 16,
848
- path: "<path fill-rule=\"evenodd\" d=\"M8 2.2a.783.783 0 01.783.783v4.435h4.434a.782.782 0 010 1.565H8.783v4.435a.782.782 0 11-1.566 0V8.983H2.783a.783.783 0 010-1.565h4.434V2.983A.783.783 0 018 2.2z\" fill=\"currentColor\"></path>"
849
- }
850
- }
851
- };
852
- const printer = {
853
- name: "printer",
854
- keywords: [
855
- ],
856
- heights: {
857
- "17": {
858
- width: 16,
859
- path: "<path fill-rule=\"evenodd\" d=\"M4.182 2.712c0-.301.244-.546.545-.546h6.546c.301 0 .545.245.545.546v3.273h.546A1.636 1.636 0 0114 7.62v2.727a1.636 1.636 0 01-1.636 1.637h-.546v1.636a.545.545 0 01-.545.545H4.727a.545.545 0 01-.545-.545v-1.636h-.546A1.636 1.636 0 012 10.348V7.621a1.636 1.636 0 011.636-1.636h.546V2.712zm0 8.182V9.257c0-.3.244-.545.545-.545h6.546c.301 0 .545.244.545.545v1.637h.546a.545.545 0 00.545-.546V7.621a.545.545 0 00-.545-.546H3.636a.545.545 0 00-.545.546v2.727a.545.545 0 00.545.546h.546zm6.545.537V9.803H5.273v3.272h5.454v-1.644zm0-8.174v2.728H5.273V3.257h5.454z\" fill=\"currentColor\"></path>"
860
- }
861
- }
862
- };
863
- const question = {
864
- name: "question",
865
- keywords: [
866
- "help",
867
- "explain"
868
- ],
869
- heights: {
870
- "17": {
871
- width: 16,
872
- path: "<path fill-rule=\"evenodd\" d=\"M8 3.291a4.875 4.875 0 100 9.75 4.875 4.875 0 000-9.75zM2 8.166a6 6 0 1112 0 6 6 0 01-12 0zm6.75 2.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM7.19 6.73a.755.755 0 01.255-.299c.108-.072.278-.14.555-.14.21 0 .415.065.553.17a.46.46 0 01.197.393c0 .132-.03.198-.058.239a.717.717 0 01-.207.184 4.88 4.88 0 01-.194.12l-.005.003c-.07.042-.153.092-.235.146a1.812 1.812 0 00-.519.496.562.562 0 10.936.624.716.716 0 01.207-.184 4.88 4.88 0 01.194-.12l.005-.003c.07-.042.153-.092.235-.146.167-.112.366-.266.52-.496.16-.24.246-.527.246-.863 0-.57-.27-1.011-.647-1.294A2.07 2.07 0 008 5.166c-.473 0-.866.12-1.18.33a1.878 1.878 0 00-.636.731.563.563 0 101.007.503z\" fill=\"currentColor\"></path>"
873
- }
874
- }
875
- };
876
- const rocket = {
877
- name: "rocket",
878
- keywords: [
879
- "staff",
880
- "stafftools",
881
- "blast",
882
- "off",
883
- "space",
884
- "launch",
885
- "ship"
886
- ],
887
- heights: {
888
- "17": {
889
- width: 16,
890
- path: "<path d=\"M13 3.166a8.94 8.94 0 00-7.01 3.951A3.816 3.816 0 003 7.849v.635a4.682 4.682 0 014.683 4.665v.009h.634a3.782 3.782 0 00.732-2.99A8.911 8.911 0 0013 3.166zM8.538 6.51c0-.618.503-1.12 1.12-1.12.617 0 1.12.502 1.12 1.12 0 .617-.503 1.12-1.12 1.12-.617 0-1.12-.503-1.12-1.12zm-3.959 4.24a1.23 1.23 0 00-1.526.847c-.035.106-.044.22-.044.335v1.234h1.235c.105 0 .202-.008.3-.035a1.231 1.231 0 00.89-1.499 1.25 1.25 0 00-.855-.882z\" fill=\"currentColor\"></path>"
891
- }
892
- }
893
- };
894
- const save = {
895
- name: "save",
896
- keywords: [
897
- ],
898
- heights: {
899
- "17": {
900
- width: 16,
901
- path: "<path fill-rule=\"evenodd\" d=\"M3.8 2.166a1.8 1.8 0 00-1.8 1.8v8.4a1.8 1.8 0 001.8 1.8h8.4a1.8 1.8 0 001.8-1.8v-6.6a.6.6 0 00-.176-.424l-3-3a.6.6 0 00-.424-.176H3.8zm0 1.2a.6.6 0 00-.6.6v8.4a.6.6 0 00.6.6h.6v-4.2a.6.6 0 01.6-.6h6a.6.6 0 01.6.6v4.2h.6a.6.6 0 00.6-.6V6.015l-2.649-2.649H5.6v1.8h4.2a.6.6 0 110 1.2H5a.6.6 0 01-.6-.6v-2.4h-.6zm1.8 6v3.6h4.8v-3.6H5.6z\" fill=\"currentColor\"></path>"
902
- }
903
- }
904
- };
905
- const search = {
906
- name: "search",
907
- keywords: [
908
- "magnifying",
909
- "glass"
910
- ],
911
- heights: {
912
- "17": {
913
- width: 16,
914
- path: "<path fill-rule=\"evenodd\" d=\"M7.4 2.05a5.55 5.55 0 103.358 9.97l2.112 2.11a.75.75 0 001.06-1.06l-2.11-2.111A5.55 5.55 0 007.4 2.05zm2.925 8.352a4.05 4.05 0 10-.123.123.764.764 0 01.123-.123z\" fill=\"currentColor\"></path>"
915
- }
916
- }
917
- };
918
- const signature = {
919
- name: "signature",
920
- keywords: [
921
- ],
922
- heights: {
923
- "17": {
924
- width: 16,
925
- path: "<path fill-rule=\"evenodd\" d=\"M7.848 6.372a2.892 2.892 0 00-.209.31c-.283.513-.524.925-.748 1.307-.412.703-.764 1.305-1.208 2.25-.217.46-.504 1.324-.634 1.966l-.001.008a1.45 1.45 0 01-.03.126v.001a.635.635 0 01-.053.122v.002c-.013.022-.072.123-.195.197a.556.556 0 01-.64-.047.554.554 0 01-.167-.23v-.001a.578.578 0 01-.037-.16 4.26 4.26 0 01-.008-.199l-.005-.148a74.324 74.324 0 01-.029-3.04l.002-.339c0-.245-.014-1.086-.134-1.821-.062-.374-.142-.665-.23-.834a1.117 1.117 0 00-.263.235c-.115.134-.214.28-.33.45-.04.058-.08.119-.125.183-.4.577-.7 1.21-1.003 1.926a.555.555 0 01-1.023-.432c.31-.736.646-1.454 1.114-2.128l.093-.136c.122-.18.271-.4.433-.588.213-.247.502-.507.901-.626a.902.902 0 01.762.107c.2.13.332.319.42.486.177.334.28.774.347 1.177.135.825.15 1.74.148 2.005l-.001.339-.001.278c.333-.656.64-1.18.968-1.74.22-.377.45-.77.705-1.233l.455.252-.455-.252c.119-.215.328-.5.544-.752.207-.24.482-.523.745-.67a.6.6 0 01.675.058.692.692 0 01.205.298c.046.125.064.268.074.361a4.552 4.552 0 01.023.392v.007l.001.033v-.003c.027.36.036.847.045 1.345l.01.48c.011.535.03 1.038.074 1.428l.068-.081c.227-.28.471-.653.73-1.06.045-.071.09-.144.137-.216.209-.332.425-.674.63-.964.127-.178.258-.349.39-.494.129-.14.284-.285.464-.382a.867.867 0 01.722-.069c.24.09.386.27.47.406.153.243.25.58.32.822l.011.043c.069.237.122.41.174.527.348-.179.666-.536.954-1.275a.555.555 0 011.035.404c-.391 1.002-.931 1.668-1.736 1.972a.897.897 0 01-.72-.021 1.067 1.067 0 01-.437-.417c-.157-.256-.256-.6-.327-.85l-.01-.032a8.78 8.78 0 00-.111-.365 4.243 4.243 0 00-.293.374 21.23 21.23 0 00-.59.903l-.146.23c-.256.403-.531.826-.805 1.164-.137.169-.286.33-.443.462a1.396 1.396 0 01-.58.307.724.724 0 01-.853-.46 1.966 1.966 0 01-.103-.418L8.01 9.6c-.09-.506-.116-1.22-.131-1.882l-.01-.515c-.006-.3-.01-.583-.02-.831zm3.875.465l.003.003a.036.036 0 01-.003-.003z\" fill=\"currentColor\"></path>"
926
- }
927
- }
928
- };
929
- const sort = {
930
- name: "sort",
931
- keywords: [
932
- ],
933
- heights: {
934
- "17": {
935
- width: 16,
936
- path: "<path d=\"M4.524 6.542l3.304-3.304a.243.243 0 01.344 0l3.304 3.304a.243.243 0 01-.172.415H4.696a.243.243 0 01-.172-.415zm6.952 3.248l-3.304 3.305a.243.243 0 01-.344 0L4.524 9.791a.243.243 0 01.172-.415h6.608c.217 0 .326.262.172.415z\" fill=\"currentColor\"></path>"
937
- }
938
- }
939
- };
940
- const star = {
941
- name: "star",
942
- keywords: [
943
- "save",
944
- "remember",
945
- "like"
946
- ],
947
- heights: {
948
- "17": {
949
- width: 16,
950
- path: "<path fill-rule=\"evenodd\" d=\"M8 2.43a.607.607 0 01.546.34l1.524 3.09 3.41.495a.607.607 0 01.337 1.036L11.35 9.796l.582 3.396a.607.607 0 01-.881.64L8 12.228l-3.05 1.604a.607.607 0 01-.882-.64l.584-3.396-2.47-2.405a.608.608 0 01.338-1.037l3.41-.495 1.525-3.09A.607.607 0 018 2.431zm0 1.981L6.88 6.683a.607.607 0 01-.457.332l-2.508.365 1.814 1.768a.608.608 0 01.175.538l-.428 2.498 2.243-1.18a.608.608 0 01.565 0l2.244 1.18-.43-2.498a.609.609 0 01.176-.538l1.814-1.768-2.508-.364a.607.607 0 01-.456-.332L8 4.41v.001z\" fill=\"currentColor\"></path>"
951
- }
952
- }
953
- };
954
- const tag = {
955
- name: "tag",
956
- keywords: [
957
- "release"
958
- ],
959
- heights: {
960
- "17": {
961
- width: 16,
962
- path: "<path fill-rule=\"evenodd\" d=\"M3.218 7.669V3.588a.203.203 0 01.203-.203h4.082a.203.203 0 01.143.059l5.076 5.076a.202.202 0 010 .288l-4.08 4.08a.201.201 0 01-.222.045.201.201 0 01-.066-.044L3.278 7.813a.203.203 0 01-.06-.144zM2 7.669V3.588c0-.785.637-1.422 1.421-1.422h4.082c.376 0 .739.15 1.005.417l5.076 5.076a1.421 1.421 0 010 2.01L9.502 13.75a1.421 1.421 0 01-2.01 0L2.418 8.674A1.422 1.422 0 012 7.67zm4.06-2.254a.812.812 0 100 1.624.812.812 0 000-1.624z\" fill=\"currentColor\"></path>"
963
- }
964
- }
965
- };
966
- const tools = {
967
- name: "tools",
968
- keywords: [
969
- "screwdriver",
970
- "wrench",
971
- "settings"
972
- ],
973
- heights: {
974
- "17": {
975
- width: 16,
976
- path: "<path fill-rule=\"evenodd\" d=\"M5.904 3.394a3.669 3.669 0 00-1.578 3.017c0 1.305.68 2.45 1.707 3.103.422.269.758.754.736 1.34v.007l-.134 2.723a.612.612 0 11-1.223-.06l.133-2.718c.002-.07-.04-.176-.169-.258A4.895 4.895 0 013.102 6.41c0-1.663.83-3.133 2.095-4.017a1.21 1.21 0 011.366-.032c.377.241.62.675.62 1.162v2.301c0 .068.034.13.09.169l.612.416c.07.047.16.047.23 0l.612-.416a.204.204 0 00.09-.169v-2.3c0-.487.243-.92.62-1.162a1.21 1.21 0 011.366.032 4.893 4.893 0 012.095 4.017c0 1.74-.908 3.269-2.274 4.137-.129.082-.17.189-.169.258l.133 2.718a.612.612 0 11-1.223.06l-.134-2.73c-.022-.586.314-1.071.736-1.34a3.67 3.67 0 001.707-3.103 3.669 3.669 0 00-1.578-3.017c-.02.014-.055.055-.055.13v2.301c0 .473-.235.916-.626 1.182l-.612.416a1.429 1.429 0 01-1.606 0l-.612-.416a1.429 1.429 0 01-.626-1.182V3.524c0-.075-.035-.116-.055-.13zm.009-.004z\" fill=\"currentColor\"></path>"
977
- }
978
- }
979
- };
980
- const trashcan = {
981
- name: "trashcan",
982
- keywords: [
983
- "garbage",
984
- "rubbish",
985
- "recycle",
986
- "delete"
987
- ],
988
- heights: {
989
- "17": {
990
- width: 16,
991
- path: "<path fill-rule=\"evenodd\" d=\"M6.8 3.566c0-.11.09-.2.2-.2h2c.11 0 .2.09.2.2v1H6.8v-1zm3.6 0v1h1.8a.6.6 0 010 1.2H3.8a.6.6 0 010-1.2h1.8v-1a1.4 1.4 0 011.4-1.4h2a1.4 1.4 0 011.4 1.4zm-5.203 3.94a.6.6 0 10-1.194.12l.528 5.28a1.4 1.4 0 001.393 1.26h4.152a1.4 1.4 0 001.393-1.26l.528-5.28a.6.6 0 10-1.194-.12l-.528 5.28a.2.2 0 01-.199.18H5.924a.2.2 0 01-.2-.18l-.527-5.28z\" fill=\"currentColor\"></path>"
992
- }
993
- }
994
- };
995
- const unlock = {
996
- name: "unlock",
997
- keywords: [
998
- ],
999
- heights: {
1000
- "16": {
1001
- width: 16,
1002
- path: "<path fill-rule=\"evenodd\" d=\"M6 5.2a2 2 0 013.685-1.076.6.6 0 101.012-.647A3.2 3.2 0 004.8 5.2v1.6h-.4A1.2 1.2 0 003.2 8v4.8A1.2 1.2 0 004.4 14h7.2a1.2 1.2 0 001.2-1.2V8a1.2 1.2 0 00-1.2-1.2H6V5.2zM5.4 8h-1v4.8h7.2V8H5.4z\" fill=\"currentColor\"></path>"
1003
- }
1004
- }
1005
- };
1006
- const upload = {
1007
- name: "upload",
1008
- keywords: [
1009
- ],
1010
- heights: {
1011
- "17": {
1012
- width: 16,
1013
- path: "<path fill-rule=\"evenodd\" d=\"M8.471 2.795a.667.667 0 00-.942 0L4.195 6.13a.667.667 0 10.943.943l2.195-2.196v5.946a.667.667 0 101.334 0V4.876l2.195 2.196a.667.667 0 10.943-.943L8.47 2.795zM4.222 13.267a.667.667 0 000 1.333h7.556a.667.667 0 000-1.333H4.222z\" fill=\"currentColor\"></path>"
1014
- }
1015
- }
1016
- };
1017
- const x = {
1018
- name: "x",
1019
- keywords: [
1020
- "remove",
1021
- "close",
1022
- "delete"
1023
- ],
1024
- heights: {
1025
- "17": {
1026
- width: 16,
1027
- path: "<path fill-rule=\"evenodd\" d=\"M3.243 3.465a.83.83 0 011.173 0l3.563 3.563 3.562-3.563a.83.83 0 111.173 1.172L9.151 8.2l3.563 3.563a.828.828 0 01-.58 1.437.83.83 0 01-.593-.264L7.98 9.373l-3.563 3.563a.83.83 0 01-1.173-1.173L6.806 8.2 3.243 4.637a.83.83 0 010-1.172z\" fill=\"currentColor\"></path>"
1028
- }
1029
- }
1030
- };
1031
- const data = {
1032
- "alarm-clock": {
1033
- name: "alarm-clock",
1034
- keywords: [
1035
- ],
1036
- heights: {
1037
- "17": {
1038
- width: 16,
1039
- path: "<path fill-rule=\"evenodd\" d=\"M13.624 4.791c0 .766-.328 1.455-.85 1.936.304.665.475 1.408.473 2.191a5.224 5.224 0 01-1.16 3.293l.996.996a.56.56 0 010 .794.56.56 0 01-.794 0l-.999-.998a5.25 5.25 0 01-6.585 0l-.996.996a.56.56 0 01-.795 0 .56.56 0 010-.795l.996-.996a5.237 5.237 0 01-1.16-3.292c0-.78.172-1.524.476-2.19a2.623 2.623 0 114.162-3.025 5.34 5.34 0 011.224 0 2.623 2.623 0 015.013 1.09zm-1.125 0c0-.827-.672-1.5-1.5-1.5a1.49 1.49 0 00-1.248.673c.967.342 1.806.96 2.42 1.762.204-.255.329-.581.329-.935zM5 3.291c-.827 0-1.5.673-1.5 1.5 0 .354.125.68.33.935a5.241 5.241 0 012.422-1.762A1.5 1.5 0 005 3.29zM3.875 8.916A4.122 4.122 0 008 13.04a4.122 4.122 0 004.124-4.124A4.122 4.122 0 008 4.79a4.122 4.122 0 00-4.125 4.125zm4.31-1.79a.505.505 0 10-1.01 0v2.356a.505.505 0 00.317.469l1.684.673a.505.505 0 00.375-.937L8.185 9.14V7.126z\" fill=\"currentColor\"></path>"
1040
- }
1041
- }
1042
- },
1043
- "alert-hex": {
1044
- name: "alert-hex",
1045
- keywords: [
1046
- ],
1047
- heights: {
1048
- "17": {
1049
- width: 16,
1050
- path: "<path fill-rule=\"evenodd\" d=\"M5.352 2.365A.563.563 0 015.75 2.2h4.5c.15 0 .292.06.398.165l3.187 3.188A.562.562 0 0114 5.95v4.5c0 .15-.06.293-.165.398l-3.187 3.188a.562.562 0 01-.398.164h-4.5a.562.562 0 01-.398-.164l-3.187-3.188A.563.563 0 012 10.45v-4.5c0-.149.06-.292.165-.397l3.187-3.188zm.631.96L3.125 6.183v4.034l2.858 2.858h4.034l2.858-2.858V6.183l-2.858-2.858H5.983zM8 5.2c.31 0 .563.252.563.563v2.625a.563.563 0 01-1.126 0V5.763c0-.31.252-.563.563-.563zm0 6a.75.75 0 100-1.5.75.75 0 000 1.5z\" fill=\"currentColor\"></path>"
1051
- }
1052
- }
1053
- },
1054
- "alert-triangle": {
1055
- name: "alert-triangle",
1056
- keywords: [
1057
- ],
1058
- heights: {
1059
- "17": {
1060
- width: 16,
1061
- path: "<path fill-rule=\"evenodd\" d=\"M8.169 3.753a.191.191 0 00-.338 0l-4.658 8.714a.192.192 0 00.17.282h9.315a.191.191 0 00.169-.282L8.169 3.753zM6.818 3.21a1.34 1.34 0 012.364 0l4.658 8.715a1.34 1.34 0 01-1.182 1.972H3.342a1.34 1.34 0 01-1.182-1.972L6.818 3.21zm1.948 7.624a.766.766 0 11-1.532 0 .766.766 0 011.532 0zm-.192-4.021a.574.574 0 00-1.148 0v1.914a.574.574 0 001.148 0V6.814z\" fill=\"currentColor\"></path>"
1062
- }
1063
- }
1064
- },
1065
- apps: apps,
1066
- archive: archive,
1067
- "arrow-down": {
1068
- name: "arrow-down",
1069
- keywords: [
1070
- "point",
1071
- "direction"
1072
- ],
1073
- heights: {
1074
- "17": {
1075
- width: 16,
1076
- path: "<path fill-rule=\"evenodd\" d=\"M13.336 8.027a.837.837 0 010 1.184l-4.744 4.744a.837.837 0 01-1.184 0L2.664 9.21a.837.837 0 111.184-1.184l3.315 3.315V3.037a.837.837 0 011.674 0v8.305l3.315-3.315a.837.837 0 011.184 0z\" fill=\"currentColor\"></path>"
1077
- }
1078
- }
1079
- },
1080
- "arrow-left": {
1081
- name: "arrow-left",
1082
- keywords: [
1083
- "point",
1084
- "direction"
1085
- ],
1086
- heights: {
1087
- "17": {
1088
- width: 16,
1089
- path: "<path fill-rule=\"evenodd\" d=\"M8.173 13.536a.837.837 0 01-1.184 0L2.245 8.792a.837.837 0 010-1.184L6.99 2.864a.837.837 0 011.184 1.184L4.858 7.363h8.305a.837.837 0 110 1.674H4.858l3.315 3.315a.837.837 0 010 1.184z\" fill=\"currentColor\"></path>"
1090
- }
1091
- }
1092
- },
1093
- "arrow-right": {
1094
- name: "arrow-right",
1095
- keywords: [
1096
- "point",
1097
- "direction"
1098
- ],
1099
- heights: {
1100
- "16": {
1101
- width: 16,
1102
- path: "<path fill-rule=\"evenodd\" d=\"M7.827 2.664a.837.837 0 011.184 0l4.744 4.744a.837.837 0 010 1.184L9.01 13.336a.837.837 0 11-1.184-1.184l3.315-3.315H2.837a.837.837 0 010-1.674h8.305L7.827 3.848a.837.837 0 010-1.184z\" fill=\"currentColor\"></path>"
1103
- }
1104
- }
1105
- },
1106
- "arrow-up": {
1107
- name: "arrow-up",
1108
- keywords: [
1109
- "point",
1110
- "direction"
1111
- ],
1112
- heights: {
1113
- "17": {
1114
- width: 16,
1115
- path: "<path fill-rule=\"evenodd\" d=\"M2.664 8.373a.837.837 0 010-1.184l4.744-4.744a.837.837 0 011.184 0l4.744 4.744a.837.837 0 11-1.184 1.184L8.837 5.058v8.305a.837.837 0 01-1.674 0V5.058L3.848 8.373a.837.837 0 01-1.184 0z\" fill=\"currentColor\"></path>"
1116
- }
1117
- }
1118
- },
1119
- award: award,
1120
- bell: bell,
1121
- "bell-slash": {
1122
- name: "bell-slash",
1123
- keywords: [
1124
- ],
1125
- heights: {
1126
- "17": {
1127
- width: 16,
1128
- path: "<path fill-rule=\"evenodd\" d=\"M8 3.325c-.748 0-1.422.312-1.9.815a.562.562 0 01-.815-.777A3.75 3.75 0 0111.75 5.95v1.78a.562.562 0 11-1.125 0V5.95A2.625 2.625 0 008 3.325zM5.137 5.433L2.892 3.807a.562.562 0 10-.66.912l2.018 1.46v1.982a.188.188 0 01-.031.104L2.94 10.18a1.138 1.138 0 00.947 1.77h8.332l.888.642a.562.562 0 10.66-.91l-1.032-.747a.338.338 0 00-.01-.008L5.148 5.441a.554.554 0 00-.011-.008zm5.529 5.392L5.375 6.994v1.167c0 .259-.077.512-.22.728l-1.278 1.916a.014.014 0 00-.002.007v.005l.004.005a.015.015 0 00.004.003h6.783zM8 14.2a1.5 1.5 0 001.488-1.313c.013-.102-.072-.187-.176-.187H6.688c-.104 0-.19.085-.176.188A1.5 1.5 0 008 14.2z\" fill=\"currentColor\"></path>"
1129
- }
1130
- }
1131
- },
1132
- bookmark: bookmark,
1133
- briefcase: briefcase,
1134
- calendar: calendar,
1135
- "calendar-month": {
1136
- name: "calendar-month",
1137
- keywords: [
1138
- ],
1139
- heights: {
1140
- "17": {
1141
- width: 16,
1142
- path: "<path fill-rule=\"evenodd\" d=\"M5.563 2.2c.31 0 .562.252.562.563V3.7h3.75v-.937a.562.562 0 111.125 0V3.7h.938c.724 0 1.312.588 1.312 1.313v7.875c0 .725-.588 1.312-1.313 1.312H4.064a1.312 1.312 0 01-1.313-1.312V5.013c0-.725.588-1.313 1.313-1.313H5v-.937c0-.31.252-.563.563-.563zm6.375 2.625c.103 0 .187.084.187.188V6.7h-8.25V5.013c0-.104.084-.188.188-.188h7.875zm-8.063 3v5.063c0 .104.084.187.188.187h7.875a.187.187 0 00.187-.187V7.825h-8.25z\" fill=\"currentColor\"></path><path d=\"M5.281 10.148h.938c.154 0 .281-.109.281-.242v-.808c0-.133-.127-.242-.281-.242H5.28c-.154 0-.281.109-.281.242v.808c0 .133.127.242.281.242zm3.469-1.05v.808c0 .133-.127.242-.281.242H7.53c-.154 0-.281-.109-.281-.242v-.808c0-.133.127-.242.281-.242h.938c.154 0 .281.109.281.242zm2.25 0v.808c0 .133-.127.242-.281.242H9.78c-.154 0-.281-.109-.281-.242v-.808c0-.133.127-.242.281-.242h.938c.154 0 .281.109.281.242zm-2.25 1.939v.808c0 .133-.127.242-.281.242H7.53c-.154 0-.281-.109-.281-.242v-.808c0-.133.127-.242.281-.242h.938c.154 0 .281.109.281.242zm-2.25 0v.808c0 .133-.127.242-.281.242H5.28c-.154 0-.281-.109-.281-.242v-.808c0-.133.127-.242.281-.242h.938c.154 0 .281.109.281.242zm4.5 0v.808c0 .133-.127.242-.281.242H9.78c-.154 0-.281-.109-.281-.242v-.808c0-.133.127-.242.281-.242h.938c.154 0 .281.109.281.242z\" fill=\"currentColor\"></path>"
1143
- }
1144
- }
1145
- },
1146
- "calendar-week": {
1147
- name: "calendar-week",
1148
- keywords: [
1149
- ],
1150
- heights: {
1151
- "17": {
1152
- width: 16,
1153
- path: "<path fill-rule=\"evenodd\" d=\"M5.563 2.2c.31 0 .562.252.562.563V3.7h3.75v-.937a.562.562 0 111.125 0V3.7h.938c.724 0 1.312.588 1.312 1.313v7.875c0 .725-.588 1.312-1.313 1.312H4.064a1.312 1.312 0 01-1.313-1.312V5.013c0-.725.588-1.313 1.313-1.313H5v-.937c0-.31.252-.563.563-.563zm6.375 2.625c.103 0 .187.084.187.188V6.7h-8.25V5.013c0-.104.084-.188.188-.188h7.875zm-8.063 3v5.063c0 .104.084.187.188.187h7.875a.187.187 0 00.187-.187V7.825h-8.25z\" fill=\"currentColor\"></path><path d=\"M7.12 11.934H5.28c-.168 0-.306-.169-.306-.374V9.316c0-.205.138-.374.307-.374h1.84c.168 0 .306.169.306.374v2.244c0 .205-.138.373-.307.373zm3.567 0H8.85c-.168 0-.306-.169-.306-.374V9.316c0-.205.138-.374.306-.374h1.837c.168 0 .306.169.306.374v2.244c0 .205-.138.373-.306.373z\" fill=\"currentColor\"></path>"
1154
- }
1155
- }
1156
- },
1157
- camera: camera,
1158
- check: check,
1159
- "check-circle": {
1160
- name: "check-circle",
1161
- keywords: [
1162
- ],
1163
- heights: {
1164
- "17": {
1165
- width: 16,
1166
- path: "<path d=\"M10.835 6.91a.562.562 0 10-.795-.795L7.063 9.092 5.96 7.99a.563.563 0 00-.795.796l1.5 1.5c.22.22.576.22.795 0l3.375-3.375z\" fill=\"currentColor\"></path><path fill-rule=\"evenodd\" d=\"M2 8.2a6 6 0 1112 0 6 6 0 01-12 0zm1.125 0a4.875 4.875 0 119.75 0 4.875 4.875 0 01-9.75 0z\" fill=\"currentColor\"></path>"
1167
- }
1168
- }
1169
- },
1170
- "check-circle-fill": {
1171
- name: "check-circle-fill",
1172
- keywords: [
1173
- ],
1174
- heights: {
1175
- "17": {
1176
- width: 16,
1177
- path: "<path fill-rule=\"evenodd\" d=\"M8 14.166a6 6 0 100-12 6 6 0 000 12zm2.835-7.29a.562.562 0 10-.795-.795L7.063 9.058 5.96 7.956a.563.563 0 00-.795.796l1.5 1.5c.22.22.576.22.795 0l3.375-3.375z\" fill=\"currentColor\"></path>"
1178
- }
1179
- }
1180
- },
1181
- "chevron-down": {
1182
- name: "chevron-down",
1183
- keywords: [
1184
- "triangle",
1185
- "arrow"
1186
- ],
1187
- heights: {
1188
- "16": {
1189
- width: 16,
1190
- path: "<path fill-rule=\"evenodd\" d=\"M13.736 4.814a.9.9 0 010 1.272l-5.1 5.1a.9.9 0 01-1.272 0l-5.1-5.1a.9.9 0 011.272-1.272L8 9.277l4.464-4.463a.9.9 0 011.272 0z\" fill=\"currentColor\"></path>"
1191
- }
1192
- }
1193
- },
1194
- "chevron-left": {
1195
- name: "chevron-left",
1196
- keywords: [
1197
- "triangle",
1198
- "arrow"
1199
- ],
1200
- heights: {
1201
- "16": {
1202
- width: 16,
1203
- path: "<path fill-rule=\"evenodd\" d=\"M11.187 13.736a.9.9 0 01-1.273 0l-5.1-5.1a.9.9 0 010-1.272l5.1-5.1a.9.9 0 011.273 1.272L6.723 8l4.464 4.464a.9.9 0 010 1.272z\" fill=\"currentColor\"></path>"
1204
- }
1205
- }
1206
- },
1207
- "chevron-right": {
1208
- name: "chevron-right",
1209
- keywords: [
1210
- "triangle",
1211
- "arrow"
1212
- ],
1213
- heights: {
1214
- "16": {
1215
- width: 16,
1216
- path: "<path fill-rule=\"evenodd\" d=\"M4.814 2.264a.9.9 0 011.272 0l5.1 5.1a.9.9 0 010 1.272l-5.1 5.1a.9.9 0 11-1.272-1.272L9.277 8 4.814 3.536a.9.9 0 010-1.272z\" fill=\"currentColor\"></path>"
1217
- }
1218
- }
1219
- },
1220
- "chevron-up": {
1221
- name: "chevron-up",
1222
- keywords: [
1223
- "triangle",
1224
- "arrow"
1225
- ],
1226
- heights: {
1227
- "16": {
1228
- width: 16,
1229
- path: "<path fill-rule=\"evenodd\" d=\"M2.264 11.187a.9.9 0 010-1.273l5.1-5.1a.9.9 0 011.272 0l5.1 5.1a.9.9 0 01-1.272 1.273L8 6.723l-4.464 4.464a.9.9 0 01-1.272 0z\" fill=\"currentColor\"></path>"
1230
- }
1231
- }
1232
- },
1233
- "chevrons-down": {
1234
- name: "chevrons-down",
1235
- keywords: [
1236
- ],
1237
- heights: {
1238
- "16": {
1239
- width: 16,
1240
- path: "<path fill-rule=\"evenodd\" d=\"M3.108 8.251a.857.857 0 011.212 0L8 11.931l3.68-3.68a.857.857 0 111.212 1.212L8.606 13.75a.857.857 0 01-1.212 0L3.108 9.463a.857.857 0 010-1.212z\" fill=\"currentColor\"></path><path fill-rule=\"evenodd\" d=\"M3.108 2.251a.857.857 0 011.212 0L8 5.931l3.68-3.68a.857.857 0 111.212 1.212L8.606 7.75a.857.857 0 01-1.212 0L3.108 3.463a.857.857 0 010-1.212z\" fill=\"currentColor\"></path>"
1241
- }
1242
- }
1243
- },
1244
- "chevrons-left": {
1245
- name: "chevrons-left",
1246
- keywords: [
1247
- ],
1248
- heights: {
1249
- "16": {
1250
- width: 16,
1251
- path: "<path fill-rule=\"evenodd\" d=\"M7.749 3.108a.857.857 0 010 1.212L4.069 8l3.68 3.68a.857.857 0 11-1.212 1.212L2.25 8.606a.857.857 0 010-1.212l4.286-4.286a.857.857 0 011.212 0z\" fill=\"currentColor\"></path><path fill-rule=\"evenodd\" d=\"M13.749 3.108a.857.857 0 010 1.212L10.069 8l3.68 3.68a.857.857 0 11-1.212 1.212L8.25 8.606a.857.857 0 010-1.212l4.286-4.286a.857.857 0 011.212 0z\" fill=\"currentColor\"></path>"
1252
- }
1253
- }
1254
- },
1255
- "chevrons-right": {
1256
- name: "chevrons-right",
1257
- keywords: [
1258
- ],
1259
- heights: {
1260
- "16": {
1261
- width: 16,
1262
- path: "<path fill-rule=\"evenodd\" d=\"M8.251 3.108a.857.857 0 011.212 0l4.286 4.286a.857.857 0 010 1.212l-4.286 4.286a.857.857 0 11-1.212-1.212L11.931 8 8.25 4.32a.857.857 0 010-1.212z\" fill=\"currentColor\"></path><path fill-rule=\"evenodd\" d=\"M2.251 3.108a.857.857 0 011.212 0L7.75 7.394a.857.857 0 010 1.212l-4.286 4.286a.857.857 0 11-1.212-1.212L5.931 8 2.25 4.32a.857.857 0 010-1.212z\" fill=\"currentColor\"></path>"
1263
- }
1264
- }
1265
- },
1266
- "chevrons-up": {
1267
- name: "chevrons-up",
1268
- keywords: [
1269
- ],
1270
- heights: {
1271
- "16": {
1272
- width: 16,
1273
- path: "<path fill-rule=\"evenodd\" d=\"M7.394 2.251a.857.857 0 011.212 0l4.286 4.286a.857.857 0 11-1.212 1.212L8 4.069 4.32 7.75a.857.857 0 01-1.212-1.212L7.394 2.25z\" fill=\"currentColor\"></path><path fill-rule=\"evenodd\" d=\"M7.394 8.251a.857.857 0 011.212 0l4.286 4.286a.857.857 0 11-1.212 1.212L8 10.069l-3.68 3.68a.857.857 0 11-1.212-1.212L7.394 8.25z\" fill=\"currentColor\"></path>"
1274
- }
1275
- }
1276
- },
1277
- "circle-slash": {
1278
- name: "circle-slash",
1279
- keywords: [
1280
- "no",
1281
- "deny",
1282
- "fail",
1283
- "failure",
1284
- "error",
1285
- "bad"
1286
- ],
1287
- heights: {
1288
- "17": {
1289
- width: 16,
1290
- path: "<path fill-rule=\"evenodd\" d=\"M3.125 8.166a4.875 4.875 0 017.901-3.822l-6.848 6.849a4.854 4.854 0 01-1.053-3.027zm1.849 3.822a4.875 4.875 0 006.848-6.848l-6.848 6.848zM8 2.166a6 6 0 100 12 6 6 0 000-12z\" fill=\"currentColor\"></path>"
1291
- }
1292
- }
1293
- },
1294
- clipboard: clipboard,
1295
- clock: clock,
1296
- comment: comment,
1297
- "comment-alt": {
1298
- name: "comment-alt",
1299
- keywords: [
1300
- ],
1301
- heights: {
1302
- "17": {
1303
- width: 16,
1304
- path: "<path fill-rule=\"evenodd\" d=\"M3.5 3.886a.214.214 0 00-.214.214v6.429c0 .118.096.214.214.214h1.714a.643.643 0 01.643.643v1.877l2.332-2.331a.643.643 0 01.454-.189H12.5a.214.214 0 00.214-.214V4.1a.214.214 0 00-.214-.214h-9zM2 4.1a1.5 1.5 0 011.5-1.5h9A1.5 1.5 0 0114 4.1v6.429a1.5 1.5 0 01-1.5 1.5H8.909l-2.206 2.206a1.248 1.248 0 01-2.132-.883v-1.323H3.5a1.5 1.5 0 01-1.5-1.5V4.1z\" fill=\"currentColor\"></path><path d=\"M5 7.267a.666.666 0 111.332-.002A.666.666 0 015 7.267zm2.333 0a.666.666 0 111.332-.002.666.666 0 01-1.332.002zm2.334 0a.666.666 0 111.332-.002.666.666 0 01-1.332.002z\" fill=\"currentColor\"></path>"
1305
- }
1306
- }
1307
- },
1308
- "comment-discussion": {
1309
- name: "comment-discussion",
1310
- keywords: [
1311
- "converse",
1312
- "talk"
1313
- ],
1314
- heights: {
1315
- "17": {
1316
- width: 16,
1317
- path: "<path fill-rule=\"evenodd\" d=\"M3.125 4.663a.188.188 0 01.188-.188h6.374a.188.188 0 01.188.188v4.125a.187.187 0 01-.188.187H7.063c-.15 0-.293.06-.398.165l-2.04 2.04V9.539a.563.563 0 00-.563-.563h-.75a.188.188 0 01-.187-.187V4.663zm.188-1.313A1.313 1.313 0 002 4.663v4.125c0 .724.588 1.313 1.313 1.313H3.5v1.157a1.093 1.093 0 001.865.772l1.93-1.93h2.393A1.313 1.313 0 0011 8.789V4.663A1.313 1.313 0 009.687 3.35H3.314zm9.562 2.813a.187.187 0 00-.188-.188h-.374a.562.562 0 110-1.125h.374c.725 0 1.313.588 1.313 1.313v4.125a1.313 1.313 0 01-1.313 1.313H12.5v1.157a1.093 1.093 0 01-1.865.772l-1.72-1.72a.564.564 0 01.612-.925c.07.03.131.075.183.13l1.665 1.665v-1.642a.562.562 0 01.563-.563h.75a.188.188 0 00.187-.187V6.163z\" fill=\"currentColor\"></path>"
1318
- }
1319
- }
1320
- },
1321
- compass: compass,
1322
- "credit-card": {
1323
- name: "credit-card",
1324
- keywords: [
1325
- "money",
1326
- "billing",
1327
- "payments",
1328
- "transactions"
1329
- ],
1330
- heights: {
1331
- "17": {
1332
- width: 16,
1333
- path: "<path d=\"M9.5 9.479c0-.31.252-.563.563-.563h1.124a.563.563 0 010 1.125h-1.124A.563.563 0 019.5 9.48z\" fill=\"currentColor\"></path><path fill-rule=\"evenodd\" d=\"M3.313 3.666C2.587 3.666 2 4.254 2 4.98v6.375c0 .725.588 1.312 1.313 1.312h9.374c.725 0 1.313-.587 1.313-1.312V4.979c0-.725-.588-1.313-1.313-1.313H3.313zm9.562 2.25V4.98a.187.187 0 00-.188-.188H3.313a.188.188 0 00-.188.188v.937h9.75zm-9.75 1.125h9.75v4.313a.187.187 0 01-.188.187H3.313a.187.187 0 01-.188-.187V7.04z\" fill=\"currentColor\"></path>"
1334
- }
1335
- }
1336
- },
1337
- dash: dash,
1338
- "dollar-sign": {
1339
- name: "dollar-sign",
1340
- keywords: [
1341
- ],
1342
- heights: {
1343
- "17": {
1344
- width: 16,
1345
- path: "<path fill-rule=\"evenodd\" d=\"M8.5 3a.5.5 0 10-1 0v1.5h-.75a2.25 2.25 0 100 4.5h.75v2.5H5a.5.5 0 000 1h2.5V14a.5.5 0 101 0v-1.5h.75a2.25 2.25 0 100-4.5H8.5V5.5h2a.5.5 0 000-1h-2V3zm-1 2.5h-.75a1.25 1.25 0 100 2.5h.75V5.5zm1 3.5v2.5h.75a1.25 1.25 0 000-2.5H8.5z\" fill=\"currentColor\"></path>"
1346
- }
1347
- }
1348
- },
1349
- download: download,
1350
- duplicate: duplicate,
1351
- edit: edit,
1352
- expand: expand,
1353
- eye: eye,
1354
- "eye-closed": {
1355
- name: "eye-closed",
1356
- keywords: [
1357
- "hidden",
1358
- "invisible",
1359
- "concealed",
1360
- ""
1361
- ],
1362
- heights: {
1363
- "17": {
1364
- width: 16,
1365
- path: "<path fill-rule=\"evenodd\" d=\"M2.107 3.933a.562.562 0 01.785-.126l10.875 7.875a.562.562 0 11-.66.912l-1.686-1.222C10.51 12.092 9.344 12.7 8 12.7c-1.486 0-2.753-.743-3.7-1.558-.952-.819-1.64-1.759-1.978-2.268a1.213 1.213 0 010-1.347c.265-.4.746-1.065 1.401-1.729l-1.49-1.08a.562.562 0 01-.126-.785zm2.54 2.534A10.658 10.658 0 003.259 8.15a.09.09 0 00-.016.05c0 .016.004.034.016.052.31.465.931 1.312 1.775 2.037.848.73 1.862 1.287 2.966 1.287.896 0 1.732-.367 2.468-.894l-1.672-1.21A1.5 1.5 0 016.543 7.84L4.647 6.466zM8 4.825c-.387 0-.762.069-1.124.189a.562.562 0 01-.355-1.068A4.672 4.672 0 018 3.7c1.486 0 2.753.744 3.7 1.559.952.818 1.64 1.759 1.978 2.267.272.41.272.939 0 1.348-.083.125-.186.275-.308.441a.562.562 0 11-.907-.665c.11-.151.204-.286.278-.398a.09.09 0 000-.103c-.31-.465-.931-1.312-1.774-2.037-.849-.73-1.863-1.287-2.967-1.287z\" fill=\"currentColor\"></path>"
1366
- }
1367
- }
1368
- },
1369
- file: file,
1370
- folder: folder,
1371
- gear: gear,
1372
- gift: gift,
1373
- globe: globe,
1374
- graph: graph,
1375
- grid: grid,
1376
- heart: heart,
1377
- home: home,
1378
- image: image,
1379
- info: info,
1380
- "kebab-horizontal": {
1381
- name: "kebab-horizontal",
1382
- keywords: [
1383
- "kebab",
1384
- "dot",
1385
- "menu",
1386
- "more"
1387
- ],
1388
- heights: {
1389
- "17": {
1390
- width: 16,
1391
- path: "<path d=\"M3.125 9.725a1.125 1.125 0 100-2.25 1.125 1.125 0 000 2.25zm4.875 0a1.125 1.125 0 100-2.25 1.125 1.125 0 000 2.25zM14 8.6a1.125 1.125 0 11-2.25 0 1.125 1.125 0 012.25 0z\" fill=\"currentColor\"></path>"
1392
- }
1393
- }
1394
- },
1395
- "kebab-vertical": {
1396
- name: "kebab-vertical",
1397
- keywords: [
1398
- "kebab",
1399
- "dot",
1400
- "menu",
1401
- "more"
1402
- ],
1403
- heights: {
1404
- "17": {
1405
- width: 16,
1406
- path: "<path d=\"M6.875 4.025a1.125 1.125 0 102.25 0 1.125 1.125 0 00-2.25 0zm0 4.875a1.125 1.125 0 102.25 0 1.125 1.125 0 00-2.25 0zM8 14.9a1.125 1.125 0 110-2.25 1.125 1.125 0 010 2.25z\" fill=\"currentColor\"></path>"
1407
- }
1408
- }
1409
- },
1410
- key: key,
1411
- law: law,
1412
- layers: layers,
1413
- "left-align": {
1414
- name: "left-align",
1415
- keywords: [
1416
- ],
1417
- heights: {
1418
- "17": {
1419
- width: 16,
1420
- path: "<path fill-rule=\"evenodd\" d=\"M5.306 8.129a.667.667 0 000 .943l3.334 3.333a.667.667 0 00.943-.943L7.387 9.267h5.946a.667.667 0 100-1.333H7.387l2.196-2.196a.667.667 0 00-.943-.943L5.306 8.13zM3.333 4.822a.667.667 0 00-1.333 0v7.556a.667.667 0 101.333 0V4.822z\" fill=\"currentColor\"></path>"
1421
- }
1422
- }
1423
- },
1424
- "light-bulb": {
1425
- name: "light-bulb",
1426
- keywords: [
1427
- "idea"
1428
- ],
1429
- heights: {
1430
- "17": {
1431
- width: 16,
1432
- path: "<path fill-rule=\"evenodd\" d=\"M8 3.291c-1.772 0-3 1.268-3 2.813 0 .738.318 1.219.738 1.728l.16.19c.168.198.353.417.505.636.213.308.403.672.466 1.117a.562.562 0 01-1.113.158c-.03-.211-.122-.41-.277-.635a6.524 6.524 0 00-.407-.51l-.201-.24c-.47-.57-.996-1.307-.996-2.444 0-2.205 1.772-3.938 4.125-3.938 2.353 0 4.125 1.733 4.125 3.938 0 1.137-.526 1.875-.996 2.444l-.201.24c-.155.183-.287.34-.406.51-.156.225-.247.424-.277.635a.562.562 0 01-1.114-.159c.063-.444.253-.808.466-1.116.152-.22.337-.438.505-.636l.16-.19c.42-.51.738-.99.738-1.728C11 4.559 9.772 3.29 8 3.29zM6.5 13.604a.563.563 0 01.563-.563h1.875a.562.562 0 110 1.125H7.062a.563.563 0 01-.562-.562zm-.188-2.438a.562.562 0 100 1.125h3.375a.562.562 0 000-1.125H6.313z\" fill=\"currentColor\"></path>"
1433
- }
1434
- }
1435
- },
1436
- "link-external": {
1437
- name: "link-external",
1438
- keywords: [
1439
- "out",
1440
- "see",
1441
- "more",
1442
- "go",
1443
- "to"
1444
- ],
1445
- heights: {
1446
- "17": {
1447
- width: 16,
1448
- path: "<path fill-rule=\"evenodd\" d=\"M9.942 2.2h3.827a.23.23 0 01.231.231V6.26a.23.23 0 01-.394.163l-1.424-1.424-3.462 3.46a.692.692 0 01-.979-.979l3.462-3.461-1.424-1.425a.23.23 0 01.163-.394zm-6.327.924C2.723 3.124 2 3.847 2 4.739v7.846c0 .892.723 1.615 1.615 1.615h7.846c.893 0 1.616-.723 1.616-1.615v-3.23a.692.692 0 10-1.385 0v3.23a.23.23 0 01-.23.23H3.614a.23.23 0 01-.23-.23V4.74a.23.23 0 01.23-.23h3.231a.692.692 0 000-1.385h-3.23z\" fill=\"currentColor\"></path>"
1449
- }
1450
- }
1451
- },
1452
- "list-ordered": {
1453
- name: "list-ordered",
1454
- keywords: [
1455
- "numbers",
1456
- "tasks",
1457
- "todo",
1458
- "items"
1459
- ],
1460
- heights: {
1461
- "17": {
1462
- width: 16,
1463
- path: "<path fill-rule=\"evenodd\" d=\"M3.603 3.766a.4.4 0 00-.579-.358l-.802.4a.4.4 0 00.357.716l.224-.111v2.154H2.4a.4.4 0 000 .8h1.605a.4.4 0 100-.8h-.402v-2.8zm2.397.6a.6.6 0 01.6-.6h6.8a.6.6 0 110 1.2H6.6a.6.6 0 01-.6-.6zm0 4a.6.6 0 01.6-.6h6.8a.6.6 0 110 1.2H6.6a.6.6 0 01-.6-.6zm0 4a.6.6 0 01.6-.6h6.8a.6.6 0 110 1.2H6.6a.6.6 0 01-.6-.6zm-3.26-2.344l.002-.003a.681.681 0 01.115-.123.528.528 0 01.343-.13c.156 0 .246.056.3.118a.454.454 0 01.103.3c0 .363-.216.547-.64.863l-.029.02c-.38.284-.934.695-.934 1.5a.4.4 0 00.4.4h1.602a.4.4 0 000-.8H2.918c.105-.159.28-.298.523-.478l.038-.028c.376-.28.925-.686.925-1.476a1.25 1.25 0 00-.303-.83 1.17 1.17 0 00-.9-.388c-.384 0-.671.162-.854.314a1.487 1.487 0 00-.279.307l-.005.009-.002.003-.001.002a.4.4 0 00.68.42zm-.34-.211l-.342-.208.342.208z\" fill=\"currentColor\"></path>"
1464
- }
1465
- }
1466
- },
1467
- "list-unordered": {
1468
- name: "list-unordered",
1469
- keywords: [
1470
- "bullet",
1471
- "point",
1472
- "tasks",
1473
- "todo",
1474
- "items"
1475
- ],
1476
- heights: {
1477
- "17": {
1478
- width: 16,
1479
- path: "<path fill-rule=\"evenodd\" d=\"M2.857 4.738a.857.857 0 100-1.715.857.857 0 000 1.715zm3.214-1.286a.643.643 0 000 1.286h7.286a.643.643 0 100-1.286H6.071zm0 4.286a.643.643 0 000 1.285h7.286a.643.643 0 100-1.285H6.071zm0 4.285a.643.643 0 100 1.286h7.286a.643.643 0 100-1.285H6.071zM3.714 8.166a.857.857 0 11-1.714 0 .857.857 0 011.714 0zm-.857 5.143a.857.857 0 100-1.714.857.857 0 000 1.714z\" fill=\"currentColor\"></path>"
1480
- }
1481
- }
1482
- },
1483
- loader: loader,
1484
- location: location,
1485
- lock: lock,
1486
- mail: mail,
1487
- map: map,
1488
- megaphone: megaphone,
1489
- "minus-circle": {
1490
- name: "minus-circle",
1491
- keywords: [
1492
- ],
1493
- heights: {
1494
- "17": {
1495
- width: 16,
1496
- path: "<path d=\"M5.818 7.655a.545.545 0 100 1.09h4.364a.546.546 0 000-1.09H5.818z\" fill=\"currentColor\"></path><path fill-rule=\"evenodd\" d=\"M8 2.2a6 6 0 100 12 6 6 0 000-12zm-4.91 6a4.91 4.91 0 119.82 0 4.91 4.91 0 01-9.82 0z\" fill=\"currentColor\"></path>"
1497
- }
1498
- }
1499
- },
1500
- moon: moon,
1501
- navigation: navigation,
1502
- organization: organization,
1503
- "package": {
1504
- name: "package",
1505
- keywords: [
1506
- "box",
1507
- "ship"
1508
- ],
1509
- heights: {
1510
- "17": {
1511
- width: 16,
1512
- path: "<path fill-rule=\"evenodd\" d=\"M11.634 5.41L8 3.31 4.367 5.408l3.634 2.099 3.633-2.098zm-7.839.99v4.194l3.633 2.098V8.498L3.795 6.4zm4.778 6.291l3.632-2.097V6.402L8.573 8.498v4.193zM7.428 2.32a1.145 1.145 0 011.144 0l4.206 2.427a1.145 1.145 0 01.572.992v4.856a1.144 1.144 0 01-.572.991l-4.206 2.427a1.145 1.145 0 01-1.144 0l-4.206-2.427a1.145 1.145 0 01-.572-.992V5.74a1.145 1.145 0 01.572-.992L7.428 2.32z\" fill=\"currentColor\"></path>"
1513
- }
1514
- }
1515
- },
1516
- paperclip: paperclip,
1517
- pencil: pencil,
1518
- people: people,
1519
- percent: percent,
1520
- person: person,
1521
- "person-circle": {
1522
- name: "person-circle",
1523
- keywords: [
1524
- ],
1525
- heights: {
1526
- "17": {
1527
- width: 16,
1528
- path: "<path fill-rule=\"evenodd\" d=\"M11 13.798a6 6 0 11.019-.01c-.013.013-.02.018-.02.01zM3.124 8.6a4.875 4.875 0 118.373 3.395 4.007 4.007 0 00-1.79-1.675 2.67 2.67 0 00-3.242-4.236 2.67 2.67 0 00-.176 4.236 4.006 4.006 0 00-1.79 1.675A4.859 4.859 0 013.126 8.6zm2.162 4.051c.775.52 1.709.824 2.713.824a4.853 4.853 0 002.712-.823 3.004 3.004 0 00-5.425 0zM9.179 9.45a1.668 1.668 0 10-2.36-2.36 1.668 1.668 0 002.36 2.36z\" fill=\"currentColor\"></path>"
1529
- }
1530
- }
1531
- },
1532
- phone: phone,
1533
- "pie-chart": {
1534
- name: "pie-chart",
1535
- keywords: [
1536
- ],
1537
- heights: {
1538
- "17": {
1539
- width: 16,
1540
- path: "<path fill-rule=\"evenodd\" d=\"M8 2.168a.545.545 0 00-.545.545v5.455c0 .3.244.545.545.545h5.454A.545.545 0 0014 8.168a6 6 0 00-6-6zm.545 5.454V3.29a4.91 4.91 0 014.334 4.333H8.545z\" fill=\"currentColor\"></path><path d=\"M6.036 3.666a.545.545 0 10-.436-1 6 6 0 107.926 7.836.545.545 0 10-1.005-.425 4.908 4.908 0 11-6.485-6.411z\" fill=\"currentColor\"></path>"
1541
- }
1542
- }
1543
- },
1544
- play: play,
1545
- plus: plus,
1546
- "plus-circle": {
1547
- name: "plus-circle",
1548
- keywords: [
1549
- ],
1550
- heights: {
1551
- "17": {
1552
- width: 16,
1553
- path: "<path fill-rule=\"evenodd\" d=\"M3.125 8.2a4.875 4.875 0 119.75 0 4.875 4.875 0 01-9.75 0zM8 2.2a6 6 0 100 12 6 6 0 000-12zm.563 3.563a.563.563 0 00-1.126 0v1.875H5.563a.563.563 0 000 1.125h1.875v1.875a.562.562 0 101.125 0V8.763h1.876a.563.563 0 000-1.125H8.562V5.763z\" fill=\"currentColor\"></path>"
1554
- }
1555
- }
1556
- },
1557
- printer: printer,
1558
- question: question,
1559
- "refresh-cw": {
1560
- name: "refresh-cw",
1561
- keywords: [
1562
- ],
1563
- heights: {
1564
- "17": {
1565
- width: 16,
1566
- path: "<path d=\"M2.262 9.55a.597.597 0 00-.362.55v3a.6.6 0 101.2 0v-1.613l1.302 1.224a5.1 5.1 0 008.409-1.91.6.6 0 10-1.132-.401 3.9 3.9 0 01-6.435 1.456l-.013-.013L4.015 10.7H5.5a.6.6 0 100-1.2h-3a.598.598 0 00-.238.05zm11.476-1.399a.597.597 0 00.362-.55v-3a.6.6 0 10-1.2 0v1.612l-1.302-1.224A5.1 5.1 0 003.189 6.9a.6.6 0 001.132.4 3.9 3.9 0 016.435-1.456l.013.013L11.985 7H10.5a.6.6 0 100 1.2h3a.598.598 0 00.238-.049z\" fill=\"currentColor\"></path>"
1567
- }
1568
- }
1569
- },
1570
- "right-align": {
1571
- name: "right-align",
1572
- keywords: [
1573
- ],
1574
- heights: {
1575
- "17": {
1576
- width: 16,
1577
- path: "<path fill-rule=\"evenodd\" d=\"M10.694 9.072a.667.667 0 000-.943L7.36 4.795a.667.667 0 00-.943.943l2.196 2.195H2.667a.667.667 0 000 1.334h5.946l-2.196 2.195a.667.667 0 00.943.943l3.333-3.333zm1.973 3.306a.667.667 0 101.333 0V4.822a.667.667 0 00-1.333 0v7.556z\" fill=\"currentColor\"></path>"
1578
- }
1579
- }
1580
- },
1581
- rocket: rocket,
1582
- "rotate-ccw": {
1583
- name: "rotate-ccw",
1584
- keywords: [
1585
- ],
1586
- heights: {
1587
- "17": {
1588
- width: 16,
1589
- path: "<path d=\"M11.232 3.773a5.555 5.555 0 00-6.604.923L3.19 6.046v-1.78a.645.645 0 10-1.291 0V7.54a.663.663 0 00.047.241.642.642 0 00.598.403h3.273a.645.645 0 000-1.291H4.175L5.518 5.63l.015-.013a4.264 4.264 0 11-1.01 4.434.645.645 0 00-1.217.43 5.555 5.555 0 107.927-6.708z\" fill=\"currentColor\"></path>"
1590
- }
1591
- }
1592
- },
1593
- "rotate-cw": {
1594
- name: "rotate-cw",
1595
- keywords: [
1596
- ],
1597
- heights: {
1598
- "17": {
1599
- width: 16,
1600
- path: "<path d=\"M8.236 3.1a5.556 5.556 0 104.458 7.35.646.646 0 10-1.218-.43 4.264 4.264 0 11-1.004-4.434l.014.013 1.341 1.264h-1.646a.646.646 0 100 1.29h3.273A.643.643 0 0014.1 7.5V4.235a.646.646 0 10-1.291 0v1.778l-1.431-1.347A5.555 5.555 0 008.236 3.1z\" fill=\"currentColor\"></path>"
1601
- }
1602
- }
1603
- },
1604
- save: save,
1605
- search: search,
1606
- "shopping-bag": {
1607
- name: "shopping-bag",
1608
- keywords: [
1609
- ],
1610
- heights: {
1611
- "17": {
1612
- width: 16,
1613
- path: "<path d=\"M6.364 7.075a.545.545 0 10-1.091 0 2.727 2.727 0 105.454 0 .546.546 0 00-1.09 0 1.636 1.636 0 11-3.273 0z\" fill=\"currentColor\"></path><path fill-rule=\"evenodd\" d=\"M4.29 2.385a.545.545 0 01.437-.219h6.546c.171 0 .333.081.436.219l1.633 2.177c.07.092.112.207.112.332v7.636a1.636 1.636 0 01-1.636 1.636H4.182a1.636 1.636 0 01-1.637-1.636V4.894c0-.125.042-.24.113-.332L4.29 2.385zm6.71.872l.818 1.091H4.182L5 3.258h6zM3.636 12.53V5.44h8.728v7.09a.545.545 0 01-.546.546H4.182a.545.545 0 01-.546-.546z\" fill=\"currentColor\"></path>"
1614
- }
1615
- }
1616
- },
1617
- "shopping-cart": {
1618
- name: "shopping-cart",
1619
- keywords: [
1620
- ],
1621
- heights: {
1622
- "17": {
1623
- width: 16,
1624
- path: "<path fill-rule=\"evenodd\" d=\"M2.5 2.416a.5.5 0 000 1h1.59l.416 2.078a.498.498 0 00.008.042l.836 4.173a1.5 1.5 0 001.494 1.207h4.852A1.5 1.5 0 0013.19 9.71l.801-4.199a.5.5 0 00-.491-.594H5.41l-.42-2.098a.5.5 0 00-.49-.402h-2zm3.83 7.098l-.72-3.598h7.286l-.687 3.6a.5.5 0 01-.5.4H6.83a.5.5 0 01-.5-.402z\" fill=\"currentColor\"></path><path d=\"M5.5 12.916a1 1 0 112 0 1 1 0 01-2 0zm5.5 0a1 1 0 112 0 1 1 0 01-2 0z\" fill=\"currentColor\"></path>"
1625
- }
1626
- }
1627
- },
1628
- "sign-in": {
1629
- name: "sign-in",
1630
- keywords: [
1631
- "door",
1632
- "arrow",
1633
- "direction",
1634
- "enter",
1635
- "log in"
1636
- ],
1637
- heights: {
1638
- "17": {
1639
- width: 16,
1640
- path: "<path fill-rule=\"evenodd\" d=\"M2.428 3.666a1.5 1.5 0 011.5-1.5h2.143a.643.643 0 010 1.286H3.928a.214.214 0 00-.214.214v9c0 .119.096.215.214.215h2.143a.643.643 0 110 1.285H3.928a1.5 1.5 0 01-1.5-1.5v-9zm5.624 3.858L9.74 5.835a.643.643 0 10-.909-.909L6.045 7.712a.643.643 0 000 .909l2.786 2.786a.643.643 0 10.91-.91L8.05 8.81h4.877a.643.643 0 000-1.285H8.052z\" fill=\"currentColor\"></path>"
1641
- }
1642
- }
1643
- },
1644
- "sign-out": {
1645
- name: "sign-out",
1646
- keywords: [
1647
- "door",
1648
- "arrow",
1649
- "direction",
1650
- "leave",
1651
- "log out"
1652
- ],
1653
- heights: {
1654
- "17": {
1655
- width: 16,
1656
- path: "<path fill-rule=\"evenodd\" d=\"M2.428 3.666a1.5 1.5 0 011.5-1.5h2.143a.643.643 0 010 1.286H3.928a.214.214 0 00-.214.214v9c0 .119.096.215.214.215h2.143a.643.643 0 110 1.285H3.928a1.5 1.5 0 01-1.5-1.5v-9zm8.948 3.858H6.5a.643.643 0 000 1.285h4.876l-1.688 1.689a.643.643 0 10.91.909l2.785-2.786a.643.643 0 000-.91l-2.786-2.785a.643.643 0 10-.909.91l1.688 1.688z\" fill=\"currentColor\"></path>"
1657
- }
1658
- }
1659
- },
1660
- signature: signature,
1661
- "sliders-h": {
1662
- name: "sliders-h",
1663
- keywords: [
1664
- ],
1665
- heights: {
1666
- "17": {
1667
- width: 16,
1668
- path: "<path d=\"M13 4.166a.5.5 0 01-.5.5H9a.5.5 0 010-1h3.5a.5.5 0 01.5.5zm-6.5.5v1a.5.5 0 001 0v-3a.5.5 0 00-1 0v1h-3a.5.5 0 000 1h3zm1.5 4a.5.5 0 000-1H3.5a.5.5 0 000 1H8zm5-.5a.5.5 0 01-.5.5h-2v1a.5.5 0 01-1 0v-3a.5.5 0 011 0v1h2a.5.5 0 01.5.5zm-6.5 5.5a.5.5 0 01-1 0v-1h-2a.5.5 0 010-1h2v-1a.5.5 0 111 0v3zm6.5-1.5a.5.5 0 01-.5.5H8a.5.5 0 010-1h4.5a.5.5 0 01.5.5z\" fill=\"currentColor\"></path>"
1669
- }
1670
- }
1671
- },
1672
- "sliders-v": {
1673
- name: "sliders-v",
1674
- keywords: [
1675
- ],
1676
- heights: {
1677
- "17": {
1678
- width: 16,
1679
- path: "<path d=\"M4 3.166a.5.5 0 01.5.5v3.5a.5.5 0 01-1 0v-3.5a.5.5 0 01.5-.5zm.5 6.5h1a.5.5 0 000-1h-3a.5.5 0 000 1h1v3a.5.5 0 001 0v-3zm4-1.5a.5.5 0 00-1 0v4.5a.5.5 0 001 0v-4.5zm-.5-5a.5.5 0 01.5.5v2h1a.5.5 0 010 1h-3a.5.5 0 010-1h1v-2a.5.5 0 01.5-.5zm5.5 6.5a.5.5 0 010 1h-1v2a.5.5 0 01-1 0v-2h-1a.5.5 0 010-1h3zm-1.5-6.5a.5.5 0 01.5.5v4.5a.5.5 0 01-1 0v-4.5a.5.5 0 01.5-.5z\" fill=\"currentColor\"></path>"
1680
- }
1681
- }
1682
- },
1683
- sort: sort,
1684
- star: star,
1685
- "star-fill": {
1686
- name: "star-fill",
1687
- keywords: [
1688
- ],
1689
- heights: {
1690
- "17": {
1691
- width: 16,
1692
- path: "<path fill-rule=\"evenodd\" d=\"M8 2.43a.607.607 0 01.546.34l1.524 3.09 3.41.495a.607.607 0 01.337 1.036L11.35 9.796l.582 3.396a.607.607 0 01-.881.64L8 12.228l-3.05 1.604a.607.607 0 01-.882-.64l.584-3.396-2.47-2.405a.608.608 0 01.338-1.037l3.41-.495 1.525-3.09A.607.607 0 018 2.431z\" fill=\"currentColor\"></path>"
1693
- }
1694
- }
1695
- },
1696
- "star-half-fill": {
1697
- name: "star-half-fill",
1698
- keywords: [
1699
- ],
1700
- heights: {
1701
- "17": {
1702
- width: 16,
1703
- path: "<path fill-rule=\"evenodd\" d=\"M8 2.43a.607.607 0 00-.546.34L5.93 5.86l-3.41.495a.607.607 0 00-.337 1.036L4.65 9.796l-.582 3.396a.608.608 0 00.881.64L8 12.228l3.05 1.604a.607.607 0 00.882-.64l-.584-3.396 2.47-2.405a.607.607 0 00-.338-1.037l-3.41-.495-1.525-3.09A.607.607 0 008 2.431zm0 1.981l1.12 2.272a.607.607 0 00.457.332l2.508.364-1.814 1.77a.608.608 0 00-.175.537l.428 2.498a136.52 136.52 0 00-2.526-1.249V4.411z\" fill=\"currentColor\"></path>"
1704
- }
1705
- }
1706
- },
1707
- tag: tag,
1708
- "three-bars": {
1709
- name: "three-bars",
1710
- keywords: [
1711
- "hamburger",
1712
- "menu",
1713
- "dropdown"
1714
- ],
1715
- heights: {
1716
- "17": {
1717
- width: 16,
1718
- path: "<path fill-rule=\"evenodd\" d=\"M2 3.88a.643.643 0 01.643-.642h10.714a.643.643 0 110 1.286H2.643A.643.643 0 012 3.88zm0 4.286a.643.643 0 01.643-.642h10.714a.643.643 0 110 1.285H2.643A.643.643 0 012 8.166zm.643 3.643a.643.643 0 100 1.286h10.714a.643.643 0 100-1.286H2.643z\" fill=\"currentColor\"></path>"
1719
- }
1720
- }
1721
- },
1722
- "time-reverse": {
1723
- name: "time-reverse",
1724
- keywords: [
1725
- ],
1726
- heights: {
1727
- "17": {
1728
- width: 16,
1729
- path: "<path fill-rule=\"evenodd\" d=\"M13.922 8.155c.007 3.306-2.69 6.01-5.995 6.011a5.973 5.973 0 01-3.42-1.066l-.108-.086a.58.58 0 01.717-.913l.11.085c.77.517 1.698.82 2.697.82a4.836 4.836 0 004.838-4.84 4.836 4.836 0 00-4.838-4.838 4.823 4.823 0 00-3.434 1.428l1.188 1.171a.29.29 0 01-.204.497H2.368a.29.29 0 01-.29-.29V3.072a.29.29 0 01.494-.206l1.09 1.076a6 6 0 0110.26 4.214zM8.127 6.317a.505.505 0 00-1.01 0v2.357a.505.505 0 00.317.468l1.684.674a.505.505 0 00.375-.938l-1.366-.546V6.317z\" fill=\"currentColor\"></path>"
1730
- }
1731
- }
1732
- },
1733
- tools: tools,
1734
- trashcan: trashcan,
1735
- "triangle-down": {
1736
- name: "triangle-down",
1737
- keywords: [
1738
- "arrow",
1739
- "point",
1740
- "direction"
1741
- ],
1742
- heights: {
1743
- "17": {
1744
- width: 16,
1745
- path: "<path d=\"M4.08 6.668l3.726 3.725c.107.107.28.107.388 0l3.725-3.725a.274.274 0 00-.194-.468h-7.45a.274.274 0 00-.194.468z\" fill=\"currentColor\"></path>"
1746
- }
1747
- }
1748
- },
1749
- "triangle-left": {
1750
- name: "triangle-left",
1751
- keywords: [
1752
- "arrow",
1753
- "point",
1754
- "direction"
1755
- ],
1756
- heights: {
1757
- "17": {
1758
- width: 16,
1759
- path: "<path d=\"M8.806 4.28L5.08 8.007a.274.274 0 000 .388l3.726 3.725c.172.173.468.05.468-.194v-7.45a.274.274 0 00-.468-.194z\" fill=\"currentColor\"></path>"
1760
- }
1761
- }
1762
- },
1763
- "triangle-right": {
1764
- name: "triangle-right",
1765
- keywords: [
1766
- "arrow",
1767
- "point",
1768
- "direction"
1769
- ],
1770
- heights: {
1771
- "17": {
1772
- width: 16,
1773
- path: "<path d=\"M6.468 4.28l3.725 3.726a.274.274 0 010 .388l-3.725 3.725A.274.274 0 016 11.925v-7.45c0-.244.295-.367.468-.194z\" fill=\"currentColor\"></path>"
1774
- }
1775
- }
1776
- },
1777
- "triangle-up": {
1778
- name: "triangle-up",
1779
- keywords: [
1780
- "arrow",
1781
- "point",
1782
- "direction"
1783
- ],
1784
- heights: {
1785
- "17": {
1786
- width: 16,
1787
- path: "<path d=\"M4.08 10.006L7.807 6.28a.274.274 0 01.388 0l3.725 3.726a.274.274 0 01-.194.468h-7.45a.274.274 0 01-.194-.468z\" fill=\"currentColor\"></path>"
1788
- }
1789
- }
1790
- },
1791
- unlock: unlock,
1792
- upload: upload,
1793
- "video-camera": {
1794
- name: "video-camera",
1795
- keywords: [
1796
- ],
1797
- heights: {
1798
- "17": {
1799
- width: 16,
1800
- path: "<path fill-rule=\"evenodd\" d=\"M14 4.979a.562.562 0 00-.852-.482L10.25 6.235V5.73c0-.725-.588-1.313-1.313-1.313H3.314A1.311 1.311 0 002 5.73v4.875c0 .725.588 1.312 1.313 1.312h5.624c.725 0 1.313-.587 1.313-1.312v-.507l2.898 1.74a.562.562 0 00.852-.483V4.979zm-3.75 3.806l2.625 1.575V5.972L10.25 7.547v1.238zM9.125 7.23v-1.5a.188.188 0 00-.188-.188H3.314a.188.188 0 00-.188.188v4.875c0 .104.084.187.188.187h5.624a.187.187 0 00.188-.187V7.229z\" fill=\"currentColor\"></path>"
1801
- }
1802
- }
1803
- },
1804
- x: x,
1805
- "x-circle": {
1806
- name: "x-circle",
1807
- keywords: [
1808
- ],
1809
- heights: {
1810
- "17": {
1811
- width: 16,
1812
- path: "<path d=\"M6.523 5.928a.563.563 0 00-.796.795L7.205 8.2 5.727 9.678a.563.563 0 00.796.795L8 8.996l1.477 1.477a.562.562 0 10.796-.795L8.796 8.2l1.477-1.477a.562.562 0 10-.796-.795L8 7.405 6.523 5.928z\" fill=\"currentColor\"></path><path fill-rule=\"evenodd\" d=\"M3.757 3.958a6 6 0 108.486 8.485 6 6 0 00-8.486-8.485zm.796 7.69a4.875 4.875 0 116.894-6.895 4.875 4.875 0 01-6.894 6.895z\" fill=\"currentColor\"></path>"
1813
- }
1814
- }
1815
- },
1816
- "x-circle-fill": {
1817
- name: "x-circle-fill",
1818
- keywords: [
1819
- ],
1820
- heights: {
1821
- "17": {
1822
- width: 16,
1823
- path: "<path fill-rule=\"evenodd\" d=\"M14 8.5a6 6 0 11-12 0 6 6 0 0112 0zm-3.844-2.434a.493.493 0 00-.544.12L7.995 7.802 6.377 6.184a.493.493 0 00-.698.698L7.298 8.5l-1.619 1.618-.002.002a.493.493 0 00.697.698l1.62-1.62 1.618 1.616a.494.494 0 10.697-.697L8.692 8.5l1.617-1.617a.492.492 0 00-.153-.817z\" fill=\"currentColor\"></path>"
1824
- }
1825
- }
1826
- },
1827
- "zoom-in": {
1828
- name: "zoom-in",
1829
- keywords: [
1830
- ],
1831
- heights: {
1832
- "17": {
1833
- width: 16,
1834
- path: "<path d=\"M7.4 5.2a.6.6 0 01.6.6V7h1.2a.6.6 0 110 1.2H8v1.2a.6.6 0 01-1.2 0V8.2H5.6a.6.6 0 010-1.2h1.2V5.8a.6.6 0 01.6-.6z\" fill=\"currentColor\"></path><path fill-rule=\"evenodd\" d=\"M10.77 11.82a5.4 5.4 0 11.848-.848l2.206 2.204a.6.6 0 01-.848.849L10.77 11.82zM3.2 7.6a4.2 4.2 0 117.225 2.914.59.59 0 00-.111.111A4.2 4.2 0 013.2 7.6z\" fill=\"currentColor\"></path>"
1835
- }
1836
- }
1837
- },
1838
- "zoom-out": {
1839
- name: "zoom-out",
1840
- keywords: [
1841
- ],
1842
- heights: {
1843
- "17": {
1844
- width: 16,
1845
- path: "<path d=\"M5.6 7a.6.6 0 000 1.2h3.6a.6.6 0 100-1.2H5.6z\" fill=\"currentColor\"></path><path fill-rule=\"evenodd\" d=\"M7.4 13a5.377 5.377 0 003.37-1.18l2.206 2.205a.6.6 0 00.848-.849l-2.205-2.205a5.4 5.4 0 10-4.22 2.03zm0-9.6a4.2 4.2 0 102.914 7.225.59.59 0 01.11-.11A4.2 4.2 0 007.4 3.4z\" fill=\"currentColor\"></path>"
1846
- }
1847
- }
1848
- }
1849
- };
1850
-
1851
- /*
1852
- object-assign
1853
- (c) Sindre Sorhus
1854
- @license MIT
1855
- */
1856
- /* eslint-disable no-unused-vars */
1857
- var getOwnPropertySymbols = Object.getOwnPropertySymbols;
1858
- var hasOwnProperty = Object.prototype.hasOwnProperty;
1859
- var propIsEnumerable = Object.prototype.propertyIsEnumerable;
1860
-
1861
- function toObject(val) {
1862
- if (val === null || val === undefined) {
1863
- throw new TypeError('Object.assign cannot be called with null or undefined');
1864
- }
1865
-
1866
- return Object(val);
1867
- }
1868
-
1869
- function shouldUseNative() {
1870
- try {
1871
- if (!Object.assign) {
1872
- return false;
1873
- }
1874
-
1875
- // Detect buggy property enumeration order in older V8 versions.
1876
-
1877
- // https://bugs.chromium.org/p/v8/issues/detail?id=4118
1878
- var test1 = new String('abc'); // eslint-disable-line no-new-wrappers
1879
- test1[5] = 'de';
1880
- if (Object.getOwnPropertyNames(test1)[0] === '5') {
1881
- return false;
1882
- }
1883
-
1884
- // https://bugs.chromium.org/p/v8/issues/detail?id=3056
1885
- var test2 = {};
1886
- for (var i = 0; i < 10; i++) {
1887
- test2['_' + String.fromCharCode(i)] = i;
1888
- }
1889
- var order2 = Object.getOwnPropertyNames(test2).map(function (n) {
1890
- return test2[n];
1891
- });
1892
- if (order2.join('') !== '0123456789') {
1893
- return false;
1894
- }
1895
-
1896
- // https://bugs.chromium.org/p/v8/issues/detail?id=3056
1897
- var test3 = {};
1898
- 'abcdefghijklmnopqrst'.split('').forEach(function (letter) {
1899
- test3[letter] = letter;
1900
- });
1901
- if (Object.keys(Object.assign({}, test3)).join('') !==
1902
- 'abcdefghijklmnopqrst') {
1903
- return false;
1904
- }
1905
-
1906
- return true;
1907
- } catch (err) {
1908
- // We don't expect any of the above to throw, but better to be safe.
1909
- return false;
1910
- }
1911
- }
1912
-
1913
- var objectAssign = shouldUseNative() ? Object.assign : function (target, source) {
1914
- var from;
1915
- var to = toObject(target);
1916
- var symbols;
1917
-
1918
- for (var s = 1; s < arguments.length; s++) {
1919
- from = Object(arguments[s]);
1920
-
1921
- for (var key in from) {
1922
- if (hasOwnProperty.call(from, key)) {
1923
- to[key] = from[key];
1924
- }
1925
- }
1926
-
1927
- if (getOwnPropertySymbols) {
1928
- symbols = getOwnPropertySymbols(from);
1929
- for (var i = 0; i < symbols.length; i++) {
1930
- if (propIsEnumerable.call(from, symbols[i])) {
1931
- to[symbols[i]] = from[symbols[i]];
1932
- }
1933
- }
1934
- }
1935
- }
1936
-
1937
- return to;
1938
- };
1939
-
1940
- const DEFAULT_HEIGHT = 16;
1941
-
1942
- for (const key of Object.keys(data)) {
1943
- // Returns a string representation of html attributes
1944
- const htmlAttributes = (icon, defaultOptions, options) => {
1945
- const attributes = [];
1946
- const attrObj = objectAssign({}, defaultOptions, options);
1947
-
1948
- // If the user passed in options
1949
- if (options) {
1950
- // If any of the width or height is passed in
1951
- if (options['width'] || options['height']) {
1952
- attrObj['width'] = options['width']
1953
- ? options['width']
1954
- : (parseInt(options['height']) * defaultOptions['width']) / defaultOptions['height'];
1955
- attrObj['height'] = options['height']
1956
- ? options['height']
1957
- : (parseInt(options['width']) * defaultOptions['height']) / defaultOptions['width'];
1958
- }
1959
-
1960
- // If the user passed in class
1961
- if (options['class']) {
1962
- attrObj['class'] = `octicon octicon-${key} ${options['class']}`;
1963
- attrObj['class'].trim();
1964
- }
1965
-
1966
- // If the user passed in aria-label
1967
- if (options['aria-label']) {
1968
- attrObj['aria-label'] = options['aria-label'];
1969
- attrObj['role'] = 'img';
1970
-
1971
- // Un-hide the icon
1972
- delete attrObj['aria-hidden'];
1973
- }
1974
- }
1975
-
1976
- for (const option of Object.keys(attrObj)) {
1977
- attributes.push(`${option}="${attrObj[option]}"`);
1978
- }
1979
-
1980
- return attributes.join(' ').trim()
1981
- };
1982
-
1983
- // Set the symbol for easy access
1984
- data[key].symbol = key;
1985
-
1986
- // Set options for each icon height
1987
- for (const height of Object.keys(data[key].heights)) {
1988
- data[key].heights[height].options = {
1989
- version: '1.1',
1990
- width: data[key].heights[height].width,
1991
- height: parseInt(height),
1992
- viewBox: `0 0 ${data[key].heights[height].width} ${height}`,
1993
- class: `octicon octicon-${key}`,
1994
- 'aria-hidden': 'true'
1995
- };
1996
- }
1997
-
1998
- // Function to return an SVG object
1999
- data[key].toSVG = function (options = {}) {
2000
- const {height, width} = options;
2001
- const naturalHeight = closestNaturalHeight(Object.keys(data[key].heights), height || width || DEFAULT_HEIGHT);
2002
- return `<svg ${htmlAttributes(data[key], data[key].heights[naturalHeight].options, options)}>${
2003
- data[key].heights[naturalHeight].path
2004
- }</svg>`
2005
- };
2006
- }
2007
-
2008
- // Import data into exports
2009
- var apolloIcons = data;
2010
-
2011
- function closestNaturalHeight(naturalHeights, height) {
2012
- return naturalHeights
2013
- .map(naturalHeight => parseInt(naturalHeight, 10))
2014
- .reduce((acc, naturalHeight) => (naturalHeight <= height ? naturalHeight : acc), naturalHeights[0])
2015
- }
2016
-
2017
- const xplIconCss = ".xpl-icon{align-items:center;display:grid;justify-content:center}";
2018
-
2019
- const XplIcon = class {
2020
- constructor(hostRef) {
2021
- registerInstance(this, hostRef);
2022
- this.icon = undefined;
2023
- this.size = undefined;
2024
- this.backgroundColor = undefined;
2025
- }
2026
- render() {
2027
- let options = {};
2028
- if (typeof this.size === 'number')
2029
- options = { width: this.size, height: this.size };
2030
- let wrapperClasses = 'xpl-icon__wrapper ';
2031
- if (!!this.backgroundColor)
2032
- wrapperClasses += `xpl-icon__wrapper--with-background xpl-icon__wrapper--with-background--${this.backgroundColor}`;
2033
- return (h(Host, null, h("figure", { class: wrapperClasses }, h("span", { "aria-label": this.icon, role: "img", class: "xpl-icon", style: {
2034
- width: `${this.size}px`,
2035
- height: `${this.size}px`,
2036
- }, innerHTML: apolloIcons[this.icon].toSVG(options) }), h("figcaption", null, this.icon, " icon"))));
2037
- }
2038
- };
2039
- XplIcon.style = xplIconCss;
2040
-
2041
- const XplNavItem = class {
2042
- constructor(hostRef) {
2043
- registerInstance(this, hostRef);
2044
- this.navOpen = createEvent(this, "navOpen", 7);
2045
- this.navControl = false;
2046
- }
2047
- onNavToggle() {
2048
- if (window.innerWidth <= 640) {
2049
- this.navOpen.emit(false);
2050
- }
2051
- }
2052
- render() {
2053
- return (h(Host, { class: "xpl-nav-item", role: "listitem", onClick: () => {
2054
- if (this.navControl) {
2055
- this.onNavToggle();
2056
- }
2057
- } }, h("slot", { name: "link" }, h("slot", { name: "icon" }), h("slot", null))));
2058
- }
2059
- };
2060
-
2061
- const XplRadio = class {
2062
- constructor(hostRef) {
2063
- registerInstance(this, hostRef);
2064
- this.radioChange = createEvent(this, "radioChange", 7);
2065
- this.checked = undefined;
2066
- this.description = undefined;
2067
- this.disabled = undefined;
2068
- this.name = undefined;
2069
- this.required = undefined;
2070
- this.styled = undefined;
2071
- this.value = undefined;
2072
- this.id = v4();
2073
- }
2074
- render() {
2075
- return (h(Host, { class: {
2076
- 'xpl-checkbox-radio-container': true,
2077
- styled: this.styled,
2078
- disabled: this.disabled,
2079
- } }, h("input", { class: "xpl-radio", type: "radio", checked: this.checked, disabled: this.disabled, id: this.id, name: this.name, required: this.required, value: this.value, onChange: () => this.radioChange.emit(true) }), h("label", { class: {
2080
- 'xpl-label': true,
2081
- 'xpl-label--disabled': this.disabled,
2082
- }, htmlFor: this.id }, h("slot", null), this.description && (h("small", { class: {
2083
- 'xpl-description': true,
2084
- 'xpl-description--disabled': this.disabled,
2085
- } }, this.description)))));
2086
- }
2087
- };
2088
-
2089
- const XplSecondaryNav = class {
2090
- constructor(hostRef) {
2091
- registerInstance(this, hostRef);
2092
- }
2093
- render() {
2094
- return (h(Host, { class: "xpl-secondary-nav" }, h("nav", { "aria-label": "Secondary Nav" }, h("slot", null))));
2095
- }
2096
- };
2097
-
2098
- const XplTable = class {
2099
- constructor(hostRef) {
2100
- registerInstance(this, hostRef);
2101
- this.tableSelect = createEvent(this, "tableSelect", 7);
2102
- this.selectAllValue = Math.random().toString(36).slice(2);
2103
- this.selectAll = (e) => {
2104
- const { target } = e;
2105
- if (!(target instanceof HTMLInputElement))
2106
- return;
2107
- const { checked } = target;
2108
- this.areAllSelected = checked;
2109
- this.selected =
2110
- this.selectedValues.length > 0
2111
- ? // gets all checkboxes in body
2112
- Array.from(this.el.querySelectorAll('tbody td:first-child input')).map((input) =>
2113
- // if the select all checkbox is checked, return
2114
- // the value from the current input. If false, set all to false.
2115
- checked ? input === null || input === void 0 ? void 0 : input.value : checked)
2116
- : this.selected.map(() => checked);
2117
- this.onChange();
2118
- };
2119
- this.selectOne = (e, checkboxIdx) => {
2120
- const { target } = e;
2121
- if (!(target instanceof HTMLInputElement))
2122
- return;
2123
- const { checked, value } = target;
2124
- this.areAllSelected = false;
2125
- this.selected = this.selected.map((v, selectedIdx) => {
2126
- // if the checkbox that fired the event is not the current idx
2127
- // return the current value
2128
- if (selectedIdx !== checkboxIdx)
2129
- return v;
2130
- /**
2131
- * If there are values in this.selectedValues, either return the value
2132
- * for that checkbox or false, dependent on if the checkbox is checked or not.
2133
- * If there are no values in this.selectedValues, return the value
2134
- * to either true or false, dependent on if the checkbox is checked or not.
2135
- *
2136
- */
2137
- return this.selectedValues.length > 0
2138
- ? checked
2139
- ? value
2140
- : checked
2141
- : checked;
2142
- });
2143
- this.onChange();
2144
- };
2145
- this.onChange = () => {
2146
- this.tableSelect.emit({
2147
- selected: this.selected,
2148
- areAllSelected: this.areAllSelected,
2149
- });
2150
- };
2151
- this.onScroll = () => {
2152
- this.hasScrolled = this.container.scrollLeft > 0;
2153
- };
2154
- /**
2155
- * TODO: Need to figure out how this interplays with data
2156
- * received from an API/server
2157
- */
2158
- // private sortBy = (col: number, ascending = true) => {
2159
- // this.rowData.sort((a, b) => {
2160
- // const A = a[col];
2161
- // const B = b[col];
2162
- // if (typeof A === 'number' && typeof B === 'number') {
2163
- // const f = ascending ? 1 : -1;
2164
- // return A > B ? f : -f;
2165
- // }
2166
- // return -1;
2167
- // });
2168
- // this.rowData = Array.from(this.rowData);
2169
- // this.render();
2170
- // };
2171
- this.setData = () => {
2172
- this.rowData = this.data !== undefined ? Array.from(this.data) : [];
2173
- };
2174
- this.columns = undefined;
2175
- this.data = undefined;
2176
- this.freeze = undefined;
2177
- this.multiselect = undefined;
2178
- this.striped = undefined;
2179
- this.selectedValues = [];
2180
- this.areAllSelected = false;
2181
- this.rowData = undefined;
2182
- this.hasScrolled = false;
2183
- this.selected = undefined;
2184
- }
2185
- watchData() {
2186
- this.setData();
2187
- }
2188
- componentWillLoad() {
2189
- this.areAllSelected = false;
2190
- this.setData();
2191
- this.selected = new Array(this.rowData.length).fill(false);
2192
- }
2193
- render() {
2194
- let className = 'xpl-table';
2195
- if (this.striped)
2196
- className += ' xpl-table--striped';
2197
- if (this.freeze)
2198
- className += ' xpl-table--freeze';
2199
- if (this.hasScrolled)
2200
- className += ' xpl-table--has-scrolled';
2201
- return (h(Host, null, h("div", { class: "xpl-table-container", onScroll: this.onScroll, ref: (el) => (this.container = el) }, h("table", { class: className }, this.columns && (h("thead", null, this.columns.map((column, i) => {
2202
- return (h("th", null, this.multiselect && i === 0 ? (h("label", { htmlFor: "__xpl-table-th" }, h("input", { checked: this.areAllSelected, id: "__xpl-table-th",
2203
- // appear indeterminate when at least one but not all
2204
- // are selected
2205
- indeterminate: !this
2206
- .areAllSelected &&
2207
- this.selected.some((a) => a), onChange: (e) => {
2208
- this.selectAll(e);
2209
- }, type: "checkbox", value: `select-all-${this.selectAllValue}` }), column)) : (column)));
2210
- }))), h("tbody", null, this.rowData.map((row, rowNum) => {
2211
- return (h("tr", { class: this.selected &&
2212
- this.selected[rowNum]
2213
- ? 'xpl-table-row-selected'
2214
- : '' }, row.map((cell, i) => {
2215
- return (h("td", null, this.multiselect &&
2216
- i === 0 ? (h("label", { htmlFor: '__xpl-table-row-' +
2217
- rowNum }, h("input", { id: '__xpl-table-row-' +
2218
- rowNum, checked: !!this
2219
- .selected[rowNum], type: "checkbox", onChange: (e) => this.selectOne(e, rowNum), value: `${this
2220
- .selectedValues
2221
- .length >
2222
- 0
2223
- ? this
2224
- .selectedValues[rowNum]
2225
- : `xpl-table-checkbox-${rowNum}`}` }), h("div", { innerHTML: cell }))) : (h("div", { innerHTML: cell }))));
2226
- })));
2227
- }))))));
2228
- }
2229
- get el() { return getElement(this); }
2230
- static get watchers() { return {
2231
- "data": ["watchData"]
2232
- }; }
2233
- };
2234
-
2235
- const XplUtilityBar = class {
2236
- constructor(hostRef) {
2237
- registerInstance(this, hostRef);
2238
- this.navOpen = createEvent(this, "navOpen", 7);
2239
- this.navControl = undefined;
2240
- this.isNavOpenAtStartup = undefined;
2241
- this.open = true;
2242
- }
2243
- onNavToggle() {
2244
- this.open = !this.open;
2245
- this.navOpen.emit(this.open);
2246
- }
2247
- componentWillLoad() {
2248
- this.open =
2249
- this.isNavOpenAtStartup !== undefined
2250
- ? this.isNavOpenAtStartup
2251
- : this.open;
2252
- }
2253
- render() {
2254
- return (h(Host, null, h("nav", { "aria-label": "utility navigation bar", class: "xpl-utility-bar" }, this.navControl ? (h("div", null, h("button", { class: "xpl-utility-bar__nav-control", onClick: () => this.onNavToggle() }, h("xpl-icon", { class: "xpl-utility-nav__bars", icon: "three-bars" })), h("slot", { name: "aside" }))) : (h("slot", { name: "aside" })), h("slot", { name: "main" }))));
2255
- }
2256
- };
2257
-
2258
- export { XplAvatar as xpl_avatar, XplBadge as xpl_badge, XplBreadcrumbItem as xpl_breadcrumb_item, XplBreadcrumbs as xpl_breadcrumbs, XplButton as xpl_button, XplCheckbox as xpl_checkbox, XplContentArea as xpl_content_area, XplDashboard as xpl_dashboard, XplDataCard as xpl_data_card, XplIcon as xpl_icon, XplNavItem as xpl_nav_item, XplRadio as xpl_radio, XplSecondaryNav as xpl_secondary_nav, XplTable as xpl_table, XplUtilityBar as xpl_utility_bar };
2259
-
2260
- //# sourceMappingURL=xpl-avatar_15.entry.js.map