@amiceli/papierjs 0.13.0 → 0.14.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 (388) hide show
  1. package/dist/cjs/app-globals-V2Kpy_OQ.js +0 -3
  2. package/dist/cjs/feather-hhpdTUdS.js +0 -3
  3. package/dist/cjs/{index-BLkeAjdP.js → index-BPI196cE.js} +428 -238
  4. package/dist/cjs/index.cjs.js +0 -3
  5. package/dist/cjs/loader.cjs.js +2 -5
  6. package/dist/cjs/p-accordion.cjs.entry.js +3 -6
  7. package/dist/cjs/p-alert.cjs.entry.js +3 -6
  8. package/dist/cjs/p-badge.cjs.entry.js +3 -6
  9. package/dist/cjs/p-breadcrumb-item.cjs.entry.js +3 -6
  10. package/dist/cjs/p-breadcrumb.cjs.entry.js +3 -6
  11. package/dist/cjs/p-button_4.cjs.entry.js +9 -12
  12. package/dist/cjs/p-card.cjs.entry.js +3 -6
  13. package/dist/cjs/p-icon.cjs.entry.js +803 -492
  14. package/dist/cjs/p-input-text.cjs.entry.js +3 -6
  15. package/dist/cjs/p-leaf.cjs.entry.js +3 -6
  16. package/dist/cjs/p-modal.cjs.entry.js +3 -6
  17. package/dist/cjs/p-navbar-item.cjs.entry.js +3 -6
  18. package/dist/cjs/p-navbar.cjs.entry.js +3 -6
  19. package/dist/cjs/p-notification-preview.cjs.entry.js +1 -4
  20. package/dist/cjs/p-notification.cjs.entry.js +3 -6
  21. package/dist/cjs/p-progress-bar.cjs.entry.js +3 -6
  22. package/dist/cjs/p-slider.cjs.entry.js +3 -6
  23. package/dist/cjs/p-spinner.cjs.entry.js +3 -6
  24. package/dist/cjs/p-switch-tile.cjs.entry.js +3 -6
  25. package/dist/cjs/p-switch.cjs.entry.js +3 -6
  26. package/dist/cjs/p-tab.cjs.entry.js +3 -6
  27. package/dist/cjs/p-tabs.cjs.entry.js +3 -6
  28. package/dist/cjs/p-tooltip.cjs.entry.js +3 -6
  29. package/dist/cjs/papierjs.cjs.js +3 -6
  30. package/dist/collection/collection-manifest.json +2 -2
  31. package/dist/collection/components/breadcrumb/p-breadcrumb/p-breadcrumb.js +1 -2
  32. package/dist/collection/components/breadcrumb/p-breadcrumb-item/p-breadcrumb-item.js +4 -5
  33. package/dist/collection/components/dropdown/p-dropdown/p-dropdown.css +2 -1
  34. package/dist/collection/components/dropdown/p-dropdown/p-dropdown.js +5 -6
  35. package/dist/collection/components/dropdown/p-dropdown-item/p-dropdown-item.js +4 -5
  36. package/dist/collection/components/form/p-input-text/input-text.js +13 -14
  37. package/dist/collection/components/form/p-slider/sliders.js +6 -7
  38. package/dist/collection/components/form/p-slider/sliders.preview.js +0 -1
  39. package/dist/collection/components/form/p-switch/switch.js +4 -5
  40. package/dist/collection/components/form/p-switch-tile/switch-tile.js +5 -6
  41. package/dist/collection/components/navigation/p-navbar/p-navbar.js +5 -6
  42. package/dist/collection/components/navigation/p-navbar-item/p-navbar-item.js +6 -7
  43. package/dist/collection/components/notification/p-notification/p-notification.js +4 -5
  44. package/dist/collection/components/notification/p-notification-handler/p-notification-handler.js +0 -1
  45. package/dist/collection/components/notification/p-notification-handler/stories/p-notification-preview.js +0 -1
  46. package/dist/collection/components/p-accordion/p-accordion.js +4 -5
  47. package/dist/collection/components/p-alert/p-alert.css +2 -1
  48. package/dist/collection/components/p-alert/p-alert.js +3 -4
  49. package/dist/collection/components/p-badge/p-badge.js +2 -3
  50. package/dist/collection/components/p-button/p-button.js +8 -9
  51. package/dist/collection/components/p-card/p-card.css +4 -2
  52. package/dist/collection/components/p-card/p-card.js +4 -5
  53. package/dist/collection/components/p-icon/icons.js +800 -487
  54. package/dist/collection/components/p-icon/p-icon.js +4 -5
  55. package/dist/collection/components/p-leaf/p-leaf.js +1 -2
  56. package/dist/collection/components/p-modal/p-modal.js +0 -1
  57. package/dist/collection/components/p-progress-bar/p-progress-bar.js +6 -7
  58. package/dist/collection/components/p-spinner/p-spinner.js +5 -6
  59. package/dist/collection/components/p-tooltip/p-tooltip.js +7 -8
  60. package/dist/collection/components/tabs/p-tab/p-tab.js +4 -5
  61. package/dist/collection/components/tabs/p-tabs/p-tabs.css +2 -1
  62. package/dist/collection/components/tabs/p-tabs/p-tabs.js +1 -2
  63. package/dist/collection/index.js +0 -1
  64. package/dist/components/index.d.ts +2 -0
  65. package/dist/components/index.js +1 -1598
  66. package/dist/components/p-5-w_S81x.js +1 -0
  67. package/dist/components/p-BGN4QYf2.js +1 -0
  68. package/dist/components/p-C5tpu5nv.js +1 -0
  69. package/dist/components/p-CUWorjH5.js +1 -0
  70. package/dist/components/p-DQalURmG.js +1 -0
  71. package/dist/components/p-DYFuR0tp.js +1 -0
  72. package/dist/components/p-accordion.js +1 -54
  73. package/dist/components/p-alert.js +1 -76
  74. package/dist/components/p-badge.js +1 -52
  75. package/dist/components/p-breadcrumb-item.js +1 -54
  76. package/dist/components/p-breadcrumb.js +1 -58
  77. package/dist/components/p-button.js +1 -9
  78. package/dist/components/p-card.js +1 -59
  79. package/dist/components/p-dropdown-item.js +1 -9
  80. package/dist/components/p-dropdown.js +1 -9
  81. package/dist/components/p-fjnyWEDB.js +165 -2246
  82. package/dist/components/p-icon.js +1 -9
  83. package/dist/components/p-input-text.js +1 -85
  84. package/dist/components/p-leaf.js +1 -42
  85. package/dist/components/p-modal.js +1 -50
  86. package/dist/components/p-navbar-item.js +1 -57
  87. package/dist/components/p-navbar.js +1 -70
  88. package/dist/components/p-notification-handler.js +1 -9
  89. package/dist/components/p-notification-preview.js +1 -104
  90. package/dist/components/p-notification.js +1 -9
  91. package/dist/components/p-progress-bar.js +1 -87
  92. package/dist/components/p-slider.js +1 -57
  93. package/dist/components/p-spinner.js +1 -9
  94. package/dist/components/p-switch-tile.js +1 -69
  95. package/dist/components/p-switch.js +1 -61
  96. package/dist/components/p-tab.js +1 -47
  97. package/dist/components/p-tabs.js +1 -85
  98. package/dist/components/p-tooltip.js +1 -49
  99. package/dist/components/p-wCnrlyQl.js +1 -0
  100. package/dist/esm/app-globals-DQuL1Twl.js +0 -3
  101. package/dist/esm/feather-fjnyWEDB.js +0 -3
  102. package/dist/esm/{index-D_9dM54j.js → index-B4NZTtB_.js} +429 -239
  103. package/dist/esm/index.js +0 -3
  104. package/dist/esm/loader.js +3 -6
  105. package/dist/esm/p-accordion.entry.js +3 -6
  106. package/dist/esm/p-alert.entry.js +3 -6
  107. package/dist/esm/p-badge.entry.js +3 -6
  108. package/dist/esm/p-breadcrumb-item.entry.js +3 -6
  109. package/dist/esm/p-breadcrumb.entry.js +3 -6
  110. package/dist/esm/p-button_4.entry.js +9 -12
  111. package/dist/esm/p-card.entry.js +3 -6
  112. package/dist/esm/p-icon.entry.js +803 -492
  113. package/dist/esm/p-input-text.entry.js +3 -6
  114. package/dist/esm/p-leaf.entry.js +3 -6
  115. package/dist/esm/p-modal.entry.js +3 -6
  116. package/dist/esm/p-navbar-item.entry.js +3 -6
  117. package/dist/esm/p-navbar.entry.js +3 -6
  118. package/dist/esm/p-notification-preview.entry.js +1 -4
  119. package/dist/esm/p-notification.entry.js +3 -6
  120. package/dist/esm/p-progress-bar.entry.js +3 -6
  121. package/dist/esm/p-slider.entry.js +3 -6
  122. package/dist/esm/p-spinner.entry.js +3 -6
  123. package/dist/esm/p-switch-tile.entry.js +3 -6
  124. package/dist/esm/p-switch.entry.js +3 -6
  125. package/dist/esm/p-tab.entry.js +3 -6
  126. package/dist/esm/p-tabs.entry.js +3 -6
  127. package/dist/esm/p-tooltip.entry.js +3 -6
  128. package/dist/esm/papierjs.js +4 -7
  129. package/dist/papierjs/index.esm.js +0 -2
  130. package/dist/papierjs/p-0d6ba9a4.entry.js +1 -0
  131. package/dist/papierjs/p-1071b445.entry.js +1 -0
  132. package/dist/papierjs/p-18e2b807.entry.js +1 -0
  133. package/dist/papierjs/p-1e0a94d9.entry.js +1 -0
  134. package/dist/papierjs/p-3654bad6.entry.js +1 -0
  135. package/dist/papierjs/p-3be660f1.entry.js +1 -0
  136. package/dist/papierjs/p-57dc9248.entry.js +1 -0
  137. package/dist/papierjs/p-59d1a95c.entry.js +1 -0
  138. package/dist/papierjs/p-6178a41a.entry.js +1 -0
  139. package/dist/papierjs/p-67ec8731.entry.js +1 -0
  140. package/dist/papierjs/p-6b73ff84.entry.js +1 -0
  141. package/dist/papierjs/p-72477120.entry.js +1 -0
  142. package/dist/papierjs/p-8d4911ee.entry.js +1 -0
  143. package/dist/papierjs/p-8dfc72ce.entry.js +1 -0
  144. package/dist/papierjs/p-8e8a85f2.entry.js +1 -0
  145. package/dist/papierjs/p-B4NZTtB_.js +2 -0
  146. package/dist/papierjs/p-DQuL1Twl.js +1 -2
  147. package/dist/papierjs/p-a0a5a5f8.entry.js +1 -0
  148. package/dist/papierjs/p-a2a46625.entry.js +1 -0
  149. package/dist/papierjs/p-b3ff9364.entry.js +1 -0
  150. package/dist/papierjs/p-c7d6c23a.entry.js +1 -0
  151. package/dist/papierjs/p-d6e3f78d.entry.js +1 -0
  152. package/dist/papierjs/p-d6fa2cc2.entry.js +1 -0
  153. package/dist/papierjs/p-d8f96a15.entry.js +1 -0
  154. package/dist/papierjs/p-d9520b51.entry.js +1 -0
  155. package/dist/papierjs/p-fjnyWEDB.js +79 -80
  156. package/dist/papierjs/papierjs.esm.js +1 -2
  157. package/dist/types/components.d.ts +186 -49
  158. package/dist/types/stencil-public-runtime.d.ts +155 -6
  159. package/package.json +22 -21
  160. package/dist/cjs/app-globals-V2Kpy_OQ.js.map +0 -1
  161. package/dist/cjs/feather-hhpdTUdS.js.map +0 -1
  162. package/dist/cjs/index-BLkeAjdP.js.map +0 -1
  163. package/dist/cjs/index.cjs.js.map +0 -1
  164. package/dist/cjs/loader.cjs.js.map +0 -1
  165. package/dist/cjs/p-accordion.cjs.entry.js.map +0 -1
  166. package/dist/cjs/p-accordion.entry.cjs.js.map +0 -1
  167. package/dist/cjs/p-alert.cjs.entry.js.map +0 -1
  168. package/dist/cjs/p-alert.entry.cjs.js.map +0 -1
  169. package/dist/cjs/p-badge.cjs.entry.js.map +0 -1
  170. package/dist/cjs/p-badge.entry.cjs.js.map +0 -1
  171. package/dist/cjs/p-breadcrumb-item.cjs.entry.js.map +0 -1
  172. package/dist/cjs/p-breadcrumb-item.entry.cjs.js.map +0 -1
  173. package/dist/cjs/p-breadcrumb.cjs.entry.js.map +0 -1
  174. package/dist/cjs/p-breadcrumb.entry.cjs.js.map +0 -1
  175. package/dist/cjs/p-button.p-dropdown.p-dropdown-item.p-notification-handler.entry.cjs.js.map +0 -1
  176. package/dist/cjs/p-button_4.cjs.entry.js.map +0 -1
  177. package/dist/cjs/p-card.cjs.entry.js.map +0 -1
  178. package/dist/cjs/p-card.entry.cjs.js.map +0 -1
  179. package/dist/cjs/p-icon.cjs.entry.js.map +0 -1
  180. package/dist/cjs/p-icon.entry.cjs.js.map +0 -1
  181. package/dist/cjs/p-input-text.cjs.entry.js.map +0 -1
  182. package/dist/cjs/p-input-text.entry.cjs.js.map +0 -1
  183. package/dist/cjs/p-leaf.cjs.entry.js.map +0 -1
  184. package/dist/cjs/p-leaf.entry.cjs.js.map +0 -1
  185. package/dist/cjs/p-modal.cjs.entry.js.map +0 -1
  186. package/dist/cjs/p-modal.entry.cjs.js.map +0 -1
  187. package/dist/cjs/p-navbar-item.cjs.entry.js.map +0 -1
  188. package/dist/cjs/p-navbar-item.entry.cjs.js.map +0 -1
  189. package/dist/cjs/p-navbar.cjs.entry.js.map +0 -1
  190. package/dist/cjs/p-navbar.entry.cjs.js.map +0 -1
  191. package/dist/cjs/p-notification-preview.cjs.entry.js.map +0 -1
  192. package/dist/cjs/p-notification-preview.entry.cjs.js.map +0 -1
  193. package/dist/cjs/p-notification.cjs.entry.js.map +0 -1
  194. package/dist/cjs/p-notification.entry.cjs.js.map +0 -1
  195. package/dist/cjs/p-progress-bar.cjs.entry.js.map +0 -1
  196. package/dist/cjs/p-progress-bar.entry.cjs.js.map +0 -1
  197. package/dist/cjs/p-slider.cjs.entry.js.map +0 -1
  198. package/dist/cjs/p-slider.entry.cjs.js.map +0 -1
  199. package/dist/cjs/p-spinner.cjs.entry.js.map +0 -1
  200. package/dist/cjs/p-spinner.entry.cjs.js.map +0 -1
  201. package/dist/cjs/p-switch-tile.cjs.entry.js.map +0 -1
  202. package/dist/cjs/p-switch-tile.entry.cjs.js.map +0 -1
  203. package/dist/cjs/p-switch.cjs.entry.js.map +0 -1
  204. package/dist/cjs/p-switch.entry.cjs.js.map +0 -1
  205. package/dist/cjs/p-tab.cjs.entry.js.map +0 -1
  206. package/dist/cjs/p-tab.entry.cjs.js.map +0 -1
  207. package/dist/cjs/p-tabs.cjs.entry.js.map +0 -1
  208. package/dist/cjs/p-tabs.entry.cjs.js.map +0 -1
  209. package/dist/cjs/p-tooltip.cjs.entry.js.map +0 -1
  210. package/dist/cjs/p-tooltip.entry.cjs.js.map +0 -1
  211. package/dist/cjs/papierjs.cjs.js.map +0 -1
  212. package/dist/collection/components/breadcrumb/p-breadcrumb/p-breadcrumb.js.map +0 -1
  213. package/dist/collection/components/breadcrumb/p-breadcrumb-item/p-breadcrumb-item.js.map +0 -1
  214. package/dist/collection/components/dropdown/p-dropdown/p-dropdown.js.map +0 -1
  215. package/dist/collection/components/dropdown/p-dropdown-item/p-dropdown-item.js.map +0 -1
  216. package/dist/collection/components/form/p-input-text/input-text.js.map +0 -1
  217. package/dist/collection/components/form/p-slider/sliders.js.map +0 -1
  218. package/dist/collection/components/form/p-slider/sliders.preview.js.map +0 -1
  219. package/dist/collection/components/form/p-switch/switch.js.map +0 -1
  220. package/dist/collection/components/form/p-switch-tile/switch-tile.js.map +0 -1
  221. package/dist/collection/components/navigation/p-navbar/p-navbar.js.map +0 -1
  222. package/dist/collection/components/navigation/p-navbar-item/p-navbar-item.js.map +0 -1
  223. package/dist/collection/components/notification/p-notification/p-notification.js.map +0 -1
  224. package/dist/collection/components/notification/p-notification-handler/p-notification-handler.js.map +0 -1
  225. package/dist/collection/components/notification/p-notification-handler/stories/p-notification-preview.js.map +0 -1
  226. package/dist/collection/components/p-accordion/p-accordion.js.map +0 -1
  227. package/dist/collection/components/p-alert/p-alert.js.map +0 -1
  228. package/dist/collection/components/p-badge/p-badge.js.map +0 -1
  229. package/dist/collection/components/p-button/p-button.js.map +0 -1
  230. package/dist/collection/components/p-card/p-card.js.map +0 -1
  231. package/dist/collection/components/p-icon/icons.js.map +0 -1
  232. package/dist/collection/components/p-icon/p-icon.js.map +0 -1
  233. package/dist/collection/components/p-leaf/p-leaf.js.map +0 -1
  234. package/dist/collection/components/p-modal/p-modal.js.map +0 -1
  235. package/dist/collection/components/p-progress-bar/p-progress-bar.js.map +0 -1
  236. package/dist/collection/components/p-spinner/p-spinner.js.map +0 -1
  237. package/dist/collection/components/p-tooltip/p-tooltip.js.map +0 -1
  238. package/dist/collection/components/tabs/p-tab/p-tab.js.map +0 -1
  239. package/dist/collection/components/tabs/p-tabs/p-tabs.js.map +0 -1
  240. package/dist/collection/index.js.map +0 -1
  241. package/dist/components/index.js.map +0 -1
  242. package/dist/components/p-BoXBUJUF.js +0 -53
  243. package/dist/components/p-BoXBUJUF.js.map +0 -1
  244. package/dist/components/p-C4fWM-W2.js +0 -93
  245. package/dist/components/p-C4fWM-W2.js.map +0 -1
  246. package/dist/components/p-DJ_d_AJY.js +0 -533
  247. package/dist/components/p-DJ_d_AJY.js.map +0 -1
  248. package/dist/components/p-DKlrOj-0.js +0 -78
  249. package/dist/components/p-DKlrOj-0.js.map +0 -1
  250. package/dist/components/p-DZbntG23.js +0 -49
  251. package/dist/components/p-DZbntG23.js.map +0 -1
  252. package/dist/components/p-Ixyl16zU.js +0 -102
  253. package/dist/components/p-Ixyl16zU.js.map +0 -1
  254. package/dist/components/p-accordion.js.map +0 -1
  255. package/dist/components/p-alert.js.map +0 -1
  256. package/dist/components/p-badge.js.map +0 -1
  257. package/dist/components/p-breadcrumb-item.js.map +0 -1
  258. package/dist/components/p-breadcrumb.js.map +0 -1
  259. package/dist/components/p-button.js.map +0 -1
  260. package/dist/components/p-card.js.map +0 -1
  261. package/dist/components/p-dropdown-item.js.map +0 -1
  262. package/dist/components/p-dropdown.js.map +0 -1
  263. package/dist/components/p-fjnyWEDB.js.map +0 -1
  264. package/dist/components/p-icon.js.map +0 -1
  265. package/dist/components/p-input-text.js.map +0 -1
  266. package/dist/components/p-k0dKInmh.js +0 -81
  267. package/dist/components/p-k0dKInmh.js.map +0 -1
  268. package/dist/components/p-leaf.js.map +0 -1
  269. package/dist/components/p-modal.js.map +0 -1
  270. package/dist/components/p-navbar-item.js.map +0 -1
  271. package/dist/components/p-navbar.js.map +0 -1
  272. package/dist/components/p-notification-handler.js.map +0 -1
  273. package/dist/components/p-notification-preview.js.map +0 -1
  274. package/dist/components/p-notification.js.map +0 -1
  275. package/dist/components/p-progress-bar.js.map +0 -1
  276. package/dist/components/p-slider.js.map +0 -1
  277. package/dist/components/p-spinner.js.map +0 -1
  278. package/dist/components/p-switch-tile.js.map +0 -1
  279. package/dist/components/p-switch.js.map +0 -1
  280. package/dist/components/p-tab.js.map +0 -1
  281. package/dist/components/p-tabs.js.map +0 -1
  282. package/dist/components/p-tooltip.js.map +0 -1
  283. package/dist/esm/app-globals-DQuL1Twl.js.map +0 -1
  284. package/dist/esm/feather-fjnyWEDB.js.map +0 -1
  285. package/dist/esm/index-D_9dM54j.js.map +0 -1
  286. package/dist/esm/index.js.map +0 -1
  287. package/dist/esm/loader.js.map +0 -1
  288. package/dist/esm/p-accordion.entry.js.map +0 -1
  289. package/dist/esm/p-alert.entry.js.map +0 -1
  290. package/dist/esm/p-badge.entry.js.map +0 -1
  291. package/dist/esm/p-breadcrumb-item.entry.js.map +0 -1
  292. package/dist/esm/p-breadcrumb.entry.js.map +0 -1
  293. package/dist/esm/p-button.p-dropdown.p-dropdown-item.p-notification-handler.entry.js.map +0 -1
  294. package/dist/esm/p-button_4.entry.js.map +0 -1
  295. package/dist/esm/p-card.entry.js.map +0 -1
  296. package/dist/esm/p-icon.entry.js.map +0 -1
  297. package/dist/esm/p-input-text.entry.js.map +0 -1
  298. package/dist/esm/p-leaf.entry.js.map +0 -1
  299. package/dist/esm/p-modal.entry.js.map +0 -1
  300. package/dist/esm/p-navbar-item.entry.js.map +0 -1
  301. package/dist/esm/p-navbar.entry.js.map +0 -1
  302. package/dist/esm/p-notification-preview.entry.js.map +0 -1
  303. package/dist/esm/p-notification.entry.js.map +0 -1
  304. package/dist/esm/p-progress-bar.entry.js.map +0 -1
  305. package/dist/esm/p-slider.entry.js.map +0 -1
  306. package/dist/esm/p-spinner.entry.js.map +0 -1
  307. package/dist/esm/p-switch-tile.entry.js.map +0 -1
  308. package/dist/esm/p-switch.entry.js.map +0 -1
  309. package/dist/esm/p-tab.entry.js.map +0 -1
  310. package/dist/esm/p-tabs.entry.js.map +0 -1
  311. package/dist/esm/p-tooltip.entry.js.map +0 -1
  312. package/dist/esm/papierjs.js.map +0 -1
  313. package/dist/papierjs/index.esm.js.map +0 -1
  314. package/dist/papierjs/loader.esm.js.map +0 -1
  315. package/dist/papierjs/p-06665233.entry.js +0 -2
  316. package/dist/papierjs/p-06665233.entry.js.map +0 -1
  317. package/dist/papierjs/p-0669cc21.entry.js +0 -2
  318. package/dist/papierjs/p-0669cc21.entry.js.map +0 -1
  319. package/dist/papierjs/p-32a83d75.entry.js +0 -2
  320. package/dist/papierjs/p-32a83d75.entry.js.map +0 -1
  321. package/dist/papierjs/p-3521cd61.entry.js +0 -2
  322. package/dist/papierjs/p-3521cd61.entry.js.map +0 -1
  323. package/dist/papierjs/p-36b16c41.entry.js +0 -2
  324. package/dist/papierjs/p-36b16c41.entry.js.map +0 -1
  325. package/dist/papierjs/p-5123b85c.entry.js +0 -2
  326. package/dist/papierjs/p-5123b85c.entry.js.map +0 -1
  327. package/dist/papierjs/p-584a8668.entry.js +0 -2
  328. package/dist/papierjs/p-584a8668.entry.js.map +0 -1
  329. package/dist/papierjs/p-5b2a221d.entry.js +0 -2
  330. package/dist/papierjs/p-5b2a221d.entry.js.map +0 -1
  331. package/dist/papierjs/p-67844159.entry.js +0 -2
  332. package/dist/papierjs/p-67844159.entry.js.map +0 -1
  333. package/dist/papierjs/p-746d71e0.entry.js +0 -2
  334. package/dist/papierjs/p-746d71e0.entry.js.map +0 -1
  335. package/dist/papierjs/p-7568d1fc.entry.js +0 -2
  336. package/dist/papierjs/p-7568d1fc.entry.js.map +0 -1
  337. package/dist/papierjs/p-7b5bdb17.entry.js +0 -2
  338. package/dist/papierjs/p-7b5bdb17.entry.js.map +0 -1
  339. package/dist/papierjs/p-84f025d2.entry.js +0 -2
  340. package/dist/papierjs/p-84f025d2.entry.js.map +0 -1
  341. package/dist/papierjs/p-88d842c1.entry.js +0 -2
  342. package/dist/papierjs/p-88d842c1.entry.js.map +0 -1
  343. package/dist/papierjs/p-DQuL1Twl.js.map +0 -1
  344. package/dist/papierjs/p-D_9dM54j.js +0 -3
  345. package/dist/papierjs/p-D_9dM54j.js.map +0 -1
  346. package/dist/papierjs/p-a78f900c.entry.js +0 -2
  347. package/dist/papierjs/p-a78f900c.entry.js.map +0 -1
  348. package/dist/papierjs/p-accordion.entry.esm.js.map +0 -1
  349. package/dist/papierjs/p-alert.entry.esm.js.map +0 -1
  350. package/dist/papierjs/p-badge.entry.esm.js.map +0 -1
  351. package/dist/papierjs/p-breadcrumb-item.entry.esm.js.map +0 -1
  352. package/dist/papierjs/p-breadcrumb.entry.esm.js.map +0 -1
  353. package/dist/papierjs/p-button.p-dropdown.p-dropdown-item.p-notification-handler.entry.esm.js.map +0 -1
  354. package/dist/papierjs/p-c0b0d2e5.entry.js +0 -2
  355. package/dist/papierjs/p-c0b0d2e5.entry.js.map +0 -1
  356. package/dist/papierjs/p-c40d688c.entry.js +0 -2
  357. package/dist/papierjs/p-c40d688c.entry.js.map +0 -1
  358. package/dist/papierjs/p-card.entry.esm.js.map +0 -1
  359. package/dist/papierjs/p-e66223a0.entry.js +0 -2
  360. package/dist/papierjs/p-e66223a0.entry.js.map +0 -1
  361. package/dist/papierjs/p-ee13e3f6.entry.js +0 -2
  362. package/dist/papierjs/p-ee13e3f6.entry.js.map +0 -1
  363. package/dist/papierjs/p-f24c4b34.entry.js +0 -2
  364. package/dist/papierjs/p-f24c4b34.entry.js.map +0 -1
  365. package/dist/papierjs/p-fb89dd1a.entry.js +0 -2
  366. package/dist/papierjs/p-fb89dd1a.entry.js.map +0 -1
  367. package/dist/papierjs/p-fbafe809.entry.js +0 -2
  368. package/dist/papierjs/p-fbafe809.entry.js.map +0 -1
  369. package/dist/papierjs/p-fe48422b.entry.js +0 -2
  370. package/dist/papierjs/p-fe48422b.entry.js.map +0 -1
  371. package/dist/papierjs/p-fjnyWEDB.js.map +0 -1
  372. package/dist/papierjs/p-icon.entry.esm.js.map +0 -1
  373. package/dist/papierjs/p-input-text.entry.esm.js.map +0 -1
  374. package/dist/papierjs/p-leaf.entry.esm.js.map +0 -1
  375. package/dist/papierjs/p-modal.entry.esm.js.map +0 -1
  376. package/dist/papierjs/p-navbar-item.entry.esm.js.map +0 -1
  377. package/dist/papierjs/p-navbar.entry.esm.js.map +0 -1
  378. package/dist/papierjs/p-notification-preview.entry.esm.js.map +0 -1
  379. package/dist/papierjs/p-notification.entry.esm.js.map +0 -1
  380. package/dist/papierjs/p-progress-bar.entry.esm.js.map +0 -1
  381. package/dist/papierjs/p-slider.entry.esm.js.map +0 -1
  382. package/dist/papierjs/p-spinner.entry.esm.js.map +0 -1
  383. package/dist/papierjs/p-switch-tile.entry.esm.js.map +0 -1
  384. package/dist/papierjs/p-switch.entry.esm.js.map +0 -1
  385. package/dist/papierjs/p-tab.entry.esm.js.map +0 -1
  386. package/dist/papierjs/p-tabs.entry.esm.js.map +0 -1
  387. package/dist/papierjs/p-tooltip.entry.esm.js.map +0 -1
  388. package/dist/papierjs/papierjs.esm.js.map +0 -1
