@jumpgroup/jump-design-system 0.2.7 → 0.3.1

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 (324) hide show
  1. package/dist/cjs/{index-41aaa52a.js → index-674508e2.js} +153 -4
  2. package/dist/cjs/index-674508e2.js.map +1 -0
  3. package/dist/cjs/jump-accordion.cjs.entry.js +22 -0
  4. package/dist/cjs/jump-accordion.cjs.entry.js.map +1 -0
  5. package/dist/cjs/jump-badge.cjs.entry.js +6 -3
  6. package/dist/cjs/jump-badge.cjs.entry.js.map +1 -1
  7. package/dist/cjs/jump-button_2.cjs.entry.js +631 -0
  8. package/dist/cjs/jump-button_2.cjs.entry.js.map +1 -0
  9. package/dist/cjs/jump-card-ecommerce.cjs.entry.js +121 -0
  10. package/dist/cjs/jump-card-ecommerce.cjs.entry.js.map +1 -0
  11. package/dist/cjs/jump-card.cjs.entry.js +4 -4
  12. package/dist/cjs/jump-card.cjs.entry.js.map +1 -1
  13. package/dist/cjs/jump-design-system.cjs.js +2 -2
  14. package/dist/cjs/jump-filter.cjs.entry.js +59 -0
  15. package/dist/cjs/jump-filter.cjs.entry.js.map +1 -0
  16. package/dist/cjs/jump-filtergroup.cjs.entry.js +119 -0
  17. package/dist/cjs/jump-filtergroup.cjs.entry.js.map +1 -0
  18. package/dist/cjs/jump-pagination-table.cjs.entry.js +24 -5
  19. package/dist/cjs/jump-pagination-table.cjs.entry.js.map +1 -1
  20. package/dist/cjs/jump-pagination.cjs.entry.js +19 -5
  21. package/dist/cjs/jump-pagination.cjs.entry.js.map +1 -1
  22. package/dist/cjs/jump-quantity.cjs.entry.js +77 -0
  23. package/dist/cjs/jump-quantity.cjs.entry.js.map +1 -0
  24. package/dist/cjs/jump-tab-item.cjs.entry.js +40 -0
  25. package/dist/cjs/jump-tab-item.cjs.entry.js.map +1 -0
  26. package/dist/cjs/jump-tab-panel.cjs.entry.js +24 -0
  27. package/dist/cjs/jump-tab-panel.cjs.entry.js.map +1 -0
  28. package/dist/cjs/jump-tab.cjs.entry.js +72 -9
  29. package/dist/cjs/jump-tab.cjs.entry.js.map +1 -1
  30. package/dist/cjs/loader.cjs.js +2 -2
  31. package/dist/collection/collection-manifest.json +8 -1
  32. package/dist/collection/components/jump-accordion/jump-accordion.css +3 -0
  33. package/dist/collection/components/jump-accordion/jump-accordion.js +19 -0
  34. package/dist/collection/components/jump-accordion/jump-accordion.js.map +1 -0
  35. package/dist/collection/components/jump-accordion/test/jump-accordion.e2e.js +10 -0
  36. package/dist/collection/components/jump-accordion/test/jump-accordion.e2e.js.map +1 -0
  37. package/dist/collection/components/jump-accordion/test/jump-accordion.spec.js +18 -0
  38. package/dist/collection/components/jump-accordion/test/jump-accordion.spec.js.map +1 -0
  39. package/dist/collection/components/jump-badge/jump-badge.css +90 -12
  40. package/dist/collection/components/jump-badge/jump-badge.js +61 -3
  41. package/dist/collection/components/jump-badge/jump-badge.js.map +1 -1
  42. package/dist/collection/components/jump-badge/jump-badge.stories.js +93 -8
  43. package/dist/collection/components/jump-badge/jump-badge.stories.js.map +1 -1
  44. package/dist/collection/components/jump-button/jump-button-anchor.stories.js +38 -29
  45. package/dist/collection/components/jump-button/jump-button-anchor.stories.js.map +1 -1
  46. package/dist/collection/components/jump-button/jump-button-dimension.stories.js +4 -9
  47. package/dist/collection/components/jump-button/jump-button-dimension.stories.js.map +1 -1
  48. package/dist/collection/components/jump-button/jump-button-filled.stories.js +15 -24
  49. package/dist/collection/components/jump-button/jump-button-filled.stories.js.map +1 -1
  50. package/dist/collection/components/jump-button/jump-button-only-icon.stories.js +43 -73
  51. package/dist/collection/components/jump-button/jump-button-only-icon.stories.js.map +1 -1
  52. package/dist/collection/components/jump-button/jump-button.css +2 -1
  53. package/dist/collection/components/jump-button/jump-button.js +1 -1
  54. package/dist/collection/components/jump-button/jump-button.stories.js +199 -0
  55. package/dist/collection/components/jump-button/jump-button.stories.js.map +1 -0
  56. package/dist/collection/components/jump-card/jump-card.css +2 -2
  57. package/dist/collection/components/jump-card/jump-card.js +2 -2
  58. package/dist/collection/components/jump-card-ecommerce/jump-card-ecommerce.css +183 -0
  59. package/dist/collection/components/jump-card-ecommerce/jump-card-ecommerce.js +583 -0
  60. package/dist/collection/components/jump-card-ecommerce/jump-card-ecommerce.js.map +1 -0
  61. package/dist/collection/components/jump-card-ecommerce/jump-card-ecommerce.stories.js +205 -0
  62. package/dist/collection/components/jump-card-ecommerce/jump-card-ecommerce.stories.js.map +1 -0
  63. package/dist/collection/components/jump-card-ecommerce/test/jump-card-ecommerce.e2e.js +10 -0
  64. package/dist/collection/components/jump-card-ecommerce/test/jump-card-ecommerce.e2e.js.map +1 -0
  65. package/dist/collection/components/jump-card-ecommerce/test/jump-card-ecommerce.spec.js +18 -0
  66. package/dist/collection/components/jump-card-ecommerce/test/jump-card-ecommerce.spec.js.map +1 -0
  67. package/dist/collection/components/jump-filter/jump-filter.css +8 -0
  68. package/dist/collection/components/jump-filter/jump-filter.js +212 -0
  69. package/dist/collection/components/jump-filter/jump-filter.js.map +1 -0
  70. package/dist/collection/components/jump-filter/jump-filter.stories.js +122 -0
  71. package/dist/collection/components/jump-filter/jump-filter.stories.js.map +1 -0
  72. package/dist/collection/components/jump-filtergroup/jump-filtergroup.css +17 -0
  73. package/dist/collection/components/jump-filtergroup/jump-filtergroup.js +328 -0
  74. package/dist/collection/components/jump-filtergroup/jump-filtergroup.js.map +1 -0
  75. package/dist/collection/components/jump-filtergroup/jump-filtergroup.stories.js +49 -0
  76. package/dist/collection/components/jump-filtergroup/jump-filtergroup.stories.js.map +1 -0
  77. package/dist/collection/components/jump-icon/jump-icon-custom.stories.js +67 -0
  78. package/dist/collection/components/jump-icon/jump-icon-custom.stories.js.map +1 -0
  79. package/dist/collection/components/jump-icon/jump-icon-fa-brands.stories.js +73 -0
  80. package/dist/collection/components/jump-icon/jump-icon-fa-brands.stories.js.map +1 -0
  81. package/dist/collection/components/jump-icon/jump-icon-fa-duotone.stories.js +73 -0
  82. package/dist/collection/components/jump-icon/jump-icon-fa-duotone.stories.js.map +1 -0
  83. package/dist/collection/components/jump-icon/jump-icon-fa-light.stories.js +73 -0
  84. package/dist/collection/components/jump-icon/jump-icon-fa-light.stories.js.map +1 -0
  85. package/dist/collection/components/jump-icon/jump-icon-fa-regular.stories.js +73 -0
  86. package/dist/collection/components/jump-icon/jump-icon-fa-regular.stories.js.map +1 -0
  87. package/dist/collection/components/jump-icon/jump-icon-fa-sharp-light.stories.js +73 -0
  88. package/dist/collection/components/jump-icon/jump-icon-fa-sharp-light.stories.js.map +1 -0
  89. package/dist/collection/components/jump-icon/jump-icon-fa-sharp-regular.stories.js +73 -0
  90. package/dist/collection/components/jump-icon/jump-icon-fa-sharp-regular.stories.js.map +1 -0
  91. package/dist/collection/components/jump-icon/jump-icon-fa-sharp-solid.stories.js +73 -0
  92. package/dist/collection/components/jump-icon/jump-icon-fa-sharp-solid.stories.js.map +1 -0
  93. package/dist/collection/components/jump-icon/jump-icon-fa-sharp-thin.stories.js +73 -0
  94. package/dist/collection/components/jump-icon/jump-icon-fa-sharp-thin.stories.js.map +1 -0
  95. package/dist/collection/components/jump-icon/jump-icon-fa-solid.stories.js +73 -0
  96. package/dist/collection/components/jump-icon/jump-icon-fa-solid.stories.js.map +1 -0
  97. package/dist/collection/components/jump-icon/jump-icon-fa-thin.stories.js +73 -0
  98. package/dist/collection/components/jump-icon/jump-icon-fa-thin.stories.js.map +1 -0
  99. package/dist/collection/components/jump-icon/jump-icon-lucide.stories.js +67 -0
  100. package/dist/collection/components/jump-icon/jump-icon-lucide.stories.js.map +1 -0
  101. package/dist/collection/components/jump-icon/jump-icon.css +61 -15
  102. package/dist/collection/components/jump-icon/jump-icon.js +132 -12
  103. package/dist/collection/components/jump-icon/jump-icon.js.map +1 -1
  104. package/dist/collection/components/jump-pagination/jump-pagination.css +1 -0
  105. package/dist/collection/components/jump-pagination/jump-pagination.js +21 -6
  106. package/dist/collection/components/jump-pagination/jump-pagination.js.map +1 -1
  107. package/dist/collection/components/jump-pagination/jump-pagination.stories.js +6 -4
  108. package/dist/collection/components/jump-pagination/jump-pagination.stories.js.map +1 -1
  109. package/dist/collection/components/jump-pagination-table/jump-pagination-table.js +28 -9
  110. package/dist/collection/components/jump-pagination-table/jump-pagination-table.js.map +1 -1
  111. package/dist/collection/components/jump-pagination-table/jump-pagination-table.stories.js +25 -7
  112. package/dist/collection/components/jump-pagination-table/jump-pagination-table.stories.js.map +1 -1
  113. package/dist/collection/components/jump-quantity/jump-quantity.css +52 -0
  114. package/dist/collection/components/jump-quantity/jump-quantity.js +245 -0
  115. package/dist/collection/components/jump-quantity/jump-quantity.js.map +1 -0
  116. package/dist/collection/components/jump-quantity/jump-quantity.stories.js +103 -0
  117. package/dist/collection/components/jump-quantity/jump-quantity.stories.js.map +1 -0
  118. package/dist/collection/components/jump-tab/jump-tab.css +9 -0
  119. package/dist/collection/components/jump-tab/jump-tab.js +107 -21
  120. package/dist/collection/components/jump-tab/jump-tab.js.map +1 -1
  121. package/dist/collection/components/jump-tab/jump-tab.stories.js +129 -0
  122. package/dist/collection/components/jump-tab/jump-tab.stories.js.map +1 -0
  123. package/dist/collection/components/jump-tab-item/jump-tab-item-boxed.stories.js +54 -0
  124. package/dist/collection/components/jump-tab-item/jump-tab-item-boxed.stories.js.map +1 -0
  125. package/dist/collection/components/jump-tab-item/jump-tab-item-inline.stories.js +54 -0
  126. package/dist/collection/components/jump-tab-item/jump-tab-item-inline.stories.js.map +1 -0
  127. package/dist/collection/components/jump-tab-item/jump-tab-item-rounded.stories.js +41 -0
  128. package/dist/collection/components/jump-tab-item/jump-tab-item-rounded.stories.js.map +1 -0
  129. package/dist/collection/components/jump-tab-item/jump-tab-item-sheet.stories.js +42 -0
  130. package/dist/collection/components/jump-tab-item/jump-tab-item-sheet.stories.js.map +1 -0
  131. package/dist/collection/components/jump-tab-item/jump-tab-item.css +109 -0
  132. package/dist/collection/components/jump-tab-item/jump-tab-item.js +173 -0
  133. package/dist/collection/components/jump-tab-item/jump-tab-item.js.map +1 -0
  134. package/dist/collection/components/jump-tab-item/test/jump-tab-item.e2e.js +10 -0
  135. package/dist/collection/components/jump-tab-item/test/jump-tab-item.e2e.js.map +1 -0
  136. package/dist/collection/components/jump-tab-item/test/jump-tab-item.spec.js +18 -0
  137. package/dist/collection/components/jump-tab-item/test/jump-tab-item.spec.js.map +1 -0
  138. package/dist/collection/components/jump-tab-panel/jump-tab-panel.css +11 -0
  139. package/dist/collection/components/jump-tab-panel/jump-tab-panel.js +63 -0
  140. package/dist/collection/components/jump-tab-panel/jump-tab-panel.js.map +1 -0
  141. package/dist/collection/components/jump-tab-panel/test/jump-tab-panel.e2e.js +10 -0
  142. package/dist/collection/components/jump-tab-panel/test/jump-tab-panel.e2e.js.map +1 -0
  143. package/dist/collection/components/jump-tab-panel/test/jump-tab-panel.spec.js +18 -0
  144. package/dist/collection/components/jump-tab-panel/test/jump-tab-panel.spec.js.map +1 -0
  145. package/dist/collection/utils/utils.js +41 -8
  146. package/dist/collection/utils/utils.js.map +1 -1
  147. package/dist/components/jump-accordion.d.ts +11 -0
  148. package/dist/components/jump-accordion.js +36 -0
  149. package/dist/components/jump-accordion.js.map +1 -0
  150. package/dist/components/jump-badge.js +1 -33
  151. package/dist/components/jump-badge.js.map +1 -1
  152. package/dist/components/jump-badge2.js +44 -0
  153. package/dist/components/jump-badge2.js.map +1 -0
  154. package/dist/components/jump-button.js +1 -65
  155. package/dist/components/jump-button.js.map +1 -1
  156. package/dist/components/jump-button2.js +69 -0
  157. package/dist/components/jump-button2.js.map +1 -0
  158. package/dist/components/jump-card-ecommerce.d.ts +11 -0
  159. package/dist/components/jump-card-ecommerce.js +177 -0
  160. package/dist/components/jump-card-ecommerce.js.map +1 -0
  161. package/dist/components/jump-card.js +3 -3
  162. package/dist/components/jump-card.js.map +1 -1
  163. package/dist/components/jump-filter.d.ts +11 -0
  164. package/dist/components/jump-filter.js +96 -0
  165. package/dist/components/jump-filter.js.map +1 -0
  166. package/dist/components/jump-filtergroup.d.ts +11 -0
  167. package/dist/components/jump-filtergroup.js +161 -0
  168. package/dist/components/jump-filtergroup.js.map +1 -0
  169. package/dist/components/jump-icon2.js +556 -2375
  170. package/dist/components/jump-icon2.js.map +1 -1
  171. package/dist/components/jump-pagination-table.js +30 -5
  172. package/dist/components/jump-pagination-table.js.map +1 -1
  173. package/dist/components/jump-pagination.js +27 -6
  174. package/dist/components/jump-pagination.js.map +1 -1
  175. package/dist/components/jump-quantity.d.ts +11 -0
  176. package/dist/components/jump-quantity.js +109 -0
  177. package/dist/components/jump-quantity.js.map +1 -0
  178. package/dist/components/jump-tab-item.d.ts +11 -0
  179. package/dist/components/jump-tab-item.js +68 -0
  180. package/dist/components/jump-tab-item.js.map +1 -0
  181. package/dist/components/jump-tab-panel.d.ts +11 -0
  182. package/dist/components/jump-tab-panel.js +41 -0
  183. package/dist/components/jump-tab-panel.js.map +1 -0
  184. package/dist/components/jump-tab.js +75 -12
  185. package/dist/components/jump-tab.js.map +1 -1
  186. package/dist/esm/{index-192aeaf1.js → index-70f1949a.js} +153 -5
  187. package/dist/esm/index-70f1949a.js.map +1 -0
  188. package/dist/esm/jump-accordion.entry.js +18 -0
  189. package/dist/esm/jump-accordion.entry.js.map +1 -0
  190. package/dist/esm/jump-badge.entry.js +6 -3
  191. package/dist/esm/jump-badge.entry.js.map +1 -1
  192. package/dist/esm/jump-button_2.entry.js +626 -0
  193. package/dist/esm/jump-button_2.entry.js.map +1 -0
  194. package/dist/esm/jump-card-ecommerce.entry.js +117 -0
  195. package/dist/esm/jump-card-ecommerce.entry.js.map +1 -0
  196. package/dist/esm/jump-card.entry.js +4 -4
  197. package/dist/esm/jump-card.entry.js.map +1 -1
  198. package/dist/esm/jump-design-system.js +3 -3
  199. package/dist/esm/jump-filter.entry.js +55 -0
  200. package/dist/esm/jump-filter.entry.js.map +1 -0
  201. package/dist/esm/jump-filtergroup.entry.js +115 -0
  202. package/dist/esm/jump-filtergroup.entry.js.map +1 -0
  203. package/dist/esm/jump-pagination-table.entry.js +24 -5
  204. package/dist/esm/jump-pagination-table.entry.js.map +1 -1
  205. package/dist/esm/jump-pagination.entry.js +19 -5
  206. package/dist/esm/jump-pagination.entry.js.map +1 -1
  207. package/dist/esm/jump-quantity.entry.js +73 -0
  208. package/dist/esm/jump-quantity.entry.js.map +1 -0
  209. package/dist/esm/jump-tab-item.entry.js +36 -0
  210. package/dist/esm/jump-tab-item.entry.js.map +1 -0
  211. package/dist/esm/jump-tab-panel.entry.js +20 -0
  212. package/dist/esm/jump-tab-panel.entry.js.map +1 -0
  213. package/dist/esm/jump-tab.entry.js +72 -9
  214. package/dist/esm/jump-tab.entry.js.map +1 -1
  215. package/dist/esm/loader.js +3 -3
  216. package/dist/jump-design-system/jump-design-system.esm.js +1 -1
  217. package/dist/jump-design-system/jump-design-system.esm.js.map +1 -1
  218. package/dist/jump-design-system/p-2cb7d817.entry.js +2 -0
  219. package/dist/jump-design-system/p-2cb7d817.entry.js.map +1 -0
  220. package/dist/jump-design-system/p-34a46a10.entry.js +2 -0
  221. package/dist/jump-design-system/p-34a46a10.entry.js.map +1 -0
  222. package/dist/jump-design-system/p-377a769b.entry.js +2 -0
  223. package/dist/jump-design-system/p-377a769b.entry.js.map +1 -0
  224. package/dist/jump-design-system/p-493c7f4a.entry.js +2 -0
  225. package/dist/jump-design-system/p-493c7f4a.entry.js.map +1 -0
  226. package/dist/jump-design-system/p-4d6cc90d.js +3 -0
  227. package/dist/jump-design-system/p-4d6cc90d.js.map +1 -0
  228. package/dist/jump-design-system/p-56609b82.entry.js +2 -0
  229. package/dist/jump-design-system/p-56609b82.entry.js.map +1 -0
  230. package/dist/jump-design-system/p-5a6fbc53.entry.js +2 -0
  231. package/dist/jump-design-system/p-5a6fbc53.entry.js.map +1 -0
  232. package/dist/jump-design-system/p-5d713084.entry.js +2 -0
  233. package/dist/jump-design-system/p-5d713084.entry.js.map +1 -0
  234. package/dist/jump-design-system/p-7696c03d.entry.js +2 -0
  235. package/dist/jump-design-system/p-7696c03d.entry.js.map +1 -0
  236. package/dist/jump-design-system/p-8343b4f5.entry.js +2 -0
  237. package/dist/jump-design-system/p-8343b4f5.entry.js.map +1 -0
  238. package/dist/jump-design-system/p-a6fc23f7.entry.js +2 -0
  239. package/dist/jump-design-system/p-a6fc23f7.entry.js.map +1 -0
  240. package/dist/jump-design-system/p-c1665537.entry.js +2 -0
  241. package/dist/jump-design-system/p-c1665537.entry.js.map +1 -0
  242. package/dist/jump-design-system/p-c2bc6395.entry.js +66 -0
  243. package/dist/jump-design-system/p-c2bc6395.entry.js.map +1 -0
  244. package/dist/jump-design-system/p-fafe6478.entry.js +2 -0
  245. package/dist/jump-design-system/p-fafe6478.entry.js.map +1 -0
  246. package/dist/jump-design-system-elements.json +396 -9
  247. package/dist/types/components/jump-accordion/jump-accordion.d.ts +3 -0
  248. package/dist/types/components/jump-badge/jump-badge.d.ts +13 -1
  249. package/dist/types/components/jump-badge/jump-badge.stories.d.ts +22 -0
  250. package/dist/types/components/jump-button/jump-button-anchor.stories.d.ts +18 -4
  251. package/dist/types/components/jump-button/jump-button-dimension.stories.d.ts +0 -5
  252. package/dist/types/components/jump-button/jump-button-only-icon.stories.d.ts +4 -11
  253. package/dist/types/components/jump-button/jump-button.stories.d.ts +98 -0
  254. package/dist/types/components/jump-card-ecommerce/jump-card-ecommerce.d.ts +65 -0
  255. package/dist/types/components/jump-card-ecommerce/jump-card-ecommerce.stories.d.ts +117 -0
  256. package/dist/types/components/jump-filter/jump-filter.d.ts +22 -0
  257. package/dist/types/components/jump-filter/jump-filter.stories.d.ts +40 -0
  258. package/dist/types/components/jump-filtergroup/jump-filtergroup.d.ts +24 -0
  259. package/dist/types/components/jump-filtergroup/jump-filtergroup.stories.d.ts +43 -0
  260. package/dist/types/components/jump-icon/jump-icon-custom.stories.d.ts +40 -0
  261. package/dist/types/components/{jump-button/jump-button-outline.stories.d.ts → jump-icon/jump-icon-fa-brands.stories.d.ts} +19 -30
  262. package/dist/types/components/jump-icon/jump-icon-fa-duotone.stories.d.ts +45 -0
  263. package/dist/types/components/jump-icon/jump-icon-fa-light.stories.d.ts +45 -0
  264. package/dist/types/components/jump-icon/jump-icon-fa-regular.stories.d.ts +45 -0
  265. package/dist/types/components/jump-icon/jump-icon-fa-sharp-light.stories.d.ts +45 -0
  266. package/dist/types/components/jump-icon/jump-icon-fa-sharp-regular.stories.d.ts +45 -0
  267. package/dist/types/components/jump-icon/jump-icon-fa-sharp-solid.stories.d.ts +45 -0
  268. package/dist/types/components/jump-icon/jump-icon-fa-sharp-thin.stories.d.ts +45 -0
  269. package/dist/types/components/jump-icon/jump-icon-fa-solid.stories.d.ts +45 -0
  270. package/dist/types/components/jump-icon/jump-icon-fa-thin.stories.d.ts +45 -0
  271. package/dist/types/components/{jump-button/jump-button-text.stories.d.ts → jump-icon/jump-icon-lucide.stories.d.ts} +16 -16
  272. package/dist/types/components/jump-icon/jump-icon.d.ts +29 -4
  273. package/dist/types/components/jump-pagination/jump-pagination.d.ts +9 -0
  274. package/dist/types/components/jump-pagination-table/jump-pagination-table.d.ts +18 -2
  275. package/dist/types/components/jump-pagination-table/jump-pagination-table.stories.d.ts +5 -1
  276. package/dist/types/components/jump-quantity/jump-quantity.d.ts +24 -0
  277. package/dist/types/components/jump-quantity/jump-quantity.stories.d.ts +41 -0
  278. package/dist/types/components/jump-tab/jump-tab.d.ts +11 -3
  279. package/dist/types/components/jump-tab/jump-tab.stories.d.ts +27 -0
  280. package/dist/types/components/jump-tab-item/jump-tab-item-boxed.stories.d.ts +39 -0
  281. package/dist/types/components/jump-tab-item/jump-tab-item-inline.stories.d.ts +39 -0
  282. package/dist/types/components/jump-tab-item/jump-tab-item-rounded.stories.d.ts +28 -0
  283. package/dist/types/components/jump-tab-item/jump-tab-item-sheet.stories.d.ts +28 -0
  284. package/dist/types/components/jump-tab-item/jump-tab-item.d.ts +29 -0
  285. package/dist/types/components/jump-tab-panel/jump-tab-panel.d.ts +5 -0
  286. package/dist/types/components.d.ts +563 -8
  287. package/dist/types/utils/utils.d.ts +2 -0
  288. package/package.json +3 -2
  289. package/dist/cjs/index-41aaa52a.js.map +0 -1
  290. package/dist/cjs/jump-button.cjs.entry.js +0 -41
  291. package/dist/cjs/jump-button.cjs.entry.js.map +0 -1
  292. package/dist/cjs/jump-icon.cjs.entry.js +0 -2422
  293. package/dist/cjs/jump-icon.cjs.entry.js.map +0 -1
  294. package/dist/collection/components/jump-button/jump-button-outline.stories.js +0 -111
  295. package/dist/collection/components/jump-button/jump-button-outline.stories.js.map +0 -1
  296. package/dist/collection/components/jump-button/jump-button-text.stories.js +0 -83
  297. package/dist/collection/components/jump-button/jump-button-text.stories.js.map +0 -1
  298. package/dist/collection/components/jump-icon/jump-icon.stories.js +0 -35
  299. package/dist/collection/components/jump-icon/jump-icon.stories.js.map +0 -1
  300. package/dist/collection/components/jump-tab/jump-tab-inline.stories.js +0 -28
  301. package/dist/collection/components/jump-tab/jump-tab-inline.stories.js.map +0 -1
  302. package/dist/esm/index-192aeaf1.js.map +0 -1
  303. package/dist/esm/jump-button.entry.js +0 -37
  304. package/dist/esm/jump-button.entry.js.map +0 -1
  305. package/dist/esm/jump-icon.entry.js +0 -2418
  306. package/dist/esm/jump-icon.entry.js.map +0 -1
  307. package/dist/jump-design-system/p-02914b1e.entry.js +0 -2
  308. package/dist/jump-design-system/p-02914b1e.entry.js.map +0 -1
  309. package/dist/jump-design-system/p-1a533536.entry.js +0 -2
  310. package/dist/jump-design-system/p-1a533536.entry.js.map +0 -1
  311. package/dist/jump-design-system/p-20ceb40c.js +0 -3
  312. package/dist/jump-design-system/p-20ceb40c.js.map +0 -1
  313. package/dist/jump-design-system/p-93d8245f.entry.js +0 -2
  314. package/dist/jump-design-system/p-93d8245f.entry.js.map +0 -1
  315. package/dist/jump-design-system/p-e69ee35f.entry.js +0 -2
  316. package/dist/jump-design-system/p-e69ee35f.entry.js.map +0 -1
  317. package/dist/jump-design-system/p-eb16952a.entry.js +0 -2
  318. package/dist/jump-design-system/p-eb16952a.entry.js.map +0 -1
  319. package/dist/jump-design-system/p-ed65e359.entry.js +0 -2
  320. package/dist/jump-design-system/p-ed65e359.entry.js.map +0 -1
  321. package/dist/jump-design-system/p-fa148b53.entry.js +0 -331
  322. package/dist/jump-design-system/p-fa148b53.entry.js.map +0 -1
  323. package/dist/types/components/jump-icon/jump-icon.stories.d.ts +0 -21
  324. package/dist/types/components/jump-tab/jump-tab-inline.stories.d.ts +0 -18
@@ -1,2421 +1,602 @@
1
- import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
1
+ import { proxyCustomElement, HTMLElement as HTMLElement$1, h as h$2 } from '@stencil/core/internal/client';
2
2
 
