@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,2278 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- const index = require('./index-000e170c.js');
6
- const v4 = require('./v4-14140ff3.js');
7
-
8
- const XplAvatar = class {
9
- constructor(hostRef) {
10
- index.registerInstance(this, hostRef);
11
- this.color = undefined;
12
- this.disabled = false;
13
- this.href = undefined;
14
- this.name = undefined;
15
- this.size = undefined;
16
- this.src = undefined;
17
- this.status = undefined;
18
- this.target = undefined;
19
- }
20
- render() {
21
- let className = 'xpl-avatar';
22
- if (this.size)
23
- className += ` xpl-avatar--${this.size}`;
24
- if (this.color)
25
- className += ` xpl-avatar--${this.color}`;
26
- const inner = (index.h("div", null, this.src ? (index.h("img", { alt: this.name, src: this.src })) : (index.h("div", { class: "xpl-avatar__placeholder" }, index.h("slot", null))), this.status && (index.h("div", { class: `xpl-avatar__dot--${this.status}` }))));
27
- return (index.h(index.Host, null, this.href && !this.disabled ? (index.h("a", { href: this.href, class: className, target: this.target }, inner)) : this.href && this.disabled ? (index.h("div", { class: className + ' xpl-avatar--disabled' }, inner)) : (index.h("div", { class: className }, inner))));
28
- }
29
- };
30
-
31
- const XplBadge = class {
32
- constructor(hostRef) {
33
- index.registerInstance(this, hostRef);
34
- this.dot = undefined;
35
- this.variant = undefined;
36
- }
37
- render() {
38
- let className = 'xpl-badge';
39
- if (this.dot)
40
- className += ' xpl-badge--dot';
41
- if (this.variant)
42
- className += ' xpl-badge--' + this.variant;
43
- return (index.h(index.Host, null, index.h("div", { class: className }, index.h("slot", null))));
44
- }
45
- };
46
-
47
- const XplBreadcrumbItem = class {
48
- constructor(hostRef) {
49
- index.registerInstance(this, hostRef);
50
- // This is temporary as we still don't have a xpl-icon component. When that's created we should update this code.
51
- 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">
52
- <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>
53
- </svg>
54
- `;
55
- }
56
- render() {
57
- return (index.h(index.Host, { class: "xpl-breadcrumb-item", role: "listitem" }, index.h("li", { role: "none" }, index.h("slot", null)), index.h("span", { innerHTML: `${this.chevron}` })));
58
- }
59
- };
60
-
61
- const XplBreadcrumbs = class {
62
- constructor(hostRef) {
63
- index.registerInstance(this, hostRef);
64
- }
65
- render() {
66
- return (index.h(index.Host, null, index.h("nav", { class: "xpl-breadcrumbs", "aria-label": "Breadcrumb" }, index.h("ol", { role: "list" }, index.h("slot", null)))));
67
- }
68
- };
69
-
70
- const XplButton = class {
71
- constructor(hostRef) {
72
- index.registerInstance(this, hostRef);
73
- this.disabled = undefined;
74
- this.link = undefined;
75
- this.iconOnly = undefined;
76
- this.fullWidth = undefined;
77
- this.name = undefined;
78
- this.size = 'default';
79
- this.type = undefined;
80
- this.value = undefined;
81
- this.variant = 'primary';
82
- this.state = 'neutral';
83
- }
84
- componentDidRender() {
85
- const attrs = this.el.attributes;
86
- const dataAttrs = Object.keys(attrs)
87
- .filter((k) => {
88
- const propertyName = attrs[k].name;
89
- if (propertyName) {
90
- return (propertyName.includes('data-test') ||
91
- propertyName.includes('aria-'));
92
- }
93
- return false;
94
- })
95
- .reduce((acc, k) => {
96
- return Object.assign(Object.assign({}, acc), { [attrs[k].name]: attrs[k].value });
97
- }, {});
98
- const child = this.el.querySelector('button');
99
- Object.keys(dataAttrs).forEach((k) => {
100
- child.setAttribute(k, dataAttrs[k]);
101
- this.el.removeAttribute(k);
102
- });
103
- }
104
- render() {
105
- let className = `xpl-button
106
- xpl-button--${this.size}
107
- xpl-button--${this.state}
108
- xpl-button--${this.variant}`;
109
- if (this.iconOnly)
110
- className += ' xpl-button--icon-only';
111
- if (this.fullWidth)
112
- className += ' xpl-button--full-width';
113
- if (this.link && this.disabled)
114
- className += ' xpl-button--link-disabled';
115
- return (index.h(index.Host, { class: className },
116
- /**
117
- * Conditionally render either an <slot> or <button> element
118
- * depending on if there's an `link` or not
119
- */
120
- this.link ? (index.h("slot", null)) : (index.h("button", { disabled: this.disabled, name: this.name, type: this.type, value: this.value }, index.h("slot", null)))));
121
- }
122
- get el() { return index.getElement(this); }
123
- };
124
-
125
- const XplCheckbox = class {
126
- constructor(hostRef) {
127
- index.registerInstance(this, hostRef);
128
- this.checkboxChange = index.createEvent(this, "checkboxChange", 7);
129
- this.checked = undefined;
130
- this.description = undefined;
131
- this.disabled = undefined;
132
- this.indeterminate = undefined;
133
- this.name = undefined;
134
- this.required = undefined;
135
- this.styled = undefined;
136
- this.value = undefined;
137
- this.id = v4.v4();
138
- }
139
- render() {
140
- return (index.h(index.Host, { class: {
141
- 'xpl-checkbox-radio-container': true,
142
- styled: this.styled,
143
- disabled: this.disabled,
144
- } }, index.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 }), index.h("label", { class: {
145
- 'xpl-label': true,
146
- 'xpl-label--disabled': this.disabled,
147
- }, htmlFor: this.id }, index.h("slot", null), this.description && (index.h("small", { class: {
148
- 'xpl-description': true,
149
- 'xpl-description--disabled': this.disabled,
150
- } }, this.description)))));
151
- }
152
- };
153
-
154
- const XplContentArea = class {
155
- constructor(hostRef) {
156
- index.registerInstance(this, hostRef);
157
- this.size = 'wide';
158
- }
159
- render() {
160
- return (index.h(index.Host, null, index.h("main", { class: `xpl-content-area-wrapper xpl-content-area-wrapper__${this.size}` }, index.h("div", { class: "xpl-content-area" }, index.h("slot", null)))));
161
- }
162
- };
163
-
164
- const XplDashboard = class {
165
- constructor(hostRef) {
166
- index.registerInstance(this, hostRef);
167
- }
168
- render() {
169
- return (index.h(index.Host, null, index.h("dl", { class: "xpl-dashboard" }, index.h("slot", null))));
170
- }
171
- };
172
-
173
- const XplDataCard = class {
174
- constructor(hostRef) {
175
- index.registerInstance(this, hostRef);
176
- this.link = undefined;
177
- this.name = undefined;
178
- this.stat = undefined;
179
- this.shortStat = undefined;
180
- this.variant = undefined;
181
- this.icon = undefined;
182
- }
183
- watchStat(newValue) {
184
- this.stat = newValue;
185
- }
186
- watchShortStat(newValue) {
187
- this.shortStat = newValue;
188
- }
189
- componentDidLoad() {
190
- if (this.link) {
191
- const anchorEl = this.el.getElementsByTagName('a')[0] ||
192
- this.el.getElementsByTagName('button')[0];
193
- const anchorText = document.createTextNode(this.name);
194
- const anchorSpan = document.createElement('span');
195
- anchorSpan.appendChild(anchorText);
196
- anchorEl.setAttribute('class', 'xpl-data-card__anchor');
197
- anchorEl.appendChild(anchorSpan);
198
- }
199
- return;
200
- }
201
- render() {
202
- const bgColorHue = this.variant === 'secondary' ? 'purple' : 'orange';
203
- let headerClasses = `xpl-data-card__header${!this.icon ? '--no-icon ' : ' '}`;
204
- headerClasses +=
205
- this.variant === 'secondary'
206
- ? 'xpl-data-card__header--secondary'
207
- : 'xpl-data-card__header--primary';
208
- return (index.h(index.Host, { role: "group", class: `xpl-data-card ${this.link && 'xpl-data-card__link'}`, tabindex: "0" }, this.link &&
209
- (this.shortStat ? (index.h("abbr", { title: this.stat }, index.h("slot", null))) : (index.h("slot", null))), index.h("dt", null, this.name), index.h("dd", null, index.h("div", { class: headerClasses }, !!this.icon && (index.h("xpl-icon", { icon: this.icon, "background-color": bgColorHue, size: 20 })), this.link && (index.h("span", { class: "xpl-data-card__header__arrow" }, index.h("xpl-icon", { icon: "chevron-right", size: 16 })))), index.h("span", { class: this.shortStat && 'xpl-data-card__long_stat' }, this.stat), this.shortStat && (index.h("span", { class: "xpl-data-card__short_stat" }, index.h("abbr", { title: this.stat }, this.shortStat))))));
210
- }
211
- get el() { return index.getElement(this); }
212
- static get watchers() { return {
213
- "stat": ["watchStat"],
214
- "shortStat": ["watchShortStat"]
215
- }; }
216
- };
217
-
218
- const apps = {
219
- name: "apps",
220
- keywords: [
221
- ],
222
- heights: {
223
- "17": {
224
- width: 16,
225
- 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>"
226
- }
227
- }
228
- };
229
- const archive = {
230
- name: "archive",
231
- keywords: [
232
- "box",
233
- "catalog"
234
- ],
235
- heights: {
236
- "17": {
237
- width: 16,
238
- 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>"
239
- }
240
- }
241
- };
242
- const award = {
243
- name: "award",
244
- keywords: [
245
- ],
246
- heights: {
247
- "17": {
248
- width: 16,
249
- 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>"
250
- }
251
- }
252
- };
253
- const bell = {
254
- name: "bell",
255
- keywords: [
256
- "notification"
257
- ],
258
- heights: {
259
- "17": {
260
- width: 16,
261
- 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>"
262
- }
263
- }
264
- };
265
- const bookmark = {
266
- name: "bookmark",
267
- keywords: [
268
- "tab",
269
- "star"
270
- ],
271
- heights: {
272
- "17": {
273
- width: 16,
274
- 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>"
275
- }
276
- }
277
- };
278
- const briefcase = {
279
- name: "briefcase",
280
- keywords: [
281
- "suitcase",
282
- "business"
283
- ],
284
- heights: {
285
- "17": {
286
- width: 16,
287
- 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>"
288
- }
289
- }
290
- };
291
- const calendar = {
292
- name: "calendar",
293
- keywords: [
294
- "time",
295
- "day",
296
- "month",
297
- "year",
298
- "date",
299
- "appointment"
300
- ],
301
- heights: {
302
- "17": {
303
- width: 16,
304
- 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>"
305
- }
306
- }
307
- };
308
- const camera = {
309
- name: "camera",
310
- keywords: [
311
- ],
312
- heights: {
313
- "17": {
314
- width: 16,
315
- 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>"
316
- }
317
- }
318
- };
319
- const check = {
320
- name: "check",
321
- keywords: [
322
- "mark",
323
- "yes",
324
- "confirm",
325
- "accept",
326
- "ok",
327
- "success"
328
- ],
329
- heights: {
330
- "17": {
331
- width: 16,
332
- 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>"
333
- }
334
- }
335
- };
336
- const clipboard = {
337
- name: "clipboard",
338
- keywords: [
339
- ],
340
- heights: {
341
- "17": {
342
- width: 16,
343
- 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>"
344
- }
345
- }
346
- };
347
- const clock = {
348
- name: "clock",
349
- keywords: [
350
- "time",
351
- "hour",
352
- "minute",
353
- "second",
354
- "watch"
355
- ],
356
- heights: {
357
- "17": {
358
- width: 16,
359
- 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>"
360
- }
361
- }
362
- };
363
- const comment = {
364
- name: "comment",
365
- keywords: [
366
- "speak",
367
- "bubble"
368
- ],
369
- heights: {
370
- "17": {
371
- width: 16,
372
- 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>"
373
- }
374
- }
375
- };
376
- const compass = {
377
- name: "compass",
378
- keywords: [
379
- ],
380
- heights: {
381
- "17": {
382
- width: 16,
383
- 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>"
384
- }
385
- }
386
- };
387
- const dash = {
388
- name: "dash",
389
- keywords: [
390
- "hyphen",
391
- "range"
392
- ],
393
- heights: {
394
- "17": {
395
- width: 16,
396
- 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>"
397
- }
398
- }
399
- };
400
- const download = {
401
- name: "download",
402
- keywords: [
403
- ],
404
- heights: {
405
- "17": {
406
- width: 16,
407
- 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>"
408
- }
409
- }
410
- };
411
- const duplicate = {
412
- name: "duplicate",
413
- keywords: [
414
- ],
415
- heights: {
416
- "17": {
417
- width: 16,
418
- 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>"
419
- }
420
- }
421
- };
422
- const edit = {
423
- name: "edit",
424
- keywords: [
425
- ],
426
- heights: {
427
- "17": {
428
- width: 16,
429
- 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>"
430
- }
431
- }
432
- };
433
- const expand = {
434
- name: "expand",
435
- keywords: [
436
- ],
437
- heights: {
438
- "17": {
439
- width: 16,
440
- 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>"
441
- }
442
- }
443
- };
444
- const eye = {
445
- name: "eye",
446
- keywords: [
447
- "look",
448
- "watch",
449
- "see"
450
- ],
451
- heights: {
452
- "17": {
453
- width: 16,
454
- 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>"
455
- }
456
- }
457
- };
458
- const file = {
459
- name: "file",
460
- keywords: [
461
- "file",
462
- "text",
463
- "words"
464
- ],
465
- heights: {
466
- "17": {
467
- width: 16,
468
- 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>"
469
- }
470
- }
471
- };
472
- const folder = {
473
- name: "folder",
474
- keywords: [
475
- ],
476
- heights: {
477
- "17": {
478
- width: 16,
479
- 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>"
480
- }
481
- }
482
- };
483
- const gear = {
484
- name: "gear",
485
- keywords: [
486
- "settings"
487
- ],
488
- heights: {
489
- "17": {
490
- width: 16,
491
- 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>"
492
- }
493
- }
494
- };
495
- const gift = {
496
- name: "gift",
497
- keywords: [
498
- "package",
499
- "present",
500
- "skill",
501
- "craft",
502
- "freebie"
503
- ],
504
- heights: {
505
- "17": {
506
- width: 16,
507
- 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>"
508
- }
509
- }
510
- };
511
- const globe = {
512
- name: "globe",
513
- keywords: [
514
- "world",
515
- "earth",
516
- "planet"
517
- ],
518
- heights: {
519
- "17": {
520
- width: 16,
521
- 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>"
522
- }
523
- }
524
- };
525
- const graph = {
526
- name: "graph",
527
- keywords: [
528
- "trend",
529
- "stats",
530
- "statistics"
531
- ],
532
- heights: {
533
- "17": {
534
- width: 16,
535
- 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>"
536
- }
537
- }
538
- };
539
- const grid = {
540
- name: "grid",
541
- keywords: [
542
- ],
543
- heights: {
544
- "17": {
545
- width: 16,
546
- 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>"
547
- }
548
- }
549
- };
550
- const heart = {
551
- name: "heart",
552
- keywords: [
553
- "love",
554
- "beat"
555
- ],
556
- heights: {
557
- "17": {
558
- width: 16,
559
- 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>"
560
- }
561
- }
562
- };
563
- const home = {
564
- name: "home",
565
- keywords: [
566
- "welcome",
567
- "index",
568
- "house",
569
- "building"
570
- ],
571
- heights: {
572
- "17": {
573
- width: 16,
574
- 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>"
575
- }
576
- }
577
- };
578
- const image = {
579
- name: "image",
580
- keywords: [
581
- ],
582
- heights: {
583
- "17": {
584
- width: 16,
585
- 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>"
586
- }
587
- }
588
- };
589
- const info = {
590
- name: "info",
591
- keywords: [
592
- "help"
593
- ],
594
- heights: {
595
- "17": {
596
- width: 16,
597
- 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>"
598
- }
599
- }
600
- };
601
- const key = {
602
- name: "key",
603
- keywords: [
604
- "key",
605
- "lock",
606
- "secure",
607
- "safe"
608
- ],
609
- heights: {
610
- "17": {
611
- width: 16,
612
- 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>"
613
- }
614
- }
615
- };
616
- const law = {
617
- name: "law",
618
- keywords: [
619
- "legal",
620
- "bill"
621
- ],
622
- heights: {
623
- "17": {
624
- width: 16,
625
- 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>"
626
- }
627
- }
628
- };
629
- const layers = {
630
- name: "layers",
631
- keywords: [
632
- ],
633
- heights: {
634
- "17": {
635
- width: 16,
636
- 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>"
637
- }
638
- }
639
- };
640
- const loader = {
641
- name: "loader",
642
- keywords: [
643
- ],
644
- heights: {
645
- "17": {
646
- width: 16,
647
- 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>"
648
- }
649
- }
650
- };
651
- const location = {
652
- name: "location",
653
- keywords: [
654
- "here",
655
- "marker"
656
- ],
657
- heights: {
658
- "17": {
659
- width: 16,
660
- 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>"
661
- }
662
- }
663
- };
664
- const lock = {
665
- name: "lock",
666
- keywords: [
667
- "secure",
668
- "safe",
669
- "protected"
670
- ],
671
- heights: {
672
- "17": {
673
- width: 16,
674
- 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>"
675
- }
676
- }
677
- };
678
- const mail = {
679
- name: "mail",
680
- keywords: [
681
- "email",
682
- "unread"
683
- ],
684
- heights: {
685
- "17": {
686
- width: 16,
687
- 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>"
688
- }
689
- }
690
- };
691
- const map = {
692
- name: "map",
693
- keywords: [
694
- ],
695
- heights: {
696
- "17": {
697
- width: 16,
698
- 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>"
699
- }
700
- }
701
- };
702
- const megaphone = {
703
- name: "megaphone",
704
- keywords: [
705
- "bullhorn",
706
- "loud",
707
- "shout",
708
- "broadcast"
709
- ],
710
- heights: {
711
- "17": {
712
- width: 16,
713
- 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>"
714
- }
715
- }
716
- };
717
- const moon = {
718
- name: "moon",
719
- keywords: [
720
- ],
721
- heights: {
722
- "17": {
723
- width: 16,
724
- 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>"
725
- }
726
- }
727
- };
728
- const navigation = {
729
- name: "navigation",
730
- keywords: [
731
- ],
732
- heights: {
733
- "17": {
734
- width: 16,
735
- 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>"
736
- }
737
- }
738
- };
739
- const organization = {
740
- name: "organization",
741
- keywords: [
742
- "people",
743
- "group",
744
- "team"
745
- ],
746
- heights: {
747
- "17": {
748
- width: 16,
749
- 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>"
750
- }
751
- }
752
- };
753
- const paperclip = {
754
- name: "paperclip",
755
- keywords: [
756
- ],
757
- heights: {
758
- "17": {
759
- width: 16,
760
- 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>"
761
- }
762
- }
763
- };
764
- const pencil = {
765
- name: "pencil",
766
- keywords: [
767
- "edit",
768
- "change",
769
- "update",
770
- "write"
771
- ],
772
- heights: {
773
- "17": {
774
- width: 16,
775
- 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>"
776
- }
777
- }
778
- };
779
- const people = {
780
- name: "people",
781
- keywords: [
782
- ],
783
- heights: {
784
- "17": {
785
- width: 16,
786
- 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>"
787
- }
788
- }
789
- };
790
- const percent = {
791
- name: "percent",
792
- keywords: [
793
- ],
794
- heights: {
795
- "17": {
796
- width: 16,
797
- 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>"
798
- }
799
- }
800
- };
801
- const person = {
802
- name: "person",
803
- keywords: [
804
- "people",
805
- "man",
806
- "woman",
807
- "human"
808
- ],
809
- heights: {
810
- "17": {
811
- width: 16,
812
- 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>"
813
- }
814
- }
815
- };
816
- const phone = {
817
- name: "phone",
818
- keywords: [
819
- ],
820
- heights: {
821
- "17": {
822
- width: 16,
823
- 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>"
824
- }
825
- }
826
- };
827
- const play = {
828
- name: "play",
829
- keywords: [
830
- "play",
831
- "start",
832
- "begin",
833
- "action"
834
- ],
835
- heights: {
836
- "17": {
837
- width: 16,
838
- 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>"
839
- }
840
- }
841
- };
842
- const plus = {
843
- name: "plus",
844
- keywords: [
845
- "add",
846
- "new",
847
- "more"
848
- ],
849
- heights: {
850
- "17": {
851
- width: 16,
852
- 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>"
853
- }
854
- }
855
- };
856
- const printer = {
857
- name: "printer",
858
- keywords: [
859
- ],
860
- heights: {
861
- "17": {
862
- width: 16,
863
- 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>"
864
- }
865
- }
866
- };
867
- const question = {
868
- name: "question",
869
- keywords: [
870
- "help",
871
- "explain"
872
- ],
873
- heights: {
874
- "17": {
875
- width: 16,
876
- 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>"
877
- }
878
- }
879
- };
880
- const rocket = {
881
- name: "rocket",
882
- keywords: [
883
- "staff",
884
- "stafftools",
885
- "blast",
886
- "off",
887
- "space",
888
- "launch",
889
- "ship"
890
- ],
891
- heights: {
892
- "17": {
893
- width: 16,
894
- 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>"
895
- }
896
- }
897
- };
898
- const save = {
899
- name: "save",
900
- keywords: [
901
- ],
902
- heights: {
903
- "17": {
904
- width: 16,
905
- 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>"
906
- }
907
- }
908
- };
909
- const search = {
910
- name: "search",
911
- keywords: [
912
- "magnifying",
913
- "glass"
914
- ],
915
- heights: {
916
- "17": {
917
- width: 16,
918
- 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>"
919
- }
920
- }
921
- };
922
- const signature = {
923
- name: "signature",
924
- keywords: [
925
- ],
926
- heights: {
927
- "17": {
928
- width: 16,
929
- 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>"
930
- }
931
- }
932
- };
933
- const sort = {
934
- name: "sort",
935
- keywords: [
936
- ],
937
- heights: {
938
- "17": {
939
- width: 16,
940
- 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>"
941
- }
942
- }
943
- };
944
- const star = {
945
- name: "star",
946
- keywords: [
947
- "save",
948
- "remember",
949
- "like"
950
- ],
951
- heights: {
952
- "17": {
953
- width: 16,
954
- 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>"
955
- }
956
- }
957
- };
958
- const tag = {
959
- name: "tag",
960
- keywords: [
961
- "release"
962
- ],
963
- heights: {
964
- "17": {
965
- width: 16,
966
- 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>"
967
- }
968
- }
969
- };
970
- const tools = {
971
- name: "tools",
972
- keywords: [
973
- "screwdriver",
974
- "wrench",
975
- "settings"
976
- ],
977
- heights: {
978
- "17": {
979
- width: 16,
980
- 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>"
981
- }
982
- }
983
- };
984
- const trashcan = {
985
- name: "trashcan",
986
- keywords: [
987
- "garbage",
988
- "rubbish",
989
- "recycle",
990
- "delete"
991
- ],
992
- heights: {
993
- "17": {
994
- width: 16,
995
- 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>"
996
- }
997
- }
998
- };
999
- const unlock = {
1000
- name: "unlock",
1001
- keywords: [
1002
- ],
1003
- heights: {
1004
- "16": {
1005
- width: 16,
1006
- 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>"
1007
- }
1008
- }
1009
- };
1010
- const upload = {
1011
- name: "upload",
1012
- keywords: [
1013
- ],
1014
- heights: {
1015
- "17": {
1016
- width: 16,
1017
- 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>"
1018
- }
1019
- }
1020
- };
1021
- const x = {
1022
- name: "x",
1023
- keywords: [
1024
- "remove",
1025
- "close",
1026
- "delete"
1027
- ],
1028
- heights: {
1029
- "17": {
1030
- width: 16,
1031
- 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>"
1032
- }
1033
- }
1034
- };
1035
- const data = {
1036
- "alarm-clock": {
1037
- name: "alarm-clock",
1038
- keywords: [
1039
- ],
1040
- heights: {
1041
- "17": {
1042
- width: 16,
1043
- 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>"
1044
- }
1045
- }
1046
- },
1047
- "alert-hex": {
1048
- name: "alert-hex",
1049
- keywords: [
1050
- ],
1051
- heights: {
1052
- "17": {
1053
- width: 16,
1054
- 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>"
1055
- }
1056
- }
1057
- },
1058
- "alert-triangle": {
1059
- name: "alert-triangle",
1060
- keywords: [
1061
- ],
1062
- heights: {
1063
- "17": {
1064
- width: 16,
1065
- 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>"
1066
- }
1067
- }
1068
- },
1069
- apps: apps,
1070
- archive: archive,
1071
- "arrow-down": {
1072
- name: "arrow-down",
1073
- keywords: [
1074
- "point",
1075
- "direction"
1076
- ],
1077
- heights: {
1078
- "17": {
1079
- width: 16,
1080
- 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>"
1081
- }
1082
- }
1083
- },
1084
- "arrow-left": {
1085
- name: "arrow-left",
1086
- keywords: [
1087
- "point",
1088
- "direction"
1089
- ],
1090
- heights: {
1091
- "17": {
1092
- width: 16,
1093
- 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>"
1094
- }
1095
- }
1096
- },
1097
- "arrow-right": {
1098
- name: "arrow-right",
1099
- keywords: [
1100
- "point",
1101
- "direction"
1102
- ],
1103
- heights: {
1104
- "16": {
1105
- width: 16,
1106
- 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>"
1107
- }
1108
- }
1109
- },
1110
- "arrow-up": {
1111
- name: "arrow-up",
1112
- keywords: [
1113
- "point",
1114
- "direction"
1115
- ],
1116
- heights: {
1117
- "17": {
1118
- width: 16,
1119
- 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>"
1120
- }
1121
- }
1122
- },
1123
- award: award,
1124
- bell: bell,
1125
- "bell-slash": {
1126
- name: "bell-slash",
1127
- keywords: [
1128
- ],
1129
- heights: {
1130
- "17": {
1131
- width: 16,
1132
- 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>"
1133
- }
1134
- }
1135
- },
1136
- bookmark: bookmark,
1137
- briefcase: briefcase,
1138
- calendar: calendar,
1139
- "calendar-month": {
1140
- name: "calendar-month",
1141
- keywords: [
1142
- ],
1143
- heights: {
1144
- "17": {
1145
- width: 16,
1146
- 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>"
1147
- }
1148
- }
1149
- },
1150
- "calendar-week": {
1151
- name: "calendar-week",
1152
- keywords: [
1153
- ],
1154
- heights: {
1155
- "17": {
1156
- width: 16,
1157
- 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>"
1158
- }
1159
- }
1160
- },
1161
- camera: camera,
1162
- check: check,
1163
- "check-circle": {
1164
- name: "check-circle",
1165
- keywords: [
1166
- ],
1167
- heights: {
1168
- "17": {
1169
- width: 16,
1170
- 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>"
1171
- }
1172
- }
1173
- },
1174
- "check-circle-fill": {
1175
- name: "check-circle-fill",
1176
- keywords: [
1177
- ],
1178
- heights: {
1179
- "17": {
1180
- width: 16,
1181
- 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>"
1182
- }
1183
- }
1184
- },
1185
- "chevron-down": {
1186
- name: "chevron-down",
1187
- keywords: [
1188
- "triangle",
1189
- "arrow"
1190
- ],
1191
- heights: {
1192
- "16": {
1193
- width: 16,
1194
- 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>"
1195
- }
1196
- }
1197
- },
1198
- "chevron-left": {
1199
- name: "chevron-left",
1200
- keywords: [
1201
- "triangle",
1202
- "arrow"
1203
- ],
1204
- heights: {
1205
- "16": {
1206
- width: 16,
1207
- 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>"
1208
- }
1209
- }
1210
- },
1211
- "chevron-right": {
1212
- name: "chevron-right",
1213
- keywords: [
1214
- "triangle",
1215
- "arrow"
1216
- ],
1217
- heights: {
1218
- "16": {
1219
- width: 16,
1220
- 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>"
1221
- }
1222
- }
1223
- },
1224
- "chevron-up": {
1225
- name: "chevron-up",
1226
- keywords: [
1227
- "triangle",
1228
- "arrow"
1229
- ],
1230
- heights: {
1231
- "16": {
1232
- width: 16,
1233
- 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>"
1234
- }
1235
- }
1236
- },
1237
- "chevrons-down": {
1238
- name: "chevrons-down",
1239
- keywords: [
1240
- ],
1241
- heights: {
1242
- "16": {
1243
- width: 16,
1244
- 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>"
1245
- }
1246
- }
1247
- },
1248
- "chevrons-left": {
1249
- name: "chevrons-left",
1250
- keywords: [
1251
- ],
1252
- heights: {
1253
- "16": {
1254
- width: 16,
1255
- 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>"
1256
- }
1257
- }
1258
- },
1259
- "chevrons-right": {
1260
- name: "chevrons-right",
1261
- keywords: [
1262
- ],
1263
- heights: {
1264
- "16": {
1265
- width: 16,
1266
- 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>"
1267
- }
1268
- }
1269
- },
1270
- "chevrons-up": {
1271
- name: "chevrons-up",
1272
- keywords: [
1273
- ],
1274
- heights: {
1275
- "16": {
1276
- width: 16,
1277
- 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>"
1278
- }
1279
- }
1280
- },
1281
- "circle-slash": {
1282
- name: "circle-slash",
1283
- keywords: [
1284
- "no",
1285
- "deny",
1286
- "fail",
1287
- "failure",
1288
- "error",
1289
- "bad"
1290
- ],
1291
- heights: {
1292
- "17": {
1293
- width: 16,
1294
- 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>"
1295
- }
1296
- }
1297
- },
1298
- clipboard: clipboard,
1299
- clock: clock,
1300
- comment: comment,
1301
- "comment-alt": {
1302
- name: "comment-alt",
1303
- keywords: [
1304
- ],
1305
- heights: {
1306
- "17": {
1307
- width: 16,
1308
- 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>"
1309
- }
1310
- }
1311
- },
1312
- "comment-discussion": {
1313
- name: "comment-discussion",
1314
- keywords: [
1315
- "converse",
1316
- "talk"
1317
- ],
1318
- heights: {
1319
- "17": {
1320
- width: 16,
1321
- 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>"
1322
- }
1323
- }
1324
- },
1325
- compass: compass,
1326
- "credit-card": {
1327
- name: "credit-card",
1328
- keywords: [
1329
- "money",
1330
- "billing",
1331
- "payments",
1332
- "transactions"
1333
- ],
1334
- heights: {
1335
- "17": {
1336
- width: 16,
1337
- 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>"
1338
- }
1339
- }
1340
- },
1341
- dash: dash,
1342
- "dollar-sign": {
1343
- name: "dollar-sign",
1344
- keywords: [
1345
- ],
1346
- heights: {
1347
- "17": {
1348
- width: 16,
1349
- 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>"
1350
- }
1351
- }
1352
- },
1353
- download: download,
1354
- duplicate: duplicate,
1355
- edit: edit,
1356
- expand: expand,
1357
- eye: eye,
1358
- "eye-closed": {
1359
- name: "eye-closed",
1360
- keywords: [
1361
- "hidden",
1362
- "invisible",
1363
- "concealed",
1364
- ""
1365
- ],
1366
- heights: {
1367
- "17": {
1368
- width: 16,
1369
- 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>"
1370
- }
1371
- }
1372
- },
1373
- file: file,
1374
- folder: folder,
1375
- gear: gear,
1376
- gift: gift,
1377
- globe: globe,
1378
- graph: graph,
1379
- grid: grid,
1380
- heart: heart,
1381
- home: home,
1382
- image: image,
1383
- info: info,
1384
- "kebab-horizontal": {
1385
- name: "kebab-horizontal",
1386
- keywords: [
1387
- "kebab",
1388
- "dot",
1389
- "menu",
1390
- "more"
1391
- ],
1392
- heights: {
1393
- "17": {
1394
- width: 16,
1395
- 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>"
1396
- }
1397
- }
1398
- },
1399
- "kebab-vertical": {
1400
- name: "kebab-vertical",
1401
- keywords: [
1402
- "kebab",
1403
- "dot",
1404
- "menu",
1405
- "more"
1406
- ],
1407
- heights: {
1408
- "17": {
1409
- width: 16,
1410
- 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>"
1411
- }
1412
- }
1413
- },
1414
- key: key,
1415
- law: law,
1416
- layers: layers,
1417
- "left-align": {
1418
- name: "left-align",
1419
- keywords: [
1420
- ],
1421
- heights: {
1422
- "17": {
1423
- width: 16,
1424
- 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>"
1425
- }
1426
- }
1427
- },
1428
- "light-bulb": {
1429
- name: "light-bulb",
1430
- keywords: [
1431
- "idea"
1432
- ],
1433
- heights: {
1434
- "17": {
1435
- width: 16,
1436
- 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>"
1437
- }
1438
- }
1439
- },
1440
- "link-external": {
1441
- name: "link-external",
1442
- keywords: [
1443
- "out",
1444
- "see",
1445
- "more",
1446
- "go",
1447
- "to"
1448
- ],
1449
- heights: {
1450
- "17": {
1451
- width: 16,
1452
- 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>"
1453
- }
1454
- }
1455
- },
1456
- "list-ordered": {
1457
- name: "list-ordered",
1458
- keywords: [
1459
- "numbers",
1460
- "tasks",
1461
- "todo",
1462
- "items"
1463
- ],
1464
- heights: {
1465
- "17": {
1466
- width: 16,
1467
- 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>"
1468
- }
1469
- }
1470
- },
1471
- "list-unordered": {
1472
- name: "list-unordered",
1473
- keywords: [
1474
- "bullet",
1475
- "point",
1476
- "tasks",
1477
- "todo",
1478
- "items"
1479
- ],
1480
- heights: {
1481
- "17": {
1482
- width: 16,
1483
- 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>"
1484
- }
1485
- }
1486
- },
1487
- loader: loader,
1488
- location: location,
1489
- lock: lock,
1490
- mail: mail,
1491
- map: map,
1492
- megaphone: megaphone,
1493
- "minus-circle": {
1494
- name: "minus-circle",
1495
- keywords: [
1496
- ],
1497
- heights: {
1498
- "17": {
1499
- width: 16,
1500
- 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>"
1501
- }
1502
- }
1503
- },
1504
- moon: moon,
1505
- navigation: navigation,
1506
- organization: organization,
1507
- "package": {
1508
- name: "package",
1509
- keywords: [
1510
- "box",
1511
- "ship"
1512
- ],
1513
- heights: {
1514
- "17": {
1515
- width: 16,
1516
- 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>"
1517
- }
1518
- }
1519
- },
1520
- paperclip: paperclip,
1521
- pencil: pencil,
1522
- people: people,
1523
- percent: percent,
1524
- person: person,
1525
- "person-circle": {
1526
- name: "person-circle",
1527
- keywords: [
1528
- ],
1529
- heights: {
1530
- "17": {
1531
- width: 16,
1532
- 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>"
1533
- }
1534
- }
1535
- },
1536
- phone: phone,
1537
- "pie-chart": {
1538
- name: "pie-chart",
1539
- keywords: [
1540
- ],
1541
- heights: {
1542
- "17": {
1543
- width: 16,
1544
- 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>"
1545
- }
1546
- }
1547
- },
1548
- play: play,
1549
- plus: plus,
1550
- "plus-circle": {
1551
- name: "plus-circle",
1552
- keywords: [
1553
- ],
1554
- heights: {
1555
- "17": {
1556
- width: 16,
1557
- 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>"
1558
- }
1559
- }
1560
- },
1561
- printer: printer,
1562
- question: question,
1563
- "refresh-cw": {
1564
- name: "refresh-cw",
1565
- keywords: [
1566
- ],
1567
- heights: {
1568
- "17": {
1569
- width: 16,
1570
- 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>"
1571
- }
1572
- }
1573
- },
1574
- "right-align": {
1575
- name: "right-align",
1576
- keywords: [
1577
- ],
1578
- heights: {
1579
- "17": {
1580
- width: 16,
1581
- 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>"
1582
- }
1583
- }
1584
- },
1585
- rocket: rocket,
1586
- "rotate-ccw": {
1587
- name: "rotate-ccw",
1588
- keywords: [
1589
- ],
1590
- heights: {
1591
- "17": {
1592
- width: 16,
1593
- 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>"
1594
- }
1595
- }
1596
- },
1597
- "rotate-cw": {
1598
- name: "rotate-cw",
1599
- keywords: [
1600
- ],
1601
- heights: {
1602
- "17": {
1603
- width: 16,
1604
- 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>"
1605
- }
1606
- }
1607
- },
1608
- save: save,
1609
- search: search,
1610
- "shopping-bag": {
1611
- name: "shopping-bag",
1612
- keywords: [
1613
- ],
1614
- heights: {
1615
- "17": {
1616
- width: 16,
1617
- 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>"
1618
- }
1619
- }
1620
- },
1621
- "shopping-cart": {
1622
- name: "shopping-cart",
1623
- keywords: [
1624
- ],
1625
- heights: {
1626
- "17": {
1627
- width: 16,
1628
- 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>"
1629
- }
1630
- }
1631
- },
1632
- "sign-in": {
1633
- name: "sign-in",
1634
- keywords: [
1635
- "door",
1636
- "arrow",
1637
- "direction",
1638
- "enter",
1639
- "log in"
1640
- ],
1641
- heights: {
1642
- "17": {
1643
- width: 16,
1644
- 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>"
1645
- }
1646
- }
1647
- },
1648
- "sign-out": {
1649
- name: "sign-out",
1650
- keywords: [
1651
- "door",
1652
- "arrow",
1653
- "direction",
1654
- "leave",
1655
- "log out"
1656
- ],
1657
- heights: {
1658
- "17": {
1659
- width: 16,
1660
- 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>"
1661
- }
1662
- }
1663
- },
1664
- signature: signature,
1665
- "sliders-h": {
1666
- name: "sliders-h",
1667
- keywords: [
1668
- ],
1669
- heights: {
1670
- "17": {
1671
- width: 16,
1672
- 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>"
1673
- }
1674
- }
1675
- },
1676
- "sliders-v": {
1677
- name: "sliders-v",
1678
- keywords: [
1679
- ],
1680
- heights: {
1681
- "17": {
1682
- width: 16,
1683
- 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>"
1684
- }
1685
- }
1686
- },
1687
- sort: sort,
1688
- star: star,
1689
- "star-fill": {
1690
- name: "star-fill",
1691
- keywords: [
1692
- ],
1693
- heights: {
1694
- "17": {
1695
- width: 16,
1696
- 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>"
1697
- }
1698
- }
1699
- },
1700
- "star-half-fill": {
1701
- name: "star-half-fill",
1702
- keywords: [
1703
- ],
1704
- heights: {
1705
- "17": {
1706
- width: 16,
1707
- 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>"
1708
- }
1709
- }
1710
- },
1711
- tag: tag,
1712
- "three-bars": {
1713
- name: "three-bars",
1714
- keywords: [
1715
- "hamburger",
1716
- "menu",
1717
- "dropdown"
1718
- ],
1719
- heights: {
1720
- "17": {
1721
- width: 16,
1722
- 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>"
1723
- }
1724
- }
1725
- },
1726
- "time-reverse": {
1727
- name: "time-reverse",
1728
- keywords: [
1729
- ],
1730
- heights: {
1731
- "17": {
1732
- width: 16,
1733
- 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>"
1734
- }
1735
- }
1736
- },
1737
- tools: tools,
1738
- trashcan: trashcan,
1739
- "triangle-down": {
1740
- name: "triangle-down",
1741
- keywords: [
1742
- "arrow",
1743
- "point",
1744
- "direction"
1745
- ],
1746
- heights: {
1747
- "17": {
1748
- width: 16,
1749
- 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>"
1750
- }
1751
- }
1752
- },
1753
- "triangle-left": {
1754
- name: "triangle-left",
1755
- keywords: [
1756
- "arrow",
1757
- "point",
1758
- "direction"
1759
- ],
1760
- heights: {
1761
- "17": {
1762
- width: 16,
1763
- 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>"
1764
- }
1765
- }
1766
- },
1767
- "triangle-right": {
1768
- name: "triangle-right",
1769
- keywords: [
1770
- "arrow",
1771
- "point",
1772
- "direction"
1773
- ],
1774
- heights: {
1775
- "17": {
1776
- width: 16,
1777
- 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>"
1778
- }
1779
- }
1780
- },
1781
- "triangle-up": {
1782
- name: "triangle-up",
1783
- keywords: [
1784
- "arrow",
1785
- "point",
1786
- "direction"
1787
- ],
1788
- heights: {
1789
- "17": {
1790
- width: 16,
1791
- 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>"
1792
- }
1793
- }
1794
- },
1795
- unlock: unlock,
1796
- upload: upload,
1797
- "video-camera": {
1798
- name: "video-camera",
1799
- keywords: [
1800
- ],
1801
- heights: {
1802
- "17": {
1803
- width: 16,
1804
- 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>"
1805
- }
1806
- }
1807
- },
1808
- x: x,
1809
- "x-circle": {
1810
- name: "x-circle",
1811
- keywords: [
1812
- ],
1813
- heights: {
1814
- "17": {
1815
- width: 16,
1816
- 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>"
1817
- }
1818
- }
1819
- },
1820
- "x-circle-fill": {
1821
- name: "x-circle-fill",
1822
- keywords: [
1823
- ],
1824
- heights: {
1825
- "17": {
1826
- width: 16,
1827
- 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>"
1828
- }
1829
- }
1830
- },
1831
- "zoom-in": {
1832
- name: "zoom-in",
1833
- keywords: [
1834
- ],
1835
- heights: {
1836
- "17": {
1837
- width: 16,
1838
- 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>"
1839
- }
1840
- }
1841
- },
1842
- "zoom-out": {
1843
- name: "zoom-out",
1844
- keywords: [
1845
- ],
1846
- heights: {
1847
- "17": {
1848
- width: 16,
1849
- 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>"
1850
- }
1851
- }
1852
- }
1853
- };
1854
-
1855
- /*
1856
- object-assign
1857
- (c) Sindre Sorhus
1858
- @license MIT
1859
- */
1860
- /* eslint-disable no-unused-vars */
1861
- var getOwnPropertySymbols = Object.getOwnPropertySymbols;
1862
- var hasOwnProperty = Object.prototype.hasOwnProperty;
1863
- var propIsEnumerable = Object.prototype.propertyIsEnumerable;
1864
-
1865
- function toObject(val) {
1866
- if (val === null || val === undefined) {
1867
- throw new TypeError('Object.assign cannot be called with null or undefined');
1868
- }
1869
-
1870
- return Object(val);
1871
- }
1872
-
1873
- function shouldUseNative() {
1874
- try {
1875
- if (!Object.assign) {
1876
- return false;
1877
- }
1878
-
1879
- // Detect buggy property enumeration order in older V8 versions.
1880
-
1881
- // https://bugs.chromium.org/p/v8/issues/detail?id=4118
1882
- var test1 = new String('abc'); // eslint-disable-line no-new-wrappers
1883
- test1[5] = 'de';
1884
- if (Object.getOwnPropertyNames(test1)[0] === '5') {
1885
- return false;
1886
- }
1887
-
1888
- // https://bugs.chromium.org/p/v8/issues/detail?id=3056
1889
- var test2 = {};
1890
- for (var i = 0; i < 10; i++) {
1891
- test2['_' + String.fromCharCode(i)] = i;
1892
- }
1893
- var order2 = Object.getOwnPropertyNames(test2).map(function (n) {
1894
- return test2[n];
1895
- });
1896
- if (order2.join('') !== '0123456789') {
1897
- return false;
1898
- }
1899
-
1900
- // https://bugs.chromium.org/p/v8/issues/detail?id=3056
1901
- var test3 = {};
1902
- 'abcdefghijklmnopqrst'.split('').forEach(function (letter) {
1903
- test3[letter] = letter;
1904
- });
1905
- if (Object.keys(Object.assign({}, test3)).join('') !==
1906
- 'abcdefghijklmnopqrst') {
1907
- return false;
1908
- }
1909
-
1910
- return true;
1911
- } catch (err) {
1912
- // We don't expect any of the above to throw, but better to be safe.
1913
- return false;
1914
- }
1915
- }
1916
-
1917
- var objectAssign = shouldUseNative() ? Object.assign : function (target, source) {
1918
- var from;
1919
- var to = toObject(target);
1920
- var symbols;
1921
-
1922
- for (var s = 1; s < arguments.length; s++) {
1923
- from = Object(arguments[s]);
1924
-
1925
- for (var key in from) {
1926
- if (hasOwnProperty.call(from, key)) {
1927
- to[key] = from[key];
1928
- }
1929
- }
1930
-
1931
- if (getOwnPropertySymbols) {
1932
- symbols = getOwnPropertySymbols(from);
1933
- for (var i = 0; i < symbols.length; i++) {
1934
- if (propIsEnumerable.call(from, symbols[i])) {
1935
- to[symbols[i]] = from[symbols[i]];
1936
- }
1937
- }
1938
- }
1939
- }
1940
-
1941
- return to;
1942
- };
1943
-
1944
- const DEFAULT_HEIGHT = 16;
1945
-
1946
- for (const key of Object.keys(data)) {
1947
- // Returns a string representation of html attributes
1948
- const htmlAttributes = (icon, defaultOptions, options) => {
1949
- const attributes = [];
1950
- const attrObj = objectAssign({}, defaultOptions, options);
1951
-
1952
- // If the user passed in options
1953
- if (options) {
1954
- // If any of the width or height is passed in
1955
- if (options['width'] || options['height']) {
1956
- attrObj['width'] = options['width']
1957
- ? options['width']
1958
- : (parseInt(options['height']) * defaultOptions['width']) / defaultOptions['height'];
1959
- attrObj['height'] = options['height']
1960
- ? options['height']
1961
- : (parseInt(options['width']) * defaultOptions['height']) / defaultOptions['width'];
1962
- }
1963
-
1964
- // If the user passed in class
1965
- if (options['class']) {
1966
- attrObj['class'] = `octicon octicon-${key} ${options['class']}`;
1967
- attrObj['class'].trim();
1968
- }
1969
-
1970
- // If the user passed in aria-label
1971
- if (options['aria-label']) {
1972
- attrObj['aria-label'] = options['aria-label'];
1973
- attrObj['role'] = 'img';
1974
-
1975
- // Un-hide the icon
1976
- delete attrObj['aria-hidden'];
1977
- }
1978
- }
1979
-
1980
- for (const option of Object.keys(attrObj)) {
1981
- attributes.push(`${option}="${attrObj[option]}"`);
1982
- }
1983
-
1984
- return attributes.join(' ').trim()
1985
- };
1986
-
1987
- // Set the symbol for easy access
1988
- data[key].symbol = key;
1989
-
1990
- // Set options for each icon height
1991
- for (const height of Object.keys(data[key].heights)) {
1992
- data[key].heights[height].options = {
1993
- version: '1.1',
1994
- width: data[key].heights[height].width,
1995
- height: parseInt(height),
1996
- viewBox: `0 0 ${data[key].heights[height].width} ${height}`,
1997
- class: `octicon octicon-${key}`,
1998
- 'aria-hidden': 'true'
1999
- };
2000
- }
2001
-
2002
- // Function to return an SVG object
2003
- data[key].toSVG = function (options = {}) {
2004
- const {height, width} = options;
2005
- const naturalHeight = closestNaturalHeight(Object.keys(data[key].heights), height || width || DEFAULT_HEIGHT);
2006
- return `<svg ${htmlAttributes(data[key], data[key].heights[naturalHeight].options, options)}>${
2007
- data[key].heights[naturalHeight].path
2008
- }</svg>`
2009
- };
2010
- }
2011
-
2012
- // Import data into exports
2013
- var apolloIcons = data;
2014
-
2015
- function closestNaturalHeight(naturalHeights, height) {
2016
- return naturalHeights
2017
- .map(naturalHeight => parseInt(naturalHeight, 10))
2018
- .reduce((acc, naturalHeight) => (naturalHeight <= height ? naturalHeight : acc), naturalHeights[0])
2019
- }
2020
-
2021
- const xplIconCss = ".xpl-icon{align-items:center;display:grid;justify-content:center}";
2022
-
2023
- const XplIcon = class {
2024
- constructor(hostRef) {
2025
- index.registerInstance(this, hostRef);
2026
- this.icon = undefined;
2027
- this.size = undefined;
2028
- this.backgroundColor = undefined;
2029
- }
2030
- render() {
2031
- let options = {};
2032
- if (typeof this.size === 'number')
2033
- options = { width: this.size, height: this.size };
2034
- let wrapperClasses = 'xpl-icon__wrapper ';
2035
- if (!!this.backgroundColor)
2036
- wrapperClasses += `xpl-icon__wrapper--with-background xpl-icon__wrapper--with-background--${this.backgroundColor}`;
2037
- return (index.h(index.Host, null, index.h("figure", { class: wrapperClasses }, index.h("span", { "aria-label": this.icon, role: "img", class: "xpl-icon", style: {
2038
- width: `${this.size}px`,
2039
- height: `${this.size}px`,
2040
- }, innerHTML: apolloIcons[this.icon].toSVG(options) }), index.h("figcaption", null, this.icon, " icon"))));
2041
- }
2042
- };
2043
- XplIcon.style = xplIconCss;
2044
-
2045
- const XplNavItem = class {
2046
- constructor(hostRef) {
2047
- index.registerInstance(this, hostRef);
2048
- this.navOpen = index.createEvent(this, "navOpen", 7);
2049
- this.navControl = false;
2050
- }
2051
- onNavToggle() {
2052
- if (window.innerWidth <= 640) {
2053
- this.navOpen.emit(false);
2054
- }
2055
- }
2056
- render() {
2057
- return (index.h(index.Host, { class: "xpl-nav-item", role: "listitem", onClick: () => {
2058
- if (this.navControl) {
2059
- this.onNavToggle();
2060
- }
2061
- } }, index.h("slot", { name: "link" }, index.h("slot", { name: "icon" }), index.h("slot", null))));
2062
- }
2063
- };
2064
-
2065
- const XplRadio = class {
2066
- constructor(hostRef) {
2067
- index.registerInstance(this, hostRef);
2068
- this.radioChange = index.createEvent(this, "radioChange", 7);
2069
- this.checked = undefined;
2070
- this.description = undefined;
2071
- this.disabled = undefined;
2072
- this.name = undefined;
2073
- this.required = undefined;
2074
- this.styled = undefined;
2075
- this.value = undefined;
2076
- this.id = v4.v4();
2077
- }
2078
- render() {
2079
- return (index.h(index.Host, { class: {
2080
- 'xpl-checkbox-radio-container': true,
2081
- styled: this.styled,
2082
- disabled: this.disabled,
2083
- } }, index.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) }), index.h("label", { class: {
2084
- 'xpl-label': true,
2085
- 'xpl-label--disabled': this.disabled,
2086
- }, htmlFor: this.id }, index.h("slot", null), this.description && (index.h("small", { class: {
2087
- 'xpl-description': true,
2088
- 'xpl-description--disabled': this.disabled,
2089
- } }, this.description)))));
2090
- }
2091
- };
2092
-
2093
- const XplSecondaryNav = class {
2094
- constructor(hostRef) {
2095
- index.registerInstance(this, hostRef);
2096
- }
2097
- render() {
2098
- return (index.h(index.Host, { class: "xpl-secondary-nav" }, index.h("nav", { "aria-label": "Secondary Nav" }, index.h("slot", null))));
2099
- }
2100
- };
2101
-
2102
- const XplTable = class {
2103
- constructor(hostRef) {
2104
- index.registerInstance(this, hostRef);
2105
- this.tableSelect = index.createEvent(this, "tableSelect", 7);
2106
- this.selectAllValue = Math.random().toString(36).slice(2);
2107
- this.selectAll = (e) => {
2108
- const { target } = e;
2109
- if (!(target instanceof HTMLInputElement))
2110
- return;
2111
- const { checked } = target;
2112
- this.areAllSelected = checked;
2113
- this.selected =
2114
- this.selectedValues.length > 0
2115
- ? // gets all checkboxes in body
2116
- Array.from(this.el.querySelectorAll('tbody td:first-child input')).map((input) =>
2117
- // if the select all checkbox is checked, return
2118
- // the value from the current input. If false, set all to false.
2119
- checked ? input === null || input === void 0 ? void 0 : input.value : checked)
2120
- : this.selected.map(() => checked);
2121
- this.onChange();
2122
- };
2123
- this.selectOne = (e, checkboxIdx) => {
2124
- const { target } = e;
2125
- if (!(target instanceof HTMLInputElement))
2126
- return;
2127
- const { checked, value } = target;
2128
- this.areAllSelected = false;
2129
- this.selected = this.selected.map((v, selectedIdx) => {
2130
- // if the checkbox that fired the event is not the current idx
2131
- // return the current value
2132
- if (selectedIdx !== checkboxIdx)
2133
- return v;
2134
- /**
2135
- * If there are values in this.selectedValues, either return the value
2136
- * for that checkbox or false, dependent on if the checkbox is checked or not.
2137
- * If there are no values in this.selectedValues, return the value
2138
- * to either true or false, dependent on if the checkbox is checked or not.
2139
- *
2140
- */
2141
- return this.selectedValues.length > 0
2142
- ? checked
2143
- ? value
2144
- : checked
2145
- : checked;
2146
- });
2147
- this.onChange();
2148
- };
2149
- this.onChange = () => {
2150
- this.tableSelect.emit({
2151
- selected: this.selected,
2152
- areAllSelected: this.areAllSelected,
2153
- });
2154
- };
2155
- this.onScroll = () => {
2156
- this.hasScrolled = this.container.scrollLeft > 0;
2157
- };
2158
- /**
2159
- * TODO: Need to figure out how this interplays with data
2160
- * received from an API/server
2161
- */
2162
- // private sortBy = (col: number, ascending = true) => {
2163
- // this.rowData.sort((a, b) => {
2164
- // const A = a[col];
2165
- // const B = b[col];
2166
- // if (typeof A === 'number' && typeof B === 'number') {
2167
- // const f = ascending ? 1 : -1;
2168
- // return A > B ? f : -f;
2169
- // }
2170
- // return -1;
2171
- // });
2172
- // this.rowData = Array.from(this.rowData);
2173
- // this.render();
2174
- // };
2175
- this.setData = () => {
2176
- this.rowData = this.data !== undefined ? Array.from(this.data) : [];
2177
- };
2178
- this.columns = undefined;
2179
- this.data = undefined;
2180
- this.freeze = undefined;
2181
- this.multiselect = undefined;
2182
- this.striped = undefined;
2183
- this.selectedValues = [];
2184
- this.areAllSelected = false;
2185
- this.rowData = undefined;
2186
- this.hasScrolled = false;
2187
- this.selected = undefined;
2188
- }
2189
- watchData() {
2190
- this.setData();
2191
- }
2192
- componentWillLoad() {
2193
- this.areAllSelected = false;
2194
- this.setData();
2195
- this.selected = new Array(this.rowData.length).fill(false);
2196
- }
2197
- render() {
2198
- let className = 'xpl-table';
2199
- if (this.striped)
2200
- className += ' xpl-table--striped';
2201
- if (this.freeze)
2202
- className += ' xpl-table--freeze';
2203
- if (this.hasScrolled)
2204
- className += ' xpl-table--has-scrolled';
2205
- return (index.h(index.Host, null, index.h("div", { class: "xpl-table-container", onScroll: this.onScroll, ref: (el) => (this.container = el) }, index.h("table", { class: className }, this.columns && (index.h("thead", null, this.columns.map((column, i) => {
2206
- return (index.h("th", null, this.multiselect && i === 0 ? (index.h("label", { htmlFor: "__xpl-table-th" }, index.h("input", { checked: this.areAllSelected, id: "__xpl-table-th",
2207
- // appear indeterminate when at least one but not all
2208
- // are selected
2209
- indeterminate: !this
2210
- .areAllSelected &&
2211
- this.selected.some((a) => a), onChange: (e) => {
2212
- this.selectAll(e);
2213
- }, type: "checkbox", value: `select-all-${this.selectAllValue}` }), column)) : (column)));
2214
- }))), index.h("tbody", null, this.rowData.map((row, rowNum) => {
2215
- return (index.h("tr", { class: this.selected &&
2216
- this.selected[rowNum]
2217
- ? 'xpl-table-row-selected'
2218
- : '' }, row.map((cell, i) => {
2219
- return (index.h("td", null, this.multiselect &&
2220
- i === 0 ? (index.h("label", { htmlFor: '__xpl-table-row-' +
2221
- rowNum }, index.h("input", { id: '__xpl-table-row-' +
2222
- rowNum, checked: !!this
2223
- .selected[rowNum], type: "checkbox", onChange: (e) => this.selectOne(e, rowNum), value: `${this
2224
- .selectedValues
2225
- .length >
2226
- 0
2227
- ? this
2228
- .selectedValues[rowNum]
2229
- : `xpl-table-checkbox-${rowNum}`}` }), index.h("div", { innerHTML: cell }))) : (index.h("div", { innerHTML: cell }))));
2230
- })));
2231
- }))))));
2232
- }
2233
- get el() { return index.getElement(this); }
2234
- static get watchers() { return {
2235
- "data": ["watchData"]
2236
- }; }
2237
- };
2238
-
2239
- const XplUtilityBar = class {
2240
- constructor(hostRef) {
2241
- index.registerInstance(this, hostRef);
2242
- this.navOpen = index.createEvent(this, "navOpen", 7);
2243
- this.navControl = undefined;
2244
- this.isNavOpenAtStartup = undefined;
2245
- this.open = true;
2246
- }
2247
- onNavToggle() {
2248
- this.open = !this.open;
2249
- this.navOpen.emit(this.open);
2250
- }
2251
- componentWillLoad() {
2252
- this.open =
2253
- this.isNavOpenAtStartup !== undefined
2254
- ? this.isNavOpenAtStartup
2255
- : this.open;
2256
- }
2257
- render() {
2258
- return (index.h(index.Host, null, index.h("nav", { "aria-label": "utility navigation bar", class: "xpl-utility-bar" }, this.navControl ? (index.h("div", null, index.h("button", { class: "xpl-utility-bar__nav-control", onClick: () => this.onNavToggle() }, index.h("xpl-icon", { class: "xpl-utility-nav__bars", icon: "three-bars" })), index.h("slot", { name: "aside" }))) : (index.h("slot", { name: "aside" })), index.h("slot", { name: "main" }))));
2259
- }
2260
- };
2261
-
2262
- exports.xpl_avatar = XplAvatar;
2263
- exports.xpl_badge = XplBadge;
2264
- exports.xpl_breadcrumb_item = XplBreadcrumbItem;
2265
- exports.xpl_breadcrumbs = XplBreadcrumbs;
2266
- exports.xpl_button = XplButton;
2267
- exports.xpl_checkbox = XplCheckbox;
2268
- exports.xpl_content_area = XplContentArea;
2269
- exports.xpl_dashboard = XplDashboard;
2270
- exports.xpl_data_card = XplDataCard;
2271
- exports.xpl_icon = XplIcon;
2272
- exports.xpl_nav_item = XplNavItem;
2273
- exports.xpl_radio = XplRadio;
2274
- exports.xpl_secondary_nav = XplSecondaryNav;
2275
- exports.xpl_table = XplTable;
2276
- exports.xpl_utility_bar = XplUtilityBar;
2277
-
2278
- //# sourceMappingURL=xpl-avatar_15.cjs.entry.js.map