@@ -1,2411 +1,330 @@
1
- function getDefaultExportFromCjs (x) {
2
- return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
3
- }
4
-
5
- var feather$2 = {exports: {}};
6
-
7
- var feather$1 = feather$2.exports;
8
-
9
- var hasRequiredFeather;
10
-
11
- function requireFeather () {
12
- if (hasRequiredFeather) return feather$2.exports;
13
- hasRequiredFeather = 1;
14
- (function (module, exports) {
15
- (function webpackUniversalModuleDefinition(root, factory) {
16
- module.exports = factory();
17
- })(typeof self !== 'undefined' ? self : feather$1, function() {
18
- return /******/ (function(modules) { // webpackBootstrap
19
- /******/ // The module cache
20
- /******/ var installedModules = {};
21
- /******/
22
- /******/ // The require function
23
- /******/ function __webpack_require__(moduleId) {
24
- /******/
25
- /******/ // Check if module is in cache
26
- /******/ if(installedModules[moduleId]) {
27
- /******/ return installedModules[moduleId].exports;
28
- /******/ }
29
- /******/ // Create a new module (and put it into the cache)
30
- /******/ var module = installedModules[moduleId] = {
31
- /******/ i: moduleId,
32
- /******/ l: false,
33
- /******/ exports: {}
34
- /******/ };
35
- /******/
36
- /******/ // Execute the module function
37
- /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
38
- /******/
39
- /******/ // Flag the module as loaded
40
- /******/ module.l = true;
41
- /******/
42
- /******/ // Return the exports of the module
43
- /******/ return module.exports;
44
- /******/ }
45
- /******/
46
- /******/
47
- /******/ // expose the modules object (__webpack_modules__)
48
- /******/ __webpack_require__.m = modules;
49
- /******/
50
- /******/ // expose the module cache
51
- /******/ __webpack_require__.c = installedModules;
52
- /******/
53
- /******/ // define getter function for harmony exports
54
- /******/ __webpack_require__.d = function(exports, name, getter) {
55
- /******/ if(!__webpack_require__.o(exports, name)) {
56
- /******/ Object.defineProperty(exports, name, {
57
- /******/ configurable: false,
58
- /******/ enumerable: true,
59
- /******/ get: getter
60
- /******/ });
61
- /******/ }
62
- /******/ };
63
- /******/
64
- /******/ // define __esModule on exports
65
- /******/ __webpack_require__.r = function(exports) {
66
- /******/ Object.defineProperty(exports, '__esModule', { value: true });
67
- /******/ };
68
- /******/
69
- /******/ // getDefaultExport function for compatibility with non-harmony modules
70
- /******/ __webpack_require__.n = function(module) {
71
- /******/ var getter = module && module.__esModule ?
72
- /******/ function getDefault() { return module['default']; } :
73
- /******/ function getModuleExports() { return module; };
74
- /******/ __webpack_require__.d(getter, 'a', getter);
75
- /******/ return getter;
76
- /******/ };
77
- /******/
78
- /******/ // Object.prototype.hasOwnProperty.call
79
- /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
80
- /******/
81
- /******/ // __webpack_public_path__
82
- /******/ __webpack_require__.p = "";
83
- /******/
84
- /******/
85
- /******/ // Load entry module and return exports
86
- /******/ return __webpack_require__(__webpack_require__.s = 0);
87
- /******/ })
88
- /************************************************************************/
89
- /******/ ({
90
-
91
- /***/ "./dist/icons.json":
92
- /*!*************************!*\
1
+ function e(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var n,i={exports:{}},o=e(n?i.exports:(n=1,"undefined"!=typeof self&&self,i.exports=function(e){var n={};function i(o){if(n[o])return n[o].exports;var l=n[o]={i:o,l:!1,exports:{}};return e[o].call(l.exports,l,l.exports,i),l.l=!0,l.exports}return i.m=e,i.c=n,i.d=function(e,n,o){i.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:o})},i.r=function(e){Object.defineProperty(e,"__esModule",{value:!0})},i.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(n,"a",n),n},i.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},i.p="",i(i.s=0)}({"./dist/icons.json":
2
+ /*!*************************!*\
93
3
  !*** ./dist/icons.json ***!
94
4
  \*************************/
95
- /*! 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 */
96
- /***/ (function(module) {
97
-
98
- 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>"};
99
-
100
- /***/ }),
101
-
102
- /***/ "./node_modules/classnames/dedupe.js":
103
- /*!*******************************************!*\
5
+ /*! 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 */function(e){e.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>'}},"./node_modules/classnames/dedupe.js":
6
+ /*!*******************************************!*\
104
7
  !*** ./node_modules/classnames/dedupe.js ***!
105
8
  \*******************************************/
106
- /*! no static exports found */
107
- /***/ (function(module, exports, __webpack_require__) {
108
-
109
- var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
9
+ /*! no static exports found */function(e,n){var i,o;
10
+ /*!
110
11
  Copyright (c) 2016 Jed Watson.
111
12
  Licensed under the MIT License (MIT), see
112
13
  http://jedwatson.github.io/classnames
113
- */
114
- /* global define */
115
-
116
- (function () {
117
-
118
- var classNames = (function () {
119
- // don't inherit from Object so we can skip hasOwnProperty check later
120
- // http://stackoverflow.com/questions/15518328/creating-js-object-with-object-createnull#answer-21079232
121
- function StorageObject() {}
122
- StorageObject.prototype = Object.create(null);
123
-
124
- function _parseArray (resultSet, array) {
125
- var length = array.length;
126
-
127
- for (var i = 0; i < length; ++i) {
128
- _parse(resultSet, array[i]);
129
- }
130
- }
131
-
132
- var hasOwn = {}.hasOwnProperty;
133
-
134
- function _parseNumber (resultSet, num) {
135
- resultSet[num] = true;
136
- }
137
-
138
- function _parseObject (resultSet, object) {
139
- for (var k in object) {
140
- if (hasOwn.call(object, k)) {
141
- // set value to false instead of deleting it to avoid changing object structure
142
- // https://www.smashingmagazine.com/2012/11/writing-fast-memory-efficient-javascript/#de-referencing-misconceptions
143
- resultSet[k] = !!object[k];
144
- }
145
- }
146
- }
147
-
148
- var SPACE = /\s+/;
149
- function _parseString (resultSet, str) {
150
- var array = str.split(SPACE);
151
- var length = array.length;
152
-
153
- for (var i = 0; i < length; ++i) {
154
- resultSet[array[i]] = true;
155
- }
156
- }
157
-
158
- function _parse (resultSet, arg) {
159
- if (!arg) return;
160
- var argType = typeof arg;
161
-
162
- // 'foo bar'
163
- if (argType === 'string') {
164
- _parseString(resultSet, arg);
165
-
166
- // ['foo', 'bar', ...]
167
- } else if (Array.isArray(arg)) {
168
- _parseArray(resultSet, arg);
169
-
170
- // { 'foo': true, ... }
171
- } else if (argType === 'object') {
172
- _parseObject(resultSet, arg);
173
-
174
- // '130'
175
- } else if (argType === 'number') {
176
- _parseNumber(resultSet, arg);
177
- }
178
- }
179
-
180
- function _classNames () {
181
- // don't leak arguments
182
- // https://github.com/petkaantonov/bluebird/wiki/Optimization-killers#32-leaking-arguments
183
- var len = arguments.length;
184
- var args = Array(len);
185
- for (var i = 0; i < len; i++) {
186
- args[i] = arguments[i];
187
- }
188
-
189
- var classSet = new StorageObject();
190
- _parseArray(classSet, args);
191
-
192
- var list = [];
193
-
194
- for (var k in classSet) {
195
- if (classSet[k]) {
196
- list.push(k);
197
- }
198
- }
199
-
200
- return list.join(' ');
201
- }
202
-
203
- return _classNames;
204
- })();
205
-
206
- if (typeof module !== 'undefined' && module.exports) {
207
- module.exports = classNames;
208
- } else {
209
- // register as 'classnames', consistent with npm package name
210
- !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () {
211
- return classNames;
212
- }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
213
- __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
214
- }
215
- }());
216
-
217
-
218
- /***/ }),
219
-
220
- /***/ "./node_modules/core-js/es/array/from.js":
221
- /*!***********************************************!*\
14
+ */o=function(){function e(){}function n(e,n){for(var i=n.length,o=0;o<i;++o)l(e,n[o])}e.prototype=Object.create(null);var i={}.hasOwnProperty,o=/\s+/;function l(e,l){if(l){var t=typeof l;"string"===t?function(e,n){for(var i=n.split(o),l=i.length,t=0;t<l;++t)e[i[t]]=!0}(e,l):Array.isArray(l)?n(e,l):"object"===t?function(e,n){for(var o in n)i.call(n,o)&&(e[o]=!!n[o])}(e,l):"number"===t&&function(e,n){e[n]=!0}(e,l)}}return function(){for(var i=arguments.length,o=Array(i),l=0;l<i;l++)o[l]=arguments[l];var t=new e;n(t,o);var r=[];for(var a in t)t[a]&&r.push(a);return r.join(" ")}}(),void 0!==e&&e.exports?e.exports=o:void 0===(i=function(){return o}.apply(n,[]))||(e.exports=i)},"./node_modules/core-js/es/array/from.js":
15
+ /*!***********************************************!*\
222
16
  !*** ./node_modules/core-js/es/array/from.js ***!
223
17
  \***********************************************/
224
- /*! no static exports found */
225
- /***/ (function(module, exports, __webpack_require__) {
226
-
227
- __webpack_require__(/*! ../../modules/es.string.iterator */ "./node_modules/core-js/modules/es.string.iterator.js");
228
- __webpack_require__(/*! ../../modules/es.array.from */ "./node_modules/core-js/modules/es.array.from.js");
229
- var path = __webpack_require__(/*! ../../internals/path */ "./node_modules/core-js/internals/path.js");
230
-
231
- module.exports = path.Array.from;
232
-
233
-
234
- /***/ }),
235
-
236
- /***/ "./node_modules/core-js/internals/a-function.js":
237
- /*!******************************************************!*\
18
+ /*! no static exports found */function(e,n,i){i(/*! ../../modules/es.string.iterator */"./node_modules/core-js/modules/es.string.iterator.js"),i(/*! ../../modules/es.array.from */"./node_modules/core-js/modules/es.array.from.js");var o=i(/*! ../../internals/path */"./node_modules/core-js/internals/path.js");e.exports=o.Array.from},"./node_modules/core-js/internals/a-function.js":
19
+ /*!******************************************************!*\
238
20
  !*** ./node_modules/core-js/internals/a-function.js ***!
239
21
  \******************************************************/
240
- /*! no static exports found */
241
- /***/ (function(module, exports) {
242
-
243
- module.exports = function (it) {
244
- if (typeof it != 'function') {
245
- throw TypeError(String(it) + ' is not a function');
246
- } return it;
247
- };
248
-
249
-
250
- /***/ }),
251
-
252
- /***/ "./node_modules/core-js/internals/an-object.js":
253
- /*!*****************************************************!*\
22
+ /*! no static exports found */function(e){e.exports=function(e){if("function"!=typeof e)throw TypeError(String(e)+" is not a function");return e}},"./node_modules/core-js/internals/an-object.js":
23
+ /*!*****************************************************!*\
254
24
  !*** ./node_modules/core-js/internals/an-object.js ***!
255
25
  \*****************************************************/
256
- /*! no static exports found */
257
- /***/ (function(module, exports, __webpack_require__) {
258
-
259
- var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js");
260
-
261
- module.exports = function (it) {
262
- if (!isObject(it)) {
263
- throw TypeError(String(it) + ' is not an object');
264
- } return it;
265
- };
266
-
267
-
268
- /***/ }),
269
-
270
- /***/ "./node_modules/core-js/internals/array-from.js":
271
- /*!******************************************************!*\
26
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/is-object */"./node_modules/core-js/internals/is-object.js");e.exports=function(e){if(!o(e))throw TypeError(String(e)+" is not an object");return e}},"./node_modules/core-js/internals/array-from.js":
27
+ /*!******************************************************!*\
272
28
  !*** ./node_modules/core-js/internals/array-from.js ***!
273
29
  \******************************************************/
274
- /*! no static exports found */
275
- /***/ (function(module, exports, __webpack_require__) {
276
-
277
- var bind = __webpack_require__(/*! ../internals/bind-context */ "./node_modules/core-js/internals/bind-context.js");
278
- var toObject = __webpack_require__(/*! ../internals/to-object */ "./node_modules/core-js/internals/to-object.js");
279
- var callWithSafeIterationClosing = __webpack_require__(/*! ../internals/call-with-safe-iteration-closing */ "./node_modules/core-js/internals/call-with-safe-iteration-closing.js");
280
- var isArrayIteratorMethod = __webpack_require__(/*! ../internals/is-array-iterator-method */ "./node_modules/core-js/internals/is-array-iterator-method.js");
281
- var toLength = __webpack_require__(/*! ../internals/to-length */ "./node_modules/core-js/internals/to-length.js");
282
- var createProperty = __webpack_require__(/*! ../internals/create-property */ "./node_modules/core-js/internals/create-property.js");
283
- var getIteratorMethod = __webpack_require__(/*! ../internals/get-iterator-method */ "./node_modules/core-js/internals/get-iterator-method.js");
284
-
285
- // `Array.from` method
286
- // https://tc39.github.io/ecma262/#sec-array.from
287
- module.exports = function from(arrayLike /* , mapfn = undefined, thisArg = undefined */) {
288
- var O = toObject(arrayLike);
289
- var C = typeof this == 'function' ? this : Array;
290
- var argumentsLength = arguments.length;
291
- var mapfn = argumentsLength > 1 ? arguments[1] : undefined;
292
- var mapping = mapfn !== undefined;
293
- var index = 0;
294
- var iteratorMethod = getIteratorMethod(O);
295
- var length, result, step, iterator;
296
- if (mapping) mapfn = bind(mapfn, argumentsLength > 2 ? arguments[2] : undefined, 2);
297
- // if the target is not iterable or it's an array with the default iterator - use a simple case
298
- if (iteratorMethod != undefined && !(C == Array && isArrayIteratorMethod(iteratorMethod))) {
299
- iterator = iteratorMethod.call(O);
300
- result = new C();
301
- for (;!(step = iterator.next()).done; index++) {
302
- createProperty(result, index, mapping
303
- ? callWithSafeIterationClosing(iterator, mapfn, [step.value, index], true)
304
- : step.value
305
- );
306
- }
307
- } else {
308
- length = toLength(O.length);
309
- result = new C(length);
310
- for (;length > index; index++) {
311
- createProperty(result, index, mapping ? mapfn(O[index], index) : O[index]);
312
- }
313
- }
314
- result.length = index;
315
- return result;
316
- };
317
-
318
-
319
- /***/ }),
320
-
321
- /***/ "./node_modules/core-js/internals/array-includes.js":
322
- /*!**********************************************************!*\
30
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/bind-context */"./node_modules/core-js/internals/bind-context.js"),l=i(/*! ../internals/to-object */"./node_modules/core-js/internals/to-object.js"),t=i(/*! ../internals/call-with-safe-iteration-closing */"./node_modules/core-js/internals/call-with-safe-iteration-closing.js"),r=i(/*! ../internals/is-array-iterator-method */"./node_modules/core-js/internals/is-array-iterator-method.js"),a=i(/*! ../internals/to-length */"./node_modules/core-js/internals/to-length.js"),c=i(/*! ../internals/create-property */"./node_modules/core-js/internals/create-property.js"),s=i(/*! ../internals/get-iterator-method */"./node_modules/core-js/internals/get-iterator-method.js");e.exports=function(e){var n,i,y,p,d=l(e),h="function"==typeof this?this:Array,u=arguments.length,x=u>1?arguments[1]:void 0,m=void 0!==x,j=0,f=s(d);if(m&&(x=o(x,u>2?arguments[2]:void 0,2)),null==f||h==Array&&r(f))for(i=new h(n=a(d.length));n>j;j++)c(i,j,m?x(d[j],j):d[j]);else for(p=f.call(d),i=new h;!(y=p.next()).done;j++)c(i,j,m?t(p,x,[y.value,j],!0):y.value);return i.length=j,i}},"./node_modules/core-js/internals/array-includes.js":
31
+ /*!**********************************************************!*\
323
32
  !*** ./node_modules/core-js/internals/array-includes.js ***!
324
33
  \**********************************************************/
325
- /*! no static exports found */
326
- /***/ (function(module, exports, __webpack_require__) {
327
-
328
- var toIndexedObject = __webpack_require__(/*! ../internals/to-indexed-object */ "./node_modules/core-js/internals/to-indexed-object.js");
329
- var toLength = __webpack_require__(/*! ../internals/to-length */ "./node_modules/core-js/internals/to-length.js");
330
- var toAbsoluteIndex = __webpack_require__(/*! ../internals/to-absolute-index */ "./node_modules/core-js/internals/to-absolute-index.js");
331
-
332
- // `Array.prototype.{ indexOf, includes }` methods implementation
333
- // false -> Array#indexOf
334
- // https://tc39.github.io/ecma262/#sec-array.prototype.indexof
335
- // true -> Array#includes
336
- // https://tc39.github.io/ecma262/#sec-array.prototype.includes
337
- module.exports = function (IS_INCLUDES) {
338
- return function ($this, el, fromIndex) {
339
- var O = toIndexedObject($this);
340
- var length = toLength(O.length);
341
- var index = toAbsoluteIndex(fromIndex, length);
342
- var value;
343
- // Array#includes uses SameValueZero equality algorithm
344
- // eslint-disable-next-line no-self-compare
345
- if (IS_INCLUDES && el != el) while (length > index) {
346
- value = O[index++];
347
- // eslint-disable-next-line no-self-compare
348
- if (value != value) return true;
349
- // Array#indexOf ignores holes, Array#includes - not
350
- } else for (;length > index; index++) if (IS_INCLUDES || index in O) {
351
- if (O[index] === el) return IS_INCLUDES || index || 0;
352
- } return !IS_INCLUDES && -1;
353
- };
354
- };
355
-
356
-
357
- /***/ }),
358
-
359
- /***/ "./node_modules/core-js/internals/bind-context.js":
360
- /*!********************************************************!*\
34
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/to-indexed-object */"./node_modules/core-js/internals/to-indexed-object.js"),l=i(/*! ../internals/to-length */"./node_modules/core-js/internals/to-length.js"),t=i(/*! ../internals/to-absolute-index */"./node_modules/core-js/internals/to-absolute-index.js");e.exports=function(e){return function(n,i,r){var a,c=o(n),s=l(c.length),y=t(r,s);if(e&&i!=i){for(;s>y;)if((a=c[y++])!=a)return!0}else for(;s>y;y++)if((e||y in c)&&c[y]===i)return e||y||0;return!e&&-1}}},"./node_modules/core-js/internals/bind-context.js":
35
+ /*!********************************************************!*\
361
36
  !*** ./node_modules/core-js/internals/bind-context.js ***!
362
37
  \********************************************************/
363
- /*! no static exports found */
364
- /***/ (function(module, exports, __webpack_require__) {
365
-
366
- var aFunction = __webpack_require__(/*! ../internals/a-function */ "./node_modules/core-js/internals/a-function.js");
367
-
368
- // optional / simple context binding
369
- module.exports = function (fn, that, length) {
370
- aFunction(fn);
371
- if (that === undefined) return fn;
372
- switch (length) {
373
- case 0: return function () {
374
- return fn.call(that);
375
- };
376
- case 1: return function (a) {
377
- return fn.call(that, a);
378
- };
379
- case 2: return function (a, b) {
380
- return fn.call(that, a, b);
381
- };
382
- case 3: return function (a, b, c) {
383
- return fn.call(that, a, b, c);
384
- };
385
- }
386
- return function (/* ...args */) {
387
- return fn.apply(that, arguments);
388
- };
389
- };
390
-
391
-
392
- /***/ }),
393
-
394
- /***/ "./node_modules/core-js/internals/call-with-safe-iteration-closing.js":
395
- /*!****************************************************************************!*\
38
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/a-function */"./node_modules/core-js/internals/a-function.js");e.exports=function(e,n,i){if(o(e),void 0===n)return e;switch(i){case 0:return function(){return e.call(n)};case 1:return function(i){return e.call(n,i)};case 2:return function(i,o){return e.call(n,i,o)};case 3:return function(i,o,l){return e.call(n,i,o,l)}}return function(){return e.apply(n,arguments)}}},"./node_modules/core-js/internals/call-with-safe-iteration-closing.js":
39
+ /*!****************************************************************************!*\
396
40
  !*** ./node_modules/core-js/internals/call-with-safe-iteration-closing.js ***!
397
41
  \****************************************************************************/