3
- var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
4
-
5
- function getDefaultExportFromCjs (x) {
6
- return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
7
- }
8
-
9
- var feather$1 = {exports: {}};
10
-
11
- (function (module, exports) {
12
- (function webpackUniversalModuleDefinition(root, factory) {
13
- module.exports = factory();
14
- })(typeof self !== 'undefined' ? self : commonjsGlobal, function() {
15
- return /******/ (function(modules) { // webpackBootstrap
16
- /******/ // The module cache
17
- /******/ var installedModules = {};
18
- /******/
19
- /******/ // The require function
20
- /******/ function __webpack_require__(moduleId) {
21
- /******/
22
- /******/ // Check if module is in cache
23
- /******/ if(installedModules[moduleId]) {
24
- /******/ return installedModules[moduleId].exports;
25
- /******/ }
26
- /******/ // Create a new module (and put it into the cache)
27
- /******/ var module = installedModules[moduleId] = {
28
- /******/ i: moduleId,
29
- /******/ l: false,
30
- /******/ exports: {}
31
- /******/ };
32
- /******/
33
- /******/ // Execute the module function
34
- /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
35
- /******/
36
- /******/ // Flag the module as loaded
37
- /******/ module.l = true;
38
- /******/
39
- /******/ // Return the exports of the module
40
- /******/ return module.exports;
41
- /******/ }
42
- /******/
43
- /******/
44
- /******/ // expose the modules object (__webpack_modules__)
45
- /******/ __webpack_require__.m = modules;
46
- /******/
47
- /******/ // expose the module cache
48
- /******/ __webpack_require__.c = installedModules;
49
- /******/
50
- /******/ // define getter function for harmony exports
51
- /******/ __webpack_require__.d = function(exports, name, getter) {
52
- /******/ if(!__webpack_require__.o(exports, name)) {
53
- /******/ Object.defineProperty(exports, name, {
54
- /******/ configurable: false,
55
- /******/ enumerable: true,
56
- /******/ get: getter
57
- /******/ });
58
- /******/ }
59
- /******/ };
60
- /******/
61
- /******/ // define __esModule on exports
62
- /******/ __webpack_require__.r = function(exports) {
63
- /******/ Object.defineProperty(exports, '__esModule', { value: true });
64
- /******/ };
65
- /******/
66
- /******/ // getDefaultExport function for compatibility with non-harmony modules
67
- /******/ __webpack_require__.n = function(module) {
68
- /******/ var getter = module && module.__esModule ?
69
- /******/ function getDefault() { return module['default']; } :
70
- /******/ function getModuleExports() { return module; };
71
- /******/ __webpack_require__.d(getter, 'a', getter);
72
- /******/ return getter;
73
- /******/ };
74
- /******/
75
- /******/ // Object.prototype.hasOwnProperty.call
76
- /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
77
- /******/
78
- /******/ // __webpack_public_path__
79
- /******/ __webpack_require__.p = "";
80
- /******/
81
- /******/
82
- /******/ // Load entry module and return exports
83
- /******/ return __webpack_require__(__webpack_require__.s = 0);
84
- /******/ })
85
- /************************************************************************/
86
- /******/ ({
87
-
88
- /***/ "./dist/icons.json":
89
- /*!*************************!*\
90
- !*** ./dist/icons.json ***!
91
- \*************************/
92
- /*! exports provided: activity, airplay, alert-circle, alert-octagon, alert-triangle, align-center, align-justify, align-left, align-right, anchor, aperture, archive, arrow-down-circle, arrow-down-left, arrow-down-right, arrow-down, arrow-left-circle, arrow-left, arrow-right-circle, arrow-right, arrow-up-circle, arrow-up-left, arrow-up-right, arrow-up, at-sign, award, bar-chart-2, bar-chart, battery-charging, battery, bell-off, bell, bluetooth, bold, book-open, book, bookmark, box, briefcase, calendar, camera-off, camera, cast, check-circle, check-square, check, chevron-down, chevron-left, chevron-right, chevron-up, chevrons-down, chevrons-left, chevrons-right, chevrons-up, chrome, circle, clipboard, clock, cloud-drizzle, cloud-lightning, cloud-off, cloud-rain, cloud-snow, cloud, code, codepen, codesandbox, coffee, columns, command, compass, copy, corner-down-left, corner-down-right, corner-left-down, corner-left-up, corner-right-down, corner-right-up, corner-up-left, corner-up-right, cpu, credit-card, crop, crosshair, database, delete, disc, divide-circle, divide-square, divide, dollar-sign, download-cloud, download, dribbble, droplet, edit-2, edit-3, edit, external-link, eye-off, eye, facebook, fast-forward, feather, figma, file-minus, file-plus, file-text, file, film, filter, flag, folder-minus, folder-plus, folder, framer, frown, gift, git-branch, git-commit, git-merge, git-pull-request, github, gitlab, globe, grid, hard-drive, hash, headphones, heart, help-circle, hexagon, home, image, inbox, info, instagram, italic, key, layers, layout, life-buoy, link-2, link, linkedin, list, loader, lock, log-in, log-out, mail, map-pin, map, maximize-2, maximize, meh, menu, message-circle, message-square, mic-off, mic, minimize-2, minimize, minus-circle, minus-square, minus, monitor, moon, more-horizontal, more-vertical, mouse-pointer, move, music, navigation-2, navigation, octagon, package, paperclip, pause-circle, pause, pen-tool, percent, phone-call, phone-forwarded, phone-incoming, phone-missed, phone-off, phone-outgoing, phone, pie-chart, play-circle, play, plus-circle, plus-square, plus, pocket, power, printer, radio, refresh-ccw, refresh-cw, repeat, rewind, rotate-ccw, rotate-cw, rss, save, scissors, search, send, server, settings, share-2, share, shield-off, shield, shopping-bag, shopping-cart, shuffle, sidebar, skip-back, skip-forward, slack, slash, sliders, smartphone, smile, speaker, square, star, stop-circle, sun, sunrise, sunset, table, tablet, tag, target, terminal, thermometer, thumbs-down, thumbs-up, toggle-left, toggle-right, tool, trash-2, trash, trello, trending-down, trending-up, triangle, truck, tv, twitch, twitter, type, umbrella, underline, unlock, upload-cloud, upload, user-check, user-minus, user-plus, user-x, user, users, video-off, video, voicemail, volume-1, volume-2, volume-x, volume, watch, wifi-off, wifi, wind, x-circle, x-octagon, x-square, x, youtube, zap-off, zap, zoom-in, zoom-out, default */
93
- /***/ (function(module) {
94
-
95
- module.exports = {"activity":"<polyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"></polyline>","airplay":"<path d=\"M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1\"></path><polygon points=\"12 15 17 21 7 21 12 15\"></polygon>","alert-circle":"<circle cx=\"12\" cy=\"12\" r=\"10\"></circle><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"></line><line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"></line>","alert-octagon":"<polygon points=\"7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2\"></polygon><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"></line><line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"></line>","alert-triangle":"<path d=\"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\"></path><line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\"></line><line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"></line>","align-center":"<line x1=\"18\" y1=\"10\" x2=\"6\" y2=\"10\"></line><line x1=\"21\" y1=\"6\" x2=\"3\" y2=\"6\"></line><line x1=\"21\" y1=\"14\" x2=\"3\" y2=\"14\"></line><line x1=\"18\" y1=\"18\" x2=\"6\" y2=\"18\"></line>","align-justify":"<line x1=\"21\" y1=\"10\" x2=\"3\" y2=\"10\"></line><line x1=\"21\" y1=\"6\" x2=\"3\" y2=\"6\"></line><line x1=\"21\" y1=\"14\" x2=\"3\" y2=\"14\"></line><line x1=\"21\" y1=\"18\" x2=\"3\" y2=\"18\"></line>","align-left":"<line x1=\"17\" y1=\"10\" x2=\"3\" y2=\"10\"></line><line x1=\"21\" y1=\"6\" x2=\"3\" y2=\"6\"></line><line x1=\"21\" y1=\"14\" x2=\"3\" y2=\"14\"></line><line x1=\"17\" y1=\"18\" x2=\"3\" y2=\"18\"></line>","align-right":"<line x1=\"21\" y1=\"10\" x2=\"7\" y2=\"10\"></line><line x1=\"21\" y1=\"6\" x2=\"3\" y2=\"6\"></line><line x1=\"21\" y1=\"14\" x2=\"3\" y2=\"14\"></line><line x1=\"21\" y1=\"18\" x2=\"7\" y2=\"18\"></line>","anchor":"<circle cx=\"12\" cy=\"5\" r=\"3\"></circle><line x1=\"12\" y1=\"22\" x2=\"12\" y2=\"8\"></line><path d=\"M5 12H2a10 10 0 0 0 20 0h-3\"></path>","aperture":"<circle cx=\"12\" cy=\"12\" r=\"10\"></circle><line x1=\"14.31\" y1=\"8\" x2=\"20.05\" y2=\"17.94\"></line><line x1=\"9.69\" y1=\"8\" x2=\"21.17\" y2=\"8\"></line><line x1=\"7.38\" y1=\"12\" x2=\"13.12\" y2=\"2.06\"></line><line x1=\"9.69\" y1=\"16\" x2=\"3.95\" y2=\"6.06\"></line><line x1=\"14.31\" y1=\"16\" x2=\"2.83\" y2=\"16\"></line><line x1=\"16.62\" y1=\"12\" x2=\"10.88\" y2=\"21.94\"></line>","archive":"<polyline points=\"21 8 21 21 3 21 3 8\"></polyline><rect x=\"1\" y=\"3\" width=\"22\" height=\"5\"></rect><line x1=\"10\" y1=\"12\" x2=\"14\" y2=\"12\"></line>","arrow-down-circle":"<circle cx=\"12\" cy=\"12\" r=\"10\"></circle><polyline points=\"8 12 12 16 16 12\"></polyline><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"16\"></line>","arrow-down-left":"<line x1=\"17\" y1=\"7\" x2=\"7\" y2=\"17\"></line><polyline points=\"17 17 7 17 7 7\"></polyline>","arrow-down-right":"<line x1=\"7\" y1=\"7\" x2=\"17\" y2=\"17\"></line><polyline points=\"17 7 17 17 7 17\"></polyline>","arrow-down":"<line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"></line><polyline points=\"19 12 12 19 5 12\"></polyline>","arrow-left-circle":"<circle cx=\"12\" cy=\"12\" r=\"10\"></circle><polyline points=\"12 8 8 12 12 16\"></polyline><line x1=\"16\" y1=\"12\" x2=\"8\" y2=\"12\"></line>","arrow-left":"<line x1=\"19\" y1=\"12\" x2=\"5\" y2=\"12\"></line><polyline points=\"12 19 5 12 12 5\"></polyline>","arrow-right-circle":"<circle cx=\"12\" cy=\"12\" r=\"10\"></circle><polyline points=\"12 16 16 12 12 8\"></polyline><line x1=\"8\" y1=\"12\" x2=\"16\" y2=\"12\"></line>","arrow-right":"<line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"></line><polyline points=\"12 5 19 12 12 19\"></polyline>","arrow-up-circle":"<circle cx=\"12\" cy=\"12\" r=\"10\"></circle><polyline points=\"16 12 12 8 8 12\"></polyline><line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"8\"></line>","arrow-up-left":"<line x1=\"17\" y1=\"17\" x2=\"7\" y2=\"7\"></line><polyline points=\"7 17 7 7 17 7\"></polyline>","arrow-up-right":"<line x1=\"7\" y1=\"17\" x2=\"17\" y2=\"7\"></line><polyline points=\"7 7 17 7 17 17\"></polyline>","arrow-up":"<line x1=\"12\" y1=\"19\" x2=\"12\" y2=\"5\"></line><polyline points=\"5 12 12 5 19 12\"></polyline>","at-sign":"<circle cx=\"12\" cy=\"12\" r=\"4\"></circle><path d=\"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94\"></path>","award":"<circle cx=\"12\" cy=\"8\" r=\"7\"></circle><polyline points=\"8.21 13.89 7 23 12 20 17 23 15.79 13.88\"></polyline>","bar-chart-2":"<line x1=\"18\" y1=\"20\" x2=\"18\" y2=\"10\"></line><line x1=\"12\" y1=\"20\" x2=\"12\" y2=\"4\"></line><line x1=\"6\" y1=\"20\" x2=\"6\" y2=\"14\"></line>","bar-chart":"<line x1=\"12\" y1=\"20\" x2=\"12\" y2=\"10\"></line><line x1=\"18\" y1=\"20\" x2=\"18\" y2=\"4\"></line><line x1=\"6\" y1=\"20\" x2=\"6\" y2=\"16\"></line>","battery-charging":"<path d=\"M5 18H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.19M15 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.19\"></path><line x1=\"23\" y1=\"13\" x2=\"23\" y2=\"11\"></line><polyline points=\"11 6 7 12 13 12 9 18\"></polyline>","battery":"<rect x=\"1\" y=\"6\" width=\"18\" height=\"12\" rx=\"2\" ry=\"2\"></rect><line x1=\"23\" y1=\"13\" x2=\"23\" y2=\"11\"></line>","bell-off":"<path d=\"M13.73 21a2 2 0 0 1-3.46 0\"></path><path d=\"M18.63 13A17.89 17.89 0 0 1 18 8\"></path><path d=\"M6.26 6.26A5.86 5.86 0 0 0 6 8c0 7-3 9-3 9h14\"></path><path d=\"M18 8a6 6 0 0 0-9.33-5\"></path><line x1=\"1\" y1=\"1\" x2=\"23\" y2=\"23\"></line>","bell":"<path d=\"M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9\"></path><path d=\"M13.73 21a2 2 0 0 1-3.46 0\"></path>","bluetooth":"<polyline points=\"6.5 6.5 17.5 17.5 12 23 12 1 17.5 6.5 6.5 17.5\"></polyline>","bold":"<path d=\"M6 4h8a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z\"></path><path d=\"M6 12h9a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z\"></path>","book-open":"<path d=\"M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z\"></path><path d=\"M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z\"></path>","book":"<path d=\"M4 19.5A2.5 2.5 0 0 1 6.5 17H20\"></path><path d=\"M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z\"></path>","bookmark":"<path d=\"M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z\"></path>","box":"<path d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"></path><polyline points=\"3.27 6.96 12 12.01 20.73 6.96\"></polyline><line x1=\"12\" y1=\"22.08\" x2=\"12\" y2=\"12\"></line>","briefcase":"<rect x=\"2\" y=\"7\" width=\"20\" height=\"14\" rx=\"2\" ry=\"2\"></rect><path d=\"M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16\"></path>","calendar":"<rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"></rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"></line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"></line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"></line>","camera-off":"<line x1=\"1\" y1=\"1\" x2=\"23\" y2=\"23\"></line><path d=\"M21 21H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3m3-3h6l2 3h4a2 2 0 0 1 2 2v9.34m-7.72-2.06a4 4 0 1 1-5.56-5.56\"></path>","camera":"<path d=\"M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z\"></path><circle cx=\"12\" cy=\"13\" r=\"4\"></circle>","cast":"<path d=\"M2 16.1A5 5 0 0 1 5.9 20M2 12.05A9 9 0 0 1 9.95 20M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6\"></path><line x1=\"2\" y1=\"20\" x2=\"2.01\" y2=\"20\"></line>","check-circle":"<path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"></path><polyline points=\"22 4 12 14.01 9 11.01\"></polyline>","check-square":"<polyline points=\"9 11 12 14 22 4\"></polyline><path d=\"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11\"></path>","check":"<polyline points=\"20 6 9 17 4 12\"></polyline>","chevron-down":"<polyline points=\"6 9 12 15 18 9\"></polyline>","chevron-left":"<polyline points=\"15 18 9 12 15 6\"></polyline>","chevron-right":"<polyline points=\"9 18 15 12 9 6\"></polyline>","chevron-up":"<polyline points=\"18 15 12 9 6 15\"></polyline>","chevrons-down":"<polyline points=\"7 13 12 18 17 13\"></polyline><polyline points=\"7 6 12 11 17 6\"></polyline>","chevrons-left":"<polyline points=\"11 17 6 12 11 7\"></polyline><polyline points=\"18 17 13 12 18 7\"></polyline>","chevrons-right":"<polyline points=\"13 17 18 12 13 7\"></polyline><polyline points=\"6 17 11 12 6 7\"></polyline>","chevrons-up":"<polyline points=\"17 11 12 6 7 11\"></polyline><polyline points=\"17 18 12 13 7 18\"></polyline>","chrome":"<circle cx=\"12\" cy=\"12\" r=\"10\"></circle><circle cx=\"12\" cy=\"12\" r=\"4\"></circle><line x1=\"21.17\" y1=\"8\" x2=\"12\" y2=\"8\"></line><line x1=\"3.95\" y1=\"6.06\" x2=\"8.54\" y2=\"14\"></line><line x1=\"10.88\" y1=\"21.94\" x2=\"15.46\" y2=\"14\"></line>","circle":"<circle cx=\"12\" cy=\"12\" r=\"10\"></circle>","clipboard":"<path d=\"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2\"></path><rect x=\"8\" y=\"2\" width=\"8\" height=\"4\" rx=\"1\" ry=\"1\"></rect>","clock":"<circle cx=\"12\" cy=\"12\" r=\"10\"></circle><polyline points=\"12 6 12 12 16 14\"></polyline>","cloud-drizzle":"<line x1=\"8\" y1=\"19\" x2=\"8\" y2=\"21\"></line><line x1=\"8\" y1=\"13\" x2=\"8\" y2=\"15\"></line><line x1=\"16\" y1=\"19\" x2=\"16\" y2=\"21\"></line><line x1=\"16\" y1=\"13\" x2=\"16\" y2=\"15\"></line><line x1=\"12\" y1=\"21\" x2=\"12\" y2=\"23\"></line><line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"17\"></line><path d=\"M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25\"></path>","cloud-lightning":"<path d=\"M19 16.9A5 5 0 0 0 18 7h-1.26a8 8 0 1 0-11.62 9\"></path><polyline points=\"13 11 9 17 15 17 11 23\"></polyline>","cloud-off":"<path d=\"M22.61 16.95A5 5 0 0 0 18 10h-1.26a8 8 0 0 0-7.05-6M5 5a8 8 0 0 0 4 15h9a5 5 0 0 0 1.7-.3\"></path><line x1=\"1\" y1=\"1\" x2=\"23\" y2=\"23\"></line>","cloud-rain":"<line x1=\"16\" y1=\"13\" x2=\"16\" y2=\"21\"></line><line x1=\"8\" y1=\"13\" x2=\"8\" y2=\"21\"></line><line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"23\"></line><path d=\"M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25\"></path>","cloud-snow":"<path d=\"M20 17.58A5 5 0 0 0 18 8h-1.26A8 8 0 1 0 4 16.25\"></path><line x1=\"8\" y1=\"16\" x2=\"8.01\" y2=\"16\"></line><line x1=\"8\" y1=\"20\" x2=\"8.01\" y2=\"20\"></line><line x1=\"12\" y1=\"18\" x2=\"12.01\" y2=\"18\"></line><line x1=\"12\" y1=\"22\" x2=\"12.01\" y2=\"22\"></line><line x1=\"16\" y1=\"16\" x2=\"16.01\" y2=\"16\"></line><line x1=\"16\" y1=\"20\" x2=\"16.01\" y2=\"20\"></line>","cloud":"<path d=\"M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z\"></path>","code":"<polyline points=\"16 18 22 12 16 6\"></polyline><polyline points=\"8 6 2 12 8 18\"></polyline>","codepen":"<polygon points=\"12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2\"></polygon><line x1=\"12\" y1=\"22\" x2=\"12\" y2=\"15.5\"></line><polyline points=\"22 8.5 12 15.5 2 8.5\"></polyline><polyline points=\"2 15.5 12 8.5 22 15.5\"></polyline><line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"8.5\"></line>","codesandbox":"<path d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"></path><polyline points=\"7.5 4.21 12 6.81 16.5 4.21\"></polyline><polyline points=\"7.5 19.79 7.5 14.6 3 12\"></polyline><polyline points=\"21 12 16.5 14.6 16.5 19.79\"></polyline><polyline points=\"3.27 6.96 12 12.01 20.73 6.96\"></polyline><line x1=\"12\" y1=\"22.08\" x2=\"12\" y2=\"12\"></line>","coffee":"<path d=\"M18 8h1a4 4 0 0 1 0 8h-1\"></path><path d=\"M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z\"></path><line x1=\"6\" y1=\"1\" x2=\"6\" y2=\"4\"></line><line x1=\"10\" y1=\"1\" x2=\"10\" y2=\"4\"></line><line x1=\"14\" y1=\"1\" x2=\"14\" y2=\"4\"></line>","columns":"<path d=\"M12 3h7a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-7m0-18H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7m0-18v18\"></path>","command":"<path d=\"M18 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3H6a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3V6a3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 3 3 0 0 0-3-3z\"></path>","compass":"<circle cx=\"12\" cy=\"12\" r=\"10\"></circle><polygon points=\"16.24 7.76 14.12 14.12 7.76 16.24 9.88 9.88 16.24 7.76\"></polygon>","copy":"<rect x=\"9\" y=\"9\" width=\"13\" height=\"13\" rx=\"2\" ry=\"2\"></rect><path d=\"M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1\"></path>","corner-down-left":"<polyline points=\"9 10 4 15 9 20\"></polyline><path d=\"M20 4v7a4 4 0 0 1-4 4H4\"></path>","corner-down-right":"<polyline points=\"15 10 20 15 15 20\"></polyline><path d=\"M4 4v7a4 4 0 0 0 4 4h12\"></path>","corner-left-down":"<polyline points=\"14 15 9 20 4 15\"></polyline><path d=\"M20 4h-7a4 4 0 0 0-4 4v12\"></path>","corner-left-up":"<polyline points=\"14 9 9 4 4 9\"></polyline><path d=\"M20 20h-7a4 4 0 0 1-4-4V4\"></path>","corner-right-down":"<polyline points=\"10 15 15 20 20 15\"></polyline><path d=\"M4 4h7a4 4 0 0 1 4 4v12\"></path>","corner-right-up":"<polyline points=\"10 9 15 4 20 9\"></polyline><path d=\"M4 20h7a4 4 0 0 0 4-4V4\"></path>","corner-up-left":"<polyline points=\"9 14 4 9 9 4\"></polyline><path d=\"M20 20v-7a4 4 0 0 0-4-4H4\"></path>","corner-up-right":"<polyline points=\"15 14 20 9 15 4\"></polyline><path d=\"M4 20v-7a4 4 0 0 1 4-4h12\"></path>","cpu":"<rect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"2\" ry=\"2\"></rect><rect x=\"9\" y=\"9\" width=\"6\" height=\"6\"></rect><line x1=\"9\" y1=\"1\" x2=\"9\" y2=\"4\"></line><line x1=\"15\" y1=\"1\" x2=\"15\" y2=\"4\"></line><line x1=\"9\" y1=\"20\" x2=\"9\" y2=\"23\"></line><line x1=\"15\" y1=\"20\" x2=\"15\" y2=\"23\"></line><line x1=\"20\" y1=\"9\" x2=\"23\" y2=\"9\"></line><line x1=\"20\" y1=\"14\" x2=\"23\" y2=\"14\"></line><line x1=\"1\" y1=\"9\" x2=\"4\" y2=\"9\"></line><line x1=\"1\" y1=\"14\" x2=\"4\" y2=\"14\"></line>","credit-card":"<rect x=\"1\" y=\"4\" width=\"22\" height=\"16\" rx=\"2\" ry=\"2\"></rect><line x1=\"1\" y1=\"10\" x2=\"23\" y2=\"10\"></line>","crop":"<path d=\"M6.13 1L6 16a2 2 0 0 0 2 2h15\"></path><path d=\"M1 6.13L16 6a2 2 0 0 1 2 2v15\"></path>","crosshair":"<circle cx=\"12\" cy=\"12\" r=\"10\"></circle><line x1=\"22\" y1=\"12\" x2=\"18\" y2=\"12\"></line><line x1=\"6\" y1=\"12\" x2=\"2\" y2=\"12\"></line><line x1=\"12\" y1=\"6\" x2=\"12\" y2=\"2\"></line><line x1=\"12\" y1=\"22\" x2=\"12\" y2=\"18\"></line>","database":"<ellipse cx=\"12\" cy=\"5\" rx=\"9\" ry=\"3\"></ellipse><path d=\"M21 12c0 1.66-4 3-9 3s-9-1.34-9-3\"></path><path d=\"M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5\"></path>","delete":"<path d=\"M21 4H8l-7 8 7 8h13a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2z\"></path><line x1=\"18\" y1=\"9\" x2=\"12\" y2=\"15\"></line><line x1=\"12\" y1=\"9\" x2=\"18\" y2=\"15\"></line>","disc":"<circle cx=\"12\" cy=\"12\" r=\"10\"></circle><circle cx=\"12\" cy=\"12\" r=\"3\"></circle>","divide-circle":"<line x1=\"8\" y1=\"12\" x2=\"16\" y2=\"12\"></line><line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"16\"></line><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"8\"></line><circle cx=\"12\" cy=\"12\" r=\"10\"></circle>","divide-square":"<rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"></rect><line x1=\"8\" y1=\"12\" x2=\"16\" y2=\"12\"></line><line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"16\"></line><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"8\"></line>","divide":"<circle cx=\"12\" cy=\"6\" r=\"2\"></circle><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"></line><circle cx=\"12\" cy=\"18\" r=\"2\"></circle>","dollar-sign":"<line x1=\"12\" y1=\"1\" x2=\"12\" y2=\"23\"></line><path d=\"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\"></path>","download-cloud":"<polyline points=\"8 17 12 21 16 17\"></polyline><line x1=\"12\" y1=\"12\" x2=\"12\" y2=\"21\"></line><path d=\"M20.88 18.09A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.29\"></path>","download":"<path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"></path><polyline points=\"7 10 12 15 17 10\"></polyline><line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"></line>","dribbble":"<circle cx=\"12\" cy=\"12\" r=\"10\"></circle><path d=\"M8.56 2.75c4.37 6.03 6.02 9.42 8.03 17.72m2.54-15.38c-3.72 4.35-8.94 5.66-16.88 5.85m19.5 1.9c-3.5-.93-6.63-.82-8.94 0-2.58.92-5.01 2.86-7.44 6.32\"></path>","droplet":"<path d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"></path>","edit-2":"<path d=\"M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z\"></path>","edit-3":"<path d=\"M12 20h9\"></path><path d=\"M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z\"></path>","edit":"<path d=\"M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7\"></path><path d=\"M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z\"></path>","external-link":"<path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"></path><polyline points=\"15 3 21 3 21 9\"></polyline><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"></line>","eye-off":"<path d=\"M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24\"></path><line x1=\"1\" y1=\"1\" x2=\"23\" y2=\"23\"></line>","eye":"<path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"></path><circle cx=\"12\" cy=\"12\" r=\"3\"></circle>","facebook":"<path d=\"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z\"></path>","fast-forward":"<polygon points=\"13 19 22 12 13 5 13 19\"></polygon><polygon points=\"2 19 11 12 2 5 2 19\"></polygon>","feather":"<path d=\"M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z\"></path><line x1=\"16\" y1=\"8\" x2=\"2\" y2=\"22\"></line><line x1=\"17.5\" y1=\"15\" x2=\"9\" y2=\"15\"></line>","figma":"<path d=\"M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5z\"></path><path d=\"M12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z\"></path><path d=\"M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0z\"></path><path d=\"M5 19.5A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0z\"></path><path d=\"M5 12.5A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5z\"></path>","file-minus":"<path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"></path><polyline points=\"14 2 14 8 20 8\"></polyline><line x1=\"9\" y1=\"15\" x2=\"15\" y2=\"15\"></line>","file-plus":"<path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"></path><polyline points=\"14 2 14 8 20 8\"></polyline><line x1=\"12\" y1=\"18\" x2=\"12\" y2=\"12\"></line><line x1=\"9\" y1=\"15\" x2=\"15\" y2=\"15\"></line>","file-text":"<path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"></path><polyline points=\"14 2 14 8 20 8\"></polyline><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"></line><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"></line><polyline points=\"10 9 9 9 8 9\"></polyline>","file":"<path d=\"M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z\"></path><polyline points=\"13 2 13 9 20 9\"></polyline>","film":"<rect x=\"2\" y=\"2\" width=\"20\" height=\"20\" rx=\"2.18\" ry=\"2.18\"></rect><line x1=\"7\" y1=\"2\" x2=\"7\" y2=\"22\"></line><line x1=\"17\" y1=\"2\" x2=\"17\" y2=\"22\"></line><line x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"></line><line x1=\"2\" y1=\"7\" x2=\"7\" y2=\"7\"></line><line x1=\"2\" y1=\"17\" x2=\"7\" y2=\"17\"></line><line x1=\"17\" y1=\"17\" x2=\"22\" y2=\"17\"></line><line x1=\"17\" y1=\"7\" x2=\"22\" y2=\"7\"></line>","filter":"<polygon points=\"22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3\"></polygon>","flag":"<path d=\"M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z\"></path><line x1=\"4\" y1=\"22\" x2=\"4\" y2=\"15\"></line>","folder-minus":"<path d=\"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z\"></path><line x1=\"9\" y1=\"14\" x2=\"15\" y2=\"14\"></line>","folder-plus":"<path d=\"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z\"></path><line x1=\"12\" y1=\"11\" x2=\"12\" y2=\"17\"></line><line x1=\"9\" y1=\"14\" x2=\"15\" y2=\"14\"></line>","folder":"<path d=\"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z\"></path>","framer":"<path d=\"M5 16V9h14V2H5l14 14h-7m-7 0l7 7v-7m-7 0h7\"></path>","frown":"<circle cx=\"12\" cy=\"12\" r=\"10\"></circle><path d=\"M16 16s-1.5-2-4-2-4 2-4 2\"></path><line x1=\"9\" y1=\"9\" x2=\"9.01\" y2=\"9\"></line><line x1=\"15\" y1=\"9\" x2=\"15.01\" y2=\"9\"></line>","gift":"<polyline points=\"20 12 20 22 4 22 4 12\"></polyline><rect x=\"2\" y=\"7\" width=\"20\" height=\"5\"></rect><line x1=\"12\" y1=\"22\" x2=\"12\" y2=\"7\"></line><path d=\"M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z\"></path><path d=\"M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z\"></path>","git-branch":"<line x1=\"6\" y1=\"3\" x2=\"6\" y2=\"15\"></line><circle cx=\"18\" cy=\"6\" r=\"3\"></circle><circle cx=\"6\" cy=\"18\" r=\"3\"></circle><path d=\"M18 9a9 9 0 0 1-9 9\"></path>","git-commit":"<circle cx=\"12\" cy=\"12\" r=\"4\"></circle><line x1=\"1.05\" y1=\"12\" x2=\"7\" y2=\"12\"></line><line x1=\"17.01\" y1=\"12\" x2=\"22.96\" y2=\"12\"></line>","git-merge":"<circle cx=\"18\" cy=\"18\" r=\"3\"></circle><circle cx=\"6\" cy=\"6\" r=\"3\"></circle><path d=\"M6 21V9a9 9 0 0 0 9 9\"></path>","git-pull-request":"<circle cx=\"18\" cy=\"18\" r=\"3\"></circle><circle cx=\"6\" cy=\"6\" r=\"3\"></circle><path d=\"M13 6h3a2 2 0 0 1 2 2v7\"></path><line x1=\"6\" y1=\"9\" x2=\"6\" y2=\"21\"></line>","github":"<path d=\"M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22\"></path>","gitlab":"<path d=\"M22.65 14.39L12 22.13 1.35 14.39a.84.84 0 0 1-.3-.94l1.22-3.78 2.44-7.51A.42.42 0 0 1 4.82 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.49h8.1l2.44-7.51A.42.42 0 0 1 18.6 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.51L23 13.45a.84.84 0 0 1-.35.94z\"></path>","globe":"<circle cx=\"12\" cy=\"12\" r=\"10\"></circle><line x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"></line><path d=\"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z\"></path>","grid":"<rect x=\"3\" y=\"3\" width=\"7\" height=\"7\"></rect><rect x=\"14\" y=\"3\" width=\"7\" height=\"7\"></rect><rect x=\"14\" y=\"14\" width=\"7\" height=\"7\"></rect><rect x=\"3\" y=\"14\" width=\"7\" height=\"7\"></rect>","hard-drive":"<line x1=\"22\" y1=\"12\" x2=\"2\" y2=\"12\"></line><path d=\"M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z\"></path><line x1=\"6\" y1=\"16\" x2=\"6.01\" y2=\"16\"></line><line x1=\"10\" y1=\"16\" x2=\"10.01\" y2=\"16\"></line>","hash":"<line x1=\"4\" y1=\"9\" x2=\"20\" y2=\"9\"></line><line x1=\"4\" y1=\"15\" x2=\"20\" y2=\"15\"></line><line x1=\"10\" y1=\"3\" x2=\"8\" y2=\"21\"></line><line x1=\"16\" y1=\"3\" x2=\"14\" y2=\"21\"></line>","headphones":"<path d=\"M3 18v-6a9 9 0 0 1 18 0v6\"></path><path d=\"M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3zM3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z\"></path>","heart":"<path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"></path>","help-circle":"<circle cx=\"12\" cy=\"12\" r=\"10\"></circle><path d=\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3\"></path><line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"></line>","hexagon":"<path d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"></path>","home":"<path d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"></path><polyline points=\"9 22 9 12 15 12 15 22\"></polyline>","image":"<rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"></rect><circle cx=\"8.5\" cy=\"8.5\" r=\"1.5\"></circle><polyline points=\"21 15 16 10 5 21\"></polyline>","inbox":"<polyline points=\"22 12 16 12 14 15 10 15 8 12 2 12\"></polyline><path d=\"M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z\"></path>","info":"<circle cx=\"12\" cy=\"12\" r=\"10\"></circle><line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"></line><line x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"></line>","instagram":"<rect x=\"2\" y=\"2\" width=\"20\" height=\"20\" rx=\"5\" ry=\"5\"></rect><path d=\"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z\"></path><line x1=\"17.5\" y1=\"6.5\" x2=\"17.51\" y2=\"6.5\"></line>","italic":"<line x1=\"19\" y1=\"4\" x2=\"10\" y2=\"4\"></line><line x1=\"14\" y1=\"20\" x2=\"5\" y2=\"20\"></line><line x1=\"15\" y1=\"4\" x2=\"9\" y2=\"20\"></line>","key":"<path d=\"M21 2l-2 2m-7.61 7.61a5.5 5.5 0 1 1-7.778 7.778 5.5 5.5 0 0 1 7.777-7.777zm0 0L15.5 7.5m0 0l3 3L22 7l-3-3m-3.5 3.5L19 4\"></path>","layers":"<polygon points=\"12 2 2 7 12 12 22 7 12 2\"></polygon><polyline points=\"2 17 12 22 22 17\"></polyline><polyline points=\"2 12 12 17 22 12\"></polyline>","layout":"<rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"></rect><line x1=\"3\" y1=\"9\" x2=\"21\" y2=\"9\"></line><line x1=\"9\" y1=\"21\" x2=\"9\" y2=\"9\"></line>","life-buoy":"<circle cx=\"12\" cy=\"12\" r=\"10\"></circle><circle cx=\"12\" cy=\"12\" r=\"4\"></circle><line x1=\"4.93\" y1=\"4.93\" x2=\"9.17\" y2=\"9.17\"></line><line x1=\"14.83\" y1=\"14.83\" x2=\"19.07\" y2=\"19.07\"></line><line x1=\"14.83\" y1=\"9.17\" x2=\"19.07\" y2=\"4.93\"></line><line x1=\"14.83\" y1=\"9.17\" x2=\"18.36\" y2=\"5.64\"></line><line x1=\"4.93\" y1=\"19.07\" x2=\"9.17\" y2=\"14.83\"></line>","link-2":"<path d=\"M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3\"></path><line x1=\"8\" y1=\"12\" x2=\"16\" y2=\"12\"></line>","link":"<path d=\"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71\"></path><path d=\"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71\"></path>","linkedin":"<path d=\"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z\"></path><rect x=\"2\" y=\"9\" width=\"4\" height=\"12\"></rect><circle cx=\"4\" cy=\"4\" r=\"2\"></circle>","list":"<line x1=\"8\" y1=\"6\" x2=\"21\" y2=\"6\"></line><line x1=\"8\" y1=\"12\" x2=\"21\" y2=\"12\"></line><line x1=\"8\" y1=\"18\" x2=\"21\" y2=\"18\"></line><line x1=\"3\" y1=\"6\" x2=\"3.01\" y2=\"6\"></line><line x1=\"3\" y1=\"12\" x2=\"3.01\" y2=\"12\"></line><line x1=\"3\" y1=\"18\" x2=\"3.01\" y2=\"18\"></line>","loader":"<line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"6\"></line><line x1=\"12\" y1=\"18\" x2=\"12\" y2=\"22\"></line><line x1=\"4.93\" y1=\"4.93\" x2=\"7.76\" y2=\"7.76\"></line><line x1=\"16.24\" y1=\"16.24\" x2=\"19.07\" y2=\"19.07\"></line><line x1=\"2\" y1=\"12\" x2=\"6\" y2=\"12\"></line><line x1=\"18\" y1=\"12\" x2=\"22\" y2=\"12\"></line><line x1=\"4.93\" y1=\"19.07\" x2=\"7.76\" y2=\"16.24\"></line><line x1=\"16.24\" y1=\"7.76\" x2=\"19.07\" y2=\"4.93\"></line>","lock":"<rect x=\"3\" y=\"11\" width=\"18\" height=\"11\" rx=\"2\" ry=\"2\"></rect><path d=\"M7 11V7a5 5 0 0 1 10 0v4\"></path>","log-in":"<path d=\"M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4\"></path><polyline points=\"10 17 15 12 10 7\"></polyline><line x1=\"15\" y1=\"12\" x2=\"3\" y2=\"12\"></line>","log-out":"<path d=\"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4\"></path><polyline points=\"16 17 21 12 16 7\"></polyline><line x1=\"21\" y1=\"12\" x2=\"9\" y2=\"12\"></line>","mail":"<path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"></path><polyline points=\"22,6 12,13 2,6\"></polyline>","map-pin":"<path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle>","map":"<polygon points=\"1 6 1 22 8 18 16 22 23 18 23 2 16 6 8 2 1 6\"></polygon><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"18\"></line><line x1=\"16\" y1=\"6\" x2=\"16\" y2=\"22\"></line>","maximize-2":"<polyline points=\"15 3 21 3 21 9\"></polyline><polyline points=\"9 21 3 21 3 15\"></polyline><line x1=\"21\" y1=\"3\" x2=\"14\" y2=\"10\"></line><line x1=\"3\" y1=\"21\" x2=\"10\" y2=\"14\"></line>","maximize":"<path d=\"M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3\"></path>","meh":"<circle cx=\"12\" cy=\"12\" r=\"10\"></circle><line x1=\"8\" y1=\"15\" x2=\"16\" y2=\"15\"></line><line x1=\"9\" y1=\"9\" x2=\"9.01\" y2=\"9\"></line><line x1=\"15\" y1=\"9\" x2=\"15.01\" y2=\"9\"></line>","menu":"<line x1=\"3\" y1=\"12\" x2=\"21\" y2=\"12\"></line><line x1=\"3\" y1=\"6\" x2=\"21\" y2=\"6\"></line><line x1=\"3\" y1=\"18\" x2=\"21\" y2=\"18\"></line>","message-circle":"<path d=\"M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z\"></path>","message-square":"<path d=\"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z\"></path>","mic-off":"<line x1=\"1\" y1=\"1\" x2=\"23\" y2=\"23\"></line><path d=\"M9 9v3a3 3 0 0 0 5.12 2.12M15 9.34V4a3 3 0 0 0-5.94-.6\"></path><path d=\"M17 16.95A7 7 0 0 1 5 12v-2m14 0v2a7 7 0 0 1-.11 1.23\"></path><line x1=\"12\" y1=\"19\" x2=\"12\" y2=\"23\"></line><line x1=\"8\" y1=\"23\" x2=\"16\" y2=\"23\"></line>","mic":"<path d=\"M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z\"></path><path d=\"M19 10v2a7 7 0 0 1-14 0v-2\"></path><line x1=\"12\" y1=\"19\" x2=\"12\" y2=\"23\"></line><line x1=\"8\" y1=\"23\" x2=\"16\" y2=\"23\"></line>","minimize-2":"<polyline points=\"4 14 10 14 10 20\"></polyline><polyline points=\"20 10 14 10 14 4\"></polyline><line x1=\"14\" y1=\"10\" x2=\"21\" y2=\"3\"></line><line x1=\"3\" y1=\"21\" x2=\"10\" y2=\"14\"></line>","minimize":"<path d=\"M8 3v3a2 2 0 0 1-2 2H3m18 0h-3a2 2 0 0 1-2-2V3m0 18v-3a2 2 0 0 1 2-2h3M3 16h3a2 2 0 0 1 2 2v3\"></path>","minus-circle":"<circle cx=\"12\" cy=\"12\" r=\"10\"></circle><line x1=\"8\" y1=\"12\" x2=\"16\" y2=\"12\"></line>","minus-square":"<rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"></rect><line x1=\"8\" y1=\"12\" x2=\"16\" y2=\"12\"></line>","minus":"<line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"></line>","monitor":"<rect x=\"2\" y=\"3\" width=\"20\" height=\"14\" rx=\"2\" ry=\"2\"></rect><line x1=\"8\" y1=\"21\" x2=\"16\" y2=\"21\"></line><line x1=\"12\" y1=\"17\" x2=\"12\" y2=\"21\"></line>","moon":"<path d=\"M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z\"></path>","more-horizontal":"<circle cx=\"12\" cy=\"12\" r=\"1\"></circle><circle cx=\"19\" cy=\"12\" r=\"1\"></circle><circle cx=\"5\" cy=\"12\" r=\"1\"></circle>","more-vertical":"<circle cx=\"12\" cy=\"12\" r=\"1\"></circle><circle cx=\"12\" cy=\"5\" r=\"1\"></circle><circle cx=\"12\" cy=\"19\" r=\"1\"></circle>","mouse-pointer":"<path d=\"M3 3l7.07 16.97 2.51-7.39 7.39-2.51L3 3z\"></path><path d=\"M13 13l6 6\"></path>","move":"<polyline points=\"5 9 2 12 5 15\"></polyline><polyline points=\"9 5 12 2 15 5\"></polyline><polyline points=\"15 19 12 22 9 19\"></polyline><polyline points=\"19 9 22 12 19 15\"></polyline><line x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"></line><line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"22\"></line>","music":"<path d=\"M9 18V5l12-2v13\"></path><circle cx=\"6\" cy=\"18\" r=\"3\"></circle><circle cx=\"18\" cy=\"16\" r=\"3\"></circle>","navigation-2":"<polygon points=\"12 2 19 21 12 17 5 21 12 2\"></polygon>","navigation":"<polygon points=\"3 11 22 2 13 21 11 13 3 11\"></polygon>","octagon":"<polygon points=\"7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2\"></polygon>","package":"<line x1=\"16.5\" y1=\"9.4\" x2=\"7.5\" y2=\"4.21\"></line><path d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"></path><polyline points=\"3.27 6.96 12 12.01 20.73 6.96\"></polyline><line x1=\"12\" y1=\"22.08\" x2=\"12\" y2=\"12\"></line>","paperclip":"<path d=\"M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48\"></path>","pause-circle":"<circle cx=\"12\" cy=\"12\" r=\"10\"></circle><line x1=\"10\" y1=\"15\" x2=\"10\" y2=\"9\"></line><line x1=\"14\" y1=\"15\" x2=\"14\" y2=\"9\"></line>","pause":"<rect x=\"6\" y=\"4\" width=\"4\" height=\"16\"></rect><rect x=\"14\" y=\"4\" width=\"4\" height=\"16\"></rect>","pen-tool":"<path d=\"M12 19l7-7 3 3-7 7-3-3z\"></path><path d=\"M18 13l-1.5-7.5L2 2l3.5 14.5L13 18l5-5z\"></path><path d=\"M2 2l7.586 7.586\"></path><circle cx=\"11\" cy=\"11\" r=\"2\"></circle>","percent":"<line x1=\"19\" y1=\"5\" x2=\"5\" y2=\"19\"></line><circle cx=\"6.5\" cy=\"6.5\" r=\"2.5\"></circle><circle cx=\"17.5\" cy=\"17.5\" r=\"2.5\"></circle>","phone-call":"<path d=\"M15.05 5A5 5 0 0 1 19 8.95M15.05 1A9 9 0 0 1 23 8.94m-1 7.98v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"></path>","phone-forwarded":"<polyline points=\"19 1 23 5 19 9\"></polyline><line x1=\"15\" y1=\"5\" x2=\"23\" y2=\"5\"></line><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"></path>","phone-incoming":"<polyline points=\"16 2 16 8 22 8\"></polyline><line x1=\"23\" y1=\"1\" x2=\"16\" y2=\"8\"></line><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"></path>","phone-missed":"<line x1=\"23\" y1=\"1\" x2=\"17\" y2=\"7\"></line><line x1=\"17\" y1=\"1\" x2=\"23\" y2=\"7\"></line><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"></path>","phone-off":"<path d=\"M10.68 13.31a16 16 0 0 0 3.41 2.6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7 2 2 0 0 1 1.72 2v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.42 19.42 0 0 1-3.33-2.67m-2.67-3.34a19.79 19.79 0 0 1-3.07-8.63A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91\"></path><line x1=\"23\" y1=\"1\" x2=\"1\" y2=\"23\"></line>","phone-outgoing":"<polyline points=\"23 7 23 1 17 1\"></polyline><line x1=\"16\" y1=\"8\" x2=\"23\" y2=\"1\"></line><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"></path>","phone":"<path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"></path>","pie-chart":"<path d=\"M21.21 15.89A10 10 0 1 1 8 2.83\"></path><path d=\"M22 12A10 10 0 0 0 12 2v10z\"></path>","play-circle":"<circle cx=\"12\" cy=\"12\" r=\"10\"></circle><polygon points=\"10 8 16 12 10 16 10 8\"></polygon>","play":"<polygon points=\"5 3 19 12 5 21 5 3\"></polygon>","plus-circle":"<circle cx=\"12\" cy=\"12\" r=\"10\"></circle><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"16\"></line><line x1=\"8\" y1=\"12\" x2=\"16\" y2=\"12\"></line>","plus-square":"<rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"></rect><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"16\"></line><line x1=\"8\" y1=\"12\" x2=\"16\" y2=\"12\"></line>","plus":"<line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"></line><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"></line>","pocket":"<path d=\"M4 3h16a2 2 0 0 1 2 2v6a10 10 0 0 1-10 10A10 10 0 0 1 2 11V5a2 2 0 0 1 2-2z\"></path><polyline points=\"8 10 12 14 16 10\"></polyline>","power":"<path d=\"M18.36 6.64a9 9 0 1 1-12.73 0\"></path><line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"12\"></line>","printer":"<polyline points=\"6 9 6 2 18 2 18 9\"></polyline><path d=\"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2\"></path><rect x=\"6\" y=\"14\" width=\"12\" height=\"8\"></rect>","radio":"<circle cx=\"12\" cy=\"12\" r=\"2\"></circle><path d=\"M16.24 7.76a6 6 0 0 1 0 8.49m-8.48-.01a6 6 0 0 1 0-8.49m11.31-2.82a10 10 0 0 1 0 14.14m-14.14 0a10 10 0 0 1 0-14.14\"></path>","refresh-ccw":"<polyline points=\"1 4 1 10 7 10\"></polyline><polyline points=\"23 20 23 14 17 14\"></polyline><path d=\"M20.49 9A9 9 0 0 0 5.64 5.64L1 10m22 4l-4.64 4.36A9 9 0 0 1 3.51 15\"></path>","refresh-cw":"<polyline points=\"23 4 23 10 17 10\"></polyline><polyline points=\"1 20 1 14 7 14\"></polyline><path d=\"M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15\"></path>","repeat":"<polyline points=\"17 1 21 5 17 9\"></polyline><path d=\"M3 11V9a4 4 0 0 1 4-4h14\"></path><polyline points=\"7 23 3 19 7 15\"></polyline><path d=\"M21 13v2a4 4 0 0 1-4 4H3\"></path>","rewind":"<polygon points=\"11 19 2 12 11 5 11 19\"></polygon><polygon points=\"22 19 13 12 22 5 22 19\"></polygon>","rotate-ccw":"<polyline points=\"1 4 1 10 7 10\"></polyline><path d=\"M3.51 15a9 9 0 1 0 2.13-9.36L1 10\"></path>","rotate-cw":"<polyline points=\"23 4 23 10 17 10\"></polyline><path d=\"M20.49 15a9 9 0 1 1-2.12-9.36L23 10\"></path>","rss":"<path d=\"M4 11a9 9 0 0 1 9 9\"></path><path d=\"M4 4a16 16 0 0 1 16 16\"></path><circle cx=\"5\" cy=\"19\" r=\"1\"></circle>","save":"<path d=\"M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z\"></path><polyline points=\"17 21 17 13 7 13 7 21\"></polyline><polyline points=\"7 3 7 8 15 8\"></polyline>","scissors":"<circle cx=\"6\" cy=\"6\" r=\"3\"></circle><circle cx=\"6\" cy=\"18\" r=\"3\"></circle><line x1=\"20\" y1=\"4\" x2=\"8.12\" y2=\"15.88\"></line><line x1=\"14.47\" y1=\"14.48\" x2=\"20\" y2=\"20\"></line><line x1=\"8.12\" y1=\"8.12\" x2=\"12\" y2=\"12\"></line>","search":"<circle cx=\"11\" cy=\"11\" r=\"8\"></circle><line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"></line>","send":"<line x1=\"22\" y1=\"2\" x2=\"11\" y2=\"13\"></line><polygon points=\"22 2 15 22 11 13 2 9 22 2\"></polygon>","server":"<rect x=\"2\" y=\"2\" width=\"20\" height=\"8\" rx=\"2\" ry=\"2\"></rect><rect x=\"2\" y=\"14\" width=\"20\" height=\"8\" rx=\"2\" ry=\"2\"></rect><line x1=\"6\" y1=\"6\" x2=\"6.01\" y2=\"6\"></line><line x1=\"6\" y1=\"18\" x2=\"6.01\" y2=\"18\"></line>","settings":"<circle cx=\"12\" cy=\"12\" r=\"3\"></circle><path d=\"M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z\"></path>","share-2":"<circle cx=\"18\" cy=\"5\" r=\"3\"></circle><circle cx=\"6\" cy=\"12\" r=\"3\"></circle><circle cx=\"18\" cy=\"19\" r=\"3\"></circle><line x1=\"8.59\" y1=\"13.51\" x2=\"15.42\" y2=\"17.49\"></line><line x1=\"15.41\" y1=\"6.51\" x2=\"8.59\" y2=\"10.49\"></line>","share":"<path d=\"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8\"></path><polyline points=\"16 6 12 2 8 6\"></polyline><line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"15\"></line>","shield-off":"<path d=\"M19.69 14a6.9 6.9 0 0 0 .31-2V5l-8-3-3.16 1.18\"></path><path d=\"M4.73 4.73L4 5v7c0 6 8 10 8 10a20.29 20.29 0 0 0 5.62-4.38\"></path><line x1=\"1\" y1=\"1\" x2=\"23\" y2=\"23\"></line>","shield":"<path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"></path>","shopping-bag":"<path d=\"M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z\"></path><line x1=\"3\" y1=\"6\" x2=\"21\" y2=\"6\"></line><path d=\"M16 10a4 4 0 0 1-8 0\"></path>","shopping-cart":"<circle cx=\"9\" cy=\"21\" r=\"1\"></circle><circle cx=\"20\" cy=\"21\" r=\"1\"></circle><path d=\"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6\"></path>","shuffle":"<polyline points=\"16 3 21 3 21 8\"></polyline><line x1=\"4\" y1=\"20\" x2=\"21\" y2=\"3\"></line><polyline points=\"21 16 21 21 16 21\"></polyline><line x1=\"15\" y1=\"15\" x2=\"21\" y2=\"21\"></line><line x1=\"4\" y1=\"4\" x2=\"9\" y2=\"9\"></line>","sidebar":"<rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"></rect><line x1=\"9\" y1=\"3\" x2=\"9\" y2=\"21\"></line>","skip-back":"<polygon points=\"19 20 9 12 19 4 19 20\"></polygon><line x1=\"5\" y1=\"19\" x2=\"5\" y2=\"5\"></line>","skip-forward":"<polygon points=\"5 4 15 12 5 20 5 4\"></polygon><line x1=\"19\" y1=\"5\" x2=\"19\" y2=\"19\"></line>","slack":"<path d=\"M14.5 10c-.83 0-1.5-.67-1.5-1.5v-5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5z\"></path><path d=\"M20.5 10H19V8.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z\"></path><path d=\"M9.5 14c.83 0 1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5S8 21.33 8 20.5v-5c0-.83.67-1.5 1.5-1.5z\"></path><path d=\"M3.5 14H5v1.5c0 .83-.67 1.5-1.5 1.5S2 16.33 2 15.5 2.67 14 3.5 14z\"></path><path d=\"M14 14.5c0-.83.67-1.5 1.5-1.5h5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5h-5c-.83 0-1.5-.67-1.5-1.5z\"></path><path d=\"M15.5 19H14v1.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z\"></path><path d=\"M10 9.5C10 8.67 9.33 8 8.5 8h-5C2.67 8 2 8.67 2 9.5S2.67 11 3.5 11h5c.83 0 1.5-.67 1.5-1.5z\"></path><path d=\"M8.5 5H10V3.5C10 2.67 9.33 2 8.5 2S7 2.67 7 3.5 7.67 5 8.5 5z\"></path>","slash":"<circle cx=\"12\" cy=\"12\" r=\"10\"></circle><line x1=\"4.93\" y1=\"4.93\" x2=\"19.07\" y2=\"19.07\"></line>","sliders":"<line x1=\"4\" y1=\"21\" x2=\"4\" y2=\"14\"></line><line x1=\"4\" y1=\"10\" x2=\"4\" y2=\"3\"></line><line x1=\"12\" y1=\"21\" x2=\"12\" y2=\"12\"></line><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"3\"></line><line x1=\"20\" y1=\"21\" x2=\"20\" y2=\"16\"></line><line x1=\"20\" y1=\"12\" x2=\"20\" y2=\"3\"></line><line x1=\"1\" y1=\"14\" x2=\"7\" y2=\"14\"></line><line x1=\"9\" y1=\"8\" x2=\"15\" y2=\"8\"></line><line x1=\"17\" y1=\"16\" x2=\"23\" y2=\"16\"></line>","smartphone":"<rect x=\"5\" y=\"2\" width=\"14\" height=\"20\" rx=\"2\" ry=\"2\"></rect><line x1=\"12\" y1=\"18\" x2=\"12.01\" y2=\"18\"></line>","smile":"<circle cx=\"12\" cy=\"12\" r=\"10\"></circle><path d=\"M8 14s1.5 2 4 2 4-2 4-2\"></path><line x1=\"9\" y1=\"9\" x2=\"9.01\" y2=\"9\"></line><line x1=\"15\" y1=\"9\" x2=\"15.01\" y2=\"9\"></line>","speaker":"<rect x=\"4\" y=\"2\" width=\"16\" height=\"20\" rx=\"2\" ry=\"2\"></rect><circle cx=\"12\" cy=\"14\" r=\"4\"></circle><line x1=\"12\" y1=\"6\" x2=\"12.01\" y2=\"6\"></line>","square":"<rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"></rect>","star":"<polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"></polygon>","stop-circle":"<circle cx=\"12\" cy=\"12\" r=\"10\"></circle><rect x=\"9\" y=\"9\" width=\"6\" height=\"6\"></rect>","sun":"<circle cx=\"12\" cy=\"12\" r=\"5\"></circle><line x1=\"12\" y1=\"1\" x2=\"12\" y2=\"3\"></line><line x1=\"12\" y1=\"21\" x2=\"12\" y2=\"23\"></line><line x1=\"4.22\" y1=\"4.22\" x2=\"5.64\" y2=\"5.64\"></line><line x1=\"18.36\" y1=\"18.36\" x2=\"19.78\" y2=\"19.78\"></line><line x1=\"1\" y1=\"12\" x2=\"3\" y2=\"12\"></line><line x1=\"21\" y1=\"12\" x2=\"23\" y2=\"12\"></line><line x1=\"4.22\" y1=\"19.78\" x2=\"5.64\" y2=\"18.36\"></line><line x1=\"18.36\" y1=\"5.64\" x2=\"19.78\" y2=\"4.22\"></line>","sunrise":"<path d=\"M17 18a5 5 0 0 0-10 0\"></path><line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"9\"></line><line x1=\"4.22\" y1=\"10.22\" x2=\"5.64\" y2=\"11.64\"></line><line x1=\"1\" y1=\"18\" x2=\"3\" y2=\"18\"></line><line x1=\"21\" y1=\"18\" x2=\"23\" y2=\"18\"></line><line x1=\"18.36\" y1=\"11.64\" x2=\"19.78\" y2=\"10.22\"></line><line x1=\"23\" y1=\"22\" x2=\"1\" y2=\"22\"></line><polyline points=\"8 6 12 2 16 6\"></polyline>","sunset":"<path d=\"M17 18a5 5 0 0 0-10 0\"></path><line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"2\"></line><line x1=\"4.22\" y1=\"10.22\" x2=\"5.64\" y2=\"11.64\"></line><line x1=\"1\" y1=\"18\" x2=\"3\" y2=\"18\"></line><line x1=\"21\" y1=\"18\" x2=\"23\" y2=\"18\"></line><line x1=\"18.36\" y1=\"11.64\" x2=\"19.78\" y2=\"10.22\"></line><line x1=\"23\" y1=\"22\" x2=\"1\" y2=\"22\"></line><polyline points=\"16 5 12 9 8 5\"></polyline>","table":"<path d=\"M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18\"></path>","tablet":"<rect x=\"4\" y=\"2\" width=\"16\" height=\"20\" rx=\"2\" ry=\"2\"></rect><line x1=\"12\" y1=\"18\" x2=\"12.01\" y2=\"18\"></line>","tag":"<path d=\"M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z\"></path><line x1=\"7\" y1=\"7\" x2=\"7.01\" y2=\"7\"></line>","target":"<circle cx=\"12\" cy=\"12\" r=\"10\"></circle><circle cx=\"12\" cy=\"12\" r=\"6\"></circle><circle cx=\"12\" cy=\"12\" r=\"2\"></circle>","terminal":"<polyline points=\"4 17 10 11 4 5\"></polyline><line x1=\"12\" y1=\"19\" x2=\"20\" y2=\"19\"></line>","thermometer":"<path d=\"M14 14.76V3.5a2.5 2.5 0 0 0-5 0v11.26a4.5 4.5 0 1 0 5 0z\"></path>","thumbs-down":"<path d=\"M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17\"></path>","thumbs-up":"<path d=\"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3\"></path>","toggle-left":"<rect x=\"1\" y=\"5\" width=\"22\" height=\"14\" rx=\"7\" ry=\"7\"></rect><circle cx=\"8\" cy=\"12\" r=\"3\"></circle>","toggle-right":"<rect x=\"1\" y=\"5\" width=\"22\" height=\"14\" rx=\"7\" ry=\"7\"></rect><circle cx=\"16\" cy=\"12\" r=\"3\"></circle>","tool":"<path d=\"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z\"></path>","trash-2":"<polyline points=\"3 6 5 6 21 6\"></polyline><path d=\"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2\"></path><line x1=\"10\" y1=\"11\" x2=\"10\" y2=\"17\"></line><line x1=\"14\" y1=\"11\" x2=\"14\" y2=\"17\"></line>","trash":"<polyline points=\"3 6 5 6 21 6\"></polyline><path d=\"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2\"></path>","trello":"<rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"></rect><rect x=\"7\" y=\"7\" width=\"3\" height=\"9\"></rect><rect x=\"14\" y=\"7\" width=\"3\" height=\"5\"></rect>","trending-down":"<polyline points=\"23 18 13.5 8.5 8.5 13.5 1 6\"></polyline><polyline points=\"17 18 23 18 23 12\"></polyline>","trending-up":"<polyline points=\"23 6 13.5 15.5 8.5 10.5 1 18\"></polyline><polyline points=\"17 6 23 6 23 12\"></polyline>","triangle":"<path d=\"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\"></path>","truck":"<rect x=\"1\" y=\"3\" width=\"15\" height=\"13\"></rect><polygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"></polygon><circle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"></circle><circle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"></circle>","tv":"<rect x=\"2\" y=\"7\" width=\"20\" height=\"15\" rx=\"2\" ry=\"2\"></rect><polyline points=\"17 2 12 7 7 2\"></polyline>","twitch":"<path d=\"M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7\"></path>","twitter":"<path d=\"M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z\"></path>","type":"<polyline points=\"4 7 4 4 20 4 20 7\"></polyline><line x1=\"9\" y1=\"20\" x2=\"15\" y2=\"20\"></line><line x1=\"12\" y1=\"4\" x2=\"12\" y2=\"20\"></line>","umbrella":"<path d=\"M23 12a11.05 11.05 0 0 0-22 0zm-5 7a3 3 0 0 1-6 0v-7\"></path>","underline":"<path d=\"M6 3v7a6 6 0 0 0 6 6 6 6 0 0 0 6-6V3\"></path><line x1=\"4\" y1=\"21\" x2=\"20\" y2=\"21\"></line>","unlock":"<rect x=\"3\" y=\"11\" width=\"18\" height=\"11\" rx=\"2\" ry=\"2\"></rect><path d=\"M7 11V7a5 5 0 0 1 9.9-1\"></path>","upload-cloud":"<polyline points=\"16 16 12 12 8 16\"></polyline><line x1=\"12\" y1=\"12\" x2=\"12\" y2=\"21\"></line><path d=\"M20.39 18.39A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.3\"></path><polyline points=\"16 16 12 12 8 16\"></polyline>","upload":"<path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"></path><polyline points=\"17 8 12 3 7 8\"></polyline><line x1=\"12\" y1=\"3\" x2=\"12\" y2=\"15\"></line>","user-check":"<path d=\"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"></path><circle cx=\"8.5\" cy=\"7\" r=\"4\"></circle><polyline points=\"17 11 19 13 23 9\"></polyline>","user-minus":"<path d=\"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"></path><circle cx=\"8.5\" cy=\"7\" r=\"4\"></circle><line x1=\"23\" y1=\"11\" x2=\"17\" y2=\"11\"></line>","user-plus":"<path d=\"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"></path><circle cx=\"8.5\" cy=\"7\" r=\"4\"></circle><line x1=\"20\" y1=\"8\" x2=\"20\" y2=\"14\"></line><line x1=\"23\" y1=\"11\" x2=\"17\" y2=\"11\"></line>","user-x":"<path d=\"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"></path><circle cx=\"8.5\" cy=\"7\" r=\"4\"></circle><line x1=\"18\" y1=\"8\" x2=\"23\" y2=\"13\"></line><line x1=\"23\" y1=\"8\" x2=\"18\" y2=\"13\"></line>","user":"<path d=\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\"></path><circle cx=\"12\" cy=\"7\" r=\"4\"></circle>","users":"<path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"></path><circle cx=\"9\" cy=\"7\" r=\"4\"></circle><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"></path><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"></path>","video-off":"<path d=\"M16 16v1a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2m5.66 0H14a2 2 0 0 1 2 2v3.34l1 1L23 7v10\"></path><line x1=\"1\" y1=\"1\" x2=\"23\" y2=\"23\"></line>","video":"<polygon points=\"23 7 16 12 23 17 23 7\"></polygon><rect x=\"1\" y=\"5\" width=\"15\" height=\"14\" rx=\"2\" ry=\"2\"></rect>","voicemail":"<circle cx=\"5.5\" cy=\"11.5\" r=\"4.5\"></circle><circle cx=\"18.5\" cy=\"11.5\" r=\"4.5\"></circle><line x1=\"5.5\" y1=\"16\" x2=\"18.5\" y2=\"16\"></line>","volume-1":"<polygon points=\"11 5 6 9 2 9 2 15 6 15 11 19 11 5\"></polygon><path d=\"M15.54 8.46a5 5 0 0 1 0 7.07\"></path>","volume-2":"<polygon points=\"11 5 6 9 2 9 2 15 6 15 11 19 11 5\"></polygon><path d=\"M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07\"></path>","volume-x":"<polygon points=\"11 5 6 9 2 9 2 15 6 15 11 19 11 5\"></polygon><line x1=\"23\" y1=\"9\" x2=\"17\" y2=\"15\"></line><line x1=\"17\" y1=\"9\" x2=\"23\" y2=\"15\"></line>","volume":"<polygon points=\"11 5 6 9 2 9 2 15 6 15 11 19 11 5\"></polygon>","watch":"<circle cx=\"12\" cy=\"12\" r=\"7\"></circle><polyline points=\"12 9 12 12 13.5 13.5\"></polyline><path d=\"M16.51 17.35l-.35 3.83a2 2 0 0 1-2 1.82H9.83a2 2 0 0 1-2-1.82l-.35-3.83m.01-10.7l.35-3.83A2 2 0 0 1 9.83 1h4.35a2 2 0 0 1 2 1.82l.35 3.83\"></path>","wifi-off":"<line x1=\"1\" y1=\"1\" x2=\"23\" y2=\"23\"></line><path d=\"M16.72 11.06A10.94 10.94 0 0 1 19 12.55\"></path><path d=\"M5 12.55a10.94 10.94 0 0 1 5.17-2.39\"></path><path d=\"M10.71 5.05A16 16 0 0 1 22.58 9\"></path><path d=\"M1.42 9a15.91 15.91 0 0 1 4.7-2.88\"></path><path d=\"M8.53 16.11a6 6 0 0 1 6.95 0\"></path><line x1=\"12\" y1=\"20\" x2=\"12.01\" y2=\"20\"></line>","wifi":"<path d=\"M5 12.55a11 11 0 0 1 14.08 0\"></path><path d=\"M1.42 9a16 16 0 0 1 21.16 0\"></path><path d=\"M8.53 16.11a6 6 0 0 1 6.95 0\"></path><line x1=\"12\" y1=\"20\" x2=\"12.01\" y2=\"20\"></line>","wind":"<path d=\"M9.59 4.59A2 2 0 1 1 11 8H2m10.59 11.41A2 2 0 1 0 14 16H2m15.73-8.27A2.5 2.5 0 1 1 19.5 12H2\"></path>","x-circle":"<circle cx=\"12\" cy=\"12\" r=\"10\"></circle><line x1=\"15\" y1=\"9\" x2=\"9\" y2=\"15\"></line><line x1=\"9\" y1=\"9\" x2=\"15\" y2=\"15\"></line>","x-octagon":"<polygon points=\"7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2\"></polygon><line x1=\"15\" y1=\"9\" x2=\"9\" y2=\"15\"></line><line x1=\"9\" y1=\"9\" x2=\"15\" y2=\"15\"></line>","x-square":"<rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"></rect><line x1=\"9\" y1=\"9\" x2=\"15\" y2=\"15\"></line><line x1=\"15\" y1=\"9\" x2=\"9\" y2=\"15\"></line>","x":"<line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"></line><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"></line>","youtube":"<path d=\"M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z\"></path><polygon points=\"9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02\"></polygon>","zap-off":"<polyline points=\"12.41 6.75 13 2 10.57 4.92\"></polyline><polyline points=\"18.57 12.91 21 10 15.66 10\"></polyline><polyline points=\"8 8 3 14 12 14 11 22 16 16\"></polyline><line x1=\"1\" y1=\"1\" x2=\"23\" y2=\"23\"></line>","zap":"<polygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"></polygon>","zoom-in":"<circle cx=\"11\" cy=\"11\" r=\"8\"></circle><line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"></line><line x1=\"11\" y1=\"8\" x2=\"11\" y2=\"14\"></line><line x1=\"8\" y1=\"11\" x2=\"14\" y2=\"11\"></line>","zoom-out":"<circle cx=\"11\" cy=\"11\" r=\"8\"></circle><line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"></line><line x1=\"8\" y1=\"11\" x2=\"14\" y2=\"11\"></line>"};
96
-
97
- /***/ }),
98
-
99
- /***/ "./node_modules/classnames/dedupe.js":
100
- /*!*******************************************!*\
101
- !*** ./node_modules/classnames/dedupe.js ***!
102
- \*******************************************/
103
- /*! no static exports found */
104
- /***/ (function(module, exports, __webpack_require__) {
105
-
106
- var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
107
- Copyright (c) 2016 Jed Watson.
108
- Licensed under the MIT License (MIT), see
109
- http://jedwatson.github.io/classnames
110
- */
111
- /* global define */
112
-
113
- (function () {
114
-
115
- var classNames = (function () {
116
- // don't inherit from Object so we can skip hasOwnProperty check later
117
- // http://stackoverflow.com/questions/15518328/creating-js-object-with-object-createnull#answer-21079232
118
- function StorageObject() {}
119
- StorageObject.prototype = Object.create(null);
120
-
121
- function _parseArray (resultSet, array) {
122
- var length = array.length;
123
-
124
- for (var i = 0; i < length; ++i) {
125
- _parse(resultSet, array[i]);
126
- }
127
- }
128
-
129
- var hasOwn = {}.hasOwnProperty;
130
-
131
- function _parseNumber (resultSet, num) {
132
- resultSet[num] = true;
133
- }
134
-
135
- function _parseObject (resultSet, object) {
136
- for (var k in object) {
137
- if (hasOwn.call(object, k)) {
138
- // set value to false instead of deleting it to avoid changing object structure
139
- // https://www.smashingmagazine.com/2012/11/writing-fast-memory-efficient-javascript/#de-referencing-misconceptions
140
- resultSet[k] = !!object[k];
141
- }
142
- }
143
- }
144
-
145
- var SPACE = /\s+/;
146
- function _parseString (resultSet, str) {
147
- var array = str.split(SPACE);
148
- var length = array.length;
149
-
150
- for (var i = 0; i < length; ++i) {
151
- resultSet[array[i]] = true;
152
- }
153
- }
154
-
155
- function _parse (resultSet, arg) {
156
- if (!arg) return;
157
- var argType = typeof arg;
158
-
159
- // 'foo bar'
160
- if (argType === 'string') {
161
- _parseString(resultSet, arg);
162
-
163
- // ['foo', 'bar', ...]
164
- } else if (Array.isArray(arg)) {
165
- _parseArray(resultSet, arg);
166
-
167
- // { 'foo': true, ... }
168
- } else if (argType === 'object') {
169
- _parseObject(resultSet, arg);
170
-
171
- // '130'
172
- } else if (argType === 'number') {
173
- _parseNumber(resultSet, arg);
174
- }
175
- }
176
-
177
- function _classNames () {
178
- // don't leak arguments
179
- // https://github.com/petkaantonov/bluebird/wiki/Optimization-killers#32-leaking-arguments
180
- var len = arguments.length;
181
- var args = Array(len);
182
- for (var i = 0; i < len; i++) {
183
- args[i] = arguments[i];
184
- }
185
-
186
- var classSet = new StorageObject();
187
- _parseArray(classSet, args);
188
-
189
- var list = [];
190
-
191
- for (var k in classSet) {
192
- if (classSet[k]) {
193
- list.push(k);
194
- }
195
- }
196
-
197
- return list.join(' ');
198
- }
199
-
200
- return _classNames;
201
- })();
202
-
203
- if (typeof module !== 'undefined' && module.exports) {
204
- module.exports = classNames;
205
- } else {
206
- // register as 'classnames', consistent with npm package name
207
- !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () {
208
- return classNames;
209
- }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
210
- __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
211
- }
212
- }());
213
-
214
-
215
- /***/ }),
216
-
217
- /***/ "./node_modules/core-js/es/array/from.js":
218
- /*!***********************************************!*\
219
- !*** ./node_modules/core-js/es/array/from.js ***!
220
- \***********************************************/
221
- /*! no static exports found */
222
- /***/ (function(module, exports, __webpack_require__) {
223
-
224
- __webpack_require__(/*! ../../modules/es.string.iterator */ "./node_modules/core-js/modules/es.string.iterator.js");
225
- __webpack_require__(/*! ../../modules/es.array.from */ "./node_modules/core-js/modules/es.array.from.js");
226
- var path = __webpack_require__(/*! ../../internals/path */ "./node_modules/core-js/internals/path.js");
227
-
228
- module.exports = path.Array.from;
229
-
230
-
231
- /***/ }),
232
-
233
- /***/ "./node_modules/core-js/internals/a-function.js":
234
- /*!******************************************************!*\
235
- !*** ./node_modules/core-js/internals/a-function.js ***!
236
- \******************************************************/
237
- /*! no static exports found */
238
- /***/ (function(module, exports) {
239
-
240
- module.exports = function (it) {
241
- if (typeof it != 'function') {
242
- throw TypeError(String(it) + ' is not a function');
243
- } return it;
244
- };
245
-
246
-
247
- /***/ }),
248
-
249
- /***/ "./node_modules/core-js/internals/an-object.js":
250
- /*!*****************************************************!*\
251
- !*** ./node_modules/core-js/internals/an-object.js ***!
252
- \*****************************************************/
253
- /*! no static exports found */
254
- /***/ (function(module, exports, __webpack_require__) {
255
-
256
- var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js");
257
-
258
- module.exports = function (it) {
259
- if (!isObject(it)) {
260
- throw TypeError(String(it) + ' is not an object');
261
- } return it;
262
- };
263
-
264
-
265
- /***/ }),
266
-
267
- /***/ "./node_modules/core-js/internals/array-from.js":
268
- /*!******************************************************!*\
269
- !*** ./node_modules/core-js/internals/array-from.js ***!
270
- \******************************************************/
271
- /*! no static exports found */
272
- /***/ (function(module, exports, __webpack_require__) {
273
-
274
- var bind = __webpack_require__(/*! ../internals/bind-context */ "./node_modules/core-js/internals/bind-context.js");
275
- var toObject = __webpack_require__(/*! ../internals/to-object */ "./node_modules/core-js/internals/to-object.js");
276
- var callWithSafeIterationClosing = __webpack_require__(/*! ../internals/call-with-safe-iteration-closing */ "./node_modules/core-js/internals/call-with-safe-iteration-closing.js");
277
- var isArrayIteratorMethod = __webpack_require__(/*! ../internals/is-array-iterator-method */ "./node_modules/core-js/internals/is-array-iterator-method.js");
278
- var toLength = __webpack_require__(/*! ../internals/to-length */ "./node_modules/core-js/internals/to-length.js");
279
- var createProperty = __webpack_require__(/*! ../internals/create-property */ "./node_modules/core-js/internals/create-property.js");
280
- var getIteratorMethod = __webpack_require__(/*! ../internals/get-iterator-method */ "./node_modules/core-js/internals/get-iterator-method.js");
281
-
282
- // `Array.from` method
283
- // https://tc39.github.io/ecma262/#sec-array.from
284
- module.exports = function from(arrayLike /* , mapfn = undefined, thisArg = undefined */) {
285
- var O = toObject(arrayLike);
286
- var C = typeof this == 'function' ? this : Array;
287
- var argumentsLength = arguments.length;
288
- var mapfn = argumentsLength > 1 ? arguments[1] : undefined;
289
- var mapping = mapfn !== undefined;
290
- var index = 0;
291
- var iteratorMethod = getIteratorMethod(O);
292
- var length, result, step, iterator;
293
- if (mapping) mapfn = bind(mapfn, argumentsLength > 2 ? arguments[2] : undefined, 2);
294
- // if the target is not iterable or it's an array with the default iterator - use a simple case
295
- if (iteratorMethod != undefined && !(C == Array && isArrayIteratorMethod(iteratorMethod))) {
296
- iterator = iteratorMethod.call(O);
297
- result = new C();
298
- for (;!(step = iterator.next()).done; index++) {
299
- createProperty(result, index, mapping
300
- ? callWithSafeIterationClosing(iterator, mapfn, [step.value, index], true)
301
- : step.value
302
- );
303
- }
304
- } else {
305
- length = toLength(O.length);
306
- result = new C(length);
307
- for (;length > index; index++) {
308
- createProperty(result, index, mapping ? mapfn(O[index], index) : O[index]);
309
- }
310
- }
311
- result.length = index;
312
- return result;
313
- };
314
-
315
-
316
- /***/ }),
317
-
318
- /***/ "./node_modules/core-js/internals/array-includes.js":
319
- /*!**********************************************************!*\
320
- !*** ./node_modules/core-js/internals/array-includes.js ***!
321
- \**********************************************************/
322
- /*! no static exports found */
323
- /***/ (function(module, exports, __webpack_require__) {
324
-
325
- var toIndexedObject = __webpack_require__(/*! ../internals/to-indexed-object */ "./node_modules/core-js/internals/to-indexed-object.js");
326
- var toLength = __webpack_require__(/*! ../internals/to-length */ "./node_modules/core-js/internals/to-length.js");
327
- var toAbsoluteIndex = __webpack_require__(/*! ../internals/to-absolute-index */ "./node_modules/core-js/internals/to-absolute-index.js");
328
-
329
- // `Array.prototype.{ indexOf, includes }` methods implementation
330
- // false -> Array#indexOf
331
- // https://tc39.github.io/ecma262/#sec-array.prototype.indexof
332
- // true -> Array#includes
333
- // https://tc39.github.io/ecma262/#sec-array.prototype.includes
334
- module.exports = function (IS_INCLUDES) {
335
- return function ($this, el, fromIndex) {
336
- var O = toIndexedObject($this);
337
- var length = toLength(O.length);
338
- var index = toAbsoluteIndex(fromIndex, length);
339
- var value;
340
- // Array#includes uses SameValueZero equality algorithm
341
- // eslint-disable-next-line no-self-compare
342
- if (IS_INCLUDES && el != el) while (length > index) {
343
- value = O[index++];
344
- // eslint-disable-next-line no-self-compare
345
- if (value != value) return true;
346
- // Array#indexOf ignores holes, Array#includes - not
347
- } else for (;length > index; index++) if (IS_INCLUDES || index in O) {
348
- if (O[index] === el) return IS_INCLUDES || index || 0;
349
- } return !IS_INCLUDES && -1;
350
- };
351
- };
352
-
353
-
354
- /***/ }),
355
-
356
- /***/ "./node_modules/core-js/internals/bind-context.js":
357
- /*!********************************************************!*\
358
- !*** ./node_modules/core-js/internals/bind-context.js ***!
359
- \********************************************************/
360
- /*! no static exports found */
361
- /***/ (function(module, exports, __webpack_require__) {
362
-
363
- var aFunction = __webpack_require__(/*! ../internals/a-function */ "./node_modules/core-js/internals/a-function.js");
364
-
365
- // optional / simple context binding
366
- module.exports = function (fn, that, length) {
367
- aFunction(fn);
368
- if (that === undefined) return fn;
369
- switch (length) {
370
- case 0: return function () {
371
- return fn.call(that);
372
- };
373
- case 1: return function (a) {
374
- return fn.call(that, a);
375
- };
376
- case 2: return function (a, b) {
377
- return fn.call(that, a, b);
378
- };
379
- case 3: return function (a, b, c) {
380
- return fn.call(that, a, b, c);
381
- };
382
- }
383
- return function (/* ...args */) {
384
- return fn.apply(that, arguments);
385
- };
386
- };
387
-
388
-
389
- /***/ }),
390
-
391
- /***/ "./node_modules/core-js/internals/call-with-safe-iteration-closing.js":
392
- /*!****************************************************************************!*\
393
- !*** ./node_modules/core-js/internals/call-with-safe-iteration-closing.js ***!
394
- \****************************************************************************/
395
- /*! no static exports found */
396
- /***/ (function(module, exports, __webpack_require__) {
397
-
398
- var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js");
399
-
400
- // call something on iterator step with safe closing on error
401
- module.exports = function (iterator, fn, value, ENTRIES) {
402
- try {
403
- return ENTRIES ? fn(anObject(value)[0], value[1]) : fn(value);
404
- // 7.4.6 IteratorClose(iterator, completion)
405
- } catch (error) {
406
- var returnMethod = iterator['return'];
407
- if (returnMethod !== undefined) anObject(returnMethod.call(iterator));
408
- throw error;
409
- }
410
- };
411
-
412
-
413
- /***/ }),
414
-
415
- /***/ "./node_modules/core-js/internals/check-correctness-of-iteration.js":
416
- /*!**************************************************************************!*\
417
- !*** ./node_modules/core-js/internals/check-correctness-of-iteration.js ***!
418
- \**************************************************************************/
419
- /*! no static exports found */
420
- /***/ (function(module, exports, __webpack_require__) {
421
-
422
- var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js");
423
-
424
- var ITERATOR = wellKnownSymbol('iterator');
425
- var SAFE_CLOSING = false;
426
-
427
- try {
428
- var called = 0;
429
- var iteratorWithReturn = {
430
- next: function () {
431
- return { done: !!called++ };
432
- },
433
- 'return': function () {
434
- SAFE_CLOSING = true;
435
- }
436
- };
437
- iteratorWithReturn[ITERATOR] = function () {
438
- return this;
439
- };
440
- // eslint-disable-next-line no-throw-literal
441
- Array.from(iteratorWithReturn, function () { throw 2; });
442
- } catch (error) { /* empty */ }
443
-
444
- module.exports = function (exec, SKIP_CLOSING) {
445
- if (!SKIP_CLOSING && !SAFE_CLOSING) return false;
446
- var ITERATION_SUPPORT = false;
447
- try {
448
- var object = {};
449
- object[ITERATOR] = function () {
450
- return {
451
- next: function () {
452
- return { done: ITERATION_SUPPORT = true };
453
- }
454
- };
455
- };
456
- exec(object);
457
- } catch (error) { /* empty */ }
458
- return ITERATION_SUPPORT;
459
- };
460
-
461
-
462
- /***/ }),
463
-
464
- /***/ "./node_modules/core-js/internals/classof-raw.js":
465
- /*!*******************************************************!*\
466
- !*** ./node_modules/core-js/internals/classof-raw.js ***!
467
- \*******************************************************/
468
- /*! no static exports found */
469
- /***/ (function(module, exports) {
470
-
471
- var toString = {}.toString;
472
-
473
- module.exports = function (it) {
474
- return toString.call(it).slice(8, -1);
475
- };
476
-
477
-
478
- /***/ }),
479
-
480
- /***/ "./node_modules/core-js/internals/classof.js":
481
- /*!***************************************************!*\
482
- !*** ./node_modules/core-js/internals/classof.js ***!
483
- \***************************************************/
484
- /*! no static exports found */
485
- /***/ (function(module, exports, __webpack_require__) {
486
-
487
- var classofRaw = __webpack_require__(/*! ../internals/classof-raw */ "./node_modules/core-js/internals/classof-raw.js");
488
- var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js");
489
-
490
- var TO_STRING_TAG = wellKnownSymbol('toStringTag');
491
- // ES3 wrong here
492
- var CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';
493
-
494
- // fallback for IE11 Script Access Denied error
495
- var tryGet = function (it, key) {
496
- try {
497
- return it[key];
498
- } catch (error) { /* empty */ }
499
- };
500
-
501
- // getting tag from ES6+ `Object.prototype.toString`
502
- module.exports = function (it) {
503
- var O, tag, result;
504
- return it === undefined ? 'Undefined' : it === null ? 'Null'
505
- // @@toStringTag case
506
- : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG)) == 'string' ? tag
507
- // builtinTag case
508
- : CORRECT_ARGUMENTS ? classofRaw(O)
509
- // ES3 arguments fallback
510
- : (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;
511
- };
512
-
513
-
514
- /***/ }),
515
-
516
- /***/ "./node_modules/core-js/internals/copy-constructor-properties.js":
517
- /*!***********************************************************************!*\
518
- !*** ./node_modules/core-js/internals/copy-constructor-properties.js ***!
519
- \***********************************************************************/
520
- /*! no static exports found */
521
- /***/ (function(module, exports, __webpack_require__) {
522
-
523
- var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js");
524
- var ownKeys = __webpack_require__(/*! ../internals/own-keys */ "./node_modules/core-js/internals/own-keys.js");
525
- var getOwnPropertyDescriptorModule = __webpack_require__(/*! ../internals/object-get-own-property-descriptor */ "./node_modules/core-js/internals/object-get-own-property-descriptor.js");
526
- var definePropertyModule = __webpack_require__(/*! ../internals/object-define-property */ "./node_modules/core-js/internals/object-define-property.js");
527
-
528
- module.exports = function (target, source) {
529
- var keys = ownKeys(source);
530
- var defineProperty = definePropertyModule.f;
531
- var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;
532
- for (var i = 0; i < keys.length; i++) {
533
- var key = keys[i];
534
- if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));
535
- }
536
- };
537
-
538
-
539
- /***/ }),
540
-
541
- /***/ "./node_modules/core-js/internals/correct-prototype-getter.js":
542
- /*!********************************************************************!*\
543
- !*** ./node_modules/core-js/internals/correct-prototype-getter.js ***!
544
- \********************************************************************/
545
- /*! no static exports found */
546
- /***/ (function(module, exports, __webpack_require__) {
547
-
548
- var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js");
549
-
550
- module.exports = !fails(function () {
551
- function F() { /* empty */ }
552
- F.prototype.constructor = null;
553
- return Object.getPrototypeOf(new F()) !== F.prototype;
554
- });
555
-
556
-
557
- /***/ }),
558
-
559
- /***/ "./node_modules/core-js/internals/create-iterator-constructor.js":
560
- /*!***********************************************************************!*\
561
- !*** ./node_modules/core-js/internals/create-iterator-constructor.js ***!
562
- \***********************************************************************/
563
- /*! no static exports found */
564
- /***/ (function(module, exports, __webpack_require__) {
565
-
566
- var IteratorPrototype = __webpack_require__(/*! ../internals/iterators-core */ "./node_modules/core-js/internals/iterators-core.js").IteratorPrototype;
567
- var create = __webpack_require__(/*! ../internals/object-create */ "./node_modules/core-js/internals/object-create.js");
568
- var createPropertyDescriptor = __webpack_require__(/*! ../internals/create-property-descriptor */ "./node_modules/core-js/internals/create-property-descriptor.js");
569
- var setToStringTag = __webpack_require__(/*! ../internals/set-to-string-tag */ "./node_modules/core-js/internals/set-to-string-tag.js");
570
- var Iterators = __webpack_require__(/*! ../internals/iterators */ "./node_modules/core-js/internals/iterators.js");
571
-
572
- var returnThis = function () { return this; };
573
-
574
- module.exports = function (IteratorConstructor, NAME, next) {
575
- var TO_STRING_TAG = NAME + ' Iterator';
576
- IteratorConstructor.prototype = create(IteratorPrototype, { next: createPropertyDescriptor(1, next) });
577
- setToStringTag(IteratorConstructor, TO_STRING_TAG, false, true);
578
- Iterators[TO_STRING_TAG] = returnThis;
579
- return IteratorConstructor;
580
- };
581
-
582
-
583
- /***/ }),
584
-
585
- /***/ "./node_modules/core-js/internals/create-property-descriptor.js":
586
- /*!**********************************************************************!*\
587
- !*** ./node_modules/core-js/internals/create-property-descriptor.js ***!
588
- \**********************************************************************/
589
- /*! no static exports found */
590
- /***/ (function(module, exports) {
591
-
592
- module.exports = function (bitmap, value) {
593
- return {
594
- enumerable: !(bitmap & 1),
595
- configurable: !(bitmap & 2),
596
- writable: !(bitmap & 4),
597
- value: value
598
- };
599
- };
600
-
601
-
602
- /***/ }),
603
-
604
- /***/ "./node_modules/core-js/internals/create-property.js":
605
- /*!***********************************************************!*\
606
- !*** ./node_modules/core-js/internals/create-property.js ***!
607
- \***********************************************************/
608
- /*! no static exports found */
609
- /***/ (function(module, exports, __webpack_require__) {
610
-
611
- var toPrimitive = __webpack_require__(/*! ../internals/to-primitive */ "./node_modules/core-js/internals/to-primitive.js");
612
- var definePropertyModule = __webpack_require__(/*! ../internals/object-define-property */ "./node_modules/core-js/internals/object-define-property.js");
613
- var createPropertyDescriptor = __webpack_require__(/*! ../internals/create-property-descriptor */ "./node_modules/core-js/internals/create-property-descriptor.js");
614
-
615
- module.exports = function (object, key, value) {
616
- var propertyKey = toPrimitive(key);
617
- if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value));
618
- else object[propertyKey] = value;
619
- };
620
-
621
-
622
- /***/ }),
623
-
624
- /***/ "./node_modules/core-js/internals/define-iterator.js":
625
- /*!***********************************************************!*\
626
- !*** ./node_modules/core-js/internals/define-iterator.js ***!
627
- \***********************************************************/
628
- /*! no static exports found */
629
- /***/ (function(module, exports, __webpack_require__) {
630
-
631
- var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js");
632
- var createIteratorConstructor = __webpack_require__(/*! ../internals/create-iterator-constructor */ "./node_modules/core-js/internals/create-iterator-constructor.js");
633
- var getPrototypeOf = __webpack_require__(/*! ../internals/object-get-prototype-of */ "./node_modules/core-js/internals/object-get-prototype-of.js");
634
- var setPrototypeOf = __webpack_require__(/*! ../internals/object-set-prototype-of */ "./node_modules/core-js/internals/object-set-prototype-of.js");
635
- var setToStringTag = __webpack_require__(/*! ../internals/set-to-string-tag */ "./node_modules/core-js/internals/set-to-string-tag.js");
636
- var hide = __webpack_require__(/*! ../internals/hide */ "./node_modules/core-js/internals/hide.js");
637
- var redefine = __webpack_require__(/*! ../internals/redefine */ "./node_modules/core-js/internals/redefine.js");
638
- var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js");
639
- var IS_PURE = __webpack_require__(/*! ../internals/is-pure */ "./node_modules/core-js/internals/is-pure.js");
640
- var Iterators = __webpack_require__(/*! ../internals/iterators */ "./node_modules/core-js/internals/iterators.js");
641
- var IteratorsCore = __webpack_require__(/*! ../internals/iterators-core */ "./node_modules/core-js/internals/iterators-core.js");
642
-
643
- var IteratorPrototype = IteratorsCore.IteratorPrototype;
644
- var BUGGY_SAFARI_ITERATORS = IteratorsCore.BUGGY_SAFARI_ITERATORS;
645
- var ITERATOR = wellKnownSymbol('iterator');
646
- var KEYS = 'keys';
647
- var VALUES = 'values';
648
- var ENTRIES = 'entries';
649
-
650
- var returnThis = function () { return this; };
651
-
652
- module.exports = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, IS_SET, FORCED) {
653
- createIteratorConstructor(IteratorConstructor, NAME, next);
654
-
655
- var getIterationMethod = function (KIND) {
656
- if (KIND === DEFAULT && defaultIterator) return defaultIterator;
657
- if (!BUGGY_SAFARI_ITERATORS && KIND in IterablePrototype) return IterablePrototype[KIND];
658
- switch (KIND) {
659
- case KEYS: return function keys() { return new IteratorConstructor(this, KIND); };
660
- case VALUES: return function values() { return new IteratorConstructor(this, KIND); };
661
- case ENTRIES: return function entries() { return new IteratorConstructor(this, KIND); };
662
- } return function () { return new IteratorConstructor(this); };
663
- };
664
-
665
- var TO_STRING_TAG = NAME + ' Iterator';
666
- var INCORRECT_VALUES_NAME = false;
667
- var IterablePrototype = Iterable.prototype;
668
- var nativeIterator = IterablePrototype[ITERATOR]
669
- || IterablePrototype['@@iterator']
670
- || DEFAULT && IterablePrototype[DEFAULT];
671
- var defaultIterator = !BUGGY_SAFARI_ITERATORS && nativeIterator || getIterationMethod(DEFAULT);
672
- var anyNativeIterator = NAME == 'Array' ? IterablePrototype.entries || nativeIterator : nativeIterator;
673
- var CurrentIteratorPrototype, methods, KEY;
674
-
675
- // fix native
676
- if (anyNativeIterator) {
677
- CurrentIteratorPrototype = getPrototypeOf(anyNativeIterator.call(new Iterable()));
678
- if (IteratorPrototype !== Object.prototype && CurrentIteratorPrototype.next) {
679
- if (!IS_PURE && getPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype) {
680
- if (setPrototypeOf) {
681
- setPrototypeOf(CurrentIteratorPrototype, IteratorPrototype);
682
- } else if (typeof CurrentIteratorPrototype[ITERATOR] != 'function') {
683
- hide(CurrentIteratorPrototype, ITERATOR, returnThis);
684
- }
685
- }
686
- // Set @@toStringTag to native iterators
687
- setToStringTag(CurrentIteratorPrototype, TO_STRING_TAG, true, true);
688
- if (IS_PURE) Iterators[TO_STRING_TAG] = returnThis;
689
- }
690
- }
691
-
692
- // fix Array#{values, @@iterator}.name in V8 / FF
693
- if (DEFAULT == VALUES && nativeIterator && nativeIterator.name !== VALUES) {
694
- INCORRECT_VALUES_NAME = true;
695
- defaultIterator = function values() { return nativeIterator.call(this); };
696
- }
697
-
698
- // define iterator
699
- if ((!IS_PURE || FORCED) && IterablePrototype[ITERATOR] !== defaultIterator) {
700
- hide(IterablePrototype, ITERATOR, defaultIterator);
701
- }
702
- Iterators[NAME] = defaultIterator;
703
-
704
- // export additional methods
705
- if (DEFAULT) {
706
- methods = {
707
- values: getIterationMethod(VALUES),
708
- keys: IS_SET ? defaultIterator : getIterationMethod(KEYS),
709
- entries: getIterationMethod(ENTRIES)
710
- };
711
- if (FORCED) for (KEY in methods) {
712
- if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) {
713
- redefine(IterablePrototype, KEY, methods[KEY]);
714
- }
715
- } else $({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods);
716
- }
717
-
718
- return methods;
719
- };
720
-
721
-
722
- /***/ }),
723
-
724
- /***/ "./node_modules/core-js/internals/descriptors.js":
725
- /*!*******************************************************!*\
726
- !*** ./node_modules/core-js/internals/descriptors.js ***!
727
- \*******************************************************/
728
- /*! no static exports found */
729
- /***/ (function(module, exports, __webpack_require__) {
730
-
731
- var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js");
732
-
733
- // Thank's IE8 for his funny defineProperty
734
- module.exports = !fails(function () {
735
- return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7;
736
- });
737
-
738
-
739
- /***/ }),
740
-
741
- /***/ "./node_modules/core-js/internals/document-create-element.js":
742
- /*!*******************************************************************!*\
743
- !*** ./node_modules/core-js/internals/document-create-element.js ***!
744
- \*******************************************************************/
745
- /*! no static exports found */
746
- /***/ (function(module, exports, __webpack_require__) {
747
-
748
- var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
749
- var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js");
750
-
751
- var document = global.document;
752
- // typeof document.createElement is 'object' in old IE
753
- var exist = isObject(document) && isObject(document.createElement);
754
-
755
- module.exports = function (it) {
756
- return exist ? document.createElement(it) : {};
757
- };
758
-
759
-
760
- /***/ }),
761
-
762
- /***/ "./node_modules/core-js/internals/enum-bug-keys.js":
763
- /*!*********************************************************!*\
764
- !*** ./node_modules/core-js/internals/enum-bug-keys.js ***!
765
- \*********************************************************/
766
- /*! no static exports found */
767
- /***/ (function(module, exports) {
768
-
769
- // IE8- don't enum bug keys
770
- module.exports = [
771
- 'constructor',
772
- 'hasOwnProperty',
773
- 'isPrototypeOf',
774
- 'propertyIsEnumerable',
775
- 'toLocaleString',
776
- 'toString',
777
- 'valueOf'
778
- ];
779
-
780
-
781
- /***/ }),
782
-
783
- /***/ "./node_modules/core-js/internals/export.js":
784
- /*!**************************************************!*\
785
- !*** ./node_modules/core-js/internals/export.js ***!
786
- \**************************************************/
787
- /*! no static exports found */
788
- /***/ (function(module, exports, __webpack_require__) {
789
-
790
- var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
791
- var getOwnPropertyDescriptor = __webpack_require__(/*! ../internals/object-get-own-property-descriptor */ "./node_modules/core-js/internals/object-get-own-property-descriptor.js").f;
792
- var hide = __webpack_require__(/*! ../internals/hide */ "./node_modules/core-js/internals/hide.js");
793
- var redefine = __webpack_require__(/*! ../internals/redefine */ "./node_modules/core-js/internals/redefine.js");
794
- var setGlobal = __webpack_require__(/*! ../internals/set-global */ "./node_modules/core-js/internals/set-global.js");
795
- var copyConstructorProperties = __webpack_require__(/*! ../internals/copy-constructor-properties */ "./node_modules/core-js/internals/copy-constructor-properties.js");
796
- var isForced = __webpack_require__(/*! ../internals/is-forced */ "./node_modules/core-js/internals/is-forced.js");
797
-
798
- /*
799
- options.target - name of the target object
800
- options.global - target is the global object
801
- options.stat - export as static methods of target
802
- options.proto - export as prototype methods of target
803
- options.real - real prototype method for the `pure` version
804
- options.forced - export even if the native feature is available
805
- options.bind - bind methods to the target, required for the `pure` version
806
- options.wrap - wrap constructors to preventing global pollution, required for the `pure` version
807
- options.unsafe - use the simple assignment of property instead of delete + defineProperty
808
- options.sham - add a flag to not completely full polyfills
809
- options.enumerable - export as enumerable property
810
- options.noTargetGet - prevent calling a getter on target
811
- */
812
- module.exports = function (options, source) {
813
- var TARGET = options.target;
814
- var GLOBAL = options.global;
815
- var STATIC = options.stat;
816
- var FORCED, target, key, targetProperty, sourceProperty, descriptor;
817
- if (GLOBAL) {
818
- target = global;
819
- } else if (STATIC) {
820
- target = global[TARGET] || setGlobal(TARGET, {});
821
- } else {
822
- target = (global[TARGET] || {}).prototype;
823
- }
824
- if (target) for (key in source) {
825
- sourceProperty = source[key];
826
- if (options.noTargetGet) {
827
- descriptor = getOwnPropertyDescriptor(target, key);
828
- targetProperty = descriptor && descriptor.value;
829
- } else targetProperty = target[key];
830
- FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);
831
- // contained in target
832
- if (!FORCED && targetProperty !== undefined) {
833
- if (typeof sourceProperty === typeof targetProperty) continue;
834
- copyConstructorProperties(sourceProperty, targetProperty);
835
- }
836
- // add a flag to not completely full polyfills
837
- if (options.sham || (targetProperty && targetProperty.sham)) {
838
- hide(sourceProperty, 'sham', true);
839
- }
840
- // extend global
841
- redefine(target, key, sourceProperty, options);
842
- }
843
- };
844
-
845
-
846
- /***/ }),
847
-
848
- /***/ "./node_modules/core-js/internals/fails.js":
849
- /*!*************************************************!*\
850
- !*** ./node_modules/core-js/internals/fails.js ***!
851
- \*************************************************/
852
- /*! no static exports found */
853
- /***/ (function(module, exports) {
854
-
855
- module.exports = function (exec) {
856
- try {
857
- return !!exec();
858
- } catch (error) {
859
- return true;
860
- }
861
- };
862
-
863
-
864
- /***/ }),
865
-
866
- /***/ "./node_modules/core-js/internals/function-to-string.js":
867
- /*!**************************************************************!*\
868
- !*** ./node_modules/core-js/internals/function-to-string.js ***!
869
- \**************************************************************/
870
- /*! no static exports found */
871
- /***/ (function(module, exports, __webpack_require__) {
872
-
873
- var shared = __webpack_require__(/*! ../internals/shared */ "./node_modules/core-js/internals/shared.js");
874
-
875
- module.exports = shared('native-function-to-string', Function.toString);
876
-
877
-
878
- /***/ }),
879
-
880
- /***/ "./node_modules/core-js/internals/get-iterator-method.js":
881
- /*!***************************************************************!*\
882
- !*** ./node_modules/core-js/internals/get-iterator-method.js ***!
883
- \***************************************************************/
884
- /*! no static exports found */
885
- /***/ (function(module, exports, __webpack_require__) {
886
-
887
- var classof = __webpack_require__(/*! ../internals/classof */ "./node_modules/core-js/internals/classof.js");
888
- var Iterators = __webpack_require__(/*! ../internals/iterators */ "./node_modules/core-js/internals/iterators.js");
889
- var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js");
890
-
891
- var ITERATOR = wellKnownSymbol('iterator');
892
-
893
- module.exports = function (it) {
894
- if (it != undefined) return it[ITERATOR]
895
- || it['@@iterator']
896
- || Iterators[classof(it)];
897
- };
898
-
899
-
900
- /***/ }),
901
-
902
- /***/ "./node_modules/core-js/internals/global.js":
903
- /*!**************************************************!*\
904
- !*** ./node_modules/core-js/internals/global.js ***!
905
- \**************************************************/
906
- /*! no static exports found */
907
- /***/ (function(module, exports, __webpack_require__) {
908
-
909
- /* WEBPACK VAR INJECTION */(function(global) {var O = 'object';
910
- var check = function (it) {
911
- return it && it.Math == Math && it;
912
- };
913
-
914
- // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
915
- module.exports =
916
- // eslint-disable-next-line no-undef
917
- check(typeof globalThis == O && globalThis) ||
918
- check(typeof window == O && window) ||
919
- check(typeof self == O && self) ||
920
- check(typeof global == O && global) ||
921
- // eslint-disable-next-line no-new-func
922
- Function('return this')();
923
-
924
- /* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../webpack/buildin/global.js */ "./node_modules/webpack/buildin/global.js")));
925
-
926
- /***/ }),
927
-
928
- /***/ "./node_modules/core-js/internals/has.js":
929
- /*!***********************************************!*\
930
- !*** ./node_modules/core-js/internals/has.js ***!
931
- \***********************************************/
932
- /*! no static exports found */
933
- /***/ (function(module, exports) {
934
-
935
- var hasOwnProperty = {}.hasOwnProperty;
936
-
937
- module.exports = function (it, key) {
938
- return hasOwnProperty.call(it, key);
939
- };
940
-
941
-
942
- /***/ }),
943
-
944
- /***/ "./node_modules/core-js/internals/hidden-keys.js":
945
- /*!*******************************************************!*\
946
- !*** ./node_modules/core-js/internals/hidden-keys.js ***!
947
- \*******************************************************/
948
- /*! no static exports found */
949
- /***/ (function(module, exports) {
950
-
951
- module.exports = {};
952
-
953
-
954
- /***/ }),
955
-
956
- /***/ "./node_modules/core-js/internals/hide.js":
957
- /*!************************************************!*\
958
- !*** ./node_modules/core-js/internals/hide.js ***!
959
- \************************************************/
960
- /*! no static exports found */
961
- /***/ (function(module, exports, __webpack_require__) {
962
-
963
- var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js");
964
- var definePropertyModule = __webpack_require__(/*! ../internals/object-define-property */ "./node_modules/core-js/internals/object-define-property.js");
965
- var createPropertyDescriptor = __webpack_require__(/*! ../internals/create-property-descriptor */ "./node_modules/core-js/internals/create-property-descriptor.js");
966
-
967
- module.exports = DESCRIPTORS ? function (object, key, value) {
968
- return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));
969
- } : function (object, key, value) {
970
- object[key] = value;
971
- return object;
972
- };
973
-
974
-
975
- /***/ }),
976
-
977
- /***/ "./node_modules/core-js/internals/html.js":
978
- /*!************************************************!*\
979
- !*** ./node_modules/core-js/internals/html.js ***!
980
- \************************************************/
981
- /*! no static exports found */
982
- /***/ (function(module, exports, __webpack_require__) {
983
-
984
- var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
985
-
986
- var document = global.document;
987
-
988
- module.exports = document && document.documentElement;
989
-
990
-
991
- /***/ }),
992
-
993
- /***/ "./node_modules/core-js/internals/ie8-dom-define.js":
994
- /*!**********************************************************!*\
995
- !*** ./node_modules/core-js/internals/ie8-dom-define.js ***!
996
- \**********************************************************/
997
- /*! no static exports found */
998
- /***/ (function(module, exports, __webpack_require__) {
999
-
1000
- var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js");
1001
- var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js");
1002
- var createElement = __webpack_require__(/*! ../internals/document-create-element */ "./node_modules/core-js/internals/document-create-element.js");
1003
-
1004
- // Thank's IE8 for his funny defineProperty
1005
- module.exports = !DESCRIPTORS && !fails(function () {
1006
- return Object.defineProperty(createElement('div'), 'a', {
1007
- get: function () { return 7; }
1008
- }).a != 7;
1009
- });
1010
-
1011
-
1012
- /***/ }),
1013
-
1014
- /***/ "./node_modules/core-js/internals/indexed-object.js":
1015
- /*!**********************************************************!*\
1016
- !*** ./node_modules/core-js/internals/indexed-object.js ***!
1017
- \**********************************************************/
1018
- /*! no static exports found */
1019
- /***/ (function(module, exports, __webpack_require__) {
1020
-
1021
- // fallback for non-array-like ES3 and non-enumerable old V8 strings
1022
- var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js");
1023
- var classof = __webpack_require__(/*! ../internals/classof-raw */ "./node_modules/core-js/internals/classof-raw.js");
1024
-
1025
- var split = ''.split;
1026
-
1027
- module.exports = fails(function () {
1028
- // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346
1029
- // eslint-disable-next-line no-prototype-builtins
1030
- return !Object('z').propertyIsEnumerable(0);
1031
- }) ? function (it) {
1032
- return classof(it) == 'String' ? split.call(it, '') : Object(it);
1033
- } : Object;
1034
-
1035
-
1036
- /***/ }),
1037
-
1038
- /***/ "./node_modules/core-js/internals/internal-state.js":
1039
- /*!**********************************************************!*\
1040
- !*** ./node_modules/core-js/internals/internal-state.js ***!
1041
- \**********************************************************/
1042
- /*! no static exports found */
1043
- /***/ (function(module, exports, __webpack_require__) {
1044
-
1045
- var NATIVE_WEAK_MAP = __webpack_require__(/*! ../internals/native-weak-map */ "./node_modules/core-js/internals/native-weak-map.js");
1046
- var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
1047
- var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js");
1048
- var hide = __webpack_require__(/*! ../internals/hide */ "./node_modules/core-js/internals/hide.js");
1049
- var objectHas = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js");
1050
- var sharedKey = __webpack_require__(/*! ../internals/shared-key */ "./node_modules/core-js/internals/shared-key.js");
1051
- var hiddenKeys = __webpack_require__(/*! ../internals/hidden-keys */ "./node_modules/core-js/internals/hidden-keys.js");
1052
-
1053
- var WeakMap = global.WeakMap;
1054
- var set, get, has;
1055
-
1056
- var enforce = function (it) {
1057
- return has(it) ? get(it) : set(it, {});
1058
- };
1059
-
1060
- var getterFor = function (TYPE) {
1061
- return function (it) {
1062
- var state;
1063
- if (!isObject(it) || (state = get(it)).type !== TYPE) {
1064
- throw TypeError('Incompatible receiver, ' + TYPE + ' required');
1065
- } return state;
1066
- };
1067
- };
1068
-
1069
- if (NATIVE_WEAK_MAP) {
1070
- var store = new WeakMap();
1071
- var wmget = store.get;
1072
- var wmhas = store.has;
1073
- var wmset = store.set;
1074
- set = function (it, metadata) {
1075
- wmset.call(store, it, metadata);
1076
- return metadata;
1077
- };
1078
- get = function (it) {
1079
- return wmget.call(store, it) || {};
1080
- };
1081
- has = function (it) {
1082
- return wmhas.call(store, it);
1083
- };
1084
- } else {
1085
- var STATE = sharedKey('state');
1086
- hiddenKeys[STATE] = true;
1087
- set = function (it, metadata) {
1088
- hide(it, STATE, metadata);
1089
- return metadata;
1090
- };
1091
- get = function (it) {
1092
- return objectHas(it, STATE) ? it[STATE] : {};
1093
- };
1094
- has = function (it) {
1095
- return objectHas(it, STATE);
1096
- };
1097
- }
1098
-
1099
- module.exports = {
1100
- set: set,
1101
- get: get,
1102
- has: has,
1103
- enforce: enforce,
1104
- getterFor: getterFor
1105
- };
1106
-
1107
-
1108
- /***/ }),
1109
-
1110
- /***/ "./node_modules/core-js/internals/is-array-iterator-method.js":
1111
- /*!********************************************************************!*\
1112
- !*** ./node_modules/core-js/internals/is-array-iterator-method.js ***!
1113
- \********************************************************************/
1114
- /*! no static exports found */
1115
- /***/ (function(module, exports, __webpack_require__) {
1116
-
1117
- var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js");
1118
- var Iterators = __webpack_require__(/*! ../internals/iterators */ "./node_modules/core-js/internals/iterators.js");
1119
-
1120
- var ITERATOR = wellKnownSymbol('iterator');
1121
- var ArrayPrototype = Array.prototype;
1122
-
1123
- // check on default Array iterator
1124
- module.exports = function (it) {
1125
- return it !== undefined && (Iterators.Array === it || ArrayPrototype[ITERATOR] === it);
1126
- };
1127
-
1128
-
1129
- /***/ }),
1130
-
1131
- /***/ "./node_modules/core-js/internals/is-forced.js":
1132
- /*!*****************************************************!*\
1133
- !*** ./node_modules/core-js/internals/is-forced.js ***!
1134
- \*****************************************************/
1135
- /*! no static exports found */
1136
- /***/ (function(module, exports, __webpack_require__) {
1137
-
1138
- var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js");
1139
-
1140
- var replacement = /#|\.prototype\./;
1141
-
1142
- var isForced = function (feature, detection) {
1143
- var value = data[normalize(feature)];
1144
- return value == POLYFILL ? true
1145
- : value == NATIVE ? false
1146
- : typeof detection == 'function' ? fails(detection)
1147
- : !!detection;
1148
- };
1149
-
1150
- var normalize = isForced.normalize = function (string) {
1151
- return String(string).replace(replacement, '.').toLowerCase();
1152
- };
1153
-
1154
- var data = isForced.data = {};
1155
- var NATIVE = isForced.NATIVE = 'N';
1156
- var POLYFILL = isForced.POLYFILL = 'P';
1157
-
1158
- module.exports = isForced;
1159
-
1160
-
1161
- /***/ }),
1162
-
1163
- /***/ "./node_modules/core-js/internals/is-object.js":
1164
- /*!*****************************************************!*\
1165
- !*** ./node_modules/core-js/internals/is-object.js ***!
1166
- \*****************************************************/
1167
- /*! no static exports found */
1168
- /***/ (function(module, exports) {
1169
-
1170
- module.exports = function (it) {
1171
- return typeof it === 'object' ? it !== null : typeof it === 'function';
1172
- };
1173
-
1174
-
1175
- /***/ }),
1176
-
1177
- /***/ "./node_modules/core-js/internals/is-pure.js":
1178
- /*!***************************************************!*\
1179
- !*** ./node_modules/core-js/internals/is-pure.js ***!
1180
- \***************************************************/
1181
- /*! no static exports found */
1182
- /***/ (function(module, exports) {
1183
-
1184
- module.exports = false;
1185
-
1186
-
1187
- /***/ }),
1188
-
1189
- /***/ "./node_modules/core-js/internals/iterators-core.js":
1190
- /*!**********************************************************!*\
1191
- !*** ./node_modules/core-js/internals/iterators-core.js ***!
1192
- \**********************************************************/
1193
- /*! no static exports found */
1194
- /***/ (function(module, exports, __webpack_require__) {
1195
-
1196
- var getPrototypeOf = __webpack_require__(/*! ../internals/object-get-prototype-of */ "./node_modules/core-js/internals/object-get-prototype-of.js");
1197
- var hide = __webpack_require__(/*! ../internals/hide */ "./node_modules/core-js/internals/hide.js");
1198
- var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js");
1199
- var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js");
1200
- var IS_PURE = __webpack_require__(/*! ../internals/is-pure */ "./node_modules/core-js/internals/is-pure.js");
1201
-
1202
- var ITERATOR = wellKnownSymbol('iterator');
1203
- var BUGGY_SAFARI_ITERATORS = false;
1204
-
1205
- var returnThis = function () { return this; };
1206
-
1207
- // `%IteratorPrototype%` object
1208
- // https://tc39.github.io/ecma262/#sec-%iteratorprototype%-object
1209
- var IteratorPrototype, PrototypeOfArrayIteratorPrototype, arrayIterator;
1210
-
1211
- if ([].keys) {
1212
- arrayIterator = [].keys();
1213
- // Safari 8 has buggy iterators w/o `next`
1214
- if (!('next' in arrayIterator)) BUGGY_SAFARI_ITERATORS = true;
1215
- else {
1216
- PrototypeOfArrayIteratorPrototype = getPrototypeOf(getPrototypeOf(arrayIterator));
1217
- if (PrototypeOfArrayIteratorPrototype !== Object.prototype) IteratorPrototype = PrototypeOfArrayIteratorPrototype;
1218
- }
1219
- }
1220
-
1221
- if (IteratorPrototype == undefined) IteratorPrototype = {};
1222
-
1223
- // 25.1.2.1.1 %IteratorPrototype%[@@iterator]()
1224
- if (!IS_PURE && !has(IteratorPrototype, ITERATOR)) hide(IteratorPrototype, ITERATOR, returnThis);
1225
-
1226
- module.exports = {
1227
- IteratorPrototype: IteratorPrototype,
1228
- BUGGY_SAFARI_ITERATORS: BUGGY_SAFARI_ITERATORS
1229
- };
1230
-
1231
-
1232
- /***/ }),
1233
-
1234
- /***/ "./node_modules/core-js/internals/iterators.js":
1235
- /*!*****************************************************!*\
1236
- !*** ./node_modules/core-js/internals/iterators.js ***!
1237
- \*****************************************************/
1238
- /*! no static exports found */
1239
- /***/ (function(module, exports) {
1240
-
1241
- module.exports = {};
1242
-
1243
-
1244
- /***/ }),
1245
-
1246
- /***/ "./node_modules/core-js/internals/native-symbol.js":
1247
- /*!*********************************************************!*\
1248
- !*** ./node_modules/core-js/internals/native-symbol.js ***!
1249
- \*********************************************************/
1250
- /*! no static exports found */
1251
- /***/ (function(module, exports, __webpack_require__) {
1252
-
1253
- var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js");
1254
-
1255
- module.exports = !!Object.getOwnPropertySymbols && !fails(function () {
1256
- // Chrome 38 Symbol has incorrect toString conversion
1257
- // eslint-disable-next-line no-undef
1258
- return !String(Symbol());
1259
- });
1260
-
1261
-
1262
- /***/ }),
1263
-
1264
- /***/ "./node_modules/core-js/internals/native-weak-map.js":
1265
- /*!***********************************************************!*\
1266
- !*** ./node_modules/core-js/internals/native-weak-map.js ***!
1267
- \***********************************************************/
1268
- /*! no static exports found */
1269
- /***/ (function(module, exports, __webpack_require__) {
1270
-
1271
- var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
1272
- var nativeFunctionToString = __webpack_require__(/*! ../internals/function-to-string */ "./node_modules/core-js/internals/function-to-string.js");
1273
-
1274
- var WeakMap = global.WeakMap;
1275
-
1276
- module.exports = typeof WeakMap === 'function' && /native code/.test(nativeFunctionToString.call(WeakMap));
1277
-
1278
-
1279
- /***/ }),
1280
-
1281
- /***/ "./node_modules/core-js/internals/object-create.js":
1282
- /*!*********************************************************!*\
1283
- !*** ./node_modules/core-js/internals/object-create.js ***!
1284
- \*********************************************************/
1285
- /*! no static exports found */
1286
- /***/ (function(module, exports, __webpack_require__) {
1287
-
1288
- var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js");
1289
- var defineProperties = __webpack_require__(/*! ../internals/object-define-properties */ "./node_modules/core-js/internals/object-define-properties.js");
1290
- var enumBugKeys = __webpack_require__(/*! ../internals/enum-bug-keys */ "./node_modules/core-js/internals/enum-bug-keys.js");
1291
- var hiddenKeys = __webpack_require__(/*! ../internals/hidden-keys */ "./node_modules/core-js/internals/hidden-keys.js");
1292
- var html = __webpack_require__(/*! ../internals/html */ "./node_modules/core-js/internals/html.js");
1293
- var documentCreateElement = __webpack_require__(/*! ../internals/document-create-element */ "./node_modules/core-js/internals/document-create-element.js");
1294
- var sharedKey = __webpack_require__(/*! ../internals/shared-key */ "./node_modules/core-js/internals/shared-key.js");
1295
- var IE_PROTO = sharedKey('IE_PROTO');
1296
-
1297
- var PROTOTYPE = 'prototype';
1298
- var Empty = function () { /* empty */ };
1299
-
1300
- // Create object with fake `null` prototype: use iframe Object with cleared prototype
1301
- var createDict = function () {
1302
- // Thrash, waste and sodomy: IE GC bug
1303
- var iframe = documentCreateElement('iframe');
1304
- var length = enumBugKeys.length;
1305
- var lt = '<';
1306
- var script = 'script';
1307
- var gt = '>';
1308
- var js = 'java' + script + ':';
1309
- var iframeDocument;
1310
- iframe.style.display = 'none';
1311
- html.appendChild(iframe);
1312
- iframe.src = String(js);
1313
- iframeDocument = iframe.contentWindow.document;
1314
- iframeDocument.open();
1315
- iframeDocument.write(lt + script + gt + 'document.F=Object' + lt + '/' + script + gt);
1316
- iframeDocument.close();
1317
- createDict = iframeDocument.F;
1318
- while (length--) delete createDict[PROTOTYPE][enumBugKeys[length]];
1319
- return createDict();
1320
- };
1321
-
1322
- // 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
1323
- module.exports = Object.create || function create(O, Properties) {
1324
- var result;
1325
- if (O !== null) {
1326
- Empty[PROTOTYPE] = anObject(O);
1327
- result = new Empty();
1328
- Empty[PROTOTYPE] = null;
1329
- // add "__proto__" for Object.getPrototypeOf polyfill
1330
- result[IE_PROTO] = O;
1331
- } else result = createDict();
1332
- return Properties === undefined ? result : defineProperties(result, Properties);
1333
- };
1334
-
1335
- hiddenKeys[IE_PROTO] = true;
1336
-
1337
-
1338
- /***/ }),
1339
-
1340
- /***/ "./node_modules/core-js/internals/object-define-properties.js":
1341
- /*!********************************************************************!*\
1342
- !*** ./node_modules/core-js/internals/object-define-properties.js ***!
1343
- \********************************************************************/
1344
- /*! no static exports found */
1345
- /***/ (function(module, exports, __webpack_require__) {
1346
-
1347
- var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js");
1348
- var definePropertyModule = __webpack_require__(/*! ../internals/object-define-property */ "./node_modules/core-js/internals/object-define-property.js");
1349
- var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js");
1350
- var objectKeys = __webpack_require__(/*! ../internals/object-keys */ "./node_modules/core-js/internals/object-keys.js");
1351
-
1352
- module.exports = DESCRIPTORS ? Object.defineProperties : function defineProperties(O, Properties) {
1353
- anObject(O);
1354
- var keys = objectKeys(Properties);
1355
- var length = keys.length;
1356
- var i = 0;
1357
- var key;
1358
- while (length > i) definePropertyModule.f(O, key = keys[i++], Properties[key]);
1359
- return O;
1360
- };
1361
-
1362
-
1363
- /***/ }),
1364
-
1365
- /***/ "./node_modules/core-js/internals/object-define-property.js":
1366
- /*!******************************************************************!*\
1367
- !*** ./node_modules/core-js/internals/object-define-property.js ***!
1368
- \******************************************************************/
1369
- /*! no static exports found */
1370
- /***/ (function(module, exports, __webpack_require__) {
1371
-
1372
- var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js");
1373
- var IE8_DOM_DEFINE = __webpack_require__(/*! ../internals/ie8-dom-define */ "./node_modules/core-js/internals/ie8-dom-define.js");
1374
- var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js");
1375
- var toPrimitive = __webpack_require__(/*! ../internals/to-primitive */ "./node_modules/core-js/internals/to-primitive.js");
1376
-
1377
- var nativeDefineProperty = Object.defineProperty;
1378
-
1379
- exports.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, Attributes) {
1380
- anObject(O);
1381
- P = toPrimitive(P, true);
1382
- anObject(Attributes);
1383
- if (IE8_DOM_DEFINE) try {
1384
- return nativeDefineProperty(O, P, Attributes);
1385
- } catch (error) { /* empty */ }
1386
- if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');
1387
- if ('value' in Attributes) O[P] = Attributes.value;
1388
- return O;
1389
- };
1390
-
1391
-
1392
- /***/ }),
1393
-
1394
- /***/ "./node_modules/core-js/internals/object-get-own-property-descriptor.js":
1395
- /*!******************************************************************************!*\
1396
- !*** ./node_modules/core-js/internals/object-get-own-property-descriptor.js ***!
1397
- \******************************************************************************/
1398
- /*! no static exports found */
1399
- /***/ (function(module, exports, __webpack_require__) {
1400
-
1401
- var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js");
1402
- var propertyIsEnumerableModule = __webpack_require__(/*! ../internals/object-property-is-enumerable */ "./node_modules/core-js/internals/object-property-is-enumerable.js");
1403
- var createPropertyDescriptor = __webpack_require__(/*! ../internals/create-property-descriptor */ "./node_modules/core-js/internals/create-property-descriptor.js");
1404
- var toIndexedObject = __webpack_require__(/*! ../internals/to-indexed-object */ "./node_modules/core-js/internals/to-indexed-object.js");
1405
- var toPrimitive = __webpack_require__(/*! ../internals/to-primitive */ "./node_modules/core-js/internals/to-primitive.js");
1406
- var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js");
1407
- var IE8_DOM_DEFINE = __webpack_require__(/*! ../internals/ie8-dom-define */ "./node_modules/core-js/internals/ie8-dom-define.js");
1408
-
1409
- var nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
1410
-
1411
- exports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {
1412
- O = toIndexedObject(O);
1413
- P = toPrimitive(P, true);
1414
- if (IE8_DOM_DEFINE) try {
1415
- return nativeGetOwnPropertyDescriptor(O, P);
1416
- } catch (error) { /* empty */ }
1417
- if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);
1418
- };
1419
-
1420
-
1421
- /***/ }),
1422
-
1423
- /***/ "./node_modules/core-js/internals/object-get-own-property-names.js":
1424
- /*!*************************************************************************!*\
1425
- !*** ./node_modules/core-js/internals/object-get-own-property-names.js ***!
1426
- \*************************************************************************/
1427
- /*! no static exports found */
1428
- /***/ (function(module, exports, __webpack_require__) {
1429
-
1430
- // 19.1.2.7 / 15.2.3.4 Object.getOwnPropertyNames(O)
1431
- var internalObjectKeys = __webpack_require__(/*! ../internals/object-keys-internal */ "./node_modules/core-js/internals/object-keys-internal.js");
1432
- var enumBugKeys = __webpack_require__(/*! ../internals/enum-bug-keys */ "./node_modules/core-js/internals/enum-bug-keys.js");
1433
-
1434
- var hiddenKeys = enumBugKeys.concat('length', 'prototype');
1435
-
1436
- exports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
1437
- return internalObjectKeys(O, hiddenKeys);
1438
- };
1439
-
1440
-
1441
- /***/ }),
1442
-
1443
- /***/ "./node_modules/core-js/internals/object-get-own-property-symbols.js":
1444
- /*!***************************************************************************!*\
1445
- !*** ./node_modules/core-js/internals/object-get-own-property-symbols.js ***!
1446
- \***************************************************************************/
1447
- /*! no static exports found */
1448
- /***/ (function(module, exports) {
1449
-
1450
- exports.f = Object.getOwnPropertySymbols;
1451
-
1452
-
1453
- /***/ }),
1454
-
1455
- /***/ "./node_modules/core-js/internals/object-get-prototype-of.js":
1456
- /*!*******************************************************************!*\
1457
- !*** ./node_modules/core-js/internals/object-get-prototype-of.js ***!
1458
- \*******************************************************************/
1459
- /*! no static exports found */
1460
- /***/ (function(module, exports, __webpack_require__) {
1461
-
1462
- var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js");
1463
- var toObject = __webpack_require__(/*! ../internals/to-object */ "./node_modules/core-js/internals/to-object.js");
1464
- var sharedKey = __webpack_require__(/*! ../internals/shared-key */ "./node_modules/core-js/internals/shared-key.js");
1465
- var CORRECT_PROTOTYPE_GETTER = __webpack_require__(/*! ../internals/correct-prototype-getter */ "./node_modules/core-js/internals/correct-prototype-getter.js");
1466
-
1467
- var IE_PROTO = sharedKey('IE_PROTO');
1468
- var ObjectPrototype = Object.prototype;
1469
-
1470
- // 19.1.2.9 / 15.2.3.2 Object.getPrototypeOf(O)
1471
- module.exports = CORRECT_PROTOTYPE_GETTER ? Object.getPrototypeOf : function (O) {
1472
- O = toObject(O);
1473
- if (has(O, IE_PROTO)) return O[IE_PROTO];
1474
- if (typeof O.constructor == 'function' && O instanceof O.constructor) {
1475
- return O.constructor.prototype;
1476
- } return O instanceof Object ? ObjectPrototype : null;
1477
- };
1478
-
1479
-
1480
- /***/ }),
1481
-
1482
- /***/ "./node_modules/core-js/internals/object-keys-internal.js":
1483
- /*!****************************************************************!*\
1484
- !*** ./node_modules/core-js/internals/object-keys-internal.js ***!
1485
- \****************************************************************/
1486
- /*! no static exports found */
1487
- /***/ (function(module, exports, __webpack_require__) {
1488
-
1489
- var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js");
1490
- var toIndexedObject = __webpack_require__(/*! ../internals/to-indexed-object */ "./node_modules/core-js/internals/to-indexed-object.js");
1491
- var arrayIncludes = __webpack_require__(/*! ../internals/array-includes */ "./node_modules/core-js/internals/array-includes.js");
1492
- var hiddenKeys = __webpack_require__(/*! ../internals/hidden-keys */ "./node_modules/core-js/internals/hidden-keys.js");
1493
-
1494
- var arrayIndexOf = arrayIncludes(false);
1495
-
1496
- module.exports = function (object, names) {
1497
- var O = toIndexedObject(object);
1498
- var i = 0;
1499
- var result = [];
1500
- var key;
1501
- for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);
1502
- // Don't enum bug & hidden keys
1503
- while (names.length > i) if (has(O, key = names[i++])) {
1504
- ~arrayIndexOf(result, key) || result.push(key);
1505
- }
1506
- return result;
1507
- };
1508
-
1509
-
1510
- /***/ }),
1511
-
1512
- /***/ "./node_modules/core-js/internals/object-keys.js":
1513
- /*!*******************************************************!*\
1514
- !*** ./node_modules/core-js/internals/object-keys.js ***!
1515
- \*******************************************************/
1516
- /*! no static exports found */
1517
- /***/ (function(module, exports, __webpack_require__) {
1518
-
1519
- var internalObjectKeys = __webpack_require__(/*! ../internals/object-keys-internal */ "./node_modules/core-js/internals/object-keys-internal.js");
1520
- var enumBugKeys = __webpack_require__(/*! ../internals/enum-bug-keys */ "./node_modules/core-js/internals/enum-bug-keys.js");
1521
-
1522
- // 19.1.2.14 / 15.2.3.14 Object.keys(O)
1523
- module.exports = Object.keys || function keys(O) {
1524
- return internalObjectKeys(O, enumBugKeys);
1525
- };
1526
-
1527
-
1528
- /***/ }),
1529
-
1530
- /***/ "./node_modules/core-js/internals/object-property-is-enumerable.js":
1531
- /*!*************************************************************************!*\
1532
- !*** ./node_modules/core-js/internals/object-property-is-enumerable.js ***!
1533
- \*************************************************************************/
1534
- /*! no static exports found */
1535
- /***/ (function(module, exports, __webpack_require__) {
1536
-
1537
- var nativePropertyIsEnumerable = {}.propertyIsEnumerable;
1538
- var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
1539
-
1540
- // Nashorn ~ JDK8 bug
1541
- var NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);
1542
-
1543
- exports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {
1544
- var descriptor = getOwnPropertyDescriptor(this, V);
1545
- return !!descriptor && descriptor.enumerable;
1546
- } : nativePropertyIsEnumerable;
1547
-
1548
-
1549
- /***/ }),
1550
-
1551
- /***/ "./node_modules/core-js/internals/object-set-prototype-of.js":
1552
- /*!*******************************************************************!*\
1553
- !*** ./node_modules/core-js/internals/object-set-prototype-of.js ***!
1554
- \*******************************************************************/
1555
- /*! no static exports found */
1556
- /***/ (function(module, exports, __webpack_require__) {
1557
-
1558
- var validateSetPrototypeOfArguments = __webpack_require__(/*! ../internals/validate-set-prototype-of-arguments */ "./node_modules/core-js/internals/validate-set-prototype-of-arguments.js");
1559
-
1560
- // Works with __proto__ only. Old v8 can't work with null proto objects.
1561
- /* eslint-disable no-proto */
1562
- module.exports = Object.setPrototypeOf || ('__proto__' in {} ? function () {
1563
- var correctSetter = false;
1564
- var test = {};
1565
- var setter;
1566
- try {
1567
- setter = Object.getOwnPropertyDescriptor(Object.prototype, '__proto__').set;
1568
- setter.call(test, []);
1569
- correctSetter = test instanceof Array;
1570
- } catch (error) { /* empty */ }
1571
- return function setPrototypeOf(O, proto) {
1572
- validateSetPrototypeOfArguments(O, proto);
1573
- if (correctSetter) setter.call(O, proto);
1574
- else O.__proto__ = proto;
1575
- return O;
1576
- };
1577
- }() : undefined);
1578
-
1579
-
1580
- /***/ }),
1581
-
1582
- /***/ "./node_modules/core-js/internals/own-keys.js":
1583
- /*!****************************************************!*\
1584
- !*** ./node_modules/core-js/internals/own-keys.js ***!
1585
- \****************************************************/
1586
- /*! no static exports found */
1587
- /***/ (function(module, exports, __webpack_require__) {
1588
-
1589
- var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
1590
- var getOwnPropertyNamesModule = __webpack_require__(/*! ../internals/object-get-own-property-names */ "./node_modules/core-js/internals/object-get-own-property-names.js");
1591
- var getOwnPropertySymbolsModule = __webpack_require__(/*! ../internals/object-get-own-property-symbols */ "./node_modules/core-js/internals/object-get-own-property-symbols.js");
1592
- var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js");
1593
-
1594
- var Reflect = global.Reflect;
1595
-
1596
- // all object keys, includes non-enumerable and symbols
1597
- module.exports = Reflect && Reflect.ownKeys || function ownKeys(it) {
1598
- var keys = getOwnPropertyNamesModule.f(anObject(it));
1599
- var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;
1600
- return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;
1601
- };
1602
-
1603
-
1604
- /***/ }),
1605
-
1606
- /***/ "./node_modules/core-js/internals/path.js":
1607
- /*!************************************************!*\
1608
- !*** ./node_modules/core-js/internals/path.js ***!
1609
- \************************************************/
1610
- /*! no static exports found */
1611
- /***/ (function(module, exports, __webpack_require__) {
1612
-
1613
- module.exports = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
1614
-
1615
-
1616
- /***/ }),
1617
-
1618
- /***/ "./node_modules/core-js/internals/redefine.js":
1619
- /*!****************************************************!*\
1620
- !*** ./node_modules/core-js/internals/redefine.js ***!
1621
- \****************************************************/
1622
- /*! no static exports found */
1623
- /***/ (function(module, exports, __webpack_require__) {
1624
-
1625
- var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
1626
- var shared = __webpack_require__(/*! ../internals/shared */ "./node_modules/core-js/internals/shared.js");
1627
- var hide = __webpack_require__(/*! ../internals/hide */ "./node_modules/core-js/internals/hide.js");
1628
- var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js");
1629
- var setGlobal = __webpack_require__(/*! ../internals/set-global */ "./node_modules/core-js/internals/set-global.js");
1630
- var nativeFunctionToString = __webpack_require__(/*! ../internals/function-to-string */ "./node_modules/core-js/internals/function-to-string.js");
1631
- var InternalStateModule = __webpack_require__(/*! ../internals/internal-state */ "./node_modules/core-js/internals/internal-state.js");
1632
-
1633
- var getInternalState = InternalStateModule.get;
1634
- var enforceInternalState = InternalStateModule.enforce;
1635
- var TEMPLATE = String(nativeFunctionToString).split('toString');
1636
-
1637
- shared('inspectSource', function (it) {
1638
- return nativeFunctionToString.call(it);
1639
- });
1640
-
1641
- (module.exports = function (O, key, value, options) {
1642
- var unsafe = options ? !!options.unsafe : false;
1643
- var simple = options ? !!options.enumerable : false;
1644
- var noTargetGet = options ? !!options.noTargetGet : false;
1645
- if (typeof value == 'function') {
1646
- if (typeof key == 'string' && !has(value, 'name')) hide(value, 'name', key);
1647
- enforceInternalState(value).source = TEMPLATE.join(typeof key == 'string' ? key : '');
1648
- }
1649
- if (O === global) {
1650
- if (simple) O[key] = value;
1651
- else setGlobal(key, value);
1652
- return;
1653
- } else if (!unsafe) {
1654
- delete O[key];
1655
- } else if (!noTargetGet && O[key]) {
1656
- simple = true;
1657
- }
1658
- if (simple) O[key] = value;
1659
- else hide(O, key, value);
1660
- // add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative
1661
- })(Function.prototype, 'toString', function toString() {
1662
- return typeof this == 'function' && getInternalState(this).source || nativeFunctionToString.call(this);
1663
- });
1664
-
1665
-
1666
- /***/ }),
1667
-
1668
- /***/ "./node_modules/core-js/internals/require-object-coercible.js":
1669
- /*!********************************************************************!*\
1670
- !*** ./node_modules/core-js/internals/require-object-coercible.js ***!
1671
- \********************************************************************/
1672
- /*! no static exports found */
1673
- /***/ (function(module, exports) {
1674
-
1675
- // `RequireObjectCoercible` abstract operation
1676
- // https://tc39.github.io/ecma262/#sec-requireobjectcoercible
1677
- module.exports = function (it) {
1678
- if (it == undefined) throw TypeError("Can't call method on " + it);
1679
- return it;
1680
- };
1681
-
1682
-
1683
- /***/ }),
1684
-
1685
- /***/ "./node_modules/core-js/internals/set-global.js":
1686
- /*!******************************************************!*\
1687
- !*** ./node_modules/core-js/internals/set-global.js ***!
1688
- \******************************************************/
1689
- /*! no static exports found */
1690
- /***/ (function(module, exports, __webpack_require__) {
1691
-
1692
- var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
1693
- var hide = __webpack_require__(/*! ../internals/hide */ "./node_modules/core-js/internals/hide.js");
1694
-
1695
- module.exports = function (key, value) {
1696
- try {
1697
- hide(global, key, value);
1698
- } catch (error) {
1699
- global[key] = value;
1700
- } return value;
1701
- };
1702
-
1703
-
1704
- /***/ }),
1705
-
1706
- /***/ "./node_modules/core-js/internals/set-to-string-tag.js":
1707
- /*!*************************************************************!*\
1708
- !*** ./node_modules/core-js/internals/set-to-string-tag.js ***!
1709
- \*************************************************************/
1710
- /*! no static exports found */
1711
- /***/ (function(module, exports, __webpack_require__) {
1712
-
1713
- var defineProperty = __webpack_require__(/*! ../internals/object-define-property */ "./node_modules/core-js/internals/object-define-property.js").f;
1714
- var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js");
1715
- var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js");
1716
-
1717
- var TO_STRING_TAG = wellKnownSymbol('toStringTag');
1718
-
1719
- module.exports = function (it, TAG, STATIC) {
1720
- if (it && !has(it = STATIC ? it : it.prototype, TO_STRING_TAG)) {
1721
- defineProperty(it, TO_STRING_TAG, { configurable: true, value: TAG });
3
+ // src/utilities/base-path.ts
4
+ var basePath = "";
5
+ function setBasePath(path) {
6
+ basePath = path;
7
+ }
8
+ function getBasePath(subpath = "") {
9
+ if (!basePath) {
10
+ const scripts = [...document.getElementsByTagName("script")];
11
+ const configScript = scripts.find((script) => script.hasAttribute("data-shoelace"));
12
+ if (configScript) {
13
+ setBasePath(configScript.getAttribute("data-shoelace"));
14
+ } else {
15
+ const fallbackScript = scripts.find((s) => {
16
+ return /shoelace(\.min)?\.js($|\?)/.test(s.src) || /shoelace-autoloader(\.min)?\.js($|\?)/.test(s.src);
17
+ });
18
+ let path = "";
19
+ if (fallbackScript) {
20
+ path = fallbackScript.getAttribute("src");
21
+ }
22
+ setBasePath(path.split("/").slice(0, -1).join("/"));
23
+ }
1722
24
  }
1723
- };
1724
-
1725
-
1726
- /***/ }),
1727
-
1728
- /***/ "./node_modules/core-js/internals/shared-key.js":
1729
- /*!******************************************************!*\
1730
- !*** ./node_modules/core-js/internals/shared-key.js ***!
1731
- \******************************************************/
1732
- /*! no static exports found */
1733
- /***/ (function(module, exports, __webpack_require__) {
1734
-
1735
- var shared = __webpack_require__(/*! ../internals/shared */ "./node_modules/core-js/internals/shared.js");
1736
- var uid = __webpack_require__(/*! ../internals/uid */ "./node_modules/core-js/internals/uid.js");
1737
-
1738
- var keys = shared('keys');
1739
-
1740
- module.exports = function (key) {
1741
- return keys[key] || (keys[key] = uid(key));
1742
- };
1743
-
1744
-
1745
- /***/ }),
1746
-
1747
- /***/ "./node_modules/core-js/internals/shared.js":
1748
- /*!**************************************************!*\
1749
- !*** ./node_modules/core-js/internals/shared.js ***!
1750
- \**************************************************/
1751
- /*! no static exports found */
1752
- /***/ (function(module, exports, __webpack_require__) {
1753
-
1754
- var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
1755
- var setGlobal = __webpack_require__(/*! ../internals/set-global */ "./node_modules/core-js/internals/set-global.js");
1756
- var IS_PURE = __webpack_require__(/*! ../internals/is-pure */ "./node_modules/core-js/internals/is-pure.js");
1757
-
1758
- var SHARED = '__core-js_shared__';
1759
- var store = global[SHARED] || setGlobal(SHARED, {});
1760
-
1761
- (module.exports = function (key, value) {
1762
- return store[key] || (store[key] = value !== undefined ? value : {});
1763
- })('versions', []).push({
1764
- version: '3.1.3',
1765
- mode: IS_PURE ? 'pure' : 'global',
1766
- copyright: '© 2019 Denis Pushkarev (zloirock.ru)'
1767
- });
1768
-
1769
-
1770
- /***/ }),
1771
-
1772
- /***/ "./node_modules/core-js/internals/string-at.js":
1773
- /*!*****************************************************!*\
1774
- !*** ./node_modules/core-js/internals/string-at.js ***!
1775
- \*****************************************************/
1776
- /*! no static exports found */
1777
- /***/ (function(module, exports, __webpack_require__) {
1778
-
1779
- var toInteger = __webpack_require__(/*! ../internals/to-integer */ "./node_modules/core-js/internals/to-integer.js");
1780
- var requireObjectCoercible = __webpack_require__(/*! ../internals/require-object-coercible */ "./node_modules/core-js/internals/require-object-coercible.js");
1781
-
1782
- // CONVERT_TO_STRING: true -> String#at
1783
- // CONVERT_TO_STRING: false -> String#codePointAt
1784
- module.exports = function (that, pos, CONVERT_TO_STRING) {
1785
- var S = String(requireObjectCoercible(that));
1786
- var position = toInteger(pos);
1787
- var size = S.length;
1788
- var first, second;
1789
- if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;
1790
- first = S.charCodeAt(position);
1791
- return first < 0xD800 || first > 0xDBFF || position + 1 === size
1792
- || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF
1793
- ? CONVERT_TO_STRING ? S.charAt(position) : first
1794
- : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;
1795
- };
1796
-
1797
-
1798
- /***/ }),
1799
-
1800
- /***/ "./node_modules/core-js/internals/to-absolute-index.js":
1801
- /*!*************************************************************!*\
1802
- !*** ./node_modules/core-js/internals/to-absolute-index.js ***!
1803
- \*************************************************************/
1804
- /*! no static exports found */
1805
- /***/ (function(module, exports, __webpack_require__) {
1806
-
1807
- var toInteger = __webpack_require__(/*! ../internals/to-integer */ "./node_modules/core-js/internals/to-integer.js");
1808
-
1809
- var max = Math.max;
1810
- var min = Math.min;
1811
-
1812
- // Helper for a popular repeating case of the spec:
1813
- // Let integer be ? ToInteger(index).
1814
- // If integer < 0, let result be max((length + integer), 0); else let result be min(length, length).
1815
- module.exports = function (index, length) {
1816
- var integer = toInteger(index);
1817
- return integer < 0 ? max(integer + length, 0) : min(integer, length);
1818
- };
1819
-
1820
-
1821
- /***/ }),
1822
-
1823
- /***/ "./node_modules/core-js/internals/to-indexed-object.js":
1824
- /*!*************************************************************!*\
1825
- !*** ./node_modules/core-js/internals/to-indexed-object.js ***!
1826
- \*************************************************************/
1827
- /*! no static exports found */
1828
- /***/ (function(module, exports, __webpack_require__) {
1829
-
1830
- // toObject with fallback for non-array-like ES3 strings
1831
- var IndexedObject = __webpack_require__(/*! ../internals/indexed-object */ "./node_modules/core-js/internals/indexed-object.js");
1832
- var requireObjectCoercible = __webpack_require__(/*! ../internals/require-object-coercible */ "./node_modules/core-js/internals/require-object-coercible.js");
1833
-
1834
- module.exports = function (it) {
1835
- return IndexedObject(requireObjectCoercible(it));
1836
- };
1837
-
1838
-
1839
- /***/ }),
1840
-
1841
- /***/ "./node_modules/core-js/internals/to-integer.js":
1842
- /*!******************************************************!*\
1843
- !*** ./node_modules/core-js/internals/to-integer.js ***!
1844
- \******************************************************/
1845
- /*! no static exports found */
1846
- /***/ (function(module, exports) {
1847
-
1848
- var ceil = Math.ceil;
1849
- var floor = Math.floor;
1850
-
1851
- // `ToInteger` abstract operation
1852
- // https://tc39.github.io/ecma262/#sec-tointeger
1853
- module.exports = function (argument) {
1854
- return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);
1855
- };
1856
-
1857
-
1858
- /***/ }),
1859
-
1860
- /***/ "./node_modules/core-js/internals/to-length.js":
1861
- /*!*****************************************************!*\
1862
- !*** ./node_modules/core-js/internals/to-length.js ***!
1863
- \*****************************************************/
1864
- /*! no static exports found */
1865
- /***/ (function(module, exports, __webpack_require__) {
1866
-
1867
- var toInteger = __webpack_require__(/*! ../internals/to-integer */ "./node_modules/core-js/internals/to-integer.js");
1868
-
1869
- var min = Math.min;
1870
-
1871
- // `ToLength` abstract operation
1872
- // https://tc39.github.io/ecma262/#sec-tolength
1873
- module.exports = function (argument) {
1874
- return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
1875
- };
1876
-
1877
-
1878
- /***/ }),
1879
-
1880
- /***/ "./node_modules/core-js/internals/to-object.js":
1881
- /*!*****************************************************!*\
1882
- !*** ./node_modules/core-js/internals/to-object.js ***!
1883
- \*****************************************************/
1884
- /*! no static exports found */
1885
- /***/ (function(module, exports, __webpack_require__) {
1886
-
1887
- var requireObjectCoercible = __webpack_require__(/*! ../internals/require-object-coercible */ "./node_modules/core-js/internals/require-object-coercible.js");
1888
-
1889
- // `ToObject` abstract operation
1890
- // https://tc39.github.io/ecma262/#sec-toobject
1891
- module.exports = function (argument) {
1892
- return Object(requireObjectCoercible(argument));
1893
- };
1894
-
1895
-
1896
- /***/ }),
1897
-
1898
- /***/ "./node_modules/core-js/internals/to-primitive.js":
1899
- /*!********************************************************!*\
1900
- !*** ./node_modules/core-js/internals/to-primitive.js ***!
1901
- \********************************************************/
1902
- /*! no static exports found */
1903
- /***/ (function(module, exports, __webpack_require__) {
1904
-
1905
- var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js");
1906
-
1907
- // 7.1.1 ToPrimitive(input [, PreferredType])
1908
- // instead of the ES6 spec version, we didn't implement @@toPrimitive case
1909
- // and the second argument - flag - preferred type is a string
1910
- module.exports = function (it, S) {
1911
- if (!isObject(it)) return it;
1912
- var fn, val;
1913
- if (S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;
1914
- if (typeof (fn = it.valueOf) == 'function' && !isObject(val = fn.call(it))) return val;
1915
- if (!S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;
1916
- throw TypeError("Can't convert object to primitive value");
1917
- };
1918
-
1919
-
1920
- /***/ }),
1921
-
1922
- /***/ "./node_modules/core-js/internals/uid.js":
1923
- /*!***********************************************!*\
1924
- !*** ./node_modules/core-js/internals/uid.js ***!
1925
- \***********************************************/
1926
- /*! no static exports found */
1927
- /***/ (function(module, exports) {
1928
-
1929
- var id = 0;
1930
- var postfix = Math.random();
1931
-
1932
- module.exports = function (key) {
1933
- return 'Symbol('.concat(key === undefined ? '' : key, ')_', (++id + postfix).toString(36));
1934
- };
1935
-
1936
-
1937
- /***/ }),
1938
-
1939
- /***/ "./node_modules/core-js/internals/validate-set-prototype-of-arguments.js":
1940
- /*!*******************************************************************************!*\
1941
- !*** ./node_modules/core-js/internals/validate-set-prototype-of-arguments.js ***!
1942
- \*******************************************************************************/
1943
- /*! no static exports found */
1944
- /***/ (function(module, exports, __webpack_require__) {
1945
-
1946
- var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js");
1947
- var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js");
25
+ return basePath.replace(/\/$/, "") + (subpath ? `/${subpath.replace(/^\//, "")}` : ``);
26
+ }
1948
27
 
1949
- module.exports = function (O, proto) {
1950
- anObject(O);
1951
- if (!isObject(proto) && proto !== null) {
1952
- throw TypeError("Can't set " + String(proto) + ' as a prototype');
28
+ // src/components/icon/library.default.ts
29
+ var library = {
30
+ name: "default",
31
+ resolver: (name) => getBasePath(`assets/icons/${name}.svg`)
32
+ };
33
+ var library_default_default = library;
34
+
35
+ // src/components/icon/library.system.ts
36
+ var icons = {
37
+ caret: `
38
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
39
+ <polyline points="6 9 12 15 18 9"></polyline>
40
+ </svg>
41
+ `,
42
+ check: `
43
+ <svg part="checked-icon" class="checkbox__icon" viewBox="0 0 16 16">
44
+ <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round">
45
+ <g stroke="currentColor">
46
+ <g transform="translate(3.428571, 3.428571)">
47
+ <path d="M0,5.71428571 L3.42857143,9.14285714"></path>
48
+ <path d="M9.14285714,0 L3.42857143,9.14285714"></path>
49
+ </g>
50
+ </g>
51
+ </g>
52
+ </svg>
53
+ `,
54
+ "chevron-down": `
55
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16">
56
+ <path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/>
57
+ </svg>
58
+ `,
59
+ "chevron-left": `
60
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-left" viewBox="0 0 16 16">
61
+ <path fill-rule="evenodd" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"/>
62
+ </svg>
63
+ `,
64
+ "chevron-right": `
65
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16">
66
+ <path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/>
67
+ </svg>
68
+ `,
69
+ copy: `
70
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-copy" viewBox="0 0 16 16">
71
+ <path fill-rule="evenodd" d="M4 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V2Zm2-1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H6ZM2 5a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-1h1v1a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h1v1H2Z"/>
72
+ </svg>
73
+ `,
74
+ eye: `
75
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-eye" viewBox="0 0 16 16">
76
+ <path d="M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z"/>
77
+ <path d="M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z"/>
78
+ </svg>
79
+ `,
80
+ "eye-slash": `
81
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-eye-slash" viewBox="0 0 16 16">
82
+ <path d="M13.359 11.238C15.06 9.72 16 8 16 8s-3-5.5-8-5.5a7.028 7.028 0 0 0-2.79.588l.77.771A5.944 5.944 0 0 1 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.134 13.134 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755-.165.165-.337.328-.517.486l.708.709z"/>
83
+ <path d="M11.297 9.176a3.5 3.5 0 0 0-4.474-4.474l.823.823a2.5 2.5 0 0 1 2.829 2.829l.822.822zm-2.943 1.299.822.822a3.5 3.5 0 0 1-4.474-4.474l.823.823a2.5 2.5 0 0 0 2.829 2.829z"/>
84
+ <path d="M3.35 5.47c-.18.16-.353.322-.518.487A13.134 13.134 0 0 0 1.172 8l.195.288c.335.48.83 1.12 1.465 1.755C4.121 11.332 5.881 12.5 8 12.5c.716 0 1.39-.133 2.02-.36l.77.772A7.029 7.029 0 0 1 8 13.5C3 13.5 0 8 0 8s.939-1.721 2.641-3.238l.708.709zm10.296 8.884-12-12 .708-.708 12 12-.708.708z"/>
85
+ </svg>
86
+ `,
87
+ eyedropper: `
88
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-eyedropper" viewBox="0 0 16 16">
89
+ <path d="M13.354.646a1.207 1.207 0 0 0-1.708 0L8.5 3.793l-.646-.647a.5.5 0 1 0-.708.708L8.293 5l-7.147 7.146A.5.5 0 0 0 1 12.5v1.793l-.854.853a.5.5 0 1 0 .708.707L1.707 15H3.5a.5.5 0 0 0 .354-.146L11 7.707l1.146 1.147a.5.5 0 0 0 .708-.708l-.647-.646 3.147-3.146a1.207 1.207 0 0 0 0-1.708l-2-2zM2 12.707l7-7L10.293 7l-7 7H2v-1.293z"></path>
90
+ </svg>
91
+ `,
92
+ "grip-vertical": `
93
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-grip-vertical" viewBox="0 0 16 16">
94
+ <path d="M7 2a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM7 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM7 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm-3 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm-3 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"></path>
95
+ </svg>
96
+ `,
97
+ indeterminate: `
98
+ <svg part="indeterminate-icon" class="checkbox__icon" viewBox="0 0 16 16">
99
+ <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round">
100
+ <g stroke="currentColor" stroke-width="2">
101
+ <g transform="translate(2.285714, 6.857143)">
102
+ <path d="M10.2857143,1.14285714 L1.14285714,1.14285714"></path>
103
+ </g>
104
+ </g>
105
+ </g>
106
+ </svg>
107
+ `,
108
+ "person-fill": `
109
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-person-fill" viewBox="0 0 16 16">
110
+ <path d="M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/>
111
+ </svg>
112
+ `,
113
+ "play-fill": `
114
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-play-fill" viewBox="0 0 16 16">
115
+ <path d="m11.596 8.697-6.363 3.692c-.54.313-1.233-.066-1.233-.697V4.308c0-.63.692-1.01 1.233-.696l6.363 3.692a.802.802 0 0 1 0 1.393z"></path>
116
+ </svg>
117
+ `,
118
+ "pause-fill": `
119
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-pause-fill" viewBox="0 0 16 16">
120
+ <path d="M5.5 3.5A1.5 1.5 0 0 1 7 5v6a1.5 1.5 0 0 1-3 0V5a1.5 1.5 0 0 1 1.5-1.5zm5 0A1.5 1.5 0 0 1 12 5v6a1.5 1.5 0 0 1-3 0V5a1.5 1.5 0 0 1 1.5-1.5z"></path>
121
+ </svg>
122
+ `,
123
+ radio: `
124
+ <svg part="checked-icon" class="radio__icon" viewBox="0 0 16 16">
125
+ <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
126
+ <g fill="currentColor">
127
+ <circle cx="8" cy="8" r="3.42857143"></circle>
128
+ </g>
129
+ </g>
130
+ </svg>
131
+ `,
132
+ "star-fill": `
133
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-star-fill" viewBox="0 0 16 16">
134
+ <path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>
135
+ </svg>
136
+ `,
137
+ "x-lg": `
138
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-x-lg" viewBox="0 0 16 16">
139
+ <path d="M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z"/>
140
+ </svg>
141
+ `,
142
+ "x-circle-fill": `
143
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-x-circle-fill" viewBox="0 0 16 16">
144
+ <path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.354 4.646a.5.5 0 1 0-.708.708L7.293 8l-2.647 2.646a.5.5 0 0 0 .708.708L8 8.707l2.646 2.647a.5.5 0 0 0 .708-.708L8.707 8l2.647-2.646a.5.5 0 0 0-.708-.708L8 7.293 5.354 4.646z"></path>
145
+ </svg>
146
+ `
147
+ };
148
+ var systemLibrary = {
149
+ name: "system",
150
+ resolver: (name) => {
151
+ if (name in icons) {
152
+ return `data:image/svg+xml,${encodeURIComponent(icons[name])}`;
153
+ }
154
+ return "";
1953
155
  }
1954
156
  };
157
+ var library_system_default = systemLibrary;
1955
158
 
1956
-
1957
- /***/ }),
1958
-
1959
- /***/ "./node_modules/core-js/internals/well-known-symbol.js":
1960
- /*!*************************************************************!*\
1961
- !*** ./node_modules/core-js/internals/well-known-symbol.js ***!
1962
- \*************************************************************/
1963
- /*! no static exports found */
1964
- /***/ (function(module, exports, __webpack_require__) {
1965
-
1966
- var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
1967
- var shared = __webpack_require__(/*! ../internals/shared */ "./node_modules/core-js/internals/shared.js");
1968
- var uid = __webpack_require__(/*! ../internals/uid */ "./node_modules/core-js/internals/uid.js");
1969
- var NATIVE_SYMBOL = __webpack_require__(/*! ../internals/native-symbol */ "./node_modules/core-js/internals/native-symbol.js");
1970
-
1971
- var Symbol = global.Symbol;
1972
- var store = shared('wks');
1973
-
1974
- module.exports = function (name) {
1975
- return store[name] || (store[name] = NATIVE_SYMBOL && Symbol[name]
1976
- || (NATIVE_SYMBOL ? Symbol : uid)('Symbol.' + name));
1977
- };
1978
-
1979
-
1980
- /***/ }),
1981
-
1982
- /***/ "./node_modules/core-js/modules/es.array.from.js":
1983
- /*!*******************************************************!*\
1984
- !*** ./node_modules/core-js/modules/es.array.from.js ***!
1985
- \*******************************************************/
1986
- /*! no static exports found */
1987
- /***/ (function(module, exports, __webpack_require__) {
1988
-
1989
- var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js");
1990
- var from = __webpack_require__(/*! ../internals/array-from */ "./node_modules/core-js/internals/array-from.js");
1991
- var checkCorrectnessOfIteration = __webpack_require__(/*! ../internals/check-correctness-of-iteration */ "./node_modules/core-js/internals/check-correctness-of-iteration.js");
1992
-
1993
- var INCORRECT_ITERATION = !checkCorrectnessOfIteration(function (iterable) {
1994
- Array.from(iterable);
1995
- });
1996
-
1997
- // `Array.from` method
1998
- // https://tc39.github.io/ecma262/#sec-array.from
1999
- $({ target: 'Array', stat: true, forced: INCORRECT_ITERATION }, {
2000
- from: from
2001
- });
2002
-
2003
-
2004
- /***/ }),
2005
-
2006
- /***/ "./node_modules/core-js/modules/es.string.iterator.js":
2007
- /*!************************************************************!*\
2008
- !*** ./node_modules/core-js/modules/es.string.iterator.js ***!
2009
- \************************************************************/
2010
- /*! no static exports found */
2011
- /***/ (function(module, exports, __webpack_require__) {
2012
-
2013
- var codePointAt = __webpack_require__(/*! ../internals/string-at */ "./node_modules/core-js/internals/string-at.js");
2014
- var InternalStateModule = __webpack_require__(/*! ../internals/internal-state */ "./node_modules/core-js/internals/internal-state.js");
2015
- var defineIterator = __webpack_require__(/*! ../internals/define-iterator */ "./node_modules/core-js/internals/define-iterator.js");
2016
-
2017
- var STRING_ITERATOR = 'String Iterator';
2018
- var setInternalState = InternalStateModule.set;
2019
- var getInternalState = InternalStateModule.getterFor(STRING_ITERATOR);
2020
-
2021
- // `String.prototype[@@iterator]` method
2022
- // https://tc39.github.io/ecma262/#sec-string.prototype-@@iterator
2023
- defineIterator(String, 'String', function (iterated) {
2024
- setInternalState(this, {
2025
- type: STRING_ITERATOR,
2026
- string: String(iterated),
2027
- index: 0
159
+ // src/components/icon/library.ts
160
+ var registry = [library_default_default, library_system_default];
161
+ var watchedIcons = [];
162
+ function watchIcon(icon) {
163
+ watchedIcons.push(icon);
164
+ }
165
+ function unwatchIcon(icon) {
166
+ watchedIcons = watchedIcons.filter((el) => el !== icon);
167
+ }
168
+ function getIconLibrary(name) {
169
+ return registry.find((lib) => lib.name === name);
170
+ }
171
+ function registerIconLibrary(name, options) {
172
+ unregisterIconLibrary(name);
173
+ registry.push({
174
+ name,
175
+ resolver: options.resolver,
176
+ mutator: options.mutator,
177
+ spriteSheet: options.spriteSheet
2028
178
  });
2029
- // `%StringIteratorPrototype%.next` method
2030
- // https://tc39.github.io/ecma262/#sec-%stringiteratorprototype%.next
2031
- }, function next() {
2032
- var state = getInternalState(this);
2033
- var string = state.string;
2034
- var index = state.index;
2035
- var point;
2036
- if (index >= string.length) return { value: undefined, done: true };
2037
- point = codePointAt(string, index, true);
2038
- state.index += point.length;
2039
- return { value: point, done: false };
2040
- });
2041
-
2042
-
2043
- /***/ }),
2044
-
2045
- /***/ "./node_modules/webpack/buildin/global.js":
2046
- /*!***********************************!*\
2047
- !*** (webpack)/buildin/global.js ***!
2048
- \***********************************/
2049
- /*! no static exports found */
2050
- /***/ (function(module, exports) {
2051
-
2052
- var g;
2053
-
2054
- // This works in non-strict mode
2055
- g = (function() {
2056
- return this;
2057
- })();
2058
-
2059
- try {
2060
- // This works if eval is allowed (see CSP)
2061
- g = g || Function("return this")() || (0, eval)("this");
2062
- } catch (e) {
2063
- // This works if the window reference is available
2064
- if (typeof window === "object") g = window;
2065
- }
2066
-
2067
- // g can still be undefined, but nothing to do about it...
2068
- // We return undefined, instead of nothing here, so it's
2069
- // easier to handle this case. if(!global) { ...}
2070
-
2071
- module.exports = g;
2072
-
2073
-
2074
- /***/ }),
2075
-
2076
- /***/ "./src/default-attrs.json":
2077
- /*!********************************!*\
2078
- !*** ./src/default-attrs.json ***!
2079
- \********************************/
2080
- /*! exports provided: xmlns, width, height, viewBox, fill, stroke, stroke-width, stroke-linecap, stroke-linejoin, default */
2081
- /***/ (function(module) {
2082
-
2083
- module.exports = {"xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
2084
-
2085
- /***/ }),
2086
-
2087
- /***/ "./src/icon.js":
2088
- /*!*********************!*\
2089
- !*** ./src/icon.js ***!
2090
- \*********************/
2091
- /*! no static exports found */
2092
- /***/ (function(module, exports, __webpack_require__) {
2093
-
2094
-
2095
- Object.defineProperty(exports, "__esModule", {
2096
- value: true
2097
- });
2098
-
2099
- var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
2100
-
2101
- var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
2102
-
2103
- var _dedupe = __webpack_require__(/*! classnames/dedupe */ "./node_modules/classnames/dedupe.js");
2104
-
2105
- var _dedupe2 = _interopRequireDefault(_dedupe);
2106
-
2107
- var _defaultAttrs = __webpack_require__(/*! ./default-attrs.json */ "./src/default-attrs.json");
2108
-
2109
- var _defaultAttrs2 = _interopRequireDefault(_defaultAttrs);
2110
-
2111
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
2112
-
2113
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
2114
-
2115
- var Icon = function () {
2116
- function Icon(name, contents) {
2117
- var tags = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : [];
2118
-
2119
- _classCallCheck(this, Icon);
2120
-
2121
- this.name = name;
2122
- this.contents = contents;
2123
- this.tags = tags;
2124
- this.attrs = _extends({}, _defaultAttrs2.default, { class: 'feather feather-' + name });
2125
- }
2126
-
2127
- /**
2128
- * Create an SVG string.
2129
- * @param {Object} attrs
2130
- * @returns {string}
2131
- */
2132
-
2133
-
2134
- _createClass(Icon, [{
2135
- key: 'toSvg',
2136
- value: function toSvg() {
2137
- var attrs = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
2138
-
2139
- var combinedAttrs = _extends({}, this.attrs, attrs, { class: (0, _dedupe2.default)(this.attrs.class, attrs.class) });
2140
-
2141
- return '<svg ' + attrsToString(combinedAttrs) + '>' + this.contents + '</svg>';
2142
- }
2143
-
2144
- /**
2145
- * Return string representation of an `Icon`.
2146
- *
2147
- * Added for backward compatibility. If old code expects `feather.icons.<name>`
2148
- * to be a string, `toString()` will get implicitly called.
2149
- *
2150
- * @returns {string}
2151
- */
2152
-
2153
- }, {
2154
- key: 'toString',
2155
- value: function toString() {
2156
- return this.contents;
179
+ watchedIcons.forEach((icon) => {
180
+ if (icon.library === name) {
181
+ icon.setIcon();
2157
182
  }
2158
- }]);
2159
-
2160
- return Icon;
2161
- }();
2162
-
2163
- /**
2164
- * Convert attributes object to string of HTML attributes.
2165
- * @param {Object} attrs
2166
- * @returns {string}
2167
- */
2168
-
2169
-
2170
- function attrsToString(attrs) {
2171
- return Object.keys(attrs).map(function (key) {
2172
- return key + '="' + attrs[key] + '"';
2173
- }).join(' ');
2174
- }
2175
-
2176
- exports.default = Icon;
2177
-
2178
- /***/ }),
2179
-
2180
- /***/ "./src/icons.js":
2181
- /*!**********************!*\
2182
- !*** ./src/icons.js ***!
2183
- \**********************/
2184
- /*! no static exports found */
2185
- /***/ (function(module, exports, __webpack_require__) {
2186
-
2187
-
2188
- Object.defineProperty(exports, "__esModule", {
2189
- value: true
2190
- });
2191
-
2192
- var _icon = __webpack_require__(/*! ./icon */ "./src/icon.js");
2193
-
2194
- var _icon2 = _interopRequireDefault(_icon);
2195
-
2196
- var _icons = __webpack_require__(/*! ../dist/icons.json */ "./dist/icons.json");
2197
-
2198
- var _icons2 = _interopRequireDefault(_icons);
2199
-
2200
- var _tags = __webpack_require__(/*! ./tags.json */ "./src/tags.json");
2201
-
2202
- var _tags2 = _interopRequireDefault(_tags);
2203
-
2204
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
2205
-
2206
- exports.default = Object.keys(_icons2.default).map(function (key) {
2207
- return new _icon2.default(key, _icons2.default[key], _tags2.default[key]);
2208
- }).reduce(function (object, icon) {
2209
- object[icon.name] = icon;
2210
- return object;
2211
- }, {});
2212
-
2213
- /***/ }),
2214
-
2215
- /***/ "./src/index.js":
2216
- /*!**********************!*\
2217
- !*** ./src/index.js ***!
2218
- \**********************/
2219
- /*! no static exports found */
2220
- /***/ (function(module, exports, __webpack_require__) {
2221
-
2222
-
2223
- var _icons = __webpack_require__(/*! ./icons */ "./src/icons.js");
2224
-
2225
- var _icons2 = _interopRequireDefault(_icons);
2226
-
2227
- var _toSvg = __webpack_require__(/*! ./to-svg */ "./src/to-svg.js");
2228
-
2229
- var _toSvg2 = _interopRequireDefault(_toSvg);
2230
-
2231
- var _replace = __webpack_require__(/*! ./replace */ "./src/replace.js");
2232
-
2233
- var _replace2 = _interopRequireDefault(_replace);
2234
-
2235
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
2236
-
2237
- module.exports = { icons: _icons2.default, toSvg: _toSvg2.default, replace: _replace2.default };
2238
-
2239
- /***/ }),
2240
-
2241
- /***/ "./src/replace.js":
2242
- /*!************************!*\
2243
- !*** ./src/replace.js ***!
2244
- \************************/
2245
- /*! no static exports found */
2246
- /***/ (function(module, exports, __webpack_require__) {
2247
-
2248
-
2249
- Object.defineProperty(exports, "__esModule", {
2250
- value: true
2251
- });
2252
-
2253
- var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; /* eslint-env browser */
2254
-
2255
-
2256
- var _dedupe = __webpack_require__(/*! classnames/dedupe */ "./node_modules/classnames/dedupe.js");
2257
-
2258
- var _dedupe2 = _interopRequireDefault(_dedupe);
2259
-
2260
- var _icons = __webpack_require__(/*! ./icons */ "./src/icons.js");
2261
-
2262
- var _icons2 = _interopRequireDefault(_icons);
2263
-
2264
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
2265
-
2266
- /**
2267
- * Replace all HTML elements that have a `data-feather` attribute with SVG markup
2268
- * corresponding to the element's `data-feather` attribute value.
2269
- * @param {Object} attrs
2270
- */
2271
- function replace() {
2272
- var attrs = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
2273
-
2274
- if (typeof document === 'undefined') {
2275
- throw new Error('`feather.replace()` only works in a browser environment.');
2276
- }
2277
-
2278
- var elementsToReplace = document.querySelectorAll('[data-feather]');
2279
-
2280
- Array.from(elementsToReplace).forEach(function (element) {
2281
- return replaceElement(element, attrs);
2282
183
  });
2283
184
  }
2284
-
2285
- /**
2286
- * Replace a single HTML element with SVG markup
2287
- * corresponding to the element's `data-feather` attribute value.
2288
- * @param {HTMLElement} element
2289
- * @param {Object} attrs
2290
- */
2291
- function replaceElement(element) {
2292
- var attrs = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
2293
-
2294
- var elementAttrs = getAttrs(element);
2295
- var name = elementAttrs['data-feather'];
2296
- delete elementAttrs['data-feather'];
2297
-
2298
- var svgString = _icons2.default[name].toSvg(_extends({}, attrs, elementAttrs, { class: (0, _dedupe2.default)(attrs.class, elementAttrs.class) }));
2299
- var svgDocument = new DOMParser().parseFromString(svgString, 'image/svg+xml');
2300
- var svgElement = svgDocument.querySelector('svg');
2301
-
2302
- element.parentNode.replaceChild(svgElement, element);
185
+ function unregisterIconLibrary(name) {
186
+ registry = registry.filter((lib) => lib.name !== name);
2303
187
  }
2304
188
 
2305
189
  /**
2306
- * Get the attributes of an HTML element.
2307
- * @param {HTMLElement} element
2308
- * @returns {Object}
190
+ * @license
191
+ * Copyright 2019 Google LLC
192
+ * SPDX-License-Identifier: BSD-3-Clause
2309
193
  */
2310
- function getAttrs(element) {
2311
- return Array.from(element.attributes).reduce(function (attrs, attr) {
2312
- attrs[attr.name] = attr.value;
2313
- return attrs;
2314
- }, {});
2315
- }
2316
-
2317
- exports.default = replace;
2318
-
2319
- /***/ }),
2320
-
2321
- /***/ "./src/tags.json":
2322
- /*!***********************!*\
2323
- !*** ./src/tags.json ***!
2324
- \***********************/
2325
- /*! exports provided: activity, airplay, alert-circle, alert-octagon, alert-triangle, align-center, align-justify, align-left, align-right, anchor, archive, at-sign, award, aperture, bar-chart, bar-chart-2, battery, battery-charging, bell, bell-off, bluetooth, book-open, book, bookmark, box, briefcase, calendar, camera, cast, chevron-down, chevron-up, circle, clipboard, clock, cloud-drizzle, cloud-lightning, cloud-rain, cloud-snow, cloud, codepen, codesandbox, code, coffee, columns, command, compass, copy, corner-down-left, corner-down-right, corner-left-down, corner-left-up, corner-right-down, corner-right-up, corner-up-left, corner-up-right, cpu, credit-card, crop, crosshair, database, delete, disc, dollar-sign, droplet, edit, edit-2, edit-3, eye, eye-off, external-link, facebook, fast-forward, figma, file-minus, file-plus, file-text, film, filter, flag, folder-minus, folder-plus, folder, framer, frown, gift, git-branch, git-commit, git-merge, git-pull-request, github, gitlab, globe, hard-drive, hash, headphones, heart, help-circle, hexagon, home, image, inbox, instagram, key, layers, layout, life-bouy, link, link-2, linkedin, list, lock, log-in, log-out, mail, map-pin, map, maximize, maximize-2, meh, menu, message-circle, message-square, mic-off, mic, minimize, minimize-2, minus, monitor, moon, more-horizontal, more-vertical, mouse-pointer, move, music, navigation, navigation-2, octagon, package, paperclip, pause, pause-circle, pen-tool, percent, phone-call, phone-forwarded, phone-incoming, phone-missed, phone-off, phone-outgoing, phone, play, pie-chart, play-circle, plus, plus-circle, plus-square, pocket, power, printer, radio, refresh-cw, refresh-ccw, repeat, rewind, rotate-ccw, rotate-cw, rss, save, scissors, search, send, settings, share-2, shield, shield-off, shopping-bag, shopping-cart, shuffle, skip-back, skip-forward, slack, slash, sliders, smartphone, smile, speaker, star, stop-circle, sun, sunrise, sunset, tablet, tag, target, terminal, thermometer, thumbs-down, thumbs-up, toggle-left, toggle-right, tool, trash, trash-2, triangle, truck, tv, twitch, twitter, type, umbrella, unlock, user-check, user-minus, user-plus, user-x, user, users, video-off, video, voicemail, volume, volume-1, volume-2, volume-x, watch, wifi-off, wifi, wind, x-circle, x-octagon, x-square, x, youtube, zap-off, zap, zoom-in, zoom-out, default */
2326
- /***/ (function(module) {
2327
-
2328
- module.exports = {"activity":["pulse","health","action","motion"],"airplay":["stream","cast","mirroring"],"alert-circle":["warning","alert","danger"],"alert-octagon":["warning","alert","danger"],"alert-triangle":["warning","alert","danger"],"align-center":["text alignment","center"],"align-justify":["text alignment","justified"],"align-left":["text alignment","left"],"align-right":["text alignment","right"],"anchor":[],"archive":["index","box"],"at-sign":["mention","at","email","message"],"award":["achievement","badge"],"aperture":["camera","photo"],"bar-chart":["statistics","diagram","graph"],"bar-chart-2":["statistics","diagram","graph"],"battery":["power","electricity"],"battery-charging":["power","electricity"],"bell":["alarm","notification","sound"],"bell-off":["alarm","notification","silent"],"bluetooth":["wireless"],"book-open":["read","library"],"book":["read","dictionary","booklet","magazine","library"],"bookmark":["read","clip","marker","tag"],"box":["cube"],"briefcase":["work","bag","baggage","folder"],"calendar":["date"],"camera":["photo"],"cast":["chromecast","airplay"],"chevron-down":["expand"],"chevron-up":["collapse"],"circle":["off","zero","record"],"clipboard":["copy"],"clock":["time","watch","alarm"],"cloud-drizzle":["weather","shower"],"cloud-lightning":["weather","bolt"],"cloud-rain":["weather"],"cloud-snow":["weather","blizzard"],"cloud":["weather"],"codepen":["logo"],"codesandbox":["logo"],"code":["source","programming"],"coffee":["drink","cup","mug","tea","cafe","hot","beverage"],"columns":["layout"],"command":["keyboard","cmd","terminal","prompt"],"compass":["navigation","safari","travel","direction"],"copy":["clone","duplicate"],"corner-down-left":["arrow","return"],"corner-down-right":["arrow"],"corner-left-down":["arrow"],"corner-left-up":["arrow"],"corner-right-down":["arrow"],"corner-right-up":["arrow"],"corner-up-left":["arrow"],"corner-up-right":["arrow"],"cpu":["processor","technology"],"credit-card":["purchase","payment","cc"],"crop":["photo","image"],"crosshair":["aim","target"],"database":["storage","memory"],"delete":["remove"],"disc":["album","cd","dvd","music"],"dollar-sign":["currency","money","payment"],"droplet":["water"],"edit":["pencil","change"],"edit-2":["pencil","change"],"edit-3":["pencil","change"],"eye":["view","watch"],"eye-off":["view","watch","hide","hidden"],"external-link":["outbound"],"facebook":["logo","social"],"fast-forward":["music"],"figma":["logo","design","tool"],"file-minus":["delete","remove","erase"],"file-plus":["add","create","new"],"file-text":["data","txt","pdf"],"film":["movie","video"],"filter":["funnel","hopper"],"flag":["report"],"folder-minus":["directory"],"folder-plus":["directory"],"folder":["directory"],"framer":["logo","design","tool"],"frown":["emoji","face","bad","sad","emotion"],"gift":["present","box","birthday","party"],"git-branch":["code","version control"],"git-commit":["code","version control"],"git-merge":["code","version control"],"git-pull-request":["code","version control"],"github":["logo","version control"],"gitlab":["logo","version control"],"globe":["world","browser","language","translate"],"hard-drive":["computer","server","memory","data"],"hash":["hashtag","number","pound"],"headphones":["music","audio","sound"],"heart":["like","love","emotion"],"help-circle":["question mark"],"hexagon":["shape","node.js","logo"],"home":["house","living"],"image":["picture"],"inbox":["email"],"instagram":["logo","camera"],"key":["password","login","authentication","secure"],"layers":["stack"],"layout":["window","webpage"],"life-bouy":["help","life ring","support"],"link":["chain","url"],"link-2":["chain","url"],"linkedin":["logo","social media"],"list":["options"],"lock":["security","password","secure"],"log-in":["sign in","arrow","enter"],"log-out":["sign out","arrow","exit"],"mail":["email","message"],"map-pin":["location","navigation","travel","marker"],"map":["location","navigation","travel"],"maximize":["fullscreen"],"maximize-2":["fullscreen","arrows","expand"],"meh":["emoji","face","neutral","emotion"],"menu":["bars","navigation","hamburger"],"message-circle":["comment","chat"],"message-square":["comment","chat"],"mic-off":["record","sound","mute"],"mic":["record","sound","listen"],"minimize":["exit fullscreen","close"],"minimize-2":["exit fullscreen","arrows","close"],"minus":["subtract"],"monitor":["tv","screen","display"],"moon":["dark","night"],"more-horizontal":["ellipsis"],"more-vertical":["ellipsis"],"mouse-pointer":["arrow","cursor"],"move":["arrows"],"music":["note"],"navigation":["location","travel"],"navigation-2":["location","travel"],"octagon":["stop"],"package":["box","container"],"paperclip":["attachment"],"pause":["music","stop"],"pause-circle":["music","audio","stop"],"pen-tool":["vector","drawing"],"percent":["discount"],"phone-call":["ring"],"phone-forwarded":["call"],"phone-incoming":["call"],"phone-missed":["call"],"phone-off":["call","mute"],"phone-outgoing":["call"],"phone":["call"],"play":["music","start"],"pie-chart":["statistics","diagram"],"play-circle":["music","start"],"plus":["add","new"],"plus-circle":["add","new"],"plus-square":["add","new"],"pocket":["logo","save"],"power":["on","off"],"printer":["fax","office","device"],"radio":["signal"],"refresh-cw":["synchronise","arrows"],"refresh-ccw":["arrows"],"repeat":["loop","arrows"],"rewind":["music"],"rotate-ccw":["arrow"],"rotate-cw":["arrow"],"rss":["feed","subscribe"],"save":["floppy disk"],"scissors":["cut"],"search":["find","magnifier","magnifying glass"],"send":["message","mail","email","paper airplane","paper aeroplane"],"settings":["cog","edit","gear","preferences"],"share-2":["network","connections"],"shield":["security","secure"],"shield-off":["security","insecure"],"shopping-bag":["ecommerce","cart","purchase","store"],"shopping-cart":["ecommerce","cart","purchase","store"],"shuffle":["music"],"skip-back":["music"],"skip-forward":["music"],"slack":["logo"],"slash":["ban","no"],"sliders":["settings","controls"],"smartphone":["cellphone","device"],"smile":["emoji","face","happy","good","emotion"],"speaker":["audio","music"],"star":["bookmark","favorite","like"],"stop-circle":["media","music"],"sun":["brightness","weather","light"],"sunrise":["weather","time","morning","day"],"sunset":["weather","time","evening","night"],"tablet":["device"],"tag":["label"],"target":["logo","bullseye"],"terminal":["code","command line","prompt"],"thermometer":["temperature","celsius","fahrenheit","weather"],"thumbs-down":["dislike","bad","emotion"],"thumbs-up":["like","good","emotion"],"toggle-left":["on","off","switch"],"toggle-right":["on","off","switch"],"tool":["settings","spanner"],"trash":["garbage","delete","remove","bin"],"trash-2":["garbage","delete","remove","bin"],"triangle":["delta"],"truck":["delivery","van","shipping","transport","lorry"],"tv":["television","stream"],"twitch":["logo"],"twitter":["logo","social"],"type":["text"],"umbrella":["rain","weather"],"unlock":["security"],"user-check":["followed","subscribed"],"user-minus":["delete","remove","unfollow","unsubscribe"],"user-plus":["new","add","create","follow","subscribe"],"user-x":["delete","remove","unfollow","unsubscribe","unavailable"],"user":["person","account"],"users":["group"],"video-off":["camera","movie","film"],"video":["camera","movie","film"],"voicemail":["phone"],"volume":["music","sound","mute"],"volume-1":["music","sound"],"volume-2":["music","sound"],"volume-x":["music","sound","mute"],"watch":["clock","time"],"wifi-off":["disabled"],"wifi":["connection","signal","wireless"],"wind":["weather","air"],"x-circle":["cancel","close","delete","remove","times","clear"],"x-octagon":["delete","stop","alert","warning","times","clear"],"x-square":["cancel","close","delete","remove","times","clear"],"x":["cancel","close","delete","remove","times","clear"],"youtube":["logo","video","play"],"zap-off":["flash","camera","lightning"],"zap":["flash","camera","lightning"],"zoom-in":["magnifying glass"],"zoom-out":["magnifying glass"]};
2329
-
2330
- /***/ }),
2331
-
2332
- /***/ "./src/to-svg.js":
2333
- /*!***********************!*\
2334
- !*** ./src/to-svg.js ***!
2335
- \***********************/
2336
- /*! no static exports found */
2337
- /***/ (function(module, exports, __webpack_require__) {
2338
-
194
+ const t$1=globalThis,e$3=t$1.ShadowRoot&&(void 0===t$1.ShadyCSS||t$1.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,s$2=Symbol(),o$3=new WeakMap;class n$3{constructor(t,e,o){if(this._$cssResult$=!0,o!==s$2)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e;}get styleSheet(){let t=this.o;const s=this.t;if(e$3&&void 0===t){const e=void 0!==s&&1===s.length;e&&(t=o$3.get(s)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&o$3.set(s,t));}return t}toString(){return this.cssText}}const r$5=t=>new n$3("string"==typeof t?t:t+"",void 0,s$2),i$2=(t,...e)=>{const o=1===t.length?t[0]:e.reduce(((e,s,o)=>e+(t=>{if(!0===t._$cssResult$)return t.cssText;if("number"==typeof t)return t;throw Error("Value passed to 'css' function must be a 'css' function result: "+t+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(s)+t[o+1]),t[0]);return new n$3(o,t,s$2)},S$1=(s,o)=>{if(e$3)s.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const e of o){const o=document.createElement("style"),n=t$1.litNonce;void 0!==n&&o.setAttribute("nonce",n),o.textContent=e.cssText,s.appendChild(o);}},c$2=e$3?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const s of t.cssRules)e+=s.cssText;return r$5(e)})(t):t;
2339
195
 
2340
- Object.defineProperty(exports, "__esModule", {
2341
- value: true
2342
- });
2343
-
2344
- var _icons = __webpack_require__(/*! ./icons */ "./src/icons.js");
2345
-
2346
- var _icons2 = _interopRequireDefault(_icons);
2347
-
2348
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
196
+ /**
197
+ * @license
198
+ * Copyright 2017 Google LLC
199
+ * SPDX-License-Identifier: BSD-3-Clause
200
+ */const{is:i$1,defineProperty:e$2,getOwnPropertyDescriptor:r$4,getOwnPropertyNames:h$1,getOwnPropertySymbols:o$2,getPrototypeOf:n$2}=Object,a$1=globalThis,c$1=a$1.trustedTypes,l$1=c$1?c$1.emptyScript:"",p$1=a$1.reactiveElementPolyfillSupport,d$1=(t,s)=>t,u$1={toAttribute(t,s){switch(s){case Boolean:t=t?l$1:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t);}return t},fromAttribute(t,s){let i=t;switch(s){case Boolean:i=null!==t;break;case Number:i=null===t?null:Number(t);break;case Object:case Array:try{i=JSON.parse(t);}catch(t){i=null;}}return i}},f$1=(t,s)=>!i$1(t,s),y$1={attribute:!0,type:String,converter:u$1,reflect:!1,hasChanged:f$1};Symbol.metadata??=Symbol("metadata"),a$1.litPropertyMetadata??=new WeakMap;class b extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t);}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,s=y$1){if(s.state&&(s.attribute=!1),this._$Ei(),this.elementProperties.set(t,s),!s.noAccessor){const i=Symbol(),r=this.getPropertyDescriptor(t,i,s);void 0!==r&&e$2(this.prototype,t,r);}}static getPropertyDescriptor(t,s,i){const{get:e,set:h}=r$4(this.prototype,t)??{get(){return this[s]},set(t){this[s]=t;}};return {get(){return e?.call(this)},set(s){const r=e?.call(this);h.call(this,s),this.requestUpdate(t,r,i);},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??y$1}static _$Ei(){if(this.hasOwnProperty(d$1("elementProperties")))return;const t=n$2(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties);}static finalize(){if(this.hasOwnProperty(d$1("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(d$1("properties"))){const t=this.properties,s=[...h$1(t),...o$2(t)];for(const i of s)this.createProperty(i,t[i]);}const t=this[Symbol.metadata];if(null!==t){const s=litPropertyMetadata.get(t);if(void 0!==s)for(const[t,i]of s)this.elementProperties.set(t,i);}this._$Eh=new Map;for(const[t,s]of this.elementProperties){const i=this._$Eu(t,s);void 0!==i&&this._$Eh.set(i,t);}this.elementStyles=this.finalizeStyles(this.styles);}static finalizeStyles(s){const i=[];if(Array.isArray(s)){const e=new Set(s.flat(1/0).reverse());for(const s of e)i.unshift(c$2(s));}else void 0!==s&&i.push(c$2(s));return i}static _$Eu(t,s){const i=s.attribute;return !1===i?void 0:"string"==typeof i?i:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev();}_$Ev(){this._$ES=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)));}addController(t){(this._$EO??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.();}removeController(t){this._$EO?.delete(t);}_$E_(){const t=new Map,s=this.constructor.elementProperties;for(const i of s.keys())this.hasOwnProperty(i)&&(t.set(i,this[i]),delete this[i]);t.size>0&&(this._$Ep=t);}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return S$1(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$EO?.forEach((t=>t.hostConnected?.()));}enableUpdating(t){}disconnectedCallback(){this._$EO?.forEach((t=>t.hostDisconnected?.()));}attributeChangedCallback(t,s,i){this._$AK(t,i);}_$EC(t,s){const i=this.constructor.elementProperties.get(t),e=this.constructor._$Eu(t,i);if(void 0!==e&&!0===i.reflect){const r=(void 0!==i.converter?.toAttribute?i.converter:u$1).toAttribute(s,i.type);this._$Em=t,null==r?this.removeAttribute(e):this.setAttribute(e,r),this._$Em=null;}}_$AK(t,s){const i=this.constructor,e=i._$Eh.get(t);if(void 0!==e&&this._$Em!==e){const t=i.getPropertyOptions(e),r="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:u$1;this._$Em=e,this[e]=r.fromAttribute(s,t.type),this._$Em=null;}}requestUpdate(t,s,i){if(void 0!==t){if(i??=this.constructor.getPropertyOptions(t),!(i.hasChanged??f$1)(this[t],s))return;this.P(t,s,i);}!1===this.isUpdatePending&&(this._$ES=this._$ET());}P(t,s,i){this._$AL.has(t)||this._$AL.set(t,s),!0===i.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t);}async _$ET(){this.isUpdatePending=!0;try{await this._$ES;}catch(t){Promise.reject(t);}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,s]of this._$Ep)this[t]=s;this._$Ep=void 0;}const t=this.constructor.elementProperties;if(t.size>0)for(const[s,i]of t)!0!==i.wrapped||this._$AL.has(s)||void 0===this[s]||this.P(s,this[s],i);}let t=!1;const s=this._$AL;try{t=this.shouldUpdate(s),t?(this.willUpdate(s),this._$EO?.forEach((t=>t.hostUpdate?.())),this.update(s)):this._$EU();}catch(s){throw t=!1,this._$EU(),s}t&&this._$AE(s);}willUpdate(t){}_$AE(t){this._$EO?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t);}_$EU(){this._$AL=new Map,this.isUpdatePending=!1;}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(t){return !0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EC(t,this[t]))),this._$EU();}updated(t){}firstUpdated(t){}}b.elementStyles=[],b.shadowRootOptions={mode:"open"},b[d$1("elementProperties")]=new Map,b[d$1("finalized")]=new Map,p$1?.({ReactiveElement:b}),(a$1.reactiveElementVersions??=[]).push("2.0.4");
2349
201
 
2350
202
  /**
2351
- * Create an SVG string.
2352
- * @deprecated
2353
- * @param {string} name
2354
- * @param {Object} attrs
2355
- * @returns {string}
203
+ * @license
204
+ * Copyright 2017 Google LLC
205
+ * SPDX-License-Identifier: BSD-3-Clause
2356
206
  */
2357
- function toSvg(name) {
2358
- var attrs = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
207
+ const t=globalThis,i=t.trustedTypes,s$1=i?i.createPolicy("lit-html",{createHTML:t=>t}):void 0,e$1="$lit$",h=`lit$${Math.random().toFixed(9).slice(2)}$`,o$1="?"+h,n$1=`<${o$1}>`,r$3=document,l=()=>r$3.createComment(""),c=t=>null===t||"object"!=typeof t&&"function"!=typeof t,a=Array.isArray,u=t=>a(t)||"function"==typeof t?.[Symbol.iterator],d="[ \t\n\f\r]",f=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,v=/-->/g,_=/>/g,m=RegExp(`>|${d}(?:([^\\s"'>=/]+)(${d}*=${d}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),p=/'/g,g=/"/g,$=/^(?:script|style|textarea|title)$/i,y=t=>(i,...s)=>({_$litType$:t,strings:i,values:s}),x=y(1),w=Symbol.for("lit-noChange"),T=Symbol.for("lit-nothing"),A=new WeakMap,E=r$3.createTreeWalker(r$3,129);function C(t,i){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==s$1?s$1.createHTML(i):i}const P=(t,i)=>{const s=t.length-1,o=[];let r,l=2===i?"<svg>":"",c=f;for(let i=0;i<s;i++){const s=t[i];let a,u,d=-1,y=0;for(;y<s.length&&(c.lastIndex=y,u=c.exec(s),null!==u);)y=c.lastIndex,c===f?"!--"===u[1]?c=v:void 0!==u[1]?c=_:void 0!==u[2]?($.test(u[2])&&(r=RegExp("</"+u[2],"g")),c=m):void 0!==u[3]&&(c=m):c===m?">"===u[0]?(c=r??f,d=-1):void 0===u[1]?d=-2:(d=c.lastIndex-u[2].length,a=u[1],c=void 0===u[3]?m:'"'===u[3]?g:p):c===g||c===p?c=m:c===v||c===_?c=f:(c=m,r=void 0);const x=c===m&&t[i+1].startsWith("/>")?" ":"";l+=c===f?s+n$1:d>=0?(o.push(a),s.slice(0,d)+e$1+s.slice(d)+h+x):s+h+(-2===d?i:x);}return [C(t,l+(t[s]||"<?>")+(2===i?"</svg>":"")),o]};class V{constructor({strings:t,_$litType$:s},n){let r;this.parts=[];let c=0,a=0;const u=t.length-1,d=this.parts,[f,v]=P(t,s);if(this.el=V.createElement(f,n),E.currentNode=this.el.content,2===s){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes);}for(;null!==(r=E.nextNode())&&d.length<u;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(e$1)){const i=v[a++],s=r.getAttribute(t).split(h),e=/([.?@])?(.*)/.exec(i);d.push({type:1,index:c,name:e[2],strings:s,ctor:"."===e[1]?k:"?"===e[1]?H:"@"===e[1]?I:R}),r.removeAttribute(t);}else t.startsWith(h)&&(d.push({type:6,index:c}),r.removeAttribute(t));if($.test(r.tagName)){const t=r.textContent.split(h),s=t.length-1;if(s>0){r.textContent=i?i.emptyScript:"";for(let i=0;i<s;i++)r.append(t[i],l()),E.nextNode(),d.push({type:2,index:++c});r.append(t[s],l());}}}else if(8===r.nodeType)if(r.data===o$1)d.push({type:2,index:c});else {let t=-1;for(;-1!==(t=r.data.indexOf(h,t+1));)d.push({type:7,index:c}),t+=h.length-1;}c++;}}static createElement(t,i){const s=r$3.createElement("template");return s.innerHTML=t,s}}function N(t,i,s=t,e){if(i===w)return i;let h=void 0!==e?s._$Co?.[e]:s._$Cl;const o=c(i)?void 0:i._$litDirective$;return h?.constructor!==o&&(h?._$AO?.(!1),void 0===o?h=void 0:(h=new o(t),h._$AT(t,s,e)),void 0!==e?(s._$Co??=[])[e]=h:s._$Cl=h),void 0!==h&&(i=N(t,h._$AS(t,i.values),h,e)),i}class S{constructor(t,i){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=i;}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:i},parts:s}=this._$AD,e=(t?.creationScope??r$3).importNode(i,!0);E.currentNode=e;let h=E.nextNode(),o=0,n=0,l=s[0];for(;void 0!==l;){if(o===l.index){let i;2===l.type?i=new M(h,h.nextSibling,this,t):1===l.type?i=new l.ctor(h,l.name,l.strings,this,t):6===l.type&&(i=new L(h,this,t)),this._$AV.push(i),l=s[++n];}o!==l?.index&&(h=E.nextNode(),o++);}return E.currentNode=r$3,e}p(t){let i=0;for(const s of this._$AV)void 0!==s&&(void 0!==s.strings?(s._$AI(t,s,i),i+=s.strings.length-2):s._$AI(t[i])),i++;}}class M{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,i,s,e){this.type=2,this._$AH=T,this._$AN=void 0,this._$AA=t,this._$AB=i,this._$AM=s,this.options=e,this._$Cv=e?.isConnected??!0;}get parentNode(){let t=this._$AA.parentNode;const i=this._$AM;return void 0!==i&&11===t?.nodeType&&(t=i.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,i=this){t=N(this,t,i),c(t)?t===T||null==t||""===t?(this._$AH!==T&&this._$AR(),this._$AH=T):t!==this._$AH&&t!==w&&this._(t):void 0!==t._$litType$?this.$(t):void 0!==t.nodeType?this.T(t):u(t)?this.k(t):this._(t);}S(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}T(t){this._$AH!==t&&(this._$AR(),this._$AH=this.S(t));}_(t){this._$AH!==T&&c(this._$AH)?this._$AA.nextSibling.data=t:this.T(r$3.createTextNode(t)),this._$AH=t;}$(t){const{values:i,_$litType$:s}=t,e="number"==typeof s?this._$AC(t):(void 0===s.el&&(s.el=V.createElement(C(s.h,s.h[0]),this.options)),s);if(this._$AH?._$AD===e)this._$AH.p(i);else {const t=new S(e,this),s=t.u(this.options);t.p(i),this.T(s),this._$AH=t;}}_$AC(t){let i=A.get(t.strings);return void 0===i&&A.set(t.strings,i=new V(t)),i}k(t){a(this._$AH)||(this._$AH=[],this._$AR());const i=this._$AH;let s,e=0;for(const h of t)e===i.length?i.push(s=new M(this.S(l()),this.S(l()),this,this.options)):s=i[e],s._$AI(h),e++;e<i.length&&(this._$AR(s&&s._$AB.nextSibling,e),i.length=e);}_$AR(t=this._$AA.nextSibling,i){for(this._$AP?.(!1,!0,i);t&&t!==this._$AB;){const i=t.nextSibling;t.remove(),t=i;}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t));}}class R{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,i,s,e,h){this.type=1,this._$AH=T,this._$AN=void 0,this.element=t,this.name=i,this._$AM=e,this.options=h,s.length>2||""!==s[0]||""!==s[1]?(this._$AH=Array(s.length-1).fill(new String),this.strings=s):this._$AH=T;}_$AI(t,i=this,s,e){const h=this.strings;let o=!1;if(void 0===h)t=N(this,t,i,0),o=!c(t)||t!==this._$AH&&t!==w,o&&(this._$AH=t);else {const e=t;let n,r;for(t=h[0],n=0;n<h.length-1;n++)r=N(this,e[s+n],i,n),r===w&&(r=this._$AH[n]),o||=!c(r)||r!==this._$AH[n],r===T?t=T:t!==T&&(t+=(r??"")+h[n+1]),this._$AH[n]=r;}o&&!e&&this.j(t);}j(t){t===T?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"");}}class k extends R{constructor(){super(...arguments),this.type=3;}j(t){this.element[this.name]=t===T?void 0:t;}}class H extends R{constructor(){super(...arguments),this.type=4;}j(t){this.element.toggleAttribute(this.name,!!t&&t!==T);}}class I extends R{constructor(t,i,s,e,h){super(t,i,s,e,h),this.type=5;}_$AI(t,i=this){if((t=N(this,t,i,0)??T)===w)return;const s=this._$AH,e=t===T&&s!==T||t.capture!==s.capture||t.once!==s.once||t.passive!==s.passive,h=t!==T&&(s===T||e);e&&this.element.removeEventListener(this.name,this,s),h&&this.element.addEventListener(this.name,this,t),this._$AH=t;}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t);}}class L{constructor(t,i,s){this.element=t,this.type=6,this._$AN=void 0,this._$AM=i,this.options=s;}get _$AU(){return this._$AM._$AU}_$AI(t){N(this,t);}}const Z=t.litHtmlPolyfillSupport;Z?.(V,M),(t.litHtmlVersions??=[]).push("3.1.3");const j=(t,i,s)=>{const e=s?.renderBefore??i;let h=e._$litPart$;if(void 0===h){const t=s?.renderBefore??null;e._$litPart$=h=new M(i.insertBefore(l(),t),t,void 0,s??{});}return h._$AI(t),h};
2359
208
 
2360
- console.warn('feather.toSvg() is deprecated. Please use feather.icons[name].toSvg() instead.');
2361
-
2362
- if (!name) {
2363
- throw new Error('The required `key` (icon name) parameter is missing.');
209
+ /**
210
+ * @license
211
+ * Copyright 2017 Google LLC
212
+ * SPDX-License-Identifier: BSD-3-Clause
213
+ */class s extends b{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0;}createRenderRoot(){const t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){const i=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=j(i,this.renderRoot,this.renderOptions);}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0);}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1);}render(){return w}}s._$litElement$=!0,s[("finalized")]=!0,globalThis.litElementHydrateSupport?.({LitElement:s});const r$2=globalThis.litElementPolyfillSupport;r$2?.({LitElement:s});(globalThis.litElementVersions??=[]).push("4.0.5");
214
+
215
+ // src/components/icon/icon.styles.ts
216
+ var icon_styles_default = i$2`
217
+ :host {
218
+ display: inline-block;
219
+ width: 1em;
220
+ height: 1em;
221
+ box-sizing: content-box !important;
2364
222
  }
2365
223
 
2366
- if (!_icons2.default[name]) {
2367
- throw new Error('No icon matching \'' + name + '\'. See the complete list of icons at https://feathericons.com');
224
+ svg {
225
+ display: block;
226
+ height: 100%;
227
+ width: 100%;
2368
228
  }
229
+ `;
230
+
231
+ var __defProp = Object.defineProperty;
232
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
233
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
234
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
235
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
236
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
237
+ var __spreadValues = (a, b) => {
238
+ for (var prop in b || (b = {}))
239
+ if (__hasOwnProp.call(b, prop))
240
+ __defNormalProp(a, prop, b[prop]);
241
+ if (__getOwnPropSymbols)
242
+ for (var prop of __getOwnPropSymbols(b)) {
243
+ if (__propIsEnum.call(b, prop))
244
+ __defNormalProp(a, prop, b[prop]);
245
+ }
246
+ return a;
247
+ };
248
+ var __decorateClass = (decorators, target, key, kind) => {
249
+ var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc(target, key) : target;
250
+ for (var i = decorators.length - 1, decorator; i >= 0; i--)
251
+ if (decorator = decorators[i])
252
+ result = (kind ? decorator(target, key, result) : decorator(result)) || result;
253
+ if (kind && result)
254
+ __defProp(target, key, result);
255
+ return result;
256
+ };
2369
257
 
2370
- return _icons2.default[name].toSvg(attrs);
258
+ // src/internal/watch.ts
259
+ function watch(propertyName, options) {
260
+ const resolvedOptions = __spreadValues({
261
+ waitUntilFirstUpdate: false
262
+ }, options);
263
+ return (proto, decoratedFnName) => {
264
+ const { update } = proto;
265
+ const watchedProperties = Array.isArray(propertyName) ? propertyName : [propertyName];
266
+ proto.update = function(changedProps) {
267
+ watchedProperties.forEach((property) => {
268
+ const key = property;
269
+ if (changedProps.has(key)) {
270
+ const oldValue = changedProps.get(key);
271
+ const newValue = this[key];
272
+ if (oldValue !== newValue) {
273
+ if (!resolvedOptions.waitUntilFirstUpdate || this.hasUpdated) {
274
+ this[decoratedFnName](oldValue, newValue);
275
+ }
276
+ }
277
+ }
278
+ });
279
+ update.call(this, changedProps);
280
+ };
281
+ };
2371
282
  }
2372
283
 
2373
- exports.default = toSvg;
2374
-
2375
- /***/ }),
2376
-
2377
- /***/ 0:
2378
- /*!**************************************************!*\
2379
- !*** multi core-js/es/array/from ./src/index.js ***!
2380
- \**************************************************/
2381
- /*! no static exports found */
2382
- /***/ (function(module, exports, __webpack_require__) {
2383
-
2384
- __webpack_require__(/*! core-js/es/array/from */"./node_modules/core-js/es/array/from.js");
2385
- module.exports = __webpack_require__(/*! /home/runner/work/feather/feather/src/index.js */"./src/index.js");
2386
-
284
+ // src/styles/component.styles.ts
285
+ var component_styles_default = i$2`
286
+ :host {
287
+ box-sizing: border-box;
288
+ }
2387
289
 
2388
- /***/ })
290
+ :host *,
291
+ :host *::before,
292
+ :host *::after {
293
+ box-sizing: inherit;
294
+ }
2389
295
 
2390
- /******/ });
2391
- });
296
+ [hidden] {
297
+ display: none !important;
298
+ }
299
+ `;
2392
300
 
2393
- }(feather$1));
301
+ /**
302
+ * @license
303
+ * Copyright 2017 Google LLC
304
+ * SPDX-License-Identifier: BSD-3-Clause
305
+ */const o={attribute:!0,type:String,converter:u$1,reflect:!1,hasChanged:f$1},r$1=(t=o,e,r)=>{const{kind:n,metadata:i}=r;let s=globalThis.litPropertyMetadata.get(i);if(void 0===s&&globalThis.litPropertyMetadata.set(i,s=new Map),s.set(r.name,t),"accessor"===n){const{name:o}=r;return {set(r){const n=e.get.call(this);e.set.call(this,r),this.requestUpdate(o,n,t);},init(e){return void 0!==e&&this.P(o,void 0,t),e}}}if("setter"===n){const{name:o}=r;return function(r){const n=this[o];e.call(this,r),this.requestUpdate(o,n,t);}}throw Error("Unsupported decorator location: "+n)};function n(t){return (e,o)=>"object"==typeof o?r$1(t,e,o):((t,e,o)=>{const r=e.hasOwnProperty(o);return e.constructor.createProperty(o,r?{...t,wrapped:!0}:t),r?Object.getOwnPropertyDescriptor(e,o):void 0})(t,e,o)}
2394
306
 
2395
- const feather = /*@__PURE__*/getDefaultExportFromCjs(feather$1.exports);
307
+ /**
308
+ * @license
309
+ * Copyright 2017 Google LLC
310
+ * SPDX-License-Identifier: BSD-3-Clause
311
+ */function r(r){return n({...r,state:!0,attribute:!1})}
312
+
313
+ var ShoelaceElement = class extends s {
314
+ constructor() {
315
+ super();
316
+ Object.entries(this.constructor.dependencies).forEach(([name, component]) => {
317
+ this.constructor.define(name, component);
318
+ });
319
+ }
320
+ emit(name, options) {
321
+ const event = new CustomEvent(name, __spreadValues({
322
+ bubbles: true,
323
+ cancelable: false,
324
+ composed: true,
325
+ detail: {}
326
+ }, options));
327
+ this.dispatchEvent(event);
328
+ return event;
329
+ }
330
+ /* eslint-enable */
331
+ static define(name, elementConstructor = this, options = {}) {
332
+ const currentlyRegisteredConstructor = customElements.get(name);
333
+ if (!currentlyRegisteredConstructor) {
334
+ customElements.define(name, class extends elementConstructor {
335
+ }, options);
336
+ return;
337
+ }
338
+ let newVersion = " (unknown version)";
339
+ let existingVersion = newVersion;
340
+ if ("version" in elementConstructor && elementConstructor.version) {
341
+ newVersion = " v" + elementConstructor.version;
342
+ }
343
+ if ("version" in currentlyRegisteredConstructor && currentlyRegisteredConstructor.version) {
344
+ existingVersion = " v" + currentlyRegisteredConstructor.version;
345
+ }
346
+ if (newVersion && existingVersion && newVersion === existingVersion) {
347
+ return;
348
+ }
349
+ console.warn(
350
+ `Attempted to register <${name}>${newVersion}, but <${name}>${existingVersion} has already been registered.`
351
+ );
352
+ }
353
+ };
354
+ /* eslint-disable */
355
+ // @ts-expect-error This is auto-injected at build time.
356
+ ShoelaceElement.version = "2.15.0";
357
+ ShoelaceElement.dependencies = {};
358
+ __decorateClass([
359
+ n()
360
+ ], ShoelaceElement.prototype, "dir", 2);
361
+ __decorateClass([
362
+ n()
363
+ ], ShoelaceElement.prototype, "lang", 2);
2396
364
 
2397
- const jumpIconCss = "jump-icon{display:inline-flex;--jump-icon-width:var(--fs-400, 1rem);--jump-icon-height:var(--fs-400, 1rem)}jump-icon svg{width:var(--jump-icon-width);height:var(--jump-icon-height)}jump-icon.small svg{--jump-icon-width:var(--fs-400, 1rem);--jump-icon-height:var(--fs-400, 1rem)}jump-icon.medium svg{--jump-icon-width:var(--fs-500, 1.125rem);--jump-icon-height:var(--fs-500, 1.125rem)}jump-icon.large svg{--jump-icon-width:var(--fs-600, 1.5rem);--jump-icon-height:var(--fs-600, 1.5rem)}";
365
+ /**
366
+ * @license
367
+ * Copyright 2020 Google LLC
368
+ * SPDX-License-Identifier: BSD-3-Clause
369
+ */const e=(o,t)=>void 0===t?void 0!==o?._$litType$:o?._$litType$===t;
370
+
371
+ var CACHEABLE_ERROR = Symbol();
372
+ var RETRYABLE_ERROR = Symbol();
373
+ var parser;
374
+ var iconCache = /* @__PURE__ */ new Map();
375
+ var SlIcon = class extends ShoelaceElement {
376
+ constructor() {
377
+ super(...arguments);
378
+ this.initialRender = false;
379
+ this.svg = null;
380
+ this.label = "";
381
+ this.library = "default";
382
+ }
383
+ /** Given a URL, this function returns the resulting SVG element or an appropriate error symbol. */
384
+ async resolveIcon(url, library) {
385
+ var _a;
386
+ let fileData;
387
+ if (library == null ? void 0 : library.spriteSheet) {
388
+ this.svg = x`<svg part="svg">
389
+ <use part="use" href="${url}"></use>
390
+ </svg>`;
391
+ await this.updateComplete;
392
+ const svg = this.shadowRoot.querySelector("[part='svg']");
393
+ if (typeof library.mutator === "function") {
394
+ library.mutator(svg);
395
+ }
396
+ return this.svg;
397
+ }
398
+ try {
399
+ fileData = await fetch(url, { mode: "cors" });
400
+ if (!fileData.ok)
401
+ return fileData.status === 410 ? CACHEABLE_ERROR : RETRYABLE_ERROR;
402
+ } catch (e) {
403
+ return RETRYABLE_ERROR;
404
+ }
405
+ try {
406
+ const div = document.createElement("div");
407
+ div.innerHTML = await fileData.text();
408
+ const svg = div.firstElementChild;
409
+ if (((_a = svg == null ? void 0 : svg.tagName) == null ? void 0 : _a.toLowerCase()) !== "svg")
410
+ return CACHEABLE_ERROR;
411
+ if (!parser)
412
+ parser = new DOMParser();
413
+ const doc = parser.parseFromString(svg.outerHTML, "text/html");
414
+ const svgEl = doc.body.querySelector("svg");
415
+ if (!svgEl)
416
+ return CACHEABLE_ERROR;
417
+ svgEl.part.add("svg");
418
+ return document.adoptNode(svgEl);
419
+ } catch (e) {
420
+ return CACHEABLE_ERROR;
421
+ }
422
+ }
423
+ connectedCallback() {
424
+ super.connectedCallback();
425
+ watchIcon(this);
426
+ }
427
+ firstUpdated() {
428
+ this.initialRender = true;
429
+ this.setIcon();
430
+ }
431
+ disconnectedCallback() {
432
+ super.disconnectedCallback();
433
+ unwatchIcon(this);
434
+ }
435
+ getIconSource() {
436
+ const library = getIconLibrary(this.library);
437
+ if (this.name && library) {
438
+ return {
439
+ url: library.resolver(this.name),
440
+ fromLibrary: true
441
+ };
442
+ }
443
+ return {
444
+ url: this.src,
445
+ fromLibrary: false
446
+ };
447
+ }
448
+ handleLabelChange() {
449
+ const hasLabel = typeof this.label === "string" && this.label.length > 0;
450
+ if (hasLabel) {
451
+ this.setAttribute("role", "img");
452
+ this.setAttribute("aria-label", this.label);
453
+ this.removeAttribute("aria-hidden");
454
+ } else {
455
+ this.removeAttribute("role");
456
+ this.removeAttribute("aria-label");
457
+ this.setAttribute("aria-hidden", "true");
458
+ }
459
+ }
460
+ async setIcon() {
461
+ var _a;
462
+ const { url, fromLibrary } = this.getIconSource();
463
+ const library = fromLibrary ? getIconLibrary(this.library) : void 0;
464
+ if (!url) {
465
+ this.svg = null;
466
+ return;
467
+ }
468
+ let iconResolver = iconCache.get(url);
469
+ if (!iconResolver) {
470
+ iconResolver = this.resolveIcon(url, library);
471
+ iconCache.set(url, iconResolver);
472
+ }
473
+ if (!this.initialRender) {
474
+ return;
475
+ }
476
+ const svg = await iconResolver;
477
+ if (svg === RETRYABLE_ERROR) {
478
+ iconCache.delete(url);
479
+ }
480
+ if (url !== this.getIconSource().url) {
481
+ return;
482
+ }
483
+ if (e(svg)) {
484
+ this.svg = svg;
485
+ return;
486
+ }
487
+ switch (svg) {
488
+ case RETRYABLE_ERROR:
489
+ case CACHEABLE_ERROR:
490
+ this.svg = null;
491
+ this.emit("sl-error");
492
+ break;
493
+ default:
494
+ this.svg = svg.cloneNode(true);
495
+ (_a = library == null ? void 0 : library.mutator) == null ? void 0 : _a.call(library, this.svg);
496
+ this.emit("sl-load");
497
+ }
498
+ }
499
+ render() {
500
+ return this.svg;
501
+ }
502
+ };
503
+ SlIcon.styles = [component_styles_default, icon_styles_default];
504
+ __decorateClass([
505
+ r()
506
+ ], SlIcon.prototype, "svg", 2);
507
+ __decorateClass([
508
+ n({ reflect: true })
509
+ ], SlIcon.prototype, "name", 2);
510
+ __decorateClass([
511
+ n()
512
+ ], SlIcon.prototype, "src", 2);
513
+ __decorateClass([
514
+ n()
515
+ ], SlIcon.prototype, "label", 2);
516
+ __decorateClass([
517
+ n({ reflect: true })
518
+ ], SlIcon.prototype, "library", 2);
519
+ __decorateClass([
520
+ watch("label")
521
+ ], SlIcon.prototype, "handleLabelChange", 1);
522
+ __decorateClass([
523
+ watch(["name", "src", "library"])
524
+ ], SlIcon.prototype, "setIcon", 1);
525
+
526
+ SlIcon.define("sl-icon");
527
+
528
+ const jumpIconCss = ":host{display:inline-flex}sl-icon{display:inline-flex}sl-icon[library=lucide]{width:var(--sl-icon-width);height:var(--sl-icon-height)}sl-icon[library=lucide][size=small]{--sl-icon-width:var(--fs-400, 1rem);--sl-icon-height:var(--fs-400, 1rem)}sl-icon[library=lucide][size=medium]{--sl-icon-width:var(--fs-500, 1.125rem);--sl-icon-height:var(--fs-500, 1.125rem)}sl-icon[library=lucide][size=large]{--sl-icon-width:var(--fs-600, 1.5rem);--sl-icon-height:var(--fs-600, 1.5rem)}sl-icon[library=lucide][size=inherit]{width:100%;height:100%}sl-icon[library=custom]{width:var(--sl-icon-width);height:var(--sl-icon-height)}sl-icon[library=custom][size=small]{--sl-icon-width:var(--fs-400, 1rem);--sl-icon-height:var(--fs-400, 1rem)}sl-icon[library=custom][size=medium]{--sl-icon-width:var(--fs-500, 1.125rem);--sl-icon-height:var(--fs-500, 1.125rem)}sl-icon[library=custom][size=large]{--sl-icon-width:var(--fs-600, 1.5rem);--sl-icon-height:var(--fs-600, 1.5rem)}sl-icon[library=custom][size=inherit]{width:inherit;height:inherit}sl-icon[library=fa]{font-size:var(--font-size);line-height:var(--line-height)}sl-icon[library=fa][size=small]{--font-size:var(--fs-400, 1rem);--line-height:var(--fs-400, 1rem)}sl-icon[library=fa][size=medium]{--font-size:var(--fs-500, 1.125rem);--line-height:var(--fs-500, 1.125rem)}sl-icon[library=fa][size=large]{--font-size:var(--fs-600, 1.5rem);--line-height:var(--fs-600, 1.5rem)}sl-icon[library=fa][size=inherit]{font-size:inherit;line-height:inherit}";
2398
529
  const JumpIconStyle0 = jumpIconCss;
2399
530
 
2400
- const JumpIcon = /*@__PURE__*/ proxyCustomElement(class JumpIcon extends HTMLElement {
531
+ const JumpIcon = /*@__PURE__*/ proxyCustomElement(class JumpIcon extends HTMLElement$1 {
2401
532
  constructor() {
2402
533
  super();
2403
534
  this.__registerHost();
2404
- this.name = undefined;
535
+ this.__attachShadow();
536
+ this.fontAwesomeClassGenerator = (name, category) => {
537
+ let fa_class = [];
538
+ let category_class = !category ? 'category-classic' : `category-${category}`;
539
+ category_class && fa_class.push(category_class);
540
+ let name_class = `name-${name}`;
541
+ name_class && fa_class.push(name_class);
542
+ return fa_class.join(' ');
543
+ };
544
+ this.fontAwesomeLibrary = {
545
+ resolver: name => {
546
+ const found_classes = name.split(' ');
547
+ const category = found_classes.find(c => c.startsWith('category-')).replace('category-', '');
548
+ const icon_name = found_classes.find(c => c.startsWith('name-')).replace('name-', '');
549
+ return `https://designsystem-media.jumpgroup.it/svgs/${category}/${icon_name}.svg`;
550
+ },
551
+ mutator: svg => svg.setAttribute('fill', 'currentColor'),
552
+ };
553
+ this.lucideLibrary = {
554
+ resolver: name => `https://cdn.jsdelivr.net/npm/lucide-static@0.16.29/icons/${name}.svg`,
555
+ };
2405
556
  this.class = undefined;
