@amiceli/papierjs 0.3.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.
- package/dist/{esm/p-dropdown.entry.js → cjs/feather-327577a0.js} +3 -64
- package/dist/cjs/feather-327577a0.js.map +1 -0
- package/dist/cjs/{index-bb0e67a4.js → index-82a72b67.js} +37 -18
- package/dist/cjs/index-82a72b67.js.map +1 -0
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/p-accordion.cjs.entry.js +31 -0
- package/dist/cjs/p-accordion.cjs.entry.js.map +1 -0
- package/dist/cjs/p-alert.cjs.entry.js +3 -2
- package/dist/cjs/p-alert.cjs.entry.js.map +1 -1
- package/dist/cjs/p-badge.cjs.entry.js +5 -5
- package/dist/cjs/p-badge.cjs.entry.js.map +1 -1
- package/dist/cjs/p-breadcrumb-item.cjs.entry.js +2 -2
- package/dist/cjs/p-breadcrumb-item.cjs.entry.js.map +1 -1
- package/dist/cjs/p-breadcrumb.cjs.entry.js +2 -2
- package/dist/cjs/p-breadcrumb.cjs.entry.js.map +1 -1
- package/dist/cjs/p-button_2.cjs.entry.js +80 -0
- package/dist/cjs/p-button_2.cjs.entry.js.map +1 -0
- package/dist/cjs/p-dropdown-preview.cjs.entry.js +34 -0
- package/dist/cjs/p-dropdown-preview.cjs.entry.js.map +1 -0
- package/dist/cjs/p-dropdown_2.cjs.entry.js +112 -0
- package/dist/cjs/p-dropdown_2.cjs.entry.js.map +1 -0
- package/dist/cjs/p-input-text.cjs.entry.js +2 -2
- package/dist/cjs/p-input-text.cjs.entry.js.map +1 -1
- package/dist/cjs/p-leaf.cjs.entry.js +2 -2
- package/dist/cjs/p-modal-preview.cjs.entry.js +30 -0
- package/dist/cjs/p-modal-preview.cjs.entry.js.map +1 -0
- package/dist/cjs/p-progress-bar.cjs.entry.js +5 -4
- package/dist/cjs/p-progress-bar.cjs.entry.js.map +1 -1
- package/dist/cjs/{p-modal.cjs.entry.js → p-slider.cjs.entry.js} +21 -14
- package/dist/cjs/p-slider.cjs.entry.js.map +1 -0
- package/dist/cjs/p-switch-tile.cjs.entry.js +49 -0
- package/dist/cjs/p-switch-tile.cjs.entry.js.map +1 -0
- package/dist/cjs/{p-button.cjs.entry.js → p-switch.cjs.entry.js} +25 -41
- package/dist/cjs/p-switch.cjs.entry.js.map +1 -0
- package/dist/cjs/papierjs.cjs.js +3 -3
- package/dist/cjs/papierjs.cjs.js.map +1 -1
- package/dist/collection/collection-manifest.json +13 -7
- package/dist/collection/components/accordion/accordion.css +3239 -0
- package/dist/collection/components/accordion/accordion.js +76 -0
- package/dist/collection/components/accordion/accordion.js.map +1 -0
- package/dist/collection/components/alert/alert.js +3 -2
- package/dist/collection/components/alert/alert.js.map +1 -1
- package/dist/collection/components/alert/stories/alert.stories.js +46 -0
- package/dist/collection/components/badge/badge.js +2 -2
- package/dist/collection/components/badge/badge.js.map +1 -1
- package/dist/collection/components/badge/stories/badge.stories.js +45 -0
- package/dist/collection/components/breadcrumb/{breadcrumb.js → breadcrumb/breadcrumb.js} +1 -1
- package/dist/collection/components/breadcrumb/breadcrumb/breadcrumb.js.map +1 -0
- package/dist/collection/components/{breadcrumb-item → breadcrumb/breadcrumb-item}/breadcrumb-item.js +1 -1
- package/dist/collection/components/breadcrumb/breadcrumb-item/breadcrumb-item.js.map +1 -0
- package/dist/collection/components/button/button.js +4 -1
- package/dist/collection/components/button/button.js.map +1 -1
- package/dist/collection/components/button/stories/button.stories.js +53 -0
- package/dist/collection/components/dropdown/{dropdown.css → dropdown/dropdown.css} +1 -1
- package/dist/collection/components/dropdown/{dropdown.js → dropdown/dropdown.js} +73 -18
- package/dist/collection/components/dropdown/dropdown/dropdown.js.map +1 -0
- package/dist/collection/components/dropdown/dropdown/stories/dropdown-playground.stories.js +73 -0
- package/dist/collection/components/dropdown/dropdown/stories/dropdown.preview.js +32 -0
- package/dist/collection/components/dropdown/dropdown/stories/dropdown.preview.js.map +1 -0
- package/dist/collection/components/{dropdown-item → dropdown/dropdown-item}/dropdown-item.js +10 -8
- package/dist/collection/components/dropdown/dropdown-item/dropdown-item.js.map +1 -0
- package/dist/collection/components/{input → form}/input-text/input-text.js +1 -1
- package/dist/collection/components/form/input-text/input-text.js.map +1 -0
- package/dist/collection/components/form/slider/slider.css +3220 -0
- package/dist/collection/components/form/slider/sliders.js +155 -0
- package/dist/collection/components/form/slider/sliders.js.map +1 -0
- package/dist/collection/components/form/slider/sliders.preview.js +17 -0
- package/dist/collection/components/form/slider/sliders.preview.js.map +1 -0
- package/dist/collection/components/form/slider/stories/switch.stories.js +33 -0
- package/dist/collection/components/form/switch/stories/switch.stories.js +50 -0
- package/dist/collection/components/form/switch/switch.css +3221 -0
- package/dist/collection/components/form/switch/switch.js +141 -0
- package/dist/collection/components/form/switch/switch.js.map +1 -0
- package/dist/collection/components/form/switch-tile/stories/switch-tile.stories.js +57 -0
- package/dist/collection/components/form/switch-tile/switch-tile.css +3221 -0
- package/dist/collection/components/form/switch-tile/switch-tile.js +162 -0
- package/dist/collection/components/form/switch-tile/switch-tile.js.map +1 -0
- package/dist/collection/components/leaf/leaf.js +1 -1
- package/dist/collection/components/modal/modal.js +90 -0
- package/dist/collection/components/modal/modal.js.map +1 -0
- package/dist/collection/components/{p-modal/p-modal.preview.js → modal/modal.preview.js} +1 -1
- package/dist/collection/components/modal/modal.preview.js.map +1 -0
- package/dist/collection/components/modal/stories/modal.preview.js +46 -0
- package/dist/collection/components/modal/stories/modal.preview.js.map +1 -0
- package/dist/collection/components/progress-bar/progress-bar.css +3 -0
- package/dist/collection/components/progress-bar/progress-bar.js +3 -2
- package/dist/collection/components/progress-bar/progress-bar.js.map +1 -1
- package/dist/collection/components/progress-bar/stories/progress-bar.preview.js +23 -0
- package/dist/collection/components/progress-bar/stories/progress-bar.preview.js.map +1 -0
- package/dist/collection/components/progress-bar/stories/progress-bar.stories.js +78 -0
- package/dist/components/index.js +1 -1
- package/dist/components/p-1754e5cb.js +47 -0
- package/dist/components/p-1754e5cb.js.map +1 -0
- package/dist/{cjs/p-dropdown-item.cjs.entry.js → components/p-18fc6353.js} +90 -23
- package/dist/components/p-18fc6353.js.map +1 -0
- package/dist/{esm/p-button.entry.js → components/p-44ddcae9.js} +33 -9
- package/dist/components/p-44ddcae9.js.map +1 -0
- package/dist/components/p-accordion.d.ts +11 -0
- package/dist/components/p-accordion.js +49 -0
- package/dist/components/p-accordion.js.map +1 -0
- package/dist/{cjs/p-dropdown.cjs.entry.js → components/p-af95fe7c.js} +2 -69
- package/dist/components/p-af95fe7c.js.map +1 -0
- package/dist/components/p-alert.js +3 -2
- package/dist/components/p-alert.js.map +1 -1
- package/dist/components/p-badge.js +5 -5
- package/dist/components/p-badge.js.map +1 -1
- package/dist/components/p-breadcrumb-item.js +2 -2
- package/dist/components/p-breadcrumb-item.js.map +1 -1
- package/dist/components/p-breadcrumb.js +2 -2
- package/dist/components/p-breadcrumb.js.map +1 -1
- package/dist/components/p-button.js +1 -73
- package/dist/components/p-button.js.map +1 -1
- package/dist/components/p-dropdown-item.js +2 -48
- package/dist/components/p-dropdown-item.js.map +1 -1
- package/dist/components/p-dropdown-preview.d.ts +11 -0
- package/dist/components/p-dropdown-preview.js +75 -0
- package/dist/components/p-dropdown-preview.js.map +1 -0
- package/dist/components/p-dropdown.js +1 -2482
- package/dist/components/p-dropdown.js.map +1 -1
- package/dist/{esm/p-dropdown-item.entry.js → components/p-ee5f2278.js} +37 -15
- package/dist/components/p-ee5f2278.js.map +1 -0
- package/dist/components/{p-784ab1ae.js → p-eea4fbc1.js} +12 -7
- package/dist/components/p-eea4fbc1.js.map +1 -0
- package/dist/components/p-input-text.js +2 -2
- package/dist/components/p-input-text.js.map +1 -1
- package/dist/components/p-leaf.js +2 -2
- package/dist/components/p-modal-preview.d.ts +11 -0
- package/dist/components/p-modal-preview.js +58 -0
- package/dist/components/p-modal-preview.js.map +1 -0
- package/dist/components/p-modal.js +1 -41
- package/dist/components/p-modal.js.map +1 -1
- package/dist/components/p-progress-bar.js +5 -4
- package/dist/components/p-progress-bar.js.map +1 -1
- package/dist/components/p-slider.d.ts +11 -0
- package/dist/components/p-slider.js +57 -0
- package/dist/components/p-slider.js.map +1 -0
- package/dist/components/p-switch-tile.d.ts +11 -0
- package/dist/components/p-switch-tile.js +69 -0
- package/dist/components/p-switch-tile.js.map +1 -0
- package/dist/components/p-switch.d.ts +11 -0
- package/dist/components/p-switch.js +61 -0
- package/dist/components/p-switch.js.map +1 -0
- package/dist/esm/feather-7e88a94b.js +2402 -0
- package/dist/esm/feather-7e88a94b.js.map +1 -0
- package/dist/esm/{index-d88148b4.js → index-4646b002.js} +37 -18
- package/dist/esm/index-4646b002.js.map +1 -0
- package/dist/esm/loader.js +3 -3
- package/dist/esm/p-accordion.entry.js +27 -0
- package/dist/esm/p-accordion.entry.js.map +1 -0
- package/dist/esm/p-alert.entry.js +3 -2
- package/dist/esm/p-alert.entry.js.map +1 -1
- package/dist/esm/p-badge.entry.js +5 -5
- package/dist/esm/p-badge.entry.js.map +1 -1
- package/dist/esm/p-breadcrumb-item.entry.js +2 -2
- package/dist/esm/p-breadcrumb-item.entry.js.map +1 -1
- package/dist/esm/p-breadcrumb.entry.js +2 -2
- package/dist/esm/p-breadcrumb.entry.js.map +1 -1
- package/dist/esm/p-button_2.entry.js +75 -0
- package/dist/esm/p-button_2.entry.js.map +1 -0
- package/dist/esm/p-dropdown-preview.entry.js +30 -0
- package/dist/esm/p-dropdown-preview.entry.js.map +1 -0
- package/dist/esm/p-dropdown_2.entry.js +107 -0
- package/dist/esm/p-dropdown_2.entry.js.map +1 -0
- package/dist/esm/p-input-text.entry.js +2 -2
- package/dist/esm/p-input-text.entry.js.map +1 -1
- package/dist/esm/p-leaf.entry.js +2 -2
- package/dist/esm/p-modal-preview.entry.js +26 -0
- package/dist/esm/p-modal-preview.entry.js.map +1 -0
- package/dist/esm/p-progress-bar.entry.js +5 -4
- package/dist/esm/p-progress-bar.entry.js.map +1 -1
- package/dist/esm/{p-modal.entry.js → p-slider.entry.js} +21 -14
- package/dist/esm/p-slider.entry.js.map +1 -0
- package/dist/esm/p-switch-tile.entry.js +45 -0
- package/dist/esm/p-switch-tile.entry.js.map +1 -0
- package/dist/esm/p-switch.entry.js +37 -0
- package/dist/esm/p-switch.entry.js.map +1 -0
- package/dist/esm/papierjs.js +4 -4
- package/dist/esm/papierjs.js.map +1 -1
- package/dist/papierjs/{p-5f857750.entry.js → p-005736fe.entry.js} +2 -2
- package/dist/papierjs/{p-5f857750.entry.js.map → p-005736fe.entry.js.map} +1 -1
- package/dist/papierjs/p-08ab91b8.entry.js +2 -0
- package/dist/papierjs/p-08ab91b8.entry.js.map +1 -0
- package/dist/papierjs/{p-8240849e.entry.js → p-2a173336.entry.js} +2 -2
- package/dist/papierjs/p-2a173336.entry.js.map +1 -0
- package/dist/papierjs/p-2f044192.entry.js +2 -0
- package/dist/papierjs/p-2f044192.entry.js.map +1 -0
- package/dist/papierjs/p-3231294d.entry.js +2 -0
- package/dist/papierjs/p-3231294d.entry.js.map +1 -0
- package/dist/papierjs/p-4ed82d68.js +3 -0
- package/dist/papierjs/p-4ed82d68.js.map +1 -0
- package/dist/papierjs/{p-1cac6dc4.entry.js → p-5a7955a5.entry.js} +2 -2
- package/dist/papierjs/p-5a7955a5.entry.js.map +1 -0
- package/dist/papierjs/{p-2ed960c9.entry.js → p-8a2f9883.entry.js} +2 -2
- package/dist/papierjs/p-8a2f9883.entry.js.map +1 -0
- package/dist/papierjs/p-a3c7e705.entry.js +2 -0
- package/dist/papierjs/p-a3c7e705.entry.js.map +1 -0
- package/dist/papierjs/p-af95fe7c.js +331 -0
- package/dist/papierjs/p-af95fe7c.js.map +1 -0
- package/dist/papierjs/p-ba661e41.entry.js +2 -0
- package/dist/papierjs/p-ba661e41.entry.js.map +1 -0
- package/dist/papierjs/{p-ff268801.entry.js → p-d98c84b2.entry.js} +2 -2
- package/dist/papierjs/p-d98c84b2.entry.js.map +1 -0
- package/dist/papierjs/{p-ebbd3c9d.entry.js → p-deb8c796.entry.js} +2 -2
- package/dist/papierjs/p-dfbbdb7b.entry.js +2 -0
- package/dist/papierjs/p-dfbbdb7b.entry.js.map +1 -0
- package/dist/papierjs/{p-d2178145.entry.js → p-e6765c48.entry.js} +2 -2
- package/dist/papierjs/p-e6765c48.entry.js.map +1 -0
- package/dist/papierjs/p-f21b09d8.entry.js +2 -0
- package/dist/papierjs/p-f21b09d8.entry.js.map +1 -0
- package/dist/papierjs/p-fc85498a.entry.js +2 -0
- package/dist/papierjs/p-fc85498a.entry.js.map +1 -0
- package/dist/papierjs/papierjs.esm.js +1 -1
- package/dist/papierjs/papierjs.esm.js.map +1 -1
- package/dist/types/components/accordion/accordion.d.ts +8 -0
- package/dist/types/components/alert/alert.d.ts +1 -0
- package/dist/types/components/badge/badge.d.ts +1 -1
- package/dist/types/components/button/button.d.ts +3 -0
- package/dist/types/components/dropdown/dropdown/dropdown.d.ts +27 -0
- package/dist/types/components/dropdown/dropdown/stories/dropdown.preview.d.ts +9 -0
- package/dist/types/components/dropdown/dropdown-item/dropdown-item.d.ts +13 -0
- package/dist/types/components/form/slider/sliders.d.ts +11 -0
- package/dist/types/components/form/slider/sliders.preview.d.ts +1 -0
- package/dist/types/components/form/switch/switch.d.ts +12 -0
- package/dist/types/components/form/switch-tile/switch-tile.d.ts +25 -0
- package/dist/types/components/modal/modal.d.ts +8 -0
- package/dist/types/components/modal/stories/modal.preview.d.ts +7 -0
- package/dist/types/components/progress-bar/stories/progress-bar.preview.d.ts +1 -0
- package/dist/types/components.d.ts +215 -1
- package/package.json +14 -12
- package/readme.md +2 -1
- package/dist/cjs/index-bb0e67a4.js.map +0 -1
- package/dist/cjs/p-button.cjs.entry.js.map +0 -1
- package/dist/cjs/p-dropdown-item.cjs.entry.js.map +0 -1
- package/dist/cjs/p-dropdown.cjs.entry.js.map +0 -1
- package/dist/cjs/p-modal.cjs.entry.js.map +0 -1
- package/dist/collection/components/breadcrumb/breadcrumb.js.map +0 -1
- package/dist/collection/components/breadcrumb-item/breadcrumb-item.js.map +0 -1
- package/dist/collection/components/dropdown/dropdown.js.map +0 -1
- package/dist/collection/components/dropdown-item/dropdown-item.js.map +0 -1
- package/dist/collection/components/input/input-text/input-text.js.map +0 -1
- package/dist/collection/components/p-modal/p-modal.js +0 -61
- package/dist/collection/components/p-modal/p-modal.js.map +0 -1
- package/dist/collection/components/p-modal/p-modal.preview.js.map +0 -1
- package/dist/components/p-784ab1ae.js.map +0 -1
- package/dist/esm/index-d88148b4.js.map +0 -1
- package/dist/esm/p-button.entry.js.map +0 -1
- package/dist/esm/p-dropdown-item.entry.js.map +0 -1
- package/dist/esm/p-dropdown.entry.js.map +0 -1
- package/dist/esm/p-modal.entry.js.map +0 -1
- package/dist/papierjs/p-022f2011.entry.js +0 -2
- package/dist/papierjs/p-022f2011.entry.js.map +0 -1
- package/dist/papierjs/p-1cac6dc4.entry.js.map +0 -1
- package/dist/papierjs/p-2ed960c9.entry.js.map +0 -1
- package/dist/papierjs/p-704b216f.entry.js +0 -331
- package/dist/papierjs/p-704b216f.entry.js.map +0 -1
- package/dist/papierjs/p-7f976699.entry.js +0 -2
- package/dist/papierjs/p-7f976699.entry.js.map +0 -1
- package/dist/papierjs/p-8240849e.entry.js.map +0 -1
- package/dist/papierjs/p-8b96fa1d.js +0 -3
- package/dist/papierjs/p-8b96fa1d.js.map +0 -1
- package/dist/papierjs/p-ca16de19.entry.js +0 -2
- package/dist/papierjs/p-ca16de19.entry.js.map +0 -1
- package/dist/papierjs/p-d2178145.entry.js.map +0 -1
- package/dist/papierjs/p-ff268801.entry.js.map +0 -1
- package/dist/types/components/dropdown/dropdown.d.ts +0 -15
- package/dist/types/components/dropdown-item/dropdown-item.d.ts +0 -10
- package/dist/types/components/p-modal/p-modal.d.ts +0 -6
- /package/dist/collection/components/breadcrumb/{breadcrumb.css → breadcrumb/breadcrumb.css} +0 -0
- /package/dist/collection/components/{input → form}/input-text/input-text.css +0 -0
- /package/dist/collection/components/{p-modal/p-modal.css → modal/modal.css} +0 -0
- /package/dist/papierjs/{p-ebbd3c9d.entry.js.map → p-deb8c796.entry.js.map} +0 -0
- /package/dist/types/components/breadcrumb/{breadcrumb.d.ts → breadcrumb/breadcrumb.d.ts} +0 -0
- /package/dist/types/components/{breadcrumb-item → breadcrumb/breadcrumb-item}/breadcrumb-item.d.ts +0 -0
- /package/dist/types/components/{input → form}/input-text/input-text.d.ts +0 -0
- /package/dist/types/components/{p-modal/p-modal.preview.d.ts → modal/modal.preview.d.ts} +0 -0
|
@@ -1,331 +0,0 @@
|
|
|
1
|
-
import{r as n,c as e,h as r,g as o}from"./p-8b96fa1d.js";var t=typeof globalThis!=="undefined"?globalThis:typeof window!=="undefined"?window:typeof global!=="undefined"?global:typeof self!=="undefined"?self:{};function a(n){return n&&n.__esModule&&Object.prototype.hasOwnProperty.call(n,"default")?n["default"]:n}var i={exports:{}};(function(n,e){(function e(r,o){n.exports=o()})(typeof self!=="undefined"?self:t,(function(){return function(n){var e={};function r(o){if(e[o]){return e[o].exports}var t=e[o]={i:o,l:false,exports:{}};n[o].call(t.exports,t,t.exports,r);t.l=true;return t.exports}r.m=n;r.c=e;r.d=function(n,e,o){if(!r.o(n,e)){Object.defineProperty(n,e,{configurable:false,enumerable:true,get:o})}};r.r=function(n){Object.defineProperty(n,"__esModule",{value:true})};r.n=function(n){var e=n&&n.__esModule?function e(){return n["default"]}:function e(){return n};r.d(e,"a",e);return e};r.o=function(n,e){return Object.prototype.hasOwnProperty.call(n,e)};r.p="";return r(r.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(n){n.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(n,e,r){var o,t;
|
|
10
|
-
/*!
|
|
11
|
-
Copyright (c) 2016 Jed Watson.
|
|
12
|
-
Licensed under the MIT License (MIT), see
|
|
13
|
-
http://jedwatson.github.io/classnames
|
|
14
|
-
*/(function(){var r=function(){function n(){}n.prototype=Object.create(null);function e(n,e){var r=e.length;for(var o=0;o<r;++o){p(n,e[o])}}var r={}.hasOwnProperty;function o(n,e){n[e]=true}function t(n,e){for(var o in e){if(r.call(e,o)){n[o]=!!e[o]}}}var a=/\s+/;function i(n,e){var r=e.split(a);var o=r.length;for(var t=0;t<o;++t){n[r[t]]=true}}function p(n,r){if(!r)return;var a=typeof r;if(a==="string"){i(n,r)}else if(Array.isArray(r)){e(n,r)}else if(a==="object"){t(n,r)}else if(a==="number"){o(n,r)}}function l(){var r=arguments.length;var o=Array(r);for(var t=0;t<r;t++){o[t]=arguments[t]}var a=new n;e(a,o);var i=[];for(var p in a){if(a[p]){i.push(p)}}return i.join(" ")}return l}();if(typeof n!=="undefined"&&n.exports){n.exports=r}else{!(o=[],t=function(){return r}.apply(e,o),t!==undefined&&(n.exports=t))}})()},"./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(n,e,r){r(/*! ../../modules/es.string.iterator */"./node_modules/core-js/modules/es.string.iterator.js");r(/*! ../../modules/es.array.from */"./node_modules/core-js/modules/es.array.from.js");var o=r(/*! ../../internals/path */"./node_modules/core-js/internals/path.js");n.exports=o.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(n,e){n.exports=function(n){if(typeof n!="function"){throw TypeError(String(n)+" is not a function")}return n}},"./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(n,e,r){var o=r(/*! ../internals/is-object */"./node_modules/core-js/internals/is-object.js");n.exports=function(n){if(!o(n)){throw TypeError(String(n)+" is not an object")}return n}},"./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(n,e,r){var o=r(/*! ../internals/bind-context */"./node_modules/core-js/internals/bind-context.js");var t=r(/*! ../internals/to-object */"./node_modules/core-js/internals/to-object.js");var a=r(/*! ../internals/call-with-safe-iteration-closing */"./node_modules/core-js/internals/call-with-safe-iteration-closing.js");var i=r(/*! ../internals/is-array-iterator-method */"./node_modules/core-js/internals/is-array-iterator-method.js");var p=r(/*! ../internals/to-length */"./node_modules/core-js/internals/to-length.js");var l=r(/*! ../internals/create-property */"./node_modules/core-js/internals/create-property.js");var s=r(/*! ../internals/get-iterator-method */"./node_modules/core-js/internals/get-iterator-method.js");n.exports=function n(e){var r=t(e);var c=typeof this=="function"?this:Array;var d=arguments.length;var h=d>1?arguments[1]:undefined;var u=h!==undefined;var b=0;var y=s(r);var m,g,x,f;if(u)h=o(h,d>2?arguments[2]:undefined,2);if(y!=undefined&&!(c==Array&&i(y))){f=y.call(r);g=new c;for(;!(x=f.next()).done;b++){l(g,b,u?a(f,h,[x.value,b],true):x.value)}}else{m=p(r.length);g=new c(m);for(;m>b;b++){l(g,b,u?h(r[b],b):r[b])}}g.length=b;return g}},"./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(n,e,r){var o=r(/*! ../internals/to-indexed-object */"./node_modules/core-js/internals/to-indexed-object.js");var t=r(/*! ../internals/to-length */"./node_modules/core-js/internals/to-length.js");var a=r(/*! ../internals/to-absolute-index */"./node_modules/core-js/internals/to-absolute-index.js");n.exports=function(n){return function(e,r,i){var p=o(e);var l=t(p.length);var s=a(i,l);var c;if(n&&r!=r)while(l>s){c=p[s++];if(c!=c)return true}else for(;l>s;s++)if(n||s in p){if(p[s]===r)return n||s||0}return!n&&-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(n,e,r){var o=r(/*! ../internals/a-function */"./node_modules/core-js/internals/a-function.js");n.exports=function(n,e,r){o(n);if(e===undefined)return n;switch(r){case 0:return function(){return n.call(e)};case 1:return function(r){return n.call(e,r)};case 2:return function(r,o){return n.call(e,r,o)};case 3:return function(r,o,t){return n.call(e,r,o,t)}}return function(){return n.apply(e,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(n,e,r){var o=r(/*! ../internals/an-object */"./node_modules/core-js/internals/an-object.js");n.exports=function(n,e,r,t){try{return t?e(o(r)[0],r[1]):e(r)}catch(e){var a=n["return"];if(a!==undefined)o(a.call(n));throw e}}},"./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(n,e,r){var o=r(/*! ../internals/well-known-symbol */"./node_modules/core-js/internals/well-known-symbol.js");var t=o("iterator");var a=false;try{var i=0;var p={next:function(){return{done:!!i++}},return:function(){a=true}};p[t]=function(){return this};Array.from(p,(function(){throw 2}))}catch(n){}n.exports=function(n,e){if(!e&&!a)return false;var r=false;try{var o={};o[t]=function(){return{next:function(){return{done:r=true}}}};n(o)}catch(n){}return r}},"./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(n,e){var r={}.toString;n.exports=function(n){return r.call(n).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(n,e,r){var o=r(/*! ../internals/classof-raw */"./node_modules/core-js/internals/classof-raw.js");var t=r(/*! ../internals/well-known-symbol */"./node_modules/core-js/internals/well-known-symbol.js");var a=t("toStringTag");var i=o(function(){return arguments}())=="Arguments";var p=function(n,e){try{return n[e]}catch(n){}};n.exports=function(n){var e,r,t;return n===undefined?"Undefined":n===null?"Null":typeof(r=p(e=Object(n),a))=="string"?r:i?o(e):(t=o(e))=="Object"&&typeof e.callee=="function"?"Arguments":t}},"./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(n,e,r){var o=r(/*! ../internals/has */"./node_modules/core-js/internals/has.js");var t=r(/*! ../internals/own-keys */"./node_modules/core-js/internals/own-keys.js");var a=r(/*! ../internals/object-get-own-property-descriptor */"./node_modules/core-js/internals/object-get-own-property-descriptor.js");var i=r(/*! ../internals/object-define-property */"./node_modules/core-js/internals/object-define-property.js");n.exports=function(n,e){var r=t(e);var p=i.f;var l=a.f;for(var s=0;s<r.length;s++){var c=r[s];if(!o(n,c))p(n,c,l(e,c))}}},"./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(n,e,r){var o=r(/*! ../internals/fails */"./node_modules/core-js/internals/fails.js");n.exports=!o((function(){function n(){}n.prototype.constructor=null;return Object.getPrototypeOf(new n)!==n.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(n,e,r){var o=r(/*! ../internals/iterators-core */"./node_modules/core-js/internals/iterators-core.js").IteratorPrototype;var t=r(/*! ../internals/object-create */"./node_modules/core-js/internals/object-create.js");var a=r(/*! ../internals/create-property-descriptor */"./node_modules/core-js/internals/create-property-descriptor.js");var i=r(/*! ../internals/set-to-string-tag */"./node_modules/core-js/internals/set-to-string-tag.js");var p=r(/*! ../internals/iterators */"./node_modules/core-js/internals/iterators.js");var l=function(){return this};n.exports=function(n,e,r){var s=e+" Iterator";n.prototype=t(o,{next:a(1,r)});i(n,s,false,true);p[s]=l;return n}},"./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(n,e){n.exports=function(n,e){return{enumerable:!(n&1),configurable:!(n&2),writable:!(n&4),value:e}}},"./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(n,e,r){var o=r(/*! ../internals/to-primitive */"./node_modules/core-js/internals/to-primitive.js");var t=r(/*! ../internals/object-define-property */"./node_modules/core-js/internals/object-define-property.js");var a=r(/*! ../internals/create-property-descriptor */"./node_modules/core-js/internals/create-property-descriptor.js");n.exports=function(n,e,r){var i=o(e);if(i in n)t.f(n,i,a(0,r));else n[i]=r}},"./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(n,e,r){var o=r(/*! ../internals/export */"./node_modules/core-js/internals/export.js");var t=r(/*! ../internals/create-iterator-constructor */"./node_modules/core-js/internals/create-iterator-constructor.js");var a=r(/*! ../internals/object-get-prototype-of */"./node_modules/core-js/internals/object-get-prototype-of.js");var i=r(/*! ../internals/object-set-prototype-of */"./node_modules/core-js/internals/object-set-prototype-of.js");var p=r(/*! ../internals/set-to-string-tag */"./node_modules/core-js/internals/set-to-string-tag.js");var l=r(/*! ../internals/hide */"./node_modules/core-js/internals/hide.js");var s=r(/*! ../internals/redefine */"./node_modules/core-js/internals/redefine.js");var c=r(/*! ../internals/well-known-symbol */"./node_modules/core-js/internals/well-known-symbol.js");var d=r(/*! ../internals/is-pure */"./node_modules/core-js/internals/is-pure.js");var h=r(/*! ../internals/iterators */"./node_modules/core-js/internals/iterators.js");var u=r(/*! ../internals/iterators-core */"./node_modules/core-js/internals/iterators-core.js");var b=u.IteratorPrototype;var y=u.BUGGY_SAFARI_ITERATORS;var m=c("iterator");var g="keys";var x="values";var f="entries";var v=function(){return this};n.exports=function(n,e,r,c,u,w,j){t(r,e,c);var k=function(n){if(n===u&&H)return H;if(!y&&n in z)return z[n];switch(n){case g:return function e(){return new r(this,n)};case x:return function e(){return new r(this,n)};case f:return function e(){return new r(this,n)}}return function(){return new r(this)}};var _=e+" Iterator";var M=false;var z=n.prototype;var A=z[m]||z["@@iterator"]||u&&z[u];var H=!y&&A||k(u);var V=e=="Array"?z.entries||A:A;var O,S,L;if(V){O=a(V.call(new n));if(b!==Object.prototype&&O.next){if(!d&&a(O)!==b){if(i){i(O,b)}else if(typeof O[m]!="function"){l(O,m,v)}}p(O,_,true,true);if(d)h[_]=v}}if(u==x&&A&&A.name!==x){M=true;H=function n(){return A.call(this)}}if((!d||j)&&z[m]!==H){l(z,m,H)}h[e]=H;if(u){S={values:k(x),keys:w?H:k(g),entries:k(f)};if(j)for(L in S){if(y||M||!(L in z)){s(z,L,S[L])}}else o({target:e,proto:true,forced:y||M},S)}return S}},"./node_modules/core-js/internals/descriptors.js":
|
|
79
|
-
/*!*******************************************************!*\
|
|
80
|
-
!*** ./node_modules/core-js/internals/descriptors.js ***!
|
|
81
|
-
\*******************************************************/
|
|
82
|
-
/*! no static exports found */function(n,e,r){var o=r(/*! ../internals/fails */"./node_modules/core-js/internals/fails.js");n.exports=!o((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(n,e,r){var o=r(/*! ../internals/global */"./node_modules/core-js/internals/global.js");var t=r(/*! ../internals/is-object */"./node_modules/core-js/internals/is-object.js");var a=o.document;var i=t(a)&&t(a.createElement);n.exports=function(n){return i?a.createElement(n):{}}},"./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(n,e){n.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(n,e,r){var o=r(/*! ../internals/global */"./node_modules/core-js/internals/global.js");var t=r(/*! ../internals/object-get-own-property-descriptor */"./node_modules/core-js/internals/object-get-own-property-descriptor.js").f;var a=r(/*! ../internals/hide */"./node_modules/core-js/internals/hide.js");var i=r(/*! ../internals/redefine */"./node_modules/core-js/internals/redefine.js");var p=r(/*! ../internals/set-global */"./node_modules/core-js/internals/set-global.js");var l=r(/*! ../internals/copy-constructor-properties */"./node_modules/core-js/internals/copy-constructor-properties.js");var s=r(/*! ../internals/is-forced */"./node_modules/core-js/internals/is-forced.js");n.exports=function(n,e){var r=n.target;var c=n.global;var d=n.stat;var h,u,b,y,m,g;if(c){u=o}else if(d){u=o[r]||p(r,{})}else{u=(o[r]||{}).prototype}if(u)for(b in e){m=e[b];if(n.noTargetGet){g=t(u,b);y=g&&g.value}else y=u[b];h=s(c?b:r+(d?".":"#")+b,n.forced);if(!h&&y!==undefined){if(typeof m===typeof y)continue;l(m,y)}if(n.sham||y&&y.sham){a(m,"sham",true)}i(u,b,m,n)}}},"./node_modules/core-js/internals/fails.js":
|
|
95
|
-
/*!*************************************************!*\
|
|
96
|
-
!*** ./node_modules/core-js/internals/fails.js ***!
|
|
97
|
-
\*************************************************/
|
|
98
|
-
/*! no static exports found */function(n,e){n.exports=function(n){try{return!!n()}catch(n){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(n,e,r){var o=r(/*! ../internals/shared */"./node_modules/core-js/internals/shared.js");n.exports=o("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(n,e,r){var o=r(/*! ../internals/classof */"./node_modules/core-js/internals/classof.js");var t=r(/*! ../internals/iterators */"./node_modules/core-js/internals/iterators.js");var a=r(/*! ../internals/well-known-symbol */"./node_modules/core-js/internals/well-known-symbol.js");var i=a("iterator");n.exports=function(n){if(n!=undefined)return n[i]||n["@@iterator"]||t[o(n)]}},"./node_modules/core-js/internals/global.js":
|
|
107
|
-
/*!**************************************************!*\
|
|
108
|
-
!*** ./node_modules/core-js/internals/global.js ***!
|
|
109
|
-
\**************************************************/
|
|
110
|
-
/*! no static exports found */function(n,e,r){(function(e){var r="object";var o=function(n){return n&&n.Math==Math&&n};n.exports=o(typeof globalThis==r&&globalThis)||o(typeof window==r&&window)||o(typeof self==r&&self)||o(typeof e==r&&e)||Function("return this")()}).call(this,r(/*! ./../../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(n,e){var r={}.hasOwnProperty;n.exports=function(n,e){return r.call(n,e)}},"./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(n,e){n.exports={}},"./node_modules/core-js/internals/hide.js":
|
|
119
|
-
/*!************************************************!*\
|
|
120
|
-
!*** ./node_modules/core-js/internals/hide.js ***!
|
|
121
|
-
\************************************************/
|
|
122
|
-
/*! no static exports found */function(n,e,r){var o=r(/*! ../internals/descriptors */"./node_modules/core-js/internals/descriptors.js");var t=r(/*! ../internals/object-define-property */"./node_modules/core-js/internals/object-define-property.js");var a=r(/*! ../internals/create-property-descriptor */"./node_modules/core-js/internals/create-property-descriptor.js");n.exports=o?function(n,e,r){return t.f(n,e,a(1,r))}:function(n,e,r){n[e]=r;return n}},"./node_modules/core-js/internals/html.js":
|
|
123
|
-
/*!************************************************!*\
|
|
124
|
-
!*** ./node_modules/core-js/internals/html.js ***!
|
|
125
|
-
\************************************************/
|
|
126
|
-
/*! no static exports found */function(n,e,r){var o=r(/*! ../internals/global */"./node_modules/core-js/internals/global.js");var t=o.document;n.exports=t&&t.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(n,e,r){var o=r(/*! ../internals/descriptors */"./node_modules/core-js/internals/descriptors.js");var t=r(/*! ../internals/fails */"./node_modules/core-js/internals/fails.js");var a=r(/*! ../internals/document-create-element */"./node_modules/core-js/internals/document-create-element.js");n.exports=!o&&!t((function(){return Object.defineProperty(a("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(n,e,r){var o=r(/*! ../internals/fails */"./node_modules/core-js/internals/fails.js");var t=r(/*! ../internals/classof-raw */"./node_modules/core-js/internals/classof-raw.js");var a="".split;n.exports=o((function(){return!Object("z").propertyIsEnumerable(0)}))?function(n){return t(n)=="String"?a.call(n,""):Object(n)}: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(n,e,r){var o=r(/*! ../internals/native-weak-map */"./node_modules/core-js/internals/native-weak-map.js");var t=r(/*! ../internals/global */"./node_modules/core-js/internals/global.js");var a=r(/*! ../internals/is-object */"./node_modules/core-js/internals/is-object.js");var i=r(/*! ../internals/hide */"./node_modules/core-js/internals/hide.js");var p=r(/*! ../internals/has */"./node_modules/core-js/internals/has.js");var l=r(/*! ../internals/shared-key */"./node_modules/core-js/internals/shared-key.js");var s=r(/*! ../internals/hidden-keys */"./node_modules/core-js/internals/hidden-keys.js");var c=t.WeakMap;var d,h,u;var b=function(n){return u(n)?h(n):d(n,{})};var y=function(n){return function(e){var r;if(!a(e)||(r=h(e)).type!==n){throw TypeError("Incompatible receiver, "+n+" required")}return r}};if(o){var m=new c;var g=m.get;var x=m.has;var f=m.set;d=function(n,e){f.call(m,n,e);return e};h=function(n){return g.call(m,n)||{}};u=function(n){return x.call(m,n)}}else{var v=l("state");s[v]=true;d=function(n,e){i(n,v,e);return e};h=function(n){return p(n,v)?n[v]:{}};u=function(n){return p(n,v)}}n.exports={set:d,get:h,has:u,enforce:b,getterFor:y}},"./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(n,e,r){var o=r(/*! ../internals/well-known-symbol */"./node_modules/core-js/internals/well-known-symbol.js");var t=r(/*! ../internals/iterators */"./node_modules/core-js/internals/iterators.js");var a=o("iterator");var i=Array.prototype;n.exports=function(n){return n!==undefined&&(t.Array===n||i[a]===n)}},"./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(n,e,r){var o=r(/*! ../internals/fails */"./node_modules/core-js/internals/fails.js");var t=/#|\.prototype\./;var a=function(n,e){var r=p[i(n)];return r==s?true:r==l?false:typeof e=="function"?o(e):!!e};var i=a.normalize=function(n){return String(n).replace(t,".").toLowerCase()};var p=a.data={};var l=a.NATIVE="N";var s=a.POLYFILL="P";n.exports=a},"./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(n,e){n.exports=function(n){return typeof n==="object"?n!==null:typeof n==="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(n,e){n.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(n,e,r){var o=r(/*! ../internals/object-get-prototype-of */"./node_modules/core-js/internals/object-get-prototype-of.js");var t=r(/*! ../internals/hide */"./node_modules/core-js/internals/hide.js");var a=r(/*! ../internals/has */"./node_modules/core-js/internals/has.js");var i=r(/*! ../internals/well-known-symbol */"./node_modules/core-js/internals/well-known-symbol.js");var p=r(/*! ../internals/is-pure */"./node_modules/core-js/internals/is-pure.js");var l=i("iterator");var s=false;var c=function(){return this};var d,h,u;if([].keys){u=[].keys();if(!("next"in u))s=true;else{h=o(o(u));if(h!==Object.prototype)d=h}}if(d==undefined)d={};if(!p&&!a(d,l))t(d,l,c);n.exports={IteratorPrototype:d,BUGGY_SAFARI_ITERATORS:s}},"./node_modules/core-js/internals/iterators.js":
|
|
159
|
-
/*!*****************************************************!*\
|
|
160
|
-
!*** ./node_modules/core-js/internals/iterators.js ***!
|
|
161
|
-
\*****************************************************/
|
|
162
|
-
/*! no static exports found */function(n,e){n.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(n,e,r){var o=r(/*! ../internals/fails */"./node_modules/core-js/internals/fails.js");n.exports=!!Object.getOwnPropertySymbols&&!o((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(n,e,r){var o=r(/*! ../internals/global */"./node_modules/core-js/internals/global.js");var t=r(/*! ../internals/function-to-string */"./node_modules/core-js/internals/function-to-string.js");var a=o.WeakMap;n.exports=typeof a==="function"&&/native code/.test(t.call(a))},"./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(n,e,r){var o=r(/*! ../internals/an-object */"./node_modules/core-js/internals/an-object.js");var t=r(/*! ../internals/object-define-properties */"./node_modules/core-js/internals/object-define-properties.js");var a=r(/*! ../internals/enum-bug-keys */"./node_modules/core-js/internals/enum-bug-keys.js");var i=r(/*! ../internals/hidden-keys */"./node_modules/core-js/internals/hidden-keys.js");var p=r(/*! ../internals/html */"./node_modules/core-js/internals/html.js");var l=r(/*! ../internals/document-create-element */"./node_modules/core-js/internals/document-create-element.js");var s=r(/*! ../internals/shared-key */"./node_modules/core-js/internals/shared-key.js");var c=s("IE_PROTO");var d="prototype";var h=function(){};var u=function(){var n=l("iframe");var e=a.length;var r="<";var o="script";var t=">";var i="java"+o+":";var s;n.style.display="none";p.appendChild(n);n.src=String(i);s=n.contentWindow.document;s.open();s.write(r+o+t+"document.F=Object"+r+"/"+o+t);s.close();u=s.F;while(e--)delete u[d][a[e]];return u()};n.exports=Object.create||function n(e,r){var a;if(e!==null){h[d]=o(e);a=new h;h[d]=null;a[c]=e}else a=u();return r===undefined?a:t(a,r)};i[c]=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(n,e,r){var o=r(/*! ../internals/descriptors */"./node_modules/core-js/internals/descriptors.js");var t=r(/*! ../internals/object-define-property */"./node_modules/core-js/internals/object-define-property.js");var a=r(/*! ../internals/an-object */"./node_modules/core-js/internals/an-object.js");var i=r(/*! ../internals/object-keys */"./node_modules/core-js/internals/object-keys.js");n.exports=o?Object.defineProperties:function n(e,r){a(e);var o=i(r);var p=o.length;var l=0;var s;while(p>l)t.f(e,s=o[l++],r[s]);return e}},"./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(n,e,r){var o=r(/*! ../internals/descriptors */"./node_modules/core-js/internals/descriptors.js");var t=r(/*! ../internals/ie8-dom-define */"./node_modules/core-js/internals/ie8-dom-define.js");var a=r(/*! ../internals/an-object */"./node_modules/core-js/internals/an-object.js");var i=r(/*! ../internals/to-primitive */"./node_modules/core-js/internals/to-primitive.js");var p=Object.defineProperty;e.f=o?p:function n(e,r,o){a(e);r=i(r,true);a(o);if(t)try{return p(e,r,o)}catch(n){}if("get"in o||"set"in o)throw TypeError("Accessors not supported");if("value"in o)e[r]=o.value;return e}},"./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(n,e,r){var o=r(/*! ../internals/descriptors */"./node_modules/core-js/internals/descriptors.js");var t=r(/*! ../internals/object-property-is-enumerable */"./node_modules/core-js/internals/object-property-is-enumerable.js");var a=r(/*! ../internals/create-property-descriptor */"./node_modules/core-js/internals/create-property-descriptor.js");var i=r(/*! ../internals/to-indexed-object */"./node_modules/core-js/internals/to-indexed-object.js");var p=r(/*! ../internals/to-primitive */"./node_modules/core-js/internals/to-primitive.js");var l=r(/*! ../internals/has */"./node_modules/core-js/internals/has.js");var s=r(/*! ../internals/ie8-dom-define */"./node_modules/core-js/internals/ie8-dom-define.js");var c=Object.getOwnPropertyDescriptor;e.f=o?c:function n(e,r){e=i(e);r=p(r,true);if(s)try{return c(e,r)}catch(n){}if(l(e,r))return a(!t.f.call(e,r),e[r])}},"./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(n,e,r){var o=r(/*! ../internals/object-keys-internal */"./node_modules/core-js/internals/object-keys-internal.js");var t=r(/*! ../internals/enum-bug-keys */"./node_modules/core-js/internals/enum-bug-keys.js");var a=t.concat("length","prototype");e.f=Object.getOwnPropertyNames||function n(e){return o(e,a)}},"./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(n,e){e.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(n,e,r){var o=r(/*! ../internals/has */"./node_modules/core-js/internals/has.js");var t=r(/*! ../internals/to-object */"./node_modules/core-js/internals/to-object.js");var a=r(/*! ../internals/shared-key */"./node_modules/core-js/internals/shared-key.js");var i=r(/*! ../internals/correct-prototype-getter */"./node_modules/core-js/internals/correct-prototype-getter.js");var p=a("IE_PROTO");var l=Object.prototype;n.exports=i?Object.getPrototypeOf:function(n){n=t(n);if(o(n,p))return n[p];if(typeof n.constructor=="function"&&n instanceof n.constructor){return n.constructor.prototype}return n instanceof Object?l: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(n,e,r){var o=r(/*! ../internals/has */"./node_modules/core-js/internals/has.js");var t=r(/*! ../internals/to-indexed-object */"./node_modules/core-js/internals/to-indexed-object.js");var a=r(/*! ../internals/array-includes */"./node_modules/core-js/internals/array-includes.js");var i=r(/*! ../internals/hidden-keys */"./node_modules/core-js/internals/hidden-keys.js");var p=a(false);n.exports=function(n,e){var r=t(n);var a=0;var l=[];var s;for(s in r)!o(i,s)&&o(r,s)&&l.push(s);while(e.length>a)if(o(r,s=e[a++])){~p(l,s)||l.push(s)}return l}},"./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(n,e,r){var o=r(/*! ../internals/object-keys-internal */"./node_modules/core-js/internals/object-keys-internal.js");var t=r(/*! ../internals/enum-bug-keys */"./node_modules/core-js/internals/enum-bug-keys.js");n.exports=Object.keys||function n(e){return o(e,t)}},"./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(n,e,r){var o={}.propertyIsEnumerable;var t=Object.getOwnPropertyDescriptor;var a=t&&!o.call({1:2},1);e.f=a?function n(e){var r=t(this,e);return!!r&&r.enumerable}:o},"./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(n,e,r){var o=r(/*! ../internals/validate-set-prototype-of-arguments */"./node_modules/core-js/internals/validate-set-prototype-of-arguments.js");n.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var n=false;var e={};var r;try{r=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set;r.call(e,[]);n=e instanceof Array}catch(n){}return function e(t,a){o(t,a);if(n)r.call(t,a);else t.__proto__=a;return t}}():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(n,e,r){var o=r(/*! ../internals/global */"./node_modules/core-js/internals/global.js");var t=r(/*! ../internals/object-get-own-property-names */"./node_modules/core-js/internals/object-get-own-property-names.js");var a=r(/*! ../internals/object-get-own-property-symbols */"./node_modules/core-js/internals/object-get-own-property-symbols.js");var i=r(/*! ../internals/an-object */"./node_modules/core-js/internals/an-object.js");var p=o.Reflect;n.exports=p&&p.ownKeys||function n(e){var r=t.f(i(e));var o=a.f;return o?r.concat(o(e)):r}},"./node_modules/core-js/internals/path.js":
|
|
219
|
-
/*!************************************************!*\
|
|
220
|
-
!*** ./node_modules/core-js/internals/path.js ***!
|
|
221
|
-
\************************************************/
|
|
222
|
-
/*! no static exports found */function(n,e,r){n.exports=r(/*! ../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(n,e,r){var o=r(/*! ../internals/global */"./node_modules/core-js/internals/global.js");var t=r(/*! ../internals/shared */"./node_modules/core-js/internals/shared.js");var a=r(/*! ../internals/hide */"./node_modules/core-js/internals/hide.js");var i=r(/*! ../internals/has */"./node_modules/core-js/internals/has.js");var p=r(/*! ../internals/set-global */"./node_modules/core-js/internals/set-global.js");var l=r(/*! ../internals/function-to-string */"./node_modules/core-js/internals/function-to-string.js");var s=r(/*! ../internals/internal-state */"./node_modules/core-js/internals/internal-state.js");var c=s.get;var d=s.enforce;var h=String(l).split("toString");t("inspectSource",(function(n){return l.call(n)}));(n.exports=function(n,e,r,t){var l=t?!!t.unsafe:false;var s=t?!!t.enumerable:false;var c=t?!!t.noTargetGet:false;if(typeof r=="function"){if(typeof e=="string"&&!i(r,"name"))a(r,"name",e);d(r).source=h.join(typeof e=="string"?e:"")}if(n===o){if(s)n[e]=r;else p(e,r);return}else if(!l){delete n[e]}else if(!c&&n[e]){s=true}if(s)n[e]=r;else a(n,e,r)})(Function.prototype,"toString",(function n(){return typeof this=="function"&&c(this).source||l.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(n,e){n.exports=function(n){if(n==undefined)throw TypeError("Can't call method on "+n);return n}},"./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(n,e,r){var o=r(/*! ../internals/global */"./node_modules/core-js/internals/global.js");var t=r(/*! ../internals/hide */"./node_modules/core-js/internals/hide.js");n.exports=function(n,e){try{t(o,n,e)}catch(r){o[n]=e}return e}},"./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(n,e,r){var o=r(/*! ../internals/object-define-property */"./node_modules/core-js/internals/object-define-property.js").f;var t=r(/*! ../internals/has */"./node_modules/core-js/internals/has.js");var a=r(/*! ../internals/well-known-symbol */"./node_modules/core-js/internals/well-known-symbol.js");var i=a("toStringTag");n.exports=function(n,e,r){if(n&&!t(n=r?n:n.prototype,i)){o(n,i,{configurable:true,value:e})}}},"./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(n,e,r){var o=r(/*! ../internals/shared */"./node_modules/core-js/internals/shared.js");var t=r(/*! ../internals/uid */"./node_modules/core-js/internals/uid.js");var a=o("keys");n.exports=function(n){return a[n]||(a[n]=t(n))}},"./node_modules/core-js/internals/shared.js":
|
|
243
|
-
/*!**************************************************!*\
|
|
244
|
-
!*** ./node_modules/core-js/internals/shared.js ***!
|
|
245
|
-
\**************************************************/
|
|
246
|
-
/*! no static exports found */function(n,e,r){var o=r(/*! ../internals/global */"./node_modules/core-js/internals/global.js");var t=r(/*! ../internals/set-global */"./node_modules/core-js/internals/set-global.js");var a=r(/*! ../internals/is-pure */"./node_modules/core-js/internals/is-pure.js");var i="__core-js_shared__";var p=o[i]||t(i,{});(n.exports=function(n,e){return p[n]||(p[n]=e!==undefined?e:{})})("versions",[]).push({version:"3.1.3",mode:a?"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(n,e,r){var o=r(/*! ../internals/to-integer */"./node_modules/core-js/internals/to-integer.js");var t=r(/*! ../internals/require-object-coercible */"./node_modules/core-js/internals/require-object-coercible.js");n.exports=function(n,e,r){var a=String(t(n));var i=o(e);var p=a.length;var l,s;if(i<0||i>=p)return r?"":undefined;l=a.charCodeAt(i);return l<55296||l>56319||i+1===p||(s=a.charCodeAt(i+1))<56320||s>57343?r?a.charAt(i):l:r?a.slice(i,i+2):(l-55296<<10)+(s-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(n,e,r){var o=r(/*! ../internals/to-integer */"./node_modules/core-js/internals/to-integer.js");var t=Math.max;var a=Math.min;n.exports=function(n,e){var r=o(n);return r<0?t(r+e,0):a(r,e)}},"./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(n,e,r){var o=r(/*! ../internals/indexed-object */"./node_modules/core-js/internals/indexed-object.js");var t=r(/*! ../internals/require-object-coercible */"./node_modules/core-js/internals/require-object-coercible.js");n.exports=function(n){return o(t(n))}},"./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(n,e){var r=Math.ceil;var o=Math.floor;n.exports=function(n){return isNaN(n=+n)?0:(n>0?o:r)(n)}},"./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(n,e,r){var o=r(/*! ../internals/to-integer */"./node_modules/core-js/internals/to-integer.js");var t=Math.min;n.exports=function(n){return n>0?t(o(n),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(n,e,r){var o=r(/*! ../internals/require-object-coercible */"./node_modules/core-js/internals/require-object-coercible.js");n.exports=function(n){return Object(o(n))}},"./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(n,e,r){var o=r(/*! ../internals/is-object */"./node_modules/core-js/internals/is-object.js");n.exports=function(n,e){if(!o(n))return n;var r,t;if(e&&typeof(r=n.toString)=="function"&&!o(t=r.call(n)))return t;if(typeof(r=n.valueOf)=="function"&&!o(t=r.call(n)))return t;if(!e&&typeof(r=n.toString)=="function"&&!o(t=r.call(n)))return t;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(n,e){var r=0;var o=Math.random();n.exports=function(n){return"Symbol(".concat(n===undefined?"":n,")_",(++r+o).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(n,e,r){var o=r(/*! ../internals/is-object */"./node_modules/core-js/internals/is-object.js");var t=r(/*! ../internals/an-object */"./node_modules/core-js/internals/an-object.js");n.exports=function(n,e){t(n);if(!o(e)&&e!==null){throw TypeError("Can't set "+String(e)+" 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(n,e,r){var o=r(/*! ../internals/global */"./node_modules/core-js/internals/global.js");var t=r(/*! ../internals/shared */"./node_modules/core-js/internals/shared.js");var a=r(/*! ../internals/uid */"./node_modules/core-js/internals/uid.js");var i=r(/*! ../internals/native-symbol */"./node_modules/core-js/internals/native-symbol.js");var p=o.Symbol;var l=t("wks");n.exports=function(n){return l[n]||(l[n]=i&&p[n]||(i?p:a)("Symbol."+n))}},"./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(n,e,r){var o=r(/*! ../internals/export */"./node_modules/core-js/internals/export.js");var t=r(/*! ../internals/array-from */"./node_modules/core-js/internals/array-from.js");var a=r(/*! ../internals/check-correctness-of-iteration */"./node_modules/core-js/internals/check-correctness-of-iteration.js");var i=!a((function(n){Array.from(n)}));o({target:"Array",stat:true,forced:i},{from:t})},"./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(n,e,r){var o=r(/*! ../internals/string-at */"./node_modules/core-js/internals/string-at.js");var t=r(/*! ../internals/internal-state */"./node_modules/core-js/internals/internal-state.js");var a=r(/*! ../internals/define-iterator */"./node_modules/core-js/internals/define-iterator.js");var i="String Iterator";var p=t.set;var l=t.getterFor(i);a(String,"String",(function(n){p(this,{type:i,string:String(n),index:0})}),(function n(){var e=l(this);var r=e.string;var t=e.index;var a;if(t>=r.length)return{value:undefined,done:true};a=o(r,t,true);e.index+=a.length;return{value:a,done:false}}))},"./node_modules/webpack/buildin/global.js":
|
|
295
|
-
/*!***********************************!*\
|
|
296
|
-
!*** (webpack)/buildin/global.js ***!
|
|
297
|
-
\***********************************/
|
|
298
|
-
/*! no static exports found */function(n,e){var r;r=function(){return this}();try{r=r||Function("return this")()||(0,eval)("this")}catch(n){if(typeof window==="object")r=window}n.exports=r},"./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(n){n.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(n,e,r){Object.defineProperty(e,"__esModule",{value:true});var o=Object.assign||function(n){for(var e=1;e<arguments.length;e++){var r=arguments[e];for(var o in r){if(Object.prototype.hasOwnProperty.call(r,o)){n[o]=r[o]}}}return n};var t=function(){function n(n,e){for(var r=0;r<e.length;r++){var o=e[r];o.enumerable=o.enumerable||false;o.configurable=true;if("value"in o)o.writable=true;Object.defineProperty(n,o.key,o)}}return function(e,r,o){if(r)n(e.prototype,r);if(o)n(e,o);return e}}();var a=r(/*! classnames/dedupe */"./node_modules/classnames/dedupe.js");var i=s(a);var p=r(/*! ./default-attrs.json */"./src/default-attrs.json");var l=s(p);function s(n){return n&&n.__esModule?n:{default:n}}function c(n,e){if(!(n instanceof e)){throw new TypeError("Cannot call a class as a function")}}var d=function(){function n(e,r){var t=arguments.length>2&&arguments[2]!==undefined?arguments[2]:[];c(this,n);this.name=e;this.contents=r;this.tags=t;this.attrs=o({},l.default,{class:"feather feather-"+e})}t(n,[{key:"toSvg",value:function n(){var e=arguments.length>0&&arguments[0]!==undefined?arguments[0]:{};var r=o({},this.attrs,e,{class:(0,i.default)(this.attrs.class,e.class)});return"<svg "+h(r)+">"+this.contents+"</svg>"}},{key:"toString",value:function n(){return this.contents}}]);return n}();function h(n){return Object.keys(n).map((function(e){return e+'="'+n[e]+'"'})).join(" ")}e.default=d},"./src/icons.js":
|
|
307
|
-
/*!**********************!*\
|
|
308
|
-
!*** ./src/icons.js ***!
|
|
309
|
-
\**********************/
|
|
310
|
-
/*! no static exports found */function(n,e,r){Object.defineProperty(e,"__esModule",{value:true});var o=r(/*! ./icon */"./src/icon.js");var t=s(o);var a=r(/*! ../dist/icons.json */"./dist/icons.json");var i=s(a);var p=r(/*! ./tags.json */"./src/tags.json");var l=s(p);function s(n){return n&&n.__esModule?n:{default:n}}e.default=Object.keys(i.default).map((function(n){return new t.default(n,i.default[n],l.default[n])})).reduce((function(n,e){n[e.name]=e;return n}),{})},"./src/index.js":
|
|
311
|
-
/*!**********************!*\
|
|
312
|
-
!*** ./src/index.js ***!
|
|
313
|
-
\**********************/
|
|
314
|
-
/*! no static exports found */function(n,e,r){var o=r(/*! ./icons */"./src/icons.js");var t=s(o);var a=r(/*! ./to-svg */"./src/to-svg.js");var i=s(a);var p=r(/*! ./replace */"./src/replace.js");var l=s(p);function s(n){return n&&n.__esModule?n:{default:n}}n.exports={icons:t.default,toSvg:i.default,replace:l.default}},"./src/replace.js":
|
|
315
|
-
/*!************************!*\
|
|
316
|
-
!*** ./src/replace.js ***!
|
|
317
|
-
\************************/
|
|
318
|
-
/*! no static exports found */function(n,e,r){Object.defineProperty(e,"__esModule",{value:true});var o=Object.assign||function(n){for(var e=1;e<arguments.length;e++){var r=arguments[e];for(var o in r){if(Object.prototype.hasOwnProperty.call(r,o)){n[o]=r[o]}}}return n};var t=r(/*! classnames/dedupe */"./node_modules/classnames/dedupe.js");var a=l(t);var i=r(/*! ./icons */"./src/icons.js");var p=l(i);function l(n){return n&&n.__esModule?n:{default:n}}function s(){var n=arguments.length>0&&arguments[0]!==undefined?arguments[0]:{};if(typeof document==="undefined"){throw new Error("`feather.replace()` only works in a browser environment.")}var e=document.querySelectorAll("[data-feather]");Array.from(e).forEach((function(e){return c(e,n)}))}function c(n){var e=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{};var r=d(n);var t=r["data-feather"];delete r["data-feather"];if(p.default[t]===undefined){console.warn("feather: '"+t+"' is not a valid icon");return}var i=p.default[t].toSvg(o({},e,r,{class:(0,a.default)(e.class,r.class)}));var l=(new DOMParser).parseFromString(i,"image/svg+xml");var s=l.querySelector("svg");n.parentNode.replaceChild(s,n)}function d(n){return Array.from(n.attributes).reduce((function(n,e){n[e.name]=e.value;return n}),{})}e.default=s},"./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(n){n.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(n,e,r){Object.defineProperty(e,"__esModule",{value:true});var o=r(/*! ./icons */"./src/icons.js");var t=a(o);function a(n){return n&&n.__esModule?n:{default:n}}function i(n){var e=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{};console.warn("feather.toSvg() is deprecated. Please use feather.icons[name].toSvg() instead.");if(!n){throw new Error("The required `key` (icon name) parameter is missing.")}if(!t.default[n]){throw new Error("No icon matching '"+n+"'. See the complete list of icons at https://feathericons.com")}return t.default[n].toSvg(e)}e.default=i},0:
|
|
327
|
-
/*!**************************************************!*\
|
|
328
|
-
!*** multi core-js/es/array/from ./src/index.js ***!
|
|
329
|
-
\**************************************************/
|
|
330
|
-
/*! no static exports found */function(n,e,r){r(/*! core-js/es/array/from */"./node_modules/core-js/es/array/from.js");n.exports=r(/*! /home/runner/work/feather/feather/src/index.js */"./src/index.js")}})}))})(i);const p=a(i.exports);const l='@charset "UTF-8";\n:host {\n height: 27px;\n}\n:host .papier {\n /* PaperCSS core */\n /**\n Global PaperCSS Config\n */\n @import url("https://fonts.googleapis.com/css?family=Neucha|Patrick+Hand+SC&display=swap");\n /* stylelint-disable */\n /* stylelint-enable */\n /**\n This Loop will generate the various .text- and .background- classes\n based on the $colors map above.\n */\n /**\n PaperCSS Mixins\n */\n /**\n Assign a border style to a component selector.\n @param integer\n @default 1\n */\n /**\n Mixin for setting responsive breakpoints\n @param string | integer\n @default null\n */\n /**\n Useful helper mixins\n */\n /*\n Add transform: translate() with browser prefixes.\n Same syntax for translate() and translate3d()\n To get 3D add a $z value and set \'true\'\n @param string | boolean\n @default 0 | false\n */\n /*\n Add global transition styles to selector\n @param string\n @default all | 235ms | ease-in-out | 0\n */\n /**\n Set the shadow type for a component\n @param string\n @default regular\n */\n /**\n Sets a striped background on a component\n @param string\n */\n /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */\n /* stylelint-disable */\n /* stylelint-enable */\n /* Layout styling */\n /* Content styling */\n /* Utilities */\n /* Components */\n font-family: "Neucha", sans-serif;\n font-size: 20px;\n}\n:host .papier html {\n --primary: #41403e;\n --secondary: #0b74d5;\n --success: #86a361;\n --warning: #ddcd45;\n --danger: #a7342d;\n --muted: #868e96;\n --primary-light: #cdcccb;\n --secondary-light: #d8ebfd;\n --success-light: #d5dfc8;\n --warning-light: #f5f0c6;\n --danger-light: #f0cbc9;\n --muted-light: #e6e7e9;\n --primary-dark: black;\n --secondary-dark: black;\n --success-dark: #374427;\n --warning-dark: #746a15;\n --danger-dark: black;\n --muted-dark: #313538;\n --primary-light-10: #5b5a57;\n --secondary-light-10: #208ef3;\n --success-light-10: #9fb681;\n --warning-light-10: #e5d970;\n --danger-light-10: #cb453c;\n --muted-light-10: #a1a8ae;\n --primary-dark-10: #272625;\n --secondary-dark-10: #085aa5;\n --success-dark-10: #4a5a35;\n --warning-dark-10: #746a15;\n --danger-dark-10: #7f2722;\n --muted-dark-10: #6c757d;\n --primary-shaded-50: #c1c0bd;\n --primary-shaded-70: #f2f2f2;\n --white-dark: rgba(0, 0, 0, 0.03);\n --white-dark-light-80: rgba(204, 204, 204, 0.03);\n --light-dark: rgba(0, 0, 0, 0.7);\n --white: white;\n --main-background: white;\n --main-background-light: white;\n --black: black;\n --primary-text: #272625;\n --secondary-text: #085aa5;\n --success-text: #4a5a35;\n --warning-text: #746a15;\n --danger-text: #7f2722;\n --muted-text: #6c757d;\n --shadow-color-regular: rgba(0, 0, 0, 0.2);\n --shadow-color-hover: rgba(0, 0, 0, 0.3);\n --primary-inverse: #fff;\n}\n:host .papier html.dark {\n --primary: #fff;\n --secondary: #5595ce;\n --success: #70c272;\n --warning: #d4c252;\n --danger: #df4c57;\n --muted: #868e96;\n --primary-light: white;\n --secondary-light: #69a1d4;\n --success-light: #82ca84;\n --warning-light: #d9c966;\n --danger-light: #e3626b;\n --muted-light: #949ba2;\n --primary-dark: gray;\n --secondary-dark: #1f476b;\n --success-dark: #265927;\n --warning-dark: #71651c;\n --danger-dark: #7c161e;\n --muted-dark: #313538;\n --primary-light-10: white;\n --secondary-light-10: #7daed9;\n --success-light-10: #94d195;\n --warning-light-10: #ded07b;\n --danger-light-10: #e77780;\n --muted-light-10: #a1a8ae;\n --primary-dark-10: #e6e6e6;\n --secondary-dark-10: #367cba;\n --success-dark-10: #4cb34f;\n --warning-dark-10: #c3ae30;\n --danger-dark-10: #d22633;\n --muted-dark-10: #6c757d;\n --primary-shaded-50: #343332;\n --primary-shaded-70: #2f2e2d;\n --white-dark: rgba(255, 255, 255, 0.03);\n --white-dark-light-80: rgba(255, 255, 255, 0.03);\n --light-dark: rgba(255, 255, 255, 0.7);\n --white: white;\n --main-background: #41403e;\n --main-background-light: #c1c0bd;\n --black: black;\n --primary-text: #41403e;\n --secondary-text: #1f476b;\n --success-text: #265927;\n --warning-text: #71651c;\n --danger-text: #7c161e;\n --muted-text: #949ba2;\n --shadow-color-regular: rgba(0, 0, 0, 0.2);\n --shadow-color-hover: rgba(0, 0, 0, 0.3);\n --primary-inverse: #41403e;\n}\n:host .papier .text-primary {\n color: #41403e;\n color: var(--primary);\n}\n:host .papier .background-primary {\n background-color: #41403e;\n background-color: var(--primary-light);\n}\n:host .papier .text-secondary {\n color: #41403e;\n color: var(--secondary);\n}\n:host .papier .background-secondary {\n background-color: #41403e;\n background-color: var(--secondary-light);\n}\n:host .papier .text-success {\n color: #41403e;\n color: var(--success);\n}\n:host .papier .background-success {\n background-color: #41403e;\n background-color: var(--success-light);\n}\n:host .papier .text-warning {\n color: #41403e;\n color: var(--warning);\n}\n:host .papier .background-warning {\n background-color: #41403e;\n background-color: var(--warning-light);\n}\n:host .papier .text-danger {\n color: #41403e;\n color: var(--danger);\n}\n:host .papier .background-danger {\n background-color: #41403e;\n background-color: var(--danger-light);\n}\n:host .papier .text-muted {\n color: #41403e;\n color: var(--muted);\n}\n:host .papier .background-muted {\n background-color: #41403e;\n background-color: var(--muted-light);\n}\n:host .papier html {\n line-height: 1.15;\n -ms-text-size-adjust: 100%;\n -webkit-text-size-adjust: 100%;\n}\n:host .papier body {\n margin: 0;\n}\n:host .papier article,\n:host .papier aside,\n:host .papier footer,\n:host .papier header,\n:host .papier nav,\n:host .papier section {\n display: block;\n}\n:host .papier h1 {\n font-size: 2em;\n margin: 0.67em 0;\n}\n:host .papier figcaption,\n:host .papier figure,\n:host .papier main {\n display: block;\n}\n:host .papier figure {\n margin: 1em 40px;\n}\n:host .papier hr {\n box-sizing: content-box;\n height: 0;\n overflow: visible;\n}\n:host .papier pre {\n font-family: monospace, monospace;\n font-size: 1em;\n}\n:host .papier a {\n background-color: transparent;\n -webkit-text-decoration-skip: objects;\n}\n:host .papier abbr[title] {\n border-bottom: none;\n text-decoration: underline;\n -webkit-text-decoration: underline dotted;\n text-decoration: underline dotted;\n}\n:host .papier b,\n:host .papier strong {\n font-weight: inherit;\n}\n:host .papier b,\n:host .papier strong {\n font-weight: bolder;\n}\n:host .papier code,\n:host .papier kbd,\n:host .papier samp {\n font-family: monospace, monospace;\n font-size: 1em;\n}\n:host .papier dfn {\n font-style: italic;\n}\n:host .papier mark {\n background-color: #ff0;\n color: #000;\n}\n:host .papier small {\n font-size: 80%;\n}\n:host .papier sub,\n:host .papier sup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n:host .papier sub {\n bottom: -0.25em;\n}\n:host .papier sup {\n top: -0.5em;\n}\n:host .papier audio,\n:host .papier video {\n display: inline-block;\n}\n:host .papier audio:not([controls]) {\n display: none;\n height: 0;\n}\n:host .papier img {\n border-style: none;\n}\n:host .papier svg:not(:root) {\n overflow: hidden;\n}\n:host .papier button,\n:host .papier input,\n:host .papier optgroup,\n:host .papier select,\n:host .papier textarea {\n font-family: sans-serif;\n font-size: 100%;\n line-height: 1.15;\n margin: 0;\n}\n:host .papier button,\n:host .papier input {\n overflow: visible;\n}\n:host .papier button,\n:host .papier select {\n text-transform: none;\n}\n:host .papier [type=reset],\n:host .papier [type=submit],\n:host .papier button,\n:host .papier html [type=button] {\n -webkit-appearance: button;\n}\n:host .papier [type=button]::-moz-focus-inner,\n:host .papier [type=reset]::-moz-focus-inner,\n:host .papier [type=submit]::-moz-focus-inner,\n:host .papier button::-moz-focus-inner {\n border-style: none;\n padding: 0;\n}\n:host .papier [type=button]:-moz-focusring,\n:host .papier [type=reset]:-moz-focusring,\n:host .papier [type=submit]:-moz-focusring,\n:host .papier button:-moz-focusring {\n outline: 1px dotted ButtonText;\n}\n:host .papier fieldset {\n padding: 0.35em 0.75em 0.625em;\n}\n:host .papier legend {\n box-sizing: border-box;\n color: inherit;\n display: table;\n max-width: 100%;\n padding: 0;\n white-space: normal;\n}\n:host .papier progress {\n display: inline-block;\n vertical-align: baseline;\n}\n:host .papier textarea {\n overflow: auto;\n}\n:host .papier [type=checkbox],\n:host .papier [type=radio] {\n box-sizing: border-box;\n padding: 0;\n}\n:host .papier [type=number]::-webkit-inner-spin-button,\n:host .papier [type=number]::-webkit-outer-spin-button {\n height: auto;\n}\n:host .papier [type=search] {\n -webkit-appearance: textfield;\n outline-offset: -2px;\n}\n:host .papier [type=search]::-webkit-search-cancel-button,\n:host .papier [type=search]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n:host .papier ::-webkit-file-upload-button {\n -webkit-appearance: button;\n font: inherit;\n}\n:host .papier details,\n:host .papier menu {\n display: block;\n}\n:host .papier summary {\n display: list-item;\n}\n:host .papier canvas {\n display: inline-block;\n}\n:host .papier template {\n display: none;\n}\n:host .papier [hidden] {\n display: none;\n}\n:host .papier html {\n box-sizing: border-box;\n}\n:host .papier *, :host .papier *:before, :host .papier *:after {\n box-sizing: inherit;\n}\n:host .papier .container {\n margin: 0 auto;\n max-width: 960px;\n position: relative;\n width: 100%;\n}\n@media only screen and (max-width: 992px) {\n :host .papier .container {\n width: 85%;\n }\n}\n@media only screen and (max-width: 480px) {\n :host .papier .container {\n width: 90%;\n }\n}\n:host .papier .container.container-xs {\n max-width: 480px;\n}\n:host .papier .container.container-sm {\n max-width: 768px;\n}\n:host .papier .container.container-md {\n max-width: 992px;\n}\n:host .papier .container.container-lg {\n max-width: 1200px;\n}\n:host .papier .section {\n margin-bottom: 2rem;\n margin-top: 1rem;\n word-wrap: break-word;\n}\n:host .papier .section::after {\n color: #8f8d89;\n content: "~~~";\n display: block;\n font-size: 1.5rem;\n position: relative;\n text-align: center;\n}\n:host .papier hr {\n border: 0;\n}\n:host .papier hr::after {\n color: #8f8d89;\n content: "~~~";\n display: block;\n font-size: 1.5rem;\n position: relative;\n text-align: center;\n top: -0.75rem;\n}\n:host .papier .paper {\n background-color: #41403e;\n background-color: var(--main-background);\n border: 1px solid #cdcccb;\n box-shadow: -1px 5px 35px -9px rgba(0, 0, 0, 0.2);\n margin-bottom: 1rem;\n margin-top: 1rem;\n padding: 2rem;\n}\n@media only screen and (max-width: 480px) {\n :host .papier .paper {\n margin-bottom: 0;\n margin-top: 0;\n padding: 1rem;\n width: 100%;\n }\n}\n:host .papier .row {\n display: flex;\n flex-flow: row wrap;\n margin-bottom: 1rem;\n margin-left: auto;\n margin-right: auto;\n}\n:host .papier .row.flex-right {\n justify-content: flex-end;\n}\n:host .papier .row.flex-center {\n justify-content: center;\n}\n:host .papier .row.flex-edges {\n justify-content: space-between;\n}\n:host .papier .row.flex-spaces {\n justify-content: space-around;\n}\n:host .papier .row.flex-top {\n align-items: flex-start;\n}\n:host .papier .row.flex-middle {\n align-items: center;\n}\n:host .papier .row.flex-bottom {\n align-items: flex-end;\n}\n:host .papier .col {\n padding: 1rem;\n}\n@media only screen and (max-width: 768px) {\n :host .papier .col {\n flex: 0 0 100%;\n max-width: 100%;\n }\n}\n:host .papier .col-fill {\n flex: 1 1 0;\n width: auto;\n}\n@media only screen and (min-width: 0) {\n :host .papier .col-1 {\n flex: 0 0 8.3333333333%;\n max-width: 8.3333333333%;\n }\n :host .papier .col-2 {\n flex: 0 0 16.6666666667%;\n max-width: 16.6666666667%;\n }\n :host .papier .col-3 {\n flex: 0 0 25%;\n max-width: 25%;\n }\n :host .papier .col-4 {\n flex: 0 0 33.3333333333%;\n max-width: 33.3333333333%;\n }\n :host .papier .col-5 {\n flex: 0 0 41.6666666667%;\n max-width: 41.6666666667%;\n }\n :host .papier .col-6 {\n flex: 0 0 50%;\n max-width: 50%;\n }\n :host .papier .col-7 {\n flex: 0 0 58.3333333333%;\n max-width: 58.3333333333%;\n }\n :host .papier .col-8 {\n flex: 0 0 66.6666666667%;\n max-width: 66.6666666667%;\n }\n :host .papier .col-9 {\n flex: 0 0 75%;\n max-width: 75%;\n }\n :host .papier .col-10 {\n flex: 0 0 83.3333333333%;\n max-width: 83.3333333333%;\n }\n :host .papier .col-11 {\n flex: 0 0 91.6666666667%;\n max-width: 91.6666666667%;\n }\n :host .papier .col-12 {\n flex: 0 0 100%;\n max-width: 100%;\n }\n}\n@media only screen and (min-width: 480px) {\n :host .papier .xs-1 {\n flex: 0 0 8.3333333333%;\n max-width: 8.3333333333%;\n }\n :host .papier .xs-2 {\n flex: 0 0 16.6666666667%;\n max-width: 16.6666666667%;\n }\n :host .papier .xs-3 {\n flex: 0 0 25%;\n max-width: 25%;\n }\n :host .papier .xs-4 {\n flex: 0 0 33.3333333333%;\n max-width: 33.3333333333%;\n }\n :host .papier .xs-5 {\n flex: 0 0 41.6666666667%;\n max-width: 41.6666666667%;\n }\n :host .papier .xs-6 {\n flex: 0 0 50%;\n max-width: 50%;\n }\n :host .papier .xs-7 {\n flex: 0 0 58.3333333333%;\n max-width: 58.3333333333%;\n }\n :host .papier .xs-8 {\n flex: 0 0 66.6666666667%;\n max-width: 66.6666666667%;\n }\n :host .papier .xs-9 {\n flex: 0 0 75%;\n max-width: 75%;\n }\n :host .papier .xs-10 {\n flex: 0 0 83.3333333333%;\n max-width: 83.3333333333%;\n }\n :host .papier .xs-11 {\n flex: 0 0 91.6666666667%;\n max-width: 91.6666666667%;\n }\n :host .papier .xs-12 {\n flex: 0 0 100%;\n max-width: 100%;\n }\n}\n@media only screen and (min-width: 768px) {\n :host .papier .sm-1 {\n flex: 0 0 8.3333333333%;\n max-width: 8.3333333333%;\n }\n :host .papier .sm-2 {\n flex: 0 0 16.6666666667%;\n max-width: 16.6666666667%;\n }\n :host .papier .sm-3 {\n flex: 0 0 25%;\n max-width: 25%;\n }\n :host .papier .sm-4 {\n flex: 0 0 33.3333333333%;\n max-width: 33.3333333333%;\n }\n :host .papier .sm-5 {\n flex: 0 0 41.6666666667%;\n max-width: 41.6666666667%;\n }\n :host .papier .sm-6 {\n flex: 0 0 50%;\n max-width: 50%;\n }\n :host .papier .sm-7 {\n flex: 0 0 58.3333333333%;\n max-width: 58.3333333333%;\n }\n :host .papier .sm-8 {\n flex: 0 0 66.6666666667%;\n max-width: 66.6666666667%;\n }\n :host .papier .sm-9 {\n flex: 0 0 75%;\n max-width: 75%;\n }\n :host .papier .sm-10 {\n flex: 0 0 83.3333333333%;\n max-width: 83.3333333333%;\n }\n :host .papier .sm-11 {\n flex: 0 0 91.6666666667%;\n max-width: 91.6666666667%;\n }\n :host .papier .sm-12 {\n flex: 0 0 100%;\n max-width: 100%;\n }\n}\n@media only screen and (min-width: 992px) {\n :host .papier .md-1 {\n flex: 0 0 8.3333333333%;\n max-width: 8.3333333333%;\n }\n :host .papier .md-2 {\n flex: 0 0 16.6666666667%;\n max-width: 16.6666666667%;\n }\n :host .papier .md-3 {\n flex: 0 0 25%;\n max-width: 25%;\n }\n :host .papier .md-4 {\n flex: 0 0 33.3333333333%;\n max-width: 33.3333333333%;\n }\n :host .papier .md-5 {\n flex: 0 0 41.6666666667%;\n max-width: 41.6666666667%;\n }\n :host .papier .md-6 {\n flex: 0 0 50%;\n max-width: 50%;\n }\n :host .papier .md-7 {\n flex: 0 0 58.3333333333%;\n max-width: 58.3333333333%;\n }\n :host .papier .md-8 {\n flex: 0 0 66.6666666667%;\n max-width: 66.6666666667%;\n }\n :host .papier .md-9 {\n flex: 0 0 75%;\n max-width: 75%;\n }\n :host .papier .md-10 {\n flex: 0 0 83.3333333333%;\n max-width: 83.3333333333%;\n }\n :host .papier .md-11 {\n flex: 0 0 91.6666666667%;\n max-width: 91.6666666667%;\n }\n :host .papier .md-12 {\n flex: 0 0 100%;\n max-width: 100%;\n }\n}\n@media only screen and (min-width: 1200px) {\n :host .papier .lg-1 {\n flex: 0 0 8.3333333333%;\n max-width: 8.3333333333%;\n }\n :host .papier .lg-2 {\n flex: 0 0 16.6666666667%;\n max-width: 16.6666666667%;\n }\n :host .papier .lg-3 {\n flex: 0 0 25%;\n max-width: 25%;\n }\n :host .papier .lg-4 {\n flex: 0 0 33.3333333333%;\n max-width: 33.3333333333%;\n }\n :host .papier .lg-5 {\n flex: 0 0 41.6666666667%;\n max-width: 41.6666666667%;\n }\n :host .papier .lg-6 {\n flex: 0 0 50%;\n max-width: 50%;\n }\n :host .papier .lg-7 {\n flex: 0 0 58.3333333333%;\n max-width: 58.3333333333%;\n }\n :host .papier .lg-8 {\n flex: 0 0 66.6666666667%;\n max-width: 66.6666666667%;\n }\n :host .papier .lg-9 {\n flex: 0 0 75%;\n max-width: 75%;\n }\n :host .papier .lg-10 {\n flex: 0 0 83.3333333333%;\n max-width: 83.3333333333%;\n }\n :host .papier .lg-11 {\n flex: 0 0 91.6666666667%;\n max-width: 91.6666666667%;\n }\n :host .papier .lg-12 {\n flex: 0 0 100%;\n max-width: 100%;\n }\n}\n:host .papier .align-top {\n align-self: flex-start;\n}\n:host .papier .align-middle {\n align-self: center;\n}\n:host .papier .align-bottom {\n align-self: flex-end;\n}\n:host .papier .container {\n margin: 0 auto;\n max-width: 960px;\n position: relative;\n width: 100%;\n}\n@media only screen and (max-width: 992px) {\n :host .papier .container {\n width: 85%;\n }\n}\n@media only screen and (max-width: 480px) {\n :host .papier .container {\n width: 90%;\n }\n}\n:host .papier code {\n color: #41403e;\n color: var(--secondary);\n background-color: #41403e;\n background-color: var(--primary-shaded-70);\n border-radius: 3px;\n font-size: 80%;\n padding: 2px 4px;\n}\n:host .papier kbd {\n color: #41403e;\n color: var(--primary-inverse);\n background-color: #41403e;\n background-color: var(--primary);\n border-radius: 3px;\n font-size: 80%;\n padding: 2px 4px;\n}\n:host .papier pre {\n color: #41403e;\n color: var(--inverse-primary);\n background-color: #41403e;\n background-color: var(--primary-shaded-70);\n border-color: #41403e;\n border-color: var(--primary-shaded-50);\n border-radius: 3px;\n border-style: solid;\n border-width: 1px;\n display: block;\n font-size: 80%;\n line-height: 1.5;\n overflow-x: auto;\n padding: 1em;\n white-space: pre;\n word-break: break-all;\n word-wrap: break-word;\n}\n:host .papier pre code {\n color: #41403e;\n color: var(--inverse-primary);\n background: transparent;\n display: block;\n font-size: inherit;\n padding: initial;\n white-space: pre;\n}\n:host .papier html {\n color: #41403e;\n color: var(--primary);\n font-family: "Neucha", sans-serif;\n font-size: 20px;\n}\n:host .papier p,\n:host .papier a,\n:host .papier button,\n:host .papier li,\n:host .papier table,\n:host .papier thead,\n:host .papier tbody,\n:host .papier th,\n:host .papier tr,\n:host .papier td,\n:host .papier input,\n:host .papier textarea,\n:host .papier select,\n:host .papier option {\n font-family: "Neucha", sans-serif;\n}\n:host .papier h1,\n:host .papier h2,\n:host .papier h3,\n:host .papier h4,\n:host .papier h5,\n:host .papier h6 {\n font-family: "Patrick Hand SC", sans-serif;\n font-weight: normal;\n}\n:host .papier h1 {\n font-size: 4rem;\n}\n:host .papier h2 {\n font-size: 3rem;\n}\n:host .papier h3 {\n font-size: 2rem;\n}\n:host .papier h4 {\n font-size: 1.5rem;\n}\n:host .papier h5 {\n font-size: 1rem;\n}\n:host .papier h6 {\n font-size: 0.8rem;\n}\n:host .papier .text-left {\n text-align: left;\n}\n:host .papier .text-center {\n text-align: center;\n}\n:host .papier .text-right {\n text-align: right;\n}\n:host .papier img {\n border-bottom-left-radius: 15px 255px;\n border-bottom-right-radius: 225px 15px;\n border-top-left-radius: 255px 15px;\n border-top-right-radius: 15px 225px;\n border-color: #41403e;\n border-color: var(--primary);\n border-style: solid;\n border-width: 2px;\n display: block;\n height: auto;\n max-width: 100%;\n}\n:host .papier img.float-left {\n float: left;\n margin: 1rem 1rem 1rem 0;\n}\n:host .papier img.float-right {\n float: right;\n margin: 1rem 0 1rem 1rem;\n}\n:host .papier img.no-responsive {\n display: initial;\n height: initial;\n max-width: initial;\n}\n:host .papier img.no-border {\n border: 0;\n border-radius: 0;\n}\n:host .papier ol {\n list-style-type: decimal;\n}\n:host .papier ol ol {\n list-style-type: upper-alpha;\n}\n:host .papier ol ol ol {\n list-style-type: upper-roman;\n}\n:host .papier ol ol ol ol {\n list-style-type: lower-alpha;\n}\n:host .papier ol ol ol ol ol {\n list-style-type: lower-roman;\n}\n:host .papier ul {\n list-style: none;\n margin-left: 0;\n}\n:host .papier ul li::before {\n content: "-";\n}\n:host .papier ul li {\n text-indent: -7px;\n}\n:host .papier ul li .badge,\n:host .papier ul li [popover-bottom]::after,\n:host .papier ul li [popover-left]::after,\n:host .papier ul li [popover-right]::after,\n:host .papier ul li [popover-top]::after {\n text-indent: 0;\n}\n:host .papier ul li::before {\n left: -7px;\n position: relative;\n}\n:host .papier ul ul li::before {\n content: "+";\n}\n:host .papier ul ul ul li::before {\n content: "~";\n}\n:host .papier ul ul ul ul li::before {\n content: "⤍";\n}\n:host .papier ul ul ul ul ul li::before {\n content: "⁎";\n}\n:host .papier ul.inline li {\n display: inline;\n margin-left: 5px;\n}\n:host .papier table {\n box-sizing: border-box;\n max-width: 100%;\n overflow-x: auto;\n width: 100%;\n}\n@media only screen and (max-width: 480px) {\n :host .papier table thead tr th {\n padding: 2%;\n }\n :host .papier table tbody tr td {\n padding: 2%;\n }\n}\n:host .papier table thead tr th {\n line-height: 1.5;\n padding: 8px;\n text-align: left;\n vertical-align: bottom;\n}\n:host .papier table tbody tr td {\n border-top: 1px dashed #d9d9d8;\n line-height: 1.5;\n padding: 8px;\n vertical-align: top;\n}\n:host .papier table.table-hover tbody tr:hover {\n color: #41403e;\n color: var(--secondary);\n}\n:host .papier table.table-alternating tbody tr:nth-of-type(even) {\n color: #82807c;\n}\n:host .papier .border {\n border-color: #41403e;\n border-color: var(--primary);\n border-style: solid;\n border-width: 2px;\n}\n:host .papier .border,\n:host .papier .border-1,\n:host .papier .child-borders > *:nth-child(6n+1) {\n border-bottom-left-radius: 15px 255px;\n border-bottom-right-radius: 225px 15px;\n border-top-left-radius: 255px 15px;\n border-top-right-radius: 15px 225px;\n}\n:host .papier .border-2,\n:host .papier .child-borders > *:nth-child(6n+2) {\n border-bottom-left-radius: 185px 25px;\n border-bottom-right-radius: 20px 205px;\n border-top-left-radius: 125px 25px;\n border-top-right-radius: 10px 205px;\n}\n:host .papier .border-3,\n:host .papier .child-borders > *:nth-child(6n+3) {\n border-bottom-left-radius: 225px 15px;\n border-bottom-right-radius: 15px 255px;\n border-top-left-radius: 15px 225px;\n border-top-right-radius: 255px 15px;\n}\n:host .papier .border-4,\n:host .papier .child-borders > *:nth-child(6n+4) {\n border-bottom-left-radius: 25px 115px;\n border-bottom-right-radius: 155px 25px;\n border-top-left-radius: 15px 225px;\n border-top-right-radius: 25px 150px;\n}\n:host .papier .border-5,\n:host .papier .child-borders > *:nth-child(6n+5) {\n border-bottom-left-radius: 20px 115px;\n border-bottom-right-radius: 15px 105px;\n border-top-left-radius: 250px 15px;\n border-top-right-radius: 25px 80px;\n}\n:host .papier .border-6,\n:host .papier .child-borders > *:nth-child(6n+6) {\n border-bottom-left-radius: 15px 225px;\n border-bottom-right-radius: 20px 205px;\n border-top-left-radius: 28px 125px;\n border-top-right-radius: 100px 30px;\n}\n:host .papier .child-borders > * {\n border-color: #41403e;\n border-color: var(--primary);\n border-style: solid;\n border-width: 2px;\n}\n:host .papier .border-white {\n border-color: #41403e;\n border-color: var(--white);\n}\n:host .papier .border-dotted {\n border-style: dotted;\n}\n:host .papier .border-dashed {\n border-style: dashed;\n}\n:host .papier .border-thick {\n border-width: 5px;\n}\n:host .papier .border-primary {\n border-color: #41403e;\n border-color: var(--primary);\n}\n:host .papier .border-secondary {\n border-color: #41403e;\n border-color: var(--secondary);\n}\n:host .papier .border-success {\n border-color: #41403e;\n border-color: var(--success);\n}\n:host .papier .border-warning {\n border-color: #41403e;\n border-color: var(--warning);\n}\n:host .papier .border-danger {\n border-color: #41403e;\n border-color: var(--danger);\n}\n:host .papier .border-muted {\n border-color: #41403e;\n border-color: var(--muted);\n}\n:host .papier .shadow {\n transition: all 235ms ease 0s;\n box-shadow: 15px 28px 25px -18px rgba(0, 0, 0, 0.2);\n}\n:host .papier .shadow.shadow-large {\n transition: all 235ms ease 0s;\n box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);\n}\n:host .papier .shadow.shadow-small {\n transition: all 235ms ease 0s;\n box-shadow: 10px 19px 17px -13px rgba(0, 0, 0, 0.2);\n}\n:host .papier .shadow.shadow-hover:hover {\n transform: translate3d(0, 2px, 0);\n box-shadow: 2px 8px 8px -5px rgba(0, 0, 0, 0.3);\n}\n:host .papier .child-shadows > * {\n transition: all 235ms ease 0s;\n box-shadow: 15px 28px 25px -18px rgba(0, 0, 0, 0.2);\n}\n:host .papier .child-shadows .shadow-none {\n box-shadow: none;\n}\n:host .papier .child-shadows-hover > * {\n transition: all 235ms ease 0s;\n box-shadow: 15px 28px 25px -18px rgba(0, 0, 0, 0.2);\n}\n:host .papier .child-shadows-hover > *:hover {\n transform: translate3d(0, 2px, 0);\n box-shadow: 2px 8px 8px -5px rgba(0, 0, 0, 0.3);\n}\n:host .papier .collapsible {\n display: flex;\n flex-direction: column;\n}\n:host .papier .collapsible:nth-of-type(1) {\n border-top-color: #41403e;\n border-top-color: var(--muted-light);\n border-top-style: solid;\n border-top-width: 1px;\n}\n:host .papier .collapsible .collapsible-body {\n border-bottom-color: #41403e;\n border-bottom-color: var(--muted-light);\n background-color: #41403e;\n background-color: var(--white-dark-light-80);\n transition: all 235ms ease-in-out 0s;\n border-bottom-style: solid;\n border-bottom-width: 1px;\n margin: 0;\n max-height: 0;\n opacity: 0;\n overflow: hidden;\n padding: 0 0.75rem;\n}\n:host .papier .collapsible > input {\n display: none;\n}\n:host .papier .collapsible > input:checked + label {\n color: #41403e;\n color: var(--primary);\n}\n:host .papier .collapsible > input[id^=collapsible]:checked ~ div.collapsible-body {\n margin: 0;\n max-height: 960px;\n opacity: 1;\n padding: 0.75rem;\n}\n:host .papier .collapsible > label {\n color: #41403e;\n color: var(--primary);\n border-bottom-color: #41403e;\n border-bottom-color: var(--muted-light);\n border-bottom-style: solid;\n border-bottom-width: 1px;\n display: inline-block;\n font-weight: 600;\n margin: 0 0 -1px;\n padding: 0.75rem;\n text-align: center;\n}\n:host .papier .collapsible > label:hover {\n color: #41403e;\n color: var(--muted);\n cursor: pointer;\n}\n:host .papier .alert {\n border-color: #41403e;\n border-color: var(--primary);\n border-bottom-left-radius: 15px 255px;\n border-bottom-right-radius: 225px 15px;\n border-top-left-radius: 255px 15px;\n border-top-right-radius: 15px 225px;\n border-style: solid;\n border-width: 2px;\n margin-bottom: 20px;\n padding: 15px;\n width: 100%;\n}\n:host .papier .alert.dismissible {\n transition: all 235ms ease-in-out 0s;\n display: flex;\n justify-content: space-between;\n max-height: 48rem;\n overflow: hidden;\n}\n:host .papier .alert .btn-close {\n transition: all 235ms ease-in-out 0s;\n color: #41403e;\n color: var(--primary-text);\n cursor: pointer;\n margin-left: 0.75rem;\n}\n:host .papier .alert .btn-close:hover, :host .papier .alert .btn-close:active, :host .papier .alert .btn-close:focus {\n color: #41403e;\n color: var(--primary-dark);\n}\n:host .papier .alert-primary {\n color: #41403e;\n color: var(--primary-text);\n background-color: #41403e;\n background-color: var(--primary-light);\n border-color: #41403e;\n border-color: var(--primary);\n}\n:host .papier .alert-primary .btn-close {\n color: #41403e;\n color: var(--primary-text);\n}\n:host .papier .alert-primary .btn-close:hover, :host .papier .alert-primary .btn-close:active, :host .papier .alert-primary .btn-close:focus {\n color: #41403e;\n color: var(--primary-dark);\n}\n:host .papier .alert-secondary {\n color: #41403e;\n color: var(--secondary-text);\n background-color: #41403e;\n background-color: var(--secondary-light);\n border-color: #41403e;\n border-color: var(--secondary);\n}\n:host .papier .alert-secondary .btn-close {\n color: #41403e;\n color: var(--secondary-text);\n}\n:host .papier .alert-secondary .btn-close:hover, :host .papier .alert-secondary .btn-close:active, :host .papier .alert-secondary .btn-close:focus {\n color: #41403e;\n color: var(--secondary-dark);\n}\n:host .papier .alert-success {\n color: #41403e;\n color: var(--success-text);\n background-color: #41403e;\n background-color: var(--success-light);\n border-color: #41403e;\n border-color: var(--success);\n}\n:host .papier .alert-success .btn-close {\n color: #41403e;\n color: var(--success-text);\n}\n:host .papier .alert-success .btn-close:hover, :host .papier .alert-success .btn-close:active, :host .papier .alert-success .btn-close:focus {\n color: #41403e;\n color: var(--success-dark);\n}\n:host .papier .alert-warning {\n color: #41403e;\n color: var(--warning-text);\n background-color: #41403e;\n background-color: var(--warning-light);\n border-color: #41403e;\n border-color: var(--warning);\n}\n:host .papier .alert-warning .btn-close {\n color: #41403e;\n color: var(--warning-text);\n}\n:host .papier .alert-warning .btn-close:hover, :host .papier .alert-warning .btn-close:active, :host .papier .alert-warning .btn-close:focus {\n color: #41403e;\n color: var(--warning-dark);\n}\n:host .papier .alert-danger {\n color: #41403e;\n color: var(--danger-text);\n background-color: #41403e;\n background-color: var(--danger-light);\n border-color: #41403e;\n border-color: var(--danger);\n}\n:host .papier .alert-danger .btn-close {\n color: #41403e;\n color: var(--danger-text);\n}\n:host .papier .alert-danger .btn-close:hover, :host .papier .alert-danger .btn-close:active, :host .papier .alert-danger .btn-close:focus {\n color: #41403e;\n color: var(--danger-dark);\n}\n:host .papier .alert-muted {\n color: #41403e;\n color: var(--muted-text);\n background-color: #41403e;\n background-color: var(--muted-light);\n border-color: #41403e;\n border-color: var(--muted);\n}\n:host .papier .alert-muted .btn-close {\n color: #41403e;\n color: var(--muted-text);\n}\n:host .papier .alert-muted .btn-close:hover, :host .papier .alert-muted .btn-close:active, :host .papier .alert-muted .btn-close:focus {\n color: #41403e;\n color: var(--muted-dark);\n}\n:host .papier .alert-state {\n display: none;\n}\n:host .papier .alert-state:checked + .dismissible {\n border-width: 0;\n margin: 0;\n max-height: 0;\n opacity: 0;\n padding-bottom: 0;\n padding-top: 0;\n}\n:host .papier article .article-title {\n font-size: 3rem;\n}\n:host .papier article .article-meta {\n color: #41403e;\n color: var(--muted-text);\n font-size: 15px;\n}\n:host .papier article .article-meta a {\n color: #41403e;\n color: var(--muted-text);\n background-image: none;\n}\n:host .papier article .article-meta a:hover {\n color: #41403e;\n color: var(--light-dark);\n}\n:host .papier article .text-lead {\n font-size: 30px;\n line-height: 1.3;\n margin: 35px;\n}\n:host .papier article button:not(:first-of-type) {\n margin-left: 2rem;\n}\n@media only screen and (max-width: 480px) {\n :host .papier article button:not(:first-of-type) {\n margin-left: 0;\n }\n}\n:host .papier article p {\n line-height: 1.6;\n}\n:host .papier .badge {\n border-bottom-left-radius: 15px 255px;\n border-bottom-right-radius: 225px 15px;\n border-top-left-radius: 255px 15px;\n border-top-right-radius: 15px 225px;\n color: #41403e;\n color: var(--white);\n background-color: #41403e;\n background-color: var(--muted);\n border-color: #41403e;\n border-color: var(--primary);\n border: 2px solid;\n border-color: transparent;\n display: inline-block;\n font-size: 75%;\n font-weight: 700;\n line-height: 1;\n padding: 0.25em 0.4em;\n text-align: center;\n vertical-align: baseline;\n white-space: nowrap;\n}\n:host .papier .badge.primary {\n background-color: #41403e;\n background-color: var(--primary);\n}\n:host .papier .badge.secondary {\n background-color: #41403e;\n background-color: var(--secondary);\n}\n:host .papier .badge.success {\n background-color: #41403e;\n background-color: var(--success);\n}\n:host .papier .badge.warning {\n background-color: #41403e;\n background-color: var(--warning);\n}\n:host .papier .badge.danger {\n background-color: #41403e;\n background-color: var(--danger);\n}\n:host .papier .badge.muted {\n background-color: #41403e;\n background-color: var(--muted);\n}\n:host .papier ul.breadcrumb {\n list-style: none;\n padding: 10px 16px;\n}\n:host .papier ul.breadcrumb li {\n display: inline;\n font-size: 20px;\n}\n:host .papier ul.breadcrumb li::before {\n content: "";\n}\n:host .papier ul.breadcrumb li a {\n color: #41403e;\n color: var(--secondary);\n background-image: none;\n text-decoration: none;\n}\n:host .papier ul.breadcrumb li a:hover {\n text-decoration: underline;\n}\n:host .papier ul.breadcrumb li + li::before {\n content: "/ ";\n padding: 8px;\n}\n:host .papier button,\n:host .papier .paper-btn,\n:host .papier [type=button] {\n border-bottom-left-radius: 15px 255px;\n border-bottom-right-radius: 225px 15px;\n border-top-left-radius: 255px 15px;\n border-top-right-radius: 15px 225px;\n transition: all 235ms ease 0s;\n box-shadow: 15px 28px 25px -18px rgba(0, 0, 0, 0.2);\n transition: all 235ms ease-in-out 0s;\n color: #41403e;\n color: var(--primary);\n border-color: #41403e;\n border-color: var(--primary);\n background-color: #41403e;\n background-color: var(--main-background);\n align-self: center;\n background-image: none;\n border-style: solid;\n border-width: 2px;\n cursor: pointer;\n display: inline-block;\n font-size: 1rem;\n outline: none;\n padding: 0.75rem;\n}\n@media only screen and (max-width: 520px) {\n :host .papier button,\n :host .papier .paper-btn,\n :host .papier [type=button] {\n display: inline-block;\n margin: 0 auto;\n margin-bottom: 1rem;\n text-align: center;\n }\n}\n:host .papier button.btn-large,\n:host .papier .paper-btn.btn-large,\n:host .papier [type=button].btn-large {\n transition: all 235ms ease 0s;\n box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);\n font-size: 2rem;\n padding: 1rem;\n}\n:host .papier button.btn-small,\n:host .papier .paper-btn.btn-small,\n:host .papier [type=button].btn-small {\n transition: all 235ms ease 0s;\n box-shadow: 10px 19px 17px -13px rgba(0, 0, 0, 0.2);\n font-size: 0.75rem;\n padding: 0.5rem;\n}\n:host .papier button.btn-block,\n:host .papier .paper-btn.btn-block,\n:host .papier [type=button].btn-block {\n display: block;\n width: 100%;\n}\n:host .papier button:hover,\n:host .papier .paper-btn:hover,\n:host .papier [type=button]:hover {\n transform: translate3d(0, 2px, 0);\n box-shadow: 2px 8px 8px -5px rgba(0, 0, 0, 0.3);\n}\n:host .papier button:focus,\n:host .papier .paper-btn:focus,\n:host .papier [type=button]:focus {\n border-color: #41403e;\n border-color: var(--secondary);\n border-style: solid;\n border-width: 2px;\n box-shadow: 2px 8px 4px -6px rgba(0, 0, 0, 0.3);\n}\n:host .papier button:active,\n:host .papier .paper-btn:active,\n:host .papier [type=button]:active {\n border-color: rgba(0, 0, 0, 0.2);\n transition: none;\n}\n:host .papier button.disabled, :host .papier button[disabled],\n:host .papier .paper-btn.disabled,\n:host .papier .paper-btn[disabled],\n:host .papier [type=button].disabled,\n:host .papier [type=button][disabled] {\n cursor: not-allowed;\n opacity: 0.5;\n}\n:host .papier a {\n color: #41403e;\n color: var(--secondary);\n background-image: linear-gradient(5deg, transparent 65%, #0b74d5 80%, transparent 90%), linear-gradient(165deg, transparent 5%, #0b74d5 15%, transparent 25%), linear-gradient(165deg, transparent 45%, #0b74d5 55%, transparent 65%), linear-gradient(15deg, transparent 25%, #0b74d5 35%, transparent 50%);\n background-position: 0 90%;\n background-repeat: repeat-x;\n background-size: 4px 3px;\n text-decoration: none;\n}\n:host .papier a:visited {\n color: #41403e;\n color: var(--primary);\n text-decoration: none;\n}\n:host .papier button.btn-primary,\n:host .papier .paper-btn.btn-primary,\n:host .papier [type=button].btn-primary {\n color: #41403e;\n color: var(--primary-text);\n background-color: #41403e;\n background-color: var(--primary-light);\n border-color: #41403e;\n border-color: var(--primary);\n}\n:host .papier button.btn-primary:hover:active,\n:host .papier .paper-btn.btn-primary:hover:active,\n:host .papier [type=button].btn-primary:hover:active {\n background-color: #b4b3b0;\n}\n:host .papier button.btn-secondary,\n:host .papier .paper-btn.btn-secondary,\n:host .papier [type=button].btn-secondary {\n color: #41403e;\n color: var(--secondary-text);\n background-color: #41403e;\n background-color: var(--secondary-light);\n border-color: #41403e;\n border-color: var(--secondary);\n}\n:host .papier button.btn-secondary:hover:active,\n:host .papier .paper-btn.btn-secondary:hover:active,\n:host .papier [type=button].btn-secondary:hover:active {\n background-color: #a7d3fa;\n}\n:host .papier button.btn-success,\n:host .papier .paper-btn.btn-success,\n:host .papier [type=button].btn-success {\n color: #41403e;\n color: var(--success-text);\n background-color: #41403e;\n background-color: var(--success-light);\n border-color: #41403e;\n border-color: var(--success);\n}\n:host .papier button.btn-success:hover:active,\n:host .papier .paper-btn.btn-success:hover:active,\n:host .papier [type=button].btn-success:hover:active {\n background-color: #bccca8;\n}\n:host .papier button.btn-warning,\n:host .papier .paper-btn.btn-warning,\n:host .papier [type=button].btn-warning {\n color: #41403e;\n color: var(--warning-text);\n background-color: #41403e;\n background-color: var(--warning-light);\n border-color: #41403e;\n border-color: var(--warning);\n}\n:host .papier button.btn-warning:hover:active,\n:host .papier .paper-btn.btn-warning:hover:active,\n:host .papier [type=button].btn-warning:hover:active {\n background-color: #ede49b;\n}\n:host .papier button.btn-danger,\n:host .papier .paper-btn.btn-danger,\n:host .papier [type=button].btn-danger {\n color: #41403e;\n color: var(--danger-text);\n background-color: #41403e;\n background-color: var(--danger-light);\n border-color: #41403e;\n border-color: var(--danger);\n}\n:host .papier button.btn-danger:hover:active,\n:host .papier .paper-btn.btn-danger:hover:active,\n:host .papier [type=button].btn-danger:hover:active {\n background-color: #e6a5a1;\n}\n:host .papier button.btn-muted,\n:host .papier .paper-btn.btn-muted,\n:host .papier [type=button].btn-muted {\n color: #41403e;\n color: var(--muted-text);\n background-color: #41403e;\n background-color: var(--muted-light);\n border-color: #41403e;\n border-color: var(--muted);\n}\n:host .papier button.btn-muted:hover:active,\n:host .papier .paper-btn.btn-muted:hover:active,\n:host .papier [type=button].btn-muted:hover:active {\n background-color: #caced1;\n}\n:host .papier button.btn-primary-outline,\n:host .papier .paper-btn.btn-primary-outline,\n:host .papier [type=button].btn-primary-outline {\n background-color: #41403e;\n background-color: var(--main-background);\n color: #41403e;\n color: var(--primary);\n border-color: #41403e;\n border-color: var(--primary);\n}\n:host .papier button.btn-primary-outline:hover,\n:host .papier .paper-btn.btn-primary-outline:hover,\n:host .papier [type=button].btn-primary-outline:hover {\n background-color: #cdcccb;\n}\n:host .papier button.btn-primary-outline:hover:active,\n:host .papier .paper-btn.btn-primary-outline:hover:active,\n:host .papier [type=button].btn-primary-outline:hover:active {\n background-color: #b4b3b0;\n}\n:host .papier button.btn-secondary-outline,\n:host .papier .paper-btn.btn-secondary-outline,\n:host .papier [type=button].btn-secondary-outline {\n background-color: #41403e;\n background-color: var(--main-background);\n color: #41403e;\n color: var(--secondary);\n border-color: #41403e;\n border-color: var(--secondary);\n}\n:host .papier button.btn-secondary-outline:hover,\n:host .papier .paper-btn.btn-secondary-outline:hover,\n:host .papier [type=button].btn-secondary-outline:hover {\n background-color: #d8ebfd;\n}\n:host .papier button.btn-secondary-outline:hover:active,\n:host .papier .paper-btn.btn-secondary-outline:hover:active,\n:host .papier [type=button].btn-secondary-outline:hover:active {\n background-color: #a7d3fa;\n}\n:host .papier button.btn-success-outline,\n:host .papier .paper-btn.btn-success-outline,\n:host .papier [type=button].btn-success-outline {\n background-color: #41403e;\n background-color: var(--main-background);\n color: #41403e;\n color: var(--success);\n border-color: #41403e;\n border-color: var(--success);\n}\n:host .papier button.btn-success-outline:hover,\n:host .papier .paper-btn.btn-success-outline:hover,\n:host .papier [type=button].btn-success-outline:hover {\n background-color: #d5dfc8;\n}\n:host .papier button.btn-success-outline:hover:active,\n:host .papier .paper-btn.btn-success-outline:hover:active,\n:host .papier [type=button].btn-success-outline:hover:active {\n background-color: #bccca8;\n}\n:host .papier button.btn-warning-outline,\n:host .papier .paper-btn.btn-warning-outline,\n:host .papier [type=button].btn-warning-outline {\n background-color: #41403e;\n background-color: var(--main-background);\n color: #41403e;\n color: var(--warning);\n border-color: #41403e;\n border-color: var(--warning);\n}\n:host .papier button.btn-warning-outline:hover,\n:host .papier .paper-btn.btn-warning-outline:hover,\n:host .papier [type=button].btn-warning-outline:hover {\n background-color: #f5f0c6;\n}\n:host .papier button.btn-warning-outline:hover:active,\n:host .papier .paper-btn.btn-warning-outline:hover:active,\n:host .papier [type=button].btn-warning-outline:hover:active {\n background-color: #ede49b;\n}\n:host .papier button.btn-danger-outline,\n:host .papier .paper-btn.btn-danger-outline,\n:host .papier [type=button].btn-danger-outline {\n background-color: #41403e;\n background-color: var(--main-background);\n color: #41403e;\n color: var(--danger);\n border-color: #41403e;\n border-color: var(--danger);\n}\n:host .papier button.btn-danger-outline:hover,\n:host .papier .paper-btn.btn-danger-outline:hover,\n:host .papier [type=button].btn-danger-outline:hover {\n background-color: #f0cbc9;\n}\n:host .papier button.btn-danger-outline:hover:active,\n:host .papier .paper-btn.btn-danger-outline:hover:active,\n:host .papier [type=button].btn-danger-outline:hover:active {\n background-color: #e6a5a1;\n}\n:host .papier button.btn-muted-outline,\n:host .papier .paper-btn.btn-muted-outline,\n:host .papier [type=button].btn-muted-outline {\n background-color: #41403e;\n background-color: var(--main-background);\n color: #41403e;\n color: var(--muted);\n border-color: #41403e;\n border-color: var(--muted);\n}\n:host .papier button.btn-muted-outline:hover,\n:host .papier .paper-btn.btn-muted-outline:hover,\n:host .papier [type=button].btn-muted-outline:hover {\n background-color: #e6e7e9;\n}\n:host .papier button.btn-muted-outline:hover:active,\n:host .papier .paper-btn.btn-muted-outline:hover:active,\n:host .papier [type=button].btn-muted-outline:hover:active {\n background-color: #caced1;\n}\n:host .papier .card {\n transition: all 235ms ease 0s;\n box-shadow: 15px 28px 25px -18px rgba(0, 0, 0, 0.2);\n border-color: #41403e;\n border-color: var(--muted-light);\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n border-style: solid;\n border-width: 2px;\n display: flex;\n flex-direction: column;\n position: relative;\n will-change: transform;\n word-wrap: break-word;\n}\n:host .papier .card:hover {\n transform: translate3d(0, 2px, 0);\n box-shadow: 2px 8px 8px -5px rgba(0, 0, 0, 0.3);\n}\n:host .papier .card .card-header,\n:host .papier .card .card-footer {\n background-color: #41403e;\n background-color: var(--white-dark);\n border-color: #41403e;\n border-color: var(--muted-light);\n padding: 0.75rem 1.25rem;\n}\n:host .papier .card .card-header {\n border-bottom-style: solid;\n border-bottom-width: 2px;\n}\n:host .papier .card .card-footer {\n border-top-style: solid;\n border-top-width: 2px;\n}\n:host .papier .card .card-body {\n flex: 1 1 auto;\n padding: 1.25rem;\n}\n:host .papier .card .card-body .card-title,\n:host .papier .card .card-body h4 {\n margin-bottom: 0.5rem;\n margin-top: 0;\n}\n:host .papier .card .card-body .card-subtitle,\n:host .papier .card .card-body h5 {\n color: #0b74d5;\n margin-bottom: 0.5rem;\n margin-top: 0;\n}\n:host .papier .card .card-body .card-text,\n:host .papier .card .card-body p {\n margin-bottom: 1rem;\n margin-top: 0;\n}\n:host .papier .card .card-body .card-link + .card-link,\n:host .papier .card .card-body a + a {\n margin-left: 1.25rem;\n}\n:host .papier .card .image-top,\n:host .papier .card .image-bottom,\n:host .papier .card img {\n border: 0;\n border-radius: 0;\n}\n:host .papier input,\n:host .papier select,\n:host .papier textarea {\n color: #41403e;\n color: var(--primary);\n border-color: #41403e;\n border-color: var(--primary);\n background: transparent;\n border-bottom-left-radius: 15px 255px;\n border-bottom-right-radius: 225px 15px;\n border-style: solid;\n border-top-left-radius: 255px 15px;\n border-top-right-radius: 15px 225px;\n border-width: 2px;\n display: block;\n font-size: 1rem;\n outline: none;\n padding: 0.5rem;\n}\n:host .papier input:focus,\n:host .papier select:focus,\n:host .papier textarea:focus {\n border-color: #41403e;\n border-color: var(--secondary);\n border-style: solid;\n border-width: 2px;\n}\n:host .papier select {\n height: 2.35rem;\n}\n:host .papier .disabled, :host .papier input.disabled, :host .papier input[disabled],\n:host .papier select.disabled,\n:host .papier select[disabled],\n:host .papier textarea.disabled,\n:host .papier textarea[disabled] {\n cursor: not-allowed;\n opacity: 0.5;\n}\n:host .papier .form-group {\n margin-bottom: 1rem;\n}\n:host .papier .form-group > label,\n:host .papier .form-group legend {\n display: inline-block;\n margin-bottom: 0.5rem;\n}\n:host .papier .form-group .input-block {\n width: 100%;\n}\n:host .papier .form-group textarea {\n max-height: 90vh;\n max-width: 100%;\n}\n:host .papier .form-group textarea.no-resize {\n resize: none;\n}\n:host .papier .form-group .paper-radio,\n:host .papier .form-group .paper-check {\n cursor: pointer;\n display: block;\n margin-bottom: 0.5rem;\n /* the basic, unchecked style */\n}\n:host .papier .form-group .paper-radio input,\n:host .papier .form-group .paper-check input {\n border: 0;\n height: 1px;\n margin: -1px;\n opacity: 0;\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: 1px;\n /* radio styles */\n /* checkbox styles */\n}\n:host .papier .form-group .paper-radio input + span,\n:host .papier .form-group .paper-check input + span {\n display: block;\n}\n:host .papier .form-group .paper-radio input + span::before,\n:host .papier .form-group .paper-check input + span::before {\n border-color: #41403e;\n border-color: var(--primary);\n border-style: solid;\n border-width: 2px;\n content: "";\n display: inline-block;\n height: 1rem;\n margin-right: 0.75em;\n position: relative;\n vertical-align: -0.25em;\n width: 1rem;\n}\n:host .papier .form-group .paper-radio input[type=radio] + span::before,\n:host .papier .form-group .paper-check input[type=radio] + span::before {\n border-bottom-left-radius: 0.7rem 1rem;\n border-bottom-right-radius: 1rem 0.9rem;\n border-top-left-radius: 1rem 1rem;\n border-top-right-radius: 1rem 0.6rem;\n}\n:host .papier .form-group .paper-radio input[type=radio]:checked + span::before,\n:host .papier .form-group .paper-check input[type=radio]:checked + span::before {\n background: url("data:image/svg+xml,%3Csvg%20xmlns%3D\'http%3A//www.w3.org/2000/svg\'%20viewBox%3D\'0%200%20100%20100\'%3E%3Cpath%20fill%3D\'%230b74d5\'%20d%3D\'M49.346,46.341c-3.79-2.005,3.698-10.294,7.984-8.89%20c8.713,2.852,4.352,20.922-4.901,20.269c-4.684-0.33-12.616-7.405-14.38-11.818c-2.375-5.938,7.208-11.688,11.624-13.837%20c9.078-4.42,18.403-3.503,22.784,6.651c4.049,9.378,6.206,28.09-1.462,36.276c-7.091,7.567-24.673,2.277-32.357-1.079%20c-11.474-5.01-24.54-19.124-21.738-32.758c3.958-19.263,28.856-28.248,46.044-23.244c20.693,6.025,22.012,36.268,16.246,52.826%20c-5.267,15.118-17.03,26.26-33.603,21.938c-11.054-2.883-20.984-10.949-28.809-18.908C9.236,66.096,2.704,57.597,6.01,46.371%20c3.059-10.385,12.719-20.155,20.892-26.604C40.809,8.788,58.615,1.851,75.058,12.031c9.289,5.749,16.787,16.361,18.284,27.262%20c0.643,4.698,0.646,10.775-3.811,13.746\'%3E%3C/path%3E%3C/svg%3E") left center no-repeat;\n}\n:host .papier .form-group .paper-radio input[type=checkbox],\n:host .papier .form-group .paper-check input[type=checkbox] {\n /* checked */\n}\n:host .papier .form-group .paper-radio input[type=checkbox] + span::before,\n:host .papier .form-group .paper-check input[type=checkbox] + span::before {\n border-bottom-left-radius: 15px 255px;\n border-bottom-right-radius: 225px 15px;\n border-top-left-radius: 255px 15px;\n border-top-right-radius: 15px 225px;\n}\n:host .papier .form-group .paper-radio input[type=checkbox]:checked + span::before,\n:host .papier .form-group .paper-check input[type=checkbox]:checked + span::before {\n background: url("data:image/svg+xml,%3Csvg%20xmlns%3D\'http%3A//www.w3.org/2000/svg\'%20viewBox%3D\'0%200%20100%20100\'%3E%3Cpath%20stroke%3D\'%230b74d5\'%20fill-opacity%3D\'0\'%20stroke-width%3D\'16\'%20d%3D\'m13,62c0.61067,1.6%201.3045,2.3045%201.75717,2.75716c0.72683,0.72684%201.24283,1.24284%202.07617,2.07617c0.54133,0.54133%201.04116,1.06035%201.82833,1.82383c0.5781,0.5607%201.00502,0.96983%202.02633,1.74417c0.55877,0.42365%201.191,0.84034%201.884,1.284c1.16491,0.74577%201.59777,1.00147%202.5,1.55067c0.4692,0.28561%201.43689,0.86868%201.93067,1.16534c0.99711,0.59904%201.99667,1.19755%202.49283,1.49866c0.98501,0.59779%201.47073,0.89648%201.94733,1.2c1.3971,0.88972%201.83738,1.19736%202.7,1.7955c0.42201,0.29262%201.24022,0.87785%202.05583,1.41917c0.79531,0.52785%201.59376,1.0075%202.38,1.43867c0.74477,0.40842%201.45167,0.75802%202.37817,1.22517c0.76133,0.38387%201.54947,0.82848%202.40717,1.41084c0.7312,0.49647%201.49563,1.08231%202.27884,1.258c0.35564,0.07978%200.14721,-0.95518%200.35733,-1.86867c0.18092,-0.78651%200.98183,-1.2141%200.99983,-2.07867c0.02073,-0.99529%200.07916,-1.79945%200.42533,-2.56133c0.43607,-0.95973%200.53956,-1.66774%200.79617,-2.68183c0.18888,-0.74645%200.39764,-1.31168%200.7785,-2.6235c0.20865,-0.71867%200.41483,-1.48614%200.708,-2.28c0.15452,-0.41843%200.77356,-1.73138%201.348,-2.64133c0.30581,-0.48443%200.65045,-0.97043%201.0065,-1.4745c0.74776,-1.05863%201.1531,-1.60163%201.9375,-2.77084c0.40621,-0.60548%200.80272,-1.23513%201.2045,-1.8765c0.40757,-0.65062%200.81464,-1.31206%201.2315,-1.9755c0.41946,-0.66757%200.83374,-1.34258%201.73067,-2.648c0.44696,-0.65053%200.91436,-1.28356%201.386,-1.9095c0.46972,-0.6234%200.94725,-1.2364%201.422,-1.8465c0.94116,-1.20947%201.86168,-2.40844%202.30367,-3.0105c0.438,-0.59664%200.86246,-1.19396%201.27501,-1.7895c0.40743,-0.58816%200.80352,-1.17234%201.185,-1.7535c1.10526,-1.68381%201.44079,-2.23511%201.77633,-2.7705c0.32878,-0.52461%200.96306,-1.5459%201.27467,-2.04c0.60654,-0.96177%201.20782,-1.88193%201.51051,-2.325c0.59013,-0.86381%201.17888,-1.68032%201.46416,-2.075c0.5498,-0.76063%201.31747,-1.8231%201.77883,-2.4895c0.43918,-0.63437%200.85266,-1.25267%201.45717,-2.15717c0.59549,-0.891%200.96531,-1.46814%201.51466,-2.22933c0.58413,-0.80936%201.12566,-1.40253%201.83801,-2.12333c0.61304,-0.62031%200.45171,-1.48306%200.7045,-2.34733c0.25668,-0.87762%200.75447,-1.62502%201,-2.40983c0.25128,-0.8032%200.7633,-1.39453%201.33217,-2.25417c0.54528,-0.82398%200.73415,-1.6714%201.31516,-2.336c0.55639,-0.63644%201.38658,-1.22588%201.8595,-1.9c0.5082,-0.72441%200.78867,-1.4%201.60266,-1.56667l0.71184,-0.4905\'%3E%3C/path%3E%3C/svg%3E") left center no-repeat;\n}\n:host .papier .form-group .paper-switch-label,\n:host .papier .form-group .paper-switch-2-label {\n cursor: pointer;\n float: left;\n}\n:host .papier .form-group .paper-switch-label {\n margin: -6px 10px 0 0;\n}\n:host .papier .form-group .paper-switch-2-label {\n margin: 0 10px 0 0;\n}\n:host .papier .form-group .paper-switch,\n:host .papier .form-group .paper-switch-2 {\n display: block;\n float: left;\n margin: 0 10px 0 0;\n position: relative;\n}\n:host .papier .form-group .paper-switch input,\n:host .papier .form-group .paper-switch-2 input {\n height: 0;\n opacity: 0;\n width: 0;\n}\n:host .papier .form-group .paper-switch input:checked + .paper-switch-slider,\n:host .papier .form-group .paper-switch-2 input:checked + .paper-switch-slider {\n background-color: #41403e;\n background-color: var(--success-light);\n}\n:host .papier .form-group .paper-switch input:checked + .paper-switch-slider::before,\n:host .papier .form-group .paper-switch-2 input:checked + .paper-switch-slider::before {\n transform: translateX(26px);\n}\n:host .papier .form-group .paper-switch input:focus + .paper-switch-slider,\n:host .papier .form-group .paper-switch-2 input:focus + .paper-switch-slider {\n box-shadow: 0 0 3px #0b74d5;\n}\n:host .papier .form-group .paper-switch .paper-switch-slider,\n:host .papier .form-group .paper-switch-2 .paper-switch-slider {\n border-color: #41403e;\n border-color: var(--primary);\n border-bottom-left-radius: 15px 255px;\n border-bottom-right-radius: 225px 15px;\n border-style: solid;\n border-top-left-radius: 255px 15px;\n border-top-right-radius: 15px 225px;\n border-width: 2px;\n bottom: 0;\n cursor: pointer;\n left: 0;\n position: absolute;\n right: 0;\n top: 0;\n transition: 0.4s;\n}\n:host .papier .form-group .paper-switch .paper-switch-slider::before,\n:host .papier .form-group .paper-switch-2 .paper-switch-slider::before {\n background: #41403e;\n background: var(--secondary);\n border-bottom-left-radius: 15px 255px;\n border-bottom-right-radius: 225px 15px;\n border-top-left-radius: 255px 15px;\n border-top-right-radius: 15px 225px;\n content: "";\n left: 4px;\n position: absolute;\n transition: 0.4s;\n}\n:host .papier .form-group .paper-switch .paper-switch-slider.round,\n:host .papier .form-group .paper-switch-2 .paper-switch-slider.round {\n border-color: #41403e;\n border-color: var(--primary);\n border-bottom-left-radius: 0.7rem 1rem;\n border-bottom-right-radius: 1rem 0.9rem;\n border-style: solid;\n border-top-left-radius: 1rem 1rem;\n border-top-right-radius: 1rem 0.6rem;\n border-width: 2px;\n}\n:host .papier .form-group .paper-switch .paper-switch-slider.round::before,\n:host .papier .form-group .paper-switch-2 .paper-switch-slider.round::before {\n background: url("data:image/svg+xml,%3Csvg%20xmlns%3D\'http%3A//www.w3.org/2000/svg\'%20viewBox%3D\'0%200%20100%20100\'%3E%3Cpath%20fill%3D\'%230071de\'%20d%3D\'M49.346,46.341c-3.79-2.005,3.698-10.294,7.984-8.89%20c8.713,2.852,4.352,20.922-4.901,20.269c-4.684-0.33-12.616-7.405-14.38-11.818c-2.375-5.938,7.208-11.688,11.624-13.837%20c9.078-4.42,18.403-3.503,22.784,6.651c4.049,9.378,6.206,28.09-1.462,36.276c-7.091,7.567-24.673,2.277-32.357-1.079%20c-11.474-5.01-24.54-19.124-21.738-32.758c3.958-19.263,28.856-28.248,46.044-23.244c20.693,6.025,22.012,36.268,16.246,52.826%20c-5.267,15.118-17.03,26.26-33.603,21.938c-11.054-2.883-20.984-10.949-28.809-18.908C9.236,66.096,2.704,57.597,6.01,46.371%20c3.059-10.385,12.719-20.155,20.892-26.604C40.809,8.788,58.615,1.851,75.058,12.031c9.289,5.749,16.787,16.361,18.284,27.262%20c0.643,4.698,0.646,10.775-3.811,13.746\'%3E%3C/path%3E%3C/svg%3E") left center no-repeat;\n border-bottom-left-radius: 0.7rem 1rem;\n border-bottom-right-radius: 1rem 0.9rem;\n border-top-left-radius: 1rem 1rem;\n border-top-right-radius: 1rem 0.6rem;\n left: 4px;\n}\n:host .papier .form-group .paper-switch {\n height: 12px;\n width: 60px;\n}\n:host .papier .form-group .paper-switch .paper-switch-slider::before {\n bottom: -6px;\n height: 20px;\n width: 20px;\n}\n:host .papier .form-group .paper-switch .paper-switch-slider.round::before {\n bottom: -7px;\n height: 23px;\n width: 23px;\n}\n:host .papier .form-group .paper-switch-2 {\n height: 22px;\n width: 50px;\n}\n:host .papier .form-group .paper-switch-2 .paper-switch-slider::before {\n bottom: 2px;\n height: 14px;\n width: 14px;\n}\n:host .papier .form-group .paper-switch-2 .paper-switch-slider.round::before {\n bottom: 2px;\n height: 14px;\n width: 14px;\n}\n:host .papier .form-group .paper-switch-tile {\n cursor: pointer;\n display: block;\n float: left;\n height: 80px;\n margin: 40px 0 0 40px;\n perspective: 1000px;\n position: relative;\n transform: translate(-50%, -50%);\n transform-style: preserve-3d;\n width: 80px;\n}\n:host .papier .form-group .paper-switch-tile:hover .paper-switch-tile-card {\n box-shadow: 2px 8px 4px -5px rgba(0, 0, 0, 0.2);\n transform: rotateX(30deg);\n}\n:host .papier .form-group .paper-switch-tile:hover:checked + .paper-switch-tile-card {\n background-color: transparent;\n box-shadow: 0 10px 15px -15px rgba(0, 0, 0, 0.9);\n transform: rotateX(150deg);\n}\n:host .papier .form-group .paper-switch-tile input {\n display: none;\n}\n:host .papier .form-group .paper-switch-tile input:checked + .paper-switch-tile-card {\n transform: rotateX(180deg);\n}\n:host .papier .form-group .paper-switch-tile-card {\n background-color: transparent;\n border-color: transparent;\n height: 100%;\n position: relative;\n transform-style: preserve-3d;\n transition: all 600ms;\n width: 100%;\n}\n:host .papier .form-group .paper-switch-tile-card div {\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n box-shadow: 2px 8px 8px -5px rgba(0, 0, 0, 0.3);\n height: 100%;\n line-height: 70px;\n position: absolute;\n text-align: center;\n width: 100%;\n}\n:host .papier .form-group .paper-switch-tile-card .paper-switch-tile-card-back {\n transform: rotateX(180deg);\n}\n:host .papier .form-group input[type=range] {\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n border-width: 0;\n padding: 0;\n /* For Chromium */\n /* For Mozilla Firefox */\n /* For IE */\n}\n:host .papier .form-group input[type=range]::-webkit-slider-runnable-track {\n background: #41403e;\n background: var(--secondary);\n border-color: #41403e;\n border-color: var(--primary);\n border-radius: 18px;\n border-style: solid;\n border-width: 1px;\n box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;\n cursor: pointer;\n height: 8px;\n margin: 10px 0;\n width: 100%;\n}\n:host .papier .form-group input[type=range]::-webkit-slider-thumb {\n background: #41403e;\n background: var(--white);\n border-color: #41403e;\n border-color: var(--primary);\n -webkit-appearance: none;\n appearance: none;\n border-bottom-left-radius: 0.7rem 1rem;\n border-bottom-right-radius: 1rem 0.9rem;\n border-style: solid;\n border-top-left-radius: 1rem 1rem;\n border-top-right-radius: 1rem 0.6rem;\n border-width: 1px;\n box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;\n cursor: pointer;\n height: 36px;\n margin-top: -14px;\n width: 16px;\n}\n:host .papier .form-group input[type=range]::-moz-range-track {\n background: #41403e;\n background: var(--secondary);\n border-color: #41403e;\n border-color: var(--primary);\n border-radius: 18px;\n box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;\n cursor: pointer;\n height: 8px;\n width: 100%;\n}\n:host .papier .form-group input[type=range]::-moz-range-thumb {\n background: #41403e;\n background: var(--white);\n border-color: #41403e;\n border-color: var(--primary);\n border-bottom-left-radius: 0.7rem 1rem;\n border-bottom-right-radius: 1rem 0.9rem;\n border-style: solid;\n border-top-left-radius: 1rem 1rem;\n border-top-right-radius: 1rem 0.6rem;\n border-width: 1px;\n box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;\n cursor: pointer;\n height: 36px;\n width: 16px;\n}\n:host .papier .form-group input[type=range]::-ms-track {\n background: transparent;\n border-color: transparent;\n border-width: 16px 0;\n color: transparent;\n cursor: pointer;\n height: 8px;\n width: 100%;\n}\n:host .papier .form-group input[type=range]::-ms-fill-lower, :host .papier .form-group input[type=range]::-ms-fill-upper {\n background: #41403e;\n background: var(--secondary);\n border-color: #41403e;\n border-color: var(--primary);\n border-radius: 18px;\n border-style: solid;\n border-width: 1px;\n box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;\n}\n:host .papier .form-group input[type=range]::-ms-thumb {\n background: #41403e;\n background: var(--white);\n border-color: #41403e;\n border-color: var(--primary);\n border: 1px solid #41403e;\n border-bottom-left-radius: 0.7rem 1rem;\n border-bottom-right-radius: 1rem 0.9rem;\n border-style: solid;\n border-top-left-radius: 1rem 1rem;\n border-top-right-radius: 1rem 0.6rem;\n border-width: 1px;\n box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;\n cursor: pointer;\n height: 36px;\n width: 16px;\n}\n:host .papier fieldset.form-group {\n border: 0;\n padding: 0;\n}\n:host .papier .modal {\n transition: opacity 235ms ease-in-out 0s;\n background: rgba(0, 0, 0, 0.6);\n bottom: 0;\n flex: 1 1 auto;\n left: 0;\n opacity: 0;\n position: fixed;\n right: 0;\n text-align: left;\n top: 0;\n visibility: hidden;\n word-wrap: break-word;\n z-index: 200;\n}\n:host .papier .modal-bg {\n bottom: 0;\n cursor: pointer;\n left: 0;\n position: absolute;\n right: 0;\n top: 0;\n}\n:host .papier .modal .modal-body {\n color: #41403e;\n color: var(--primary);\n background: #41403e;\n background: var(--main-background);\n border-color: #41403e;\n border-color: var(--muted-light);\n transition: all 235ms ease-in-out 0s;\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n border: 2px solid;\n left: 50%;\n padding: 1.25rem;\n position: absolute;\n top: 0;\n transform: translate(-50%, -50%);\n}\n@media only screen and (max-width: 768px) {\n :host .papier .modal .modal-body {\n box-sizing: border-box;\n width: 90%;\n }\n}\n:host .papier .modal .btn-close {\n color: #41403e;\n color: var(--primary-light);\n transition: all 235ms ease-in-out 0s;\n cursor: pointer;\n font-size: 30px;\n height: 1.1rem;\n position: absolute;\n right: 1rem;\n text-decoration: none;\n top: 1rem;\n width: 1.1rem;\n}\n:host .papier .modal .btn-close:hover, :host .papier .modal .btn-close:active, :host .papier .modal .btn-close:focus {\n color: #41403e;\n color: var(--primary);\n}\n:host .papier .modal h4,\n:host .papier .modal .modal-title {\n margin-bottom: 0.5rem;\n margin-top: 0;\n}\n:host .papier .modal h5,\n:host .papier .modal .modal-subtitle {\n color: #41403e;\n color: var(--secondary);\n margin-bottom: 0.5rem;\n margin-top: 0;\n}\n:host .papier .modal p,\n:host .papier .modal .modal-text {\n margin-bottom: 1rem;\n margin-top: 0;\n}\n:host .papier .modal .modal-link + .modal-link,\n:host .papier .modal a + a {\n margin-left: 1.25rem;\n}\n:host .papier .modal .paper-btn {\n background: #41403e;\n background: var(--main-background);\n display: inline-block;\n text-decoration: none;\n}\n:host .papier .modal .modal-link,\n:host .papier .modal a {\n background-image: linear-gradient(5deg, transparent 65%, #0b74d5 80%, transparent 90%), linear-gradient(165deg, transparent 5%, #0b74d5 15%, transparent 25%), linear-gradient(165deg, transparent 45%, #0b74d5 55%, transparent 65%), linear-gradient(15deg, transparent 25%, #0b74d5 35%, transparent 50%);\n background-position: 0 90%;\n background-repeat: repeat-x;\n background-size: 4px 3px;\n cursor: pointer;\n text-decoration: none;\n}\n:host .papier .modal .modal-link:hover, :host .papier .modal .modal-link:focus, :host .papier .modal .modal-link:visited,\n:host .papier .modal a:hover,\n:host .papier .modal a:focus,\n:host .papier .modal a:visited {\n color: #41403e;\n color: var(--primary);\n text-decoration: none;\n}\n:host .papier .modal-state {\n display: none;\n}\n:host .papier .modal-state:checked + .modal {\n opacity: 1;\n visibility: visible;\n}\n:host .papier .modal-state:checked + .modal .modal-body {\n top: 50%;\n}\n:host .papier [popover-top],\n:host .papier [popover-right],\n:host .papier [popover-bottom],\n:host .papier [popover-left] {\n margin: 24px;\n position: relative;\n}\n:host .papier [popover-top]:hover::after,\n:host .papier [popover-right]:hover::after,\n:host .papier [popover-bottom]:hover::after,\n:host .papier [popover-left]:hover::after {\n opacity: 1;\n transition: opacity 235ms ease-in-out, visibility 0s linear;\n visibility: visible;\n}\n:host .papier [popover-top]::after,\n:host .papier [popover-right]::after,\n:host .papier [popover-bottom]::after,\n:host .papier [popover-left]::after {\n border-bottom-left-radius: 15px 255px;\n border-bottom-right-radius: 225px 15px;\n border-top-left-radius: 255px 15px;\n border-top-right-radius: 15px 225px;\n background-color: #41403e;\n background-color: var(--light-dark);\n border-color: #41403e;\n border-color: var(--light-dark);\n color: #41403e;\n color: var(--primary-inverse);\n border-style: solid;\n border-width: 2px;\n font-size: 0.7em;\n left: 50%;\n min-width: 80px;\n opacity: 0;\n padding: 4px 2px;\n position: absolute;\n text-align: center;\n top: -6px;\n transform: translateX(-50%) translateY(-100%);\n transition: opacity 235ms ease-in-out, visibility 0s linear 235ms;\n visibility: hidden;\n}\n:host .papier [popover-left]::before {\n left: 0;\n margin-left: -12px;\n top: 50%;\n transform: translateY(-50%) rotate(-90deg);\n}\n:host .papier [popover-left]::after {\n content: attr(popover-left);\n left: 0;\n margin-left: -8px;\n top: 50%;\n transform: translateX(-100%) translateY(-50%);\n}\n:host .papier [popover-right]::before {\n left: 100%;\n margin-left: 1px;\n top: 50%;\n transform: translatey(-50%) rotate(90deg);\n}\n:host .papier [popover-right]::after {\n content: attr(popover-right);\n left: 100%;\n margin-left: 8px;\n top: 50%;\n transform: translateX(0%) translateY(-50%);\n}\n:host .papier [popover-top]::before {\n left: 50%;\n}\n:host .papier [popover-top]::after {\n content: attr(popover-top);\n left: 50%;\n}\n:host .papier [popover-bottom]::before {\n margin-top: 8px;\n top: 100%;\n transform: translateX(-50%) translatey(-100%) rotate(-180deg);\n}\n:host .papier [popover-bottom]::after {\n content: attr(popover-bottom);\n margin-top: 8px;\n top: 100%;\n transform: translateX(-50%) translateY(0%);\n}\n:host .papier .progress {\n border-bottom-left-radius: 20px 115px;\n border-bottom-right-radius: 15px 105px;\n border-top-left-radius: 250px 15px;\n border-top-right-radius: 25px 80px;\n border-color: #41403e;\n border-color: var(--primary);\n border: 2px solid;\n box-shadow: 2px 8px 8px -5px rgba(0, 0, 0, 0.3);\n height: 1.2rem;\n overflow: hidden;\n width: 100%;\n}\n:host .papier .progress .bar {\n border-bottom-left-radius: 20px 115px;\n border-bottom-right-radius: 15px 105px;\n border-top-left-radius: 250px 15px;\n border-top-right-radius: 25px 80px;\n transition: all 235ms ease-in-out 0s;\n background-color: #41403e;\n background-color: var(--primary-light);\n border-color: #41403e;\n border-color: var(--primary);\n border-right: 2px solid;\n display: flex;\n flex-direction: column;\n font-size: 0.6rem;\n height: 100%;\n justify-content: center;\n text-align: center;\n width: 0%;\n}\n:host .papier .progress .bar.striped {\n background: repeating-linear-gradient(45deg, #cdcccb, #cdcccb 0.25rem, #b4b3b0 0.25rem, #b4b3b0 0.5rem);\n}\n:host .papier .progress .bar.primary {\n background-color: #41403e;\n background-color: var(--primary-light);\n}\n:host .papier .progress .bar.primary.striped {\n background: repeating-linear-gradient(45deg, #cdcccb, #cdcccb 0.25rem, #b4b3b0 0.25rem, #b4b3b0 0.5rem);\n}\n:host .papier .progress .bar.secondary {\n background-color: #41403e;\n background-color: var(--secondary-light);\n}\n:host .papier .progress .bar.secondary.striped {\n background: repeating-linear-gradient(45deg, #d8ebfd, #d8ebfd 0.25rem, #a7d3fa 0.25rem, #a7d3fa 0.5rem);\n}\n:host .papier .progress .bar.success {\n background-color: #41403e;\n background-color: var(--success-light);\n}\n:host .papier .progress .bar.success.striped {\n background: repeating-linear-gradient(45deg, #d5dfc8, #d5dfc8 0.25rem, #bccca8 0.25rem, #bccca8 0.5rem);\n}\n:host .papier .progress .bar.warning {\n background-color: #41403e;\n background-color: var(--warning-light);\n}\n:host .papier .progress .bar.warning.striped {\n background: repeating-linear-gradient(45deg, #f5f0c6, #f5f0c6 0.25rem, #ede49b 0.25rem, #ede49b 0.5rem);\n}\n:host .papier .progress .bar.danger {\n background-color: #41403e;\n background-color: var(--danger-light);\n}\n:host .papier .progress .bar.danger.striped {\n background: repeating-linear-gradient(45deg, #f0cbc9, #f0cbc9 0.25rem, #e6a5a1 0.25rem, #e6a5a1 0.5rem);\n}\n:host .papier .progress .bar.muted {\n background-color: #41403e;\n background-color: var(--muted-light);\n}\n:host .papier .progress .bar.muted.striped {\n background: repeating-linear-gradient(45deg, #e6e7e9, #e6e7e9 0.25rem, #caced1 0.25rem, #caced1 0.5rem);\n}\n:host .papier .progress .bar.w-0 {\n width: 0%;\n}\n:host .papier .progress .bar.w-1 {\n width: 1%;\n}\n:host .papier .progress .bar.w-2 {\n width: 2%;\n}\n:host .papier .progress .bar.w-3 {\n width: 3%;\n}\n:host .papier .progress .bar.w-4 {\n width: 4%;\n}\n:host .papier .progress .bar.w-5 {\n width: 5%;\n}\n:host .papier .progress .bar.w-6 {\n width: 6%;\n}\n:host .papier .progress .bar.w-7 {\n width: 7%;\n}\n:host .papier .progress .bar.w-8 {\n width: 8%;\n}\n:host .papier .progress .bar.w-9 {\n width: 9%;\n}\n:host .papier .progress .bar.w-10 {\n width: 10%;\n}\n:host .papier .progress .bar.w-11 {\n width: 11%;\n}\n:host .papier .progress .bar.w-12 {\n width: 12%;\n}\n:host .papier .progress .bar.w-13 {\n width: 13%;\n}\n:host .papier .progress .bar.w-14 {\n width: 14%;\n}\n:host .papier .progress .bar.w-15 {\n width: 15%;\n}\n:host .papier .progress .bar.w-16 {\n width: 16%;\n}\n:host .papier .progress .bar.w-17 {\n width: 17%;\n}\n:host .papier .progress .bar.w-18 {\n width: 18%;\n}\n:host .papier .progress .bar.w-19 {\n width: 19%;\n}\n:host .papier .progress .bar.w-20 {\n width: 20%;\n}\n:host .papier .progress .bar.w-21 {\n width: 21%;\n}\n:host .papier .progress .bar.w-22 {\n width: 22%;\n}\n:host .papier .progress .bar.w-23 {\n width: 23%;\n}\n:host .papier .progress .bar.w-24 {\n width: 24%;\n}\n:host .papier .progress .bar.w-25 {\n width: 25%;\n}\n:host .papier .progress .bar.w-26 {\n width: 26%;\n}\n:host .papier .progress .bar.w-27 {\n width: 27%;\n}\n:host .papier .progress .bar.w-28 {\n width: 28%;\n}\n:host .papier .progress .bar.w-29 {\n width: 29%;\n}\n:host .papier .progress .bar.w-30 {\n width: 30%;\n}\n:host .papier .progress .bar.w-31 {\n width: 31%;\n}\n:host .papier .progress .bar.w-32 {\n width: 32%;\n}\n:host .papier .progress .bar.w-33 {\n width: 33%;\n}\n:host .papier .progress .bar.w-34 {\n width: 34%;\n}\n:host .papier .progress .bar.w-35 {\n width: 35%;\n}\n:host .papier .progress .bar.w-36 {\n width: 36%;\n}\n:host .papier .progress .bar.w-37 {\n width: 37%;\n}\n:host .papier .progress .bar.w-38 {\n width: 38%;\n}\n:host .papier .progress .bar.w-39 {\n width: 39%;\n}\n:host .papier .progress .bar.w-40 {\n width: 40%;\n}\n:host .papier .progress .bar.w-41 {\n width: 41%;\n}\n:host .papier .progress .bar.w-42 {\n width: 42%;\n}\n:host .papier .progress .bar.w-43 {\n width: 43%;\n}\n:host .papier .progress .bar.w-44 {\n width: 44%;\n}\n:host .papier .progress .bar.w-45 {\n width: 45%;\n}\n:host .papier .progress .bar.w-46 {\n width: 46%;\n}\n:host .papier .progress .bar.w-47 {\n width: 47%;\n}\n:host .papier .progress .bar.w-48 {\n width: 48%;\n}\n:host .papier .progress .bar.w-49 {\n width: 49%;\n}\n:host .papier .progress .bar.w-50 {\n width: 50%;\n}\n:host .papier .progress .bar.w-51 {\n width: 51%;\n}\n:host .papier .progress .bar.w-52 {\n width: 52%;\n}\n:host .papier .progress .bar.w-53 {\n width: 53%;\n}\n:host .papier .progress .bar.w-54 {\n width: 54%;\n}\n:host .papier .progress .bar.w-55 {\n width: 55%;\n}\n:host .papier .progress .bar.w-56 {\n width: 56%;\n}\n:host .papier .progress .bar.w-57 {\n width: 57%;\n}\n:host .papier .progress .bar.w-58 {\n width: 58%;\n}\n:host .papier .progress .bar.w-59 {\n width: 59%;\n}\n:host .papier .progress .bar.w-60 {\n width: 60%;\n}\n:host .papier .progress .bar.w-61 {\n width: 61%;\n}\n:host .papier .progress .bar.w-62 {\n width: 62%;\n}\n:host .papier .progress .bar.w-63 {\n width: 63%;\n}\n:host .papier .progress .bar.w-64 {\n width: 64%;\n}\n:host .papier .progress .bar.w-65 {\n width: 65%;\n}\n:host .papier .progress .bar.w-66 {\n width: 66%;\n}\n:host .papier .progress .bar.w-67 {\n width: 67%;\n}\n:host .papier .progress .bar.w-68 {\n width: 68%;\n}\n:host .papier .progress .bar.w-69 {\n width: 69%;\n}\n:host .papier .progress .bar.w-70 {\n width: 70%;\n}\n:host .papier .progress .bar.w-71 {\n width: 71%;\n}\n:host .papier .progress .bar.w-72 {\n width: 72%;\n}\n:host .papier .progress .bar.w-73 {\n width: 73%;\n}\n:host .papier .progress .bar.w-74 {\n width: 74%;\n}\n:host .papier .progress .bar.w-75 {\n width: 75%;\n}\n:host .papier .progress .bar.w-76 {\n width: 76%;\n}\n:host .papier .progress .bar.w-77 {\n width: 77%;\n}\n:host .papier .progress .bar.w-78 {\n width: 78%;\n}\n:host .papier .progress .bar.w-79 {\n width: 79%;\n}\n:host .papier .progress .bar.w-80 {\n width: 80%;\n}\n:host .papier .progress .bar.w-81 {\n width: 81%;\n}\n:host .papier .progress .bar.w-82 {\n width: 82%;\n}\n:host .papier .progress .bar.w-83 {\n width: 83%;\n}\n:host .papier .progress .bar.w-84 {\n width: 84%;\n}\n:host .papier .progress .bar.w-85 {\n width: 85%;\n}\n:host .papier .progress .bar.w-86 {\n width: 86%;\n}\n:host .papier .progress .bar.w-87 {\n width: 87%;\n}\n:host .papier .progress .bar.w-88 {\n width: 88%;\n}\n:host .papier .progress .bar.w-89 {\n width: 89%;\n}\n:host .papier .progress .bar.w-90 {\n width: 90%;\n}\n:host .papier .progress .bar.w-91 {\n width: 91%;\n}\n:host .papier .progress .bar.w-92 {\n width: 92%;\n}\n:host .papier .progress .bar.w-93 {\n width: 93%;\n}\n:host .papier .progress .bar.w-94 {\n width: 94%;\n}\n:host .papier .progress .bar.w-95 {\n width: 95%;\n}\n:host .papier .progress .bar.w-96 {\n width: 96%;\n}\n:host .papier .progress .bar.w-97 {\n width: 97%;\n}\n:host .papier .progress .bar.w-98 {\n width: 98%;\n}\n:host .papier .progress .bar.w-99 {\n width: 99%;\n}\n:host .papier .progress .bar.w-100 {\n width: 100%;\n}\n:host .papier .progress .bar.w-0, :host .papier .progress .bar.w-100 {\n border-right: 0;\n}\n:host .papier .tabs .content {\n display: none;\n flex-basis: 100%;\n padding: 0.75rem 0 0;\n}\n:host .papier .tabs input {\n display: none;\n}\n:host .papier .tabs input:checked + label {\n color: #41403e;\n color: var(--primary);\n border-bottom-color: #41403e;\n border-bottom-color: var(--secondary);\n border-bottom-style: solid;\n border-bottom-width: 3px;\n}\n:host .papier .tabs input[id$=tab1]:checked ~ div[id$=content1] {\n display: block;\n}\n:host .papier .tabs input[id$=tab2]:checked ~ div[id$=content2] {\n display: block;\n}\n:host .papier .tabs input[id$=tab3]:checked ~ div[id$=content3] {\n display: block;\n}\n:host .papier .tabs input[id$=tab4]:checked ~ div[id$=content4] {\n display: block;\n}\n:host .papier .tabs input[id$=tab5]:checked ~ div[id$=content5] {\n display: block;\n}\n:host .papier .tabs label {\n color: #41403e;\n color: var(--primary-light);\n display: inline-block;\n font-weight: 600;\n margin: 0 0 -1px;\n padding: 0.75rem;\n text-align: center;\n}\n:host .papier .tabs label:hover {\n color: #41403e;\n color: var(--muted);\n cursor: pointer;\n}\n:host .papier .margin {\n margin: 1rem;\n}\n:host .papier .margin-top {\n margin-top: 1rem;\n}\n:host .papier .margin-top-large {\n margin-top: 2rem;\n}\n:host .papier .margin-top-small {\n margin-top: 0.5rem;\n}\n:host .papier .margin-top-none {\n margin-top: 0;\n}\n:host .papier .margin-right {\n margin-right: 1rem;\n}\n:host .papier .margin-right-large {\n margin-right: 2rem;\n}\n:host .papier .margin-right-small {\n margin-right: 0.5rem;\n}\n:host .papier .margin-right-none {\n margin-right: 0;\n}\n:host .papier .margin-bottom {\n margin-bottom: 1rem;\n}\n:host .papier .margin-bottom-large {\n margin-bottom: 2rem;\n}\n:host .papier .margin-bottom-small {\n margin-bottom: 0.5rem;\n}\n:host .papier .margin-bottom-none {\n margin-bottom: 0;\n}\n:host .papier .margin-left {\n margin-left: 1rem;\n}\n:host .papier .margin-left-large {\n margin-left: 2rem;\n}\n:host .papier .margin-left-small {\n margin-left: 0.5rem;\n}\n:host .papier .margin-left-none {\n margin-left: 0;\n}\n:host .papier .margin-large {\n margin: 2rem;\n}\n:host .papier .margin-small {\n margin: 0.5rem;\n}\n:host .papier .margin-none {\n margin: 0;\n}\n:host .papier .padding {\n padding: 1rem;\n}\n:host .papier .padding-top {\n padding-top: 1rem;\n}\n:host .papier .padding-top-large {\n padding-top: 2rem;\n}\n:host .papier .padding-top-small {\n padding-top: 0.5rem;\n}\n:host .papier .padding-top-none {\n padding-top: 0;\n}\n:host .papier .padding-right {\n padding-right: 1rem;\n}\n:host .papier .padding-right-large {\n padding-right: 2rem;\n}\n:host .papier .padding-right-small {\n padding-right: 0.5rem;\n}\n:host .papier .padding-right-none {\n padding-right: 0;\n}\n:host .papier .padding-bottom {\n padding-bottom: 1rem;\n}\n:host .papier .padding-bottom-large {\n padding-bottom: 2rem;\n}\n:host .papier .padding-bottom-small {\n padding-bottom: 0.5rem;\n}\n:host .papier .padding-bottom-none {\n padding-bottom: 0;\n}\n:host .papier .padding-left {\n padding-left: 1rem;\n}\n:host .papier .padding-left-large {\n padding-left: 2rem;\n}\n:host .papier .padding-left-small {\n padding-left: 0.5rem;\n}\n:host .papier .padding-left-none {\n padding-left: 0;\n}\n:host .papier .padding-large {\n padding: 2rem;\n}\n:host .papier .padding-small {\n padding: 0.5rem;\n}\n:host .papier .padding-none {\n padding: 0;\n}\n:host .papier nav {\n background-color: #41403e;\n background-color: var(--main-background);\n display: flex;\n padding: 0.3rem;\n position: relative;\n width: 100%;\n z-index: 100;\n}\n@media only screen and (max-width: 768px) {\n :host .papier nav {\n display: block;\n }\n}\n:host .papier nav .bar1,\n:host .papier nav .bar2,\n:host .papier nav .bar3 {\n background-color: #41403e;\n background-color: var(--primary);\n border-color: #41403e;\n border-color: var(--primary);\n color: #41403e;\n color: var(--primary);\n border-bottom-left-radius: 15px 5px;\n border-bottom-right-radius: 15px 3px;\n border-bottom-style: solid;\n border-bottom-width: 5px;\n margin: 6px 0;\n transition: 0.4s;\n width: 2rem;\n}\n:host .papier nav .collapsible input[id^=collapsible]:checked + button .bar1,\n:host .papier nav .collapsible input[id^=collapsible]:checked + label .bar1 {\n transform: rotate(-45deg) translate(-9px, 7px);\n}\n:host .papier nav .collapsible input[id^=collapsible]:checked + button .bar2,\n:host .papier nav .collapsible input[id^=collapsible]:checked + label .bar2 {\n opacity: 0;\n}\n:host .papier nav .collapsible input[id^=collapsible]:checked + button .bar3,\n:host .papier nav .collapsible input[id^=collapsible]:checked + label .bar3 {\n transform: rotate(45deg) translate(-8px, -9px);\n}\n:host .papier nav.split-nav {\n justify-content: space-between;\n}\n:host .papier nav.fixed {\n left: 0;\n position: fixed;\n right: 0;\n top: 0;\n}\n:host .papier nav div {\n margin: 0 1rem;\n}\n:host .papier nav ul.inline {\n margin-bottom: 0;\n margin-top: 10px;\n padding: 0;\n}\n:host .papier nav ul.inline li {\n display: inline-block;\n margin: 0 0.5rem;\n}\n@media only screen and (max-width: 768px) {\n :host .papier nav ul.inline li {\n display: block;\n margin: 1rem 0;\n }\n}\n:host .papier nav a {\n color: #41403e;\n color: var(--primary);\n border-bottom-color: #41403e;\n border-bottom-color: var(--primary);\n background-image: none;\n border-bottom-left-radius: 15px 3px;\n border-bottom-right-radius: 15px 5px;\n border-bottom-style: solid;\n border-bottom-width: 5px;\n padding-bottom: 0.1rem;\n}\n:host .papier nav a:hover {\n border-color: #41403e;\n border-color: var(--primary-light);\n border-bottom-style: solid;\n border-bottom-width: 5px;\n}\n:host .papier nav ul.inline li a {\n font-size: 1.3rem;\n}\n:host .papier nav ul.inline li::before {\n content: "";\n}\n@media only screen and (max-width: 992px) {\n :host .papier nav ul {\n text-align: center;\n }\n}\n:host .papier nav .nav-brand h1,\n:host .papier nav .nav-brand h2,\n:host .papier nav .nav-brand h3,\n:host .papier nav .nav-brand h4,\n:host .papier nav .nav-brand h5,\n:host .papier nav .nav-brand h6 {\n margin: 0;\n margin-bottom: 0.2rem;\n}\n@media only screen and (max-width: 768px) {\n :host .papier nav .collapsible {\n width: 100%;\n }\n}\n:host .papier nav .collapsible input[id^=collapsible]:checked ~ div.collapsible-body {\n margin: 0;\n max-height: 960px;\n opacity: 1;\n padding: 0;\n}\n:host .papier nav .collapsible:nth-of-type(1),\n:host .papier nav .collapsible .collapsible-body {\n border: 0;\n}\n@media only screen and (min-width: 769px) {\n :host .papier nav .collapsible:nth-of-type(1),\n :host .papier nav .collapsible .collapsible-body {\n display: contents;\n }\n}\n:host .papier nav div.collapsible-body {\n padding: none;\n}\n:host .papier nav .collapsible label {\n border-color: #41403e;\n border-color: var(--primary);\n border-bottom-left-radius: 15px 255px;\n border-bottom-right-radius: 225px 15px;\n border-style: solid;\n border-top-left-radius: 255px 15px;\n border-top-right-radius: 15px 225px;\n border-width: 2px;\n}\n:host .papier nav .collapsible > button {\n border: 0;\n}\n:host .papier nav .collapsible > button,\n:host .papier nav .collapsible > label {\n background-color: #41403e;\n background-color: var(--main-background);\n display: none;\n font-size: 0.5rem;\n margin-right: 1rem;\n padding: 0.25rem;\n position: absolute;\n right: 0;\n top: 0.2rem;\n}\n@media only screen and (max-width: 768px) {\n :host .papier nav .collapsible > button,\n :host .papier nav .collapsible > label {\n display: block;\n }\n}\n:host .papier.is--dark {\n --primary: #fff;\n --secondary: #5595ce;\n --success: #70c272;\n --warning: #d4c252;\n --danger: #df4c57;\n --muted: #868e96;\n --primary-light: white;\n --secondary-light: #69a1d4;\n --success-light: #82ca84;\n --warning-light: #d9c966;\n --danger-light: #e3626b;\n --muted-light: #949ba2;\n --primary-dark: gray;\n --secondary-dark: #1f476b;\n --success-dark: #265927;\n --warning-dark: #71651c;\n --danger-dark: #7c161e;\n --muted-dark: #313538;\n --primary-light-10: white;\n --secondary-light-10: #7daed9;\n --success-light-10: #94d195;\n --warning-light-10: #ded07b;\n --danger-light-10: #e77780;\n --muted-light-10: #a1a8ae;\n --primary-dark-10: #e6e6e6;\n --secondary-dark-10: #367cba;\n --success-dark-10: #4cb34f;\n --warning-dark-10: #c3ae30;\n --danger-dark-10: #d22633;\n --muted-dark-10: #6c757d;\n --primary-shaded-50: #343332;\n --primary-shaded-70: #2f2e2d;\n --white-dark: rgba(255, 255, 255, 0.03);\n --white-dark-light-80: rgba(255, 255, 255, 0.03);\n --light-dark: rgba(255, 255, 255, 0.7);\n --white: white;\n --main-background: #41403e;\n --main-background-light: #c1c0bd;\n --black: black;\n --primary-text: #41403e;\n --secondary-text: #1f476b;\n --success-text: #265927;\n --warning-text: #71651c;\n --danger-text: #7c161e;\n --muted-text: #949ba2;\n --shadow-color-regular: rgba(0, 0, 0, 0.2);\n --shadow-color-hover: rgba(0, 0, 0, 0.3);\n --primary-inverse: #41403e;\n}\n:host .papier:not(.is--dark) {\n --primary: #41403e;\n --secondary: #0b74d5;\n --success: #86a361;\n --warning: #ddcd45;\n --danger: #a7342d;\n --muted: #868e96;\n --primary-light: #cdcccb;\n --secondary-light: #d8ebfd;\n --success-light: #d5dfc8;\n --warning-light: #f5f0c6;\n --danger-light: #f0cbc9;\n --muted-light: #e6e7e9;\n --primary-dark: black;\n --secondary-dark: black;\n --success-dark: #374427;\n --warning-dark: #746a15;\n --danger-dark: black;\n --muted-dark: #313538;\n --primary-light-10: #5b5a57;\n --secondary-light-10: #208ef3;\n --success-light-10: #9fb681;\n --warning-light-10: #e5d970;\n --danger-light-10: #cb453c;\n --muted-light-10: #a1a8ae;\n --primary-dark-10: #272625;\n --secondary-dark-10: #085aa5;\n --success-dark-10: #4a5a35;\n --warning-dark-10: #746a15;\n --danger-dark-10: #7f2722;\n --muted-dark-10: #6c757d;\n --primary-shaded-50: #c1c0bd;\n --primary-shaded-70: #f2f2f2;\n --white-dark: rgba(0, 0, 0, 0.03);\n --white-dark-light-80: rgba(204, 204, 204, 0.03);\n --light-dark: rgba(0, 0, 0, 0.7);\n --white: white;\n --main-background: white;\n --main-background-light: white;\n --black: black;\n --primary-text: #272625;\n --secondary-text: #085aa5;\n --success-text: #4a5a35;\n --warning-text: #746a15;\n --danger-text: #7f2722;\n --muted-text: #6c757d;\n --shadow-color-regular: rgba(0, 0, 0, 0.2);\n --shadow-color-hover: rgba(0, 0, 0, 0.3);\n --primary-inverse: #fff;\n}\n:host .papier.is--block {\n display: block;\n}\n:host .papier:not(.is--block) {\n display: inline-block;\n}\n:host .dropdown-item {\n width: 100%;\n background: white;\n height: 27px;\n}\n:host .dropdown-item.is--dark {\n background: #41403e;\n}\n:host .dropdown-item:hover {\n cursor: pointer;\n}\n:host .dropdown-item:hover .border {\n cursor: pointer;\n}\n:host .dropdown-item .border {\n height: 27px;\n padding-left: 10px;\n box-sizing: border-box;\n border-top: none;\n}\n:host .dropdown {\n position: relative;\n height: 27px;\n}\n:host .dropdown.is--dark {\n color: white;\n}\n:host .dropdown.is--dark .dropdown__header, :host .dropdown.is--dark .dropdown__children {\n background: #41403e;\n}\n:host .dropdown__header {\n display: flex;\n align-items: center;\n justify-content: space-between;\n padding-left: 10px;\n padding-right: 10px;\n cursor: pointer;\n position: relative;\n z-index: 20;\n}\n:host .dropdown__children {\n position: absolute;\n z-index: 10;\n top: 31px;\n left: 0;\n width: 100%;\n max-height: 200px;\n display: grid;\n grid-auto-rows: 27px;\n max-height: 135px;\n overflow-y: auto;\n background: white;\n}\n:host .dropdown .for--icon {\n position: relative;\n top: 2px;\n transition: all 0.3s linear;\n transform: rotate(0deg);\n}\n:host .dropdown:not(.is--open) .dropdown__children {\n display: none;\n}\n:host .dropdown.is--open .dropdown__children {\n display: grid;\n}\n:host .dropdown.is--open .for--icon {\n transform: rotate(180deg);\n top: -3px;\n}\n:host .dropdown:not(.is--block) {\n display: inline-block;\n min-width: 200px;\n}\n:host .dropdown.is--block {\n display: block;\n width: 100%;\n box-sizing: border-box;\n}';const s=l;const c=class{constructor(r){n(this,r);this.selectEvent=e(this,"select",7);this.dark=false;this.open=false}getParentClass(){let n="papier dropdown";if(this.dark){n=`${n} is--dark`}if(this.open){n=`${n} is--open`}return n}detectOutsideClick(n){if(this.el.contains(n.target)){return}this.open=false}componentDidLoad(){const n=Array.from(this.el.getElementsByTagName("p-dropdown-item"));for(const e of n){if(this.dark){e.setAttribute("dark","true")}e.addEventListener("change",(n=>{this.selectEvent.emit(n.detail);this.open=!this.open}))}}selectValue(n){this.selectEvent.emit(n)}getSelectedValue(){const n=this.el.getElementsByTagName("p-dropdown-item");const e=Array.from(n);const r=e.find((n=>{const e=n.getAttribute("selected");return e==="true"||e===""}));return(r===null||r===void 0?void 0:r.innerText)||this.placeholder||""}render(){const n=this.getSelectedValue();const e=p.icons["chevron-down"].toSvg();return r("div",{key:"9f7c66a6e8ef3f1a050364e6b6cc1da192b86f73",class:this.getParentClass()},r("div",{key:"9782c6a363e58d6c3b18ccc6d33c9493ab01b6a6",class:"dropdown__header border border-primary",onClick:()=>{this.open=!this.open}},r("span",{key:"4b2953444c789ed80dc4cb414aef552c3b3c1dd5"},n),r("span",{key:"e41e42ae315100c022a7b49c290e7c4e9f030468",class:"for--icon",innerHTML:e})),r("div",{key:"82d2dd647027e24bcf858a7488f017db6b3e5657",class:"dropdown__children"},r("slot",{key:"8227a8fc7c135db8f14f961038073f225849cfad"})))}get el(){return o(this)}};c.style=s;export{c as p_dropdown};
|
|
331
|
-
//# sourceMappingURL=p-704b216f.entry.js.map
|