398
- /*! no static exports found */
399
- /***/ (function(module, exports, __webpack_require__) {
400
-
401
- var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js");
402
-
403
- // call something on iterator step with safe closing on error
404
- module.exports = function (iterator, fn, value, ENTRIES) {
405
- try {
406
- return ENTRIES ? fn(anObject(value)[0], value[1]) : fn(value);
407
- // 7.4.6 IteratorClose(iterator, completion)
408
- } catch (error) {
409
- var returnMethod = iterator['return'];
410
- if (returnMethod !== undefined) anObject(returnMethod.call(iterator));
411
- throw error;
412
- }
413
- };
414
-
415
-
416
- /***/ }),
417
-
418
- /***/ "./node_modules/core-js/internals/check-correctness-of-iteration.js":
419
- /*!**************************************************************************!*\
42
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/an-object */"./node_modules/core-js/internals/an-object.js");e.exports=function(e,n,i,l){try{return l?n(o(i)[0],i[1]):n(i)}catch(n){var t=e.return;throw void 0!==t&&o(t.call(e)),n}}},"./node_modules/core-js/internals/check-correctness-of-iteration.js":
43
+ /*!**************************************************************************!*\
420
44
  !*** ./node_modules/core-js/internals/check-correctness-of-iteration.js ***!
421
45
  \**************************************************************************/
422
- /*! no static exports found */
423
- /***/ (function(module, exports, __webpack_require__) {
424
-
425
- var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js");
426
-
427
- var ITERATOR = wellKnownSymbol('iterator');
428
- var SAFE_CLOSING = false;
429
-
430
- try {
431
- var called = 0;
432
- var iteratorWithReturn = {
433
- next: function () {
434
- return { done: !!called++ };
435
- },
436
- 'return': function () {
437
- SAFE_CLOSING = true;
438
- }
439
- };
440
- iteratorWithReturn[ITERATOR] = function () {
441
- return this;
442
- };
443
- // eslint-disable-next-line no-throw-literal
444
- Array.from(iteratorWithReturn, function () { throw 2; });
445
- } catch (error) { /* empty */ }
446
-
447
- module.exports = function (exec, SKIP_CLOSING) {
448
- if (!SKIP_CLOSING && !SAFE_CLOSING) return false;
449
- var ITERATION_SUPPORT = false;
450
- try {
451
- var object = {};
452
- object[ITERATOR] = function () {
453
- return {
454
- next: function () {
455
- return { done: ITERATION_SUPPORT = true };
456
- }
457
- };
458
- };
459
- exec(object);
460
- } catch (error) { /* empty */ }
461
- return ITERATION_SUPPORT;
462
- };
463
-
464
-
465
- /***/ }),
466
-
467
- /***/ "./node_modules/core-js/internals/classof-raw.js":
468
- /*!*******************************************************!*\
46
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/well-known-symbol */"./node_modules/core-js/internals/well-known-symbol.js")("iterator"),l=!1;try{var t=0,r={next:function(){return{done:!!t++}},return:function(){l=!0}};r[o]=function(){return this},Array.from(r,(function(){throw 2}))}catch(e){}e.exports=function(e,n){if(!n&&!l)return!1;var i=!1;try{var t={};t[o]=function(){return{next:function(){return{done:i=!0}}}},e(t)}catch(e){}return i}},"./node_modules/core-js/internals/classof-raw.js":
47
+ /*!*******************************************************!*\
469
48
  !*** ./node_modules/core-js/internals/classof-raw.js ***!
470
49
  \*******************************************************/
471
- /*! no static exports found */
472
- /***/ (function(module, exports) {
473
-
474
- var toString = {}.toString;
475
-
476
- module.exports = function (it) {
477
- return toString.call(it).slice(8, -1);
478
- };
479
-
480
-
481
- /***/ }),
482
-
483
- /***/ "./node_modules/core-js/internals/classof.js":
484
- /*!***************************************************!*\
50
+ /*! no static exports found */function(e){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},"./node_modules/core-js/internals/classof.js":
51
+ /*!***************************************************!*\
485
52
  !*** ./node_modules/core-js/internals/classof.js ***!
486
53
  \***************************************************/
487
- /*! no static exports found */
488
- /***/ (function(module, exports, __webpack_require__) {
489
-
490
- var classofRaw = __webpack_require__(/*! ../internals/classof-raw */ "./node_modules/core-js/internals/classof-raw.js");
491
- var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js");
492
-
493
- var TO_STRING_TAG = wellKnownSymbol('toStringTag');
494
- // ES3 wrong here
495
- var CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';
496
-
497
- // fallback for IE11 Script Access Denied error
498
- var tryGet = function (it, key) {
499
- try {
500
- return it[key];
501
- } catch (error) { /* empty */ }
502
- };
503
-
504
- // getting tag from ES6+ `Object.prototype.toString`
505
- module.exports = function (it) {
506
- var O, tag, result;
507
- return it === undefined ? 'Undefined' : it === null ? 'Null'
508
- // @@toStringTag case
509
- : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG)) == 'string' ? tag
510
- // builtinTag case
511
- : CORRECT_ARGUMENTS ? classofRaw(O)
512
- // ES3 arguments fallback
513
- : (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;
514
- };
515
-
516
-
517
- /***/ }),
518
-
519
- /***/ "./node_modules/core-js/internals/copy-constructor-properties.js":
520
- /*!***********************************************************************!*\
54
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/classof-raw */"./node_modules/core-js/internals/classof-raw.js"),l=i(/*! ../internals/well-known-symbol */"./node_modules/core-js/internals/well-known-symbol.js")("toStringTag"),t="Arguments"==o(function(){return arguments}());e.exports=function(e){var n,i,r;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(i=function(e,n){try{return e[n]}catch(e){}}(n=Object(e),l))?i:t?o(n):"Object"==(r=o(n))&&"function"==typeof n.callee?"Arguments":r}},"./node_modules/core-js/internals/copy-constructor-properties.js":
55
+ /*!***********************************************************************!*\
521
56
  !*** ./node_modules/core-js/internals/copy-constructor-properties.js ***!
522
57
  \***********************************************************************/
523
- /*! no static exports found */
524
- /***/ (function(module, exports, __webpack_require__) {
525
-
526
- var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js");
527
- var ownKeys = __webpack_require__(/*! ../internals/own-keys */ "./node_modules/core-js/internals/own-keys.js");
528
- var getOwnPropertyDescriptorModule = __webpack_require__(/*! ../internals/object-get-own-property-descriptor */ "./node_modules/core-js/internals/object-get-own-property-descriptor.js");
529
- var definePropertyModule = __webpack_require__(/*! ../internals/object-define-property */ "./node_modules/core-js/internals/object-define-property.js");
530
-
531
- module.exports = function (target, source) {
532
- var keys = ownKeys(source);
533
- var defineProperty = definePropertyModule.f;
534
- var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;
535
- for (var i = 0; i < keys.length; i++) {
536
- var key = keys[i];
537
- if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));
538
- }
539
- };
540
-
541
-
542
- /***/ }),
543
-
544
- /***/ "./node_modules/core-js/internals/correct-prototype-getter.js":
545
- /*!********************************************************************!*\
58
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/has */"./node_modules/core-js/internals/has.js"),l=i(/*! ../internals/own-keys */"./node_modules/core-js/internals/own-keys.js"),t=i(/*! ../internals/object-get-own-property-descriptor */"./node_modules/core-js/internals/object-get-own-property-descriptor.js"),r=i(/*! ../internals/object-define-property */"./node_modules/core-js/internals/object-define-property.js");e.exports=function(e,n){for(var i=l(n),a=r.f,c=t.f,s=0;s<i.length;s++){var y=i[s];o(e,y)||a(e,y,c(n,y))}}},"./node_modules/core-js/internals/correct-prototype-getter.js":
59
+ /*!********************************************************************!*\
546
60
  !*** ./node_modules/core-js/internals/correct-prototype-getter.js ***!
547
61
  \********************************************************************/
548
- /*! no static exports found */
549
- /***/ (function(module, exports, __webpack_require__) {
550
-
551
- var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js");
552
-
553
- module.exports = !fails(function () {
554
- function F() { /* empty */ }
555
- F.prototype.constructor = null;
556
- return Object.getPrototypeOf(new F()) !== F.prototype;
557
- });
558
-
559
-
560
- /***/ }),
561
-
562
- /***/ "./node_modules/core-js/internals/create-iterator-constructor.js":
563
- /*!***********************************************************************!*\
62
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/fails */"./node_modules/core-js/internals/fails.js");e.exports=!o((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}))},"./node_modules/core-js/internals/create-iterator-constructor.js":
63
+ /*!***********************************************************************!*\
564
64
  !*** ./node_modules/core-js/internals/create-iterator-constructor.js ***!
565
65
  \***********************************************************************/
566
- /*! no static exports found */
567
- /***/ (function(module, exports, __webpack_require__) {
568
-
569
- var IteratorPrototype = __webpack_require__(/*! ../internals/iterators-core */ "./node_modules/core-js/internals/iterators-core.js").IteratorPrototype;
570
- var create = __webpack_require__(/*! ../internals/object-create */ "./node_modules/core-js/internals/object-create.js");
571
- var createPropertyDescriptor = __webpack_require__(/*! ../internals/create-property-descriptor */ "./node_modules/core-js/internals/create-property-descriptor.js");
572
- var setToStringTag = __webpack_require__(/*! ../internals/set-to-string-tag */ "./node_modules/core-js/internals/set-to-string-tag.js");
573
- var Iterators = __webpack_require__(/*! ../internals/iterators */ "./node_modules/core-js/internals/iterators.js");
574
-
575
- var returnThis = function () { return this; };
576
-
577
- module.exports = function (IteratorConstructor, NAME, next) {
578
- var TO_STRING_TAG = NAME + ' Iterator';
579
- IteratorConstructor.prototype = create(IteratorPrototype, { next: createPropertyDescriptor(1, next) });
580
- setToStringTag(IteratorConstructor, TO_STRING_TAG, false, true);
581
- Iterators[TO_STRING_TAG] = returnThis;
582
- return IteratorConstructor;
583
- };
584
-
585
-
586
- /***/ }),
587
-
588
- /***/ "./node_modules/core-js/internals/create-property-descriptor.js":
589
- /*!**********************************************************************!*\
66
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/iterators-core */"./node_modules/core-js/internals/iterators-core.js").IteratorPrototype,l=i(/*! ../internals/object-create */"./node_modules/core-js/internals/object-create.js"),t=i(/*! ../internals/create-property-descriptor */"./node_modules/core-js/internals/create-property-descriptor.js"),r=i(/*! ../internals/set-to-string-tag */"./node_modules/core-js/internals/set-to-string-tag.js"),a=i(/*! ../internals/iterators */"./node_modules/core-js/internals/iterators.js"),c=function(){return this};e.exports=function(e,n,i){var s=n+" Iterator";return e.prototype=l(o,{next:t(1,i)}),r(e,s,!1,!0),a[s]=c,e}},"./node_modules/core-js/internals/create-property-descriptor.js":
67
+ /*!**********************************************************************!*\
590
68
  !*** ./node_modules/core-js/internals/create-property-descriptor.js ***!
591
69
  \**********************************************************************/
592
- /*! no static exports found */
593
- /***/ (function(module, exports) {
594
-
595
- module.exports = function (bitmap, value) {
596
- return {
597
- enumerable: !(bitmap & 1),
598
- configurable: !(bitmap & 2),
599
- writable: !(bitmap & 4),
600
- value: value
601
- };
602
- };
603
-
604
-
605
- /***/ }),
606
-
607
- /***/ "./node_modules/core-js/internals/create-property.js":
608
- /*!***********************************************************!*\
70
+ /*! no static exports found */function(e){e.exports=function(e,n){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:n}}},"./node_modules/core-js/internals/create-property.js":
71
+ /*!***********************************************************!*\
609
72
  !*** ./node_modules/core-js/internals/create-property.js ***!
610
73
  \***********************************************************/
611
- /*! no static exports found */
612
- /***/ (function(module, exports, __webpack_require__) {
613
-
614
- var toPrimitive = __webpack_require__(/*! ../internals/to-primitive */ "./node_modules/core-js/internals/to-primitive.js");
615
- var definePropertyModule = __webpack_require__(/*! ../internals/object-define-property */ "./node_modules/core-js/internals/object-define-property.js");
616
- var createPropertyDescriptor = __webpack_require__(/*! ../internals/create-property-descriptor */ "./node_modules/core-js/internals/create-property-descriptor.js");
617
-
618
- module.exports = function (object, key, value) {
619
- var propertyKey = toPrimitive(key);
620
- if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value));
621
- else object[propertyKey] = value;
622
- };
623
-
624
-
625
- /***/ }),
626
-
627
- /***/ "./node_modules/core-js/internals/define-iterator.js":
628
- /*!***********************************************************!*\
74
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/to-primitive */"./node_modules/core-js/internals/to-primitive.js"),l=i(/*! ../internals/object-define-property */"./node_modules/core-js/internals/object-define-property.js"),t=i(/*! ../internals/create-property-descriptor */"./node_modules/core-js/internals/create-property-descriptor.js");e.exports=function(e,n,i){var r=o(n);r in e?l.f(e,r,t(0,i)):e[r]=i}},"./node_modules/core-js/internals/define-iterator.js":
75
+ /*!***********************************************************!*\
629
76
  !*** ./node_modules/core-js/internals/define-iterator.js ***!
630
77
  \***********************************************************/
