@amiceli/papierjs 0.2.0 → 0.4.0

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