diff --git a/README.md b/README.md index 0945ac0..93e78cc 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ _High Quality web friendly icons_ 'Boxicons' is a carefully designed open source iconset with 700+ icons. It's crafted to look enrich your website/app experience. -_Announcing Boxicons v1.8.0!_ +_Announcing Boxicons v1.8.1!_ -Total of 804 icons in regular, solid styles. +Total of 820 icons in regular, solid styles. - Woff2 font added - new icons added diff --git a/dist/boxicons.js b/dist/boxicons.js index 4861edf..5ddf3b7 100644 --- a/dist/boxicons.js +++ b/dist/boxicons.js @@ -1,2 +1,2 @@ -!function(t,e,n,r,o){function a(){var t=[];return t.isDone=!1,t.exec=function(){t.splice(0).forEach(function(t){t()})},t.then=function(e){return t.isDone?e():t.push(e),t},t}function i(t){var e=a(),n=r.createElement("script");return n.type="text/javascript",n.readyState?n.onreadystatechange=function(){"loaded"!=n.readyState&&"complete"!=n.readyState||(n.onreadystatechange=null,e.isDone=!0,e.exec())}:n.onload=function(){e.isDone=!0,e.exec()},n.src=t,r.getElementsByTagName("head")[0].appendChild(n),n.then=e.then,n}if("customElements"in n)o();else{if(n.AWAITING_WEB_COMPONENTS_POLYFILL)return void n.AWAITING_WEB_COMPONENTS_POLYFILL.then(o);var s=n.AWAITING_WEB_COMPONENTS_POLYFILL=a();s.then(o);var f=n.WEB_COMPONENTS_POLYFILL||"//cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.0.2/webcomponents-bundle.js",c=n.ES6_CORE_POLYFILL||"//cdnjs.cloudflare.com/ajax/libs/core-js/2.5.3/core.min.js";"Promise"in n?i(f).then(function(){s.isDone=!0,s.exec()}):i(c).then(function(){i(f).then(function(){s.isDone=!0,s.exec()})})}}(0,0,window,document,function(){!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.BoxIconElement=e():t.BoxIconElement=e()}("undefined"!=typeof self?self:this,function(){return function(t){function e(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,e),o.l=!0,o.exports}var n={};return e.m=t,e.c=n,e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:r})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=1)}([function(t,e){function n(t,e){var n=t[1]||"",o=t[3];if(!o)return n;if(e&&"function"==typeof btoa){var a=r(o);return[n].concat(o.sources.map(function(t){return"/*# sourceURL="+o.sourceRoot+t+" */"})).concat([a]).join("\n")}return[n].join("\n")}function r(t){return"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(t))))+" */"}t.exports=function(t){var e=[];return e.toString=function(){return this.map(function(e){var r=n(e,t);return e[2]?"@media "+e[2]+"{"+r+"}":r}).join("")},e.i=function(t,n){"string"==typeof t&&(t=[[null,t,""]]);for(var r={},o=0;o\n:host {\n display: inline-block;\n font-size: initial;\n box-sizing: border-box;\n width: 24px;\n height: 24px;\n}\n:host([size=xs]) {\n width: 0.8rem;\n height: 0.8rem;\n}\n:host([size=sm]) {\n width: 1.55rem;\n height: 1.55rem;\n}\n:host([size=md]) {\n width: 2.25rem;\n height: 2.25rem;\n}\n:host([size=lg]) {\n width: 3.0rem;\n height: 3.0rem;\n}\n\n:host([size]:not([size=""]):not([size=xs]):not([size=sm]):not([size=md]):not([size=lg])) {\n width: auto;\n height: auto;\n}\n:host([pull=left]) #icon {\n float: left;\n margin-right: .3em!important;\n}\n:host([pull=right]) #icon {\n float: right;\n margin-left: .3em!important;\n}\n:host([border=square]) #icon {\n padding: .25em;\n border: .07em solid rgba(0,0,0,.1);\n border-radius: .25em;\n}\n:host([border=circle]) #icon {\n padding: .25em;\n border: .07em solid rgba(0,0,0,.1);\n border-radius: 50%;\n}\n#icon,\nsvg {\n width: 100%;\n height: 100%;\n}\n#icon {\n box-sizing: border-box;\n} \n'+l.a+"\n"+u.a+'\n\n
';var x=b(function(t){function e(){r(this,e);var t=o(this,(e.__proto__||Object.getPrototypeOf(e)).call(this));return t.$ui=t.attachShadow({mode:"open"}),t.$ui.appendChild(t.ownerDocument.importNode(g.content,!0)),w()&&h.ShadyCSS.styleElement(t),t._state={$iconHolder:t.$ui.getElementById("icon"),type:t.getAttribute("type")},t}return a(e,t),p(e,null,[{key:"getIconSvg",value:function(t,e){var n=this.cdnUrl+"/regular/bx-"+t+".svg";return"solid"===e?n=this.cdnUrl+"/solid/bxs-"+t+".svg":"logo"===e&&(n=this.cdnUrl+"/logos/bxl-"+t+".svg"),n&&y[n]?y[n]:(y[n]=new Promise(function(t,e){var r=new XMLHttpRequest;r.addEventListener("load",function(){if(this.status<200||this.status>=300)return void e(new Error(this.status+" "+this.responseText));t(this.responseText)}),r.onerror=e,r.onabort=e,r.open("GET",n),r.send()}),y[n])}},{key:"define",value:function(t){t=t||this.tagName,w()&&h.ShadyCSS.prepareTemplate(g,t),customElements.define(t,this)}},{key:"cdnUrl",get:function(){return"//unpkg.com/boxicons@1.8.0/svg"}},{key:"tagName",get:function(){return"box-icon"}},{key:"observedAttributes",get:function(){return["type","name","color","size","rotate","flip","animation","border","pull"]}}]),p(e,[{key:"attributeChangedCallback",value:function(t,e,n){var r=this._state.$iconHolder;switch(t){case"type":i(this,e,n);break;case"name":s(this,e,n);break;case"color":r.style.fill=n||"";break;case"size":f(this,e,n);break;case"rotate":e&&r.classList.remove("bx-rotate-"+e),n&&r.classList.add("bx-rotate-"+n);break;case"flip":e&&r.classList.remove("bx-flip-"+e),n&&r.classList.add("bx-flip-"+n);break;case"animation":e&&r.classList.remove("bx-"+e),n&&r.classList.add("bx-"+n)}}},{key:"connectedCallback",value:function(){w()&&h.ShadyCSS.styleElement(this)}}]),e}(HTMLElement))},function(t,e,n){var r=n(4);t.exports="string"==typeof r?r:r.toString()},function(t,e,n){e=t.exports=n(0)(!1),e.push([t.i,"@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-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%{opacity:1}45%{opacity:0}90%{opacity:1}}@keyframes flashing{0%{opacity:1}45%{opacity:0}90%{opacity:1}}@-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{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.95,.95,.95) rotate(-10deg);transform:scale3d(.95,.95,.95) rotate(-10deg)}30%,50%,70%,90%{-webkit-transform:scaleX(1) rotate(10deg);transform:scaleX(1) rotate(10deg)}40%,60%,80%{-webkit-transform:scaleX(1) rotate(-10deg);transform:scaleX(1) rotate(-10deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.95,.95,.95) rotate(-10deg);transform:scale3d(.95,.95,.95) rotate(-10deg)}30%,50%,70%,90%{-webkit-transform:scaleX(1) rotate(10deg);transform:scaleX(1) rotate(10deg)}40%,60%,80%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.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}",""])},function(t,e,n){var r=n(6);t.exports="string"==typeof r?r:r.toString()},function(t,e,n){e=t.exports=n(0)(!1),e.push([t.i,'.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)"}',""])}])})}); +!function(t,e,n,r,o){function a(){var t=[];return t.isDone=!1,t.exec=function(){t.splice(0).forEach(function(t){t()})},t.then=function(e){return t.isDone?e():t.push(e),t},t}function i(t){var e=a(),n=r.createElement("script");return n.type="text/javascript",n.readyState?n.onreadystatechange=function(){"loaded"!=n.readyState&&"complete"!=n.readyState||(n.onreadystatechange=null,e.isDone=!0,e.exec())}:n.onload=function(){e.isDone=!0,e.exec()},n.src=t,r.getElementsByTagName("head")[0].appendChild(n),n.then=e.then,n}if("customElements"in n)o();else{if(n.AWAITING_WEB_COMPONENTS_POLYFILL)return void n.AWAITING_WEB_COMPONENTS_POLYFILL.then(o);var s=n.AWAITING_WEB_COMPONENTS_POLYFILL=a();s.then(o);var f=n.WEB_COMPONENTS_POLYFILL||"//cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.0.2/webcomponents-bundle.js",c=n.ES6_CORE_POLYFILL||"//cdnjs.cloudflare.com/ajax/libs/core-js/2.5.3/core.min.js";"Promise"in n?i(f).then(function(){s.isDone=!0,s.exec()}):i(c).then(function(){i(f).then(function(){s.isDone=!0,s.exec()})})}}(0,0,window,document,function(){!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.BoxIconElement=e():t.BoxIconElement=e()}("undefined"!=typeof self?self:this,function(){return function(t){function e(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,e),o.l=!0,o.exports}var n={};return e.m=t,e.c=n,e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:r})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=1)}([function(t,e){function n(t,e){var n=t[1]||"",o=t[3];if(!o)return n;if(e&&"function"==typeof btoa){var a=r(o);return[n].concat(o.sources.map(function(t){return"/*# sourceURL="+o.sourceRoot+t+" */"})).concat([a]).join("\n")}return[n].join("\n")}function r(t){return"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(t))))+" */"}t.exports=function(t){var e=[];return e.toString=function(){return this.map(function(e){var r=n(e,t);return e[2]?"@media "+e[2]+"{"+r+"}":r}).join("")},e.i=function(t,n){"string"==typeof t&&(t=[[null,t,""]]);for(var r={},o=0;o\n:host {\n display: inline-block;\n font-size: initial;\n box-sizing: border-box;\n width: 24px;\n height: 24px;\n}\n:host([size=xs]) {\n width: 0.8rem;\n height: 0.8rem;\n}\n:host([size=sm]) {\n width: 1.55rem;\n height: 1.55rem;\n}\n:host([size=md]) {\n width: 2.25rem;\n height: 2.25rem;\n}\n:host([size=lg]) {\n width: 3.0rem;\n height: 3.0rem;\n}\n\n:host([size]:not([size=""]):not([size=xs]):not([size=sm]):not([size=md]):not([size=lg])) {\n width: auto;\n height: auto;\n}\n:host([pull=left]) #icon {\n float: left;\n margin-right: .3em!important;\n}\n:host([pull=right]) #icon {\n float: right;\n margin-left: .3em!important;\n}\n:host([border=square]) #icon {\n padding: .25em;\n border: .07em solid rgba(0,0,0,.1);\n border-radius: .25em;\n}\n:host([border=circle]) #icon {\n padding: .25em;\n border: .07em solid rgba(0,0,0,.1);\n border-radius: 50%;\n}\n#icon,\nsvg {\n width: 100%;\n height: 100%;\n}\n#icon {\n box-sizing: border-box;\n} \n'+l.a+"\n"+u.a+'\n\n
';var x=b(function(t){function e(){r(this,e);var t=o(this,(e.__proto__||Object.getPrototypeOf(e)).call(this));return t.$ui=t.attachShadow({mode:"open"}),t.$ui.appendChild(t.ownerDocument.importNode(g.content,!0)),w()&&h.ShadyCSS.styleElement(t),t._state={$iconHolder:t.$ui.getElementById("icon"),type:t.getAttribute("type")},t}return a(e,t),p(e,null,[{key:"getIconSvg",value:function(t,e){var n=this.cdnUrl+"/regular/bx-"+t+".svg";return"solid"===e?n=this.cdnUrl+"/solid/bxs-"+t+".svg":"logo"===e&&(n=this.cdnUrl+"/logos/bxl-"+t+".svg"),n&&y[n]?y[n]:(y[n]=new Promise(function(t,e){var r=new XMLHttpRequest;r.addEventListener("load",function(){if(this.status<200||this.status>=300)return void e(new Error(this.status+" "+this.responseText));t(this.responseText)}),r.onerror=e,r.onabort=e,r.open("GET",n),r.send()}),y[n])}},{key:"define",value:function(t){t=t||this.tagName,w()&&h.ShadyCSS.prepareTemplate(g,t),customElements.define(t,this)}},{key:"cdnUrl",get:function(){return"//unpkg.com/boxicons@1.8.1/svg"}},{key:"tagName",get:function(){return"box-icon"}},{key:"observedAttributes",get:function(){return["type","name","color","size","rotate","flip","animation","border","pull"]}}]),p(e,[{key:"attributeChangedCallback",value:function(t,e,n){var r=this._state.$iconHolder;switch(t){case"type":i(this,e,n);break;case"name":s(this,e,n);break;case"color":r.style.fill=n||"";break;case"size":f(this,e,n);break;case"rotate":e&&r.classList.remove("bx-rotate-"+e),n&&r.classList.add("bx-rotate-"+n);break;case"flip":e&&r.classList.remove("bx-flip-"+e),n&&r.classList.add("bx-flip-"+n);break;case"animation":e&&r.classList.remove("bx-"+e),n&&r.classList.add("bx-"+n)}}},{key:"connectedCallback",value:function(){w()&&h.ShadyCSS.styleElement(this)}}]),e}(HTMLElement))},function(t,e,n){var r=n(4);t.exports="string"==typeof r?r:r.toString()},function(t,e,n){e=t.exports=n(0)(!1),e.push([t.i,"@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-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%{opacity:1}45%{opacity:0}90%{opacity:1}}@keyframes flashing{0%{opacity:1}45%{opacity:0}90%{opacity:1}}@-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{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.95,.95,.95) rotate(-10deg);transform:scale3d(.95,.95,.95) rotate(-10deg)}30%,50%,70%,90%{-webkit-transform:scaleX(1) rotate(10deg);transform:scaleX(1) rotate(10deg)}40%,60%,80%{-webkit-transform:scaleX(1) rotate(-10deg);transform:scaleX(1) rotate(-10deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.95,.95,.95) rotate(-10deg);transform:scale3d(.95,.95,.95) rotate(-10deg)}30%,50%,70%,90%{-webkit-transform:scaleX(1) rotate(10deg);transform:scaleX(1) rotate(10deg)}40%,60%,80%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.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}",""])},function(t,e,n){var r=n(6);t.exports="string"==typeof r?r:r.toString()},function(t,e,n){e=t.exports=n(0)(!1),e.push([t.i,'.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)"}',""])}])})}); //# sourceMappingURL=boxicons.js.map \ No newline at end of file diff --git a/index.html b/index.html index c87fc9c..c1dba29 100644 --- a/index.html +++ b/index.html @@ -68,6 +68,6 @@
- + diff --git a/package.json b/package.json index c437c4a..663cd52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "boxicons", - "version": "1.8.0", + "version": "1.8.1", "private": true, "description": "High Quality web friendly icons", "scripts": { diff --git a/static/css/boxicons.css b/static/css/boxicons.css index 36547b4..ec77812 100644 --- a/static/css/boxicons.css +++ b/static/css/boxicons.css @@ -522,2416 +522,2463 @@ border-radius: 50%; } - -.bxl-android:before { +.bx-adjust:before { content: "\e900"; } -.bxl-apple:before { +.bx-alarm:before { content: "\e901"; } -.bxl-behance:before { +.bx-alarm-off:before { content: "\e902"; } -.bxl-bitcoin:before { +.bx-album:before { content: "\e903"; } -.bxl-blogger:before { +.bx-align-justify:before { content: "\e904"; } -.bxl-discord:before { +.bx-align-left:before { content: "\e905"; } -.bxl-dribbble:before { +.bx-align-middle:before { content: "\e906"; } -.bxl-facebook:before { +.bx-align-right:before { content: "\e907"; } -.bxl-facebook-square:before { +.bx-analyse:before { content: "\e908"; } -.bxl-github:before { +.bx-anchor:before { content: "\e909"; } -.bxl-google:before { +.bx-aperture:before { content: "\e90a"; } -.bxl-google-plus:before { +.bx-archive:before { content: "\e90b"; } -.bxl-google-plus-circle:before { +.bx-archive-in:before { content: "\e90c"; } -.bxl-instagram:before { +.bx-archive-out:before { content: "\e90d"; } -.bxl-linkedin:before { +.bx-area:before { content: "\e90e"; } -.bxl-linkedin-square:before { +.bx-arrow-back:before { content: "\e90f"; } -.bxl-medium:before { +.bx-asterisk:before { content: "\e910"; } -.bxl-medium-square:before { +.bx-at:before { content: "\e911"; } -.bxl-messenger:before { +.bx-award:before { content: "\e912"; } -.bxl-pinterest:before { +.bx-badge:before { content: "\e913"; } -.bxl-play-store:before { +.bx-ball:before { content: "\e914"; } -.bxl-pocket:before { +.bx-bar-chart:before { content: "\e915"; } -.bxl-reddit:before { +.bx-bar-chart-alt:before { content: "\e916"; } -.bxl-skype:before { +.bx-bar-chart-square:before { content: "\e917"; } -.bxl-slack:before { +.bx-barcode:before { content: "\e918"; } -.bxl-slack-rounded:before { +.bx-basketball:before { content: "\e919"; } -.bxl-tumblr:before { +.bx-bath:before { content: "\e91a"; } -.bxl-twitch:before { +.bx-battery:before { content: "\e91b"; } -.bxl-twitter:before { +.bx-battery-charging:before { content: "\e91c"; } -.bxl-twitter-square:before { +.bx-battery-full:before { content: "\e91d"; } -.bxl-vimeo:before { +.bx-battery-low:before { content: "\e91e"; } -.bxl-vk:before { +.bx-bed:before { content: "\e91f"; } -.bxl-whatsapp:before { +.bx-bell:before { content: "\e920"; } -.bxl-windows:before { +.bx-bell-minus:before { content: "\e921"; } -.bxl-youtube:before { +.bx-bell-off:before { content: "\e922"; } -.bx-adjust:before { +.bx-bell-plus:before { content: "\e923"; } -.bx-alarm:before { +.bx-bell-ring:before { content: "\e924"; } -.bx-alarm-off:before { +.bx-bicycle:before { content: "\e925"; } -.bx-album:before { +.bx-block:before { content: "\e926"; } -.bx-align-justify:before { +.bx-bluetooth:before { content: "\e927"; } -.bx-align-left:before { +.bx-body:before { content: "\e928"; } -.bx-align-middle:before { +.bx-bold:before { content: "\e929"; } -.bx-align-right:before { +.bx-bolt:before { content: "\e92a"; } -.bx-analyse:before { +.bx-book:before { content: "\e92b"; } -.bx-anchor:before { +.bx-book-bookmark:before { content: "\e92c"; } -.bx-aperture:before { +.bx-bookmark:before { content: "\e92d"; } -.bx-archive:before { +.bx-bookmark-minus:before { content: "\e92e"; } -.bx-archive-in:before { +.bx-bookmark-plus:before { content: "\e92f"; } -.bx-archive-out:before { +.bx-bookmarks:before { content: "\e930"; } -.bx-area:before { +.bx-bookmark-star:before { content: "\e931"; } -.bx-arrow-back:before { +.bx-book-open:before { content: "\e932"; } -.bx-asterisk:before { +.bx-bot:before { content: "\e933"; } -.bx-at:before { +.bx-box:before { content: "\e934"; } -.bx-award:before { +.bx-briefcase:before { content: "\e935"; } -.bx-ball:before { +.bx-briefcase-alt:before { content: "\e936"; } -.bx-bar-chart:before { +.bx-broadcast:before { content: "\e937"; } -.bx-bar-chart-alt:before { +.bx-bug:before { content: "\e938"; } -.bx-bar-chart-square:before { +.bx-building:before { content: "\e939"; } -.bx-barcode:before { +.bx-bulb:before { content: "\e93a"; } -.bx-basketball:before { +.bx-bullseye:before { content: "\e93b"; } -.bx-bath:before { +.bx-buoy:before { content: "\e93c"; } -.bx-battery:before { +.bx-bus:before { content: "\e93d"; } -.bx-battery-charging:before { +.bx-calculator:before { content: "\e93e"; } -.bx-battery-full:before { +.bx-calendar:before { content: "\e93f"; } -.bx-battery-low:before { +.bx-calendar-alt:before { content: "\e940"; } -.bx-bed:before { +.bx-calendar-check:before { content: "\e941"; } -.bx-bell:before { +.bx-calendar-minus:before { content: "\e942"; } -.bx-bell-minus:before { +.bx-calendar-plus:before { content: "\e943"; } -.bx-bell-off:before { +.bx-calendar-x:before { content: "\e944"; } -.bx-bell-plus:before { +.bx-camera:before { content: "\e945"; } -.bx-bell-ring:before { +.bx-camera-alt:before { content: "\e946"; } -.bx-bicycle:before { +.bx-camera-off:before { content: "\e947"; } -.bx-block:before { +.bx-capsule:before { content: "\e948"; } -.bx-bluetooth:before { +.bx-captions:before { content: "\e949"; } -.bx-body:before { +.bx-car:before { content: "\e94a"; } -.bx-bold:before { +.bx-card:before { content: "\e94b"; } -.bx-bolt:before { +.bx-carousel:before { content: "\e94c"; } -.bx-book:before { +.bx-cart:before { content: "\e94d"; } -.bx-book-bookmark:before { +.bx-cart-alt:before { content: "\e94e"; } -.bx-bookmark:before { +.bx-cast:before { content: "\e94f"; } -.bx-bookmark-minus:before { +.bx-certification:before { content: "\e950"; } -.bx-bookmark-plus:before { +.bx-chalkboard:before { content: "\e951"; } -.bx-bookmarks:before { +.bx-chart:before { content: "\e952"; } -.bx-bookmark-star:before { +.bx-check:before { content: "\e953"; } -.bx-book-open:before { +.bx-checkbox:before { content: "\e954"; } -.bx-bot:before { +.bx-checkbox-checked:before { content: "\e955"; } -.bx-box:before { +.bx-checkbox-square:before { content: "\e956"; } -.bx-briefcase:before { +.bx-check-circle:before { content: "\e957"; } -.bx-briefcase-alt:before { +.bx-check-double:before { content: "\e958"; } -.bx-broadcast:before { +.bx-chevron-down:before { content: "\e959"; } -.bx-bug:before { +.bx-chevron-left:before { content: "\e95a"; } -.bx-building:before { +.bx-chevron-right:before { content: "\e95b"; } -.bx-bulb:before { +.bx-chevrons-down:before { content: "\e95c"; } -.bx-bullseye:before { +.bx-chevrons-left:before { content: "\e95d"; } -.bx-buoy:before { +.bx-chevrons-right:before { content: "\e95e"; } -.bx-bus:before { +.bx-chevrons-up:before { content: "\e95f"; } -.bx-calculator:before { +.bx-chevron-up:before { content: "\e960"; } -.bx-calendar:before { +.bx-chip:before { content: "\e961"; } -.bx-calendar-alt:before { +.bx-circle:before { content: "\e962"; } -.bx-calendar-check:before { +.bx-clipboard:before { content: "\e963"; } -.bx-calendar-minus:before { +.bx-closet:before { content: "\e964"; } -.bx-calendar-plus:before { +.bx-cloud:before { content: "\e965"; } -.bx-calendar-x:before { +.bx-cloud-download:before { content: "\e966"; } -.bx-camera:before { +.bx-cloud-drizzle:before { content: "\e967"; } -.bx-camera-alt:before { +.bx-cloud-lightning:before { content: "\e968"; } -.bx-camera-off:before { +.bx-cloud-light-rain:before { content: "\e969"; } -.bx-capsule:before { +.bx-cloud-rain:before { content: "\e96a"; } -.bx-captions:before { +.bx-cloud-snow:before { content: "\e96b"; } -.bx-car:before { +.bx-cloud-upload:before { content: "\e96c"; } -.bx-carousel:before { +.bx-code:before { content: "\e96d"; } -.bx-cart:before { +.bx-code-block:before { content: "\e96e"; } -.bx-cart-alt:before { +.bx-code-curly:before { content: "\e96f"; } -.bx-cast:before { +.bx-coffee:before { content: "\e970"; } -.bx-categories:before { +.bx-cog:before { content: "\e971"; } -.bx-certification:before { +.bx-collapse:before { content: "\e972"; } -.bx-chalkboard:before { +.bx-collection:before { content: "\e973"; } -.bx-chart:before { +.bx-color-fill:before { content: "\e974"; } -.bx-check:before { +.bx-columns:before { content: "\e975"; } -.bx-checkbox:before { +.bx-command:before { content: "\e976"; } -.bx-checkbox-checked:before { +.bx-compass:before { content: "\e977"; } -.bx-checkbox-square:before { +.bx-contact:before { content: "\e978"; } -.bx-check-circle:before { +.bx-conversation:before { content: "\e979"; } -.bx-check-double:before { +.bx-copy:before { content: "\e97a"; } -.bx-chevron-down:before { +.bx-copyright:before { content: "\e97b"; } -.bx-chevron-left:before { +.bx-coupon:before { content: "\e97c"; } -.bx-chevron-right:before { +.bx-credit-card:before { content: "\e97d"; } -.bx-chevrons-down:before { +.bx-crop:before { content: "\e97e"; } -.bx-chevrons-left:before { +.bx-crosshair:before { content: "\e97f"; } -.bx-chevrons-right:before { +.bx-crown:before { content: "\e980"; } -.bx-chevrons-up:before { +.bx-cube:before { content: "\e981"; } -.bx-chevron-up:before { +.bx-cut:before { content: "\e982"; } -.bx-chip:before { +.bx-dashboard:before { content: "\e983"; } -.bx-circle:before { +.bx-data:before { content: "\e984"; } -.bx-clipboard:before { +.bx-desktop:before { content: "\e985"; } -.bx-closet:before { +.bx-detail:before { content: "\e986"; } -.bx-cloud:before { +.bx-dialpad:before { content: "\e987"; } -.bx-cloud-download:before { +.bx-diamond:before { content: "\e988"; } -.bx-cloud-drizzle:before { +.bx-directions:before { content: "\e989"; } -.bx-cloud-lightning:before { +.bx-disc:before { content: "\e98a"; } -.bx-cloud-light-rain:before { +.bx-discount:before { content: "\e98b"; } -.bx-cloud-rain:before { +.bx-dislike:before { content: "\e98c"; } -.bx-cloud-snow:before { +.bx-dock-bottom:before { content: "\e98d"; } -.bx-cloud-upload:before { +.bx-dock-left:before { content: "\e98e"; } -.bx-code:before { +.bx-dock-right:before { content: "\e98f"; } -.bx-code-block:before { +.bx-dock-top:before { content: "\e990"; } -.bx-code-curly:before { +.bx-documentation:before { content: "\e991"; } -.bx-coffee:before { +.bx-dollar:before { content: "\e992"; } -.bx-cog:before { +.bx-dollar-circle:before { content: "\e993"; } -.bx-collapse:before { +.bx-dots-horizontal:before { content: "\e994"; } -.bx-collection:before { +.bx-dots-horizontal-rounded:before { content: "\e995"; } -.bx-color-fill:before { +.bx-dots-vertical:before { content: "\e996"; } -.bx-columns:before { +.bx-dots-vertical-rounded:before { content: "\e997"; } -.bx-command:before { +.bx-down-arrow:before { content: "\e998"; } -.bx-compass:before { +.bx-down-arrow-circle:before { content: "\e999"; } -.bx-contact:before { +.bx-download:before { content: "\e99a"; } -.bx-conversation:before { +.bx-downvote:before { content: "\e99b"; } -.bx-copy:before { +.bx-drink:before { content: "\e99c"; } -.bx-copyright:before { +.bx-droplet:before { content: "\e99d"; } -.bx-coupon:before { +.bx-dumbbell:before { content: "\e99e"; } -.bx-credit-card:before { +.bx-duplicate:before { content: "\e99f"; } -.bx-crop:before { +.bx-edit:before { content: "\e9a0"; } -.bx-crosshair:before { +.bx-eject:before { content: "\e9a1"; } -.bx-crown:before { +.bx-envelope:before { content: "\e9a2"; } -.bx-cube:before { +.bx-equalizer:before { content: "\e9a3"; } -.bx-cut:before { +.bx-eraser:before { content: "\e9a4"; } -.bx-dashboard:before { +.bx-error:before { content: "\e9a5"; } -.bx-data:before { +.bx-error-circle:before { content: "\e9a6"; } -.bx-desktop:before { +.bx-exclamation:before { content: "\e9a7"; } -.bx-detail:before { +.bx-exit-fullscreen:before { content: "\e9a8"; } -.bx-dialpad:before { +.bx-expand:before { content: "\e9a9"; } -.bx-diamond:before { +.bx-export:before { content: "\e9aa"; } -.bx-directions:before { +.bx-eyedropper:before { content: "\e9ab"; } -.bx-disc:before { +.bx-fast-forward:before { content: "\e9ac"; } -.bx-discount:before { +.bx-fast-forward-circle:before { content: "\e9ad"; } -.bx-dislike:before { +.bx-female:before { content: "\e9ae"; } -.bx-dock-bottom:before { +.bx-file:before { content: "\e9af"; } -.bx-dock-left:before { +.bx-file-blank:before { content: "\e9b0"; } -.bx-dock-right:before { +.bx-file-image:before { content: "\e9b1"; } -.bx-dock-top:before { +.bx-file-plus:before { content: "\e9b2"; } -.bx-documentation:before { +.bx-files:before { content: "\e9b3"; } -.bx-dollar:before { +.bx-film:before { content: "\e9b4"; } -.bx-dollar-circle:before { +.bx-filter:before { content: "\e9b5"; } -.bx-dots-horizontal:before { +.bx-filter-alt:before { content: "\e9b6"; } -.bx-dots-horizontal-rounded:before { +.bx-fingerprint:before { content: "\e9b7"; } -.bx-dots-vertical:before { +.bx-first-aid:before { content: "\e9b8"; } -.bx-dots-vertical-rounded:before { +.bx-first-page:before { content: "\e9b9"; } -.bx-down-arrow:before { +.bx-flag:before { content: "\e9ba"; } -.bx-down-arrow-circle:before { +.bx-flag-alt:before { content: "\e9bb"; } -.bx-download:before { +.bx-flask:before { content: "\e9bc"; } -.bx-download-alt:before { +.bx-folder:before { content: "\e9bd"; } -.bx-downvote:before { +.bx-folder-minus:before { content: "\e9be"; } -.bx-drink:before { +.bx-folder-open:before { content: "\e9bf"; } -.bx-droplet:before { +.bx-folder-plus:before { content: "\e9c0"; } -.bx-dumbbell:before { +.bx-font:before { content: "\e9c1"; } -.bx-duplicate:before { +.bx-font-color:before { content: "\e9c2"; } -.bx-edit:before { +.bx-font-size:before { content: "\e9c3"; } -.bx-eject:before { +.bx-football:before { content: "\e9c4"; } -.bx-envelope:before { +.bx-fullscreen:before { content: "\e9c5"; } -.bx-equalizer:before { +.bx-gift:before { content: "\e9c6"; } -.bx-eraser:before { +.bx-git-branch:before { content: "\e9c7"; } -.bx-error:before { +.bx-git-commit:before { content: "\e9c8"; } -.bx-error-circle:before { +.bx-git-compare:before { content: "\e9c9"; } -.bx-exclamation:before { +.bx-git-merge:before { content: "\e9ca"; } -.bx-exit-fullscreen:before { +.bx-git-pull-request:before { content: "\e9cb"; } -.bx-expand:before { +.bx-git-repo-forked:before { content: "\e9cc"; } -.bx-export:before { +.bx-glasses:before { content: "\e9cd"; } -.bx-eyedropper:before { +.bx-globe:before { content: "\e9ce"; } -.bx-fast-forward:before { +.bx-globe-alt:before { content: "\e9cf"; } -.bx-fast-forward-circle:before { +.bx-grid:before { content: "\e9d0"; } -.bx-female:before { +.bx-grid-alt:before { content: "\e9d1"; } -.bx-file:before { +.bx-grid-horizontal:before { content: "\e9d2"; } -.bx-file-blank:before { +.bx-grid-small:before { content: "\e9d3"; } -.bx-file-image:before { +.bx-grid-vertical:before { content: "\e9d4"; } -.bx-file-plus:before { +.bx-group:before { content: "\e9d5"; } -.bx-files:before { +.bx-handicap:before { content: "\e9d6"; } -.bx-film:before { +.bx-hash:before { content: "\e9d7"; } -.bx-filter:before { +.bx-hdd:before { content: "\e9d8"; } -.bx-filter-alt:before { +.bx-heading:before { content: "\e9d9"; } -.bx-fingerprint:before { +.bx-headphone:before { content: "\e9da"; } -.bx-first-aid:before { +.bx-heart:before { content: "\e9db"; } -.bx-first-page:before { +.bx-help-circle:before { content: "\e9dc"; } -.bx-flag:before { +.bx-hexagon:before { content: "\e9dd"; } -.bx-flag-alt:before { +.bx-hide:before { content: "\e9de"; } -.bx-flask:before { +.bx-highlight:before { content: "\e9df"; } -.bx-folder:before { +.bx-history:before { content: "\e9e0"; } -.bx-folder-minus:before { +.bx-home:before { content: "\e9e1"; } -.bx-folder-open:before { +.bx-home-alt:before { content: "\e9e2"; } -.bx-folder-plus:before { +.bx-horizontal-center:before { content: "\e9e3"; } -.bx-font:before { +.bx-hot:before { content: "\e9e4"; } -.bx-font-color:before { +.bx-hotel:before { content: "\e9e5"; } -.bx-font-size:before { +.bx-hourglass:before { content: "\e9e6"; } -.bx-football:before { +.bx-id-card:before { content: "\e9e7"; } -.bx-fullscreen:before { +.bx-idea:before { content: "\e9e8"; } -.bx-gift:before { +.bx-image:before { content: "\e9e9"; } -.bx-git-branch:before { +.bx-image-alt:before { content: "\e9ea"; } -.bx-git-commit:before { +.bx-images:before { content: "\e9eb"; } -.bx-git-compare:before { +.bx-import:before { content: "\e9ec"; } -.bx-git-merge:before { +.bx-inbox:before { content: "\e9ed"; } -.bx-git-pull-request:before { +.bx-infinite:before { content: "\e9ee"; } -.bx-git-repo-forked:before { +.bx-info:before { content: "\e9ef"; } -.bx-glasses:before { +.bx-info-circle:before { content: "\e9f0"; } -.bx-globe:before { +.bx-italic:before { content: "\e9f1"; } -.bx-globe-alt:before { +.bx-joystick:before { content: "\e9f2"; } -.bx-grid:before { +.bx-joystick-alt:before { content: "\e9f3"; } -.bx-grid-alt:before { +.bx-key:before { content: "\e9f4"; } -.bx-group:before { +.bx-laptop:before { content: "\e9f5"; } -.bx-handicap:before { +.bx-last-page:before { content: "\e9f6"; } -.bx-hash:before { +.bx-layer:before { content: "\e9f7"; } -.bx-hdd:before { +.bx-layout:before { content: "\e9f8"; } -.bx-heading:before { +.bx-left-arrow:before { content: "\e9f9"; } -.bx-headphone:before { +.bx-left-arrow-circle:before { content: "\e9fa"; } -.bx-heart:before { +.bx-left-bottom-arrow-circle:before { content: "\e9fb"; } -.bx-hexagon:before { +.bx-left-indent:before { content: "\e9fc"; } -.bx-hide:before { +.bx-left-top-arrow-circle:before { content: "\e9fd"; } -.bx-highlight:before { +.bx-like:before { content: "\e9fe"; } -.bx-history:before { +.bx-link:before { content: "\e9ff"; } -.bx-home:before { +.bx-link-alt:before { content: "\ea00"; } -.bx-home-alt:before { +.bx-link-external:before { content: "\ea01"; } -.bx-horizontal-center:before { +.bx-list:before { content: "\ea02"; } -.bx-hot:before { +.bx-list-alt:before { content: "\ea03"; } -.bx-hotel:before { +.bx-list-check:before { content: "\ea04"; } -.bx-hourglass:before { +.bx-list-ol:before { content: "\ea05"; } -.bx-idea:before { +.bx-list-plus:before { content: "\ea06"; } -.bx-image:before { +.bx-list-ul:before { content: "\ea07"; } -.bx-image-alt:before { +.bx-list-x:before { content: "\ea08"; } -.bx-images:before { +.bx-loader:before { content: "\ea09"; } -.bx-import:before { +.bx-loader-alt:before { content: "\ea0a"; } -.bx-inbox:before { +.bx-loader-circle:before { content: "\ea0b"; } -.bx-infinite:before { +.bx-lock:before { content: "\ea0c"; } -.bx-info:before { +.bx-lock-open:before { content: "\ea0d"; } -.bx-info-circle:before { +.bx-log-in:before { content: "\ea0e"; } -.bx-italic:before { +.bx-log-out:before { content: "\ea0f"; } -.bx-joystick:before { +.bx-magic-wand:before { content: "\ea10"; } -.bx-joystick-alt:before { +.bx-magnet:before { content: "\ea11"; } -.bx-key:before { +.bx-male:before { content: "\ea12"; } -.bx-laptop:before { +.bx-map:before { content: "\ea13"; } -.bx-last-page:before { +.bx-map-alt:before { content: "\ea14"; } -.bx-layer:before { +.bx-map-pin:before { content: "\ea15"; } -.bx-layout:before { +.bx-menu:before { content: "\ea16"; } -.bx-left-arrow:before { +.bx-menu-alt-left:before { content: "\ea17"; } -.bx-left-arrow-circle:before { +.bx-menu-alt-right:before { content: "\ea18"; } -.bx-left-bottom-arrow-circle:before { +.bx-message:before { content: "\ea19"; } -.bx-left-indent:before { +.bx-message-alt:before { content: "\ea1a"; } -.bx-left-top-arrow-circle:before { +.bx-message-detail:before { content: "\ea1b"; } -.bx-like:before { +.bx-message-rounded:before { content: "\ea1c"; } -.bx-link:before { +.bx-microphone:before { content: "\ea1d"; } -.bx-link-alt:before { +.bx-microphone-alt:before { content: "\ea1e"; } -.bx-link-external:before { +.bx-microphone-off:before { content: "\ea1f"; } -.bx-list:before { +.bx-minus:before { content: "\ea20"; } -.bx-list-alt:before { +.bx-minus-circle:before { content: "\ea21"; } -.bx-list-check:before { +.bx-minus-square:before { content: "\ea22"; } -.bx-list-ol:before { +.bx-mobile:before { content: "\ea23"; } -.bx-list-plus:before { +.bx-mobile-alt:before { content: "\ea24"; } -.bx-list-ul:before { +.bx-mobile-message:before { content: "\ea25"; } -.bx-list-x:before { +.bx-moon:before { content: "\ea26"; } -.bx-loader:before { +.bx-mouse:before { content: "\ea27"; } -.bx-loader-alt:before { +.bx-move:before { content: "\ea28"; } -.bx-loader-circle:before { +.bx-move-horizontal:before { content: "\ea29"; } -.bx-lock:before { +.bx-move-vertical:before { content: "\ea2a"; } -.bx-lock-open:before { +.bx-movie:before { content: "\ea2b"; } -.bx-log-in:before { +.bx-music:before { content: "\ea2c"; } -.bx-log-out:before { +.bx-navigation:before { content: "\ea2d"; } -.bx-magic-wand:before { +.bx-news:before { content: "\ea2e"; } -.bx-male:before { +.bx-newsletter:before { content: "\ea2f"; } -.bx-map:before { +.bx-note:before { content: "\ea30"; } -.bx-map-alt:before { +.bx-notes:before { content: "\ea31"; } -.bx-map-pin:before { +.bx-notification:before { content: "\ea32"; } -.bx-menu:before { +.bx-notification-off:before { content: "\ea33"; } -.bx-menu-alt-left:before { +.bx-octagon:before { content: "\ea34"; } -.bx-menu-alt-right:before { +.bx-package:before { content: "\ea35"; } -.bx-message:before { +.bx-paperclip:before { content: "\ea36"; } -.bx-message-alt:before { +.bx-paper-plane:before { content: "\ea37"; } -.bx-message-detail:before { +.bx-paragraph:before { content: "\ea38"; } -.bx-message-rounded:before { +.bx-paste:before { content: "\ea39"; } -.bx-microphone:before { +.bx-pause:before { content: "\ea3a"; } -.bx-microphone-alt:before { +.bx-pause-circle:before { content: "\ea3b"; } -.bx-microphone-off:before { +.bx-pen:before { content: "\ea3c"; } -.bx-minus:before { +.bx-pencil:before { content: "\ea3d"; } -.bx-minus-circle:before { +.bx-phone:before { content: "\ea3e"; } -.bx-minus-square:before { +.bx-phone-call:before { content: "\ea3f"; } -.bx-mobile:before { +.bx-phone-incoming:before { content: "\ea40"; } -.bx-mobile-alt:before { +.bx-phone-outgoing:before { content: "\ea41"; } -.bx-mobile-message:before { +.bx-photo-album:before { content: "\ea42"; } -.bx-moon:before { +.bx-pie-chart:before { content: "\ea43"; } -.bx-mouse:before { +.bx-pie-chart-alt:before { content: "\ea44"; } -.bx-move:before { +.bx-pin:before { content: "\ea45"; } -.bx-movie:before { +.bx-planet:before { content: "\ea46"; } -.bx-music:before { +.bx-play:before { content: "\ea47"; } -.bx-navigation:before { +.bx-play-circle:before { content: "\ea48"; } -.bx-news:before { +.bx-playlist:before { content: "\ea49"; } -.bx-newsletter:before { +.bx-plug:before { content: "\ea4a"; } -.bx-notification:before { +.bx-plus:before { content: "\ea4b"; } -.bx-notification-off:before { +.bx-plus-circle:before { content: "\ea4c"; } -.bx-octagon:before { +.bx-plus-square:before { content: "\ea4d"; } -.bx-package:before { +.bx-poll:before { content: "\ea4e"; } -.bx-paperclip:before { +.bx-power-off:before { content: "\ea4f"; } -.bx-paper-plane:before { +.bx-printer:before { content: "\ea50"; } -.bx-paragraph:before { +.bx-pulse:before { content: "\ea51"; } -.bx-paste:before { +.bx-purchase-tag:before { content: "\ea52"; } -.bx-pause:before { +.bx-question-mark:before { content: "\ea53"; } -.bx-pause-circle:before { +.bx-quote-left:before { content: "\ea54"; } -.bx-pen:before { +.bx-quote-right:before { content: "\ea55"; } -.bx-pencil:before { +.bx-radar:before { content: "\ea56"; } -.bx-phone:before { +.bx-radio:before { content: "\ea57"; } -.bx-phone-call:before { +.bx-radio-circle:before { content: "\ea58"; } -.bx-phone-incoming:before { +.bx-radio-circle-marked:before { content: "\ea59"; } -.bx-phone-outgoing:before { +.bx-rectangle:before { content: "\ea5a"; } -.bx-photo-album:before { +.bx-redo:before { content: "\ea5b"; } -.bx-pie-chart:before { +.bx-rename:before { content: "\ea5c"; } -.bx-pie-chart-alt:before { +.bx-reply:before { content: "\ea5d"; } -.bx-pin:before { +.bx-reply-all:before { content: "\ea5e"; } -.bx-planet:before { +.bx-report:before { content: "\ea5f"; } -.bx-play:before { +.bx-repost:before { content: "\ea60"; } -.bx-play-circle:before { +.bx-reset:before { content: "\ea61"; } -.bx-playlist:before { +.bx-restaurant:before { content: "\ea62"; } -.bx-plug:before { +.bx-revision:before { content: "\ea63"; } -.bx-plus:before { +.bx-rewind:before { content: "\ea64"; } -.bx-plus-circle:before { +.bx-rewind-circle:before { content: "\ea65"; } -.bx-plus-square:before { +.bx-ribbon:before { content: "\ea66"; } -.bx-poll:before { +.bx-right-arrow:before { content: "\ea67"; } -.bx-popular:before { +.bx-right-arrow-circle:before { content: "\ea68"; } -.bx-power-off:before { +.bx-right-down-arrow-circle:before { content: "\ea69"; } -.bx-printer:before { +.bx-right-indent:before { content: "\ea6a"; } -.bx-pulse:before { +.bx-right-top-arrow-circle:before { content: "\ea6b"; } -.bx-purchase-tag:before { +.bx-rocket:before { content: "\ea6c"; } -.bx-question-mark:before { +.bx-rotate:before { content: "\ea6d"; } -.bx-quote-left:before { +.bx-rss:before { content: "\ea6e"; } -.bx-quote-right:before { +.bx-ruler:before { content: "\ea6f"; } -.bx-radar:before { +.bx-save:before { content: "\ea70"; } -.bx-radio:before { +.bx-screenshot:before { content: "\ea71"; } -.bx-radio-circle:before { +.bx-search:before { content: "\ea72"; } -.bx-radio-circle-marked:before { +.bx-search-alt:before { content: "\ea73"; } -.bx-rectangle:before { +.bx-select-arrows:before { content: "\ea74"; } -.bx-redo:before { +.bx-selection:before { content: "\ea75"; } -.bx-rename:before { +.bx-select-multiple:before { content: "\ea76"; } -.bx-reply:before { +.bx-send:before { content: "\ea77"; } -.bx-reply-all:before { +.bx-server:before { content: "\ea78"; } -.bx-report:before { +.bx-share:before { content: "\ea79"; } -.bx-repost:before { +.bx-share-alt:before { content: "\ea7a"; } -.bx-reset:before { +.bx-shield:before { content: "\ea7b"; } -.bx-restaurant:before { +.bx-shield-alt:before { content: "\ea7c"; } -.bx-revision:before { +.bx-shopping-bag:before { content: "\ea7d"; } -.bx-rewind:before { +.bx-shopping-bag-alt:before { content: "\ea7e"; } -.bx-ribbon:before { +.bx-show:before { content: "\ea7f"; } -.bx-right-arrow:before { +.bx-shuffle:before { content: "\ea80"; } -.bx-right-arrow-circle:before { +.bx-shuffle-alt:before { content: "\ea81"; } -.bx-right-down-arrow-circle:before { +.bx-sidebar:before { content: "\ea82"; } -.bx-right-indent:before { +.bx-sitemap:before { content: "\ea83"; } -.bx-right-top-arrow-circle:before { +.bx-skip-next:before { content: "\ea84"; } -.bx-rocket:before { +.bx-skip-next-circle:before { content: "\ea85"; } -.bx-rotate:before { +.bx-skip-previous:before { content: "\ea86"; } -.bx-rss:before { +.bx-skip-previous-circle:before { content: "\ea87"; } -.bx-ruler:before { +.bx-skull:before { content: "\ea88"; } -.bx-save:before { +.bx-slider:before { content: "\ea89"; } -.bx-screenshot:before { +.bx-slider-alt:before { content: "\ea8a"; } -.bx-search:before { +.bx-smiley-happy:before { content: "\ea8b"; } -.bx-search-alt:before { +.bx-smiley-meh:before { content: "\ea8c"; } -.bx-select-arrows:before { +.bx-smiley-sad:before { content: "\ea8d"; } -.bx-selection:before { +.bx-snowflake:before { content: "\ea8e"; } -.bx-select-multiple:before { +.bx-sort:before { content: "\ea8f"; } -.bx-send:before { +.bx-sort-alt:before { content: "\ea90"; } -.bx-server:before { +.bx-sort-down:before { content: "\ea91"; } -.bx-share:before { +.bx-sort-up:before { content: "\ea92"; } -.bx-share-alt:before { +.bx-spreadsheet:before { content: "\ea93"; } -.bx-shield:before { +.bx-star:before { content: "\ea94"; } -.bx-shield-alt:before { +.bx-station:before { content: "\ea95"; } -.bx-shopping-bag:before { +.bx-stats:before { content: "\ea96"; } -.bx-shopping-bag-alt:before { +.bx-stop:before { content: "\ea97"; } -.bx-show:before { +.bx-stop-circle:before { content: "\ea98"; } -.bx-shuffle:before { +.bx-stopwatch:before { content: "\ea99"; } -.bx-shuffle-alt:before { +.bx-store:before { content: "\ea9a"; } -.bx-sidebar:before { +.bx-strikethrough:before { content: "\ea9b"; } -.bx-sitemap:before { +.bx-subdirectory-left:before { content: "\ea9c"; } -.bx-skip-next:before { +.bx-subdirectory-right:before { content: "\ea9d"; } -.bx-skip-next-circle:before { +.bx-sun:before { content: "\ea9e"; } -.bx-skip-previous:before { +.bx-support:before { content: "\ea9f"; } -.bx-skip-previous-circle:before { +.bx-swim:before { content: "\eaa0"; } -.bx-skull:before { +.bx-sync:before { content: "\eaa1"; } -.bx-slider:before { +.bx-tab:before { content: "\eaa2"; } -.bx-slider-alt:before { +.bx-table:before { content: "\eaa3"; } -.bx-smiley-happy:before { +.bx-tag:before { content: "\eaa4"; } -.bx-smiley-meh:before { +.bx-tag-x:before { content: "\eaa5"; } -.bx-smiley-sad:before { +.bx-target-lock:before { content: "\eaa6"; } -.bx-snowflake:before { +.bx-task:before { content: "\eaa7"; } -.bx-sort:before { +.bx-taxi:before { content: "\eaa8"; } -.bx-sort-alt:before { +.bx-tennis-ball:before { content: "\eaa9"; } -.bx-spreadsheet:before { +.bx-terminal:before { content: "\eaaa"; } -.bx-star:before { +.bx-test-tube:before { content: "\eaab"; } -.bx-station:before { +.bx-text:before { content: "\eaac"; } -.bx-stats:before { +.bx-thermometer:before { content: "\eaad"; } -.bx-stop:before { +.bx-time:before { content: "\eaae"; } -.bx-stop-circle:before { +.bx-timer:before { content: "\eaaf"; } -.bx-stopwatch:before { +.bx-toggle:before { content: "\eab0"; } -.bx-store:before { +.bx-toggle-left:before { content: "\eab1"; } -.bx-strikethrough:before { +.bx-toggle-right:before { content: "\eab2"; } -.bx-subdirectory-left:before { +.bx-torch:before { content: "\eab3"; } -.bx-subdirectory-right:before { +.bx-train:before { content: "\eab4"; } -.bx-sun:before { +.bx-transfer:before { content: "\eab5"; } -.bx-support:before { +.bx-trash:before { content: "\eab6"; } -.bx-swim:before { +.bx-trash-alt:before { content: "\eab7"; } -.bx-sync:before { +.bx-trending-down:before { content: "\eab8"; } -.bx-tab:before { +.bx-trending-up:before { content: "\eab9"; } -.bx-table:before { +.bx-triangle:before { content: "\eaba"; } -.bx-tag:before { +.bx-trophy:before { content: "\eabb"; } -.bx-tag-x:before { +.bx-trophy-star:before { content: "\eabc"; } -.bx-target-lock:before { +.bx-truck:before { content: "\eabd"; } -.bx-task:before { +.bx-t-shirt:before { content: "\eabe"; } -.bx-taxi:before { +.bx-tv:before { content: "\eabf"; } -.bx-tennis-ball:before { +.bx-underline:before { content: "\eac0"; } -.bx-terminal:before { +.bx-undo:before { content: "\eac1"; } -.bx-text:before { +.bx-up-arrow:before { content: "\eac2"; } -.bx-thermometer:before { +.bx-up-arrow-circle:before { content: "\eac3"; } -.bx-time:before { +.bx-upload:before { content: "\eac4"; } -.bx-timer:before { +.bx-upvote:before { content: "\eac5"; } -.bx-toggle:before { +.bx-usb:before { content: "\eac6"; } -.bx-toggle-left:before { +.bx-user:before { content: "\eac7"; } -.bx-toggle-right:before { +.bx-user-check:before { content: "\eac8"; } -.bx-torch:before { +.bx-user-circle:before { content: "\eac9"; } -.bx-to-top:before { +.bx-user-detail:before { content: "\eaca"; } -.bx-train:before { +.bx-user-minus:before { content: "\eacb"; } -.bx-transfer:before { +.bx-user-plus:before { content: "\eacc"; } -.bx-trash:before { +.bx-user-x:before { content: "\eacd"; } -.bx-trash-alt:before { +.bx-vertical-center:before { content: "\eace"; } -.bx-trending-down:before { +.bx-video:before { content: "\eacf"; } -.bx-trending-up:before { +.bx-video-off:before { content: "\ead0"; } -.bx-triangle:before { +.bx-video-plus:before { content: "\ead1"; } -.bx-trophy:before { +.bx-videos:before { content: "\ead2"; } -.bx-trophy-star:before { +.bx-voicemail:before { content: "\ead3"; } -.bx-truck:before { +.bx-volume:before { content: "\ead4"; } -.bx-t-shirt:before { +.bx-volume-full:before { content: "\ead5"; } -.bx-tv:before { +.bx-volume-low:before { content: "\ead6"; } -.bx-umbrella:before { +.bx-volume-mute:before { content: "\ead7"; } -.bx-underline:before { +.bx-wallet:before { content: "\ead8"; } -.bx-undo:before { +.bx-watch:before { content: "\ead9"; } -.bx-up-arrow:before { +.bx-watch-alt:before { content: "\eada"; } -.bx-up-arrow-circle:before { +.bx-water:before { content: "\eadb"; } -.bx-upload:before { +.bx-widget:before { content: "\eadc"; } -.bx-upvote:before { +.bx-wifi:before { content: "\eadd"; } -.bx-usb:before { +.bx-wind:before { content: "\eade"; } -.bx-user:before { +.bx-window:before { content: "\eadf"; } -.bx-user-check:before { +.bx-window-close:before { content: "\eae0"; } -.bx-user-circle:before { +.bx-window-open:before { content: "\eae1"; } -.bx-user-detail:before { +.bx-windows:before { content: "\eae2"; } -.bx-user-minus:before { +.bx-world:before { content: "\eae3"; } -.bx-user-plus:before { +.bx-wrench:before { content: "\eae4"; } -.bx-user-x:before { +.bx-x:before { content: "\eae5"; } -.bx-vertical-center:before { +.bx-x-circle:before { content: "\eae6"; } -.bx-video:before { +.bx-x-square:before { content: "\eae7"; } -.bx-video-off:before { +.bx-zap:before { content: "\eae8"; } -.bx-video-plus:before { +.bx-zoom-in:before { content: "\eae9"; } -.bx-videos:before { +.bx-zoom-out:before { content: "\eaea"; } -.bx-voicemail:before { +.bxs-adjust:before { content: "\eaeb"; } -.bx-volume:before { +.bxs-alarm:before { content: "\eaec"; } -.bx-volume-full:before { +.bxs-alarm-off:before { content: "\eaed"; } -.bx-volume-low:before { +.bxs-album:before { content: "\eaee"; } -.bx-volume-mute:before { +.bxs-archive:before { content: "\eaef"; } -.bx-wallet:before { +.bxs-archive-in:before { content: "\eaf0"; } -.bx-watch:before { +.bxs-archive-out:before { content: "\eaf1"; } -.bx-watch-alt:before { +.bxs-area:before { content: "\eaf2"; } -.bx-water:before { +.bxs-award:before { content: "\eaf3"; } -.bx-widget:before { +.bxs-badge:before { content: "\eaf4"; } -.bx-wifi:before { +.bxs-ball:before { content: "\eaf5"; } -.bx-wind:before { +.bxs-bar-chart-square:before { content: "\eaf6"; } -.bx-window:before { +.bxs-barcode:before { content: "\eaf7"; } -.bx-window-close:before { +.bxs-bath:before { content: "\eaf8"; } -.bx-window-open:before { +.bxs-battery:before { content: "\eaf9"; } -.bx-windows:before { +.bxs-battery-charging:before { content: "\eafa"; } -.bx-world:before { +.bxs-battery-full:before { content: "\eafb"; } -.bx-wrench:before { +.bxs-battery-low:before { content: "\eafc"; } -.bx-x:before { +.bxs-bed:before { content: "\eafd"; } -.bx-x-circle:before { +.bxs-bell:before { content: "\eafe"; } -.bx-x-square:before { +.bxs-bell-minus:before { content: "\eaff"; } -.bx-zap:before { +.bxs-bell-off:before { content: "\eb00"; } -.bx-zoom-in:before { +.bxs-bell-plus:before { content: "\eb01"; } -.bx-zoom-out:before { +.bxs-bell-ring:before { content: "\eb02"; } -.bxs-adjust:before { +.bxs-bolt:before { content: "\eb03"; } -.bxs-alarm:before { +.bxs-book:before { content: "\eb04"; } -.bxs-alarm-off:before { +.bxs-book-bookmark:before { content: "\eb05"; } -.bxs-album:before { +.bxs-bookmark:before { content: "\eb06"; } -.bxs-archive:before { +.bxs-bookmark-minus:before { content: "\eb07"; } -.bxs-archive-in:before { +.bxs-bookmark-plus:before { content: "\eb08"; } -.bxs-archive-out:before { +.bxs-bookmarks:before { content: "\eb09"; } -.bxs-area:before { +.bxs-bookmark-star:before { content: "\eb0a"; } -.bxs-award:before { +.bxs-book-open:before { content: "\eb0b"; } -.bxs-ball:before { +.bxs-bot:before { content: "\eb0c"; } -.bxs-bar-chart-square:before { +.bxs-box:before { content: "\eb0d"; } -.bxs-barcode:before { +.bxs-briefcase:before { content: "\eb0e"; } -.bxs-bath:before { +.bxs-briefcase-alt:before { content: "\eb0f"; } -.bxs-battery:before { +.bxs-bug:before { content: "\eb10"; } -.bxs-battery-charging:before { +.bxs-building:before { content: "\eb11"; } -.bxs-battery-full:before { +.bxs-bulb:before { content: "\eb12"; } -.bxs-battery-low:before { +.bxs-buoy:before { content: "\eb13"; } -.bxs-bed:before { +.bxs-bus:before { content: "\eb14"; } -.bxs-bell:before { +.bxs-calculator:before { content: "\eb15"; } -.bxs-bell-minus:before { +.bxs-calendar:before { content: "\eb16"; } -.bxs-bell-off:before { +.bxs-calendar-alt:before { content: "\eb17"; } -.bxs-bell-plus:before { +.bxs-calendar-check:before { content: "\eb18"; } -.bxs-bell-ring:before { +.bxs-calendar-minus:before { content: "\eb19"; } -.bxs-bolt:before { +.bxs-calendar-plus:before { content: "\eb1a"; } -.bxs-book:before { +.bxs-calendar-x:before { content: "\eb1b"; } -.bxs-book-bookmark:before { +.bxs-camera:before { content: "\eb1c"; } -.bxs-bookmark:before { +.bxs-camera-alt:before { content: "\eb1d"; } -.bxs-bookmark-minus:before { +.bxs-camera-off:before { content: "\eb1e"; } -.bxs-bookmark-plus:before { +.bxs-captions:before { content: "\eb1f"; } -.bxs-bookmarks:before { +.bxs-car:before { content: "\eb20"; } -.bxs-bookmark-star:before { +.bxs-card:before { content: "\eb21"; } -.bxs-book-open:before { +.bxs-carousel:before { content: "\eb22"; } -.bxs-bot:before { +.bxs-cart:before { content: "\eb23"; } -.bxs-box:before { +.bxs-cart-alt:before { content: "\eb24"; } -.bxs-briefcase:before { +.bxs-categories:before { content: "\eb25"; } -.bxs-briefcase-alt:before { +.bxs-certification:before { content: "\eb26"; } -.bxs-bug:before { +.bxs-chart:before { content: "\eb27"; } -.bxs-building:before { +.bxs-checkbox:before { content: "\eb28"; } -.bxs-bulb:before { +.bxs-checkbox-checked:before { content: "\eb29"; } -.bxs-buoy:before { +.bxs-check-circle:before { content: "\eb2a"; } -.bxs-bus:before { +.bxs-chip:before { content: "\eb2b"; } -.bxs-calculator:before { +.bxs-circle:before { content: "\eb2c"; } -.bxs-calendar:before { +.bxs-clipboard:before { content: "\eb2d"; } -.bxs-calendar-alt:before { +.bxs-cloud:before { content: "\eb2e"; } -.bxs-calendar-check:before { +.bxs-cloud-download:before { content: "\eb2f"; } -.bxs-calendar-minus:before { +.bxs-cloud-upload:before { content: "\eb30"; } -.bxs-calendar-plus:before { +.bxs-code-block:before { content: "\eb31"; } -.bxs-calendar-x:before { +.bxs-coffee:before { content: "\eb32"; } -.bxs-camera:before { +.bxs-cog:before { content: "\eb33"; } -.bxs-camera-alt:before { +.bxs-collection:before { content: "\eb34"; } -.bxs-camera-off:before { +.bxs-compass:before { content: "\eb35"; } -.bxs-captions:before { +.bxs-contact:before { content: "\eb36"; } -.bxs-car:before { +.bxs-conversation:before { content: "\eb37"; } -.bxs-carousel:before { +.bxs-copy:before { content: "\eb38"; } -.bxs-cart:before { +.bxs-copyright:before { content: "\eb39"; } -.bxs-cart-alt:before { +.bxs-coupon:before { content: "\eb3a"; } -.bxs-categories:before { +.bxs-credit-card:before { content: "\eb3b"; } -.bxs-certification:before { +.bxs-crown:before { content: "\eb3c"; } -.bxs-chart:before { +.bxs-cube:before { content: "\eb3d"; } -.bxs-checkbox:before { +.bxs-dashboard:before { content: "\eb3e"; } -.bxs-checkbox-checked:before { +.bxs-detail:before { content: "\eb3f"; } -.bxs-check-circle:before { +.bxs-diamond:before { content: "\eb40"; } -.bxs-chip:before { +.bxs-disc:before { content: "\eb41"; } -.bxs-circle:before { +.bxs-discount:before { content: "\eb42"; } -.bxs-clipboard:before { +.bxs-dislike:before { content: "\eb43"; } -.bxs-cloud:before { +.bxs-dock-bottom:before { content: "\eb44"; } -.bxs-cloud-download:before { +.bxs-dock-left:before { content: "\eb45"; } -.bxs-cloud-upload:before { +.bxs-dock-right:before { content: "\eb46"; } -.bxs-code-block:before { +.bxs-dock-top:before { content: "\eb47"; } -.bxs-coffee:before { +.bxs-documentation:before { content: "\eb48"; } -.bxs-cog:before { +.bxs-dollar-circle:before { content: "\eb49"; } -.bxs-collection:before { +.bxs-down-arrow:before { content: "\eb4a"; } -.bxs-compass:before { +.bxs-down-arrow-circle:before { content: "\eb4b"; } -.bxs-contact:before { +.bxs-download:before { content: "\eb4c"; } -.bxs-conversation:before { +.bxs-downvote:before { content: "\eb4d"; } -.bxs-copy:before { +.bxs-drink:before { content: "\eb4e"; } -.bxs-copyright:before { +.bxs-droplet:before { content: "\eb4f"; } -.bxs-coupon:before { +.bxs-duplicate:before { content: "\eb50"; } -.bxs-credit-card:before { +.bxs-edit:before { content: "\eb51"; } -.bxs-crown:before { +.bxs-eject:before { content: "\eb52"; } -.bxs-cube:before { +.bxs-envelope:before { content: "\eb53"; } -.bxs-dashboard:before { +.bxs-error:before { content: "\eb54"; } -.bxs-detail:before { +.bxs-error-circle:before { content: "\eb55"; } -.bxs-diamond:before { +.bxs-fast-forward-circle:before { content: "\eb56"; } -.bxs-disc:before { +.bxs-file:before { content: "\eb57"; } -.bxs-discount:before { +.bxs-file-blank:before { content: "\eb58"; } -.bxs-dislike:before { +.bxs-file-image:before { content: "\eb59"; } -.bxs-dock-bottom:before { +.bxs-file-plus:before { content: "\eb5a"; } -.bxs-dock-left:before { +.bxs-files:before { content: "\eb5b"; } -.bxs-dock-right:before { +.bxs-film:before { content: "\eb5c"; } -.bxs-dock-top:before { +.bxs-filter-alt:before { content: "\eb5d"; } -.bxs-documentation:before { +.bxs-first-aid:before { content: "\eb5e"; } -.bxs-dollar-circle:before { +.bxs-flag:before { content: "\eb5f"; } -.bxs-down-arrow:before { +.bxs-flag-alt:before { content: "\eb60"; } -.bxs-down-arrow-circle:before { +.bxs-flame:before { content: "\eb61"; } -.bxs-download-alt:before { +.bxs-folder:before { content: "\eb62"; } -.bxs-downvote:before { +.bxs-folder-minus:before { content: "\eb63"; } -.bxs-drink:before { +.bxs-folder-open:before { content: "\eb64"; } -.bxs-droplet:before { +.bxs-folder-plus:before { content: "\eb65"; } -.bxs-duplicate:before { +.bxs-gift:before { content: "\eb66"; } -.bxs-edit:before { +.bxs-globe-alt:before { content: "\eb67"; } -.bxs-eject:before { +.bxs-grid-alt:before { content: "\eb68"; } -.bxs-envelope:before { +.bxs-group:before { content: "\eb69"; } -.bxs-error:before { +.bxs-hdd:before { content: "\eb6a"; } -.bxs-error-circle:before { +.bxs-heart:before { content: "\eb6b"; } -.bxs-fast-forward-circle:before { +.bxs-help-circle:before { content: "\eb6c"; } -.bxs-file:before { +.bxs-hexagon:before { content: "\eb6d"; } -.bxs-file-blank:before { +.bxs-hide:before { content: "\eb6e"; } -.bxs-file-image:before { +.bxs-home:before { content: "\eb6f"; } -.bxs-file-plus:before { +.bxs-home-alt:before { content: "\eb70"; } -.bxs-files:before { +.bxs-hot:before { content: "\eb71"; } -.bxs-film:before { +.bxs-hourglass:before { content: "\eb72"; } -.bxs-filter-alt:before { +.bxs-idea:before { content: "\eb73"; } -.bxs-first-aid:before { +.bxs-image:before { content: "\eb74"; } -.bxs-flag:before { +.bxs-image-alt:before { content: "\eb75"; } -.bxs-flag-alt:before { +.bxs-inbox:before { content: "\eb76"; } -.bxs-folder:before { +.bxs-info-circle:before { content: "\eb77"; } -.bxs-folder-minus:before { +.bxs-joystick:before { content: "\eb78"; } -.bxs-folder-open:before { +.bxs-joystick-alt:before { content: "\eb79"; } -.bxs-folder-plus:before { +.bxs-key:before { content: "\eb7a"; } -.bxs-gift:before { +.bxs-layer:before { content: "\eb7b"; } -.bxs-globe-alt:before { +.bxs-layout:before { content: "\eb7c"; } -.bxs-grid-alt:before { +.bxs-left-arrow:before { content: "\eb7d"; } -.bxs-group:before { +.bxs-left-arrow-circle:before { content: "\eb7e"; } -.bxs-hdd:before { +.bxs-left-bottom-arrow-circle:before { content: "\eb7f"; } -.bxs-heart:before { +.bxs-left-top-arrow-circle:before { content: "\eb80"; } -.bxs-hexagon:before { +.bxs-like:before { content: "\eb81"; } -.bxs-hide:before { +.bxs-lock:before { content: "\eb82"; } -.bxs-home:before { +.bxs-lock-open:before { content: "\eb83"; } -.bxs-home-alt:before { +.bxs-magnet:before { content: "\eb84"; } -.bxs-hot:before { +.bxs-map:before { content: "\eb85"; } -.bxs-hourglass:before { +.bxs-map-alt:before { content: "\eb86"; } -.bxs-idea:before { +.bxs-message:before { content: "\eb87"; } -.bxs-image:before { +.bxs-message-alt:before { content: "\eb88"; } -.bxs-image-alt:before { +.bxs-message-detail:before { content: "\eb89"; } -.bxs-inbox:before { +.bxs-message-rounded:before { content: "\eb8a"; } -.bxs-info-circle:before { +.bxs-microphone:before { content: "\eb8b"; } -.bxs-joystick:before { +.bxs-microphone-off:before { content: "\eb8c"; } -.bxs-joystick-alt:before { +.bxs-minus-circle:before { content: "\eb8d"; } -.bxs-key:before { +.bxs-minus-square:before { content: "\eb8e"; } -.bxs-layer:before { +.bxs-mobile-alt:before { content: "\eb8f"; } -.bxs-layout:before { +.bxs-mobile-message:before { content: "\eb90"; } -.bxs-left-arrow:before { +.bxs-moon:before { content: "\eb91"; } -.bxs-left-arrow-circle:before { +.bxs-mouse:before { content: "\eb92"; } -.bxs-left-bottom-arrow-circle:before { +.bxs-movie:before { content: "\eb93"; } -.bxs-left-top-arrow-circle:before { +.bxs-music:before { content: "\eb94"; } -.bxs-like:before { +.bxs-navigation:before { content: "\eb95"; } -.bxs-lock:before { +.bxs-news:before { content: "\eb96"; } -.bxs-lock-open:before { +.bxs-newsletter:before { content: "\eb97"; } -.bxs-map:before { +.bxs-note:before { content: "\eb98"; } -.bxs-map-alt:before { +.bxs-notes:before { content: "\eb99"; } -.bxs-message:before { +.bxs-notification:before { content: "\eb9a"; } -.bxs-message-alt:before { +.bxs-notification-off:before { content: "\eb9b"; } -.bxs-message-detail:before { +.bxs-octagon:before { content: "\eb9c"; } -.bxs-message-rounded:before { +.bxs-package:before { content: "\eb9d"; } -.bxs-microphone:before { +.bxs-paper-plane:before { content: "\eb9e"; } -.bxs-microphone-off:before { +.bxs-paste:before { content: "\eb9f"; } -.bxs-minus-circle:before { +.bxs-pause-circle:before { content: "\eba0"; } -.bxs-minus-square:before { +.bxs-pen:before { content: "\eba1"; } -.bxs-mobile-alt:before { +.bxs-pencil:before { content: "\eba2"; } -.bxs-mobile-message:before { +.bxs-phone:before { content: "\eba3"; } -.bxs-moon:before { +.bxs-phone-call:before { content: "\eba4"; } -.bxs-mouse:before { +.bxs-phone-incoming:before { content: "\eba5"; } -.bxs-movie:before { +.bxs-phone-outgoing:before { content: "\eba6"; } -.bxs-music:before { +.bxs-photo-album:before { content: "\eba7"; } -.bxs-navigation:before { +.bxs-pie-chart:before { content: "\eba8"; } -.bxs-news:before { +.bxs-pie-chart-alt:before { content: "\eba9"; } -.bxs-newsletter:before { +.bxs-pin:before { content: "\ebaa"; } -.bxs-notification:before { +.bxs-planet:before { content: "\ebab"; } -.bxs-notification-off:before { +.bxs-play-circle:before { content: "\ebac"; } -.bxs-octagon:before { +.bxs-playlist:before { content: "\ebad"; } -.bxs-package:before { +.bxs-plug:before { content: "\ebae"; } -.bxs-paper-plane:before { +.bxs-plus-circle:before { content: "\ebaf"; } -.bxs-paste:before { +.bxs-plus-square:before { content: "\ebb0"; } -.bxs-pause-circle:before { +.bxs-printer:before { content: "\ebb1"; } -.bxs-pen:before { +.bxs-purchase-tag:before { content: "\ebb2"; } -.bxs-pencil:before { +.bxs-quote-left:before { content: "\ebb3"; } -.bxs-phone:before { +.bxs-quote-right:before { content: "\ebb4"; } -.bxs-phone-call:before { +.bxs-radio:before { content: "\ebb5"; } -.bxs-phone-incoming:before { +.bxs-rectangle:before { content: "\ebb6"; } -.bxs-phone-outgoing:before { +.bxs-rename:before { content: "\ebb7"; } -.bxs-photo-album:before { +.bxs-report:before { content: "\ebb8"; } -.bxs-pie-chart:before { +.bxs-rewind-circle:before { content: "\ebb9"; } -.bxs-pie-chart-alt:before { +.bxs-right-arrow:before { content: "\ebba"; } -.bxs-pin:before { +.bxs-right-arrow-circle:before { content: "\ebbb"; } -.bxs-planet:before { +.bxs-right-down-arrow-circle:before { content: "\ebbc"; } -.bxs-play-circle:before { +.bxs-right-top-arrow-circle:before { content: "\ebbd"; } -.bxs-playlist:before { +.bxs-rocket:before { content: "\ebbe"; } -.bxs-plug:before { +.bxs-ruler:before { content: "\ebbf"; } -.bxs-plus-circle:before { +.bxs-save:before { content: "\ebc0"; } -.bxs-plus-square:before { +.bxs-select-arrows:before { content: "\ebc1"; } -.bxs-printer:before { +.bxs-select-multiple:before { content: "\ebc2"; } -.bxs-purchase-tag:before { +.bxs-send:before { content: "\ebc3"; } -.bxs-quote-left:before { +.bxs-server:before { content: "\ebc4"; } -.bxs-quote-right:before { +.bxs-share:before { content: "\ebc5"; } -.bxs-radio:before { +.bxs-share-alt:before { content: "\ebc6"; } -.bxs-rectangle:before { +.bxs-shield:before { content: "\ebc7"; } -.bxs-rename:before { +.bxs-shield-alt:before { content: "\ebc8"; } -.bxs-report:before { +.bxs-shopping-bag:before { content: "\ebc9"; } -.bxs-right-arrow:before { +.bxs-shopping-bag-alt:before { content: "\ebca"; } -.bxs-right-arrow-circle:before { +.bxs-show:before { content: "\ebcb"; } -.bxs-right-down-arrow-circle:before { +.bxs-sidebar:before { content: "\ebcc"; } -.bxs-right-top-arrow-circle:before { +.bxs-skip-next-circle:before { content: "\ebcd"; } -.bxs-rocket:before { +.bxs-skip-previous-circle:before { content: "\ebce"; } -.bxs-ruler:before { +.bxs-skull:before { content: "\ebcf"; } -.bxs-save:before { +.bxs-smiley-happy:before { content: "\ebd0"; } -.bxs-search-alt:before { +.bxs-smiley-meh:before { content: "\ebd1"; } -.bxs-select-arrows:before { +.bxs-smiley-sad:before { content: "\ebd2"; } -.bxs-select-multiple:before { +.bxs-spreadsheet:before { content: "\ebd3"; } -.bxs-send:before { +.bxs-star:before { content: "\ebd4"; } -.bxs-server:before { +.bxs-star-half:before { content: "\ebd5"; } -.bxs-share:before { +.bxs-stop-circle:before { content: "\ebd6"; } -.bxs-share-alt:before { +.bxs-stopwatch:before { content: "\ebd7"; } -.bxs-shield:before { +.bxs-store:before { content: "\ebd8"; } -.bxs-shield-alt:before { +.bxs-sun:before { content: "\ebd9"; } -.bxs-shopping-bag:before { +.bxs-tag:before { content: "\ebda"; } -.bxs-shopping-bag-alt:before { +.bxs-tag-x:before { content: "\ebdb"; } -.bxs-show:before { +.bxs-task:before { content: "\ebdc"; } -.bxs-sidebar:before { +.bxs-taxi:before { content: "\ebdd"; } -.bxs-skip-next-circle:before { +.bxs-tennis-ball:before { content: "\ebde"; } -.bxs-skip-previous-circle:before { +.bxs-terminal:before { content: "\ebdf"; } -.bxs-skull:before { +.bxs-thermometer:before { content: "\ebe0"; } -.bxs-smiley-happy:before { +.bxs-time:before { content: "\ebe1"; } -.bxs-smiley-meh:before { +.bxs-timer:before { content: "\ebe2"; } -.bxs-smiley-sad:before { +.bxs-toggle:before { content: "\ebe3"; } -.bxs-spreadsheet:before { +.bxs-toggle-left:before { content: "\ebe4"; } -.bxs-star:before { +.bxs-toggle-right:before { content: "\ebe5"; } -.bxs-star-half:before { +.bxs-torch:before { content: "\ebe6"; } -.bxs-stop-circle:before { +.bxs-to-top:before { content: "\ebe7"; } -.bxs-stopwatch:before { +.bxs-train:before { content: "\ebe8"; } -.bxs-store:before { +.bxs-trash:before { content: "\ebe9"; } -.bxs-sun:before { +.bxs-trash-alt:before { content: "\ebea"; } -.bxs-tag:before { +.bxs-triangle:before { content: "\ebeb"; } -.bxs-tag-x:before { +.bxs-trophy:before { content: "\ebec"; } -.bxs-task:before { +.bxs-trophy-star:before { content: "\ebed"; } -.bxs-taxi:before { +.bxs-truck:before { content: "\ebee"; } -.bxs-tennis-ball:before { +.bxs-t-shirt:before { content: "\ebef"; } -.bxs-terminal:before { +.bxs-up-arrow:before { content: "\ebf0"; } -.bxs-thermometer:before { +.bxs-up-arrow-circle:before { content: "\ebf1"; } -.bxs-time:before { +.bxs-upvote:before { content: "\ebf2"; } -.bxs-timer:before { +.bxs-user:before { content: "\ebf3"; } -.bxs-toggle:before { +.bxs-user-check:before { content: "\ebf4"; } -.bxs-toggle-left:before { +.bxs-user-circle:before { content: "\ebf5"; } -.bxs-toggle-right:before { +.bxs-user-detail:before { content: "\ebf6"; } -.bxs-torch:before { +.bxs-user-minus:before { content: "\ebf7"; } -.bxs-to-top:before { +.bxs-user-plus:before { content: "\ebf8"; } -.bxs-train:before { +.bxs-user-x:before { content: "\ebf9"; } -.bxs-trash:before { +.bxs-video:before { content: "\ebfa"; } -.bxs-trash-alt:before { +.bxs-video-off:before { content: "\ebfb"; } -.bxs-triangle:before { +.bxs-video-plus:before { content: "\ebfc"; } -.bxs-trophy:before { +.bxs-videos:before { content: "\ebfd"; } -.bxs-trophy-star:before { +.bxs-volume:before { content: "\ebfe"; } -.bxs-truck:before { +.bxs-volume-full:before { content: "\ebff"; } -.bxs-t-shirt:before { +.bxs-volume-low:before { content: "\ec00"; } -.bxs-tv:before { +.bxs-volume-mute:before { content: "\ec01"; } -.bxs-umbrella:before { +.bxs-wallet:before { content: "\ec02"; } -.bxs-up-arrow:before { +.bxs-watch:before { content: "\ec03"; } -.bxs-up-arrow-circle:before { +.bxs-watch-alt:before { content: "\ec04"; } -.bxs-upvote:before { +.bxs-widget:before { content: "\ec05"; } -.bxs-user:before { +.bxs-window:before { content: "\ec06"; } -.bxs-user-check:before { +.bxs-window-close:before { content: "\ec07"; } -.bxs-user-circle:before { +.bxs-window-open:before { content: "\ec08"; } -.bxs-user-detail:before { +.bxs-windows:before { content: "\ec09"; } -.bxs-user-minus:before { +.bxs-world:before { content: "\ec0a"; } -.bxs-user-plus:before { +.bxs-wrench:before { content: "\ec0b"; } -.bxs-user-x:before { +.bxs-x-circle:before { content: "\ec0c"; } -.bxs-video:before { +.bxs-x-square:before { content: "\ec0d"; } -.bxs-video-off:before { +.bxs-zap:before { content: "\ec0e"; } -.bxs-video-plus:before { +.bxs-zoom-in:before { content: "\ec0f"; } -.bxs-videos:before { +.bxs-zoom-out:before { content: "\ec10"; } -.bxs-volume:before { +.bxl-android:before { content: "\ec11"; } -.bxs-volume-full:before { +.bxl-apple:before { content: "\ec12"; } -.bxs-volume-low:before { +.bxl-behance:before { content: "\ec13"; } -.bxs-volume-mute:before { +.bxl-bitcoin:before { content: "\ec14"; } -.bxs-wallet:before { +.bxl-blogger:before { content: "\ec15"; } -.bxs-watch:before { +.bxl-discord:before { content: "\ec16"; } -.bxs-watch-alt:before { +.bxl-dribbble:before { content: "\ec17"; } -.bxs-widget:before { +.bxl-facebook:before { content: "\ec18"; } -.bxs-window:before { +.bxl-facebook-square:before { content: "\ec19"; } -.bxs-window-close:before { +.bxl-github:before { content: "\ec1a"; } -.bxs-window-open:before { +.bxl-google:before { content: "\ec1b"; } -.bxs-windows:before { +.bxl-google-plus:before { content: "\ec1c"; } -.bxs-world:before { +.bxl-google-plus-circle:before { content: "\ec1d"; } -.bxs-wrench:before { +.bxl-instagram:before { content: "\ec1e"; } -.bxs-x-circle:before { +.bxl-linkedin:before { content: "\ec1f"; } -.bxs-x-square:before { +.bxl-linkedin-square:before { content: "\ec20"; } -.bxs-zap:before { +.bxl-medium:before { content: "\ec21"; } -.bxs-zoom-in:before { +.bxl-medium-square:before { content: "\ec22"; } -.bxs-zoom-out:before { +.bxl-messenger:before { content: "\ec23"; } +.bxl-pinterest:before { + content: "\ec24"; +} +.bxl-play-store:before { + content: "\ec25"; +} +.bxl-pocket:before { + content: "\ec26"; +} +.bxl-reddit:before { + content: "\ec27"; +} +.bxl-skype:before { + content: "\ec28"; +} +.bxl-slack:before { + content: "\ec29"; +} +.bxl-slack-rounded:before { + content: "\ec2a"; +} +.bxl-tumblr:before { + content: "\ec2b"; +} +.bxl-twitch:before { + content: "\ec2c"; +} +.bxl-twitter:before { + content: "\ec2d"; +} +.bxl-twitter-square:before { + content: "\ec2e"; +} +.bxl-vimeo:before { + content: "\ec2f"; +} +.bxl-vk:before { + content: "\ec30"; +} +.bxl-whatsapp:before { + content: "\ec31"; +} +.bxl-windows:before { + content: "\ec32"; +} +.bxl-youtube:before { + content: "\ec33"; +} diff --git a/static/css/boxicons.min.css b/static/css/boxicons.min.css index e70a3bb..877caf8 100644 --- a/static/css/boxicons.min.css +++ b/static/css/boxicons.min.css @@ -1 +1 @@ -@font-face{font-family:boxicons;font-weight:400;font-style:normal;src:url(../fonts/boxicons.eot);src:url(../fonts/boxicons.eot) format('embedded-opentype'),url(../fonts/boxicons.woff2) format('woff2'),url(../fonts/boxicons.woff) format('woff'),url(../fonts/boxicons.ttf) format('truetype'),url(../fonts/boxicons.svg?#boxicons) format('svg')}.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{margin-left:2em;padding-left:0;list-style:none}.bx-ul>li{position:relative}.bx-ul .bx{font-size:inherit;line-height:inherit;position:absolute;left:-2em;width:2em;text-align:center}@-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-fw{font-size:1.2857142857em;line-height:.8em;width:1.2857142857em;height:.8em;margin-top:-.2em!important;vertical-align:middle}.bx-lg{font-size:3rem!important}.bx-pull-left{float:left;margin-right:.3em!important}.bx-pull-right{float:right;margin-left:.3em!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-android:before{content:"\e900"}.bxl-apple:before{content:"\e901"}.bxl-behance:before{content:"\e902"}.bxl-bitcoin:before{content:"\e903"}.bxl-blogger:before{content:"\e904"}.bxl-discord:before{content:"\e905"}.bxl-dribbble:before{content:"\e906"}.bxl-facebook:before{content:"\e907"}.bxl-facebook-square:before{content:"\e908"}.bxl-github:before{content:"\e909"}.bxl-google:before{content:"\e90a"}.bxl-google-plus:before{content:"\e90b"}.bxl-google-plus-circle:before{content:"\e90c"}.bxl-instagram:before{content:"\e90d"}.bxl-linkedin:before{content:"\e90e"}.bxl-linkedin-square:before{content:"\e90f"}.bxl-medium:before{content:"\e910"}.bxl-medium-square:before{content:"\e911"}.bxl-messenger:before{content:"\e912"}.bxl-pinterest:before{content:"\e913"}.bxl-play-store:before{content:"\e914"}.bxl-pocket:before{content:"\e915"}.bxl-reddit:before{content:"\e916"}.bxl-skype:before{content:"\e917"}.bxl-slack:before{content:"\e918"}.bxl-slack-rounded:before{content:"\e919"}.bxl-tumblr:before{content:"\e91a"}.bxl-twitch:before{content:"\e91b"}.bxl-twitter:before{content:"\e91c"}.bxl-twitter-square:before{content:"\e91d"}.bxl-vimeo:before{content:"\e91e"}.bxl-vk:before{content:"\e91f"}.bxl-whatsapp:before{content:"\e920"}.bxl-windows:before{content:"\e921"}.bxl-youtube:before{content:"\e922"}.bx-adjust:before{content:"\e923"}.bx-alarm:before{content:"\e924"}.bx-alarm-off:before{content:"\e925"}.bx-album:before{content:"\e926"}.bx-align-justify:before{content:"\e927"}.bx-align-left:before{content:"\e928"}.bx-align-middle:before{content:"\e929"}.bx-align-right:before{content:"\e92a"}.bx-analyse:before{content:"\e92b"}.bx-anchor:before{content:"\e92c"}.bx-aperture:before{content:"\e92d"}.bx-archive:before{content:"\e92e"}.bx-archive-in:before{content:"\e92f"}.bx-archive-out:before{content:"\e930"}.bx-area:before{content:"\e931"}.bx-arrow-back:before{content:"\e932"}.bx-asterisk:before{content:"\e933"}.bx-at:before{content:"\e934"}.bx-award:before{content:"\e935"}.bx-ball:before{content:"\e936"}.bx-bar-chart:before{content:"\e937"}.bx-bar-chart-alt:before{content:"\e938"}.bx-bar-chart-square:before{content:"\e939"}.bx-barcode:before{content:"\e93a"}.bx-basketball:before{content:"\e93b"}.bx-bath:before{content:"\e93c"}.bx-battery:before{content:"\e93d"}.bx-battery-charging:before{content:"\e93e"}.bx-battery-full:before{content:"\e93f"}.bx-battery-low:before{content:"\e940"}.bx-bed:before{content:"\e941"}.bx-bell:before{content:"\e942"}.bx-bell-minus:before{content:"\e943"}.bx-bell-off:before{content:"\e944"}.bx-bell-plus:before{content:"\e945"}.bx-bell-ring:before{content:"\e946"}.bx-bicycle:before{content:"\e947"}.bx-block:before{content:"\e948"}.bx-bluetooth:before{content:"\e949"}.bx-body:before{content:"\e94a"}.bx-bold:before{content:"\e94b"}.bx-bolt:before{content:"\e94c"}.bx-book:before{content:"\e94d"}.bx-book-bookmark:before{content:"\e94e"}.bx-bookmark:before{content:"\e94f"}.bx-bookmark-minus:before{content:"\e950"}.bx-bookmark-plus:before{content:"\e951"}.bx-bookmarks:before{content:"\e952"}.bx-bookmark-star:before{content:"\e953"}.bx-book-open:before{content:"\e954"}.bx-bot:before{content:"\e955"}.bx-box:before{content:"\e956"}.bx-briefcase:before{content:"\e957"}.bx-briefcase-alt:before{content:"\e958"}.bx-broadcast:before{content:"\e959"}.bx-bug:before{content:"\e95a"}.bx-building:before{content:"\e95b"}.bx-bulb:before{content:"\e95c"}.bx-bullseye:before{content:"\e95d"}.bx-buoy:before{content:"\e95e"}.bx-bus:before{content:"\e95f"}.bx-calculator:before{content:"\e960"}.bx-calendar:before{content:"\e961"}.bx-calendar-alt:before{content:"\e962"}.bx-calendar-check:before{content:"\e963"}.bx-calendar-minus:before{content:"\e964"}.bx-calendar-plus:before{content:"\e965"}.bx-calendar-x:before{content:"\e966"}.bx-camera:before{content:"\e967"}.bx-camera-alt:before{content:"\e968"}.bx-camera-off:before{content:"\e969"}.bx-capsule:before{content:"\e96a"}.bx-captions:before{content:"\e96b"}.bx-car:before{content:"\e96c"}.bx-carousel:before{content:"\e96d"}.bx-cart:before{content:"\e96e"}.bx-cart-alt:before{content:"\e96f"}.bx-cast:before{content:"\e970"}.bx-categories:before{content:"\e971"}.bx-certification:before{content:"\e972"}.bx-chalkboard:before{content:"\e973"}.bx-chart:before{content:"\e974"}.bx-check:before{content:"\e975"}.bx-checkbox:before{content:"\e976"}.bx-checkbox-checked:before{content:"\e977"}.bx-checkbox-square:before{content:"\e978"}.bx-check-circle:before{content:"\e979"}.bx-check-double:before{content:"\e97a"}.bx-chevron-down:before{content:"\e97b"}.bx-chevron-left:before{content:"\e97c"}.bx-chevron-right:before{content:"\e97d"}.bx-chevrons-down:before{content:"\e97e"}.bx-chevrons-left:before{content:"\e97f"}.bx-chevrons-right:before{content:"\e980"}.bx-chevrons-up:before{content:"\e981"}.bx-chevron-up:before{content:"\e982"}.bx-chip:before{content:"\e983"}.bx-circle:before{content:"\e984"}.bx-clipboard:before{content:"\e985"}.bx-closet:before{content:"\e986"}.bx-cloud:before{content:"\e987"}.bx-cloud-download:before{content:"\e988"}.bx-cloud-drizzle:before{content:"\e989"}.bx-cloud-lightning:before{content:"\e98a"}.bx-cloud-light-rain:before{content:"\e98b"}.bx-cloud-rain:before{content:"\e98c"}.bx-cloud-snow:before{content:"\e98d"}.bx-cloud-upload:before{content:"\e98e"}.bx-code:before{content:"\e98f"}.bx-code-block:before{content:"\e990"}.bx-code-curly:before{content:"\e991"}.bx-coffee:before{content:"\e992"}.bx-cog:before{content:"\e993"}.bx-collapse:before{content:"\e994"}.bx-collection:before{content:"\e995"}.bx-color-fill:before{content:"\e996"}.bx-columns:before{content:"\e997"}.bx-command:before{content:"\e998"}.bx-compass:before{content:"\e999"}.bx-contact:before{content:"\e99a"}.bx-conversation:before{content:"\e99b"}.bx-copy:before{content:"\e99c"}.bx-copyright:before{content:"\e99d"}.bx-coupon:before{content:"\e99e"}.bx-credit-card:before{content:"\e99f"}.bx-crop:before{content:"\e9a0"}.bx-crosshair:before{content:"\e9a1"}.bx-crown:before{content:"\e9a2"}.bx-cube:before{content:"\e9a3"}.bx-cut:before{content:"\e9a4"}.bx-dashboard:before{content:"\e9a5"}.bx-data:before{content:"\e9a6"}.bx-desktop:before{content:"\e9a7"}.bx-detail:before{content:"\e9a8"}.bx-dialpad:before{content:"\e9a9"}.bx-diamond:before{content:"\e9aa"}.bx-directions:before{content:"\e9ab"}.bx-disc:before{content:"\e9ac"}.bx-discount:before{content:"\e9ad"}.bx-dislike:before{content:"\e9ae"}.bx-dock-bottom:before{content:"\e9af"}.bx-dock-left:before{content:"\e9b0"}.bx-dock-right:before{content:"\e9b1"}.bx-dock-top:before{content:"\e9b2"}.bx-documentation:before{content:"\e9b3"}.bx-dollar:before{content:"\e9b4"}.bx-dollar-circle:before{content:"\e9b5"}.bx-dots-horizontal:before{content:"\e9b6"}.bx-dots-horizontal-rounded:before{content:"\e9b7"}.bx-dots-vertical:before{content:"\e9b8"}.bx-dots-vertical-rounded:before{content:"\e9b9"}.bx-down-arrow:before{content:"\e9ba"}.bx-down-arrow-circle:before{content:"\e9bb"}.bx-download:before{content:"\e9bc"}.bx-download-alt:before{content:"\e9bd"}.bx-downvote:before{content:"\e9be"}.bx-drink:before{content:"\e9bf"}.bx-droplet:before{content:"\e9c0"}.bx-dumbbell:before{content:"\e9c1"}.bx-duplicate:before{content:"\e9c2"}.bx-edit:before{content:"\e9c3"}.bx-eject:before{content:"\e9c4"}.bx-envelope:before{content:"\e9c5"}.bx-equalizer:before{content:"\e9c6"}.bx-eraser:before{content:"\e9c7"}.bx-error:before{content:"\e9c8"}.bx-error-circle:before{content:"\e9c9"}.bx-exclamation:before{content:"\e9ca"}.bx-exit-fullscreen:before{content:"\e9cb"}.bx-expand:before{content:"\e9cc"}.bx-export:before{content:"\e9cd"}.bx-eyedropper:before{content:"\e9ce"}.bx-fast-forward:before{content:"\e9cf"}.bx-fast-forward-circle:before{content:"\e9d0"}.bx-female:before{content:"\e9d1"}.bx-file:before{content:"\e9d2"}.bx-file-blank:before{content:"\e9d3"}.bx-file-image:before{content:"\e9d4"}.bx-file-plus:before{content:"\e9d5"}.bx-files:before{content:"\e9d6"}.bx-film:before{content:"\e9d7"}.bx-filter:before{content:"\e9d8"}.bx-filter-alt:before{content:"\e9d9"}.bx-fingerprint:before{content:"\e9da"}.bx-first-aid:before{content:"\e9db"}.bx-first-page:before{content:"\e9dc"}.bx-flag:before{content:"\e9dd"}.bx-flag-alt:before{content:"\e9de"}.bx-flask:before{content:"\e9df"}.bx-folder:before{content:"\e9e0"}.bx-folder-minus:before{content:"\e9e1"}.bx-folder-open:before{content:"\e9e2"}.bx-folder-plus:before{content:"\e9e3"}.bx-font:before{content:"\e9e4"}.bx-font-color:before{content:"\e9e5"}.bx-font-size:before{content:"\e9e6"}.bx-football:before{content:"\e9e7"}.bx-fullscreen:before{content:"\e9e8"}.bx-gift:before{content:"\e9e9"}.bx-git-branch:before{content:"\e9ea"}.bx-git-commit:before{content:"\e9eb"}.bx-git-compare:before{content:"\e9ec"}.bx-git-merge:before{content:"\e9ed"}.bx-git-pull-request:before{content:"\e9ee"}.bx-git-repo-forked:before{content:"\e9ef"}.bx-glasses:before{content:"\e9f0"}.bx-globe:before{content:"\e9f1"}.bx-globe-alt:before{content:"\e9f2"}.bx-grid:before{content:"\e9f3"}.bx-grid-alt:before{content:"\e9f4"}.bx-group:before{content:"\e9f5"}.bx-handicap:before{content:"\e9f6"}.bx-hash:before{content:"\e9f7"}.bx-hdd:before{content:"\e9f8"}.bx-heading:before{content:"\e9f9"}.bx-headphone:before{content:"\e9fa"}.bx-heart:before{content:"\e9fb"}.bx-hexagon:before{content:"\e9fc"}.bx-hide:before{content:"\e9fd"}.bx-highlight:before{content:"\e9fe"}.bx-history:before{content:"\e9ff"}.bx-home:before{content:"\ea00"}.bx-home-alt:before{content:"\ea01"}.bx-horizontal-center:before{content:"\ea02"}.bx-hot:before{content:"\ea03"}.bx-hotel:before{content:"\ea04"}.bx-hourglass:before{content:"\ea05"}.bx-idea:before{content:"\ea06"}.bx-image:before{content:"\ea07"}.bx-image-alt:before{content:"\ea08"}.bx-images:before{content:"\ea09"}.bx-import:before{content:"\ea0a"}.bx-inbox:before{content:"\ea0b"}.bx-infinite:before{content:"\ea0c"}.bx-info:before{content:"\ea0d"}.bx-info-circle:before{content:"\ea0e"}.bx-italic:before{content:"\ea0f"}.bx-joystick:before{content:"\ea10"}.bx-joystick-alt:before{content:"\ea11"}.bx-key:before{content:"\ea12"}.bx-laptop:before{content:"\ea13"}.bx-last-page:before{content:"\ea14"}.bx-layer:before{content:"\ea15"}.bx-layout:before{content:"\ea16"}.bx-left-arrow:before{content:"\ea17"}.bx-left-arrow-circle:before{content:"\ea18"}.bx-left-bottom-arrow-circle:before{content:"\ea19"}.bx-left-indent:before{content:"\ea1a"}.bx-left-top-arrow-circle:before{content:"\ea1b"}.bx-like:before{content:"\ea1c"}.bx-link:before{content:"\ea1d"}.bx-link-alt:before{content:"\ea1e"}.bx-link-external:before{content:"\ea1f"}.bx-list:before{content:"\ea20"}.bx-list-alt:before{content:"\ea21"}.bx-list-check:before{content:"\ea22"}.bx-list-ol:before{content:"\ea23"}.bx-list-plus:before{content:"\ea24"}.bx-list-ul:before{content:"\ea25"}.bx-list-x:before{content:"\ea26"}.bx-loader:before{content:"\ea27"}.bx-loader-alt:before{content:"\ea28"}.bx-loader-circle:before{content:"\ea29"}.bx-lock:before{content:"\ea2a"}.bx-lock-open:before{content:"\ea2b"}.bx-log-in:before{content:"\ea2c"}.bx-log-out:before{content:"\ea2d"}.bx-magic-wand:before{content:"\ea2e"}.bx-male:before{content:"\ea2f"}.bx-map:before{content:"\ea30"}.bx-map-alt:before{content:"\ea31"}.bx-map-pin:before{content:"\ea32"}.bx-menu:before{content:"\ea33"}.bx-menu-alt-left:before{content:"\ea34"}.bx-menu-alt-right:before{content:"\ea35"}.bx-message:before{content:"\ea36"}.bx-message-alt:before{content:"\ea37"}.bx-message-detail:before{content:"\ea38"}.bx-message-rounded:before{content:"\ea39"}.bx-microphone:before{content:"\ea3a"}.bx-microphone-alt:before{content:"\ea3b"}.bx-microphone-off:before{content:"\ea3c"}.bx-minus:before{content:"\ea3d"}.bx-minus-circle:before{content:"\ea3e"}.bx-minus-square:before{content:"\ea3f"}.bx-mobile:before{content:"\ea40"}.bx-mobile-alt:before{content:"\ea41"}.bx-mobile-message:before{content:"\ea42"}.bx-moon:before{content:"\ea43"}.bx-mouse:before{content:"\ea44"}.bx-move:before{content:"\ea45"}.bx-movie:before{content:"\ea46"}.bx-music:before{content:"\ea47"}.bx-navigation:before{content:"\ea48"}.bx-news:before{content:"\ea49"}.bx-newsletter:before{content:"\ea4a"}.bx-notification:before{content:"\ea4b"}.bx-notification-off:before{content:"\ea4c"}.bx-octagon:before{content:"\ea4d"}.bx-package:before{content:"\ea4e"}.bx-paperclip:before{content:"\ea4f"}.bx-paper-plane:before{content:"\ea50"}.bx-paragraph:before{content:"\ea51"}.bx-paste:before{content:"\ea52"}.bx-pause:before{content:"\ea53"}.bx-pause-circle:before{content:"\ea54"}.bx-pen:before{content:"\ea55"}.bx-pencil:before{content:"\ea56"}.bx-phone:before{content:"\ea57"}.bx-phone-call:before{content:"\ea58"}.bx-phone-incoming:before{content:"\ea59"}.bx-phone-outgoing:before{content:"\ea5a"}.bx-photo-album:before{content:"\ea5b"}.bx-pie-chart:before{content:"\ea5c"}.bx-pie-chart-alt:before{content:"\ea5d"}.bx-pin:before{content:"\ea5e"}.bx-planet:before{content:"\ea5f"}.bx-play:before{content:"\ea60"}.bx-play-circle:before{content:"\ea61"}.bx-playlist:before{content:"\ea62"}.bx-plug:before{content:"\ea63"}.bx-plus:before{content:"\ea64"}.bx-plus-circle:before{content:"\ea65"}.bx-plus-square:before{content:"\ea66"}.bx-poll:before{content:"\ea67"}.bx-popular:before{content:"\ea68"}.bx-power-off:before{content:"\ea69"}.bx-printer:before{content:"\ea6a"}.bx-pulse:before{content:"\ea6b"}.bx-purchase-tag:before{content:"\ea6c"}.bx-question-mark:before{content:"\ea6d"}.bx-quote-left:before{content:"\ea6e"}.bx-quote-right:before{content:"\ea6f"}.bx-radar:before{content:"\ea70"}.bx-radio:before{content:"\ea71"}.bx-radio-circle:before{content:"\ea72"}.bx-radio-circle-marked:before{content:"\ea73"}.bx-rectangle:before{content:"\ea74"}.bx-redo:before{content:"\ea75"}.bx-rename:before{content:"\ea76"}.bx-reply:before{content:"\ea77"}.bx-reply-all:before{content:"\ea78"}.bx-report:before{content:"\ea79"}.bx-repost:before{content:"\ea7a"}.bx-reset:before{content:"\ea7b"}.bx-restaurant:before{content:"\ea7c"}.bx-revision:before{content:"\ea7d"}.bx-rewind:before{content:"\ea7e"}.bx-ribbon:before{content:"\ea7f"}.bx-right-arrow:before{content:"\ea80"}.bx-right-arrow-circle:before{content:"\ea81"}.bx-right-down-arrow-circle:before{content:"\ea82"}.bx-right-indent:before{content:"\ea83"}.bx-right-top-arrow-circle:before{content:"\ea84"}.bx-rocket:before{content:"\ea85"}.bx-rotate:before{content:"\ea86"}.bx-rss:before{content:"\ea87"}.bx-ruler:before{content:"\ea88"}.bx-save:before{content:"\ea89"}.bx-screenshot:before{content:"\ea8a"}.bx-search:before{content:"\ea8b"}.bx-search-alt:before{content:"\ea8c"}.bx-select-arrows:before{content:"\ea8d"}.bx-selection:before{content:"\ea8e"}.bx-select-multiple:before{content:"\ea8f"}.bx-send:before{content:"\ea90"}.bx-server:before{content:"\ea91"}.bx-share:before{content:"\ea92"}.bx-share-alt:before{content:"\ea93"}.bx-shield:before{content:"\ea94"}.bx-shield-alt:before{content:"\ea95"}.bx-shopping-bag:before{content:"\ea96"}.bx-shopping-bag-alt:before{content:"\ea97"}.bx-show:before{content:"\ea98"}.bx-shuffle:before{content:"\ea99"}.bx-shuffle-alt:before{content:"\ea9a"}.bx-sidebar:before{content:"\ea9b"}.bx-sitemap:before{content:"\ea9c"}.bx-skip-next:before{content:"\ea9d"}.bx-skip-next-circle:before{content:"\ea9e"}.bx-skip-previous:before{content:"\ea9f"}.bx-skip-previous-circle:before{content:"\eaa0"}.bx-skull:before{content:"\eaa1"}.bx-slider:before{content:"\eaa2"}.bx-slider-alt:before{content:"\eaa3"}.bx-smiley-happy:before{content:"\eaa4"}.bx-smiley-meh:before{content:"\eaa5"}.bx-smiley-sad:before{content:"\eaa6"}.bx-snowflake:before{content:"\eaa7"}.bx-sort:before{content:"\eaa8"}.bx-sort-alt:before{content:"\eaa9"}.bx-spreadsheet:before{content:"\eaaa"}.bx-star:before{content:"\eaab"}.bx-station:before{content:"\eaac"}.bx-stats:before{content:"\eaad"}.bx-stop:before{content:"\eaae"}.bx-stop-circle:before{content:"\eaaf"}.bx-stopwatch:before{content:"\eab0"}.bx-store:before{content:"\eab1"}.bx-strikethrough:before{content:"\eab2"}.bx-subdirectory-left:before{content:"\eab3"}.bx-subdirectory-right:before{content:"\eab4"}.bx-sun:before{content:"\eab5"}.bx-support:before{content:"\eab6"}.bx-swim:before{content:"\eab7"}.bx-sync:before{content:"\eab8"}.bx-tab:before{content:"\eab9"}.bx-table:before{content:"\eaba"}.bx-tag:before{content:"\eabb"}.bx-tag-x:before{content:"\eabc"}.bx-target-lock:before{content:"\eabd"}.bx-task:before{content:"\eabe"}.bx-taxi:before{content:"\eabf"}.bx-tennis-ball:before{content:"\eac0"}.bx-terminal:before{content:"\eac1"}.bx-text:before{content:"\eac2"}.bx-thermometer:before{content:"\eac3"}.bx-time:before{content:"\eac4"}.bx-timer:before{content:"\eac5"}.bx-toggle:before{content:"\eac6"}.bx-toggle-left:before{content:"\eac7"}.bx-toggle-right:before{content:"\eac8"}.bx-torch:before{content:"\eac9"}.bx-to-top:before{content:"\eaca"}.bx-train:before{content:"\eacb"}.bx-transfer:before{content:"\eacc"}.bx-trash:before{content:"\eacd"}.bx-trash-alt:before{content:"\eace"}.bx-trending-down:before{content:"\eacf"}.bx-trending-up:before{content:"\ead0"}.bx-triangle:before{content:"\ead1"}.bx-trophy:before{content:"\ead2"}.bx-trophy-star:before{content:"\ead3"}.bx-truck:before{content:"\ead4"}.bx-t-shirt:before{content:"\ead5"}.bx-tv:before{content:"\ead6"}.bx-umbrella:before{content:"\ead7"}.bx-underline:before{content:"\ead8"}.bx-undo:before{content:"\ead9"}.bx-up-arrow:before{content:"\eada"}.bx-up-arrow-circle:before{content:"\eadb"}.bx-upload:before{content:"\eadc"}.bx-upvote:before{content:"\eadd"}.bx-usb:before{content:"\eade"}.bx-user:before{content:"\eadf"}.bx-user-check:before{content:"\eae0"}.bx-user-circle:before{content:"\eae1"}.bx-user-detail:before{content:"\eae2"}.bx-user-minus:before{content:"\eae3"}.bx-user-plus:before{content:"\eae4"}.bx-user-x:before{content:"\eae5"}.bx-vertical-center:before{content:"\eae6"}.bx-video:before{content:"\eae7"}.bx-video-off:before{content:"\eae8"}.bx-video-plus:before{content:"\eae9"}.bx-videos:before{content:"\eaea"}.bx-voicemail:before{content:"\eaeb"}.bx-volume:before{content:"\eaec"}.bx-volume-full:before{content:"\eaed"}.bx-volume-low:before{content:"\eaee"}.bx-volume-mute:before{content:"\eaef"}.bx-wallet:before{content:"\eaf0"}.bx-watch:before{content:"\eaf1"}.bx-watch-alt:before{content:"\eaf2"}.bx-water:before{content:"\eaf3"}.bx-widget:before{content:"\eaf4"}.bx-wifi:before{content:"\eaf5"}.bx-wind:before{content:"\eaf6"}.bx-window:before{content:"\eaf7"}.bx-window-close:before{content:"\eaf8"}.bx-window-open:before{content:"\eaf9"}.bx-windows:before{content:"\eafa"}.bx-world:before{content:"\eafb"}.bx-wrench:before{content:"\eafc"}.bx-x:before{content:"\eafd"}.bx-x-circle:before{content:"\eafe"}.bx-x-square:before{content:"\eaff"}.bx-zap:before{content:"\eb00"}.bx-zoom-in:before{content:"\eb01"}.bx-zoom-out:before{content:"\eb02"}.bxs-adjust:before{content:"\eb03"}.bxs-alarm:before{content:"\eb04"}.bxs-alarm-off:before{content:"\eb05"}.bxs-album:before{content:"\eb06"}.bxs-archive:before{content:"\eb07"}.bxs-archive-in:before{content:"\eb08"}.bxs-archive-out:before{content:"\eb09"}.bxs-area:before{content:"\eb0a"}.bxs-award:before{content:"\eb0b"}.bxs-ball:before{content:"\eb0c"}.bxs-bar-chart-square:before{content:"\eb0d"}.bxs-barcode:before{content:"\eb0e"}.bxs-bath:before{content:"\eb0f"}.bxs-battery:before{content:"\eb10"}.bxs-battery-charging:before{content:"\eb11"}.bxs-battery-full:before{content:"\eb12"}.bxs-battery-low:before{content:"\eb13"}.bxs-bed:before{content:"\eb14"}.bxs-bell:before{content:"\eb15"}.bxs-bell-minus:before{content:"\eb16"}.bxs-bell-off:before{content:"\eb17"}.bxs-bell-plus:before{content:"\eb18"}.bxs-bell-ring:before{content:"\eb19"}.bxs-bolt:before{content:"\eb1a"}.bxs-book:before{content:"\eb1b"}.bxs-book-bookmark:before{content:"\eb1c"}.bxs-bookmark:before{content:"\eb1d"}.bxs-bookmark-minus:before{content:"\eb1e"}.bxs-bookmark-plus:before{content:"\eb1f"}.bxs-bookmarks:before{content:"\eb20"}.bxs-bookmark-star:before{content:"\eb21"}.bxs-book-open:before{content:"\eb22"}.bxs-bot:before{content:"\eb23"}.bxs-box:before{content:"\eb24"}.bxs-briefcase:before{content:"\eb25"}.bxs-briefcase-alt:before{content:"\eb26"}.bxs-bug:before{content:"\eb27"}.bxs-building:before{content:"\eb28"}.bxs-bulb:before{content:"\eb29"}.bxs-buoy:before{content:"\eb2a"}.bxs-bus:before{content:"\eb2b"}.bxs-calculator:before{content:"\eb2c"}.bxs-calendar:before{content:"\eb2d"}.bxs-calendar-alt:before{content:"\eb2e"}.bxs-calendar-check:before{content:"\eb2f"}.bxs-calendar-minus:before{content:"\eb30"}.bxs-calendar-plus:before{content:"\eb31"}.bxs-calendar-x:before{content:"\eb32"}.bxs-camera:before{content:"\eb33"}.bxs-camera-alt:before{content:"\eb34"}.bxs-camera-off:before{content:"\eb35"}.bxs-captions:before{content:"\eb36"}.bxs-car:before{content:"\eb37"}.bxs-carousel:before{content:"\eb38"}.bxs-cart:before{content:"\eb39"}.bxs-cart-alt:before{content:"\eb3a"}.bxs-categories:before{content:"\eb3b"}.bxs-certification:before{content:"\eb3c"}.bxs-chart:before{content:"\eb3d"}.bxs-checkbox:before{content:"\eb3e"}.bxs-checkbox-checked:before{content:"\eb3f"}.bxs-check-circle:before{content:"\eb40"}.bxs-chip:before{content:"\eb41"}.bxs-circle:before{content:"\eb42"}.bxs-clipboard:before{content:"\eb43"}.bxs-cloud:before{content:"\eb44"}.bxs-cloud-download:before{content:"\eb45"}.bxs-cloud-upload:before{content:"\eb46"}.bxs-code-block:before{content:"\eb47"}.bxs-coffee:before{content:"\eb48"}.bxs-cog:before{content:"\eb49"}.bxs-collection:before{content:"\eb4a"}.bxs-compass:before{content:"\eb4b"}.bxs-contact:before{content:"\eb4c"}.bxs-conversation:before{content:"\eb4d"}.bxs-copy:before{content:"\eb4e"}.bxs-copyright:before{content:"\eb4f"}.bxs-coupon:before{content:"\eb50"}.bxs-credit-card:before{content:"\eb51"}.bxs-crown:before{content:"\eb52"}.bxs-cube:before{content:"\eb53"}.bxs-dashboard:before{content:"\eb54"}.bxs-detail:before{content:"\eb55"}.bxs-diamond:before{content:"\eb56"}.bxs-disc:before{content:"\eb57"}.bxs-discount:before{content:"\eb58"}.bxs-dislike:before{content:"\eb59"}.bxs-dock-bottom:before{content:"\eb5a"}.bxs-dock-left:before{content:"\eb5b"}.bxs-dock-right:before{content:"\eb5c"}.bxs-dock-top:before{content:"\eb5d"}.bxs-documentation:before{content:"\eb5e"}.bxs-dollar-circle:before{content:"\eb5f"}.bxs-down-arrow:before{content:"\eb60"}.bxs-down-arrow-circle:before{content:"\eb61"}.bxs-download-alt:before{content:"\eb62"}.bxs-downvote:before{content:"\eb63"}.bxs-drink:before{content:"\eb64"}.bxs-droplet:before{content:"\eb65"}.bxs-duplicate:before{content:"\eb66"}.bxs-edit:before{content:"\eb67"}.bxs-eject:before{content:"\eb68"}.bxs-envelope:before{content:"\eb69"}.bxs-error:before{content:"\eb6a"}.bxs-error-circle:before{content:"\eb6b"}.bxs-fast-forward-circle:before{content:"\eb6c"}.bxs-file:before{content:"\eb6d"}.bxs-file-blank:before{content:"\eb6e"}.bxs-file-image:before{content:"\eb6f"}.bxs-file-plus:before{content:"\eb70"}.bxs-files:before{content:"\eb71"}.bxs-film:before{content:"\eb72"}.bxs-filter-alt:before{content:"\eb73"}.bxs-first-aid:before{content:"\eb74"}.bxs-flag:before{content:"\eb75"}.bxs-flag-alt:before{content:"\eb76"}.bxs-folder:before{content:"\eb77"}.bxs-folder-minus:before{content:"\eb78"}.bxs-folder-open:before{content:"\eb79"}.bxs-folder-plus:before{content:"\eb7a"}.bxs-gift:before{content:"\eb7b"}.bxs-globe-alt:before{content:"\eb7c"}.bxs-grid-alt:before{content:"\eb7d"}.bxs-group:before{content:"\eb7e"}.bxs-hdd:before{content:"\eb7f"}.bxs-heart:before{content:"\eb80"}.bxs-hexagon:before{content:"\eb81"}.bxs-hide:before{content:"\eb82"}.bxs-home:before{content:"\eb83"}.bxs-home-alt:before{content:"\eb84"}.bxs-hot:before{content:"\eb85"}.bxs-hourglass:before{content:"\eb86"}.bxs-idea:before{content:"\eb87"}.bxs-image:before{content:"\eb88"}.bxs-image-alt:before{content:"\eb89"}.bxs-inbox:before{content:"\eb8a"}.bxs-info-circle:before{content:"\eb8b"}.bxs-joystick:before{content:"\eb8c"}.bxs-joystick-alt:before{content:"\eb8d"}.bxs-key:before{content:"\eb8e"}.bxs-layer:before{content:"\eb8f"}.bxs-layout:before{content:"\eb90"}.bxs-left-arrow:before{content:"\eb91"}.bxs-left-arrow-circle:before{content:"\eb92"}.bxs-left-bottom-arrow-circle:before{content:"\eb93"}.bxs-left-top-arrow-circle:before{content:"\eb94"}.bxs-like:before{content:"\eb95"}.bxs-lock:before{content:"\eb96"}.bxs-lock-open:before{content:"\eb97"}.bxs-map:before{content:"\eb98"}.bxs-map-alt:before{content:"\eb99"}.bxs-message:before{content:"\eb9a"}.bxs-message-alt:before{content:"\eb9b"}.bxs-message-detail:before{content:"\eb9c"}.bxs-message-rounded:before{content:"\eb9d"}.bxs-microphone:before{content:"\eb9e"}.bxs-microphone-off:before{content:"\eb9f"}.bxs-minus-circle:before{content:"\eba0"}.bxs-minus-square:before{content:"\eba1"}.bxs-mobile-alt:before{content:"\eba2"}.bxs-mobile-message:before{content:"\eba3"}.bxs-moon:before{content:"\eba4"}.bxs-mouse:before{content:"\eba5"}.bxs-movie:before{content:"\eba6"}.bxs-music:before{content:"\eba7"}.bxs-navigation:before{content:"\eba8"}.bxs-news:before{content:"\eba9"}.bxs-newsletter:before{content:"\ebaa"}.bxs-notification:before{content:"\ebab"}.bxs-notification-off:before{content:"\ebac"}.bxs-octagon:before{content:"\ebad"}.bxs-package:before{content:"\ebae"}.bxs-paper-plane:before{content:"\ebaf"}.bxs-paste:before{content:"\ebb0"}.bxs-pause-circle:before{content:"\ebb1"}.bxs-pen:before{content:"\ebb2"}.bxs-pencil:before{content:"\ebb3"}.bxs-phone:before{content:"\ebb4"}.bxs-phone-call:before{content:"\ebb5"}.bxs-phone-incoming:before{content:"\ebb6"}.bxs-phone-outgoing:before{content:"\ebb7"}.bxs-photo-album:before{content:"\ebb8"}.bxs-pie-chart:before{content:"\ebb9"}.bxs-pie-chart-alt:before{content:"\ebba"}.bxs-pin:before{content:"\ebbb"}.bxs-planet:before{content:"\ebbc"}.bxs-play-circle:before{content:"\ebbd"}.bxs-playlist:before{content:"\ebbe"}.bxs-plug:before{content:"\ebbf"}.bxs-plus-circle:before{content:"\ebc0"}.bxs-plus-square:before{content:"\ebc1"}.bxs-printer:before{content:"\ebc2"}.bxs-purchase-tag:before{content:"\ebc3"}.bxs-quote-left:before{content:"\ebc4"}.bxs-quote-right:before{content:"\ebc5"}.bxs-radio:before{content:"\ebc6"}.bxs-rectangle:before{content:"\ebc7"}.bxs-rename:before{content:"\ebc8"}.bxs-report:before{content:"\ebc9"}.bxs-right-arrow:before{content:"\ebca"}.bxs-right-arrow-circle:before{content:"\ebcb"}.bxs-right-down-arrow-circle:before{content:"\ebcc"}.bxs-right-top-arrow-circle:before{content:"\ebcd"}.bxs-rocket:before{content:"\ebce"}.bxs-ruler:before{content:"\ebcf"}.bxs-save:before{content:"\ebd0"}.bxs-search-alt:before{content:"\ebd1"}.bxs-select-arrows:before{content:"\ebd2"}.bxs-select-multiple:before{content:"\ebd3"}.bxs-send:before{content:"\ebd4"}.bxs-server:before{content:"\ebd5"}.bxs-share:before{content:"\ebd6"}.bxs-share-alt:before{content:"\ebd7"}.bxs-shield:before{content:"\ebd8"}.bxs-shield-alt:before{content:"\ebd9"}.bxs-shopping-bag:before{content:"\ebda"}.bxs-shopping-bag-alt:before{content:"\ebdb"}.bxs-show:before{content:"\ebdc"}.bxs-sidebar:before{content:"\ebdd"}.bxs-skip-next-circle:before{content:"\ebde"}.bxs-skip-previous-circle:before{content:"\ebdf"}.bxs-skull:before{content:"\ebe0"}.bxs-smiley-happy:before{content:"\ebe1"}.bxs-smiley-meh:before{content:"\ebe2"}.bxs-smiley-sad:before{content:"\ebe3"}.bxs-spreadsheet:before{content:"\ebe4"}.bxs-star:before{content:"\ebe5"}.bxs-star-half:before{content:"\ebe6"}.bxs-stop-circle:before{content:"\ebe7"}.bxs-stopwatch:before{content:"\ebe8"}.bxs-store:before{content:"\ebe9"}.bxs-sun:before{content:"\ebea"}.bxs-tag:before{content:"\ebeb"}.bxs-tag-x:before{content:"\ebec"}.bxs-task:before{content:"\ebed"}.bxs-taxi:before{content:"\ebee"}.bxs-tennis-ball:before{content:"\ebef"}.bxs-terminal:before{content:"\ebf0"}.bxs-thermometer:before{content:"\ebf1"}.bxs-time:before{content:"\ebf2"}.bxs-timer:before{content:"\ebf3"}.bxs-toggle:before{content:"\ebf4"}.bxs-toggle-left:before{content:"\ebf5"}.bxs-toggle-right:before{content:"\ebf6"}.bxs-torch:before{content:"\ebf7"}.bxs-to-top:before{content:"\ebf8"}.bxs-train:before{content:"\ebf9"}.bxs-trash:before{content:"\ebfa"}.bxs-trash-alt:before{content:"\ebfb"}.bxs-triangle:before{content:"\ebfc"}.bxs-trophy:before{content:"\ebfd"}.bxs-trophy-star:before{content:"\ebfe"}.bxs-truck:before{content:"\ebff"}.bxs-t-shirt:before{content:"\ec00"}.bxs-tv:before{content:"\ec01"}.bxs-umbrella:before{content:"\ec02"}.bxs-up-arrow:before{content:"\ec03"}.bxs-up-arrow-circle:before{content:"\ec04"}.bxs-upvote:before{content:"\ec05"}.bxs-user:before{content:"\ec06"}.bxs-user-check:before{content:"\ec07"}.bxs-user-circle:before{content:"\ec08"}.bxs-user-detail:before{content:"\ec09"}.bxs-user-minus:before{content:"\ec0a"}.bxs-user-plus:before{content:"\ec0b"}.bxs-user-x:before{content:"\ec0c"}.bxs-video:before{content:"\ec0d"}.bxs-video-off:before{content:"\ec0e"}.bxs-video-plus:before{content:"\ec0f"}.bxs-videos:before{content:"\ec10"}.bxs-volume:before{content:"\ec11"}.bxs-volume-full:before{content:"\ec12"}.bxs-volume-low:before{content:"\ec13"}.bxs-volume-mute:before{content:"\ec14"}.bxs-wallet:before{content:"\ec15"}.bxs-watch:before{content:"\ec16"}.bxs-watch-alt:before{content:"\ec17"}.bxs-widget:before{content:"\ec18"}.bxs-window:before{content:"\ec19"}.bxs-window-close:before{content:"\ec1a"}.bxs-window-open:before{content:"\ec1b"}.bxs-windows:before{content:"\ec1c"}.bxs-world:before{content:"\ec1d"}.bxs-wrench:before{content:"\ec1e"}.bxs-x-circle:before{content:"\ec1f"}.bxs-x-square:before{content:"\ec20"}.bxs-zap:before{content:"\ec21"}.bxs-zoom-in:before{content:"\ec22"}.bxs-zoom-out:before{content:"\ec23"} \ No newline at end of file +@font-face{font-family:boxicons;font-weight:400;font-style:normal;src:url(../fonts/boxicons.eot);src:url(../fonts/boxicons.eot) format('embedded-opentype'),url(../fonts/boxicons.woff2) format('woff2'),url(../fonts/boxicons.woff) format('woff'),url(../fonts/boxicons.ttf) format('truetype'),url(../fonts/boxicons.svg?#boxicons) format('svg')}.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{margin-left:2em;padding-left:0;list-style:none}.bx-ul>li{position:relative}.bx-ul .bx{font-size:inherit;line-height:inherit;position:absolute;left:-2em;width:2em;text-align:center}@-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-fw{font-size:1.2857142857em;line-height:.8em;width:1.2857142857em;height:.8em;margin-top:-.2em!important;vertical-align:middle}.bx-lg{font-size:3rem!important}.bx-pull-left{float:left;margin-right:.3em!important}.bx-pull-right{float:right;margin-left:.3em!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-justify:before{content:"\e904"}.bx-align-left:before{content:"\e905"}.bx-align-middle:before{content:"\e906"}.bx-align-right:before{content:"\e907"}.bx-analyse:before{content:"\e908"}.bx-anchor:before{content:"\e909"}.bx-aperture:before{content:"\e90a"}.bx-archive:before{content:"\e90b"}.bx-archive-in:before{content:"\e90c"}.bx-archive-out:before{content:"\e90d"}.bx-area:before{content:"\e90e"}.bx-arrow-back:before{content:"\e90f"}.bx-asterisk:before{content:"\e910"}.bx-at:before{content:"\e911"}.bx-award:before{content:"\e912"}.bx-badge:before{content:"\e913"}.bx-ball:before{content:"\e914"}.bx-bar-chart:before{content:"\e915"}.bx-bar-chart-alt:before{content:"\e916"}.bx-bar-chart-square:before{content:"\e917"}.bx-barcode:before{content:"\e918"}.bx-basketball:before{content:"\e919"}.bx-bath:before{content:"\e91a"}.bx-battery:before{content:"\e91b"}.bx-battery-charging:before{content:"\e91c"}.bx-battery-full:before{content:"\e91d"}.bx-battery-low:before{content:"\e91e"}.bx-bed:before{content:"\e91f"}.bx-bell:before{content:"\e920"}.bx-bell-minus:before{content:"\e921"}.bx-bell-off:before{content:"\e922"}.bx-bell-plus:before{content:"\e923"}.bx-bell-ring:before{content:"\e924"}.bx-bicycle:before{content:"\e925"}.bx-block:before{content:"\e926"}.bx-bluetooth:before{content:"\e927"}.bx-body:before{content:"\e928"}.bx-bold:before{content:"\e929"}.bx-bolt:before{content:"\e92a"}.bx-book:before{content:"\e92b"}.bx-book-bookmark:before{content:"\e92c"}.bx-bookmark:before{content:"\e92d"}.bx-bookmark-minus:before{content:"\e92e"}.bx-bookmark-plus:before{content:"\e92f"}.bx-bookmarks:before{content:"\e930"}.bx-bookmark-star:before{content:"\e931"}.bx-book-open:before{content:"\e932"}.bx-bot:before{content:"\e933"}.bx-box:before{content:"\e934"}.bx-briefcase:before{content:"\e935"}.bx-briefcase-alt:before{content:"\e936"}.bx-broadcast:before{content:"\e937"}.bx-bug:before{content:"\e938"}.bx-building:before{content:"\e939"}.bx-bulb:before{content:"\e93a"}.bx-bullseye:before{content:"\e93b"}.bx-buoy:before{content:"\e93c"}.bx-bus:before{content:"\e93d"}.bx-calculator:before{content:"\e93e"}.bx-calendar:before{content:"\e93f"}.bx-calendar-alt:before{content:"\e940"}.bx-calendar-check:before{content:"\e941"}.bx-calendar-minus:before{content:"\e942"}.bx-calendar-plus:before{content:"\e943"}.bx-calendar-x:before{content:"\e944"}.bx-camera:before{content:"\e945"}.bx-camera-alt:before{content:"\e946"}.bx-camera-off:before{content:"\e947"}.bx-capsule:before{content:"\e948"}.bx-captions:before{content:"\e949"}.bx-car:before{content:"\e94a"}.bx-card:before{content:"\e94b"}.bx-carousel:before{content:"\e94c"}.bx-cart:before{content:"\e94d"}.bx-cart-alt:before{content:"\e94e"}.bx-cast:before{content:"\e94f"}.bx-certification:before{content:"\e950"}.bx-chalkboard:before{content:"\e951"}.bx-chart:before{content:"\e952"}.bx-check:before{content:"\e953"}.bx-checkbox:before{content:"\e954"}.bx-checkbox-checked:before{content:"\e955"}.bx-checkbox-square:before{content:"\e956"}.bx-check-circle:before{content:"\e957"}.bx-check-double:before{content:"\e958"}.bx-chevron-down:before{content:"\e959"}.bx-chevron-left:before{content:"\e95a"}.bx-chevron-right:before{content:"\e95b"}.bx-chevrons-down:before{content:"\e95c"}.bx-chevrons-left:before{content:"\e95d"}.bx-chevrons-right:before{content:"\e95e"}.bx-chevrons-up:before{content:"\e95f"}.bx-chevron-up:before{content:"\e960"}.bx-chip:before{content:"\e961"}.bx-circle:before{content:"\e962"}.bx-clipboard:before{content:"\e963"}.bx-closet:before{content:"\e964"}.bx-cloud:before{content:"\e965"}.bx-cloud-download:before{content:"\e966"}.bx-cloud-drizzle:before{content:"\e967"}.bx-cloud-lightning:before{content:"\e968"}.bx-cloud-light-rain:before{content:"\e969"}.bx-cloud-rain:before{content:"\e96a"}.bx-cloud-snow:before{content:"\e96b"}.bx-cloud-upload:before{content:"\e96c"}.bx-code:before{content:"\e96d"}.bx-code-block:before{content:"\e96e"}.bx-code-curly:before{content:"\e96f"}.bx-coffee:before{content:"\e970"}.bx-cog:before{content:"\e971"}.bx-collapse:before{content:"\e972"}.bx-collection:before{content:"\e973"}.bx-color-fill:before{content:"\e974"}.bx-columns:before{content:"\e975"}.bx-command:before{content:"\e976"}.bx-compass:before{content:"\e977"}.bx-contact:before{content:"\e978"}.bx-conversation:before{content:"\e979"}.bx-copy:before{content:"\e97a"}.bx-copyright:before{content:"\e97b"}.bx-coupon:before{content:"\e97c"}.bx-credit-card:before{content:"\e97d"}.bx-crop:before{content:"\e97e"}.bx-crosshair:before{content:"\e97f"}.bx-crown:before{content:"\e980"}.bx-cube:before{content:"\e981"}.bx-cut:before{content:"\e982"}.bx-dashboard:before{content:"\e983"}.bx-data:before{content:"\e984"}.bx-desktop:before{content:"\e985"}.bx-detail:before{content:"\e986"}.bx-dialpad:before{content:"\e987"}.bx-diamond:before{content:"\e988"}.bx-directions:before{content:"\e989"}.bx-disc:before{content:"\e98a"}.bx-discount:before{content:"\e98b"}.bx-dislike:before{content:"\e98c"}.bx-dock-bottom:before{content:"\e98d"}.bx-dock-left:before{content:"\e98e"}.bx-dock-right:before{content:"\e98f"}.bx-dock-top:before{content:"\e990"}.bx-documentation:before{content:"\e991"}.bx-dollar:before{content:"\e992"}.bx-dollar-circle:before{content:"\e993"}.bx-dots-horizontal:before{content:"\e994"}.bx-dots-horizontal-rounded:before{content:"\e995"}.bx-dots-vertical:before{content:"\e996"}.bx-dots-vertical-rounded:before{content:"\e997"}.bx-down-arrow:before{content:"\e998"}.bx-down-arrow-circle:before{content:"\e999"}.bx-download:before{content:"\e99a"}.bx-downvote:before{content:"\e99b"}.bx-drink:before{content:"\e99c"}.bx-droplet:before{content:"\e99d"}.bx-dumbbell:before{content:"\e99e"}.bx-duplicate:before{content:"\e99f"}.bx-edit:before{content:"\e9a0"}.bx-eject:before{content:"\e9a1"}.bx-envelope:before{content:"\e9a2"}.bx-equalizer:before{content:"\e9a3"}.bx-eraser:before{content:"\e9a4"}.bx-error:before{content:"\e9a5"}.bx-error-circle:before{content:"\e9a6"}.bx-exclamation:before{content:"\e9a7"}.bx-exit-fullscreen:before{content:"\e9a8"}.bx-expand:before{content:"\e9a9"}.bx-export:before{content:"\e9aa"}.bx-eyedropper:before{content:"\e9ab"}.bx-fast-forward:before{content:"\e9ac"}.bx-fast-forward-circle:before{content:"\e9ad"}.bx-female:before{content:"\e9ae"}.bx-file:before{content:"\e9af"}.bx-file-blank:before{content:"\e9b0"}.bx-file-image:before{content:"\e9b1"}.bx-file-plus:before{content:"\e9b2"}.bx-files:before{content:"\e9b3"}.bx-film:before{content:"\e9b4"}.bx-filter:before{content:"\e9b5"}.bx-filter-alt:before{content:"\e9b6"}.bx-fingerprint:before{content:"\e9b7"}.bx-first-aid:before{content:"\e9b8"}.bx-first-page:before{content:"\e9b9"}.bx-flag:before{content:"\e9ba"}.bx-flag-alt:before{content:"\e9bb"}.bx-flask:before{content:"\e9bc"}.bx-folder:before{content:"\e9bd"}.bx-folder-minus:before{content:"\e9be"}.bx-folder-open:before{content:"\e9bf"}.bx-folder-plus:before{content:"\e9c0"}.bx-font:before{content:"\e9c1"}.bx-font-color:before{content:"\e9c2"}.bx-font-size:before{content:"\e9c3"}.bx-football:before{content:"\e9c4"}.bx-fullscreen:before{content:"\e9c5"}.bx-gift:before{content:"\e9c6"}.bx-git-branch:before{content:"\e9c7"}.bx-git-commit:before{content:"\e9c8"}.bx-git-compare:before{content:"\e9c9"}.bx-git-merge:before{content:"\e9ca"}.bx-git-pull-request:before{content:"\e9cb"}.bx-git-repo-forked:before{content:"\e9cc"}.bx-glasses: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-grid-horizontal:before{content:"\e9d2"}.bx-grid-small:before{content:"\e9d3"}.bx-grid-vertical:before{content:"\e9d4"}.bx-group:before{content:"\e9d5"}.bx-handicap:before{content:"\e9d6"}.bx-hash:before{content:"\e9d7"}.bx-hdd:before{content:"\e9d8"}.bx-heading:before{content:"\e9d9"}.bx-headphone:before{content:"\e9da"}.bx-heart:before{content:"\e9db"}.bx-help-circle:before{content:"\e9dc"}.bx-hexagon:before{content:"\e9dd"}.bx-hide:before{content:"\e9de"}.bx-highlight:before{content:"\e9df"}.bx-history:before{content:"\e9e0"}.bx-home:before{content:"\e9e1"}.bx-home-alt:before{content:"\e9e2"}.bx-horizontal-center:before{content:"\e9e3"}.bx-hot:before{content:"\e9e4"}.bx-hotel:before{content:"\e9e5"}.bx-hourglass:before{content:"\e9e6"}.bx-id-card:before{content:"\e9e7"}.bx-idea:before{content:"\e9e8"}.bx-image:before{content:"\e9e9"}.bx-image-alt:before{content:"\e9ea"}.bx-images:before{content:"\e9eb"}.bx-import:before{content:"\e9ec"}.bx-inbox:before{content:"\e9ed"}.bx-infinite:before{content:"\e9ee"}.bx-info:before{content:"\e9ef"}.bx-info-circle:before{content:"\e9f0"}.bx-italic:before{content:"\e9f1"}.bx-joystick:before{content:"\e9f2"}.bx-joystick-alt:before{content:"\e9f3"}.bx-key:before{content:"\e9f4"}.bx-laptop:before{content:"\e9f5"}.bx-last-page:before{content:"\e9f6"}.bx-layer:before{content:"\e9f7"}.bx-layout:before{content:"\e9f8"}.bx-left-arrow:before{content:"\e9f9"}.bx-left-arrow-circle:before{content:"\e9fa"}.bx-left-bottom-arrow-circle:before{content:"\e9fb"}.bx-left-indent:before{content:"\e9fc"}.bx-left-top-arrow-circle:before{content:"\e9fd"}.bx-like:before{content:"\e9fe"}.bx-link:before{content:"\e9ff"}.bx-link-alt:before{content:"\ea00"}.bx-link-external:before{content:"\ea01"}.bx-list:before{content:"\ea02"}.bx-list-alt:before{content:"\ea03"}.bx-list-check:before{content:"\ea04"}.bx-list-ol:before{content:"\ea05"}.bx-list-plus:before{content:"\ea06"}.bx-list-ul:before{content:"\ea07"}.bx-list-x:before{content:"\ea08"}.bx-loader:before{content:"\ea09"}.bx-loader-alt:before{content:"\ea0a"}.bx-loader-circle:before{content:"\ea0b"}.bx-lock:before{content:"\ea0c"}.bx-lock-open:before{content:"\ea0d"}.bx-log-in:before{content:"\ea0e"}.bx-log-out:before{content:"\ea0f"}.bx-magic-wand:before{content:"\ea10"}.bx-magnet:before{content:"\ea11"}.bx-male:before{content:"\ea12"}.bx-map:before{content:"\ea13"}.bx-map-alt:before{content:"\ea14"}.bx-map-pin:before{content:"\ea15"}.bx-menu:before{content:"\ea16"}.bx-menu-alt-left:before{content:"\ea17"}.bx-menu-alt-right:before{content:"\ea18"}.bx-message:before{content:"\ea19"}.bx-message-alt:before{content:"\ea1a"}.bx-message-detail:before{content:"\ea1b"}.bx-message-rounded:before{content:"\ea1c"}.bx-microphone:before{content:"\ea1d"}.bx-microphone-alt:before{content:"\ea1e"}.bx-microphone-off:before{content:"\ea1f"}.bx-minus:before{content:"\ea20"}.bx-minus-circle:before{content:"\ea21"}.bx-minus-square:before{content:"\ea22"}.bx-mobile:before{content:"\ea23"}.bx-mobile-alt:before{content:"\ea24"}.bx-mobile-message:before{content:"\ea25"}.bx-moon:before{content:"\ea26"}.bx-mouse:before{content:"\ea27"}.bx-move:before{content:"\ea28"}.bx-move-horizontal:before{content:"\ea29"}.bx-move-vertical:before{content:"\ea2a"}.bx-movie:before{content:"\ea2b"}.bx-music:before{content:"\ea2c"}.bx-navigation:before{content:"\ea2d"}.bx-news:before{content:"\ea2e"}.bx-newsletter:before{content:"\ea2f"}.bx-note:before{content:"\ea30"}.bx-notes:before{content:"\ea31"}.bx-notification:before{content:"\ea32"}.bx-notification-off:before{content:"\ea33"}.bx-octagon:before{content:"\ea34"}.bx-package:before{content:"\ea35"}.bx-paperclip:before{content:"\ea36"}.bx-paper-plane:before{content:"\ea37"}.bx-paragraph:before{content:"\ea38"}.bx-paste:before{content:"\ea39"}.bx-pause:before{content:"\ea3a"}.bx-pause-circle:before{content:"\ea3b"}.bx-pen:before{content:"\ea3c"}.bx-pencil:before{content:"\ea3d"}.bx-phone:before{content:"\ea3e"}.bx-phone-call:before{content:"\ea3f"}.bx-phone-incoming:before{content:"\ea40"}.bx-phone-outgoing:before{content:"\ea41"}.bx-photo-album:before{content:"\ea42"}.bx-pie-chart:before{content:"\ea43"}.bx-pie-chart-alt:before{content:"\ea44"}.bx-pin:before{content:"\ea45"}.bx-planet:before{content:"\ea46"}.bx-play:before{content:"\ea47"}.bx-play-circle:before{content:"\ea48"}.bx-playlist:before{content:"\ea49"}.bx-plug:before{content:"\ea4a"}.bx-plus:before{content:"\ea4b"}.bx-plus-circle:before{content:"\ea4c"}.bx-plus-square:before{content:"\ea4d"}.bx-poll:before{content:"\ea4e"}.bx-power-off:before{content:"\ea4f"}.bx-printer:before{content:"\ea50"}.bx-pulse:before{content:"\ea51"}.bx-purchase-tag:before{content:"\ea52"}.bx-question-mark:before{content:"\ea53"}.bx-quote-left:before{content:"\ea54"}.bx-quote-right:before{content:"\ea55"}.bx-radar:before{content:"\ea56"}.bx-radio:before{content:"\ea57"}.bx-radio-circle:before{content:"\ea58"}.bx-radio-circle-marked:before{content:"\ea59"}.bx-rectangle:before{content:"\ea5a"}.bx-redo:before{content:"\ea5b"}.bx-rename:before{content:"\ea5c"}.bx-reply:before{content:"\ea5d"}.bx-reply-all:before{content:"\ea5e"}.bx-report:before{content:"\ea5f"}.bx-repost:before{content:"\ea60"}.bx-reset:before{content:"\ea61"}.bx-restaurant:before{content:"\ea62"}.bx-revision:before{content:"\ea63"}.bx-rewind:before{content:"\ea64"}.bx-rewind-circle:before{content:"\ea65"}.bx-ribbon:before{content:"\ea66"}.bx-right-arrow:before{content:"\ea67"}.bx-right-arrow-circle:before{content:"\ea68"}.bx-right-down-arrow-circle:before{content:"\ea69"}.bx-right-indent:before{content:"\ea6a"}.bx-right-top-arrow-circle:before{content:"\ea6b"}.bx-rocket:before{content:"\ea6c"}.bx-rotate:before{content:"\ea6d"}.bx-rss:before{content:"\ea6e"}.bx-ruler:before{content:"\ea6f"}.bx-save:before{content:"\ea70"}.bx-screenshot:before{content:"\ea71"}.bx-search:before{content:"\ea72"}.bx-search-alt:before{content:"\ea73"}.bx-select-arrows:before{content:"\ea74"}.bx-selection:before{content:"\ea75"}.bx-select-multiple:before{content:"\ea76"}.bx-send:before{content:"\ea77"}.bx-server:before{content:"\ea78"}.bx-share:before{content:"\ea79"}.bx-share-alt:before{content:"\ea7a"}.bx-shield:before{content:"\ea7b"}.bx-shield-alt:before{content:"\ea7c"}.bx-shopping-bag:before{content:"\ea7d"}.bx-shopping-bag-alt:before{content:"\ea7e"}.bx-show:before{content:"\ea7f"}.bx-shuffle:before{content:"\ea80"}.bx-shuffle-alt:before{content:"\ea81"}.bx-sidebar:before{content:"\ea82"}.bx-sitemap:before{content:"\ea83"}.bx-skip-next:before{content:"\ea84"}.bx-skip-next-circle:before{content:"\ea85"}.bx-skip-previous:before{content:"\ea86"}.bx-skip-previous-circle:before{content:"\ea87"}.bx-skull:before{content:"\ea88"}.bx-slider:before{content:"\ea89"}.bx-slider-alt:before{content:"\ea8a"}.bx-smiley-happy:before{content:"\ea8b"}.bx-smiley-meh:before{content:"\ea8c"}.bx-smiley-sad:before{content:"\ea8d"}.bx-snowflake:before{content:"\ea8e"}.bx-sort:before{content:"\ea8f"}.bx-sort-alt:before{content:"\ea90"}.bx-sort-down:before{content:"\ea91"}.bx-sort-up:before{content:"\ea92"}.bx-spreadsheet:before{content:"\ea93"}.bx-star:before{content:"\ea94"}.bx-station:before{content:"\ea95"}.bx-stats:before{content:"\ea96"}.bx-stop:before{content:"\ea97"}.bx-stop-circle:before{content:"\ea98"}.bx-stopwatch:before{content:"\ea99"}.bx-store:before{content:"\ea9a"}.bx-strikethrough:before{content:"\ea9b"}.bx-subdirectory-left:before{content:"\ea9c"}.bx-subdirectory-right:before{content:"\ea9d"}.bx-sun:before{content:"\ea9e"}.bx-support:before{content:"\ea9f"}.bx-swim:before{content:"\eaa0"}.bx-sync:before{content:"\eaa1"}.bx-tab:before{content:"\eaa2"}.bx-table:before{content:"\eaa3"}.bx-tag:before{content:"\eaa4"}.bx-tag-x:before{content:"\eaa5"}.bx-target-lock:before{content:"\eaa6"}.bx-task:before{content:"\eaa7"}.bx-taxi:before{content:"\eaa8"}.bx-tennis-ball:before{content:"\eaa9"}.bx-terminal:before{content:"\eaaa"}.bx-test-tube:before{content:"\eaab"}.bx-text:before{content:"\eaac"}.bx-thermometer:before{content:"\eaad"}.bx-time:before{content:"\eaae"}.bx-timer:before{content:"\eaaf"}.bx-toggle:before{content:"\eab0"}.bx-toggle-left:before{content:"\eab1"}.bx-toggle-right:before{content:"\eab2"}.bx-torch:before{content:"\eab3"}.bx-train:before{content:"\eab4"}.bx-transfer:before{content:"\eab5"}.bx-trash:before{content:"\eab6"}.bx-trash-alt:before{content:"\eab7"}.bx-trending-down:before{content:"\eab8"}.bx-trending-up:before{content:"\eab9"}.bx-triangle:before{content:"\eaba"}.bx-trophy:before{content:"\eabb"}.bx-trophy-star:before{content:"\eabc"}.bx-truck:before{content:"\eabd"}.bx-t-shirt:before{content:"\eabe"}.bx-tv:before{content:"\eabf"}.bx-underline:before{content:"\eac0"}.bx-undo:before{content:"\eac1"}.bx-up-arrow:before{content:"\eac2"}.bx-up-arrow-circle:before{content:"\eac3"}.bx-upload:before{content:"\eac4"}.bx-upvote:before{content:"\eac5"}.bx-usb:before{content:"\eac6"}.bx-user:before{content:"\eac7"}.bx-user-check:before{content:"\eac8"}.bx-user-circle:before{content:"\eac9"}.bx-user-detail:before{content:"\eaca"}.bx-user-minus:before{content:"\eacb"}.bx-user-plus:before{content:"\eacc"}.bx-user-x:before{content:"\eacd"}.bx-vertical-center:before{content:"\eace"}.bx-video:before{content:"\eacf"}.bx-video-off:before{content:"\ead0"}.bx-video-plus:before{content:"\ead1"}.bx-videos:before{content:"\ead2"}.bx-voicemail:before{content:"\ead3"}.bx-volume:before{content:"\ead4"}.bx-volume-full:before{content:"\ead5"}.bx-volume-low:before{content:"\ead6"}.bx-volume-mute:before{content:"\ead7"}.bx-wallet:before{content:"\ead8"}.bx-watch:before{content:"\ead9"}.bx-watch-alt:before{content:"\eada"}.bx-water:before{content:"\eadb"}.bx-widget:before{content:"\eadc"}.bx-wifi:before{content:"\eadd"}.bx-wind:before{content:"\eade"}.bx-window:before{content:"\eadf"}.bx-window-close:before{content:"\eae0"}.bx-window-open:before{content:"\eae1"}.bx-windows:before{content:"\eae2"}.bx-world:before{content:"\eae3"}.bx-wrench:before{content:"\eae4"}.bx-x:before{content:"\eae5"}.bx-x-circle:before{content:"\eae6"}.bx-x-square:before{content:"\eae7"}.bx-zap:before{content:"\eae8"}.bx-zoom-in:before{content:"\eae9"}.bx-zoom-out:before{content:"\eaea"}.bxs-adjust:before{content:"\eaeb"}.bxs-alarm:before{content:"\eaec"}.bxs-alarm-off:before{content:"\eaed"}.bxs-album:before{content:"\eaee"}.bxs-archive:before{content:"\eaef"}.bxs-archive-in:before{content:"\eaf0"}.bxs-archive-out:before{content:"\eaf1"}.bxs-area:before{content:"\eaf2"}.bxs-award:before{content:"\eaf3"}.bxs-badge:before{content:"\eaf4"}.bxs-ball:before{content:"\eaf5"}.bxs-bar-chart-square:before{content:"\eaf6"}.bxs-barcode:before{content:"\eaf7"}.bxs-bath:before{content:"\eaf8"}.bxs-battery:before{content:"\eaf9"}.bxs-battery-charging:before{content:"\eafa"}.bxs-battery-full:before{content:"\eafb"}.bxs-battery-low:before{content:"\eafc"}.bxs-bed:before{content:"\eafd"}.bxs-bell:before{content:"\eafe"}.bxs-bell-minus:before{content:"\eaff"}.bxs-bell-off:before{content:"\eb00"}.bxs-bell-plus:before{content:"\eb01"}.bxs-bell-ring:before{content:"\eb02"}.bxs-bolt:before{content:"\eb03"}.bxs-book:before{content:"\eb04"}.bxs-book-bookmark:before{content:"\eb05"}.bxs-bookmark:before{content:"\eb06"}.bxs-bookmark-minus:before{content:"\eb07"}.bxs-bookmark-plus:before{content:"\eb08"}.bxs-bookmarks:before{content:"\eb09"}.bxs-bookmark-star:before{content:"\eb0a"}.bxs-book-open:before{content:"\eb0b"}.bxs-bot:before{content:"\eb0c"}.bxs-box:before{content:"\eb0d"}.bxs-briefcase:before{content:"\eb0e"}.bxs-briefcase-alt:before{content:"\eb0f"}.bxs-bug:before{content:"\eb10"}.bxs-building:before{content:"\eb11"}.bxs-bulb:before{content:"\eb12"}.bxs-buoy:before{content:"\eb13"}.bxs-bus:before{content:"\eb14"}.bxs-calculator:before{content:"\eb15"}.bxs-calendar:before{content:"\eb16"}.bxs-calendar-alt:before{content:"\eb17"}.bxs-calendar-check:before{content:"\eb18"}.bxs-calendar-minus:before{content:"\eb19"}.bxs-calendar-plus:before{content:"\eb1a"}.bxs-calendar-x:before{content:"\eb1b"}.bxs-camera:before{content:"\eb1c"}.bxs-camera-alt:before{content:"\eb1d"}.bxs-camera-off:before{content:"\eb1e"}.bxs-captions:before{content:"\eb1f"}.bxs-car:before{content:"\eb20"}.bxs-card:before{content:"\eb21"}.bxs-carousel:before{content:"\eb22"}.bxs-cart:before{content:"\eb23"}.bxs-cart-alt:before{content:"\eb24"}.bxs-categories:before{content:"\eb25"}.bxs-certification:before{content:"\eb26"}.bxs-chart:before{content:"\eb27"}.bxs-checkbox:before{content:"\eb28"}.bxs-checkbox-checked:before{content:"\eb29"}.bxs-check-circle:before{content:"\eb2a"}.bxs-chip:before{content:"\eb2b"}.bxs-circle:before{content:"\eb2c"}.bxs-clipboard:before{content:"\eb2d"}.bxs-cloud:before{content:"\eb2e"}.bxs-cloud-download:before{content:"\eb2f"}.bxs-cloud-upload:before{content:"\eb30"}.bxs-code-block:before{content:"\eb31"}.bxs-coffee:before{content:"\eb32"}.bxs-cog:before{content:"\eb33"}.bxs-collection:before{content:"\eb34"}.bxs-compass:before{content:"\eb35"}.bxs-contact:before{content:"\eb36"}.bxs-conversation:before{content:"\eb37"}.bxs-copy:before{content:"\eb38"}.bxs-copyright:before{content:"\eb39"}.bxs-coupon:before{content:"\eb3a"}.bxs-credit-card:before{content:"\eb3b"}.bxs-crown:before{content:"\eb3c"}.bxs-cube:before{content:"\eb3d"}.bxs-dashboard:before{content:"\eb3e"}.bxs-detail:before{content:"\eb3f"}.bxs-diamond:before{content:"\eb40"}.bxs-disc:before{content:"\eb41"}.bxs-discount:before{content:"\eb42"}.bxs-dislike:before{content:"\eb43"}.bxs-dock-bottom:before{content:"\eb44"}.bxs-dock-left:before{content:"\eb45"}.bxs-dock-right:before{content:"\eb46"}.bxs-dock-top:before{content:"\eb47"}.bxs-documentation:before{content:"\eb48"}.bxs-dollar-circle:before{content:"\eb49"}.bxs-down-arrow:before{content:"\eb4a"}.bxs-down-arrow-circle:before{content:"\eb4b"}.bxs-download:before{content:"\eb4c"}.bxs-downvote:before{content:"\eb4d"}.bxs-drink:before{content:"\eb4e"}.bxs-droplet:before{content:"\eb4f"}.bxs-duplicate:before{content:"\eb50"}.bxs-edit:before{content:"\eb51"}.bxs-eject:before{content:"\eb52"}.bxs-envelope:before{content:"\eb53"}.bxs-error:before{content:"\eb54"}.bxs-error-circle:before{content:"\eb55"}.bxs-fast-forward-circle:before{content:"\eb56"}.bxs-file:before{content:"\eb57"}.bxs-file-blank:before{content:"\eb58"}.bxs-file-image:before{content:"\eb59"}.bxs-file-plus:before{content:"\eb5a"}.bxs-files:before{content:"\eb5b"}.bxs-film:before{content:"\eb5c"}.bxs-filter-alt:before{content:"\eb5d"}.bxs-first-aid:before{content:"\eb5e"}.bxs-flag:before{content:"\eb5f"}.bxs-flag-alt:before{content:"\eb60"}.bxs-flame:before{content:"\eb61"}.bxs-folder:before{content:"\eb62"}.bxs-folder-minus:before{content:"\eb63"}.bxs-folder-open:before{content:"\eb64"}.bxs-folder-plus:before{content:"\eb65"}.bxs-gift:before{content:"\eb66"}.bxs-globe-alt:before{content:"\eb67"}.bxs-grid-alt:before{content:"\eb68"}.bxs-group:before{content:"\eb69"}.bxs-hdd:before{content:"\eb6a"}.bxs-heart:before{content:"\eb6b"}.bxs-help-circle:before{content:"\eb6c"}.bxs-hexagon:before{content:"\eb6d"}.bxs-hide:before{content:"\eb6e"}.bxs-home:before{content:"\eb6f"}.bxs-home-alt:before{content:"\eb70"}.bxs-hot:before{content:"\eb71"}.bxs-hourglass:before{content:"\eb72"}.bxs-idea:before{content:"\eb73"}.bxs-image:before{content:"\eb74"}.bxs-image-alt:before{content:"\eb75"}.bxs-inbox:before{content:"\eb76"}.bxs-info-circle:before{content:"\eb77"}.bxs-joystick:before{content:"\eb78"}.bxs-joystick-alt:before{content:"\eb79"}.bxs-key:before{content:"\eb7a"}.bxs-layer:before{content:"\eb7b"}.bxs-layout:before{content:"\eb7c"}.bxs-left-arrow:before{content:"\eb7d"}.bxs-left-arrow-circle:before{content:"\eb7e"}.bxs-left-bottom-arrow-circle:before{content:"\eb7f"}.bxs-left-top-arrow-circle:before{content:"\eb80"}.bxs-like:before{content:"\eb81"}.bxs-lock:before{content:"\eb82"}.bxs-lock-open:before{content:"\eb83"}.bxs-magnet:before{content:"\eb84"}.bxs-map:before{content:"\eb85"}.bxs-map-alt:before{content:"\eb86"}.bxs-message:before{content:"\eb87"}.bxs-message-alt:before{content:"\eb88"}.bxs-message-detail:before{content:"\eb89"}.bxs-message-rounded:before{content:"\eb8a"}.bxs-microphone:before{content:"\eb8b"}.bxs-microphone-off:before{content:"\eb8c"}.bxs-minus-circle:before{content:"\eb8d"}.bxs-minus-square:before{content:"\eb8e"}.bxs-mobile-alt:before{content:"\eb8f"}.bxs-mobile-message:before{content:"\eb90"}.bxs-moon:before{content:"\eb91"}.bxs-mouse:before{content:"\eb92"}.bxs-movie:before{content:"\eb93"}.bxs-music:before{content:"\eb94"}.bxs-navigation:before{content:"\eb95"}.bxs-news:before{content:"\eb96"}.bxs-newsletter:before{content:"\eb97"}.bxs-note:before{content:"\eb98"}.bxs-notes:before{content:"\eb99"}.bxs-notification:before{content:"\eb9a"}.bxs-notification-off:before{content:"\eb9b"}.bxs-octagon:before{content:"\eb9c"}.bxs-package:before{content:"\eb9d"}.bxs-paper-plane:before{content:"\eb9e"}.bxs-paste:before{content:"\eb9f"}.bxs-pause-circle:before{content:"\eba0"}.bxs-pen:before{content:"\eba1"}.bxs-pencil:before{content:"\eba2"}.bxs-phone:before{content:"\eba3"}.bxs-phone-call:before{content:"\eba4"}.bxs-phone-incoming:before{content:"\eba5"}.bxs-phone-outgoing:before{content:"\eba6"}.bxs-photo-album:before{content:"\eba7"}.bxs-pie-chart:before{content:"\eba8"}.bxs-pie-chart-alt:before{content:"\eba9"}.bxs-pin:before{content:"\ebaa"}.bxs-planet:before{content:"\ebab"}.bxs-play-circle:before{content:"\ebac"}.bxs-playlist:before{content:"\ebad"}.bxs-plug:before{content:"\ebae"}.bxs-plus-circle:before{content:"\ebaf"}.bxs-plus-square:before{content:"\ebb0"}.bxs-printer:before{content:"\ebb1"}.bxs-purchase-tag:before{content:"\ebb2"}.bxs-quote-left:before{content:"\ebb3"}.bxs-quote-right:before{content:"\ebb4"}.bxs-radio:before{content:"\ebb5"}.bxs-rectangle:before{content:"\ebb6"}.bxs-rename:before{content:"\ebb7"}.bxs-report:before{content:"\ebb8"}.bxs-rewind-circle:before{content:"\ebb9"}.bxs-right-arrow:before{content:"\ebba"}.bxs-right-arrow-circle:before{content:"\ebbb"}.bxs-right-down-arrow-circle:before{content:"\ebbc"}.bxs-right-top-arrow-circle:before{content:"\ebbd"}.bxs-rocket:before{content:"\ebbe"}.bxs-ruler:before{content:"\ebbf"}.bxs-save:before{content:"\ebc0"}.bxs-select-arrows:before{content:"\ebc1"}.bxs-select-multiple:before{content:"\ebc2"}.bxs-send:before{content:"\ebc3"}.bxs-server:before{content:"\ebc4"}.bxs-share:before{content:"\ebc5"}.bxs-share-alt:before{content:"\ebc6"}.bxs-shield:before{content:"\ebc7"}.bxs-shield-alt:before{content:"\ebc8"}.bxs-shopping-bag:before{content:"\ebc9"}.bxs-shopping-bag-alt:before{content:"\ebca"}.bxs-show:before{content:"\ebcb"}.bxs-sidebar:before{content:"\ebcc"}.bxs-skip-next-circle:before{content:"\ebcd"}.bxs-skip-previous-circle:before{content:"\ebce"}.bxs-skull:before{content:"\ebcf"}.bxs-smiley-happy:before{content:"\ebd0"}.bxs-smiley-meh:before{content:"\ebd1"}.bxs-smiley-sad:before{content:"\ebd2"}.bxs-spreadsheet:before{content:"\ebd3"}.bxs-star:before{content:"\ebd4"}.bxs-star-half:before{content:"\ebd5"}.bxs-stop-circle:before{content:"\ebd6"}.bxs-stopwatch:before{content:"\ebd7"}.bxs-store:before{content:"\ebd8"}.bxs-sun:before{content:"\ebd9"}.bxs-tag:before{content:"\ebda"}.bxs-tag-x:before{content:"\ebdb"}.bxs-task:before{content:"\ebdc"}.bxs-taxi:before{content:"\ebdd"}.bxs-tennis-ball:before{content:"\ebde"}.bxs-terminal:before{content:"\ebdf"}.bxs-thermometer:before{content:"\ebe0"}.bxs-time:before{content:"\ebe1"}.bxs-timer:before{content:"\ebe2"}.bxs-toggle:before{content:"\ebe3"}.bxs-toggle-left:before{content:"\ebe4"}.bxs-toggle-right:before{content:"\ebe5"}.bxs-torch:before{content:"\ebe6"}.bxs-to-top:before{content:"\ebe7"}.bxs-train:before{content:"\ebe8"}.bxs-trash:before{content:"\ebe9"}.bxs-trash-alt:before{content:"\ebea"}.bxs-triangle:before{content:"\ebeb"}.bxs-trophy:before{content:"\ebec"}.bxs-trophy-star:before{content:"\ebed"}.bxs-truck:before{content:"\ebee"}.bxs-t-shirt:before{content:"\ebef"}.bxs-up-arrow:before{content:"\ebf0"}.bxs-up-arrow-circle:before{content:"\ebf1"}.bxs-upvote:before{content:"\ebf2"}.bxs-user:before{content:"\ebf3"}.bxs-user-check:before{content:"\ebf4"}.bxs-user-circle:before{content:"\ebf5"}.bxs-user-detail:before{content:"\ebf6"}.bxs-user-minus:before{content:"\ebf7"}.bxs-user-plus:before{content:"\ebf8"}.bxs-user-x:before{content:"\ebf9"}.bxs-video:before{content:"\ebfa"}.bxs-video-off:before{content:"\ebfb"}.bxs-video-plus:before{content:"\ebfc"}.bxs-videos:before{content:"\ebfd"}.bxs-volume:before{content:"\ebfe"}.bxs-volume-full:before{content:"\ebff"}.bxs-volume-low:before{content:"\ec00"}.bxs-volume-mute:before{content:"\ec01"}.bxs-wallet:before{content:"\ec02"}.bxs-watch:before{content:"\ec03"}.bxs-watch-alt:before{content:"\ec04"}.bxs-widget:before{content:"\ec05"}.bxs-window:before{content:"\ec06"}.bxs-window-close:before{content:"\ec07"}.bxs-window-open:before{content:"\ec08"}.bxs-windows:before{content:"\ec09"}.bxs-world:before{content:"\ec0a"}.bxs-wrench:before{content:"\ec0b"}.bxs-x-circle:before{content:"\ec0c"}.bxs-x-square:before{content:"\ec0d"}.bxs-zap:before{content:"\ec0e"}.bxs-zoom-in:before{content:"\ec0f"}.bxs-zoom-out:before{content:"\ec10"}.bxl-android:before{content:"\ec11"}.bxl-apple:before{content:"\ec12"}.bxl-behance:before{content:"\ec13"}.bxl-bitcoin:before{content:"\ec14"}.bxl-blogger:before{content:"\ec15"}.bxl-discord:before{content:"\ec16"}.bxl-dribbble:before{content:"\ec17"}.bxl-facebook:before{content:"\ec18"}.bxl-facebook-square:before{content:"\ec19"}.bxl-github:before{content:"\ec1a"}.bxl-google:before{content:"\ec1b"}.bxl-google-plus:before{content:"\ec1c"}.bxl-google-plus-circle:before{content:"\ec1d"}.bxl-instagram:before{content:"\ec1e"}.bxl-linkedin:before{content:"\ec1f"}.bxl-linkedin-square:before{content:"\ec20"}.bxl-medium:before{content:"\ec21"}.bxl-medium-square:before{content:"\ec22"}.bxl-messenger:before{content:"\ec23"}.bxl-pinterest:before{content:"\ec24"}.bxl-play-store:before{content:"\ec25"}.bxl-pocket:before{content:"\ec26"}.bxl-reddit:before{content:"\ec27"}.bxl-skype:before{content:"\ec28"}.bxl-slack:before{content:"\ec29"}.bxl-slack-rounded:before{content:"\ec2a"}.bxl-tumblr:before{content:"\ec2b"}.bxl-twitch:before{content:"\ec2c"}.bxl-twitter:before{content:"\ec2d"}.bxl-twitter-square:before{content:"\ec2e"}.bxl-vimeo:before{content:"\ec2f"}.bxl-vk:before{content:"\ec30"}.bxl-whatsapp:before{content:"\ec31"}.bxl-windows:before{content:"\ec32"}.bxl-youtube:before{content:"\ec33"} \ No newline at end of file diff --git a/static/dist/0.bundle.js b/static/dist/0.bundle.js index 101b331..029e721 100644 --- a/static/dist/0.bundle.js +++ b/static/dist/0.bundle.js @@ -1,2 +1,2 @@ -webpackJsonp([0],{459:function(e,t,n){"use strict";function a(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 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)}Object.defineProperty(t,"__esModule",{value:!0});var s=function(){function e(e,t){for(var n=0;n<\/script>')),d.default.createElement("p",null,"To use an icon, add the ",d.default.createElement("code",{className:"side"},"box-icon")," element to the location where the icon should be displayed:"),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html"},'')),d.default.createElement("p",null," To use solid icons or logos add attribute ",d.default.createElement("code",{className:"side"},"type")," as solid or logo "),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html"},'',d.default.createElement("br",null),'')),d.default.createElement("p",null,"The ",d.default.createElement("code",{className:"side"},"box-icon")," custom element supports the following attributes:"),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html"},""))),d.default.createElement("h3",{id:"usage-as-font"},"Usage as a Font"),d.default.createElement("h4",{id:"import-css"},"Import the CSS"),d.default.createElement("div",null,d.default.createElement("p",null,"Copy-paste the stylesheet ",d.default.createElement("code",{className:"side"},"link")," into your ",d.default.createElement("code",{className:"side"},"head")," to load our CSS")," ",d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html"},"",d.default.createElement("br",null),"\x3c!-- or --\x3e"," ",d.default.createElement("br",null),"")),d.default.createElement("p",null,"This will load boxicons font into your webpage")),d.default.createElement("h4",{id:"html"},"HTML"),d.default.createElement("div",null,d.default.createElement("p",null," To use an icon on your page, add a prefix",d.default.createElement("code",{className:"side"},"bx-")," for regular icons, ",d.default.createElement("code",{className:"side"},"bxs-")," for solid icons & ",d.default.createElement("code",{className:"side"},"bxl-")," for logos followed by the icon name and seperate class with the",d.default.createElement("code",{className:"side"},"bx"),":")," ",d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html"},"",d.default.createElement("br",null),"",d.default.createElement("br",null),"")),"You can see the names of all the icons ",d.default.createElement(u.Link,{to:"/cheatsheet"},"here")),d.default.createElement("h3",{id:"starter-template"},"Starter Templates"),d.default.createElement("div",null,d.default.createElement("p",null," Create an HTML document and copy-paste the starter template")," ",d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html"},""," ",d.default.createElement("br",null),"",d.default.createElement("br",null),d.default.createElement("span",{className:"tab"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"}," ",""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"}," ","\x3c!-- Boxicons CSS --\x3e"),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},"Hello, Boxicons!"),d.default.createElement("br",null),d.default.createElement("span",{className:"tab"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"}," ","

Hello, Boxicons!

"),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab"}," "),d.default.createElement("br",null),"")),d.default.createElement("p",null,"A template for usage with the web component instead of icon font")," ",d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html"},""," ",d.default.createElement("br",null),"",d.default.createElement("br",null),d.default.createElement("span",{className:"tab"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"}," ",""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"}," ","\x3c!-- Boxicons JS --\x3e"),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},"Hello, Boxicons!"),d.default.createElement("br",null),d.default.createElement("span",{className:"tab"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"}," ","

Hello, Boxicons!

"),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab"}," "),d.default.createElement("br",null),""))),d.default.createElement("h3",{id:"styling"},"Styling"),d.default.createElement("h4",{id:"sizing"},"Sizing"),d.default.createElement("div",null,d.default.createElement("p",null," You can change size of the icon with",d.default.createElement("code",{className:"side"},"font-size")," CSS. It will inherit the ",d.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",d.default.createElement("code",{className:"side"},"bx-xs"),", ",d.default.createElement("code",{className:"side"},"bx-sm"),", ",d.default.createElement("code",{className:"side"},"bx-md")," and ",d.default.createElement("code",{className:"side"},"bx-lg"))," ",d.default.createElement(O,null,d.default.createElement("i",{className:"bx bxs-smiley-happy bx-xs "}),d.default.createElement("i",{className:"bx bxs-smiley-happy bx-sm"}),d.default.createElement("i",{className:"bx bxs-smiley-happy bx-md"}),d.default.createElement("i",{className:"bx bxs-smiley-happy bx-lg"})),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html display"},"","",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),d.default.createElement("br",null),"\x3c!-- Boxicons web component --\x3e",d.default.createElement("br",null),d.default.createElement("br",null),"",d.default.createElement("br",null))),d.default.createElement("br",null)),d.default.createElement("h4",{id:"rotation-flipping"},"Rotation & Flipping"),d.default.createElement("div",null,d.default.createElement("p",null," Rotate the icons using classes ",d.default.createElement("code",{className:"side"},"bx-rotate-90"),", ",d.default.createElement("code",{className:"side"},"bx-rotate-180")," and ",d.default.createElement("code",{className:"side"},"bx-rotate-270")," or Flip the icons using ",d.default.createElement("code",{className:"side"},"bx-flip-horizontal")," and ",d.default.createElement("code",{className:"side"},"bx-flip-vertical")),d.default.createElement(O,null,d.default.createElement("i",{className:"bx bxs-like bx-rotate-90 bx-md"}),d.default.createElement("i",{className:"bx bxs-like bx-rotate-180 bx-md"}),d.default.createElement("i",{className:"bx bxs-like bx-rotate-270 bx-md"}),d.default.createElement("i",{className:"bx bxs-like bx-flip-horizontal bx-md"}),d.default.createElement("i",{className:"bx bxs-like bx-flip-vertical bx-md"})),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html display"},"","",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),d.default.createElement("br",null),"\x3c!-- Boxicons web component --\x3e",d.default.createElement("br",null),d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null))),d.default.createElement("br",null)),d.default.createElement("h4",{id:"list-icons"},"List Icons"),d.default.createElement("div",null,d.default.createElement("p",null," Use icons as bullets for the list by adding class ",d.default.createElement("code",{className:"side"},"bx-ul")," to the unordered list element and include the icons inside the",d.default.createElement("code",{className:"side"},"li")," ")," ",d.default.createElement(O,null,d.default.createElement("ul",{className:"bx-ul"},d.default.createElement("li",null," ",d.default.createElement("i",{className:"bx bx-right-arrow"}),"List item 1"),d.default.createElement("li",null," ",d.default.createElement("i",{className:"bx bx-x"}),"List item 2"),d.default.createElement("li",null," ",d.default.createElement("i",{className:"bx bx-plus"}),"List item 3"))),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html display"},"
    ",d.default.createElement("br",null),d.default.createElement("span",{className:"tab"},"
  • List Item 1
  • "),d.default.createElement("br",null),d.default.createElement("span",{className:"tab"},"
  • List Item 2
  • "),d.default.createElement("br",null),d.default.createElement("span",{className:"tab"},"
  • List Item 3
  • "),d.default.createElement("br",null),"
")),d.default.createElement("br",null)),d.default.createElement("h4",{id:"fixed-width"},"Fixed Width"),d.default.createElement("div",null,d.default.createElement("p",null," You can use fixed width class ",d.default.createElement("code",{className:"side"},"bx-fw")," \\to get a fixed width icon next to the text",d.default.createElement("code",{className:"side"},"li")," ")," ",d.default.createElement(O,null,d.default.createElement("div",null," ",d.default.createElement("i",{className:"bx-fw bx bxl-facebook-square"}),"Facebook"),d.default.createElement("div",null," ",d.default.createElement("i",{className:"bx-fw bx bxl-slack-rounded"}),"Slack"),d.default.createElement("div",null," ",d.default.createElement("i",{className:"bx-fw bx bxl-instagram"}),"Instagram")),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html display"},'Facebook',d.default.createElement("br",null))),d.default.createElement("br",null)),d.default.createElement("h4",{id:"pull-icon"},"Pulled Icons"),d.default.createElement("div",null,d.default.createElement("p",null," Use class ",d.default.createElement("code",{className:"side"},"bx-pull-left")," or ",d.default.createElement("code",{className:"side"},"bx-pull-right")," on icons for easy pull quotes",d.default.createElement("code",{className:"side"},"li")," ")," ",d.default.createElement(O,null,d.default.createElement("i",{className:"bx-pull-left bx bxs-quote-left bx-lg"}),"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut faucibus erat eu nibh laoreet, sed ullamcorper diam ornare. Quisque viverra ante nec luctus imperdiet. Quisque ut imperdiet nisi. Quisque ultrices laoreet odio, non vestibulum lacus molestie sollicitudin. Phasellus nec dolor eget nunc commodo sodales vel vel eros."),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html display"},'',d.default.createElement("br",null),"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut faucibus erat eu nibh laoreet, sed ullamcorper diam ornare. Quisque viverra ante nec luctus imperdiet. Quisque ut imperdiet nisi. Quisque ultrices laoreet odio, non vestibulum lacus molestie sollicitudin. Phasellus nec dolor eget nunc commodo sodales vel vel eros.",d.default.createElement("br",null),"\x3c!-- Boxicons web component --\x3e",d.default.createElement("br",null),d.default.createElement("br",null),"",d.default.createElement("br",null),"Quisque ultrices laoreet odio, non vestibulum lacus molestie sollicitudin. Phasellus nec dolor eget nunc commodo sodales vel vel eros.")),d.default.createElement("br",null)),d.default.createElement("h4",{id:"border"},"Border"),d.default.createElement("div",null,d.default.createElement("p",null," Add border to your icons with classes ",d.default.createElement("code",{className:"side"},"bx-border"),", ",d.default.createElement("code",{className:"side"},"bx-border-circle"))," ",d.default.createElement(O,null,d.default.createElement("i",{className:"bx bxs-heart bx-border bx-md"}),d.default.createElement("i",{className:"bx bxs-heart bx-border-circle bx-md"})," "),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html display"},"",d.default.createElement("br",null),"",d.default.createElement("br",null),d.default.createElement("br",null),"\x3c!-- Boxicons web component --\x3e",d.default.createElement("br",null),d.default.createElement("br",null),"",d.default.createElement("br",null))),d.default.createElement("br",null)),d.default.createElement("h4",{id:"animation"},"Animation"),d.default.createElement("div",null,d.default.createElement("p",null," Animate your icons with pre built CSS animations using classes ",d.default.createElement("code",{className:"side"},"bx-spin"),",",d.default.createElement("code",{className:"side"},"bx-tada"),",",d.default.createElement("code",{className:"side"},"bx-flashing"),",",d.default.createElement("code",{className:"side"},"bx-burst"),",",d.default.createElement("code",{className:"side"},"bx-fade-left")," and ",d.default.createElement("code",{className:"side"},"bx-fade-right")),d.default.createElement("p",null,"You can change the speed of the animation with the ",d.default.createElement("code",{className:"side"},"animation-duration")," property & to change the number of times the animation takes place with the property ",d.default.createElement("code",{className:"side"},"animation-iteration-count")," in CSS"),d.default.createElement(O,null,d.default.createElement("i",{className:"bx bx-loader bx-spin bx-md"}),d.default.createElement("i",{className:"bx bxs-bell bx-tada bx-md"}),d.default.createElement("i",{className:"bx bxs-error bx-flashing bx-md"}),d.default.createElement("i",{className:"bx bx-radio-circle bx-burst bx-md"}),d.default.createElement("i",{className:"bx bx-fade-left bxs-left-arrow bx-md"}),d.default.createElement("i",{className:"bx bx-fade-right bxs-right-arrow bx-md"}),d.default.createElement("i",{className:"bx bx-fade-up bxs-up-arrow bx-md"}),d.default.createElement("i",{className:"bx bx-fade-down bxs-down-arrow bx-md"})),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html display"},"","",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),d.default.createElement("br",null),"\x3c!-- Boxicons web component --\x3e",d.default.createElement("br",null),d.default.createElement("br",null),"",d.default.createElement("br",null)))),d.default.createElement("br",null),d.default.createElement("h4",{id:"animation-hover"},"Animation on Hover"),d.default.createElement("div",null,d.default.createElement("p",null," Animate your icons on hover with pre built CSS animations using classes ",d.default.createElement("code",{className:"side"},"bx-spin-hover"),",",d.default.createElement("code",{className:"side"},"bx-tada-hover"),",",d.default.createElement("code",{className:"side"},"bx-flashing-hover"),",",d.default.createElement("code",{className:"side"},"bx-burst-hover"),",",d.default.createElement("code",{className:"side"},"bx-fade-left-hover")," and ",d.default.createElement("code",{className:"side"},"bx-fade-right-hover"))," ",d.default.createElement("p",null,"You can change the speed of the animation with the ",d.default.createElement("code",{className:"side"},"animation-duration")," property & to change the number of times the animation takes place with the property ",d.default.createElement("code",{className:"side"},"animation-iteration-count")," in CSS"),d.default.createElement(O,null,d.default.createElement("i",{className:"bx bx-loader bx-spin-hover bx-md"}),d.default.createElement("i",{className:"bx bxs-bell bx-tada-hover bx-md"}),d.default.createElement("i",{className:"bx bxs-error bx-flashing-hover bx-md"}),d.default.createElement("i",{className:"bx bx-radio-circle bx-burst-hover bx-md"}),d.default.createElement("i",{className:"bx bx-fade-left-hover bxs-left-arrow bx-md"}),d.default.createElement("i",{className:"bx bx-fade-right-hover bxs-right-arrow bx-md"}),d.default.createElement("i",{className:"bx bx-fade-up-hover bxs-up-arrow bx-md"}),d.default.createElement("i",{className:"bx bx-fade-down-hover bxs-down-arrow bx-md"})),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html display"},"","",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"","",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"\x3c!-- Boxicons web component --\x3e",d.default.createElement("br",null),d.default.createElement("br",null),"",d.default.createElement("br",null)))),d.default.createElement("h3",{id:"contribution"},"Contribution"),d.default.createElement("div",null,d.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 ",d.default.createElement("a",{href:"https://github.com/atisawd/boxicons/issues/new",target:"_blank"},"here"))),d.default.createElement("h3",{id:"license"},"License"),d.default.createElement("div",null,"Boxicons is an open source project , you can use them in your commercial projects too.",d.default.createElement("br",null),"The icons (.svg) files are free to download and are licensed under ",d.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.",d.default.createElement("br",null),"The fonts files are licensed under ",d.default.createElement("a",{href:"https://opensource.org/licenses/OFL-1.1",target:"_blank"},"SIL OFL 1.1"),d.default.createElement("br",null),"Attribution is not required but is appreciated",d.default.createElement("br",null)," Other files which are not fonts or icons are licensed under the ",d.default.createElement("a",{href:"http://opensource.org/licenses/MIT",target:"_blank"},"MIT License")))))))),d.default.createElement(N.default,null))}}]),t}(o.Component);t.default=j},461: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 l(e){return O.test(e)}function r(e){var t,n,a,r,i=e.className+" ";if(i+=e.parentNode?e.parentNode.className:"",n=j.exec(i))return v(n[1])?n[1]:"no-highlight";for(i=i.split(/\s+/),t=0,a=i.length;t"}function s(e){d+=""}function c(e){("start"===e.event?i:s)(e.node)}for(var o=0,d="",u=[];e.length||a.length;){var m=r();if(d+=t(l.substring(o,m[0].offset)),o=m[0].offset,m===e){u.reverse().forEach(s);do{c(m.splice(0,1)[0]),m=r()}while(m===e&&m.length&&m[0].offset===o);u.reverse().forEach(i)}else"start"===m[0].event?u.push(m[0].node):u.pop(),c(m.splice(0,1)[0])}return d+t(l.substr(o))}function o(e){return e.variants&&!e.cached_variants&&(e.cached_variants=e.variants.map(function(t){return i(e,{variants:null},t)})),e.cached_variants||e.endsWithParent&&[i(e)]||[e]}function d(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(l,r){if(!l.compiled){if(l.compiled=!0,l.keywords=l.keywords||l.beginKeywords,l.keywords){var i={},s=function(t,n){e.case_insensitive&&(n=n.toLowerCase()),n.split(" ").forEach(function(e){var n=e.split("|");i[n[0]]=[t,n[1]?Number(n[1]):1]})};"string"==typeof l.keywords?s("keyword",l.keywords):w(l.keywords).forEach(function(e){s(e,l.keywords[e])}),l.keywords=i}l.lexemesRe=n(l.lexemes||/\w+/,!0),r&&(l.beginKeywords&&(l.begin="\\b("+l.beginKeywords.split(" ").join("|")+")\\b"),l.begin||(l.begin=/\B|\b/),l.beginRe=n(l.begin),l.end||l.endsWithParent||(l.end=/\B|\b/),l.end&&(l.endRe=n(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=n(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){a(e,l)}),l.starts&&a(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?n(c.join("|"),!0):{exec:function(){return null}}}}a(e)}function u(e,n,l,r){function i(e,t){var n,l;for(n=0,l=t.contains.length;n')+t+i}function b(){var e,n,a,l;if(!y.keywords)return t(O);for(l="",n=0,y.lexemesRe.lastIndex=0,a=y.lexemesRe.exec(O);a;)l+=t(O.substring(n,a.index)),e=o(y,a),e?(j+=e[1],l+=f(e[0],t(a[0]))):l+=t(a[0]),n=y.lexemesRe.lastIndex,a=y.lexemesRe.exec(O);return l+t(O.substr(n))}function p(){var e="string"==typeof y.subLanguage;if(e&&!_[y.subLanguage])return t(O);var n=e?u(y.subLanguage,O,!0,w[y.subLanguage]):m(O,y.subLanguage.length?y.subLanguage:void 0);return y.relevance>0&&(j+=n.relevance),e&&(w[y.subLanguage]=n.top),f(n.language,n.value,!1,!0)}function x(){k+=null!=y.subLanguage?p():b(),O=""}function E(e){k+=e.className?f(e.className,"",!0):"",y=Object.create(e,{parent:{value:y}})}function h(e,t){if(O+=e,null==t)return x(),0;var n=i(t,y);if(n)return n.skip?O+=t:(n.excludeBegin&&(O+=t),x(),n.returnBegin||n.excludeBegin||(O=t)),E(n,t),n.returnBegin?0:t.length;var a=s(y,t);if(a){var l=y;l.skip?O+=t:(l.returnEnd||l.excludeEnd||(O+=t),x(),l.excludeEnd&&(O=t));do{y.className&&(k+=M),y.skip||(j+=y.relevance),y=y.parent}while(y!==a.parent);return a.starts&&E(a.starts,""),l.returnEnd?0:t.length}if(c(t,y))throw new Error('Illegal lexeme "'+t+'" for mode "'+(y.className||"")+'"');return O+=t,t.length||1}var g=v(e);if(!g)throw new Error('Unknown language: "'+e+'"');d(g);var N,y=r||g,w={},k="";for(N=y;N!==g;N=N.parent)N.className&&(k=f(N.className,"",!0)+k);var O="",j=0;try{for(var R,S,T=0;;){if(y.terminators.lastIndex=T,!(R=y.terminators.exec(n)))break;S=h(n.substring(T,R.index),R[0]),T=R.index+S}for(h(n.substr(T)),N=y;N.parent;N=N.parent)N.className&&(k+=M);return{relevance:j,value:k,language:e,top:y}}catch(e){if(e.message&&-1!==e.message.indexOf("Illegal"))return{relevance:0,value:t(n)};throw e}}function m(e,n){n=n||C.languages||w(_);var a={relevance:0,value:t(e)},l=a;return n.filter(v).forEach(function(t){var n=u(t,e,!1);n.language=t,n.relevance>l.relevance&&(l=n),n.relevance>a.relevance&&(l=a,a=n)}),l.language&&(a.second_best=l),a}function f(e){return C.tabReplace||C.useBR?e.replace(R,function(e,t){return C.useBR&&"\n"===e?"
":C.tabReplace?t.replace(/\t/g,C.tabReplace):""}):e}function b(e,t,n){var a=t?k[t]:n,l=[e.trim()];return e.match(/\bhljs\b/)||l.push("hljs"),-1===e.indexOf(a)&&l.push(a),l.join(" ").trim()}function p(e){var t,n,a,i,o,d=r(e);l(d)||(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,a=d?u(d,o,!0):m(o),n=s(t),n.length&&(i=document.createElementNS("http://www.w3.org/1999/xhtml","div"),i.innerHTML=a.value,a.value=c(n,s(i),o)),a.value=f(a.value),e.innerHTML=a.value,e.className=b(e.className,d,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 x(e){C=i(C,e)}function E(){if(!E.called){E.called=!0;var e=document.querySelectorAll("pre code");y.forEach.call(e,p)}}function h(){addEventListener("DOMContentLoaded",E,!1),addEventListener("load",E,!1)}function g(t,n){var a=_[t]=n(e);a.aliases&&a.aliases.forEach(function(e){k[e]=t})}function N(){return w(_)}function v(e){return e=(e||"").toLowerCase(),_[e]||_[k[e]]}var y=[],w=Object.keys,_={},k={},O=/^(no-?highlight|plain|text)$/i,j=/\blang(?:uage)?-([\w-]+)\b/i,R=/((^(<[^>]+>|\t|)+|(?:\n)))/gm,M="",C={classPrefix:"hljs-",tabReplace:null,useBR:!1,languages:void 0};return e.highlight=u,e.highlightAuto=m,e.fixMarkup=f,e.highlightBlock=p,e.configure=x,e.initHighlighting=E,e.initHighlightingOnLoad=h,e.registerLanguage=g,e.listLanguages=N,e.getLanguage=v,e.inherit=i,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 l=e.inherit({className:"comment",begin:t,end:n,contains:[]},a||{});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})},462: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]}]}}},463:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=function(e,t){return Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}(["\n.hljs {\n display: block;\n overflow-x: auto;\n color: #555;\n background: rgba(93,97,117,0.05);\n padding: 0.7em;\n font-size: 14px;\n border-radius: 5px; \n }\n\n.hljs-doctag, .hljs-keyword, .hljs-formula {\n color: #a626a4;\n}\n\n.hljs-section, .hljs-name, .hljs-selector-tag, .hljs-deletion, .hljs-subst {\n color: #2f6f9f;\n}\n\n.hljs-literal {\n color: #0184bb;\n}\n\n.hljs-string, .hljs-regexp, .hljs-addition, .hljs-attribute, .hljs-meta-string {\n color: #d44950;\n}\n\n.hljs-built_in, .hljs-class .hljs-title {\n color: #c18401;\n}\n\n.hljs-attr, .hljs-variable, .hljs-template-variable, .hljs-type, .hljs-selector-class, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-number {\n color: #4f9fcf;\n}\n\n.hljs-symbol, .hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-title {\n color: #099;\n}\n\n\n\n.hljs-comment, .hljs-quote {\n color: #a0a1a7;\n font-style: italic;\n}\n.hljs-emphasis {\n font-style: italic;\n}\n\n.hljs-strong {\n font-weight: bold;\n}\n\n.hljs-link {\n text-decoration: underline;\n}\n "],["\n.hljs {\n display: block;\n overflow-x: auto;\n color: #555;\n background: rgba(93,97,117,0.05);\n padding: 0.7em;\n font-size: 14px;\n border-radius: 5px; \n }\n\n.hljs-doctag, .hljs-keyword, .hljs-formula {\n color: #a626a4;\n}\n\n.hljs-section, .hljs-name, .hljs-selector-tag, .hljs-deletion, .hljs-subst {\n color: #2f6f9f;\n}\n\n.hljs-literal {\n color: #0184bb;\n}\n\n.hljs-string, .hljs-regexp, .hljs-addition, .hljs-attribute, .hljs-meta-string {\n color: #d44950;\n}\n\n.hljs-built_in, .hljs-class .hljs-title {\n color: #c18401;\n}\n\n.hljs-attr, .hljs-variable, .hljs-template-variable, .hljs-type, .hljs-selector-class, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-number {\n color: #4f9fcf;\n}\n\n.hljs-symbol, .hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-title {\n color: #099;\n}\n\n\n\n.hljs-comment, .hljs-quote {\n color: #a0a1a7;\n font-style: italic;\n}\n.hljs-emphasis {\n font-style: italic;\n}\n\n.hljs-strong {\n font-weight: bold;\n}\n\n.hljs-link {\n text-decoration: underline;\n}\n "]),l=n(31),r=function(e){return e&&e.__esModule?e:{default:e}}(l),i=(n(30),r.default.pre(a));t.default=i},464:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=function(e,t){return Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}(["\n background:#FFF;\n .page-body{\n \t padding: 0px 40px;\n \t @media screen and (max-width: ",") {padding: 0px 0px;}\n \th4 {\n\t\t\t font-size: 21px;\n\t\t\t font-weight: 400;\n\t\t\t margin-bottom: 0px;\n\t\t\t color: ",';\n\t\t\t margin-top: 15px;\n\t\t\t margin-bottom: 15px;\n\t\t\t &:before {\n\t\t\t display: block;\n\t\t\t height: 6rem;\n\t\t\t margin-top: -6rem;\n\t\t\t visibility: hidden;\n\t\t\t content: "";\n\t\t\t }\n\t\t\t}\n\t\t\th3 {\n\t\t\t font-size: 27px;\n\t\t\t color:',';\n\t\t\t margin-bottom: 0px;\n\t\t\t margin-top: 25px;\n\t\t\t margin-bottom: -10px;\n\t\t\t &:before {\n\t\t\t display: block;\n\t\t\t height: 6rem;\n\t\t\t margin-top: -6rem;\n\t\t\t visibility: hidden;\n\t\t\t content: "";\n\t\t\t }\n\t\t\t }\n\t\t\tdiv {\n\t\t\t font-size: 15px;\n\t\t\t margin-top: 15px;margin-bottom: 40px;\n\t\t\t color: ',";\n\t\t\t}\n\t\t\tpre {\n\t\t\t white-space: pre-line;\n\t\t\t margin: 0px;\n\t\t\t}\n\t\t\tmax-width: ",";\n\t\t margin: 0px auto;\n\t\t margin-top: 0;\n\t\t padding-bottom: 50px;\n\t\t @media screen and (max-width: ",") {\n\t\t\t\tdiv {\n\t\t\t font-size: 14px;\n\t\t\t }\n\t\t\t h3 {\n\t\t\t font-size: 21px;\n\t\t\t }\n\t\t }\n\t\t .page-body-in{\n\t\t \t@media screen and (max-width: ",") {\n\t\t\t\t\tmargin-top: 0px!important;\n\t\t \t}\n\t\t \tcode.hljs {\n\t\t\t\t padding: 1em;\n\t\t\t\t}\n\t\t\t\tcode.display {\n\t\t\t\t border-top-left-radius: 0px;\n\t\t\t\t border-top-right-radius: 0px;\n\t\t\t\t}\n\t\t\t\tcode.side {\n\t\t\t\t color: #c7254e;\n background: #f9f2f4;\n padding: 1px 5px!important;\n font-size: 13px;\n display: -webkit-inline-box!important;\n display: -webkit-inline-flex!important;\n display: -ms-inline-flexbox!important;\n display: inline-flex!important;\n border-radius: 3px;\n\t\t\t\t \n\t\t\t\t}\n\t\t\t\t.tab {\n\t\t\t\t\t padding-left: 15px;\n\t\t\t\t\t}\n\n\t\t\t\t\t.tab-2 {\n\t\t\t\t\t padding-left: 30px;\n\t\t\t\t\t}\n\t\t\t\tspan.hljs-tag {\n\t\t\t\t margin-bottom: 2px;\n\t\t\t\t display: inline-block;\n\t\t\t\t}\n\t\t }\n\n }\n .page-head {\n\t\t\t p {\n\t\t\t font-size: 18px;\n\t\t\t padding: 0px 40px;\n\t\t\t color: ",";\n\t\t\t margin-top: 0px;\n\t\t\t }\n\t\t\t background-color: ",";\n\t\t\t border-bottom: 1px solid rgba(93, 97, 117, 0.1);\n\t\t\t \n\t\t\t h1 {\n\t\t\t font-size: 40px;\n\t\t\t color: #FFF;\n\t\t\t margin-bottom: 15px;\n\t\t\t margin-top: 0;\n\t\t\t text-align: left;\n\t\t\t padding: 0px 40px;\n\t\t\t line-height: 40px;\n\n\t\t\t }\n\t\t\t .page-head-in {\n\t\t\t\t max-width: ",";\n\t\t\t\t margin: 0 auto;\n\t\t\t\t}\n\t\t\t\t.page-head-bg{\n\t\t\t\t\t \n\t\t\t background-size:100%; \n\t\t\t padding:50px 60px;\n\t\t\t\t\tpadding-top:150px;\n\t\t\t @media screen and (max-width: ",") {\n\t\t\t\t\tbackground-size: 200%;\n\t\t\t\t\tpadding:50px 0px;\n\t\t\t\t\tpadding-top:110px;\n\t\t\t\t\th1, p {\n\t\t\t\t padding: 0px;\n\t\t\t\t }\n\t\t\t\t .page-head-in {\n\t\t\t\t\t padding: 0px 20px;\n\t\t\t\t\t}\n\t\t\t\t\th1 {\n\t\t\t\t\t font-size: 40px;\n\t\t\t\t\t }\n\t\t\t\t}\n\t\t\t\t@media screen and (max-width: ",") {\n\t\t\t\t\tbackground-size: 300%;\n\t\t\t\t\th1 {\n\t\t\t\t font-size: 27px;\n\t\t\t\t line-height: 1.1;\n\t\t\t\t }\n\t\t\t\t p {\n\t\t\t\t font-size: 16px;\n\t\t\t\t }\n\t\t\t\t}\n\t\t\t\t@media screen and (max-width: ",") {\n\t\t\t\t\tbackground-size: 400%;\n\t\t\t\t\t\n\t\t\t\t p {\n\t\t\t\t font-size: 15px;\n\t\t\t\t }\n\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t\n\t\t} \n @media screen and (max-width: ",") {\n \t.page-cont-in {\n\t\t\t\tpadding: 0px;\n\t\t\t}\n } \n "],["\n background:#FFF;\n .page-body{\n \t padding: 0px 40px;\n \t @media screen and (max-width: ",") {padding: 0px 0px;}\n \th4 {\n\t\t\t font-size: 21px;\n\t\t\t font-weight: 400;\n\t\t\t margin-bottom: 0px;\n\t\t\t color: ",';\n\t\t\t margin-top: 15px;\n\t\t\t margin-bottom: 15px;\n\t\t\t &:before {\n\t\t\t display: block;\n\t\t\t height: 6rem;\n\t\t\t margin-top: -6rem;\n\t\t\t visibility: hidden;\n\t\t\t content: "";\n\t\t\t }\n\t\t\t}\n\t\t\th3 {\n\t\t\t font-size: 27px;\n\t\t\t color:',';\n\t\t\t margin-bottom: 0px;\n\t\t\t margin-top: 25px;\n\t\t\t margin-bottom: -10px;\n\t\t\t &:before {\n\t\t\t display: block;\n\t\t\t height: 6rem;\n\t\t\t margin-top: -6rem;\n\t\t\t visibility: hidden;\n\t\t\t content: "";\n\t\t\t }\n\t\t\t }\n\t\t\tdiv {\n\t\t\t font-size: 15px;\n\t\t\t margin-top: 15px;margin-bottom: 40px;\n\t\t\t color: ',";\n\t\t\t}\n\t\t\tpre {\n\t\t\t white-space: pre-line;\n\t\t\t margin: 0px;\n\t\t\t}\n\t\t\tmax-width: ",";\n\t\t margin: 0px auto;\n\t\t margin-top: 0;\n\t\t padding-bottom: 50px;\n\t\t @media screen and (max-width: ",") {\n\t\t\t\tdiv {\n\t\t\t font-size: 14px;\n\t\t\t }\n\t\t\t h3 {\n\t\t\t font-size: 21px;\n\t\t\t }\n\t\t }\n\t\t .page-body-in{\n\t\t \t@media screen and (max-width: ",") {\n\t\t\t\t\tmargin-top: 0px!important;\n\t\t \t}\n\t\t \tcode.hljs {\n\t\t\t\t padding: 1em;\n\t\t\t\t}\n\t\t\t\tcode.display {\n\t\t\t\t border-top-left-radius: 0px;\n\t\t\t\t border-top-right-radius: 0px;\n\t\t\t\t}\n\t\t\t\tcode.side {\n\t\t\t\t color: #c7254e;\n background: #f9f2f4;\n padding: 1px 5px!important;\n font-size: 13px;\n display: -webkit-inline-box!important;\n display: -webkit-inline-flex!important;\n display: -ms-inline-flexbox!important;\n display: inline-flex!important;\n border-radius: 3px;\n\t\t\t\t \n\t\t\t\t}\n\t\t\t\t.tab {\n\t\t\t\t\t padding-left: 15px;\n\t\t\t\t\t}\n\n\t\t\t\t\t.tab-2 {\n\t\t\t\t\t padding-left: 30px;\n\t\t\t\t\t}\n\t\t\t\tspan.hljs-tag {\n\t\t\t\t margin-bottom: 2px;\n\t\t\t\t display: inline-block;\n\t\t\t\t}\n\t\t }\n\n }\n .page-head {\n\t\t\t p {\n\t\t\t font-size: 18px;\n\t\t\t padding: 0px 40px;\n\t\t\t color: ",";\n\t\t\t margin-top: 0px;\n\t\t\t }\n\t\t\t background-color: ",";\n\t\t\t border-bottom: 1px solid rgba(93, 97, 117, 0.1);\n\t\t\t \n\t\t\t h1 {\n\t\t\t font-size: 40px;\n\t\t\t color: #FFF;\n\t\t\t margin-bottom: 15px;\n\t\t\t margin-top: 0;\n\t\t\t text-align: left;\n\t\t\t padding: 0px 40px;\n\t\t\t line-height: 40px;\n\n\t\t\t }\n\t\t\t .page-head-in {\n\t\t\t\t max-width: ",";\n\t\t\t\t margin: 0 auto;\n\t\t\t\t}\n\t\t\t\t.page-head-bg{\n\t\t\t\t\t \n\t\t\t background-size:100%; \n\t\t\t padding:50px 60px;\n\t\t\t\t\tpadding-top:150px;\n\t\t\t @media screen and (max-width: ",") {\n\t\t\t\t\tbackground-size: 200%;\n\t\t\t\t\tpadding:50px 0px;\n\t\t\t\t\tpadding-top:110px;\n\t\t\t\t\th1, p {\n\t\t\t\t padding: 0px;\n\t\t\t\t }\n\t\t\t\t .page-head-in {\n\t\t\t\t\t padding: 0px 20px;\n\t\t\t\t\t}\n\t\t\t\t\th1 {\n\t\t\t\t\t font-size: 40px;\n\t\t\t\t\t }\n\t\t\t\t}\n\t\t\t\t@media screen and (max-width: ",") {\n\t\t\t\t\tbackground-size: 300%;\n\t\t\t\t\th1 {\n\t\t\t\t font-size: 27px;\n\t\t\t\t line-height: 1.1;\n\t\t\t\t }\n\t\t\t\t p {\n\t\t\t\t font-size: 16px;\n\t\t\t\t }\n\t\t\t\t}\n\t\t\t\t@media screen and (max-width: ",") {\n\t\t\t\t\tbackground-size: 400%;\n\t\t\t\t\t\n\t\t\t\t p {\n\t\t\t\t font-size: 15px;\n\t\t\t\t }\n\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t\n\t\t} \n @media screen and (max-width: ",") {\n \t.page-cont-in {\n\t\t\t\tpadding: 0px;\n\t\t\t}\n } \n "]),l=n(31),r=function(e){return e&&e.__esModule?e:{default:e}}(l),i=n(30),s=r.default.div(a,i.BREAKPOINT_LG,i.FADE_FONT_COLOR,i.FADE_FONT_COLOR,i.ICON_COLOR,i.MAX_WIDTH,i.BREAKPOINT_MD,i.BREAKPOINT_LG,i.SECONDARY_FONT_COLOR,i.HEADER_BACKGROUND,i.MAX_WIDTH,i.BREAKPOINT_LG,i.BREAKPOINT_MD,i.BREAKPOINT_SM,i.BREAKPOINT_LG);t.default=s},465:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=function(e,t){return Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}(["\n \t\t display: flex;\n \t\t .docs-sidebar {\n\t\t\t\tflex: 1;\n\t\t\t\t order: 1;\n\t\t\t\t @media screen and (max-width: ",") {\n\t\t\t\t \tdisplay:none;\n\t\t\t\t }\n\t\t\t\t .docs-sidebar-list{\n\t\t\t\t \tli {\n\t\t\t\t\t padding: 1px 10px;\n\t\t\t\t\t a {\n\t\t\t\t\t \tfont-weight: 500;\n\t\t\t\t\t color: ",";\n\t\t\t\t\t font-size: 14px;\n\t\t\t\t\t &:hover {\n\t\t\t\t\t color: ",";\n\t\t\t\t\t \t\t}\n\t\t\t\t\t\t}\n\t\t\t\t \t}\n\t\t\t\t \tul {\n\t\t\t\t\t list-style: none;\n\t\t\t\t\t padding: 5px;\n\t\t\t\t\t margin: 5px 10px;\n\t\t\t\t\t margin-right: 0px;\n\t\t\t\t\t padding-right: 0px;\n\t\t\t\t\t border-left: 1px solid #ebebeb;\n\t\t\t\t\t li{\n\t\t\t\t\t \ta{\n\t\t\t\t\t \t\tfont-weight: 400!important;\n\t\t\t\t\t \t}\n\t\t\t\t\t }\n\t\t\t\t\t}\n\t\t\t\t\tposition: -webkit-sticky;\n\t\t\t\t position: sticky;\n\t\t\t\t box-sizing: border-box;\n\t\t\t\t top: 90px;\n\t\t\t\t list-style: none;\n\t\t\t\t padding: 0;\n\t\t\t\t margin: 30px;\n\t\t\t\t padding-left: 20px;\n\t\t\t\t border-right: 1px solid ",";\n\n\t\t\t\t }\n\t\t\t}\n\n\t\t\t.docs-content {\n\t\t\t\t overflow: hidden;\n\t\t\t\tflex: 2;\n\t\t\t\torder: 2;\n\t\t\t\tpadding: 0 50px;\n\t\t\t\t @media screen and (max-width: ",") {\n\t\t\t\t \tpadding: 20px;\n\t\t\t\t }\n\t\t\t}\n "],["\n \t\t display: flex;\n \t\t .docs-sidebar {\n\t\t\t\tflex: 1;\n\t\t\t\t order: 1;\n\t\t\t\t @media screen and (max-width: ",") {\n\t\t\t\t \tdisplay:none;\n\t\t\t\t }\n\t\t\t\t .docs-sidebar-list{\n\t\t\t\t \tli {\n\t\t\t\t\t padding: 1px 10px;\n\t\t\t\t\t a {\n\t\t\t\t\t \tfont-weight: 500;\n\t\t\t\t\t color: ",";\n\t\t\t\t\t font-size: 14px;\n\t\t\t\t\t &:hover {\n\t\t\t\t\t color: ",";\n\t\t\t\t\t \t\t}\n\t\t\t\t\t\t}\n\t\t\t\t \t}\n\t\t\t\t \tul {\n\t\t\t\t\t list-style: none;\n\t\t\t\t\t padding: 5px;\n\t\t\t\t\t margin: 5px 10px;\n\t\t\t\t\t margin-right: 0px;\n\t\t\t\t\t padding-right: 0px;\n\t\t\t\t\t border-left: 1px solid #ebebeb;\n\t\t\t\t\t li{\n\t\t\t\t\t \ta{\n\t\t\t\t\t \t\tfont-weight: 400!important;\n\t\t\t\t\t \t}\n\t\t\t\t\t }\n\t\t\t\t\t}\n\t\t\t\t\tposition: -webkit-sticky;\n\t\t\t\t position: sticky;\n\t\t\t\t box-sizing: border-box;\n\t\t\t\t top: 90px;\n\t\t\t\t list-style: none;\n\t\t\t\t padding: 0;\n\t\t\t\t margin: 30px;\n\t\t\t\t padding-left: 20px;\n\t\t\t\t border-right: 1px solid ",";\n\n\t\t\t\t }\n\t\t\t}\n\n\t\t\t.docs-content {\n\t\t\t\t overflow: hidden;\n\t\t\t\tflex: 2;\n\t\t\t\torder: 2;\n\t\t\t\tpadding: 0 50px;\n\t\t\t\t @media screen and (max-width: ",") {\n\t\t\t\t \tpadding: 20px;\n\t\t\t\t }\n\t\t\t}\n "]),l=n(31),r=function(e){return e&&e.__esModule?e:{default:e}}(l),i=n(30),s=r.default.div(a,i.BREAKPOINT_LG,i.ICON_COLOR,i.FADE_FONT_COLOR,i.BORDER_COLOR,i.BREAKPOINT_LG);t.default=s},466:function(e,t,n){function a(e){return n(l(e))}function l(e){var t=r[e];if(!(t+1))throw new Error("Cannot find module '"+e+"'.");return t}var r={"./javascript":467,"./xml":462};a.keys=function(){return Object.keys(r)},a.resolve=l,e.exports=a,a.id=466},467:function(e,t){e.exports=function(e){var t="[A-Za-z$_][0-9A-Za-z$_]*",n={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"},a={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:n,contains:[]},r={className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,l]};l.contains=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,r,a,e.REGEXP_MODE];var i=l.contains.concat([e.C_BLOCK_COMMENT_MODE,e.C_LINE_COMMENT_MODE]);return{aliases:["js","jsx"],keywords:n,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,a,{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:n,contains:i}]}]},{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:i}],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],{459:function(e,t,n){"use strict";function a(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 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)}Object.defineProperty(t,"__esModule",{value:!0});var s=function(){function e(e,t){for(var n=0;n<\/script>')),d.default.createElement("p",null,"To use an icon, add the ",d.default.createElement("code",{className:"side"},"box-icon")," element to the location where the icon should be displayed:"),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html"},'')),d.default.createElement("p",null," To use solid icons or logos add attribute ",d.default.createElement("code",{className:"side"},"type")," as solid or logo "),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html"},'',d.default.createElement("br",null),'')),d.default.createElement("p",null,"The ",d.default.createElement("code",{className:"side"},"box-icon")," custom element supports the following attributes:"),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html"},""))),d.default.createElement("h3",{id:"usage-as-font"},"Usage as a Font"),d.default.createElement("h4",{id:"import-css"},"Import the CSS"),d.default.createElement("div",null,d.default.createElement("p",null,"Copy-paste the stylesheet ",d.default.createElement("code",{className:"side"},"link")," into your ",d.default.createElement("code",{className:"side"},"head")," to load our CSS")," ",d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html"},"",d.default.createElement("br",null),"\x3c!-- or --\x3e"," ",d.default.createElement("br",null),"")),d.default.createElement("p",null,"This will load boxicons font into your webpage")),d.default.createElement("h4",{id:"html"},"HTML"),d.default.createElement("div",null,d.default.createElement("p",null," To use an icon on your page, add a prefix",d.default.createElement("code",{className:"side"},"bx-")," for regular icons, ",d.default.createElement("code",{className:"side"},"bxs-")," for solid icons & ",d.default.createElement("code",{className:"side"},"bxl-")," for logos followed by the icon name and seperate class with the",d.default.createElement("code",{className:"side"},"bx"),":")," ",d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html"},"",d.default.createElement("br",null),"",d.default.createElement("br",null),"")),"You can see the names of all the icons ",d.default.createElement(u.Link,{to:"/cheatsheet"},"here")),d.default.createElement("h3",{id:"starter-template"},"Starter Templates"),d.default.createElement("div",null,d.default.createElement("p",null," Create an HTML document and copy-paste the starter template")," ",d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html"},""," ",d.default.createElement("br",null),"",d.default.createElement("br",null),d.default.createElement("span",{className:"tab"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"}," ",""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"}," ","\x3c!-- Boxicons CSS --\x3e"),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},"Hello, Boxicons!"),d.default.createElement("br",null),d.default.createElement("span",{className:"tab"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"}," ","

Hello, Boxicons!

"),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab"}," "),d.default.createElement("br",null),"")),d.default.createElement("p",null,"A template for usage with the web component instead of icon font")," ",d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html"},""," ",d.default.createElement("br",null),"",d.default.createElement("br",null),d.default.createElement("span",{className:"tab"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"}," ",""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"}," ","\x3c!-- Boxicons JS --\x3e"),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},"Hello, Boxicons!"),d.default.createElement("br",null),d.default.createElement("span",{className:"tab"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"}," ","

Hello, Boxicons!

"),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab"}," "),d.default.createElement("br",null),""))),d.default.createElement("h3",{id:"styling"},"Styling"),d.default.createElement("h4",{id:"sizing"},"Sizing"),d.default.createElement("div",null,d.default.createElement("p",null," You can change size of the icon with",d.default.createElement("code",{className:"side"},"font-size")," CSS. It will inherit the ",d.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",d.default.createElement("code",{className:"side"},"bx-xs"),", ",d.default.createElement("code",{className:"side"},"bx-sm"),", ",d.default.createElement("code",{className:"side"},"bx-md")," and ",d.default.createElement("code",{className:"side"},"bx-lg"))," ",d.default.createElement(O,null,d.default.createElement("i",{className:"bx bxs-smiley-happy bx-xs "}),d.default.createElement("i",{className:"bx bxs-smiley-happy bx-sm"}),d.default.createElement("i",{className:"bx bxs-smiley-happy bx-md"}),d.default.createElement("i",{className:"bx bxs-smiley-happy bx-lg"})),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html display"},"","",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),d.default.createElement("br",null),"\x3c!-- Boxicons web component --\x3e",d.default.createElement("br",null),d.default.createElement("br",null),"",d.default.createElement("br",null))),d.default.createElement("br",null)),d.default.createElement("h4",{id:"rotation-flipping"},"Rotation & Flipping"),d.default.createElement("div",null,d.default.createElement("p",null," Rotate the icons using classes ",d.default.createElement("code",{className:"side"},"bx-rotate-90"),", ",d.default.createElement("code",{className:"side"},"bx-rotate-180")," and ",d.default.createElement("code",{className:"side"},"bx-rotate-270")," or Flip the icons using ",d.default.createElement("code",{className:"side"},"bx-flip-horizontal")," and ",d.default.createElement("code",{className:"side"},"bx-flip-vertical")),d.default.createElement(O,null,d.default.createElement("i",{className:"bx bxs-like bx-rotate-90 bx-md"}),d.default.createElement("i",{className:"bx bxs-like bx-rotate-180 bx-md"}),d.default.createElement("i",{className:"bx bxs-like bx-rotate-270 bx-md"}),d.default.createElement("i",{className:"bx bxs-like bx-flip-horizontal bx-md"}),d.default.createElement("i",{className:"bx bxs-like bx-flip-vertical bx-md"})),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html display"},"","",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),d.default.createElement("br",null),"\x3c!-- Boxicons web component --\x3e",d.default.createElement("br",null),d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null))),d.default.createElement("br",null)),d.default.createElement("h4",{id:"list-icons"},"List Icons"),d.default.createElement("div",null,d.default.createElement("p",null," Use icons as bullets for the list by adding class ",d.default.createElement("code",{className:"side"},"bx-ul")," to the unordered list element and include the icons inside the",d.default.createElement("code",{className:"side"},"li")," ")," ",d.default.createElement(O,null,d.default.createElement("ul",{className:"bx-ul"},d.default.createElement("li",null," ",d.default.createElement("i",{className:"bx bx-right-arrow"}),"List item 1"),d.default.createElement("li",null," ",d.default.createElement("i",{className:"bx bx-x"}),"List item 2"),d.default.createElement("li",null," ",d.default.createElement("i",{className:"bx bx-plus"}),"List item 3"))),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html display"},"
    ",d.default.createElement("br",null),d.default.createElement("span",{className:"tab"},"
  • List Item 1
  • "),d.default.createElement("br",null),d.default.createElement("span",{className:"tab"},"
  • List Item 2
  • "),d.default.createElement("br",null),d.default.createElement("span",{className:"tab"},"
  • List Item 3
  • "),d.default.createElement("br",null),"
")),d.default.createElement("br",null)),d.default.createElement("h4",{id:"fixed-width"},"Fixed Width"),d.default.createElement("div",null,d.default.createElement("p",null," You can use fixed width class ",d.default.createElement("code",{className:"side"},"bx-fw")," \\to get a fixed width icon next to the text",d.default.createElement("code",{className:"side"},"li")," ")," ",d.default.createElement(O,null,d.default.createElement("div",null," ",d.default.createElement("i",{className:"bx-fw bx bxl-facebook-square"}),"Facebook"),d.default.createElement("div",null," ",d.default.createElement("i",{className:"bx-fw bx bxl-slack-rounded"}),"Slack"),d.default.createElement("div",null," ",d.default.createElement("i",{className:"bx-fw bx bxl-instagram"}),"Instagram")),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html display"},'Facebook',d.default.createElement("br",null))),d.default.createElement("br",null)),d.default.createElement("h4",{id:"pull-icon"},"Pulled Icons"),d.default.createElement("div",null,d.default.createElement("p",null," Use class ",d.default.createElement("code",{className:"side"},"bx-pull-left")," or ",d.default.createElement("code",{className:"side"},"bx-pull-right")," on icons for easy pull quotes",d.default.createElement("code",{className:"side"},"li")," ")," ",d.default.createElement(O,null,d.default.createElement("i",{className:"bx-pull-left bx bxs-quote-left bx-lg"}),"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut faucibus erat eu nibh laoreet, sed ullamcorper diam ornare. Quisque viverra ante nec luctus imperdiet. Quisque ut imperdiet nisi. Quisque ultrices laoreet odio, non vestibulum lacus molestie sollicitudin. Phasellus nec dolor eget nunc commodo sodales vel vel eros."),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html display"},'',d.default.createElement("br",null),"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut faucibus erat eu nibh laoreet, sed ullamcorper diam ornare. Quisque viverra ante nec luctus imperdiet. Quisque ut imperdiet nisi. Quisque ultrices laoreet odio, non vestibulum lacus molestie sollicitudin. Phasellus nec dolor eget nunc commodo sodales vel vel eros.",d.default.createElement("br",null),"\x3c!-- Boxicons web component --\x3e",d.default.createElement("br",null),d.default.createElement("br",null),"",d.default.createElement("br",null),"Quisque ultrices laoreet odio, non vestibulum lacus molestie sollicitudin. Phasellus nec dolor eget nunc commodo sodales vel vel eros.")),d.default.createElement("br",null)),d.default.createElement("h4",{id:"border"},"Border"),d.default.createElement("div",null,d.default.createElement("p",null," Add border to your icons with classes ",d.default.createElement("code",{className:"side"},"bx-border"),", ",d.default.createElement("code",{className:"side"},"bx-border-circle"))," ",d.default.createElement(O,null,d.default.createElement("i",{className:"bx bxs-heart bx-border bx-md"}),d.default.createElement("i",{className:"bx bxs-heart bx-border-circle bx-md"})," "),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html display"},"",d.default.createElement("br",null),"",d.default.createElement("br",null),d.default.createElement("br",null),"\x3c!-- Boxicons web component --\x3e",d.default.createElement("br",null),d.default.createElement("br",null),"",d.default.createElement("br",null))),d.default.createElement("br",null)),d.default.createElement("h4",{id:"animation"},"Animation"),d.default.createElement("div",null,d.default.createElement("p",null," Animate your icons with pre built CSS animations using classes ",d.default.createElement("code",{className:"side"},"bx-spin"),",",d.default.createElement("code",{className:"side"},"bx-tada"),",",d.default.createElement("code",{className:"side"},"bx-flashing"),",",d.default.createElement("code",{className:"side"},"bx-burst"),",",d.default.createElement("code",{className:"side"},"bx-fade-left")," and ",d.default.createElement("code",{className:"side"},"bx-fade-right")),d.default.createElement("p",null,"You can change the speed of the animation with the ",d.default.createElement("code",{className:"side"},"animation-duration")," property & to change the number of times the animation takes place with the property ",d.default.createElement("code",{className:"side"},"animation-iteration-count")," in CSS"),d.default.createElement(O,null,d.default.createElement("i",{className:"bx bx-loader bx-spin bx-md"}),d.default.createElement("i",{className:"bx bxs-bell bx-tada bx-md"}),d.default.createElement("i",{className:"bx bxs-error bx-flashing bx-md"}),d.default.createElement("i",{className:"bx bx-radio-circle bx-burst bx-md"}),d.default.createElement("i",{className:"bx bx-fade-left bxs-left-arrow bx-md"}),d.default.createElement("i",{className:"bx bx-fade-right bxs-right-arrow bx-md"}),d.default.createElement("i",{className:"bx bx-fade-up bxs-up-arrow bx-md"}),d.default.createElement("i",{className:"bx bx-fade-down bxs-down-arrow bx-md"})),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html display"},"","",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),d.default.createElement("br",null),"\x3c!-- Boxicons web component --\x3e",d.default.createElement("br",null),d.default.createElement("br",null),"",d.default.createElement("br",null)))),d.default.createElement("br",null),d.default.createElement("h4",{id:"animation-hover"},"Animation on Hover"),d.default.createElement("div",null,d.default.createElement("p",null," Animate your icons on hover with pre built CSS animations using classes ",d.default.createElement("code",{className:"side"},"bx-spin-hover"),",",d.default.createElement("code",{className:"side"},"bx-tada-hover"),",",d.default.createElement("code",{className:"side"},"bx-flashing-hover"),",",d.default.createElement("code",{className:"side"},"bx-burst-hover"),",",d.default.createElement("code",{className:"side"},"bx-fade-left-hover")," and ",d.default.createElement("code",{className:"side"},"bx-fade-right-hover"))," ",d.default.createElement("p",null,"You can change the speed of the animation with the ",d.default.createElement("code",{className:"side"},"animation-duration")," property & to change the number of times the animation takes place with the property ",d.default.createElement("code",{className:"side"},"animation-iteration-count")," in CSS"),d.default.createElement(O,null,d.default.createElement("i",{className:"bx bx-loader bx-spin-hover bx-md"}),d.default.createElement("i",{className:"bx bxs-bell bx-tada-hover bx-md"}),d.default.createElement("i",{className:"bx bxs-error bx-flashing-hover bx-md"}),d.default.createElement("i",{className:"bx bx-radio-circle bx-burst-hover bx-md"}),d.default.createElement("i",{className:"bx bx-fade-left-hover bxs-left-arrow bx-md"}),d.default.createElement("i",{className:"bx bx-fade-right-hover bxs-right-arrow bx-md"}),d.default.createElement("i",{className:"bx bx-fade-up-hover bxs-up-arrow bx-md"}),d.default.createElement("i",{className:"bx bx-fade-down-hover bxs-down-arrow bx-md"})),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html display"},"","",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"","",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"\x3c!-- Boxicons web component --\x3e",d.default.createElement("br",null),d.default.createElement("br",null),"",d.default.createElement("br",null)))),d.default.createElement("h3",{id:"contribution"},"Contribution"),d.default.createElement("div",null,d.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 ",d.default.createElement("a",{href:"https://github.com/atisawd/boxicons/issues/new",target:"_blank"},"here"))),d.default.createElement("h3",{id:"license"},"License"),d.default.createElement("div",null,"Boxicons is an open source project , you can use them in your commercial projects too.",d.default.createElement("br",null),"The icons (.svg) files are free to download and are licensed under ",d.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.",d.default.createElement("br",null),"The fonts files are licensed under ",d.default.createElement("a",{href:"https://opensource.org/licenses/OFL-1.1",target:"_blank"},"SIL OFL 1.1"),d.default.createElement("br",null),"Attribution is not required but is appreciated",d.default.createElement("br",null)," Other files which are not fonts or icons are licensed under the ",d.default.createElement("a",{href:"http://opensource.org/licenses/MIT",target:"_blank"},"MIT License")))))))),d.default.createElement(N.default,null))}}]),t}(o.Component);t.default=j},461: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 l(e){return O.test(e)}function r(e){var t,n,a,r,i=e.className+" ";if(i+=e.parentNode?e.parentNode.className:"",n=j.exec(i))return v(n[1])?n[1]:"no-highlight";for(i=i.split(/\s+/),t=0,a=i.length;t"}function s(e){d+=""}function c(e){("start"===e.event?i:s)(e.node)}for(var o=0,d="",u=[];e.length||a.length;){var m=r();if(d+=t(l.substring(o,m[0].offset)),o=m[0].offset,m===e){u.reverse().forEach(s);do{c(m.splice(0,1)[0]),m=r()}while(m===e&&m.length&&m[0].offset===o);u.reverse().forEach(i)}else"start"===m[0].event?u.push(m[0].node):u.pop(),c(m.splice(0,1)[0])}return d+t(l.substr(o))}function o(e){return e.variants&&!e.cached_variants&&(e.cached_variants=e.variants.map(function(t){return i(e,{variants:null},t)})),e.cached_variants||e.endsWithParent&&[i(e)]||[e]}function d(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(l,r){if(!l.compiled){if(l.compiled=!0,l.keywords=l.keywords||l.beginKeywords,l.keywords){var i={},s=function(t,n){e.case_insensitive&&(n=n.toLowerCase()),n.split(" ").forEach(function(e){var n=e.split("|");i[n[0]]=[t,n[1]?Number(n[1]):1]})};"string"==typeof l.keywords?s("keyword",l.keywords):w(l.keywords).forEach(function(e){s(e,l.keywords[e])}),l.keywords=i}l.lexemesRe=n(l.lexemes||/\w+/,!0),r&&(l.beginKeywords&&(l.begin="\\b("+l.beginKeywords.split(" ").join("|")+")\\b"),l.begin||(l.begin=/\B|\b/),l.beginRe=n(l.begin),l.end||l.endsWithParent||(l.end=/\B|\b/),l.end&&(l.endRe=n(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=n(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){a(e,l)}),l.starts&&a(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?n(c.join("|"),!0):{exec:function(){return null}}}}a(e)}function u(e,n,l,r){function i(e,t){var n,l;for(n=0,l=t.contains.length;n')+t+i}function b(){var e,n,a,l;if(!y.keywords)return t(O);for(l="",n=0,y.lexemesRe.lastIndex=0,a=y.lexemesRe.exec(O);a;)l+=t(O.substring(n,a.index)),e=o(y,a),e?(j+=e[1],l+=f(e[0],t(a[0]))):l+=t(a[0]),n=y.lexemesRe.lastIndex,a=y.lexemesRe.exec(O);return l+t(O.substr(n))}function p(){var e="string"==typeof y.subLanguage;if(e&&!_[y.subLanguage])return t(O);var n=e?u(y.subLanguage,O,!0,w[y.subLanguage]):m(O,y.subLanguage.length?y.subLanguage:void 0);return y.relevance>0&&(j+=n.relevance),e&&(w[y.subLanguage]=n.top),f(n.language,n.value,!1,!0)}function x(){k+=null!=y.subLanguage?p():b(),O=""}function E(e){k+=e.className?f(e.className,"",!0):"",y=Object.create(e,{parent:{value:y}})}function h(e,t){if(O+=e,null==t)return x(),0;var n=i(t,y);if(n)return n.skip?O+=t:(n.excludeBegin&&(O+=t),x(),n.returnBegin||n.excludeBegin||(O=t)),E(n,t),n.returnBegin?0:t.length;var a=s(y,t);if(a){var l=y;l.skip?O+=t:(l.returnEnd||l.excludeEnd||(O+=t),x(),l.excludeEnd&&(O=t));do{y.className&&(k+=M),y.skip||(j+=y.relevance),y=y.parent}while(y!==a.parent);return a.starts&&E(a.starts,""),l.returnEnd?0:t.length}if(c(t,y))throw new Error('Illegal lexeme "'+t+'" for mode "'+(y.className||"")+'"');return O+=t,t.length||1}var g=v(e);if(!g)throw new Error('Unknown language: "'+e+'"');d(g);var N,y=r||g,w={},k="";for(N=y;N!==g;N=N.parent)N.className&&(k=f(N.className,"",!0)+k);var O="",j=0;try{for(var R,S,T=0;;){if(y.terminators.lastIndex=T,!(R=y.terminators.exec(n)))break;S=h(n.substring(T,R.index),R[0]),T=R.index+S}for(h(n.substr(T)),N=y;N.parent;N=N.parent)N.className&&(k+=M);return{relevance:j,value:k,language:e,top:y}}catch(e){if(e.message&&-1!==e.message.indexOf("Illegal"))return{relevance:0,value:t(n)};throw e}}function m(e,n){n=n||C.languages||w(_);var a={relevance:0,value:t(e)},l=a;return n.filter(v).forEach(function(t){var n=u(t,e,!1);n.language=t,n.relevance>l.relevance&&(l=n),n.relevance>a.relevance&&(l=a,a=n)}),l.language&&(a.second_best=l),a}function f(e){return C.tabReplace||C.useBR?e.replace(R,function(e,t){return C.useBR&&"\n"===e?"
":C.tabReplace?t.replace(/\t/g,C.tabReplace):""}):e}function b(e,t,n){var a=t?k[t]:n,l=[e.trim()];return e.match(/\bhljs\b/)||l.push("hljs"),-1===e.indexOf(a)&&l.push(a),l.join(" ").trim()}function p(e){var t,n,a,i,o,d=r(e);l(d)||(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,a=d?u(d,o,!0):m(o),n=s(t),n.length&&(i=document.createElementNS("http://www.w3.org/1999/xhtml","div"),i.innerHTML=a.value,a.value=c(n,s(i),o)),a.value=f(a.value),e.innerHTML=a.value,e.className=b(e.className,d,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 x(e){C=i(C,e)}function E(){if(!E.called){E.called=!0;var e=document.querySelectorAll("pre code");y.forEach.call(e,p)}}function h(){addEventListener("DOMContentLoaded",E,!1),addEventListener("load",E,!1)}function g(t,n){var a=_[t]=n(e);a.aliases&&a.aliases.forEach(function(e){k[e]=t})}function N(){return w(_)}function v(e){return e=(e||"").toLowerCase(),_[e]||_[k[e]]}var y=[],w=Object.keys,_={},k={},O=/^(no-?highlight|plain|text)$/i,j=/\blang(?:uage)?-([\w-]+)\b/i,R=/((^(<[^>]+>|\t|)+|(?:\n)))/gm,M="",C={classPrefix:"hljs-",tabReplace:null,useBR:!1,languages:void 0};return e.highlight=u,e.highlightAuto=m,e.fixMarkup=f,e.highlightBlock=p,e.configure=x,e.initHighlighting=E,e.initHighlightingOnLoad=h,e.registerLanguage=g,e.listLanguages=N,e.getLanguage=v,e.inherit=i,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 l=e.inherit({className:"comment",begin:t,end:n,contains:[]},a||{});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})},462: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]}]}}},463:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=function(e,t){return Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}(["\n.hljs {\n display: block;\n overflow-x: auto;\n color: #555;\n background: rgba(93,97,117,0.05);\n padding: 0.7em;\n font-size: 14px;\n border-radius: 5px; \n }\n\n.hljs-doctag, .hljs-keyword, .hljs-formula {\n color: #a626a4;\n}\n\n.hljs-section, .hljs-name, .hljs-selector-tag, .hljs-deletion, .hljs-subst {\n color: #2f6f9f;\n}\n\n.hljs-literal {\n color: #0184bb;\n}\n\n.hljs-string, .hljs-regexp, .hljs-addition, .hljs-attribute, .hljs-meta-string {\n color: #d44950;\n}\n\n.hljs-built_in, .hljs-class .hljs-title {\n color: #c18401;\n}\n\n.hljs-attr, .hljs-variable, .hljs-template-variable, .hljs-type, .hljs-selector-class, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-number {\n color: #4f9fcf;\n}\n\n.hljs-symbol, .hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-title {\n color: #099;\n}\n\n\n\n.hljs-comment, .hljs-quote {\n color: #a0a1a7;\n font-style: italic;\n}\n.hljs-emphasis {\n font-style: italic;\n}\n\n.hljs-strong {\n font-weight: bold;\n}\n\n.hljs-link {\n text-decoration: underline;\n}\n "],["\n.hljs {\n display: block;\n overflow-x: auto;\n color: #555;\n background: rgba(93,97,117,0.05);\n padding: 0.7em;\n font-size: 14px;\n border-radius: 5px; \n }\n\n.hljs-doctag, .hljs-keyword, .hljs-formula {\n color: #a626a4;\n}\n\n.hljs-section, .hljs-name, .hljs-selector-tag, .hljs-deletion, .hljs-subst {\n color: #2f6f9f;\n}\n\n.hljs-literal {\n color: #0184bb;\n}\n\n.hljs-string, .hljs-regexp, .hljs-addition, .hljs-attribute, .hljs-meta-string {\n color: #d44950;\n}\n\n.hljs-built_in, .hljs-class .hljs-title {\n color: #c18401;\n}\n\n.hljs-attr, .hljs-variable, .hljs-template-variable, .hljs-type, .hljs-selector-class, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-number {\n color: #4f9fcf;\n}\n\n.hljs-symbol, .hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-title {\n color: #099;\n}\n\n\n\n.hljs-comment, .hljs-quote {\n color: #a0a1a7;\n font-style: italic;\n}\n.hljs-emphasis {\n font-style: italic;\n}\n\n.hljs-strong {\n font-weight: bold;\n}\n\n.hljs-link {\n text-decoration: underline;\n}\n "]),l=n(31),r=function(e){return e&&e.__esModule?e:{default:e}}(l),i=(n(30),r.default.pre(a));t.default=i},464:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=function(e,t){return Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}(["\n background:#FFF;\n .page-body{\n \t padding: 0px 130px;\n \t @media screen and (max-width: ",") {padding: 0px 0px;}\n \th4 {\n\t\t\t font-size: 21px;\n\t\t\t font-weight: 400;\n\t\t\t margin-bottom: 0px;\n\t\t\t color: ",';\n\t\t\t margin-top: 15px;\n\t\t\t margin-bottom: 15px;\n\t\t\t &:before {\n\t\t\t display: block;\n\t\t\t height: 6rem;\n\t\t\t margin-top: -6rem;\n\t\t\t visibility: hidden;\n\t\t\t content: "";\n\t\t\t }\n\t\t\t}\n\t\t\th3 {\n\t\t\t font-size: 27px;\n\t\t\t color:',';\n\t\t\t margin-bottom: 0px;\n\t\t\t margin-top: 25px;\n\t\t\t margin-bottom: -10px;\n\t\t\t &:before {\n\t\t\t display: block;\n\t\t\t height: 6rem;\n\t\t\t margin-top: -6rem;\n\t\t\t visibility: hidden;\n\t\t\t content: "";\n\t\t\t }\n\t\t\t }\n\t\t\tdiv {\n\t\t\t font-size: 15px;\n\t\t\t margin-top: 15px;margin-bottom: 40px;\n\t\t\t color: ',";\n\t\t\t}\n\t\t\tpre {\n\t\t\t white-space: pre-line;\n\t\t\t margin: 0px;\n\t\t\t}\n\t\t\tmax-width: ",";\n\t\t margin: 0px auto;\n\t\t margin-top: 0;\n\t\t padding-bottom: 50px;\n\t\t @media screen and (max-width: ",") {\n\t\t\t\tdiv {\n\t\t\t font-size: 14px;\n\t\t\t }\n\t\t\t h3 {\n\t\t\t font-size: 21px;\n\t\t\t }\n\t\t }\n\t\t .page-body-in{\n\t\t \t@media screen and (max-width: ",") {\n\t\t\t\t\tmargin-top: 0px!important;\n\t\t \t}\n\t\t \tcode.hljs {\n\t\t\t\t padding: 1em;\n\t\t\t\t}\n\t\t\t\tcode.display {\n\t\t\t\t border-top-left-radius: 0px;\n\t\t\t\t border-top-right-radius: 0px;\n\t\t\t\t}\n\t\t\t\tcode.side {\n\t\t\t\t color: #c7254e;\n background: #f9f2f4;\n padding: 1px 5px!important;\n font-size: 13px;\n display: -webkit-inline-box!important;\n display: -webkit-inline-flex!important;\n display: -ms-inline-flexbox!important;\n display: inline-flex!important;\n border-radius: 3px;\n\t\t\t\t \n\t\t\t\t}\n\t\t\t\t.tab {\n\t\t\t\t\t padding-left: 15px;\n\t\t\t\t\t}\n\n\t\t\t\t\t.tab-2 {\n\t\t\t\t\t padding-left: 30px;\n\t\t\t\t\t}\n\t\t\t\tspan.hljs-tag {\n\t\t\t\t margin-bottom: 2px;\n\t\t\t\t display: inline-block;\n\t\t\t\t}\n\t\t }\n\n }\n .page-head {\n\t\t\t p {\n\t\t\t font-size: 18px;\n\t\t\t padding: 0px 40px;\n\t\t\t color: ",";\n\t\t\t margin-top: 0px;\n\t\t\t }\n\t\t\t background-color: ",";\n\t\t\t border-bottom: 1px solid rgba(93, 97, 117, 0.1);\n\t\t\t \n\t\t\t h1 {\n\t\t\t font-size: 40px;\n\t\t\t color: ",";\n\t\t\t margin-bottom: 15px;\n\t\t\t margin-top: 0;\n\t\t\t text-align: left;\n\t\t\t padding: 0px 40px;\n\t\t\t line-height: 40px;\n\n\t\t\t }\n\t\t\t .page-head-in {\n\t\t\t\t max-width: ",";\n\t\t\t\t margin: 0 auto;\n\t\t\t\t}\n\t\t\t\t.page-head-bg{\n\t\t\t\t\t background-color:",";\n \t\t background-size:100%; \n\t\t\t padding:50px 150px;\n\t\t\t\t\tpadding-top:140px;\n\t\t\t @media screen and (max-width: ",") {\n\t\t\t\t\tbackground-size: 200%;\n\t\t\t\t\tpadding:50px 0px;\n\t\t\t\t\tpadding-top:130px;\n\t\t\t\t\th1, p {\n\t\t\t\t padding: 0px;\n\t\t\t\t }\n\t\t\t\t .page-head-in {\n\t\t\t\t\t padding: 0px 20px;\n\t\t\t\t\t}\n\t\t\t\t\th1 {\n\t\t\t\t\t font-size: 40px;\n\t\t\t\t\t }\n\t\t\t\t}\n\t\t\t\t@media screen and (max-width: ",") {\n\t\t\t\t\tbackground-size: 300%;\n\t\t\t\t\th1 {\n\t\t\t\t font-size: 27px;\n\t\t\t\t line-height: 1.1;\n\t\t\t\t }\n\t\t\t\t p {\n\t\t\t\t font-size: 16px;\n\t\t\t\t }\n\t\t\t\t}\n\t\t\t\t@media screen and (max-width: ",") {\n\t\t\t\t\tbackground-size: 400%;\n\t\t\t\t\t\n\t\t\t\t p {\n\t\t\t\t font-size: 15px;\n\t\t\t\t }\n\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t\n\t\t} \n @media screen and (max-width: ",") {\n \t.page-cont-in {\n\t\t\t\tpadding: 0px;\n\t\t\t}\n } \n "],["\n background:#FFF;\n .page-body{\n \t padding: 0px 130px;\n \t @media screen and (max-width: ",") {padding: 0px 0px;}\n \th4 {\n\t\t\t font-size: 21px;\n\t\t\t font-weight: 400;\n\t\t\t margin-bottom: 0px;\n\t\t\t color: ",';\n\t\t\t margin-top: 15px;\n\t\t\t margin-bottom: 15px;\n\t\t\t &:before {\n\t\t\t display: block;\n\t\t\t height: 6rem;\n\t\t\t margin-top: -6rem;\n\t\t\t visibility: hidden;\n\t\t\t content: "";\n\t\t\t }\n\t\t\t}\n\t\t\th3 {\n\t\t\t font-size: 27px;\n\t\t\t color:',';\n\t\t\t margin-bottom: 0px;\n\t\t\t margin-top: 25px;\n\t\t\t margin-bottom: -10px;\n\t\t\t &:before {\n\t\t\t display: block;\n\t\t\t height: 6rem;\n\t\t\t margin-top: -6rem;\n\t\t\t visibility: hidden;\n\t\t\t content: "";\n\t\t\t }\n\t\t\t }\n\t\t\tdiv {\n\t\t\t font-size: 15px;\n\t\t\t margin-top: 15px;margin-bottom: 40px;\n\t\t\t color: ',";\n\t\t\t}\n\t\t\tpre {\n\t\t\t white-space: pre-line;\n\t\t\t margin: 0px;\n\t\t\t}\n\t\t\tmax-width: ",";\n\t\t margin: 0px auto;\n\t\t margin-top: 0;\n\t\t padding-bottom: 50px;\n\t\t @media screen and (max-width: ",") {\n\t\t\t\tdiv {\n\t\t\t font-size: 14px;\n\t\t\t }\n\t\t\t h3 {\n\t\t\t font-size: 21px;\n\t\t\t }\n\t\t }\n\t\t .page-body-in{\n\t\t \t@media screen and (max-width: ",") {\n\t\t\t\t\tmargin-top: 0px!important;\n\t\t \t}\n\t\t \tcode.hljs {\n\t\t\t\t padding: 1em;\n\t\t\t\t}\n\t\t\t\tcode.display {\n\t\t\t\t border-top-left-radius: 0px;\n\t\t\t\t border-top-right-radius: 0px;\n\t\t\t\t}\n\t\t\t\tcode.side {\n\t\t\t\t color: #c7254e;\n background: #f9f2f4;\n padding: 1px 5px!important;\n font-size: 13px;\n display: -webkit-inline-box!important;\n display: -webkit-inline-flex!important;\n display: -ms-inline-flexbox!important;\n display: inline-flex!important;\n border-radius: 3px;\n\t\t\t\t \n\t\t\t\t}\n\t\t\t\t.tab {\n\t\t\t\t\t padding-left: 15px;\n\t\t\t\t\t}\n\n\t\t\t\t\t.tab-2 {\n\t\t\t\t\t padding-left: 30px;\n\t\t\t\t\t}\n\t\t\t\tspan.hljs-tag {\n\t\t\t\t margin-bottom: 2px;\n\t\t\t\t display: inline-block;\n\t\t\t\t}\n\t\t }\n\n }\n .page-head {\n\t\t\t p {\n\t\t\t font-size: 18px;\n\t\t\t padding: 0px 40px;\n\t\t\t color: ",";\n\t\t\t margin-top: 0px;\n\t\t\t }\n\t\t\t background-color: ",";\n\t\t\t border-bottom: 1px solid rgba(93, 97, 117, 0.1);\n\t\t\t \n\t\t\t h1 {\n\t\t\t font-size: 40px;\n\t\t\t color: ",";\n\t\t\t margin-bottom: 15px;\n\t\t\t margin-top: 0;\n\t\t\t text-align: left;\n\t\t\t padding: 0px 40px;\n\t\t\t line-height: 40px;\n\n\t\t\t }\n\t\t\t .page-head-in {\n\t\t\t\t max-width: ",";\n\t\t\t\t margin: 0 auto;\n\t\t\t\t}\n\t\t\t\t.page-head-bg{\n\t\t\t\t\t background-color:",";\n \t\t background-size:100%; \n\t\t\t padding:50px 150px;\n\t\t\t\t\tpadding-top:140px;\n\t\t\t @media screen and (max-width: ",") {\n\t\t\t\t\tbackground-size: 200%;\n\t\t\t\t\tpadding:50px 0px;\n\t\t\t\t\tpadding-top:130px;\n\t\t\t\t\th1, p {\n\t\t\t\t padding: 0px;\n\t\t\t\t }\n\t\t\t\t .page-head-in {\n\t\t\t\t\t padding: 0px 20px;\n\t\t\t\t\t}\n\t\t\t\t\th1 {\n\t\t\t\t\t font-size: 40px;\n\t\t\t\t\t }\n\t\t\t\t}\n\t\t\t\t@media screen and (max-width: ",") {\n\t\t\t\t\tbackground-size: 300%;\n\t\t\t\t\th1 {\n\t\t\t\t font-size: 27px;\n\t\t\t\t line-height: 1.1;\n\t\t\t\t }\n\t\t\t\t p {\n\t\t\t\t font-size: 16px;\n\t\t\t\t }\n\t\t\t\t}\n\t\t\t\t@media screen and (max-width: ",") {\n\t\t\t\t\tbackground-size: 400%;\n\t\t\t\t\t\n\t\t\t\t p {\n\t\t\t\t font-size: 15px;\n\t\t\t\t }\n\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t\n\t\t} \n @media screen and (max-width: ",") {\n \t.page-cont-in {\n\t\t\t\tpadding: 0px;\n\t\t\t}\n } \n "]),l=n(31),r=function(e){return e&&e.__esModule?e:{default:e}}(l),i=n(30),s=r.default.div(a,i.BREAKPOINT_LG,i.HEADER_COLOR,i.HEADER_COLOR,i.ICON_COLOR,i.MAX_WIDTH,i.BREAKPOINT_MD,i.BREAKPOINT_LG,i.SECONDARY_FONT_COLOR,i.HEADER_BACKGROUND,i.HEADER_COLOR,i.MAX_WIDTH,i.LIGHT_BACKGROUND,i.BREAKPOINT_LG,i.BREAKPOINT_MD,i.BREAKPOINT_SM,i.BREAKPOINT_LG);t.default=s},465:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=function(e,t){return Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}(["\n \t\t display: flex;\n \t\t .docs-sidebar {\n\t\t\t\tflex: 1;\n\t\t\t\t order: 1;\n\t\t\t\t @media screen and (max-width: ",") {\n\t\t\t\t \tdisplay:none;\n\t\t\t\t }\n\t\t\t\t .docs-sidebar-list{\n\t\t\t\t \tli {\n\t\t\t\t\t padding: 1px 10px;\n\t\t\t\t\t a {\n\t\t\t\t\t \tfont-weight: 500;\n\t\t\t\t\t color: ",";\n\t\t\t\t\t font-size: 14px;\n\t\t\t\t\t &:hover {\n\t\t\t\t\t color: ",";\n\t\t\t\t\t \t\t}\n\t\t\t\t\t\t}\n\t\t\t\t \t}\n\t\t\t\t \tul {\n\t\t\t\t\t list-style: none;\n\t\t\t\t\t padding: 5px;\n\t\t\t\t\t margin: 5px 10px;\n\t\t\t\t\t margin-right: 0px;\n\t\t\t\t\t padding-right: 0px;\n\t\t\t\t\t border-left: 1px solid #ebebeb;\n\t\t\t\t\t li{\n\t\t\t\t\t \ta{\n\t\t\t\t\t \t\tfont-weight: 400!important;\n\t\t\t\t\t \t}\n\t\t\t\t\t }\n\t\t\t\t\t}\n\t\t\t\t\tposition: -webkit-sticky;\n\t\t\t\t position: sticky;\n\t\t\t\t box-sizing: border-box;\n\t\t\t\t top: 90px;\n\t\t\t\t list-style: none;\n\t\t\t\t padding: 0;\n\t\t\t\t margin: 30px;\n\t\t\t\t padding-left: 20px;\n\t\t\t\t border-right: 1px solid ",";\n\n\t\t\t\t }\n\t\t\t}\n\n\t\t\t.docs-content {\n\t\t\t\t overflow: hidden;\n\t\t\t\tflex: 2;\n\t\t\t\torder: 2;\n\t\t\t\tpadding: 0 50px;\n\t\t\t\t @media screen and (max-width: ",") {\n\t\t\t\t \tpadding: 20px;\n\t\t\t\t }\n\t\t\t}\n "],["\n \t\t display: flex;\n \t\t .docs-sidebar {\n\t\t\t\tflex: 1;\n\t\t\t\t order: 1;\n\t\t\t\t @media screen and (max-width: ",") {\n\t\t\t\t \tdisplay:none;\n\t\t\t\t }\n\t\t\t\t .docs-sidebar-list{\n\t\t\t\t \tli {\n\t\t\t\t\t padding: 1px 10px;\n\t\t\t\t\t a {\n\t\t\t\t\t \tfont-weight: 500;\n\t\t\t\t\t color: ",";\n\t\t\t\t\t font-size: 14px;\n\t\t\t\t\t &:hover {\n\t\t\t\t\t color: ",";\n\t\t\t\t\t \t\t}\n\t\t\t\t\t\t}\n\t\t\t\t \t}\n\t\t\t\t \tul {\n\t\t\t\t\t list-style: none;\n\t\t\t\t\t padding: 5px;\n\t\t\t\t\t margin: 5px 10px;\n\t\t\t\t\t margin-right: 0px;\n\t\t\t\t\t padding-right: 0px;\n\t\t\t\t\t border-left: 1px solid #ebebeb;\n\t\t\t\t\t li{\n\t\t\t\t\t \ta{\n\t\t\t\t\t \t\tfont-weight: 400!important;\n\t\t\t\t\t \t}\n\t\t\t\t\t }\n\t\t\t\t\t}\n\t\t\t\t\tposition: -webkit-sticky;\n\t\t\t\t position: sticky;\n\t\t\t\t box-sizing: border-box;\n\t\t\t\t top: 90px;\n\t\t\t\t list-style: none;\n\t\t\t\t padding: 0;\n\t\t\t\t margin: 30px;\n\t\t\t\t padding-left: 20px;\n\t\t\t\t border-right: 1px solid ",";\n\n\t\t\t\t }\n\t\t\t}\n\n\t\t\t.docs-content {\n\t\t\t\t overflow: hidden;\n\t\t\t\tflex: 2;\n\t\t\t\torder: 2;\n\t\t\t\tpadding: 0 50px;\n\t\t\t\t @media screen and (max-width: ",") {\n\t\t\t\t \tpadding: 20px;\n\t\t\t\t }\n\t\t\t}\n "]),l=n(31),r=function(e){return e&&e.__esModule?e:{default:e}}(l),i=n(30),s=r.default.div(a,i.BREAKPOINT_LG,i.ICON_COLOR,i.HEADER_COLOR,i.BORDER_COLOR,i.BREAKPOINT_LG);t.default=s},466:function(e,t,n){function a(e){return n(l(e))}function l(e){var t=r[e];if(!(t+1))throw new Error("Cannot find module '"+e+"'.");return t}var r={"./javascript":467,"./xml":462};a.keys=function(){return Object.keys(r)},a.resolve=l,e.exports=a,a.id=466},467:function(e,t){e.exports=function(e){var t="[A-Za-z$_][0-9A-Za-z$_]*",n={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"},a={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:n,contains:[]},r={className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,l]};l.contains=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,r,a,e.REGEXP_MODE];var i=l.contains.concat([e.C_BLOCK_COMMENT_MODE,e.C_LINE_COMMENT_MODE]);return{aliases:["js","jsx"],keywords:n,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,a,{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:n,contains:i}]}]},{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:i}],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 3f81043..d6d8003 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 624ee5e..9afce69 100644 --- a/static/dist/1.bundle.js +++ b/static/dist/1.bundle.js @@ -1,2 +1,2 @@ -webpackJsonp([1],{458:function(n,e,t){"use strict";function a(n){return n&&n.__esModule?n:{default:n}}function i(n,e){if(!(n instanceof e))throw new TypeError("Cannot call a class as a function")}function o(n,e){if(!n)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?n:e}function r(n,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);n.prototype=Object.create(e&&e.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(n,e):n.__proto__=e)}function l(n,e){return Object.freeze(Object.defineProperties(n,{raw:{value:Object.freeze(e)}}))}function s(n){return(0,v.bindActionCreators)({changeSideIcon:y.changeSideIcon,setSelectedIcon:y.setSelectedIcon},n)}Object.defineProperty(e,"__esModule",{value:!0});var c=function(){function n(n,e){for(var t=0;t
",componentCode:""}):"LOGO"===this.props.icon.type_of_icon?this.setState({code:"",componentCode:""}):this.setState({code:"",componentCode:""})}},{key:"componentDidMount",value:function(){for(var n=document.querySelectorAll("code"),e=0;e0&&(e+=" bx-rotate-"+this.state.rotate,t+="rotate='"+this.state.rotate+"' "),this.setState({code:"",componentCode:""})}}},{key:"handleRotate",value:function(){var n="bx bx-"+this.props.icon.name,e="name='"+this.props.icon.name+"' ";"SOLID"===this.props.icon.type_of_icon?(n="bx bxs-"+this.props.icon.name,e+="type='solid' "):"LOGO"===this.props.icon.type_of_icon&&(n="bx bxl-"+this.props.icon.name,e+="type='logo' "),"none"!==this.state.animation&&(n+=" bx-"+this.state.animation,e+="animation='"+this.state.animation+"' "),this.state.rotate+90!==360?(this.setState({rotate:this.state.rotate+90}),n+=" bx-rotate-"+(this.state.rotate+90),e+="rotate='"+(this.state.rotate+90)+"' "):this.setState({rotate:0}),this.setState({code:"",componentCode:""})}},{key:"handleAnimate",value:function(n){this.setState({animation:n}),this.setState({animateChoiceDisplay:!1});var e="bx bx-"+this.props.icon.name,t="name='"+this.props.icon.name+"' ";"SOLID"===this.props.icon.type_of_icon?(e="bx bxs-"+this.props.icon.name,t+="type='solid' "):"LOGO"===this.props.icon.type_of_icon&&(e="bx bxl-"+this.props.icon.name,t+="type='logo' "),"none"!==n&&(e+=" bx-"+n,t+="animation='"+n+"' "),this.state.rotate>0&&(e+=" bx-rotate-"+this.state.rotate,t+="animation='"+this.state.rotate+"' "),this.setState({code:"",componentCode:""})}},{key:"handleColor",value:function(n){this.setState({color:n}),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 n=this,e=(0,S.default)({active:this.state.copied,copied:!0}),t="/static/img/svg/bx-"+this.props.icon.name+".svg",a=this.props.icon,i="bx-"+a.name;return"SOLID"===a.type_of_icon?(t="/static/img/svg/bxs-"+this.props.icon.name+".svg",i="bxs-"+a.name):"LOGO"===a.type_of_icon&&(t="/static/img/svg/bxl-"+this.props.icon.name+".svg",i="bxl-"+a.name),m.default.createElement("div",{className:" "},m.default.createElement(B,{className:"icon"},m.default.createElement("div",{className:"box-bg "+this.state.color},m.default.createElement("i",{className:"bx "+i+" bx-rotate-"+this.state.rotate+" bx-"+this.state.animation}),m.default.createElement(T,null," ",m.default.createElement(z,{onClick:this.handleRotate},m.default.createElement("i",{className:"bx bx-rotate"})),m.default.createElement(z,null,m.default.createElement("div",{onClick:this.handleCurrentAnimation},m.default.createElement("i",{className:"bx bx-play"})),this.state.animateChoiceDisplay&&m.default.createElement("div",{className:"animate-choices"},m.default.createElement("div",{className:"animate tada",onClick:function(){return n.handleAnimate("tada")}},m.default.createElement("i",{className:"bx "+i+" bx-tada"})),m.default.createElement("div",{className:"animate flashing",onClick:function(){return n.handleAnimate("flashing")}},m.default.createElement("i",{className:"bx "+i+" bx-flashing"})),m.default.createElement("div",{className:"animate burst",onClick:function(){return n.handleAnimate("burst")}},m.default.createElement("i",{className:"bx "+i+" bx-burst"})),m.default.createElement("div",{className:"animate spin",onClick:function(){return n.handleAnimate("spin")}},m.default.createElement("i",{className:"bx "+i+" bx-spin"})),m.default.createElement("div",{className:"animate fade-left",onClick:function(){return n.handleAnimate("fade-left")}},m.default.createElement("i",{className:"bx "+i+" bx-fade-left"})),m.default.createElement("div",{className:"animate fade-right",onClick:function(){return n.handleAnimate("fade-right")}},m.default.createElement("i",{className:"bx "+i+" bx-fade-right"})),m.default.createElement("div",{className:"animate fade-up",onClick:function(){return n.handleAnimate("fade-up")}},m.default.createElement("i",{className:"bx "+i+" bx-fade-up"})),m.default.createElement("div",{className:"animate fade-down",onClick:function(){return n.handleAnimate("fade-down")}},m.default.createElement("i",{className:"bx "+i+" bx-fade-down"})),m.default.createElement("div",{className:"animate none",onClick:function(){return n.handleAnimate("none")}},"none"))))),m.default.createElement("div",{className:" icon-head"},m.default.createElement("div",{className:" icon-head-name"},a.name),m.default.createElement("div",{className:" icon-footer"},m.default.createElement(L,null,m.default.createElement("div",{className:"code-options"},m.default.createElement("div",{className:"component"===this.state.type?"code-option active":"code-option",onClick:function(){return n.changeType("component")}},"Web Component"),m.default.createElement("div",{className:"font"===this.state.type?"code-option active":"code-option",onClick:function(){return n.changeType("font")}},"Font")),m.default.createElement("div",{className:"icon-code-in",onClick:this.copyCode},"component"===this.state.type?m.default.createElement("div",null,m.default.createElement(C.default,null,m.default.createElement("div",{className:"code-hover"}," ",m.default.createElement("code",{className:"html"},this.state.componentCode))),m.default.createElement("input",{className:"hidden",type:"text",onChange:function(){},value:this.state.componentCode,id:"code"}),m.default.createElement("div",{className:e},"Copied ",m.default.createElement("i",{className:"bx bx-check"}))):m.default.createElement("div",null," ",m.default.createElement(C.default,null," ",m.default.createElement("div",{className:"code-hover"},m.default.createElement("code",{className:"html"},this.state.code))),m.default.createElement("input",{className:"hidden",type:"text",onChange:function(){},value:this.state.code,id:"code"}),m.default.createElement("div",{className:e},"Copied ",m.default.createElement("i",{className:"bx bx-check"})))," ")))),m.default.createElement(M,null,m.default.createElement("a",{href:t,download:i,className:"button icon-download "},m.default.createElement("i",{className:"bx bxs-download-alt"}),m.default.createElement("div",{className:"button-name"},"SVG"))),m.default.createElement(D,{onClick:this.handleBoxClose},m.default.createElement("i",{className:"bx bx-x"}))))}}]),e}(g.Component);e.default=(0,b.connect)(null,s)(I)},461:function(n,e,t){!function(n){"object"==typeof window&&window||"object"==typeof self&&self;n(e)}(function(n){function e(n){return n.replace(/&/g,"&").replace(//g,">")}function t(n){return n.nodeName.toLowerCase()}function a(n,e){var t=n&&n.exec(e);return t&&0===t.index}function i(n){return C.test(n)}function o(n){var e,t,a,o,r=n.className+" ";if(r+=n.parentNode?n.parentNode.className:"",t=O.exec(r))return E(t[1])?t[1]:"no-highlight";for(r=r.split(/\s+/),e=0,a=r.length;e"}function l(n){d+=""}function s(n){("start"===n.event?r:l)(n.node)}for(var c=0,d="",p=[];n.length||a.length;){var u=o();if(d+=e(i.substring(c,u[0].offset)),c=u[0].offset,u===n){p.reverse().forEach(l);do{s(u.splice(0,1)[0]),u=o()}while(u===n&&u.length&&u[0].offset===c);p.reverse().forEach(r)}else"start"===u[0].event?p.push(u[0].node):p.pop(),s(u.splice(0,1)[0])}return d+e(i.substr(c))}function c(n){return n.variants&&!n.cached_variants&&(n.cached_variants=n.variants.map(function(e){return r(n,{variants:null},e)})),n.cached_variants||n.endsWithParent&&[r(n)]||[n]}function d(n){function e(n){return n&&n.source||n}function t(t,a){return new RegExp(e(t),"m"+(n.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 r={},l=function(e,t){n.case_insensitive&&(t=t.toLowerCase()),t.split(" ").forEach(function(n){var t=n.split("|");r[t[0]]=[e,t[1]?Number(t[1]):1]})};"string"==typeof i.keywords?l("keyword",i.keywords):N(i.keywords).forEach(function(n){l(n,i.keywords[n])}),i.keywords=r}i.lexemesRe=t(i.lexemes||/\w+/,!0),o&&(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=e(i.end)||"",i.endsWithParent&&o.terminator_end&&(i.terminator_end+=(i.end?"|":"")+o.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(n){return c("self"===n?i:n)})),i.contains.forEach(function(n){a(n,i)}),i.starts&&a(i.starts,o);var s=i.contains.map(function(n){return n.beginKeywords?"\\.?("+n.begin+")\\.?":n.begin}).concat([i.terminator_end,i.illegal]).map(e).filter(Boolean);i.terminators=s.length?t(s.join("|"),!0):{exec:function(){return null}}}}a(n)}function p(n,t,i,o){function r(n,e){var t,i;for(t=0,i=e.contains.length;t')+e+r}function f(){var n,t,a,i;if(!w.keywords)return e(C);for(i="",t=0,w.lexemesRe.lastIndex=0,a=w.lexemesRe.exec(C);a;)i+=e(C.substring(t,a.index)),n=c(w,a),n?(O+=n[1],i+=h(n[0],e(a[0]))):i+=e(a[0]),t=w.lexemesRe.lastIndex,a=w.lexemesRe.exec(C);return i+e(C.substr(t))}function x(){var n="string"==typeof w.subLanguage;if(n&&!_[w.subLanguage])return e(C);var t=n?p(w.subLanguage,C,!0,N[w.subLanguage]):u(C,w.subLanguage.length?w.subLanguage:void 0);return w.relevance>0&&(O+=t.relevance),n&&(N[w.subLanguage]=t.top),h(t.language,t.value,!1,!0)}function g(){k+=null!=w.subLanguage?x():f(),C=""}function m(n){k+=n.className?h(n.className,"",!0):"",w=Object.create(n,{parent:{value:w}})}function b(n,e){if(C+=n,null==e)return g(),0;var t=r(e,w);if(t)return t.skip?C+=e:(t.excludeBegin&&(C+=e),g(),t.returnBegin||t.excludeBegin||(C=e)),m(t,e),t.returnBegin?0:e.length;var a=l(w,e);if(a){var i=w;i.skip?C+=e:(i.returnEnd||i.excludeEnd||(C+=e),g(),i.excludeEnd&&(C=e));do{w.className&&(k+=R),w.skip||(O+=w.relevance),w=w.parent}while(w!==a.parent);return a.starts&&m(a.starts,""),i.returnEnd?0:e.length}if(s(e,w))throw new Error('Illegal lexeme "'+e+'" for mode "'+(w.className||"")+'"');return C+=e,e.length||1}var v=E(n);if(!v)throw new Error('Unknown language: "'+n+'"');d(v);var y,w=o||v,N={},k="";for(y=w;y!==v;y=y.parent)y.className&&(k=h(y.className,"",!0)+k);var C="",O=0;try{for(var j,S,D=0;;){if(w.terminators.lastIndex=D,!(j=w.terminators.exec(t)))break;S=b(t.substring(D,j.index),j[0]),D=j.index+S}for(b(t.substr(D)),y=w;y.parent;y=y.parent)y.className&&(k+=R);return{relevance:O,value:k,language:n,top:w}}catch(n){if(n.message&&-1!==n.message.indexOf("Illegal"))return{relevance:0,value:e(t)};throw n}}function u(n,t){t=t||A.languages||N(_);var a={relevance:0,value:e(n)},i=a;return t.filter(E).forEach(function(e){var t=p(e,n,!1);t.language=e,t.relevance>i.relevance&&(i=t),t.relevance>a.relevance&&(i=a,a=t)}),i.language&&(a.second_best=i),a}function h(n){return A.tabReplace||A.useBR?n.replace(j,function(n,e){return A.useBR&&"\n"===n?"
":A.tabReplace?e.replace(/\t/g,A.tabReplace):""}):n}function f(n,e,t){var a=e?k[e]:t,i=[n.trim()];return n.match(/\bhljs\b/)||i.push("hljs"),-1===n.indexOf(a)&&i.push(a),i.join(" ").trim()}function x(n){var e,t,a,r,c,d=o(n);i(d)||(A.useBR?(e=document.createElementNS("http://www.w3.org/1999/xhtml","div"),e.innerHTML=n.innerHTML.replace(/\n/g,"").replace(//g,"\n")):e=n,c=e.textContent,a=d?p(d,c,!0):u(c),t=l(e),t.length&&(r=document.createElementNS("http://www.w3.org/1999/xhtml","div"),r.innerHTML=a.value,a.value=s(t,l(r),c)),a.value=h(a.value),n.innerHTML=a.value,n.className=f(n.className,d,a.language),n.result={language:a.language,re:a.relevance},a.second_best&&(n.second_best={language:a.second_best.language,re:a.second_best.relevance}))}function g(n){A=r(A,n)}function m(){if(!m.called){m.called=!0;var n=document.querySelectorAll("pre code");w.forEach.call(n,x)}}function b(){addEventListener("DOMContentLoaded",m,!1),addEventListener("load",m,!1)}function v(e,t){var a=_[e]=t(n);a.aliases&&a.aliases.forEach(function(n){k[n]=e})}function y(){return N(_)}function E(n){return n=(n||"").toLowerCase(),_[n]||_[k[n]]}var w=[],N=Object.keys,_={},k={},C=/^(no-?highlight|plain|text)$/i,O=/\blang(?:uage)?-([\w-]+)\b/i,j=/((^(<[^>]+>|\t|)+|(?:\n)))/gm,R="",A={classPrefix:"hljs-",tabReplace:null,useBR:!1,languages:void 0};return n.highlight=p,n.highlightAuto=u,n.fixMarkup=h,n.highlightBlock=x,n.configure=g,n.initHighlighting=m,n.initHighlightingOnLoad=b,n.registerLanguage=v,n.listLanguages=y,n.getLanguage=E,n.inherit=r,n.IDENT_RE="[a-zA-Z]\\w*",n.UNDERSCORE_IDENT_RE="[a-zA-Z_]\\w*",n.NUMBER_RE="\\b\\d+(\\.\\d+)?",n.C_NUMBER_RE="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",n.BINARY_NUMBER_RE="\\b(0b[01]+)",n.RE_STARTERS_RE="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",n.BACKSLASH_ESCAPE={begin:"\\\\[\\s\\S]",relevance:0},n.APOS_STRING_MODE={className:"string",begin:"'",end:"'",illegal:"\\n",contains:[n.BACKSLASH_ESCAPE]},n.QUOTE_STRING_MODE={className:"string",begin:'"',end:'"',illegal:"\\n",contains:[n.BACKSLASH_ESCAPE]},n.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/},n.COMMENT=function(e,t,a){var i=n.inherit({className:"comment",begin:e,end:t,contains:[]},a||{});return i.contains.push(n.PHRASAL_WORDS_MODE),i.contains.push({className:"doctag",begin:"(?:TODO|FIXME|NOTE|BUG|XXX):",relevance:0}),i},n.C_LINE_COMMENT_MODE=n.COMMENT("//","$"),n.C_BLOCK_COMMENT_MODE=n.COMMENT("/\\*","\\*/"),n.HASH_COMMENT_MODE=n.COMMENT("#","$"),n.NUMBER_MODE={className:"number",begin:n.NUMBER_RE,relevance:0},n.C_NUMBER_MODE={className:"number",begin:n.C_NUMBER_RE,relevance:0},n.BINARY_NUMBER_MODE={className:"number",begin:n.BINARY_NUMBER_RE,relevance:0},n.CSS_NUMBER_MODE={className:"number",begin:n.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},n.REGEXP_MODE={className:"regexp",begin:/\//,end:/\/[gimuy]*/,illegal:/\n/,contains:[n.BACKSLASH_ESCAPE,{begin:/\[/,end:/\]/,relevance:0,contains:[n.BACKSLASH_ESCAPE]}]},n.TITLE_MODE={className:"title",begin:n.IDENT_RE,relevance:0},n.UNDERSCORE_TITLE_MODE={className:"title",begin:n.UNDERSCORE_IDENT_RE,relevance:0},n.METHOD_GUARD={begin:"\\.\\s*"+n.UNDERSCORE_IDENT_RE,relevance:0},n})},462:function(n,e){n.exports=function(n){var e={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:"\\]"}]},n.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:[e],starts:{end:"",returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:"|$)",end:">",keywords:{name:"script"},contains:[e],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},e]}]}}},463:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var a=function(n,e){return Object.freeze(Object.defineProperties(n,{raw:{value:Object.freeze(e)}}))}(["\n.hljs {\n display: block;\n overflow-x: auto;\n color: #555;\n background: rgba(93,97,117,0.05);\n padding: 0.7em;\n font-size: 14px;\n border-radius: 5px; \n }\n\n.hljs-doctag, .hljs-keyword, .hljs-formula {\n color: #a626a4;\n}\n\n.hljs-section, .hljs-name, .hljs-selector-tag, .hljs-deletion, .hljs-subst {\n color: #2f6f9f;\n}\n\n.hljs-literal {\n color: #0184bb;\n}\n\n.hljs-string, .hljs-regexp, .hljs-addition, .hljs-attribute, .hljs-meta-string {\n color: #d44950;\n}\n\n.hljs-built_in, .hljs-class .hljs-title {\n color: #c18401;\n}\n\n.hljs-attr, .hljs-variable, .hljs-template-variable, .hljs-type, .hljs-selector-class, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-number {\n color: #4f9fcf;\n}\n\n.hljs-symbol, .hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-title {\n color: #099;\n}\n\n\n\n.hljs-comment, .hljs-quote {\n color: #a0a1a7;\n font-style: italic;\n}\n.hljs-emphasis {\n font-style: italic;\n}\n\n.hljs-strong {\n font-weight: bold;\n}\n\n.hljs-link {\n text-decoration: underline;\n}\n "],["\n.hljs {\n display: block;\n overflow-x: auto;\n color: #555;\n background: rgba(93,97,117,0.05);\n padding: 0.7em;\n font-size: 14px;\n border-radius: 5px; \n }\n\n.hljs-doctag, .hljs-keyword, .hljs-formula {\n color: #a626a4;\n}\n\n.hljs-section, .hljs-name, .hljs-selector-tag, .hljs-deletion, .hljs-subst {\n color: #2f6f9f;\n}\n\n.hljs-literal {\n color: #0184bb;\n}\n\n.hljs-string, .hljs-regexp, .hljs-addition, .hljs-attribute, .hljs-meta-string {\n color: #d44950;\n}\n\n.hljs-built_in, .hljs-class .hljs-title {\n color: #c18401;\n}\n\n.hljs-attr, .hljs-variable, .hljs-template-variable, .hljs-type, .hljs-selector-class, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-number {\n color: #4f9fcf;\n}\n\n.hljs-symbol, .hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-title {\n color: #099;\n}\n\n\n\n.hljs-comment, .hljs-quote {\n color: #a0a1a7;\n font-style: italic;\n}\n.hljs-emphasis {\n font-style: italic;\n}\n\n.hljs-strong {\n font-weight: bold;\n}\n\n.hljs-link {\n text-decoration: underline;\n}\n "]),i=t(31),o=function(n){return n&&n.__esModule?n:{default:n}}(i),r=(t(30),o.default.pre(a));e.default=r}}); +webpackJsonp([1],{458:function(n,e,t){"use strict";function a(n){return n&&n.__esModule?n:{default:n}}function i(n,e){if(!(n instanceof e))throw new TypeError("Cannot call a class as a function")}function o(n,e){if(!n)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?n:e}function r(n,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);n.prototype=Object.create(e&&e.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(n,e):n.__proto__=e)}function l(n,e){return Object.freeze(Object.defineProperties(n,{raw:{value:Object.freeze(e)}}))}function s(n){return(0,v.bindActionCreators)({changeSideIcon:E.changeSideIcon,setSelectedIcon:E.setSelectedIcon},n)}Object.defineProperty(e,"__esModule",{value:!0});var c=function(){function n(n,e){for(var t=0;t
",componentCode:""}):"LOGO"===this.props.icon.type_of_icon?this.setState({code:"",componentCode:""}):this.setState({code:"",componentCode:""})}},{key:"componentDidMount",value:function(){for(var n=document.querySelectorAll("code"),e=0;e0&&(e+=" bx-rotate-"+this.state.rotate,t+="rotate='"+this.state.rotate+"' "),this.setState({code:"",componentCode:""})}}},{key:"handleRotate",value:function(){var n="bx bx-"+this.props.icon.name,e="name='"+this.props.icon.name+"' ";"SOLID"===this.props.icon.type_of_icon?(n="bx bxs-"+this.props.icon.name,e+="type='solid' "):"LOGO"===this.props.icon.type_of_icon&&(n="bx bxl-"+this.props.icon.name,e+="type='logo' "),"none"!==this.state.animation&&(n+=" bx-"+this.state.animation,e+="animation='"+this.state.animation+"' "),this.state.rotate+90!==360?(this.setState({rotate:this.state.rotate+90}),n+=" bx-rotate-"+(this.state.rotate+90),e+="rotate='"+(this.state.rotate+90)+"' "):this.setState({rotate:0}),this.setState({code:"",componentCode:""})}},{key:"handleAnimate",value:function(n){this.setState({animation:n}),this.setState({animateChoiceDisplay:!1});var e="bx bx-"+this.props.icon.name,t="name='"+this.props.icon.name+"' ";"SOLID"===this.props.icon.type_of_icon?(e="bx bxs-"+this.props.icon.name,t+="type='solid' "):"LOGO"===this.props.icon.type_of_icon&&(e="bx bxl-"+this.props.icon.name,t+="type='logo' "),"none"!==n&&(e+=" bx-"+n,t+="animation='"+n+"' "),this.state.rotate>0&&(e+=" bx-rotate-"+this.state.rotate,t+="animation='"+this.state.rotate+"' "),this.setState({code:"",componentCode:""})}},{key:"handleColor",value:function(n){this.setState({color:n}),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 n=this,e=(0,S.default)({active:this.state.copied,copied:!0}),t="/static/img/svg/bx-"+this.props.icon.name+".svg",a=this.props.icon,i="bx-"+a.name;return"SOLID"===a.type_of_icon?(t="/static/img/svg/bxs-"+this.props.icon.name+".svg",i="bxs-"+a.name):"LOGO"===a.type_of_icon&&(t="/static/img/svg/bxl-"+this.props.icon.name+".svg",i="bxl-"+a.name),m.default.createElement("div",{className:" "},m.default.createElement(z,{className:"icon"},m.default.createElement("div",{className:"box-bg "+this.state.color},m.default.createElement("i",{className:"bx "+i+" bx-rotate-"+this.state.rotate+" bx-"+this.state.animation}),m.default.createElement(T,null," ",m.default.createElement(B,{onClick:this.handleRotate},m.default.createElement("i",{className:"bx bx-rotate"})),m.default.createElement(B,null,m.default.createElement("div",{onClick:this.handleCurrentAnimation},m.default.createElement("i",{className:"bx bx-play"})),this.state.animateChoiceDisplay&&m.default.createElement("div",{className:"animate-choices"},m.default.createElement("div",{className:"animate tada",onClick:function(){return n.handleAnimate("tada")}},m.default.createElement("i",{className:"bx "+i+" bx-tada"})),m.default.createElement("div",{className:"animate flashing",onClick:function(){return n.handleAnimate("flashing")}},m.default.createElement("i",{className:"bx "+i+" bx-flashing"})),m.default.createElement("div",{className:"animate burst",onClick:function(){return n.handleAnimate("burst")}},m.default.createElement("i",{className:"bx "+i+" bx-burst"})),m.default.createElement("div",{className:"animate spin",onClick:function(){return n.handleAnimate("spin")}},m.default.createElement("i",{className:"bx "+i+" bx-spin"})),m.default.createElement("div",{className:"animate fade-left",onClick:function(){return n.handleAnimate("fade-left")}},m.default.createElement("i",{className:"bx "+i+" bx-fade-left"})),m.default.createElement("div",{className:"animate fade-right",onClick:function(){return n.handleAnimate("fade-right")}},m.default.createElement("i",{className:"bx "+i+" bx-fade-right"})),m.default.createElement("div",{className:"animate fade-up",onClick:function(){return n.handleAnimate("fade-up")}},m.default.createElement("i",{className:"bx "+i+" bx-fade-up"})),m.default.createElement("div",{className:"animate fade-down",onClick:function(){return n.handleAnimate("fade-down")}},m.default.createElement("i",{className:"bx "+i+" bx-fade-down"})),m.default.createElement("div",{className:"animate none",onClick:function(){return n.handleAnimate("none")}},"none"))))),m.default.createElement("div",{className:" icon-head"},m.default.createElement("div",{className:" icon-head-name"},a.name),m.default.createElement("div",{className:" icon-footer"},m.default.createElement(L,null,m.default.createElement("div",{className:"code-options"},m.default.createElement("div",{className:"font"===this.state.type?"code-option active":"code-option",onClick:function(){return n.changeType("font")}},"Font"),m.default.createElement("div",{className:"component"===this.state.type?"code-option active":"code-option",onClick:function(){return n.changeType("component")}},"Web Component")),m.default.createElement("div",{className:"icon-code-in",onClick:this.copyCode},"component"===this.state.type?m.default.createElement("div",null,m.default.createElement(C.default,null,m.default.createElement("div",{className:"code-hover"}," ",m.default.createElement("code",{className:"html"},this.state.componentCode))),m.default.createElement("input",{className:"hidden",type:"text",onChange:function(){},value:this.state.componentCode,id:"code"}),m.default.createElement("div",{className:e},"Copied ",m.default.createElement("i",{className:"bx bx-check"}))):m.default.createElement("div",null," ",m.default.createElement(C.default,null," ",m.default.createElement("div",{className:"code-hover"},m.default.createElement("code",{className:"html"},this.state.code))),m.default.createElement("input",{className:"hidden",type:"text",onChange:function(){},value:this.state.code,id:"code"}),m.default.createElement("div",{className:e},"Copied ",m.default.createElement("i",{className:"bx bx-check"})))," ")))),m.default.createElement(M,null,m.default.createElement("a",{href:t,download:i,className:"button icon-download "},m.default.createElement("div",{className:"button-name"},"SVG"),m.default.createElement("i",{className:"bx bxs-download"}))),m.default.createElement(D,{onClick:this.handleBoxClose},m.default.createElement("i",{className:"bx bx-x"}))))}}]),e}(g.Component);e.default=(0,b.connect)(null,s)(I)},461:function(n,e,t){!function(n){"object"==typeof window&&window||"object"==typeof self&&self;n(e)}(function(n){function e(n){return n.replace(/&/g,"&").replace(//g,">")}function t(n){return n.nodeName.toLowerCase()}function a(n,e){var t=n&&n.exec(e);return t&&0===t.index}function i(n){return C.test(n)}function o(n){var e,t,a,o,r=n.className+" ";if(r+=n.parentNode?n.parentNode.className:"",t=O.exec(r))return y(t[1])?t[1]:"no-highlight";for(r=r.split(/\s+/),e=0,a=r.length;e"}function l(n){d+=""}function s(n){("start"===n.event?r:l)(n.node)}for(var c=0,d="",p=[];n.length||a.length;){var u=o();if(d+=e(i.substring(c,u[0].offset)),c=u[0].offset,u===n){p.reverse().forEach(l);do{s(u.splice(0,1)[0]),u=o()}while(u===n&&u.length&&u[0].offset===c);p.reverse().forEach(r)}else"start"===u[0].event?p.push(u[0].node):p.pop(),s(u.splice(0,1)[0])}return d+e(i.substr(c))}function c(n){return n.variants&&!n.cached_variants&&(n.cached_variants=n.variants.map(function(e){return r(n,{variants:null},e)})),n.cached_variants||n.endsWithParent&&[r(n)]||[n]}function d(n){function e(n){return n&&n.source||n}function t(t,a){return new RegExp(e(t),"m"+(n.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 r={},l=function(e,t){n.case_insensitive&&(t=t.toLowerCase()),t.split(" ").forEach(function(n){var t=n.split("|");r[t[0]]=[e,t[1]?Number(t[1]):1]})};"string"==typeof i.keywords?l("keyword",i.keywords):N(i.keywords).forEach(function(n){l(n,i.keywords[n])}),i.keywords=r}i.lexemesRe=t(i.lexemes||/\w+/,!0),o&&(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=e(i.end)||"",i.endsWithParent&&o.terminator_end&&(i.terminator_end+=(i.end?"|":"")+o.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(n){return c("self"===n?i:n)})),i.contains.forEach(function(n){a(n,i)}),i.starts&&a(i.starts,o);var s=i.contains.map(function(n){return n.beginKeywords?"\\.?("+n.begin+")\\.?":n.begin}).concat([i.terminator_end,i.illegal]).map(e).filter(Boolean);i.terminators=s.length?t(s.join("|"),!0):{exec:function(){return null}}}}a(n)}function p(n,t,i,o){function r(n,e){var t,i;for(t=0,i=e.contains.length;t')+e+r}function x(){var n,t,a,i;if(!w.keywords)return e(C);for(i="",t=0,w.lexemesRe.lastIndex=0,a=w.lexemesRe.exec(C);a;)i+=e(C.substring(t,a.index)),n=c(w,a),n?(O+=n[1],i+=h(n[0],e(a[0]))):i+=e(a[0]),t=w.lexemesRe.lastIndex,a=w.lexemesRe.exec(C);return i+e(C.substr(t))}function f(){var n="string"==typeof w.subLanguage;if(n&&!_[w.subLanguage])return e(C);var t=n?p(w.subLanguage,C,!0,N[w.subLanguage]):u(C,w.subLanguage.length?w.subLanguage:void 0);return w.relevance>0&&(O+=t.relevance),n&&(N[w.subLanguage]=t.top),h(t.language,t.value,!1,!0)}function g(){k+=null!=w.subLanguage?f():x(),C=""}function m(n){k+=n.className?h(n.className,"",!0):"",w=Object.create(n,{parent:{value:w}})}function b(n,e){if(C+=n,null==e)return g(),0;var t=r(e,w);if(t)return t.skip?C+=e:(t.excludeBegin&&(C+=e),g(),t.returnBegin||t.excludeBegin||(C=e)),m(t,e),t.returnBegin?0:e.length;var a=l(w,e);if(a){var i=w;i.skip?C+=e:(i.returnEnd||i.excludeEnd||(C+=e),g(),i.excludeEnd&&(C=e));do{w.className&&(k+=R),w.skip||(O+=w.relevance),w=w.parent}while(w!==a.parent);return a.starts&&m(a.starts,""),i.returnEnd?0:e.length}if(s(e,w))throw new Error('Illegal lexeme "'+e+'" for mode "'+(w.className||"")+'"');return C+=e,e.length||1}var v=y(n);if(!v)throw new Error('Unknown language: "'+n+'"');d(v);var E,w=o||v,N={},k="";for(E=w;E!==v;E=E.parent)E.className&&(k=h(E.className,"",!0)+k);var C="",O=0;try{for(var j,S,D=0;;){if(w.terminators.lastIndex=D,!(j=w.terminators.exec(t)))break;S=b(t.substring(D,j.index),j[0]),D=j.index+S}for(b(t.substr(D)),E=w;E.parent;E=E.parent)E.className&&(k+=R);return{relevance:O,value:k,language:n,top:w}}catch(n){if(n.message&&-1!==n.message.indexOf("Illegal"))return{relevance:0,value:e(t)};throw n}}function u(n,t){t=t||A.languages||N(_);var a={relevance:0,value:e(n)},i=a;return t.filter(y).forEach(function(e){var t=p(e,n,!1);t.language=e,t.relevance>i.relevance&&(i=t),t.relevance>a.relevance&&(i=a,a=t)}),i.language&&(a.second_best=i),a}function h(n){return A.tabReplace||A.useBR?n.replace(j,function(n,e){return A.useBR&&"\n"===n?"
":A.tabReplace?e.replace(/\t/g,A.tabReplace):""}):n}function x(n,e,t){var a=e?k[e]:t,i=[n.trim()];return n.match(/\bhljs\b/)||i.push("hljs"),-1===n.indexOf(a)&&i.push(a),i.join(" ").trim()}function f(n){var e,t,a,r,c,d=o(n);i(d)||(A.useBR?(e=document.createElementNS("http://www.w3.org/1999/xhtml","div"),e.innerHTML=n.innerHTML.replace(/\n/g,"").replace(//g,"\n")):e=n,c=e.textContent,a=d?p(d,c,!0):u(c),t=l(e),t.length&&(r=document.createElementNS("http://www.w3.org/1999/xhtml","div"),r.innerHTML=a.value,a.value=s(t,l(r),c)),a.value=h(a.value),n.innerHTML=a.value,n.className=x(n.className,d,a.language),n.result={language:a.language,re:a.relevance},a.second_best&&(n.second_best={language:a.second_best.language,re:a.second_best.relevance}))}function g(n){A=r(A,n)}function m(){if(!m.called){m.called=!0;var n=document.querySelectorAll("pre code");w.forEach.call(n,f)}}function b(){addEventListener("DOMContentLoaded",m,!1),addEventListener("load",m,!1)}function v(e,t){var a=_[e]=t(n);a.aliases&&a.aliases.forEach(function(n){k[n]=e})}function E(){return N(_)}function y(n){return n=(n||"").toLowerCase(),_[n]||_[k[n]]}var w=[],N=Object.keys,_={},k={},C=/^(no-?highlight|plain|text)$/i,O=/\blang(?:uage)?-([\w-]+)\b/i,j=/((^(<[^>]+>|\t|)+|(?:\n)))/gm,R="",A={classPrefix:"hljs-",tabReplace:null,useBR:!1,languages:void 0};return n.highlight=p,n.highlightAuto=u,n.fixMarkup=h,n.highlightBlock=f,n.configure=g,n.initHighlighting=m,n.initHighlightingOnLoad=b,n.registerLanguage=v,n.listLanguages=E,n.getLanguage=y,n.inherit=r,n.IDENT_RE="[a-zA-Z]\\w*",n.UNDERSCORE_IDENT_RE="[a-zA-Z_]\\w*",n.NUMBER_RE="\\b\\d+(\\.\\d+)?",n.C_NUMBER_RE="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",n.BINARY_NUMBER_RE="\\b(0b[01]+)",n.RE_STARTERS_RE="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",n.BACKSLASH_ESCAPE={begin:"\\\\[\\s\\S]",relevance:0},n.APOS_STRING_MODE={className:"string",begin:"'",end:"'",illegal:"\\n",contains:[n.BACKSLASH_ESCAPE]},n.QUOTE_STRING_MODE={className:"string",begin:'"',end:'"',illegal:"\\n",contains:[n.BACKSLASH_ESCAPE]},n.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/},n.COMMENT=function(e,t,a){var i=n.inherit({className:"comment",begin:e,end:t,contains:[]},a||{});return i.contains.push(n.PHRASAL_WORDS_MODE),i.contains.push({className:"doctag",begin:"(?:TODO|FIXME|NOTE|BUG|XXX):",relevance:0}),i},n.C_LINE_COMMENT_MODE=n.COMMENT("//","$"),n.C_BLOCK_COMMENT_MODE=n.COMMENT("/\\*","\\*/"),n.HASH_COMMENT_MODE=n.COMMENT("#","$"),n.NUMBER_MODE={className:"number",begin:n.NUMBER_RE,relevance:0},n.C_NUMBER_MODE={className:"number",begin:n.C_NUMBER_RE,relevance:0},n.BINARY_NUMBER_MODE={className:"number",begin:n.BINARY_NUMBER_RE,relevance:0},n.CSS_NUMBER_MODE={className:"number",begin:n.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},n.REGEXP_MODE={className:"regexp",begin:/\//,end:/\/[gimuy]*/,illegal:/\n/,contains:[n.BACKSLASH_ESCAPE,{begin:/\[/,end:/\]/,relevance:0,contains:[n.BACKSLASH_ESCAPE]}]},n.TITLE_MODE={className:"title",begin:n.IDENT_RE,relevance:0},n.UNDERSCORE_TITLE_MODE={className:"title",begin:n.UNDERSCORE_IDENT_RE,relevance:0},n.METHOD_GUARD={begin:"\\.\\s*"+n.UNDERSCORE_IDENT_RE,relevance:0},n})},462:function(n,e){n.exports=function(n){var e={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:"\\]"}]},n.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:[e],starts:{end:"",returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:"|$)",end:">",keywords:{name:"script"},contains:[e],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},e]}]}}},463:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var a=function(n,e){return Object.freeze(Object.defineProperties(n,{raw:{value:Object.freeze(e)}}))}(["\n.hljs {\n display: block;\n overflow-x: auto;\n color: #555;\n background: rgba(93,97,117,0.05);\n padding: 0.7em;\n font-size: 14px;\n border-radius: 5px; \n }\n\n.hljs-doctag, .hljs-keyword, .hljs-formula {\n color: #a626a4;\n}\n\n.hljs-section, .hljs-name, .hljs-selector-tag, .hljs-deletion, .hljs-subst {\n color: #2f6f9f;\n}\n\n.hljs-literal {\n color: #0184bb;\n}\n\n.hljs-string, .hljs-regexp, .hljs-addition, .hljs-attribute, .hljs-meta-string {\n color: #d44950;\n}\n\n.hljs-built_in, .hljs-class .hljs-title {\n color: #c18401;\n}\n\n.hljs-attr, .hljs-variable, .hljs-template-variable, .hljs-type, .hljs-selector-class, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-number {\n color: #4f9fcf;\n}\n\n.hljs-symbol, .hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-title {\n color: #099;\n}\n\n\n\n.hljs-comment, .hljs-quote {\n color: #a0a1a7;\n font-style: italic;\n}\n.hljs-emphasis {\n font-style: italic;\n}\n\n.hljs-strong {\n font-weight: bold;\n}\n\n.hljs-link {\n text-decoration: underline;\n}\n "],["\n.hljs {\n display: block;\n overflow-x: auto;\n color: #555;\n background: rgba(93,97,117,0.05);\n padding: 0.7em;\n font-size: 14px;\n border-radius: 5px; \n }\n\n.hljs-doctag, .hljs-keyword, .hljs-formula {\n color: #a626a4;\n}\n\n.hljs-section, .hljs-name, .hljs-selector-tag, .hljs-deletion, .hljs-subst {\n color: #2f6f9f;\n}\n\n.hljs-literal {\n color: #0184bb;\n}\n\n.hljs-string, .hljs-regexp, .hljs-addition, .hljs-attribute, .hljs-meta-string {\n color: #d44950;\n}\n\n.hljs-built_in, .hljs-class .hljs-title {\n color: #c18401;\n}\n\n.hljs-attr, .hljs-variable, .hljs-template-variable, .hljs-type, .hljs-selector-class, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-number {\n color: #4f9fcf;\n}\n\n.hljs-symbol, .hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-title {\n color: #099;\n}\n\n\n\n.hljs-comment, .hljs-quote {\n color: #a0a1a7;\n font-style: italic;\n}\n.hljs-emphasis {\n font-style: italic;\n}\n\n.hljs-strong {\n font-weight: bold;\n}\n\n.hljs-link {\n text-decoration: underline;\n}\n "]),i=t(31),o=function(n){return n&&n.__esModule?n:{default:n}}(i),r=(t(30),o.default.pre(a));e.default=r}}); //# 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 746371b..dc40c13 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 9462329..3ebd518 100644 --- a/static/dist/2.bundle.js +++ b/static/dist/2.bundle.js @@ -1,2 +1,2 @@ -webpackJsonp([2],{460:function(t,n,e){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}function o(t,n){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!n||"object"!=typeof n&&"function"!=typeof n?t:n}function l(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Super expression must either be null or a function, not "+typeof n);t.prototype=Object.create(n&&n.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),n&&(Object.setPrototypeOf?Object.setPrototypeOf(t,n):t.__proto__=n)}Object.defineProperty(n,"__esModule",{value:!0});var d=function(){function t(t,n){for(var e=0;e0?o(r(e),9007199254740991):0}},function(e,t,n){var r=n(25);e.exports=function(e){return Object(r(e))}},function(e,t,n){e.exports=n(385)()},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t,n){var r=n(8),o=n(41);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),a=n(16),i=n(42)("src"),s=Function.toString,c=(""+s).split("toString");n(20).inspectSource=function(e){return s.call(e)},(e.exports=function(e,t,n,s){var u="function"==typeof n;u&&(a(n,"name")||o(n,"name",t)),e[t]!==n&&(u&&(a(n,i)||o(n,i,e[t]?""+e[t]:c.join(String(t)))),e===r?e[t]=n:s?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[i]||s.call(this)})},function(e,t,n){var r=n(0),o=n(3),a=n(25),i=/"/g,s=function(e,t,n,r){var o=String(a(e)),s="<"+t;return""!==n&&(s+=" "+n+'="'+String(r).replace(i,""")+'"'),s+">"+o+""};e.exports=function(e,t){var n={};n[e]=t(s),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(57),o=n(25);e.exports=function(e){return r(o(e))}},function(e,t,n){var r=n(58),o=n(41),a=n(17),i=n(24),s=n(16),c=n(116),u=Object.getOwnPropertyDescriptor;t.f=n(7)?u:function(e,t){if(e=a(e),t=i(t,!0),c)try{return u(e,t)}catch(e){}if(s(e,t))return o(!r.f.call(e,t),e[t])}},function(e,t,n){var r=n(16),o=n(10),a=n(83)("IE_PROTO"),i=Object.prototype;e.exports=Object.getPrototypeOf||function(e){return e=o(e),r(e,a)?e[a]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?i:null}},function(e,t){var n=e.exports={version:"2.5.7"};"number"==typeof __e&&(__e=n)},function(e,t,n){var r=n(12);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),a=n(3);e.exports=function(e,t){var n=(o.Object||{})[e]||Object[e],i={};i[e]=t(n),r(r.S+r.F*a(function(){n(1)}),"Object",i)}},function(e,t,n){var r=n(21),o=n(57),a=n(10),i=n(9),s=n(100);e.exports=function(e,t){var n=1==e,c=2==e,u=3==e,l=4==e,p=6==e,f=5==e||p,d=t||s;return function(t,s,h){for(var m,g,y=a(t),_=o(y),v=r(s,h,3),b=i(_.length),x=0,w=n?d(t,b):c?d(t,0):void 0;b>x;x++)if((f||x in _)&&(m=_[x],g=v(m,x,y),e))if(n)w[x]=g;else if(g)switch(e){case 3:return!0;case 5:return m;case 6:return x;case 2:w.push(m)}else if(l)return!1;return p?-1:u||l?l:w}}},function(e,t,n){"use strict";var r=function(e,t,n,r,o,a,i,s){if(!e){var c;if(void 0===t)c=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,a,i,s],l=0;c=new Error(t.replace(/%s/g,function(){return u[l++]})),c.name="Invariant Violation"}throw c.framesToPop=1,c}};e.exports=r},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.FONT_COLOR="#d7dadc",t.PRIMARY_COLOR="#ee3869",t.BLUE_COLOR="#27a9e1",t.GREEN_COLOR="#ee3869",t.FONT_FAMILY='-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",sans-serif',t.SECONDARY_FONT_COLOR="#bdc3cc",t.FADE_FONT_COLOR="#4b5156",t.LIGHT_BACKGROUND="#f7f7f9",t.ICON_COLOR="#737373",t.ICON_NAME_COLOR="#9ca5ae",t.BODY_BACKGROUND="#1a1b1c",t.HEADER_BACKGROUND="#1a1b1c",t.ICONS_BACKGROUND="#1a1b1c",t.MAX_WIDTH="1368px",t.DARK_BORDER_COLOR="#353739",t.BORDER_COLOR="rgba(0,0,0,0.1)",t.BORDER_COLOR_ACTIVE="rgba(0,0,0,0.25)",t.BREAKPOINT_LG="992px",t.BREAKPOINT_MD="568px",t.BREAKPOINT_SM="360px"},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e,r){function o(e){return e.replace(k,"-$1").toLowerCase()}function a(e){return A(e).replace(C,"-ms-")}function i(e){return"function"==typeof e&&"string"==typeof e.styledComponentId}function s(){}function c(e){return e.replace(Ne,"-").replace(De,"")}function u(e){return e.displayName||e.name||"Component"}function l(e){return"string"==typeof e}function p(e){return l(e)?"styled."+e:"Styled("+u(e)+")"}function f(e,t){for(var n=e;n;)if((n=Object.getPrototypeOf(n))&&n===t)return!0;return!1}function d(e){for(var t,n=0|e.length,r=0|n,o=0;n>=4;)t=255&e.charCodeAt(o)|(255&e.charCodeAt(++o))<<8|(255&e.charCodeAt(++o))<<16|(255&e.charCodeAt(++o))<<24,t=1540483477*(65535&t)+((1540483477*(t>>>16)&65535)<<16),t^=t>>>24,t=1540483477*(65535&t)+((1540483477*(t>>>16)&65535)<<16),r=1540483477*(65535&r)+((1540483477*(r>>>16)&65535)<<16)^t,n-=4,++o;switch(n){case 3:r^=(255&e.charCodeAt(o+2))<<16;case 2:r^=(255&e.charCodeAt(o+1))<<8;case 1:r^=255&e.charCodeAt(o),r=1540483477*(65535&r)+((1540483477*(r>>>16)&65535)<<16)}return r^=r>>>13,r=1540483477*(65535&r)+((1540483477*(r>>>16)&65535)<<16),(r^=r>>>15)>>>0}n.d(t,"css",function(){return X}),n.d(t,"keyframes",function(){return rt}),n.d(t,"injectGlobal",function(){return ot}),n.d(t,"isStyledComponent",function(){return i}),n.d(t,"consolidateStreamedStyles",function(){return s}),n.d(t,"ThemeProvider",function(){return qe}),n.d(t,"withTheme",function(){return Je}),n.d(t,"ServerStyleSheet",function(){return Pe}),n.d(t,"StyleSheetManager",function(){return Ce}),n.d(t,"__DO_NOT_USE_OR_YOU_WILL_BE_HAUNTED_BY_SPOOKY_GHOSTS",function(){return Ze});var h=n(445),m=n.n(h),g=n(447),y=n.n(g),_=n(448),v=n.n(_),b=n(5),x=n.n(b),w=n(11),E=n.n(w),R=n(110),O=n.n(R),S=n(449),k=(n.n(S),/([A-Z])/g),L=o,A=L,C=/^ms-/,T=a,I=function e(t,n){var r=Object.keys(t).filter(function(e){var n=t[e];return void 0!==n&&null!==n&&!1!==n&&""!==n}).map(function(n){return m()(t[n])?e(t[n],n):T(n)+": "+t[n]+";"}).join(" ");return n?n+" {\n "+r+"\n}":r},P=function e(t,n){return t.reduce(function(t,r){return void 0===r||null===r||!1===r||""===r?t:Array.isArray(r)?[].concat(t,e(r,n)):r.hasOwnProperty("styledComponentId")?[].concat(t,["."+r.styledComponentId]):"function"==typeof r?n?t.concat.apply(t,e([r(n)],n)):t.concat(r):t.concat(m()(r)?I(r):r.toString())},[])},U=new y.a({global:!1,cascade:!0,keyframe:!1,prefix:!1,compress:!1,semicolon:!0}),N=new y.a({global:!1,cascade:!0,keyframe:!1,prefix:!0,compress:!1,semicolon:!1}),D=[],G=function(e){if(-2===e){var t=D;return D=[],t}},j=v()(function(e){D.push(e)});N.use([j,G]),U.use([j,G]);var M=function(e,t,n){var r=e.join("").replace(/^\s*\/\/.*$/gm,""),o=t&&n?n+" "+t+" { "+r+" }":r;return N(n||!t?"":t,o)},F=function(e){return U("",e)},z=function(e){return String.fromCharCode(e+(e>25?39:97))},B=function(e){var t="",n=void 0;for(n=e;n>52;n=Math.floor(n/52))t=z(n%52)+t;return z(n%52)+t},W=function(e,t){return t.reduce(function(t,n,r){return t.concat(n,e[r+1])},[e[0]])},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},q=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},V=function(){function e(e,t){for(var n=0;n=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n},Q=function(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},X=function(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;rr;o-=1)e.deleteRule(o)},de=function(){throw new Error("")},he=function(e){return"\n/* sc-component-id: "+e+" */\n"},me=function(e,t){for(var n=0,r=0;r<=t;r+=1)n+=e[r];return n},ge=function(e,t,n){var r=document.createElement("style");r.setAttribute(J,"");var o=re();if(o&&r.setAttribute("nonce",o),r.appendChild(document.createTextNode("")),e&&!t)e.appendChild(r);else{if(!t||!e||!t.parentNode)throw new Error("");t.parentNode.insertBefore(r,n?t:t.nextSibling)}return r},ye=function(e,t){return function(n){var r=re();return""}},_e=function(e,t){return function(){var n,r=(n={},n[J]=ce(t),n),o=re();return o&&(r.nonce=o),x.a.createElement("style",K({},r,{dangerouslySetInnerHTML:{__html:e()}}))}},ve=function(e){return function(){return Object.keys(e)}},be=function(e,t){var n=Object.create(null),r=Object.create(null),o=[],a=void 0!==t,i=!1,s=function(e){var t=r[e];return void 0!==t?t:(r[e]=o.length,o.push(0),ie(n,e),r[e])},c=function(r,c,u){for(var l=s(r),p=le(e),f=me(o,l),d=0,h=[],m=c.length,g=0;g0&&(i=!0,t().insertRules(r+"-import",h)),o[l]+=d,ae(n,r,u)},u=function(s){var c=r[s];if(void 0!==c){var u=o[c],l=le(e),p=me(o,c);fe(l,p,u),o[c]=0,ie(n,s),a&&i&&t().removeRules(s+"-import")}},l=function(){var t=le(e),n=t.cssRules,a="";for(var i in r){a+=he(i);for(var s=r[i],c=me(o,s),u=o[s],l=c-u;l0&&void 0!==arguments[0]?arguments[0]:ee?document.head:null,r=arguments.length>1&&void 0!==arguments[1]&&arguments[1];q(this,e),this.getImportRuleTag=function(){var e=t.importRuleTag;if(void 0!==e)return e;var n=t.tags[0];return t.importRuleTag=Ee(t.target,n?n.styleTag:null,t.forceServer,!0)},ke+=1,this.id=ke,this.sealed=!1,this.forceServer=r,this.target=r?null:n,this.tagMap={},this.deferred={},this.rehydratedNames={},this.ignoreRehydratedNames={},this.tags=[],this.capacity=1,this.clones=[]}return e.prototype.rehydrate=function(){if(!ee||this.forceServer)return this;var e=[],t=[],n=[],r=!1,o=document.querySelectorAll("style["+J+"]"),a=o.length;if(0===a)return this;for(var i=0;i0&&void 0!==arguments[0]&&arguments[0];Le=new e(void 0,t).rehydrate()},e.prototype.clone=function(){var t=new e(this.target,this.forceServer);return this.clones.push(t),t.tags=this.tags.map(function(e){for(var n=e.getIds(),r=e.clone(),o=0;o<+~=|^:(),"'`-]+/g,De=/(^-|-$)/g,Ge=/^((?:s(?:uppressContentEditableWarn|croll|pac)|(?:shape|image|text)Render|(?:letter|word)Spac|vHang|hang)ing|(?:on(?:AnimationIteration|C(?:o(?:mposition(?:Update|Start|End)|ntextMenu|py)|anPlayThrough|anPlay|hange|lick|ut)|(?:Animation|Touch|Load|Drag)Start|(?:(?:Duration|Volume|Rate)Chang|(?:MouseLea|(?:Touch|Mouse)Mo|DragLea)v|Paus)e|Loaded(?:Metad|D)ata|(?:(?:T(?:ransition|ouch)|Animation)E|Suspe)nd|DoubleClick|(?:TouchCanc|Whe)el|Lo(?:stPointer|ad)|TimeUpdate|(?:Mouse(?:Ent|Ov)e|Drag(?:Ent|Ov)e|Erro)r|GotPointer|MouseDown|(?:E(?:n(?:crypt|d)|mpti)|S(?:tall|eek))ed|KeyPress|(?:MouseOu|DragExi|S(?:elec|ubmi)|Rese|Inpu)t|P(?:rogress|laying)|DragEnd|Key(?:Down|Up)|(?:MouseU|Dro)p|(?:Wait|Seek)ing|Scroll|Focus|Paste|Abort|Drag|Play|Blur)Captur|alignmentBaselin|(?:limitingConeAng|xlink(?:(?:Arcr|R)o|Tit)|s(?:urfaceSca|ty|ca)|unselectab|baseProfi|fontSty|(?:focus|dragg)ab|multip|profi|tit)l|d(?:ominantBaselin|efaultValu)|onPointerLeav|a(?:uto(?:Capitaliz|Revers|Sav)|dditiv)|(?:(?:formNoValid|xlinkActu|noValid|accumul|rot)a|autoComple|decelera)t|(?:(?:attribute|item)T|datat)yp|onPointerMov|(?:attribute|glyph)Nam|playsInlin|(?:writing|input|edge)Mod|(?:formE|e)ncTyp|(?:amplitu|mo)d|(?:xlinkTy|itemSco|keyTy|slo)p|(?:xmlSpa|non)c|fillRul|(?:dateTi|na)m|r(?:esourc|ol)|xmlBas|wmod)e|(?:glyphOrientationHorizont|loc)al|(?:externalResourcesRequir|select|revers|mut)ed|c(?:o(?:lorInterpolationFilter|ord)s|o(?:lor(?:Interpolation)?|nt(?:rols|ent))|(?:ontentS(?:cript|tyle)Typ|o(?:ntentEditab|lorProfi)l|l(?:assNam|ipRul)|a(?:lcMod|ptur)|it)e|olorRendering|l(?:ipPathUnits|assID)|(?:ontrolsLis|apHeigh)t|h(?:eckedLink|a(?:llenge|rSet)|ildren|ecked)|ell(?:Spac|Padd)ing|o(?:ntextMenu|ls)|(?:rossOrigi|olSpa)n|lip(?:Path)?|ursor|[xy])|glyphOrientationVertical|d(?:angerouslySetInnerHTML|efaultChecked|ownload|isabled|isplay|[xy])|(?:s(?:trikethroughThickn|eaml)es|(?:und|ov)erlineThicknes|r(?:equiredExtension|adiu)|(?:requiredFeatur|tableValu|stitchTil|numOctav|filterR)e|key(?:(?:Splin|Tim)e|Param)|autoFocu|header|bia)s|(?:(?:st(?:rikethroughPosi|dDevia)|(?:und|ov)erlinePosi|(?:textDecor|elev)a|orienta)tio|(?:strokeLinejo|orig)i|on(?:PointerDow|FocusI)|formActio|zoomAndPa|directio|(?:vers|act)io|rowSpa|begi|ico)n|o(?:n(?:AnimationIteration|C(?:o(?:mposition(?:Update|Start|End)|ntextMenu|py)|anPlayThrough|anPlay|hange|lick|ut)|(?:(?:Duration|Volume|Rate)Chang|(?:MouseLea|(?:Touch|Mouse)Mo|DragLea)v|Paus)e|Loaded(?:Metad|D)ata|(?:Animation|Touch|Load|Drag)Start|(?:(?:T(?:ransition|ouch)|Animation)E|Suspe)nd|DoubleClick|(?:TouchCanc|Whe)el|(?:Mouse(?:Ent|Ov)e|Drag(?:Ent|Ov)e|Erro)r|TimeUpdate|(?:E(?:n(?:crypt|d)|mpti)|S(?:tall|eek))ed|MouseDown|P(?:rogress|laying)|(?:MouseOu|DragExi|S(?:elec|ubmi)|Rese|Inpu)t|KeyPress|DragEnd|Key(?:Down|Up)|(?:Wait|Seek)ing|(?:MouseU|Dro)p|Scroll|Paste|Focus|Abort|Drag|Play|Load|Blur)|rient)|p(?:reserveA(?:spectRatio|lpha)|ointsAt[X-Z]|anose1)|(?:patternContent|ma(?:sk(?:Content)?|rker)|primitive|gradient|pattern|filter)Units|(?:(?:allowTranspar|baseFrequ)enc|re(?:ferrerPolic|adOnl)|(?:(?:st(?:roke|op)O|floodO|fillO|o)pac|integr|secur)it|visibilit|fontFamil|accessKe|propert|summar)y|(?:gradientT|patternT|t)ransform|(?:[xy]ChannelSelect|lightingCol|textAnch|floodCol|stopCol|operat|htmlF)or|(?:strokeMiterlimi|(?:specularConsta|repeatCou|fontVaria)n|(?:(?:specularE|e)xpon|renderingInt|asc)en|d(?:iffuseConsta|esce)n|(?:fontSizeAdju|lengthAdju|manife)s|baselineShif|onPointerOu|vectorEffec|(?:(?:mar(?:ker|gin)|x)H|accentH|fontW)eigh|markerStar|a(?:utoCorrec|bou)|onFocusOu|intercep|restar|forma|inlis|heigh|lis)t|(?:(?:st(?:rokeDasho|artO)|o)ffs|acceptChars|formTarg|viewTarg|srcS)et|k(?:ernel(?:UnitLength|Matrix)|[1-4])|(?:(?:enableBackgrou|markerE)n|s(?:p(?:readMetho|ee)|ee)|formMetho|(?:markerM|onInval)i|preloa|metho|kin)d|strokeDasharray|(?:onPointerCanc|lab)el|(?:allowFullScre|hidd)en|systemLanguage|(?:(?:o(?:nPointer(?:Ent|Ov)|rd)|allowReord|placehold|frameBord|paintOrd|post)e|repeatDu|d(?:efe|u))r|v(?:Mathematical|ert(?:Origin[XY]|AdvY)|alues|ocab)|(?:pointerEve|keyPoi)nts|(?:strokeLineca|onPointerU|itemPro|useMa|wra|loo)p|h(?:oriz(?:Origin|Adv)X|ttpEquiv)|(?:vI|i)deographic|unicodeRange|mathematical|vAlphabetic|u(?:nicodeBidi|[12])|(?:fontStretc|hig)h|(?:(?:mar(?:ker|gin)W|strokeW)id|azimu)th|(?:xmlnsXl|valueL)ink|mediaGroup|spellCheck|(?:text|m(?:in|ax))Length|(?:unitsPerE|optimu|fro)m|r(?:adioGroup|e(?:sults|f[XY]|l)|ows|[xy])|a(?:rabicForm|l(?:phabetic|t)|sync)|pathLength|innerHTML|xlinkShow|(?:xlinkHr|glyphR)ef|(?:tabInde|(?:sand|b)bo|viewBo)x|(?:(?:href|xml|src)La|kerni)ng|autoPlay|o(?:verflow|pen)|f(?:o(?:ntSize|rm)|il(?:ter|l))|r(?:e(?:quired|sult|f))?|divisor|p(?:attern|oints)|unicode|d(?:efault|ata|ir)?|i(?:temRef|n2|s)|t(?:arget[XY]|o)|srcDoc|s(?:coped|te(?:m[hv]|p)|pan)|(?:width|size)s|prefix|typeof|itemID|s(?:t(?:roke|art)|hape|cope|rc)|t(?:arget|ype)|(?:stri|la)ng|a(?:ccept|s)|m(?:edia|a(?:sk|x)|in)|x(?:mlns)?|width|value|size|href|k(?:ey)?|end|low|by|i[dn]|y[12]|g[12]|x[12]|f[xy]|[yz])$/,je=RegExp.prototype.test.bind(new RegExp("^(x|data|aria)-[: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]*$")),Me=function(e){return Ge.test(e)||je(e.toLowerCase())},Fe=function(e){function t(e){i=e;for(var t in o){var n=o[t];void 0!==n&&n(i)}}function n(e){var t=a;return o[t]=e,a+=1,e(i),t}function r(e){o[e]=void 0}var o={},a=0,i=e;return{publish:t,subscribe:n,unsubscribe:r}},ze="__styled-components__",Be=ze+"next__",We=E.a.shape({getTheme:E.a.func,subscribe:E.a.func,unsubscribe:E.a.func}),He=function(e){return"function"==typeof e},qe=function(e){function t(){q(this,t);var n=Q(this,e.call(this));return n.unsubscribeToOuterId=-1,n.getTheme=n.getTheme.bind(n),n}return $(t,e),t.prototype.componentWillMount=function(){var e=this,t=this.context[Be];void 0!==t&&(this.unsubscribeToOuterId=t.subscribe(function(t){e.outerTheme=t,void 0!==e.broadcast&&e.publish(e.props.theme)})),this.broadcast=Fe(this.getTheme())},t.prototype.getChildContext=function(){var e,t=this;return K({},this.context,(e={},e[Be]={getTheme:this.getTheme,subscribe:this.broadcast.subscribe,unsubscribe:this.broadcast.unsubscribe},e[ze]=function(e){var n=t.broadcast.subscribe(e);return function(){return t.broadcast.unsubscribe(n)}},e))},t.prototype.componentWillReceiveProps=function(e){this.props.theme!==e.theme&&this.publish(e.theme)},t.prototype.componentWillUnmount=function(){-1!==this.unsubscribeToOuterId&&this.context[Be].unsubscribe(this.unsubscribeToOuterId)},t.prototype.getTheme=function(e){var t=e||this.props.theme;if(He(t)){return t(this.outerTheme)}if(null===t||Array.isArray(t)||"object"!==(void 0===t?"undefined":H(t)))throw new Error("");return K({},this.outerTheme,t)},t.prototype.publish=function(e){this.broadcast.publish(this.getTheme(e))},t.prototype.render=function(){return this.props.children?x.a.Children.only(this.props.children):null},t}(b.Component);qe.childContextTypes=(Te={},Te[ze]=E.a.func,Te[Be]=We,Te),qe.contextTypes=(Ie={},Ie[Be]=We,Ie);var Ve={},Ke=ee,$e=function e(t,n){for(var r=0;r2&&void 0!==arguments[2]?arguments[2]:{};if(!Object(S.isValidElementType)(r))throw new Error("");var a=function(){return n(r,o,e.apply(void 0,arguments))};return a.withConfig=function(e){return t(n,r,K({},o,e))},a.attrs=function(e){return t(n,r,K({},o,{attrs:K({},o.attrs||{},e)}))},a}}(X),nt=function(e,t){var n={},r=function(t,r){var o="string"!=typeof t?"sc":c(t),a=(n[o]||0)+1;n[o]=a;var i=o+"-"+e.generateName(o+a);return void 0!==r?r+"-"+i:i},o=function(e){function t(){var n,r,o;q(this,t);for(var a=arguments.length,i=Array(a),s=0;sn;)o[n]=t[n++];return o},Ae=function(e,t,n){z(e,t,{get:function(){return this._d[n]}})},Ce=function(e){var t,n,r,o,a,i,s=w(e),c=arguments.length,l=c>1?arguments[1]:void 0,p=void 0!==l,f=k(s);if(void 0!=f&&!E(f)){for(i=f.call(s),r=[],t=0;!(a=i.next()).done;t++)r.push(a.value);s=r}for(p&&c>2&&(l=u(l,arguments[2],2)),t=0,n=m(s.length),o=Se(this,n);n>t;t++)o[t]=p?l(s[t],t):s[t];return o},Te=function(){for(var e=0,t=arguments.length,n=Se(this,t);t>e;)n[e]=arguments[e++];return n},Ie=!!q&&a(function(){de.call(new q(1))}),Pe=function(){return de.apply(Ie?pe.call(Oe(this)):Oe(this),arguments)},Ue={copyWithin:function(e,t){return j.call(Oe(this),e,t,arguments.length>2?arguments[2]:void 0)},every:function(e){return J(Oe(this),e,arguments.length>1?arguments[1]:void 0)},fill:function(e){return G.apply(Oe(this),arguments)},filter:function(e){return ke(this,Q(Oe(this),e,arguments.length>1?arguments[1]:void 0))},find:function(e){return Z(Oe(this),e,arguments.length>1?arguments[1]:void 0)},findIndex:function(e){return ee(Oe(this),e,arguments.length>1?arguments[1]:void 0)},forEach:function(e){Y(Oe(this),e,arguments.length>1?arguments[1]:void 0)},indexOf:function(e){return ne(Oe(this),e,arguments.length>1?arguments[1]:void 0)},includes:function(e){return te(Oe(this),e,arguments.length>1?arguments[1]:void 0)},join:function(e){return ue.apply(Oe(this),arguments)},lastIndexOf:function(e){return ie.apply(Oe(this),arguments)},map:function(e){return xe(Oe(this),e,arguments.length>1?arguments[1]:void 0)},reduce:function(e){return se.apply(Oe(this),arguments)},reduceRight:function(e){return ce.apply(Oe(this),arguments)},reverse:function(){for(var e,t=this,n=Oe(t).length,r=Math.floor(n/2),o=0;o1?arguments[1]:void 0)},sort:function(e){return le.call(Oe(this),e)},subarray:function(e,t){var n=Oe(this),r=n.length,o=y(e,r);return new(I(n,n[ye]))(n.buffer,n.byteOffset+o*n.BYTES_PER_ELEMENT,m((void 0===t?r:y(t,r))-o))}},Ne=function(e,t){return ke(this,pe.call(Oe(this),e,t))},De=function(e){Oe(this);var t=Re(arguments[1],1),n=this.length,r=w(e),o=m(r.length),a=0;if(o+t>n)throw W("Wrong length!");for(;a255?255:255&r),o.v[d](n*t+o.o,r,we)},A=function(e,t){z(e,t,{get:function(){return k(this,t)},set:function(e){return L(this,t,e)},enumerable:!0})};v?(h=n(function(e,n,r,o){l(e,h,u,"_d");var a,i,s,c,p=0,d=0;if(x(n)){if(!(n instanceof K||"ArrayBuffer"==(c=b(n))||"SharedArrayBuffer"==c))return ve in n?Le(h,n):Ce.call(h,n);a=n,d=Re(r,t);var y=n.byteLength;if(void 0===o){if(y%t)throw W("Wrong length!");if((i=y-d)<0)throw W("Wrong length!")}else if((i=m(o)*t)+d>y)throw W("Wrong length!");s=i/t}else s=g(n),i=s*t,a=new K(i);for(f(e,"_d",{b:a,o:d,l:i,e:s,v:new $(a)});pdocument.F=Object<\/script>"),e.close(),c=e.F;r--;)delete c.prototype[a[r]];return c()};e.exports=Object.create||function(e,t){var n;return null!==e?(s.prototype=r(e),n=new s,s.prototype=null,n[i]=e):n=c(),void 0===t?n:o(n,t)}},function(e,t,n){var r=n(118),o=n(84).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),a=n(7),i=n(6)("species");e.exports=function(e){var t=r[e];a&&t&&!t[i]&&o.f(t,i,{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(130),a=n(97),i=n(1),s=n(9),c=n(99),u={},l={},t=e.exports=function(e,t,n,p,f){var d,h,m,g,y=f?function(){return e}:c(e),_=r(n,p,t?2:1),v=0;if("function"!=typeof y)throw TypeError(e+" is not iterable!");if(a(y)){for(d=s(e.length);d>v;v++)if((g=t?_(i(h=e[v])[0],h[1]):_(e[v]))===u||g===l)return g}else for(m=y.call(e);!(h=m.next()).done;)if((g=o(m,_,h.value,t))===u||g===l)return g};t.BREAK=u,t.RETURN=l},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(384),o=n(153),a=n(388);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 a.a})},function(e,t,n){var r=n(8).f,o=n(16),a=n(6)("toStringTag");e.exports=function(e,t,n){e&&!o(e=n?e:e.prototype,a)&&r(e,a,{configurable:!0,value:t})}},function(e,t,n){var r=n(0),o=n(25),a=n(3),i=n(87),s="["+i+"]",c="​…",u=RegExp("^"+s+s+"*"),l=RegExp(s+s+"*$"),p=function(e,t,n){var o={},s=a(function(){return!!i[e]()||c[e]()!=c}),u=o[e]=s?t(f):i[e];n&&(o[n]=u),r(r.P+r.F*s,"String",o)},f=p.trim=function(e,t){return e=String(o(e)),1&t&&(e=e.replace(u,"")),2&t&&(e=e.replace(l,"")),e};e.exports=p},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(419);n.d(t,"a",function(){return r.a});var o=n(422);n.d(t,"b",function(){return o.a});var a=n(423);n.d(t,"d",function(){return a.a});var i=n(79);n.d(t,"c",function(){return i.a}),n.d(t,"f",function(){return i.b});var s=n(60);n.d(t,"e",function(){return s.b})},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"),a="Arguments"==r(function(){return arguments}()),i=function(e,t){try{return e[t]}catch(e){}};e.exports=function(e){var t,n,s;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=i(t=Object(e),o))?n:a?r(t):"Object"==(s=r(t))&&"function"==typeof t.callee?"Arguments":s}},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 a}),n.d(t,"e",function(){return i}),n.d(t,"g",function(){return s}),n.d(t,"d",function(){return c}),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},a=function(e,t){return new RegExp("^"+t+"(\\/|\\?|#|$)","i").test(e)},i=function(e,t){return a(e,t)?e.substr(t.length):e},s=function(e){return"/"===e.charAt(e.length-1)?e.slice(0,-1):e},c=function(e){var t=e||"/",n="",r="",o=t.indexOf("#");-1!==o&&(r=t.substr(o),t=t.substr(0,o));var a=t.indexOf("?");return-1!==a&&(n=t.substr(a),t=t.substr(0,a)),{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,n){"use strict";function r(e){return function(t){t({type:"SET_STYLE",payload:"ALL"}),t({type:"FETCH_ICONS",term:e}),t({type:"CHANGE_SIDE_ICON",payload:!1})}}function o(){return{type:p.FETCH_CATEGORIES,payload:""}}function a(e,t){return function(n){n({type:"SET_STYLE",payload:e}),n({type:"FETCH_STYLE",payload:e,term:t}),n({type:"CHANGE_SIDE_ICON",payload:!1})}}function i(e,t){return{type:p.SET_SEARCH_TERM,payload:e,style:t}}function s(e){return{type:p.CHANGE_SIDE_ICON,payload:e}}function c(e){return{type:p.CHANGE_CATEGORIES,payload:e}}function u(e,t,n){return{type:p.SET_SELECTED_ICON,name:e,slug:t,type_of_icon:n}}function l(){return{type:p.TOGGLE_SIDE_ICON,payload:""}}Object.defineProperty(t,"__esModule",{value:!0}),t.fetchIcons=r,t.fetchCategories=o,t.fetchStyle=a,t.setSearchTerm=i,t.changeSideIcon=s,t.changeCategories=c,t.setSelectedIcon=u,t.toggleSideIcon=l;var p=n(32)},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),a=o["__core-js_shared__"]||(o["__core-js_shared__"]={});(e.exports=function(e,t){return a[e]||(a[e]=void 0!==t?t:{})})("versions",[]).push({version:r.version,mode:n(37)?"pure":"global",copyright:"© 2018 Denis Pushkarev (zloirock.ru)"})},function(e,t,n){var r=n(17),o=n(9),a=n(44);e.exports=function(e){return function(t,n,i){var s,c=r(t),u=o(c.length),l=a(i,u);if(e&&n!=n){for(;u>l;)if((s=c[l++])!=s)return!0}else for(;u>l;l++)if((e||l in c)&&c[l]===n)return e||l||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),a=n(6)("match");e.exports=function(e){var t;return r(e)&&(void 0!==(t=e[a])?!!t:"RegExp"==o(e))}},function(e,t,n){var r=n(6)("iterator"),o=!1;try{var a=[7][r]();a.return=function(){o=!0},Array.from(a,function(){throw 2})}catch(e){}e.exports=function(e,t){if(!t&&!o)return!1;var n=!1;try{var a=[7],i=a[r]();i.next=function(){return{done:n=!0}},a[r]=function(){return i},e(a)}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),a=n(3),i=n(25),s=n(6);e.exports=function(e,t,n){var c=s(e),u=n(i,c,""[e]),l=u[0],p=u[1];a(function(){var t={};return t[c]=function(){return 7},7!=""[e](t)})&&(o(String.prototype,e,l),r(RegExp.prototype,c,2==t?function(e,t){return p.call(e,this,t)}:function(e){return p.call(e,this)}))}},function(e,t,n){var r=n(1),o=n(12),a=n(6)("species");e.exports=function(e,t){var n,i=r(e).constructor;return void 0===i||void 0==(n=r(i)[a])?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),a=n(14),i=n(50),s=n(36),c=n(49),u=n(48),l=n(4),p=n(3),f=n(68),d=n(52),h=n(88);e.exports=function(e,t,n,m,g,y){var _=r[e],v=_,b=g?"set":"add",x=v&&v.prototype,w={},E=function(e){var t=x[e];a(x,e,"delete"==e?function(e){return!(y&&!l(e))&&t.call(this,0===e?0:e)}:"has"==e?function(e){return!(y&&!l(e))&&t.call(this,0===e?0:e)}:"get"==e?function(e){return y&&!l(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 v&&(y||x.forEach&&!p(function(){(new v).entries().next()}))){var R=new v,O=R[b](y?{}:-0,1)!=R,S=p(function(){R.has(1)}),k=f(function(e){new v(e)}),L=!y&&p(function(){for(var e=new v,t=5;t--;)e[b](t,t);return!e.has(-0)});k||(v=t(function(t,n){u(t,v,e);var r=h(new _,t,v);return void 0!=n&&c(n,g,r[b],r),r}),v.prototype=x,x.constructor=v),(S||L)&&(E("delete"),E("has"),g&&E("get")),(L||O)&&E(b),y&&x.clear&&delete x.clear}else v=m.getConstructor(t,e,g,b),i(v.prototype,n),s.NEED=!0;return d(v,e),w[e]=v,o(o.G+o.W+o.F*(v!=_),w),y||m.setStrong(v,e,g),v}},function(e,t,n){for(var r,o=n(2),a=n(13),i=n(42),s=i("typed_array"),c=i("view"),u=!(!o.ArrayBuffer||!o.DataView),l=u,p=0,f="Int8Array,Uint8Array,Uint8ClampedArray,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array".split(",");p<9;)(r=o[f[p++]])?(a(r.prototype,s,!0),a(r.prototype,c,!0)):l=!1;e.exports={ABV:u,CONSTR:l,TYPED:s,VIEW:c}},function(e,t,n){"use strict";e.exports=n(37)||!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(12),a=n(21),i=n(49);e.exports=function(e){r(r.S,e,{from:function(e){var t,n,r,s,c=arguments[1];return o(this),t=void 0!==c,t&&o(c),void 0==e?new this:(n=[],t?(r=0,s=a(c,arguments[2],2),i(e,!1,function(e){n.push(s(e,r++))})):i(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 s}),n.d(t,"b",function(){return c});var r=n(420),o=n(421),a=n(60),i=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,n){e.exports=n(385)()},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t,n){var r=n(8),o=n(41);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),a=n(16),i=n(42)("src"),s=Function.toString,c=(""+s).split("toString");n(20).inspectSource=function(e){return s.call(e)},(e.exports=function(e,t,n,s){var u="function"==typeof n;u&&(a(n,"name")||o(n,"name",t)),e[t]!==n&&(u&&(a(n,i)||o(n,i,e[t]?""+e[t]:c.join(String(t)))),e===r?e[t]=n:s?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[i]||s.call(this)})},function(e,t,n){var r=n(0),o=n(3),a=n(25),i=/"/g,s=function(e,t,n,r){var o=String(a(e)),s="<"+t;return""!==n&&(s+=" "+n+'="'+String(r).replace(i,""")+'"'),s+">"+o+""};e.exports=function(e,t){var n={};n[e]=t(s),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(57),o=n(25);e.exports=function(e){return r(o(e))}},function(e,t,n){var r=n(58),o=n(41),a=n(17),i=n(24),s=n(16),c=n(116),u=Object.getOwnPropertyDescriptor;t.f=n(7)?u:function(e,t){if(e=a(e),t=i(t,!0),c)try{return u(e,t)}catch(e){}if(s(e,t))return o(!r.f.call(e,t),e[t])}},function(e,t,n){var r=n(16),o=n(10),a=n(83)("IE_PROTO"),i=Object.prototype;e.exports=Object.getPrototypeOf||function(e){return e=o(e),r(e,a)?e[a]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?i:null}},function(e,t){var n=e.exports={version:"2.5.7"};"number"==typeof __e&&(__e=n)},function(e,t,n){var r=n(12);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),a=n(3);e.exports=function(e,t){var n=(o.Object||{})[e]||Object[e],i={};i[e]=t(n),r(r.S+r.F*a(function(){n(1)}),"Object",i)}},function(e,t,n){var r=n(21),o=n(57),a=n(10),i=n(9),s=n(100);e.exports=function(e,t){var n=1==e,c=2==e,u=3==e,l=4==e,f=6==e,p=5==e||f,d=t||s;return function(t,s,h){for(var m,g,y=a(t),_=o(y),v=r(s,h,3),b=i(_.length),x=0,w=n?d(t,b):c?d(t,0):void 0;b>x;x++)if((p||x in _)&&(m=_[x],g=v(m,x,y),e))if(n)w[x]=g;else if(g)switch(e){case 3:return!0;case 5:return m;case 6:return x;case 2:w.push(m)}else if(l)return!1;return f?-1:u||l?l:w}}},function(e,t,n){"use strict";var r=function(e,t,n,r,o,a,i,s){if(!e){var c;if(void 0===t)c=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,a,i,s],l=0;c=new Error(t.replace(/%s/g,function(){return u[l++]})),c.name="Invariant Violation"}throw c.framesToPop=1,c}};e.exports=r},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.FONT_COLOR="#5b666d",t.PRIMARY_COLOR="#ee3869",t.BLUE_COLOR="#27a9e1",t.GREEN_COLOR="#ee3869",t.FONT_FAMILY='-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",sans-serif',t.SECONDARY_FONT_COLOR="#758690",t.FADE_FONT_COLOR="#cad5de",t.LIGHT_BACKGROUND="#f5f8fa",t.ICON_COLOR="#737373",t.HEADER_COLOR="#323b40",t.ICON_NAME_COLOR="#9ca5ae",t.FLEX="8.33%",t.FLEX_LG="12.5%",t.FLEX_MD="14.2857%",t.FLEX_SM="20%",t.FLEX_ACTIVE="10%",t.DARK_BORDER_COLOR="rgba(0, 31, 51, .12)",t.ICON_SIZE="36px",t.ICON_SIZE_MD="24px",t.ICON_BASE="48px",t.ICON_BASE_LG="36px",t.ICON_BASE_MD="27px",t.BODY_BACKGROUND="#FFF",t.HEADER_BACKGROUND="#FFF",t.ICONS_BACKGROUND="#f5f8fa",t.MAX_WIDTH="1368px",t.BORDER_COLOR="rgba(0,0,0,0.1)",t.BORDER_COLOR_ACTIVE="rgba(0,0,0,0.25)",t.BREAKPOINT_LG="992px",t.BREAKPOINT_MD="568px",t.BREAKPOINT_SM="360px"},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e,r){function o(e){return e.replace(L,"-$1").toLowerCase()}function a(e){return A(e).replace(C,"-ms-")}function i(e){return"function"==typeof e&&"string"==typeof e.styledComponentId}function s(){}function c(e){return e.replace(je,"-").replace(Ge,"")}function u(e){return e.displayName||e.name||"Component"}function l(e){return"string"==typeof e}function f(e){return l(e)?"styled."+e:"Styled("+u(e)+")"}function p(e,t){for(var n=e;n;)if((n=Object.getPrototypeOf(n))&&n===t)return!0;return!1}function d(e){for(var t,n=0|e.length,r=0|n,o=0;n>=4;)t=255&e.charCodeAt(o)|(255&e.charCodeAt(++o))<<8|(255&e.charCodeAt(++o))<<16|(255&e.charCodeAt(++o))<<24,t=1540483477*(65535&t)+((1540483477*(t>>>16)&65535)<<16),t^=t>>>24,t=1540483477*(65535&t)+((1540483477*(t>>>16)&65535)<<16),r=1540483477*(65535&r)+((1540483477*(r>>>16)&65535)<<16)^t,n-=4,++o;switch(n){case 3:r^=(255&e.charCodeAt(o+2))<<16;case 2:r^=(255&e.charCodeAt(o+1))<<8;case 1:r^=255&e.charCodeAt(o),r=1540483477*(65535&r)+((1540483477*(r>>>16)&65535)<<16)}return r^=r>>>13,r=1540483477*(65535&r)+((1540483477*(r>>>16)&65535)<<16),(r^=r>>>15)>>>0}n.d(t,"css",function(){return Q}),n.d(t,"keyframes",function(){return rt}),n.d(t,"injectGlobal",function(){return ot}),n.d(t,"isStyledComponent",function(){return i}),n.d(t,"consolidateStreamedStyles",function(){return s}),n.d(t,"ThemeProvider",function(){return Ve}),n.d(t,"withTheme",function(){return Je}),n.d(t,"ServerStyleSheet",function(){return Pe}),n.d(t,"StyleSheetManager",function(){return Ce}),n.d(t,"__DO_NOT_USE_OR_YOU_WILL_BE_HAUNTED_BY_SPOOKY_GHOSTS",function(){return Ze});var h=n(445),m=n.n(h),g=n(447),y=n.n(g),_=n(448),v=n.n(_),b=n(5),x=n.n(b),w=n(11),E=n.n(w),R=n(110),O=n.n(R),S=n(449),L=(n.n(S),/([A-Z])/g),k=o,A=k,C=/^ms-/,I=a,T=function e(t,n){var r=Object.keys(t).filter(function(e){var n=t[e];return void 0!==n&&null!==n&&!1!==n&&""!==n}).map(function(n){return m()(t[n])?e(t[n],n):I(n)+": "+t[n]+";"}).join(" ");return n?n+" {\n "+r+"\n}":r},P=function e(t,n){return t.reduce(function(t,r){return void 0===r||null===r||!1===r||""===r?t:Array.isArray(r)?[].concat(t,e(r,n)):r.hasOwnProperty("styledComponentId")?[].concat(t,["."+r.styledComponentId]):"function"==typeof r?n?t.concat.apply(t,e([r(n)],n)):t.concat(r):t.concat(m()(r)?T(r):r.toString())},[])},U=new y.a({global:!1,cascade:!0,keyframe:!1,prefix:!1,compress:!1,semicolon:!0}),j=new y.a({global:!1,cascade:!0,keyframe:!1,prefix:!0,compress:!1,semicolon:!1}),G=[],D=function(e){if(-2===e){var t=G;return G=[],t}},N=v()(function(e){G.push(e)});j.use([N,D]),U.use([N,D]);var M=function(e,t,n){var r=e.join("").replace(/^\s*\/\/.*$/gm,""),o=t&&n?n+" "+t+" { "+r+" }":r;return j(n||!t?"":t,o)},F=function(e){return U("",e)},z=function(e){return String.fromCharCode(e+(e>25?39:97))},B=function(e){var t="",n=void 0;for(n=e;n>52;n=Math.floor(n/52))t=z(n%52)+t;return z(n%52)+t},W=function(e,t){return t.reduce(function(t,n,r){return t.concat(n,e[r+1])},[e[0]])},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},V=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},q=function(){function e(e,t){for(var n=0;n=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n},X=function(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},Q=function(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;rr;o-=1)e.deleteRule(o)},de=function(){throw new Error("")},he=function(e){return"\n/* sc-component-id: "+e+" */\n"},me=function(e,t){for(var n=0,r=0;r<=t;r+=1)n+=e[r];return n},ge=function(e,t,n){var r=document.createElement("style");r.setAttribute(J,"");var o=re();if(o&&r.setAttribute("nonce",o),r.appendChild(document.createTextNode("")),e&&!t)e.appendChild(r);else{if(!t||!e||!t.parentNode)throw new Error("");t.parentNode.insertBefore(r,n?t:t.nextSibling)}return r},ye=function(e,t){return function(n){var r=re();return""}},_e=function(e,t){return function(){var n,r=(n={},n[J]=ce(t),n),o=re();return o&&(r.nonce=o),x.a.createElement("style",K({},r,{dangerouslySetInnerHTML:{__html:e()}}))}},ve=function(e){return function(){return Object.keys(e)}},be=function(e,t){var n=Object.create(null),r=Object.create(null),o=[],a=void 0!==t,i=!1,s=function(e){var t=r[e];return void 0!==t?t:(r[e]=o.length,o.push(0),ie(n,e),r[e])},c=function(r,c,u){for(var l=s(r),f=le(e),p=me(o,l),d=0,h=[],m=c.length,g=0;g0&&(i=!0,t().insertRules(r+"-import",h)),o[l]+=d,ae(n,r,u)},u=function(s){var c=r[s];if(void 0!==c){var u=o[c],l=le(e),f=me(o,c);pe(l,f,u),o[c]=0,ie(n,s),a&&i&&t().removeRules(s+"-import")}},l=function(){var t=le(e),n=t.cssRules,a="";for(var i in r){a+=he(i);for(var s=r[i],c=me(o,s),u=o[s],l=c-u;l0&&void 0!==arguments[0]?arguments[0]:ee?document.head:null,r=arguments.length>1&&void 0!==arguments[1]&&arguments[1];V(this,e),this.getImportRuleTag=function(){var e=t.importRuleTag;if(void 0!==e)return e;var n=t.tags[0];return t.importRuleTag=Ee(t.target,n?n.styleTag:null,t.forceServer,!0)},Le+=1,this.id=Le,this.sealed=!1,this.forceServer=r,this.target=r?null:n,this.tagMap={},this.deferred={},this.rehydratedNames={},this.ignoreRehydratedNames={},this.tags=[],this.capacity=1,this.clones=[]}return e.prototype.rehydrate=function(){if(!ee||this.forceServer)return this;var e=[],t=[],n=[],r=!1,o=document.querySelectorAll("style["+J+"]"),a=o.length;if(0===a)return this;for(var i=0;i0&&void 0!==arguments[0]&&arguments[0];ke=new e(void 0,t).rehydrate()},e.prototype.clone=function(){var t=new e(this.target,this.forceServer);return this.clones.push(t),t.tags=this.tags.map(function(e){for(var n=e.getIds(),r=e.clone(),o=0;o<+~=|^:(),"'`-]+/g,Ge=/(^-|-$)/g,De=/^((?:s(?:uppressContentEditableWarn|croll|pac)|(?:shape|image|text)Render|(?:letter|word)Spac|vHang|hang)ing|(?:on(?:AnimationIteration|C(?:o(?:mposition(?:Update|Start|End)|ntextMenu|py)|anPlayThrough|anPlay|hange|lick|ut)|(?:Animation|Touch|Load|Drag)Start|(?:(?:Duration|Volume|Rate)Chang|(?:MouseLea|(?:Touch|Mouse)Mo|DragLea)v|Paus)e|Loaded(?:Metad|D)ata|(?:(?:T(?:ransition|ouch)|Animation)E|Suspe)nd|DoubleClick|(?:TouchCanc|Whe)el|Lo(?:stPointer|ad)|TimeUpdate|(?:Mouse(?:Ent|Ov)e|Drag(?:Ent|Ov)e|Erro)r|GotPointer|MouseDown|(?:E(?:n(?:crypt|d)|mpti)|S(?:tall|eek))ed|KeyPress|(?:MouseOu|DragExi|S(?:elec|ubmi)|Rese|Inpu)t|P(?:rogress|laying)|DragEnd|Key(?:Down|Up)|(?:MouseU|Dro)p|(?:Wait|Seek)ing|Scroll|Focus|Paste|Abort|Drag|Play|Blur)Captur|alignmentBaselin|(?:limitingConeAng|xlink(?:(?:Arcr|R)o|Tit)|s(?:urfaceSca|ty|ca)|unselectab|baseProfi|fontSty|(?:focus|dragg)ab|multip|profi|tit)l|d(?:ominantBaselin|efaultValu)|onPointerLeav|a(?:uto(?:Capitaliz|Revers|Sav)|dditiv)|(?:(?:formNoValid|xlinkActu|noValid|accumul|rot)a|autoComple|decelera)t|(?:(?:attribute|item)T|datat)yp|onPointerMov|(?:attribute|glyph)Nam|playsInlin|(?:writing|input|edge)Mod|(?:formE|e)ncTyp|(?:amplitu|mo)d|(?:xlinkTy|itemSco|keyTy|slo)p|(?:xmlSpa|non)c|fillRul|(?:dateTi|na)m|r(?:esourc|ol)|xmlBas|wmod)e|(?:glyphOrientationHorizont|loc)al|(?:externalResourcesRequir|select|revers|mut)ed|c(?:o(?:lorInterpolationFilter|ord)s|o(?:lor(?:Interpolation)?|nt(?:rols|ent))|(?:ontentS(?:cript|tyle)Typ|o(?:ntentEditab|lorProfi)l|l(?:assNam|ipRul)|a(?:lcMod|ptur)|it)e|olorRendering|l(?:ipPathUnits|assID)|(?:ontrolsLis|apHeigh)t|h(?:eckedLink|a(?:llenge|rSet)|ildren|ecked)|ell(?:Spac|Padd)ing|o(?:ntextMenu|ls)|(?:rossOrigi|olSpa)n|lip(?:Path)?|ursor|[xy])|glyphOrientationVertical|d(?:angerouslySetInnerHTML|efaultChecked|ownload|isabled|isplay|[xy])|(?:s(?:trikethroughThickn|eaml)es|(?:und|ov)erlineThicknes|r(?:equiredExtension|adiu)|(?:requiredFeatur|tableValu|stitchTil|numOctav|filterR)e|key(?:(?:Splin|Tim)e|Param)|autoFocu|header|bia)s|(?:(?:st(?:rikethroughPosi|dDevia)|(?:und|ov)erlinePosi|(?:textDecor|elev)a|orienta)tio|(?:strokeLinejo|orig)i|on(?:PointerDow|FocusI)|formActio|zoomAndPa|directio|(?:vers|act)io|rowSpa|begi|ico)n|o(?:n(?:AnimationIteration|C(?:o(?:mposition(?:Update|Start|End)|ntextMenu|py)|anPlayThrough|anPlay|hange|lick|ut)|(?:(?:Duration|Volume|Rate)Chang|(?:MouseLea|(?:Touch|Mouse)Mo|DragLea)v|Paus)e|Loaded(?:Metad|D)ata|(?:Animation|Touch|Load|Drag)Start|(?:(?:T(?:ransition|ouch)|Animation)E|Suspe)nd|DoubleClick|(?:TouchCanc|Whe)el|(?:Mouse(?:Ent|Ov)e|Drag(?:Ent|Ov)e|Erro)r|TimeUpdate|(?:E(?:n(?:crypt|d)|mpti)|S(?:tall|eek))ed|MouseDown|P(?:rogress|laying)|(?:MouseOu|DragExi|S(?:elec|ubmi)|Rese|Inpu)t|KeyPress|DragEnd|Key(?:Down|Up)|(?:Wait|Seek)ing|(?:MouseU|Dro)p|Scroll|Paste|Focus|Abort|Drag|Play|Load|Blur)|rient)|p(?:reserveA(?:spectRatio|lpha)|ointsAt[X-Z]|anose1)|(?:patternContent|ma(?:sk(?:Content)?|rker)|primitive|gradient|pattern|filter)Units|(?:(?:allowTranspar|baseFrequ)enc|re(?:ferrerPolic|adOnl)|(?:(?:st(?:roke|op)O|floodO|fillO|o)pac|integr|secur)it|visibilit|fontFamil|accessKe|propert|summar)y|(?:gradientT|patternT|t)ransform|(?:[xy]ChannelSelect|lightingCol|textAnch|floodCol|stopCol|operat|htmlF)or|(?:strokeMiterlimi|(?:specularConsta|repeatCou|fontVaria)n|(?:(?:specularE|e)xpon|renderingInt|asc)en|d(?:iffuseConsta|esce)n|(?:fontSizeAdju|lengthAdju|manife)s|baselineShif|onPointerOu|vectorEffec|(?:(?:mar(?:ker|gin)|x)H|accentH|fontW)eigh|markerStar|a(?:utoCorrec|bou)|onFocusOu|intercep|restar|forma|inlis|heigh|lis)t|(?:(?:st(?:rokeDasho|artO)|o)ffs|acceptChars|formTarg|viewTarg|srcS)et|k(?:ernel(?:UnitLength|Matrix)|[1-4])|(?:(?:enableBackgrou|markerE)n|s(?:p(?:readMetho|ee)|ee)|formMetho|(?:markerM|onInval)i|preloa|metho|kin)d|strokeDasharray|(?:onPointerCanc|lab)el|(?:allowFullScre|hidd)en|systemLanguage|(?:(?:o(?:nPointer(?:Ent|Ov)|rd)|allowReord|placehold|frameBord|paintOrd|post)e|repeatDu|d(?:efe|u))r|v(?:Mathematical|ert(?:Origin[XY]|AdvY)|alues|ocab)|(?:pointerEve|keyPoi)nts|(?:strokeLineca|onPointerU|itemPro|useMa|wra|loo)p|h(?:oriz(?:Origin|Adv)X|ttpEquiv)|(?:vI|i)deographic|unicodeRange|mathematical|vAlphabetic|u(?:nicodeBidi|[12])|(?:fontStretc|hig)h|(?:(?:mar(?:ker|gin)W|strokeW)id|azimu)th|(?:xmlnsXl|valueL)ink|mediaGroup|spellCheck|(?:text|m(?:in|ax))Length|(?:unitsPerE|optimu|fro)m|r(?:adioGroup|e(?:sults|f[XY]|l)|ows|[xy])|a(?:rabicForm|l(?:phabetic|t)|sync)|pathLength|innerHTML|xlinkShow|(?:xlinkHr|glyphR)ef|(?:tabInde|(?:sand|b)bo|viewBo)x|(?:(?:href|xml|src)La|kerni)ng|autoPlay|o(?:verflow|pen)|f(?:o(?:ntSize|rm)|il(?:ter|l))|r(?:e(?:quired|sult|f))?|divisor|p(?:attern|oints)|unicode|d(?:efault|ata|ir)?|i(?:temRef|n2|s)|t(?:arget[XY]|o)|srcDoc|s(?:coped|te(?:m[hv]|p)|pan)|(?:width|size)s|prefix|typeof|itemID|s(?:t(?:roke|art)|hape|cope|rc)|t(?:arget|ype)|(?:stri|la)ng|a(?:ccept|s)|m(?:edia|a(?:sk|x)|in)|x(?:mlns)?|width|value|size|href|k(?:ey)?|end|low|by|i[dn]|y[12]|g[12]|x[12]|f[xy]|[yz])$/,Ne=RegExp.prototype.test.bind(new RegExp("^(x|data|aria)-[: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]*$")),Me=function(e){return De.test(e)||Ne(e.toLowerCase())},Fe=function(e){function t(e){i=e;for(var t in o){var n=o[t];void 0!==n&&n(i)}}function n(e){var t=a;return o[t]=e,a+=1,e(i),t}function r(e){o[e]=void 0}var o={},a=0,i=e;return{publish:t,subscribe:n,unsubscribe:r}},ze="__styled-components__",Be=ze+"next__",We=E.a.shape({getTheme:E.a.func,subscribe:E.a.func,unsubscribe:E.a.func}),He=function(e){return"function"==typeof e},Ve=function(e){function t(){V(this,t);var n=X(this,e.call(this));return n.unsubscribeToOuterId=-1,n.getTheme=n.getTheme.bind(n),n}return $(t,e),t.prototype.componentWillMount=function(){var e=this,t=this.context[Be];void 0!==t&&(this.unsubscribeToOuterId=t.subscribe(function(t){e.outerTheme=t,void 0!==e.broadcast&&e.publish(e.props.theme)})),this.broadcast=Fe(this.getTheme())},t.prototype.getChildContext=function(){var e,t=this;return K({},this.context,(e={},e[Be]={getTheme:this.getTheme,subscribe:this.broadcast.subscribe,unsubscribe:this.broadcast.unsubscribe},e[ze]=function(e){var n=t.broadcast.subscribe(e);return function(){return t.broadcast.unsubscribe(n)}},e))},t.prototype.componentWillReceiveProps=function(e){this.props.theme!==e.theme&&this.publish(e.theme)},t.prototype.componentWillUnmount=function(){-1!==this.unsubscribeToOuterId&&this.context[Be].unsubscribe(this.unsubscribeToOuterId)},t.prototype.getTheme=function(e){var t=e||this.props.theme;if(He(t)){return t(this.outerTheme)}if(null===t||Array.isArray(t)||"object"!==(void 0===t?"undefined":H(t)))throw new Error("");return K({},this.outerTheme,t)},t.prototype.publish=function(e){this.broadcast.publish(this.getTheme(e))},t.prototype.render=function(){return this.props.children?x.a.Children.only(this.props.children):null},t}(b.Component);Ve.childContextTypes=(Ie={},Ie[ze]=E.a.func,Ie[Be]=We,Ie),Ve.contextTypes=(Te={},Te[Be]=We,Te);var qe={},Ke=ee,$e=function e(t,n){for(var r=0;r2&&void 0!==arguments[2]?arguments[2]:{};if(!Object(S.isValidElementType)(r))throw new Error("");var a=function(){return n(r,o,e.apply(void 0,arguments))};return a.withConfig=function(e){return t(n,r,K({},o,e))},a.attrs=function(e){return t(n,r,K({},o,{attrs:K({},o.attrs||{},e)}))},a}}(Q),nt=function(e,t){var n={},r=function(t,r){var o="string"!=typeof t?"sc":c(t),a=(n[o]||0)+1;n[o]=a;var i=o+"-"+e.generateName(o+a);return void 0!==r?r+"-"+i:i},o=function(e){function t(){var n,r,o;V(this,t);for(var a=arguments.length,i=Array(a),s=0;sn;)o[n]=t[n++];return o},Ae=function(e,t,n){z(e,t,{get:function(){return this._d[n]}})},Ce=function(e){var t,n,r,o,a,i,s=w(e),c=arguments.length,l=c>1?arguments[1]:void 0,f=void 0!==l,p=L(s);if(void 0!=p&&!E(p)){for(i=p.call(s),r=[],t=0;!(a=i.next()).done;t++)r.push(a.value);s=r}for(f&&c>2&&(l=u(l,arguments[2],2)),t=0,n=m(s.length),o=Se(this,n);n>t;t++)o[t]=f?l(s[t],t):s[t];return o},Ie=function(){for(var e=0,t=arguments.length,n=Se(this,t);t>e;)n[e]=arguments[e++];return n},Te=!!V&&a(function(){de.call(new V(1))}),Pe=function(){return de.apply(Te?fe.call(Oe(this)):Oe(this),arguments)},Ue={copyWithin:function(e,t){return N.call(Oe(this),e,t,arguments.length>2?arguments[2]:void 0)},every:function(e){return J(Oe(this),e,arguments.length>1?arguments[1]:void 0)},fill:function(e){return D.apply(Oe(this),arguments)},filter:function(e){return Le(this,X(Oe(this),e,arguments.length>1?arguments[1]:void 0))},find:function(e){return Z(Oe(this),e,arguments.length>1?arguments[1]:void 0)},findIndex:function(e){return ee(Oe(this),e,arguments.length>1?arguments[1]:void 0)},forEach:function(e){Y(Oe(this),e,arguments.length>1?arguments[1]:void 0)},indexOf:function(e){return ne(Oe(this),e,arguments.length>1?arguments[1]:void 0)},includes:function(e){return te(Oe(this),e,arguments.length>1?arguments[1]:void 0)},join:function(e){return ue.apply(Oe(this),arguments)},lastIndexOf:function(e){return ie.apply(Oe(this),arguments)},map:function(e){return xe(Oe(this),e,arguments.length>1?arguments[1]:void 0)},reduce:function(e){return se.apply(Oe(this),arguments)},reduceRight:function(e){return ce.apply(Oe(this),arguments)},reverse:function(){for(var e,t=this,n=Oe(t).length,r=Math.floor(n/2),o=0;o1?arguments[1]:void 0)},sort:function(e){return le.call(Oe(this),e)},subarray:function(e,t){var n=Oe(this),r=n.length,o=y(e,r);return new(T(n,n[ye]))(n.buffer,n.byteOffset+o*n.BYTES_PER_ELEMENT,m((void 0===t?r:y(t,r))-o))}},je=function(e,t){return Le(this,fe.call(Oe(this),e,t))},Ge=function(e){Oe(this);var t=Re(arguments[1],1),n=this.length,r=w(e),o=m(r.length),a=0;if(o+t>n)throw W("Wrong length!");for(;a255?255:255&r),o.v[d](n*t+o.o,r,we)},A=function(e,t){z(e,t,{get:function(){return L(this,t)},set:function(e){return k(this,t,e)},enumerable:!0})};v?(h=n(function(e,n,r,o){l(e,h,u,"_d");var a,i,s,c,f=0,d=0;if(x(n)){if(!(n instanceof K||"ArrayBuffer"==(c=b(n))||"SharedArrayBuffer"==c))return ve in n?ke(h,n):Ce.call(h,n);a=n,d=Re(r,t);var y=n.byteLength;if(void 0===o){if(y%t)throw W("Wrong length!");if((i=y-d)<0)throw W("Wrong length!")}else if((i=m(o)*t)+d>y)throw W("Wrong length!");s=i/t}else s=g(n),i=s*t,a=new K(i);for(p(e,"_d",{b:a,o:d,l:i,e:s,v:new $(a)});fdocument.F=Object<\/script>"),e.close(),c=e.F;r--;)delete c.prototype[a[r]];return c()};e.exports=Object.create||function(e,t){var n;return null!==e?(s.prototype=r(e),n=new s,s.prototype=null,n[i]=e):n=c(),void 0===t?n:o(n,t)}},function(e,t,n){var r=n(118),o=n(84).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),a=n(7),i=n(6)("species");e.exports=function(e){var t=r[e];a&&t&&!t[i]&&o.f(t,i,{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(130),a=n(97),i=n(1),s=n(9),c=n(99),u={},l={},t=e.exports=function(e,t,n,f,p){var d,h,m,g,y=p?function(){return e}:c(e),_=r(n,f,t?2:1),v=0;if("function"!=typeof y)throw TypeError(e+" is not iterable!");if(a(y)){for(d=s(e.length);d>v;v++)if((g=t?_(i(h=e[v])[0],h[1]):_(e[v]))===u||g===l)return g}else for(m=y.call(e);!(h=m.next()).done;)if((g=o(m,_,h.value,t))===u||g===l)return g};t.BREAK=u,t.RETURN=l},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(384),o=n(153),a=n(388);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 a.a})},function(e,t,n){var r=n(8).f,o=n(16),a=n(6)("toStringTag");e.exports=function(e,t,n){e&&!o(e=n?e:e.prototype,a)&&r(e,a,{configurable:!0,value:t})}},function(e,t,n){var r=n(0),o=n(25),a=n(3),i=n(87),s="["+i+"]",c="​…",u=RegExp("^"+s+s+"*"),l=RegExp(s+s+"*$"),f=function(e,t,n){var o={},s=a(function(){return!!i[e]()||c[e]()!=c}),u=o[e]=s?t(p):i[e];n&&(o[n]=u),r(r.P+r.F*s,"String",o)},p=f.trim=function(e,t){return e=String(o(e)),1&t&&(e=e.replace(u,"")),2&t&&(e=e.replace(l,"")),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(419);n.d(t,"a",function(){return r.a});var o=n(422);n.d(t,"b",function(){return o.a});var a=n(423);n.d(t,"d",function(){return a.a});var i=n(79);n.d(t,"c",function(){return i.a}),n.d(t,"f",function(){return i.b});var s=n(60);n.d(t,"e",function(){return s.b})},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"),a="Arguments"==r(function(){return arguments}()),i=function(e,t){try{return e[t]}catch(e){}};e.exports=function(e){var t,n,s;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=i(t=Object(e),o))?n:a?r(t):"Object"==(s=r(t))&&"function"==typeof t.callee?"Arguments":s}},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 a}),n.d(t,"e",function(){return i}),n.d(t,"g",function(){return s}),n.d(t,"d",function(){return c}),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},a=function(e,t){return new RegExp("^"+t+"(\\/|\\?|#|$)","i").test(e)},i=function(e,t){return a(e,t)?e.substr(t.length):e},s=function(e){return"/"===e.charAt(e.length-1)?e.slice(0,-1):e},c=function(e){var t=e||"/",n="",r="",o=t.indexOf("#");-1!==o&&(r=t.substr(o),t=t.substr(0,o));var a=t.indexOf("?");return-1!==a&&(n=t.substr(a),t=t.substr(0,a)),{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,n){"use strict";function r(e){return function(t){t({type:"SET_STYLE",payload:"ALL"}),t({type:"FETCH_ICONS",term:e}),t({type:"CHANGE_SIDE_ICON",payload:!1})}}function o(){return{type:f.FETCH_CATEGORIES,payload:""}}function a(e,t){return function(n){n({type:"SET_STYLE",payload:e}),n({type:"FETCH_STYLE",payload:e,term:t}),n({type:"CHANGE_SIDE_ICON",payload:!1})}}function i(e,t){return{type:f.SET_SEARCH_TERM,payload:e,style:t}}function s(e){return{type:f.CHANGE_SIDE_ICON,payload:e}}function c(e){return{type:f.CHANGE_CATEGORIES,payload:e}}function u(e,t,n){return{type:f.SET_SELECTED_ICON,name:e,slug:t,type_of_icon:n}}function l(){return{type:f.TOGGLE_SIDE_ICON,payload:""}}Object.defineProperty(t,"__esModule",{value:!0}),t.fetchIcons=r,t.fetchCategories=o,t.fetchStyle=a,t.setSearchTerm=i,t.changeSideIcon=s,t.changeCategories=c,t.setSelectedIcon=u,t.toggleSideIcon=l;var f=n(32)},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),a=o["__core-js_shared__"]||(o["__core-js_shared__"]={});(e.exports=function(e,t){return a[e]||(a[e]=void 0!==t?t:{})})("versions",[]).push({version:r.version,mode:n(37)?"pure":"global",copyright:"© 2018 Denis Pushkarev (zloirock.ru)"})},function(e,t,n){var r=n(17),o=n(9),a=n(44);e.exports=function(e){return function(t,n,i){var s,c=r(t),u=o(c.length),l=a(i,u);if(e&&n!=n){for(;u>l;)if((s=c[l++])!=s)return!0}else for(;u>l;l++)if((e||l in c)&&c[l]===n)return e||l||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),a=n(6)("match");e.exports=function(e){var t;return r(e)&&(void 0!==(t=e[a])?!!t:"RegExp"==o(e))}},function(e,t,n){var r=n(6)("iterator"),o=!1;try{var a=[7][r]();a.return=function(){o=!0},Array.from(a,function(){throw 2})}catch(e){}e.exports=function(e,t){if(!t&&!o)return!1;var n=!1;try{var a=[7],i=a[r]();i.next=function(){return{done:n=!0}},a[r]=function(){return i},e(a)}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),a=n(3),i=n(25),s=n(6);e.exports=function(e,t,n){var c=s(e),u=n(i,c,""[e]),l=u[0],f=u[1];a(function(){var t={};return t[c]=function(){return 7},7!=""[e](t)})&&(o(String.prototype,e,l),r(RegExp.prototype,c,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(12),a=n(6)("species");e.exports=function(e,t){var n,i=r(e).constructor;return void 0===i||void 0==(n=r(i)[a])?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),a=n(14),i=n(50),s=n(36),c=n(49),u=n(48),l=n(4),f=n(3),p=n(68),d=n(52),h=n(88);e.exports=function(e,t,n,m,g,y){var _=r[e],v=_,b=g?"set":"add",x=v&&v.prototype,w={},E=function(e){var t=x[e];a(x,e,"delete"==e?function(e){return!(y&&!l(e))&&t.call(this,0===e?0:e)}:"has"==e?function(e){return!(y&&!l(e))&&t.call(this,0===e?0:e)}:"get"==e?function(e){return y&&!l(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 v&&(y||x.forEach&&!f(function(){(new v).entries().next()}))){var R=new v,O=R[b](y?{}:-0,1)!=R,S=f(function(){R.has(1)}),L=p(function(e){new v(e)}),k=!y&&f(function(){for(var e=new v,t=5;t--;)e[b](t,t);return!e.has(-0)});L||(v=t(function(t,n){u(t,v,e);var r=h(new _,t,v);return void 0!=n&&c(n,g,r[b],r),r}),v.prototype=x,x.constructor=v),(S||k)&&(E("delete"),E("has"),g&&E("get")),(k||O)&&E(b),y&&x.clear&&delete x.clear}else v=m.getConstructor(t,e,g,b),i(v.prototype,n),s.NEED=!0;return d(v,e),w[e]=v,o(o.G+o.W+o.F*(v!=_),w),y||m.setStrong(v,e,g),v}},function(e,t,n){for(var r,o=n(2),a=n(13),i=n(42),s=i("typed_array"),c=i("view"),u=!(!o.ArrayBuffer||!o.DataView),l=u,f=0,p="Int8Array,Uint8Array,Uint8ClampedArray,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array".split(",");f<9;)(r=o[p[f++]])?(a(r.prototype,s,!0),a(r.prototype,c,!0)):l=!1;e.exports={ABV:u,CONSTR:l,TYPED:s,VIEW:c}},function(e,t,n){"use strict";e.exports=n(37)||!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(12),a=n(21),i=n(49);e.exports=function(e){r(r.S,e,{from:function(e){var t,n,r,s,c=arguments[1];return o(this),t=void 0!==c,t&&o(c),void 0==e?new this:(n=[],t?(r=0,s=a(c,arguments[2],2),i(e,!1,function(e){n.push(s(e,r++))})):i(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 s}),n.d(t,"b",function(){return c});var r=n(420),o=n(421),a=n(60),i=Object.assign||function(e){for(var t=1;t0;(a>>>=1)&&(t+=t))1&a&&(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 a,i,s=String(o(t)),c=r(n),u=s.length;return c<0||c>=u?e?"":void 0:(a=s.charCodeAt(c),a<55296||a>56319||c+1===u||(i=s.charCodeAt(c+1))<56320||i>57343?e?s.charAt(c):a:e?s.slice(c,c+2):i-56320+(a-55296<<10)+65536)}}},function(e,t,n){"use strict";var r=n(37),o=n(0),a=n(14),i=n(13),s=n(54),c=n(94),u=n(52),l=n(19),p=n(6)("iterator"),f=!([].keys&&"next"in[].keys()),d=function(){return this};e.exports=function(e,t,n,h,m,g,y){c(n,t,h);var _,v,b,x=function(e){if(!f&&e in O)return O[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"==m,R=!1,O=e.prototype,S=O[p]||O["@@iterator"]||m&&O[m],k=S||x(m),L=m?E?x("entries"):k:void 0,A="Array"==t?O.entries||S:S;if(A&&(b=l(A.call(new e)))!==Object.prototype&&b.next&&(u(b,w,!0),r||"function"==typeof b[p]||i(b,p,d)),E&&S&&"values"!==S.name&&(R=!0,k=function(){return S.call(this)}),r&&!y||!f&&!R&&O[p]||i(O,p,k),s[t]=k,s[w]=d,m)if(_={values:E?k:x("values"),keys:g?k:x("keys"),entries:L},y)for(v in _)v in O||a(O,v,_[v]);else o(o.P+o.F*(f||R),t,_);return _}},function(e,t,n){"use strict";var r=n(45),o=n(41),a=n(52),i={};n(13)(i,n(6)("iterator"),function(){return this}),e.exports=function(e,t,n){e.prototype=r(i,{next:o(1,n)}),a(e,t+" Iterator")}},function(e,t,n){var r=n(67),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(54),o=n(6)("iterator"),a=Array.prototype;e.exports=function(e){return void 0!==e&&(r.Array===e||a[o]===e)}},function(e,t,n){"use strict";var r=n(8),o=n(41);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(59),o=n(6)("iterator"),a=n(54);e.exports=n(20).getIteratorMethod=function(e){if(void 0!=e)return e[o]||e["@@iterator"]||a[r(e)]}},function(e,t,n){var r=n(264);e.exports=function(e,t){return new(r(e))(t)}},function(e,t,n){"use strict";var r=n(10),o=n(44),a=n(9);e.exports=function(e){for(var t=r(this),n=a(t.length),i=arguments.length,s=o(i>1?arguments[1]:void 0,n),c=i>2?arguments[2]:void 0,u=void 0===c?n:o(c,n);u>s;)t[s++]=e;return t}},function(e,t,n){"use strict";var r=n(38),o=n(133),a=n(54),i=n(17);e.exports=n(93)(Array,"Array",function(e,t){this._t=i(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"),a.Arguments=a.Array,r("keys"),r("values"),r("entries")},function(e,t,n){var r,o,a,i=n(21),s=n(123),c=n(85),u=n(81),l=n(2),p=l.process,f=l.setImmediate,d=l.clearImmediate,h=l.MessageChannel,m=l.Dispatch,g=0,y={},_=function(){var e=+this;if(y.hasOwnProperty(e)){var t=y[e];delete y[e],t()}},v=function(e){_.call(e.data)};f&&d||(f=function(e){for(var t=[],n=1;arguments.length>n;)t.push(arguments[n++]);return y[++g]=function(){s("function"==typeof e?e:Function(e),t)},r(g),g},d=function(e){delete y[e]},"process"==n(22)(p)?r=function(e){p.nextTick(i(_,e,1))}:m&&m.now?r=function(e){m.now(i(_,e,1))}:h?(o=new h,a=o.port2,o.port1.onmessage=v,r=i(a.postMessage,a,1)):l.addEventListener&&"function"==typeof postMessage&&!l.importScripts?(r=function(e){l.postMessage(e+"","*")},l.addEventListener("message",v,!1)):r="onreadystatechange"in u("script")?function(e){c.appendChild(u("script")).onreadystatechange=function(){c.removeChild(this),_.call(e)}}:function(e){setTimeout(i(_,e,1),0)}),e.exports={set:f,clear:d}},function(e,t,n){var r=n(2),o=n(103).set,a=r.MutationObserver||r.WebKitMutationObserver,i=r.process,s=r.Promise,c="process"==n(22)(i);e.exports=function(){var e,t,n,u=function(){var r,o;for(c&&(r=i.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(c)n=function(){i.nextTick(u)};else if(!a||r.navigator&&r.navigator.standalone)if(s&&s.resolve){var l=s.resolve(void 0);n=function(){l.then(u)}}else n=function(){o.call(r,u)};else{var p=!0,f=document.createTextNode("");new a(u).observe(f,{characterData:!0}),n=function(){f.data=p=!p}}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(12);e.exports.f=function(e){return new r(e)}},function(e,t,n){"use strict";function r(e,t,n){var r,o,a,i=new Array(n),s=8*n-t-1,c=(1<>1,l=23===t?j(2,-24)-j(2,-77):0,p=0,f=e<0||0===e&&1/e<0?1:0;for(e=G(e),e!=e||e===N?(o=e!=e?1:0,r=c):(r=M(F(e)/z),e*(a=j(2,-r))<1&&(r--,a*=2),e+=r+u>=1?l/a:l*j(2,1-u),e*a>=2&&(r++,a/=2),r+u>=c?(o=0,r=c):r+u>=1?(o=(e*a-1)*j(2,t),r+=u):(o=e*j(2,u-1)*j(2,t),r=0));t>=8;i[p++]=255&o,o/=256,t-=8);for(r=r<0;i[p++]=255&r,r/=256,s-=8);return i[--p]|=128*f,i}function o(e,t,n){var r,o=8*n-t-1,a=(1<>1,s=o-7,c=n-1,u=e[c--],l=127&u;for(u>>=7;s>0;l=256*l+e[c],c--,s-=8);for(r=l&(1<<-s)-1,l>>=-s,s+=t;s>0;r=256*r+e[c],c--,s-=8);if(0===l)l=1-i;else{if(l===a)return r?NaN:u?-N:N;r+=j(2,t),l-=i}return(u?-1:1)*r*j(2,l-t)}function a(e){return e[3]<<24|e[2]<<16|e[1]<<8|e[0]}function i(e){return[255&e]}function s(e){return[255&e,e>>8&255]}function c(e){return[255&e,e>>8&255,e>>16&255,e>>24&255]}function u(e){return r(e,52,8)}function l(e){return r(e,23,4)}function p(e,t,n){S(e[A],t,{get:function(){return this[n]}})}function f(e,t,n,r){var o=+n,a=R(o);if(a+t>e[W])throw U(C);var i=e[B]._b,s=a+e[H],c=i.slice(s,s+t);return r?c:c.reverse()}function d(e,t,n,r,o,a){var i=+n,s=R(i);if(s+t>e[W])throw U(C);for(var c=e[B]._b,u=s+e[H],l=r(+o),p=0;p$;)(q=K[$++])in T||_(T,q,D[q]);g||(V.constructor=T)}var Y=new I(new T(2)),Q=I[A].setInt8;Y.setInt8(0,2147483648),Y.setInt8(1,2147483649),!Y.getInt8(0)&&Y.getInt8(1)||v(I[A],{setInt8:function(e,t){Q.call(this,e,t<<24>>24)},setUint8:function(e,t){Q.call(this,e,t<<24>>24)}},!0)}else T=function(e){x(this,T,"ArrayBuffer");var t=R(e);this._b=k.call(new Array(t),0),this[W]=t},I=function(e,t,n){x(this,I,"DataView"),x(e,T,"DataView");var r=e[W],o=w(t);if(o<0||o>r)throw U("Wrong offset!");if(n=void 0===n?r-o:E(n),o+n>r)throw U("Wrong length!");this[B]=e,this[H]=o,this[W]=n},m&&(p(T,"byteLength","_l"),p(I,"buffer","_b"),p(I,"byteLength","_l"),p(I,"byteOffset","_o")),v(I[A],{getInt8:function(e){return f(this,1,e)[0]<<24>>24},getUint8:function(e){return f(this,1,e)[0]},getInt16:function(e){var t=f(this,2,e,arguments[1]);return(t[1]<<8|t[0])<<16>>16},getUint16:function(e){var t=f(this,2,e,arguments[1]);return t[1]<<8|t[0]},getInt32:function(e){return a(f(this,4,e,arguments[1]))},getUint32:function(e){return a(f(this,4,e,arguments[1]))>>>0},getFloat32:function(e){return o(f(this,4,e,arguments[1]),23,4)},getFloat64:function(e){return o(f(this,8,e,arguments[1]),52,8)},setInt8:function(e,t){d(this,1,e,i,t)},setUint8:function(e,t){d(this,1,e,i,t)},setInt16:function(e,t){d(this,2,e,s,t,arguments[2])},setUint16:function(e,t){d(this,2,e,s,t,arguments[2])},setInt32:function(e,t){d(this,4,e,c,t,arguments[2])},setUint32:function(e,t){d(this,4,e,c,t,arguments[2])},setFloat32:function(e,t){d(this,4,e,l,t,arguments[2])},setFloat64:function(e,t){d(this,8,e,u,t,arguments[2])}});L(T,"ArrayBuffer"),L(I,"DataView"),_(I[A],y.VIEW,!0),t.ArrayBuffer=T,t.DataView=I},function(e,t,n){"use strict";function r(e,t,n,r,a,i,s,c){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 l=[n,r,a,i,s,c],p=0;u=new Error(t.replace(/%s/g,function(){return l[p++]})),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){!function(t,n){e.exports=n()}(0,function(){"use strict";var e={childContextTypes:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},t={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},n=Object.defineProperty,r=Object.getOwnPropertyNames,o=Object.getOwnPropertySymbols,a=Object.getOwnPropertyDescriptor,i=Object.getPrototypeOf,s=i&&i(Object);return function c(u,l,p){if("string"!=typeof l){if(s){var f=i(l);f&&f!==s&&c(u,f,p)}var d=r(l);o&&(d=d.concat(o(l)));for(var h=0;h may have only one child element"),this.unlisten=r.listen(function(){e.setState({match:e.computeMatch(r.location.pathname)})})},t.prototype.componentWillReceiveProps=function(e){s()(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?p.a.Children.only(e):null},t}(p.a.Component);m.propTypes={history:d.a.object.isRequired,children:d.a.node},m.contextTypes={router:d.a.object},m.childContextTypes={router:d.a.object.isRequired},t.a=m},function(e,t,n){"use strict";var r=n(165),o=n.n(r),a={},i=0,s=function(e,t){var n=""+t.end+t.strict+t.sensitive,r=a[n]||(a[n]={});if(r[e])return r[e];var s=[],c=o()(e,s,t),u={re:c,keys:s};return i<1e4&&(r[e]=u,i++),u},c=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,a=r.exact,i=void 0!==a&&a,c=r.strict,u=void 0!==c&&c,l=r.sensitive,p=void 0!==l&&l;if(null==o)return n;var f=s(o,{end:i,strict:u,sensitive:p}),d=f.re,h=f.keys,m=d.exec(e);if(!m)return null;var g=m[0],y=m.slice(1),_=e===g;return i&&!_?null:{path:o,url:"/"===o&&""===g?"/":g,isExact:_,params:h.reduce(function(e,t,n){return e[t.name]=y[n],e},{})}};t.a=c},function(e,t,n){e.exports=!n(7)&&!n(3)(function(){return 7!=Object.defineProperty(n(81)("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),a=n(64)(!1),i=n(83)("IE_PROTO");e.exports=function(e,t){var n,s=o(e),c=0,u=[];for(n in s)n!=i&&r(s,n)&&u.push(n);for(;t.length>c;)r(s,n=t[c++])&&(~a(u,n)||u.push(n));return u}},function(e,t,n){var r=n(8),o=n(1),a=n(43);e.exports=n(7)?Object.defineProperties:function(e,t){o(e);for(var n,i=a(t),s=i.length,c=0;s>c;)r.f(e,n=i[c++],t[n]);return e}},function(e,t,n){var r=n(17),o=n(46).f,a={}.toString,i="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],s=function(e){try{return o(e)}catch(e){return i.slice()}};e.exports.f=function(e){return i&&"[object Window]"==a.call(e)?s(e):o(r(e))}},function(e,t,n){"use strict";var r=n(43),o=n(65),a=n(58),i=n(10),s=n(57),c=Object.assign;e.exports=!c||n(3)(function(){var e={},t={},n=Symbol(),r="abcdefghijklmnopqrst";return e[n]=7,r.split("").forEach(function(e){t[e]=e}),7!=c({},e)[n]||Object.keys(c({},t)).join("")!=r})?function(e,t){for(var n=i(e),c=arguments.length,u=1,l=o.f,p=a.f;c>u;)for(var f,d=s(arguments[u++]),h=l?r(d).concat(l(d)):r(d),m=h.length,g=0;m>g;)p.call(d,f=h[g++])&&(n[f]=d[f]);return n}:c},function(e,t,n){"use strict";var r=n(12),o=n(4),a=n(123),i=[].slice,s={},c=function(e,t,n){if(!(t in s)){for(var r=[],o=0;o>>0||(i.test(n)?16:10))}:r},function(e,t,n){var r=n(2).parseFloat,o=n(53).trim;e.exports=1/r(n(87)+"-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(90),o=Math.pow,a=o(2,-52),i=o(2,-23),s=o(2,127)*(2-i),c=o(2,-126),u=function(e){return e+1/a-1/a};e.exports=Math.fround||function(e){var t,n,o=Math.abs(e),l=r(e);return os||n!=n?l*(1/0):l*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 a=e.return;throw void 0!==a&&r(a.call(e)),t}}},function(e,t,n){var r=n(12),o=n(10),a=n(57),i=n(9);e.exports=function(e,t,n,s,c){r(t);var u=o(e),l=a(u),p=i(u.length),f=c?p-1:0,d=c?-1:1;if(n<2)for(;;){if(f in l){s=l[f],f+=d;break}if(f+=d,c?f<0:p<=f)throw TypeError("Reduce of empty array with no initial value")}for(;c?f>=0:p>f;f+=d)f in l&&(s=t(s,l[f],f,u));return s}},function(e,t,n){"use strict";var r=n(10),o=n(44),a=n(9);e.exports=[].copyWithin||function(e,t){var n=r(this),i=a(n.length),s=o(e,i),c=o(t,i),u=arguments.length>2?arguments[2]:void 0,l=Math.min((void 0===u?i:o(u,i))-c,i-s),p=1;for(c0;)c in n?n[s]=n[c]:delete n[s],s+=p,c+=p;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(69)})},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),a=n(105);e.exports=function(e,t){if(r(e),o(t)&&t.constructor===e)return t;var n=a.f(e);return(0,n.resolve)(t),n.promise}},function(e,t,n){"use strict";var r=n(138),o=n(55);e.exports=n(73)("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(45),a=n(50),i=n(21),s=n(48),c=n(49),u=n(93),l=n(133),p=n(47),f=n(7),d=n(36).fastKey,h=n(55),m=f?"_s":"size",g=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 l=e(function(e,r){s(e,l,t,"_i"),e._t=t,e._i=o(null),e._f=void 0,e._l=void 0,e[m]=0,void 0!=r&&c(r,n,e[u],e)});return a(l.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[m]=0},delete:function(e){var n=h(this,t),r=g(n,e);if(r){var o=r.n,a=r.p;delete n._i[r.i],r.r=!0,a&&(a.n=o),o&&(o.p=a),n._f==r&&(n._f=o),n._l==r&&(n._l=a),n[m]--}return!!r},forEach:function(e){h(this,t);for(var n,r=i(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!!g(h(this,t),e)}}),f&&r(l.prototype,"size",{get:function(){return h(this,t)[m]}}),l},def:function(e,t,n){var r,o,a=g(e,t);return a?a.v=n:(e._l=a={i:o=d(t,!0),k:t,v:n,p:r=e._l,n:void 0,r:!1},e._f||(e._f=a),r&&(r.n=a),e[m]++,"F"!==o&&(e._i[o]=a)),e},getEntry:g,setStrong:function(e,t,n){u(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?l(0,n.k):"values"==t?l(0,n.v):l(0,[n.k,n.v]):(e._t=void 0,l(1))},n?"entries":"values",!n,!0),p(t)}}},function(e,t,n){"use strict";var r=n(138),o=n(55);e.exports=n(73)("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),a=n(14),i=n(36),s=n(121),c=n(141),u=n(4),l=n(3),p=n(55),f=i.getWeak,d=Object.isExtensible,h=c.ufstore,m={},g=function(e){return function(){return e(this,arguments.length>0?arguments[0]:void 0)}},y={get:function(e){if(u(e)){var t=f(e);return!0===t?h(p(this,"WeakMap")).get(e):t?t[this._i]:void 0}},set:function(e,t){return c.def(p(this,"WeakMap"),e,t)}},_=e.exports=n(73)("WeakMap",g,y,c,!0,!0);l(function(){return 7!=(new _).set((Object.freeze||Object)(m),7).get(m)})&&(r=c.getConstructor(g,"WeakMap"),s(r.prototype,y),i.NEED=!0,o(["delete","has","get","set"],function(e){var t=_.prototype,n=t[e];a(t,e,function(t,o){if(u(t)&&!d(t)){this._f||(this._f=new r);var a=this._f[e](t,o);return"set"==e?this:a}return n.call(this,t,o)})}))},function(e,t,n){"use strict";var r=n(50),o=n(36).getWeak,a=n(1),i=n(4),s=n(48),c=n(49),u=n(28),l=n(16),p=n(55),f=u(5),d=u(6),h=0,m=function(e){return e._l||(e._l=new g)},g=function(){this.a=[]},y=function(e,t){return f(e.a,function(e){return e[0]===t})};g.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,a){var u=e(function(e,r){s(e,u,t,"_i"),e._t=t,e._i=h++,e._l=void 0,void 0!=r&&c(r,n,e[a],e)});return r(u.prototype,{delete:function(e){if(!i(e))return!1;var n=o(e);return!0===n?m(p(this,t)).delete(e):n&&l(n,this._i)&&delete n[this._i]},has:function(e){if(!i(e))return!1;var n=o(e);return!0===n?m(p(this,t)).has(e):n&&l(n,this._i)}}),u},def:function(e,t,n){var r=o(a(t),!0);return!0===r?m(e).set(t,n):r[e._i]=n,e},ufstore:m}},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(46),o=n(65),a=n(1),i=n(2).Reflect;e.exports=i&&i.ownKeys||function(e){var t=r.f(a(e)),n=o.f;return n?t.concat(n(e)):t}},function(e,t,n){"use strict";function r(e,t,n,u,l,p,f,d){for(var h,m,g=l,y=0,_=!!f&&s(f,d,3);y0)g=r(e,t,h,i(h.length),g,p-1)-1;else{if(g>=9007199254740991)throw TypeError();e[g]=h}g++}y++}return g}var o=n(66),a=n(4),i=n(9),s=n(21),c=n(6)("isConcatSpreadable");e.exports=r},function(e,t,n){var r=n(9),o=n(89),a=n(25);e.exports=function(e,t,n,i){var s=String(a(e)),c=s.length,u=void 0===n?" ":String(n),l=r(t);if(l<=c||""==u)return s;var p=l-c,f=o.call(u,Math.ceil(p/u.length));return f.length>p&&(f=f.slice(0,p)),i?f+s:s+f}},function(e,t,n){var r=n(43),o=n(17),a=n(58).f;e.exports=function(e){return function(t){for(var n,i=o(t),s=r(i),c=s.length,u=0,l=[];c>u;)a.call(i,n=s[u++])&&l.push(e?[n,i[n]]:i[n]);return l}}},function(e,t,n){var r=n(59),o=n(148);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(49);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;(a>>>=1)&&(t+=t))1&a&&(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 a,i,s=String(o(t)),c=r(n),u=s.length;return c<0||c>=u?e?"":void 0:(a=s.charCodeAt(c),a<55296||a>56319||c+1===u||(i=s.charCodeAt(c+1))<56320||i>57343?e?s.charAt(c):a:e?s.slice(c,c+2):i-56320+(a-55296<<10)+65536)}}},function(e,t,n){"use strict";var r=n(37),o=n(0),a=n(14),i=n(13),s=n(54),c=n(94),u=n(52),l=n(19),f=n(6)("iterator"),p=!([].keys&&"next"in[].keys()),d=function(){return this};e.exports=function(e,t,n,h,m,g,y){c(n,t,h);var _,v,b,x=function(e){if(!p&&e in O)return O[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"==m,R=!1,O=e.prototype,S=O[f]||O["@@iterator"]||m&&O[m],L=S||x(m),k=m?E?x("entries"):L:void 0,A="Array"==t?O.entries||S:S;if(A&&(b=l(A.call(new e)))!==Object.prototype&&b.next&&(u(b,w,!0),r||"function"==typeof b[f]||i(b,f,d)),E&&S&&"values"!==S.name&&(R=!0,L=function(){return S.call(this)}),r&&!y||!p&&!R&&O[f]||i(O,f,L),s[t]=L,s[w]=d,m)if(_={values:E?L:x("values"),keys:g?L:x("keys"),entries:k},y)for(v in _)v in O||a(O,v,_[v]);else o(o.P+o.F*(p||R),t,_);return _}},function(e,t,n){"use strict";var r=n(45),o=n(41),a=n(52),i={};n(13)(i,n(6)("iterator"),function(){return this}),e.exports=function(e,t,n){e.prototype=r(i,{next:o(1,n)}),a(e,t+" Iterator")}},function(e,t,n){var r=n(67),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(54),o=n(6)("iterator"),a=Array.prototype;e.exports=function(e){return void 0!==e&&(r.Array===e||a[o]===e)}},function(e,t,n){"use strict";var r=n(8),o=n(41);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(59),o=n(6)("iterator"),a=n(54);e.exports=n(20).getIteratorMethod=function(e){if(void 0!=e)return e[o]||e["@@iterator"]||a[r(e)]}},function(e,t,n){var r=n(264);e.exports=function(e,t){return new(r(e))(t)}},function(e,t,n){"use strict";var r=n(10),o=n(44),a=n(9);e.exports=function(e){for(var t=r(this),n=a(t.length),i=arguments.length,s=o(i>1?arguments[1]:void 0,n),c=i>2?arguments[2]:void 0,u=void 0===c?n:o(c,n);u>s;)t[s++]=e;return t}},function(e,t,n){"use strict";var r=n(38),o=n(133),a=n(54),i=n(17);e.exports=n(93)(Array,"Array",function(e,t){this._t=i(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"),a.Arguments=a.Array,r("keys"),r("values"),r("entries")},function(e,t,n){var r,o,a,i=n(21),s=n(123),c=n(85),u=n(81),l=n(2),f=l.process,p=l.setImmediate,d=l.clearImmediate,h=l.MessageChannel,m=l.Dispatch,g=0,y={},_=function(){var e=+this;if(y.hasOwnProperty(e)){var t=y[e];delete y[e],t()}},v=function(e){_.call(e.data)};p&&d||(p=function(e){for(var t=[],n=1;arguments.length>n;)t.push(arguments[n++]);return y[++g]=function(){s("function"==typeof e?e:Function(e),t)},r(g),g},d=function(e){delete y[e]},"process"==n(22)(f)?r=function(e){f.nextTick(i(_,e,1))}:m&&m.now?r=function(e){m.now(i(_,e,1))}:h?(o=new h,a=o.port2,o.port1.onmessage=v,r=i(a.postMessage,a,1)):l.addEventListener&&"function"==typeof postMessage&&!l.importScripts?(r=function(e){l.postMessage(e+"","*")},l.addEventListener("message",v,!1)):r="onreadystatechange"in u("script")?function(e){c.appendChild(u("script")).onreadystatechange=function(){c.removeChild(this),_.call(e)}}:function(e){setTimeout(i(_,e,1),0)}),e.exports={set:p,clear:d}},function(e,t,n){var r=n(2),o=n(103).set,a=r.MutationObserver||r.WebKitMutationObserver,i=r.process,s=r.Promise,c="process"==n(22)(i);e.exports=function(){var e,t,n,u=function(){var r,o;for(c&&(r=i.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(c)n=function(){i.nextTick(u)};else if(!a||r.navigator&&r.navigator.standalone)if(s&&s.resolve){var l=s.resolve(void 0);n=function(){l.then(u)}}else n=function(){o.call(r,u)};else{var f=!0,p=document.createTextNode("");new a(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(12);e.exports.f=function(e){return new r(e)}},function(e,t,n){"use strict";function r(e,t,n){var r,o,a,i=new Array(n),s=8*n-t-1,c=(1<>1,l=23===t?N(2,-24)-N(2,-77):0,f=0,p=e<0||0===e&&1/e<0?1:0;for(e=D(e),e!=e||e===j?(o=e!=e?1:0,r=c):(r=M(F(e)/z),e*(a=N(2,-r))<1&&(r--,a*=2),e+=r+u>=1?l/a:l*N(2,1-u),e*a>=2&&(r++,a/=2),r+u>=c?(o=0,r=c):r+u>=1?(o=(e*a-1)*N(2,t),r+=u):(o=e*N(2,u-1)*N(2,t),r=0));t>=8;i[f++]=255&o,o/=256,t-=8);for(r=r<0;i[f++]=255&r,r/=256,s-=8);return i[--f]|=128*p,i}function o(e,t,n){var r,o=8*n-t-1,a=(1<>1,s=o-7,c=n-1,u=e[c--],l=127&u;for(u>>=7;s>0;l=256*l+e[c],c--,s-=8);for(r=l&(1<<-s)-1,l>>=-s,s+=t;s>0;r=256*r+e[c],c--,s-=8);if(0===l)l=1-i;else{if(l===a)return r?NaN:u?-j:j;r+=N(2,t),l-=i}return(u?-1:1)*r*N(2,l-t)}function a(e){return e[3]<<24|e[2]<<16|e[1]<<8|e[0]}function i(e){return[255&e]}function s(e){return[255&e,e>>8&255]}function c(e){return[255&e,e>>8&255,e>>16&255,e>>24&255]}function u(e){return r(e,52,8)}function l(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,a=R(o);if(a+t>e[W])throw U(C);var i=e[B]._b,s=a+e[H],c=i.slice(s,s+t);return r?c:c.reverse()}function d(e,t,n,r,o,a){var i=+n,s=R(i);if(s+t>e[W])throw U(C);for(var c=e[B]._b,u=s+e[H],l=r(+o),f=0;f$;)(V=K[$++])in I||_(I,V,G[V]);g||(q.constructor=I)}var Y=new T(new I(2)),X=T[A].setInt8;Y.setInt8(0,2147483648),Y.setInt8(1,2147483649),!Y.getInt8(0)&&Y.getInt8(1)||v(T[A],{setInt8:function(e,t){X.call(this,e,t<<24>>24)},setUint8:function(e,t){X.call(this,e,t<<24>>24)}},!0)}else I=function(e){x(this,I,"ArrayBuffer");var t=R(e);this._b=L.call(new Array(t),0),this[W]=t},T=function(e,t,n){x(this,T,"DataView"),x(e,I,"DataView");var r=e[W],o=w(t);if(o<0||o>r)throw U("Wrong offset!");if(n=void 0===n?r-o:E(n),o+n>r)throw U("Wrong length!");this[B]=e,this[H]=o,this[W]=n},m&&(f(I,"byteLength","_l"),f(T,"buffer","_b"),f(T,"byteLength","_l"),f(T,"byteOffset","_o")),v(T[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 a(p(this,4,e,arguments[1]))},getUint32:function(e){return a(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,i,t)},setUint8:function(e,t){d(this,1,e,i,t)},setInt16:function(e,t){d(this,2,e,s,t,arguments[2])},setUint16:function(e,t){d(this,2,e,s,t,arguments[2])},setInt32:function(e,t){d(this,4,e,c,t,arguments[2])},setUint32:function(e,t){d(this,4,e,c,t,arguments[2])},setFloat32:function(e,t){d(this,4,e,l,t,arguments[2])},setFloat64:function(e,t){d(this,8,e,u,t,arguments[2])}});k(I,"ArrayBuffer"),k(T,"DataView"),_(T[A],y.VIEW,!0),t.ArrayBuffer=I,t.DataView=T},function(e,t,n){"use strict";function r(e,t,n,r,a,i,s,c){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 l=[n,r,a,i,s,c],f=0;u=new Error(t.replace(/%s/g,function(){return l[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){!function(t,n){e.exports=n()}(0,function(){"use strict";var e={childContextTypes:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},t={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},n=Object.defineProperty,r=Object.getOwnPropertyNames,o=Object.getOwnPropertySymbols,a=Object.getOwnPropertyDescriptor,i=Object.getPrototypeOf,s=i&&i(Object);return function c(u,l,f){if("string"!=typeof l){if(s){var p=i(l);p&&p!==s&&c(u,p,f)}var d=r(l);o&&(d=d.concat(o(l)));for(var h=0;h may have only one child element"),this.unlisten=r.listen(function(){e.setState({match:e.computeMatch(r.location.pathname)})})},t.prototype.componentWillReceiveProps=function(e){s()(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);m.propTypes={history:d.a.object.isRequired,children:d.a.node},m.contextTypes={router:d.a.object},m.childContextTypes={router:d.a.object.isRequired},t.a=m},function(e,t,n){"use strict";var r=n(165),o=n.n(r),a={},i=0,s=function(e,t){var n=""+t.end+t.strict+t.sensitive,r=a[n]||(a[n]={});if(r[e])return r[e];var s=[],c=o()(e,s,t),u={re:c,keys:s};return i<1e4&&(r[e]=u,i++),u},c=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,a=r.exact,i=void 0!==a&&a,c=r.strict,u=void 0!==c&&c,l=r.sensitive,f=void 0!==l&&l;if(null==o)return n;var p=s(o,{end:i,strict:u,sensitive:f}),d=p.re,h=p.keys,m=d.exec(e);if(!m)return null;var g=m[0],y=m.slice(1),_=e===g;return i&&!_?null:{path:o,url:"/"===o&&""===g?"/":g,isExact:_,params:h.reduce(function(e,t,n){return e[t.name]=y[n],e},{})}};t.a=c},function(e,t,n){e.exports=!n(7)&&!n(3)(function(){return 7!=Object.defineProperty(n(81)("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),a=n(64)(!1),i=n(83)("IE_PROTO");e.exports=function(e,t){var n,s=o(e),c=0,u=[];for(n in s)n!=i&&r(s,n)&&u.push(n);for(;t.length>c;)r(s,n=t[c++])&&(~a(u,n)||u.push(n));return u}},function(e,t,n){var r=n(8),o=n(1),a=n(43);e.exports=n(7)?Object.defineProperties:function(e,t){o(e);for(var n,i=a(t),s=i.length,c=0;s>c;)r.f(e,n=i[c++],t[n]);return e}},function(e,t,n){var r=n(17),o=n(46).f,a={}.toString,i="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],s=function(e){try{return o(e)}catch(e){return i.slice()}};e.exports.f=function(e){return i&&"[object Window]"==a.call(e)?s(e):o(r(e))}},function(e,t,n){"use strict";var r=n(43),o=n(65),a=n(58),i=n(10),s=n(57),c=Object.assign;e.exports=!c||n(3)(function(){var e={},t={},n=Symbol(),r="abcdefghijklmnopqrst";return e[n]=7,r.split("").forEach(function(e){t[e]=e}),7!=c({},e)[n]||Object.keys(c({},t)).join("")!=r})?function(e,t){for(var n=i(e),c=arguments.length,u=1,l=o.f,f=a.f;c>u;)for(var p,d=s(arguments[u++]),h=l?r(d).concat(l(d)):r(d),m=h.length,g=0;m>g;)f.call(d,p=h[g++])&&(n[p]=d[p]);return n}:c},function(e,t,n){"use strict";var r=n(12),o=n(4),a=n(123),i=[].slice,s={},c=function(e,t,n){if(!(t in s)){for(var r=[],o=0;o>>0||(i.test(n)?16:10))}:r},function(e,t,n){var r=n(2).parseFloat,o=n(53).trim;e.exports=1/r(n(87)+"-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(90),o=Math.pow,a=o(2,-52),i=o(2,-23),s=o(2,127)*(2-i),c=o(2,-126),u=function(e){return e+1/a-1/a};e.exports=Math.fround||function(e){var t,n,o=Math.abs(e),l=r(e);return os||n!=n?l*(1/0):l*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 a=e.return;throw void 0!==a&&r(a.call(e)),t}}},function(e,t,n){var r=n(12),o=n(10),a=n(57),i=n(9);e.exports=function(e,t,n,s,c){r(t);var u=o(e),l=a(u),f=i(u.length),p=c?f-1:0,d=c?-1:1;if(n<2)for(;;){if(p in l){s=l[p],p+=d;break}if(p+=d,c?p<0:f<=p)throw TypeError("Reduce of empty array with no initial value")}for(;c?p>=0:f>p;p+=d)p in l&&(s=t(s,l[p],p,u));return s}},function(e,t,n){"use strict";var r=n(10),o=n(44),a=n(9);e.exports=[].copyWithin||function(e,t){var n=r(this),i=a(n.length),s=o(e,i),c=o(t,i),u=arguments.length>2?arguments[2]:void 0,l=Math.min((void 0===u?i:o(u,i))-c,i-s),f=1;for(c0;)c in n?n[s]=n[c]:delete n[s],s+=f,c+=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(69)})},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),a=n(105);e.exports=function(e,t){if(r(e),o(t)&&t.constructor===e)return t;var n=a.f(e);return(0,n.resolve)(t),n.promise}},function(e,t,n){"use strict";var r=n(138),o=n(55);e.exports=n(73)("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(45),a=n(50),i=n(21),s=n(48),c=n(49),u=n(93),l=n(133),f=n(47),p=n(7),d=n(36).fastKey,h=n(55),m=p?"_s":"size",g=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 l=e(function(e,r){s(e,l,t,"_i"),e._t=t,e._i=o(null),e._f=void 0,e._l=void 0,e[m]=0,void 0!=r&&c(r,n,e[u],e)});return a(l.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[m]=0},delete:function(e){var n=h(this,t),r=g(n,e);if(r){var o=r.n,a=r.p;delete n._i[r.i],r.r=!0,a&&(a.n=o),o&&(o.p=a),n._f==r&&(n._f=o),n._l==r&&(n._l=a),n[m]--}return!!r},forEach:function(e){h(this,t);for(var n,r=i(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!!g(h(this,t),e)}}),p&&r(l.prototype,"size",{get:function(){return h(this,t)[m]}}),l},def:function(e,t,n){var r,o,a=g(e,t);return a?a.v=n:(e._l=a={i:o=d(t,!0),k:t,v:n,p:r=e._l,n:void 0,r:!1},e._f||(e._f=a),r&&(r.n=a),e[m]++,"F"!==o&&(e._i[o]=a)),e},getEntry:g,setStrong:function(e,t,n){u(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?l(0,n.k):"values"==t?l(0,n.v):l(0,[n.k,n.v]):(e._t=void 0,l(1))},n?"entries":"values",!n,!0),f(t)}}},function(e,t,n){"use strict";var r=n(138),o=n(55);e.exports=n(73)("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),a=n(14),i=n(36),s=n(121),c=n(141),u=n(4),l=n(3),f=n(55),p=i.getWeak,d=Object.isExtensible,h=c.ufstore,m={},g=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?h(f(this,"WeakMap")).get(e):t?t[this._i]:void 0}},set:function(e,t){return c.def(f(this,"WeakMap"),e,t)}},_=e.exports=n(73)("WeakMap",g,y,c,!0,!0);l(function(){return 7!=(new _).set((Object.freeze||Object)(m),7).get(m)})&&(r=c.getConstructor(g,"WeakMap"),s(r.prototype,y),i.NEED=!0,o(["delete","has","get","set"],function(e){var t=_.prototype,n=t[e];a(t,e,function(t,o){if(u(t)&&!d(t)){this._f||(this._f=new r);var a=this._f[e](t,o);return"set"==e?this:a}return n.call(this,t,o)})}))},function(e,t,n){"use strict";var r=n(50),o=n(36).getWeak,a=n(1),i=n(4),s=n(48),c=n(49),u=n(28),l=n(16),f=n(55),p=u(5),d=u(6),h=0,m=function(e){return e._l||(e._l=new g)},g=function(){this.a=[]},y=function(e,t){return p(e.a,function(e){return e[0]===t})};g.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,a){var u=e(function(e,r){s(e,u,t,"_i"),e._t=t,e._i=h++,e._l=void 0,void 0!=r&&c(r,n,e[a],e)});return r(u.prototype,{delete:function(e){if(!i(e))return!1;var n=o(e);return!0===n?m(f(this,t)).delete(e):n&&l(n,this._i)&&delete n[this._i]},has:function(e){if(!i(e))return!1;var n=o(e);return!0===n?m(f(this,t)).has(e):n&&l(n,this._i)}}),u},def:function(e,t,n){var r=o(a(t),!0);return!0===r?m(e).set(t,n):r[e._i]=n,e},ufstore:m}},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(46),o=n(65),a=n(1),i=n(2).Reflect;e.exports=i&&i.ownKeys||function(e){var t=r.f(a(e)),n=o.f;return n?t.concat(n(e)):t}},function(e,t,n){"use strict";function r(e,t,n,u,l,f,p,d){for(var h,m,g=l,y=0,_=!!p&&s(p,d,3);y0)g=r(e,t,h,i(h.length),g,f-1)-1;else{if(g>=9007199254740991)throw TypeError();e[g]=h}g++}y++}return g}var o=n(66),a=n(4),i=n(9),s=n(21),c=n(6)("isConcatSpreadable");e.exports=r},function(e,t,n){var r=n(9),o=n(89),a=n(25);e.exports=function(e,t,n,i){var s=String(a(e)),c=s.length,u=void 0===n?" ":String(n),l=r(t);if(l<=c||""==u)return s;var f=l-c,p=o.call(u,Math.ceil(f/u.length));return p.length>f&&(p=p.slice(0,f)),i?p+s:s+p}},function(e,t,n){var r=n(43),o=n(17),a=n(58).f;e.exports=function(e){return function(t){for(var n,i=o(t),s=r(i),c=s.length,u=0,l=[];c>u;)a.call(i,n=s[u++])&&l.push(e?[n,i[n]]:i[n]);return l}}},function(e,t,n){var r=n(59),o=n(148);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(49);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,a=Object.prototype.hasOwnProperty,i=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,s,c=r(e),u=1;u=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}function s(){}function c(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]:{},l=u.getDisplayName,f=void 0===l?function(e){return"ConnectAdvanced("+e+")"}:l,b=u.methodName,x=void 0===b?"connectAdvanced":b,w=u.renderCountProp,E=void 0===w?void 0:w,R=u.shouldHandleStateChanges,O=void 0===R||R,S=u.storeKey,k=void 0===S?"store":S,L=u.withRef,A=void 0!==L&&L,C=i(u,["getDisplayName","methodName","renderCountProp","shouldHandleStateChanges","storeKey","withRef"]),T=k+"Subscription",I=_++,P=(t={},t[k]=g.a,t[T]=g.b,t),U=(n={},n[T]=g.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",i=f(n),u=y({},C,{getDisplayName:f,methodName:x,renderCountProp:E,shouldHandleStateChanges:O,storeKey:k,withRef:A,displayName:i,wrappedComponentName:n,WrappedComponent:t}),l=function(n){function l(e,t){r(this,l);var a=o(this,n.call(this,e,t));return a.version=I,a.state={},a.renderCount=0,a.store=e[k]||t[k],a.propsMode=Boolean(e[k]),a.setWrappedInstance=a.setWrappedInstance.bind(a),d()(a.store,'Could not find "'+k+'" in either the context or props of "'+i+'". Either wrap the root component in a , or explicitly pass "'+k+'" as a prop to "'+i+'".'),a.initSelector(),a.initSubscription(),a}return a(l,n),l.prototype.getChildContext=function(){var e,t=this.propsMode?null:this.subscription;return e={},e[T]=t||this.context[T],e},l.prototype.componentDidMount=function(){O&&(this.subscription.trySubscribe(),this.selector.run(this.props),this.selector.shouldComponentUpdate&&this.forceUpdate())},l.prototype.componentWillReceiveProps=function(e){this.selector.run(e)},l.prototype.shouldComponentUpdate=function(){return this.selector.shouldComponentUpdate},l.prototype.componentWillUnmount=function(){this.subscription&&this.subscription.tryUnsubscribe(),this.subscription=null,this.notifyNestedSubs=s,this.store=null,this.selector.run=s,this.selector.shouldComponentUpdate=!1},l.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},l.prototype.setWrappedInstance=function(e){this.wrappedInstance=e},l.prototype.initSelector=function(){var t=e(this.store.dispatch,u);this.selector=c(t,this.store),this.selector.run(this.props)},l.prototype.initSubscription=function(){if(O){var e=(this.propsMode?this.props:this.context)[T];this.subscription=new m.a(this.store,e,this.onStateChange.bind(this)),this.notifyNestedSubs=this.subscription.notifyNestedSubs.bind(this.subscription)}},l.prototype.onStateChange=function(){this.selector.run(this.props),this.selector.shouldComponentUpdate?(this.componentDidUpdate=this.notifyNestedSubsOnComponentDidUpdate,this.setState(v)):this.notifyNestedSubs()},l.prototype.notifyNestedSubsOnComponentDidUpdate=function(){this.componentDidUpdate=void 0,this.notifyNestedSubs()},l.prototype.isSubscribed=function(){return Boolean(this.subscription)&&this.subscription.isSubscribed()},l.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[T]=this.subscription),t},l.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))},l}(h.Component);return l.WrappedComponent=t,l.displayName=i,l.childContextTypes=U,l.contextTypes=P,l.propTypes=P,p()(l,t)}}t.a=u;var l=n(110),p=n.n(l),f=n(29),d=n.n(f),h=n(5),m=(n.n(h),n(387)),g=n(152),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 a(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 s=n(5),c=n.n(s),u=n(11),l=n.n(u),p=n(29),f=n.n(p),d=n(56),h=Object.assign||function(e){for(var t=1;t outside a "),f()(void 0!==t,'You must specify the "to" property');var a=this.context.router.history,i="string"==typeof t?Object(d.c)(t,null,null,a.location):t,s=a.createHref(i);return c.a.createElement("a",h({},o,{onClick:this.handleClick,href:s,ref:n}))},t}(c.a.Component);g.propTypes={onClick:l.a.func,target:l.a.string,replace:l.a.bool,to:l.a.oneOfType([l.a.string,l.a.object]).isRequired,innerRef:l.a.oneOfType([l.a.string,l.a.func])},g.defaultProps={replace:!1},g.contextTypes={router:l.a.shape({history:l.a.shape({push:l.a.func.isRequired,replace:l.a.func.isRequired,createHref:l.a.func.isRequired}).isRequired}).isRequired},t.a=g},function(e,t,n){"use strict";var r=n(164);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 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 i=n(39),s=n.n(i),c=n(29),u=n.n(c),l=n(5),p=n.n(l),f=n(11),d=n.n(f),h=n(115),m=Object.assign||function(e){for(var t=1;t or withRouter() outside a ");var c=t.route,l=(r||c.location).pathname;return Object(h.a)(l,{path:o,strict:a,exact:i,sensitive:s},c.match)},t.prototype.componentWillMount=function(){s()(!(this.props.component&&this.props.render),"You should not use and in the same route; will be ignored"),s()(!(this.props.component&&this.props.children&&!g(this.props.children)),"You should not use and in the same route; will be ignored"),s()(!(this.props.render&&this.props.children&&!g(this.props.children)),"You should not use and in the same route; will be ignored")},t.prototype.componentWillReceiveProps=function(e,t){s()(!(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.'),s()(!(!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,a=this.context.router,i=a.history,s=a.route,c=a.staticContext,u=this.props.location||s.location,l={match:e,location:u,history:i,staticContext:c};return r?e?p.a.createElement(r,l):null:o?e?o(l):null:"function"==typeof n?n(l):n&&!g(n)?p.a.Children.only(n):null},t}(p.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,a=0,i="",s=t&&t.delimiter||"/";null!=(n=_.exec(e));){var l=n[0],p=n[1],f=n.index;if(i+=e.slice(a,f),a=f+l.length,p)i+=p[1];else{var d=e[a],h=n[2],m=n[3],g=n[4],y=n[5],v=n[6],b=n[7];i&&(r.push(i),i="");var x=null!=h&&null!=d&&d!==h,w="+"===v||"*"===v,E="?"===v||"*"===v,R=n[2]||s,O=g||y;r.push({name:m||o++,prefix:h||"",delimiter:R,optional:E,repeat:w,partial:x,asterisk:!!b,pattern:O?u(O):b?".*":"[^"+c(R)+"]+?"})}}return a0&&void 0!==arguments[0]?arguments[0]:"/",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return"/"===e?e:s(e)(t,{pretty:!0})};t.a=c},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 a(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 s(e){return{searchTerm:e.searchTerm,style:e.style}}function c(e){return(0,m.bindActionCreators)({fetchIcons:h.fetchIcons,setSearchTerm:h.setSearchTerm,changeSideIcon:h.changeSideIcon,setSelectedIcon:h.setSelectedIcon,changeCategories:h.changeCategories},e)}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}(p.Component);t.default=(0,d.connect)(s,c)(x)},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 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 i(e){return"object"===m(n.m)&&e().every(function(e){return void 0!==e&&void 0!==n.m[e]})}function s(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 c(e){var t={loading:!1,loaded:{},error:null},n=[];try{Object.keys(e).forEach(function(r){var o=s(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 l(e,t){return g.createElement(u(e),t)}function p(e,t){function n(){return p||(p=e(u.loader)),p.promise}var s,c;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:l,webpack:null,modules:null},t),p=null;return _.push(n),"function"==typeof u.webpack&&v.push(function(){if(i(u.webpack))return n()}),c=s=function(t){function i(a){r(this,i);var s=o(this,t.call(this,a));return s.retry=function(){s.setState({error:null,loading:!0}),p=e(u.loader),s._loadModule()},n(),s.state={error:p.error,pastDelay:!1,timedOut:!1,loading:p.loading,loaded:p.loaded},s}return a(i,t),i.preload=function(){return n()},i.prototype.componentWillMount=function(){this._mounted=!0,this._loadModule()},i.prototype._loadModule=function(){var e=this;if(this.context.loadable&&Array.isArray(u.modules)&&u.modules.forEach(function(t){e.context.loadable.report(t)}),p.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:p.error,loaded:p.loaded,loading:p.loading}),e._clearTimeouts())};p.promise.then(function(){t()}).catch(function(e){t()})}},i.prototype.componentWillUnmount=function(){this._mounted=!1,this._clearTimeouts()},i.prototype._clearTimeouts=function(){clearTimeout(this._delay),clearTimeout(this._timeout)},i.prototype.render=function(){return this.state.loading||this.state.error?g.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},i}(g.Component),s.contextTypes={loadable:y.shape({report:y.func.isRequired})},c}function f(e){return p(s,e)}function d(e){if("function"!=typeof e.render)throw new Error("LoadableMap requires a `render(loaded, props)` function");return p(c,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 m="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},g=n(5),y=n(11),_=[],v=[];f.Map=d;var b=function(e){function t(){return r(this,t),o(this,e.apply(this,arguments))}return a(t,e),t.prototype.getChildContext=function(){return{loadable:{report:this.props.report}}},t.prototype.render=function(){return g.Children.only(this.props.children)},t}(g.Component);b.propTypes={report:y.func.isRequired},b.childContextTypes={loadable:y.shape({report:y.func.isRequired}).isRequired},f.Capture=b,f.preloadAll=function(){return new Promise(function(e,t){h(_).then(e,t)})},f.preloadReady=function(){return new Promise(function(e,t){h(v).then(e,e)})},e.exports=f},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 a(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)}Object.defineProperty(t,"__esModule",{value:!0});var s=function(){function e(e,t){for(var n=0;no;)K(e,n=r[o++],t[n]);return e},Y=function(e,t){return void 0===t?E(e):$(E(e),t)},Q=function(e){var t=D.call(this,e=x(e,!0));return!(this===F&&o(j,e)&&!o(M,e))&&(!(t||!o(this,e)||!o(j,e)||o(this,U)&&this[U][e])||t)},X=function(e,t){if(e=b(e),t=x(t,!0),e!==F||!o(j,t)||o(M,t)){var n=L(e,t);return!n||!o(j,t)||o(e,U)&&e[U][t]||(n.enumerable=!0),n}},J=function(e){for(var t,n=C(b(e)),r=[],a=0;n.length>a;)o(j,t=n[a++])||t==U||t==c||r.push(t);return r},Z=function(e){for(var t,n=e===F,r=C(n?M:b(e)),a=[],i=0;r.length>i;)!o(j,t=r[i++])||n&&!o(F,t)||a.push(j[t]);return a};z||(T=function(){if(this instanceof T)throw TypeError("Symbol is not a constructor!");var e=f(arguments.length>0?arguments[0]:void 0),t=function(n){this===F&&t.call(M,n),o(this,U)&&o(this[U],e)&&(this[U][e]=!1),H(this,e,w(1,n))};return a&&W&&H(F,e,{configurable:!0,set:t}),q(e)},s(T.prototype,"toString",function(){return this._k}),O.f=X,S.f=K,n(46).f=R.f=J,n(58).f=Q,n(65).f=Z,a&&!n(37)&&s(F,"propertyIsEnumerable",Q,!0),h.f=function(e){return q(d(e))}),i(i.G+i.W+i.F*!z,{Symbol:T});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;)m(ne[re++]);i(i.S+i.F*!z,"Symbol",{for:function(e){return o(G,e+="")?G[e]:G[e]=T(e)},keyFor:function(e){if(!V(e))throw TypeError(e+" is not a symbol!");for(var t in G)if(G[t]===e)return t},useSetter:function(){W=!0},useSimple:function(){W=!1}}),i(i.S+i.F*!z,"Object",{create:Y,defineProperty:K,defineProperties:$,getOwnPropertyDescriptor:X,getOwnPropertyNames:J,getOwnPropertySymbols:Z}),I&&i(i.S+i.F*(!z||u(function(){var e=T();return"[null]"!=P([e])||"{}"!=P({a:e})||"{}"!=P(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],(v(t)||void 0!==e)&&!V(e))return y(t)||(t=function(e,t){if("function"==typeof n&&(t=n.call(this,e,t)),!V(t))return t}),r[1]=t,P.apply(I,r)}}),T.prototype[N]||n(13)(T.prototype,N,T.prototype.valueOf),p(T,"Symbol"),p(Math,"Math",!0),p(r.JSON,"JSON",!0)},function(e,t,n){var r=n(43),o=n(65),a=n(58);e.exports=function(e){var t=r(e),n=o.f;if(n)for(var i,s=n(e),c=a.f,u=0;s.length>u;)c.call(e,i=s[u++])&&t.push(i);return t}},function(e,t,n){var r=n(0);r(r.S,"Object",{create:n(45)})},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(119)})},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(43);n(27)("keys",function(){return function(e){return o(r(e))}})},function(e,t,n){n(27)("getOwnPropertyNames",function(){return n(120).f})},function(e,t,n){var r=n(4),o=n(36).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(36).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(36).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(121)})},function(e,t,n){var r=n(0);r(r.S,"Object",{is:n(191)})},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(86).set})},function(e,t,n){"use strict";var r=n(59),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(122)})},function(e,t,n){var r=n(8).f,o=Function.prototype,a=/^\s*function ([^ (]*)/;"name"in o||n(7)&&r(o,"name",{configurable:!0,get:function(){try{return(""+this).match(a)[1]}catch(e){return""}}})},function(e,t,n){"use strict";var r=n(4),o=n(19),a=n(6)("hasInstance"),i=Function.prototype;a in i||n(8).f(i,a,{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(124);r(r.G+r.F*(parseInt!=o),{parseInt:o})},function(e,t,n){var r=n(0),o=n(125);r(r.G+r.F*(parseFloat!=o),{parseFloat:o})},function(e,t,n){"use strict";var r=n(2),o=n(16),a=n(22),i=n(88),s=n(24),c=n(3),u=n(46).f,l=n(18).f,p=n(8).f,f=n(53).trim,d=r.Number,h=d,m=d.prototype,g="Number"==a(n(45)(m)),y="trim"in String.prototype,_=function(e){var t=s(e,!1);if("string"==typeof t&&t.length>2){t=y?t.trim():f(t,3);var n,r,o,a=t.charCodeAt(0);if(43===a||45===a){if(88===(n=t.charCodeAt(2))||120===n)return NaN}else if(48===a){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 i,c=t.slice(2),u=0,l=c.length;uo)return NaN;return parseInt(c,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&&(g?c(function(){m.valueOf.call(n)}):"Number"!=a(n))?i(new h(_(t)),n,d):_(t)};for(var v,b=n(7)?u(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(","),x=0;b.length>x;x++)o(h,v=b[x])&&!o(d,v)&&p(d,v,l(h,v));d.prototype=m,m.constructor=d,n(14)(r,"Number",d)}},function(e,t,n){"use strict";var r=n(0),o=n(26),a=n(126),i=n(89),s=1..toFixed,c=Math.floor,u=[0,0,0,0,0,0],l="Number.toFixed: incorrect invocation!",p=function(e,t){for(var n=-1,r=t;++n<6;)r+=e*u[n],u[n]=r%1e7,r=c(r/1e7)},f=function(e){for(var t=6,n=0;--t>=0;)n+=u[t],u[t]=c(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+i.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)},m=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*(!!s&&("0.000"!==8e-5.toFixed(3)||"1"!==.9.toFixed(0)||"1.25"!==1.255.toFixed(2)||"1000000000000000128"!==(0xde0b6b3a7640080).toFixed(0))||!n(3)(function(){s.call({})})),"Number",{toFixed:function(e){var t,n,r,s,c=a(this,l),u=o(e),g="",y="0";if(u<0||u>20)throw RangeError(l);if(c!=c)return"NaN";if(c<=-1e21||c>=1e21)return String(c);if(c<0&&(g="-",c=-c),c>1e-21)if(t=m(c*h(2,69,1))-69,n=t<0?c*h(2,-t,1):c/h(2,t,1),n*=4503599627370496,(t=52-t)>0){for(p(0,n),r=u;r>=7;)p(1e7,0),r-=7;for(p(h(10,r,1),0),r=t-1;r>=23;)f(1<<23),r-=23;f(1<0?(s=y.length,y=g+(s<=u?"0."+i.call("0",u-s)+y:y.slice(0,s-u)+"."+y.slice(s-u))):y=g+y,y}})},function(e,t,n){"use strict";var r=n(0),o=n(3),a=n(126),i=1..toPrecision;r(r.P+r.F*(o(function(){return"1"!==i.call(1,void 0)})||!o(function(){i.call({})})),"Number",{toPrecision:function(e){var t=a(this,"Number#toPrecision: incorrect invocation!");return void 0===e?i.call(t):i.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(127)})},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(127),a=Math.abs;r(r.S,"Number",{isSafeInteger:function(e){return o(e)&&a(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(125);r(r.S+r.F*(Number.parseFloat!=o),"Number",{parseFloat:o})},function(e,t,n){var r=n(0),o=n(124);r(r.S+r.F*(Number.parseInt!=o),"Number",{parseInt:o})},function(e,t,n){var r=n(0),o=n(128),a=Math.sqrt,i=Math.acosh;r(r.S+r.F*!(i&&710==Math.floor(i(Number.MAX_VALUE))&&i(1/0)==1/0),"Math",{acosh:function(e){return(e=+e)<1?NaN:e>94906265.62425156?Math.log(e)+Math.LN2:o(e-1+a(e-1)*a(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),a=Math.asinh;o(o.S+o.F*!(a&&1/a(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(90);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(91);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(129)})},function(e,t,n){var r=n(0),o=Math.abs;r(r.S,"Math",{hypot:function(e,t){for(var n,r,a=0,i=0,s=arguments.length,c=0;i0?(r=n/c,a+=r*r):a+=n;return c===1/0?1/0:c*Math.sqrt(a)}})},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,a=65535&r;return 0|o*a+((65535&n>>>16)*a+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(128)})},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(90)})},function(e,t,n){var r=n(0),o=n(91),a=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:(a(e-1)-a(-e-1))*(Math.E/2)}})},function(e,t,n){var r=n(0),o=n(91),a=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)/(a(e)+a(-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(44),a=String.fromCharCode,i=String.fromCodePoint;r(r.S+r.F*(!!i&&1!=i.length),"String",{fromCodePoint:function(e){for(var t,n=[],r=arguments.length,i=0;r>i;){if(t=+arguments[i++],o(t,1114111)!==t)throw RangeError(t+" is not a valid code point");n.push(t<65536?a(t):a(55296+((t-=65536)>>10),t%1024+56320))}return n.join("")}})},function(e,t,n){var r=n(0),o=n(17),a=n(9);r(r.S,"String",{raw:function(e){for(var t=o(e.raw),n=a(t.length),r=arguments.length,i=[],s=0;n>s;)i.push(String(t[s++])),s=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(92)(!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),a=n(95),i="".endsWith;r(r.P+r.F*n(96)("endsWith"),"String",{endsWith:function(e){var t=a(this,e,"endsWith"),n=arguments.length>1?arguments[1]:void 0,r=o(t.length),s=void 0===n?r:Math.min(o(n),r),c=String(e);return i?i.call(t,c,s):t.slice(s-c.length,s)===c}})},function(e,t,n){"use strict";var r=n(0),o=n(95);r(r.P+r.F*n(96)("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(89)})},function(e,t,n){"use strict";var r=n(0),o=n(9),a=n(95),i="".startsWith;r(r.P+r.F*n(96)("startsWith"),"String",{startsWith:function(e){var t=a(this,e,"startsWith"),n=o(Math.min(arguments.length>1?arguments[1]:void 0,t.length)),r=String(e);return i?i.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),a=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=a(t);return"number"!=typeof n||isFinite(n)?t.toISOString():null}})},function(e,t,n){var r=n(0),o=n(253);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,a=Date.prototype.toISOString,i=function(e){return e>9?e:"0"+e};e.exports=r(function(){return"0385-07-25T07:06:39.999Z"!=a.call(new Date(-5e13-1))})||!r(function(){a.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)+"-"+i(e.getUTCMonth()+1)+"-"+i(e.getUTCDate())+"T"+i(e.getUTCHours())+":"+i(e.getUTCMinutes())+":"+i(e.getUTCSeconds())+"."+(n>99?n:"0"+i(n))+"Z"}:a},function(e,t,n){var r=Date.prototype,o=r.toString,a=r.getTime;new Date(NaN)+""!="Invalid Date"&&n(14)(r,"toString",function(){var e=a.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(256))},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(66)})},function(e,t,n){"use strict";var r=n(21),o=n(0),a=n(10),i=n(130),s=n(97),c=n(9),u=n(98),l=n(99);o(o.S+o.F*!n(68)(function(e){Array.from(e)}),"Array",{from:function(e){var t,n,o,p,f=a(e),d="function"==typeof this?this:Array,h=arguments.length,m=h>1?arguments[1]:void 0,g=void 0!==m,y=0,_=l(f);if(g&&(m=r(m,h>2?arguments[2]:void 0,2)),void 0==_||d==Array&&s(_))for(t=c(f.length),n=new d(t);t>y;y++)u(n,y,g?m(f[y],y):f[y]);else for(p=_.call(f),n=new d;!(o=p.next()).done;y++)u(n,y,g?i(p,m,[o.value,y],!0):o.value);return n.length=y,n}})},function(e,t,n){"use strict";var r=n(0),o=n(98);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),a=[].join;r(r.P+r.F*(n(57)!=Object||!n(23)(a)),"Array",{join:function(e){return a.call(o(this),void 0===e?",":e)}})},function(e,t,n){"use strict";var r=n(0),o=n(85),a=n(22),i=n(44),s=n(9),c=[].slice;r(r.P+r.F*n(3)(function(){o&&c.call(o)}),"Array",{slice:function(e,t){var n=s(this.length),r=a(this);if(t=void 0===t?n:t,"Array"==r)return c.call(this,e,t);for(var o=i(e,n),u=i(t,n),l=s(u-o),p=new Array(l),f=0;f1&&(r=Math.min(r,a(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(132)}),n(38)("copyWithin")},function(e,t,n){var r=n(0);r(r.P,"Array",{fill:n(101)}),n(38)("fill")},function(e,t,n){"use strict";var r=n(0),o=n(28)(5),a=!0;"find"in[]&&Array(1).find(function(){a=!1}),r(r.P+r.F*a,"Array",{find:function(e){return o(this,e,arguments.length>1?arguments[1]:void 0)}}),n(38)("find")},function(e,t,n){"use strict";var r=n(0),o=n(28)(6),a="findIndex",i=!0;a in[]&&Array(1)[a](function(){i=!1}),r(r.P+r.F*i,"Array",{findIndex:function(e){return o(this,e,arguments.length>1?arguments[1]:void 0)}}),n(38)(a)},function(e,t,n){n(47)("Array")},function(e,t,n){var r=n(2),o=n(88),a=n(8).f,i=n(46).f,s=n(67),c=n(69),u=r.RegExp,l=u,p=u.prototype,f=/a/g,d=/a/g,h=new u(f)!==f;if(n(7)&&(!h||n(3)(function(){return d[n(6)("match")]=!1,u(f)!=f||u(d)==d||"/a/i"!=u(f,"i")}))){u=function(e,t){var n=this instanceof u,r=s(e),a=void 0===t;return!n&&r&&e.constructor===u&&a?e:o(h?new l(r&&!a?e.source:e,t):l((r=e instanceof u)?e.source:e,r&&a?c.call(e):t),n?this:p,u)};for(var m=i(l),g=0;m.length>g;)!function(e){e in u||a(u,e,{configurable:!0,get:function(){return l[e]},set:function(t){l[e]=t}})}(m[g++]);p.constructor=u,u.prototype=p,n(14)(r,"RegExp",u)}n(47)("RegExp")},function(e,t,n){"use strict";n(134);var r=n(1),o=n(69),a=n(7),i=/./.toString,s=function(e){n(14)(RegExp.prototype,"toString",e,!0)};n(3)(function(){return"/a/b"!=i.call({source:"a",flags:"b"})})?s(function(){var e=r(this);return"/".concat(e.source,"/","flags"in e?e.flags:!a&&e instanceof RegExp?o.call(e):void 0)}):"toString"!=i.name&&s(function(){return i.call(this)})},function(e,t,n){n(70)("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(70)("replace",2,function(e,t,n){return[function(r,o){"use strict";var a=e(this),i=void 0==r?void 0:r[t];return void 0!==i?i.call(r,a,o):n.call(String(a),r,o)},n]})},function(e,t,n){n(70)("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(70)("split",2,function(e,t,r){"use strict";var o=n(67),a=r,i=[].push,s="length";if("c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1)[s]||2!="ab".split(/(?:ab)*/)[s]||4!=".".split(/(.?)(.?)/)[s]||".".split(/()()/)[s]>1||"".split(/.?/)[s]){var c=void 0===/()??/.exec("")[1];r=function(e,t){var n=String(this);if(void 0===e&&0===t)return[];if(!o(e))return a.call(n,e,t);var r,u,l,p,f,d=[],h=(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.unicode?"u":"")+(e.sticky?"y":""),m=0,g=void 0===t?4294967295:t>>>0,y=new RegExp(e.source,h+"g");for(c||(r=new RegExp("^"+y.source+"$(?!\\s)",h));(u=y.exec(n))&&!((l=u.index+u[0][s])>m&&(d.push(n.slice(m,u.index)),!c&&u[s]>1&&u[0].replace(r,function(){for(f=1;f1&&u.index=g));)y.lastIndex===u.index&&y.lastIndex++;return m===n[s]?!p&&y.test("")||d.push(""):d.push(n.slice(m)),d[s]>g?d.slice(0,g):d}}else"0".split(void 0,0)[s]&&(r=function(e,t){return void 0===e&&0===t?[]:a.call(this,e,t)});return[function(n,o){var a=e(this),i=void 0==n?void 0:n[t];return void 0!==i?i.call(n,a,o):r.call(String(a),n,o)},r]})},function(e,t,n){"use strict";var r,o,a,i,s=n(37),c=n(2),u=n(21),l=n(59),p=n(0),f=n(4),d=n(12),h=n(48),m=n(49),g=n(71),y=n(103).set,_=n(104)(),v=n(105),b=n(135),x=n(72),w=n(136),E=c.TypeError,R=c.process,O=R&&R.versions,S=O&&O.v8||"",k=c.Promise,L="process"==l(R),A=function(){},C=o=v.f,T=!!function(){try{var e=k.resolve(1),t=(e.constructor={})[n(6)("species")]=function(e){e(A,A)};return(L||"function"==typeof PromiseRejectionEvent)&&e.then(A)instanceof t&&0!==S.indexOf("6.6")&&-1===x.indexOf("Chrome/66")}catch(e){}}(),I=function(e){var t;return!(!f(e)||"function"!=typeof(t=e.then))&&t},P=function(e,t){if(!e._n){e._n=!0;var n=e._c;_(function(){for(var r=e._v,o=1==e._s,a=0;n.length>a;)!function(t){var n,a,i,s=o?t.ok:t.fail,c=t.resolve,u=t.reject,l=t.domain;try{s?(o||(2==e._h&&D(e),e._h=1),!0===s?n=r:(l&&l.enter(),n=s(r),l&&(l.exit(),i=!0)),n===t.promise?u(E("Promise-chain cycle")):(a=I(n))?a.call(n,c,u):c(n)):u(r)}catch(e){l&&!i&&l.exit(),u(e)}}(n[a++]);e._c=[],e._n=!1,t&&!e._h&&U(e)})}},U=function(e){y.call(c,function(){var t,n,r,o=e._v,a=N(e);if(a&&(t=b(function(){L?R.emit("unhandledRejection",o,e):(n=c.onunhandledrejection)?n({promise:e,reason:o}):(r=c.console)&&r.error&&r.error("Unhandled promise rejection",o)}),e._h=L||N(e)?2:1),e._a=void 0,a&&t.e)throw t.v})},N=function(e){return 1!==e._h&&0===(e._a||e._c).length},D=function(e){y.call(c,function(){var t;L?R.emit("rejectionHandled",e):(t=c.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()),P(t,!0))},j=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=I(e))?_(function(){var r={_w:n,_d:!1};try{t.call(e,u(j,r,1),u(G,r,1))}catch(e){G.call(r,e)}}):(n._v=e,n._s=1,P(n,!1))}catch(e){G.call({_w:n,_d:!1},e)}}};T||(k=function(e){h(this,k,"Promise","_h"),d(e),r.call(this);try{e(u(j,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(50)(k.prototype,{then:function(e,t){var n=C(g(this,k));return n.ok="function"!=typeof e||e,n.fail="function"==typeof t&&t,n.domain=L?R.domain:void 0,this._c.push(n),this._a&&this._a.push(n),this._s&&P(this,!1),n.promise},catch:function(e){return this.then(void 0,e)}}),a=function(){var e=new r;this.promise=e,this.resolve=u(j,e,1),this.reject=u(G,e,1)},v.f=C=function(e){return e===k||e===i?new a(e):o(e)}),p(p.G+p.W+p.F*!T,{Promise:k}),n(52)(k,"Promise"),n(47)("Promise"),i=n(20).Promise,p(p.S+p.F*!T,"Promise",{reject:function(e){var t=C(this);return(0,t.reject)(e),t.promise}}),p(p.S+p.F*(s||!T),"Promise",{resolve:function(e){return w(s&&this===i?k:this,e)}}),p(p.S+p.F*!(T&&n(68)(function(e){k.all(e).catch(A)})),"Promise",{all:function(e){var t=this,n=C(t),r=n.resolve,o=n.reject,a=b(function(){var n=[],a=0,i=1;m(e,!1,function(e){var s=a++,c=!1;n.push(void 0),i++,t.resolve(e).then(function(e){c||(c=!0,n[s]=e,--i||r(n))},o)}),--i||r(n)});return a.e&&o(a.v),n.promise},race:function(e){var t=this,n=C(t),r=n.reject,o=b(function(){m(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(141),o=n(55);n(73)("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(74),a=n(106),i=n(1),s=n(44),c=n(9),u=n(4),l=n(2).ArrayBuffer,p=n(71),f=a.ArrayBuffer,d=a.DataView,h=o.ABV&&l.isView,m=f.prototype.slice,g=o.VIEW;r(r.G+r.W+r.F*(l!==f),{ArrayBuffer:f}),r(r.S+r.F*!o.CONSTR,"ArrayBuffer",{isView:function(e){return h&&h(e)||u(e)&&g in e}}),r(r.P+r.U+r.F*n(3)(function(){return!new f(2).slice(1,void 0).byteLength}),"ArrayBuffer",{slice:function(e,t){if(void 0!==m&&void 0===t)return m.call(i(this),e);for(var n=i(this).byteLength,r=s(e,n),o=s(void 0===t?n:t,n),a=new(p(this,f))(c(o-r)),u=new d(this),l=new d(a),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 a(e)}})},function(e,t,n){function r(e,t){var n,s,l=arguments.length<3?e:arguments[2];return u(e)===l?e[t]:(n=o.f(e,t))?i(n,"value")?n.value:void 0!==n.get?n.get.call(l):void 0:c(s=a(e))?r(s,t,l):void 0}var o=n(18),a=n(19),i=n(16),s=n(0),c=n(4),u=n(1);s(s.S,"Reflect",{get:r})},function(e,t,n){var r=n(18),o=n(0),a=n(1);o(o.S,"Reflect",{getOwnPropertyDescriptor:function(e,t){return r.f(a(e),t)}})},function(e,t,n){var r=n(0),o=n(19),a=n(1);r(r.S,"Reflect",{getPrototypeOf:function(e){return o(a(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),a=Object.isExtensible;r(r.S,"Reflect",{isExtensible:function(e){return o(e),!a||a(e)}})},function(e,t,n){var r=n(0);r(r.S,"Reflect",{ownKeys:n(143)})},function(e,t,n){var r=n(0),o=n(1),a=Object.preventExtensions;r(r.S,"Reflect",{preventExtensions:function(e){o(e);try{return a&&a(e),!0}catch(e){return!1}}})},function(e,t,n){function r(e,t,n){var c,f,d=arguments.length<4?e:arguments[3],h=a.f(l(e),t);if(!h){if(p(f=i(e)))return r(f,t,n,d);h=u(0)}if(s(h,"value")){if(!1===h.writable||!p(d))return!1;if(c=a.f(d,t)){if(c.get||c.set||!1===c.writable)return!1;c.value=n,o.f(d,t,c)}else o.f(d,t,u(0,n));return!0}return void 0!==h.set&&(h.set.call(d,n),!0)}var o=n(8),a=n(18),i=n(19),s=n(16),c=n(0),u=n(41),l=n(1),p=n(4);c(c.S,"Reflect",{set:r})},function(e,t,n){var r=n(0),o=n(86);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(64)(!0);r(r.P,"Array",{includes:function(e){return o(this,e,arguments.length>1?arguments[1]:void 0)}}),n(38)("includes")},function(e,t,n){"use strict";var r=n(0),o=n(144),a=n(10),i=n(9),s=n(12),c=n(100);r(r.P,"Array",{flatMap:function(e){var t,n,r=a(this);return s(e),t=i(r.length),n=c(r,0),o(n,r,r,t,0,1,e,arguments[1]),n}}),n(38)("flatMap")},function(e,t,n){"use strict";var r=n(0),o=n(144),a=n(10),i=n(9),s=n(26),c=n(100);r(r.P,"Array",{flatten:function(){var e=arguments[0],t=a(this),n=i(t.length),r=c(t,0);return o(r,t,t,n,0,void 0===e?1:s(e)),r}}),n(38)("flatten")},function(e,t,n){"use strict";var r=n(0),o=n(92)(!0);r(r.P,"String",{at:function(e){return o(this,e)}})},function(e,t,n){"use strict";var r=n(0),o=n(145),a=n(72);r(r.P+r.F*/Version\/10\.\d+(\.\d+)? Safari\//.test(a),"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(145),a=n(72);r(r.P+r.F*/Version\/10\.\d+(\.\d+)? Safari\//.test(a),"String",{padEnd:function(e){return o(this,e,arguments.length>1?arguments[1]:void 0,!1)}})},function(e,t,n){"use strict";n(53)("trimLeft",function(e){return function(){return e(this,1)}},"trimStart")},function(e,t,n){"use strict";n(53)("trimRight",function(e){return function(){return e(this,2)}},"trimEnd")},function(e,t,n){"use strict";var r=n(0),o=n(25),a=n(9),i=n(67),s=n(69),c=RegExp.prototype,u=function(e,t){this._r=e,this._s=t};n(94)(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),!i(e))throw TypeError(e+" is not a regexp!");var t=String(this),n="flags"in c?String(e.flags):s.call(e),r=new RegExp(e.source,~n.indexOf("g")?n:"g"+n);return r.lastIndex=a(e.lastIndex),new u(r,t)}})},function(e,t,n){n(82)("asyncIterator")},function(e,t,n){n(82)("observable")},function(e,t,n){var r=n(0),o=n(143),a=n(17),i=n(18),s=n(98);r(r.S,"Object",{getOwnPropertyDescriptors:function(e){for(var t,n,r=a(e),c=i.f,u=o(r),l={},p=0;u.length>p;)void 0!==(n=c(r,t=u[p++]))&&s(l,t,n);return l}})},function(e,t,n){var r=n(0),o=n(146)(!1);r(r.S,"Object",{values:function(e){return o(e)}})},function(e,t,n){var r=n(0),o=n(146)(!0);r(r.S,"Object",{entries:function(e){return o(e)}})},function(e,t,n){"use strict";var r=n(0),o=n(10),a=n(12),i=n(8);n(7)&&r(r.P+n(75),"Object",{__defineGetter__:function(e,t){i.f(o(this),e,{get:a(t),enumerable:!0,configurable:!0})}})},function(e,t,n){"use strict";var r=n(0),o=n(10),a=n(12),i=n(8);n(7)&&r(r.P+n(75),"Object",{__defineSetter__:function(e,t){i.f(o(this),e,{set:a(t),enumerable:!0,configurable:!0})}})},function(e,t,n){"use strict";var r=n(0),o=n(10),a=n(24),i=n(19),s=n(18).f;n(7)&&r(r.P+n(75),"Object",{__lookupGetter__:function(e){var t,n=o(this),r=a(e,!0);do{if(t=s(n,r))return t.get}while(n=i(n))}})},function(e,t,n){"use strict";var r=n(0),o=n(10),a=n(24),i=n(19),s=n(18).f;n(7)&&r(r.P+n(75),"Object",{__lookupSetter__:function(e){var t,n=o(this),r=a(e,!0);do{if(t=s(n,r))return t.set}while(n=i(n))}})},function(e,t,n){var r=n(0);r(r.P+r.R,"Map",{toJSON:n(147)("Map")})},function(e,t,n){var r=n(0);r(r.P+r.R,"Set",{toJSON:n(147)("Set")})},function(e,t,n){n(76)("Map")},function(e,t,n){n(76)("Set")},function(e,t,n){n(76)("WeakMap")},function(e,t,n){n(76)("WeakSet")},function(e,t,n){n(77)("Map")},function(e,t,n){n(77)("Set")},function(e,t,n){n(77)("WeakMap")},function(e,t,n){n(77)("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(149),a=n(129);r(r.S,"Math",{fscale:function(e,t,n,r,i){return a(o(e,t,n,r,i))}})},function(e,t,n){var r=n(0);r(r.S,"Math",{iaddh:function(e,t,n,r){var o=e>>>0,a=t>>>0,i=n>>>0;return a+(r>>>0)+((o&i|(o|i)&~(o+i>>>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,a=t>>>0,i=n>>>0;return a-(r>>>0)-((~o&i|~(o^i)&o-i>>>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,a=65535&r,i=n>>16,s=r>>16,c=(i*a>>>0)+(o*a>>>16);return i*s+(c>>16)+((o*s>>>0)+(65535&c)>>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(149)})},function(e,t,n){var r=n(0);r(r.S,"Math",{umulh:function(e,t){var n=+e,r=+t,o=65535&n,a=65535&r,i=n>>>16,s=r>>>16,c=(i*a>>>0)+(o*a>>>16);return i*s+(c>>>16)+((o*s>>>0)+(65535&c)>>>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),a=n(2),i=n(71),s=n(136);r(r.P+r.R,"Promise",{finally:function(e){var t=i(this,o.Promise||a.Promise),n="function"==typeof e;return this.then(n?function(n){return s(t,e()).then(function(){return n})}:e,n?function(n){return s(t,e()).then(function(){throw n})}:e)}})},function(e,t,n){"use strict";var r=n(0),o=n(105),a=n(135);r(r.S,"Promise",{try:function(e){var t=o.f(this),n=a(e);return(n.e?t.reject:t.resolve)(n.v),t.promise}})},function(e,t,n){var r=n(34),o=n(1),a=r.key,i=r.set;r.exp({defineMetadata:function(e,t,n,r){i(e,t,o(n),a(r))}})},function(e,t,n){var r=n(34),o=n(1),a=r.key,i=r.map,s=r.store;r.exp({deleteMetadata:function(e,t){var n=arguments.length<3?void 0:a(arguments[2]),r=i(o(t),n,!1);if(void 0===r||!r.delete(e))return!1;if(r.size)return!0;var c=s.get(t);return c.delete(n),!!c.size||s.delete(t)}})},function(e,t,n){var r=n(34),o=n(1),a=n(19),i=r.has,s=r.get,c=r.key,u=function(e,t,n){if(i(e,t,n))return s(e,t,n);var r=a(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:c(arguments[2]))}})},function(e,t,n){var r=n(139),o=n(148),a=n(34),i=n(1),s=n(19),c=a.keys,u=a.key,l=function(e,t){var n=c(e,t),a=s(e);if(null===a)return n;var i=l(a,t);return i.length?n.length?o(new r(n.concat(i))):i:n};a.exp({getMetadataKeys:function(e){return l(i(e),arguments.length<2?void 0:u(arguments[1]))}})},function(e,t,n){var r=n(34),o=n(1),a=r.get,i=r.key;r.exp({getOwnMetadata:function(e,t){return a(e,o(t),arguments.length<3?void 0:i(arguments[2]))}})},function(e,t,n){var r=n(34),o=n(1),a=r.keys,i=r.key;r.exp({getOwnMetadataKeys:function(e){return a(o(e),arguments.length<2?void 0:i(arguments[1]))}})},function(e,t,n){var r=n(34),o=n(1),a=n(19),i=r.has,s=r.key,c=function(e,t,n){if(i(e,t,n))return!0;var r=a(t);return null!==r&&c(e,r,n)};r.exp({hasMetadata:function(e,t){return c(e,o(t),arguments.length<3?void 0:s(arguments[2]))}})},function(e,t,n){var r=n(34),o=n(1),a=r.has,i=r.key;r.exp({hasOwnMetadata:function(e,t){return a(e,o(t),arguments.length<3?void 0:i(arguments[2]))}})},function(e,t,n){var r=n(34),o=n(1),a=n(12),i=r.key,s=r.set;r.exp({metadata:function(e,t){return function(n,r){s(e,t,(void 0!==r?o:a)(n),i(r))}}})},function(e,t,n){var r=n(0),o=n(104)(),a=n(2).process,i="process"==n(22)(a);r(r.G,{asap:function(e){var t=i&&a.domain;o(t?t.bind(e):e)}})},function(e,t,n){"use strict";var r=n(0),o=n(2),a=n(20),i=n(104)(),s=n(6)("observable"),c=n(12),u=n(1),l=n(48),p=n(50),f=n(13),d=n(49),h=d.RETURN,m=function(e){return null==e?void 0:c(e)},g=function(e){var t=e._c;t&&(e._c=void 0,t())},y=function(e){return void 0===e._o},_=function(e){y(e)||(e._o=void 0,g(e))},v=function(e,t){u(e),this._c=void 0,this._o=e,e=new b(this);try{var n=t(e),r=n;null!=n&&("function"==typeof n.unsubscribe?n=function(){r.unsubscribe()}:c(n),this._c=n)}catch(t){return void e.error(t)}y(this)&&g(this)};v.prototype=p({},{unsubscribe:function(){_(this)}});var b=function(e){this._s=e};b.prototype=p({},{next:function(e){var t=this._s;if(!y(t)){var n=t._o;try{var r=m(n.next);if(r)return r.call(n,e)}catch(e){try{_(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=m(n.error);if(!r)throw e;e=r.call(n,e)}catch(e){try{g(t)}finally{throw e}}return g(t),e},complete:function(e){var t=this._s;if(!y(t)){var n=t._o;t._o=void 0;try{var r=m(n.complete);e=r?r.call(n,e):void 0}catch(e){try{g(t)}finally{throw e}}return g(t),e}}});var x=function(e){l(this,x,"Observable","_f")._f=c(e)};p(x.prototype,{subscribe:function(e){return new v(e,this._f)},forEach:function(e){var t=this;return new(a.Promise||o.Promise)(function(n,r){c(e);var o=t.subscribe({next:function(t){try{return e(t)}catch(e){r(e),o.unsubscribe()}},error:r,complete:n})})}}),p(x,{from:function(e){var t="function"==typeof this?this:x,n=m(u(e)[s]);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 i(function(){if(!n){try{if(d(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&&i.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*s,{setTimeout:c(r.setTimeout),setInterval:c(r.setInterval)})},function(e,t,n){var r=n(0),o=n(103);r(r.G+r.B,{setImmediate:o.set,clearImmediate:o.clear})},function(e,t,n){for(var r=n(102),o=n(43),a=n(14),i=n(2),s=n(13),c=n(54),u=n(6),l=u("iterator"),p=u("toStringTag"),f=c.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},h=o(d),m=0;m=0;--r){var o=this.tryEntries[r],a=o.completion;if("root"===o.tryLoc)return t("end");if(o.tryLoc<=this.prev){var i=_.call(o,"catchLoc"),s=_.call(o,"finallyLoc");if(i&&s){if(this.prev=0;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&_.call(r,"finallyLoc")&&this.prev=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),f(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;f(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=g),A}}}("object"==typeof t?t:"object"==typeof window?window:"object"==typeof self?self:this)}).call(t,n(62))},function(e,t,n){n(372),e.exports=n(20).RegExp.escape},function(e,t,n){var r=n(0),o=n(373)(/[\\^$*+?.()|[\]{}]/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),a=r(o),i=n(376),s=n(51),c=n(408),u=r(c),l=n(40),p=n(409),f=r(p),d=n(35),h=n(441),m=r(h),g=(0,l.createStore)(f.default,(0,l.compose)((0,l.applyMiddleware)(u.default)));(0,i.render)(a.default.createElement(s.Provider,{store:g},a.default.createElement(d.BrowserRouter,null,a.default.createElement(m.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;rj.length&&j.push(e)}function f(e,t,n,o){var a=typeof e;"undefined"!==a&&"boolean"!==a||(e=null);var i=!1;if(null===e)i=!0;else switch(a){case"string":case"number":i=!0;break;case"object":switch(e.$$typeof){case w:case E:i=!0}}if(i)return n(o,e,""===t?"."+d(e,0):t),1;if(i=0,t=""===t?".":t+":",Array.isArray(e))for(var s=0;s=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}function s(){}function c(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]:{},l=u.getDisplayName,p=void 0===l?function(e){return"ConnectAdvanced("+e+")"}:l,b=u.methodName,x=void 0===b?"connectAdvanced":b,w=u.renderCountProp,E=void 0===w?void 0:w,R=u.shouldHandleStateChanges,O=void 0===R||R,S=u.storeKey,L=void 0===S?"store":S,k=u.withRef,A=void 0!==k&&k,C=i(u,["getDisplayName","methodName","renderCountProp","shouldHandleStateChanges","storeKey","withRef"]),I=L+"Subscription",T=_++,P=(t={},t[L]=g.a,t[I]=g.b,t),U=(n={},n[I]=g.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",i=p(n),u=y({},C,{getDisplayName:p,methodName:x,renderCountProp:E,shouldHandleStateChanges:O,storeKey:L,withRef:A,displayName:i,wrappedComponentName:n,WrappedComponent:t}),l=function(n){function l(e,t){r(this,l);var a=o(this,n.call(this,e,t));return a.version=T,a.state={},a.renderCount=0,a.store=e[L]||t[L],a.propsMode=Boolean(e[L]),a.setWrappedInstance=a.setWrappedInstance.bind(a),d()(a.store,'Could not find "'+L+'" in either the context or props of "'+i+'". Either wrap the root component in a , or explicitly pass "'+L+'" as a prop to "'+i+'".'),a.initSelector(),a.initSubscription(),a}return a(l,n),l.prototype.getChildContext=function(){var e,t=this.propsMode?null:this.subscription;return e={},e[I]=t||this.context[I],e},l.prototype.componentDidMount=function(){O&&(this.subscription.trySubscribe(),this.selector.run(this.props),this.selector.shouldComponentUpdate&&this.forceUpdate())},l.prototype.componentWillReceiveProps=function(e){this.selector.run(e)},l.prototype.shouldComponentUpdate=function(){return this.selector.shouldComponentUpdate},l.prototype.componentWillUnmount=function(){this.subscription&&this.subscription.tryUnsubscribe(),this.subscription=null,this.notifyNestedSubs=s,this.store=null,this.selector.run=s,this.selector.shouldComponentUpdate=!1},l.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},l.prototype.setWrappedInstance=function(e){this.wrappedInstance=e},l.prototype.initSelector=function(){var t=e(this.store.dispatch,u);this.selector=c(t,this.store),this.selector.run(this.props)},l.prototype.initSubscription=function(){if(O){var e=(this.propsMode?this.props:this.context)[I];this.subscription=new m.a(this.store,e,this.onStateChange.bind(this)),this.notifyNestedSubs=this.subscription.notifyNestedSubs.bind(this.subscription)}},l.prototype.onStateChange=function(){this.selector.run(this.props),this.selector.shouldComponentUpdate?(this.componentDidUpdate=this.notifyNestedSubsOnComponentDidUpdate,this.setState(v)):this.notifyNestedSubs()},l.prototype.notifyNestedSubsOnComponentDidUpdate=function(){this.componentDidUpdate=void 0,this.notifyNestedSubs()},l.prototype.isSubscribed=function(){return Boolean(this.subscription)&&this.subscription.isSubscribed()},l.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},l.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))},l}(h.Component);return l.WrappedComponent=t,l.displayName=i,l.childContextTypes=U,l.contextTypes=P,l.propTypes=P,f()(l,t)}}t.a=u;var l=n(110),f=n.n(l),p=n(29),d=n.n(p),h=n(5),m=(n.n(h),n(387)),g=n(152),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 a(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 s=n(5),c=n.n(s),u=n(11),l=n.n(u),f=n(29),p=n.n(f),d=n(56),h=Object.assign||function(e){for(var t=1;t outside a "),p()(void 0!==t,'You must specify the "to" property');var a=this.context.router.history,i="string"==typeof t?Object(d.c)(t,null,null,a.location):t,s=a.createHref(i);return c.a.createElement("a",h({},o,{onClick:this.handleClick,href:s,ref:n}))},t}(c.a.Component);g.propTypes={onClick:l.a.func,target:l.a.string,replace:l.a.bool,to:l.a.oneOfType([l.a.string,l.a.object]).isRequired,innerRef:l.a.oneOfType([l.a.string,l.a.func])},g.defaultProps={replace:!1},g.contextTypes={router:l.a.shape({history:l.a.shape({push:l.a.func.isRequired,replace:l.a.func.isRequired,createHref:l.a.func.isRequired}).isRequired}).isRequired},t.a=g},function(e,t,n){"use strict";var r=n(164);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 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 i=n(39),s=n.n(i),c=n(29),u=n.n(c),l=n(5),f=n.n(l),p=n(11),d=n.n(p),h=n(115),m=Object.assign||function(e){for(var t=1;t or withRouter() outside a ");var c=t.route,l=(r||c.location).pathname;return Object(h.a)(l,{path:o,strict:a,exact:i,sensitive:s},c.match)},t.prototype.componentWillMount=function(){s()(!(this.props.component&&this.props.render),"You should not use and in the same route; will be ignored"),s()(!(this.props.component&&this.props.children&&!g(this.props.children)),"You should not use and in the same route; will be ignored"),s()(!(this.props.render&&this.props.children&&!g(this.props.children)),"You should not use and in the same route; will be ignored")},t.prototype.componentWillReceiveProps=function(e,t){s()(!(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.'),s()(!(!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,a=this.context.router,i=a.history,s=a.route,c=a.staticContext,u=this.props.location||s.location,l={match:e,location:u,history:i,staticContext:c};return r?e?f.a.createElement(r,l):null:o?e?o(l):null:"function"==typeof n?n(l):n&&!g(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,a=0,i="",s=t&&t.delimiter||"/";null!=(n=_.exec(e));){var l=n[0],f=n[1],p=n.index;if(i+=e.slice(a,p),a=p+l.length,f)i+=f[1];else{var d=e[a],h=n[2],m=n[3],g=n[4],y=n[5],v=n[6],b=n[7];i&&(r.push(i),i="");var x=null!=h&&null!=d&&d!==h,w="+"===v||"*"===v,E="?"===v||"*"===v,R=n[2]||s,O=g||y;r.push({name:m||o++,prefix:h||"",delimiter:R,optional:E,repeat:w,partial:x,asterisk:!!b,pattern:O?u(O):b?".*":"[^"+c(R)+"]+?"})}}return a0&&void 0!==arguments[0]?arguments[0]:"/",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return"/"===e?e:s(e)(t,{pretty:!0})};t.a=c},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 a(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 s(e){return{searchTerm:e.searchTerm,style:e.style}}function c(e){return(0,m.bindActionCreators)({fetchIcons:h.fetchIcons,setSearchTerm:h.setSearchTerm,changeSideIcon:h.changeSideIcon,setSelectedIcon:h.setSelectedIcon,changeCategories:h.changeCategories},e)}Object.defineProperty(t,"__esModule",{value:!0});var u=function(){function e(e,t){for(var n=0;n0&&p.default.createElement("i",{className:"bx bx-x",onClick:this.emptySearch})))))}}]),t}(f.Component);t.default=(0,d.connect)(s,c)(x)},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 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 i(e){return"object"===m(n.m)&&e().every(function(e){return void 0!==e&&void 0!==n.m[e]})}function s(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 c(e){var t={loading:!1,loaded:{},error:null},n=[];try{Object.keys(e).forEach(function(r){var o=s(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 l(e,t){return g.createElement(u(e),t)}function f(e,t){function n(){return f||(f=e(u.loader)),f.promise}var s,c;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:l,webpack:null,modules:null},t),f=null;return _.push(n),"function"==typeof u.webpack&&v.push(function(){if(i(u.webpack))return n()}),c=s=function(t){function i(a){r(this,i);var s=o(this,t.call(this,a));return s.retry=function(){s.setState({error:null,loading:!0}),f=e(u.loader),s._loadModule()},n(),s.state={error:f.error,pastDelay:!1,timedOut:!1,loading:f.loading,loaded:f.loaded},s}return a(i,t),i.preload=function(){return n()},i.prototype.componentWillMount=function(){this._mounted=!0,this._loadModule()},i.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()})}},i.prototype.componentWillUnmount=function(){this._mounted=!1,this._clearTimeouts()},i.prototype._clearTimeouts=function(){clearTimeout(this._delay),clearTimeout(this._timeout)},i.prototype.render=function(){return this.state.loading||this.state.error?g.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},i}(g.Component),s.contextTypes={loadable:y.shape({report:y.func.isRequired})},c}function p(e){return f(s,e)}function d(e){if("function"!=typeof e.render)throw new Error("LoadableMap requires a `render(loaded, props)` function");return f(c,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 m="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},g=n(5),y=n(11),_=[],v=[];p.Map=d;var b=function(e){function t(){return r(this,t),o(this,e.apply(this,arguments))}return a(t,e),t.prototype.getChildContext=function(){return{loadable:{report:this.props.report}}},t.prototype.render=function(){return g.Children.only(this.props.children)},t}(g.Component);b.propTypes={report:y.func.isRequired},b.childContextTypes={loadable:y.shape({report:y.func.isRequired}).isRequired},p.Capture=b,p.preloadAll=function(){return new Promise(function(e,t){h(_).then(e,t)})},p.preloadReady=function(){return new Promise(function(e,t){h(v).then(e,e)})},e.exports=p},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 a(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)}Object.defineProperty(t,"__esModule",{value:!0});var s=function(){function e(e,t){for(var n=0;no;)K(e,n=r[o++],t[n]);return e},Y=function(e,t){return void 0===t?E(e):$(E(e),t)},X=function(e){var t=G.call(this,e=x(e,!0));return!(this===F&&o(N,e)&&!o(M,e))&&(!(t||!o(this,e)||!o(N,e)||o(this,U)&&this[U][e])||t)},Q=function(e,t){if(e=b(e),t=x(t,!0),e!==F||!o(N,t)||o(M,t)){var n=k(e,t);return!n||!o(N,t)||o(e,U)&&e[U][t]||(n.enumerable=!0),n}},J=function(e){for(var t,n=C(b(e)),r=[],a=0;n.length>a;)o(N,t=n[a++])||t==U||t==c||r.push(t);return r},Z=function(e){for(var t,n=e===F,r=C(n?M:b(e)),a=[],i=0;r.length>i;)!o(N,t=r[i++])||n&&!o(F,t)||a.push(N[t]);return a};z||(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===F&&t.call(M,n),o(this,U)&&o(this[U],e)&&(this[U][e]=!1),H(this,e,w(1,n))};return a&&W&&H(F,e,{configurable:!0,set:t}),V(e)},s(I.prototype,"toString",function(){return this._k}),O.f=Q,S.f=K,n(46).f=R.f=J,n(58).f=X,n(65).f=Z,a&&!n(37)&&s(F,"propertyIsEnumerable",X,!0),h.f=function(e){return V(d(e))}),i(i.G+i.W+i.F*!z,{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=L(d.store),re=0;ne.length>re;)m(ne[re++]);i(i.S+i.F*!z,"Symbol",{for:function(e){return o(D,e+="")?D[e]:D[e]=I(e)},keyFor:function(e){if(!q(e))throw TypeError(e+" is not a symbol!");for(var t in D)if(D[t]===e)return t},useSetter:function(){W=!0},useSimple:function(){W=!1}}),i(i.S+i.F*!z,"Object",{create:Y,defineProperty:K,defineProperties:$,getOwnPropertyDescriptor:Q,getOwnPropertyNames:J,getOwnPropertySymbols:Z}),T&&i(i.S+i.F*(!z||u(function(){var e=I();return"[null]"!=P([e])||"{}"!=P({a:e})||"{}"!=P(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],(v(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,P.apply(T,r)}}),I.prototype[j]||n(13)(I.prototype,j,I.prototype.valueOf),f(I,"Symbol"),f(Math,"Math",!0),f(r.JSON,"JSON",!0)},function(e,t,n){var r=n(43),o=n(65),a=n(58);e.exports=function(e){var t=r(e),n=o.f;if(n)for(var i,s=n(e),c=a.f,u=0;s.length>u;)c.call(e,i=s[u++])&&t.push(i);return t}},function(e,t,n){var r=n(0);r(r.S,"Object",{create:n(45)})},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(119)})},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(43);n(27)("keys",function(){return function(e){return o(r(e))}})},function(e,t,n){n(27)("getOwnPropertyNames",function(){return n(120).f})},function(e,t,n){var r=n(4),o=n(36).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(36).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(36).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(121)})},function(e,t,n){var r=n(0);r(r.S,"Object",{is:n(191)})},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(86).set})},function(e,t,n){"use strict";var r=n(59),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(122)})},function(e,t,n){var r=n(8).f,o=Function.prototype,a=/^\s*function ([^ (]*)/;"name"in o||n(7)&&r(o,"name",{configurable:!0,get:function(){try{return(""+this).match(a)[1]}catch(e){return""}}})},function(e,t,n){"use strict";var r=n(4),o=n(19),a=n(6)("hasInstance"),i=Function.prototype;a in i||n(8).f(i,a,{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(124);r(r.G+r.F*(parseInt!=o),{parseInt:o})},function(e,t,n){var r=n(0),o=n(125);r(r.G+r.F*(parseFloat!=o),{parseFloat:o})},function(e,t,n){"use strict";var r=n(2),o=n(16),a=n(22),i=n(88),s=n(24),c=n(3),u=n(46).f,l=n(18).f,f=n(8).f,p=n(53).trim,d=r.Number,h=d,m=d.prototype,g="Number"==a(n(45)(m)),y="trim"in String.prototype,_=function(e){var t=s(e,!1);if("string"==typeof t&&t.length>2){t=y?t.trim():p(t,3);var n,r,o,a=t.charCodeAt(0);if(43===a||45===a){if(88===(n=t.charCodeAt(2))||120===n)return NaN}else if(48===a){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 i,c=t.slice(2),u=0,l=c.length;uo)return NaN;return parseInt(c,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&&(g?c(function(){m.valueOf.call(n)}):"Number"!=a(n))?i(new h(_(t)),n,d):_(t)};for(var v,b=n(7)?u(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(","),x=0;b.length>x;x++)o(h,v=b[x])&&!o(d,v)&&f(d,v,l(h,v));d.prototype=m,m.constructor=d,n(14)(r,"Number",d)}},function(e,t,n){"use strict";var r=n(0),o=n(26),a=n(126),i=n(89),s=1..toFixed,c=Math.floor,u=[0,0,0,0,0,0],l="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=c(r/1e7)},p=function(e){for(var t=6,n=0;--t>=0;)n+=u[t],u[t]=c(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+i.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)},m=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*(!!s&&("0.000"!==8e-5.toFixed(3)||"1"!==.9.toFixed(0)||"1.25"!==1.255.toFixed(2)||"1000000000000000128"!==(0xde0b6b3a7640080).toFixed(0))||!n(3)(function(){s.call({})})),"Number",{toFixed:function(e){var t,n,r,s,c=a(this,l),u=o(e),g="",y="0";if(u<0||u>20)throw RangeError(l);if(c!=c)return"NaN";if(c<=-1e21||c>=1e21)return String(c);if(c<0&&(g="-",c=-c),c>1e-21)if(t=m(c*h(2,69,1))-69,n=t<0?c*h(2,-t,1):c/h(2,t,1),n*=4503599627370496,(t=52-t)>0){for(f(0,n),r=u;r>=7;)f(1e7,0),r-=7;for(f(h(10,r,1),0),r=t-1;r>=23;)p(1<<23),r-=23;p(1<0?(s=y.length,y=g+(s<=u?"0."+i.call("0",u-s)+y:y.slice(0,s-u)+"."+y.slice(s-u))):y=g+y,y}})},function(e,t,n){"use strict";var r=n(0),o=n(3),a=n(126),i=1..toPrecision;r(r.P+r.F*(o(function(){return"1"!==i.call(1,void 0)})||!o(function(){i.call({})})),"Number",{toPrecision:function(e){var t=a(this,"Number#toPrecision: incorrect invocation!");return void 0===e?i.call(t):i.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(127)})},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(127),a=Math.abs;r(r.S,"Number",{isSafeInteger:function(e){return o(e)&&a(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(125);r(r.S+r.F*(Number.parseFloat!=o),"Number",{parseFloat:o})},function(e,t,n){var r=n(0),o=n(124);r(r.S+r.F*(Number.parseInt!=o),"Number",{parseInt:o})},function(e,t,n){var r=n(0),o=n(128),a=Math.sqrt,i=Math.acosh;r(r.S+r.F*!(i&&710==Math.floor(i(Number.MAX_VALUE))&&i(1/0)==1/0),"Math",{acosh:function(e){return(e=+e)<1?NaN:e>94906265.62425156?Math.log(e)+Math.LN2:o(e-1+a(e-1)*a(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),a=Math.asinh;o(o.S+o.F*!(a&&1/a(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(90);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(91);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(129)})},function(e,t,n){var r=n(0),o=Math.abs;r(r.S,"Math",{hypot:function(e,t){for(var n,r,a=0,i=0,s=arguments.length,c=0;i0?(r=n/c,a+=r*r):a+=n;return c===1/0?1/0:c*Math.sqrt(a)}})},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,a=65535&r;return 0|o*a+((65535&n>>>16)*a+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(128)})},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(90)})},function(e,t,n){var r=n(0),o=n(91),a=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:(a(e-1)-a(-e-1))*(Math.E/2)}})},function(e,t,n){var r=n(0),o=n(91),a=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)/(a(e)+a(-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(44),a=String.fromCharCode,i=String.fromCodePoint;r(r.S+r.F*(!!i&&1!=i.length),"String",{fromCodePoint:function(e){for(var t,n=[],r=arguments.length,i=0;r>i;){if(t=+arguments[i++],o(t,1114111)!==t)throw RangeError(t+" is not a valid code point");n.push(t<65536?a(t):a(55296+((t-=65536)>>10),t%1024+56320))}return n.join("")}})},function(e,t,n){var r=n(0),o=n(17),a=n(9);r(r.S,"String",{raw:function(e){for(var t=o(e.raw),n=a(t.length),r=arguments.length,i=[],s=0;n>s;)i.push(String(t[s++])),s=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(92)(!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),a=n(95),i="".endsWith;r(r.P+r.F*n(96)("endsWith"),"String",{endsWith:function(e){var t=a(this,e,"endsWith"),n=arguments.length>1?arguments[1]:void 0,r=o(t.length),s=void 0===n?r:Math.min(o(n),r),c=String(e);return i?i.call(t,c,s):t.slice(s-c.length,s)===c}})},function(e,t,n){"use strict";var r=n(0),o=n(95);r(r.P+r.F*n(96)("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(89)})},function(e,t,n){"use strict";var r=n(0),o=n(9),a=n(95),i="".startsWith;r(r.P+r.F*n(96)("startsWith"),"String",{startsWith:function(e){var t=a(this,e,"startsWith"),n=o(Math.min(arguments.length>1?arguments[1]:void 0,t.length)),r=String(e);return i?i.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),a=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=a(t);return"number"!=typeof n||isFinite(n)?t.toISOString():null}})},function(e,t,n){var r=n(0),o=n(253);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,a=Date.prototype.toISOString,i=function(e){return e>9?e:"0"+e};e.exports=r(function(){return"0385-07-25T07:06:39.999Z"!=a.call(new Date(-5e13-1))})||!r(function(){a.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)+"-"+i(e.getUTCMonth()+1)+"-"+i(e.getUTCDate())+"T"+i(e.getUTCHours())+":"+i(e.getUTCMinutes())+":"+i(e.getUTCSeconds())+"."+(n>99?n:"0"+i(n))+"Z"}:a},function(e,t,n){var r=Date.prototype,o=r.toString,a=r.getTime;new Date(NaN)+""!="Invalid Date"&&n(14)(r,"toString",function(){var e=a.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(256))},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(66)})},function(e,t,n){"use strict";var r=n(21),o=n(0),a=n(10),i=n(130),s=n(97),c=n(9),u=n(98),l=n(99);o(o.S+o.F*!n(68)(function(e){Array.from(e)}),"Array",{from:function(e){var t,n,o,f,p=a(e),d="function"==typeof this?this:Array,h=arguments.length,m=h>1?arguments[1]:void 0,g=void 0!==m,y=0,_=l(p);if(g&&(m=r(m,h>2?arguments[2]:void 0,2)),void 0==_||d==Array&&s(_))for(t=c(p.length),n=new d(t);t>y;y++)u(n,y,g?m(p[y],y):p[y]);else for(f=_.call(p),n=new d;!(o=f.next()).done;y++)u(n,y,g?i(f,m,[o.value,y],!0):o.value);return n.length=y,n}})},function(e,t,n){"use strict";var r=n(0),o=n(98);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),a=[].join;r(r.P+r.F*(n(57)!=Object||!n(23)(a)),"Array",{join:function(e){return a.call(o(this),void 0===e?",":e)}})},function(e,t,n){"use strict";var r=n(0),o=n(85),a=n(22),i=n(44),s=n(9),c=[].slice;r(r.P+r.F*n(3)(function(){o&&c.call(o)}),"Array",{slice:function(e,t){var n=s(this.length),r=a(this);if(t=void 0===t?n:t,"Array"==r)return c.call(this,e,t);for(var o=i(e,n),u=i(t,n),l=s(u-o),f=new Array(l),p=0;p1&&(r=Math.min(r,a(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(132)}),n(38)("copyWithin")},function(e,t,n){var r=n(0);r(r.P,"Array",{fill:n(101)}),n(38)("fill")},function(e,t,n){"use strict";var r=n(0),o=n(28)(5),a=!0;"find"in[]&&Array(1).find(function(){a=!1}),r(r.P+r.F*a,"Array",{find:function(e){return o(this,e,arguments.length>1?arguments[1]:void 0)}}),n(38)("find")},function(e,t,n){"use strict";var r=n(0),o=n(28)(6),a="findIndex",i=!0;a in[]&&Array(1)[a](function(){i=!1}),r(r.P+r.F*i,"Array",{findIndex:function(e){return o(this,e,arguments.length>1?arguments[1]:void 0)}}),n(38)(a)},function(e,t,n){n(47)("Array")},function(e,t,n){var r=n(2),o=n(88),a=n(8).f,i=n(46).f,s=n(67),c=n(69),u=r.RegExp,l=u,f=u.prototype,p=/a/g,d=/a/g,h=new u(p)!==p;if(n(7)&&(!h||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=s(e),a=void 0===t;return!n&&r&&e.constructor===u&&a?e:o(h?new l(r&&!a?e.source:e,t):l((r=e instanceof u)?e.source:e,r&&a?c.call(e):t),n?this:f,u)};for(var m=i(l),g=0;m.length>g;)!function(e){e in u||a(u,e,{configurable:!0,get:function(){return l[e]},set:function(t){l[e]=t}})}(m[g++]);f.constructor=u,u.prototype=f,n(14)(r,"RegExp",u)}n(47)("RegExp")},function(e,t,n){"use strict";n(134);var r=n(1),o=n(69),a=n(7),i=/./.toString,s=function(e){n(14)(RegExp.prototype,"toString",e,!0)};n(3)(function(){return"/a/b"!=i.call({source:"a",flags:"b"})})?s(function(){var e=r(this);return"/".concat(e.source,"/","flags"in e?e.flags:!a&&e instanceof RegExp?o.call(e):void 0)}):"toString"!=i.name&&s(function(){return i.call(this)})},function(e,t,n){n(70)("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(70)("replace",2,function(e,t,n){return[function(r,o){"use strict";var a=e(this),i=void 0==r?void 0:r[t];return void 0!==i?i.call(r,a,o):n.call(String(a),r,o)},n]})},function(e,t,n){n(70)("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(70)("split",2,function(e,t,r){"use strict";var o=n(67),a=r,i=[].push,s="length";if("c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1)[s]||2!="ab".split(/(?:ab)*/)[s]||4!=".".split(/(.?)(.?)/)[s]||".".split(/()()/)[s]>1||"".split(/.?/)[s]){var c=void 0===/()??/.exec("")[1];r=function(e,t){var n=String(this);if(void 0===e&&0===t)return[];if(!o(e))return a.call(n,e,t);var r,u,l,f,p,d=[],h=(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.unicode?"u":"")+(e.sticky?"y":""),m=0,g=void 0===t?4294967295:t>>>0,y=new RegExp(e.source,h+"g");for(c||(r=new RegExp("^"+y.source+"$(?!\\s)",h));(u=y.exec(n))&&!((l=u.index+u[0][s])>m&&(d.push(n.slice(m,u.index)),!c&&u[s]>1&&u[0].replace(r,function(){for(p=1;p1&&u.index=g));)y.lastIndex===u.index&&y.lastIndex++;return m===n[s]?!f&&y.test("")||d.push(""):d.push(n.slice(m)),d[s]>g?d.slice(0,g):d}}else"0".split(void 0,0)[s]&&(r=function(e,t){return void 0===e&&0===t?[]:a.call(this,e,t)});return[function(n,o){var a=e(this),i=void 0==n?void 0:n[t];return void 0!==i?i.call(n,a,o):r.call(String(a),n,o)},r]})},function(e,t,n){"use strict";var r,o,a,i,s=n(37),c=n(2),u=n(21),l=n(59),f=n(0),p=n(4),d=n(12),h=n(48),m=n(49),g=n(71),y=n(103).set,_=n(104)(),v=n(105),b=n(135),x=n(72),w=n(136),E=c.TypeError,R=c.process,O=R&&R.versions,S=O&&O.v8||"",L=c.Promise,k="process"==l(R),A=function(){},C=o=v.f,I=!!function(){try{var e=L.resolve(1),t=(e.constructor={})[n(6)("species")]=function(e){e(A,A)};return(k||"function"==typeof PromiseRejectionEvent)&&e.then(A)instanceof t&&0!==S.indexOf("6.6")&&-1===x.indexOf("Chrome/66")}catch(e){}}(),T=function(e){var t;return!(!p(e)||"function"!=typeof(t=e.then))&&t},P=function(e,t){if(!e._n){e._n=!0;var n=e._c;_(function(){for(var r=e._v,o=1==e._s,a=0;n.length>a;)!function(t){var n,a,i,s=o?t.ok:t.fail,c=t.resolve,u=t.reject,l=t.domain;try{s?(o||(2==e._h&&G(e),e._h=1),!0===s?n=r:(l&&l.enter(),n=s(r),l&&(l.exit(),i=!0)),n===t.promise?u(E("Promise-chain cycle")):(a=T(n))?a.call(n,c,u):c(n)):u(r)}catch(e){l&&!i&&l.exit(),u(e)}}(n[a++]);e._c=[],e._n=!1,t&&!e._h&&U(e)})}},U=function(e){y.call(c,function(){var t,n,r,o=e._v,a=j(e);if(a&&(t=b(function(){k?R.emit("unhandledRejection",o,e):(n=c.onunhandledrejection)?n({promise:e,reason:o}):(r=c.console)&&r.error&&r.error("Unhandled promise rejection",o)}),e._h=k||j(e)?2:1),e._a=void 0,a&&t.e)throw t.v})},j=function(e){return 1!==e._h&&0===(e._a||e._c).length},G=function(e){y.call(c,function(){var t;k?R.emit("rejectionHandled",e):(t=c.onrejectionhandled)&&t({promise:e,reason:e._v})})},D=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()),P(t,!0))},N=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=T(e))?_(function(){var r={_w:n,_d:!1};try{t.call(e,u(N,r,1),u(D,r,1))}catch(e){D.call(r,e)}}):(n._v=e,n._s=1,P(n,!1))}catch(e){D.call({_w:n,_d:!1},e)}}};I||(L=function(e){h(this,L,"Promise","_h"),d(e),r.call(this);try{e(u(N,this,1),u(D,this,1))}catch(e){D.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(50)(L.prototype,{then:function(e,t){var n=C(g(this,L));return n.ok="function"!=typeof e||e,n.fail="function"==typeof t&&t,n.domain=k?R.domain:void 0,this._c.push(n),this._a&&this._a.push(n),this._s&&P(this,!1),n.promise},catch:function(e){return this.then(void 0,e)}}),a=function(){var e=new r;this.promise=e,this.resolve=u(N,e,1),this.reject=u(D,e,1)},v.f=C=function(e){return e===L||e===i?new a(e):o(e)}),f(f.G+f.W+f.F*!I,{Promise:L}),n(52)(L,"Promise"),n(47)("Promise"),i=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*(s||!I),"Promise",{resolve:function(e){return w(s&&this===i?L:this,e)}}),f(f.S+f.F*!(I&&n(68)(function(e){L.all(e).catch(A)})),"Promise",{all:function(e){var t=this,n=C(t),r=n.resolve,o=n.reject,a=b(function(){var n=[],a=0,i=1;m(e,!1,function(e){var s=a++,c=!1;n.push(void 0),i++,t.resolve(e).then(function(e){c||(c=!0,n[s]=e,--i||r(n))},o)}),--i||r(n)});return a.e&&o(a.v),n.promise},race:function(e){var t=this,n=C(t),r=n.reject,o=b(function(){m(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(141),o=n(55);n(73)("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(74),a=n(106),i=n(1),s=n(44),c=n(9),u=n(4),l=n(2).ArrayBuffer,f=n(71),p=a.ArrayBuffer,d=a.DataView,h=o.ABV&&l.isView,m=p.prototype.slice,g=o.VIEW;r(r.G+r.W+r.F*(l!==p),{ArrayBuffer:p}),r(r.S+r.F*!o.CONSTR,"ArrayBuffer",{isView:function(e){return h&&h(e)||u(e)&&g 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!==m&&void 0===t)return m.call(i(this),e);for(var n=i(this).byteLength,r=s(e,n),o=s(void 0===t?n:t,n),a=new(f(this,p))(c(o-r)),u=new d(this),l=new d(a),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 a(e)}})},function(e,t,n){function r(e,t){var n,s,l=arguments.length<3?e:arguments[2];return u(e)===l?e[t]:(n=o.f(e,t))?i(n,"value")?n.value:void 0!==n.get?n.get.call(l):void 0:c(s=a(e))?r(s,t,l):void 0}var o=n(18),a=n(19),i=n(16),s=n(0),c=n(4),u=n(1);s(s.S,"Reflect",{get:r})},function(e,t,n){var r=n(18),o=n(0),a=n(1);o(o.S,"Reflect",{getOwnPropertyDescriptor:function(e,t){return r.f(a(e),t)}})},function(e,t,n){var r=n(0),o=n(19),a=n(1);r(r.S,"Reflect",{getPrototypeOf:function(e){return o(a(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),a=Object.isExtensible;r(r.S,"Reflect",{isExtensible:function(e){return o(e),!a||a(e)}})},function(e,t,n){var r=n(0);r(r.S,"Reflect",{ownKeys:n(143)})},function(e,t,n){var r=n(0),o=n(1),a=Object.preventExtensions;r(r.S,"Reflect",{preventExtensions:function(e){o(e);try{return a&&a(e),!0}catch(e){return!1}}})},function(e,t,n){function r(e,t,n){var c,p,d=arguments.length<4?e:arguments[3],h=a.f(l(e),t);if(!h){if(f(p=i(e)))return r(p,t,n,d);h=u(0)}if(s(h,"value")){if(!1===h.writable||!f(d))return!1;if(c=a.f(d,t)){if(c.get||c.set||!1===c.writable)return!1;c.value=n,o.f(d,t,c)}else o.f(d,t,u(0,n));return!0}return void 0!==h.set&&(h.set.call(d,n),!0)}var o=n(8),a=n(18),i=n(19),s=n(16),c=n(0),u=n(41),l=n(1),f=n(4);c(c.S,"Reflect",{set:r})},function(e,t,n){var r=n(0),o=n(86);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(64)(!0);r(r.P,"Array",{includes:function(e){return o(this,e,arguments.length>1?arguments[1]:void 0)}}),n(38)("includes")},function(e,t,n){"use strict";var r=n(0),o=n(144),a=n(10),i=n(9),s=n(12),c=n(100);r(r.P,"Array",{flatMap:function(e){var t,n,r=a(this);return s(e),t=i(r.length),n=c(r,0),o(n,r,r,t,0,1,e,arguments[1]),n}}),n(38)("flatMap")},function(e,t,n){"use strict";var r=n(0),o=n(144),a=n(10),i=n(9),s=n(26),c=n(100);r(r.P,"Array",{flatten:function(){var e=arguments[0],t=a(this),n=i(t.length),r=c(t,0);return o(r,t,t,n,0,void 0===e?1:s(e)),r}}),n(38)("flatten")},function(e,t,n){"use strict";var r=n(0),o=n(92)(!0);r(r.P,"String",{at:function(e){return o(this,e)}})},function(e,t,n){"use strict";var r=n(0),o=n(145),a=n(72);r(r.P+r.F*/Version\/10\.\d+(\.\d+)? Safari\//.test(a),"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(145),a=n(72);r(r.P+r.F*/Version\/10\.\d+(\.\d+)? Safari\//.test(a),"String",{padEnd:function(e){return o(this,e,arguments.length>1?arguments[1]:void 0,!1)}})},function(e,t,n){"use strict";n(53)("trimLeft",function(e){return function(){return e(this,1)}},"trimStart")},function(e,t,n){"use strict";n(53)("trimRight",function(e){return function(){return e(this,2)}},"trimEnd")},function(e,t,n){"use strict";var r=n(0),o=n(25),a=n(9),i=n(67),s=n(69),c=RegExp.prototype,u=function(e,t){this._r=e,this._s=t};n(94)(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),!i(e))throw TypeError(e+" is not a regexp!");var t=String(this),n="flags"in c?String(e.flags):s.call(e),r=new RegExp(e.source,~n.indexOf("g")?n:"g"+n);return r.lastIndex=a(e.lastIndex),new u(r,t)}})},function(e,t,n){n(82)("asyncIterator")},function(e,t,n){n(82)("observable")},function(e,t,n){var r=n(0),o=n(143),a=n(17),i=n(18),s=n(98);r(r.S,"Object",{getOwnPropertyDescriptors:function(e){for(var t,n,r=a(e),c=i.f,u=o(r),l={},f=0;u.length>f;)void 0!==(n=c(r,t=u[f++]))&&s(l,t,n);return l}})},function(e,t,n){var r=n(0),o=n(146)(!1);r(r.S,"Object",{values:function(e){return o(e)}})},function(e,t,n){var r=n(0),o=n(146)(!0);r(r.S,"Object",{entries:function(e){return o(e)}})},function(e,t,n){"use strict";var r=n(0),o=n(10),a=n(12),i=n(8);n(7)&&r(r.P+n(75),"Object",{__defineGetter__:function(e,t){i.f(o(this),e,{get:a(t),enumerable:!0,configurable:!0})}})},function(e,t,n){"use strict";var r=n(0),o=n(10),a=n(12),i=n(8);n(7)&&r(r.P+n(75),"Object",{__defineSetter__:function(e,t){i.f(o(this),e,{set:a(t),enumerable:!0,configurable:!0})}})},function(e,t,n){"use strict";var r=n(0),o=n(10),a=n(24),i=n(19),s=n(18).f;n(7)&&r(r.P+n(75),"Object",{__lookupGetter__:function(e){var t,n=o(this),r=a(e,!0);do{if(t=s(n,r))return t.get}while(n=i(n))}})},function(e,t,n){"use strict";var r=n(0),o=n(10),a=n(24),i=n(19),s=n(18).f;n(7)&&r(r.P+n(75),"Object",{__lookupSetter__:function(e){var t,n=o(this),r=a(e,!0);do{if(t=s(n,r))return t.set}while(n=i(n))}})},function(e,t,n){var r=n(0);r(r.P+r.R,"Map",{toJSON:n(147)("Map")})},function(e,t,n){var r=n(0);r(r.P+r.R,"Set",{toJSON:n(147)("Set")})},function(e,t,n){n(76)("Map")},function(e,t,n){n(76)("Set")},function(e,t,n){n(76)("WeakMap")},function(e,t,n){n(76)("WeakSet")},function(e,t,n){n(77)("Map")},function(e,t,n){n(77)("Set")},function(e,t,n){n(77)("WeakMap")},function(e,t,n){n(77)("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(149),a=n(129);r(r.S,"Math",{fscale:function(e,t,n,r,i){return a(o(e,t,n,r,i))}})},function(e,t,n){var r=n(0);r(r.S,"Math",{iaddh:function(e,t,n,r){var o=e>>>0,a=t>>>0,i=n>>>0;return a+(r>>>0)+((o&i|(o|i)&~(o+i>>>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,a=t>>>0,i=n>>>0;return a-(r>>>0)-((~o&i|~(o^i)&o-i>>>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,a=65535&r,i=n>>16,s=r>>16,c=(i*a>>>0)+(o*a>>>16);return i*s+(c>>16)+((o*s>>>0)+(65535&c)>>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(149)})},function(e,t,n){var r=n(0);r(r.S,"Math",{umulh:function(e,t){var n=+e,r=+t,o=65535&n,a=65535&r,i=n>>>16,s=r>>>16,c=(i*a>>>0)+(o*a>>>16);return i*s+(c>>>16)+((o*s>>>0)+(65535&c)>>>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),a=n(2),i=n(71),s=n(136);r(r.P+r.R,"Promise",{finally:function(e){var t=i(this,o.Promise||a.Promise),n="function"==typeof e;return this.then(n?function(n){return s(t,e()).then(function(){return n})}:e,n?function(n){return s(t,e()).then(function(){throw n})}:e)}})},function(e,t,n){"use strict";var r=n(0),o=n(105),a=n(135);r(r.S,"Promise",{try:function(e){var t=o.f(this),n=a(e);return(n.e?t.reject:t.resolve)(n.v),t.promise}})},function(e,t,n){var r=n(34),o=n(1),a=r.key,i=r.set;r.exp({defineMetadata:function(e,t,n,r){i(e,t,o(n),a(r))}})},function(e,t,n){var r=n(34),o=n(1),a=r.key,i=r.map,s=r.store;r.exp({deleteMetadata:function(e,t){var n=arguments.length<3?void 0:a(arguments[2]),r=i(o(t),n,!1);if(void 0===r||!r.delete(e))return!1;if(r.size)return!0;var c=s.get(t);return c.delete(n),!!c.size||s.delete(t)}})},function(e,t,n){var r=n(34),o=n(1),a=n(19),i=r.has,s=r.get,c=r.key,u=function(e,t,n){if(i(e,t,n))return s(e,t,n);var r=a(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:c(arguments[2]))}})},function(e,t,n){var r=n(139),o=n(148),a=n(34),i=n(1),s=n(19),c=a.keys,u=a.key,l=function(e,t){var n=c(e,t),a=s(e);if(null===a)return n;var i=l(a,t);return i.length?n.length?o(new r(n.concat(i))):i:n};a.exp({getMetadataKeys:function(e){return l(i(e),arguments.length<2?void 0:u(arguments[1]))}})},function(e,t,n){var r=n(34),o=n(1),a=r.get,i=r.key;r.exp({getOwnMetadata:function(e,t){return a(e,o(t),arguments.length<3?void 0:i(arguments[2]))}})},function(e,t,n){var r=n(34),o=n(1),a=r.keys,i=r.key;r.exp({getOwnMetadataKeys:function(e){return a(o(e),arguments.length<2?void 0:i(arguments[1]))}})},function(e,t,n){var r=n(34),o=n(1),a=n(19),i=r.has,s=r.key,c=function(e,t,n){if(i(e,t,n))return!0;var r=a(t);return null!==r&&c(e,r,n)};r.exp({hasMetadata:function(e,t){return c(e,o(t),arguments.length<3?void 0:s(arguments[2]))}})},function(e,t,n){var r=n(34),o=n(1),a=r.has,i=r.key;r.exp({hasOwnMetadata:function(e,t){return a(e,o(t),arguments.length<3?void 0:i(arguments[2]))}})},function(e,t,n){var r=n(34),o=n(1),a=n(12),i=r.key,s=r.set;r.exp({metadata:function(e,t){return function(n,r){s(e,t,(void 0!==r?o:a)(n),i(r))}}})},function(e,t,n){var r=n(0),o=n(104)(),a=n(2).process,i="process"==n(22)(a);r(r.G,{asap:function(e){var t=i&&a.domain;o(t?t.bind(e):e)}})},function(e,t,n){"use strict";var r=n(0),o=n(2),a=n(20),i=n(104)(),s=n(6)("observable"),c=n(12),u=n(1),l=n(48),f=n(50),p=n(13),d=n(49),h=d.RETURN,m=function(e){return null==e?void 0:c(e)},g=function(e){var t=e._c;t&&(e._c=void 0,t())},y=function(e){return void 0===e._o},_=function(e){y(e)||(e._o=void 0,g(e))},v=function(e,t){u(e),this._c=void 0,this._o=e,e=new b(this);try{var n=t(e),r=n;null!=n&&("function"==typeof n.unsubscribe?n=function(){r.unsubscribe()}:c(n),this._c=n)}catch(t){return void e.error(t)}y(this)&&g(this)};v.prototype=f({},{unsubscribe:function(){_(this)}});var b=function(e){this._s=e};b.prototype=f({},{next:function(e){var t=this._s;if(!y(t)){var n=t._o;try{var r=m(n.next);if(r)return r.call(n,e)}catch(e){try{_(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=m(n.error);if(!r)throw e;e=r.call(n,e)}catch(e){try{g(t)}finally{throw e}}return g(t),e},complete:function(e){var t=this._s;if(!y(t)){var n=t._o;t._o=void 0;try{var r=m(n.complete);e=r?r.call(n,e):void 0}catch(e){try{g(t)}finally{throw e}}return g(t),e}}});var x=function(e){l(this,x,"Observable","_f")._f=c(e)};f(x.prototype,{subscribe:function(e){return new v(e,this._f)},forEach:function(e){var t=this;return new(a.Promise||o.Promise)(function(n,r){c(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=m(u(e)[s]);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 i(function(){if(!n){try{if(d(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&&i.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*s,{setTimeout:c(r.setTimeout),setInterval:c(r.setInterval)})},function(e,t,n){var r=n(0),o=n(103);r(r.G+r.B,{setImmediate:o.set,clearImmediate:o.clear})},function(e,t,n){for(var r=n(102),o=n(43),a=n(14),i=n(2),s=n(13),c=n(54),u=n(6),l=u("iterator"),f=u("toStringTag"),p=c.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},h=o(d),m=0;m=0;--r){var o=this.tryEntries[r],a=o.completion;if("root"===o.tryLoc)return t("end");if(o.tryLoc<=this.prev){var i=_.call(o,"catchLoc"),s=_.call(o,"finallyLoc");if(i&&s){if(this.prev=0;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&_.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:h(e),resultName:t,nextLoc:n},"next"===this.method&&(this.arg=g),A}}}("object"==typeof t?t:"object"==typeof window?window:"object"==typeof self?self:this)}).call(t,n(62))},function(e,t,n){n(372),e.exports=n(20).RegExp.escape},function(e,t,n){var r=n(0),o=n(373)(/[\\^$*+?.()|[\]{}]/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),a=r(o),i=n(376),s=n(51),c=n(408),u=r(c),l=n(40),f=n(409),p=r(f),d=n(35),h=n(441),m=r(h),g=(0,l.createStore)(p.default,(0,l.compose)((0,l.applyMiddleware)(u.default)));(0,i.render)(a.default.createElement(s.Provider,{store:g},a.default.createElement(d.BrowserRouter,null,a.default.createElement(m.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;rN.length&&N.push(e)}function p(e,t,n,o){var a=typeof e;"undefined"!==a&&"boolean"!==a||(e=null);var i=!1;if(null===e)i=!0;else switch(a){case"string":case"number":i=!0;break;case"object":switch(e.$$typeof){case w:case E:i=!0}}if(i)return n(o,e,""===t?"."+d(e,0):t),1;if(i=0,t=""===t?".":t+":",Array.isArray(e))for(var s=0;sthis.eventPool.length&&this.eventPool.push(e)}function M(e){e.eventPool=[],e.getPooled=G,e.release=j}function F(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 z(e){return e=e.detail,"object"==typeof e&&"data"in e?e.data:null}function B(e,t){switch(e){case"compositionend":return z(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 W(e,t){if(Co)return"compositionend"===e||!Eo&&F(e,t)?(e=U(),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 pe(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 fe(e){return e[1].toUpperCase()}function de(e,t,n,r){var o=ta.hasOwnProperty(t)?ta[t]:null;(null!==o?0===o.type:!r&&(2Aa.length&&Aa.push(e)}}}function Ve(e){return Object.prototype.hasOwnProperty.call(e,Ua)||(e[Ua]=Pa++,Ia[e[Ua]]={}),Ia[e[Ua]]}function Ke(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function $e(e,t){var n=Ke(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=Ke(n)}}function Ye(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&("input"===t&&"text"===e.type||"textarea"===t||"true"===e.contentEditable)}function Qe(e,t){if(Fa||null==Ga||Ga!==jr())return null;var n=Ga;return"selectionStart"in n&&Ye(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,Ma&&Mr(Ma,n)?null:(Ma=n,e=D.getPooled(Da.select,ja,e,t),e.type="select",e.target=Ga,A(e),e)}function Xe(e){var t="";return Ur.Children.forEach(e,function(e){null==e||"string"!=typeof e&&"number"!=typeof e||(t+=e)}),t}function Je(e,t){return e=Dr({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 at(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 it(e,t){return null==e||"http://www.w3.org/1999/xhtml"===e?at(t):"http://www.w3.org/2000/svg"===e&&"foreignObject"===t?"http://www.w3.org/1999/xhtml":e}function st(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 ct(e,t){e=e.style;for(var n in t)if(t.hasOwnProperty(n)){var r=0===n.indexOf("--"),o=n,a=t[n];o=null==a||"boolean"==typeof a||""===a?"":r||"number"!=typeof a||0===a||ui.hasOwnProperty(o)&&ui[o]?(""+a).trim():a+"px","float"===n&&(n="cssFloat"),r?e.setProperty(n,o):e[n]=o}}function ut(e,t,n){t&&(pi[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 lt(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 pt(e,t){e=9===e.nodeType||11===e.nodeType?e:e.ownerDocument;var n=Ve(e);t=$r[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 ht(e,t,n,r){var o=lt(t,n);switch(t){case"iframe":case"object":Be("load",e);var a=n;break;case"video":case"audio":for(a=0;abi||(e.current=vi[bi],vi[bi]=null,bi--)}function Ot(e,t){bi++,vi[bi]=e.current,e.current=t}function St(e){return Lt(e)?Ei:xi.current}function kt(e,t){var n=e.type.contextTypes;if(!n)return zr;var r=e.stateNode;if(r&&r.__reactInternalMemoizedUnmaskedChildContext===t)return r.__reactInternalMemoizedMaskedChildContext;var o,a={};for(o in n)a[o]=t[o];return r&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=a),a}function Lt(e){return 2===e.tag&&null!=e.type.childContextTypes}function At(e){Lt(e)&&(Rt(wi,e),Rt(xi,e))}function Ct(e){Rt(wi,e),Rt(xi,e)}function Tt(e,t,n){xi.current!==zr&&r("168"),Ot(xi,t,e),Ot(wi,n,e)}function It(e,t){var n=e.stateNode,o=e.type.childContextTypes;if("function"!=typeof n.getChildContext)return t;n=n.getChildContext();for(var a in n)a in o||r("108",ie(e)||"Unknown",a);return Dr({},t,n)}function Pt(e){if(!Lt(e))return!1;var t=e.stateNode;return t=t&&t.__reactInternalMemoizedMergedChildContext||zr,Ei=xi.current,Ot(xi,t,e),Ot(wi,wi.current,e),!0}function Ut(e,t){var n=e.stateNode;if(n||r("169"),t){var o=It(e,Ei);n.__reactInternalMemoizedMergedChildContext=o,Rt(wi,e),Rt(xi,e),Ot(xi,o,e)}else Rt(wi,e);Ot(wi,t,e)}function Nt(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 Dt(e,t,n){var r=e.alternate;return null===r?(r=new Nt(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,a=e.key;if(e=e.props,"function"==typeof o)var i=o.prototype&&o.prototype.isReactComponent?2:0;else if("string"==typeof o)i=5;else switch(o){case Wo:return jt(e.children,t,n,a);case $o:i=11,t|=3;break;case Ho:i=11,t|=2;break;case qo:return o=new Nt(15,e,a,4|t),o.type=qo,o.expirationTime=n,o;case Qo:i=16,t|=2;break;default:e:{switch("object"==typeof o&&null!==o?o.$$typeof:null){case Vo:i=13;break e;case Ko:i=12;break e;case Yo:i=14;break e;default:r("130",null==o?o:typeof o,"")}i=void 0}}return t=new Nt(i,e,a,t),t.type=o,t.expirationTime=n,t}function jt(e,t,n,r){return e=new Nt(10,e,r,t),e.expirationTime=n,e}function Mt(e,t,n){return e=new Nt(6,e,null,t),e.expirationTime=n,e}function Ft(e,t,n){return t=new Nt(4,null!==e.children?e.children:[],e.key,t),t.expirationTime=n,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function zt(e,t,n){return t=new Nt(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 Wt(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);Ri=Bt(function(e){return t.onCommitFiberRoot(n,e)}),Oi=Bt(function(e){return t.onCommitFiberUnmount(n,e)})}catch(e){}return!0}function Ht(e){"function"==typeof Ri&&Ri(e)}function qt(e){"function"==typeof Oi&&Oi(e)}function Vt(e){return{expirationTime:0,baseState:e,firstUpdate:null,lastUpdate:null,firstCapturedUpdate:null,lastCapturedUpdate:null,firstEffect:null,lastEffect:null,firstCapturedEffect:null,lastCapturedEffect:null}}function Kt(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 $t(e){return{expirationTime:e,tag:0,payload:null,callback:null,next:null,nextEffect:null}}function Yt(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 Qt(e,t,n){var r=e.alternate;if(null===r){var o=e.updateQueue,a=null;null===o&&(o=e.updateQueue=Vt(e.memoizedState))}else o=e.updateQueue,a=r.updateQueue,null===o?null===a?(o=e.updateQueue=Vt(e.memoizedState),a=r.updateQueue=Vt(r.memoizedState)):o=e.updateQueue=Kt(a):null===a&&(a=r.updateQueue=Kt(o));null===a||o===a?Yt(o,t,n):null===o.lastUpdate||null===a.lastUpdate?(Yt(o,t,n),Yt(a,t,n)):(Yt(o,t,n),a.lastUpdate=t)}function Xt(e,t,n){var r=e.updateQueue;r=null===r?e.updateQueue=Vt(e.memoizedState):Jt(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 Jt(e,t){var n=e.alternate;return null!==n&&t===n.updateQueue&&(t=e.updateQueue=Kt(t)),t}function Zt(e,t,n,r,o,a){switch(n.tag){case 1:return e=n.payload,"function"==typeof e?e.call(a,r,o):e;case 3:e.effectTag=-1025&e.effectTag|64;case 0:if(e=n.payload,null===(o="function"==typeof e?e.call(a,r,o):e)||void 0===o)break;return Dr({},r,o);case 2:Si=!0}return r}function en(e,t,n,r,o){if(Si=!1,!(0===t.expirationTime||t.expirationTime>o)){t=Jt(e,t);for(var a=t.baseState,i=null,s=0,c=t.firstUpdate,u=a;null!==c;){var l=c.expirationTime;l>o?(null===i&&(i=c,a=u),(0===s||s>l)&&(s=l)):(u=Zt(e,t,c,u,n,r),null!==c.callback&&(e.effectTag|=32,c.nextEffect=null,null===t.lastEffect?t.firstEffect=t.lastEffect=c:(t.lastEffect.nextEffect=c,t.lastEffect=c))),c=c.next}for(l=null,c=t.firstCapturedUpdate;null!==c;){var p=c.expirationTime;p>o?(null===l&&(l=c,null===i&&(a=u)),(0===s||s>p)&&(s=p)):(u=Zt(e,t,c,u,n,r),null!==c.callback&&(e.effectTag|=32,c.nextEffect=null,null===t.lastCapturedEffect?t.firstCapturedEffect=t.lastCapturedEffect=c:(t.lastCapturedEffect.nextEffect=c,t.lastCapturedEffect=c))),c=c.next}null===i&&(t.lastUpdate=null),null===l?t.lastCapturedUpdate=null:e.effectTag|=32,null===i&&null===l&&(a=u),t.baseState=a,t.firstUpdate=i,t.firstCapturedUpdate=l,t.expirationTime=s,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:se(t)}}function on(e){var t=e.type._context;Ot(Ai,t._changedBits,e),Ot(Li,t._currentValue,e),Ot(ki,e,e),t._currentValue=e.pendingProps.value,t._changedBits=e.stateNode}function an(e){var t=Ai.current,n=Li.current;Rt(ki,e),Rt(Li,e),Rt(Ai,e),e=e.type._context,e._currentValue=n,e._changedBits=t}function sn(e){return e===Ci&&r("174"),e}function cn(e,t){Ot(Pi,t,e),Ot(Ii,e,e),Ot(Ti,Ci,e);var n=t.nodeType;switch(n){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:it(null,"");break;default:n=8===n?t.parentNode:t,t=n.namespaceURI||null,n=n.tagName,t=it(t,n)}Rt(Ti,e),Ot(Ti,t,e)}function un(e){Rt(Ti,e),Rt(Ii,e),Rt(Pi,e)}function ln(e){Ii.current===e&&(Rt(Ti,e),Rt(Ii,e))}function pn(e,t,n){var r=e.memoizedState;t=t(n,r),r=null===t||void 0===t?r:Dr({},r,t),e.memoizedState=r,null!==(e=e.updateQueue)&&0===e.expirationTime&&(e.baseState=r)}function fn(e,t,n,r,o,a){var i=e.stateNode;return e=e.type,"function"==typeof i.shouldComponentUpdate?i.shouldComponentUpdate(n,o,a):!e.prototype||!e.prototype.isPureReactComponent||(!Mr(t,n)||!Mr(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&&Ui.enqueueReplaceState(t,t.state,null)}function hn(e,t){var n=e.type,r=e.stateNode,o=e.pendingProps,a=St(e);r.props=o,r.state=e.memoizedState,r.refs=zr,r.context=kt(e,a),a=e.updateQueue,null!==a&&(en(e,a,o,r,t),r.state=e.memoizedState),a=e.type.getDerivedStateFromProps,"function"==typeof a&&(pn(e,a,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&&Ui.enqueueReplaceState(r,r.state,null),null!==(a=e.updateQueue)&&(en(e,a,o,r,t),r.state=e.memoizedState)),"function"==typeof r.componentDidMount&&(e.effectTag|=4)}function mn(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 a=""+e;return null!==t&&null!==t.ref&&"function"==typeof t.ref&&t.ref._stringRef===a?t.ref:(t=function(e){var t=o.refs===zr?o.refs={}:o.refs;null===e?delete t[a]:t[a]=e},t._stringRef=a,t)}"string"!=typeof e&&r("148"),n._owner||r("254",e)}return e}function gn(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 a(e,t,n){return e=Dt(e,t,n),e.index=0,e.sibling=null,e}function i(t,n,r){return t.index=r,e?null!==(r=t.alternate)?(r=r.index,rm?(g=p,p=null):g=p.sibling;var y=d(r,p,s[m],c);if(null===y){null===p&&(p=g);break}e&&p&&null===y.alternate&&t(r,p),a=i(y,a,m),null===l?u=y:l.sibling=y,l=y,p=g}if(m===s.length)return n(r,p),u;if(null===p){for(;mg?(y=m,m=null):y=m.sibling;var v=d(a,m,_.value,u);if(null===v){m||(m=y);break}e&&m&&null===v.alternate&&t(a,m),s=i(v,s,g),null===p?l=v:p.sibling=v,p=v,m=y}if(_.done)return n(a,m),l;if(null===m){for(;!_.done;g++,_=c.next())null!==(_=f(a,_.value,u))&&(s=i(_,s,g),null===p?l=_:p.sibling=_,p=_);return l}for(m=o(a,m);!_.done;g++,_=c.next())null!==(_=h(m,a,g,_.value,u))&&(e&&null!==_.alternate&&m.delete(null===_.key?g:_.key),s=i(_,s,g),null===p?l=_:p.sibling=_,p=_);return e&&m.forEach(function(e){return t(a,e)}),l}return function(e,o,i,c){"object"==typeof i&&null!==i&&i.type===Wo&&null===i.key&&(i=i.props.children);var u="object"==typeof i&&null!==i;if(u)switch(i.$$typeof){case zo:e:{var l=i.key;for(u=o;null!==u;){if(u.key===l){if(10===u.tag?i.type===Wo:u.type===i.type){n(e,u.sibling),o=a(u,i.type===Wo?i.props.children:i.props,c),o.ref=mn(e,u,i),o.return=e,e=o;break e}n(e,u);break}t(e,u),u=u.sibling}i.type===Wo?(o=jt(i.props.children,e.mode,c,i.key),o.return=e,e=o):(c=Gt(i,e.mode,c),c.ref=mn(e,o,i),c.return=e,e=c)}return s(e);case Bo:e:{for(u=i.key;null!==o;){if(o.key===u){if(4===o.tag&&o.stateNode.containerInfo===i.containerInfo&&o.stateNode.implementation===i.implementation){n(e,o.sibling),o=a(o,i.children||[],c),o.return=e,e=o;break e}n(e,o);break}t(e,o),o=o.sibling}o=Ft(i,e.mode,c),o.return=e,e=o}return s(e)}if("string"==typeof i||"number"==typeof i)return i=""+i,null!==o&&6===o.tag?(n(e,o.sibling),o=a(o,i,c),o.return=e,e=o):(n(e,o),o=Mt(i,e.mode,c),o.return=e,e=o),s(e);if(Ni(i))return m(e,o,i,c);if(ae(i))return g(e,o,i,c);if(u&&gn(e,i),void 0===i)switch(e.tag){case 2:case 1:c=e.type,r("152",c.displayName||c.name||"Component")}return n(e,o)}}function _n(e,t){var n=new Nt(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 vn(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 bn(e){if(Fi){var t=Mi;if(t){var n=t;if(!vn(e,t)){if(!(t=xt(n))||!vn(e,t))return e.effectTag|=2,Fi=!1,void(ji=e);_n(ji,n)}ji=e,Mi=wt(t)}else e.effectTag|=2,Fi=!1,ji=e}}function xn(e){for(e=e.return;null!==e&&5!==e.tag&&3!==e.tag;)e=e.return;ji=e}function wn(e){if(e!==ji)return!1;if(!Fi)return xn(e),Fi=!0,!1;var t=e.type;if(5!==e.tag||"head"!==t&&"body"!==t&&!bt(t,e.memoizedProps))for(t=Mi;t;)_n(e,t),t=xt(t);return xn(e),Mi=ji?xt(e.stateNode):null,!0}function En(){Mi=ji=null,Fi=!1}function Rn(e,t,n){On(e,t,n,t.expirationTime)}function On(e,t,n,r){t.child=null===e?Gi(t,null,n,r):Di(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 a=0!=(64&t.effectTag);if(!n&&!a)return r&&Ut(t,!1),Tn(e,t);n=t.stateNode,Mo.current=t;var i=a?null:n.render();return t.effectTag|=1,a&&(On(e,t,null,o),t.child=null),On(e,t,i,o),t.memoizedState=n.state,t.memoizedProps=n.props,r&&Ut(t,!0),t.child}function Ln(e){var t=e.stateNode;t.pendingContext?Tt(e,t.pendingContext,t.pendingContext!==t.context):t.context&&Tt(e,t.context,!1),cn(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 a=0|o.stateNode;if(o.type===t&&0!=(a&n)){for(a=o;null!==a;){var i=a.alternate;if(0===a.expirationTime||a.expirationTime>r)a.expirationTime=r,null!==i&&(0===i.expirationTime||i.expirationTime>r)&&(i.expirationTime=r);else{if(null===i||!(0===i.expirationTime||i.expirationTime>r))break;i.expirationTime=r}a=a.return}a=null}else a=o.child;break;case 13:a=o.type===e.type?null:o.child;break;default:a=o.child}if(null!==a)a.return=o;else for(a=o;null!==a;){if(a===e){a=null;break}if(null!==(o=a.sibling)){o.return=a.return,a=o;break}a=a.return}o=a}}function Cn(e,t,n){var r=t.type._context,o=t.pendingProps,a=t.memoizedProps,i=!0;if(wi.current)i=!1;else if(a===o)return t.stateNode=0,on(t),Tn(e,t);var s=o.value;if(t.memoizedProps=o,null===a)s=1073741823;else if(a.value===o.value){if(a.children===o.children&&i)return t.stateNode=0,on(t),Tn(e,t);s=0}else{var c=a.value;if(c===s&&(0!==c||1/c==1/s)||c!==c&&s!==s){if(a.children===o.children&&i)return t.stateNode=0,on(t),Tn(e,t);s=0}else if(s="function"==typeof r._calculateChangedBits?r._calculateChangedBits(c,s):1073741823,0===(s|=0)){if(a.children===o.children&&i)return t.stateNode=0,on(t),Tn(e,t)}else An(t,r,s,n)}return t.stateNode=s,on(t),Rn(e,t,o.children),t.child}function Tn(e,t){if(null!==e&&t.child!==e.child&&r("153"),null!==t.child){e=t.child;var n=Dt(e,e.pendingProps,e.expirationTime);for(t.child=n,n.return=t;null!==e.sibling;)e=e.sibling,n=n.sibling=Dt(e,e.pendingProps,e.expirationTime),n.return=t;n.sibling=null}return t.child}function In(e,t,n){if(0===t.expirationTime||t.expirationTime>n){switch(t.tag){case 3:Ln(t);break;case 2:Pt(t);break;case 4:cn(t,t.stateNode.containerInfo);break;case 13:on(t)}return null}switch(t.tag){case 0:null!==e&&r("155");var o=t.type,a=t.pendingProps,i=St(t);return i=kt(t,i),o=o(a,i),t.effectTag|=1,"object"==typeof o&&null!==o&&"function"==typeof o.render&&void 0===o.$$typeof?(i=t.type,t.tag=2,t.memoizedState=null!==o.state&&void 0!==o.state?o.state:null,i=i.getDerivedStateFromProps,"function"==typeof i&&pn(t,i,a),a=Pt(t),o.updater=Ui,t.stateNode=o,o._reactInternalFiber=t,hn(t,n),e=kn(e,t,!0,a,n)):(t.tag=1,Rn(e,t,o),t.memoizedProps=a,e=t.child),e;case 1:return a=t.type,n=t.pendingProps,wi.current||t.memoizedProps!==n?(o=St(t),o=kt(t,o),a=a(n,o),t.effectTag|=1,Rn(e,t,a),t.memoizedProps=n,e=t.child):e=Tn(e,t),e;case 2:if(a=Pt(t),null===e)if(null===t.stateNode){var s=t.pendingProps,c=t.type;o=St(t);var u=2===t.tag&&null!=t.type.contextTypes;i=u?kt(t,o):zr,s=new c(s,i),t.memoizedState=null!==s.state&&void 0!==s.state?s.state:null,s.updater=Ui,t.stateNode=s,s._reactInternalFiber=t,u&&(u=t.stateNode,u.__reactInternalMemoizedUnmaskedChildContext=o,u.__reactInternalMemoizedMaskedChildContext=i),hn(t,n),o=!0}else{c=t.type,o=t.stateNode,u=t.memoizedProps,i=t.pendingProps,o.props=u;var l=o.context;s=St(t),s=kt(t,s);var p=c.getDerivedStateFromProps;(c="function"==typeof p||"function"==typeof o.getSnapshotBeforeUpdate)||"function"!=typeof o.UNSAFE_componentWillReceiveProps&&"function"!=typeof o.componentWillReceiveProps||(u!==i||l!==s)&&dn(t,o,i,s),Si=!1;var f=t.memoizedState;l=o.state=f;var d=t.updateQueue;null!==d&&(en(t,d,i,o,n),l=t.memoizedState),u!==i||f!==l||wi.current||Si?("function"==typeof p&&(pn(t,p,i),l=t.memoizedState),(u=Si||fn(t,u,i,f,l,s))?(c||"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=i,t.memoizedState=l),o.props=i,o.state=l,o.context=s,o=u):("function"==typeof o.componentDidMount&&(t.effectTag|=4),o=!1)}else c=t.type,o=t.stateNode,i=t.memoizedProps,u=t.pendingProps,o.props=i,l=o.context,s=St(t),s=kt(t,s),p=c.getDerivedStateFromProps,(c="function"==typeof p||"function"==typeof o.getSnapshotBeforeUpdate)||"function"!=typeof o.UNSAFE_componentWillReceiveProps&&"function"!=typeof o.componentWillReceiveProps||(i!==u||l!==s)&&dn(t,o,u,s),Si=!1,l=t.memoizedState,f=o.state=l,d=t.updateQueue,null!==d&&(en(t,d,u,o,n),f=t.memoizedState),i!==u||l!==f||wi.current||Si?("function"==typeof p&&(pn(t,p,u),f=t.memoizedState),(p=Si||fn(t,i,u,l,f,s))?(c||"function"!=typeof o.UNSAFE_componentWillUpdate&&"function"!=typeof o.componentWillUpdate||("function"==typeof o.componentWillUpdate&&o.componentWillUpdate(u,f,s),"function"==typeof o.UNSAFE_componentWillUpdate&&o.UNSAFE_componentWillUpdate(u,f,s)),"function"==typeof o.componentDidUpdate&&(t.effectTag|=4),"function"==typeof o.getSnapshotBeforeUpdate&&(t.effectTag|=256)):("function"!=typeof o.componentDidUpdate||i===e.memoizedProps&&l===e.memoizedState||(t.effectTag|=4),"function"!=typeof o.getSnapshotBeforeUpdate||i===e.memoizedProps&&l===e.memoizedState||(t.effectTag|=256),t.memoizedProps=u,t.memoizedState=f),o.props=u,o.state=f,o.context=s,o=p):("function"!=typeof o.componentDidUpdate||i===e.memoizedProps&&l===e.memoizedState||(t.effectTag|=4),"function"!=typeof o.getSnapshotBeforeUpdate||i===e.memoizedProps&&l===e.memoizedState||(t.effectTag|=256),o=!1);return kn(e,t,o,a,n);case 3:return Ln(t),a=t.updateQueue,null!==a?(o=t.memoizedState,o=null!==o?o.element:null,en(t,a,t.pendingProps,null,n),(a=t.memoizedState.element)===o?(En(),e=Tn(e,t)):(o=t.stateNode,(o=(null===e||null===e.child)&&o.hydrate)&&(Mi=wt(t.stateNode.containerInfo),ji=t,o=Fi=!0),o?(t.effectTag|=2,t.child=Gi(t,null,a,n)):(En(),Rn(e,t,a)),e=t.child)):(En(),e=Tn(e,t)),e;case 5:return sn(Pi.current),a=sn(Ti.current),o=it(a,t.type),a!==o&&(Ot(Ii,t,t),Ot(Ti,o,t)),null===e&&bn(t),a=t.type,u=t.memoizedProps,o=t.pendingProps,i=null!==e?e.memoizedProps:null,wi.current||u!==o||((u=1&t.mode&&!!o.hidden)&&(t.expirationTime=1073741823),u&&1073741823===n)?(u=o.children,bt(a,o)?u=null:i&&bt(a,i)&&(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=Tn(e,t),e;case 6:return null===e&&bn(t),t.memoizedProps=t.pendingProps,null;case 16:return null;case 4:return cn(t,t.stateNode.containerInfo),a=t.pendingProps,wi.current||t.memoizedProps!==a?(null===e?t.child=Di(t,null,a,n):Rn(e,t,a),t.memoizedProps=a,e=t.child):e=Tn(e,t),e;case 14:return a=t.type.render,n=t.pendingProps,o=t.ref,wi.current||t.memoizedProps!==n||o!==(null!==e?e.ref:null)?(a=a(n,o),Rn(e,t,a),t.memoizedProps=n,e=t.child):e=Tn(e,t),e;case 10:return n=t.pendingProps,wi.current||t.memoizedProps!==n?(Rn(e,t,n),t.memoizedProps=n,e=t.child):e=Tn(e,t),e;case 11:return n=t.pendingProps.children,wi.current||null!==n&&t.memoizedProps!==n?(Rn(e,t,n),t.memoizedProps=n,e=t.child):e=Tn(e,t),e;case 15:return n=t.pendingProps,t.memoizedProps===n?e=Tn(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,i=t.pendingProps,u=t.memoizedProps,a=o._currentValue,s=o._changedBits,wi.current||0!==s||u!==i){if(t.memoizedProps=i,c=i.unstable_observedBits,void 0!==c&&null!==c||(c=1073741823),t.stateNode=c,0!=(s&c))An(t,o,s,n);else if(u===i){e=Tn(e,t);break e}n=i.children,n=n(a),t.effectTag|=1,Rn(e,t,n),e=t.child}else e=Tn(e,t);return e;default:r("156")}}function Pn(e){e.effectTag|=4}function Un(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),zi(t),null;case 5:ln(t),o=sn(Pi.current);var a=t.type;if(null!==e&&null!=t.stateNode){var i=e.memoizedProps,s=t.stateNode,c=sn(Ti.current);s=mt(s,a,i,n,o),Bi(e,t,s,a,i,n,o,c),e.ref!==t.ref&&(t.effectTag|=128)}else{if(!n)return null===t.stateNode&&r("166"),null;if(e=sn(Ti.current),wn(t))n=t.stateNode,a=t.type,i=t.memoizedProps,n[ro]=t,n[oo]=i,o=yt(n,a,i,e,o),t.updateQueue=o,null!==o&&Pn(t);else{e=ft(a,n,o,e),e[ro]=t,e[oo]=n;e:for(i=t.child;null!==i;){if(5===i.tag||6===i.tag)e.appendChild(i.stateNode);else if(4!==i.tag&&null!==i.child){i.child.return=i,i=i.child;continue}if(i===t)break;for(;null===i.sibling;){if(null===i.return||i.return===t)break e;i=i.return}i.sibling.return=i.return,i=i.sibling}ht(e,a,n,o),vt(a,n)&&Pn(t),t.stateNode=e}null!==t.ref&&(t.effectTag|=128)}return null;case 6:if(e&&null!=t.stateNode)Wi(e,t,e.memoizedProps,n);else{if("string"!=typeof n)return null===t.stateNode&&r("166"),null;o=sn(Pi.current),sn(Ti.current),wn(t)?(o=t.stateNode,n=t.memoizedProps,o[ro]=t,_t(o,n)&&Pn(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),zi(t),null;case 13:return an(t),null;case 12:return null;case 0:r("167");default:r("156")}}function Nn(e,t){var n=t.source;null===t.stack&&null!==n&&se(n),null!==n&&ie(n),t=t.value,null!==e&&2===e.tag&&ie(e);try{t&&t.suppressReactErrorLogging||console.error(t)}catch(e){e&&e.suppressReactErrorLogging||console.error(e)}}function Dn(e){var t=e.ref;if(null!==t)if("function"==typeof t)try{t(null)}catch(t){Qn(e,t)}else t.current=null}function Gn(e){switch("function"==typeof qt&&qt(e),e.tag){case 2:Dn(e);var t=e.stateNode;if("function"==typeof t.componentWillUnmount)try{t.props=e.memoizedProps,t.state=e.memoizedState,t.componentWillUnmount()}catch(t){Qn(e,t)}break;case 5:Dn(e);break;case 4:Fn(e)}}function jn(e){return 5===e.tag||3===e.tag||4===e.tag}function Mn(e){e:{for(var t=e.return;null!==t;){if(jn(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&&(st(t,""),n.effectTag&=-17);e:t:for(n=e;;){for(;null===n.sibling;){if(null===n.return||jn(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 a=e;;){if(5===a.tag||6===a.tag)if(n)if(o){var i=t,s=a.stateNode,c=n;8===i.nodeType?i.parentNode.insertBefore(s,c):i.insertBefore(s,c)}else t.insertBefore(a.stateNode,n);else o?(i=t,s=a.stateNode,8===i.nodeType?i.parentNode.insertBefore(s,i):i.appendChild(s)):t.appendChild(a.stateNode);else if(4!==a.tag&&null!==a.child){a.child.return=a,a=a.child;continue}if(a===e)break;for(;null===a.sibling;){if(null===a.return||a.return===e)return;a=a.return}a.sibling.return=a.return,a=a.sibling}}function Fn(e){for(var t=e,n=!1,o=void 0,a=void 0;;){if(!n){n=t.return;e:for(;;){switch(null===n&&r("160"),n.tag){case 5:o=n.stateNode,a=!1;break e;case 3:case 4:o=n.stateNode.containerInfo,a=!0;break e}n=n.return}n=!0}if(5===t.tag||6===t.tag){e:for(var i=t,s=i;;)if(Gn(s),null!==s.child&&4!==s.tag)s.child.return=s,s=s.child;else{if(s===i)break;for(;null===s.sibling;){if(null===s.return||s.return===i)break e;s=s.return}s.sibling.return=s.return,s=s.sibling}a?(i=o,s=t.stateNode,8===i.nodeType?i.parentNode.removeChild(s):i.removeChild(s)):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 zn(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 a=t.type,i=t.updateQueue;t.updateQueue=null,null!==i&&(n[oo]=o,gt(n,i,a,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=$t(n),n.tag=3,n.payload={element:null};var r=t.value;return n.callback=function(){hr(r),Nn(e,t)},n}function Wn(e,t,n){n=$t(n),n.tag=3;var r=e.stateNode;return null!==r&&"function"==typeof r.componentDidCatch&&(n.callback=function(){null===os?os=new Set([this]):os.add(this);var n=t.value,r=t.stack;Nn(e,t),this.componentDidCatch(n,{componentStack:null!==r?r:""})}),n}function Hn(e,t,n,r,o,a){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,a),void Xt(e,r,a);case 2:if(t=r,n=e.stateNode,0==(64&e.effectTag)&&null!==n&&"function"==typeof n.componentDidCatch&&(null===os||!os.has(n)))return e.effectTag|=1024,r=Wn(e,t,a),void Xt(e,r,a)}e=e.return}while(null!==e)}function qn(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 ln(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 Vn(){if(null!==Qi)for(var e=Qi.return;null!==e;){var t=e;switch(t.tag){case 2:At(t);break;case 3:un(t),Ct(t);break;case 5:ln(t);break;case 4:un(t);break;case 13:an(t)}e=e.return}Xi=null,Ji=0,Zi=-1,es=!1,Qi=null,rs=!1}function Kn(e){for(;;){var t=e.alternate,n=e.return,r=e.sibling;if(0==(512&e.effectTag)){t=Un(t,e,Ji);var o=e;if(1073741823===Ji||1073741823!==o.expirationTime){var a=0;switch(o.tag){case 3:case 2:var i=o.updateQueue;null!==i&&(a=i.expirationTime)}for(i=o.child;null!==i;)0!==i.expirationTime&&(0===a||a>i.expirationTime)&&(a=i.expirationTime),i=i.sibling;o.expirationTime=a}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),1fs)&&(fs=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;!Yi&&0!==Ji&&txs&&r("185")}e=e.return}}function er(){return Vi=gi()-Hi,qi=2+(Vi/10|0)}function tr(e){var t=$i;$i=2+25*(1+((er()-2+500)/25|0));try{return e()}finally{$i=t}}function nr(e,t,n,r,o){var a=$i;$i=1;try{return e(t,n,r,o)}finally{$i=a}}function rr(e){if(0!==ss){if(e>ss)return;_i(cs)}var t=gi()-Hi;ss=e,cs=yi(ir,{timeout:10*(e-2)-t})}function or(e,t){if(null===e.nextScheduledRoot)e.remainingExpirationTime=t,null===is?(as=is=e,e.nextScheduledRoot=e):(is=is.nextScheduledRoot=e,is.nextScheduledRoot=as);else{var n=e.remainingExpirationTime;(0===n||t=ps)&&(!ds||er()>=ps);)er(),pr(ls,ps,!ds),ar();else for(;null!==ls&&0!==ps&&(0===e||e>=ps);)pr(ls,ps,!1),ar();null!==gs&&(ss=0,cs=-1),0!==ps&&rr(ps),gs=null,ds=!1,lr()}function ur(e,t){us&&r("253"),ls=e,ps=t,pr(e,t,!1),sr(),lr()}function lr(){if(ws=0,null!==bs){var e=bs;bs=null;for(var t=0;tv&&(b=v,v=S,S=b),b=$e(R,S),x=$e(R,v),b&&x&&(1!==O.rangeCount||O.anchorNode!==b.node||O.anchorOffset!==b.offset||O.focusNode!==x.node||O.focusOffset!==x.offset)&&(w=document.createRange(),w.setStart(b.node,b.offset),O.removeAllRanges(),S>v?(O.addRange(w),O.extend(x.node,x.offset)):(w.setEnd(x.node,x.offset),O.addRange(w))))),O=[];for(S=R;S=S.parentNode;)1===S.nodeType&&O.push({element:S,left:S.scrollLeft,top:S.scrollTop});for(R.focus(),R=0;REs)&&(ds=!0)}function hr(e){null===ls&&r("246"),ls.remainingExpirationTime=0,hs||(hs=!0,ms=e)}function mr(e){null===ls&&r("246"),ls.remainingExpirationTime=e}function gr(e,t){var n=ys;ys=!0;try{return e(t)}finally{(ys=n)||us||sr()}}function yr(e,t){if(ys&&!_s){_s=!0;try{return e(t)}finally{_s=!1}}return e(t)}function _r(e,t){us&&r("187");var n=ys;ys=!0;try{return nr(e,t)}finally{ys=n,sr()}}function vr(e){var t=ys;ys=!0;try{nr(e)}finally{(ys=t)||us||cr(1,!1,null)}}function br(e,t,n,o,a){var i=t.current;if(n){n=n._reactInternalFiber;var s;e:{for(2===Pe(n)&&2===n.tag||r("170"),s=n;3!==s.tag;){if(Lt(s)){s=s.stateNode.__reactInternalMemoizedMergedChildContext;break e}(s=s.return)||r("171")}s=s.stateNode.context}n=Lt(n)?It(n,s):s}else n=zr;return null===t.context?t.context=n:t.pendingContext=n,t=a,a=$t(o),a.payload={element:e},t=void 0===t?null:t,null!==t&&(a.callback=t),Qt(i,a,o),Zn(i,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=De(t),null===e?null:e.stateNode}function wr(e,t,n,r){var o=t.current;return o=Jn(er(),o),br(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 Wt(Dr({},e,{findHostInstanceByFiber:function(e){return e=De(e),null===e?null:e.stateNode},findFiberByHostInstance:function(e){return t?t(e):null}}))}function Or(e,t,n){var r=3this.eventPool.length&&this.eventPool.push(e)}function M(e){e.eventPool=[],e.getPooled=D,e.release=N}function F(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 z(e){return e=e.detail,"object"==typeof e&&"data"in e?e.data:null}function B(e,t){switch(e){case"compositionend":return z(t);case"keypress":return 32!==t.which?null:(Ao=!0,Lo);case"textInput":return e=t.data,e===Lo&&Ao?null:e;default:return null}}function W(e,t){if(Co)return"compositionend"===e||!Eo&&F(e,t)?(e=U(),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=ta.hasOwnProperty(t)?ta[t]:null;(null!==o?0===o.type:!r&&(2Aa.length&&Aa.push(e)}}}function qe(e){return Object.prototype.hasOwnProperty.call(e,Ua)||(e[Ua]=Pa++,Ta[e[Ua]]={}),Ta[e[Ua]]}function Ke(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function $e(e,t){var n=Ke(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=Ke(n)}}function Ye(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&("input"===t&&"text"===e.type||"textarea"===t||"true"===e.contentEditable)}function Xe(e,t){if(Fa||null==Da||Da!==Nr())return null;var n=Da;return"selectionStart"in n&&Ye(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,Ma&&Mr(Ma,n)?null:(Ma=n,e=G.getPooled(Ga.select,Na,e,t),e.type="select",e.target=Da,A(e),e)}function Qe(e){var t="";return Ur.Children.forEach(e,function(e){null==e||"string"!=typeof e&&"number"!=typeof e||(t+=e)}),t}function Je(e,t){return e=Gr({children:void 0},t),(t=Qe(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 at(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 it(e,t){return null==e||"http://www.w3.org/1999/xhtml"===e?at(t):"http://www.w3.org/2000/svg"===e&&"foreignObject"===t?"http://www.w3.org/1999/xhtml":e}function st(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 ct(e,t){e=e.style;for(var n in t)if(t.hasOwnProperty(n)){var r=0===n.indexOf("--"),o=n,a=t[n];o=null==a||"boolean"==typeof a||""===a?"":r||"number"!=typeof a||0===a||ui.hasOwnProperty(o)&&ui[o]?(""+a).trim():a+"px","float"===n&&(n="cssFloat"),r?e.setProperty(n,o):e[n]=o}}function ut(e,t,n){t&&(fi[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 lt(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=$r[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 ht(e,t,n,r){var o=lt(t,n);switch(t){case"iframe":case"object":Be("load",e);var a=n;break;case"video":case"audio":for(a=0;abi||(e.current=vi[bi],vi[bi]=null,bi--)}function Ot(e,t){bi++,vi[bi]=e.current,e.current=t}function St(e){return kt(e)?Ei:xi.current}function Lt(e,t){var n=e.type.contextTypes;if(!n)return zr;var r=e.stateNode;if(r&&r.__reactInternalMemoizedUnmaskedChildContext===t)return r.__reactInternalMemoizedMaskedChildContext;var o,a={};for(o in n)a[o]=t[o];return r&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=a),a}function kt(e){return 2===e.tag&&null!=e.type.childContextTypes}function At(e){kt(e)&&(Rt(wi,e),Rt(xi,e))}function Ct(e){Rt(wi,e),Rt(xi,e)}function It(e,t,n){xi.current!==zr&&r("168"),Ot(xi,t,e),Ot(wi,n,e)}function Tt(e,t){var n=e.stateNode,o=e.type.childContextTypes;if("function"!=typeof n.getChildContext)return t;n=n.getChildContext();for(var a in n)a in o||r("108",ie(e)||"Unknown",a);return Gr({},t,n)}function Pt(e){if(!kt(e))return!1;var t=e.stateNode;return t=t&&t.__reactInternalMemoizedMergedChildContext||zr,Ei=xi.current,Ot(xi,t,e),Ot(wi,wi.current,e),!0}function Ut(e,t){var n=e.stateNode;if(n||r("169"),t){var o=Tt(e,Ei);n.__reactInternalMemoizedMergedChildContext=o,Rt(wi,e),Rt(xi,e),Ot(xi,o,e)}else Rt(wi,e);Ot(wi,t,e)}function jt(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 Gt(e,t,n){var r=e.alternate;return null===r?(r=new jt(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 Dt(e,t,n){var o=e.type,a=e.key;if(e=e.props,"function"==typeof o)var i=o.prototype&&o.prototype.isReactComponent?2:0;else if("string"==typeof o)i=5;else switch(o){case Wo:return Nt(e.children,t,n,a);case $o:i=11,t|=3;break;case Ho:i=11,t|=2;break;case Vo:return o=new jt(15,e,a,4|t),o.type=Vo,o.expirationTime=n,o;case Xo:i=16,t|=2;break;default:e:{switch("object"==typeof o&&null!==o?o.$$typeof:null){case qo:i=13;break e;case Ko:i=12;break e;case Yo:i=14;break e;default:r("130",null==o?o:typeof o,"")}i=void 0}}return t=new jt(i,e,a,t),t.type=o,t.expirationTime=n,t}function Nt(e,t,n,r){return e=new jt(10,e,r,t),e.expirationTime=n,e}function Mt(e,t,n){return e=new jt(6,e,null,t),e.expirationTime=n,e}function Ft(e,t,n){return t=new jt(4,null!==e.children?e.children:[],e.key,t),t.expirationTime=n,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function zt(e,t,n){return t=new jt(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 Wt(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);Ri=Bt(function(e){return t.onCommitFiberRoot(n,e)}),Oi=Bt(function(e){return t.onCommitFiberUnmount(n,e)})}catch(e){}return!0}function Ht(e){"function"==typeof Ri&&Ri(e)}function Vt(e){"function"==typeof Oi&&Oi(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 Kt(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 $t(e){return{expirationTime:e,tag:0,payload:null,callback:null,next:null,nextEffect:null}}function Yt(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 Xt(e,t,n){var r=e.alternate;if(null===r){var o=e.updateQueue,a=null;null===o&&(o=e.updateQueue=qt(e.memoizedState))}else o=e.updateQueue,a=r.updateQueue,null===o?null===a?(o=e.updateQueue=qt(e.memoizedState),a=r.updateQueue=qt(r.memoizedState)):o=e.updateQueue=Kt(a):null===a&&(a=r.updateQueue=Kt(o));null===a||o===a?Yt(o,t,n):null===o.lastUpdate||null===a.lastUpdate?(Yt(o,t,n),Yt(a,t,n)):(Yt(o,t,n),a.lastUpdate=t)}function Qt(e,t,n){var r=e.updateQueue;r=null===r?e.updateQueue=qt(e.memoizedState):Jt(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 Jt(e,t){var n=e.alternate;return null!==n&&t===n.updateQueue&&(t=e.updateQueue=Kt(t)),t}function Zt(e,t,n,r,o,a){switch(n.tag){case 1:return e=n.payload,"function"==typeof e?e.call(a,r,o):e;case 3:e.effectTag=-1025&e.effectTag|64;case 0:if(e=n.payload,null===(o="function"==typeof e?e.call(a,r,o):e)||void 0===o)break;return Gr({},r,o);case 2:Si=!0}return r}function en(e,t,n,r,o){if(Si=!1,!(0===t.expirationTime||t.expirationTime>o)){t=Jt(e,t);for(var a=t.baseState,i=null,s=0,c=t.firstUpdate,u=a;null!==c;){var l=c.expirationTime;l>o?(null===i&&(i=c,a=u),(0===s||s>l)&&(s=l)):(u=Zt(e,t,c,u,n,r),null!==c.callback&&(e.effectTag|=32,c.nextEffect=null,null===t.lastEffect?t.firstEffect=t.lastEffect=c:(t.lastEffect.nextEffect=c,t.lastEffect=c))),c=c.next}for(l=null,c=t.firstCapturedUpdate;null!==c;){var f=c.expirationTime;f>o?(null===l&&(l=c,null===i&&(a=u)),(0===s||s>f)&&(s=f)):(u=Zt(e,t,c,u,n,r),null!==c.callback&&(e.effectTag|=32,c.nextEffect=null,null===t.lastCapturedEffect?t.firstCapturedEffect=t.lastCapturedEffect=c:(t.lastCapturedEffect.nextEffect=c,t.lastCapturedEffect=c))),c=c.next}null===i&&(t.lastUpdate=null),null===l?t.lastCapturedUpdate=null:e.effectTag|=32,null===i&&null===l&&(a=u),t.baseState=a,t.firstUpdate=i,t.firstCapturedUpdate=l,t.expirationTime=s,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:se(t)}}function on(e){var t=e.type._context;Ot(Ai,t._changedBits,e),Ot(ki,t._currentValue,e),Ot(Li,e,e),t._currentValue=e.pendingProps.value,t._changedBits=e.stateNode}function an(e){var t=Ai.current,n=ki.current;Rt(Li,e),Rt(ki,e),Rt(Ai,e),e=e.type._context,e._currentValue=n,e._changedBits=t}function sn(e){return e===Ci&&r("174"),e}function cn(e,t){Ot(Pi,t,e),Ot(Ti,e,e),Ot(Ii,Ci,e);var n=t.nodeType;switch(n){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:it(null,"");break;default:n=8===n?t.parentNode:t,t=n.namespaceURI||null,n=n.tagName,t=it(t,n)}Rt(Ii,e),Ot(Ii,t,e)}function un(e){Rt(Ii,e),Rt(Ti,e),Rt(Pi,e)}function ln(e){Ti.current===e&&(Rt(Ii,e),Rt(Ti,e))}function fn(e,t,n){var r=e.memoizedState;t=t(n,r),r=null===t||void 0===t?r:Gr({},r,t),e.memoizedState=r,null!==(e=e.updateQueue)&&0===e.expirationTime&&(e.baseState=r)}function pn(e,t,n,r,o,a){var i=e.stateNode;return e=e.type,"function"==typeof i.shouldComponentUpdate?i.shouldComponentUpdate(n,o,a):!e.prototype||!e.prototype.isPureReactComponent||(!Mr(t,n)||!Mr(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&&Ui.enqueueReplaceState(t,t.state,null)}function hn(e,t){var n=e.type,r=e.stateNode,o=e.pendingProps,a=St(e);r.props=o,r.state=e.memoizedState,r.refs=zr,r.context=Lt(e,a),a=e.updateQueue,null!==a&&(en(e,a,o,r,t),r.state=e.memoizedState),a=e.type.getDerivedStateFromProps,"function"==typeof a&&(fn(e,a,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&&Ui.enqueueReplaceState(r,r.state,null),null!==(a=e.updateQueue)&&(en(e,a,o,r,t),r.state=e.memoizedState)),"function"==typeof r.componentDidMount&&(e.effectTag|=4)}function mn(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 a=""+e;return null!==t&&null!==t.ref&&"function"==typeof t.ref&&t.ref._stringRef===a?t.ref:(t=function(e){var t=o.refs===zr?o.refs={}:o.refs;null===e?delete t[a]:t[a]=e},t._stringRef=a,t)}"string"!=typeof e&&r("148"),n._owner||r("254",e)}return e}function gn(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 a(e,t,n){return e=Gt(e,t,n),e.index=0,e.sibling=null,e}function i(t,n,r){return t.index=r,e?null!==(r=t.alternate)?(r=r.index,rm?(g=f,f=null):g=f.sibling;var y=d(r,f,s[m],c);if(null===y){null===f&&(f=g);break}e&&f&&null===y.alternate&&t(r,f),a=i(y,a,m),null===l?u=y:l.sibling=y,l=y,f=g}if(m===s.length)return n(r,f),u;if(null===f){for(;mg?(y=m,m=null):y=m.sibling;var v=d(a,m,_.value,u);if(null===v){m||(m=y);break}e&&m&&null===v.alternate&&t(a,m),s=i(v,s,g),null===f?l=v:f.sibling=v,f=v,m=y}if(_.done)return n(a,m),l;if(null===m){for(;!_.done;g++,_=c.next())null!==(_=p(a,_.value,u))&&(s=i(_,s,g),null===f?l=_:f.sibling=_,f=_);return l}for(m=o(a,m);!_.done;g++,_=c.next())null!==(_=h(m,a,g,_.value,u))&&(e&&null!==_.alternate&&m.delete(null===_.key?g:_.key),s=i(_,s,g),null===f?l=_:f.sibling=_,f=_);return e&&m.forEach(function(e){return t(a,e)}),l}return function(e,o,i,c){"object"==typeof i&&null!==i&&i.type===Wo&&null===i.key&&(i=i.props.children);var u="object"==typeof i&&null!==i;if(u)switch(i.$$typeof){case zo:e:{var l=i.key;for(u=o;null!==u;){if(u.key===l){if(10===u.tag?i.type===Wo:u.type===i.type){n(e,u.sibling),o=a(u,i.type===Wo?i.props.children:i.props,c),o.ref=mn(e,u,i),o.return=e,e=o;break e}n(e,u);break}t(e,u),u=u.sibling}i.type===Wo?(o=Nt(i.props.children,e.mode,c,i.key),o.return=e,e=o):(c=Dt(i,e.mode,c),c.ref=mn(e,o,i),c.return=e,e=c)}return s(e);case Bo:e:{for(u=i.key;null!==o;){if(o.key===u){if(4===o.tag&&o.stateNode.containerInfo===i.containerInfo&&o.stateNode.implementation===i.implementation){n(e,o.sibling),o=a(o,i.children||[],c),o.return=e,e=o;break e}n(e,o);break}t(e,o),o=o.sibling}o=Ft(i,e.mode,c),o.return=e,e=o}return s(e)}if("string"==typeof i||"number"==typeof i)return i=""+i,null!==o&&6===o.tag?(n(e,o.sibling),o=a(o,i,c),o.return=e,e=o):(n(e,o),o=Mt(i,e.mode,c),o.return=e,e=o),s(e);if(ji(i))return m(e,o,i,c);if(ae(i))return g(e,o,i,c);if(u&&gn(e,i),void 0===i)switch(e.tag){case 2:case 1:c=e.type,r("152",c.displayName||c.name||"Component")}return n(e,o)}}function _n(e,t){var n=new jt(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 vn(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 bn(e){if(Fi){var t=Mi;if(t){var n=t;if(!vn(e,t)){if(!(t=xt(n))||!vn(e,t))return e.effectTag|=2,Fi=!1,void(Ni=e);_n(Ni,n)}Ni=e,Mi=wt(t)}else e.effectTag|=2,Fi=!1,Ni=e}}function xn(e){for(e=e.return;null!==e&&5!==e.tag&&3!==e.tag;)e=e.return;Ni=e}function wn(e){if(e!==Ni)return!1;if(!Fi)return xn(e),Fi=!0,!1;var t=e.type;if(5!==e.tag||"head"!==t&&"body"!==t&&!bt(t,e.memoizedProps))for(t=Mi;t;)_n(e,t),t=xt(t);return xn(e),Mi=Ni?xt(e.stateNode):null,!0}function En(){Mi=Ni=null,Fi=!1}function Rn(e,t,n){On(e,t,n,t.expirationTime)}function On(e,t,n,r){t.child=null===e?Di(t,null,n,r):Gi(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 Ln(e,t,n,r,o){Sn(e,t);var a=0!=(64&t.effectTag);if(!n&&!a)return r&&Ut(t,!1),In(e,t);n=t.stateNode,Mo.current=t;var i=a?null:n.render();return t.effectTag|=1,a&&(On(e,t,null,o),t.child=null),On(e,t,i,o),t.memoizedState=n.state,t.memoizedProps=n.props,r&&Ut(t,!0),t.child}function kn(e){var t=e.stateNode;t.pendingContext?It(e,t.pendingContext,t.pendingContext!==t.context):t.context&&It(e,t.context,!1),cn(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 a=0|o.stateNode;if(o.type===t&&0!=(a&n)){for(a=o;null!==a;){var i=a.alternate;if(0===a.expirationTime||a.expirationTime>r)a.expirationTime=r,null!==i&&(0===i.expirationTime||i.expirationTime>r)&&(i.expirationTime=r);else{if(null===i||!(0===i.expirationTime||i.expirationTime>r))break;i.expirationTime=r}a=a.return}a=null}else a=o.child;break;case 13:a=o.type===e.type?null:o.child;break;default:a=o.child}if(null!==a)a.return=o;else for(a=o;null!==a;){if(a===e){a=null;break}if(null!==(o=a.sibling)){o.return=a.return,a=o;break}a=a.return}o=a}}function Cn(e,t,n){var r=t.type._context,o=t.pendingProps,a=t.memoizedProps,i=!0;if(wi.current)i=!1;else if(a===o)return t.stateNode=0,on(t),In(e,t);var s=o.value;if(t.memoizedProps=o,null===a)s=1073741823;else if(a.value===o.value){if(a.children===o.children&&i)return t.stateNode=0,on(t),In(e,t);s=0}else{var c=a.value;if(c===s&&(0!==c||1/c==1/s)||c!==c&&s!==s){if(a.children===o.children&&i)return t.stateNode=0,on(t),In(e,t);s=0}else if(s="function"==typeof r._calculateChangedBits?r._calculateChangedBits(c,s):1073741823,0===(s|=0)){if(a.children===o.children&&i)return t.stateNode=0,on(t),In(e,t)}else An(t,r,s,n)}return t.stateNode=s,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=Gt(e,e.pendingProps,e.expirationTime);for(t.child=n,n.return=t;null!==e.sibling;)e=e.sibling,n=n.sibling=Gt(e,e.pendingProps,e.expirationTime),n.return=t;n.sibling=null}return t.child}function Tn(e,t,n){if(0===t.expirationTime||t.expirationTime>n){switch(t.tag){case 3:kn(t);break;case 2:Pt(t);break;case 4:cn(t,t.stateNode.containerInfo);break;case 13:on(t)}return null}switch(t.tag){case 0:null!==e&&r("155");var o=t.type,a=t.pendingProps,i=St(t);return i=Lt(t,i),o=o(a,i),t.effectTag|=1,"object"==typeof o&&null!==o&&"function"==typeof o.render&&void 0===o.$$typeof?(i=t.type,t.tag=2,t.memoizedState=null!==o.state&&void 0!==o.state?o.state:null,i=i.getDerivedStateFromProps,"function"==typeof i&&fn(t,i,a),a=Pt(t),o.updater=Ui,t.stateNode=o,o._reactInternalFiber=t,hn(t,n),e=Ln(e,t,!0,a,n)):(t.tag=1,Rn(e,t,o),t.memoizedProps=a,e=t.child),e;case 1:return a=t.type,n=t.pendingProps,wi.current||t.memoizedProps!==n?(o=St(t),o=Lt(t,o),a=a(n,o),t.effectTag|=1,Rn(e,t,a),t.memoizedProps=n,e=t.child):e=In(e,t),e;case 2:if(a=Pt(t),null===e)if(null===t.stateNode){var s=t.pendingProps,c=t.type;o=St(t);var u=2===t.tag&&null!=t.type.contextTypes;i=u?Lt(t,o):zr,s=new c(s,i),t.memoizedState=null!==s.state&&void 0!==s.state?s.state:null,s.updater=Ui,t.stateNode=s,s._reactInternalFiber=t,u&&(u=t.stateNode,u.__reactInternalMemoizedUnmaskedChildContext=o,u.__reactInternalMemoizedMaskedChildContext=i),hn(t,n),o=!0}else{c=t.type,o=t.stateNode,u=t.memoizedProps,i=t.pendingProps,o.props=u;var l=o.context;s=St(t),s=Lt(t,s);var f=c.getDerivedStateFromProps;(c="function"==typeof f||"function"==typeof o.getSnapshotBeforeUpdate)||"function"!=typeof o.UNSAFE_componentWillReceiveProps&&"function"!=typeof o.componentWillReceiveProps||(u!==i||l!==s)&&dn(t,o,i,s),Si=!1;var p=t.memoizedState;l=o.state=p;var d=t.updateQueue;null!==d&&(en(t,d,i,o,n),l=t.memoizedState),u!==i||p!==l||wi.current||Si?("function"==typeof f&&(fn(t,f,i),l=t.memoizedState),(u=Si||pn(t,u,i,p,l,s))?(c||"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=i,t.memoizedState=l),o.props=i,o.state=l,o.context=s,o=u):("function"==typeof o.componentDidMount&&(t.effectTag|=4),o=!1)}else c=t.type,o=t.stateNode,i=t.memoizedProps,u=t.pendingProps,o.props=i,l=o.context,s=St(t),s=Lt(t,s),f=c.getDerivedStateFromProps,(c="function"==typeof f||"function"==typeof o.getSnapshotBeforeUpdate)||"function"!=typeof o.UNSAFE_componentWillReceiveProps&&"function"!=typeof o.componentWillReceiveProps||(i!==u||l!==s)&&dn(t,o,u,s),Si=!1,l=t.memoizedState,p=o.state=l,d=t.updateQueue,null!==d&&(en(t,d,u,o,n),p=t.memoizedState),i!==u||l!==p||wi.current||Si?("function"==typeof f&&(fn(t,f,u),p=t.memoizedState),(f=Si||pn(t,i,u,l,p,s))?(c||"function"!=typeof o.UNSAFE_componentWillUpdate&&"function"!=typeof o.componentWillUpdate||("function"==typeof o.componentWillUpdate&&o.componentWillUpdate(u,p,s),"function"==typeof o.UNSAFE_componentWillUpdate&&o.UNSAFE_componentWillUpdate(u,p,s)),"function"==typeof o.componentDidUpdate&&(t.effectTag|=4),"function"==typeof o.getSnapshotBeforeUpdate&&(t.effectTag|=256)):("function"!=typeof o.componentDidUpdate||i===e.memoizedProps&&l===e.memoizedState||(t.effectTag|=4),"function"!=typeof o.getSnapshotBeforeUpdate||i===e.memoizedProps&&l===e.memoizedState||(t.effectTag|=256),t.memoizedProps=u,t.memoizedState=p),o.props=u,o.state=p,o.context=s,o=f):("function"!=typeof o.componentDidUpdate||i===e.memoizedProps&&l===e.memoizedState||(t.effectTag|=4),"function"!=typeof o.getSnapshotBeforeUpdate||i===e.memoizedProps&&l===e.memoizedState||(t.effectTag|=256),o=!1);return Ln(e,t,o,a,n);case 3:return kn(t),a=t.updateQueue,null!==a?(o=t.memoizedState,o=null!==o?o.element:null,en(t,a,t.pendingProps,null,n),(a=t.memoizedState.element)===o?(En(),e=In(e,t)):(o=t.stateNode,(o=(null===e||null===e.child)&&o.hydrate)&&(Mi=wt(t.stateNode.containerInfo),Ni=t,o=Fi=!0),o?(t.effectTag|=2,t.child=Di(t,null,a,n)):(En(),Rn(e,t,a)),e=t.child)):(En(),e=In(e,t)),e;case 5:return sn(Pi.current),a=sn(Ii.current),o=it(a,t.type),a!==o&&(Ot(Ti,t,t),Ot(Ii,o,t)),null===e&&bn(t),a=t.type,u=t.memoizedProps,o=t.pendingProps,i=null!==e?e.memoizedProps:null,wi.current||u!==o||((u=1&t.mode&&!!o.hidden)&&(t.expirationTime=1073741823),u&&1073741823===n)?(u=o.children,bt(a,o)?u=null:i&&bt(a,i)&&(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&&bn(t),t.memoizedProps=t.pendingProps,null;case 16:return null;case 4:return cn(t,t.stateNode.containerInfo),a=t.pendingProps,wi.current||t.memoizedProps!==a?(null===e?t.child=Gi(t,null,a,n):Rn(e,t,a),t.memoizedProps=a,e=t.child):e=In(e,t),e;case 14:return a=t.type.render,n=t.pendingProps,o=t.ref,wi.current||t.memoizedProps!==n||o!==(null!==e?e.ref:null)?(a=a(n,o),Rn(e,t,a),t.memoizedProps=n,e=t.child):e=In(e,t),e;case 10:return n=t.pendingProps,wi.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,wi.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,i=t.pendingProps,u=t.memoizedProps,a=o._currentValue,s=o._changedBits,wi.current||0!==s||u!==i){if(t.memoizedProps=i,c=i.unstable_observedBits,void 0!==c&&null!==c||(c=1073741823),t.stateNode=c,0!=(s&c))An(t,o,s,n);else if(u===i){e=In(e,t);break e}n=i.children,n=n(a),t.effectTag|=1,Rn(e,t,n),e=t.child}else e=In(e,t);return e;default:r("156")}}function Pn(e){e.effectTag|=4}function Un(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),zi(t),null;case 5:ln(t),o=sn(Pi.current);var a=t.type;if(null!==e&&null!=t.stateNode){var i=e.memoizedProps,s=t.stateNode,c=sn(Ii.current);s=mt(s,a,i,n,o),Bi(e,t,s,a,i,n,o,c),e.ref!==t.ref&&(t.effectTag|=128)}else{if(!n)return null===t.stateNode&&r("166"),null;if(e=sn(Ii.current),wn(t))n=t.stateNode,a=t.type,i=t.memoizedProps,n[ro]=t,n[oo]=i,o=yt(n,a,i,e,o),t.updateQueue=o,null!==o&&Pn(t);else{e=pt(a,n,o,e),e[ro]=t,e[oo]=n;e:for(i=t.child;null!==i;){if(5===i.tag||6===i.tag)e.appendChild(i.stateNode);else if(4!==i.tag&&null!==i.child){i.child.return=i,i=i.child;continue}if(i===t)break;for(;null===i.sibling;){if(null===i.return||i.return===t)break e;i=i.return}i.sibling.return=i.return,i=i.sibling}ht(e,a,n,o),vt(a,n)&&Pn(t),t.stateNode=e}null!==t.ref&&(t.effectTag|=128)}return null;case 6:if(e&&null!=t.stateNode)Wi(e,t,e.memoizedProps,n);else{if("string"!=typeof n)return null===t.stateNode&&r("166"),null;o=sn(Pi.current),sn(Ii.current),wn(t)?(o=t.stateNode,n=t.memoizedProps,o[ro]=t,_t(o,n)&&Pn(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),zi(t),null;case 13:return an(t),null;case 12:return null;case 0:r("167");default:r("156")}}function jn(e,t){var n=t.source;null===t.stack&&null!==n&&se(n),null!==n&&ie(n),t=t.value,null!==e&&2===e.tag&&ie(e);try{t&&t.suppressReactErrorLogging||console.error(t)}catch(e){e&&e.suppressReactErrorLogging||console.error(e)}}function Gn(e){var t=e.ref;if(null!==t)if("function"==typeof t)try{t(null)}catch(t){Xn(e,t)}else t.current=null}function Dn(e){switch("function"==typeof Vt&&Vt(e),e.tag){case 2:Gn(e);var t=e.stateNode;if("function"==typeof t.componentWillUnmount)try{t.props=e.memoizedProps,t.state=e.memoizedState,t.componentWillUnmount()}catch(t){Xn(e,t)}break;case 5:Gn(e);break;case 4:Fn(e)}}function Nn(e){return 5===e.tag||3===e.tag||4===e.tag}function Mn(e){e:{for(var t=e.return;null!==t;){if(Nn(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&&(st(t,""),n.effectTag&=-17);e:t:for(n=e;;){for(;null===n.sibling;){if(null===n.return||Nn(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 a=e;;){if(5===a.tag||6===a.tag)if(n)if(o){var i=t,s=a.stateNode,c=n;8===i.nodeType?i.parentNode.insertBefore(s,c):i.insertBefore(s,c)}else t.insertBefore(a.stateNode,n);else o?(i=t,s=a.stateNode,8===i.nodeType?i.parentNode.insertBefore(s,i):i.appendChild(s)):t.appendChild(a.stateNode);else if(4!==a.tag&&null!==a.child){a.child.return=a,a=a.child;continue}if(a===e)break;for(;null===a.sibling;){if(null===a.return||a.return===e)return;a=a.return}a.sibling.return=a.return,a=a.sibling}}function Fn(e){for(var t=e,n=!1,o=void 0,a=void 0;;){if(!n){n=t.return;e:for(;;){switch(null===n&&r("160"),n.tag){case 5:o=n.stateNode,a=!1;break e;case 3:case 4:o=n.stateNode.containerInfo,a=!0;break e}n=n.return}n=!0}if(5===t.tag||6===t.tag){e:for(var i=t,s=i;;)if(Dn(s),null!==s.child&&4!==s.tag)s.child.return=s,s=s.child;else{if(s===i)break;for(;null===s.sibling;){if(null===s.return||s.return===i)break e;s=s.return}s.sibling.return=s.return,s=s.sibling}a?(i=o,s=t.stateNode,8===i.nodeType?i.parentNode.removeChild(s):i.removeChild(s)):o.removeChild(t.stateNode)}else if(4===t.tag?o=t.stateNode.containerInfo:Dn(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 zn(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 a=t.type,i=t.updateQueue;t.updateQueue=null,null!==i&&(n[oo]=o,gt(n,i,a,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=$t(n),n.tag=3,n.payload={element:null};var r=t.value;return n.callback=function(){hr(r),jn(e,t)},n}function Wn(e,t,n){n=$t(n),n.tag=3;var r=e.stateNode;return null!==r&&"function"==typeof r.componentDidCatch&&(n.callback=function(){null===os?os=new Set([this]):os.add(this);var n=t.value,r=t.stack;jn(e,t),this.componentDidCatch(n,{componentStack:null!==r?r:""})}),n}function Hn(e,t,n,r,o,a){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,a),void Qt(e,r,a);case 2:if(t=r,n=e.stateNode,0==(64&e.effectTag)&&null!==n&&"function"==typeof n.componentDidCatch&&(null===os||!os.has(n)))return e.effectTag|=1024,r=Wn(e,t,a),void Qt(e,r,a)}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 ln(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!==Xi)for(var e=Xi.return;null!==e;){var t=e;switch(t.tag){case 2:At(t);break;case 3:un(t),Ct(t);break;case 5:ln(t);break;case 4:un(t);break;case 13:an(t)}e=e.return}Qi=null,Ji=0,Zi=-1,es=!1,Xi=null,rs=!1}function Kn(e){for(;;){var t=e.alternate,n=e.return,r=e.sibling;if(0==(512&e.effectTag)){t=Un(t,e,Ji);var o=e;if(1073741823===Ji||1073741823!==o.expirationTime){var a=0;switch(o.tag){case 3:case 2:var i=o.updateQueue;null!==i&&(a=i.expirationTime)}for(i=o.child;null!==i;)0!==i.expirationTime&&(0===a||a>i.expirationTime)&&(a=i.expirationTime),i=i.sibling;o.expirationTime=a}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),1ps)&&(ps=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;!Yi&&0!==Ji&&txs&&r("185")}e=e.return}}function er(){return qi=gi()-Hi,Vi=2+(qi/10|0)}function tr(e){var t=$i;$i=2+25*(1+((er()-2+500)/25|0));try{return e()}finally{$i=t}}function nr(e,t,n,r,o){var a=$i;$i=1;try{return e(t,n,r,o)}finally{$i=a}}function rr(e){if(0!==ss){if(e>ss)return;_i(cs)}var t=gi()-Hi;ss=e,cs=yi(ir,{timeout:10*(e-2)-t})}function or(e,t){if(null===e.nextScheduledRoot)e.remainingExpirationTime=t,null===is?(as=is=e,e.nextScheduledRoot=e):(is=is.nextScheduledRoot=e,is.nextScheduledRoot=as);else{var n=e.remainingExpirationTime;(0===n||t=fs)&&(!ds||er()>=fs);)er(),fr(ls,fs,!ds),ar();else for(;null!==ls&&0!==fs&&(0===e||e>=fs);)fr(ls,fs,!1),ar();null!==gs&&(ss=0,cs=-1),0!==fs&&rr(fs),gs=null,ds=!1,lr()}function ur(e,t){us&&r("253"),ls=e,fs=t,fr(e,t,!1),sr(),lr()}function lr(){if(ws=0,null!==bs){var e=bs;bs=null;for(var t=0;tv&&(b=v,v=S,S=b),b=$e(R,S),x=$e(R,v),b&&x&&(1!==O.rangeCount||O.anchorNode!==b.node||O.anchorOffset!==b.offset||O.focusNode!==x.node||O.focusOffset!==x.offset)&&(w=document.createRange(),w.setStart(b.node,b.offset),O.removeAllRanges(),S>v?(O.addRange(w),O.extend(x.node,x.offset)):(w.setEnd(x.node,x.offset),O.addRange(w))))),O=[];for(S=R;S=S.parentNode;)1===S.nodeType&&O.push({element:S,left:S.scrollLeft,top:S.scrollTop});for(R.focus(),R=0;REs)&&(ds=!0)}function hr(e){null===ls&&r("246"),ls.remainingExpirationTime=0,hs||(hs=!0,ms=e)}function mr(e){null===ls&&r("246"),ls.remainingExpirationTime=e}function gr(e,t){var n=ys;ys=!0;try{return e(t)}finally{(ys=n)||us||sr()}}function yr(e,t){if(ys&&!_s){_s=!0;try{return e(t)}finally{_s=!1}}return e(t)}function _r(e,t){us&&r("187");var n=ys;ys=!0;try{return nr(e,t)}finally{ys=n,sr()}}function vr(e){var t=ys;ys=!0;try{nr(e)}finally{(ys=t)||us||cr(1,!1,null)}}function br(e,t,n,o,a){var i=t.current;if(n){n=n._reactInternalFiber;var s;e:{for(2===Pe(n)&&2===n.tag||r("170"),s=n;3!==s.tag;){if(kt(s)){s=s.stateNode.__reactInternalMemoizedMergedChildContext;break e}(s=s.return)||r("171")}s=s.stateNode.context}n=kt(n)?Tt(n,s):s}else n=zr;return null===t.context?t.context=n:t.pendingContext=n,t=a,a=$t(o),a.payload={element:e},t=void 0===t?null:t,null!==t&&(a.callback=t),Xt(i,a,o),Zn(i,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=Ge(t),null===e?null:e.stateNode}function wr(e,t,n,r){var o=t.current;return o=Jn(er(),o),br(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 Wt(Gr({},e,{findHostInstanceByFiber:function(e){return e=Ge(e),null===e?null:e.stateNode},findFiberByHostInstance:function(e){return t?t(e):null}}))}function Or(e,t,n){var r=3=Ro),ko=String.fromCharCode(32),Lo={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,To={eventTypes:Lo,extractEvents:function(e,t,n,r){var o=void 0,a=void 0;if(Eo)e:{switch(e){case"compositionstart":o=Lo.compositionStart;break e;case"compositionend":o=Lo.compositionEnd;break e;case"compositionupdate":o=Lo.compositionUpdate;break e}o=void 0}else Co?F(e,n)&&(o=Lo.compositionEnd):"keydown"===e&&229===n.keyCode&&(o=Lo.compositionStart);return o?(So&&(Co||o!==Lo.compositionStart?o===Lo.compositionEnd&&Co&&(a=U()):(yo._root=r,yo._startText=N(),Co=!0)),o=bo.getPooled(o,t,n,r),a?o.data=a:null!==(a=z(n))&&(o.data=a),A(o),a=o):a=null,(e=Oo?B(e,n):W(e,n))?(t=xo.getPooled(Lo.beforeInput,t,n,r),t.data=e,A(t)):t=null,null===a?t:null===t?a:[a,t]}},Io=null,Po={injectFiberControlledHostComponent:function(e){Io=e}},Uo=null,No=null,Do={injection:Po,enqueueStateRestore:q,needsStateRestore:V,restoreStateIfNeeded:K},Go=!1,jo={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},Mo=Ur.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,Fo="function"==typeof Symbol&&Symbol.for,zo=Fo?Symbol.for("react.element"):60103,Bo=Fo?Symbol.for("react.portal"):60106,Wo=Fo?Symbol.for("react.fragment"):60107,Ho=Fo?Symbol.for("react.strict_mode"):60108,qo=Fo?Symbol.for("react.profiler"):60114,Vo=Fo?Symbol.for("react.provider"):60109,Ko=Fo?Symbol.for("react.context"):60110,$o=Fo?Symbol.for("react.async_mode"):60111,Yo=Fo?Symbol.for("react.forward_ref"):60112,Qo=Fo?Symbol.for("react.timeout"):60113,Xo="function"==typeof Symbol&&Symbol.iterator,Jo=/^[: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={},ea={},ta={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){ta[e]=new pe(e,0,!1,e,null)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0];ta[t]=new pe(t,1,!1,e[1],null)}),["contentEditable","draggable","spellCheck","value"].forEach(function(e){ta[e]=new pe(e,2,!1,e.toLowerCase(),null)}),["autoReverse","externalResourcesRequired","preserveAlpha"].forEach(function(e){ta[e]=new pe(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){ta[e]=new pe(e,3,!1,e.toLowerCase(),null)}),["checked","multiple","muted","selected"].forEach(function(e){ta[e]=new pe(e,3,!0,e.toLowerCase(),null)}),["capture","download"].forEach(function(e){ta[e]=new pe(e,4,!1,e.toLowerCase(),null)}),["cols","rows","size","span"].forEach(function(e){ta[e]=new pe(e,6,!1,e.toLowerCase(),null)}),["rowSpan","start"].forEach(function(e){ta[e]=new pe(e,5,!1,e.toLowerCase(),null)});var na=/[\-:]([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(na,fe);ta[t]=new pe(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(na,fe);ta[t]=new pe(t,1,!1,e,"http://www.w3.org/1999/xlink")}),["xml:base","xml:lang","xml:space"].forEach(function(e){var t=e.replace(na,fe);ta[t]=new pe(t,1,!1,e,"http://www.w3.org/XML/1998/namespace")}),ta.tabIndex=new pe("tabIndex",1,!1,"tabindex",null);var ra={change:{phasedRegistrationNames:{bubbled:"onChange",captured:"onChangeCapture"},dependencies:"blur change click focus input keydown keyup selectionchange".split(" ")}},oa=null,aa=null,ia=!1;Nr.canUseDOM&&(ia=ee("input")&&(!document.documentMode||9=document.documentMode,Da={select:{phasedRegistrationNames:{bubbled:"onSelect",captured:"onSelectCapture"},dependencies:"blur contextmenu focus keydown keyup mousedown mouseup selectionchange".split(" ")}},Ga=null,ja=null,Ma=null,Fa=!1,za={eventTypes:Da,extractEvents:function(e,t,n,r){var o,a=r.window===r?r.document:9===r.nodeType?r:r.ownerDocument;if(!(o=!a)){e:{a=Ve(a),o=$r.onSelect;for(var i=0;ie))){$a=-1,ei.didTimeout=!0;for(var t=0,n=qa.length;tt&&(t=8),Za=t"+t+"",t=si.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}}),ui={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},li=["Webkit","ms","Moz","O"];Object.keys(ui).forEach(function(e){li.forEach(function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),ui[t]=ui[e]})});var pi=Dr({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}),fi=Gr.thatReturns(""),di={createElement:ft,createTextNode:dt,setInitialProperties:ht,diffProperties:mt,updateProperties:gt,diffHydratedProperties:yt,diffHydratedText:_t,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],i=n||t+"Subscription",c=function(e){function n(a,i){r(this,n);var s=o(this,e.call(this,a,i));return s[t]=a.store,s}return a(n,e),n.prototype.getChildContext=function(){var e;return e={},e[t]=this[t],e[i]=null,e},n.prototype.render=function(){return s.Children.only(this.props.children)},n}(s.Component);return c.propTypes={store:l.a.isRequired,children:u.a.element.isRequired},c.childContextTypes=(e={},e[t]=l.a.isRequired,e[i]=l.b,e),c}t.a=i;var s=n(5),c=(n.n(s),n(11)),u=n.n(c),l=n(152);n(109);t.b=i()},function(e,t,n){"use strict";var r=n(108),o=n(107),a=n(386);e.exports=function(){function e(e,t,n,r,i,s){s!==a&&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=a,e=a},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 a(e,t){return e===t}var i=n(153),s=n(389),c=n(390),u=n(404),l=n(405),p=n(406),f=Object.assign||function(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:{},t=e.connectHOC,n=void 0===t?i.a:t,d=e.mapStateToPropsFactories,h=void 0===d?u.a:d,m=e.mapDispatchToPropsFactories,g=void 0===m?c.a:m,y=e.mergePropsFactories,_=void 0===y?l.a:y,v=e.selectorFactory,b=void 0===v?p.a:v;return function(e,t,i){var c=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},u=c.pure,l=void 0===u||u,p=c.areStatesEqual,d=void 0===p?a:p,m=c.areOwnPropsEqual,y=void 0===m?s.a:m,v=c.areStatePropsEqual,x=void 0===v?s.a:v,w=c.areMergedPropsEqual,E=void 0===w?s.a:w,R=r(c,["pure","areStatesEqual","areOwnPropsEqual","areStatePropsEqual","areMergedPropsEqual"]),O=o(e,h,"mapStateToProps"),S=o(t,g,"mapDispatchToProps"),k=o(i,_,"mergeProps");return n(b,f({methodName:"connect",getDisplayName:function(e){return"Connect("+e+")"},shouldHandleStateChanges:Boolean(e),initMapStateToProps:O,initMapDispatchToProps:S,initMergeProps:k,pure:l,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 i=0;i0&&void 0!==arguments[0]?arguments[0]:{},t=arguments[1];if(c)throw c;for(var o=!1,a={},i=0;i=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}function o(e,t,n,r){return function(o,a){return n(e(o,a),t(r,a),a)}}function a(e,t,n,r,o){function a(o,a){return h=o,m=a,g=e(h,m),y=t(r,m),_=n(g,y,m),d=!0,_}function i(){return g=e(h,m),t.dependsOnOwnProps&&(y=t(r,m)),_=n(g,y,m)}function s(){return e.dependsOnOwnProps&&(g=e(h,m)),t.dependsOnOwnProps&&(y=t(r,m)),_=n(g,y,m)}function c(){var t=e(h,m),r=!f(t,g);return g=t,r&&(_=n(g,y,m)),_}function u(e,t){var n=!p(t,m),r=!l(e,h);return h=e,m=t,n&&r?i():n?s():r?c():_}var l=o.areStatesEqual,p=o.areOwnPropsEqual,f=o.areStatePropsEqual,d=!1,h=void 0,m=void 0,g=void 0,y=void 0,_=void 0;return function(e,t){return d?u(e,t):a(e,t)}}function i(e,t){var n=t.initMapStateToProps,i=t.initMapDispatchToProps,s=t.initMergeProps,c=r(t,["initMapStateToProps","initMapDispatchToProps","initMergeProps"]),u=n(e,c),l=i(e,c),p=s(e,c);return(c.pure?a:o)(u,l,p,e,c)}t.a=i;n(407)},function(e,t,n){"use strict";n(109)},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(40),a=n(410),i=r(a),s=n(411),c=r(s),u=n(412),l=r(u),p=n(413),f=r(p),d=n(414),h=r(d),m=n(415),g=r(m),y=n(417),_=r(y);t.default=(0,o.combineReducers)({icons:i.default,selectedIcon:f.default,displaySideIcon:l.default,searchTerm:c.default,style:h.default,categories:g.default,displayCategories:_.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]:a,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(32),n(170)),o=function(e){return e&&e.__esModule?e:{default:e}}(r),a={data:null}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=(n(32),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(32),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(32),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(32),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";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:a;switch(arguments[1].type){case"FETCH_CATEGORIES":return{data:o.default}}return e};var r=(n(32),n(416)),o=function(e){return e&&e.__esModule?e:{default:e}}(r),a={data:null}},function(e,t){e.exports=[{name:"Accessibility"},{name:"Arrows"},{name:"Business"},{name:"Code"},{name:"Communication"},{name:"Currency"},{name:"Date & Time"},{name:"Devices"},{name:"Ecommerce"},{name:"Editors"},{name:"Emoji"},{name:"Genders"},{name:"Health"},{name:"Loaders"},{name:"Multimedia"},{name:"Navigation"},{name:"People"},{name:"Shapes"},{name:"Social"},{name:"Sports"},{name:"Vehicles"},{name:"Weather"},{name:"Writing"}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=(n(32),function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments[1];switch(t.type){case"CHANGE_CATEGORIES":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 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 i=n(39),s=n.n(i),c=n(5),u=n.n(c),l=n(11),p=n.n(l),f=n(56),d=n(113),h=function(e){function t(){var n,a,i;r(this,t);for(var s=arguments.length,c=Array(s),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);h.propTypes={basename:p.a.string,forceRefresh:p.a.bool,getUserConfirmation:p.a.func,keyLength:p.a.number,children:p.a.node},t.a=h},function(e,t,n){"use strict";var r=n(78),o=n.n(r),a=n(29),i=n.n(a),s=n(79),c=n(60),u=n(112),l=n(161),p="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},f=Object.assign||function(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:{};i()(l.b,"Browser history needs a DOM");var t=window.history,n=Object(l.g)(),r=!Object(l.h)(),a=e.forceRefresh,h=void 0!==a&&a,m=e.getUserConfirmation,g=void 0===m?l.c:m,y=e.keyLength,_=void 0===y?6:y,v=e.basename?Object(c.g)(Object(c.a)(e.basename)):"",b=function(e){var t=e||{},n=t.key,r=t.state,a=window.location,i=a.pathname,u=a.search,l=a.hash,p=i+u+l;return o()(!v||Object(c.c)(p,v),'You are attempting to use a basename on a page whose URL path does not begin with the basename. Expected path "'+p+'" to begin with "'+v+'".'),v&&(p=Object(c.e)(p,v)),Object(s.a)(p,r,n)},x=function(){return Math.random().toString(36).substr(2,_)},w=Object(u.a)(),E=function(e){f(B,e),B.length=t.length,w.notifyListeners(B.location,B.action)},R=function(e){Object(l.d)(e)||k(b(e.state))},O=function(){k(b(d()))},S=!1,k=function(e){if(S)S=!1,E();else{w.confirmTransitionTo(e,"POP",g,function(t){t?E({action:"POP",location:e}):L(e)})}},L=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,U(o))},A=b(d()),C=[A.key],T=function(e){return v+Object(c.b)(e)},I=function(e,r){o()(!("object"===(void 0===e?"undefined":p(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 a=Object(s.a)(e,r,x(),B.location);w.confirmTransitionTo(a,"PUSH",g,function(e){if(e){var r=T(a),i=a.key,s=a.state;if(n)if(t.pushState({key:i,state:s},null,r),h)window.location.href=r;else{var c=C.indexOf(B.location.key),u=C.slice(0,-1===c?0:c+1);u.push(a.key),C=u,E({action:"PUSH",location:a})}else o()(void 0===s,"Browser history cannot push state in browsers that do not support HTML5 history"),window.location.href=r}})},P=function(e,r){o()(!("object"===(void 0===e?"undefined":p(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 a=Object(s.a)(e,r,x(),B.location);w.confirmTransitionTo(a,"REPLACE",g,function(e){if(e){var r=T(a),i=a.key,s=a.state;if(n)if(t.replaceState({key:i,state:s},null,r),h)window.location.replace(r);else{var c=C.indexOf(B.location.key);-1!==c&&(C[c]=a.key),E({action:"REPLACE",location:a})}else o()(void 0===s,"Browser history cannot replace state in browsers that do not support HTML5 history"),window.location.replace(r)}})},U=function(e){t.go(e)},N=function(){return U(-1)},D=function(){return U(1)},G=0,j=function(e){G+=e,1===G?(Object(l.a)(window,"popstate",R),r&&Object(l.a)(window,"hashchange",O)):0===G&&(Object(l.e)(window,"popstate",R),r&&Object(l.e)(window,"hashchange",O))},M=!1,F=function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=w.setPrompt(e);return M||(j(1),M=!0),function(){return M&&(M=!1,j(-1)),t()}},z=function(e){var t=w.appendListener(e);return j(1),function(){j(-1),t()}},B={length:t.length,action:"POP",location:A,createHref:T,push:I,replace:P,go:U,goBack:N,goForward:D,block:F,listen:z};return B};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("/")||[],a=t&&t.split("/")||[],i=e&&r(e),s=t&&r(t),c=i||s;if(e&&r(e)?a=n:n.length&&(a.pop(),a=a.concat(n)),!a.length)return"/";var u=void 0;if(a.length){var l=a[a.length-1];u="."===l||".."===l||""===l}else u=!1;for(var p=0,f=a.length;f>=0;f--){var d=a[f];"."===d?o(a,f):".."===d?(o(a,f),p++):p&&(o(a,f),p--)}if(!c)for(;p--;p)a.unshift("..");!c||""===a[0]||a[0]&&r(a[0])||a.unshift("");var h=a.join("/");return u&&"/"!==h.substr(-1)&&(h+="/"),h}t.a=a},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 a=e.valueOf(),i=t.valueOf();if(a!==e||i!==t)return r(a,i);var s=Object.keys(e),c=Object.keys(t);return s.length===c.length&&s.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(78),o=n.n(r),a=n(29),i=n.n(a),s=n(79),c=n(60),u=n(112),l=n(161),p=Object.assign||function(e){for(var t=1;t=0?t:0)+"#"+e)},g=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};i()(l.b,"Hash history needs a DOM");var t=window.history,n=Object(l.f)(),r=e.getUserConfirmation,a=void 0===r?l.c:r,g=e.hashType,y=void 0===g?"slash":g,_=e.basename?Object(c.g)(Object(c.a)(e.basename)):"",v=f[y],b=v.encodePath,x=v.decodePath,w=function(){var e=x(d());return o()(!_||Object(c.c)(e,_),'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 "'+_+'".'),_&&(e=Object(c.e)(e,_)),Object(s.a)(e)},E=Object(u.a)(),R=function(e){p(q,e),q.length=t.length,E.notifyListeners(q.location,q.action)},O=!1,S=null,k=function(){var e=d(),t=b(e);if(e!==t)m(t);else{var n=w(),r=q.location;if(!O&&Object(s.b)(r,n))return;if(S===Object(c.b)(n))return;S=null,L(n)}},L=function(e){if(O)O=!1,R();else{E.confirmTransitionTo(e,"POP",a,function(t){t?R({action:"POP",location:e}):A(e)})}},A=function(e){var t=q.location,n=P.lastIndexOf(Object(c.b)(t));-1===n&&(n=0);var r=P.lastIndexOf(Object(c.b)(e));-1===r&&(r=0);var o=n-r;o&&(O=!0,G(o))},C=d(),T=b(C);C!==T&&m(T);var I=w(),P=[Object(c.b)(I)],U=function(e){return"#"+b(_+Object(c.b)(e))},N=function(e,t){o()(void 0===t,"Hash history cannot push state; it is ignored");var n=Object(s.a)(e,void 0,void 0,q.location);E.confirmTransitionTo(n,"PUSH",a,function(e){if(e){var t=Object(c.b)(n),r=b(_+t);if(d()!==r){S=t,h(r);var a=P.lastIndexOf(Object(c.b)(q.location)),i=P.slice(0,-1===a?0:a+1);i.push(t),P=i,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()}})},D=function(e,t){o()(void 0===t,"Hash history cannot replace state; it is ignored");var n=Object(s.a)(e,void 0,void 0,q.location);E.confirmTransitionTo(n,"REPLACE",a,function(e){if(e){var t=Object(c.b)(n),r=b(_+t);d()!==r&&(S=t,m(r));var o=P.indexOf(Object(c.b)(q.location));-1!==o&&(P[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)},j=function(){return G(-1)},M=function(){return G(1)},F=0,z=function(e){F+=e,1===F?Object(l.a)(window,"hashchange",k):0===F&&Object(l.e)(window,"hashchange",k)},B=!1,W=function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=E.setPrompt(e);return B||(z(1),B=!0),function(){return B&&(B=!1,z(-1)),t()}},H=function(e){var t=E.appendListener(e);return z(1),function(){z(-1),t()}},q={length:t.length,action:"POP",location:I,createHref:U,push:N,replace:D,go:G,goBack:j,goForward:M,block:W,listen:H};return q};t.a=g},function(e,t,n){"use strict";var r=n(78),o=n.n(r),a=n(60),i=n(79),s=n(112),c="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,p=e.initialIndex,f=void 0===p?0:p,d=e.keyLength,h=void 0===d?6:d,m=Object(s.a)(),g=function(e){u(A,e),A.length=A.entries.length,m.notifyListeners(A.location,A.action)},y=function(){return Math.random().toString(36).substr(2,h)},_=l(f,0,r.length-1),v=r.map(function(e){return"string"==typeof e?Object(i.a)(e,void 0,y()):Object(i.a)(e,void 0,e.key||y())}),b=a.b,x=function(e,n){o()(!("object"===(void 0===e?"undefined":c(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(i.a)(e,n,y(),A.location);m.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),g({action:"PUSH",location:r,index:n,entries:o})}})},w=function(e,n){o()(!("object"===(void 0===e?"undefined":c(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(i.a)(e,n,y(),A.location);m.confirmTransitionTo(r,"REPLACE",t,function(e){e&&(A.entries[A.index]=r,g({action:"REPLACE",location:r}))})},E=function(e){var n=l(A.index+e,0,A.entries.length-1),r=A.entries[n];m.confirmTransitionTo(r,"POP",t,function(e){e?g({action:"POP",location:r,index:n}):g()})},R=function(){return E(-1)},O=function(){return E(1)},S=function(e){var t=A.index+e;return t>=0&&t0&&void 0!==arguments[0]&&arguments[0];return m.setPrompt(e)},L=function(e){return m.appendListener(e)},A={length:v.length,action:"POP",location:v[_],index:_,entries:v,createHref:b,push:x,replace:w,go:E,goBack:R,goForward:O,canGo:S,block:k,listen:L};return A};t.a=p},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 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 i=n(39),s=n.n(i),c=n(5),u=n.n(c),l=n(11),p=n.n(l),f=n(56),d=n(113),h=function(e){function t(){var n,a,i;r(this,t);for(var s=arguments.length,c=Array(s),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);h.propTypes={basename:p.a.string,getUserConfirmation:p.a.func,hashType:p.a.oneOf(["hashbang","noslash","slash"]),children:p.a.node},t.a=h},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 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 i=n(39),s=n.n(i),c=n(5),u=n.n(c),l=n(11),p=n.n(l),f=n(56),d=n(114),h=function(e){function t(){var n,a,i;r(this,t);for(var s=arguments.length,c=Array(s),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);h.propTypes={initialEntries:p.a.array,initialIndex:p.a.number,getUserConfirmation:p.a.func,keyLength:p.a.number,children:p.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),a=n.n(o),i=n(11),s=n.n(i),c=n(163),u=n(162),l=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}(s.a.Component);f.propTypes={when:u.a.bool,message:u.a.oneOfType([u.a.func,u.a.string]).isRequired},f.defaultProps={when:!0},f.contextTypes={router:u.a.shape({history:u.a.shape({block:u.a.func.isRequired}).isRequired}).isRequired},t.a=f},function(e,t,n){"use strict";var r=n(432);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 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 i=n(5),s=n.n(i),c=n(11),u=n.n(c),l=n(39),p=n.n(l),f=n(29),d=n.n(f),h=n(56),m=n(166),g=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 p()(!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(m.a)(n,t.params):g({},n,{pathname:Object(m.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}(s.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(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}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function a(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 s=n(39),c=n.n(s),u=n(29),l=n.n(u),p=n(5),f=n.n(p),d=n(11),h=n.n(d),m=n(56),g=n(114),y=Object.assign||function(e){for(var t=1;t",e)}},E=function(){},R=function(e){function t(){var n,r,i;o(this,t);for(var s=arguments.length,c=Array(s),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"]),a={createHref:this.createHref,action:"POP",location:b(t,Object(m.c)(n)),push:this.handlePush,replace:this.handleReplace,go:w("go"),goBack:w("goBack"),goForward:w("goForward"),listen:this.handleListen,block:this.handleBlock};return f.a.createElement(g.a,y({},o,{history:a}))},t}(f.a.Component);R.propTypes={basename:h.a.string,context:h.a.object.isRequired,location:h.a.oneOfType([h.a.string,h.a.object])},R.defaultProps={basename:"",location:"/"},R.childContextTypes={router:h.a.object.isRequired},t.a=R},function(e,t,n){"use strict";var r=n(436);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 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 i=n(5),s=n.n(i),c=n(11),u=n.n(c),l=n(39),p=n.n(l),f=n(29),d=n.n(f),h=n(115),m=function(e){function t(){return r(this,t),o(this,e.apply(this,arguments))}return a(t,e),t.prototype.componentWillMount=function(){d()(this.context.router,"You should not use outside a ")},t.prototype.componentWillReceiveProps=function(e){p()(!(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.'),p()(!(!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 s.a.Children.forEach(t,function(t){if(null==r&&s.a.isValidElement(t)){var a=t.props,i=a.path,c=a.exact,u=a.strict,l=a.sensitive,p=a.from,f=i||p;o=t,r=Object(h.a)(n.pathname,{path:f,exact:c,strict:u,sensitive:l},e.match)}}),r?s.a.cloneElement(o,{location:n,computedMatch:r}):null},t}(s.a.Component);m.contextTypes={router:u.a.shape({route:u.a.object.isRequired}).isRequired},m.propTypes={children:u.a.node,location:u.a.object},t.a=m},function(e,t,n){"use strict";var r=n(166);t.a=r.a},function(e,t,n){"use strict";var r=n(115);t.a=r.a},function(e,t,n){"use strict";var r=n(440);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),a=n.n(o),i=n(11),s=n.n(i),c=n(110),u=n.n(c),l=n(164),p=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);var e=document.createElement("script");e.src="https://gumroad.com/js/gumroad.js",e.async=!0,document.body.appendChild(e)}},{key:"componentWillUnmount",value:function(){document.querySelector(".navbar-cont").classList.remove("scroll"),window.removeEventListener("scroll",this.handleNavbarScroll)}},{key:"componentWillMount",value:function(){}},{key:"render",value:function(){return l.default.createElement(b,{className:"navbar-cont"},this.state.showGum&&l.default.createElement(Gumroad,null),l.default.createElement("ul",{className:"navbar",role:"navigation"},l.default.createElement("li",{className:"boxicon_brand"},l.default.createElement(p.Link,{to:"/"},l.default.createElement("div",{className:"brand sprite"}))),l.default.createElement("li",{className:"nav-search"}," ","/"===this.props.location&&l.default.createElement(d.default,null)),l.default.createElement("li",{className:"nav-links"},l.default.createElement(p.NavLink,{exact:!0,to:"/"},"Icons"),l.default.createElement(p.NavLink,{exact:!0,to:"/cheatsheet"},"Cheatsheet"),l.default.createElement(p.NavLink,{to:"/get-started"},"Usage "),l.default.createElement("a",{href:"https://github.com/atisawd/boxicons",target:"_blank"},l.default.createElement("i",{className:"bx bxl-github"})),l.default.createElement("a",{className:"color-button",href:"https://gum.co/boxicons?wanted=true",target:"_blank","data-gumroad-single-product":"true"},"Download ",l.default.createElement("span",null,"v",h.VERSION))),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-alt-left"})),this.state.showMobile&&l.default.createElement("ul",{className:"mobile-menu-cont animated slideInRight"},l.default.createElement("li",{className:"mobile-link"},l.default.createElement(p.NavLink,{exact:!0,to:"/",onClick:this.handleMenuLinkClick},"Icons")),l.default.createElement("li",{className:"mobile-link"},l.default.createElement("a",{className:"",href:"https://gum.co/boxicons?wanted=true",target:"_blank","data-gumroad-single-product":"true"},"Download")),l.default.createElement("li",{className:"mobile-link"},l.default.createElement(p.NavLink,{to:"/get-started",onClick:this.handleMenuLinkClick},"Get Started ")),l.default.createElement("li",{className:"mobile-link"},l.default.createElement(p.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=x},function(e,t){function n(){throw new Error("setTimeout has not been defined")}function r(){throw new Error("clearTimeout has not been defined")}function o(e){if(l===setTimeout)return setTimeout(e,0);if((l===n||!l)&&setTimeout)return l=setTimeout,setTimeout(e,0);try{return l(e,0)}catch(t){try{return l.call(null,e,0)}catch(t){return l.call(this,e,0)}}}function a(e){if(p===clearTimeout)return clearTimeout(e);if((p===r||!p)&&clearTimeout)return p=clearTimeout,clearTimeout(e);try{return p(e)}catch(t){try{return p.call(null,e)}catch(t){return p.call(this,e)}}}function i(){m&&d&&(m=!1,d.length?h=d.concat(h):g=-1,h.length&&s())}function s(){if(!m){var e=o(i);m=!0;for(var t=h.length;t;){for(d=h,h=[];++g1)for(var n=1;n=Ro),Lo=String.fromCharCode(32),ko={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:ko,extractEvents:function(e,t,n,r){var o=void 0,a=void 0;if(Eo)e:{switch(e){case"compositionstart":o=ko.compositionStart;break e;case"compositionend":o=ko.compositionEnd;break e;case"compositionupdate":o=ko.compositionUpdate;break e}o=void 0}else Co?F(e,n)&&(o=ko.compositionEnd):"keydown"===e&&229===n.keyCode&&(o=ko.compositionStart);return o?(So&&(Co||o!==ko.compositionStart?o===ko.compositionEnd&&Co&&(a=U()):(yo._root=r,yo._startText=j(),Co=!0)),o=bo.getPooled(o,t,n,r),a?o.data=a:null!==(a=z(n))&&(o.data=a),A(o),a=o):a=null,(e=Oo?B(e,n):W(e,n))?(t=xo.getPooled(ko.beforeInput,t,n,r),t.data=e,A(t)):t=null,null===a?t:null===t?a:[a,t]}},To=null,Po={injectFiberControlledHostComponent:function(e){To=e}},Uo=null,jo=null,Go={injection:Po,enqueueStateRestore:V,needsStateRestore:q,restoreStateIfNeeded:K},Do=!1,No={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},Mo=Ur.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,Fo="function"==typeof Symbol&&Symbol.for,zo=Fo?Symbol.for("react.element"):60103,Bo=Fo?Symbol.for("react.portal"):60106,Wo=Fo?Symbol.for("react.fragment"):60107,Ho=Fo?Symbol.for("react.strict_mode"):60108,Vo=Fo?Symbol.for("react.profiler"):60114,qo=Fo?Symbol.for("react.provider"):60109,Ko=Fo?Symbol.for("react.context"):60110,$o=Fo?Symbol.for("react.async_mode"):60111,Yo=Fo?Symbol.for("react.forward_ref"):60112,Xo=Fo?Symbol.for("react.timeout"):60113,Qo="function"==typeof Symbol&&Symbol.iterator,Jo=/^[: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={},ea={},ta={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){ta[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];ta[t]=new fe(t,1,!1,e[1],null)}),["contentEditable","draggable","spellCheck","value"].forEach(function(e){ta[e]=new fe(e,2,!1,e.toLowerCase(),null)}),["autoReverse","externalResourcesRequired","preserveAlpha"].forEach(function(e){ta[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){ta[e]=new fe(e,3,!1,e.toLowerCase(),null)}),["checked","multiple","muted","selected"].forEach(function(e){ta[e]=new fe(e,3,!0,e.toLowerCase(),null)}),["capture","download"].forEach(function(e){ta[e]=new fe(e,4,!1,e.toLowerCase(),null)}),["cols","rows","size","span"].forEach(function(e){ta[e]=new fe(e,6,!1,e.toLowerCase(),null)}),["rowSpan","start"].forEach(function(e){ta[e]=new fe(e,5,!1,e.toLowerCase(),null)});var na=/[\-:]([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(na,pe);ta[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(na,pe);ta[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(na,pe);ta[t]=new fe(t,1,!1,e,"http://www.w3.org/XML/1998/namespace")}),ta.tabIndex=new fe("tabIndex",1,!1,"tabindex",null);var ra={change:{phasedRegistrationNames:{bubbled:"onChange",captured:"onChangeCapture"},dependencies:"blur change click focus input keydown keyup selectionchange".split(" ")}},oa=null,aa=null,ia=!1;jr.canUseDOM&&(ia=ee("input")&&(!document.documentMode||9=document.documentMode,Ga={select:{phasedRegistrationNames:{bubbled:"onSelect",captured:"onSelectCapture"},dependencies:"blur contextmenu focus keydown keyup mousedown mouseup selectionchange".split(" ")}},Da=null,Na=null,Ma=null,Fa=!1,za={eventTypes:Ga,extractEvents:function(e,t,n,r){var o,a=r.window===r?r.document:9===r.nodeType?r:r.ownerDocument;if(!(o=!a)){e:{a=qe(a),o=$r.onSelect;for(var i=0;ie))){$a=-1,ei.didTimeout=!0;for(var t=0,n=Va.length;tt&&(t=8),Za=t"+t+"",t=si.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}}),ui={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},li=["Webkit","ms","Moz","O"];Object.keys(ui).forEach(function(e){li.forEach(function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),ui[t]=ui[e]})});var fi=Gr({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}),pi=Dr.thatReturns(""),di={createElement:pt,createTextNode:dt,setInitialProperties:ht,diffProperties:mt,updateProperties:gt,diffHydratedProperties:yt,diffHydratedText:_t,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],i=n||t+"Subscription",c=function(e){function n(a,i){r(this,n);var s=o(this,e.call(this,a,i));return s[t]=a.store,s}return a(n,e),n.prototype.getChildContext=function(){var e;return e={},e[t]=this[t],e[i]=null,e},n.prototype.render=function(){return s.Children.only(this.props.children)},n}(s.Component);return c.propTypes={store:l.a.isRequired,children:u.a.element.isRequired},c.childContextTypes=(e={},e[t]=l.a.isRequired,e[i]=l.b,e),c}t.a=i;var s=n(5),c=(n.n(s),n(11)),u=n.n(c),l=n(152);n(109);t.b=i()},function(e,t,n){"use strict";var r=n(108),o=n(107),a=n(386);e.exports=function(){function e(e,t,n,r,i,s){s!==a&&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=a,e=a},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 a(e,t){return e===t}var i=n(153),s=n(389),c=n(390),u=n(404),l=n(405),f=n(406),p=Object.assign||function(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:{},t=e.connectHOC,n=void 0===t?i.a:t,d=e.mapStateToPropsFactories,h=void 0===d?u.a:d,m=e.mapDispatchToPropsFactories,g=void 0===m?c.a:m,y=e.mergePropsFactories,_=void 0===y?l.a:y,v=e.selectorFactory,b=void 0===v?f.a:v;return function(e,t,i){var c=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},u=c.pure,l=void 0===u||u,f=c.areStatesEqual,d=void 0===f?a:f,m=c.areOwnPropsEqual,y=void 0===m?s.a:m,v=c.areStatePropsEqual,x=void 0===v?s.a:v,w=c.areMergedPropsEqual,E=void 0===w?s.a:w,R=r(c,["pure","areStatesEqual","areOwnPropsEqual","areStatePropsEqual","areMergedPropsEqual"]),O=o(e,h,"mapStateToProps"),S=o(t,g,"mapDispatchToProps"),L=o(i,_,"mergeProps");return n(b,p({methodName:"connect",getDisplayName:function(e){return"Connect("+e+")"},shouldHandleStateChanges:Boolean(e),initMapStateToProps:O,initMapDispatchToProps:S,initMergeProps:L,pure:l,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 i=0;i0&&void 0!==arguments[0]?arguments[0]:{},t=arguments[1];if(c)throw c;for(var o=!1,a={},i=0;i=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}function o(e,t,n,r){return function(o,a){return n(e(o,a),t(r,a),a)}}function a(e,t,n,r,o){function a(o,a){return h=o,m=a,g=e(h,m),y=t(r,m),_=n(g,y,m),d=!0,_}function i(){return g=e(h,m),t.dependsOnOwnProps&&(y=t(r,m)),_=n(g,y,m)}function s(){return e.dependsOnOwnProps&&(g=e(h,m)),t.dependsOnOwnProps&&(y=t(r,m)),_=n(g,y,m)}function c(){var t=e(h,m),r=!p(t,g);return g=t,r&&(_=n(g,y,m)),_}function u(e,t){var n=!f(t,m),r=!l(e,h);return h=e,m=t,n&&r?i():n?s():r?c():_}var l=o.areStatesEqual,f=o.areOwnPropsEqual,p=o.areStatePropsEqual,d=!1,h=void 0,m=void 0,g=void 0,y=void 0,_=void 0;return function(e,t){return d?u(e,t):a(e,t)}}function i(e,t){var n=t.initMapStateToProps,i=t.initMapDispatchToProps,s=t.initMergeProps,c=r(t,["initMapStateToProps","initMapDispatchToProps","initMergeProps"]),u=n(e,c),l=i(e,c),f=s(e,c);return(c.pure?a:o)(u,l,f,e,c)}t.a=i;n(407)},function(e,t,n){"use strict";n(109)},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(40),a=n(410),i=r(a),s=n(411),c=r(s),u=n(412),l=r(u),f=n(413),p=r(f),d=n(414),h=r(d),m=n(415),g=r(m),y=n(417),_=r(y);t.default=(0,o.combineReducers)({icons:i.default,selectedIcon:p.default,displaySideIcon:l.default,searchTerm:c.default,style:h.default,categories:g.default,displayCategories:_.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]:a,t=arguments[1];switch(t.type){case"FETCH_ICONS":return{data:o.default.filter(function(e){return"LOGO"!=e.type_of_icon&&(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"LOGO"!=e.type_of_icon&&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(32),n(170)),o=function(e){return e&&e.__esModule?e:{default:e}}(r),a={data:null}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=(n(32),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(32),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(32),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(32),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";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:a;switch(arguments[1].type){case"FETCH_CATEGORIES":return{data:o.default}}return e};var r=(n(32),n(416)),o=function(e){return e&&e.__esModule?e:{default:e}}(r),a={data:null}},function(e,t){e.exports=[{name:"Accessibility"},{name:"Arrow"},{name:"Building"},{name:"Business"},{name:"Code"},{name:"Communication"},{name:"Device"},{name:"eCommerce"},{name:"Emoji"},{name:"Files & Folder"},{name:"Finance"},{name:"Health"},{name:"Interface"},{name:"Layout"},{name:"Loader"},{name:"Music"},{name:"Object"},{name:"Photo & Video"},{name:"Shape"},{name:"Sport"},{name:"Time"},{name:"Travel"},{name:"User"},{name:"Weather"},{name:"Writing"}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=(n(32),function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments[1];switch(t.type){case"CHANGE_CATEGORIES":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 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 i=n(39),s=n.n(i),c=n(5),u=n.n(c),l=n(11),f=n.n(l),p=n(56),d=n(113),h=function(e){function t(){var n,a,i;r(this,t);for(var s=arguments.length,c=Array(s),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);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(78),o=n.n(r),a=n(29),i=n.n(a),s=n(79),c=n(60),u=n(112),l=n(161),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]:{};i()(l.b,"Browser history needs a DOM");var t=window.history,n=Object(l.g)(),r=!Object(l.h)(),a=e.forceRefresh,h=void 0!==a&&a,m=e.getUserConfirmation,g=void 0===m?l.c:m,y=e.keyLength,_=void 0===y?6:y,v=e.basename?Object(c.g)(Object(c.a)(e.basename)):"",b=function(e){var t=e||{},n=t.key,r=t.state,a=window.location,i=a.pathname,u=a.search,l=a.hash,f=i+u+l;return o()(!v||Object(c.c)(f,v),'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 "'+v+'".'),v&&(f=Object(c.e)(f,v)),Object(s.a)(f,r,n)},x=function(){return Math.random().toString(36).substr(2,_)},w=Object(u.a)(),E=function(e){p(B,e),B.length=t.length,w.notifyListeners(B.location,B.action)},R=function(e){Object(l.d)(e)||L(b(e.state))},O=function(){L(b(d()))},S=!1,L=function(e){if(S)S=!1,E();else{w.confirmTransitionTo(e,"POP",g,function(t){t?E({action:"POP",location:e}):k(e)})}},k=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,U(o))},A=b(d()),C=[A.key],I=function(e){return v+Object(c.b)(e)},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 push when the 1st argument is a location-like object that already has state; it is ignored");var a=Object(s.a)(e,r,x(),B.location);w.confirmTransitionTo(a,"PUSH",g,function(e){if(e){var r=I(a),i=a.key,s=a.state;if(n)if(t.pushState({key:i,state:s},null,r),h)window.location.href=r;else{var c=C.indexOf(B.location.key),u=C.slice(0,-1===c?0:c+1);u.push(a.key),C=u,E({action:"PUSH",location:a})}else o()(void 0===s,"Browser history cannot push state in browsers that do not support HTML5 history"),window.location.href=r}})},P=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 a=Object(s.a)(e,r,x(),B.location);w.confirmTransitionTo(a,"REPLACE",g,function(e){if(e){var r=I(a),i=a.key,s=a.state;if(n)if(t.replaceState({key:i,state:s},null,r),h)window.location.replace(r);else{var c=C.indexOf(B.location.key);-1!==c&&(C[c]=a.key),E({action:"REPLACE",location:a})}else o()(void 0===s,"Browser history cannot replace state in browsers that do not support HTML5 history"),window.location.replace(r)}})},U=function(e){t.go(e)},j=function(){return U(-1)},G=function(){return U(1)},D=0,N=function(e){D+=e,1===D?(Object(l.a)(window,"popstate",R),r&&Object(l.a)(window,"hashchange",O)):0===D&&(Object(l.e)(window,"popstate",R),r&&Object(l.e)(window,"hashchange",O))},M=!1,F=function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=w.setPrompt(e);return M||(N(1),M=!0),function(){return M&&(M=!1,N(-1)),t()}},z=function(e){var t=w.appendListener(e);return N(1),function(){N(-1),t()}},B={length:t.length,action:"POP",location:A,createHref:I,push:T,replace:P,go:U,goBack:j,goForward:G,block:F,listen:z};return B};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("/")||[],a=t&&t.split("/")||[],i=e&&r(e),s=t&&r(t),c=i||s;if(e&&r(e)?a=n:n.length&&(a.pop(),a=a.concat(n)),!a.length)return"/";var u=void 0;if(a.length){var l=a[a.length-1];u="."===l||".."===l||""===l}else u=!1;for(var f=0,p=a.length;p>=0;p--){var d=a[p];"."===d?o(a,p):".."===d?(o(a,p),f++):f&&(o(a,p),f--)}if(!c)for(;f--;f)a.unshift("..");!c||""===a[0]||a[0]&&r(a[0])||a.unshift("");var h=a.join("/");return u&&"/"!==h.substr(-1)&&(h+="/"),h}t.a=a},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 a=e.valueOf(),i=t.valueOf();if(a!==e||i!==t)return r(a,i);var s=Object.keys(e),c=Object.keys(t);return s.length===c.length&&s.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(78),o=n.n(r),a=n(29),i=n.n(a),s=n(79),c=n(60),u=n(112),l=n(161),f=Object.assign||function(e){for(var t=1;t=0?t:0)+"#"+e)},g=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};i()(l.b,"Hash history needs a DOM");var t=window.history,n=Object(l.f)(),r=e.getUserConfirmation,a=void 0===r?l.c:r,g=e.hashType,y=void 0===g?"slash":g,_=e.basename?Object(c.g)(Object(c.a)(e.basename)):"",v=p[y],b=v.encodePath,x=v.decodePath,w=function(){var e=x(d());return o()(!_||Object(c.c)(e,_),'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 "'+_+'".'),_&&(e=Object(c.e)(e,_)),Object(s.a)(e)},E=Object(u.a)(),R=function(e){f(V,e),V.length=t.length,E.notifyListeners(V.location,V.action)},O=!1,S=null,L=function(){var e=d(),t=b(e);if(e!==t)m(t);else{var n=w(),r=V.location;if(!O&&Object(s.b)(r,n))return;if(S===Object(c.b)(n))return;S=null,k(n)}},k=function(e){if(O)O=!1,R();else{E.confirmTransitionTo(e,"POP",a,function(t){t?R({action:"POP",location:e}):A(e)})}},A=function(e){var t=V.location,n=P.lastIndexOf(Object(c.b)(t));-1===n&&(n=0);var r=P.lastIndexOf(Object(c.b)(e));-1===r&&(r=0);var o=n-r;o&&(O=!0,D(o))},C=d(),I=b(C);C!==I&&m(I);var T=w(),P=[Object(c.b)(T)],U=function(e){return"#"+b(_+Object(c.b)(e))},j=function(e,t){o()(void 0===t,"Hash history cannot push state; it is ignored");var n=Object(s.a)(e,void 0,void 0,V.location);E.confirmTransitionTo(n,"PUSH",a,function(e){if(e){var t=Object(c.b)(n),r=b(_+t);if(d()!==r){S=t,h(r);var a=P.lastIndexOf(Object(c.b)(V.location)),i=P.slice(0,-1===a?0:a+1);i.push(t),P=i,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()}})},G=function(e,t){o()(void 0===t,"Hash history cannot replace state; it is ignored");var n=Object(s.a)(e,void 0,void 0,V.location);E.confirmTransitionTo(n,"REPLACE",a,function(e){if(e){var t=Object(c.b)(n),r=b(_+t);d()!==r&&(S=t,m(r));var o=P.indexOf(Object(c.b)(V.location));-1!==o&&(P[o]=t),R({action:"REPLACE",location:n})}})},D=function(e){o()(n,"Hash history go(n) causes a full page reload in this browser"),t.go(e)},N=function(){return D(-1)},M=function(){return D(1)},F=0,z=function(e){F+=e,1===F?Object(l.a)(window,"hashchange",L):0===F&&Object(l.e)(window,"hashchange",L)},B=!1,W=function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=E.setPrompt(e);return B||(z(1),B=!0),function(){return B&&(B=!1,z(-1)),t()}},H=function(e){var t=E.appendListener(e);return z(1),function(){z(-1),t()}},V={length:t.length,action:"POP",location:T,createHref:U,push:j,replace:G,go:D,goBack:N,goForward:M,block:W,listen:H};return V};t.a=g},function(e,t,n){"use strict";var r=n(78),o=n.n(r),a=n(60),i=n(79),s=n(112),c="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,h=void 0===d?6:d,m=Object(s.a)(),g=function(e){u(A,e),A.length=A.entries.length,m.notifyListeners(A.location,A.action)},y=function(){return Math.random().toString(36).substr(2,h)},_=l(p,0,r.length-1),v=r.map(function(e){return"string"==typeof e?Object(i.a)(e,void 0,y()):Object(i.a)(e,void 0,e.key||y())}),b=a.b,x=function(e,n){o()(!("object"===(void 0===e?"undefined":c(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(i.a)(e,n,y(),A.location);m.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),g({action:"PUSH",location:r,index:n,entries:o})}})},w=function(e,n){o()(!("object"===(void 0===e?"undefined":c(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(i.a)(e,n,y(),A.location);m.confirmTransitionTo(r,"REPLACE",t,function(e){e&&(A.entries[A.index]=r,g({action:"REPLACE",location:r}))})},E=function(e){var n=l(A.index+e,0,A.entries.length-1),r=A.entries[n];m.confirmTransitionTo(r,"POP",t,function(e){e?g({action:"POP",location:r,index:n}):g()})},R=function(){return E(-1)},O=function(){return E(1)},S=function(e){var t=A.index+e;return t>=0&&t0&&void 0!==arguments[0]&&arguments[0];return m.setPrompt(e)},k=function(e){return m.appendListener(e)},A={length:v.length,action:"POP",location:v[_],index:_,entries:v,createHref:b,push:x,replace:w,go:E,goBack:R,goForward:O,canGo:S,block:L,listen:k};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 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 i=n(39),s=n.n(i),c=n(5),u=n.n(c),l=n(11),f=n.n(l),p=n(56),d=n(113),h=function(e){function t(){var n,a,i;r(this,t);for(var s=arguments.length,c=Array(s),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);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(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 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 i=n(39),s=n.n(i),c=n(5),u=n.n(c),l=n(11),f=n.n(l),p=n(56),d=n(114),h=function(e){function t(){var n,a,i;r(this,t);for(var s=arguments.length,c=Array(s),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);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),a=n.n(o),i=n(11),s=n.n(i),c=n(163),u=n(162),l=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}(s.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(432);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 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 i=n(5),s=n.n(i),c=n(11),u=n.n(c),l=n(39),f=n.n(l),p=n(29),d=n.n(p),h=n(56),m=n(166),g=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(m.a)(n,t.params):g({},n,{pathname:Object(m.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}(s.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(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}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function a(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 s=n(39),c=n.n(s),u=n(29),l=n.n(u),f=n(5),p=n.n(f),d=n(11),h=n.n(d),m=n(56),g=n(114),y=Object.assign||function(e){for(var t=1;t",e)}},E=function(){},R=function(e){function t(){var n,r,i;o(this,t);for(var s=arguments.length,c=Array(s),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"]),a={createHref:this.createHref,action:"POP",location:b(t,Object(m.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(g.a,y({},o,{history:a}))},t}(p.a.Component);R.propTypes={basename:h.a.string,context:h.a.object.isRequired,location:h.a.oneOfType([h.a.string,h.a.object])},R.defaultProps={basename:"",location:"/"},R.childContextTypes={router:h.a.object.isRequired},t.a=R},function(e,t,n){"use strict";var r=n(436);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 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 i=n(5),s=n.n(i),c=n(11),u=n.n(c),l=n(39),f=n.n(l),p=n(29),d=n.n(p),h=n(115),m=function(e){function t(){return r(this,t),o(this,e.apply(this,arguments))}return a(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 s.a.Children.forEach(t,function(t){if(null==r&&s.a.isValidElement(t)){var a=t.props,i=a.path,c=a.exact,u=a.strict,l=a.sensitive,f=a.from,p=i||f;o=t,r=Object(h.a)(n.pathname,{path:p,exact:c,strict:u,sensitive:l},e.match)}}),r?s.a.cloneElement(o,{location:n,computedMatch:r}):null},t}(s.a.Component);m.contextTypes={router:u.a.shape({route:u.a.object.isRequired}).isRequired},m.propTypes={children:u.a.node,location:u.a.object},t.a=m},function(e,t,n){"use strict";var r=n(166);t.a=r.a},function(e,t,n){"use strict";var r=n(115);t.a=r.a},function(e,t,n){"use strict";var r=n(440);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),a=n.n(o),i=n(11),s=n.n(i),c=n(110),u=n.n(c),l=n(164),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);var e=document.createElement("script");e.src="https://gumroad.com/js/gumroad.js",e.async=!0,document.body.appendChild(e)}},{key:"componentWillUnmount",value:function(){document.querySelector(".navbar-cont").classList.remove("scroll"),window.removeEventListener("scroll",this.handleNavbarScroll)}},{key:"componentWillMount",value:function(){}},{key:"render",value:function(){return l.default.createElement(b,{className:"navbar-cont"},this.state.showGum&&l.default.createElement(Gumroad,null),l.default.createElement("ul",{className:"navbar",role:"navigation"},l.default.createElement("li",{className:"boxicon_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(d.default,null)),l.default.createElement("li",{className:"nav-links"},l.default.createElement(f.NavLink,{exact:!0,to:"/"},"Icons"),l.default.createElement(f.NavLink,{exact:!0,to:"/cheatsheet"},"Cheatsheet"),l.default.createElement(f.NavLink,{to:"/get-started"},"Usage "),l.default.createElement("a",{href:"https://github.com/atisawd/boxicons",target:"_blank"},l.default.createElement("i",{className:"bx bxl-github"})),l.default.createElement("a",{className:"color-button",href:"https://gum.co/boxicons?wanted=true",target:"_blank","data-gumroad-single-product":"true"},"Download ",l.default.createElement("span",null,"v",h.VERSION))),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-alt-left"})),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",{className:"",href:"https://gum.co/boxicons?wanted=true",target:"_blank","data-gumroad-single-product":"true"},"Download")),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=x},function(e,t){function n(){throw new Error("setTimeout has not been defined")}function r(){throw new Error("clearTimeout has not been defined")}function o(e){if(l===setTimeout)return setTimeout(e,0);if((l===n||!l)&&setTimeout)return l=setTimeout,setTimeout(e,0);try{return l(e,0)}catch(t){try{return l.call(null,e,0)}catch(t){return l.call(this,e,0)}}}function a(e){if(f===clearTimeout)return clearTimeout(e);if((f===r||!f)&&clearTimeout)return f=clearTimeout,clearTimeout(e);try{return f(e)}catch(t){try{return f.call(null,e)}catch(t){return f.call(this,e)}}}function i(){m&&d&&(m=!1,d.length?h=d.concat(h):g=-1,h.length&&s())}function s(){if(!m){var e=o(i);m=!0;for(var t=h.length;t;){for(d=h,h=[];++g1)for(var n=1;n * * Copyright (c) 2014-2017, Jon Schlinkert. @@ -36,7 +36,7 @@ var o=n(446);e.exports=function(e){var t,n;return!1!==r(e)&&("function"==typeof( * Copyright (c) 2014-2017, Jon Schlinkert. * Released under the MIT License. */ -e.exports=function(e){return null!=e&&"object"==typeof e&&!1===Array.isArray(e)}},function(e,t,n){!function(t){e.exports=t(null)}(function e(t){"use strict";function n(e,t,o,c,p){for(var f,d,h=0,y=0,_=0,v=0,b=0,x=0,w=0,E=0,R=0,O=0,S=0,C=0,T=0,I=0,P=0,U=0,N=0,G=0,j=0,M=o.length,F=M-1,z="",ae="",Ie="",Pe="",Ge="",Me="";P0&&(ae=ae.replace(g,"")),ae.trim().length>0)){switch(w){case ne:case ee:case q:case Z:case J:break;default:ae+=o.charAt(P)}w=q}if(1===N)switch(w){case K:case V:case q:case le:case ue:case $:case Y:case se:N=0;case ee:case Z:case J:case ne:break;default:for(N=0,j=P,b=w,P--,w=q;j0&&(++P,w=b);case K:j=M}}switch(w){case K:for(ae=ae.trim(),b=ae.charCodeAt(0),S=1,j=++P;P0&&(ae=ae.replace(g,"")),x=ae.charCodeAt(1)){case Oe:case ve:case be:case oe:f=t;break;default:f=De}if(Ie=n(t,f,Ie,x,p+1),j=Ie.length,Ne>0&&0===j&&(j=ae.length),je>0&&(f=r(De,ae,G),d=l(qe,Ie,f,t,Le,ke,j,x,p,c),ae=f.join(""),void 0!==d&&0===(j=(Ie=d.trim()).length)&&(x=0,Ie="")),j>0)switch(x){case be:ae=ae.replace(D,s);case Oe:case ve:case oe:Ie=ae+"{"+Ie+"}";break;case _e:ae=ae.replace(k,"$1 $2"+(Ke>0?$e:"")),Ie=ae+"{"+Ie+"}",Ie=1===Te||2===Te&&i("@"+Ie,3)?"@"+B+Ie+"@"+Ie:"@"+Ie;break;default:Ie=ae+Ie,c===Se&&(Pe+=Ie,Ie="")}else Ie="";break;default:Ie=n(t,r(t,ae,G),Ie,c,p+1)}Ge+=Ie,C=0,N=0,I=0,U=0,G=0,T=0,ae="",Ie="",w=o.charCodeAt(++P);break;case V:case q:if(ae=(U>0?ae.replace(g,""):ae).trim(),(j=ae.length)>1)switch(0===I&&((b=ae.charCodeAt(0))===oe||b>96&&b<123)&&(j=(ae=ae.replace(" ",":")).length),je>0&&void 0!==(d=l(We,ae,t,e,Le,ke,Pe.length,c,p,c))&&0===(j=(ae=d.trim()).length)&&(ae="\0\0"),b=ae.charCodeAt(0),x=ae.charCodeAt(1),b){case me:break;case te:if(x===Ee||x===Re){Me+=ae+o.charAt(P);break}default:if(ae.charCodeAt(j-1)===ce)break;Pe+=a(ae,b,x,ae.charCodeAt(2))}C=0,N=0,I=0,U=0,G=0,ae="",w=o.charCodeAt(++P)}}switch(w){case Z:case J:if(y+v+_+h+Ue===0)switch(O){case Y:case ue:case le:case te:case he:case fe:case ie:case de:case pe:case oe:case ce:case se:case q:case K:case V:break;default:I>0&&(N=1)}y===pe?y=0:Ce+C===0&&c!==_e&&ae.length>0&&(U=1,ae+="\0"),je*Ve>0&&l(Be,ae,t,e,Le,ke,Pe.length,c,p,c),ke=1,Le++;break;case q:case V:if(y+v+_+h===0){ke++;break}default:switch(ke++,z=o.charAt(P),w){case ee:case ne:if(v+h+y===0)switch(E){case se:case ce:case ee:case ne:z="";break;default:w!==ne&&(z=" ")}break;case me:z="\\0";break;case ge:z="\\f";break;case ye:z="\\v";break;case re:v+y+h===0&&Ce>0&&(G=1,U=1,z="\f"+z);break;case 108:if(v+y+h+Ae===0&&I>0)switch(P-I){case 2:E===xe&&o.charCodeAt(P-3)===ce&&(Ae=E);case 8:R===we&&(Ae=R)}break;case ce:v+y+h===0&&(I=P);break;case se:y+_+v+h===0&&(U=1,z+="\r");break;case le:case ue:0===y&&(v=v===w?0:0===v?w:v);break;case Q:v+y+_===0&&h++;break;case X:v+y+_===0&&h--;break;case Y:v+y+h===0&&_--;break;case $:if(v+y+h===0){if(0===C)switch(2*E+3*R){case 533:break;default:S=0,C=1}_++}break;case te:y+_+v+h+I+T===0&&(T=1);break;case ie:case pe:if(v+h+_>0)break;switch(y){case 0:switch(2*w+3*o.charCodeAt(P+1)){case 235:y=pe;break;case 220:j=P,y=ie}break;case ie:w===pe&&E===ie&&(33===o.charCodeAt(j+2)&&(Pe+=o.substring(j,P+1)),z="",y=0)}}if(0===y){if(Ce+v+h+T===0&&c!==_e&&w!==q)switch(w){case se:case he:case fe:case de:case Y:case $:if(0===C){switch(E){case ee:case ne:case J:case Z:z+="\0";break;default:z="\0"+z+(w===se?"":"\0")}U=1}else switch(w){case $:I+7===P&&108===E&&(I=0),C=++S;break;case Y:0==(C=--S)&&(U=1,z+="\0")}break;case ee:case ne:switch(E){case me:case K:case V:case q:case se:case ge:case ee:case ne:case J:case Z:break;default:0===C&&(U=1,z+="\0")}}ae+=z,w!==ne&&w!==ee&&(O=w)}}R=E,E=w,P++}if(j=Pe.length,Ne>0&&0===j&&0===Ge.length&&0===t[0].length==!1&&(c!==ve||1===t.length&&(Ce>0?Ye:Qe)===t[0])&&(j=t.join(",").length+2),j>0){if(f=0===Ce&&c!==_e?u(t):t,je>0&&void 0!==(d=l(He,Pe,f,e,Le,ke,j,c,p,c))&&0===(Pe=d).length)return Me+Pe+Ge;if(Pe=f.join(",")+"{"+Pe+"}",Te*Ae!=0){switch(2!==Te||i(Pe,2)||(Ae=0),Ae){case we:Pe=Pe.replace(A,":"+W+"$1")+Pe;break;case xe:Pe=Pe.replace(L,"::"+B+"input-$1")+Pe.replace(L,"::"+W+"$1")+Pe.replace(L,":"+H+"input-$1")+Pe}Ae=0}}return Me+Pe+Ge}function r(e,t,n){var r=t.trim().split(E),a=r,i=r.length,s=e.length;switch(s){case 0:case 1:for(var c=0,u=0===s?"":e[0]+" ";c0&&Ce>0)return o.replace(O,"$1").replace(R,"$1"+Qe);break;default:return e.trim()+o.replace(R,"$1"+e.trim())}default:if(n*Ce>0&&o.indexOf("\f")>0)return o.replace(R,(e.charCodeAt(0)===ce?"":"$1")+e.trim())}return e+o}function a(e,t,n,r){var o,s=0,u=e+";",l=2*t+3*n+4*r;if(944===l)return c(u);if(0===Te||2===Te&&!i(u,1))return u;switch(l){case 1015:return 97===u.charCodeAt(10)?B+u+u:u;case 951:return 116===u.charCodeAt(3)?B+u+u:u;case 963:return 110===u.charCodeAt(5)?B+u+u:u;case 1009:if(100!==u.charCodeAt(4))break;case 969:case 942:return B+u+u;case 978:return B+u+W+u+u;case 1019:case 983:return B+u+W+u+H+u+u;case 883:return u.charCodeAt(8)===oe?B+u+u:u.indexOf("image-set(",11)>0?u.replace(z,"$1"+B+"$2")+u:u;case 932:if(u.charCodeAt(4)===oe)switch(u.charCodeAt(5)){case 103:return B+"box-"+u.replace("-grow","")+B+u+H+u.replace("grow","positive")+u;case 115:return B+u+H+u.replace("shrink","negative")+u;case 98:return B+u+H+u.replace("basis","preferred-size")+u}return B+u+H+u+u;case 964:return B+u+H+"flex-"+u+u;case 1023:if(99!==u.charCodeAt(8))break;return o=u.substring(u.indexOf(":",15)).replace("flex-","").replace("space-between","justify"),B+"box-pack"+o+B+u+H+"flex-pack"+o+u;case 1005:return _.test(u)?u.replace(y,":"+B)+u.replace(y,":"+W)+u:u;case 1e3:switch(o=u.substring(13).trim(),s=o.indexOf("-")+1,o.charCodeAt(0)+o.charCodeAt(s)){case 226:o=u.replace(N,"tb");break;case 232:o=u.replace(N,"tb-rl");break;case 220:o=u.replace(N,"lr");break;default:return u}return B+u+H+o+u;case 1017:if(-1===u.indexOf("sticky",9))return u;case 975:switch(s=(u=e).length-10,o=(33===u.charCodeAt(s)?u.substring(0,s):u).substring(e.indexOf(":",7)+1).trim(),l=o.charCodeAt(0)+(0|o.charCodeAt(7))){case 203:if(o.charCodeAt(8)<111)break;case 115:u=u.replace(o,B+o)+";"+u;break;case 207:case 102:u=u.replace(o,B+(l>102?"inline-":"")+"box")+";"+u.replace(o,B+o)+";"+u.replace(o,H+o+"box")+";"+u}return u+";";case 938:if(u.charCodeAt(5)===oe)switch(u.charCodeAt(6)){case 105:return o=u.replace("-items",""),B+u+B+"box-"+o+H+"flex-"+o+u;case 115:return B+u+H+"flex-item-"+u.replace(j,"")+u;default:return B+u+H+"flex-line-pack"+u.replace("align-content","").replace(j,"")+u}break;case 973:case 989:if(u.charCodeAt(3)!==oe||122===u.charCodeAt(4))break;case 931:case 953:if(!0===F.test(e))return 115===(o=e.substring(e.indexOf(":")+1)).charCodeAt(0)?a(e.replace("stretch","fill-available"),t,n,r).replace(":fill-available",":stretch"):u.replace(o,B+o)+u.replace(o,W+o.replace("fill-",""))+u;break;case 962:if(u=B+u+(102===u.charCodeAt(5)?H+u:"")+u,n+r===211&&105===u.charCodeAt(13)&&u.indexOf("transform",10)>0)return u.substring(0,u.indexOf(";",27)+1).replace(v,"$1"+B+"$2")+u}return u}function i(e,t){var n=e.indexOf(1===t?":":"{"),r=e.substring(0,3!==t?n:10),o=e.substring(n+1,e.length-1);return Me(2!==t?r:r.replace(M,"$1"),o,t)}function s(e,t){var n=a(t,t.charCodeAt(0),t.charCodeAt(1),t.charCodeAt(2));return n!==t+";"?n.replace(G," or ($1)").substring(4):"("+t+")"}function c(e){var t=e.length,n=e.indexOf(":",9)+1,r=e.substring(0,n).trim(),o=e.substring(n,t-1).trim();switch(e.charCodeAt(9)*Ke){case 0:break;case oe:if(110!==e.charCodeAt(10))break;default:for(var a=o.split((o="",b)),s=0,n=0,t=a.length;ste&&l<90||l>96&&l<123||l===ae||l===oe&&c.charCodeAt(1)!==oe))switch(isNaN(parseFloat(c))+(-1!==c.indexOf("("))){case 1:switch(c){case"infinite":case"alternate":case"backwards":case"running":case"normal":case"forwards":case"both":case"none":case"linear":case"ease":case"ease-in":case"ease-out":case"ease-in-out":case"paused":case"reverse":case"alternate-reverse":case"inherit":case"initial":case"unset":case"step-start":case"step-end":break;default:c+=$e}}u[n++]=c}o+=(0===s?"":",")+u.join(" ")}}return o=r+o+";",1===Te||2===Te&&i(o,1)?B+o+o:o}function u(e){for(var t,n,r=0,o=e.length,a=Array(o);r1)){if(l=s.charCodeAt(s.length-1),p=n.charCodeAt(0),t="",0!==c)switch(l){case ie:case he:case fe:case de:case ne:case $:break;default:t=" "}switch(p){case re:n=t+Ye;case he:case fe:case de:case ne:case Y:case $:break;case Q:n=t+n+Ye;break;case ce:switch(2*n.charCodeAt(1)+3*n.charCodeAt(2)){case 530:if(Ie>0){n=t+n.substring(8,u-1);break}default:(c<1||i[c-1].length<1)&&(n=t+Ye+n)}break;case se:t="";default:n=u>1&&n.indexOf(":")>0?t+n.replace(U,"$1"+Ye+"$2"):t+n+Ye}s+=n}a[r]=s.replace(g,"").trim()}return a}function l(e,t,n,r,o,a,i,s,c,u){for(var l,p=0,f=t;p0&&($e=o.replace(S,a===Q?"":"-")),a=1,1===Ce?Qe=o:Ye=o;var i,s=[Qe];je>0&&void 0!==(i=l(ze,r,s,s,Le,ke,0,0,0,0))&&"string"==typeof i&&(r=i);var c=n(De,s,r,0,0);return je>0&&void 0!==(i=l(Fe,c,s,s,Le,ke,c.length,0,0,0))&&"string"!=typeof(c=i)&&(a=0),$e="",Qe="",Ye="",Ae=0,Le=1,ke=1,Pe*a==0?c:p(c)}var m=/^\0+/g,g=/[\0\r\f]/g,y=/: */g,_=/zoo|gra/,v=/([,: ])(transform)/g,b=/,+\s*(?![^(]*[)])/g,x=/ +\s*(?![^(]*[)])/g,w=/ *[\0] */g,E=/,\r+?/g,R=/([\t\r\n ])*\f?&/g,O=/:global\(((?:[^\(\)\[\]]*|\[.*\]|\([^\(\)]*\))*)\)/g,S=/\W+/g,k=/@(k\w+)\s*(\S*)\s*/,L=/::(place)/g,A=/:(read-only)/g,C=/\s+(?=[{\];=:>])/g,T=/([[}=:>])\s+/g,I=/(\{[^{]+?);(?=\})/g,P=/\s{2,}/g,U=/([^\(])(:+) */g,N=/[svh]\w+-[tblr]{2}/,D=/\(\s*(.*)\s*\)/g,G=/([\s\S]*?);/g,j=/-self|flex-/g,M=/[^]*?(:[rp][el]a[\w-]+)[^]*/,F=/stretch|:\s*\w+\-(?:conte|avail)/,z=/([^-])(image-set\()/,B="-webkit-",W="-moz-",H="-ms-",q=59,V=125,K=123,$=40,Y=41,Q=91,X=93,J=10,Z=13,ee=9,te=64,ne=32,re=38,oe=45,ae=95,ie=42,se=44,ce=58,ue=39,le=34,pe=47,fe=62,de=43,he=126,me=0,ge=12,ye=11,_e=107,ve=109,be=115,xe=112,we=111,Ee=105,Re=99,Oe=100,Se=112,ke=1,Le=1,Ae=0,Ce=1,Te=1,Ie=1,Pe=0,Ue=0,Ne=0,De=[],Ge=[],je=0,Me=null,Fe=-2,ze=-1,Be=0,We=1,He=2,qe=3,Ve=0,Ke=1,$e="",Ye="",Qe="";return h.use=f,h.set=d,void 0!==t&&d(t),h})},function(e,t,n){!function(t){e.exports=t()}(function(){"use strict";return function(e){function t(t){if(t)try{e(t+"}")}catch(e){}}return function(n,r,o,a,i,s,c,u,l,p){switch(n){case 1:if(0===l&&64===r.charCodeAt(0))return e(r+";"),"";break;case 2:if(0===u)return r+"/*|*/";break;case 3:switch(u){case 102:case 112:return e(o[0]+r),"";default:return r+(0===p?"/*|*/":"")}case-2:r.split("/*|*/}").forEach(t)}}}})},function(e,t,n){"use strict";e.exports=n(450)},function(e,t,n){"use strict";function r(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case a:switch(e=e.type){case f:case s:case u:case c:return e;default:switch(e=e&&e.$$typeof){case p:case d:case l:return e;default:return t}}case i:return t}}}/** @license React v16.4.1 +e.exports=function(e){return null!=e&&"object"==typeof e&&!1===Array.isArray(e)}},function(e,t,n){!function(t){e.exports=t(null)}(function e(t){"use strict";function n(e,t,o,c,f){for(var p,d,h=0,y=0,_=0,v=0,b=0,x=0,w=0,E=0,R=0,O=0,S=0,C=0,I=0,T=0,P=0,U=0,j=0,D=0,N=0,M=o.length,F=M-1,z="",ae="",Te="",Pe="",De="",Me="";P0&&(ae=ae.replace(g,"")),ae.trim().length>0)){switch(w){case ne:case ee:case V:case Z:case J:break;default:ae+=o.charAt(P)}w=V}if(1===j)switch(w){case K:case q:case V:case le:case ue:case $:case Y:case se:j=0;case ee:case Z:case J:case ne:break;default:for(j=0,N=P,b=w,P--,w=V;N0&&(++P,w=b);case K:N=M}}switch(w){case K:for(ae=ae.trim(),b=ae.charCodeAt(0),S=1,N=++P;P0&&(ae=ae.replace(g,"")),x=ae.charCodeAt(1)){case Oe:case ve:case be:case oe:p=t;break;default:p=Ge}if(Te=n(t,p,Te,x,f+1),N=Te.length,je>0&&0===N&&(N=ae.length),Ne>0&&(p=r(Ge,ae,D),d=l(Ve,Te,p,t,ke,Le,N,x,f,c),ae=p.join(""),void 0!==d&&0===(N=(Te=d.trim()).length)&&(x=0,Te="")),N>0)switch(x){case be:ae=ae.replace(G,s);case Oe:case ve:case oe:Te=ae+"{"+Te+"}";break;case _e:ae=ae.replace(L,"$1 $2"+(Ke>0?$e:"")),Te=ae+"{"+Te+"}",Te=1===Ie||2===Ie&&i("@"+Te,3)?"@"+B+Te+"@"+Te:"@"+Te;break;default:Te=ae+Te,c===Se&&(Pe+=Te,Te="")}else Te="";break;default:Te=n(t,r(t,ae,D),Te,c,f+1)}De+=Te,C=0,j=0,T=0,U=0,D=0,I=0,ae="",Te="",w=o.charCodeAt(++P);break;case q:case V:if(ae=(U>0?ae.replace(g,""):ae).trim(),(N=ae.length)>1)switch(0===T&&((b=ae.charCodeAt(0))===oe||b>96&&b<123)&&(N=(ae=ae.replace(" ",":")).length),Ne>0&&void 0!==(d=l(We,ae,t,e,ke,Le,Pe.length,c,f,c))&&0===(N=(ae=d.trim()).length)&&(ae="\0\0"),b=ae.charCodeAt(0),x=ae.charCodeAt(1),b){case me:break;case te:if(x===Ee||x===Re){Me+=ae+o.charAt(P);break}default:if(ae.charCodeAt(N-1)===ce)break;Pe+=a(ae,b,x,ae.charCodeAt(2))}C=0,j=0,T=0,U=0,D=0,ae="",w=o.charCodeAt(++P)}}switch(w){case Z:case J:if(y+v+_+h+Ue===0)switch(O){case Y:case ue:case le:case te:case he:case pe:case ie:case de:case fe:case oe:case ce:case se:case V:case K:case q:break;default:T>0&&(j=1)}y===fe?y=0:Ce+C===0&&c!==_e&&ae.length>0&&(U=1,ae+="\0"),Ne*qe>0&&l(Be,ae,t,e,ke,Le,Pe.length,c,f,c),Le=1,ke++;break;case V:case q:if(y+v+_+h===0){Le++;break}default:switch(Le++,z=o.charAt(P),w){case ee:case ne:if(v+h+y===0)switch(E){case se:case ce:case ee:case ne:z="";break;default:w!==ne&&(z=" ")}break;case me:z="\\0";break;case ge:z="\\f";break;case ye:z="\\v";break;case re:v+y+h===0&&Ce>0&&(D=1,U=1,z="\f"+z);break;case 108:if(v+y+h+Ae===0&&T>0)switch(P-T){case 2:E===xe&&o.charCodeAt(P-3)===ce&&(Ae=E);case 8:R===we&&(Ae=R)}break;case ce:v+y+h===0&&(T=P);break;case se:y+_+v+h===0&&(U=1,z+="\r");break;case le:case ue:0===y&&(v=v===w?0:0===v?w:v);break;case X:v+y+_===0&&h++;break;case Q:v+y+_===0&&h--;break;case Y:v+y+h===0&&_--;break;case $:if(v+y+h===0){if(0===C)switch(2*E+3*R){case 533:break;default:S=0,C=1}_++}break;case te:y+_+v+h+T+I===0&&(I=1);break;case ie:case fe:if(v+h+_>0)break;switch(y){case 0:switch(2*w+3*o.charCodeAt(P+1)){case 235:y=fe;break;case 220:N=P,y=ie}break;case ie:w===fe&&E===ie&&(33===o.charCodeAt(N+2)&&(Pe+=o.substring(N,P+1)),z="",y=0)}}if(0===y){if(Ce+v+h+I===0&&c!==_e&&w!==V)switch(w){case se:case he:case pe:case de:case Y:case $:if(0===C){switch(E){case ee:case ne:case J:case Z:z+="\0";break;default:z="\0"+z+(w===se?"":"\0")}U=1}else switch(w){case $:T+7===P&&108===E&&(T=0),C=++S;break;case Y:0==(C=--S)&&(U=1,z+="\0")}break;case ee:case ne:switch(E){case me:case K:case q:case V:case se:case ge:case ee:case ne:case J:case Z:break;default:0===C&&(U=1,z+="\0")}}ae+=z,w!==ne&&w!==ee&&(O=w)}}R=E,E=w,P++}if(N=Pe.length,je>0&&0===N&&0===De.length&&0===t[0].length==!1&&(c!==ve||1===t.length&&(Ce>0?Ye:Xe)===t[0])&&(N=t.join(",").length+2),N>0){if(p=0===Ce&&c!==_e?u(t):t,Ne>0&&void 0!==(d=l(He,Pe,p,e,ke,Le,N,c,f,c))&&0===(Pe=d).length)return Me+Pe+De;if(Pe=p.join(",")+"{"+Pe+"}",Ie*Ae!=0){switch(2!==Ie||i(Pe,2)||(Ae=0),Ae){case we:Pe=Pe.replace(A,":"+W+"$1")+Pe;break;case xe:Pe=Pe.replace(k,"::"+B+"input-$1")+Pe.replace(k,"::"+W+"$1")+Pe.replace(k,":"+H+"input-$1")+Pe}Ae=0}}return Me+Pe+De}function r(e,t,n){var r=t.trim().split(E),a=r,i=r.length,s=e.length;switch(s){case 0:case 1:for(var c=0,u=0===s?"":e[0]+" ";c0&&Ce>0)return o.replace(O,"$1").replace(R,"$1"+Xe);break;default:return e.trim()+o.replace(R,"$1"+e.trim())}default:if(n*Ce>0&&o.indexOf("\f")>0)return o.replace(R,(e.charCodeAt(0)===ce?"":"$1")+e.trim())}return e+o}function a(e,t,n,r){var o,s=0,u=e+";",l=2*t+3*n+4*r;if(944===l)return c(u);if(0===Ie||2===Ie&&!i(u,1))return u;switch(l){case 1015:return 97===u.charCodeAt(10)?B+u+u:u;case 951:return 116===u.charCodeAt(3)?B+u+u:u;case 963:return 110===u.charCodeAt(5)?B+u+u:u;case 1009:if(100!==u.charCodeAt(4))break;case 969:case 942:return B+u+u;case 978:return B+u+W+u+u;case 1019:case 983:return B+u+W+u+H+u+u;case 883:return u.charCodeAt(8)===oe?B+u+u:u.indexOf("image-set(",11)>0?u.replace(z,"$1"+B+"$2")+u:u;case 932:if(u.charCodeAt(4)===oe)switch(u.charCodeAt(5)){case 103:return B+"box-"+u.replace("-grow","")+B+u+H+u.replace("grow","positive")+u;case 115:return B+u+H+u.replace("shrink","negative")+u;case 98:return B+u+H+u.replace("basis","preferred-size")+u}return B+u+H+u+u;case 964:return B+u+H+"flex-"+u+u;case 1023:if(99!==u.charCodeAt(8))break;return o=u.substring(u.indexOf(":",15)).replace("flex-","").replace("space-between","justify"),B+"box-pack"+o+B+u+H+"flex-pack"+o+u;case 1005:return _.test(u)?u.replace(y,":"+B)+u.replace(y,":"+W)+u:u;case 1e3:switch(o=u.substring(13).trim(),s=o.indexOf("-")+1,o.charCodeAt(0)+o.charCodeAt(s)){case 226:o=u.replace(j,"tb");break;case 232:o=u.replace(j,"tb-rl");break;case 220:o=u.replace(j,"lr");break;default:return u}return B+u+H+o+u;case 1017:if(-1===u.indexOf("sticky",9))return u;case 975:switch(s=(u=e).length-10,o=(33===u.charCodeAt(s)?u.substring(0,s):u).substring(e.indexOf(":",7)+1).trim(),l=o.charCodeAt(0)+(0|o.charCodeAt(7))){case 203:if(o.charCodeAt(8)<111)break;case 115:u=u.replace(o,B+o)+";"+u;break;case 207:case 102:u=u.replace(o,B+(l>102?"inline-":"")+"box")+";"+u.replace(o,B+o)+";"+u.replace(o,H+o+"box")+";"+u}return u+";";case 938:if(u.charCodeAt(5)===oe)switch(u.charCodeAt(6)){case 105:return o=u.replace("-items",""),B+u+B+"box-"+o+H+"flex-"+o+u;case 115:return B+u+H+"flex-item-"+u.replace(N,"")+u;default:return B+u+H+"flex-line-pack"+u.replace("align-content","").replace(N,"")+u}break;case 973:case 989:if(u.charCodeAt(3)!==oe||122===u.charCodeAt(4))break;case 931:case 953:if(!0===F.test(e))return 115===(o=e.substring(e.indexOf(":")+1)).charCodeAt(0)?a(e.replace("stretch","fill-available"),t,n,r).replace(":fill-available",":stretch"):u.replace(o,B+o)+u.replace(o,W+o.replace("fill-",""))+u;break;case 962:if(u=B+u+(102===u.charCodeAt(5)?H+u:"")+u,n+r===211&&105===u.charCodeAt(13)&&u.indexOf("transform",10)>0)return u.substring(0,u.indexOf(";",27)+1).replace(v,"$1"+B+"$2")+u}return u}function i(e,t){var n=e.indexOf(1===t?":":"{"),r=e.substring(0,3!==t?n:10),o=e.substring(n+1,e.length-1);return Me(2!==t?r:r.replace(M,"$1"),o,t)}function s(e,t){var n=a(t,t.charCodeAt(0),t.charCodeAt(1),t.charCodeAt(2));return n!==t+";"?n.replace(D," or ($1)").substring(4):"("+t+")"}function c(e){var t=e.length,n=e.indexOf(":",9)+1,r=e.substring(0,n).trim(),o=e.substring(n,t-1).trim();switch(e.charCodeAt(9)*Ke){case 0:break;case oe:if(110!==e.charCodeAt(10))break;default:for(var a=o.split((o="",b)),s=0,n=0,t=a.length;ste&&l<90||l>96&&l<123||l===ae||l===oe&&c.charCodeAt(1)!==oe))switch(isNaN(parseFloat(c))+(-1!==c.indexOf("("))){case 1:switch(c){case"infinite":case"alternate":case"backwards":case"running":case"normal":case"forwards":case"both":case"none":case"linear":case"ease":case"ease-in":case"ease-out":case"ease-in-out":case"paused":case"reverse":case"alternate-reverse":case"inherit":case"initial":case"unset":case"step-start":case"step-end":break;default:c+=$e}}u[n++]=c}o+=(0===s?"":",")+u.join(" ")}}return o=r+o+";",1===Ie||2===Ie&&i(o,1)?B+o+o:o}function u(e){for(var t,n,r=0,o=e.length,a=Array(o);r1)){if(l=s.charCodeAt(s.length-1),f=n.charCodeAt(0),t="",0!==c)switch(l){case ie:case he:case pe:case de:case ne:case $:break;default:t=" "}switch(f){case re:n=t+Ye;case he:case pe:case de:case ne:case Y:case $:break;case X:n=t+n+Ye;break;case ce:switch(2*n.charCodeAt(1)+3*n.charCodeAt(2)){case 530:if(Te>0){n=t+n.substring(8,u-1);break}default:(c<1||i[c-1].length<1)&&(n=t+Ye+n)}break;case se:t="";default:n=u>1&&n.indexOf(":")>0?t+n.replace(U,"$1"+Ye+"$2"):t+n+Ye}s+=n}a[r]=s.replace(g,"").trim()}return a}function l(e,t,n,r,o,a,i,s,c,u){for(var l,f=0,p=t;f0&&($e=o.replace(S,a===X?"":"-")),a=1,1===Ce?Xe=o:Ye=o;var i,s=[Xe];Ne>0&&void 0!==(i=l(ze,r,s,s,ke,Le,0,0,0,0))&&"string"==typeof i&&(r=i);var c=n(Ge,s,r,0,0);return Ne>0&&void 0!==(i=l(Fe,c,s,s,ke,Le,c.length,0,0,0))&&"string"!=typeof(c=i)&&(a=0),$e="",Xe="",Ye="",Ae=0,ke=1,Le=1,Pe*a==0?c:f(c)}var m=/^\0+/g,g=/[\0\r\f]/g,y=/: */g,_=/zoo|gra/,v=/([,: ])(transform)/g,b=/,+\s*(?![^(]*[)])/g,x=/ +\s*(?![^(]*[)])/g,w=/ *[\0] */g,E=/,\r+?/g,R=/([\t\r\n ])*\f?&/g,O=/:global\(((?:[^\(\)\[\]]*|\[.*\]|\([^\(\)]*\))*)\)/g,S=/\W+/g,L=/@(k\w+)\s*(\S*)\s*/,k=/::(place)/g,A=/:(read-only)/g,C=/\s+(?=[{\];=:>])/g,I=/([[}=:>])\s+/g,T=/(\{[^{]+?);(?=\})/g,P=/\s{2,}/g,U=/([^\(])(:+) */g,j=/[svh]\w+-[tblr]{2}/,G=/\(\s*(.*)\s*\)/g,D=/([\s\S]*?);/g,N=/-self|flex-/g,M=/[^]*?(:[rp][el]a[\w-]+)[^]*/,F=/stretch|:\s*\w+\-(?:conte|avail)/,z=/([^-])(image-set\()/,B="-webkit-",W="-moz-",H="-ms-",V=59,q=125,K=123,$=40,Y=41,X=91,Q=93,J=10,Z=13,ee=9,te=64,ne=32,re=38,oe=45,ae=95,ie=42,se=44,ce=58,ue=39,le=34,fe=47,pe=62,de=43,he=126,me=0,ge=12,ye=11,_e=107,ve=109,be=115,xe=112,we=111,Ee=105,Re=99,Oe=100,Se=112,Le=1,ke=1,Ae=0,Ce=1,Ie=1,Te=1,Pe=0,Ue=0,je=0,Ge=[],De=[],Ne=0,Me=null,Fe=-2,ze=-1,Be=0,We=1,He=2,Ve=3,qe=0,Ke=1,$e="",Ye="",Xe="";return h.use=p,h.set=d,void 0!==t&&d(t),h})},function(e,t,n){!function(t){e.exports=t()}(function(){"use strict";return function(e){function t(t){if(t)try{e(t+"}")}catch(e){}}return function(n,r,o,a,i,s,c,u,l,f){switch(n){case 1:if(0===l&&64===r.charCodeAt(0))return e(r+";"),"";break;case 2:if(0===u)return r+"/*|*/";break;case 3:switch(u){case 102:case 112:return e(o[0]+r),"";default:return r+(0===f?"/*|*/":"")}case-2:r.split("/*|*/}").forEach(t)}}}})},function(e,t,n){"use strict";e.exports=n(450)},function(e,t,n){"use strict";function r(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case a:switch(e=e.type){case p:case s:case u:case c:return e;default:switch(e=e&&e.$$typeof){case f:case d:case l:return e;default:return t}}case i:return t}}}/** @license React v16.4.1 * react-is.production.min.js * * Copyright (c) 2013-present, Facebook, Inc. @@ -44,5 +44,5 @@ e.exports=function(e){return null!=e&&"object"==typeof e&&!1===Array.isArray(e)} * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ -Object.defineProperty(t,"__esModule",{value:!0});var o="function"==typeof Symbol&&Symbol.for,a=o?Symbol.for("react.element"):60103,i=o?Symbol.for("react.portal"):60106,s=o?Symbol.for("react.fragment"):60107,c=o?Symbol.for("react.strict_mode"):60108,u=o?Symbol.for("react.profiler"):60114,l=o?Symbol.for("react.provider"):60109,p=o?Symbol.for("react.context"):60110,f=o?Symbol.for("react.async_mode"):60111,d=o?Symbol.for("react.forward_ref"):60112,h=o?Symbol.for("react.timeout"):60113;t.typeOf=r,t.AsyncMode=f,t.ContextConsumer=p,t.ContextProvider=l,t.Element=a,t.ForwardRef=d,t.Fragment=s,t.Profiler=u,t.Portal=i,t.StrictMode=c,t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===s||e===f||e===u||e===c||e===h||"object"==typeof e&&null!==e&&(e.$$typeof===l||e.$$typeof===p||e.$$typeof===d)},t.isAsyncMode=function(e){return r(e)===f},t.isContextConsumer=function(e){return r(e)===p},t.isContextProvider=function(e){return r(e)===l},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===a},t.isForwardRef=function(e){return r(e)===d},t.isFragment=function(e){return r(e)===s},t.isProfiler=function(e){return r(e)===u},t.isPortal=function(e){return r(e)===i},t.isStrictMode=function(e){return r(e)===c}},function(e,t){e.exports="\"data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='-120 235 257.2 32'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Cpath id='XMLID_1_' d='M-101.3 262.7h-14.1c-2.6 0-4.6-2-4.6-4.6V244c0-2.6 2-4.6 4.6-4.6h14.1c2.6 0 4.6 2 4.6 4.6v14c0 2.6-2 4.7-4.6 4.7z' fill='%23ee3769'/%3E%3Cpath class='st0' d='M-76.7 252.7c-.5-.6-1.1-.9-1.9-1.1.6-.2 1.2-.5 1.6-1s.6-1.2.6-1.9c0-1-.4-1.9-1.1-2.4-.7-.6-1.8-.8-3.1-.8h-5.8v12.9h5.9c1.4 0 2.4-.3 3.2-.9s1.1-1.5 1.1-2.6c.2-1-.1-1.7-.5-2.2zm-4.4-4.9c1.1 0 1.7.5 1.7 1.4s-.6 1.4-1.6 1.4h-2v-2.8h1.9zm.2 7.8h-2.2v-2.9h2.2c.6 0 1 .1 1.3.4s.5.6.5 1.1c-.1 1-.6 1.4-1.8 1.4zm15.9-5.2c-.5-.7-1.1-1.4-1.9-1.8-.8-.5-1.7-.6-2.7-.6-1 0-1.9.2-2.7.6-.8.5-1.4 1-1.9 1.8s-.6 1.7-.6 2.8c0 1 .2 1.9.6 2.8.5.7 1.1 1.4 1.9 1.9.8.4 1.7.6 2.7.6 1 0 1.9-.2 2.7-.6.7-.4 1.4-1 1.9-1.9.5-.7.6-1.7.6-2.8 0-1.2-.1-2.1-.6-2.8zm-3.1 4.6c-.4.5-.9.6-1.5.6s-1.1-.2-1.5-.6c-.4-.5-.6-1-.6-1.9s.2-1.4.6-1.9c.4-.5.9-.6 1.5-.6s1.1.2 1.5.6c.4.5.6 1 .6 1.9 0 .9-.1 1.4-.6 1.9zm11.8 3.1l-2-2.9-1.9 2.9h-3.2l3.2-5.3-3.5-4.8h3.5l2 2.9 1.7-2.9h3.4l-3.4 5.2 3.6 4.9h-3.4zm4.6-10.1h3.1v10.1h-3.1V248zm13 1c.9.7 1.5 1.7 1.7 3h-3.2c-.1-.5-.3-.7-.6-1-.3-.3-.6-.4-1.1-.4-.6 0-1 .2-1.4.6-.4.5-.6 1-.6 1.9s.2 1.5.6 1.9c.4.5.8.6 1.4.6.5 0 .8-.1 1.1-.4.3-.3.5-.6.6-1h3.2c-.3 1.3-.8 2.2-1.7 3-.9.7-1.9 1.1-3.2 1.1-1 0-1.9-.2-2.7-.6-.7-.5-1.4-1-1.8-1.8-.5-.7-.6-1.7-.6-2.8s.2-1.9.6-2.8c.4-.7 1-1.4 1.8-1.8.7-.5 1.7-.6 2.7-.6 1.3 0 2.4.4 3.2 1.1zm12.7 1.4c-.5-.7-1.1-1.4-1.9-1.8-.8-.5-1.7-.6-2.7-.6-1 0-1.9.2-2.7.6-.8.5-1.4 1-1.9 1.8-.5.7-.6 1.7-.6 2.8 0 1 .2 1.9.6 2.8.5.7 1.1 1.4 1.9 1.9.8.4 1.7.6 2.7.6 1 0 1.9-.2 2.7-.6.7-.4 1.4-1 1.9-1.9.5-.7.6-1.7.6-2.8.1-1.2-.2-2.1-.6-2.8zm-3.2 4.6c-.4.5-.9.6-1.5.6s-1.1-.2-1.5-.6c-.4-.5-.6-1-.6-1.9s.2-1.4.6-1.9c.4-.5.9-.6 1.5-.6s1.1.2 1.5.6c.4.5.6 1 .6 1.9.1.9-.1 1.4-.6 1.9zm14.6-5.9c.6.7 1 1.9 1 3.2v5.8h-3.1v-5.6c0-.6-.2-1.2-.6-1.6-.4-.4-.8-.6-1.4-.6-.6 0-1.1.2-1.5.6-.4.4-.6.9-.6 1.7v5.4h-3.1v-10.1h3.1v1.9c.3-.6.7-1.1 1.3-1.4.6-.4 1.2-.6 2-.6 1.3.1 2.2.5 2.9 1.3zm10-.2c.7.6 1.2 1.5 1.5 2.5H-6c-.1-.4-.3-.7-.6-.9-.3-.3-.6-.4-1.1-.4-.4 0-.6.1-.8.2-.2.2-.3.4-.3.6 0 .3.2.6.5.7.4.2.8.3 1.6.5s1.4.4 1.9.6c.5.2.9.5 1.3.9.4.5.6 1 .6 1.7 0 .6-.2 1.1-.5 1.6s-.7.8-1.4 1c-.6.3-1.3.4-2.1.4-1.4 0-2.5-.3-3.2-.9-.8-.6-1.3-1.5-1.5-2.6h3c.1.5.3.7.6 1 .3.3.7.4 1.2.4.4 0 .6-.1.8-.3s.3-.4.3-.6c0-.4-.2-.6-.5-.7-.4-.2-.8-.3-1.6-.5s-1.4-.4-1.9-.5c-.5-.2-.9-.5-1.3-.8-.4-.4-.6-.9-.6-1.7 0-.9.4-1.7 1-2.2.6-.6 1.7-.8 3-.8 1.1-.2 2 .1 3 .8z'/%3E%3Ccircle class='st0' cx='-50.1' cy='244.4' r='1.6'/%3E%3Cpath class='st0' d='M-102.7 249.2c-.1-.3-.4-.4-.6-.4h-3.5l.6-3.5c0-.2 0-.5-.2-.6-.2-.2-.4-.3-.6-.3h-4.4c-.4 0-.6.3-.7.6l-.7 7.3c0 .2.1.4.2.6.2.2.4.3.6.3h2.2v5.7l6.5-8.1-.2-.2.2.2.7-.9c0-.1 0-.4-.1-.7z'/%3E%3C/svg%3E\""},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 a(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)}Object.defineProperty(t,"__esModule",{value:!0});var s=function(){function e(e,t){for(var n=0;n200?this.setState({displayToTop:!0}):this.setState({displayToTop:!1})}},{key:"handleFilter",value:function(e){this.setState({style:e}),"REGULAR"===e||"SOLID"===e||"LOGO"===e?this.props.fetchStyle(e,this.state.searchTerm):this.props.fetchIcons(this.state.searchTerm)}},{key:"handleKeyPress",value:function(e){var t=this;if(null!==this.state.icons.data)if(39==e.keyCode){if(null!=this.state.selectedIcon.name){var n=this.state.icons.data.findIndex(function(e){return e.slug==t.state.selectedIcon.slug});n===this.state.icons.data.length-1&&(n=-1),this.props.changeSideIcon(!0),this.props.setSelectedIcon(this.state.icons.data[n+1].name,this.state.icons.data[n+1].slug,this.state.icons.data[n+1].type_of_icon)}}else if(37==e.keyCode&&null!=this.state.selectedIcon.name){var n=this.state.icons.data.findIndex(function(e){return e.slug==t.state.selectedIcon.slug});0===n&&(n=this.state.icons.data.length),this.props.changeSideIcon(!0),this.props.setSelectedIcon(this.state.icons.data[n-1].name,this.state.icons.data[n-1].slug,this.state.icons.data[n-1].type_of_icon)}}},{key:"componentWillReceiveProps",value:function(e){this.setState({displaySideIcon:e.displaySideIcon}),this.setState({showSide:e.displayCategories}),null!==e.icons.data&&0===e.icons.data.length?this.setState({noResult:!0}):this.setState({noResult:!1}),this.setState({icons:e.icons}),this.setState({categories:e.categories}),this.setState({selectedIcon:e.selectedIcon}),this.setState({searchTerm:e.searchTerm})}},{key:"componentWillMount",value:function(){this.props.fetchIcons(""),this.props.fetchCategories()}},{key:"componentWillUnmount",value:function(){this.props.setSearchTerm(""),window.removeEventListener("scroll",this.handleScroll)}},{key:"componentDidMount",value:function(){window.addEventListener("scroll",this.handleScroll)}},{key:"render",value:function(){var e=this,t=(0,C.default)({active:this.state.displaySideIcon}),n=(0,C.default)({"side-active":this.state.showSide}),r=(0,C.default)({active:this.state.displayToTop,"to-top-cont":!0,up:this.state.displaySideIcon});return g.default.createElement(P,{className:t,onKeyDown:this.handleKeyPress},g.default.createElement(N,{className:r,onClick:this.toTop},g.default.createElement("div",{className:"to-top"},g.default.createElement("i",{className:"bx bx-chevron-up"}))),g.default.createElement(D,{side:this.state.showSide},g.default.createElement("div",{className:"icons-filter-in"},g.default.createElement("div",{className:"icons-filter",onClick:this.handleSide},g.default.createElement("i",{className:"bx bx-slider"})),g.default.createElement("div",{className:"icons-count"},null!==this.state.icons.data?this.state.icons.data.length:"0"," icons"),g.default.createElement("div",{className:"ALL"===this.state.style?"filter-all active":"filter-all",onClick:function(){return e.handleFilter("ALL")}},"All"),g.default.createElement("div",{className:"REGULAR"===this.state.style?"filter-regular active":"filter-regular",onClick:function(){return e.handleFilter("REGULAR")}},"Regular"),g.default.createElement("div",{className:"SOLID"===this.state.style?"filter-solid active":"filter-solid",onClick:function(){return e.handleFilter("SOLID")}},"Solid"),g.default.createElement("div",{className:"LOGO"===this.state.style?"filter-logo active":"filter-logo",onClick:function(){return e.handleFilter("LOGO")}},"Logos"))),g.default.createElement(U,{className:n},g.default.createElement("div",{className:"icons-left-section "},g.default.createElement("div",{className:"left-section-inner",onBlur:this.handleBlur},null!=this.state.selectedIcon.name&&g.default.createElement("div",null,g.default.createElement(I,{icon:this.state.selectedIcon})))),this.state.showSide&&g.default.createElement("div",{className:"icons-side-section "},g.default.createElement("div",{className:"side-section-inner"},null!=this.state.categories.data&&g.default.createElement(k.default,{searchTerm:this.state.searchTerm,style:this.state.style,categories:this.state.categories.data}))),null!=this.state.icons.data&&g.default.createElement("div",{className:"icons-right-section "},this.state.noResult&&g.default.createElement("div",{className:"icon-list "},g.default.createElement("div",{className:"container"},g.default.createElement("h3",{className:"no-result"},"No result found for",g.default.createElement("strong",null," '",this.state.searchTerm,"'"),g.default.createElement("p",null,"Having trouble finding an icon, try the ",g.default.createElement(T.Link,{to:"cheatsheet"},"Cheatsheet"))))),g.default.createElement(x.default,{icons:this.state.icons.data,style:this.state.style}))))}}]),t}(m.Component);t.default=(0,y.connect)(c,u)(G)},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(5),a=r(o),i=n(455),s=r(i),c=function(e){var t=e.icons.map(function(t,n){return a.default.createElement(s.default,{key:t.id,icon:t,num:n+1,style:e.style})});return a.default.createElement("div",{className:"icon-list animated delay50 fadeIn"},a.default.createElement("div",{className:"container"},t))};t.default=c},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 a(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 s(e){return{selectedIcon:e.selectedIcon,searchTerm:e.searchTerm}}function c(e){return(0,h.bindActionCreators)({changeSideIcon:b.changeSideIcon,setSelectedIcon:b.setSelectedIcon},e)}Object.defineProperty(t,"__esModule",{value:!0});var u=function(){function e(e,t){for(var n=0;n200?this.setState({displayToTop:!0}):this.setState({displayToTop:!1})}},{key:"handleFilter",value:function(e){this.setState({style:e}),"REGULAR"===e||"SOLID"===e||"LOGO"===e?this.props.fetchStyle(e,this.state.searchTerm):this.props.fetchIcons(this.state.searchTerm)}},{key:"handleKeyPress",value:function(e){var t=this;if(null!==this.state.icons.data)if(39==e.keyCode){if(null!=this.state.selectedIcon.name){var n=this.state.icons.data.findIndex(function(e){return e.slug==t.state.selectedIcon.slug});n===this.state.icons.data.length-1&&(n=-1),this.props.changeSideIcon(!0),this.props.setSelectedIcon(this.state.icons.data[n+1].name,this.state.icons.data[n+1].slug,this.state.icons.data[n+1].type_of_icon)}}else if(37==e.keyCode&&null!=this.state.selectedIcon.name){var n=this.state.icons.data.findIndex(function(e){return e.slug==t.state.selectedIcon.slug});0===n&&(n=this.state.icons.data.length),this.props.changeSideIcon(!0),this.props.setSelectedIcon(this.state.icons.data[n-1].name,this.state.icons.data[n-1].slug,this.state.icons.data[n-1].type_of_icon)}}},{key:"componentWillReceiveProps",value:function(e){this.setState({displaySideIcon:e.displaySideIcon}),this.setState({showSide:e.displayCategories}),null!==e.icons.data&&0===e.icons.data.length?this.setState({noResult:!0}):this.setState({noResult:!1}),this.setState({icons:e.icons}),this.setState({categories:e.categories}),this.setState({selectedIcon:e.selectedIcon}),this.setState({searchTerm:e.searchTerm})}},{key:"componentWillMount",value:function(){this.props.fetchIcons(""),this.props.fetchCategories()}},{key:"componentWillUnmount",value:function(){this.props.setSearchTerm(""),window.removeEventListener("scroll",this.handleScroll)}},{key:"componentDidMount",value:function(){window.addEventListener("scroll",this.handleScroll)}},{key:"render",value:function(){var e=this,t=(0,C.default)({active:this.state.displaySideIcon}),n=(0,C.default)({"side-active":this.state.showSide}),r=(0,C.default)({active:this.state.displayToTop,"to-top-cont":!0,up:this.state.displaySideIcon});return g.default.createElement(P,{className:t,onKeyDown:this.handleKeyPress},g.default.createElement(j,{className:r,onClick:this.toTop},g.default.createElement("div",{className:"to-top"},g.default.createElement("i",{className:"bx bx-chevron-up"}))),g.default.createElement(G,{side:this.state.showSide},g.default.createElement("div",{className:"icons-filter-in"},g.default.createElement("div",{className:"icons-filter",onClick:this.handleSide},g.default.createElement("i",{className:"bx bx-slider"})),g.default.createElement("div",{className:"icons-count"},null!==this.state.icons.data?this.state.icons.data.length:"0"," icons"),g.default.createElement("div",{className:"ALL"===this.state.style?"filter-all active":"filter-all",onClick:function(){return e.handleFilter("ALL")}},"All"),g.default.createElement("div",{className:"REGULAR"===this.state.style?"filter-regular active":"filter-regular",onClick:function(){return e.handleFilter("REGULAR")}},"Regular"),g.default.createElement("div",{className:"SOLID"===this.state.style?"filter-solid active":"filter-solid",onClick:function(){return e.handleFilter("SOLID")}},"Solid"),g.default.createElement("div",{className:"LOGO"===this.state.style?"filter-logo active":"filter-logo",onClick:function(){return e.handleFilter("LOGO")}},"Logos"))),g.default.createElement(U,{className:n},g.default.createElement("div",{className:"icons-left-section "},g.default.createElement("div",{className:"left-section-inner",onBlur:this.handleBlur},null!=this.state.selectedIcon.name&&g.default.createElement("div",null,g.default.createElement(T,{icon:this.state.selectedIcon})))),this.state.showSide&&g.default.createElement("div",{className:"icons-side-section "},g.default.createElement("div",{className:"side-section-inner"},null!=this.state.categories.data&&g.default.createElement(L.default,{searchTerm:this.state.searchTerm,style:this.state.style,categories:this.state.categories.data}))),null!=this.state.icons.data&&g.default.createElement("div",{className:"icons-right-section "},this.state.noResult&&g.default.createElement("div",{className:"icon-list "},g.default.createElement("div",{className:"container"},g.default.createElement("h3",{className:"no-result"},"No result found for",g.default.createElement("strong",null," '",this.state.searchTerm,"'"),g.default.createElement("p",null,"Having trouble finding an icon, try the ",g.default.createElement(I.Link,{to:"cheatsheet"},"Cheatsheet"))))),g.default.createElement(x.default,{icons:this.state.icons.data,style:this.state.style}))))}}]),t}(m.Component);t.default=(0,y.connect)(c,u)(D)},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(5),a=r(o),i=n(455),s=r(i),c=function(e){var t=e.icons.map(function(t,n){return a.default.createElement(s.default,{key:t.id,icon:t,num:n+1,style:e.style})});return a.default.createElement("div",{className:"icon-list animated delay50 fadeIn"},a.default.createElement("div",{className:"container"},t))};t.default=c},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 a(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 s(e){return{selectedIcon:e.selectedIcon,searchTerm:e.searchTerm}}function c(e){return(0,h.bindActionCreators)({changeSideIcon:b.changeSideIcon,setSelectedIcon:b.setSelectedIcon},e)}Object.defineProperty(t,"__esModule",{value:!0});var u=function(){function e(e,t){for(var n=0;n - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/fonts/boxicons.ttf b/static/fonts/boxicons.ttf index 21bd3c8..43b5846 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 3c92159..00f6c63 100644 Binary files a/static/fonts/boxicons.woff and b/static/fonts/boxicons.woff differ diff --git a/static/fonts/boxicons.woff2 b/static/fonts/boxicons.woff2 index 6e01084..02593c5 100644 Binary files a/static/fonts/boxicons.woff2 and b/static/fonts/boxicons.woff2 differ diff --git a/static/img/svg/bx-adjust.svg b/static/img/svg/bx-adjust.svg index c5f7e29..3b37d9d 100644 --- a/static/img/svg/bx-adjust.svg +++ b/static/img/svg/bx-adjust.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-adjust + + + diff --git a/static/img/svg/bx-alarm-off.svg b/static/img/svg/bx-alarm-off.svg index 591d81a..fb2711b 100644 --- a/static/img/svg/bx-alarm-off.svg +++ b/static/img/svg/bx-alarm-off.svg @@ -1 +1,7 @@ - \ No newline at end of file + + +bx-alarm-off + + + + diff --git a/static/img/svg/bx-alarm.svg b/static/img/svg/bx-alarm.svg index 8aca793..bd53e09 100644 --- a/static/img/svg/bx-alarm.svg +++ b/static/img/svg/bx-alarm.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-alarm + + + diff --git a/static/img/svg/bx-album.svg b/static/img/svg/bx-album.svg index dd9d602..af7c4e5 100644 --- a/static/img/svg/bx-album.svg +++ b/static/img/svg/bx-album.svg @@ -1 +1,7 @@ - \ No newline at end of file + + +bx-album + + + + diff --git a/static/img/svg/bx-align-justify.svg b/static/img/svg/bx-align-justify.svg index a88afca..4495ef3 100644 --- a/static/img/svg/bx-align-justify.svg +++ b/static/img/svg/bx-align-justify.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-align-justify + + diff --git a/static/img/svg/bx-align-left.svg b/static/img/svg/bx-align-left.svg index d93eec4..caa6f8d 100644 --- a/static/img/svg/bx-align-left.svg +++ b/static/img/svg/bx-align-left.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-align-left + + diff --git a/static/img/svg/bx-align-middle.svg b/static/img/svg/bx-align-middle.svg index bd17cdb..973c534 100644 --- a/static/img/svg/bx-align-middle.svg +++ b/static/img/svg/bx-align-middle.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-align-middle + + diff --git a/static/img/svg/bx-align-right.svg b/static/img/svg/bx-align-right.svg index 11526ba..9baecb0 100644 --- a/static/img/svg/bx-align-right.svg +++ b/static/img/svg/bx-align-right.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-align-right + + diff --git a/static/img/svg/bx-analyse.svg b/static/img/svg/bx-analyse.svg index 30246e0..13222dc 100644 --- a/static/img/svg/bx-analyse.svg +++ b/static/img/svg/bx-analyse.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-analyse + + + diff --git a/static/img/svg/bx-anchor.svg b/static/img/svg/bx-anchor.svg index 16cddf8..c0aafad 100644 --- a/static/img/svg/bx-anchor.svg +++ b/static/img/svg/bx-anchor.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-anchor + + diff --git a/static/img/svg/bx-aperture.svg b/static/img/svg/bx-aperture.svg index 9e27cff..534c6bb 100644 --- a/static/img/svg/bx-aperture.svg +++ b/static/img/svg/bx-aperture.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-aperture + + diff --git a/static/img/svg/bx-archive-in.svg b/static/img/svg/bx-archive-in.svg index 28e0db1..54df346 100644 --- a/static/img/svg/bx-archive-in.svg +++ b/static/img/svg/bx-archive-in.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-archive-in + + + diff --git a/static/img/svg/bx-archive-out.svg b/static/img/svg/bx-archive-out.svg index ba67139..f39fe82 100644 --- a/static/img/svg/bx-archive-out.svg +++ b/static/img/svg/bx-archive-out.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-archive-out + + + diff --git a/static/img/svg/bx-archive.svg b/static/img/svg/bx-archive.svg index 5fc55c7..9b48dc1 100644 --- a/static/img/svg/bx-archive.svg +++ b/static/img/svg/bx-archive.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-archive + + + diff --git a/static/img/svg/bx-area.svg b/static/img/svg/bx-area.svg index 78a9a2d..8fde329 100644 --- a/static/img/svg/bx-area.svg +++ b/static/img/svg/bx-area.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-area + + + diff --git a/static/img/svg/bx-arrow-back.svg b/static/img/svg/bx-arrow-back.svg index 6f250f4..275c9e9 100644 --- a/static/img/svg/bx-arrow-back.svg +++ b/static/img/svg/bx-arrow-back.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-arrow-back + + diff --git a/static/img/svg/bx-asterisk.svg b/static/img/svg/bx-asterisk.svg index 6ff6b62..bc18c86 100644 --- a/static/img/svg/bx-asterisk.svg +++ b/static/img/svg/bx-asterisk.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-asterisk + + diff --git a/static/img/svg/bx-at.svg b/static/img/svg/bx-at.svg index 5113ed0..3a9f95f 100644 --- a/static/img/svg/bx-at.svg +++ b/static/img/svg/bx-at.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-at + + diff --git a/static/img/svg/bx-award.svg b/static/img/svg/bx-award.svg index f79d331..44af5b4 100644 --- a/static/img/svg/bx-award.svg +++ b/static/img/svg/bx-award.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-award + + diff --git a/static/img/svg/bx-badge.svg b/static/img/svg/bx-badge.svg new file mode 100644 index 0000000..1faac4b --- /dev/null +++ b/static/img/svg/bx-badge.svg @@ -0,0 +1,8 @@ + + +bx-badge + + + + + diff --git a/static/img/svg/bx-ball.svg b/static/img/svg/bx-ball.svg index 72a09b0..dee1086 100644 --- a/static/img/svg/bx-ball.svg +++ b/static/img/svg/bx-ball.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-ball + + + diff --git a/static/img/svg/bx-bar-chart-alt.svg b/static/img/svg/bx-bar-chart-alt.svg index 8a75bd2..f29f236 100644 --- a/static/img/svg/bx-bar-chart-alt.svg +++ b/static/img/svg/bx-bar-chart-alt.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-bar-chart-alt + + diff --git a/static/img/svg/bx-bar-chart-square.svg b/static/img/svg/bx-bar-chart-square.svg index edd8545..185583e 100644 --- a/static/img/svg/bx-bar-chart-square.svg +++ b/static/img/svg/bx-bar-chart-square.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-bar-chart-square + + + diff --git a/static/img/svg/bx-bar-chart.svg b/static/img/svg/bx-bar-chart.svg index 219ec7f..6080f89 100644 --- a/static/img/svg/bx-bar-chart.svg +++ b/static/img/svg/bx-bar-chart.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-bar-chart + + diff --git a/static/img/svg/bx-barcode.svg b/static/img/svg/bx-barcode.svg index e97c539..d48430c 100644 --- a/static/img/svg/bx-barcode.svg +++ b/static/img/svg/bx-barcode.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-barcode + + + diff --git a/static/img/svg/bx-basketball.svg b/static/img/svg/bx-basketball.svg index b48d036..af25237 100644 --- a/static/img/svg/bx-basketball.svg +++ b/static/img/svg/bx-basketball.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-basketball + + diff --git a/static/img/svg/bx-bath.svg b/static/img/svg/bx-bath.svg index 647f757..e49186e 100644 --- a/static/img/svg/bx-bath.svg +++ b/static/img/svg/bx-bath.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-bath + + diff --git a/static/img/svg/bx-battery-charging.svg b/static/img/svg/bx-battery-charging.svg index bd4fee4..7f06f36 100644 --- a/static/img/svg/bx-battery-charging.svg +++ b/static/img/svg/bx-battery-charging.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-battery-charging + + + diff --git a/static/img/svg/bx-battery-full.svg b/static/img/svg/bx-battery-full.svg index 978e63d..76beb7b 100644 --- a/static/img/svg/bx-battery-full.svg +++ b/static/img/svg/bx-battery-full.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-battery-full + + + diff --git a/static/img/svg/bx-battery-low.svg b/static/img/svg/bx-battery-low.svg index 061de8e..a6617c4 100644 --- a/static/img/svg/bx-battery-low.svg +++ b/static/img/svg/bx-battery-low.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-battery-low + + + diff --git a/static/img/svg/bx-battery.svg b/static/img/svg/bx-battery.svg index 28a373f..8111ae7 100644 --- a/static/img/svg/bx-battery.svg +++ b/static/img/svg/bx-battery.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-battery + + diff --git a/static/img/svg/bx-bed.svg b/static/img/svg/bx-bed.svg index 62be62f..7313dee 100644 --- a/static/img/svg/bx-bed.svg +++ b/static/img/svg/bx-bed.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-bed + + diff --git a/static/img/svg/bx-bell-minus.svg b/static/img/svg/bx-bell-minus.svg index a475d4f..46a11bd 100644 --- a/static/img/svg/bx-bell-minus.svg +++ b/static/img/svg/bx-bell-minus.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-bell-minus + + + diff --git a/static/img/svg/bx-bell-off.svg b/static/img/svg/bx-bell-off.svg index b418a3d..ff76d82 100644 --- a/static/img/svg/bx-bell-off.svg +++ b/static/img/svg/bx-bell-off.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-bell-off + + diff --git a/static/img/svg/bx-bell-plus.svg b/static/img/svg/bx-bell-plus.svg index ebfe6f3..4beb632 100644 --- a/static/img/svg/bx-bell-plus.svg +++ b/static/img/svg/bx-bell-plus.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-bell-plus + + + diff --git a/static/img/svg/bx-bell-ring.svg b/static/img/svg/bx-bell-ring.svg index 409d891..526a106 100644 --- a/static/img/svg/bx-bell-ring.svg +++ b/static/img/svg/bx-bell-ring.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-bell-ring + + diff --git a/static/img/svg/bx-bell.svg b/static/img/svg/bx-bell.svg index e2ca1a3..fbfdea1 100644 --- a/static/img/svg/bx-bell.svg +++ b/static/img/svg/bx-bell.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-bell + + diff --git a/static/img/svg/bx-bicycle.svg b/static/img/svg/bx-bicycle.svg index 16876e4..bdef0ab 100644 --- a/static/img/svg/bx-bicycle.svg +++ b/static/img/svg/bx-bicycle.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-bicycle + + diff --git a/static/img/svg/bx-block.svg b/static/img/svg/bx-block.svg index cef4371..4dd2344 100644 --- a/static/img/svg/bx-block.svg +++ b/static/img/svg/bx-block.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-block + + diff --git a/static/img/svg/bx-bluetooth.svg b/static/img/svg/bx-bluetooth.svg index 2c988ed..e3e08a0 100644 --- a/static/img/svg/bx-bluetooth.svg +++ b/static/img/svg/bx-bluetooth.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-bluetooth + + diff --git a/static/img/svg/bx-body.svg b/static/img/svg/bx-body.svg index 4e4c40f..aacd917 100644 --- a/static/img/svg/bx-body.svg +++ b/static/img/svg/bx-body.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-body + + + diff --git a/static/img/svg/bx-bold.svg b/static/img/svg/bx-bold.svg index c7ffdbe..57a69aa 100644 --- a/static/img/svg/bx-bold.svg +++ b/static/img/svg/bx-bold.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-bold + + diff --git a/static/img/svg/bx-bolt.svg b/static/img/svg/bx-bolt.svg index 8ab2931..ddb27bb 100644 --- a/static/img/svg/bx-bolt.svg +++ b/static/img/svg/bx-bolt.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-bolt + + diff --git a/static/img/svg/bx-book-bookmark.svg b/static/img/svg/bx-book-bookmark.svg index 75bf2ce..185685d 100644 --- a/static/img/svg/bx-book-bookmark.svg +++ b/static/img/svg/bx-book-bookmark.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-book-bookmark + + diff --git a/static/img/svg/bx-book-open.svg b/static/img/svg/bx-book-open.svg index cafe4a3..9f8788b 100644 --- a/static/img/svg/bx-book-open.svg +++ b/static/img/svg/bx-book-open.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-book-open + + diff --git a/static/img/svg/bx-book.svg b/static/img/svg/bx-book.svg index 7ecba64..c157b72 100644 --- a/static/img/svg/bx-book.svg +++ b/static/img/svg/bx-book.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-book + + + diff --git a/static/img/svg/bx-bookmark-minus.svg b/static/img/svg/bx-bookmark-minus.svg index 2cf46bb..9f8bd2c 100644 --- a/static/img/svg/bx-bookmark-minus.svg +++ b/static/img/svg/bx-bookmark-minus.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-bookmark-minus + + + diff --git a/static/img/svg/bx-bookmark-plus.svg b/static/img/svg/bx-bookmark-plus.svg index 0ce4ecd..0dd82fd 100644 --- a/static/img/svg/bx-bookmark-plus.svg +++ b/static/img/svg/bx-bookmark-plus.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-bookmark-plus + + + diff --git a/static/img/svg/bx-bookmark-star.svg b/static/img/svg/bx-bookmark-star.svg index 75aca8e..a17f2b9 100644 --- a/static/img/svg/bx-bookmark-star.svg +++ b/static/img/svg/bx-bookmark-star.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-bookmark-star + + + diff --git a/static/img/svg/bx-bookmark.svg b/static/img/svg/bx-bookmark.svg index 4067226..f415b7a 100644 --- a/static/img/svg/bx-bookmark.svg +++ b/static/img/svg/bx-bookmark.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-bookmark + + diff --git a/static/img/svg/bx-bookmarks.svg b/static/img/svg/bx-bookmarks.svg index 86a4448..9fc79cc 100644 --- a/static/img/svg/bx-bookmarks.svg +++ b/static/img/svg/bx-bookmarks.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-bookmarks + + + diff --git a/static/img/svg/bx-bot.svg b/static/img/svg/bx-bot.svg index b58c4e1..c85ef9e 100644 --- a/static/img/svg/bx-bot.svg +++ b/static/img/svg/bx-bot.svg @@ -1 +1,8 @@ - \ No newline at end of file + + +bx-bot + + + + + diff --git a/static/img/svg/bx-box.svg b/static/img/svg/bx-box.svg index c3db55c..b1f033b 100644 --- a/static/img/svg/bx-box.svg +++ b/static/img/svg/bx-box.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-box + + + diff --git a/static/img/svg/bx-briefcase-alt.svg b/static/img/svg/bx-briefcase-alt.svg index e112472..192bd6f 100644 --- a/static/img/svg/bx-briefcase-alt.svg +++ b/static/img/svg/bx-briefcase-alt.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-briefcase-alt + + diff --git a/static/img/svg/bx-briefcase.svg b/static/img/svg/bx-briefcase.svg index c9cb3db..a062547 100644 --- a/static/img/svg/bx-briefcase.svg +++ b/static/img/svg/bx-briefcase.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-briefcase + + diff --git a/static/img/svg/bx-broadcast.svg b/static/img/svg/bx-broadcast.svg index 25f8c74..2a45f2a 100644 --- a/static/img/svg/bx-broadcast.svg +++ b/static/img/svg/bx-broadcast.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-broadcast + + + diff --git a/static/img/svg/bx-bug.svg b/static/img/svg/bx-bug.svg index 74068d6..1b2cb78 100644 --- a/static/img/svg/bx-bug.svg +++ b/static/img/svg/bx-bug.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-bug + + diff --git a/static/img/svg/bx-building.svg b/static/img/svg/bx-building.svg index cc0ae0e..b452aaa 100644 --- a/static/img/svg/bx-building.svg +++ b/static/img/svg/bx-building.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-building + + + diff --git a/static/img/svg/bx-bulb.svg b/static/img/svg/bx-bulb.svg index 2ade158..7f5f612 100644 --- a/static/img/svg/bx-bulb.svg +++ b/static/img/svg/bx-bulb.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-bulb + + diff --git a/static/img/svg/bx-bullseye.svg b/static/img/svg/bx-bullseye.svg index 75a0405..10e65eb 100644 --- a/static/img/svg/bx-bullseye.svg +++ b/static/img/svg/bx-bullseye.svg @@ -1 +1,7 @@ - \ No newline at end of file + + +bx-bullseye + + + + diff --git a/static/img/svg/bx-buoy.svg b/static/img/svg/bx-buoy.svg index 29bef64..0616a29 100644 --- a/static/img/svg/bx-buoy.svg +++ b/static/img/svg/bx-buoy.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-buoy + + diff --git a/static/img/svg/bx-bus.svg b/static/img/svg/bx-bus.svg index f66fb16..45861a4 100644 --- a/static/img/svg/bx-bus.svg +++ b/static/img/svg/bx-bus.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-bus + + + diff --git a/static/img/svg/bx-calculator.svg b/static/img/svg/bx-calculator.svg index 8d61e5f..de6099f 100644 --- a/static/img/svg/bx-calculator.svg +++ b/static/img/svg/bx-calculator.svg @@ -1 +1,9 @@ - \ No newline at end of file + + +bx-calculator + + + + + + diff --git a/static/img/svg/bx-calendar-alt.svg b/static/img/svg/bx-calendar-alt.svg index 11e2447..de36732 100644 --- a/static/img/svg/bx-calendar-alt.svg +++ b/static/img/svg/bx-calendar-alt.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-calendar-alt + + diff --git a/static/img/svg/bx-calendar-check.svg b/static/img/svg/bx-calendar-check.svg index 0a0a204..7d7578e 100644 --- a/static/img/svg/bx-calendar-check.svg +++ b/static/img/svg/bx-calendar-check.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-calendar-check + + + diff --git a/static/img/svg/bx-calendar-minus.svg b/static/img/svg/bx-calendar-minus.svg index 59d1abb..b1e330d 100644 --- a/static/img/svg/bx-calendar-minus.svg +++ b/static/img/svg/bx-calendar-minus.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-calendar-minus + + + diff --git a/static/img/svg/bx-calendar-plus.svg b/static/img/svg/bx-calendar-plus.svg index 940a30e..6035d3a 100644 --- a/static/img/svg/bx-calendar-plus.svg +++ b/static/img/svg/bx-calendar-plus.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-calendar-plus + + + diff --git a/static/img/svg/bx-calendar-x.svg b/static/img/svg/bx-calendar-x.svg index db25f72..563e106 100644 --- a/static/img/svg/bx-calendar-x.svg +++ b/static/img/svg/bx-calendar-x.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-calendar-x + + + diff --git a/static/img/svg/bx-calendar.svg b/static/img/svg/bx-calendar.svg index a3fe821..a745e3d 100644 --- a/static/img/svg/bx-calendar.svg +++ b/static/img/svg/bx-calendar.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-calendar + + + diff --git a/static/img/svg/bx-camera-alt.svg b/static/img/svg/bx-camera-alt.svg index 56875cf..b9d89b1 100644 --- a/static/img/svg/bx-camera-alt.svg +++ b/static/img/svg/bx-camera-alt.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-camera-alt + + + diff --git a/static/img/svg/bx-camera-off.svg b/static/img/svg/bx-camera-off.svg index 788a34b..d2336b6 100644 --- a/static/img/svg/bx-camera-off.svg +++ b/static/img/svg/bx-camera-off.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-camera-off + + + diff --git a/static/img/svg/bx-camera.svg b/static/img/svg/bx-camera.svg index 9fdba37..08fe06b 100644 --- a/static/img/svg/bx-camera.svg +++ b/static/img/svg/bx-camera.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-camera + + + diff --git a/static/img/svg/bx-capsule.svg b/static/img/svg/bx-capsule.svg index a64dc89..1cdf73d 100644 --- a/static/img/svg/bx-capsule.svg +++ b/static/img/svg/bx-capsule.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-capsule + + diff --git a/static/img/svg/bx-captions.svg b/static/img/svg/bx-captions.svg index 228d848..57b019f 100644 --- a/static/img/svg/bx-captions.svg +++ b/static/img/svg/bx-captions.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-captions + + + diff --git a/static/img/svg/bx-car.svg b/static/img/svg/bx-car.svg index 7f4fdd8..210095a 100644 --- a/static/img/svg/bx-car.svg +++ b/static/img/svg/bx-car.svg @@ -1 +1,7 @@ - \ No newline at end of file + + +bx-car + + + + diff --git a/static/img/svg/bx-card.svg b/static/img/svg/bx-card.svg new file mode 100644 index 0000000..ccefd8b --- /dev/null +++ b/static/img/svg/bx-card.svg @@ -0,0 +1,6 @@ + + +bx-card + + + diff --git a/static/img/svg/bx-carousel.svg b/static/img/svg/bx-carousel.svg index 9bf403d..7ac570e 100644 --- a/static/img/svg/bx-carousel.svg +++ b/static/img/svg/bx-carousel.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-carousel + + diff --git a/static/img/svg/bx-cart-alt.svg b/static/img/svg/bx-cart-alt.svg index 197ad93..c49a234 100644 --- a/static/img/svg/bx-cart-alt.svg +++ b/static/img/svg/bx-cart-alt.svg @@ -1 +1,7 @@ - \ No newline at end of file + + +bx-cart-alt + + + + diff --git a/static/img/svg/bx-cart.svg b/static/img/svg/bx-cart.svg index 8a8976a..c8c5a07 100644 --- a/static/img/svg/bx-cart.svg +++ b/static/img/svg/bx-cart.svg @@ -1 +1,7 @@ - \ No newline at end of file + + +bx-cart + + + + diff --git a/static/img/svg/bx-cast.svg b/static/img/svg/bx-cast.svg index d75757a..fed2566 100644 --- a/static/img/svg/bx-cast.svg +++ b/static/img/svg/bx-cast.svg @@ -1 +1,8 @@ - \ No newline at end of file + + +bx-cast + + + + + diff --git a/static/img/svg/bx-categories.svg b/static/img/svg/bx-categories.svg deleted file mode 100644 index 5bd84fa..0000000 --- a/static/img/svg/bx-categories.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/img/svg/bx-certification.svg b/static/img/svg/bx-certification.svg index db03dab..871f878 100644 --- a/static/img/svg/bx-certification.svg +++ b/static/img/svg/bx-certification.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-certification + + diff --git a/static/img/svg/bx-chalkboard.svg b/static/img/svg/bx-chalkboard.svg index 30d74d4..82462f0 100644 --- a/static/img/svg/bx-chalkboard.svg +++ b/static/img/svg/bx-chalkboard.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-chalkboard + + diff --git a/static/img/svg/bx-chart.svg b/static/img/svg/bx-chart.svg index f5a14e0..08915e7 100644 --- a/static/img/svg/bx-chart.svg +++ b/static/img/svg/bx-chart.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-chart + + + diff --git a/static/img/svg/bx-check-circle.svg b/static/img/svg/bx-check-circle.svg index 7c9b3d8..460332d 100644 --- a/static/img/svg/bx-check-circle.svg +++ b/static/img/svg/bx-check-circle.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-check-circle + + + diff --git a/static/img/svg/bx-check-double.svg b/static/img/svg/bx-check-double.svg index 0d0ec36..72375e1 100644 --- a/static/img/svg/bx-check-double.svg +++ b/static/img/svg/bx-check-double.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-check-double + + diff --git a/static/img/svg/bx-check.svg b/static/img/svg/bx-check.svg index a168eca..a6000b5 100644 --- a/static/img/svg/bx-check.svg +++ b/static/img/svg/bx-check.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-check + + diff --git a/static/img/svg/bx-checkbox-checked.svg b/static/img/svg/bx-checkbox-checked.svg index 89c4f7d..ae63d3f 100644 --- a/static/img/svg/bx-checkbox-checked.svg +++ b/static/img/svg/bx-checkbox-checked.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-checkbox-checked + + + diff --git a/static/img/svg/bx-checkbox-square.svg b/static/img/svg/bx-checkbox-square.svg index 0817057..b375373 100644 --- a/static/img/svg/bx-checkbox-square.svg +++ b/static/img/svg/bx-checkbox-square.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-checkbox-square + + + diff --git a/static/img/svg/bx-checkbox.svg b/static/img/svg/bx-checkbox.svg index 7e80689..5bcee9d 100644 --- a/static/img/svg/bx-checkbox.svg +++ b/static/img/svg/bx-checkbox.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-checkbox + + diff --git a/static/img/svg/bx-chevron-down.svg b/static/img/svg/bx-chevron-down.svg index a933436..49c5a82 100644 --- a/static/img/svg/bx-chevron-down.svg +++ b/static/img/svg/bx-chevron-down.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-chevron-down + + diff --git a/static/img/svg/bx-chevron-left.svg b/static/img/svg/bx-chevron-left.svg index 7c9d7d1..a02ca95 100644 --- a/static/img/svg/bx-chevron-left.svg +++ b/static/img/svg/bx-chevron-left.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-chevron-left + + diff --git a/static/img/svg/bx-chevron-right.svg b/static/img/svg/bx-chevron-right.svg index 8aa2436..5258db7 100644 --- a/static/img/svg/bx-chevron-right.svg +++ b/static/img/svg/bx-chevron-right.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-chevron-right + + diff --git a/static/img/svg/bx-chevron-up.svg b/static/img/svg/bx-chevron-up.svg index 0e6d98a..8ad9e22 100644 --- a/static/img/svg/bx-chevron-up.svg +++ b/static/img/svg/bx-chevron-up.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-chevron-up + + diff --git a/static/img/svg/bx-chevrons-down.svg b/static/img/svg/bx-chevrons-down.svg index bef06bc..4c287d7 100644 --- a/static/img/svg/bx-chevrons-down.svg +++ b/static/img/svg/bx-chevrons-down.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-chevrons-down + + + diff --git a/static/img/svg/bx-chevrons-left.svg b/static/img/svg/bx-chevrons-left.svg index 333ea7e..e7f1e7a 100644 --- a/static/img/svg/bx-chevrons-left.svg +++ b/static/img/svg/bx-chevrons-left.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-chevrons-left + + + diff --git a/static/img/svg/bx-chevrons-right.svg b/static/img/svg/bx-chevrons-right.svg index 0b861f5..cf7d115 100644 --- a/static/img/svg/bx-chevrons-right.svg +++ b/static/img/svg/bx-chevrons-right.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-chevrons-right + + + diff --git a/static/img/svg/bx-chevrons-up.svg b/static/img/svg/bx-chevrons-up.svg index 5649f38..b8a2c8b 100644 --- a/static/img/svg/bx-chevrons-up.svg +++ b/static/img/svg/bx-chevrons-up.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-chevrons-up + + + diff --git a/static/img/svg/bx-chip.svg b/static/img/svg/bx-chip.svg index 5ba6bd8..cd72140 100644 --- a/static/img/svg/bx-chip.svg +++ b/static/img/svg/bx-chip.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-chip + + + diff --git a/static/img/svg/bx-circle.svg b/static/img/svg/bx-circle.svg index 78b559f..9369e53 100644 --- a/static/img/svg/bx-circle.svg +++ b/static/img/svg/bx-circle.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-circle + + diff --git a/static/img/svg/bx-clipboard.svg b/static/img/svg/bx-clipboard.svg index ac0200a..26a26d8 100644 --- a/static/img/svg/bx-clipboard.svg +++ b/static/img/svg/bx-clipboard.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-clipboard + + diff --git a/static/img/svg/bx-closet.svg b/static/img/svg/bx-closet.svg index ad771e5..31297ba 100644 --- a/static/img/svg/bx-closet.svg +++ b/static/img/svg/bx-closet.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-closet + + diff --git a/static/img/svg/bx-cloud-download.svg b/static/img/svg/bx-cloud-download.svg index 386d89e..019d3e9 100644 --- a/static/img/svg/bx-cloud-download.svg +++ b/static/img/svg/bx-cloud-download.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-cloud-download + + + diff --git a/static/img/svg/bx-cloud-drizzle.svg b/static/img/svg/bx-cloud-drizzle.svg index 522133d..078a7ea 100644 --- a/static/img/svg/bx-cloud-drizzle.svg +++ b/static/img/svg/bx-cloud-drizzle.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-cloud-drizzle + + + diff --git a/static/img/svg/bx-cloud-light-rain.svg b/static/img/svg/bx-cloud-light-rain.svg index 9ee8278..a2a6bfa 100644 --- a/static/img/svg/bx-cloud-light-rain.svg +++ b/static/img/svg/bx-cloud-light-rain.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-cloud-light-rain + + + diff --git a/static/img/svg/bx-cloud-lightning.svg b/static/img/svg/bx-cloud-lightning.svg index 155a543..84dc4b1 100644 --- a/static/img/svg/bx-cloud-lightning.svg +++ b/static/img/svg/bx-cloud-lightning.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-cloud-lightning + + + diff --git a/static/img/svg/bx-cloud-rain.svg b/static/img/svg/bx-cloud-rain.svg index d5dcbb8..a80d4e0 100644 --- a/static/img/svg/bx-cloud-rain.svg +++ b/static/img/svg/bx-cloud-rain.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-cloud-rain + + + diff --git a/static/img/svg/bx-cloud-snow.svg b/static/img/svg/bx-cloud-snow.svg index c81f6d7..4c99e39 100644 --- a/static/img/svg/bx-cloud-snow.svg +++ b/static/img/svg/bx-cloud-snow.svg @@ -1 +1,11 @@ - \ No newline at end of file + + +bx-cloud-snow + + + + + + + + diff --git a/static/img/svg/bx-cloud-upload.svg b/static/img/svg/bx-cloud-upload.svg index 7b27e08..511f9f8 100644 --- a/static/img/svg/bx-cloud-upload.svg +++ b/static/img/svg/bx-cloud-upload.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-cloud-upload + + + diff --git a/static/img/svg/bx-cloud.svg b/static/img/svg/bx-cloud.svg index a308a32..38756c1 100644 --- a/static/img/svg/bx-cloud.svg +++ b/static/img/svg/bx-cloud.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-cloud + + diff --git a/static/img/svg/bx-code-block.svg b/static/img/svg/bx-code-block.svg index 3aa0c85..78153f3 100644 --- a/static/img/svg/bx-code-block.svg +++ b/static/img/svg/bx-code-block.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-code-block + + + diff --git a/static/img/svg/bx-code-curly.svg b/static/img/svg/bx-code-curly.svg index 437c7aa..1bb84aa 100644 --- a/static/img/svg/bx-code-curly.svg +++ b/static/img/svg/bx-code-curly.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-code-curly + + diff --git a/static/img/svg/bx-code.svg b/static/img/svg/bx-code.svg index c5aed55..1fc2620 100644 --- a/static/img/svg/bx-code.svg +++ b/static/img/svg/bx-code.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-code + + diff --git a/static/img/svg/bx-coffee.svg b/static/img/svg/bx-coffee.svg index a896826..7bda74b 100644 --- a/static/img/svg/bx-coffee.svg +++ b/static/img/svg/bx-coffee.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-coffee + + diff --git a/static/img/svg/bx-cog.svg b/static/img/svg/bx-cog.svg index c749a66..f06e212 100644 --- a/static/img/svg/bx-cog.svg +++ b/static/img/svg/bx-cog.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-cog + + + diff --git a/static/img/svg/bx-collapse.svg b/static/img/svg/bx-collapse.svg index 3ff1ebd..c35dcd1 100644 --- a/static/img/svg/bx-collapse.svg +++ b/static/img/svg/bx-collapse.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-collapse + + diff --git a/static/img/svg/bx-collection.svg b/static/img/svg/bx-collection.svg index ec36636..4c615f8 100644 --- a/static/img/svg/bx-collection.svg +++ b/static/img/svg/bx-collection.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-collection + + diff --git a/static/img/svg/bx-color-fill.svg b/static/img/svg/bx-color-fill.svg index b759814..11325e5 100644 --- a/static/img/svg/bx-color-fill.svg +++ b/static/img/svg/bx-color-fill.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-color-fill + + diff --git a/static/img/svg/bx-columns.svg b/static/img/svg/bx-columns.svg index a8b9818..679e96b 100644 --- a/static/img/svg/bx-columns.svg +++ b/static/img/svg/bx-columns.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-columns + + diff --git a/static/img/svg/bx-command.svg b/static/img/svg/bx-command.svg index 3d4124c..4acfb91 100644 --- a/static/img/svg/bx-command.svg +++ b/static/img/svg/bx-command.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-command + + diff --git a/static/img/svg/bx-compass.svg b/static/img/svg/bx-compass.svg index 64f3884..fc19566 100644 --- a/static/img/svg/bx-compass.svg +++ b/static/img/svg/bx-compass.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-compass + + + diff --git a/static/img/svg/bx-contact.svg b/static/img/svg/bx-contact.svg index 4dfc3a0..8bdf1df 100644 --- a/static/img/svg/bx-contact.svg +++ b/static/img/svg/bx-contact.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-contact + + + diff --git a/static/img/svg/bx-conversation.svg b/static/img/svg/bx-conversation.svg index 916e73b..a1bc8c2 100644 --- a/static/img/svg/bx-conversation.svg +++ b/static/img/svg/bx-conversation.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-conversation + + + diff --git a/static/img/svg/bx-copy.svg b/static/img/svg/bx-copy.svg index 196fa01..c14fd69 100644 --- a/static/img/svg/bx-copy.svg +++ b/static/img/svg/bx-copy.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-copy + + + diff --git a/static/img/svg/bx-copyright.svg b/static/img/svg/bx-copyright.svg index 98d6ef2..734a942 100644 --- a/static/img/svg/bx-copyright.svg +++ b/static/img/svg/bx-copyright.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-copyright + + + diff --git a/static/img/svg/bx-coupon.svg b/static/img/svg/bx-coupon.svg index 16f3296..71ae346 100644 --- a/static/img/svg/bx-coupon.svg +++ b/static/img/svg/bx-coupon.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-coupon + + + diff --git a/static/img/svg/bx-credit-card.svg b/static/img/svg/bx-credit-card.svg index 0517882..df1cde4 100644 --- a/static/img/svg/bx-credit-card.svg +++ b/static/img/svg/bx-credit-card.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-credit-card + + + diff --git a/static/img/svg/bx-crop.svg b/static/img/svg/bx-crop.svg index 5ac3037..c652e0f 100644 --- a/static/img/svg/bx-crop.svg +++ b/static/img/svg/bx-crop.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-crop + + + diff --git a/static/img/svg/bx-crosshair.svg b/static/img/svg/bx-crosshair.svg index 486d397..c676cf2 100644 --- a/static/img/svg/bx-crosshair.svg +++ b/static/img/svg/bx-crosshair.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-crosshair + + diff --git a/static/img/svg/bx-crown.svg b/static/img/svg/bx-crown.svg index 561fedd..01b42bf 100644 --- a/static/img/svg/bx-crown.svg +++ b/static/img/svg/bx-crown.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-crown + + diff --git a/static/img/svg/bx-cube.svg b/static/img/svg/bx-cube.svg index 76c87f5..775e795 100644 --- a/static/img/svg/bx-cube.svg +++ b/static/img/svg/bx-cube.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-cube + + diff --git a/static/img/svg/bx-cut.svg b/static/img/svg/bx-cut.svg index bc25fa8..70622fd 100644 --- a/static/img/svg/bx-cut.svg +++ b/static/img/svg/bx-cut.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-cut + + + diff --git a/static/img/svg/bx-dashboard.svg b/static/img/svg/bx-dashboard.svg index f629098..4954819 100644 --- a/static/img/svg/bx-dashboard.svg +++ b/static/img/svg/bx-dashboard.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-dashboard + + diff --git a/static/img/svg/bx-data.svg b/static/img/svg/bx-data.svg index 9a971b2..acf5711 100644 --- a/static/img/svg/bx-data.svg +++ b/static/img/svg/bx-data.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-data + + diff --git a/static/img/svg/bx-desktop.svg b/static/img/svg/bx-desktop.svg index 3b4e122..2763d78 100644 --- a/static/img/svg/bx-desktop.svg +++ b/static/img/svg/bx-desktop.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-desktop + + diff --git a/static/img/svg/bx-detail.svg b/static/img/svg/bx-detail.svg index 2ea0075..5a9b994 100644 --- a/static/img/svg/bx-detail.svg +++ b/static/img/svg/bx-detail.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-detail + + + diff --git a/static/img/svg/bx-dialpad.svg b/static/img/svg/bx-dialpad.svg index 8f35302..1262388 100644 --- a/static/img/svg/bx-dialpad.svg +++ b/static/img/svg/bx-dialpad.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-dialpad + + diff --git a/static/img/svg/bx-diamond.svg b/static/img/svg/bx-diamond.svg index 89855fe..ec9764d 100644 --- a/static/img/svg/bx-diamond.svg +++ b/static/img/svg/bx-diamond.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-diamond + + diff --git a/static/img/svg/bx-directions.svg b/static/img/svg/bx-directions.svg index d7b4cb3..417979e 100644 --- a/static/img/svg/bx-directions.svg +++ b/static/img/svg/bx-directions.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-directions + + diff --git a/static/img/svg/bx-disc.svg b/static/img/svg/bx-disc.svg index 19dfea1..22ca686 100644 --- a/static/img/svg/bx-disc.svg +++ b/static/img/svg/bx-disc.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-disc + + + diff --git a/static/img/svg/bx-discount.svg b/static/img/svg/bx-discount.svg index b252d09..a13eda2 100644 --- a/static/img/svg/bx-discount.svg +++ b/static/img/svg/bx-discount.svg @@ -1 +1,8 @@ - \ No newline at end of file + + +bx-discount + + + + + diff --git a/static/img/svg/bx-dislike.svg b/static/img/svg/bx-dislike.svg index 5c81e25..54beb1a 100644 --- a/static/img/svg/bx-dislike.svg +++ b/static/img/svg/bx-dislike.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-dislike + + diff --git a/static/img/svg/bx-dock-bottom.svg b/static/img/svg/bx-dock-bottom.svg index e925cfb..5bb7a3c 100644 --- a/static/img/svg/bx-dock-bottom.svg +++ b/static/img/svg/bx-dock-bottom.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-dock-bottom + + diff --git a/static/img/svg/bx-dock-left.svg b/static/img/svg/bx-dock-left.svg index b64972c..f4b8baf 100644 --- a/static/img/svg/bx-dock-left.svg +++ b/static/img/svg/bx-dock-left.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-dock-left + + diff --git a/static/img/svg/bx-dock-right.svg b/static/img/svg/bx-dock-right.svg index 4261de1..803a881 100644 --- a/static/img/svg/bx-dock-right.svg +++ b/static/img/svg/bx-dock-right.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-dock-right + + diff --git a/static/img/svg/bx-dock-top.svg b/static/img/svg/bx-dock-top.svg index 3afb3be..4d1be19 100644 --- a/static/img/svg/bx-dock-top.svg +++ b/static/img/svg/bx-dock-top.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-dock-top + + diff --git a/static/img/svg/bx-documentation.svg b/static/img/svg/bx-documentation.svg index cdfc224..eb5891c 100644 --- a/static/img/svg/bx-documentation.svg +++ b/static/img/svg/bx-documentation.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-documentation + + + diff --git a/static/img/svg/bx-dollar-circle.svg b/static/img/svg/bx-dollar-circle.svg index 23bd7d3..d8756f8 100644 --- a/static/img/svg/bx-dollar-circle.svg +++ b/static/img/svg/bx-dollar-circle.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-dollar-circle + + + diff --git a/static/img/svg/bx-dollar.svg b/static/img/svg/bx-dollar.svg index d8fe7a8..1a66c38 100644 --- a/static/img/svg/bx-dollar.svg +++ b/static/img/svg/bx-dollar.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-dollar + + diff --git a/static/img/svg/bx-dots-horizontal-rounded.svg b/static/img/svg/bx-dots-horizontal-rounded.svg index b9fdd25..2008baf 100644 --- a/static/img/svg/bx-dots-horizontal-rounded.svg +++ b/static/img/svg/bx-dots-horizontal-rounded.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-dots-horizontal-rounded + + diff --git a/static/img/svg/bx-dots-horizontal.svg b/static/img/svg/bx-dots-horizontal.svg index 9bf04d3..721b658 100644 --- a/static/img/svg/bx-dots-horizontal.svg +++ b/static/img/svg/bx-dots-horizontal.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-dots-horizontal + + diff --git a/static/img/svg/bx-dots-vertical-rounded.svg b/static/img/svg/bx-dots-vertical-rounded.svg index 49f7a9b..afa40bf 100644 --- a/static/img/svg/bx-dots-vertical-rounded.svg +++ b/static/img/svg/bx-dots-vertical-rounded.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-dots-vertical-rounded + + diff --git a/static/img/svg/bx-dots-vertical.svg b/static/img/svg/bx-dots-vertical.svg index e971153..00a1e27 100644 --- a/static/img/svg/bx-dots-vertical.svg +++ b/static/img/svg/bx-dots-vertical.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-dots-vertical + + diff --git a/static/img/svg/bx-down-arrow-circle.svg b/static/img/svg/bx-down-arrow-circle.svg index 915430b..e9c0660 100644 --- a/static/img/svg/bx-down-arrow-circle.svg +++ b/static/img/svg/bx-down-arrow-circle.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-down-arrow-circle + + + diff --git a/static/img/svg/bx-down-arrow.svg b/static/img/svg/bx-down-arrow.svg index d4cc1ac..1ae5b8e 100644 --- a/static/img/svg/bx-down-arrow.svg +++ b/static/img/svg/bx-down-arrow.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-down-arrow + + diff --git a/static/img/svg/bx-download-alt.svg b/static/img/svg/bx-download-alt.svg deleted file mode 100644 index a9d6ceb..0000000 --- a/static/img/svg/bx-download-alt.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/img/svg/bx-download.svg b/static/img/svg/bx-download.svg index d96e22f..4fba522 100644 --- a/static/img/svg/bx-download.svg +++ b/static/img/svg/bx-download.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-download + + + diff --git a/static/img/svg/bx-downvote.svg b/static/img/svg/bx-downvote.svg index a1b8af5..f6a6f4e 100644 --- a/static/img/svg/bx-downvote.svg +++ b/static/img/svg/bx-downvote.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-downvote + + diff --git a/static/img/svg/bx-drink.svg b/static/img/svg/bx-drink.svg index 629ff47..52d67c5 100644 --- a/static/img/svg/bx-drink.svg +++ b/static/img/svg/bx-drink.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-drink + + diff --git a/static/img/svg/bx-droplet.svg b/static/img/svg/bx-droplet.svg index 4ae6c9a..9f8c880 100644 --- a/static/img/svg/bx-droplet.svg +++ b/static/img/svg/bx-droplet.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-droplet + + diff --git a/static/img/svg/bx-dumbbell.svg b/static/img/svg/bx-dumbbell.svg index 7292157..2938f4a 100644 --- a/static/img/svg/bx-dumbbell.svg +++ b/static/img/svg/bx-dumbbell.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-dumbbell + + diff --git a/static/img/svg/bx-duplicate.svg b/static/img/svg/bx-duplicate.svg index 9448ad4..f3d281f 100644 --- a/static/img/svg/bx-duplicate.svg +++ b/static/img/svg/bx-duplicate.svg @@ -1 +1,7 @@ - \ No newline at end of file + + +bx-duplicate + + + + diff --git a/static/img/svg/bx-edit.svg b/static/img/svg/bx-edit.svg index 09f7ace..a46b42b 100644 --- a/static/img/svg/bx-edit.svg +++ b/static/img/svg/bx-edit.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-edit + + + diff --git a/static/img/svg/bx-eject.svg b/static/img/svg/bx-eject.svg index b888070..b7a26a4 100644 --- a/static/img/svg/bx-eject.svg +++ b/static/img/svg/bx-eject.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-eject + + diff --git a/static/img/svg/bx-envelope.svg b/static/img/svg/bx-envelope.svg index 2b6e405..58c3406 100644 --- a/static/img/svg/bx-envelope.svg +++ b/static/img/svg/bx-envelope.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-envelope + + diff --git a/static/img/svg/bx-equalizer.svg b/static/img/svg/bx-equalizer.svg index d36a90d..e2110b7 100644 --- a/static/img/svg/bx-equalizer.svg +++ b/static/img/svg/bx-equalizer.svg @@ -1 +1,9 @@ - \ No newline at end of file + + +bx-equalizer + + + + + + diff --git a/static/img/svg/bx-eraser.svg b/static/img/svg/bx-eraser.svg index ca61e54..9f85231 100644 --- a/static/img/svg/bx-eraser.svg +++ b/static/img/svg/bx-eraser.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-eraser + + diff --git a/static/img/svg/bx-error-circle.svg b/static/img/svg/bx-error-circle.svg index e68d382..2e9fe9b 100644 --- a/static/img/svg/bx-error-circle.svg +++ b/static/img/svg/bx-error-circle.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-error-circle + + + diff --git a/static/img/svg/bx-error.svg b/static/img/svg/bx-error.svg index fd8ea74..c08c158 100644 --- a/static/img/svg/bx-error.svg +++ b/static/img/svg/bx-error.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-error + + + diff --git a/static/img/svg/bx-exclamation.svg b/static/img/svg/bx-exclamation.svg index 6abd581..cba17ad 100644 --- a/static/img/svg/bx-exclamation.svg +++ b/static/img/svg/bx-exclamation.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-exclamation + + diff --git a/static/img/svg/bx-exit-fullscreen.svg b/static/img/svg/bx-exit-fullscreen.svg index 03fb693..beb9fd7 100644 --- a/static/img/svg/bx-exit-fullscreen.svg +++ b/static/img/svg/bx-exit-fullscreen.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-exit-fullscreen + + diff --git a/static/img/svg/bx-expand.svg b/static/img/svg/bx-expand.svg index 185f230..f18508d 100644 --- a/static/img/svg/bx-expand.svg +++ b/static/img/svg/bx-expand.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-expand + + diff --git a/static/img/svg/bx-export.svg b/static/img/svg/bx-export.svg index 14f6cda..c650f4c 100644 --- a/static/img/svg/bx-export.svg +++ b/static/img/svg/bx-export.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-export + + + diff --git a/static/img/svg/bx-eyedropper.svg b/static/img/svg/bx-eyedropper.svg index 8860cd7..87b46ec 100644 --- a/static/img/svg/bx-eyedropper.svg +++ b/static/img/svg/bx-eyedropper.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-eyedropper + + diff --git a/static/img/svg/bx-fast-forward-circle.svg b/static/img/svg/bx-fast-forward-circle.svg index 7e62306..5c180cb 100644 --- a/static/img/svg/bx-fast-forward-circle.svg +++ b/static/img/svg/bx-fast-forward-circle.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-fast-forward-circle + + + diff --git a/static/img/svg/bx-fast-forward.svg b/static/img/svg/bx-fast-forward.svg index 1cd43b4..1fa6360 100644 --- a/static/img/svg/bx-fast-forward.svg +++ b/static/img/svg/bx-fast-forward.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-fast-forward + + diff --git a/static/img/svg/bx-female.svg b/static/img/svg/bx-female.svg index 2ca9fb1..628636c 100644 --- a/static/img/svg/bx-female.svg +++ b/static/img/svg/bx-female.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-female + + diff --git a/static/img/svg/bx-file-blank.svg b/static/img/svg/bx-file-blank.svg index ccc59a7..4bafd76 100644 --- a/static/img/svg/bx-file-blank.svg +++ b/static/img/svg/bx-file-blank.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-file-blank + + diff --git a/static/img/svg/bx-file-image.svg b/static/img/svg/bx-file-image.svg index 9ed89a9..e28ed15 100644 --- a/static/img/svg/bx-file-image.svg +++ b/static/img/svg/bx-file-image.svg @@ -1 +1,7 @@ - \ No newline at end of file + + +bx-file-image + + + + diff --git a/static/img/svg/bx-file-plus.svg b/static/img/svg/bx-file-plus.svg index e41dd4b..8dc7acd 100644 --- a/static/img/svg/bx-file-plus.svg +++ b/static/img/svg/bx-file-plus.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-file-plus + + + diff --git a/static/img/svg/bx-file.svg b/static/img/svg/bx-file.svg index 49a37f6..55a03d3 100644 --- a/static/img/svg/bx-file.svg +++ b/static/img/svg/bx-file.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-file + + + diff --git a/static/img/svg/bx-files.svg b/static/img/svg/bx-files.svg index eb6acdc..2379d13 100644 --- a/static/img/svg/bx-files.svg +++ b/static/img/svg/bx-files.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-files + + + diff --git a/static/img/svg/bx-film.svg b/static/img/svg/bx-film.svg index 27cebc5..4bf6008 100644 --- a/static/img/svg/bx-film.svg +++ b/static/img/svg/bx-film.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-film + + diff --git a/static/img/svg/bx-filter-alt.svg b/static/img/svg/bx-filter-alt.svg index 184a7c2..471d3b8 100644 --- a/static/img/svg/bx-filter-alt.svg +++ b/static/img/svg/bx-filter-alt.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-filter-alt + + diff --git a/static/img/svg/bx-filter.svg b/static/img/svg/bx-filter.svg index 0fba23c..aff607a 100644 --- a/static/img/svg/bx-filter.svg +++ b/static/img/svg/bx-filter.svg @@ -1 +1,7 @@ - \ No newline at end of file + + +bx-filter + + + + diff --git a/static/img/svg/bx-fingerprint.svg b/static/img/svg/bx-fingerprint.svg index 9ffb48a..604f6c4 100644 --- a/static/img/svg/bx-fingerprint.svg +++ b/static/img/svg/bx-fingerprint.svg @@ -1 +1,7 @@ - \ No newline at end of file + + +bx-fingerprint + + + + diff --git a/static/img/svg/bx-first-aid.svg b/static/img/svg/bx-first-aid.svg index bbce6aa..e180ec5 100644 --- a/static/img/svg/bx-first-aid.svg +++ b/static/img/svg/bx-first-aid.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-first-aid + + + diff --git a/static/img/svg/bx-first-page.svg b/static/img/svg/bx-first-page.svg index 5064d22..3a0dfce 100644 --- a/static/img/svg/bx-first-page.svg +++ b/static/img/svg/bx-first-page.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-first-page + + diff --git a/static/img/svg/bx-flag-alt.svg b/static/img/svg/bx-flag-alt.svg index 5a73dbf..d711c42 100644 --- a/static/img/svg/bx-flag-alt.svg +++ b/static/img/svg/bx-flag-alt.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-flag-alt + + diff --git a/static/img/svg/bx-flag.svg b/static/img/svg/bx-flag.svg index 0136d7b..eaa01f6 100644 --- a/static/img/svg/bx-flag.svg +++ b/static/img/svg/bx-flag.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-flag + + diff --git a/static/img/svg/bx-flask.svg b/static/img/svg/bx-flask.svg index 22cb332..72c45de 100644 --- a/static/img/svg/bx-flask.svg +++ b/static/img/svg/bx-flask.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-flask + + diff --git a/static/img/svg/bx-folder-minus.svg b/static/img/svg/bx-folder-minus.svg index 90861c1..86b46fb 100644 --- a/static/img/svg/bx-folder-minus.svg +++ b/static/img/svg/bx-folder-minus.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-folder-minus + + + diff --git a/static/img/svg/bx-folder-open.svg b/static/img/svg/bx-folder-open.svg index 61860f0..d1344be 100644 --- a/static/img/svg/bx-folder-open.svg +++ b/static/img/svg/bx-folder-open.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-folder-open + + diff --git a/static/img/svg/bx-folder-plus.svg b/static/img/svg/bx-folder-plus.svg index 60208be..70dd7f5 100644 --- a/static/img/svg/bx-folder-plus.svg +++ b/static/img/svg/bx-folder-plus.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-folder-plus + + + diff --git a/static/img/svg/bx-folder.svg b/static/img/svg/bx-folder.svg index c042904..1053e24 100644 --- a/static/img/svg/bx-folder.svg +++ b/static/img/svg/bx-folder.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-folder + + diff --git a/static/img/svg/bx-font-color.svg b/static/img/svg/bx-font-color.svg index 1037879..581cea9 100644 --- a/static/img/svg/bx-font-color.svg +++ b/static/img/svg/bx-font-color.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-font-color + + diff --git a/static/img/svg/bx-font-size.svg b/static/img/svg/bx-font-size.svg index e5de2bd..28cfa09 100644 --- a/static/img/svg/bx-font-size.svg +++ b/static/img/svg/bx-font-size.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-font-size + + + diff --git a/static/img/svg/bx-font.svg b/static/img/svg/bx-font.svg index f8c3bcf..86896b7 100644 --- a/static/img/svg/bx-font.svg +++ b/static/img/svg/bx-font.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-font + + diff --git a/static/img/svg/bx-football.svg b/static/img/svg/bx-football.svg index 6022e21..10b570a 100644 --- a/static/img/svg/bx-football.svg +++ b/static/img/svg/bx-football.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-football + + + diff --git a/static/img/svg/bx-fullscreen.svg b/static/img/svg/bx-fullscreen.svg index 998d8dd..626fe8e 100644 --- a/static/img/svg/bx-fullscreen.svg +++ b/static/img/svg/bx-fullscreen.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-fullscreen + + diff --git a/static/img/svg/bx-gift.svg b/static/img/svg/bx-gift.svg index 95c871c..5443b15 100644 --- a/static/img/svg/bx-gift.svg +++ b/static/img/svg/bx-gift.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-gift + + diff --git a/static/img/svg/bx-git-branch.svg b/static/img/svg/bx-git-branch.svg index 9e9c83c..d2caf8c 100644 --- a/static/img/svg/bx-git-branch.svg +++ b/static/img/svg/bx-git-branch.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-git-branch + + diff --git a/static/img/svg/bx-git-commit.svg b/static/img/svg/bx-git-commit.svg index 0cbfd07..ed49a00 100644 --- a/static/img/svg/bx-git-commit.svg +++ b/static/img/svg/bx-git-commit.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-git-commit + + diff --git a/static/img/svg/bx-git-compare.svg b/static/img/svg/bx-git-compare.svg index a845dcb..b7a3891 100644 --- a/static/img/svg/bx-git-compare.svg +++ b/static/img/svg/bx-git-compare.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-git-compare + + diff --git a/static/img/svg/bx-git-merge.svg b/static/img/svg/bx-git-merge.svg index 4340034..7c1fe99 100644 --- a/static/img/svg/bx-git-merge.svg +++ b/static/img/svg/bx-git-merge.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-git-merge + + diff --git a/static/img/svg/bx-git-pull-request.svg b/static/img/svg/bx-git-pull-request.svg index c0913db..c2f42f1 100644 --- a/static/img/svg/bx-git-pull-request.svg +++ b/static/img/svg/bx-git-pull-request.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-git-pull-request + + diff --git a/static/img/svg/bx-git-repo-forked.svg b/static/img/svg/bx-git-repo-forked.svg index d2ebe16..64ab458 100644 --- a/static/img/svg/bx-git-repo-forked.svg +++ b/static/img/svg/bx-git-repo-forked.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-git-repo-forked + + diff --git a/static/img/svg/bx-glasses.svg b/static/img/svg/bx-glasses.svg index 94a8cd5..2bff6e3 100644 --- a/static/img/svg/bx-glasses.svg +++ b/static/img/svg/bx-glasses.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-glasses + + diff --git a/static/img/svg/bx-globe-alt.svg b/static/img/svg/bx-globe-alt.svg index 5e79d6c..21d23c0 100644 --- a/static/img/svg/bx-globe-alt.svg +++ b/static/img/svg/bx-globe-alt.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-globe-alt + + + diff --git a/static/img/svg/bx-globe.svg b/static/img/svg/bx-globe.svg index e653d60..df69ef8 100644 --- a/static/img/svg/bx-globe.svg +++ b/static/img/svg/bx-globe.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-globe + + diff --git a/static/img/svg/bx-grid-alt.svg b/static/img/svg/bx-grid-alt.svg index ec3737d..f0b7fbb 100644 --- a/static/img/svg/bx-grid-alt.svg +++ b/static/img/svg/bx-grid-alt.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-grid-alt + + diff --git a/static/img/svg/bx-grid-horizontal.svg b/static/img/svg/bx-grid-horizontal.svg new file mode 100644 index 0000000..8a5a6d9 --- /dev/null +++ b/static/img/svg/bx-grid-horizontal.svg @@ -0,0 +1,10 @@ + + +bx-grid-horizontal + + + + + + + diff --git a/static/img/svg/bx-grid-small.svg b/static/img/svg/bx-grid-small.svg new file mode 100644 index 0000000..7f89ecc --- /dev/null +++ b/static/img/svg/bx-grid-small.svg @@ -0,0 +1,8 @@ + + +bx-grid-small + + + + + diff --git a/static/img/svg/bx-grid-vertical.svg b/static/img/svg/bx-grid-vertical.svg new file mode 100644 index 0000000..39352af --- /dev/null +++ b/static/img/svg/bx-grid-vertical.svg @@ -0,0 +1,10 @@ + + +bx-grid-vertical + + + + + + + diff --git a/static/img/svg/bx-grid.svg b/static/img/svg/bx-grid.svg index 83ed9d8..1686b35 100644 --- a/static/img/svg/bx-grid.svg +++ b/static/img/svg/bx-grid.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-grid + + diff --git a/static/img/svg/bx-group.svg b/static/img/svg/bx-group.svg index c8343cb..7a9194a 100644 --- a/static/img/svg/bx-group.svg +++ b/static/img/svg/bx-group.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-group + + diff --git a/static/img/svg/bx-handicap.svg b/static/img/svg/bx-handicap.svg index fae0791..7836b9f 100644 --- a/static/img/svg/bx-handicap.svg +++ b/static/img/svg/bx-handicap.svg @@ -1 +1,7 @@ - \ No newline at end of file + + +bx-handicap + + + + diff --git a/static/img/svg/bx-hash.svg b/static/img/svg/bx-hash.svg index 061dba4..9cd2899 100644 --- a/static/img/svg/bx-hash.svg +++ b/static/img/svg/bx-hash.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-hash + + diff --git a/static/img/svg/bx-hdd.svg b/static/img/svg/bx-hdd.svg index a6cc8a2..c37710e 100644 --- a/static/img/svg/bx-hdd.svg +++ b/static/img/svg/bx-hdd.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-hdd + + + diff --git a/static/img/svg/bx-heading.svg b/static/img/svg/bx-heading.svg index 867b918..58a3d4b 100644 --- a/static/img/svg/bx-heading.svg +++ b/static/img/svg/bx-heading.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-heading + + diff --git a/static/img/svg/bx-headphone.svg b/static/img/svg/bx-headphone.svg index 87d537f..bd8c8e9 100644 --- a/static/img/svg/bx-headphone.svg +++ b/static/img/svg/bx-headphone.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-headphone + + + diff --git a/static/img/svg/bx-heart.svg b/static/img/svg/bx-heart.svg index 8d90072..3039011 100644 --- a/static/img/svg/bx-heart.svg +++ b/static/img/svg/bx-heart.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-heart + + diff --git a/static/img/svg/bx-help-circle.svg b/static/img/svg/bx-help-circle.svg new file mode 100644 index 0000000..71ec0ba --- /dev/null +++ b/static/img/svg/bx-help-circle.svg @@ -0,0 +1,7 @@ + + +bx-help-circle + + + + diff --git a/static/img/svg/bx-hexagon.svg b/static/img/svg/bx-hexagon.svg index a725de6..32a2805 100644 --- a/static/img/svg/bx-hexagon.svg +++ b/static/img/svg/bx-hexagon.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-hexagon + + diff --git a/static/img/svg/bx-hide.svg b/static/img/svg/bx-hide.svg index 15e946f..25808a8 100644 --- a/static/img/svg/bx-hide.svg +++ b/static/img/svg/bx-hide.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-hide + + diff --git a/static/img/svg/bx-highlight.svg b/static/img/svg/bx-highlight.svg index c0ebe94..b8865bd 100644 --- a/static/img/svg/bx-highlight.svg +++ b/static/img/svg/bx-highlight.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-highlight + + + diff --git a/static/img/svg/bx-history.svg b/static/img/svg/bx-history.svg index ab7c953..cfaa1d3 100644 --- a/static/img/svg/bx-history.svg +++ b/static/img/svg/bx-history.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-history + + + diff --git a/static/img/svg/bx-home-alt.svg b/static/img/svg/bx-home-alt.svg index a7cde82..bdf7d82 100644 --- a/static/img/svg/bx-home-alt.svg +++ b/static/img/svg/bx-home-alt.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-home-alt + + diff --git a/static/img/svg/bx-home.svg b/static/img/svg/bx-home.svg index d1fce20..25f0aa2 100644 --- a/static/img/svg/bx-home.svg +++ b/static/img/svg/bx-home.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-home + + diff --git a/static/img/svg/bx-horizontal-center.svg b/static/img/svg/bx-horizontal-center.svg index ecc3a11..c098c32 100644 --- a/static/img/svg/bx-horizontal-center.svg +++ b/static/img/svg/bx-horizontal-center.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-horizontal-center + + diff --git a/static/img/svg/bx-hot.svg b/static/img/svg/bx-hot.svg index 9d05a8c..ea80958 100644 --- a/static/img/svg/bx-hot.svg +++ b/static/img/svg/bx-hot.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-hot + + diff --git a/static/img/svg/bx-hotel.svg b/static/img/svg/bx-hotel.svg index 6be1bf2..17c1f34 100644 --- a/static/img/svg/bx-hotel.svg +++ b/static/img/svg/bx-hotel.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-hotel + + + diff --git a/static/img/svg/bx-hourglass.svg b/static/img/svg/bx-hourglass.svg index 1c66fea..9130b8d 100644 --- a/static/img/svg/bx-hourglass.svg +++ b/static/img/svg/bx-hourglass.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-hourglass + + diff --git a/static/img/svg/bx-id-card.svg b/static/img/svg/bx-id-card.svg new file mode 100644 index 0000000..299635f --- /dev/null +++ b/static/img/svg/bx-id-card.svg @@ -0,0 +1,9 @@ + + +bx-id-card + + + + + + diff --git a/static/img/svg/bx-idea.svg b/static/img/svg/bx-idea.svg index fedb12c..d9cda15 100644 --- a/static/img/svg/bx-idea.svg +++ b/static/img/svg/bx-idea.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-idea + + diff --git a/static/img/svg/bx-image-alt.svg b/static/img/svg/bx-image-alt.svg index af91912..e89e3a7 100644 --- a/static/img/svg/bx-image-alt.svg +++ b/static/img/svg/bx-image-alt.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-image-alt + + diff --git a/static/img/svg/bx-image.svg b/static/img/svg/bx-image.svg index 1195849..237b48b 100644 --- a/static/img/svg/bx-image.svg +++ b/static/img/svg/bx-image.svg @@ -1 +1,7 @@ - \ No newline at end of file + + +bx-image + + + + diff --git a/static/img/svg/bx-images.svg b/static/img/svg/bx-images.svg index fc2fbe4..ade2d83 100644 --- a/static/img/svg/bx-images.svg +++ b/static/img/svg/bx-images.svg @@ -1 +1,7 @@ - \ No newline at end of file + + +bx-images + + + + diff --git a/static/img/svg/bx-import.svg b/static/img/svg/bx-import.svg index c7bfa49..ab730b3 100644 --- a/static/img/svg/bx-import.svg +++ b/static/img/svg/bx-import.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-import + + + diff --git a/static/img/svg/bx-inbox.svg b/static/img/svg/bx-inbox.svg index ef6d021..ef88f1f 100644 --- a/static/img/svg/bx-inbox.svg +++ b/static/img/svg/bx-inbox.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-inbox + + diff --git a/static/img/svg/bx-infinite.svg b/static/img/svg/bx-infinite.svg index a813935..fd62f96 100644 --- a/static/img/svg/bx-infinite.svg +++ b/static/img/svg/bx-infinite.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-infinite + + diff --git a/static/img/svg/bx-info-circle.svg b/static/img/svg/bx-info-circle.svg index 42e7880..58d3d29 100644 --- a/static/img/svg/bx-info-circle.svg +++ b/static/img/svg/bx-info-circle.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-info-circle + + + diff --git a/static/img/svg/bx-info.svg b/static/img/svg/bx-info.svg index 9b14b46..a4e2aea 100644 --- a/static/img/svg/bx-info.svg +++ b/static/img/svg/bx-info.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-info + + diff --git a/static/img/svg/bx-italic.svg b/static/img/svg/bx-italic.svg index 583796a..7257619 100644 --- a/static/img/svg/bx-italic.svg +++ b/static/img/svg/bx-italic.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-italic + + diff --git a/static/img/svg/bx-joystick-alt.svg b/static/img/svg/bx-joystick-alt.svg index ed38a5c..1d81b58 100644 --- a/static/img/svg/bx-joystick-alt.svg +++ b/static/img/svg/bx-joystick-alt.svg @@ -1 +1,8 @@ - \ No newline at end of file + + +bx-joystick-alt + + + + + diff --git a/static/img/svg/bx-joystick.svg b/static/img/svg/bx-joystick.svg index 7a811de..df4c873 100644 --- a/static/img/svg/bx-joystick.svg +++ b/static/img/svg/bx-joystick.svg @@ -1 +1,10 @@ - \ No newline at end of file + + +bx-joystick + + + + + + + diff --git a/static/img/svg/bx-key.svg b/static/img/svg/bx-key.svg index fdf1257..582a14d 100644 --- a/static/img/svg/bx-key.svg +++ b/static/img/svg/bx-key.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-key + + diff --git a/static/img/svg/bx-laptop.svg b/static/img/svg/bx-laptop.svg index d4c96f8..bff94e4 100644 --- a/static/img/svg/bx-laptop.svg +++ b/static/img/svg/bx-laptop.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-laptop + + diff --git a/static/img/svg/bx-last-page.svg b/static/img/svg/bx-last-page.svg index 885e0f1..8dc799c 100644 --- a/static/img/svg/bx-last-page.svg +++ b/static/img/svg/bx-last-page.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-last-page + + diff --git a/static/img/svg/bx-layer.svg b/static/img/svg/bx-layer.svg index 64622ef..3a99ed1 100644 --- a/static/img/svg/bx-layer.svg +++ b/static/img/svg/bx-layer.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-layer + + + diff --git a/static/img/svg/bx-layout.svg b/static/img/svg/bx-layout.svg index 925b7bd..315050a 100644 --- a/static/img/svg/bx-layout.svg +++ b/static/img/svg/bx-layout.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-layout + + diff --git a/static/img/svg/bx-left-arrow-circle.svg b/static/img/svg/bx-left-arrow-circle.svg index d66de17..2132dd7 100644 --- a/static/img/svg/bx-left-arrow-circle.svg +++ b/static/img/svg/bx-left-arrow-circle.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-left-arrow-circle + + + diff --git a/static/img/svg/bx-left-arrow.svg b/static/img/svg/bx-left-arrow.svg index be71bd9..c67d2ce 100644 --- a/static/img/svg/bx-left-arrow.svg +++ b/static/img/svg/bx-left-arrow.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-left-arrow + + diff --git a/static/img/svg/bx-left-bottom-arrow-circle.svg b/static/img/svg/bx-left-bottom-arrow-circle.svg index f2e0772..c7cfa1a 100644 --- a/static/img/svg/bx-left-bottom-arrow-circle.svg +++ b/static/img/svg/bx-left-bottom-arrow-circle.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-left-bottom-arrow-circle + + + diff --git a/static/img/svg/bx-left-indent.svg b/static/img/svg/bx-left-indent.svg index 5112fd0..b9b08f4 100644 --- a/static/img/svg/bx-left-indent.svg +++ b/static/img/svg/bx-left-indent.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-left-indent + + diff --git a/static/img/svg/bx-left-top-arrow-circle.svg b/static/img/svg/bx-left-top-arrow-circle.svg index 21b7a19..1b7296c 100644 --- a/static/img/svg/bx-left-top-arrow-circle.svg +++ b/static/img/svg/bx-left-top-arrow-circle.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-left-top-arrow-circle + + + diff --git a/static/img/svg/bx-like.svg b/static/img/svg/bx-like.svg index 8edb32a..ec02bed 100644 --- a/static/img/svg/bx-like.svg +++ b/static/img/svg/bx-like.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-like + + diff --git a/static/img/svg/bx-link-alt.svg b/static/img/svg/bx-link-alt.svg index c6e07c9..f406e10 100644 --- a/static/img/svg/bx-link-alt.svg +++ b/static/img/svg/bx-link-alt.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-link-alt + + + diff --git a/static/img/svg/bx-link-external.svg b/static/img/svg/bx-link-external.svg index d5e1e1f..d897de2 100644 --- a/static/img/svg/bx-link-external.svg +++ b/static/img/svg/bx-link-external.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-link-external + + + diff --git a/static/img/svg/bx-link.svg b/static/img/svg/bx-link.svg index 002afb3..a6e2029 100644 --- a/static/img/svg/bx-link.svg +++ b/static/img/svg/bx-link.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-link + + + diff --git a/static/img/svg/bx-list-alt.svg b/static/img/svg/bx-list-alt.svg index ca6179f..0ef8f5b 100644 --- a/static/img/svg/bx-list-alt.svg +++ b/static/img/svg/bx-list-alt.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-list-alt + + diff --git a/static/img/svg/bx-list-check.svg b/static/img/svg/bx-list-check.svg index 83e1975..e242a56 100644 --- a/static/img/svg/bx-list-check.svg +++ b/static/img/svg/bx-list-check.svg @@ -1 +1,8 @@ - \ No newline at end of file + + +bx-list-check + + + + + diff --git a/static/img/svg/bx-list-ol.svg b/static/img/svg/bx-list-ol.svg index c5b1cf4..a26cde9 100644 --- a/static/img/svg/bx-list-ol.svg +++ b/static/img/svg/bx-list-ol.svg @@ -1 +1,10 @@ - \ No newline at end of file + + +bx-list-ol + + + + + + + diff --git a/static/img/svg/bx-list-plus.svg b/static/img/svg/bx-list-plus.svg index 36260d0..47197f8 100644 --- a/static/img/svg/bx-list-plus.svg +++ b/static/img/svg/bx-list-plus.svg @@ -1 +1,8 @@ - \ No newline at end of file + + +bx-list-plus + + + + + diff --git a/static/img/svg/bx-list-ul.svg b/static/img/svg/bx-list-ul.svg index 8ac8b0b..8d53c8b 100644 --- a/static/img/svg/bx-list-ul.svg +++ b/static/img/svg/bx-list-ul.svg @@ -1 +1,10 @@ - \ No newline at end of file + + +bx-list-ul + + + + + + + diff --git a/static/img/svg/bx-list-x.svg b/static/img/svg/bx-list-x.svg index 8175e38..b4ffbcc 100644 --- a/static/img/svg/bx-list-x.svg +++ b/static/img/svg/bx-list-x.svg @@ -1 +1,8 @@ - \ No newline at end of file + + +bx-list-x + + + + + diff --git a/static/img/svg/bx-list.svg b/static/img/svg/bx-list.svg index 94ce870..e65a409 100644 --- a/static/img/svg/bx-list.svg +++ b/static/img/svg/bx-list.svg @@ -1 +1,7 @@ - \ No newline at end of file + + +bx-list + + + + diff --git a/static/img/svg/bx-loader-alt.svg b/static/img/svg/bx-loader-alt.svg index 96aee32..42839c2 100644 --- a/static/img/svg/bx-loader-alt.svg +++ b/static/img/svg/bx-loader-alt.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-loader-alt + + diff --git a/static/img/svg/bx-loader-circle.svg b/static/img/svg/bx-loader-circle.svg index da1c518..535ee6f 100644 --- a/static/img/svg/bx-loader-circle.svg +++ b/static/img/svg/bx-loader-circle.svg @@ -1 +1,12 @@ - \ No newline at end of file + + +bx-loader-circle + + + + + + + + + diff --git a/static/img/svg/bx-loader.svg b/static/img/svg/bx-loader.svg index 7ec53a1..0d296db 100644 --- a/static/img/svg/bx-loader.svg +++ b/static/img/svg/bx-loader.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-loader + + diff --git a/static/img/svg/bx-lock-open.svg b/static/img/svg/bx-lock-open.svg index 10c4d93..78e5c00 100644 --- a/static/img/svg/bx-lock-open.svg +++ b/static/img/svg/bx-lock-open.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-lock-open + + diff --git a/static/img/svg/bx-lock.svg b/static/img/svg/bx-lock.svg index 5bb2947..45a5307 100644 --- a/static/img/svg/bx-lock.svg +++ b/static/img/svg/bx-lock.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-lock + + diff --git a/static/img/svg/bx-log-in.svg b/static/img/svg/bx-log-in.svg index 844543b..7903906 100644 --- a/static/img/svg/bx-log-in.svg +++ b/static/img/svg/bx-log-in.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-log-in + + + diff --git a/static/img/svg/bx-log-out.svg b/static/img/svg/bx-log-out.svg index 8eaaab7..a1d2fb0 100644 --- a/static/img/svg/bx-log-out.svg +++ b/static/img/svg/bx-log-out.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-log-out + + + diff --git a/static/img/svg/bx-magic-wand.svg b/static/img/svg/bx-magic-wand.svg index fe63cf7..5ab1f1a 100644 --- a/static/img/svg/bx-magic-wand.svg +++ b/static/img/svg/bx-magic-wand.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-magic-wand + + diff --git a/static/img/svg/bx-magnet.svg b/static/img/svg/bx-magnet.svg new file mode 100644 index 0000000..6aba3a9 --- /dev/null +++ b/static/img/svg/bx-magnet.svg @@ -0,0 +1,5 @@ + + +bx-magnet + + diff --git a/static/img/svg/bx-male.svg b/static/img/svg/bx-male.svg index 998fdf9..3ec9b4a 100644 --- a/static/img/svg/bx-male.svg +++ b/static/img/svg/bx-male.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-male + + diff --git a/static/img/svg/bx-map-alt.svg b/static/img/svg/bx-map-alt.svg index c2e8039..a8c455f 100644 --- a/static/img/svg/bx-map-alt.svg +++ b/static/img/svg/bx-map-alt.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-map-alt + + diff --git a/static/img/svg/bx-map-pin.svg b/static/img/svg/bx-map-pin.svg index 1d1ddf6..05d683f 100644 --- a/static/img/svg/bx-map-pin.svg +++ b/static/img/svg/bx-map-pin.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-map-pin + + diff --git a/static/img/svg/bx-map.svg b/static/img/svg/bx-map.svg index f1330a5..75757d2 100644 --- a/static/img/svg/bx-map.svg +++ b/static/img/svg/bx-map.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-map + + + diff --git a/static/img/svg/bx-menu-alt-left.svg b/static/img/svg/bx-menu-alt-left.svg index a4d5e96..b70826f 100644 --- a/static/img/svg/bx-menu-alt-left.svg +++ b/static/img/svg/bx-menu-alt-left.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-menu-alt-left + + diff --git a/static/img/svg/bx-menu-alt-right.svg b/static/img/svg/bx-menu-alt-right.svg index a7f4a16..1b75e50 100644 --- a/static/img/svg/bx-menu-alt-right.svg +++ b/static/img/svg/bx-menu-alt-right.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-menu-alt-right + + diff --git a/static/img/svg/bx-menu.svg b/static/img/svg/bx-menu.svg index 33572dd..3529950 100644 --- a/static/img/svg/bx-menu.svg +++ b/static/img/svg/bx-menu.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-menu + + diff --git a/static/img/svg/bx-message-alt.svg b/static/img/svg/bx-message-alt.svg index b035725..27a66f5 100644 --- a/static/img/svg/bx-message-alt.svg +++ b/static/img/svg/bx-message-alt.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-message-alt + + diff --git a/static/img/svg/bx-message-detail.svg b/static/img/svg/bx-message-detail.svg index edf12e0..266f4cd 100644 --- a/static/img/svg/bx-message-detail.svg +++ b/static/img/svg/bx-message-detail.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-message-detail + + + diff --git a/static/img/svg/bx-message-rounded.svg b/static/img/svg/bx-message-rounded.svg index 1523cd1..f3dcff8 100644 --- a/static/img/svg/bx-message-rounded.svg +++ b/static/img/svg/bx-message-rounded.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-message-rounded + + diff --git a/static/img/svg/bx-message.svg b/static/img/svg/bx-message.svg index 493a6de..94f819a 100644 --- a/static/img/svg/bx-message.svg +++ b/static/img/svg/bx-message.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-message + + diff --git a/static/img/svg/bx-microphone-alt.svg b/static/img/svg/bx-microphone-alt.svg index 1814a19..167c3aa 100644 --- a/static/img/svg/bx-microphone-alt.svg +++ b/static/img/svg/bx-microphone-alt.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-microphone-alt + + + diff --git a/static/img/svg/bx-microphone-off.svg b/static/img/svg/bx-microphone-off.svg index b77936e..cc229de 100644 --- a/static/img/svg/bx-microphone-off.svg +++ b/static/img/svg/bx-microphone-off.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-microphone-off + + + diff --git a/static/img/svg/bx-microphone.svg b/static/img/svg/bx-microphone.svg index 531c1a2..36ff893 100644 --- a/static/img/svg/bx-microphone.svg +++ b/static/img/svg/bx-microphone.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-microphone + + + diff --git a/static/img/svg/bx-minus-circle.svg b/static/img/svg/bx-minus-circle.svg index 45a1646..09e8b17 100644 --- a/static/img/svg/bx-minus-circle.svg +++ b/static/img/svg/bx-minus-circle.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-minus-circle + + + diff --git a/static/img/svg/bx-minus-square.svg b/static/img/svg/bx-minus-square.svg index 1add2d5..6a890fe 100644 --- a/static/img/svg/bx-minus-square.svg +++ b/static/img/svg/bx-minus-square.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-minus-square + + + diff --git a/static/img/svg/bx-minus.svg b/static/img/svg/bx-minus.svg index 82f71e4..4aa2909 100644 --- a/static/img/svg/bx-minus.svg +++ b/static/img/svg/bx-minus.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-minus + + diff --git a/static/img/svg/bx-mobile-alt.svg b/static/img/svg/bx-mobile-alt.svg index c5ec3f0..804dacd 100644 --- a/static/img/svg/bx-mobile-alt.svg +++ b/static/img/svg/bx-mobile-alt.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-mobile-alt + + + diff --git a/static/img/svg/bx-mobile-message.svg b/static/img/svg/bx-mobile-message.svg index afa0dd5..eb61f8f 100644 --- a/static/img/svg/bx-mobile-message.svg +++ b/static/img/svg/bx-mobile-message.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-mobile-message + + diff --git a/static/img/svg/bx-mobile.svg b/static/img/svg/bx-mobile.svg index 6394553..24dceb1 100644 --- a/static/img/svg/bx-mobile.svg +++ b/static/img/svg/bx-mobile.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-mobile + + diff --git a/static/img/svg/bx-moon.svg b/static/img/svg/bx-moon.svg index 0786ed7..9e5be87 100644 --- a/static/img/svg/bx-moon.svg +++ b/static/img/svg/bx-moon.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-moon + + diff --git a/static/img/svg/bx-mouse.svg b/static/img/svg/bx-mouse.svg index 0b05b9b..00488c1 100644 --- a/static/img/svg/bx-mouse.svg +++ b/static/img/svg/bx-mouse.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-mouse + + + diff --git a/static/img/svg/bx-move-horizontal.svg b/static/img/svg/bx-move-horizontal.svg new file mode 100644 index 0000000..c9a5ba5 --- /dev/null +++ b/static/img/svg/bx-move-horizontal.svg @@ -0,0 +1,5 @@ + + +bx-move-horizontal + + diff --git a/static/img/svg/bx-move-vertical.svg b/static/img/svg/bx-move-vertical.svg new file mode 100644 index 0000000..061de4a --- /dev/null +++ b/static/img/svg/bx-move-vertical.svg @@ -0,0 +1,5 @@ + + +bx-move-vertical + + diff --git a/static/img/svg/bx-move.svg b/static/img/svg/bx-move.svg index fbe26ea..6aa01c1 100644 --- a/static/img/svg/bx-move.svg +++ b/static/img/svg/bx-move.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-move + + diff --git a/static/img/svg/bx-movie.svg b/static/img/svg/bx-movie.svg index ccc3721..c349ec8 100644 --- a/static/img/svg/bx-movie.svg +++ b/static/img/svg/bx-movie.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-movie + + diff --git a/static/img/svg/bx-music.svg b/static/img/svg/bx-music.svg index 8bfc440..413f68b 100644 --- a/static/img/svg/bx-music.svg +++ b/static/img/svg/bx-music.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-music + + diff --git a/static/img/svg/bx-navigation.svg b/static/img/svg/bx-navigation.svg index c57bac2..e6454b6 100644 --- a/static/img/svg/bx-navigation.svg +++ b/static/img/svg/bx-navigation.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-navigation + + diff --git a/static/img/svg/bx-news.svg b/static/img/svg/bx-news.svg index 2a9ff81..42459aa 100644 --- a/static/img/svg/bx-news.svg +++ b/static/img/svg/bx-news.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-news + + + diff --git a/static/img/svg/bx-newsletter.svg b/static/img/svg/bx-newsletter.svg index c895f3d..e04d934 100644 --- a/static/img/svg/bx-newsletter.svg +++ b/static/img/svg/bx-newsletter.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-newsletter + + + diff --git a/static/img/svg/bx-note.svg b/static/img/svg/bx-note.svg new file mode 100644 index 0000000..7ff3a00 --- /dev/null +++ b/static/img/svg/bx-note.svg @@ -0,0 +1,7 @@ + + +bx-note + + + + diff --git a/static/img/svg/bx-notes.svg b/static/img/svg/bx-notes.svg new file mode 100644 index 0000000..24eafca --- /dev/null +++ b/static/img/svg/bx-notes.svg @@ -0,0 +1,8 @@ + + +bx-notes + + + + + diff --git a/static/img/svg/bx-notification-off.svg b/static/img/svg/bx-notification-off.svg index 31f4c4b..6bab04e 100644 --- a/static/img/svg/bx-notification-off.svg +++ b/static/img/svg/bx-notification-off.svg @@ -1 +1,7 @@ - \ No newline at end of file + + +bx-notification-off + + + + diff --git a/static/img/svg/bx-notification.svg b/static/img/svg/bx-notification.svg index 1453b14..436a3c6 100644 --- a/static/img/svg/bx-notification.svg +++ b/static/img/svg/bx-notification.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-notification + + + diff --git a/static/img/svg/bx-octagon.svg b/static/img/svg/bx-octagon.svg index a555617..c531e31 100644 --- a/static/img/svg/bx-octagon.svg +++ b/static/img/svg/bx-octagon.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-octagon + + diff --git a/static/img/svg/bx-package.svg b/static/img/svg/bx-package.svg index 4b0b899..127c9a6 100644 --- a/static/img/svg/bx-package.svg +++ b/static/img/svg/bx-package.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-package + + diff --git a/static/img/svg/bx-paper-plane.svg b/static/img/svg/bx-paper-plane.svg index 5e3f4bc..14e5b19 100644 --- a/static/img/svg/bx-paper-plane.svg +++ b/static/img/svg/bx-paper-plane.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-paper-plane + + diff --git a/static/img/svg/bx-paperclip.svg b/static/img/svg/bx-paperclip.svg index c6e381c..b052ab8 100644 --- a/static/img/svg/bx-paperclip.svg +++ b/static/img/svg/bx-paperclip.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-paperclip + + diff --git a/static/img/svg/bx-paragraph.svg b/static/img/svg/bx-paragraph.svg index bd82fae..25cf85a 100644 --- a/static/img/svg/bx-paragraph.svg +++ b/static/img/svg/bx-paragraph.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-paragraph + + diff --git a/static/img/svg/bx-paste.svg b/static/img/svg/bx-paste.svg index 9937d4b..3576f4c 100644 --- a/static/img/svg/bx-paste.svg +++ b/static/img/svg/bx-paste.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-paste + + diff --git a/static/img/svg/bx-pause-circle.svg b/static/img/svg/bx-pause-circle.svg index 934ee90..2719b71 100644 --- a/static/img/svg/bx-pause-circle.svg +++ b/static/img/svg/bx-pause-circle.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-pause-circle + + + diff --git a/static/img/svg/bx-pause.svg b/static/img/svg/bx-pause.svg index 54c19bf..7732b24 100644 --- a/static/img/svg/bx-pause.svg +++ b/static/img/svg/bx-pause.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-pause + + diff --git a/static/img/svg/bx-pen.svg b/static/img/svg/bx-pen.svg index 8e0b8a8..da2d3bf 100644 --- a/static/img/svg/bx-pen.svg +++ b/static/img/svg/bx-pen.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-pen + + diff --git a/static/img/svg/bx-pencil.svg b/static/img/svg/bx-pencil.svg index ac5e186..f6bfbae 100644 --- a/static/img/svg/bx-pencil.svg +++ b/static/img/svg/bx-pencil.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-pencil + + diff --git a/static/img/svg/bx-phone-call.svg b/static/img/svg/bx-phone-call.svg index 52fb306..9756948 100644 --- a/static/img/svg/bx-phone-call.svg +++ b/static/img/svg/bx-phone-call.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-phone-call + + + diff --git a/static/img/svg/bx-phone-incoming.svg b/static/img/svg/bx-phone-incoming.svg index 682a1fd..922dc7a 100644 --- a/static/img/svg/bx-phone-incoming.svg +++ b/static/img/svg/bx-phone-incoming.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-phone-incoming + + + diff --git a/static/img/svg/bx-phone-outgoing.svg b/static/img/svg/bx-phone-outgoing.svg index cec1a80..15f073d 100644 --- a/static/img/svg/bx-phone-outgoing.svg +++ b/static/img/svg/bx-phone-outgoing.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-phone-outgoing + + + diff --git a/static/img/svg/bx-phone.svg b/static/img/svg/bx-phone.svg index 3f35742..66e4fba 100644 --- a/static/img/svg/bx-phone.svg +++ b/static/img/svg/bx-phone.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-phone + + diff --git a/static/img/svg/bx-photo-album.svg b/static/img/svg/bx-photo-album.svg index 0218bc8..87f78a4 100644 --- a/static/img/svg/bx-photo-album.svg +++ b/static/img/svg/bx-photo-album.svg @@ -1 +1,7 @@ - \ No newline at end of file + + +bx-photo-album + + + + diff --git a/static/img/svg/bx-pie-chart-alt.svg b/static/img/svg/bx-pie-chart-alt.svg index 4c8e435..584ba18 100644 --- a/static/img/svg/bx-pie-chart-alt.svg +++ b/static/img/svg/bx-pie-chart-alt.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-pie-chart-alt + + + diff --git a/static/img/svg/bx-pie-chart.svg b/static/img/svg/bx-pie-chart.svg index e63db81..e82050c 100644 --- a/static/img/svg/bx-pie-chart.svg +++ b/static/img/svg/bx-pie-chart.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-pie-chart + + + diff --git a/static/img/svg/bx-pin.svg b/static/img/svg/bx-pin.svg index 92a4699..476911c 100644 --- a/static/img/svg/bx-pin.svg +++ b/static/img/svg/bx-pin.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-pin + + diff --git a/static/img/svg/bx-planet.svg b/static/img/svg/bx-planet.svg index 570c732..2aaedeb 100644 --- a/static/img/svg/bx-planet.svg +++ b/static/img/svg/bx-planet.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-planet + + diff --git a/static/img/svg/bx-play-circle.svg b/static/img/svg/bx-play-circle.svg index d67ac9a..03fcfb8 100644 --- a/static/img/svg/bx-play-circle.svg +++ b/static/img/svg/bx-play-circle.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-play-circle + + + diff --git a/static/img/svg/bx-play.svg b/static/img/svg/bx-play.svg index 74b9fe1..a8f45e3 100644 --- a/static/img/svg/bx-play.svg +++ b/static/img/svg/bx-play.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-play + + diff --git a/static/img/svg/bx-playlist.svg b/static/img/svg/bx-playlist.svg index 2c70427..1daae69 100644 --- a/static/img/svg/bx-playlist.svg +++ b/static/img/svg/bx-playlist.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-playlist + + + diff --git a/static/img/svg/bx-plug.svg b/static/img/svg/bx-plug.svg index 0b173ad..f06e6bb 100644 --- a/static/img/svg/bx-plug.svg +++ b/static/img/svg/bx-plug.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-plug + + diff --git a/static/img/svg/bx-plus-circle.svg b/static/img/svg/bx-plus-circle.svg index 533d5d4..60803a0 100644 --- a/static/img/svg/bx-plus-circle.svg +++ b/static/img/svg/bx-plus-circle.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-plus-circle + + + diff --git a/static/img/svg/bx-plus-square.svg b/static/img/svg/bx-plus-square.svg index f7960cd..2acac26 100644 --- a/static/img/svg/bx-plus-square.svg +++ b/static/img/svg/bx-plus-square.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-plus-square + + + diff --git a/static/img/svg/bx-plus.svg b/static/img/svg/bx-plus.svg index 20c5256..b3a9ec8 100644 --- a/static/img/svg/bx-plus.svg +++ b/static/img/svg/bx-plus.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-plus + + diff --git a/static/img/svg/bx-poll.svg b/static/img/svg/bx-poll.svg index 05973e2..f24811a 100644 --- a/static/img/svg/bx-poll.svg +++ b/static/img/svg/bx-poll.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-poll + + diff --git a/static/img/svg/bx-popular.svg b/static/img/svg/bx-popular.svg deleted file mode 100644 index d4236c6..0000000 --- a/static/img/svg/bx-popular.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/img/svg/bx-power-off.svg b/static/img/svg/bx-power-off.svg index 2e195cd..ee44200 100644 --- a/static/img/svg/bx-power-off.svg +++ b/static/img/svg/bx-power-off.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-power-off + + + diff --git a/static/img/svg/bx-printer.svg b/static/img/svg/bx-printer.svg index 83a8fcd..567909f 100644 --- a/static/img/svg/bx-printer.svg +++ b/static/img/svg/bx-printer.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-printer + + + diff --git a/static/img/svg/bx-pulse.svg b/static/img/svg/bx-pulse.svg index 3b080af..30e0cc5 100644 --- a/static/img/svg/bx-pulse.svg +++ b/static/img/svg/bx-pulse.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-pulse + + diff --git a/static/img/svg/bx-purchase-tag.svg b/static/img/svg/bx-purchase-tag.svg index 8c59b15..b3b229c 100644 --- a/static/img/svg/bx-purchase-tag.svg +++ b/static/img/svg/bx-purchase-tag.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-purchase-tag + + + diff --git a/static/img/svg/bx-question-mark.svg b/static/img/svg/bx-question-mark.svg index 609982a..4d2f249 100644 --- a/static/img/svg/bx-question-mark.svg +++ b/static/img/svg/bx-question-mark.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-question-mark + + + diff --git a/static/img/svg/bx-quote-left.svg b/static/img/svg/bx-quote-left.svg index d1a13d8..1ed9e18 100644 --- a/static/img/svg/bx-quote-left.svg +++ b/static/img/svg/bx-quote-left.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-quote-left + + diff --git a/static/img/svg/bx-quote-right.svg b/static/img/svg/bx-quote-right.svg index c79e3f7..118ffe6 100644 --- a/static/img/svg/bx-quote-right.svg +++ b/static/img/svg/bx-quote-right.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-quote-right + + diff --git a/static/img/svg/bx-radar.svg b/static/img/svg/bx-radar.svg index 5e99998..f636386 100644 --- a/static/img/svg/bx-radar.svg +++ b/static/img/svg/bx-radar.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-radar + + diff --git a/static/img/svg/bx-radio-circle-marked.svg b/static/img/svg/bx-radio-circle-marked.svg index db30b90..01dc981 100644 --- a/static/img/svg/bx-radio-circle-marked.svg +++ b/static/img/svg/bx-radio-circle-marked.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-radio-circle-marked + + + diff --git a/static/img/svg/bx-radio-circle.svg b/static/img/svg/bx-radio-circle.svg index 4703101..93708ce 100644 --- a/static/img/svg/bx-radio-circle.svg +++ b/static/img/svg/bx-radio-circle.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-radio-circle + + diff --git a/static/img/svg/bx-radio.svg b/static/img/svg/bx-radio.svg index c277898..ade55fd 100644 --- a/static/img/svg/bx-radio.svg +++ b/static/img/svg/bx-radio.svg @@ -1 +1,7 @@ - \ No newline at end of file + + +bx-radio + + + + diff --git a/static/img/svg/bx-rectangle.svg b/static/img/svg/bx-rectangle.svg index 8220371..127aada 100644 --- a/static/img/svg/bx-rectangle.svg +++ b/static/img/svg/bx-rectangle.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-rectangle + + diff --git a/static/img/svg/bx-redo.svg b/static/img/svg/bx-redo.svg index d0ba92b..ac617c1 100644 --- a/static/img/svg/bx-redo.svg +++ b/static/img/svg/bx-redo.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-redo + + diff --git a/static/img/svg/bx-rename.svg b/static/img/svg/bx-rename.svg index 08caa78..9f87a9e 100644 --- a/static/img/svg/bx-rename.svg +++ b/static/img/svg/bx-rename.svg @@ -1 +1,7 @@ - \ No newline at end of file + + +bx-rename + + + + diff --git a/static/img/svg/bx-reply-all.svg b/static/img/svg/bx-reply-all.svg index c9953fe..1784a87 100644 --- a/static/img/svg/bx-reply-all.svg +++ b/static/img/svg/bx-reply-all.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-reply-all + + diff --git a/static/img/svg/bx-reply.svg b/static/img/svg/bx-reply.svg index 53efd3d..7c69721 100644 --- a/static/img/svg/bx-reply.svg +++ b/static/img/svg/bx-reply.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-reply + + diff --git a/static/img/svg/bx-report.svg b/static/img/svg/bx-report.svg index 2e05574..d4d8cb0 100644 --- a/static/img/svg/bx-report.svg +++ b/static/img/svg/bx-report.svg @@ -1 +1,10 @@ - \ No newline at end of file + + +bx-report + + + + + + + diff --git a/static/img/svg/bx-repost.svg b/static/img/svg/bx-repost.svg index 0fde2af..ad3fcf9 100644 --- a/static/img/svg/bx-repost.svg +++ b/static/img/svg/bx-repost.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-repost + + diff --git a/static/img/svg/bx-reset.svg b/static/img/svg/bx-reset.svg index 412489a..bf1424b 100644 --- a/static/img/svg/bx-reset.svg +++ b/static/img/svg/bx-reset.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-reset + + + diff --git a/static/img/svg/bx-restaurant.svg b/static/img/svg/bx-restaurant.svg index 6a54419..7f4f56c 100644 --- a/static/img/svg/bx-restaurant.svg +++ b/static/img/svg/bx-restaurant.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-restaurant + + diff --git a/static/img/svg/bx-revision.svg b/static/img/svg/bx-revision.svg index 9532627..a39df6e 100644 --- a/static/img/svg/bx-revision.svg +++ b/static/img/svg/bx-revision.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-revision + + diff --git a/static/img/svg/bx-rewind-circle.svg b/static/img/svg/bx-rewind-circle.svg new file mode 100644 index 0000000..b72a47c --- /dev/null +++ b/static/img/svg/bx-rewind-circle.svg @@ -0,0 +1,7 @@ + + +bx-rewind-circle + + + + diff --git a/static/img/svg/bx-rewind.svg b/static/img/svg/bx-rewind.svg index e9f8db4..12f9bd6 100644 --- a/static/img/svg/bx-rewind.svg +++ b/static/img/svg/bx-rewind.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-rewind + + diff --git a/static/img/svg/bx-ribbon.svg b/static/img/svg/bx-ribbon.svg index bfaddd2..c6f0aa9 100644 --- a/static/img/svg/bx-ribbon.svg +++ b/static/img/svg/bx-ribbon.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-ribbon + + diff --git a/static/img/svg/bx-right-arrow-circle.svg b/static/img/svg/bx-right-arrow-circle.svg index 1323859..104907b 100644 --- a/static/img/svg/bx-right-arrow-circle.svg +++ b/static/img/svg/bx-right-arrow-circle.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-right-arrow-circle + + + diff --git a/static/img/svg/bx-right-arrow.svg b/static/img/svg/bx-right-arrow.svg index 858e753..802f060 100644 --- a/static/img/svg/bx-right-arrow.svg +++ b/static/img/svg/bx-right-arrow.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-right-arrow + + diff --git a/static/img/svg/bx-right-down-arrow-circle.svg b/static/img/svg/bx-right-down-arrow-circle.svg index 95c3002..1b1d275 100644 --- a/static/img/svg/bx-right-down-arrow-circle.svg +++ b/static/img/svg/bx-right-down-arrow-circle.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-right-down-arrow-circle + + + diff --git a/static/img/svg/bx-right-indent.svg b/static/img/svg/bx-right-indent.svg index 02734b1..300495e 100644 --- a/static/img/svg/bx-right-indent.svg +++ b/static/img/svg/bx-right-indent.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-right-indent + + diff --git a/static/img/svg/bx-right-top-arrow-circle.svg b/static/img/svg/bx-right-top-arrow-circle.svg index 9ca3437..8240419 100644 --- a/static/img/svg/bx-right-top-arrow-circle.svg +++ b/static/img/svg/bx-right-top-arrow-circle.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-right-top-arrow-circle + + + diff --git a/static/img/svg/bx-rocket.svg b/static/img/svg/bx-rocket.svg index d3be826..98afc75 100644 --- a/static/img/svg/bx-rocket.svg +++ b/static/img/svg/bx-rocket.svg @@ -1 +1,7 @@ - \ No newline at end of file + + +bx-rocket + + + + diff --git a/static/img/svg/bx-rotate.svg b/static/img/svg/bx-rotate.svg index 787f37e..0db0166 100644 --- a/static/img/svg/bx-rotate.svg +++ b/static/img/svg/bx-rotate.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-rotate + + + diff --git a/static/img/svg/bx-rss.svg b/static/img/svg/bx-rss.svg index b57b2dd..d5ba72f 100644 --- a/static/img/svg/bx-rss.svg +++ b/static/img/svg/bx-rss.svg @@ -1 +1,7 @@ - \ No newline at end of file + + +bx-rss + + + + diff --git a/static/img/svg/bx-ruler.svg b/static/img/svg/bx-ruler.svg index 2ba1fe6..10c546a 100644 --- a/static/img/svg/bx-ruler.svg +++ b/static/img/svg/bx-ruler.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-ruler + + diff --git a/static/img/svg/bx-save.svg b/static/img/svg/bx-save.svg index e908472..c38038c 100644 --- a/static/img/svg/bx-save.svg +++ b/static/img/svg/bx-save.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-save + + diff --git a/static/img/svg/bx-screenshot.svg b/static/img/svg/bx-screenshot.svg index c1870d3..4fef6a8 100644 --- a/static/img/svg/bx-screenshot.svg +++ b/static/img/svg/bx-screenshot.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-screenshot + + diff --git a/static/img/svg/bx-search-alt.svg b/static/img/svg/bx-search-alt.svg index 32fa81f..f80eac6 100644 --- a/static/img/svg/bx-search-alt.svg +++ b/static/img/svg/bx-search-alt.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-search-alt + + + diff --git a/static/img/svg/bx-search.svg b/static/img/svg/bx-search.svg index a343c3b..c5800ed 100644 --- a/static/img/svg/bx-search.svg +++ b/static/img/svg/bx-search.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-search + + diff --git a/static/img/svg/bx-select-arrows.svg b/static/img/svg/bx-select-arrows.svg index 3c32425..8a7b8b5 100644 --- a/static/img/svg/bx-select-arrows.svg +++ b/static/img/svg/bx-select-arrows.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-select-arrows + + diff --git a/static/img/svg/bx-select-multiple.svg b/static/img/svg/bx-select-multiple.svg index cf899fa..fba8645 100644 --- a/static/img/svg/bx-select-multiple.svg +++ b/static/img/svg/bx-select-multiple.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-select-multiple + + + diff --git a/static/img/svg/bx-selection.svg b/static/img/svg/bx-selection.svg index 419fbd5..fe1a65f 100644 --- a/static/img/svg/bx-selection.svg +++ b/static/img/svg/bx-selection.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-selection + + diff --git a/static/img/svg/bx-send.svg b/static/img/svg/bx-send.svg index a329f8b..6d51497 100644 --- a/static/img/svg/bx-send.svg +++ b/static/img/svg/bx-send.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-send + + diff --git a/static/img/svg/bx-server.svg b/static/img/svg/bx-server.svg index 53df777..aba5b4d 100644 --- a/static/img/svg/bx-server.svg +++ b/static/img/svg/bx-server.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-server + + + diff --git a/static/img/svg/bx-share-alt.svg b/static/img/svg/bx-share-alt.svg index ca83807..ca8f0fa 100644 --- a/static/img/svg/bx-share-alt.svg +++ b/static/img/svg/bx-share-alt.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-share-alt + + diff --git a/static/img/svg/bx-share.svg b/static/img/svg/bx-share.svg index 32805b1..06625f5 100644 --- a/static/img/svg/bx-share.svg +++ b/static/img/svg/bx-share.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-share + + diff --git a/static/img/svg/bx-shield-alt.svg b/static/img/svg/bx-shield-alt.svg index f85cf8d..7924a14 100644 --- a/static/img/svg/bx-shield-alt.svg +++ b/static/img/svg/bx-shield-alt.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-shield-alt + + + diff --git a/static/img/svg/bx-shield.svg b/static/img/svg/bx-shield.svg index 1297515..0edb24f 100644 --- a/static/img/svg/bx-shield.svg +++ b/static/img/svg/bx-shield.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-shield + + diff --git a/static/img/svg/bx-shopping-bag-alt.svg b/static/img/svg/bx-shopping-bag-alt.svg index ed5bd46..0b74610 100644 --- a/static/img/svg/bx-shopping-bag-alt.svg +++ b/static/img/svg/bx-shopping-bag-alt.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-shopping-bag-alt + + + diff --git a/static/img/svg/bx-shopping-bag.svg b/static/img/svg/bx-shopping-bag.svg index 42e84f3..1f14515 100644 --- a/static/img/svg/bx-shopping-bag.svg +++ b/static/img/svg/bx-shopping-bag.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-shopping-bag + + diff --git a/static/img/svg/bx-show.svg b/static/img/svg/bx-show.svg index 6335bb5..0d5b606 100644 --- a/static/img/svg/bx-show.svg +++ b/static/img/svg/bx-show.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-show + + + diff --git a/static/img/svg/bx-shuffle-alt.svg b/static/img/svg/bx-shuffle-alt.svg index 11e09d1..641fcc2 100644 --- a/static/img/svg/bx-shuffle-alt.svg +++ b/static/img/svg/bx-shuffle-alt.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-shuffle-alt + + diff --git a/static/img/svg/bx-shuffle.svg b/static/img/svg/bx-shuffle.svg index eee1cb8..dd88819 100644 --- a/static/img/svg/bx-shuffle.svg +++ b/static/img/svg/bx-shuffle.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-shuffle + + diff --git a/static/img/svg/bx-sidebar.svg b/static/img/svg/bx-sidebar.svg index 3d3099c..cc3f538 100644 --- a/static/img/svg/bx-sidebar.svg +++ b/static/img/svg/bx-sidebar.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-sidebar + + + diff --git a/static/img/svg/bx-sitemap.svg b/static/img/svg/bx-sitemap.svg index abd48ca..870b9aa 100644 --- a/static/img/svg/bx-sitemap.svg +++ b/static/img/svg/bx-sitemap.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-sitemap + + diff --git a/static/img/svg/bx-skip-next-circle.svg b/static/img/svg/bx-skip-next-circle.svg index 42c6785..b8863b7 100644 --- a/static/img/svg/bx-skip-next-circle.svg +++ b/static/img/svg/bx-skip-next-circle.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-skip-next-circle + + + diff --git a/static/img/svg/bx-skip-next.svg b/static/img/svg/bx-skip-next.svg index 02687af..22caabf 100644 --- a/static/img/svg/bx-skip-next.svg +++ b/static/img/svg/bx-skip-next.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-skip-next + + diff --git a/static/img/svg/bx-skip-previous-circle.svg b/static/img/svg/bx-skip-previous-circle.svg index 8590764..d42c40e 100644 --- a/static/img/svg/bx-skip-previous-circle.svg +++ b/static/img/svg/bx-skip-previous-circle.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-skip-previous-circle + + + diff --git a/static/img/svg/bx-skip-previous.svg b/static/img/svg/bx-skip-previous.svg index b95dbae..79f15b8 100644 --- a/static/img/svg/bx-skip-previous.svg +++ b/static/img/svg/bx-skip-previous.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-skip-previous + + diff --git a/static/img/svg/bx-skull.svg b/static/img/svg/bx-skull.svg index 4dcfac1..a26024f 100644 --- a/static/img/svg/bx-skull.svg +++ b/static/img/svg/bx-skull.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-skull + + + diff --git a/static/img/svg/bx-slider-alt.svg b/static/img/svg/bx-slider-alt.svg index 7be5100..8c8954f 100644 --- a/static/img/svg/bx-slider-alt.svg +++ b/static/img/svg/bx-slider-alt.svg @@ -1 +1,7 @@ - \ No newline at end of file + + +bx-slider-alt + + + + diff --git a/static/img/svg/bx-slider.svg b/static/img/svg/bx-slider.svg index cb3939b..cf89676 100644 --- a/static/img/svg/bx-slider.svg +++ b/static/img/svg/bx-slider.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-slider + + diff --git a/static/img/svg/bx-smiley-happy.svg b/static/img/svg/bx-smiley-happy.svg index 6304398..e45bd97 100644 --- a/static/img/svg/bx-smiley-happy.svg +++ b/static/img/svg/bx-smiley-happy.svg @@ -1 +1,8 @@ - \ No newline at end of file + + +bx-smiley-happy + + + + + diff --git a/static/img/svg/bx-smiley-meh.svg b/static/img/svg/bx-smiley-meh.svg index c7e3935..f390500 100644 --- a/static/img/svg/bx-smiley-meh.svg +++ b/static/img/svg/bx-smiley-meh.svg @@ -1 +1,8 @@ - \ No newline at end of file + + +bx-smiley-meh + + + + + diff --git a/static/img/svg/bx-smiley-sad.svg b/static/img/svg/bx-smiley-sad.svg index 7684554..e9c5ad2 100644 --- a/static/img/svg/bx-smiley-sad.svg +++ b/static/img/svg/bx-smiley-sad.svg @@ -1 +1,8 @@ - \ No newline at end of file + + +bx-smiley-sad + + + + + diff --git a/static/img/svg/bx-snowflake.svg b/static/img/svg/bx-snowflake.svg index 96d9b25..83328a7 100644 --- a/static/img/svg/bx-snowflake.svg +++ b/static/img/svg/bx-snowflake.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-snowflake + + diff --git a/static/img/svg/bx-sort-alt.svg b/static/img/svg/bx-sort-alt.svg index 8f98245..4d846d9 100644 --- a/static/img/svg/bx-sort-alt.svg +++ b/static/img/svg/bx-sort-alt.svg @@ -1 +1,8 @@ - \ No newline at end of file + + +bx-sort-alt + + + + + diff --git a/static/img/svg/bx-sort-down.svg b/static/img/svg/bx-sort-down.svg new file mode 100644 index 0000000..185b734 --- /dev/null +++ b/static/img/svg/bx-sort-down.svg @@ -0,0 +1,8 @@ + + +bx-sort-down + + + + + diff --git a/static/img/svg/bx-sort-up.svg b/static/img/svg/bx-sort-up.svg new file mode 100644 index 0000000..40765fd --- /dev/null +++ b/static/img/svg/bx-sort-up.svg @@ -0,0 +1,8 @@ + + +bx-sort-up + + + + + diff --git a/static/img/svg/bx-sort.svg b/static/img/svg/bx-sort.svg index 28ee58c..3f3dd6a 100644 --- a/static/img/svg/bx-sort.svg +++ b/static/img/svg/bx-sort.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-sort + + diff --git a/static/img/svg/bx-spreadsheet.svg b/static/img/svg/bx-spreadsheet.svg index 02d9005..deab190 100644 --- a/static/img/svg/bx-spreadsheet.svg +++ b/static/img/svg/bx-spreadsheet.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-spreadsheet + + + diff --git a/static/img/svg/bx-star.svg b/static/img/svg/bx-star.svg index 4b7fcdc..fdfc3cb 100644 --- a/static/img/svg/bx-star.svg +++ b/static/img/svg/bx-star.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-star + + diff --git a/static/img/svg/bx-station.svg b/static/img/svg/bx-station.svg index f98bf43..27e5726 100644 --- a/static/img/svg/bx-station.svg +++ b/static/img/svg/bx-station.svg @@ -1 +1,7 @@ - \ No newline at end of file + + +bx-station + + + + diff --git a/static/img/svg/bx-stats.svg b/static/img/svg/bx-stats.svg index 2a6cba6..8da09cb 100644 --- a/static/img/svg/bx-stats.svg +++ b/static/img/svg/bx-stats.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-stats + + diff --git a/static/img/svg/bx-stop-circle.svg b/static/img/svg/bx-stop-circle.svg index c36df11..9e7d412 100644 --- a/static/img/svg/bx-stop-circle.svg +++ b/static/img/svg/bx-stop-circle.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-stop-circle + + + diff --git a/static/img/svg/bx-stop.svg b/static/img/svg/bx-stop.svg index 03a9d57..619d9bf 100644 --- a/static/img/svg/bx-stop.svg +++ b/static/img/svg/bx-stop.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-stop + + diff --git a/static/img/svg/bx-stopwatch.svg b/static/img/svg/bx-stopwatch.svg index 781c34c..ada06b7 100644 --- a/static/img/svg/bx-stopwatch.svg +++ b/static/img/svg/bx-stopwatch.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-stopwatch + + + diff --git a/static/img/svg/bx-store.svg b/static/img/svg/bx-store.svg index 7b30ffd..09d6535 100644 --- a/static/img/svg/bx-store.svg +++ b/static/img/svg/bx-store.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-store + + diff --git a/static/img/svg/bx-strikethrough.svg b/static/img/svg/bx-strikethrough.svg index a7d516f..09bbb42 100644 --- a/static/img/svg/bx-strikethrough.svg +++ b/static/img/svg/bx-strikethrough.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-strikethrough + + diff --git a/static/img/svg/bx-subdirectory-left.svg b/static/img/svg/bx-subdirectory-left.svg index 359639e..f17f4ed 100644 --- a/static/img/svg/bx-subdirectory-left.svg +++ b/static/img/svg/bx-subdirectory-left.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-subdirectory-left + + diff --git a/static/img/svg/bx-subdirectory-right.svg b/static/img/svg/bx-subdirectory-right.svg index dd40234..6d6f424 100644 --- a/static/img/svg/bx-subdirectory-right.svg +++ b/static/img/svg/bx-subdirectory-right.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-subdirectory-right + + diff --git a/static/img/svg/bx-sun.svg b/static/img/svg/bx-sun.svg index 51eb42b..bf39933 100644 --- a/static/img/svg/bx-sun.svg +++ b/static/img/svg/bx-sun.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-sun + + diff --git a/static/img/svg/bx-support.svg b/static/img/svg/bx-support.svg index e21966b..0530879 100644 --- a/static/img/svg/bx-support.svg +++ b/static/img/svg/bx-support.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-support + + diff --git a/static/img/svg/bx-swim.svg b/static/img/svg/bx-swim.svg index 61709f2..6db85a8 100644 --- a/static/img/svg/bx-swim.svg +++ b/static/img/svg/bx-swim.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-swim + + + diff --git a/static/img/svg/bx-sync.svg b/static/img/svg/bx-sync.svg index 900ed1d..5b7ea78 100644 --- a/static/img/svg/bx-sync.svg +++ b/static/img/svg/bx-sync.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-sync + + diff --git a/static/img/svg/bx-t-shirt.svg b/static/img/svg/bx-t-shirt.svg index 5bcc815..74ce4ff 100644 --- a/static/img/svg/bx-t-shirt.svg +++ b/static/img/svg/bx-t-shirt.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-t-shirt + + diff --git a/static/img/svg/bx-tab.svg b/static/img/svg/bx-tab.svg index 085e806..7d993da 100644 --- a/static/img/svg/bx-tab.svg +++ b/static/img/svg/bx-tab.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-tab + + diff --git a/static/img/svg/bx-table.svg b/static/img/svg/bx-table.svg index 949f0b5..1fd8577 100644 --- a/static/img/svg/bx-table.svg +++ b/static/img/svg/bx-table.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-table + + diff --git a/static/img/svg/bx-tag-x.svg b/static/img/svg/bx-tag-x.svg index e68e7a6..cd5776c 100644 --- a/static/img/svg/bx-tag-x.svg +++ b/static/img/svg/bx-tag-x.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-tag-x + + + diff --git a/static/img/svg/bx-tag.svg b/static/img/svg/bx-tag.svg index 9059b43..9630bd5 100644 --- a/static/img/svg/bx-tag.svg +++ b/static/img/svg/bx-tag.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-tag + + diff --git a/static/img/svg/bx-target-lock.svg b/static/img/svg/bx-target-lock.svg index a554eb0..6e620dc 100644 --- a/static/img/svg/bx-target-lock.svg +++ b/static/img/svg/bx-target-lock.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-target-lock + + + diff --git a/static/img/svg/bx-task.svg b/static/img/svg/bx-task.svg index b40bd83..9658e69 100644 --- a/static/img/svg/bx-task.svg +++ b/static/img/svg/bx-task.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-task + + + diff --git a/static/img/svg/bx-taxi.svg b/static/img/svg/bx-taxi.svg index 47cad31..9f44cb1 100644 --- a/static/img/svg/bx-taxi.svg +++ b/static/img/svg/bx-taxi.svg @@ -1 +1,7 @@ - \ No newline at end of file + + +bx-taxi + + + + diff --git a/static/img/svg/bx-tennis-ball.svg b/static/img/svg/bx-tennis-ball.svg index c881923..521a30c 100644 --- a/static/img/svg/bx-tennis-ball.svg +++ b/static/img/svg/bx-tennis-ball.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-tennis-ball + + diff --git a/static/img/svg/bx-terminal.svg b/static/img/svg/bx-terminal.svg index 3d73cec..4860e14 100644 --- a/static/img/svg/bx-terminal.svg +++ b/static/img/svg/bx-terminal.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-terminal + + + diff --git a/static/img/svg/bx-test-tube.svg b/static/img/svg/bx-test-tube.svg new file mode 100644 index 0000000..b72ffe4 --- /dev/null +++ b/static/img/svg/bx-test-tube.svg @@ -0,0 +1,5 @@ + + +bx-test-tube + + diff --git a/static/img/svg/bx-text.svg b/static/img/svg/bx-text.svg index dd5fad2..fcb42fc 100644 --- a/static/img/svg/bx-text.svg +++ b/static/img/svg/bx-text.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-text + + diff --git a/static/img/svg/bx-thermometer.svg b/static/img/svg/bx-thermometer.svg index 4857e24..7d66f9f 100644 --- a/static/img/svg/bx-thermometer.svg +++ b/static/img/svg/bx-thermometer.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-thermometer + + diff --git a/static/img/svg/bx-time.svg b/static/img/svg/bx-time.svg index 5ad2bd4..4281ec4 100644 --- a/static/img/svg/bx-time.svg +++ b/static/img/svg/bx-time.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-time + + + diff --git a/static/img/svg/bx-timer.svg b/static/img/svg/bx-timer.svg index b4c64bc..368f247 100644 --- a/static/img/svg/bx-timer.svg +++ b/static/img/svg/bx-timer.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-timer + + + diff --git a/static/img/svg/bx-to-top.svg b/static/img/svg/bx-to-top.svg deleted file mode 100644 index 2c6241c..0000000 --- a/static/img/svg/bx-to-top.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/img/svg/bx-toggle-left.svg b/static/img/svg/bx-toggle-left.svg index 068fc0e..b68a59a 100644 --- a/static/img/svg/bx-toggle-left.svg +++ b/static/img/svg/bx-toggle-left.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-toggle-left + + + diff --git a/static/img/svg/bx-toggle-right.svg b/static/img/svg/bx-toggle-right.svg index 486c8b6..71eba2c 100644 --- a/static/img/svg/bx-toggle-right.svg +++ b/static/img/svg/bx-toggle-right.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-toggle-right + + + diff --git a/static/img/svg/bx-toggle.svg b/static/img/svg/bx-toggle.svg index a453e2a..60c3316 100644 --- a/static/img/svg/bx-toggle.svg +++ b/static/img/svg/bx-toggle.svg @@ -1 +1,7 @@ - \ No newline at end of file + + +bx-toggle + + + + diff --git a/static/img/svg/bx-torch.svg b/static/img/svg/bx-torch.svg index 215f795..2fad585 100644 --- a/static/img/svg/bx-torch.svg +++ b/static/img/svg/bx-torch.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-torch + + + diff --git a/static/img/svg/bx-train.svg b/static/img/svg/bx-train.svg index 3c934d3..565e252 100644 --- a/static/img/svg/bx-train.svg +++ b/static/img/svg/bx-train.svg @@ -1 +1,7 @@ - \ No newline at end of file + + +bx-train + + + + diff --git a/static/img/svg/bx-transfer.svg b/static/img/svg/bx-transfer.svg index c59aa8e..35a6a85 100644 --- a/static/img/svg/bx-transfer.svg +++ b/static/img/svg/bx-transfer.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-transfer + + diff --git a/static/img/svg/bx-trash-alt.svg b/static/img/svg/bx-trash-alt.svg index 131c543..aea4f1c 100644 --- a/static/img/svg/bx-trash-alt.svg +++ b/static/img/svg/bx-trash-alt.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-trash-alt + + diff --git a/static/img/svg/bx-trash.svg b/static/img/svg/bx-trash.svg index 1673696..4128bfd 100644 --- a/static/img/svg/bx-trash.svg +++ b/static/img/svg/bx-trash.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-trash + + + diff --git a/static/img/svg/bx-trending-down.svg b/static/img/svg/bx-trending-down.svg index ff0bfc7..6dd219c 100644 --- a/static/img/svg/bx-trending-down.svg +++ b/static/img/svg/bx-trending-down.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-trending-down + + diff --git a/static/img/svg/bx-trending-up.svg b/static/img/svg/bx-trending-up.svg index f9168c1..d561bd9 100644 --- a/static/img/svg/bx-trending-up.svg +++ b/static/img/svg/bx-trending-up.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-trending-up + + diff --git a/static/img/svg/bx-triangle.svg b/static/img/svg/bx-triangle.svg index 7ef32ea..48088c0 100644 --- a/static/img/svg/bx-triangle.svg +++ b/static/img/svg/bx-triangle.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-triangle + + diff --git a/static/img/svg/bx-trophy-star.svg b/static/img/svg/bx-trophy-star.svg index 908c9ca..2921375 100644 --- a/static/img/svg/bx-trophy-star.svg +++ b/static/img/svg/bx-trophy-star.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-trophy-star + + + diff --git a/static/img/svg/bx-trophy.svg b/static/img/svg/bx-trophy.svg index e68c4de..eb4ca2c 100644 --- a/static/img/svg/bx-trophy.svg +++ b/static/img/svg/bx-trophy.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-trophy + + diff --git a/static/img/svg/bx-truck.svg b/static/img/svg/bx-truck.svg index 79121f4..8c002a6 100644 --- a/static/img/svg/bx-truck.svg +++ b/static/img/svg/bx-truck.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-truck + + diff --git a/static/img/svg/bx-tv.svg b/static/img/svg/bx-tv.svg index c808276..66a6a1e 100644 --- a/static/img/svg/bx-tv.svg +++ b/static/img/svg/bx-tv.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-tv + + diff --git a/static/img/svg/bx-umbrella.svg b/static/img/svg/bx-umbrella.svg deleted file mode 100644 index 26918d8..0000000 --- a/static/img/svg/bx-umbrella.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/img/svg/bx-underline.svg b/static/img/svg/bx-underline.svg index 7bc28fc..ed69f51 100644 --- a/static/img/svg/bx-underline.svg +++ b/static/img/svg/bx-underline.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-underline + + diff --git a/static/img/svg/bx-undo.svg b/static/img/svg/bx-undo.svg index 62f2160..351f92b 100644 --- a/static/img/svg/bx-undo.svg +++ b/static/img/svg/bx-undo.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-undo + + diff --git a/static/img/svg/bx-up-arrow-circle.svg b/static/img/svg/bx-up-arrow-circle.svg index 404097e..040ef29 100644 --- a/static/img/svg/bx-up-arrow-circle.svg +++ b/static/img/svg/bx-up-arrow-circle.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-up-arrow-circle + + + diff --git a/static/img/svg/bx-up-arrow.svg b/static/img/svg/bx-up-arrow.svg index b19c673..a2fea8d 100644 --- a/static/img/svg/bx-up-arrow.svg +++ b/static/img/svg/bx-up-arrow.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-up-arrow + + diff --git a/static/img/svg/bx-upload.svg b/static/img/svg/bx-upload.svg index 154fa50..afde904 100644 --- a/static/img/svg/bx-upload.svg +++ b/static/img/svg/bx-upload.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-upload + + + diff --git a/static/img/svg/bx-upvote.svg b/static/img/svg/bx-upvote.svg index 0b3c887..9b4c552 100644 --- a/static/img/svg/bx-upvote.svg +++ b/static/img/svg/bx-upvote.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-upvote + + diff --git a/static/img/svg/bx-usb.svg b/static/img/svg/bx-usb.svg index 2a7e5d3..83fdc57 100644 --- a/static/img/svg/bx-usb.svg +++ b/static/img/svg/bx-usb.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-usb + + diff --git a/static/img/svg/bx-user-check.svg b/static/img/svg/bx-user-check.svg index 33052ee..0af4555 100644 --- a/static/img/svg/bx-user-check.svg +++ b/static/img/svg/bx-user-check.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-user-check + + diff --git a/static/img/svg/bx-user-circle.svg b/static/img/svg/bx-user-circle.svg index d0ec2d0..4f1c351 100644 --- a/static/img/svg/bx-user-circle.svg +++ b/static/img/svg/bx-user-circle.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-user-circle + + + diff --git a/static/img/svg/bx-user-detail.svg b/static/img/svg/bx-user-detail.svg index aeae0c8..c13b692 100644 --- a/static/img/svg/bx-user-detail.svg +++ b/static/img/svg/bx-user-detail.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-user-detail + + diff --git a/static/img/svg/bx-user-minus.svg b/static/img/svg/bx-user-minus.svg index 6f0c1f8..68f47b8 100644 --- a/static/img/svg/bx-user-minus.svg +++ b/static/img/svg/bx-user-minus.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-user-minus + + diff --git a/static/img/svg/bx-user-plus.svg b/static/img/svg/bx-user-plus.svg index 4089157..2517135 100644 --- a/static/img/svg/bx-user-plus.svg +++ b/static/img/svg/bx-user-plus.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-user-plus + + diff --git a/static/img/svg/bx-user-x.svg b/static/img/svg/bx-user-x.svg index c87edb2..30edda4 100644 --- a/static/img/svg/bx-user-x.svg +++ b/static/img/svg/bx-user-x.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-user-x + + diff --git a/static/img/svg/bx-user.svg b/static/img/svg/bx-user.svg index c605aa2..6488d5b 100644 --- a/static/img/svg/bx-user.svg +++ b/static/img/svg/bx-user.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-user + + diff --git a/static/img/svg/bx-vertical-center.svg b/static/img/svg/bx-vertical-center.svg index 729073d..b6dba86 100644 --- a/static/img/svg/bx-vertical-center.svg +++ b/static/img/svg/bx-vertical-center.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-vertical-center + + diff --git a/static/img/svg/bx-video-off.svg b/static/img/svg/bx-video-off.svg index dd2e710..577a2ff 100644 --- a/static/img/svg/bx-video-off.svg +++ b/static/img/svg/bx-video-off.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-video-off + + diff --git a/static/img/svg/bx-video-plus.svg b/static/img/svg/bx-video-plus.svg index 7eaa818..8d81dd0 100644 --- a/static/img/svg/bx-video-plus.svg +++ b/static/img/svg/bx-video-plus.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-video-plus + + + diff --git a/static/img/svg/bx-video.svg b/static/img/svg/bx-video.svg index 3172f92..2f64b07 100644 --- a/static/img/svg/bx-video.svg +++ b/static/img/svg/bx-video.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-video + + diff --git a/static/img/svg/bx-videos.svg b/static/img/svg/bx-videos.svg index c445b1d..b7582ab 100644 --- a/static/img/svg/bx-videos.svg +++ b/static/img/svg/bx-videos.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-videos + + + diff --git a/static/img/svg/bx-voicemail.svg b/static/img/svg/bx-voicemail.svg index 8008f8b..fc0f6b5 100644 --- a/static/img/svg/bx-voicemail.svg +++ b/static/img/svg/bx-voicemail.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-voicemail + + diff --git a/static/img/svg/bx-volume-full.svg b/static/img/svg/bx-volume-full.svg index 829995b..ae8e3ba 100644 --- a/static/img/svg/bx-volume-full.svg +++ b/static/img/svg/bx-volume-full.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-volume-full + + + diff --git a/static/img/svg/bx-volume-low.svg b/static/img/svg/bx-volume-low.svg index 51b4a23..e32bf88 100644 --- a/static/img/svg/bx-volume-low.svg +++ b/static/img/svg/bx-volume-low.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-volume-low + + diff --git a/static/img/svg/bx-volume-mute.svg b/static/img/svg/bx-volume-mute.svg index dbdb48f..e5714cd 100644 --- a/static/img/svg/bx-volume-mute.svg +++ b/static/img/svg/bx-volume-mute.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-volume-mute + + diff --git a/static/img/svg/bx-volume.svg b/static/img/svg/bx-volume.svg index c33cbc2..f5596c9 100644 --- a/static/img/svg/bx-volume.svg +++ b/static/img/svg/bx-volume.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-volume + + diff --git a/static/img/svg/bx-wallet.svg b/static/img/svg/bx-wallet.svg index 4a245c2..68e7d73 100644 --- a/static/img/svg/bx-wallet.svg +++ b/static/img/svg/bx-wallet.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-wallet + + + diff --git a/static/img/svg/bx-watch-alt.svg b/static/img/svg/bx-watch-alt.svg index 618c68b..f7a8c1e 100644 --- a/static/img/svg/bx-watch-alt.svg +++ b/static/img/svg/bx-watch-alt.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-watch-alt + + diff --git a/static/img/svg/bx-watch.svg b/static/img/svg/bx-watch.svg index 6c5650f..8f0b5c0 100644 --- a/static/img/svg/bx-watch.svg +++ b/static/img/svg/bx-watch.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-watch + + + diff --git a/static/img/svg/bx-water.svg b/static/img/svg/bx-water.svg index 14473b9..26a4876 100644 --- a/static/img/svg/bx-water.svg +++ b/static/img/svg/bx-water.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-water + + diff --git a/static/img/svg/bx-widget.svg b/static/img/svg/bx-widget.svg index b9d7943..aa26caf 100644 --- a/static/img/svg/bx-widget.svg +++ b/static/img/svg/bx-widget.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-widget + + diff --git a/static/img/svg/bx-wifi.svg b/static/img/svg/bx-wifi.svg index 28029be..1a2c5ca 100644 --- a/static/img/svg/bx-wifi.svg +++ b/static/img/svg/bx-wifi.svg @@ -1 +1,7 @@ - \ No newline at end of file + + +bx-wifi + + + + diff --git a/static/img/svg/bx-wind.svg b/static/img/svg/bx-wind.svg index 8557a83..2f616c5 100644 --- a/static/img/svg/bx-wind.svg +++ b/static/img/svg/bx-wind.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-wind + + + diff --git a/static/img/svg/bx-window-close.svg b/static/img/svg/bx-window-close.svg index 2025873..3851d02 100644 --- a/static/img/svg/bx-window-close.svg +++ b/static/img/svg/bx-window-close.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-window-close + + + diff --git a/static/img/svg/bx-window-open.svg b/static/img/svg/bx-window-open.svg index d08a4fa..6bdcf9c 100644 --- a/static/img/svg/bx-window-open.svg +++ b/static/img/svg/bx-window-open.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-window-open + + + diff --git a/static/img/svg/bx-window.svg b/static/img/svg/bx-window.svg index 5fff1da..e3e058b 100644 --- a/static/img/svg/bx-window.svg +++ b/static/img/svg/bx-window.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-window + + diff --git a/static/img/svg/bx-windows.svg b/static/img/svg/bx-windows.svg index b82961b..866880b 100644 --- a/static/img/svg/bx-windows.svg +++ b/static/img/svg/bx-windows.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-windows + + + diff --git a/static/img/svg/bx-world.svg b/static/img/svg/bx-world.svg index f616e13..51caa63 100644 --- a/static/img/svg/bx-world.svg +++ b/static/img/svg/bx-world.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-world + + diff --git a/static/img/svg/bx-wrench.svg b/static/img/svg/bx-wrench.svg index 5b74dc2..9cb8434 100644 --- a/static/img/svg/bx-wrench.svg +++ b/static/img/svg/bx-wrench.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-wrench + + diff --git a/static/img/svg/bx-x-circle.svg b/static/img/svg/bx-x-circle.svg index 641621b..f3c3794 100644 --- a/static/img/svg/bx-x-circle.svg +++ b/static/img/svg/bx-x-circle.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-x-circle + + + diff --git a/static/img/svg/bx-x-square.svg b/static/img/svg/bx-x-square.svg index fe8e76a..424915d 100644 --- a/static/img/svg/bx-x-square.svg +++ b/static/img/svg/bx-x-square.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-x-square + + + diff --git a/static/img/svg/bx-x.svg b/static/img/svg/bx-x.svg index bb65983..1525175 100644 --- a/static/img/svg/bx-x.svg +++ b/static/img/svg/bx-x.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-x + + diff --git a/static/img/svg/bx-zap.svg b/static/img/svg/bx-zap.svg index dc968cb..7c47b67 100644 --- a/static/img/svg/bx-zap.svg +++ b/static/img/svg/bx-zap.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bx-zap + + diff --git a/static/img/svg/bx-zoom-in.svg b/static/img/svg/bx-zoom-in.svg index 184c05e..10f7f50 100644 --- a/static/img/svg/bx-zoom-in.svg +++ b/static/img/svg/bx-zoom-in.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-zoom-in + + + diff --git a/static/img/svg/bx-zoom-out.svg b/static/img/svg/bx-zoom-out.svg index 97f3d5a..de4d8b1 100644 --- a/static/img/svg/bx-zoom-out.svg +++ b/static/img/svg/bx-zoom-out.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bx-zoom-out + + + diff --git a/static/img/svg/bxl-android.svg b/static/img/svg/bxl-android.svg index c1aa16c..c18548e 100644 --- a/static/img/svg/bxl-android.svg +++ b/static/img/svg/bxl-android.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxl-android + + diff --git a/static/img/svg/bxl-apple.svg b/static/img/svg/bxl-apple.svg index c3f52d3..ba0cb12 100644 --- a/static/img/svg/bxl-apple.svg +++ b/static/img/svg/bxl-apple.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxl-apple + + diff --git a/static/img/svg/bxl-behance.svg b/static/img/svg/bxl-behance.svg index 0f966ee..5ca96d3 100644 --- a/static/img/svg/bxl-behance.svg +++ b/static/img/svg/bxl-behance.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxl-behance + + diff --git a/static/img/svg/bxl-bitcoin.svg b/static/img/svg/bxl-bitcoin.svg index 573ea95..902f240 100644 --- a/static/img/svg/bxl-bitcoin.svg +++ b/static/img/svg/bxl-bitcoin.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bxl-bitcoin + + + diff --git a/static/img/svg/bxl-blogger.svg b/static/img/svg/bxl-blogger.svg index 424b3f1..bc30748 100644 --- a/static/img/svg/bxl-blogger.svg +++ b/static/img/svg/bxl-blogger.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxl-blogger + + diff --git a/static/img/svg/bxl-discord.svg b/static/img/svg/bxl-discord.svg index 13821f6..476cf49 100644 --- a/static/img/svg/bxl-discord.svg +++ b/static/img/svg/bxl-discord.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bxl-discord + + + diff --git a/static/img/svg/bxl-dribbble.svg b/static/img/svg/bxl-dribbble.svg index fa0637b..484f726 100644 --- a/static/img/svg/bxl-dribbble.svg +++ b/static/img/svg/bxl-dribbble.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxl-dribbble + + diff --git a/static/img/svg/bxl-facebook-square.svg b/static/img/svg/bxl-facebook-square.svg index a635d31..dc37465 100644 --- a/static/img/svg/bxl-facebook-square.svg +++ b/static/img/svg/bxl-facebook-square.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxl-facebook-square + + diff --git a/static/img/svg/bxl-facebook.svg b/static/img/svg/bxl-facebook.svg index 403e643..5b13e26 100644 --- a/static/img/svg/bxl-facebook.svg +++ b/static/img/svg/bxl-facebook.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxl-facebook + + diff --git a/static/img/svg/bxl-github.svg b/static/img/svg/bxl-github.svg index 4d2196a..c2e9e76 100644 --- a/static/img/svg/bxl-github.svg +++ b/static/img/svg/bxl-github.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxl-github + + diff --git a/static/img/svg/bxl-google-plus-circle.svg b/static/img/svg/bxl-google-plus-circle.svg index 1579bf5..31b552f 100644 --- a/static/img/svg/bxl-google-plus-circle.svg +++ b/static/img/svg/bxl-google-plus-circle.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxl-google-plus-circle + + diff --git a/static/img/svg/bxl-google-plus.svg b/static/img/svg/bxl-google-plus.svg index 14c22af..c82e2de 100644 --- a/static/img/svg/bxl-google-plus.svg +++ b/static/img/svg/bxl-google-plus.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxl-google-plus + + diff --git a/static/img/svg/bxl-google.svg b/static/img/svg/bxl-google.svg index e3c9176..2df2af9 100644 --- a/static/img/svg/bxl-google.svg +++ b/static/img/svg/bxl-google.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxl-google + + diff --git a/static/img/svg/bxl-instagram.svg b/static/img/svg/bxl-instagram.svg index 8555002..e4ef983 100644 --- a/static/img/svg/bxl-instagram.svg +++ b/static/img/svg/bxl-instagram.svg @@ -1 +1,7 @@ - \ No newline at end of file + + +bxl-instagram + + + + diff --git a/static/img/svg/bxl-linkedin-square.svg b/static/img/svg/bxl-linkedin-square.svg index e235ded..82faa2f 100644 --- a/static/img/svg/bxl-linkedin-square.svg +++ b/static/img/svg/bxl-linkedin-square.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxl-linkedin-square + + diff --git a/static/img/svg/bxl-linkedin.svg b/static/img/svg/bxl-linkedin.svg index 7347e60..359d288 100644 --- a/static/img/svg/bxl-linkedin.svg +++ b/static/img/svg/bxl-linkedin.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bxl-linkedin + + + diff --git a/static/img/svg/bxl-medium-square.svg b/static/img/svg/bxl-medium-square.svg index afe7cbe..16999e9 100644 --- a/static/img/svg/bxl-medium-square.svg +++ b/static/img/svg/bxl-medium-square.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxl-medium-square + + diff --git a/static/img/svg/bxl-medium.svg b/static/img/svg/bxl-medium.svg index 89bce99..f5d81ab 100644 --- a/static/img/svg/bxl-medium.svg +++ b/static/img/svg/bxl-medium.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxl-medium + + diff --git a/static/img/svg/bxl-messenger.svg b/static/img/svg/bxl-messenger.svg index 67edc66..cb46e25 100644 --- a/static/img/svg/bxl-messenger.svg +++ b/static/img/svg/bxl-messenger.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxl-messenger + + diff --git a/static/img/svg/bxl-pinterest.svg b/static/img/svg/bxl-pinterest.svg index 2e2ed00..8677f95 100644 --- a/static/img/svg/bxl-pinterest.svg +++ b/static/img/svg/bxl-pinterest.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxl-pinterest + + diff --git a/static/img/svg/bxl-play-store.svg b/static/img/svg/bxl-play-store.svg index ab886ce..9b97930 100644 --- a/static/img/svg/bxl-play-store.svg +++ b/static/img/svg/bxl-play-store.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxl-play-store + + diff --git a/static/img/svg/bxl-pocket.svg b/static/img/svg/bxl-pocket.svg index 1907134..9300429 100644 --- a/static/img/svg/bxl-pocket.svg +++ b/static/img/svg/bxl-pocket.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxl-pocket + + diff --git a/static/img/svg/bxl-reddit.svg b/static/img/svg/bxl-reddit.svg index 5d931a0..6e4b9fc 100644 --- a/static/img/svg/bxl-reddit.svg +++ b/static/img/svg/bxl-reddit.svg @@ -1 +1,7 @@ - \ No newline at end of file + + +bxl-reddit + + + + diff --git a/static/img/svg/bxl-skype.svg b/static/img/svg/bxl-skype.svg index 9a001b4..0ae1ea3 100644 --- a/static/img/svg/bxl-skype.svg +++ b/static/img/svg/bxl-skype.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxl-skype + + diff --git a/static/img/svg/bxl-slack-rounded.svg b/static/img/svg/bxl-slack-rounded.svg index e613d06..58d69a8 100644 --- a/static/img/svg/bxl-slack-rounded.svg +++ b/static/img/svg/bxl-slack-rounded.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bxl-slack-rounded + + + diff --git a/static/img/svg/bxl-slack.svg b/static/img/svg/bxl-slack.svg index f4c5db8..2fa8a11 100644 --- a/static/img/svg/bxl-slack.svg +++ b/static/img/svg/bxl-slack.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxl-slack + + diff --git a/static/img/svg/bxl-tumblr.svg b/static/img/svg/bxl-tumblr.svg index 0860245..f5c7ea4 100644 --- a/static/img/svg/bxl-tumblr.svg +++ b/static/img/svg/bxl-tumblr.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxl-tumblr + + diff --git a/static/img/svg/bxl-twitch.svg b/static/img/svg/bxl-twitch.svg index 142e29c..c2b4206 100644 --- a/static/img/svg/bxl-twitch.svg +++ b/static/img/svg/bxl-twitch.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxl-twitch + + diff --git a/static/img/svg/bxl-twitter-square.svg b/static/img/svg/bxl-twitter-square.svg index 8c98764..19ace84 100644 --- a/static/img/svg/bxl-twitter-square.svg +++ b/static/img/svg/bxl-twitter-square.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxl-twitter-square + + diff --git a/static/img/svg/bxl-twitter.svg b/static/img/svg/bxl-twitter.svg index 9da5115..fb0e9bb 100644 --- a/static/img/svg/bxl-twitter.svg +++ b/static/img/svg/bxl-twitter.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxl-twitter + + diff --git a/static/img/svg/bxl-vimeo.svg b/static/img/svg/bxl-vimeo.svg index b256694..e23ca9d 100644 --- a/static/img/svg/bxl-vimeo.svg +++ b/static/img/svg/bxl-vimeo.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxl-vimeo + + diff --git a/static/img/svg/bxl-vk.svg b/static/img/svg/bxl-vk.svg index 5e403bd..2671379 100644 --- a/static/img/svg/bxl-vk.svg +++ b/static/img/svg/bxl-vk.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxl-vk + + diff --git a/static/img/svg/bxl-whatsapp.svg b/static/img/svg/bxl-whatsapp.svg index b72c02f..f1d6bc9 100644 --- a/static/img/svg/bxl-whatsapp.svg +++ b/static/img/svg/bxl-whatsapp.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxl-whatsapp + + diff --git a/static/img/svg/bxl-windows.svg b/static/img/svg/bxl-windows.svg index 84e1cf4..1f0c31c 100644 --- a/static/img/svg/bxl-windows.svg +++ b/static/img/svg/bxl-windows.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxl-windows + + diff --git a/static/img/svg/bxl-youtube.svg b/static/img/svg/bxl-youtube.svg index b0b2078..a6d00b3 100644 --- a/static/img/svg/bxl-youtube.svg +++ b/static/img/svg/bxl-youtube.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxl-youtube + + diff --git a/static/img/svg/bxs-adjust.svg b/static/img/svg/bxs-adjust.svg index 69e13ea..680d813 100644 --- a/static/img/svg/bxs-adjust.svg +++ b/static/img/svg/bxs-adjust.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-adjust + + diff --git a/static/img/svg/bxs-alarm-off.svg b/static/img/svg/bxs-alarm-off.svg index e5e3285..6ad80c3 100644 --- a/static/img/svg/bxs-alarm-off.svg +++ b/static/img/svg/bxs-alarm-off.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-alarm-off + + diff --git a/static/img/svg/bxs-alarm.svg b/static/img/svg/bxs-alarm.svg index bd72164..3499efc 100644 --- a/static/img/svg/bxs-alarm.svg +++ b/static/img/svg/bxs-alarm.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-alarm + + diff --git a/static/img/svg/bxs-album.svg b/static/img/svg/bxs-album.svg index 6a76cdb..5efeffb 100644 --- a/static/img/svg/bxs-album.svg +++ b/static/img/svg/bxs-album.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-album + + diff --git a/static/img/svg/bxs-archive-in.svg b/static/img/svg/bxs-archive-in.svg index 98ed489..cff2b2d 100644 --- a/static/img/svg/bxs-archive-in.svg +++ b/static/img/svg/bxs-archive-in.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-archive-in + + diff --git a/static/img/svg/bxs-archive-out.svg b/static/img/svg/bxs-archive-out.svg index 7405841..7109b76 100644 --- a/static/img/svg/bxs-archive-out.svg +++ b/static/img/svg/bxs-archive-out.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-archive-out + + diff --git a/static/img/svg/bxs-archive.svg b/static/img/svg/bxs-archive.svg index c22760b..efae9da 100644 --- a/static/img/svg/bxs-archive.svg +++ b/static/img/svg/bxs-archive.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-archive + + diff --git a/static/img/svg/bxs-area.svg b/static/img/svg/bxs-area.svg index e8f4605..864da78 100644 --- a/static/img/svg/bxs-area.svg +++ b/static/img/svg/bxs-area.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-area + + diff --git a/static/img/svg/bxs-award.svg b/static/img/svg/bxs-award.svg index dd3ca2e..cb488af 100644 --- a/static/img/svg/bxs-award.svg +++ b/static/img/svg/bxs-award.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bxs-award + + + diff --git a/static/img/svg/bxs-badge.svg b/static/img/svg/bxs-badge.svg new file mode 100644 index 0000000..b23823d --- /dev/null +++ b/static/img/svg/bxs-badge.svg @@ -0,0 +1,5 @@ + + +bxs-badge + + diff --git a/static/img/svg/bxs-ball.svg b/static/img/svg/bxs-ball.svg index 0c69744..c00d434 100644 --- a/static/img/svg/bxs-ball.svg +++ b/static/img/svg/bxs-ball.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-ball + + diff --git a/static/img/svg/bxs-bar-chart-square.svg b/static/img/svg/bxs-bar-chart-square.svg index 1d37271..3111f87 100644 --- a/static/img/svg/bxs-bar-chart-square.svg +++ b/static/img/svg/bxs-bar-chart-square.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-bar-chart-square + + diff --git a/static/img/svg/bxs-barcode.svg b/static/img/svg/bxs-barcode.svg index 4ae757e..cb84de8 100644 --- a/static/img/svg/bxs-barcode.svg +++ b/static/img/svg/bxs-barcode.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-barcode + + diff --git a/static/img/svg/bxs-bath.svg b/static/img/svg/bxs-bath.svg index cab78a1..8cd25bd 100644 --- a/static/img/svg/bxs-bath.svg +++ b/static/img/svg/bxs-bath.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-bath + + diff --git a/static/img/svg/bxs-battery-charging.svg b/static/img/svg/bxs-battery-charging.svg index 7b1fa88..ba52df1 100644 --- a/static/img/svg/bxs-battery-charging.svg +++ b/static/img/svg/bxs-battery-charging.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-battery-charging + + diff --git a/static/img/svg/bxs-battery-full.svg b/static/img/svg/bxs-battery-full.svg index 240dd96..e5bcb72 100644 --- a/static/img/svg/bxs-battery-full.svg +++ b/static/img/svg/bxs-battery-full.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-battery-full + + diff --git a/static/img/svg/bxs-battery-low.svg b/static/img/svg/bxs-battery-low.svg index c1b67f9..4f70e58 100644 --- a/static/img/svg/bxs-battery-low.svg +++ b/static/img/svg/bxs-battery-low.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-battery-low + + diff --git a/static/img/svg/bxs-battery.svg b/static/img/svg/bxs-battery.svg index d10fc77..3444643 100644 --- a/static/img/svg/bxs-battery.svg +++ b/static/img/svg/bxs-battery.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-battery + + diff --git a/static/img/svg/bxs-bed.svg b/static/img/svg/bxs-bed.svg index f0dd026..1e87520 100644 --- a/static/img/svg/bxs-bed.svg +++ b/static/img/svg/bxs-bed.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-bed + + diff --git a/static/img/svg/bxs-bell-minus.svg b/static/img/svg/bxs-bell-minus.svg index e4565c5..dae503a 100644 --- a/static/img/svg/bxs-bell-minus.svg +++ b/static/img/svg/bxs-bell-minus.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-bell-minus + + diff --git a/static/img/svg/bxs-bell-off.svg b/static/img/svg/bxs-bell-off.svg index 571dd5f..6fd6ed9 100644 --- a/static/img/svg/bxs-bell-off.svg +++ b/static/img/svg/bxs-bell-off.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-bell-off + + diff --git a/static/img/svg/bxs-bell-plus.svg b/static/img/svg/bxs-bell-plus.svg index 05ff09e..8198cf7 100644 --- a/static/img/svg/bxs-bell-plus.svg +++ b/static/img/svg/bxs-bell-plus.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-bell-plus + + diff --git a/static/img/svg/bxs-bell-ring.svg b/static/img/svg/bxs-bell-ring.svg index 4f8bc0c..07c7393 100644 --- a/static/img/svg/bxs-bell-ring.svg +++ b/static/img/svg/bxs-bell-ring.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-bell-ring + + diff --git a/static/img/svg/bxs-bell.svg b/static/img/svg/bxs-bell.svg index de6600a..d001a09 100644 --- a/static/img/svg/bxs-bell.svg +++ b/static/img/svg/bxs-bell.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-bell + + diff --git a/static/img/svg/bxs-bolt.svg b/static/img/svg/bxs-bolt.svg index 7c67906..b652f56 100644 --- a/static/img/svg/bxs-bolt.svg +++ b/static/img/svg/bxs-bolt.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-bolt + + diff --git a/static/img/svg/bxs-book-bookmark.svg b/static/img/svg/bxs-book-bookmark.svg index f155dec..186fd4d 100644 --- a/static/img/svg/bxs-book-bookmark.svg +++ b/static/img/svg/bxs-book-bookmark.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-book-bookmark + + diff --git a/static/img/svg/bxs-book-open.svg b/static/img/svg/bxs-book-open.svg index 484492d..5619e2c 100644 --- a/static/img/svg/bxs-book-open.svg +++ b/static/img/svg/bxs-book-open.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-book-open + + diff --git a/static/img/svg/bxs-book.svg b/static/img/svg/bxs-book.svg index 257a7ad..4c172f2 100644 --- a/static/img/svg/bxs-book.svg +++ b/static/img/svg/bxs-book.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-book + + diff --git a/static/img/svg/bxs-bookmark-minus.svg b/static/img/svg/bxs-bookmark-minus.svg index acbe3a9..5d2a26d 100644 --- a/static/img/svg/bxs-bookmark-minus.svg +++ b/static/img/svg/bxs-bookmark-minus.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-bookmark-minus + + diff --git a/static/img/svg/bxs-bookmark-plus.svg b/static/img/svg/bxs-bookmark-plus.svg index c0b155a..a1a02dc 100644 --- a/static/img/svg/bxs-bookmark-plus.svg +++ b/static/img/svg/bxs-bookmark-plus.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-bookmark-plus + + diff --git a/static/img/svg/bxs-bookmark-star.svg b/static/img/svg/bxs-bookmark-star.svg index 65bd075..5c5dc14 100644 --- a/static/img/svg/bxs-bookmark-star.svg +++ b/static/img/svg/bxs-bookmark-star.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-bookmark-star + + diff --git a/static/img/svg/bxs-bookmark.svg b/static/img/svg/bxs-bookmark.svg index 7f20067..1f14443 100644 --- a/static/img/svg/bxs-bookmark.svg +++ b/static/img/svg/bxs-bookmark.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-bookmark + + diff --git a/static/img/svg/bxs-bookmarks.svg b/static/img/svg/bxs-bookmarks.svg index 3cb44cd..ae3bd3b 100644 --- a/static/img/svg/bxs-bookmarks.svg +++ b/static/img/svg/bxs-bookmarks.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bxs-bookmarks + + + diff --git a/static/img/svg/bxs-bot.svg b/static/img/svg/bxs-bot.svg index dc1fa8e..121a58a 100644 --- a/static/img/svg/bxs-bot.svg +++ b/static/img/svg/bxs-bot.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-bot + + diff --git a/static/img/svg/bxs-box.svg b/static/img/svg/bxs-box.svg index bb7c27d..533ac14 100644 --- a/static/img/svg/bxs-box.svg +++ b/static/img/svg/bxs-box.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-box + + diff --git a/static/img/svg/bxs-briefcase-alt.svg b/static/img/svg/bxs-briefcase-alt.svg index a174cde..bb6be04 100644 --- a/static/img/svg/bxs-briefcase-alt.svg +++ b/static/img/svg/bxs-briefcase-alt.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-briefcase-alt + + diff --git a/static/img/svg/bxs-briefcase.svg b/static/img/svg/bxs-briefcase.svg index 2e2b81f..2077664 100644 --- a/static/img/svg/bxs-briefcase.svg +++ b/static/img/svg/bxs-briefcase.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bxs-briefcase + + + diff --git a/static/img/svg/bxs-bug.svg b/static/img/svg/bxs-bug.svg index d72d4e7..3bf429c 100644 --- a/static/img/svg/bxs-bug.svg +++ b/static/img/svg/bxs-bug.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-bug + + diff --git a/static/img/svg/bxs-building.svg b/static/img/svg/bxs-building.svg index 4c8c4fd..0fa01d8 100644 --- a/static/img/svg/bxs-building.svg +++ b/static/img/svg/bxs-building.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-building + + diff --git a/static/img/svg/bxs-bulb.svg b/static/img/svg/bxs-bulb.svg index cddd15b..c84512d 100644 --- a/static/img/svg/bxs-bulb.svg +++ b/static/img/svg/bxs-bulb.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-bulb + + diff --git a/static/img/svg/bxs-buoy.svg b/static/img/svg/bxs-buoy.svg index afd18d1..c6d845b 100644 --- a/static/img/svg/bxs-buoy.svg +++ b/static/img/svg/bxs-buoy.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-buoy + + diff --git a/static/img/svg/bxs-bus.svg b/static/img/svg/bxs-bus.svg index 0f1775f..7c99784 100644 --- a/static/img/svg/bxs-bus.svg +++ b/static/img/svg/bxs-bus.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-bus + + diff --git a/static/img/svg/bxs-calculator.svg b/static/img/svg/bxs-calculator.svg index 7ee2ed7..3fafc19 100644 --- a/static/img/svg/bxs-calculator.svg +++ b/static/img/svg/bxs-calculator.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-calculator + + diff --git a/static/img/svg/bxs-calendar-alt.svg b/static/img/svg/bxs-calendar-alt.svg index 2d33417..735a45a 100644 --- a/static/img/svg/bxs-calendar-alt.svg +++ b/static/img/svg/bxs-calendar-alt.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-calendar-alt + + diff --git a/static/img/svg/bxs-calendar-check.svg b/static/img/svg/bxs-calendar-check.svg index a836cbf..aacc318 100644 --- a/static/img/svg/bxs-calendar-check.svg +++ b/static/img/svg/bxs-calendar-check.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-calendar-check + + diff --git a/static/img/svg/bxs-calendar-minus.svg b/static/img/svg/bxs-calendar-minus.svg index 6a38d33..47fa73c 100644 --- a/static/img/svg/bxs-calendar-minus.svg +++ b/static/img/svg/bxs-calendar-minus.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-calendar-minus + + diff --git a/static/img/svg/bxs-calendar-plus.svg b/static/img/svg/bxs-calendar-plus.svg index c6ba911..dcfaab7 100644 --- a/static/img/svg/bxs-calendar-plus.svg +++ b/static/img/svg/bxs-calendar-plus.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-calendar-plus + + diff --git a/static/img/svg/bxs-calendar-x.svg b/static/img/svg/bxs-calendar-x.svg index 997c403..5dbc447 100644 --- a/static/img/svg/bxs-calendar-x.svg +++ b/static/img/svg/bxs-calendar-x.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-calendar-x + + diff --git a/static/img/svg/bxs-calendar.svg b/static/img/svg/bxs-calendar.svg index 8bd0959..5c75772 100644 --- a/static/img/svg/bxs-calendar.svg +++ b/static/img/svg/bxs-calendar.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-calendar + + diff --git a/static/img/svg/bxs-camera-alt.svg b/static/img/svg/bxs-camera-alt.svg index 9f79680..0fc1fce 100644 --- a/static/img/svg/bxs-camera-alt.svg +++ b/static/img/svg/bxs-camera-alt.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bxs-camera-alt + + + diff --git a/static/img/svg/bxs-camera-off.svg b/static/img/svg/bxs-camera-off.svg index 8f37ca4..ebf451d 100644 --- a/static/img/svg/bxs-camera-off.svg +++ b/static/img/svg/bxs-camera-off.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-camera-off + + diff --git a/static/img/svg/bxs-camera.svg b/static/img/svg/bxs-camera.svg index 05cebe9..6d66bd5 100644 --- a/static/img/svg/bxs-camera.svg +++ b/static/img/svg/bxs-camera.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bxs-camera + + + diff --git a/static/img/svg/bxs-captions.svg b/static/img/svg/bxs-captions.svg index d185eac..93737c9 100644 --- a/static/img/svg/bxs-captions.svg +++ b/static/img/svg/bxs-captions.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-captions + + diff --git a/static/img/svg/bxs-car.svg b/static/img/svg/bxs-car.svg index eb7a1b1..454f1b1 100644 --- a/static/img/svg/bxs-car.svg +++ b/static/img/svg/bxs-car.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-car + + diff --git a/static/img/svg/bxs-card.svg b/static/img/svg/bxs-card.svg new file mode 100644 index 0000000..58cb2b0 --- /dev/null +++ b/static/img/svg/bxs-card.svg @@ -0,0 +1,6 @@ + + +bxs-card + + + diff --git a/static/img/svg/bxs-carousel.svg b/static/img/svg/bxs-carousel.svg index 54d00d0..138102d 100644 --- a/static/img/svg/bxs-carousel.svg +++ b/static/img/svg/bxs-carousel.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-carousel + + diff --git a/static/img/svg/bxs-cart-alt.svg b/static/img/svg/bxs-cart-alt.svg index 1f31c25..5c9ba35 100644 --- a/static/img/svg/bxs-cart-alt.svg +++ b/static/img/svg/bxs-cart-alt.svg @@ -1 +1,7 @@ - \ No newline at end of file + + +bxs-cart-alt + + + + diff --git a/static/img/svg/bxs-cart.svg b/static/img/svg/bxs-cart.svg index dd975d2..6cdd8b6 100644 --- a/static/img/svg/bxs-cart.svg +++ b/static/img/svg/bxs-cart.svg @@ -1 +1,7 @@ - \ No newline at end of file + + +bxs-cart + + + + diff --git a/static/img/svg/bxs-categories.svg b/static/img/svg/bxs-categories.svg index d5f63c7..53c902b 100644 --- a/static/img/svg/bxs-categories.svg +++ b/static/img/svg/bxs-categories.svg @@ -1 +1,8 @@ - \ No newline at end of file + + +bxs-categories + + + + + diff --git a/static/img/svg/bxs-certification.svg b/static/img/svg/bxs-certification.svg index 08bef78..1a45c9c 100644 --- a/static/img/svg/bxs-certification.svg +++ b/static/img/svg/bxs-certification.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-certification + + diff --git a/static/img/svg/bxs-chart.svg b/static/img/svg/bxs-chart.svg index f5bbb33..5e97fd4 100644 --- a/static/img/svg/bxs-chart.svg +++ b/static/img/svg/bxs-chart.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-chart + + diff --git a/static/img/svg/bxs-check-circle.svg b/static/img/svg/bxs-check-circle.svg index 077f534..e98d07a 100644 --- a/static/img/svg/bxs-check-circle.svg +++ b/static/img/svg/bxs-check-circle.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-check-circle + + diff --git a/static/img/svg/bxs-checkbox-checked.svg b/static/img/svg/bxs-checkbox-checked.svg index d886093..7f0ed1c 100644 --- a/static/img/svg/bxs-checkbox-checked.svg +++ b/static/img/svg/bxs-checkbox-checked.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-checkbox-checked + + diff --git a/static/img/svg/bxs-checkbox.svg b/static/img/svg/bxs-checkbox.svg index b966633..66a1aeb 100644 --- a/static/img/svg/bxs-checkbox.svg +++ b/static/img/svg/bxs-checkbox.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-checkbox + + diff --git a/static/img/svg/bxs-chip.svg b/static/img/svg/bxs-chip.svg index 2326758..b471246 100644 --- a/static/img/svg/bxs-chip.svg +++ b/static/img/svg/bxs-chip.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-chip + + diff --git a/static/img/svg/bxs-circle.svg b/static/img/svg/bxs-circle.svg index 3514da1..e13714f 100644 --- a/static/img/svg/bxs-circle.svg +++ b/static/img/svg/bxs-circle.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-circle + + diff --git a/static/img/svg/bxs-clipboard.svg b/static/img/svg/bxs-clipboard.svg index 05ee3cd..4b9e1fa 100644 --- a/static/img/svg/bxs-clipboard.svg +++ b/static/img/svg/bxs-clipboard.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-clipboard + + diff --git a/static/img/svg/bxs-cloud-download.svg b/static/img/svg/bxs-cloud-download.svg index 3c7fa10..04c28cf 100644 --- a/static/img/svg/bxs-cloud-download.svg +++ b/static/img/svg/bxs-cloud-download.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-cloud-download + + diff --git a/static/img/svg/bxs-cloud-upload.svg b/static/img/svg/bxs-cloud-upload.svg index 4e9d0a7..c78c258 100644 --- a/static/img/svg/bxs-cloud-upload.svg +++ b/static/img/svg/bxs-cloud-upload.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-cloud-upload + + diff --git a/static/img/svg/bxs-cloud.svg b/static/img/svg/bxs-cloud.svg index 86bda7d..74eebdd 100644 --- a/static/img/svg/bxs-cloud.svg +++ b/static/img/svg/bxs-cloud.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-cloud + + diff --git a/static/img/svg/bxs-code-block.svg b/static/img/svg/bxs-code-block.svg index 8a642ae..d13e1b7 100644 --- a/static/img/svg/bxs-code-block.svg +++ b/static/img/svg/bxs-code-block.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-code-block + + diff --git a/static/img/svg/bxs-coffee.svg b/static/img/svg/bxs-coffee.svg index 3d57db5..dcb1259 100644 --- a/static/img/svg/bxs-coffee.svg +++ b/static/img/svg/bxs-coffee.svg @@ -1 +1,8 @@ - \ No newline at end of file + + +bxs-coffee + + + + + diff --git a/static/img/svg/bxs-cog.svg b/static/img/svg/bxs-cog.svg index 7cee2e4..77e107d 100644 --- a/static/img/svg/bxs-cog.svg +++ b/static/img/svg/bxs-cog.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-cog + + diff --git a/static/img/svg/bxs-collection.svg b/static/img/svg/bxs-collection.svg index 4e6b85b..13c8c2d 100644 --- a/static/img/svg/bxs-collection.svg +++ b/static/img/svg/bxs-collection.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-collection + + diff --git a/static/img/svg/bxs-compass.svg b/static/img/svg/bxs-compass.svg index e4c6cdf..9b52ffe 100644 --- a/static/img/svg/bxs-compass.svg +++ b/static/img/svg/bxs-compass.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bxs-compass + + + diff --git a/static/img/svg/bxs-contact.svg b/static/img/svg/bxs-contact.svg index 7c0c644..37ec6c4 100644 --- a/static/img/svg/bxs-contact.svg +++ b/static/img/svg/bxs-contact.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-contact + + diff --git a/static/img/svg/bxs-conversation.svg b/static/img/svg/bxs-conversation.svg index 0c4855a..51b496b 100644 --- a/static/img/svg/bxs-conversation.svg +++ b/static/img/svg/bxs-conversation.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bxs-conversation + + + diff --git a/static/img/svg/bxs-copy.svg b/static/img/svg/bxs-copy.svg index a520464..8b19ec7 100644 --- a/static/img/svg/bxs-copy.svg +++ b/static/img/svg/bxs-copy.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bxs-copy + + + diff --git a/static/img/svg/bxs-copyright.svg b/static/img/svg/bxs-copyright.svg index 0cfa039..0ff3186 100644 --- a/static/img/svg/bxs-copyright.svg +++ b/static/img/svg/bxs-copyright.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-copyright + + diff --git a/static/img/svg/bxs-coupon.svg b/static/img/svg/bxs-coupon.svg index eca8ba2..0999655 100644 --- a/static/img/svg/bxs-coupon.svg +++ b/static/img/svg/bxs-coupon.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-coupon + + diff --git a/static/img/svg/bxs-credit-card.svg b/static/img/svg/bxs-credit-card.svg index 6db5423..dd33f60 100644 --- a/static/img/svg/bxs-credit-card.svg +++ b/static/img/svg/bxs-credit-card.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-credit-card + + diff --git a/static/img/svg/bxs-crown.svg b/static/img/svg/bxs-crown.svg index 640f95f..b2ced93 100644 --- a/static/img/svg/bxs-crown.svg +++ b/static/img/svg/bxs-crown.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-crown + + diff --git a/static/img/svg/bxs-cube.svg b/static/img/svg/bxs-cube.svg index 8a41714..840cf63 100644 --- a/static/img/svg/bxs-cube.svg +++ b/static/img/svg/bxs-cube.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-cube + + diff --git a/static/img/svg/bxs-dashboard.svg b/static/img/svg/bxs-dashboard.svg index e50ddac..623fb2f 100644 --- a/static/img/svg/bxs-dashboard.svg +++ b/static/img/svg/bxs-dashboard.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-dashboard + + diff --git a/static/img/svg/bxs-detail.svg b/static/img/svg/bxs-detail.svg index 056e6bf..0c8c1a6 100644 --- a/static/img/svg/bxs-detail.svg +++ b/static/img/svg/bxs-detail.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-detail + + diff --git a/static/img/svg/bxs-diamond.svg b/static/img/svg/bxs-diamond.svg index de2eca1..2df660b 100644 --- a/static/img/svg/bxs-diamond.svg +++ b/static/img/svg/bxs-diamond.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-diamond + + diff --git a/static/img/svg/bxs-disc.svg b/static/img/svg/bxs-disc.svg index f761ce2..056c230 100644 --- a/static/img/svg/bxs-disc.svg +++ b/static/img/svg/bxs-disc.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bxs-disc + + + diff --git a/static/img/svg/bxs-discount.svg b/static/img/svg/bxs-discount.svg index 8cb164e..b063b9f 100644 --- a/static/img/svg/bxs-discount.svg +++ b/static/img/svg/bxs-discount.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-discount + + diff --git a/static/img/svg/bxs-dislike.svg b/static/img/svg/bxs-dislike.svg index 2246f0a..321a57c 100644 --- a/static/img/svg/bxs-dislike.svg +++ b/static/img/svg/bxs-dislike.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-dislike + + diff --git a/static/img/svg/bxs-dock-bottom.svg b/static/img/svg/bxs-dock-bottom.svg index c219578..304f196 100644 --- a/static/img/svg/bxs-dock-bottom.svg +++ b/static/img/svg/bxs-dock-bottom.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-dock-bottom + + diff --git a/static/img/svg/bxs-dock-left.svg b/static/img/svg/bxs-dock-left.svg index f6393a5..c07c32b 100644 --- a/static/img/svg/bxs-dock-left.svg +++ b/static/img/svg/bxs-dock-left.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-dock-left + + diff --git a/static/img/svg/bxs-dock-right.svg b/static/img/svg/bxs-dock-right.svg index f7ca665..98ecf73 100644 --- a/static/img/svg/bxs-dock-right.svg +++ b/static/img/svg/bxs-dock-right.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-dock-right + + diff --git a/static/img/svg/bxs-dock-top.svg b/static/img/svg/bxs-dock-top.svg index 790cf6b..2a94f20 100644 --- a/static/img/svg/bxs-dock-top.svg +++ b/static/img/svg/bxs-dock-top.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-dock-top + + diff --git a/static/img/svg/bxs-documentation.svg b/static/img/svg/bxs-documentation.svg index ea2a31b..6fbbac4 100644 --- a/static/img/svg/bxs-documentation.svg +++ b/static/img/svg/bxs-documentation.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-documentation + + diff --git a/static/img/svg/bxs-dollar-circle.svg b/static/img/svg/bxs-dollar-circle.svg index 58e3f6e..7cb1194 100644 --- a/static/img/svg/bxs-dollar-circle.svg +++ b/static/img/svg/bxs-dollar-circle.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-dollar-circle + + diff --git a/static/img/svg/bxs-down-arrow-circle.svg b/static/img/svg/bxs-down-arrow-circle.svg index 435fb44..349e2bb 100644 --- a/static/img/svg/bxs-down-arrow-circle.svg +++ b/static/img/svg/bxs-down-arrow-circle.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-down-arrow-circle + + diff --git a/static/img/svg/bxs-down-arrow.svg b/static/img/svg/bxs-down-arrow.svg index 64ff3d7..068bff1 100644 --- a/static/img/svg/bxs-down-arrow.svg +++ b/static/img/svg/bxs-down-arrow.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-down-arrow + + diff --git a/static/img/svg/bxs-download-alt.svg b/static/img/svg/bxs-download-alt.svg deleted file mode 100644 index 4ddcead..0000000 --- a/static/img/svg/bxs-download-alt.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/img/svg/bxs-download.svg b/static/img/svg/bxs-download.svg new file mode 100644 index 0000000..3957774 --- /dev/null +++ b/static/img/svg/bxs-download.svg @@ -0,0 +1,5 @@ + + +bxs-download + + diff --git a/static/img/svg/bxs-downvote.svg b/static/img/svg/bxs-downvote.svg index 8670b32..4617b1c 100644 --- a/static/img/svg/bxs-downvote.svg +++ b/static/img/svg/bxs-downvote.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-downvote + + diff --git a/static/img/svg/bxs-drink.svg b/static/img/svg/bxs-drink.svg index 64516ca..879f886 100644 --- a/static/img/svg/bxs-drink.svg +++ b/static/img/svg/bxs-drink.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-drink + + diff --git a/static/img/svg/bxs-droplet.svg b/static/img/svg/bxs-droplet.svg index 1edac5b..5f2eda4 100644 --- a/static/img/svg/bxs-droplet.svg +++ b/static/img/svg/bxs-droplet.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-droplet + + diff --git a/static/img/svg/bxs-duplicate.svg b/static/img/svg/bxs-duplicate.svg index 4f31cdd..cd9bb04 100644 --- a/static/img/svg/bxs-duplicate.svg +++ b/static/img/svg/bxs-duplicate.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bxs-duplicate + + + diff --git a/static/img/svg/bxs-edit.svg b/static/img/svg/bxs-edit.svg index 3c9825b..acfcfea 100644 --- a/static/img/svg/bxs-edit.svg +++ b/static/img/svg/bxs-edit.svg @@ -1 +1,7 @@ - \ No newline at end of file + + +bxs-edit + + + + diff --git a/static/img/svg/bxs-eject.svg b/static/img/svg/bxs-eject.svg index 649071a..4779479 100644 --- a/static/img/svg/bxs-eject.svg +++ b/static/img/svg/bxs-eject.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-eject + + diff --git a/static/img/svg/bxs-envelope.svg b/static/img/svg/bxs-envelope.svg index 316b2d5..fe81104 100644 --- a/static/img/svg/bxs-envelope.svg +++ b/static/img/svg/bxs-envelope.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-envelope + + diff --git a/static/img/svg/bxs-error-circle.svg b/static/img/svg/bxs-error-circle.svg index dc27f84..c164998 100644 --- a/static/img/svg/bxs-error-circle.svg +++ b/static/img/svg/bxs-error-circle.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-error-circle + + diff --git a/static/img/svg/bxs-error.svg b/static/img/svg/bxs-error.svg index d7ee008..65a6ce6 100644 --- a/static/img/svg/bxs-error.svg +++ b/static/img/svg/bxs-error.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-error + + diff --git a/static/img/svg/bxs-fast-forward-circle.svg b/static/img/svg/bxs-fast-forward-circle.svg index 8a00b8d..2d6987b 100644 --- a/static/img/svg/bxs-fast-forward-circle.svg +++ b/static/img/svg/bxs-fast-forward-circle.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-fast-forward-circle + + diff --git a/static/img/svg/bxs-file-blank.svg b/static/img/svg/bxs-file-blank.svg index 10f94e5..b86a6a5 100644 --- a/static/img/svg/bxs-file-blank.svg +++ b/static/img/svg/bxs-file-blank.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-file-blank + + diff --git a/static/img/svg/bxs-file-image.svg b/static/img/svg/bxs-file-image.svg index 75f46c9..efe6daa 100644 --- a/static/img/svg/bxs-file-image.svg +++ b/static/img/svg/bxs-file-image.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-file-image + + diff --git a/static/img/svg/bxs-file-plus.svg b/static/img/svg/bxs-file-plus.svg index 2b8fd84..bb564e7 100644 --- a/static/img/svg/bxs-file-plus.svg +++ b/static/img/svg/bxs-file-plus.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-file-plus + + diff --git a/static/img/svg/bxs-file.svg b/static/img/svg/bxs-file.svg index 0bf5bd1..df1cece 100644 --- a/static/img/svg/bxs-file.svg +++ b/static/img/svg/bxs-file.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-file + + diff --git a/static/img/svg/bxs-files.svg b/static/img/svg/bxs-files.svg index e9478ff..71bc955 100644 --- a/static/img/svg/bxs-files.svg +++ b/static/img/svg/bxs-files.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bxs-files + + + diff --git a/static/img/svg/bxs-film.svg b/static/img/svg/bxs-film.svg index 657277e..5021a76 100644 --- a/static/img/svg/bxs-film.svg +++ b/static/img/svg/bxs-film.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-film + + diff --git a/static/img/svg/bxs-filter-alt.svg b/static/img/svg/bxs-filter-alt.svg index d3dff74..6b15b50 100644 --- a/static/img/svg/bxs-filter-alt.svg +++ b/static/img/svg/bxs-filter-alt.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-filter-alt + + diff --git a/static/img/svg/bxs-first-aid.svg b/static/img/svg/bxs-first-aid.svg index 086991a..7acb8ef 100644 --- a/static/img/svg/bxs-first-aid.svg +++ b/static/img/svg/bxs-first-aid.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-first-aid + + diff --git a/static/img/svg/bxs-flag-alt.svg b/static/img/svg/bxs-flag-alt.svg index e4709e1..c958249 100644 --- a/static/img/svg/bxs-flag-alt.svg +++ b/static/img/svg/bxs-flag-alt.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-flag-alt + + diff --git a/static/img/svg/bxs-flag.svg b/static/img/svg/bxs-flag.svg index 70dc1ac..c8a78e3 100644 --- a/static/img/svg/bxs-flag.svg +++ b/static/img/svg/bxs-flag.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-flag + + diff --git a/static/img/svg/bxs-flame.svg b/static/img/svg/bxs-flame.svg new file mode 100644 index 0000000..e06ac5d --- /dev/null +++ b/static/img/svg/bxs-flame.svg @@ -0,0 +1,5 @@ + + +bxs-flame + + diff --git a/static/img/svg/bxs-folder-minus.svg b/static/img/svg/bxs-folder-minus.svg index 19da1d8..d9313e5 100644 --- a/static/img/svg/bxs-folder-minus.svg +++ b/static/img/svg/bxs-folder-minus.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-folder-minus + + diff --git a/static/img/svg/bxs-folder-open.svg b/static/img/svg/bxs-folder-open.svg index b758750..323d139 100644 --- a/static/img/svg/bxs-folder-open.svg +++ b/static/img/svg/bxs-folder-open.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-folder-open + + diff --git a/static/img/svg/bxs-folder-plus.svg b/static/img/svg/bxs-folder-plus.svg index 875e88b..041798e 100644 --- a/static/img/svg/bxs-folder-plus.svg +++ b/static/img/svg/bxs-folder-plus.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-folder-plus + + diff --git a/static/img/svg/bxs-folder.svg b/static/img/svg/bxs-folder.svg index f32128b..0648512 100644 --- a/static/img/svg/bxs-folder.svg +++ b/static/img/svg/bxs-folder.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-folder + + diff --git a/static/img/svg/bxs-gift.svg b/static/img/svg/bxs-gift.svg index fef21a8..80430cd 100644 --- a/static/img/svg/bxs-gift.svg +++ b/static/img/svg/bxs-gift.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-gift + + diff --git a/static/img/svg/bxs-globe-alt.svg b/static/img/svg/bxs-globe-alt.svg index 521fe16..7d1a786 100644 --- a/static/img/svg/bxs-globe-alt.svg +++ b/static/img/svg/bxs-globe-alt.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bxs-globe-alt + + + diff --git a/static/img/svg/bxs-grid-alt.svg b/static/img/svg/bxs-grid-alt.svg index f7d1f5e..d23e320 100644 --- a/static/img/svg/bxs-grid-alt.svg +++ b/static/img/svg/bxs-grid-alt.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-grid-alt + + diff --git a/static/img/svg/bxs-group.svg b/static/img/svg/bxs-group.svg index dda74f8..ffb5d11 100644 --- a/static/img/svg/bxs-group.svg +++ b/static/img/svg/bxs-group.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-group + + diff --git a/static/img/svg/bxs-hdd.svg b/static/img/svg/bxs-hdd.svg index 8945da1..67ae75b 100644 --- a/static/img/svg/bxs-hdd.svg +++ b/static/img/svg/bxs-hdd.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-hdd + + diff --git a/static/img/svg/bxs-heart.svg b/static/img/svg/bxs-heart.svg index a8223ac..1534a8d 100644 --- a/static/img/svg/bxs-heart.svg +++ b/static/img/svg/bxs-heart.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-heart + + diff --git a/static/img/svg/bxs-help-circle.svg b/static/img/svg/bxs-help-circle.svg new file mode 100644 index 0000000..dc7dad7 --- /dev/null +++ b/static/img/svg/bxs-help-circle.svg @@ -0,0 +1,5 @@ + + +bxs-help-circle + + diff --git a/static/img/svg/bxs-hexagon.svg b/static/img/svg/bxs-hexagon.svg index a20cb2b..01d2f27 100644 --- a/static/img/svg/bxs-hexagon.svg +++ b/static/img/svg/bxs-hexagon.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-hexagon + + diff --git a/static/img/svg/bxs-hide.svg b/static/img/svg/bxs-hide.svg index 080d24f..ffcf381 100644 --- a/static/img/svg/bxs-hide.svg +++ b/static/img/svg/bxs-hide.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-hide + + diff --git a/static/img/svg/bxs-home-alt.svg b/static/img/svg/bxs-home-alt.svg index d0aa1ee..b3ec652 100644 --- a/static/img/svg/bxs-home-alt.svg +++ b/static/img/svg/bxs-home-alt.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-home-alt + + diff --git a/static/img/svg/bxs-home.svg b/static/img/svg/bxs-home.svg index 6dedadf..aa760e3 100644 --- a/static/img/svg/bxs-home.svg +++ b/static/img/svg/bxs-home.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-home + + diff --git a/static/img/svg/bxs-hot.svg b/static/img/svg/bxs-hot.svg index 3183b03..311d45c 100644 --- a/static/img/svg/bxs-hot.svg +++ b/static/img/svg/bxs-hot.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-hot + + diff --git a/static/img/svg/bxs-hourglass.svg b/static/img/svg/bxs-hourglass.svg index f6b79bb..2dd15b9 100644 --- a/static/img/svg/bxs-hourglass.svg +++ b/static/img/svg/bxs-hourglass.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bxs-hourglass + + + diff --git a/static/img/svg/bxs-idea.svg b/static/img/svg/bxs-idea.svg index 8762ad8..f4e6b2c 100644 --- a/static/img/svg/bxs-idea.svg +++ b/static/img/svg/bxs-idea.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-idea + + diff --git a/static/img/svg/bxs-image-alt.svg b/static/img/svg/bxs-image-alt.svg index fda99aa..4a8b0f9 100644 --- a/static/img/svg/bxs-image-alt.svg +++ b/static/img/svg/bxs-image-alt.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-image-alt + + diff --git a/static/img/svg/bxs-image.svg b/static/img/svg/bxs-image.svg index 2cd0945..85a3f86 100644 --- a/static/img/svg/bxs-image.svg +++ b/static/img/svg/bxs-image.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-image + + diff --git a/static/img/svg/bxs-inbox.svg b/static/img/svg/bxs-inbox.svg index 14fd8f3..5973d10 100644 --- a/static/img/svg/bxs-inbox.svg +++ b/static/img/svg/bxs-inbox.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-inbox + + diff --git a/static/img/svg/bxs-info-circle.svg b/static/img/svg/bxs-info-circle.svg index 9681c85..85a7139 100644 --- a/static/img/svg/bxs-info-circle.svg +++ b/static/img/svg/bxs-info-circle.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-info-circle + + diff --git a/static/img/svg/bxs-joystick-alt.svg b/static/img/svg/bxs-joystick-alt.svg index 641b973..b68f27f 100644 --- a/static/img/svg/bxs-joystick-alt.svg +++ b/static/img/svg/bxs-joystick-alt.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-joystick-alt + + diff --git a/static/img/svg/bxs-joystick.svg b/static/img/svg/bxs-joystick.svg index 8ffda7e..e0d387a 100644 --- a/static/img/svg/bxs-joystick.svg +++ b/static/img/svg/bxs-joystick.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-joystick + + diff --git a/static/img/svg/bxs-key.svg b/static/img/svg/bxs-key.svg index cb6476a..6f594d6 100644 --- a/static/img/svg/bxs-key.svg +++ b/static/img/svg/bxs-key.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-key + + diff --git a/static/img/svg/bxs-layer.svg b/static/img/svg/bxs-layer.svg index e529c78..3473702 100644 --- a/static/img/svg/bxs-layer.svg +++ b/static/img/svg/bxs-layer.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bxs-layer + + + diff --git a/static/img/svg/bxs-layout.svg b/static/img/svg/bxs-layout.svg index 25c7255..45ccf2c 100644 --- a/static/img/svg/bxs-layout.svg +++ b/static/img/svg/bxs-layout.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-layout + + diff --git a/static/img/svg/bxs-left-arrow-circle.svg b/static/img/svg/bxs-left-arrow-circle.svg index 19912dd..9c7630e 100644 --- a/static/img/svg/bxs-left-arrow-circle.svg +++ b/static/img/svg/bxs-left-arrow-circle.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-left-arrow-circle + + diff --git a/static/img/svg/bxs-left-arrow.svg b/static/img/svg/bxs-left-arrow.svg index f91d654..9fddd4f 100644 --- a/static/img/svg/bxs-left-arrow.svg +++ b/static/img/svg/bxs-left-arrow.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-left-arrow + + diff --git a/static/img/svg/bxs-left-bottom-arrow-circle.svg b/static/img/svg/bxs-left-bottom-arrow-circle.svg index 8c59075..db0e85f 100644 --- a/static/img/svg/bxs-left-bottom-arrow-circle.svg +++ b/static/img/svg/bxs-left-bottom-arrow-circle.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-left-bottom-arrow-circle + + diff --git a/static/img/svg/bxs-left-top-arrow-circle.svg b/static/img/svg/bxs-left-top-arrow-circle.svg index bbc9965..2b5da8f 100644 --- a/static/img/svg/bxs-left-top-arrow-circle.svg +++ b/static/img/svg/bxs-left-top-arrow-circle.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-left-top-arrow-circle + + diff --git a/static/img/svg/bxs-like.svg b/static/img/svg/bxs-like.svg index ab6874b..11fe5f1 100644 --- a/static/img/svg/bxs-like.svg +++ b/static/img/svg/bxs-like.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-like + + diff --git a/static/img/svg/bxs-lock-open.svg b/static/img/svg/bxs-lock-open.svg index 71b4921..ee10fab 100644 --- a/static/img/svg/bxs-lock-open.svg +++ b/static/img/svg/bxs-lock-open.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-lock-open + + diff --git a/static/img/svg/bxs-lock.svg b/static/img/svg/bxs-lock.svg index 2b906bb..76c7fd7 100644 --- a/static/img/svg/bxs-lock.svg +++ b/static/img/svg/bxs-lock.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-lock + + diff --git a/static/img/svg/bxs-magnet.svg b/static/img/svg/bxs-magnet.svg new file mode 100644 index 0000000..25b3661 --- /dev/null +++ b/static/img/svg/bxs-magnet.svg @@ -0,0 +1,7 @@ + + +bxs-magnet + + + + diff --git a/static/img/svg/bxs-map-alt.svg b/static/img/svg/bxs-map-alt.svg index 85b0fc9..3793996 100644 --- a/static/img/svg/bxs-map-alt.svg +++ b/static/img/svg/bxs-map-alt.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-map-alt + + diff --git a/static/img/svg/bxs-map.svg b/static/img/svg/bxs-map.svg index b10060f..d4aae63 100644 --- a/static/img/svg/bxs-map.svg +++ b/static/img/svg/bxs-map.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-map + + diff --git a/static/img/svg/bxs-message-alt.svg b/static/img/svg/bxs-message-alt.svg index b7b5255..ac0b59f 100644 --- a/static/img/svg/bxs-message-alt.svg +++ b/static/img/svg/bxs-message-alt.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-message-alt + + diff --git a/static/img/svg/bxs-message-detail.svg b/static/img/svg/bxs-message-detail.svg index f02d84b..26abdab 100644 --- a/static/img/svg/bxs-message-detail.svg +++ b/static/img/svg/bxs-message-detail.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-message-detail + + diff --git a/static/img/svg/bxs-message-rounded.svg b/static/img/svg/bxs-message-rounded.svg index e35b938..eb165b9 100644 --- a/static/img/svg/bxs-message-rounded.svg +++ b/static/img/svg/bxs-message-rounded.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-message-rounded + + diff --git a/static/img/svg/bxs-message.svg b/static/img/svg/bxs-message.svg index 740bf30..82ae595 100644 --- a/static/img/svg/bxs-message.svg +++ b/static/img/svg/bxs-message.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-message + + diff --git a/static/img/svg/bxs-microphone-off.svg b/static/img/svg/bxs-microphone-off.svg index 587facb..a5cf66e 100644 --- a/static/img/svg/bxs-microphone-off.svg +++ b/static/img/svg/bxs-microphone-off.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bxs-microphone-off + + + diff --git a/static/img/svg/bxs-microphone.svg b/static/img/svg/bxs-microphone.svg index 59ca669..848a377 100644 --- a/static/img/svg/bxs-microphone.svg +++ b/static/img/svg/bxs-microphone.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bxs-microphone + + + diff --git a/static/img/svg/bxs-minus-circle.svg b/static/img/svg/bxs-minus-circle.svg index eb95af0..4de50ea 100644 --- a/static/img/svg/bxs-minus-circle.svg +++ b/static/img/svg/bxs-minus-circle.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-minus-circle + + diff --git a/static/img/svg/bxs-minus-square.svg b/static/img/svg/bxs-minus-square.svg index cafa7c6..85ed830 100644 --- a/static/img/svg/bxs-minus-square.svg +++ b/static/img/svg/bxs-minus-square.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-minus-square + + diff --git a/static/img/svg/bxs-mobile-alt.svg b/static/img/svg/bxs-mobile-alt.svg index 1f20b78..748cbe6 100644 --- a/static/img/svg/bxs-mobile-alt.svg +++ b/static/img/svg/bxs-mobile-alt.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-mobile-alt + + diff --git a/static/img/svg/bxs-mobile-message.svg b/static/img/svg/bxs-mobile-message.svg index 73285ac..f71a550 100644 --- a/static/img/svg/bxs-mobile-message.svg +++ b/static/img/svg/bxs-mobile-message.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-mobile-message + + diff --git a/static/img/svg/bxs-moon.svg b/static/img/svg/bxs-moon.svg index 63abe9e..eafcd29 100644 --- a/static/img/svg/bxs-moon.svg +++ b/static/img/svg/bxs-moon.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-moon + + diff --git a/static/img/svg/bxs-mouse.svg b/static/img/svg/bxs-mouse.svg index d5ac53e..011a728 100644 --- a/static/img/svg/bxs-mouse.svg +++ b/static/img/svg/bxs-mouse.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-mouse + + diff --git a/static/img/svg/bxs-movie.svg b/static/img/svg/bxs-movie.svg index e826d01..a9b7cd3 100644 --- a/static/img/svg/bxs-movie.svg +++ b/static/img/svg/bxs-movie.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-movie + + diff --git a/static/img/svg/bxs-music.svg b/static/img/svg/bxs-music.svg index fcac6fe..ee1c5b2 100644 --- a/static/img/svg/bxs-music.svg +++ b/static/img/svg/bxs-music.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-music + + diff --git a/static/img/svg/bxs-navigation.svg b/static/img/svg/bxs-navigation.svg index 2cbaab0..b211de7 100644 --- a/static/img/svg/bxs-navigation.svg +++ b/static/img/svg/bxs-navigation.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-navigation + + diff --git a/static/img/svg/bxs-news.svg b/static/img/svg/bxs-news.svg index bf93214..0a2b656 100644 --- a/static/img/svg/bxs-news.svg +++ b/static/img/svg/bxs-news.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-news + + diff --git a/static/img/svg/bxs-newsletter.svg b/static/img/svg/bxs-newsletter.svg index c8612cc..7481fe8 100644 --- a/static/img/svg/bxs-newsletter.svg +++ b/static/img/svg/bxs-newsletter.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bxs-newsletter + + + diff --git a/static/img/svg/bxs-note.svg b/static/img/svg/bxs-note.svg new file mode 100644 index 0000000..39a3f14 --- /dev/null +++ b/static/img/svg/bxs-note.svg @@ -0,0 +1,5 @@ + + +bxs-note + + diff --git a/static/img/svg/bxs-notes.svg b/static/img/svg/bxs-notes.svg new file mode 100644 index 0000000..5d2c683 --- /dev/null +++ b/static/img/svg/bxs-notes.svg @@ -0,0 +1,6 @@ + + +bxs-notes + + + diff --git a/static/img/svg/bxs-notification-off.svg b/static/img/svg/bxs-notification-off.svg index 32d4c84..68df016 100644 --- a/static/img/svg/bxs-notification-off.svg +++ b/static/img/svg/bxs-notification-off.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bxs-notification-off + + + diff --git a/static/img/svg/bxs-notification.svg b/static/img/svg/bxs-notification.svg index 6c0e03f..78b65ec 100644 --- a/static/img/svg/bxs-notification.svg +++ b/static/img/svg/bxs-notification.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bxs-notification + + + diff --git a/static/img/svg/bxs-octagon.svg b/static/img/svg/bxs-octagon.svg index 601dc16..f306abd 100644 --- a/static/img/svg/bxs-octagon.svg +++ b/static/img/svg/bxs-octagon.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-octagon + + diff --git a/static/img/svg/bxs-package.svg b/static/img/svg/bxs-package.svg index 5cd017f..bedbeaa 100644 --- a/static/img/svg/bxs-package.svg +++ b/static/img/svg/bxs-package.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-package + + diff --git a/static/img/svg/bxs-paper-plane.svg b/static/img/svg/bxs-paper-plane.svg index 50b213e..7807c2d 100644 --- a/static/img/svg/bxs-paper-plane.svg +++ b/static/img/svg/bxs-paper-plane.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-paper-plane + + diff --git a/static/img/svg/bxs-paste.svg b/static/img/svg/bxs-paste.svg index 75f7bfd..9e4ad4c 100644 --- a/static/img/svg/bxs-paste.svg +++ b/static/img/svg/bxs-paste.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bxs-paste + + + diff --git a/static/img/svg/bxs-pause-circle.svg b/static/img/svg/bxs-pause-circle.svg index 6622745..2290579 100644 --- a/static/img/svg/bxs-pause-circle.svg +++ b/static/img/svg/bxs-pause-circle.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-pause-circle + + diff --git a/static/img/svg/bxs-pen.svg b/static/img/svg/bxs-pen.svg index 035d16f..924a8b0 100644 --- a/static/img/svg/bxs-pen.svg +++ b/static/img/svg/bxs-pen.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bxs-pen + + + diff --git a/static/img/svg/bxs-pencil.svg b/static/img/svg/bxs-pencil.svg index 7e6b4e4..ebba02a 100644 --- a/static/img/svg/bxs-pencil.svg +++ b/static/img/svg/bxs-pencil.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-pencil + + diff --git a/static/img/svg/bxs-phone-call.svg b/static/img/svg/bxs-phone-call.svg index e92efab..712a70c 100644 --- a/static/img/svg/bxs-phone-call.svg +++ b/static/img/svg/bxs-phone-call.svg @@ -1 +1,7 @@ - \ No newline at end of file + + +bxs-phone-call + + + + diff --git a/static/img/svg/bxs-phone-incoming.svg b/static/img/svg/bxs-phone-incoming.svg index 91b9ecb..22825d3 100644 --- a/static/img/svg/bxs-phone-incoming.svg +++ b/static/img/svg/bxs-phone-incoming.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bxs-phone-incoming + + + diff --git a/static/img/svg/bxs-phone-outgoing.svg b/static/img/svg/bxs-phone-outgoing.svg index eed936f..bf83186 100644 --- a/static/img/svg/bxs-phone-outgoing.svg +++ b/static/img/svg/bxs-phone-outgoing.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bxs-phone-outgoing + + + diff --git a/static/img/svg/bxs-phone.svg b/static/img/svg/bxs-phone.svg index 04aa818..8726365 100644 --- a/static/img/svg/bxs-phone.svg +++ b/static/img/svg/bxs-phone.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-phone + + diff --git a/static/img/svg/bxs-photo-album.svg b/static/img/svg/bxs-photo-album.svg index 92ae279..9977b4e 100644 --- a/static/img/svg/bxs-photo-album.svg +++ b/static/img/svg/bxs-photo-album.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-photo-album + + diff --git a/static/img/svg/bxs-pie-chart-alt.svg b/static/img/svg/bxs-pie-chart-alt.svg index 4ae3f54..c6ff2f6 100644 --- a/static/img/svg/bxs-pie-chart-alt.svg +++ b/static/img/svg/bxs-pie-chart-alt.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bxs-pie-chart-alt + + + diff --git a/static/img/svg/bxs-pie-chart.svg b/static/img/svg/bxs-pie-chart.svg index b349eff..3743237 100644 --- a/static/img/svg/bxs-pie-chart.svg +++ b/static/img/svg/bxs-pie-chart.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-pie-chart + + diff --git a/static/img/svg/bxs-pin.svg b/static/img/svg/bxs-pin.svg index e70e5d4..077e9a4 100644 --- a/static/img/svg/bxs-pin.svg +++ b/static/img/svg/bxs-pin.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-pin + + diff --git a/static/img/svg/bxs-planet.svg b/static/img/svg/bxs-planet.svg index 48a257f..df00048 100644 --- a/static/img/svg/bxs-planet.svg +++ b/static/img/svg/bxs-planet.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-planet + + diff --git a/static/img/svg/bxs-play-circle.svg b/static/img/svg/bxs-play-circle.svg index 69b8629..fc76ee0 100644 --- a/static/img/svg/bxs-play-circle.svg +++ b/static/img/svg/bxs-play-circle.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-play-circle + + diff --git a/static/img/svg/bxs-playlist.svg b/static/img/svg/bxs-playlist.svg index de2ef91..794d0e1 100644 --- a/static/img/svg/bxs-playlist.svg +++ b/static/img/svg/bxs-playlist.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bxs-playlist + + + diff --git a/static/img/svg/bxs-plug.svg b/static/img/svg/bxs-plug.svg index 6a2eefe..a4a09c2 100644 --- a/static/img/svg/bxs-plug.svg +++ b/static/img/svg/bxs-plug.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-plug + + diff --git a/static/img/svg/bxs-plus-circle.svg b/static/img/svg/bxs-plus-circle.svg index 846d81d..3fb051a 100644 --- a/static/img/svg/bxs-plus-circle.svg +++ b/static/img/svg/bxs-plus-circle.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-plus-circle + + diff --git a/static/img/svg/bxs-plus-square.svg b/static/img/svg/bxs-plus-square.svg index 8d95459..d456b20 100644 --- a/static/img/svg/bxs-plus-square.svg +++ b/static/img/svg/bxs-plus-square.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-plus-square + + diff --git a/static/img/svg/bxs-printer.svg b/static/img/svg/bxs-printer.svg index 1e22c56..2ba7b0d 100644 --- a/static/img/svg/bxs-printer.svg +++ b/static/img/svg/bxs-printer.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-printer + + diff --git a/static/img/svg/bxs-purchase-tag.svg b/static/img/svg/bxs-purchase-tag.svg index 6102f0d..a4b3f3f 100644 --- a/static/img/svg/bxs-purchase-tag.svg +++ b/static/img/svg/bxs-purchase-tag.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-purchase-tag + + diff --git a/static/img/svg/bxs-quote-left.svg b/static/img/svg/bxs-quote-left.svg index b92c99c..198fd96 100644 --- a/static/img/svg/bxs-quote-left.svg +++ b/static/img/svg/bxs-quote-left.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-quote-left + + diff --git a/static/img/svg/bxs-quote-right.svg b/static/img/svg/bxs-quote-right.svg index 8e0c940..ca41f82 100644 --- a/static/img/svg/bxs-quote-right.svg +++ b/static/img/svg/bxs-quote-right.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-quote-right + + diff --git a/static/img/svg/bxs-radio.svg b/static/img/svg/bxs-radio.svg index 421a0dd..c94217e 100644 --- a/static/img/svg/bxs-radio.svg +++ b/static/img/svg/bxs-radio.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-radio + + diff --git a/static/img/svg/bxs-rectangle.svg b/static/img/svg/bxs-rectangle.svg index 222f900..512064d 100644 --- a/static/img/svg/bxs-rectangle.svg +++ b/static/img/svg/bxs-rectangle.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-rectangle + + diff --git a/static/img/svg/bxs-rename.svg b/static/img/svg/bxs-rename.svg index c1e35f5..91ab88a 100644 --- a/static/img/svg/bxs-rename.svg +++ b/static/img/svg/bxs-rename.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bxs-rename + + + diff --git a/static/img/svg/bxs-report.svg b/static/img/svg/bxs-report.svg index c50a968..830e4d0 100644 --- a/static/img/svg/bxs-report.svg +++ b/static/img/svg/bxs-report.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-report + + diff --git a/static/img/svg/bxs-rewind-circle.svg b/static/img/svg/bxs-rewind-circle.svg new file mode 100644 index 0000000..588cc5a --- /dev/null +++ b/static/img/svg/bxs-rewind-circle.svg @@ -0,0 +1,5 @@ + + +bxs-rewind-circle + + diff --git a/static/img/svg/bxs-right-arrow-circle.svg b/static/img/svg/bxs-right-arrow-circle.svg index 2e6f8ab..a5fd8d9 100644 --- a/static/img/svg/bxs-right-arrow-circle.svg +++ b/static/img/svg/bxs-right-arrow-circle.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-right-arrow-circle + + diff --git a/static/img/svg/bxs-right-arrow.svg b/static/img/svg/bxs-right-arrow.svg index d250fa7..1d4508e 100644 --- a/static/img/svg/bxs-right-arrow.svg +++ b/static/img/svg/bxs-right-arrow.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-right-arrow + + diff --git a/static/img/svg/bxs-right-down-arrow-circle.svg b/static/img/svg/bxs-right-down-arrow-circle.svg index c28522e..319ad5c 100644 --- a/static/img/svg/bxs-right-down-arrow-circle.svg +++ b/static/img/svg/bxs-right-down-arrow-circle.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-right-down-arrow-circle + + diff --git a/static/img/svg/bxs-right-top-arrow-circle.svg b/static/img/svg/bxs-right-top-arrow-circle.svg index f2426d3..0956c00 100644 --- a/static/img/svg/bxs-right-top-arrow-circle.svg +++ b/static/img/svg/bxs-right-top-arrow-circle.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-right-top-arrow-circle + + diff --git a/static/img/svg/bxs-rocket.svg b/static/img/svg/bxs-rocket.svg index 56e9d10..df55377 100644 --- a/static/img/svg/bxs-rocket.svg +++ b/static/img/svg/bxs-rocket.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-rocket + + diff --git a/static/img/svg/bxs-ruler.svg b/static/img/svg/bxs-ruler.svg index a039159..3b793c3 100644 --- a/static/img/svg/bxs-ruler.svg +++ b/static/img/svg/bxs-ruler.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-ruler + + diff --git a/static/img/svg/bxs-save.svg b/static/img/svg/bxs-save.svg index 24a5379..aaeee51 100644 --- a/static/img/svg/bxs-save.svg +++ b/static/img/svg/bxs-save.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-save + + diff --git a/static/img/svg/bxs-search-alt.svg b/static/img/svg/bxs-search-alt.svg deleted file mode 100644 index a9465cc..0000000 --- a/static/img/svg/bxs-search-alt.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/img/svg/bxs-select-arrows.svg b/static/img/svg/bxs-select-arrows.svg index 9c36495..c93e1c5 100644 --- a/static/img/svg/bxs-select-arrows.svg +++ b/static/img/svg/bxs-select-arrows.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-select-arrows + + diff --git a/static/img/svg/bxs-select-multiple.svg b/static/img/svg/bxs-select-multiple.svg index e8550a9..0c1110b 100644 --- a/static/img/svg/bxs-select-multiple.svg +++ b/static/img/svg/bxs-select-multiple.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bxs-select-multiple + + + diff --git a/static/img/svg/bxs-send.svg b/static/img/svg/bxs-send.svg index bf80779..4a1714e 100644 --- a/static/img/svg/bxs-send.svg +++ b/static/img/svg/bxs-send.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-send + + diff --git a/static/img/svg/bxs-server.svg b/static/img/svg/bxs-server.svg index 3ddfac6..660a432 100644 --- a/static/img/svg/bxs-server.svg +++ b/static/img/svg/bxs-server.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-server + + diff --git a/static/img/svg/bxs-share-alt.svg b/static/img/svg/bxs-share-alt.svg index 17a13ce..10f576f 100644 --- a/static/img/svg/bxs-share-alt.svg +++ b/static/img/svg/bxs-share-alt.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-share-alt + + diff --git a/static/img/svg/bxs-share.svg b/static/img/svg/bxs-share.svg index faa970b..efc2da1 100644 --- a/static/img/svg/bxs-share.svg +++ b/static/img/svg/bxs-share.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-share + + diff --git a/static/img/svg/bxs-shield-alt.svg b/static/img/svg/bxs-shield-alt.svg index d65ad8c..5f3600f 100644 --- a/static/img/svg/bxs-shield-alt.svg +++ b/static/img/svg/bxs-shield-alt.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-shield-alt + + diff --git a/static/img/svg/bxs-shield.svg b/static/img/svg/bxs-shield.svg index c3f04ec..604c268 100644 --- a/static/img/svg/bxs-shield.svg +++ b/static/img/svg/bxs-shield.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-shield + + diff --git a/static/img/svg/bxs-shopping-bag-alt.svg b/static/img/svg/bxs-shopping-bag-alt.svg index 82de66b..dc919e9 100644 --- a/static/img/svg/bxs-shopping-bag-alt.svg +++ b/static/img/svg/bxs-shopping-bag-alt.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-shopping-bag-alt + + diff --git a/static/img/svg/bxs-shopping-bag.svg b/static/img/svg/bxs-shopping-bag.svg index e361742..a004a82 100644 --- a/static/img/svg/bxs-shopping-bag.svg +++ b/static/img/svg/bxs-shopping-bag.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-shopping-bag + + diff --git a/static/img/svg/bxs-show.svg b/static/img/svg/bxs-show.svg index bab49a8..4e046b5 100644 --- a/static/img/svg/bxs-show.svg +++ b/static/img/svg/bxs-show.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bxs-show + + + diff --git a/static/img/svg/bxs-sidebar.svg b/static/img/svg/bxs-sidebar.svg index 39b4fda..c1c4cee 100644 --- a/static/img/svg/bxs-sidebar.svg +++ b/static/img/svg/bxs-sidebar.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-sidebar + + diff --git a/static/img/svg/bxs-skip-next-circle.svg b/static/img/svg/bxs-skip-next-circle.svg index 4928fe4..ef9fc60 100644 --- a/static/img/svg/bxs-skip-next-circle.svg +++ b/static/img/svg/bxs-skip-next-circle.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-skip-next-circle + + diff --git a/static/img/svg/bxs-skip-previous-circle.svg b/static/img/svg/bxs-skip-previous-circle.svg index d28cb92..83ccd84 100644 --- a/static/img/svg/bxs-skip-previous-circle.svg +++ b/static/img/svg/bxs-skip-previous-circle.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-skip-previous-circle + + diff --git a/static/img/svg/bxs-skull.svg b/static/img/svg/bxs-skull.svg index 3cac15b..6858c88 100644 --- a/static/img/svg/bxs-skull.svg +++ b/static/img/svg/bxs-skull.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-skull + + diff --git a/static/img/svg/bxs-smiley-happy.svg b/static/img/svg/bxs-smiley-happy.svg index 36c8da2..26603c9 100644 --- a/static/img/svg/bxs-smiley-happy.svg +++ b/static/img/svg/bxs-smiley-happy.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-smiley-happy + + diff --git a/static/img/svg/bxs-smiley-meh.svg b/static/img/svg/bxs-smiley-meh.svg index c727041..331b465 100644 --- a/static/img/svg/bxs-smiley-meh.svg +++ b/static/img/svg/bxs-smiley-meh.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-smiley-meh + + diff --git a/static/img/svg/bxs-smiley-sad.svg b/static/img/svg/bxs-smiley-sad.svg index 0e02978..6520dae 100644 --- a/static/img/svg/bxs-smiley-sad.svg +++ b/static/img/svg/bxs-smiley-sad.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-smiley-sad + + diff --git a/static/img/svg/bxs-spreadsheet.svg b/static/img/svg/bxs-spreadsheet.svg index 9d4aa07..63a08bf 100644 --- a/static/img/svg/bxs-spreadsheet.svg +++ b/static/img/svg/bxs-spreadsheet.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-spreadsheet + + diff --git a/static/img/svg/bxs-star-half.svg b/static/img/svg/bxs-star-half.svg index 722b02a..f1ee851 100644 --- a/static/img/svg/bxs-star-half.svg +++ b/static/img/svg/bxs-star-half.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-star-half + + diff --git a/static/img/svg/bxs-star.svg b/static/img/svg/bxs-star.svg index 50f1a54..40eedbb 100644 --- a/static/img/svg/bxs-star.svg +++ b/static/img/svg/bxs-star.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-star + + diff --git a/static/img/svg/bxs-stop-circle.svg b/static/img/svg/bxs-stop-circle.svg index e7327a6..a606ee6 100644 --- a/static/img/svg/bxs-stop-circle.svg +++ b/static/img/svg/bxs-stop-circle.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-stop-circle + + diff --git a/static/img/svg/bxs-stopwatch.svg b/static/img/svg/bxs-stopwatch.svg index 0b87a53..8a44223 100644 --- a/static/img/svg/bxs-stopwatch.svg +++ b/static/img/svg/bxs-stopwatch.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-stopwatch + + diff --git a/static/img/svg/bxs-store.svg b/static/img/svg/bxs-store.svg index befed0d..b7a8c74 100644 --- a/static/img/svg/bxs-store.svg +++ b/static/img/svg/bxs-store.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-store + + diff --git a/static/img/svg/bxs-sun.svg b/static/img/svg/bxs-sun.svg index c232ddb..ea276e7 100644 --- a/static/img/svg/bxs-sun.svg +++ b/static/img/svg/bxs-sun.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-sun + + diff --git a/static/img/svg/bxs-t-shirt.svg b/static/img/svg/bxs-t-shirt.svg index dfc7b90..806d30f 100644 --- a/static/img/svg/bxs-t-shirt.svg +++ b/static/img/svg/bxs-t-shirt.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-t-shirt + + diff --git a/static/img/svg/bxs-tag-x.svg b/static/img/svg/bxs-tag-x.svg index 2ad81f9..aaa5230 100644 --- a/static/img/svg/bxs-tag-x.svg +++ b/static/img/svg/bxs-tag-x.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-tag-x + + diff --git a/static/img/svg/bxs-tag.svg b/static/img/svg/bxs-tag.svg index 6fc1627..53ccaeb 100644 --- a/static/img/svg/bxs-tag.svg +++ b/static/img/svg/bxs-tag.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-tag + + diff --git a/static/img/svg/bxs-task.svg b/static/img/svg/bxs-task.svg index 2c1805f..7db30ab 100644 --- a/static/img/svg/bxs-task.svg +++ b/static/img/svg/bxs-task.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-task + + diff --git a/static/img/svg/bxs-taxi.svg b/static/img/svg/bxs-taxi.svg index 1ad0c55..5eb443b 100644 --- a/static/img/svg/bxs-taxi.svg +++ b/static/img/svg/bxs-taxi.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-taxi + + diff --git a/static/img/svg/bxs-tennis-ball.svg b/static/img/svg/bxs-tennis-ball.svg index f9db219..ca6be96 100644 --- a/static/img/svg/bxs-tennis-ball.svg +++ b/static/img/svg/bxs-tennis-ball.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bxs-tennis-ball + + + diff --git a/static/img/svg/bxs-terminal.svg b/static/img/svg/bxs-terminal.svg index 595ad64..3811e93 100644 --- a/static/img/svg/bxs-terminal.svg +++ b/static/img/svg/bxs-terminal.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-terminal + + diff --git a/static/img/svg/bxs-thermometer.svg b/static/img/svg/bxs-thermometer.svg index f146947..bb67e81 100644 --- a/static/img/svg/bxs-thermometer.svg +++ b/static/img/svg/bxs-thermometer.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-thermometer + + diff --git a/static/img/svg/bxs-time.svg b/static/img/svg/bxs-time.svg index 4b312c6..4eb995d 100644 --- a/static/img/svg/bxs-time.svg +++ b/static/img/svg/bxs-time.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-time + + diff --git a/static/img/svg/bxs-timer.svg b/static/img/svg/bxs-timer.svg index 1b42f84..10c0608 100644 --- a/static/img/svg/bxs-timer.svg +++ b/static/img/svg/bxs-timer.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-timer + + diff --git a/static/img/svg/bxs-to-top.svg b/static/img/svg/bxs-to-top.svg index 85fa0c3..dfa387a 100644 --- a/static/img/svg/bxs-to-top.svg +++ b/static/img/svg/bxs-to-top.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-to-top + + diff --git a/static/img/svg/bxs-toggle-left.svg b/static/img/svg/bxs-toggle-left.svg index 04bb921..b10b1c2 100644 --- a/static/img/svg/bxs-toggle-left.svg +++ b/static/img/svg/bxs-toggle-left.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-toggle-left + + diff --git a/static/img/svg/bxs-toggle-right.svg b/static/img/svg/bxs-toggle-right.svg index e5672cb..ad18125 100644 --- a/static/img/svg/bxs-toggle-right.svg +++ b/static/img/svg/bxs-toggle-right.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-toggle-right + + diff --git a/static/img/svg/bxs-toggle.svg b/static/img/svg/bxs-toggle.svg index 49ad050..3a43c35 100644 --- a/static/img/svg/bxs-toggle.svg +++ b/static/img/svg/bxs-toggle.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-toggle + + diff --git a/static/img/svg/bxs-torch.svg b/static/img/svg/bxs-torch.svg index 810f348..d34dae8 100644 --- a/static/img/svg/bxs-torch.svg +++ b/static/img/svg/bxs-torch.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-torch + + diff --git a/static/img/svg/bxs-train.svg b/static/img/svg/bxs-train.svg index 69ef941..eae90c1 100644 --- a/static/img/svg/bxs-train.svg +++ b/static/img/svg/bxs-train.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-train + + diff --git a/static/img/svg/bxs-trash-alt.svg b/static/img/svg/bxs-trash-alt.svg index 17edfc2..af3736a 100644 --- a/static/img/svg/bxs-trash-alt.svg +++ b/static/img/svg/bxs-trash-alt.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bxs-trash-alt + + + diff --git a/static/img/svg/bxs-trash.svg b/static/img/svg/bxs-trash.svg index 3382009..6fe5a34 100644 --- a/static/img/svg/bxs-trash.svg +++ b/static/img/svg/bxs-trash.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bxs-trash + + + diff --git a/static/img/svg/bxs-triangle.svg b/static/img/svg/bxs-triangle.svg index a02ce61..99c9b39 100644 --- a/static/img/svg/bxs-triangle.svg +++ b/static/img/svg/bxs-triangle.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-triangle + + diff --git a/static/img/svg/bxs-trophy-star.svg b/static/img/svg/bxs-trophy-star.svg index 2f21487..d513b07 100644 --- a/static/img/svg/bxs-trophy-star.svg +++ b/static/img/svg/bxs-trophy-star.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-trophy-star + + diff --git a/static/img/svg/bxs-trophy.svg b/static/img/svg/bxs-trophy.svg index 90841ab..6a18640 100644 --- a/static/img/svg/bxs-trophy.svg +++ b/static/img/svg/bxs-trophy.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-trophy + + diff --git a/static/img/svg/bxs-truck.svg b/static/img/svg/bxs-truck.svg index e8053ca..c5c5c95 100644 --- a/static/img/svg/bxs-truck.svg +++ b/static/img/svg/bxs-truck.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-truck + + diff --git a/static/img/svg/bxs-tv.svg b/static/img/svg/bxs-tv.svg deleted file mode 100644 index f58ee83..0000000 --- a/static/img/svg/bxs-tv.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/img/svg/bxs-umbrella.svg b/static/img/svg/bxs-umbrella.svg deleted file mode 100644 index e2e27c7..0000000 --- a/static/img/svg/bxs-umbrella.svg +++ /dev/null @@ -1 +0,0 @@ - \ 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 index 435fb44..3654d2c 100644 --- a/static/img/svg/bxs-up-arrow-circle.svg +++ b/static/img/svg/bxs-up-arrow-circle.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-up-arrow-circle + + diff --git a/static/img/svg/bxs-up-arrow.svg b/static/img/svg/bxs-up-arrow.svg index 7533522..5bce49d 100644 --- a/static/img/svg/bxs-up-arrow.svg +++ b/static/img/svg/bxs-up-arrow.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-up-arrow + + diff --git a/static/img/svg/bxs-upvote.svg b/static/img/svg/bxs-upvote.svg index b24b3ad..d10032d 100644 --- a/static/img/svg/bxs-upvote.svg +++ b/static/img/svg/bxs-upvote.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-upvote + + diff --git a/static/img/svg/bxs-user-check.svg b/static/img/svg/bxs-user-check.svg index 2eeba64..3fc249f 100644 --- a/static/img/svg/bxs-user-check.svg +++ b/static/img/svg/bxs-user-check.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-user-check + + diff --git a/static/img/svg/bxs-user-circle.svg b/static/img/svg/bxs-user-circle.svg index fdfe1c9..d7bb481 100644 --- a/static/img/svg/bxs-user-circle.svg +++ b/static/img/svg/bxs-user-circle.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bxs-user-circle + + + diff --git a/static/img/svg/bxs-user-detail.svg b/static/img/svg/bxs-user-detail.svg index ee97de7..14e445e 100644 --- a/static/img/svg/bxs-user-detail.svg +++ b/static/img/svg/bxs-user-detail.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-user-detail + + diff --git a/static/img/svg/bxs-user-minus.svg b/static/img/svg/bxs-user-minus.svg index 574f2ba..68e301f 100644 --- a/static/img/svg/bxs-user-minus.svg +++ b/static/img/svg/bxs-user-minus.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-user-minus + + diff --git a/static/img/svg/bxs-user-plus.svg b/static/img/svg/bxs-user-plus.svg index 0720144..95a4dc0 100644 --- a/static/img/svg/bxs-user-plus.svg +++ b/static/img/svg/bxs-user-plus.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-user-plus + + diff --git a/static/img/svg/bxs-user-x.svg b/static/img/svg/bxs-user-x.svg index 81af30d..c26d15b 100644 --- a/static/img/svg/bxs-user-x.svg +++ b/static/img/svg/bxs-user-x.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-user-x + + diff --git a/static/img/svg/bxs-user.svg b/static/img/svg/bxs-user.svg index d4b2f11..ee0ce4e 100644 --- a/static/img/svg/bxs-user.svg +++ b/static/img/svg/bxs-user.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-user + + diff --git a/static/img/svg/bxs-video-off.svg b/static/img/svg/bxs-video-off.svg index dcbf9a7..17ca10b 100644 --- a/static/img/svg/bxs-video-off.svg +++ b/static/img/svg/bxs-video-off.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-video-off + + diff --git a/static/img/svg/bxs-video-plus.svg b/static/img/svg/bxs-video-plus.svg index 0021cf7..85c835e 100644 --- a/static/img/svg/bxs-video-plus.svg +++ b/static/img/svg/bxs-video-plus.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-video-plus + + diff --git a/static/img/svg/bxs-video.svg b/static/img/svg/bxs-video.svg index aa8e3d4..732d4aa 100644 --- a/static/img/svg/bxs-video.svg +++ b/static/img/svg/bxs-video.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-video + + diff --git a/static/img/svg/bxs-videos.svg b/static/img/svg/bxs-videos.svg index 4021b8f..0d034f4 100644 --- a/static/img/svg/bxs-videos.svg +++ b/static/img/svg/bxs-videos.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bxs-videos + + + diff --git a/static/img/svg/bxs-volume-full.svg b/static/img/svg/bxs-volume-full.svg index 9354d24..a151ed9 100644 --- a/static/img/svg/bxs-volume-full.svg +++ b/static/img/svg/bxs-volume-full.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bxs-volume-full + + + diff --git a/static/img/svg/bxs-volume-low.svg b/static/img/svg/bxs-volume-low.svg index 283bd52..2a33285 100644 --- a/static/img/svg/bxs-volume-low.svg +++ b/static/img/svg/bxs-volume-low.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-volume-low + + diff --git a/static/img/svg/bxs-volume-mute.svg b/static/img/svg/bxs-volume-mute.svg index ec4a990..34263a8 100644 --- a/static/img/svg/bxs-volume-mute.svg +++ b/static/img/svg/bxs-volume-mute.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-volume-mute + + diff --git a/static/img/svg/bxs-volume.svg b/static/img/svg/bxs-volume.svg index 0e59ba8..b1d9baa 100644 --- a/static/img/svg/bxs-volume.svg +++ b/static/img/svg/bxs-volume.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-volume + + diff --git a/static/img/svg/bxs-wallet.svg b/static/img/svg/bxs-wallet.svg index 8ecb19e..8c059b0 100644 --- a/static/img/svg/bxs-wallet.svg +++ b/static/img/svg/bxs-wallet.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-wallet + + diff --git a/static/img/svg/bxs-watch-alt.svg b/static/img/svg/bxs-watch-alt.svg index 813840c..268e067 100644 --- a/static/img/svg/bxs-watch-alt.svg +++ b/static/img/svg/bxs-watch-alt.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-watch-alt + + diff --git a/static/img/svg/bxs-watch.svg b/static/img/svg/bxs-watch.svg index 32e8212..abf34f2 100644 --- a/static/img/svg/bxs-watch.svg +++ b/static/img/svg/bxs-watch.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bxs-watch + + + diff --git a/static/img/svg/bxs-widget.svg b/static/img/svg/bxs-widget.svg index 84b0c86..5c15095 100644 --- a/static/img/svg/bxs-widget.svg +++ b/static/img/svg/bxs-widget.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-widget + + diff --git a/static/img/svg/bxs-window-close.svg b/static/img/svg/bxs-window-close.svg index d21598d..ce30657 100644 --- a/static/img/svg/bxs-window-close.svg +++ b/static/img/svg/bxs-window-close.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-window-close + + diff --git a/static/img/svg/bxs-window-open.svg b/static/img/svg/bxs-window-open.svg index b29c48c..0eea91a 100644 --- a/static/img/svg/bxs-window-open.svg +++ b/static/img/svg/bxs-window-open.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-window-open + + diff --git a/static/img/svg/bxs-window.svg b/static/img/svg/bxs-window.svg index f487d95..3d1b138 100644 --- a/static/img/svg/bxs-window.svg +++ b/static/img/svg/bxs-window.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-window + + diff --git a/static/img/svg/bxs-windows.svg b/static/img/svg/bxs-windows.svg index 1f5553f..8780e1f 100644 --- a/static/img/svg/bxs-windows.svg +++ b/static/img/svg/bxs-windows.svg @@ -1 +1,6 @@ - \ No newline at end of file + + +bxs-windows + + + diff --git a/static/img/svg/bxs-world.svg b/static/img/svg/bxs-world.svg index bfd28b2..5b1ac05 100644 --- a/static/img/svg/bxs-world.svg +++ b/static/img/svg/bxs-world.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-world + + diff --git a/static/img/svg/bxs-wrench.svg b/static/img/svg/bxs-wrench.svg index 152900f..e8a9d78 100644 --- a/static/img/svg/bxs-wrench.svg +++ b/static/img/svg/bxs-wrench.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-wrench + + diff --git a/static/img/svg/bxs-x-circle.svg b/static/img/svg/bxs-x-circle.svg index ed47202..f0e0f96 100644 --- a/static/img/svg/bxs-x-circle.svg +++ b/static/img/svg/bxs-x-circle.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-x-circle + + diff --git a/static/img/svg/bxs-x-square.svg b/static/img/svg/bxs-x-square.svg index f0fecfa..9327d71 100644 --- a/static/img/svg/bxs-x-square.svg +++ b/static/img/svg/bxs-x-square.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-x-square + + diff --git a/static/img/svg/bxs-zap.svg b/static/img/svg/bxs-zap.svg index 7a3dd26..cdfe8c9 100644 --- a/static/img/svg/bxs-zap.svg +++ b/static/img/svg/bxs-zap.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-zap + + diff --git a/static/img/svg/bxs-zoom-in.svg b/static/img/svg/bxs-zoom-in.svg index a2bac2d..951de68 100644 --- a/static/img/svg/bxs-zoom-in.svg +++ b/static/img/svg/bxs-zoom-in.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-zoom-in + + diff --git a/static/img/svg/bxs-zoom-out.svg b/static/img/svg/bxs-zoom-out.svg index a461765..68f3c39 100644 --- a/static/img/svg/bxs-zoom-out.svg +++ b/static/img/svg/bxs-zoom-out.svg @@ -1 +1,5 @@ - \ No newline at end of file + + +bxs-zoom-out + +