631
- /*! no static exports found */
632
- /***/ (function(module, exports, __webpack_require__) {
633
-
634
- var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js");
635
- var createIteratorConstructor = __webpack_require__(/*! ../internals/create-iterator-constructor */ "./node_modules/core-js/internals/create-iterator-constructor.js");
636
- var getPrototypeOf = __webpack_require__(/*! ../internals/object-get-prototype-of */ "./node_modules/core-js/internals/object-get-prototype-of.js");
637
- var setPrototypeOf = __webpack_require__(/*! ../internals/object-set-prototype-of */ "./node_modules/core-js/internals/object-set-prototype-of.js");
638
- var setToStringTag = __webpack_require__(/*! ../internals/set-to-string-tag */ "./node_modules/core-js/internals/set-to-string-tag.js");
639
- var hide = __webpack_require__(/*! ../internals/hide */ "./node_modules/core-js/internals/hide.js");
640
- var redefine = __webpack_require__(/*! ../internals/redefine */ "./node_modules/core-js/internals/redefine.js");
641
- var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js");
642
- var IS_PURE = __webpack_require__(/*! ../internals/is-pure */ "./node_modules/core-js/internals/is-pure.js");
643
- var Iterators = __webpack_require__(/*! ../internals/iterators */ "./node_modules/core-js/internals/iterators.js");
644
- var IteratorsCore = __webpack_require__(/*! ../internals/iterators-core */ "./node_modules/core-js/internals/iterators-core.js");
645
-
646
- var IteratorPrototype = IteratorsCore.IteratorPrototype;
647
- var BUGGY_SAFARI_ITERATORS = IteratorsCore.BUGGY_SAFARI_ITERATORS;
648
- var ITERATOR = wellKnownSymbol('iterator');
649
- var KEYS = 'keys';
650
- var VALUES = 'values';
651
- var ENTRIES = 'entries';
652
-
653
- var returnThis = function () { return this; };
654
-
655
- module.exports = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, IS_SET, FORCED) {
656
- createIteratorConstructor(IteratorConstructor, NAME, next);
657
-
658
- var getIterationMethod = function (KIND) {
659
- if (KIND === DEFAULT && defaultIterator) return defaultIterator;
660
- if (!BUGGY_SAFARI_ITERATORS && KIND in IterablePrototype) return IterablePrototype[KIND];
661
- switch (KIND) {
662
- case KEYS: return function keys() { return new IteratorConstructor(this, KIND); };
663
- case VALUES: return function values() { return new IteratorConstructor(this, KIND); };
664
- case ENTRIES: return function entries() { return new IteratorConstructor(this, KIND); };
665
- } return function () { return new IteratorConstructor(this); };
666
- };
667
-
668
- var TO_STRING_TAG = NAME + ' Iterator';
669
- var INCORRECT_VALUES_NAME = false;
670
- var IterablePrototype = Iterable.prototype;
671
- var nativeIterator = IterablePrototype[ITERATOR]
672
- || IterablePrototype['@@iterator']
673
- || DEFAULT && IterablePrototype[DEFAULT];
674
- var defaultIterator = !BUGGY_SAFARI_ITERATORS && nativeIterator || getIterationMethod(DEFAULT);
675
- var anyNativeIterator = NAME == 'Array' ? IterablePrototype.entries || nativeIterator : nativeIterator;
676
- var CurrentIteratorPrototype, methods, KEY;
677
-
678
- // fix native
679
- if (anyNativeIterator) {
680
- CurrentIteratorPrototype = getPrototypeOf(anyNativeIterator.call(new Iterable()));
681
- if (IteratorPrototype !== Object.prototype && CurrentIteratorPrototype.next) {
682
- if (!IS_PURE && getPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype) {
683
- if (setPrototypeOf) {
684
- setPrototypeOf(CurrentIteratorPrototype, IteratorPrototype);
685
- } else if (typeof CurrentIteratorPrototype[ITERATOR] != 'function') {
686
- hide(CurrentIteratorPrototype, ITERATOR, returnThis);
687
- }
688
- }
689
- // Set @@toStringTag to native iterators
690
- setToStringTag(CurrentIteratorPrototype, TO_STRING_TAG, true, true);
691
- if (IS_PURE) Iterators[TO_STRING_TAG] = returnThis;
692
- }
693
- }
694
-
695
- // fix Array#{values, @@iterator}.name in V8 / FF
696
- if (DEFAULT == VALUES && nativeIterator && nativeIterator.name !== VALUES) {
697
- INCORRECT_VALUES_NAME = true;
698
- defaultIterator = function values() { return nativeIterator.call(this); };
699
- }
700
-
701
- // define iterator
702
- if ((!IS_PURE || FORCED) && IterablePrototype[ITERATOR] !== defaultIterator) {
703
- hide(IterablePrototype, ITERATOR, defaultIterator);
704
- }
705
- Iterators[NAME] = defaultIterator;
706
-
707
- // export additional methods
708
- if (DEFAULT) {
709
- methods = {
710
- values: getIterationMethod(VALUES),
711
- keys: IS_SET ? defaultIterator : getIterationMethod(KEYS),
712
- entries: getIterationMethod(ENTRIES)
713
- };
714
- if (FORCED) for (KEY in methods) {
715
- if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) {
716
- redefine(IterablePrototype, KEY, methods[KEY]);
717
- }
718
- } else $({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods);
719
- }
720
-
721
- return methods;
722
- };
723
-
724
-
725
- /***/ }),
726
-
727
- /***/ "./node_modules/core-js/internals/descriptors.js":
728
- /*!*******************************************************!*\
78
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/export */"./node_modules/core-js/internals/export.js"),l=i(/*! ../internals/create-iterator-constructor */"./node_modules/core-js/internals/create-iterator-constructor.js"),t=i(/*! ../internals/object-get-prototype-of */"./node_modules/core-js/internals/object-get-prototype-of.js"),r=i(/*! ../internals/object-set-prototype-of */"./node_modules/core-js/internals/object-set-prototype-of.js"),a=i(/*! ../internals/set-to-string-tag */"./node_modules/core-js/internals/set-to-string-tag.js"),c=i(/*! ../internals/hide */"./node_modules/core-js/internals/hide.js"),s=i(/*! ../internals/redefine */"./node_modules/core-js/internals/redefine.js"),y=i(/*! ../internals/well-known-symbol */"./node_modules/core-js/internals/well-known-symbol.js"),p=i(/*! ../internals/is-pure */"./node_modules/core-js/internals/is-pure.js"),d=i(/*! ../internals/iterators */"./node_modules/core-js/internals/iterators.js"),h=i(/*! ../internals/iterators-core */"./node_modules/core-js/internals/iterators-core.js"),u=h.IteratorPrototype,x=h.BUGGY_SAFARI_ITERATORS,m=y("iterator"),j="keys",f="values",g="entries",v=function(){return this};e.exports=function(e,n,i,y,h,b,_){l(i,n,y);var w,M,z,k=function(e){if(e===h&&L)return L;if(!x&&e in V)return V[e];switch(e){case j:case f:case g:return function(){return new i(this,e)}}return function(){return new i(this)}},A=n+" Iterator",H=!1,V=e.prototype,O=V[m]||V["@@iterator"]||h&&V[h],L=!x&&O||k(h),S="Array"==n&&V.entries||O;if(S&&(w=t(S.call(new e)),u!==Object.prototype&&w.next&&(p||t(w)===u||(r?r(w,u):"function"!=typeof w[m]&&c(w,m,v)),a(w,A,!0,!0),p&&(d[A]=v))),h==f&&O&&O.name!==f&&(H=!0,L=function(){return O.call(this)}),p&&!_||V[m]===L||c(V,m,L),d[n]=L,h)if(M={values:k(f),keys:b?L:k(j),entries:k(g)},_)for(z in M)(x||H||!(z in V))&&s(V,z,M[z]);else o({target:n,proto:!0,forced:x||H},M);return M}},"./node_modules/core-js/internals/descriptors.js":
79
+ /*!*******************************************************!*\
729
80
  !*** ./node_modules/core-js/internals/descriptors.js ***!
730
81
  \*******************************************************/
731
- /*! no static exports found */
732
- /***/ (function(module, exports, __webpack_require__) {
733
-
734
- var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js");
735
-
736
- // Thank's IE8 for his funny defineProperty
737
- module.exports = !fails(function () {
738
- return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7;
739
- });
740
-
741
-
742
- /***/ }),
743
-
744
- /***/ "./node_modules/core-js/internals/document-create-element.js":
745
- /*!*******************************************************************!*\
82
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/fails */"./node_modules/core-js/internals/fails.js");e.exports=!o((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},"./node_modules/core-js/internals/document-create-element.js":
83
+ /*!*******************************************************************!*\
746
84
  !*** ./node_modules/core-js/internals/document-create-element.js ***!
747
85
  \*******************************************************************/
748
- /*! no static exports found */
749
- /***/ (function(module, exports, __webpack_require__) {
750
-
751
- var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
752
- var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js");
753
-
754
- var document = global.document;
755
- // typeof document.createElement is 'object' in old IE
756
- var exist = isObject(document) && isObject(document.createElement);
757
-
758
- module.exports = function (it) {
759
- return exist ? document.createElement(it) : {};
760
- };
761
-
762
-
763
- /***/ }),
764
-
765
- /***/ "./node_modules/core-js/internals/enum-bug-keys.js":
766
- /*!*********************************************************!*\
86
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/global */"./node_modules/core-js/internals/global.js"),l=i(/*! ../internals/is-object */"./node_modules/core-js/internals/is-object.js"),t=o.document,r=l(t)&&l(t.createElement);e.exports=function(e){return r?t.createElement(e):{}}},"./node_modules/core-js/internals/enum-bug-keys.js":
87
+ /*!*********************************************************!*\
767
88
  !*** ./node_modules/core-js/internals/enum-bug-keys.js ***!
768
89
  \*********************************************************/
769
- /*! no static exports found */
770
- /***/ (function(module, exports) {
771
-
772
- // IE8- don't enum bug keys
773
- module.exports = [
774
- 'constructor',
775
- 'hasOwnProperty',
776
- 'isPrototypeOf',
777
- 'propertyIsEnumerable',
778
- 'toLocaleString',
779
- 'toString',
780
- 'valueOf'
781
- ];
782
-
783
-
784
- /***/ }),
785
-
786
- /***/ "./node_modules/core-js/internals/export.js":
787
- /*!**************************************************!*\
90
+ /*! no static exports found */function(e){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},"./node_modules/core-js/internals/export.js":
91
+ /*!**************************************************!*\
788
92
  !*** ./node_modules/core-js/internals/export.js ***!
789
93
  \**************************************************/
790
- /*! no static exports found */
791
- /***/ (function(module, exports, __webpack_require__) {
792
-
793
- var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
794
- var getOwnPropertyDescriptor = __webpack_require__(/*! ../internals/object-get-own-property-descriptor */ "./node_modules/core-js/internals/object-get-own-property-descriptor.js").f;
795
- var hide = __webpack_require__(/*! ../internals/hide */ "./node_modules/core-js/internals/hide.js");
796
- var redefine = __webpack_require__(/*! ../internals/redefine */ "./node_modules/core-js/internals/redefine.js");
797
- var setGlobal = __webpack_require__(/*! ../internals/set-global */ "./node_modules/core-js/internals/set-global.js");
798
- var copyConstructorProperties = __webpack_require__(/*! ../internals/copy-constructor-properties */ "./node_modules/core-js/internals/copy-constructor-properties.js");
799
- var isForced = __webpack_require__(/*! ../internals/is-forced */ "./node_modules/core-js/internals/is-forced.js");
800
-
801
- /*
802
- options.target - name of the target object
803
- options.global - target is the global object
804
- options.stat - export as static methods of target
805
- options.proto - export as prototype methods of target
806
- options.real - real prototype method for the `pure` version
807
- options.forced - export even if the native feature is available
808
- options.bind - bind methods to the target, required for the `pure` version
809
- options.wrap - wrap constructors to preventing global pollution, required for the `pure` version
810
- options.unsafe - use the simple assignment of property instead of delete + defineProperty
811
- options.sham - add a flag to not completely full polyfills
812
- options.enumerable - export as enumerable property
813
- options.noTargetGet - prevent calling a getter on target
814
- */
815
- module.exports = function (options, source) {
816
- var TARGET = options.target;
817
- var GLOBAL = options.global;
818
- var STATIC = options.stat;
819
- var FORCED, target, key, targetProperty, sourceProperty, descriptor;
820
- if (GLOBAL) {
821
- target = global;
822
- } else if (STATIC) {
823
- target = global[TARGET] || setGlobal(TARGET, {});
824
- } else {
825
- target = (global[TARGET] || {}).prototype;
826
- }
827
- if (target) for (key in source) {
828
- sourceProperty = source[key];
829
- if (options.noTargetGet) {
830
- descriptor = getOwnPropertyDescriptor(target, key);
831
- targetProperty = descriptor && descriptor.value;
832
- } else targetProperty = target[key];
833
- FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);
834
- // contained in target
835
- if (!FORCED && targetProperty !== undefined) {
836
- if (typeof sourceProperty === typeof targetProperty) continue;
837
- copyConstructorProperties(sourceProperty, targetProperty);
838
- }
839
- // add a flag to not completely full polyfills
840
- if (options.sham || (targetProperty && targetProperty.sham)) {
841
- hide(sourceProperty, 'sham', true);
842
- }
843
- // extend global
844
- redefine(target, key, sourceProperty, options);
845
- }
846
- };
847
-
848
-
849
- /***/ }),
850
-
851
- /***/ "./node_modules/core-js/internals/fails.js":
852
- /*!*************************************************!*\
94
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/global */"./node_modules/core-js/internals/global.js"),l=i(/*! ../internals/object-get-own-property-descriptor */"./node_modules/core-js/internals/object-get-own-property-descriptor.js").f,t=i(/*! ../internals/hide */"./node_modules/core-js/internals/hide.js"),r=i(/*! ../internals/redefine */"./node_modules/core-js/internals/redefine.js"),a=i(/*! ../internals/set-global */"./node_modules/core-js/internals/set-global.js"),c=i(/*! ../internals/copy-constructor-properties */"./node_modules/core-js/internals/copy-constructor-properties.js"),s=i(/*! ../internals/is-forced */"./node_modules/core-js/internals/is-forced.js");e.exports=function(e,n){var i,y,p,d,h,u=e.target,x=e.global,m=e.stat;if(i=x?o:m?o[u]||a(u,{}):(o[u]||{}).prototype)for(y in n){if(d=n[y],p=e.noTargetGet?(h=l(i,y))&&h.value:i[y],!s(x?y:u+(m?".":"#")+y,e.forced)&&void 0!==p){if(typeof d==typeof p)continue;c(d,p)}(e.sham||p&&p.sham)&&t(d,"sham",!0),r(i,y,d,e)}}},"./node_modules/core-js/internals/fails.js":
95
+ /*!*************************************************!*\
853
96
  !*** ./node_modules/core-js/internals/fails.js ***!
854
97
  \*************************************************/
855
- /*! no static exports found */
856
- /***/ (function(module, exports) {
857
-
858
- module.exports = function (exec) {
859
- try {
860
- return !!exec();
861
- } catch (error) {
862
- return true;
863
- }
864
- };
865
-
866
-
867
- /***/ }),
868
-
869
- /***/ "./node_modules/core-js/internals/function-to-string.js":
870
- /*!**************************************************************!*\
98
+ /*! no static exports found */function(e){e.exports=function(e){try{return!!e()}catch(e){return!0}}},"./node_modules/core-js/internals/function-to-string.js":
99
+ /*!**************************************************************!*\
871
100
  !*** ./node_modules/core-js/internals/function-to-string.js ***!
872
101
  \**************************************************************/
873
- /*! no static exports found */
874
- /***/ (function(module, exports, __webpack_require__) {
875
-
876
- var shared = __webpack_require__(/*! ../internals/shared */ "./node_modules/core-js/internals/shared.js");
877
-
878
- module.exports = shared('native-function-to-string', Function.toString);
879
-
880
-
881
- /***/ }),
882
-
883
- /***/ "./node_modules/core-js/internals/get-iterator-method.js":
884
- /*!***************************************************************!*\
102
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/shared */"./node_modules/core-js/internals/shared.js");e.exports=o("native-function-to-string",Function.toString)},"./node_modules/core-js/internals/get-iterator-method.js":
103
+ /*!***************************************************************!*\
885
104
  !*** ./node_modules/core-js/internals/get-iterator-method.js ***!
886
105
  \***************************************************************/
887
- /*! no static exports found */
888
- /***/ (function(module, exports, __webpack_require__) {
889
-
890
- var classof = __webpack_require__(/*! ../internals/classof */ "./node_modules/core-js/internals/classof.js");
891
- var Iterators = __webpack_require__(/*! ../internals/iterators */ "./node_modules/core-js/internals/iterators.js");
892
- var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js");
893
-
894
- var ITERATOR = wellKnownSymbol('iterator');
895
-
896
- module.exports = function (it) {
897
- if (it != undefined) return it[ITERATOR]
898
- || it['@@iterator']
899
- || Iterators[classof(it)];
900
- };
901
-
902
-
903
- /***/ }),
904
-
905
- /***/ "./node_modules/core-js/internals/global.js":
906
- /*!**************************************************!*\
106
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/classof */"./node_modules/core-js/internals/classof.js"),l=i(/*! ../internals/iterators */"./node_modules/core-js/internals/iterators.js"),t=i(/*! ../internals/well-known-symbol */"./node_modules/core-js/internals/well-known-symbol.js")("iterator");e.exports=function(e){if(null!=e)return e[t]||e["@@iterator"]||l[o(e)]}},"./node_modules/core-js/internals/global.js":
107
+ /*!**************************************************!*\
907
108
  !*** ./node_modules/core-js/internals/global.js ***!
908
109
  \**************************************************/
909
- /*! no static exports found */
910
- /***/ (function(module, exports, __webpack_require__) {
911
-
912
- /* WEBPACK VAR INJECTION */(function(global) {var O = 'object';
913
- var check = function (it) {
914
- return it && it.Math == Math && it;
915
- };
916
-
917
- // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
918
- module.exports =
919
- // eslint-disable-next-line no-undef
920
- check(typeof globalThis == O && globalThis) ||
921
- check(typeof window == O && window) ||
922
- check(typeof self == O && self) ||
923
- check(typeof global == O && global) ||
924
- // eslint-disable-next-line no-new-func
925
- Function('return this')();
926
-
927
- /* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../webpack/buildin/global.js */ "./node_modules/webpack/buildin/global.js")));
928
-
929
- /***/ }),
930
-
931
- /***/ "./node_modules/core-js/internals/has.js":
932
- /*!***********************************************!*\
110
+ /*! no static exports found */function(e,n,i){(function(n){var i="object",o=function(e){return e&&e.Math==Math&&e};e.exports=o(typeof globalThis==i&&globalThis)||o(typeof window==i&&window)||o(typeof self==i&&self)||o(typeof n==i&&n)||Function("return this")()}).call(this,i(/*! ./../../webpack/buildin/global.js */"./node_modules/webpack/buildin/global.js"))},"./node_modules/core-js/internals/has.js":
111
+ /*!***********************************************!*\
933
112
  !*** ./node_modules/core-js/internals/has.js ***!
934
113
  \***********************************************/
935
- /*! no static exports found */
936
- /***/ (function(module, exports) {
937
-
938
- var hasOwnProperty = {}.hasOwnProperty;
939
-
940
- module.exports = function (it, key) {
941
- return hasOwnProperty.call(it, key);
942
- };
943
-
944
-
945
- /***/ }),
946
-
947
- /***/ "./node_modules/core-js/internals/hidden-keys.js":
948
- /*!*******************************************************!*\
114
+ /*! no static exports found */function(e){var n={}.hasOwnProperty;e.exports=function(e,i){return n.call(e,i)}},"./node_modules/core-js/internals/hidden-keys.js":
115
+ /*!*******************************************************!*\
949
116
  !*** ./node_modules/core-js/internals/hidden-keys.js ***!
950
117
  \*******************************************************/
951
- /*! no static exports found */
952
- /***/ (function(module, exports) {
953
-
954
- module.exports = {};
955
-
956
-
957
- /***/ }),
958
-
959
- /***/ "./node_modules/core-js/internals/hide.js":
960
- /*!************************************************!*\
118
+ /*! no static exports found */function(e){e.exports={}},"./node_modules/core-js/internals/hide.js":
119
+ /*!************************************************!*\
961
120
  !*** ./node_modules/core-js/internals/hide.js ***!
962
121
  \************************************************/
963
- /*! no static exports found */
964
- /***/ (function(module, exports, __webpack_require__) {
965
-
966
- var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js");
967
- var definePropertyModule = __webpack_require__(/*! ../internals/object-define-property */ "./node_modules/core-js/internals/object-define-property.js");
968
- var createPropertyDescriptor = __webpack_require__(/*! ../internals/create-property-descriptor */ "./node_modules/core-js/internals/create-property-descriptor.js");
969
-
970
- module.exports = DESCRIPTORS ? function (object, key, value) {
971
- return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));
972
- } : function (object, key, value) {
973
- object[key] = value;
974
- return object;
975
- };
976
-
977
-
978
- /***/ }),
979
-
980
- /***/ "./node_modules/core-js/internals/html.js":
981
- /*!************************************************!*\
122
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/descriptors */"./node_modules/core-js/internals/descriptors.js"),l=i(/*! ../internals/object-define-property */"./node_modules/core-js/internals/object-define-property.js"),t=i(/*! ../internals/create-property-descriptor */"./node_modules/core-js/internals/create-property-descriptor.js");e.exports=o?function(e,n,i){return l.f(e,n,t(1,i))}:function(e,n,i){return e[n]=i,e}},"./node_modules/core-js/internals/html.js":
123
+ /*!************************************************!*\
982
124
  !*** ./node_modules/core-js/internals/html.js ***!
983
125
  \************************************************/
984
- /*! no static exports found */
985
- /***/ (function(module, exports, __webpack_require__) {
986
-
987
- var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
988
-
989
- var document = global.document;
990
-
991
- module.exports = document && document.documentElement;
992
-
993
-
994
- /***/ }),
995
-
996
- /***/ "./node_modules/core-js/internals/ie8-dom-define.js":
997
- /*!**********************************************************!*\
126
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/global */"./node_modules/core-js/internals/global.js").document;e.exports=o&&o.documentElement},"./node_modules/core-js/internals/ie8-dom-define.js":
127
+ /*!**********************************************************!*\
998
128
  !*** ./node_modules/core-js/internals/ie8-dom-define.js ***!
999
129
  \**********************************************************/