557
+ this.library = 'fa';
558
+ this.name = 'heart';
559
+ this.category = 'solid';
2406
560
  this.size = undefined;
561
+ this.label = undefined;
562
+ this.src = undefined;
2407
563
  }
2408
- componentDidLoad() {
2409
- feather.replace();
564
+ componentWillLoad() {
565
+ let libraryConfig = this.lucideLibrary;
566
+ this.size = this.size || 'inherit';
567
+ switch (this.library) {
568
+ case 'fa':
569
+ libraryConfig = this.fontAwesomeLibrary;
570
+ break;
571
+ case 'lucide':
572
+ libraryConfig = this.lucideLibrary;
573
+ break;
574
+ }
575
+ registerIconLibrary(this.library, libraryConfig);
2410
576
  }
2411
577
  render() {
2412
- return (h(Host, { key: '69247a6f3ad9817e9e768998277e5aa8dfceac73' }, h("i", { key: '92bd5adbe5e02ed7c272514a91d929975b1d93d3', "data-feather": this.name, class: this.class })));
578
+ if (!this.name && !this.src) {
579
+ return `Please set the 'name' or 'src' property to display the icon`;
580
+ }
581
+ if (this.library === 'custom') {
582
+ return h$2("sl-icon", { library: this.library, src: this.src, size: this.size, label: this.label });
583
+ }
584
+ if (this.library === 'lucide') {
585
+ return h$2("sl-icon", { library: this.library, name: this.name, size: this.size, label: this.label });
586
+ }
587
+ if (this.library === 'fa') {
588
+ return h$2("sl-icon", { library: this.library, name: this.fontAwesomeClassGenerator(this.name, this.category), class: this.class, size: this.size, label: this.label });
589
+ }
2413
590
  }
2414
591
  static get style() { return JumpIconStyle0; }
2415
- }, [0, "jump-icon", {
2416
- "name": [1],
592
+ }, [1, "jump-icon", {
2417
593
  "class": [1],
2418
- "size": [1]
594
+ "library": [1],
595
+ "name": [1],
596
+ "category": [1],
597
+ "size": [1],
598
+ "label": [1],
599
+ "src": [1]
2419
600
  }]);
2420
601
  function defineCustomElement() {
2421
602
  if (typeof customElements === "undefined") {