diff --git a/README.md b/README.md index 79ec8ee..7adc45f 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,12 @@ _High Quality web friendly icons_ -'Boxicons' is a carefully designed open source iconset with 400+ icons. It's crafted to look enrich your website/app experience. +'Boxicons' is a carefully designed open source iconset with 700+ icons. It's crafted to look enrich your website/app experience. -_Announcing Boxicons v1.1.0!_ +_Announcing Boxicons v1.5.0!_ -14 more icons have been added to the list, and some pre built CSS classes to perform various functions like, rotate, animate and add border to the icons. -- A few bug fixes on the existing icons has been to make it pixel perfect. +Solid icons have been added with a seperate logos category You can check out the detailed documentation [here](https://boxicons.com/get-started) @@ -45,67 +44,25 @@ Instead of installing you may use the remote version ```html + href="https://cdn.jsdelivr.net/npm/boxicons@1.5.0/css/boxicons.min.css"> + href="https://unpkg.com/boxicons@1.5.0/css/boxicons.min.css"> ``` -2. To use an icon on your page, add a class 'bx' and seperate class with the icons name with a prefix 'bx-': +2. To use an icon on your page, add a class 'bx' and seperate class with the icons name with a prefix 'bx-' for regular icons , 'bxs-' for solid icons and 'bxl-' for logos: ```html + + ``` [Check out all the icons here!](https://boxicons.com) -### Using via Web Component - -Boxicons includes a Custom Element that makes using icons easy and efficient. To use it, add the `box-icon-element.js` file to the page: - -```html - -``` - -To use an icon, add the `` element to the location where the icon should be displayed: - -```html - -``` - -The `` custom element supports the following attributes: - -```html - -``` - -- `name` : (REQUIRED) the name of the icon to be displayed -- `color`: A color for the icon. -- `size`: The size for the icon. It supports one of two types of values: - - One of the followign shortcuts: `xs`, `sm`, `md`, `lg` - - A css unit size (ex. `60px`) -- `rotate`: one of the following values: `90`, `180`, `270` -- `flip`: one of the following values: `horizontal`, `vertical` -- `shape`: one of the following values: `square`, `circle` -- `animation`: One of the following values: `spin`, `tada`, `flashing`, `burst`, `fade-left`, `fade-right`, `spin-hover`, `tada-hover`, `flashing-hover`, `burst-hover`, `fade-left-hover`, `fade-right-hover` - -The Custom Element class (`BoxIconElemnet`) exposes the following static members: - -- `tagName`: property that holds the HTML element tag name. Default: `box-icon` -- `defined([tagName])`: Defines the Element in the custom element registry using either the tagName provided on input or the (default) the one defined on the Class. -- `cdnUrl`: property that holds the URL that will be used to retrieve the images. URL should point to the folder that contains the images. example: `//unpkg.com/boxicons@1.1.1/svg` (no trailing forward slash) -- `getIconSvg(iconName)`: method used to retrieve the SVG image. Should return a Promise that resolves with the SVG source (String). ## License diff --git a/dev.box-icon-element.html b/dev.box-icon-element.html index d2ae04f..5f886c4 100644 --- a/dev.box-icon-element.html +++ b/dev.box-icon-element.html @@ -76,7 +76,7 @@ - + + diff --git a/package-lock.json b/package-lock.json index e3e14aa..571efa1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "integrity": "sha1-63d99gEXI6OxTopywIBcjoZ0a9I=", "dev": true, "requires": { - "mime-types": "2.1.18", + "mime-types": "~2.1.18", "negotiator": "0.6.1" } }, @@ -26,7 +26,7 @@ "integrity": "sha1-x1K9IQvvZ5UBtsbLf8hPj0cVjMQ=", "dev": true, "requires": { - "acorn": "4.0.13" + "acorn": "^4.0.3" }, "dependencies": { "acorn": { @@ -43,7 +43,7 @@ "integrity": "sha1-r9+UiPsezvyDSPb7IvRk4ypYs2s=", "dev": true, "requires": { - "acorn": "3.3.0" + "acorn": "^3.0.4" }, "dependencies": { "acorn": { @@ -60,8 +60,8 @@ "integrity": "sha1-gv+wKynmYq5TvcIK8VlHcGc5xTY=", "dev": true, "requires": { - "co": "4.6.0", - "json-stable-stringify": "1.0.1" + "co": "^4.6.0", + "json-stable-stringify": "^1.0.1" } }, "ajv-keywords": { @@ -76,9 +76,9 @@ "integrity": "sha1-DNkKVhCT810KmSVsIrcGlDP60Rc=", "dev": true, "requires": { - "kind-of": "3.2.2", - "longest": "1.0.1", - "repeat-string": "1.6.1" + "kind-of": "^3.0.2", + "longest": "^1.0.1", + "repeat-string": "^1.5.2" } }, "alphanum-sort": { @@ -117,8 +117,8 @@ "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", "dev": true, "requires": { - "micromatch": "3.1.10", - "normalize-path": "2.1.1" + "micromatch": "^3.1.4", + "normalize-path": "^2.1.1" } }, "argparse": { @@ -127,7 +127,7 @@ "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", "dev": true, "requires": { - "sprintf-js": "1.0.3" + "sprintf-js": "~1.0.2" } }, "aria-query": { @@ -175,8 +175,8 @@ "integrity": "sha1-GEtI9i2S10UrsxsyMWXH+L0CJm0=", "dev": true, "requires": { - "define-properties": "1.1.2", - "es-abstract": "1.12.0" + "define-properties": "^1.1.2", + "es-abstract": "^1.7.0" } }, "array-union": { @@ -185,7 +185,7 @@ "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", "dev": true, "requires": { - "array-uniq": "1.0.3" + "array-uniq": "^1.0.1" } }, "array-uniq": { @@ -206,8 +206,8 @@ "integrity": "sha1-VWpcU2LAhkgyPdrrnenRS8GGTJA=", "dev": true, "requires": { - "define-properties": "1.1.2", - "es-abstract": "1.12.0" + "define-properties": "^1.1.2", + "es-abstract": "^1.7.0" } }, "arrify": { @@ -227,9 +227,9 @@ "integrity": "sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw==", "dev": true, "requires": { - "bn.js": "4.11.8", - "inherits": "2.0.3", - "minimalistic-assert": "1.0.1" + "bn.js": "^4.0.0", + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0" } }, "assert": { @@ -276,7 +276,7 @@ "integrity": "sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ==", "dev": true, "requires": { - "lodash": "4.17.10" + "lodash": "^4.17.10" } }, "async-each": { @@ -297,12 +297,12 @@ "integrity": "sha1-Hb0cg1ZY41zj+ZhAmdsAWFx4IBQ=", "dev": true, "requires": { - "browserslist": "1.7.7", - "caniuse-db": "1.0.30000861", - "normalize-range": "0.1.2", - "num2fraction": "1.2.2", - "postcss": "5.2.18", - "postcss-value-parser": "3.3.0" + "browserslist": "^1.7.6", + "caniuse-db": "^1.0.30000634", + "normalize-range": "^0.1.2", + "num2fraction": "^1.2.2", + "postcss": "^5.2.16", + "postcss-value-parser": "^3.2.3" }, "dependencies": { "browserslist": { @@ -311,8 +311,8 @@ "integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=", "dev": true, "requires": { - "caniuse-db": "1.0.30000861", - "electron-to-chromium": "1.3.48" + "caniuse-db": "^1.0.30000639", + "electron-to-chromium": "^1.2.7" } } } @@ -323,9 +323,9 @@ "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=", "dev": true, "requires": { - "chalk": "1.1.3", - "esutils": "2.0.2", - "js-tokens": "3.0.2" + "chalk": "^1.1.3", + "esutils": "^2.0.2", + "js-tokens": "^3.0.2" } }, "babel-core": { @@ -334,25 +334,25 @@ "integrity": "sha512-6jyFLuDmeidKmUEb3NM+/yawG0M2bDZ9Z1qbZP59cyHLz8kYGKYwpJP0UwUKKUiTRNvxfLesJnTedqczP7cTDA==", "dev": true, "requires": { - "babel-code-frame": "6.26.0", - "babel-generator": "6.26.1", - "babel-helpers": "6.24.1", - "babel-messages": "6.23.0", - "babel-register": "6.26.0", - "babel-runtime": "6.26.0", - "babel-template": "6.26.0", - "babel-traverse": "6.26.0", - "babel-types": "6.26.0", - "babylon": "6.18.0", - "convert-source-map": "1.5.1", - "debug": "2.6.9", - "json5": "0.5.1", - "lodash": "4.17.10", - "minimatch": "3.0.4", - "path-is-absolute": "1.0.1", - "private": "0.1.8", - "slash": "1.0.0", - "source-map": "0.5.7" + "babel-code-frame": "^6.26.0", + "babel-generator": "^6.26.0", + "babel-helpers": "^6.24.1", + "babel-messages": "^6.23.0", + "babel-register": "^6.26.0", + "babel-runtime": "^6.26.0", + "babel-template": "^6.26.0", + "babel-traverse": "^6.26.0", + "babel-types": "^6.26.0", + "babylon": "^6.18.0", + "convert-source-map": "^1.5.1", + "debug": "^2.6.9", + "json5": "^0.5.1", + "lodash": "^4.17.4", + "minimatch": "^3.0.4", + "path-is-absolute": "^1.0.1", + "private": "^0.1.8", + "slash": "^1.0.0", + "source-map": "^0.5.7" } }, "babel-eslint": { @@ -361,10 +361,10 @@ "integrity": "sha1-sv4tgBJkcPXBlELcdXJTqJdxCCc=", "dev": true, "requires": { - "babel-code-frame": "6.26.0", - "babel-traverse": "6.26.0", - "babel-types": "6.26.0", - "babylon": "6.18.0" + "babel-code-frame": "^6.22.0", + "babel-traverse": "^6.23.1", + "babel-types": "^6.23.0", + "babylon": "^6.17.0" } }, "babel-generator": { @@ -373,14 +373,14 @@ "integrity": "sha512-HyfwY6ApZj7BYTcJURpM5tznulaBvyio7/0d4zFOeMPUmfxkCjHocCuoLa2SAGzBI8AREcH3eP3758F672DppA==", "dev": true, "requires": { - "babel-messages": "6.23.0", - "babel-runtime": "6.26.0", - "babel-types": "6.26.0", - "detect-indent": "4.0.0", - "jsesc": "1.3.0", - "lodash": "4.17.10", - "source-map": "0.5.7", - "trim-right": "1.0.1" + "babel-messages": "^6.23.0", + "babel-runtime": "^6.26.0", + "babel-types": "^6.26.0", + "detect-indent": "^4.0.0", + "jsesc": "^1.3.0", + "lodash": "^4.17.4", + "source-map": "^0.5.7", + "trim-right": "^1.0.1" } }, "babel-helper-bindify-decorators": { @@ -389,9 +389,9 @@ "integrity": "sha1-FMGeXxQte0fxmlJDHlKxzLxAozA=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-traverse": "6.26.0", - "babel-types": "6.26.0" + "babel-runtime": "^6.22.0", + "babel-traverse": "^6.24.1", + "babel-types": "^6.24.1" } }, "babel-helper-builder-binary-assignment-operator-visitor": { @@ -400,9 +400,9 @@ "integrity": "sha1-zORReto1b0IgvK6KAsKzRvmlZmQ=", "dev": true, "requires": { - "babel-helper-explode-assignable-expression": "6.24.1", - "babel-runtime": "6.26.0", - "babel-types": "6.26.0" + "babel-helper-explode-assignable-expression": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" } }, "babel-helper-builder-react-jsx": { @@ -411,9 +411,9 @@ "integrity": "sha1-Of+DE7dci2Xc7/HzHTg+D/KkCKA=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-types": "6.26.0", - "esutils": "2.0.2" + "babel-runtime": "^6.26.0", + "babel-types": "^6.26.0", + "esutils": "^2.0.2" } }, "babel-helper-call-delegate": { @@ -422,10 +422,10 @@ "integrity": "sha1-7Oaqzdx25Bw0YfiL/Fdb0Nqi340=", "dev": true, "requires": { - "babel-helper-hoist-variables": "6.24.1", - "babel-runtime": "6.26.0", - "babel-traverse": "6.26.0", - "babel-types": "6.26.0" + "babel-helper-hoist-variables": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-traverse": "^6.24.1", + "babel-types": "^6.24.1" } }, "babel-helper-define-map": { @@ -434,10 +434,10 @@ "integrity": "sha1-pfVtq0GiX5fstJjH66ypgZ+Vvl8=", "dev": true, "requires": { - "babel-helper-function-name": "6.24.1", - "babel-runtime": "6.26.0", - "babel-types": "6.26.0", - "lodash": "4.17.10" + "babel-helper-function-name": "^6.24.1", + "babel-runtime": "^6.26.0", + "babel-types": "^6.26.0", + "lodash": "^4.17.4" } }, "babel-helper-explode-assignable-expression": { @@ -446,9 +446,9 @@ "integrity": "sha1-8luCz33BBDPFX3BZLVdGQArCLKo=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-traverse": "6.26.0", - "babel-types": "6.26.0" + "babel-runtime": "^6.22.0", + "babel-traverse": "^6.24.1", + "babel-types": "^6.24.1" } }, "babel-helper-explode-class": { @@ -457,10 +457,10 @@ "integrity": "sha1-fcKjkQ3uAHBW4eMdZAztPVTqqes=", "dev": true, "requires": { - "babel-helper-bindify-decorators": "6.24.1", - "babel-runtime": "6.26.0", - "babel-traverse": "6.26.0", - "babel-types": "6.26.0" + "babel-helper-bindify-decorators": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-traverse": "^6.24.1", + "babel-types": "^6.24.1" } }, "babel-helper-function-name": { @@ -469,11 +469,11 @@ "integrity": "sha1-00dbjAPtmCQqJbSDUasYOZ01gKk=", "dev": true, "requires": { - "babel-helper-get-function-arity": "6.24.1", - "babel-runtime": "6.26.0", - "babel-template": "6.26.0", - "babel-traverse": "6.26.0", - "babel-types": "6.26.0" + "babel-helper-get-function-arity": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1", + "babel-traverse": "^6.24.1", + "babel-types": "^6.24.1" } }, "babel-helper-get-function-arity": { @@ -482,8 +482,8 @@ "integrity": "sha1-j3eCqpNAfEHTqlCQj4mwMbG2hT0=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-types": "6.26.0" + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" } }, "babel-helper-hoist-variables": { @@ -492,8 +492,8 @@ "integrity": "sha1-HssnaJydJVE+rbyZFKc/VAi+enY=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-types": "6.26.0" + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" } }, "babel-helper-optimise-call-expression": { @@ -502,8 +502,8 @@ "integrity": "sha1-96E0J7qfc/j0+pk8VKl4gtEkQlc=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-types": "6.26.0" + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" } }, "babel-helper-regex": { @@ -512,9 +512,9 @@ "integrity": "sha1-MlxZ+QL4LyS3T6zu0DY5VPZJXnI=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-types": "6.26.0", - "lodash": "4.17.10" + "babel-runtime": "^6.26.0", + "babel-types": "^6.26.0", + "lodash": "^4.17.4" } }, "babel-helper-remap-async-to-generator": { @@ -523,11 +523,11 @@ "integrity": "sha1-XsWBgnrXI/7N04HxySg5BnbkVRs=", "dev": true, "requires": { - "babel-helper-function-name": "6.24.1", - "babel-runtime": "6.26.0", - "babel-template": "6.26.0", - "babel-traverse": "6.26.0", - "babel-types": "6.26.0" + "babel-helper-function-name": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1", + "babel-traverse": "^6.24.1", + "babel-types": "^6.24.1" } }, "babel-helper-replace-supers": { @@ -536,12 +536,12 @@ "integrity": "sha1-v22/5Dk40XNpohPKiov3S2qQqxo=", "dev": true, "requires": { - "babel-helper-optimise-call-expression": "6.24.1", - "babel-messages": "6.23.0", - "babel-runtime": "6.26.0", - "babel-template": "6.26.0", - "babel-traverse": "6.26.0", - "babel-types": "6.26.0" + "babel-helper-optimise-call-expression": "^6.24.1", + "babel-messages": "^6.23.0", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1", + "babel-traverse": "^6.24.1", + "babel-types": "^6.24.1" } }, "babel-helpers": { @@ -550,8 +550,8 @@ "integrity": "sha1-NHHenK7DiOXIUOWX5Yom3fN2ArI=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-template": "6.26.0" + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1" } }, "babel-loader": { @@ -560,9 +560,9 @@ "integrity": "sha512-/hbyEvPzBJuGpk9o80R0ZyTej6heEOr59GoEUtn8qFKbnx4cJm9FWES6J/iv644sYgrtVw9JJQkjaLW/bqb5gw==", "dev": true, "requires": { - "find-cache-dir": "1.0.0", - "loader-utils": "1.1.0", - "mkdirp": "0.5.1" + "find-cache-dir": "^1.0.0", + "loader-utils": "^1.0.2", + "mkdirp": "^0.5.1" } }, "babel-messages": { @@ -571,7 +571,7 @@ "integrity": "sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=", "dev": true, "requires": { - "babel-runtime": "6.26.0" + "babel-runtime": "^6.22.0" } }, "babel-plugin-check-es2015-constants": { @@ -580,7 +580,7 @@ "integrity": "sha1-NRV7EBQm/S/9PaP3XH0ekYNbv4o=", "dev": true, "requires": { - "babel-runtime": "6.26.0" + "babel-runtime": "^6.22.0" } }, "babel-plugin-syntax-async-functions": { @@ -661,9 +661,9 @@ "integrity": "sha1-8FiQAUX9PpkHpt3yjaWfIVJYpds=", "dev": true, "requires": { - "babel-helper-remap-async-to-generator": "6.24.1", - "babel-plugin-syntax-async-generators": "6.13.0", - "babel-runtime": "6.26.0" + "babel-helper-remap-async-to-generator": "^6.24.1", + "babel-plugin-syntax-async-generators": "^6.5.0", + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-async-to-generator": { @@ -672,9 +672,9 @@ "integrity": "sha1-ZTbjeK/2yx1VF6wOQOs+n8jQh2E=", "dev": true, "requires": { - "babel-helper-remap-async-to-generator": "6.24.1", - "babel-plugin-syntax-async-functions": "6.13.0", - "babel-runtime": "6.26.0" + "babel-helper-remap-async-to-generator": "^6.24.1", + "babel-plugin-syntax-async-functions": "^6.8.0", + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-builtin-classes": { @@ -683,9 +683,9 @@ "integrity": "sha512-UfOmEFTc9i7ERkp77xnxiAIxrHwYetl6KYa42itb3ENi98KEVPwZxApse4C19oD7CzcJUiFrII+zgB6cZij77w==", "dev": true, "requires": { - "babel-plugin-transform-es2015-classes": "6.24.1", - "babel-runtime": "6.26.0", - "babel-template": "6.26.0" + "babel-plugin-transform-es2015-classes": "^6.24.1", + "babel-runtime": "^6.23.0", + "babel-template": "^6.25.0" } }, "babel-plugin-transform-class-constructor-call": { @@ -694,9 +694,9 @@ "integrity": "sha1-gNwoVQWsBn3LjWxl4vbxGrd2Xvk=", "dev": true, "requires": { - "babel-plugin-syntax-class-constructor-call": "6.18.0", - "babel-runtime": "6.26.0", - "babel-template": "6.26.0" + "babel-plugin-syntax-class-constructor-call": "^6.18.0", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1" } }, "babel-plugin-transform-class-properties": { @@ -705,10 +705,10 @@ "integrity": "sha1-anl2PqYdM9NvN7YRqp3vgagbRqw=", "dev": true, "requires": { - "babel-helper-function-name": "6.24.1", - "babel-plugin-syntax-class-properties": "6.13.0", - "babel-runtime": "6.26.0", - "babel-template": "6.26.0" + "babel-helper-function-name": "^6.24.1", + "babel-plugin-syntax-class-properties": "^6.8.0", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1" } }, "babel-plugin-transform-decorators": { @@ -717,11 +717,11 @@ "integrity": "sha1-eIAT2PjGtSIr33s0Q5Df13Vp4k0=", "dev": true, "requires": { - "babel-helper-explode-class": "6.24.1", - "babel-plugin-syntax-decorators": "6.13.0", - "babel-runtime": "6.26.0", - "babel-template": "6.26.0", - "babel-types": "6.26.0" + "babel-helper-explode-class": "^6.24.1", + "babel-plugin-syntax-decorators": "^6.13.0", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1", + "babel-types": "^6.24.1" } }, "babel-plugin-transform-es2015-arrow-functions": { @@ -730,7 +730,7 @@ "integrity": "sha1-RSaSy3EdX3ncf4XkQM5BufJE0iE=", "dev": true, "requires": { - "babel-runtime": "6.26.0" + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-es2015-block-scoped-functions": { @@ -739,7 +739,7 @@ "integrity": "sha1-u8UbSflk1wy42OC5ToICRs46YUE=", "dev": true, "requires": { - "babel-runtime": "6.26.0" + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-es2015-block-scoping": { @@ -748,11 +748,11 @@ "integrity": "sha1-1w9SmcEwjQXBL0Y4E7CgnnOxiV8=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-template": "6.26.0", - "babel-traverse": "6.26.0", - "babel-types": "6.26.0", - "lodash": "4.17.10" + "babel-runtime": "^6.26.0", + "babel-template": "^6.26.0", + "babel-traverse": "^6.26.0", + "babel-types": "^6.26.0", + "lodash": "^4.17.4" } }, "babel-plugin-transform-es2015-classes": { @@ -761,15 +761,15 @@ "integrity": "sha1-WkxYpQyclGHlZLSyo7+ryXolhNs=", "dev": true, "requires": { - "babel-helper-define-map": "6.26.0", - "babel-helper-function-name": "6.24.1", - "babel-helper-optimise-call-expression": "6.24.1", - "babel-helper-replace-supers": "6.24.1", - "babel-messages": "6.23.0", - "babel-runtime": "6.26.0", - "babel-template": "6.26.0", - "babel-traverse": "6.26.0", - "babel-types": "6.26.0" + "babel-helper-define-map": "^6.24.1", + "babel-helper-function-name": "^6.24.1", + "babel-helper-optimise-call-expression": "^6.24.1", + "babel-helper-replace-supers": "^6.24.1", + "babel-messages": "^6.23.0", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1", + "babel-traverse": "^6.24.1", + "babel-types": "^6.24.1" } }, "babel-plugin-transform-es2015-computed-properties": { @@ -778,8 +778,8 @@ "integrity": "sha1-b+Ko0WiV1WNPTNmZttNICjCBWbM=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-template": "6.26.0" + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1" } }, "babel-plugin-transform-es2015-destructuring": { @@ -788,7 +788,7 @@ "integrity": "sha1-mXux8auWf2gtKwh2/jWNYOdlxW0=", "dev": true, "requires": { - "babel-runtime": "6.26.0" + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-es2015-duplicate-keys": { @@ -797,8 +797,8 @@ "integrity": "sha1-c+s9MQypaePvnskcU3QabxV2Qj4=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-types": "6.26.0" + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" } }, "babel-plugin-transform-es2015-for-of": { @@ -807,7 +807,7 @@ "integrity": "sha1-9HyVsrYT3x0+zC/bdXNiPHUkhpE=", "dev": true, "requires": { - "babel-runtime": "6.26.0" + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-es2015-function-name": { @@ -816,9 +816,9 @@ "integrity": "sha1-g0yJhTvDaxrw86TF26qU/Y6sqos=", "dev": true, "requires": { - "babel-helper-function-name": "6.24.1", - "babel-runtime": "6.26.0", - "babel-types": "6.26.0" + "babel-helper-function-name": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" } }, "babel-plugin-transform-es2015-literals": { @@ -827,7 +827,7 @@ "integrity": "sha1-T1SgLWzWbPkVKAAZox0xklN3yi4=", "dev": true, "requires": { - "babel-runtime": "6.26.0" + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-es2015-modules-amd": { @@ -836,9 +836,9 @@ "integrity": "sha1-Oz5UAXI5hC1tGcMBHEvS8AoA0VQ=", "dev": true, "requires": { - "babel-plugin-transform-es2015-modules-commonjs": "6.26.2", - "babel-runtime": "6.26.0", - "babel-template": "6.26.0" + "babel-plugin-transform-es2015-modules-commonjs": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1" } }, "babel-plugin-transform-es2015-modules-commonjs": { @@ -847,10 +847,10 @@ "integrity": "sha512-CV9ROOHEdrjcwhIaJNBGMBCodN+1cfkwtM1SbUHmvyy35KGT7fohbpOxkE2uLz1o6odKK2Ck/tz47z+VqQfi9Q==", "dev": true, "requires": { - "babel-plugin-transform-strict-mode": "6.24.1", - "babel-runtime": "6.26.0", - "babel-template": "6.26.0", - "babel-types": "6.26.0" + "babel-plugin-transform-strict-mode": "^6.24.1", + "babel-runtime": "^6.26.0", + "babel-template": "^6.26.0", + "babel-types": "^6.26.0" } }, "babel-plugin-transform-es2015-modules-systemjs": { @@ -859,9 +859,9 @@ "integrity": "sha1-/4mhQrkRmpBhlfXxBuzzBdlAfSM=", "dev": true, "requires": { - "babel-helper-hoist-variables": "6.24.1", - "babel-runtime": "6.26.0", - "babel-template": "6.26.0" + "babel-helper-hoist-variables": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1" } }, "babel-plugin-transform-es2015-modules-umd": { @@ -870,9 +870,9 @@ "integrity": "sha1-rJl+YoXNGO1hdq22B9YCNErThGg=", "dev": true, "requires": { - "babel-plugin-transform-es2015-modules-amd": "6.24.1", - "babel-runtime": "6.26.0", - "babel-template": "6.26.0" + "babel-plugin-transform-es2015-modules-amd": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1" } }, "babel-plugin-transform-es2015-object-super": { @@ -881,8 +881,8 @@ "integrity": "sha1-JM72muIcuDp/hgPa0CH1cusnj40=", "dev": true, "requires": { - "babel-helper-replace-supers": "6.24.1", - "babel-runtime": "6.26.0" + "babel-helper-replace-supers": "^6.24.1", + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-es2015-parameters": { @@ -891,12 +891,12 @@ "integrity": "sha1-V6w1GrScrxSpfNE7CfZv3wpiXys=", "dev": true, "requires": { - "babel-helper-call-delegate": "6.24.1", - "babel-helper-get-function-arity": "6.24.1", - "babel-runtime": "6.26.0", - "babel-template": "6.26.0", - "babel-traverse": "6.26.0", - "babel-types": "6.26.0" + "babel-helper-call-delegate": "^6.24.1", + "babel-helper-get-function-arity": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1", + "babel-traverse": "^6.24.1", + "babel-types": "^6.24.1" } }, "babel-plugin-transform-es2015-shorthand-properties": { @@ -905,8 +905,8 @@ "integrity": "sha1-JPh11nIch2YbvZmkYi5R8U3jiqA=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-types": "6.26.0" + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" } }, "babel-plugin-transform-es2015-spread": { @@ -915,7 +915,7 @@ "integrity": "sha1-1taKmfia7cRTbIGlQujdnxdG+NE=", "dev": true, "requires": { - "babel-runtime": "6.26.0" + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-es2015-sticky-regex": { @@ -924,9 +924,9 @@ "integrity": "sha1-AMHNsaynERLN8M9hJsLta0V8zbw=", "dev": true, "requires": { - "babel-helper-regex": "6.26.0", - "babel-runtime": "6.26.0", - "babel-types": "6.26.0" + "babel-helper-regex": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" } }, "babel-plugin-transform-es2015-template-literals": { @@ -935,7 +935,7 @@ "integrity": "sha1-qEs0UPfp+PH2g51taH2oS7EjbY0=", "dev": true, "requires": { - "babel-runtime": "6.26.0" + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-es2015-typeof-symbol": { @@ -944,7 +944,7 @@ "integrity": "sha1-3sCfHN3/lLUqxz1QXITfWdzOs3I=", "dev": true, "requires": { - "babel-runtime": "6.26.0" + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-es2015-unicode-regex": { @@ -953,9 +953,9 @@ "integrity": "sha1-04sS9C6nMj9yk4fxinxa4frrNek=", "dev": true, "requires": { - "babel-helper-regex": "6.26.0", - "babel-runtime": "6.26.0", - "regexpu-core": "2.0.0" + "babel-helper-regex": "^6.24.1", + "babel-runtime": "^6.22.0", + "regexpu-core": "^2.0.0" } }, "babel-plugin-transform-exponentiation-operator": { @@ -964,9 +964,9 @@ "integrity": "sha1-KrDJx/MJj6SJB3cruBP+QejeOg4=", "dev": true, "requires": { - "babel-helper-builder-binary-assignment-operator-visitor": "6.24.1", - "babel-plugin-syntax-exponentiation-operator": "6.13.0", - "babel-runtime": "6.26.0" + "babel-helper-builder-binary-assignment-operator-visitor": "^6.24.1", + "babel-plugin-syntax-exponentiation-operator": "^6.8.0", + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-export-extensions": { @@ -975,8 +975,8 @@ "integrity": "sha1-U3OLR+deghhYnuqUbLvTkQm75lM=", "dev": true, "requires": { - "babel-plugin-syntax-export-extensions": "6.13.0", - "babel-runtime": "6.26.0" + "babel-plugin-syntax-export-extensions": "^6.8.0", + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-flow-strip-types": { @@ -985,8 +985,8 @@ "integrity": "sha1-hMtnKTXUNxT9wyvOhFaNh0Qc988=", "dev": true, "requires": { - "babel-plugin-syntax-flow": "6.18.0", - "babel-runtime": "6.26.0" + "babel-plugin-syntax-flow": "^6.18.0", + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-object-rest-spread": { @@ -995,8 +995,8 @@ "integrity": "sha1-DzZpLVD+9rfi1LOsFHgTepY7ewY=", "dev": true, "requires": { - "babel-plugin-syntax-object-rest-spread": "6.13.0", - "babel-runtime": "6.26.0" + "babel-plugin-syntax-object-rest-spread": "^6.8.0", + "babel-runtime": "^6.26.0" } }, "babel-plugin-transform-react-display-name": { @@ -1005,7 +1005,7 @@ "integrity": "sha1-Z+K/Hx6ck6sI25Z5LgU5K/LMKNE=", "dev": true, "requires": { - "babel-runtime": "6.26.0" + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-react-jsx": { @@ -1014,9 +1014,9 @@ "integrity": "sha1-hAoCjn30YN/DotKfDA2R9jduZqM=", "dev": true, "requires": { - "babel-helper-builder-react-jsx": "6.26.0", - "babel-plugin-syntax-jsx": "6.18.0", - "babel-runtime": "6.26.0" + "babel-helper-builder-react-jsx": "^6.24.1", + "babel-plugin-syntax-jsx": "^6.8.0", + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-react-jsx-self": { @@ -1025,8 +1025,8 @@ "integrity": "sha1-322AqdomEqEh5t3XVYvL7PBuY24=", "dev": true, "requires": { - "babel-plugin-syntax-jsx": "6.18.0", - "babel-runtime": "6.26.0" + "babel-plugin-syntax-jsx": "^6.8.0", + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-react-jsx-source": { @@ -1035,8 +1035,8 @@ "integrity": "sha1-ZqwSFT9c0tF7PBkmj0vwGX9E7NY=", "dev": true, "requires": { - "babel-plugin-syntax-jsx": "6.18.0", - "babel-runtime": "6.26.0" + "babel-plugin-syntax-jsx": "^6.8.0", + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-regenerator": { @@ -1045,7 +1045,7 @@ "integrity": "sha1-4HA2lvveJ/Cj78rPi03KL3s6jy8=", "dev": true, "requires": { - "regenerator-transform": "0.10.1" + "regenerator-transform": "^0.10.0" } }, "babel-plugin-transform-strict-mode": { @@ -1054,8 +1054,8 @@ "integrity": "sha1-1fr3qleKZbvlkc9e2uBKDGcCB1g=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-types": "6.26.0" + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" } }, "babel-preset-env": { @@ -1064,36 +1064,36 @@ "integrity": "sha512-9OR2afuKDneX2/q2EurSftUYM0xGu4O2D9adAhVfADDhrYDaxXV0rBbevVYoY9n6nyX1PmQW/0jtpJvUNr9CHg==", "dev": true, "requires": { - "babel-plugin-check-es2015-constants": "6.22.0", - "babel-plugin-syntax-trailing-function-commas": "6.22.0", - "babel-plugin-transform-async-to-generator": "6.24.1", - "babel-plugin-transform-es2015-arrow-functions": "6.22.0", - "babel-plugin-transform-es2015-block-scoped-functions": "6.22.0", - "babel-plugin-transform-es2015-block-scoping": "6.26.0", - "babel-plugin-transform-es2015-classes": "6.24.1", - "babel-plugin-transform-es2015-computed-properties": "6.24.1", - "babel-plugin-transform-es2015-destructuring": "6.23.0", - "babel-plugin-transform-es2015-duplicate-keys": "6.24.1", - "babel-plugin-transform-es2015-for-of": "6.23.0", - "babel-plugin-transform-es2015-function-name": "6.24.1", - "babel-plugin-transform-es2015-literals": "6.22.0", - "babel-plugin-transform-es2015-modules-amd": "6.24.1", - "babel-plugin-transform-es2015-modules-commonjs": "6.26.2", - "babel-plugin-transform-es2015-modules-systemjs": "6.24.1", - "babel-plugin-transform-es2015-modules-umd": "6.24.1", - "babel-plugin-transform-es2015-object-super": "6.24.1", - "babel-plugin-transform-es2015-parameters": "6.24.1", - "babel-plugin-transform-es2015-shorthand-properties": "6.24.1", - "babel-plugin-transform-es2015-spread": "6.22.0", - "babel-plugin-transform-es2015-sticky-regex": "6.24.1", - "babel-plugin-transform-es2015-template-literals": "6.22.0", - "babel-plugin-transform-es2015-typeof-symbol": "6.23.0", - "babel-plugin-transform-es2015-unicode-regex": "6.24.1", - "babel-plugin-transform-exponentiation-operator": "6.24.1", - "babel-plugin-transform-regenerator": "6.26.0", - "browserslist": "3.2.8", - "invariant": "2.2.4", - "semver": "5.5.0" + "babel-plugin-check-es2015-constants": "^6.22.0", + "babel-plugin-syntax-trailing-function-commas": "^6.22.0", + "babel-plugin-transform-async-to-generator": "^6.22.0", + "babel-plugin-transform-es2015-arrow-functions": "^6.22.0", + "babel-plugin-transform-es2015-block-scoped-functions": "^6.22.0", + "babel-plugin-transform-es2015-block-scoping": "^6.23.0", + "babel-plugin-transform-es2015-classes": "^6.23.0", + "babel-plugin-transform-es2015-computed-properties": "^6.22.0", + "babel-plugin-transform-es2015-destructuring": "^6.23.0", + "babel-plugin-transform-es2015-duplicate-keys": "^6.22.0", + "babel-plugin-transform-es2015-for-of": "^6.23.0", + "babel-plugin-transform-es2015-function-name": "^6.22.0", + "babel-plugin-transform-es2015-literals": "^6.22.0", + "babel-plugin-transform-es2015-modules-amd": "^6.22.0", + "babel-plugin-transform-es2015-modules-commonjs": "^6.23.0", + "babel-plugin-transform-es2015-modules-systemjs": "^6.23.0", + "babel-plugin-transform-es2015-modules-umd": "^6.23.0", + "babel-plugin-transform-es2015-object-super": "^6.22.0", + "babel-plugin-transform-es2015-parameters": "^6.23.0", + "babel-plugin-transform-es2015-shorthand-properties": "^6.22.0", + "babel-plugin-transform-es2015-spread": "^6.22.0", + "babel-plugin-transform-es2015-sticky-regex": "^6.22.0", + "babel-plugin-transform-es2015-template-literals": "^6.22.0", + "babel-plugin-transform-es2015-typeof-symbol": "^6.23.0", + "babel-plugin-transform-es2015-unicode-regex": "^6.22.0", + "babel-plugin-transform-exponentiation-operator": "^6.22.0", + "babel-plugin-transform-regenerator": "^6.22.0", + "browserslist": "^3.2.6", + "invariant": "^2.2.2", + "semver": "^5.3.0" } }, "babel-preset-flow": { @@ -1102,7 +1102,7 @@ "integrity": "sha1-5xIYiHCFrpoktb5Baa/7WZgWxJ0=", "dev": true, "requires": { - "babel-plugin-transform-flow-strip-types": "6.22.0" + "babel-plugin-transform-flow-strip-types": "^6.22.0" } }, "babel-preset-react": { @@ -1111,12 +1111,12 @@ "integrity": "sha1-umnfrqRfw+xjm2pOzqbhdwLJE4A=", "dev": true, "requires": { - "babel-plugin-syntax-jsx": "6.18.0", - "babel-plugin-transform-react-display-name": "6.25.0", - "babel-plugin-transform-react-jsx": "6.24.1", - "babel-plugin-transform-react-jsx-self": "6.22.0", - "babel-plugin-transform-react-jsx-source": "6.22.0", - "babel-preset-flow": "6.23.0" + "babel-plugin-syntax-jsx": "^6.3.13", + "babel-plugin-transform-react-display-name": "^6.23.0", + "babel-plugin-transform-react-jsx": "^6.24.1", + "babel-plugin-transform-react-jsx-self": "^6.22.0", + "babel-plugin-transform-react-jsx-source": "^6.22.0", + "babel-preset-flow": "^6.23.0" } }, "babel-preset-stage-1": { @@ -1125,9 +1125,9 @@ "integrity": "sha1-dpLNfc1oSZB+auSgqFWJz7niv7A=", "dev": true, "requires": { - "babel-plugin-transform-class-constructor-call": "6.24.1", - "babel-plugin-transform-export-extensions": "6.22.0", - "babel-preset-stage-2": "6.24.1" + "babel-plugin-transform-class-constructor-call": "^6.24.1", + "babel-plugin-transform-export-extensions": "^6.22.0", + "babel-preset-stage-2": "^6.24.1" } }, "babel-preset-stage-2": { @@ -1136,10 +1136,10 @@ "integrity": "sha1-2eKWD7PXEYfw5k7sYrwHdnIZvcE=", "dev": true, "requires": { - "babel-plugin-syntax-dynamic-import": "6.18.0", - "babel-plugin-transform-class-properties": "6.24.1", - "babel-plugin-transform-decorators": "6.24.1", - "babel-preset-stage-3": "6.24.1" + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-transform-class-properties": "^6.24.1", + "babel-plugin-transform-decorators": "^6.24.1", + "babel-preset-stage-3": "^6.24.1" } }, "babel-preset-stage-3": { @@ -1148,11 +1148,11 @@ "integrity": "sha1-g2raCp56f6N8sTj7kyb4eTSkg5U=", "dev": true, "requires": { - "babel-plugin-syntax-trailing-function-commas": "6.22.0", - "babel-plugin-transform-async-generator-functions": "6.24.1", - "babel-plugin-transform-async-to-generator": "6.24.1", - "babel-plugin-transform-exponentiation-operator": "6.24.1", - "babel-plugin-transform-object-rest-spread": "6.26.0" + "babel-plugin-syntax-trailing-function-commas": "^6.22.0", + "babel-plugin-transform-async-generator-functions": "^6.24.1", + "babel-plugin-transform-async-to-generator": "^6.24.1", + "babel-plugin-transform-exponentiation-operator": "^6.24.1", + "babel-plugin-transform-object-rest-spread": "^6.22.0" } }, "babel-register": { @@ -1161,13 +1161,13 @@ "integrity": "sha1-btAhFz4vy0htestFxgCahW9kcHE=", "dev": true, "requires": { - "babel-core": "6.26.3", - "babel-runtime": "6.26.0", - "core-js": "2.5.7", - "home-or-tmp": "2.0.0", - "lodash": "4.17.10", - "mkdirp": "0.5.1", - "source-map-support": "0.4.18" + "babel-core": "^6.26.0", + "babel-runtime": "^6.26.0", + "core-js": "^2.5.0", + "home-or-tmp": "^2.0.0", + "lodash": "^4.17.4", + "mkdirp": "^0.5.1", + "source-map-support": "^0.4.15" }, "dependencies": { "core-js": { @@ -1184,8 +1184,8 @@ "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=", "dev": true, "requires": { - "core-js": "2.5.7", - "regenerator-runtime": "0.11.1" + "core-js": "^2.4.0", + "regenerator-runtime": "^0.11.0" }, "dependencies": { "core-js": { @@ -1202,11 +1202,11 @@ "integrity": "sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-traverse": "6.26.0", - "babel-types": "6.26.0", - "babylon": "6.18.0", - "lodash": "4.17.10" + "babel-runtime": "^6.26.0", + "babel-traverse": "^6.26.0", + "babel-types": "^6.26.0", + "babylon": "^6.18.0", + "lodash": "^4.17.4" } }, "babel-traverse": { @@ -1215,15 +1215,15 @@ "integrity": "sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=", "dev": true, "requires": { - "babel-code-frame": "6.26.0", - "babel-messages": "6.23.0", - "babel-runtime": "6.26.0", - "babel-types": "6.26.0", - "babylon": "6.18.0", - "debug": "2.6.9", - "globals": "9.18.0", - "invariant": "2.2.4", - "lodash": "4.17.10" + "babel-code-frame": "^6.26.0", + "babel-messages": "^6.23.0", + "babel-runtime": "^6.26.0", + "babel-types": "^6.26.0", + "babylon": "^6.18.0", + "debug": "^2.6.8", + "globals": "^9.18.0", + "invariant": "^2.2.2", + "lodash": "^4.17.4" } }, "babel-types": { @@ -1232,10 +1232,10 @@ "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "esutils": "2.0.2", - "lodash": "4.17.10", - "to-fast-properties": "1.0.3" + "babel-runtime": "^6.26.0", + "esutils": "^2.0.2", + "lodash": "^4.17.4", + "to-fast-properties": "^1.0.3" } }, "babylon": { @@ -1256,13 +1256,13 @@ "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", "dev": true, "requires": { - "cache-base": "1.0.1", - "class-utils": "0.3.6", - "component-emitter": "1.2.1", - "define-property": "1.0.0", - "isobject": "3.0.1", - "mixin-deep": "1.3.1", - "pascalcase": "0.1.1" + "cache-base": "^1.0.1", + "class-utils": "^0.3.5", + "component-emitter": "^1.2.1", + "define-property": "^1.0.0", + "isobject": "^3.0.1", + "mixin-deep": "^1.2.0", + "pascalcase": "^0.1.1" }, "dependencies": { "define-property": { @@ -1271,7 +1271,7 @@ "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", "dev": true, "requires": { - "is-descriptor": "1.0.2" + "is-descriptor": "^1.0.0" } }, "is-accessor-descriptor": { @@ -1280,7 +1280,7 @@ "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", "dev": true, "requires": { - "kind-of": "6.0.2" + "kind-of": "^6.0.0" } }, "is-data-descriptor": { @@ -1289,7 +1289,7 @@ "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", "dev": true, "requires": { - "kind-of": "6.0.2" + "kind-of": "^6.0.0" } }, "is-descriptor": { @@ -1298,9 +1298,9 @@ "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", "dev": true, "requires": { - "is-accessor-descriptor": "1.0.0", - "is-data-descriptor": "1.0.0", - "kind-of": "6.0.2" + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" } }, "kind-of": { @@ -1348,15 +1348,15 @@ "dev": true, "requires": { "bytes": "3.0.0", - "content-type": "1.0.4", + "content-type": "~1.0.4", "debug": "2.6.9", - "depd": "1.1.2", - "http-errors": "1.6.3", + "depd": "~1.1.1", + "http-errors": "~1.6.2", "iconv-lite": "0.4.19", - "on-finished": "2.3.0", + "on-finished": "~2.3.0", "qs": "6.5.1", "raw-body": "2.3.2", - "type-is": "1.6.16" + "type-is": "~1.6.15" }, "dependencies": { "iconv-lite": { @@ -1373,12 +1373,12 @@ "integrity": "sha1-jokKGD2O6aI5OzhExpGkK897yfU=", "dev": true, "requires": { - "array-flatten": "2.1.1", - "deep-equal": "1.0.1", - "dns-equal": "1.0.0", - "dns-txt": "2.0.2", - "multicast-dns": "6.2.3", - "multicast-dns-service-types": "1.1.0" + "array-flatten": "^2.1.0", + "deep-equal": "^1.0.1", + "dns-equal": "^1.0.0", + "dns-txt": "^2.0.2", + "multicast-dns": "^6.0.1", + "multicast-dns-service-types": "^1.1.0" } }, "boolbase": { @@ -1393,7 +1393,7 @@ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "dev": true, "requires": { - "balanced-match": "1.0.0", + "balanced-match": "^1.0.0", "concat-map": "0.0.1" } }, @@ -1403,16 +1403,16 @@ "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", "dev": true, "requires": { - "arr-flatten": "1.1.0", - "array-unique": "0.3.2", - "extend-shallow": "2.0.1", - "fill-range": "4.0.0", - "isobject": "3.0.1", - "repeat-element": "1.1.2", - "snapdragon": "0.8.2", - "snapdragon-node": "2.1.1", - "split-string": "3.1.0", - "to-regex": "3.0.2" + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" }, "dependencies": { "extend-shallow": { @@ -1421,7 +1421,7 @@ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { - "is-extendable": "0.1.1" + "is-extendable": "^0.1.0" } } } @@ -1438,12 +1438,12 @@ "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", "dev": true, "requires": { - "buffer-xor": "1.0.3", - "cipher-base": "1.0.4", - "create-hash": "1.2.0", - "evp_bytestokey": "1.0.3", - "inherits": "2.0.3", - "safe-buffer": "5.1.2" + "buffer-xor": "^1.0.3", + "cipher-base": "^1.0.0", + "create-hash": "^1.1.0", + "evp_bytestokey": "^1.0.3", + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" } }, "browserify-cipher": { @@ -1452,9 +1452,9 @@ "integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==", "dev": true, "requires": { - "browserify-aes": "1.2.0", - "browserify-des": "1.0.1", - "evp_bytestokey": "1.0.3" + "browserify-aes": "^1.0.4", + "browserify-des": "^1.0.0", + "evp_bytestokey": "^1.0.0" } }, "browserify-des": { @@ -1463,9 +1463,9 @@ "integrity": "sha512-zy0Cobe3hhgpiOM32Tj7KQ3Vl91m0njwsjzZQK1L+JDf11dzP9qIvjreVinsvXrgfjhStXwUWAEpB9D7Gwmayw==", "dev": true, "requires": { - "cipher-base": "1.0.4", - "des.js": "1.0.0", - "inherits": "2.0.3" + "cipher-base": "^1.0.1", + "des.js": "^1.0.0", + "inherits": "^2.0.1" } }, "browserify-rsa": { @@ -1474,8 +1474,8 @@ "integrity": "sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ=", "dev": true, "requires": { - "bn.js": "4.11.8", - "randombytes": "2.0.6" + "bn.js": "^4.1.0", + "randombytes": "^2.0.1" } }, "browserify-sign": { @@ -1484,13 +1484,13 @@ "integrity": "sha1-qk62jl17ZYuqa/alfmMMvXqT0pg=", "dev": true, "requires": { - "bn.js": "4.11.8", - "browserify-rsa": "4.0.1", - "create-hash": "1.2.0", - "create-hmac": "1.1.7", - "elliptic": "6.4.0", - "inherits": "2.0.3", - "parse-asn1": "5.1.1" + "bn.js": "^4.1.1", + "browserify-rsa": "^4.0.0", + "create-hash": "^1.1.0", + "create-hmac": "^1.1.2", + "elliptic": "^6.0.0", + "inherits": "^2.0.1", + "parse-asn1": "^5.0.0" } }, "browserify-zlib": { @@ -1499,7 +1499,7 @@ "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==", "dev": true, "requires": { - "pako": "1.0.6" + "pako": "~1.0.5" } }, "browserslist": { @@ -1508,8 +1508,8 @@ "integrity": "sha512-WHVocJYavUwVgVViC0ORikPHQquXwVh939TaelZ4WDqpWgTX/FsGhl/+P4qBUAGcRvtOgDgC+xftNWWp2RUTAQ==", "dev": true, "requires": { - "caniuse-lite": "1.0.30000856", - "electron-to-chromium": "1.3.48" + "caniuse-lite": "^1.0.30000844", + "electron-to-chromium": "^1.3.47" } }, "buffer": { @@ -1518,9 +1518,9 @@ "integrity": "sha1-bRu2AbB6TvztlwlBMgkwJ8lbwpg=", "dev": true, "requires": { - "base64-js": "1.3.0", - "ieee754": "1.1.12", - "isarray": "1.0.0" + "base64-js": "^1.0.2", + "ieee754": "^1.1.4", + "isarray": "^1.0.0" }, "dependencies": { "isarray": { @@ -1573,15 +1573,15 @@ "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", "dev": true, "requires": { - "collection-visit": "1.0.0", - "component-emitter": "1.2.1", - "get-value": "2.0.6", - "has-value": "1.0.0", - "isobject": "3.0.1", - "set-value": "2.0.0", - "to-object-path": "0.3.0", - "union-value": "1.0.0", - "unset-value": "1.0.0" + "collection-visit": "^1.0.0", + "component-emitter": "^1.2.1", + "get-value": "^2.0.6", + "has-value": "^1.0.0", + "isobject": "^3.0.1", + "set-value": "^2.0.0", + "to-object-path": "^0.3.0", + "union-value": "^1.0.0", + "unset-value": "^1.0.0" } }, "caller-path": { @@ -1590,7 +1590,7 @@ "integrity": "sha1-lAhe9jWB7NPaqSREqP6U6CV3dR8=", "dev": true, "requires": { - "callsites": "0.2.0" + "callsites": "^0.2.0" } }, "callsites": { @@ -1611,8 +1611,8 @@ "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=", "dev": true, "requires": { - "camelcase": "2.1.1", - "map-obj": "1.0.1" + "camelcase": "^2.0.0", + "map-obj": "^1.0.0" }, "dependencies": { "camelcase": { @@ -1629,10 +1629,10 @@ "integrity": "sha1-tTTnxzTE+B7F++isoq0kNUuWLGw=", "dev": true, "requires": { - "browserslist": "1.7.7", - "caniuse-db": "1.0.30000861", - "lodash.memoize": "4.1.2", - "lodash.uniq": "4.5.0" + "browserslist": "^1.3.6", + "caniuse-db": "^1.0.30000529", + "lodash.memoize": "^4.1.2", + "lodash.uniq": "^4.5.0" }, "dependencies": { "browserslist": { @@ -1641,8 +1641,8 @@ "integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=", "dev": true, "requires": { - "caniuse-db": "1.0.30000861", - "electron-to-chromium": "1.3.48" + "caniuse-db": "^1.0.30000639", + "electron-to-chromium": "^1.2.7" } } } @@ -1665,8 +1665,8 @@ "integrity": "sha1-qg0yYptu6XIgBBHL1EYckHvCt60=", "dev": true, "requires": { - "align-text": "0.1.4", - "lazy-cache": "1.0.4" + "align-text": "^0.1.3", + "lazy-cache": "^1.0.3" } }, "chalk": { @@ -1675,11 +1675,11 @@ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { - "ansi-styles": "2.2.1", - "escape-string-regexp": "1.0.5", - "has-ansi": "2.0.0", - "strip-ansi": "3.0.1", - "supports-color": "2.0.0" + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" } }, "chokidar": { @@ -1688,17 +1688,18 @@ "integrity": "sha512-zW8iXYZtXMx4kux/nuZVXjkLP+CyIK5Al5FHnj1OgTKGZfp4Oy6/ymtMSKFv3GD8DviEmUPmJg9eFdJ/JzudMg==", "dev": true, "requires": { - "anymatch": "2.0.0", - "async-each": "1.0.1", - "braces": "2.3.2", - "glob-parent": "3.1.0", - "inherits": "2.0.3", - "is-binary-path": "1.0.1", - "is-glob": "4.0.0", - "normalize-path": "2.1.1", - "path-is-absolute": "1.0.1", - "readdirp": "2.1.0", - "upath": "1.1.0" + "anymatch": "^2.0.0", + "async-each": "^1.0.0", + "braces": "^2.3.0", + "fsevents": "^1.1.2", + "glob-parent": "^3.1.0", + "inherits": "^2.0.1", + "is-binary-path": "^1.0.0", + "is-glob": "^4.0.0", + "normalize-path": "^2.1.1", + "path-is-absolute": "^1.0.0", + "readdirp": "^2.0.0", + "upath": "^1.0.0" } }, "cipher-base": { @@ -1707,8 +1708,8 @@ "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", "dev": true, "requires": { - "inherits": "2.0.3", - "safe-buffer": "5.1.2" + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" } }, "circular-json": { @@ -1723,7 +1724,7 @@ "integrity": "sha512-4CoL/A3hf90V3VIEjeuhSvlGFEHKzOz+Wfc2IVZc+FaUgU0ZQafJTP49fvnULipOPcAfqhyI2duwQyns6xqjYA==", "dev": true, "requires": { - "chalk": "1.1.3" + "chalk": "^1.1.3" } }, "class-utils": { @@ -1732,10 +1733,10 @@ "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", "dev": true, "requires": { - "arr-union": "3.1.0", - "define-property": "0.2.5", - "isobject": "3.0.1", - "static-extend": "0.1.2" + "arr-union": "^3.1.0", + "define-property": "^0.2.5", + "isobject": "^3.0.0", + "static-extend": "^0.1.1" }, "dependencies": { "define-property": { @@ -1744,7 +1745,7 @@ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "dev": true, "requires": { - "is-descriptor": "0.1.6" + "is-descriptor": "^0.1.0" } } } @@ -1755,7 +1756,7 @@ "integrity": "sha1-ZNo/fValRBLll5S9Ytw1KV6PKYc=", "dev": true, "requires": { - "restore-cursor": "1.0.1" + "restore-cursor": "^1.0.1" } }, "cli-width": { @@ -1770,8 +1771,8 @@ "integrity": "sha1-S0dXYP+AJkx2LDoXGQMukcf+oNE=", "dev": true, "requires": { - "center-align": "0.1.3", - "right-align": "0.1.3", + "center-align": "^0.1.1", + "right-align": "^0.1.1", "wordwrap": "0.0.2" }, "dependencies": { @@ -1801,7 +1802,7 @@ "integrity": "sha512-5wfTTO8E2/ja4jFSxePXlG5nRu5bBtL/r1HCIpJW/lzT6yDtKl0u0Z4o/Vpz32IpKmBn7HerheEZQgA9N2DarQ==", "dev": true, "requires": { - "q": "1.5.1" + "q": "^1.1.2" } }, "code-point-at": { @@ -1816,8 +1817,8 @@ "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=", "dev": true, "requires": { - "map-visit": "1.0.0", - "object-visit": "1.0.1" + "map-visit": "^1.0.0", + "object-visit": "^1.0.0" } }, "color": { @@ -1826,9 +1827,9 @@ "integrity": "sha1-bXtcdPtl6EHNSHkq0e1eB7kE12Q=", "dev": true, "requires": { - "clone": "1.0.4", - "color-convert": "1.9.2", - "color-string": "0.3.0" + "clone": "^1.0.2", + "color-convert": "^1.3.0", + "color-string": "^0.3.0" } }, "color-convert": { @@ -1852,7 +1853,7 @@ "integrity": "sha1-J9RvtnAlxcL6JZk7+/V55HhBuZE=", "dev": true, "requires": { - "color-name": "1.1.1" + "color-name": "^1.0.0" } }, "colormin": { @@ -1861,9 +1862,9 @@ "integrity": "sha1-6i90IKcrlogaOKrlnsEkpvcpgTM=", "dev": true, "requires": { - "color": "0.11.4", + "color": "^0.11.0", "css-color-names": "0.0.4", - "has": "1.0.3" + "has": "^1.0.1" } }, "colors": { @@ -1890,7 +1891,7 @@ "integrity": "sha1-MmxfUH+7BV9UEWeCuWmoG2einac=", "dev": true, "requires": { - "mime-db": "1.34.0" + "mime-db": ">= 1.34.0 < 2" }, "dependencies": { "mime-db": { @@ -1907,13 +1908,13 @@ "integrity": "sha1-qv+81qr4VLROuygDU9WtFlH1mmk=", "dev": true, "requires": { - "accepts": "1.3.5", + "accepts": "~1.3.4", "bytes": "3.0.0", - "compressible": "2.0.14", + "compressible": "~2.0.13", "debug": "2.6.9", - "on-headers": "1.0.1", + "on-headers": "~1.0.1", "safe-buffer": "5.1.1", - "vary": "1.1.2" + "vary": "~1.1.2" }, "dependencies": { "safe-buffer": { @@ -1936,10 +1937,10 @@ "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", "dev": true, "requires": { - "buffer-from": "1.1.0", - "inherits": "2.0.3", - "readable-stream": "2.3.6", - "typedarray": "0.0.6" + "buffer-from": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^2.2.2", + "typedarray": "^0.0.6" } }, "connect-history-api-fallback": { @@ -1954,7 +1955,7 @@ "integrity": "sha1-8CQcRXMKn8YyOyBtvzjtx0HQuxA=", "dev": true, "requires": { - "date-now": "0.1.4" + "date-now": "^0.1.4" } }, "constants-browserify": { @@ -2022,8 +2023,8 @@ "integrity": "sha512-GbEHQPMOswGpKXM9kCWVrremUcBmjteUaQ01T9rkKCPDXfUHX0IoP9LpHYo2NPFampa4e+/pFDc3jQdxrxQLaw==", "dev": true, "requires": { - "bn.js": "4.11.8", - "elliptic": "6.4.0" + "bn.js": "^4.1.0", + "elliptic": "^6.0.0" } }, "create-hash": { @@ -2032,11 +2033,11 @@ "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", "dev": true, "requires": { - "cipher-base": "1.0.4", - "inherits": "2.0.3", - "md5.js": "1.3.4", - "ripemd160": "2.0.2", - "sha.js": "2.4.11" + "cipher-base": "^1.0.1", + "inherits": "^2.0.1", + "md5.js": "^1.3.4", + "ripemd160": "^2.0.1", + "sha.js": "^2.4.0" } }, "create-hmac": { @@ -2045,12 +2046,12 @@ "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==", "dev": true, "requires": { - "cipher-base": "1.0.4", - "create-hash": "1.2.0", - "inherits": "2.0.3", - "ripemd160": "2.0.2", - "safe-buffer": "5.1.2", - "sha.js": "2.4.11" + "cipher-base": "^1.0.3", + "create-hash": "^1.1.0", + "inherits": "^2.0.1", + "ripemd160": "^2.0.0", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" } }, "cross-spawn": { @@ -2059,9 +2060,9 @@ "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=", "dev": true, "requires": { - "lru-cache": "4.1.3", - "shebang-command": "1.2.0", - "which": "1.3.1" + "lru-cache": "^4.0.1", + "shebang-command": "^1.2.0", + "which": "^1.2.9" } }, "crypto-browserify": { @@ -2070,17 +2071,17 @@ "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==", "dev": true, "requires": { - "browserify-cipher": "1.0.1", - "browserify-sign": "4.0.4", - "create-ecdh": "4.0.3", - "create-hash": "1.2.0", - "create-hmac": "1.1.7", - "diffie-hellman": "5.0.3", - "inherits": "2.0.3", - "pbkdf2": "3.0.16", - "public-encrypt": "4.0.2", - "randombytes": "2.0.6", - "randomfill": "1.0.4" + "browserify-cipher": "^1.0.0", + "browserify-sign": "^4.0.0", + "create-ecdh": "^4.0.0", + "create-hash": "^1.1.0", + "create-hmac": "^1.1.0", + "diffie-hellman": "^5.0.0", + "inherits": "^2.0.1", + "pbkdf2": "^3.0.3", + "public-encrypt": "^4.0.0", + "randombytes": "^2.0.0", + "randomfill": "^1.0.3" } }, "css-color-names": { @@ -2095,20 +2096,20 @@ "integrity": "sha512-wovHgjAx8ZIMGSL8pTys7edA1ClmzxHeY6n/d97gg5odgsxEgKjULPR0viqyC+FWMCL9sfqoC/QCUBo62tLvPg==", "dev": true, "requires": { - "babel-code-frame": "6.26.0", - "css-selector-tokenizer": "0.7.0", - "cssnano": "3.10.0", - "icss-utils": "2.1.0", - "loader-utils": "1.1.0", - "lodash.camelcase": "4.3.0", - "object-assign": "4.1.1", - "postcss": "5.2.18", - "postcss-modules-extract-imports": "1.2.0", - "postcss-modules-local-by-default": "1.2.0", - "postcss-modules-scope": "1.1.0", - "postcss-modules-values": "1.3.0", - "postcss-value-parser": "3.3.0", - "source-list-map": "2.0.0" + "babel-code-frame": "^6.26.0", + "css-selector-tokenizer": "^0.7.0", + "cssnano": "^3.10.0", + "icss-utils": "^2.1.0", + "loader-utils": "^1.0.2", + "lodash.camelcase": "^4.3.0", + "object-assign": "^4.1.1", + "postcss": "^5.0.6", + "postcss-modules-extract-imports": "^1.2.0", + "postcss-modules-local-by-default": "^1.2.0", + "postcss-modules-scope": "^1.1.0", + "postcss-modules-values": "^1.3.0", + "postcss-value-parser": "^3.3.0", + "source-list-map": "^2.0.0" } }, "css-select": { @@ -2117,10 +2118,10 @@ "integrity": "sha1-b5MZaqrnN2ZuoQNqjLFKj8t6kjE=", "dev": true, "requires": { - "boolbase": "1.0.0", - "css-what": "2.1.0", + "boolbase": "^1.0.0", + "css-what": "2.1", "domutils": "1.5.1", - "nth-check": "1.0.1" + "nth-check": "^1.0.1" } }, "css-select-base-adapter": { @@ -2135,9 +2136,9 @@ "integrity": "sha1-5piEdK6MlTR3v15+/s/OzNnPTIY=", "dev": true, "requires": { - "cssesc": "0.1.0", - "fastparse": "1.1.1", - "regexpu-core": "1.0.0" + "cssesc": "^0.1.0", + "fastparse": "^1.1.1", + "regexpu-core": "^1.0.0" }, "dependencies": { "regexpu-core": { @@ -2146,9 +2147,9 @@ "integrity": "sha1-hqdj9Y7k18L2sQLkdkBQ3n7ZDGs=", "dev": true, "requires": { - "regenerate": "1.4.0", - "regjsgen": "0.2.0", - "regjsparser": "0.1.5" + "regenerate": "^1.2.1", + "regjsgen": "^0.2.0", + "regjsparser": "^0.1.4" } } } @@ -2159,8 +2160,8 @@ "integrity": "sha512-XC6xLW/JqIGirnZuUWHXCHRaAjje2b3OIB0Vj5RIJo6mIi/AdJo30quQl5LxUl0gkXDIrTrFGbMlcZjyFplz1A==", "dev": true, "requires": { - "mdn-data": "1.1.4", - "source-map": "0.5.7" + "mdn-data": "^1.0.0", + "source-map": "^0.5.3" } }, "css-url-regex": { @@ -2187,38 +2188,38 @@ "integrity": "sha1-Tzj2zqK5sX+gFJDyPx3GjqZcHDg=", "dev": true, "requires": { - "autoprefixer": "6.7.7", - "decamelize": "1.2.0", - "defined": "1.0.0", - "has": "1.0.3", - "object-assign": "4.1.1", - "postcss": "5.2.18", - "postcss-calc": "5.3.1", - "postcss-colormin": "2.2.2", - "postcss-convert-values": "2.6.1", - "postcss-discard-comments": "2.0.4", - "postcss-discard-duplicates": "2.1.0", - "postcss-discard-empty": "2.1.0", - "postcss-discard-overridden": "0.1.1", - "postcss-discard-unused": "2.2.3", - "postcss-filter-plugins": "2.0.3", - "postcss-merge-idents": "2.1.7", - "postcss-merge-longhand": "2.0.2", - "postcss-merge-rules": "2.1.2", - "postcss-minify-font-values": "1.0.5", - "postcss-minify-gradients": "1.0.5", - "postcss-minify-params": "1.2.2", - "postcss-minify-selectors": "2.1.1", - "postcss-normalize-charset": "1.1.1", - "postcss-normalize-url": "3.0.8", - "postcss-ordered-values": "2.2.3", - "postcss-reduce-idents": "2.4.0", - "postcss-reduce-initial": "1.0.1", - "postcss-reduce-transforms": "1.0.4", - "postcss-svgo": "2.1.6", - "postcss-unique-selectors": "2.0.2", - "postcss-value-parser": "3.3.0", - "postcss-zindex": "2.2.0" + "autoprefixer": "^6.3.1", + "decamelize": "^1.1.2", + "defined": "^1.0.0", + "has": "^1.0.1", + "object-assign": "^4.0.1", + "postcss": "^5.0.14", + "postcss-calc": "^5.2.0", + "postcss-colormin": "^2.1.8", + "postcss-convert-values": "^2.3.4", + "postcss-discard-comments": "^2.0.4", + "postcss-discard-duplicates": "^2.0.1", + "postcss-discard-empty": "^2.0.1", + "postcss-discard-overridden": "^0.1.1", + "postcss-discard-unused": "^2.2.1", + "postcss-filter-plugins": "^2.0.0", + "postcss-merge-idents": "^2.1.5", + "postcss-merge-longhand": "^2.0.1", + "postcss-merge-rules": "^2.0.3", + "postcss-minify-font-values": "^1.0.2", + "postcss-minify-gradients": "^1.0.1", + "postcss-minify-params": "^1.0.4", + "postcss-minify-selectors": "^2.0.4", + "postcss-normalize-charset": "^1.1.0", + "postcss-normalize-url": "^3.0.7", + "postcss-ordered-values": "^2.1.0", + "postcss-reduce-idents": "^2.2.2", + "postcss-reduce-initial": "^1.0.0", + "postcss-reduce-transforms": "^1.0.3", + "postcss-svgo": "^2.1.1", + "postcss-unique-selectors": "^2.0.2", + "postcss-value-parser": "^3.2.3", + "postcss-zindex": "^2.0.1" } }, "csso": { @@ -2236,8 +2237,8 @@ "integrity": "sha512-sRNb1XydwkW9IOci6iB2xmy8IGCj6r/fr+JWitvJ2JxQRPzN3T4AGGVWCMlVmVwM1gtgALJRmGIlWv5ppnGGkg==", "dev": true, "requires": { - "mdn-data": "1.1.4", - "source-map": "0.5.7" + "mdn-data": "~1.1.0", + "source-map": "^0.5.3" } } } @@ -2248,7 +2249,7 @@ "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=", "dev": true, "requires": { - "array-find-index": "1.0.2" + "array-find-index": "^1.0.1" } }, "d": { @@ -2257,7 +2258,7 @@ "integrity": "sha1-dUu1v+VUUdpppYuU1F9MWwRi1Y8=", "dev": true, "requires": { - "es5-ext": "0.10.45" + "es5-ext": "^0.10.9" } }, "damerau-levenshtein": { @@ -2311,8 +2312,8 @@ "integrity": "sha1-g6c/L+pWmJj7c3GTyPhzyvbUXJQ=", "dev": true, "requires": { - "foreach": "2.0.5", - "object-keys": "1.0.11" + "foreach": "^2.0.5", + "object-keys": "^1.0.8" } }, "define-property": { @@ -2321,8 +2322,8 @@ "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", "dev": true, "requires": { - "is-descriptor": "1.0.2", - "isobject": "3.0.1" + "is-descriptor": "^1.0.2", + "isobject": "^3.0.1" }, "dependencies": { "is-accessor-descriptor": { @@ -2331,7 +2332,7 @@ "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", "dev": true, "requires": { - "kind-of": "6.0.2" + "kind-of": "^6.0.0" } }, "is-data-descriptor": { @@ -2340,7 +2341,7 @@ "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", "dev": true, "requires": { - "kind-of": "6.0.2" + "kind-of": "^6.0.0" } }, "is-descriptor": { @@ -2349,9 +2350,9 @@ "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", "dev": true, "requires": { - "is-accessor-descriptor": "1.0.0", - "is-data-descriptor": "1.0.0", - "kind-of": "6.0.2" + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" } }, "kind-of": { @@ -2374,13 +2375,13 @@ "integrity": "sha1-wSyYHQZ4RshLyvhiz/kw2Qf/0ag=", "dev": true, "requires": { - "globby": "5.0.0", - "is-path-cwd": "1.0.0", - "is-path-in-cwd": "1.0.1", - "object-assign": "4.1.1", - "pify": "2.3.0", - "pinkie-promise": "2.0.1", - "rimraf": "2.6.2" + "globby": "^5.0.0", + "is-path-cwd": "^1.0.0", + "is-path-in-cwd": "^1.0.0", + "object-assign": "^4.0.1", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0", + "rimraf": "^2.2.8" }, "dependencies": { "pify": { @@ -2403,8 +2404,8 @@ "integrity": "sha1-wHTS4qpqipoH29YfmhXCzYPsjsw=", "dev": true, "requires": { - "inherits": "2.0.3", - "minimalistic-assert": "1.0.1" + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0" } }, "destroy": { @@ -2424,7 +2425,7 @@ "integrity": "sha1-920GQ1LN9Docts5hnE7jqUdd4gg=", "dev": true, "requires": { - "repeating": "2.0.1" + "repeating": "^2.0.0" } }, "detect-it": { @@ -2432,10 +2433,10 @@ "resolved": "https://registry.npmjs.org/detect-it/-/detect-it-3.0.5.tgz", "integrity": "sha1-gWOWwP4SsRrwgpmnwrg4HljRUXU=", "requires": { - "detect-hover": "1.0.2", - "detect-passive-events": "1.0.4", - "detect-pointer": "1.0.2", - "detect-touch-events": "2.0.1" + "detect-hover": "^1.0.2", + "detect-passive-events": "^1.0.4", + "detect-pointer": "^1.0.2", + "detect-touch-events": "^2.0.1" } }, "detect-node": { @@ -2465,9 +2466,9 @@ "integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==", "dev": true, "requires": { - "bn.js": "4.11.8", - "miller-rabin": "4.0.1", - "randombytes": "2.0.6" + "bn.js": "^4.1.0", + "miller-rabin": "^4.0.0", + "randombytes": "^2.0.0" } }, "dns-equal": { @@ -2482,8 +2483,8 @@ "integrity": "sha512-0UxfQkMhYAUaZI+xrNZOz/as5KgDU0M/fQ9b6SpkyLbk3GEswDi6PADJVaYJradtRVsRIlF1zLyOodbcTCDzUg==", "dev": true, "requires": { - "ip": "1.1.5", - "safe-buffer": "5.1.2" + "ip": "^1.1.0", + "safe-buffer": "^5.0.1" } }, "dns-txt": { @@ -2492,7 +2493,7 @@ "integrity": "sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=", "dev": true, "requires": { - "buffer-indexof": "1.1.1" + "buffer-indexof": "^1.0.0" } }, "doctrine": { @@ -2501,7 +2502,7 @@ "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", "dev": true, "requires": { - "esutils": "2.0.2" + "esutils": "^2.0.2" } }, "dom-serializer": { @@ -2510,8 +2511,8 @@ "integrity": "sha1-BzxpdUbOB4DOI75KKOKT5AvDDII=", "dev": true, "requires": { - "domelementtype": "1.1.3", - "entities": "1.1.1" + "domelementtype": "~1.1.1", + "entities": "~1.1.1" }, "dependencies": { "domelementtype": { @@ -2540,8 +2541,8 @@ "integrity": "sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8=", "dev": true, "requires": { - "dom-serializer": "0.1.0", - "domelementtype": "1.3.0" + "dom-serializer": "0", + "domelementtype": "1" } }, "ee-first": { @@ -2562,13 +2563,13 @@ "integrity": "sha1-ysmvh2LIWDYYcAPI3+GT5eLq5d8=", "dev": true, "requires": { - "bn.js": "4.11.8", - "brorand": "1.1.0", - "hash.js": "1.1.4", - "hmac-drbg": "1.0.1", - "inherits": "2.0.3", - "minimalistic-assert": "1.0.1", - "minimalistic-crypto-utils": "1.0.1" + "bn.js": "^4.4.0", + "brorand": "^1.0.1", + "hash.js": "^1.0.0", + "hmac-drbg": "^1.0.0", + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0", + "minimalistic-crypto-utils": "^1.0.0" } }, "emoji-regex": { @@ -2594,7 +2595,7 @@ "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.12.tgz", "integrity": "sha1-U4tm8+5izRq1HsMjgp0flIDHS+s=", "requires": { - "iconv-lite": "0.4.23" + "iconv-lite": "~0.4.13" } }, "enhanced-resolve": { @@ -2603,10 +2604,10 @@ "integrity": "sha1-BCHjOf1xQZs9oT0Smzl5BAIwR24=", "dev": true, "requires": { - "graceful-fs": "4.1.11", - "memory-fs": "0.4.1", - "object-assign": "4.1.1", - "tapable": "0.2.8" + "graceful-fs": "^4.1.2", + "memory-fs": "^0.4.0", + "object-assign": "^4.0.1", + "tapable": "^0.2.7" } }, "entities": { @@ -2621,7 +2622,7 @@ "integrity": "sha512-MfrRBDWzIWifgq6tJj60gkAwtLNb6sQPlcFrSOflcP1aFmmruKQ2wRnze/8V6kgyz7H3FF8Npzv78mZ7XLLflg==", "dev": true, "requires": { - "prr": "1.0.1" + "prr": "~1.0.1" } }, "error-ex": { @@ -2630,7 +2631,7 @@ "integrity": "sha1-+FWobOYa3E6GIcPNoh56dhLDqNw=", "dev": true, "requires": { - "is-arrayish": "0.2.1" + "is-arrayish": "^0.2.1" } }, "es-abstract": { @@ -2639,11 +2640,11 @@ "integrity": "sha512-C8Fx/0jFmV5IPoMOFPA9P9G5NtqW+4cOPit3MIuvR2t7Ag2K15EJTpxnHAYTzL+aYQJIESYeXZmDBfOBE1HcpA==", "dev": true, "requires": { - "es-to-primitive": "1.1.1", - "function-bind": "1.1.1", - "has": "1.0.3", - "is-callable": "1.1.3", - "is-regex": "1.0.4" + "es-to-primitive": "^1.1.1", + "function-bind": "^1.1.1", + "has": "^1.0.1", + "is-callable": "^1.1.3", + "is-regex": "^1.0.4" } }, "es-to-primitive": { @@ -2652,9 +2653,9 @@ "integrity": "sha1-RTVSSKiJeQNLZ5Lhm7gfK3l13Q0=", "dev": true, "requires": { - "is-callable": "1.1.3", - "is-date-object": "1.0.1", - "is-symbol": "1.0.1" + "is-callable": "^1.1.1", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.1" } }, "es5-ext": { @@ -2663,9 +2664,9 @@ "integrity": "sha512-FkfM6Vxxfmztilbxxz5UKSD4ICMf5tSpRFtDNtkAhOxZ0EKtX6qwmXNyH/sFyIbX2P/nU5AMiA9jilWsUGJzCQ==", "dev": true, "requires": { - "es6-iterator": "2.0.3", - "es6-symbol": "3.1.1", - "next-tick": "1.0.0" + "es6-iterator": "~2.0.3", + "es6-symbol": "~3.1.1", + "next-tick": "1" } }, "es6-iterator": { @@ -2674,9 +2675,9 @@ "integrity": "sha1-p96IkUGgWpSwhUQDstCg+/qY87c=", "dev": true, "requires": { - "d": "1.0.0", - "es5-ext": "0.10.45", - "es6-symbol": "3.1.1" + "d": "1", + "es5-ext": "^0.10.35", + "es6-symbol": "^3.1.1" } }, "es6-map": { @@ -2685,12 +2686,12 @@ "integrity": "sha1-kTbgUD3MBqMBaQ8LsU/042TpSfA=", "dev": true, "requires": { - "d": "1.0.0", - "es5-ext": "0.10.45", - "es6-iterator": "2.0.3", - "es6-set": "0.1.5", - "es6-symbol": "3.1.1", - "event-emitter": "0.3.5" + "d": "1", + "es5-ext": "~0.10.14", + "es6-iterator": "~2.0.1", + "es6-set": "~0.1.5", + "es6-symbol": "~3.1.1", + "event-emitter": "~0.3.5" } }, "es6-set": { @@ -2699,11 +2700,11 @@ "integrity": "sha1-0rPsXU2ADO2BjbU40ol02wpzzLE=", "dev": true, "requires": { - "d": "1.0.0", - "es5-ext": "0.10.45", - "es6-iterator": "2.0.3", + "d": "1", + "es5-ext": "~0.10.14", + "es6-iterator": "~2.0.1", "es6-symbol": "3.1.1", - "event-emitter": "0.3.5" + "event-emitter": "~0.3.5" } }, "es6-symbol": { @@ -2712,8 +2713,8 @@ "integrity": "sha1-vwDvT9q2uhtG7Le2KbTH7VcVzHc=", "dev": true, "requires": { - "d": "1.0.0", - "es5-ext": "0.10.45" + "d": "1", + "es5-ext": "~0.10.14" } }, "es6-weak-map": { @@ -2722,10 +2723,10 @@ "integrity": "sha1-XjqzIlH/0VOKH45f+hNXdy+S2W8=", "dev": true, "requires": { - "d": "1.0.0", - "es5-ext": "0.10.45", - "es6-iterator": "2.0.3", - "es6-symbol": "3.1.1" + "d": "1", + "es5-ext": "^0.10.14", + "es6-iterator": "^2.0.1", + "es6-symbol": "^3.1.1" } }, "escape-html": { @@ -2746,10 +2747,10 @@ "integrity": "sha1-4Bl16BJ4GhY6ba392AOY3GTIicM=", "dev": true, "requires": { - "es6-map": "0.1.5", - "es6-weak-map": "2.0.2", - "esrecurse": "4.2.1", - "estraverse": "4.2.0" + "es6-map": "^0.1.3", + "es6-weak-map": "^2.0.1", + "esrecurse": "^4.1.0", + "estraverse": "^4.1.1" } }, "eslint": { @@ -2758,41 +2759,41 @@ "integrity": "sha1-yPxiAcf0DdCJQbh8CFdnOGpnmsw=", "dev": true, "requires": { - "babel-code-frame": "6.26.0", - "chalk": "1.1.3", - "concat-stream": "1.6.2", - "debug": "2.6.9", - "doctrine": "2.1.0", - "escope": "3.6.0", - "espree": "3.5.4", - "esquery": "1.0.1", - "estraverse": "4.2.0", - "esutils": "2.0.2", - "file-entry-cache": "2.0.0", - "glob": "7.1.2", - "globals": "9.18.0", - "ignore": "3.3.8", - "imurmurhash": "0.1.4", - "inquirer": "0.12.0", - "is-my-json-valid": "2.17.2", - "is-resolvable": "1.1.0", - "js-yaml": "3.12.0", - "json-stable-stringify": "1.0.1", - "levn": "0.3.0", - "lodash": "4.17.10", - "mkdirp": "0.5.1", - "natural-compare": "1.4.0", - "optionator": "0.8.2", - "path-is-inside": "1.0.2", - "pluralize": "1.2.1", - "progress": "1.1.8", - "require-uncached": "1.0.3", - "shelljs": "0.7.8", - "strip-bom": "3.0.0", - "strip-json-comments": "2.0.1", - "table": "3.8.3", - "text-table": "0.2.0", - "user-home": "2.0.0" + "babel-code-frame": "^6.16.0", + "chalk": "^1.1.3", + "concat-stream": "^1.5.2", + "debug": "^2.1.1", + "doctrine": "^2.0.0", + "escope": "^3.6.0", + "espree": "^3.4.0", + "esquery": "^1.0.0", + "estraverse": "^4.2.0", + "esutils": "^2.0.2", + "file-entry-cache": "^2.0.0", + "glob": "^7.0.3", + "globals": "^9.14.0", + "ignore": "^3.2.0", + "imurmurhash": "^0.1.4", + "inquirer": "^0.12.0", + "is-my-json-valid": "^2.10.0", + "is-resolvable": "^1.0.0", + "js-yaml": "^3.5.1", + "json-stable-stringify": "^1.0.0", + "levn": "^0.3.0", + "lodash": "^4.0.0", + "mkdirp": "^0.5.0", + "natural-compare": "^1.4.0", + "optionator": "^0.8.2", + "path-is-inside": "^1.0.1", + "pluralize": "^1.2.1", + "progress": "^1.1.8", + "require-uncached": "^1.0.2", + "shelljs": "^0.7.5", + "strip-bom": "^3.0.0", + "strip-json-comments": "~2.0.1", + "table": "^3.7.8", + "text-table": "~0.2.0", + "user-home": "^2.0.0" } }, "eslint-config-airbnb": { @@ -2801,7 +2802,7 @@ "integrity": "sha1-NV0pAEC7+OAL+LSxn0twy+fCMX8=", "dev": true, "requires": { - "eslint-config-airbnb-base": "11.3.2" + "eslint-config-airbnb-base": "^11.1.0" } }, "eslint-config-airbnb-base": { @@ -2810,7 +2811,7 @@ "integrity": "sha512-/fhjt/VqzBA2SRsx7ErDtv6Ayf+XLw9LIOqmpBuHFCVwyJo2EtzGWMB9fYRFBoWWQLxmNmCpenNiH0RxyeS41w==", "dev": true, "requires": { - "eslint-restricted-globals": "0.1.1" + "eslint-restricted-globals": "^0.1.1" } }, "eslint-import-resolver-node": { @@ -2819,8 +2820,8 @@ "integrity": "sha512-sfmTqJfPSizWu4aymbPr4Iidp5yKm8yDkHp+Ir3YiTHiiDfxh69mOUsmiqW6RZ9zRXFaF64GtYmN7e+8GHBv6Q==", "dev": true, "requires": { - "debug": "2.6.9", - "resolve": "1.7.1" + "debug": "^2.6.9", + "resolve": "^1.5.0" } }, "eslint-module-utils": { @@ -2829,8 +2830,8 @@ "integrity": "sha1-snA2LNiLGkitMIl2zn+lTphBF0Y=", "dev": true, "requires": { - "debug": "2.6.9", - "pkg-dir": "1.0.0" + "debug": "^2.6.8", + "pkg-dir": "^1.0.0" }, "dependencies": { "find-up": { @@ -2839,8 +2840,8 @@ "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=", "dev": true, "requires": { - "path-exists": "2.1.0", - "pinkie-promise": "2.0.1" + "path-exists": "^2.0.0", + "pinkie-promise": "^2.0.0" } }, "path-exists": { @@ -2849,7 +2850,7 @@ "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=", "dev": true, "requires": { - "pinkie-promise": "2.0.1" + "pinkie-promise": "^2.0.0" } }, "pkg-dir": { @@ -2858,7 +2859,7 @@ "integrity": "sha1-ektQio1bstYp1EcFb/TpyTFM89Q=", "dev": true, "requires": { - "find-up": "1.1.2" + "find-up": "^1.0.0" } } } @@ -2869,16 +2870,16 @@ "integrity": "sha1-2tMXgSktZmSyUxf9BJ0uKy8CIF0=", "dev": true, "requires": { - "contains-path": "0.1.0", - "debug": "2.6.9", + "contains-path": "^0.1.0", + "debug": "^2.6.8", "doctrine": "1.5.0", - "eslint-import-resolver-node": "0.3.2", - "eslint-module-utils": "2.2.0", - "has": "1.0.3", - "lodash": "4.17.10", - "minimatch": "3.0.4", - "read-pkg-up": "2.0.0", - "resolve": "1.7.1" + "eslint-import-resolver-node": "^0.3.1", + "eslint-module-utils": "^2.2.0", + "has": "^1.0.1", + "lodash": "^4.17.4", + "minimatch": "^3.0.3", + "read-pkg-up": "^2.0.0", + "resolve": "^1.6.0" }, "dependencies": { "doctrine": { @@ -2887,8 +2888,8 @@ "integrity": "sha1-N53Ocw9hZvds76TmcHoVmwLFpvo=", "dev": true, "requires": { - "esutils": "2.0.2", - "isarray": "1.0.0" + "esutils": "^2.0.2", + "isarray": "^1.0.0" } }, "isarray": { @@ -2905,12 +2906,12 @@ "integrity": "sha1-d5uw/nsI2lZKQiYkkR3hAGHgSO4=", "dev": true, "requires": { - "aria-query": "0.3.0", + "aria-query": "^0.3.0", "ast-types-flow": "0.0.7", - "damerau-levenshtein": "1.0.4", - "emoji-regex": "6.5.1", - "jsx-ast-utils": "1.4.1", - "object-assign": "4.1.1" + "damerau-levenshtein": "^1.0.0", + "emoji-regex": "^6.1.0", + "jsx-ast-utils": "^1.0.0", + "object-assign": "^4.0.1" } }, "eslint-plugin-react": { @@ -2919,11 +2920,11 @@ "integrity": "sha1-xUNb6wZ3ThLH2y9qut3L+QDNP3g=", "dev": true, "requires": { - "array.prototype.find": "2.0.4", - "doctrine": "1.5.0", - "has": "1.0.3", - "jsx-ast-utils": "1.4.1", - "object.assign": "4.1.0" + "array.prototype.find": "^2.0.1", + "doctrine": "^1.2.2", + "has": "^1.0.1", + "jsx-ast-utils": "^1.3.4", + "object.assign": "^4.0.4" }, "dependencies": { "doctrine": { @@ -2932,8 +2933,8 @@ "integrity": "sha1-N53Ocw9hZvds76TmcHoVmwLFpvo=", "dev": true, "requires": { - "esutils": "2.0.2", - "isarray": "1.0.0" + "esutils": "^2.0.2", + "isarray": "^1.0.0" } }, "isarray": { @@ -2956,8 +2957,8 @@ "integrity": "sha512-yAcIQxtmMiB/jL32dzEp2enBeidsB7xWPLNiw3IIkpVds1P+h7qF9YwJq1yUNzp2OKXgAprs4F61ih66UsoD1A==", "dev": true, "requires": { - "acorn": "5.6.2", - "acorn-jsx": "3.0.1" + "acorn": "^5.5.0", + "acorn-jsx": "^3.0.0" } }, "esprima": { @@ -2972,7 +2973,7 @@ "integrity": "sha512-SmiyZ5zIWH9VM+SRUReLS5Q8a7GxtRdxEBVZpm98rJM7Sb+A9DVCndXfkeFUd3byderg+EbDkfnevfCwynWaNA==", "dev": true, "requires": { - "estraverse": "4.2.0" + "estraverse": "^4.0.0" } }, "esrecurse": { @@ -2981,7 +2982,7 @@ "integrity": "sha512-64RBB++fIOAXPw3P9cy89qfMlvZEXZkqqJkjqqXIvzP5ezRZjW+lPWjw35UX/3EhUPFYbg5ER4JYgDw4007/DQ==", "dev": true, "requires": { - "estraverse": "4.2.0" + "estraverse": "^4.1.0" } }, "estraverse": { @@ -3008,8 +3009,8 @@ "integrity": "sha1-34xp7vFkeSPHFXuc6DhAYQsCzDk=", "dev": true, "requires": { - "d": "1.0.0", - "es5-ext": "0.10.45" + "d": "1", + "es5-ext": "~0.10.14" } }, "eventemitter3": { @@ -3030,7 +3031,7 @@ "integrity": "sha1-Cs7ehJ7X3RzMMsgRuxG5RNTykjI=", "dev": true, "requires": { - "original": "1.0.1" + "original": ">=0.0.5" } }, "evp_bytestokey": { @@ -3039,8 +3040,8 @@ "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==", "dev": true, "requires": { - "md5.js": "1.3.4", - "safe-buffer": "5.1.2" + "md5.js": "^1.3.4", + "safe-buffer": "^5.1.1" } }, "execa": { @@ -3049,13 +3050,13 @@ "integrity": "sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=", "dev": true, "requires": { - "cross-spawn": "5.1.0", - "get-stream": "3.0.0", - "is-stream": "1.1.0", - "npm-run-path": "2.0.2", - "p-finally": "1.0.0", - "signal-exit": "3.0.2", - "strip-eof": "1.0.0" + "cross-spawn": "^5.0.1", + "get-stream": "^3.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" } }, "exit-hook": { @@ -3070,13 +3071,13 @@ "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=", "dev": true, "requires": { - "debug": "2.6.9", - "define-property": "0.2.5", - "extend-shallow": "2.0.1", - "posix-character-classes": "0.1.1", - "regex-not": "1.0.2", - "snapdragon": "0.8.2", - "to-regex": "3.0.2" + "debug": "^2.3.3", + "define-property": "^0.2.5", + "extend-shallow": "^2.0.1", + "posix-character-classes": "^0.1.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" }, "dependencies": { "define-property": { @@ -3085,7 +3086,7 @@ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "dev": true, "requires": { - "is-descriptor": "0.1.6" + "is-descriptor": "^0.1.0" } }, "extend-shallow": { @@ -3094,7 +3095,7 @@ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { - "is-extendable": "0.1.1" + "is-extendable": "^0.1.0" } } } @@ -3105,7 +3106,7 @@ "integrity": "sha1-opnv/TNf4nIeuujiV+x5ZE/IUzc=", "dev": true, "requires": { - "fill-range": "2.2.4" + "fill-range": "^2.1.0" }, "dependencies": { "fill-range": { @@ -3114,11 +3115,11 @@ "integrity": "sha512-cnrcCbj01+j2gTG921VZPnHbjmdAf8oQV/iGeV2kZxGSyfYjjTyY79ErsK1WJWMpw6DaApEX72binqJE+/d+5Q==", "dev": true, "requires": { - "is-number": "2.1.0", - "isobject": "2.1.0", - "randomatic": "3.0.0", - "repeat-element": "1.1.2", - "repeat-string": "1.6.1" + "is-number": "^2.1.0", + "isobject": "^2.0.0", + "randomatic": "^3.0.0", + "repeat-element": "^1.1.2", + "repeat-string": "^1.5.2" } }, "is-number": { @@ -3127,7 +3128,7 @@ "integrity": "sha1-Afy7s5NGOlSPL0ZszhbezknbkI8=", "dev": true, "requires": { - "kind-of": "3.2.2" + "kind-of": "^3.0.2" } }, "isarray": { @@ -3153,36 +3154,36 @@ "integrity": "sha1-avilAjUNsyRuzEvs9rWjTSL37VM=", "dev": true, "requires": { - "accepts": "1.3.5", + "accepts": "~1.3.5", "array-flatten": "1.1.1", "body-parser": "1.18.2", "content-disposition": "0.5.2", - "content-type": "1.0.4", + "content-type": "~1.0.4", "cookie": "0.3.1", "cookie-signature": "1.0.6", "debug": "2.6.9", - "depd": "1.1.2", - "encodeurl": "1.0.2", - "escape-html": "1.0.3", - "etag": "1.8.1", + "depd": "~1.1.2", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", "finalhandler": "1.1.1", "fresh": "0.5.2", "merge-descriptors": "1.0.1", - "methods": "1.1.2", - "on-finished": "2.3.0", - "parseurl": "1.3.2", + "methods": "~1.1.2", + "on-finished": "~2.3.0", + "parseurl": "~1.3.2", "path-to-regexp": "0.1.7", - "proxy-addr": "2.0.3", + "proxy-addr": "~2.0.3", "qs": "6.5.1", - "range-parser": "1.2.0", + "range-parser": "~1.2.0", "safe-buffer": "5.1.1", "send": "0.16.2", "serve-static": "1.13.2", "setprototypeof": "1.1.0", - "statuses": "1.4.0", - "type-is": "1.6.16", + "statuses": "~1.4.0", + "type-is": "~1.6.16", "utils-merge": "1.0.1", - "vary": "1.1.2" + "vary": "~1.1.2" }, "dependencies": { "array-flatten": { @@ -3211,8 +3212,8 @@ "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", "dev": true, "requires": { - "assign-symbols": "1.0.0", - "is-extendable": "1.0.1" + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" }, "dependencies": { "is-extendable": { @@ -3221,7 +3222,7 @@ "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", "dev": true, "requires": { - "is-plain-object": "2.0.4" + "is-plain-object": "^2.0.4" } } } @@ -3232,14 +3233,14 @@ "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", "dev": true, "requires": { - "array-unique": "0.3.2", - "define-property": "1.0.0", - "expand-brackets": "2.1.4", - "extend-shallow": "2.0.1", - "fragment-cache": "0.2.1", - "regex-not": "1.0.2", - "snapdragon": "0.8.2", - "to-regex": "3.0.2" + "array-unique": "^0.3.2", + "define-property": "^1.0.0", + "expand-brackets": "^2.1.4", + "extend-shallow": "^2.0.1", + "fragment-cache": "^0.2.1", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" }, "dependencies": { "define-property": { @@ -3248,7 +3249,7 @@ "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", "dev": true, "requires": { - "is-descriptor": "1.0.2" + "is-descriptor": "^1.0.0" } }, "extend-shallow": { @@ -3257,7 +3258,7 @@ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { - "is-extendable": "0.1.1" + "is-extendable": "^0.1.0" } }, "is-accessor-descriptor": { @@ -3266,7 +3267,7 @@ "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", "dev": true, "requires": { - "kind-of": "6.0.2" + "kind-of": "^6.0.0" } }, "is-data-descriptor": { @@ -3275,7 +3276,7 @@ "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", "dev": true, "requires": { - "kind-of": "6.0.2" + "kind-of": "^6.0.0" } }, "is-descriptor": { @@ -3284,9 +3285,9 @@ "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", "dev": true, "requires": { - "is-accessor-descriptor": "1.0.0", - "is-data-descriptor": "1.0.0", - "kind-of": "6.0.2" + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" } }, "kind-of": { @@ -3327,7 +3328,7 @@ "integrity": "sha1-TkkvjQTftviQA1B/btvy1QHnxvQ=", "dev": true, "requires": { - "websocket-driver": "0.7.0" + "websocket-driver": ">=0.5.1" } }, "fbjs": { @@ -3335,13 +3336,13 @@ "resolved": "https://registry.npmjs.org/fbjs/-/fbjs-0.8.17.tgz", "integrity": "sha1-xNWY6taUkRJlPWWIsBpc3Nn5D90=", "requires": { - "core-js": "1.2.7", - "isomorphic-fetch": "2.2.1", - "loose-envify": "1.3.1", - "object-assign": "4.1.1", - "promise": "7.3.1", - "setimmediate": "1.0.5", - "ua-parser-js": "0.7.18" + "core-js": "^1.0.0", + "isomorphic-fetch": "^2.1.1", + "loose-envify": "^1.0.0", + "object-assign": "^4.1.0", + "promise": "^7.1.1", + "setimmediate": "^1.0.5", + "ua-parser-js": "^0.7.18" } }, "figures": { @@ -3350,8 +3351,8 @@ "integrity": "sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4=", "dev": true, "requires": { - "escape-string-regexp": "1.0.5", - "object-assign": "4.1.1" + "escape-string-regexp": "^1.0.5", + "object-assign": "^4.1.0" } }, "file-entry-cache": { @@ -3360,8 +3361,8 @@ "integrity": "sha1-w5KZDD5oR4PYOLjISkXYoEhFg2E=", "dev": true, "requires": { - "flat-cache": "1.3.0", - "object-assign": "4.1.1" + "flat-cache": "^1.2.1", + "object-assign": "^4.0.1" } }, "filename-regex": { @@ -3376,10 +3377,10 @@ "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", "dev": true, "requires": { - "extend-shallow": "2.0.1", - "is-number": "3.0.0", - "repeat-string": "1.6.1", - "to-regex-range": "2.1.1" + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" }, "dependencies": { "extend-shallow": { @@ -3388,7 +3389,7 @@ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { - "is-extendable": "0.1.1" + "is-extendable": "^0.1.0" } } } @@ -3400,12 +3401,12 @@ "dev": true, "requires": { "debug": "2.6.9", - "encodeurl": "1.0.2", - "escape-html": "1.0.3", - "on-finished": "2.3.0", - "parseurl": "1.3.2", - "statuses": "1.4.0", - "unpipe": "1.0.0" + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "~2.3.0", + "parseurl": "~1.3.2", + "statuses": "~1.4.0", + "unpipe": "~1.0.0" } }, "find-cache-dir": { @@ -3414,9 +3415,9 @@ "integrity": "sha1-kojj6ePMN0hxfTnq3hfPcfww7m8=", "dev": true, "requires": { - "commondir": "1.0.1", - "make-dir": "1.3.0", - "pkg-dir": "2.0.0" + "commondir": "^1.0.1", + "make-dir": "^1.0.0", + "pkg-dir": "^2.0.0" } }, "find-up": { @@ -3425,7 +3426,7 @@ "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", "dev": true, "requires": { - "locate-path": "2.0.0" + "locate-path": "^2.0.0" } }, "flat-cache": { @@ -3434,10 +3435,10 @@ "integrity": "sha1-0wMLMrOBVPTjt+nHCfSQ9++XxIE=", "dev": true, "requires": { - "circular-json": "0.3.3", - "del": "2.2.2", - "graceful-fs": "4.1.11", - "write": "0.2.1" + "circular-json": "^0.3.1", + "del": "^2.0.2", + "graceful-fs": "^4.1.2", + "write": "^0.2.1" } }, "flatten": { @@ -3452,7 +3453,7 @@ "integrity": "sha512-fdrt472/9qQ6Kgjvb935ig6vJCuofpBUD14f9Vb+SLlm7xIe4Qva5gey8EKtv8lp7ahE1wilg3xL1znpVGtZIA==", "dev": true, "requires": { - "debug": "3.1.0" + "debug": "^3.1.0" }, "dependencies": { "debug": { @@ -3478,7 +3479,7 @@ "integrity": "sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4=", "dev": true, "requires": { - "for-in": "1.0.2" + "for-in": "^1.0.1" } }, "foreach": { @@ -3499,7 +3500,7 @@ "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=", "dev": true, "requires": { - "map-cache": "0.2.2" + "map-cache": "^0.2.2" } }, "fresh": { @@ -3514,6 +3515,535 @@ "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", "dev": true }, + "fsevents": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.4.tgz", + "integrity": "sha512-z8H8/diyk76B7q5wg+Ud0+CqzcAF3mBBI/bA5ne5zrRUUIvNkJY//D3BqyH571KuAC4Nr7Rw7CjWX4r0y9DvNg==", + "dev": true, + "optional": true, + "requires": { + "nan": "^2.9.2", + "node-pre-gyp": "^0.10.0" + }, + "dependencies": { + "abbrev": { + "version": "1.1.1", + "bundled": true, + "dev": true, + "optional": true + }, + "ansi-regex": { + "version": "2.1.1", + "bundled": true, + "dev": true + }, + "aproba": { + "version": "1.2.0", + "bundled": true, + "dev": true, + "optional": true + }, + "are-we-there-yet": { + "version": "1.1.4", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "delegates": "^1.0.0", + "readable-stream": "^2.0.6" + } + }, + "balanced-match": { + "version": "1.0.0", + "bundled": true, + "dev": true + }, + "brace-expansion": { + "version": "1.1.11", + "bundled": true, + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "chownr": { + "version": "1.0.1", + "bundled": true, + "dev": true, + "optional": true + }, + "code-point-at": { + "version": "1.1.0", + "bundled": true, + "dev": true + }, + "concat-map": { + "version": "0.0.1", + "bundled": true, + "dev": true + }, + "console-control-strings": { + "version": "1.1.0", + "bundled": true, + "dev": true + }, + "core-util-is": { + "version": "1.0.2", + "bundled": true, + "dev": true, + "optional": true + }, + "debug": { + "version": "2.6.9", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "ms": "2.0.0" + } + }, + "deep-extend": { + "version": "0.5.1", + "bundled": true, + "dev": true, + "optional": true + }, + "delegates": { + "version": "1.0.0", + "bundled": true, + "dev": true, + "optional": true + }, + "detect-libc": { + "version": "1.0.3", + "bundled": true, + "dev": true, + "optional": true + }, + "fs-minipass": { + "version": "1.2.5", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "minipass": "^2.2.1" + } + }, + "fs.realpath": { + "version": "1.0.0", + "bundled": true, + "dev": true, + "optional": true + }, + "gauge": { + "version": "2.7.4", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "aproba": "^1.0.3", + "console-control-strings": "^1.0.0", + "has-unicode": "^2.0.0", + "object-assign": "^4.1.0", + "signal-exit": "^3.0.0", + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1", + "wide-align": "^1.1.0" + } + }, + "glob": { + "version": "7.1.2", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "has-unicode": { + "version": "2.0.1", + "bundled": true, + "dev": true, + "optional": true + }, + "iconv-lite": { + "version": "0.4.21", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "safer-buffer": "^2.1.0" + } + }, + "ignore-walk": { + "version": "3.0.1", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "minimatch": "^3.0.4" + } + }, + "inflight": { + "version": "1.0.6", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.3", + "bundled": true, + "dev": true + }, + "ini": { + "version": "1.3.5", + "bundled": true, + "dev": true, + "optional": true + }, + "is-fullwidth-code-point": { + "version": "1.0.0", + "bundled": true, + "dev": true, + "requires": { + "number-is-nan": "^1.0.0" + } + }, + "isarray": { + "version": "1.0.0", + "bundled": true, + "dev": true, + "optional": true + }, + "minimatch": { + "version": "3.0.4", + "bundled": true, + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minimist": { + "version": "0.0.8", + "bundled": true, + "dev": true + }, + "minipass": { + "version": "2.2.4", + "bundled": true, + "dev": true, + "requires": { + "safe-buffer": "^5.1.1", + "yallist": "^3.0.0" + } + }, + "minizlib": { + "version": "1.1.0", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "minipass": "^2.2.1" + } + }, + "mkdirp": { + "version": "0.5.1", + "bundled": true, + "dev": true, + "requires": { + "minimist": "0.0.8" + } + }, + "ms": { + "version": "2.0.0", + "bundled": true, + "dev": true, + "optional": true + }, + "needle": { + "version": "2.2.0", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "debug": "^2.1.2", + "iconv-lite": "^0.4.4", + "sax": "^1.2.4" + } + }, + "node-pre-gyp": { + "version": "0.10.0", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "detect-libc": "^1.0.2", + "mkdirp": "^0.5.1", + "needle": "^2.2.0", + "nopt": "^4.0.1", + "npm-packlist": "^1.1.6", + "npmlog": "^4.0.2", + "rc": "^1.1.7", + "rimraf": "^2.6.1", + "semver": "^5.3.0", + "tar": "^4" + } + }, + "nopt": { + "version": "4.0.1", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "abbrev": "1", + "osenv": "^0.1.4" + } + }, + "npm-bundled": { + "version": "1.0.3", + "bundled": true, + "dev": true, + "optional": true + }, + "npm-packlist": { + "version": "1.1.10", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "ignore-walk": "^3.0.1", + "npm-bundled": "^1.0.1" + } + }, + "npmlog": { + "version": "4.1.2", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "are-we-there-yet": "~1.1.2", + "console-control-strings": "~1.1.0", + "gauge": "~2.7.3", + "set-blocking": "~2.0.0" + } + }, + "number-is-nan": { + "version": "1.0.1", + "bundled": true, + "dev": true + }, + "object-assign": { + "version": "4.1.1", + "bundled": true, + "dev": true, + "optional": true + }, + "once": { + "version": "1.4.0", + "bundled": true, + "dev": true, + "requires": { + "wrappy": "1" + } + }, + "os-homedir": { + "version": "1.0.2", + "bundled": true, + "dev": true, + "optional": true + }, + "os-tmpdir": { + "version": "1.0.2", + "bundled": true, + "dev": true, + "optional": true + }, + "osenv": { + "version": "0.1.5", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "os-homedir": "^1.0.0", + "os-tmpdir": "^1.0.0" + } + }, + "path-is-absolute": { + "version": "1.0.1", + "bundled": true, + "dev": true, + "optional": true + }, + "process-nextick-args": { + "version": "2.0.0", + "bundled": true, + "dev": true, + "optional": true + }, + "rc": { + "version": "1.2.7", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "deep-extend": "^0.5.1", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" + }, + "dependencies": { + "minimist": { + "version": "1.2.0", + "bundled": true, + "dev": true, + "optional": true + } + } + }, + "readable-stream": { + "version": "2.3.6", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "rimraf": { + "version": "2.6.2", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "glob": "^7.0.5" + } + }, + "safe-buffer": { + "version": "5.1.1", + "bundled": true, + "dev": true + }, + "safer-buffer": { + "version": "2.1.2", + "bundled": true, + "dev": true, + "optional": true + }, + "sax": { + "version": "1.2.4", + "bundled": true, + "dev": true, + "optional": true + }, + "semver": { + "version": "5.5.0", + "bundled": true, + "dev": true, + "optional": true + }, + "set-blocking": { + "version": "2.0.0", + "bundled": true, + "dev": true, + "optional": true + }, + "signal-exit": { + "version": "3.0.2", + "bundled": true, + "dev": true, + "optional": true + }, + "string-width": { + "version": "1.0.2", + "bundled": true, + "dev": true, + "requires": { + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" + } + }, + "string_decoder": { + "version": "1.1.1", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "safe-buffer": "~5.1.0" + } + }, + "strip-ansi": { + "version": "3.0.1", + "bundled": true, + "dev": true, + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "strip-json-comments": { + "version": "2.0.1", + "bundled": true, + "dev": true, + "optional": true + }, + "tar": { + "version": "4.4.1", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "chownr": "^1.0.1", + "fs-minipass": "^1.2.5", + "minipass": "^2.2.4", + "minizlib": "^1.1.0", + "mkdirp": "^0.5.0", + "safe-buffer": "^5.1.1", + "yallist": "^3.0.2" + } + }, + "util-deprecate": { + "version": "1.0.2", + "bundled": true, + "dev": true, + "optional": true + }, + "wide-align": { + "version": "1.1.2", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "string-width": "^1.0.2" + } + }, + "wrappy": { + "version": "1.0.2", + "bundled": true, + "dev": true + }, + "yallist": { + "version": "3.0.2", + "bundled": true, + "dev": true + } + } + }, "function-bind": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", @@ -3532,7 +4062,7 @@ "integrity": "sha1-nA4cQDCM6AT0eDYYuTf6iPmdUNA=", "dev": true, "requires": { - "is-property": "1.0.2" + "is-property": "^1.0.0" } }, "get-caller-file": { @@ -3565,12 +4095,12 @@ "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==", "dev": true, "requires": { - "fs.realpath": "1.0.0", - "inflight": "1.0.6", - "inherits": "2.0.3", - "minimatch": "3.0.4", - "once": "1.4.0", - "path-is-absolute": "1.0.1" + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" } }, "glob-base": { @@ -3579,8 +4109,8 @@ "integrity": "sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q=", "dev": true, "requires": { - "glob-parent": "2.0.0", - "is-glob": "2.0.1" + "glob-parent": "^2.0.0", + "is-glob": "^2.0.0" }, "dependencies": { "glob-parent": { @@ -3589,7 +4119,7 @@ "integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=", "dev": true, "requires": { - "is-glob": "2.0.1" + "is-glob": "^2.0.0" } }, "is-extglob": { @@ -3604,7 +4134,7 @@ "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", "dev": true, "requires": { - "is-extglob": "1.0.0" + "is-extglob": "^1.0.0" } } } @@ -3615,8 +4145,8 @@ "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", "dev": true, "requires": { - "is-glob": "3.1.0", - "path-dirname": "1.0.2" + "is-glob": "^3.1.0", + "path-dirname": "^1.0.0" }, "dependencies": { "is-glob": { @@ -3625,7 +4155,7 @@ "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", "dev": true, "requires": { - "is-extglob": "2.1.1" + "is-extglob": "^2.1.0" } } } @@ -3642,12 +4172,12 @@ "integrity": "sha1-69hGZ8oNuzMLmbz8aOrCvFQ3Dg0=", "dev": true, "requires": { - "array-union": "1.0.2", - "arrify": "1.0.1", - "glob": "7.1.2", - "object-assign": "4.1.1", - "pify": "2.3.0", - "pinkie-promise": "2.0.1" + "array-union": "^1.0.1", + "arrify": "^1.0.0", + "glob": "^7.0.3", + "object-assign": "^4.0.1", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" }, "dependencies": { "pify": { @@ -3676,7 +4206,7 @@ "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", "dev": true, "requires": { - "function-bind": "1.1.1" + "function-bind": "^1.1.1" } }, "has-ansi": { @@ -3685,7 +4215,7 @@ "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", "dev": true, "requires": { - "ansi-regex": "2.1.1" + "ansi-regex": "^2.0.0" } }, "has-flag": { @@ -3706,9 +4236,9 @@ "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=", "dev": true, "requires": { - "get-value": "2.0.6", - "has-values": "1.0.0", - "isobject": "3.0.1" + "get-value": "^2.0.6", + "has-values": "^1.0.0", + "isobject": "^3.0.0" } }, "has-values": { @@ -3717,8 +4247,8 @@ "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=", "dev": true, "requires": { - "is-number": "3.0.0", - "kind-of": "4.0.0" + "is-number": "^3.0.0", + "kind-of": "^4.0.0" }, "dependencies": { "kind-of": { @@ -3727,7 +4257,7 @@ "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", "dev": true, "requires": { - "is-buffer": "1.1.6" + "is-buffer": "^1.1.5" } } } @@ -3738,8 +4268,8 @@ "integrity": "sha1-X8hoaEfs1zSZQDMZprCj8/auSRg=", "dev": true, "requires": { - "inherits": "2.0.3", - "safe-buffer": "5.1.2" + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" } }, "hash.js": { @@ -3748,8 +4278,8 @@ "integrity": "sha512-A6RlQvvZEtFS5fLU43IDu0QUmBy+fDO9VMdTXvufKwIkt/rFfvICAViCax5fbDO4zdNzaC3/27ZhKUok5bAJyw==", "dev": true, "requires": { - "inherits": "2.0.3", - "minimalistic-assert": "1.0.1" + "inherits": "^2.0.3", + "minimalistic-assert": "^1.0.0" } }, "history": { @@ -3757,11 +4287,11 @@ "resolved": "https://registry.npmjs.org/history/-/history-4.7.2.tgz", "integrity": "sha512-1zkBRWW6XweO0NBcjiphtVJVsIQ+SXF29z9DVkceeaSLVMFXHool+fdCZD4spDCfZJCILPILc3bm7Bc+HRi0nA==", "requires": { - "invariant": "2.2.4", - "loose-envify": "1.3.1", - "resolve-pathname": "2.2.0", - "value-equal": "0.4.0", - "warning": "3.0.0" + "invariant": "^2.2.1", + "loose-envify": "^1.2.0", + "resolve-pathname": "^2.2.0", + "value-equal": "^0.4.0", + "warning": "^3.0.0" }, "dependencies": { "warning": { @@ -3769,7 +4299,7 @@ "resolved": "https://registry.npmjs.org/warning/-/warning-3.0.0.tgz", "integrity": "sha1-MuU3fLVy3kqwR1O9+IIcAe1gW3w=", "requires": { - "loose-envify": "1.3.1" + "loose-envify": "^1.0.0" } } } @@ -3780,9 +4310,9 @@ "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=", "dev": true, "requires": { - "hash.js": "1.1.4", - "minimalistic-assert": "1.0.1", - "minimalistic-crypto-utils": "1.0.1" + "hash.js": "^1.0.3", + "minimalistic-assert": "^1.0.0", + "minimalistic-crypto-utils": "^1.0.1" } }, "hoist-non-react-statics": { @@ -3796,8 +4326,8 @@ "integrity": "sha1-42w/LSyufXRqhX440Y1fMqeILbg=", "dev": true, "requires": { - "os-homedir": "1.0.2", - "os-tmpdir": "1.0.2" + "os-homedir": "^1.0.0", + "os-tmpdir": "^1.0.1" } }, "hosted-git-info": { @@ -3812,10 +4342,10 @@ "integrity": "sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=", "dev": true, "requires": { - "inherits": "2.0.3", - "obuf": "1.1.2", - "readable-stream": "2.3.6", - "wbuf": "1.7.3" + "inherits": "^2.0.1", + "obuf": "^1.0.0", + "readable-stream": "^2.0.1", + "wbuf": "^1.1.0" } }, "html-comment-regex": { @@ -3842,10 +4372,10 @@ "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", "dev": true, "requires": { - "depd": "1.1.2", + "depd": "~1.1.2", "inherits": "2.0.3", "setprototypeof": "1.1.0", - "statuses": "1.4.0" + "statuses": ">= 1.4.0 < 2" } }, "http-parser-js": { @@ -3860,9 +4390,9 @@ "integrity": "sha512-Taqn+3nNvYRfJ3bGvKfBSRwy1v6eePlm3oc/aWVxZp57DQr5Eq3xhKJi7Z4hZpS8PC3H4qI+Yly5EmFacGuA/g==", "dev": true, "requires": { - "eventemitter3": "3.1.0", - "follow-redirects": "1.5.0", - "requires-port": "1.0.0" + "eventemitter3": "^3.0.0", + "follow-redirects": "^1.0.0", + "requires-port": "^1.0.0" } }, "http-proxy-middleware": { @@ -3871,10 +4401,10 @@ "integrity": "sha1-ZC6ISIUdZvCdTxJJEoRtuutBuDM=", "dev": true, "requires": { - "http-proxy": "1.17.0", - "is-glob": "3.1.0", - "lodash": "4.17.10", - "micromatch": "2.3.11" + "http-proxy": "^1.16.2", + "is-glob": "^3.1.0", + "lodash": "^4.17.2", + "micromatch": "^2.3.11" }, "dependencies": { "arr-diff": { @@ -3883,7 +4413,7 @@ "integrity": "sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8=", "dev": true, "requires": { - "arr-flatten": "1.1.0" + "arr-flatten": "^1.0.1" } }, "array-unique": { @@ -3898,9 +4428,9 @@ "integrity": "sha1-uneWLhLf+WnWt2cR6RS3N4V79qc=", "dev": true, "requires": { - "expand-range": "1.8.2", - "preserve": "0.2.0", - "repeat-element": "1.1.2" + "expand-range": "^1.8.1", + "preserve": "^0.2.0", + "repeat-element": "^1.1.2" } }, "expand-brackets": { @@ -3909,7 +4439,7 @@ "integrity": "sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s=", "dev": true, "requires": { - "is-posix-bracket": "0.1.1" + "is-posix-bracket": "^0.1.0" } }, "extglob": { @@ -3918,7 +4448,7 @@ "integrity": "sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE=", "dev": true, "requires": { - "is-extglob": "1.0.0" + "is-extglob": "^1.0.0" }, "dependencies": { "is-extglob": { @@ -3935,7 +4465,7 @@ "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", "dev": true, "requires": { - "is-extglob": "2.1.1" + "is-extglob": "^2.1.0" } }, "micromatch": { @@ -3944,19 +4474,19 @@ "integrity": "sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU=", "dev": true, "requires": { - "arr-diff": "2.0.0", - "array-unique": "0.2.1", - "braces": "1.8.5", - "expand-brackets": "0.1.5", - "extglob": "0.3.2", - "filename-regex": "2.0.1", - "is-extglob": "1.0.0", - "is-glob": "2.0.1", - "kind-of": "3.2.2", - "normalize-path": "2.1.1", - "object.omit": "2.0.1", - "parse-glob": "3.0.4", - "regex-cache": "0.4.4" + "arr-diff": "^2.0.0", + "array-unique": "^0.2.1", + "braces": "^1.8.2", + "expand-brackets": "^0.1.4", + "extglob": "^0.3.1", + "filename-regex": "^2.0.0", + "is-extglob": "^1.0.0", + "is-glob": "^2.0.1", + "kind-of": "^3.0.2", + "normalize-path": "^2.0.1", + "object.omit": "^2.0.0", + "parse-glob": "^3.0.4", + "regex-cache": "^0.4.2" }, "dependencies": { "is-extglob": { @@ -3971,7 +4501,7 @@ "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", "dev": true, "requires": { - "is-extglob": "1.0.0" + "is-extglob": "^1.0.0" } } } @@ -3989,7 +4519,7 @@ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.23.tgz", "integrity": "sha512-neyTUVFtahjf0mB3dZT77u+8O0QB89jFdnBkd5P1JgYPbPaia3gXXOVL2fq8VyU2gMMD7SaN7QukTB/pmXYvDA==", "requires": { - "safer-buffer": "2.1.2" + "safer-buffer": ">= 2.1.2 < 3" } }, "icss-replace-symbols": { @@ -4004,7 +4534,7 @@ "integrity": "sha1-g/Cg7DeL8yRheLbCrZE28TWxyWI=", "dev": true, "requires": { - "postcss": "6.0.23" + "postcss": "^6.0.1" }, "dependencies": { "ansi-styles": { @@ -4013,7 +4543,7 @@ "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", "dev": true, "requires": { - "color-convert": "1.9.2" + "color-convert": "^1.9.0" } }, "chalk": { @@ -4022,9 +4552,9 @@ "integrity": "sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ==", "dev": true, "requires": { - "ansi-styles": "3.2.1", - "escape-string-regexp": "1.0.5", - "supports-color": "5.4.0" + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" } }, "has-flag": { @@ -4039,9 +4569,9 @@ "integrity": "sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==", "dev": true, "requires": { - "chalk": "2.4.1", - "source-map": "0.6.1", - "supports-color": "5.4.0" + "chalk": "^2.4.1", + "source-map": "^0.6.1", + "supports-color": "^5.4.0" } }, "source-map": { @@ -4056,7 +4586,7 @@ "integrity": "sha512-zjaXglF5nnWpsq470jSv6P9DwPvgLkuapYmfDm3JWOm0vkNTVF2tI4UrN2r6jH1qM/uc/WtxYY1hYoA2dOKj5w==", "dev": true, "requires": { - "has-flag": "3.0.0" + "has-flag": "^3.0.0" } } } @@ -4079,8 +4609,8 @@ "integrity": "sha512-vAaZHieK9qjGo58agRBg+bhHX3hoTZU/Oa3GESWLz7t1U62fk63aHuDJJEteXoDeTCcPmUT+z38gkHPZkkmpmQ==", "dev": true, "requires": { - "pkg-dir": "2.0.0", - "resolve-cwd": "2.0.0" + "pkg-dir": "^2.0.0", + "resolve-cwd": "^2.0.0" } }, "imurmurhash": { @@ -4095,7 +4625,7 @@ "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=", "dev": true, "requires": { - "repeating": "2.0.1" + "repeating": "^2.0.0" } }, "indexes-of": { @@ -4116,8 +4646,8 @@ "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", "dev": true, "requires": { - "once": "1.4.0", - "wrappy": "1.0.2" + "once": "^1.3.0", + "wrappy": "1" } }, "inherits": { @@ -4132,19 +4662,19 @@ "integrity": "sha1-HvK/1jUE3wvHV4X/+MLEHfEvB34=", "dev": true, "requires": { - "ansi-escapes": "1.4.0", - "ansi-regex": "2.1.1", - "chalk": "1.1.3", - "cli-cursor": "1.0.2", - "cli-width": "2.2.0", - "figures": "1.7.0", - "lodash": "4.17.10", - "readline2": "1.0.1", - "run-async": "0.1.0", - "rx-lite": "3.1.2", - "string-width": "1.0.2", - "strip-ansi": "3.0.1", - "through": "2.3.8" + "ansi-escapes": "^1.1.0", + "ansi-regex": "^2.0.0", + "chalk": "^1.0.0", + "cli-cursor": "^1.0.1", + "cli-width": "^2.0.0", + "figures": "^1.3.5", + "lodash": "^4.3.0", + "readline2": "^1.0.1", + "run-async": "^0.1.0", + "rx-lite": "^3.1.2", + "string-width": "^1.0.1", + "strip-ansi": "^3.0.0", + "through": "^2.3.6" } }, "internal-ip": { @@ -4153,7 +4683,7 @@ "integrity": "sha1-rp+/k7mEh4eF1QqN4bNWlWBYz1w=", "dev": true, "requires": { - "meow": "3.7.0" + "meow": "^3.3.0" } }, "interpret": { @@ -4167,7 +4697,7 @@ "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz", "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==", "requires": { - "loose-envify": "1.3.1" + "loose-envify": "^1.0.0" } }, "invert-kv": { @@ -4200,7 +4730,7 @@ "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", "dev": true, "requires": { - "kind-of": "3.2.2" + "kind-of": "^3.0.2" } }, "is-arrayish": { @@ -4215,7 +4745,7 @@ "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", "dev": true, "requires": { - "binary-extensions": "1.11.0" + "binary-extensions": "^1.0.0" } }, "is-buffer": { @@ -4230,7 +4760,7 @@ "integrity": "sha1-VAVy0096wxGfj3bDDLwbHgN6/74=", "dev": true, "requires": { - "builtin-modules": "1.1.1" + "builtin-modules": "^1.0.0" } }, "is-callable": { @@ -4245,7 +4775,7 @@ "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", "dev": true, "requires": { - "kind-of": "3.2.2" + "kind-of": "^3.0.2" } }, "is-date-object": { @@ -4260,9 +4790,9 @@ "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", "dev": true, "requires": { - "is-accessor-descriptor": "0.1.6", - "is-data-descriptor": "0.1.4", - "kind-of": "5.1.0" + "is-accessor-descriptor": "^0.1.6", + "is-data-descriptor": "^0.1.4", + "kind-of": "^5.0.0" }, "dependencies": { "kind-of": { @@ -4285,7 +4815,7 @@ "integrity": "sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ=", "dev": true, "requires": { - "is-primitive": "2.0.0" + "is-primitive": "^2.0.0" } }, "is-extendable": { @@ -4306,7 +4836,7 @@ "integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=", "dev": true, "requires": { - "number-is-nan": "1.0.1" + "number-is-nan": "^1.0.0" } }, "is-fullwidth-code-point": { @@ -4315,7 +4845,7 @@ "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", "dev": true, "requires": { - "number-is-nan": "1.0.1" + "number-is-nan": "^1.0.0" } }, "is-glob": { @@ -4324,7 +4854,7 @@ "integrity": "sha1-lSHHaEXMJhCoUgPd8ICpWML/q8A=", "dev": true, "requires": { - "is-extglob": "2.1.1" + "is-extglob": "^2.1.1" } }, "is-my-ip-valid": { @@ -4339,11 +4869,11 @@ "integrity": "sha512-IBhBslgngMQN8DDSppmgDv7RNrlFotuuDsKcrCP3+HbFaVivIBU7u9oiiErw8sH4ynx3+gOGQ3q2otkgiSi6kg==", "dev": true, "requires": { - "generate-function": "2.0.0", - "generate-object-property": "1.2.0", - "is-my-ip-valid": "1.0.0", - "jsonpointer": "4.0.1", - "xtend": "4.0.1" + "generate-function": "^2.0.0", + "generate-object-property": "^1.1.0", + "is-my-ip-valid": "^1.0.0", + "jsonpointer": "^4.0.0", + "xtend": "^4.0.0" } }, "is-number": { @@ -4352,7 +4882,7 @@ "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", "dev": true, "requires": { - "kind-of": "3.2.2" + "kind-of": "^3.0.2" } }, "is-odd": { @@ -4361,7 +4891,7 @@ "integrity": "sha512-OTiixgpZAT1M4NHgS5IguFp/Vz2VI3U7Goh4/HA1adtwyLtSBrxYlcSYkhpAE07s4fKEcjrFxyvtQBND4vFQyQ==", "dev": true, "requires": { - "is-number": "4.0.0" + "is-number": "^4.0.0" }, "dependencies": { "is-number": { @@ -4384,7 +4914,7 @@ "integrity": "sha512-FjV1RTW48E7CWM7eE/J2NJvAEEVektecDBVBE5Hh3nM1Jd0kvhHtX68Pr3xsDf857xt3Y4AkwVULK1Vku62aaQ==", "dev": true, "requires": { - "is-path-inside": "1.0.1" + "is-path-inside": "^1.0.0" } }, "is-path-inside": { @@ -4393,7 +4923,7 @@ "integrity": "sha1-jvW33lBDej/cprToZe96pVy0gDY=", "dev": true, "requires": { - "path-is-inside": "1.0.2" + "path-is-inside": "^1.0.1" } }, "is-plain-obj": { @@ -4408,7 +4938,7 @@ "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", "dev": true, "requires": { - "isobject": "3.0.1" + "isobject": "^3.0.1" } }, "is-posix-bracket": { @@ -4435,7 +4965,7 @@ "integrity": "sha1-VRdIm1RwkbCTDglWVM7SXul+lJE=", "dev": true, "requires": { - "has": "1.0.3" + "has": "^1.0.1" } }, "is-resolvable": { @@ -4455,7 +4985,7 @@ "integrity": "sha1-z2EJDaDZ77yrhyLeum8DIgjbsOk=", "dev": true, "requires": { - "html-comment-regex": "1.1.1" + "html-comment-regex": "^1.1.0" } }, "is-symbol": { @@ -4504,8 +5034,8 @@ "resolved": "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz", "integrity": "sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk=", "requires": { - "node-fetch": "1.7.3", - "whatwg-fetch": "2.0.4" + "node-fetch": "^1.0.1", + "whatwg-fetch": ">=0.10.0" } }, "js-base64": { @@ -4525,8 +5055,8 @@ "integrity": "sha512-PIt2cnwmPfL4hKNwqeiuz4bKfnzHTBv6HyVgjahA6mPLwPDzjDWrplJBMjHUFxku/N3FlmrbyPclad+I+4mJ3A==", "dev": true, "requires": { - "argparse": "1.0.10", - "esprima": "4.0.0" + "argparse": "^1.0.7", + "esprima": "^4.0.0" } }, "jsesc": { @@ -4553,7 +5083,7 @@ "integrity": "sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=", "dev": true, "requires": { - "jsonify": "0.0.0" + "jsonify": "~0.0.0" } }, "json3": { @@ -4598,7 +5128,7 @@ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "requires": { - "is-buffer": "1.1.6" + "is-buffer": "^1.1.5" } }, "lazy-cache": { @@ -4613,7 +5143,7 @@ "integrity": "sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=", "dev": true, "requires": { - "invert-kv": "1.0.0" + "invert-kv": "^1.0.0" } }, "levn": { @@ -4622,8 +5152,8 @@ "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", "dev": true, "requires": { - "prelude-ls": "1.1.2", - "type-check": "0.3.2" + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2" } }, "load-json-file": { @@ -4632,10 +5162,10 @@ "integrity": "sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg=", "dev": true, "requires": { - "graceful-fs": "4.1.11", - "parse-json": "2.2.0", - "pify": "2.3.0", - "strip-bom": "3.0.0" + "graceful-fs": "^4.1.2", + "parse-json": "^2.2.0", + "pify": "^2.0.0", + "strip-bom": "^3.0.0" }, "dependencies": { "pify": { @@ -4658,9 +5188,9 @@ "integrity": "sha1-yYrvSIvM7aL/teLeZG1qdUQp9c0=", "dev": true, "requires": { - "big.js": "3.2.0", - "emojis-list": "2.1.0", - "json5": "0.5.1" + "big.js": "^3.1.3", + "emojis-list": "^2.0.0", + "json5": "^0.5.0" } }, "locate-path": { @@ -4669,8 +5199,8 @@ "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", "dev": true, "requires": { - "p-locate": "2.0.0", - "path-exists": "3.0.0" + "p-locate": "^2.0.0", + "path-exists": "^3.0.0" } }, "lodash": { @@ -4714,7 +5244,7 @@ "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.3.1.tgz", "integrity": "sha1-0aitM/qc4OcT1l/dCsi3SNR4yEg=", "requires": { - "js-tokens": "3.0.2" + "js-tokens": "^3.0.0" } }, "loud-rejection": { @@ -4723,8 +5253,8 @@ "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=", "dev": true, "requires": { - "currently-unhandled": "0.4.1", - "signal-exit": "3.0.2" + "currently-unhandled": "^0.4.1", + "signal-exit": "^3.0.0" } }, "lru-cache": { @@ -4733,8 +5263,8 @@ "integrity": "sha512-fFEhvcgzuIoJVUF8fYr5KR0YqxD238zgObTps31YdADwPPAp82a4M8TrckkWyx7ekNlf9aBcVn81cFwwXngrJA==", "dev": true, "requires": { - "pseudomap": "1.0.2", - "yallist": "2.1.2" + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" } }, "make-dir": { @@ -4743,7 +5273,7 @@ "integrity": "sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==", "dev": true, "requires": { - "pify": "3.0.0" + "pify": "^3.0.0" } }, "map-cache": { @@ -4764,7 +5294,7 @@ "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=", "dev": true, "requires": { - "object-visit": "1.0.1" + "object-visit": "^1.0.0" } }, "math-expression-evaluator": { @@ -4785,8 +5315,8 @@ "integrity": "sha1-6b296UogpawYsENA/Fdk1bCdkB0=", "dev": true, "requires": { - "hash-base": "3.0.4", - "inherits": "2.0.3" + "hash-base": "^3.0.0", + "inherits": "^2.0.1" } }, "mdn-data": { @@ -4807,7 +5337,7 @@ "integrity": "sha1-Xt1StIXKHZAP5kiVUFOZoN+kX3Y=", "dev": true, "requires": { - "mimic-fn": "1.2.0" + "mimic-fn": "^1.0.0" } }, "memory-fs": { @@ -4816,8 +5346,8 @@ "integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=", "dev": true, "requires": { - "errno": "0.1.7", - "readable-stream": "2.3.6" + "errno": "^0.1.3", + "readable-stream": "^2.0.1" } }, "meow": { @@ -4826,16 +5356,16 @@ "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=", "dev": true, "requires": { - "camelcase-keys": "2.1.0", - "decamelize": "1.2.0", - "loud-rejection": "1.6.0", - "map-obj": "1.0.1", - "minimist": "1.2.0", - "normalize-package-data": "2.4.0", - "object-assign": "4.1.1", - "read-pkg-up": "1.0.1", - "redent": "1.0.0", - "trim-newlines": "1.0.0" + "camelcase-keys": "^2.0.0", + "decamelize": "^1.1.2", + "loud-rejection": "^1.0.0", + "map-obj": "^1.0.1", + "minimist": "^1.1.3", + "normalize-package-data": "^2.3.4", + "object-assign": "^4.0.1", + "read-pkg-up": "^1.0.1", + "redent": "^1.0.0", + "trim-newlines": "^1.0.0" }, "dependencies": { "find-up": { @@ -4844,8 +5374,8 @@ "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=", "dev": true, "requires": { - "path-exists": "2.1.0", - "pinkie-promise": "2.0.1" + "path-exists": "^2.0.0", + "pinkie-promise": "^2.0.0" } }, "load-json-file": { @@ -4854,11 +5384,11 @@ "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=", "dev": true, "requires": { - "graceful-fs": "4.1.11", - "parse-json": "2.2.0", - "pify": "2.3.0", - "pinkie-promise": "2.0.1", - "strip-bom": "2.0.0" + "graceful-fs": "^4.1.2", + "parse-json": "^2.2.0", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0", + "strip-bom": "^2.0.0" } }, "minimist": { @@ -4873,7 +5403,7 @@ "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=", "dev": true, "requires": { - "pinkie-promise": "2.0.1" + "pinkie-promise": "^2.0.0" } }, "path-type": { @@ -4882,9 +5412,9 @@ "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=", "dev": true, "requires": { - "graceful-fs": "4.1.11", - "pify": "2.3.0", - "pinkie-promise": "2.0.1" + "graceful-fs": "^4.1.2", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" } }, "pify": { @@ -4899,9 +5429,9 @@ "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=", "dev": true, "requires": { - "load-json-file": "1.1.0", - "normalize-package-data": "2.4.0", - "path-type": "1.1.0" + "load-json-file": "^1.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^1.0.0" } }, "read-pkg-up": { @@ -4910,8 +5440,8 @@ "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=", "dev": true, "requires": { - "find-up": "1.1.2", - "read-pkg": "1.1.0" + "find-up": "^1.0.0", + "read-pkg": "^1.0.0" } }, "strip-bom": { @@ -4920,7 +5450,7 @@ "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", "dev": true, "requires": { - "is-utf8": "0.2.1" + "is-utf8": "^0.2.0" } } } @@ -4943,19 +5473,19 @@ "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", "dev": true, "requires": { - "arr-diff": "4.0.0", - "array-unique": "0.3.2", - "braces": "2.3.2", - "define-property": "2.0.2", - "extend-shallow": "3.0.2", - "extglob": "2.0.4", - "fragment-cache": "0.2.1", - "kind-of": "6.0.2", - "nanomatch": "1.2.9", - "object.pick": "1.3.0", - "regex-not": "1.0.2", - "snapdragon": "0.8.2", - "to-regex": "3.0.2" + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" }, "dependencies": { "kind-of": { @@ -4972,8 +5502,8 @@ "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==", "dev": true, "requires": { - "bn.js": "4.11.8", - "brorand": "1.1.0" + "bn.js": "^4.0.0", + "brorand": "^1.0.1" } }, "mime": { @@ -4994,7 +5524,7 @@ "integrity": "sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ==", "dev": true, "requires": { - "mime-db": "1.33.0" + "mime-db": "~1.33.0" } }, "mimic-fn": { @@ -5021,7 +5551,7 @@ "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", "dev": true, "requires": { - "brace-expansion": "1.1.11" + "brace-expansion": "^1.1.7" } }, "minimist": { @@ -5036,8 +5566,8 @@ "integrity": "sha512-8ZItLHeEgaqEvd5lYBXfm4EZSFCX29Jb9K+lAHhDKzReKBQKj3R+7NOF6tjqYi9t4oI8VUfaWITJQm86wnXGNQ==", "dev": true, "requires": { - "for-in": "1.0.2", - "is-extendable": "1.0.1" + "for-in": "^1.0.2", + "is-extendable": "^1.0.1" }, "dependencies": { "is-extendable": { @@ -5046,7 +5576,7 @@ "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", "dev": true, "requires": { - "is-plain-object": "2.0.4" + "is-plain-object": "^2.0.4" } } } @@ -5072,8 +5602,8 @@ "integrity": "sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g==", "dev": true, "requires": { - "dns-packet": "1.3.1", - "thunky": "1.0.2" + "dns-packet": "^1.3.1", + "thunky": "^1.0.2" } }, "multicast-dns-service-types": { @@ -5088,24 +5618,31 @@ "integrity": "sha1-j7+rsKmKJT0xhDMfno3rc3L6xsA=", "dev": true }, + "nan": { + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.10.0.tgz", + "integrity": "sha512-bAdJv7fBLhWC+/Bls0Oza+mvTaNQtP+1RyhhhvD95pgUJz6XM5IzgmxOkItJ9tkoCiplvAnXI1tNmmUD/eScyA==", + "dev": true, + "optional": true + }, "nanomatch": { "version": "1.2.9", "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.9.tgz", "integrity": "sha512-n8R9bS8yQ6eSXaV6jHUpKzD8gLsin02w1HSFiegwrs9E098Ylhw5jdyKPaYqvHknHaSCKTPp7C8dGCQ0q9koXA==", "dev": true, "requires": { - "arr-diff": "4.0.0", - "array-unique": "0.3.2", - "define-property": "2.0.2", - "extend-shallow": "3.0.2", - "fragment-cache": "0.2.1", - "is-odd": "2.0.0", - "is-windows": "1.0.2", - "kind-of": "6.0.2", - "object.pick": "1.3.0", - "regex-not": "1.0.2", - "snapdragon": "0.8.2", - "to-regex": "3.0.2" + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "fragment-cache": "^0.2.1", + "is-odd": "^2.0.0", + "is-windows": "^1.0.2", + "kind-of": "^6.0.2", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" }, "dependencies": { "kind-of": { @@ -5145,8 +5682,8 @@ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz", "integrity": "sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ==", "requires": { - "encoding": "0.1.12", - "is-stream": "1.1.0" + "encoding": "^0.1.11", + "is-stream": "^1.0.1" } }, "node-forge": { @@ -5161,28 +5698,28 @@ "integrity": "sha512-5AzFzdoIMb89hBGMZglEegffzgRg+ZFoUmisQ8HI4j1KDdpx13J0taNp2y9xPbur6W61gepGDDotGBVQ7mfUCg==", "dev": true, "requires": { - "assert": "1.4.1", - "browserify-zlib": "0.2.0", - "buffer": "4.9.1", - "console-browserify": "1.1.0", - "constants-browserify": "1.0.0", - "crypto-browserify": "3.12.0", - "domain-browser": "1.2.0", - "events": "1.1.1", - "https-browserify": "1.0.0", - "os-browserify": "0.3.0", + "assert": "^1.1.1", + "browserify-zlib": "^0.2.0", + "buffer": "^4.3.0", + "console-browserify": "^1.1.0", + "constants-browserify": "^1.0.0", + "crypto-browserify": "^3.11.0", + "domain-browser": "^1.1.1", + "events": "^1.0.0", + "https-browserify": "^1.0.0", + "os-browserify": "^0.3.0", "path-browserify": "0.0.0", - "process": "0.11.10", - "punycode": "1.4.1", - "querystring-es3": "0.2.1", - "readable-stream": "2.3.6", - "stream-browserify": "2.0.1", - "stream-http": "2.8.3", - "string_decoder": "1.1.1", - "timers-browserify": "2.0.10", + "process": "^0.11.10", + "punycode": "^1.2.4", + "querystring-es3": "^0.2.0", + "readable-stream": "^2.3.3", + "stream-browserify": "^2.0.1", + "stream-http": "^2.7.2", + "string_decoder": "^1.0.0", + "timers-browserify": "^2.0.4", "tty-browserify": "0.0.0", - "url": "0.11.0", - "util": "0.10.4", + "url": "^0.11.0", + "util": "^0.10.3", "vm-browserify": "0.0.4" }, "dependencies": { @@ -5200,10 +5737,10 @@ "integrity": "sha512-9jjUFbTPfEy3R/ad/2oNbKtW9Hgovl5O1FvFWKkKblNXoN/Oou6+9+KKohPK13Yc3/TyunyWhJp6gvRNR/PPAw==", "dev": true, "requires": { - "hosted-git-info": "2.6.0", - "is-builtin-module": "1.0.0", - "semver": "5.5.0", - "validate-npm-package-license": "3.0.3" + "hosted-git-info": "^2.1.4", + "is-builtin-module": "^1.0.0", + "semver": "2 || 3 || 4 || 5", + "validate-npm-package-license": "^3.0.1" } }, "normalize-path": { @@ -5212,7 +5749,7 @@ "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", "dev": true, "requires": { - "remove-trailing-separator": "1.1.0" + "remove-trailing-separator": "^1.0.1" } }, "normalize-range": { @@ -5227,10 +5764,10 @@ "integrity": "sha1-LMDWazHqIwNkWENuNiDYWVTGbDw=", "dev": true, "requires": { - "object-assign": "4.1.1", - "prepend-http": "1.0.4", - "query-string": "4.3.4", - "sort-keys": "1.1.2" + "object-assign": "^4.0.1", + "prepend-http": "^1.0.0", + "query-string": "^4.1.0", + "sort-keys": "^1.0.0" } }, "npm-run-path": { @@ -5239,7 +5776,7 @@ "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", "dev": true, "requires": { - "path-key": "2.0.1" + "path-key": "^2.0.0" } }, "nth-check": { @@ -5248,7 +5785,7 @@ "integrity": "sha1-mSms32KPwsQQmN6rgqxYDPFJquQ=", "dev": true, "requires": { - "boolbase": "1.0.0" + "boolbase": "~1.0.0" } }, "num2fraction": { @@ -5274,9 +5811,9 @@ "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=", "dev": true, "requires": { - "copy-descriptor": "0.1.1", - "define-property": "0.2.5", - "kind-of": "3.2.2" + "copy-descriptor": "^0.1.0", + "define-property": "^0.2.5", + "kind-of": "^3.0.3" }, "dependencies": { "define-property": { @@ -5285,7 +5822,7 @@ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "dev": true, "requires": { - "is-descriptor": "0.1.6" + "is-descriptor": "^0.1.0" } } } @@ -5302,7 +5839,7 @@ "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=", "dev": true, "requires": { - "isobject": "3.0.1" + "isobject": "^3.0.0" } }, "object.assign": { @@ -5311,10 +5848,10 @@ "integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==", "dev": true, "requires": { - "define-properties": "1.1.2", - "function-bind": "1.1.1", - "has-symbols": "1.0.0", - "object-keys": "1.0.11" + "define-properties": "^1.1.2", + "function-bind": "^1.1.1", + "has-symbols": "^1.0.0", + "object-keys": "^1.0.11" } }, "object.getownpropertydescriptors": { @@ -5323,8 +5860,8 @@ "integrity": "sha1-h1jIRvW0B62rDyNuCYbxSwUcqhY=", "dev": true, "requires": { - "define-properties": "1.1.2", - "es-abstract": "1.12.0" + "define-properties": "^1.1.2", + "es-abstract": "^1.5.1" } }, "object.omit": { @@ -5333,8 +5870,8 @@ "integrity": "sha1-Gpx0SCnznbuFjHbKNXmuKlTr0fo=", "dev": true, "requires": { - "for-own": "0.1.5", - "is-extendable": "0.1.1" + "for-own": "^0.1.4", + "is-extendable": "^0.1.1" } }, "object.pick": { @@ -5343,7 +5880,7 @@ "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=", "dev": true, "requires": { - "isobject": "3.0.1" + "isobject": "^3.0.1" } }, "object.values": { @@ -5352,10 +5889,10 @@ "integrity": "sha1-5STaCbT2b/Bd9FdUbscqyZ8TBpo=", "dev": true, "requires": { - "define-properties": "1.1.2", - "es-abstract": "1.12.0", - "function-bind": "1.1.1", - "has": "1.0.3" + "define-properties": "^1.1.2", + "es-abstract": "^1.6.1", + "function-bind": "^1.1.0", + "has": "^1.0.1" } }, "obuf": { @@ -5385,7 +5922,7 @@ "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", "dev": true, "requires": { - "wrappy": "1.0.2" + "wrappy": "1" } }, "onetime": { @@ -5400,7 +5937,7 @@ "integrity": "sha512-bYJHo/LOmoTd+pfiYhfZDnf9zekVJrY+cnS2a5F2x+w5ppvTqObojTP7WiFG+kVZs9Inw+qQ/lw7TroWwhdd2g==", "dev": true, "requires": { - "is-wsl": "1.1.0" + "is-wsl": "^1.1.0" } }, "optionator": { @@ -5409,12 +5946,12 @@ "integrity": "sha1-NkxeQJ0/TWMB1sC0wFu6UBgK62Q=", "dev": true, "requires": { - "deep-is": "0.1.3", - "fast-levenshtein": "2.0.6", - "levn": "0.3.0", - "prelude-ls": "1.1.2", - "type-check": "0.3.2", - "wordwrap": "1.0.0" + "deep-is": "~0.1.3", + "fast-levenshtein": "~2.0.4", + "levn": "~0.3.0", + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2", + "wordwrap": "~1.0.0" } }, "original": { @@ -5423,7 +5960,7 @@ "integrity": "sha512-IEvtB5vM5ULvwnqMxWBLxkS13JIEXbakizMSo3yoPNPCIWzg8TG3Usn/UhXoZFM/m+FuEA20KdzPSFq/0rS+UA==", "dev": true, "requires": { - "url-parse": "1.4.1" + "url-parse": "~1.4.0" } }, "os-browserify": { @@ -5444,9 +5981,9 @@ "integrity": "sha512-3sslG3zJbEYcaC4YVAvDorjGxc7tv6KVATnLPZONiljsUncvihe9BQoVCEs0RZ1kmf4Hk9OBqlZfJZWI4GanKA==", "dev": true, "requires": { - "execa": "0.7.0", - "lcid": "1.0.0", - "mem": "1.1.0" + "execa": "^0.7.0", + "lcid": "^1.0.0", + "mem": "^1.1.0" } }, "os-tmpdir": { @@ -5467,7 +6004,7 @@ "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", "dev": true, "requires": { - "p-try": "1.0.0" + "p-try": "^1.0.0" } }, "p-locate": { @@ -5476,7 +6013,7 @@ "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", "dev": true, "requires": { - "p-limit": "1.3.0" + "p-limit": "^1.1.0" } }, "p-map": { @@ -5503,11 +6040,11 @@ "integrity": "sha512-KPx7flKXg775zZpnp9SxJlz00gTd4BmJ2yJufSc44gMCRrRQ7NSzAcSJQfifuOLgW6bEi+ftrALtsgALeB2Adw==", "dev": true, "requires": { - "asn1.js": "4.10.1", - "browserify-aes": "1.2.0", - "create-hash": "1.2.0", - "evp_bytestokey": "1.0.3", - "pbkdf2": "3.0.16" + "asn1.js": "^4.0.0", + "browserify-aes": "^1.0.0", + "create-hash": "^1.1.0", + "evp_bytestokey": "^1.0.0", + "pbkdf2": "^3.0.3" } }, "parse-glob": { @@ -5516,10 +6053,10 @@ "integrity": "sha1-ssN2z7EfNVE7rdFz7wu246OIORw=", "dev": true, "requires": { - "glob-base": "0.3.0", - "is-dotfile": "1.0.3", - "is-extglob": "1.0.0", - "is-glob": "2.0.1" + "glob-base": "^0.3.0", + "is-dotfile": "^1.0.0", + "is-extglob": "^1.0.0", + "is-glob": "^2.0.0" }, "dependencies": { "is-extglob": { @@ -5534,7 +6071,7 @@ "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", "dev": true, "requires": { - "is-extglob": "1.0.0" + "is-extglob": "^1.0.0" } } } @@ -5545,7 +6082,7 @@ "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", "dev": true, "requires": { - "error-ex": "1.3.1" + "error-ex": "^1.2.0" } }, "parseurl": { @@ -5616,7 +6153,7 @@ "integrity": "sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM=", "dev": true, "requires": { - "pify": "2.3.0" + "pify": "^2.0.0" }, "dependencies": { "pify": { @@ -5633,11 +6170,11 @@ "integrity": "sha512-y4CXP3thSxqf7c0qmOF+9UeOTrifiVTIM+u7NWlq+PRsHbr7r7dpCmvzrZxa96JJUNi0Y5w9VqG5ZNeCVMoDcA==", "dev": true, "requires": { - "create-hash": "1.2.0", - "create-hmac": "1.1.7", - "ripemd160": "2.0.2", - "safe-buffer": "5.1.2", - "sha.js": "2.4.11" + "create-hash": "^1.1.2", + "create-hmac": "^1.1.4", + "ripemd160": "^2.0.1", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" } }, "pify": { @@ -5658,7 +6195,7 @@ "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", "dev": true, "requires": { - "pinkie": "2.0.4" + "pinkie": "^2.0.0" } }, "pkg-dir": { @@ -5667,7 +6204,7 @@ "integrity": "sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=", "dev": true, "requires": { - "find-up": "2.1.0" + "find-up": "^2.1.0" } }, "pluralize": { @@ -5682,9 +6219,9 @@ "integrity": "sha1-uzLs2HwnEErm7kS1o8y/Drsa7ek=", "dev": true, "requires": { - "async": "1.5.2", - "debug": "2.6.9", - "mkdirp": "0.5.1" + "async": "^1.5.2", + "debug": "^2.2.0", + "mkdirp": "0.5.x" }, "dependencies": { "async": { @@ -5707,10 +6244,10 @@ "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==", "dev": true, "requires": { - "chalk": "1.1.3", - "js-base64": "2.4.5", - "source-map": "0.5.7", - "supports-color": "3.2.3" + "chalk": "^1.1.3", + "js-base64": "^2.1.9", + "source-map": "^0.5.6", + "supports-color": "^3.2.3" }, "dependencies": { "has-flag": { @@ -5725,7 +6262,7 @@ "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", "dev": true, "requires": { - "has-flag": "1.0.0" + "has-flag": "^1.0.0" } } } @@ -5736,9 +6273,9 @@ "integrity": "sha1-d7rnypKK2FcW4v2kLyYb98HWW14=", "dev": true, "requires": { - "postcss": "5.2.18", - "postcss-message-helpers": "2.0.0", - "reduce-css-calc": "1.3.0" + "postcss": "^5.0.2", + "postcss-message-helpers": "^2.0.0", + "reduce-css-calc": "^1.2.6" } }, "postcss-colormin": { @@ -5747,9 +6284,9 @@ "integrity": "sha1-ZjFBfV8OkJo9fsJrJMio0eT5bks=", "dev": true, "requires": { - "colormin": "1.1.2", - "postcss": "5.2.18", - "postcss-value-parser": "3.3.0" + "colormin": "^1.0.5", + "postcss": "^5.0.13", + "postcss-value-parser": "^3.2.3" } }, "postcss-convert-values": { @@ -5758,8 +6295,8 @@ "integrity": "sha1-u9hZPFwf0uPRwyK7kl3K6Nrk1i0=", "dev": true, "requires": { - "postcss": "5.2.18", - "postcss-value-parser": "3.3.0" + "postcss": "^5.0.11", + "postcss-value-parser": "^3.1.2" } }, "postcss-discard-comments": { @@ -5768,7 +6305,7 @@ "integrity": "sha1-vv6J+v1bPazlzM5Rt2uBUUvgDj0=", "dev": true, "requires": { - "postcss": "5.2.18" + "postcss": "^5.0.14" } }, "postcss-discard-duplicates": { @@ -5777,7 +6314,7 @@ "integrity": "sha1-uavye4isGIFYpesSq8riAmO5GTI=", "dev": true, "requires": { - "postcss": "5.2.18" + "postcss": "^5.0.4" } }, "postcss-discard-empty": { @@ -5786,7 +6323,7 @@ "integrity": "sha1-0rS9nVztXr2Nyt52QMfXzX9PkrU=", "dev": true, "requires": { - "postcss": "5.2.18" + "postcss": "^5.0.14" } }, "postcss-discard-overridden": { @@ -5795,7 +6332,7 @@ "integrity": "sha1-ix6vVU9ob7KIzYdMVWZ7CqNmjVg=", "dev": true, "requires": { - "postcss": "5.2.18" + "postcss": "^5.0.16" } }, "postcss-discard-unused": { @@ -5804,8 +6341,8 @@ "integrity": "sha1-vOMLLMWR/8Y0Mitfs0ZLbZNPRDM=", "dev": true, "requires": { - "postcss": "5.2.18", - "uniqs": "2.0.0" + "postcss": "^5.0.14", + "uniqs": "^2.0.0" } }, "postcss-filter-plugins": { @@ -5814,7 +6351,7 @@ "integrity": "sha512-T53GVFsdinJhgwm7rg1BzbeBRomOg9y5MBVhGcsV0CxurUdVj1UlPdKtn7aqYA/c/QVkzKMjq2bSV5dKG5+AwQ==", "dev": true, "requires": { - "postcss": "5.2.18" + "postcss": "^5.0.4" } }, "postcss-merge-idents": { @@ -5823,9 +6360,9 @@ "integrity": "sha1-TFUwMTwI4dWzu/PSu8dH4njuonA=", "dev": true, "requires": { - "has": "1.0.3", - "postcss": "5.2.18", - "postcss-value-parser": "3.3.0" + "has": "^1.0.1", + "postcss": "^5.0.10", + "postcss-value-parser": "^3.1.1" } }, "postcss-merge-longhand": { @@ -5834,7 +6371,7 @@ "integrity": "sha1-I9kM0Sewp3mUkVMyc5A0oaTz1lg=", "dev": true, "requires": { - "postcss": "5.2.18" + "postcss": "^5.0.4" } }, "postcss-merge-rules": { @@ -5843,11 +6380,11 @@ "integrity": "sha1-0d9d+qexrMO+VT8OnhDofGG19yE=", "dev": true, "requires": { - "browserslist": "1.7.7", - "caniuse-api": "1.6.1", - "postcss": "5.2.18", - "postcss-selector-parser": "2.2.3", - "vendors": "1.0.2" + "browserslist": "^1.5.2", + "caniuse-api": "^1.5.2", + "postcss": "^5.0.4", + "postcss-selector-parser": "^2.2.2", + "vendors": "^1.0.0" }, "dependencies": { "browserslist": { @@ -5856,8 +6393,8 @@ "integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=", "dev": true, "requires": { - "caniuse-db": "1.0.30000861", - "electron-to-chromium": "1.3.48" + "caniuse-db": "^1.0.30000639", + "electron-to-chromium": "^1.2.7" } } } @@ -5874,9 +6411,9 @@ "integrity": "sha1-S1jttWZB66fIR0qzUmyv17vey2k=", "dev": true, "requires": { - "object-assign": "4.1.1", - "postcss": "5.2.18", - "postcss-value-parser": "3.3.0" + "object-assign": "^4.0.1", + "postcss": "^5.0.4", + "postcss-value-parser": "^3.0.2" } }, "postcss-minify-gradients": { @@ -5885,8 +6422,8 @@ "integrity": "sha1-Xb2hE3NwP4PPtKPqOIHY11/15uE=", "dev": true, "requires": { - "postcss": "5.2.18", - "postcss-value-parser": "3.3.0" + "postcss": "^5.0.12", + "postcss-value-parser": "^3.3.0" } }, "postcss-minify-params": { @@ -5895,10 +6432,10 @@ "integrity": "sha1-rSzgcTc7lDs9kwo/pZo1jCjW8fM=", "dev": true, "requires": { - "alphanum-sort": "1.0.2", - "postcss": "5.2.18", - "postcss-value-parser": "3.3.0", - "uniqs": "2.0.0" + "alphanum-sort": "^1.0.1", + "postcss": "^5.0.2", + "postcss-value-parser": "^3.0.2", + "uniqs": "^2.0.0" } }, "postcss-minify-selectors": { @@ -5907,10 +6444,10 @@ "integrity": "sha1-ssapjAByz5G5MtGkllCBFDEXNb8=", "dev": true, "requires": { - "alphanum-sort": "1.0.2", - "has": "1.0.3", - "postcss": "5.2.18", - "postcss-selector-parser": "2.2.3" + "alphanum-sort": "^1.0.2", + "has": "^1.0.1", + "postcss": "^5.0.14", + "postcss-selector-parser": "^2.0.0" } }, "postcss-modules-extract-imports": { @@ -5919,7 +6456,7 @@ "integrity": "sha1-ZhQOzs447wa/DT41XWm/WdFB6oU=", "dev": true, "requires": { - "postcss": "6.0.23" + "postcss": "^6.0.1" }, "dependencies": { "ansi-styles": { @@ -5928,7 +6465,7 @@ "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", "dev": true, "requires": { - "color-convert": "1.9.2" + "color-convert": "^1.9.0" } }, "chalk": { @@ -5937,9 +6474,9 @@ "integrity": "sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ==", "dev": true, "requires": { - "ansi-styles": "3.2.1", - "escape-string-regexp": "1.0.5", - "supports-color": "5.4.0" + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" } }, "has-flag": { @@ -5954,9 +6491,9 @@ "integrity": "sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==", "dev": true, "requires": { - "chalk": "2.4.1", - "source-map": "0.6.1", - "supports-color": "5.4.0" + "chalk": "^2.4.1", + "source-map": "^0.6.1", + "supports-color": "^5.4.0" } }, "source-map": { @@ -5971,7 +6508,7 @@ "integrity": "sha512-zjaXglF5nnWpsq470jSv6P9DwPvgLkuapYmfDm3JWOm0vkNTVF2tI4UrN2r6jH1qM/uc/WtxYY1hYoA2dOKj5w==", "dev": true, "requires": { - "has-flag": "3.0.0" + "has-flag": "^3.0.0" } } } @@ -5982,8 +6519,8 @@ "integrity": "sha1-99gMOYxaOT+nlkRmvRlQCn1hwGk=", "dev": true, "requires": { - "css-selector-tokenizer": "0.7.0", - "postcss": "6.0.23" + "css-selector-tokenizer": "^0.7.0", + "postcss": "^6.0.1" }, "dependencies": { "ansi-styles": { @@ -5992,7 +6529,7 @@ "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", "dev": true, "requires": { - "color-convert": "1.9.2" + "color-convert": "^1.9.0" } }, "chalk": { @@ -6001,9 +6538,9 @@ "integrity": "sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ==", "dev": true, "requires": { - "ansi-styles": "3.2.1", - "escape-string-regexp": "1.0.5", - "supports-color": "5.4.0" + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" } }, "has-flag": { @@ -6018,9 +6555,9 @@ "integrity": "sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==", "dev": true, "requires": { - "chalk": "2.4.1", - "source-map": "0.6.1", - "supports-color": "5.4.0" + "chalk": "^2.4.1", + "source-map": "^0.6.1", + "supports-color": "^5.4.0" } }, "source-map": { @@ -6035,7 +6572,7 @@ "integrity": "sha512-zjaXglF5nnWpsq470jSv6P9DwPvgLkuapYmfDm3JWOm0vkNTVF2tI4UrN2r6jH1qM/uc/WtxYY1hYoA2dOKj5w==", "dev": true, "requires": { - "has-flag": "3.0.0" + "has-flag": "^3.0.0" } } } @@ -6046,8 +6583,8 @@ "integrity": "sha1-1upkmUx5+XtipytCb75gVqGUu5A=", "dev": true, "requires": { - "css-selector-tokenizer": "0.7.0", - "postcss": "6.0.23" + "css-selector-tokenizer": "^0.7.0", + "postcss": "^6.0.1" }, "dependencies": { "ansi-styles": { @@ -6056,7 +6593,7 @@ "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", "dev": true, "requires": { - "color-convert": "1.9.2" + "color-convert": "^1.9.0" } }, "chalk": { @@ -6065,9 +6602,9 @@ "integrity": "sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ==", "dev": true, "requires": { - "ansi-styles": "3.2.1", - "escape-string-regexp": "1.0.5", - "supports-color": "5.4.0" + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" } }, "has-flag": { @@ -6082,9 +6619,9 @@ "integrity": "sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==", "dev": true, "requires": { - "chalk": "2.4.1", - "source-map": "0.6.1", - "supports-color": "5.4.0" + "chalk": "^2.4.1", + "source-map": "^0.6.1", + "supports-color": "^5.4.0" } }, "source-map": { @@ -6099,7 +6636,7 @@ "integrity": "sha512-zjaXglF5nnWpsq470jSv6P9DwPvgLkuapYmfDm3JWOm0vkNTVF2tI4UrN2r6jH1qM/uc/WtxYY1hYoA2dOKj5w==", "dev": true, "requires": { - "has-flag": "3.0.0" + "has-flag": "^3.0.0" } } } @@ -6110,8 +6647,8 @@ "integrity": "sha1-7P+p1+GSUYOJ9CrQ6D9yrsRW6iA=", "dev": true, "requires": { - "icss-replace-symbols": "1.1.0", - "postcss": "6.0.23" + "icss-replace-symbols": "^1.1.0", + "postcss": "^6.0.1" }, "dependencies": { "ansi-styles": { @@ -6120,7 +6657,7 @@ "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", "dev": true, "requires": { - "color-convert": "1.9.2" + "color-convert": "^1.9.0" } }, "chalk": { @@ -6129,9 +6666,9 @@ "integrity": "sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ==", "dev": true, "requires": { - "ansi-styles": "3.2.1", - "escape-string-regexp": "1.0.5", - "supports-color": "5.4.0" + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" } }, "has-flag": { @@ -6146,9 +6683,9 @@ "integrity": "sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==", "dev": true, "requires": { - "chalk": "2.4.1", - "source-map": "0.6.1", - "supports-color": "5.4.0" + "chalk": "^2.4.1", + "source-map": "^0.6.1", + "supports-color": "^5.4.0" } }, "source-map": { @@ -6163,7 +6700,7 @@ "integrity": "sha512-zjaXglF5nnWpsq470jSv6P9DwPvgLkuapYmfDm3JWOm0vkNTVF2tI4UrN2r6jH1qM/uc/WtxYY1hYoA2dOKj5w==", "dev": true, "requires": { - "has-flag": "3.0.0" + "has-flag": "^3.0.0" } } } @@ -6174,7 +6711,7 @@ "integrity": "sha1-757nEhLX/nWceO0WL2HtYrXLk/E=", "dev": true, "requires": { - "postcss": "5.2.18" + "postcss": "^5.0.5" } }, "postcss-normalize-url": { @@ -6183,10 +6720,10 @@ "integrity": "sha1-EI90s/L82viRov+j6kWSJ5/HgiI=", "dev": true, "requires": { - "is-absolute-url": "2.1.0", - "normalize-url": "1.9.1", - "postcss": "5.2.18", - "postcss-value-parser": "3.3.0" + "is-absolute-url": "^2.0.0", + "normalize-url": "^1.4.0", + "postcss": "^5.0.14", + "postcss-value-parser": "^3.2.3" } }, "postcss-ordered-values": { @@ -6195,8 +6732,8 @@ "integrity": "sha1-7sbCpntsQSqNsgQud/6NpD+VwR0=", "dev": true, "requires": { - "postcss": "5.2.18", - "postcss-value-parser": "3.3.0" + "postcss": "^5.0.4", + "postcss-value-parser": "^3.0.1" } }, "postcss-reduce-idents": { @@ -6205,8 +6742,8 @@ "integrity": "sha1-wsbSDMlYKE9qv75j92Cb9AkFmtM=", "dev": true, "requires": { - "postcss": "5.2.18", - "postcss-value-parser": "3.3.0" + "postcss": "^5.0.4", + "postcss-value-parser": "^3.0.2" } }, "postcss-reduce-initial": { @@ -6215,7 +6752,7 @@ "integrity": "sha1-aPgGlfBF0IJjqHmtJA343WT2ROo=", "dev": true, "requires": { - "postcss": "5.2.18" + "postcss": "^5.0.4" } }, "postcss-reduce-transforms": { @@ -6224,9 +6761,9 @@ "integrity": "sha1-/3b02CEkN7McKYpC0uFEQCV3GuE=", "dev": true, "requires": { - "has": "1.0.3", - "postcss": "5.2.18", - "postcss-value-parser": "3.3.0" + "has": "^1.0.1", + "postcss": "^5.0.8", + "postcss-value-parser": "^3.0.1" } }, "postcss-selector-parser": { @@ -6235,9 +6772,9 @@ "integrity": "sha1-+UN3iGBsPJrO4W/+jYsWKX8nu5A=", "dev": true, "requires": { - "flatten": "1.0.2", - "indexes-of": "1.0.1", - "uniq": "1.0.1" + "flatten": "^1.0.2", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" } }, "postcss-svgo": { @@ -6246,10 +6783,10 @@ "integrity": "sha1-tt8YqmE7Zm4TPwittSGcJoSsEI0=", "dev": true, "requires": { - "is-svg": "2.1.0", - "postcss": "5.2.18", - "postcss-value-parser": "3.3.0", - "svgo": "0.7.2" + "is-svg": "^2.0.0", + "postcss": "^5.0.14", + "postcss-value-parser": "^3.2.3", + "svgo": "^0.7.0" }, "dependencies": { "coa": { @@ -6258,7 +6795,7 @@ "integrity": "sha1-qe8VNmDWqGqL3sAomlxoTSF0Mv0=", "dev": true, "requires": { - "q": "1.5.1" + "q": "^1.1.2" } }, "csso": { @@ -6267,8 +6804,8 @@ "integrity": "sha1-3dUsWHAz9J6Utx/FVWnyUuj/X4U=", "dev": true, "requires": { - "clap": "1.2.3", - "source-map": "0.5.7" + "clap": "^1.0.9", + "source-map": "^0.5.3" } }, "esprima": { @@ -6283,8 +6820,8 @@ "integrity": "sha1-XJZ93YN6m/3KXy3oQlOr6KHAO4A=", "dev": true, "requires": { - "argparse": "1.0.10", - "esprima": "2.7.3" + "argparse": "^1.0.7", + "esprima": "^2.6.0" } }, "svgo": { @@ -6293,13 +6830,13 @@ "integrity": "sha1-n1dyQTlSE1xv779Ar+ak+qiLS7U=", "dev": true, "requires": { - "coa": "1.0.4", - "colors": "1.1.2", - "csso": "2.3.2", - "js-yaml": "3.7.0", - "mkdirp": "0.5.1", - "sax": "1.2.4", - "whet.extend": "0.9.9" + "coa": "~1.0.1", + "colors": "~1.1.2", + "csso": "~2.3.1", + "js-yaml": "~3.7.0", + "mkdirp": "~0.5.1", + "sax": "~1.2.1", + "whet.extend": "~0.9.9" } } } @@ -6310,9 +6847,9 @@ "integrity": "sha1-mB1X0p3csz57Hf4f1DuGSfkzyh0=", "dev": true, "requires": { - "alphanum-sort": "1.0.2", - "postcss": "5.2.18", - "uniqs": "2.0.0" + "alphanum-sort": "^1.0.1", + "postcss": "^5.0.4", + "uniqs": "^2.0.0" } }, "postcss-value-parser": { @@ -6327,9 +6864,9 @@ "integrity": "sha1-0hCd3AVbka9n/EyzsCWUZjnSryI=", "dev": true, "requires": { - "has": "1.0.3", - "postcss": "5.2.18", - "uniqs": "2.0.0" + "has": "^1.0.1", + "postcss": "^5.0.4", + "uniqs": "^2.0.0" } }, "prelude-ls": { @@ -6379,7 +6916,7 @@ "resolved": "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz", "integrity": "sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==", "requires": { - "asap": "2.0.6" + "asap": "~2.0.3" } }, "prop-types": { @@ -6387,9 +6924,9 @@ "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.6.1.tgz", "integrity": "sha512-4ec7bY1Y66LymSUOH/zARVYObB23AT2h8cf6e/O6ZALB/N0sqZFEx7rq6EYPX2MkOdKORuooI/H5k9TlR4q7kQ==", "requires": { - "fbjs": "0.8.17", - "loose-envify": "1.3.1", - "object-assign": "4.1.1" + "fbjs": "^0.8.16", + "loose-envify": "^1.3.1", + "object-assign": "^4.1.1" } }, "proxy-addr": { @@ -6398,7 +6935,7 @@ "integrity": "sha512-jQTChiCJteusULxjBp8+jftSQE5Obdl3k4cnmLA6WXtK6XFuWRnvVL7aCiBqaLPM8c4ph0S4tKna8XvmIwEnXQ==", "dev": true, "requires": { - "forwarded": "0.1.2", + "forwarded": "~0.1.2", "ipaddr.js": "1.6.0" } }, @@ -6420,11 +6957,11 @@ "integrity": "sha512-4kJ5Esocg8X3h8YgJsKAuoesBgB7mqH3eowiDzMUPKiRDDE7E/BqqZD1hnTByIaAFiwAw246YEltSq7tdrOH0Q==", "dev": true, "requires": { - "bn.js": "4.11.8", - "browserify-rsa": "4.0.1", - "create-hash": "1.2.0", - "parse-asn1": "5.1.1", - "randombytes": "2.0.6" + "bn.js": "^4.1.0", + "browserify-rsa": "^4.0.0", + "create-hash": "^1.1.0", + "parse-asn1": "^5.0.0", + "randombytes": "^2.0.1" } }, "punycode": { @@ -6451,8 +6988,8 @@ "integrity": "sha1-u7aTucqRXCMlFbIosaArYJBD2+s=", "dev": true, "requires": { - "object-assign": "4.1.1", - "strict-uri-encode": "1.1.0" + "object-assign": "^4.1.0", + "strict-uri-encode": "^1.0.0" } }, "querystring": { @@ -6479,9 +7016,9 @@ "integrity": "sha512-VdxFOIEY3mNO5PtSRkkle/hPJDHvQhK21oa73K4yAc9qmp6N429gAyF1gZMOTMeS0/AYzaV/2Trcef+NaIonSA==", "dev": true, "requires": { - "is-number": "4.0.0", - "kind-of": "6.0.2", - "math-random": "1.0.1" + "is-number": "^4.0.0", + "kind-of": "^6.0.0", + "math-random": "^1.0.1" }, "dependencies": { "is-number": { @@ -6504,7 +7041,7 @@ "integrity": "sha512-CIQ5OFxf4Jou6uOKe9t1AOgqpeU5fd70A8NPdHSGeYXqXsPe6peOwI0cUl88RWZ6sP1vPMV3avd/R6cZ5/sP1A==", "dev": true, "requires": { - "safe-buffer": "5.1.2" + "safe-buffer": "^5.1.0" } }, "randomfill": { @@ -6513,8 +7050,8 @@ "integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==", "dev": true, "requires": { - "randombytes": "2.0.6", - "safe-buffer": "5.1.2" + "randombytes": "^2.0.5", + "safe-buffer": "^5.1.0" } }, "range-parser": { @@ -6550,7 +7087,7 @@ "depd": "1.1.1", "inherits": "2.0.3", "setprototypeof": "1.0.3", - "statuses": "1.4.0" + "statuses": ">= 1.3.1 < 2" } }, "iconv-lite": { @@ -6572,10 +7109,10 @@ "resolved": "https://registry.npmjs.org/react/-/react-16.4.1.tgz", "integrity": "sha512-3GEs0giKp6E0Oh/Y9ZC60CmYgUPnp7voH9fbjWsvXtYFb4EWtgQub0ADSq0sJR0BbHc4FThLLtzlcFaFXIorwg==", "requires": { - "fbjs": "0.8.17", - "loose-envify": "1.3.1", - "object-assign": "4.1.1", - "prop-types": "15.6.1" + "fbjs": "^0.8.16", + "loose-envify": "^1.1.0", + "object-assign": "^4.1.1", + "prop-types": "^15.6.0" } }, "react-dom": { @@ -6583,10 +7120,10 @@ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.4.1.tgz", "integrity": "sha512-1Gin+wghF/7gl4Cqcvr1DxFX2Osz7ugxSwl6gBqCMpdrxHjIFUS7GYxrFftZ9Ln44FHw0JxCFD9YtZsrbR5/4A==", "requires": { - "fbjs": "0.8.17", - "loose-envify": "1.3.1", - "object-assign": "4.1.1", - "prop-types": "15.6.1" + "fbjs": "^0.8.16", + "loose-envify": "^1.1.0", + "object-assign": "^4.1.1", + "prop-types": "^15.6.0" } }, "react-interactive": { @@ -6594,9 +7131,9 @@ "resolved": "https://registry.npmjs.org/react-interactive/-/react-interactive-0.8.1.tgz", "integrity": "sha1-bjum8+WTeNQ4HpEErNzoIEAkGvQ=", "requires": { - "detect-it": "3.0.5", - "object-assign": "4.1.1", - "prop-types": "15.6.1" + "detect-it": "^3.0.3", + "object-assign": "^4.1.1", + "prop-types": "^15.6.0" } }, "react-router": { @@ -6604,13 +7141,13 @@ "resolved": "https://registry.npmjs.org/react-router/-/react-router-4.3.1.tgz", "integrity": "sha512-yrvL8AogDh2X42Dt9iknk4wF4V8bWREPirFfS9gLU1huk6qK41sg7Z/1S81jjTrGHxa3B8R3J6xIkDAA6CVarg==", "requires": { - "history": "4.7.2", - "hoist-non-react-statics": "2.5.4", - "invariant": "2.2.4", - "loose-envify": "1.3.1", - "path-to-regexp": "1.7.0", - "prop-types": "15.6.1", - "warning": "4.0.1" + "history": "^4.7.2", + "hoist-non-react-statics": "^2.5.0", + "invariant": "^2.2.4", + "loose-envify": "^1.3.1", + "path-to-regexp": "^1.7.0", + "prop-types": "^15.6.1", + "warning": "^4.0.1" } }, "react-router-dom": { @@ -6618,12 +7155,12 @@ "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-4.3.1.tgz", "integrity": "sha512-c/MlywfxDdCp7EnB7YfPMOfMD3tOtIjrQlj/CKfNMBxdmpJP8xcz5P/UAFn3JbnQCNUxsHyVVqllF9LhgVyFCA==", "requires": { - "history": "4.7.2", - "invariant": "2.2.4", - "loose-envify": "1.3.1", - "prop-types": "15.6.1", - "react-router": "4.3.1", - "warning": "4.0.1" + "history": "^4.7.2", + "invariant": "^2.2.4", + "loose-envify": "^1.3.1", + "prop-types": "^15.6.1", + "react-router": "^4.3.1", + "warning": "^4.0.1" } }, "read-pkg": { @@ -6632,9 +7169,9 @@ "integrity": "sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg=", "dev": true, "requires": { - "load-json-file": "2.0.0", - "normalize-package-data": "2.4.0", - "path-type": "2.0.0" + "load-json-file": "^2.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^2.0.0" } }, "read-pkg-up": { @@ -6643,8 +7180,8 @@ "integrity": "sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4=", "dev": true, "requires": { - "find-up": "2.1.0", - "read-pkg": "2.0.0" + "find-up": "^2.0.0", + "read-pkg": "^2.0.0" } }, "readable-stream": { @@ -6653,13 +7190,13 @@ "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", "dev": true, "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "1.0.0", - "process-nextick-args": "2.0.0", - "safe-buffer": "5.1.2", - "string_decoder": "1.1.1", - "util-deprecate": "1.0.2" + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" }, "dependencies": { "isarray": { @@ -6676,10 +7213,10 @@ "integrity": "sha1-TtCtBg3zBzMAxIRANz9y0cxkLXg=", "dev": true, "requires": { - "graceful-fs": "4.1.11", - "minimatch": "3.0.4", - "readable-stream": "2.3.6", - "set-immediate-shim": "1.0.1" + "graceful-fs": "^4.1.2", + "minimatch": "^3.0.2", + "readable-stream": "^2.0.2", + "set-immediate-shim": "^1.0.1" } }, "readline2": { @@ -6688,8 +7225,8 @@ "integrity": "sha1-QQWWCP/BVHV7cV2ZidGZ/783LjU=", "dev": true, "requires": { - "code-point-at": "1.1.0", - "is-fullwidth-code-point": "1.0.0", + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", "mute-stream": "0.0.5" } }, @@ -6699,7 +7236,7 @@ "integrity": "sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=", "dev": true, "requires": { - "resolve": "1.7.1" + "resolve": "^1.1.6" } }, "redent": { @@ -6708,8 +7245,8 @@ "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=", "dev": true, "requires": { - "indent-string": "2.1.0", - "strip-indent": "1.0.1" + "indent-string": "^2.1.0", + "strip-indent": "^1.0.1" } }, "reduce-css-calc": { @@ -6718,9 +7255,9 @@ "integrity": "sha1-dHyRTgSWFKTJz7umKYca0dKSdxY=", "dev": true, "requires": { - "balanced-match": "0.4.2", - "math-expression-evaluator": "1.2.17", - "reduce-function-call": "1.0.2" + "balanced-match": "^0.4.2", + "math-expression-evaluator": "^1.2.14", + "reduce-function-call": "^1.0.1" }, "dependencies": { "balanced-match": { @@ -6737,7 +7274,7 @@ "integrity": "sha1-WiAL+S4ON3UXUv5FsKszD9S2vpk=", "dev": true, "requires": { - "balanced-match": "0.4.2" + "balanced-match": "^0.4.2" }, "dependencies": { "balanced-match": { @@ -6766,9 +7303,9 @@ "integrity": "sha512-PJepbvDbuK1xgIgnau7Y90cwaAmO/LCLMI2mPvaXq2heGMR3aWW5/BQvYrhJ8jgmQjXewXvBjzfqKcVOmhjZ6Q==", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-types": "6.26.0", - "private": "0.1.8" + "babel-runtime": "^6.18.0", + "babel-types": "^6.19.0", + "private": "^0.1.6" } }, "regex-cache": { @@ -6777,7 +7314,7 @@ "integrity": "sha512-nVIZwtCjkC9YgvWkpM55B5rBhBYRZhAaJbgcFYXXsHnbZ9UZI9nnVWYZpBlCqv9ho2eZryPnWrZGsOdPwVWXWQ==", "dev": true, "requires": { - "is-equal-shallow": "0.1.3" + "is-equal-shallow": "^0.1.3" } }, "regex-not": { @@ -6786,8 +7323,8 @@ "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==", "dev": true, "requires": { - "extend-shallow": "3.0.2", - "safe-regex": "1.1.0" + "extend-shallow": "^3.0.2", + "safe-regex": "^1.1.0" } }, "regexpu-core": { @@ -6796,9 +7333,9 @@ "integrity": "sha1-SdA4g3uNz4v6W5pCE5k45uoq4kA=", "dev": true, "requires": { - "regenerate": "1.4.0", - "regjsgen": "0.2.0", - "regjsparser": "0.1.5" + "regenerate": "^1.2.1", + "regjsgen": "^0.2.0", + "regjsparser": "^0.1.4" } }, "regjsgen": { @@ -6813,7 +7350,7 @@ "integrity": "sha1-fuj4Tcb6eS0/0K4ijSS9lJ6tIFw=", "dev": true, "requires": { - "jsesc": "0.5.0" + "jsesc": "~0.5.0" }, "dependencies": { "jsesc": { @@ -6848,7 +7385,7 @@ "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=", "dev": true, "requires": { - "is-finite": "1.0.2" + "is-finite": "^1.0.0" } }, "require-directory": { @@ -6869,8 +7406,8 @@ "integrity": "sha1-Tg1W1slmL9MeQwEcS5WqSZVUIdM=", "dev": true, "requires": { - "caller-path": "0.1.0", - "resolve-from": "1.0.1" + "caller-path": "^0.1.0", + "resolve-from": "^1.0.0" } }, "requires-port": { @@ -6885,7 +7422,7 @@ "integrity": "sha512-c7rwLofp8g1U+h1KNyHL/jicrKg1Ek4q+Lr33AL65uZTinUZHe30D5HlyN5V9NW0JX1D5dXQ4jqW5l7Sy/kGfw==", "dev": true, "requires": { - "path-parse": "1.0.5" + "path-parse": "^1.0.5" } }, "resolve-cwd": { @@ -6894,7 +7431,7 @@ "integrity": "sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=", "dev": true, "requires": { - "resolve-from": "3.0.0" + "resolve-from": "^3.0.0" }, "dependencies": { "resolve-from": { @@ -6928,8 +7465,8 @@ "integrity": "sha1-NGYfRohjJ/7SmRR5FSJS35LapUE=", "dev": true, "requires": { - "exit-hook": "1.1.1", - "onetime": "1.1.0" + "exit-hook": "^1.0.0", + "onetime": "^1.0.0" } }, "ret": { @@ -6944,7 +7481,7 @@ "integrity": "sha1-YTObci/mo1FWiSENJOFMlhSGE+8=", "dev": true, "requires": { - "align-text": "0.1.4" + "align-text": "^0.1.1" } }, "rimraf": { @@ -6953,7 +7490,7 @@ "integrity": "sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w==", "dev": true, "requires": { - "glob": "7.1.2" + "glob": "^7.0.5" } }, "ripemd160": { @@ -6962,8 +7499,8 @@ "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==", "dev": true, "requires": { - "hash-base": "3.0.4", - "inherits": "2.0.3" + "hash-base": "^3.0.0", + "inherits": "^2.0.1" } }, "run-async": { @@ -6972,7 +7509,7 @@ "integrity": "sha1-yK1KXhEGYeQCp9IbUw4AnyX444k=", "dev": true, "requires": { - "once": "1.4.0" + "once": "^1.3.0" } }, "rx-lite": { @@ -6993,7 +7530,7 @@ "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=", "dev": true, "requires": { - "ret": "0.1.15" + "ret": "~0.1.10" } }, "safer-buffer": { @@ -7035,18 +7572,18 @@ "dev": true, "requires": { "debug": "2.6.9", - "depd": "1.1.2", - "destroy": "1.0.4", - "encodeurl": "1.0.2", - "escape-html": "1.0.3", - "etag": "1.8.1", + "depd": "~1.1.2", + "destroy": "~1.0.4", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", "fresh": "0.5.2", - "http-errors": "1.6.3", + "http-errors": "~1.6.2", "mime": "1.4.1", "ms": "2.0.0", - "on-finished": "2.3.0", - "range-parser": "1.2.0", - "statuses": "1.4.0" + "on-finished": "~2.3.0", + "range-parser": "~1.2.0", + "statuses": "~1.4.0" } }, "serve-index": { @@ -7055,13 +7592,13 @@ "integrity": "sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=", "dev": true, "requires": { - "accepts": "1.3.5", + "accepts": "~1.3.4", "batch": "0.6.1", "debug": "2.6.9", - "escape-html": "1.0.3", - "http-errors": "1.6.3", - "mime-types": "2.1.18", - "parseurl": "1.3.2" + "escape-html": "~1.0.3", + "http-errors": "~1.6.2", + "mime-types": "~2.1.17", + "parseurl": "~1.3.2" } }, "serve-static": { @@ -7070,9 +7607,9 @@ "integrity": "sha512-p/tdJrO4U387R9oMjb1oj7qSMaMfmOyd4j9hOFoxZe2baQszgHcSWjuya/CiT5kgZZKRudHNOA0pYXOl8rQ5nw==", "dev": true, "requires": { - "encodeurl": "1.0.2", - "escape-html": "1.0.3", - "parseurl": "1.3.2", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.2", "send": "0.16.2" } }, @@ -7094,10 +7631,10 @@ "integrity": "sha512-hw0yxk9GT/Hr5yJEYnHNKYXkIA8mVJgd9ditYZCe16ZczcaELYYcfvaXesNACk2O8O0nTiPQcQhGUQj8JLzeeg==", "dev": true, "requires": { - "extend-shallow": "2.0.1", - "is-extendable": "0.1.1", - "is-plain-object": "2.0.4", - "split-string": "3.1.0" + "extend-shallow": "^2.0.1", + "is-extendable": "^0.1.1", + "is-plain-object": "^2.0.3", + "split-string": "^3.0.1" }, "dependencies": { "extend-shallow": { @@ -7106,7 +7643,7 @@ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { - "is-extendable": "0.1.1" + "is-extendable": "^0.1.0" } } } @@ -7128,8 +7665,8 @@ "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", "dev": true, "requires": { - "inherits": "2.0.3", - "safe-buffer": "5.1.2" + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" } }, "shebang-command": { @@ -7138,7 +7675,7 @@ "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", "dev": true, "requires": { - "shebang-regex": "1.0.0" + "shebang-regex": "^1.0.0" } }, "shebang-regex": { @@ -7153,9 +7690,9 @@ "integrity": "sha1-3svPh0sNHl+3LhSxZKloMEjprLM=", "dev": true, "requires": { - "glob": "7.1.2", - "interpret": "1.1.0", - "rechoir": "0.6.2" + "glob": "^7.0.0", + "interpret": "^1.0.0", + "rechoir": "^0.6.2" } }, "signal-exit": { @@ -7182,14 +7719,14 @@ "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==", "dev": true, "requires": { - "base": "0.11.2", - "debug": "2.6.9", - "define-property": "0.2.5", - "extend-shallow": "2.0.1", - "map-cache": "0.2.2", - "source-map": "0.5.7", - "source-map-resolve": "0.5.2", - "use": "3.1.0" + "base": "^0.11.1", + "debug": "^2.2.0", + "define-property": "^0.2.5", + "extend-shallow": "^2.0.1", + "map-cache": "^0.2.2", + "source-map": "^0.5.6", + "source-map-resolve": "^0.5.0", + "use": "^3.1.0" }, "dependencies": { "define-property": { @@ -7198,7 +7735,7 @@ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "dev": true, "requires": { - "is-descriptor": "0.1.6" + "is-descriptor": "^0.1.0" } }, "extend-shallow": { @@ -7207,7 +7744,7 @@ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { - "is-extendable": "0.1.1" + "is-extendable": "^0.1.0" } } } @@ -7218,9 +7755,9 @@ "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", "dev": true, "requires": { - "define-property": "1.0.0", - "isobject": "3.0.1", - "snapdragon-util": "3.0.1" + "define-property": "^1.0.0", + "isobject": "^3.0.0", + "snapdragon-util": "^3.0.1" }, "dependencies": { "define-property": { @@ -7229,7 +7766,7 @@ "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", "dev": true, "requires": { - "is-descriptor": "1.0.2" + "is-descriptor": "^1.0.0" } }, "is-accessor-descriptor": { @@ -7238,7 +7775,7 @@ "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", "dev": true, "requires": { - "kind-of": "6.0.2" + "kind-of": "^6.0.0" } }, "is-data-descriptor": { @@ -7247,7 +7784,7 @@ "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", "dev": true, "requires": { - "kind-of": "6.0.2" + "kind-of": "^6.0.0" } }, "is-descriptor": { @@ -7256,9 +7793,9 @@ "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", "dev": true, "requires": { - "is-accessor-descriptor": "1.0.0", - "is-data-descriptor": "1.0.0", - "kind-of": "6.0.2" + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" } }, "kind-of": { @@ -7275,7 +7812,7 @@ "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", "dev": true, "requires": { - "kind-of": "3.2.2" + "kind-of": "^3.2.0" } }, "sockjs": { @@ -7284,8 +7821,8 @@ "integrity": "sha512-V48klKZl8T6MzatbLlzzRNhMepEys9Y4oGFpypBFFn1gLI/QQ9HtLLyWJNbPlwGLelOVOEijUbTTJeLLI59jLw==", "dev": true, "requires": { - "faye-websocket": "0.10.0", - "uuid": "3.2.1" + "faye-websocket": "^0.10.0", + "uuid": "^3.0.1" } }, "sockjs-client": { @@ -7294,12 +7831,12 @@ "integrity": "sha1-W6vjhrd15M8U51IJEUUmVAFsixI=", "dev": true, "requires": { - "debug": "2.6.9", + "debug": "^2.6.6", "eventsource": "0.1.6", - "faye-websocket": "0.11.1", - "inherits": "2.0.3", - "json3": "3.3.2", - "url-parse": "1.4.1" + "faye-websocket": "~0.11.0", + "inherits": "^2.0.1", + "json3": "^3.3.2", + "url-parse": "^1.1.8" }, "dependencies": { "faye-websocket": { @@ -7308,7 +7845,7 @@ "integrity": "sha1-8O/hjE9W5PQK/H4Gxxn9XuYYjzg=", "dev": true, "requires": { - "websocket-driver": "0.7.0" + "websocket-driver": ">=0.5.1" } } } @@ -7319,7 +7856,7 @@ "integrity": "sha1-RBttTTRnmPG05J6JIK37oOVD+a0=", "dev": true, "requires": { - "is-plain-obj": "1.1.0" + "is-plain-obj": "^1.0.0" } }, "source-list-map": { @@ -7340,11 +7877,11 @@ "integrity": "sha512-MjqsvNwyz1s0k81Goz/9vRBe9SZdB09Bdw+/zYyO+3CuPk6fouTaxscHkgtE8jKvf01kVfl8riHzERQ/kefaSA==", "dev": true, "requires": { - "atob": "2.1.1", - "decode-uri-component": "0.2.0", - "resolve-url": "0.2.1", - "source-map-url": "0.4.0", - "urix": "0.1.0" + "atob": "^2.1.1", + "decode-uri-component": "^0.2.0", + "resolve-url": "^0.2.1", + "source-map-url": "^0.4.0", + "urix": "^0.1.0" } }, "source-map-support": { @@ -7353,7 +7890,7 @@ "integrity": "sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==", "dev": true, "requires": { - "source-map": "0.5.7" + "source-map": "^0.5.6" } }, "source-map-url": { @@ -7368,8 +7905,8 @@ "integrity": "sha512-N19o9z5cEyc8yQQPukRCZ9EUmb4HUpnrmaL/fxS2pBo2jbfcFRVuFZ/oFC+vZz0MNNk0h80iMn5/S6qGZOL5+g==", "dev": true, "requires": { - "spdx-expression-parse": "3.0.0", - "spdx-license-ids": "3.0.0" + "spdx-expression-parse": "^3.0.0", + "spdx-license-ids": "^3.0.0" } }, "spdx-exceptions": { @@ -7384,8 +7921,8 @@ "integrity": "sha512-Yg6D3XpRD4kkOmTpdgbUiEJFKghJH03fiC1OPll5h/0sO6neh2jqRDVHOQ4o/LMea0tgCkbMgea5ip/e+MkWyg==", "dev": true, "requires": { - "spdx-exceptions": "2.1.0", - "spdx-license-ids": "3.0.0" + "spdx-exceptions": "^2.1.0", + "spdx-license-ids": "^3.0.0" } }, "spdx-license-ids": { @@ -7400,12 +7937,12 @@ "integrity": "sha1-Qv9B7OXMD5mjpsKKq7c/XDsDrLw=", "dev": true, "requires": { - "debug": "2.6.9", - "handle-thing": "1.2.5", - "http-deceiver": "1.2.7", - "safe-buffer": "5.1.2", - "select-hose": "2.0.0", - "spdy-transport": "2.1.0" + "debug": "^2.6.8", + "handle-thing": "^1.2.5", + "http-deceiver": "^1.2.7", + "safe-buffer": "^5.0.1", + "select-hose": "^2.0.0", + "spdy-transport": "^2.0.18" } }, "spdy-transport": { @@ -7414,13 +7951,13 @@ "integrity": "sha512-bpUeGpZcmZ692rrTiqf9/2EUakI6/kXX1Rpe0ib/DyOzbiexVfXkw6GnvI9hVGvIwVaUhkaBojjCZwLNRGQg1g==", "dev": true, "requires": { - "debug": "2.6.9", - "detect-node": "2.0.3", - "hpack.js": "2.1.6", - "obuf": "1.1.2", - "readable-stream": "2.3.6", - "safe-buffer": "5.1.2", - "wbuf": "1.7.3" + "debug": "^2.6.8", + "detect-node": "^2.0.3", + "hpack.js": "^2.1.6", + "obuf": "^1.1.1", + "readable-stream": "^2.2.9", + "safe-buffer": "^5.0.1", + "wbuf": "^1.7.2" } }, "split-string": { @@ -7429,7 +7966,7 @@ "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==", "dev": true, "requires": { - "extend-shallow": "3.0.2" + "extend-shallow": "^3.0.0" } }, "sprintf-js": { @@ -7450,8 +7987,8 @@ "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=", "dev": true, "requires": { - "define-property": "0.2.5", - "object-copy": "0.1.0" + "define-property": "^0.2.5", + "object-copy": "^0.1.0" }, "dependencies": { "define-property": { @@ -7460,7 +7997,7 @@ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "dev": true, "requires": { - "is-descriptor": "0.1.6" + "is-descriptor": "^0.1.0" } } } @@ -7477,8 +8014,8 @@ "integrity": "sha1-ZiZu5fm9uZQKTkUUyvtDu3Hlyds=", "dev": true, "requires": { - "inherits": "2.0.3", - "readable-stream": "2.3.6" + "inherits": "~2.0.1", + "readable-stream": "^2.0.2" } }, "stream-http": { @@ -7487,11 +8024,11 @@ "integrity": "sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==", "dev": true, "requires": { - "builtin-status-codes": "3.0.0", - "inherits": "2.0.3", - "readable-stream": "2.3.6", - "to-arraybuffer": "1.0.1", - "xtend": "4.0.1" + "builtin-status-codes": "^3.0.0", + "inherits": "^2.0.1", + "readable-stream": "^2.3.6", + "to-arraybuffer": "^1.0.0", + "xtend": "^4.0.0" } }, "strict-uri-encode": { @@ -7506,9 +8043,9 @@ "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", "dev": true, "requires": { - "code-point-at": "1.1.0", - "is-fullwidth-code-point": "1.0.0", - "strip-ansi": "3.0.1" + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" } }, "string_decoder": { @@ -7517,7 +8054,7 @@ "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "dev": true, "requires": { - "safe-buffer": "5.1.2" + "safe-buffer": "~5.1.0" } }, "strip-ansi": { @@ -7526,7 +8063,7 @@ "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", "dev": true, "requires": { - "ansi-regex": "2.1.1" + "ansi-regex": "^2.0.0" } }, "strip-bom": { @@ -7547,7 +8084,7 @@ "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=", "dev": true, "requires": { - "get-stdin": "4.0.1" + "get-stdin": "^4.0.1" } }, "strip-json-comments": { @@ -7568,20 +8105,20 @@ "integrity": "sha512-nYrifviB77aNKDNKKyuay3M9aYiK6Hv5gJVDdjj2ZXTQmI8WZc8+UPLR5IpVlktJfSu3co/4XcWgrgI6seGBPg==", "dev": true, "requires": { - "coa": "2.0.1", - "colors": "1.1.2", - "css-select": "1.3.0-rc0", - "css-select-base-adapter": "0.1.0", + "coa": "~2.0.1", + "colors": "~1.1.2", + "css-select": "~1.3.0-rc0", + "css-select-base-adapter": "~0.1.0", "css-tree": "1.0.0-alpha25", - "css-url-regex": "1.1.0", - "csso": "3.5.1", - "js-yaml": "3.10.0", - "mkdirp": "0.5.1", - "object.values": "1.0.4", - "sax": "1.2.4", - "stable": "0.1.8", - "unquote": "1.1.1", - "util.promisify": "1.0.0" + "css-url-regex": "^1.1.0", + "csso": "^3.5.0", + "js-yaml": "~3.10.0", + "mkdirp": "~0.5.1", + "object.values": "^1.0.4", + "sax": "~1.2.4", + "stable": "~0.1.6", + "unquote": "~1.1.1", + "util.promisify": "~1.0.0" }, "dependencies": { "js-yaml": { @@ -7590,8 +8127,8 @@ "integrity": "sha512-O2v52ffjLa9VeM43J4XocZE//WT9N0IiwDa3KSHH7Tu8CtH+1qM8SIZvnsTh6v+4yFy5KUY3BHUVwjpfAWsjIA==", "dev": true, "requires": { - "argparse": "1.0.10", - "esprima": "4.0.0" + "argparse": "^1.0.7", + "esprima": "^4.0.0" } } } @@ -7602,12 +8139,12 @@ "integrity": "sha1-K7xULw/amGGnVdOUf+/Ys/UThV8=", "dev": true, "requires": { - "ajv": "4.11.8", - "ajv-keywords": "1.5.1", - "chalk": "1.1.3", - "lodash": "4.17.10", + "ajv": "^4.7.0", + "ajv-keywords": "^1.0.0", + "chalk": "^1.1.1", + "lodash": "^4.0.0", "slice-ansi": "0.0.4", - "string-width": "2.1.1" + "string-width": "^2.0.0" }, "dependencies": { "ansi-regex": { @@ -7628,8 +8165,8 @@ "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", "dev": true, "requires": { - "is-fullwidth-code-point": "2.0.0", - "strip-ansi": "4.0.0" + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" } }, "strip-ansi": { @@ -7638,7 +8175,7 @@ "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", "dev": true, "requires": { - "ansi-regex": "3.0.0" + "ansi-regex": "^3.0.0" } } } @@ -7679,7 +8216,7 @@ "integrity": "sha512-YvC1SV1XdOUaL6gx5CoGroT3Gu49pK9+TZ38ErPldOWW4j49GI1HKs9DV+KGq/w6y+LZ72W1c8cKz2vzY+qpzg==", "dev": true, "requires": { - "setimmediate": "1.0.5" + "setimmediate": "^1.0.4" } }, "to-arraybuffer": { @@ -7700,7 +8237,7 @@ "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=", "dev": true, "requires": { - "kind-of": "3.2.2" + "kind-of": "^3.0.2" } }, "to-regex": { @@ -7709,10 +8246,10 @@ "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==", "dev": true, "requires": { - "define-property": "2.0.2", - "extend-shallow": "3.0.2", - "regex-not": "1.0.2", - "safe-regex": "1.1.0" + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "regex-not": "^1.0.2", + "safe-regex": "^1.1.0" } }, "to-regex-range": { @@ -7721,8 +8258,8 @@ "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", "dev": true, "requires": { - "is-number": "3.0.0", - "repeat-string": "1.6.1" + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" } }, "to-string-loader": { @@ -7731,7 +8268,7 @@ "integrity": "sha1-e3qheJG3u0lHp6Eb+wO1/enG5pU=", "dev": true, "requires": { - "loader-utils": "0.2.17" + "loader-utils": "^0.2.16" }, "dependencies": { "loader-utils": { @@ -7740,10 +8277,10 @@ "integrity": "sha1-+G5jdNQyBabmxg6RlvF8Apm/s0g=", "dev": true, "requires": { - "big.js": "3.2.0", - "emojis-list": "2.1.0", - "json5": "0.5.1", - "object-assign": "4.1.1" + "big.js": "^3.1.3", + "emojis-list": "^2.0.0", + "json5": "^0.5.0", + "object-assign": "^4.0.1" } } } @@ -7772,7 +8309,7 @@ "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", "dev": true, "requires": { - "prelude-ls": "1.1.2" + "prelude-ls": "~1.1.2" } }, "type-is": { @@ -7782,7 +8319,7 @@ "dev": true, "requires": { "media-typer": "0.3.0", - "mime-types": "2.1.18" + "mime-types": "~2.1.18" } }, "typedarray": { @@ -7802,9 +8339,9 @@ "integrity": "sha1-KcVzMUgFe7Th913zW3qcty5qWd0=", "dev": true, "requires": { - "source-map": "0.5.7", - "uglify-to-browserify": "1.0.2", - "yargs": "3.10.0" + "source-map": "~0.5.1", + "uglify-to-browserify": "~1.0.0", + "yargs": "~3.10.0" }, "dependencies": { "yargs": { @@ -7813,9 +8350,9 @@ "integrity": "sha1-9+572FfdfB0tOMDnTvvWgdFDH9E=", "dev": true, "requires": { - "camelcase": "1.2.1", - "cliui": "2.1.0", - "decamelize": "1.2.0", + "camelcase": "^1.0.2", + "cliui": "^2.1.0", + "decamelize": "^1.0.0", "window-size": "0.1.0" } } @@ -7834,9 +8371,9 @@ "integrity": "sha1-uVH0q7a9YX5m9j64kUmOORdj4wk=", "dev": true, "requires": { - "source-map": "0.5.7", - "uglify-js": "2.8.29", - "webpack-sources": "1.1.0" + "source-map": "^0.5.6", + "uglify-js": "^2.8.29", + "webpack-sources": "^1.0.1" } }, "union-value": { @@ -7845,10 +8382,10 @@ "integrity": "sha1-XHHDTLW61dzr4+oM0IIHulqhrqQ=", "dev": true, "requires": { - "arr-union": "3.1.0", - "get-value": "2.0.6", - "is-extendable": "0.1.1", - "set-value": "0.4.3" + "arr-union": "^3.1.0", + "get-value": "^2.0.6", + "is-extendable": "^0.1.1", + "set-value": "^0.4.3" }, "dependencies": { "extend-shallow": { @@ -7857,7 +8394,7 @@ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { - "is-extendable": "0.1.1" + "is-extendable": "^0.1.0" } }, "set-value": { @@ -7866,10 +8403,10 @@ "integrity": "sha1-fbCPnT0i3H945Trzw79GZuzfzPE=", "dev": true, "requires": { - "extend-shallow": "2.0.1", - "is-extendable": "0.1.1", - "is-plain-object": "2.0.4", - "to-object-path": "0.3.0" + "extend-shallow": "^2.0.1", + "is-extendable": "^0.1.1", + "is-plain-object": "^2.0.1", + "to-object-path": "^0.3.0" } } } @@ -7904,8 +8441,8 @@ "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=", "dev": true, "requires": { - "has-value": "0.3.1", - "isobject": "3.0.1" + "has-value": "^0.3.1", + "isobject": "^3.0.0" }, "dependencies": { "has-value": { @@ -7914,9 +8451,9 @@ "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=", "dev": true, "requires": { - "get-value": "2.0.6", - "has-values": "0.1.4", - "isobject": "2.1.0" + "get-value": "^2.0.3", + "has-values": "^0.1.4", + "isobject": "^2.0.0" }, "dependencies": { "isobject": { @@ -7956,7 +8493,7 @@ "integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==", "dev": true, "requires": { - "punycode": "2.1.1" + "punycode": "^2.1.0" } }, "urix": { @@ -7989,8 +8526,8 @@ "integrity": "sha512-x95Td74QcvICAA0+qERaVkRpTGKyBHHYdwL2LXZm5t/gBtCB9KQSO/0zQgSTYEV1p0WcvSg79TLNPSvd5IDJMQ==", "dev": true, "requires": { - "querystringify": "2.0.0", - "requires-port": "1.0.0" + "querystringify": "^2.0.0", + "requires-port": "^1.0.0" } }, "use": { @@ -7999,7 +8536,7 @@ "integrity": "sha512-6UJEQM/L+mzC3ZJNM56Q4DFGLX/evKGRg15UJHGB9X5j5Z3AFbgZvjUh2yq/UJUY4U5dh7Fal++XbNg1uzpRAw==", "dev": true, "requires": { - "kind-of": "6.0.2" + "kind-of": "^6.0.2" }, "dependencies": { "kind-of": { @@ -8016,7 +8553,7 @@ "integrity": "sha1-nHC/2Babwdy/SGBODwS4tJzenp8=", "dev": true, "requires": { - "os-homedir": "1.0.2" + "os-homedir": "^1.0.0" } }, "util": { @@ -8040,8 +8577,8 @@ "integrity": "sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==", "dev": true, "requires": { - "define-properties": "1.1.2", - "object.getownpropertydescriptors": "2.0.3" + "define-properties": "^1.1.2", + "object.getownpropertydescriptors": "^2.0.3" } }, "utils-merge": { @@ -8062,8 +8599,8 @@ "integrity": "sha512-63ZOUnL4SIXj4L0NixR3L1lcjO38crAbgrTpl28t8jjrfuiOBL5Iygm+60qPs/KsZGzPNg6Smnc/oY16QTjF0g==", "dev": true, "requires": { - "spdx-correct": "3.0.0", - "spdx-expression-parse": "3.0.0" + "spdx-correct": "^3.0.0", + "spdx-expression-parse": "^3.0.0" } }, "value-equal": { @@ -8097,7 +8634,7 @@ "resolved": "https://registry.npmjs.org/warning/-/warning-4.0.1.tgz", "integrity": "sha512-rAVtTNZw+cQPjvGp1ox0XC5Q2IBFyqoqh+QII4J/oguyu83Bax1apbo2eqB8bHRS+fqYUBagys6lqUoVwKSmXQ==", "requires": { - "loose-envify": "1.3.1" + "loose-envify": "^1.0.0" } }, "watchpack": { @@ -8106,9 +8643,9 @@ "integrity": "sha512-i6dHe3EyLjMmDlU1/bGQpEw25XSjkJULPuAVKCbNRefQVq48yXKUpwg538F7AZTf9kyr57zj++pQFltUa5H7yA==", "dev": true, "requires": { - "chokidar": "2.0.3", - "graceful-fs": "4.1.11", - "neo-async": "2.5.1" + "chokidar": "^2.0.2", + "graceful-fs": "^4.1.2", + "neo-async": "^2.5.0" } }, "wbuf": { @@ -8117,7 +8654,7 @@ "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", "dev": true, "requires": { - "minimalistic-assert": "1.0.1" + "minimalistic-assert": "^1.0.0" } }, "webpack": { @@ -8126,28 +8663,28 @@ "integrity": "sha512-Sw7MdIIOv/nkzPzee4o0EdvCuPmxT98+vVpIvwtcwcF1Q4SDSNp92vwcKc4REe7NItH9f1S4ra9FuQ7yuYZ8bQ==", "dev": true, "requires": { - "acorn": "5.6.2", - "acorn-dynamic-import": "2.0.2", - "ajv": "6.5.1", - "ajv-keywords": "3.2.0", - "async": "2.6.1", - "enhanced-resolve": "3.4.1", - "escope": "3.6.0", - "interpret": "1.1.0", - "json-loader": "0.5.7", - "json5": "0.5.1", - "loader-runner": "2.3.0", - "loader-utils": "1.1.0", - "memory-fs": "0.4.1", - "mkdirp": "0.5.1", - "node-libs-browser": "2.1.0", - "source-map": "0.5.7", - "supports-color": "4.5.0", - "tapable": "0.2.8", - "uglifyjs-webpack-plugin": "0.4.6", - "watchpack": "1.6.0", - "webpack-sources": "1.1.0", - "yargs": "8.0.2" + "acorn": "^5.0.0", + "acorn-dynamic-import": "^2.0.0", + "ajv": "^6.1.0", + "ajv-keywords": "^3.1.0", + "async": "^2.1.2", + "enhanced-resolve": "^3.4.0", + "escope": "^3.6.0", + "interpret": "^1.0.0", + "json-loader": "^0.5.4", + "json5": "^0.5.1", + "loader-runner": "^2.3.0", + "loader-utils": "^1.1.0", + "memory-fs": "~0.4.1", + "mkdirp": "~0.5.0", + "node-libs-browser": "^2.0.0", + "source-map": "^0.5.3", + "supports-color": "^4.2.1", + "tapable": "^0.2.7", + "uglifyjs-webpack-plugin": "^0.4.6", + "watchpack": "^1.4.0", + "webpack-sources": "^1.0.1", + "yargs": "^8.0.2" }, "dependencies": { "ajv": { @@ -8156,10 +8693,10 @@ "integrity": "sha512-pgZos1vgOHDiC7gKNbZW8eKvCnNXARv2oqrGQT7Hzbq5Azp7aZG6DJzADnkuSq7RH6qkXp4J/m68yPX/2uBHyQ==", "dev": true, "requires": { - "fast-deep-equal": "2.0.1", - "fast-json-stable-stringify": "2.0.0", - "json-schema-traverse": "0.4.1", - "uri-js": "4.2.2" + "fast-deep-equal": "^2.0.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.1" } }, "ajv-keywords": { @@ -8174,7 +8711,7 @@ "integrity": "sha1-vnoN5ITexcXN34s9WRJQRJEvY1s=", "dev": true, "requires": { - "has-flag": "2.0.0" + "has-flag": "^2.0.0" } } } @@ -8185,11 +8722,11 @@ "integrity": "sha512-FCrqPy1yy/sN6U/SaEZcHKRXGlqU0DUaEBL45jkUYoB8foVb6wCnbIJ1HKIx+qUFTW+3JpVcCJCxZ8VATL4e+A==", "dev": true, "requires": { - "memory-fs": "0.4.1", - "mime": "1.6.0", - "path-is-absolute": "1.0.1", - "range-parser": "1.2.0", - "time-stamp": "2.0.0" + "memory-fs": "~0.4.1", + "mime": "^1.5.0", + "path-is-absolute": "^1.0.0", + "range-parser": "^1.0.3", + "time-stamp": "^2.0.0" }, "dependencies": { "mime": { @@ -8207,30 +8744,30 @@ "dev": true, "requires": { "ansi-html": "0.0.7", - "array-includes": "3.0.3", - "bonjour": "3.5.0", - "chokidar": "2.0.3", - "compression": "1.7.2", - "connect-history-api-fallback": "1.5.0", - "debug": "3.1.0", - "del": "3.0.0", - "express": "4.16.3", - "html-entities": "1.2.1", - "http-proxy-middleware": "0.17.4", - "import-local": "1.0.0", + "array-includes": "^3.0.3", + "bonjour": "^3.5.0", + "chokidar": "^2.0.0", + "compression": "^1.5.2", + "connect-history-api-fallback": "^1.3.0", + "debug": "^3.1.0", + "del": "^3.0.0", + "express": "^4.16.2", + "html-entities": "^1.2.0", + "http-proxy-middleware": "~0.17.4", + "import-local": "^1.0.0", "internal-ip": "1.2.0", - "ip": "1.1.5", - "killable": "1.0.0", - "loglevel": "1.6.1", - "opn": "5.3.0", - "portfinder": "1.0.13", - "selfsigned": "1.10.3", - "serve-index": "1.9.1", + "ip": "^1.1.5", + "killable": "^1.0.0", + "loglevel": "^1.4.1", + "opn": "^5.1.0", + "portfinder": "^1.0.9", + "selfsigned": "^1.9.1", + "serve-index": "^1.7.2", "sockjs": "0.3.19", "sockjs-client": "1.1.4", - "spdy": "3.4.7", - "strip-ansi": "3.0.1", - "supports-color": "5.4.0", + "spdy": "^3.4.1", + "strip-ansi": "^3.0.0", + "supports-color": "^5.1.0", "webpack-dev-middleware": "1.12.2", "yargs": "6.6.0" }, @@ -8247,9 +8784,9 @@ "integrity": "sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=", "dev": true, "requires": { - "string-width": "1.0.2", - "strip-ansi": "3.0.1", - "wrap-ansi": "2.1.0" + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1", + "wrap-ansi": "^2.0.0" } }, "debug": { @@ -8267,12 +8804,12 @@ "integrity": "sha1-U+z2mf/LyzljdpGrE7rxYIGXZuU=", "dev": true, "requires": { - "globby": "6.1.0", - "is-path-cwd": "1.0.0", - "is-path-in-cwd": "1.0.1", - "p-map": "1.2.0", - "pify": "3.0.0", - "rimraf": "2.6.2" + "globby": "^6.1.0", + "is-path-cwd": "^1.0.0", + "is-path-in-cwd": "^1.0.0", + "p-map": "^1.1.1", + "pify": "^3.0.0", + "rimraf": "^2.2.8" } }, "find-up": { @@ -8281,8 +8818,8 @@ "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=", "dev": true, "requires": { - "path-exists": "2.1.0", - "pinkie-promise": "2.0.1" + "path-exists": "^2.0.0", + "pinkie-promise": "^2.0.0" } }, "globby": { @@ -8291,11 +8828,11 @@ "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=", "dev": true, "requires": { - "array-union": "1.0.2", - "glob": "7.1.2", - "object-assign": "4.1.1", - "pify": "2.3.0", - "pinkie-promise": "2.0.1" + "array-union": "^1.0.1", + "glob": "^7.0.3", + "object-assign": "^4.0.1", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" }, "dependencies": { "pify": { @@ -8318,11 +8855,11 @@ "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=", "dev": true, "requires": { - "graceful-fs": "4.1.11", - "parse-json": "2.2.0", - "pify": "2.3.0", - "pinkie-promise": "2.0.1", - "strip-bom": "2.0.0" + "graceful-fs": "^4.1.2", + "parse-json": "^2.2.0", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0", + "strip-bom": "^2.0.0" }, "dependencies": { "pify": { @@ -8339,7 +8876,7 @@ "integrity": "sha1-IPnxeuKe00XoveWDsT0gCYA8FNk=", "dev": true, "requires": { - "lcid": "1.0.0" + "lcid": "^1.0.0" } }, "path-exists": { @@ -8348,7 +8885,7 @@ "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=", "dev": true, "requires": { - "pinkie-promise": "2.0.1" + "pinkie-promise": "^2.0.0" } }, "path-type": { @@ -8357,9 +8894,9 @@ "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=", "dev": true, "requires": { - "graceful-fs": "4.1.11", - "pify": "2.3.0", - "pinkie-promise": "2.0.1" + "graceful-fs": "^4.1.2", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" }, "dependencies": { "pify": { @@ -8376,9 +8913,9 @@ "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=", "dev": true, "requires": { - "load-json-file": "1.1.0", - "normalize-package-data": "2.4.0", - "path-type": "1.1.0" + "load-json-file": "^1.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^1.0.0" } }, "read-pkg-up": { @@ -8387,8 +8924,8 @@ "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=", "dev": true, "requires": { - "find-up": "1.1.2", - "read-pkg": "1.1.0" + "find-up": "^1.0.0", + "read-pkg": "^1.0.0" } }, "strip-bom": { @@ -8397,7 +8934,7 @@ "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", "dev": true, "requires": { - "is-utf8": "0.2.1" + "is-utf8": "^0.2.0" } }, "supports-color": { @@ -8406,7 +8943,7 @@ "integrity": "sha512-zjaXglF5nnWpsq470jSv6P9DwPvgLkuapYmfDm3JWOm0vkNTVF2tI4UrN2r6jH1qM/uc/WtxYY1hYoA2dOKj5w==", "dev": true, "requires": { - "has-flag": "3.0.0" + "has-flag": "^3.0.0" } }, "which-module": { @@ -8421,19 +8958,19 @@ "integrity": "sha1-eC7CHvQDNF+DCoCMo9UTr1YGUgg=", "dev": true, "requires": { - "camelcase": "3.0.0", - "cliui": "3.2.0", - "decamelize": "1.2.0", - "get-caller-file": "1.0.2", - "os-locale": "1.4.0", - "read-pkg-up": "1.0.1", - "require-directory": "2.1.1", - "require-main-filename": "1.0.1", - "set-blocking": "2.0.0", - "string-width": "1.0.2", - "which-module": "1.0.0", - "y18n": "3.2.1", - "yargs-parser": "4.2.1" + "camelcase": "^3.0.0", + "cliui": "^3.2.0", + "decamelize": "^1.1.1", + "get-caller-file": "^1.0.1", + "os-locale": "^1.4.0", + "read-pkg-up": "^1.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^1.0.1", + "set-blocking": "^2.0.0", + "string-width": "^1.0.2", + "which-module": "^1.0.0", + "y18n": "^3.2.1", + "yargs-parser": "^4.2.0" } }, "yargs-parser": { @@ -8442,7 +8979,7 @@ "integrity": "sha1-KczqwNxPA8bIe0qfIX3RjJ90hxw=", "dev": true, "requires": { - "camelcase": "3.0.0" + "camelcase": "^3.0.0" } } } @@ -8453,8 +8990,8 @@ "integrity": "sha512-aqYp18kPphgoO5c/+NaUvEeACtZjMESmDChuD3NBciVpah3XpMEU9VAAtIaB1BsfJWWTSdv8Vv1m3T0aRk2dUw==", "dev": true, "requires": { - "source-list-map": "2.0.0", - "source-map": "0.6.1" + "source-list-map": "^2.0.0", + "source-map": "~0.6.1" }, "dependencies": { "source-map": { @@ -8471,8 +9008,8 @@ "integrity": "sha1-DK+dLXVdk67gSdS90NP+LMoqJOs=", "dev": true, "requires": { - "http-parser-js": "0.4.13", - "websocket-extensions": "0.1.3" + "http-parser-js": ">=0.4.0", + "websocket-extensions": ">=0.1.1" } }, "websocket-extensions": { @@ -8498,7 +9035,7 @@ "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", "dev": true, "requires": { - "isexe": "2.0.0" + "isexe": "^2.0.0" } }, "which-module": { @@ -8525,8 +9062,8 @@ "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=", "dev": true, "requires": { - "string-width": "1.0.2", - "strip-ansi": "3.0.1" + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1" } }, "wrapper-webpack-plugin": { @@ -8535,7 +9072,7 @@ "integrity": "sha1-VcEWR/jKmQ/28EtB2PpK8JbDG7s=", "dev": true, "requires": { - "webpack-sources": "1.1.0" + "webpack-sources": "^1.0.1" } }, "wrappy": { @@ -8550,7 +9087,7 @@ "integrity": "sha1-X8A4KOJkzqP+kUVUdvejxWbLB1c=", "dev": true, "requires": { - "mkdirp": "0.5.1" + "mkdirp": "^0.5.1" } }, "xtend": { @@ -8577,19 +9114,19 @@ "integrity": "sha1-YpmpBVsc78lp/355wdkY3Osiw2A=", "dev": true, "requires": { - "camelcase": "4.1.0", - "cliui": "3.2.0", - "decamelize": "1.2.0", - "get-caller-file": "1.0.2", - "os-locale": "2.1.0", - "read-pkg-up": "2.0.0", - "require-directory": "2.1.1", - "require-main-filename": "1.0.1", - "set-blocking": "2.0.0", - "string-width": "2.1.1", - "which-module": "2.0.0", - "y18n": "3.2.1", - "yargs-parser": "7.0.0" + "camelcase": "^4.1.0", + "cliui": "^3.2.0", + "decamelize": "^1.1.1", + "get-caller-file": "^1.0.1", + "os-locale": "^2.0.0", + "read-pkg-up": "^2.0.0", + "require-directory": "^2.1.1", + "require-main-filename": "^1.0.1", + "set-blocking": "^2.0.0", + "string-width": "^2.0.0", + "which-module": "^2.0.0", + "y18n": "^3.2.1", + "yargs-parser": "^7.0.0" }, "dependencies": { "ansi-regex": { @@ -8610,9 +9147,9 @@ "integrity": "sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=", "dev": true, "requires": { - "string-width": "1.0.2", - "strip-ansi": "3.0.1", - "wrap-ansi": "2.1.0" + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1", + "wrap-ansi": "^2.0.0" }, "dependencies": { "string-width": { @@ -8621,9 +9158,9 @@ "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", "dev": true, "requires": { - "code-point-at": "1.1.0", - "is-fullwidth-code-point": "1.0.0", - "strip-ansi": "3.0.1" + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" } } } @@ -8634,8 +9171,8 @@ "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", "dev": true, "requires": { - "is-fullwidth-code-point": "2.0.0", - "strip-ansi": "4.0.0" + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" }, "dependencies": { "is-fullwidth-code-point": { @@ -8650,7 +9187,7 @@ "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", "dev": true, "requires": { - "ansi-regex": "3.0.0" + "ansi-regex": "^3.0.0" } } } @@ -8663,7 +9200,7 @@ "integrity": "sha1-jQrELxbqVd69MyyvTEA4s+P139k=", "dev": true, "requires": { - "camelcase": "4.1.0" + "camelcase": "^4.1.0" }, "dependencies": { "camelcase": { diff --git a/package.json b/package.json index ee0d4ec..dfeb035 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "boxicons", - "version": "1.1.1", + "version": "1.5.0", "private": true, "description": "High Quality web friendly icons", "scripts": { diff --git a/src/box-icon-element.js b/src/box-icon-element.js index e127e46..41137fc 100644 --- a/src/box-icon-element.js +++ b/src/box-icon-element.js @@ -140,7 +140,7 @@ export class BoxIconElement extends HTMLElement { constructor() { super(); this.$ui = this.attachShadow({ mode: 'open' }); - this.$ui.appendChild(this.ownerDocument.importNode(TEMPLATE.content, true)); + //this.$ui.appendChild(this.ownerDocument.importNode(TEMPLATE.content, true)); if (usingShadyCss()) { GLOBAL.ShadyCSS.styleElement(this); } diff --git a/static/boxicons-1.5.0.zip b/static/boxicons-1.5.0.zip new file mode 100644 index 0000000..6f3ab53 Binary files /dev/null and b/static/boxicons-1.5.0.zip differ diff --git a/static/css/boxicons.css b/static/css/boxicons.css index 7079078..c8bd289 100644 --- a/static/css/boxicons.css +++ b/static/css/boxicons.css @@ -1,10 +1,10 @@ @font-face { font-family: 'boxicons'; - src: url('../fonts/boxicons.eot?jhjzqt'); - src: url('../fonts/boxicons.eot?jhjzqt#iefix') format('embedded-opentype'), - url('../fonts/boxicons.ttf?jhjzqt') format('truetype'), - url('../fonts/boxicons.woff?jhjzqt') format('woff'), - url('../fonts/boxicons.svg?jhjzqt#boxicons') format('svg'); + src: url('../fonts/boxicons.eot?5pz59u'); + src: url('../fonts/boxicons.eot?5pz59u#iefix') format('embedded-opentype'), + url('../fonts/boxicons.ttf?5pz59u') format('truetype'), + url('../fonts/boxicons.woff?5pz59u') format('woff'), + url('../fonts/boxicons.svg?5pz59u#boxicons') format('svg'); font-weight: normal; font-style: normal; } @@ -25,7 +25,24 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - +.bx-ul{padding-left: 0px;list-style: none;margin-left: 2em;} +.bx-ul>li{ + position: relative; +} +.bx-ul .bx{ + +left: -2em; + +position: absolute; + +text-align: center; + +font-size: inherit; + +width: 2em; + +line-height: inherit; +} @-webkit-keyframes spin { 0% @@ -184,7 +201,74 @@ opacity: 0; } } +@-webkit-keyframes fade-up +{ + 0% + { + -webkit-transform: translateY(0); + transform: translateY(0); + opacity: 1; + } + 75% + { + -webkit-transform: translateY(-20px); + transform: translateY(-20px); + + opacity: 0; + } +} +@keyframes fade-up +{ + 0% + { + -webkit-transform: translateY(0); + transform: translateY(0); + + opacity: 1; + } + 75% + { + -webkit-transform: translateY(-20px); + transform: translateY(-20px); + + opacity: 0; + } +} +@-webkit-keyframes fade-down +{ + 0% + { + -webkit-transform: translateY(0); + transform: translateY(0); + + opacity: 1; + } + 75% + { + -webkit-transform: translateY(20px); + transform: translateY(20px); + + opacity: 0; + } +} +@keyframes fade-down +{ + 0% + { + -webkit-transform: translateY(0); + transform: translateY(0); + + opacity: 1; + } + 75% + { + -webkit-transform: translateY(20px); + transform: translateY(20px); + + opacity: 0; + } +} @-webkit-keyframes tada { from @@ -305,7 +389,26 @@ -webkit-animation: burst 1.5s infinite linear; animation: burst 1.5s infinite linear; } - +.bx-fade-up +{ + -webkit-animation: fade-up 1.5s infinite linear; + animation: fade-up 1.5s infinite linear; +} +.bx-fade-up-hover:hover +{ + -webkit-animation: fade-up 1.5s infinite linear; + animation: fade-up 1.5s infinite linear; +} +.bx-fade-down +{ + -webkit-animation: fade-down 1.5s infinite linear; + animation: fade-down 1.5s infinite linear; +} +.bx-fade-down-hover:hover +{ + -webkit-animation: fade-down 1.5s infinite linear; + animation: fade-down 1.5s infinite linear; +} .bx-fade-left { -webkit-animation: fade-left 1.5s infinite linear; @@ -328,7 +431,7 @@ } .bx-xs { - font-size: .8rem!important; + font-size: 1rem!important; } .bx-sm { @@ -389,1335 +492,2169 @@ -.bx-adjust:before { +.bxl-behance:before { content: "\e900"; } -.bx-alarm:before { +.bxl-bitcoin:before { content: "\e901"; } -.bx-alarm-off:before { +.bxl-discord:before { content: "\e902"; } -.bx-album:before { +.bxl-dribbble:before { content: "\e903"; } -.bx-align-left:before { +.bxl-facebook:before { content: "\e904"; } -.bx-align-middle:before { +.bxl-facebook-square:before { content: "\e905"; } -.bx-align-right:before { +.bxl-github:before { content: "\e906"; } -.bx-anchor:before { +.bxl-google:before { content: "\e907"; } -.bx-aperture:before { +.bxl-google-plus:before { content: "\e908"; } -.bx-archive:before { +.bxl-google-plus-circle:before { content: "\e909"; } -.bx-archive-in:before { +.bxl-instagram:before { content: "\e90a"; } -.bx-archive-out:before { +.bxl-linkedin:before { content: "\e90b"; } -.bx-arrow-back:before { +.bxl-linkedin-square:before { content: "\e90c"; } -.bx-asterisk:before { +.bxl-medium:before { content: "\e90d"; } -.bx-at:before { +.bxl-medium-square:before { content: "\e90e"; } -.bx-award:before { +.bxl-reddit:before { content: "\e90f"; } -.bx-bar-chart:before { +.bxl-skype:before { content: "\e910"; } -.bx-bar-chart-alt:before { +.bxl-slack:before { content: "\e911"; } -.bx-bar-chart-square:before { +.bxl-slack-rounded:before { content: "\e912"; } -.bx-barcode:before { +.bxl-tumblr:before { content: "\e913"; } -.bx-basketball:before { +.bxl-twitch:before { content: "\e914"; } -.bx-battery:before { +.bxl-twitter:before { content: "\e915"; } -.bx-battery-charging:before { +.bxl-twitter-square:before { content: "\e916"; } -.bx-battery-full:before { +.bxl-vimeo:before { content: "\e917"; } -.bx-battery-low:before { +.bxl-whatsapp:before { content: "\e918"; } -.bx-behance:before { +.bxl-youtube:before { content: "\e919"; } -.bx-bell:before { - content: "\e91a"; -} -.bx-bell-minus:before { +.bx-adjust:before { content: "\e91b"; } -.bx-bell-off:before { +.bx-alarm:before { content: "\e91c"; } -.bx-bell-plus:before { +.bx-alarm-off:before { content: "\e91d"; } -.bx-bitcoin:before { +.bx-album:before { content: "\e91e"; } -.bx-block:before { +.bx-align-left:before { content: "\e91f"; } -.bx-bluetooth:before { +.bx-align-middle:before { content: "\e920"; } -.bx-body:before { +.bx-align-right:before { content: "\e921"; } -.bx-bold:before { +.bx-anchor:before { content: "\e922"; } -.bx-bolt:before { +.bx-aperture:before { content: "\e923"; } -.bx-book:before { +.bx-archive:before { content: "\e924"; } -.bx-book-bookmark:before { +.bx-archive-in:before { content: "\e925"; } -.bx-bookmark:before { +.bx-archive-out:before { content: "\e926"; } -.bx-bookmark-minus:before { +.bx-arrow-back:before { content: "\e927"; } -.bx-bookmark-plus:before { +.bx-asterisk:before { content: "\e928"; } -.bx-bookmarks:before { +.bx-at:before { content: "\e929"; } -.bx-bookmark-star:before { +.bx-award:before { content: "\e92a"; } -.bx-book-open:before { +.bx-bar-chart:before { content: "\e92b"; } -.bx-briefcase:before { +.bx-bar-chart-alt:before { content: "\e92c"; } -.bx-briefcase-alt:before { +.bx-bar-chart-square:before { content: "\e92d"; } -.bx-broadcast:before { +.bx-barcode:before { content: "\e92e"; } -.bx-bucket:before { +.bx-basketball:before { content: "\e92f"; } -.bx-bug:before { +.bx-battery:before { content: "\e930"; } -.bx-building:before { +.bx-battery-charging:before { content: "\e931"; } -.bx-bulb:before { +.bx-battery-full:before { content: "\e932"; } -.bx-bullseye:before { +.bx-battery-low:before { content: "\e933"; } -.bx-buoy:before { +.bx-bell:before { content: "\e934"; } -.bx-calculator:before { +.bx-bell-minus:before { content: "\e935"; } -.bx-calendar:before { +.bx-bell-off:before { content: "\e936"; } -.bx-calendar-add:before { +.bx-bell-plus:before { content: "\e937"; } -.bx-calendar-alt:before { +.bx-block:before { content: "\e938"; } -.bx-calendar-check:before { +.bx-bluetooth:before { content: "\e939"; } -.bx-calendar-minus:before { +.bx-body:before { content: "\e93a"; } -.bx-calendar-remove:before { +.bx-bold:before { content: "\e93b"; } -.bx-camera:before { +.bx-bolt:before { content: "\e93c"; } -.bx-camera-alt:before { +.bx-book:before { content: "\e93d"; } -.bx-camera-off:before { +.bx-book-bookmark:before { content: "\e93e"; } -.bx-capsule:before { +.bx-bookmark:before { content: "\e93f"; } -.bx-captions:before { +.bx-bookmark-minus:before { content: "\e940"; } -.bx-car:before { +.bx-bookmark-plus:before { content: "\e941"; } -.bx-carousel:before { +.bx-bookmarks:before { content: "\e942"; } -.bx-cart:before { +.bx-bookmark-star:before { content: "\e943"; } -.bx-cart-alt:before { +.bx-book-open:before { content: "\e944"; } -.bx-cast:before { +.bx-briefcase:before { content: "\e945"; } -.bx-categories:before { +.bx-briefcase-alt:before { content: "\e946"; } -.bx-chalkboard:before { +.bx-broadcast:before { content: "\e947"; } -.bx-chart:before { +.bx-bucket:before { content: "\e948"; } -.bx-check:before { +.bx-bug:before { content: "\e949"; } -.bx-checkbox:before { +.bx-building:before { content: "\e94a"; } -.bx-checkbox-checked:before { +.bx-bulb:before { content: "\e94b"; } -.bx-checkbox-square:before { +.bx-bullseye:before { content: "\e94c"; } -.bx-chevron-down:before { +.bx-buoy:before { content: "\e94d"; } -.bx-chevron-left:before { +.bx-calculator:before { content: "\e94e"; } -.bx-chevron-right:before { +.bx-calendar:before { content: "\e94f"; } -.bx-chevrons-down:before { +.bx-calendar-alt:before { content: "\e950"; } -.bx-chevrons-left:before { +.bx-calendar-check:before { content: "\e951"; } -.bx-chevrons-right:before { +.bx-calendar-minus:before { content: "\e952"; } -.bx-chevrons-up:before { +.bx-calendar-plus:before { content: "\e953"; } -.bx-chevron-up:before { +.bx-calendar-x:before { content: "\e954"; } -.bx-chip:before { +.bx-camera:before { content: "\e955"; } -.bx-chrome:before { +.bx-camera-alt:before { content: "\e956"; } -.bx-clipboard:before { +.bx-camera-off:before { content: "\e957"; } -.bx-closet:before { +.bx-capsule:before { content: "\e958"; } -.bx-cloud:before { +.bx-captions:before { content: "\e959"; } -.bx-cloud-download:before { +.bx-car:before { content: "\e95a"; } -.bx-cloud-drizzle:before { +.bx-carousel:before { content: "\e95b"; } -.bx-cloud-lightning:before { +.bx-cart:before { content: "\e95c"; } -.bx-cloud-light-rain:before { +.bx-cart-alt:before { content: "\e95d"; } -.bx-cloud-rain:before { +.bx-cast:before { content: "\e95e"; } -.bx-cloud-snow:before { +.bx-categories:before { content: "\e95f"; } -.bx-cloud-upload:before { +.bx-chalkboard:before { content: "\e960"; } -.bx-code:before { +.bx-chart:before { content: "\e961"; } -.bx-code-curly:before { +.bx-check:before { content: "\e962"; } -.bx-codepen:before { +.bx-checkbox:before { content: "\e963"; } -.bx-coffee:before { +.bx-checkbox-checked:before { content: "\e964"; } -.bx-cog:before { +.bx-checkbox-square:before { content: "\e965"; } -.bx-collapse:before { +.bx-chevron-down:before { content: "\e966"; } -.bx-collection:before { +.bx-chevron-left:before { content: "\e967"; } -.bx-columns:before { +.bx-chevron-right:before { content: "\e968"; } -.bx-command:before { +.bx-chevrons-down:before { content: "\e969"; } -.bx-compass:before { +.bx-chevrons-left:before { content: "\e96a"; } -.bx-contact:before { +.bx-chevrons-right:before { content: "\e96b"; } -.bx-conversation:before { +.bx-chevrons-up:before { content: "\e96c"; } -.bx-copy:before { +.bx-chevron-up:before { content: "\e96d"; } -.bx-copyright:before { +.bx-chip:before { content: "\e96e"; } -.bx-coupon:before { +.bx-clipboard:before { content: "\e96f"; } -.bx-credit-card:before { +.bx-closet:before { content: "\e970"; } -.bx-crop:before { +.bx-cloud:before { content: "\e971"; } -.bx-crosshair:before { +.bx-cloud-download:before { content: "\e972"; } -.bx-crown:before { +.bx-cloud-drizzle:before { content: "\e973"; } -.bx-cube:before { +.bx-cloud-lightning:before { content: "\e974"; } -.bx-cut:before { +.bx-cloud-light-rain:before { content: "\e975"; } -.bx-dashboard:before { +.bx-cloud-rain:before { content: "\e976"; } -.bx-data:before { +.bx-cloud-snow:before { content: "\e977"; } -.bx-desktop:before { +.bx-cloud-upload:before { content: "\e978"; } -.bx-detail:before { +.bx-code:before { content: "\e979"; } -.bx-diamond:before { +.bx-code-curly:before { content: "\e97a"; } -.bx-directions:before { +.bx-coffee:before { content: "\e97b"; } -.bx-discount:before { +.bx-cog:before { content: "\e97c"; } -.bx-dislike:before { +.bx-collapse:before { content: "\e97d"; } -.bx-dock-bottom:before { +.bx-collection:before { content: "\e97e"; } -.bx-dock-left:before { +.bx-columns:before { content: "\e97f"; } -.bx-dock-right:before { +.bx-command:before { content: "\e980"; } -.bx-dock-top:before { +.bx-compass:before { content: "\e981"; } -.bx-dollar:before { +.bx-contact:before { content: "\e982"; } -.bx-dollar-circle:before { +.bx-conversation:before { content: "\e983"; } -.bx-dots-horizontal:before { +.bx-copy:before { content: "\e984"; } -.bx-dots-horizontal-rounded:before { +.bx-copyright:before { content: "\e985"; } -.bx-dots-vertical:before { +.bx-coupon:before { content: "\e986"; } -.bx-dots-vertical-rounded:before { +.bx-credit-card:before { content: "\e987"; } -.bx-down-arrow-circle:before { +.bx-crop:before { content: "\e988"; } -.bx-down-arrow-outline:before { +.bx-crosshair:before { content: "\e989"; } -.bx-download:before { +.bx-crown:before { content: "\e98a"; } -.bx-download-alt:before { +.bx-cube:before { content: "\e98b"; } -.bx-downvote:before { +.bx-cut:before { content: "\e98c"; } -.bx-dribbble:before { +.bx-dashboard:before { content: "\e98d"; } -.bx-drink:before { +.bx-data:before { content: "\e98e"; } -.bx-droplet:before { +.bx-desktop:before { content: "\e98f"; } -.bx-duplicate:before { +.bx-detail:before { content: "\e990"; } -.bx-edit:before { +.bx-diamond:before { content: "\e991"; } -.bx-eject:before { +.bx-directions:before { content: "\e992"; } -.bx-envelope:before { +.bx-discount:before { content: "\e993"; } -.bx-eraser:before { +.bx-dislike:before { content: "\e994"; } -.bx-error:before { +.bx-dock-bottom:before { content: "\e995"; } -.bx-error-circle:before { +.bx-dock-left:before { content: "\e996"; } -.bx-exclamation:before { +.bx-dock-right:before { content: "\e997"; } -.bx-exit-fullscreen:before { +.bx-dock-top:before { content: "\e998"; } -.bx-expand:before { +.bx-dollar:before { content: "\e999"; } -.bx-export:before { +.bx-dollar-circle:before { content: "\e99a"; } -.bx-eyedropper:before { +.bx-dots-horizontal:before { content: "\e99b"; } -.bx-facebook:before { +.bx-dots-horizontal-rounded:before { content: "\e99c"; } -.bx-facebook-alt:before { +.bx-dots-vertical:before { content: "\e99d"; } -.bx-fast-forward:before { +.bx-dots-vertical-rounded:before { content: "\e99e"; } -.bx-fast-forward-circle:before { +.bx-down-arrow:before { content: "\e99f"; } -.bx-female:before { +.bx-down-arrow-circle:before { content: "\e9a0"; } -.bx-file:before { +.bx-download:before { content: "\e9a1"; } -.bx-file-add:before { +.bx-download-alt:before { content: "\e9a2"; } -.bx-file-image:before { +.bx-downvote:before { content: "\e9a3"; } -.bx-files:before { +.bx-drink:before { content: "\e9a4"; } -.bx-film:before { +.bx-droplet:before { content: "\e9a5"; } -.bx-filter:before { +.bx-duplicate:before { content: "\e9a6"; } -.bx-filter-alt:before { +.bx-edit:before { content: "\e9a7"; } -.bx-first-aid:before { +.bx-eject:before { content: "\e9a8"; } -.bx-first-page:before { +.bx-envelope:before { content: "\e9a9"; } -.bx-flag:before { +.bx-eraser:before { content: "\e9aa"; } -.bx-flag-alt:before { +.bx-error:before { content: "\e9ab"; } -.bx-flask:before { +.bx-error-circle:before { content: "\e9ac"; } -.bx-folder:before { +.bx-exclamation:before { content: "\e9ad"; } -.bx-folder-minus:before { +.bx-exit-fullscreen:before { content: "\e9ae"; } -.bx-folder-open:before { +.bx-expand:before { content: "\e9af"; } -.bx-folder-plus:before { +.bx-export:before { content: "\e9b0"; } -.bx-font:before { +.bx-eyedropper:before { content: "\e9b1"; } -.bx-fullscreen:before { +.bx-fast-forward:before { content: "\e9b2"; } -.bx-gift:before { +.bx-fast-forward-circle:before { content: "\e9b3"; } -.bx-git-branch:before { +.bx-female:before { content: "\e9b4"; } -.bx-git-commit:before { +.bx-file:before { content: "\e9b5"; } -.bx-git-compare:before { +.bx-file-image:before { content: "\e9b6"; } -.bx-github:before { +.bx-file-plus:before { content: "\e9b7"; } -.bx-git-merge:before { +.bx-files:before { content: "\e9b8"; } -.bx-git-pull-request:before { +.bx-film:before { content: "\e9b9"; } -.bx-git-repo-forked:before { +.bx-filter:before { content: "\e9ba"; } -.bx-globe:before { +.bx-filter-alt:before { content: "\e9bb"; } -.bx-globe-alt:before { +.bx-first-aid:before { content: "\e9bc"; } -.bx-google:before { +.bx-first-page:before { content: "\e9bd"; } -.bx-grid:before { +.bx-flag:before { content: "\e9be"; } -.bx-grid-alt:before { +.bx-flag-alt:before { content: "\e9bf"; } -.bx-group:before { +.bx-flask:before { content: "\e9c0"; } -.bx-hash:before { +.bx-folder:before { content: "\e9c1"; } -.bx-hdd:before { +.bx-folder-minus:before { content: "\e9c2"; } -.bx-heading:before { +.bx-folder-open:before { content: "\e9c3"; } -.bx-headphone:before { +.bx-folder-plus:before { content: "\e9c4"; } -.bx-heart:before { +.bx-font:before { content: "\e9c5"; } -.bx-hexagon:before { +.bx-fullscreen:before { content: "\e9c6"; } -.bx-hide:before { +.bx-gift:before { content: "\e9c7"; } -.bx-history:before { +.bx-git-branch:before { content: "\e9c8"; } -.bx-home:before { +.bx-git-commit:before { content: "\e9c9"; } -.bx-home-alt:before { +.bx-git-compare:before { content: "\e9ca"; } -.bx-horizontal-center:before { +.bx-git-merge:before { content: "\e9cb"; } -.bx-hot:before { +.bx-git-pull-request:before { content: "\e9cc"; } -.bx-hourglass:before { +.bx-git-repo-forked:before { content: "\e9cd"; } -.bx-idea:before { +.bx-globe:before { content: "\e9ce"; } -.bx-image:before { +.bx-globe-alt:before { content: "\e9cf"; } -.bx-image-alt:before { +.bx-grid:before { content: "\e9d0"; } -.bx-images:before { +.bx-grid-alt:before { content: "\e9d1"; } -.bx-import:before { +.bx-group:before { content: "\e9d2"; } -.bx-inbox:before { +.bx-hash:before { content: "\e9d3"; } -.bx-infinite:before { +.bx-hdd:before { content: "\e9d4"; } -.bx-info:before { +.bx-heading:before { content: "\e9d5"; } -.bx-info-circle:before { +.bx-headphone:before { content: "\e9d6"; } -.bx-instagram:before { +.bx-heart:before { content: "\e9d7"; } -.bx-italic:before { +.bx-hexagon:before { content: "\e9d8"; } -.bx-joystick:before { +.bx-hide:before { content: "\e9d9"; } -.bx-joystick-alt:before { +.bx-history:before { content: "\e9da"; } -.bx-justify:before { +.bx-home:before { content: "\e9db"; } -.bx-key:before { +.bx-home-alt:before { content: "\e9dc"; } -.bx-laptop:before { +.bx-horizontal-center:before { content: "\e9dd"; } -.bx-last-page:before { +.bx-hot:before { content: "\e9de"; } -.bx-layer:before { +.bx-hourglass:before { content: "\e9df"; } -.bx-layout:before { +.bx-idea:before { content: "\e9e0"; } -.bx-left-arrow-circle:before { +.bx-image:before { content: "\e9e1"; } -.bx-left-arrow-outline:before { +.bx-image-alt:before { content: "\e9e2"; } -.bx-left-bottom-arrow-circle:before { +.bx-images:before { content: "\e9e3"; } -.bx-left-indent:before { +.bx-import:before { content: "\e9e4"; } -.bx-left-top-arrow-circle:before { +.bx-inbox:before { content: "\e9e5"; } -.bx-like:before { +.bx-infinite:before { content: "\e9e6"; } -.bx-link:before { +.bx-info:before { content: "\e9e7"; } -.bx-link-alt:before { +.bx-info-circle:before { content: "\e9e8"; } -.bx-linkedin:before { +.bx-italic:before { content: "\e9e9"; } -.bx-link-external:before { +.bx-joystick:before { content: "\e9ea"; } -.bx-list:before { +.bx-joystick-alt:before { content: "\e9eb"; } -.bx-list-add:before { +.bx-justify:before { content: "\e9ec"; } -.bx-list-alt:before { +.bx-key:before { content: "\e9ed"; } -.bx-list-bullet:before { +.bx-laptop:before { content: "\e9ee"; } -.bx-list-check:before { +.bx-last-page:before { content: "\e9ef"; } -.bx-list-remove:before { +.bx-layer:before { content: "\e9f0"; } -.bx-loader:before { +.bx-layout:before { content: "\e9f1"; } -.bx-loader-circle:before { +.bx-left-arrow:before { content: "\e9f2"; } -.bx-loader-circle-alt:before { +.bx-left-arrow-circle:before { content: "\e9f3"; } -.bx-lock:before { +.bx-left-bottom-arrow-circle:before { content: "\e9f4"; } -.bx-lock-open:before { +.bx-left-indent:before { content: "\e9f5"; } -.bx-log-in:before { +.bx-left-top-arrow-circle:before { content: "\e9f6"; } -.bx-log-out:before { +.bx-like:before { content: "\e9f7"; } -.bx-male:before { +.bx-link:before { content: "\e9f8"; } -.bx-map:before { +.bx-link-alt:before { content: "\e9f9"; } -.bx-map-alt:before { +.bx-link-external:before { content: "\e9fa"; } -.bx-map-pin:before { +.bx-list:before { content: "\e9fb"; } -.bx-menu:before { +.bx-list-alt:before { content: "\e9fc"; } -.bx-message:before { +.bx-list-bullet:before { content: "\e9fd"; } -.bx-message-alt:before { +.bx-list-check:before { content: "\e9fe"; } -.bx-message-detail:before { +.bx-list-plus:before { content: "\e9ff"; } -.bx-message-rounded:before { +.bx-list-x:before { content: "\ea00"; } -.bx-message-rounded-alt:before { +.bx-loader:before { content: "\ea01"; } -.bx-microphone:before { +.bx-loader-alt:before { content: "\ea02"; } -.bx-microphone-off:before { +.bx-loader-circle:before { content: "\ea03"; } -.bx-minus:before { +.bx-lock:before { content: "\ea04"; } -.bx-minus-circle:before { +.bx-lock-open:before { content: "\ea05"; } -.bx-mobile:before { +.bx-log-in:before { content: "\ea06"; } -.bx-mobile-alt:before { +.bx-log-out:before { content: "\ea07"; } -.bx-mobile-message:before { +.bx-male:before { content: "\ea08"; } -.bx-moon:before { +.bx-map:before { content: "\ea09"; } -.bx-mouse:before { +.bx-map-alt:before { content: "\ea0a"; } -.bx-move:before { +.bx-map-pin:before { content: "\ea0b"; } -.bx-music:before { +.bx-menu:before { content: "\ea0c"; } -.bx-navigation:before { +.bx-message:before { content: "\ea0d"; } -.bx-news:before { +.bx-message-alt:before { content: "\ea0e"; } -.bx-newsletter:before { +.bx-message-detail:before { content: "\ea0f"; } -.bx-notification:before { +.bx-message-rounded:before { content: "\ea10"; } -.bx-notification-off:before { +.bx-message-rounded-alt:before { content: "\ea11"; } -.bx-octagon:before { +.bx-microphone:before { content: "\ea12"; } -.bx-package:before { +.bx-microphone-off:before { content: "\ea13"; } -.bx-paperclip:before { +.bx-minus:before { content: "\ea14"; } -.bx-paper-plane:before { +.bx-minus-circle:before { content: "\ea15"; } -.bx-paragraph:before { +.bx-mobile:before { content: "\ea16"; } -.bx-paste:before { +.bx-mobile-alt:before { content: "\ea17"; } -.bx-pause:before { +.bx-mobile-message:before { content: "\ea18"; } -.bx-pause-circle:before { +.bx-moon:before { content: "\ea19"; } -.bx-pen:before { +.bx-mouse:before { content: "\ea1a"; } -.bx-pencil:before { +.bx-move:before { content: "\ea1b"; } -.bx-phone:before { +.bx-music:before { content: "\ea1c"; } -.bx-phone-call:before { +.bx-navigation:before { content: "\ea1d"; } -.bx-phone-incoming:before { +.bx-news:before { content: "\ea1e"; } -.bx-phone-outgoing:before { +.bx-newsletter:before { content: "\ea1f"; } -.bx-pie-chart:before { +.bx-notification:before { content: "\ea20"; } -.bx-pie-chart-alt:before { +.bx-notification-off:before { content: "\ea21"; } -.bx-pin:before { +.bx-octagon:before { content: "\ea22"; } -.bx-play:before { +.bx-package:before { content: "\ea23"; } -.bx-play-circle:before { +.bx-paperclip:before { content: "\ea24"; } -.bx-playlist:before { +.bx-paper-plane:before { content: "\ea25"; } -.bx-plug:before { +.bx-paragraph:before { content: "\ea26"; } -.bx-plus:before { +.bx-paste:before { content: "\ea27"; } -.bx-plus-circle:before { +.bx-pause:before { content: "\ea28"; } -.bx-poll:before { +.bx-pause-circle:before { content: "\ea29"; } -.bx-popular:before { +.bx-pen:before { content: "\ea2a"; } -.bx-power-off:before { +.bx-pencil:before { content: "\ea2b"; } -.bx-printer:before { +.bx-phone:before { content: "\ea2c"; } -.bx-pulse:before { +.bx-phone-call:before { content: "\ea2d"; } -.bx-purchase-tag:before { +.bx-phone-incoming:before { content: "\ea2e"; } -.bx-question-mark:before { +.bx-phone-outgoing:before { content: "\ea2f"; } -.bx-quote-left:before { +.bx-pie-chart:before { content: "\ea30"; } -.bx-quote-right:before { +.bx-pie-chart-alt:before { content: "\ea31"; } -.bx-radar:before { +.bx-pin:before { content: "\ea32"; } -.bx-radio:before { +.bx-play:before { content: "\ea33"; } -.bx-radio-circle:before { +.bx-play-circle:before { content: "\ea34"; } -.bx-radio-circle-marked:before { +.bx-playlist:before { content: "\ea35"; } -.bx-rectangle:before { +.bx-plug:before { content: "\ea36"; } -.bx-redo:before { +.bx-plus:before { content: "\ea37"; } -.bx-rename:before { +.bx-plus-circle:before { content: "\ea38"; } -.bx-reply:before { +.bx-poll:before { content: "\ea39"; } -.bx-reply-all:before { +.bx-popular:before { content: "\ea3a"; } -.bx-report:before { +.bx-power-off:before { content: "\ea3b"; } -.bx-repost:before { +.bx-printer:before { content: "\ea3c"; } -.bx-reset:before { +.bx-pulse:before { content: "\ea3d"; } -.bx-revision:before { +.bx-purchase-tag:before { content: "\ea3e"; } -.bx-rewind:before { +.bx-question-mark:before { content: "\ea3f"; } -.bx-ribbon:before { +.bx-quote-left:before { content: "\ea40"; } -.bx-right-arrow-circle:before { +.bx-quote-right:before { content: "\ea41"; } -.bx-right-arrow-outline:before { +.bx-radar:before { content: "\ea42"; } -.bx-right-down-arrow-circle:before { +.bx-radio:before { content: "\ea43"; } -.bx-right-indent:before { +.bx-radio-circle:before { content: "\ea44"; } -.bx-right-top-arrow-circle:before { +.bx-radio-circle-marked:before { content: "\ea45"; } -.bx-rotate:before { +.bx-rectangle:before { content: "\ea46"; } -.bx-rss:before { +.bx-redo:before { content: "\ea47"; } -.bx-ruler:before { +.bx-rename:before { content: "\ea48"; } -.bx-save:before { +.bx-reply:before { content: "\ea49"; } -.bx-screenshot:before { +.bx-reply-all:before { content: "\ea4a"; } -.bx-search:before { +.bx-report:before { content: "\ea4b"; } -.bx-select-arrows:before { +.bx-repost:before { content: "\ea4c"; } -.bx-selection:before { +.bx-reset:before { content: "\ea4d"; } -.bx-select-multiple:before { +.bx-revision:before { content: "\ea4e"; } -.bx-send:before { +.bx-rewind:before { content: "\ea4f"; } -.bx-server:before { +.bx-ribbon:before { content: "\ea50"; } -.bx-share:before { +.bx-right-arrow:before { content: "\ea51"; } -.bx-share-alt:before { +.bx-right-arrow-circle:before { content: "\ea52"; } -.bx-shield:before { +.bx-right-down-arrow-circle:before { content: "\ea53"; } -.bx-shield-alt:before { +.bx-right-indent:before { content: "\ea54"; } -.bx-shopping-bag:before { +.bx-right-top-arrow-circle:before { content: "\ea55"; } -.bx-shopping-bag-alt:before { +.bx-rotate:before { content: "\ea56"; } -.bx-show:before { +.bx-rss:before { content: "\ea57"; } -.bx-shuffle:before { +.bx-ruler:before { content: "\ea58"; } -.bx-shuffle-alt:before { +.bx-save:before { content: "\ea59"; } -.bx-sidebar:before { +.bx-screenshot:before { content: "\ea5a"; } -.bx-sitemap:before { +.bx-search:before { content: "\ea5b"; } -.bx-skip-next:before { +.bx-select-arrows:before { content: "\ea5c"; } -.bx-skip-next-circle:before { +.bx-selection:before { content: "\ea5d"; } -.bx-skip-previous:before { +.bx-select-multiple:before { content: "\ea5e"; } -.bx-skip-previous-circle:before { +.bx-send:before { content: "\ea5f"; } -.bx-skull:before { +.bx-server:before { content: "\ea60"; } -.bx-slider:before { +.bx-share:before { content: "\ea61"; } -.bx-smiley-happy:before { +.bx-share-alt:before { content: "\ea62"; } -.bx-smiley-meh:before { +.bx-shield:before { content: "\ea63"; } -.bx-smiley-sad:before { +.bx-shield-alt:before { content: "\ea64"; } -.bx-snowflake:before { +.bx-shopping-bag:before { content: "\ea65"; } -.bx-sort:before { +.bx-shopping-bag-alt:before { content: "\ea66"; } -.bx-spectacles:before { +.bx-show:before { content: "\ea67"; } -.bx-spreadsheet:before { +.bx-shuffle:before { content: "\ea68"; } -.bx-star:before { +.bx-shuffle-alt:before { content: "\ea69"; } -.bx-station:before { +.bx-sidebar:before { content: "\ea6a"; } -.bx-stop:before { +.bx-sitemap:before { content: "\ea6b"; } -.bx-stop-circle:before { +.bx-skip-next:before { content: "\ea6c"; } -.bx-stopwatch:before { +.bx-skip-next-circle:before { content: "\ea6d"; } -.bx-store:before { +.bx-skip-previous:before { content: "\ea6e"; } -.bx-stumble-upon:before { +.bx-skip-previous-circle:before { content: "\ea6f"; } -.bx-subdirectory-left:before { +.bx-skull:before { content: "\ea70"; } -.bx-subdirectory-right:before { +.bx-slider:before { content: "\ea71"; } -.bx-sun:before { +.bx-slider-alt:before { content: "\ea72"; } -.bx-support:before { +.bx-smiley-happy:before { content: "\ea73"; } -.bx-sync:before { +.bx-smiley-meh:before { content: "\ea74"; } -.bx-tab:before { +.bx-smiley-sad:before { content: "\ea75"; } -.bx-table:before { +.bx-snowflake:before { content: "\ea76"; } -.bx-tag:before { +.bx-sort:before { content: "\ea77"; } -.bx-tag-remove:before { +.bx-sort-alt:before { content: "\ea78"; } -.bx-target-lock:before { +.bx-spectacles:before { content: "\ea79"; } -.bx-task:before { +.bx-spreadsheet:before { content: "\ea7a"; } -.bx-tennis-ball:before { +.bx-star:before { content: "\ea7b"; } -.bx-terminal:before { +.bx-station:before { content: "\ea7c"; } -.bx-text:before { +.bx-stop:before { content: "\ea7d"; } -.bx-thermometer:before { +.bx-stop-circle:before { content: "\ea7e"; } -.bx-time:before { +.bx-stopwatch:before { content: "\ea7f"; } -.bx-timer:before { +.bx-store:before { content: "\ea80"; } -.bx-toggle:before { +.bx-subdirectory-left:before { content: "\ea81"; } -.bx-toggle-left:before { +.bx-subdirectory-right:before { content: "\ea82"; } -.bx-toggle-right:before { +.bx-sun:before { content: "\ea83"; } -.bx-torch:before { +.bx-support:before { content: "\ea84"; } -.bx-to-top:before { +.bx-sync:before { content: "\ea85"; } -.bx-trash:before { +.bx-tab:before { content: "\ea86"; } -.bx-trash-alt:before { +.bx-table:before { content: "\ea87"; } -.bx-trending-down:before { +.bx-tag:before { content: "\ea88"; } -.bx-trending-up:before { +.bx-tag-x:before { content: "\ea89"; } -.bx-triangle:before { +.bx-target-lock:before { content: "\ea8a"; } -.bx-trophy:before { +.bx-task:before { content: "\ea8b"; } -.bx-truck:before { +.bx-tennis-ball:before { content: "\ea8c"; } -.bx-t-shirt:before { +.bx-terminal:before { content: "\ea8d"; } -.bx-tumblr:before { +.bx-text:before { content: "\ea8e"; } -.bx-tv:before { +.bx-thermometer:before { content: "\ea8f"; } -.bx-twitter:before { +.bx-time:before { content: "\ea90"; } -.bx-umbrella:before { +.bx-timer:before { content: "\ea91"; } -.bx-underline:before { +.bx-toggle:before { content: "\ea92"; } -.bx-undo:before { +.bx-toggle-left:before { content: "\ea93"; } -.bx-up-arrow-circle:before { +.bx-toggle-right:before { content: "\ea94"; } -.bx-up-arrow-outline:before { +.bx-torch:before { content: "\ea95"; } -.bx-upload:before { +.bx-to-top:before { content: "\ea96"; } -.bx-upvote:before { +.bx-trash:before { content: "\ea97"; } -.bx-usb:before { +.bx-trash-alt:before { content: "\ea98"; } -.bx-user:before { +.bx-trending-down:before { content: "\ea99"; } -.bx-user-check:before { +.bx-trending-up:before { content: "\ea9a"; } -.bx-user-circle:before { +.bx-triangle:before { content: "\ea9b"; } -.bx-user-detail:before { +.bx-trophy:before { content: "\ea9c"; } -.bx-user-minus:before { +.bx-truck:before { content: "\ea9d"; } -.bx-user-plus:before { +.bx-t-shirt:before { content: "\ea9e"; } -.bx-user-remove:before { +.bx-tv:before { content: "\ea9f"; } -.bx-vertical-center:before { +.bx-umbrella:before { content: "\eaa0"; } -.bx-video:before { +.bx-underline:before { content: "\eaa1"; } -.bx-video-off:before { +.bx-undo:before { content: "\eaa2"; } -.bx-videos:before { +.bx-up-arrow:before { content: "\eaa3"; } -.bx-vimeo:before { +.bx-up-arrow-circle:before { content: "\eaa4"; } -.bx-voicemail:before { +.bx-upload:before { content: "\eaa5"; } -.bx-volume:before { +.bx-upvote:before { content: "\eaa6"; } -.bx-volume-full:before { +.bx-usb:before { content: "\eaa7"; } -.bx-volume-low:before { +.bx-user:before { content: "\eaa8"; } -.bx-volume-mute:before { +.bx-user-check:before { content: "\eaa9"; } -.bx-wallet:before { +.bx-user-circle:before { content: "\eaaa"; } -.bx-watch:before { +.bx-user-detail:before { content: "\eaab"; } -.bx-watch-alt:before { +.bx-user-minus:before { content: "\eaac"; } -.bx-whatsapp:before { +.bx-user-plus:before { content: "\eaad"; } -.bx-widget:before { +.bx-user-x:before { content: "\eaae"; } -.bx-wifi:before { +.bx-vertical-center:before { content: "\eaaf"; } -.bx-window:before { +.bx-video:before { content: "\eab0"; } -.bx-window-close:before { +.bx-video-off:before { content: "\eab1"; } -.bx-window-open:before { +.bx-videos:before { content: "\eab2"; } -.bx-windows:before { +.bx-voicemail:before { content: "\eab3"; } -.bx-world:before { +.bx-volume:before { content: "\eab4"; } -.bx-wrench:before { +.bx-volume-full:before { content: "\eab5"; } -.bx-x:before { +.bx-volume-low:before { content: "\eab6"; } -.bx-x-circle:before { +.bx-volume-mute:before { content: "\eab7"; } -.bx-youtube:before { +.bx-wallet:before { content: "\eab8"; } -.bx-zap:before { +.bx-watch:before { content: "\eab9"; } -.bx-zoom-in:before { +.bx-watch-alt:before { content: "\eaba"; } -.bx-zoom-out:before { +.bx-widget:before { content: "\eabb"; } +.bx-wifi:before { + content: "\eabc"; +} +.bx-window:before { + content: "\eabd"; +} +.bx-window-close:before { + content: "\eabe"; +} +.bx-window-open:before { + content: "\eabf"; +} +.bx-windows:before { + content: "\eac0"; +} +.bx-world:before { + content: "\eac1"; +} +.bx-wrench:before { + content: "\eac2"; +} +.bx-x:before { + content: "\eac3"; +} +.bx-x-circle:before { + content: "\eac4"; +} +.bx-zap:before { + content: "\eac5"; +} +.bx-zoom-in:before { + content: "\eac6"; +} +.bx-zoom-out:before { + content: "\eac7"; +} +.bxs-adjust:before { + content: "\eac8"; +} +.bxs-alarm:before { + content: "\eac9"; +} +.bxs-alarm-off:before { + content: "\eaca"; +} +.bxs-album:before { + content: "\eacb"; +} +.bxs-archive:before { + content: "\eacc"; +} +.bxs-archive-in:before { + content: "\eacd"; +} +.bxs-archive-out:before { + content: "\eace"; +} +.bxs-award:before { + content: "\eacf"; +} +.bxs-bar-chart-square:before { + content: "\ead0"; +} +.bxs-barcode:before { + content: "\ead1"; +} +.bxs-basketball:before { + content: "\ead2"; +} +.bxs-battery:before { + content: "\ead3"; +} +.bxs-battery-charging:before { + content: "\ead4"; +} +.bxs-battery-full:before { + content: "\ead5"; +} +.bxs-battery-low:before { + content: "\ead6"; +} +.bxs-bell:before { + content: "\ead7"; +} +.bxs-bell-minus:before { + content: "\ead8"; +} +.bxs-bell-off:before { + content: "\ead9"; +} +.bxs-bell-plus:before { + content: "\eada"; +} +.bxs-bolt:before { + content: "\eadb"; +} +.bxs-book:before { + content: "\eadc"; +} +.bxs-book-bookmark:before { + content: "\eadd"; +} +.bxs-bookmark:before { + content: "\eade"; +} +.bxs-bookmark-minus:before { + content: "\eadf"; +} +.bxs-bookmark-plus:before { + content: "\eae0"; +} +.bxs-bookmarks:before { + content: "\eae1"; +} +.bxs-bookmark-star:before { + content: "\eae2"; +} +.bxs-book-open:before { + content: "\eae3"; +} +.bxs-briefcase:before { + content: "\eae4"; +} +.bxs-briefcase-alt:before { + content: "\eae5"; +} +.bxs-bucket:before { + content: "\eae6"; +} +.bxs-bug:before { + content: "\eae7"; +} +.bxs-building:before { + content: "\eae8"; +} +.bxs-bulb:before { + content: "\eae9"; +} +.bxs-buoy:before { + content: "\eaea"; +} +.bxs-calculator:before { + content: "\eaeb"; +} +.bxs-calendar:before { + content: "\eaec"; +} +.bxs-calendar-alt:before { + content: "\eaed"; +} +.bxs-calendar-check:before { + content: "\eaee"; +} +.bxs-calendar-minus:before { + content: "\eaef"; +} +.bxs-calendar-plus:before { + content: "\eaf0"; +} +.bxs-calendar-x:before { + content: "\eaf1"; +} +.bxs-camera:before { + content: "\eaf2"; +} +.bxs-camera-alt:before { + content: "\eaf3"; +} +.bxs-camera-off:before { + content: "\eaf4"; +} +.bxs-capsule:before { + content: "\eaf5"; +} +.bxs-captions:before { + content: "\eaf6"; +} +.bxs-car:before { + content: "\eaf7"; +} +.bxs-carousel:before { + content: "\eaf8"; +} +.bxs-cart:before { + content: "\eaf9"; +} +.bxs-cart-alt:before { + content: "\eafa"; +} +.bxs-cast:before { + content: "\eafb"; +} +.bxs-categories:before { + content: "\eafc"; +} +.bxs-chart:before { + content: "\eafd"; +} +.bxs-chip:before { + content: "\eafe"; +} +.bxs-clipboard:before { + content: "\eaff"; +} +.bxs-cloud:before { + content: "\eb00"; +} +.bxs-cloud-download:before { + content: "\eb01"; +} +.bxs-cloud-upload:before { + content: "\eb02"; +} +.bxs-coffee:before { + content: "\eb03"; +} +.bxs-cog:before { + content: "\eb04"; +} +.bxs-collection:before { + content: "\eb05"; +} +.bxs-compass:before { + content: "\eb06"; +} +.bxs-contact:before { + content: "\eb07"; +} +.bxs-conversation:before { + content: "\eb08"; +} +.bxs-copy:before { + content: "\eb09"; +} +.bxs-copyright:before { + content: "\eb0a"; +} +.bxs-coupon:before { + content: "\eb0b"; +} +.bxs-credit-card:before { + content: "\eb0c"; +} +.bxs-crown:before { + content: "\eb0d"; +} +.bxs-cube:before { + content: "\eb0e"; +} +.bxs-dashboard:before { + content: "\eb0f"; +} +.bxs-detail:before { + content: "\eb10"; +} +.bxs-diamond:before { + content: "\eb11"; +} +.bxs-directions:before { + content: "\eb12"; +} +.bxs-discount:before { + content: "\eb13"; +} +.bxs-dislike:before { + content: "\eb14"; +} +.bxs-dock-bottom:before { + content: "\eb15"; +} +.bxs-dock-left:before { + content: "\eb16"; +} +.bxs-dock-right:before { + content: "\eb17"; +} +.bxs-dock-top:before { + content: "\eb18"; +} +.bxs-dollar-circle:before { + content: "\eb19"; +} +.bxs-down-arrow:before { + content: "\eb1a"; +} +.bxs-down-arrow-circle:before { + content: "\eb1b"; +} +.bxs-download-alt:before { + content: "\eb1c"; +} +.bxs-downvote:before { + content: "\eb1d"; +} +.bxs-drink:before { + content: "\eb1e"; +} +.bxs-droplet:before { + content: "\eb1f"; +} +.bxs-duplicate:before { + content: "\eb20"; +} +.bxs-eject:before { + content: "\eb21"; +} +.bxs-envelope:before { + content: "\eb22"; +} +.bxs-eraser:before { + content: "\eb23"; +} +.bxs-error:before { + content: "\eb24"; +} +.bxs-error-circle:before { + content: "\eb25"; +} +.bxs-fast-forward-circle:before { + content: "\eb26"; +} +.bxs-file:before { + content: "\eb27"; +} +.bxs-file-image:before { + content: "\eb28"; +} +.bxs-file-plus:before { + content: "\eb29"; +} +.bxs-files:before { + content: "\eb2a"; +} +.bxs-filter-alt:before { + content: "\eb2b"; +} +.bxs-first-aid:before { + content: "\eb2c"; +} +.bxs-flag:before { + content: "\eb2d"; +} +.bxs-flag-alt:before { + content: "\eb2e"; +} +.bxs-flask:before { + content: "\eb2f"; +} +.bxs-folder:before { + content: "\eb30"; +} +.bxs-folder-minus:before { + content: "\eb31"; +} +.bxs-folder-open:before { + content: "\eb32"; +} +.bxs-folder-plus:before { + content: "\eb33"; +} +.bxs-fullscreen:before { + content: "\eb34"; +} +.bxs-gift:before { + content: "\eb35"; +} +.bxs-globe-alt:before { + content: "\eb36"; +} +.bxs-grid-alt:before { + content: "\eb37"; +} +.bxs-group:before { + content: "\eb38"; +} +.bxs-hdd:before { + content: "\eb39"; +} +.bxs-heart:before { + content: "\eb3a"; +} +.bxs-hide:before { + content: "\eb3b"; +} +.bxs-home:before { + content: "\eb3c"; +} +.bxs-home-alt:before { + content: "\eb3d"; +} +.bxs-hot:before { + content: "\eb3e"; +} +.bxs-hourglass:before { + content: "\eb3f"; +} +.bxs-idea:before { + content: "\eb40"; +} +.bxs-image:before { + content: "\eb41"; +} +.bxs-image-alt:before { + content: "\eb42"; +} +.bxs-images:before { + content: "\eb43"; +} +.bxs-inbox:before { + content: "\eb44"; +} +.bxs-info-circle:before { + content: "\eb45"; +} +.bxs-joystick:before { + content: "\eb46"; +} +.bxs-joystick-alt:before { + content: "\eb47"; +} +.bxs-layer:before { + content: "\eb48"; +} +.bxs-layout:before { + content: "\eb49"; +} +.bxs-left-arrow:before { + content: "\eb4a"; +} +.bxs-left-arrow-circle:before { + content: "\eb4b"; +} +.bxs-left-bottom-arrow-circle:before { + content: "\eb4c"; +} +.bxs-left-top-arrow-circle:before { + content: "\eb4d"; +} +.bxs-like:before { + content: "\eb4e"; +} +.bxs-list-alt:before { + content: "\eb4f"; +} +.bxs-lock:before { + content: "\eb50"; +} +.bxs-lock-open:before { + content: "\eb51"; +} +.bxs-map:before { + content: "\eb52"; +} +.bxs-map-alt:before { + content: "\eb53"; +} +.bxs-message:before { + content: "\eb54"; +} +.bxs-message-alt:before { + content: "\eb55"; +} +.bxs-message-detail:before { + content: "\eb56"; +} +.bxs-message-rounded:before { + content: "\eb57"; +} +.bxs-message-rounded-alt:before { + content: "\eb58"; +} +.bxs-microphone:before { + content: "\eb59"; +} +.bxs-microphone-off:before { + content: "\eb5a"; +} +.bxs-minus-circle:before { + content: "\eb5b"; +} +.bxs-mobile-alt:before { + content: "\eb5c"; +} +.bxs-mobile-message:before { + content: "\eb5d"; +} +.bxs-moon:before { + content: "\eb5e"; +} +.bxs-mouse:before { + content: "\eb5f"; +} +.bxs-music:before { + content: "\eb60"; +} +.bxs-navigation:before { + content: "\eb61"; +} +.bxs-news:before { + content: "\eb62"; +} +.bxs-newsletter:before { + content: "\eb63"; +} +.bxs-notification:before { + content: "\eb64"; +} +.bxs-notification-off:before { + content: "\eb65"; +} +.bxs-package:before { + content: "\eb66"; +} +.bxs-paper-plane:before { + content: "\eb67"; +} +.bxs-paste:before { + content: "\eb68"; +} +.bxs-pause-circle:before { + content: "\eb69"; +} +.bxs-pen:before { + content: "\eb6a"; +} +.bxs-pencil:before { + content: "\eb6b"; +} +.bxs-phone:before { + content: "\eb6c"; +} +.bxs-phone-call:before { + content: "\eb6d"; +} +.bxs-phone-incoming:before { + content: "\eb6e"; +} +.bxs-phone-outgoing:before { + content: "\eb6f"; +} +.bxs-pie-chart:before { + content: "\eb70"; +} +.bxs-pie-chart-alt:before { + content: "\eb71"; +} +.bxs-pin:before { + content: "\eb72"; +} +.bxs-play-circle:before { + content: "\eb73"; +} +.bxs-playlist:before { + content: "\eb74"; +} +.bxs-plug:before { + content: "\eb75"; +} +.bxs-plus-circle:before { + content: "\eb76"; +} +.bxs-printer:before { + content: "\eb77"; +} +.bxs-purchase-tag:before { + content: "\eb78"; +} +.bxs-quote-left:before { + content: "\eb79"; +} +.bxs-quote-right:before { + content: "\eb7a"; +} +.bxs-radio:before { + content: "\eb7b"; +} +.bxs-rename:before { + content: "\eb7c"; +} +.bxs-report:before { + content: "\eb7d"; +} +.bxs-right-arrow:before { + content: "\eb7e"; +} +.bxs-right-arrow-circle:before { + content: "\eb7f"; +} +.bxs-right-down-arrow-circle:before { + content: "\eb80"; +} +.bxs-right-top-arrow-circle:before { + content: "\eb81"; +} +.bxs-ruler:before { + content: "\eb82"; +} +.bxs-save:before { + content: "\eb83"; +} +.bxs-select-arrows:before { + content: "\eb84"; +} +.bxs-selection:before { + content: "\eb85"; +} +.bxs-select-multiple:before { + content: "\eb86"; +} +.bxs-send:before { + content: "\eb87"; +} +.bxs-server:before { + content: "\eb88"; +} +.bxs-share:before { + content: "\eb89"; +} +.bxs-share-alt:before { + content: "\eb8a"; +} +.bxs-shield:before { + content: "\eb8b"; +} +.bxs-shield-alt:before { + content: "\eb8c"; +} +.bxs-shopping-bag:before { + content: "\eb8d"; +} +.bxs-shopping-bag-alt:before { + content: "\eb8e"; +} +.bxs-show:before { + content: "\eb8f"; +} +.bxs-sidebar:before { + content: "\eb90"; +} +.bxs-sitemap:before { + content: "\eb91"; +} +.bxs-skip-next-circle:before { + content: "\eb92"; +} +.bxs-skip-previous-circle:before { + content: "\eb93"; +} +.bxs-slider-alt:before { + content: "\eb94"; +} +.bxs-smiley-happy:before { + content: "\eb95"; +} +.bxs-smiley-meh:before { + content: "\eb96"; +} +.bxs-smiley-sad:before { + content: "\eb97"; +} +.bxs-spectacles:before { + content: "\eb98"; +} +.bxs-spreadsheet:before { + content: "\eb99"; +} +.bxs-star:before { + content: "\eb9a"; +} +.bxs-stop-circle:before { + content: "\eb9b"; +} +.bxs-stopwatch:before { + content: "\eb9c"; +} +.bxs-store:before { + content: "\eb9d"; +} +.bxs-sun:before { + content: "\eb9e"; +} +.bxs-table:before { + content: "\eb9f"; +} +.bxs-tag:before { + content: "\eba0"; +} +.bxs-tag-x:before { + content: "\eba1"; +} +.bxs-task:before { + content: "\eba2"; +} +.bxs-tennis-ball:before { + content: "\eba3"; +} +.bxs-terminal:before { + content: "\eba4"; +} +.bxs-thermometer:before { + content: "\eba5"; +} +.bxs-time:before { + content: "\eba6"; +} +.bxs-timer:before { + content: "\eba7"; +} +.bxs-toggle:before { + content: "\eba8"; +} +.bxs-toggle-left:before { + content: "\eba9"; +} +.bxs-toggle-right:before { + content: "\ebaa"; +} +.bxs-torch:before { + content: "\ebab"; +} +.bxs-to-top:before { + content: "\ebac"; +} +.bxs-trash:before { + content: "\ebad"; +} +.bxs-trash-alt:before { + content: "\ebae"; +} +.bxs-trophy:before { + content: "\ebaf"; +} +.bxs-truck:before { + content: "\ebb0"; +} +.bxs-t-shirt:before { + content: "\ebb1"; +} +.bxs-tv:before { + content: "\ebb2"; +} +.bxs-umbrella:before { + content: "\ebb3"; +} +.bxs-up-arrow:before { + content: "\ebb4"; +} +.bxs-up-arrow-circle:before { + content: "\ebb5"; +} +.bxs-upvote:before { + content: "\ebb6"; +} +.bxs-user:before { + content: "\ebb7"; +} +.bxs-user-check:before { + content: "\ebb8"; +} +.bxs-user-circle:before { + content: "\ebb9"; +} +.bxs-user-detail:before { + content: "\ebba"; +} +.bxs-user-minus:before { + content: "\ebbb"; +} +.bxs-user-plus:before { + content: "\ebbc"; +} +.bxs-user-x:before { + content: "\ebbd"; +} +.bxs-video:before { + content: "\ebbe"; +} +.bxs-video-off:before { + content: "\ebbf"; +} +.bxs-videos:before { + content: "\ebc0"; +} +.bxs-volume:before { + content: "\ebc1"; +} +.bxs-volume-full:before { + content: "\ebc2"; +} +.bxs-volume-low:before { + content: "\ebc3"; +} +.bxs-volume-mute:before { + content: "\ebc4"; +} +.bxs-wallet:before { + content: "\ebc5"; +} +.bxs-watch:before { + content: "\ebc6"; +} +.bxs-watch-alt:before { + content: "\ebc7"; +} +.bxs-widget:before { + content: "\ebc8"; +} +.bxs-window:before { + content: "\ebc9"; +} +.bxs-window-close:before { + content: "\ebca"; +} +.bxs-window-open:before { + content: "\ebcb"; +} +.bxs-windows:before { + content: "\ebcc"; +} +.bxs-world:before { + content: "\ebcd"; +} +.bxs-wrench:before { + content: "\ebce"; +} +.bxs-x-circle:before { + content: "\ebcf"; +} +.bxs-zap:before { + content: "\ebd0"; +} +.bxs-zoom-in:before { + content: "\ebd1"; +} +.bxs-zoom-out:before { + content: "\ebd2"; +} diff --git a/static/css/boxicons.min.css b/static/css/boxicons.min.css index be1a5ee..f7c5c54 100644 --- a/static/css/boxicons.min.css +++ b/static/css/boxicons.min.css @@ -1 +1 @@ -@font-face{font-family:boxicons;src:url(../fonts/boxicons.eot?jhjzqt);src:url(../fonts/boxicons.eot?jhjzqt#iefix) format('embedded-opentype'),url(../fonts/boxicons.ttf?jhjzqt) format('truetype'),url(../fonts/boxicons.woff?jhjzqt) format('woff'),url(../fonts/boxicons.svg?jhjzqt#boxicons) format('svg');font-weight:400;font-style:normal}.bx{font-family:boxicons!important;font-weight:400;font-style:normal;font-variant:normal;line-height:1;display:inline-block;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes burst{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}90%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}@keyframes burst{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}90%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}@-webkit-keyframes flashing{0%,90%{opacity:1}45%{opacity:0}}@keyframes flashing{0%,90%{opacity:1}45%{opacity:0}}@-webkit-keyframes fade-left{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(-20px);transform:translateX(-20px);opacity:0}}@keyframes fade-left{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(-20px);transform:translateX(-20px);opacity:0}}@-webkit-keyframes fade-right{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(20px);transform:translateX(20px);opacity:0}}@keyframes fade-right{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(20px);transform:translateX(20px);opacity:0}}@-webkit-keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg);transform:scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1,1,1) rotate3d(0,0,1,10deg);transform:scale3d(1,1,1) rotate3d(0,0,1,10deg)}40%,60%,80%{-webkit-transform:scale3d(1,1,1) rotate3d(0,0,1,-10deg);transform:scale3d(1,1,1) rotate3d(0,0,1,-10deg)}}@keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg);transform:scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1,1,1) rotate3d(0,0,1,10deg);transform:scale3d(1,1,1) rotate3d(0,0,1,10deg)}40%,60%,80%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}}.bx-spin,.bx-spin-hover:hover{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.bx-tada,.bx-tada-hover:hover{-webkit-animation:tada 1.5s ease infinite;animation:tada 1.5s ease infinite}.bx-flashing,.bx-flashing-hover:hover{-webkit-animation:flashing 1.5s infinite linear;animation:flashing 1.5s infinite linear}.bx-burst,.bx-burst-hover:hover{-webkit-animation:burst 1.5s infinite linear;animation:burst 1.5s infinite linear}.bx-fade-left,.bx-fade-left-hover:hover{-webkit-animation:fade-left 1.5s infinite linear;animation:fade-left 1.5s infinite linear}.bx-fade-right,.bx-fade-right-hover:hover{-webkit-animation:fade-right 1.5s infinite linear;animation:fade-right 1.5s infinite linear}.bx-xs{font-size:.8rem!important}.bx-sm{font-size:1.55rem!important}.bx-md{font-size:2.25rem!important}.bx-lg{font-size:3rem!important}.bx-rotate-90{transform:rotate(90deg);-ms-filter:'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)'}.bx-rotate-180{transform:rotate(180deg);-ms-filter:'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)'}.bx-rotate-270{transform:rotate(270deg);-ms-filter:'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)'}.bx-flip-horizontal{transform:scaleX(-1);-ms-filter:'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)'}.bx-flip-vertical{transform:scaleY(-1);-ms-filter:'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)'}.bx-border{padding:.25em;border:.07em solid rgba(0,0,0,.1);border-radius:.25em}.bx-border-circle{padding:.25em;border:.07em solid rgba(0,0,0,.1);border-radius:50%}.bx-adjust:before{content:"\e900"}.bx-alarm:before{content:"\e901"}.bx-alarm-off:before{content:"\e902"}.bx-album:before{content:"\e903"}.bx-align-left:before{content:"\e904"}.bx-align-middle:before{content:"\e905"}.bx-align-right:before{content:"\e906"}.bx-anchor:before{content:"\e907"}.bx-aperture:before{content:"\e908"}.bx-archive:before{content:"\e909"}.bx-archive-in:before{content:"\e90a"}.bx-archive-out:before{content:"\e90b"}.bx-arrow-back:before{content:"\e90c"}.bx-asterisk:before{content:"\e90d"}.bx-at:before{content:"\e90e"}.bx-award:before{content:"\e90f"}.bx-bar-chart:before{content:"\e910"}.bx-bar-chart-alt:before{content:"\e911"}.bx-bar-chart-square:before{content:"\e912"}.bx-barcode:before{content:"\e913"}.bx-basketball:before{content:"\e914"}.bx-battery:before{content:"\e915"}.bx-battery-charging:before{content:"\e916"}.bx-battery-full:before{content:"\e917"}.bx-battery-low:before{content:"\e918"}.bx-behance:before{content:"\e919"}.bx-bell:before{content:"\e91a"}.bx-bell-minus:before{content:"\e91b"}.bx-bell-off:before{content:"\e91c"}.bx-bell-plus:before{content:"\e91d"}.bx-bitcoin:before{content:"\e91e"}.bx-block:before{content:"\e91f"}.bx-bluetooth:before{content:"\e920"}.bx-body:before{content:"\e921"}.bx-bold:before{content:"\e922"}.bx-bolt:before{content:"\e923"}.bx-book:before{content:"\e924"}.bx-book-bookmark:before{content:"\e925"}.bx-bookmark:before{content:"\e926"}.bx-bookmark-minus:before{content:"\e927"}.bx-bookmark-plus:before{content:"\e928"}.bx-bookmarks:before{content:"\e929"}.bx-bookmark-star:before{content:"\e92a"}.bx-book-open:before{content:"\e92b"}.bx-briefcase:before{content:"\e92c"}.bx-briefcase-alt:before{content:"\e92d"}.bx-broadcast:before{content:"\e92e"}.bx-bucket:before{content:"\e92f"}.bx-bug:before{content:"\e930"}.bx-building:before{content:"\e931"}.bx-bulb:before{content:"\e932"}.bx-bullseye:before{content:"\e933"}.bx-buoy:before{content:"\e934"}.bx-calculator:before{content:"\e935"}.bx-calendar:before{content:"\e936"}.bx-calendar-add:before{content:"\e937"}.bx-calendar-alt:before{content:"\e938"}.bx-calendar-check:before{content:"\e939"}.bx-calendar-minus:before{content:"\e93a"}.bx-calendar-remove:before{content:"\e93b"}.bx-camera:before{content:"\e93c"}.bx-camera-alt:before{content:"\e93d"}.bx-camera-off:before{content:"\e93e"}.bx-capsule:before{content:"\e93f"}.bx-captions:before{content:"\e940"}.bx-car:before{content:"\e941"}.bx-carousel:before{content:"\e942"}.bx-cart:before{content:"\e943"}.bx-cart-alt:before{content:"\e944"}.bx-cast:before{content:"\e945"}.bx-categories:before{content:"\e946"}.bx-chalkboard:before{content:"\e947"}.bx-chart:before{content:"\e948"}.bx-check:before{content:"\e949"}.bx-checkbox:before{content:"\e94a"}.bx-checkbox-checked:before{content:"\e94b"}.bx-checkbox-square:before{content:"\e94c"}.bx-chevron-down:before{content:"\e94d"}.bx-chevron-left:before{content:"\e94e"}.bx-chevron-right:before{content:"\e94f"}.bx-chevrons-down:before{content:"\e950"}.bx-chevrons-left:before{content:"\e951"}.bx-chevrons-right:before{content:"\e952"}.bx-chevrons-up:before{content:"\e953"}.bx-chevron-up:before{content:"\e954"}.bx-chip:before{content:"\e955"}.bx-chrome:before{content:"\e956"}.bx-clipboard:before{content:"\e957"}.bx-closet:before{content:"\e958"}.bx-cloud:before{content:"\e959"}.bx-cloud-download:before{content:"\e95a"}.bx-cloud-drizzle:before{content:"\e95b"}.bx-cloud-lightning:before{content:"\e95c"}.bx-cloud-light-rain:before{content:"\e95d"}.bx-cloud-rain:before{content:"\e95e"}.bx-cloud-snow:before{content:"\e95f"}.bx-cloud-upload:before{content:"\e960"}.bx-code:before{content:"\e961"}.bx-code-curly:before{content:"\e962"}.bx-codepen:before{content:"\e963"}.bx-coffee:before{content:"\e964"}.bx-cog:before{content:"\e965"}.bx-collapse:before{content:"\e966"}.bx-collection:before{content:"\e967"}.bx-columns:before{content:"\e968"}.bx-command:before{content:"\e969"}.bx-compass:before{content:"\e96a"}.bx-contact:before{content:"\e96b"}.bx-conversation:before{content:"\e96c"}.bx-copy:before{content:"\e96d"}.bx-copyright:before{content:"\e96e"}.bx-coupon:before{content:"\e96f"}.bx-credit-card:before{content:"\e970"}.bx-crop:before{content:"\e971"}.bx-crosshair:before{content:"\e972"}.bx-crown:before{content:"\e973"}.bx-cube:before{content:"\e974"}.bx-cut:before{content:"\e975"}.bx-dashboard:before{content:"\e976"}.bx-data:before{content:"\e977"}.bx-desktop:before{content:"\e978"}.bx-detail:before{content:"\e979"}.bx-diamond:before{content:"\e97a"}.bx-directions:before{content:"\e97b"}.bx-discount:before{content:"\e97c"}.bx-dislike:before{content:"\e97d"}.bx-dock-bottom:before{content:"\e97e"}.bx-dock-left:before{content:"\e97f"}.bx-dock-right:before{content:"\e980"}.bx-dock-top:before{content:"\e981"}.bx-dollar:before{content:"\e982"}.bx-dollar-circle:before{content:"\e983"}.bx-dots-horizontal:before{content:"\e984"}.bx-dots-horizontal-rounded:before{content:"\e985"}.bx-dots-vertical:before{content:"\e986"}.bx-dots-vertical-rounded:before{content:"\e987"}.bx-down-arrow-circle:before{content:"\e988"}.bx-down-arrow-outline:before{content:"\e989"}.bx-download:before{content:"\e98a"}.bx-download-alt:before{content:"\e98b"}.bx-downvote:before{content:"\e98c"}.bx-dribbble:before{content:"\e98d"}.bx-drink:before{content:"\e98e"}.bx-droplet:before{content:"\e98f"}.bx-duplicate:before{content:"\e990"}.bx-edit:before{content:"\e991"}.bx-eject:before{content:"\e992"}.bx-envelope:before{content:"\e993"}.bx-eraser:before{content:"\e994"}.bx-error:before{content:"\e995"}.bx-error-circle:before{content:"\e996"}.bx-exclamation:before{content:"\e997"}.bx-exit-fullscreen:before{content:"\e998"}.bx-expand:before{content:"\e999"}.bx-export:before{content:"\e99a"}.bx-eyedropper:before{content:"\e99b"}.bx-facebook:before{content:"\e99c"}.bx-facebook-alt:before{content:"\e99d"}.bx-fast-forward:before{content:"\e99e"}.bx-fast-forward-circle:before{content:"\e99f"}.bx-female:before{content:"\e9a0"}.bx-file:before{content:"\e9a1"}.bx-file-add:before{content:"\e9a2"}.bx-file-image:before{content:"\e9a3"}.bx-files:before{content:"\e9a4"}.bx-film:before{content:"\e9a5"}.bx-filter:before{content:"\e9a6"}.bx-filter-alt:before{content:"\e9a7"}.bx-first-aid:before{content:"\e9a8"}.bx-first-page:before{content:"\e9a9"}.bx-flag:before{content:"\e9aa"}.bx-flag-alt:before{content:"\e9ab"}.bx-flask:before{content:"\e9ac"}.bx-folder:before{content:"\e9ad"}.bx-folder-minus:before{content:"\e9ae"}.bx-folder-open:before{content:"\e9af"}.bx-folder-plus:before{content:"\e9b0"}.bx-font:before{content:"\e9b1"}.bx-fullscreen:before{content:"\e9b2"}.bx-gift:before{content:"\e9b3"}.bx-git-branch:before{content:"\e9b4"}.bx-git-commit:before{content:"\e9b5"}.bx-git-compare:before{content:"\e9b6"}.bx-github:before{content:"\e9b7"}.bx-git-merge:before{content:"\e9b8"}.bx-git-pull-request:before{content:"\e9b9"}.bx-git-repo-forked:before{content:"\e9ba"}.bx-globe:before{content:"\e9bb"}.bx-globe-alt:before{content:"\e9bc"}.bx-google:before{content:"\e9bd"}.bx-grid:before{content:"\e9be"}.bx-grid-alt:before{content:"\e9bf"}.bx-group:before{content:"\e9c0"}.bx-hash:before{content:"\e9c1"}.bx-hdd:before{content:"\e9c2"}.bx-heading:before{content:"\e9c3"}.bx-headphone:before{content:"\e9c4"}.bx-heart:before{content:"\e9c5"}.bx-hexagon:before{content:"\e9c6"}.bx-hide:before{content:"\e9c7"}.bx-history:before{content:"\e9c8"}.bx-home:before{content:"\e9c9"}.bx-home-alt:before{content:"\e9ca"}.bx-horizontal-center:before{content:"\e9cb"}.bx-hot:before{content:"\e9cc"}.bx-hourglass:before{content:"\e9cd"}.bx-idea:before{content:"\e9ce"}.bx-image:before{content:"\e9cf"}.bx-image-alt:before{content:"\e9d0"}.bx-images:before{content:"\e9d1"}.bx-import:before{content:"\e9d2"}.bx-inbox:before{content:"\e9d3"}.bx-infinite:before{content:"\e9d4"}.bx-info:before{content:"\e9d5"}.bx-info-circle:before{content:"\e9d6"}.bx-instagram:before{content:"\e9d7"}.bx-italic:before{content:"\e9d8"}.bx-joystick:before{content:"\e9d9"}.bx-joystick-alt:before{content:"\e9da"}.bx-justify:before{content:"\e9db"}.bx-key:before{content:"\e9dc"}.bx-laptop:before{content:"\e9dd"}.bx-last-page:before{content:"\e9de"}.bx-layer:before{content:"\e9df"}.bx-layout:before{content:"\e9e0"}.bx-left-arrow-circle:before{content:"\e9e1"}.bx-left-arrow-outline:before{content:"\e9e2"}.bx-left-bottom-arrow-circle:before{content:"\e9e3"}.bx-left-indent:before{content:"\e9e4"}.bx-left-top-arrow-circle:before{content:"\e9e5"}.bx-like:before{content:"\e9e6"}.bx-link:before{content:"\e9e7"}.bx-link-alt:before{content:"\e9e8"}.bx-linkedin:before{content:"\e9e9"}.bx-link-external:before{content:"\e9ea"}.bx-list:before{content:"\e9eb"}.bx-list-add:before{content:"\e9ec"}.bx-list-alt:before{content:"\e9ed"}.bx-list-bullet:before{content:"\e9ee"}.bx-list-check:before{content:"\e9ef"}.bx-list-remove:before{content:"\e9f0"}.bx-loader:before{content:"\e9f1"}.bx-loader-circle:before{content:"\e9f2"}.bx-loader-circle-alt:before{content:"\e9f3"}.bx-lock:before{content:"\e9f4"}.bx-lock-open:before{content:"\e9f5"}.bx-log-in:before{content:"\e9f6"}.bx-log-out:before{content:"\e9f7"}.bx-male:before{content:"\e9f8"}.bx-map:before{content:"\e9f9"}.bx-map-alt:before{content:"\e9fa"}.bx-map-pin:before{content:"\e9fb"}.bx-menu:before{content:"\e9fc"}.bx-message:before{content:"\e9fd"}.bx-message-alt:before{content:"\e9fe"}.bx-message-detail:before{content:"\e9ff"}.bx-message-rounded:before{content:"\ea00"}.bx-message-rounded-alt:before{content:"\ea01"}.bx-microphone:before{content:"\ea02"}.bx-microphone-off:before{content:"\ea03"}.bx-minus:before{content:"\ea04"}.bx-minus-circle:before{content:"\ea05"}.bx-mobile:before{content:"\ea06"}.bx-mobile-alt:before{content:"\ea07"}.bx-mobile-message:before{content:"\ea08"}.bx-moon:before{content:"\ea09"}.bx-mouse:before{content:"\ea0a"}.bx-move:before{content:"\ea0b"}.bx-music:before{content:"\ea0c"}.bx-navigation:before{content:"\ea0d"}.bx-news:before{content:"\ea0e"}.bx-newsletter:before{content:"\ea0f"}.bx-notification:before{content:"\ea10"}.bx-notification-off:before{content:"\ea11"}.bx-octagon:before{content:"\ea12"}.bx-package:before{content:"\ea13"}.bx-paperclip:before{content:"\ea14"}.bx-paper-plane:before{content:"\ea15"}.bx-paragraph:before{content:"\ea16"}.bx-paste:before{content:"\ea17"}.bx-pause:before{content:"\ea18"}.bx-pause-circle:before{content:"\ea19"}.bx-pen:before{content:"\ea1a"}.bx-pencil:before{content:"\ea1b"}.bx-phone:before{content:"\ea1c"}.bx-phone-call:before{content:"\ea1d"}.bx-phone-incoming:before{content:"\ea1e"}.bx-phone-outgoing:before{content:"\ea1f"}.bx-pie-chart:before{content:"\ea20"}.bx-pie-chart-alt:before{content:"\ea21"}.bx-pin:before{content:"\ea22"}.bx-play:before{content:"\ea23"}.bx-play-circle:before{content:"\ea24"}.bx-playlist:before{content:"\ea25"}.bx-plug:before{content:"\ea26"}.bx-plus:before{content:"\ea27"}.bx-plus-circle:before{content:"\ea28"}.bx-poll:before{content:"\ea29"}.bx-popular:before{content:"\ea2a"}.bx-power-off:before{content:"\ea2b"}.bx-printer:before{content:"\ea2c"}.bx-pulse:before{content:"\ea2d"}.bx-purchase-tag:before{content:"\ea2e"}.bx-question-mark:before{content:"\ea2f"}.bx-quote-left:before{content:"\ea30"}.bx-quote-right:before{content:"\ea31"}.bx-radar:before{content:"\ea32"}.bx-radio:before{content:"\ea33"}.bx-radio-circle:before{content:"\ea34"}.bx-radio-circle-marked:before{content:"\ea35"}.bx-rectangle:before{content:"\ea36"}.bx-redo:before{content:"\ea37"}.bx-rename:before{content:"\ea38"}.bx-reply:before{content:"\ea39"}.bx-reply-all:before{content:"\ea3a"}.bx-report:before{content:"\ea3b"}.bx-repost:before{content:"\ea3c"}.bx-reset:before{content:"\ea3d"}.bx-revision:before{content:"\ea3e"}.bx-rewind:before{content:"\ea3f"}.bx-ribbon:before{content:"\ea40"}.bx-right-arrow-circle:before{content:"\ea41"}.bx-right-arrow-outline:before{content:"\ea42"}.bx-right-down-arrow-circle:before{content:"\ea43"}.bx-right-indent:before{content:"\ea44"}.bx-right-top-arrow-circle:before{content:"\ea45"}.bx-rotate:before{content:"\ea46"}.bx-rss:before{content:"\ea47"}.bx-ruler:before{content:"\ea48"}.bx-save:before{content:"\ea49"}.bx-screenshot:before{content:"\ea4a"}.bx-search:before{content:"\ea4b"}.bx-select-arrows:before{content:"\ea4c"}.bx-selection:before{content:"\ea4d"}.bx-select-multiple:before{content:"\ea4e"}.bx-send:before{content:"\ea4f"}.bx-server:before{content:"\ea50"}.bx-share:before{content:"\ea51"}.bx-share-alt:before{content:"\ea52"}.bx-shield:before{content:"\ea53"}.bx-shield-alt:before{content:"\ea54"}.bx-shopping-bag:before{content:"\ea55"}.bx-shopping-bag-alt:before{content:"\ea56"}.bx-show:before{content:"\ea57"}.bx-shuffle:before{content:"\ea58"}.bx-shuffle-alt:before{content:"\ea59"}.bx-sidebar:before{content:"\ea5a"}.bx-sitemap:before{content:"\ea5b"}.bx-skip-next:before{content:"\ea5c"}.bx-skip-next-circle:before{content:"\ea5d"}.bx-skip-previous:before{content:"\ea5e"}.bx-skip-previous-circle:before{content:"\ea5f"}.bx-skull:before{content:"\ea60"}.bx-slider:before{content:"\ea61"}.bx-smiley-happy:before{content:"\ea62"}.bx-smiley-meh:before{content:"\ea63"}.bx-smiley-sad:before{content:"\ea64"}.bx-snowflake:before{content:"\ea65"}.bx-sort:before{content:"\ea66"}.bx-spectacles:before{content:"\ea67"}.bx-spreadsheet:before{content:"\ea68"}.bx-star:before{content:"\ea69"}.bx-station:before{content:"\ea6a"}.bx-stop:before{content:"\ea6b"}.bx-stop-circle:before{content:"\ea6c"}.bx-stopwatch:before{content:"\ea6d"}.bx-store:before{content:"\ea6e"}.bx-stumble-upon:before{content:"\ea6f"}.bx-subdirectory-left:before{content:"\ea70"}.bx-subdirectory-right:before{content:"\ea71"}.bx-sun:before{content:"\ea72"}.bx-support:before{content:"\ea73"}.bx-sync:before{content:"\ea74"}.bx-tab:before{content:"\ea75"}.bx-table:before{content:"\ea76"}.bx-tag:before{content:"\ea77"}.bx-tag-remove:before{content:"\ea78"}.bx-target-lock:before{content:"\ea79"}.bx-task:before{content:"\ea7a"}.bx-tennis-ball:before{content:"\ea7b"}.bx-terminal:before{content:"\ea7c"}.bx-text:before{content:"\ea7d"}.bx-thermometer:before{content:"\ea7e"}.bx-time:before{content:"\ea7f"}.bx-timer:before{content:"\ea80"}.bx-toggle:before{content:"\ea81"}.bx-toggle-left:before{content:"\ea82"}.bx-toggle-right:before{content:"\ea83"}.bx-torch:before{content:"\ea84"}.bx-to-top:before{content:"\ea85"}.bx-trash:before{content:"\ea86"}.bx-trash-alt:before{content:"\ea87"}.bx-trending-down:before{content:"\ea88"}.bx-trending-up:before{content:"\ea89"}.bx-triangle:before{content:"\ea8a"}.bx-trophy:before{content:"\ea8b"}.bx-truck:before{content:"\ea8c"}.bx-t-shirt:before{content:"\ea8d"}.bx-tumblr:before{content:"\ea8e"}.bx-tv:before{content:"\ea8f"}.bx-twitter:before{content:"\ea90"}.bx-umbrella:before{content:"\ea91"}.bx-underline:before{content:"\ea92"}.bx-undo:before{content:"\ea93"}.bx-up-arrow-circle:before{content:"\ea94"}.bx-up-arrow-outline:before{content:"\ea95"}.bx-upload:before{content:"\ea96"}.bx-upvote:before{content:"\ea97"}.bx-usb:before{content:"\ea98"}.bx-user:before{content:"\ea99"}.bx-user-check:before{content:"\ea9a"}.bx-user-circle:before{content:"\ea9b"}.bx-user-detail:before{content:"\ea9c"}.bx-user-minus:before{content:"\ea9d"}.bx-user-plus:before{content:"\ea9e"}.bx-user-remove:before{content:"\ea9f"}.bx-vertical-center:before{content:"\eaa0"}.bx-video:before{content:"\eaa1"}.bx-video-off:before{content:"\eaa2"}.bx-videos:before{content:"\eaa3"}.bx-vimeo:before{content:"\eaa4"}.bx-voicemail:before{content:"\eaa5"}.bx-volume:before{content:"\eaa6"}.bx-volume-full:before{content:"\eaa7"}.bx-volume-low:before{content:"\eaa8"}.bx-volume-mute:before{content:"\eaa9"}.bx-wallet:before{content:"\eaaa"}.bx-watch:before{content:"\eaab"}.bx-watch-alt:before{content:"\eaac"}.bx-whatsapp:before{content:"\eaad"}.bx-widget:before{content:"\eaae"}.bx-wifi:before{content:"\eaaf"}.bx-window:before{content:"\eab0"}.bx-window-close:before{content:"\eab1"}.bx-window-open:before{content:"\eab2"}.bx-windows:before{content:"\eab3"}.bx-world:before{content:"\eab4"}.bx-wrench:before{content:"\eab5"}.bx-x:before{content:"\eab6"}.bx-x-circle:before{content:"\eab7"}.bx-youtube:before{content:"\eab8"}.bx-zap:before{content:"\eab9"}.bx-zoom-in:before{content:"\eaba"}.bx-zoom-out:before{content:"\eabb"} \ No newline at end of file +@font-face{font-family:boxicons;src:url(../fonts/boxicons.eot?5pz59u);src:url(../fonts/boxicons.eot?5pz59u#iefix) format('embedded-opentype'),url(../fonts/boxicons.ttf?5pz59u) format('truetype'),url(../fonts/boxicons.woff?5pz59u) format('woff'),url(../fonts/boxicons.svg?5pz59u#boxicons) format('svg');font-weight:400;font-style:normal}.bx{font-family:boxicons!important;font-weight:400;font-style:normal;font-variant:normal;line-height:1;display:inline-block;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bx-ul{padding-left:0;list-style:none;margin-left:2em}.bx-ul>li{position:relative}.bx-ul .bx{left:-2em;position:absolute;text-align:center;font-size:inherit;width:2em;line-height:inherit}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes burst{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}90%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}@keyframes burst{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}90%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}@-webkit-keyframes flashing{0%,90%{opacity:1}45%{opacity:0}}@keyframes flashing{0%,90%{opacity:1}45%{opacity:0}}@-webkit-keyframes fade-left{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(-20px);transform:translateX(-20px);opacity:0}}@keyframes fade-left{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(-20px);transform:translateX(-20px);opacity:0}}@-webkit-keyframes fade-right{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(20px);transform:translateX(20px);opacity:0}}@keyframes fade-right{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(20px);transform:translateX(20px);opacity:0}}@-webkit-keyframes fade-up{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(-20px);transform:translateY(-20px);opacity:0}}@keyframes fade-up{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(-20px);transform:translateY(-20px);opacity:0}}@-webkit-keyframes fade-down{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(20px);transform:translateY(20px);opacity:0}}@keyframes fade-down{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(20px);transform:translateY(20px);opacity:0}}@-webkit-keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg);transform:scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1,1,1) rotate3d(0,0,1,10deg);transform:scale3d(1,1,1) rotate3d(0,0,1,10deg)}40%,60%,80%{-webkit-transform:scale3d(1,1,1) rotate3d(0,0,1,-10deg);transform:scale3d(1,1,1) rotate3d(0,0,1,-10deg)}}@keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg);transform:scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1,1,1) rotate3d(0,0,1,10deg);transform:scale3d(1,1,1) rotate3d(0,0,1,10deg)}40%,60%,80%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}}.bx-spin,.bx-spin-hover:hover{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.bx-tada,.bx-tada-hover:hover{-webkit-animation:tada 1.5s ease infinite;animation:tada 1.5s ease infinite}.bx-flashing,.bx-flashing-hover:hover{-webkit-animation:flashing 1.5s infinite linear;animation:flashing 1.5s infinite linear}.bx-burst,.bx-burst-hover:hover{-webkit-animation:burst 1.5s infinite linear;animation:burst 1.5s infinite linear}.bx-fade-up,.bx-fade-up-hover:hover{-webkit-animation:fade-up 1.5s infinite linear;animation:fade-up 1.5s infinite linear}.bx-fade-down,.bx-fade-down-hover:hover{-webkit-animation:fade-down 1.5s infinite linear;animation:fade-down 1.5s infinite linear}.bx-fade-left,.bx-fade-left-hover:hover{-webkit-animation:fade-left 1.5s infinite linear;animation:fade-left 1.5s infinite linear}.bx-fade-right,.bx-fade-right-hover:hover{-webkit-animation:fade-right 1.5s infinite linear;animation:fade-right 1.5s infinite linear}.bx-xs{font-size:1rem!important}.bx-sm{font-size:1.55rem!important}.bx-md{font-size:2.25rem!important}.bx-lg{font-size:3rem!important}.bx-rotate-90{transform:rotate(90deg);-ms-filter:'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)'}.bx-rotate-180{transform:rotate(180deg);-ms-filter:'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)'}.bx-rotate-270{transform:rotate(270deg);-ms-filter:'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)'}.bx-flip-horizontal{transform:scaleX(-1);-ms-filter:'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)'}.bx-flip-vertical{transform:scaleY(-1);-ms-filter:'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)'}.bx-border{padding:.25em;border:.07em solid rgba(0,0,0,.1);border-radius:.25em}.bx-border-circle{padding:.25em;border:.07em solid rgba(0,0,0,.1);border-radius:50%}.bxl-behance:before{content:"\e900"}.bxl-bitcoin:before{content:"\e901"}.bxl-discord:before{content:"\e902"}.bxl-dribbble:before{content:"\e903"}.bxl-facebook:before{content:"\e904"}.bxl-facebook-square:before{content:"\e905"}.bxl-github:before{content:"\e906"}.bxl-google:before{content:"\e907"}.bxl-google-plus:before{content:"\e908"}.bxl-google-plus-circle:before{content:"\e909"}.bxl-instagram:before{content:"\e90a"}.bxl-linkedin:before{content:"\e90b"}.bxl-linkedin-square:before{content:"\e90c"}.bxl-medium:before{content:"\e90d"}.bxl-medium-square:before{content:"\e90e"}.bxl-reddit:before{content:"\e90f"}.bxl-skype:before{content:"\e910"}.bxl-slack:before{content:"\e911"}.bxl-slack-rounded:before{content:"\e912"}.bxl-tumblr:before{content:"\e913"}.bxl-twitch:before{content:"\e914"}.bxl-twitter:before{content:"\e915"}.bxl-twitter-square:before{content:"\e916"}.bxl-vimeo:before{content:"\e917"}.bxl-whatsapp:before{content:"\e918"}.bxl-youtube:before{content:"\e919"}.bx-adjust:before{content:"\e91b"}.bx-alarm:before{content:"\e91c"}.bx-alarm-off:before{content:"\e91d"}.bx-album:before{content:"\e91e"}.bx-align-left:before{content:"\e91f"}.bx-align-middle:before{content:"\e920"}.bx-align-right:before{content:"\e921"}.bx-anchor:before{content:"\e922"}.bx-aperture:before{content:"\e923"}.bx-archive:before{content:"\e924"}.bx-archive-in:before{content:"\e925"}.bx-archive-out:before{content:"\e926"}.bx-arrow-back:before{content:"\e927"}.bx-asterisk:before{content:"\e928"}.bx-at:before{content:"\e929"}.bx-award:before{content:"\e92a"}.bx-bar-chart:before{content:"\e92b"}.bx-bar-chart-alt:before{content:"\e92c"}.bx-bar-chart-square:before{content:"\e92d"}.bx-barcode:before{content:"\e92e"}.bx-basketball:before{content:"\e92f"}.bx-battery:before{content:"\e930"}.bx-battery-charging:before{content:"\e931"}.bx-battery-full:before{content:"\e932"}.bx-battery-low:before{content:"\e933"}.bx-bell:before{content:"\e934"}.bx-bell-minus:before{content:"\e935"}.bx-bell-off:before{content:"\e936"}.bx-bell-plus:before{content:"\e937"}.bx-block:before{content:"\e938"}.bx-bluetooth:before{content:"\e939"}.bx-body:before{content:"\e93a"}.bx-bold:before{content:"\e93b"}.bx-bolt:before{content:"\e93c"}.bx-book:before{content:"\e93d"}.bx-book-bookmark:before{content:"\e93e"}.bx-bookmark:before{content:"\e93f"}.bx-bookmark-minus:before{content:"\e940"}.bx-bookmark-plus:before{content:"\e941"}.bx-bookmarks:before{content:"\e942"}.bx-bookmark-star:before{content:"\e943"}.bx-book-open:before{content:"\e944"}.bx-briefcase:before{content:"\e945"}.bx-briefcase-alt:before{content:"\e946"}.bx-broadcast:before{content:"\e947"}.bx-bucket:before{content:"\e948"}.bx-bug:before{content:"\e949"}.bx-building:before{content:"\e94a"}.bx-bulb:before{content:"\e94b"}.bx-bullseye:before{content:"\e94c"}.bx-buoy:before{content:"\e94d"}.bx-calculator:before{content:"\e94e"}.bx-calendar:before{content:"\e94f"}.bx-calendar-alt:before{content:"\e950"}.bx-calendar-check:before{content:"\e951"}.bx-calendar-minus:before{content:"\e952"}.bx-calendar-plus:before{content:"\e953"}.bx-calendar-x:before{content:"\e954"}.bx-camera:before{content:"\e955"}.bx-camera-alt:before{content:"\e956"}.bx-camera-off:before{content:"\e957"}.bx-capsule:before{content:"\e958"}.bx-captions:before{content:"\e959"}.bx-car:before{content:"\e95a"}.bx-carousel:before{content:"\e95b"}.bx-cart:before{content:"\e95c"}.bx-cart-alt:before{content:"\e95d"}.bx-cast:before{content:"\e95e"}.bx-categories:before{content:"\e95f"}.bx-chalkboard:before{content:"\e960"}.bx-chart:before{content:"\e961"}.bx-check:before{content:"\e962"}.bx-checkbox:before{content:"\e963"}.bx-checkbox-checked:before{content:"\e964"}.bx-checkbox-square:before{content:"\e965"}.bx-chevron-down:before{content:"\e966"}.bx-chevron-left:before{content:"\e967"}.bx-chevron-right:before{content:"\e968"}.bx-chevrons-down:before{content:"\e969"}.bx-chevrons-left:before{content:"\e96a"}.bx-chevrons-right:before{content:"\e96b"}.bx-chevrons-up:before{content:"\e96c"}.bx-chevron-up:before{content:"\e96d"}.bx-chip:before{content:"\e96e"}.bx-clipboard:before{content:"\e96f"}.bx-closet:before{content:"\e970"}.bx-cloud:before{content:"\e971"}.bx-cloud-download:before{content:"\e972"}.bx-cloud-drizzle:before{content:"\e973"}.bx-cloud-lightning:before{content:"\e974"}.bx-cloud-light-rain:before{content:"\e975"}.bx-cloud-rain:before{content:"\e976"}.bx-cloud-snow:before{content:"\e977"}.bx-cloud-upload:before{content:"\e978"}.bx-code:before{content:"\e979"}.bx-code-curly:before{content:"\e97a"}.bx-coffee:before{content:"\e97b"}.bx-cog:before{content:"\e97c"}.bx-collapse:before{content:"\e97d"}.bx-collection:before{content:"\e97e"}.bx-columns:before{content:"\e97f"}.bx-command:before{content:"\e980"}.bx-compass:before{content:"\e981"}.bx-contact:before{content:"\e982"}.bx-conversation:before{content:"\e983"}.bx-copy:before{content:"\e984"}.bx-copyright:before{content:"\e985"}.bx-coupon:before{content:"\e986"}.bx-credit-card:before{content:"\e987"}.bx-crop:before{content:"\e988"}.bx-crosshair:before{content:"\e989"}.bx-crown:before{content:"\e98a"}.bx-cube:before{content:"\e98b"}.bx-cut:before{content:"\e98c"}.bx-dashboard:before{content:"\e98d"}.bx-data:before{content:"\e98e"}.bx-desktop:before{content:"\e98f"}.bx-detail:before{content:"\e990"}.bx-diamond:before{content:"\e991"}.bx-directions:before{content:"\e992"}.bx-discount:before{content:"\e993"}.bx-dislike:before{content:"\e994"}.bx-dock-bottom:before{content:"\e995"}.bx-dock-left:before{content:"\e996"}.bx-dock-right:before{content:"\e997"}.bx-dock-top:before{content:"\e998"}.bx-dollar:before{content:"\e999"}.bx-dollar-circle:before{content:"\e99a"}.bx-dots-horizontal:before{content:"\e99b"}.bx-dots-horizontal-rounded:before{content:"\e99c"}.bx-dots-vertical:before{content:"\e99d"}.bx-dots-vertical-rounded:before{content:"\e99e"}.bx-down-arrow:before{content:"\e99f"}.bx-down-arrow-circle:before{content:"\e9a0"}.bx-download:before{content:"\e9a1"}.bx-download-alt:before{content:"\e9a2"}.bx-downvote:before{content:"\e9a3"}.bx-drink:before{content:"\e9a4"}.bx-droplet:before{content:"\e9a5"}.bx-duplicate:before{content:"\e9a6"}.bx-edit:before{content:"\e9a7"}.bx-eject:before{content:"\e9a8"}.bx-envelope:before{content:"\e9a9"}.bx-eraser:before{content:"\e9aa"}.bx-error:before{content:"\e9ab"}.bx-error-circle:before{content:"\e9ac"}.bx-exclamation:before{content:"\e9ad"}.bx-exit-fullscreen:before{content:"\e9ae"}.bx-expand:before{content:"\e9af"}.bx-export:before{content:"\e9b0"}.bx-eyedropper:before{content:"\e9b1"}.bx-fast-forward:before{content:"\e9b2"}.bx-fast-forward-circle:before{content:"\e9b3"}.bx-female:before{content:"\e9b4"}.bx-file:before{content:"\e9b5"}.bx-file-image:before{content:"\e9b6"}.bx-file-plus:before{content:"\e9b7"}.bx-files:before{content:"\e9b8"}.bx-film:before{content:"\e9b9"}.bx-filter:before{content:"\e9ba"}.bx-filter-alt:before{content:"\e9bb"}.bx-first-aid:before{content:"\e9bc"}.bx-first-page:before{content:"\e9bd"}.bx-flag:before{content:"\e9be"}.bx-flag-alt:before{content:"\e9bf"}.bx-flask:before{content:"\e9c0"}.bx-folder:before{content:"\e9c1"}.bx-folder-minus:before{content:"\e9c2"}.bx-folder-open:before{content:"\e9c3"}.bx-folder-plus:before{content:"\e9c4"}.bx-font:before{content:"\e9c5"}.bx-fullscreen:before{content:"\e9c6"}.bx-gift:before{content:"\e9c7"}.bx-git-branch:before{content:"\e9c8"}.bx-git-commit:before{content:"\e9c9"}.bx-git-compare:before{content:"\e9ca"}.bx-git-merge:before{content:"\e9cb"}.bx-git-pull-request:before{content:"\e9cc"}.bx-git-repo-forked:before{content:"\e9cd"}.bx-globe:before{content:"\e9ce"}.bx-globe-alt:before{content:"\e9cf"}.bx-grid:before{content:"\e9d0"}.bx-grid-alt:before{content:"\e9d1"}.bx-group:before{content:"\e9d2"}.bx-hash:before{content:"\e9d3"}.bx-hdd:before{content:"\e9d4"}.bx-heading:before{content:"\e9d5"}.bx-headphone:before{content:"\e9d6"}.bx-heart:before{content:"\e9d7"}.bx-hexagon:before{content:"\e9d8"}.bx-hide:before{content:"\e9d9"}.bx-history:before{content:"\e9da"}.bx-home:before{content:"\e9db"}.bx-home-alt:before{content:"\e9dc"}.bx-horizontal-center:before{content:"\e9dd"}.bx-hot:before{content:"\e9de"}.bx-hourglass:before{content:"\e9df"}.bx-idea:before{content:"\e9e0"}.bx-image:before{content:"\e9e1"}.bx-image-alt:before{content:"\e9e2"}.bx-images:before{content:"\e9e3"}.bx-import:before{content:"\e9e4"}.bx-inbox:before{content:"\e9e5"}.bx-infinite:before{content:"\e9e6"}.bx-info:before{content:"\e9e7"}.bx-info-circle:before{content:"\e9e8"}.bx-italic:before{content:"\e9e9"}.bx-joystick:before{content:"\e9ea"}.bx-joystick-alt:before{content:"\e9eb"}.bx-justify:before{content:"\e9ec"}.bx-key:before{content:"\e9ed"}.bx-laptop:before{content:"\e9ee"}.bx-last-page:before{content:"\e9ef"}.bx-layer:before{content:"\e9f0"}.bx-layout:before{content:"\e9f1"}.bx-left-arrow:before{content:"\e9f2"}.bx-left-arrow-circle:before{content:"\e9f3"}.bx-left-bottom-arrow-circle:before{content:"\e9f4"}.bx-left-indent:before{content:"\e9f5"}.bx-left-top-arrow-circle:before{content:"\e9f6"}.bx-like:before{content:"\e9f7"}.bx-link:before{content:"\e9f8"}.bx-link-alt:before{content:"\e9f9"}.bx-link-external:before{content:"\e9fa"}.bx-list:before{content:"\e9fb"}.bx-list-alt:before{content:"\e9fc"}.bx-list-bullet:before{content:"\e9fd"}.bx-list-check:before{content:"\e9fe"}.bx-list-plus:before{content:"\e9ff"}.bx-list-x:before{content:"\ea00"}.bx-loader:before{content:"\ea01"}.bx-loader-alt:before{content:"\ea02"}.bx-loader-circle:before{content:"\ea03"}.bx-lock:before{content:"\ea04"}.bx-lock-open:before{content:"\ea05"}.bx-log-in:before{content:"\ea06"}.bx-log-out:before{content:"\ea07"}.bx-male:before{content:"\ea08"}.bx-map:before{content:"\ea09"}.bx-map-alt:before{content:"\ea0a"}.bx-map-pin:before{content:"\ea0b"}.bx-menu:before{content:"\ea0c"}.bx-message:before{content:"\ea0d"}.bx-message-alt:before{content:"\ea0e"}.bx-message-detail:before{content:"\ea0f"}.bx-message-rounded:before{content:"\ea10"}.bx-message-rounded-alt:before{content:"\ea11"}.bx-microphone:before{content:"\ea12"}.bx-microphone-off:before{content:"\ea13"}.bx-minus:before{content:"\ea14"}.bx-minus-circle:before{content:"\ea15"}.bx-mobile:before{content:"\ea16"}.bx-mobile-alt:before{content:"\ea17"}.bx-mobile-message:before{content:"\ea18"}.bx-moon:before{content:"\ea19"}.bx-mouse:before{content:"\ea1a"}.bx-move:before{content:"\ea1b"}.bx-music:before{content:"\ea1c"}.bx-navigation:before{content:"\ea1d"}.bx-news:before{content:"\ea1e"}.bx-newsletter:before{content:"\ea1f"}.bx-notification:before{content:"\ea20"}.bx-notification-off:before{content:"\ea21"}.bx-octagon:before{content:"\ea22"}.bx-package:before{content:"\ea23"}.bx-paperclip:before{content:"\ea24"}.bx-paper-plane:before{content:"\ea25"}.bx-paragraph:before{content:"\ea26"}.bx-paste:before{content:"\ea27"}.bx-pause:before{content:"\ea28"}.bx-pause-circle:before{content:"\ea29"}.bx-pen:before{content:"\ea2a"}.bx-pencil:before{content:"\ea2b"}.bx-phone:before{content:"\ea2c"}.bx-phone-call:before{content:"\ea2d"}.bx-phone-incoming:before{content:"\ea2e"}.bx-phone-outgoing:before{content:"\ea2f"}.bx-pie-chart:before{content:"\ea30"}.bx-pie-chart-alt:before{content:"\ea31"}.bx-pin:before{content:"\ea32"}.bx-play:before{content:"\ea33"}.bx-play-circle:before{content:"\ea34"}.bx-playlist:before{content:"\ea35"}.bx-plug:before{content:"\ea36"}.bx-plus:before{content:"\ea37"}.bx-plus-circle:before{content:"\ea38"}.bx-poll:before{content:"\ea39"}.bx-popular:before{content:"\ea3a"}.bx-power-off:before{content:"\ea3b"}.bx-printer:before{content:"\ea3c"}.bx-pulse:before{content:"\ea3d"}.bx-purchase-tag:before{content:"\ea3e"}.bx-question-mark:before{content:"\ea3f"}.bx-quote-left:before{content:"\ea40"}.bx-quote-right:before{content:"\ea41"}.bx-radar:before{content:"\ea42"}.bx-radio:before{content:"\ea43"}.bx-radio-circle:before{content:"\ea44"}.bx-radio-circle-marked:before{content:"\ea45"}.bx-rectangle:before{content:"\ea46"}.bx-redo:before{content:"\ea47"}.bx-rename:before{content:"\ea48"}.bx-reply:before{content:"\ea49"}.bx-reply-all:before{content:"\ea4a"}.bx-report:before{content:"\ea4b"}.bx-repost:before{content:"\ea4c"}.bx-reset:before{content:"\ea4d"}.bx-revision:before{content:"\ea4e"}.bx-rewind:before{content:"\ea4f"}.bx-ribbon:before{content:"\ea50"}.bx-right-arrow:before{content:"\ea51"}.bx-right-arrow-circle:before{content:"\ea52"}.bx-right-down-arrow-circle:before{content:"\ea53"}.bx-right-indent:before{content:"\ea54"}.bx-right-top-arrow-circle:before{content:"\ea55"}.bx-rotate:before{content:"\ea56"}.bx-rss:before{content:"\ea57"}.bx-ruler:before{content:"\ea58"}.bx-save:before{content:"\ea59"}.bx-screenshot:before{content:"\ea5a"}.bx-search:before{content:"\ea5b"}.bx-select-arrows:before{content:"\ea5c"}.bx-selection:before{content:"\ea5d"}.bx-select-multiple:before{content:"\ea5e"}.bx-send:before{content:"\ea5f"}.bx-server:before{content:"\ea60"}.bx-share:before{content:"\ea61"}.bx-share-alt:before{content:"\ea62"}.bx-shield:before{content:"\ea63"}.bx-shield-alt:before{content:"\ea64"}.bx-shopping-bag:before{content:"\ea65"}.bx-shopping-bag-alt:before{content:"\ea66"}.bx-show:before{content:"\ea67"}.bx-shuffle:before{content:"\ea68"}.bx-shuffle-alt:before{content:"\ea69"}.bx-sidebar:before{content:"\ea6a"}.bx-sitemap:before{content:"\ea6b"}.bx-skip-next:before{content:"\ea6c"}.bx-skip-next-circle:before{content:"\ea6d"}.bx-skip-previous:before{content:"\ea6e"}.bx-skip-previous-circle:before{content:"\ea6f"}.bx-skull:before{content:"\ea70"}.bx-slider:before{content:"\ea71"}.bx-slider-alt:before{content:"\ea72"}.bx-smiley-happy:before{content:"\ea73"}.bx-smiley-meh:before{content:"\ea74"}.bx-smiley-sad:before{content:"\ea75"}.bx-snowflake:before{content:"\ea76"}.bx-sort:before{content:"\ea77"}.bx-sort-alt:before{content:"\ea78"}.bx-spectacles:before{content:"\ea79"}.bx-spreadsheet:before{content:"\ea7a"}.bx-star:before{content:"\ea7b"}.bx-station:before{content:"\ea7c"}.bx-stop:before{content:"\ea7d"}.bx-stop-circle:before{content:"\ea7e"}.bx-stopwatch:before{content:"\ea7f"}.bx-store:before{content:"\ea80"}.bx-subdirectory-left:before{content:"\ea81"}.bx-subdirectory-right:before{content:"\ea82"}.bx-sun:before{content:"\ea83"}.bx-support:before{content:"\ea84"}.bx-sync:before{content:"\ea85"}.bx-tab:before{content:"\ea86"}.bx-table:before{content:"\ea87"}.bx-tag:before{content:"\ea88"}.bx-tag-x:before{content:"\ea89"}.bx-target-lock:before{content:"\ea8a"}.bx-task:before{content:"\ea8b"}.bx-tennis-ball:before{content:"\ea8c"}.bx-terminal:before{content:"\ea8d"}.bx-text:before{content:"\ea8e"}.bx-thermometer:before{content:"\ea8f"}.bx-time:before{content:"\ea90"}.bx-timer:before{content:"\ea91"}.bx-toggle:before{content:"\ea92"}.bx-toggle-left:before{content:"\ea93"}.bx-toggle-right:before{content:"\ea94"}.bx-torch:before{content:"\ea95"}.bx-to-top:before{content:"\ea96"}.bx-trash:before{content:"\ea97"}.bx-trash-alt:before{content:"\ea98"}.bx-trending-down:before{content:"\ea99"}.bx-trending-up:before{content:"\ea9a"}.bx-triangle:before{content:"\ea9b"}.bx-trophy:before{content:"\ea9c"}.bx-truck:before{content:"\ea9d"}.bx-t-shirt:before{content:"\ea9e"}.bx-tv:before{content:"\ea9f"}.bx-umbrella:before{content:"\eaa0"}.bx-underline:before{content:"\eaa1"}.bx-undo:before{content:"\eaa2"}.bx-up-arrow:before{content:"\eaa3"}.bx-up-arrow-circle:before{content:"\eaa4"}.bx-upload:before{content:"\eaa5"}.bx-upvote:before{content:"\eaa6"}.bx-usb:before{content:"\eaa7"}.bx-user:before{content:"\eaa8"}.bx-user-check:before{content:"\eaa9"}.bx-user-circle:before{content:"\eaaa"}.bx-user-detail:before{content:"\eaab"}.bx-user-minus:before{content:"\eaac"}.bx-user-plus:before{content:"\eaad"}.bx-user-x:before{content:"\eaae"}.bx-vertical-center:before{content:"\eaaf"}.bx-video:before{content:"\eab0"}.bx-video-off:before{content:"\eab1"}.bx-videos:before{content:"\eab2"}.bx-voicemail:before{content:"\eab3"}.bx-volume:before{content:"\eab4"}.bx-volume-full:before{content:"\eab5"}.bx-volume-low:before{content:"\eab6"}.bx-volume-mute:before{content:"\eab7"}.bx-wallet:before{content:"\eab8"}.bx-watch:before{content:"\eab9"}.bx-watch-alt:before{content:"\eaba"}.bx-widget:before{content:"\eabb"}.bx-wifi:before{content:"\eabc"}.bx-window:before{content:"\eabd"}.bx-window-close:before{content:"\eabe"}.bx-window-open:before{content:"\eabf"}.bx-windows:before{content:"\eac0"}.bx-world:before{content:"\eac1"}.bx-wrench:before{content:"\eac2"}.bx-x:before{content:"\eac3"}.bx-x-circle:before{content:"\eac4"}.bx-zap:before{content:"\eac5"}.bx-zoom-in:before{content:"\eac6"}.bx-zoom-out:before{content:"\eac7"}.bxs-adjust:before{content:"\eac8"}.bxs-alarm:before{content:"\eac9"}.bxs-alarm-off:before{content:"\eaca"}.bxs-album:before{content:"\eacb"}.bxs-archive:before{content:"\eacc"}.bxs-archive-in:before{content:"\eacd"}.bxs-archive-out:before{content:"\eace"}.bxs-award:before{content:"\eacf"}.bxs-bar-chart-square:before{content:"\ead0"}.bxs-barcode:before{content:"\ead1"}.bxs-basketball:before{content:"\ead2"}.bxs-battery:before{content:"\ead3"}.bxs-battery-charging:before{content:"\ead4"}.bxs-battery-full:before{content:"\ead5"}.bxs-battery-low:before{content:"\ead6"}.bxs-bell:before{content:"\ead7"}.bxs-bell-minus:before{content:"\ead8"}.bxs-bell-off:before{content:"\ead9"}.bxs-bell-plus:before{content:"\eada"}.bxs-bolt:before{content:"\eadb"}.bxs-book:before{content:"\eadc"}.bxs-book-bookmark:before{content:"\eadd"}.bxs-bookmark:before{content:"\eade"}.bxs-bookmark-minus:before{content:"\eadf"}.bxs-bookmark-plus:before{content:"\eae0"}.bxs-bookmarks:before{content:"\eae1"}.bxs-bookmark-star:before{content:"\eae2"}.bxs-book-open:before{content:"\eae3"}.bxs-briefcase:before{content:"\eae4"}.bxs-briefcase-alt:before{content:"\eae5"}.bxs-bucket:before{content:"\eae6"}.bxs-bug:before{content:"\eae7"}.bxs-building:before{content:"\eae8"}.bxs-bulb:before{content:"\eae9"}.bxs-buoy:before{content:"\eaea"}.bxs-calculator:before{content:"\eaeb"}.bxs-calendar:before{content:"\eaec"}.bxs-calendar-alt:before{content:"\eaed"}.bxs-calendar-check:before{content:"\eaee"}.bxs-calendar-minus:before{content:"\eaef"}.bxs-calendar-plus:before{content:"\eaf0"}.bxs-calendar-x:before{content:"\eaf1"}.bxs-camera:before{content:"\eaf2"}.bxs-camera-alt:before{content:"\eaf3"}.bxs-camera-off:before{content:"\eaf4"}.bxs-capsule:before{content:"\eaf5"}.bxs-captions:before{content:"\eaf6"}.bxs-car:before{content:"\eaf7"}.bxs-carousel:before{content:"\eaf8"}.bxs-cart:before{content:"\eaf9"}.bxs-cart-alt:before{content:"\eafa"}.bxs-cast:before{content:"\eafb"}.bxs-categories:before{content:"\eafc"}.bxs-chart:before{content:"\eafd"}.bxs-chip:before{content:"\eafe"}.bxs-clipboard:before{content:"\eaff"}.bxs-cloud:before{content:"\eb00"}.bxs-cloud-download:before{content:"\eb01"}.bxs-cloud-upload:before{content:"\eb02"}.bxs-coffee:before{content:"\eb03"}.bxs-cog:before{content:"\eb04"}.bxs-collection:before{content:"\eb05"}.bxs-compass:before{content:"\eb06"}.bxs-contact:before{content:"\eb07"}.bxs-conversation:before{content:"\eb08"}.bxs-copy:before{content:"\eb09"}.bxs-copyright:before{content:"\eb0a"}.bxs-coupon:before{content:"\eb0b"}.bxs-credit-card:before{content:"\eb0c"}.bxs-crown:before{content:"\eb0d"}.bxs-cube:before{content:"\eb0e"}.bxs-dashboard:before{content:"\eb0f"}.bxs-detail:before{content:"\eb10"}.bxs-diamond:before{content:"\eb11"}.bxs-directions:before{content:"\eb12"}.bxs-discount:before{content:"\eb13"}.bxs-dislike:before{content:"\eb14"}.bxs-dock-bottom:before{content:"\eb15"}.bxs-dock-left:before{content:"\eb16"}.bxs-dock-right:before{content:"\eb17"}.bxs-dock-top:before{content:"\eb18"}.bxs-dollar-circle:before{content:"\eb19"}.bxs-down-arrow:before{content:"\eb1a"}.bxs-down-arrow-circle:before{content:"\eb1b"}.bxs-download-alt:before{content:"\eb1c"}.bxs-downvote:before{content:"\eb1d"}.bxs-drink:before{content:"\eb1e"}.bxs-droplet:before{content:"\eb1f"}.bxs-duplicate:before{content:"\eb20"}.bxs-eject:before{content:"\eb21"}.bxs-envelope:before{content:"\eb22"}.bxs-eraser:before{content:"\eb23"}.bxs-error:before{content:"\eb24"}.bxs-error-circle:before{content:"\eb25"}.bxs-fast-forward-circle:before{content:"\eb26"}.bxs-file:before{content:"\eb27"}.bxs-file-image:before{content:"\eb28"}.bxs-file-plus:before{content:"\eb29"}.bxs-files:before{content:"\eb2a"}.bxs-filter-alt:before{content:"\eb2b"}.bxs-first-aid:before{content:"\eb2c"}.bxs-flag:before{content:"\eb2d"}.bxs-flag-alt:before{content:"\eb2e"}.bxs-flask:before{content:"\eb2f"}.bxs-folder:before{content:"\eb30"}.bxs-folder-minus:before{content:"\eb31"}.bxs-folder-open:before{content:"\eb32"}.bxs-folder-plus:before{content:"\eb33"}.bxs-fullscreen:before{content:"\eb34"}.bxs-gift:before{content:"\eb35"}.bxs-globe-alt:before{content:"\eb36"}.bxs-grid-alt:before{content:"\eb37"}.bxs-group:before{content:"\eb38"}.bxs-hdd:before{content:"\eb39"}.bxs-heart:before{content:"\eb3a"}.bxs-hide:before{content:"\eb3b"}.bxs-home:before{content:"\eb3c"}.bxs-home-alt:before{content:"\eb3d"}.bxs-hot:before{content:"\eb3e"}.bxs-hourglass:before{content:"\eb3f"}.bxs-idea:before{content:"\eb40"}.bxs-image:before{content:"\eb41"}.bxs-image-alt:before{content:"\eb42"}.bxs-images:before{content:"\eb43"}.bxs-inbox:before{content:"\eb44"}.bxs-info-circle:before{content:"\eb45"}.bxs-joystick:before{content:"\eb46"}.bxs-joystick-alt:before{content:"\eb47"}.bxs-layer:before{content:"\eb48"}.bxs-layout:before{content:"\eb49"}.bxs-left-arrow:before{content:"\eb4a"}.bxs-left-arrow-circle:before{content:"\eb4b"}.bxs-left-bottom-arrow-circle:before{content:"\eb4c"}.bxs-left-top-arrow-circle:before{content:"\eb4d"}.bxs-like:before{content:"\eb4e"}.bxs-list-alt:before{content:"\eb4f"}.bxs-lock:before{content:"\eb50"}.bxs-lock-open:before{content:"\eb51"}.bxs-map:before{content:"\eb52"}.bxs-map-alt:before{content:"\eb53"}.bxs-message:before{content:"\eb54"}.bxs-message-alt:before{content:"\eb55"}.bxs-message-detail:before{content:"\eb56"}.bxs-message-rounded:before{content:"\eb57"}.bxs-message-rounded-alt:before{content:"\eb58"}.bxs-microphone:before{content:"\eb59"}.bxs-microphone-off:before{content:"\eb5a"}.bxs-minus-circle:before{content:"\eb5b"}.bxs-mobile-alt:before{content:"\eb5c"}.bxs-mobile-message:before{content:"\eb5d"}.bxs-moon:before{content:"\eb5e"}.bxs-mouse:before{content:"\eb5f"}.bxs-music:before{content:"\eb60"}.bxs-navigation:before{content:"\eb61"}.bxs-news:before{content:"\eb62"}.bxs-newsletter:before{content:"\eb63"}.bxs-notification:before{content:"\eb64"}.bxs-notification-off:before{content:"\eb65"}.bxs-package:before{content:"\eb66"}.bxs-paper-plane:before{content:"\eb67"}.bxs-paste:before{content:"\eb68"}.bxs-pause-circle:before{content:"\eb69"}.bxs-pen:before{content:"\eb6a"}.bxs-pencil:before{content:"\eb6b"}.bxs-phone:before{content:"\eb6c"}.bxs-phone-call:before{content:"\eb6d"}.bxs-phone-incoming:before{content:"\eb6e"}.bxs-phone-outgoing:before{content:"\eb6f"}.bxs-pie-chart:before{content:"\eb70"}.bxs-pie-chart-alt:before{content:"\eb71"}.bxs-pin:before{content:"\eb72"}.bxs-play-circle:before{content:"\eb73"}.bxs-playlist:before{content:"\eb74"}.bxs-plug:before{content:"\eb75"}.bxs-plus-circle:before{content:"\eb76"}.bxs-printer:before{content:"\eb77"}.bxs-purchase-tag:before{content:"\eb78"}.bxs-quote-left:before{content:"\eb79"}.bxs-quote-right:before{content:"\eb7a"}.bxs-radio:before{content:"\eb7b"}.bxs-rename:before{content:"\eb7c"}.bxs-report:before{content:"\eb7d"}.bxs-right-arrow:before{content:"\eb7e"}.bxs-right-arrow-circle:before{content:"\eb7f"}.bxs-right-down-arrow-circle:before{content:"\eb80"}.bxs-right-top-arrow-circle:before{content:"\eb81"}.bxs-ruler:before{content:"\eb82"}.bxs-save:before{content:"\eb83"}.bxs-select-arrows:before{content:"\eb84"}.bxs-selection:before{content:"\eb85"}.bxs-select-multiple:before{content:"\eb86"}.bxs-send:before{content:"\eb87"}.bxs-server:before{content:"\eb88"}.bxs-share:before{content:"\eb89"}.bxs-share-alt:before{content:"\eb8a"}.bxs-shield:before{content:"\eb8b"}.bxs-shield-alt:before{content:"\eb8c"}.bxs-shopping-bag:before{content:"\eb8d"}.bxs-shopping-bag-alt:before{content:"\eb8e"}.bxs-show:before{content:"\eb8f"}.bxs-sidebar:before{content:"\eb90"}.bxs-sitemap:before{content:"\eb91"}.bxs-skip-next-circle:before{content:"\eb92"}.bxs-skip-previous-circle:before{content:"\eb93"}.bxs-slider-alt:before{content:"\eb94"}.bxs-smiley-happy:before{content:"\eb95"}.bxs-smiley-meh:before{content:"\eb96"}.bxs-smiley-sad:before{content:"\eb97"}.bxs-spectacles:before{content:"\eb98"}.bxs-spreadsheet:before{content:"\eb99"}.bxs-star:before{content:"\eb9a"}.bxs-stop-circle:before{content:"\eb9b"}.bxs-stopwatch:before{content:"\eb9c"}.bxs-store:before{content:"\eb9d"}.bxs-sun:before{content:"\eb9e"}.bxs-table:before{content:"\eb9f"}.bxs-tag:before{content:"\eba0"}.bxs-tag-x:before{content:"\eba1"}.bxs-task:before{content:"\eba2"}.bxs-tennis-ball:before{content:"\eba3"}.bxs-terminal:before{content:"\eba4"}.bxs-thermometer:before{content:"\eba5"}.bxs-time:before{content:"\eba6"}.bxs-timer:before{content:"\eba7"}.bxs-toggle:before{content:"\eba8"}.bxs-toggle-left:before{content:"\eba9"}.bxs-toggle-right:before{content:"\ebaa"}.bxs-torch:before{content:"\ebab"}.bxs-to-top:before{content:"\ebac"}.bxs-trash:before{content:"\ebad"}.bxs-trash-alt:before{content:"\ebae"}.bxs-trophy:before{content:"\ebaf"}.bxs-truck:before{content:"\ebb0"}.bxs-t-shirt:before{content:"\ebb1"}.bxs-tv:before{content:"\ebb2"}.bxs-umbrella:before{content:"\ebb3"}.bxs-up-arrow:before{content:"\ebb4"}.bxs-up-arrow-circle:before{content:"\ebb5"}.bxs-upvote:before{content:"\ebb6"}.bxs-user:before{content:"\ebb7"}.bxs-user-check:before{content:"\ebb8"}.bxs-user-circle:before{content:"\ebb9"}.bxs-user-detail:before{content:"\ebba"}.bxs-user-minus:before{content:"\ebbb"}.bxs-user-plus:before{content:"\ebbc"}.bxs-user-x:before{content:"\ebbd"}.bxs-video:before{content:"\ebbe"}.bxs-video-off:before{content:"\ebbf"}.bxs-videos:before{content:"\ebc0"}.bxs-volume:before{content:"\ebc1"}.bxs-volume-full:before{content:"\ebc2"}.bxs-volume-low:before{content:"\ebc3"}.bxs-volume-mute:before{content:"\ebc4"}.bxs-wallet:before{content:"\ebc5"}.bxs-watch:before{content:"\ebc6"}.bxs-watch-alt:before{content:"\ebc7"}.bxs-widget:before{content:"\ebc8"}.bxs-window:before{content:"\ebc9"}.bxs-window-close:before{content:"\ebca"}.bxs-window-open:before{content:"\ebcb"}.bxs-windows:before{content:"\ebcc"}.bxs-world:before{content:"\ebcd"}.bxs-wrench:before{content:"\ebce"}.bxs-x-circle:before{content:"\ebcf"}.bxs-zap:before{content:"\ebd0"}.bxs-zoom-in:before{content:"\ebd1"}.bxs-zoom-out:before{content:"\ebd2"} \ No newline at end of file diff --git a/static/dist/0.bundle.js b/static/dist/0.bundle.js index a22ce93..9e2e878 100644 --- a/static/dist/0.bundle.js +++ b/static/dist/0.bundle.js @@ -1,2 +1,2 @@ -webpackJsonp([0],{453:function(e,t,a){"use strict";function n(e){return e&&e.__esModule?e:{default:e}}function l(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function r(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function s(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0});var i=function(){function e(e,t){for(var a=0;a"," ",o.default.createElement("br",null),"",o.default.createElement("br",null),o.default.createElement("span",{className:"tab"},""),o.default.createElement("br",null),o.default.createElement("span",{className:"tab-2"},""),o.default.createElement("br",null),o.default.createElement("span",{className:"tab-2"}," ",""),o.default.createElement("br",null),o.default.createElement("span",{className:"tab-2"}," ","\x3c!-- Boxicons CSS --\x3e"),o.default.createElement("br",null),o.default.createElement("span",{className:"tab-2"},""),o.default.createElement("br",null),o.default.createElement("span",{className:"tab-2"},"Hello, Boxicons!"),o.default.createElement("br",null),o.default.createElement("span",{className:"tab"},""),o.default.createElement("br",null),o.default.createElement("span",{className:"tab"},""),o.default.createElement("br",null),o.default.createElement("span",{className:"tab-2"}," ","

Hello, Boxicons!

"),o.default.createElement("br",null),o.default.createElement("span",{className:"tab-2"},""),o.default.createElement("br",null),o.default.createElement("span",{className:"tab"}," "),o.default.createElement("br",null),""))),o.default.createElement("h3",{id:"usage-with-html"},"Usage with HTML"),o.default.createElement("h4",{id:"import-css"},"Import the CSS"),o.default.createElement("div",null,"Copy-paste the stylesheet ",o.default.createElement("code",{className:"side"},"link")," into your ",o.default.createElement("code",{className:"side"},"head")," to load our CSS",o.default.createElement("pre",null," ",o.default.createElement("code",{className:"html"},"")),"or",o.default.createElement("pre",null," ",o.default.createElement("code",{className:"html"},"")),"This will load boxicons font into your webpage"),o.default.createElement("h4",{id:"html"},"HTML"),o.default.createElement("div",null,"To use an icon on your page, add a class",o.default.createElement("code",{className:"side"},"bx")," and seperate class with the icons name with a prefix ",o.default.createElement("code",{className:"side"},"bx-"),":",o.default.createElement("pre",null," ",o.default.createElement("code",{className:"html"},""))),o.default.createElement("h3",{id:"install-via-npm"},"Install via NPM"),o.default.createElement("div",null,"Install the boxicons package by copy pasting the following in your terminal:",o.default.createElement("pre",null," ",o.default.createElement("code",null,"$ npm install boxicons --save")),"Import the npm module in your javascript",o.default.createElement("pre",null," ",o.default.createElement("code",{className:"javascript"},"import 'boxicons/css/boxicons.min.css'"))),o.default.createElement("h3",{id:"styling"},"Styling"),o.default.createElement("h4",{id:"sizing"},"Sizing"),o.default.createElement("div",null,"You can change size of the icon with",o.default.createElement("code",{className:"side"},"font-size")," CSS. It will inherit the ",o.default.createElement("code",{className:"side"},"font-size"),"from the parent by default. There are fixed sizes you can add to the icon by adding classes",o.default.createElement("code",{className:"side"},"bx-xs"),", ",o.default.createElement("code",{className:"side"},"bx-sm"),", ",o.default.createElement("code",{className:"side"},"bx-md")," and ",o.default.createElement("code",{className:"side"},"bx-lg"),o.default.createElement("div",{className:"icon-display"},o.default.createElement("i",{className:"bx bx-smiley-happy bx-xs "}),o.default.createElement("i",{className:"bx bx-smiley-happy bx-sm"}),o.default.createElement("i",{className:"bx bx-smiley-happy bx-md"}),o.default.createElement("i",{className:"bx bx-smiley-happy bx-lg"})),o.default.createElement("pre",null," ",o.default.createElement("code",{className:"html"},"","",o.default.createElement("br",null),"",o.default.createElement("br",null),"",o.default.createElement("br",null),"",o.default.createElement("br",null),"")),o.default.createElement("br",null)),o.default.createElement("h4",{id:"rotation-flipping"},"Rotation & Flipping"),o.default.createElement("div",null,"Rotate the icons using classes ",o.default.createElement("code",{className:"side"},"bx-rotate-90"),", ",o.default.createElement("code",{className:"side"},"bx-rotate-180")," and ",o.default.createElement("code",{className:"side"},"bx-rotate-270")," or Flip the icons using ",o.default.createElement("code",{className:"side"},"bx-flip-horizontal")," and ",o.default.createElement("code",{className:"side"},"bx-flip-vertical"),o.default.createElement("div",{className:"icon-display"},o.default.createElement("i",{className:"bx bx-like bx-rotate-90 bx-lg"}),o.default.createElement("i",{className:"bx bx-like bx-rotate-180 bx-lg"}),o.default.createElement("i",{className:"bx bx-like bx-rotate-270 bx-lg"}),o.default.createElement("i",{className:"bx bx-like bx-flip-horizontal bx-lg"}),o.default.createElement("i",{className:"bx bx-like bx-flip-vertical bx-lg"})),o.default.createElement("pre",null," ",o.default.createElement("code",{className:"html"},"","",o.default.createElement("br",null),"",o.default.createElement("br",null),"",o.default.createElement("br",null),"",o.default.createElement("br",null),"",o.default.createElement("br",null),"")),o.default.createElement("br",null)),o.default.createElement("h4",{id:"border"},"Border"),o.default.createElement("div",null,"Add border to your icons with classes ",o.default.createElement("code",{className:"side"},"bx-border"),", ",o.default.createElement("code",{className:"side"},"bx-border-circle"),o.default.createElement("div",{className:"icon-display"},o.default.createElement("i",{className:"bx bx-heart bx-border bx-lg"}),o.default.createElement("i",{className:"bx bx-heart bx-border-circle bx-lg"})," "),o.default.createElement("pre",null," ",o.default.createElement("code",{className:"html"},"",o.default.createElement("br",null),"",o.default.createElement("br",null))),o.default.createElement("br",null)),o.default.createElement("h4",{id:"animation"},"Animation"),o.default.createElement("div",null,"Animate your icons with pre built CSS animations using classes ",o.default.createElement("code",{className:"side"},"bx-spin"),",",o.default.createElement("code",{className:"side"},"bx-tada"),",",o.default.createElement("code",{className:"side"},"bx-flashing"),",",o.default.createElement("code",{className:"side"},"bx-burst"),",",o.default.createElement("code",{className:"side"},"bx-fade-left")," and ",o.default.createElement("code",{className:"side"},"bx-fade-right"),o.default.createElement("div",{className:"icon-display"},o.default.createElement("i",{className:"bx bx-loader bx-spin bx-lg"}),o.default.createElement("i",{className:"bx bx-bell bx-tada bx-lg"}),o.default.createElement("i",{className:"bx bx-error bx-flashing bx-lg"}),o.default.createElement("i",{className:"bx bx-radio-circle bx-burst bx-lg"}),o.default.createElement("i",{className:"bx bx-fade-right bx-paper-plane bx-lg"})),o.default.createElement("pre",null," ",o.default.createElement("code",{className:"html"},"","",o.default.createElement("br",null),"",o.default.createElement("br",null),"",o.default.createElement("br",null),"",o.default.createElement("br",null),"",o.default.createElement("br",null),"",o.default.createElement("br",null),""))),o.default.createElement("br",null),o.default.createElement("h4",{id:"animation-hover"},"Animation on Hover"),o.default.createElement("div",null,"Animate your icons on hover with pre built CSS animations using classes ",o.default.createElement("code",{className:"side"},"bx-spin-hover"),",",o.default.createElement("code",{className:"side"},"bx-tada-hover"),",",o.default.createElement("code",{className:"side"},"bx-flashing-hover"),",",o.default.createElement("code",{className:"side"},"bx-burst-hover"),",",o.default.createElement("code",{className:"side"},"bx-fade-left-hover")," and ",o.default.createElement("code",{className:"side"},"bx-fade-right-hover"),o.default.createElement("div",{className:"icon-display"},o.default.createElement("i",{className:"bx bx-loader bx-spin-hover bx-lg"}),o.default.createElement("i",{className:"bx bx-bell bx-tada-hover bx-lg"}),o.default.createElement("i",{className:"bx bx-error bx-flashing-hover bx-lg"}),o.default.createElement("i",{className:"bx bx-radio-circle bx-burst-hover bx-lg"}),o.default.createElement("i",{className:"bx bx-fade-right-hover bx-paper-plane bx-lg"})),o.default.createElement("pre",null," ",o.default.createElement("code",{className:"html"},"","",o.default.createElement("br",null),"",o.default.createElement("br",null),"",o.default.createElement("br",null),"",o.default.createElement("br",null),"",o.default.createElement("br",null),"",o.default.createElement("br",null),""))),o.default.createElement("h3",{id:"license"},"License"),o.default.createElement("div",null,"Boxicons is an open source project , you can use them in your commercial projects too.",o.default.createElement("br",null),"The icons (.svg) files are free to download are licensed under ",o.default.createElement("a",{href:"https://creativecommons.org/licenses/by/4.0/",target:"_blank"},"CC 4.0")," .",o.default.createElement("br",null),"The fonts files are licensed under ",o.default.createElement("a",{href:"https://opensource.org/licenses/OFL-1.1",target:"_blank"},"SIL OFL 1.1"),o.default.createElement("br",null),"Attribution is not required but is appreciated",o.default.createElement("br",null)," Other files which are not fonts or icons are licensed under the ",o.default.createElement("a",{href:"http://opensource.org/licenses/MIT",target:"_blank"},"MIT License"))))))))}}]),t}(c.Component);t.default=f},455:function(e,t,a){!function(e){"object"==typeof window&&window||"object"==typeof self&&self;e(t)}(function(e){function t(e){return e.replace(/&/g,"&").replace(//g,">")}function a(e){return e.nodeName.toLowerCase()}function n(e,t){var a=e&&e.exec(t);return a&&0===a.index}function l(e){return M.test(e)}function r(e){var t,a,n,r,s=e.className+" ";if(s+=e.parentNode?e.parentNode.className:"",a=O.exec(s))return N(a[1])?a[1]:"no-highlight";for(s=s.split(/\s+/),t=0,n=s.length;t"}function i(e){u+=""}function c(e){("start"===e.event?s:i)(e.node)}for(var o=0,u="",d=[];e.length||n.length;){var m=r();if(u+=t(l.substring(o,m[0].offset)),o=m[0].offset,m===e){d.reverse().forEach(i);do{c(m.splice(0,1)[0]),m=r()}while(m===e&&m.length&&m[0].offset===o);d.reverse().forEach(s)}else"start"===m[0].event?d.push(m[0].node):d.pop(),c(m.splice(0,1)[0])}return u+t(l.substr(o))}function o(e){return e.variants&&!e.cached_variants&&(e.cached_variants=e.variants.map(function(t){return s(e,{variants:null},t)})),e.cached_variants||e.endsWithParent&&[s(e)]||[e]}function u(e){function t(e){return e&&e.source||e}function a(a,n){return new RegExp(t(a),"m"+(e.case_insensitive?"i":"")+(n?"g":""))}function n(l,r){if(!l.compiled){if(l.compiled=!0,l.keywords=l.keywords||l.beginKeywords,l.keywords){var s={},i=function(t,a){e.case_insensitive&&(a=a.toLowerCase()),a.split(" ").forEach(function(e){var a=e.split("|");s[a[0]]=[t,a[1]?Number(a[1]):1]})};"string"==typeof l.keywords?i("keyword",l.keywords):_(l.keywords).forEach(function(e){i(e,l.keywords[e])}),l.keywords=s}l.lexemesRe=a(l.lexemes||/\w+/,!0),r&&(l.beginKeywords&&(l.begin="\\b("+l.beginKeywords.split(" ").join("|")+")\\b"),l.begin||(l.begin=/\B|\b/),l.beginRe=a(l.begin),l.end||l.endsWithParent||(l.end=/\B|\b/),l.end&&(l.endRe=a(l.end)),l.terminator_end=t(l.end)||"",l.endsWithParent&&r.terminator_end&&(l.terminator_end+=(l.end?"|":"")+r.terminator_end)),l.illegal&&(l.illegalRe=a(l.illegal)),null==l.relevance&&(l.relevance=1),l.contains||(l.contains=[]),l.contains=Array.prototype.concat.apply([],l.contains.map(function(e){return o("self"===e?l:e)})),l.contains.forEach(function(e){n(e,l)}),l.starts&&n(l.starts,r);var c=l.contains.map(function(e){return e.beginKeywords?"\\.?("+e.begin+")\\.?":e.begin}).concat([l.terminator_end,l.illegal]).map(t).filter(Boolean);l.terminators=c.length?a(c.join("|"),!0):{exec:function(){return null}}}}n(e)}function d(e,a,l,r){function s(e,t){var a,l;for(a=0,l=t.contains.length;a')+t+s}function b(){var e,a,n,l;if(!y.keywords)return t(M);for(l="",a=0,y.lexemesRe.lastIndex=0,n=y.lexemesRe.exec(M);n;)l+=t(M.substring(a,n.index)),e=o(y,n),e?(O+=e[1],l+=f(e[0],t(n[0]))):l+=t(n[0]),a=y.lexemesRe.lastIndex,n=y.lexemesRe.exec(M);return l+t(M.substr(a))}function E(){var e="string"==typeof y.subLanguage;if(e&&!w[y.subLanguage])return t(M);var a=e?d(y.subLanguage,M,!0,_[y.subLanguage]):m(M,y.subLanguage.length?y.subLanguage:void 0);return y.relevance>0&&(O+=a.relevance),e&&(_[y.subLanguage]=a.top),f(a.language,a.value,!1,!0)}function g(){R+=null!=y.subLanguage?E():b(),M=""}function p(e){R+=e.className?f(e.className,"",!0):"",y=Object.create(e,{parent:{value:y}})}function h(e,t){if(M+=e,null==t)return g(),0;var a=s(t,y);if(a)return a.skip?M+=t:(a.excludeBegin&&(M+=t),g(),a.returnBegin||a.excludeBegin||(M=t)),p(a,t),a.returnBegin?0:t.length;var n=i(y,t);if(n){var l=y;l.skip?M+=t:(l.returnEnd||l.excludeEnd||(M+=t),g(),l.excludeEnd&&(M=t));do{y.className&&(R+=k),y.skip||(O+=y.relevance),y=y.parent}while(y!==n.parent);return n.starts&&p(n.starts,""),l.returnEnd?0:t.length}if(c(t,y))throw new Error('Illegal lexeme "'+t+'" for mode "'+(y.className||"")+'"');return M+=t,t.length||1}var x=N(e);if(!x)throw new Error('Unknown language: "'+e+'"');u(x);var v,y=r||x,_={},R="";for(v=y;v!==x;v=v.parent)v.className&&(R=f(v.className,"",!0)+R);var M="",O=0;try{for(var S,T,A=0;;){if(y.terminators.lastIndex=A,!(S=y.terminators.exec(a)))break;T=h(a.substring(A,S.index),S[0]),A=S.index+T}for(h(a.substr(A)),v=y;v.parent;v=v.parent)v.className&&(R+=k);return{relevance:O,value:R,language:e,top:y}}catch(e){if(e.message&&-1!==e.message.indexOf("Illegal"))return{relevance:0,value:t(a)};throw e}}function m(e,a){a=a||C.languages||_(w);var n={relevance:0,value:t(e)},l=n;return a.filter(N).forEach(function(t){var a=d(t,e,!1);a.language=t,a.relevance>l.relevance&&(l=a),a.relevance>n.relevance&&(l=n,n=a)}),l.language&&(n.second_best=l),n}function f(e){return C.tabReplace||C.useBR?e.replace(S,function(e,t){return C.useBR&&"\n"===e?"
":C.tabReplace?t.replace(/\t/g,C.tabReplace):""}):e}function b(e,t,a){var n=t?R[t]:a,l=[e.trim()];return e.match(/\bhljs\b/)||l.push("hljs"),-1===e.indexOf(n)&&l.push(n),l.join(" ").trim()}function E(e){var t,a,n,s,o,u=r(e);l(u)||(C.useBR?(t=document.createElementNS("http://www.w3.org/1999/xhtml","div"),t.innerHTML=e.innerHTML.replace(/\n/g,"").replace(//g,"\n")):t=e,o=t.textContent,n=u?d(u,o,!0):m(o),a=i(t),a.length&&(s=document.createElementNS("http://www.w3.org/1999/xhtml","div"),s.innerHTML=n.value,n.value=c(a,i(s),o)),n.value=f(n.value),e.innerHTML=n.value,e.className=b(e.className,u,n.language),e.result={language:n.language,re:n.relevance},n.second_best&&(e.second_best={language:n.second_best.language,re:n.second_best.relevance}))}function g(e){C=s(C,e)}function p(){if(!p.called){p.called=!0;var e=document.querySelectorAll("pre code");y.forEach.call(e,E)}}function h(){addEventListener("DOMContentLoaded",p,!1),addEventListener("load",p,!1)}function x(t,a){var n=w[t]=a(e);n.aliases&&n.aliases.forEach(function(e){R[e]=t})}function v(){return _(w)}function N(e){return e=(e||"").toLowerCase(),w[e]||w[R[e]]}var y=[],_=Object.keys,w={},R={},M=/^(no-?highlight|plain|text)$/i,O=/\blang(?:uage)?-([\w-]+)\b/i,S=/((^(<[^>]+>|\t|)+|(?:\n)))/gm,k="",C={classPrefix:"hljs-",tabReplace:null,useBR:!1,languages:void 0};return e.highlight=d,e.highlightAuto=m,e.fixMarkup=f,e.highlightBlock=E,e.configure=g,e.initHighlighting=p,e.initHighlightingOnLoad=h,e.registerLanguage=x,e.listLanguages=v,e.getLanguage=N,e.inherit=s,e.IDENT_RE="[a-zA-Z]\\w*",e.UNDERSCORE_IDENT_RE="[a-zA-Z_]\\w*",e.NUMBER_RE="\\b\\d+(\\.\\d+)?",e.C_NUMBER_RE="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",e.BINARY_NUMBER_RE="\\b(0b[01]+)",e.RE_STARTERS_RE="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",e.BACKSLASH_ESCAPE={begin:"\\\\[\\s\\S]",relevance:0},e.APOS_STRING_MODE={className:"string",begin:"'",end:"'",illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},e.QUOTE_STRING_MODE={className:"string",begin:'"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},e.PHRASAL_WORDS_MODE={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},e.COMMENT=function(t,a,n){var l=e.inherit({className:"comment",begin:t,end:a,contains:[]},n||{});return l.contains.push(e.PHRASAL_WORDS_MODE),l.contains.push({className:"doctag",begin:"(?:TODO|FIXME|NOTE|BUG|XXX):",relevance:0}),l},e.C_LINE_COMMENT_MODE=e.COMMENT("//","$"),e.C_BLOCK_COMMENT_MODE=e.COMMENT("/\\*","\\*/"),e.HASH_COMMENT_MODE=e.COMMENT("#","$"),e.NUMBER_MODE={className:"number",begin:e.NUMBER_RE,relevance:0},e.C_NUMBER_MODE={className:"number",begin:e.C_NUMBER_RE,relevance:0},e.BINARY_NUMBER_MODE={className:"number",begin:e.BINARY_NUMBER_RE,relevance:0},e.CSS_NUMBER_MODE={className:"number",begin:e.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},e.REGEXP_MODE={className:"regexp",begin:/\//,end:/\/[gimuy]*/,illegal:/\n/,contains:[e.BACKSLASH_ESCAPE,{begin:/\[/,end:/\]/,relevance:0,contains:[e.BACKSLASH_ESCAPE]}]},e.TITLE_MODE={className:"title",begin:e.IDENT_RE,relevance:0},e.UNDERSCORE_TITLE_MODE={className:"title",begin:e.UNDERSCORE_IDENT_RE,relevance:0},e.METHOD_GUARD={begin:"\\.\\s*"+e.UNDERSCORE_IDENT_RE,relevance:0},e})},456:function(e,t){e.exports=function(e){var t={endsWithParent:!0,illegal:/`]+/}]}]}]};return{aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist"],case_insensitive:!0,contains:[{className:"meta",begin:"",relevance:10,contains:[{begin:"\\[",end:"\\]"}]},e.COMMENT("\x3c!--","--\x3e",{relevance:10}),{begin:"<\\!\\[CDATA\\[",end:"\\]\\]>",relevance:10},{begin:/<\?(php)?/,end:/\?>/,subLanguage:"php",contains:[{begin:"/\\*",end:"\\*/",skip:!0}]},{className:"tag",begin:"|$)",end:">",keywords:{name:"style"},contains:[t],starts:{end:"",returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:"|$)",end:">",keywords:{name:"script"},contains:[t],starts:{end:"<\/script>",returnEnd:!0,subLanguage:["actionscript","javascript","handlebars","xml"]}},{className:"meta",variants:[{begin:/<\?xml/,end:/\?>/,relevance:10},{begin:/<\?\w+/,end:/\?>/}]},{className:"tag",begin:"",contains:[{className:"name",begin:/[^\/><\s]+/,relevance:0},t]}]}}},457:function(e,t,a){function n(e){return a(l(e))}function l(e){var t=r[e];if(!(t+1))throw new Error("Cannot find module '"+e+"'.");return t}var r={"./javascript":458,"./xml":456};n.keys=function(){return Object.keys(r)},n.resolve=l,e.exports=n,n.id=457},458:function(e,t){e.exports=function(e){var t="[A-Za-z$_][0-9A-Za-z$_]*",a={keyword:"in of if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const export super debugger as async await static import from as",literal:"true false null undefined NaN Infinity",built_in:"eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError Number Math Date String RegExp Array Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require module console window document Symbol Set Map WeakSet WeakMap Proxy Reflect Promise"},n={className:"number",variants:[{begin:"\\b(0[bB][01]+)"},{begin:"\\b(0[oO][0-7]+)"},{begin:e.C_NUMBER_RE}],relevance:0},l={className:"subst",begin:"\\$\\{",end:"\\}",keywords:a,contains:[]},r={className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,l]};l.contains=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,r,n,e.REGEXP_MODE];var s=l.contains.concat([e.C_BLOCK_COMMENT_MODE,e.C_LINE_COMMENT_MODE]);return{aliases:["js","jsx"],keywords:a,contains:[{className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},{className:"meta",begin:/^#!/,end:/$/},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,r,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,n,{begin:/[{,]\s*/,relevance:0,contains:[{begin:t+"\\s*:",returnBegin:!0,relevance:0,contains:[{className:"attr",begin:t,relevance:0}]}]},{begin:"("+e.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.REGEXP_MODE,{className:"function",begin:"(\\(.*?\\)|"+t+")\\s*=>",returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:t},{begin:/\(\s*\)/},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:a,contains:s}]}]},{begin://,subLanguage:"xml",contains:[{begin:/<\w+\s*\/>/,skip:!0},{begin:/<\w+/,end:/(\/\w+|\w+\/)>/,skip:!0,contains:[{begin:/<\w+\s*\/>/,skip:!0},"self"]}]}],relevance:0},{className:"function",beginKeywords:"function",end:/\{/,excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{begin:t}),{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:s}],illegal:/\[|%/},{begin:/\$[(.]/},e.METHOD_GUARD,{className:"class",beginKeywords:"class",end:/[{;=]/,excludeEnd:!0,illegal:/[:"\[\]]/,contains:[{beginKeywords:"extends"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"constructor",end:/\{/,excludeEnd:!0}],illegal:/#(?!!)/}}}}); +webpackJsonp([0],{455:function(e,t,a){"use strict";function l(e){return e&&e.__esModule?e:{default:e}}function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function r(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function s(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0});var i=function(){function e(e,t){for(var a=0;a"," ",u.default.createElement("br",null),"",u.default.createElement("br",null),u.default.createElement("span",{className:"tab"},""),u.default.createElement("br",null),u.default.createElement("span",{className:"tab-2"},""),u.default.createElement("br",null),u.default.createElement("span",{className:"tab-2"}," ",""),u.default.createElement("br",null),u.default.createElement("span",{className:"tab-2"}," ","\x3c!-- Boxicons CSS --\x3e"),u.default.createElement("br",null),u.default.createElement("span",{className:"tab-2"},""),u.default.createElement("br",null),u.default.createElement("span",{className:"tab-2"},"Hello, Boxicons!"),u.default.createElement("br",null),u.default.createElement("span",{className:"tab"},""),u.default.createElement("br",null),u.default.createElement("span",{className:"tab"},""),u.default.createElement("br",null),u.default.createElement("span",{className:"tab-2"}," ","

Hello, Boxicons!

"),u.default.createElement("br",null),u.default.createElement("span",{className:"tab-2"},""),u.default.createElement("br",null),u.default.createElement("span",{className:"tab-2"},""),u.default.createElement("br",null),u.default.createElement("span",{className:"tab-2"},""),u.default.createElement("br",null),u.default.createElement("span",{className:"tab"}," "),u.default.createElement("br",null),""))),u.default.createElement("h3",{id:"usage-with-html"},"Usage with HTML"),u.default.createElement("h4",{id:"import-css"},"Import the CSS"),u.default.createElement("div",null,u.default.createElement("p",null,"Copy-paste the stylesheet ",u.default.createElement("code",{className:"side"},"link")," into your ",u.default.createElement("code",{className:"side"},"head")," to load our CSS")," ",u.default.createElement("pre",null," ",u.default.createElement("code",{className:"html"},"",u.default.createElement("br",null),"\x3c!-- or --\x3e"," ",u.default.createElement("br",null),"")),u.default.createElement("p",null,"This will load boxicons font into your webpage")),u.default.createElement("h4",{id:"html"},"HTML"),u.default.createElement("div",null,u.default.createElement("p",null," To use an icon on your page, add a prefix",u.default.createElement("code",{className:"side"},"bx-")," for regular icons, ",u.default.createElement("code",{className:"side"},"bxs-")," for solid icons & ",u.default.createElement("code",{className:"side"},"bxl-")," for logos followed by the icon name and seperate class with the",u.default.createElement("code",{className:"side"},"bx"),":")," ",u.default.createElement("pre",null," ",u.default.createElement("code",{className:"html"},"",u.default.createElement("br",null),"",u.default.createElement("br",null),"")),"You can see the names of all the icons ",u.default.createElement(o.Link,{to:"/cheatsheet"},"here")),u.default.createElement("h3",{id:"install-via-npm"},"Install via NPM"),u.default.createElement("div",null,u.default.createElement("p",null," Install the boxicons package by copy pasting the following in your terminal:"),u.default.createElement("pre",null," ",u.default.createElement("code",null,"$ npm install boxicons --save")),u.default.createElement("p",null," Import the npm module in your javascript"),u.default.createElement("pre",null," ",u.default.createElement("code",{className:"javascript"},"import 'boxicons/css/boxicons.min.css'"))),u.default.createElement("h3",{id:"styling"},"Styling"),u.default.createElement("h4",{id:"sizing"},"Sizing"),u.default.createElement("div",null,u.default.createElement("p",null," You can change size of the icon with",u.default.createElement("code",{className:"side"},"font-size")," CSS. It will inherit the ",u.default.createElement("code",{className:"side"},"font-size"),"from the parent by default. There are fixed sizes you can add to the icon by adding classes",u.default.createElement("code",{className:"side"},"bx-xs"),", ",u.default.createElement("code",{className:"side"},"bx-sm"),", ",u.default.createElement("code",{className:"side"},"bx-md")," and ",u.default.createElement("code",{className:"side"},"bx-lg"))," ",u.default.createElement("div",{className:"icon-display"},u.default.createElement("i",{className:"bx bxs-smiley-happy bx-xs "}),u.default.createElement("i",{className:"bx bxs-smiley-happy bx-sm"}),u.default.createElement("i",{className:"bx bxs-smiley-happy bx-md"}),u.default.createElement("i",{className:"bx bxs-smiley-happy bx-lg"})),u.default.createElement("pre",null," ",u.default.createElement("code",{className:"html display"},"","",u.default.createElement("br",null),"",u.default.createElement("br",null),"",u.default.createElement("br",null),"",u.default.createElement("br",null),"")),u.default.createElement("br",null)),u.default.createElement("h4",{id:"rotation-flipping"},"Rotation & Flipping"),u.default.createElement("div",null,u.default.createElement("p",null," Rotate the icons using classes ",u.default.createElement("code",{className:"side"},"bx-rotate-90"),", ",u.default.createElement("code",{className:"side"},"bx-rotate-180")," and ",u.default.createElement("code",{className:"side"},"bx-rotate-270")," or Flip the icons using ",u.default.createElement("code",{className:"side"},"bx-flip-horizontal")," and ",u.default.createElement("code",{className:"side"},"bx-flip-vertical")),u.default.createElement("div",{className:"icon-display"},u.default.createElement("i",{className:"bx bxs-like bx-rotate-90 bx-md"}),u.default.createElement("i",{className:"bx bxs-like bx-rotate-180 bx-md"}),u.default.createElement("i",{className:"bx bxs-like bx-rotate-270 bx-md"}),u.default.createElement("i",{className:"bx bxs-like bx-flip-horizontal bx-md"}),u.default.createElement("i",{className:"bx bxs-like bx-flip-vertical bx-md"})),u.default.createElement("pre",null," ",u.default.createElement("code",{className:"html display"},"","",u.default.createElement("br",null),"",u.default.createElement("br",null),"",u.default.createElement("br",null),"",u.default.createElement("br",null),"",u.default.createElement("br",null),"")),u.default.createElement("br",null)),u.default.createElement("h4",{id:"list-icons"},"List Icons"),u.default.createElement("div",null,u.default.createElement("p",null," Use icons as bullets for the list by adding class ",u.default.createElement("code",{className:"side"},"bx-ul")," to the unordered list element and include the icons inside the",u.default.createElement("code",{className:"side"},"li")," ")," ",u.default.createElement("div",{className:"icon-display"},u.default.createElement("ul",{className:"bx-ul"},u.default.createElement("li",null," ",u.default.createElement("i",{className:"bx bx-right-arrow"}),"List item 1"),u.default.createElement("li",null," ",u.default.createElement("i",{className:"bx bx-x"}),"List item 2"),u.default.createElement("li",null," ",u.default.createElement("i",{className:"bx bx-plus"}),"List item 3"))),u.default.createElement("pre",null," ",u.default.createElement("code",{className:"html display"},"
    ",u.default.createElement("br",null),u.default.createElement("span",{className:"tab"},"
  • List Item 1
  • "),u.default.createElement("br",null),u.default.createElement("span",{className:"tab"},"
  • List Item 2
  • "),u.default.createElement("br",null),u.default.createElement("span",{className:"tab"},"
  • List Item 3
  • "),u.default.createElement("br",null),"
")),u.default.createElement("br",null)),u.default.createElement("h4",{id:"border"},"Border"),u.default.createElement("div",null,u.default.createElement("p",null," Add border to your icons with classes ",u.default.createElement("code",{className:"side"},"bx-border"),", ",u.default.createElement("code",{className:"side"},"bx-border-circle"))," ",u.default.createElement("div",{className:"icon-display"},u.default.createElement("i",{className:"bx bxs-heart bx-border bx-md"}),u.default.createElement("i",{className:"bx bxs-heart bx-border-circle bx-md"})," "),u.default.createElement("pre",null," ",u.default.createElement("code",{className:"html display"},"",u.default.createElement("br",null),"",u.default.createElement("br",null))),u.default.createElement("br",null)),u.default.createElement("h4",{id:"animation"},"Animation"),u.default.createElement("div",null,u.default.createElement("p",null," Animate your icons with pre built CSS animations using classes ",u.default.createElement("code",{className:"side"},"bx-spin"),",",u.default.createElement("code",{className:"side"},"bx-tada"),",",u.default.createElement("code",{className:"side"},"bx-flashing"),",",u.default.createElement("code",{className:"side"},"bx-burst"),",",u.default.createElement("code",{className:"side"},"bx-fade-left")," and ",u.default.createElement("code",{className:"side"},"bx-fade-right")),u.default.createElement("p",null,"You can change the speed of the animation with the ",u.default.createElement("code",{className:"side"},"animation-duration")," property & to change the number of times the animation takes place with the property ",u.default.createElement("code",{className:"side"},"animation-iteration-count")," in CSS"),u.default.createElement("div",{className:"icon-display"},u.default.createElement("i",{className:"bx bx-loader bx-spin bx-md"}),u.default.createElement("i",{className:"bx bxs-bell bx-tada bx-md"}),u.default.createElement("i",{className:"bx bxs-error bx-flashing bx-md"}),u.default.createElement("i",{className:"bx bx-radio-circle bx-burst bx-md"}),u.default.createElement("i",{className:"bx bx-fade-left bxs-left-arrow bx-md"}),u.default.createElement("i",{className:"bx bx-fade-right bxs-right-arrow bx-md"}),u.default.createElement("i",{className:"bx bx-fade-up bxs-up-arrow bx-md"}),u.default.createElement("i",{className:"bx bx-fade-down bxs-down-arrow bx-md"})),u.default.createElement("pre",null," ",u.default.createElement("code",{className:"html display"},"","",u.default.createElement("br",null),"",u.default.createElement("br",null),"",u.default.createElement("br",null),"",u.default.createElement("br",null),"",u.default.createElement("br",null),"",u.default.createElement("br",null),"",u.default.createElement("br",null),"",u.default.createElement("br",null)))),u.default.createElement("br",null),u.default.createElement("h4",{id:"animation-hover"},"Animation on Hover"),u.default.createElement("div",null,u.default.createElement("p",null," Animate your icons on hover with pre built CSS animations using classes ",u.default.createElement("code",{className:"side"},"bx-spin-hover"),",",u.default.createElement("code",{className:"side"},"bx-tada-hover"),",",u.default.createElement("code",{className:"side"},"bx-flashing-hover"),",",u.default.createElement("code",{className:"side"},"bx-burst-hover"),",",u.default.createElement("code",{className:"side"},"bx-fade-left-hover")," and ",u.default.createElement("code",{className:"side"},"bx-fade-right-hover"))," ",u.default.createElement("p",null,"You can change the speed of the animation with the ",u.default.createElement("code",{className:"side"},"animation-duration")," property & to change the number of times the animation takes place with the property ",u.default.createElement("code",{className:"side"},"animation-iteration-count")," in CSS"),u.default.createElement("div",{className:"icon-display"},u.default.createElement("i",{className:"bx bx-loader bx-spin-hover bx-md"}),u.default.createElement("i",{className:"bx bxs-bell bx-tada-hover bx-md"}),u.default.createElement("i",{className:"bx bxs-error bx-flashing-hover bx-md"}),u.default.createElement("i",{className:"bx bx-radio-circle bx-burst-hover bx-md"}),u.default.createElement("i",{className:"bx bx-fade-left-hover bxs-left-arrow bx-md"}),u.default.createElement("i",{className:"bx bx-fade-right-hover bxs-right-arrow bx-md"}),u.default.createElement("i",{className:"bx bx-fade-up-hover bxs-up-arrow bx-md"}),u.default.createElement("i",{className:"bx bx-fade-down-hover bxs-down-arrow bx-md"})),u.default.createElement("pre",null," ",u.default.createElement("code",{className:"html display"},"","",u.default.createElement("br",null),"",u.default.createElement("br",null),"",u.default.createElement("br",null),"",u.default.createElement("br",null),"",u.default.createElement("br",null),"",u.default.createElement("br",null),"","",u.default.createElement("br",null),"",u.default.createElement("br",null),""))),u.default.createElement("h3",{id:"contribution"},"Contribution"),u.default.createElement("div",null,u.default.createElement("p",null,"Want to report a bug ? Have some suggestions or ideas ? Have an icon or a feature request? Create a new issue on Github with the appropriate label ",u.default.createElement("a",{href:"https://github.com/atisawd/boxicons/issues/new",target:"_blank"},"here"))),u.default.createElement("h3",{id:"license"},"License"),u.default.createElement("div",null,"Boxicons is an open source project , you can use them in your commercial projects too.",u.default.createElement("br",null),"The icons (.svg) files are free to download and are licensed under ",u.default.createElement("a",{href:"https://creativecommons.org/licenses/by/4.0/",target:"_blank"},"CC 4.0")," . By downloading it is assumed that you agree with the terms mentioned in CC 4.0.",u.default.createElement("br",null),"The fonts files are licensed under ",u.default.createElement("a",{href:"https://opensource.org/licenses/OFL-1.1",target:"_blank"},"SIL OFL 1.1"),u.default.createElement("br",null),"Attribution is not required but is appreciated",u.default.createElement("br",null)," Other files which are not fonts or icons are licensed under the ",u.default.createElement("a",{href:"http://opensource.org/licenses/MIT",target:"_blank"},"MIT License"))))))))}}]),t}(c.Component);t.default=b},457:function(e,t,a){!function(e){"object"==typeof window&&window||"object"==typeof self&&self;e(t)}(function(e){function t(e){return e.replace(/&/g,"&").replace(//g,">")}function a(e){return e.nodeName.toLowerCase()}function l(e,t){var a=e&&e.exec(t);return a&&0===a.index}function n(e){return M.test(e)}function r(e){var t,a,l,r,s=e.className+" ";if(s+=e.parentNode?e.parentNode.className:"",a=O.exec(s))return v(a[1])?a[1]:"no-highlight";for(s=s.split(/\s+/),t=0,l=s.length;t"}function i(e){o+=""}function c(e){("start"===e.event?s:i)(e.node)}for(var u=0,o="",d=[];e.length||l.length;){var m=r();if(o+=t(n.substring(u,m[0].offset)),u=m[0].offset,m===e){d.reverse().forEach(i);do{c(m.splice(0,1)[0]),m=r()}while(m===e&&m.length&&m[0].offset===u);d.reverse().forEach(s)}else"start"===m[0].event?d.push(m[0].node):d.pop(),c(m.splice(0,1)[0])}return o+t(n.substr(u))}function u(e){return e.variants&&!e.cached_variants&&(e.cached_variants=e.variants.map(function(t){return s(e,{variants:null},t)})),e.cached_variants||e.endsWithParent&&[s(e)]||[e]}function o(e){function t(e){return e&&e.source||e}function a(a,l){return new RegExp(t(a),"m"+(e.case_insensitive?"i":"")+(l?"g":""))}function l(n,r){if(!n.compiled){if(n.compiled=!0,n.keywords=n.keywords||n.beginKeywords,n.keywords){var s={},i=function(t,a){e.case_insensitive&&(a=a.toLowerCase()),a.split(" ").forEach(function(e){var a=e.split("|");s[a[0]]=[t,a[1]?Number(a[1]):1]})};"string"==typeof n.keywords?i("keyword",n.keywords):w(n.keywords).forEach(function(e){i(e,n.keywords[e])}),n.keywords=s}n.lexemesRe=a(n.lexemes||/\w+/,!0),r&&(n.beginKeywords&&(n.begin="\\b("+n.beginKeywords.split(" ").join("|")+")\\b"),n.begin||(n.begin=/\B|\b/),n.beginRe=a(n.begin),n.end||n.endsWithParent||(n.end=/\B|\b/),n.end&&(n.endRe=a(n.end)),n.terminator_end=t(n.end)||"",n.endsWithParent&&r.terminator_end&&(n.terminator_end+=(n.end?"|":"")+r.terminator_end)),n.illegal&&(n.illegalRe=a(n.illegal)),null==n.relevance&&(n.relevance=1),n.contains||(n.contains=[]),n.contains=Array.prototype.concat.apply([],n.contains.map(function(e){return u("self"===e?n:e)})),n.contains.forEach(function(e){l(e,n)}),n.starts&&l(n.starts,r);var c=n.contains.map(function(e){return e.beginKeywords?"\\.?("+e.begin+")\\.?":e.begin}).concat([n.terminator_end,n.illegal]).map(t).filter(Boolean);n.terminators=c.length?a(c.join("|"),!0):{exec:function(){return null}}}}l(e)}function d(e,a,n,r){function s(e,t){var a,n;for(a=0,n=t.contains.length;a')+t+s}function b(){var e,a,l,n;if(!y.keywords)return t(M);for(n="",a=0,y.lexemesRe.lastIndex=0,l=y.lexemesRe.exec(M);l;)n+=t(M.substring(a,l.index)),e=u(y,l),e?(O+=e[1],n+=f(e[0],t(l[0]))):n+=t(l[0]),a=y.lexemesRe.lastIndex,l=y.lexemesRe.exec(M);return n+t(M.substr(a))}function E(){var e="string"==typeof y.subLanguage;if(e&&!_[y.subLanguage])return t(M);var a=e?d(y.subLanguage,M,!0,w[y.subLanguage]):m(M,y.subLanguage.length?y.subLanguage:void 0);return y.relevance>0&&(O+=a.relevance),e&&(w[y.subLanguage]=a.top),f(a.language,a.value,!1,!0)}function x(){R+=null!=y.subLanguage?E():b(),M=""}function h(e){R+=e.className?f(e.className,"",!0):"",y=Object.create(e,{parent:{value:y}})}function p(e,t){if(M+=e,null==t)return x(),0;var a=s(t,y);if(a)return a.skip?M+=t:(a.excludeBegin&&(M+=t),x(),a.returnBegin||a.excludeBegin||(M=t)),h(a,t),a.returnBegin?0:t.length;var l=i(y,t);if(l){var n=y;n.skip?M+=t:(n.returnEnd||n.excludeEnd||(M+=t),x(),n.excludeEnd&&(M=t));do{y.className&&(R+=S),y.skip||(O+=y.relevance),y=y.parent}while(y!==l.parent);return l.starts&&h(l.starts,""),n.returnEnd?0:t.length}if(c(t,y))throw new Error('Illegal lexeme "'+t+'" for mode "'+(y.className||"")+'"');return M+=t,t.length||1}var g=v(e);if(!g)throw new Error('Unknown language: "'+e+'"');o(g);var N,y=r||g,w={},R="";for(N=y;N!==g;N=N.parent)N.className&&(R=f(N.className,"",!0)+R);var M="",O=0;try{for(var k,T,L=0;;){if(y.terminators.lastIndex=L,!(k=y.terminators.exec(a)))break;T=p(a.substring(L,k.index),k[0]),L=k.index+T}for(p(a.substr(L)),N=y;N.parent;N=N.parent)N.className&&(R+=S);return{relevance:O,value:R,language:e,top:y}}catch(e){if(e.message&&-1!==e.message.indexOf("Illegal"))return{relevance:0,value:t(a)};throw e}}function m(e,a){a=a||C.languages||w(_);var l={relevance:0,value:t(e)},n=l;return a.filter(v).forEach(function(t){var a=d(t,e,!1);a.language=t,a.relevance>n.relevance&&(n=a),a.relevance>l.relevance&&(n=l,l=a)}),n.language&&(l.second_best=n),l}function f(e){return C.tabReplace||C.useBR?e.replace(k,function(e,t){return C.useBR&&"\n"===e?"
":C.tabReplace?t.replace(/\t/g,C.tabReplace):""}):e}function b(e,t,a){var l=t?R[t]:a,n=[e.trim()];return e.match(/\bhljs\b/)||n.push("hljs"),-1===e.indexOf(l)&&n.push(l),n.join(" ").trim()}function E(e){var t,a,l,s,u,o=r(e);n(o)||(C.useBR?(t=document.createElementNS("http://www.w3.org/1999/xhtml","div"),t.innerHTML=e.innerHTML.replace(/\n/g,"").replace(//g,"\n")):t=e,u=t.textContent,l=o?d(o,u,!0):m(u),a=i(t),a.length&&(s=document.createElementNS("http://www.w3.org/1999/xhtml","div"),s.innerHTML=l.value,l.value=c(a,i(s),u)),l.value=f(l.value),e.innerHTML=l.value,e.className=b(e.className,o,l.language),e.result={language:l.language,re:l.relevance},l.second_best&&(e.second_best={language:l.second_best.language,re:l.second_best.relevance}))}function x(e){C=s(C,e)}function h(){if(!h.called){h.called=!0;var e=document.querySelectorAll("pre code");y.forEach.call(e,E)}}function p(){addEventListener("DOMContentLoaded",h,!1),addEventListener("load",h,!1)}function g(t,a){var l=_[t]=a(e);l.aliases&&l.aliases.forEach(function(e){R[e]=t})}function N(){return w(_)}function v(e){return e=(e||"").toLowerCase(),_[e]||_[R[e]]}var y=[],w=Object.keys,_={},R={},M=/^(no-?highlight|plain|text)$/i,O=/\blang(?:uage)?-([\w-]+)\b/i,k=/((^(<[^>]+>|\t|)+|(?:\n)))/gm,S="",C={classPrefix:"hljs-",tabReplace:null,useBR:!1,languages:void 0};return e.highlight=d,e.highlightAuto=m,e.fixMarkup=f,e.highlightBlock=E,e.configure=x,e.initHighlighting=h,e.initHighlightingOnLoad=p,e.registerLanguage=g,e.listLanguages=N,e.getLanguage=v,e.inherit=s,e.IDENT_RE="[a-zA-Z]\\w*",e.UNDERSCORE_IDENT_RE="[a-zA-Z_]\\w*",e.NUMBER_RE="\\b\\d+(\\.\\d+)?",e.C_NUMBER_RE="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",e.BINARY_NUMBER_RE="\\b(0b[01]+)",e.RE_STARTERS_RE="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",e.BACKSLASH_ESCAPE={begin:"\\\\[\\s\\S]",relevance:0},e.APOS_STRING_MODE={className:"string",begin:"'",end:"'",illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},e.QUOTE_STRING_MODE={className:"string",begin:'"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},e.PHRASAL_WORDS_MODE={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},e.COMMENT=function(t,a,l){var n=e.inherit({className:"comment",begin:t,end:a,contains:[]},l||{});return n.contains.push(e.PHRASAL_WORDS_MODE),n.contains.push({className:"doctag",begin:"(?:TODO|FIXME|NOTE|BUG|XXX):",relevance:0}),n},e.C_LINE_COMMENT_MODE=e.COMMENT("//","$"),e.C_BLOCK_COMMENT_MODE=e.COMMENT("/\\*","\\*/"),e.HASH_COMMENT_MODE=e.COMMENT("#","$"),e.NUMBER_MODE={className:"number",begin:e.NUMBER_RE,relevance:0},e.C_NUMBER_MODE={className:"number",begin:e.C_NUMBER_RE,relevance:0},e.BINARY_NUMBER_MODE={className:"number",begin:e.BINARY_NUMBER_RE,relevance:0},e.CSS_NUMBER_MODE={className:"number",begin:e.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},e.REGEXP_MODE={className:"regexp",begin:/\//,end:/\/[gimuy]*/,illegal:/\n/,contains:[e.BACKSLASH_ESCAPE,{begin:/\[/,end:/\]/,relevance:0,contains:[e.BACKSLASH_ESCAPE]}]},e.TITLE_MODE={className:"title",begin:e.IDENT_RE,relevance:0},e.UNDERSCORE_TITLE_MODE={className:"title",begin:e.UNDERSCORE_IDENT_RE,relevance:0},e.METHOD_GUARD={begin:"\\.\\s*"+e.UNDERSCORE_IDENT_RE,relevance:0},e})},458:function(e,t){e.exports=function(e){var t={endsWithParent:!0,illegal:/`]+/}]}]}]};return{aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist"],case_insensitive:!0,contains:[{className:"meta",begin:"",relevance:10,contains:[{begin:"\\[",end:"\\]"}]},e.COMMENT("\x3c!--","--\x3e",{relevance:10}),{begin:"<\\!\\[CDATA\\[",end:"\\]\\]>",relevance:10},{begin:/<\?(php)?/,end:/\?>/,subLanguage:"php",contains:[{begin:"/\\*",end:"\\*/",skip:!0}]},{className:"tag",begin:"|$)",end:">",keywords:{name:"style"},contains:[t],starts:{end:"",returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:"|$)",end:">",keywords:{name:"script"},contains:[t],starts:{end:"<\/script>",returnEnd:!0,subLanguage:["actionscript","javascript","handlebars","xml"]}},{className:"meta",variants:[{begin:/<\?xml/,end:/\?>/,relevance:10},{begin:/<\?\w+/,end:/\?>/}]},{className:"tag",begin:"",contains:[{className:"name",begin:/[^\/><\s]+/,relevance:0},t]}]}}},459:function(e,t,a){function l(e){return a(n(e))}function n(e){var t=r[e];if(!(t+1))throw new Error("Cannot find module '"+e+"'.");return t}var r={"./javascript":460,"./xml":458};l.keys=function(){return Object.keys(r)},l.resolve=n,e.exports=l,l.id=459},460:function(e,t){e.exports=function(e){var t="[A-Za-z$_][0-9A-Za-z$_]*",a={keyword:"in of if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const export super debugger as async await static import from as",literal:"true false null undefined NaN Infinity",built_in:"eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError Number Math Date String RegExp Array Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require module console window document Symbol Set Map WeakSet WeakMap Proxy Reflect Promise"},l={className:"number",variants:[{begin:"\\b(0[bB][01]+)"},{begin:"\\b(0[oO][0-7]+)"},{begin:e.C_NUMBER_RE}],relevance:0},n={className:"subst",begin:"\\$\\{",end:"\\}",keywords:a,contains:[]},r={className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,n]};n.contains=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,r,l,e.REGEXP_MODE];var s=n.contains.concat([e.C_BLOCK_COMMENT_MODE,e.C_LINE_COMMENT_MODE]);return{aliases:["js","jsx"],keywords:a,contains:[{className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},{className:"meta",begin:/^#!/,end:/$/},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,r,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,l,{begin:/[{,]\s*/,relevance:0,contains:[{begin:t+"\\s*:",returnBegin:!0,relevance:0,contains:[{className:"attr",begin:t,relevance:0}]}]},{begin:"("+e.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.REGEXP_MODE,{className:"function",begin:"(\\(.*?\\)|"+t+")\\s*=>",returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:t},{begin:/\(\s*\)/},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:a,contains:s}]}]},{begin://,subLanguage:"xml",contains:[{begin:/<\w+\s*\/>/,skip:!0},{begin:/<\w+/,end:/(\/\w+|\w+\/)>/,skip:!0,contains:[{begin:/<\w+\s*\/>/,skip:!0},"self"]}]}],relevance:0},{className:"function",beginKeywords:"function",end:/\{/,excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{begin:t}),{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:s}],illegal:/\[|%/},{begin:/\$[(.]/},e.METHOD_GUARD,{className:"class",beginKeywords:"class",end:/[{;=]/,excludeEnd:!0,illegal:/[:"\[\]]/,contains:[{beginKeywords:"extends"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"constructor",end:/\{/,excludeEnd:!0}],illegal:/#(?!!)/}}}}); //# sourceMappingURL=0.bundle.js.map \ No newline at end of file diff --git a/static/dist/0.bundle.js.gz b/static/dist/0.bundle.js.gz index 924dd84..737a600 100644 Binary files a/static/dist/0.bundle.js.gz and b/static/dist/0.bundle.js.gz differ diff --git a/static/dist/1.bundle.js b/static/dist/1.bundle.js index 1630599..4a497b1 100644 --- a/static/dist/1.bundle.js +++ b/static/dist/1.bundle.js @@ -1,2 +1,2 @@ -webpackJsonp([1],{452:function(e,n,t){"use strict";function a(e){return e&&e.__esModule?e:{default:e}}function i(e,n){if(!(e instanceof n))throw new TypeError("Cannot call a class as a function")}function r(e,n){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!n||"object"!=typeof n&&"function"!=typeof n?e:n}function l(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Super expression must either be null or a function, not "+typeof n);e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),n&&(Object.setPrototypeOf?Object.setPrototypeOf(e,n):e.__proto__=n)}function o(e){return(0,f.bindActionCreators)({changeSideIcon:m.changeSideIcon,setSelectedIcon:m.setSelectedIcon},e)}Object.defineProperty(n,"__esModule",{value:!0});var s=function(){function e(e,n){for(var t=0;t",colorChoiceDisplay:!1,animateChoiceDisplay:!1,rotate:0,animation:"none"},t.handleBoxClose=t.handleBoxClose.bind(t),t.handleColor=t.handleColor.bind(t),t.handleRotate=t.handleRotate.bind(t),t.copyCode=t.copyCode.bind(t),t.handleCurrentColor=t.handleCurrentColor.bind(t),t.handleAnimate=t.handleAnimate.bind(t),t.handleCurrentAnimation=t.handleCurrentAnimation.bind(t),t}return l(n,e),s(n,[{key:"componentDidMount",value:function(){document.querySelectorAll("code").forEach(function(e){g.default.highlightBlock(e)})}},{key:"componentDidUpdate",value:function(){document.querySelectorAll("code").forEach(function(e){g.default.highlightBlock(e)})}},{key:"componentWillReceiveProps",value:function(e){if(this.props.icon.name!==e.icon.name){var n="bx bx-"+e.icon.name;"none"!==this.state.animation&&(n+=" bx-"+this.state.animation),this.state.rotate>0&&(n+=" bx-rotate-"+this.state.rotate),this.setState({code:""})}}},{key:"handleRotate",value:function(){var e="bx bx-"+this.props.icon.name;"none"!==this.state.animation&&(e+=" bx-"+this.state.animation),this.state.rotate+90!==360?(this.setState({rotate:this.state.rotate+90}),e+=" bx-rotate-"+(this.state.rotate+90)):this.setState({rotate:0}),this.setState({code:""})}},{key:"handleAnimate",value:function(e){this.setState({animation:e}),this.setState({animateChoiceDisplay:!1});var n="bx bx-"+this.props.icon.name;"none"!==e&&(n+=" bx-"+e),this.state.rotate>0&&(n+=" bx-rotate-"+this.state.rotate),this.setState({code:""})}},{key:"handleColor",value:function(e){this.setState({color:e}),this.setState({colorChoiceDisplay:!1})}},{key:"handleCurrentColor",value:function(){this.setState({colorChoiceDisplay:!this.state.colorChoiceDisplay}),this.setState({animateChoiceDisplay:!1})}},{key:"handleCurrentAnimation",value:function(){this.setState({animateChoiceDisplay:!this.state.animateChoiceDisplay}),this.setState({colorChoiceDisplay:!1})}},{key:"copyCode",value:function(){document.querySelector("#code").select(),document.execCommand("copy"),this.setState({copied:!0}),setTimeout(function(){this.setState({copied:!1})}.bind(this),1e3)}},{key:"handleBoxClose",value:function(){this.props.changeSideIcon(!1),this.props.setSelectedIcon(null,null)}},{key:"render",value:function(){var e=this,n=(0,E.default)({active:this.state.copied,copied:!0}),t="/static/img/svg/"+this.props.icon.slug+".svg",a=this.props.icon;return u.default.createElement("div",{className:" "},u.default.createElement("div",{className:"icon "},u.default.createElement("div",{className:"box-bg "+this.state.color},u.default.createElement("i",{className:"bx bx-"+this.props.icon.slug+" bx-rotate-"+this.state.rotate+" bx-"+this.state.animation}),"white"===this.state.color&&u.default.createElement("div",{className:"blox-bg-overlay"})),u.default.createElement("div",{className:" icon-head"},u.default.createElement("div",{className:" icon-head-name"},a.name," ",u.default.createElement(N.Link,{to:"cheatsheet"},"Cheatsheet")),u.default.createElement("div",{className:" icon-footer"},u.default.createElement("div",{className:" icon-color"},this.state.colorChoiceDisplay&&u.default.createElement("div",{className:" color-choices"},u.default.createElement("div",{className:"color black",onClick:function(){return e.handleColor("black")}}),u.default.createElement("div",{className:"color orange",onClick:function(){return e.handleColor("orange")}}),u.default.createElement("div",{className:"color yellow",onClick:function(){return e.handleColor("yellow")}}),u.default.createElement("div",{className:"color green",onClick:function(){return e.handleColor("green")}}),u.default.createElement("div",{className:"color blue",onClick:function(){return e.handleColor("blue")}}),u.default.createElement("div",{className:"color purple",onClick:function(){return e.handleColor("purple")}}),u.default.createElement("div",{className:"color red",onClick:function(){return e.handleColor("red")}}),u.default.createElement("div",{className:"color white",onClick:function(){return e.handleColor("white")}})),u.default.createElement("div",{className:" current-color",onClick:this.handleCurrentColor},u.default.createElement("div",{className:"color "+this.state.color}))),u.default.createElement("div",{className:"icon-rotate",onClick:this.handleRotate},u.default.createElement("i",{className:"bx bx-rotate"})),u.default.createElement("div",{className:"animate-box"},u.default.createElement("div",{className:"icon-animate",onClick:this.handleCurrentAnimation},u.default.createElement("i",{className:"bx bx-play"})),this.state.animateChoiceDisplay&&u.default.createElement("div",{className:"animate-choices"},u.default.createElement("div",{className:"animate tada",onClick:function(){return e.handleAnimate("tada")}},"tada"),u.default.createElement("div",{className:"animate flashing",onClick:function(){return e.handleAnimate("flashing")}},"flashing"),u.default.createElement("div",{className:"animate burst",onClick:function(){return e.handleAnimate("burst")}},"burst"),u.default.createElement("div",{className:"animate spin",onClick:function(){return e.handleAnimate("spin")}},"spin"),u.default.createElement("div",{className:"animate fade-left",onClick:function(){return e.handleAnimate("fade-left")}},"fade-left"),u.default.createElement("div",{className:"animate fade-right",onClick:function(){return e.handleAnimate("fade-right")}},"fade-right"),u.default.createElement("div",{className:"animate none",onClick:function(){return e.handleAnimate("none")}},"none"))),u.default.createElement("div",{className:"icon-code",onClick:this.copyCode},u.default.createElement("pre",null," ",u.default.createElement("code",{className:"html"},this.state.code)),u.default.createElement("input",{className:"hidden",type:"text",onChange:function(){},value:this.state.code,id:"code"}),u.default.createElement("div",{className:n},"Copied ",u.default.createElement("i",{className:"bx bx-check"}))))),u.default.createElement("div",{className:"icon-buttons "},u.default.createElement("a",{href:t,download:"boxicon-"+a.name,className:"button icon-download "},u.default.createElement("i",{className:"bx bx-download"}),u.default.createElement("div",{className:"button-name"},"SVG"))),u.default.createElement("div",{className:"icon-close",onClick:this.handleBoxClose},u.default.createElement("i",{className:"bx bx-x"}))))}}]),n}(c.Component);n.default=(0,d.connect)(null,o)(C)},455:function(e,n,t){!function(e){"object"==typeof window&&window||"object"==typeof self&&self;e(n)}(function(e){function n(e){return e.replace(/&/g,"&").replace(//g,">")}function t(e){return e.nodeName.toLowerCase()}function a(e,n){var t=e&&e.exec(n);return t&&0===t.index}function i(e){return w.test(e)}function r(e){var n,t,a,r,l=e.className+" ";if(l+=e.parentNode?e.parentNode.className:"",t=k.exec(l))return C(t[1])?t[1]:"no-highlight";for(l=l.split(/\s+/),n=0,a=l.length;n"}function o(e){u+=""}function s(e){("start"===e.event?l:o)(e.node)}for(var c=0,u="",d=[];e.length||a.length;){var f=r();if(u+=n(i.substring(c,f[0].offset)),c=f[0].offset,f===e){d.reverse().forEach(o);do{s(f.splice(0,1)[0]),f=r()}while(f===e&&f.length&&f[0].offset===c);d.reverse().forEach(l)}else"start"===f[0].event?d.push(f[0].node):d.pop(),s(f.splice(0,1)[0])}return u+n(i.substr(c))}function c(e){return e.variants&&!e.cached_variants&&(e.cached_variants=e.variants.map(function(n){return l(e,{variants:null},n)})),e.cached_variants||e.endsWithParent&&[l(e)]||[e]}function u(e){function n(e){return e&&e.source||e}function t(t,a){return new RegExp(n(t),"m"+(e.case_insensitive?"i":"")+(a?"g":""))}function a(i,r){if(!i.compiled){if(i.compiled=!0,i.keywords=i.keywords||i.beginKeywords,i.keywords){var l={},o=function(n,t){e.case_insensitive&&(t=t.toLowerCase()),t.split(" ").forEach(function(e){var t=e.split("|");l[t[0]]=[n,t[1]?Number(t[1]):1]})};"string"==typeof i.keywords?o("keyword",i.keywords):x(i.keywords).forEach(function(e){o(e,i.keywords[e])}),i.keywords=l}i.lexemesRe=t(i.lexemes||/\w+/,!0),r&&(i.beginKeywords&&(i.begin="\\b("+i.beginKeywords.split(" ").join("|")+")\\b"),i.begin||(i.begin=/\B|\b/),i.beginRe=t(i.begin),i.end||i.endsWithParent||(i.end=/\B|\b/),i.end&&(i.endRe=t(i.end)),i.terminator_end=n(i.end)||"",i.endsWithParent&&r.terminator_end&&(i.terminator_end+=(i.end?"|":"")+r.terminator_end)),i.illegal&&(i.illegalRe=t(i.illegal)),null==i.relevance&&(i.relevance=1),i.contains||(i.contains=[]),i.contains=Array.prototype.concat.apply([],i.contains.map(function(e){return c("self"===e?i:e)})),i.contains.forEach(function(e){a(e,i)}),i.starts&&a(i.starts,r);var s=i.contains.map(function(e){return e.beginKeywords?"\\.?("+e.begin+")\\.?":e.begin}).concat([i.terminator_end,i.illegal]).map(n).filter(Boolean);i.terminators=s.length?t(s.join("|"),!0):{exec:function(){return null}}}}a(e)}function d(e,t,i,r){function l(e,n){var t,i;for(t=0,i=n.contains.length;t')+n+l}function h(){var e,t,a,i;if(!y.keywords)return n(w);for(i="",t=0,y.lexemesRe.lastIndex=0,a=y.lexemesRe.exec(w);a;)i+=n(w.substring(t,a.index)),e=c(y,a),e?(k+=e[1],i+=m(e[0],n(a[0]))):i+=n(a[0]),t=y.lexemesRe.lastIndex,a=y.lexemesRe.exec(w);return i+n(w.substr(t))}function g(){var e="string"==typeof y.subLanguage;if(e&&!_[y.subLanguage])return n(w);var t=e?d(y.subLanguage,w,!0,x[y.subLanguage]):f(w,y.subLanguage.length?y.subLanguage:void 0);return y.relevance>0&&(k+=t.relevance),e&&(x[y.subLanguage]=t.top),m(t.language,t.value,!1,!0)}function p(){R+=null!=y.subLanguage?g():h(),w=""}function b(e){R+=e.className?m(e.className,"",!0):"",y=Object.create(e,{parent:{value:y}})}function v(e,n){if(w+=e,null==n)return p(),0;var t=l(n,y);if(t)return t.skip?w+=n:(t.excludeBegin&&(w+=n),p(),t.returnBegin||t.excludeBegin||(w=n)),b(t,n),t.returnBegin?0:n.length;var a=o(y,n);if(a){var i=y;i.skip?w+=n:(i.returnEnd||i.excludeEnd||(w+=n),p(),i.excludeEnd&&(w=n));do{y.className&&(R+=A),y.skip||(k+=y.relevance),y=y.parent}while(y!==a.parent);return a.starts&&b(a.starts,""),i.returnEnd?0:n.length}if(s(n,y))throw new Error('Illegal lexeme "'+n+'" for mode "'+(y.className||"")+'"');return w+=n,n.length||1}var E=C(e);if(!E)throw new Error('Unknown language: "'+e+'"');u(E);var N,y=r||E,x={},R="";for(N=y;N!==E;N=N.parent)N.className&&(R=m(N.className,"",!0)+R);var w="",k=0;try{for(var S,O,D=0;;){if(y.terminators.lastIndex=D,!(S=y.terminators.exec(t)))break;O=v(t.substring(D,S.index),S[0]),D=S.index+O}for(v(t.substr(D)),N=y;N.parent;N=N.parent)N.className&&(R+=A);return{relevance:k,value:R,language:e,top:y}}catch(e){if(e.message&&-1!==e.message.indexOf("Illegal"))return{relevance:0,value:n(t)};throw e}}function f(e,t){t=t||M.languages||x(_);var a={relevance:0,value:n(e)},i=a;return t.filter(C).forEach(function(n){var t=d(n,e,!1);t.language=n,t.relevance>i.relevance&&(i=t),t.relevance>a.relevance&&(i=a,a=t)}),i.language&&(a.second_best=i),a}function m(e){return M.tabReplace||M.useBR?e.replace(S,function(e,n){return M.useBR&&"\n"===e?"
":M.tabReplace?n.replace(/\t/g,M.tabReplace):""}):e}function h(e,n,t){var a=n?R[n]:t,i=[e.trim()];return e.match(/\bhljs\b/)||i.push("hljs"),-1===e.indexOf(a)&&i.push(a),i.join(" ").trim()}function g(e){var n,t,a,l,c,u=r(e);i(u)||(M.useBR?(n=document.createElementNS("http://www.w3.org/1999/xhtml","div"),n.innerHTML=e.innerHTML.replace(/\n/g,"").replace(//g,"\n")):n=e,c=n.textContent,a=u?d(u,c,!0):f(c),t=o(n),t.length&&(l=document.createElementNS("http://www.w3.org/1999/xhtml","div"),l.innerHTML=a.value,a.value=s(t,o(l),c)),a.value=m(a.value),e.innerHTML=a.value,e.className=h(e.className,u,a.language),e.result={language:a.language,re:a.relevance},a.second_best&&(e.second_best={language:a.second_best.language,re:a.second_best.relevance}))}function p(e){M=l(M,e)}function b(){if(!b.called){b.called=!0;var e=document.querySelectorAll("pre code");y.forEach.call(e,g)}}function v(){addEventListener("DOMContentLoaded",b,!1),addEventListener("load",b,!1)}function E(n,t){var a=_[n]=t(e);a.aliases&&a.aliases.forEach(function(e){R[e]=n})}function N(){return x(_)}function C(e){return e=(e||"").toLowerCase(),_[e]||_[R[e]]}var y=[],x=Object.keys,_={},R={},w=/^(no-?highlight|plain|text)$/i,k=/\blang(?:uage)?-([\w-]+)\b/i,S=/((^(<[^>]+>|\t|)+|(?:\n)))/gm,A="",M={classPrefix:"hljs-",tabReplace:null,useBR:!1,languages:void 0};return e.highlight=d,e.highlightAuto=f,e.fixMarkup=m,e.highlightBlock=g,e.configure=p,e.initHighlighting=b,e.initHighlightingOnLoad=v,e.registerLanguage=E,e.listLanguages=N,e.getLanguage=C,e.inherit=l,e.IDENT_RE="[a-zA-Z]\\w*",e.UNDERSCORE_IDENT_RE="[a-zA-Z_]\\w*",e.NUMBER_RE="\\b\\d+(\\.\\d+)?",e.C_NUMBER_RE="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",e.BINARY_NUMBER_RE="\\b(0b[01]+)",e.RE_STARTERS_RE="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",e.BACKSLASH_ESCAPE={begin:"\\\\[\\s\\S]",relevance:0},e.APOS_STRING_MODE={className:"string",begin:"'",end:"'",illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},e.QUOTE_STRING_MODE={className:"string",begin:'"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},e.PHRASAL_WORDS_MODE={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},e.COMMENT=function(n,t,a){var i=e.inherit({className:"comment",begin:n,end:t,contains:[]},a||{});return i.contains.push(e.PHRASAL_WORDS_MODE),i.contains.push({className:"doctag",begin:"(?:TODO|FIXME|NOTE|BUG|XXX):",relevance:0}),i},e.C_LINE_COMMENT_MODE=e.COMMENT("//","$"),e.C_BLOCK_COMMENT_MODE=e.COMMENT("/\\*","\\*/"),e.HASH_COMMENT_MODE=e.COMMENT("#","$"),e.NUMBER_MODE={className:"number",begin:e.NUMBER_RE,relevance:0},e.C_NUMBER_MODE={className:"number",begin:e.C_NUMBER_RE,relevance:0},e.BINARY_NUMBER_MODE={className:"number",begin:e.BINARY_NUMBER_RE,relevance:0},e.CSS_NUMBER_MODE={className:"number",begin:e.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},e.REGEXP_MODE={className:"regexp",begin:/\//,end:/\/[gimuy]*/,illegal:/\n/,contains:[e.BACKSLASH_ESCAPE,{begin:/\[/,end:/\]/,relevance:0,contains:[e.BACKSLASH_ESCAPE]}]},e.TITLE_MODE={className:"title",begin:e.IDENT_RE,relevance:0},e.UNDERSCORE_TITLE_MODE={className:"title",begin:e.UNDERSCORE_IDENT_RE,relevance:0},e.METHOD_GUARD={begin:"\\.\\s*"+e.UNDERSCORE_IDENT_RE,relevance:0},e})},456:function(e,n){e.exports=function(e){var n={endsWithParent:!0,illegal:/`]+/}]}]}]};return{aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist"],case_insensitive:!0,contains:[{className:"meta",begin:"",relevance:10,contains:[{begin:"\\[",end:"\\]"}]},e.COMMENT("\x3c!--","--\x3e",{relevance:10}),{begin:"<\\!\\[CDATA\\[",end:"\\]\\]>",relevance:10},{begin:/<\?(php)?/,end:/\?>/,subLanguage:"php",contains:[{begin:"/\\*",end:"\\*/",skip:!0}]},{className:"tag",begin:"|$)",end:">",keywords:{name:"style"},contains:[n],starts:{end:"",returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:"|$)",end:">",keywords:{name:"script"},contains:[n],starts:{end:"<\/script>",returnEnd:!0,subLanguage:["actionscript","javascript","handlebars","xml"]}},{className:"meta",variants:[{begin:/<\?xml/,end:/\?>/,relevance:10},{begin:/<\?\w+/,end:/\?>/}]},{className:"tag",begin:"",contains:[{className:"name",begin:/[^\/><\s]+/,relevance:0},n]}]}}}}); +webpackJsonp([1],{454:function(e,t,n){"use strict";function a(e){return e&&e.__esModule?e:{default:e}}function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function l(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function s(e){return(0,m.bindActionCreators)({changeSideIcon:f.changeSideIcon,setSelectedIcon:f.setSelectedIcon},e)}Object.defineProperty(t,"__esModule",{value:!0});var r=function(){function e(e,t){for(var n=0;n"}):"LOGO"===this.props.icon.type_of_icon?this.setState({code:""}):this.setState({code:""})}},{key:"componentDidMount",value:function(){document.querySelectorAll("code").forEach(function(e){g.default.highlightBlock(e)})}},{key:"componentDidUpdate",value:function(){document.querySelectorAll("code").forEach(function(e){g.default.highlightBlock(e)})}},{key:"componentWillReceiveProps",value:function(e){if(this.props.icon.slug!==e.icon.slug){var t="bx bx-"+e.icon.name;"SOLID"===e.icon.type_of_icon?t="bx bxs-"+e.icon.name:"LOGO"===e.icon.type_of_icon&&(t="bx bxl-"+e.icon.name),"none"!==this.state.animation&&(t+=" bx-"+this.state.animation),this.state.rotate>0&&(t+=" bx-rotate-"+this.state.rotate),this.setState({code:""})}}},{key:"handleRotate",value:function(){var e="bx bx-"+this.props.icon.name;"SOLID"===this.props.icon.type_of_icon?e="bx bxs-"+this.props.icon.name:"LOGO"===this.props.icon.type_of_icon&&(e="bx bxl-"+this.props.icon.name),"none"!==this.state.animation&&(e+=" bx-"+this.state.animation),this.state.rotate+90!==360?(this.setState({rotate:this.state.rotate+90}),e+=" bx-rotate-"+(this.state.rotate+90)):this.setState({rotate:0}),this.setState({code:""})}},{key:"handleAnimate",value:function(e){this.setState({animation:e}),this.setState({animateChoiceDisplay:!1});var t="bx bx-"+this.props.icon.name;"SOLID"===this.props.icon.type_of_icon?t="bx bxs-"+this.props.icon.name:"LOGO"===this.props.icon.type_of_icon&&(t="bx bxl-"+this.props.icon.name),"none"!==e&&(t+=" bx-"+e),this.state.rotate>0&&(t+=" bx-rotate-"+this.state.rotate),this.setState({code:""})}},{key:"handleColor",value:function(e){this.setState({color:e}),this.setState({colorChoiceDisplay:!1})}},{key:"handleCurrentColor",value:function(){this.setState({colorChoiceDisplay:!this.state.colorChoiceDisplay}),this.setState({animateChoiceDisplay:!1})}},{key:"handleCurrentAnimation",value:function(){this.setState({animateChoiceDisplay:!this.state.animateChoiceDisplay}),this.setState({colorChoiceDisplay:!1})}},{key:"copyCode",value:function(){document.querySelector("#code").select(),document.execCommand("copy"),this.setState({copied:!0}),setTimeout(function(){this.setState({copied:!1})}.bind(this),1e3)}},{key:"handleBoxClose",value:function(){this.props.changeSideIcon(!1),this.props.setSelectedIcon(null,null)}},{key:"render",value:function(){var e=this,t=(0,E.default)({active:this.state.copied,copied:!0}),n="/static/img/svg/bx-"+this.props.icon.name+".svg",a=this.props.icon,i="bx-"+a.name;return"SOLID"===a.type_of_icon?(n="/static/img/svg/bxs-"+this.props.icon.name+".svg",i="bxs-"+a.name):"LOGO"===a.type_of_icon&&(n="/static/img/svg/bxl-"+this.props.icon.name+".svg",i="bxl-"+a.name),u.default.createElement("div",{className:" "},u.default.createElement("div",{className:"icon "},u.default.createElement("div",{className:"box-bg "+this.state.color},u.default.createElement("i",{className:"bx "+i+" bx-rotate-"+this.state.rotate+" bx-"+this.state.animation}),"white"===this.state.color&&u.default.createElement("div",{className:"blox-bg-overlay"})),u.default.createElement("div",{className:" icon-head"},u.default.createElement("div",{className:" icon-head-name"},a.name," ",u.default.createElement(x.Link,{to:"cheatsheet"},"Cheatsheet")),u.default.createElement("div",{className:" icon-footer"},u.default.createElement("div",{className:" icon-color"},this.state.colorChoiceDisplay&&u.default.createElement("div",{className:" color-choices"},u.default.createElement("div",{className:"color black",onClick:function(){return e.handleColor("black")}}),u.default.createElement("div",{className:"color orange",onClick:function(){return e.handleColor("orange")}}),u.default.createElement("div",{className:"color yellow",onClick:function(){return e.handleColor("yellow")}}),u.default.createElement("div",{className:"color green",onClick:function(){return e.handleColor("green")}}),u.default.createElement("div",{className:"color blue",onClick:function(){return e.handleColor("blue")}}),u.default.createElement("div",{className:"color purple",onClick:function(){return e.handleColor("purple")}}),u.default.createElement("div",{className:"color red",onClick:function(){return e.handleColor("red")}}),u.default.createElement("div",{className:"color white",onClick:function(){return e.handleColor("white")}})),u.default.createElement("div",{className:" current-color",onClick:this.handleCurrentColor},u.default.createElement("div",{className:"color "+this.state.color}))),u.default.createElement("div",{className:"icon-rotate",onClick:this.handleRotate},u.default.createElement("i",{className:"bx bx-rotate"})),u.default.createElement("div",{className:"animate-box"},u.default.createElement("div",{className:"icon-animate",onClick:this.handleCurrentAnimation},u.default.createElement("i",{className:"bx bx-play"})),this.state.animateChoiceDisplay&&u.default.createElement("div",{className:"animate-choices"},u.default.createElement("div",{className:"animate tada",onClick:function(){return e.handleAnimate("tada")}},u.default.createElement("i",{className:"bx "+i+" bx-sm bx-tada"})),u.default.createElement("div",{className:"animate flashing",onClick:function(){return e.handleAnimate("flashing")}},u.default.createElement("i",{className:"bx "+i+" bx-sm bx-flashing"})),u.default.createElement("div",{className:"animate burst",onClick:function(){return e.handleAnimate("burst")}},u.default.createElement("i",{className:"bx "+i+" bx-sm bx-burst"})),u.default.createElement("div",{className:"animate spin",onClick:function(){return e.handleAnimate("spin")}},u.default.createElement("i",{className:"bx "+i+" bx-sm bx-spin"})),u.default.createElement("div",{className:"animate fade-left",onClick:function(){return e.handleAnimate("fade-left")}},u.default.createElement("i",{className:"bx "+i+" bx-sm bx-fade-left"})),u.default.createElement("div",{className:"animate fade-right",onClick:function(){return e.handleAnimate("fade-right")}},u.default.createElement("i",{className:"bx "+i+" bx-sm bx-fade-right"})),u.default.createElement("div",{className:"animate fade-up",onClick:function(){return e.handleAnimate("fade-up")}},u.default.createElement("i",{className:"bx "+i+" bx-sm bx-fade-up"})),u.default.createElement("div",{className:"animate fade-down",onClick:function(){return e.handleAnimate("fade-down")}},u.default.createElement("i",{className:"bx "+i+" bx-sm bx-fade-down"})),u.default.createElement("div",{className:"animate none",onClick:function(){return e.handleAnimate("none")}},"none"))),u.default.createElement("div",{className:"icon-code",onClick:this.copyCode},u.default.createElement("pre",null," ",u.default.createElement("code",{className:"html"},this.state.code)),u.default.createElement("input",{className:"hidden",type:"text",onChange:function(){},value:this.state.code,id:"code"}),u.default.createElement("div",{className:t},"Copied ",u.default.createElement("i",{className:"bx bx-check"}))))),u.default.createElement("div",{className:"icon-buttons "},u.default.createElement("a",{href:n,download:i,className:"button icon-download "},u.default.createElement("i",{className:"bx bx-download"}),u.default.createElement("div",{className:"button-name"},"SVG"))),u.default.createElement("div",{className:"icon-close",onClick:this.handleBoxClose},u.default.createElement("i",{className:"bx bx-x"}))))}}]),t}(c.Component);t.default=(0,d.connect)(null,s)(N)},457:function(e,t,n){!function(e){"object"==typeof window&&window||"object"==typeof self&&self;e(t)}(function(e){function t(e){return e.replace(/&/g,"&").replace(//g,">")}function n(e){return e.nodeName.toLowerCase()}function a(e,t){var n=e&&e.exec(t);return n&&0===n.index}function i(e){return R.test(e)}function o(e){var t,n,a,o,l=e.className+" ";if(l+=e.parentNode?e.parentNode.className:"",n=S.exec(l))return N(n[1])?n[1]:"no-highlight";for(l=l.split(/\s+/),t=0,a=l.length;t"}function s(e){u+=""}function r(e){("start"===e.event?l:s)(e.node)}for(var c=0,u="",d=[];e.length||a.length;){var m=o();if(u+=t(i.substring(c,m[0].offset)),c=m[0].offset,m===e){d.reverse().forEach(s);do{r(m.splice(0,1)[0]),m=o()}while(m===e&&m.length&&m[0].offset===c);d.reverse().forEach(l)}else"start"===m[0].event?d.push(m[0].node):d.pop(),r(m.splice(0,1)[0])}return u+t(i.substr(c))}function c(e){return e.variants&&!e.cached_variants&&(e.cached_variants=e.variants.map(function(t){return l(e,{variants:null},t)})),e.cached_variants||e.endsWithParent&&[l(e)]||[e]}function u(e){function t(e){return e&&e.source||e}function n(n,a){return new RegExp(t(n),"m"+(e.case_insensitive?"i":"")+(a?"g":""))}function a(i,o){if(!i.compiled){if(i.compiled=!0,i.keywords=i.keywords||i.beginKeywords,i.keywords){var l={},s=function(t,n){e.case_insensitive&&(n=n.toLowerCase()),n.split(" ").forEach(function(e){var n=e.split("|");l[n[0]]=[t,n[1]?Number(n[1]):1]})};"string"==typeof i.keywords?s("keyword",i.keywords):_(i.keywords).forEach(function(e){s(e,i.keywords[e])}),i.keywords=l}i.lexemesRe=n(i.lexemes||/\w+/,!0),o&&(i.beginKeywords&&(i.begin="\\b("+i.beginKeywords.split(" ").join("|")+")\\b"),i.begin||(i.begin=/\B|\b/),i.beginRe=n(i.begin),i.end||i.endsWithParent||(i.end=/\B|\b/),i.end&&(i.endRe=n(i.end)),i.terminator_end=t(i.end)||"",i.endsWithParent&&o.terminator_end&&(i.terminator_end+=(i.end?"|":"")+o.terminator_end)),i.illegal&&(i.illegalRe=n(i.illegal)),null==i.relevance&&(i.relevance=1),i.contains||(i.contains=[]),i.contains=Array.prototype.concat.apply([],i.contains.map(function(e){return c("self"===e?i:e)})),i.contains.forEach(function(e){a(e,i)}),i.starts&&a(i.starts,o);var r=i.contains.map(function(e){return e.beginKeywords?"\\.?("+e.begin+")\\.?":e.begin}).concat([i.terminator_end,i.illegal]).map(t).filter(Boolean);i.terminators=r.length?n(r.join("|"),!0):{exec:function(){return null}}}}a(e)}function d(e,n,i,o){function l(e,t){var n,i;for(n=0,i=t.contains.length;n')+t+l}function h(){var e,n,a,i;if(!C.keywords)return t(R);for(i="",n=0,C.lexemesRe.lastIndex=0,a=C.lexemesRe.exec(R);a;)i+=t(R.substring(n,a.index)),e=c(C,a),e?(S+=e[1],i+=f(e[0],t(a[0]))):i+=t(a[0]),n=C.lexemesRe.lastIndex,a=C.lexemesRe.exec(R);return i+t(R.substr(n))}function g(){var e="string"==typeof C.subLanguage;if(e&&!y[C.subLanguage])return t(R);var n=e?d(C.subLanguage,R,!0,_[C.subLanguage]):m(R,C.subLanguage.length?C.subLanguage:void 0);return C.relevance>0&&(S+=n.relevance),e&&(_[C.subLanguage]=n.top),f(n.language,n.value,!1,!0)}function b(){w+=null!=C.subLanguage?g():h(),R=""}function p(e){w+=e.className?f(e.className,"",!0):"",C=Object.create(e,{parent:{value:C}})}function v(e,t){if(R+=e,null==t)return b(),0;var n=l(t,C);if(n)return n.skip?R+=t:(n.excludeBegin&&(R+=t),b(),n.returnBegin||n.excludeBegin||(R=t)),p(n,t),n.returnBegin?0:t.length;var a=s(C,t);if(a){var i=C;i.skip?R+=t:(i.returnEnd||i.excludeEnd||(R+=t),b(),i.excludeEnd&&(R=t));do{C.className&&(w+=O),C.skip||(S+=C.relevance),C=C.parent}while(C!==a.parent);return a.starts&&p(a.starts,""),i.returnEnd?0:t.length}if(r(t,C))throw new Error('Illegal lexeme "'+t+'" for mode "'+(C.className||"")+'"');return R+=t,t.length||1}var E=N(e);if(!E)throw new Error('Unknown language: "'+e+'"');u(E);var x,C=o||E,_={},w="";for(x=C;x!==E;x=x.parent)x.className&&(w=f(x.className,"",!0)+w);var R="",S=0;try{for(var k,M,D=0;;){if(C.terminators.lastIndex=D,!(k=C.terminators.exec(n)))break;M=v(n.substring(D,k.index),k[0]),D=k.index+M}for(v(n.substr(D)),x=C;x.parent;x=x.parent)x.className&&(w+=O);return{relevance:S,value:w,language:e,top:C}}catch(e){if(e.message&&-1!==e.message.indexOf("Illegal"))return{relevance:0,value:t(n)};throw e}}function m(e,n){n=n||A.languages||_(y);var a={relevance:0,value:t(e)},i=a;return n.filter(N).forEach(function(t){var n=d(t,e,!1);n.language=t,n.relevance>i.relevance&&(i=n),n.relevance>a.relevance&&(i=a,a=n)}),i.language&&(a.second_best=i),a}function f(e){return A.tabReplace||A.useBR?e.replace(k,function(e,t){return A.useBR&&"\n"===e?"
":A.tabReplace?t.replace(/\t/g,A.tabReplace):""}):e}function h(e,t,n){var a=t?w[t]:n,i=[e.trim()];return e.match(/\bhljs\b/)||i.push("hljs"),-1===e.indexOf(a)&&i.push(a),i.join(" ").trim()}function g(e){var t,n,a,l,c,u=o(e);i(u)||(A.useBR?(t=document.createElementNS("http://www.w3.org/1999/xhtml","div"),t.innerHTML=e.innerHTML.replace(/\n/g,"").replace(//g,"\n")):t=e,c=t.textContent,a=u?d(u,c,!0):m(c),n=s(t),n.length&&(l=document.createElementNS("http://www.w3.org/1999/xhtml","div"),l.innerHTML=a.value,a.value=r(n,s(l),c)),a.value=f(a.value),e.innerHTML=a.value,e.className=h(e.className,u,a.language),e.result={language:a.language,re:a.relevance},a.second_best&&(e.second_best={language:a.second_best.language,re:a.second_best.relevance}))}function b(e){A=l(A,e)}function p(){if(!p.called){p.called=!0;var e=document.querySelectorAll("pre code");C.forEach.call(e,g)}}function v(){addEventListener("DOMContentLoaded",p,!1),addEventListener("load",p,!1)}function E(t,n){var a=y[t]=n(e);a.aliases&&a.aliases.forEach(function(e){w[e]=t})}function x(){return _(y)}function N(e){return e=(e||"").toLowerCase(),y[e]||y[w[e]]}var C=[],_=Object.keys,y={},w={},R=/^(no-?highlight|plain|text)$/i,S=/\blang(?:uage)?-([\w-]+)\b/i,k=/((^(<[^>]+>|\t|)+|(?:\n)))/gm,O="",A={classPrefix:"hljs-",tabReplace:null,useBR:!1,languages:void 0};return e.highlight=d,e.highlightAuto=m,e.fixMarkup=f,e.highlightBlock=g,e.configure=b,e.initHighlighting=p,e.initHighlightingOnLoad=v,e.registerLanguage=E,e.listLanguages=x,e.getLanguage=N,e.inherit=l,e.IDENT_RE="[a-zA-Z]\\w*",e.UNDERSCORE_IDENT_RE="[a-zA-Z_]\\w*",e.NUMBER_RE="\\b\\d+(\\.\\d+)?",e.C_NUMBER_RE="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",e.BINARY_NUMBER_RE="\\b(0b[01]+)",e.RE_STARTERS_RE="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",e.BACKSLASH_ESCAPE={begin:"\\\\[\\s\\S]",relevance:0},e.APOS_STRING_MODE={className:"string",begin:"'",end:"'",illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},e.QUOTE_STRING_MODE={className:"string",begin:'"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},e.PHRASAL_WORDS_MODE={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},e.COMMENT=function(t,n,a){var i=e.inherit({className:"comment",begin:t,end:n,contains:[]},a||{});return i.contains.push(e.PHRASAL_WORDS_MODE),i.contains.push({className:"doctag",begin:"(?:TODO|FIXME|NOTE|BUG|XXX):",relevance:0}),i},e.C_LINE_COMMENT_MODE=e.COMMENT("//","$"),e.C_BLOCK_COMMENT_MODE=e.COMMENT("/\\*","\\*/"),e.HASH_COMMENT_MODE=e.COMMENT("#","$"),e.NUMBER_MODE={className:"number",begin:e.NUMBER_RE,relevance:0},e.C_NUMBER_MODE={className:"number",begin:e.C_NUMBER_RE,relevance:0},e.BINARY_NUMBER_MODE={className:"number",begin:e.BINARY_NUMBER_RE,relevance:0},e.CSS_NUMBER_MODE={className:"number",begin:e.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},e.REGEXP_MODE={className:"regexp",begin:/\//,end:/\/[gimuy]*/,illegal:/\n/,contains:[e.BACKSLASH_ESCAPE,{begin:/\[/,end:/\]/,relevance:0,contains:[e.BACKSLASH_ESCAPE]}]},e.TITLE_MODE={className:"title",begin:e.IDENT_RE,relevance:0},e.UNDERSCORE_TITLE_MODE={className:"title",begin:e.UNDERSCORE_IDENT_RE,relevance:0},e.METHOD_GUARD={begin:"\\.\\s*"+e.UNDERSCORE_IDENT_RE,relevance:0},e})},458:function(e,t){e.exports=function(e){var t={endsWithParent:!0,illegal:/`]+/}]}]}]};return{aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist"],case_insensitive:!0,contains:[{className:"meta",begin:"",relevance:10,contains:[{begin:"\\[",end:"\\]"}]},e.COMMENT("\x3c!--","--\x3e",{relevance:10}),{begin:"<\\!\\[CDATA\\[",end:"\\]\\]>",relevance:10},{begin:/<\?(php)?/,end:/\?>/,subLanguage:"php",contains:[{begin:"/\\*",end:"\\*/",skip:!0}]},{className:"tag",begin:"|$)",end:">",keywords:{name:"style"},contains:[t],starts:{end:"",returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:"|$)",end:">",keywords:{name:"script"},contains:[t],starts:{end:"<\/script>",returnEnd:!0,subLanguage:["actionscript","javascript","handlebars","xml"]}},{className:"meta",variants:[{begin:/<\?xml/,end:/\?>/,relevance:10},{begin:/<\?\w+/,end:/\?>/}]},{className:"tag",begin:"",contains:[{className:"name",begin:/[^\/><\s]+/,relevance:0},t]}]}}}}); //# sourceMappingURL=1.bundle.js.map \ No newline at end of file diff --git a/static/dist/1.bundle.js.gz b/static/dist/1.bundle.js.gz index 194d587..01d6560 100644 Binary files a/static/dist/1.bundle.js.gz and b/static/dist/1.bundle.js.gz differ diff --git a/static/dist/2.bundle.js b/static/dist/2.bundle.js index ac4b697..41c3659 100644 --- a/static/dist/2.bundle.js +++ b/static/dist/2.bundle.js @@ -1,2 +1,2 @@ -webpackJsonp([2],{454:function(e,t,n){"use strict";function a(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function l(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function o(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function c(e){return{icons:e.icons}}function u(e){return(0,m.bindActionCreators)({fetchIcons:d.fetchIcons},e)}Object.defineProperty(t,"__esModule",{value:!0});var r=function(){function e(e,t){for(var n=0;n0?o(r(e),9007199254740991):0}},function(e,t,n){var r=n(25);e.exports=function(e){return Object(r(e))}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t,n){e.exports=n(380)()},function(e,t,n){var r=n(8),o=n(37);e.exports=n(7)?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){var r=n(2),o=n(13),i=n(16),a=n(38)("src"),c=Function.toString,u=(""+c).split("toString");n(20).inspectSource=function(e){return c.call(e)},(e.exports=function(e,t,n,c){var l="function"==typeof n;l&&(i(n,"name")||o(n,"name",t)),e[t]!==n&&(l&&(i(n,a)||o(n,a,e[t]?""+e[t]:u.join(String(t)))),e===r?e[t]=n:c?e[t]?e[t]=n:o(e,t,n):(delete e[t],o(e,t,n)))})(Function.prototype,"toString",function(){return"function"==typeof this&&this[a]||c.call(this)})},function(e,t,n){var r=n(0),o=n(3),i=n(25),a=/"/g,c=function(e,t,n,r){var o=String(i(e)),c="<"+t;return""!==n&&(c+=" "+n+'="'+String(r).replace(a,""")+'"'),c+">"+o+""};e.exports=function(e,t){var n={};n[e]=t(c),r(r.P+r.F*o(function(){var t=""[e]('"');return t!==t.toLowerCase()||t.split('"').length>3}),"String",n)}},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t,n){var r=n(55),o=n(25);e.exports=function(e){return r(o(e))}},function(e,t,n){var r=n(56),o=n(37),i=n(17),a=n(24),c=n(16),u=n(113),l=Object.getOwnPropertyDescriptor;t.f=n(7)?l:function(e,t){if(e=i(e),t=a(t,!0),u)try{return l(e,t)}catch(e){}if(c(e,t))return o(!r.f.call(e,t),e[t])}},function(e,t,n){var r=n(16),o=n(10),i=n(81)("IE_PROTO"),a=Object.prototype;e.exports=Object.getPrototypeOf||function(e){return e=o(e),r(e,i)?e[i]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?a:null}},function(e,t){var n=e.exports={version:"2.5.7"};"number"==typeof __e&&(__e=n)},function(e,t,n){var r=n(11);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,o){return e.call(t,n,r,o)}}return function(){return e.apply(t,arguments)}}},function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},function(e,t,n){"use strict";var r=n(3);e.exports=function(e,t){return!!e&&r(function(){t?e.call(null,function(){},1):e.call(null)})}},function(e,t,n){var r=n(4);e.exports=function(e,t){if(!r(e))return e;var n,o;if(t&&"function"==typeof(n=e.toString)&&!r(o=n.call(e)))return o;if("function"==typeof(n=e.valueOf)&&!r(o=n.call(e)))return o;if(!t&&"function"==typeof(n=e.toString)&&!r(o=n.call(e)))return o;throw TypeError("Can't convert object to primitive value")}},function(e,t){e.exports=function(e){if(void 0==e)throw TypeError("Can't call method on "+e);return e}},function(e,t){var n=Math.ceil,r=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?r:n)(e)}},function(e,t,n){var r=n(0),o=n(20),i=n(3);e.exports=function(e,t){var n=(o.Object||{})[e]||Object[e],a={};a[e]=t(n),r(r.S+r.F*i(function(){n(1)}),"Object",a)}},function(e,t,n){var r=n(21),o=n(55),i=n(10),a=n(9),c=n(98);e.exports=function(e,t){var n=1==e,u=2==e,l=3==e,s=4==e,f=6==e,d=5==e||f,p=t||c;return function(t,c,h){for(var g,m,v=i(t),b=o(v),y=r(c,h,3),x=a(b.length),w=0,E=n?p(t,x):u?p(t,0):void 0;x>w;w++)if((d||w in b)&&(g=b[w],m=y(g,w,v),e))if(n)E[w]=m;else if(m)switch(e){case 3:return!0;case 5:return g;case 6:return w;case 2:E.push(g)}else if(s)return!1;return f?-1:l||s?s:E}}},function(e,t,n){"use strict";var r=function(e,t,n,r,o,i,a,c){if(!e){var u;if(void 0===t)u=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var l=[n,r,o,i,a,c],s=0;u=new Error(t.replace(/%s/g,function(){return l[s++]})),u.name="Invariant Violation"}throw u.framesToPop=1,u}};e.exports=r},function(e,t,n){"use strict";if(n(7)){var r=n(33),o=n(2),i=n(3),a=n(0),c=n(71),u=n(104),l=n(21),s=n(44),f=n(37),d=n(13),p=n(46),h=n(26),g=n(9),m=n(139),v=n(40),b=n(24),y=n(16),x=n(57),w=n(4),E=n(10),k=n(95),S=n(41),_=n(19),C=n(42).f,O=n(97),T=n(38),P=n(6),j=n(28),M=n(61),A=n(68),z=n(100),N=n(51),I=n(65),R=n(43),F=n(99),L=n(129),U=n(8),D=n(18),B=U.f,W=D.f,H=o.RangeError,V=o.TypeError,q=o.Uint8Array,G=Array.prototype,Y=u.ArrayBuffer,Q=u.DataView,K=j(0),J=j(2),X=j(3),$=j(4),Z=j(5),ee=j(6),te=M(!0),ne=M(!1),re=z.values,oe=z.keys,ie=z.entries,ae=G.lastIndexOf,ce=G.reduce,ue=G.reduceRight,le=G.join,se=G.sort,fe=G.slice,de=G.toString,pe=G.toLocaleString,he=P("iterator"),ge=P("toStringTag"),me=T("typed_constructor"),ve=T("def_constructor"),be=c.CONSTR,ye=c.TYPED,xe=c.VIEW,we=j(1,function(e,t){return Ce(A(e,e[ve]),t)}),Ee=i(function(){return 1===new q(new Uint16Array([1]).buffer)[0]}),ke=!!q&&!!q.prototype.set&&i(function(){new q(1).set({})}),Se=function(e,t){var n=h(e);if(n<0||n%t)throw H("Wrong offset!");return n},_e=function(e){if(w(e)&&ye in e)return e;throw V(e+" is not a typed array!")},Ce=function(e,t){if(!(w(e)&&me in e))throw V("It is not a typed array constructor!");return new e(t)},Oe=function(e,t){return Te(A(e,e[ve]),t)},Te=function(e,t){for(var n=0,r=t.length,o=Ce(e,r);r>n;)o[n]=t[n++];return o},Pe=function(e,t,n){B(e,t,{get:function(){return this._d[n]}})},je=function(e){var t,n,r,o,i,a,c=E(e),u=arguments.length,s=u>1?arguments[1]:void 0,f=void 0!==s,d=O(c);if(void 0!=d&&!k(d)){for(a=d.call(c),r=[],t=0;!(i=a.next()).done;t++)r.push(i.value);c=r}for(f&&u>2&&(s=l(s,arguments[2],2)),t=0,n=g(c.length),o=Ce(this,n);n>t;t++)o[t]=f?s(c[t],t):c[t];return o},Me=function(){for(var e=0,t=arguments.length,n=Ce(this,t);t>e;)n[e]=arguments[e++];return n},Ae=!!q&&i(function(){pe.call(new q(1))}),ze=function(){return pe.apply(Ae?fe.call(_e(this)):_e(this),arguments)},Ne={copyWithin:function(e,t){return L.call(_e(this),e,t,arguments.length>2?arguments[2]:void 0)},every:function(e){return $(_e(this),e,arguments.length>1?arguments[1]:void 0)},fill:function(e){return F.apply(_e(this),arguments)},filter:function(e){return Oe(this,J(_e(this),e,arguments.length>1?arguments[1]:void 0))},find:function(e){return Z(_e(this),e,arguments.length>1?arguments[1]:void 0)},findIndex:function(e){return ee(_e(this),e,arguments.length>1?arguments[1]:void 0)},forEach:function(e){K(_e(this),e,arguments.length>1?arguments[1]:void 0)},indexOf:function(e){return ne(_e(this),e,arguments.length>1?arguments[1]:void 0)},includes:function(e){return te(_e(this),e,arguments.length>1?arguments[1]:void 0)},join:function(e){return le.apply(_e(this),arguments)},lastIndexOf:function(e){return ae.apply(_e(this),arguments)},map:function(e){return we(_e(this),e,arguments.length>1?arguments[1]:void 0)},reduce:function(e){return ce.apply(_e(this),arguments)},reduceRight:function(e){return ue.apply(_e(this),arguments)},reverse:function(){for(var e,t=this,n=_e(t).length,r=Math.floor(n/2),o=0;o1?arguments[1]:void 0)},sort:function(e){return se.call(_e(this),e)},subarray:function(e,t){var n=_e(this),r=n.length,o=v(e,r);return new(A(n,n[ve]))(n.buffer,n.byteOffset+o*n.BYTES_PER_ELEMENT,g((void 0===t?r:v(t,r))-o))}},Ie=function(e,t){return Oe(this,fe.call(_e(this),e,t))},Re=function(e){_e(this);var t=Se(arguments[1],1),n=this.length,r=E(e),o=g(r.length),i=0;if(o+t>n)throw H("Wrong length!");for(;i255?255:255&r),o.v[p](n*t+o.o,r,Ee)},P=function(e,t){B(e,t,{get:function(){return O(this,t)},set:function(e){return T(this,t,e)},enumerable:!0})};y?(h=n(function(e,n,r,o){s(e,h,l,"_d");var i,a,c,u,f=0,p=0;if(w(n)){if(!(n instanceof Y||"ArrayBuffer"==(u=x(n))||"SharedArrayBuffer"==u))return ye in n?Te(h,n):je.call(h,n);i=n,p=Se(r,t);var v=n.byteLength;if(void 0===o){if(v%t)throw H("Wrong length!");if((a=v-p)<0)throw H("Wrong length!")}else if((a=g(o)*t)+p>v)throw H("Wrong length!");c=a/t}else c=m(n),a=c*t,i=new Y(a);for(d(e,"_d",{b:i,o:p,l:a,e:c,v:new Q(i)});fdocument.F=Object<\/script>"),e.close(),u=e.F;r--;)delete u.prototype[i[r]];return u()};e.exports=Object.create||function(e,t){var n;return null!==e?(c.prototype=r(e),n=new c,c.prototype=null,n[a]=e):n=u(),void 0===t?n:o(n,t)}},function(e,t,n){var r=n(115),o=n(82).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return r(e,o)}},function(e,t,n){"use strict";var r=n(2),o=n(8),i=n(7),a=n(6)("species");e.exports=function(e){var t=r[e];i&&t&&!t[a]&&o.f(t,a,{configurable:!0,get:function(){return this}})}},function(e,t){e.exports=function(e,t,n,r){if(!(e instanceof t)||void 0!==r&&r in e)throw TypeError(n+": incorrect invocation!");return e}},function(e,t,n){var r=n(21),o=n(127),i=n(95),a=n(1),c=n(9),u=n(97),l={},s={},t=e.exports=function(e,t,n,f,d){var p,h,g,m,v=d?function(){return e}:u(e),b=r(n,f,t?2:1),y=0;if("function"!=typeof v)throw TypeError(e+" is not iterable!");if(i(v)){for(p=c(e.length);p>y;y++)if((m=t?b(a(h=e[y])[0],h[1]):b(e[y]))===l||m===s)return m}else for(g=v.call(e);!(h=g.next()).done;)if((m=o(g,b,h.value,t))===l||m===s)return m};t.BREAK=l,t.RETURN=s},function(e,t,n){var r=n(14);e.exports=function(e,t,n){for(var o in t)r(e,o,t[o],n);return e}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(152),o=n(397),i=n(398),a=n(399),c=n(155);n(154);n.d(t,"createStore",function(){return r.b}),n.d(t,"combineReducers",function(){return o.a}),n.d(t,"bindActionCreators",function(){return i.a}),n.d(t,"applyMiddleware",function(){return a.a}),n.d(t,"compose",function(){return c.a})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.FETCH_ICONS="FETCH_ICONS",t.FETCH_ICONS_SUCCESS="FETCH_ICONS_SUCCESS",t.FETCH_ICONS_FAILURE="FETCH_ICONS_FAILURE",t.FETCH_TAGS="FETCH_TAGS",t.FETCH_TAGS_SUCCESS="FETCH_TAGS_SUCCESS",t.FETCH_TAGS_FAILURE="FETCH_TAGS_FAILURE",t.FETCH_TAG="FETCH_TAG",t.FETCH_TAG_SUCCESS="FETCH_TAG_SUCCESS",t.FETCH_TAG_FAILURE="FETCH_TAG_FAILURE",t.FETCH_ICON="FETCH_ICON",t.FETCH_ICON_SUCCESS="FETCH_ICON_SUCCESS",t.FETCH_ICON_FAILURE="FETCH_ICON_FAILURE",t.DOMAIN="http://localhost:8000/",t.HIDE_NAV_SEARCH="HIDE_NAV_SEARCH",t.SET_SEARCH_TERM="SET_SEARCH_TERM",t.TOGGLE_SIDE_ICON="TOGGLE_SIDE_ICON",t.CHANGE_SIDE_ICON="CHANGE_SIDE_ICON",t.SET_SELECTED_ICON="SET_SELECTED_ICON",t.VERSION="1.1.0"},function(e,t,n){var r=n(8).f,o=n(16),i=n(6)("toStringTag");e.exports=function(e,t,n){e&&!o(e=n?e:e.prototype,i)&&r(e,i,{configurable:!0,value:t})}},function(e,t,n){var r=n(0),o=n(25),i=n(3),a=n(85),c="["+a+"]",u="​…",l=RegExp("^"+c+c+"*"),s=RegExp(c+c+"*$"),f=function(e,t,n){var o={},c=i(function(){return!!a[e]()||u[e]()!=u}),l=o[e]=c?t(d):a[e];n&&(o[n]=l),r(r.P+r.F*c,"String",o)},d=f.trim=function(e,t){return e=String(o(e)),1&t&&(e=e.replace(l,"")),2&t&&(e=e.replace(s,"")),e};e.exports=f},function(e,t){e.exports={}},function(e,t,n){var r=n(4);e.exports=function(e,t){if(!r(e)||e._t!==t)throw TypeError("Incompatible receiver, "+t+" required!");return e}},function(e,t,n){"use strict";var r=n(411);n.d(t,"a",function(){return r.a});var o=n(414);n.d(t,"b",function(){return o.a});var i=n(415);n.d(t,"d",function(){return i.a});var a=n(76);n.d(t,"c",function(){return a.a}),n.d(t,"f",function(){return a.b});var c=n(58);n.d(t,"e",function(){return c.b})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(379),o=n(150),i=n(383);n.d(t,"Provider",function(){return r.b}),n.d(t,"createProvider",function(){return r.a}),n.d(t,"connectAdvanced",function(){return o.a}),n.d(t,"connect",function(){return i.a})},function(e,t,n){var r=n(22);e.exports=Object("z").propertyIsEnumerable(0)?Object:function(e){return"String"==r(e)?e.split(""):Object(e)}},function(e,t){t.f={}.propertyIsEnumerable},function(e,t,n){var r=n(22),o=n(6)("toStringTag"),i="Arguments"==r(function(){return arguments}()),a=function(e,t){try{return e[t]}catch(e){}};e.exports=function(e){var t,n,c;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=a(t=Object(e),o))?n:i?r(t):"Object"==(c=r(t))&&"function"==typeof t.callee?"Arguments":c}},function(e,t,n){"use strict";n.d(t,"a",function(){return r}),n.d(t,"f",function(){return o}),n.d(t,"c",function(){return i}),n.d(t,"e",function(){return a}),n.d(t,"g",function(){return c}),n.d(t,"d",function(){return u}),n.d(t,"b",function(){return l});var r=function(e){return"/"===e.charAt(0)?e:"/"+e},o=function(e){return"/"===e.charAt(0)?e.substr(1):e},i=function(e,t){return new RegExp("^"+t+"(\\/|\\?|#|$)","i").test(e)},a=function(e,t){return i(e,t)?e.substr(t.length):e},c=function(e){return"/"===e.charAt(e.length-1)?e.slice(0,-1):e},u=function(e){var t=e||"/",n="",r="",o=t.indexOf("#");-1!==o&&(r=t.substr(o),t=t.substr(0,o));var i=t.indexOf("?");return-1!==i&&(n=t.substr(i),t=t.substr(0,i)),{pathname:t,search:"?"===n?"":n,hash:"#"===r?"":r}},l=function(e){var t=e.pathname,n=e.search,r=e.hash,o=t||"/";return n&&"?"!==n&&(o+="?"===n.charAt(0)?n:"?"+n),r&&"#"!==r&&(o+="#"===r.charAt(0)?r:"#"+r),o}},function(e,t){var n;n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(e){"object"==typeof window&&(n=window)}e.exports=n},function(e,t,n){var r=n(20),o=n(2),i=o["__core-js_shared__"]||(o["__core-js_shared__"]={});(e.exports=function(e,t){return i[e]||(i[e]=void 0!==t?t:{})})("versions",[]).push({version:r.version,mode:n(33)?"pure":"global",copyright:"© 2018 Denis Pushkarev (zloirock.ru)"})},function(e,t,n){var r=n(17),o=n(9),i=n(40);e.exports=function(e){return function(t,n,a){var c,u=r(t),l=o(u.length),s=i(a,l);if(e&&n!=n){for(;l>s;)if((c=u[s++])!=c)return!0}else for(;l>s;s++)if((e||s in u)&&u[s]===n)return e||s||0;return!e&&-1}}},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t,n){var r=n(22);e.exports=Array.isArray||function(e){return"Array"==r(e)}},function(e,t,n){var r=n(4),o=n(22),i=n(6)("match");e.exports=function(e){var t;return r(e)&&(void 0!==(t=e[i])?!!t:"RegExp"==o(e))}},function(e,t,n){var r=n(6)("iterator"),o=!1;try{var i=[7][r]();i.return=function(){o=!0},Array.from(i,function(){throw 2})}catch(e){}e.exports=function(e,t){if(!t&&!o)return!1;var n=!1;try{var i=[7],a=i[r]();a.next=function(){return{done:n=!0}},i[r]=function(){return a},e(i)}catch(e){}return n}},function(e,t,n){"use strict";var r=n(1);e.exports=function(){var e=r(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t}},function(e,t,n){"use strict";var r=n(13),o=n(14),i=n(3),a=n(25),c=n(6);e.exports=function(e,t,n){var u=c(e),l=n(a,u,""[e]),s=l[0],f=l[1];i(function(){var t={};return t[u]=function(){return 7},7!=""[e](t)})&&(o(String.prototype,e,s),r(RegExp.prototype,u,2==t?function(e,t){return f.call(e,this,t)}:function(e){return f.call(e,this)}))}},function(e,t,n){var r=n(1),o=n(11),i=n(6)("species");e.exports=function(e,t){var n,a=r(e).constructor;return void 0===a||void 0==(n=r(a)[i])?t:o(n)}},function(e,t,n){var r=n(2),o=r.navigator;e.exports=o&&o.userAgent||""},function(e,t,n){"use strict";var r=n(2),o=n(0),i=n(14),a=n(46),c=n(32),u=n(45),l=n(44),s=n(4),f=n(3),d=n(65),p=n(49),h=n(86);e.exports=function(e,t,n,g,m,v){var b=r[e],y=b,x=m?"set":"add",w=y&&y.prototype,E={},k=function(e){var t=w[e];i(w,e,"delete"==e?function(e){return!(v&&!s(e))&&t.call(this,0===e?0:e)}:"has"==e?function(e){return!(v&&!s(e))&&t.call(this,0===e?0:e)}:"get"==e?function(e){return v&&!s(e)?void 0:t.call(this,0===e?0:e)}:"add"==e?function(e){return t.call(this,0===e?0:e),this}:function(e,n){return t.call(this,0===e?0:e,n),this})};if("function"==typeof y&&(v||w.forEach&&!f(function(){(new y).entries().next()}))){var S=new y,_=S[x](v?{}:-0,1)!=S,C=f(function(){S.has(1)}),O=d(function(e){new y(e)}),T=!v&&f(function(){for(var e=new y,t=5;t--;)e[x](t,t);return!e.has(-0)});O||(y=t(function(t,n){l(t,y,e);var r=h(new b,t,y);return void 0!=n&&u(n,m,r[x],r),r}),y.prototype=w,w.constructor=y),(C||T)&&(k("delete"),k("has"),m&&k("get")),(T||_)&&k(x),v&&w.clear&&delete w.clear}else y=g.getConstructor(t,e,m,x),a(y.prototype,n),c.NEED=!0;return p(y,e),E[e]=y,o(o.G+o.W+o.F*(y!=b),E),v||g.setStrong(y,e,m),y}},function(e,t,n){for(var r,o=n(2),i=n(13),a=n(38),c=a("typed_array"),u=a("view"),l=!(!o.ArrayBuffer||!o.DataView),s=l,f=0,d="Int8Array,Uint8Array,Uint8ClampedArray,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array".split(",");f<9;)(r=o[d[f++]])?(i(r.prototype,c,!0),i(r.prototype,u,!0)):s=!1;e.exports={ABV:l,CONSTR:s,TYPED:c,VIEW:u}},function(e,t,n){"use strict";e.exports=n(33)||!n(3)(function(){var e=Math.random();__defineSetter__.call(null,e,function(){}),delete n(2)[e]})},function(e,t,n){"use strict";var r=n(0);e.exports=function(e){r(r.S,e,{of:function(){for(var e=arguments.length,t=new Array(e);e--;)t[e]=arguments[e];return new this(t)}})}},function(e,t,n){"use strict";var r=n(0),o=n(11),i=n(21),a=n(45);e.exports=function(e){r(r.S,e,{from:function(e){var t,n,r,c,u=arguments[1];return o(this),t=void 0!==u,t&&o(u),void 0==e?new this:(n=[],t?(r=0,c=i(u,arguments[2],2),a(e,!1,function(e){n.push(c(e,r++))})):a(e,!1,n.push,n),new this(n))}})}},function(e,t,n){"use strict";var r=function(){};e.exports=r},function(e,t,n){"use strict";n.d(t,"a",function(){return c}),n.d(t,"b",function(){return u});var r=n(412),o=n(413),i=n(58),a=Object.assign||function(e){for(var t=1;t0?o(r(e),9007199254740991):0}},function(e,t,n){var r=n(25);e.exports=function(e){return Object(r(e))}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t,n){e.exports=n(381)()},function(e,t,n){var r=n(8),o=n(38);e.exports=n(7)?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){var r=n(2),o=n(13),i=n(16),a=n(39)("src"),c=Function.toString,l=(""+c).split("toString");n(20).inspectSource=function(e){return c.call(e)},(e.exports=function(e,t,n,c){var u="function"==typeof n;u&&(i(n,"name")||o(n,"name",t)),e[t]!==n&&(u&&(i(n,a)||o(n,a,e[t]?""+e[t]:l.join(String(t)))),e===r?e[t]=n:c?e[t]?e[t]=n:o(e,t,n):(delete e[t],o(e,t,n)))})(Function.prototype,"toString",function(){return"function"==typeof this&&this[a]||c.call(this)})},function(e,t,n){var r=n(0),o=n(3),i=n(25),a=/"/g,c=function(e,t,n,r){var o=String(i(e)),c="<"+t;return""!==n&&(c+=" "+n+'="'+String(r).replace(a,""")+'"'),c+">"+o+""};e.exports=function(e,t){var n={};n[e]=t(c),r(r.P+r.F*o(function(){var t=""[e]('"');return t!==t.toLowerCase()||t.split('"').length>3}),"String",n)}},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t,n){var r=n(55),o=n(25);e.exports=function(e){return r(o(e))}},function(e,t,n){var r=n(56),o=n(38),i=n(17),a=n(24),c=n(16),l=n(113),u=Object.getOwnPropertyDescriptor;t.f=n(7)?u:function(e,t){if(e=i(e),t=a(t,!0),l)try{return u(e,t)}catch(e){}if(c(e,t))return o(!r.f.call(e,t),e[t])}},function(e,t,n){var r=n(16),o=n(10),i=n(81)("IE_PROTO"),a=Object.prototype;e.exports=Object.getPrototypeOf||function(e){return e=o(e),r(e,i)?e[i]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?a:null}},function(e,t){var n=e.exports={version:"2.5.7"};"number"==typeof __e&&(__e=n)},function(e,t,n){var r=n(11);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,o){return e.call(t,n,r,o)}}return function(){return e.apply(t,arguments)}}},function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},function(e,t,n){"use strict";var r=n(3);e.exports=function(e,t){return!!e&&r(function(){t?e.call(null,function(){},1):e.call(null)})}},function(e,t,n){var r=n(4);e.exports=function(e,t){if(!r(e))return e;var n,o;if(t&&"function"==typeof(n=e.toString)&&!r(o=n.call(e)))return o;if("function"==typeof(n=e.valueOf)&&!r(o=n.call(e)))return o;if(!t&&"function"==typeof(n=e.toString)&&!r(o=n.call(e)))return o;throw TypeError("Can't convert object to primitive value")}},function(e,t){e.exports=function(e){if(void 0==e)throw TypeError("Can't call method on "+e);return e}},function(e,t){var n=Math.ceil,r=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?r:n)(e)}},function(e,t,n){var r=n(0),o=n(20),i=n(3);e.exports=function(e,t){var n=(o.Object||{})[e]||Object[e],a={};a[e]=t(n),r(r.S+r.F*i(function(){n(1)}),"Object",a)}},function(e,t,n){var r=n(21),o=n(55),i=n(10),a=n(9),c=n(98);e.exports=function(e,t){var n=1==e,l=2==e,u=3==e,s=4==e,f=6==e,p=5==e||f,d=t||c;return function(t,c,g){for(var h,m,y=i(t),v=o(y),b=r(c,g,3),_=a(v.length),x=0,w=n?d(t,_):l?d(t,0):void 0;_>x;x++)if((p||x in v)&&(h=v[x],m=b(h,x,y),e))if(n)w[x]=m;else if(m)switch(e){case 3:return!0;case 5:return h;case 6:return x;case 2:w.push(h)}else if(s)return!1;return f?-1:u||s?s:w}}},function(e,t,n){"use strict";var r=function(e,t,n,r,o,i,a,c){if(!e){var l;if(void 0===t)l=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var u=[n,r,o,i,a,c],s=0;l=new Error(t.replace(/%s/g,function(){return u[s++]})),l.name="Invariant Violation"}throw l.framesToPop=1,l}};e.exports=r},function(e,t,n){"use strict";if(n(7)){var r=n(33),o=n(2),i=n(3),a=n(0),c=n(71),l=n(104),u=n(21),s=n(45),f=n(38),p=n(13),d=n(47),g=n(26),h=n(9),m=n(139),y=n(41),v=n(24),b=n(16),_=n(57),x=n(4),w=n(10),E=n(95),R=n(42),L=n(19),S=n(43).f,k=n(97),O=n(39),A=n(6),C=n(28),I=n(61),U=n(68),T=n(100),M=n(51),P=n(65),j=n(44),G=n(99),D=n(129),z=n(8),N=n(18),F=z.f,B=N.f,H=o.RangeError,W=o.TypeError,V=o.Uint8Array,q=Array.prototype,Y=l.ArrayBuffer,Q=l.DataView,K=C(0),J=C(2),X=C(3),$=C(4),Z=C(5),ee=C(6),te=I(!0),ne=I(!1),re=T.values,oe=T.keys,ie=T.entries,ae=q.lastIndexOf,ce=q.reduce,le=q.reduceRight,ue=q.join,se=q.sort,fe=q.slice,pe=q.toString,de=q.toLocaleString,ge=A("iterator"),he=A("toStringTag"),me=O("typed_constructor"),ye=O("def_constructor"),ve=c.CONSTR,be=c.TYPED,_e=c.VIEW,xe=C(1,function(e,t){return Se(U(e,e[ye]),t)}),we=i(function(){return 1===new V(new Uint16Array([1]).buffer)[0]}),Ee=!!V&&!!V.prototype.set&&i(function(){new V(1).set({})}),Re=function(e,t){var n=g(e);if(n<0||n%t)throw H("Wrong offset!");return n},Le=function(e){if(x(e)&&be in e)return e;throw W(e+" is not a typed array!")},Se=function(e,t){if(!(x(e)&&me in e))throw W("It is not a typed array constructor!");return new e(t)},ke=function(e,t){return Oe(U(e,e[ye]),t)},Oe=function(e,t){for(var n=0,r=t.length,o=Se(e,r);r>n;)o[n]=t[n++];return o},Ae=function(e,t,n){F(e,t,{get:function(){return this._d[n]}})},Ce=function(e){var t,n,r,o,i,a,c=w(e),l=arguments.length,s=l>1?arguments[1]:void 0,f=void 0!==s,p=k(c);if(void 0!=p&&!E(p)){for(a=p.call(c),r=[],t=0;!(i=a.next()).done;t++)r.push(i.value);c=r}for(f&&l>2&&(s=u(s,arguments[2],2)),t=0,n=h(c.length),o=Se(this,n);n>t;t++)o[t]=f?s(c[t],t):c[t];return o},Ie=function(){for(var e=0,t=arguments.length,n=Se(this,t);t>e;)n[e]=arguments[e++];return n},Ue=!!V&&i(function(){de.call(new V(1))}),Te=function(){return de.apply(Ue?fe.call(Le(this)):Le(this),arguments)},Me={copyWithin:function(e,t){return D.call(Le(this),e,t,arguments.length>2?arguments[2]:void 0)},every:function(e){return $(Le(this),e,arguments.length>1?arguments[1]:void 0)},fill:function(e){return G.apply(Le(this),arguments)},filter:function(e){return ke(this,J(Le(this),e,arguments.length>1?arguments[1]:void 0))},find:function(e){return Z(Le(this),e,arguments.length>1?arguments[1]:void 0)},findIndex:function(e){return ee(Le(this),e,arguments.length>1?arguments[1]:void 0)},forEach:function(e){K(Le(this),e,arguments.length>1?arguments[1]:void 0)},indexOf:function(e){return ne(Le(this),e,arguments.length>1?arguments[1]:void 0)},includes:function(e){return te(Le(this),e,arguments.length>1?arguments[1]:void 0)},join:function(e){return ue.apply(Le(this),arguments)},lastIndexOf:function(e){return ae.apply(Le(this),arguments)},map:function(e){return xe(Le(this),e,arguments.length>1?arguments[1]:void 0)},reduce:function(e){return ce.apply(Le(this),arguments)},reduceRight:function(e){return le.apply(Le(this),arguments)},reverse:function(){for(var e,t=this,n=Le(t).length,r=Math.floor(n/2),o=0;o1?arguments[1]:void 0)},sort:function(e){return se.call(Le(this),e)},subarray:function(e,t){var n=Le(this),r=n.length,o=y(e,r);return new(U(n,n[ye]))(n.buffer,n.byteOffset+o*n.BYTES_PER_ELEMENT,h((void 0===t?r:y(t,r))-o))}},Pe=function(e,t){return ke(this,fe.call(Le(this),e,t))},je=function(e){Le(this);var t=Re(arguments[1],1),n=this.length,r=w(e),o=h(r.length),i=0;if(o+t>n)throw H("Wrong length!");for(;i255?255:255&r),o.v[d](n*t+o.o,r,we)},A=function(e,t){F(e,t,{get:function(){return k(this,t)},set:function(e){return O(this,t,e)},enumerable:!0})};b?(g=n(function(e,n,r,o){s(e,g,u,"_d");var i,a,c,l,f=0,d=0;if(x(n)){if(!(n instanceof Y||"ArrayBuffer"==(l=_(n))||"SharedArrayBuffer"==l))return be in n?Oe(g,n):Ce.call(g,n);i=n,d=Re(r,t);var y=n.byteLength;if(void 0===o){if(y%t)throw H("Wrong length!");if((a=y-d)<0)throw H("Wrong length!")}else if((a=h(o)*t)+d>y)throw H("Wrong length!");c=a/t}else c=m(n),a=c*t,i=new Y(a);for(p(e,"_d",{b:i,o:d,l:a,e:c,v:new Q(i)});fdocument.F=Object<\/script>"),e.close(),l=e.F;r--;)delete l.prototype[i[r]];return l()};e.exports=Object.create||function(e,t){var n;return null!==e?(c.prototype=r(e),n=new c,c.prototype=null,n[a]=e):n=l(),void 0===t?n:o(n,t)}},function(e,t,n){var r=n(115),o=n(82).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return r(e,o)}},function(e,t,n){"use strict";var r=n(2),o=n(8),i=n(7),a=n(6)("species");e.exports=function(e){var t=r[e];i&&t&&!t[a]&&o.f(t,a,{configurable:!0,get:function(){return this}})}},function(e,t){e.exports=function(e,t,n,r){if(!(e instanceof t)||void 0!==r&&r in e)throw TypeError(n+": incorrect invocation!");return e}},function(e,t,n){var r=n(21),o=n(127),i=n(95),a=n(1),c=n(9),l=n(97),u={},s={},t=e.exports=function(e,t,n,f,p){var d,g,h,m,y=p?function(){return e}:l(e),v=r(n,f,t?2:1),b=0;if("function"!=typeof y)throw TypeError(e+" is not iterable!");if(i(y)){for(d=c(e.length);d>b;b++)if((m=t?v(a(g=e[b])[0],g[1]):v(e[b]))===u||m===s)return m}else for(h=y.call(e);!(g=h.next()).done;)if((m=o(h,v,g.value,t))===u||m===s)return m};t.BREAK=u,t.RETURN=s},function(e,t,n){var r=n(14);e.exports=function(e,t,n){for(var o in t)r(e,o,t[o],n);return e}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(152),o=n(398),i=n(399),a=n(400),c=n(155);n(154);n.d(t,"createStore",function(){return r.b}),n.d(t,"combineReducers",function(){return o.a}),n.d(t,"bindActionCreators",function(){return i.a}),n.d(t,"applyMiddleware",function(){return a.a}),n.d(t,"compose",function(){return c.a})},function(e,t,n){var r=n(8).f,o=n(16),i=n(6)("toStringTag");e.exports=function(e,t,n){e&&!o(e=n?e:e.prototype,i)&&r(e,i,{configurable:!0,value:t})}},function(e,t,n){var r=n(0),o=n(25),i=n(3),a=n(85),c="["+a+"]",l="​…",u=RegExp("^"+c+c+"*"),s=RegExp(c+c+"*$"),f=function(e,t,n){var o={},c=i(function(){return!!a[e]()||l[e]()!=l}),u=o[e]=c?t(p):a[e];n&&(o[n]=u),r(r.P+r.F*c,"String",o)},p=f.trim=function(e,t){return e=String(o(e)),1&t&&(e=e.replace(u,"")),2&t&&(e=e.replace(s,"")),e};e.exports=f},function(e,t){e.exports={}},function(e,t,n){var r=n(4);e.exports=function(e,t){if(!r(e)||e._t!==t)throw TypeError("Incompatible receiver, "+t+" required!");return e}},function(e,t,n){"use strict";var r=n(413);n.d(t,"a",function(){return r.a});var o=n(416);n.d(t,"b",function(){return o.a});var i=n(417);n.d(t,"d",function(){return i.a});var a=n(76);n.d(t,"c",function(){return a.a}),n.d(t,"f",function(){return a.b});var c=n(58);n.d(t,"e",function(){return c.b})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(380),o=n(150),i=n(384);n.d(t,"Provider",function(){return r.b}),n.d(t,"createProvider",function(){return r.a}),n.d(t,"connectAdvanced",function(){return o.a}),n.d(t,"connect",function(){return i.a})},function(e,t,n){var r=n(22);e.exports=Object("z").propertyIsEnumerable(0)?Object:function(e){return"String"==r(e)?e.split(""):Object(e)}},function(e,t){t.f={}.propertyIsEnumerable},function(e,t,n){var r=n(22),o=n(6)("toStringTag"),i="Arguments"==r(function(){return arguments}()),a=function(e,t){try{return e[t]}catch(e){}};e.exports=function(e){var t,n,c;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=a(t=Object(e),o))?n:i?r(t):"Object"==(c=r(t))&&"function"==typeof t.callee?"Arguments":c}},function(e,t,n){"use strict";n.d(t,"a",function(){return r}),n.d(t,"f",function(){return o}),n.d(t,"c",function(){return i}),n.d(t,"e",function(){return a}),n.d(t,"g",function(){return c}),n.d(t,"d",function(){return l}),n.d(t,"b",function(){return u});var r=function(e){return"/"===e.charAt(0)?e:"/"+e},o=function(e){return"/"===e.charAt(0)?e.substr(1):e},i=function(e,t){return new RegExp("^"+t+"(\\/|\\?|#|$)","i").test(e)},a=function(e,t){return i(e,t)?e.substr(t.length):e},c=function(e){return"/"===e.charAt(e.length-1)?e.slice(0,-1):e},l=function(e){var t=e||"/",n="",r="",o=t.indexOf("#");-1!==o&&(r=t.substr(o),t=t.substr(0,o));var i=t.indexOf("?");return-1!==i&&(n=t.substr(i),t=t.substr(0,i)),{pathname:t,search:"?"===n?"":n,hash:"#"===r?"":r}},u=function(e){var t=e.pathname,n=e.search,r=e.hash,o=t||"/";return n&&"?"!==n&&(o+="?"===n.charAt(0)?n:"?"+n),r&&"#"!==r&&(o+="#"===r.charAt(0)?r:"#"+r),o}},function(e,t){var n;n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(e){"object"==typeof window&&(n=window)}e.exports=n},function(e,t,n){var r=n(20),o=n(2),i=o["__core-js_shared__"]||(o["__core-js_shared__"]={});(e.exports=function(e,t){return i[e]||(i[e]=void 0!==t?t:{})})("versions",[]).push({version:r.version,mode:n(33)?"pure":"global",copyright:"© 2018 Denis Pushkarev (zloirock.ru)"})},function(e,t,n){var r=n(17),o=n(9),i=n(41);e.exports=function(e){return function(t,n,a){var c,l=r(t),u=o(l.length),s=i(a,u);if(e&&n!=n){for(;u>s;)if((c=l[s++])!=c)return!0}else for(;u>s;s++)if((e||s in l)&&l[s]===n)return e||s||0;return!e&&-1}}},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t,n){var r=n(22);e.exports=Array.isArray||function(e){return"Array"==r(e)}},function(e,t,n){var r=n(4),o=n(22),i=n(6)("match");e.exports=function(e){var t;return r(e)&&(void 0!==(t=e[i])?!!t:"RegExp"==o(e))}},function(e,t,n){var r=n(6)("iterator"),o=!1;try{var i=[7][r]();i.return=function(){o=!0},Array.from(i,function(){throw 2})}catch(e){}e.exports=function(e,t){if(!t&&!o)return!1;var n=!1;try{var i=[7],a=i[r]();a.next=function(){return{done:n=!0}},i[r]=function(){return a},e(i)}catch(e){}return n}},function(e,t,n){"use strict";var r=n(1);e.exports=function(){var e=r(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t}},function(e,t,n){"use strict";var r=n(13),o=n(14),i=n(3),a=n(25),c=n(6);e.exports=function(e,t,n){var l=c(e),u=n(a,l,""[e]),s=u[0],f=u[1];i(function(){var t={};return t[l]=function(){return 7},7!=""[e](t)})&&(o(String.prototype,e,s),r(RegExp.prototype,l,2==t?function(e,t){return f.call(e,this,t)}:function(e){return f.call(e,this)}))}},function(e,t,n){var r=n(1),o=n(11),i=n(6)("species");e.exports=function(e,t){var n,a=r(e).constructor;return void 0===a||void 0==(n=r(a)[i])?t:o(n)}},function(e,t,n){var r=n(2),o=r.navigator;e.exports=o&&o.userAgent||""},function(e,t,n){"use strict";var r=n(2),o=n(0),i=n(14),a=n(47),c=n(32),l=n(46),u=n(45),s=n(4),f=n(3),p=n(65),d=n(49),g=n(86);e.exports=function(e,t,n,h,m,y){var v=r[e],b=v,_=m?"set":"add",x=b&&b.prototype,w={},E=function(e){var t=x[e];i(x,e,"delete"==e?function(e){return!(y&&!s(e))&&t.call(this,0===e?0:e)}:"has"==e?function(e){return!(y&&!s(e))&&t.call(this,0===e?0:e)}:"get"==e?function(e){return y&&!s(e)?void 0:t.call(this,0===e?0:e)}:"add"==e?function(e){return t.call(this,0===e?0:e),this}:function(e,n){return t.call(this,0===e?0:e,n),this})};if("function"==typeof b&&(y||x.forEach&&!f(function(){(new b).entries().next()}))){var R=new b,L=R[_](y?{}:-0,1)!=R,S=f(function(){R.has(1)}),k=p(function(e){new b(e)}),O=!y&&f(function(){for(var e=new b,t=5;t--;)e[_](t,t);return!e.has(-0)});k||(b=t(function(t,n){u(t,b,e);var r=g(new v,t,b);return void 0!=n&&l(n,m,r[_],r),r}),b.prototype=x,x.constructor=b),(S||O)&&(E("delete"),E("has"),m&&E("get")),(O||L)&&E(_),y&&x.clear&&delete x.clear}else b=h.getConstructor(t,e,m,_),a(b.prototype,n),c.NEED=!0;return d(b,e),w[e]=b,o(o.G+o.W+o.F*(b!=v),w),y||h.setStrong(b,e,m),b}},function(e,t,n){for(var r,o=n(2),i=n(13),a=n(39),c=a("typed_array"),l=a("view"),u=!(!o.ArrayBuffer||!o.DataView),s=u,f=0,p="Int8Array,Uint8Array,Uint8ClampedArray,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array".split(",");f<9;)(r=o[p[f++]])?(i(r.prototype,c,!0),i(r.prototype,l,!0)):s=!1;e.exports={ABV:u,CONSTR:s,TYPED:c,VIEW:l}},function(e,t,n){"use strict";e.exports=n(33)||!n(3)(function(){var e=Math.random();__defineSetter__.call(null,e,function(){}),delete n(2)[e]})},function(e,t,n){"use strict";var r=n(0);e.exports=function(e){r(r.S,e,{of:function(){for(var e=arguments.length,t=new Array(e);e--;)t[e]=arguments[e];return new this(t)}})}},function(e,t,n){"use strict";var r=n(0),o=n(11),i=n(21),a=n(46);e.exports=function(e){r(r.S,e,{from:function(e){var t,n,r,c,l=arguments[1];return o(this),t=void 0!==l,t&&o(l),void 0==e?new this:(n=[],t?(r=0,c=i(l,arguments[2],2),a(e,!1,function(e){n.push(c(e,r++))})):a(e,!1,n.push,n),new this(n))}})}},function(e,t,n){"use strict";var r=function(){};e.exports=r},function(e,t,n){"use strict";n.d(t,"a",function(){return c}),n.d(t,"b",function(){return l});var r=n(414),o=n(415),i=n(58),a=Object.assign||function(e){for(var t=1;t0;(i>>>=1)&&(t+=t))1&i&&(n+=t);return n}},function(e,t){e.exports=Math.sign||function(e){return 0==(e=+e)||e!=e?e:e<0?-1:1}},function(e,t){var n=Math.expm1;e.exports=!n||n(10)>22025.465794806718||n(10)<22025.465794806718||-2e-17!=n(-2e-17)?function(e){return 0==(e=+e)?e:e>-1e-6&&e<1e-6?e+e*e/2:Math.exp(e)-1}:n},function(e,t,n){var r=n(26),o=n(25);e.exports=function(e){return function(t,n){var i,a,c=String(o(t)),u=r(n),l=c.length;return u<0||u>=l?e?"":void 0:(i=c.charCodeAt(u),i<55296||i>56319||u+1===l||(a=c.charCodeAt(u+1))<56320||a>57343?e?c.charAt(u):i:e?c.slice(u,u+2):a-56320+(i-55296<<10)+65536)}}},function(e,t,n){"use strict";var r=n(33),o=n(0),i=n(14),a=n(13),c=n(51),u=n(92),l=n(49),s=n(19),f=n(6)("iterator"),d=!([].keys&&"next"in[].keys()),p=function(){return this};e.exports=function(e,t,n,h,g,m,v){u(n,t,h);var b,y,x,w=function(e){if(!d&&e in _)return _[e];switch(e){case"keys":case"values":return function(){return new n(this,e)}}return function(){return new n(this,e)}},E=t+" Iterator",k="values"==g,S=!1,_=e.prototype,C=_[f]||_["@@iterator"]||g&&_[g],O=C||w(g),T=g?k?w("entries"):O:void 0,P="Array"==t?_.entries||C:C;if(P&&(x=s(P.call(new e)))!==Object.prototype&&x.next&&(l(x,E,!0),r||"function"==typeof x[f]||a(x,f,p)),k&&C&&"values"!==C.name&&(S=!0,O=function(){return C.call(this)}),r&&!v||!d&&!S&&_[f]||a(_,f,O),c[t]=O,c[E]=p,g)if(b={values:k?O:w("values"),keys:m?O:w("keys"),entries:T},v)for(y in b)y in _||i(_,y,b[y]);else o(o.P+o.F*(d||S),t,b);return b}},function(e,t,n){"use strict";var r=n(41),o=n(37),i=n(49),a={};n(13)(a,n(6)("iterator"),function(){return this}),e.exports=function(e,t,n){e.prototype=r(a,{next:o(1,n)}),i(e,t+" Iterator")}},function(e,t,n){var r=n(64),o=n(25);e.exports=function(e,t,n){if(r(t))throw TypeError("String#"+n+" doesn't accept regex!");return String(o(e))}},function(e,t,n){var r=n(6)("match");e.exports=function(e){var t=/./;try{"/./"[e](t)}catch(n){try{return t[r]=!1,!"/./"[e](t)}catch(e){}}return!0}},function(e,t,n){var r=n(51),o=n(6)("iterator"),i=Array.prototype;e.exports=function(e){return void 0!==e&&(r.Array===e||i[o]===e)}},function(e,t,n){"use strict";var r=n(8),o=n(37);e.exports=function(e,t,n){t in e?r.f(e,t,o(0,n)):e[t]=n}},function(e,t,n){var r=n(57),o=n(6)("iterator"),i=n(51);e.exports=n(20).getIteratorMethod=function(e){if(void 0!=e)return e[o]||e["@@iterator"]||i[r(e)]}},function(e,t,n){var r=n(259);e.exports=function(e,t){return new(r(e))(t)}},function(e,t,n){"use strict";var r=n(10),o=n(40),i=n(9);e.exports=function(e){for(var t=r(this),n=i(t.length),a=arguments.length,c=o(a>1?arguments[1]:void 0,n),u=a>2?arguments[2]:void 0,l=void 0===u?n:o(u,n);l>c;)t[c++]=e;return t}},function(e,t,n){"use strict";var r=n(34),o=n(130),i=n(51),a=n(17);e.exports=n(91)(Array,"Array",function(e,t){this._t=a(e),this._i=0,this._k=t},function(){var e=this._t,t=this._k,n=this._i++;return!e||n>=e.length?(this._t=void 0,o(1)):"keys"==t?o(0,n):"values"==t?o(0,e[n]):o(0,[n,e[n]])},"values"),i.Arguments=i.Array,r("keys"),r("values"),r("entries")},function(e,t,n){var r,o,i,a=n(21),c=n(120),u=n(83),l=n(79),s=n(2),f=s.process,d=s.setImmediate,p=s.clearImmediate,h=s.MessageChannel,g=s.Dispatch,m=0,v={},b=function(){var e=+this;if(v.hasOwnProperty(e)){var t=v[e];delete v[e],t()}},y=function(e){b.call(e.data)};d&&p||(d=function(e){for(var t=[],n=1;arguments.length>n;)t.push(arguments[n++]);return v[++m]=function(){c("function"==typeof e?e:Function(e),t)},r(m),m},p=function(e){delete v[e]},"process"==n(22)(f)?r=function(e){f.nextTick(a(b,e,1))}:g&&g.now?r=function(e){g.now(a(b,e,1))}:h?(o=new h,i=o.port2,o.port1.onmessage=y,r=a(i.postMessage,i,1)):s.addEventListener&&"function"==typeof postMessage&&!s.importScripts?(r=function(e){s.postMessage(e+"","*")},s.addEventListener("message",y,!1)):r="onreadystatechange"in l("script")?function(e){u.appendChild(l("script")).onreadystatechange=function(){u.removeChild(this),b.call(e)}}:function(e){setTimeout(a(b,e,1),0)}),e.exports={set:d,clear:p}},function(e,t,n){var r=n(2),o=n(101).set,i=r.MutationObserver||r.WebKitMutationObserver,a=r.process,c=r.Promise,u="process"==n(22)(a);e.exports=function(){var e,t,n,l=function(){var r,o;for(u&&(r=a.domain)&&r.exit();e;){o=e.fn,e=e.next;try{o()}catch(r){throw e?n():t=void 0,r}}t=void 0,r&&r.enter()};if(u)n=function(){a.nextTick(l)};else if(!i||r.navigator&&r.navigator.standalone)if(c&&c.resolve){var s=c.resolve(void 0);n=function(){s.then(l)}}else n=function(){o.call(r,l)};else{var f=!0,d=document.createTextNode("");new i(l).observe(d,{characterData:!0}),n=function(){d.data=f=!f}}return function(r){var o={fn:r,next:void 0};t&&(t.next=o),e||(e=o,n()),t=o}}},function(e,t,n){"use strict";function r(e){var t,n;this.promise=new e(function(e,r){if(void 0!==t||void 0!==n)throw TypeError("Bad Promise constructor");t=e,n=r}),this.resolve=o(t),this.reject=o(n)}var o=n(11);e.exports.f=function(e){return new r(e)}},function(e,t,n){"use strict";function r(e,t,n){var r,o,i,a=new Array(n),c=8*n-t-1,u=(1<>1,s=23===t?L(2,-24)-L(2,-77):0,f=0,d=e<0||0===e&&1/e<0?1:0;for(e=F(e),e!=e||e===I?(o=e!=e?1:0,r=u):(r=U(D(e)/B),e*(i=L(2,-r))<1&&(r--,i*=2),e+=r+l>=1?s/i:s*L(2,1-l),e*i>=2&&(r++,i/=2),r+l>=u?(o=0,r=u):r+l>=1?(o=(e*i-1)*L(2,t),r+=l):(o=e*L(2,l-1)*L(2,t),r=0));t>=8;a[f++]=255&o,o/=256,t-=8);for(r=r<0;a[f++]=255&r,r/=256,c-=8);return a[--f]|=128*d,a}function o(e,t,n){var r,o=8*n-t-1,i=(1<>1,c=o-7,u=n-1,l=e[u--],s=127&l;for(l>>=7;c>0;s=256*s+e[u],u--,c-=8);for(r=s&(1<<-c)-1,s>>=-c,c+=t;c>0;r=256*r+e[u],u--,c-=8);if(0===s)s=1-a;else{if(s===i)return r?NaN:l?-I:I;r+=L(2,t),s-=a}return(l?-1:1)*r*L(2,s-t)}function i(e){return e[3]<<24|e[2]<<16|e[1]<<8|e[0]}function a(e){return[255&e]}function c(e){return[255&e,e>>8&255]}function u(e){return[255&e,e>>8&255,e>>16&255,e>>24&255]}function l(e){return r(e,52,8)}function s(e){return r(e,23,4)}function f(e,t,n){C(e[P],t,{get:function(){return this[n]}})}function d(e,t,n,r){var o=+n,i=S(o);if(i+t>e[H])throw N(j);var a=e[W]._b,c=i+e[V],u=a.slice(c,c+t);return r?u:u.reverse()}function p(e,t,n,r,o,i){var a=+n,c=S(a);if(c+t>e[H])throw N(j);for(var u=e[W]._b,l=c+e[V],s=r(+o),f=0;fQ;)(q=Y[Q++])in M||b(M,q,R[q]);m||(G.constructor=M)}var K=new A(new M(2)),J=A[P].setInt8;K.setInt8(0,2147483648),K.setInt8(1,2147483649),!K.getInt8(0)&&K.getInt8(1)||y(A[P],{setInt8:function(e,t){J.call(this,e,t<<24>>24)},setUint8:function(e,t){J.call(this,e,t<<24>>24)}},!0)}else M=function(e){w(this,M,"ArrayBuffer");var t=S(e);this._b=O.call(new Array(t),0),this[H]=t},A=function(e,t,n){w(this,A,"DataView"),w(e,M,"DataView");var r=e[H],o=E(t);if(o<0||o>r)throw N("Wrong offset!");if(n=void 0===n?r-o:k(n),o+n>r)throw N("Wrong length!");this[W]=e,this[V]=o,this[H]=n},g&&(f(M,"byteLength","_l"),f(A,"buffer","_b"),f(A,"byteLength","_l"),f(A,"byteOffset","_o")),y(A[P],{getInt8:function(e){return d(this,1,e)[0]<<24>>24},getUint8:function(e){return d(this,1,e)[0]},getInt16:function(e){var t=d(this,2,e,arguments[1]);return(t[1]<<8|t[0])<<16>>16},getUint16:function(e){var t=d(this,2,e,arguments[1]);return t[1]<<8|t[0]},getInt32:function(e){return i(d(this,4,e,arguments[1]))},getUint32:function(e){return i(d(this,4,e,arguments[1]))>>>0},getFloat32:function(e){return o(d(this,4,e,arguments[1]),23,4)},getFloat64:function(e){return o(d(this,8,e,arguments[1]),52,8)},setInt8:function(e,t){p(this,1,e,a,t)},setUint8:function(e,t){p(this,1,e,a,t)},setInt16:function(e,t){p(this,2,e,c,t,arguments[2])},setUint16:function(e,t){p(this,2,e,c,t,arguments[2])},setInt32:function(e,t){p(this,4,e,u,t,arguments[2])},setUint32:function(e,t){p(this,4,e,u,t,arguments[2])},setFloat32:function(e,t){p(this,4,e,s,t,arguments[2])},setFloat64:function(e,t){p(this,8,e,l,t,arguments[2])}});T(M,"ArrayBuffer"),T(A,"DataView"),b(A[P],v.VIEW,!0),t.ArrayBuffer=M,t.DataView=A},function(e,t,n){"use strict";function r(e,t,n,r,i,a,c,u){if(o(t),!e){var l;if(void 0===t)l=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var s=[n,r,i,a,c,u],f=0;l=new Error(t.replace(/%s/g,function(){return s[f++]})),l.name="Invariant Violation"}throw l.framesToPop=1,l}}var o=function(e){};e.exports=r},function(e,t,n){"use strict";function r(e){return function(){return e}}var o=function(){};o.thatReturns=r,o.thatReturnsFalse=r(!1),o.thatReturnsTrue=r(!0),o.thatReturnsNull=r(null),o.thatReturnsThis=function(){return this},o.thatReturnsArgument=function(e){return e},e.exports=o},function(e,t,n){"use strict";function r(e){"undefined"!=typeof console&&"function"==typeof console.error&&console.error(e);try{throw new Error(e)}catch(e){}}t.a=r},function(e,t,n){"use strict";function r(e){if(!Object(a.a)(e)||Object(o.a)(e)!=c)return!1;var t=Object(i.a)(e);if(null===t)return!0;var n=f.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&s.call(n)==d}var o=n(386),i=n(391),a=n(393),c="[object Object]",u=Function.prototype,l=Object.prototype,s=u.toString,f=l.hasOwnProperty,d=s.call(Object);t.a=r},function(e,t,n){"use strict";var r=n(75),o=n.n(r),i=function(){var e=null,t=function(t){return o()(null==e,"A history supports only one prompt at a time"),e=t,function(){e===t&&(e=null)}},n=function(t,n,r,i){if(null!=e){var a="function"==typeof e?e(t,n):e;"string"==typeof a?"function"==typeof r?r(a,i):(o()(!1,"A history needs a getUserConfirmation function in order to use a prompt message"),i(!0)):i(!1!==a)}else i(!0)},r=[];return{setPrompt:t,confirmTransitionTo:n,appendListener:function(e){var t=!0,n=function(){t&&e.apply(void 0,arguments)};return r.push(n),function(){t=!1,r=r.filter(function(e){return e!==n})}},notifyListeners:function(){for(var e=arguments.length,t=Array(e),n=0;n may have only one child element"),this.unlisten=r.listen(function(){e.setState({match:e.computeMatch(r.location.pathname)})})},t.prototype.componentWillReceiveProps=function(e){c()(this.props.history===e.history,"You cannot change ")},t.prototype.componentWillUnmount=function(){this.unlisten()},t.prototype.render=function(){var e=this.props.children;return e?f.a.Children.only(e):null},t}(f.a.Component);g.propTypes={history:p.a.object.isRequired,children:p.a.node},g.contextTypes={router:p.a.object},g.childContextTypes={router:p.a.object.isRequired},t.a=g},function(e,t,n){"use strict";var r=n(162),o=n.n(r),i={},a=0,c=function(e,t){var n=""+t.end+t.strict+t.sensitive,r=i[n]||(i[n]={});if(r[e])return r[e];var c=[],u=o()(e,c,t),l={re:u,keys:c};return a<1e4&&(r[e]=l,a++),l},u=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments[2];"string"==typeof t&&(t={path:t});var r=t,o=r.path,i=r.exact,a=void 0!==i&&i,u=r.strict,l=void 0!==u&&u,s=r.sensitive,f=void 0!==s&&s;if(null==o)return n;var d=c(o,{end:a,strict:l,sensitive:f}),p=d.re,h=d.keys,g=p.exec(e);if(!g)return null;var m=g[0],v=g.slice(1),b=e===m;return a&&!b?null:{path:o,url:"/"===o&&""===m?"/":m,isExact:b,params:h.reduce(function(e,t,n){return e[t.name]=v[n],e},{})}};t.a=u},function(e,t,n){e.exports=!n(7)&&!n(3)(function(){return 7!=Object.defineProperty(n(79)("div"),"a",{get:function(){return 7}}).a})},function(e,t,n){t.f=n(6)},function(e,t,n){var r=n(16),o=n(17),i=n(61)(!1),a=n(81)("IE_PROTO");e.exports=function(e,t){var n,c=o(e),u=0,l=[];for(n in c)n!=a&&r(c,n)&&l.push(n);for(;t.length>u;)r(c,n=t[u++])&&(~i(l,n)||l.push(n));return l}},function(e,t,n){var r=n(8),o=n(1),i=n(39);e.exports=n(7)?Object.defineProperties:function(e,t){o(e);for(var n,a=i(t),c=a.length,u=0;c>u;)r.f(e,n=a[u++],t[n]);return e}},function(e,t,n){var r=n(17),o=n(42).f,i={}.toString,a="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],c=function(e){try{return o(e)}catch(e){return a.slice()}};e.exports.f=function(e){return a&&"[object Window]"==i.call(e)?c(e):o(r(e))}},function(e,t,n){"use strict";var r=n(39),o=n(62),i=n(56),a=n(10),c=n(55),u=Object.assign;e.exports=!u||n(3)(function(){var e={},t={},n=Symbol(),r="abcdefghijklmnopqrst";return e[n]=7,r.split("").forEach(function(e){t[e]=e}),7!=u({},e)[n]||Object.keys(u({},t)).join("")!=r})?function(e,t){for(var n=a(e),u=arguments.length,l=1,s=o.f,f=i.f;u>l;)for(var d,p=c(arguments[l++]),h=s?r(p).concat(s(p)):r(p),g=h.length,m=0;g>m;)f.call(p,d=h[m++])&&(n[d]=p[d]);return n}:u},function(e,t,n){"use strict";var r=n(11),o=n(4),i=n(120),a=[].slice,c={},u=function(e,t,n){if(!(t in c)){for(var r=[],o=0;o>>0||(a.test(n)?16:10))}:r},function(e,t,n){var r=n(2).parseFloat,o=n(50).trim;e.exports=1/r(n(85)+"-0")!=-1/0?function(e){var t=o(String(e),3),n=r(t);return 0===n&&"-"==t.charAt(0)?-0:n}:r},function(e,t,n){var r=n(22);e.exports=function(e,t){if("number"!=typeof e&&"Number"!=r(e))throw TypeError(t);return+e}},function(e,t,n){var r=n(4),o=Math.floor;e.exports=function(e){return!r(e)&&isFinite(e)&&o(e)===e}},function(e,t){e.exports=Math.log1p||function(e){return(e=+e)>-1e-8&&e<1e-8?e-e*e/2:Math.log(1+e)}},function(e,t,n){var r=n(88),o=Math.pow,i=o(2,-52),a=o(2,-23),c=o(2,127)*(2-a),u=o(2,-126),l=function(e){return e+1/i-1/i};e.exports=Math.fround||function(e){var t,n,o=Math.abs(e),s=r(e);return oc||n!=n?s*(1/0):s*n)}},function(e,t,n){var r=n(1);e.exports=function(e,t,n,o){try{return o?t(r(n)[0],n[1]):t(n)}catch(t){var i=e.return;throw void 0!==i&&r(i.call(e)),t}}},function(e,t,n){var r=n(11),o=n(10),i=n(55),a=n(9);e.exports=function(e,t,n,c,u){r(t);var l=o(e),s=i(l),f=a(l.length),d=u?f-1:0,p=u?-1:1;if(n<2)for(;;){if(d in s){c=s[d],d+=p;break}if(d+=p,u?d<0:f<=d)throw TypeError("Reduce of empty array with no initial value")}for(;u?d>=0:f>d;d+=p)d in s&&(c=t(c,s[d],d,l));return c}},function(e,t,n){"use strict";var r=n(10),o=n(40),i=n(9);e.exports=[].copyWithin||function(e,t){var n=r(this),a=i(n.length),c=o(e,a),u=o(t,a),l=arguments.length>2?arguments[2]:void 0,s=Math.min((void 0===l?a:o(l,a))-u,a-c),f=1;for(u0;)u in n?n[c]=n[u]:delete n[c],c+=f,u+=f;return n}},function(e,t){e.exports=function(e,t){return{value:t,done:!!e}}},function(e,t,n){n(7)&&"g"!=/./g.flags&&n(8).f(RegExp.prototype,"flags",{configurable:!0,get:n(66)})},function(e,t){e.exports=function(e){try{return{e:!1,v:e()}}catch(e){return{e:!0,v:e}}}},function(e,t,n){var r=n(1),o=n(4),i=n(103);e.exports=function(e,t){if(r(e),o(t)&&t.constructor===e)return t;var n=i.f(e);return(0,n.resolve)(t),n.promise}},function(e,t,n){"use strict";var r=n(135),o=n(52);e.exports=n(70)("Map",function(e){return function(){return e(this,arguments.length>0?arguments[0]:void 0)}},{get:function(e){var t=r.getEntry(o(this,"Map"),e);return t&&t.v},set:function(e,t){return r.def(o(this,"Map"),0===e?0:e,t)}},r,!0)},function(e,t,n){"use strict";var r=n(8).f,o=n(41),i=n(46),a=n(21),c=n(44),u=n(45),l=n(91),s=n(130),f=n(43),d=n(7),p=n(32).fastKey,h=n(52),g=d?"_s":"size",m=function(e,t){var n,r=p(t);if("F"!==r)return e._i[r];for(n=e._f;n;n=n.n)if(n.k==t)return n};e.exports={getConstructor:function(e,t,n,l){var s=e(function(e,r){c(e,s,t,"_i"),e._t=t,e._i=o(null),e._f=void 0,e._l=void 0,e[g]=0,void 0!=r&&u(r,n,e[l],e)});return i(s.prototype,{clear:function(){for(var e=h(this,t),n=e._i,r=e._f;r;r=r.n)r.r=!0,r.p&&(r.p=r.p.n=void 0),delete n[r.i];e._f=e._l=void 0,e[g]=0},delete:function(e){var n=h(this,t),r=m(n,e);if(r){var o=r.n,i=r.p;delete n._i[r.i],r.r=!0,i&&(i.n=o),o&&(o.p=i),n._f==r&&(n._f=o),n._l==r&&(n._l=i),n[g]--}return!!r},forEach:function(e){h(this,t);for(var n,r=a(e,arguments.length>1?arguments[1]:void 0,3);n=n?n.n:this._f;)for(r(n.v,n.k,this);n&&n.r;)n=n.p},has:function(e){return!!m(h(this,t),e)}}),d&&r(s.prototype,"size",{get:function(){return h(this,t)[g]}}),s},def:function(e,t,n){var r,o,i=m(e,t);return i?i.v=n:(e._l=i={i:o=p(t,!0),k:t,v:n,p:r=e._l,n:void 0,r:!1},e._f||(e._f=i),r&&(r.n=i),e[g]++,"F"!==o&&(e._i[o]=i)),e},getEntry:m,setStrong:function(e,t,n){l(e,t,function(e,n){this._t=h(e,t),this._k=n,this._l=void 0},function(){for(var e=this,t=e._k,n=e._l;n&&n.r;)n=n.p;return e._t&&(e._l=n=n?n.n:e._t._f)?"keys"==t?s(0,n.k):"values"==t?s(0,n.v):s(0,[n.k,n.v]):(e._t=void 0,s(1))},n?"entries":"values",!n,!0),f(t)}}},function(e,t,n){"use strict";var r=n(135),o=n(52);e.exports=n(70)("Set",function(e){return function(){return e(this,arguments.length>0?arguments[0]:void 0)}},{add:function(e){return r.def(o(this,"Set"),e=0===e?0:e,e)}},r)},function(e,t,n){"use strict";var r,o=n(28)(0),i=n(14),a=n(32),c=n(118),u=n(138),l=n(4),s=n(3),f=n(52),d=a.getWeak,p=Object.isExtensible,h=u.ufstore,g={},m=function(e){return function(){return e(this,arguments.length>0?arguments[0]:void 0)}},v={get:function(e){if(l(e)){var t=d(e);return!0===t?h(f(this,"WeakMap")).get(e):t?t[this._i]:void 0}},set:function(e,t){return u.def(f(this,"WeakMap"),e,t)}},b=e.exports=n(70)("WeakMap",m,v,u,!0,!0);s(function(){return 7!=(new b).set((Object.freeze||Object)(g),7).get(g)})&&(r=u.getConstructor(m,"WeakMap"),c(r.prototype,v),a.NEED=!0,o(["delete","has","get","set"],function(e){var t=b.prototype,n=t[e];i(t,e,function(t,o){if(l(t)&&!p(t)){this._f||(this._f=new r);var i=this._f[e](t,o);return"set"==e?this:i}return n.call(this,t,o)})}))},function(e,t,n){"use strict";var r=n(46),o=n(32).getWeak,i=n(1),a=n(4),c=n(44),u=n(45),l=n(28),s=n(16),f=n(52),d=l(5),p=l(6),h=0,g=function(e){return e._l||(e._l=new m)},m=function(){this.a=[]},v=function(e,t){return d(e.a,function(e){return e[0]===t})};m.prototype={get:function(e){var t=v(this,e);if(t)return t[1]},has:function(e){return!!v(this,e)},set:function(e,t){var n=v(this,e);n?n[1]=t:this.a.push([e,t])},delete:function(e){var t=p(this.a,function(t){return t[0]===e});return~t&&this.a.splice(t,1),!!~t}},e.exports={getConstructor:function(e,t,n,i){var l=e(function(e,r){c(e,l,t,"_i"),e._t=t,e._i=h++,e._l=void 0,void 0!=r&&u(r,n,e[i],e)});return r(l.prototype,{delete:function(e){if(!a(e))return!1;var n=o(e);return!0===n?g(f(this,t)).delete(e):n&&s(n,this._i)&&delete n[this._i]},has:function(e){if(!a(e))return!1;var n=o(e);return!0===n?g(f(this,t)).has(e):n&&s(n,this._i)}}),l},def:function(e,t,n){var r=o(i(t),!0);return!0===r?g(e).set(t,n):r[e._i]=n,e},ufstore:g}},function(e,t,n){var r=n(26),o=n(9);e.exports=function(e){if(void 0===e)return 0;var t=r(e),n=o(t);if(t!==n)throw RangeError("Wrong length!");return n}},function(e,t,n){var r=n(42),o=n(62),i=n(1),a=n(2).Reflect;e.exports=a&&a.ownKeys||function(e){var t=r.f(i(e)),n=o.f;return n?t.concat(n(e)):t}},function(e,t,n){"use strict";function r(e,t,n,l,s,f,d,p){for(var h,g,m=s,v=0,b=!!d&&c(d,p,3);v0)m=r(e,t,h,a(h.length),m,f-1)-1;else{if(m>=9007199254740991)throw TypeError();e[m]=h}m++}v++}return m}var o=n(63),i=n(4),a=n(9),c=n(21),u=n(6)("isConcatSpreadable");e.exports=r},function(e,t,n){var r=n(9),o=n(87),i=n(25);e.exports=function(e,t,n,a){var c=String(i(e)),u=c.length,l=void 0===n?" ":String(n),s=r(t);if(s<=u||""==l)return c;var f=s-u,d=o.call(l,Math.ceil(f/l.length));return d.length>f&&(d=d.slice(0,f)),a?d+c:c+d}},function(e,t,n){var r=n(39),o=n(17),i=n(56).f;e.exports=function(e){return function(t){for(var n,a=o(t),c=r(a),u=c.length,l=0,s=[];u>l;)i.call(a,n=c[l++])&&s.push(e?[n,a[n]]:a[n]);return s}}},function(e,t,n){var r=n(57),o=n(145);e.exports=function(e){return function(){if(r(this)!=e)throw TypeError(e+"#toJSON isn't generic");return o(this)}}},function(e,t,n){var r=n(45);e.exports=function(e,t){var n=[];return r(e,!1,n.push,n,t),n}},function(e,t){e.exports=Math.scale||function(e,t,n,r,o){return 0===arguments.length||e!=e||t!=t||n!=n||r!=r||o!=o?NaN:e===1/0||e===-1/0?e:(e-t)*(o-r)/(n-t)+r}},function(e,t,n){"use strict";function r(e){if(null===e||void 0===e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}/* +!function(){"use strict";function n(){for(var e=[],t=0;t0;(i>>>=1)&&(t+=t))1&i&&(n+=t);return n}},function(e,t){e.exports=Math.sign||function(e){return 0==(e=+e)||e!=e?e:e<0?-1:1}},function(e,t){var n=Math.expm1;e.exports=!n||n(10)>22025.465794806718||n(10)<22025.465794806718||-2e-17!=n(-2e-17)?function(e){return 0==(e=+e)?e:e>-1e-6&&e<1e-6?e+e*e/2:Math.exp(e)-1}:n},function(e,t,n){var r=n(26),o=n(25);e.exports=function(e){return function(t,n){var i,a,c=String(o(t)),l=r(n),u=c.length;return l<0||l>=u?e?"":void 0:(i=c.charCodeAt(l),i<55296||i>56319||l+1===u||(a=c.charCodeAt(l+1))<56320||a>57343?e?c.charAt(l):i:e?c.slice(l,l+2):a-56320+(i-55296<<10)+65536)}}},function(e,t,n){"use strict";var r=n(33),o=n(0),i=n(14),a=n(13),c=n(51),l=n(92),u=n(49),s=n(19),f=n(6)("iterator"),p=!([].keys&&"next"in[].keys()),d=function(){return this};e.exports=function(e,t,n,g,h,m,y){l(n,t,g);var v,b,_,x=function(e){if(!p&&e in L)return L[e];switch(e){case"keys":case"values":return function(){return new n(this,e)}}return function(){return new n(this,e)}},w=t+" Iterator",E="values"==h,R=!1,L=e.prototype,S=L[f]||L["@@iterator"]||h&&L[h],k=S||x(h),O=h?E?x("entries"):k:void 0,A="Array"==t?L.entries||S:S;if(A&&(_=s(A.call(new e)))!==Object.prototype&&_.next&&(u(_,w,!0),r||"function"==typeof _[f]||a(_,f,d)),E&&S&&"values"!==S.name&&(R=!0,k=function(){return S.call(this)}),r&&!y||!p&&!R&&L[f]||a(L,f,k),c[t]=k,c[w]=d,h)if(v={values:E?k:x("values"),keys:m?k:x("keys"),entries:O},y)for(b in v)b in L||i(L,b,v[b]);else o(o.P+o.F*(p||R),t,v);return v}},function(e,t,n){"use strict";var r=n(42),o=n(38),i=n(49),a={};n(13)(a,n(6)("iterator"),function(){return this}),e.exports=function(e,t,n){e.prototype=r(a,{next:o(1,n)}),i(e,t+" Iterator")}},function(e,t,n){var r=n(64),o=n(25);e.exports=function(e,t,n){if(r(t))throw TypeError("String#"+n+" doesn't accept regex!");return String(o(e))}},function(e,t,n){var r=n(6)("match");e.exports=function(e){var t=/./;try{"/./"[e](t)}catch(n){try{return t[r]=!1,!"/./"[e](t)}catch(e){}}return!0}},function(e,t,n){var r=n(51),o=n(6)("iterator"),i=Array.prototype;e.exports=function(e){return void 0!==e&&(r.Array===e||i[o]===e)}},function(e,t,n){"use strict";var r=n(8),o=n(38);e.exports=function(e,t,n){t in e?r.f(e,t,o(0,n)):e[t]=n}},function(e,t,n){var r=n(57),o=n(6)("iterator"),i=n(51);e.exports=n(20).getIteratorMethod=function(e){if(void 0!=e)return e[o]||e["@@iterator"]||i[r(e)]}},function(e,t,n){var r=n(260);e.exports=function(e,t){return new(r(e))(t)}},function(e,t,n){"use strict";var r=n(10),o=n(41),i=n(9);e.exports=function(e){for(var t=r(this),n=i(t.length),a=arguments.length,c=o(a>1?arguments[1]:void 0,n),l=a>2?arguments[2]:void 0,u=void 0===l?n:o(l,n);u>c;)t[c++]=e;return t}},function(e,t,n){"use strict";var r=n(34),o=n(130),i=n(51),a=n(17);e.exports=n(91)(Array,"Array",function(e,t){this._t=a(e),this._i=0,this._k=t},function(){var e=this._t,t=this._k,n=this._i++;return!e||n>=e.length?(this._t=void 0,o(1)):"keys"==t?o(0,n):"values"==t?o(0,e[n]):o(0,[n,e[n]])},"values"),i.Arguments=i.Array,r("keys"),r("values"),r("entries")},function(e,t,n){var r,o,i,a=n(21),c=n(120),l=n(83),u=n(79),s=n(2),f=s.process,p=s.setImmediate,d=s.clearImmediate,g=s.MessageChannel,h=s.Dispatch,m=0,y={},v=function(){var e=+this;if(y.hasOwnProperty(e)){var t=y[e];delete y[e],t()}},b=function(e){v.call(e.data)};p&&d||(p=function(e){for(var t=[],n=1;arguments.length>n;)t.push(arguments[n++]);return y[++m]=function(){c("function"==typeof e?e:Function(e),t)},r(m),m},d=function(e){delete y[e]},"process"==n(22)(f)?r=function(e){f.nextTick(a(v,e,1))}:h&&h.now?r=function(e){h.now(a(v,e,1))}:g?(o=new g,i=o.port2,o.port1.onmessage=b,r=a(i.postMessage,i,1)):s.addEventListener&&"function"==typeof postMessage&&!s.importScripts?(r=function(e){s.postMessage(e+"","*")},s.addEventListener("message",b,!1)):r="onreadystatechange"in u("script")?function(e){l.appendChild(u("script")).onreadystatechange=function(){l.removeChild(this),v.call(e)}}:function(e){setTimeout(a(v,e,1),0)}),e.exports={set:p,clear:d}},function(e,t,n){var r=n(2),o=n(101).set,i=r.MutationObserver||r.WebKitMutationObserver,a=r.process,c=r.Promise,l="process"==n(22)(a);e.exports=function(){var e,t,n,u=function(){var r,o;for(l&&(r=a.domain)&&r.exit();e;){o=e.fn,e=e.next;try{o()}catch(r){throw e?n():t=void 0,r}}t=void 0,r&&r.enter()};if(l)n=function(){a.nextTick(u)};else if(!i||r.navigator&&r.navigator.standalone)if(c&&c.resolve){var s=c.resolve(void 0);n=function(){s.then(u)}}else n=function(){o.call(r,u)};else{var f=!0,p=document.createTextNode("");new i(u).observe(p,{characterData:!0}),n=function(){p.data=f=!f}}return function(r){var o={fn:r,next:void 0};t&&(t.next=o),e||(e=o,n()),t=o}}},function(e,t,n){"use strict";function r(e){var t,n;this.promise=new e(function(e,r){if(void 0!==t||void 0!==n)throw TypeError("Bad Promise constructor");t=e,n=r}),this.resolve=o(t),this.reject=o(n)}var o=n(11);e.exports.f=function(e){return new r(e)}},function(e,t,n){"use strict";function r(e,t,n){var r,o,i,a=new Array(n),c=8*n-t-1,l=(1<>1,s=23===t?D(2,-24)-D(2,-77):0,f=0,p=e<0||0===e&&1/e<0?1:0;for(e=G(e),e!=e||e===P?(o=e!=e?1:0,r=l):(r=z(N(e)/F),e*(i=D(2,-r))<1&&(r--,i*=2),e+=r+u>=1?s/i:s*D(2,1-u),e*i>=2&&(r++,i/=2),r+u>=l?(o=0,r=l):r+u>=1?(o=(e*i-1)*D(2,t),r+=u):(o=e*D(2,u-1)*D(2,t),r=0));t>=8;a[f++]=255&o,o/=256,t-=8);for(r=r<0;a[f++]=255&r,r/=256,c-=8);return a[--f]|=128*p,a}function o(e,t,n){var r,o=8*n-t-1,i=(1<>1,c=o-7,l=n-1,u=e[l--],s=127&u;for(u>>=7;c>0;s=256*s+e[l],l--,c-=8);for(r=s&(1<<-c)-1,s>>=-c,c+=t;c>0;r=256*r+e[l],l--,c-=8);if(0===s)s=1-a;else{if(s===i)return r?NaN:u?-P:P;r+=D(2,t),s-=a}return(u?-1:1)*r*D(2,s-t)}function i(e){return e[3]<<24|e[2]<<16|e[1]<<8|e[0]}function a(e){return[255&e]}function c(e){return[255&e,e>>8&255]}function l(e){return[255&e,e>>8&255,e>>16&255,e>>24&255]}function u(e){return r(e,52,8)}function s(e){return r(e,23,4)}function f(e,t,n){S(e[A],t,{get:function(){return this[n]}})}function p(e,t,n,r){var o=+n,i=R(o);if(i+t>e[H])throw M(C);var a=e[B]._b,c=i+e[W],l=a.slice(c,c+t);return r?l:l.reverse()}function d(e,t,n,r,o,i){var a=+n,c=R(a);if(c+t>e[H])throw M(C);for(var l=e[B]._b,u=c+e[W],s=r(+o),f=0;fQ;)(V=Y[Q++])in I||v(I,V,j[V]);m||(q.constructor=I)}var K=new U(new I(2)),J=U[A].setInt8;K.setInt8(0,2147483648),K.setInt8(1,2147483649),!K.getInt8(0)&&K.getInt8(1)||b(U[A],{setInt8:function(e,t){J.call(this,e,t<<24>>24)},setUint8:function(e,t){J.call(this,e,t<<24>>24)}},!0)}else I=function(e){x(this,I,"ArrayBuffer");var t=R(e);this._b=k.call(new Array(t),0),this[H]=t},U=function(e,t,n){x(this,U,"DataView"),x(e,I,"DataView");var r=e[H],o=w(t);if(o<0||o>r)throw M("Wrong offset!");if(n=void 0===n?r-o:E(n),o+n>r)throw M("Wrong length!");this[B]=e,this[W]=o,this[H]=n},h&&(f(I,"byteLength","_l"),f(U,"buffer","_b"),f(U,"byteLength","_l"),f(U,"byteOffset","_o")),b(U[A],{getInt8:function(e){return p(this,1,e)[0]<<24>>24},getUint8:function(e){return p(this,1,e)[0]},getInt16:function(e){var t=p(this,2,e,arguments[1]);return(t[1]<<8|t[0])<<16>>16},getUint16:function(e){var t=p(this,2,e,arguments[1]);return t[1]<<8|t[0]},getInt32:function(e){return i(p(this,4,e,arguments[1]))},getUint32:function(e){return i(p(this,4,e,arguments[1]))>>>0},getFloat32:function(e){return o(p(this,4,e,arguments[1]),23,4)},getFloat64:function(e){return o(p(this,8,e,arguments[1]),52,8)},setInt8:function(e,t){d(this,1,e,a,t)},setUint8:function(e,t){d(this,1,e,a,t)},setInt16:function(e,t){d(this,2,e,c,t,arguments[2])},setUint16:function(e,t){d(this,2,e,c,t,arguments[2])},setInt32:function(e,t){d(this,4,e,l,t,arguments[2])},setUint32:function(e,t){d(this,4,e,l,t,arguments[2])},setFloat32:function(e,t){d(this,4,e,s,t,arguments[2])},setFloat64:function(e,t){d(this,8,e,u,t,arguments[2])}});O(I,"ArrayBuffer"),O(U,"DataView"),v(U[A],y.VIEW,!0),t.ArrayBuffer=I,t.DataView=U},function(e,t,n){"use strict";function r(e,t,n,r,i,a,c,l){if(o(t),!e){var u;if(void 0===t)u=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var s=[n,r,i,a,c,l],f=0;u=new Error(t.replace(/%s/g,function(){return s[f++]})),u.name="Invariant Violation"}throw u.framesToPop=1,u}}var o=function(e){};e.exports=r},function(e,t,n){"use strict";function r(e){return function(){return e}}var o=function(){};o.thatReturns=r,o.thatReturnsFalse=r(!1),o.thatReturnsTrue=r(!0),o.thatReturnsNull=r(null),o.thatReturnsThis=function(){return this},o.thatReturnsArgument=function(e){return e},e.exports=o},function(e,t,n){"use strict";function r(e){"undefined"!=typeof console&&"function"==typeof console.error&&console.error(e);try{throw new Error(e)}catch(e){}}t.a=r},function(e,t,n){"use strict";function r(e){if(!Object(a.a)(e)||Object(o.a)(e)!=c)return!1;var t=Object(i.a)(e);if(null===t)return!0;var n=f.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&s.call(n)==p}var o=n(387),i=n(392),a=n(394),c="[object Object]",l=Function.prototype,u=Object.prototype,s=l.toString,f=u.hasOwnProperty,p=s.call(Object);t.a=r},function(e,t,n){"use strict";var r=n(75),o=n.n(r),i=function(){var e=null,t=function(t){return o()(null==e,"A history supports only one prompt at a time"),e=t,function(){e===t&&(e=null)}},n=function(t,n,r,i){if(null!=e){var a="function"==typeof e?e(t,n):e;"string"==typeof a?"function"==typeof r?r(a,i):(o()(!1,"A history needs a getUserConfirmation function in order to use a prompt message"),i(!0)):i(!1!==a)}else i(!0)},r=[];return{setPrompt:t,confirmTransitionTo:n,appendListener:function(e){var t=!0,n=function(){t&&e.apply(void 0,arguments)};return r.push(n),function(){t=!1,r=r.filter(function(e){return e!==n})}},notifyListeners:function(){for(var e=arguments.length,t=Array(e),n=0;n may have only one child element"),this.unlisten=r.listen(function(){e.setState({match:e.computeMatch(r.location.pathname)})})},t.prototype.componentWillReceiveProps=function(e){c()(this.props.history===e.history,"You cannot change ")},t.prototype.componentWillUnmount=function(){this.unlisten()},t.prototype.render=function(){var e=this.props.children;return e?f.a.Children.only(e):null},t}(f.a.Component);h.propTypes={history:d.a.object.isRequired,children:d.a.node},h.contextTypes={router:d.a.object},h.childContextTypes={router:d.a.object.isRequired},t.a=h},function(e,t,n){"use strict";var r=n(162),o=n.n(r),i={},a=0,c=function(e,t){var n=""+t.end+t.strict+t.sensitive,r=i[n]||(i[n]={});if(r[e])return r[e];var c=[],l=o()(e,c,t),u={re:l,keys:c};return a<1e4&&(r[e]=u,a++),u},l=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments[2];"string"==typeof t&&(t={path:t});var r=t,o=r.path,i=r.exact,a=void 0!==i&&i,l=r.strict,u=void 0!==l&&l,s=r.sensitive,f=void 0!==s&&s;if(null==o)return n;var p=c(o,{end:a,strict:u,sensitive:f}),d=p.re,g=p.keys,h=d.exec(e);if(!h)return null;var m=h[0],y=h.slice(1),v=e===m;return a&&!v?null:{path:o,url:"/"===o&&""===m?"/":m,isExact:v,params:g.reduce(function(e,t,n){return e[t.name]=y[n],e},{})}};t.a=l},function(e,t,n){e.exports=!n(7)&&!n(3)(function(){return 7!=Object.defineProperty(n(79)("div"),"a",{get:function(){return 7}}).a})},function(e,t,n){t.f=n(6)},function(e,t,n){var r=n(16),o=n(17),i=n(61)(!1),a=n(81)("IE_PROTO");e.exports=function(e,t){var n,c=o(e),l=0,u=[];for(n in c)n!=a&&r(c,n)&&u.push(n);for(;t.length>l;)r(c,n=t[l++])&&(~i(u,n)||u.push(n));return u}},function(e,t,n){var r=n(8),o=n(1),i=n(40);e.exports=n(7)?Object.defineProperties:function(e,t){o(e);for(var n,a=i(t),c=a.length,l=0;c>l;)r.f(e,n=a[l++],t[n]);return e}},function(e,t,n){var r=n(17),o=n(43).f,i={}.toString,a="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],c=function(e){try{return o(e)}catch(e){return a.slice()}};e.exports.f=function(e){return a&&"[object Window]"==i.call(e)?c(e):o(r(e))}},function(e,t,n){"use strict";var r=n(40),o=n(62),i=n(56),a=n(10),c=n(55),l=Object.assign;e.exports=!l||n(3)(function(){var e={},t={},n=Symbol(),r="abcdefghijklmnopqrst";return e[n]=7,r.split("").forEach(function(e){t[e]=e}),7!=l({},e)[n]||Object.keys(l({},t)).join("")!=r})?function(e,t){for(var n=a(e),l=arguments.length,u=1,s=o.f,f=i.f;l>u;)for(var p,d=c(arguments[u++]),g=s?r(d).concat(s(d)):r(d),h=g.length,m=0;h>m;)f.call(d,p=g[m++])&&(n[p]=d[p]);return n}:l},function(e,t,n){"use strict";var r=n(11),o=n(4),i=n(120),a=[].slice,c={},l=function(e,t,n){if(!(t in c)){for(var r=[],o=0;o>>0||(a.test(n)?16:10))}:r},function(e,t,n){var r=n(2).parseFloat,o=n(50).trim;e.exports=1/r(n(85)+"-0")!=-1/0?function(e){var t=o(String(e),3),n=r(t);return 0===n&&"-"==t.charAt(0)?-0:n}:r},function(e,t,n){var r=n(22);e.exports=function(e,t){if("number"!=typeof e&&"Number"!=r(e))throw TypeError(t);return+e}},function(e,t,n){var r=n(4),o=Math.floor;e.exports=function(e){return!r(e)&&isFinite(e)&&o(e)===e}},function(e,t){e.exports=Math.log1p||function(e){return(e=+e)>-1e-8&&e<1e-8?e-e*e/2:Math.log(1+e)}},function(e,t,n){var r=n(88),o=Math.pow,i=o(2,-52),a=o(2,-23),c=o(2,127)*(2-a),l=o(2,-126),u=function(e){return e+1/i-1/i};e.exports=Math.fround||function(e){var t,n,o=Math.abs(e),s=r(e);return oc||n!=n?s*(1/0):s*n)}},function(e,t,n){var r=n(1);e.exports=function(e,t,n,o){try{return o?t(r(n)[0],n[1]):t(n)}catch(t){var i=e.return;throw void 0!==i&&r(i.call(e)),t}}},function(e,t,n){var r=n(11),o=n(10),i=n(55),a=n(9);e.exports=function(e,t,n,c,l){r(t);var u=o(e),s=i(u),f=a(u.length),p=l?f-1:0,d=l?-1:1;if(n<2)for(;;){if(p in s){c=s[p],p+=d;break}if(p+=d,l?p<0:f<=p)throw TypeError("Reduce of empty array with no initial value")}for(;l?p>=0:f>p;p+=d)p in s&&(c=t(c,s[p],p,u));return c}},function(e,t,n){"use strict";var r=n(10),o=n(41),i=n(9);e.exports=[].copyWithin||function(e,t){var n=r(this),a=i(n.length),c=o(e,a),l=o(t,a),u=arguments.length>2?arguments[2]:void 0,s=Math.min((void 0===u?a:o(u,a))-l,a-c),f=1;for(l0;)l in n?n[c]=n[l]:delete n[c],c+=f,l+=f;return n}},function(e,t){e.exports=function(e,t){return{value:t,done:!!e}}},function(e,t,n){n(7)&&"g"!=/./g.flags&&n(8).f(RegExp.prototype,"flags",{configurable:!0,get:n(66)})},function(e,t){e.exports=function(e){try{return{e:!1,v:e()}}catch(e){return{e:!0,v:e}}}},function(e,t,n){var r=n(1),o=n(4),i=n(103);e.exports=function(e,t){if(r(e),o(t)&&t.constructor===e)return t;var n=i.f(e);return(0,n.resolve)(t),n.promise}},function(e,t,n){"use strict";var r=n(135),o=n(52);e.exports=n(70)("Map",function(e){return function(){return e(this,arguments.length>0?arguments[0]:void 0)}},{get:function(e){var t=r.getEntry(o(this,"Map"),e);return t&&t.v},set:function(e,t){return r.def(o(this,"Map"),0===e?0:e,t)}},r,!0)},function(e,t,n){"use strict";var r=n(8).f,o=n(42),i=n(47),a=n(21),c=n(45),l=n(46),u=n(91),s=n(130),f=n(44),p=n(7),d=n(32).fastKey,g=n(52),h=p?"_s":"size",m=function(e,t){var n,r=d(t);if("F"!==r)return e._i[r];for(n=e._f;n;n=n.n)if(n.k==t)return n};e.exports={getConstructor:function(e,t,n,u){var s=e(function(e,r){c(e,s,t,"_i"),e._t=t,e._i=o(null),e._f=void 0,e._l=void 0,e[h]=0,void 0!=r&&l(r,n,e[u],e)});return i(s.prototype,{clear:function(){for(var e=g(this,t),n=e._i,r=e._f;r;r=r.n)r.r=!0,r.p&&(r.p=r.p.n=void 0),delete n[r.i];e._f=e._l=void 0,e[h]=0},delete:function(e){var n=g(this,t),r=m(n,e);if(r){var o=r.n,i=r.p;delete n._i[r.i],r.r=!0,i&&(i.n=o),o&&(o.p=i),n._f==r&&(n._f=o),n._l==r&&(n._l=i),n[h]--}return!!r},forEach:function(e){g(this,t);for(var n,r=a(e,arguments.length>1?arguments[1]:void 0,3);n=n?n.n:this._f;)for(r(n.v,n.k,this);n&&n.r;)n=n.p},has:function(e){return!!m(g(this,t),e)}}),p&&r(s.prototype,"size",{get:function(){return g(this,t)[h]}}),s},def:function(e,t,n){var r,o,i=m(e,t);return i?i.v=n:(e._l=i={i:o=d(t,!0),k:t,v:n,p:r=e._l,n:void 0,r:!1},e._f||(e._f=i),r&&(r.n=i),e[h]++,"F"!==o&&(e._i[o]=i)),e},getEntry:m,setStrong:function(e,t,n){u(e,t,function(e,n){this._t=g(e,t),this._k=n,this._l=void 0},function(){for(var e=this,t=e._k,n=e._l;n&&n.r;)n=n.p;return e._t&&(e._l=n=n?n.n:e._t._f)?"keys"==t?s(0,n.k):"values"==t?s(0,n.v):s(0,[n.k,n.v]):(e._t=void 0,s(1))},n?"entries":"values",!n,!0),f(t)}}},function(e,t,n){"use strict";var r=n(135),o=n(52);e.exports=n(70)("Set",function(e){return function(){return e(this,arguments.length>0?arguments[0]:void 0)}},{add:function(e){return r.def(o(this,"Set"),e=0===e?0:e,e)}},r)},function(e,t,n){"use strict";var r,o=n(28)(0),i=n(14),a=n(32),c=n(118),l=n(138),u=n(4),s=n(3),f=n(52),p=a.getWeak,d=Object.isExtensible,g=l.ufstore,h={},m=function(e){return function(){return e(this,arguments.length>0?arguments[0]:void 0)}},y={get:function(e){if(u(e)){var t=p(e);return!0===t?g(f(this,"WeakMap")).get(e):t?t[this._i]:void 0}},set:function(e,t){return l.def(f(this,"WeakMap"),e,t)}},v=e.exports=n(70)("WeakMap",m,y,l,!0,!0);s(function(){return 7!=(new v).set((Object.freeze||Object)(h),7).get(h)})&&(r=l.getConstructor(m,"WeakMap"),c(r.prototype,y),a.NEED=!0,o(["delete","has","get","set"],function(e){var t=v.prototype,n=t[e];i(t,e,function(t,o){if(u(t)&&!d(t)){this._f||(this._f=new r);var i=this._f[e](t,o);return"set"==e?this:i}return n.call(this,t,o)})}))},function(e,t,n){"use strict";var r=n(47),o=n(32).getWeak,i=n(1),a=n(4),c=n(45),l=n(46),u=n(28),s=n(16),f=n(52),p=u(5),d=u(6),g=0,h=function(e){return e._l||(e._l=new m)},m=function(){this.a=[]},y=function(e,t){return p(e.a,function(e){return e[0]===t})};m.prototype={get:function(e){var t=y(this,e);if(t)return t[1]},has:function(e){return!!y(this,e)},set:function(e,t){var n=y(this,e);n?n[1]=t:this.a.push([e,t])},delete:function(e){var t=d(this.a,function(t){return t[0]===e});return~t&&this.a.splice(t,1),!!~t}},e.exports={getConstructor:function(e,t,n,i){var u=e(function(e,r){c(e,u,t,"_i"),e._t=t,e._i=g++,e._l=void 0,void 0!=r&&l(r,n,e[i],e)});return r(u.prototype,{delete:function(e){if(!a(e))return!1;var n=o(e);return!0===n?h(f(this,t)).delete(e):n&&s(n,this._i)&&delete n[this._i]},has:function(e){if(!a(e))return!1;var n=o(e);return!0===n?h(f(this,t)).has(e):n&&s(n,this._i)}}),u},def:function(e,t,n){var r=o(i(t),!0);return!0===r?h(e).set(t,n):r[e._i]=n,e},ufstore:h}},function(e,t,n){var r=n(26),o=n(9);e.exports=function(e){if(void 0===e)return 0;var t=r(e),n=o(t);if(t!==n)throw RangeError("Wrong length!");return n}},function(e,t,n){var r=n(43),o=n(62),i=n(1),a=n(2).Reflect;e.exports=a&&a.ownKeys||function(e){var t=r.f(i(e)),n=o.f;return n?t.concat(n(e)):t}},function(e,t,n){"use strict";function r(e,t,n,u,s,f,p,d){for(var g,h,m=s,y=0,v=!!p&&c(p,d,3);y0)m=r(e,t,g,a(g.length),m,f-1)-1;else{if(m>=9007199254740991)throw TypeError();e[m]=g}m++}y++}return m}var o=n(63),i=n(4),a=n(9),c=n(21),l=n(6)("isConcatSpreadable");e.exports=r},function(e,t,n){var r=n(9),o=n(87),i=n(25);e.exports=function(e,t,n,a){var c=String(i(e)),l=c.length,u=void 0===n?" ":String(n),s=r(t);if(s<=l||""==u)return c;var f=s-l,p=o.call(u,Math.ceil(f/u.length));return p.length>f&&(p=p.slice(0,f)),a?p+c:c+p}},function(e,t,n){var r=n(40),o=n(17),i=n(56).f;e.exports=function(e){return function(t){for(var n,a=o(t),c=r(a),l=c.length,u=0,s=[];l>u;)i.call(a,n=c[u++])&&s.push(e?[n,a[n]]:a[n]);return s}}},function(e,t,n){var r=n(57),o=n(145);e.exports=function(e){return function(){if(r(this)!=e)throw TypeError(e+"#toJSON isn't generic");return o(this)}}},function(e,t,n){var r=n(46);e.exports=function(e,t){var n=[];return r(e,!1,n.push,n,t),n}},function(e,t){e.exports=Math.scale||function(e,t,n,r,o){return 0===arguments.length||e!=e||t!=t||n!=n||r!=r||o!=o?NaN:e===1/0||e===-1/0?e:(e-t)*(o-r)/(n-t)+r}},function(e,t,n){"use strict";function r(e){if(null===e||void 0===e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}/* object-assign (c) Sindre Sorhus @license MIT */ -var o=Object.getOwnPropertySymbols,i=Object.prototype.hasOwnProperty,a=Object.prototype.propertyIsEnumerable;e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map(function(e){return t[e]}).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach(function(e){r[e]=e}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(e){return!1}}()?Object.assign:function(e,t){for(var n,c,u=r(e),l=1;l=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}function c(){}function u(e,t){var n={run:function(r){try{var o=e(t.getState(),r);(o!==n.props||n.error)&&(n.shouldComponentUpdate=!0,n.props=o,n.error=null)}catch(e){n.shouldComponentUpdate=!0,n.error=e}}};return n}function l(e){var t,n,l=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},s=l.getDisplayName,d=void 0===s?function(e){return"ConnectAdvanced("+e+")"}:s,x=l.methodName,w=void 0===x?"connectAdvanced":x,E=l.renderCountProp,k=void 0===E?void 0:E,S=l.shouldHandleStateChanges,_=void 0===S||S,C=l.storeKey,O=void 0===C?"store":C,T=l.withRef,P=void 0!==T&&T,j=a(l,["getDisplayName","methodName","renderCountProp","shouldHandleStateChanges","storeKey","withRef"]),M=O+"Subscription",A=b++,z=(t={},t[O]=m.a,t[M]=m.b,t),N=(n={},n[M]=m.b,n);return function(t){p()("function"==typeof t,"You must pass a component to the function returned by "+w+". Instead received "+JSON.stringify(t));var n=t.displayName||t.name||"Component",a=d(n),l=v({},j,{getDisplayName:d,methodName:w,renderCountProp:k,shouldHandleStateChanges:_,storeKey:O,withRef:P,displayName:a,wrappedComponentName:n,WrappedComponent:t}),s=function(n){function s(e,t){r(this,s);var i=o(this,n.call(this,e,t));return i.version=A,i.state={},i.renderCount=0,i.store=e[O]||t[O],i.propsMode=Boolean(e[O]),i.setWrappedInstance=i.setWrappedInstance.bind(i),p()(i.store,'Could not find "'+O+'" in either the context or props of "'+a+'". Either wrap the root component in a , or explicitly pass "'+O+'" as a prop to "'+a+'".'),i.initSelector(),i.initSubscription(),i}return i(s,n),s.prototype.getChildContext=function(){var e,t=this.propsMode?null:this.subscription;return e={},e[M]=t||this.context[M],e},s.prototype.componentDidMount=function(){_&&(this.subscription.trySubscribe(),this.selector.run(this.props),this.selector.shouldComponentUpdate&&this.forceUpdate())},s.prototype.componentWillReceiveProps=function(e){this.selector.run(e)},s.prototype.shouldComponentUpdate=function(){return this.selector.shouldComponentUpdate},s.prototype.componentWillUnmount=function(){this.subscription&&this.subscription.tryUnsubscribe(),this.subscription=null,this.notifyNestedSubs=c,this.store=null,this.selector.run=c,this.selector.shouldComponentUpdate=!1},s.prototype.getWrappedInstance=function(){return p()(P,"To access the wrapped instance, you need to specify { withRef: true } in the options argument of the "+w+"() call."),this.wrappedInstance},s.prototype.setWrappedInstance=function(e){this.wrappedInstance=e},s.prototype.initSelector=function(){var t=e(this.store.dispatch,l);this.selector=u(t,this.store),this.selector.run(this.props)},s.prototype.initSubscription=function(){if(_){var e=(this.propsMode?this.props:this.context)[M];this.subscription=new g.a(this.store,e,this.onStateChange.bind(this)),this.notifyNestedSubs=this.subscription.notifyNestedSubs.bind(this.subscription)}},s.prototype.onStateChange=function(){this.selector.run(this.props),this.selector.shouldComponentUpdate?(this.componentDidUpdate=this.notifyNestedSubsOnComponentDidUpdate,this.setState(y)):this.notifyNestedSubs()},s.prototype.notifyNestedSubsOnComponentDidUpdate=function(){this.componentDidUpdate=void 0,this.notifyNestedSubs()},s.prototype.isSubscribed=function(){return Boolean(this.subscription)&&this.subscription.isSubscribed()},s.prototype.addExtraProps=function(e){if(!(P||k||this.propsMode&&this.subscription))return e;var t=v({},e);return P&&(t.ref=this.setWrappedInstance),k&&(t[k]=this.renderCount++),this.propsMode&&this.subscription&&(t[M]=this.subscription),t},s.prototype.render=function(){var e=this.selector;if(e.shouldComponentUpdate=!1,e.error)throw e.error;return Object(h.createElement)(t,this.addExtraProps(e.props))},s}(h.Component);return s.WrappedComponent=t,s.displayName=a,s.childContextTypes=N,s.contextTypes=z,s.propTypes=z,f()(s,t)}}t.a=l;var s=n(151),f=n.n(s),d=n(29),p=n.n(d),h=n(5),g=(n.n(h),n(382)),m=n(149),v=Object.assign||function(e){for(var t=1;t=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}var c=n(5),u=n.n(c),l=n(12),s=n.n(l),f=n(29),d=n.n(f),p=n(53),h=Object.assign||function(e){for(var t=1;t outside a "),d()(void 0!==t,'You must specify the "to" property');var i=this.context.router.history,a="string"==typeof t?Object(p.c)(t,null,null,i.location):t,c=i.createHref(a);return u.a.createElement("a",h({},o,{onClick:this.handleClick,href:c,ref:n}))},t}(u.a.Component);m.propTypes={onClick:s.a.func,target:s.a.string,replace:s.a.bool,to:s.a.oneOfType([s.a.string,s.a.object]).isRequired,innerRef:s.a.oneOfType([s.a.string,s.a.func])},m.defaultProps={replace:!1},m.contextTypes={router:s.a.shape({history:s.a.shape({push:s.a.func.isRequired,replace:s.a.func.isRequired,createHref:s.a.func.isRequired}).isRequired}).isRequired},t.a=m},function(e,t,n){"use strict";var r=n(161);t.a=r.a},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}var a=n(35),c=n.n(a),u=n(29),l=n.n(u),s=n(5),f=n.n(s),d=n(12),p=n.n(d),h=n(112),g=Object.assign||function(e){for(var t=1;t or withRouter() outside a ");var u=t.route,s=(r||u.location).pathname;return Object(h.a)(s,{path:o,strict:i,exact:a,sensitive:c},u.match)},t.prototype.componentWillMount=function(){c()(!(this.props.component&&this.props.render),"You should not use and in the same route; will be ignored"),c()(!(this.props.component&&this.props.children&&!m(this.props.children)),"You should not use and in the same route; will be ignored"),c()(!(this.props.render&&this.props.children&&!m(this.props.children)),"You should not use and in the same route; will be ignored")},t.prototype.componentWillReceiveProps=function(e,t){c()(!(e.location&&!this.props.location),' elements should not change from uncontrolled to controlled (or vice versa). You initially used no "location" prop and then provided one on a subsequent render.'),c()(!(!e.location&&this.props.location),' elements should not change from controlled to uncontrolled (or vice versa). You provided a "location" prop initially but omitted it on a subsequent render.'),this.setState({match:this.computeMatch(e,t.router)})},t.prototype.render=function(){var e=this.state.match,t=this.props,n=t.children,r=t.component,o=t.render,i=this.context.router,a=i.history,c=i.route,u=i.staticContext,l=this.props.location||c.location,s={match:e,location:l,history:a,staticContext:u};return r?e?f.a.createElement(r,s):null:o?e?o(s):null:"function"==typeof n?n(s):n&&!m(n)?f.a.Children.only(n):null},t}(f.a.Component);v.propTypes={computedMatch:p.a.object,path:p.a.string,exact:p.a.bool,strict:p.a.bool,sensitive:p.a.bool,component:p.a.func,render:p.a.func,children:p.a.oneOfType([p.a.func,p.a.node]),location:p.a.object},v.contextTypes={router:p.a.shape({history:p.a.object.isRequired,route:p.a.object.isRequired,staticContext:p.a.object})},v.childContextTypes={router:p.a.object.isRequired},t.a=v},function(e,t,n){function r(e,t){for(var n,r=[],o=0,i=0,a="",c=t&&t.delimiter||"/";null!=(n=b.exec(e));){var s=n[0],f=n[1],d=n.index;if(a+=e.slice(i,d),i=d+s.length,f)a+=f[1];else{var p=e[i],h=n[2],g=n[3],m=n[4],v=n[5],y=n[6],x=n[7];a&&(r.push(a),a="");var w=null!=h&&null!=p&&p!==h,E="+"===y||"*"===y,k="?"===y||"*"===y,S=n[2]||c,_=m||v;r.push({name:g||o++,prefix:h||"",delimiter:S,optional:k,repeat:E,partial:w,asterisk:!!x,pattern:_?l(_):x?".*":"[^"+u(S)+"]+?"})}}return i0&&void 0!==arguments[0]?arguments[0]:"/",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return"/"===e?e:c(e)(t,{pretty:!0})};t.a=u},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function c(e){return(0,h.bindActionCreators)({fetchIcons:p.fetchIcons,setSearchTerm:p.setSearchTerm,changeSideIcon:p.changeSideIcon,setSelectedIcon:p.setSelectedIcon},e)}function u(e){return{searchTerm:e.searchTerm}}Object.defineProperty(t,"__esModule",{value:!0});var l=function(){function e(e,t){for(var n=0;n0&&f.default.createElement("i",{className:"bx bx-x",onClick:this.emptySearch})))))}}]),t}(s.Component));t.default=(0,d.connect)(u,c)(m)},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function a(e){return"object"===g(n.m)&&e().every(function(e){return void 0!==e&&void 0!==n.m[e]})}function c(e){var t=e(),n={loading:!0,loaded:null,error:null};return n.promise=t.then(function(e){return n.loading=!1,n.loaded=e,e}).catch(function(e){throw n.loading=!1,n.error=e,e}),n}function u(e){var t={loading:!1,loaded:{},error:null},n=[];try{Object.keys(e).forEach(function(r){var o=c(e[r]);o.loading?t.loading=!0:(t.loaded[r]=o.loaded,t.error=o.error),n.push(o.promise),o.promise.then(function(e){t.loaded[r]=e}).catch(function(e){t.error=e})})}catch(e){t.error=e}return t.promise=Promise.all(n).then(function(e){return t.loading=!1,e}).catch(function(e){throw t.loading=!1,e}),t}function l(e){return e&&e.__esModule?e.default:e}function s(e,t){return m.createElement(l(e),t)}function f(e,t){function n(){return f||(f=e(l.loader)),f.promise}var c,u;if(!t.loading)throw new Error("react-loadable requires a `loading` component");var l=Object.assign({loader:null,loading:null,delay:200,timeout:null,render:s,webpack:null,modules:null},t),f=null;return b.push(n),"function"==typeof l.webpack&&y.push(function(){if(a(l.webpack))return n()}),u=c=function(t){function a(i){r(this,a);var c=o(this,t.call(this,i));return c.retry=function(){c.setState({error:null,loading:!0}),f=e(l.loader),c._loadModule()},n(),c.state={error:f.error,pastDelay:!1,timedOut:!1,loading:f.loading,loaded:f.loaded},c}return i(a,t),a.preload=function(){return n()},a.prototype.componentWillMount=function(){this._mounted=!0,this._loadModule()},a.prototype._loadModule=function(){var e=this;if(this.context.loadable&&Array.isArray(l.modules)&&l.modules.forEach(function(t){e.context.loadable.report(t)}),f.loading){"number"==typeof l.delay&&(0===l.delay?this.setState({pastDelay:!0}):this._delay=setTimeout(function(){e.setState({pastDelay:!0})},l.delay)),"number"==typeof l.timeout&&(this._timeout=setTimeout(function(){e.setState({timedOut:!0})},l.timeout));var t=function(){e._mounted&&(e.setState({error:f.error,loaded:f.loaded,loading:f.loading}),e._clearTimeouts())};f.promise.then(function(){t()}).catch(function(e){t()})}},a.prototype.componentWillUnmount=function(){this._mounted=!1,this._clearTimeouts()},a.prototype._clearTimeouts=function(){clearTimeout(this._delay),clearTimeout(this._timeout)},a.prototype.render=function(){return this.state.loading||this.state.error?m.createElement(l.loading,{isLoading:this.state.loading,pastDelay:this.state.pastDelay,timedOut:this.state.timedOut,error:this.state.error,retry:this.retry}):this.state.loaded?l.render(this.state.loaded,this.props):null},a}(m.Component),c.contextTypes={loadable:v.shape({report:v.func.isRequired})},u}function d(e){return f(c,e)}function p(e){if("function"!=typeof e.render)throw new Error("LoadableMap requires a `render(loaded, props)` function");return f(u,e)}function h(e){for(var t=[];e.length;){var n=e.pop();t.push(n())}return Promise.all(t).then(function(){if(e.length)return h(e)})}var g="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},m=n(5),v=n(12),b=[],y=[];d.Map=p;var x=function(e){function t(){return r(this,t),o(this,e.apply(this,arguments))}return i(t,e),t.prototype.getChildContext=function(){return{loadable:{report:this.props.report}}},t.prototype.render=function(){return m.Children.only(this.props.children)},t}(m.Component);x.propTypes={report:v.func.isRequired},x.childContextTypes={loadable:v.shape({report:v.func.isRequired}).isRequired},d.Capture=x,d.preloadAll=function(){return new Promise(function(e,t){h(b).then(e,t)})},d.preloadReady=function(){return new Promise(function(e,t){h(y).then(e,e)})},e.exports=d},function(e,t,n){n(167),e.exports=n(369)},function(e,t,n){"use strict";(function(e){function t(e,t,n){e[t]||Object[r](e,t,{writable:!0,configurable:!0,value:n})}if(n(168),n(365),n(366),e._babelPolyfill)throw new Error("only one instance of babel-polyfill is allowed");e._babelPolyfill=!0;var r="defineProperty";t(String.prototype,"padLeft","".padStart),t(String.prototype,"padRight","".padEnd),"pop,reverse,shift,keys,values,entries,indexOf,every,some,forEach,map,filter,find,findIndex,includes,join,slice,concat,push,splice,unshift,sort,lastIndexOf,reduce,reduceRight,copyWithin,fill".split(",").forEach(function(e){[][e]&&t(Array,e,Function.call.bind([][e]))})}).call(t,n(59))},function(e,t,n){n(169),n(171),n(172),n(173),n(174),n(175),n(176),n(177),n(178),n(179),n(180),n(181),n(182),n(183),n(184),n(185),n(187),n(188),n(189),n(190),n(191),n(192),n(193),n(194),n(195),n(196),n(197),n(198),n(199),n(200),n(201),n(202),n(203),n(204),n(205),n(206),n(207),n(208),n(209),n(210),n(211),n(212),n(213),n(214),n(215),n(216),n(217),n(218),n(219),n(220),n(221),n(222),n(223),n(224),n(225),n(226),n(227),n(228),n(229),n(230),n(231),n(232),n(233),n(234),n(235),n(236),n(237),n(238),n(239),n(240),n(241),n(242),n(243),n(244),n(245),n(246),n(247),n(249),n(250),n(252),n(253),n(254),n(255),n(256),n(257),n(258),n(260),n(261),n(262),n(263),n(264),n(265),n(266),n(267),n(268),n(269),n(270),n(271),n(272),n(100),n(273),n(274),n(131),n(275),n(276),n(277),n(278),n(279),n(134),n(136),n(137),n(280),n(281),n(282),n(283),n(284),n(285),n(286),n(287),n(288),n(289),n(290),n(291),n(292),n(293),n(294),n(295),n(296),n(297),n(298),n(299),n(300),n(301),n(302),n(303),n(304),n(305),n(306),n(307),n(308),n(309),n(310),n(311),n(312),n(313),n(314),n(315),n(316),n(317),n(318),n(319),n(320),n(321),n(322),n(323),n(324),n(325),n(326),n(327),n(328),n(329),n(330),n(331),n(332),n(333),n(334),n(335),n(336),n(337),n(338),n(339),n(340),n(341),n(342),n(343),n(344),n(345),n(346),n(347),n(348),n(349),n(350),n(351),n(352),n(353),n(354),n(355),n(356),n(357),n(358),n(359),n(360),n(361),n(362),n(363),n(364),e.exports=n(20)},function(e,t,n){"use strict";var r=n(2),o=n(16),i=n(7),a=n(0),c=n(14),u=n(32).KEY,l=n(3),s=n(60),f=n(49),d=n(38),p=n(6),h=n(114),g=n(80),m=n(170),v=n(63),b=n(1),y=n(4),x=n(17),w=n(24),E=n(37),k=n(41),S=n(117),_=n(18),C=n(8),O=n(39),T=_.f,P=C.f,j=S.f,M=r.Symbol,A=r.JSON,z=A&&A.stringify,N=p("_hidden"),I=p("toPrimitive"),R={}.propertyIsEnumerable,F=s("symbol-registry"),L=s("symbols"),U=s("op-symbols"),D=Object.prototype,B="function"==typeof M,W=r.QObject,H=!W||!W.prototype||!W.prototype.findChild,V=i&&l(function(){return 7!=k(P({},"a",{get:function(){return P(this,"a",{value:7}).a}})).a})?function(e,t,n){var r=T(D,t);r&&delete D[t],P(e,t,n),r&&e!==D&&P(D,t,r)}:P,q=function(e){var t=L[e]=k(M.prototype);return t._k=e,t},G=B&&"symbol"==typeof M.iterator?function(e){return"symbol"==typeof e}:function(e){return e instanceof M},Y=function(e,t,n){return e===D&&Y(U,t,n),b(e),t=w(t,!0),b(n),o(L,t)?(n.enumerable?(o(e,N)&&e[N][t]&&(e[N][t]=!1),n=k(n,{enumerable:E(0,!1)})):(o(e,N)||P(e,N,E(1,{})),e[N][t]=!0),V(e,t,n)):P(e,t,n)},Q=function(e,t){b(e);for(var n,r=m(t=x(t)),o=0,i=r.length;i>o;)Y(e,n=r[o++],t[n]);return e},K=function(e,t){return void 0===t?k(e):Q(k(e),t)},J=function(e){var t=R.call(this,e=w(e,!0));return!(this===D&&o(L,e)&&!o(U,e))&&(!(t||!o(this,e)||!o(L,e)||o(this,N)&&this[N][e])||t)},X=function(e,t){if(e=x(e),t=w(t,!0),e!==D||!o(L,t)||o(U,t)){var n=T(e,t);return!n||!o(L,t)||o(e,N)&&e[N][t]||(n.enumerable=!0),n}},$=function(e){for(var t,n=j(x(e)),r=[],i=0;n.length>i;)o(L,t=n[i++])||t==N||t==u||r.push(t);return r},Z=function(e){for(var t,n=e===D,r=j(n?U:x(e)),i=[],a=0;r.length>a;)!o(L,t=r[a++])||n&&!o(D,t)||i.push(L[t]);return i};B||(M=function(){if(this instanceof M)throw TypeError("Symbol is not a constructor!");var e=d(arguments.length>0?arguments[0]:void 0),t=function(n){this===D&&t.call(U,n),o(this,N)&&o(this[N],e)&&(this[N][e]=!1),V(this,e,E(1,n))};return i&&H&&V(D,e,{configurable:!0,set:t}),q(e)},c(M.prototype,"toString",function(){return this._k}),_.f=X,C.f=Y,n(42).f=S.f=$,n(56).f=J,n(62).f=Z,i&&!n(33)&&c(D,"propertyIsEnumerable",J,!0),h.f=function(e){return q(p(e))}),a(a.G+a.W+a.F*!B,{Symbol:M});for(var ee="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),te=0;ee.length>te;)p(ee[te++]);for(var ne=O(p.store),re=0;ne.length>re;)g(ne[re++]);a(a.S+a.F*!B,"Symbol",{for:function(e){return o(F,e+="")?F[e]:F[e]=M(e)},keyFor:function(e){if(!G(e))throw TypeError(e+" is not a symbol!");for(var t in F)if(F[t]===e)return t},useSetter:function(){H=!0},useSimple:function(){H=!1}}),a(a.S+a.F*!B,"Object",{create:K,defineProperty:Y,defineProperties:Q,getOwnPropertyDescriptor:X,getOwnPropertyNames:$,getOwnPropertySymbols:Z}),A&&a(a.S+a.F*(!B||l(function(){var e=M();return"[null]"!=z([e])||"{}"!=z({a:e})||"{}"!=z(Object(e))})),"JSON",{stringify:function(e){for(var t,n,r=[e],o=1;arguments.length>o;)r.push(arguments[o++]);if(n=t=r[1],(y(t)||void 0!==e)&&!G(e))return v(t)||(t=function(e,t){if("function"==typeof n&&(t=n.call(this,e,t)),!G(t))return t}),r[1]=t,z.apply(A,r)}}),M.prototype[I]||n(13)(M.prototype,I,M.prototype.valueOf),f(M,"Symbol"),f(Math,"Math",!0),f(r.JSON,"JSON",!0)},function(e,t,n){var r=n(39),o=n(62),i=n(56);e.exports=function(e){var t=r(e),n=o.f;if(n)for(var a,c=n(e),u=i.f,l=0;c.length>l;)u.call(e,a=c[l++])&&t.push(a);return t}},function(e,t,n){var r=n(0);r(r.S,"Object",{create:n(41)})},function(e,t,n){var r=n(0);r(r.S+r.F*!n(7),"Object",{defineProperty:n(8).f})},function(e,t,n){var r=n(0);r(r.S+r.F*!n(7),"Object",{defineProperties:n(116)})},function(e,t,n){var r=n(17),o=n(18).f;n(27)("getOwnPropertyDescriptor",function(){return function(e,t){return o(r(e),t)}})},function(e,t,n){var r=n(10),o=n(19);n(27)("getPrototypeOf",function(){return function(e){return o(r(e))}})},function(e,t,n){var r=n(10),o=n(39);n(27)("keys",function(){return function(e){return o(r(e))}})},function(e,t,n){n(27)("getOwnPropertyNames",function(){return n(117).f})},function(e,t,n){var r=n(4),o=n(32).onFreeze;n(27)("freeze",function(e){return function(t){return e&&r(t)?e(o(t)):t}})},function(e,t,n){var r=n(4),o=n(32).onFreeze;n(27)("seal",function(e){return function(t){return e&&r(t)?e(o(t)):t}})},function(e,t,n){var r=n(4),o=n(32).onFreeze;n(27)("preventExtensions",function(e){return function(t){return e&&r(t)?e(o(t)):t}})},function(e,t,n){var r=n(4);n(27)("isFrozen",function(e){return function(t){return!r(t)||!!e&&e(t)}})},function(e,t,n){var r=n(4);n(27)("isSealed",function(e){return function(t){return!r(t)||!!e&&e(t)}})},function(e,t,n){var r=n(4);n(27)("isExtensible",function(e){return function(t){return!!r(t)&&(!e||e(t))}})},function(e,t,n){var r=n(0);r(r.S+r.F,"Object",{assign:n(118)})},function(e,t,n){var r=n(0);r(r.S,"Object",{is:n(186)})},function(e,t){e.exports=Object.is||function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}},function(e,t,n){var r=n(0);r(r.S,"Object",{setPrototypeOf:n(84).set})},function(e,t,n){"use strict";var r=n(57),o={};o[n(6)("toStringTag")]="z",o+""!="[object z]"&&n(14)(Object.prototype,"toString",function(){return"[object "+r(this)+"]"},!0)},function(e,t,n){var r=n(0);r(r.P,"Function",{bind:n(119)})},function(e,t,n){var r=n(8).f,o=Function.prototype,i=/^\s*function ([^ (]*)/;"name"in o||n(7)&&r(o,"name",{configurable:!0,get:function(){try{return(""+this).match(i)[1]}catch(e){return""}}})},function(e,t,n){"use strict";var r=n(4),o=n(19),i=n(6)("hasInstance"),a=Function.prototype;i in a||n(8).f(a,i,{value:function(e){if("function"!=typeof this||!r(e))return!1;if(!r(this.prototype))return e instanceof this;for(;e=o(e);)if(this.prototype===e)return!0;return!1}})},function(e,t,n){var r=n(0),o=n(121);r(r.G+r.F*(parseInt!=o),{parseInt:o})},function(e,t,n){var r=n(0),o=n(122);r(r.G+r.F*(parseFloat!=o),{parseFloat:o})},function(e,t,n){"use strict";var r=n(2),o=n(16),i=n(22),a=n(86),c=n(24),u=n(3),l=n(42).f,s=n(18).f,f=n(8).f,d=n(50).trim,p=r.Number,h=p,g=p.prototype,m="Number"==i(n(41)(g)),v="trim"in String.prototype,b=function(e){var t=c(e,!1);if("string"==typeof t&&t.length>2){t=v?t.trim():d(t,3);var n,r,o,i=t.charCodeAt(0);if(43===i||45===i){if(88===(n=t.charCodeAt(2))||120===n)return NaN}else if(48===i){switch(t.charCodeAt(1)){case 66:case 98:r=2,o=49;break;case 79:case 111:r=8,o=55;break;default:return+t}for(var a,u=t.slice(2),l=0,s=u.length;lo)return NaN;return parseInt(u,r)}}return+t};if(!p(" 0o1")||!p("0b1")||p("+0x1")){p=function(e){var t=arguments.length<1?0:e,n=this;return n instanceof p&&(m?u(function(){g.valueOf.call(n)}):"Number"!=i(n))?a(new h(b(t)),n,p):b(t)};for(var y,x=n(7)?l(h):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),w=0;x.length>w;w++)o(h,y=x[w])&&!o(p,y)&&f(p,y,s(h,y));p.prototype=g,g.constructor=p,n(14)(r,"Number",p)}},function(e,t,n){"use strict";var r=n(0),o=n(26),i=n(123),a=n(87),c=1..toFixed,u=Math.floor,l=[0,0,0,0,0,0],s="Number.toFixed: incorrect invocation!",f=function(e,t){for(var n=-1,r=t;++n<6;)r+=e*l[n],l[n]=r%1e7,r=u(r/1e7)},d=function(e){for(var t=6,n=0;--t>=0;)n+=l[t],l[t]=u(n/e),n=n%e*1e7},p=function(){for(var e=6,t="";--e>=0;)if(""!==t||0===e||0!==l[e]){var n=String(l[e]);t=""===t?n:t+a.call("0",7-n.length)+n}return t},h=function(e,t,n){return 0===t?n:t%2==1?h(e,t-1,n*e):h(e*e,t/2,n)},g=function(e){for(var t=0,n=e;n>=4096;)t+=12,n/=4096;for(;n>=2;)t+=1,n/=2;return t};r(r.P+r.F*(!!c&&("0.000"!==8e-5.toFixed(3)||"1"!==.9.toFixed(0)||"1.25"!==1.255.toFixed(2)||"1000000000000000128"!==(0xde0b6b3a7640080).toFixed(0))||!n(3)(function(){c.call({})})),"Number",{toFixed:function(e){var t,n,r,c,u=i(this,s),l=o(e),m="",v="0";if(l<0||l>20)throw RangeError(s);if(u!=u)return"NaN";if(u<=-1e21||u>=1e21)return String(u);if(u<0&&(m="-",u=-u),u>1e-21)if(t=g(u*h(2,69,1))-69,n=t<0?u*h(2,-t,1):u/h(2,t,1),n*=4503599627370496,(t=52-t)>0){for(f(0,n),r=l;r>=7;)f(1e7,0),r-=7;for(f(h(10,r,1),0),r=t-1;r>=23;)d(1<<23),r-=23;d(1<0?(c=v.length,v=m+(c<=l?"0."+a.call("0",l-c)+v:v.slice(0,c-l)+"."+v.slice(c-l))):v=m+v,v}})},function(e,t,n){"use strict";var r=n(0),o=n(3),i=n(123),a=1..toPrecision;r(r.P+r.F*(o(function(){return"1"!==a.call(1,void 0)})||!o(function(){a.call({})})),"Number",{toPrecision:function(e){var t=i(this,"Number#toPrecision: incorrect invocation!");return void 0===e?a.call(t):a.call(t,e)}})},function(e,t,n){var r=n(0);r(r.S,"Number",{EPSILON:Math.pow(2,-52)})},function(e,t,n){var r=n(0),o=n(2).isFinite;r(r.S,"Number",{isFinite:function(e){return"number"==typeof e&&o(e)}})},function(e,t,n){var r=n(0);r(r.S,"Number",{isInteger:n(124)})},function(e,t,n){var r=n(0);r(r.S,"Number",{isNaN:function(e){return e!=e}})},function(e,t,n){var r=n(0),o=n(124),i=Math.abs;r(r.S,"Number",{isSafeInteger:function(e){return o(e)&&i(e)<=9007199254740991}})},function(e,t,n){var r=n(0);r(r.S,"Number",{MAX_SAFE_INTEGER:9007199254740991})},function(e,t,n){var r=n(0);r(r.S,"Number",{MIN_SAFE_INTEGER:-9007199254740991})},function(e,t,n){var r=n(0),o=n(122);r(r.S+r.F*(Number.parseFloat!=o),"Number",{parseFloat:o})},function(e,t,n){var r=n(0),o=n(121);r(r.S+r.F*(Number.parseInt!=o),"Number",{parseInt:o})},function(e,t,n){var r=n(0),o=n(125),i=Math.sqrt,a=Math.acosh;r(r.S+r.F*!(a&&710==Math.floor(a(Number.MAX_VALUE))&&a(1/0)==1/0),"Math",{acosh:function(e){return(e=+e)<1?NaN:e>94906265.62425156?Math.log(e)+Math.LN2:o(e-1+i(e-1)*i(e+1))}})},function(e,t,n){function r(e){return isFinite(e=+e)&&0!=e?e<0?-r(-e):Math.log(e+Math.sqrt(e*e+1)):e}var o=n(0),i=Math.asinh;o(o.S+o.F*!(i&&1/i(0)>0),"Math",{asinh:r})},function(e,t,n){var r=n(0),o=Math.atanh;r(r.S+r.F*!(o&&1/o(-0)<0),"Math",{atanh:function(e){return 0==(e=+e)?e:Math.log((1+e)/(1-e))/2}})},function(e,t,n){var r=n(0),o=n(88);r(r.S,"Math",{cbrt:function(e){return o(e=+e)*Math.pow(Math.abs(e),1/3)}})},function(e,t,n){var r=n(0);r(r.S,"Math",{clz32:function(e){return(e>>>=0)?31-Math.floor(Math.log(e+.5)*Math.LOG2E):32}})},function(e,t,n){var r=n(0),o=Math.exp;r(r.S,"Math",{cosh:function(e){return(o(e=+e)+o(-e))/2}})},function(e,t,n){var r=n(0),o=n(89);r(r.S+r.F*(o!=Math.expm1),"Math",{expm1:o})},function(e,t,n){var r=n(0);r(r.S,"Math",{fround:n(126)})},function(e,t,n){var r=n(0),o=Math.abs;r(r.S,"Math",{hypot:function(e,t){for(var n,r,i=0,a=0,c=arguments.length,u=0;a0?(r=n/u,i+=r*r):i+=n;return u===1/0?1/0:u*Math.sqrt(i)}})},function(e,t,n){var r=n(0),o=Math.imul;r(r.S+r.F*n(3)(function(){return-5!=o(4294967295,5)||2!=o.length}),"Math",{imul:function(e,t){var n=+e,r=+t,o=65535&n,i=65535&r;return 0|o*i+((65535&n>>>16)*i+o*(65535&r>>>16)<<16>>>0)}})},function(e,t,n){var r=n(0);r(r.S,"Math",{log10:function(e){return Math.log(e)*Math.LOG10E}})},function(e,t,n){var r=n(0);r(r.S,"Math",{log1p:n(125)})},function(e,t,n){var r=n(0);r(r.S,"Math",{log2:function(e){return Math.log(e)/Math.LN2}})},function(e,t,n){var r=n(0);r(r.S,"Math",{sign:n(88)})},function(e,t,n){var r=n(0),o=n(89),i=Math.exp;r(r.S+r.F*n(3)(function(){return-2e-17!=!Math.sinh(-2e-17)}),"Math",{sinh:function(e){return Math.abs(e=+e)<1?(o(e)-o(-e))/2:(i(e-1)-i(-e-1))*(Math.E/2)}})},function(e,t,n){var r=n(0),o=n(89),i=Math.exp;r(r.S,"Math",{tanh:function(e){var t=o(e=+e),n=o(-e);return t==1/0?1:n==1/0?-1:(t-n)/(i(e)+i(-e))}})},function(e,t,n){var r=n(0);r(r.S,"Math",{trunc:function(e){return(e>0?Math.floor:Math.ceil)(e)}})},function(e,t,n){var r=n(0),o=n(40),i=String.fromCharCode,a=String.fromCodePoint;r(r.S+r.F*(!!a&&1!=a.length),"String",{fromCodePoint:function(e){for(var t,n=[],r=arguments.length,a=0;r>a;){if(t=+arguments[a++],o(t,1114111)!==t)throw RangeError(t+" is not a valid code point");n.push(t<65536?i(t):i(55296+((t-=65536)>>10),t%1024+56320))}return n.join("")}})},function(e,t,n){var r=n(0),o=n(17),i=n(9);r(r.S,"String",{raw:function(e){for(var t=o(e.raw),n=i(t.length),r=arguments.length,a=[],c=0;n>c;)a.push(String(t[c++])),c=t.length?{value:void 0,done:!0}:(e=r(t,n),this._i+=e.length,{value:e,done:!1})})},function(e,t,n){"use strict";var r=n(0),o=n(90)(!1);r(r.P,"String",{codePointAt:function(e){return o(this,e)}})},function(e,t,n){"use strict";var r=n(0),o=n(9),i=n(93),a="".endsWith;r(r.P+r.F*n(94)("endsWith"),"String",{endsWith:function(e){var t=i(this,e,"endsWith"),n=arguments.length>1?arguments[1]:void 0,r=o(t.length),c=void 0===n?r:Math.min(o(n),r),u=String(e);return a?a.call(t,u,c):t.slice(c-u.length,c)===u}})},function(e,t,n){"use strict";var r=n(0),o=n(93);r(r.P+r.F*n(94)("includes"),"String",{includes:function(e){return!!~o(this,e,"includes").indexOf(e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){var r=n(0);r(r.P,"String",{repeat:n(87)})},function(e,t,n){"use strict";var r=n(0),o=n(9),i=n(93),a="".startsWith;r(r.P+r.F*n(94)("startsWith"),"String",{startsWith:function(e){var t=i(this,e,"startsWith"),n=o(Math.min(arguments.length>1?arguments[1]:void 0,t.length)),r=String(e);return a?a.call(t,r,n):t.slice(n,n+r.length)===r}})},function(e,t,n){"use strict";n(15)("anchor",function(e){return function(t){return e(this,"a","name",t)}})},function(e,t,n){"use strict";n(15)("big",function(e){return function(){return e(this,"big","","")}})},function(e,t,n){"use strict";n(15)("blink",function(e){return function(){return e(this,"blink","","")}})},function(e,t,n){"use strict";n(15)("bold",function(e){return function(){return e(this,"b","","")}})},function(e,t,n){"use strict";n(15)("fixed",function(e){return function(){return e(this,"tt","","")}})},function(e,t,n){"use strict";n(15)("fontcolor",function(e){return function(t){return e(this,"font","color",t)}})},function(e,t,n){"use strict";n(15)("fontsize",function(e){return function(t){return e(this,"font","size",t)}})},function(e,t,n){"use strict";n(15)("italics",function(e){return function(){return e(this,"i","","")}})},function(e,t,n){"use strict";n(15)("link",function(e){return function(t){return e(this,"a","href",t)}})},function(e,t,n){"use strict";n(15)("small",function(e){return function(){return e(this,"small","","")}})},function(e,t,n){"use strict";n(15)("strike",function(e){return function(){return e(this,"strike","","")}})},function(e,t,n){"use strict";n(15)("sub",function(e){return function(){return e(this,"sub","","")}})},function(e,t,n){"use strict";n(15)("sup",function(e){return function(){return e(this,"sup","","")}})},function(e,t,n){var r=n(0);r(r.S,"Date",{now:function(){return(new Date).getTime()}})},function(e,t,n){"use strict";var r=n(0),o=n(10),i=n(24);r(r.P+r.F*n(3)(function(){return null!==new Date(NaN).toJSON()||1!==Date.prototype.toJSON.call({toISOString:function(){return 1}})}),"Date",{toJSON:function(e){var t=o(this),n=i(t);return"number"!=typeof n||isFinite(n)?t.toISOString():null}})},function(e,t,n){var r=n(0),o=n(248);r(r.P+r.F*(Date.prototype.toISOString!==o),"Date",{toISOString:o})},function(e,t,n){"use strict";var r=n(3),o=Date.prototype.getTime,i=Date.prototype.toISOString,a=function(e){return e>9?e:"0"+e};e.exports=r(function(){return"0385-07-25T07:06:39.999Z"!=i.call(new Date(-5e13-1))})||!r(function(){i.call(new Date(NaN))})?function(){if(!isFinite(o.call(this)))throw RangeError("Invalid time value");var e=this,t=e.getUTCFullYear(),n=e.getUTCMilliseconds(),r=t<0?"-":t>9999?"+":"";return r+("00000"+Math.abs(t)).slice(r?-6:-4)+"-"+a(e.getUTCMonth()+1)+"-"+a(e.getUTCDate())+"T"+a(e.getUTCHours())+":"+a(e.getUTCMinutes())+":"+a(e.getUTCSeconds())+"."+(n>99?n:"0"+a(n))+"Z"}:i},function(e,t,n){var r=Date.prototype,o=r.toString,i=r.getTime;new Date(NaN)+""!="Invalid Date"&&n(14)(r,"toString",function(){var e=i.call(this);return e===e?o.call(this):"Invalid Date"})},function(e,t,n){var r=n(6)("toPrimitive"),o=Date.prototype;r in o||n(13)(o,r,n(251))},function(e,t,n){"use strict";var r=n(1),o=n(24);e.exports=function(e){if("string"!==e&&"number"!==e&&"default"!==e)throw TypeError("Incorrect hint");return o(r(this),"number"!=e)}},function(e,t,n){var r=n(0);r(r.S,"Array",{isArray:n(63)})},function(e,t,n){"use strict";var r=n(21),o=n(0),i=n(10),a=n(127),c=n(95),u=n(9),l=n(96),s=n(97);o(o.S+o.F*!n(65)(function(e){Array.from(e)}),"Array",{from:function(e){var t,n,o,f,d=i(e),p="function"==typeof this?this:Array,h=arguments.length,g=h>1?arguments[1]:void 0,m=void 0!==g,v=0,b=s(d);if(m&&(g=r(g,h>2?arguments[2]:void 0,2)),void 0==b||p==Array&&c(b))for(t=u(d.length),n=new p(t);t>v;v++)l(n,v,m?g(d[v],v):d[v]);else for(f=b.call(d),n=new p;!(o=f.next()).done;v++)l(n,v,m?a(f,g,[o.value,v],!0):o.value);return n.length=v,n}})},function(e,t,n){"use strict";var r=n(0),o=n(96);r(r.S+r.F*n(3)(function(){function e(){}return!(Array.of.call(e)instanceof e)}),"Array",{of:function(){for(var e=0,t=arguments.length,n=new("function"==typeof this?this:Array)(t);t>e;)o(n,e,arguments[e++]);return n.length=t,n}})},function(e,t,n){"use strict";var r=n(0),o=n(17),i=[].join;r(r.P+r.F*(n(55)!=Object||!n(23)(i)),"Array",{join:function(e){return i.call(o(this),void 0===e?",":e)}})},function(e,t,n){"use strict";var r=n(0),o=n(83),i=n(22),a=n(40),c=n(9),u=[].slice;r(r.P+r.F*n(3)(function(){o&&u.call(o)}),"Array",{slice:function(e,t){var n=c(this.length),r=i(this);if(t=void 0===t?n:t,"Array"==r)return u.call(this,e,t);for(var o=a(e,n),l=a(t,n),s=c(l-o),f=new Array(s),d=0;d1&&(r=Math.min(r,i(arguments[1]))),r<0&&(r=n+r);r>=0;r--)if(r in t&&t[r]===e)return r||0;return-1}})},function(e,t,n){var r=n(0);r(r.P,"Array",{copyWithin:n(129)}),n(34)("copyWithin")},function(e,t,n){var r=n(0);r(r.P,"Array",{fill:n(99)}),n(34)("fill")},function(e,t,n){"use strict";var r=n(0),o=n(28)(5),i=!0;"find"in[]&&Array(1).find(function(){i=!1}),r(r.P+r.F*i,"Array",{find:function(e){return o(this,e,arguments.length>1?arguments[1]:void 0)}}),n(34)("find")},function(e,t,n){"use strict";var r=n(0),o=n(28)(6),i="findIndex",a=!0;i in[]&&Array(1)[i](function(){a=!1}),r(r.P+r.F*a,"Array",{findIndex:function(e){return o(this,e,arguments.length>1?arguments[1]:void 0)}}),n(34)(i)},function(e,t,n){n(43)("Array")},function(e,t,n){var r=n(2),o=n(86),i=n(8).f,a=n(42).f,c=n(64),u=n(66),l=r.RegExp,s=l,f=l.prototype,d=/a/g,p=/a/g,h=new l(d)!==d;if(n(7)&&(!h||n(3)(function(){return p[n(6)("match")]=!1,l(d)!=d||l(p)==p||"/a/i"!=l(d,"i")}))){l=function(e,t){var n=this instanceof l,r=c(e),i=void 0===t;return!n&&r&&e.constructor===l&&i?e:o(h?new s(r&&!i?e.source:e,t):s((r=e instanceof l)?e.source:e,r&&i?u.call(e):t),n?this:f,l)};for(var g=a(s),m=0;g.length>m;)!function(e){e in l||i(l,e,{configurable:!0,get:function(){return s[e]},set:function(t){s[e]=t}})}(g[m++]);f.constructor=l,l.prototype=f,n(14)(r,"RegExp",l)}n(43)("RegExp")},function(e,t,n){"use strict";n(131);var r=n(1),o=n(66),i=n(7),a=/./.toString,c=function(e){n(14)(RegExp.prototype,"toString",e,!0)};n(3)(function(){return"/a/b"!=a.call({source:"a",flags:"b"})})?c(function(){var e=r(this);return"/".concat(e.source,"/","flags"in e?e.flags:!i&&e instanceof RegExp?o.call(e):void 0)}):"toString"!=a.name&&c(function(){return a.call(this)})},function(e,t,n){n(67)("match",1,function(e,t,n){return[function(n){"use strict";var r=e(this),o=void 0==n?void 0:n[t];return void 0!==o?o.call(n,r):new RegExp(n)[t](String(r))},n]})},function(e,t,n){n(67)("replace",2,function(e,t,n){return[function(r,o){"use strict";var i=e(this),a=void 0==r?void 0:r[t];return void 0!==a?a.call(r,i,o):n.call(String(i),r,o)},n]})},function(e,t,n){n(67)("search",1,function(e,t,n){return[function(n){"use strict";var r=e(this),o=void 0==n?void 0:n[t];return void 0!==o?o.call(n,r):new RegExp(n)[t](String(r))},n]})},function(e,t,n){n(67)("split",2,function(e,t,r){"use strict";var o=n(64),i=r,a=[].push,c="length";if("c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1)[c]||2!="ab".split(/(?:ab)*/)[c]||4!=".".split(/(.?)(.?)/)[c]||".".split(/()()/)[c]>1||"".split(/.?/)[c]){var u=void 0===/()??/.exec("")[1];r=function(e,t){var n=String(this);if(void 0===e&&0===t)return[];if(!o(e))return i.call(n,e,t);var r,l,s,f,d,p=[],h=(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.unicode?"u":"")+(e.sticky?"y":""),g=0,m=void 0===t?4294967295:t>>>0,v=new RegExp(e.source,h+"g");for(u||(r=new RegExp("^"+v.source+"$(?!\\s)",h));(l=v.exec(n))&&!((s=l.index+l[0][c])>g&&(p.push(n.slice(g,l.index)),!u&&l[c]>1&&l[0].replace(r,function(){for(d=1;d1&&l.index=m));)v.lastIndex===l.index&&v.lastIndex++;return g===n[c]?!f&&v.test("")||p.push(""):p.push(n.slice(g)),p[c]>m?p.slice(0,m):p}}else"0".split(void 0,0)[c]&&(r=function(e,t){return void 0===e&&0===t?[]:i.call(this,e,t)});return[function(n,o){var i=e(this),a=void 0==n?void 0:n[t];return void 0!==a?a.call(n,i,o):r.call(String(i),n,o)},r]})},function(e,t,n){"use strict";var r,o,i,a,c=n(33),u=n(2),l=n(21),s=n(57),f=n(0),d=n(4),p=n(11),h=n(44),g=n(45),m=n(68),v=n(101).set,b=n(102)(),y=n(103),x=n(132),w=n(69),E=n(133),k=u.TypeError,S=u.process,_=S&&S.versions,C=_&&_.v8||"",O=u.Promise,T="process"==s(S),P=function(){},j=o=y.f,M=!!function(){try{var e=O.resolve(1),t=(e.constructor={})[n(6)("species")]=function(e){e(P,P)};return(T||"function"==typeof PromiseRejectionEvent)&&e.then(P)instanceof t&&0!==C.indexOf("6.6")&&-1===w.indexOf("Chrome/66")}catch(e){}}(),A=function(e){var t;return!(!d(e)||"function"!=typeof(t=e.then))&&t},z=function(e,t){if(!e._n){e._n=!0;var n=e._c;b(function(){for(var r=e._v,o=1==e._s,i=0;n.length>i;)!function(t){var n,i,a,c=o?t.ok:t.fail,u=t.resolve,l=t.reject,s=t.domain;try{c?(o||(2==e._h&&R(e),e._h=1),!0===c?n=r:(s&&s.enter(),n=c(r),s&&(s.exit(),a=!0)),n===t.promise?l(k("Promise-chain cycle")):(i=A(n))?i.call(n,u,l):u(n)):l(r)}catch(e){s&&!a&&s.exit(),l(e)}}(n[i++]);e._c=[],e._n=!1,t&&!e._h&&N(e)})}},N=function(e){v.call(u,function(){var t,n,r,o=e._v,i=I(e);if(i&&(t=x(function(){T?S.emit("unhandledRejection",o,e):(n=u.onunhandledrejection)?n({promise:e,reason:o}):(r=u.console)&&r.error&&r.error("Unhandled promise rejection",o)}),e._h=T||I(e)?2:1),e._a=void 0,i&&t.e)throw t.v})},I=function(e){return 1!==e._h&&0===(e._a||e._c).length},R=function(e){v.call(u,function(){var t;T?S.emit("rejectionHandled",e):(t=u.onrejectionhandled)&&t({promise:e,reason:e._v})})},F=function(e){var t=this;t._d||(t._d=!0,t=t._w||t,t._v=e,t._s=2,t._a||(t._a=t._c.slice()),z(t,!0))},L=function(e){var t,n=this;if(!n._d){n._d=!0,n=n._w||n;try{if(n===e)throw k("Promise can't be resolved itself");(t=A(e))?b(function(){var r={_w:n,_d:!1};try{t.call(e,l(L,r,1),l(F,r,1))}catch(e){F.call(r,e)}}):(n._v=e,n._s=1,z(n,!1))}catch(e){F.call({_w:n,_d:!1},e)}}};M||(O=function(e){h(this,O,"Promise","_h"),p(e),r.call(this);try{e(l(L,this,1),l(F,this,1))}catch(e){F.call(this,e)}},r=function(e){this._c=[],this._a=void 0,this._s=0,this._d=!1,this._v=void 0,this._h=0,this._n=!1},r.prototype=n(46)(O.prototype,{then:function(e,t){var n=j(m(this,O));return n.ok="function"!=typeof e||e,n.fail="function"==typeof t&&t,n.domain=T?S.domain:void 0,this._c.push(n),this._a&&this._a.push(n),this._s&&z(this,!1),n.promise},catch:function(e){return this.then(void 0,e)}}),i=function(){var e=new r;this.promise=e,this.resolve=l(L,e,1),this.reject=l(F,e,1)},y.f=j=function(e){return e===O||e===a?new i(e):o(e)}),f(f.G+f.W+f.F*!M,{Promise:O}),n(49)(O,"Promise"),n(43)("Promise"),a=n(20).Promise,f(f.S+f.F*!M,"Promise",{reject:function(e){var t=j(this);return(0,t.reject)(e),t.promise}}),f(f.S+f.F*(c||!M),"Promise",{resolve:function(e){return E(c&&this===a?O:this,e)}}),f(f.S+f.F*!(M&&n(65)(function(e){O.all(e).catch(P)})),"Promise",{all:function(e){var t=this,n=j(t),r=n.resolve,o=n.reject,i=x(function(){var n=[],i=0,a=1;g(e,!1,function(e){var c=i++,u=!1;n.push(void 0),a++,t.resolve(e).then(function(e){u||(u=!0,n[c]=e,--a||r(n))},o)}),--a||r(n)});return i.e&&o(i.v),n.promise},race:function(e){var t=this,n=j(t),r=n.reject,o=x(function(){g(e,!1,function(e){t.resolve(e).then(n.resolve,r)})});return o.e&&r(o.v),n.promise}})},function(e,t,n){"use strict";var r=n(138),o=n(52);n(70)("WeakSet",function(e){return function(){return e(this,arguments.length>0?arguments[0]:void 0)}},{add:function(e){return r.def(o(this,"WeakSet"),e,!0)}},r,!1,!0)},function(e,t,n){"use strict";var r=n(0),o=n(71),i=n(104),a=n(1),c=n(40),u=n(9),l=n(4),s=n(2).ArrayBuffer,f=n(68),d=i.ArrayBuffer,p=i.DataView,h=o.ABV&&s.isView,g=d.prototype.slice,m=o.VIEW;r(r.G+r.W+r.F*(s!==d),{ArrayBuffer:d}),r(r.S+r.F*!o.CONSTR,"ArrayBuffer",{isView:function(e){return h&&h(e)||l(e)&&m in e}}),r(r.P+r.U+r.F*n(3)(function(){return!new d(2).slice(1,void 0).byteLength}),"ArrayBuffer",{slice:function(e,t){if(void 0!==g&&void 0===t)return g.call(a(this),e);for(var n=a(this).byteLength,r=c(e,n),o=c(void 0===t?n:t,n),i=new(f(this,d))(u(o-r)),l=new p(this),s=new p(i),h=0;r=n.length)return{value:void 0,done:!0}}while(!((e=n[t._i++])in t._t));return{value:e,done:!1}}),r(r.S,"Reflect",{enumerate:function(e){return new i(e)}})},function(e,t,n){function r(e,t){var n,c,s=arguments.length<3?e:arguments[2];return l(e)===s?e[t]:(n=o.f(e,t))?a(n,"value")?n.value:void 0!==n.get?n.get.call(s):void 0:u(c=i(e))?r(c,t,s):void 0}var o=n(18),i=n(19),a=n(16),c=n(0),u=n(4),l=n(1);c(c.S,"Reflect",{get:r})},function(e,t,n){var r=n(18),o=n(0),i=n(1);o(o.S,"Reflect",{getOwnPropertyDescriptor:function(e,t){return r.f(i(e),t)}})},function(e,t,n){var r=n(0),o=n(19),i=n(1);r(r.S,"Reflect",{getPrototypeOf:function(e){return o(i(e))}})},function(e,t,n){var r=n(0);r(r.S,"Reflect",{has:function(e,t){return t in e}})},function(e,t,n){var r=n(0),o=n(1),i=Object.isExtensible;r(r.S,"Reflect",{isExtensible:function(e){return o(e),!i||i(e)}})},function(e,t,n){var r=n(0);r(r.S,"Reflect",{ownKeys:n(140)})},function(e,t,n){var r=n(0),o=n(1),i=Object.preventExtensions;r(r.S,"Reflect",{preventExtensions:function(e){o(e);try{return i&&i(e),!0}catch(e){return!1}}})},function(e,t,n){function r(e,t,n){var u,d,p=arguments.length<4?e:arguments[3],h=i.f(s(e),t);if(!h){if(f(d=a(e)))return r(d,t,n,p);h=l(0)}if(c(h,"value")){if(!1===h.writable||!f(p))return!1;if(u=i.f(p,t)){if(u.get||u.set||!1===u.writable)return!1;u.value=n,o.f(p,t,u)}else o.f(p,t,l(0,n));return!0}return void 0!==h.set&&(h.set.call(p,n),!0)}var o=n(8),i=n(18),a=n(19),c=n(16),u=n(0),l=n(37),s=n(1),f=n(4);u(u.S,"Reflect",{set:r})},function(e,t,n){var r=n(0),o=n(84);o&&r(r.S,"Reflect",{setPrototypeOf:function(e,t){o.check(e,t);try{return o.set(e,t),!0}catch(e){return!1}}})},function(e,t,n){"use strict";var r=n(0),o=n(61)(!0);r(r.P,"Array",{includes:function(e){return o(this,e,arguments.length>1?arguments[1]:void 0)}}),n(34)("includes")},function(e,t,n){"use strict";var r=n(0),o=n(141),i=n(10),a=n(9),c=n(11),u=n(98);r(r.P,"Array",{flatMap:function(e){var t,n,r=i(this);return c(e),t=a(r.length),n=u(r,0),o(n,r,r,t,0,1,e,arguments[1]),n}}),n(34)("flatMap")},function(e,t,n){"use strict";var r=n(0),o=n(141),i=n(10),a=n(9),c=n(26),u=n(98);r(r.P,"Array",{flatten:function(){var e=arguments[0],t=i(this),n=a(t.length),r=u(t,0);return o(r,t,t,n,0,void 0===e?1:c(e)),r}}),n(34)("flatten")},function(e,t,n){"use strict";var r=n(0),o=n(90)(!0);r(r.P,"String",{at:function(e){return o(this,e)}})},function(e,t,n){"use strict";var r=n(0),o=n(142),i=n(69);r(r.P+r.F*/Version\/10\.\d+(\.\d+)? Safari\//.test(i),"String",{padStart:function(e){return o(this,e,arguments.length>1?arguments[1]:void 0,!0)}})},function(e,t,n){"use strict";var r=n(0),o=n(142),i=n(69);r(r.P+r.F*/Version\/10\.\d+(\.\d+)? Safari\//.test(i),"String",{padEnd:function(e){return o(this,e,arguments.length>1?arguments[1]:void 0,!1)}})},function(e,t,n){"use strict";n(50)("trimLeft",function(e){return function(){return e(this,1)}},"trimStart")},function(e,t,n){"use strict";n(50)("trimRight",function(e){return function(){return e(this,2)}},"trimEnd")},function(e,t,n){"use strict";var r=n(0),o=n(25),i=n(9),a=n(64),c=n(66),u=RegExp.prototype,l=function(e,t){this._r=e,this._s=t};n(92)(l,"RegExp String",function(){var e=this._r.exec(this._s);return{value:e,done:null===e}}),r(r.P,"String",{matchAll:function(e){if(o(this),!a(e))throw TypeError(e+" is not a regexp!");var t=String(this),n="flags"in u?String(e.flags):c.call(e),r=new RegExp(e.source,~n.indexOf("g")?n:"g"+n);return r.lastIndex=i(e.lastIndex),new l(r,t)}})},function(e,t,n){n(80)("asyncIterator")},function(e,t,n){n(80)("observable")},function(e,t,n){var r=n(0),o=n(140),i=n(17),a=n(18),c=n(96);r(r.S,"Object",{getOwnPropertyDescriptors:function(e){for(var t,n,r=i(e),u=a.f,l=o(r),s={},f=0;l.length>f;)void 0!==(n=u(r,t=l[f++]))&&c(s,t,n);return s}})},function(e,t,n){var r=n(0),o=n(143)(!1);r(r.S,"Object",{values:function(e){return o(e)}})},function(e,t,n){var r=n(0),o=n(143)(!0);r(r.S,"Object",{entries:function(e){return o(e)}})},function(e,t,n){"use strict";var r=n(0),o=n(10),i=n(11),a=n(8);n(7)&&r(r.P+n(72),"Object",{__defineGetter__:function(e,t){a.f(o(this),e,{get:i(t),enumerable:!0,configurable:!0})}})},function(e,t,n){"use strict";var r=n(0),o=n(10),i=n(11),a=n(8);n(7)&&r(r.P+n(72),"Object",{__defineSetter__:function(e,t){a.f(o(this),e,{set:i(t),enumerable:!0,configurable:!0})}})},function(e,t,n){"use strict";var r=n(0),o=n(10),i=n(24),a=n(19),c=n(18).f;n(7)&&r(r.P+n(72),"Object",{__lookupGetter__:function(e){var t,n=o(this),r=i(e,!0);do{if(t=c(n,r))return t.get}while(n=a(n))}})},function(e,t,n){"use strict";var r=n(0),o=n(10),i=n(24),a=n(19),c=n(18).f;n(7)&&r(r.P+n(72),"Object",{__lookupSetter__:function(e){var t,n=o(this),r=i(e,!0);do{if(t=c(n,r))return t.set}while(n=a(n))}})},function(e,t,n){var r=n(0);r(r.P+r.R,"Map",{toJSON:n(144)("Map")})},function(e,t,n){var r=n(0);r(r.P+r.R,"Set",{toJSON:n(144)("Set")})},function(e,t,n){n(73)("Map")},function(e,t,n){n(73)("Set")},function(e,t,n){n(73)("WeakMap")},function(e,t,n){n(73)("WeakSet")},function(e,t,n){n(74)("Map")},function(e,t,n){n(74)("Set")},function(e,t,n){n(74)("WeakMap")},function(e,t,n){n(74)("WeakSet")},function(e,t,n){var r=n(0);r(r.G,{global:n(2)})},function(e,t,n){var r=n(0);r(r.S,"System",{global:n(2)})},function(e,t,n){var r=n(0),o=n(22);r(r.S,"Error",{isError:function(e){return"Error"===o(e)}})},function(e,t,n){var r=n(0);r(r.S,"Math",{clamp:function(e,t,n){return Math.min(n,Math.max(t,e))}})},function(e,t,n){var r=n(0);r(r.S,"Math",{DEG_PER_RAD:Math.PI/180})},function(e,t,n){var r=n(0),o=180/Math.PI;r(r.S,"Math",{degrees:function(e){return e*o}})},function(e,t,n){var r=n(0),o=n(146),i=n(126);r(r.S,"Math",{fscale:function(e,t,n,r,a){return i(o(e,t,n,r,a))}})},function(e,t,n){var r=n(0);r(r.S,"Math",{iaddh:function(e,t,n,r){var o=e>>>0,i=t>>>0,a=n>>>0;return i+(r>>>0)+((o&a|(o|a)&~(o+a>>>0))>>>31)|0}})},function(e,t,n){var r=n(0);r(r.S,"Math",{isubh:function(e,t,n,r){var o=e>>>0,i=t>>>0,a=n>>>0;return i-(r>>>0)-((~o&a|~(o^a)&o-a>>>0)>>>31)|0}})},function(e,t,n){var r=n(0);r(r.S,"Math",{imulh:function(e,t){var n=+e,r=+t,o=65535&n,i=65535&r,a=n>>16,c=r>>16,u=(a*i>>>0)+(o*i>>>16);return a*c+(u>>16)+((o*c>>>0)+(65535&u)>>16)}})},function(e,t,n){var r=n(0);r(r.S,"Math",{RAD_PER_DEG:180/Math.PI})},function(e,t,n){var r=n(0),o=Math.PI/180;r(r.S,"Math",{radians:function(e){return e*o}})},function(e,t,n){var r=n(0);r(r.S,"Math",{scale:n(146)})},function(e,t,n){var r=n(0);r(r.S,"Math",{umulh:function(e,t){var n=+e,r=+t,o=65535&n,i=65535&r,a=n>>>16,c=r>>>16,u=(a*i>>>0)+(o*i>>>16);return a*c+(u>>>16)+((o*c>>>0)+(65535&u)>>>16)}})},function(e,t,n){var r=n(0);r(r.S,"Math",{signbit:function(e){return(e=+e)!=e?e:0==e?1/e==1/0:e>0}})},function(e,t,n){"use strict";var r=n(0),o=n(20),i=n(2),a=n(68),c=n(133);r(r.P+r.R,"Promise",{finally:function(e){var t=a(this,o.Promise||i.Promise),n="function"==typeof e;return this.then(n?function(n){return c(t,e()).then(function(){return n})}:e,n?function(n){return c(t,e()).then(function(){throw n})}:e)}})},function(e,t,n){"use strict";var r=n(0),o=n(103),i=n(132);r(r.S,"Promise",{try:function(e){var t=o.f(this),n=i(e);return(n.e?t.reject:t.resolve)(n.v),t.promise}})},function(e,t,n){var r=n(31),o=n(1),i=r.key,a=r.set;r.exp({defineMetadata:function(e,t,n,r){a(e,t,o(n),i(r))}})},function(e,t,n){var r=n(31),o=n(1),i=r.key,a=r.map,c=r.store;r.exp({deleteMetadata:function(e,t){var n=arguments.length<3?void 0:i(arguments[2]),r=a(o(t),n,!1);if(void 0===r||!r.delete(e))return!1;if(r.size)return!0;var u=c.get(t);return u.delete(n),!!u.size||c.delete(t)}})},function(e,t,n){var r=n(31),o=n(1),i=n(19),a=r.has,c=r.get,u=r.key,l=function(e,t,n){if(a(e,t,n))return c(e,t,n);var r=i(t);return null!==r?l(e,r,n):void 0};r.exp({getMetadata:function(e,t){return l(e,o(t),arguments.length<3?void 0:u(arguments[2]))}})},function(e,t,n){var r=n(136),o=n(145),i=n(31),a=n(1),c=n(19),u=i.keys,l=i.key,s=function(e,t){var n=u(e,t),i=c(e);if(null===i)return n;var a=s(i,t);return a.length?n.length?o(new r(n.concat(a))):a:n};i.exp({getMetadataKeys:function(e){return s(a(e),arguments.length<2?void 0:l(arguments[1]))}})},function(e,t,n){var r=n(31),o=n(1),i=r.get,a=r.key;r.exp({getOwnMetadata:function(e,t){return i(e,o(t),arguments.length<3?void 0:a(arguments[2]))}})},function(e,t,n){var r=n(31),o=n(1),i=r.keys,a=r.key;r.exp({getOwnMetadataKeys:function(e){return i(o(e),arguments.length<2?void 0:a(arguments[1]))}})},function(e,t,n){var r=n(31),o=n(1),i=n(19),a=r.has,c=r.key,u=function(e,t,n){if(a(e,t,n))return!0;var r=i(t);return null!==r&&u(e,r,n)};r.exp({hasMetadata:function(e,t){return u(e,o(t),arguments.length<3?void 0:c(arguments[2]))}})},function(e,t,n){var r=n(31),o=n(1),i=r.has,a=r.key;r.exp({hasOwnMetadata:function(e,t){return i(e,o(t),arguments.length<3?void 0:a(arguments[2]))}})},function(e,t,n){var r=n(31),o=n(1),i=n(11),a=r.key,c=r.set;r.exp({metadata:function(e,t){return function(n,r){c(e,t,(void 0!==r?o:i)(n),a(r))}}})},function(e,t,n){var r=n(0),o=n(102)(),i=n(2).process,a="process"==n(22)(i);r(r.G,{asap:function(e){var t=a&&i.domain;o(t?t.bind(e):e)}})},function(e,t,n){"use strict";var r=n(0),o=n(2),i=n(20),a=n(102)(),c=n(6)("observable"),u=n(11),l=n(1),s=n(44),f=n(46),d=n(13),p=n(45),h=p.RETURN,g=function(e){return null==e?void 0:u(e)},m=function(e){var t=e._c;t&&(e._c=void 0,t())},v=function(e){return void 0===e._o},b=function(e){v(e)||(e._o=void 0,m(e))},y=function(e,t){l(e),this._c=void 0,this._o=e,e=new x(this);try{var n=t(e),r=n;null!=n&&("function"==typeof n.unsubscribe?n=function(){r.unsubscribe()}:u(n),this._c=n)}catch(t){return void e.error(t)}v(this)&&m(this)};y.prototype=f({},{unsubscribe:function(){b(this)}});var x=function(e){this._s=e};x.prototype=f({},{next:function(e){var t=this._s;if(!v(t)){var n=t._o;try{var r=g(n.next);if(r)return r.call(n,e)}catch(e){try{b(t)}finally{throw e}}}},error:function(e){var t=this._s;if(v(t))throw e;var n=t._o;t._o=void 0;try{var r=g(n.error);if(!r)throw e;e=r.call(n,e)}catch(e){try{m(t)}finally{throw e}}return m(t),e},complete:function(e){var t=this._s;if(!v(t)){var n=t._o;t._o=void 0;try{var r=g(n.complete);e=r?r.call(n,e):void 0}catch(e){try{m(t)}finally{throw e}}return m(t),e}}});var w=function(e){s(this,w,"Observable","_f")._f=u(e)};f(w.prototype,{subscribe:function(e){return new y(e,this._f)},forEach:function(e){var t=this;return new(i.Promise||o.Promise)(function(n,r){u(e);var o=t.subscribe({next:function(t){try{return e(t)}catch(e){r(e),o.unsubscribe()}},error:r,complete:n})})}}),f(w,{from:function(e){var t="function"==typeof this?this:w,n=g(l(e)[c]);if(n){var r=l(n.call(e));return r.constructor===t?r:new t(function(e){return r.subscribe(e)})}return new t(function(t){var n=!1;return a(function(){if(!n){try{if(p(e,!1,function(e){if(t.next(e),n)return h})===h)return}catch(e){if(n)throw e;return void t.error(e)}t.complete()}}),function(){n=!0}})},of:function(){for(var e=0,t=arguments.length,n=new Array(t);e2,o=!!r&&a.call(arguments,2);return e(r?function(){("function"==typeof t?t:Function(t)).apply(this,o)}:t,n)}};o(o.G+o.B+o.F*c,{setTimeout:u(r.setTimeout),setInterval:u(r.setInterval)})},function(e,t,n){var r=n(0),o=n(101);r(r.G+r.B,{setImmediate:o.set,clearImmediate:o.clear})},function(e,t,n){for(var r=n(100),o=n(39),i=n(14),a=n(2),c=n(13),u=n(51),l=n(6),s=l("iterator"),f=l("toStringTag"),d=u.Array,p={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},h=o(p),g=0;g=0;--r){var o=this.tryEntries[r],i=o.completion;if("root"===o.tryLoc)return t("end");if(o.tryLoc<=this.prev){var a=b.call(o,"catchLoc"),c=b.call(o,"finallyLoc");if(a&&c){if(this.prev=0;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&b.call(r,"finallyLoc")&&this.prev=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),d(n),P}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var r=n.completion;if("throw"===r.type){var o=r.arg;d(n)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,n){return this.delegate={iterator:h(e),resultName:t,nextLoc:n},"next"===this.method&&(this.arg=m),P}}}("object"==typeof t?t:"object"==typeof window?window:"object"==typeof self?self:this)}).call(t,n(59))},function(e,t,n){n(367),e.exports=n(20).RegExp.escape},function(e,t,n){var r=n(0),o=n(368)(/[\\^$*+?.()|[\]{}]/g,"\\$&");r(r.S,"RegExp",{escape:function(e){return o(e)}})},function(e,t){e.exports=function(e,t){var n=t===Object(t)?function(e){return t[e]}:t;return function(t){return String(t).replace(e,n)}}},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}var o=n(5),i=r(o),a=n(371),c=n(54),u=n(47),l=n(404),s=r(l),f=n(36),d=n(433),p=r(d),h=(0,u.createStore)(s.default);(0,a.render)(i.default.createElement(c.Provider,{store:h},i.default.createElement(f.BrowserRouter,null,i.default.createElement(p.default,null))),document.getElementById("app"))},function(e,t,n){"use strict";function r(e){for(var t=arguments.length-1,n="https://reactjs.org/docs/error-decoder.html?invariant="+e,r=0;rL.length&&L.push(e)}function d(e,t,n,o){var i=typeof e;"undefined"!==i&&"boolean"!==i||(e=null);var a=!1;if(null===e)a=!0;else switch(i){case"string":case"number":a=!0;break;case"object":switch(e.$$typeof){case E:case k:a=!0}}if(a)return n(o,e,""===t?"."+p(e,0):t),1;if(a=0,t=""===t?".":t+":",Array.isArray(e))for(var c=0;c=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}function c(){}function l(e,t){var n={run:function(r){try{var o=e(t.getState(),r);(o!==n.props||n.error)&&(n.shouldComponentUpdate=!0,n.props=o,n.error=null)}catch(e){n.shouldComponentUpdate=!0,n.error=e}}};return n}function u(e){var t,n,u=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},s=u.getDisplayName,p=void 0===s?function(e){return"ConnectAdvanced("+e+")"}:s,_=u.methodName,x=void 0===_?"connectAdvanced":_,w=u.renderCountProp,E=void 0===w?void 0:w,R=u.shouldHandleStateChanges,L=void 0===R||R,S=u.storeKey,k=void 0===S?"store":S,O=u.withRef,A=void 0!==O&&O,C=a(u,["getDisplayName","methodName","renderCountProp","shouldHandleStateChanges","storeKey","withRef"]),I=k+"Subscription",U=v++,T=(t={},t[k]=m.a,t[I]=m.b,t),M=(n={},n[I]=m.b,n);return function(t){d()("function"==typeof t,"You must pass a component to the function returned by "+x+". Instead received "+JSON.stringify(t));var n=t.displayName||t.name||"Component",a=p(n),u=y({},C,{getDisplayName:p,methodName:x,renderCountProp:E,shouldHandleStateChanges:L,storeKey:k,withRef:A,displayName:a,wrappedComponentName:n,WrappedComponent:t}),s=function(n){function s(e,t){r(this,s);var i=o(this,n.call(this,e,t));return i.version=U,i.state={},i.renderCount=0,i.store=e[k]||t[k],i.propsMode=Boolean(e[k]),i.setWrappedInstance=i.setWrappedInstance.bind(i),d()(i.store,'Could not find "'+k+'" in either the context or props of "'+a+'". Either wrap the root component in a , or explicitly pass "'+k+'" as a prop to "'+a+'".'),i.initSelector(),i.initSubscription(),i}return i(s,n),s.prototype.getChildContext=function(){var e,t=this.propsMode?null:this.subscription;return e={},e[I]=t||this.context[I],e},s.prototype.componentDidMount=function(){L&&(this.subscription.trySubscribe(),this.selector.run(this.props),this.selector.shouldComponentUpdate&&this.forceUpdate())},s.prototype.componentWillReceiveProps=function(e){this.selector.run(e)},s.prototype.shouldComponentUpdate=function(){return this.selector.shouldComponentUpdate},s.prototype.componentWillUnmount=function(){this.subscription&&this.subscription.tryUnsubscribe(),this.subscription=null,this.notifyNestedSubs=c,this.store=null,this.selector.run=c,this.selector.shouldComponentUpdate=!1},s.prototype.getWrappedInstance=function(){return d()(A,"To access the wrapped instance, you need to specify { withRef: true } in the options argument of the "+x+"() call."),this.wrappedInstance},s.prototype.setWrappedInstance=function(e){this.wrappedInstance=e},s.prototype.initSelector=function(){var t=e(this.store.dispatch,u);this.selector=l(t,this.store),this.selector.run(this.props)},s.prototype.initSubscription=function(){if(L){var e=(this.propsMode?this.props:this.context)[I];this.subscription=new h.a(this.store,e,this.onStateChange.bind(this)),this.notifyNestedSubs=this.subscription.notifyNestedSubs.bind(this.subscription)}},s.prototype.onStateChange=function(){this.selector.run(this.props),this.selector.shouldComponentUpdate?(this.componentDidUpdate=this.notifyNestedSubsOnComponentDidUpdate,this.setState(b)):this.notifyNestedSubs()},s.prototype.notifyNestedSubsOnComponentDidUpdate=function(){this.componentDidUpdate=void 0,this.notifyNestedSubs()},s.prototype.isSubscribed=function(){return Boolean(this.subscription)&&this.subscription.isSubscribed()},s.prototype.addExtraProps=function(e){if(!(A||E||this.propsMode&&this.subscription))return e;var t=y({},e);return A&&(t.ref=this.setWrappedInstance),E&&(t[E]=this.renderCount++),this.propsMode&&this.subscription&&(t[I]=this.subscription),t},s.prototype.render=function(){var e=this.selector;if(e.shouldComponentUpdate=!1,e.error)throw e.error;return Object(g.createElement)(t,this.addExtraProps(e.props))},s}(g.Component);return s.WrappedComponent=t,s.displayName=a,s.childContextTypes=M,s.contextTypes=T,s.propTypes=T,f()(s,t)}}t.a=u;var s=n(151),f=n.n(s),p=n(29),d=n.n(p),g=n(5),h=(n.n(g),n(383)),m=n(149),y=Object.assign||function(e){for(var t=1;t=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}var c=n(5),l=n.n(c),u=n(12),s=n.n(u),f=n(29),p=n.n(f),d=n(53),g=Object.assign||function(e){for(var t=1;t outside a "),p()(void 0!==t,'You must specify the "to" property');var i=this.context.router.history,a="string"==typeof t?Object(d.c)(t,null,null,i.location):t,c=i.createHref(a);return l.a.createElement("a",g({},o,{onClick:this.handleClick,href:c,ref:n}))},t}(l.a.Component);m.propTypes={onClick:s.a.func,target:s.a.string,replace:s.a.bool,to:s.a.oneOfType([s.a.string,s.a.object]).isRequired,innerRef:s.a.oneOfType([s.a.string,s.a.func])},m.defaultProps={replace:!1},m.contextTypes={router:s.a.shape({history:s.a.shape({push:s.a.func.isRequired,replace:s.a.func.isRequired,createHref:s.a.func.isRequired}).isRequired}).isRequired},t.a=m},function(e,t,n){"use strict";var r=n(161);t.a=r.a},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}var a=n(35),c=n.n(a),l=n(29),u=n.n(l),s=n(5),f=n.n(s),p=n(12),d=n.n(p),g=n(112),h=Object.assign||function(e){for(var t=1;t or withRouter() outside a ");var l=t.route,s=(r||l.location).pathname;return Object(g.a)(s,{path:o,strict:i,exact:a,sensitive:c},l.match)},t.prototype.componentWillMount=function(){c()(!(this.props.component&&this.props.render),"You should not use and in the same route; will be ignored"),c()(!(this.props.component&&this.props.children&&!m(this.props.children)),"You should not use and in the same route; will be ignored"),c()(!(this.props.render&&this.props.children&&!m(this.props.children)),"You should not use and in the same route; will be ignored")},t.prototype.componentWillReceiveProps=function(e,t){c()(!(e.location&&!this.props.location),' elements should not change from uncontrolled to controlled (or vice versa). You initially used no "location" prop and then provided one on a subsequent render.'),c()(!(!e.location&&this.props.location),' elements should not change from controlled to uncontrolled (or vice versa). You provided a "location" prop initially but omitted it on a subsequent render.'),this.setState({match:this.computeMatch(e,t.router)})},t.prototype.render=function(){var e=this.state.match,t=this.props,n=t.children,r=t.component,o=t.render,i=this.context.router,a=i.history,c=i.route,l=i.staticContext,u=this.props.location||c.location,s={match:e,location:u,history:a,staticContext:l};return r?e?f.a.createElement(r,s):null:o?e?o(s):null:"function"==typeof n?n(s):n&&!m(n)?f.a.Children.only(n):null},t}(f.a.Component);y.propTypes={computedMatch:d.a.object,path:d.a.string,exact:d.a.bool,strict:d.a.bool,sensitive:d.a.bool,component:d.a.func,render:d.a.func,children:d.a.oneOfType([d.a.func,d.a.node]),location:d.a.object},y.contextTypes={router:d.a.shape({history:d.a.object.isRequired,route:d.a.object.isRequired,staticContext:d.a.object})},y.childContextTypes={router:d.a.object.isRequired},t.a=y},function(e,t,n){function r(e,t){for(var n,r=[],o=0,i=0,a="",c=t&&t.delimiter||"/";null!=(n=v.exec(e));){var s=n[0],f=n[1],p=n.index;if(a+=e.slice(i,p),i=p+s.length,f)a+=f[1];else{var d=e[i],g=n[2],h=n[3],m=n[4],y=n[5],b=n[6],_=n[7];a&&(r.push(a),a="");var x=null!=g&&null!=d&&d!==g,w="+"===b||"*"===b,E="?"===b||"*"===b,R=n[2]||c,L=m||y;r.push({name:h||o++,prefix:g||"",delimiter:R,optional:E,repeat:w,partial:x,asterisk:!!_,pattern:L?u(L):_?".*":"[^"+l(R)+"]+?"})}}return i0&&void 0!==arguments[0]?arguments[0]:"/",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return"/"===e?e:c(e)(t,{pretty:!0})};t.a=l},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function c(e){return(0,g.bindActionCreators)({fetchIcons:d.fetchIcons,setSearchTerm:d.setSearchTerm,changeSideIcon:d.changeSideIcon,setSelectedIcon:d.setSelectedIcon},e)}function l(e){return{searchTerm:e.searchTerm,style:e.style}}Object.defineProperty(t,"__esModule",{value:!0});var u=function(){function e(e,t){for(var n=0;n0&&f.default.createElement("i",{className:"bx bx-x",onClick:this.emptySearch})))))}}]),t}(s.Component));t.default=(0,p.connect)(l,c)(m)},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function a(e){return"object"===h(n.m)&&e().every(function(e){return void 0!==e&&void 0!==n.m[e]})}function c(e){var t=e(),n={loading:!0,loaded:null,error:null};return n.promise=t.then(function(e){return n.loading=!1,n.loaded=e,e}).catch(function(e){throw n.loading=!1,n.error=e,e}),n}function l(e){var t={loading:!1,loaded:{},error:null},n=[];try{Object.keys(e).forEach(function(r){var o=c(e[r]);o.loading?t.loading=!0:(t.loaded[r]=o.loaded,t.error=o.error),n.push(o.promise),o.promise.then(function(e){t.loaded[r]=e}).catch(function(e){t.error=e})})}catch(e){t.error=e}return t.promise=Promise.all(n).then(function(e){return t.loading=!1,e}).catch(function(e){throw t.loading=!1,e}),t}function u(e){return e&&e.__esModule?e.default:e}function s(e,t){return m.createElement(u(e),t)}function f(e,t){function n(){return f||(f=e(u.loader)),f.promise}var c,l;if(!t.loading)throw new Error("react-loadable requires a `loading` component");var u=Object.assign({loader:null,loading:null,delay:200,timeout:null,render:s,webpack:null,modules:null},t),f=null;return v.push(n),"function"==typeof u.webpack&&b.push(function(){if(a(u.webpack))return n()}),l=c=function(t){function a(i){r(this,a);var c=o(this,t.call(this,i));return c.retry=function(){c.setState({error:null,loading:!0}),f=e(u.loader),c._loadModule()},n(),c.state={error:f.error,pastDelay:!1,timedOut:!1,loading:f.loading,loaded:f.loaded},c}return i(a,t),a.preload=function(){return n()},a.prototype.componentWillMount=function(){this._mounted=!0,this._loadModule()},a.prototype._loadModule=function(){var e=this;if(this.context.loadable&&Array.isArray(u.modules)&&u.modules.forEach(function(t){e.context.loadable.report(t)}),f.loading){"number"==typeof u.delay&&(0===u.delay?this.setState({pastDelay:!0}):this._delay=setTimeout(function(){e.setState({pastDelay:!0})},u.delay)),"number"==typeof u.timeout&&(this._timeout=setTimeout(function(){e.setState({timedOut:!0})},u.timeout));var t=function(){e._mounted&&(e.setState({error:f.error,loaded:f.loaded,loading:f.loading}),e._clearTimeouts())};f.promise.then(function(){t()}).catch(function(e){t()})}},a.prototype.componentWillUnmount=function(){this._mounted=!1,this._clearTimeouts()},a.prototype._clearTimeouts=function(){clearTimeout(this._delay),clearTimeout(this._timeout)},a.prototype.render=function(){return this.state.loading||this.state.error?m.createElement(u.loading,{isLoading:this.state.loading,pastDelay:this.state.pastDelay,timedOut:this.state.timedOut,error:this.state.error,retry:this.retry}):this.state.loaded?u.render(this.state.loaded,this.props):null},a}(m.Component),c.contextTypes={loadable:y.shape({report:y.func.isRequired})},l}function p(e){return f(c,e)}function d(e){if("function"!=typeof e.render)throw new Error("LoadableMap requires a `render(loaded, props)` function");return f(l,e)}function g(e){for(var t=[];e.length;){var n=e.pop();t.push(n())}return Promise.all(t).then(function(){if(e.length)return g(e)})}var h="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},m=n(5),y=n(12),v=[],b=[];p.Map=d;var _=function(e){function t(){return r(this,t),o(this,e.apply(this,arguments))}return i(t,e),t.prototype.getChildContext=function(){return{loadable:{report:this.props.report}}},t.prototype.render=function(){return m.Children.only(this.props.children)},t}(m.Component);_.propTypes={report:y.func.isRequired},_.childContextTypes={loadable:y.shape({report:y.func.isRequired}).isRequired},p.Capture=_,p.preloadAll=function(){return new Promise(function(e,t){g(v).then(e,t)})},p.preloadReady=function(){return new Promise(function(e,t){g(b).then(e,e)})},e.exports=p},function(e,t){e.exports=[{id:196,name:"adjust",slug:"adjust-regular",categories:[],type_of_icon:"REGULAR"},{id:452,name:"adjust",slug:"adjust-solid",categories:[],type_of_icon:"SOLID"},{id:182,name:"alarm",slug:"alarm-regular",categories:[{name:"Date & Time"}],type_of_icon:"REGULAR"},{id:453,name:"alarm",slug:"alarm-solid",categories:[],type_of_icon:"SOLID"},{id:437,name:"alarm-off",slug:"alarm-off-regular",categories:[{name:"Date & Time"}],type_of_icon:"REGULAR"},{id:454,name:"alarm-off",slug:"alarm-off-solid",categories:[],type_of_icon:"SOLID"},{id:197,name:"album",slug:"album-regular",categories:[{name:"Audio & Video"}],type_of_icon:"REGULAR"},{id:455,name:"album",slug:"album-solid",categories:[],type_of_icon:"SOLID"},{id:1,name:"align-left",slug:"align-left-regular",categories:[{name:"Editors"}],type_of_icon:"REGULAR"},{id:2,name:"align-middle",slug:"align-middle-regular",categories:[{name:"Editors"}],type_of_icon:"REGULAR"},{id:3,name:"align-right",slug:"align-right-regular",categories:[{name:"Editors"}],type_of_icon:"REGULAR"},{id:198,name:"anchor",slug:"anchor-regular",categories:[],type_of_icon:"REGULAR"},{id:343,name:"aperture",slug:"aperture-regular",categories:[],type_of_icon:"REGULAR"},{id:100,name:"archive",slug:"archive-regular",categories:[{name:"Business"},{name:"Code"},{name:"Writing"}],type_of_icon:"REGULAR"},{id:456,name:"archive",slug:"archive-solid",categories:[],type_of_icon:"SOLID"},{id:98,name:"archive-in",slug:"archive-in-regular",categories:[{name:"Business"},{name:"Code"},{name:"Writing"}],type_of_icon:"REGULAR"},{id:457,name:"archive-in",slug:"archive-in-solid",categories:[],type_of_icon:"SOLID"},{id:99,name:"archive-out",slug:"archive-out-regular",categories:[{name:"Business"},{name:"Code"},{name:"Writing"}],type_of_icon:"REGULAR"},{id:458,name:"archive-out",slug:"archive-out-solid",categories:[],type_of_icon:"SOLID"},{id:4,name:"arrow-back",slug:"arrow-back-regular",categories:[{name:"Arrows"}],type_of_icon:"REGULAR"},{id:411,name:"asterisk",slug:"asterisk-regular",categories:[],type_of_icon:"REGULAR"},{id:101,name:"at",slug:"at-regular",categories:[],type_of_icon:"REGULAR"},{id:199,name:"award",slug:"award-regular",categories:[],type_of_icon:"REGULAR"},{id:467,name:"award",slug:"award-solid",categories:[],type_of_icon:"SOLID"},{id:104,name:"bar-chart",slug:"bar-chart-regular",categories:[{name:"Business"}],type_of_icon:"REGULAR"},{id:102,name:"bar-chart-alt",slug:"bar-chart-alt-regular",categories:[{name:"Business"}],type_of_icon:"REGULAR"},{id:103,name:"bar-chart-square",slug:"bar-chart-square-regular",categories:[{name:"Business"}],type_of_icon:"REGULAR"},{id:468,name:"bar-chart-square",slug:"bar-chart-square-solid",categories:[],type_of_icon:"SOLID"},{id:291,name:"barcode",slug:"barcode-regular",categories:[],type_of_icon:"REGULAR"},{id:469,name:"barcode",slug:"barcode-solid",categories:[],type_of_icon:"SOLID"},{id:105,name:"basketball",slug:"basketball-regular",categories:[{name:"Sports"}],type_of_icon:"REGULAR"},{id:470,name:"basketball",slug:"basketball-solid",categories:[],type_of_icon:"SOLID"},{id:348,name:"battery",slug:"battery-regular",categories:[],type_of_icon:"REGULAR"},{id:471,name:"battery",slug:"battery-solid",categories:[],type_of_icon:"SOLID"},{id:349,name:"battery-charging",slug:"battery-charging-regular",categories:[],type_of_icon:"REGULAR"},{id:472,name:"battery-charging",slug:"battery-charging-solid",categories:[],type_of_icon:"SOLID"},{id:351,name:"battery-full",slug:"battery-full-regular",categories:[],type_of_icon:"REGULAR"},{id:473,name:"battery-full",slug:"battery-full-solid",categories:[],type_of_icon:"SOLID"},{id:350,name:"battery-low",slug:"battery-low-regular",categories:[],type_of_icon:"REGULAR"},{id:730,name:"battery-low",slug:"battery-low-solid",categories:[],type_of_icon:"SOLID"},{id:337,name:"behance",slug:"behance-logo",categories:[{name:"Social"}],type_of_icon:"LOGO"},{id:8,name:"bell",slug:"bell-regular",categories:[],type_of_icon:"REGULAR"},{id:474,name:"bell",slug:"bell-solid",categories:[],type_of_icon:"SOLID"},{id:5,name:"bell-minus",slug:"bell-minus-regular",categories:[],type_of_icon:"REGULAR"},{id:475,name:"bell-minus",slug:"bell-minus-solid",categories:[],type_of_icon:"SOLID"},{id:6,name:"bell-off",slug:"bell-off-regular",categories:[],type_of_icon:"REGULAR"},{id:476,name:"bell-off",slug:"bell-off-solid",categories:[],type_of_icon:"SOLID"},{id:7,name:"bell-plus",slug:"bell-plus-regular",categories:[],type_of_icon:"REGULAR"},{id:477,name:"bell-plus",slug:"bell-plus-solid",categories:[],type_of_icon:"SOLID"},{id:434,name:"bitcoin",slug:"bitcoin-logo",categories:[{name:"Currency"}],type_of_icon:"LOGO"},{id:106,name:"block",slug:"block-regular",categories:[],type_of_icon:"REGULAR"},{id:115,name:"bluetooth",slug:"bluetooth-regular",categories:[],type_of_icon:"REGULAR"},{id:362,name:"body",slug:"body-regular",categories:[{name:"Accessibility"}],type_of_icon:"REGULAR"},{id:200,name:"bold",slug:"bold-regular",categories:[],type_of_icon:"REGULAR"},{id:201,name:"bolt",slug:"bolt-regular",categories:[],type_of_icon:"REGULAR"},{id:478,name:"bolt",slug:"bolt-solid",categories:[],type_of_icon:"SOLID"},{id:108,name:"book",slug:"book-regular",categories:[{name:"Writing"}],type_of_icon:"REGULAR"},{id:479,name:"book",slug:"book-solid",categories:[],type_of_icon:"SOLID"},{id:107,name:"book-bookmark",slug:"book-bookmark-regular",categories:[{name:"Writing"}],type_of_icon:"REGULAR"},{id:480,name:"book-bookmark",slug:"book-bookmark-solid",categories:[],type_of_icon:"SOLID"},{id:407,name:"book-open",slug:"book-open-regular",categories:[{name:"Writing"}],type_of_icon:"REGULAR"},{id:484,name:"book-open",slug:"book-open-solid",categories:[],type_of_icon:"SOLID"},{id:9,name:"bookmark",slug:"bookmark-regular",categories:[{name:"Writing"}],type_of_icon:"REGULAR"},{id:481,name:"bookmark",slug:"bookmark-solid",categories:[],type_of_icon:"SOLID"},{id:109,name:"bookmark-minus",slug:"bookmark-minus-regular",categories:[{name:"Writing"}],type_of_icon:"REGULAR"},{id:482,name:"bookmark-minus",slug:"bookmark-minus-solid",categories:[],type_of_icon:"SOLID"},{id:110,name:"bookmark-plus",slug:"bookmark-plus-regular",categories:[{name:"Writing"}],type_of_icon:"REGULAR"},{id:483,name:"bookmark-plus",slug:"bookmark-plus-solid",categories:[],type_of_icon:"SOLID"},{id:438,name:"bookmark-star",slug:"bookmark-star-regular",categories:[],type_of_icon:"REGULAR"},{id:485,name:"bookmark-star",slug:"bookmark-star-solid",categories:[],type_of_icon:"SOLID"},{id:10,name:"bookmarks",slug:"bookmarks-regular",categories:[{name:"Writing"}],type_of_icon:"REGULAR"},{id:731,name:"bookmarks",slug:"bookmarks-solid",categories:[],type_of_icon:"SOLID"},{id:111,name:"briefcase",slug:"briefcase-regular",categories:[{name:"Business"}],type_of_icon:"REGULAR"},{id:486,name:"briefcase",slug:"briefcase-solid",categories:[],type_of_icon:"SOLID"},{id:394,name:"briefcase-alt",slug:"briefcase-alt-regular",categories:[{name:"Business"}],type_of_icon:"REGULAR"},{id:487,name:"briefcase-alt",slug:"briefcase-alt-solid",categories:[],type_of_icon:"SOLID"},{id:112,name:"broadcast",slug:"broadcast-regular",categories:[{name:"Audio & Video"}],type_of_icon:"REGULAR"},{id:446,name:"bucket",slug:"bucket-regular",categories:[],type_of_icon:"REGULAR"},{id:488,name:"bucket",slug:"bucket-solid",categories:[],type_of_icon:"SOLID"},{id:114,name:"bug",slug:"bug-regular",categories:[{name:"Code"}],type_of_icon:"REGULAR"},{id:489,name:"bug",slug:"bug-solid",categories:[],type_of_icon:"SOLID"},{id:113,name:"building",slug:"building-regular",categories:[{name:"Business"}],type_of_icon:"REGULAR"},{id:490,name:"building",slug:"building-solid",categories:[],type_of_icon:"SOLID"},{id:116,name:"bulb",slug:"bulb-regular",categories:[],type_of_icon:"REGULAR"},{id:491,name:"bulb",slug:"bulb-solid",categories:[],type_of_icon:"SOLID"},{id:11,name:"bullseye",slug:"bullseye-regular",categories:[],type_of_icon:"REGULAR"},{id:117,name:"buoy",slug:"buoy-regular",categories:[],type_of_icon:"REGULAR"},{id:492,name:"buoy",slug:"buoy-solid",categories:[],type_of_icon:"SOLID"},{id:202,name:"calculator",slug:"calculator-regular",categories:[{name:"Business"}],type_of_icon:"REGULAR"},{id:494,name:"calculator",slug:"calculator-solid",categories:[],type_of_icon:"SOLID"},{id:122,name:"calendar",slug:"calendar-regular",categories:[{name:"Business"},{name:"Date & Time"}],type_of_icon:"REGULAR"},{id:499,name:"calendar",slug:"calendar-solid",categories:[],type_of_icon:"SOLID"},{id:352,name:"calendar-alt",slug:"calendar-alt-regular",categories:[{name:"Business"},{name:"Date & Time"}],type_of_icon:"REGULAR"},{id:495,name:"calendar-alt",slug:"calendar-alt-solid",categories:[],type_of_icon:"SOLID"},{id:119,name:"calendar-check",slug:"calendar-check-regular",categories:[{name:"Business"},{name:"Date & Time"}],type_of_icon:"REGULAR"},{id:496,name:"calendar-check",slug:"calendar-check-solid",categories:[],type_of_icon:"SOLID"},{id:120,name:"calendar-minus",slug:"calendar-minus-regular",categories:[{name:"Business"},{name:"Date & Time"}],type_of_icon:"REGULAR"},{id:497,name:"calendar-minus",slug:"calendar-minus-solid",categories:[],type_of_icon:"SOLID"},{id:118,name:"calendar-plus",slug:"calendar-plus-regular",categories:[{name:"Business"},{name:"Date & Time"}],type_of_icon:"REGULAR"},{id:493,name:"calendar-plus",slug:"calendar-plus-solid",categories:[],type_of_icon:"SOLID"},{id:121,name:"calendar-x",slug:"calendar-x-regular",categories:[{name:"Business"},{name:"Date & Time"}],type_of_icon:"REGULAR"},{id:498,name:"calendar-x",slug:"calendar-x-solid",categories:[],type_of_icon:"SOLID"},{id:13,name:"camera",slug:"camera-regular",categories:[],type_of_icon:"REGULAR"},{id:460,name:"camera",slug:"camera-solid",categories:[],type_of_icon:"SOLID"},{id:412,name:"camera-alt",slug:"camera-alt-regular",categories:[],type_of_icon:"REGULAR"},{id:461,name:"camera-alt",slug:"camera-alt-solid",categories:[],type_of_icon:"SOLID"},{id:12,name:"camera-off",slug:"camera-off-regular",categories:[],type_of_icon:"REGULAR"},{id:462,name:"camera-off",slug:"camera-off-solid",categories:[],type_of_icon:"SOLID"},{id:413,name:"capsule",slug:"capsule-regular",categories:[],type_of_icon:"REGULAR"},{id:500,name:"capsule",slug:"capsule-solid",categories:[],type_of_icon:"SOLID"},{id:14,name:"captions",slug:"captions-regular",categories:[{name:"Accessibility"}],type_of_icon:"REGULAR"},{id:501,name:"captions",slug:"captions-solid",categories:[],type_of_icon:"SOLID"},{id:445,name:"car",slug:"car-regular",categories:[],type_of_icon:"REGULAR"},{id:502,name:"car",slug:"car-solid",categories:[],type_of_icon:"SOLID"},{id:399,name:"carousel",slug:"carousel-regular",categories:[],type_of_icon:"REGULAR"},{id:503,name:"carousel",slug:"carousel-solid",categories:[],type_of_icon:"SOLID"},{id:203,name:"cart",slug:"cart-regular",categories:[{name:"Ecommerce & Shopping"}],type_of_icon:"REGULAR"},{id:505,name:"cart",slug:"cart-solid",categories:[],type_of_icon:"SOLID"},{id:449,name:"cart-alt",slug:"cart-alt-regular",categories:[],type_of_icon:"REGULAR"},{id:504,name:"cart-alt",slug:"cart-alt-solid",categories:[],type_of_icon:"SOLID"},{id:363,name:"cast",slug:"cast-regular",categories:[{name:"Audio & Video"}],type_of_icon:"REGULAR"},{id:506,name:"cast",slug:"cast-solid",categories:[],type_of_icon:"SOLID"},{id:447,name:"categories",slug:"categories-regular",categories:[],type_of_icon:"REGULAR"},{id:507,name:"categories",slug:"categories-solid",categories:[],type_of_icon:"SOLID"},{id:410,name:"chalkboard",slug:"chalkboard-regular",categories:[{name:"Business"}],type_of_icon:"REGULAR"},{id:123,name:"chart",slug:"chart-regular",categories:[{name:"Business"}],type_of_icon:"REGULAR"},{id:508,name:"chart",slug:"chart-solid",categories:[],type_of_icon:"SOLID"},{id:204,name:"check",slug:"check-regular",categories:[],type_of_icon:"REGULAR"},{id:16,name:"checkbox",slug:"checkbox-regular",categories:[],type_of_icon:"REGULAR"},{id:15,name:"checkbox-checked",slug:"checkbox-checked-regular",categories:[],type_of_icon:"REGULAR"},{id:17,name:"checkbox-square",slug:"checkbox-square-regular",categories:[],type_of_icon:"REGULAR"},{id:18,name:"chevron-down",slug:"chevron-down-regular",categories:[{name:"Arrows"}],type_of_icon:"REGULAR"},{id:20,name:"chevron-left",slug:"chevron-left-regular",categories:[{name:"Arrows"}],type_of_icon:"REGULAR"},{id:21,name:"chevron-right",slug:"chevron-right-regular",categories:[{name:"Arrows"}],type_of_icon:"REGULAR"},{id:19,name:"chevron-up",slug:"chevron-up-regular",categories:[{name:"Arrows"}],type_of_icon:"REGULAR"},{id:22,name:"chevrons-down",slug:"chevrons-down-regular",categories:[{name:"Arrows"}],type_of_icon:"REGULAR"},{id:25,name:"chevrons-left",slug:"chevrons-left-regular",categories:[{name:"Arrows"}],type_of_icon:"REGULAR"},{id:24,name:"chevrons-right",slug:"chevrons-right-regular",categories:[{name:"Arrows"}],type_of_icon:"REGULAR"},{id:23,name:"chevrons-up",slug:"chevrons-up-regular",categories:[{name:"Arrows"}],type_of_icon:"REGULAR"},{id:364,name:"chip",slug:"chip-regular",categories:[{name:"Code"}],type_of_icon:"REGULAR"},{id:509,name:"chip",slug:"chip-solid",categories:[],type_of_icon:"SOLID"},{id:26,name:"clipboard",slug:"clipboard-regular",categories:[],type_of_icon:"REGULAR"},{id:511,name:"clipboard",slug:"clipboard-solid",categories:[],type_of_icon:"SOLID"},{id:388,name:"closet",slug:"closet-regular",categories:[{name:"Ecommerce & Shopping"}],type_of_icon:"REGULAR"},{id:126,name:"cloud",slug:"cloud-regular",categories:[],type_of_icon:"REGULAR"},{id:519,name:"cloud",slug:"cloud-solid",categories:[],type_of_icon:"SOLID"},{id:124,name:"cloud-download",slug:"cloud-download-regular",categories:[],type_of_icon:"REGULAR"},{id:512,name:"cloud-download",slug:"cloud-download-solid",categories:[],type_of_icon:"SOLID"},{id:206,name:"cloud-drizzle",slug:"cloud-drizzle-regular",categories:[],type_of_icon:"REGULAR"},{id:207,name:"cloud-light-rain",slug:"cloud-light-rain-regular",categories:[],type_of_icon:"REGULAR"},{id:208,name:"cloud-lightning",slug:"cloud-lightning-regular",categories:[],type_of_icon:"REGULAR"},{id:209,name:"cloud-rain",slug:"cloud-rain-regular",categories:[],type_of_icon:"REGULAR"},{id:210,name:"cloud-snow",slug:"cloud-snow-regular",categories:[],type_of_icon:"REGULAR"},{id:125,name:"cloud-upload",slug:"cloud-upload-regular",categories:[],type_of_icon:"REGULAR"},{id:518,name:"cloud-upload",slug:"cloud-upload-solid",categories:[],type_of_icon:"SOLID"},{id:28,name:"code",slug:"code-regular",categories:[{name:"Code"}],type_of_icon:"REGULAR"},{id:27,name:"code-curly",slug:"code-curly-regular",categories:[{name:"Code"}],type_of_icon:"REGULAR"},{id:29,name:"coffee",slug:"coffee-regular",categories:[{name:"Business"}],type_of_icon:"REGULAR"},{id:520,name:"coffee",slug:"coffee-solid",categories:[],type_of_icon:"SOLID"},{id:211,name:"cog",slug:"cog-regular",categories:[],type_of_icon:"REGULAR"},{id:521,name:"cog",slug:"cog-solid",categories:[],type_of_icon:"SOLID"},{id:359,name:"collapse",slug:"collapse-regular",categories:[],type_of_icon:"REGULAR"},{id:390,name:"collection",slug:"collection-regular",categories:[],type_of_icon:"REGULAR"},{id:522,name:"collection",slug:"collection-solid",categories:[],type_of_icon:"SOLID"},{id:212,name:"columns",slug:"columns-regular",categories:[],type_of_icon:"REGULAR"},{id:406,name:"command",slug:"command-regular",categories:[],type_of_icon:"REGULAR"},{id:130,name:"compass",slug:"compass-regular",categories:[],type_of_icon:"REGULAR"},{id:523,name:"compass",slug:"compass-solid",categories:[],type_of_icon:"SOLID"},{id:213,name:"contact",slug:"contact-regular",categories:[{name:"Business"},{name:"Users & People"}],type_of_icon:"REGULAR"},{id:524,name:"contact",slug:"contact-solid",categories:[],type_of_icon:"SOLID"},{id:448,name:"conversation",slug:"conversation-regular",categories:[],type_of_icon:"REGULAR"},{id:732,name:"conversation",slug:"conversation-solid",categories:[],type_of_icon:"SOLID"},{id:30,name:"copy",slug:"copy-regular",categories:[{name:"Editors"}],type_of_icon:"REGULAR"},{id:525,name:"copy",slug:"copy-solid",categories:[],type_of_icon:"SOLID"},{id:31,name:"copyright",slug:"copyright-regular",categories:[{name:"Business"}],type_of_icon:"REGULAR"},{id:526,name:"copyright",slug:"copyright-solid",categories:[],type_of_icon:"SOLID"},{id:386,name:"coupon",slug:"coupon-regular",categories:[{name:"Ecommerce & Shopping"}],type_of_icon:"REGULAR"},{id:527,name:"coupon",slug:"coupon-solid",categories:[],type_of_icon:"SOLID"},{id:214,name:"credit-card",slug:"credit-card-regular",categories:[],type_of_icon:"REGULAR"},{id:528,name:"credit-card",slug:"credit-card-solid",categories:[],type_of_icon:"SOLID"},{id:215,name:"crop",slug:"crop-regular",categories:[],type_of_icon:"REGULAR"},{id:129,name:"crosshair",slug:"crosshair-regular",categories:[],type_of_icon:"REGULAR"},{id:293,name:"crown",slug:"crown-regular",categories:[],type_of_icon:"REGULAR"},{id:529,name:"crown",slug:"crown-solid",categories:[],type_of_icon:"SOLID"},{id:216,name:"cube",slug:"cube-regular",categories:[],type_of_icon:"REGULAR"},{id:530,name:"cube",slug:"cube-solid",categories:[],type_of_icon:"SOLID"},{id:217,name:"cut",slug:"cut-regular",categories:[],type_of_icon:"REGULAR"},{id:450,name:"dashboard",slug:"dashboard-regular",categories:[],type_of_icon:"REGULAR"},{id:733,name:"dashboard",slug:"dashboard-solid",categories:[],type_of_icon:"SOLID"},{id:131,name:"data",slug:"data-regular",categories:[],type_of_icon:"REGULAR"},{id:132,name:"desktop",slug:"desktop-regular",categories:[],type_of_icon:"REGULAR"},{id:218,name:"detail",slug:"detail-regular",categories:[],type_of_icon:"REGULAR"},{id:531,name:"detail",slug:"detail-solid",categories:[],type_of_icon:"SOLID"},{id:219,name:"diamond",slug:"diamond-regular",categories:[],type_of_icon:"REGULAR"},{id:532,name:"diamond",slug:"diamond-solid",categories:[],type_of_icon:"SOLID"},{id:133,name:"directions",slug:"directions-regular",categories:[],type_of_icon:"REGULAR"},{id:533,name:"directions",slug:"directions-solid",categories:[],type_of_icon:"SOLID"},{id:748,name:"discord",slug:"discord-logo",categories:[],type_of_icon:"LOGO"},{id:387,name:"discount",slug:"discount-regular",categories:[{name:"Ecommerce & Shopping"}],type_of_icon:"REGULAR"},{id:534,name:"discount",slug:"discount-solid",categories:[],type_of_icon:"SOLID"},{id:294,name:"dislike",slug:"dislike-regular",categories:[],type_of_icon:"REGULAR"},{id:535,name:"dislike",slug:"dislike-solid",categories:[],type_of_icon:"SOLID"},{id:428,name:"dock-bottom",slug:"dock-bottom-regular",categories:[],type_of_icon:"REGULAR"},{id:536,name:"dock-bottom",slug:"dock-bottom-solid",categories:[],type_of_icon:"SOLID"},{id:431,name:"dock-left",slug:"dock-left-regular",categories:[],type_of_icon:"REGULAR"},{id:537,name:"dock-left",slug:"dock-left-solid",categories:[],type_of_icon:"SOLID"},{id:429,name:"dock-right",slug:"dock-right-regular",categories:[],type_of_icon:"REGULAR"},{id:538,name:"dock-right",slug:"dock-right-solid",categories:[],type_of_icon:"SOLID"},{id:430,name:"dock-top",slug:"dock-top-regular",categories:[],type_of_icon:"REGULAR"},{id:539,name:"dock-top",slug:"dock-top-solid",categories:[],type_of_icon:"SOLID"},{id:135,name:"dollar",slug:"dollar-regular",categories:[{name:"Currency"}],type_of_icon:"REGULAR"},{id:134,name:"dollar-circle",slug:"dollar-circle-regular",categories:[{name:"Currency"}],type_of_icon:"REGULAR"},{id:540,name:"dollar-circle",slug:"dollar-circle-solid",categories:[],type_of_icon:"SOLID"},{id:137,name:"dots-horizontal",slug:"dots-horizontal-regular",categories:[],type_of_icon:"REGULAR"},{id:136,name:"dots-horizontal-rounded",slug:"dots-horizontal-rounded-regular",categories:[],type_of_icon:"REGULAR"},{id:139,name:"dots-vertical",slug:"dots-vertical-regular",categories:[],type_of_icon:"REGULAR"},{id:138,name:"dots-vertical-rounded",slug:"dots-vertical-rounded-regular",categories:[],type_of_icon:"REGULAR"},{id:295,name:"down-arrow",slug:"down-arrow-regular",categories:[{name:"Arrows"}],type_of_icon:"REGULAR"},{id:542,name:"down-arrow",slug:"down-arrow-solid",categories:[],type_of_icon:"SOLID"},{id:32,name:"down-arrow-circle",slug:"down-arrow-circle-regular",categories:[{name:"Arrows"}],type_of_icon:"REGULAR"},{id:541,name:"down-arrow-circle",slug:"down-arrow-circle-solid",categories:[],type_of_icon:"SOLID"},{id:140,name:"download",slug:"download-regular",categories:[],type_of_icon:"REGULAR"},{id:376,name:"download-alt",slug:"download-alt-regular",categories:[],type_of_icon:"REGULAR"},{id:543,name:"download-alt",slug:"download-alt-solid",categories:[],type_of_icon:"SOLID"},{id:375,name:"downvote",slug:"downvote-regular",categories:[],type_of_icon:"REGULAR"},{id:544,name:"downvote",slug:"downvote-solid",categories:[],type_of_icon:"SOLID"},{id:339,name:"dribbble",slug:"dribbble-logo",categories:[{name:"Social"}],type_of_icon:"LOGO"},{id:296,name:"drink",slug:"drink-regular",categories:[],type_of_icon:"REGULAR"},{id:546,name:"drink",slug:"drink-solid",categories:[],type_of_icon:"SOLID"},{id:141,name:"droplet",slug:"droplet-regular",categories:[],type_of_icon:"REGULAR"},{id:547,name:"droplet",slug:"droplet-solid",categories:[],type_of_icon:"SOLID"},{id:193,name:"duplicate",slug:"duplicate-regular",categories:[{name:"Editors"}],type_of_icon:"REGULAR"},{id:548,name:"duplicate",slug:"duplicate-solid",categories:[],type_of_icon:"SOLID"},{id:221,name:"edit",slug:"edit-regular",categories:[{name:"Writing"},{name:"Editors"}],type_of_icon:"REGULAR"},{id:419,name:"eject",slug:"eject-regular",categories:[],type_of_icon:"REGULAR"},{id:549,name:"eject",slug:"eject-solid",categories:[],type_of_icon:"SOLID"},{id:142,name:"envelope",slug:"envelope-regular",categories:[{name:"Writing"}],type_of_icon:"REGULAR"},{id:550,name:"envelope",slug:"envelope-solid",categories:[],type_of_icon:"SOLID"},{id:297,name:"eraser",slug:"eraser-regular",categories:[{name:"Writing"},{name:"Editors"}],type_of_icon:"REGULAR"},{id:551,name:"eraser",slug:"eraser-solid",categories:[],type_of_icon:"SOLID"},{id:34,name:"error",slug:"error-regular",categories:[],type_of_icon:"REGULAR"},{id:553,name:"error",slug:"error-solid",categories:[],type_of_icon:"SOLID"},{id:33,name:"error-circle",slug:"error-circle-regular",categories:[],type_of_icon:"REGULAR"},{id:552,name:"error-circle",slug:"error-circle-solid",categories:[],type_of_icon:"SOLID"},{id:222,name:"exclamation",slug:"exclamation-regular",categories:[],type_of_icon:"REGULAR"},{id:35,name:"exit-fullscreen",slug:"exit-fullscreen-regular",categories:[],type_of_icon:"REGULAR"},{id:384,name:"expand",slug:"expand-regular",categories:[],type_of_icon:"REGULAR"},{id:298,name:"export",slug:"export-regular",categories:[],type_of_icon:"REGULAR"},{id:357,name:"eyedropper",slug:"eyedropper-regular",categories:[],type_of_icon:"REGULAR"},{id:299,name:"facebook",slug:"facebook-logo",categories:[{name:"Social"}],type_of_icon:"LOGO"},{id:435,name:"facebook-square",slug:"facebook-square-logo",categories:[{name:"Social"}],type_of_icon:"LOGO"},{id:37,name:"fast-forward",slug:"fast-forward-regular",categories:[],type_of_icon:"REGULAR"},{id:36,name:"fast-forward-circle",slug:"fast-forward-circle-regular",categories:[],type_of_icon:"REGULAR"},{id:556,name:"fast-forward-circle",slug:"fast-forward-circle-solid",categories:[],type_of_icon:"SOLID"},{id:223,name:"female",slug:"female-regular",categories:[{name:"Genders"}],type_of_icon:"REGULAR"},{id:224,name:"file",slug:"file-regular",categories:[{name:"Code"}],type_of_icon:"REGULAR"},{id:558,name:"file",slug:"file-solid",categories:[],type_of_icon:"SOLID"},{id:404,name:"file-image",slug:"file-image-regular",categories:[{name:"Code"}],type_of_icon:"REGULAR"},{id:557,name:"file-image",slug:"file-image-solid",categories:[],type_of_icon:"SOLID"},{id:395,name:"file-plus",slug:"file-plus-regular",categories:[{name:"Code"}],type_of_icon:"REGULAR"},{id:734,name:"file-plus",slug:"file-plus-solid",categories:[],type_of_icon:"SOLID"},{id:225,name:"files",slug:"files-regular",categories:[{name:"Code"}],type_of_icon:"REGULAR"},{id:559,name:"files",slug:"files-solid",categories:[],type_of_icon:"SOLID"},{id:344,name:"film",slug:"film-regular",categories:[{name:"Audio & Video"}],type_of_icon:"REGULAR"},{id:226,name:"filter",slug:"filter-regular",categories:[],type_of_icon:"REGULAR"},{id:391,name:"filter-alt",slug:"filter-alt-regular",categories:[],type_of_icon:"REGULAR"},{id:560,name:"filter-alt",slug:"filter-alt-solid",categories:[],type_of_icon:"SOLID"},{id:300,name:"first-aid",slug:"first-aid-regular",categories:[{name:"Health"}],type_of_icon:"REGULAR"},{id:562,name:"first-aid",slug:"first-aid-solid",categories:[],type_of_icon:"SOLID"},{id:38,name:"first-page",slug:"first-page-regular",categories:[],type_of_icon:"REGULAR"},{id:301,name:"flag",slug:"flag-regular",categories:[],type_of_icon:"REGULAR"},{id:564,name:"flag",slug:"flag-solid",categories:[],type_of_icon:"SOLID"},{id:436,name:"flag-alt",slug:"flag-alt-regular",categories:[],type_of_icon:"REGULAR"},{id:563,name:"flag-alt",slug:"flag-alt-solid",categories:[],type_of_icon:"SOLID"},{id:227,name:"flask",slug:"flask-regular",categories:[],type_of_icon:"REGULAR"},{id:565,name:"flask",slug:"flask-solid",categories:[],type_of_icon:"SOLID"},{id:41,name:"folder",slug:"folder-regular",categories:[{name:"Code"}],type_of_icon:"REGULAR"},{id:463,name:"folder",slug:"folder-solid",categories:[],type_of_icon:"SOLID"},{id:39,name:"folder-minus",slug:"folder-minus-regular",categories:[{name:"Code"},{name:"Writing"}],type_of_icon:"REGULAR"},{id:465,name:"folder-minus",slug:"folder-minus-solid",categories:[],type_of_icon:"SOLID"},{id:345,name:"folder-open",slug:"folder-open-regular",categories:[{name:"Code"},{name:"Writing"}],type_of_icon:"REGULAR"},{id:729,name:"folder-open",slug:"folder-open-solid",categories:[],type_of_icon:"SOLID"},{id:40,name:"folder-plus",slug:"folder-plus-regular",categories:[{name:"Code"},{name:"Writing"}],type_of_icon:"REGULAR"},{id:464,name:"folder-plus",slug:"folder-plus-solid",categories:[],type_of_icon:"SOLID"},{id:228,name:"font",slug:"font-regular",categories:[{name:"Editors"}],type_of_icon:"REGULAR"},{id:42,name:"fullscreen",slug:"fullscreen-regular",categories:[],type_of_icon:"REGULAR"},{id:459,name:"fullscreen",slug:"fullscreen-solid",categories:[],type_of_icon:"SOLID"},{id:144,name:"gift",slug:"gift-regular",categories:[],type_of_icon:"REGULAR"},{id:566,name:"gift",slug:"gift-solid",categories:[],type_of_icon:"SOLID"},{id:229,name:"git-branch",slug:"git-branch-regular",categories:[{name:"Code"}],type_of_icon:"REGULAR"},{id:230,name:"git-commit",slug:"git-commit-regular",categories:[{name:"Code"}],type_of_icon:"REGULAR"},{id:231,name:"git-compare",slug:"git-compare-regular",categories:[{name:"Code"}],type_of_icon:"REGULAR"},{id:232,name:"git-merge",slug:"git-merge-regular",categories:[{name:"Code"}],type_of_icon:"REGULAR"},{id:233,name:"git-pull-request",slug:"git-pull-request-regular",categories:[{name:"Code"}],type_of_icon:"REGULAR"},{id:234,name:"git-repo-forked",slug:"git-repo-forked-regular",categories:[{name:"Code"}],type_of_icon:"REGULAR"},{id:302,name:"github",slug:"github-logo",categories:[{name:"Social"}],type_of_icon:"LOGO"},{id:145,name:"globe",slug:"globe-regular",categories:[],type_of_icon:"REGULAR"},{id:371,name:"globe-alt",slug:"globe-alt-regular",categories:[],type_of_icon:"REGULAR"},{id:567,name:"globe-alt",slug:"globe-alt-solid",categories:[],type_of_icon:"SOLID"},{id:303,name:"google",slug:"google-logo",categories:[{name:"Social"}],type_of_icon:"LOGO"},{id:738,name:"google-plus",slug:"google-plus-logo",categories:[],type_of_icon:"LOGO"},{id:739,name:"google-plus-circle",slug:"google-plus-circle-logo",categories:[],type_of_icon:"LOGO"},{id:146,name:"grid",slug:"grid-regular",categories:[{name:"Editors"}],type_of_icon:"REGULAR"},{id:408,name:"grid-alt",slug:"grid-alt-regular",categories:[{name:"Editors"}],type_of_icon:"REGULAR"},{id:568,name:"grid-alt",slug:"grid-alt-solid",categories:[],type_of_icon:"SOLID"},{id:235,name:"group",slug:"group-regular",categories:[],type_of_icon:"REGULAR"},{id:569,name:"group",slug:"group-solid",categories:[],type_of_icon:"SOLID"},{id:236,name:"hash",slug:"hash-regular",categories:[],type_of_icon:"REGULAR"},{id:369,name:"hdd",slug:"hdd-regular",categories:[],type_of_icon:"REGULAR"},{id:570,name:"hdd",slug:"hdd-solid",categories:[],type_of_icon:"SOLID"},{id:237,name:"heading",slug:"heading-regular",categories:[{name:"Editors"}],type_of_icon:"REGULAR"},{id:147,name:"headphone",slug:"headphone-regular",categories:[],type_of_icon:"REGULAR"},{id:148,name:"heart",slug:"heart-regular",categories:[],type_of_icon:"REGULAR"},{id:571,name:"heart",slug:"heart-solid",categories:[],type_of_icon:"SOLID"},{id:304,name:"hexagon",slug:"hexagon-regular",categories:[{name:"Shapes"}],type_of_icon:"REGULAR"},{id:43,name:"hide",slug:"hide-regular",categories:[],type_of_icon:"REGULAR"},{id:572,name:"hide",slug:"hide-solid",categories:[],type_of_icon:"SOLID"},{id:305,name:"history",slug:"history-regular",categories:[],type_of_icon:"REGULAR"},{id:149,name:"home",slug:"home-regular",categories:[],type_of_icon:"REGULAR"},{id:574,name:"home",slug:"home-solid",categories:[],type_of_icon:"SOLID"},{id:238,name:"home-alt",slug:"home-alt-regular",categories:[],type_of_icon:"REGULAR"},{id:573,name:"home-alt",slug:"home-alt-solid",categories:[],type_of_icon:"SOLID"},{id:355,name:"horizontal-center",slug:"horizontal-center-regular",categories:[{name:"Editors"}],type_of_icon:"REGULAR"},{id:143,name:"hot",slug:"hot-regular",categories:[],type_of_icon:"REGULAR"},{id:575,name:"hot",slug:"hot-solid",categories:[],type_of_icon:"SOLID"},{id:397,name:"hourglass",slug:"hourglass-regular",categories:[{name:"Date & Time"}],type_of_icon:"REGULAR"},{id:576,name:"hourglass",slug:"hourglass-solid",categories:[],type_of_icon:"SOLID"},{id:306,name:"idea",slug:"idea-regular",categories:[],type_of_icon:"REGULAR"},{id:577,name:"idea",slug:"idea-solid",categories:[],type_of_icon:"SOLID"},{id:44,name:"image",slug:"image-regular",categories:[],type_of_icon:"REGULAR"},{id:579,name:"image",slug:"image-solid",categories:[],type_of_icon:"SOLID"},{id:239,name:"image-alt",slug:"image-alt-regular",categories:[],type_of_icon:"REGULAR"},{id:578,name:"image-alt",slug:"image-alt-solid",categories:[],type_of_icon:"SOLID"},{id:380,name:"images",slug:"images-regular",categories:[],type_of_icon:"REGULAR"},{id:746,name:"images",slug:"images-solid",categories:[],type_of_icon:"SOLID"},{id:353,name:"import",slug:"import-regular",categories:[],type_of_icon:"REGULAR"},{id:240,name:"inbox",slug:"inbox-regular",categories:[],type_of_icon:"REGULAR"},{id:581,name:"inbox",slug:"inbox-solid",categories:[],type_of_icon:"SOLID"},{id:400,name:"infinite",slug:"infinite-regular",categories:[],type_of_icon:"REGULAR"},{id:241,name:"info",slug:"info-regular",categories:[],type_of_icon:"REGULAR"},{id:45,name:"info-circle",slug:"info-circle-regular",categories:[],type_of_icon:"REGULAR"},{id:582,name:"info-circle",slug:"info-circle-solid",categories:[],type_of_icon:"SOLID"},{id:307,name:"instagram",slug:"instagram-logo",categories:[{name:"Social"}],type_of_icon:"LOGO"},{id:242,name:"italic",slug:"italic-regular",categories:[{name:"Editors"}],type_of_icon:"REGULAR"},{id:243,name:"joystick",slug:"joystick-regular",categories:[],type_of_icon:"REGULAR"},{id:585,name:"joystick",slug:"joystick-solid",categories:[],type_of_icon:"SOLID"},{id:308,name:"joystick-alt",slug:"joystick-alt-regular",categories:[],type_of_icon:"REGULAR"},{id:584,name:"joystick-alt",slug:"joystick-alt-solid",categories:[],type_of_icon:"SOLID"},{id:46,name:"justify",slug:"justify-regular",categories:[],type_of_icon:"REGULAR"},{id:47,name:"key",slug:"key-regular",categories:[],type_of_icon:"REGULAR"},{id:150,name:"laptop",slug:"laptop-regular",categories:[],type_of_icon:"REGULAR"},{id:48,name:"last-page",slug:"last-page-regular",categories:[],type_of_icon:"REGULAR"},{id:151,name:"layer",slug:"layer-regular",categories:[],type_of_icon:"REGULAR"},{id:586,name:"layer",slug:"layer-solid",categories:[],type_of_icon:"SOLID"},{id:432,name:"layout",slug:"layout-regular",categories:[],type_of_icon:"REGULAR"},{id:587,name:"layout",slug:"layout-solid",categories:[],type_of_icon:"SOLID"},{id:309,name:"left-arrow",slug:"left-arrow-regular",categories:[{name:"Arrows"}],type_of_icon:"REGULAR"},{id:589,name:"left-arrow",slug:"left-arrow-solid",categories:[],type_of_icon:"SOLID"},{id:49,name:"left-arrow-circle",slug:"left-arrow-circle-regular",categories:[{name:"Arrows"}],type_of_icon:"REGULAR"},{id:588,name:"left-arrow-circle",slug:"left-arrow-circle-solid",categories:[],type_of_icon:"SOLID"},{id:50,name:"left-bottom-arrow-circle",slug:"left-bottom-arrow-circle-regular",categories:[{name:"Arrows"}],type_of_icon:"REGULAR"},{id:590,name:"left-bottom-arrow-circle",slug:"left-bottom-arrow-circle-solid",categories:[],type_of_icon:"SOLID"},{id:51,name:"left-indent",slug:"left-indent-regular",categories:[],type_of_icon:"REGULAR"},{id:52,name:"left-top-arrow-circle",slug:"left-top-arrow-circle-regular",categories:[{name:"Arrows"}],type_of_icon:"REGULAR"},{id:591,name:"left-top-arrow-circle",slug:"left-top-arrow-circle-solid",categories:[],type_of_icon:"SOLID"},{id:310,name:"like",slug:"like-regular",categories:[],type_of_icon:"REGULAR"},{id:592,name:"like",slug:"like-solid",categories:[],type_of_icon:"SOLID"},{id:153,name:"link",slug:"link-regular",categories:[{name:"Editors"}],type_of_icon:"REGULAR"},{id:152,name:"link-alt",slug:"link-alt-regular",categories:[{name:"Editors"}],type_of_icon:"REGULAR"},{id:244,name:"link-external",slug:"link-external-regular",categories:[{name:"Editors"}],type_of_icon:"REGULAR"},{id:424,name:"linkedin",slug:"linkedin-logo",categories:[{name:"Social"}],type_of_icon:"LOGO"},{id:740,name:"linkedin-square",slug:"linkedin-square-logo",categories:[],type_of_icon:"LOGO"},{id:157,name:"list",slug:"list-regular",categories:[{name:"Editors"}],type_of_icon:"REGULAR"},{id:417,name:"list-alt",slug:"list-alt-regular",categories:[{name:"Editors"}],type_of_icon:"REGULAR"},{id:593,name:"list-alt",slug:"list-alt-solid",categories:[],type_of_icon:"SOLID"},{id:155,name:"list-bullet",slug:"list-bullet-regular",categories:[{name:"Editors"}],type_of_icon:"REGULAR"},{id:311,name:"list-check",slug:"list-check-regular",categories:[{name:"Editors"}],type_of_icon:"REGULAR"},{id:154,name:"list-plus",slug:"list-plus-regular",categories:[{name:"Editors"}],type_of_icon:"REGULAR"},{id:156,name:"list-x",slug:"list-x-regular",categories:[{name:"Editors"}],type_of_icon:"REGULAR"},{id:415,name:"loader",slug:"loader-regular",categories:[{name:"Spinners"}],type_of_icon:"REGULAR"},{id:441,name:"loader-alt",slug:"loader-alt-regular",categories:[],type_of_icon:"REGULAR"},{id:440,name:"loader-circle",slug:"loader-circle-regular",categories:[],type_of_icon:"REGULAR"},{id:159,name:"lock",slug:"lock-regular",categories:[],type_of_icon:"REGULAR"},{id:595,name:"lock",slug:"lock-solid",categories:[],type_of_icon:"SOLID"},{id:158,name:"lock-open",slug:"lock-open-regular",categories:[],type_of_icon:"REGULAR"},{id:594,name:"lock-open",slug:"lock-open-solid",categories:[],type_of_icon:"SOLID"},{id:245,name:"log-in",slug:"log-in-regular",categories:[],type_of_icon:"REGULAR"},{id:246,name:"log-out",slug:"log-out-regular",categories:[],type_of_icon:"REGULAR"},{id:247,name:"male",slug:"male-regular",categories:[{name:"Genders"}],type_of_icon:"REGULAR"},{id:161,name:"map",slug:"map-regular",categories:[],type_of_icon:"REGULAR"},{id:597,name:"map",slug:"map-solid",categories:[],type_of_icon:"SOLID"},{id:160,name:"map-alt",slug:"map-alt-regular",categories:[],type_of_icon:"REGULAR"},{id:596,name:"map-alt",slug:"map-alt-solid",categories:[],type_of_icon:"SOLID"},{id:433,name:"map-pin",slug:"map-pin-regular",categories:[],type_of_icon:"REGULAR"},{id:741,name:"medium",slug:"medium-logo",categories:[],type_of_icon:"LOGO"},{id:742,name:"medium-square",slug:"medium-square-logo",categories:[],type_of_icon:"LOGO"},{id:53,name:"menu",slug:"menu-regular",categories:[],type_of_icon:"REGULAR"},{id:163,name:"message",slug:"message-regular",categories:[{name:"Chat"}],type_of_icon:"REGULAR"},{id:602,name:"message",slug:"message-solid",categories:[],type_of_icon:"SOLID"},{id:423,name:"message-alt",slug:"message-alt-regular",categories:[{name:"Chat"}],type_of_icon:"REGULAR"},{id:598,name:"message-alt",slug:"message-alt-solid",categories:[],type_of_icon:"SOLID"},{id:248,name:"message-detail",slug:"message-detail-regular",categories:[{name:"Chat"}],type_of_icon:"REGULAR"},{id:599,name:"message-detail",slug:"message-detail-solid",categories:[],type_of_icon:"SOLID"},{id:162,name:"message-rounded",slug:"message-rounded-regular",categories:[{name:"Chat"}],type_of_icon:"REGULAR"},{id:601,name:"message-rounded",slug:"message-rounded-solid",categories:[],type_of_icon:"SOLID"},{id:312,name:"message-rounded-alt",slug:"message-rounded-alt-regular",categories:[{name:"Chat"}],type_of_icon:"REGULAR"},{id:600,name:"message-rounded-alt",slug:"message-rounded-alt-solid",categories:[],type_of_icon:"SOLID"},{id:54,name:"microphone",slug:"microphone-regular",categories:[{name:"Audio & Video"}],type_of_icon:"REGULAR"},{id:604,name:"microphone",slug:"microphone-solid",categories:[],type_of_icon:"SOLID"},{id:249,name:"microphone-off",slug:"microphone-off-regular",categories:[{name:"Audio & Video"}],type_of_icon:"REGULAR"},{id:603,name:"microphone-off",slug:"microphone-off-solid",categories:[],type_of_icon:"SOLID"},{id:250,name:"minus",slug:"minus-regular",categories:[],type_of_icon:"REGULAR"},{id:55,name:"minus-circle",slug:"minus-circle-regular",categories:[],type_of_icon:"REGULAR"},{id:605,name:"minus-circle",slug:"minus-circle-solid",categories:[],type_of_icon:"SOLID"},{id:165,name:"mobile",slug:"mobile-regular",categories:[],type_of_icon:"REGULAR"},{id:164,name:"mobile-alt",slug:"mobile-alt-regular",categories:[],type_of_icon:"REGULAR"},{id:606,name:"mobile-alt",slug:"mobile-alt-solid",categories:[],type_of_icon:"SOLID"},{id:425,name:"mobile-message",slug:"mobile-message-regular",categories:[],type_of_icon:"REGULAR"},{id:607,name:"mobile-message",slug:"mobile-message-solid",categories:[],type_of_icon:"SOLID"},{id:56,name:"moon",slug:"moon-regular",categories:[],type_of_icon:"REGULAR"},{id:608,name:"moon",slug:"moon-solid",categories:[],type_of_icon:"SOLID"},{id:251,name:"mouse",slug:"mouse-regular",categories:[],type_of_icon:"REGULAR"},{id:609,name:"mouse",slug:"mouse-solid",categories:[],type_of_icon:"SOLID"},{id:252,name:"move",slug:"move-regular",categories:[],type_of_icon:"REGULAR"},{id:253,name:"music",slug:"music-regular",categories:[{name:"Audio & Video"}],type_of_icon:"REGULAR"},{id:610,name:"music",slug:"music-solid",categories:[],type_of_icon:"SOLID"},{id:166,name:"navigation",slug:"navigation-regular",categories:[],type_of_icon:"REGULAR"},{id:611,name:"navigation",slug:"navigation-solid",categories:[],type_of_icon:"SOLID"},{id:378,name:"news",slug:"news-regular",categories:[],type_of_icon:"REGULAR"},{id:612,name:"news",slug:"news-solid",categories:[],type_of_icon:"SOLID"},{id:254,name:"newsletter",slug:"newsletter-regular",categories:[],type_of_icon:"REGULAR"},{id:613,name:"newsletter",slug:"newsletter-solid",categories:[],type_of_icon:"SOLID"},{id:255,name:"notification",slug:"notification-regular",categories:[],type_of_icon:"REGULAR"},{id:615,name:"notification",slug:"notification-solid",categories:[],type_of_icon:"SOLID"},{id:403,name:"notification-off",slug:"notification-off-regular",categories:[],type_of_icon:"REGULAR"},{id:614,name:"notification-off",slug:"notification-off-solid",categories:[],type_of_icon:"SOLID"},{id:313,name:"octagon",slug:"octagon-regular",categories:[{name:"Shapes"}],type_of_icon:"REGULAR"},{id:256,name:"package",slug:"package-regular",categories:[],type_of_icon:"REGULAR"},{id:616,name:"package",slug:"package-solid",categories:[],type_of_icon:"SOLID"},{id:421,name:"paper-plane",slug:"paper-plane-regular",categories:[{name:"Writing"}],type_of_icon:"REGULAR"},{id:617,name:"paper-plane",slug:"paper-plane-solid",categories:[],type_of_icon:"SOLID"},{id:385,name:"paperclip",slug:"paperclip-regular",categories:[{name:"Business"},{name:"Writing"}],type_of_icon:"REGULAR"},{id:257,name:"paragraph",slug:"paragraph-regular",categories:[{name:"Writing"},{name:"Editors"}],type_of_icon:"REGULAR"},{id:258,name:"paste",slug:"paste-regular",categories:[{name:"Editors"}],type_of_icon:"REGULAR"},{id:618,name:"paste",slug:"paste-solid",categories:[],type_of_icon:"SOLID"},{id:58,name:"pause",slug:"pause-regular",categories:[],type_of_icon:"REGULAR"},{id:57,name:"pause-circle",slug:"pause-circle-regular",categories:[],type_of_icon:"REGULAR"},{id:619,name:"pause-circle",slug:"pause-circle-solid",categories:[],type_of_icon:"SOLID"},{id:383,name:"pen",slug:"pen-regular",categories:[{name:"Business"},{name:"Writing"},{name:"Editors"}],type_of_icon:"REGULAR"},{id:620,name:"pen",slug:"pen-solid",categories:[],type_of_icon:"SOLID"},{id:259,name:"pencil",slug:"pencil-regular",categories:[{name:"Business"},{name:"Writing"},{name:"Editors"}],type_of_icon:"REGULAR"},{id:621,name:"pencil",slug:"pencil-solid",categories:[],type_of_icon:"SOLID"},{id:167,name:"phone",slug:"phone-regular",categories:[{name:"Business"}],type_of_icon:"REGULAR"},{id:625,name:"phone",slug:"phone-solid",categories:[],type_of_icon:"SOLID"},{id:336,name:"phone-call",slug:"phone-call-regular",categories:[],type_of_icon:"REGULAR"},{id:622,name:"phone-call",slug:"phone-call-solid",categories:[],type_of_icon:"SOLID"},{id:360,name:"phone-incoming",slug:"phone-incoming-regular",categories:[],type_of_icon:"REGULAR"},{id:623,name:"phone-incoming",slug:"phone-incoming-solid",categories:[],type_of_icon:"SOLID"},{id:361,name:"phone-outgoing",slug:"phone-outgoing-regular",categories:[],type_of_icon:"REGULAR"},{id:624,name:"phone-outgoing",slug:"phone-outgoing-solid",categories:[],type_of_icon:"SOLID"},{id:168,name:"pie-chart",slug:"pie-chart-regular",categories:[{name:"Business"}],type_of_icon:"REGULAR"},{id:627,name:"pie-chart",slug:"pie-chart-solid",categories:[],type_of_icon:"SOLID"},{id:379,name:"pie-chart-alt",slug:"pie-chart-alt-regular",categories:[{name:"Business"}],type_of_icon:"REGULAR"},{id:626,name:"pie-chart-alt",slug:"pie-chart-alt-solid",categories:[],type_of_icon:"SOLID"},{id:260,name:"pin",slug:"pin-regular",categories:[],type_of_icon:"REGULAR"},{id:628,name:"pin",slug:"pin-solid",categories:[],type_of_icon:"SOLID"},{id:61,name:"play",slug:"play-regular",categories:[{name:"Audio & Video"}],type_of_icon:"REGULAR"},{id:60,name:"play-circle",slug:"play-circle-regular",categories:[{name:"Audio & Video"}],type_of_icon:"REGULAR"},{id:629,name:"play-circle",slug:"play-circle-solid",categories:[],type_of_icon:"SOLID"},{id:398,name:"playlist",slug:"playlist-regular",categories:[{name:"Audio & Video"}],type_of_icon:"REGULAR"},{id:630,name:"playlist",slug:"playlist-solid",categories:[],type_of_icon:"SOLID"},{id:401,name:"plug",slug:"plug-regular",categories:[],type_of_icon:"REGULAR"},{id:631,name:"plug",slug:"plug-solid",categories:[],type_of_icon:"SOLID"},{id:261,name:"plus",slug:"plus-regular",categories:[],type_of_icon:"REGULAR"},{id:62,name:"plus-circle",slug:"plus-circle-regular",categories:[],type_of_icon:"REGULAR"},{id:632,name:"plus-circle",slug:"plus-circle-solid",categories:[],type_of_icon:"SOLID"},{id:314,name:"poll",slug:"poll-regular",categories:[],type_of_icon:"REGULAR"},{id:315,name:"popular",slug:"popular-regular",categories:[],type_of_icon:"REGULAR"},{id:262,name:"power-off",slug:"power-off-regular",categories:[],type_of_icon:"REGULAR"},{id:169,name:"printer",slug:"printer-regular",categories:[],type_of_icon:"REGULAR"},{id:633,name:"printer",slug:"printer-solid",categories:[],type_of_icon:"SOLID"},{id:263,name:"pulse",slug:"pulse-regular",categories:[],type_of_icon:"REGULAR"},{id:382,name:"purchase-tag",slug:"purchase-tag-regular",categories:[],type_of_icon:"REGULAR"},{id:634,name:"purchase-tag",slug:"purchase-tag-solid",categories:[],type_of_icon:"SOLID"},{id:63,name:"question-mark",slug:"question-mark-regular",categories:[{name:"Accessibility"}],type_of_icon:"REGULAR"},{id:342,name:"quote-left",slug:"quote-left-regular",categories:[{name:"Chat"},{name:"Editors"}],type_of_icon:"REGULAR"},{id:635,name:"quote-left",slug:"quote-left-solid",categories:[],type_of_icon:"SOLID"},{id:316,name:"quote-right",slug:"quote-right-regular",categories:[{name:"Chat"},{name:"Editors"}],type_of_icon:"REGULAR"},{id:636,name:"quote-right",slug:"quote-right-solid",categories:[],type_of_icon:"SOLID"},{id:317,name:"radar",slug:"radar-regular",categories:[],type_of_icon:"REGULAR"},{id:170,name:"radio",slug:"radio-regular",categories:[{name:"Audio & Video"}],type_of_icon:"REGULAR"},{id:637,name:"radio",slug:"radio-solid",categories:[],type_of_icon:"SOLID"},{id:65,name:"radio-circle",slug:"radio-circle-regular",categories:[{name:"Shapes"}],type_of_icon:"REGULAR"},{id:64,name:"radio-circle-marked",slug:"radio-circle-marked-regular",categories:[],type_of_icon:"REGULAR"},{id:66,name:"rectangle",slug:"rectangle-regular",categories:[{name:"Shapes"}],type_of_icon:"REGULAR"},{id:749,name:"reddit",slug:"reddit-logo",categories:[],type_of_icon:"LOGO"},{id:318,name:"redo",slug:"redo-regular",categories:[{name:"Editors"}],type_of_icon:"REGULAR"},{id:358,name:"rename",slug:"rename-regular",categories:[{name:"Editors"}],type_of_icon:"REGULAR"},{id:638,name:"rename",slug:"rename-solid",categories:[],type_of_icon:"SOLID"},{id:320,name:"reply",slug:"reply-regular",categories:[{name:"Editors"}],type_of_icon:"REGULAR"},{id:319,name:"reply-all",slug:"reply-all-regular",categories:[{name:"Editors"}],type_of_icon:"REGULAR"},{id:451,name:"report",slug:"report-regular",categories:[],type_of_icon:"REGULAR"},{id:639,name:"report",slug:"report-solid",categories:[],type_of_icon:"SOLID"},{id:321,name:"repost",slug:"repost-regular",categories:[],type_of_icon:"REGULAR"},{id:68,name:"reset",slug:"reset-regular",categories:[{name:"Editors"}],type_of_icon:"REGULAR"},{id:322,name:"revision",slug:"revision-regular",categories:[{name:"Editors"}],type_of_icon:"REGULAR"},{id:67,name:"rewind",slug:"rewind-regular",categories:[{name:"Audio & Video"}],type_of_icon:"REGULAR"},{id:264,name:"ribbon",slug:"ribbon-regular",categories:[],type_of_icon:"REGULAR"},{id:323,name:"right-arrow",slug:"right-arrow-regular",categories:[{name:"Arrows"}],type_of_icon:"REGULAR"},{id:641,name:"right-arrow",slug:"right-arrow-solid",categories:[],type_of_icon:"SOLID"},{id:69,name:"right-arrow-circle",slug:"right-arrow-circle-regular",categories:[{name:"Arrows"}],type_of_icon:"REGULAR"},{id:640,name:"right-arrow-circle",slug:"right-arrow-circle-solid",categories:[],type_of_icon:"SOLID"},{id:70,name:"right-down-arrow-circle",slug:"right-down-arrow-circle-regular",categories:[{name:"Arrows"}],type_of_icon:"REGULAR"},{id:642,name:"right-down-arrow-circle",slug:"right-down-arrow-circle-solid",categories:[],type_of_icon:"SOLID"},{id:71,name:"right-indent",slug:"right-indent-regular",categories:[],type_of_icon:"REGULAR"},{id:72,name:"right-top-arrow-circle",slug:"right-top-arrow-circle-regular",categories:[{name:"Arrows"}],type_of_icon:"REGULAR"},{id:643,name:"right-top-arrow-circle",slug:"right-top-arrow-circle-solid",categories:[],type_of_icon:"SOLID"},{id:356,name:"rotate",slug:"rotate-regular",categories:[],type_of_icon:"REGULAR"},{id:73,name:"rss",slug:"rss-regular",categories:[],type_of_icon:"REGULAR"},{id:354,name:"ruler",slug:"ruler-regular",categories:[{name:"Writing"},{name:"Editors"}],type_of_icon:"REGULAR"},{id:644,name:"ruler",slug:"ruler-solid",categories:[],type_of_icon:"SOLID"},{id:265,name:"save",slug:"save-regular",categories:[{name:"Editors"}],type_of_icon:"REGULAR"},{id:645,name:"save",slug:"save-solid",categories:[],type_of_icon:"SOLID"},{id:266,name:"screenshot",slug:"screenshot-regular",categories:[],type_of_icon:"REGULAR"},{id:74,name:"search",slug:"search-regular",categories:[],type_of_icon:"REGULAR"},{id:402,name:"select-arrows",slug:"select-arrows-regular",categories:[{name:"Arrows"}],type_of_icon:"REGULAR"},{id:647,name:"select-arrows",slug:"select-arrows-solid",categories:[],type_of_icon:"SOLID"},{id:267,name:"select-multiple",slug:"select-multiple-regular",categories:[],type_of_icon:"REGULAR"},{id:648,name:"select-multiple",slug:"select-multiple-solid",categories:[],type_of_icon:"SOLID"},{id:422,name:"selection",slug:"selection-regular",categories:[],type_of_icon:"REGULAR"},{id:649,name:"selection",slug:"selection-solid",categories:[],type_of_icon:"SOLID"},{id:171,name:"send",slug:"send-regular",categories:[],type_of_icon:"REGULAR"},{id:650,name:"send",slug:"send-solid",categories:[],type_of_icon:"SOLID"},{id:347,name:"server",slug:"server-regular",categories:[],type_of_icon:"REGULAR"},{id:651,name:"server",slug:"server-solid",categories:[],type_of_icon:"SOLID"},{id:269,name:"share",slug:"share-regular",categories:[],type_of_icon:"REGULAR"},{id:653,name:"share",slug:"share-solid",categories:[],type_of_icon:"SOLID"},{id:268,name:"share-alt",slug:"share-alt-regular",categories:[],type_of_icon:"REGULAR"},{id:652,name:"share-alt",slug:"share-alt-solid",categories:[],type_of_icon:"SOLID"},{id:271,name:"shield",slug:"shield-regular",categories:[],type_of_icon:"REGULAR"},{id:655,name:"shield",slug:"shield-solid",categories:[],type_of_icon:"SOLID"},{id:270,name:"shield-alt",slug:"shield-alt-regular",categories:[],type_of_icon:"REGULAR"},{id:654,name:"shield-alt",slug:"shield-alt-solid",categories:[],type_of_icon:"SOLID"},{id:273,name:"shopping-bag",slug:"shopping-bag-regular",categories:[{name:"Ecommerce & Shopping"}],type_of_icon:"REGULAR"},{id:657,name:"shopping-bag",slug:"shopping-bag-solid",categories:[],type_of_icon:"SOLID"},{id:272,name:"shopping-bag-alt",slug:"shopping-bag-alt-regular",categories:[{name:"Ecommerce & Shopping"}],type_of_icon:"REGULAR"},{id:656,name:"shopping-bag-alt",slug:"shopping-bag-alt-solid",categories:[],type_of_icon:"SOLID"},{id:75,name:"show",slug:"show-regular",categories:[],type_of_icon:"REGULAR"},{id:658,name:"show",slug:"show-solid",categories:[],type_of_icon:"SOLID"},{id:274,name:"shuffle",slug:"shuffle-regular",categories:[{name:"Audio & Video"}],type_of_icon:"REGULAR"},{id:340,name:"shuffle-alt",slug:"shuffle-alt-regular",categories:[{name:"Audio & Video"}],type_of_icon:"REGULAR"},{id:172,name:"sidebar",slug:"sidebar-regular",categories:[],type_of_icon:"REGULAR"},{id:659,name:"sidebar",slug:"sidebar-solid",categories:[],type_of_icon:"SOLID"},{id:173,name:"sitemap",slug:"sitemap-regular",categories:[],type_of_icon:"REGULAR"},{id:660,name:"sitemap",slug:"sitemap-solid",categories:[],type_of_icon:"SOLID"},{id:76,name:"skip-next",slug:"skip-next-regular",categories:[{name:"Audio & Video"}],type_of_icon:"REGULAR"},{id:366,name:"skip-next-circle",slug:"skip-next-circle-regular",categories:[{name:"Audio & Video"}],type_of_icon:"REGULAR"},{id:661,name:"skip-next-circle",slug:"skip-next-circle-solid",categories:[],type_of_icon:"SOLID"},{id:77,name:"skip-previous",slug:"skip-previous-regular",categories:[{name:"Audio & Video"}],type_of_icon:"REGULAR"},{id:367,name:"skip-previous-circle",slug:"skip-previous-circle-regular",categories:[{name:"Audio & Video"}],type_of_icon:"REGULAR"},{id:662,name:"skip-previous-circle",slug:"skip-previous-circle-solid",categories:[],type_of_icon:"SOLID"},{id:442,name:"skull",slug:"skull-regular",categories:[],type_of_icon:"REGULAR"},{id:743,name:"skype",slug:"skype-logo",categories:[],type_of_icon:"LOGO"},{id:745,name:"slack",slug:"slack-logo",categories:[],type_of_icon:"LOGO"},{id:744,name:"slack-rounded",slug:"slack-rounded-logo",categories:[],type_of_icon:"LOGO"},{id:416,name:"slider",slug:"slider-regular",categories:[],type_of_icon:"REGULAR"},{id:735,name:"slider-alt",slug:"slider-alt-regular",categories:[],type_of_icon:"REGULAR"},{id:736,name:"slider-alt",slug:"slider-alt-solid",categories:[],type_of_icon:"SOLID"},{id:174,name:"smiley-happy",slug:"smiley-happy-regular",categories:[{name:"Chat"},{name:"Emoji"},{name:"Users & People"}],type_of_icon:"REGULAR"},{id:663,name:"smiley-happy",slug:"smiley-happy-solid",categories:[],type_of_icon:"SOLID"},{id:414,name:"smiley-meh",slug:"smiley-meh-regular",categories:[{name:"Chat"},{name:"Emoji"},{name:"Users & People"}],type_of_icon:"REGULAR"},{id:664,name:"smiley-meh",slug:"smiley-meh-solid",categories:[],type_of_icon:"SOLID"},{id:175,name:"smiley-sad",slug:"smiley-sad-regular",categories:[{name:"Chat"},{name:"Emoji"},{name:"Users & People"}],type_of_icon:"REGULAR"},{id:665,name:"smiley-sad",slug:"smiley-sad-solid",categories:[],type_of_icon:"SOLID"},{id:275,name:"snowflake",slug:"snowflake-regular",categories:[],type_of_icon:"REGULAR"},{id:276,name:"sort",slug:"sort-regular",categories:[],type_of_icon:"REGULAR"},{id:737,name:"sort-alt",slug:"sort-alt-regular",categories:[],type_of_icon:"REGULAR"},{id:444,name:"spectacles",slug:"spectacles-regular",categories:[],type_of_icon:"REGULAR"},{id:666,name:"spectacles",slug:"spectacles-solid",categories:[],type_of_icon:"SOLID"},{id:176,name:"spreadsheet",slug:"spreadsheet-regular",categories:[],type_of_icon:"REGULAR"},{id:667,name:"spreadsheet",slug:"spreadsheet-solid",categories:[],type_of_icon:"SOLID"},{id:277,name:"star",slug:"star-regular",categories:[{name:"Shapes"}],type_of_icon:"REGULAR"},{id:668,name:"star",slug:"star-solid",categories:[],type_of_icon:"SOLID"},{id:392,name:"station",slug:"station-regular",categories:[{name:"Audio & Video"}],type_of_icon:"REGULAR"},{id:79,name:"stop",slug:"stop-regular",categories:[{name:"Audio & Video"}],type_of_icon:"REGULAR"},{id:78,name:"stop-circle",slug:"stop-circle-regular",categories:[],type_of_icon:"REGULAR"},{id:669,name:"stop-circle",slug:"stop-circle-solid",categories:[],type_of_icon:"SOLID"},{id:80,name:"stopwatch",slug:"stopwatch-regular",categories:[{name:"Date & Time"}],type_of_icon:"REGULAR"},{id:670,name:"stopwatch",slug:"stopwatch-solid",categories:[],type_of_icon:"SOLID"},{id:370,name:"store",slug:"store-regular",categories:[{name:"Ecommerce & Shopping"}],type_of_icon:"REGULAR"},{id:671,name:"store",slug:"store-solid",categories:[],type_of_icon:"SOLID"},{id:324,name:"subdirectory-left",slug:"subdirectory-left-regular",categories:[],type_of_icon:"REGULAR"},{id:325,name:"subdirectory-right",slug:"subdirectory-right-regular",categories:[],type_of_icon:"REGULAR"},{id:278,name:"sun",slug:"sun-regular",categories:[],type_of_icon:"REGULAR"},{id:672,name:"sun",slug:"sun-solid",categories:[],type_of_icon:"SOLID"},{id:326,name:"support",slug:"support-regular",categories:[],type_of_icon:"REGULAR"},{id:81,name:"sync",slug:"sync-regular",categories:[{name:"Editors"}],type_of_icon:"REGULAR"},{id:443,name:"t-shirt",slug:"t-shirt-regular",categories:[],type_of_icon:"REGULAR"},{id:673,name:"t-shirt",slug:"t-shirt-solid",categories:[],type_of_icon:"SOLID"},{id:177,name:"tab",slug:"tab-regular",categories:[],type_of_icon:"REGULAR"},{id:194,name:"table",slug:"table-regular",categories:[{name:"Editors"}],type_of_icon:"REGULAR"},{id:674,name:"table",slug:"table-solid",categories:[],type_of_icon:"SOLID"},{id:178,name:"tag",slug:"tag-regular",categories:[],type_of_icon:"REGULAR"},{id:676,name:"tag",slug:"tag-solid",categories:[],type_of_icon:"SOLID"},{id:179,name:"tag-x",slug:"tag-x-regular",categories:[],type_of_icon:"REGULAR"},{id:675,name:"tag-x",slug:"tag-x-solid",categories:[],type_of_icon:"SOLID"},{id:180,name:"target-lock",slug:"target-lock-regular",categories:[],type_of_icon:"REGULAR"},{id:346,name:"task",slug:"task-regular",categories:[],type_of_icon:"REGULAR"},{id:677,name:"task",slug:"task-solid",categories:[],type_of_icon:"SOLID"},{id:181,name:"tennis-ball",slug:"tennis-ball-regular",categories:[{name:"Sports"}],type_of_icon:"REGULAR"},{id:678,name:"tennis-ball",slug:"tennis-ball-solid",categories:[],type_of_icon:"SOLID"},{id:128,name:"terminal",slug:"terminal-regular",categories:[],type_of_icon:"REGULAR"},{id:679,name:"terminal",slug:"terminal-solid",categories:[],type_of_icon:"SOLID"},{id:279,name:"text",slug:"text-regular",categories:[{name:"Editors"}],type_of_icon:"REGULAR"},{id:418,name:"thermometer",slug:"thermometer-regular",categories:[],type_of_icon:"REGULAR"},{id:680,name:"thermometer",slug:"thermometer-solid",categories:[],type_of_icon:"SOLID"},{id:82,name:"time",slug:"time-regular",categories:[],type_of_icon:"REGULAR"},{id:681,name:"time",slug:"time-solid",categories:[],type_of_icon:"SOLID"},{id:327,name:"timer",slug:"timer-regular",categories:[{name:"Date & Time"}],type_of_icon:"REGULAR"},{id:682,name:"timer",slug:"timer-solid",categories:[],type_of_icon:"SOLID"},{id:377,name:"to-top",slug:"to-top-regular",categories:[],type_of_icon:"REGULAR"},{id:683,name:"to-top",slug:"to-top-solid",categories:[],type_of_icon:"SOLID"},{id:365,name:"toggle",slug:"toggle-regular",categories:[],type_of_icon:"REGULAR"},{id:686,name:"toggle",slug:"toggle-solid",categories:[],type_of_icon:"SOLID"},{id:83,name:"toggle-left",slug:"toggle-left-regular",categories:[],type_of_icon:"REGULAR"},{id:684,name:"toggle-left",slug:"toggle-left-solid",categories:[],type_of_icon:"SOLID"},{id:84,name:"toggle-right",slug:"toggle-right-regular",categories:[],type_of_icon:"REGULAR"},{id:685,name:"toggle-right",slug:"toggle-right-solid",categories:[],type_of_icon:"SOLID"},{id:396,name:"torch",slug:"torch-regular",categories:[],type_of_icon:"REGULAR"},{id:687,name:"torch",slug:"torch-solid",categories:[],type_of_icon:"SOLID"},{id:280,name:"trash",slug:"trash-regular",categories:[],type_of_icon:"REGULAR"},{id:689,name:"trash",slug:"trash-solid",categories:[],type_of_icon:"SOLID"},{id:409,name:"trash-alt",slug:"trash-alt-regular",categories:[],type_of_icon:"REGULAR"},{id:688,name:"trash-alt",slug:"trash-alt-solid",categories:[],type_of_icon:"SOLID"},{id:85,name:"trending-down",slug:"trending-down-regular",categories:[],type_of_icon:"REGULAR"},{id:86,name:"trending-up",slug:"trending-up-regular",categories:[],type_of_icon:"REGULAR"},{id:328,name:"triangle",slug:"triangle-regular",categories:[{name:"Shapes"}],type_of_icon:"REGULAR"},{id:281,name:"trophy",slug:"trophy-regular",categories:[],type_of_icon:"REGULAR"},{id:690,name:"trophy",slug:"trophy-solid",categories:[],type_of_icon:"SOLID"},{id:282,name:"truck",slug:"truck-regular",categories:[{name:"Vehicles"}],type_of_icon:"REGULAR"},{id:691,name:"truck",slug:"truck-solid",categories:[],type_of_icon:"SOLID"},{id:335,name:"tumblr",slug:"tumblr-logo",categories:[{name:"Social"}],type_of_icon:"LOGO"},{id:389,name:"tv",slug:"tv-regular",categories:[{name:"Audio & Video"}],type_of_icon:"REGULAR"},{id:692,name:"tv",slug:"tv-solid",categories:[],type_of_icon:"SOLID"},{id:747,name:"twitch",slug:"twitch-logo",categories:[],type_of_icon:"LOGO"},{id:329,name:"twitter",slug:"twitter-logo",categories:[{name:"Social"}],type_of_icon:"LOGO"},{id:693,name:"twitter-square",slug:"twitter-square-logo",categories:[],type_of_icon:"LOGO"},{id:420,name:"umbrella",slug:"umbrella-regular",categories:[],type_of_icon:"REGULAR"},{id:694,name:"umbrella",slug:"umbrella-solid",categories:[],type_of_icon:"SOLID"},{id:283,name:"underline",slug:"underline-regular",categories:[{name:"Editors"}],type_of_icon:"REGULAR"},{id:330,name:"undo",slug:"undo-regular",categories:[{name:"Editors"}],type_of_icon:"REGULAR"},{id:331,name:"up-arrow",slug:"up-arrow-regular",categories:[{name:"Arrows"}],type_of_icon:"REGULAR"},{id:696,name:"up-arrow",slug:"up-arrow-solid",categories:[],type_of_icon:"SOLID"},{id:87,name:"up-arrow-circle",slug:"up-arrow-circle-regular",categories:[{name:"Arrows"}],type_of_icon:"REGULAR"},{id:695,name:"up-arrow-circle",slug:"up-arrow-circle-solid",categories:[],type_of_icon:"SOLID"},{id:183,name:"upload",slug:"upload-regular",categories:[],type_of_icon:"REGULAR"},{id:374,name:"upvote",slug:"upvote-regular",categories:[],type_of_icon:"REGULAR"},{id:697,name:"upvote",slug:"upvote-solid",categories:[],type_of_icon:"SOLID"},{id:184,name:"usb",slug:"usb-regular",categories:[],type_of_icon:"REGULAR"},{id:289,name:"user",slug:"user-regular",categories:[{name:"Users & People"}],type_of_icon:"REGULAR"},{id:704,name:"user",slug:"user-solid",categories:[],type_of_icon:"SOLID"},{id:284,name:"user-check",slug:"user-check-regular",categories:[{name:"Users & People"}],type_of_icon:"REGULAR"},{id:698,name:"user-check",slug:"user-check-solid",categories:[],type_of_icon:"SOLID"},{id:285,name:"user-circle",slug:"user-circle-regular",categories:[{name:"Users & People"}],type_of_icon:"REGULAR"},{id:699,name:"user-circle",slug:"user-circle-solid",categories:[],type_of_icon:"SOLID"},{id:332,name:"user-detail",slug:"user-detail-regular",categories:[{name:"Users & People"}],type_of_icon:"REGULAR"},{id:700,name:"user-detail",slug:"user-detail-solid",categories:[],type_of_icon:"SOLID"},{id:286,name:"user-minus",slug:"user-minus-regular",categories:[{name:"Users & People"}],type_of_icon:"REGULAR"},{id:701,name:"user-minus",slug:"user-minus-solid",categories:[],type_of_icon:"SOLID"},{id:287,name:"user-plus",slug:"user-plus-regular",categories:[{name:"Users & People"}],type_of_icon:"REGULAR"},{id:702,name:"user-plus",slug:"user-plus-solid",categories:[],type_of_icon:"SOLID"},{id:288,name:"user-x",slug:"user-x-regular",categories:[{name:"Users & People"}],type_of_icon:"REGULAR"},{id:703,name:"user-x",slug:"user-x-solid",categories:[],type_of_icon:"SOLID"},{id:88,name:"vertical-center",slug:"vertical-center-regular",categories:[{name:"Editors"}],type_of_icon:"REGULAR"},{id:89,name:"video",slug:"video-regular",categories:[{name:"Audio & Video"}],type_of_icon:"REGULAR"},{id:706,name:"video",slug:"video-solid",categories:[],type_of_icon:"SOLID"},{id:185,name:"video-off",slug:"video-off-regular",categories:[{name:"Audio & Video"}],type_of_icon:"REGULAR"},{id:705,name:"video-off",slug:"video-off-solid",categories:[],type_of_icon:"SOLID"},{id:381,name:"videos",slug:"videos-regular",categories:[{name:"Audio & Video"}],type_of_icon:"REGULAR"},{id:707,name:"videos",slug:"videos-solid",categories:[],type_of_icon:"SOLID"},{id:372,name:"vimeo",slug:"vimeo-logo",categories:[{name:"Social"}],type_of_icon:"LOGO"},{id:186,name:"voicemail",slug:"voicemail-regular",categories:[{name:"Audio & Video"}],type_of_icon:"REGULAR"},{id:93,name:"volume",slug:"volume-regular",categories:[{name:"Audio & Video"}],type_of_icon:"REGULAR"},{id:712,name:"volume",slug:"volume-solid",categories:[],type_of_icon:"SOLID"},{id:90,name:"volume-full",slug:"volume-full-regular",categories:[{name:"Audio & Video"}],type_of_icon:"REGULAR"},{id:709,name:"volume-full",slug:"volume-full-solid",categories:[],type_of_icon:"SOLID"},{id:91,name:"volume-low",slug:"volume-low-regular",categories:[{name:"Audio & Video"}],type_of_icon:"REGULAR"},{id:710,name:"volume-low",slug:"volume-low-solid",categories:[],type_of_icon:"SOLID"},{id:92,name:"volume-mute",slug:"volume-mute-regular",categories:[{name:"Audio & Video"}],type_of_icon:"REGULAR"},{id:711,name:"volume-mute",slug:"volume-mute-solid",categories:[],type_of_icon:"SOLID"},{id:393,name:"wallet",slug:"wallet-regular",categories:[],type_of_icon:"REGULAR"},{id:713,name:"wallet",slug:"wallet-solid",categories:[],type_of_icon:"SOLID"},{id:290,name:"watch",slug:"watch-regular",categories:[{name:"Date & Time"}],type_of_icon:"REGULAR"},{id:715,name:"watch",slug:"watch-solid",categories:[],type_of_icon:"SOLID"},{id:426,name:"watch-alt",slug:"watch-alt-regular",categories:[{name:"Date & Time"}],type_of_icon:"REGULAR"},{id:714,name:"watch-alt",slug:"watch-alt-solid",categories:[],type_of_icon:"SOLID"},{id:334,name:"whatsapp",slug:"whatsapp-logo",categories:[{name:"Social"}],type_of_icon:"LOGO"},{id:187,name:"widget",slug:"widget-regular",categories:[],type_of_icon:"REGULAR"},{id:717,name:"widget",slug:"widget-solid",categories:[],type_of_icon:"SOLID"},{id:188,name:"wifi",slug:"wifi-regular",categories:[],type_of_icon:"REGULAR"},{id:190,name:"window",slug:"window-regular",categories:[],type_of_icon:"REGULAR"},{id:720,name:"window",slug:"window-solid",categories:[],type_of_icon:"SOLID"},{id:405,name:"window-close",slug:"window-close-regular",categories:[],type_of_icon:"REGULAR"},{id:718,name:"window-close",slug:"window-close-solid",categories:[],type_of_icon:"SOLID"},{id:189,name:"window-open",slug:"window-open-regular",categories:[],type_of_icon:"REGULAR"},{id:719,name:"window-open",slug:"window-open-solid",categories:[],type_of_icon:"SOLID"},{id:191,name:"windows",slug:"windows-regular",categories:[],type_of_icon:"REGULAR"},{id:721,name:"windows",slug:"windows-solid",categories:[],type_of_icon:"SOLID"},{id:427,name:"world",slug:"world-regular",categories:[],type_of_icon:"REGULAR"},{id:722,name:"world",slug:"world-solid",categories:[],type_of_icon:"SOLID"},{id:439,name:"wrench",slug:"wrench-regular",categories:[],type_of_icon:"REGULAR"},{id:723,name:"wrench",slug:"wrench-solid",categories:[],type_of_icon:"SOLID"},{id:195,name:"x",slug:"x-regular",categories:[{name:"Shapes"}],type_of_icon:"REGULAR"},{id:94,name:"x-circle",slug:"x-circle-regular",categories:[],type_of_icon:"REGULAR"},{id:724,name:"x-circle",slug:"x-circle-solid",categories:[],type_of_icon:"SOLID"},{id:333,name:"youtube",slug:"youtube-logo",categories:[{name:"Social"}],type_of_icon:"LOGO"},{id:192,name:"zap",slug:"zap-regular",categories:[],type_of_icon:"REGULAR"},{id:726,name:"zap",slug:"zap-solid",categories:[],type_of_icon:"SOLID"},{id:95,name:"zoom-in",slug:"zoom-in-regular",categories:[],type_of_icon:"REGULAR"},{id:727,name:"zoom-in",slug:"zoom-in-solid",categories:[],type_of_icon:"SOLID"},{id:96,name:"zoom-out",slug:"zoom-out-regular",categories:[],type_of_icon:"REGULAR"},{id:728,name:"zoom-out",slug:"zoom-out-solid",categories:[],type_of_icon:"SOLID"}]},function(e,t,n){n(168),e.exports=n(370)},function(e,t,n){"use strict";(function(e){function t(e,t,n){e[t]||Object[r](e,t,{writable:!0,configurable:!0,value:n})}if(n(169),n(366),n(367),e._babelPolyfill)throw new Error("only one instance of babel-polyfill is allowed");e._babelPolyfill=!0;var r="defineProperty";t(String.prototype,"padLeft","".padStart),t(String.prototype,"padRight","".padEnd),"pop,reverse,shift,keys,values,entries,indexOf,every,some,forEach,map,filter,find,findIndex,includes,join,slice,concat,push,splice,unshift,sort,lastIndexOf,reduce,reduceRight,copyWithin,fill".split(",").forEach(function(e){[][e]&&t(Array,e,Function.call.bind([][e]))})}).call(t,n(59))},function(e,t,n){n(170),n(172),n(173),n(174),n(175),n(176),n(177),n(178),n(179),n(180),n(181),n(182),n(183),n(184),n(185),n(186),n(188),n(189),n(190),n(191),n(192),n(193),n(194),n(195),n(196),n(197),n(198),n(199),n(200),n(201),n(202),n(203),n(204),n(205),n(206),n(207),n(208),n(209),n(210),n(211),n(212),n(213),n(214),n(215),n(216),n(217),n(218),n(219),n(220),n(221),n(222),n(223),n(224),n(225),n(226),n(227),n(228),n(229),n(230),n(231),n(232),n(233),n(234),n(235),n(236),n(237),n(238),n(239),n(240),n(241),n(242),n(243),n(244),n(245),n(246),n(247),n(248),n(250),n(251),n(253),n(254),n(255),n(256),n(257),n(258),n(259),n(261),n(262),n(263),n(264),n(265),n(266),n(267),n(268),n(269),n(270),n(271),n(272),n(273),n(100),n(274),n(275),n(131),n(276),n(277),n(278),n(279),n(280),n(134),n(136),n(137),n(281),n(282),n(283),n(284),n(285),n(286),n(287),n(288),n(289),n(290),n(291),n(292),n(293),n(294),n(295),n(296),n(297),n(298),n(299),n(300),n(301),n(302),n(303),n(304),n(305),n(306),n(307),n(308),n(309),n(310),n(311),n(312),n(313),n(314),n(315),n(316),n(317),n(318),n(319),n(320),n(321),n(322),n(323),n(324),n(325),n(326),n(327),n(328),n(329),n(330),n(331),n(332),n(333),n(334),n(335),n(336),n(337),n(338),n(339),n(340),n(341),n(342),n(343),n(344),n(345),n(346),n(347),n(348),n(349),n(350),n(351),n(352),n(353),n(354),n(355),n(356),n(357),n(358),n(359),n(360),n(361),n(362),n(363),n(364),n(365),e.exports=n(20)},function(e,t,n){"use strict";var r=n(2),o=n(16),i=n(7),a=n(0),c=n(14),l=n(32).KEY,u=n(3),s=n(60),f=n(49),p=n(39),d=n(6),g=n(114),h=n(80),m=n(171),y=n(63),v=n(1),b=n(4),_=n(17),x=n(24),w=n(38),E=n(42),R=n(117),L=n(18),S=n(8),k=n(40),O=L.f,A=S.f,C=R.f,I=r.Symbol,U=r.JSON,T=U&&U.stringify,M=d("_hidden"),P=d("toPrimitive"),j={}.propertyIsEnumerable,G=s("symbol-registry"),D=s("symbols"),z=s("op-symbols"),N=Object.prototype,F="function"==typeof I,B=r.QObject,H=!B||!B.prototype||!B.prototype.findChild,W=i&&u(function(){return 7!=E(A({},"a",{get:function(){return A(this,"a",{value:7}).a}})).a})?function(e,t,n){var r=O(N,t);r&&delete N[t],A(e,t,n),r&&e!==N&&A(N,t,r)}:A,V=function(e){var t=D[e]=E(I.prototype);return t._k=e,t},q=F&&"symbol"==typeof I.iterator?function(e){return"symbol"==typeof e}:function(e){return e instanceof I},Y=function(e,t,n){return e===N&&Y(z,t,n),v(e),t=x(t,!0),v(n),o(D,t)?(n.enumerable?(o(e,M)&&e[M][t]&&(e[M][t]=!1),n=E(n,{enumerable:w(0,!1)})):(o(e,M)||A(e,M,w(1,{})),e[M][t]=!0),W(e,t,n)):A(e,t,n)},Q=function(e,t){v(e);for(var n,r=m(t=_(t)),o=0,i=r.length;i>o;)Y(e,n=r[o++],t[n]);return e},K=function(e,t){return void 0===t?E(e):Q(E(e),t)},J=function(e){var t=j.call(this,e=x(e,!0));return!(this===N&&o(D,e)&&!o(z,e))&&(!(t||!o(this,e)||!o(D,e)||o(this,M)&&this[M][e])||t)},X=function(e,t){if(e=_(e),t=x(t,!0),e!==N||!o(D,t)||o(z,t)){var n=O(e,t);return!n||!o(D,t)||o(e,M)&&e[M][t]||(n.enumerable=!0),n}},$=function(e){for(var t,n=C(_(e)),r=[],i=0;n.length>i;)o(D,t=n[i++])||t==M||t==l||r.push(t);return r},Z=function(e){for(var t,n=e===N,r=C(n?z:_(e)),i=[],a=0;r.length>a;)!o(D,t=r[a++])||n&&!o(N,t)||i.push(D[t]);return i};F||(I=function(){if(this instanceof I)throw TypeError("Symbol is not a constructor!");var e=p(arguments.length>0?arguments[0]:void 0),t=function(n){this===N&&t.call(z,n),o(this,M)&&o(this[M],e)&&(this[M][e]=!1),W(this,e,w(1,n))};return i&&H&&W(N,e,{configurable:!0,set:t}),V(e)},c(I.prototype,"toString",function(){return this._k}),L.f=X,S.f=Y,n(43).f=R.f=$,n(56).f=J,n(62).f=Z,i&&!n(33)&&c(N,"propertyIsEnumerable",J,!0),g.f=function(e){return V(d(e))}),a(a.G+a.W+a.F*!F,{Symbol:I});for(var ee="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),te=0;ee.length>te;)d(ee[te++]);for(var ne=k(d.store),re=0;ne.length>re;)h(ne[re++]);a(a.S+a.F*!F,"Symbol",{for:function(e){return o(G,e+="")?G[e]:G[e]=I(e)},keyFor:function(e){if(!q(e))throw TypeError(e+" is not a symbol!");for(var t in G)if(G[t]===e)return t},useSetter:function(){H=!0},useSimple:function(){H=!1}}),a(a.S+a.F*!F,"Object",{create:K,defineProperty:Y,defineProperties:Q,getOwnPropertyDescriptor:X,getOwnPropertyNames:$,getOwnPropertySymbols:Z}),U&&a(a.S+a.F*(!F||u(function(){var e=I();return"[null]"!=T([e])||"{}"!=T({a:e})||"{}"!=T(Object(e))})),"JSON",{stringify:function(e){for(var t,n,r=[e],o=1;arguments.length>o;)r.push(arguments[o++]);if(n=t=r[1],(b(t)||void 0!==e)&&!q(e))return y(t)||(t=function(e,t){if("function"==typeof n&&(t=n.call(this,e,t)),!q(t))return t}),r[1]=t,T.apply(U,r)}}),I.prototype[P]||n(13)(I.prototype,P,I.prototype.valueOf),f(I,"Symbol"),f(Math,"Math",!0),f(r.JSON,"JSON",!0)},function(e,t,n){var r=n(40),o=n(62),i=n(56);e.exports=function(e){var t=r(e),n=o.f;if(n)for(var a,c=n(e),l=i.f,u=0;c.length>u;)l.call(e,a=c[u++])&&t.push(a);return t}},function(e,t,n){var r=n(0);r(r.S,"Object",{create:n(42)})},function(e,t,n){var r=n(0);r(r.S+r.F*!n(7),"Object",{defineProperty:n(8).f})},function(e,t,n){var r=n(0);r(r.S+r.F*!n(7),"Object",{defineProperties:n(116)})},function(e,t,n){var r=n(17),o=n(18).f;n(27)("getOwnPropertyDescriptor",function(){return function(e,t){return o(r(e),t)}})},function(e,t,n){var r=n(10),o=n(19);n(27)("getPrototypeOf",function(){return function(e){return o(r(e))}})},function(e,t,n){var r=n(10),o=n(40);n(27)("keys",function(){return function(e){return o(r(e))}})},function(e,t,n){n(27)("getOwnPropertyNames",function(){return n(117).f})},function(e,t,n){var r=n(4),o=n(32).onFreeze;n(27)("freeze",function(e){return function(t){return e&&r(t)?e(o(t)):t}})},function(e,t,n){var r=n(4),o=n(32).onFreeze;n(27)("seal",function(e){return function(t){return e&&r(t)?e(o(t)):t}})},function(e,t,n){var r=n(4),o=n(32).onFreeze;n(27)("preventExtensions",function(e){return function(t){return e&&r(t)?e(o(t)):t}})},function(e,t,n){var r=n(4);n(27)("isFrozen",function(e){return function(t){return!r(t)||!!e&&e(t)}})},function(e,t,n){var r=n(4);n(27)("isSealed",function(e){return function(t){return!r(t)||!!e&&e(t)}})},function(e,t,n){var r=n(4);n(27)("isExtensible",function(e){return function(t){return!!r(t)&&(!e||e(t))}})},function(e,t,n){var r=n(0);r(r.S+r.F,"Object",{assign:n(118)})},function(e,t,n){var r=n(0);r(r.S,"Object",{is:n(187)})},function(e,t){e.exports=Object.is||function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}},function(e,t,n){var r=n(0);r(r.S,"Object",{setPrototypeOf:n(84).set})},function(e,t,n){"use strict";var r=n(57),o={};o[n(6)("toStringTag")]="z",o+""!="[object z]"&&n(14)(Object.prototype,"toString",function(){return"[object "+r(this)+"]"},!0)},function(e,t,n){var r=n(0);r(r.P,"Function",{bind:n(119)})},function(e,t,n){var r=n(8).f,o=Function.prototype,i=/^\s*function ([^ (]*)/;"name"in o||n(7)&&r(o,"name",{configurable:!0,get:function(){try{return(""+this).match(i)[1]}catch(e){return""}}})},function(e,t,n){"use strict";var r=n(4),o=n(19),i=n(6)("hasInstance"),a=Function.prototype;i in a||n(8).f(a,i,{value:function(e){if("function"!=typeof this||!r(e))return!1;if(!r(this.prototype))return e instanceof this;for(;e=o(e);)if(this.prototype===e)return!0;return!1}})},function(e,t,n){var r=n(0),o=n(121);r(r.G+r.F*(parseInt!=o),{parseInt:o})},function(e,t,n){var r=n(0),o=n(122);r(r.G+r.F*(parseFloat!=o),{parseFloat:o})},function(e,t,n){"use strict";var r=n(2),o=n(16),i=n(22),a=n(86),c=n(24),l=n(3),u=n(43).f,s=n(18).f,f=n(8).f,p=n(50).trim,d=r.Number,g=d,h=d.prototype,m="Number"==i(n(42)(h)),y="trim"in String.prototype,v=function(e){var t=c(e,!1);if("string"==typeof t&&t.length>2){t=y?t.trim():p(t,3);var n,r,o,i=t.charCodeAt(0);if(43===i||45===i){if(88===(n=t.charCodeAt(2))||120===n)return NaN}else if(48===i){switch(t.charCodeAt(1)){case 66:case 98:r=2,o=49;break;case 79:case 111:r=8,o=55;break;default:return+t}for(var a,l=t.slice(2),u=0,s=l.length;uo)return NaN;return parseInt(l,r)}}return+t};if(!d(" 0o1")||!d("0b1")||d("+0x1")){d=function(e){var t=arguments.length<1?0:e,n=this;return n instanceof d&&(m?l(function(){h.valueOf.call(n)}):"Number"!=i(n))?a(new g(v(t)),n,d):v(t)};for(var b,_=n(7)?u(g):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),x=0;_.length>x;x++)o(g,b=_[x])&&!o(d,b)&&f(d,b,s(g,b));d.prototype=h,h.constructor=d,n(14)(r,"Number",d)}},function(e,t,n){"use strict";var r=n(0),o=n(26),i=n(123),a=n(87),c=1..toFixed,l=Math.floor,u=[0,0,0,0,0,0],s="Number.toFixed: incorrect invocation!",f=function(e,t){for(var n=-1,r=t;++n<6;)r+=e*u[n],u[n]=r%1e7,r=l(r/1e7)},p=function(e){for(var t=6,n=0;--t>=0;)n+=u[t],u[t]=l(n/e),n=n%e*1e7},d=function(){for(var e=6,t="";--e>=0;)if(""!==t||0===e||0!==u[e]){var n=String(u[e]);t=""===t?n:t+a.call("0",7-n.length)+n}return t},g=function(e,t,n){return 0===t?n:t%2==1?g(e,t-1,n*e):g(e*e,t/2,n)},h=function(e){for(var t=0,n=e;n>=4096;)t+=12,n/=4096;for(;n>=2;)t+=1,n/=2;return t};r(r.P+r.F*(!!c&&("0.000"!==8e-5.toFixed(3)||"1"!==.9.toFixed(0)||"1.25"!==1.255.toFixed(2)||"1000000000000000128"!==(0xde0b6b3a7640080).toFixed(0))||!n(3)(function(){c.call({})})),"Number",{toFixed:function(e){var t,n,r,c,l=i(this,s),u=o(e),m="",y="0";if(u<0||u>20)throw RangeError(s);if(l!=l)return"NaN";if(l<=-1e21||l>=1e21)return String(l);if(l<0&&(m="-",l=-l),l>1e-21)if(t=h(l*g(2,69,1))-69,n=t<0?l*g(2,-t,1):l/g(2,t,1),n*=4503599627370496,(t=52-t)>0){for(f(0,n),r=u;r>=7;)f(1e7,0),r-=7;for(f(g(10,r,1),0),r=t-1;r>=23;)p(1<<23),r-=23;p(1<0?(c=y.length,y=m+(c<=u?"0."+a.call("0",u-c)+y:y.slice(0,c-u)+"."+y.slice(c-u))):y=m+y,y}})},function(e,t,n){"use strict";var r=n(0),o=n(3),i=n(123),a=1..toPrecision;r(r.P+r.F*(o(function(){return"1"!==a.call(1,void 0)})||!o(function(){a.call({})})),"Number",{toPrecision:function(e){var t=i(this,"Number#toPrecision: incorrect invocation!");return void 0===e?a.call(t):a.call(t,e)}})},function(e,t,n){var r=n(0);r(r.S,"Number",{EPSILON:Math.pow(2,-52)})},function(e,t,n){var r=n(0),o=n(2).isFinite;r(r.S,"Number",{isFinite:function(e){return"number"==typeof e&&o(e)}})},function(e,t,n){var r=n(0);r(r.S,"Number",{isInteger:n(124)})},function(e,t,n){var r=n(0);r(r.S,"Number",{isNaN:function(e){return e!=e}})},function(e,t,n){var r=n(0),o=n(124),i=Math.abs;r(r.S,"Number",{isSafeInteger:function(e){return o(e)&&i(e)<=9007199254740991}})},function(e,t,n){var r=n(0);r(r.S,"Number",{MAX_SAFE_INTEGER:9007199254740991})},function(e,t,n){var r=n(0);r(r.S,"Number",{MIN_SAFE_INTEGER:-9007199254740991})},function(e,t,n){var r=n(0),o=n(122);r(r.S+r.F*(Number.parseFloat!=o),"Number",{parseFloat:o})},function(e,t,n){var r=n(0),o=n(121);r(r.S+r.F*(Number.parseInt!=o),"Number",{parseInt:o})},function(e,t,n){var r=n(0),o=n(125),i=Math.sqrt,a=Math.acosh;r(r.S+r.F*!(a&&710==Math.floor(a(Number.MAX_VALUE))&&a(1/0)==1/0),"Math",{acosh:function(e){return(e=+e)<1?NaN:e>94906265.62425156?Math.log(e)+Math.LN2:o(e-1+i(e-1)*i(e+1))}})},function(e,t,n){function r(e){return isFinite(e=+e)&&0!=e?e<0?-r(-e):Math.log(e+Math.sqrt(e*e+1)):e}var o=n(0),i=Math.asinh;o(o.S+o.F*!(i&&1/i(0)>0),"Math",{asinh:r})},function(e,t,n){var r=n(0),o=Math.atanh;r(r.S+r.F*!(o&&1/o(-0)<0),"Math",{atanh:function(e){return 0==(e=+e)?e:Math.log((1+e)/(1-e))/2}})},function(e,t,n){var r=n(0),o=n(88);r(r.S,"Math",{cbrt:function(e){return o(e=+e)*Math.pow(Math.abs(e),1/3)}})},function(e,t,n){var r=n(0);r(r.S,"Math",{clz32:function(e){return(e>>>=0)?31-Math.floor(Math.log(e+.5)*Math.LOG2E):32}})},function(e,t,n){var r=n(0),o=Math.exp;r(r.S,"Math",{cosh:function(e){return(o(e=+e)+o(-e))/2}})},function(e,t,n){var r=n(0),o=n(89);r(r.S+r.F*(o!=Math.expm1),"Math",{expm1:o})},function(e,t,n){var r=n(0);r(r.S,"Math",{fround:n(126)})},function(e,t,n){var r=n(0),o=Math.abs;r(r.S,"Math",{hypot:function(e,t){for(var n,r,i=0,a=0,c=arguments.length,l=0;a0?(r=n/l,i+=r*r):i+=n;return l===1/0?1/0:l*Math.sqrt(i)}})},function(e,t,n){var r=n(0),o=Math.imul;r(r.S+r.F*n(3)(function(){return-5!=o(4294967295,5)||2!=o.length}),"Math",{imul:function(e,t){var n=+e,r=+t,o=65535&n,i=65535&r;return 0|o*i+((65535&n>>>16)*i+o*(65535&r>>>16)<<16>>>0)}})},function(e,t,n){var r=n(0);r(r.S,"Math",{log10:function(e){return Math.log(e)*Math.LOG10E}})},function(e,t,n){var r=n(0);r(r.S,"Math",{log1p:n(125)})},function(e,t,n){var r=n(0);r(r.S,"Math",{log2:function(e){return Math.log(e)/Math.LN2}})},function(e,t,n){var r=n(0);r(r.S,"Math",{sign:n(88)})},function(e,t,n){var r=n(0),o=n(89),i=Math.exp;r(r.S+r.F*n(3)(function(){return-2e-17!=!Math.sinh(-2e-17)}),"Math",{sinh:function(e){return Math.abs(e=+e)<1?(o(e)-o(-e))/2:(i(e-1)-i(-e-1))*(Math.E/2)}})},function(e,t,n){var r=n(0),o=n(89),i=Math.exp;r(r.S,"Math",{tanh:function(e){var t=o(e=+e),n=o(-e);return t==1/0?1:n==1/0?-1:(t-n)/(i(e)+i(-e))}})},function(e,t,n){var r=n(0);r(r.S,"Math",{trunc:function(e){return(e>0?Math.floor:Math.ceil)(e)}})},function(e,t,n){var r=n(0),o=n(41),i=String.fromCharCode,a=String.fromCodePoint;r(r.S+r.F*(!!a&&1!=a.length),"String",{fromCodePoint:function(e){for(var t,n=[],r=arguments.length,a=0;r>a;){if(t=+arguments[a++],o(t,1114111)!==t)throw RangeError(t+" is not a valid code point");n.push(t<65536?i(t):i(55296+((t-=65536)>>10),t%1024+56320))}return n.join("")}})},function(e,t,n){var r=n(0),o=n(17),i=n(9);r(r.S,"String",{raw:function(e){for(var t=o(e.raw),n=i(t.length),r=arguments.length,a=[],c=0;n>c;)a.push(String(t[c++])),c=t.length?{value:void 0,done:!0}:(e=r(t,n),this._i+=e.length,{value:e,done:!1})})},function(e,t,n){"use strict";var r=n(0),o=n(90)(!1);r(r.P,"String",{codePointAt:function(e){return o(this,e)}})},function(e,t,n){"use strict";var r=n(0),o=n(9),i=n(93),a="".endsWith;r(r.P+r.F*n(94)("endsWith"),"String",{endsWith:function(e){var t=i(this,e,"endsWith"),n=arguments.length>1?arguments[1]:void 0,r=o(t.length),c=void 0===n?r:Math.min(o(n),r),l=String(e);return a?a.call(t,l,c):t.slice(c-l.length,c)===l}})},function(e,t,n){"use strict";var r=n(0),o=n(93);r(r.P+r.F*n(94)("includes"),"String",{includes:function(e){return!!~o(this,e,"includes").indexOf(e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){var r=n(0);r(r.P,"String",{repeat:n(87)})},function(e,t,n){"use strict";var r=n(0),o=n(9),i=n(93),a="".startsWith;r(r.P+r.F*n(94)("startsWith"),"String",{startsWith:function(e){var t=i(this,e,"startsWith"),n=o(Math.min(arguments.length>1?arguments[1]:void 0,t.length)),r=String(e);return a?a.call(t,r,n):t.slice(n,n+r.length)===r}})},function(e,t,n){"use strict";n(15)("anchor",function(e){return function(t){return e(this,"a","name",t)}})},function(e,t,n){"use strict";n(15)("big",function(e){return function(){return e(this,"big","","")}})},function(e,t,n){"use strict";n(15)("blink",function(e){return function(){return e(this,"blink","","")}})},function(e,t,n){"use strict";n(15)("bold",function(e){return function(){return e(this,"b","","")}})},function(e,t,n){"use strict";n(15)("fixed",function(e){return function(){return e(this,"tt","","")}})},function(e,t,n){"use strict";n(15)("fontcolor",function(e){return function(t){return e(this,"font","color",t)}})},function(e,t,n){"use strict";n(15)("fontsize",function(e){return function(t){return e(this,"font","size",t)}})},function(e,t,n){"use strict";n(15)("italics",function(e){return function(){return e(this,"i","","")}})},function(e,t,n){"use strict";n(15)("link",function(e){return function(t){return e(this,"a","href",t)}})},function(e,t,n){"use strict";n(15)("small",function(e){return function(){return e(this,"small","","")}})},function(e,t,n){"use strict";n(15)("strike",function(e){return function(){return e(this,"strike","","")}})},function(e,t,n){"use strict";n(15)("sub",function(e){return function(){return e(this,"sub","","")}})},function(e,t,n){"use strict";n(15)("sup",function(e){return function(){return e(this,"sup","","")}})},function(e,t,n){var r=n(0);r(r.S,"Date",{now:function(){return(new Date).getTime()}})},function(e,t,n){"use strict";var r=n(0),o=n(10),i=n(24);r(r.P+r.F*n(3)(function(){return null!==new Date(NaN).toJSON()||1!==Date.prototype.toJSON.call({toISOString:function(){return 1}})}),"Date",{toJSON:function(e){var t=o(this),n=i(t);return"number"!=typeof n||isFinite(n)?t.toISOString():null}})},function(e,t,n){var r=n(0),o=n(249);r(r.P+r.F*(Date.prototype.toISOString!==o),"Date",{toISOString:o})},function(e,t,n){"use strict";var r=n(3),o=Date.prototype.getTime,i=Date.prototype.toISOString,a=function(e){return e>9?e:"0"+e};e.exports=r(function(){return"0385-07-25T07:06:39.999Z"!=i.call(new Date(-5e13-1))})||!r(function(){i.call(new Date(NaN))})?function(){if(!isFinite(o.call(this)))throw RangeError("Invalid time value");var e=this,t=e.getUTCFullYear(),n=e.getUTCMilliseconds(),r=t<0?"-":t>9999?"+":"";return r+("00000"+Math.abs(t)).slice(r?-6:-4)+"-"+a(e.getUTCMonth()+1)+"-"+a(e.getUTCDate())+"T"+a(e.getUTCHours())+":"+a(e.getUTCMinutes())+":"+a(e.getUTCSeconds())+"."+(n>99?n:"0"+a(n))+"Z"}:i},function(e,t,n){var r=Date.prototype,o=r.toString,i=r.getTime;new Date(NaN)+""!="Invalid Date"&&n(14)(r,"toString",function(){var e=i.call(this);return e===e?o.call(this):"Invalid Date"})},function(e,t,n){var r=n(6)("toPrimitive"),o=Date.prototype;r in o||n(13)(o,r,n(252))},function(e,t,n){"use strict";var r=n(1),o=n(24);e.exports=function(e){if("string"!==e&&"number"!==e&&"default"!==e)throw TypeError("Incorrect hint");return o(r(this),"number"!=e)}},function(e,t,n){var r=n(0);r(r.S,"Array",{isArray:n(63)})},function(e,t,n){"use strict";var r=n(21),o=n(0),i=n(10),a=n(127),c=n(95),l=n(9),u=n(96),s=n(97);o(o.S+o.F*!n(65)(function(e){Array.from(e)}),"Array",{from:function(e){var t,n,o,f,p=i(e),d="function"==typeof this?this:Array,g=arguments.length,h=g>1?arguments[1]:void 0,m=void 0!==h,y=0,v=s(p);if(m&&(h=r(h,g>2?arguments[2]:void 0,2)),void 0==v||d==Array&&c(v))for(t=l(p.length),n=new d(t);t>y;y++)u(n,y,m?h(p[y],y):p[y]);else for(f=v.call(p),n=new d;!(o=f.next()).done;y++)u(n,y,m?a(f,h,[o.value,y],!0):o.value);return n.length=y,n}})},function(e,t,n){"use strict";var r=n(0),o=n(96);r(r.S+r.F*n(3)(function(){function e(){}return!(Array.of.call(e)instanceof e)}),"Array",{of:function(){for(var e=0,t=arguments.length,n=new("function"==typeof this?this:Array)(t);t>e;)o(n,e,arguments[e++]);return n.length=t,n}})},function(e,t,n){"use strict";var r=n(0),o=n(17),i=[].join;r(r.P+r.F*(n(55)!=Object||!n(23)(i)),"Array",{join:function(e){return i.call(o(this),void 0===e?",":e)}})},function(e,t,n){"use strict";var r=n(0),o=n(83),i=n(22),a=n(41),c=n(9),l=[].slice;r(r.P+r.F*n(3)(function(){o&&l.call(o)}),"Array",{slice:function(e,t){var n=c(this.length),r=i(this);if(t=void 0===t?n:t,"Array"==r)return l.call(this,e,t);for(var o=a(e,n),u=a(t,n),s=c(u-o),f=new Array(s),p=0;p1&&(r=Math.min(r,i(arguments[1]))),r<0&&(r=n+r);r>=0;r--)if(r in t&&t[r]===e)return r||0;return-1}})},function(e,t,n){var r=n(0);r(r.P,"Array",{copyWithin:n(129)}),n(34)("copyWithin")},function(e,t,n){var r=n(0);r(r.P,"Array",{fill:n(99)}),n(34)("fill")},function(e,t,n){"use strict";var r=n(0),o=n(28)(5),i=!0;"find"in[]&&Array(1).find(function(){i=!1}),r(r.P+r.F*i,"Array",{find:function(e){return o(this,e,arguments.length>1?arguments[1]:void 0)}}),n(34)("find")},function(e,t,n){"use strict";var r=n(0),o=n(28)(6),i="findIndex",a=!0;i in[]&&Array(1)[i](function(){a=!1}),r(r.P+r.F*a,"Array",{findIndex:function(e){return o(this,e,arguments.length>1?arguments[1]:void 0)}}),n(34)(i)},function(e,t,n){n(44)("Array")},function(e,t,n){var r=n(2),o=n(86),i=n(8).f,a=n(43).f,c=n(64),l=n(66),u=r.RegExp,s=u,f=u.prototype,p=/a/g,d=/a/g,g=new u(p)!==p;if(n(7)&&(!g||n(3)(function(){return d[n(6)("match")]=!1,u(p)!=p||u(d)==d||"/a/i"!=u(p,"i")}))){u=function(e,t){var n=this instanceof u,r=c(e),i=void 0===t;return!n&&r&&e.constructor===u&&i?e:o(g?new s(r&&!i?e.source:e,t):s((r=e instanceof u)?e.source:e,r&&i?l.call(e):t),n?this:f,u)};for(var h=a(s),m=0;h.length>m;)!function(e){e in u||i(u,e,{configurable:!0,get:function(){return s[e]},set:function(t){s[e]=t}})}(h[m++]);f.constructor=u,u.prototype=f,n(14)(r,"RegExp",u)}n(44)("RegExp")},function(e,t,n){"use strict";n(131);var r=n(1),o=n(66),i=n(7),a=/./.toString,c=function(e){n(14)(RegExp.prototype,"toString",e,!0)};n(3)(function(){return"/a/b"!=a.call({source:"a",flags:"b"})})?c(function(){var e=r(this);return"/".concat(e.source,"/","flags"in e?e.flags:!i&&e instanceof RegExp?o.call(e):void 0)}):"toString"!=a.name&&c(function(){return a.call(this)})},function(e,t,n){n(67)("match",1,function(e,t,n){return[function(n){"use strict";var r=e(this),o=void 0==n?void 0:n[t];return void 0!==o?o.call(n,r):new RegExp(n)[t](String(r))},n]})},function(e,t,n){n(67)("replace",2,function(e,t,n){return[function(r,o){"use strict";var i=e(this),a=void 0==r?void 0:r[t];return void 0!==a?a.call(r,i,o):n.call(String(i),r,o)},n]})},function(e,t,n){n(67)("search",1,function(e,t,n){return[function(n){"use strict";var r=e(this),o=void 0==n?void 0:n[t];return void 0!==o?o.call(n,r):new RegExp(n)[t](String(r))},n]})},function(e,t,n){n(67)("split",2,function(e,t,r){"use strict";var o=n(64),i=r,a=[].push,c="length";if("c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1)[c]||2!="ab".split(/(?:ab)*/)[c]||4!=".".split(/(.?)(.?)/)[c]||".".split(/()()/)[c]>1||"".split(/.?/)[c]){var l=void 0===/()??/.exec("")[1];r=function(e,t){var n=String(this);if(void 0===e&&0===t)return[];if(!o(e))return i.call(n,e,t);var r,u,s,f,p,d=[],g=(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.unicode?"u":"")+(e.sticky?"y":""),h=0,m=void 0===t?4294967295:t>>>0,y=new RegExp(e.source,g+"g");for(l||(r=new RegExp("^"+y.source+"$(?!\\s)",g));(u=y.exec(n))&&!((s=u.index+u[0][c])>h&&(d.push(n.slice(h,u.index)),!l&&u[c]>1&&u[0].replace(r,function(){for(p=1;p1&&u.index=m));)y.lastIndex===u.index&&y.lastIndex++;return h===n[c]?!f&&y.test("")||d.push(""):d.push(n.slice(h)),d[c]>m?d.slice(0,m):d}}else"0".split(void 0,0)[c]&&(r=function(e,t){return void 0===e&&0===t?[]:i.call(this,e,t)});return[function(n,o){var i=e(this),a=void 0==n?void 0:n[t];return void 0!==a?a.call(n,i,o):r.call(String(i),n,o)},r]})},function(e,t,n){"use strict";var r,o,i,a,c=n(33),l=n(2),u=n(21),s=n(57),f=n(0),p=n(4),d=n(11),g=n(45),h=n(46),m=n(68),y=n(101).set,v=n(102)(),b=n(103),_=n(132),x=n(69),w=n(133),E=l.TypeError,R=l.process,L=R&&R.versions,S=L&&L.v8||"",k=l.Promise,O="process"==s(R),A=function(){},C=o=b.f,I=!!function(){try{var e=k.resolve(1),t=(e.constructor={})[n(6)("species")]=function(e){e(A,A)};return(O||"function"==typeof PromiseRejectionEvent)&&e.then(A)instanceof t&&0!==S.indexOf("6.6")&&-1===x.indexOf("Chrome/66")}catch(e){}}(),U=function(e){var t;return!(!p(e)||"function"!=typeof(t=e.then))&&t},T=function(e,t){if(!e._n){e._n=!0;var n=e._c;v(function(){for(var r=e._v,o=1==e._s,i=0;n.length>i;)!function(t){var n,i,a,c=o?t.ok:t.fail,l=t.resolve,u=t.reject,s=t.domain;try{c?(o||(2==e._h&&j(e),e._h=1),!0===c?n=r:(s&&s.enter(),n=c(r),s&&(s.exit(),a=!0)),n===t.promise?u(E("Promise-chain cycle")):(i=U(n))?i.call(n,l,u):l(n)):u(r)}catch(e){s&&!a&&s.exit(),u(e)}}(n[i++]);e._c=[],e._n=!1,t&&!e._h&&M(e)})}},M=function(e){y.call(l,function(){var t,n,r,o=e._v,i=P(e);if(i&&(t=_(function(){O?R.emit("unhandledRejection",o,e):(n=l.onunhandledrejection)?n({promise:e,reason:o}):(r=l.console)&&r.error&&r.error("Unhandled promise rejection",o)}),e._h=O||P(e)?2:1),e._a=void 0,i&&t.e)throw t.v})},P=function(e){return 1!==e._h&&0===(e._a||e._c).length},j=function(e){y.call(l,function(){var t;O?R.emit("rejectionHandled",e):(t=l.onrejectionhandled)&&t({promise:e,reason:e._v})})},G=function(e){var t=this;t._d||(t._d=!0,t=t._w||t,t._v=e,t._s=2,t._a||(t._a=t._c.slice()),T(t,!0))},D=function(e){var t,n=this;if(!n._d){n._d=!0,n=n._w||n;try{if(n===e)throw E("Promise can't be resolved itself");(t=U(e))?v(function(){var r={_w:n,_d:!1};try{t.call(e,u(D,r,1),u(G,r,1))}catch(e){G.call(r,e)}}):(n._v=e,n._s=1,T(n,!1))}catch(e){G.call({_w:n,_d:!1},e)}}};I||(k=function(e){g(this,k,"Promise","_h"),d(e),r.call(this);try{e(u(D,this,1),u(G,this,1))}catch(e){G.call(this,e)}},r=function(e){this._c=[],this._a=void 0,this._s=0,this._d=!1,this._v=void 0,this._h=0,this._n=!1},r.prototype=n(47)(k.prototype,{then:function(e,t){var n=C(m(this,k));return n.ok="function"!=typeof e||e,n.fail="function"==typeof t&&t,n.domain=O?R.domain:void 0,this._c.push(n),this._a&&this._a.push(n),this._s&&T(this,!1),n.promise},catch:function(e){return this.then(void 0,e)}}),i=function(){var e=new r;this.promise=e,this.resolve=u(D,e,1),this.reject=u(G,e,1)},b.f=C=function(e){return e===k||e===a?new i(e):o(e)}),f(f.G+f.W+f.F*!I,{Promise:k}),n(49)(k,"Promise"),n(44)("Promise"),a=n(20).Promise,f(f.S+f.F*!I,"Promise",{reject:function(e){var t=C(this);return(0,t.reject)(e),t.promise}}),f(f.S+f.F*(c||!I),"Promise",{resolve:function(e){return w(c&&this===a?k:this,e)}}),f(f.S+f.F*!(I&&n(65)(function(e){k.all(e).catch(A)})),"Promise",{all:function(e){var t=this,n=C(t),r=n.resolve,o=n.reject,i=_(function(){var n=[],i=0,a=1;h(e,!1,function(e){var c=i++,l=!1;n.push(void 0),a++,t.resolve(e).then(function(e){l||(l=!0,n[c]=e,--a||r(n))},o)}),--a||r(n)});return i.e&&o(i.v),n.promise},race:function(e){var t=this,n=C(t),r=n.reject,o=_(function(){h(e,!1,function(e){t.resolve(e).then(n.resolve,r)})});return o.e&&r(o.v),n.promise}})},function(e,t,n){"use strict";var r=n(138),o=n(52);n(70)("WeakSet",function(e){return function(){return e(this,arguments.length>0?arguments[0]:void 0)}},{add:function(e){return r.def(o(this,"WeakSet"),e,!0)}},r,!1,!0)},function(e,t,n){"use strict";var r=n(0),o=n(71),i=n(104),a=n(1),c=n(41),l=n(9),u=n(4),s=n(2).ArrayBuffer,f=n(68),p=i.ArrayBuffer,d=i.DataView,g=o.ABV&&s.isView,h=p.prototype.slice,m=o.VIEW;r(r.G+r.W+r.F*(s!==p),{ArrayBuffer:p}),r(r.S+r.F*!o.CONSTR,"ArrayBuffer",{isView:function(e){return g&&g(e)||u(e)&&m in e}}),r(r.P+r.U+r.F*n(3)(function(){return!new p(2).slice(1,void 0).byteLength}),"ArrayBuffer",{slice:function(e,t){if(void 0!==h&&void 0===t)return h.call(a(this),e);for(var n=a(this).byteLength,r=c(e,n),o=c(void 0===t?n:t,n),i=new(f(this,p))(l(o-r)),u=new d(this),s=new d(i),g=0;r=n.length)return{value:void 0,done:!0}}while(!((e=n[t._i++])in t._t));return{value:e,done:!1}}),r(r.S,"Reflect",{enumerate:function(e){return new i(e)}})},function(e,t,n){function r(e,t){var n,c,s=arguments.length<3?e:arguments[2];return u(e)===s?e[t]:(n=o.f(e,t))?a(n,"value")?n.value:void 0!==n.get?n.get.call(s):void 0:l(c=i(e))?r(c,t,s):void 0}var o=n(18),i=n(19),a=n(16),c=n(0),l=n(4),u=n(1);c(c.S,"Reflect",{get:r})},function(e,t,n){var r=n(18),o=n(0),i=n(1);o(o.S,"Reflect",{getOwnPropertyDescriptor:function(e,t){return r.f(i(e),t)}})},function(e,t,n){var r=n(0),o=n(19),i=n(1);r(r.S,"Reflect",{getPrototypeOf:function(e){return o(i(e))}})},function(e,t,n){var r=n(0);r(r.S,"Reflect",{has:function(e,t){return t in e}})},function(e,t,n){var r=n(0),o=n(1),i=Object.isExtensible;r(r.S,"Reflect",{isExtensible:function(e){return o(e),!i||i(e)}})},function(e,t,n){var r=n(0);r(r.S,"Reflect",{ownKeys:n(140)})},function(e,t,n){var r=n(0),o=n(1),i=Object.preventExtensions;r(r.S,"Reflect",{preventExtensions:function(e){o(e);try{return i&&i(e),!0}catch(e){return!1}}})},function(e,t,n){function r(e,t,n){var l,p,d=arguments.length<4?e:arguments[3],g=i.f(s(e),t);if(!g){if(f(p=a(e)))return r(p,t,n,d);g=u(0)}if(c(g,"value")){if(!1===g.writable||!f(d))return!1;if(l=i.f(d,t)){if(l.get||l.set||!1===l.writable)return!1;l.value=n,o.f(d,t,l)}else o.f(d,t,u(0,n));return!0}return void 0!==g.set&&(g.set.call(d,n),!0)}var o=n(8),i=n(18),a=n(19),c=n(16),l=n(0),u=n(38),s=n(1),f=n(4);l(l.S,"Reflect",{set:r})},function(e,t,n){var r=n(0),o=n(84);o&&r(r.S,"Reflect",{setPrototypeOf:function(e,t){o.check(e,t);try{return o.set(e,t),!0}catch(e){return!1}}})},function(e,t,n){"use strict";var r=n(0),o=n(61)(!0);r(r.P,"Array",{includes:function(e){return o(this,e,arguments.length>1?arguments[1]:void 0)}}),n(34)("includes")},function(e,t,n){"use strict";var r=n(0),o=n(141),i=n(10),a=n(9),c=n(11),l=n(98);r(r.P,"Array",{flatMap:function(e){var t,n,r=i(this);return c(e),t=a(r.length),n=l(r,0),o(n,r,r,t,0,1,e,arguments[1]),n}}),n(34)("flatMap")},function(e,t,n){"use strict";var r=n(0),o=n(141),i=n(10),a=n(9),c=n(26),l=n(98);r(r.P,"Array",{flatten:function(){var e=arguments[0],t=i(this),n=a(t.length),r=l(t,0);return o(r,t,t,n,0,void 0===e?1:c(e)),r}}),n(34)("flatten")},function(e,t,n){"use strict";var r=n(0),o=n(90)(!0);r(r.P,"String",{at:function(e){return o(this,e)}})},function(e,t,n){"use strict";var r=n(0),o=n(142),i=n(69);r(r.P+r.F*/Version\/10\.\d+(\.\d+)? Safari\//.test(i),"String",{padStart:function(e){return o(this,e,arguments.length>1?arguments[1]:void 0,!0)}})},function(e,t,n){"use strict";var r=n(0),o=n(142),i=n(69);r(r.P+r.F*/Version\/10\.\d+(\.\d+)? Safari\//.test(i),"String",{padEnd:function(e){return o(this,e,arguments.length>1?arguments[1]:void 0,!1)}})},function(e,t,n){"use strict";n(50)("trimLeft",function(e){return function(){return e(this,1)}},"trimStart")},function(e,t,n){"use strict";n(50)("trimRight",function(e){return function(){return e(this,2)}},"trimEnd")},function(e,t,n){"use strict";var r=n(0),o=n(25),i=n(9),a=n(64),c=n(66),l=RegExp.prototype,u=function(e,t){this._r=e,this._s=t};n(92)(u,"RegExp String",function(){var e=this._r.exec(this._s);return{value:e,done:null===e}}),r(r.P,"String",{matchAll:function(e){if(o(this),!a(e))throw TypeError(e+" is not a regexp!");var t=String(this),n="flags"in l?String(e.flags):c.call(e),r=new RegExp(e.source,~n.indexOf("g")?n:"g"+n);return r.lastIndex=i(e.lastIndex),new u(r,t)}})},function(e,t,n){n(80)("asyncIterator")},function(e,t,n){n(80)("observable")},function(e,t,n){var r=n(0),o=n(140),i=n(17),a=n(18),c=n(96);r(r.S,"Object",{getOwnPropertyDescriptors:function(e){for(var t,n,r=i(e),l=a.f,u=o(r),s={},f=0;u.length>f;)void 0!==(n=l(r,t=u[f++]))&&c(s,t,n);return s}})},function(e,t,n){var r=n(0),o=n(143)(!1);r(r.S,"Object",{values:function(e){return o(e)}})},function(e,t,n){var r=n(0),o=n(143)(!0);r(r.S,"Object",{entries:function(e){return o(e)}})},function(e,t,n){"use strict";var r=n(0),o=n(10),i=n(11),a=n(8);n(7)&&r(r.P+n(72),"Object",{__defineGetter__:function(e,t){a.f(o(this),e,{get:i(t),enumerable:!0,configurable:!0})}})},function(e,t,n){"use strict";var r=n(0),o=n(10),i=n(11),a=n(8);n(7)&&r(r.P+n(72),"Object",{__defineSetter__:function(e,t){a.f(o(this),e,{set:i(t),enumerable:!0,configurable:!0})}})},function(e,t,n){"use strict";var r=n(0),o=n(10),i=n(24),a=n(19),c=n(18).f;n(7)&&r(r.P+n(72),"Object",{__lookupGetter__:function(e){var t,n=o(this),r=i(e,!0);do{if(t=c(n,r))return t.get}while(n=a(n))}})},function(e,t,n){"use strict";var r=n(0),o=n(10),i=n(24),a=n(19),c=n(18).f;n(7)&&r(r.P+n(72),"Object",{__lookupSetter__:function(e){var t,n=o(this),r=i(e,!0);do{if(t=c(n,r))return t.set}while(n=a(n))}})},function(e,t,n){var r=n(0);r(r.P+r.R,"Map",{toJSON:n(144)("Map")})},function(e,t,n){var r=n(0);r(r.P+r.R,"Set",{toJSON:n(144)("Set")})},function(e,t,n){n(73)("Map")},function(e,t,n){n(73)("Set")},function(e,t,n){n(73)("WeakMap")},function(e,t,n){n(73)("WeakSet")},function(e,t,n){n(74)("Map")},function(e,t,n){n(74)("Set")},function(e,t,n){n(74)("WeakMap")},function(e,t,n){n(74)("WeakSet")},function(e,t,n){var r=n(0);r(r.G,{global:n(2)})},function(e,t,n){var r=n(0);r(r.S,"System",{global:n(2)})},function(e,t,n){var r=n(0),o=n(22);r(r.S,"Error",{isError:function(e){return"Error"===o(e)}})},function(e,t,n){var r=n(0);r(r.S,"Math",{clamp:function(e,t,n){return Math.min(n,Math.max(t,e))}})},function(e,t,n){var r=n(0);r(r.S,"Math",{DEG_PER_RAD:Math.PI/180})},function(e,t,n){var r=n(0),o=180/Math.PI;r(r.S,"Math",{degrees:function(e){return e*o}})},function(e,t,n){var r=n(0),o=n(146),i=n(126);r(r.S,"Math",{fscale:function(e,t,n,r,a){return i(o(e,t,n,r,a))}})},function(e,t,n){var r=n(0);r(r.S,"Math",{iaddh:function(e,t,n,r){var o=e>>>0,i=t>>>0,a=n>>>0;return i+(r>>>0)+((o&a|(o|a)&~(o+a>>>0))>>>31)|0}})},function(e,t,n){var r=n(0);r(r.S,"Math",{isubh:function(e,t,n,r){var o=e>>>0,i=t>>>0,a=n>>>0;return i-(r>>>0)-((~o&a|~(o^a)&o-a>>>0)>>>31)|0}})},function(e,t,n){var r=n(0);r(r.S,"Math",{imulh:function(e,t){var n=+e,r=+t,o=65535&n,i=65535&r,a=n>>16,c=r>>16,l=(a*i>>>0)+(o*i>>>16);return a*c+(l>>16)+((o*c>>>0)+(65535&l)>>16)}})},function(e,t,n){var r=n(0);r(r.S,"Math",{RAD_PER_DEG:180/Math.PI})},function(e,t,n){var r=n(0),o=Math.PI/180;r(r.S,"Math",{radians:function(e){return e*o}})},function(e,t,n){var r=n(0);r(r.S,"Math",{scale:n(146)})},function(e,t,n){var r=n(0);r(r.S,"Math",{umulh:function(e,t){var n=+e,r=+t,o=65535&n,i=65535&r,a=n>>>16,c=r>>>16,l=(a*i>>>0)+(o*i>>>16);return a*c+(l>>>16)+((o*c>>>0)+(65535&l)>>>16)}})},function(e,t,n){var r=n(0);r(r.S,"Math",{signbit:function(e){return(e=+e)!=e?e:0==e?1/e==1/0:e>0}})},function(e,t,n){"use strict";var r=n(0),o=n(20),i=n(2),a=n(68),c=n(133);r(r.P+r.R,"Promise",{finally:function(e){var t=a(this,o.Promise||i.Promise),n="function"==typeof e;return this.then(n?function(n){return c(t,e()).then(function(){return n})}:e,n?function(n){return c(t,e()).then(function(){throw n})}:e)}})},function(e,t,n){"use strict";var r=n(0),o=n(103),i=n(132);r(r.S,"Promise",{try:function(e){var t=o.f(this),n=i(e);return(n.e?t.reject:t.resolve)(n.v),t.promise}})},function(e,t,n){var r=n(31),o=n(1),i=r.key,a=r.set;r.exp({defineMetadata:function(e,t,n,r){a(e,t,o(n),i(r))}})},function(e,t,n){var r=n(31),o=n(1),i=r.key,a=r.map,c=r.store;r.exp({deleteMetadata:function(e,t){var n=arguments.length<3?void 0:i(arguments[2]),r=a(o(t),n,!1);if(void 0===r||!r.delete(e))return!1;if(r.size)return!0;var l=c.get(t);return l.delete(n),!!l.size||c.delete(t)}})},function(e,t,n){var r=n(31),o=n(1),i=n(19),a=r.has,c=r.get,l=r.key,u=function(e,t,n){if(a(e,t,n))return c(e,t,n);var r=i(t);return null!==r?u(e,r,n):void 0};r.exp({getMetadata:function(e,t){return u(e,o(t),arguments.length<3?void 0:l(arguments[2]))}})},function(e,t,n){var r=n(136),o=n(145),i=n(31),a=n(1),c=n(19),l=i.keys,u=i.key,s=function(e,t){var n=l(e,t),i=c(e);if(null===i)return n;var a=s(i,t);return a.length?n.length?o(new r(n.concat(a))):a:n};i.exp({getMetadataKeys:function(e){return s(a(e),arguments.length<2?void 0:u(arguments[1]))}})},function(e,t,n){var r=n(31),o=n(1),i=r.get,a=r.key;r.exp({getOwnMetadata:function(e,t){return i(e,o(t),arguments.length<3?void 0:a(arguments[2]))}})},function(e,t,n){var r=n(31),o=n(1),i=r.keys,a=r.key;r.exp({getOwnMetadataKeys:function(e){return i(o(e),arguments.length<2?void 0:a(arguments[1]))}})},function(e,t,n){var r=n(31),o=n(1),i=n(19),a=r.has,c=r.key,l=function(e,t,n){if(a(e,t,n))return!0;var r=i(t);return null!==r&&l(e,r,n)};r.exp({hasMetadata:function(e,t){return l(e,o(t),arguments.length<3?void 0:c(arguments[2]))}})},function(e,t,n){var r=n(31),o=n(1),i=r.has,a=r.key;r.exp({hasOwnMetadata:function(e,t){return i(e,o(t),arguments.length<3?void 0:a(arguments[2]))}})},function(e,t,n){var r=n(31),o=n(1),i=n(11),a=r.key,c=r.set;r.exp({metadata:function(e,t){return function(n,r){c(e,t,(void 0!==r?o:i)(n),a(r))}}})},function(e,t,n){var r=n(0),o=n(102)(),i=n(2).process,a="process"==n(22)(i);r(r.G,{asap:function(e){var t=a&&i.domain;o(t?t.bind(e):e)}})},function(e,t,n){"use strict";var r=n(0),o=n(2),i=n(20),a=n(102)(),c=n(6)("observable"),l=n(11),u=n(1),s=n(45),f=n(47),p=n(13),d=n(46),g=d.RETURN,h=function(e){return null==e?void 0:l(e)},m=function(e){var t=e._c;t&&(e._c=void 0,t())},y=function(e){return void 0===e._o},v=function(e){y(e)||(e._o=void 0,m(e))},b=function(e,t){u(e),this._c=void 0,this._o=e,e=new _(this);try{var n=t(e),r=n;null!=n&&("function"==typeof n.unsubscribe?n=function(){r.unsubscribe()}:l(n),this._c=n)}catch(t){return void e.error(t)}y(this)&&m(this)};b.prototype=f({},{unsubscribe:function(){v(this)}});var _=function(e){this._s=e};_.prototype=f({},{next:function(e){var t=this._s;if(!y(t)){var n=t._o;try{var r=h(n.next);if(r)return r.call(n,e)}catch(e){try{v(t)}finally{throw e}}}},error:function(e){var t=this._s;if(y(t))throw e;var n=t._o;t._o=void 0;try{var r=h(n.error);if(!r)throw e;e=r.call(n,e)}catch(e){try{m(t)}finally{throw e}}return m(t),e},complete:function(e){var t=this._s;if(!y(t)){var n=t._o;t._o=void 0;try{var r=h(n.complete);e=r?r.call(n,e):void 0}catch(e){try{m(t)}finally{throw e}}return m(t),e}}});var x=function(e){s(this,x,"Observable","_f")._f=l(e)};f(x.prototype,{subscribe:function(e){return new b(e,this._f)},forEach:function(e){var t=this;return new(i.Promise||o.Promise)(function(n,r){l(e);var o=t.subscribe({next:function(t){try{return e(t)}catch(e){r(e),o.unsubscribe()}},error:r,complete:n})})}}),f(x,{from:function(e){var t="function"==typeof this?this:x,n=h(u(e)[c]);if(n){var r=u(n.call(e));return r.constructor===t?r:new t(function(e){return r.subscribe(e)})}return new t(function(t){var n=!1;return a(function(){if(!n){try{if(d(e,!1,function(e){if(t.next(e),n)return g})===g)return}catch(e){if(n)throw e;return void t.error(e)}t.complete()}}),function(){n=!0}})},of:function(){for(var e=0,t=arguments.length,n=new Array(t);e2,o=!!r&&a.call(arguments,2);return e(r?function(){("function"==typeof t?t:Function(t)).apply(this,o)}:t,n)}};o(o.G+o.B+o.F*c,{setTimeout:l(r.setTimeout),setInterval:l(r.setInterval)})},function(e,t,n){var r=n(0),o=n(101);r(r.G+r.B,{setImmediate:o.set,clearImmediate:o.clear})},function(e,t,n){for(var r=n(100),o=n(40),i=n(14),a=n(2),c=n(13),l=n(51),u=n(6),s=u("iterator"),f=u("toStringTag"),p=l.Array,d={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},g=o(d),h=0;h=0;--r){var o=this.tryEntries[r],i=o.completion;if("root"===o.tryLoc)return t("end");if(o.tryLoc<=this.prev){var a=v.call(o,"catchLoc"),c=v.call(o,"finallyLoc");if(a&&c){if(this.prev=0;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&v.call(r,"finallyLoc")&&this.prev=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),p(n),A}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var r=n.completion;if("throw"===r.type){var o=r.arg;p(n)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,n){return this.delegate={iterator:g(e),resultName:t,nextLoc:n},"next"===this.method&&(this.arg=m),A}}}("object"==typeof t?t:"object"==typeof window?window:"object"==typeof self?self:this)}).call(t,n(59))},function(e,t,n){n(368),e.exports=n(20).RegExp.escape},function(e,t,n){var r=n(0),o=n(369)(/[\\^$*+?.()|[\]{}]/g,"\\$&");r(r.S,"RegExp",{escape:function(e){return o(e)}})},function(e,t){e.exports=function(e,t){var n=t===Object(t)?function(e){return t[e]}:t;return function(t){return String(t).replace(e,n)}}},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}var o=n(5),i=r(o),a=n(372),c=n(54),l=n(405),u=r(l),s=n(48),f=n(406),p=r(f),d=n(36),g=n(435),h=r(g),m=(0,s.createStore)(p.default,(0,s.compose)((0,s.applyMiddleware)(u.default)));(0,a.render)(i.default.createElement(c.Provider,{store:m},i.default.createElement(d.BrowserRouter,null,i.default.createElement(h.default,null))),document.getElementById("app"))},function(e,t,n){"use strict";function r(e){for(var t=arguments.length-1,n="https://reactjs.org/docs/error-decoder.html?invariant="+e,r=0;rD.length&&D.push(e)}function p(e,t,n,o){var i=typeof e;"undefined"!==i&&"boolean"!==i||(e=null);var a=!1;if(null===e)a=!0;else switch(i){case"string":case"number":a=!0;break;case"object":switch(e.$$typeof){case w:case E:a=!0}}if(a)return n(o,e,""===t?"."+d(e,0):t),1;if(a=0,t=""===t?".":t+":",Array.isArray(e))for(var c=0;cthis.eventPool.length&&this.eventPool.push(e)}function U(e){e.eventPool=[],e.getPooled=F,e.release=L}function D(e,t){switch(e){case"keyup":return-1!==Eo.indexOf(t.keyCode);case"keydown":return 229!==t.keyCode;case"keypress":case"mousedown":case"blur":return!0;default:return!1}}function B(e){return e=e.detail,"object"==typeof e&&"data"in e?e.data:null}function W(e,t){switch(e){case"compositionend":return B(t);case"keypress":return 32!==t.which?null:(Po=!0,Oo);case"textInput":return e=t.data,e===Oo&&Po?null:e;default:return null}}function H(e,t){if(jo)return"compositionend"===e||!ko&&D(e,t)?(e=N(),vo._root=null,vo._startText=null,vo._fallbackText=null,jo=!1,e):null;switch(e){case"paste":return null;case"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1t}return!1}function fe(e,t,n,r,o){this.acceptsBooleans=2===t||3===t||4===t,this.attributeName=r,this.attributeNamespace=o,this.mustUseProperty=n,this.propertyName=e,this.type=t}function de(e){return e[1].toUpperCase()}function pe(e,t,n,r){var o=ti.hasOwnProperty(t)?ti[t]:null;(null!==o?0===o.type:!r&&(2Pi.length&&Pi.push(e)}}}function Ge(e){return Object.prototype.hasOwnProperty.call(e,Ni)||(e[Ni]=zi++,Ai[e[Ni]]={}),Ai[e[Ni]]}function Ye(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function Qe(e,t){var n=Ye(e);e=0;for(var r;n;){if(3===n.nodeType){if(r=e+n.textContent.length,e<=t&&r>=t)return{node:n,offset:t-e};e=r}e:{for(;n;){if(n.nextSibling){n=n.nextSibling;break e}n=n.parentNode}n=void 0}n=Ye(n)}}function Ke(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&("input"===t&&"text"===e.type||"textarea"===t||"true"===e.contentEditable)}function Je(e,t){if(Di||null==Fi||Fi!==Lr())return null;var n=Fi;return"selectionStart"in n&&Ke(n)?n={start:n.selectionStart,end:n.selectionEnd}:window.getSelection?(n=window.getSelection(),n={anchorNode:n.anchorNode,anchorOffset:n.anchorOffset,focusNode:n.focusNode,focusOffset:n.focusOffset}):n=void 0,Ui&&Ur(Ui,n)?null:(Ui=n,e=R.getPooled(Ri.select,Li,e,t),e.type="select",e.target=Fi,P(e),e)}function Xe(e){var t="";return Nr.Children.forEach(e,function(e){null==e||"string"!=typeof e&&"number"!=typeof e||(t+=e)}),t}function $e(e,t){return e=Rr({children:void 0},t),(t=Xe(t.children))&&(e.children=t),e}function Ze(e,t,n,r){if(e=e.options,t){t={};for(var o=0;o=t.length||r("93"),t=t[0]),n=""+t),null==n&&(n="")),e._wrapperState={initialValue:""+n}}function rt(e,t){var n=t.value;null!=n&&(n=""+n,n!==e.value&&(e.value=n),null==t.defaultValue&&(e.defaultValue=n)),null!=t.defaultValue&&(e.defaultValue=t.defaultValue)}function ot(e){var t=e.textContent;t===e._wrapperState.initialValue&&(e.value=t)}function it(e){switch(e){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function at(e,t){return null==e||"http://www.w3.org/1999/xhtml"===e?it(t):"http://www.w3.org/2000/svg"===e&&"foreignObject"===t?"http://www.w3.org/1999/xhtml":e}function ct(e,t){if(t){var n=e.firstChild;if(n&&n===e.lastChild&&3===n.nodeType)return void(n.nodeValue=t)}e.textContent=t}function ut(e,t){e=e.style;for(var n in t)if(t.hasOwnProperty(n)){var r=0===n.indexOf("--"),o=n,i=t[n];o=null==i||"boolean"==typeof i||""===i?"":r||"number"!=typeof i||0===i||la.hasOwnProperty(o)&&la[o]?(""+i).trim():i+"px","float"===n&&(n="cssFloat"),r?e.setProperty(n,o):e[n]=o}}function lt(e,t,n){t&&(fa[e]&&(null!=t.children||null!=t.dangerouslySetInnerHTML)&&r("137",e,n()),null!=t.dangerouslySetInnerHTML&&(null!=t.children&&r("60"),"object"==typeof t.dangerouslySetInnerHTML&&"__html"in t.dangerouslySetInnerHTML||r("61")),null!=t.style&&"object"!=typeof t.style&&r("62",n()))}function st(e,t){if(-1===e.indexOf("-"))return"string"==typeof t.is;switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}function ft(e,t){e=9===e.nodeType||11===e.nodeType?e:e.ownerDocument;var n=Ge(e);t=Qr[t];for(var r=0;r<\/script>",e=e.removeChild(e.firstChild)):e="string"==typeof t.is?n.createElement(e,{is:t.is}):n.createElement(e):e=n.createElementNS(r,e),e}function pt(e,t){return(9===t.nodeType?t:t.ownerDocument).createTextNode(e)}function ht(e,t,n,r){var o=st(t,n);switch(t){case"iframe":case"object":We("load",e);var i=n;break;case"video":case"audio":for(i=0;ixa||(e.current=ya[xa],ya[xa]=null,xa--)}function _t(e,t){xa++,ya[xa]=e.current,e.current=t}function Ct(e){return Tt(e)?ka:wa.current}function Ot(e,t){var n=e.type.contextTypes;if(!n)return Br;var r=e.stateNode;if(r&&r.__reactInternalMemoizedUnmaskedChildContext===t)return r.__reactInternalMemoizedMaskedChildContext;var o,i={};for(o in n)i[o]=t[o];return r&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=i),i}function Tt(e){return 2===e.tag&&null!=e.type.childContextTypes}function Pt(e){Tt(e)&&(St(Ea,e),St(wa,e))}function jt(e){St(Ea,e),St(wa,e)}function Mt(e,t,n){wa.current!==Br&&r("168"),_t(wa,t,e),_t(Ea,n,e)}function At(e,t){var n=e.stateNode,o=e.type.childContextTypes;if("function"!=typeof n.getChildContext)return t;n=n.getChildContext();for(var i in n)i in o||r("108",ae(e)||"Unknown",i);return Rr({},t,n)}function zt(e){if(!Tt(e))return!1;var t=e.stateNode;return t=t&&t.__reactInternalMemoizedMergedChildContext||Br,ka=wa.current,_t(wa,t,e),_t(Ea,Ea.current,e),!0}function Nt(e,t){var n=e.stateNode;if(n||r("169"),t){var o=At(e,ka);n.__reactInternalMemoizedMergedChildContext=o,St(Ea,e),St(wa,e),_t(wa,o,e)}else St(Ea,e);_t(Ea,t,e)}function It(e,t,n,r){this.tag=e,this.key=n,this.sibling=this.child=this.return=this.stateNode=this.type=null,this.index=0,this.ref=null,this.pendingProps=t,this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=r,this.effectTag=0,this.lastEffect=this.firstEffect=this.nextEffect=null,this.expirationTime=0,this.alternate=null}function Rt(e,t,n){var r=e.alternate;return null===r?(r=new It(e.tag,t,e.key,e.mode),r.type=e.type,r.stateNode=e.stateNode,r.alternate=e,e.alternate=r):(r.pendingProps=t,r.effectTag=0,r.nextEffect=null,r.firstEffect=null,r.lastEffect=null),r.expirationTime=n,r.child=e.child,r.memoizedProps=e.memoizedProps,r.memoizedState=e.memoizedState,r.updateQueue=e.updateQueue,r.sibling=e.sibling,r.index=e.index,r.ref=e.ref,r}function Ft(e,t,n){var o=e.type,i=e.key;if(e=e.props,"function"==typeof o)var a=o.prototype&&o.prototype.isReactComponent?2:0;else if("string"==typeof o)a=5;else switch(o){case Ho:return Lt(e.children,t,n,i);case Qo:a=11,t|=3;break;case Vo:a=11,t|=2;break;case qo:return o=new It(15,e,i,4|t),o.type=qo,o.expirationTime=n,o;case Jo:a=16,t|=2;break;default:e:{switch("object"==typeof o&&null!==o?o.$$typeof:null){case Go:a=13;break e;case Yo:a=12;break e;case Ko:a=14;break e;default:r("130",null==o?o:typeof o,"")}a=void 0}}return t=new It(a,e,i,t),t.type=o,t.expirationTime=n,t}function Lt(e,t,n,r){return e=new It(10,e,r,t),e.expirationTime=n,e}function Ut(e,t,n){return e=new It(6,e,null,t),e.expirationTime=n,e}function Dt(e,t,n){return t=new It(4,null!==e.children?e.children:[],e.key,t),t.expirationTime=n,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function Bt(e,t,n){return t=new It(3,null,null,t?3:0),e={current:t,containerInfo:e,pendingChildren:null,earliestPendingTime:0,latestPendingTime:0,earliestSuspendedTime:0,latestSuspendedTime:0,latestPingedTime:0,pendingCommitExpirationTime:0,finishedWork:null,context:null,pendingContext:null,hydrate:n,remainingExpirationTime:0,firstBatch:null,nextScheduledRoot:null},t.stateNode=e}function Wt(e){return function(t){try{return e(t)}catch(e){}}}function Ht(e){if("undefined"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__)return!1;var t=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(t.isDisabled||!t.supportsFiber)return!0;try{var n=t.inject(e);Sa=Wt(function(e){return t.onCommitFiberRoot(n,e)}),_a=Wt(function(e){return t.onCommitFiberUnmount(n,e)})}catch(e){}return!0}function Vt(e){"function"==typeof Sa&&Sa(e)}function qt(e){"function"==typeof _a&&_a(e)}function Gt(e){return{expirationTime:0,baseState:e,firstUpdate:null,lastUpdate:null,firstCapturedUpdate:null,lastCapturedUpdate:null,firstEffect:null,lastEffect:null,firstCapturedEffect:null,lastCapturedEffect:null}}function Yt(e){return{expirationTime:e.expirationTime,baseState:e.baseState,firstUpdate:e.firstUpdate,lastUpdate:e.lastUpdate,firstCapturedUpdate:null,lastCapturedUpdate:null,firstEffect:null,lastEffect:null,firstCapturedEffect:null,lastCapturedEffect:null}}function Qt(e){return{expirationTime:e,tag:0,payload:null,callback:null,next:null,nextEffect:null}}function Kt(e,t,n){null===e.lastUpdate?e.firstUpdate=e.lastUpdate=t:(e.lastUpdate.next=t,e.lastUpdate=t),(0===e.expirationTime||e.expirationTime>n)&&(e.expirationTime=n)}function Jt(e,t,n){var r=e.alternate;if(null===r){var o=e.updateQueue,i=null;null===o&&(o=e.updateQueue=Gt(e.memoizedState))}else o=e.updateQueue,i=r.updateQueue,null===o?null===i?(o=e.updateQueue=Gt(e.memoizedState),i=r.updateQueue=Gt(r.memoizedState)):o=e.updateQueue=Yt(i):null===i&&(i=r.updateQueue=Yt(o));null===i||o===i?Kt(o,t,n):null===o.lastUpdate||null===i.lastUpdate?(Kt(o,t,n),Kt(i,t,n)):(Kt(o,t,n),i.lastUpdate=t)}function Xt(e,t,n){var r=e.updateQueue;r=null===r?e.updateQueue=Gt(e.memoizedState):$t(e,r),null===r.lastCapturedUpdate?r.firstCapturedUpdate=r.lastCapturedUpdate=t:(r.lastCapturedUpdate.next=t,r.lastCapturedUpdate=t),(0===r.expirationTime||r.expirationTime>n)&&(r.expirationTime=n)}function $t(e,t){var n=e.alternate;return null!==n&&t===n.updateQueue&&(t=e.updateQueue=Yt(t)),t}function Zt(e,t,n,r,o,i){switch(n.tag){case 1:return e=n.payload,"function"==typeof e?e.call(i,r,o):e;case 3:e.effectTag=-1025&e.effectTag|64;case 0:if(e=n.payload,null===(o="function"==typeof e?e.call(i,r,o):e)||void 0===o)break;return Rr({},r,o);case 2:Ca=!0}return r}function en(e,t,n,r,o){if(Ca=!1,!(0===t.expirationTime||t.expirationTime>o)){t=$t(e,t);for(var i=t.baseState,a=null,c=0,u=t.firstUpdate,l=i;null!==u;){var s=u.expirationTime;s>o?(null===a&&(a=u,i=l),(0===c||c>s)&&(c=s)):(l=Zt(e,t,u,l,n,r),null!==u.callback&&(e.effectTag|=32,u.nextEffect=null,null===t.lastEffect?t.firstEffect=t.lastEffect=u:(t.lastEffect.nextEffect=u,t.lastEffect=u))),u=u.next}for(s=null,u=t.firstCapturedUpdate;null!==u;){var f=u.expirationTime;f>o?(null===s&&(s=u,null===a&&(i=l)),(0===c||c>f)&&(c=f)):(l=Zt(e,t,u,l,n,r),null!==u.callback&&(e.effectTag|=32,u.nextEffect=null,null===t.lastCapturedEffect?t.firstCapturedEffect=t.lastCapturedEffect=u:(t.lastCapturedEffect.nextEffect=u,t.lastCapturedEffect=u))),u=u.next}null===a&&(t.lastUpdate=null),null===s?t.lastCapturedUpdate=null:e.effectTag|=32,null===a&&null===s&&(i=l),t.baseState=i,t.firstUpdate=a,t.firstCapturedUpdate=s,t.expirationTime=c,e.memoizedState=l}}function tn(e,t){"function"!=typeof e&&r("191",e),e.call(t)}function nn(e,t,n){for(null!==t.firstCapturedUpdate&&(null!==t.lastUpdate&&(t.lastUpdate.next=t.firstCapturedUpdate,t.lastUpdate=t.lastCapturedUpdate),t.firstCapturedUpdate=t.lastCapturedUpdate=null),e=t.firstEffect,t.firstEffect=t.lastEffect=null;null!==e;){var r=e.callback;null!==r&&(e.callback=null,tn(r,n)),e=e.nextEffect}for(e=t.firstCapturedEffect,t.firstCapturedEffect=t.lastCapturedEffect=null;null!==e;)t=e.callback,null!==t&&(e.callback=null,tn(t,n)),e=e.nextEffect}function rn(e,t){return{value:e,source:t,stack:ce(t)}}function on(e){var t=e.type._context;_t(Pa,t._changedBits,e),_t(Ta,t._currentValue,e),_t(Oa,e,e),t._currentValue=e.pendingProps.value,t._changedBits=e.stateNode}function an(e){var t=Pa.current,n=Ta.current;St(Oa,e),St(Ta,e),St(Pa,e),e=e.type._context,e._currentValue=n,e._changedBits=t}function cn(e){return e===ja&&r("174"),e}function un(e,t){_t(za,t,e),_t(Aa,e,e),_t(Ma,ja,e);var n=t.nodeType;switch(n){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:at(null,"");break;default:n=8===n?t.parentNode:t,t=n.namespaceURI||null,n=n.tagName,t=at(t,n)}St(Ma,e),_t(Ma,t,e)}function ln(e){St(Ma,e),St(Aa,e),St(za,e)}function sn(e){Aa.current===e&&(St(Ma,e),St(Aa,e))}function fn(e,t,n){var r=e.memoizedState;t=t(n,r),r=null===t||void 0===t?r:Rr({},r,t),e.memoizedState=r,null!==(e=e.updateQueue)&&0===e.expirationTime&&(e.baseState=r)}function dn(e,t,n,r,o,i){var a=e.stateNode;return e=e.type,"function"==typeof a.shouldComponentUpdate?a.shouldComponentUpdate(n,o,i):!e.prototype||!e.prototype.isPureReactComponent||(!Ur(t,n)||!Ur(r,o))}function pn(e,t,n,r){e=t.state,"function"==typeof t.componentWillReceiveProps&&t.componentWillReceiveProps(n,r),"function"==typeof t.UNSAFE_componentWillReceiveProps&&t.UNSAFE_componentWillReceiveProps(n,r),t.state!==e&&Na.enqueueReplaceState(t,t.state,null)}function hn(e,t){var n=e.type,r=e.stateNode,o=e.pendingProps,i=Ct(e);r.props=o,r.state=e.memoizedState,r.refs=Br,r.context=Ot(e,i),i=e.updateQueue,null!==i&&(en(e,i,o,r,t),r.state=e.memoizedState),i=e.type.getDerivedStateFromProps,"function"==typeof i&&(fn(e,i,o),r.state=e.memoizedState),"function"==typeof n.getDerivedStateFromProps||"function"==typeof r.getSnapshotBeforeUpdate||"function"!=typeof r.UNSAFE_componentWillMount&&"function"!=typeof r.componentWillMount||(n=r.state,"function"==typeof r.componentWillMount&&r.componentWillMount(),"function"==typeof r.UNSAFE_componentWillMount&&r.UNSAFE_componentWillMount(),n!==r.state&&Na.enqueueReplaceState(r,r.state,null),null!==(i=e.updateQueue)&&(en(e,i,o,r,t),r.state=e.memoizedState)),"function"==typeof r.componentDidMount&&(e.effectTag|=4)}function gn(e,t,n){if(null!==(e=n.ref)&&"function"!=typeof e&&"object"!=typeof e){if(n._owner){n=n._owner;var o=void 0;n&&(2!==n.tag&&r("110"),o=n.stateNode),o||r("147",e);var i=""+e;return null!==t&&null!==t.ref&&"function"==typeof t.ref&&t.ref._stringRef===i?t.ref:(t=function(e){var t=o.refs===Br?o.refs={}:o.refs;null===e?delete t[i]:t[i]=e},t._stringRef=i,t)}"string"!=typeof e&&r("148"),n._owner||r("254",e)}return e}function mn(e,t){"textarea"!==e.type&&r("31","[object Object]"===Object.prototype.toString.call(t)?"object with keys {"+Object.keys(t).join(", ")+"}":t,"")}function vn(e){function t(t,n){if(e){var r=t.lastEffect;null!==r?(r.nextEffect=n,t.lastEffect=n):t.firstEffect=t.lastEffect=n,n.nextEffect=null,n.effectTag=8}}function n(n,r){if(!e)return null;for(;null!==r;)t(n,r),r=r.sibling;return null}function o(e,t){for(e=new Map;null!==t;)null!==t.key?e.set(t.key,t):e.set(t.index,t),t=t.sibling;return e}function i(e,t,n){return e=Rt(e,t,n),e.index=0,e.sibling=null,e}function a(t,n,r){return t.index=r,e?null!==(r=t.alternate)?(r=r.index,rg?(m=f,f=null):m=f.sibling;var v=p(r,f,c[g],u);if(null===v){null===f&&(f=m);break}e&&f&&null===v.alternate&&t(r,f),i=a(v,i,g),null===s?l=v:s.sibling=v,s=v,f=m}if(g===c.length)return n(r,f),l;if(null===f){for(;gm?(v=g,g=null):v=g.sibling;var y=p(i,g,b.value,l);if(null===y){g||(g=v);break}e&&g&&null===y.alternate&&t(i,g),c=a(y,c,m),null===f?s=y:f.sibling=y,f=y,g=v}if(b.done)return n(i,g),s;if(null===g){for(;!b.done;m++,b=u.next())null!==(b=d(i,b.value,l))&&(c=a(b,c,m),null===f?s=b:f.sibling=b,f=b);return s}for(g=o(i,g);!b.done;m++,b=u.next())null!==(b=h(g,i,m,b.value,l))&&(e&&null!==b.alternate&&g.delete(null===b.key?m:b.key),c=a(b,c,m),null===f?s=b:f.sibling=b,f=b);return e&&g.forEach(function(e){return t(i,e)}),s}return function(e,o,a,u){"object"==typeof a&&null!==a&&a.type===Ho&&null===a.key&&(a=a.props.children);var l="object"==typeof a&&null!==a;if(l)switch(a.$$typeof){case Bo:e:{var s=a.key;for(l=o;null!==l;){if(l.key===s){if(10===l.tag?a.type===Ho:l.type===a.type){n(e,l.sibling),o=i(l,a.type===Ho?a.props.children:a.props,u),o.ref=gn(e,l,a),o.return=e,e=o;break e}n(e,l);break}t(e,l),l=l.sibling}a.type===Ho?(o=Lt(a.props.children,e.mode,u,a.key),o.return=e,e=o):(u=Ft(a,e.mode,u),u.ref=gn(e,o,a),u.return=e,e=u)}return c(e);case Wo:e:{for(l=a.key;null!==o;){if(o.key===l){if(4===o.tag&&o.stateNode.containerInfo===a.containerInfo&&o.stateNode.implementation===a.implementation){n(e,o.sibling),o=i(o,a.children||[],u),o.return=e,e=o;break e}n(e,o);break}t(e,o),o=o.sibling}o=Dt(a,e.mode,u),o.return=e,e=o}return c(e)}if("string"==typeof a||"number"==typeof a)return a=""+a,null!==o&&6===o.tag?(n(e,o.sibling),o=i(o,a,u),o.return=e,e=o):(n(e,o),o=Ut(a,e.mode,u),o.return=e,e=o),c(e);if(Ia(a))return g(e,o,a,u);if(ie(a))return m(e,o,a,u);if(l&&mn(e,a),void 0===a)switch(e.tag){case 2:case 1:u=e.type,r("152",u.displayName||u.name||"Component")}return n(e,o)}}function bn(e,t){var n=new It(5,null,null,0);n.type="DELETED",n.stateNode=t,n.return=e,n.effectTag=8,null!==e.lastEffect?(e.lastEffect.nextEffect=n,e.lastEffect=n):e.firstEffect=e.lastEffect=n}function yn(e,t){switch(e.tag){case 5:var n=e.type;return null!==(t=1!==t.nodeType||n.toLowerCase()!==t.nodeName.toLowerCase()?null:t)&&(e.stateNode=t,!0);case 6:return null!==(t=""===e.pendingProps||3!==t.nodeType?null:t)&&(e.stateNode=t,!0);default:return!1}}function xn(e){if(Da){var t=Ua;if(t){var n=t;if(!yn(e,t)){if(!(t=wt(n))||!yn(e,t))return e.effectTag|=2,Da=!1,void(La=e);bn(La,n)}La=e,Ua=Et(t)}else e.effectTag|=2,Da=!1,La=e}}function wn(e){for(e=e.return;null!==e&&5!==e.tag&&3!==e.tag;)e=e.return;La=e}function En(e){if(e!==La)return!1;if(!Da)return wn(e),Da=!0,!1;var t=e.type;if(5!==e.tag||"head"!==t&&"body"!==t&&!xt(t,e.memoizedProps))for(t=Ua;t;)bn(e,t),t=wt(t);return wn(e),Ua=La?wt(e.stateNode):null,!0}function kn(){Ua=La=null,Da=!1}function Sn(e,t,n){_n(e,t,n,t.expirationTime)}function _n(e,t,n,r){t.child=null===e?Fa(t,null,n,r):Ra(t,e.child,n,r)}function Cn(e,t){var n=t.ref;(null===e&&null!==n||null!==e&&e.ref!==n)&&(t.effectTag|=128)}function On(e,t,n,r,o){Cn(e,t);var i=0!=(64&t.effectTag);if(!n&&!i)return r&&Nt(t,!1),Mn(e,t);n=t.stateNode,Uo.current=t;var a=i?null:n.render();return t.effectTag|=1,i&&(_n(e,t,null,o),t.child=null),_n(e,t,a,o),t.memoizedState=n.state,t.memoizedProps=n.props,r&&Nt(t,!0),t.child}function Tn(e){var t=e.stateNode;t.pendingContext?Mt(e,t.pendingContext,t.pendingContext!==t.context):t.context&&Mt(e,t.context,!1),un(e,t.containerInfo)}function Pn(e,t,n,r){var o=e.child;for(null!==o&&(o.return=e);null!==o;){switch(o.tag){case 12:var i=0|o.stateNode;if(o.type===t&&0!=(i&n)){for(i=o;null!==i;){var a=i.alternate;if(0===i.expirationTime||i.expirationTime>r)i.expirationTime=r,null!==a&&(0===a.expirationTime||a.expirationTime>r)&&(a.expirationTime=r);else{if(null===a||!(0===a.expirationTime||a.expirationTime>r))break;a.expirationTime=r}i=i.return}i=null}else i=o.child;break;case 13:i=o.type===e.type?null:o.child;break;default:i=o.child}if(null!==i)i.return=o;else for(i=o;null!==i;){if(i===e){i=null;break}if(null!==(o=i.sibling)){o.return=i.return,i=o;break}i=i.return}o=i}}function jn(e,t,n){var r=t.type._context,o=t.pendingProps,i=t.memoizedProps,a=!0;if(Ea.current)a=!1;else if(i===o)return t.stateNode=0,on(t),Mn(e,t);var c=o.value;if(t.memoizedProps=o,null===i)c=1073741823;else if(i.value===o.value){if(i.children===o.children&&a)return t.stateNode=0,on(t),Mn(e,t);c=0}else{var u=i.value;if(u===c&&(0!==u||1/u==1/c)||u!==u&&c!==c){if(i.children===o.children&&a)return t.stateNode=0,on(t),Mn(e,t);c=0}else if(c="function"==typeof r._calculateChangedBits?r._calculateChangedBits(u,c):1073741823,0===(c|=0)){if(i.children===o.children&&a)return t.stateNode=0,on(t),Mn(e,t)}else Pn(t,r,c,n)}return t.stateNode=c,on(t),Sn(e,t,o.children),t.child}function Mn(e,t){if(null!==e&&t.child!==e.child&&r("153"),null!==t.child){e=t.child;var n=Rt(e,e.pendingProps,e.expirationTime);for(t.child=n,n.return=t;null!==e.sibling;)e=e.sibling,n=n.sibling=Rt(e,e.pendingProps,e.expirationTime),n.return=t;n.sibling=null}return t.child}function An(e,t,n){if(0===t.expirationTime||t.expirationTime>n){switch(t.tag){case 3:Tn(t);break;case 2:zt(t);break;case 4:un(t,t.stateNode.containerInfo);break;case 13:on(t)}return null}switch(t.tag){case 0:null!==e&&r("155");var o=t.type,i=t.pendingProps,a=Ct(t);return a=Ot(t,a),o=o(i,a),t.effectTag|=1,"object"==typeof o&&null!==o&&"function"==typeof o.render&&void 0===o.$$typeof?(a=t.type,t.tag=2,t.memoizedState=null!==o.state&&void 0!==o.state?o.state:null,a=a.getDerivedStateFromProps,"function"==typeof a&&fn(t,a,i),i=zt(t),o.updater=Na,t.stateNode=o,o._reactInternalFiber=t,hn(t,n),e=On(e,t,!0,i,n)):(t.tag=1,Sn(e,t,o),t.memoizedProps=i,e=t.child),e;case 1:return i=t.type,n=t.pendingProps,Ea.current||t.memoizedProps!==n?(o=Ct(t),o=Ot(t,o),i=i(n,o),t.effectTag|=1,Sn(e,t,i),t.memoizedProps=n,e=t.child):e=Mn(e,t),e;case 2:if(i=zt(t),null===e)if(null===t.stateNode){var c=t.pendingProps,u=t.type;o=Ct(t);var l=2===t.tag&&null!=t.type.contextTypes;a=l?Ot(t,o):Br,c=new u(c,a),t.memoizedState=null!==c.state&&void 0!==c.state?c.state:null,c.updater=Na,t.stateNode=c,c._reactInternalFiber=t,l&&(l=t.stateNode,l.__reactInternalMemoizedUnmaskedChildContext=o,l.__reactInternalMemoizedMaskedChildContext=a),hn(t,n),o=!0}else{u=t.type,o=t.stateNode,l=t.memoizedProps,a=t.pendingProps,o.props=l;var s=o.context;c=Ct(t),c=Ot(t,c);var f=u.getDerivedStateFromProps;(u="function"==typeof f||"function"==typeof o.getSnapshotBeforeUpdate)||"function"!=typeof o.UNSAFE_componentWillReceiveProps&&"function"!=typeof o.componentWillReceiveProps||(l!==a||s!==c)&&pn(t,o,a,c),Ca=!1;var d=t.memoizedState;s=o.state=d;var p=t.updateQueue;null!==p&&(en(t,p,a,o,n),s=t.memoizedState),l!==a||d!==s||Ea.current||Ca?("function"==typeof f&&(fn(t,f,a),s=t.memoizedState),(l=Ca||dn(t,l,a,d,s,c))?(u||"function"!=typeof o.UNSAFE_componentWillMount&&"function"!=typeof o.componentWillMount||("function"==typeof o.componentWillMount&&o.componentWillMount(),"function"==typeof o.UNSAFE_componentWillMount&&o.UNSAFE_componentWillMount()),"function"==typeof o.componentDidMount&&(t.effectTag|=4)):("function"==typeof o.componentDidMount&&(t.effectTag|=4),t.memoizedProps=a,t.memoizedState=s),o.props=a,o.state=s,o.context=c,o=l):("function"==typeof o.componentDidMount&&(t.effectTag|=4),o=!1)}else u=t.type,o=t.stateNode,a=t.memoizedProps,l=t.pendingProps,o.props=a,s=o.context,c=Ct(t),c=Ot(t,c),f=u.getDerivedStateFromProps,(u="function"==typeof f||"function"==typeof o.getSnapshotBeforeUpdate)||"function"!=typeof o.UNSAFE_componentWillReceiveProps&&"function"!=typeof o.componentWillReceiveProps||(a!==l||s!==c)&&pn(t,o,l,c),Ca=!1,s=t.memoizedState,d=o.state=s,p=t.updateQueue,null!==p&&(en(t,p,l,o,n),d=t.memoizedState),a!==l||s!==d||Ea.current||Ca?("function"==typeof f&&(fn(t,f,l),d=t.memoizedState),(f=Ca||dn(t,a,l,s,d,c))?(u||"function"!=typeof o.UNSAFE_componentWillUpdate&&"function"!=typeof o.componentWillUpdate||("function"==typeof o.componentWillUpdate&&o.componentWillUpdate(l,d,c),"function"==typeof o.UNSAFE_componentWillUpdate&&o.UNSAFE_componentWillUpdate(l,d,c)),"function"==typeof o.componentDidUpdate&&(t.effectTag|=4),"function"==typeof o.getSnapshotBeforeUpdate&&(t.effectTag|=256)):("function"!=typeof o.componentDidUpdate||a===e.memoizedProps&&s===e.memoizedState||(t.effectTag|=4),"function"!=typeof o.getSnapshotBeforeUpdate||a===e.memoizedProps&&s===e.memoizedState||(t.effectTag|=256),t.memoizedProps=l,t.memoizedState=d),o.props=l,o.state=d,o.context=c,o=f):("function"!=typeof o.componentDidUpdate||a===e.memoizedProps&&s===e.memoizedState||(t.effectTag|=4),"function"!=typeof o.getSnapshotBeforeUpdate||a===e.memoizedProps&&s===e.memoizedState||(t.effectTag|=256),o=!1);return On(e,t,o,i,n);case 3:return Tn(t),i=t.updateQueue,null!==i?(o=t.memoizedState,o=null!==o?o.element:null,en(t,i,t.pendingProps,null,n),(i=t.memoizedState.element)===o?(kn(),e=Mn(e,t)):(o=t.stateNode,(o=(null===e||null===e.child)&&o.hydrate)&&(Ua=Et(t.stateNode.containerInfo),La=t,o=Da=!0),o?(t.effectTag|=2,t.child=Fa(t,null,i,n)):(kn(),Sn(e,t,i)),e=t.child)):(kn(),e=Mn(e,t)),e;case 5:return cn(za.current),i=cn(Ma.current),o=at(i,t.type),i!==o&&(_t(Aa,t,t),_t(Ma,o,t)),null===e&&xn(t),i=t.type,l=t.memoizedProps,o=t.pendingProps,a=null!==e?e.memoizedProps:null,Ea.current||l!==o||((l=1&t.mode&&!!o.hidden)&&(t.expirationTime=1073741823),l&&1073741823===n)?(l=o.children,xt(i,o)?l=null:a&&xt(i,a)&&(t.effectTag|=16),Cn(e,t),1073741823!==n&&1&t.mode&&o.hidden?(t.expirationTime=1073741823,t.memoizedProps=o,e=null):(Sn(e,t,l),t.memoizedProps=o,e=t.child)):e=Mn(e,t),e;case 6:return null===e&&xn(t),t.memoizedProps=t.pendingProps,null;case 16:return null;case 4:return un(t,t.stateNode.containerInfo),i=t.pendingProps,Ea.current||t.memoizedProps!==i?(null===e?t.child=Ra(t,null,i,n):Sn(e,t,i),t.memoizedProps=i,e=t.child):e=Mn(e,t),e;case 14:return i=t.type.render,n=t.pendingProps,o=t.ref,Ea.current||t.memoizedProps!==n||o!==(null!==e?e.ref:null)?(i=i(n,o),Sn(e,t,i),t.memoizedProps=n,e=t.child):e=Mn(e,t),e;case 10:return n=t.pendingProps,Ea.current||t.memoizedProps!==n?(Sn(e,t,n),t.memoizedProps=n,e=t.child):e=Mn(e,t),e;case 11:return n=t.pendingProps.children,Ea.current||null!==n&&t.memoizedProps!==n?(Sn(e,t,n),t.memoizedProps=n,e=t.child):e=Mn(e,t),e;case 15:return n=t.pendingProps,t.memoizedProps===n?e=Mn(e,t):(Sn(e,t,n.children),t.memoizedProps=n,e=t.child),e;case 13:return jn(e,t,n);case 12:e:if(o=t.type,a=t.pendingProps,l=t.memoizedProps,i=o._currentValue,c=o._changedBits,Ea.current||0!==c||l!==a){if(t.memoizedProps=a,u=a.unstable_observedBits,void 0!==u&&null!==u||(u=1073741823),t.stateNode=u,0!=(c&u))Pn(t,o,c,n);else if(l===a){e=Mn(e,t);break e}n=a.children,n=n(i),t.effectTag|=1,Sn(e,t,n),e=t.child}else e=Mn(e,t);return e;default:r("156")}}function zn(e){e.effectTag|=4}function Nn(e,t){var n=t.pendingProps;switch(t.tag){case 1:return null;case 2:return Pt(t),null;case 3:ln(t),jt(t);var o=t.stateNode;return o.pendingContext&&(o.context=o.pendingContext,o.pendingContext=null),null!==e&&null!==e.child||(En(t),t.effectTag&=-3),Ba(t),null;case 5:sn(t),o=cn(za.current);var i=t.type;if(null!==e&&null!=t.stateNode){var a=e.memoizedProps,c=t.stateNode,u=cn(Ma.current);c=gt(c,i,a,n,o),Wa(e,t,c,i,a,n,o,u),e.ref!==t.ref&&(t.effectTag|=128)}else{if(!n)return null===t.stateNode&&r("166"),null;if(e=cn(Ma.current),En(t))n=t.stateNode,i=t.type,a=t.memoizedProps,n[ro]=t,n[oo]=a,o=vt(n,i,a,e,o),t.updateQueue=o,null!==o&&zn(t);else{e=dt(i,n,o,e),e[ro]=t,e[oo]=n;e:for(a=t.child;null!==a;){if(5===a.tag||6===a.tag)e.appendChild(a.stateNode);else if(4!==a.tag&&null!==a.child){a.child.return=a,a=a.child;continue}if(a===t)break;for(;null===a.sibling;){if(null===a.return||a.return===t)break e;a=a.return}a.sibling.return=a.return,a=a.sibling}ht(e,i,n,o),yt(i,n)&&zn(t),t.stateNode=e}null!==t.ref&&(t.effectTag|=128)}return null;case 6:if(e&&null!=t.stateNode)Ha(e,t,e.memoizedProps,n);else{if("string"!=typeof n)return null===t.stateNode&&r("166"),null;o=cn(za.current),cn(Ma.current),En(t)?(o=t.stateNode,n=t.memoizedProps,o[ro]=t,bt(o,n)&&zn(t)):(o=pt(n,o),o[ro]=t,t.stateNode=o)}return null;case 14:case 16:case 10:case 11:case 15:return null;case 4:return ln(t),Ba(t),null;case 13:return an(t),null;case 12:return null;case 0:r("167");default:r("156")}}function In(e,t){var n=t.source;null===t.stack&&null!==n&&ce(n),null!==n&&ae(n),t=t.value,null!==e&&2===e.tag&&ae(e);try{t&&t.suppressReactErrorLogging||console.error(t)}catch(e){e&&e.suppressReactErrorLogging||console.error(e)}}function Rn(e){var t=e.ref;if(null!==t)if("function"==typeof t)try{t(null)}catch(t){Jn(e,t)}else t.current=null}function Fn(e){switch("function"==typeof qt&&qt(e),e.tag){case 2:Rn(e);var t=e.stateNode;if("function"==typeof t.componentWillUnmount)try{t.props=e.memoizedProps,t.state=e.memoizedState,t.componentWillUnmount()}catch(t){Jn(e,t)}break;case 5:Rn(e);break;case 4:Dn(e)}}function Ln(e){return 5===e.tag||3===e.tag||4===e.tag}function Un(e){e:{for(var t=e.return;null!==t;){if(Ln(t)){var n=t;break e}t=t.return}r("160"),n=void 0}var o=t=void 0;switch(n.tag){case 5:t=n.stateNode,o=!1;break;case 3:case 4:t=n.stateNode.containerInfo,o=!0;break;default:r("161")}16&n.effectTag&&(ct(t,""),n.effectTag&=-17);e:t:for(n=e;;){for(;null===n.sibling;){if(null===n.return||Ln(n.return)){n=null;break e}n=n.return}for(n.sibling.return=n.return,n=n.sibling;5!==n.tag&&6!==n.tag;){if(2&n.effectTag)continue t;if(null===n.child||4===n.tag)continue t;n.child.return=n,n=n.child}if(!(2&n.effectTag)){n=n.stateNode;break e}}for(var i=e;;){if(5===i.tag||6===i.tag)if(n)if(o){var a=t,c=i.stateNode,u=n;8===a.nodeType?a.parentNode.insertBefore(c,u):a.insertBefore(c,u)}else t.insertBefore(i.stateNode,n);else o?(a=t,c=i.stateNode,8===a.nodeType?a.parentNode.insertBefore(c,a):a.appendChild(c)):t.appendChild(i.stateNode);else if(4!==i.tag&&null!==i.child){i.child.return=i,i=i.child;continue}if(i===e)break;for(;null===i.sibling;){if(null===i.return||i.return===e)return;i=i.return}i.sibling.return=i.return,i=i.sibling}}function Dn(e){for(var t=e,n=!1,o=void 0,i=void 0;;){if(!n){n=t.return;e:for(;;){switch(null===n&&r("160"),n.tag){case 5:o=n.stateNode,i=!1;break e;case 3:case 4:o=n.stateNode.containerInfo,i=!0;break e}n=n.return}n=!0}if(5===t.tag||6===t.tag){e:for(var a=t,c=a;;)if(Fn(c),null!==c.child&&4!==c.tag)c.child.return=c,c=c.child;else{if(c===a)break;for(;null===c.sibling;){if(null===c.return||c.return===a)break e;c=c.return}c.sibling.return=c.return,c=c.sibling}i?(a=o,c=t.stateNode,8===a.nodeType?a.parentNode.removeChild(c):a.removeChild(c)):o.removeChild(t.stateNode)}else if(4===t.tag?o=t.stateNode.containerInfo:Fn(t),null!==t.child){t.child.return=t,t=t.child;continue}if(t===e)break;for(;null===t.sibling;){if(null===t.return||t.return===e)return;t=t.return,4===t.tag&&(n=!1)}t.sibling.return=t.return,t=t.sibling}}function Bn(e,t){switch(t.tag){case 2:break;case 5:var n=t.stateNode;if(null!=n){var o=t.memoizedProps;e=null!==e?e.memoizedProps:o;var i=t.type,a=t.updateQueue;t.updateQueue=null,null!==a&&(n[oo]=o,mt(n,a,i,e,o))}break;case 6:null===t.stateNode&&r("162"),t.stateNode.nodeValue=t.memoizedProps;break;case 3:case 15:case 16:break;default:r("163")}}function Wn(e,t,n){n=Qt(n),n.tag=3,n.payload={element:null};var r=t.value;return n.callback=function(){hr(r),In(e,t)},n}function Hn(e,t,n){n=Qt(n),n.tag=3;var r=e.stateNode;return null!==r&&"function"==typeof r.componentDidCatch&&(n.callback=function(){null===oc?oc=new Set([this]):oc.add(this);var n=t.value,r=t.stack;In(e,t),this.componentDidCatch(n,{componentStack:null!==r?r:""})}),n}function Vn(e,t,n,r,o,i){n.effectTag|=512,n.firstEffect=n.lastEffect=null,r=rn(r,n),e=t;do{switch(e.tag){case 3:return e.effectTag|=1024,r=Wn(e,r,i),void Xt(e,r,i);case 2:if(t=r,n=e.stateNode,0==(64&e.effectTag)&&null!==n&&"function"==typeof n.componentDidCatch&&(null===oc||!oc.has(n)))return e.effectTag|=1024,r=Hn(e,t,i),void Xt(e,r,i)}e=e.return}while(null!==e)}function qn(e){switch(e.tag){case 2:Pt(e);var t=e.effectTag;return 1024&t?(e.effectTag=-1025&t|64,e):null;case 3:return ln(e),jt(e),t=e.effectTag,1024&t?(e.effectTag=-1025&t|64,e):null;case 5:return sn(e),null;case 16:return t=e.effectTag,1024&t?(e.effectTag=-1025&t|64,e):null;case 4:return ln(e),null;case 13:return an(e),null;default:return null}}function Gn(){if(null!==Ja)for(var e=Ja.return;null!==e;){var t=e;switch(t.tag){case 2:Pt(t);break;case 3:ln(t),jt(t);break;case 5:sn(t);break;case 4:ln(t);break;case 13:an(t)}e=e.return}Xa=null,$a=0,Za=-1,ec=!1,Ja=null,rc=!1}function Yn(e){for(;;){var t=e.alternate,n=e.return,r=e.sibling;if(0==(512&e.effectTag)){t=Nn(t,e,$a);var o=e;if(1073741823===$a||1073741823!==o.expirationTime){var i=0;switch(o.tag){case 3:case 2:var a=o.updateQueue;null!==a&&(i=a.expirationTime)}for(a=o.child;null!==a;)0!==a.expirationTime&&(0===i||i>a.expirationTime)&&(i=a.expirationTime),a=a.sibling;o.expirationTime=i}if(null!==t)return t;if(null!==n&&0==(512&n.effectTag)&&(null===n.firstEffect&&(n.firstEffect=e.firstEffect),null!==e.lastEffect&&(null!==n.lastEffect&&(n.lastEffect.nextEffect=e.firstEffect),n.lastEffect=e.lastEffect),1dc)&&(dc=e),e}function Zn(e,t){for(;null!==e;){if((0===e.expirationTime||e.expirationTime>t)&&(e.expirationTime=t),null!==e.alternate&&(0===e.alternate.expirationTime||e.alternate.expirationTime>t)&&(e.alternate.expirationTime=t),null===e.return){if(3!==e.tag)break;var n=e.stateNode;!Ka&&0!==$a&&t<$a&&Gn();var o=n.current.expirationTime;Ka&&!nc&&Xa===n||or(n,o),Ec>wc&&r("185")}e=e.return}}function er(){return Ga=ma()-Va,qa=2+(Ga/10|0)}function tr(e){var t=Qa;Qa=2+25*(1+((er()-2+500)/25|0));try{return e()}finally{Qa=t}}function nr(e,t,n,r,o){var i=Qa;Qa=1;try{return e(t,n,r,o)}finally{Qa=i}}function rr(e){if(0!==cc){if(e>cc)return;ba(uc)}var t=ma()-Va;cc=e,uc=va(ar,{timeout:10*(e-2)-t})}function or(e,t){if(null===e.nextScheduledRoot)e.remainingExpirationTime=t,null===ac?(ic=ac=e,e.nextScheduledRoot=e):(ac=ac.nextScheduledRoot=e,ac.nextScheduledRoot=ic);else{var n=e.remainingExpirationTime;(0===n||t=fc)&&(!pc||er()>=fc);)er(),fr(sc,fc,!pc),ir();else for(;null!==sc&&0!==fc&&(0===e||e>=fc);)fr(sc,fc,!1),ir();null!==mc&&(cc=0,uc=-1),0!==fc&&rr(fc),mc=null,pc=!1,sr()}function lr(e,t){lc&&r("253"),sc=e,fc=t,fr(e,t,!1),cr(),sr()}function sr(){if(Ec=0,null!==xc){var e=xc;xc=null;for(var t=0;ty&&(x=y,y=C,C=x),x=Qe(S,C),w=Qe(S,y),x&&w&&(1!==_.rangeCount||_.anchorNode!==x.node||_.anchorOffset!==x.offset||_.focusNode!==w.node||_.focusOffset!==w.offset)&&(E=document.createRange(),E.setStart(x.node,x.offset),_.removeAllRanges(),C>y?(_.addRange(E),_.extend(w.node,w.offset)):(E.setEnd(w.node,w.offset),_.addRange(E))))),_=[];for(C=S;C=C.parentNode;)1===C.nodeType&&_.push({element:C,left:C.scrollLeft,top:C.scrollTop});for(S.focus(),S=0;S<_.length;S++)C=_[S],C.element.scrollLeft=C.left,C.element.scrollTop=C.top}for(ga=null,Be(ha),ha=null,n.current=t,tc=i;null!==tc;){i=!1,S=void 0;try{for(_=o;null!==tc;){var O=tc.effectTag;if(36&O){var T=tc.alternate;switch(C=tc,y=_,C.tag){case 2:var P=C.stateNode;if(4&C.effectTag)if(null===T)P.props=C.memoizedProps,P.state=C.memoizedState,P.componentDidMount();else{var j=T.memoizedProps,M=T.memoizedState;P.props=C.memoizedProps,P.state=C.memoizedState,P.componentDidUpdate(j,M,P.__reactInternalSnapshotBeforeUpdate)}var A=C.updateQueue;null!==A&&(P.props=C.memoizedProps,P.state=C.memoizedState,nn(C,A,P,y));break;case 3:var N=C.updateQueue;if(null!==N){if(x=null,null!==C.child)switch(C.child.tag){case 5:x=C.child.stateNode;break;case 2:x=C.child.stateNode}nn(C,N,x,y)}break;case 5:var I=C.stateNode;null===T&&4&C.effectTag&&yt(C.type,C.memoizedProps)&&I.focus();break;case 6:case 4:case 15:case 16:break;default:r("163")}}if(128&O){C=void 0;var R=tc.ref;if(null!==R){var F=tc.stateNode;switch(tc.tag){case 5:C=F;break;default:C=F}"function"==typeof R?R(C):R.current=C}}var L=tc.nextEffect;tc.nextEffect=null,tc=L}}catch(e){i=!0,S=e}i&&(null===tc&&r("178"),Jn(tc,S),null!==tc&&(tc=tc.nextEffect))}Ka=nc=!1,"function"==typeof Vt&&Vt(t.stateNode),t=n.current.expirationTime,0===t&&(oc=null),e.remainingExpirationTime=t}function pr(){return!(null===mc||mc.timeRemaining()>kc)&&(pc=!0)}function hr(e){null===sc&&r("246"),sc.remainingExpirationTime=0,hc||(hc=!0,gc=e)}function gr(e){null===sc&&r("246"),sc.remainingExpirationTime=e}function mr(e,t){var n=vc;vc=!0;try{return e(t)}finally{(vc=n)||lc||cr()}}function vr(e,t){if(vc&&!bc){bc=!0;try{return e(t)}finally{bc=!1}}return e(t)}function br(e,t){lc&&r("187");var n=vc;vc=!0;try{return nr(e,t)}finally{vc=n,cr()}}function yr(e){var t=vc;vc=!0;try{nr(e)}finally{(vc=t)||lc||ur(1,!1,null)}}function xr(e,t,n,o,i){var a=t.current;if(n){n=n._reactInternalFiber;var c;e:{for(2===ze(n)&&2===n.tag||r("170"),c=n;3!==c.tag;){if(Tt(c)){c=c.stateNode.__reactInternalMemoizedMergedChildContext;break e}(c=c.return)||r("171")}c=c.stateNode.context}n=Tt(n)?At(n,c):c}else n=Br;return null===t.context?t.context=n:t.pendingContext=n,t=i,i=Qt(o),i.payload={element:e},t=void 0===t?null:t,null!==t&&(i.callback=t),Jt(a,i,o),Zn(a,o),o}function wr(e){var t=e._reactInternalFiber;return void 0===t&&("function"==typeof e.render?r("188"):r("268",Object.keys(e))),e=Re(t),null===e?null:e.stateNode}function Er(e,t,n,r){var o=t.current;return o=$n(er(),o),xr(e,t,n,o,r)}function kr(e){if(e=e.current,!e.child)return null;switch(e.child.tag){case 5:default:return e.child.stateNode}}function Sr(e){var t=e.findFiberByHostInstance;return Ht(Rr({},e,{findHostInstanceByFiber:function(e){return e=Re(e),null===e?null:e.stateNode},findFiberByHostInstance:function(e){return t?t(e):null}}))}function _r(e,t,n){var r=3this.eventPool.length&&this.eventPool.push(e)}function z(e){e.eventPool=[],e.getPooled=G,e.release=D}function N(e,t){switch(e){case"keyup":return-1!==wo.indexOf(t.keyCode);case"keydown":return 229!==t.keyCode;case"keypress":case"mousedown":case"blur":return!0;default:return!1}}function F(e){return e=e.detail,"object"==typeof e&&"data"in e?e.data:null}function B(e,t){switch(e){case"compositionend":return F(t);case"keypress":return 32!==t.which?null:(Ao=!0,ko);case"textInput":return e=t.data,e===ko&&Ao?null:e;default:return null}}function H(e,t){if(Co)return"compositionend"===e||!Eo&&N(e,t)?(e=M(),yo._root=null,yo._startText=null,yo._fallbackText=null,Co=!1,e):null;switch(e){case"paste":return null;case"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1t}return!1}function fe(e,t,n,r,o){this.acceptsBooleans=2===t||3===t||4===t,this.attributeName=r,this.attributeNamespace=o,this.mustUseProperty=n,this.propertyName=e,this.type=t}function pe(e){return e[1].toUpperCase()}function de(e,t,n,r){var o=ti.hasOwnProperty(t)?ti[t]:null;(null!==o?0===o.type:!r&&(2Ai.length&&Ai.push(e)}}}function qe(e){return Object.prototype.hasOwnProperty.call(e,Mi)||(e[Mi]=Ti++,Ui[e[Mi]]={}),Ui[e[Mi]]}function Ye(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function Qe(e,t){var n=Ye(e);e=0;for(var r;n;){if(3===n.nodeType){if(r=e+n.textContent.length,e<=t&&r>=t)return{node:n,offset:t-e};e=r}e:{for(;n;){if(n.nextSibling){n=n.nextSibling;break e}n=n.parentNode}n=void 0}n=Ye(n)}}function Ke(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&("input"===t&&"text"===e.type||"textarea"===t||"true"===e.contentEditable)}function Je(e,t){if(Ni||null==Gi||Gi!==Dr())return null;var n=Gi;return"selectionStart"in n&&Ke(n)?n={start:n.selectionStart,end:n.selectionEnd}:window.getSelection?(n=window.getSelection(),n={anchorNode:n.anchorNode,anchorOffset:n.anchorOffset,focusNode:n.focusNode,focusOffset:n.focusOffset}):n=void 0,zi&&zr(zi,n)?null:(zi=n,e=j.getPooled(ji.select,Di,e,t),e.type="select",e.target=Gi,A(e),e)}function Xe(e){var t="";return Mr.Children.forEach(e,function(e){null==e||"string"!=typeof e&&"number"!=typeof e||(t+=e)}),t}function $e(e,t){return e=jr({children:void 0},t),(t=Xe(t.children))&&(e.children=t),e}function Ze(e,t,n,r){if(e=e.options,t){t={};for(var o=0;o=t.length||r("93"),t=t[0]),n=""+t),null==n&&(n="")),e._wrapperState={initialValue:""+n}}function rt(e,t){var n=t.value;null!=n&&(n=""+n,n!==e.value&&(e.value=n),null==t.defaultValue&&(e.defaultValue=n)),null!=t.defaultValue&&(e.defaultValue=t.defaultValue)}function ot(e){var t=e.textContent;t===e._wrapperState.initialValue&&(e.value=t)}function it(e){switch(e){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function at(e,t){return null==e||"http://www.w3.org/1999/xhtml"===e?it(t):"http://www.w3.org/2000/svg"===e&&"foreignObject"===t?"http://www.w3.org/1999/xhtml":e}function ct(e,t){if(t){var n=e.firstChild;if(n&&n===e.lastChild&&3===n.nodeType)return void(n.nodeValue=t)}e.textContent=t}function lt(e,t){e=e.style;for(var n in t)if(t.hasOwnProperty(n)){var r=0===n.indexOf("--"),o=n,i=t[n];o=null==i||"boolean"==typeof i||""===i?"":r||"number"!=typeof i||0===i||ua.hasOwnProperty(o)&&ua[o]?(""+i).trim():i+"px","float"===n&&(n="cssFloat"),r?e.setProperty(n,o):e[n]=o}}function ut(e,t,n){t&&(fa[e]&&(null!=t.children||null!=t.dangerouslySetInnerHTML)&&r("137",e,n()),null!=t.dangerouslySetInnerHTML&&(null!=t.children&&r("60"),"object"==typeof t.dangerouslySetInnerHTML&&"__html"in t.dangerouslySetInnerHTML||r("61")),null!=t.style&&"object"!=typeof t.style&&r("62",n()))}function st(e,t){if(-1===e.indexOf("-"))return"string"==typeof t.is;switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}function ft(e,t){e=9===e.nodeType||11===e.nodeType?e:e.ownerDocument;var n=qe(e);t=Qr[t];for(var r=0;r<\/script>",e=e.removeChild(e.firstChild)):e="string"==typeof t.is?n.createElement(e,{is:t.is}):n.createElement(e):e=n.createElementNS(r,e),e}function dt(e,t){return(9===t.nodeType?t:t.ownerDocument).createTextNode(e)}function gt(e,t,n,r){var o=st(t,n);switch(t){case"iframe":case"object":Be("load",e);var i=n;break;case"video":case"audio":for(i=0;i_a||(e.current=ba[_a],ba[_a]=null,_a--)}function Lt(e,t){_a++,ba[_a]=e.current,e.current=t}function St(e){return Ot(e)?Ea:xa.current}function kt(e,t){var n=e.type.contextTypes;if(!n)return Fr;var r=e.stateNode;if(r&&r.__reactInternalMemoizedUnmaskedChildContext===t)return r.__reactInternalMemoizedMaskedChildContext;var o,i={};for(o in n)i[o]=t[o];return r&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=i),i}function Ot(e){return 2===e.tag&&null!=e.type.childContextTypes}function At(e){Ot(e)&&(Rt(wa,e),Rt(xa,e))}function Ct(e){Rt(wa,e),Rt(xa,e)}function It(e,t,n){xa.current!==Fr&&r("168"),Lt(xa,t,e),Lt(wa,n,e)}function Ut(e,t){var n=e.stateNode,o=e.type.childContextTypes;if("function"!=typeof n.getChildContext)return t;n=n.getChildContext();for(var i in n)i in o||r("108",ae(e)||"Unknown",i);return jr({},t,n)}function Tt(e){if(!Ot(e))return!1;var t=e.stateNode;return t=t&&t.__reactInternalMemoizedMergedChildContext||Fr,Ea=xa.current,Lt(xa,t,e),Lt(wa,wa.current,e),!0}function Mt(e,t){var n=e.stateNode;if(n||r("169"),t){var o=Ut(e,Ea);n.__reactInternalMemoizedMergedChildContext=o,Rt(wa,e),Rt(xa,e),Lt(xa,o,e)}else Rt(wa,e);Lt(wa,t,e)}function Pt(e,t,n,r){this.tag=e,this.key=n,this.sibling=this.child=this.return=this.stateNode=this.type=null,this.index=0,this.ref=null,this.pendingProps=t,this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=r,this.effectTag=0,this.lastEffect=this.firstEffect=this.nextEffect=null,this.expirationTime=0,this.alternate=null}function jt(e,t,n){var r=e.alternate;return null===r?(r=new Pt(e.tag,t,e.key,e.mode),r.type=e.type,r.stateNode=e.stateNode,r.alternate=e,e.alternate=r):(r.pendingProps=t,r.effectTag=0,r.nextEffect=null,r.firstEffect=null,r.lastEffect=null),r.expirationTime=n,r.child=e.child,r.memoizedProps=e.memoizedProps,r.memoizedState=e.memoizedState,r.updateQueue=e.updateQueue,r.sibling=e.sibling,r.index=e.index,r.ref=e.ref,r}function Gt(e,t,n){var o=e.type,i=e.key;if(e=e.props,"function"==typeof o)var a=o.prototype&&o.prototype.isReactComponent?2:0;else if("string"==typeof o)a=5;else switch(o){case Ho:return Dt(e.children,t,n,i);case Qo:a=11,t|=3;break;case Wo:a=11,t|=2;break;case Vo:return o=new Pt(15,e,i,4|t),o.type=Vo,o.expirationTime=n,o;case Jo:a=16,t|=2;break;default:e:{switch("object"==typeof o&&null!==o?o.$$typeof:null){case qo:a=13;break e;case Yo:a=12;break e;case Ko:a=14;break e;default:r("130",null==o?o:typeof o,"")}a=void 0}}return t=new Pt(a,e,i,t),t.type=o,t.expirationTime=n,t}function Dt(e,t,n,r){return e=new Pt(10,e,r,t),e.expirationTime=n,e}function zt(e,t,n){return e=new Pt(6,e,null,t),e.expirationTime=n,e}function Nt(e,t,n){return t=new Pt(4,null!==e.children?e.children:[],e.key,t),t.expirationTime=n,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function Ft(e,t,n){return t=new Pt(3,null,null,t?3:0),e={current:t,containerInfo:e,pendingChildren:null,earliestPendingTime:0,latestPendingTime:0,earliestSuspendedTime:0,latestSuspendedTime:0,latestPingedTime:0,pendingCommitExpirationTime:0,finishedWork:null,context:null,pendingContext:null,hydrate:n,remainingExpirationTime:0,firstBatch:null,nextScheduledRoot:null},t.stateNode=e}function Bt(e){return function(t){try{return e(t)}catch(e){}}}function Ht(e){if("undefined"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__)return!1;var t=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(t.isDisabled||!t.supportsFiber)return!0;try{var n=t.inject(e);Ra=Bt(function(e){return t.onCommitFiberRoot(n,e)}),La=Bt(function(e){return t.onCommitFiberUnmount(n,e)})}catch(e){}return!0}function Wt(e){"function"==typeof Ra&&Ra(e)}function Vt(e){"function"==typeof La&&La(e)}function qt(e){return{expirationTime:0,baseState:e,firstUpdate:null,lastUpdate:null,firstCapturedUpdate:null,lastCapturedUpdate:null,firstEffect:null,lastEffect:null,firstCapturedEffect:null,lastCapturedEffect:null}}function Yt(e){return{expirationTime:e.expirationTime,baseState:e.baseState,firstUpdate:e.firstUpdate,lastUpdate:e.lastUpdate,firstCapturedUpdate:null,lastCapturedUpdate:null,firstEffect:null,lastEffect:null,firstCapturedEffect:null,lastCapturedEffect:null}}function Qt(e){return{expirationTime:e,tag:0,payload:null,callback:null,next:null,nextEffect:null}}function Kt(e,t,n){null===e.lastUpdate?e.firstUpdate=e.lastUpdate=t:(e.lastUpdate.next=t,e.lastUpdate=t),(0===e.expirationTime||e.expirationTime>n)&&(e.expirationTime=n)}function Jt(e,t,n){var r=e.alternate;if(null===r){var o=e.updateQueue,i=null;null===o&&(o=e.updateQueue=qt(e.memoizedState))}else o=e.updateQueue,i=r.updateQueue,null===o?null===i?(o=e.updateQueue=qt(e.memoizedState),i=r.updateQueue=qt(r.memoizedState)):o=e.updateQueue=Yt(i):null===i&&(i=r.updateQueue=Yt(o));null===i||o===i?Kt(o,t,n):null===o.lastUpdate||null===i.lastUpdate?(Kt(o,t,n),Kt(i,t,n)):(Kt(o,t,n),i.lastUpdate=t)}function Xt(e,t,n){var r=e.updateQueue;r=null===r?e.updateQueue=qt(e.memoizedState):$t(e,r),null===r.lastCapturedUpdate?r.firstCapturedUpdate=r.lastCapturedUpdate=t:(r.lastCapturedUpdate.next=t,r.lastCapturedUpdate=t),(0===r.expirationTime||r.expirationTime>n)&&(r.expirationTime=n)}function $t(e,t){var n=e.alternate;return null!==n&&t===n.updateQueue&&(t=e.updateQueue=Yt(t)),t}function Zt(e,t,n,r,o,i){switch(n.tag){case 1:return e=n.payload,"function"==typeof e?e.call(i,r,o):e;case 3:e.effectTag=-1025&e.effectTag|64;case 0:if(e=n.payload,null===(o="function"==typeof e?e.call(i,r,o):e)||void 0===o)break;return jr({},r,o);case 2:Sa=!0}return r}function en(e,t,n,r,o){if(Sa=!1,!(0===t.expirationTime||t.expirationTime>o)){t=$t(e,t);for(var i=t.baseState,a=null,c=0,l=t.firstUpdate,u=i;null!==l;){var s=l.expirationTime;s>o?(null===a&&(a=l,i=u),(0===c||c>s)&&(c=s)):(u=Zt(e,t,l,u,n,r),null!==l.callback&&(e.effectTag|=32,l.nextEffect=null,null===t.lastEffect?t.firstEffect=t.lastEffect=l:(t.lastEffect.nextEffect=l,t.lastEffect=l))),l=l.next}for(s=null,l=t.firstCapturedUpdate;null!==l;){var f=l.expirationTime;f>o?(null===s&&(s=l,null===a&&(i=u)),(0===c||c>f)&&(c=f)):(u=Zt(e,t,l,u,n,r),null!==l.callback&&(e.effectTag|=32,l.nextEffect=null,null===t.lastCapturedEffect?t.firstCapturedEffect=t.lastCapturedEffect=l:(t.lastCapturedEffect.nextEffect=l,t.lastCapturedEffect=l))),l=l.next}null===a&&(t.lastUpdate=null),null===s?t.lastCapturedUpdate=null:e.effectTag|=32,null===a&&null===s&&(i=u),t.baseState=i,t.firstUpdate=a,t.firstCapturedUpdate=s,t.expirationTime=c,e.memoizedState=u}}function tn(e,t){"function"!=typeof e&&r("191",e),e.call(t)}function nn(e,t,n){for(null!==t.firstCapturedUpdate&&(null!==t.lastUpdate&&(t.lastUpdate.next=t.firstCapturedUpdate,t.lastUpdate=t.lastCapturedUpdate),t.firstCapturedUpdate=t.lastCapturedUpdate=null),e=t.firstEffect,t.firstEffect=t.lastEffect=null;null!==e;){var r=e.callback;null!==r&&(e.callback=null,tn(r,n)),e=e.nextEffect}for(e=t.firstCapturedEffect,t.firstCapturedEffect=t.lastCapturedEffect=null;null!==e;)t=e.callback,null!==t&&(e.callback=null,tn(t,n)),e=e.nextEffect}function rn(e,t){return{value:e,source:t,stack:ce(t)}}function on(e){var t=e.type._context;Lt(Aa,t._changedBits,e),Lt(Oa,t._currentValue,e),Lt(ka,e,e),t._currentValue=e.pendingProps.value,t._changedBits=e.stateNode}function an(e){var t=Aa.current,n=Oa.current;Rt(ka,e),Rt(Oa,e),Rt(Aa,e),e=e.type._context,e._currentValue=n,e._changedBits=t}function cn(e){return e===Ca&&r("174"),e}function ln(e,t){Lt(Ta,t,e),Lt(Ua,e,e),Lt(Ia,Ca,e);var n=t.nodeType;switch(n){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:at(null,"");break;default:n=8===n?t.parentNode:t,t=n.namespaceURI||null,n=n.tagName,t=at(t,n)}Rt(Ia,e),Lt(Ia,t,e)}function un(e){Rt(Ia,e),Rt(Ua,e),Rt(Ta,e)}function sn(e){Ua.current===e&&(Rt(Ia,e),Rt(Ua,e))}function fn(e,t,n){var r=e.memoizedState;t=t(n,r),r=null===t||void 0===t?r:jr({},r,t),e.memoizedState=r,null!==(e=e.updateQueue)&&0===e.expirationTime&&(e.baseState=r)}function pn(e,t,n,r,o,i){var a=e.stateNode;return e=e.type,"function"==typeof a.shouldComponentUpdate?a.shouldComponentUpdate(n,o,i):!e.prototype||!e.prototype.isPureReactComponent||(!zr(t,n)||!zr(r,o))}function dn(e,t,n,r){e=t.state,"function"==typeof t.componentWillReceiveProps&&t.componentWillReceiveProps(n,r),"function"==typeof t.UNSAFE_componentWillReceiveProps&&t.UNSAFE_componentWillReceiveProps(n,r),t.state!==e&&Ma.enqueueReplaceState(t,t.state,null)}function gn(e,t){var n=e.type,r=e.stateNode,o=e.pendingProps,i=St(e);r.props=o,r.state=e.memoizedState,r.refs=Fr,r.context=kt(e,i),i=e.updateQueue,null!==i&&(en(e,i,o,r,t),r.state=e.memoizedState),i=e.type.getDerivedStateFromProps,"function"==typeof i&&(fn(e,i,o),r.state=e.memoizedState),"function"==typeof n.getDerivedStateFromProps||"function"==typeof r.getSnapshotBeforeUpdate||"function"!=typeof r.UNSAFE_componentWillMount&&"function"!=typeof r.componentWillMount||(n=r.state,"function"==typeof r.componentWillMount&&r.componentWillMount(),"function"==typeof r.UNSAFE_componentWillMount&&r.UNSAFE_componentWillMount(),n!==r.state&&Ma.enqueueReplaceState(r,r.state,null),null!==(i=e.updateQueue)&&(en(e,i,o,r,t),r.state=e.memoizedState)),"function"==typeof r.componentDidMount&&(e.effectTag|=4)}function hn(e,t,n){if(null!==(e=n.ref)&&"function"!=typeof e&&"object"!=typeof e){if(n._owner){n=n._owner;var o=void 0;n&&(2!==n.tag&&r("110"),o=n.stateNode),o||r("147",e);var i=""+e;return null!==t&&null!==t.ref&&"function"==typeof t.ref&&t.ref._stringRef===i?t.ref:(t=function(e){var t=o.refs===Fr?o.refs={}:o.refs;null===e?delete t[i]:t[i]=e},t._stringRef=i,t)}"string"!=typeof e&&r("148"),n._owner||r("254",e)}return e}function mn(e,t){"textarea"!==e.type&&r("31","[object Object]"===Object.prototype.toString.call(t)?"object with keys {"+Object.keys(t).join(", ")+"}":t,"")}function yn(e){function t(t,n){if(e){var r=t.lastEffect;null!==r?(r.nextEffect=n,t.lastEffect=n):t.firstEffect=t.lastEffect=n,n.nextEffect=null,n.effectTag=8}}function n(n,r){if(!e)return null;for(;null!==r;)t(n,r),r=r.sibling;return null}function o(e,t){for(e=new Map;null!==t;)null!==t.key?e.set(t.key,t):e.set(t.index,t),t=t.sibling;return e}function i(e,t,n){return e=jt(e,t,n),e.index=0,e.sibling=null,e}function a(t,n,r){return t.index=r,e?null!==(r=t.alternate)?(r=r.index,rh?(m=f,f=null):m=f.sibling;var y=d(r,f,c[h],l);if(null===y){null===f&&(f=m);break}e&&f&&null===y.alternate&&t(r,f),i=a(y,i,h),null===s?u=y:s.sibling=y,s=y,f=m}if(h===c.length)return n(r,f),u;if(null===f){for(;hm?(y=h,h=null):y=h.sibling;var b=d(i,h,v.value,u);if(null===b){h||(h=y);break}e&&h&&null===b.alternate&&t(i,h),c=a(b,c,m),null===f?s=b:f.sibling=b,f=b,h=y}if(v.done)return n(i,h),s;if(null===h){for(;!v.done;m++,v=l.next())null!==(v=p(i,v.value,u))&&(c=a(v,c,m),null===f?s=v:f.sibling=v,f=v);return s}for(h=o(i,h);!v.done;m++,v=l.next())null!==(v=g(h,i,m,v.value,u))&&(e&&null!==v.alternate&&h.delete(null===v.key?m:v.key),c=a(v,c,m),null===f?s=v:f.sibling=v,f=v);return e&&h.forEach(function(e){return t(i,e)}),s}return function(e,o,a,l){"object"==typeof a&&null!==a&&a.type===Ho&&null===a.key&&(a=a.props.children);var u="object"==typeof a&&null!==a;if(u)switch(a.$$typeof){case Fo:e:{var s=a.key;for(u=o;null!==u;){if(u.key===s){if(10===u.tag?a.type===Ho:u.type===a.type){n(e,u.sibling),o=i(u,a.type===Ho?a.props.children:a.props,l),o.ref=hn(e,u,a),o.return=e,e=o;break e}n(e,u);break}t(e,u),u=u.sibling}a.type===Ho?(o=Dt(a.props.children,e.mode,l,a.key),o.return=e,e=o):(l=Gt(a,e.mode,l),l.ref=hn(e,o,a),l.return=e,e=l)}return c(e);case Bo:e:{for(u=a.key;null!==o;){if(o.key===u){if(4===o.tag&&o.stateNode.containerInfo===a.containerInfo&&o.stateNode.implementation===a.implementation){n(e,o.sibling),o=i(o,a.children||[],l),o.return=e,e=o;break e}n(e,o);break}t(e,o),o=o.sibling}o=Nt(a,e.mode,l),o.return=e,e=o}return c(e)}if("string"==typeof a||"number"==typeof a)return a=""+a,null!==o&&6===o.tag?(n(e,o.sibling),o=i(o,a,l),o.return=e,e=o):(n(e,o),o=zt(a,e.mode,l),o.return=e,e=o),c(e);if(Pa(a))return h(e,o,a,l);if(ie(a))return m(e,o,a,l);if(u&&mn(e,a),void 0===a)switch(e.tag){case 2:case 1:l=e.type,r("152",l.displayName||l.name||"Component")}return n(e,o)}}function vn(e,t){var n=new Pt(5,null,null,0);n.type="DELETED",n.stateNode=t,n.return=e,n.effectTag=8,null!==e.lastEffect?(e.lastEffect.nextEffect=n,e.lastEffect=n):e.firstEffect=e.lastEffect=n}function bn(e,t){switch(e.tag){case 5:var n=e.type;return null!==(t=1!==t.nodeType||n.toLowerCase()!==t.nodeName.toLowerCase()?null:t)&&(e.stateNode=t,!0);case 6:return null!==(t=""===e.pendingProps||3!==t.nodeType?null:t)&&(e.stateNode=t,!0);default:return!1}}function _n(e){if(Na){var t=za;if(t){var n=t;if(!bn(e,t)){if(!(t=xt(n))||!bn(e,t))return e.effectTag|=2,Na=!1,void(Da=e);vn(Da,n)}Da=e,za=wt(t)}else e.effectTag|=2,Na=!1,Da=e}}function xn(e){for(e=e.return;null!==e&&5!==e.tag&&3!==e.tag;)e=e.return;Da=e}function wn(e){if(e!==Da)return!1;if(!Na)return xn(e),Na=!0,!1;var t=e.type;if(5!==e.tag||"head"!==t&&"body"!==t&&!_t(t,e.memoizedProps))for(t=za;t;)vn(e,t),t=xt(t);return xn(e),za=Da?xt(e.stateNode):null,!0}function En(){za=Da=null,Na=!1}function Rn(e,t,n){Ln(e,t,n,t.expirationTime)}function Ln(e,t,n,r){t.child=null===e?Ga(t,null,n,r):ja(t,e.child,n,r)}function Sn(e,t){var n=t.ref;(null===e&&null!==n||null!==e&&e.ref!==n)&&(t.effectTag|=128)}function kn(e,t,n,r,o){Sn(e,t);var i=0!=(64&t.effectTag);if(!n&&!i)return r&&Mt(t,!1),In(e,t);n=t.stateNode,zo.current=t;var a=i?null:n.render();return t.effectTag|=1,i&&(Ln(e,t,null,o),t.child=null),Ln(e,t,a,o),t.memoizedState=n.state,t.memoizedProps=n.props,r&&Mt(t,!0),t.child}function On(e){var t=e.stateNode;t.pendingContext?It(e,t.pendingContext,t.pendingContext!==t.context):t.context&&It(e,t.context,!1),ln(e,t.containerInfo)}function An(e,t,n,r){var o=e.child;for(null!==o&&(o.return=e);null!==o;){switch(o.tag){case 12:var i=0|o.stateNode;if(o.type===t&&0!=(i&n)){for(i=o;null!==i;){var a=i.alternate;if(0===i.expirationTime||i.expirationTime>r)i.expirationTime=r,null!==a&&(0===a.expirationTime||a.expirationTime>r)&&(a.expirationTime=r);else{if(null===a||!(0===a.expirationTime||a.expirationTime>r))break;a.expirationTime=r}i=i.return}i=null}else i=o.child;break;case 13:i=o.type===e.type?null:o.child;break;default:i=o.child}if(null!==i)i.return=o;else for(i=o;null!==i;){if(i===e){i=null;break}if(null!==(o=i.sibling)){o.return=i.return,i=o;break}i=i.return}o=i}}function Cn(e,t,n){var r=t.type._context,o=t.pendingProps,i=t.memoizedProps,a=!0;if(wa.current)a=!1;else if(i===o)return t.stateNode=0,on(t),In(e,t);var c=o.value;if(t.memoizedProps=o,null===i)c=1073741823;else if(i.value===o.value){if(i.children===o.children&&a)return t.stateNode=0,on(t),In(e,t);c=0}else{var l=i.value;if(l===c&&(0!==l||1/l==1/c)||l!==l&&c!==c){if(i.children===o.children&&a)return t.stateNode=0,on(t),In(e,t);c=0}else if(c="function"==typeof r._calculateChangedBits?r._calculateChangedBits(l,c):1073741823,0===(c|=0)){if(i.children===o.children&&a)return t.stateNode=0,on(t),In(e,t)}else An(t,r,c,n)}return t.stateNode=c,on(t),Rn(e,t,o.children),t.child}function In(e,t){if(null!==e&&t.child!==e.child&&r("153"),null!==t.child){e=t.child;var n=jt(e,e.pendingProps,e.expirationTime);for(t.child=n,n.return=t;null!==e.sibling;)e=e.sibling,n=n.sibling=jt(e,e.pendingProps,e.expirationTime),n.return=t;n.sibling=null}return t.child}function Un(e,t,n){if(0===t.expirationTime||t.expirationTime>n){switch(t.tag){case 3:On(t);break;case 2:Tt(t);break;case 4:ln(t,t.stateNode.containerInfo);break;case 13:on(t)}return null}switch(t.tag){case 0:null!==e&&r("155");var o=t.type,i=t.pendingProps,a=St(t);return a=kt(t,a),o=o(i,a),t.effectTag|=1,"object"==typeof o&&null!==o&&"function"==typeof o.render&&void 0===o.$$typeof?(a=t.type,t.tag=2,t.memoizedState=null!==o.state&&void 0!==o.state?o.state:null,a=a.getDerivedStateFromProps,"function"==typeof a&&fn(t,a,i),i=Tt(t),o.updater=Ma,t.stateNode=o,o._reactInternalFiber=t,gn(t,n),e=kn(e,t,!0,i,n)):(t.tag=1,Rn(e,t,o),t.memoizedProps=i,e=t.child),e;case 1:return i=t.type,n=t.pendingProps,wa.current||t.memoizedProps!==n?(o=St(t),o=kt(t,o),i=i(n,o),t.effectTag|=1,Rn(e,t,i),t.memoizedProps=n,e=t.child):e=In(e,t),e;case 2:if(i=Tt(t),null===e)if(null===t.stateNode){var c=t.pendingProps,l=t.type;o=St(t);var u=2===t.tag&&null!=t.type.contextTypes;a=u?kt(t,o):Fr,c=new l(c,a),t.memoizedState=null!==c.state&&void 0!==c.state?c.state:null,c.updater=Ma,t.stateNode=c,c._reactInternalFiber=t,u&&(u=t.stateNode,u.__reactInternalMemoizedUnmaskedChildContext=o,u.__reactInternalMemoizedMaskedChildContext=a),gn(t,n),o=!0}else{l=t.type,o=t.stateNode,u=t.memoizedProps,a=t.pendingProps,o.props=u;var s=o.context;c=St(t),c=kt(t,c);var f=l.getDerivedStateFromProps;(l="function"==typeof f||"function"==typeof o.getSnapshotBeforeUpdate)||"function"!=typeof o.UNSAFE_componentWillReceiveProps&&"function"!=typeof o.componentWillReceiveProps||(u!==a||s!==c)&&dn(t,o,a,c),Sa=!1;var p=t.memoizedState;s=o.state=p;var d=t.updateQueue;null!==d&&(en(t,d,a,o,n),s=t.memoizedState),u!==a||p!==s||wa.current||Sa?("function"==typeof f&&(fn(t,f,a),s=t.memoizedState),(u=Sa||pn(t,u,a,p,s,c))?(l||"function"!=typeof o.UNSAFE_componentWillMount&&"function"!=typeof o.componentWillMount||("function"==typeof o.componentWillMount&&o.componentWillMount(),"function"==typeof o.UNSAFE_componentWillMount&&o.UNSAFE_componentWillMount()),"function"==typeof o.componentDidMount&&(t.effectTag|=4)):("function"==typeof o.componentDidMount&&(t.effectTag|=4),t.memoizedProps=a,t.memoizedState=s),o.props=a,o.state=s,o.context=c,o=u):("function"==typeof o.componentDidMount&&(t.effectTag|=4),o=!1)}else l=t.type,o=t.stateNode,a=t.memoizedProps,u=t.pendingProps,o.props=a,s=o.context,c=St(t),c=kt(t,c),f=l.getDerivedStateFromProps,(l="function"==typeof f||"function"==typeof o.getSnapshotBeforeUpdate)||"function"!=typeof o.UNSAFE_componentWillReceiveProps&&"function"!=typeof o.componentWillReceiveProps||(a!==u||s!==c)&&dn(t,o,u,c),Sa=!1,s=t.memoizedState,p=o.state=s,d=t.updateQueue,null!==d&&(en(t,d,u,o,n),p=t.memoizedState),a!==u||s!==p||wa.current||Sa?("function"==typeof f&&(fn(t,f,u),p=t.memoizedState),(f=Sa||pn(t,a,u,s,p,c))?(l||"function"!=typeof o.UNSAFE_componentWillUpdate&&"function"!=typeof o.componentWillUpdate||("function"==typeof o.componentWillUpdate&&o.componentWillUpdate(u,p,c),"function"==typeof o.UNSAFE_componentWillUpdate&&o.UNSAFE_componentWillUpdate(u,p,c)),"function"==typeof o.componentDidUpdate&&(t.effectTag|=4),"function"==typeof o.getSnapshotBeforeUpdate&&(t.effectTag|=256)):("function"!=typeof o.componentDidUpdate||a===e.memoizedProps&&s===e.memoizedState||(t.effectTag|=4),"function"!=typeof o.getSnapshotBeforeUpdate||a===e.memoizedProps&&s===e.memoizedState||(t.effectTag|=256),t.memoizedProps=u,t.memoizedState=p),o.props=u,o.state=p,o.context=c,o=f):("function"!=typeof o.componentDidUpdate||a===e.memoizedProps&&s===e.memoizedState||(t.effectTag|=4),"function"!=typeof o.getSnapshotBeforeUpdate||a===e.memoizedProps&&s===e.memoizedState||(t.effectTag|=256),o=!1);return kn(e,t,o,i,n);case 3:return On(t),i=t.updateQueue,null!==i?(o=t.memoizedState,o=null!==o?o.element:null,en(t,i,t.pendingProps,null,n),(i=t.memoizedState.element)===o?(En(),e=In(e,t)):(o=t.stateNode,(o=(null===e||null===e.child)&&o.hydrate)&&(za=wt(t.stateNode.containerInfo),Da=t,o=Na=!0),o?(t.effectTag|=2,t.child=Ga(t,null,i,n)):(En(),Rn(e,t,i)),e=t.child)):(En(),e=In(e,t)),e;case 5:return cn(Ta.current),i=cn(Ia.current),o=at(i,t.type),i!==o&&(Lt(Ua,t,t),Lt(Ia,o,t)),null===e&&_n(t),i=t.type,u=t.memoizedProps,o=t.pendingProps,a=null!==e?e.memoizedProps:null,wa.current||u!==o||((u=1&t.mode&&!!o.hidden)&&(t.expirationTime=1073741823),u&&1073741823===n)?(u=o.children,_t(i,o)?u=null:a&&_t(i,a)&&(t.effectTag|=16),Sn(e,t),1073741823!==n&&1&t.mode&&o.hidden?(t.expirationTime=1073741823,t.memoizedProps=o,e=null):(Rn(e,t,u),t.memoizedProps=o,e=t.child)):e=In(e,t),e;case 6:return null===e&&_n(t),t.memoizedProps=t.pendingProps,null;case 16:return null;case 4:return ln(t,t.stateNode.containerInfo),i=t.pendingProps,wa.current||t.memoizedProps!==i?(null===e?t.child=ja(t,null,i,n):Rn(e,t,i),t.memoizedProps=i,e=t.child):e=In(e,t),e;case 14:return i=t.type.render,n=t.pendingProps,o=t.ref,wa.current||t.memoizedProps!==n||o!==(null!==e?e.ref:null)?(i=i(n,o),Rn(e,t,i),t.memoizedProps=n,e=t.child):e=In(e,t),e;case 10:return n=t.pendingProps,wa.current||t.memoizedProps!==n?(Rn(e,t,n),t.memoizedProps=n,e=t.child):e=In(e,t),e;case 11:return n=t.pendingProps.children,wa.current||null!==n&&t.memoizedProps!==n?(Rn(e,t,n),t.memoizedProps=n,e=t.child):e=In(e,t),e;case 15:return n=t.pendingProps,t.memoizedProps===n?e=In(e,t):(Rn(e,t,n.children),t.memoizedProps=n,e=t.child),e;case 13:return Cn(e,t,n);case 12:e:if(o=t.type,a=t.pendingProps,u=t.memoizedProps,i=o._currentValue,c=o._changedBits,wa.current||0!==c||u!==a){if(t.memoizedProps=a,l=a.unstable_observedBits,void 0!==l&&null!==l||(l=1073741823),t.stateNode=l,0!=(c&l))An(t,o,c,n);else if(u===a){e=In(e,t);break e}n=a.children,n=n(i),t.effectTag|=1,Rn(e,t,n),e=t.child}else e=In(e,t);return e;default:r("156")}}function Tn(e){e.effectTag|=4}function Mn(e,t){var n=t.pendingProps;switch(t.tag){case 1:return null;case 2:return At(t),null;case 3:un(t),Ct(t);var o=t.stateNode;return o.pendingContext&&(o.context=o.pendingContext,o.pendingContext=null),null!==e&&null!==e.child||(wn(t),t.effectTag&=-3),Fa(t),null;case 5:sn(t),o=cn(Ta.current);var i=t.type;if(null!==e&&null!=t.stateNode){var a=e.memoizedProps,c=t.stateNode,l=cn(Ia.current);c=ht(c,i,a,n,o),Ba(e,t,c,i,a,n,o,l),e.ref!==t.ref&&(t.effectTag|=128)}else{if(!n)return null===t.stateNode&&r("166"),null;if(e=cn(Ia.current),wn(t))n=t.stateNode,i=t.type,a=t.memoizedProps,n[ro]=t,n[oo]=a,o=yt(n,i,a,e,o),t.updateQueue=o,null!==o&&Tn(t);else{e=pt(i,n,o,e),e[ro]=t,e[oo]=n;e:for(a=t.child;null!==a;){if(5===a.tag||6===a.tag)e.appendChild(a.stateNode);else if(4!==a.tag&&null!==a.child){a.child.return=a,a=a.child;continue}if(a===t)break;for(;null===a.sibling;){if(null===a.return||a.return===t)break e;a=a.return}a.sibling.return=a.return,a=a.sibling}gt(e,i,n,o),bt(i,n)&&Tn(t),t.stateNode=e}null!==t.ref&&(t.effectTag|=128)}return null;case 6:if(e&&null!=t.stateNode)Ha(e,t,e.memoizedProps,n);else{if("string"!=typeof n)return null===t.stateNode&&r("166"),null;o=cn(Ta.current),cn(Ia.current),wn(t)?(o=t.stateNode,n=t.memoizedProps,o[ro]=t,vt(o,n)&&Tn(t)):(o=dt(n,o),o[ro]=t,t.stateNode=o)}return null;case 14:case 16:case 10:case 11:case 15:return null;case 4:return un(t),Fa(t),null;case 13:return an(t),null;case 12:return null;case 0:r("167");default:r("156")}}function Pn(e,t){var n=t.source;null===t.stack&&null!==n&&ce(n),null!==n&&ae(n),t=t.value,null!==e&&2===e.tag&&ae(e);try{t&&t.suppressReactErrorLogging||console.error(t)}catch(e){e&&e.suppressReactErrorLogging||console.error(e)}}function jn(e){var t=e.ref;if(null!==t)if("function"==typeof t)try{t(null)}catch(t){Jn(e,t)}else t.current=null}function Gn(e){switch("function"==typeof Vt&&Vt(e),e.tag){case 2:jn(e);var t=e.stateNode;if("function"==typeof t.componentWillUnmount)try{t.props=e.memoizedProps,t.state=e.memoizedState,t.componentWillUnmount()}catch(t){Jn(e,t)}break;case 5:jn(e);break;case 4:Nn(e)}}function Dn(e){return 5===e.tag||3===e.tag||4===e.tag}function zn(e){e:{for(var t=e.return;null!==t;){if(Dn(t)){var n=t;break e}t=t.return}r("160"),n=void 0}var o=t=void 0;switch(n.tag){case 5:t=n.stateNode,o=!1;break;case 3:case 4:t=n.stateNode.containerInfo,o=!0;break;default:r("161")}16&n.effectTag&&(ct(t,""),n.effectTag&=-17);e:t:for(n=e;;){for(;null===n.sibling;){if(null===n.return||Dn(n.return)){n=null;break e}n=n.return}for(n.sibling.return=n.return,n=n.sibling;5!==n.tag&&6!==n.tag;){if(2&n.effectTag)continue t;if(null===n.child||4===n.tag)continue t;n.child.return=n,n=n.child}if(!(2&n.effectTag)){n=n.stateNode;break e}}for(var i=e;;){if(5===i.tag||6===i.tag)if(n)if(o){var a=t,c=i.stateNode,l=n;8===a.nodeType?a.parentNode.insertBefore(c,l):a.insertBefore(c,l)}else t.insertBefore(i.stateNode,n);else o?(a=t,c=i.stateNode,8===a.nodeType?a.parentNode.insertBefore(c,a):a.appendChild(c)):t.appendChild(i.stateNode);else if(4!==i.tag&&null!==i.child){i.child.return=i,i=i.child;continue}if(i===e)break;for(;null===i.sibling;){if(null===i.return||i.return===e)return;i=i.return}i.sibling.return=i.return,i=i.sibling}}function Nn(e){for(var t=e,n=!1,o=void 0,i=void 0;;){if(!n){n=t.return;e:for(;;){switch(null===n&&r("160"),n.tag){case 5:o=n.stateNode,i=!1;break e;case 3:case 4:o=n.stateNode.containerInfo,i=!0;break e}n=n.return}n=!0}if(5===t.tag||6===t.tag){e:for(var a=t,c=a;;)if(Gn(c),null!==c.child&&4!==c.tag)c.child.return=c,c=c.child;else{if(c===a)break;for(;null===c.sibling;){if(null===c.return||c.return===a)break e;c=c.return}c.sibling.return=c.return,c=c.sibling}i?(a=o,c=t.stateNode,8===a.nodeType?a.parentNode.removeChild(c):a.removeChild(c)):o.removeChild(t.stateNode)}else if(4===t.tag?o=t.stateNode.containerInfo:Gn(t),null!==t.child){t.child.return=t,t=t.child;continue}if(t===e)break;for(;null===t.sibling;){if(null===t.return||t.return===e)return;t=t.return,4===t.tag&&(n=!1)}t.sibling.return=t.return,t=t.sibling}}function Fn(e,t){switch(t.tag){case 2:break;case 5:var n=t.stateNode;if(null!=n){var o=t.memoizedProps;e=null!==e?e.memoizedProps:o;var i=t.type,a=t.updateQueue;t.updateQueue=null,null!==a&&(n[oo]=o,mt(n,a,i,e,o))}break;case 6:null===t.stateNode&&r("162"),t.stateNode.nodeValue=t.memoizedProps;break;case 3:case 15:case 16:break;default:r("163")}}function Bn(e,t,n){n=Qt(n),n.tag=3,n.payload={element:null};var r=t.value;return n.callback=function(){gr(r),Pn(e,t)},n}function Hn(e,t,n){n=Qt(n),n.tag=3;var r=e.stateNode;return null!==r&&"function"==typeof r.componentDidCatch&&(n.callback=function(){null===oc?oc=new Set([this]):oc.add(this);var n=t.value,r=t.stack;Pn(e,t),this.componentDidCatch(n,{componentStack:null!==r?r:""})}),n}function Wn(e,t,n,r,o,i){n.effectTag|=512,n.firstEffect=n.lastEffect=null,r=rn(r,n),e=t;do{switch(e.tag){case 3:return e.effectTag|=1024,r=Bn(e,r,i),void Xt(e,r,i);case 2:if(t=r,n=e.stateNode,0==(64&e.effectTag)&&null!==n&&"function"==typeof n.componentDidCatch&&(null===oc||!oc.has(n)))return e.effectTag|=1024,r=Hn(e,t,i),void Xt(e,r,i)}e=e.return}while(null!==e)}function Vn(e){switch(e.tag){case 2:At(e);var t=e.effectTag;return 1024&t?(e.effectTag=-1025&t|64,e):null;case 3:return un(e),Ct(e),t=e.effectTag,1024&t?(e.effectTag=-1025&t|64,e):null;case 5:return sn(e),null;case 16:return t=e.effectTag,1024&t?(e.effectTag=-1025&t|64,e):null;case 4:return un(e),null;case 13:return an(e),null;default:return null}}function qn(){if(null!==Ja)for(var e=Ja.return;null!==e;){var t=e;switch(t.tag){case 2:At(t);break;case 3:un(t),Ct(t);break;case 5:sn(t);break;case 4:un(t);break;case 13:an(t)}e=e.return}Xa=null,$a=0,Za=-1,ec=!1,Ja=null,rc=!1}function Yn(e){for(;;){var t=e.alternate,n=e.return,r=e.sibling;if(0==(512&e.effectTag)){t=Mn(t,e,$a);var o=e;if(1073741823===$a||1073741823!==o.expirationTime){var i=0;switch(o.tag){case 3:case 2:var a=o.updateQueue;null!==a&&(i=a.expirationTime)}for(a=o.child;null!==a;)0!==a.expirationTime&&(0===i||i>a.expirationTime)&&(i=a.expirationTime),a=a.sibling;o.expirationTime=i}if(null!==t)return t;if(null!==n&&0==(512&n.effectTag)&&(null===n.firstEffect&&(n.firstEffect=e.firstEffect),null!==e.lastEffect&&(null!==n.lastEffect&&(n.lastEffect.nextEffect=e.firstEffect),n.lastEffect=e.lastEffect),1pc)&&(pc=e),e}function Zn(e,t){for(;null!==e;){if((0===e.expirationTime||e.expirationTime>t)&&(e.expirationTime=t),null!==e.alternate&&(0===e.alternate.expirationTime||e.alternate.expirationTime>t)&&(e.alternate.expirationTime=t),null===e.return){if(3!==e.tag)break;var n=e.stateNode;!Ka&&0!==$a&&t<$a&&qn();var o=n.current.expirationTime;Ka&&!nc&&Xa===n||or(n,o),wc>xc&&r("185")}e=e.return}}function er(){return qa=ma()-Wa,Va=2+(qa/10|0)}function tr(e){var t=Qa;Qa=2+25*(1+((er()-2+500)/25|0));try{return e()}finally{Qa=t}}function nr(e,t,n,r,o){var i=Qa;Qa=1;try{return e(t,n,r,o)}finally{Qa=i}}function rr(e){if(0!==cc){if(e>cc)return;va(lc)}var t=ma()-Wa;cc=e,lc=ya(ar,{timeout:10*(e-2)-t})}function or(e,t){if(null===e.nextScheduledRoot)e.remainingExpirationTime=t,null===ac?(ic=ac=e,e.nextScheduledRoot=e):(ac=ac.nextScheduledRoot=e,ac.nextScheduledRoot=ic);else{var n=e.remainingExpirationTime;(0===n||t=fc)&&(!dc||er()>=fc);)er(),fr(sc,fc,!dc),ir();else for(;null!==sc&&0!==fc&&(0===e||e>=fc);)fr(sc,fc,!1),ir();null!==mc&&(cc=0,lc=-1),0!==fc&&rr(fc),mc=null,dc=!1,sr()}function ur(e,t){uc&&r("253"),sc=e,fc=t,fr(e,t,!1),cr(),sr()}function sr(){if(wc=0,null!==_c){var e=_c;_c=null;for(var t=0;tb&&(_=b,b=S,S=_),_=Qe(R,S),x=Qe(R,b),_&&x&&(1!==L.rangeCount||L.anchorNode!==_.node||L.anchorOffset!==_.offset||L.focusNode!==x.node||L.focusOffset!==x.offset)&&(w=document.createRange(),w.setStart(_.node,_.offset),L.removeAllRanges(),S>b?(L.addRange(w),L.extend(x.node,x.offset)):(w.setEnd(x.node,x.offset),L.addRange(w))))),L=[];for(S=R;S=S.parentNode;)1===S.nodeType&&L.push({element:S,left:S.scrollLeft,top:S.scrollTop});for(R.focus(),R=0;REc)&&(dc=!0)}function gr(e){null===sc&&r("246"),sc.remainingExpirationTime=0,gc||(gc=!0,hc=e)}function hr(e){null===sc&&r("246"),sc.remainingExpirationTime=e}function mr(e,t){var n=yc;yc=!0;try{return e(t)}finally{(yc=n)||uc||cr()}}function yr(e,t){if(yc&&!vc){vc=!0;try{return e(t)}finally{vc=!1}}return e(t)}function vr(e,t){uc&&r("187");var n=yc;yc=!0;try{return nr(e,t)}finally{yc=n,cr()}}function br(e){var t=yc;yc=!0;try{nr(e)}finally{(yc=t)||uc||lr(1,!1,null)}}function _r(e,t,n,o,i){var a=t.current;if(n){n=n._reactInternalFiber;var c;e:{for(2===Te(n)&&2===n.tag||r("170"),c=n;3!==c.tag;){if(Ot(c)){c=c.stateNode.__reactInternalMemoizedMergedChildContext;break e}(c=c.return)||r("171")}c=c.stateNode.context}n=Ot(n)?Ut(n,c):c}else n=Fr;return null===t.context?t.context=n:t.pendingContext=n,t=i,i=Qt(o),i.payload={element:e},t=void 0===t?null:t,null!==t&&(i.callback=t),Jt(a,i,o),Zn(a,o),o}function xr(e){var t=e._reactInternalFiber;return void 0===t&&("function"==typeof e.render?r("188"):r("268",Object.keys(e))),e=je(t),null===e?null:e.stateNode}function wr(e,t,n,r){var o=t.current;return o=$n(er(),o),_r(e,t,n,o,r)}function Er(e){if(e=e.current,!e.child)return null;switch(e.child.tag){case 5:default:return e.child.stateNode}}function Rr(e){var t=e.findFiberByHostInstance;return Ht(jr({},e,{findHostInstanceByFiber:function(e){return e=je(e),null===e?null:e.stateNode},findFiberByHostInstance:function(e){return t?t(e):null}}))}function Lr(e,t,n){var r=3=So),Oo=String.fromCharCode(32),To={beforeInput:{phasedRegistrationNames:{bubbled:"onBeforeInput",captured:"onBeforeInputCapture"},dependencies:["compositionend","keypress","textInput","paste"]},compositionEnd:{phasedRegistrationNames:{bubbled:"onCompositionEnd",captured:"onCompositionEndCapture"},dependencies:"blur compositionend keydown keypress keyup mousedown".split(" ")},compositionStart:{phasedRegistrationNames:{bubbled:"onCompositionStart",captured:"onCompositionStartCapture"},dependencies:"blur compositionstart keydown keypress keyup mousedown".split(" ")},compositionUpdate:{phasedRegistrationNames:{bubbled:"onCompositionUpdate",captured:"onCompositionUpdateCapture"},dependencies:"blur compositionupdate keydown keypress keyup mousedown".split(" ")}},Po=!1,jo=!1,Mo={eventTypes:To,extractEvents:function(e,t,n,r){var o=void 0,i=void 0;if(ko)e:{switch(e){case"compositionstart":o=To.compositionStart;break e;case"compositionend":o=To.compositionEnd;break e;case"compositionupdate":o=To.compositionUpdate;break e}o=void 0}else jo?D(e,n)&&(o=To.compositionEnd):"keydown"===e&&229===n.keyCode&&(o=To.compositionStart);return o?(Co&&(jo||o!==To.compositionStart?o===To.compositionEnd&&jo&&(i=N()):(vo._root=r,vo._startText=I(),jo=!0)),o=xo.getPooled(o,t,n,r),i?o.data=i:null!==(i=B(n))&&(o.data=i),P(o),i=o):i=null,(e=_o?W(e,n):H(e,n))?(t=wo.getPooled(To.beforeInput,t,n,r),t.data=e,P(t)):t=null,null===i?t:null===t?i:[i,t]}},Ao=null,zo={injectFiberControlledHostComponent:function(e){Ao=e}},No=null,Io=null,Ro={injection:zo,enqueueStateRestore:q,needsStateRestore:G,restoreStateIfNeeded:Y},Fo=!1,Lo={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0},Uo=Nr.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,Do="function"==typeof Symbol&&Symbol.for,Bo=Do?Symbol.for("react.element"):60103,Wo=Do?Symbol.for("react.portal"):60106,Ho=Do?Symbol.for("react.fragment"):60107,Vo=Do?Symbol.for("react.strict_mode"):60108,qo=Do?Symbol.for("react.profiler"):60114,Go=Do?Symbol.for("react.provider"):60109,Yo=Do?Symbol.for("react.context"):60110,Qo=Do?Symbol.for("react.async_mode"):60111,Ko=Do?Symbol.for("react.forward_ref"):60112,Jo=Do?Symbol.for("react.timeout"):60113,Xo="function"==typeof Symbol&&Symbol.iterator,$o=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,Zo={},ei={},ti={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){ti[e]=new fe(e,0,!1,e,null)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0];ti[t]=new fe(t,1,!1,e[1],null)}),["contentEditable","draggable","spellCheck","value"].forEach(function(e){ti[e]=new fe(e,2,!1,e.toLowerCase(),null)}),["autoReverse","externalResourcesRequired","preserveAlpha"].forEach(function(e){ti[e]=new fe(e,2,!1,e,null)}),"allowFullScreen async autoFocus autoPlay controls default defer disabled formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(e){ti[e]=new fe(e,3,!1,e.toLowerCase(),null)}),["checked","multiple","muted","selected"].forEach(function(e){ti[e]=new fe(e,3,!0,e.toLowerCase(),null)}),["capture","download"].forEach(function(e){ti[e]=new fe(e,4,!1,e.toLowerCase(),null)}),["cols","rows","size","span"].forEach(function(e){ti[e]=new fe(e,6,!1,e.toLowerCase(),null)}),["rowSpan","start"].forEach(function(e){ti[e]=new fe(e,5,!1,e.toLowerCase(),null)});var ni=/[\-:]([a-z])/g;"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(e){var t=e.replace(ni,de);ti[t]=new fe(t,1,!1,e,null)}),"xlink:actuate xlink:arcrole xlink:href xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(e){var t=e.replace(ni,de);ti[t]=new fe(t,1,!1,e,"http://www.w3.org/1999/xlink")}),["xml:base","xml:lang","xml:space"].forEach(function(e){var t=e.replace(ni,de);ti[t]=new fe(t,1,!1,e,"http://www.w3.org/XML/1998/namespace")}),ti.tabIndex=new fe("tabIndex",1,!1,"tabindex",null);var ri={change:{phasedRegistrationNames:{bubbled:"onChange",captured:"onChangeCapture"},dependencies:"blur change click focus input keydown keyup selectionchange".split(" ")}},oi=null,ii=null,ai=!1;Ir.canUseDOM&&(ai=ee("input")&&(!document.documentMode||9=document.documentMode,Ri={select:{phasedRegistrationNames:{bubbled:"onSelect",captured:"onSelectCapture"},dependencies:"blur contextmenu focus keydown keyup mousedown mouseup selectionchange".split(" ")}},Fi=null,Li=null,Ui=null,Di=!1,Bi={eventTypes:Ri,extractEvents:function(e,t,n,r){var o,i=r.window===r?r.document:9===r.nodeType?r:r.ownerDocument;if(!(o=!i)){e:{i=Ge(i),o=Qr.onSelect;for(var a=0;ae))){Qi=-1,ea.didTimeout=!0;for(var t=0,n=qi.length;tt&&(t=8),Zi=t<$i?$i:t):$i=t,Xi=e+Zi,Ki||(Ki=!0,window.postMessage(na,"*"))};Hi=function(e,t){var n=-1;return null!=t&&"number"==typeof t.timeout&&(n=Wi()+t.timeout),(-1===Qi||-1!==n&&n"+t+"",t=ca.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}}),la={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},sa=["Webkit","ms","Moz","O"];Object.keys(la).forEach(function(e){sa.forEach(function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),la[t]=la[e]})});var fa=Rr({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0}),da=Fr.thatReturns(""),pa={createElement:dt,createTextNode:pt,setInitialProperties:ht,diffProperties:gt,updateProperties:mt,diffHydratedProperties:vt,diffHydratedText:bt,warnForUnmatchedText:function(){},warnForDeletedHydratableElement:function(){},warnForDeletedHydratableText:function(){},warnForInsertedHydratedElement:function(){},warnForInsertedHydratedText:function(){},restoreControlledState:function(e,t,n){switch(t){case"input":if(ve(e,n),t=n.name,"radio"===n.type&&null!=t){for(n=e;n.parentNode;)n=n.parentNode;for(n=n.querySelectorAll("input[name="+JSON.stringify(""+t)+'][type="radio"]'),t=0;t0&&void 0!==arguments[0]?arguments[0]:"store",n=arguments[1],a=n||t+"Subscription",u=function(e){function n(i,a){r(this,n);var c=o(this,e.call(this,i,a));return c[t]=i.store,c}return i(n,e),n.prototype.getChildContext=function(){var e;return e={},e[t]=this[t],e[a]=null,e},n.prototype.render=function(){return c.Children.only(this.props.children)},n}(c.Component);return u.propTypes={store:s.a.isRequired,children:l.a.element.isRequired},u.childContextTypes=(e={},e[t]=s.a.isRequired,e[a]=s.b,e),u}t.a=a;var c=n(5),u=(n.n(c),n(12)),l=n.n(u),s=n(149);n(107);t.b=a()},function(e,t,n){"use strict";var r=n(106),o=n(105),i=n(381);e.exports=function(){function e(e,t,n,r,a,c){c!==i&&o(!1,"Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types")}function t(){return e}e.isRequired=e;var n={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t};return n.checkPropTypes=r,n.PropTypes=n,n}},function(e,t,n){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(){var e=[],t=[];return{clear:function(){t=i,e=i},notify:function(){for(var n=e=t,r=0;r=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}function o(e,t,n){for(var r=t.length-1;r>=0;r--){var o=t[r](e);if(o)return o}return function(t,r){throw new Error("Invalid value of type "+typeof e+" for "+n+" argument when connecting component "+r.wrappedComponentName+".")}}function i(e,t){return e===t}var a=n(150),c=n(384),u=n(385),l=n(400),s=n(401),f=n(402),d=Object.assign||function(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:{},t=e.connectHOC,n=void 0===t?a.a:t,p=e.mapStateToPropsFactories,h=void 0===p?l.a:p,g=e.mapDispatchToPropsFactories,m=void 0===g?u.a:g,v=e.mergePropsFactories,b=void 0===v?s.a:v,y=e.selectorFactory,x=void 0===y?f.a:y;return function(e,t,a){var u=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},l=u.pure,s=void 0===l||l,f=u.areStatesEqual,p=void 0===f?i:f,g=u.areOwnPropsEqual,v=void 0===g?c.a:g,y=u.areStatePropsEqual,w=void 0===y?c.a:y,E=u.areMergedPropsEqual,k=void 0===E?c.a:E,S=r(u,["pure","areStatesEqual","areOwnPropsEqual","areStatePropsEqual","areMergedPropsEqual"]),_=o(e,h,"mapStateToProps"),C=o(t,m,"mapDispatchToProps"),O=o(a,b,"mergeProps");return n(x,d({methodName:"connect",getDisplayName:function(e){return"Connect("+e+")"},shouldHandleStateChanges:Boolean(e),initMapStateToProps:_,initMapDispatchToProps:C,initMergeProps:O,pure:s,areStatesEqual:p,areOwnPropsEqual:v,areStatePropsEqual:w,areMergedPropsEqual:k},S))}}()},function(e,t,n){"use strict";function r(e,t){return e===t?0!==e||0!==t||1/e==1/t:e!==e&&t!==t}function o(e,t){if(r(e,t))return!0;if("object"!=typeof e||null===e||"object"!=typeof t||null===t)return!1;var n=Object.keys(e),o=Object.keys(t);if(n.length!==o.length)return!1;for(var a=0;a0&&void 0!==arguments[0]?arguments[0]:{},t=arguments[1];if(u)throw u;for(var o=!1,i={},a=0;a=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}function o(e,t,n,r){return function(o,i){return n(e(o,i),t(r,i),i)}}function i(e,t,n,r,o){function i(o,i){return h=o,g=i,m=e(h,g),v=t(r,g),b=n(m,v,g),p=!0,b}function a(){return m=e(h,g),t.dependsOnOwnProps&&(v=t(r,g)),b=n(m,v,g)}function c(){return e.dependsOnOwnProps&&(m=e(h,g)),t.dependsOnOwnProps&&(v=t(r,g)),b=n(m,v,g)}function u(){var t=e(h,g),r=!d(t,m);return m=t,r&&(b=n(m,v,g)),b}function l(e,t){var n=!f(t,g),r=!s(e,h);return h=e,g=t,n&&r?a():n?c():r?u():b}var s=o.areStatesEqual,f=o.areOwnPropsEqual,d=o.areStatePropsEqual,p=!1,h=void 0,g=void 0,m=void 0,v=void 0,b=void 0;return function(e,t){return p?l(e,t):i(e,t)}}function a(e,t){var n=t.initMapStateToProps,a=t.initMapDispatchToProps,c=t.initMergeProps,u=r(t,["initMapStateToProps","initMapDispatchToProps","initMergeProps"]),l=n(e,u),s=a(e,u),f=c(e,u);return(u.pure?i:o)(l,s,f,e,u)}t.a=a;n(403)},function(e,t,n){"use strict";n(107)},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var o=n(47),i=n(405),a=r(i),c=n(407),u=r(c),l=n(408),s=r(l),f=n(409),d=r(f);t.default=(0,o.combineReducers)({icons:a.default,selectedIcon:d.default,displaySideIcon:s.default,searchTerm:u.default})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:i;switch(arguments[1].type){case"FETCH_ICONS":return{data:o.default}}return e};var r=(n(48),n(406)),o=function(e){return e&&e.__esModule?e:{default:e}}(r),i={data:null}},function(e,t){e.exports=[{id:196,name:"adjust",slug:"adjust",categories:[]},{id:182,name:"alarm",slug:"alarm",categories:[{name:"Date & Time"}]},{id:437,name:"alarm-off",slug:"alarm-off",categories:[{name:"Date & Time"}]},{id:197,name:"album",slug:"album",categories:[{name:"Audio & Video"}]},{id:1,name:"align-left",slug:"align-left",categories:[{name:"Editors"}]},{id:2,name:"align-middle",slug:"align-middle",categories:[{name:"Editors"}]},{id:3,name:"align-right",slug:"align-right",categories:[{name:"Editors"}]},{id:198,name:"anchor",slug:"anchor",categories:[]},{id:343,name:"aperture",slug:"aperture",categories:[]},{id:100,name:"archive",slug:"archive",categories:[{name:"Business"},{name:"Code"},{name:"Writing"}]},{id:98,name:"archive-in",slug:"archive-in",categories:[{name:"Business"},{name:"Code"},{name:"Writing"}]},{id:99,name:"archive-out",slug:"archive-out",categories:[{name:"Business"},{name:"Code"},{name:"Writing"}]},{id:4,name:"arrow-back",slug:"arrow-back",categories:[{name:"Arrows"}]},{id:411,name:"asterisk",slug:"asterisk",categories:[]},{id:101,name:"at",slug:"at",categories:[]},{id:199,name:"award",slug:"award",categories:[]},{id:104,name:"bar-chart",slug:"bar-chart",categories:[{name:"Business"}]},{id:102,name:"bar-chart-alt",slug:"bar-chart-alt",categories:[{name:"Business"}]},{id:103,name:"bar-chart-square",slug:"bar-chart-square",categories:[{name:"Business"}]},{id:291,name:"barcode",slug:"barcode",categories:[]},{id:105,name:"basketball",slug:"basketball",categories:[{name:"Sports"}]},{id:348,name:"battery",slug:"battery",categories:[]},{id:349,name:"battery-charging",slug:"battery-charging",categories:[]},{id:351,name:"battery-full",slug:"battery-full",categories:[]},{id:350,name:"battery-low",slug:"battery-low",categories:[]},{id:337,name:"behance",slug:"behance",categories:[{name:"Social"}]},{id:8,name:"bell",slug:"bell",categories:[]},{id:5,name:"bell-minus",slug:"bell-minus",categories:[]},{id:6,name:"bell-off",slug:"bell-off",categories:[]},{id:7,name:"bell-plus",slug:"bell-plus",categories:[]},{id:434,name:"bitcoin",slug:"bitcoin",categories:[{name:"Currency"}]},{id:106,name:"block",slug:"block",categories:[]},{id:115,name:"bluetooth",slug:"bluetooth",categories:[]},{id:362,name:"body",slug:"body",categories:[{name:"Accessibility"}]},{id:200,name:"bold",slug:"bold",categories:[]},{id:201,name:"bolt",slug:"bolt",categories:[]},{id:108,name:"book",slug:"book",categories:[{name:"Writing"}]},{id:107,name:"book-bookmark",slug:"book-bookmark",categories:[{name:"Writing"}]},{id:407,name:"book-open",slug:"book-open",categories:[{name:"Writing"}]},{id:9,name:"bookmark",slug:"bookmark",categories:[{name:"Writing"}]},{id:109,name:"bookmark-minus",slug:"bookmark-minus",categories:[{name:"Writing"}]},{id:110,name:"bookmark-plus",slug:"bookmark-plus",categories:[{name:"Writing"}]},{id:438,name:"bookmark-star",slug:"bookmark-star",categories:[]},{id:10,name:"bookmarks",slug:"bookmarks",categories:[{name:"Writing"}]},{id:111,name:"briefcase",slug:"briefcase",categories:[{name:"Business"}]},{id:394,name:"briefcase-alt",slug:"briefcase-alt",categories:[{name:"Business"}]},{id:112,name:"broadcast",slug:"broadcast",categories:[{name:"Audio & Video"}]},{id:446,name:"bucket",slug:"bucket",categories:[]},{id:114,name:"bug",slug:"bug",categories:[{name:"Code"}]},{id:113,name:"building",slug:"building",categories:[{name:"Business"}]},{id:116,name:"bulb",slug:"bulb",categories:[]},{id:11,name:"bullseye",slug:"bullseye",categories:[]},{id:117,name:"buoy",slug:"buoy",categories:[]},{id:202,name:"calculator",slug:"calculator",categories:[{name:"Business"}]},{id:122,name:"calendar",slug:"calendar",categories:[{name:"Business"},{name:"Date & Time"}]},{id:118,name:"calendar-add",slug:"calendar-add",categories:[{name:"Business"},{name:"Date & Time"}]},{id:352,name:"calendar-alt",slug:"calendar-alt",categories:[{name:"Business"},{name:"Date & Time"}]},{id:119,name:"calendar-check",slug:"calendar-check",categories:[{name:"Business"},{name:"Date & Time"}]},{id:120,name:"calendar-minus",slug:"calendar-minus",categories:[{name:"Business"},{name:"Date & Time"}]},{id:121,name:"calendar-remove",slug:"calendar-remove",categories:[{name:"Business"},{name:"Date & Time"}]},{id:13,name:"camera",slug:"camera",categories:[]},{id:412,name:"camera-alt",slug:"camera-alt",categories:[]},{id:12,name:"camera-off",slug:"camera-off",categories:[]},{id:413,name:"capsule",slug:"capsule",categories:[]},{id:14,name:"captions",slug:"captions",categories:[{name:"Accessibility"}]},{id:445,name:"car",slug:"car",categories:[]},{id:399,name:"carousel",slug:"carousel",categories:[]},{id:203,name:"cart",slug:"cart",categories:[{name:"Ecommerce & Shopping"}]},{id:449,name:"cart-alt",slug:"cart-alt",categories:[]},{id:363,name:"cast",slug:"cast",categories:[{name:"Audio & Video"}]},{id:447,name:"categories",slug:"categories",categories:[]},{id:410,name:"chalkboard",slug:"chalkboard",categories:[{name:"Business"}]},{id:123,name:"chart",slug:"chart",categories:[{name:"Business"}]},{id:204,name:"check",slug:"check",categories:[]},{id:16,name:"checkbox",slug:"checkbox",categories:[]},{id:15,name:"checkbox-checked",slug:"checkbox-checked",categories:[]},{id:17,name:"checkbox-square",slug:"checkbox-square",categories:[]},{id:18,name:"chevron-down",slug:"chevron-down",categories:[{name:"Arrows"}]},{id:20,name:"chevron-left",slug:"chevron-left",categories:[{name:"Arrows"}]},{id:21,name:"chevron-right",slug:"chevron-right",categories:[{name:"Arrows"}]},{id:19,name:"chevron-up",slug:"chevron-up",categories:[{name:"Arrows"}]},{id:22,name:"chevrons-down",slug:"chevrons-down",categories:[{name:"Arrows"}]},{id:25,name:"chevrons-left",slug:"chevrons-left",categories:[{name:"Arrows"}]},{id:24,name:"chevrons-right",slug:"chevrons-right",categories:[{name:"Arrows"}]},{id:23,name:"chevrons-up",slug:"chevrons-up",categories:[{name:"Arrows"}]},{id:364,name:"chip",slug:"chip",categories:[{name:"Code"}]},{id:292,name:"chrome",slug:"chrome",categories:[{name:"Social"}]},{id:26,name:"clipboard",slug:"clipboard",categories:[]},{id:388,name:"closet",slug:"closet",categories:[{name:"Ecommerce & Shopping"}]},{id:126,name:"cloud",slug:"cloud",categories:[]},{id:124,name:"cloud-download",slug:"cloud-download",categories:[]},{id:206,name:"cloud-drizzle",slug:"cloud-drizzle",categories:[]},{id:207,name:"cloud-light-rain",slug:"cloud-light-rain",categories:[]},{id:208,name:"cloud-lightning",slug:"cloud-lightning",categories:[]},{id:209,name:"cloud-rain",slug:"cloud-rain",categories:[]},{id:210,name:"cloud-snow",slug:"cloud-snow",categories:[]},{id:125,name:"cloud-upload",slug:"cloud-upload",categories:[]},{id:28,name:"code",slug:"code",categories:[{name:"Code"}]},{id:27,name:"code-curly",slug:"code-curly",categories:[{name:"Code"}]},{id:373,name:"codepen",slug:"codepen",categories:[{name:"Social"}]},{id:29,name:"coffee",slug:"coffee",categories:[{name:"Business"}]},{id:211,name:"cog",slug:"cog",categories:[]},{id:359,name:"collapse",slug:"collapse",categories:[]},{id:390,name:"collection",slug:"collection",categories:[]},{id:212,name:"columns",slug:"columns",categories:[]},{id:406,name:"command",slug:"command",categories:[]},{id:130,name:"compass",slug:"compass",categories:[]},{id:213,name:"contact",slug:"contact",categories:[{name:"Business"},{name:"Users & People"}]},{id:448,name:"conversation",slug:"conversation",categories:[]},{id:30,name:"copy",slug:"copy",categories:[{name:"Editors"}]},{id:31,name:"copyright",slug:"copyright",categories:[{name:"Business"}]},{id:386,name:"coupon",slug:"coupon",categories:[{name:"Ecommerce & Shopping"}]},{id:214,name:"credit-card",slug:"credit-card",categories:[]},{id:215,name:"crop",slug:"crop",categories:[]},{id:129,name:"crosshair",slug:"crosshair",categories:[]},{id:293,name:"crown",slug:"crown",categories:[]},{id:216,name:"cube",slug:"cube",categories:[]},{id:217,name:"cut",slug:"cut",categories:[]},{id:450,name:"dashboard",slug:"dashboard",categories:[]},{id:131,name:"data",slug:"data",categories:[]},{id:132,name:"desktop",slug:"desktop",categories:[]},{id:218,name:"detail",slug:"detail",categories:[]},{id:219,name:"diamond",slug:"diamond",categories:[]},{id:133,name:"directions",slug:"directions",categories:[]},{id:387,name:"discount",slug:"discount",categories:[{name:"Ecommerce & Shopping"}]},{id:294,name:"dislike",slug:"dislike",categories:[]},{id:428,name:"dock-bottom",slug:"dock-bottom",categories:[]},{id:431,name:"dock-left",slug:"dock-left",categories:[]},{id:429,name:"dock-right",slug:"dock-right",categories:[]},{id:430,name:"dock-top",slug:"dock-top",categories:[]},{id:135,name:"dollar",slug:"dollar",categories:[{name:"Currency"}]},{id:134,name:"dollar-circle",slug:"dollar-circle",categories:[{name:"Currency"}]},{id:137,name:"dots-horizontal",slug:"dots-horizontal",categories:[]},{id:136,name:"dots-horizontal-rounded",slug:"dots-horizontal-rounded",categories:[]},{id:139,name:"dots-vertical",slug:"dots-vertical",categories:[]},{id:138,name:"dots-vertical-rounded",slug:"dots-vertical-rounded",categories:[]},{id:32,name:"down-arrow-circle",slug:"down-arrow-circle",categories:[{name:"Arrows"}]},{id:295,name:"down-arrow-outline",slug:"down-arrow-outline",categories:[{name:"Arrows"}]},{id:140,name:"download",slug:"download",categories:[]},{id:376,name:"download-alt",slug:"download-alt",categories:[]},{id:375,name:"downvote",slug:"downvote",categories:[]},{id:339,name:"dribbble",slug:"dribbble",categories:[{name:"Social"}]},{id:296,name:"drink",slug:"drink",categories:[]},{id:141,name:"droplet",slug:"droplet",categories:[]},{id:193,name:"duplicate",slug:"duplicate",categories:[{name:"Editors"}]},{id:221,name:"edit",slug:"edit",categories:[{name:"Writing"},{name:"Editors"}]},{id:419,name:"eject",slug:"eject",categories:[]},{id:142,name:"envelope",slug:"envelope",categories:[{name:"Writing"}]},{id:297,name:"eraser",slug:"eraser",categories:[{name:"Writing"},{name:"Editors"}]},{id:34,name:"error",slug:"error",categories:[]},{id:33,name:"error-circle",slug:"error-circle",categories:[]},{id:222,name:"exclamation",slug:"exclamation",categories:[]},{id:35,name:"exit-fullscreen",slug:"exit-fullscreen",categories:[]},{id:384,name:"expand",slug:"expand",categories:[]},{id:298,name:"export",slug:"export",categories:[]},{id:357,name:"eyedropper",slug:"eyedropper",categories:[]},{id:299,name:"facebook",slug:"facebook",categories:[{name:"Social"}]},{id:435,name:"facebook-alt",slug:"facebook-alt",categories:[{name:"Social"}]},{id:37,name:"fast-forward",slug:"fast-forward",categories:[]},{id:36,name:"fast-forward-circle",slug:"fast-forward-circle",categories:[]},{id:223,name:"female",slug:"female",categories:[{name:"Genders"}]},{id:224,name:"file",slug:"file",categories:[{name:"Code"}]},{id:395,name:"file-add",slug:"file-add",categories:[{name:"Code"}]},{id:404,name:"file-image",slug:"file-image",categories:[{name:"Code"}]},{id:225,name:"files",slug:"files",categories:[{name:"Code"}]},{id:344,name:"film",slug:"film",categories:[{name:"Audio & Video"}]},{id:226,name:"filter",slug:"filter",categories:[]},{id:391,name:"filter-alt",slug:"filter-alt",categories:[]},{id:300,name:"first-aid",slug:"first-aid",categories:[{name:"Health"}]},{id:38,name:"first-page",slug:"first-page",categories:[]},{id:301,name:"flag",slug:"flag",categories:[]},{id:436,name:"flag-alt",slug:"flag-alt",categories:[]},{id:227,name:"flask",slug:"flask",categories:[]},{id:41,name:"folder",slug:"folder",categories:[{name:"Code"}]},{id:39,name:"folder-minus",slug:"folder-minus",categories:[{name:"Code"},{name:"Writing"}]},{id:345,name:"folder-open",slug:"folder-open",categories:[{name:"Code"},{name:"Writing"}]},{id:40,name:"folder-plus",slug:"folder-plus",categories:[{name:"Code"},{name:"Writing"}]},{id:228,name:"font",slug:"font",categories:[{name:"Editors"}]},{id:42,name:"fullscreen",slug:"fullscreen",categories:[]},{id:144,name:"gift",slug:"gift",categories:[]},{id:229,name:"git-branch",slug:"git-branch",categories:[{name:"Code"}]},{id:230,name:"git-commit",slug:"git-commit",categories:[{name:"Code"}]},{id:231,name:"git-compare",slug:"git-compare",categories:[{name:"Code"}]},{id:232,name:"git-merge",slug:"git-merge",categories:[{name:"Code"}]},{id:233,name:"git-pull-request",slug:"git-pull-request",categories:[{name:"Code"}]},{id:234,name:"git-repo-forked",slug:"git-repo-forked",categories:[{name:"Code"}]},{id:302,name:"github",slug:"github",categories:[{name:"Social"}]},{id:145,name:"globe",slug:"globe",categories:[]},{id:371,name:"globe-alt",slug:"globe-alt",categories:[]},{id:303,name:"google",slug:"google",categories:[{name:"Social"}]},{id:146,name:"grid",slug:"grid",categories:[{name:"Editors"}]},{id:408,name:"grid-alt",slug:"grid-alt",categories:[{name:"Editors"}]},{id:235,name:"group",slug:"group",categories:[]},{id:236,name:"hash",slug:"hash",categories:[]},{id:369,name:"hdd",slug:"hdd",categories:[]},{id:237,name:"heading",slug:"heading",categories:[{name:"Editors"}]},{id:147,name:"headphone",slug:"headphone",categories:[]},{id:148,name:"heart",slug:"heart",categories:[]},{id:304,name:"hexagon",slug:"hexagon",categories:[{name:"Shapes"}]},{id:43,name:"hide",slug:"hide",categories:[]},{id:305,name:"history",slug:"history",categories:[]},{id:149,name:"home",slug:"home",categories:[]},{id:238,name:"home-alt",slug:"home-alt",categories:[]},{id:355,name:"horizontal-center",slug:"horizontal-center",categories:[{name:"Editors"}]},{id:143,name:"hot",slug:"hot",categories:[]},{id:397,name:"hourglass",slug:"hourglass",categories:[{name:"Date & Time"}]},{id:306,name:"idea",slug:"idea",categories:[]},{id:44,name:"image",slug:"image",categories:[]},{id:239,name:"image-alt",slug:"image-alt",categories:[]},{id:380,name:"images",slug:"images",categories:[]},{id:353,name:"import",slug:"import",categories:[]},{id:240,name:"inbox",slug:"inbox",categories:[]},{id:400,name:"infinite",slug:"infinite",categories:[]},{id:241,name:"info",slug:"info",categories:[]},{id:45,name:"info-circle",slug:"info-circle",categories:[]},{id:307,name:"instagram",slug:"instagram",categories:[{name:"Social"}]},{id:242,name:"italic",slug:"italic",categories:[{name:"Editors"}]},{id:243,name:"joystick",slug:"joystick",categories:[]},{id:308,name:"joystick-alt",slug:"joystick-alt",categories:[]},{id:46,name:"justify",slug:"justify",categories:[]},{id:47,name:"key",slug:"key",categories:[]},{id:150,name:"laptop",slug:"laptop",categories:[]},{id:48,name:"last-page",slug:"last-page",categories:[]},{id:151,name:"layer",slug:"layer",categories:[]},{id:432,name:"layout",slug:"layout",categories:[]},{id:49,name:"left-arrow-circle",slug:"left-arrow-circle",categories:[{name:"Arrows"}]},{id:309,name:"left-arrow-outline",slug:"left-arrow-outline",categories:[{name:"Arrows"}]},{id:50,name:"left-bottom-arrow-circle",slug:"left-bottom-arrow-circle",categories:[{name:"Arrows"}]},{id:51,name:"left-indent",slug:"left-indent",categories:[]},{id:52,name:"left-top-arrow-circle",slug:"left-top-arrow-circle",categories:[{name:"Arrows"}]},{id:310,name:"like",slug:"like",categories:[]},{id:153,name:"link",slug:"link",categories:[{name:"Editors"}]},{id:152,name:"link-alt",slug:"link-alt",categories:[{name:"Editors"}]},{id:244,name:"link-external",slug:"link-external",categories:[{name:"Editors"}]},{id:424,name:"linkedin",slug:"linkedin",categories:[{name:"Social"}]},{id:157,name:"list",slug:"list",categories:[{name:"Editors"}]},{id:154,name:"list-add",slug:"list-add",categories:[{name:"Editors"}]},{id:417,name:"list-alt",slug:"list-alt",categories:[{name:"Editors"}]},{id:155,name:"list-bullet",slug:"list-bullet",categories:[{name:"Editors"}]},{id:311,name:"list-check",slug:"list-check",categories:[{name:"Editors"}]},{id:156,name:"list-remove",slug:"list-remove",categories:[{name:"Editors"}]},{id:415,name:"loader",slug:"loader",categories:[{name:"Spinners"}]},{id:440,name:"loader-circle",slug:"loader-circle",categories:[]},{id:441,name:"loader-circle-alt",slug:"loader-circle-alt",categories:[]},{id:159,name:"lock",slug:"lock",categories:[]},{id:158,name:"lock-open",slug:"lock-open",categories:[]},{id:245,name:"log-in",slug:"log-in",categories:[]},{id:246,name:"log-out",slug:"log-out",categories:[]},{id:247,name:"male",slug:"male",categories:[{name:"Genders"}]},{id:161,name:"map",slug:"map",categories:[]},{id:160,name:"map-alt",slug:"map-alt",categories:[]},{id:433,name:"map-pin",slug:"map-pin",categories:[]},{id:53,name:"menu",slug:"menu",categories:[]},{id:163,name:"message",slug:"message",categories:[{name:"Chat"}]},{id:423,name:"message-alt",slug:"message-alt",categories:[{name:"Chat"}]},{id:248,name:"message-detail",slug:"message-detail",categories:[{name:"Chat"}]},{id:162,name:"message-rounded",slug:"message-rounded",categories:[{name:"Chat"}]},{id:312,name:"message-rounded-alt",slug:"message-rounded-alt",categories:[{name:"Chat"}]},{id:54,name:"microphone",slug:"microphone",categories:[{name:"Audio & Video"}]},{id:249,name:"microphone-off",slug:"microphone-off",categories:[{name:"Audio & Video"}]},{id:250,name:"minus",slug:"minus",categories:[]},{id:55,name:"minus-circle",slug:"minus-circle",categories:[]},{id:165,name:"mobile",slug:"mobile",categories:[]},{id:164,name:"mobile-alt",slug:"mobile-alt",categories:[]},{id:425,name:"mobile-message",slug:"mobile-message",categories:[]},{id:56,name:"moon",slug:"moon",categories:[]},{id:251,name:"mouse",slug:"mouse",categories:[]},{id:252,name:"move",slug:"move",categories:[]},{id:253,name:"music",slug:"music",categories:[{name:"Audio & Video"}]},{id:166,name:"navigation",slug:"navigation",categories:[]},{id:378,name:"news",slug:"news",categories:[]},{id:254,name:"newsletter",slug:"newsletter",categories:[]},{id:255,name:"notification",slug:"notification",categories:[]},{id:403,name:"notification-off",slug:"notification-off",categories:[]},{id:313,name:"octagon",slug:"octagon",categories:[{name:"Shapes"}]},{id:256,name:"package",slug:"package",categories:[]},{id:421,name:"paper-plane",slug:"paper-plane",categories:[{name:"Writing"}]},{id:385,name:"paperclip",slug:"paperclip",categories:[{name:"Business"},{name:"Writing"}]},{id:257,name:"paragraph",slug:"paragraph",categories:[{name:"Writing"},{name:"Editors"}]},{id:258,name:"paste",slug:"paste",categories:[{name:"Editors"}]},{id:58,name:"pause",slug:"pause",categories:[]},{id:57,name:"pause-circle",slug:"pause-circle",categories:[]},{id:383,name:"pen",slug:"pen",categories:[{name:"Business"},{name:"Writing"},{name:"Editors"}]},{id:259,name:"pencil",slug:"pencil",categories:[{name:"Business"},{name:"Writing"},{name:"Editors"}]},{id:167,name:"phone",slug:"phone",categories:[{name:"Business"}]},{id:336,name:"phone-call",slug:"phone-call",categories:[]},{id:360,name:"phone-incoming",slug:"phone-incoming",categories:[]},{id:361,name:"phone-outgoing",slug:"phone-outgoing",categories:[]},{id:168,name:"pie-chart",slug:"pie-chart",categories:[{name:"Business"}]},{id:379,name:"pie-chart-alt",slug:"pie-chart-alt",categories:[{name:"Business"}]},{id:260,name:"pin",slug:"pin",categories:[]},{id:61,name:"play",slug:"play",categories:[{name:"Audio & Video"}]},{id:60,name:"play-circle",slug:"play-circle",categories:[{name:"Audio & Video"}]},{id:398,name:"playlist",slug:"playlist",categories:[{name:"Audio & Video"}]},{id:401,name:"plug",slug:"plug",categories:[]},{id:261,name:"plus",slug:"plus",categories:[]},{id:62,name:"plus-circle",slug:"plus-circle",categories:[]},{id:314,name:"poll",slug:"poll",categories:[]},{id:315,name:"popular",slug:"popular",categories:[]},{id:262,name:"power-off",slug:"power-off",categories:[]},{id:169,name:"printer",slug:"printer",categories:[]},{id:263,name:"pulse",slug:"pulse",categories:[]},{id:382,name:"purchase-tag",slug:"purchase-tag",categories:[]},{id:63,name:"question-mark",slug:"question-mark",categories:[{name:"Accessibility"}]},{id:342,name:"quote-left",slug:"quote-left",categories:[{name:"Chat"},{name:"Editors"}]},{id:316,name:"quote-right",slug:"quote-right",categories:[{name:"Chat"},{name:"Editors"}]},{id:317,name:"radar",slug:"radar",categories:[]},{id:170,name:"radio",slug:"radio",categories:[{name:"Audio & Video"}]},{id:65,name:"radio-circle",slug:"radio-circle",categories:[{name:"Shapes"}]},{id:64,name:"radio-circle-marked",slug:"radio-circle-marked",categories:[]},{id:66,name:"rectangle",slug:"rectangle",categories:[{name:"Shapes"}]},{id:318,name:"redo",slug:"redo",categories:[{name:"Editors"}]},{id:358,name:"rename",slug:"rename",categories:[{name:"Editors"}]},{id:320,name:"reply",slug:"reply",categories:[{name:"Editors"}]},{id:319,name:"reply-all",slug:"reply-all",categories:[{name:"Editors"}]},{id:451,name:"report",slug:"report",categories:[]},{id:321,name:"repost",slug:"repost",categories:[]},{id:68,name:"reset",slug:"reset",categories:[{name:"Editors"}]},{id:322,name:"revision",slug:"revision",categories:[{name:"Editors"}]},{id:67,name:"rewind",slug:"rewind",categories:[{name:"Audio & Video"}]},{id:264,name:"ribbon",slug:"ribbon",categories:[]},{id:69,name:"right-arrow-circle",slug:"right-arrow-circle",categories:[{name:"Arrows"}]},{id:323,name:"right-arrow-outline",slug:"right-arrow-outline",categories:[{name:"Arrows"}]},{id:70,name:"right-down-arrow-circle",slug:"right-down-arrow-circle",categories:[{name:"Arrows"}]},{id:71,name:"right-indent",slug:"right-indent",categories:[]},{id:72,name:"right-top-arrow-circle",slug:"right-top-arrow-circle",categories:[{name:"Arrows"}]},{id:356,name:"rotate",slug:"rotate",categories:[]},{id:73,name:"rss",slug:"rss",categories:[]},{id:354,name:"ruler",slug:"ruler",categories:[{name:"Writing"},{name:"Editors"}]},{id:265,name:"save",slug:"save",categories:[{name:"Editors"}]},{id:266,name:"screenshot",slug:"screenshot",categories:[]},{id:74,name:"search",slug:"search",categories:[]},{id:402,name:"select-arrows",slug:"select-arrows",categories:[{name:"Arrows"}]},{id:267,name:"select-multiple",slug:"select-multiple",categories:[]},{id:422,name:"selection",slug:"selection",categories:[]},{id:171,name:"send",slug:"send",categories:[]},{id:347,name:"server",slug:"server",categories:[]},{id:269,name:"share",slug:"share",categories:[]},{id:268,name:"share-alt",slug:"share-alt",categories:[]},{id:271,name:"shield",slug:"shield",categories:[]},{id:270,name:"shield-alt",slug:"shield-alt",categories:[]},{id:273,name:"shopping-bag",slug:"shopping-bag",categories:[{name:"Ecommerce & Shopping"}]},{id:272,name:"shopping-bag-alt",slug:"shopping-bag-alt",categories:[{name:"Ecommerce & Shopping"}]},{id:75,name:"show",slug:"show",categories:[]},{id:274,name:"shuffle",slug:"shuffle",categories:[{name:"Audio & Video"}]},{id:340,name:"shuffle-alt",slug:"shuffle-alt",categories:[{name:"Audio & Video"}]},{id:172,name:"sidebar",slug:"sidebar",categories:[]},{id:173,name:"sitemap",slug:"sitemap",categories:[]},{id:76,name:"skip-next",slug:"skip-next",categories:[{name:"Audio & Video"}]},{id:366,name:"skip-next-circle",slug:"skip-next-circle",categories:[{name:"Audio & Video"}]},{id:77,name:"skip-previous",slug:"skip-previous",categories:[{name:"Audio & Video"}]},{id:367,name:"skip-previous-circle",slug:"skip-previous-circle",categories:[{name:"Audio & Video"}]},{id:442,name:"skull",slug:"skull",categories:[]},{id:416,name:"slider",slug:"slider",categories:[]},{id:174,name:"smiley-happy",slug:"smiley-happy",categories:[{name:"Chat"},{name:"Emoji"},{name:"Users & People"}]},{id:414,name:"smiley-meh",slug:"smiley-meh",categories:[{name:"Chat"},{name:"Emoji"},{name:"Users & People"}]},{id:175,name:"smiley-sad",slug:"smiley-sad",categories:[{name:"Chat"},{name:"Emoji"},{name:"Users & People"}]},{id:275,name:"snowflake",slug:"snowflake",categories:[]},{id:276,name:"sort",slug:"sort",categories:[]},{id:444,name:"spectacles",slug:"spectacles",categories:[]},{id:176,name:"spreadsheet",slug:"spreadsheet",categories:[]},{id:277,name:"star",slug:"star",categories:[{name:"Shapes"}]},{id:392,name:"station",slug:"station",categories:[{name:"Audio & Video"}]},{id:79,name:"stop",slug:"stop",categories:[{name:"Audio & Video"}]},{id:78,name:"stop-circle",slug:"stop-circle",categories:[]},{id:80,name:"stopwatch",slug:"stopwatch",categories:[{name:"Date & Time"}]},{id:370,name:"store",slug:"store",categories:[{name:"Ecommerce & Shopping"}]},{id:338,name:"stumble-upon",slug:"stumble-upon",categories:[{name:"Social"}]},{id:324,name:"subdirectory-left",slug:"subdirectory-left",categories:[]},{id:325,name:"subdirectory-right",slug:"subdirectory-right",categories:[]},{id:278,name:"sun",slug:"sun",categories:[]},{id:326,name:"support",slug:"support",categories:[]},{id:81,name:"sync",slug:"sync",categories:[{name:"Editors"}]},{id:443,name:"t-shirt",slug:"t-shirt",categories:[]},{id:177,name:"tab",slug:"tab",categories:[]},{id:194,name:"table",slug:"table",categories:[{name:"Editors"}]},{id:178,name:"tag",slug:"tag",categories:[]},{id:179,name:"tag-remove",slug:"tag-remove",categories:[]},{id:180,name:"target-lock",slug:"target-lock",categories:[]},{id:346,name:"task",slug:"task",categories:[]},{id:181,name:"tennis-ball",slug:"tennis-ball",categories:[{name:"Sports"}]},{id:128,name:"terminal",slug:"terminal",categories:[]},{id:279,name:"text",slug:"text",categories:[{name:"Editors"}]},{id:418,name:"thermometer",slug:"thermometer",categories:[]},{id:82,name:"time",slug:"time",categories:[]},{id:327,name:"timer",slug:"timer",categories:[{name:"Date & Time"}]},{id:377,name:"to-top",slug:"to-top",categories:[]},{id:365,name:"toggle",slug:"toggle",categories:[]},{id:83,name:"toggle-left",slug:"toggle-left",categories:[]},{id:84,name:"toggle-right",slug:"toggle-right",categories:[]},{id:396,name:"torch",slug:"torch",categories:[]},{id:280,name:"trash",slug:"trash",categories:[]},{id:409,name:"trash-alt",slug:"trash-alt",categories:[]},{id:85,name:"trending-down",slug:"trending-down",categories:[]},{id:86,name:"trending-up",slug:"trending-up",categories:[]},{id:328,name:"triangle",slug:"triangle",categories:[{name:"Shapes"}]},{id:281,name:"trophy",slug:"trophy",categories:[]},{id:282,name:"truck",slug:"truck",categories:[{name:"Vehicles"}]},{id:335,name:"tumblr",slug:"tumblr",categories:[{name:"Social"}]},{id:389,name:"tv",slug:"tv",categories:[{name:"Audio & Video"}]},{id:329,name:"twitter",slug:"twitter",categories:[{name:"Social"}]},{id:420,name:"umbrella",slug:"umbrella",categories:[]},{id:283,name:"underline",slug:"underline",categories:[{name:"Editors"}]},{id:330,name:"undo",slug:"undo",categories:[{name:"Editors"}]},{id:87,name:"up-arrow-circle",slug:"up-arrow-circle",categories:[{name:"Arrows"}]},{id:331,name:"up-arrow-outline",slug:"up-arrow-outline",categories:[{name:"Arrows"}]},{id:183,name:"upload",slug:"upload",categories:[]},{id:374,name:"upvote",slug:"upvote",categories:[]},{id:184,name:"usb",slug:"usb",categories:[]},{id:289,name:"user",slug:"user",categories:[{name:"Users & People"}]},{id:284,name:"user-check",slug:"user-check",categories:[{name:"Users & People"}]},{id:285,name:"user-circle",slug:"user-circle",categories:[{name:"Users & People"}]},{id:332,name:"user-detail",slug:"user-detail",categories:[{name:"Users & People"}]},{id:286,name:"user-minus",slug:"user-minus",categories:[{name:"Users & People"}]},{id:287,name:"user-plus",slug:"user-plus",categories:[{name:"Users & People"}]},{id:288,name:"user-remove",slug:"user-remove",categories:[{name:"Users & People"}]},{id:88,name:"vertical-center",slug:"vertical-center",categories:[{name:"Editors"}]},{id:89,name:"video",slug:"video",categories:[{name:"Audio & Video"}]},{id:185,name:"video-off",slug:"video-off",categories:[{name:"Audio & Video"}]},{id:381,name:"videos",slug:"videos",categories:[{name:"Audio & Video"}]},{id:372,name:"vimeo",slug:"vimeo",categories:[{name:"Social"}]},{id:186,name:"voicemail",slug:"voicemail",categories:[{name:"Audio & Video"}]},{id:93,name:"volume",slug:"volume",categories:[{name:"Audio & Video"}]},{id:90,name:"volume-full",slug:"volume-full",categories:[{name:"Audio & Video"}]},{id:91,name:"volume-low",slug:"volume-low",categories:[{name:"Audio & Video"}]},{id:92,name:"volume-mute",slug:"volume-mute",categories:[{name:"Audio & Video"}]},{id:393,name:"wallet",slug:"wallet",categories:[]},{id:290,name:"watch",slug:"watch",categories:[{name:"Date & Time"}]},{id:426,name:"watch-alt",slug:"watch-alt",categories:[{name:"Date & Time"}]},{id:334,name:"whatsapp",slug:"whatsapp",categories:[{name:"Social"}]},{id:187,name:"widget",slug:"widget",categories:[]},{id:188,name:"wifi",slug:"wifi",categories:[]},{id:190,name:"window",slug:"window",categories:[]},{id:405,name:"window-close",slug:"window-close",categories:[]},{id:189,name:"window-open",slug:"window-open",categories:[]},{id:191,name:"windows",slug:"windows",categories:[]},{id:427,name:"world",slug:"world",categories:[]},{id:439,name:"wrench",slug:"wrench",categories:[]},{id:195,name:"x",slug:"x",categories:[{name:"Shapes"}]},{id:94,name:"x-circle",slug:"x-circle",categories:[]},{id:333,name:"youtube",slug:"youtube",categories:[{name:"Social"}]},{id:192,name:"zap",slug:"zap",categories:[]},{id:95,name:"zoom-in",slug:"zoom-in",categories:[]},{id:96,name:"zoom-out",slug:"zoom-out",categories:[]}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=(n(48),function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments[1];switch(t.type){case"SET_SEARCH_TERM":return t.payload;default:return e}});t.default=r},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=(n(48),function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments[1];switch(t.type){case"CHANGE_SIDE_ICON":return t.payload;case"TOGGLE_SIDE_ICON":return!e;default:return e}});t.default=r},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=(n(48),function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{name:null,slug:null},t=arguments[1];switch(t.type){case"SET_SELECTED_ICON":return{name:t.name,slug:t.slug};default:return e}});t.default=r},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}var a=n(35),c=n.n(a),u=n(5),l=n.n(u),s=n(12),f=n.n(s),d=n(53),p=n(110),h=function(e){function t(){var n,i,a;r(this,t);for(var c=arguments.length,u=Array(c),l=0;l ignores the history prop. To use a custom history, use `import { Router }` instead of `import { BrowserRouter as Router }`.")},t.prototype.render=function(){return l.a.createElement(p.a,{history:this.history,children:this.props.children})},t}(l.a.Component);h.propTypes={basename:f.a.string,forceRefresh:f.a.bool,getUserConfirmation:f.a.func,keyLength:f.a.number,children:f.a.node},t.a=h},function(e,t,n){"use strict";var r=n(75),o=n.n(r),i=n(29),a=n.n(i),c=n(76),u=n(58),l=n(109),s=n(158),f="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},d=Object.assign||function(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:{};a()(s.b,"Browser history needs a DOM");var t=window.history,n=Object(s.g)(),r=!Object(s.h)(),i=e.forceRefresh,h=void 0!==i&&i,g=e.getUserConfirmation,m=void 0===g?s.c:g,v=e.keyLength,b=void 0===v?6:v,y=e.basename?Object(u.g)(Object(u.a)(e.basename)):"",x=function(e){var t=e||{},n=t.key,r=t.state,i=window.location,a=i.pathname,l=i.search,s=i.hash,f=a+l+s;return o()(!y||Object(u.c)(f,y),'You are attempting to use a basename on a page whose URL path does not begin with the basename. Expected path "'+f+'" to begin with "'+y+'".'),y&&(f=Object(u.e)(f,y)),Object(c.a)(f,r,n)},w=function(){return Math.random().toString(36).substr(2,b)},E=Object(l.a)(),k=function(e){d(W,e),W.length=t.length,E.notifyListeners(W.location,W.action)},S=function(e){Object(s.d)(e)||O(x(e.state))},_=function(){O(x(p()))},C=!1,O=function(e){if(C)C=!1,k();else{E.confirmTransitionTo(e,"POP",m,function(t){t?k({action:"POP",location:e}):T(e)})}},T=function(e){var t=W.location,n=j.indexOf(t.key);-1===n&&(n=0);var r=j.indexOf(e.key);-1===r&&(r=0);var o=n-r;o&&(C=!0,N(o))},P=x(p()),j=[P.key],M=function(e){return y+Object(u.b)(e)},A=function(e,r){o()(!("object"===(void 0===e?"undefined":f(e))&&void 0!==e.state&&void 0!==r),"You should avoid providing a 2nd state argument to push when the 1st argument is a location-like object that already has state; it is ignored");var i=Object(c.a)(e,r,w(),W.location);E.confirmTransitionTo(i,"PUSH",m,function(e){if(e){var r=M(i),a=i.key,c=i.state;if(n)if(t.pushState({key:a,state:c},null,r),h)window.location.href=r;else{var u=j.indexOf(W.location.key),l=j.slice(0,-1===u?0:u+1);l.push(i.key),j=l,k({action:"PUSH",location:i})}else o()(void 0===c,"Browser history cannot push state in browsers that do not support HTML5 history"),window.location.href=r}})},z=function(e,r){o()(!("object"===(void 0===e?"undefined":f(e))&&void 0!==e.state&&void 0!==r),"You should avoid providing a 2nd state argument to replace when the 1st argument is a location-like object that already has state; it is ignored");var i=Object(c.a)(e,r,w(),W.location);E.confirmTransitionTo(i,"REPLACE",m,function(e){if(e){var r=M(i),a=i.key,c=i.state;if(n)if(t.replaceState({key:a,state:c},null,r),h)window.location.replace(r);else{var u=j.indexOf(W.location.key);-1!==u&&(j[u]=i.key),k({action:"REPLACE",location:i})}else o()(void 0===c,"Browser history cannot replace state in browsers that do not support HTML5 history"),window.location.replace(r)}})},N=function(e){t.go(e)},I=function(){return N(-1)},R=function(){return N(1)},F=0,L=function(e){F+=e,1===F?(Object(s.a)(window,"popstate",S),r&&Object(s.a)(window,"hashchange",_)):0===F&&(Object(s.e)(window,"popstate",S),r&&Object(s.e)(window,"hashchange",_))},U=!1,D=function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=E.setPrompt(e);return U||(L(1),U=!0),function(){return U&&(U=!1,L(-1)),t()}},B=function(e){var t=E.appendListener(e);return L(1),function(){L(-1),t()}},W={length:t.length,action:"POP",location:P,createHref:M,push:A,replace:z,go:N,goBack:I,goForward:R,block:D,listen:B};return W};t.a=h},function(e,t,n){"use strict";function r(e){return"/"===e.charAt(0)}function o(e,t){for(var n=t,r=n+1,o=e.length;r1&&void 0!==arguments[1]?arguments[1]:"",n=e&&e.split("/")||[],i=t&&t.split("/")||[],a=e&&r(e),c=t&&r(t),u=a||c;if(e&&r(e)?i=n:n.length&&(i.pop(),i=i.concat(n)),!i.length)return"/";var l=void 0;if(i.length){var s=i[i.length-1];l="."===s||".."===s||""===s}else l=!1;for(var f=0,d=i.length;d>=0;d--){var p=i[d];"."===p?o(i,d):".."===p?(o(i,d),f++):f&&(o(i,d),f--)}if(!u)for(;f--;f)i.unshift("..");!u||""===i[0]||i[0]&&r(i[0])||i.unshift("");var h=i.join("/");return l&&"/"!==h.substr(-1)&&(h+="/"),h}t.a=i},function(e,t,n){"use strict";function r(e,t){if(e===t)return!0;if(null==e||null==t)return!1;if(Array.isArray(e))return Array.isArray(t)&&e.length===t.length&&e.every(function(e,n){return r(e,t[n])});var n=void 0===e?"undefined":o(e);if(n!==(void 0===t?"undefined":o(t)))return!1;if("object"===n){var i=e.valueOf(),a=t.valueOf();if(i!==e||a!==t)return r(i,a);var c=Object.keys(e),u=Object.keys(t);return c.length===u.length&&c.every(function(n){return r(e[n],t[n])})}return!1}var o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};t.a=r},function(e,t,n){"use strict";var r=n(75),o=n.n(r),i=n(29),a=n.n(i),c=n(76),u=n(58),l=n(109),s=n(158),f=Object.assign||function(e){for(var t=1;t=0?t:0)+"#"+e)},m=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};a()(s.b,"Hash history needs a DOM");var t=window.history,n=Object(s.f)(),r=e.getUserConfirmation,i=void 0===r?s.c:r,m=e.hashType,v=void 0===m?"slash":m,b=e.basename?Object(u.g)(Object(u.a)(e.basename)):"",y=d[v],x=y.encodePath,w=y.decodePath,E=function(){var e=w(p());return o()(!b||Object(u.c)(e,b),'You are attempting to use a basename on a page whose URL path does not begin with the basename. Expected path "'+e+'" to begin with "'+b+'".'),b&&(e=Object(u.e)(e,b)),Object(c.a)(e)},k=Object(l.a)(),S=function(e){f(q,e),q.length=t.length,k.notifyListeners(q.location,q.action)},_=!1,C=null,O=function(){var e=p(),t=x(e);if(e!==t)g(t);else{var n=E(),r=q.location;if(!_&&Object(c.b)(r,n))return;if(C===Object(u.b)(n))return;C=null,T(n)}},T=function(e){if(_)_=!1,S();else{k.confirmTransitionTo(e,"POP",i,function(t){t?S({action:"POP",location:e}):P(e)})}},P=function(e){var t=q.location,n=z.lastIndexOf(Object(u.b)(t));-1===n&&(n=0);var r=z.lastIndexOf(Object(u.b)(e));-1===r&&(r=0);var o=n-r;o&&(_=!0,F(o))},j=p(),M=x(j);j!==M&&g(M);var A=E(),z=[Object(u.b)(A)],N=function(e){return"#"+x(b+Object(u.b)(e))},I=function(e,t){o()(void 0===t,"Hash history cannot push state; it is ignored");var n=Object(c.a)(e,void 0,void 0,q.location);k.confirmTransitionTo(n,"PUSH",i,function(e){if(e){var t=Object(u.b)(n),r=x(b+t);if(p()!==r){C=t,h(r);var i=z.lastIndexOf(Object(u.b)(q.location)),a=z.slice(0,-1===i?0:i+1);a.push(t),z=a,S({action:"PUSH",location:n})}else o()(!1,"Hash history cannot PUSH the same path; a new entry will not be added to the history stack"),S()}})},R=function(e,t){o()(void 0===t,"Hash history cannot replace state; it is ignored");var n=Object(c.a)(e,void 0,void 0,q.location);k.confirmTransitionTo(n,"REPLACE",i,function(e){if(e){var t=Object(u.b)(n),r=x(b+t);p()!==r&&(C=t,g(r));var o=z.indexOf(Object(u.b)(q.location));-1!==o&&(z[o]=t),S({action:"REPLACE",location:n})}})},F=function(e){o()(n,"Hash history go(n) causes a full page reload in this browser"),t.go(e)},L=function(){return F(-1)},U=function(){return F(1)},D=0,B=function(e){D+=e,1===D?Object(s.a)(window,"hashchange",O):0===D&&Object(s.e)(window,"hashchange",O)},W=!1,H=function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=k.setPrompt(e);return W||(B(1),W=!0),function(){return W&&(W=!1,B(-1)),t()}},V=function(e){var t=k.appendListener(e);return B(1),function(){B(-1),t()}},q={length:t.length,action:"POP",location:A,createHref:N,push:I,replace:R,go:F,goBack:L,goForward:U,block:H,listen:V};return q};t.a=m},function(e,t,n){"use strict";var r=n(75),o=n.n(r),i=n(58),a=n(76),c=n(109),u="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},l=Object.assign||function(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:{},t=e.getUserConfirmation,n=e.initialEntries,r=void 0===n?["/"]:n,f=e.initialIndex,d=void 0===f?0:f,p=e.keyLength,h=void 0===p?6:p,g=Object(c.a)(),m=function(e){l(P,e),P.length=P.entries.length,g.notifyListeners(P.location,P.action)},v=function(){return Math.random().toString(36).substr(2,h)},b=s(d,0,r.length-1),y=r.map(function(e){return"string"==typeof e?Object(a.a)(e,void 0,v()):Object(a.a)(e,void 0,e.key||v())}),x=i.b,w=function(e,n){o()(!("object"===(void 0===e?"undefined":u(e))&&void 0!==e.state&&void 0!==n),"You should avoid providing a 2nd state argument to push when the 1st argument is a location-like object that already has state; it is ignored");var r=Object(a.a)(e,n,v(),P.location);g.confirmTransitionTo(r,"PUSH",t,function(e){if(e){var t=P.index,n=t+1,o=P.entries.slice(0);o.length>n?o.splice(n,o.length-n,r):o.push(r),m({action:"PUSH",location:r,index:n,entries:o})}})},E=function(e,n){o()(!("object"===(void 0===e?"undefined":u(e))&&void 0!==e.state&&void 0!==n),"You should avoid providing a 2nd state argument to replace when the 1st argument is a location-like object that already has state; it is ignored");var r=Object(a.a)(e,n,v(),P.location);g.confirmTransitionTo(r,"REPLACE",t,function(e){e&&(P.entries[P.index]=r,m({action:"REPLACE",location:r}))})},k=function(e){var n=s(P.index+e,0,P.entries.length-1),r=P.entries[n];g.confirmTransitionTo(r,"POP",t,function(e){e?m({action:"POP",location:r,index:n}):m()})},S=function(){return k(-1)},_=function(){return k(1)},C=function(e){var t=P.index+e;return t>=0&&t0&&void 0!==arguments[0]&&arguments[0];return g.setPrompt(e)},T=function(e){return g.appendListener(e)},P={length:y.length,action:"POP",location:y[b],index:b,entries:y,createHref:x,push:w,replace:E,go:k,goBack:S,goForward:_,canGo:C,block:O,listen:T};return P};t.a=f},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}var a=n(35),c=n.n(a),u=n(5),l=n.n(u),s=n(12),f=n.n(s),d=n(53),p=n(110),h=function(e){function t(){var n,i,a;r(this,t);for(var c=arguments.length,u=Array(c),l=0;l ignores the history prop. To use a custom history, use `import { Router }` instead of `import { HashRouter as Router }`.")},t.prototype.render=function(){return l.a.createElement(p.a,{history:this.history,children:this.props.children})},t}(l.a.Component);h.propTypes={basename:f.a.string,getUserConfirmation:f.a.func,hashType:f.a.oneOf(["hashbang","noslash","slash"]),children:f.a.node},t.a=h},function(e,t,n){"use strict";var r=n(418);t.a=r.a},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}var a=n(35),c=n.n(a),u=n(5),l=n.n(u),s=n(12),f=n.n(s),d=n(53),p=n(111),h=function(e){function t(){var n,i,a;r(this,t);for(var c=arguments.length,u=Array(c),l=0;l ignores the history prop. To use a custom history, use `import { Router }` instead of `import { MemoryRouter as Router }`.")},t.prototype.render=function(){return l.a.createElement(p.a,{history:this.history,children:this.props.children})},t}(l.a.Component);h.propTypes={initialEntries:f.a.array,initialIndex:f.a.number,getUserConfirmation:f.a.func,keyLength:f.a.number,children:f.a.node},t.a=h},function(e,t,n){"use strict";function r(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}var o=n(5),i=n.n(o),a=n(12),c=n.n(a),u=n(160),l=n(159),s=Object.assign||function(e){for(var t=1;t outside a "),this.props.when&&this.enable(this.props.message)},t.prototype.componentWillReceiveProps=function(e){e.when?this.props.when&&this.props.message===e.message||this.enable(e.message):this.disable()},t.prototype.componentWillUnmount=function(){this.disable()},t.prototype.render=function(){return null},t}(c.a.Component);d.propTypes={when:l.a.bool,message:l.a.oneOfType([l.a.func,l.a.string]).isRequired},d.defaultProps={when:!0},d.contextTypes={router:l.a.shape({history:l.a.shape({block:l.a.func.isRequired}).isRequired}).isRequired},t.a=d},function(e,t,n){"use strict";var r=n(424);t.a=r.a},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}var a=n(5),c=n.n(a),u=n(12),l=n.n(u),s=n(35),f=n.n(s),d=n(29),p=n.n(d),h=n(53),g=n(163),m=Object.assign||function(e){for(var t=1;t outside a "),this.isStatic()&&this.perform()},t.prototype.componentDidMount=function(){this.isStatic()||this.perform()},t.prototype.componentDidUpdate=function(e){var t=Object(h.c)(e.to),n=Object(h.c)(this.props.to);if(Object(h.f)(t,n))return void f()(!1,"You tried to redirect to the same route you're currently on: \""+n.pathname+n.search+'"');this.perform()},t.prototype.computeTo=function(e){var t=e.computedMatch,n=e.to;return t?"string"==typeof n?Object(g.a)(n,t.params):m({},n,{pathname:Object(g.a)(n.pathname,t.params)}):n},t.prototype.perform=function(){var e=this.context.router.history,t=this.props.push,n=this.computeTo(this.props);t?e.push(n):e.replace(n)},t.prototype.render=function(){return null},t}(c.a.Component);v.propTypes={computedMatch:l.a.object,push:l.a.bool,from:l.a.string,to:l.a.oneOfType([l.a.string,l.a.object]).isRequired},v.defaultProps={push:!1},v.contextTypes={router:l.a.shape({history:l.a.shape({push:l.a.func.isRequired,replace:l.a.func.isRequired}).isRequired,staticContext:l.a.object}).isRequired},t.a=v},function(e,t,n){"use strict";var r=n(426);t.a=r.a},function(e,t,n){"use strict";function r(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}var c=n(35),u=n.n(c),l=n(29),s=n.n(l),f=n(5),d=n.n(f),p=n(12),h=n.n(p),g=n(53),m=n(111),v=Object.assign||function(e){for(var t=1;t",e)}},k=function(){},S=function(e){function t(){var n,r,a;o(this,t);for(var c=arguments.length,u=Array(c),l=0;l ignores the history prop. To use a custom history, use `import { Router }` instead of `import { StaticRouter as Router }`.")},t.prototype.render=function(){var e=this.props,t=e.basename,n=(e.context,e.location),o=r(e,["basename","context","location"]),i={createHref:this.createHref,action:"POP",location:x(t,Object(g.c)(n)),push:this.handlePush,replace:this.handleReplace,go:E("go"),goBack:E("goBack"),goForward:E("goForward"),listen:this.handleListen,block:this.handleBlock};return d.a.createElement(m.a,v({},o,{history:i}))},t}(d.a.Component);S.propTypes={basename:h.a.string,context:h.a.object.isRequired,location:h.a.oneOfType([h.a.string,h.a.object])},S.defaultProps={basename:"",location:"/"},S.childContextTypes={router:h.a.object.isRequired},t.a=S},function(e,t,n){"use strict";var r=n(428);t.a=r.a},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}var a=n(5),c=n.n(a),u=n(12),l=n.n(u),s=n(35),f=n.n(s),d=n(29),p=n.n(d),h=n(112),g=function(e){function t(){return r(this,t),o(this,e.apply(this,arguments))}return i(t,e),t.prototype.componentWillMount=function(){p()(this.context.router,"You should not use outside a ")},t.prototype.componentWillReceiveProps=function(e){f()(!(e.location&&!this.props.location),' elements should not change from uncontrolled to controlled (or vice versa). You initially used no "location" prop and then provided one on a subsequent render.'),f()(!(!e.location&&this.props.location),' elements should not change from controlled to uncontrolled (or vice versa). You provided a "location" prop initially but omitted it on a subsequent render.')},t.prototype.render=function(){var e=this.context.router.route,t=this.props.children,n=this.props.location||e.location,r=void 0,o=void 0;return c.a.Children.forEach(t,function(t){if(null==r&&c.a.isValidElement(t)){var i=t.props,a=i.path,u=i.exact,l=i.strict,s=i.sensitive,f=i.from,d=a||f;o=t,r=Object(h.a)(n.pathname,{path:d,exact:u,strict:l,sensitive:s},e.match)}}),r?c.a.cloneElement(o,{location:n,computedMatch:r}):null},t}(c.a.Component);g.contextTypes={router:l.a.shape({route:l.a.object.isRequired}).isRequired},g.propTypes={children:l.a.node,location:l.a.object},t.a=g},function(e,t,n){"use strict";var r=n(163);t.a=r.a},function(e,t,n){"use strict";var r=n(112);t.a=r.a},function(e,t,n){"use strict";var r=n(432);t.a=r.a},function(e,t,n){"use strict";function r(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}var o=n(5),i=n.n(o),a=n(12),c=n.n(a),u=n(151),l=n.n(u),s=n(161),f=Object.assign||function(e){for(var t=1;t0?e.classList.add("scroll"):e.classList.remove("scroll")}},{key:"handleMenuLinkClick",value:function(){this.setState({showMobile:!1})}},{key:"handleMenuClick",value:function(e){e.preventDefault(),this.setState({showMobile:!this.state.showMobile})}},{key:"componentDidMount",value:function(){window.addEventListener("scroll",this.handleNavbarScroll)}},{key:"componentWillUnmount",value:function(){document.querySelector(".navbar-cont").classList.remove("scroll"),window.removeEventListener("scroll",this.handleNavbarScroll)}},{key:"render",value:function(){return l.default.createElement("div",{className:"navbar-cont"},l.default.createElement("ul",{className:"navbar",role:"navigation"},l.default.createElement("li",{className:"anikon__brand"},l.default.createElement(f.Link,{to:"/"},l.default.createElement("div",{className:"brand sprite"}))),l.default.createElement("li",{className:"nav-search"}," ","/"===this.props.location&&l.default.createElement(p.default,null)),l.default.createElement("li",{className:"nav-links"},l.default.createElement(f.NavLink,{exact:!0,to:"/"},"Icons",l.default.createElement("div",{className:"version "},"v",h.VERSION)),l.default.createElement("a",{href:"https://paypal.me/atisawd",target:"_blank"},"Donate"),l.default.createElement(f.NavLink,{to:"/get-started"},"Usage "),l.default.createElement("a",{className:"github-button",href:"https://github.com/atisawd/boxicons",target:"_blank"},"Github"),l.default.createElement("a",{className:"color-button",download:!0,href:"/static/boxicons-"+h.VERSION+".zip"},"Download")),l.default.createElement("li",{className:"mobile-menu"},l.default.createElement("a",{href:"#",className:"mobile-menu-button",onClick:this.handleMenuClick},this.state.showMobile?l.default.createElement("i",{className:"bx bx-x"}):l.default.createElement("i",{className:"bx bx-menu"})),this.state.showMobile&&l.default.createElement("ul",{className:"mobile-menu-cont animated slideInRight"},l.default.createElement("li",{className:"mobile-link"},l.default.createElement(f.NavLink,{exact:!0,to:"/",onClick:this.handleMenuLinkClick},"Icons")),l.default.createElement("li",{className:"mobile-link"},l.default.createElement("a",{href:"https://paypal.me/atisawd",target:"_blank"},"Donate")),l.default.createElement("li",{className:"mobile-link"},l.default.createElement(f.NavLink,{to:"/get-started",onClick:this.handleMenuLinkClick},"Get Started ")),l.default.createElement("li",{className:"mobile-link"},l.default.createElement(f.NavLink,{to:"/cheatsheet",onClick:this.handleMenuLinkClick},"Cheatsheet ")),l.default.createElement("li",{className:"mobile-link"},l.default.createElement("a",{href:"https://github.com/atisawd/boxicons",target:"_blank"},"Github"))))))}}]),t}(u.Component);t.default=g},function(e,t){e.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAA+CAYAAAB6Kgg+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAlpJREFUeNrs2z9LAmEcwHG9RMqMCgmpQYVoCBLrBTQoVIKBS5RtLW0NvYSaW1raNQiRcggaqiGEChqCkBwDu4YgCDIKIQjsl1ygx3nen+d57nmengceHlAHPzz3tTu93I1Gw0VqnF1WhmBZg1lbmJ3KuggONwmoAtxU5qDysAxzixQYK7QDUD2IgLFADQKJgpFCLQKJgJFAEQGxgm1BMQGxgC1BCQGRgk1BHQIiARuCUgK0BdaFUgq0BNaEMgI0BW6DMgo0BG5COQHqgt25w/OdYHB0nSOgFnhNKhYL/qcn+ZlT5Luyq6WesfDEXKVS9sty9TUUCn/19vYNc4LchpkB5E3z0I2nlndhjf09G4vNDCQS8xGv1xtgFHj8+1kDwMfWBz3qV5XLdx8w75PJ1Eg0Oh2RJKmfEWBZAZY0/7yod7R1+Hw+Tzq9FIBDepLyDje7nTBIek/W6/XvfH7/5eAge1urvVUp7TBi5DRQd0fVg6J+NTvUGx5TETjfr26HyHbUwX4NdWi5UUr6Ndwhlh0l0K/pDpE1Sqhfyx0S2VEE/druEEujiPtF0iHxHTXRL9IOiTRqst8HHB06vqPqcXFSiJM+lZJc/2QIqIAKqIAKqIAKqIAKqIDyDL36F1C4ZDqCdRXmNc/Qtp/2E4sr07BswBzn7XpU82YNACcVcD8vUKnDGzmFJQMzx/2nLmA/YWZ56dfwLXIo+6Wm0S5g2/0y8eUYq/1KFneEuX6R3IFttl8mGkXRL/NfYNPcL/KrF1r7xf6fTFr9Mt+o0X65/pGppd89Jw7dHwEGAP5+fGFiw8UnAAAAAElFTkSuQmCC"},function(e,t,n){var r=n(438);"string"==typeof r&&(r=[[e.i,r,""]]);var o={hmr:!0};o.transform=void 0;n(444)(r,o);r.locals&&(e.exports=r.locals)},function(e,t,n){var r=n(439);t=e.exports=n(440)(!1),t.push([e.i,'.hljs{display:block;overflow-x:auto;color:#555;background:#f7f7f7;padding:.7em;font-size:14px;border-radius:5px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.main-buttons{padding:25px 0;padding-bottom:50px;text-align:center}.main-buttons a.color-button{background:#fc5774;color:#fff;border-color:#fc5774}.main-buttons a.color-button:active{background:#e65d75;border-color:#e65d75}.main-buttons a:active{border-color:#e65d75}.main-buttons a{display:inline-block;background:transparent;text-align:center;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px;font-size:16px;margin:0 7px;font-weight:700;border:1px solid;color:#fc5774;height:40px;width:120px;line-height:40px}.page-body h4{font-size:21px;font-weight:400;margin-bottom:0;color:#282828;margin-top:15px}.home-top{padding-bottom:70px}a.color-button{margin-left:10px;background:transparent;color:#282828!important;border:1px solid rgba(0,0,0,.15);text-align:center;border-radius:5px;font-weight:700;font-size:15px!important;width:90px;align-items:center}a.color-button:active{border:1px solid rgba(0,0,0,.25)}code.side{color:#d81b60;background:#f7f7f7;padding:1px 5px;font-size:12px;display:inline-flex!important;border-radius:5px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.hidden{position:absolute;top:0;z-index:-1}.page-body{max-width:960px;margin:0 auto;margin-top:0;padding-bottom:100px}ul.docs-sidebar-list li a{color:#999;font-size:15px}ul.docs-sidebar-list li a:hover{color:#282828}.hljs-comment,.hljs-quote{color:#a0a1a7;font-style:italic}.docs-content{overflow:hidden}.hljs-doctag,.hljs-formula,.hljs-keyword{color:#a626a4}.hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst{color:#d81b60}.hljs-literal{color:#0184bb}.hljs-addition,.hljs-attribute,.hljs-meta-string,.hljs-regexp,.hljs-string{color:#0d904f}.hljs-built_in,.hljs-class .hljs-title{color:#c18401}.hljs-attr,.hljs-number,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable{color:#37474f}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol,.hljs-title{color:#3b78e7}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}.no-result p{margin-top:2px;font-size:16px;color:#aab0bc;font-style:italic}h3.no-result{text-align:center;width:100%;font-weight:400;padding:10px;min-height:200px;color:#373a3c;font-size:21px}ul.docs-sidebar-list{position:-webkit-sticky;position:sticky;box-sizing:border-box;top:90px;list-style:none;padding:0;border-right:1px solid #ebebeb;margin:30px}ul.docs-sidebar-list li{padding:2px 10px}.docs{display:flex}.docs-sidebar{flex:1}.docs-content{flex:2}.left-section-inner{background:#fff;max-width:650px;border-radius:5px;margin:0 auto;display:block;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.2);box-shadow:0 2px 10px rgba(0,0,0,.2)}table{padding:30px}.icon-display{padding:20px 15px;border:1px solid #ebebeb;margin:20px 0;border-radius:5px}.icon-display i{margin:0 5px}.color{border:1px solid rgba(0,0,0,.15);height:16px;width:16px;border-radius:40px;cursor:pointer;opacity:.95;position:relative;margin:0!important}.color.black{background:#282828}.color.orange{background:#ff9800}.color.yellow{background:#ffeb3b}.color.blue{background:#2196f3}.color.red{background:#f44336}.color.purple{background:#9c27b0}.color.green{background:#4caf50}.color i{position:absolute;color:#fff;left:0;font-size:21px;right:0;margin:0 auto;text-align:center;top:0;bottom:0;top:17%;display:none}.color.active i{display:block}.color.white i{color:#282828}.color:hover{opacity:1}.animate-choices,.color-choices{display:flex;background:#fff;padding:7px;border-radius:44px;position:absolute;top:10px;z-index:121212;box-shadow:0 1px 1px 0 rgba(60,64,67,.08),0 1px 3px 1px rgba(60,64,67,.16)}.animate-choices div{margin:3px!important;line-height:20px;font-size:12px;cursor:pointer;padding:2px 5px;border-radius:30px;color:#999;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.animate-choices div:hover{color:#282828}.color-choices div{margin:5px!important}.icon-animate i,.icon-rotate i{font-size:25px;display:block;color:#999}.icon-animate i{margin-left:2px}.icon-rotate{height:25px;width:25px;margin:2px 0;cursor:pointer;border-radius:40px;margin-right:10px;padding:5px;border:1px solid rgba(0,0,0,.15)}.icon-rotate:active{border-color:rgba(0,0,0,.25)}.icon-animate{height:25px;width:25px;margin:2px 0;cursor:pointer;border-radius:40px;margin-right:10px;padding:5px;border:1px solid rgba(0,0,0,.15)}.icon-animate:active{border-color:rgba(0,0,0,.25)}.box-bg{border-radius:5px;overflow:hidden;background:#fff;align-items:center;background-image:linear-gradient(45deg,#eee 25%,transparent 0),linear-gradient(-45deg,#eee 25%,transparent 0),linear-gradient(45deg,transparent 75%,#eee 0),linear-gradient(-45deg,transparent 75%,#eee 0);background-position:0 0,0 5px,5px -5px,-5px 0;background-size:10px 10px;display:flex;height:100%;justify-content:center;width:100%;height:96px;width:82px;position:relative;height:82px}ul.navbar li .search-cont i.bx-x{font-size:16px!important;padding:5px!important;background:#fafafa;height:16px!important;width:16px!important;line-height:16px!important;color:#aab0bc;border-radius:50%;cursor:pointer;margin-right:5px}.box-bg i{color:#282828;font-size:3rem}.box-bg.white i{color:#fff;z-index:121212}.box-bg.orange i{color:#ff9800}.box-bg.yellow i{color:#ffeb3b}.box-bg.blue i{color:#2196f3}.box-bg.red i{color:#f44336}.box-bg.purple i{color:#9c27b0}.box-bg.green i{color:#4caf50}.icon{padding:20px;display:flex;pointer-events:auto;position:relative}.icon-head-name{color:#282828;line-height:35px;font-weight:700;font-size:20px;margin-bottom:5px}.icon-code .hljs{line-height:20px!important;border-radius:5px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:.1s;overflow:hidden;vertical-align:top;width:100%}.icon-code pre{margin:0!important;z-index:1212;overflow:hidden;padding-left:5px;height:40px;display:flex;align-items:flex-start}.icon-code:hover .hljs-tag{background:rgba(92,199,247,.03)}.icon-footer{display:flex}.current-color{height:19px;width:19px;margin:2px 0;cursor:pointer;border-radius:40px;margin-right:10px;padding:8px;border:1px solid rgba(0,0,0,.15)}.current-color:active{border-color:rgba(0,0,0,.25)}.icon-code{flex:1;position:relative;cursor:pointer;overflow:hidden;width:270px}.copied{position:absolute;right:0;transition:.1s;z-index:99999;top:0;line-height:20px;font-size:14px;font-weight:700;padding:5px 10px;background:#fff;color:#444;border-radius:5px;margin:5px;opacity:0;display:none}.copied.active{opacity:1;display:block}.icon-head{margin:0;margin-left:15px;font-size:16px;font-weight:400;line-height:64px;flex:1;width:366px;overflow:hidden}.icon-buttons{padding-left:15px;pointer-events:auto;cursor:pointer;margin-bottom:2px;align-self:flex-end}.tooltip{position:relative;display:inline-block;border-bottom:1px dotted #282828}.tooltip .tooltiptext{visibility:hidden;width:120px;background-color:#282828;color:#fff;text-align:center;padding:5px 0;border-radius:6px;position:absolute;z-index:1}.tooltip:hover .tooltiptext{visibility:visible}.blox-bg-overlay{background:#282828;left:0;position:absolute;right:0;top:0;bottom:0}.svg__content.icon-big-svg{z-index:1212}.button.icon-download i{font-size:24px;fill:#fff;padding-left:10px}.button.icon-download:active{border-color:rgba(0,0,0,.25)}.button-name{line-height:24px;flex:1}input[type=text]::-ms-clear{display:none}.button.icon-download{background:transparent;transition:.15s;color:#282828;border:1px solid rgba(0,0,0,.15);height:38px;text-align:center;border-radius:5px;font-weight:700;font-size:15px;display:flex;width:90px;align-items:center;line-height:38px}.icon-close i{font-size:18px;fill:#fff}.search-box i{order:1;align-self:center;padding:0 10px;height:30px;font-size:30px;color:#afafaf;cursor:pointer}.search-box i.bx-x{font-size:20px;padding:5px;background:#fafafa;height:20px!important;line-height:20px!important;color:#aab0bc;border-radius:50%;cursor:pointer}.search-box i.bx-x:hover{background:#f5f5f5}ul.mobile-menu-cont{background:#fff;left:0;right:0;top:70px;animation-duration:.25s;bottom:0;padding:50px;border-bottom:1px solid #d0dcef;border-top:1px solid #d0dcef;transition:all .5s cubic-bezier(.4,0,.2,1)}ul.mobile-menu-cont li a{font-size:27px!important;padding:10px 0!important}.float-footer{display:block;width:100%;text-align:center;padding:30px 0;color:rgba(0,0,0,.4);font-size:13px;font-weight:700;background:#fff;margin:0 auto}.footer-logo{height:13px;width:128px;opacity:.4}.icons-right-section{width:100%}.page-back{background:#fff}.page-head{padding:50px 0;background:#f7f7f7}.page-head p{font-size:19px;color:#999}.page-head h1,.page-head p{padding:0 40px;margin-top:0}.page-head h1{font-size:40px;color:#282828;margin-bottom:10px;text-align:left}.page-head-in{max-width:960px;margin:0 auto}ul.docs-sidebar-list ul{list-style:none;padding:5px;margin:10px;margin-right:0;padding-right:0;border-left:1px solid #ebebeb}.page-body h3{font-size:27px;color:#282828;margin-bottom:0;margin-top:40px}.page-body h3:before,.page-body h4:before{display:block;height:6rem;margin-top:-6rem;visibility:hidden;content:""}.tab{padding-left:15px}.tab-2{padding-left:30px}.page-body div{font-size:16px;margin-top:15px;color:#999}table tbody tr{display:inline-table;width:25%;cursor:pointer;transition:.15s;position:relative;border-bottom:1px solid #ebebeb}table tbody tr:active{background:#f7f7f7}.icon-head-name a{font-size:12px;font-weight:400;float:right;color:#999}.icon-head-name a:hover{color:#282828}td i{font-size:26px;text-rendering:auto;-webkit-font-smoothing:antialiased}.line{background-image:linear-gradient(90deg,#d9d9d9 40%,hsla(0,0%,100%,0) 0);background-position:top;background-size:5px 1px;background-repeat:repeat-x;height:1px;margin:0 auto;max-width:960px}table td{line-height:16px;white-space:nowrap;overflow:hidden;padding:12px 5px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:13px;text-overflow:ellipsis;color:#282828}body{font-style:normal;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:15px;font-weight:400;line-height:1.6;background:#f7f7f7}li.extra-nav a:hover{background:rgba(0,0,0,.04);border-radius:5px}.home-top,.page-head{background-image:url('+r(n(441))+");background-size:100%}.page-body pre{white-space:pre-line}.new-tag{display:none;background:#f7f7f7;color:#ccc;font-size:10px;text-transform:uppercase;letter-spacing:1px;height:16px;line-height:16px;width:37px;border-radius:3px;position:absolute;top:0;right:0}.new .new-tag{display:block}li.grid-options a{padding:5px!important;height:24px!important;opacity:.3;transition:.25s}.dropdown svg{stroke:#e5e5e5;fill:#fff;position:absolute;top:-24px;left:10px}ul.navbar li .search-cont{padding:2px;margin:0;border-radius:30px;border-color:#f7f7f7;background:#f7f7f7}ul.navbar li .search-cont i{font-size:24px;line-height:30px;padding:0 10px}ul.navbar li .search-cont.active{border-color:rgba(0,0,0,.15);background:#fff}ul.navbar li .search-sticky{opacity:0;transition:.15s;visibility:hidden}ul.navbar li .search-sticky.nav-active{opacity:1;visibility:visible}.filter-dropdown.dropdown ul{max-width:200px}.filter-dropdown.dropdown ul li{display:inline-block;margin-left:10px!important;margin-top:10px!important;border-radius:5px;border:1px solid #e5e5e5}.filter-dropdown.dropdown ul li:hover{background:#fafafa;border:1px solid #fafafa}.filter-dropdown.dropdown ul li:last-child,.filter-dropdown.dropdown ul li:nth-last-child(2){margin-bottom:10px!important}.filter-dropdown.dropdown ul li.active{background:#ffda3f;color:#454545;border:1px solid #ffda3f}ul.inline-sort li:hover{color:#454545}a.sort-option{padding-left:0!important;margin-left:0!important}a.sort-option:hover{background:transparent!important}.icon-filters a{border:1px solid #e5e5e5;border-radius:5px;transition:.25s;background:#fff}.option.active span.caret{border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #ccc;border-top:none;vertical-align:3px}li.grid-options{text-align:right;flex:1}li.grid-options a i{height:24px;width:24px;background-position-y:0;position:relative;display:block}.s-4grid{background-position-x:-72px!important}.s-9grid{background-position-x:-24px!important}.s-4grid-label{background-position-x:-48px!important}ul.filter-navbar li:last-child{padding-right:0}.icon-svg-cont{-webkit-animation-duration:.5s!important;animation-duration:.5s!important;min-height:55px}.icon-box{cursor:pointer;outline:none!important;flex:0 0 11.1111111111%;overflow:hidden}.icon-box i{color:#282828;font-size:2.25rem}.tag-number{flex:1;text-align:right;font-weight:400;color:#999;font-size:12px}.icon-box-inner svg{width:48px;height:48px;margin-right:15px;margin:0 auto;fill:#474949}.icon-close{background:#fff;color:#999;width:24px;align-self:flex-start;padding-top:3px;padding-left:0;pointer-events:auto;cursor:pointer;height:21px;text-align:center;line-height:18px;border-radius:30px;position:absolute;right:10px;top:10px}.icon-close:hover{background:#f4f4f4}.icon-close:active{background:#edefed}ion-icon{margin-right:25px}a{text-decoration:none}.active.icons-section .icons-left-section{order:0;transform:translateY(0);opacity:1}.icons-left-section{-webkit-animation-duration:.5s!important;animation-duration:.5s!important;opacity:0;position:fixed;z-index:99999999;left:0;right:0;transform:translateY(200px);width:auto;pointer-events:none;bottom:30px;transition:.5s ease}.icons-section{padding:25px;background:#fff}.icons-section-cont{max-width:960px;margin:0 auto;display:flex}.search-sticky{padding-bottom:0}.active.icon-box .icon-box-inner,.active.icon-box .icon-box-inner:hover{border:1px solid rgba(0,0,0,.1)!important;border-image:initial!important;box-shadow:0 1px 1px 0 rgba(60,64,67,.08),0 1px 3px 1px rgba(60,64,67,.16);border-radius:5px!important;background:#fff}.icon-box-inner{padding:20px 0;padding-bottom:15px;margin:7px;color:#111;border:2px solid transparent;font-weight:700;position:relative;transition:.15s;font-size:16px;border-radius:10px;line-height:35px;text-align:center;pointer-events:none}.icon-box-overlay svg{margin:auto;position:absolute;top:0;left:0;bottom:0;right:0;background:#454545;padding:5px;border-radius:5px}.color-svg{fill:#24292e}.icon-box-inner:hover .icon-box-overlay{opacity:1}.icon-box-overlay{background:rgba(0,0,0,.04);border-radius:5px;left:0;right:0;opacity:0;top:0;bottom:0;position:absolute;text-align:center;transition:all .25s}.icon-box-inner a{color:#24292e;text-decoration:none}.icon-box.hide{display:none}.icon-box-inner a svg{width:100%}.container{box-sizing:border-box;display:flex;flex-wrap:wrap}.option{cursor:pointer}.dropdown{position:relative}.dropdown.show ul{display:block;opacity:1;-webkit-transform:scale(1) translate(0);transform:scale(1) translate(0);pointer-events:auto}.sprite{background:url("+r(n(442))+');background-repeat:no-repeat}.filter-option.active{background:rgba(0,0,0,.04);border-radius:5px}.s-search{background-position-x:0;width:24px;height:24px;position:absolute;top:20px;left:15px;z-index:1}.dropdown ul{opacity:0;top:10px;position:absolute;background:#fff;list-style:none;border-radius:5px;padding:0;color:#454545;border:1px solid #e5e5e5;z-index:5;text-align:left;pointer-events:none;min-width:100px;-webkit-transform:scale(.9) translateY(-5%);transform:scale(.9) translateY(-5%);transition:all .25s cubic-bezier(.24,.22,.015,1.56),opacity .1s ease-in-out}.dropdown ul li{font-size:14px!important;padding:15px!important;text-align:left;margin:0!important;cursor:pointer;transition:.25s}.dropdown ul li.active,.dropdown ul li:hover{background:hsla(0,0%,100%,.07)}.tag-number span{background:rgba(0,0,0,.04);padding:3px 10px;border-radius:5px;line-height:40px}.dropdown ul:before{content:"";width:0;height:0;position:absolute;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #fff;left:15px;right:0;top:-5px}ul.filter-navbar li.order-links a,ul.navbar li.nav-links a{transition:.15s}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}li.extra-nav{height:38px;vertical-align:middle;flex:1;order:4;max-width:40px!important;text-align:right;margin:0!important;padding-right:0!important}li.extra-nav a{opacity:.3}li.extra-nav a:hover{opacity:1}.filter-navbar-cont.fixed-filter{position:fixed;left:0;right:0;top:78px;z-index:12;background:#fcfcfc}li.grid-options a:hover{opacity:1}ul.filter-navbar li a:hover{background:hsla(0,0%,100%,.025)}ul.filter-navbar li.order-links a{line-height:35px;height:35px;margin:0 4px;position:relative}a.previous-page{border-left:1px solid hsla(0,0%,100%,.07)}li.page-links input{background:transparent;border:0;outline:none;border-left:1px solid #ddd;border-right:1px solid #ddd;width:40px;color:#24292e;font-size:16px;font-weight:700;text-align:center;overflow:hidden;padding:0 10px}li.page-links svg{height:14px;margin:0;padding:20px 0}.filter-navbar-cont{background:#fff;transition:.75s}li.page-links form{height:100%}ul.filter-navbar{margin:0;list-style:none;padding:0 5px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;padding:0 65px;justify-content:flex-start;border-bottom:1px solid #ddd}ul.navbar li.anikon__brand a{padding:0;line-height:0!important}.search-overlay.show{position:fixed;background:rgba(0,0,0,.5);left:0;right:0;top:78px;height:100%}.icon-list-cont{max-width:1100px;margin:0 auto;margin-top:20px}.tag-name strong{font-weight:500;color:#454545}.tags-list-item{font-size:16px}.tags-list-item:hover{background:#fafafa}.tags-list-item a{margin:0!important}input{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:600;font-size:15px}ul.navbar li.anikon__brand svg{height:55px;padding:0}.search-results{position:absolute;background:#fff;z-index:1;left:0;right:0;margin-top:15px;border-bottom-left-radius:3px;border-bottom-right-radius:3px}.someinput::-ms-clear{display:none}.search-cont{z-index:23;margin-bottom:25px;position:relative;display:block;padding:5px 10px;margin:0 auto;max-width:650px;border-radius:5px;border:1px solid rgba(0,0,0,.15);background:#fff;border-width:1px!important;border-style:solid!important;transition:box-shadow .2s cubic-bezier(.4,0,.2,1)}.search-cont.fixed{position:fixed;top:70px;left:0;padding:5px;z-index:11;border-radius:0;right:0;max-width:none;background:#fff;transition:.1s;border:0;border-top:1px solid #dee3eb;border-bottom:1px solid #dee3eb}.search-cont.fixed .search-box{max-width:960px;transition:.15s;border-bottom:0 solid #ddd}.search-cont.active{background:#fff}ul.navbar li a.active{color:#373a3c}.download.nav-button{background-color:hsla(0,0%,100%,.1);border-radius:3px;color:#fff;padding:0 15px}ul.navbar li a{padding:0 10px;text-decoration:none;color:#999;height:40px!important;position:relative;line-height:40px!important;display:inline-block;transition:.15s;font-size:13px}ul.navbar li a.mobile-menu-button{line-height:48px!important;height:48px!important}.icon-filters a:hover{background:rgba(0,0,0,.04)!important;border:1px solid transparent!important}ul.filter-navbar li a{text-decoration:none;color:#454545;height:100%;line-height:35px;display:inline-block;padding:0 15px;height:35px}ul.inline-sort{padding:0;list-style:none;color:#999}ul.inline-sort li{display:inline-block;transition:.25s}ul.inline-sort li.active{color:#454545;font-weight:500}ul.navbar li.search svg{position:absolute;top:15px;height:20px;left:15px}ul.navbar li.anikon__brand img{height:40px}.main-content{padding-top:70px}::placeholder{color:#888}ul.navbar li.nav-sort{order:4;font-size:14px;font-weight:600;color:#888;cursor:pointer}:-ms-input-placeholder,::-ms-input-placeholder{color:#ccc}.version{display:inline-block;border:1px solid rgba(0,0,0,.15);border-radius:5px;padding:2px 6px;height:18px;line-height:20px;font-weight:700!important;font-size:11px;color:rgba(0,0,0,.6);margin-left:10px}ul.navbar li a:hover{color:#181819}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}.icon-name{font-size:11px;padding:0 10px;text-overflow:ellipsis;overflow:hidden;font-weight:400;line-height:15px;white-space:nowrap;color:#999;text-align:center;pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-cont.scroll{background:#fff;top:0;box-shadow:0 2px 4px rgba(0,0,0,.15)}.icon-box:hover .icon-box-inner{opacity:1;pointer-events:auto}.navbar-cont{position:fixed;left:0;right:0;border-bottom:1px solid transparent;background:#fff;z-index:9999999999;transition:background .2s cubic-bezier(.4,0,.2,1)}.white-search-box input{border:0;outline:none;font-size:18px;width:100%;background:transparent;font-weight:600;color:#24292e}.tag-name{font-size:18px;flex:3}.white-search-box{max-width:700px;background:#fff;margin:0 auto;padding:15px 35px;width:100%;border-radius:2px}span.caret{width:0;height:2px;margin-left:5px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #ccc;display:inline-table;transition:.25s;clear:both}.s-dots{height:24px;background-position-x:-96px!important;width:24px;display:block;position:relative;margin-top:14px}.hero-text p{color:#999;font-size:19px;margin:0 auto;margin-top:20px;font-weight:400;text-align:center;margin-bottom:0;max-width:550px;line-height:1.4}.hero-head{margin:0 auto;margin-bottom:20px;text-align:center}.hero-text h2{font-size:42px;margin-top:0;color:#282828;letter-spacing:0;line-height:1;font-weight:700!important;text-rendering:optimizeLegibility}.brand{height:35px;width:160px;margin:4px 0;background:url('+r(n(443))+");background-repeat:no-repeat;background-size:100%;margin-right:10px;margin-top:5px}.hero-text h2 sup{font-size:27px;margin-left:5px;font-weight:400}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}::placeholder{color:#b5b5b5;opacity:1}:-ms-input-placeholder,::-ms-input-placeholder{color:#b5b5b5}::-moz-selection{color:#282828;background:rgba(92,199,247,.2)}::selection{color:#282828;background:rgba(92,199,247,.2)}.search-box input{height:50px;margin-left:60px;box-shadow:none;outline:none;font-weight:400;order:1;color:#454545;font-size:21px;width:100%;margin:0;padding:0;border-radius:2px;border:0;display:block;background:transparent;margin-left:10px}ul.navbar{margin:0 auto;list-style:none;padding:12px 20px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;max-width:960px;justify-content:flex-start;flex-direction:row;flex-wrap:wrap}ul.navbar li .s-search{width:20px;height:20px;top:12px}ul.navbar li input{height:44px;font-size:15px}ul.filter-navbar li{margin:0;line-height:0;font-size:15px;font-weight:400;padding:10px;margin:0 5px}ul.mobile-menu-cont{list-style:none;position:fixed}li.mobile-menu{order:3;display:none}li.mobile-menu i{font-size:30px;vertical-align:middle;color:#282828}ul.navbar li{margin:0;line-height:20px;font-size:15px;padding:0 10px}ul.navbar li.nav-search{flex:1}li.order-links{flex:none;border-right:1px solid #ddd}li.icon-filters{flex:1;x:1px solid #ddd}li.page-links{flex:1;text-align:right}.hero-text{margin:0 auto;text-align:left}.hero-text h2{position:relative;word-break:break-word;display:inline;background-size:100% 100%}li.page-links a,li.page-links form{display:inline-flex!important;vertical-align:middle;line-height:50px;padding:0 10px!important}.hero{text-align:left;position:relative;margin:0 auto;padding-top:75px;padding-bottom:25px}.search-box .close{order:1;align-self:center;padding:0 15px;height:32px;cursor:pointer}.cs-copy{font-size:18px;color:#999;display:none;position:absolute;right:10px;top:18px}tr:hover .cs-copy{display:block}tr:active .cs-copy{color:#282828}.search-box{position:relative;border-radius:5px;transition-duration:.15s;margin:0 auto;display:flex}ul.navbar li.search{flex:5;order:2}ul.navbar li.nav-links{text-align:right;padding:5px 0;order:3}ul.navbar li.anikon__brand{flex:0 0 170px;height:50px;margin:0;padding:0;position:relative}ul.navbar li svg{vertical-align:middle}ul.navbar li .tags-list-item a{margin:0!important;line-height:35px!important;padding:0 15px;display:flex}ul.navbar li .search-sticky{background:transparent;padding-bottom:0}@media screen and (max-width:900px){.docs,.docs-content,.page-body-in{margin-top:0!important}.home-top,.page-head{background-size:200%}ul.navbar li.nav-search{display:none!important}.main-buttons{text-align:left;padding:25px 10px}.docs-content{padding:0 20px}.page-head h1,.page-head p{padding:0}table{padding:20px}.page-head-in{padding:0 20px}.docs-sidebar{display:none}.icon-list{padding:0}.icon-box i{font-size:2.25rem}.hero-head{text-align:left}.icons-section{padding:0}ul.navbar li.anikon__brand{flex:1}li.mobile-menu{display:inline-block;padding-right:0!important;width:40px}.nav-links{display:none}.hero-text{padding-right:20px;padding-left:20px}.search-cont{margin:0 20px;margin-bottom:0}.icon-head-name a{display:none}.icon-box{flex:0 0 14.2857142857%;max-width:14.2857142857%}.icon-box-inner{width:auto;padding:20px 5px;padding-bottom:5px}.search-cont.fixed{margin:0}.left-section-inner{border-radius:0;border-left:0;border-right:0;max-width:none}table tbody tr{width:50%;max-width:50%;overflow:hidden;text-overflow:ellipsis}.page-head h1{font-size:40px}.page-cont-in{padding:0}.hero-text p{font-size:18px;text-align:left;margin-left:0}.hero-text h2{font-size:40px;line-height:1.1;text-align:left}.icons-left-section{bottom:0;pointer-events:all}.icon-list{padding:20px}}@media screen and (max-width:568px){.icon-display .bx-lg{font-size:2.5rem!important}.home-top,.page-head{background-size:300%}.main-buttons{display:flex;padding-bottom:75px}.main-buttons div{flex:1;text-align:center}.page-body div{font-size:14px}.page-body h3{font-size:24px}.brand{background-repeat:no-repeat;margin:8px 0;background-size:100%;width:150px}.icon-footer{display:none}.icon{display:block;height:48px;padding:15px}.box-bg,.icon-head{display:inline-block;flex:none}.icon-head{width:auto;line-height:48px;height:48px;margin-left:10px}.icon-buttons{display:block;float:right;margin-top:0;margin-right:25px}table tbody tr{width:100%;max-width:100%}.search-box input{height:50px}.search-box i{font-size:24px;height:24px}.search-box input{font-size:18px}.icon-box-inner{padding:15px 5px;padding-bottom:5px}.hero-text h2{font-size:36px;line-height:1.1}table td{font-size:14px}.page-head h1{font-size:27px;line-height:1.1}.hero-text p,.page-head p{font-size:16px}.button.icon-download i{padding-right:0}.icon-close{top:27px;right:6px}.icon-head-name{height:48px;font-size:13px;font-weight:400;line-height:48px;margin:0!important;max-width:150px;overflow:hidden}.icon-head-name a{display:none}ul.mobile-menu-cont li a{font-size:24px!important;padding:7px 0!important}.box-bg{width:48px;height:48px}.box-bg i{font-size:32px;position:absolute;left:8px;top:8px}.icon-name{line-height:30px;display:none}.icon-box{flex:0 0 20%;max-width:20%}.button-name{display:none}.button.icon-download{padding:5px;width:42px}}@media screen and (max-width:360px){.home-top,.page-head{background-size:400%}ul.mobile-menu-cont{padding:30px}.icon-box{flex:0 0 25%;max-width:25%}.hero-text h2{font-size:30px;line-height:1.2}.hero-text p,.page-head p{font-size:15px}}",""])},function(e,t){e.exports=function(e){return"string"!=typeof e?e:(/^['"].*['"]$/.test(e)&&(e=e.slice(1,-1)),/["'() \t\n]/.test(e)?'"'+e.replace(/"/g,'\\"').replace(/\n/g,"\\n")+'"':e)}},function(e,t){function n(e,t){var n=e[1]||"",o=e[3];if(!o)return n;if(t&&"function"==typeof btoa){var i=r(o);return[n].concat(o.sources.map(function(e){return"/*# sourceURL="+o.sourceRoot+e+" */"})).concat([i]).join("\n")}return[n].join("\n")}function r(e){return"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(e))))+" */"}e.exports=function(e){var t=[];return t.toString=function(){return this.map(function(t){var r=n(t,e);return t[2]?"@media "+t[2]+"{"+r+"}":r}).join("")},t.i=function(e,n){"string"==typeof e&&(e=[[null,e,""]]);for(var r={},o=0;o=0&&y.splice(t,1)}function c(e){var t=document.createElement("style");return e.attrs.type="text/css",l(t,e.attrs),i(e,t),t}function u(e){var t=document.createElement("link");return e.attrs.type="text/css",e.attrs.rel="stylesheet",l(t,e.attrs),i(e,t),t}function l(e,t){Object.keys(t).forEach(function(n){e.setAttribute(n,t[n])})}function s(e,t){var n,r,o,i;if(t.transform&&e.css){if(!(i=t.transform(e.css)))return function(){};e.css=i}if(t.singleton){var l=b++;n=v||(v=c(t)),r=f.bind(null,n,l,!1),o=f.bind(null,n,l,!0)}else e.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(n=u(t),r=p.bind(null,n,t),o=function(){a(n),n.href&&URL.revokeObjectURL(n.href)}):(n=c(t),r=d.bind(null,n),o=function(){a(n)});return r(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;r(e=t)}else o()}}function f(e,t,n,r){var o=n?"":r.css;if(e.styleSheet)e.styleSheet.cssText=w(t,o);else{var i=document.createTextNode(o),a=e.childNodes;a[t]&&e.removeChild(a[t]),a.length?e.insertBefore(i,a[t]):e.appendChild(i)}}function d(e,t){var n=t.css,r=t.media;if(r&&e.setAttribute("media",r),e.styleSheet)e.styleSheet.cssText=n;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(n))}}function p(e,t,n){var r=n.css,o=n.sourceMap,i=void 0===t.convertToAbsoluteUrls&&o;(t.convertToAbsoluteUrls||i)&&(r=x(r)),o&&(r+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(o))))+" */");var a=new Blob([r],{type:"text/css"}),c=e.href;e.href=URL.createObjectURL(a),c&&URL.revokeObjectURL(c)}var h={},g=function(e){var t;return function(){return void 0===t&&(t=e.apply(this,arguments)),t}}(function(){return window&&document&&document.all&&!window.atob}),m=function(e){var t={};return function(n){if(void 0===t[n]){var r=e.call(this,n);if(r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}t[n]=r}return t[n]}}(function(e){return document.querySelector(e)}),v=null,b=0,y=[],x=n(445);e.exports=function(e,t){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");t=t||{},t.attrs="object"==typeof t.attrs?t.attrs:{},t.singleton||"boolean"==typeof t.singleton||(t.singleton=g()),t.insertInto||(t.insertInto="head"),t.insertAt||(t.insertAt="bottom");var n=o(e,t);return r(n,t),function(e){for(var i=[],a=0;a0){for(var t=!1,n=0;n0){this.setState({hide:!0}),this.props.icon.name.toUpperCase().replace("-"," ").includes(e.searchTerm.toUpperCase().replace("-"," "))&&this.setState({hide:!1});for(var t=0;t=Ro),ko=String.fromCharCode(32),Oo={beforeInput:{phasedRegistrationNames:{bubbled:"onBeforeInput",captured:"onBeforeInputCapture"},dependencies:["compositionend","keypress","textInput","paste"]},compositionEnd:{phasedRegistrationNames:{bubbled:"onCompositionEnd",captured:"onCompositionEndCapture"},dependencies:"blur compositionend keydown keypress keyup mousedown".split(" ")},compositionStart:{phasedRegistrationNames:{bubbled:"onCompositionStart",captured:"onCompositionStartCapture"},dependencies:"blur compositionstart keydown keypress keyup mousedown".split(" ")},compositionUpdate:{phasedRegistrationNames:{bubbled:"onCompositionUpdate",captured:"onCompositionUpdateCapture"},dependencies:"blur compositionupdate keydown keypress keyup mousedown".split(" ")}},Ao=!1,Co=!1,Io={eventTypes:Oo,extractEvents:function(e,t,n,r){var o=void 0,i=void 0;if(Eo)e:{switch(e){case"compositionstart":o=Oo.compositionStart;break e;case"compositionend":o=Oo.compositionEnd;break e;case"compositionupdate":o=Oo.compositionUpdate;break e}o=void 0}else Co?N(e,n)&&(o=Oo.compositionEnd):"keydown"===e&&229===n.keyCode&&(o=Oo.compositionStart);return o?(So&&(Co||o!==Oo.compositionStart?o===Oo.compositionEnd&&Co&&(i=M()):(yo._root=r,yo._startText=P(),Co=!0)),o=_o.getPooled(o,t,n,r),i?o.data=i:null!==(i=F(n))&&(o.data=i),A(o),i=o):i=null,(e=Lo?B(e,n):H(e,n))?(t=xo.getPooled(Oo.beforeInput,t,n,r),t.data=e,A(t)):t=null,null===i?t:null===t?i:[i,t]}},Uo=null,To={injectFiberControlledHostComponent:function(e){Uo=e}},Mo=null,Po=null,jo={injection:To,enqueueStateRestore:V,needsStateRestore:q,restoreStateIfNeeded:Y},Go=!1,Do={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0},zo=Mr.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,No="function"==typeof Symbol&&Symbol.for,Fo=No?Symbol.for("react.element"):60103,Bo=No?Symbol.for("react.portal"):60106,Ho=No?Symbol.for("react.fragment"):60107,Wo=No?Symbol.for("react.strict_mode"):60108,Vo=No?Symbol.for("react.profiler"):60114,qo=No?Symbol.for("react.provider"):60109,Yo=No?Symbol.for("react.context"):60110,Qo=No?Symbol.for("react.async_mode"):60111,Ko=No?Symbol.for("react.forward_ref"):60112,Jo=No?Symbol.for("react.timeout"):60113,Xo="function"==typeof Symbol&&Symbol.iterator,$o=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,Zo={},ei={},ti={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){ti[e]=new fe(e,0,!1,e,null)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0];ti[t]=new fe(t,1,!1,e[1],null)}),["contentEditable","draggable","spellCheck","value"].forEach(function(e){ti[e]=new fe(e,2,!1,e.toLowerCase(),null)}),["autoReverse","externalResourcesRequired","preserveAlpha"].forEach(function(e){ti[e]=new fe(e,2,!1,e,null)}),"allowFullScreen async autoFocus autoPlay controls default defer disabled formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(e){ti[e]=new fe(e,3,!1,e.toLowerCase(),null)}),["checked","multiple","muted","selected"].forEach(function(e){ti[e]=new fe(e,3,!0,e.toLowerCase(),null)}),["capture","download"].forEach(function(e){ti[e]=new fe(e,4,!1,e.toLowerCase(),null)}),["cols","rows","size","span"].forEach(function(e){ti[e]=new fe(e,6,!1,e.toLowerCase(),null)}),["rowSpan","start"].forEach(function(e){ti[e]=new fe(e,5,!1,e.toLowerCase(),null)});var ni=/[\-:]([a-z])/g;"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(e){var t=e.replace(ni,pe);ti[t]=new fe(t,1,!1,e,null)}),"xlink:actuate xlink:arcrole xlink:href xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(e){var t=e.replace(ni,pe);ti[t]=new fe(t,1,!1,e,"http://www.w3.org/1999/xlink")}),["xml:base","xml:lang","xml:space"].forEach(function(e){var t=e.replace(ni,pe);ti[t]=new fe(t,1,!1,e,"http://www.w3.org/XML/1998/namespace")}),ti.tabIndex=new fe("tabIndex",1,!1,"tabindex",null);var ri={change:{phasedRegistrationNames:{bubbled:"onChange",captured:"onChangeCapture"},dependencies:"blur change click focus input keydown keyup selectionchange".split(" ")}},oi=null,ii=null,ai=!1;Pr.canUseDOM&&(ai=ee("input")&&(!document.documentMode||9=document.documentMode,ji={select:{phasedRegistrationNames:{bubbled:"onSelect",captured:"onSelectCapture"},dependencies:"blur contextmenu focus keydown keyup mousedown mouseup selectionchange".split(" ")}},Gi=null,Di=null,zi=null,Ni=!1,Fi={eventTypes:ji,extractEvents:function(e,t,n,r){var o,i=r.window===r?r.document:9===r.nodeType?r:r.ownerDocument;if(!(o=!i)){e:{i=qe(i),o=Qr.onSelect;for(var a=0;ae))){Qi=-1,ea.didTimeout=!0;for(var t=0,n=Vi.length;tt&&(t=8),Zi=t<$i?$i:t):$i=t,Xi=e+Zi,Ki||(Ki=!0,window.postMessage(na,"*"))};Hi=function(e,t){var n=-1;return null!=t&&"number"==typeof t.timeout&&(n=Bi()+t.timeout),(-1===Qi||-1!==n&&n"+t+"",t=ca.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}}),ua={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},sa=["Webkit","ms","Moz","O"];Object.keys(ua).forEach(function(e){sa.forEach(function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),ua[t]=ua[e]})});var fa=jr({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0}),pa=Gr.thatReturns(""),da={createElement:pt,createTextNode:dt,setInitialProperties:gt,diffProperties:ht,updateProperties:mt,diffHydratedProperties:yt,diffHydratedText:vt,warnForUnmatchedText:function(){},warnForDeletedHydratableElement:function(){},warnForDeletedHydratableText:function(){},warnForInsertedHydratedElement:function(){},warnForInsertedHydratedText:function(){},restoreControlledState:function(e,t,n){switch(t){case"input":if(ye(e,n),t=n.name,"radio"===n.type&&null!=t){for(n=e;n.parentNode;)n=n.parentNode;for(n=n.querySelectorAll("input[name="+JSON.stringify(""+t)+'][type="radio"]'),t=0;t0&&void 0!==arguments[0]?arguments[0]:"store",n=arguments[1],a=n||t+"Subscription",l=function(e){function n(i,a){r(this,n);var c=o(this,e.call(this,i,a));return c[t]=i.store,c}return i(n,e),n.prototype.getChildContext=function(){var e;return e={},e[t]=this[t],e[a]=null,e},n.prototype.render=function(){return c.Children.only(this.props.children)},n}(c.Component);return l.propTypes={store:s.a.isRequired,children:u.a.element.isRequired},l.childContextTypes=(e={},e[t]=s.a.isRequired,e[a]=s.b,e),l}t.a=a;var c=n(5),l=(n.n(c),n(12)),u=n.n(l),s=n(149);n(107);t.b=a()},function(e,t,n){"use strict";var r=n(106),o=n(105),i=n(382);e.exports=function(){function e(e,t,n,r,a,c){c!==i&&o(!1,"Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types")}function t(){return e}e.isRequired=e;var n={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t};return n.checkPropTypes=r,n.PropTypes=n,n}},function(e,t,n){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(){var e=[],t=[];return{clear:function(){t=i,e=i},notify:function(){for(var n=e=t,r=0;r=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}function o(e,t,n){for(var r=t.length-1;r>=0;r--){var o=t[r](e);if(o)return o}return function(t,r){throw new Error("Invalid value of type "+typeof e+" for "+n+" argument when connecting component "+r.wrappedComponentName+".")}}function i(e,t){return e===t}var a=n(150),c=n(385),l=n(386),u=n(401),s=n(402),f=n(403),p=Object.assign||function(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:{},t=e.connectHOC,n=void 0===t?a.a:t,d=e.mapStateToPropsFactories,g=void 0===d?u.a:d,h=e.mapDispatchToPropsFactories,m=void 0===h?l.a:h,y=e.mergePropsFactories,v=void 0===y?s.a:y,b=e.selectorFactory,_=void 0===b?f.a:b;return function(e,t,a){var l=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},u=l.pure,s=void 0===u||u,f=l.areStatesEqual,d=void 0===f?i:f,h=l.areOwnPropsEqual,y=void 0===h?c.a:h,b=l.areStatePropsEqual,x=void 0===b?c.a:b,w=l.areMergedPropsEqual,E=void 0===w?c.a:w,R=r(l,["pure","areStatesEqual","areOwnPropsEqual","areStatePropsEqual","areMergedPropsEqual"]),L=o(e,g,"mapStateToProps"),S=o(t,m,"mapDispatchToProps"),k=o(a,v,"mergeProps");return n(_,p({methodName:"connect",getDisplayName:function(e){return"Connect("+e+")"},shouldHandleStateChanges:Boolean(e),initMapStateToProps:L,initMapDispatchToProps:S,initMergeProps:k,pure:s,areStatesEqual:d,areOwnPropsEqual:y,areStatePropsEqual:x,areMergedPropsEqual:E},R))}}()},function(e,t,n){"use strict";function r(e,t){return e===t?0!==e||0!==t||1/e==1/t:e!==e&&t!==t}function o(e,t){if(r(e,t))return!0;if("object"!=typeof e||null===e||"object"!=typeof t||null===t)return!1;var n=Object.keys(e),o=Object.keys(t);if(n.length!==o.length)return!1;for(var a=0;a0&&void 0!==arguments[0]?arguments[0]:{},t=arguments[1];if(l)throw l;for(var o=!1,i={},a=0;a=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}function o(e,t,n,r){return function(o,i){return n(e(o,i),t(r,i),i)}}function i(e,t,n,r,o){function i(o,i){return g=o,h=i,m=e(g,h),y=t(r,h),v=n(m,y,h),d=!0,v}function a(){return m=e(g,h),t.dependsOnOwnProps&&(y=t(r,h)),v=n(m,y,h)}function c(){return e.dependsOnOwnProps&&(m=e(g,h)),t.dependsOnOwnProps&&(y=t(r,h)),v=n(m,y,h)}function l(){var t=e(g,h),r=!p(t,m);return m=t,r&&(v=n(m,y,h)),v}function u(e,t){var n=!f(t,h),r=!s(e,g);return g=e,h=t,n&&r?a():n?c():r?l():v}var s=o.areStatesEqual,f=o.areOwnPropsEqual,p=o.areStatePropsEqual,d=!1,g=void 0,h=void 0,m=void 0,y=void 0,v=void 0;return function(e,t){return d?u(e,t):i(e,t)}}function a(e,t){var n=t.initMapStateToProps,a=t.initMapDispatchToProps,c=t.initMergeProps,l=r(t,["initMapStateToProps","initMapDispatchToProps","initMergeProps"]),u=n(e,l),s=a(e,l),f=c(e,l);return(l.pure?i:o)(u,s,f,e,l)}t.a=a;n(404)},function(e,t,n){"use strict";n(107)},function(e,t,n){"use strict";function r(e){return function(t){var n=t.dispatch,r=t.getState;return function(t){return function(o){return"function"==typeof o?o(n,r,e):t(o)}}}}Object.defineProperty(t,"__esModule",{value:!0});var o=r();o.withExtraArgument=r,t.default=o},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var o=n(48),i=n(407),a=r(i),c=n(408),l=r(c),u=n(409),s=r(u),f=n(410),p=r(f),d=n(411),g=r(d);t.default=(0,o.combineReducers)({icons:a.default,selectedIcon:p.default,displaySideIcon:s.default,searchTerm:l.default,style:g.default})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:i,t=arguments[1];switch(t.type){case"FETCH_ICONS":return{data:o.default.filter(function(e){return e.name.replace("-"," ").includes(t.term.toLowerCase())||e.categories.some(function(e){return e.name.toLowerCase().includes(t.term.toLowerCase())})})};case"FETCH_STYLE":return{data:o.default.filter(function(e){return e.type_of_icon===t.payload&&(e.name.replace("-"," ").includes(t.term.toLowerCase())||e.categories.some(function(e){return e.name.toLowerCase().includes(t.term.toLowerCase())}))})};case"SET_SEARCH_TERM":return"ALL"===t.style?{data:o.default.filter(function(e){return e.name.replace("-"," ").includes(t.payload.toLowerCase())||e.categories.some(function(e){return e.name.toLowerCase().includes(t.payload.toLowerCase())})})}:{data:o.default.filter(function(e){return e.type_of_icon===t.style&&(e.name.replace("-"," ").includes(t.payload.toLowerCase())||e.categories.some(function(e){return e.name.toLowerCase().includes(t.payload.toLowerCase())}))})}}return e};var r=(n(37),n(166)),o=function(e){return e&&e.__esModule?e:{default:e}}(r),i={data:null}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=(n(37),function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments[1];switch(t.type){case"SET_SEARCH_TERM":return t.payload;default:return e}});t.default=r},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=(n(37),function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments[1];switch(t.type){case"CHANGE_SIDE_ICON":return t.payload;case"TOGGLE_SIDE_ICON":return!e;default:return e}});t.default=r},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=(n(37),function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{name:null,slug:null,type_of_icon:null},t=arguments[1];switch(t.type){case"SET_SELECTED_ICON":return{name:t.name,slug:t.slug,type_of_icon:t.type_of_icon};default:return e}});t.default=r},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=(n(37),function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"ALL",t=arguments[1];switch(t.type){case"SET_STYLE":return t.payload;default:return e}});t.default=r},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}var a=n(35),c=n.n(a),l=n(5),u=n.n(l),s=n(12),f=n.n(s),p=n(53),d=n(110),g=function(e){function t(){var n,i,a;r(this,t);for(var c=arguments.length,l=Array(c),u=0;u ignores the history prop. To use a custom history, use `import { Router }` instead of `import { BrowserRouter as Router }`.")},t.prototype.render=function(){return u.a.createElement(d.a,{history:this.history,children:this.props.children})},t}(u.a.Component);g.propTypes={basename:f.a.string,forceRefresh:f.a.bool,getUserConfirmation:f.a.func,keyLength:f.a.number,children:f.a.node},t.a=g},function(e,t,n){"use strict";var r=n(75),o=n.n(r),i=n(29),a=n.n(i),c=n(76),l=n(58),u=n(109),s=n(158),f="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},p=Object.assign||function(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:{};a()(s.b,"Browser history needs a DOM");var t=window.history,n=Object(s.g)(),r=!Object(s.h)(),i=e.forceRefresh,g=void 0!==i&&i,h=e.getUserConfirmation,m=void 0===h?s.c:h,y=e.keyLength,v=void 0===y?6:y,b=e.basename?Object(l.g)(Object(l.a)(e.basename)):"",_=function(e){var t=e||{},n=t.key,r=t.state,i=window.location,a=i.pathname,u=i.search,s=i.hash,f=a+u+s;return o()(!b||Object(l.c)(f,b),'You are attempting to use a basename on a page whose URL path does not begin with the basename. Expected path "'+f+'" to begin with "'+b+'".'),b&&(f=Object(l.e)(f,b)),Object(c.a)(f,r,n)},x=function(){return Math.random().toString(36).substr(2,v)},w=Object(u.a)(),E=function(e){p(B,e),B.length=t.length,w.notifyListeners(B.location,B.action)},R=function(e){Object(s.d)(e)||k(_(e.state))},L=function(){k(_(d()))},S=!1,k=function(e){if(S)S=!1,E();else{w.confirmTransitionTo(e,"POP",m,function(t){t?E({action:"POP",location:e}):O(e)})}},O=function(e){var t=B.location,n=C.indexOf(t.key);-1===n&&(n=0);var r=C.indexOf(e.key);-1===r&&(r=0);var o=n-r;o&&(S=!0,M(o))},A=_(d()),C=[A.key],I=function(e){return b+Object(l.b)(e)},U=function(e,r){o()(!("object"===(void 0===e?"undefined":f(e))&&void 0!==e.state&&void 0!==r),"You should avoid providing a 2nd state argument to push when the 1st argument is a location-like object that already has state; it is ignored");var i=Object(c.a)(e,r,x(),B.location);w.confirmTransitionTo(i,"PUSH",m,function(e){if(e){var r=I(i),a=i.key,c=i.state;if(n)if(t.pushState({key:a,state:c},null,r),g)window.location.href=r;else{var l=C.indexOf(B.location.key),u=C.slice(0,-1===l?0:l+1);u.push(i.key),C=u,E({action:"PUSH",location:i})}else o()(void 0===c,"Browser history cannot push state in browsers that do not support HTML5 history"),window.location.href=r}})},T=function(e,r){o()(!("object"===(void 0===e?"undefined":f(e))&&void 0!==e.state&&void 0!==r),"You should avoid providing a 2nd state argument to replace when the 1st argument is a location-like object that already has state; it is ignored");var i=Object(c.a)(e,r,x(),B.location);w.confirmTransitionTo(i,"REPLACE",m,function(e){if(e){var r=I(i),a=i.key,c=i.state;if(n)if(t.replaceState({key:a,state:c},null,r),g)window.location.replace(r);else{var l=C.indexOf(B.location.key);-1!==l&&(C[l]=i.key),E({action:"REPLACE",location:i})}else o()(void 0===c,"Browser history cannot replace state in browsers that do not support HTML5 history"),window.location.replace(r)}})},M=function(e){t.go(e)},P=function(){return M(-1)},j=function(){return M(1)},G=0,D=function(e){G+=e,1===G?(Object(s.a)(window,"popstate",R),r&&Object(s.a)(window,"hashchange",L)):0===G&&(Object(s.e)(window,"popstate",R),r&&Object(s.e)(window,"hashchange",L))},z=!1,N=function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=w.setPrompt(e);return z||(D(1),z=!0),function(){return z&&(z=!1,D(-1)),t()}},F=function(e){var t=w.appendListener(e);return D(1),function(){D(-1),t()}},B={length:t.length,action:"POP",location:A,createHref:I,push:U,replace:T,go:M,goBack:P,goForward:j,block:N,listen:F};return B};t.a=g},function(e,t,n){"use strict";function r(e){return"/"===e.charAt(0)}function o(e,t){for(var n=t,r=n+1,o=e.length;r1&&void 0!==arguments[1]?arguments[1]:"",n=e&&e.split("/")||[],i=t&&t.split("/")||[],a=e&&r(e),c=t&&r(t),l=a||c;if(e&&r(e)?i=n:n.length&&(i.pop(),i=i.concat(n)),!i.length)return"/";var u=void 0;if(i.length){var s=i[i.length-1];u="."===s||".."===s||""===s}else u=!1;for(var f=0,p=i.length;p>=0;p--){var d=i[p];"."===d?o(i,p):".."===d?(o(i,p),f++):f&&(o(i,p),f--)}if(!l)for(;f--;f)i.unshift("..");!l||""===i[0]||i[0]&&r(i[0])||i.unshift("");var g=i.join("/");return u&&"/"!==g.substr(-1)&&(g+="/"),g}t.a=i},function(e,t,n){"use strict";function r(e,t){if(e===t)return!0;if(null==e||null==t)return!1;if(Array.isArray(e))return Array.isArray(t)&&e.length===t.length&&e.every(function(e,n){return r(e,t[n])});var n=void 0===e?"undefined":o(e);if(n!==(void 0===t?"undefined":o(t)))return!1;if("object"===n){var i=e.valueOf(),a=t.valueOf();if(i!==e||a!==t)return r(i,a);var c=Object.keys(e),l=Object.keys(t);return c.length===l.length&&c.every(function(n){return r(e[n],t[n])})}return!1}var o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};t.a=r},function(e,t,n){"use strict";var r=n(75),o=n.n(r),i=n(29),a=n.n(i),c=n(76),l=n(58),u=n(109),s=n(158),f=Object.assign||function(e){for(var t=1;t=0?t:0)+"#"+e)},m=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};a()(s.b,"Hash history needs a DOM");var t=window.history,n=Object(s.f)(),r=e.getUserConfirmation,i=void 0===r?s.c:r,m=e.hashType,y=void 0===m?"slash":m,v=e.basename?Object(l.g)(Object(l.a)(e.basename)):"",b=p[y],_=b.encodePath,x=b.decodePath,w=function(){var e=x(d());return o()(!v||Object(l.c)(e,v),'You are attempting to use a basename on a page whose URL path does not begin with the basename. Expected path "'+e+'" to begin with "'+v+'".'),v&&(e=Object(l.e)(e,v)),Object(c.a)(e)},E=Object(u.a)(),R=function(e){f(V,e),V.length=t.length,E.notifyListeners(V.location,V.action)},L=!1,S=null,k=function(){var e=d(),t=_(e);if(e!==t)h(t);else{var n=w(),r=V.location;if(!L&&Object(c.b)(r,n))return;if(S===Object(l.b)(n))return;S=null,O(n)}},O=function(e){if(L)L=!1,R();else{E.confirmTransitionTo(e,"POP",i,function(t){t?R({action:"POP",location:e}):A(e)})}},A=function(e){var t=V.location,n=T.lastIndexOf(Object(l.b)(t));-1===n&&(n=0);var r=T.lastIndexOf(Object(l.b)(e));-1===r&&(r=0);var o=n-r;o&&(L=!0,G(o))},C=d(),I=_(C);C!==I&&h(I);var U=w(),T=[Object(l.b)(U)],M=function(e){return"#"+_(v+Object(l.b)(e))},P=function(e,t){o()(void 0===t,"Hash history cannot push state; it is ignored");var n=Object(c.a)(e,void 0,void 0,V.location);E.confirmTransitionTo(n,"PUSH",i,function(e){if(e){var t=Object(l.b)(n),r=_(v+t);if(d()!==r){S=t,g(r);var i=T.lastIndexOf(Object(l.b)(V.location)),a=T.slice(0,-1===i?0:i+1);a.push(t),T=a,R({action:"PUSH",location:n})}else o()(!1,"Hash history cannot PUSH the same path; a new entry will not be added to the history stack"),R()}})},j=function(e,t){o()(void 0===t,"Hash history cannot replace state; it is ignored");var n=Object(c.a)(e,void 0,void 0,V.location);E.confirmTransitionTo(n,"REPLACE",i,function(e){if(e){var t=Object(l.b)(n),r=_(v+t);d()!==r&&(S=t,h(r));var o=T.indexOf(Object(l.b)(V.location));-1!==o&&(T[o]=t),R({action:"REPLACE",location:n})}})},G=function(e){o()(n,"Hash history go(n) causes a full page reload in this browser"),t.go(e)},D=function(){return G(-1)},z=function(){return G(1)},N=0,F=function(e){N+=e,1===N?Object(s.a)(window,"hashchange",k):0===N&&Object(s.e)(window,"hashchange",k)},B=!1,H=function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=E.setPrompt(e);return B||(F(1),B=!0),function(){return B&&(B=!1,F(-1)),t()}},W=function(e){var t=E.appendListener(e);return F(1),function(){F(-1),t()}},V={length:t.length,action:"POP",location:U,createHref:M,push:P,replace:j,go:G,goBack:D,goForward:z,block:H,listen:W};return V};t.a=m},function(e,t,n){"use strict";var r=n(75),o=n.n(r),i=n(58),a=n(76),c=n(109),l="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},u=Object.assign||function(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:{},t=e.getUserConfirmation,n=e.initialEntries,r=void 0===n?["/"]:n,f=e.initialIndex,p=void 0===f?0:f,d=e.keyLength,g=void 0===d?6:d,h=Object(c.a)(),m=function(e){u(A,e),A.length=A.entries.length,h.notifyListeners(A.location,A.action)},y=function(){return Math.random().toString(36).substr(2,g)},v=s(p,0,r.length-1),b=r.map(function(e){return"string"==typeof e?Object(a.a)(e,void 0,y()):Object(a.a)(e,void 0,e.key||y())}),_=i.b,x=function(e,n){o()(!("object"===(void 0===e?"undefined":l(e))&&void 0!==e.state&&void 0!==n),"You should avoid providing a 2nd state argument to push when the 1st argument is a location-like object that already has state; it is ignored");var r=Object(a.a)(e,n,y(),A.location);h.confirmTransitionTo(r,"PUSH",t,function(e){if(e){var t=A.index,n=t+1,o=A.entries.slice(0);o.length>n?o.splice(n,o.length-n,r):o.push(r),m({action:"PUSH",location:r,index:n,entries:o})}})},w=function(e,n){o()(!("object"===(void 0===e?"undefined":l(e))&&void 0!==e.state&&void 0!==n),"You should avoid providing a 2nd state argument to replace when the 1st argument is a location-like object that already has state; it is ignored");var r=Object(a.a)(e,n,y(),A.location);h.confirmTransitionTo(r,"REPLACE",t,function(e){e&&(A.entries[A.index]=r,m({action:"REPLACE",location:r}))})},E=function(e){var n=s(A.index+e,0,A.entries.length-1),r=A.entries[n];h.confirmTransitionTo(r,"POP",t,function(e){e?m({action:"POP",location:r,index:n}):m()})},R=function(){return E(-1)},L=function(){return E(1)},S=function(e){var t=A.index+e;return t>=0&&t0&&void 0!==arguments[0]&&arguments[0];return h.setPrompt(e)},O=function(e){return h.appendListener(e)},A={length:b.length,action:"POP",location:b[v],index:v,entries:b,createHref:_,push:x,replace:w,go:E,goBack:R,goForward:L,canGo:S,block:k,listen:O};return A};t.a=f},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}var a=n(35),c=n.n(a),l=n(5),u=n.n(l),s=n(12),f=n.n(s),p=n(53),d=n(110),g=function(e){function t(){var n,i,a;r(this,t);for(var c=arguments.length,l=Array(c),u=0;u ignores the history prop. To use a custom history, use `import { Router }` instead of `import { HashRouter as Router }`.")},t.prototype.render=function(){return u.a.createElement(d.a,{history:this.history,children:this.props.children})},t}(u.a.Component);g.propTypes={basename:f.a.string,getUserConfirmation:f.a.func,hashType:f.a.oneOf(["hashbang","noslash","slash"]),children:f.a.node},t.a=g},function(e,t,n){"use strict";var r=n(420);t.a=r.a},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}var a=n(35),c=n.n(a),l=n(5),u=n.n(l),s=n(12),f=n.n(s),p=n(53),d=n(111),g=function(e){function t(){var n,i,a;r(this,t);for(var c=arguments.length,l=Array(c),u=0;u ignores the history prop. To use a custom history, use `import { Router }` instead of `import { MemoryRouter as Router }`.")},t.prototype.render=function(){return u.a.createElement(d.a,{history:this.history,children:this.props.children})},t}(u.a.Component);g.propTypes={initialEntries:f.a.array,initialIndex:f.a.number,getUserConfirmation:f.a.func,keyLength:f.a.number,children:f.a.node},t.a=g},function(e,t,n){"use strict";function r(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}var o=n(5),i=n.n(o),a=n(12),c=n.n(a),l=n(160),u=n(159),s=Object.assign||function(e){for(var t=1;t outside a "),this.props.when&&this.enable(this.props.message)},t.prototype.componentWillReceiveProps=function(e){e.when?this.props.when&&this.props.message===e.message||this.enable(e.message):this.disable()},t.prototype.componentWillUnmount=function(){this.disable()},t.prototype.render=function(){return null},t}(c.a.Component);p.propTypes={when:u.a.bool,message:u.a.oneOfType([u.a.func,u.a.string]).isRequired},p.defaultProps={when:!0},p.contextTypes={router:u.a.shape({history:u.a.shape({block:u.a.func.isRequired}).isRequired}).isRequired},t.a=p},function(e,t,n){"use strict";var r=n(426);t.a=r.a},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}var a=n(5),c=n.n(a),l=n(12),u=n.n(l),s=n(35),f=n.n(s),p=n(29),d=n.n(p),g=n(53),h=n(163),m=Object.assign||function(e){for(var t=1;t outside a "),this.isStatic()&&this.perform()},t.prototype.componentDidMount=function(){this.isStatic()||this.perform()},t.prototype.componentDidUpdate=function(e){var t=Object(g.c)(e.to),n=Object(g.c)(this.props.to);if(Object(g.f)(t,n))return void f()(!1,"You tried to redirect to the same route you're currently on: \""+n.pathname+n.search+'"');this.perform()},t.prototype.computeTo=function(e){var t=e.computedMatch,n=e.to;return t?"string"==typeof n?Object(h.a)(n,t.params):m({},n,{pathname:Object(h.a)(n.pathname,t.params)}):n},t.prototype.perform=function(){var e=this.context.router.history,t=this.props.push,n=this.computeTo(this.props);t?e.push(n):e.replace(n)},t.prototype.render=function(){return null},t}(c.a.Component);y.propTypes={computedMatch:u.a.object,push:u.a.bool,from:u.a.string,to:u.a.oneOfType([u.a.string,u.a.object]).isRequired},y.defaultProps={push:!1},y.contextTypes={router:u.a.shape({history:u.a.shape({push:u.a.func.isRequired,replace:u.a.func.isRequired}).isRequired,staticContext:u.a.object}).isRequired},t.a=y},function(e,t,n){"use strict";var r=n(428);t.a=r.a},function(e,t,n){"use strict";function r(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}var c=n(35),l=n.n(c),u=n(29),s=n.n(u),f=n(5),p=n.n(f),d=n(12),g=n.n(d),h=n(53),m=n(111),y=Object.assign||function(e){for(var t=1;t",e)}},E=function(){},R=function(e){function t(){var n,r,a;o(this,t);for(var c=arguments.length,l=Array(c),u=0;u ignores the history prop. To use a custom history, use `import { Router }` instead of `import { StaticRouter as Router }`.")},t.prototype.render=function(){var e=this.props,t=e.basename,n=(e.context,e.location),o=r(e,["basename","context","location"]),i={createHref:this.createHref,action:"POP",location:_(t,Object(h.c)(n)),push:this.handlePush,replace:this.handleReplace,go:w("go"),goBack:w("goBack"),goForward:w("goForward"),listen:this.handleListen,block:this.handleBlock};return p.a.createElement(m.a,y({},o,{history:i}))},t}(p.a.Component);R.propTypes={basename:g.a.string,context:g.a.object.isRequired,location:g.a.oneOfType([g.a.string,g.a.object])},R.defaultProps={basename:"",location:"/"},R.childContextTypes={router:g.a.object.isRequired},t.a=R},function(e,t,n){"use strict";var r=n(430);t.a=r.a},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}var a=n(5),c=n.n(a),l=n(12),u=n.n(l),s=n(35),f=n.n(s),p=n(29),d=n.n(p),g=n(112),h=function(e){function t(){return r(this,t),o(this,e.apply(this,arguments))}return i(t,e),t.prototype.componentWillMount=function(){d()(this.context.router,"You should not use outside a ")},t.prototype.componentWillReceiveProps=function(e){f()(!(e.location&&!this.props.location),' elements should not change from uncontrolled to controlled (or vice versa). You initially used no "location" prop and then provided one on a subsequent render.'),f()(!(!e.location&&this.props.location),' elements should not change from controlled to uncontrolled (or vice versa). You provided a "location" prop initially but omitted it on a subsequent render.')},t.prototype.render=function(){var e=this.context.router.route,t=this.props.children,n=this.props.location||e.location,r=void 0,o=void 0;return c.a.Children.forEach(t,function(t){if(null==r&&c.a.isValidElement(t)){var i=t.props,a=i.path,l=i.exact,u=i.strict,s=i.sensitive,f=i.from,p=a||f;o=t,r=Object(g.a)(n.pathname,{path:p,exact:l,strict:u,sensitive:s},e.match)}}),r?c.a.cloneElement(o,{location:n,computedMatch:r}):null},t}(c.a.Component);h.contextTypes={router:u.a.shape({route:u.a.object.isRequired}).isRequired},h.propTypes={children:u.a.node,location:u.a.object},t.a=h},function(e,t,n){"use strict";var r=n(163);t.a=r.a},function(e,t,n){"use strict";var r=n(112);t.a=r.a},function(e,t,n){"use strict";var r=n(434);t.a=r.a},function(e,t,n){"use strict";function r(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}var o=n(5),i=n.n(o),a=n(12),c=n.n(a),l=n(151),u=n.n(l),s=n(161),f=Object.assign||function(e){for(var t=1;t0?e.classList.add("scroll"):e.classList.remove("scroll")}},{key:"handleMenuLinkClick",value:function(){this.setState({showMobile:!1})}},{key:"handleMenuClick",value:function(e){e.preventDefault(),this.setState({showMobile:!this.state.showMobile})}},{key:"componentDidMount",value:function(){window.addEventListener("scroll",this.handleNavbarScroll)}},{key:"componentWillUnmount",value:function(){document.querySelector(".navbar-cont").classList.remove("scroll"),window.removeEventListener("scroll",this.handleNavbarScroll)}},{key:"render",value:function(){return u.default.createElement("div",{className:"navbar-cont"},u.default.createElement("ul",{className:"navbar",role:"navigation"},u.default.createElement("li",{className:"anikon__brand"},u.default.createElement(f.Link,{to:"/"},u.default.createElement("div",{className:"brand sprite"}))),u.default.createElement("li",{className:"nav-search"}," ","/"===this.props.location&&u.default.createElement(d.default,null)),u.default.createElement("li",{className:"nav-links"},u.default.createElement(f.NavLink,{exact:!0,to:"/"},"Icons",u.default.createElement("div",{className:"version "},"v",g.VERSION)),u.default.createElement("a",{href:"https://paypal.me/atisawd",target:"_blank"},"Donate"),u.default.createElement(f.NavLink,{to:"/get-started"},"Usage "),u.default.createElement("a",{className:"github-button",href:"https://github.com/atisawd/boxicons",target:"_blank"},u.default.createElement("i",{className:"bx bxl-github"})),u.default.createElement("a",{className:"color-button",download:!0,href:"/static/boxicons-"+g.VERSION+".zip"},"Download")),u.default.createElement("li",{className:"mobile-menu"},u.default.createElement("a",{href:"#",className:"mobile-menu-button",onClick:this.handleMenuClick},this.state.showMobile?u.default.createElement("i",{className:"bx bx-x"}):u.default.createElement("i",{className:"bx bx-menu"})),this.state.showMobile&&u.default.createElement("ul",{className:"mobile-menu-cont animated slideInRight"},u.default.createElement("li",{className:"mobile-link"},u.default.createElement(f.NavLink,{exact:!0,to:"/",onClick:this.handleMenuLinkClick},"Icons")),u.default.createElement("li",{className:"mobile-link"},u.default.createElement("a",{href:"https://paypal.me/atisawd",target:"_blank"},"Donate")),u.default.createElement("li",{className:"mobile-link"},u.default.createElement(f.NavLink,{to:"/get-started",onClick:this.handleMenuLinkClick},"Get Started ")),u.default.createElement("li",{className:"mobile-link"},u.default.createElement(f.NavLink,{to:"/cheatsheet",onClick:this.handleMenuLinkClick},"Cheatsheet ")),u.default.createElement("li",{className:"mobile-link"},u.default.createElement("a",{href:"https://github.com/atisawd/boxicons",target:"_blank"},"Github"))))))}}]),t}(l.Component);t.default=h},function(e,t){e.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAA+CAYAAAB6Kgg+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAlpJREFUeNrs2z9LAmEcwHG9RMqMCgmpQYVoCBLrBTQoVIKBS5RtLW0NvYSaW1raNQiRcggaqiGEChqCkBwDu4YgCDIKIQjsl1ygx3nen+d57nmengceHlAHPzz3tTu93I1Gw0VqnF1WhmBZg1lbmJ3KuggONwmoAtxU5qDysAxzixQYK7QDUD2IgLFADQKJgpFCLQKJgJFAEQGxgm1BMQGxgC1BCQGRgk1BHQIiARuCUgK0BdaFUgq0BNaEMgI0BW6DMgo0BG5COQHqgt25w/OdYHB0nSOgFnhNKhYL/qcn+ZlT5Luyq6WesfDEXKVS9sty9TUUCn/19vYNc4LchpkB5E3z0I2nlndhjf09G4vNDCQS8xGv1xtgFHj8+1kDwMfWBz3qV5XLdx8w75PJ1Eg0Oh2RJKmfEWBZAZY0/7yod7R1+Hw+Tzq9FIBDepLyDje7nTBIek/W6/XvfH7/5eAge1urvVUp7TBi5DRQd0fVg6J+NTvUGx5TETjfr26HyHbUwX4NdWi5UUr6Ndwhlh0l0K/pDpE1Sqhfyx0S2VEE/druEEujiPtF0iHxHTXRL9IOiTRqst8HHB06vqPqcXFSiJM+lZJc/2QIqIAKqIAKqIAKqIAKqIDyDL36F1C4ZDqCdRXmNc/Qtp/2E4sr07BswBzn7XpU82YNACcVcD8vUKnDGzmFJQMzx/2nLmA/YWZ56dfwLXIo+6Wm0S5g2/0y8eUYq/1KFneEuX6R3IFttl8mGkXRL/NfYNPcL/KrF1r7xf6fTFr9Mt+o0X65/pGppd89Jw7dHwEGAP5+fGFiw8UnAAAAAElFTkSuQmCC"},function(e,t,n){var r=n(440);"string"==typeof r&&(r=[[e.i,r,""]]);var o={hmr:!0};o.transform=void 0;n(446)(r,o);r.locals&&(e.exports=r.locals)},function(e,t,n){var r=n(441);t=e.exports=n(442)(!1),t.push([e.i,'.hljs{display:block;overflow-x:auto;color:#555;background:#f7f7f7;padding:.7em;font-size:14px;border-radius:5px;text-shadow:0 1px 0 hsla(0,0%,100%,.6);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.icons-filter-in i{font-size:21px;color:#282828}.dark.icons-section{background:#282828}.dark .icon-box i,.dark .icons-filter-in i{color:#fff}.dark .icons-filter-in{border-color:hsla(0,0%,100%,.1)}.dark .icons-filter-in div.active{color:#fff}.main-buttons{padding:25px 0;padding-bottom:50px;text-align:center}.icons-filter{max-width:960px;margin:0 auto;margin-bottom:20px}.icons-count{align-self:flex-end;flex:1;text-align:left}.icons-filter-in{display:flex;padding:0;margin:0 30px;padding-bottom:0;border-bottom:1px dashed rgba(0,0,0,.1)}.icons-filter-in div.active{color:#282828;border-bottom:2px solid #fc5774}.icons-filter-in div:last-child{margin-right:0}.icons-filter-in div{padding:10px 5px;margin:0 10px;padding-bottom:20px;font-size:14px;transform:translateY(1px);cursor:pointer;color:#999;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.main-buttons a.color-button{background:#fc5774;color:#fff;border-color:#fc5774}.main-buttons a.color-button:active{background:#e65d75;border-color:#e65d75}.main-buttons a:active{border-color:#e65d75}.main-buttons a{display:inline-block;background:transparent;text-align:center;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px;font-size:16px;margin:0 7px;font-weight:700;border:1px solid;color:#fc5774;height:40px;width:120px;line-height:40px}.page-body h4{font-size:21px;font-weight:400;margin-bottom:0;color:#282828;margin-top:15px}.home-top{padding-bottom:70px}a.color-button{margin-left:10px;background:transparent;color:#282828!important;border:1px solid rgba(0,0,0,.1);text-align:center;border-radius:5px;font-weight:700;font-size:14px!important;width:90px;align-items:center}a.color-button:active{border:1px solid rgba(0,0,0,.25)}h3.cs{padding-left:40px}code.side{color:#d81b60;background:#f7f7f7;padding:1px 5px!important;font-size:12px;display:inline-flex!important;border-radius:5px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.hidden{position:absolute;top:0;z-index:-1}.page-body{max-width:960px;margin:0 auto;margin-top:0;padding-bottom:100px}ul.docs-sidebar-list li a{color:#999;font-size:14px}ul.docs-sidebar-list li a:hover{color:#282828}.hljs-comment,.hljs-quote{color:#a0a1a7;font-style:italic}.docs-content{overflow:hidden}.hljs-doctag,.hljs-formula,.hljs-keyword{color:#a626a4}.hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst{color:#d81b60}.hljs-literal{color:#0184bb}.hljs-addition,.hljs-attribute,.hljs-meta-string,.hljs-regexp,.hljs-string{color:#0d904f}.hljs-built_in,.hljs-class .hljs-title{color:#c18401}.hljs-attr,.hljs-number,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable{color:#37474f}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol,.hljs-title{color:#3b78e7}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}.no-result p{margin-top:2px;font-size:16px;color:#aab0bc;font-style:italic}h3.no-result{text-align:center;width:100%;font-weight:400;padding:10px;min-height:50px;color:#373a3c;font-size:21px;margin-bottom:0}ul.docs-sidebar-list{position:-webkit-sticky;position:sticky;box-sizing:border-box;top:90px;list-style:none;padding:0;margin:30px;padding-left:20px}ul.docs-sidebar-list li{padding:1px 10px}.docs{display:flex}.docs-sidebar{flex:1;order:2}.docs-content{flex:2;order:1;padding-left:40px}.left-section-inner{background:#fff;max-width:600px;border-radius:5px;margin:0 auto;display:block;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.2);box-shadow:0 2px 10px rgba(0,0,0,.2)}table{padding:10px 30px}.icon-display{padding:20px 15px;border:1px solid #ebebeb;margin:20px 0;border-radius:5px;margin-bottom:0!important;border-bottom-left-radius:0;border-bottom-right-radius:0}.icon-display i{margin:0 5px}.color{border:1px solid rgba(0,0,0,.1);height:17px;width:17px;border-radius:40px;cursor:pointer;opacity:.95;position:relative;margin:0!important}.color.black{background:#282828}.color.orange{background:#ff9800}.color.yellow{background:#ffeb3b}.color.blue{background:#2196f3}.color.red{background:#f44336}.color.purple{background:#9c27b0}.color.green{background:#4caf50}.color i{position:absolute;color:#fff;left:0;font-size:21px;right:0;margin:0 auto;text-align:center;top:0;bottom:0;top:17%;display:none}.color.active i{display:block}.color.white i{color:#282828}.color:hover{opacity:1}.animate-choices,.color-choices{display:flex;background:#fff;padding:7px;border-radius:44px;position:absolute;top:10px;z-index:121212;box-shadow:0 1px 1px 0 rgba(60,64,67,.08),0 1px 3px 1px rgba(60,64,67,.16)}.animate-choices{overflow:hidden}a{color:#fc5774}.animate-choices div{margin:3px!important;line-height:20px;font-size:12px;cursor:pointer;max-width:30px;overflow:hidden;padding:2px 5px;color:#999;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.animate-choices div:hover{color:#282828}.color-choices div{margin:5px!important}.icon-animate i,.icon-rotate i{font-size:25px;display:block;color:#999}.icon-animate i{margin-left:2px}.icon-rotate{height:25px;width:25px;margin:2px 0;cursor:pointer;border-radius:40px;margin-right:10px;padding:5px;border:1px solid rgba(0,0,0,.1)}.icon-rotate:active{border-color:rgba(0,0,0,.25)}.icon-animate{height:25px;width:25px;margin:2px 0;cursor:pointer;border-radius:40px;margin-right:10px;padding:5px;border:1px solid rgba(0,0,0,.1)}.icon-animate:active{border-color:rgba(0,0,0,.25)}.box-bg{border-radius:5px;overflow:hidden;background:#fff;align-items:center;background-image:linear-gradient(45deg,#eee 25%,transparent 0),linear-gradient(-45deg,#eee 25%,transparent 0),linear-gradient(45deg,transparent 75%,#eee 0),linear-gradient(-45deg,transparent 75%,#eee 0);background-position:0 0,0 5px,5px -5px,-5px 0;background-size:10px 10px;display:flex;height:100%;justify-content:center;width:100%;height:96px;width:82px;position:relative;height:82px}ul.navbar li .search-cont i.bx-x{font-size:16px!important;padding:5px!important;background:rgba(0,0,0,.02);height:16px!important;width:16px!important;line-height:16px!important;color:#aab0bc;border-radius:50%;cursor:pointer;margin-right:10px}.box-bg i{color:#282828;font-size:3rem}.box-bg.blue i,.box-bg.green i,.box-bg.orange i,.box-bg.purple i,.box-bg.red i,.box-bg.white i{color:#fff;z-index:121212}.box-bg.orange{background:#ff9800}.box-bg.yellow{background:#ffeb3b}.box-bg.blue{background:#2196f3}.box-bg.red{background:#f44336}.box-bg.purple{background:#9c27b0}.box-bg.green{background:#4caf50}.icon{padding:20px;display:flex;pointer-events:auto;position:relative}.icon-head-name{color:#282828;line-height:35px;font-weight:700;font-size:20px;margin-bottom:5px}.icon-code .hljs{line-height:20px!important;border-radius:5px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:.1s;overflow:hidden;vertical-align:top;width:100%}.icon-code pre{margin:0!important;z-index:1212;overflow:hidden;padding-left:5px;height:40px;display:flex;align-items:flex-start}.icon-code:hover .hljs-tag{background:rgba(92,199,247,.03)}.icon-footer{display:flex}.current-color{height:19px;width:19px;margin:2px 0;cursor:pointer;border-radius:40px;margin-right:10px;padding:8px;border:1px solid rgba(0,0,0,.1)}.current-color:active{border-color:rgba(0,0,0,.25)}.icon-code{flex:1;position:relative;cursor:pointer;overflow:hidden;width:270px}.copied{position:absolute;right:0;transition:.1s;z-index:99999;top:0;line-height:20px;font-size:13px;font-weight:700;padding:5px 10px;background:#3cb46e;color:#fff;border-radius:5px;margin:5px;opacity:0;display:none}.copied.active{opacity:1;display:block}.icon-head{margin:0;margin-left:15px;font-size:16px;font-weight:400;line-height:64px;flex:1;width:366px;overflow:hidden}.icon-buttons{padding-left:15px;pointer-events:auto;cursor:pointer;margin-bottom:2px;align-self:flex-end}.tooltip{position:relative;display:inline-block;border-bottom:1px dotted #282828}.tooltip .tooltiptext{visibility:hidden;width:120px;background-color:#282828;color:#fff;text-align:center;padding:5px 0;border-radius:6px;position:absolute;z-index:1}.tooltip:hover .tooltiptext{visibility:visible}.blox-bg-overlay{background:#282828;left:0;position:absolute;right:0;top:0;bottom:0}.svg__content.icon-big-svg{z-index:1212}.button.icon-download i{font-size:22px;fill:#fff;padding-left:10px}.button.icon-download:active{border-color:rgba(0,0,0,.25)}.button-name{line-height:24px;flex:1}input[type=text]::-ms-clear{display:none}.button.icon-download{background:rgba(60,180,110,.025);transition:.15s;color:#3cb46e;border:1px solid #3cb46e;height:38px;text-align:center;border-radius:5px;font-weight:700;font-size:14px;display:flex;width:90px;align-items:center;line-height:38px}.icon-close i{font-size:18px;fill:#fff}.search-box i{order:1;align-self:center;padding:0 10px;height:30px;font-size:30px;color:#afafaf;cursor:pointer}.search-box i.bx-x{font-size:20px;padding:5px;background:#fafafa;height:20px!important;line-height:20px!important;color:#aab0bc;border-radius:50%;cursor:pointer}.search-box i.bx-x:hover{background:#f5f5f5}ul.mobile-menu-cont{background:#fff;left:0;right:0;top:70px;animation-duration:.25s;bottom:0;padding:50px;border-bottom:1px solid #d0dcef;border-top:1px solid #d0dcef;transition:all .5s cubic-bezier(.4,0,.2,1)}ul.mobile-menu-cont li a{font-size:27px!important;padding:10px 0!important}.float-footer{display:block;width:100%;text-align:center;padding:30px 0;color:rgba(0,0,0,.4);font-size:13px;font-weight:700;background:#fff;margin:0 auto}.footer-logo{height:13px;width:128px;opacity:.4}.icons-right-section{width:100%}.page-back{background:#fff}.page-head{padding:50px 0;background:#f7f7f7}.page-head p{font-size:19px;color:#999}.page-head h1,.page-head p{padding:0 40px;margin-top:0}.page-head h1{font-size:40px;color:#282828;margin-bottom:10px;text-align:left}.page-head-in{max-width:960px;margin:0 auto}ul.docs-sidebar-list ul{list-style:none;padding:5px;margin:5px 10px;margin-right:0;padding-right:0;border-left:1px solid #ebebeb}.icon-display div{margin:0!important}.page-body h3{font-size:27px;color:#282828;margin-bottom:0;margin-top:25px}.page-body h3:before,.page-body h4:before{display:block;height:6rem;margin-top:-6rem;visibility:hidden;content:""}.tab{padding-left:15px}.tab-2{padding-left:30px}.page-body div{font-size:15px;margin-top:15px;margin-bottom:40px;color:#999}table tbody tr{display:inline-table;width:25%;cursor:pointer;transition:.15s;position:relative;border-bottom:1px solid #ebebeb}table tbody tr:active{background:#f7f7f7}.icon-head-name a{font-size:12px;font-weight:400;float:right;color:#999}.icon-head-name a:hover{color:#282828}td i{font-size:26px;text-rendering:auto;-webkit-font-smoothing:antialiased}.line{background-image:linear-gradient(90deg,#d9d9d9 40%,hsla(0,0%,100%,0) 0);background-position:top;background-size:5px 1px;background-repeat:repeat-x;height:1px;margin:0 auto;max-width:960px}table td{line-height:16px;white-space:nowrap;overflow:hidden;padding:12px 5px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:13px;text-overflow:ellipsis;color:#282828}body{font-style:normal;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:15px;font-weight:400;line-height:1.6;background:#f7f7f7}li.extra-nav a:hover{background:rgba(0,0,0,.04);border-radius:5px}.home-top,.page-head{background-image:url('+r(n(443))+");background-size:100%}.page-body pre{white-space:pre-line;margin:0}code.display{border-top-left-radius:0;border-top-right-radius:0}.new-tag{display:none;background:#f7f7f7;color:#ccc;font-size:10px;text-transform:uppercase;letter-spacing:1px;height:16px;line-height:16px;width:37px;border-radius:3px;position:absolute;top:0;right:0}.new .new-tag{display:block}li.grid-options a{padding:5px!important;height:24px!important;opacity:.3;transition:.25s}.dropdown svg{stroke:#e5e5e5;fill:#fff;position:absolute;top:-24px;left:10px}ul.navbar li .search-cont{padding:2px;margin:0;border-radius:30px;border-color:#f7f7f7;background:#f7f7f7}ul.navbar li .search-cont i{font-size:24px;line-height:30px;padding:0 10px}ul.navbar li .search-cont.active{border-color:rgba(0,0,0,.1);background:#fff}ul.navbar li .search-sticky{opacity:0;transition:.15s;visibility:hidden}ul.navbar li .search-sticky.nav-active{opacity:1;visibility:visible}.filter-dropdown.dropdown ul{max-width:200px}.filter-dropdown.dropdown ul li{display:inline-block;margin-left:10px!important;margin-top:10px!important;border-radius:5px;border:1px solid #e5e5e5}.filter-dropdown.dropdown ul li:hover{background:#fafafa;border:1px solid #fafafa}.filter-dropdown.dropdown ul li:last-child,.filter-dropdown.dropdown ul li:nth-last-child(2){margin-bottom:10px!important}.filter-dropdown.dropdown ul li.active{background:#ffda3f;color:#454545;border:1px solid #ffda3f}ul.inline-sort li:hover{color:#454545}a.sort-option{padding-left:0!important;margin-left:0!important}a.sort-option:hover{background:transparent!important}.icon-filters a{border:1px solid #e5e5e5;border-radius:5px;transition:.25s;background:#fff}.option.active span.caret{border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #ccc;border-top:none;vertical-align:3px}li.grid-options{text-align:right;flex:1}li.grid-options a i{height:24px;width:24px;background-position-y:0;position:relative;display:block}.s-4grid{background-position-x:-72px!important}.s-9grid{background-position-x:-24px!important}.s-4grid-label{background-position-x:-48px!important}ul.filter-navbar li:last-child{padding-right:0}.icon-svg-cont{-webkit-animation-duration:.5s!important;animation-duration:.5s!important;min-height:55px}.icon-box{cursor:pointer;outline:none!important;flex:0 0 11.1111111111%;overflow:hidden}.icon-box i{color:#282828;font-size:2.25rem}.tag-number{flex:1;text-align:right;font-weight:400;color:#999;font-size:12px}.icon-box-inner svg{width:48px;height:48px;margin-right:15px;margin:0 auto;fill:#474949}.icon-close{background:#fff;color:#999;width:24px;align-self:flex-start;padding-top:3px;padding-left:0;pointer-events:auto;cursor:pointer;height:21px;text-align:center;line-height:18px;border-radius:30px;position:absolute;right:10px;top:10px}.icon-close:hover{background:#f4f4f4}.icon-close:active{background:#edefed}ion-icon{margin-right:25px}a{text-decoration:none}.active.icons-section .icons-left-section{order:0;transform:translateY(0);opacity:1}.icons-left-section{-webkit-animation-duration:.5s!important;animation-duration:.5s!important;opacity:0;position:fixed;z-index:99999999;left:0;right:0;transform:translateY(200px);width:auto;pointer-events:none;bottom:30px;transition:.5s ease}.icons-section{padding:15px 25px;background:#fff}.icons-section-cont{max-width:960px;margin:0 auto;display:flex}.search-sticky{padding-bottom:0}.icon-display li i{margin:0!important}.icon-display ul{font-size:18px;margin-top:0;margin-bottom:0}.active.icon-box .icon-box-inner{box-shadow:0 1px 1px 0 rgba(60,64,67,.05),0 1px 3px 1px rgba(60,64,67,.1);background:hsla(0,0%,100%,.2)}.active.icon-box .icon-box-inner,.active.icon-box .icon-box-inner:hover{border:1px solid rgba(0,0,0,.1)!important;border-image:initial!important;border-radius:5px!important}.active.icon-box .icon-box-inner:hover{box-shadow:0 1px 1px 0 rgba(60,64,67,.08),0 1px 3px 1px rgba(60,64,67,.16)}.icon-box-inner{padding:20px 0;padding-bottom:15px;margin:7px;color:#111;border:2px solid transparent;font-weight:700;position:relative;transition:.15s;font-size:16px;border-radius:10px;line-height:35px;text-align:center;pointer-events:none}.icon-box-overlay svg{margin:auto;position:absolute;top:0;left:0;bottom:0;right:0;background:#454545;padding:5px;border-radius:5px}.color-svg{fill:#24292e}.icon-box-inner:hover .icon-box-overlay{opacity:1}.icon-box-overlay{background:rgba(0,0,0,.04);border-radius:5px;left:0;right:0;opacity:0;top:0;bottom:0;position:absolute;text-align:center;transition:all .25s}.icon-box-inner a{color:#24292e;text-decoration:none}.icon-box.hide{display:none}.icon-box-inner a svg{width:100%}.container{box-sizing:border-box;display:flex;flex-wrap:wrap}.option{cursor:pointer}.dropdown{position:relative}.dropdown.show ul{display:block;opacity:1;-webkit-transform:scale(1) translate(0);transform:scale(1) translate(0);pointer-events:auto}.sprite{background:url("+r(n(444))+');background-repeat:no-repeat}.filter-option.active{background:rgba(0,0,0,.04);border-radius:5px}.s-search{background-position-x:0;width:24px;height:24px;position:absolute;top:20px;left:15px;z-index:1}.dropdown ul{opacity:0;top:10px;position:absolute;background:#fff;list-style:none;border-radius:5px;padding:0;color:#454545;border:1px solid #e5e5e5;z-index:5;text-align:left;pointer-events:none;min-width:100px;-webkit-transform:scale(.9) translateY(-5%);transform:scale(.9) translateY(-5%);transition:all .25s cubic-bezier(.24,.22,.015,1.56),opacity .1s ease-in-out}.dropdown ul li{font-size:14px!important;padding:15px!important;text-align:left;margin:0!important;cursor:pointer;transition:.25s}.dropdown ul li.active,.dropdown ul li:hover{background:hsla(0,0%,100%,.07)}.tag-number span{background:rgba(0,0,0,.04);padding:3px 10px;border-radius:5px;line-height:40px}.dropdown ul:before{content:"";width:0;height:0;position:absolute;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #fff;left:15px;right:0;top:-5px}ul.filter-navbar li.order-links a,ul.navbar li.nav-links a{transition:.15s}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}li.extra-nav{height:38px;vertical-align:middle;flex:1;order:4;max-width:40px!important;text-align:right;margin:0!important;padding-right:0!important}li.extra-nav a{opacity:.3}li.extra-nav a:hover{opacity:1}.filter-navbar-cont.fixed-filter{position:fixed;left:0;right:0;top:78px;z-index:12;background:#fcfcfc}li.grid-options a:hover{opacity:1}ul.filter-navbar li a:hover{background:hsla(0,0%,100%,.025)}ul.filter-navbar li.order-links a{line-height:35px;height:35px;margin:0 4px;position:relative}a.previous-page{border-left:1px solid hsla(0,0%,100%,.07)}li.page-links input{background:transparent;border:0;outline:none;border-left:1px solid #ddd;border-right:1px solid #ddd;width:40px;color:#24292e;font-size:16px;font-weight:700;text-align:center;overflow:hidden;padding:0 10px}li.page-links svg{height:14px;margin:0;padding:20px 0}.filter-navbar-cont{background:#fff;transition:.75s}li.page-links form{height:100%}ul.filter-navbar{margin:0;list-style:none;padding:0 5px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;padding:0 65px;justify-content:flex-start;border-bottom:1px solid #ddd}ul.navbar li.anikon__brand a{padding:0;line-height:0!important}.search-overlay.show{position:fixed;background:rgba(0,0,0,.5);left:0;right:0;top:78px;height:100%}.icon-list-cont{max-width:1100px;margin:0 auto;margin-top:20px}.tag-name strong{font-weight:500;color:#454545}.tags-list-item{font-size:16px}.tags-list-item:hover{background:#fafafa}.tags-list-item a{margin:0!important}input{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:600;font-size:15px}ul.navbar li.anikon__brand svg{height:55px;padding:0}.search-results{position:absolute;background:#fff;z-index:1;left:0;right:0;margin-top:15px;border-bottom-left-radius:3px;border-bottom-right-radius:3px}.someinput::-ms-clear{display:none}.search-cont{z-index:23;margin-bottom:25px;position:relative;display:block;padding:5px 10px;margin:0 auto;max-width:650px;border-radius:5px;border:1px solid rgba(0,0,0,.1);background:#fff;border-width:1px!important;border-style:solid!important;transition:box-shadow .2s cubic-bezier(.4,0,.2,1)}.search-cont.fixed{position:fixed;top:70px;left:0;padding:5px;z-index:11;border-radius:0;right:0;max-width:none;background:#fff;transition:.1s;border:0;border-top:1px solid #dee3eb;border-bottom:1px solid #dee3eb}.search-cont.fixed .search-box{max-width:960px;transition:.15s;border-bottom:0 solid #ddd}.search-cont.active{background:#fff}ul.navbar li a.active{color:#282828}.download.nav-button{background-color:hsla(0,0%,100%,.1);border-radius:3px;color:#fff;padding:0 15px}ul.navbar li a{padding:0 10px;text-decoration:none;color:#999;height:40px!important;position:relative;line-height:40px!important;display:inline-block;transition:.15s;font-size:13px}ul.navbar li a.mobile-menu-button{line-height:48px!important;height:48px!important}.icon-filters a:hover{background:rgba(0,0,0,.04)!important;border:1px solid transparent!important}ul.filter-navbar li a{text-decoration:none;color:#454545;height:100%;line-height:35px;display:inline-block;padding:0 15px;height:35px}ul.inline-sort{padding:0;list-style:none;color:#999}ul.inline-sort li{display:inline-block;transition:.25s}ul.inline-sort li.active{color:#454545;font-weight:500}ul.navbar li.search svg{position:absolute;top:15px;height:20px;left:15px}ul.navbar li.anikon__brand img{height:40px}.main-content{padding-top:70px}::placeholder{color:#888}ul.navbar li.nav-sort{order:4;font-size:14px;font-weight:600;color:#888;cursor:pointer}:-ms-input-placeholder,::-ms-input-placeholder{color:#ccc}.version{display:inline-block;border:1px solid rgba(0,0,0,.1);border-radius:5px;padding:2px 6px;height:18px;line-height:20px;font-weight:700!important;font-size:11px;color:rgba(0,0,0,.6);margin-left:10px}ul.navbar li a:hover{color:#181819}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}.icon-name{font-size:11px;padding:0 10px;text-overflow:ellipsis;overflow:hidden;font-weight:400;line-height:15px;white-space:nowrap;color:#999;text-align:center;pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-cont.scroll{background:#fff;top:0;box-shadow:0 2px 4px rgba(0,0,0,.1)}.icon-box:hover .icon-box-inner{opacity:1;pointer-events:auto}.navbar-cont{position:fixed;left:0;right:0;border-bottom:1px solid transparent;background:#fff;z-index:9999999999;transition:background .2s cubic-bezier(.4,0,.2,1)}.white-search-box input{border:0;outline:none;font-size:18px;width:100%;background:transparent;font-weight:600;color:#24292e}.tag-name{font-size:18px;flex:3}.white-search-box{max-width:700px;background:#fff;margin:0 auto;padding:15px 35px;width:100%;border-radius:2px}span.caret{width:0;height:2px;margin-left:5px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #ccc;display:inline-table;transition:.25s;clear:both}.s-dots{height:24px;background-position-x:-96px!important;width:24px;display:block;position:relative;margin-top:14px}.hero-text p{color:#999;font-size:19px;margin:0 auto;margin-top:20px;font-weight:400;text-align:center;margin-bottom:0;max-width:550px;line-height:1.4}.hero-head{margin:0 auto;margin-bottom:20px;text-align:center}.hero-text h2{font-size:42px;margin-top:0;color:#282828;letter-spacing:0;line-height:1;font-weight:700!important;text-rendering:optimizeLegibility}ul.navbar li a i{font-size:30px;line-height:40px;height:42px;vertical-align:middle}.brand{height:35px;width:160px;margin:4px 0;background:url('+r(n(445))+");background-repeat:no-repeat;background-size:100%;margin-right:10px;margin-top:7px}.hero-text h2 sup{font-size:27px;margin-left:5px;font-weight:400}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}::placeholder{color:#b5b5b5;opacity:1}:-ms-input-placeholder,::-ms-input-placeholder{color:#b5b5b5}::-moz-selection{color:#282828;background:rgba(92,199,247,.2)}::selection{color:#282828;background:rgba(92,199,247,.2)}.search-box input{height:50px;margin-left:60px;box-shadow:none;outline:none;font-weight:400;order:1;color:#454545;font-size:21px;width:100%;margin:0;padding:0;border-radius:2px;border:0;display:block;background:transparent;margin-left:10px}ul.navbar{margin:0 auto;list-style:none;padding:12px 20px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;max-width:960px;justify-content:flex-start;flex-direction:row;flex-wrap:wrap}ul.navbar li .s-search{width:20px;height:20px;top:12px}ul.navbar li input{height:44px;font-size:15px}ul.filter-navbar li{margin:0;line-height:0;font-size:15px;font-weight:400;padding:10px;margin:0 5px}ul.mobile-menu-cont{list-style:none;position:fixed}li.mobile-menu{order:3;display:none}li.mobile-menu i{font-size:30px;vertical-align:middle;color:#282828}ul.navbar li{margin:0;line-height:20px;font-size:15px;padding:0 10px}ul.navbar li.nav-search{flex:1}li.order-links{flex:none;border-right:1px solid #ddd}li.icon-filters{flex:1;x:1px solid #ddd}li.page-links{flex:1;text-align:right}.hero-text{margin:0 auto;text-align:left}.hero-text h2{position:relative;word-break:break-word;display:inline;background-size:100% 100%}li.page-links a,li.page-links form{display:inline-flex!important;vertical-align:middle;line-height:50px;padding:0 10px!important}.hero{text-align:left;position:relative;margin:0 auto;padding-top:75px;padding-bottom:25px}.search-box .close{order:1;align-self:center;padding:0 15px;height:32px;cursor:pointer}.cs-copy{font-size:18px;color:#999;display:none;position:absolute;right:10px;top:18px}tr:hover .cs-copy{display:block}tr:active .cs-copy{color:#282828}.search-box{position:relative;border-radius:5px;transition-duration:.15s;margin:0 auto;display:flex}ul.navbar li.search{flex:5;order:2}ul.navbar li.nav-links{text-align:right;padding:5px 0;order:3}ul.navbar li.anikon__brand{flex:0 0 170px;height:50px;margin:0;padding:0;position:relative}ul.navbar li svg{vertical-align:middle}ul.navbar li .tags-list-item a{margin:0!important;line-height:35px!important;padding:0 15px;display:flex}ul.navbar li .search-sticky{background:transparent;padding-bottom:0}.page-body-in code.hljs{padding:1.4em}.page-body-in span.hljs-tag{margin-bottom:2px;display:inline-block}@media screen and (max-width:900px){.docs,.docs-content,.page-body-in{margin-top:0!important}.icons-filter{padding-top:20px;margin-bottom:0}h3.cs{padding-left:20px}.home-top,.page-head{background-size:200%}ul.navbar li.nav-search{display:none!important}.main-buttons{text-align:left;padding:25px 10px}.docs-content{padding:0 20px}.page-head h1,.page-head p{padding:0}table{padding:10px 20px}.page-head-in{padding:0 20px}.docs-sidebar{display:none}.icon-list{padding:0}.icon-box i{font-size:2.25rem}.hero-head{text-align:left}.icons-section{padding:0}ul.navbar li.anikon__brand{flex:1}li.mobile-menu{display:inline-block;padding-right:0!important;width:40px}.nav-links{display:none}.hero-text{padding-right:20px;padding-left:20px}.search-cont{margin:0 20px;margin-bottom:0}.icon-head-name a{display:none}.icon-box{flex:0 0 14.2857142857%;max-width:14.2857142857%}.icon-box-inner{width:auto;padding:20px 5px;padding-bottom:15px}.search-cont.fixed{margin:0}.left-section-inner{border-radius:0;border-left:0;border-right:0;max-width:none}table tbody tr{width:50%;max-width:50%;overflow:hidden;text-overflow:ellipsis}.search-cont{max-width:none}.page-head h1{font-size:40px}.page-cont-in{padding:0}.hero-text p{font-size:18px;text-align:left;margin-left:0}.hero-text h2{font-size:40px;line-height:1.1;text-align:left}.icons-left-section{bottom:0;pointer-events:all}.icon-list{padding:20px}.icon-name{line-height:30px;display:none}}@media screen and (max-width:568px){.icons-count{display:none}.icon-display .bx-lg{font-size:2.5rem!important}.home-top,.page-head{background-size:300%}.main-buttons{display:flex;padding-bottom:75px}.main-buttons div{flex:1;text-align:center}.page-body div{font-size:14px}.page-body h3{font-size:21px}.brand{background-repeat:no-repeat;margin:8px 0;background-size:100%;width:150px}.icon-footer{display:none}.icon{display:block;height:48px;padding:15px}.box-bg,.icon-head{display:inline-block;flex:none}.icon-head{width:auto;line-height:48px;height:48px;margin-left:10px}.icon-buttons{display:block;float:right;margin-top:0;margin-right:25px}table tbody tr{width:100%;max-width:100%}.search-box input{height:50px}.search-box i{font-size:24px;height:24px}.search-box input{font-size:18px}.icon-box-inner{padding:15px 5px;padding-bottom:5px}.hero-text h2{font-size:36px;line-height:1.1}table td{font-size:14px}.page-head h1{font-size:27px;line-height:1.1}.hero-text p,.page-head p{font-size:16px}.button.icon-download i{padding-right:0}.icon-close{top:27px;right:6px}.icon-head-name{height:48px;font-size:13px;font-weight:400;line-height:48px;margin:0!important;max-width:150px;overflow:hidden}.icon-head-name a{display:none}ul.mobile-menu-cont li a{font-size:24px!important;padding:7px 0!important}.box-bg{width:48px;height:48px}.box-bg i{font-size:32px;position:absolute;left:8px;top:8px}.icon-name{line-height:30px;display:none}.icon-box{flex:0 0 20%;max-width:20%}.button-name{display:none}.button.icon-download{padding:5px;width:42px}.icons-filter-in div{margin:0 5px}}@media screen and (max-width:360px){.home-top,.page-head{background-size:400%}ul.mobile-menu-cont{padding:30px}.icon-box{flex:0 0 25%;max-width:25%}.hero-text h2{font-size:30px;line-height:1.2}.hero-text p,.page-head p{font-size:15px}}",""])},function(e,t){e.exports=function(e){return"string"!=typeof e?e:(/^['"].*['"]$/.test(e)&&(e=e.slice(1,-1)),/["'() \t\n]/.test(e)?'"'+e.replace(/"/g,'\\"').replace(/\n/g,"\\n")+'"':e)}},function(e,t){function n(e,t){var n=e[1]||"",o=e[3];if(!o)return n;if(t&&"function"==typeof btoa){var i=r(o);return[n].concat(o.sources.map(function(e){return"/*# sourceURL="+o.sourceRoot+e+" */"})).concat([i]).join("\n")}return[n].join("\n")}function r(e){return"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(e))))+" */"}e.exports=function(e){var t=[];return t.toString=function(){return this.map(function(t){var r=n(t,e);return t[2]?"@media "+t[2]+"{"+r+"}":r}).join("")},t.i=function(e,n){"string"==typeof e&&(e=[[null,e,""]]);for(var r={},o=0;o=0&&b.splice(t,1)}function c(e){var t=document.createElement("style");return e.attrs.type="text/css",u(t,e.attrs),i(e,t),t}function l(e){var t=document.createElement("link");return e.attrs.type="text/css",e.attrs.rel="stylesheet",u(t,e.attrs),i(e,t),t}function u(e,t){Object.keys(t).forEach(function(n){e.setAttribute(n,t[n])})}function s(e,t){var n,r,o,i;if(t.transform&&e.css){if(!(i=t.transform(e.css)))return function(){};e.css=i}if(t.singleton){var u=v++;n=y||(y=c(t)),r=f.bind(null,n,u,!1),o=f.bind(null,n,u,!0)}else e.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(n=l(t),r=d.bind(null,n,t),o=function(){a(n),n.href&&URL.revokeObjectURL(n.href)}):(n=c(t),r=p.bind(null,n),o=function(){a(n)});return r(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;r(e=t)}else o()}}function f(e,t,n,r){var o=n?"":r.css;if(e.styleSheet)e.styleSheet.cssText=x(t,o);else{var i=document.createTextNode(o),a=e.childNodes;a[t]&&e.removeChild(a[t]),a.length?e.insertBefore(i,a[t]):e.appendChild(i)}}function p(e,t){var n=t.css,r=t.media;if(r&&e.setAttribute("media",r),e.styleSheet)e.styleSheet.cssText=n;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(n))}}function d(e,t,n){var r=n.css,o=n.sourceMap,i=void 0===t.convertToAbsoluteUrls&&o;(t.convertToAbsoluteUrls||i)&&(r=_(r)),o&&(r+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(o))))+" */");var a=new Blob([r],{type:"text/css"}),c=e.href;e.href=URL.createObjectURL(a),c&&URL.revokeObjectURL(c)}var g={},h=function(e){var t;return function(){return void 0===t&&(t=e.apply(this,arguments)),t}}(function(){return window&&document&&document.all&&!window.atob}),m=function(e){var t={};return function(n){if(void 0===t[n]){var r=e.call(this,n);if(r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}t[n]=r}return t[n]}}(function(e){return document.querySelector(e)}),y=null,v=0,b=[],_=n(447);e.exports=function(e,t){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");t=t||{},t.attrs="object"==typeof t.attrs?t.attrs:{},t.singleton||"boolean"==typeof t.singleton||(t.singleton=h()),t.insertInto||(t.insertInto="head"),t.insertAt||(t.insertAt="bottom");var n=o(e,t);return r(n,t),function(e){for(var i=[],a=0;a - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/fonts/boxicons.ttf b/static/fonts/boxicons.ttf index e8b34f7..b071855 100644 Binary files a/static/fonts/boxicons.ttf and b/static/fonts/boxicons.ttf differ diff --git a/static/fonts/boxicons.woff b/static/fonts/boxicons.woff index f145ba7..ff97e30 100644 Binary files a/static/fonts/boxicons.woff and b/static/fonts/boxicons.woff differ diff --git a/static/img/svg/behance.svg b/static/img/svg/behance.svg deleted file mode 100644 index 853e7a3..0000000 --- a/static/img/svg/behance.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/img/svg/bitcoin.svg b/static/img/svg/bitcoin.svg deleted file mode 100644 index cfb1f0f..0000000 --- a/static/img/svg/bitcoin.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/img/svg/adjust.svg b/static/img/svg/bx-adjust.svg similarity index 100% rename from static/img/svg/adjust.svg rename to static/img/svg/bx-adjust.svg diff --git a/static/img/svg/alarm-off.svg b/static/img/svg/bx-alarm-off.svg similarity index 100% rename from static/img/svg/alarm-off.svg rename to static/img/svg/bx-alarm-off.svg diff --git a/static/img/svg/alarm.svg b/static/img/svg/bx-alarm.svg similarity index 100% rename from static/img/svg/alarm.svg rename to static/img/svg/bx-alarm.svg diff --git a/static/img/svg/album.svg b/static/img/svg/bx-album.svg similarity index 100% rename from static/img/svg/album.svg rename to static/img/svg/bx-album.svg diff --git a/static/img/svg/align-left.svg b/static/img/svg/bx-align-left.svg similarity index 100% rename from static/img/svg/align-left.svg rename to static/img/svg/bx-align-left.svg diff --git a/static/img/svg/align-middle.svg b/static/img/svg/bx-align-middle.svg similarity index 100% rename from static/img/svg/align-middle.svg rename to static/img/svg/bx-align-middle.svg diff --git a/static/img/svg/align-right.svg b/static/img/svg/bx-align-right.svg similarity index 100% rename from static/img/svg/align-right.svg rename to static/img/svg/bx-align-right.svg diff --git a/static/img/svg/anchor.svg b/static/img/svg/bx-anchor.svg similarity index 100% rename from static/img/svg/anchor.svg rename to static/img/svg/bx-anchor.svg diff --git a/static/img/svg/aperture.svg b/static/img/svg/bx-aperture.svg similarity index 100% rename from static/img/svg/aperture.svg rename to static/img/svg/bx-aperture.svg diff --git a/static/img/svg/archive-in.svg b/static/img/svg/bx-archive-in.svg similarity index 100% rename from static/img/svg/archive-in.svg rename to static/img/svg/bx-archive-in.svg diff --git a/static/img/svg/archive-out.svg b/static/img/svg/bx-archive-out.svg similarity index 100% rename from static/img/svg/archive-out.svg rename to static/img/svg/bx-archive-out.svg diff --git a/static/img/svg/archive.svg b/static/img/svg/bx-archive.svg similarity index 100% rename from static/img/svg/archive.svg rename to static/img/svg/bx-archive.svg diff --git a/static/img/svg/arrow-back.svg b/static/img/svg/bx-arrow-back.svg similarity index 100% rename from static/img/svg/arrow-back.svg rename to static/img/svg/bx-arrow-back.svg diff --git a/static/img/svg/asterisk.svg b/static/img/svg/bx-asterisk.svg similarity index 100% rename from static/img/svg/asterisk.svg rename to static/img/svg/bx-asterisk.svg diff --git a/static/img/svg/at.svg b/static/img/svg/bx-at.svg similarity index 100% rename from static/img/svg/at.svg rename to static/img/svg/bx-at.svg diff --git a/static/img/svg/award.svg b/static/img/svg/bx-award.svg similarity index 100% rename from static/img/svg/award.svg rename to static/img/svg/bx-award.svg diff --git a/static/img/svg/bar-chart-alt.svg b/static/img/svg/bx-bar-chart-alt.svg similarity index 100% rename from static/img/svg/bar-chart-alt.svg rename to static/img/svg/bx-bar-chart-alt.svg diff --git a/static/img/svg/bar-chart-square.svg b/static/img/svg/bx-bar-chart-square.svg similarity index 100% rename from static/img/svg/bar-chart-square.svg rename to static/img/svg/bx-bar-chart-square.svg diff --git a/static/img/svg/bar-chart.svg b/static/img/svg/bx-bar-chart.svg similarity index 100% rename from static/img/svg/bar-chart.svg rename to static/img/svg/bx-bar-chart.svg diff --git a/static/img/svg/barcode.svg b/static/img/svg/bx-barcode.svg similarity index 100% rename from static/img/svg/barcode.svg rename to static/img/svg/bx-barcode.svg diff --git a/static/img/svg/basketball.svg b/static/img/svg/bx-basketball.svg similarity index 100% rename from static/img/svg/basketball.svg rename to static/img/svg/bx-basketball.svg diff --git a/static/img/svg/battery-charging.svg b/static/img/svg/bx-battery-charging.svg similarity index 100% rename from static/img/svg/battery-charging.svg rename to static/img/svg/bx-battery-charging.svg diff --git a/static/img/svg/battery-full.svg b/static/img/svg/bx-battery-full.svg similarity index 100% rename from static/img/svg/battery-full.svg rename to static/img/svg/bx-battery-full.svg diff --git a/static/img/svg/battery-low.svg b/static/img/svg/bx-battery-low.svg similarity index 100% rename from static/img/svg/battery-low.svg rename to static/img/svg/bx-battery-low.svg diff --git a/static/img/svg/battery.svg b/static/img/svg/bx-battery.svg similarity index 100% rename from static/img/svg/battery.svg rename to static/img/svg/bx-battery.svg diff --git a/static/img/svg/bell-minus.svg b/static/img/svg/bx-bell-minus.svg similarity index 100% rename from static/img/svg/bell-minus.svg rename to static/img/svg/bx-bell-minus.svg diff --git a/static/img/svg/bell-off.svg b/static/img/svg/bx-bell-off.svg similarity index 100% rename from static/img/svg/bell-off.svg rename to static/img/svg/bx-bell-off.svg diff --git a/static/img/svg/bell-plus.svg b/static/img/svg/bx-bell-plus.svg similarity index 100% rename from static/img/svg/bell-plus.svg rename to static/img/svg/bx-bell-plus.svg diff --git a/static/img/svg/bell.svg b/static/img/svg/bx-bell.svg similarity index 100% rename from static/img/svg/bell.svg rename to static/img/svg/bx-bell.svg diff --git a/static/img/svg/block.svg b/static/img/svg/bx-block.svg similarity index 100% rename from static/img/svg/block.svg rename to static/img/svg/bx-block.svg diff --git a/static/img/svg/bluetooth.svg b/static/img/svg/bx-bluetooth.svg similarity index 100% rename from static/img/svg/bluetooth.svg rename to static/img/svg/bx-bluetooth.svg diff --git a/static/img/svg/body.svg b/static/img/svg/bx-body.svg similarity index 100% rename from static/img/svg/body.svg rename to static/img/svg/bx-body.svg diff --git a/static/img/svg/bold.svg b/static/img/svg/bx-bold.svg similarity index 100% rename from static/img/svg/bold.svg rename to static/img/svg/bx-bold.svg diff --git a/static/img/svg/bolt.svg b/static/img/svg/bx-bolt.svg similarity index 100% rename from static/img/svg/bolt.svg rename to static/img/svg/bx-bolt.svg diff --git a/static/img/svg/book-bookmark.svg b/static/img/svg/bx-book-bookmark.svg similarity index 100% rename from static/img/svg/book-bookmark.svg rename to static/img/svg/bx-book-bookmark.svg diff --git a/static/img/svg/book-open.svg b/static/img/svg/bx-book-open.svg similarity index 100% rename from static/img/svg/book-open.svg rename to static/img/svg/bx-book-open.svg diff --git a/static/img/svg/book.svg b/static/img/svg/bx-book.svg similarity index 100% rename from static/img/svg/book.svg rename to static/img/svg/bx-book.svg diff --git a/static/img/svg/bookmark-minus.svg b/static/img/svg/bx-bookmark-minus.svg similarity index 100% rename from static/img/svg/bookmark-minus.svg rename to static/img/svg/bx-bookmark-minus.svg diff --git a/static/img/svg/bookmark-plus.svg b/static/img/svg/bx-bookmark-plus.svg similarity index 100% rename from static/img/svg/bookmark-plus.svg rename to static/img/svg/bx-bookmark-plus.svg diff --git a/static/img/svg/bookmark-star.svg b/static/img/svg/bx-bookmark-star.svg similarity index 100% rename from static/img/svg/bookmark-star.svg rename to static/img/svg/bx-bookmark-star.svg diff --git a/static/img/svg/bookmark.svg b/static/img/svg/bx-bookmark.svg similarity index 100% rename from static/img/svg/bookmark.svg rename to static/img/svg/bx-bookmark.svg diff --git a/static/img/svg/bookmarks.svg b/static/img/svg/bx-bookmarks.svg similarity index 100% rename from static/img/svg/bookmarks.svg rename to static/img/svg/bx-bookmarks.svg diff --git a/static/img/svg/briefcase-alt.svg b/static/img/svg/bx-briefcase-alt.svg similarity index 100% rename from static/img/svg/briefcase-alt.svg rename to static/img/svg/bx-briefcase-alt.svg diff --git a/static/img/svg/briefcase.svg b/static/img/svg/bx-briefcase.svg similarity index 100% rename from static/img/svg/briefcase.svg rename to static/img/svg/bx-briefcase.svg diff --git a/static/img/svg/broadcast.svg b/static/img/svg/bx-broadcast.svg similarity index 100% rename from static/img/svg/broadcast.svg rename to static/img/svg/bx-broadcast.svg diff --git a/static/img/svg/bucket.svg b/static/img/svg/bx-bucket.svg similarity index 100% rename from static/img/svg/bucket.svg rename to static/img/svg/bx-bucket.svg diff --git a/static/img/svg/bug.svg b/static/img/svg/bx-bug.svg similarity index 100% rename from static/img/svg/bug.svg rename to static/img/svg/bx-bug.svg diff --git a/static/img/svg/building.svg b/static/img/svg/bx-building.svg similarity index 100% rename from static/img/svg/building.svg rename to static/img/svg/bx-building.svg diff --git a/static/img/svg/bulb.svg b/static/img/svg/bx-bulb.svg similarity index 100% rename from static/img/svg/bulb.svg rename to static/img/svg/bx-bulb.svg diff --git a/static/img/svg/bullseye.svg b/static/img/svg/bx-bullseye.svg similarity index 100% rename from static/img/svg/bullseye.svg rename to static/img/svg/bx-bullseye.svg diff --git a/static/img/svg/buoy.svg b/static/img/svg/bx-buoy.svg similarity index 100% rename from static/img/svg/buoy.svg rename to static/img/svg/bx-buoy.svg diff --git a/static/img/svg/calculator.svg b/static/img/svg/bx-calculator.svg similarity index 100% rename from static/img/svg/calculator.svg rename to static/img/svg/bx-calculator.svg diff --git a/static/img/svg/calendar-alt.svg b/static/img/svg/bx-calendar-alt.svg similarity index 100% rename from static/img/svg/calendar-alt.svg rename to static/img/svg/bx-calendar-alt.svg diff --git a/static/img/svg/calendar-check.svg b/static/img/svg/bx-calendar-check.svg similarity index 100% rename from static/img/svg/calendar-check.svg rename to static/img/svg/bx-calendar-check.svg diff --git a/static/img/svg/calendar-minus.svg b/static/img/svg/bx-calendar-minus.svg similarity index 100% rename from static/img/svg/calendar-minus.svg rename to static/img/svg/bx-calendar-minus.svg diff --git a/static/img/svg/calendar-add.svg b/static/img/svg/bx-calendar-plus.svg similarity index 100% rename from static/img/svg/calendar-add.svg rename to static/img/svg/bx-calendar-plus.svg diff --git a/static/img/svg/calendar-remove.svg b/static/img/svg/bx-calendar-x.svg similarity index 100% rename from static/img/svg/calendar-remove.svg rename to static/img/svg/bx-calendar-x.svg diff --git a/static/img/svg/calendar.svg b/static/img/svg/bx-calendar.svg similarity index 100% rename from static/img/svg/calendar.svg rename to static/img/svg/bx-calendar.svg diff --git a/static/img/svg/camera-alt.svg b/static/img/svg/bx-camera-alt.svg similarity index 100% rename from static/img/svg/camera-alt.svg rename to static/img/svg/bx-camera-alt.svg diff --git a/static/img/svg/camera-off.svg b/static/img/svg/bx-camera-off.svg similarity index 100% rename from static/img/svg/camera-off.svg rename to static/img/svg/bx-camera-off.svg diff --git a/static/img/svg/camera.svg b/static/img/svg/bx-camera.svg similarity index 100% rename from static/img/svg/camera.svg rename to static/img/svg/bx-camera.svg diff --git a/static/img/svg/capsule.svg b/static/img/svg/bx-capsule.svg similarity index 100% rename from static/img/svg/capsule.svg rename to static/img/svg/bx-capsule.svg diff --git a/static/img/svg/captions.svg b/static/img/svg/bx-captions.svg similarity index 100% rename from static/img/svg/captions.svg rename to static/img/svg/bx-captions.svg diff --git a/static/img/svg/car.svg b/static/img/svg/bx-car.svg similarity index 100% rename from static/img/svg/car.svg rename to static/img/svg/bx-car.svg diff --git a/static/img/svg/carousel.svg b/static/img/svg/bx-carousel.svg similarity index 100% rename from static/img/svg/carousel.svg rename to static/img/svg/bx-carousel.svg diff --git a/static/img/svg/cart-alt.svg b/static/img/svg/bx-cart-alt.svg similarity index 100% rename from static/img/svg/cart-alt.svg rename to static/img/svg/bx-cart-alt.svg diff --git a/static/img/svg/cart.svg b/static/img/svg/bx-cart.svg similarity index 100% rename from static/img/svg/cart.svg rename to static/img/svg/bx-cart.svg diff --git a/static/img/svg/cast.svg b/static/img/svg/bx-cast.svg similarity index 100% rename from static/img/svg/cast.svg rename to static/img/svg/bx-cast.svg diff --git a/static/img/svg/categories.svg b/static/img/svg/bx-categories.svg similarity index 100% rename from static/img/svg/categories.svg rename to static/img/svg/bx-categories.svg diff --git a/static/img/svg/chalkboard.svg b/static/img/svg/bx-chalkboard.svg similarity index 100% rename from static/img/svg/chalkboard.svg rename to static/img/svg/bx-chalkboard.svg diff --git a/static/img/svg/chart.svg b/static/img/svg/bx-chart.svg similarity index 100% rename from static/img/svg/chart.svg rename to static/img/svg/bx-chart.svg diff --git a/static/img/svg/check.svg b/static/img/svg/bx-check.svg similarity index 100% rename from static/img/svg/check.svg rename to static/img/svg/bx-check.svg diff --git a/static/img/svg/checkbox-checked.svg b/static/img/svg/bx-checkbox-checked.svg similarity index 100% rename from static/img/svg/checkbox-checked.svg rename to static/img/svg/bx-checkbox-checked.svg diff --git a/static/img/svg/checkbox-square.svg b/static/img/svg/bx-checkbox-square.svg similarity index 100% rename from static/img/svg/checkbox-square.svg rename to static/img/svg/bx-checkbox-square.svg diff --git a/static/img/svg/checkbox.svg b/static/img/svg/bx-checkbox.svg similarity index 100% rename from static/img/svg/checkbox.svg rename to static/img/svg/bx-checkbox.svg diff --git a/static/img/svg/chevron-down.svg b/static/img/svg/bx-chevron-down.svg similarity index 100% rename from static/img/svg/chevron-down.svg rename to static/img/svg/bx-chevron-down.svg diff --git a/static/img/svg/chevron-left.svg b/static/img/svg/bx-chevron-left.svg similarity index 100% rename from static/img/svg/chevron-left.svg rename to static/img/svg/bx-chevron-left.svg diff --git a/static/img/svg/chevron-right.svg b/static/img/svg/bx-chevron-right.svg similarity index 100% rename from static/img/svg/chevron-right.svg rename to static/img/svg/bx-chevron-right.svg diff --git a/static/img/svg/chevron-up.svg b/static/img/svg/bx-chevron-up.svg similarity index 100% rename from static/img/svg/chevron-up.svg rename to static/img/svg/bx-chevron-up.svg diff --git a/static/img/svg/chevrons-down.svg b/static/img/svg/bx-chevrons-down.svg similarity index 100% rename from static/img/svg/chevrons-down.svg rename to static/img/svg/bx-chevrons-down.svg diff --git a/static/img/svg/chevrons-left.svg b/static/img/svg/bx-chevrons-left.svg similarity index 100% rename from static/img/svg/chevrons-left.svg rename to static/img/svg/bx-chevrons-left.svg diff --git a/static/img/svg/chevrons-right.svg b/static/img/svg/bx-chevrons-right.svg similarity index 100% rename from static/img/svg/chevrons-right.svg rename to static/img/svg/bx-chevrons-right.svg diff --git a/static/img/svg/chevrons-up.svg b/static/img/svg/bx-chevrons-up.svg similarity index 100% rename from static/img/svg/chevrons-up.svg rename to static/img/svg/bx-chevrons-up.svg diff --git a/static/img/svg/chip.svg b/static/img/svg/bx-chip.svg similarity index 100% rename from static/img/svg/chip.svg rename to static/img/svg/bx-chip.svg diff --git a/static/img/svg/clipboard.svg b/static/img/svg/bx-clipboard.svg similarity index 100% rename from static/img/svg/clipboard.svg rename to static/img/svg/bx-clipboard.svg diff --git a/static/img/svg/closet.svg b/static/img/svg/bx-closet.svg similarity index 100% rename from static/img/svg/closet.svg rename to static/img/svg/bx-closet.svg diff --git a/static/img/svg/cloud-download.svg b/static/img/svg/bx-cloud-download.svg similarity index 100% rename from static/img/svg/cloud-download.svg rename to static/img/svg/bx-cloud-download.svg diff --git a/static/img/svg/cloud-drizzle.svg b/static/img/svg/bx-cloud-drizzle.svg similarity index 100% rename from static/img/svg/cloud-drizzle.svg rename to static/img/svg/bx-cloud-drizzle.svg diff --git a/static/img/svg/cloud-light-rain.svg b/static/img/svg/bx-cloud-light-rain.svg similarity index 100% rename from static/img/svg/cloud-light-rain.svg rename to static/img/svg/bx-cloud-light-rain.svg diff --git a/static/img/svg/cloud-lightning.svg b/static/img/svg/bx-cloud-lightning.svg similarity index 100% rename from static/img/svg/cloud-lightning.svg rename to static/img/svg/bx-cloud-lightning.svg diff --git a/static/img/svg/cloud-rain.svg b/static/img/svg/bx-cloud-rain.svg similarity index 100% rename from static/img/svg/cloud-rain.svg rename to static/img/svg/bx-cloud-rain.svg diff --git a/static/img/svg/cloud-snow.svg b/static/img/svg/bx-cloud-snow.svg similarity index 100% rename from static/img/svg/cloud-snow.svg rename to static/img/svg/bx-cloud-snow.svg diff --git a/static/img/svg/cloud-upload.svg b/static/img/svg/bx-cloud-upload.svg similarity index 100% rename from static/img/svg/cloud-upload.svg rename to static/img/svg/bx-cloud-upload.svg diff --git a/static/img/svg/cloud.svg b/static/img/svg/bx-cloud.svg similarity index 100% rename from static/img/svg/cloud.svg rename to static/img/svg/bx-cloud.svg diff --git a/static/img/svg/code-curly.svg b/static/img/svg/bx-code-curly.svg similarity index 100% rename from static/img/svg/code-curly.svg rename to static/img/svg/bx-code-curly.svg diff --git a/static/img/svg/code.svg b/static/img/svg/bx-code.svg similarity index 100% rename from static/img/svg/code.svg rename to static/img/svg/bx-code.svg diff --git a/static/img/svg/coffee.svg b/static/img/svg/bx-coffee.svg similarity index 100% rename from static/img/svg/coffee.svg rename to static/img/svg/bx-coffee.svg diff --git a/static/img/svg/cog.svg b/static/img/svg/bx-cog.svg similarity index 100% rename from static/img/svg/cog.svg rename to static/img/svg/bx-cog.svg diff --git a/static/img/svg/collapse.svg b/static/img/svg/bx-collapse.svg similarity index 100% rename from static/img/svg/collapse.svg rename to static/img/svg/bx-collapse.svg diff --git a/static/img/svg/collection.svg b/static/img/svg/bx-collection.svg similarity index 100% rename from static/img/svg/collection.svg rename to static/img/svg/bx-collection.svg diff --git a/static/img/svg/columns.svg b/static/img/svg/bx-columns.svg similarity index 100% rename from static/img/svg/columns.svg rename to static/img/svg/bx-columns.svg diff --git a/static/img/svg/command.svg b/static/img/svg/bx-command.svg similarity index 100% rename from static/img/svg/command.svg rename to static/img/svg/bx-command.svg diff --git a/static/img/svg/compass.svg b/static/img/svg/bx-compass.svg similarity index 100% rename from static/img/svg/compass.svg rename to static/img/svg/bx-compass.svg diff --git a/static/img/svg/contact.svg b/static/img/svg/bx-contact.svg similarity index 100% rename from static/img/svg/contact.svg rename to static/img/svg/bx-contact.svg diff --git a/static/img/svg/conversation.svg b/static/img/svg/bx-conversation.svg similarity index 100% rename from static/img/svg/conversation.svg rename to static/img/svg/bx-conversation.svg diff --git a/static/img/svg/copy.svg b/static/img/svg/bx-copy.svg similarity index 100% rename from static/img/svg/copy.svg rename to static/img/svg/bx-copy.svg diff --git a/static/img/svg/copyright.svg b/static/img/svg/bx-copyright.svg similarity index 100% rename from static/img/svg/copyright.svg rename to static/img/svg/bx-copyright.svg diff --git a/static/img/svg/coupon.svg b/static/img/svg/bx-coupon.svg similarity index 100% rename from static/img/svg/coupon.svg rename to static/img/svg/bx-coupon.svg diff --git a/static/img/svg/credit-card.svg b/static/img/svg/bx-credit-card.svg similarity index 100% rename from static/img/svg/credit-card.svg rename to static/img/svg/bx-credit-card.svg diff --git a/static/img/svg/crop.svg b/static/img/svg/bx-crop.svg similarity index 100% rename from static/img/svg/crop.svg rename to static/img/svg/bx-crop.svg diff --git a/static/img/svg/crosshair.svg b/static/img/svg/bx-crosshair.svg similarity index 100% rename from static/img/svg/crosshair.svg rename to static/img/svg/bx-crosshair.svg diff --git a/static/img/svg/crown.svg b/static/img/svg/bx-crown.svg similarity index 100% rename from static/img/svg/crown.svg rename to static/img/svg/bx-crown.svg diff --git a/static/img/svg/cube.svg b/static/img/svg/bx-cube.svg similarity index 100% rename from static/img/svg/cube.svg rename to static/img/svg/bx-cube.svg diff --git a/static/img/svg/cut.svg b/static/img/svg/bx-cut.svg similarity index 100% rename from static/img/svg/cut.svg rename to static/img/svg/bx-cut.svg diff --git a/static/img/svg/dashboard.svg b/static/img/svg/bx-dashboard.svg similarity index 100% rename from static/img/svg/dashboard.svg rename to static/img/svg/bx-dashboard.svg diff --git a/static/img/svg/data.svg b/static/img/svg/bx-data.svg similarity index 100% rename from static/img/svg/data.svg rename to static/img/svg/bx-data.svg diff --git a/static/img/svg/desktop.svg b/static/img/svg/bx-desktop.svg similarity index 100% rename from static/img/svg/desktop.svg rename to static/img/svg/bx-desktop.svg diff --git a/static/img/svg/detail.svg b/static/img/svg/bx-detail.svg similarity index 100% rename from static/img/svg/detail.svg rename to static/img/svg/bx-detail.svg diff --git a/static/img/svg/diamond.svg b/static/img/svg/bx-diamond.svg similarity index 100% rename from static/img/svg/diamond.svg rename to static/img/svg/bx-diamond.svg diff --git a/static/img/svg/directions.svg b/static/img/svg/bx-directions.svg similarity index 100% rename from static/img/svg/directions.svg rename to static/img/svg/bx-directions.svg diff --git a/static/img/svg/discount.svg b/static/img/svg/bx-discount.svg similarity index 100% rename from static/img/svg/discount.svg rename to static/img/svg/bx-discount.svg diff --git a/static/img/svg/dislike.svg b/static/img/svg/bx-dislike.svg similarity index 100% rename from static/img/svg/dislike.svg rename to static/img/svg/bx-dislike.svg diff --git a/static/img/svg/dock-bottom.svg b/static/img/svg/bx-dock-bottom.svg similarity index 100% rename from static/img/svg/dock-bottom.svg rename to static/img/svg/bx-dock-bottom.svg diff --git a/static/img/svg/dock-left.svg b/static/img/svg/bx-dock-left.svg similarity index 100% rename from static/img/svg/dock-left.svg rename to static/img/svg/bx-dock-left.svg diff --git a/static/img/svg/dock-right.svg b/static/img/svg/bx-dock-right.svg similarity index 100% rename from static/img/svg/dock-right.svg rename to static/img/svg/bx-dock-right.svg diff --git a/static/img/svg/dock-top.svg b/static/img/svg/bx-dock-top.svg similarity index 100% rename from static/img/svg/dock-top.svg rename to static/img/svg/bx-dock-top.svg diff --git a/static/img/svg/dollar-circle.svg b/static/img/svg/bx-dollar-circle.svg similarity index 100% rename from static/img/svg/dollar-circle.svg rename to static/img/svg/bx-dollar-circle.svg diff --git a/static/img/svg/dollar.svg b/static/img/svg/bx-dollar.svg similarity index 100% rename from static/img/svg/dollar.svg rename to static/img/svg/bx-dollar.svg diff --git a/static/img/svg/dots-horizontal-rounded.svg b/static/img/svg/bx-dots-horizontal-rounded.svg similarity index 100% rename from static/img/svg/dots-horizontal-rounded.svg rename to static/img/svg/bx-dots-horizontal-rounded.svg diff --git a/static/img/svg/dots-horizontal.svg b/static/img/svg/bx-dots-horizontal.svg similarity index 100% rename from static/img/svg/dots-horizontal.svg rename to static/img/svg/bx-dots-horizontal.svg diff --git a/static/img/svg/dots-vertical-rounded.svg b/static/img/svg/bx-dots-vertical-rounded.svg similarity index 100% rename from static/img/svg/dots-vertical-rounded.svg rename to static/img/svg/bx-dots-vertical-rounded.svg diff --git a/static/img/svg/dots-vertical.svg b/static/img/svg/bx-dots-vertical.svg similarity index 100% rename from static/img/svg/dots-vertical.svg rename to static/img/svg/bx-dots-vertical.svg diff --git a/static/img/svg/down-arrow-circle.svg b/static/img/svg/bx-down-arrow-circle.svg similarity index 100% rename from static/img/svg/down-arrow-circle.svg rename to static/img/svg/bx-down-arrow-circle.svg diff --git a/static/img/svg/down-arrow-outline.svg b/static/img/svg/bx-down-arrow.svg similarity index 100% rename from static/img/svg/down-arrow-outline.svg rename to static/img/svg/bx-down-arrow.svg diff --git a/static/img/svg/download-alt.svg b/static/img/svg/bx-download-alt.svg similarity index 100% rename from static/img/svg/download-alt.svg rename to static/img/svg/bx-download-alt.svg diff --git a/static/img/svg/download.svg b/static/img/svg/bx-download.svg similarity index 100% rename from static/img/svg/download.svg rename to static/img/svg/bx-download.svg diff --git a/static/img/svg/bx-downvote.svg b/static/img/svg/bx-downvote.svg new file mode 100644 index 0000000..c1438f5 --- /dev/null +++ b/static/img/svg/bx-downvote.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/drink.svg b/static/img/svg/bx-drink.svg similarity index 100% rename from static/img/svg/drink.svg rename to static/img/svg/bx-drink.svg diff --git a/static/img/svg/droplet.svg b/static/img/svg/bx-droplet.svg similarity index 100% rename from static/img/svg/droplet.svg rename to static/img/svg/bx-droplet.svg diff --git a/static/img/svg/duplicate.svg b/static/img/svg/bx-duplicate.svg similarity index 100% rename from static/img/svg/duplicate.svg rename to static/img/svg/bx-duplicate.svg diff --git a/static/img/svg/edit.svg b/static/img/svg/bx-edit.svg similarity index 100% rename from static/img/svg/edit.svg rename to static/img/svg/bx-edit.svg diff --git a/static/img/svg/eject.svg b/static/img/svg/bx-eject.svg similarity index 100% rename from static/img/svg/eject.svg rename to static/img/svg/bx-eject.svg diff --git a/static/img/svg/envelope.svg b/static/img/svg/bx-envelope.svg similarity index 100% rename from static/img/svg/envelope.svg rename to static/img/svg/bx-envelope.svg diff --git a/static/img/svg/bx-eraser.svg b/static/img/svg/bx-eraser.svg new file mode 100644 index 0000000..2f9324c --- /dev/null +++ b/static/img/svg/bx-eraser.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/error-circle.svg b/static/img/svg/bx-error-circle.svg similarity index 100% rename from static/img/svg/error-circle.svg rename to static/img/svg/bx-error-circle.svg diff --git a/static/img/svg/error.svg b/static/img/svg/bx-error.svg similarity index 100% rename from static/img/svg/error.svg rename to static/img/svg/bx-error.svg diff --git a/static/img/svg/exclamation.svg b/static/img/svg/bx-exclamation.svg similarity index 100% rename from static/img/svg/exclamation.svg rename to static/img/svg/bx-exclamation.svg diff --git a/static/img/svg/exit-fullscreen.svg b/static/img/svg/bx-exit-fullscreen.svg similarity index 100% rename from static/img/svg/exit-fullscreen.svg rename to static/img/svg/bx-exit-fullscreen.svg diff --git a/static/img/svg/expand.svg b/static/img/svg/bx-expand.svg similarity index 100% rename from static/img/svg/expand.svg rename to static/img/svg/bx-expand.svg diff --git a/static/img/svg/export.svg b/static/img/svg/bx-export.svg similarity index 100% rename from static/img/svg/export.svg rename to static/img/svg/bx-export.svg diff --git a/static/img/svg/eyedropper.svg b/static/img/svg/bx-eyedropper.svg similarity index 100% rename from static/img/svg/eyedropper.svg rename to static/img/svg/bx-eyedropper.svg diff --git a/static/img/svg/fast-forward-circle.svg b/static/img/svg/bx-fast-forward-circle.svg similarity index 100% rename from static/img/svg/fast-forward-circle.svg rename to static/img/svg/bx-fast-forward-circle.svg diff --git a/static/img/svg/fast-forward.svg b/static/img/svg/bx-fast-forward.svg similarity index 100% rename from static/img/svg/fast-forward.svg rename to static/img/svg/bx-fast-forward.svg diff --git a/static/img/svg/female.svg b/static/img/svg/bx-female.svg similarity index 100% rename from static/img/svg/female.svg rename to static/img/svg/bx-female.svg diff --git a/static/img/svg/file-image.svg b/static/img/svg/bx-file-image.svg similarity index 100% rename from static/img/svg/file-image.svg rename to static/img/svg/bx-file-image.svg diff --git a/static/img/svg/file-add.svg b/static/img/svg/bx-file-plus.svg similarity index 100% rename from static/img/svg/file-add.svg rename to static/img/svg/bx-file-plus.svg diff --git a/static/img/svg/file.svg b/static/img/svg/bx-file.svg similarity index 100% rename from static/img/svg/file.svg rename to static/img/svg/bx-file.svg diff --git a/static/img/svg/files.svg b/static/img/svg/bx-files.svg similarity index 100% rename from static/img/svg/files.svg rename to static/img/svg/bx-files.svg diff --git a/static/img/svg/film.svg b/static/img/svg/bx-film.svg similarity index 100% rename from static/img/svg/film.svg rename to static/img/svg/bx-film.svg diff --git a/static/img/svg/filter-alt.svg b/static/img/svg/bx-filter-alt.svg similarity index 100% rename from static/img/svg/filter-alt.svg rename to static/img/svg/bx-filter-alt.svg diff --git a/static/img/svg/bx-filter.svg b/static/img/svg/bx-filter.svg new file mode 100644 index 0000000..7facb72 --- /dev/null +++ b/static/img/svg/bx-filter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/first-aid.svg b/static/img/svg/bx-first-aid.svg similarity index 100% rename from static/img/svg/first-aid.svg rename to static/img/svg/bx-first-aid.svg diff --git a/static/img/svg/first-page.svg b/static/img/svg/bx-first-page.svg similarity index 100% rename from static/img/svg/first-page.svg rename to static/img/svg/bx-first-page.svg diff --git a/static/img/svg/flag-alt.svg b/static/img/svg/bx-flag-alt.svg similarity index 100% rename from static/img/svg/flag-alt.svg rename to static/img/svg/bx-flag-alt.svg diff --git a/static/img/svg/flag.svg b/static/img/svg/bx-flag.svg similarity index 100% rename from static/img/svg/flag.svg rename to static/img/svg/bx-flag.svg diff --git a/static/img/svg/flask.svg b/static/img/svg/bx-flask.svg similarity index 100% rename from static/img/svg/flask.svg rename to static/img/svg/bx-flask.svg diff --git a/static/img/svg/folder-minus.svg b/static/img/svg/bx-folder-minus.svg similarity index 100% rename from static/img/svg/folder-minus.svg rename to static/img/svg/bx-folder-minus.svg diff --git a/static/img/svg/folder-open.svg b/static/img/svg/bx-folder-open.svg similarity index 100% rename from static/img/svg/folder-open.svg rename to static/img/svg/bx-folder-open.svg diff --git a/static/img/svg/folder-plus.svg b/static/img/svg/bx-folder-plus.svg similarity index 100% rename from static/img/svg/folder-plus.svg rename to static/img/svg/bx-folder-plus.svg diff --git a/static/img/svg/folder.svg b/static/img/svg/bx-folder.svg similarity index 100% rename from static/img/svg/folder.svg rename to static/img/svg/bx-folder.svg diff --git a/static/img/svg/font.svg b/static/img/svg/bx-font.svg similarity index 100% rename from static/img/svg/font.svg rename to static/img/svg/bx-font.svg diff --git a/static/img/svg/fullscreen.svg b/static/img/svg/bx-fullscreen.svg similarity index 100% rename from static/img/svg/fullscreen.svg rename to static/img/svg/bx-fullscreen.svg diff --git a/static/img/svg/gift.svg b/static/img/svg/bx-gift.svg similarity index 100% rename from static/img/svg/gift.svg rename to static/img/svg/bx-gift.svg diff --git a/static/img/svg/git-branch.svg b/static/img/svg/bx-git-branch.svg similarity index 100% rename from static/img/svg/git-branch.svg rename to static/img/svg/bx-git-branch.svg diff --git a/static/img/svg/git-commit.svg b/static/img/svg/bx-git-commit.svg similarity index 100% rename from static/img/svg/git-commit.svg rename to static/img/svg/bx-git-commit.svg diff --git a/static/img/svg/git-compare.svg b/static/img/svg/bx-git-compare.svg similarity index 100% rename from static/img/svg/git-compare.svg rename to static/img/svg/bx-git-compare.svg diff --git a/static/img/svg/git-merge.svg b/static/img/svg/bx-git-merge.svg similarity index 100% rename from static/img/svg/git-merge.svg rename to static/img/svg/bx-git-merge.svg diff --git a/static/img/svg/git-pull-request.svg b/static/img/svg/bx-git-pull-request.svg similarity index 100% rename from static/img/svg/git-pull-request.svg rename to static/img/svg/bx-git-pull-request.svg diff --git a/static/img/svg/git-repo-forked.svg b/static/img/svg/bx-git-repo-forked.svg similarity index 100% rename from static/img/svg/git-repo-forked.svg rename to static/img/svg/bx-git-repo-forked.svg diff --git a/static/img/svg/globe-alt.svg b/static/img/svg/bx-globe-alt.svg similarity index 100% rename from static/img/svg/globe-alt.svg rename to static/img/svg/bx-globe-alt.svg diff --git a/static/img/svg/globe.svg b/static/img/svg/bx-globe.svg similarity index 100% rename from static/img/svg/globe.svg rename to static/img/svg/bx-globe.svg diff --git a/static/img/svg/grid-alt.svg b/static/img/svg/bx-grid-alt.svg similarity index 100% rename from static/img/svg/grid-alt.svg rename to static/img/svg/bx-grid-alt.svg diff --git a/static/img/svg/grid.svg b/static/img/svg/bx-grid.svg similarity index 100% rename from static/img/svg/grid.svg rename to static/img/svg/bx-grid.svg diff --git a/static/img/svg/group.svg b/static/img/svg/bx-group.svg similarity index 100% rename from static/img/svg/group.svg rename to static/img/svg/bx-group.svg diff --git a/static/img/svg/hash.svg b/static/img/svg/bx-hash.svg similarity index 100% rename from static/img/svg/hash.svg rename to static/img/svg/bx-hash.svg diff --git a/static/img/svg/hdd.svg b/static/img/svg/bx-hdd.svg similarity index 100% rename from static/img/svg/hdd.svg rename to static/img/svg/bx-hdd.svg diff --git a/static/img/svg/heading.svg b/static/img/svg/bx-heading.svg similarity index 100% rename from static/img/svg/heading.svg rename to static/img/svg/bx-heading.svg diff --git a/static/img/svg/headphone.svg b/static/img/svg/bx-headphone.svg similarity index 100% rename from static/img/svg/headphone.svg rename to static/img/svg/bx-headphone.svg diff --git a/static/img/svg/heart.svg b/static/img/svg/bx-heart.svg similarity index 100% rename from static/img/svg/heart.svg rename to static/img/svg/bx-heart.svg diff --git a/static/img/svg/hexagon.svg b/static/img/svg/bx-hexagon.svg similarity index 100% rename from static/img/svg/hexagon.svg rename to static/img/svg/bx-hexagon.svg diff --git a/static/img/svg/hide.svg b/static/img/svg/bx-hide.svg similarity index 100% rename from static/img/svg/hide.svg rename to static/img/svg/bx-hide.svg diff --git a/static/img/svg/history.svg b/static/img/svg/bx-history.svg similarity index 100% rename from static/img/svg/history.svg rename to static/img/svg/bx-history.svg diff --git a/static/img/svg/home-alt.svg b/static/img/svg/bx-home-alt.svg similarity index 100% rename from static/img/svg/home-alt.svg rename to static/img/svg/bx-home-alt.svg diff --git a/static/img/svg/home.svg b/static/img/svg/bx-home.svg similarity index 100% rename from static/img/svg/home.svg rename to static/img/svg/bx-home.svg diff --git a/static/img/svg/horizontal-center.svg b/static/img/svg/bx-horizontal-center.svg similarity index 100% rename from static/img/svg/horizontal-center.svg rename to static/img/svg/bx-horizontal-center.svg diff --git a/static/img/svg/hot.svg b/static/img/svg/bx-hot.svg similarity index 100% rename from static/img/svg/hot.svg rename to static/img/svg/bx-hot.svg diff --git a/static/img/svg/hourglass.svg b/static/img/svg/bx-hourglass.svg similarity index 100% rename from static/img/svg/hourglass.svg rename to static/img/svg/bx-hourglass.svg diff --git a/static/img/svg/idea.svg b/static/img/svg/bx-idea.svg similarity index 100% rename from static/img/svg/idea.svg rename to static/img/svg/bx-idea.svg diff --git a/static/img/svg/image-alt.svg b/static/img/svg/bx-image-alt.svg similarity index 100% rename from static/img/svg/image-alt.svg rename to static/img/svg/bx-image-alt.svg diff --git a/static/img/svg/image.svg b/static/img/svg/bx-image.svg similarity index 100% rename from static/img/svg/image.svg rename to static/img/svg/bx-image.svg diff --git a/static/img/svg/images.svg b/static/img/svg/bx-images.svg similarity index 100% rename from static/img/svg/images.svg rename to static/img/svg/bx-images.svg diff --git a/static/img/svg/import.svg b/static/img/svg/bx-import.svg similarity index 100% rename from static/img/svg/import.svg rename to static/img/svg/bx-import.svg diff --git a/static/img/svg/inbox.svg b/static/img/svg/bx-inbox.svg similarity index 100% rename from static/img/svg/inbox.svg rename to static/img/svg/bx-inbox.svg diff --git a/static/img/svg/infinite.svg b/static/img/svg/bx-infinite.svg similarity index 100% rename from static/img/svg/infinite.svg rename to static/img/svg/bx-infinite.svg diff --git a/static/img/svg/info-circle.svg b/static/img/svg/bx-info-circle.svg similarity index 100% rename from static/img/svg/info-circle.svg rename to static/img/svg/bx-info-circle.svg diff --git a/static/img/svg/info.svg b/static/img/svg/bx-info.svg similarity index 100% rename from static/img/svg/info.svg rename to static/img/svg/bx-info.svg diff --git a/static/img/svg/italic.svg b/static/img/svg/bx-italic.svg similarity index 100% rename from static/img/svg/italic.svg rename to static/img/svg/bx-italic.svg diff --git a/static/img/svg/joystick-alt.svg b/static/img/svg/bx-joystick-alt.svg similarity index 100% rename from static/img/svg/joystick-alt.svg rename to static/img/svg/bx-joystick-alt.svg diff --git a/static/img/svg/joystick.svg b/static/img/svg/bx-joystick.svg similarity index 100% rename from static/img/svg/joystick.svg rename to static/img/svg/bx-joystick.svg diff --git a/static/img/svg/justify.svg b/static/img/svg/bx-justify.svg similarity index 100% rename from static/img/svg/justify.svg rename to static/img/svg/bx-justify.svg diff --git a/static/img/svg/key.svg b/static/img/svg/bx-key.svg similarity index 100% rename from static/img/svg/key.svg rename to static/img/svg/bx-key.svg diff --git a/static/img/svg/laptop.svg b/static/img/svg/bx-laptop.svg similarity index 100% rename from static/img/svg/laptop.svg rename to static/img/svg/bx-laptop.svg diff --git a/static/img/svg/last-page.svg b/static/img/svg/bx-last-page.svg similarity index 100% rename from static/img/svg/last-page.svg rename to static/img/svg/bx-last-page.svg diff --git a/static/img/svg/layer.svg b/static/img/svg/bx-layer.svg similarity index 100% rename from static/img/svg/layer.svg rename to static/img/svg/bx-layer.svg diff --git a/static/img/svg/layout.svg b/static/img/svg/bx-layout.svg similarity index 100% rename from static/img/svg/layout.svg rename to static/img/svg/bx-layout.svg diff --git a/static/img/svg/left-arrow-circle.svg b/static/img/svg/bx-left-arrow-circle.svg similarity index 100% rename from static/img/svg/left-arrow-circle.svg rename to static/img/svg/bx-left-arrow-circle.svg diff --git a/static/img/svg/left-arrow-outline.svg b/static/img/svg/bx-left-arrow.svg similarity index 100% rename from static/img/svg/left-arrow-outline.svg rename to static/img/svg/bx-left-arrow.svg diff --git a/static/img/svg/left-bottom-arrow-circle.svg b/static/img/svg/bx-left-bottom-arrow-circle.svg similarity index 100% rename from static/img/svg/left-bottom-arrow-circle.svg rename to static/img/svg/bx-left-bottom-arrow-circle.svg diff --git a/static/img/svg/left-indent.svg b/static/img/svg/bx-left-indent.svg similarity index 100% rename from static/img/svg/left-indent.svg rename to static/img/svg/bx-left-indent.svg diff --git a/static/img/svg/left-top-arrow-circle.svg b/static/img/svg/bx-left-top-arrow-circle.svg similarity index 100% rename from static/img/svg/left-top-arrow-circle.svg rename to static/img/svg/bx-left-top-arrow-circle.svg diff --git a/static/img/svg/like.svg b/static/img/svg/bx-like.svg similarity index 100% rename from static/img/svg/like.svg rename to static/img/svg/bx-like.svg diff --git a/static/img/svg/link-alt.svg b/static/img/svg/bx-link-alt.svg similarity index 100% rename from static/img/svg/link-alt.svg rename to static/img/svg/bx-link-alt.svg diff --git a/static/img/svg/link-external.svg b/static/img/svg/bx-link-external.svg similarity index 100% rename from static/img/svg/link-external.svg rename to static/img/svg/bx-link-external.svg diff --git a/static/img/svg/link.svg b/static/img/svg/bx-link.svg similarity index 100% rename from static/img/svg/link.svg rename to static/img/svg/bx-link.svg diff --git a/static/img/svg/list-alt.svg b/static/img/svg/bx-list-alt.svg similarity index 100% rename from static/img/svg/list-alt.svg rename to static/img/svg/bx-list-alt.svg diff --git a/static/img/svg/list-bullet.svg b/static/img/svg/bx-list-bullet.svg similarity index 100% rename from static/img/svg/list-bullet.svg rename to static/img/svg/bx-list-bullet.svg diff --git a/static/img/svg/list-check.svg b/static/img/svg/bx-list-check.svg similarity index 100% rename from static/img/svg/list-check.svg rename to static/img/svg/bx-list-check.svg diff --git a/static/img/svg/list-add.svg b/static/img/svg/bx-list-plus.svg similarity index 100% rename from static/img/svg/list-add.svg rename to static/img/svg/bx-list-plus.svg diff --git a/static/img/svg/list-remove.svg b/static/img/svg/bx-list-x.svg similarity index 100% rename from static/img/svg/list-remove.svg rename to static/img/svg/bx-list-x.svg diff --git a/static/img/svg/list.svg b/static/img/svg/bx-list.svg similarity index 100% rename from static/img/svg/list.svg rename to static/img/svg/bx-list.svg diff --git a/static/img/svg/loader-circle-alt.svg b/static/img/svg/bx-loader-alt.svg similarity index 100% rename from static/img/svg/loader-circle-alt.svg rename to static/img/svg/bx-loader-alt.svg diff --git a/static/img/svg/loader-circle.svg b/static/img/svg/bx-loader-circle.svg similarity index 100% rename from static/img/svg/loader-circle.svg rename to static/img/svg/bx-loader-circle.svg diff --git a/static/img/svg/loader.svg b/static/img/svg/bx-loader.svg similarity index 100% rename from static/img/svg/loader.svg rename to static/img/svg/bx-loader.svg diff --git a/static/img/svg/lock-open.svg b/static/img/svg/bx-lock-open.svg similarity index 100% rename from static/img/svg/lock-open.svg rename to static/img/svg/bx-lock-open.svg diff --git a/static/img/svg/lock.svg b/static/img/svg/bx-lock.svg similarity index 100% rename from static/img/svg/lock.svg rename to static/img/svg/bx-lock.svg diff --git a/static/img/svg/log-in.svg b/static/img/svg/bx-log-in.svg similarity index 100% rename from static/img/svg/log-in.svg rename to static/img/svg/bx-log-in.svg diff --git a/static/img/svg/log-out.svg b/static/img/svg/bx-log-out.svg similarity index 100% rename from static/img/svg/log-out.svg rename to static/img/svg/bx-log-out.svg diff --git a/static/img/svg/male.svg b/static/img/svg/bx-male.svg similarity index 100% rename from static/img/svg/male.svg rename to static/img/svg/bx-male.svg diff --git a/static/img/svg/map-alt.svg b/static/img/svg/bx-map-alt.svg similarity index 100% rename from static/img/svg/map-alt.svg rename to static/img/svg/bx-map-alt.svg diff --git a/static/img/svg/map-pin.svg b/static/img/svg/bx-map-pin.svg similarity index 100% rename from static/img/svg/map-pin.svg rename to static/img/svg/bx-map-pin.svg diff --git a/static/img/svg/map.svg b/static/img/svg/bx-map.svg similarity index 100% rename from static/img/svg/map.svg rename to static/img/svg/bx-map.svg diff --git a/static/img/svg/menu.svg b/static/img/svg/bx-menu.svg similarity index 100% rename from static/img/svg/menu.svg rename to static/img/svg/bx-menu.svg diff --git a/static/img/svg/message-alt.svg b/static/img/svg/bx-message-alt.svg similarity index 100% rename from static/img/svg/message-alt.svg rename to static/img/svg/bx-message-alt.svg diff --git a/static/img/svg/message-detail.svg b/static/img/svg/bx-message-detail.svg similarity index 100% rename from static/img/svg/message-detail.svg rename to static/img/svg/bx-message-detail.svg diff --git a/static/img/svg/message-rounded-alt.svg b/static/img/svg/bx-message-rounded-alt.svg similarity index 100% rename from static/img/svg/message-rounded-alt.svg rename to static/img/svg/bx-message-rounded-alt.svg diff --git a/static/img/svg/message-rounded.svg b/static/img/svg/bx-message-rounded.svg similarity index 100% rename from static/img/svg/message-rounded.svg rename to static/img/svg/bx-message-rounded.svg diff --git a/static/img/svg/message.svg b/static/img/svg/bx-message.svg similarity index 100% rename from static/img/svg/message.svg rename to static/img/svg/bx-message.svg diff --git a/static/img/svg/microphone-off.svg b/static/img/svg/bx-microphone-off.svg similarity index 100% rename from static/img/svg/microphone-off.svg rename to static/img/svg/bx-microphone-off.svg diff --git a/static/img/svg/microphone.svg b/static/img/svg/bx-microphone.svg similarity index 100% rename from static/img/svg/microphone.svg rename to static/img/svg/bx-microphone.svg diff --git a/static/img/svg/minus-circle.svg b/static/img/svg/bx-minus-circle.svg similarity index 100% rename from static/img/svg/minus-circle.svg rename to static/img/svg/bx-minus-circle.svg diff --git a/static/img/svg/minus.svg b/static/img/svg/bx-minus.svg similarity index 100% rename from static/img/svg/minus.svg rename to static/img/svg/bx-minus.svg diff --git a/static/img/svg/mobile-alt.svg b/static/img/svg/bx-mobile-alt.svg similarity index 100% rename from static/img/svg/mobile-alt.svg rename to static/img/svg/bx-mobile-alt.svg diff --git a/static/img/svg/mobile-message.svg b/static/img/svg/bx-mobile-message.svg similarity index 100% rename from static/img/svg/mobile-message.svg rename to static/img/svg/bx-mobile-message.svg diff --git a/static/img/svg/mobile.svg b/static/img/svg/bx-mobile.svg similarity index 100% rename from static/img/svg/mobile.svg rename to static/img/svg/bx-mobile.svg diff --git a/static/img/svg/moon.svg b/static/img/svg/bx-moon.svg similarity index 100% rename from static/img/svg/moon.svg rename to static/img/svg/bx-moon.svg diff --git a/static/img/svg/mouse.svg b/static/img/svg/bx-mouse.svg similarity index 100% rename from static/img/svg/mouse.svg rename to static/img/svg/bx-mouse.svg diff --git a/static/img/svg/move.svg b/static/img/svg/bx-move.svg similarity index 100% rename from static/img/svg/move.svg rename to static/img/svg/bx-move.svg diff --git a/static/img/svg/music.svg b/static/img/svg/bx-music.svg similarity index 100% rename from static/img/svg/music.svg rename to static/img/svg/bx-music.svg diff --git a/static/img/svg/bx-navigation.svg b/static/img/svg/bx-navigation.svg new file mode 100644 index 0000000..26a6c96 --- /dev/null +++ b/static/img/svg/bx-navigation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/news.svg b/static/img/svg/bx-news.svg similarity index 100% rename from static/img/svg/news.svg rename to static/img/svg/bx-news.svg diff --git a/static/img/svg/newsletter.svg b/static/img/svg/bx-newsletter.svg similarity index 100% rename from static/img/svg/newsletter.svg rename to static/img/svg/bx-newsletter.svg diff --git a/static/img/svg/notification-off.svg b/static/img/svg/bx-notification-off.svg similarity index 100% rename from static/img/svg/notification-off.svg rename to static/img/svg/bx-notification-off.svg diff --git a/static/img/svg/notification.svg b/static/img/svg/bx-notification.svg similarity index 100% rename from static/img/svg/notification.svg rename to static/img/svg/bx-notification.svg diff --git a/static/img/svg/octagon.svg b/static/img/svg/bx-octagon.svg similarity index 100% rename from static/img/svg/octagon.svg rename to static/img/svg/bx-octagon.svg diff --git a/static/img/svg/package.svg b/static/img/svg/bx-package.svg similarity index 100% rename from static/img/svg/package.svg rename to static/img/svg/bx-package.svg diff --git a/static/img/svg/paper-plane.svg b/static/img/svg/bx-paper-plane.svg similarity index 100% rename from static/img/svg/paper-plane.svg rename to static/img/svg/bx-paper-plane.svg diff --git a/static/img/svg/paperclip.svg b/static/img/svg/bx-paperclip.svg similarity index 100% rename from static/img/svg/paperclip.svg rename to static/img/svg/bx-paperclip.svg diff --git a/static/img/svg/paragraph.svg b/static/img/svg/bx-paragraph.svg similarity index 100% rename from static/img/svg/paragraph.svg rename to static/img/svg/bx-paragraph.svg diff --git a/static/img/svg/paste.svg b/static/img/svg/bx-paste.svg similarity index 100% rename from static/img/svg/paste.svg rename to static/img/svg/bx-paste.svg diff --git a/static/img/svg/pause-circle.svg b/static/img/svg/bx-pause-circle.svg similarity index 100% rename from static/img/svg/pause-circle.svg rename to static/img/svg/bx-pause-circle.svg diff --git a/static/img/svg/pause.svg b/static/img/svg/bx-pause.svg similarity index 100% rename from static/img/svg/pause.svg rename to static/img/svg/bx-pause.svg diff --git a/static/img/svg/pen.svg b/static/img/svg/bx-pen.svg similarity index 100% rename from static/img/svg/pen.svg rename to static/img/svg/bx-pen.svg diff --git a/static/img/svg/pencil.svg b/static/img/svg/bx-pencil.svg similarity index 100% rename from static/img/svg/pencil.svg rename to static/img/svg/bx-pencil.svg diff --git a/static/img/svg/phone-call.svg b/static/img/svg/bx-phone-call.svg similarity index 100% rename from static/img/svg/phone-call.svg rename to static/img/svg/bx-phone-call.svg diff --git a/static/img/svg/phone-incoming.svg b/static/img/svg/bx-phone-incoming.svg similarity index 100% rename from static/img/svg/phone-incoming.svg rename to static/img/svg/bx-phone-incoming.svg diff --git a/static/img/svg/phone-outgoing.svg b/static/img/svg/bx-phone-outgoing.svg similarity index 100% rename from static/img/svg/phone-outgoing.svg rename to static/img/svg/bx-phone-outgoing.svg diff --git a/static/img/svg/phone.svg b/static/img/svg/bx-phone.svg similarity index 100% rename from static/img/svg/phone.svg rename to static/img/svg/bx-phone.svg diff --git a/static/img/svg/pie-chart-alt.svg b/static/img/svg/bx-pie-chart-alt.svg similarity index 100% rename from static/img/svg/pie-chart-alt.svg rename to static/img/svg/bx-pie-chart-alt.svg diff --git a/static/img/svg/pie-chart.svg b/static/img/svg/bx-pie-chart.svg similarity index 100% rename from static/img/svg/pie-chart.svg rename to static/img/svg/bx-pie-chart.svg diff --git a/static/img/svg/pin.svg b/static/img/svg/bx-pin.svg similarity index 100% rename from static/img/svg/pin.svg rename to static/img/svg/bx-pin.svg diff --git a/static/img/svg/play-circle.svg b/static/img/svg/bx-play-circle.svg similarity index 100% rename from static/img/svg/play-circle.svg rename to static/img/svg/bx-play-circle.svg diff --git a/static/img/svg/play.svg b/static/img/svg/bx-play.svg similarity index 100% rename from static/img/svg/play.svg rename to static/img/svg/bx-play.svg diff --git a/static/img/svg/playlist.svg b/static/img/svg/bx-playlist.svg similarity index 100% rename from static/img/svg/playlist.svg rename to static/img/svg/bx-playlist.svg diff --git a/static/img/svg/plug.svg b/static/img/svg/bx-plug.svg similarity index 100% rename from static/img/svg/plug.svg rename to static/img/svg/bx-plug.svg diff --git a/static/img/svg/plus-circle.svg b/static/img/svg/bx-plus-circle.svg similarity index 100% rename from static/img/svg/plus-circle.svg rename to static/img/svg/bx-plus-circle.svg diff --git a/static/img/svg/plus.svg b/static/img/svg/bx-plus.svg similarity index 100% rename from static/img/svg/plus.svg rename to static/img/svg/bx-plus.svg diff --git a/static/img/svg/poll.svg b/static/img/svg/bx-poll.svg similarity index 100% rename from static/img/svg/poll.svg rename to static/img/svg/bx-poll.svg diff --git a/static/img/svg/popular.svg b/static/img/svg/bx-popular.svg similarity index 100% rename from static/img/svg/popular.svg rename to static/img/svg/bx-popular.svg diff --git a/static/img/svg/power-off.svg b/static/img/svg/bx-power-off.svg similarity index 100% rename from static/img/svg/power-off.svg rename to static/img/svg/bx-power-off.svg diff --git a/static/img/svg/printer.svg b/static/img/svg/bx-printer.svg similarity index 100% rename from static/img/svg/printer.svg rename to static/img/svg/bx-printer.svg diff --git a/static/img/svg/pulse.svg b/static/img/svg/bx-pulse.svg similarity index 100% rename from static/img/svg/pulse.svg rename to static/img/svg/bx-pulse.svg diff --git a/static/img/svg/purchase-tag.svg b/static/img/svg/bx-purchase-tag.svg similarity index 100% rename from static/img/svg/purchase-tag.svg rename to static/img/svg/bx-purchase-tag.svg diff --git a/static/img/svg/question-mark.svg b/static/img/svg/bx-question-mark.svg similarity index 100% rename from static/img/svg/question-mark.svg rename to static/img/svg/bx-question-mark.svg diff --git a/static/img/svg/quote-left.svg b/static/img/svg/bx-quote-left.svg similarity index 100% rename from static/img/svg/quote-left.svg rename to static/img/svg/bx-quote-left.svg diff --git a/static/img/svg/quote-right.svg b/static/img/svg/bx-quote-right.svg similarity index 100% rename from static/img/svg/quote-right.svg rename to static/img/svg/bx-quote-right.svg diff --git a/static/img/svg/radar.svg b/static/img/svg/bx-radar.svg similarity index 100% rename from static/img/svg/radar.svg rename to static/img/svg/bx-radar.svg diff --git a/static/img/svg/radio-circle-marked.svg b/static/img/svg/bx-radio-circle-marked.svg similarity index 100% rename from static/img/svg/radio-circle-marked.svg rename to static/img/svg/bx-radio-circle-marked.svg diff --git a/static/img/svg/radio-circle.svg b/static/img/svg/bx-radio-circle.svg similarity index 100% rename from static/img/svg/radio-circle.svg rename to static/img/svg/bx-radio-circle.svg diff --git a/static/img/svg/radio.svg b/static/img/svg/bx-radio.svg similarity index 100% rename from static/img/svg/radio.svg rename to static/img/svg/bx-radio.svg diff --git a/static/img/svg/rectangle.svg b/static/img/svg/bx-rectangle.svg similarity index 100% rename from static/img/svg/rectangle.svg rename to static/img/svg/bx-rectangle.svg diff --git a/static/img/svg/redo.svg b/static/img/svg/bx-redo.svg similarity index 100% rename from static/img/svg/redo.svg rename to static/img/svg/bx-redo.svg diff --git a/static/img/svg/rename.svg b/static/img/svg/bx-rename.svg similarity index 100% rename from static/img/svg/rename.svg rename to static/img/svg/bx-rename.svg diff --git a/static/img/svg/reply-all.svg b/static/img/svg/bx-reply-all.svg similarity index 100% rename from static/img/svg/reply-all.svg rename to static/img/svg/bx-reply-all.svg diff --git a/static/img/svg/reply.svg b/static/img/svg/bx-reply.svg similarity index 100% rename from static/img/svg/reply.svg rename to static/img/svg/bx-reply.svg diff --git a/static/img/svg/report.svg b/static/img/svg/bx-report.svg similarity index 100% rename from static/img/svg/report.svg rename to static/img/svg/bx-report.svg diff --git a/static/img/svg/repost.svg b/static/img/svg/bx-repost.svg similarity index 100% rename from static/img/svg/repost.svg rename to static/img/svg/bx-repost.svg diff --git a/static/img/svg/reset.svg b/static/img/svg/bx-reset.svg similarity index 100% rename from static/img/svg/reset.svg rename to static/img/svg/bx-reset.svg diff --git a/static/img/svg/revision.svg b/static/img/svg/bx-revision.svg similarity index 100% rename from static/img/svg/revision.svg rename to static/img/svg/bx-revision.svg diff --git a/static/img/svg/rewind.svg b/static/img/svg/bx-rewind.svg similarity index 100% rename from static/img/svg/rewind.svg rename to static/img/svg/bx-rewind.svg diff --git a/static/img/svg/ribbon.svg b/static/img/svg/bx-ribbon.svg similarity index 100% rename from static/img/svg/ribbon.svg rename to static/img/svg/bx-ribbon.svg diff --git a/static/img/svg/right-arrow-circle.svg b/static/img/svg/bx-right-arrow-circle.svg similarity index 100% rename from static/img/svg/right-arrow-circle.svg rename to static/img/svg/bx-right-arrow-circle.svg diff --git a/static/img/svg/right-arrow-outline.svg b/static/img/svg/bx-right-arrow.svg similarity index 100% rename from static/img/svg/right-arrow-outline.svg rename to static/img/svg/bx-right-arrow.svg diff --git a/static/img/svg/right-down-arrow-circle.svg b/static/img/svg/bx-right-down-arrow-circle.svg similarity index 100% rename from static/img/svg/right-down-arrow-circle.svg rename to static/img/svg/bx-right-down-arrow-circle.svg diff --git a/static/img/svg/right-indent.svg b/static/img/svg/bx-right-indent.svg similarity index 100% rename from static/img/svg/right-indent.svg rename to static/img/svg/bx-right-indent.svg diff --git a/static/img/svg/right-top-arrow-circle.svg b/static/img/svg/bx-right-top-arrow-circle.svg similarity index 100% rename from static/img/svg/right-top-arrow-circle.svg rename to static/img/svg/bx-right-top-arrow-circle.svg diff --git a/static/img/svg/rotate.svg b/static/img/svg/bx-rotate.svg similarity index 100% rename from static/img/svg/rotate.svg rename to static/img/svg/bx-rotate.svg diff --git a/static/img/svg/rss.svg b/static/img/svg/bx-rss.svg similarity index 100% rename from static/img/svg/rss.svg rename to static/img/svg/bx-rss.svg diff --git a/static/img/svg/ruler.svg b/static/img/svg/bx-ruler.svg similarity index 100% rename from static/img/svg/ruler.svg rename to static/img/svg/bx-ruler.svg diff --git a/static/img/svg/save.svg b/static/img/svg/bx-save.svg similarity index 100% rename from static/img/svg/save.svg rename to static/img/svg/bx-save.svg diff --git a/static/img/svg/screenshot.svg b/static/img/svg/bx-screenshot.svg similarity index 100% rename from static/img/svg/screenshot.svg rename to static/img/svg/bx-screenshot.svg diff --git a/static/img/svg/search.svg b/static/img/svg/bx-search.svg similarity index 100% rename from static/img/svg/search.svg rename to static/img/svg/bx-search.svg diff --git a/static/img/svg/select-arrows.svg b/static/img/svg/bx-select-arrows.svg similarity index 100% rename from static/img/svg/select-arrows.svg rename to static/img/svg/bx-select-arrows.svg diff --git a/static/img/svg/select-multiple.svg b/static/img/svg/bx-select-multiple.svg similarity index 100% rename from static/img/svg/select-multiple.svg rename to static/img/svg/bx-select-multiple.svg diff --git a/static/img/svg/selection.svg b/static/img/svg/bx-selection.svg similarity index 100% rename from static/img/svg/selection.svg rename to static/img/svg/bx-selection.svg diff --git a/static/img/svg/send.svg b/static/img/svg/bx-send.svg similarity index 100% rename from static/img/svg/send.svg rename to static/img/svg/bx-send.svg diff --git a/static/img/svg/server.svg b/static/img/svg/bx-server.svg similarity index 100% rename from static/img/svg/server.svg rename to static/img/svg/bx-server.svg diff --git a/static/img/svg/share-alt.svg b/static/img/svg/bx-share-alt.svg similarity index 100% rename from static/img/svg/share-alt.svg rename to static/img/svg/bx-share-alt.svg diff --git a/static/img/svg/share.svg b/static/img/svg/bx-share.svg similarity index 100% rename from static/img/svg/share.svg rename to static/img/svg/bx-share.svg diff --git a/static/img/svg/shield-alt.svg b/static/img/svg/bx-shield-alt.svg similarity index 100% rename from static/img/svg/shield-alt.svg rename to static/img/svg/bx-shield-alt.svg diff --git a/static/img/svg/shield.svg b/static/img/svg/bx-shield.svg similarity index 100% rename from static/img/svg/shield.svg rename to static/img/svg/bx-shield.svg diff --git a/static/img/svg/shopping-bag-alt.svg b/static/img/svg/bx-shopping-bag-alt.svg similarity index 100% rename from static/img/svg/shopping-bag-alt.svg rename to static/img/svg/bx-shopping-bag-alt.svg diff --git a/static/img/svg/shopping-bag.svg b/static/img/svg/bx-shopping-bag.svg similarity index 100% rename from static/img/svg/shopping-bag.svg rename to static/img/svg/bx-shopping-bag.svg diff --git a/static/img/svg/show.svg b/static/img/svg/bx-show.svg similarity index 100% rename from static/img/svg/show.svg rename to static/img/svg/bx-show.svg diff --git a/static/img/svg/shuffle-alt.svg b/static/img/svg/bx-shuffle-alt.svg similarity index 100% rename from static/img/svg/shuffle-alt.svg rename to static/img/svg/bx-shuffle-alt.svg diff --git a/static/img/svg/shuffle.svg b/static/img/svg/bx-shuffle.svg similarity index 100% rename from static/img/svg/shuffle.svg rename to static/img/svg/bx-shuffle.svg diff --git a/static/img/svg/sidebar.svg b/static/img/svg/bx-sidebar.svg similarity index 100% rename from static/img/svg/sidebar.svg rename to static/img/svg/bx-sidebar.svg diff --git a/static/img/svg/sitemap.svg b/static/img/svg/bx-sitemap.svg similarity index 100% rename from static/img/svg/sitemap.svg rename to static/img/svg/bx-sitemap.svg diff --git a/static/img/svg/skip-next-circle.svg b/static/img/svg/bx-skip-next-circle.svg similarity index 100% rename from static/img/svg/skip-next-circle.svg rename to static/img/svg/bx-skip-next-circle.svg diff --git a/static/img/svg/skip-next.svg b/static/img/svg/bx-skip-next.svg similarity index 100% rename from static/img/svg/skip-next.svg rename to static/img/svg/bx-skip-next.svg diff --git a/static/img/svg/skip-previous-circle.svg b/static/img/svg/bx-skip-previous-circle.svg similarity index 100% rename from static/img/svg/skip-previous-circle.svg rename to static/img/svg/bx-skip-previous-circle.svg diff --git a/static/img/svg/skip-previous.svg b/static/img/svg/bx-skip-previous.svg similarity index 100% rename from static/img/svg/skip-previous.svg rename to static/img/svg/bx-skip-previous.svg diff --git a/static/img/svg/skull.svg b/static/img/svg/bx-skull.svg similarity index 100% rename from static/img/svg/skull.svg rename to static/img/svg/bx-skull.svg diff --git a/static/img/svg/filter.svg b/static/img/svg/bx-slider-alt.svg similarity index 100% rename from static/img/svg/filter.svg rename to static/img/svg/bx-slider-alt.svg diff --git a/static/img/svg/slider.svg b/static/img/svg/bx-slider.svg similarity index 100% rename from static/img/svg/slider.svg rename to static/img/svg/bx-slider.svg diff --git a/static/img/svg/smiley-happy.svg b/static/img/svg/bx-smiley-happy.svg similarity index 100% rename from static/img/svg/smiley-happy.svg rename to static/img/svg/bx-smiley-happy.svg diff --git a/static/img/svg/smiley-meh.svg b/static/img/svg/bx-smiley-meh.svg similarity index 100% rename from static/img/svg/smiley-meh.svg rename to static/img/svg/bx-smiley-meh.svg diff --git a/static/img/svg/smiley-sad.svg b/static/img/svg/bx-smiley-sad.svg similarity index 100% rename from static/img/svg/smiley-sad.svg rename to static/img/svg/bx-smiley-sad.svg diff --git a/static/img/svg/snowflake.svg b/static/img/svg/bx-snowflake.svg similarity index 100% rename from static/img/svg/snowflake.svg rename to static/img/svg/bx-snowflake.svg diff --git a/static/img/svg/bx-sort-alt.svg b/static/img/svg/bx-sort-alt.svg new file mode 100644 index 0000000..29e8165 --- /dev/null +++ b/static/img/svg/bx-sort-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/sort.svg b/static/img/svg/bx-sort.svg similarity index 100% rename from static/img/svg/sort.svg rename to static/img/svg/bx-sort.svg diff --git a/static/img/svg/spectacles.svg b/static/img/svg/bx-spectacles.svg similarity index 100% rename from static/img/svg/spectacles.svg rename to static/img/svg/bx-spectacles.svg diff --git a/static/img/svg/spreadsheet.svg b/static/img/svg/bx-spreadsheet.svg similarity index 100% rename from static/img/svg/spreadsheet.svg rename to static/img/svg/bx-spreadsheet.svg diff --git a/static/img/svg/star.svg b/static/img/svg/bx-star.svg similarity index 100% rename from static/img/svg/star.svg rename to static/img/svg/bx-star.svg diff --git a/static/img/svg/station.svg b/static/img/svg/bx-station.svg similarity index 100% rename from static/img/svg/station.svg rename to static/img/svg/bx-station.svg diff --git a/static/img/svg/stop-circle.svg b/static/img/svg/bx-stop-circle.svg similarity index 100% rename from static/img/svg/stop-circle.svg rename to static/img/svg/bx-stop-circle.svg diff --git a/static/img/svg/stop.svg b/static/img/svg/bx-stop.svg similarity index 100% rename from static/img/svg/stop.svg rename to static/img/svg/bx-stop.svg diff --git a/static/img/svg/stopwatch.svg b/static/img/svg/bx-stopwatch.svg similarity index 100% rename from static/img/svg/stopwatch.svg rename to static/img/svg/bx-stopwatch.svg diff --git a/static/img/svg/store.svg b/static/img/svg/bx-store.svg similarity index 100% rename from static/img/svg/store.svg rename to static/img/svg/bx-store.svg diff --git a/static/img/svg/subdirectory-left.svg b/static/img/svg/bx-subdirectory-left.svg similarity index 100% rename from static/img/svg/subdirectory-left.svg rename to static/img/svg/bx-subdirectory-left.svg diff --git a/static/img/svg/subdirectory-right.svg b/static/img/svg/bx-subdirectory-right.svg similarity index 100% rename from static/img/svg/subdirectory-right.svg rename to static/img/svg/bx-subdirectory-right.svg diff --git a/static/img/svg/sun.svg b/static/img/svg/bx-sun.svg similarity index 100% rename from static/img/svg/sun.svg rename to static/img/svg/bx-sun.svg diff --git a/static/img/svg/support.svg b/static/img/svg/bx-support.svg similarity index 100% rename from static/img/svg/support.svg rename to static/img/svg/bx-support.svg diff --git a/static/img/svg/sync.svg b/static/img/svg/bx-sync.svg similarity index 100% rename from static/img/svg/sync.svg rename to static/img/svg/bx-sync.svg diff --git a/static/img/svg/t-shirt.svg b/static/img/svg/bx-t-shirt.svg similarity index 100% rename from static/img/svg/t-shirt.svg rename to static/img/svg/bx-t-shirt.svg diff --git a/static/img/svg/tab.svg b/static/img/svg/bx-tab.svg similarity index 100% rename from static/img/svg/tab.svg rename to static/img/svg/bx-tab.svg diff --git a/static/img/svg/table.svg b/static/img/svg/bx-table.svg similarity index 100% rename from static/img/svg/table.svg rename to static/img/svg/bx-table.svg diff --git a/static/img/svg/tag-remove.svg b/static/img/svg/bx-tag-x.svg similarity index 100% rename from static/img/svg/tag-remove.svg rename to static/img/svg/bx-tag-x.svg diff --git a/static/img/svg/tag.svg b/static/img/svg/bx-tag.svg similarity index 100% rename from static/img/svg/tag.svg rename to static/img/svg/bx-tag.svg diff --git a/static/img/svg/target-lock.svg b/static/img/svg/bx-target-lock.svg similarity index 100% rename from static/img/svg/target-lock.svg rename to static/img/svg/bx-target-lock.svg diff --git a/static/img/svg/task.svg b/static/img/svg/bx-task.svg similarity index 100% rename from static/img/svg/task.svg rename to static/img/svg/bx-task.svg diff --git a/static/img/svg/tennis-ball.svg b/static/img/svg/bx-tennis-ball.svg similarity index 100% rename from static/img/svg/tennis-ball.svg rename to static/img/svg/bx-tennis-ball.svg diff --git a/static/img/svg/terminal.svg b/static/img/svg/bx-terminal.svg similarity index 100% rename from static/img/svg/terminal.svg rename to static/img/svg/bx-terminal.svg diff --git a/static/img/svg/text.svg b/static/img/svg/bx-text.svg similarity index 100% rename from static/img/svg/text.svg rename to static/img/svg/bx-text.svg diff --git a/static/img/svg/thermometer.svg b/static/img/svg/bx-thermometer.svg similarity index 100% rename from static/img/svg/thermometer.svg rename to static/img/svg/bx-thermometer.svg diff --git a/static/img/svg/time.svg b/static/img/svg/bx-time.svg similarity index 100% rename from static/img/svg/time.svg rename to static/img/svg/bx-time.svg diff --git a/static/img/svg/timer.svg b/static/img/svg/bx-timer.svg similarity index 100% rename from static/img/svg/timer.svg rename to static/img/svg/bx-timer.svg diff --git a/static/img/svg/to-top.svg b/static/img/svg/bx-to-top.svg similarity index 100% rename from static/img/svg/to-top.svg rename to static/img/svg/bx-to-top.svg diff --git a/static/img/svg/toggle-left.svg b/static/img/svg/bx-toggle-left.svg similarity index 100% rename from static/img/svg/toggle-left.svg rename to static/img/svg/bx-toggle-left.svg diff --git a/static/img/svg/toggle-right.svg b/static/img/svg/bx-toggle-right.svg similarity index 100% rename from static/img/svg/toggle-right.svg rename to static/img/svg/bx-toggle-right.svg diff --git a/static/img/svg/toggle.svg b/static/img/svg/bx-toggle.svg similarity index 100% rename from static/img/svg/toggle.svg rename to static/img/svg/bx-toggle.svg diff --git a/static/img/svg/torch.svg b/static/img/svg/bx-torch.svg similarity index 100% rename from static/img/svg/torch.svg rename to static/img/svg/bx-torch.svg diff --git a/static/img/svg/trash-alt.svg b/static/img/svg/bx-trash-alt.svg similarity index 100% rename from static/img/svg/trash-alt.svg rename to static/img/svg/bx-trash-alt.svg diff --git a/static/img/svg/trash.svg b/static/img/svg/bx-trash.svg similarity index 100% rename from static/img/svg/trash.svg rename to static/img/svg/bx-trash.svg diff --git a/static/img/svg/trending-down.svg b/static/img/svg/bx-trending-down.svg similarity index 100% rename from static/img/svg/trending-down.svg rename to static/img/svg/bx-trending-down.svg diff --git a/static/img/svg/trending-up.svg b/static/img/svg/bx-trending-up.svg similarity index 100% rename from static/img/svg/trending-up.svg rename to static/img/svg/bx-trending-up.svg diff --git a/static/img/svg/triangle.svg b/static/img/svg/bx-triangle.svg similarity index 100% rename from static/img/svg/triangle.svg rename to static/img/svg/bx-triangle.svg diff --git a/static/img/svg/trophy.svg b/static/img/svg/bx-trophy.svg similarity index 100% rename from static/img/svg/trophy.svg rename to static/img/svg/bx-trophy.svg diff --git a/static/img/svg/truck.svg b/static/img/svg/bx-truck.svg similarity index 100% rename from static/img/svg/truck.svg rename to static/img/svg/bx-truck.svg diff --git a/static/img/svg/tv.svg b/static/img/svg/bx-tv.svg similarity index 100% rename from static/img/svg/tv.svg rename to static/img/svg/bx-tv.svg diff --git a/static/img/svg/umbrella.svg b/static/img/svg/bx-umbrella.svg similarity index 100% rename from static/img/svg/umbrella.svg rename to static/img/svg/bx-umbrella.svg diff --git a/static/img/svg/underline.svg b/static/img/svg/bx-underline.svg similarity index 100% rename from static/img/svg/underline.svg rename to static/img/svg/bx-underline.svg diff --git a/static/img/svg/undo.svg b/static/img/svg/bx-undo.svg similarity index 100% rename from static/img/svg/undo.svg rename to static/img/svg/bx-undo.svg diff --git a/static/img/svg/up-arrow-circle.svg b/static/img/svg/bx-up-arrow-circle.svg similarity index 100% rename from static/img/svg/up-arrow-circle.svg rename to static/img/svg/bx-up-arrow-circle.svg diff --git a/static/img/svg/up-arrow-outline.svg b/static/img/svg/bx-up-arrow.svg similarity index 100% rename from static/img/svg/up-arrow-outline.svg rename to static/img/svg/bx-up-arrow.svg diff --git a/static/img/svg/upload.svg b/static/img/svg/bx-upload.svg similarity index 100% rename from static/img/svg/upload.svg rename to static/img/svg/bx-upload.svg diff --git a/static/img/svg/bx-upvote.svg b/static/img/svg/bx-upvote.svg new file mode 100644 index 0000000..089a005 --- /dev/null +++ b/static/img/svg/bx-upvote.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/usb.svg b/static/img/svg/bx-usb.svg similarity index 100% rename from static/img/svg/usb.svg rename to static/img/svg/bx-usb.svg diff --git a/static/img/svg/user-check.svg b/static/img/svg/bx-user-check.svg similarity index 100% rename from static/img/svg/user-check.svg rename to static/img/svg/bx-user-check.svg diff --git a/static/img/svg/user-circle.svg b/static/img/svg/bx-user-circle.svg similarity index 100% rename from static/img/svg/user-circle.svg rename to static/img/svg/bx-user-circle.svg diff --git a/static/img/svg/user-detail.svg b/static/img/svg/bx-user-detail.svg similarity index 100% rename from static/img/svg/user-detail.svg rename to static/img/svg/bx-user-detail.svg diff --git a/static/img/svg/user-minus.svg b/static/img/svg/bx-user-minus.svg similarity index 100% rename from static/img/svg/user-minus.svg rename to static/img/svg/bx-user-minus.svg diff --git a/static/img/svg/user-plus.svg b/static/img/svg/bx-user-plus.svg similarity index 100% rename from static/img/svg/user-plus.svg rename to static/img/svg/bx-user-plus.svg diff --git a/static/img/svg/user-remove.svg b/static/img/svg/bx-user-x.svg similarity index 100% rename from static/img/svg/user-remove.svg rename to static/img/svg/bx-user-x.svg diff --git a/static/img/svg/user.svg b/static/img/svg/bx-user.svg similarity index 100% rename from static/img/svg/user.svg rename to static/img/svg/bx-user.svg diff --git a/static/img/svg/vertical-center.svg b/static/img/svg/bx-vertical-center.svg similarity index 100% rename from static/img/svg/vertical-center.svg rename to static/img/svg/bx-vertical-center.svg diff --git a/static/img/svg/video-off.svg b/static/img/svg/bx-video-off.svg similarity index 100% rename from static/img/svg/video-off.svg rename to static/img/svg/bx-video-off.svg diff --git a/static/img/svg/video.svg b/static/img/svg/bx-video.svg similarity index 100% rename from static/img/svg/video.svg rename to static/img/svg/bx-video.svg diff --git a/static/img/svg/videos.svg b/static/img/svg/bx-videos.svg similarity index 100% rename from static/img/svg/videos.svg rename to static/img/svg/bx-videos.svg diff --git a/static/img/svg/voicemail.svg b/static/img/svg/bx-voicemail.svg similarity index 100% rename from static/img/svg/voicemail.svg rename to static/img/svg/bx-voicemail.svg diff --git a/static/img/svg/volume-full.svg b/static/img/svg/bx-volume-full.svg similarity index 100% rename from static/img/svg/volume-full.svg rename to static/img/svg/bx-volume-full.svg diff --git a/static/img/svg/volume-low.svg b/static/img/svg/bx-volume-low.svg similarity index 100% rename from static/img/svg/volume-low.svg rename to static/img/svg/bx-volume-low.svg diff --git a/static/img/svg/volume-mute.svg b/static/img/svg/bx-volume-mute.svg similarity index 100% rename from static/img/svg/volume-mute.svg rename to static/img/svg/bx-volume-mute.svg diff --git a/static/img/svg/volume.svg b/static/img/svg/bx-volume.svg similarity index 100% rename from static/img/svg/volume.svg rename to static/img/svg/bx-volume.svg diff --git a/static/img/svg/wallet.svg b/static/img/svg/bx-wallet.svg similarity index 100% rename from static/img/svg/wallet.svg rename to static/img/svg/bx-wallet.svg diff --git a/static/img/svg/watch-alt.svg b/static/img/svg/bx-watch-alt.svg similarity index 100% rename from static/img/svg/watch-alt.svg rename to static/img/svg/bx-watch-alt.svg diff --git a/static/img/svg/watch.svg b/static/img/svg/bx-watch.svg similarity index 100% rename from static/img/svg/watch.svg rename to static/img/svg/bx-watch.svg diff --git a/static/img/svg/widget.svg b/static/img/svg/bx-widget.svg similarity index 100% rename from static/img/svg/widget.svg rename to static/img/svg/bx-widget.svg diff --git a/static/img/svg/wifi.svg b/static/img/svg/bx-wifi.svg similarity index 100% rename from static/img/svg/wifi.svg rename to static/img/svg/bx-wifi.svg diff --git a/static/img/svg/window-close.svg b/static/img/svg/bx-window-close.svg similarity index 100% rename from static/img/svg/window-close.svg rename to static/img/svg/bx-window-close.svg diff --git a/static/img/svg/window-open.svg b/static/img/svg/bx-window-open.svg similarity index 100% rename from static/img/svg/window-open.svg rename to static/img/svg/bx-window-open.svg diff --git a/static/img/svg/window.svg b/static/img/svg/bx-window.svg similarity index 100% rename from static/img/svg/window.svg rename to static/img/svg/bx-window.svg diff --git a/static/img/svg/windows.svg b/static/img/svg/bx-windows.svg similarity index 100% rename from static/img/svg/windows.svg rename to static/img/svg/bx-windows.svg diff --git a/static/img/svg/world.svg b/static/img/svg/bx-world.svg similarity index 100% rename from static/img/svg/world.svg rename to static/img/svg/bx-world.svg diff --git a/static/img/svg/wrench.svg b/static/img/svg/bx-wrench.svg similarity index 100% rename from static/img/svg/wrench.svg rename to static/img/svg/bx-wrench.svg diff --git a/static/img/svg/x-circle.svg b/static/img/svg/bx-x-circle.svg similarity index 100% rename from static/img/svg/x-circle.svg rename to static/img/svg/bx-x-circle.svg diff --git a/static/img/svg/x.svg b/static/img/svg/bx-x.svg similarity index 100% rename from static/img/svg/x.svg rename to static/img/svg/bx-x.svg diff --git a/static/img/svg/zap.svg b/static/img/svg/bx-zap.svg similarity index 100% rename from static/img/svg/zap.svg rename to static/img/svg/bx-zap.svg diff --git a/static/img/svg/zoom-in.svg b/static/img/svg/bx-zoom-in.svg similarity index 100% rename from static/img/svg/zoom-in.svg rename to static/img/svg/bx-zoom-in.svg diff --git a/static/img/svg/zoom-out.svg b/static/img/svg/bx-zoom-out.svg similarity index 100% rename from static/img/svg/zoom-out.svg rename to static/img/svg/bx-zoom-out.svg diff --git a/static/img/svg/bxl-behance.svg b/static/img/svg/bxl-behance.svg new file mode 100644 index 0000000..0f966ee --- /dev/null +++ b/static/img/svg/bxl-behance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxl-bitcoin.svg b/static/img/svg/bxl-bitcoin.svg new file mode 100644 index 0000000..573ea95 --- /dev/null +++ b/static/img/svg/bxl-bitcoin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxl-discord.svg b/static/img/svg/bxl-discord.svg new file mode 100644 index 0000000..13821f6 --- /dev/null +++ b/static/img/svg/bxl-discord.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxl-dribbble.svg b/static/img/svg/bxl-dribbble.svg new file mode 100644 index 0000000..fa0637b --- /dev/null +++ b/static/img/svg/bxl-dribbble.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxl-facebook-square.svg b/static/img/svg/bxl-facebook-square.svg new file mode 100644 index 0000000..a635d31 --- /dev/null +++ b/static/img/svg/bxl-facebook-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxl-facebook.svg b/static/img/svg/bxl-facebook.svg new file mode 100644 index 0000000..403e643 --- /dev/null +++ b/static/img/svg/bxl-facebook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxl-github.svg b/static/img/svg/bxl-github.svg new file mode 100644 index 0000000..4d2196a --- /dev/null +++ b/static/img/svg/bxl-github.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxl-google-plus-circle.svg b/static/img/svg/bxl-google-plus-circle.svg new file mode 100644 index 0000000..1579bf5 --- /dev/null +++ b/static/img/svg/bxl-google-plus-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxl-google-plus.svg b/static/img/svg/bxl-google-plus.svg new file mode 100644 index 0000000..14c22af --- /dev/null +++ b/static/img/svg/bxl-google-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxl-google.svg b/static/img/svg/bxl-google.svg new file mode 100644 index 0000000..e3c9176 --- /dev/null +++ b/static/img/svg/bxl-google.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxl-instagram.svg b/static/img/svg/bxl-instagram.svg new file mode 100644 index 0000000..8555002 --- /dev/null +++ b/static/img/svg/bxl-instagram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxl-linkedin-square.svg b/static/img/svg/bxl-linkedin-square.svg new file mode 100644 index 0000000..e235ded --- /dev/null +++ b/static/img/svg/bxl-linkedin-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxl-linkedin.svg b/static/img/svg/bxl-linkedin.svg new file mode 100644 index 0000000..7347e60 --- /dev/null +++ b/static/img/svg/bxl-linkedin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxl-medium-square.svg b/static/img/svg/bxl-medium-square.svg new file mode 100644 index 0000000..afe7cbe --- /dev/null +++ b/static/img/svg/bxl-medium-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxl-medium.svg b/static/img/svg/bxl-medium.svg new file mode 100644 index 0000000..89bce99 --- /dev/null +++ b/static/img/svg/bxl-medium.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxl-reddit.svg b/static/img/svg/bxl-reddit.svg new file mode 100644 index 0000000..5d931a0 --- /dev/null +++ b/static/img/svg/bxl-reddit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxl-skype.svg b/static/img/svg/bxl-skype.svg new file mode 100644 index 0000000..9a001b4 --- /dev/null +++ b/static/img/svg/bxl-skype.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxl-slack-rounded.svg b/static/img/svg/bxl-slack-rounded.svg new file mode 100644 index 0000000..e613d06 --- /dev/null +++ b/static/img/svg/bxl-slack-rounded.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxl-slack.svg b/static/img/svg/bxl-slack.svg new file mode 100644 index 0000000..f4c5db8 --- /dev/null +++ b/static/img/svg/bxl-slack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxl-tumblr.svg b/static/img/svg/bxl-tumblr.svg new file mode 100644 index 0000000..0860245 --- /dev/null +++ b/static/img/svg/bxl-tumblr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxl-twitch.svg b/static/img/svg/bxl-twitch.svg new file mode 100644 index 0000000..142e29c --- /dev/null +++ b/static/img/svg/bxl-twitch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxl-twitter-square.svg b/static/img/svg/bxl-twitter-square.svg new file mode 100644 index 0000000..8c98764 --- /dev/null +++ b/static/img/svg/bxl-twitter-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxl-twitter.svg b/static/img/svg/bxl-twitter.svg new file mode 100644 index 0000000..9da5115 --- /dev/null +++ b/static/img/svg/bxl-twitter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxl-vimeo.svg b/static/img/svg/bxl-vimeo.svg new file mode 100644 index 0000000..b256694 --- /dev/null +++ b/static/img/svg/bxl-vimeo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxl-whatsapp.svg b/static/img/svg/bxl-whatsapp.svg new file mode 100644 index 0000000..b72c02f --- /dev/null +++ b/static/img/svg/bxl-whatsapp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxl-youtube.svg b/static/img/svg/bxl-youtube.svg new file mode 100644 index 0000000..b0b2078 --- /dev/null +++ b/static/img/svg/bxl-youtube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-adjust.svg b/static/img/svg/bxs-adjust.svg new file mode 100644 index 0000000..9692bcc --- /dev/null +++ b/static/img/svg/bxs-adjust.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-alarm-off.svg b/static/img/svg/bxs-alarm-off.svg new file mode 100644 index 0000000..44ec6fe --- /dev/null +++ b/static/img/svg/bxs-alarm-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-alarm.svg b/static/img/svg/bxs-alarm.svg new file mode 100644 index 0000000..d37bd85 --- /dev/null +++ b/static/img/svg/bxs-alarm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-album.svg b/static/img/svg/bxs-album.svg new file mode 100644 index 0000000..6d1180e --- /dev/null +++ b/static/img/svg/bxs-album.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-archive-in.svg b/static/img/svg/bxs-archive-in.svg new file mode 100644 index 0000000..d9396ff --- /dev/null +++ b/static/img/svg/bxs-archive-in.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-archive-out.svg b/static/img/svg/bxs-archive-out.svg new file mode 100644 index 0000000..27ac982 --- /dev/null +++ b/static/img/svg/bxs-archive-out.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-archive.svg b/static/img/svg/bxs-archive.svg new file mode 100644 index 0000000..9dcb529 --- /dev/null +++ b/static/img/svg/bxs-archive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-award.svg b/static/img/svg/bxs-award.svg new file mode 100644 index 0000000..c3a993d --- /dev/null +++ b/static/img/svg/bxs-award.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-bar-chart-square.svg b/static/img/svg/bxs-bar-chart-square.svg new file mode 100644 index 0000000..37c3f4f --- /dev/null +++ b/static/img/svg/bxs-bar-chart-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-barcode.svg b/static/img/svg/bxs-barcode.svg new file mode 100644 index 0000000..7e0765b --- /dev/null +++ b/static/img/svg/bxs-barcode.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-basketball.svg b/static/img/svg/bxs-basketball.svg new file mode 100644 index 0000000..92ca021 --- /dev/null +++ b/static/img/svg/bxs-basketball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-battery-charging.svg b/static/img/svg/bxs-battery-charging.svg new file mode 100644 index 0000000..4eebcab --- /dev/null +++ b/static/img/svg/bxs-battery-charging.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-battery-full.svg b/static/img/svg/bxs-battery-full.svg new file mode 100644 index 0000000..a994dcb --- /dev/null +++ b/static/img/svg/bxs-battery-full.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-battery-low.svg b/static/img/svg/bxs-battery-low.svg new file mode 100644 index 0000000..a297076 --- /dev/null +++ b/static/img/svg/bxs-battery-low.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-battery.svg b/static/img/svg/bxs-battery.svg new file mode 100644 index 0000000..58b51ee --- /dev/null +++ b/static/img/svg/bxs-battery.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-bell-minus.svg b/static/img/svg/bxs-bell-minus.svg new file mode 100644 index 0000000..46de357 --- /dev/null +++ b/static/img/svg/bxs-bell-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-bell-off.svg b/static/img/svg/bxs-bell-off.svg new file mode 100644 index 0000000..423068d --- /dev/null +++ b/static/img/svg/bxs-bell-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-bell-plus.svg b/static/img/svg/bxs-bell-plus.svg new file mode 100644 index 0000000..dd2be29 --- /dev/null +++ b/static/img/svg/bxs-bell-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-bell.svg b/static/img/svg/bxs-bell.svg new file mode 100644 index 0000000..d370236 --- /dev/null +++ b/static/img/svg/bxs-bell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-bolt.svg b/static/img/svg/bxs-bolt.svg new file mode 100644 index 0000000..5c8f706 --- /dev/null +++ b/static/img/svg/bxs-bolt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-book-bookmark.svg b/static/img/svg/bxs-book-bookmark.svg new file mode 100644 index 0000000..6d99b01 --- /dev/null +++ b/static/img/svg/bxs-book-bookmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-book-open.svg b/static/img/svg/bxs-book-open.svg new file mode 100644 index 0000000..3c79866 --- /dev/null +++ b/static/img/svg/bxs-book-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-book.svg b/static/img/svg/bxs-book.svg new file mode 100644 index 0000000..c8a0023 --- /dev/null +++ b/static/img/svg/bxs-book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-bookmark-minus.svg b/static/img/svg/bxs-bookmark-minus.svg new file mode 100644 index 0000000..23cf723 --- /dev/null +++ b/static/img/svg/bxs-bookmark-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-bookmark-plus.svg b/static/img/svg/bxs-bookmark-plus.svg new file mode 100644 index 0000000..097c5e4 --- /dev/null +++ b/static/img/svg/bxs-bookmark-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-bookmark-star.svg b/static/img/svg/bxs-bookmark-star.svg new file mode 100644 index 0000000..7db0029 --- /dev/null +++ b/static/img/svg/bxs-bookmark-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-bookmark.svg b/static/img/svg/bxs-bookmark.svg new file mode 100644 index 0000000..d0dfc56 --- /dev/null +++ b/static/img/svg/bxs-bookmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-bookmarks.svg b/static/img/svg/bxs-bookmarks.svg new file mode 100644 index 0000000..023be28 --- /dev/null +++ b/static/img/svg/bxs-bookmarks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-briefcase-alt.svg b/static/img/svg/bxs-briefcase-alt.svg new file mode 100644 index 0000000..134ba56 --- /dev/null +++ b/static/img/svg/bxs-briefcase-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-briefcase.svg b/static/img/svg/bxs-briefcase.svg new file mode 100644 index 0000000..838d069 --- /dev/null +++ b/static/img/svg/bxs-briefcase.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-bucket.svg b/static/img/svg/bxs-bucket.svg new file mode 100644 index 0000000..3e46d16 --- /dev/null +++ b/static/img/svg/bxs-bucket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-bug.svg b/static/img/svg/bxs-bug.svg new file mode 100644 index 0000000..819ba6b --- /dev/null +++ b/static/img/svg/bxs-bug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-building.svg b/static/img/svg/bxs-building.svg new file mode 100644 index 0000000..24d64f1 --- /dev/null +++ b/static/img/svg/bxs-building.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-bulb.svg b/static/img/svg/bxs-bulb.svg new file mode 100644 index 0000000..e6ecf69 --- /dev/null +++ b/static/img/svg/bxs-bulb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-buoy.svg b/static/img/svg/bxs-buoy.svg new file mode 100644 index 0000000..f3e8a07 --- /dev/null +++ b/static/img/svg/bxs-buoy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-calculator.svg b/static/img/svg/bxs-calculator.svg new file mode 100644 index 0000000..508a23a --- /dev/null +++ b/static/img/svg/bxs-calculator.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-calendar-alt.svg b/static/img/svg/bxs-calendar-alt.svg new file mode 100644 index 0000000..3b481e6 --- /dev/null +++ b/static/img/svg/bxs-calendar-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-calendar-check.svg b/static/img/svg/bxs-calendar-check.svg new file mode 100644 index 0000000..ef73b9d --- /dev/null +++ b/static/img/svg/bxs-calendar-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-calendar-minus.svg b/static/img/svg/bxs-calendar-minus.svg new file mode 100644 index 0000000..a4a4f93 --- /dev/null +++ b/static/img/svg/bxs-calendar-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-calendar-plus.svg b/static/img/svg/bxs-calendar-plus.svg new file mode 100644 index 0000000..c9a10ce --- /dev/null +++ b/static/img/svg/bxs-calendar-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-calendar-x.svg b/static/img/svg/bxs-calendar-x.svg new file mode 100644 index 0000000..1e2c1a0 --- /dev/null +++ b/static/img/svg/bxs-calendar-x.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-calendar.svg b/static/img/svg/bxs-calendar.svg new file mode 100644 index 0000000..1c5cd0e --- /dev/null +++ b/static/img/svg/bxs-calendar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-camera-alt.svg b/static/img/svg/bxs-camera-alt.svg new file mode 100644 index 0000000..a9baee5 --- /dev/null +++ b/static/img/svg/bxs-camera-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-camera-off.svg b/static/img/svg/bxs-camera-off.svg new file mode 100644 index 0000000..67f1dbb --- /dev/null +++ b/static/img/svg/bxs-camera-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-camera.svg b/static/img/svg/bxs-camera.svg new file mode 100644 index 0000000..bd71dc5 --- /dev/null +++ b/static/img/svg/bxs-camera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-capsule.svg b/static/img/svg/bxs-capsule.svg new file mode 100644 index 0000000..89ee1f0 --- /dev/null +++ b/static/img/svg/bxs-capsule.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-captions.svg b/static/img/svg/bxs-captions.svg new file mode 100644 index 0000000..4bcb206 --- /dev/null +++ b/static/img/svg/bxs-captions.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-car.svg b/static/img/svg/bxs-car.svg new file mode 100644 index 0000000..1a305bf --- /dev/null +++ b/static/img/svg/bxs-car.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-carousel.svg b/static/img/svg/bxs-carousel.svg new file mode 100644 index 0000000..41cc561 --- /dev/null +++ b/static/img/svg/bxs-carousel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-cart-alt.svg b/static/img/svg/bxs-cart-alt.svg new file mode 100644 index 0000000..da81fd5 --- /dev/null +++ b/static/img/svg/bxs-cart-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-cart.svg b/static/img/svg/bxs-cart.svg new file mode 100644 index 0000000..8c31fbd --- /dev/null +++ b/static/img/svg/bxs-cart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-cast.svg b/static/img/svg/bxs-cast.svg new file mode 100644 index 0000000..87e133b --- /dev/null +++ b/static/img/svg/bxs-cast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-categories.svg b/static/img/svg/bxs-categories.svg new file mode 100644 index 0000000..60401c6 --- /dev/null +++ b/static/img/svg/bxs-categories.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-chart.svg b/static/img/svg/bxs-chart.svg new file mode 100644 index 0000000..d27803b --- /dev/null +++ b/static/img/svg/bxs-chart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-chip.svg b/static/img/svg/bxs-chip.svg new file mode 100644 index 0000000..1bd38d6 --- /dev/null +++ b/static/img/svg/bxs-chip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-clipboard.svg b/static/img/svg/bxs-clipboard.svg new file mode 100644 index 0000000..89b4e38 --- /dev/null +++ b/static/img/svg/bxs-clipboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-cloud-download.svg b/static/img/svg/bxs-cloud-download.svg new file mode 100644 index 0000000..0f5da1c --- /dev/null +++ b/static/img/svg/bxs-cloud-download.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-cloud-upload.svg b/static/img/svg/bxs-cloud-upload.svg new file mode 100644 index 0000000..3e20c9f --- /dev/null +++ b/static/img/svg/bxs-cloud-upload.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-cloud.svg b/static/img/svg/bxs-cloud.svg new file mode 100644 index 0000000..85d6302 --- /dev/null +++ b/static/img/svg/bxs-cloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-coffee.svg b/static/img/svg/bxs-coffee.svg new file mode 100644 index 0000000..c33f6fc --- /dev/null +++ b/static/img/svg/bxs-coffee.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-cog.svg b/static/img/svg/bxs-cog.svg new file mode 100644 index 0000000..2f8fd0c --- /dev/null +++ b/static/img/svg/bxs-cog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-collection.svg b/static/img/svg/bxs-collection.svg new file mode 100644 index 0000000..922b8a0 --- /dev/null +++ b/static/img/svg/bxs-collection.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-compass.svg b/static/img/svg/bxs-compass.svg new file mode 100644 index 0000000..6b3541a --- /dev/null +++ b/static/img/svg/bxs-compass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-contact.svg b/static/img/svg/bxs-contact.svg new file mode 100644 index 0000000..55bca53 --- /dev/null +++ b/static/img/svg/bxs-contact.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-conversation.svg b/static/img/svg/bxs-conversation.svg new file mode 100644 index 0000000..701b8bd --- /dev/null +++ b/static/img/svg/bxs-conversation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-copy.svg b/static/img/svg/bxs-copy.svg new file mode 100644 index 0000000..4059380 --- /dev/null +++ b/static/img/svg/bxs-copy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-copyright.svg b/static/img/svg/bxs-copyright.svg new file mode 100644 index 0000000..cf4d375 --- /dev/null +++ b/static/img/svg/bxs-copyright.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-coupon.svg b/static/img/svg/bxs-coupon.svg new file mode 100644 index 0000000..ff805ac --- /dev/null +++ b/static/img/svg/bxs-coupon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-credit-card.svg b/static/img/svg/bxs-credit-card.svg new file mode 100644 index 0000000..28c5621 --- /dev/null +++ b/static/img/svg/bxs-credit-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-crown.svg b/static/img/svg/bxs-crown.svg new file mode 100644 index 0000000..2c1fc7c --- /dev/null +++ b/static/img/svg/bxs-crown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-cube.svg b/static/img/svg/bxs-cube.svg new file mode 100644 index 0000000..d94b3b3 --- /dev/null +++ b/static/img/svg/bxs-cube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-dashboard.svg b/static/img/svg/bxs-dashboard.svg new file mode 100644 index 0000000..75d610e --- /dev/null +++ b/static/img/svg/bxs-dashboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-detail.svg b/static/img/svg/bxs-detail.svg new file mode 100644 index 0000000..fca763e --- /dev/null +++ b/static/img/svg/bxs-detail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-diamond.svg b/static/img/svg/bxs-diamond.svg new file mode 100644 index 0000000..e7f8e00 --- /dev/null +++ b/static/img/svg/bxs-diamond.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-directions.svg b/static/img/svg/bxs-directions.svg new file mode 100644 index 0000000..b91c871 --- /dev/null +++ b/static/img/svg/bxs-directions.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-discount.svg b/static/img/svg/bxs-discount.svg new file mode 100644 index 0000000..38a01be --- /dev/null +++ b/static/img/svg/bxs-discount.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-dislike.svg b/static/img/svg/bxs-dislike.svg new file mode 100644 index 0000000..5e980ed --- /dev/null +++ b/static/img/svg/bxs-dislike.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-dock-bottom.svg b/static/img/svg/bxs-dock-bottom.svg new file mode 100644 index 0000000..07eeeb8 --- /dev/null +++ b/static/img/svg/bxs-dock-bottom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-dock-left.svg b/static/img/svg/bxs-dock-left.svg new file mode 100644 index 0000000..4b7d0d8 --- /dev/null +++ b/static/img/svg/bxs-dock-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-dock-right.svg b/static/img/svg/bxs-dock-right.svg new file mode 100644 index 0000000..080882d --- /dev/null +++ b/static/img/svg/bxs-dock-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-dock-top.svg b/static/img/svg/bxs-dock-top.svg new file mode 100644 index 0000000..253f2e4 --- /dev/null +++ b/static/img/svg/bxs-dock-top.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-dollar-circle.svg b/static/img/svg/bxs-dollar-circle.svg new file mode 100644 index 0000000..0742274 --- /dev/null +++ b/static/img/svg/bxs-dollar-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-down-arrow-circle.svg b/static/img/svg/bxs-down-arrow-circle.svg new file mode 100644 index 0000000..d38e019 --- /dev/null +++ b/static/img/svg/bxs-down-arrow-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-down-arrow.svg b/static/img/svg/bxs-down-arrow.svg new file mode 100644 index 0000000..18f74e2 --- /dev/null +++ b/static/img/svg/bxs-down-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-download-alt.svg b/static/img/svg/bxs-download-alt.svg new file mode 100644 index 0000000..060f7d9 --- /dev/null +++ b/static/img/svg/bxs-download-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-downvote.svg b/static/img/svg/bxs-downvote.svg new file mode 100644 index 0000000..43ab700 --- /dev/null +++ b/static/img/svg/bxs-downvote.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-drink.svg b/static/img/svg/bxs-drink.svg new file mode 100644 index 0000000..4e999b8 --- /dev/null +++ b/static/img/svg/bxs-drink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-droplet.svg b/static/img/svg/bxs-droplet.svg new file mode 100644 index 0000000..366f257 --- /dev/null +++ b/static/img/svg/bxs-droplet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-duplicate.svg b/static/img/svg/bxs-duplicate.svg new file mode 100644 index 0000000..d89380c --- /dev/null +++ b/static/img/svg/bxs-duplicate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-eject.svg b/static/img/svg/bxs-eject.svg new file mode 100644 index 0000000..ed48fe7 --- /dev/null +++ b/static/img/svg/bxs-eject.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-envelope.svg b/static/img/svg/bxs-envelope.svg new file mode 100644 index 0000000..e675251 --- /dev/null +++ b/static/img/svg/bxs-envelope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-eraser.svg b/static/img/svg/bxs-eraser.svg new file mode 100644 index 0000000..6e35f2b --- /dev/null +++ b/static/img/svg/bxs-eraser.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-error-circle.svg b/static/img/svg/bxs-error-circle.svg new file mode 100644 index 0000000..f8708bc --- /dev/null +++ b/static/img/svg/bxs-error-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-error.svg b/static/img/svg/bxs-error.svg new file mode 100644 index 0000000..cbac473 --- /dev/null +++ b/static/img/svg/bxs-error.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-fast-forward-circle.svg b/static/img/svg/bxs-fast-forward-circle.svg new file mode 100644 index 0000000..6b304cb --- /dev/null +++ b/static/img/svg/bxs-fast-forward-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-file-image.svg b/static/img/svg/bxs-file-image.svg new file mode 100644 index 0000000..c53b822 --- /dev/null +++ b/static/img/svg/bxs-file-image.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-file-plus.svg b/static/img/svg/bxs-file-plus.svg new file mode 100644 index 0000000..72c12f8 --- /dev/null +++ b/static/img/svg/bxs-file-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-file.svg b/static/img/svg/bxs-file.svg new file mode 100644 index 0000000..f529070 --- /dev/null +++ b/static/img/svg/bxs-file.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-files.svg b/static/img/svg/bxs-files.svg new file mode 100644 index 0000000..6d08832 --- /dev/null +++ b/static/img/svg/bxs-files.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-filter-alt.svg b/static/img/svg/bxs-filter-alt.svg new file mode 100644 index 0000000..a76fd14 --- /dev/null +++ b/static/img/svg/bxs-filter-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-first-aid.svg b/static/img/svg/bxs-first-aid.svg new file mode 100644 index 0000000..f2642b2 --- /dev/null +++ b/static/img/svg/bxs-first-aid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-flag-alt.svg b/static/img/svg/bxs-flag-alt.svg new file mode 100644 index 0000000..a262842 --- /dev/null +++ b/static/img/svg/bxs-flag-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-flag.svg b/static/img/svg/bxs-flag.svg new file mode 100644 index 0000000..9c7cd21 --- /dev/null +++ b/static/img/svg/bxs-flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-flask.svg b/static/img/svg/bxs-flask.svg new file mode 100644 index 0000000..913b876 --- /dev/null +++ b/static/img/svg/bxs-flask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-folder-minus.svg b/static/img/svg/bxs-folder-minus.svg new file mode 100644 index 0000000..7121d49 --- /dev/null +++ b/static/img/svg/bxs-folder-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-folder-open.svg b/static/img/svg/bxs-folder-open.svg new file mode 100644 index 0000000..40a5b82 --- /dev/null +++ b/static/img/svg/bxs-folder-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-folder-plus.svg b/static/img/svg/bxs-folder-plus.svg new file mode 100644 index 0000000..bbe0a22 --- /dev/null +++ b/static/img/svg/bxs-folder-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-folder.svg b/static/img/svg/bxs-folder.svg new file mode 100644 index 0000000..f8d6f5a --- /dev/null +++ b/static/img/svg/bxs-folder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-fullscreen.svg b/static/img/svg/bxs-fullscreen.svg new file mode 100644 index 0000000..ed79146 --- /dev/null +++ b/static/img/svg/bxs-fullscreen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-gift.svg b/static/img/svg/bxs-gift.svg new file mode 100644 index 0000000..f5ba868 --- /dev/null +++ b/static/img/svg/bxs-gift.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-globe-alt.svg b/static/img/svg/bxs-globe-alt.svg new file mode 100644 index 0000000..2716796 --- /dev/null +++ b/static/img/svg/bxs-globe-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-grid-alt.svg b/static/img/svg/bxs-grid-alt.svg new file mode 100644 index 0000000..75247f5 --- /dev/null +++ b/static/img/svg/bxs-grid-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-group.svg b/static/img/svg/bxs-group.svg new file mode 100644 index 0000000..9a6422e --- /dev/null +++ b/static/img/svg/bxs-group.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-hdd.svg b/static/img/svg/bxs-hdd.svg new file mode 100644 index 0000000..528cae3 --- /dev/null +++ b/static/img/svg/bxs-hdd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-heart.svg b/static/img/svg/bxs-heart.svg new file mode 100644 index 0000000..85c5cac --- /dev/null +++ b/static/img/svg/bxs-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-hide.svg b/static/img/svg/bxs-hide.svg new file mode 100644 index 0000000..8c9e4e6 --- /dev/null +++ b/static/img/svg/bxs-hide.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-home-alt.svg b/static/img/svg/bxs-home-alt.svg new file mode 100644 index 0000000..b38b11b --- /dev/null +++ b/static/img/svg/bxs-home-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-home.svg b/static/img/svg/bxs-home.svg new file mode 100644 index 0000000..d150027 --- /dev/null +++ b/static/img/svg/bxs-home.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-hot.svg b/static/img/svg/bxs-hot.svg new file mode 100644 index 0000000..1eb28b0 --- /dev/null +++ b/static/img/svg/bxs-hot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-hourglass.svg b/static/img/svg/bxs-hourglass.svg new file mode 100644 index 0000000..7e45c58 --- /dev/null +++ b/static/img/svg/bxs-hourglass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-idea.svg b/static/img/svg/bxs-idea.svg new file mode 100644 index 0000000..4ac8213 --- /dev/null +++ b/static/img/svg/bxs-idea.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-image-alt.svg b/static/img/svg/bxs-image-alt.svg new file mode 100644 index 0000000..436a5f3 --- /dev/null +++ b/static/img/svg/bxs-image-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-image.svg b/static/img/svg/bxs-image.svg new file mode 100644 index 0000000..e7b049d --- /dev/null +++ b/static/img/svg/bxs-image.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-images.svg b/static/img/svg/bxs-images.svg new file mode 100644 index 0000000..5b3d3ba --- /dev/null +++ b/static/img/svg/bxs-images.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-inbox.svg b/static/img/svg/bxs-inbox.svg new file mode 100644 index 0000000..cdfa7dc --- /dev/null +++ b/static/img/svg/bxs-inbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-info-circle.svg b/static/img/svg/bxs-info-circle.svg new file mode 100644 index 0000000..32d6292 --- /dev/null +++ b/static/img/svg/bxs-info-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-joystick-alt.svg b/static/img/svg/bxs-joystick-alt.svg new file mode 100644 index 0000000..b46eee0 --- /dev/null +++ b/static/img/svg/bxs-joystick-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-joystick.svg b/static/img/svg/bxs-joystick.svg new file mode 100644 index 0000000..843723b --- /dev/null +++ b/static/img/svg/bxs-joystick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-layer.svg b/static/img/svg/bxs-layer.svg new file mode 100644 index 0000000..f4f0c92 --- /dev/null +++ b/static/img/svg/bxs-layer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-layout.svg b/static/img/svg/bxs-layout.svg new file mode 100644 index 0000000..363c662 --- /dev/null +++ b/static/img/svg/bxs-layout.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-left-arrow-circle.svg b/static/img/svg/bxs-left-arrow-circle.svg new file mode 100644 index 0000000..1b9cc12 --- /dev/null +++ b/static/img/svg/bxs-left-arrow-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-left-arrow.svg b/static/img/svg/bxs-left-arrow.svg new file mode 100644 index 0000000..b6f7e30 --- /dev/null +++ b/static/img/svg/bxs-left-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-left-bottom-arrow-circle.svg b/static/img/svg/bxs-left-bottom-arrow-circle.svg new file mode 100644 index 0000000..3a9ed89 --- /dev/null +++ b/static/img/svg/bxs-left-bottom-arrow-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-left-top-arrow-circle.svg b/static/img/svg/bxs-left-top-arrow-circle.svg new file mode 100644 index 0000000..70f1c2f --- /dev/null +++ b/static/img/svg/bxs-left-top-arrow-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-like.svg b/static/img/svg/bxs-like.svg new file mode 100644 index 0000000..dc68b75 --- /dev/null +++ b/static/img/svg/bxs-like.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-list-alt.svg b/static/img/svg/bxs-list-alt.svg new file mode 100644 index 0000000..04f6bca --- /dev/null +++ b/static/img/svg/bxs-list-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-lock-open.svg b/static/img/svg/bxs-lock-open.svg new file mode 100644 index 0000000..6272379 --- /dev/null +++ b/static/img/svg/bxs-lock-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-lock.svg b/static/img/svg/bxs-lock.svg new file mode 100644 index 0000000..108e094 --- /dev/null +++ b/static/img/svg/bxs-lock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-map-alt.svg b/static/img/svg/bxs-map-alt.svg new file mode 100644 index 0000000..5648324 --- /dev/null +++ b/static/img/svg/bxs-map-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-map.svg b/static/img/svg/bxs-map.svg new file mode 100644 index 0000000..4cd0d57 --- /dev/null +++ b/static/img/svg/bxs-map.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-message-alt.svg b/static/img/svg/bxs-message-alt.svg new file mode 100644 index 0000000..e8a32e1 --- /dev/null +++ b/static/img/svg/bxs-message-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-message-detail.svg b/static/img/svg/bxs-message-detail.svg new file mode 100644 index 0000000..fbd0f5b --- /dev/null +++ b/static/img/svg/bxs-message-detail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-message-rounded-alt.svg b/static/img/svg/bxs-message-rounded-alt.svg new file mode 100644 index 0000000..0fcc030 --- /dev/null +++ b/static/img/svg/bxs-message-rounded-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-message-rounded.svg b/static/img/svg/bxs-message-rounded.svg new file mode 100644 index 0000000..84bf95c --- /dev/null +++ b/static/img/svg/bxs-message-rounded.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-message.svg b/static/img/svg/bxs-message.svg new file mode 100644 index 0000000..46bf3f7 --- /dev/null +++ b/static/img/svg/bxs-message.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-microphone-off.svg b/static/img/svg/bxs-microphone-off.svg new file mode 100644 index 0000000..939e137 --- /dev/null +++ b/static/img/svg/bxs-microphone-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-microphone.svg b/static/img/svg/bxs-microphone.svg new file mode 100644 index 0000000..a885d91 --- /dev/null +++ b/static/img/svg/bxs-microphone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-minus-circle.svg b/static/img/svg/bxs-minus-circle.svg new file mode 100644 index 0000000..100b126 --- /dev/null +++ b/static/img/svg/bxs-minus-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-mobile-alt.svg b/static/img/svg/bxs-mobile-alt.svg new file mode 100644 index 0000000..608ebde --- /dev/null +++ b/static/img/svg/bxs-mobile-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-mobile-message.svg b/static/img/svg/bxs-mobile-message.svg new file mode 100644 index 0000000..f43141a --- /dev/null +++ b/static/img/svg/bxs-mobile-message.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-moon.svg b/static/img/svg/bxs-moon.svg new file mode 100644 index 0000000..c853e44 --- /dev/null +++ b/static/img/svg/bxs-moon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-mouse.svg b/static/img/svg/bxs-mouse.svg new file mode 100644 index 0000000..cc813ce --- /dev/null +++ b/static/img/svg/bxs-mouse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-music.svg b/static/img/svg/bxs-music.svg new file mode 100644 index 0000000..29c3264 --- /dev/null +++ b/static/img/svg/bxs-music.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-navigation.svg b/static/img/svg/bxs-navigation.svg new file mode 100644 index 0000000..c05edea --- /dev/null +++ b/static/img/svg/bxs-navigation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-news.svg b/static/img/svg/bxs-news.svg new file mode 100644 index 0000000..4482390 --- /dev/null +++ b/static/img/svg/bxs-news.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-newsletter.svg b/static/img/svg/bxs-newsletter.svg new file mode 100644 index 0000000..b385e9f --- /dev/null +++ b/static/img/svg/bxs-newsletter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-notification-off.svg b/static/img/svg/bxs-notification-off.svg new file mode 100644 index 0000000..3a1ee00 --- /dev/null +++ b/static/img/svg/bxs-notification-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-notification.svg b/static/img/svg/bxs-notification.svg new file mode 100644 index 0000000..c3bb1da --- /dev/null +++ b/static/img/svg/bxs-notification.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-package.svg b/static/img/svg/bxs-package.svg new file mode 100644 index 0000000..a5c96ec --- /dev/null +++ b/static/img/svg/bxs-package.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-paper-plane.svg b/static/img/svg/bxs-paper-plane.svg new file mode 100644 index 0000000..9630a8b --- /dev/null +++ b/static/img/svg/bxs-paper-plane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-paste.svg b/static/img/svg/bxs-paste.svg new file mode 100644 index 0000000..48820a4 --- /dev/null +++ b/static/img/svg/bxs-paste.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-pause-circle.svg b/static/img/svg/bxs-pause-circle.svg new file mode 100644 index 0000000..a1be8ee --- /dev/null +++ b/static/img/svg/bxs-pause-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-pen.svg b/static/img/svg/bxs-pen.svg new file mode 100644 index 0000000..134ce13 --- /dev/null +++ b/static/img/svg/bxs-pen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-pencil.svg b/static/img/svg/bxs-pencil.svg new file mode 100644 index 0000000..a702a9d --- /dev/null +++ b/static/img/svg/bxs-pencil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-phone-call.svg b/static/img/svg/bxs-phone-call.svg new file mode 100644 index 0000000..901dacd --- /dev/null +++ b/static/img/svg/bxs-phone-call.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-phone-incoming.svg b/static/img/svg/bxs-phone-incoming.svg new file mode 100644 index 0000000..3fa570d --- /dev/null +++ b/static/img/svg/bxs-phone-incoming.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-phone-outgoing.svg b/static/img/svg/bxs-phone-outgoing.svg new file mode 100644 index 0000000..f8f246d --- /dev/null +++ b/static/img/svg/bxs-phone-outgoing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-phone.svg b/static/img/svg/bxs-phone.svg new file mode 100644 index 0000000..42d1af6 --- /dev/null +++ b/static/img/svg/bxs-phone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-pie-chart-alt.svg b/static/img/svg/bxs-pie-chart-alt.svg new file mode 100644 index 0000000..af383e6 --- /dev/null +++ b/static/img/svg/bxs-pie-chart-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-pie-chart.svg b/static/img/svg/bxs-pie-chart.svg new file mode 100644 index 0000000..69cf910 --- /dev/null +++ b/static/img/svg/bxs-pie-chart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-pin.svg b/static/img/svg/bxs-pin.svg new file mode 100644 index 0000000..6deac0d --- /dev/null +++ b/static/img/svg/bxs-pin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-play-circle.svg b/static/img/svg/bxs-play-circle.svg new file mode 100644 index 0000000..d85393c --- /dev/null +++ b/static/img/svg/bxs-play-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-playlist.svg b/static/img/svg/bxs-playlist.svg new file mode 100644 index 0000000..a6151ea --- /dev/null +++ b/static/img/svg/bxs-playlist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-plug.svg b/static/img/svg/bxs-plug.svg new file mode 100644 index 0000000..7babc69 --- /dev/null +++ b/static/img/svg/bxs-plug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-plus-circle.svg b/static/img/svg/bxs-plus-circle.svg new file mode 100644 index 0000000..a3b9a76 --- /dev/null +++ b/static/img/svg/bxs-plus-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-printer.svg b/static/img/svg/bxs-printer.svg new file mode 100644 index 0000000..f968401 --- /dev/null +++ b/static/img/svg/bxs-printer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-purchase-tag.svg b/static/img/svg/bxs-purchase-tag.svg new file mode 100644 index 0000000..d32b6d2 --- /dev/null +++ b/static/img/svg/bxs-purchase-tag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-quote-left.svg b/static/img/svg/bxs-quote-left.svg new file mode 100644 index 0000000..6181052 --- /dev/null +++ b/static/img/svg/bxs-quote-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-quote-right.svg b/static/img/svg/bxs-quote-right.svg new file mode 100644 index 0000000..c01044f --- /dev/null +++ b/static/img/svg/bxs-quote-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-radio.svg b/static/img/svg/bxs-radio.svg new file mode 100644 index 0000000..5f85da9 --- /dev/null +++ b/static/img/svg/bxs-radio.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-rename.svg b/static/img/svg/bxs-rename.svg new file mode 100644 index 0000000..a407a92 --- /dev/null +++ b/static/img/svg/bxs-rename.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-report.svg b/static/img/svg/bxs-report.svg new file mode 100644 index 0000000..8afd61d --- /dev/null +++ b/static/img/svg/bxs-report.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-right-arrow-circle.svg b/static/img/svg/bxs-right-arrow-circle.svg new file mode 100644 index 0000000..8f89ae7 --- /dev/null +++ b/static/img/svg/bxs-right-arrow-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-right-arrow.svg b/static/img/svg/bxs-right-arrow.svg new file mode 100644 index 0000000..092492d --- /dev/null +++ b/static/img/svg/bxs-right-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-right-down-arrow-circle.svg b/static/img/svg/bxs-right-down-arrow-circle.svg new file mode 100644 index 0000000..c78eba6 --- /dev/null +++ b/static/img/svg/bxs-right-down-arrow-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-right-top-arrow-circle.svg b/static/img/svg/bxs-right-top-arrow-circle.svg new file mode 100644 index 0000000..114d070 --- /dev/null +++ b/static/img/svg/bxs-right-top-arrow-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-ruler.svg b/static/img/svg/bxs-ruler.svg new file mode 100644 index 0000000..c41ec64 --- /dev/null +++ b/static/img/svg/bxs-ruler.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-save.svg b/static/img/svg/bxs-save.svg new file mode 100644 index 0000000..ee6b08f --- /dev/null +++ b/static/img/svg/bxs-save.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-select-arrows.svg b/static/img/svg/bxs-select-arrows.svg new file mode 100644 index 0000000..a44122e --- /dev/null +++ b/static/img/svg/bxs-select-arrows.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-select-multiple.svg b/static/img/svg/bxs-select-multiple.svg new file mode 100644 index 0000000..6724aea --- /dev/null +++ b/static/img/svg/bxs-select-multiple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-selection.svg b/static/img/svg/bxs-selection.svg new file mode 100644 index 0000000..bd38b8e --- /dev/null +++ b/static/img/svg/bxs-selection.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-send.svg b/static/img/svg/bxs-send.svg new file mode 100644 index 0000000..483b564 --- /dev/null +++ b/static/img/svg/bxs-send.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-server.svg b/static/img/svg/bxs-server.svg new file mode 100644 index 0000000..8f27e60 --- /dev/null +++ b/static/img/svg/bxs-server.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-share-alt.svg b/static/img/svg/bxs-share-alt.svg new file mode 100644 index 0000000..7f4b39c --- /dev/null +++ b/static/img/svg/bxs-share-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-share.svg b/static/img/svg/bxs-share.svg new file mode 100644 index 0000000..432ee60 --- /dev/null +++ b/static/img/svg/bxs-share.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-shield-alt.svg b/static/img/svg/bxs-shield-alt.svg new file mode 100644 index 0000000..8a39dfe --- /dev/null +++ b/static/img/svg/bxs-shield-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-shield.svg b/static/img/svg/bxs-shield.svg new file mode 100644 index 0000000..23c7c25 --- /dev/null +++ b/static/img/svg/bxs-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-shopping-bag-alt.svg b/static/img/svg/bxs-shopping-bag-alt.svg new file mode 100644 index 0000000..dcf59ca --- /dev/null +++ b/static/img/svg/bxs-shopping-bag-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-shopping-bag.svg b/static/img/svg/bxs-shopping-bag.svg new file mode 100644 index 0000000..9b62dcb --- /dev/null +++ b/static/img/svg/bxs-shopping-bag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-show.svg b/static/img/svg/bxs-show.svg new file mode 100644 index 0000000..e14dffe --- /dev/null +++ b/static/img/svg/bxs-show.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-sidebar.svg b/static/img/svg/bxs-sidebar.svg new file mode 100644 index 0000000..c576a47 --- /dev/null +++ b/static/img/svg/bxs-sidebar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-sitemap.svg b/static/img/svg/bxs-sitemap.svg new file mode 100644 index 0000000..d846f32 --- /dev/null +++ b/static/img/svg/bxs-sitemap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-skip-next-circle.svg b/static/img/svg/bxs-skip-next-circle.svg new file mode 100644 index 0000000..ddb9304 --- /dev/null +++ b/static/img/svg/bxs-skip-next-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-skip-previous-circle.svg b/static/img/svg/bxs-skip-previous-circle.svg new file mode 100644 index 0000000..7933cce --- /dev/null +++ b/static/img/svg/bxs-skip-previous-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-slider-alt.svg b/static/img/svg/bxs-slider-alt.svg new file mode 100644 index 0000000..5a76082 --- /dev/null +++ b/static/img/svg/bxs-slider-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-smiley-happy.svg b/static/img/svg/bxs-smiley-happy.svg new file mode 100644 index 0000000..623b261 --- /dev/null +++ b/static/img/svg/bxs-smiley-happy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-smiley-meh.svg b/static/img/svg/bxs-smiley-meh.svg new file mode 100644 index 0000000..a5e4929 --- /dev/null +++ b/static/img/svg/bxs-smiley-meh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-smiley-sad.svg b/static/img/svg/bxs-smiley-sad.svg new file mode 100644 index 0000000..84ee64d --- /dev/null +++ b/static/img/svg/bxs-smiley-sad.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-spectacles.svg b/static/img/svg/bxs-spectacles.svg new file mode 100644 index 0000000..85c8b87 --- /dev/null +++ b/static/img/svg/bxs-spectacles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-spreadsheet.svg b/static/img/svg/bxs-spreadsheet.svg new file mode 100644 index 0000000..339b96a --- /dev/null +++ b/static/img/svg/bxs-spreadsheet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-star.svg b/static/img/svg/bxs-star.svg new file mode 100644 index 0000000..eb75a80 --- /dev/null +++ b/static/img/svg/bxs-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-stop-circle.svg b/static/img/svg/bxs-stop-circle.svg new file mode 100644 index 0000000..d2c643a --- /dev/null +++ b/static/img/svg/bxs-stop-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-stopwatch.svg b/static/img/svg/bxs-stopwatch.svg new file mode 100644 index 0000000..4b2deed --- /dev/null +++ b/static/img/svg/bxs-stopwatch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-store.svg b/static/img/svg/bxs-store.svg new file mode 100644 index 0000000..13c8b36 --- /dev/null +++ b/static/img/svg/bxs-store.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-sun.svg b/static/img/svg/bxs-sun.svg new file mode 100644 index 0000000..0d6df59 --- /dev/null +++ b/static/img/svg/bxs-sun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-t-shirt.svg b/static/img/svg/bxs-t-shirt.svg new file mode 100644 index 0000000..e69bec6 --- /dev/null +++ b/static/img/svg/bxs-t-shirt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-table.svg b/static/img/svg/bxs-table.svg new file mode 100644 index 0000000..fa8dd68 --- /dev/null +++ b/static/img/svg/bxs-table.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-tag-x.svg b/static/img/svg/bxs-tag-x.svg new file mode 100644 index 0000000..0ee9d05 --- /dev/null +++ b/static/img/svg/bxs-tag-x.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-tag.svg b/static/img/svg/bxs-tag.svg new file mode 100644 index 0000000..875a972 --- /dev/null +++ b/static/img/svg/bxs-tag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-task.svg b/static/img/svg/bxs-task.svg new file mode 100644 index 0000000..f254079 --- /dev/null +++ b/static/img/svg/bxs-task.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-tennis-ball.svg b/static/img/svg/bxs-tennis-ball.svg new file mode 100644 index 0000000..70f947c --- /dev/null +++ b/static/img/svg/bxs-tennis-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-terminal.svg b/static/img/svg/bxs-terminal.svg new file mode 100644 index 0000000..3bd1723 --- /dev/null +++ b/static/img/svg/bxs-terminal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-thermometer.svg b/static/img/svg/bxs-thermometer.svg new file mode 100644 index 0000000..9f24d88 --- /dev/null +++ b/static/img/svg/bxs-thermometer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-time.svg b/static/img/svg/bxs-time.svg new file mode 100644 index 0000000..64f9dc3 --- /dev/null +++ b/static/img/svg/bxs-time.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-timer.svg b/static/img/svg/bxs-timer.svg new file mode 100644 index 0000000..7d42333 --- /dev/null +++ b/static/img/svg/bxs-timer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-to-top.svg b/static/img/svg/bxs-to-top.svg new file mode 100644 index 0000000..8216a4b --- /dev/null +++ b/static/img/svg/bxs-to-top.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-toggle-left.svg b/static/img/svg/bxs-toggle-left.svg new file mode 100644 index 0000000..fba0c92 --- /dev/null +++ b/static/img/svg/bxs-toggle-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-toggle-right.svg b/static/img/svg/bxs-toggle-right.svg new file mode 100644 index 0000000..81ba614 --- /dev/null +++ b/static/img/svg/bxs-toggle-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-toggle.svg b/static/img/svg/bxs-toggle.svg new file mode 100644 index 0000000..dec73b7 --- /dev/null +++ b/static/img/svg/bxs-toggle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-torch.svg b/static/img/svg/bxs-torch.svg new file mode 100644 index 0000000..9e957f2 --- /dev/null +++ b/static/img/svg/bxs-torch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-trash-alt.svg b/static/img/svg/bxs-trash-alt.svg new file mode 100644 index 0000000..a2c384f --- /dev/null +++ b/static/img/svg/bxs-trash-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-trash.svg b/static/img/svg/bxs-trash.svg new file mode 100644 index 0000000..a737732 --- /dev/null +++ b/static/img/svg/bxs-trash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-trophy.svg b/static/img/svg/bxs-trophy.svg new file mode 100644 index 0000000..4c2f52a --- /dev/null +++ b/static/img/svg/bxs-trophy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-truck.svg b/static/img/svg/bxs-truck.svg new file mode 100644 index 0000000..5615c42 --- /dev/null +++ b/static/img/svg/bxs-truck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-tv.svg b/static/img/svg/bxs-tv.svg new file mode 100644 index 0000000..255defe --- /dev/null +++ b/static/img/svg/bxs-tv.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-umbrella.svg b/static/img/svg/bxs-umbrella.svg new file mode 100644 index 0000000..f330c39 --- /dev/null +++ b/static/img/svg/bxs-umbrella.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-up-arrow-circle.svg b/static/img/svg/bxs-up-arrow-circle.svg new file mode 100644 index 0000000..21f4763 --- /dev/null +++ b/static/img/svg/bxs-up-arrow-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-up-arrow.svg b/static/img/svg/bxs-up-arrow.svg new file mode 100644 index 0000000..d7650df --- /dev/null +++ b/static/img/svg/bxs-up-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-upvote.svg b/static/img/svg/bxs-upvote.svg new file mode 100644 index 0000000..79ebb4d --- /dev/null +++ b/static/img/svg/bxs-upvote.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-user-check.svg b/static/img/svg/bxs-user-check.svg new file mode 100644 index 0000000..20dd004 --- /dev/null +++ b/static/img/svg/bxs-user-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-user-circle.svg b/static/img/svg/bxs-user-circle.svg new file mode 100644 index 0000000..98b3376 --- /dev/null +++ b/static/img/svg/bxs-user-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-user-detail.svg b/static/img/svg/bxs-user-detail.svg new file mode 100644 index 0000000..123a537 --- /dev/null +++ b/static/img/svg/bxs-user-detail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-user-minus.svg b/static/img/svg/bxs-user-minus.svg new file mode 100644 index 0000000..973978e --- /dev/null +++ b/static/img/svg/bxs-user-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-user-plus.svg b/static/img/svg/bxs-user-plus.svg new file mode 100644 index 0000000..a14180a --- /dev/null +++ b/static/img/svg/bxs-user-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-user-x.svg b/static/img/svg/bxs-user-x.svg new file mode 100644 index 0000000..c32416b --- /dev/null +++ b/static/img/svg/bxs-user-x.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-user.svg b/static/img/svg/bxs-user.svg new file mode 100644 index 0000000..60d295e --- /dev/null +++ b/static/img/svg/bxs-user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-video-off.svg b/static/img/svg/bxs-video-off.svg new file mode 100644 index 0000000..15b1c1e --- /dev/null +++ b/static/img/svg/bxs-video-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-video.svg b/static/img/svg/bxs-video.svg new file mode 100644 index 0000000..8244522 --- /dev/null +++ b/static/img/svg/bxs-video.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-videos.svg b/static/img/svg/bxs-videos.svg new file mode 100644 index 0000000..288530d --- /dev/null +++ b/static/img/svg/bxs-videos.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-volume-full.svg b/static/img/svg/bxs-volume-full.svg new file mode 100644 index 0000000..ea4aa06 --- /dev/null +++ b/static/img/svg/bxs-volume-full.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-volume-low.svg b/static/img/svg/bxs-volume-low.svg new file mode 100644 index 0000000..d53e477 --- /dev/null +++ b/static/img/svg/bxs-volume-low.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-volume-mute.svg b/static/img/svg/bxs-volume-mute.svg new file mode 100644 index 0000000..15209d6 --- /dev/null +++ b/static/img/svg/bxs-volume-mute.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-volume.svg b/static/img/svg/bxs-volume.svg new file mode 100644 index 0000000..c2d2ac1 --- /dev/null +++ b/static/img/svg/bxs-volume.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-wallet.svg b/static/img/svg/bxs-wallet.svg new file mode 100644 index 0000000..e7411db --- /dev/null +++ b/static/img/svg/bxs-wallet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-watch-alt.svg b/static/img/svg/bxs-watch-alt.svg new file mode 100644 index 0000000..812a91e --- /dev/null +++ b/static/img/svg/bxs-watch-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-watch.svg b/static/img/svg/bxs-watch.svg new file mode 100644 index 0000000..2032601 --- /dev/null +++ b/static/img/svg/bxs-watch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-widget.svg b/static/img/svg/bxs-widget.svg new file mode 100644 index 0000000..209f04a --- /dev/null +++ b/static/img/svg/bxs-widget.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-window-close.svg b/static/img/svg/bxs-window-close.svg new file mode 100644 index 0000000..4f3e980 --- /dev/null +++ b/static/img/svg/bxs-window-close.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-window-open.svg b/static/img/svg/bxs-window-open.svg new file mode 100644 index 0000000..6f5fad4 --- /dev/null +++ b/static/img/svg/bxs-window-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-window.svg b/static/img/svg/bxs-window.svg new file mode 100644 index 0000000..7c3de37 --- /dev/null +++ b/static/img/svg/bxs-window.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-windows.svg b/static/img/svg/bxs-windows.svg new file mode 100644 index 0000000..b652815 --- /dev/null +++ b/static/img/svg/bxs-windows.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-world.svg b/static/img/svg/bxs-world.svg new file mode 100644 index 0000000..efb86d1 --- /dev/null +++ b/static/img/svg/bxs-world.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-wrench.svg b/static/img/svg/bxs-wrench.svg new file mode 100644 index 0000000..09a552c --- /dev/null +++ b/static/img/svg/bxs-wrench.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-x-circle.svg b/static/img/svg/bxs-x-circle.svg new file mode 100644 index 0000000..2eca08d --- /dev/null +++ b/static/img/svg/bxs-x-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-zap.svg b/static/img/svg/bxs-zap.svg new file mode 100644 index 0000000..c84f589 --- /dev/null +++ b/static/img/svg/bxs-zap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-zoom-in.svg b/static/img/svg/bxs-zoom-in.svg new file mode 100644 index 0000000..d36d7bd --- /dev/null +++ b/static/img/svg/bxs-zoom-in.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/bxs-zoom-out.svg b/static/img/svg/bxs-zoom-out.svg new file mode 100644 index 0000000..dd05506 --- /dev/null +++ b/static/img/svg/bxs-zoom-out.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/svg/chrome.svg b/static/img/svg/chrome.svg deleted file mode 100644 index bac149c..0000000 --- a/static/img/svg/chrome.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/img/svg/codepen.svg b/static/img/svg/codepen.svg deleted file mode 100644 index b52dd82..0000000 --- a/static/img/svg/codepen.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/img/svg/downvote.svg b/static/img/svg/downvote.svg deleted file mode 100644 index 5bd1125..0000000 --- a/static/img/svg/downvote.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/img/svg/dribbble.svg b/static/img/svg/dribbble.svg deleted file mode 100644 index 43422fa..0000000 --- a/static/img/svg/dribbble.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/img/svg/eraser.svg b/static/img/svg/eraser.svg deleted file mode 100644 index efa70f9..0000000 --- a/static/img/svg/eraser.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/img/svg/facebook-alt.svg b/static/img/svg/facebook-alt.svg deleted file mode 100644 index b4262c2..0000000 --- a/static/img/svg/facebook-alt.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/img/svg/facebook.svg b/static/img/svg/facebook.svg deleted file mode 100644 index 25c10c4..0000000 --- a/static/img/svg/facebook.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/img/svg/github.svg b/static/img/svg/github.svg deleted file mode 100644 index 1ece9dd..0000000 --- a/static/img/svg/github.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/img/svg/google.svg b/static/img/svg/google.svg deleted file mode 100644 index d6181ee..0000000 --- a/static/img/svg/google.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/img/svg/instagram.svg b/static/img/svg/instagram.svg deleted file mode 100644 index c3d9828..0000000 --- a/static/img/svg/instagram.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/img/svg/linkedin.svg b/static/img/svg/linkedin.svg deleted file mode 100644 index 445b9a4..0000000 --- a/static/img/svg/linkedin.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/img/svg/navigation.svg b/static/img/svg/navigation.svg deleted file mode 100644 index 7d56180..0000000 --- a/static/img/svg/navigation.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/img/svg/stumble-upon.svg b/static/img/svg/stumble-upon.svg deleted file mode 100644 index a0c1391..0000000 --- a/static/img/svg/stumble-upon.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/img/svg/tumblr.svg b/static/img/svg/tumblr.svg deleted file mode 100644 index 477399c..0000000 --- a/static/img/svg/tumblr.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/img/svg/twitter.svg b/static/img/svg/twitter.svg deleted file mode 100644 index 7d84723..0000000 --- a/static/img/svg/twitter.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/img/svg/upvote.svg b/static/img/svg/upvote.svg deleted file mode 100644 index 8e12fa5..0000000 --- a/static/img/svg/upvote.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/img/svg/vimeo.svg b/static/img/svg/vimeo.svg deleted file mode 100644 index 5411dcc..0000000 --- a/static/img/svg/vimeo.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/img/svg/whatsapp.svg b/static/img/svg/whatsapp.svg deleted file mode 100644 index 1452926..0000000 --- a/static/img/svg/whatsapp.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/img/svg/youtube.svg b/static/img/svg/youtube.svg deleted file mode 100644 index 89df8dc..0000000 --- a/static/img/svg/youtube.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file