1000
- /*! no static exports found */
1001
- /***/ (function(module, exports, __webpack_require__) {
1002
-
1003
- var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js");
1004
- var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js");
1005
- var createElement = __webpack_require__(/*! ../internals/document-create-element */ "./node_modules/core-js/internals/document-create-element.js");
1006
-
1007
- // Thank's IE8 for his funny defineProperty
1008
- module.exports = !DESCRIPTORS && !fails(function () {
1009
- return Object.defineProperty(createElement('div'), 'a', {
1010
- get: function () { return 7; }
1011
- }).a != 7;
1012
- });
1013
-
1014
-
1015
- /***/ }),
1016
-
1017
- /***/ "./node_modules/core-js/internals/indexed-object.js":
1018
- /*!**********************************************************!*\
130
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/descriptors */"./node_modules/core-js/internals/descriptors.js"),l=i(/*! ../internals/fails */"./node_modules/core-js/internals/fails.js"),t=i(/*! ../internals/document-create-element */"./node_modules/core-js/internals/document-create-element.js");e.exports=!o&&!l((function(){return 7!=Object.defineProperty(t("div"),"a",{get:function(){return 7}}).a}))},"./node_modules/core-js/internals/indexed-object.js":
131
+ /*!**********************************************************!*\
1019
132
  !*** ./node_modules/core-js/internals/indexed-object.js ***!
1020
133
  \**********************************************************/
1021
- /*! no static exports found */
1022
- /***/ (function(module, exports, __webpack_require__) {
1023
-
1024
- // fallback for non-array-like ES3 and non-enumerable old V8 strings
1025
- var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js");
1026
- var classof = __webpack_require__(/*! ../internals/classof-raw */ "./node_modules/core-js/internals/classof-raw.js");
1027
-
1028
- var split = ''.split;
1029
-
1030
- module.exports = fails(function () {
1031
- // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346
1032
- // eslint-disable-next-line no-prototype-builtins
1033
- return !Object('z').propertyIsEnumerable(0);
1034
- }) ? function (it) {
1035
- return classof(it) == 'String' ? split.call(it, '') : Object(it);
1036
- } : Object;
1037
-
1038
-
1039
- /***/ }),
1040
-
1041
- /***/ "./node_modules/core-js/internals/internal-state.js":
1042
- /*!**********************************************************!*\
134
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/fails */"./node_modules/core-js/internals/fails.js"),l=i(/*! ../internals/classof-raw */"./node_modules/core-js/internals/classof-raw.js"),t="".split;e.exports=o((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==l(e)?t.call(e,""):Object(e)}:Object},"./node_modules/core-js/internals/internal-state.js":
135
+ /*!**********************************************************!*\
1043
136
  !*** ./node_modules/core-js/internals/internal-state.js ***!
1044
137
  \**********************************************************/
1045
- /*! no static exports found */
1046
- /***/ (function(module, exports, __webpack_require__) {
1047
-
1048
- var NATIVE_WEAK_MAP = __webpack_require__(/*! ../internals/native-weak-map */ "./node_modules/core-js/internals/native-weak-map.js");
1049
- var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
1050
- var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js");
1051
- var hide = __webpack_require__(/*! ../internals/hide */ "./node_modules/core-js/internals/hide.js");
1052
- var objectHas = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js");
1053
- var sharedKey = __webpack_require__(/*! ../internals/shared-key */ "./node_modules/core-js/internals/shared-key.js");
1054
- var hiddenKeys = __webpack_require__(/*! ../internals/hidden-keys */ "./node_modules/core-js/internals/hidden-keys.js");
1055
-
1056
- var WeakMap = global.WeakMap;
1057
- var set, get, has;
1058
-
1059
- var enforce = function (it) {
1060
- return has(it) ? get(it) : set(it, {});
1061
- };
1062
-
1063
- var getterFor = function (TYPE) {
1064
- return function (it) {
1065
- var state;
1066
- if (!isObject(it) || (state = get(it)).type !== TYPE) {
1067
- throw TypeError('Incompatible receiver, ' + TYPE + ' required');
1068
- } return state;
1069
- };
1070
- };
1071
-
1072
- if (NATIVE_WEAK_MAP) {
1073
- var store = new WeakMap();
1074
- var wmget = store.get;
1075
- var wmhas = store.has;
1076
- var wmset = store.set;
1077
- set = function (it, metadata) {
1078
- wmset.call(store, it, metadata);
1079
- return metadata;
1080
- };
1081
- get = function (it) {
1082
- return wmget.call(store, it) || {};
1083
- };
1084
- has = function (it) {
1085
- return wmhas.call(store, it);
1086
- };
1087
- } else {
1088
- var STATE = sharedKey('state');
1089
- hiddenKeys[STATE] = true;
1090
- set = function (it, metadata) {
1091
- hide(it, STATE, metadata);
1092
- return metadata;
1093
- };
1094
- get = function (it) {
1095
- return objectHas(it, STATE) ? it[STATE] : {};
1096
- };
1097
- has = function (it) {
1098
- return objectHas(it, STATE);
1099
- };
1100
- }
1101
-
1102
- module.exports = {
1103
- set: set,
1104
- get: get,
1105
- has: has,
1106
- enforce: enforce,
1107
- getterFor: getterFor
1108
- };
1109
-
1110
-
1111
- /***/ }),
1112
-
1113
- /***/ "./node_modules/core-js/internals/is-array-iterator-method.js":
1114
- /*!********************************************************************!*\
138
+ /*! no static exports found */function(e,n,i){var o,l,t,r=i(/*! ../internals/native-weak-map */"./node_modules/core-js/internals/native-weak-map.js"),a=i(/*! ../internals/global */"./node_modules/core-js/internals/global.js"),c=i(/*! ../internals/is-object */"./node_modules/core-js/internals/is-object.js"),s=i(/*! ../internals/hide */"./node_modules/core-js/internals/hide.js"),y=i(/*! ../internals/has */"./node_modules/core-js/internals/has.js"),p=i(/*! ../internals/shared-key */"./node_modules/core-js/internals/shared-key.js"),d=i(/*! ../internals/hidden-keys */"./node_modules/core-js/internals/hidden-keys.js");if(r){var h=new(0,a.WeakMap),u=h.get,x=h.has,m=h.set;o=function(e,n){return m.call(h,e,n),n},l=function(e){return u.call(h,e)||{}},t=function(e){return x.call(h,e)}}else{var j=p("state");d[j]=!0,o=function(e,n){return s(e,j,n),n},l=function(e){return y(e,j)?e[j]:{}},t=function(e){return y(e,j)}}e.exports={set:o,get:l,has:t,enforce:function(e){return t(e)?l(e):o(e,{})},getterFor:function(e){return function(n){var i;if(!c(n)||(i=l(n)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return i}}}},"./node_modules/core-js/internals/is-array-iterator-method.js":
139
+ /*!********************************************************************!*\
1115
140
  !*** ./node_modules/core-js/internals/is-array-iterator-method.js ***!
1116
141
  \********************************************************************/
1117
- /*! no static exports found */
1118
- /***/ (function(module, exports, __webpack_require__) {
1119
-
1120
- var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js");
1121
- var Iterators = __webpack_require__(/*! ../internals/iterators */ "./node_modules/core-js/internals/iterators.js");
1122
-
1123
- var ITERATOR = wellKnownSymbol('iterator');
1124
- var ArrayPrototype = Array.prototype;
1125
-
1126
- // check on default Array iterator
1127
- module.exports = function (it) {
1128
- return it !== undefined && (Iterators.Array === it || ArrayPrototype[ITERATOR] === it);
1129
- };
1130
-
1131
-
1132
- /***/ }),
1133
-
1134
- /***/ "./node_modules/core-js/internals/is-forced.js":
1135
- /*!*****************************************************!*\
142
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/well-known-symbol */"./node_modules/core-js/internals/well-known-symbol.js"),l=i(/*! ../internals/iterators */"./node_modules/core-js/internals/iterators.js"),t=o("iterator"),r=Array.prototype;e.exports=function(e){return void 0!==e&&(l.Array===e||r[t]===e)}},"./node_modules/core-js/internals/is-forced.js":
143
+ /*!*****************************************************!*\
1136
144
  !*** ./node_modules/core-js/internals/is-forced.js ***!
1137
145
  \*****************************************************/
1138
- /*! no static exports found */
1139
- /***/ (function(module, exports, __webpack_require__) {
1140
-
1141
- var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js");
1142
-
1143
- var replacement = /#|\.prototype\./;
1144
-
1145
- var isForced = function (feature, detection) {
1146
- var value = data[normalize(feature)];
1147
- return value == POLYFILL ? true
1148
- : value == NATIVE ? false
1149
- : typeof detection == 'function' ? fails(detection)
1150
- : !!detection;
1151
- };
1152
-
1153
- var normalize = isForced.normalize = function (string) {
1154
- return String(string).replace(replacement, '.').toLowerCase();
1155
- };
1156
-
1157
- var data = isForced.data = {};
1158
- var NATIVE = isForced.NATIVE = 'N';
1159
- var POLYFILL = isForced.POLYFILL = 'P';
1160
-
1161
- module.exports = isForced;
1162
-
1163
-
1164
- /***/ }),
1165
-
1166
- /***/ "./node_modules/core-js/internals/is-object.js":
1167
- /*!*****************************************************!*\
146
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/fails */"./node_modules/core-js/internals/fails.js"),l=/#|\.prototype\./,t=function(e,n){var i=a[r(e)];return i==s||i!=c&&("function"==typeof n?o(n):!!n)},r=t.normalize=function(e){return String(e).replace(l,".").toLowerCase()},a=t.data={},c=t.NATIVE="N",s=t.POLYFILL="P";e.exports=t},"./node_modules/core-js/internals/is-object.js":
147
+ /*!*****************************************************!*\
1168
148
  !*** ./node_modules/core-js/internals/is-object.js ***!
1169
149
  \*****************************************************/
1170
- /*! no static exports found */
1171
- /***/ (function(module, exports) {
1172
-
1173
- module.exports = function (it) {
1174
- return typeof it === 'object' ? it !== null : typeof it === 'function';
1175
- };
1176
-
1177
-
1178
- /***/ }),
1179
-
1180
- /***/ "./node_modules/core-js/internals/is-pure.js":
1181
- /*!***************************************************!*\
150
+ /*! no static exports found */function(e){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},"./node_modules/core-js/internals/is-pure.js":
151
+ /*!***************************************************!*\
1182
152
  !*** ./node_modules/core-js/internals/is-pure.js ***!
1183
153
  \***************************************************/
1184
- /*! no static exports found */
1185
- /***/ (function(module, exports) {
1186
-
1187
- module.exports = false;
1188
-
1189
-
1190
- /***/ }),
1191
-
1192
- /***/ "./node_modules/core-js/internals/iterators-core.js":
1193
- /*!**********************************************************!*\
154
+ /*! no static exports found */function(e){e.exports=!1},"./node_modules/core-js/internals/iterators-core.js":
155
+ /*!**********************************************************!*\
1194
156
  !*** ./node_modules/core-js/internals/iterators-core.js ***!
1195
157
  \**********************************************************/
1196
- /*! no static exports found */
1197
- /***/ (function(module, exports, __webpack_require__) {
1198
-
1199
- var getPrototypeOf = __webpack_require__(/*! ../internals/object-get-prototype-of */ "./node_modules/core-js/internals/object-get-prototype-of.js");
1200
- var hide = __webpack_require__(/*! ../internals/hide */ "./node_modules/core-js/internals/hide.js");
1201
- var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js");
1202
- var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js");
1203
- var IS_PURE = __webpack_require__(/*! ../internals/is-pure */ "./node_modules/core-js/internals/is-pure.js");
1204
-
1205
- var ITERATOR = wellKnownSymbol('iterator');
1206
- var BUGGY_SAFARI_ITERATORS = false;
1207
-
1208
- var returnThis = function () { return this; };
1209
-
1210
- // `%IteratorPrototype%` object
1211
- // https://tc39.github.io/ecma262/#sec-%iteratorprototype%-object
1212
- var IteratorPrototype, PrototypeOfArrayIteratorPrototype, arrayIterator;
1213
-
1214
- if ([].keys) {
1215
- arrayIterator = [].keys();
1216
- // Safari 8 has buggy iterators w/o `next`
1217
- if (!('next' in arrayIterator)) BUGGY_SAFARI_ITERATORS = true;
1218
- else {
1219
- PrototypeOfArrayIteratorPrototype = getPrototypeOf(getPrototypeOf(arrayIterator));
1220
- if (PrototypeOfArrayIteratorPrototype !== Object.prototype) IteratorPrototype = PrototypeOfArrayIteratorPrototype;
1221
- }
1222
- }
1223
-
1224
- if (IteratorPrototype == undefined) IteratorPrototype = {};
1225
-
1226
- // 25.1.2.1.1 %IteratorPrototype%[@@iterator]()
1227
- if (!IS_PURE && !has(IteratorPrototype, ITERATOR)) hide(IteratorPrototype, ITERATOR, returnThis);
1228
-
1229
- module.exports = {
1230
- IteratorPrototype: IteratorPrototype,
1231
- BUGGY_SAFARI_ITERATORS: BUGGY_SAFARI_ITERATORS
1232
- };
1233
-
1234
-
1235
- /***/ }),
1236
-
1237
- /***/ "./node_modules/core-js/internals/iterators.js":
1238
- /*!*****************************************************!*\
158
+ /*! no static exports found */function(e,n,i){var o,l,t,r=i(/*! ../internals/object-get-prototype-of */"./node_modules/core-js/internals/object-get-prototype-of.js"),a=i(/*! ../internals/hide */"./node_modules/core-js/internals/hide.js"),c=i(/*! ../internals/has */"./node_modules/core-js/internals/has.js"),s=i(/*! ../internals/well-known-symbol */"./node_modules/core-js/internals/well-known-symbol.js"),y=i(/*! ../internals/is-pure */"./node_modules/core-js/internals/is-pure.js"),p=s("iterator"),d=!1;[].keys&&("next"in(t=[].keys())?(l=r(r(t)))!==Object.prototype&&(o=l):d=!0),null==o&&(o={}),y||c(o,p)||a(o,p,(function(){return this})),e.exports={IteratorPrototype:o,BUGGY_SAFARI_ITERATORS:d}},"./node_modules/core-js/internals/iterators.js":
159
+ /*!*****************************************************!*\
1239
160
  !*** ./node_modules/core-js/internals/iterators.js ***!
1240
161
  \*****************************************************/
1241
- /*! no static exports found */
1242
- /***/ (function(module, exports) {
1243
-
1244
- module.exports = {};
1245
-
1246
-
1247
- /***/ }),
1248
-
1249
- /***/ "./node_modules/core-js/internals/native-symbol.js":
1250
- /*!*********************************************************!*\
162
+ /*! no static exports found */function(e){e.exports={}},"./node_modules/core-js/internals/native-symbol.js":
163
+ /*!*********************************************************!*\
1251
164
  !*** ./node_modules/core-js/internals/native-symbol.js ***!
1252
165
  \*********************************************************/
1253
- /*! no static exports found */
1254
- /***/ (function(module, exports, __webpack_require__) {
1255
-
1256
- var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js");
1257
-
1258
- module.exports = !!Object.getOwnPropertySymbols && !fails(function () {
1259
- // Chrome 38 Symbol has incorrect toString conversion
1260
- // eslint-disable-next-line no-undef
1261
- return !String(Symbol());
1262
- });
1263
-
1264
-
1265
- /***/ }),
1266
-
1267
- /***/ "./node_modules/core-js/internals/native-weak-map.js":
1268
- /*!***********************************************************!*\
166
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/fails */"./node_modules/core-js/internals/fails.js");e.exports=!!Object.getOwnPropertySymbols&&!o((function(){return!String(Symbol())}))},"./node_modules/core-js/internals/native-weak-map.js":
167
+ /*!***********************************************************!*\
1269
168
  !*** ./node_modules/core-js/internals/native-weak-map.js ***!
1270
169
  \***********************************************************/
1271
- /*! no static exports found */
1272
- /***/ (function(module, exports, __webpack_require__) {
1273
-
1274
- var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
1275
- var nativeFunctionToString = __webpack_require__(/*! ../internals/function-to-string */ "./node_modules/core-js/internals/function-to-string.js");
1276
-
1277
- var WeakMap = global.WeakMap;
1278
-
1279
- module.exports = typeof WeakMap === 'function' && /native code/.test(nativeFunctionToString.call(WeakMap));
1280
-
1281
-
1282
- /***/ }),
1283
-
1284
- /***/ "./node_modules/core-js/internals/object-create.js":
1285
- /*!*********************************************************!*\
170
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/global */"./node_modules/core-js/internals/global.js"),l=i(/*! ../internals/function-to-string */"./node_modules/core-js/internals/function-to-string.js"),t=o.WeakMap;e.exports="function"==typeof t&&/native code/.test(l.call(t))},"./node_modules/core-js/internals/object-create.js":
171
+ /*!*********************************************************!*\
1286
172
  !*** ./node_modules/core-js/internals/object-create.js ***!
1287
173
  \*********************************************************/
1288
- /*! no static exports found */
1289
- /***/ (function(module, exports, __webpack_require__) {
1290
-
1291
- var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js");
1292
- var defineProperties = __webpack_require__(/*! ../internals/object-define-properties */ "./node_modules/core-js/internals/object-define-properties.js");
1293
- var enumBugKeys = __webpack_require__(/*! ../internals/enum-bug-keys */ "./node_modules/core-js/internals/enum-bug-keys.js");
1294
- var hiddenKeys = __webpack_require__(/*! ../internals/hidden-keys */ "./node_modules/core-js/internals/hidden-keys.js");
1295
- var html = __webpack_require__(/*! ../internals/html */ "./node_modules/core-js/internals/html.js");
1296
- var documentCreateElement = __webpack_require__(/*! ../internals/document-create-element */ "./node_modules/core-js/internals/document-create-element.js");
1297
- var sharedKey = __webpack_require__(/*! ../internals/shared-key */ "./node_modules/core-js/internals/shared-key.js");
1298
- var IE_PROTO = sharedKey('IE_PROTO');
1299
-
1300
- var PROTOTYPE = 'prototype';
1301
- var Empty = function () { /* empty */ };
1302
-
1303
- // Create object with fake `null` prototype: use iframe Object with cleared prototype
1304
- var createDict = function () {
1305
- // Thrash, waste and sodomy: IE GC bug
1306
- var iframe = documentCreateElement('iframe');
1307
- var length = enumBugKeys.length;
1308
- var lt = '<';
1309
- var script = 'script';
1310
- var gt = '>';
1311
- var js = 'java' + script + ':';
1312
- var iframeDocument;
1313
- iframe.style.display = 'none';
1314
- html.appendChild(iframe);
1315
- iframe.src = String(js);
1316
- iframeDocument = iframe.contentWindow.document;
1317
- iframeDocument.open();
1318
- iframeDocument.write(lt + script + gt + 'document.F=Object' + lt + '/' + script + gt);
1319
- iframeDocument.close();
1320
- createDict = iframeDocument.F;
1321
- while (length--) delete createDict[PROTOTYPE][enumBugKeys[length]];
1322
- return createDict();
1323
- };
1324
-
1325
- // 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
1326
- module.exports = Object.create || function create(O, Properties) {
1327
- var result;
1328
- if (O !== null) {
1329
- Empty[PROTOTYPE] = anObject(O);
1330
- result = new Empty();
1331
- Empty[PROTOTYPE] = null;
1332
- // add "__proto__" for Object.getPrototypeOf polyfill
1333
- result[IE_PROTO] = O;
1334
- } else result = createDict();
1335
- return Properties === undefined ? result : defineProperties(result, Properties);
1336
- };
1337
-
1338
- hiddenKeys[IE_PROTO] = true;
1339
-
1340
-
1341
- /***/ }),
1342
-
1343
- /***/ "./node_modules/core-js/internals/object-define-properties.js":
1344
- /*!********************************************************************!*\
174
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/an-object */"./node_modules/core-js/internals/an-object.js"),l=i(/*! ../internals/object-define-properties */"./node_modules/core-js/internals/object-define-properties.js"),t=i(/*! ../internals/enum-bug-keys */"./node_modules/core-js/internals/enum-bug-keys.js"),r=i(/*! ../internals/hidden-keys */"./node_modules/core-js/internals/hidden-keys.js"),a=i(/*! ../internals/html */"./node_modules/core-js/internals/html.js"),c=i(/*! ../internals/document-create-element */"./node_modules/core-js/internals/document-create-element.js"),s=i(/*! ../internals/shared-key */"./node_modules/core-js/internals/shared-key.js")("IE_PROTO"),y="prototype",p=function(){},d=function(){var e,n=c("iframe"),i=t.length,o="script",l="java"+o+":";for(n.style.display="none",a.appendChild(n),n.src=String(l),(e=n.contentWindow.document).open(),e.write("<"+o+">document.F=Object</"+o+">"),e.close(),d=e.F;i--;)delete d[y][t[i]];return d()};e.exports=Object.create||function(e,n){var i;return null!==e?(p[y]=o(e),i=new p,p[y]=null,i[s]=e):i=d(),void 0===n?i:l(i,n)},r[s]=!0},"./node_modules/core-js/internals/object-define-properties.js":
175
+ /*!********************************************************************!*\
1345
176
  !*** ./node_modules/core-js/internals/object-define-properties.js ***!
1346
177
  \********************************************************************/
