@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,331 @@
1
+ var e=typeof globalThis!=="undefined"?globalThis:typeof window!=="undefined"?window:typeof global!=="undefined"?global:typeof self!=="undefined"?self:{};function n(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e["default"]:e}var i={exports:{}};(function(n,i){(function e(i,r){n.exports=r()})(typeof self!=="undefined"?self:e,(function(){return function(e){var n={};function i(r){if(n[r]){return n[r].exports}var l=n[r]={i:r,l:false,exports:{}};e[r].call(l.exports,l,l.exports,i);l.l=true;return l.exports}i.m=e;i.c=n;i.d=function(e,n,r){if(!i.o(e,n)){Object.defineProperty(e,n,{configurable:false,enumerable:true,get:r})}};i.r=function(e){Object.defineProperty(e,"__esModule",{value:true})};i.n=function(e){var n=e&&e.__esModule?function n(){return e["default"]}:function n(){return e};i.d(n,"a",n);return n};i.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)};i.p="";return i(i.s=0)}({"./dist/icons.json":
2
+ /*!*************************!*\
3
+ !*** ./dist/icons.json ***!
4
+ \*************************/
5
+ /*! exports provided: activity, airplay, alert-circle, alert-octagon, alert-triangle, align-center, align-justify, align-left, align-right, anchor, aperture, archive, arrow-down-circle, arrow-down-left, arrow-down-right, arrow-down, arrow-left-circle, arrow-left, arrow-right-circle, arrow-right, arrow-up-circle, arrow-up-left, arrow-up-right, arrow-up, at-sign, award, bar-chart-2, bar-chart, battery-charging, battery, bell-off, bell, bluetooth, bold, book-open, book, bookmark, box, briefcase, calendar, camera-off, camera, cast, check-circle, check-square, check, chevron-down, chevron-left, chevron-right, chevron-up, chevrons-down, chevrons-left, chevrons-right, chevrons-up, chrome, circle, clipboard, clock, cloud-drizzle, cloud-lightning, cloud-off, cloud-rain, cloud-snow, cloud, code, codepen, codesandbox, coffee, columns, command, compass, copy, corner-down-left, corner-down-right, corner-left-down, corner-left-up, corner-right-down, corner-right-up, corner-up-left, corner-up-right, cpu, credit-card, crop, crosshair, database, delete, disc, divide-circle, divide-square, divide, dollar-sign, download-cloud, download, dribbble, droplet, edit-2, edit-3, edit, external-link, eye-off, eye, facebook, fast-forward, feather, figma, file-minus, file-plus, file-text, file, film, filter, flag, folder-minus, folder-plus, folder, framer, frown, gift, git-branch, git-commit, git-merge, git-pull-request, github, gitlab, globe, grid, hard-drive, hash, headphones, heart, help-circle, hexagon, home, image, inbox, info, instagram, italic, key, layers, layout, life-buoy, link-2, link, linkedin, list, loader, lock, log-in, log-out, mail, map-pin, map, maximize-2, maximize, meh, menu, message-circle, message-square, mic-off, mic, minimize-2, minimize, minus-circle, minus-square, minus, monitor, moon, more-horizontal, more-vertical, mouse-pointer, move, music, navigation-2, navigation, octagon, package, paperclip, pause-circle, pause, pen-tool, percent, phone-call, phone-forwarded, phone-incoming, phone-missed, phone-off, phone-outgoing, phone, pie-chart, play-circle, play, plus-circle, plus-square, plus, pocket, power, printer, radio, refresh-ccw, refresh-cw, repeat, rewind, rotate-ccw, rotate-cw, rss, save, scissors, search, send, server, settings, share-2, share, shield-off, shield, shopping-bag, shopping-cart, shuffle, sidebar, skip-back, skip-forward, slack, slash, sliders, smartphone, smile, speaker, square, star, stop-circle, sun, sunrise, sunset, table, tablet, tag, target, terminal, thermometer, thumbs-down, thumbs-up, toggle-left, toggle-right, tool, trash-2, trash, trello, trending-down, trending-up, triangle, truck, tv, twitch, twitter, type, umbrella, underline, unlock, upload-cloud, upload, user-check, user-minus, user-plus, user-x, user, users, video-off, video, voicemail, volume-1, volume-2, volume-x, volume, watch, wifi-off, wifi, wind, x-circle, x-octagon, x-square, x, youtube, zap-off, zap, zoom-in, zoom-out, default */function(e){e.exports={activity:'<polyline points="22 12 18 12 15 21 9 3 6 12 2 12"></polyline>',airplay:'<path d="M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1"></path><polygon points="12 15 17 21 7 21 12 15"></polygon>',"alert-circle":'<circle cx="12" cy="12" r="10"></circle><line x1="12" y1="8" x2="12" y2="12"></line><line x1="12" y1="16" x2="12.01" y2="16"></line>',"alert-octagon":'<polygon points="7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"></polygon><line x1="12" y1="8" x2="12" y2="12"></line><line x1="12" y1="16" x2="12.01" y2="16"></line>',"alert-triangle":'<path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"></path><line x1="12" y1="9" x2="12" y2="13"></line><line x1="12" y1="17" x2="12.01" y2="17"></line>',"align-center":'<line x1="18" y1="10" x2="6" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="18" y1="18" x2="6" y2="18"></line>',"align-justify":'<line x1="21" y1="10" x2="3" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="21" y1="18" x2="3" y2="18"></line>',"align-left":'<line x1="17" y1="10" x2="3" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="17" y1="18" x2="3" y2="18"></line>',"align-right":'<line x1="21" y1="10" x2="7" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="21" y1="18" x2="7" y2="18"></line>',anchor:'<circle cx="12" cy="5" r="3"></circle><line x1="12" y1="22" x2="12" y2="8"></line><path d="M5 12H2a10 10 0 0 0 20 0h-3"></path>',aperture:'<circle cx="12" cy="12" r="10"></circle><line x1="14.31" y1="8" x2="20.05" y2="17.94"></line><line x1="9.69" y1="8" x2="21.17" y2="8"></line><line x1="7.38" y1="12" x2="13.12" y2="2.06"></line><line x1="9.69" y1="16" x2="3.95" y2="6.06"></line><line x1="14.31" y1="16" x2="2.83" y2="16"></line><line x1="16.62" y1="12" x2="10.88" y2="21.94"></line>',archive:'<polyline points="21 8 21 21 3 21 3 8"></polyline><rect x="1" y="3" width="22" height="5"></rect><line x1="10" y1="12" x2="14" y2="12"></line>',"arrow-down-circle":'<circle cx="12" cy="12" r="10"></circle><polyline points="8 12 12 16 16 12"></polyline><line x1="12" y1="8" x2="12" y2="16"></line>',"arrow-down-left":'<line x1="17" y1="7" x2="7" y2="17"></line><polyline points="17 17 7 17 7 7"></polyline>',"arrow-down-right":'<line x1="7" y1="7" x2="17" y2="17"></line><polyline points="17 7 17 17 7 17"></polyline>',"arrow-down":'<line x1="12" y1="5" x2="12" y2="19"></line><polyline points="19 12 12 19 5 12"></polyline>',"arrow-left-circle":'<circle cx="12" cy="12" r="10"></circle><polyline points="12 8 8 12 12 16"></polyline><line x1="16" y1="12" x2="8" y2="12"></line>',"arrow-left":'<line x1="19" y1="12" x2="5" y2="12"></line><polyline points="12 19 5 12 12 5"></polyline>',"arrow-right-circle":'<circle cx="12" cy="12" r="10"></circle><polyline points="12 16 16 12 12 8"></polyline><line x1="8" y1="12" x2="16" y2="12"></line>',"arrow-right":'<line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline>',"arrow-up-circle":'<circle cx="12" cy="12" r="10"></circle><polyline points="16 12 12 8 8 12"></polyline><line x1="12" y1="16" x2="12" y2="8"></line>',"arrow-up-left":'<line x1="17" y1="17" x2="7" y2="7"></line><polyline points="7 17 7 7 17 7"></polyline>',"arrow-up-right":'<line x1="7" y1="17" x2="17" y2="7"></line><polyline points="7 7 17 7 17 17"></polyline>',"arrow-up":'<line x1="12" y1="19" x2="12" y2="5"></line><polyline points="5 12 12 5 19 12"></polyline>',"at-sign":'<circle cx="12" cy="12" r="4"></circle><path d="M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94"></path>',award:'<circle cx="12" cy="8" r="7"></circle><polyline points="8.21 13.89 7 23 12 20 17 23 15.79 13.88"></polyline>',"bar-chart-2":'<line x1="18" y1="20" x2="18" y2="10"></line><line x1="12" y1="20" x2="12" y2="4"></line><line x1="6" y1="20" x2="6" y2="14"></line>',"bar-chart":'<line x1="12" y1="20" x2="12" y2="10"></line><line x1="18" y1="20" x2="18" y2="4"></line><line x1="6" y1="20" x2="6" y2="16"></line>',"battery-charging":'<path d="M5 18H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.19M15 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.19"></path><line x1="23" y1="13" x2="23" y2="11"></line><polyline points="11 6 7 12 13 12 9 18"></polyline>',battery:'<rect x="1" y="6" width="18" height="12" rx="2" ry="2"></rect><line x1="23" y1="13" x2="23" y2="11"></line>',"bell-off":'<path d="M13.73 21a2 2 0 0 1-3.46 0"></path><path d="M18.63 13A17.89 17.89 0 0 1 18 8"></path><path d="M6.26 6.26A5.86 5.86 0 0 0 6 8c0 7-3 9-3 9h14"></path><path d="M18 8a6 6 0 0 0-9.33-5"></path><line x1="1" y1="1" x2="23" y2="23"></line>',bell:'<path d="M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"></path><path d="M13.73 21a2 2 0 0 1-3.46 0"></path>',bluetooth:'<polyline points="6.5 6.5 17.5 17.5 12 23 12 1 17.5 6.5 6.5 17.5"></polyline>',bold:'<path d="M6 4h8a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"></path><path d="M6 12h9a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"></path>',"book-open":'<path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path><path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>',book:'<path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"></path><path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"></path>',bookmark:'<path d="M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"></path>',box:'<path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path><polyline points="3.27 6.96 12 12.01 20.73 6.96"></polyline><line x1="12" y1="22.08" x2="12" y2="12"></line>',briefcase:'<rect x="2" y="7" width="20" height="14" rx="2" ry="2"></rect><path d="M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16"></path>',calendar:'<rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line>',"camera-off":'<line x1="1" y1="1" x2="23" y2="23"></line><path d="M21 21H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3m3-3h6l2 3h4a2 2 0 0 1 2 2v9.34m-7.72-2.06a4 4 0 1 1-5.56-5.56"></path>',camera:'<path d="M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"></path><circle cx="12" cy="13" r="4"></circle>',cast:'<path d="M2 16.1A5 5 0 0 1 5.9 20M2 12.05A9 9 0 0 1 9.95 20M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6"></path><line x1="2" y1="20" x2="2.01" y2="20"></line>',"check-circle":'<path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline>',"check-square":'<polyline points="9 11 12 14 22 4"></polyline><path d="M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11"></path>',check:'<polyline points="20 6 9 17 4 12"></polyline>',"chevron-down":'<polyline points="6 9 12 15 18 9"></polyline>',"chevron-left":'<polyline points="15 18 9 12 15 6"></polyline>',"chevron-right":'<polyline points="9 18 15 12 9 6"></polyline>',"chevron-up":'<polyline points="18 15 12 9 6 15"></polyline>',"chevrons-down":'<polyline points="7 13 12 18 17 13"></polyline><polyline points="7 6 12 11 17 6"></polyline>',"chevrons-left":'<polyline points="11 17 6 12 11 7"></polyline><polyline points="18 17 13 12 18 7"></polyline>',"chevrons-right":'<polyline points="13 17 18 12 13 7"></polyline><polyline points="6 17 11 12 6 7"></polyline>',"chevrons-up":'<polyline points="17 11 12 6 7 11"></polyline><polyline points="17 18 12 13 7 18"></polyline>',chrome:'<circle cx="12" cy="12" r="10"></circle><circle cx="12" cy="12" r="4"></circle><line x1="21.17" y1="8" x2="12" y2="8"></line><line x1="3.95" y1="6.06" x2="8.54" y2="14"></line><line x1="10.88" y1="21.94" x2="15.46" y2="14"></line>',circle:'<circle cx="12" cy="12" r="10"></circle>',clipboard:'<path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"></path><rect x="8" y="2" width="8" height="4" rx="1" ry="1"></rect>',clock:'<circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline>',"cloud-drizzle":'<line x1="8" y1="19" x2="8" y2="21"></line><line x1="8" y1="13" x2="8" y2="15"></line><line x1="16" y1="19" x2="16" y2="21"></line><line x1="16" y1="13" x2="16" y2="15"></line><line x1="12" y1="21" x2="12" y2="23"></line><line x1="12" y1="15" x2="12" y2="17"></line><path d="M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"></path>',"cloud-lightning":'<path d="M19 16.9A5 5 0 0 0 18 7h-1.26a8 8 0 1 0-11.62 9"></path><polyline points="13 11 9 17 15 17 11 23"></polyline>',"cloud-off":'<path d="M22.61 16.95A5 5 0 0 0 18 10h-1.26a8 8 0 0 0-7.05-6M5 5a8 8 0 0 0 4 15h9a5 5 0 0 0 1.7-.3"></path><line x1="1" y1="1" x2="23" y2="23"></line>',"cloud-rain":'<line x1="16" y1="13" x2="16" y2="21"></line><line x1="8" y1="13" x2="8" y2="21"></line><line x1="12" y1="15" x2="12" y2="23"></line><path d="M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"></path>',"cloud-snow":'<path d="M20 17.58A5 5 0 0 0 18 8h-1.26A8 8 0 1 0 4 16.25"></path><line x1="8" y1="16" x2="8.01" y2="16"></line><line x1="8" y1="20" x2="8.01" y2="20"></line><line x1="12" y1="18" x2="12.01" y2="18"></line><line x1="12" y1="22" x2="12.01" y2="22"></line><line x1="16" y1="16" x2="16.01" y2="16"></line><line x1="16" y1="20" x2="16.01" y2="20"></line>',cloud:'<path d="M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z"></path>',code:'<polyline points="16 18 22 12 16 6"></polyline><polyline points="8 6 2 12 8 18"></polyline>',codepen:'<polygon points="12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2"></polygon><line x1="12" y1="22" x2="12" y2="15.5"></line><polyline points="22 8.5 12 15.5 2 8.5"></polyline><polyline points="2 15.5 12 8.5 22 15.5"></polyline><line x1="12" y1="2" x2="12" y2="8.5"></line>',codesandbox:'<path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path><polyline points="7.5 4.21 12 6.81 16.5 4.21"></polyline><polyline points="7.5 19.79 7.5 14.6 3 12"></polyline><polyline points="21 12 16.5 14.6 16.5 19.79"></polyline><polyline points="3.27 6.96 12 12.01 20.73 6.96"></polyline><line x1="12" y1="22.08" x2="12" y2="12"></line>',coffee:'<path d="M18 8h1a4 4 0 0 1 0 8h-1"></path><path d="M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z"></path><line x1="6" y1="1" x2="6" y2="4"></line><line x1="10" y1="1" x2="10" y2="4"></line><line x1="14" y1="1" x2="14" y2="4"></line>',columns:'<path d="M12 3h7a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-7m0-18H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7m0-18v18"></path>',command:'<path d="M18 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3H6a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3V6a3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 3 3 0 0 0-3-3z"></path>',compass:'<circle cx="12" cy="12" r="10"></circle><polygon points="16.24 7.76 14.12 14.12 7.76 16.24 9.88 9.88 16.24 7.76"></polygon>',copy:'<rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path>',"corner-down-left":'<polyline points="9 10 4 15 9 20"></polyline><path d="M20 4v7a4 4 0 0 1-4 4H4"></path>',"corner-down-right":'<polyline points="15 10 20 15 15 20"></polyline><path d="M4 4v7a4 4 0 0 0 4 4h12"></path>',"corner-left-down":'<polyline points="14 15 9 20 4 15"></polyline><path d="M20 4h-7a4 4 0 0 0-4 4v12"></path>',"corner-left-up":'<polyline points="14 9 9 4 4 9"></polyline><path d="M20 20h-7a4 4 0 0 1-4-4V4"></path>',"corner-right-down":'<polyline points="10 15 15 20 20 15"></polyline><path d="M4 4h7a4 4 0 0 1 4 4v12"></path>',"corner-right-up":'<polyline points="10 9 15 4 20 9"></polyline><path d="M4 20h7a4 4 0 0 0 4-4V4"></path>',"corner-up-left":'<polyline points="9 14 4 9 9 4"></polyline><path d="M20 20v-7a4 4 0 0 0-4-4H4"></path>',"corner-up-right":'<polyline points="15 14 20 9 15 4"></polyline><path d="M4 20v-7a4 4 0 0 1 4-4h12"></path>',cpu:'<rect x="4" y="4" width="16" height="16" rx="2" ry="2"></rect><rect x="9" y="9" width="6" height="6"></rect><line x1="9" y1="1" x2="9" y2="4"></line><line x1="15" y1="1" x2="15" y2="4"></line><line x1="9" y1="20" x2="9" y2="23"></line><line x1="15" y1="20" x2="15" y2="23"></line><line x1="20" y1="9" x2="23" y2="9"></line><line x1="20" y1="14" x2="23" y2="14"></line><line x1="1" y1="9" x2="4" y2="9"></line><line x1="1" y1="14" x2="4" y2="14"></line>',"credit-card":'<rect x="1" y="4" width="22" height="16" rx="2" ry="2"></rect><line x1="1" y1="10" x2="23" y2="10"></line>',crop:'<path d="M6.13 1L6 16a2 2 0 0 0 2 2h15"></path><path d="M1 6.13L16 6a2 2 0 0 1 2 2v15"></path>',crosshair:'<circle cx="12" cy="12" r="10"></circle><line x1="22" y1="12" x2="18" y2="12"></line><line x1="6" y1="12" x2="2" y2="12"></line><line x1="12" y1="6" x2="12" y2="2"></line><line x1="12" y1="22" x2="12" y2="18"></line>',database:'<ellipse cx="12" cy="5" rx="9" ry="3"></ellipse><path d="M21 12c0 1.66-4 3-9 3s-9-1.34-9-3"></path><path d="M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5"></path>',delete:'<path d="M21 4H8l-7 8 7 8h13a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2z"></path><line x1="18" y1="9" x2="12" y2="15"></line><line x1="12" y1="9" x2="18" y2="15"></line>',disc:'<circle cx="12" cy="12" r="10"></circle><circle cx="12" cy="12" r="3"></circle>',"divide-circle":'<line x1="8" y1="12" x2="16" y2="12"></line><line x1="12" y1="16" x2="12" y2="16"></line><line x1="12" y1="8" x2="12" y2="8"></line><circle cx="12" cy="12" r="10"></circle>',"divide-square":'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="8" y1="12" x2="16" y2="12"></line><line x1="12" y1="16" x2="12" y2="16"></line><line x1="12" y1="8" x2="12" y2="8"></line>',divide:'<circle cx="12" cy="6" r="2"></circle><line x1="5" y1="12" x2="19" y2="12"></line><circle cx="12" cy="18" r="2"></circle>',"dollar-sign":'<line x1="12" y1="1" x2="12" y2="23"></line><path d="M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"></path>',"download-cloud":'<polyline points="8 17 12 21 16 17"></polyline><line x1="12" y1="12" x2="12" y2="21"></line><path d="M20.88 18.09A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.29"></path>',download:'<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="7 10 12 15 17 10"></polyline><line x1="12" y1="15" x2="12" y2="3"></line>',dribbble:'<circle cx="12" cy="12" r="10"></circle><path d="M8.56 2.75c4.37 6.03 6.02 9.42 8.03 17.72m2.54-15.38c-3.72 4.35-8.94 5.66-16.88 5.85m19.5 1.9c-3.5-.93-6.63-.82-8.94 0-2.58.92-5.01 2.86-7.44 6.32"></path>',droplet:'<path d="M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z"></path>',"edit-2":'<path d="M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z"></path>',"edit-3":'<path d="M12 20h9"></path><path d="M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z"></path>',edit:'<path d="M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"></path><path d="M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z"></path>',"external-link":'<path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path><polyline points="15 3 21 3 21 9"></polyline><line x1="10" y1="14" x2="21" y2="3"></line>',"eye-off":'<path d="M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24"></path><line x1="1" y1="1" x2="23" y2="23"></line>',eye:'<path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"></path><circle cx="12" cy="12" r="3"></circle>',facebook:'<path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"></path>',"fast-forward":'<polygon points="13 19 22 12 13 5 13 19"></polygon><polygon points="2 19 11 12 2 5 2 19"></polygon>',feather:'<path d="M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z"></path><line x1="16" y1="8" x2="2" y2="22"></line><line x1="17.5" y1="15" x2="9" y2="15"></line>',figma:'<path d="M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5z"></path><path d="M12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z"></path><path d="M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0z"></path><path d="M5 19.5A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0z"></path><path d="M5 12.5A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5z"></path>',"file-minus":'<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="9" y1="15" x2="15" y2="15"></line>',"file-plus":'<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="12" y1="18" x2="12" y2="12"></line><line x1="9" y1="15" x2="15" y2="15"></line>',"file-text":'<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="16" y1="13" x2="8" y2="13"></line><line x1="16" y1="17" x2="8" y2="17"></line><polyline points="10 9 9 9 8 9"></polyline>',file:'<path d="M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"></path><polyline points="13 2 13 9 20 9"></polyline>',film:'<rect x="2" y="2" width="20" height="20" rx="2.18" ry="2.18"></rect><line x1="7" y1="2" x2="7" y2="22"></line><line x1="17" y1="2" x2="17" y2="22"></line><line x1="2" y1="12" x2="22" y2="12"></line><line x1="2" y1="7" x2="7" y2="7"></line><line x1="2" y1="17" x2="7" y2="17"></line><line x1="17" y1="17" x2="22" y2="17"></line><line x1="17" y1="7" x2="22" y2="7"></line>',filter:'<polygon points="22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"></polygon>',flag:'<path d="M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z"></path><line x1="4" y1="22" x2="4" y2="15"></line>',"folder-minus":'<path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path><line x1="9" y1="14" x2="15" y2="14"></line>',"folder-plus":'<path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path><line x1="12" y1="11" x2="12" y2="17"></line><line x1="9" y1="14" x2="15" y2="14"></line>',folder:'<path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path>',framer:'<path d="M5 16V9h14V2H5l14 14h-7m-7 0l7 7v-7m-7 0h7"></path>',frown:'<circle cx="12" cy="12" r="10"></circle><path d="M16 16s-1.5-2-4-2-4 2-4 2"></path><line x1="9" y1="9" x2="9.01" y2="9"></line><line x1="15" y1="9" x2="15.01" y2="9"></line>',gift:'<polyline points="20 12 20 22 4 22 4 12"></polyline><rect x="2" y="7" width="20" height="5"></rect><line x1="12" y1="22" x2="12" y2="7"></line><path d="M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z"></path><path d="M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z"></path>',"git-branch":'<line x1="6" y1="3" x2="6" y2="15"></line><circle cx="18" cy="6" r="3"></circle><circle cx="6" cy="18" r="3"></circle><path d="M18 9a9 9 0 0 1-9 9"></path>',"git-commit":'<circle cx="12" cy="12" r="4"></circle><line x1="1.05" y1="12" x2="7" y2="12"></line><line x1="17.01" y1="12" x2="22.96" y2="12"></line>',"git-merge":'<circle cx="18" cy="18" r="3"></circle><circle cx="6" cy="6" r="3"></circle><path d="M6 21V9a9 9 0 0 0 9 9"></path>',"git-pull-request":'<circle cx="18" cy="18" r="3"></circle><circle cx="6" cy="6" r="3"></circle><path d="M13 6h3a2 2 0 0 1 2 2v7"></path><line x1="6" y1="9" x2="6" y2="21"></line>',github:'<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path>',gitlab:'<path d="M22.65 14.39L12 22.13 1.35 14.39a.84.84 0 0 1-.3-.94l1.22-3.78 2.44-7.51A.42.42 0 0 1 4.82 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.49h8.1l2.44-7.51A.42.42 0 0 1 18.6 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.51L23 13.45a.84.84 0 0 1-.35.94z"></path>',globe:'<circle cx="12" cy="12" r="10"></circle><line x1="2" y1="12" x2="22" y2="12"></line><path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"></path>',grid:'<rect x="3" y="3" width="7" height="7"></rect><rect x="14" y="3" width="7" height="7"></rect><rect x="14" y="14" width="7" height="7"></rect><rect x="3" y="14" width="7" height="7"></rect>',"hard-drive":'<line x1="22" y1="12" x2="2" y2="12"></line><path d="M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"></path><line x1="6" y1="16" x2="6.01" y2="16"></line><line x1="10" y1="16" x2="10.01" y2="16"></line>',hash:'<line x1="4" y1="9" x2="20" y2="9"></line><line x1="4" y1="15" x2="20" y2="15"></line><line x1="10" y1="3" x2="8" y2="21"></line><line x1="16" y1="3" x2="14" y2="21"></line>',headphones:'<path d="M3 18v-6a9 9 0 0 1 18 0v6"></path><path d="M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3zM3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z"></path>',heart:'<path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path>',"help-circle":'<circle cx="12" cy="12" r="10"></circle><path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path><line x1="12" y1="17" x2="12.01" y2="17"></line>',hexagon:'<path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path>',home:'<path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path><polyline points="9 22 9 12 15 12 15 22"></polyline>',image:'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><circle cx="8.5" cy="8.5" r="1.5"></circle><polyline points="21 15 16 10 5 21"></polyline>',inbox:'<polyline points="22 12 16 12 14 15 10 15 8 12 2 12"></polyline><path d="M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"></path>',info:'<circle cx="12" cy="12" r="10"></circle><line x1="12" y1="16" x2="12" y2="12"></line><line x1="12" y1="8" x2="12.01" y2="8"></line>',instagram:'<rect x="2" y="2" width="20" height="20" rx="5" ry="5"></rect><path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path><line x1="17.5" y1="6.5" x2="17.51" y2="6.5"></line>',italic:'<line x1="19" y1="4" x2="10" y2="4"></line><line x1="14" y1="20" x2="5" y2="20"></line><line x1="15" y1="4" x2="9" y2="20"></line>',key:'<path d="M21 2l-2 2m-7.61 7.61a5.5 5.5 0 1 1-7.778 7.778 5.5 5.5 0 0 1 7.777-7.777zm0 0L15.5 7.5m0 0l3 3L22 7l-3-3m-3.5 3.5L19 4"></path>',layers:'<polygon points="12 2 2 7 12 12 22 7 12 2"></polygon><polyline points="2 17 12 22 22 17"></polyline><polyline points="2 12 12 17 22 12"></polyline>',layout:'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="3" y1="9" x2="21" y2="9"></line><line x1="9" y1="21" x2="9" y2="9"></line>',"life-buoy":'<circle cx="12" cy="12" r="10"></circle><circle cx="12" cy="12" r="4"></circle><line x1="4.93" y1="4.93" x2="9.17" y2="9.17"></line><line x1="14.83" y1="14.83" x2="19.07" y2="19.07"></line><line x1="14.83" y1="9.17" x2="19.07" y2="4.93"></line><line x1="14.83" y1="9.17" x2="18.36" y2="5.64"></line><line x1="4.93" y1="19.07" x2="9.17" y2="14.83"></line>',"link-2":'<path d="M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3"></path><line x1="8" y1="12" x2="16" y2="12"></line>',link:'<path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path>',linkedin:'<path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path><rect x="2" y="9" width="4" height="12"></rect><circle cx="4" cy="4" r="2"></circle>',list:'<line x1="8" y1="6" x2="21" y2="6"></line><line x1="8" y1="12" x2="21" y2="12"></line><line x1="8" y1="18" x2="21" y2="18"></line><line x1="3" y1="6" x2="3.01" y2="6"></line><line x1="3" y1="12" x2="3.01" y2="12"></line><line x1="3" y1="18" x2="3.01" y2="18"></line>',loader:'<line x1="12" y1="2" x2="12" y2="6"></line><line x1="12" y1="18" x2="12" y2="22"></line><line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line><line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line><line x1="2" y1="12" x2="6" y2="12"></line><line x1="18" y1="12" x2="22" y2="12"></line><line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line><line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>',lock:'<rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 10 0v4"></path>',"log-in":'<path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"></path><polyline points="10 17 15 12 10 7"></polyline><line x1="15" y1="12" x2="3" y2="12"></line>',"log-out":'<path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"></path><polyline points="16 17 21 12 16 7"></polyline><line x1="21" y1="12" x2="9" y2="12"></line>',mail:'<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path><polyline points="22,6 12,13 2,6"></polyline>',"map-pin":'<path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle>',map:'<polygon points="1 6 1 22 8 18 16 22 23 18 23 2 16 6 8 2 1 6"></polygon><line x1="8" y1="2" x2="8" y2="18"></line><line x1="16" y1="6" x2="16" y2="22"></line>',"maximize-2":'<polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" y1="3" x2="14" y2="10"></line><line x1="3" y1="21" x2="10" y2="14"></line>',maximize:'<path d="M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3"></path>',meh:'<circle cx="12" cy="12" r="10"></circle><line x1="8" y1="15" x2="16" y2="15"></line><line x1="9" y1="9" x2="9.01" y2="9"></line><line x1="15" y1="9" x2="15.01" y2="9"></line>',menu:'<line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line>',"message-circle":'<path d="M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"></path>',"message-square":'<path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"></path>',"mic-off":'<line x1="1" y1="1" x2="23" y2="23"></line><path d="M9 9v3a3 3 0 0 0 5.12 2.12M15 9.34V4a3 3 0 0 0-5.94-.6"></path><path d="M17 16.95A7 7 0 0 1 5 12v-2m14 0v2a7 7 0 0 1-.11 1.23"></path><line x1="12" y1="19" x2="12" y2="23"></line><line x1="8" y1="23" x2="16" y2="23"></line>',mic:'<path d="M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z"></path><path d="M19 10v2a7 7 0 0 1-14 0v-2"></path><line x1="12" y1="19" x2="12" y2="23"></line><line x1="8" y1="23" x2="16" y2="23"></line>',"minimize-2":'<polyline points="4 14 10 14 10 20"></polyline><polyline points="20 10 14 10 14 4"></polyline><line x1="14" y1="10" x2="21" y2="3"></line><line x1="3" y1="21" x2="10" y2="14"></line>',minimize:'<path d="M8 3v3a2 2 0 0 1-2 2H3m18 0h-3a2 2 0 0 1-2-2V3m0 18v-3a2 2 0 0 1 2-2h3M3 16h3a2 2 0 0 1 2 2v3"></path>',"minus-circle":'<circle cx="12" cy="12" r="10"></circle><line x1="8" y1="12" x2="16" y2="12"></line>',"minus-square":'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="8" y1="12" x2="16" y2="12"></line>',minus:'<line x1="5" y1="12" x2="19" y2="12"></line>',monitor:'<rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect><line x1="8" y1="21" x2="16" y2="21"></line><line x1="12" y1="17" x2="12" y2="21"></line>',moon:'<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>',"more-horizontal":'<circle cx="12" cy="12" r="1"></circle><circle cx="19" cy="12" r="1"></circle><circle cx="5" cy="12" r="1"></circle>',"more-vertical":'<circle cx="12" cy="12" r="1"></circle><circle cx="12" cy="5" r="1"></circle><circle cx="12" cy="19" r="1"></circle>',"mouse-pointer":'<path d="M3 3l7.07 16.97 2.51-7.39 7.39-2.51L3 3z"></path><path d="M13 13l6 6"></path>',move:'<polyline points="5 9 2 12 5 15"></polyline><polyline points="9 5 12 2 15 5"></polyline><polyline points="15 19 12 22 9 19"></polyline><polyline points="19 9 22 12 19 15"></polyline><line x1="2" y1="12" x2="22" y2="12"></line><line x1="12" y1="2" x2="12" y2="22"></line>',music:'<path d="M9 18V5l12-2v13"></path><circle cx="6" cy="18" r="3"></circle><circle cx="18" cy="16" r="3"></circle>',"navigation-2":'<polygon points="12 2 19 21 12 17 5 21 12 2"></polygon>',navigation:'<polygon points="3 11 22 2 13 21 11 13 3 11"></polygon>',octagon:'<polygon points="7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"></polygon>',package:'<line x1="16.5" y1="9.4" x2="7.5" y2="4.21"></line><path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path><polyline points="3.27 6.96 12 12.01 20.73 6.96"></polyline><line x1="12" y1="22.08" x2="12" y2="12"></line>',paperclip:'<path d="M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48"></path>',"pause-circle":'<circle cx="12" cy="12" r="10"></circle><line x1="10" y1="15" x2="10" y2="9"></line><line x1="14" y1="15" x2="14" y2="9"></line>',pause:'<rect x="6" y="4" width="4" height="16"></rect><rect x="14" y="4" width="4" height="16"></rect>',"pen-tool":'<path d="M12 19l7-7 3 3-7 7-3-3z"></path><path d="M18 13l-1.5-7.5L2 2l3.5 14.5L13 18l5-5z"></path><path d="M2 2l7.586 7.586"></path><circle cx="11" cy="11" r="2"></circle>',percent:'<line x1="19" y1="5" x2="5" y2="19"></line><circle cx="6.5" cy="6.5" r="2.5"></circle><circle cx="17.5" cy="17.5" r="2.5"></circle>',"phone-call":'<path d="M15.05 5A5 5 0 0 1 19 8.95M15.05 1A9 9 0 0 1 23 8.94m-1 7.98v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>',"phone-forwarded":'<polyline points="19 1 23 5 19 9"></polyline><line x1="15" y1="5" x2="23" y2="5"></line><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>',"phone-incoming":'<polyline points="16 2 16 8 22 8"></polyline><line x1="23" y1="1" x2="16" y2="8"></line><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>',"phone-missed":'<line x1="23" y1="1" x2="17" y2="7"></line><line x1="17" y1="1" x2="23" y2="7"></line><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>',"phone-off":'<path d="M10.68 13.31a16 16 0 0 0 3.41 2.6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7 2 2 0 0 1 1.72 2v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.42 19.42 0 0 1-3.33-2.67m-2.67-3.34a19.79 19.79 0 0 1-3.07-8.63A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91"></path><line x1="23" y1="1" x2="1" y2="23"></line>',"phone-outgoing":'<polyline points="23 7 23 1 17 1"></polyline><line x1="16" y1="8" x2="23" y2="1"></line><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>',phone:'<path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>',"pie-chart":'<path d="M21.21 15.89A10 10 0 1 1 8 2.83"></path><path d="M22 12A10 10 0 0 0 12 2v10z"></path>',"play-circle":'<circle cx="12" cy="12" r="10"></circle><polygon points="10 8 16 12 10 16 10 8"></polygon>',play:'<polygon points="5 3 19 12 5 21 5 3"></polygon>',"plus-circle":'<circle cx="12" cy="12" r="10"></circle><line x1="12" y1="8" x2="12" y2="16"></line><line x1="8" y1="12" x2="16" y2="12"></line>',"plus-square":'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="12" y1="8" x2="12" y2="16"></line><line x1="8" y1="12" x2="16" y2="12"></line>',plus:'<line x1="12" y1="5" x2="12" y2="19"></line><line x1="5" y1="12" x2="19" y2="12"></line>',pocket:'<path d="M4 3h16a2 2 0 0 1 2 2v6a10 10 0 0 1-10 10A10 10 0 0 1 2 11V5a2 2 0 0 1 2-2z"></path><polyline points="8 10 12 14 16 10"></polyline>',power:'<path d="M18.36 6.64a9 9 0 1 1-12.73 0"></path><line x1="12" y1="2" x2="12" y2="12"></line>',printer:'<polyline points="6 9 6 2 18 2 18 9"></polyline><path d="M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2"></path><rect x="6" y="14" width="12" height="8"></rect>',radio:'<circle cx="12" cy="12" r="2"></circle><path d="M16.24 7.76a6 6 0 0 1 0 8.49m-8.48-.01a6 6 0 0 1 0-8.49m11.31-2.82a10 10 0 0 1 0 14.14m-14.14 0a10 10 0 0 1 0-14.14"></path>',"refresh-ccw":'<polyline points="1 4 1 10 7 10"></polyline><polyline points="23 20 23 14 17 14"></polyline><path d="M20.49 9A9 9 0 0 0 5.64 5.64L1 10m22 4l-4.64 4.36A9 9 0 0 1 3.51 15"></path>',"refresh-cw":'<polyline points="23 4 23 10 17 10"></polyline><polyline points="1 20 1 14 7 14"></polyline><path d="M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15"></path>',repeat:'<polyline points="17 1 21 5 17 9"></polyline><path d="M3 11V9a4 4 0 0 1 4-4h14"></path><polyline points="7 23 3 19 7 15"></polyline><path d="M21 13v2a4 4 0 0 1-4 4H3"></path>',rewind:'<polygon points="11 19 2 12 11 5 11 19"></polygon><polygon points="22 19 13 12 22 5 22 19"></polygon>',"rotate-ccw":'<polyline points="1 4 1 10 7 10"></polyline><path d="M3.51 15a9 9 0 1 0 2.13-9.36L1 10"></path>',"rotate-cw":'<polyline points="23 4 23 10 17 10"></polyline><path d="M20.49 15a9 9 0 1 1-2.12-9.36L23 10"></path>',rss:'<path d="M4 11a9 9 0 0 1 9 9"></path><path d="M4 4a16 16 0 0 1 16 16"></path><circle cx="5" cy="19" r="1"></circle>',save:'<path d="M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z"></path><polyline points="17 21 17 13 7 13 7 21"></polyline><polyline points="7 3 7 8 15 8"></polyline>',scissors:'<circle cx="6" cy="6" r="3"></circle><circle cx="6" cy="18" r="3"></circle><line x1="20" y1="4" x2="8.12" y2="15.88"></line><line x1="14.47" y1="14.48" x2="20" y2="20"></line><line x1="8.12" y1="8.12" x2="12" y2="12"></line>',search:'<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line>',send:'<line x1="22" y1="2" x2="11" y2="13"></line><polygon points="22 2 15 22 11 13 2 9 22 2"></polygon>',server:'<rect x="2" y="2" width="20" height="8" rx="2" ry="2"></rect><rect x="2" y="14" width="20" height="8" rx="2" ry="2"></rect><line x1="6" y1="6" x2="6.01" y2="6"></line><line x1="6" y1="18" x2="6.01" y2="18"></line>',settings:'<circle cx="12" cy="12" r="3"></circle><path d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"></path>',"share-2":'<circle cx="18" cy="5" r="3"></circle><circle cx="6" cy="12" r="3"></circle><circle cx="18" cy="19" r="3"></circle><line x1="8.59" y1="13.51" x2="15.42" y2="17.49"></line><line x1="15.41" y1="6.51" x2="8.59" y2="10.49"></line>',share:'<path d="M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8"></path><polyline points="16 6 12 2 8 6"></polyline><line x1="12" y1="2" x2="12" y2="15"></line>',"shield-off":'<path d="M19.69 14a6.9 6.9 0 0 0 .31-2V5l-8-3-3.16 1.18"></path><path d="M4.73 4.73L4 5v7c0 6 8 10 8 10a20.29 20.29 0 0 0 5.62-4.38"></path><line x1="1" y1="1" x2="23" y2="23"></line>',shield:'<path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"></path>',"shopping-bag":'<path d="M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z"></path><line x1="3" y1="6" x2="21" y2="6"></line><path d="M16 10a4 4 0 0 1-8 0"></path>',"shopping-cart":'<circle cx="9" cy="21" r="1"></circle><circle cx="20" cy="21" r="1"></circle><path d="M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6"></path>',shuffle:'<polyline points="16 3 21 3 21 8"></polyline><line x1="4" y1="20" x2="21" y2="3"></line><polyline points="21 16 21 21 16 21"></polyline><line x1="15" y1="15" x2="21" y2="21"></line><line x1="4" y1="4" x2="9" y2="9"></line>',sidebar:'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="9" y1="3" x2="9" y2="21"></line>',"skip-back":'<polygon points="19 20 9 12 19 4 19 20"></polygon><line x1="5" y1="19" x2="5" y2="5"></line>',"skip-forward":'<polygon points="5 4 15 12 5 20 5 4"></polygon><line x1="19" y1="5" x2="19" y2="19"></line>',slack:'<path d="M14.5 10c-.83 0-1.5-.67-1.5-1.5v-5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5z"></path><path d="M20.5 10H19V8.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"></path><path d="M9.5 14c.83 0 1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5S8 21.33 8 20.5v-5c0-.83.67-1.5 1.5-1.5z"></path><path d="M3.5 14H5v1.5c0 .83-.67 1.5-1.5 1.5S2 16.33 2 15.5 2.67 14 3.5 14z"></path><path d="M14 14.5c0-.83.67-1.5 1.5-1.5h5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5h-5c-.83 0-1.5-.67-1.5-1.5z"></path><path d="M15.5 19H14v1.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z"></path><path d="M10 9.5C10 8.67 9.33 8 8.5 8h-5C2.67 8 2 8.67 2 9.5S2.67 11 3.5 11h5c.83 0 1.5-.67 1.5-1.5z"></path><path d="M8.5 5H10V3.5C10 2.67 9.33 2 8.5 2S7 2.67 7 3.5 7.67 5 8.5 5z"></path>',slash:'<circle cx="12" cy="12" r="10"></circle><line x1="4.93" y1="4.93" x2="19.07" y2="19.07"></line>',sliders:'<line x1="4" y1="21" x2="4" y2="14"></line><line x1="4" y1="10" x2="4" y2="3"></line><line x1="12" y1="21" x2="12" y2="12"></line><line x1="12" y1="8" x2="12" y2="3"></line><line x1="20" y1="21" x2="20" y2="16"></line><line x1="20" y1="12" x2="20" y2="3"></line><line x1="1" y1="14" x2="7" y2="14"></line><line x1="9" y1="8" x2="15" y2="8"></line><line x1="17" y1="16" x2="23" y2="16"></line>',smartphone:'<rect x="5" y="2" width="14" height="20" rx="2" ry="2"></rect><line x1="12" y1="18" x2="12.01" y2="18"></line>',smile:'<circle cx="12" cy="12" r="10"></circle><path d="M8 14s1.5 2 4 2 4-2 4-2"></path><line x1="9" y1="9" x2="9.01" y2="9"></line><line x1="15" y1="9" x2="15.01" y2="9"></line>',speaker:'<rect x="4" y="2" width="16" height="20" rx="2" ry="2"></rect><circle cx="12" cy="14" r="4"></circle><line x1="12" y1="6" x2="12.01" y2="6"></line>',square:'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect>',star:'<polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon>',"stop-circle":'<circle cx="12" cy="12" r="10"></circle><rect x="9" y="9" width="6" height="6"></rect>',sun:'<circle cx="12" cy="12" r="5"></circle><line x1="12" y1="1" x2="12" y2="3"></line><line x1="12" y1="21" x2="12" y2="23"></line><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line><line x1="1" y1="12" x2="3" y2="12"></line><line x1="21" y1="12" x2="23" y2="12"></line><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>',sunrise:'<path d="M17 18a5 5 0 0 0-10 0"></path><line x1="12" y1="2" x2="12" y2="9"></line><line x1="4.22" y1="10.22" x2="5.64" y2="11.64"></line><line x1="1" y1="18" x2="3" y2="18"></line><line x1="21" y1="18" x2="23" y2="18"></line><line x1="18.36" y1="11.64" x2="19.78" y2="10.22"></line><line x1="23" y1="22" x2="1" y2="22"></line><polyline points="8 6 12 2 16 6"></polyline>',sunset:'<path d="M17 18a5 5 0 0 0-10 0"></path><line x1="12" y1="9" x2="12" y2="2"></line><line x1="4.22" y1="10.22" x2="5.64" y2="11.64"></line><line x1="1" y1="18" x2="3" y2="18"></line><line x1="21" y1="18" x2="23" y2="18"></line><line x1="18.36" y1="11.64" x2="19.78" y2="10.22"></line><line x1="23" y1="22" x2="1" y2="22"></line><polyline points="16 5 12 9 8 5"></polyline>',table:'<path d="M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18"></path>',tablet:'<rect x="4" y="2" width="16" height="20" rx="2" ry="2"></rect><line x1="12" y1="18" x2="12.01" y2="18"></line>',tag:'<path d="M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z"></path><line x1="7" y1="7" x2="7.01" y2="7"></line>',target:'<circle cx="12" cy="12" r="10"></circle><circle cx="12" cy="12" r="6"></circle><circle cx="12" cy="12" r="2"></circle>',terminal:'<polyline points="4 17 10 11 4 5"></polyline><line x1="12" y1="19" x2="20" y2="19"></line>',thermometer:'<path d="M14 14.76V3.5a2.5 2.5 0 0 0-5 0v11.26a4.5 4.5 0 1 0 5 0z"></path>',"thumbs-down":'<path d="M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17"></path>',"thumbs-up":'<path d="M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3"></path>',"toggle-left":'<rect x="1" y="5" width="22" height="14" rx="7" ry="7"></rect><circle cx="8" cy="12" r="3"></circle>',"toggle-right":'<rect x="1" y="5" width="22" height="14" rx="7" ry="7"></rect><circle cx="16" cy="12" r="3"></circle>',tool:'<path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"></path>',"trash-2":'<polyline points="3 6 5 6 21 6"></polyline><path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"></path><line x1="10" y1="11" x2="10" y2="17"></line><line x1="14" y1="11" x2="14" y2="17"></line>',trash:'<polyline points="3 6 5 6 21 6"></polyline><path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"></path>',trello:'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><rect x="7" y="7" width="3" height="9"></rect><rect x="14" y="7" width="3" height="5"></rect>',"trending-down":'<polyline points="23 18 13.5 8.5 8.5 13.5 1 6"></polyline><polyline points="17 18 23 18 23 12"></polyline>',"trending-up":'<polyline points="23 6 13.5 15.5 8.5 10.5 1 18"></polyline><polyline points="17 6 23 6 23 12"></polyline>',triangle:'<path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"></path>',truck:'<rect x="1" y="3" width="15" height="13"></rect><polygon points="16 8 20 8 23 11 23 16 16 16 16 8"></polygon><circle cx="5.5" cy="18.5" r="2.5"></circle><circle cx="18.5" cy="18.5" r="2.5"></circle>',tv:'<rect x="2" y="7" width="20" height="15" rx="2" ry="2"></rect><polyline points="17 2 12 7 7 2"></polyline>',twitch:'<path d="M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7"></path>',twitter:'<path d="M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z"></path>',type:'<polyline points="4 7 4 4 20 4 20 7"></polyline><line x1="9" y1="20" x2="15" y2="20"></line><line x1="12" y1="4" x2="12" y2="20"></line>',umbrella:'<path d="M23 12a11.05 11.05 0 0 0-22 0zm-5 7a3 3 0 0 1-6 0v-7"></path>',underline:'<path d="M6 3v7a6 6 0 0 0 6 6 6 6 0 0 0 6-6V3"></path><line x1="4" y1="21" x2="20" y2="21"></line>',unlock:'<rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 9.9-1"></path>',"upload-cloud":'<polyline points="16 16 12 12 8 16"></polyline><line x1="12" y1="12" x2="12" y2="21"></line><path d="M20.39 18.39A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.3"></path><polyline points="16 16 12 12 8 16"></polyline>',upload:'<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="17 8 12 3 7 8"></polyline><line x1="12" y1="3" x2="12" y2="15"></line>',"user-check":'<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><polyline points="17 11 19 13 23 9"></polyline>',"user-minus":'<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><line x1="23" y1="11" x2="17" y2="11"></line>',"user-plus":'<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><line x1="20" y1="8" x2="20" y2="14"></line><line x1="23" y1="11" x2="17" y2="11"></line>',"user-x":'<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><line x1="18" y1="8" x2="23" y2="13"></line><line x1="23" y1="8" x2="18" y2="13"></line>',user:'<path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle>',users:'<path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="9" cy="7" r="4"></circle><path d="M23 21v-2a4 4 0 0 0-3-3.87"></path><path d="M16 3.13a4 4 0 0 1 0 7.75"></path>',"video-off":'<path d="M16 16v1a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2m5.66 0H14a2 2 0 0 1 2 2v3.34l1 1L23 7v10"></path><line x1="1" y1="1" x2="23" y2="23"></line>',video:'<polygon points="23 7 16 12 23 17 23 7"></polygon><rect x="1" y="5" width="15" height="14" rx="2" ry="2"></rect>',voicemail:'<circle cx="5.5" cy="11.5" r="4.5"></circle><circle cx="18.5" cy="11.5" r="4.5"></circle><line x1="5.5" y1="16" x2="18.5" y2="16"></line>',"volume-1":'<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon><path d="M15.54 8.46a5 5 0 0 1 0 7.07"></path>',"volume-2":'<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon><path d="M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07"></path>',"volume-x":'<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon><line x1="23" y1="9" x2="17" y2="15"></line><line x1="17" y1="9" x2="23" y2="15"></line>',volume:'<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon>',watch:'<circle cx="12" cy="12" r="7"></circle><polyline points="12 9 12 12 13.5 13.5"></polyline><path d="M16.51 17.35l-.35 3.83a2 2 0 0 1-2 1.82H9.83a2 2 0 0 1-2-1.82l-.35-3.83m.01-10.7l.35-3.83A2 2 0 0 1 9.83 1h4.35a2 2 0 0 1 2 1.82l.35 3.83"></path>',"wifi-off":'<line x1="1" y1="1" x2="23" y2="23"></line><path d="M16.72 11.06A10.94 10.94 0 0 1 19 12.55"></path><path d="M5 12.55a10.94 10.94 0 0 1 5.17-2.39"></path><path d="M10.71 5.05A16 16 0 0 1 22.58 9"></path><path d="M1.42 9a15.91 15.91 0 0 1 4.7-2.88"></path><path d="M8.53 16.11a6 6 0 0 1 6.95 0"></path><line x1="12" y1="20" x2="12.01" y2="20"></line>',wifi:'<path d="M5 12.55a11 11 0 0 1 14.08 0"></path><path d="M1.42 9a16 16 0 0 1 21.16 0"></path><path d="M8.53 16.11a6 6 0 0 1 6.95 0"></path><line x1="12" y1="20" x2="12.01" y2="20"></line>',wind:'<path d="M9.59 4.59A2 2 0 1 1 11 8H2m10.59 11.41A2 2 0 1 0 14 16H2m15.73-8.27A2.5 2.5 0 1 1 19.5 12H2"></path>',"x-circle":'<circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line><line x1="9" y1="9" x2="15" y2="15"></line>',"x-octagon":'<polygon points="7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"></polygon><line x1="15" y1="9" x2="9" y2="15"></line><line x1="9" y1="9" x2="15" y2="15"></line>',"x-square":'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="9" y1="9" x2="15" y2="15"></line><line x1="15" y1="9" x2="9" y2="15"></line>',x:'<line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line>',youtube:'<path d="M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z"></path><polygon points="9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02"></polygon>',"zap-off":'<polyline points="12.41 6.75 13 2 10.57 4.92"></polyline><polyline points="18.57 12.91 21 10 15.66 10"></polyline><polyline points="8 8 3 14 12 14 11 22 16 16"></polyline><line x1="1" y1="1" x2="23" y2="23"></line>',zap:'<polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2"></polygon>',"zoom-in":'<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line><line x1="11" y1="8" x2="11" y2="14"></line><line x1="8" y1="11" x2="14" y2="11"></line>',"zoom-out":'<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line><line x1="8" y1="11" x2="14" y2="11"></line>'}},"./node_modules/classnames/dedupe.js":
6
+ /*!*******************************************!*\
7
+ !*** ./node_modules/classnames/dedupe.js ***!
8
+ \*******************************************/
9
+ /*! no static exports found */function(e,n,i){var r,l;
10
+ /*!
11
+ Copyright (c) 2016 Jed Watson.
12
+ Licensed under the MIT License (MIT), see
13
+ http://jedwatson.github.io/classnames
14
+ */(function(){var i=function(){function e(){}e.prototype=Object.create(null);function n(e,n){var i=n.length;for(var r=0;r<i;++r){a(e,n[r])}}var i={}.hasOwnProperty;function r(e,n){e[n]=true}function l(e,n){for(var r in n){if(i.call(n,r)){e[r]=!!n[r]}}}var o=/\s+/;function t(e,n){var i=n.split(o);var r=i.length;for(var l=0;l<r;++l){e[i[l]]=true}}function a(e,i){if(!i)return;var o=typeof i;if(o==="string"){t(e,i)}else if(Array.isArray(i)){n(e,i)}else if(o==="object"){l(e,i)}else if(o==="number"){r(e,i)}}function s(){var i=arguments.length;var r=Array(i);for(var l=0;l<i;l++){r[l]=arguments[l]}var o=new e;n(o,r);var t=[];for(var a in o){if(o[a]){t.push(a)}}return t.join(" ")}return s}();if(typeof e!=="undefined"&&e.exports){e.exports=i}else{!(r=[],l=function(){return i}.apply(n,r),l!==undefined&&(e.exports=l))}})()},"./node_modules/core-js/es/array/from.js":
15
+ /*!***********************************************!*\
16
+ !*** ./node_modules/core-js/es/array/from.js ***!
17
+ \***********************************************/
18
+ /*! no static exports found */function(e,n,i){i(/*! ../../modules/es.string.iterator */"./node_modules/core-js/modules/es.string.iterator.js");i(/*! ../../modules/es.array.from */"./node_modules/core-js/modules/es.array.from.js");var r=i(/*! ../../internals/path */"./node_modules/core-js/internals/path.js");e.exports=r.Array.from},"./node_modules/core-js/internals/a-function.js":
19
+ /*!******************************************************!*\
20
+ !*** ./node_modules/core-js/internals/a-function.js ***!
21
+ \******************************************************/
22
+ /*! no static exports found */function(e,n){e.exports=function(e){if(typeof e!="function"){throw TypeError(String(e)+" is not a function")}return e}},"./node_modules/core-js/internals/an-object.js":
23
+ /*!*****************************************************!*\
24
+ !*** ./node_modules/core-js/internals/an-object.js ***!
25
+ \*****************************************************/
26
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/is-object */"./node_modules/core-js/internals/is-object.js");e.exports=function(e){if(!r(e)){throw TypeError(String(e)+" is not an object")}return e}},"./node_modules/core-js/internals/array-from.js":
27
+ /*!******************************************************!*\
28
+ !*** ./node_modules/core-js/internals/array-from.js ***!
29
+ \******************************************************/
30
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/bind-context */"./node_modules/core-js/internals/bind-context.js");var l=i(/*! ../internals/to-object */"./node_modules/core-js/internals/to-object.js");var o=i(/*! ../internals/call-with-safe-iteration-closing */"./node_modules/core-js/internals/call-with-safe-iteration-closing.js");var t=i(/*! ../internals/is-array-iterator-method */"./node_modules/core-js/internals/is-array-iterator-method.js");var a=i(/*! ../internals/to-length */"./node_modules/core-js/internals/to-length.js");var s=i(/*! ../internals/create-property */"./node_modules/core-js/internals/create-property.js");var c=i(/*! ../internals/get-iterator-method */"./node_modules/core-js/internals/get-iterator-method.js");e.exports=function e(n){var i=l(n);var y=typeof this=="function"?this:Array;var p=arguments.length;var d=p>1?arguments[1]:undefined;var u=d!==undefined;var h=0;var x=c(i);var f,v,m,j;if(u)d=r(d,p>2?arguments[2]:undefined,2);if(x!=undefined&&!(y==Array&&t(x))){j=x.call(i);v=new y;for(;!(m=j.next()).done;h++){s(v,h,u?o(j,d,[m.value,h],true):m.value)}}else{f=a(i.length);v=new y(f);for(;f>h;h++){s(v,h,u?d(i[h],h):i[h])}}v.length=h;return v}},"./node_modules/core-js/internals/array-includes.js":
31
+ /*!**********************************************************!*\
32
+ !*** ./node_modules/core-js/internals/array-includes.js ***!
33
+ \**********************************************************/
34
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/to-indexed-object */"./node_modules/core-js/internals/to-indexed-object.js");var l=i(/*! ../internals/to-length */"./node_modules/core-js/internals/to-length.js");var o=i(/*! ../internals/to-absolute-index */"./node_modules/core-js/internals/to-absolute-index.js");e.exports=function(e){return function(n,i,t){var a=r(n);var s=l(a.length);var c=o(t,s);var y;if(e&&i!=i)while(s>c){y=a[c++];if(y!=y)return true}else for(;s>c;c++)if(e||c in a){if(a[c]===i)return e||c||0}return!e&&-1}}},"./node_modules/core-js/internals/bind-context.js":
35
+ /*!********************************************************!*\
36
+ !*** ./node_modules/core-js/internals/bind-context.js ***!
37
+ \********************************************************/
38
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/a-function */"./node_modules/core-js/internals/a-function.js");e.exports=function(e,n,i){r(e);if(n===undefined)return e;switch(i){case 0:return function(){return e.call(n)};case 1:return function(i){return e.call(n,i)};case 2:return function(i,r){return e.call(n,i,r)};case 3:return function(i,r,l){return e.call(n,i,r,l)}}return function(){return e.apply(n,arguments)}}},"./node_modules/core-js/internals/call-with-safe-iteration-closing.js":
39
+ /*!****************************************************************************!*\
40
+ !*** ./node_modules/core-js/internals/call-with-safe-iteration-closing.js ***!
41
+ \****************************************************************************/
42
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/an-object */"./node_modules/core-js/internals/an-object.js");e.exports=function(e,n,i,l){try{return l?n(r(i)[0],i[1]):n(i)}catch(n){var o=e["return"];if(o!==undefined)r(o.call(e));throw n}}},"./node_modules/core-js/internals/check-correctness-of-iteration.js":
43
+ /*!**************************************************************************!*\
44
+ !*** ./node_modules/core-js/internals/check-correctness-of-iteration.js ***!
45
+ \**************************************************************************/
46
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/well-known-symbol */"./node_modules/core-js/internals/well-known-symbol.js");var l=r("iterator");var o=false;try{var t=0;var a={next:function(){return{done:!!t++}},return:function(){o=true}};a[l]=function(){return this};Array.from(a,(function(){throw 2}))}catch(e){}e.exports=function(e,n){if(!n&&!o)return false;var i=false;try{var r={};r[l]=function(){return{next:function(){return{done:i=true}}}};e(r)}catch(e){}return i}},"./node_modules/core-js/internals/classof-raw.js":
47
+ /*!*******************************************************!*\
48
+ !*** ./node_modules/core-js/internals/classof-raw.js ***!
49
+ \*******************************************************/
50
+ /*! no static exports found */function(e,n){var i={}.toString;e.exports=function(e){return i.call(e).slice(8,-1)}},"./node_modules/core-js/internals/classof.js":
51
+ /*!***************************************************!*\
52
+ !*** ./node_modules/core-js/internals/classof.js ***!
53
+ \***************************************************/
54
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/classof-raw */"./node_modules/core-js/internals/classof-raw.js");var l=i(/*! ../internals/well-known-symbol */"./node_modules/core-js/internals/well-known-symbol.js");var o=l("toStringTag");var t=r(function(){return arguments}())=="Arguments";var a=function(e,n){try{return e[n]}catch(e){}};e.exports=function(e){var n,i,l;return e===undefined?"Undefined":e===null?"Null":typeof(i=a(n=Object(e),o))=="string"?i:t?r(n):(l=r(n))=="Object"&&typeof n.callee=="function"?"Arguments":l}},"./node_modules/core-js/internals/copy-constructor-properties.js":
55
+ /*!***********************************************************************!*\
56
+ !*** ./node_modules/core-js/internals/copy-constructor-properties.js ***!
57
+ \***********************************************************************/
58
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/has */"./node_modules/core-js/internals/has.js");var l=i(/*! ../internals/own-keys */"./node_modules/core-js/internals/own-keys.js");var o=i(/*! ../internals/object-get-own-property-descriptor */"./node_modules/core-js/internals/object-get-own-property-descriptor.js");var t=i(/*! ../internals/object-define-property */"./node_modules/core-js/internals/object-define-property.js");e.exports=function(e,n){var i=l(n);var a=t.f;var s=o.f;for(var c=0;c<i.length;c++){var y=i[c];if(!r(e,y))a(e,y,s(n,y))}}},"./node_modules/core-js/internals/correct-prototype-getter.js":
59
+ /*!********************************************************************!*\
60
+ !*** ./node_modules/core-js/internals/correct-prototype-getter.js ***!
61
+ \********************************************************************/
62
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/fails */"./node_modules/core-js/internals/fails.js");e.exports=!r((function(){function e(){}e.prototype.constructor=null;return Object.getPrototypeOf(new e)!==e.prototype}))},"./node_modules/core-js/internals/create-iterator-constructor.js":
63
+ /*!***********************************************************************!*\
64
+ !*** ./node_modules/core-js/internals/create-iterator-constructor.js ***!
65
+ \***********************************************************************/
66
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/iterators-core */"./node_modules/core-js/internals/iterators-core.js").IteratorPrototype;var l=i(/*! ../internals/object-create */"./node_modules/core-js/internals/object-create.js");var o=i(/*! ../internals/create-property-descriptor */"./node_modules/core-js/internals/create-property-descriptor.js");var t=i(/*! ../internals/set-to-string-tag */"./node_modules/core-js/internals/set-to-string-tag.js");var a=i(/*! ../internals/iterators */"./node_modules/core-js/internals/iterators.js");var s=function(){return this};e.exports=function(e,n,i){var c=n+" Iterator";e.prototype=l(r,{next:o(1,i)});t(e,c,false,true);a[c]=s;return e}},"./node_modules/core-js/internals/create-property-descriptor.js":
67
+ /*!**********************************************************************!*\
68
+ !*** ./node_modules/core-js/internals/create-property-descriptor.js ***!
69
+ \**********************************************************************/
70
+ /*! no static exports found */function(e,n){e.exports=function(e,n){return{enumerable:!(e&1),configurable:!(e&2),writable:!(e&4),value:n}}},"./node_modules/core-js/internals/create-property.js":
71
+ /*!***********************************************************!*\
72
+ !*** ./node_modules/core-js/internals/create-property.js ***!
73
+ \***********************************************************/
74
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/to-primitive */"./node_modules/core-js/internals/to-primitive.js");var l=i(/*! ../internals/object-define-property */"./node_modules/core-js/internals/object-define-property.js");var o=i(/*! ../internals/create-property-descriptor */"./node_modules/core-js/internals/create-property-descriptor.js");e.exports=function(e,n,i){var t=r(n);if(t in e)l.f(e,t,o(0,i));else e[t]=i}},"./node_modules/core-js/internals/define-iterator.js":
75
+ /*!***********************************************************!*\
76
+ !*** ./node_modules/core-js/internals/define-iterator.js ***!
77
+ \***********************************************************/
78
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/export */"./node_modules/core-js/internals/export.js");var l=i(/*! ../internals/create-iterator-constructor */"./node_modules/core-js/internals/create-iterator-constructor.js");var o=i(/*! ../internals/object-get-prototype-of */"./node_modules/core-js/internals/object-get-prototype-of.js");var t=i(/*! ../internals/object-set-prototype-of */"./node_modules/core-js/internals/object-set-prototype-of.js");var a=i(/*! ../internals/set-to-string-tag */"./node_modules/core-js/internals/set-to-string-tag.js");var s=i(/*! ../internals/hide */"./node_modules/core-js/internals/hide.js");var c=i(/*! ../internals/redefine */"./node_modules/core-js/internals/redefine.js");var y=i(/*! ../internals/well-known-symbol */"./node_modules/core-js/internals/well-known-symbol.js");var p=i(/*! ../internals/is-pure */"./node_modules/core-js/internals/is-pure.js");var d=i(/*! ../internals/iterators */"./node_modules/core-js/internals/iterators.js");var u=i(/*! ../internals/iterators-core */"./node_modules/core-js/internals/iterators-core.js");var h=u.IteratorPrototype;var x=u.BUGGY_SAFARI_ITERATORS;var f=y("iterator");var v="keys";var m="values";var j="entries";var g=function(){return this};e.exports=function(e,n,i,y,u,b,w){l(i,n,y);var _=function(e){if(e===u&&H)return H;if(!x&&e in k)return k[e];switch(e){case v:return function n(){return new i(this,e)};case m:return function n(){return new i(this,e)};case j:return function n(){return new i(this,e)}}return function(){return new i(this)}};var M=n+" Iterator";var z=false;var k=e.prototype;var A=k[f]||k["@@iterator"]||u&&k[u];var H=!x&&A||_(u);var V=n=="Array"?k.entries||A:A;var O,L,S;if(V){O=o(V.call(new e));if(h!==Object.prototype&&O.next){if(!p&&o(O)!==h){if(t){t(O,h)}else if(typeof O[f]!="function"){s(O,f,g)}}a(O,M,true,true);if(p)d[M]=g}}if(u==m&&A&&A.name!==m){z=true;H=function e(){return A.call(this)}}if((!p||w)&&k[f]!==H){s(k,f,H)}d[n]=H;if(u){L={values:_(m),keys:b?H:_(v),entries:_(j)};if(w)for(S in L){if(x||z||!(S in k)){c(k,S,L[S])}}else r({target:n,proto:true,forced:x||z},L)}return L}},"./node_modules/core-js/internals/descriptors.js":
79
+ /*!*******************************************************!*\
80
+ !*** ./node_modules/core-js/internals/descriptors.js ***!
81
+ \*******************************************************/
82
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/fails */"./node_modules/core-js/internals/fails.js");e.exports=!r((function(){return Object.defineProperty({},"a",{get:function(){return 7}}).a!=7}))},"./node_modules/core-js/internals/document-create-element.js":
83
+ /*!*******************************************************************!*\
84
+ !*** ./node_modules/core-js/internals/document-create-element.js ***!
85
+ \*******************************************************************/
86
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/global */"./node_modules/core-js/internals/global.js");var l=i(/*! ../internals/is-object */"./node_modules/core-js/internals/is-object.js");var o=r.document;var t=l(o)&&l(o.createElement);e.exports=function(e){return t?o.createElement(e):{}}},"./node_modules/core-js/internals/enum-bug-keys.js":
87
+ /*!*********************************************************!*\
88
+ !*** ./node_modules/core-js/internals/enum-bug-keys.js ***!
89
+ \*********************************************************/
90
+ /*! no static exports found */function(e,n){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},"./node_modules/core-js/internals/export.js":
91
+ /*!**************************************************!*\
92
+ !*** ./node_modules/core-js/internals/export.js ***!
93
+ \**************************************************/
94
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/global */"./node_modules/core-js/internals/global.js");var l=i(/*! ../internals/object-get-own-property-descriptor */"./node_modules/core-js/internals/object-get-own-property-descriptor.js").f;var o=i(/*! ../internals/hide */"./node_modules/core-js/internals/hide.js");var t=i(/*! ../internals/redefine */"./node_modules/core-js/internals/redefine.js");var a=i(/*! ../internals/set-global */"./node_modules/core-js/internals/set-global.js");var s=i(/*! ../internals/copy-constructor-properties */"./node_modules/core-js/internals/copy-constructor-properties.js");var c=i(/*! ../internals/is-forced */"./node_modules/core-js/internals/is-forced.js");e.exports=function(e,n){var i=e.target;var y=e.global;var p=e.stat;var d,u,h,x,f,v;if(y){u=r}else if(p){u=r[i]||a(i,{})}else{u=(r[i]||{}).prototype}if(u)for(h in n){f=n[h];if(e.noTargetGet){v=l(u,h);x=v&&v.value}else x=u[h];d=c(y?h:i+(p?".":"#")+h,e.forced);if(!d&&x!==undefined){if(typeof f===typeof x)continue;s(f,x)}if(e.sham||x&&x.sham){o(f,"sham",true)}t(u,h,f,e)}}},"./node_modules/core-js/internals/fails.js":
95
+ /*!*************************************************!*\
96
+ !*** ./node_modules/core-js/internals/fails.js ***!
97
+ \*************************************************/
98
+ /*! no static exports found */function(e,n){e.exports=function(e){try{return!!e()}catch(e){return true}}},"./node_modules/core-js/internals/function-to-string.js":
99
+ /*!**************************************************************!*\
100
+ !*** ./node_modules/core-js/internals/function-to-string.js ***!
101
+ \**************************************************************/
102
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/shared */"./node_modules/core-js/internals/shared.js");e.exports=r("native-function-to-string",Function.toString)},"./node_modules/core-js/internals/get-iterator-method.js":
103
+ /*!***************************************************************!*\
104
+ !*** ./node_modules/core-js/internals/get-iterator-method.js ***!
105
+ \***************************************************************/
106
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/classof */"./node_modules/core-js/internals/classof.js");var l=i(/*! ../internals/iterators */"./node_modules/core-js/internals/iterators.js");var o=i(/*! ../internals/well-known-symbol */"./node_modules/core-js/internals/well-known-symbol.js");var t=o("iterator");e.exports=function(e){if(e!=undefined)return e[t]||e["@@iterator"]||l[r(e)]}},"./node_modules/core-js/internals/global.js":
107
+ /*!**************************************************!*\
108
+ !*** ./node_modules/core-js/internals/global.js ***!
109
+ \**************************************************/
110
+ /*! no static exports found */function(e,n,i){(function(n){var i="object";var r=function(e){return e&&e.Math==Math&&e};e.exports=r(typeof globalThis==i&&globalThis)||r(typeof window==i&&window)||r(typeof self==i&&self)||r(typeof n==i&&n)||Function("return this")()}).call(this,i(/*! ./../../webpack/buildin/global.js */"./node_modules/webpack/buildin/global.js"))},"./node_modules/core-js/internals/has.js":
111
+ /*!***********************************************!*\
112
+ !*** ./node_modules/core-js/internals/has.js ***!
113
+ \***********************************************/
114
+ /*! no static exports found */function(e,n){var i={}.hasOwnProperty;e.exports=function(e,n){return i.call(e,n)}},"./node_modules/core-js/internals/hidden-keys.js":
115
+ /*!*******************************************************!*\
116
+ !*** ./node_modules/core-js/internals/hidden-keys.js ***!
117
+ \*******************************************************/
118
+ /*! no static exports found */function(e,n){e.exports={}},"./node_modules/core-js/internals/hide.js":
119
+ /*!************************************************!*\
120
+ !*** ./node_modules/core-js/internals/hide.js ***!
121
+ \************************************************/
122
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/descriptors */"./node_modules/core-js/internals/descriptors.js");var l=i(/*! ../internals/object-define-property */"./node_modules/core-js/internals/object-define-property.js");var o=i(/*! ../internals/create-property-descriptor */"./node_modules/core-js/internals/create-property-descriptor.js");e.exports=r?function(e,n,i){return l.f(e,n,o(1,i))}:function(e,n,i){e[n]=i;return e}},"./node_modules/core-js/internals/html.js":
123
+ /*!************************************************!*\
124
+ !*** ./node_modules/core-js/internals/html.js ***!
125
+ \************************************************/
126
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/global */"./node_modules/core-js/internals/global.js");var l=r.document;e.exports=l&&l.documentElement},"./node_modules/core-js/internals/ie8-dom-define.js":
127
+ /*!**********************************************************!*\
128
+ !*** ./node_modules/core-js/internals/ie8-dom-define.js ***!
129
+ \**********************************************************/
130
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/descriptors */"./node_modules/core-js/internals/descriptors.js");var l=i(/*! ../internals/fails */"./node_modules/core-js/internals/fails.js");var o=i(/*! ../internals/document-create-element */"./node_modules/core-js/internals/document-create-element.js");e.exports=!r&&!l((function(){return Object.defineProperty(o("div"),"a",{get:function(){return 7}}).a!=7}))},"./node_modules/core-js/internals/indexed-object.js":
131
+ /*!**********************************************************!*\
132
+ !*** ./node_modules/core-js/internals/indexed-object.js ***!
133
+ \**********************************************************/
134
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/fails */"./node_modules/core-js/internals/fails.js");var l=i(/*! ../internals/classof-raw */"./node_modules/core-js/internals/classof-raw.js");var o="".split;e.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return l(e)=="String"?o.call(e,""):Object(e)}:Object},"./node_modules/core-js/internals/internal-state.js":
135
+ /*!**********************************************************!*\
136
+ !*** ./node_modules/core-js/internals/internal-state.js ***!
137
+ \**********************************************************/
138
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/native-weak-map */"./node_modules/core-js/internals/native-weak-map.js");var l=i(/*! ../internals/global */"./node_modules/core-js/internals/global.js");var o=i(/*! ../internals/is-object */"./node_modules/core-js/internals/is-object.js");var t=i(/*! ../internals/hide */"./node_modules/core-js/internals/hide.js");var a=i(/*! ../internals/has */"./node_modules/core-js/internals/has.js");var s=i(/*! ../internals/shared-key */"./node_modules/core-js/internals/shared-key.js");var c=i(/*! ../internals/hidden-keys */"./node_modules/core-js/internals/hidden-keys.js");var y=l.WeakMap;var p,d,u;var h=function(e){return u(e)?d(e):p(e,{})};var x=function(e){return function(n){var i;if(!o(n)||(i=d(n)).type!==e){throw TypeError("Incompatible receiver, "+e+" required")}return i}};if(r){var f=new y;var v=f.get;var m=f.has;var j=f.set;p=function(e,n){j.call(f,e,n);return n};d=function(e){return v.call(f,e)||{}};u=function(e){return m.call(f,e)}}else{var g=s("state");c[g]=true;p=function(e,n){t(e,g,n);return n};d=function(e){return a(e,g)?e[g]:{}};u=function(e){return a(e,g)}}e.exports={set:p,get:d,has:u,enforce:h,getterFor:x}},"./node_modules/core-js/internals/is-array-iterator-method.js":
139
+ /*!********************************************************************!*\
140
+ !*** ./node_modules/core-js/internals/is-array-iterator-method.js ***!
141
+ \********************************************************************/
142
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/well-known-symbol */"./node_modules/core-js/internals/well-known-symbol.js");var l=i(/*! ../internals/iterators */"./node_modules/core-js/internals/iterators.js");var o=r("iterator");var t=Array.prototype;e.exports=function(e){return e!==undefined&&(l.Array===e||t[o]===e)}},"./node_modules/core-js/internals/is-forced.js":
143
+ /*!*****************************************************!*\
144
+ !*** ./node_modules/core-js/internals/is-forced.js ***!
145
+ \*****************************************************/
146
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/fails */"./node_modules/core-js/internals/fails.js");var l=/#|\.prototype\./;var o=function(e,n){var i=a[t(e)];return i==c?true:i==s?false:typeof n=="function"?r(n):!!n};var t=o.normalize=function(e){return String(e).replace(l,".").toLowerCase()};var a=o.data={};var s=o.NATIVE="N";var c=o.POLYFILL="P";e.exports=o},"./node_modules/core-js/internals/is-object.js":
147
+ /*!*****************************************************!*\
148
+ !*** ./node_modules/core-js/internals/is-object.js ***!
149
+ \*****************************************************/
150
+ /*! no static exports found */function(e,n){e.exports=function(e){return typeof e==="object"?e!==null:typeof e==="function"}},"./node_modules/core-js/internals/is-pure.js":
151
+ /*!***************************************************!*\
152
+ !*** ./node_modules/core-js/internals/is-pure.js ***!
153
+ \***************************************************/
154
+ /*! no static exports found */function(e,n){e.exports=false},"./node_modules/core-js/internals/iterators-core.js":
155
+ /*!**********************************************************!*\
156
+ !*** ./node_modules/core-js/internals/iterators-core.js ***!
157
+ \**********************************************************/
158
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/object-get-prototype-of */"./node_modules/core-js/internals/object-get-prototype-of.js");var l=i(/*! ../internals/hide */"./node_modules/core-js/internals/hide.js");var o=i(/*! ../internals/has */"./node_modules/core-js/internals/has.js");var t=i(/*! ../internals/well-known-symbol */"./node_modules/core-js/internals/well-known-symbol.js");var a=i(/*! ../internals/is-pure */"./node_modules/core-js/internals/is-pure.js");var s=t("iterator");var c=false;var y=function(){return this};var p,d,u;if([].keys){u=[].keys();if(!("next"in u))c=true;else{d=r(r(u));if(d!==Object.prototype)p=d}}if(p==undefined)p={};if(!a&&!o(p,s))l(p,s,y);e.exports={IteratorPrototype:p,BUGGY_SAFARI_ITERATORS:c}},"./node_modules/core-js/internals/iterators.js":
159
+ /*!*****************************************************!*\
160
+ !*** ./node_modules/core-js/internals/iterators.js ***!
161
+ \*****************************************************/
162
+ /*! no static exports found */function(e,n){e.exports={}},"./node_modules/core-js/internals/native-symbol.js":
163
+ /*!*********************************************************!*\
164
+ !*** ./node_modules/core-js/internals/native-symbol.js ***!
165
+ \*********************************************************/
166
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/fails */"./node_modules/core-js/internals/fails.js");e.exports=!!Object.getOwnPropertySymbols&&!r((function(){return!String(Symbol())}))},"./node_modules/core-js/internals/native-weak-map.js":
167
+ /*!***********************************************************!*\
168
+ !*** ./node_modules/core-js/internals/native-weak-map.js ***!
169
+ \***********************************************************/
170
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/global */"./node_modules/core-js/internals/global.js");var l=i(/*! ../internals/function-to-string */"./node_modules/core-js/internals/function-to-string.js");var o=r.WeakMap;e.exports=typeof o==="function"&&/native code/.test(l.call(o))},"./node_modules/core-js/internals/object-create.js":
171
+ /*!*********************************************************!*\
172
+ !*** ./node_modules/core-js/internals/object-create.js ***!
173
+ \*********************************************************/
174
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/an-object */"./node_modules/core-js/internals/an-object.js");var l=i(/*! ../internals/object-define-properties */"./node_modules/core-js/internals/object-define-properties.js");var o=i(/*! ../internals/enum-bug-keys */"./node_modules/core-js/internals/enum-bug-keys.js");var t=i(/*! ../internals/hidden-keys */"./node_modules/core-js/internals/hidden-keys.js");var a=i(/*! ../internals/html */"./node_modules/core-js/internals/html.js");var s=i(/*! ../internals/document-create-element */"./node_modules/core-js/internals/document-create-element.js");var c=i(/*! ../internals/shared-key */"./node_modules/core-js/internals/shared-key.js");var y=c("IE_PROTO");var p="prototype";var d=function(){};var u=function(){var e=s("iframe");var n=o.length;var i="<";var r="script";var l=">";var t="java"+r+":";var c;e.style.display="none";a.appendChild(e);e.src=String(t);c=e.contentWindow.document;c.open();c.write(i+r+l+"document.F=Object"+i+"/"+r+l);c.close();u=c.F;while(n--)delete u[p][o[n]];return u()};e.exports=Object.create||function e(n,i){var o;if(n!==null){d[p]=r(n);o=new d;d[p]=null;o[y]=n}else o=u();return i===undefined?o:l(o,i)};t[y]=true},"./node_modules/core-js/internals/object-define-properties.js":
175
+ /*!********************************************************************!*\
176
+ !*** ./node_modules/core-js/internals/object-define-properties.js ***!
177
+ \********************************************************************/
178
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/descriptors */"./node_modules/core-js/internals/descriptors.js");var l=i(/*! ../internals/object-define-property */"./node_modules/core-js/internals/object-define-property.js");var o=i(/*! ../internals/an-object */"./node_modules/core-js/internals/an-object.js");var t=i(/*! ../internals/object-keys */"./node_modules/core-js/internals/object-keys.js");e.exports=r?Object.defineProperties:function e(n,i){o(n);var r=t(i);var a=r.length;var s=0;var c;while(a>s)l.f(n,c=r[s++],i[c]);return n}},"./node_modules/core-js/internals/object-define-property.js":
179
+ /*!******************************************************************!*\
180
+ !*** ./node_modules/core-js/internals/object-define-property.js ***!
181
+ \******************************************************************/
182
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/descriptors */"./node_modules/core-js/internals/descriptors.js");var l=i(/*! ../internals/ie8-dom-define */"./node_modules/core-js/internals/ie8-dom-define.js");var o=i(/*! ../internals/an-object */"./node_modules/core-js/internals/an-object.js");var t=i(/*! ../internals/to-primitive */"./node_modules/core-js/internals/to-primitive.js");var a=Object.defineProperty;n.f=r?a:function e(n,i,r){o(n);i=t(i,true);o(r);if(l)try{return a(n,i,r)}catch(e){}if("get"in r||"set"in r)throw TypeError("Accessors not supported");if("value"in r)n[i]=r.value;return n}},"./node_modules/core-js/internals/object-get-own-property-descriptor.js":
183
+ /*!******************************************************************************!*\
184
+ !*** ./node_modules/core-js/internals/object-get-own-property-descriptor.js ***!
185
+ \******************************************************************************/
186
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/descriptors */"./node_modules/core-js/internals/descriptors.js");var l=i(/*! ../internals/object-property-is-enumerable */"./node_modules/core-js/internals/object-property-is-enumerable.js");var o=i(/*! ../internals/create-property-descriptor */"./node_modules/core-js/internals/create-property-descriptor.js");var t=i(/*! ../internals/to-indexed-object */"./node_modules/core-js/internals/to-indexed-object.js");var a=i(/*! ../internals/to-primitive */"./node_modules/core-js/internals/to-primitive.js");var s=i(/*! ../internals/has */"./node_modules/core-js/internals/has.js");var c=i(/*! ../internals/ie8-dom-define */"./node_modules/core-js/internals/ie8-dom-define.js");var y=Object.getOwnPropertyDescriptor;n.f=r?y:function e(n,i){n=t(n);i=a(i,true);if(c)try{return y(n,i)}catch(e){}if(s(n,i))return o(!l.f.call(n,i),n[i])}},"./node_modules/core-js/internals/object-get-own-property-names.js":
187
+ /*!*************************************************************************!*\
188
+ !*** ./node_modules/core-js/internals/object-get-own-property-names.js ***!
189
+ \*************************************************************************/
190
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/object-keys-internal */"./node_modules/core-js/internals/object-keys-internal.js");var l=i(/*! ../internals/enum-bug-keys */"./node_modules/core-js/internals/enum-bug-keys.js");var o=l.concat("length","prototype");n.f=Object.getOwnPropertyNames||function e(n){return r(n,o)}},"./node_modules/core-js/internals/object-get-own-property-symbols.js":
191
+ /*!***************************************************************************!*\
192
+ !*** ./node_modules/core-js/internals/object-get-own-property-symbols.js ***!
193
+ \***************************************************************************/
194
+ /*! no static exports found */function(e,n){n.f=Object.getOwnPropertySymbols},"./node_modules/core-js/internals/object-get-prototype-of.js":
195
+ /*!*******************************************************************!*\
196
+ !*** ./node_modules/core-js/internals/object-get-prototype-of.js ***!
197
+ \*******************************************************************/
198
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/has */"./node_modules/core-js/internals/has.js");var l=i(/*! ../internals/to-object */"./node_modules/core-js/internals/to-object.js");var o=i(/*! ../internals/shared-key */"./node_modules/core-js/internals/shared-key.js");var t=i(/*! ../internals/correct-prototype-getter */"./node_modules/core-js/internals/correct-prototype-getter.js");var a=o("IE_PROTO");var s=Object.prototype;e.exports=t?Object.getPrototypeOf:function(e){e=l(e);if(r(e,a))return e[a];if(typeof e.constructor=="function"&&e instanceof e.constructor){return e.constructor.prototype}return e instanceof Object?s:null}},"./node_modules/core-js/internals/object-keys-internal.js":
199
+ /*!****************************************************************!*\
200
+ !*** ./node_modules/core-js/internals/object-keys-internal.js ***!
201
+ \****************************************************************/
202
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/has */"./node_modules/core-js/internals/has.js");var l=i(/*! ../internals/to-indexed-object */"./node_modules/core-js/internals/to-indexed-object.js");var o=i(/*! ../internals/array-includes */"./node_modules/core-js/internals/array-includes.js");var t=i(/*! ../internals/hidden-keys */"./node_modules/core-js/internals/hidden-keys.js");var a=o(false);e.exports=function(e,n){var i=l(e);var o=0;var s=[];var c;for(c in i)!r(t,c)&&r(i,c)&&s.push(c);while(n.length>o)if(r(i,c=n[o++])){~a(s,c)||s.push(c)}return s}},"./node_modules/core-js/internals/object-keys.js":
203
+ /*!*******************************************************!*\
204
+ !*** ./node_modules/core-js/internals/object-keys.js ***!
205
+ \*******************************************************/
206
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/object-keys-internal */"./node_modules/core-js/internals/object-keys-internal.js");var l=i(/*! ../internals/enum-bug-keys */"./node_modules/core-js/internals/enum-bug-keys.js");e.exports=Object.keys||function e(n){return r(n,l)}},"./node_modules/core-js/internals/object-property-is-enumerable.js":
207
+ /*!*************************************************************************!*\
208
+ !*** ./node_modules/core-js/internals/object-property-is-enumerable.js ***!
209
+ \*************************************************************************/
210
+ /*! no static exports found */function(e,n,i){var r={}.propertyIsEnumerable;var l=Object.getOwnPropertyDescriptor;var o=l&&!r.call({1:2},1);n.f=o?function e(n){var i=l(this,n);return!!i&&i.enumerable}:r},"./node_modules/core-js/internals/object-set-prototype-of.js":
211
+ /*!*******************************************************************!*\
212
+ !*** ./node_modules/core-js/internals/object-set-prototype-of.js ***!
213
+ \*******************************************************************/
214
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/validate-set-prototype-of-arguments */"./node_modules/core-js/internals/validate-set-prototype-of-arguments.js");e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e=false;var n={};var i;try{i=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set;i.call(n,[]);e=n instanceof Array}catch(e){}return function n(l,o){r(l,o);if(e)i.call(l,o);else l.__proto__=o;return l}}():undefined)},"./node_modules/core-js/internals/own-keys.js":
215
+ /*!****************************************************!*\
216
+ !*** ./node_modules/core-js/internals/own-keys.js ***!
217
+ \****************************************************/
218
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/global */"./node_modules/core-js/internals/global.js");var l=i(/*! ../internals/object-get-own-property-names */"./node_modules/core-js/internals/object-get-own-property-names.js");var o=i(/*! ../internals/object-get-own-property-symbols */"./node_modules/core-js/internals/object-get-own-property-symbols.js");var t=i(/*! ../internals/an-object */"./node_modules/core-js/internals/an-object.js");var a=r.Reflect;e.exports=a&&a.ownKeys||function e(n){var i=l.f(t(n));var r=o.f;return r?i.concat(r(n)):i}},"./node_modules/core-js/internals/path.js":
219
+ /*!************************************************!*\
220
+ !*** ./node_modules/core-js/internals/path.js ***!
221
+ \************************************************/
222
+ /*! no static exports found */function(e,n,i){e.exports=i(/*! ../internals/global */"./node_modules/core-js/internals/global.js")},"./node_modules/core-js/internals/redefine.js":
223
+ /*!****************************************************!*\
224
+ !*** ./node_modules/core-js/internals/redefine.js ***!
225
+ \****************************************************/
226
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/global */"./node_modules/core-js/internals/global.js");var l=i(/*! ../internals/shared */"./node_modules/core-js/internals/shared.js");var o=i(/*! ../internals/hide */"./node_modules/core-js/internals/hide.js");var t=i(/*! ../internals/has */"./node_modules/core-js/internals/has.js");var a=i(/*! ../internals/set-global */"./node_modules/core-js/internals/set-global.js");var s=i(/*! ../internals/function-to-string */"./node_modules/core-js/internals/function-to-string.js");var c=i(/*! ../internals/internal-state */"./node_modules/core-js/internals/internal-state.js");var y=c.get;var p=c.enforce;var d=String(s).split("toString");l("inspectSource",(function(e){return s.call(e)}));(e.exports=function(e,n,i,l){var s=l?!!l.unsafe:false;var c=l?!!l.enumerable:false;var y=l?!!l.noTargetGet:false;if(typeof i=="function"){if(typeof n=="string"&&!t(i,"name"))o(i,"name",n);p(i).source=d.join(typeof n=="string"?n:"")}if(e===r){if(c)e[n]=i;else a(n,i);return}else if(!s){delete e[n]}else if(!y&&e[n]){c=true}if(c)e[n]=i;else o(e,n,i)})(Function.prototype,"toString",(function e(){return typeof this=="function"&&y(this).source||s.call(this)}))},"./node_modules/core-js/internals/require-object-coercible.js":
227
+ /*!********************************************************************!*\
228
+ !*** ./node_modules/core-js/internals/require-object-coercible.js ***!
229
+ \********************************************************************/
230
+ /*! no static exports found */function(e,n){e.exports=function(e){if(e==undefined)throw TypeError("Can't call method on "+e);return e}},"./node_modules/core-js/internals/set-global.js":
231
+ /*!******************************************************!*\
232
+ !*** ./node_modules/core-js/internals/set-global.js ***!
233
+ \******************************************************/
234
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/global */"./node_modules/core-js/internals/global.js");var l=i(/*! ../internals/hide */"./node_modules/core-js/internals/hide.js");e.exports=function(e,n){try{l(r,e,n)}catch(i){r[e]=n}return n}},"./node_modules/core-js/internals/set-to-string-tag.js":
235
+ /*!*************************************************************!*\
236
+ !*** ./node_modules/core-js/internals/set-to-string-tag.js ***!
237
+ \*************************************************************/
238
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/object-define-property */"./node_modules/core-js/internals/object-define-property.js").f;var l=i(/*! ../internals/has */"./node_modules/core-js/internals/has.js");var o=i(/*! ../internals/well-known-symbol */"./node_modules/core-js/internals/well-known-symbol.js");var t=o("toStringTag");e.exports=function(e,n,i){if(e&&!l(e=i?e:e.prototype,t)){r(e,t,{configurable:true,value:n})}}},"./node_modules/core-js/internals/shared-key.js":
239
+ /*!******************************************************!*\
240
+ !*** ./node_modules/core-js/internals/shared-key.js ***!
241
+ \******************************************************/
242
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/shared */"./node_modules/core-js/internals/shared.js");var l=i(/*! ../internals/uid */"./node_modules/core-js/internals/uid.js");var o=r("keys");e.exports=function(e){return o[e]||(o[e]=l(e))}},"./node_modules/core-js/internals/shared.js":
243
+ /*!**************************************************!*\
244
+ !*** ./node_modules/core-js/internals/shared.js ***!
245
+ \**************************************************/
246
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/global */"./node_modules/core-js/internals/global.js");var l=i(/*! ../internals/set-global */"./node_modules/core-js/internals/set-global.js");var o=i(/*! ../internals/is-pure */"./node_modules/core-js/internals/is-pure.js");var t="__core-js_shared__";var a=r[t]||l(t,{});(e.exports=function(e,n){return a[e]||(a[e]=n!==undefined?n:{})})("versions",[]).push({version:"3.1.3",mode:o?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})},"./node_modules/core-js/internals/string-at.js":
247
+ /*!*****************************************************!*\
248
+ !*** ./node_modules/core-js/internals/string-at.js ***!
249
+ \*****************************************************/
250
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/to-integer */"./node_modules/core-js/internals/to-integer.js");var l=i(/*! ../internals/require-object-coercible */"./node_modules/core-js/internals/require-object-coercible.js");e.exports=function(e,n,i){var o=String(l(e));var t=r(n);var a=o.length;var s,c;if(t<0||t>=a)return i?"":undefined;s=o.charCodeAt(t);return s<55296||s>56319||t+1===a||(c=o.charCodeAt(t+1))<56320||c>57343?i?o.charAt(t):s:i?o.slice(t,t+2):(s-55296<<10)+(c-56320)+65536}},"./node_modules/core-js/internals/to-absolute-index.js":
251
+ /*!*************************************************************!*\
252
+ !*** ./node_modules/core-js/internals/to-absolute-index.js ***!
253
+ \*************************************************************/
254
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/to-integer */"./node_modules/core-js/internals/to-integer.js");var l=Math.max;var o=Math.min;e.exports=function(e,n){var i=r(e);return i<0?l(i+n,0):o(i,n)}},"./node_modules/core-js/internals/to-indexed-object.js":
255
+ /*!*************************************************************!*\
256
+ !*** ./node_modules/core-js/internals/to-indexed-object.js ***!
257
+ \*************************************************************/
258
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/indexed-object */"./node_modules/core-js/internals/indexed-object.js");var l=i(/*! ../internals/require-object-coercible */"./node_modules/core-js/internals/require-object-coercible.js");e.exports=function(e){return r(l(e))}},"./node_modules/core-js/internals/to-integer.js":
259
+ /*!******************************************************!*\
260
+ !*** ./node_modules/core-js/internals/to-integer.js ***!
261
+ \******************************************************/
262
+ /*! no static exports found */function(e,n){var i=Math.ceil;var r=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?r:i)(e)}},"./node_modules/core-js/internals/to-length.js":
263
+ /*!*****************************************************!*\
264
+ !*** ./node_modules/core-js/internals/to-length.js ***!
265
+ \*****************************************************/
266
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/to-integer */"./node_modules/core-js/internals/to-integer.js");var l=Math.min;e.exports=function(e){return e>0?l(r(e),9007199254740991):0}},"./node_modules/core-js/internals/to-object.js":
267
+ /*!*****************************************************!*\
268
+ !*** ./node_modules/core-js/internals/to-object.js ***!
269
+ \*****************************************************/
270
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/require-object-coercible */"./node_modules/core-js/internals/require-object-coercible.js");e.exports=function(e){return Object(r(e))}},"./node_modules/core-js/internals/to-primitive.js":
271
+ /*!********************************************************!*\
272
+ !*** ./node_modules/core-js/internals/to-primitive.js ***!
273
+ \********************************************************/
274
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/is-object */"./node_modules/core-js/internals/is-object.js");e.exports=function(e,n){if(!r(e))return e;var i,l;if(n&&typeof(i=e.toString)=="function"&&!r(l=i.call(e)))return l;if(typeof(i=e.valueOf)=="function"&&!r(l=i.call(e)))return l;if(!n&&typeof(i=e.toString)=="function"&&!r(l=i.call(e)))return l;throw TypeError("Can't convert object to primitive value")}},"./node_modules/core-js/internals/uid.js":
275
+ /*!***********************************************!*\
276
+ !*** ./node_modules/core-js/internals/uid.js ***!
277
+ \***********************************************/
278
+ /*! no static exports found */function(e,n){var i=0;var r=Math.random();e.exports=function(e){return"Symbol(".concat(e===undefined?"":e,")_",(++i+r).toString(36))}},"./node_modules/core-js/internals/validate-set-prototype-of-arguments.js":
279
+ /*!*******************************************************************************!*\
280
+ !*** ./node_modules/core-js/internals/validate-set-prototype-of-arguments.js ***!
281
+ \*******************************************************************************/
282
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/is-object */"./node_modules/core-js/internals/is-object.js");var l=i(/*! ../internals/an-object */"./node_modules/core-js/internals/an-object.js");e.exports=function(e,n){l(e);if(!r(n)&&n!==null){throw TypeError("Can't set "+String(n)+" as a prototype")}}},"./node_modules/core-js/internals/well-known-symbol.js":
283
+ /*!*************************************************************!*\
284
+ !*** ./node_modules/core-js/internals/well-known-symbol.js ***!
285
+ \*************************************************************/
286
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/global */"./node_modules/core-js/internals/global.js");var l=i(/*! ../internals/shared */"./node_modules/core-js/internals/shared.js");var o=i(/*! ../internals/uid */"./node_modules/core-js/internals/uid.js");var t=i(/*! ../internals/native-symbol */"./node_modules/core-js/internals/native-symbol.js");var a=r.Symbol;var s=l("wks");e.exports=function(e){return s[e]||(s[e]=t&&a[e]||(t?a:o)("Symbol."+e))}},"./node_modules/core-js/modules/es.array.from.js":
287
+ /*!*******************************************************!*\
288
+ !*** ./node_modules/core-js/modules/es.array.from.js ***!
289
+ \*******************************************************/
290
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/export */"./node_modules/core-js/internals/export.js");var l=i(/*! ../internals/array-from */"./node_modules/core-js/internals/array-from.js");var o=i(/*! ../internals/check-correctness-of-iteration */"./node_modules/core-js/internals/check-correctness-of-iteration.js");var t=!o((function(e){Array.from(e)}));r({target:"Array",stat:true,forced:t},{from:l})},"./node_modules/core-js/modules/es.string.iterator.js":
291
+ /*!************************************************************!*\
292
+ !*** ./node_modules/core-js/modules/es.string.iterator.js ***!
293
+ \************************************************************/
294
+ /*! no static exports found */function(e,n,i){var r=i(/*! ../internals/string-at */"./node_modules/core-js/internals/string-at.js");var l=i(/*! ../internals/internal-state */"./node_modules/core-js/internals/internal-state.js");var o=i(/*! ../internals/define-iterator */"./node_modules/core-js/internals/define-iterator.js");var t="String Iterator";var a=l.set;var s=l.getterFor(t);o(String,"String",(function(e){a(this,{type:t,string:String(e),index:0})}),(function e(){var n=s(this);var i=n.string;var l=n.index;var o;if(l>=i.length)return{value:undefined,done:true};o=r(i,l,true);n.index+=o.length;return{value:o,done:false}}))},"./node_modules/webpack/buildin/global.js":
295
+ /*!***********************************!*\
296
+ !*** (webpack)/buildin/global.js ***!
297
+ \***********************************/
298
+ /*! no static exports found */function(e,n){var i;i=function(){return this}();try{i=i||Function("return this")()||(0,eval)("this")}catch(e){if(typeof window==="object")i=window}e.exports=i},"./src/default-attrs.json":
299
+ /*!********************************!*\
300
+ !*** ./src/default-attrs.json ***!
301
+ \********************************/
302
+ /*! exports provided: xmlns, width, height, viewBox, fill, stroke, stroke-width, stroke-linecap, stroke-linejoin, default */function(e){e.exports={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"}},"./src/icon.js":
303
+ /*!*********************!*\
304
+ !*** ./src/icon.js ***!
305
+ \*********************/
306
+ /*! no static exports found */function(e,n,i){Object.defineProperty(n,"__esModule",{value:true});var r=Object.assign||function(e){for(var n=1;n<arguments.length;n++){var i=arguments[n];for(var r in i){if(Object.prototype.hasOwnProperty.call(i,r)){e[r]=i[r]}}}return e};var l=function(){function e(e,n){for(var i=0;i<n.length;i++){var r=n[i];r.enumerable=r.enumerable||false;r.configurable=true;if("value"in r)r.writable=true;Object.defineProperty(e,r.key,r)}}return function(n,i,r){if(i)e(n.prototype,i);if(r)e(n,r);return n}}();var o=i(/*! classnames/dedupe */"./node_modules/classnames/dedupe.js");var t=c(o);var a=i(/*! ./default-attrs.json */"./src/default-attrs.json");var s=c(a);function c(e){return e&&e.__esModule?e:{default:e}}function y(e,n){if(!(e instanceof n)){throw new TypeError("Cannot call a class as a function")}}var p=function(){function e(n,i){var l=arguments.length>2&&arguments[2]!==undefined?arguments[2]:[];y(this,e);this.name=n;this.contents=i;this.tags=l;this.attrs=r({},s.default,{class:"feather feather-"+n})}l(e,[{key:"toSvg",value:function e(){var n=arguments.length>0&&arguments[0]!==undefined?arguments[0]:{};var i=r({},this.attrs,n,{class:(0,t.default)(this.attrs.class,n.class)});return"<svg "+d(i)+">"+this.contents+"</svg>"}},{key:"toString",value:function e(){return this.contents}}]);return e}();function d(e){return Object.keys(e).map((function(n){return n+'="'+e[n]+'"'})).join(" ")}n.default=p},"./src/icons.js":
307
+ /*!**********************!*\
308
+ !*** ./src/icons.js ***!
309
+ \**********************/
310
+ /*! no static exports found */function(e,n,i){Object.defineProperty(n,"__esModule",{value:true});var r=i(/*! ./icon */"./src/icon.js");var l=c(r);var o=i(/*! ../dist/icons.json */"./dist/icons.json");var t=c(o);var a=i(/*! ./tags.json */"./src/tags.json");var s=c(a);function c(e){return e&&e.__esModule?e:{default:e}}n.default=Object.keys(t.default).map((function(e){return new l.default(e,t.default[e],s.default[e])})).reduce((function(e,n){e[n.name]=n;return e}),{})},"./src/index.js":
311
+ /*!**********************!*\
312
+ !*** ./src/index.js ***!
313
+ \**********************/
314
+ /*! no static exports found */function(e,n,i){var r=i(/*! ./icons */"./src/icons.js");var l=c(r);var o=i(/*! ./to-svg */"./src/to-svg.js");var t=c(o);var a=i(/*! ./replace */"./src/replace.js");var s=c(a);function c(e){return e&&e.__esModule?e:{default:e}}e.exports={icons:l.default,toSvg:t.default,replace:s.default}},"./src/replace.js":
315
+ /*!************************!*\
316
+ !*** ./src/replace.js ***!
317
+ \************************/
318
+ /*! no static exports found */function(e,n,i){Object.defineProperty(n,"__esModule",{value:true});var r=Object.assign||function(e){for(var n=1;n<arguments.length;n++){var i=arguments[n];for(var r in i){if(Object.prototype.hasOwnProperty.call(i,r)){e[r]=i[r]}}}return e};var l=i(/*! classnames/dedupe */"./node_modules/classnames/dedupe.js");var o=s(l);var t=i(/*! ./icons */"./src/icons.js");var a=s(t);function s(e){return e&&e.__esModule?e:{default:e}}function c(){var e=arguments.length>0&&arguments[0]!==undefined?arguments[0]:{};if(typeof document==="undefined"){throw new Error("`feather.replace()` only works in a browser environment.")}var n=document.querySelectorAll("[data-feather]");Array.from(n).forEach((function(n){return y(n,e)}))}function y(e){var n=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{};var i=p(e);var l=i["data-feather"];delete i["data-feather"];if(a.default[l]===undefined){console.warn("feather: '"+l+"' is not a valid icon");return}var t=a.default[l].toSvg(r({},n,i,{class:(0,o.default)(n.class,i.class)}));var s=(new DOMParser).parseFromString(t,"image/svg+xml");var c=s.querySelector("svg");e.parentNode.replaceChild(c,e)}function p(e){return Array.from(e.attributes).reduce((function(e,n){e[n.name]=n.value;return e}),{})}n.default=c},"./src/tags.json":
319
+ /*!***********************!*\
320
+ !*** ./src/tags.json ***!
321
+ \***********************/
322
+ /*! exports provided: activity, airplay, alert-circle, alert-octagon, alert-triangle, align-center, align-justify, align-left, align-right, anchor, archive, at-sign, award, aperture, bar-chart, bar-chart-2, battery, battery-charging, bell, bell-off, bluetooth, book-open, book, bookmark, box, briefcase, calendar, camera, cast, chevron-down, chevron-up, circle, clipboard, clock, cloud-drizzle, cloud-lightning, cloud-rain, cloud-snow, cloud, codepen, codesandbox, code, coffee, columns, command, compass, copy, corner-down-left, corner-down-right, corner-left-down, corner-left-up, corner-right-down, corner-right-up, corner-up-left, corner-up-right, cpu, credit-card, crop, crosshair, database, delete, disc, dollar-sign, droplet, edit, edit-2, edit-3, eye, eye-off, external-link, facebook, fast-forward, figma, file-minus, file-plus, file-text, film, filter, flag, folder-minus, folder-plus, folder, framer, frown, gift, git-branch, git-commit, git-merge, git-pull-request, github, gitlab, globe, hard-drive, hash, headphones, heart, help-circle, hexagon, home, image, inbox, instagram, key, layers, layout, life-buoy, link, link-2, linkedin, list, lock, log-in, log-out, mail, map-pin, map, maximize, maximize-2, meh, menu, message-circle, message-square, mic-off, mic, minimize, minimize-2, minus, monitor, moon, more-horizontal, more-vertical, mouse-pointer, move, music, navigation, navigation-2, octagon, package, paperclip, pause, pause-circle, pen-tool, percent, phone-call, phone-forwarded, phone-incoming, phone-missed, phone-off, phone-outgoing, phone, play, pie-chart, play-circle, plus, plus-circle, plus-square, pocket, power, printer, radio, refresh-cw, refresh-ccw, repeat, rewind, rotate-ccw, rotate-cw, rss, save, scissors, search, send, settings, share-2, shield, shield-off, shopping-bag, shopping-cart, shuffle, skip-back, skip-forward, slack, slash, sliders, smartphone, smile, speaker, star, stop-circle, sun, sunrise, sunset, tablet, tag, target, terminal, thermometer, thumbs-down, thumbs-up, toggle-left, toggle-right, tool, trash, trash-2, triangle, truck, tv, twitch, twitter, type, umbrella, unlock, user-check, user-minus, user-plus, user-x, user, users, video-off, video, voicemail, volume, volume-1, volume-2, volume-x, watch, wifi-off, wifi, wind, x-circle, x-octagon, x-square, x, youtube, zap-off, zap, zoom-in, zoom-out, default */function(e){e.exports={activity:["pulse","health","action","motion"],airplay:["stream","cast","mirroring"],"alert-circle":["warning","alert","danger"],"alert-octagon":["warning","alert","danger"],"alert-triangle":["warning","alert","danger"],"align-center":["text alignment","center"],"align-justify":["text alignment","justified"],"align-left":["text alignment","left"],"align-right":["text alignment","right"],anchor:[],archive:["index","box"],"at-sign":["mention","at","email","message"],award:["achievement","badge"],aperture:["camera","photo"],"bar-chart":["statistics","diagram","graph"],"bar-chart-2":["statistics","diagram","graph"],battery:["power","electricity"],"battery-charging":["power","electricity"],bell:["alarm","notification","sound"],"bell-off":["alarm","notification","silent"],bluetooth:["wireless"],"book-open":["read","library"],book:["read","dictionary","booklet","magazine","library"],bookmark:["read","clip","marker","tag"],box:["cube"],briefcase:["work","bag","baggage","folder"],calendar:["date"],camera:["photo"],cast:["chromecast","airplay"],"chevron-down":["expand"],"chevron-up":["collapse"],circle:["off","zero","record"],clipboard:["copy"],clock:["time","watch","alarm"],"cloud-drizzle":["weather","shower"],"cloud-lightning":["weather","bolt"],"cloud-rain":["weather"],"cloud-snow":["weather","blizzard"],cloud:["weather"],codepen:["logo"],codesandbox:["logo"],code:["source","programming"],coffee:["drink","cup","mug","tea","cafe","hot","beverage"],columns:["layout"],command:["keyboard","cmd","terminal","prompt"],compass:["navigation","safari","travel","direction"],copy:["clone","duplicate"],"corner-down-left":["arrow","return"],"corner-down-right":["arrow"],"corner-left-down":["arrow"],"corner-left-up":["arrow"],"corner-right-down":["arrow"],"corner-right-up":["arrow"],"corner-up-left":["arrow"],"corner-up-right":["arrow"],cpu:["processor","technology"],"credit-card":["purchase","payment","cc"],crop:["photo","image"],crosshair:["aim","target"],database:["storage","memory"],delete:["remove"],disc:["album","cd","dvd","music"],"dollar-sign":["currency","money","payment"],droplet:["water"],edit:["pencil","change"],"edit-2":["pencil","change"],"edit-3":["pencil","change"],eye:["view","watch"],"eye-off":["view","watch","hide","hidden"],"external-link":["outbound"],facebook:["logo","social"],"fast-forward":["music"],figma:["logo","design","tool"],"file-minus":["delete","remove","erase"],"file-plus":["add","create","new"],"file-text":["data","txt","pdf"],film:["movie","video"],filter:["funnel","hopper"],flag:["report"],"folder-minus":["directory"],"folder-plus":["directory"],folder:["directory"],framer:["logo","design","tool"],frown:["emoji","face","bad","sad","emotion"],gift:["present","box","birthday","party"],"git-branch":["code","version control"],"git-commit":["code","version control"],"git-merge":["code","version control"],"git-pull-request":["code","version control"],github:["logo","version control"],gitlab:["logo","version control"],globe:["world","browser","language","translate"],"hard-drive":["computer","server","memory","data"],hash:["hashtag","number","pound"],headphones:["music","audio","sound"],heart:["like","love","emotion"],"help-circle":["question mark"],hexagon:["shape","node.js","logo"],home:["house","living"],image:["picture"],inbox:["email"],instagram:["logo","camera"],key:["password","login","authentication","secure"],layers:["stack"],layout:["window","webpage"],"life-buoy":["help","life ring","support"],link:["chain","url"],"link-2":["chain","url"],linkedin:["logo","social media"],list:["options"],lock:["security","password","secure"],"log-in":["sign in","arrow","enter"],"log-out":["sign out","arrow","exit"],mail:["email","message"],"map-pin":["location","navigation","travel","marker"],map:["location","navigation","travel"],maximize:["fullscreen"],"maximize-2":["fullscreen","arrows","expand"],meh:["emoji","face","neutral","emotion"],menu:["bars","navigation","hamburger"],"message-circle":["comment","chat"],"message-square":["comment","chat"],"mic-off":["record","sound","mute"],mic:["record","sound","listen"],minimize:["exit fullscreen","close"],"minimize-2":["exit fullscreen","arrows","close"],minus:["subtract"],monitor:["tv","screen","display"],moon:["dark","night"],"more-horizontal":["ellipsis"],"more-vertical":["ellipsis"],"mouse-pointer":["arrow","cursor"],move:["arrows"],music:["note"],navigation:["location","travel"],"navigation-2":["location","travel"],octagon:["stop"],package:["box","container"],paperclip:["attachment"],pause:["music","stop"],"pause-circle":["music","audio","stop"],"pen-tool":["vector","drawing"],percent:["discount"],"phone-call":["ring"],"phone-forwarded":["call"],"phone-incoming":["call"],"phone-missed":["call"],"phone-off":["call","mute"],"phone-outgoing":["call"],phone:["call"],play:["music","start"],"pie-chart":["statistics","diagram"],"play-circle":["music","start"],plus:["add","new"],"plus-circle":["add","new"],"plus-square":["add","new"],pocket:["logo","save"],power:["on","off"],printer:["fax","office","device"],radio:["signal"],"refresh-cw":["synchronise","arrows"],"refresh-ccw":["arrows"],repeat:["loop","arrows"],rewind:["music"],"rotate-ccw":["arrow"],"rotate-cw":["arrow"],rss:["feed","subscribe"],save:["floppy disk"],scissors:["cut"],search:["find","magnifier","magnifying glass"],send:["message","mail","email","paper airplane","paper aeroplane"],settings:["cog","edit","gear","preferences"],"share-2":["network","connections"],shield:["security","secure"],"shield-off":["security","insecure"],"shopping-bag":["ecommerce","cart","purchase","store"],"shopping-cart":["ecommerce","cart","purchase","store"],shuffle:["music"],"skip-back":["music"],"skip-forward":["music"],slack:["logo"],slash:["ban","no"],sliders:["settings","controls"],smartphone:["cellphone","device"],smile:["emoji","face","happy","good","emotion"],speaker:["audio","music"],star:["bookmark","favorite","like"],"stop-circle":["media","music"],sun:["brightness","weather","light"],sunrise:["weather","time","morning","day"],sunset:["weather","time","evening","night"],tablet:["device"],tag:["label"],target:["logo","bullseye"],terminal:["code","command line","prompt"],thermometer:["temperature","celsius","fahrenheit","weather"],"thumbs-down":["dislike","bad","emotion"],"thumbs-up":["like","good","emotion"],"toggle-left":["on","off","switch"],"toggle-right":["on","off","switch"],tool:["settings","spanner"],trash:["garbage","delete","remove","bin"],"trash-2":["garbage","delete","remove","bin"],triangle:["delta"],truck:["delivery","van","shipping","transport","lorry"],tv:["television","stream"],twitch:["logo"],twitter:["logo","social"],type:["text"],umbrella:["rain","weather"],unlock:["security"],"user-check":["followed","subscribed"],"user-minus":["delete","remove","unfollow","unsubscribe"],"user-plus":["new","add","create","follow","subscribe"],"user-x":["delete","remove","unfollow","unsubscribe","unavailable"],user:["person","account"],users:["group"],"video-off":["camera","movie","film"],video:["camera","movie","film"],voicemail:["phone"],volume:["music","sound","mute"],"volume-1":["music","sound"],"volume-2":["music","sound"],"volume-x":["music","sound","mute"],watch:["clock","time"],"wifi-off":["disabled"],wifi:["connection","signal","wireless"],wind:["weather","air"],"x-circle":["cancel","close","delete","remove","times","clear"],"x-octagon":["delete","stop","alert","warning","times","clear"],"x-square":["cancel","close","delete","remove","times","clear"],x:["cancel","close","delete","remove","times","clear"],youtube:["logo","video","play"],"zap-off":["flash","camera","lightning"],zap:["flash","camera","lightning"],"zoom-in":["magnifying glass"],"zoom-out":["magnifying glass"]}},"./src/to-svg.js":
323
+ /*!***********************!*\
324
+ !*** ./src/to-svg.js ***!
325
+ \***********************/
326
+ /*! no static exports found */function(e,n,i){Object.defineProperty(n,"__esModule",{value:true});var r=i(/*! ./icons */"./src/icons.js");var l=o(r);function o(e){return e&&e.__esModule?e:{default:e}}function t(e){var n=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{};console.warn("feather.toSvg() is deprecated. Please use feather.icons[name].toSvg() instead.");if(!e){throw new Error("The required `key` (icon name) parameter is missing.")}if(!l.default[e]){throw new Error("No icon matching '"+e+"'. See the complete list of icons at https://feathericons.com")}return l.default[e].toSvg(n)}n.default=t},0:
327
+ /*!**************************************************!*\
328
+ !*** multi core-js/es/array/from ./src/index.js ***!
329
+ \**************************************************/
330
+ /*! no static exports found */function(e,n,i){i(/*! core-js/es/array/from */"./node_modules/core-js/es/array/from.js");e.exports=i(/*! /home/runner/work/feather/feather/src/index.js */"./src/index.js")}})}))})(i);const r=n(i.exports);export{r as f};
331
+ //# sourceMappingURL=p-af95fe7c.js.map