1347
- /*! no static exports found */
1348
- /***/ (function(module, exports, __webpack_require__) {
1349
-
1350
- var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js");
1351
- var definePropertyModule = __webpack_require__(/*! ../internals/object-define-property */ "./node_modules/core-js/internals/object-define-property.js");
1352
- var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js");
1353
- var objectKeys = __webpack_require__(/*! ../internals/object-keys */ "./node_modules/core-js/internals/object-keys.js");
1354
-
1355
- module.exports = DESCRIPTORS ? Object.defineProperties : function defineProperties(O, Properties) {
1356
- anObject(O);
1357
- var keys = objectKeys(Properties);
1358
- var length = keys.length;
1359
- var i = 0;
1360
- var key;
1361
- while (length > i) definePropertyModule.f(O, key = keys[i++], Properties[key]);
1362
- return O;
1363
- };
1364
-
1365
-
1366
- /***/ }),
1367
-
1368
- /***/ "./node_modules/core-js/internals/object-define-property.js":
1369
- /*!******************************************************************!*\
178
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/descriptors */"./node_modules/core-js/internals/descriptors.js"),l=i(/*! ../internals/object-define-property */"./node_modules/core-js/internals/object-define-property.js"),t=i(/*! ../internals/an-object */"./node_modules/core-js/internals/an-object.js"),r=i(/*! ../internals/object-keys */"./node_modules/core-js/internals/object-keys.js");e.exports=o?Object.defineProperties:function(e,n){t(e);for(var i,o=r(n),a=o.length,c=0;a>c;)l.f(e,i=o[c++],n[i]);return e}},"./node_modules/core-js/internals/object-define-property.js":
179
+ /*!******************************************************************!*\
1370
180
  !*** ./node_modules/core-js/internals/object-define-property.js ***!
1371
181
  \******************************************************************/
1372
- /*! no static exports found */
1373
- /***/ (function(module, exports, __webpack_require__) {
1374
-
1375
- var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js");
1376
- var IE8_DOM_DEFINE = __webpack_require__(/*! ../internals/ie8-dom-define */ "./node_modules/core-js/internals/ie8-dom-define.js");
1377
- var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js");
1378
- var toPrimitive = __webpack_require__(/*! ../internals/to-primitive */ "./node_modules/core-js/internals/to-primitive.js");
1379
-
1380
- var nativeDefineProperty = Object.defineProperty;
1381
-
1382
- exports.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, Attributes) {
1383
- anObject(O);
1384
- P = toPrimitive(P, true);
1385
- anObject(Attributes);
1386
- if (IE8_DOM_DEFINE) try {
1387
- return nativeDefineProperty(O, P, Attributes);
1388
- } catch (error) { /* empty */ }
1389
- if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');
1390
- if ('value' in Attributes) O[P] = Attributes.value;
1391
- return O;
1392
- };
1393
-
1394
-
1395
- /***/ }),
1396
-
1397
- /***/ "./node_modules/core-js/internals/object-get-own-property-descriptor.js":
1398
- /*!******************************************************************************!*\
182
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/descriptors */"./node_modules/core-js/internals/descriptors.js"),l=i(/*! ../internals/ie8-dom-define */"./node_modules/core-js/internals/ie8-dom-define.js"),t=i(/*! ../internals/an-object */"./node_modules/core-js/internals/an-object.js"),r=i(/*! ../internals/to-primitive */"./node_modules/core-js/internals/to-primitive.js"),a=Object.defineProperty;n.f=o?a:function(e,n,i){if(t(e),n=r(n,!0),t(i),l)try{return a(e,n,i)}catch(e){}if("get"in i||"set"in i)throw TypeError("Accessors not supported");return"value"in i&&(e[n]=i.value),e}},"./node_modules/core-js/internals/object-get-own-property-descriptor.js":
183
+ /*!******************************************************************************!*\
1399
184
  !*** ./node_modules/core-js/internals/object-get-own-property-descriptor.js ***!
1400
185
  \******************************************************************************/
1401
- /*! no static exports found */
1402
- /***/ (function(module, exports, __webpack_require__) {
1403
-
1404
- var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js");
1405
- var propertyIsEnumerableModule = __webpack_require__(/*! ../internals/object-property-is-enumerable */ "./node_modules/core-js/internals/object-property-is-enumerable.js");
1406
- var createPropertyDescriptor = __webpack_require__(/*! ../internals/create-property-descriptor */ "./node_modules/core-js/internals/create-property-descriptor.js");
1407
- var toIndexedObject = __webpack_require__(/*! ../internals/to-indexed-object */ "./node_modules/core-js/internals/to-indexed-object.js");
1408
- var toPrimitive = __webpack_require__(/*! ../internals/to-primitive */ "./node_modules/core-js/internals/to-primitive.js");
1409
- var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js");
1410
- var IE8_DOM_DEFINE = __webpack_require__(/*! ../internals/ie8-dom-define */ "./node_modules/core-js/internals/ie8-dom-define.js");
1411
-
1412
- var nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
1413
-
1414
- exports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {
1415
- O = toIndexedObject(O);
1416
- P = toPrimitive(P, true);
1417
- if (IE8_DOM_DEFINE) try {
1418
- return nativeGetOwnPropertyDescriptor(O, P);
1419
- } catch (error) { /* empty */ }
1420
- if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);
1421
- };
1422
-
1423
-
1424
- /***/ }),
1425
-
1426
- /***/ "./node_modules/core-js/internals/object-get-own-property-names.js":
1427
- /*!*************************************************************************!*\
186
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/descriptors */"./node_modules/core-js/internals/descriptors.js"),l=i(/*! ../internals/object-property-is-enumerable */"./node_modules/core-js/internals/object-property-is-enumerable.js"),t=i(/*! ../internals/create-property-descriptor */"./node_modules/core-js/internals/create-property-descriptor.js"),r=i(/*! ../internals/to-indexed-object */"./node_modules/core-js/internals/to-indexed-object.js"),a=i(/*! ../internals/to-primitive */"./node_modules/core-js/internals/to-primitive.js"),c=i(/*! ../internals/has */"./node_modules/core-js/internals/has.js"),s=i(/*! ../internals/ie8-dom-define */"./node_modules/core-js/internals/ie8-dom-define.js"),y=Object.getOwnPropertyDescriptor;n.f=o?y:function(e,n){if(e=r(e),n=a(n,!0),s)try{return y(e,n)}catch(e){}if(c(e,n))return t(!l.f.call(e,n),e[n])}},"./node_modules/core-js/internals/object-get-own-property-names.js":
187
+ /*!*************************************************************************!*\
1428
188
  !*** ./node_modules/core-js/internals/object-get-own-property-names.js ***!
1429
189
  \*************************************************************************/
1430
- /*! no static exports found */
1431
- /***/ (function(module, exports, __webpack_require__) {
1432
-
1433
- // 19.1.2.7 / 15.2.3.4 Object.getOwnPropertyNames(O)
1434
- var internalObjectKeys = __webpack_require__(/*! ../internals/object-keys-internal */ "./node_modules/core-js/internals/object-keys-internal.js");
1435
- var enumBugKeys = __webpack_require__(/*! ../internals/enum-bug-keys */ "./node_modules/core-js/internals/enum-bug-keys.js");
1436
-
1437
- var hiddenKeys = enumBugKeys.concat('length', 'prototype');
1438
-
1439
- exports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
1440
- return internalObjectKeys(O, hiddenKeys);
1441
- };
1442
-
1443
-
1444
- /***/ }),
1445
-
1446
- /***/ "./node_modules/core-js/internals/object-get-own-property-symbols.js":
1447
- /*!***************************************************************************!*\
190
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/object-keys-internal */"./node_modules/core-js/internals/object-keys-internal.js"),l=i(/*! ../internals/enum-bug-keys */"./node_modules/core-js/internals/enum-bug-keys.js").concat("length","prototype");n.f=Object.getOwnPropertyNames||function(e){return o(e,l)}},"./node_modules/core-js/internals/object-get-own-property-symbols.js":
191
+ /*!***************************************************************************!*\
1448
192
  !*** ./node_modules/core-js/internals/object-get-own-property-symbols.js ***!
1449
193
  \***************************************************************************/
1450
- /*! no static exports found */
1451
- /***/ (function(module, exports) {
1452
-
1453
- exports.f = Object.getOwnPropertySymbols;
1454
-
1455
-
1456
- /***/ }),
1457
-
1458
- /***/ "./node_modules/core-js/internals/object-get-prototype-of.js":
1459
- /*!*******************************************************************!*\
194
+ /*! no static exports found */function(e,n){n.f=Object.getOwnPropertySymbols},"./node_modules/core-js/internals/object-get-prototype-of.js":
195
+ /*!*******************************************************************!*\
1460
196
  !*** ./node_modules/core-js/internals/object-get-prototype-of.js ***!
1461
197
  \*******************************************************************/
1462
- /*! no static exports found */
1463
- /***/ (function(module, exports, __webpack_require__) {
1464
-
1465
- var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js");
1466
- var toObject = __webpack_require__(/*! ../internals/to-object */ "./node_modules/core-js/internals/to-object.js");
1467
- var sharedKey = __webpack_require__(/*! ../internals/shared-key */ "./node_modules/core-js/internals/shared-key.js");
1468
- var CORRECT_PROTOTYPE_GETTER = __webpack_require__(/*! ../internals/correct-prototype-getter */ "./node_modules/core-js/internals/correct-prototype-getter.js");
1469
-
1470
- var IE_PROTO = sharedKey('IE_PROTO');
1471
- var ObjectPrototype = Object.prototype;
1472
-
1473
- // 19.1.2.9 / 15.2.3.2 Object.getPrototypeOf(O)
1474
- module.exports = CORRECT_PROTOTYPE_GETTER ? Object.getPrototypeOf : function (O) {
1475
- O = toObject(O);
1476
- if (has(O, IE_PROTO)) return O[IE_PROTO];
1477
- if (typeof O.constructor == 'function' && O instanceof O.constructor) {
1478
- return O.constructor.prototype;
1479
- } return O instanceof Object ? ObjectPrototype : null;
1480
- };
1481
-
1482
-
1483
- /***/ }),
1484
-
1485
- /***/ "./node_modules/core-js/internals/object-keys-internal.js":
1486
- /*!****************************************************************!*\
198
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/has */"./node_modules/core-js/internals/has.js"),l=i(/*! ../internals/to-object */"./node_modules/core-js/internals/to-object.js"),t=i(/*! ../internals/shared-key */"./node_modules/core-js/internals/shared-key.js"),r=i(/*! ../internals/correct-prototype-getter */"./node_modules/core-js/internals/correct-prototype-getter.js"),a=t("IE_PROTO"),c=Object.prototype;e.exports=r?Object.getPrototypeOf:function(e){return e=l(e),o(e,a)?e[a]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?c:null}},"./node_modules/core-js/internals/object-keys-internal.js":
199
+ /*!****************************************************************!*\
1487
200
  !*** ./node_modules/core-js/internals/object-keys-internal.js ***!
1488
201
  \****************************************************************/
1489
- /*! no static exports found */
1490
- /***/ (function(module, exports, __webpack_require__) {
1491
-
1492
- var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js");
1493
- var toIndexedObject = __webpack_require__(/*! ../internals/to-indexed-object */ "./node_modules/core-js/internals/to-indexed-object.js");
1494
- var arrayIncludes = __webpack_require__(/*! ../internals/array-includes */ "./node_modules/core-js/internals/array-includes.js");
1495
- var hiddenKeys = __webpack_require__(/*! ../internals/hidden-keys */ "./node_modules/core-js/internals/hidden-keys.js");
1496
-
1497
- var arrayIndexOf = arrayIncludes(false);
1498
-
1499
- module.exports = function (object, names) {
1500
- var O = toIndexedObject(object);
1501
- var i = 0;
1502
- var result = [];
1503
- var key;
1504
- for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);
1505
- // Don't enum bug & hidden keys
1506
- while (names.length > i) if (has(O, key = names[i++])) {
1507
- ~arrayIndexOf(result, key) || result.push(key);
1508
- }
1509
- return result;
1510
- };
1511
-
1512
-
1513
- /***/ }),
1514
-
1515
- /***/ "./node_modules/core-js/internals/object-keys.js":
1516
- /*!*******************************************************!*\
202
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/has */"./node_modules/core-js/internals/has.js"),l=i(/*! ../internals/to-indexed-object */"./node_modules/core-js/internals/to-indexed-object.js"),t=i(/*! ../internals/array-includes */"./node_modules/core-js/internals/array-includes.js"),r=i(/*! ../internals/hidden-keys */"./node_modules/core-js/internals/hidden-keys.js"),a=t(!1);e.exports=function(e,n){var i,t=l(e),c=0,s=[];for(i in t)!o(r,i)&&o(t,i)&&s.push(i);for(;n.length>c;)o(t,i=n[c++])&&(~a(s,i)||s.push(i));return s}},"./node_modules/core-js/internals/object-keys.js":
203
+ /*!*******************************************************!*\
1517
204
  !*** ./node_modules/core-js/internals/object-keys.js ***!
1518
205
  \*******************************************************/
1519
- /*! no static exports found */
1520
- /***/ (function(module, exports, __webpack_require__) {
1521
-
1522
- var internalObjectKeys = __webpack_require__(/*! ../internals/object-keys-internal */ "./node_modules/core-js/internals/object-keys-internal.js");
1523
- var enumBugKeys = __webpack_require__(/*! ../internals/enum-bug-keys */ "./node_modules/core-js/internals/enum-bug-keys.js");
1524
-
1525
- // 19.1.2.14 / 15.2.3.14 Object.keys(O)
1526
- module.exports = Object.keys || function keys(O) {
1527
- return internalObjectKeys(O, enumBugKeys);
1528
- };
1529
-
1530
-
1531
- /***/ }),
1532
-
1533
- /***/ "./node_modules/core-js/internals/object-property-is-enumerable.js":
1534
- /*!*************************************************************************!*\
206
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/object-keys-internal */"./node_modules/core-js/internals/object-keys-internal.js"),l=i(/*! ../internals/enum-bug-keys */"./node_modules/core-js/internals/enum-bug-keys.js");e.exports=Object.keys||function(e){return o(e,l)}},"./node_modules/core-js/internals/object-property-is-enumerable.js":
207
+ /*!*************************************************************************!*\
1535
208
  !*** ./node_modules/core-js/internals/object-property-is-enumerable.js ***!
1536
209
  \*************************************************************************/
1537
- /*! no static exports found */
1538
- /***/ (function(module, exports, __webpack_require__) {
1539
-
1540
- var nativePropertyIsEnumerable = {}.propertyIsEnumerable;
1541
- var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
1542
-
1543
- // Nashorn ~ JDK8 bug
1544
- var NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);
1545
-
1546
- exports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {
1547
- var descriptor = getOwnPropertyDescriptor(this, V);
1548
- return !!descriptor && descriptor.enumerable;
1549
- } : nativePropertyIsEnumerable;
1550
-
1551
-
1552
- /***/ }),
1553
-
1554
- /***/ "./node_modules/core-js/internals/object-set-prototype-of.js":
1555
- /*!*******************************************************************!*\
210
+ /*! no static exports found */function(e,n){var i={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,l=o&&!i.call({1:2},1);n.f=l?function(e){var n=o(this,e);return!!n&&n.enumerable}:i},"./node_modules/core-js/internals/object-set-prototype-of.js":
211
+ /*!*******************************************************************!*\
1556
212
  !*** ./node_modules/core-js/internals/object-set-prototype-of.js ***!
1557
213
  \*******************************************************************/
1558
- /*! no static exports found */
1559
- /***/ (function(module, exports, __webpack_require__) {
1560
-
1561
- var validateSetPrototypeOfArguments = __webpack_require__(/*! ../internals/validate-set-prototype-of-arguments */ "./node_modules/core-js/internals/validate-set-prototype-of-arguments.js");
1562
-
1563
- // Works with __proto__ only. Old v8 can't work with null proto objects.
1564
- /* eslint-disable no-proto */
1565
- module.exports = Object.setPrototypeOf || ('__proto__' in {} ? function () {
1566
- var correctSetter = false;
1567
- var test = {};
1568
- var setter;
1569
- try {
1570
- setter = Object.getOwnPropertyDescriptor(Object.prototype, '__proto__').set;
1571
- setter.call(test, []);
1572
- correctSetter = test instanceof Array;
1573
- } catch (error) { /* empty */ }
1574
- return function setPrototypeOf(O, proto) {
1575
- validateSetPrototypeOfArguments(O, proto);
1576
- if (correctSetter) setter.call(O, proto);
1577
- else O.__proto__ = proto;
1578
- return O;
1579
- };
1580
- }() : undefined);
1581
-
1582
-
1583
- /***/ }),
1584
-
1585
- /***/ "./node_modules/core-js/internals/own-keys.js":
1586
- /*!****************************************************!*\
214
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/validate-set-prototype-of-arguments */"./node_modules/core-js/internals/validate-set-prototype-of-arguments.js");e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,n=!1,i={};try{(e=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(i,[]),n=i instanceof Array}catch(e){}return function(i,l){return o(i,l),n?e.call(i,l):i.__proto__=l,i}}():void 0)},"./node_modules/core-js/internals/own-keys.js":
215
+ /*!****************************************************!*\
1587
216
  !*** ./node_modules/core-js/internals/own-keys.js ***!
1588
217
  \****************************************************/
1589
- /*! no static exports found */
1590
- /***/ (function(module, exports, __webpack_require__) {
1591
-
1592
- var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
1593
- var getOwnPropertyNamesModule = __webpack_require__(/*! ../internals/object-get-own-property-names */ "./node_modules/core-js/internals/object-get-own-property-names.js");
1594
- var getOwnPropertySymbolsModule = __webpack_require__(/*! ../internals/object-get-own-property-symbols */ "./node_modules/core-js/internals/object-get-own-property-symbols.js");
1595
- var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js");
1596
-
1597
- var Reflect = global.Reflect;
1598
-
1599
- // all object keys, includes non-enumerable and symbols
1600
- module.exports = Reflect && Reflect.ownKeys || function ownKeys(it) {
1601
- var keys = getOwnPropertyNamesModule.f(anObject(it));
1602
- var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;
1603
- return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;
1604
- };
1605
-
1606
-
1607
- /***/ }),
1608
-
1609
- /***/ "./node_modules/core-js/internals/path.js":
1610
- /*!************************************************!*\
218
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/global */"./node_modules/core-js/internals/global.js"),l=i(/*! ../internals/object-get-own-property-names */"./node_modules/core-js/internals/object-get-own-property-names.js"),t=i(/*! ../internals/object-get-own-property-symbols */"./node_modules/core-js/internals/object-get-own-property-symbols.js"),r=i(/*! ../internals/an-object */"./node_modules/core-js/internals/an-object.js"),a=o.Reflect;e.exports=a&&a.ownKeys||function(e){var n=l.f(r(e)),i=t.f;return i?n.concat(i(e)):n}},"./node_modules/core-js/internals/path.js":
219
+ /*!************************************************!*\
1611
220
  !*** ./node_modules/core-js/internals/path.js ***!
1612
221
  \************************************************/
1613
- /*! no static exports found */
1614
- /***/ (function(module, exports, __webpack_require__) {
1615
-
1616
- module.exports = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
1617
-
1618
-
1619
- /***/ }),
1620
-
1621
- /***/ "./node_modules/core-js/internals/redefine.js":
1622
- /*!****************************************************!*\
222
+ /*! no static exports found */function(e,n,i){e.exports=i(/*! ../internals/global */"./node_modules/core-js/internals/global.js")},"./node_modules/core-js/internals/redefine.js":
223
+ /*!****************************************************!*\
1623
224
  !*** ./node_modules/core-js/internals/redefine.js ***!
1624
225
  \****************************************************/
1625
- /*! no static exports found */
1626
- /***/ (function(module, exports, __webpack_require__) {
1627
-
1628
- var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
1629
- var shared = __webpack_require__(/*! ../internals/shared */ "./node_modules/core-js/internals/shared.js");
1630
- var hide = __webpack_require__(/*! ../internals/hide */ "./node_modules/core-js/internals/hide.js");
1631
- var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js");
1632
- var setGlobal = __webpack_require__(/*! ../internals/set-global */ "./node_modules/core-js/internals/set-global.js");
1633
- var nativeFunctionToString = __webpack_require__(/*! ../internals/function-to-string */ "./node_modules/core-js/internals/function-to-string.js");
1634
- var InternalStateModule = __webpack_require__(/*! ../internals/internal-state */ "./node_modules/core-js/internals/internal-state.js");
1635
-
1636
- var getInternalState = InternalStateModule.get;
1637
- var enforceInternalState = InternalStateModule.enforce;
1638
- var TEMPLATE = String(nativeFunctionToString).split('toString');
1639
-
1640
- shared('inspectSource', function (it) {
1641
- return nativeFunctionToString.call(it);
1642
- });
1643
-
1644
- (module.exports = function (O, key, value, options) {
1645
- var unsafe = options ? !!options.unsafe : false;
1646
- var simple = options ? !!options.enumerable : false;
1647
- var noTargetGet = options ? !!options.noTargetGet : false;
1648
- if (typeof value == 'function') {
1649
- if (typeof key == 'string' && !has(value, 'name')) hide(value, 'name', key);
1650
- enforceInternalState(value).source = TEMPLATE.join(typeof key == 'string' ? key : '');
1651
- }
1652
- if (O === global) {
1653
- if (simple) O[key] = value;
1654
- else setGlobal(key, value);
1655
- return;
1656
- } else if (!unsafe) {
1657
- delete O[key];
1658
- } else if (!noTargetGet && O[key]) {
1659
- simple = true;
1660
- }
1661
- if (simple) O[key] = value;
1662
- else hide(O, key, value);
1663
- // add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative
1664
- })(Function.prototype, 'toString', function toString() {
1665
- return typeof this == 'function' && getInternalState(this).source || nativeFunctionToString.call(this);
1666
- });
1667
-
1668
-
1669
- /***/ }),
1670
-
1671
- /***/ "./node_modules/core-js/internals/require-object-coercible.js":
1672
- /*!********************************************************************!*\
226
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/global */"./node_modules/core-js/internals/global.js"),l=i(/*! ../internals/shared */"./node_modules/core-js/internals/shared.js"),t=i(/*! ../internals/hide */"./node_modules/core-js/internals/hide.js"),r=i(/*! ../internals/has */"./node_modules/core-js/internals/has.js"),a=i(/*! ../internals/set-global */"./node_modules/core-js/internals/set-global.js"),c=i(/*! ../internals/function-to-string */"./node_modules/core-js/internals/function-to-string.js"),s=i(/*! ../internals/internal-state */"./node_modules/core-js/internals/internal-state.js"),y=s.get,p=s.enforce,d=String(c).split("toString");l("inspectSource",(function(e){return c.call(e)})),(e.exports=function(e,n,i,l){var c=!!l&&!!l.unsafe,s=!!l&&!!l.enumerable,y=!!l&&!!l.noTargetGet;"function"==typeof i&&("string"!=typeof n||r(i,"name")||t(i,"name",n),p(i).source=d.join("string"==typeof n?n:"")),e!==o?(c?!y&&e[n]&&(s=!0):delete e[n],s?e[n]=i:t(e,n,i)):s?e[n]=i:a(n,i)})(Function.prototype,"toString",(function(){return"function"==typeof this&&y(this).source||c.call(this)}))},"./node_modules/core-js/internals/require-object-coercible.js":
227
+ /*!********************************************************************!*\
1673
228
  !*** ./node_modules/core-js/internals/require-object-coercible.js ***!
1674
229
  \********************************************************************/
1675
- /*! no static exports found */
1676
- /***/ (function(module, exports) {
1677
-
1678
- // `RequireObjectCoercible` abstract operation
1679
- // https://tc39.github.io/ecma262/#sec-requireobjectcoercible
1680
- module.exports = function (it) {
1681
- if (it == undefined) throw TypeError("Can't call method on " + it);
1682
- return it;
1683
- };
1684
-
1685
-
1686
- /***/ }),
1687
-
1688
- /***/ "./node_modules/core-js/internals/set-global.js":
1689
- /*!******************************************************!*\
230
+ /*! no static exports found */function(e){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},"./node_modules/core-js/internals/set-global.js":
231
+ /*!******************************************************!*\
1690
232
  !*** ./node_modules/core-js/internals/set-global.js ***!
1691
233
  \******************************************************/
1692
- /*! no static exports found */
1693
- /***/ (function(module, exports, __webpack_require__) {
1694
-
1695
- var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
1696
- var hide = __webpack_require__(/*! ../internals/hide */ "./node_modules/core-js/internals/hide.js");
1697
-
1698
- module.exports = function (key, value) {
1699
- try {
1700
- hide(global, key, value);
1701
- } catch (error) {
1702
- global[key] = value;
1703
- } return value;
1704
- };
1705
-
1706
-
1707
- /***/ }),
1708
-
1709
- /***/ "./node_modules/core-js/internals/set-to-string-tag.js":
1710
- /*!*************************************************************!*\
234
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/global */"./node_modules/core-js/internals/global.js"),l=i(/*! ../internals/hide */"./node_modules/core-js/internals/hide.js");e.exports=function(e,n){try{l(o,e,n)}catch(i){o[e]=n}return n}},"./node_modules/core-js/internals/set-to-string-tag.js":
235
+ /*!*************************************************************!*\
1711
236
  !*** ./node_modules/core-js/internals/set-to-string-tag.js ***!
1712
237
  \*************************************************************/
1713
- /*! no static exports found */
1714
- /***/ (function(module, exports, __webpack_require__) {
1715
-
1716
- var defineProperty = __webpack_require__(/*! ../internals/object-define-property */ "./node_modules/core-js/internals/object-define-property.js").f;
1717
- var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js");
1718
- var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js");
1719
-
1720
- var TO_STRING_TAG = wellKnownSymbol('toStringTag');
1721
-
1722
- module.exports = function (it, TAG, STATIC) {
1723
- if (it && !has(it = STATIC ? it : it.prototype, TO_STRING_TAG)) {
1724
- defineProperty(it, TO_STRING_TAG, { configurable: true, value: TAG });
1725
- }
1726
- };
1727
-
1728
-
1729
- /***/ }),
1730
-
1731
- /***/ "./node_modules/core-js/internals/shared-key.js":
1732
- /*!******************************************************!*\
238
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/object-define-property */"./node_modules/core-js/internals/object-define-property.js").f,l=i(/*! ../internals/has */"./node_modules/core-js/internals/has.js"),t=i(/*! ../internals/well-known-symbol */"./node_modules/core-js/internals/well-known-symbol.js")("toStringTag");e.exports=function(e,n,i){e&&!l(e=i?e:e.prototype,t)&&o(e,t,{configurable:!0,value:n})}},"./node_modules/core-js/internals/shared-key.js":
239
+ /*!******************************************************!*\
1733
240
  !*** ./node_modules/core-js/internals/shared-key.js ***!
1734
241
  \******************************************************/
1735
- /*! no static exports found */
1736
- /***/ (function(module, exports, __webpack_require__) {
1737
-
1738
- var shared = __webpack_require__(/*! ../internals/shared */ "./node_modules/core-js/internals/shared.js");
1739
- var uid = __webpack_require__(/*! ../internals/uid */ "./node_modules/core-js/internals/uid.js");
1740
-
1741
- var keys = shared('keys');
1742
-
1743
- module.exports = function (key) {
1744
- return keys[key] || (keys[key] = uid(key));
1745
- };
1746
-
1747
-
1748
- /***/ }),
1749
-
1750
- /***/ "./node_modules/core-js/internals/shared.js":
1751
- /*!**************************************************!*\
242
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/shared */"./node_modules/core-js/internals/shared.js"),l=i(/*! ../internals/uid */"./node_modules/core-js/internals/uid.js"),t=o("keys");e.exports=function(e){return t[e]||(t[e]=l(e))}},"./node_modules/core-js/internals/shared.js":
243
+ /*!**************************************************!*\
1752
244
  !*** ./node_modules/core-js/internals/shared.js ***!
1753
245
  \**************************************************/
1754
- /*! no static exports found */
1755
- /***/ (function(module, exports, __webpack_require__) {
1756
-
1757
- var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
1758
- var setGlobal = __webpack_require__(/*! ../internals/set-global */ "./node_modules/core-js/internals/set-global.js");
1759
- var IS_PURE = __webpack_require__(/*! ../internals/is-pure */ "./node_modules/core-js/internals/is-pure.js");
1760
-
1761
- var SHARED = '__core-js_shared__';
1762
- var store = global[SHARED] || setGlobal(SHARED, {});
1763
-
1764
- (module.exports = function (key, value) {
1765
- return store[key] || (store[key] = value !== undefined ? value : {});
1766
- })('versions', []).push({
1767
- version: '3.1.3',
1768
- mode: IS_PURE ? 'pure' : 'global',
1769
- copyright: '© 2019 Denis Pushkarev (zloirock.ru)'
1770
- });
1771
-
1772
-
1773
- /***/ }),
1774
-
1775
- /***/ "./node_modules/core-js/internals/string-at.js":
1776
- /*!*****************************************************!*\
246
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/global */"./node_modules/core-js/internals/global.js"),l=i(/*! ../internals/set-global */"./node_modules/core-js/internals/set-global.js"),t=i(/*! ../internals/is-pure */"./node_modules/core-js/internals/is-pure.js"),r="__core-js_shared__",a=o[r]||l(r,{});(e.exports=function(e,n){return a[e]||(a[e]=void 0!==n?n:{})})("versions",[]).push({version:"3.1.3",mode:t?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})},"./node_modules/core-js/internals/string-at.js":
247
+ /*!*****************************************************!*\
1777
248
  !*** ./node_modules/core-js/internals/string-at.js ***!
1778
249
  \*****************************************************/
1779
- /*! no static exports found */
1780
- /***/ (function(module, exports, __webpack_require__) {
1781
-
1782
- var toInteger = __webpack_require__(/*! ../internals/to-integer */ "./node_modules/core-js/internals/to-integer.js");
1783
- var requireObjectCoercible = __webpack_require__(/*! ../internals/require-object-coercible */ "./node_modules/core-js/internals/require-object-coercible.js");
1784
-
1785
- // CONVERT_TO_STRING: true -> String#at
1786
- // CONVERT_TO_STRING: false -> String#codePointAt
1787
- module.exports = function (that, pos, CONVERT_TO_STRING) {
1788
- var S = String(requireObjectCoercible(that));
1789
- var position = toInteger(pos);
1790
- var size = S.length;
1791
- var first, second;
1792
- if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;
1793
- first = S.charCodeAt(position);
1794
- return first < 0xD800 || first > 0xDBFF || position + 1 === size
1795
- || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF
1796
- ? CONVERT_TO_STRING ? S.charAt(position) : first
1797
- : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;
1798
- };
1799
-
1800
-
1801
- /***/ }),
1802
-
1803
- /***/ "./node_modules/core-js/internals/to-absolute-index.js":
1804
- /*!*************************************************************!*\
250
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/to-integer */"./node_modules/core-js/internals/to-integer.js"),l=i(/*! ../internals/require-object-coercible */"./node_modules/core-js/internals/require-object-coercible.js");e.exports=function(e,n,i){var t,r,a=String(l(e)),c=o(n),s=a.length;return c<0||c>=s?i?"":void 0:(t=a.charCodeAt(c))<55296||t>56319||c+1===s||(r=a.charCodeAt(c+1))<56320||r>57343?i?a.charAt(c):t:i?a.slice(c,c+2):r-56320+(t-55296<<10)+65536}},"./node_modules/core-js/internals/to-absolute-index.js":
251
+ /*!*************************************************************!*\
1805
252
  !*** ./node_modules/core-js/internals/to-absolute-index.js ***!
1806
253
  \*************************************************************/
1807
- /*! no static exports found */
1808
- /***/ (function(module, exports, __webpack_require__) {
1809
-
1810
- var toInteger = __webpack_require__(/*! ../internals/to-integer */ "./node_modules/core-js/internals/to-integer.js");
1811
-
1812
- var max = Math.max;
1813
- var min = Math.min;
1814
-
1815
- // Helper for a popular repeating case of the spec:
1816
- // Let integer be ? ToInteger(index).
1817
- // If integer < 0, let result be max((length + integer), 0); else let result be min(length, length).
1818
- module.exports = function (index, length) {
1819
- var integer = toInteger(index);
1820
- return integer < 0 ? max(integer + length, 0) : min(integer, length);
1821
- };
1822
-
1823
-
1824
- /***/ }),
1825
-
1826
- /***/ "./node_modules/core-js/internals/to-indexed-object.js":
1827
- /*!*************************************************************!*\
254
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/to-integer */"./node_modules/core-js/internals/to-integer.js"),l=Math.max,t=Math.min;e.exports=function(e,n){var i=o(e);return i<0?l(i+n,0):t(i,n)}},"./node_modules/core-js/internals/to-indexed-object.js":
255
+ /*!*************************************************************!*\
1828
256
  !*** ./node_modules/core-js/internals/to-indexed-object.js ***!
1829
257
  \*************************************************************/
1830
- /*! no static exports found */
1831
- /***/ (function(module, exports, __webpack_require__) {
1832
-
1833
- // toObject with fallback for non-array-like ES3 strings
1834
- var IndexedObject = __webpack_require__(/*! ../internals/indexed-object */ "./node_modules/core-js/internals/indexed-object.js");
1835
- var requireObjectCoercible = __webpack_require__(/*! ../internals/require-object-coercible */ "./node_modules/core-js/internals/require-object-coercible.js");
1836
-
1837
- module.exports = function (it) {
1838
- return IndexedObject(requireObjectCoercible(it));
1839
- };
1840
-
1841
-
1842
- /***/ }),
1843
-
1844
- /***/ "./node_modules/core-js/internals/to-integer.js":
1845
- /*!******************************************************!*\
258
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/indexed-object */"./node_modules/core-js/internals/indexed-object.js"),l=i(/*! ../internals/require-object-coercible */"./node_modules/core-js/internals/require-object-coercible.js");e.exports=function(e){return o(l(e))}},"./node_modules/core-js/internals/to-integer.js":
259
+ /*!******************************************************!*\
1846
260
  !*** ./node_modules/core-js/internals/to-integer.js ***!
1847
261
  \******************************************************/
1848
- /*! no static exports found */
1849
- /***/ (function(module, exports) {
1850
-
1851
- var ceil = Math.ceil;
1852
- var floor = Math.floor;
1853
-
1854
- // `ToInteger` abstract operation
1855
- // https://tc39.github.io/ecma262/#sec-tointeger
1856
- module.exports = function (argument) {
1857
- return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);
1858
- };
1859
-
1860
-
1861
- /***/ }),
1862
-
1863
- /***/ "./node_modules/core-js/internals/to-length.js":
1864
- /*!*****************************************************!*\
262
+ /*! no static exports found */function(e){var n=Math.ceil,i=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?i:n)(e)}},"./node_modules/core-js/internals/to-length.js":
263
+ /*!*****************************************************!*\
1865
264
  !*** ./node_modules/core-js/internals/to-length.js ***!
1866
265
  \*****************************************************/
1867
- /*! no static exports found */
1868
- /***/ (function(module, exports, __webpack_require__) {
1869
-
1870
- var toInteger = __webpack_require__(/*! ../internals/to-integer */ "./node_modules/core-js/internals/to-integer.js");
1871
-
1872
- var min = Math.min;
1873
-
1874
- // `ToLength` abstract operation
1875
- // https://tc39.github.io/ecma262/#sec-tolength
1876
- module.exports = function (argument) {
1877
- return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
1878
- };
1879
-
1880
-
1881
- /***/ }),
1882
-
1883
- /***/ "./node_modules/core-js/internals/to-object.js":
1884
- /*!*****************************************************!*\
266
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/to-integer */"./node_modules/core-js/internals/to-integer.js"),l=Math.min;e.exports=function(e){return e>0?l(o(e),9007199254740991):0}},"./node_modules/core-js/internals/to-object.js":
267
+ /*!*****************************************************!*\
1885
268
  !*** ./node_modules/core-js/internals/to-object.js ***!
1886
269
  \*****************************************************/
1887
- /*! no static exports found */
1888
- /***/ (function(module, exports, __webpack_require__) {
1889
-
1890
- var requireObjectCoercible = __webpack_require__(/*! ../internals/require-object-coercible */ "./node_modules/core-js/internals/require-object-coercible.js");
1891
-
1892
- // `ToObject` abstract operation
1893
- // https://tc39.github.io/ecma262/#sec-toobject
1894
- module.exports = function (argument) {
1895
- return Object(requireObjectCoercible(argument));
1896
- };
1897
-
1898
-
1899
- /***/ }),
1900
-
1901
- /***/ "./node_modules/core-js/internals/to-primitive.js":
1902
- /*!********************************************************!*\
270
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/require-object-coercible */"./node_modules/core-js/internals/require-object-coercible.js");e.exports=function(e){return Object(o(e))}},"./node_modules/core-js/internals/to-primitive.js":
271
+ /*!********************************************************!*\
1903
272
  !*** ./node_modules/core-js/internals/to-primitive.js ***!
1904
273
  \********************************************************/
1905
- /*! no static exports found */
1906
- /***/ (function(module, exports, __webpack_require__) {
1907
-
1908
- var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js");
1909
-
1910
- // 7.1.1 ToPrimitive(input [, PreferredType])
1911
- // instead of the ES6 spec version, we didn't implement @@toPrimitive case
1912
- // and the second argument - flag - preferred type is a string
1913
- module.exports = function (it, S) {
1914
- if (!isObject(it)) return it;
1915
- var fn, val;
1916
- if (S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;
1917
- if (typeof (fn = it.valueOf) == 'function' && !isObject(val = fn.call(it))) return val;
1918
- if (!S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;
1919
- throw TypeError("Can't convert object to primitive value");
1920
- };
1921
-
1922
-
1923
- /***/ }),
1924
-
1925
- /***/ "./node_modules/core-js/internals/uid.js":
1926
- /*!***********************************************!*\
274
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/is-object */"./node_modules/core-js/internals/is-object.js");e.exports=function(e,n){if(!o(e))return e;var i,l;if(n&&"function"==typeof(i=e.toString)&&!o(l=i.call(e)))return l;if("function"==typeof(i=e.valueOf)&&!o(l=i.call(e)))return l;if(!n&&"function"==typeof(i=e.toString)&&!o(l=i.call(e)))return l;throw TypeError("Can't convert object to primitive value")}},"./node_modules/core-js/internals/uid.js":
275
+ /*!***********************************************!*\
1927
276
  !*** ./node_modules/core-js/internals/uid.js ***!
1928
277
  \***********************************************/
1929
- /*! no static exports found */
1930
- /***/ (function(module, exports) {
1931
-
1932
- var id = 0;
1933
- var postfix = Math.random();
1934
-
1935
- module.exports = function (key) {
1936
- return 'Symbol('.concat(key === undefined ? '' : key, ')_', (++id + postfix).toString(36));
1937
- };
1938
-
1939
-
1940
- /***/ }),
1941
-
1942
- /***/ "./node_modules/core-js/internals/validate-set-prototype-of-arguments.js":
1943
- /*!*******************************************************************************!*\
278
+ /*! no static exports found */function(e){var n=0,i=Math.random();e.exports=function(e){return"Symbol(".concat(void 0===e?"":e,")_",(++n+i).toString(36))}},"./node_modules/core-js/internals/validate-set-prototype-of-arguments.js":
279
+ /*!*******************************************************************************!*\
1944
280
  !*** ./node_modules/core-js/internals/validate-set-prototype-of-arguments.js ***!
1945
281
  \*******************************************************************************/
1946
- /*! no static exports found */
1947
- /***/ (function(module, exports, __webpack_require__) {
1948
-
1949
- var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js");
1950
- var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js");
1951
-
1952
- module.exports = function (O, proto) {
1953
- anObject(O);
1954
- if (!isObject(proto) && proto !== null) {
1955
- throw TypeError("Can't set " + String(proto) + ' as a prototype');
1956
- }
1957
- };
1958
-
1959
-
1960
- /***/ }),
1961
-
1962
- /***/ "./node_modules/core-js/internals/well-known-symbol.js":
1963
- /*!*************************************************************!*\
282
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/is-object */"./node_modules/core-js/internals/is-object.js"),l=i(/*! ../internals/an-object */"./node_modules/core-js/internals/an-object.js");e.exports=function(e,n){if(l(e),!o(n)&&null!==n)throw TypeError("Can't set "+String(n)+" as a prototype")}},"./node_modules/core-js/internals/well-known-symbol.js":
283
+ /*!*************************************************************!*\
1964
284
  !*** ./node_modules/core-js/internals/well-known-symbol.js ***!
1965
285
  \*************************************************************/
1966
- /*! no static exports found */
1967
- /***/ (function(module, exports, __webpack_require__) {
1968
-
1969
- var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
1970
- var shared = __webpack_require__(/*! ../internals/shared */ "./node_modules/core-js/internals/shared.js");
1971
- var uid = __webpack_require__(/*! ../internals/uid */ "./node_modules/core-js/internals/uid.js");
1972
- var NATIVE_SYMBOL = __webpack_require__(/*! ../internals/native-symbol */ "./node_modules/core-js/internals/native-symbol.js");
1973
-
1974
- var Symbol = global.Symbol;
1975
- var store = shared('wks');
1976
-
1977
- module.exports = function (name) {
1978
- return store[name] || (store[name] = NATIVE_SYMBOL && Symbol[name]
1979
- || (NATIVE_SYMBOL ? Symbol : uid)('Symbol.' + name));
1980
- };
1981
-
1982
-
1983
- /***/ }),
1984
-
1985
- /***/ "./node_modules/core-js/modules/es.array.from.js":
1986
- /*!*******************************************************!*\
286
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/global */"./node_modules/core-js/internals/global.js"),l=i(/*! ../internals/shared */"./node_modules/core-js/internals/shared.js"),t=i(/*! ../internals/uid */"./node_modules/core-js/internals/uid.js"),r=i(/*! ../internals/native-symbol */"./node_modules/core-js/internals/native-symbol.js"),a=o.Symbol,c=l("wks");e.exports=function(e){return c[e]||(c[e]=r&&a[e]||(r?a:t)("Symbol."+e))}},"./node_modules/core-js/modules/es.array.from.js":
287
+ /*!*******************************************************!*\
1987
288
  !*** ./node_modules/core-js/modules/es.array.from.js ***!
1988
289
  \*******************************************************/
1989
- /*! no static exports found */
1990
- /***/ (function(module, exports, __webpack_require__) {
1991
-
1992
- var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js");
1993
- var from = __webpack_require__(/*! ../internals/array-from */ "./node_modules/core-js/internals/array-from.js");
1994
- var checkCorrectnessOfIteration = __webpack_require__(/*! ../internals/check-correctness-of-iteration */ "./node_modules/core-js/internals/check-correctness-of-iteration.js");
1995
-
1996
- var INCORRECT_ITERATION = !checkCorrectnessOfIteration(function (iterable) {
1997
- Array.from(iterable);
1998
- });
1999
-
2000
- // `Array.from` method
2001
- // https://tc39.github.io/ecma262/#sec-array.from
2002
- $({ target: 'Array', stat: true, forced: INCORRECT_ITERATION }, {
2003
- from: from
2004
- });
2005
-
2006
-
2007
- /***/ }),
2008
-
2009
- /***/ "./node_modules/core-js/modules/es.string.iterator.js":
2010
- /*!************************************************************!*\
290
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/export */"./node_modules/core-js/internals/export.js"),l=i(/*! ../internals/array-from */"./node_modules/core-js/internals/array-from.js");o({target:"Array",stat:!0,forced:!i(/*! ../internals/check-correctness-of-iteration */"./node_modules/core-js/internals/check-correctness-of-iteration.js")((function(e){Array.from(e)}))},{from:l})},"./node_modules/core-js/modules/es.string.iterator.js":
291
+ /*!************************************************************!*\
2011
292
  !*** ./node_modules/core-js/modules/es.string.iterator.js ***!
2012
293
  \************************************************************/
2013
- /*! no static exports found */
2014
- /***/ (function(module, exports, __webpack_require__) {
2015
-
2016
- var codePointAt = __webpack_require__(/*! ../internals/string-at */ "./node_modules/core-js/internals/string-at.js");
2017
- var InternalStateModule = __webpack_require__(/*! ../internals/internal-state */ "./node_modules/core-js/internals/internal-state.js");
2018
- var defineIterator = __webpack_require__(/*! ../internals/define-iterator */ "./node_modules/core-js/internals/define-iterator.js");
2019
-
2020
- var STRING_ITERATOR = 'String Iterator';
2021
- var setInternalState = InternalStateModule.set;
2022
- var getInternalState = InternalStateModule.getterFor(STRING_ITERATOR);
2023
-
2024
- // `String.prototype[@@iterator]` method
2025
- // https://tc39.github.io/ecma262/#sec-string.prototype-@@iterator
2026
- defineIterator(String, 'String', function (iterated) {
2027
- setInternalState(this, {
2028
- type: STRING_ITERATOR,
2029
- string: String(iterated),
2030
- index: 0
2031
- });
2032
- // `%StringIteratorPrototype%.next` method
2033
- // https://tc39.github.io/ecma262/#sec-%stringiteratorprototype%.next
2034
- }, function next() {
2035
- var state = getInternalState(this);
2036
- var string = state.string;
2037
- var index = state.index;
2038
- var point;
2039
- if (index >= string.length) return { value: undefined, done: true };
2040
- point = codePointAt(string, index, true);
2041
- state.index += point.length;
2042
- return { value: point, done: false };
2043
- });
2044
-
2045
-
2046
- /***/ }),
2047
-
2048
- /***/ "./node_modules/webpack/buildin/global.js":
2049
- /*!***********************************!*\
294
+ /*! no static exports found */function(e,n,i){var o=i(/*! ../internals/string-at */"./node_modules/core-js/internals/string-at.js"),l=i(/*! ../internals/internal-state */"./node_modules/core-js/internals/internal-state.js"),t=i(/*! ../internals/define-iterator */"./node_modules/core-js/internals/define-iterator.js"),r="String Iterator",a=l.set,c=l.getterFor(r);t(String,"String",(function(e){a(this,{type:r,string:String(e),index:0})}),(function(){var e,n=c(this),i=n.string,l=n.index;return l>=i.length?{value:void 0,done:!0}:(e=o(i,l,!0),n.index+=e.length,{value:e,done:!1})}))},"./node_modules/webpack/buildin/global.js":
295
+ /*!***********************************!*\
2050
296
  !*** (webpack)/buildin/global.js ***!
2051
297
  \***********************************/
2052
- /*! no static exports found */
2053
- /***/ (function(module, exports) {
2054
-
2055
- var g;
2056
-
2057
- // This works in non-strict mode
2058
- g = (function() {
2059
- return this;
2060
- })();
2061
-
2062
- try {
2063
- // This works if eval is allowed (see CSP)
2064
- g = g || Function("return this")() || (0, eval)("this");
2065
- } catch (e) {
2066
- // This works if the window reference is available
2067
- if (typeof window === "object") g = window;
2068
- }
2069
-
2070
- // g can still be undefined, but nothing to do about it...
2071
- // We return undefined, instead of nothing here, so it's
2072
- // easier to handle this case. if(!global) { ...}
2073
-
2074
- module.exports = g;
2075
-
2076
-
2077
- /***/ }),
2078
-
2079
- /***/ "./src/default-attrs.json":
2080
- /*!********************************!*\
298
+ /*! no static exports found */function(e){var n;n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(e){"object"==typeof window&&(n=window)}e.exports=n},"./src/default-attrs.json":
299
+ /*!********************************!*\
2081
300
  !*** ./src/default-attrs.json ***!
2082
301
  \********************************/
2083
- /*! exports provided: xmlns, width, height, viewBox, fill, stroke, stroke-width, stroke-linecap, stroke-linejoin, default */
2084
- /***/ (function(module) {
2085
-
2086
- 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"};
2087
-
2088
- /***/ }),
2089
-
2090
- /***/ "./src/icon.js":
2091
- /*!*********************!*\
302
+ /*! exports provided: xmlns, width, height, viewBox, fill, stroke, stroke-width, stroke-linecap, stroke-linejoin, default */function(e){e.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"}},"./src/icon.js":
303
+ /*!*********************!*\
2092
304
  !*** ./src/icon.js ***!
2093
305
  \*********************/
2094
- /*! no static exports found */
2095
- /***/ (function(module, exports, __webpack_require__) {
2096
-
2097
-
2098
- Object.defineProperty(exports, "__esModule", {
2099
- value: true
2100
- });
2101
-
2102
- 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; };
2103
-
2104
- 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; }; }();
2105
-
2106
- var _dedupe = __webpack_require__(/*! classnames/dedupe */ "./node_modules/classnames/dedupe.js");
2107
-
2108
- var _dedupe2 = _interopRequireDefault(_dedupe);
2109
-
2110
- var _defaultAttrs = __webpack_require__(/*! ./default-attrs.json */ "./src/default-attrs.json");
2111
-
2112
- var _defaultAttrs2 = _interopRequireDefault(_defaultAttrs);
2113
-
2114
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
2115
-
2116
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
2117
-
2118
- var Icon = function () {
2119
- function Icon(name, contents) {
2120
- var tags = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : [];
2121
-
2122
- _classCallCheck(this, Icon);
2123
-
2124
- this.name = name;
2125
- this.contents = contents;
2126
- this.tags = tags;
2127
- this.attrs = _extends({}, _defaultAttrs2.default, { class: 'feather feather-' + name });
2128
- }
2129
-
2130
- /**
2131
- * Create an SVG string.
2132
- * @param {Object} attrs
2133
- * @returns {string}
2134
- */
2135
-
2136
-
2137
- _createClass(Icon, [{
2138
- key: 'toSvg',
2139
- value: function toSvg() {
2140
- var attrs = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
2141
-
2142
- var combinedAttrs = _extends({}, this.attrs, attrs, { class: (0, _dedupe2.default)(this.attrs.class, attrs.class) });
2143
-
2144
- return '<svg ' + attrsToString(combinedAttrs) + '>' + this.contents + '</svg>';
2145
- }
2146
-
2147
- /**
2148
- * Return string representation of an `Icon`.
2149
- *
2150
- * Added for backward compatibility. If old code expects `feather.icons.<name>`
2151
- * to be a string, `toString()` will get implicitly called.
2152
- *
2153
- * @returns {string}
2154
- */
2155
-
2156
- }, {
2157
- key: 'toString',
2158
- value: function toString() {
2159
- return this.contents;
2160
- }
2161
- }]);
2162
-
2163
- return Icon;
2164
- }();
2165
-
2166
- /**
2167
- * Convert attributes object to string of HTML attributes.
2168
- * @param {Object} attrs
2169
- * @returns {string}
2170
- */
2171
-
2172
-
2173
- function attrsToString(attrs) {
2174
- return Object.keys(attrs).map(function (key) {
2175
- return key + '="' + attrs[key] + '"';
2176
- }).join(' ');
2177
- }
2178
-
2179
- exports.default = Icon;
2180
-
2181
- /***/ }),
2182
-
2183
- /***/ "./src/icons.js":
2184
- /*!**********************!*\
306
+ /*! no static exports found */function(e,n,i){Object.defineProperty(n,"__esModule",{value:!0});var o=Object.assign||function(e){for(var n=1;n<arguments.length;n++){var i=arguments[n];for(var o in i)Object.prototype.hasOwnProperty.call(i,o)&&(e[o]=i[o])}return e},l=function(){function e(e,n){for(var i=0;i<n.length;i++){var o=n[i];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}return function(n,i,o){return i&&e(n.prototype,i),o&&e(n,o),n}}(),t=a(i(/*! classnames/dedupe */"./node_modules/classnames/dedupe.js")),r=a(i(/*! ./default-attrs.json */"./src/default-attrs.json"));function a(e){return e&&e.__esModule?e:{default:e}}var c=function(){function e(n,i){var l=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];!function(e,n){if(!(e instanceof n))throw new TypeError("Cannot call a class as a function")}(this,e),this.name=n,this.contents=i,this.tags=l,this.attrs=o({},r.default,{class:"feather feather-"+n})}return l(e,[{key:"toSvg",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return"<svg "+function(e){return Object.keys(e).map((function(n){return n+'="'+e[n]+'"'})).join(" ")}(o({},this.attrs,e,{class:(0,t.default)(this.attrs.class,e.class)}))+">"+this.contents+"</svg>"}},{key:"toString",value:function(){return this.contents}}]),e}();n.default=c},"./src/icons.js":
307
+ /*!**********************!*\
2185
308
  !*** ./src/icons.js ***!
2186
309
  \**********************/
2187
- /*! no static exports found */
2188
- /***/ (function(module, exports, __webpack_require__) {
2189
-
2190
-
2191
- Object.defineProperty(exports, "__esModule", {
2192
- value: true
2193
- });
2194
-
2195
- var _icon = __webpack_require__(/*! ./icon */ "./src/icon.js");
2196
-
2197
- var _icon2 = _interopRequireDefault(_icon);
2198
-
2199
- var _icons = __webpack_require__(/*! ../dist/icons.json */ "./dist/icons.json");
2200
-
2201
- var _icons2 = _interopRequireDefault(_icons);
2202
-
2203
- var _tags = __webpack_require__(/*! ./tags.json */ "./src/tags.json");
2204
-
2205
- var _tags2 = _interopRequireDefault(_tags);
2206
-
2207
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
2208
-
2209
- exports.default = Object.keys(_icons2.default).map(function (key) {
2210
- return new _icon2.default(key, _icons2.default[key], _tags2.default[key]);
2211
- }).reduce(function (object, icon) {
2212
- object[icon.name] = icon;
2213
- return object;
2214
- }, {});
2215
-
2216
- /***/ }),
2217
-
2218
- /***/ "./src/index.js":
2219
- /*!**********************!*\
310
+ /*! no static exports found */function(e,n,i){Object.defineProperty(n,"__esModule",{value:!0});var o=r(i(/*! ./icon */"./src/icon.js")),l=r(i(/*! ../dist/icons.json */"./dist/icons.json")),t=r(i(/*! ./tags.json */"./src/tags.json"));function r(e){return e&&e.__esModule?e:{default:e}}n.default=Object.keys(l.default).map((function(e){return new o.default(e,l.default[e],t.default[e])})).reduce((function(e,n){return e[n.name]=n,e}),{})},"./src/index.js":
311
+ /*!**********************!*\
2220
312
  !*** ./src/index.js ***!
2221
313
  \**********************/
2222
- /*! no static exports found */
2223
- /***/ (function(module, exports, __webpack_require__) {
2224
-
2225
-
2226
- var _icons = __webpack_require__(/*! ./icons */ "./src/icons.js");
2227
-
2228
- var _icons2 = _interopRequireDefault(_icons);
2229
-
2230
- var _toSvg = __webpack_require__(/*! ./to-svg */ "./src/to-svg.js");
2231
-
2232
- var _toSvg2 = _interopRequireDefault(_toSvg);
2233
-
2234
- var _replace = __webpack_require__(/*! ./replace */ "./src/replace.js");
2235
-
2236
- var _replace2 = _interopRequireDefault(_replace);
2237
-
2238
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
2239
-
2240
- module.exports = { icons: _icons2.default, toSvg: _toSvg2.default, replace: _replace2.default };
2241
-
2242
- /***/ }),
2243
-
2244
- /***/ "./src/replace.js":
2245
- /*!************************!*\
314
+ /*! no static exports found */function(e,n,i){var o=r(i(/*! ./icons */"./src/icons.js")),l=r(i(/*! ./to-svg */"./src/to-svg.js")),t=r(i(/*! ./replace */"./src/replace.js"));function r(e){return e&&e.__esModule?e:{default:e}}e.exports={icons:o.default,toSvg:l.default,replace:t.default}},"./src/replace.js":
315
+ /*!************************!*\
2246
316
  !*** ./src/replace.js ***!
2247
317
  \************************/
2248
- /*! no static exports found */
2249
- /***/ (function(module, exports, __webpack_require__) {
2250
-
2251
-
2252
- Object.defineProperty(exports, "__esModule", {
2253
- value: true
2254
- });
2255
-
2256
- 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 */
2257
-
2258
-
2259
- var _dedupe = __webpack_require__(/*! classnames/dedupe */ "./node_modules/classnames/dedupe.js");
2260
-
2261
- var _dedupe2 = _interopRequireDefault(_dedupe);
2262
-
2263
- var _icons = __webpack_require__(/*! ./icons */ "./src/icons.js");
2264
-
2265
- var _icons2 = _interopRequireDefault(_icons);
2266
-
2267
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
2268
-
2269
- /**
2270
- * Replace all HTML elements that have a `data-feather` attribute with SVG markup
2271
- * corresponding to the element's `data-feather` attribute value.
2272
- * @param {Object} attrs
2273
- */
2274
- function replace() {
2275
- var attrs = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
2276
-
2277
- if (typeof document === 'undefined') {
2278
- throw new Error('`feather.replace()` only works in a browser environment.');
2279
- }
2280
-
2281
- var elementsToReplace = document.querySelectorAll('[data-feather]');
2282
-
2283
- Array.from(elementsToReplace).forEach(function (element) {
2284
- return replaceElement(element, attrs);
2285
- });
2286
- }
2287
-
2288
- /**
2289
- * Replace a single HTML element with SVG markup
2290
- * corresponding to the element's `data-feather` attribute value.
2291
- * @param {HTMLElement} element
2292
- * @param {Object} attrs
2293
- */
2294
- function replaceElement(element) {
2295
- var attrs = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
2296
-
2297
- var elementAttrs = getAttrs(element);
2298
- var name = elementAttrs['data-feather'];
2299
- delete elementAttrs['data-feather'];
2300
-
2301
- if (_icons2.default[name] === undefined) {
2302
- console.warn('feather: \'' + name + '\' is not a valid icon');
2303
- return;
2304
- }
2305
-
2306
- var svgString = _icons2.default[name].toSvg(_extends({}, attrs, elementAttrs, { class: (0, _dedupe2.default)(attrs.class, elementAttrs.class) }));
2307
- var svgDocument = new DOMParser().parseFromString(svgString, 'image/svg+xml');
2308
- var svgElement = svgDocument.querySelector('svg');
2309
-
2310
- element.parentNode.replaceChild(svgElement, element);
2311
- }
2312
-
2313
- /**
2314
- * Get the attributes of an HTML element.
2315
- * @param {HTMLElement} element
2316
- * @returns {Object}
2317
- */
2318
- function getAttrs(element) {
2319
- return Array.from(element.attributes).reduce(function (attrs, attr) {
2320
- attrs[attr.name] = attr.value;
2321
- return attrs;
2322
- }, {});
2323
- }
2324
-
2325
- exports.default = replace;
2326
-
2327
- /***/ }),
2328
-
2329
- /***/ "./src/tags.json":
2330
- /*!***********************!*\
318
+ /*! no static exports found */function(e,n,i){Object.defineProperty(n,"__esModule",{value:!0});var o=Object.assign||function(e){for(var n=1;n<arguments.length;n++){var i=arguments[n];for(var o in i)Object.prototype.hasOwnProperty.call(i,o)&&(e[o]=i[o])}return e},l=r(i(/*! classnames/dedupe */"./node_modules/classnames/dedupe.js")),t=r(i(/*! ./icons */"./src/icons.js"));function r(e){return e&&e.__esModule?e:{default:e}}n.default=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if("undefined"==typeof document)throw new Error("`feather.replace()` only works in a browser environment.");var n=document.querySelectorAll("[data-feather]");Array.from(n).forEach((function(n){return function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=function(e){return Array.from(e.attributes).reduce((function(e,n){return e[n.name]=n.value,e}),{})}(e),r=i["data-feather"];if(delete i["data-feather"],void 0!==t.default[r]){var a=t.default[r].toSvg(o({},n,i,{class:(0,l.default)(n.class,i.class)})),c=(new DOMParser).parseFromString(a,"image/svg+xml").querySelector("svg");e.parentNode.replaceChild(c,e)}else console.warn("feather: '"+r+"' is not a valid icon")}(n,e)}))}},"./src/tags.json":
319
+ /*!***********************!*\
2331
320
  !*** ./src/tags.json ***!
2332
321
  \***********************/
2333
- /*! 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-buoy, 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 */
2334
- /***/ (function(module) {
2335
-
2336
- 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-buoy":["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"]};
2337
-
2338
- /***/ }),
2339
-
2340
- /***/ "./src/to-svg.js":
2341
- /*!***********************!*\
322
+ /*! 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-buoy, 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 */function(e){e.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-buoy":["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"]}},"./src/to-svg.js":
323
+ /*!***********************!*\
2342
324
  !*** ./src/to-svg.js ***!
2343
325
  \***********************/
2344
- /*! no static exports found */
2345
- /***/ (function(module, exports, __webpack_require__) {
2346
-
2347
-
2348
- Object.defineProperty(exports, "__esModule", {
2349
- value: true
2350
- });
2351
-
2352
- var _icons = __webpack_require__(/*! ./icons */ "./src/icons.js");
2353
-
2354
- var _icons2 = _interopRequireDefault(_icons);
2355
-
2356
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
2357
-
2358
- /**
2359
- * Create an SVG string.
2360
- * @deprecated
2361
- * @param {string} name
2362
- * @param {Object} attrs
2363
- * @returns {string}
2364
- */
2365
- function toSvg(name) {
2366
- var attrs = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
2367
-
2368
- console.warn('feather.toSvg() is deprecated. Please use feather.icons[name].toSvg() instead.');
2369
-
2370
- if (!name) {
2371
- throw new Error('The required `key` (icon name) parameter is missing.');
2372
- }
2373
-
2374
- if (!_icons2.default[name]) {
2375
- throw new Error('No icon matching \'' + name + '\'. See the complete list of icons at https://feathericons.com');
2376
- }
2377
-
2378
- return _icons2.default[name].toSvg(attrs);
2379
- }
2380
-
2381
- exports.default = toSvg;
2382
-
2383
- /***/ }),
2384
-
2385
- /***/ 0:
2386
- /*!**************************************************!*\
326
+ /*! no static exports found */function(e,n,i){Object.defineProperty(n,"__esModule",{value:!0});var o,l=(o=i(/*! ./icons */"./src/icons.js"))&&o.__esModule?o:{default:o};n.default=function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(console.warn("feather.toSvg() is deprecated. Please use feather.icons[name].toSvg() instead."),!e)throw new Error("The required `key` (icon name) parameter is missing.");if(!l.default[e])throw new Error("No icon matching '"+e+"'. See the complete list of icons at https://feathericons.com");return l.default[e].toSvg(n)}},0:
327
+ /*!**************************************************!*\
2387
328
  !*** multi core-js/es/array/from ./src/index.js ***!
2388
329
  \**************************************************/
2389
- /*! no static exports found */
2390
- /***/ (function(module, exports, __webpack_require__) {
2391
-
2392
- __webpack_require__(/*! core-js/es/array/from */"./node_modules/core-js/es/array/from.js");
2393
- module.exports = __webpack_require__(/*! /home/runner/work/feather/feather/src/index.js */"./src/index.js");
2394
-
2395
-
2396
- /***/ })
2397
-
2398
- /******/ });
2399
- });
2400
-
2401
- } (feather$2));
2402
- return feather$2.exports;
2403
- }
2404
-
2405
- var featherExports = requireFeather();
2406
- var feather = /*@__PURE__*/getDefaultExportFromCjs(featherExports);
2407
-
2408
- export { feather as f };
2409
- //# sourceMappingURL=p-fjnyWEDB.js.map
2410
-
2411
- //# sourceMappingURL=p-fjnyWEDB.js.map
330
+ /*! no static exports found */function(e,n,i){i(/*! core-js/es/array/from */"./node_modules/core-js/es/array/from.js"),e.exports=i(/*! /home/runner/work/feather/feather/src/index.js */"./src/index.js")}})));export{o as f}